Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

No changes between revisions

Ignore whitespace Rev 651 → Rev 652

/branches/refact/initialiserBddSurServeur.sh
New file
0,0 → 1,50
#!/bin/bash
##############################################################################################################
# But : Script permettant d'initialiser en une seule commande l'ensemble de la base de données eFlore.
# Auteur : Jean-Pascal Milcent <jpm@tela-botanica.org> (translate bat file to shell script)
# Encodage : ISO-8859-15
# License : GPL v3
# Création : 07 decembre 2011
# Version: 0.1
# 2012-03-21 : Création de la version serveur en ISO-8859-15, modification des chemins, suppression des scripts inutiles.
# 2011-12-07 : Création de la version originale en UTF-8
# $Id$
##############################################################################################################
# Constante
APPDIR_ABSOLU=`pwd`;
#
CHEMIN_PHP="sudo -u telabotap /usr/local/bin"
CHEMIN_TBF_CLI="$APPDIR_ABSOLU"
MEMORY_LIMIT="4000M
echo -e "\033[31m`tput blink`ATTENTION :`tput sgr0` Nécessite la création préalable de la base de données \033[31mtb_eflore\033[00m"
echo "Nettoyage et chargement en cours...";
echo "BASEFLOR :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php baseflor -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php baseflor -a chargerTous
echo "BDNT :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php bdnt -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php bdnt -a chargerTous
echo "BDTFX :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php bdtfx -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php bdtfx -a chargerTous
echo "CHORODEP :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php chorodep -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php chorodep -a chargerTous
echo "EFLORE :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php eflore -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php eflore -a chargerTous
echo "INSEE-D :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php insee_d -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php insee_d -a chargerTous
echo "ISO-3166-1 :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php iso_3166_1 -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php iso_3166_1 -a chargerTous
echo "ISO-639-1 :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php iso_639_1 -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php iso_639_1 -a chargerTous
echo "NVJFL :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php nvjfl -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php nvjfl -a chargerTous
echo "PHOTOFLORA :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php photoflora -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php photoflora -a chargerTous
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
Added: svn:executable
+*
\ No newline at end of property
/branches/refact/scripts/tests/bibliotheque/GenerateurNomSciHtmlTest.php
New file
0,0 → 1,82
<?php
class GenerateurNomSciHtmlTest extends PHPUnit_Framework_TestCase {
 
public static function setUpBeforeClass() {
error_reporting(E_ALL);
define('DS', DIRECTORY_SEPARATOR);
require_once dirname(__FILE__).DS.'..'.DS.'..'.DS.'bibliotheque'.DS.'GenerateurNomSciHtml.php';
}
 
public function testGenerer() {
$nomsDecomposes[] = array(
'num_nom' => 1009,
'rang' => 340,
'nom_supra_generique' => '',
'genre' => 'Aegilops',
'epithete_infra_generique' => '',
'epithete_sp' => 'triuncialis',
'type_epithete' => 'var.',
'epithete_infra_sp' => 'nigroferruginea',
'cultivar_groupe' => '',
'nom_commercial' => '',
'cultivar' => '',
'annee' => '1923',
'auteur' => 'Popova',
'biblio_origine' => 'Trudy Prikl. Bot. Selekc., 13 : 476');
$generateur = new GenerateurNomSciHtml();
$nomsSciHtml = $generateur->generer($nomsDecomposes);
$nomSciHtmlGenere = $nomsSciHtml[1009];
$nomSciHtmlAttendu = '<span class="sci"><span class="gen">Aegilops</span> <span class="sp">triuncialis</span> <abbr class="type_epithete" title="Variété">var.</abbr> <span class="infra-sp">nigroferruginea</span></span>';
$this->assertEquals($nomSciHtmlAttendu, $nomSciHtmlGenere);
}
 
public function testGenererHybride() {
$nomsDecomposes[] = array(
'num_nom' => 179,
'rang' => 290,
'nom_supra_generique' => '',
'genre' => 'Acer',
'epithete_infra_generique' => '',
'epithete_sp' => 'x martinii',
'type_epithete' => '',
'epithete_infra_sp' => '',
'cultivar_groupe' => '',
'nom_commercial' => '',
'cultivar' => '',
'annee' => '1852',
'auteur' => 'Jord.',
'biblio_origine' => 'Pugill. Pl. Nov., 52'
);
$generateur = new GenerateurNomSciHtml();
$nomsSciHtml = $generateur->generer($nomsDecomposes);
$nomSciHtmlGenere = $nomsSciHtml[179];
$nomSciHtmlAttendu = '<span class="sci"><span class="gen">Acer</span> <span class="hyb">x <span class="sp">martinii</span></span></span>';
$this->assertEquals($nomSciHtmlAttendu, $nomSciHtmlGenere);
}
 
public function testGenererChimere() {
 
$nomsDecomposes[] = array(
'num_nom' => 80380,
'rang' => 290,
'nom_supra_generique' => '',
'genre' => '+ Cytisus',
'epithete_infra_generique' => '',
'epithete_sp' => 'adami',
'type_epithete' => '',
'epithete_infra_sp' => '',
'cultivar_groupe' => '',
'nom_commercial' => '',
'cultivar' => '',
'annee' => '1830',
'auteur' => 'Poit.',
'biblio_origine' => 'Ann. Soc. Hort. Paris, 7 : 96'
);
$generateur = new GenerateurNomSciHtml();
$nomsSciHtml = $generateur->generer($nomsDecomposes);
$nomSciHtmlGenere = $nomsSciHtml[80380];
$nomSciHtmlAttendu = '<span class="sci"><span class="chimere">+ <span class="gen">Cytisus</span></span> <span class="sp">adami</span></span>';
$this->assertEquals($nomSciHtmlAttendu, $nomSciHtmlGenere);
}
}
?>
/branches/refact/scripts/tests/bibliotheque/OutilsTest.php
New file
0,0 → 1,63
<?php
require_once dirname(__FILE__).'/../ScriptEflorePhpUnit.php';
 
class OutilsTest extends ScriptEflorePhpUnit {
 
public function testRecupererTableauConfigAssociatif() {
$chaineDeParametres = "param1=valeur1,\nparam2=valeur2";
$tableauDeParametres = Outils::recupererTableauConfig($chaineDeParametres);
$tableauDeParametresAttendus = array('param1' => 'valeur1','param2' => 'valeur2');
$this->assertEquals($tableauDeParametresAttendus, $tableauDeParametres);
}
 
public function testRecupererTableauConfigAssociatifAvecEspace() {
$chaineDeParametres = "param1 =valeur1 , \nparam2 = valeur2";
$tableauDeParametres = Outils::recupererTableauConfig($chaineDeParametres);
$tableauDeParametresAttendus = array('param1' => 'valeur1','param2' => 'valeur2');
$this->assertEquals($tableauDeParametresAttendus, $tableauDeParametres);
}
 
public function testRecupererTableauConfigSimple() {
$chaineDeParametres = "param1,\nparam2";
$tableauDeParametres = Outils::recupererTableauConfig($chaineDeParametres);
$tableauDeParametresAttendus = array('param1', 'param2');
$this->assertEquals($tableauDeParametresAttendus, $tableauDeParametres);
}
 
public function testRecupererTableauConfigSimpleAvecEspace() {
$chaineDeParametres = " param1 ,\n param2 ";
$tableauDeParametres = Outils::recupererTableauConfig($chaineDeParametres);
$tableauDeParametresAttendus = array('param1', 'param2');
$this->assertEquals($tableauDeParametresAttendus, $tableauDeParametres);
}
 
public function testExtraireRequetes() {
$contenuSql = "CREATE TABLE IF NOT EXISTS bdtfx_v1_01 (".
"num_nom int(9) NOT NULL DEFAULT '0',".
"num_nom_retenu varchar(9) CHARACTER SET utf8 DEFAULT NULL,".
") ENGINE=MyISAM DEFAULT CHARSET=utf8;\n\n".
"INSERT INTO bdtfx_meta (guid) VALUES".
"('urn:lsid:tela-botanica.org:bdtfx:1.01');\n".
"SELECT * FROM ma_table;";
$tableauDeRequetes = Outils::extraireRequetes($contenuSql);
$tableauDeRequetesAttendus = array("CREATE TABLE IF NOT EXISTS bdtfx_v1_01 (".
"num_nom int(9) NOT NULL DEFAULT '0',".
"num_nom_retenu varchar(9) CHARACTER SET utf8 DEFAULT NULL,".
") ENGINE=MyISAM DEFAULT CHARSET=utf8",
"INSERT INTO bdtfx_meta (guid) VALUES".
"('urn:lsid:tela-botanica.org:bdtfx:1.01')",
"SELECT * FROM ma_table");
$this->assertEquals($tableauDeRequetesAttendus, $tableauDeRequetes);
}
 
public function testAfficherAvancement() {
ob_start();
for ($i = 0; $i < 10; $i++) {
$tableauDeRequetes = Outils::afficherAvancement("Test");
}
$messageFinal = ob_get_clean();
$messageFinalAttendu = 'Test : 0'.chr(8).'1'.chr(8).'2'.chr(8).'3'.chr(8).'4'.chr(8).'5'.chr(8).'6'.chr(8).'7'.chr(8).'8'.chr(8).'9';
$this->assertEquals($messageFinalAttendu, $messageFinal);
}
}
?>
/branches/refact/scripts/tests/bibliotheque/EfloreScriptTest.php
New file
0,0 → 1,48
<?php
require_once dirname(__FILE__).'/../ScriptEflorePhpUnit.php';
 
class EfloreScriptTest extends ScriptEflorePhpUnit {
 
public function testChargerConfigDuProjetAvecFichiersIni() {
$cheminRacine = realpath(dirname(__FILE__).'/../tmp/').'/';
if (!file_exists($cheminRacine.'test.ini')) {
file_put_contents($cheminRacine.'test.ini', "[tables]\ntest=OK");
}
 
$script = $this->getMock('EfloreScript', array('getScriptChemin', 'getProjetNom', 'executer'));
$script->expects($this->any())->method('getScriptChemin')->will($this->returnValue($cheminRacine));
$script->expects($this->any())->method('getProjetNom')->will($this->returnValue('test'));
$chargerConfigDuProjet = self::getProtectedMethode($script, 'chargerConfigDuProjet');
$chargerConfigDuProjet->invoke($script);
 
$parametreConfig = Config::get('tables.test');
$this->assertEquals('OK', $parametreConfig);
}
 
public function testGetBdd() {
$nomDuScript = 'Test';
$parametresCli = array('-a' => 'tester', '-v' => '3');
$script = $this->getClasseAbstraite('EfloreScript', array($nomDuScript, $parametresCli));
$getBdd = self::getProtectedMethode($script, 'getBdd');
$bdd = $getBdd->invoke($script);
 
$this->assertTrue(is_object($bdd));
$this->assertEquals('Bdd', get_class($bdd));
}
 
public function testStopperLaBoucle() {
$nomDuScript = 'Test';
$parametresCli = array('-a' => 'tester', '-v' => '3');
$script = $this->getClasseAbstraite('EfloreScript', array($nomDuScript, $parametresCli));
$stopperLaBoucle = self::getProtectedMethode($script, 'stopperLaBoucle');
for ($i = 0; $i < 100; $i++) {
if ($stopperLaBoucle->invoke($script, '10')) {
break;
}
}
$this->assertEquals('9', $i);
}
 
}
 
?>
/branches/refact/scripts/tests/ScriptEflorePhpUnit.php
New file
0,0 → 1,92
<?php
// declare(encoding='UTF-8');
/**
* Classe contenant des méthodes :
* - d'intialisation des tests,
* - refactorisant le code des tests,
* - facilitant les tests.
*
* @category php 5.3
* @package Tests/Scripts
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright Copyright (c) 2011, Tela Botanica (accueil@tela-botanica.org)
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
* @version $Id$
*/
abstract class ScriptEflorePhpUnit extends PHPUnit_Framework_TestCase {
 
public static function setUpBeforeClass() {
error_reporting(E_ALL);
 
self::chargerFramework();
}
 
private static function chargerFramework() {
$cheminRacine = realpath(dirname(__FILE__).'/../').'/';
$framework = $cheminRacine.'framework.php';
if (!file_exists($framework)) {
$e = "Veuillez paramétrer l'emplacement et la version du Framework dans le fichier $framework";
trigger_error($e, E_USER_ERROR);
} else {
// Inclusion du Framework
require_once $framework;
 
// Ajout d'information concernant cette application
Framework::setCheminAppli($cheminRacine);// Obligatoire
}
}
 
//+------------------------------------------------------------------------------------------------------+
// Méthodes facilitant les tests
 
/**
* Récupère un bouchon de classe abstraite.
* Comment l'utiliser :
* $classeAstraite = $this->getClasseAbstraite('MaClasse', array('param1', 'param2'));
* $foo = $classeAstraite->methodeConcretePublique();
*
* @param String $classeNom Le nom de la classe
* @param Array $parametres Les paramètres à passer au constructeur.
* @return Object Le bouchon de la classe abstraite
*/
public function getClasseAbstraite($classeNom, Array $parametres) {
$efloreScript = $this->getMockForAbstractClass($classeNom, $parametres);
return $efloreScript;
}
 
/**
* Récupère une méthode privée d'une classe pour tester/documenter.
* Comment l'utiliser :
* MyClass->foo():
* $cls = new MyClass();
* $foo = self::getPrivateMethode($cls, 'foo');
* $foo->invoke($cls, $...);
*
* @param object $objet Une instance de votre classe
* @param string $methode Le nom de la méthode private
* @return ReflectionMethod La méthode demandée
*/
public static function getPrivateMethode($objet, $nomMethode) {
$classe = new ReflectionClass($objet);
$methode = $classe->getMethod($nomMethode);
$methode->setAccessible(true);
return $methode;
}
 
/**
* Récupère une méthode protégée d'une classe pour tester/documenter.
* Comment l'utiliser :
* MyClass->foo():
* $cls = new MyClass();
* $foo = self::getProtectedMethode($cls, 'foo');
* $foo->invoke($cls, $...);
* @param object $objet Une instance de votre classe
* @param string $methode Le nom de la méthode protected
* @return ReflectionMethod La méthode demandée
*/
public static function getProtectedMethode($objet, $nomMethode) {
return self::getPrivateMethode($objet, $nomMethode);
}
}
?>
/branches/refact/scripts/tests/tmp
New file
Property changes:
Added: svn:ignore
+test.defaut.ini
+test.ini
/branches/refact/scripts/modules/biblio_bota/biblio_bota.ini
New file
0,0 → 1,84
version="2009-10-05"
dossierTsv = "{ref:dossierDonneesEflore}biblio_bota/{ref:version}/"
dossierSql = "{ref:dossierTsv}"
prefixe = "biblio_"
 
[tables]
article = "{ref:prefixe}article"
article_sauv = "{ref:prefixe}article_sauv"
aut_saisie = "{ref:prefixe}aut_saisie"
collection = "{ref:prefixe}collection"
domaine = "{ref:prefixe}domaine"
domaine_lier = "{ref:prefixe}domaine_lier"
domaine_lier_sauv = "{ref:prefixe}domaine_lier_sauv"
fasc = "{ref:prefixe}fasc"
fasc_sauv = "{ref:prefixe}fasc_sauv"
item = "{ref:prefixe}item"
item_sauv = "{ref:prefixe}item_sauv"
item_typlog = "{ref:prefixe}item_typlog"
item_typphy = "{ref:prefixe}item_typphy"
link = "{ref:prefixe}link"
link_categ = "{ref:prefixe}link_categ"
link_categoriser = "{ref:prefixe}link_categoriser"
link_sauv = "{ref:prefixe}link_sauv"
media = "{ref:prefixe}media"
modif = "{ref:prefixe}modif"
serie = "{ref:prefixe}serie"
spy = "{ref:prefixe}spy"
str = "{ref:prefixe}str"
str_sauve = "{ref:prefixe}str_sauve"
str_type = "{ref:prefixe}str_type"
 
[fichiers]
structureSql = "biblio_bota.sql"
article = "{ref:prefixe}article.tsv"
article_sauv = "{ref:prefixe}article_sauv.tsv"
aut_saisie = "{ref:prefixe}aut_saisie.tsv"
collection = "{ref:prefixe}collection.tsv"
domaine = "{ref:prefixe}domaine.tsv"
domaine_lier = "{ref:prefixe}domaine_lier.tsv"
domaine_lier_sauv = "{ref:prefixe}domaine_lier_sauv.tsv"
fasc = "{ref:prefixe}fasc.tsv"
fasc_sauv = "{ref:prefixe}fasc_sauv.tsv"
item = "{ref:prefixe}item.tsv"
item_sauv = "{ref:prefixe}item_sauv.tsv"
item_typlog = "{ref:prefixe}item_typlog.tsv"
item_typphy = "{ref:prefixe}item_typphy.tsv"
link = "{ref:prefixe}link.tsv"
link_categ = "{ref:prefixe}link_categ.tsv"
link_categoriser = "{ref:prefixe}link_categoriser.tsv"
link_sauv = "{ref:prefixe}link_sauv.tsv"
media = "{ref:prefixe}media.tsv"
modif = "{ref:prefixe}modif.tsv"
serie = "{ref:prefixe}serie.tsv"
spy = "{ref:prefixe}spy.tsv"
str = "{ref:prefixe}str.tsv"
str_sauve = "{ref:prefixe}str_sauve.tsv"
str_type = "{ref:prefixe}str_type.tsv"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
article = "{ref:dossierSql}{ref:fichiers.article}"
article_sauv = "{ref:dossierSql}{ref:fichiers.article_sauv}"
aut_saisie = "{ref:dossierSql}{ref:fichiers.aut_saisie}"
collection = "{ref:dossierSql}{ref:fichiers.collection}"
domaine = "{ref:dossierSql}{ref:fichiers.domaine}"
domaine_lier = "{ref:dossierSql}{ref:fichiers.domaine_lier}"
domaine_lier_sauv = "{ref:dossierSql}{ref:fichiers.domaine_lier_sauv}"
fasc = "{ref:dossierSql}{ref:fichiers.fasc}"
fasc_sauv = "{ref:dossierSql}{ref:fichiers.fasc_sauv}"
item = "{ref:dossierSql}{ref:fichiers.item}"
item_sauv = "{ref:dossierSql}{ref:fichiers.item_sauv}"
item_typlog = "{ref:dossierSql}{ref:fichiers.item_typlog}"
item_typphy = "{ref:dossierSql}{ref:fichiers.item_typphy}"
link = "{ref:dossierSql}{ref:fichiers.link}"
link_categ = "{ref:dossierSql}{ref:fichiers.link_categ}"
link_categoriser = "{ref:dossierSql}{ref:fichiers.link_categoriser}"
link_sauv = "{ref:dossierSql}{ref:fichiers.link_sauv}"
media = "{ref:dossierSql}{ref:fichiers.media}"
modif = "{ref:dossierSql}{ref:fichiers.modif}"
serie = "{ref:dossierSql}{ref:fichiers.serie}"
spy = "{ref:dossierSql}{ref:fichiers.spy}"
str = "{ref:dossierSql}{ref:fichiers.str}"
str_sauve = "{ref:dossierSql}{ref:fichiers.str_sauve}"
str_type = "{ref:dossierSql}{ref:fichiers.str_type}"
/branches/refact/scripts/modules/biblio_bota/BiblioBota.php
New file
0,0 → 1,70
<?php
//declare(encoding='UTF-8');
/**
* Exemple de lancement du script : :
* /opt/lampp/bin/php cli.php cel -a chargerTous
*
* @category php 5.2
* @package eFlore/Scripts
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright Copyright (c) 2011, Tela Botanica (accueil@tela-botanica.org)
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
* @version $Id$
*/
class BiblioBota extends EfloreScript {
 
public function executer() {
try {
$this->initialiserProjet('biblio_bota');
 
// Lancement de l'action demandée
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'chargerTous' :
$this->chargerStructureSql();
$this->chargerBiblioBota();
break;
case 'supprimerTous' :
$this->supprimerTous();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
public function chargerBiblioBota() {
$tablesCodes = array_keys(Config::get('tables'));
foreach ($tablesCodes as $code) {
echo "Chargement de la table : $code\n";
$this->chargerFichierTsvDansTable($code);
}
}
 
private function chargerFichierTsvDansTable($code) {
$chemin = Config::get('chemins.'.$code);
$table = Config::get('tables.'.$code);
$requete = "LOAD DATA INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '\"' ".
" ESCAPED BY '\\\' ";
$this->getBdd()->requeter($requete);
}
 
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS biblio_article, biblio_article_sauv, biblio_aut_saisie, ".
"biblio_collection, biblio_domaine, biblio_domaine_lier, biblio_domaine_lier_sauv, biblio_fasc, ".
"biblio_fasc_sauv, biblio_item, biblio_item_sauv, biblio_item_typlog, biblio_item_typphy, ".
"biblio_link, biblio_link_categ, biblio_link_categoriser, biblio_link_sauv, biblio_media, ".
"biblio_modif, biblio_serie, biblio_spy, biblio_str, biblio_str_sauve, biblio_str_type, ".
"biblio_meta";
$this->getBdd()->requeter($requete);
}
}
?>
/branches/refact/scripts/modules/wikipedia/wikipedia.ini
New file
0,0 → 1,21
version="2011"
dossierDonnees = "{ref:dossierDonneesEflore}wikipedia/"
 
[dossiers]
structure = "{ref:dossierDonnees}"
meta = "{ref:dossierDonnees}"
communes = "{ref:dossierDonnees}communes/2011-05-13/"
[tables]
wikipediaMeta = "wikipedia_meta"
wikipediaCommunes = "wikipedia_communes_v{ref:version}"
 
[fichiers]
structureSql = "wikipedia.sql"
wikipediaMeta = "wikipedia_meta.sql"
wikipediaCommunes = "communes_tom_com_v2011.csv"
 
[chemins]
structureSql = "{ref:dossiers.structure}{ref:fichiers.structureSql}"
wikipediaMeta = "{ref:dossiers.meta}{ref:fichiers.wikipediaMeta}"
wikipediaCommunes = "{ref:dossiers.communes}{ref:fichiers.wikipediaCommunes}"
/branches/refact/scripts/modules/wikipedia/Wikipedia.php
New file
0,0 → 1,115
<?php
//declare(encoding='UTF-8');
/**
* Classe permettant de :
* - rajouter l'objet point centroide de la commune.
* - charger la bdd
* Exemple de lancement du script : :
* /opt/lampp/bin/php cli.php wikipedia -a chargerTous
*
* @category php 5.2
* @package eFlore/Scripts
* @author Mohcen BENMOUNAH <mohcen@tela-botanica.org>
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright Copyright (c) 2011, Tela Botanica (accueil@tela-botanica.org)
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
* @version $Id$
*/
class Wikipedia extends EfloreScript {
private $tableMeta = '';
private $cheminFichierMeta = '';
private $tableCommunes = '';
private $cheminFichierCommunes = '';
 
public function executer() {
try {
$this->initialiserProjet('wikipedia');
$this->tableMeta = Config::get('tables.wikipediaMeta');
$this->cheminFichierMeta = Config::get('chemins.wikipediaMeta');
$this->tableCommunes = Config::get('tables.wikipediaCommunes');
$this->cheminFichierCommunes = Config::get('chemins.wikipediaCommunes');
 
// Lancement de l'action demandée
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'chargerTous' :
$this->chargerStructureSql();
$this->chargerMetaDonnees();
$this->chargerWikipediaCommunes();
$this->preparerTable();
$this->recupererPoints();
case 'points' :
$this->preparerTable();
$this->recupererPoints();
break;
case 'supprimerTous' :
$this->supprimerTous();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
protected function chargerMetaDonnees() {
$contenuSql = $this->recupererContenu($this->cheminFichierMeta);
$this->executerScripSql($contenuSql);
}
 
private function chargerWikipediaCommunes() {
$requete = "LOAD DATA INFILE '{$this->cheminFichierCommunes}' ".
"REPLACE INTO TABLE {$this->tableCommunes} ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY ',' ".
" ENCLOSED BY '\"' ".
" ESCAPED BY '\\\' ".
'IGNORE 1 LINES';
$this->getBdd()->requeter($requete);
}
 
private function preparerTable() {
$requete = "ALTER TABLE {$this->tableCommunes} ".
'DROP centroide ';
$this->getBdd()->requeter($requete);
 
$requete = "ALTER TABLE {$this->tableCommunes} ".
' ADD centroide point NOT NULL ';
$this->getBdd()->requeter($requete);
 
$requete = "ALTER TABLE {$this->tableCommunes} ".
' ADD INDEX (centroide) ';
$this->getBdd()->requeter($requete);
}
 
private function recupererPoints() {
$requete = 'SELECT * '.
"FROM {$this->tableCommunes} ";
$LatLons = $this->getBdd()->recupererTous($requete);
 
foreach ($LatLons as $LatLon) {
$latitude_degre = $LatLon['latitude'];
$longitude_degre = $LatLon['longitude'];
$insee = $LatLon['code_insee'];
$this->formerPointCentre($latitude_degre, $longitude_degre, $insee);
$this->afficherAvancement('Analyse des communes Wikipedia');
}
}
 
private function formerPointCentre($latitude_degre, $longitude_degre, $insee) {
$centre = "$latitude_degre $longitude_degre";
$requete = "UPDATE {$this->tableCommunes} ".
"SET centroide = POINTFROMTEXT('POINT($centre)') ".
"WHERE code_insee = $insee ";
$this->getBdd()->requeter($requete);
}
 
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS {$this->tableMeta}, {$this->tableCommunes}";
$this->getBdd()->requeter($requete);
}
}
?>
/branches/refact/scripts/modules/insee_d/InseeD.php
New file
0,0 → 1,75
<?php
/** Exemple lancement:
* /opt/lampp/bin/php -d memory_limit=3500M ~/web/eflore-projets/scripts/cli.php insee_d
* -a chargerTous
* Options :
* -t : Permet de tester le script sur un jeux réduit de données (indiquer le nombre de lignes).
*/
class InseeD extends EfloreScript {
 
public function executer() {
// Lancement de l'action demandée
try {
$this->initialiserProjet('insee-d');
 
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'chargerTous' :
$this->chargerStructureSql();
$this->chargerInseeD();
$this->chargerOntologies();
break;
case 'chargerStructureSql' :
$this->chargerStructureSql();
break;
case 'chargerInseeD' :
$this->chargerInseeD();
break;
case 'chargerOntologies' :
$this->chargerOntologies();
break;
case 'supprimerTous' :
$this->supprimerTous();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
private function chargerInseeD() {
$chemin = Config::get('chemins.inseeD');
$table = Config::get('tables.inseeD');
$requete = "LOAD DATA INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY ';' ".
" ENCLOSED BY '\"' ".
" ESCAPED BY '\\\' ".
'IGNORE 0 LINES';
$this->getBdd()->requeter($requete);
}
 
private function chargerOntologies() {
$chemin = Config::get('chemins.ontologies');
$table = Config::get('tables.ontologies');
$requete = "LOAD DATA INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '' ".
" ESCAPED BY '\\\' ".
'IGNORE 1 LINES';
$this->getBdd()->requeter($requete);
}
 
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS insee_d_meta, insee_d_ontologies_v2011, insee_d_v2011";
$this->getBdd()->requeter($requete);
}
}
?>
/branches/refact/scripts/modules/insee_d/insee-d.ini
New file
0,0 → 1,17
version="2011"
dossierTsv = "{ref:dossierDonneesEflore}insee-d/2011/"
dossierSql = "{ref:dossierTsv}"
 
[tables]
inseeD = "insee_d_v{ref:version}"
ontologies = "insee_d_ontologies_v{ref:version}"
 
[fichiers]
structureSql = "insee-d_v{ref:version}.sql"
inseeD = "insee-d_v{ref:version}.csv"
ontologies = "insee-d_ontologies_v{ref:version}.tsv"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
inseeD = "{ref:dossierTsv}{ref:fichiers.inseeD}"
ontologies = "{ref:dossierTsv}{ref:fichiers.ontologies}"
/branches/refact/scripts/modules/insee_d
New file
Property changes:
Added: svn:ignore
+insee-d.ini
/branches/refact/scripts/modules/bdtfx/Bdtfx.php
New file
0,0 → 1,261
<?php
//declare(encoding='UTF-8');
/**
* Exemple de lancement du script : :
* /opt/lampp/bin/php cli.php bdtfx -a chargerTous
*
* @category php 5.2
* @package eFlore/Scripts
* @author Jennifer DHÉ <jennifer@tela-botanica.org>
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright Copyright (c) 2011, Tela Botanica (accueil@tela-botanica.org)
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
* @version $Id$
*/
class Bdtfx extends EfloreScript {
 
private $table = null;
private $pasInsertion = 1000;
private $departInsertion = 0;
 
protected $parametres_autorises = array(
'-t' => array(false, false, 'Permet de tester le script sur un jeu réduit de données (indiquer le nombre de lignes).'));
 
public function executer() {
try {
$this->initialiserProjet('bdtfx');
 
// Lancement de l'action demandée
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'chargerTous' :
$this->chargerStructureSql();
$this->chargerBdtfx();
$this->genererChpNomSciHtml();
$this->genererChpFamille();
$this->genererDonneesTestMultiVersion();
break;
case 'chargerStructureSql' :
$this->chargerStructureSql();
break;
case 'chargerBdtfx' :
$this->chargerBdtfx();
break;
case 'genererNomSciHtml' :
$this->genererChpNomSciHtml();
break;
case 'genererChpFamille' :
$this->genererChpFamille();
break;
case 'genererDonneesTestMultiVersion' :
$this->genererDonneesTestMultiVersion();
break;
case 'supprimerDonneesTestMultiVersion' :
$this->supprimerDonneesTestMultiVersion();
break;
case 'supprimerTous' :
$this->supprimerTous();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
private function chargerBdtfx() {
$chemin = Config::get('chemins.bdtfx');
$table = Config::get('tables.bdtfx');
$requete = "LOAD DATA INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '' ".
" ESCAPED BY '\\\' ".
'IGNORE 1 LINES';
$this->getBdd()->requeter($requete);
}
 
private function genererChpNomSciHtml() {
$this->initialiserGenerationChamps();
$this->preparerTablePrChpNomSciHtml();
$generateur = new GenerateurNomSciHtml();
$nbreTotal = $this->recupererNbTotalTuples();
$this->departInsertion = 0;
while ($this->departInsertion < $nbreTotal) {
$resultat = $this->recupererTuplesPrChpNomSciHtml();
$nomsSciEnHtml = $generateur->generer($resultat);
$this->remplirChpNomSciHtm($nomsSciEnHtml);
$this->departInsertion += $this->pasInsertion;
$this->afficherAvancement("Insertion des noms scientifique au format HTML dans la base par paquet de {$this->pasInsertion} en cours");
if ($this->stopperLaBoucle($this->getParametre('t'))) break;
}
echo "\n";
}
 
private function initialiserGenerationChamps() {
$this->table = Config::get('tables.bdtfx');
}
 
private function preparerTablePrChpNomSciHtml() {
$requete = "SHOW COLUMNS FROM {$this->table} LIKE 'nom_sci_html' ";
$resultat = $this->getBdd()->recuperer($requete);
if ($resultat === false) {
$requete = "ALTER TABLE {$this->table} ".
'ADD nom_sci_html VARCHAR( 500 ) '.
'CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL ';
$this->getBdd()->requeter($requete);
}
}
 
private function recupererNbTotalTuples(){
$requete = "SELECT count(*) AS nb FROM {$this->table} ";
$resultat = $this->getBdd()->recuperer($requete);
return $resultat['nb'];
}
 
private function recupererTuplesPrChpNomSciHtml() {
$requete = 'SELECT num_nom, rang, nom_supra_generique, genre, epithete_infra_generique, '.
' epithete_sp, type_epithete, epithete_infra_sp,cultivar_groupe, '.
' nom_commercial, cultivar '.
"FROM {$this->table} ".
"LIMIT {$this->departInsertion},{$this->pasInsertion} ";
$resultat = $this->getBdd()->recupererTous($requete);
return $resultat;
}
 
private function remplirChpNomSciHtm($nomsSciHtm) {
foreach ($nomsSciHtm as $id => $html) {
$html = $this->getBdd()->proteger($html);
$requete = "UPDATE {$this->table} SET nom_sci_html = $html WHERE num_nom = $id ";
$resultat = $this->getBdd()->requeter($requete);
if ($resultat === false) {
throw new Exception("Erreur d'insertion pour le tuple $id");
}
}
}
 
private function genererChpFamille() {
$this->initialiserGenerationChamps();
$this->preparerTablePrChpFamille();
$resultats = $this->recupererTuplesPrChpFamille();
$noms = array();
$introuvables = array();
$introuvablesSyno = array();
foreach ($resultats as $id => $nom) {
$nn = $nom['num_nom'];
$nnr = $nom['num_nom_retenu'];
$nts = $nom['num_tax_sup'];
$rg = $nom['rang'];
if ($nnr != '') {
if ($rg == '180') {
$noms[$nn] = $nom['nom_sci'];
} else {
if ($nn == $nnr) {// nom retenu
if (isset($noms[$nts])) {
$noms[$nn] = $noms[$nts];
} else {
$introuvables[] = $nn;
}
} else {// nom synonyme
if (isset($noms[$nnr])) {
$noms[$nn] = $noms[$nnr];
} else {
$introuvablesSyno[] = $nom;
}
}
}
}
unset($resultats[$id]);
$this->afficherAvancement("Attribution de leur famille aux noms en cours");
if ($this->stopperLaBoucle($this->getParametre('t'))) break;
}
echo "\n";
 
foreach ($introuvablesSyno as $id => $nom) {
$nn = $nom['num_nom'];
$nnr = $nom['num_nom_retenu'];
if (isset($noms[$nnr])) {
$noms[$nn] = $noms[$nnr];
} else {
$introuvables[] = $nn;
}
unset($introuvablesSyno[$id]);
$this->afficherAvancement("Attribution de leur famille aux synonymes en cours");
}
echo "\n";
 
if (count($introuvables) != 0) {
$introuvablesNbre = count($introuvables);
echo "Famille introuvable pour $introuvablesNbre noms ! Voir le log.\n";
 
$logContenu = implode(", \n", $introuvables);
$logFichier = realpath(dirname(__FILE__)).'/log/famille_introuvable.log';
echo $logFichier."\n";
file_put_contents($logFichier, $logContenu);
}
$this->remplirChpFamille($noms);
}
 
private function preparerTablePrChpFamille() {
$requete = "SHOW COLUMNS FROM {$this->table} LIKE 'famille' ";
$resultat = $this->getBdd()->recuperer($requete);
if ($resultat === false) {
$requete = "ALTER TABLE {$this->table} ".
'ADD famille VARCHAR(255) '.
'CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL ';
$this->getBdd()->requeter($requete);
}
}
 
private function recupererTuplesPrChpFamille() {
$requete = 'SELECT num_nom, num_nom_retenu, num_tax_sup, rang, nom_sci '.
"FROM {$this->table} ".
"WHERE rang >= 180 ".
"ORDER BY rang ASC, num_tax_sup ASC, num_nom_retenu DESC ";
$resultat = $this->getBdd()->recupererTous($requete);
return $resultat;
}
 
private function remplirChpFamille($noms) {
foreach ($noms as $id => $famille) {
$famille = $this->getBdd()->proteger($famille);
$requete = "UPDATE {$this->table} SET famille = $famille WHERE num_nom = $id ";
$resultat = $this->getBdd()->requeter($requete);
if ($resultat === false) {
throw new Exception("Erreur d'insertion pour le tuple $id");
}
$this->afficherAvancement("Insertion des noms de famille dans la base en cours");
}
echo "\n";
}
 
private function genererDonneesTestMultiVersion() {
$contenuSql = $this->recupererContenu(Config::get('chemins.structureSqlTest'));
$this->executerScripSql($contenuSql);
 
$table = Config::get('tables.bdtfx');
$tableTest = Config::get('tables.bdtfxTest');
$requete = "INSERT INTO $tableTest SELECT * FROM $table";
$this->getBdd()->requeter($requete);
}
 
private function supprimerDonneesTestMultiVersion() {
$tableMeta = Config::get('tables.bdtfxMeta');
$requete = "DELETE FROM $tableMeta WHERE guid = 'urn:lsid:tela-botanica.org:bdtfx:1.02'";
$this->getBdd()->requeter($requete);
 
$tableTest = Config::get('tables.bdtfxTest');
$requete = "DROP TABLE IF EXISTS $tableTest";
$this->getBdd()->requeter($requete);
}
 
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS bdtfx_meta, bdtfx_v1_01, bdtfx_v1_02";
$this->getBdd()->requeter($requete);
}
}
?>
/branches/refact/scripts/modules/bdtfx/bdtfx.ini
New file
0,0 → 1,19
version="1_01"
dossierTsv = "{ref:dossierDonneesEflore}bdtfx/1.01/"
dossierSql = "{ref:dossierTsv}"
 
[tables]
bdtfxMeta = "bdtfx_meta"
bdtfx = "bdtfx_v{ref:version}"
bdtfxTest = "bdtfx_v1_02"
 
[fichiers]
structureSql = "bdtfx_v{ref:version}.sql"
structureSqlTest = "bdtfx_v1_02_test.sql"
bdtfx = "bdtfx_v{ref:version}_ref.txt"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
structureSqlTest = "{ref:dossierSql}{ref:fichiers.structureSqlTest}"
bdtfx = "{ref:dossierTsv}{ref:fichiers.bdtfx}"
bdtfxTest = "{ref:dossierTsv}{ref:fichiers.bdtfxTest}"
/branches/refact/scripts/modules/bdtfx
New file
Property changes:
Added: svn:ignore
+bdtfx.ini
/branches/refact/scripts/modules/sptb/Sptb.php
New file
0,0 → 1,90
<?php
/** Exemple lancement:
* /opt/lampp/bin/php -d memory_limit=3500M cli.php sptb -a chargerTous
*/
class Sptb extends EfloreScript {
 
public function executer() {
// Lancement de l'action demandée
try {
$this->initialiserProjet('sptb');
 
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'chargerTous' :
$this->chargerStructureSql();
$this->chargerDonnees('especes');
$this->chargerDonnees('lois');
$this->genererChampNumNomRetenu();
break;
case 'chargerStructureSql' :
$this->chargerStructureSql();
break;
case 'chargerDonnees' :
$this->chargerDonnees('especes');
$this->chargerDonnees('lois');
$this->genererChampNumNomRetenu();
break;
case 'genererChampNumNomRetenu' :
$this->genererChampNumNomRetenu();
break;
case 'supprimerTous' :
$this->supprimerTous();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
private function chargerDonnees($type) {
$chemin = Config::get('chemins.'.$type);
$table = Config::get('tables.'.$type);
$requete = "LOAD DATA INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '' ".
" ESCAPED BY '\\\' ".
'IGNORE 1 LINES';
$this->getBdd()->requeter($requete);
}
private function genererChampNumNomRetenu() {
$this->preparerTablePrChpNumNomRetenu();
$this->genererNumNomRetenu();
}
private function preparerTablePrChpNumNomRetenu() {
$table = Config::get('tables.especes');
$requete = "SHOW COLUMNS FROM $table LIKE 'num_nom_retenu' ";
$resultat = $this->getBdd()->recuperer($requete);
if ($resultat === false) {
$requete = "ALTER TABLE $table ".
'ADD num_nom_retenu INT(10) '.
'NULL DEFAULT NULL AFTER num_nom';
$this->getBdd()->requeter($requete);
}
}
private function genererNumNomRetenu() {
$table = Config::get('tables.especes');
$table_referentiel = Config::get('tables.referentielTaxo');
$requete = 'UPDATE '.$table.' s, '.$table_referentiel.' r '.
'SET s.num_nom_retenu = r.num_nom_retenu '.
' WHERE s.num_nom = r.num_nom ';
$this->getBdd()->requeter($requete);
}
 
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS sptb_meta, sptb_especes_v2012, sptb_lois_v2012";
$this->getBdd()->requeter($requete);
Debug::printr('suppression');
}
}
?>
/branches/refact/scripts/modules/sptb/sptb.ini
New file
0,0 → 1,19
version="2012"
dossierTsv = "{ref:dossierDonneesEflore}sptb/{ref:version}/"
dossierSql = "{ref:dossierTsv}"
 
[tables]
especes = "sptb_especes_v2012"
lois = "sptb_lois_v2012"
referentielTaxo = "bdtfx_v1_02"
 
[fichiers]
structureSql = "sptb_v2012.sql"
especes = "sptb_especes_v2012.tsv"
lois = "sptb_lois_v2012.tsv"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
especes = "{ref:dossierTsv}{ref:fichiers.especes}"
lois = "{ref:dossierTsv}{ref:fichiers.lois}"
numNomRetenus = "{ref:dossierTsv}{ref:fichiers.numNomRetenus}"
/branches/refact/scripts/modules/iso_639_1/Iso6391.php
New file
0,0 → 1,64
<?php
/** Exemple lancement:
* /opt/lampp/bin/php -d memory_limit=3500M ~/web/eflore-projets/scripts/cli.php iso6391
* -a chargerTous
* Options :
* -t : Permet de tester le script sur un jeux réduit de données (indiquer le nombre de lignes).
*/
class Iso6391 extends EfloreScript {
 
public function executer() {
// Lancement de l'action demandée
try {
$this->initialiserProjet('iso-639-1');
 
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'chargerTous' :
$this->chargerStructureSql();
$this->chargerIso6391();
break;
case 'chargerStructureSql' :
$this->chargerStructureSql();
break;
case 'chargerIso6391' :
$this->chargerIso6391();
break;
case 'test' :
$this->tester();
break;
case 'supprimerTous' :
$this->supprimerTous();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
private function tester() {
echo Config::get('test');
}
 
private function chargerIso6391() {
$chemin = Config::get('chemins.iso6391');
$table = Config::get('tables.iso6391');
$requete = "LOAD DATA INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY ';' ".
" ENCLOSED BY '\"' ".
" ESCAPED BY '\\\' ".
'IGNORE 0 LINES';
$this->getBdd()->requeter($requete);
}
 
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS iso_639_1_meta, iso_639_1_v2002";
$this->getBdd()->requeter($requete);
}
}
?>
/branches/refact/scripts/modules/iso_639_1/iso-639-1.ini
New file
0,0 → 1,14
version="2002"
dossierTsv = "{ref:dossierDonneesEflore}iso-639-1/{ref:version}/"
dossierSql = "{ref:dossierTsv}"
 
[tables]
iso6391 = "iso_639_1_v{ref:version}"
 
[fichiers]
structureSql = "iso-639-1_v{ref:version}.sql"
iso6391 = "iso-639-1_v{ref:version}.csv"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
iso6391 = "{ref:dossierTsv}{ref:fichiers.iso6391}"
/branches/refact/scripts/modules/iso_639_1
New file
Property changes:
Added: svn:ignore
+iso-639-1.ini
/branches/refact/scripts/modules/baseveg/Baseveg.php
New file
0,0 → 1,103
<?php
/** Exemple lancement:
* /opt/lampp/bin/php -d memory_limit=3500M ~/web/eflore-projets/scripts/cli.php baseveg -a chargerTous
*/
 
class Baseveg extends EfloreScript {
 
 
 
 
public function executer() {
try {
$this->initialiserProjet('baseveg');
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'supprimerTous' :
$this->supprimerTous();
break;
case 'chargerStructureSql' :
$this->chargerStructureSql();
break;
case 'chargerMetadonnees' :
$this->chargerMetadonnees();
break;
case 'chargerDonnees' :
$this->chargerDonnees();
break;
case 'verifierFichier' :
//cette étape met en avant les valeurs qui vont poser des problèmes (ontologies..)
$this->verifierFichier();
break;
case 'chargerOntologies' :
$this->chargerOntologies();
break;
case 'chargerTous' :
$this->supprimerTous();
$this->chargerStructureSql();
$this->chargerMetadonnees();
$this->chargerDonnees();
$this->chargerOntologies();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
private function getClasseBasevegVerif() {
$conteneur = new Conteneur();
require_once dirname(__FILE__)."/BasevegVerif.php";
$verif = new BasevegVerif($conteneur,'baseveg');
return $verif;
}
private function verifierFichier() {
$verif = $this->getClasseBasevegVerif();
$verif->verifierFichier(Config::get('chemins.donnees'));
}
private function chargerOntologies() {
$chemin = Config::get('chemins.ontologies');
$table = Config::get('tables.ontologies');
$requete = "TRUNCATE TABLE $table ;
LOAD DATA INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '' ".
" ESCAPED BY '\\\' "
;
$this->getBdd()->requeter($requete);
}
 
private function chargerDonnees() {
$table = Config::get('tables.donnees');
$requete = "LOAD DATA INFILE '".Config::get('chemins.donnees')."' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '' ".
" ESCAPED BY '\\\'";
$this->getBdd()->requeter($requete);
}
protected function chargerMetadonnees() {
$contenuSql = $this->recupererContenu(Config::get('chemins.metadonnees'));
$this->executerScripSql($contenuSql);
}
 
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS baseveg_meta, baseveg_ontologies, baseveg_v".Config::get('version');
$this->getBdd()->requeter($requete);
}
 
}
?>
/branches/refact/scripts/modules/baseveg/baseveg.ini
New file
0,0 → 1,26
version="2013_01_09"
dossierTsv = "{ref:dossierDonneesEflore}baseveg/2013-01-09/"
dossierSql = "{ref:dossierTsv}"
 
[tables]
donnees = "baseveg_v{ref:version}"
metadonnees = "baseveg_meta"
ontologies = "baseveg_ontologies"
 
[fichiers]
structureSql = "baseveg_v{ref:version}.sql"
metadonnees = "baseveg_insertion_meta_v{ref:version}.sql"
donnees = "baseveg_v{ref:version}.tsv"
ontologies = "baseveg_ontologies.tsv"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
donnees = "{ref:dossierTsv}{ref:fichiers.donnees}"
metadonnees = "{ref:dossierSql}{ref:fichiers.metadonnees}"
ontologies ="{ref:dossierTsv}{ref:fichiers.ontologies}"
 
[Parametres]
niveaux = "'CLA';'ALL';'ORD';'ASS';'GRPT';'SUBORD';'SUBASS';'BC';'SUBCLA';'DC';'SUBALL'"
synonymes = "'incl';'=';'= ?';'illeg';'pp';'pmaxp';'pminp';'compl';'ambig';'non';'inval';'nn';'ined'"
motifs = "/^[0-9]+$/=1;
/(?:[0-9]{2}\/$|[0-9]{2}\/[0-9]\.$|[0-9]{2}\/(?:[0-9]\.){1,5}[0-9]$|[0-9]{2}\/(?:[0-9]\.){4,5}[0-9]\/[0-9]+(?:bis|ter){0,1}$)|incertae sedis/=2"
/branches/refact/scripts/modules/baseveg/BasevegVerif.php
New file
0,0 → 1,94
<?php
 
class BasevegVerif extends VerificateurDonnees {
 
private $synonymes;
private $niveaux;
private $motifs;
 
//obligatoire
public function definirTraitementsColonnes() {
$this->initialiserParametresVerif();
if ($this->colonne_num == 1 ) {
$this->verifierColonne();
} elseif ($this->colonne_num == 2 ) {
$this->verifierColonne();
} elseif ($this->colonne_num == 4 ) {
$this->verifierNiveaux();
}
}
public function initialiserParametresVerif() {
$this->niveaux = array('CLA','ALL','ORD','ASS','GRPT','SUBORD','SUBASS','BC','SUBCLA','DC','SUBALL');
$this->synonymes = array('incl','=','?','illeg','pp','pmaxp','pminp','compl','ambig','non','inval','nn','ined');
$this->motifs= $this->inverserTableau(array('/^[0-9]+$/' => 1,
'/(?:[0-9]{2}\/$|[0-9]{2}\/[0-9]\.$|[0-9]{2}\/(?:[0-9]\.){1,5}[0-9]$|[0-9]{2}\/(?:[0-9]\.){4,5}[0-9]\/[0-9]+(?:bis|ter|quater){0,1}$)|incertae sedis/' => 2));
//présence de '=' , '= ?' et ',' dans les valeurs des paramètres. ne pas utiliser getParametresTableau.
}
//++---------------------------------traitements des colonnes baseveg------------------------------------++
/**
*
* verifie le champ niveau
*/
public function verifierNiveaux(){
if (preg_match("/^syn(.+)$/", $this->colonne_valeur, $retour) == 1) {
$synonymes = explode(' ', trim($retour[1]));
foreach($synonymes as $syn){
if (!in_array($syn, $this->synonymes)) {
$this->noterErreur();
}
}
} elseif($this->colonne_valeur != '') {
if (!in_array($this->colonne_valeur , $this->niveaux)) {
$this->noterErreur();
}
}
}
 
/**
*
* vérifie un motif sur la valeur entière d'une colonne par expression régulière
*
*/
public function verifierColonne(){
$motif = $this->motifs[$this->colonne_num];
if (preg_match($motif, $this->colonne_valeur) == 0 && $this->verifierSiVide() == false){
$this->noterErreur();
}
}
 
/**
*
* vérifie si une colonne est vide ou non de valeurs
*
*/
public function verifierSiVide(){
$vide = ($this->colonne_valeur == '') ? true : false;
return $vide;
}
/*--------------------------------------------OUtils-------------------------------------------*/
//attention , dans les motifs !!
private function inverserTableau($tableau) {
$inverse = array();
foreach ($tableau as $cle => $valeurs) {
$valeurs = explode(';', $valeurs);
foreach ($valeurs as $valeur) {
$inverse[$valeur] = $cle;
}
}
return $inverse;
}
}
 
?>
/branches/refact/scripts/modules/eflore/eflore.ini
New file
0,0 → 1,14
version="2011"
dossierTsv = "{ref:dossierDonneesEflore}eflore/{ref:version}/"
dossierSql = "{ref:dossierTsv}"
 
[tables]
ontologies = "eflore_ontologies"
 
[fichiers]
structureSql = "eflore_v2011.sql"
ontologies = "eflore_ontologies_v2011.tsv"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
ontologies = "{ref:dossierTsv}{ref:fichiers.ontologies}"
/branches/refact/scripts/modules/eflore/Eflore.php
New file
0,0 → 1,54
<?php
/** Exemple lancement:
* /opt/lampp/bin/php -d memory_limit=3500M cli.php eflore -a chargerTous
*/
class Eflore extends EfloreScript {
 
public function executer() {
// Lancement de l'action demandée
try {
$this->initialiserProjet('eflore');
 
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'chargerTous' :
$this->chargerStructureSql();
$this->chargerOntologies();
break;
case 'chargerStructureSql' :
$this->chargerStructureSql();
break;
case 'chargerOntologies' :
$this->chargerOntologies();
break;
case 'supprimerTous' :
$this->supprimerTous();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
private function chargerOntologies() {
$chemin = Config::get('chemins.ontologies');
$table = Config::get('tables.ontologies');
$requete = "LOAD DATA INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '\"' ".
" ESCAPED BY '\\\' ".
'IGNORE 1 LINES';
$this->getBdd()->requeter($requete);
}
 
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS eflore_meta, eflore_ontologies_v2011";
$this->getBdd()->requeter($requete);
}
}
?>
/branches/refact/scripts/modules/photoflora/Photoflora.php
New file
0,0 → 1,38
<?php
/** Exemple lancement:
* /opt/lampp/bin/php -d memory_limit=3500M ~/web/eflore-projets/scripts/cli.php bdnt -a chargerTous
*/
class Photoflora extends EfloreScript {
 
public function executer() {
// Lancement de l'action demandée
try {
$this->initialiserProjet('photoflora');
 
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'chargerTous' :
$this->chargerStructureSql();
break;
case 'chargerStructureSql' :
$this->chargerStructureSql();
break;
case 'chargerOntologies' :
break;
case 'supprimerTous' :
$this->supprimerTous();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS photoflora_meta";
$this->getBdd()->requeter($requete);
}
}
?>
/branches/refact/scripts/modules/photoflora/photoflora.ini
New file
0,0 → 1,13
version="1_0"
dossierTsv = "{ref:dossierDonneesEflore}photoflora/1.0/"
dossierSql = "{ref:dossierTsv}"
bdd_nom = "tb_eflore"
 
[tables]
bdtfxMeta = "photoflora_meta"
 
[fichiers]
structureSql = "photoflora_v1_0.sql"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
/branches/refact/scripts/modules/coste/Versions.php
New file
0,0 → 1,73
<?php
class Versions {
 
private $conteneur = null;
private $eflore = null;
private $bdd = null;
 
public function __construct(Conteneur $conteneur) {
$this->conteneur = $conteneur;
$this->eflore = $conteneur->getEfloreCommun();
$this->bdd = $conteneur->getBdd();
}
 
public function chargerTous() {
$this->chargerStructureSql();
$this->chargerVersions();
}
 
public function chargerStructureSql() {
$this->eflore->chargerStructureSql();
}
 
public function chargerVersions() {
$versions = explode(',', Config::get('versions'));
$versionsDonnees = explode(',', Config::get('versionsDonnees'));
foreach ($versions as $id => $version) {
$versionDonnees = $versionsDonnees[$id];
$this->chargerStructureSqlVersion($versionDonnees, $version);
$this->chargerIndexVersion($versionDonnees, $version);
$this->chargerDumpWikiniVersion($versionDonnees, $version);
}
}
 
private function chargerStructureSqlVersion($versionDonnees, $version) {
$fichierSqlTpl = Config::get('chemins.structureSqlVersionTpl');
$fichierSql = sprintf($fichierSqlTpl, $versionDonnees, $version);
$contenuSql = $this->eflore->recupererContenu($fichierSql);
$this->eflore->executerScripSql($contenuSql);
}
 
private function chargerIndexVersion($versionDonnees, $version) {
$fichierTsvTpl = Config::get('chemins.costeTpl');
$fichierTsv = sprintf($fichierTsvTpl, $versionDonnees, $version);
$tableTpl = Config::get('tables.costeTpl');
$table = sprintf($tableTpl, $version);
$requete = "LOAD DATA INFILE '$fichierTsv' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '' ".
" ESCAPED BY '\\\' ".
'IGNORE 1 LINES ';
$this->bdd->requeter($requete);
}
 
private function chargerDumpWikiniVersion($versionDonnees, $version) {
$fichierWikiTpl = Config::get('chemins.costeWikiniTpl');
$fichierDump = sprintf($fichierWikiTpl, $versionDonnees, $version);
$contenuSql = $this->eflore->recupererContenu($fichierDump);
$this->eflore->executerScripSql($contenuSql);
}
 
public function supprimerTous() {
$requete = "DROP TABLE IF EXISTS coste_meta, ".
" coste_correspondance_bdnff, coste_images_auteur_correspondance_bdnff, ".
" coste_images_correspondance_bdnff, coste_index, coste_index_general, ".
" coste_acls, coste_links, coste_pages, coste_referrers, coste_triples, coste_users, ".
" coste_v1_00, coste_v2_00 ";
$this->bdd->requeter($requete);
}
}
?>
/branches/refact/scripts/modules/coste/Coste.php
New file
0,0 → 1,117
<?php
//declare(encoding='UTF-8');
/**
* Exemple de lancement du script : :
* /opt/lampp/bin/php cli.php coste -a chargerTous
*
* @category php 5.2
* @package eFlore/Scripts
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright Copyright (c) 2012, Tela Botanica (accueil@tela-botanica.org)
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
* @version $Id$
*/
class Coste extends EfloreScript {
 
public function executer() {
try {
$this->initialiserProjet('coste');
 
// Lancement de l'action demandée
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'chargerTous' :
$version = $this->getClasseVersion();
$version->chargerTous();
break;
case 'chargerStructureSql' :
$version = $this->getClasseVersion();
$version->chargerStructureSql();
break;
case 'chargerVersions' :
$version = $this->getClasseVersion();
$version->chargerVersions();
break;
case 'supprimerTous' :
$version = $this->getClasseVersion();
$version->supprimerTous();
break;
case 'creerDscTxt' :
$description = $this->getClasseDescription();
$description->genererDescriptionTxt();
break;
case 'statDscTxt' :
$description = $this->getClasseDescription();
$description->verifierDescriptionTxt();
break;
case 'correspondanceDsc' :
$description = $this->getClasseDescription();
$description->genererCorrespondance();
break;
case 'fusionIndex' :
$description = $this->getClasseIndex();
$description->fusionnerIndex();
break;
case 'uploadFichiersSp' :
$wiki = $this->getClasseWiki();
$wiki->uploaderFichiersSp();
break;
case 'downloadWiki' :
$wiki = $this->getClasseWiki();
$wiki->dowloaderPagesWiki();
break;
case 'uploadTxt' :
$wiki = $this->getClasseWiki();
$wiki->uploaderDansWikiEflore();
break;
case 'uploadIndex' :
$wiki = $this->getClasseWiki();
$wiki->uploaderIndexDansWikiEflore();
break;
case 'chargerTxt' :
$wiki = $this->getClasseWiki();
$wiki->chargerTxtDansWikiEflore();
break;
case 'chargerIndex' :
$wiki = $this->getClasseWiki();
$wiki->chargerIndexDansWikiEflore();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
private function getClasseVersion() {
$version = $this->getClasse('Versions');
return $version;
}
 
private function getClasseDescription() {
$description = $this->getClasse('Description');
return $description;
}
 
private function getClasseIndex() {
$index = $this->getClasse('Index');
return $index;
}
 
private function getClasseWiki() {
$wiki = $this->getClasse('Wiki');
return $wiki;
}
 
private function getClasse($classeNom) {
$conteneur = new Conteneur();
$conteneur->setParametre('-v', $this->getParametre('-v'));
$conteneur->setParametre('scriptChemin', $this->getScriptChemin());
require_once dirname(__FILE__).'/'.$classeNom.'.php';
$objet = new $classeNom($conteneur);
return $objet;
}
}
?>
/branches/refact/scripts/modules/coste/Description.php
New file
0,0 → 1,570
<?php
// commande : /opt/lampp/bin/php cli.php description_sp -a tester -n /home/jennifer/Tela-botanica_projets/Coste/descriptions/html
class Description {
 
const DOSSIER_V0 = '../../../donnees/coste/0.00/';
const DOSSIER_DSC_HTML = '../../../donnees/coste/descriptions/html/';
const DOSSIER_DSC_TXT = '../../../donnees/coste/descriptions/txt/';
const DOSSIER_LOG = 'log/';
 
private $auteurs = array();
private $dossierBase = '';
private $conteneur = null;
private $outils = null;
private $messages = null;
private $action = '';
private $nomFichier = '';
private $nomDossier = '';
private $listeFichiers = array();
private $fichierNum = '';
private $fichier = '';
private $log = '';
private $correspondance = array();
private $infosCorrespondanceBase = array(
'nom_sci' => '',
'auteur' => '',
'nom_addendum' => '',
'annee' => '',
'biblio_origine' => '',
'rang' => 290,
'nom_francais' => '',
'nom_coste' => '',
'auteur_coste' => '',
'biblio_coste' => '',
'num_nom_coste' => '',
'num_nom_retenu_coste' => '',
'num_tax_sup_coste' => '',
'tome' => '',
'page' => '',
'synonymie_coste' => '',
'flore_bdtfx_nn' => '',
'flore_bdtfx_nt' => '');
 
public function __construct(Conteneur $conteneur) {
mb_internal_encoding('UTF-8');
setlocale(LC_ALL, 'fr_FR.UTF-8');
$this->conteneur = $conteneur;
$this->outils = $conteneur->getOutils();
$this->messages = $conteneur->getMessages();
$this->dossierBase = dirname(__FILE__).'/';
}
 
public function genererDescriptionTxt() {
$this->chargerFichiers();
 
foreach ($this->listeFichiers as $this->fichierNum => $this->fichier) {
$this->messages->afficherAvancement("Création des descriptions au format txt");
$this->genererFichier();
}
echo "\n";
}
 
public function verifierDescriptionTxt() {
$this->chargerFichiers();
 
foreach ($this->listeFichiers as $this->fichierNum => $this->fichier) {
$this->messages->afficherAvancement("Analyse des descriptions");
$this->verifierFichier();
}
echo "\n";
$this->ecrireLogs();
}
 
public function genererCorrespondance() {
$this->chargerFichiers();
 
$this->ajouterLogSyno(implode("\t", array_keys($this->infosCorrespondanceBase)));
foreach ($this->listeFichiers as $this->fichierNum => $this->fichier) {
$this->messages->afficherAvancement("Création du fichier de correspondance");
$this->extraireInfosCorrespondance();
}
echo "\n";
 
$fichierTxt = $this->dossierBase.self::DOSSIER_V0.'index_general_sp.tsv';
$txtCorrespondance = $this->creerFichierCsvCorrespondance();
file_put_contents($fichierTxt, $txtCorrespondance);
 
ksort($this->auteurs);
foreach ($this->auteurs as $auteur => $nbre) {
$this->ajouterLogAuteur("$auteur\t$nbre");
}
 
$this->ecrireLogs();
}
 
 
private function chargerFichiers() {
$this->nomDossier = $this->dossierBase.self::DOSSIER_DSC_HTML;
if (file_exists($this->nomDossier) === true) {
if (is_dir($this->nomDossier)) {
if ($dossierOuvert = opendir($this->nomDossier)) {
while (($this->nomFichier = readdir($dossierOuvert)) !== false) {
if (! is_dir($this->nomFichier) && preg_match('/e([0-9]{4})\.htm/', $this->nomFichier, $match)) {
$this->listeFichiers[$match[1]] = $this->nomDossier.'/'.$this->nomFichier;
}
}
closedir($dossierOuvert);
} else {
$this->messages->traiterErreur("Le dossier {$this->nomDossier} n'a pas pu être ouvert.");
}
} else {
$this->messages->traiterErreur("{$this->nomDossier} n'est pas un dossier.");
}
} else {
$this->messages->traiterErreur("Le dossier {$this->nomDossier} est introuvable.");
}
 
asort($this->listeFichiers);
}
 
private function verifierFichier() {
$donnees = $this->analyserFichier();
$txt = $donnees['texte'];
$this->verifierOuvertureFermetureBalise($txt);
$this->verifierAbscenceEgale($txt);
$this->verifierNumero($txt);
// TODO : vérifier les noms vernauclaire qui sont abrégés
}
 
private function verifierOuvertureFermetureBalise($txt) {
$b_ouvert = substr_count($txt, '<B>');
$b_ferme = substr_count($txt, '</B>');
if ($b_ouvert != $b_ferme) {
$message = "{$this->fichierNum} contient $b_ouvert balises B ouvertes et $b_ferme fermées";
$this->ajouterLogAnalyse($message);
}
$i_ouvert = substr_count($txt, '<I>');
$i_ferme = substr_count($txt, '</I>');
if ($i_ouvert != $i_ferme) {
$message = "{$this->fichierNum} contient $i_ouvert balises I ouvertes et $i_ferme fermées";
$this->ajouterLogAnalyse($message);
}
}
 
private function verifierAbscenceEgale($txt) {
if (strripos($txt, '=') === false) {
$message = "{$this->fichierNum} ne contient pas le séparateur de phénologie (=)";
$this->ajouterLogAnalyse($message);
}
}
 
private function verifierNumero($txt) {
if (preg_match('/^<B>[0-9]{1,4}. – /', $txt) == 0) {
$message = "{$this->fichierNum} ne contient pas un numéro bien formaté";
$this->ajouterLogAnalyse($message);
}
}
 
private function extraireInfosCorrespondance() {
$donnees = $this->analyserFichier();
$infos = $this->infosCorrespondanceBase;
 
$titre = $donnees['titre'];
if (preg_match('/^Coste ([0-9]+) - ((?:(?! - ).)+) - F[0-9]+, (?:(?! - ).)+ - (G[0-9]+), T([123])[.]p([0-9]+)$/', $titre, $match)) {
$infos['num_nom_coste'] = $match[1];
$infos['num_nom_retenu_coste'] = $match[1];
$infos['nom_sci'] = $match[2];
$infos['num_tax_sup_coste'] = $match[3];
$infos['tome'] = $match[4];
$infos['page'] = $match[5];
} else {
$this->messages->traiterErreur("Le titre du fichier {$this->fichierNum} est mal formaté.");
}
 
$corres = $donnees['correspondance'];
if (preg_match('/^Bdnff ([0-9]+) - (?:(?! - ).)+ - (?:(?! - ).)+ - Tax=([0-9]+)$/', $corres, $match)) {
$infos['flore_bdtfx_nn'] = $match[1];
$infos['flore_bdtfx_nt'] = $match[2];
} else {
$this->messages->traiterErreur("La correspondance du fichier {$this->fichierNum} est mal formatée.");
}
 
$txt = $donnees['texte'];
$txt = $this->corrigerDescription($txt);
if (preg_match('/^<B>[0-9]{1,4}[.] – ([^<]+)<\/B> ([^–]*)– (?:<I>([^<]+)<\/I>[.] – |<I>([^<]+)<\/I>( \([^)]+\))[.] – |[A-Z]|<I>(?:Sous-|Espèce|Turion|Souche|Plante|Feuille|Racine))/u', $txt, $match)) {
$infos['nom_coste'] = trim($match[1]);
$infos['rang'] = $this->obtenirRangNom($infos['nom_coste']);
$infos['auteur_coste'] = trim($match[2]);
$infos['nom_francais'] = isset($match[3]) ? $match[3] : '';
$infos['nom_francais'] = isset($match[4]) && isset($match[5]) ? $match[4].$match[5] : $infos['nom_francais'];
if (strpos($infos['auteur_coste'], '(' ) !== false) {
if (preg_match('/^([^(]*)\(([^)]+)\)(?:[.]?| ; ((?:(?! – ).)+))$/', $infos['auteur_coste'], $match)) {
$infos['auteur_coste'] = $this->traiterAuteur(trim($match[1]));
$infos['auteur'] = $this->normaliserAuteur($infos['auteur_coste']);
$parentheseContenu = trim($match[2]);
if (preg_match('/^[0-9]+$/', $parentheseContenu)) {
$infos['annee'] = $parentheseContenu;
} else {
$infos['synonymie_coste'] = $parentheseContenu;
$infos['biblio_coste'] = isset($match[3]) ? trim($match[3]) : '';
}
} else {
$this->messages->traiterErreur("L'auteur du nom sciencitifique du fichier {$this->fichierNum} est mal formaté.");
}
}
} else {
$this->messages->traiterErreur("La texte du fichier {$this->fichierNum} est mal formaté.");
}
 
$this->correspondance[] = $infos;
 
if ($infos['synonymie_coste'] != '') {
$this->traiterSynonymie($infos);
}
}
 
private function normaliserAuteur($auteurCoste) {
$auteur = '';
if ($auteurCoste != '') {
$auteur = str_replace(' et ', ' & ', $auteurCoste);
}
return $auteur;
}
 
private function traiterSynonymie($infos) {
$synoCoste = $infos['synonymie_coste'];
$synoCoste = preg_replace('/, etc[.]$/', '', $synoCoste);
$synoCoste = preg_replace('/^et /', '', $synoCoste);
$synoCoste = preg_replace('/^(([A-Z][.]|[A-Z]{3,}) [A-Z]{3,}(?:(?! et ).+)) et ([A-Z]{3,}) ((?![A-Z]{3,}).+)$/', '$1 ; $2 $3 $4', $synoCoste);
$synoCoste = preg_replace('/ et ((?:[A-Z][.]|[A-Z]{3,}) [A-Z]{3,})/', ' ; $1', $synoCoste);
$synoCoste = preg_replace('/, ((?:(?!non |part[.]|an |G[.] G[.]|part[.]|centr[.])[^,]+))/', ' ;$1', $synoCoste);
 
$synonymes = explode(';', $synoCoste);
 
foreach ($synonymes as $num => $syno) {
$synoTraite = $this->traiterNomSyno($syno);
$nomSci = $this->obtenirNomSci($synoTraite, $infos, $synonymes, $num);
$rang = $this->obtenirRangNom($nomSci);
$complementNom = $this->obtenirComplementNom($synoTraite);
$auteurCoste = $this->obtenirAuteur($complementNom);
$auteur = $this->normaliserAuteur($auteurCoste);
$this->ajouterAuteur($auteur);
$biblioCoste = $this->obtenirBiblio($complementNom);
$annee = $this->extraireAnnee($complementNom);
 
$infosSyno = $this->infosCorrespondanceBase;
$infosSyno['nom_sci'] = $nomSci;
$infosSyno['auteur'] = $auteur;
$infosSyno['biblio_origine'] = $biblioCoste;
$infosSyno['annee'] = $annee;
$infosSyno['nom_addendum'] = $this->obtenirNomAddendum($syno);
 
$infosSyno['rang'] = $rang;
$infosSyno['nom_coste'] = $synoTraite;
$infosSyno['auteur_coste'] = $auteurCoste;
$infosSyno['biblio_coste'] = $biblioCoste;
$infosSyno['num_nom_coste'] = $infos['num_nom_coste'].'.'.($num + 1);
$infosSyno['num_nom_retenu_coste'] = $infos['num_nom_coste'];
$this->ajouterLogSyno(implode("\t", $infosSyno));
$this->correspondance[] = $infosSyno;
}
}
 
private function traiterNomSyno($syno) {
$syno = $this->nettoyerEspacesNomSyno($syno);
$syno = preg_replace('/^(?:avec|(?:compr|incl)[.]) /', '', $syno);
return $syno;
}
 
private function nettoyerEspacesNomSyno($syno) {
$syno = trim($syno);
$syno = trim($syno, ' ');
return $syno;
}
 
private function obtenirComplementNom($syno) {
$complementNom = '';
if (preg_match('/^(?:[^ ]+ [^ ]+ (?:(?:var|V)[.] [^ ]+|STELATUM|MINUS)|[^ ]+ [^ ]+) (.+)$/', $syno, $match)) {
$complementNom = $match[1];
}
return $complementNom;
}
 
private function obtenirBiblio($complementNom) {
$biblioCoste = '';
if (preg_match("/ (p[.] [0-9]{1,}|in .+||Fl[.] fr[.]|(?: Sp[.])? ed[.] [1-2])$/", $complementNom, $match)) {
$biblioCoste = $match[1];
}
return $biblioCoste;
}
 
private function extraireAnnee($complementNom) {
$annee = '';
if (preg_match('/(?:^| )([0-9]+)$/', $complementNom, $match)) {
$annee = $match[1];
}
return $annee;
}
 
private function obtenirAuteur($complementNom) {
$auteurCoste = '';
if ($complementNom != '') {
if (preg_match("/^((?!(?:auct.+|(?:, )?(?:non|an) .+|p[.] p[.])$).+)$/", $complementNom, $match)) {
$auteurCoste = $this->traiterAuteur($match[1]);
} else {
$message = "Impossible de récupérer l'auteur pour le complément de nom ($complementNom).";
$this->ajouterLogProbleme($message);
}
}
return $auteurCoste;
}
 
private function traiterAuteur($auteurCoste) {
$auteur = '';
if ($auteurCoste != '') {
$remplacementTxt = array(' p. p.', ' saltem part.', 'Fl. fr.');
$auteurCoste = str_replace($remplacementTxt, '', $auteurCoste);
$remplacementsRegExp = array(
' [0-9]{4}',
'[^ ]+ et auct[.], .+',
' auct.+',
',? part[.]',
' p[.] [0-9]{1,}',
' in .+|,? (?:non|an) .+',
'(?: Sp[.])? ed[.] [1-2]');
$auteur = preg_replace('/(?:'.implode('|', $remplacementsRegExp).')$/', '', $auteurCoste);
}
return $auteur;
}
 
private function ajouterAuteur($auteur) {
if (!isset($this->auteurs[$auteur])) {
$this->auteurs[$auteur] = 1;
} else {
$this->auteurs[$auteur]++;
}
}
 
private function obtenirNomAddendum($syno) {
$syno = $this->nettoyerEspacesNomSyno($syno);
$nomAddendum = array();
if (preg_match('/^((?:compr|incl)[.]) /', $syno, $match)) {
$nomAddendum[] = '['.$match[1].']';
}
if (preg_match('/ ([^ ]+ et auct[.], .+)$/', $syno, $match)) {
$nomAddendum[] = '['.$match[1].']';
} elseif (preg_match('/ (auct[.],? .+)$/', $syno, $match)) {
$nomAddendum[] = '['.$match[1].']';
} else if (preg_match('/,? ((?:non|an) .+)$/', $syno, $match)) {
$nomAddendum[] = '['.$match[1].']';
} else if (preg_match('/ (p[.] p[.])$/', $syno, $match)) {
$nomAddendum[] = '['.$match[1].']';
} else if (preg_match('/ (saltem part[.])$/', $syno, $match)) {
$nomAddendum[] = '['.$match[1].']';
} else if (preg_match('/,? (part[.])$/', $syno, $match)) {
$nomAddendum[] = '['.$match[1].']';
}
 
$nomAddendum = implode(' ; ', $nomAddendum);
return $nomAddendum;
}
 
private function remplacerAbreviationGenre($syno, $infos, $synonymes, $num) {
$nomSci = $syno;
 
if (preg_match('/^(([A-Zƌ])[.]) /', $syno, $matchSyno)) {
if ($matchSyno[2] == substr($infos['nom_coste'], 0, 1)) {
if (preg_match('/^([^ ]+) /', $infos['nom_coste'], $matchNomRetenu)) {
$nomSci = str_replace($matchSyno[1], $matchNomRetenu[1], $syno);
}
} else {
$synoPrecedent = $this->obtenirSynoAvecGenreComplet($synonymes, $num);
 
if ($matchSyno[2] == substr($synoPrecedent, 0, 1)) {
if (preg_match('/^([^ ]+) /', $synoPrecedent, $matchSynoPrec)) {
$nomSci = str_replace($matchSyno[1], $matchSynoPrec[1], $syno);
}
} else {
$message = "L'initiale du synonyme ($syno) ne correspondant pas au nom retenu {$infos['num_nom_coste']} ({$infos['nom_coste']}) ".
"ni au synonyme précédent ($synoPrecedent).";
$this->ajouterLogProbleme($message);
}
}
}
return $nomSci;
}
 
private function obtenirSynoAvecGenreComplet($synonymes, $num) {
$synoPrecedent = '';
$synoOk = false;
while ($synoOk == false) {
if ($num < 0) {
$synoOk = true;
}
$synoPrecedent = $this->obtenirSynoPrecedent($synonymes, $num);
if (preg_match('/^[A-Zƌ][.] /', $synoPrecedent)) {
$num = $num - 1;
} else {
$synoOk = true;
}
}
return $synoPrecedent;
}
 
private function obtenirSynoPrecedent($synonymes, $num) {
$synoPrecedent = '';
if (isset($synonymes[($num - 1 )])) {
$synoPrecedent = $this->traiterNomSyno($synonymes[($num - 1 )]);
}
return $synoPrecedent;
}
 
 
private function obtenirNomSci($syno, $infos, $synonymes, $num) {
$nomSci = $this->remplacerAbreviationGenre($syno, $infos, $synonymes, $num);
 
if (preg_match('/^([^ ]+) ([^ ]+) (?:(?:var|V)[.] ([^ ]+)|(STELATUM||MINUS) )/', $nomSci, $match)) {
$genre = $this->normaliserGenre($match[1]);
$sp = $this->normaliserEpithete($match[2]);
$infrasp = isset($match[4]) ? $match[4] : $match[3];
$infrasp = $this->normaliserEpithete($infrasp);
$nomSci = "$genre $sp var. $infrasp";
} else if (preg_match('/^([^ ]+) ([^ ]+)(?: |$)/', $nomSci, $match)) {
$genre = $this->normaliserGenre($match[1]);
$sp = $this->normaliserEpithete($match[2]);
$nomSci = "$genre $sp";
} else {
$message = "Le synonyme ($nomSci) du nom {$infos['num_nom_coste']} a une structure étrange.";
$this->ajouterLogProbleme($message);
}
return $nomSci;
}
 
private function normaliserGenre($genre) {
$genre = mb_convert_case(mb_strtolower($genre), MB_CASE_TITLE);
$genre = str_replace('Æ', 'æ', $genre);
return $genre;
}
 
private function normaliserEpithete($sp) {
$sp = mb_strtolower($sp);
$sp = str_replace('Æ', 'æ', $sp);
return $sp;
}
 
private function obtenirRangNom($syno) {
$rang = 290;
if (strpos($syno, ' var. ')) {
$rang = 340;
}
return $rang;
}
 
private function creerFichierCsvCorrespondance() {
$lignes[] = implode("\t", array_keys($this->infosCorrespondanceBase));
foreach ($this->correspondance as $infos) {
$lignes[] = implode("\t", $infos);
}
 
$txt = '';
$txt = implode("\n", $lignes);
return $txt;
}
 
private function genererFichier() {
$donnees = $this->analyserFichier();
 
$txt = $this->nettoyerDescription($donnees['texte']);
$txt = $this->corrigerDescription($txt);
$txt = $this->remplacerHtmlParSyntaxeWiki($txt);
$fichierTxt = $this->dossierBase.self::DOSSIER_DSC_TXT.$this->fichierNum.'.txt';
file_put_contents($fichierTxt, $txt);
 
unset($donnees['texte']);
$txt = implode("\n", $donnees);
$fichierTxt = $this->dossierBase.self::DOSSIER_DSC_TXT.$this->fichierNum.'.json';
file_put_contents($fichierTxt, $txt);
}
 
private function analyserFichier() {
$donnees = array('titre' => '', 'texte' => '', 'correspondance' => '');
if ($fichierOuvert = fopen($this->fichier, 'r')) {
$i = 1;
while ($ligne = fgets($fichierOuvert)) {
if ($i == 24) {
$donnees['titre'] = $this->supprimerHtml($ligne);
} elseif ($i >= 45 && $i <= 60) {
$donnees['texte'] .= $this->traiterLigneDescription($ligne);
} elseif ($i >= 61 && preg_match('/Bdnff /ui', $ligne)) {
$donnees['correspondance'] = $this->supprimerHtml($ligne);
}
$i++;
}
fclose($fichierOuvert);
} else {
$this->messages->traiterErreur("Le fichier {$this->fichier} n'a pas pu être ouvert.");
}
return $donnees;
}
 
private function supprimerHtml($txt) {
$txt = strip_tags($txt,'<b>,<i>');
$txt = str_replace('&#173;', '', $txt);
$txt = str_ireplace('&nbsp;', ' ', $txt);
$txt = trim($txt);
$txt = preg_replace('/^<\/I>/', '', $txt);
$txt = html_entity_decode($txt, ENT_NOQUOTES, 'UTF-8');
return $txt;
}
 
private function traiterLigneDescription($txt) {
$txt = $this->supprimerHtml($txt);
$txt = $txt."\n";
return $txt;
}
 
private function nettoyerDescription($txt) {
$txt = preg_replace("/\n{2,}+/", "\n", $txt);
$txt = trim($txt);
return $txt;
}
 
private function corrigerDescription($txt) {
$txt = preg_replace("/– <I>([^.]+?)[.] – <\/I>/", "– <I>$1</I>. – ", $txt);
$txt = preg_replace("/– <I>([^.]+?)[.] – ([A-Z])<\/I>/", "– <I>$1</I>. – $2", $txt);
$txt = preg_replace("/– <I>([^.]+?) – <\/I>/", "– <I>$1</I>. – ", $txt);
return $txt;
}
 
private function remplacerHtmlParSyntaxeWiki($txt) {
$txt = str_replace(array('<B>', '</B>'), '**', $txt);
$txt = str_replace(array('<I>', '</I>'), '//', $txt);
return $txt;
}
 
private function ajouterLogAnalyse($txt) {
if (isset($this->log['analyse']) == false) {
$this->log['analyse'] = '';
}
$this->log['analyse'] .= "$txt\n";
}
 
private function ajouterLogSyno($txt) {
if (isset($this->log['synonymes']) == false) {
$this->log['synonymes'] = '';
}
$this->log['synonymes'] .= "$txt\n";
}
 
private function ajouterLogAuteur($txt) {
if (isset($this->log['auteurs']) == false) {
$this->log['auteurs'] = '';
}
$this->log['auteurs'] .= "$txt\n";
}
 
private function ajouterLogProbleme($txt) {
if (isset($this->log['problemes']) == false) {
$this->log['problemes'] = '';
}
$this->log['problemes'] .= "$txt\n";
}
 
private function ecrireLogs() {
foreach ($this->log as $nom => $log) {
$fichier = $this->dossierBase.self::DOSSIER_LOG.$nom.'.log';
file_put_contents($fichier, $log);
}
}
}
?>
/branches/refact/scripts/modules/coste/Wiki.php
New file
0,0 → 1,251
<?php
class Wiki {
const DOSSIER_V2 = '../../../donnees/coste/2.00/';
const DOSSIER_DSC_TXT = '../../../donnees/coste/descriptions/txt/';
 
private $URL_WIKI = '';
private $URL_WIKI_EFLORE = '';
private $conteneur = null;
private $outils = null;
private $messages = null;
private $restClient = null;
private $bdd = null;
private $dossierBase = '';
private $index = array();
 
public function __construct(Conteneur $conteneur) {
mb_internal_encoding('UTF-8');
setlocale(LC_ALL, 'fr_FR.UTF-8');
$this->conteneur = $conteneur;
$this->URL_WIKI = $this->conteneur->getParametre('wiki.travail');
$this->URL_WIKI_EFLORE = $this->conteneur->getParametre('wiki.eflore');
$this->outils = $conteneur->getOutils();
$this->messages = $conteneur->getMessages();
$this->restClient = $conteneur->getRestClient();
$this->bdd = $conteneur->getBdd();
$this->dossierBase = dirname(__FILE__).'/';
}
 
public function uploaderFichiersSp() {
$this->chargerIndex();
$envoyes = array();
foreach ($this->index as $nom) {
$tag = $nom['page_wiki_dsc'];
if (isset($envoyes[$tag]) == false && preg_match('/^Esp([0-9]{4})/', $tag, $match)) {
$fichier = $this->dossierBase.self::DOSSIER_DSC_TXT.$match[1].'.txt';
if (file_exists($fichier) === true) {
$txt = file_get_contents($fichier);
$donnees = array('pageTag' => $tag, 'pageContenu' => $txt);
$this->restClient->ajouter($this->URL_WIKI, $donnees);
$envoyes[$tag] = 'OK';
} else {
$this->messages->traiterErreur("Le fichier $fichier est introuvable.");
}
}
$this->messages->afficherAvancement("Upload des fichiers d'espèce dans le wikini");
}
echo "\n";
}
 
public function dowloaderPagesWiki() {
$this->chargerIndex();
$envoyes = array();
foreach ($this->index as $nom) {
$tagDsc = $nom['page_wiki_dsc'];
$tagCle = $nom['page_wiki_cle'];
if (isset($envoyes[$tagDsc]) == false) {
$url = $this->URL_WIKI.'/'.$tagDsc;
$txt = $this->telechargerTxt($url);
$fichier = $this->dossierBase.self::DOSSIER_V2.'dsc/'.$tagDsc.'.txt';
if (file_put_contents($fichier, $txt)) {
$envoyes[$tagDsc] = 'OK';
}
}
if (isset($envoyes[$tagCle]) == false) {
$url = $this->URL_WIKI.'/'.$tagCle;
$txt = $this->telechargerTxt($url);
$fichier = $this->dossierBase.self::DOSSIER_V2.'cle/'.$tagCle.'.txt';
if (file_put_contents($fichier, $txt)) {
$envoyes[$tagCle] = 'OK';
}
}
$this->messages->afficherAvancement("Download des fichiers en cours");
}
echo "\n";
}
 
public function uploaderDansWikiEflore() {
$this->chargerIndex();
$envoyes = array();
 
foreach ($this->index as $nom) {
$tagDsc = $nom['page_wiki_dsc'];
if (isset($envoyes[$tagDsc]) == false) {
$fichier = $this->dossierBase.self::DOSSIER_V2.'dsc/'.$tagDsc.'.txt';
if (file_exists($fichier) === true) {
$txt = file_get_contents($fichier);
$this->envoyerPage($tagDsc, $txt);
$envoyes[$tagDsc] = 'OK';
} else {
$this->messages->traiterErreur("Le fichier $fichier est introuvable.");
}
}
 
$tagCle = $nom['page_wiki_cle'];
if (isset($envoyes[$tagCle]) == false) {
$fichier = $this->dossierBase.self::DOSSIER_V2.'cle/'.$tagCle.'.txt';
if (file_exists($fichier) === true) {
$txt = file_get_contents($fichier);
$this->envoyerPage($tagCle, $txt);
$envoyes[$tagCle] = 'OK';
} else {
$this->messages->traiterErreur("Le fichier $fichier est introuvable.");
}
}
$this->messages->afficherAvancement("Upload des textes dans le wikini eFlore");
}
echo "\n";
}
 
public function chargerTxtDansWikiEflore() {
$this->chargerIndex();
$envoyes = array();
foreach ($this->index as $nom) {
$tagDsc = $nom['page_wiki_dsc'];
if (isset($envoyes[$tagDsc]) == false) {
$fichier = $this->dossierBase.self::DOSSIER_V2.'dsc/'.$tagDsc.'.txt';
if (file_exists($fichier) === true) {
$txt = file_get_contents($fichier);
$this->enregistrerPage($tagDsc, $txt);
$envoyes[$tagDsc] = 'OK';
} else {
$this->messages->traiterErreur("Le fichier $fichier est introuvable.");
}
}
 
$tagCle = $nom['page_wiki_cle'];
if (isset($envoyes[$tagCle]) == false) {
$fichier = $this->dossierBase.self::DOSSIER_V2.'cle/'.$tagCle.'.txt';
if (file_exists($fichier) === true) {
$txt = file_get_contents($fichier);
$this->enregistrerPage($tagCle, $txt);
$envoyes[$tagCle] = 'OK';
} else {
$this->messages->traiterErreur("Le fichier $fichier est introuvable.");
}
}
$this->messages->afficherAvancement("Enregistrement des textes dans le wikini eFlore");
}
echo "\n";
}
 
public function chargerIndexDansWikiEflore() {
$index = $this->creerIndex();
foreach ($index as $titre => $txt) {
$this->enregistrerPage($titre, $txt);
}
}
 
public function uploaderIndexDansWikiEflore() {
$index = $this->creerIndex();
foreach ($index as $titre => $txt) {
$this->envoyerPage($titre, $txt);
}
}
 
public function creerIndex() {
$this->chargerIndex();
$envoyes = array();
$pageIndexFamille = "==Index Famille Coste==\n\n";
$pageIndexGenre = "==Index Genre Coste==\n\n";
$pageIndexEspece = "==Index Espèce Coste==\n\n";
foreach ($this->index as $nom) {
$indentation = $this->getIndentationTxtLien($nom);
$txtLien = $this->getTxtLienGenerique($nom);
$img = $nom['image'];
$tagDsc = $nom['page_wiki_dsc'];
if (isset($envoyes[$tagDsc]) == false) {
$fichier = $this->dossierBase.self::DOSSIER_V2.'dsc/'.$tagDsc.'.txt';
if ($nom['rang'] <= 180) {
$pageIndexFamille .= "$indentation- [[$tagDsc $txtLien]]\n";
} elseif ($nom['rang'] == 220) {
$pageIndexGenre .= "$indentation- [[$tagDsc $txtLien]]\n";
} else {
$pageIndexEspece .= "$indentation- [[$tagDsc $txtLien]] - [[http://www.tela-botanica.org/eflore/donnees/coste/2.00/img/$img]]\n";
}
$envoyes[$tagDsc] = 'OK';
}
 
$tagCle = $nom['page_wiki_cle'];
if (isset($envoyes[$tagCle]) == false) {
$fichier = $this->dossierBase.self::DOSSIER_V2.'cle/'.$tagCle.'.txt';
$indentation = $indentation.' ';
if ($nom['rang'] <= 180) {
$pageIndexFamille = rtrim($pageIndexFamille, "\n");
$pageIndexFamille .= " - [[$tagCle Clé]]\n";
} elseif ($nom['rang'] == 220) {
$pageIndexGenre = rtrim($pageIndexGenre, "\n");
$pageIndexGenre .= " - [[$tagCle Clé]]\n";
}
$envoyes[$tagCle] = 'OK';
}
$this->messages->afficherAvancement("Création des pages d'index pour le wikini eFlore");
}
echo "\n";
 
$index = array('IndexFamille' => $pageIndexFamille, 'IndexGenre' => $pageIndexGenre, 'IndexEspece' => $pageIndexEspece);
return $index;
}
 
private function getIndentationTxtLien($nom) {
$rangs = array('Reg' => 1, 'Emb' => 2, 'Cla' => 3, 'Fam' => 4, 'Gen' => 5, 'Esp' => 6);
$indentation = '';
if (preg_match('/^(Reg|Emb|Cla|Fam|Gen|Esp)[0-9]+/', $nom['page_wiki_dsc'], $match)) {
$type = $match[1];
$indentation = str_repeat(' ', $rangs[$type]);
}
return $indentation;
}
 
private function getTxtLienGenerique($nom) {
$rangs = array('Reg' => 'Règne', 'Emb' => 'Embranchement', 'Cla' => 'Classe', 'Fam' => 'Famille',
'Gen' => 'Genre', 'Esp' => 'Espèce');
$nomSci = $nom['nom_sci'];
$nomCoste = $nom['nom_coste'];
$txtLien = '';
if (preg_match('/^(Reg|Emb|Cla|Fam|Gen|Esp)([0-9]*)/', $nom['page_wiki_dsc'], $match)) {
$numCoste = $match[2];
$type = $match[1];
$nomRang = $rangs[$type];
$nom = ($type == 'Fam') ? $nomCoste : $nomSci;
$txtLien = "$nomRang $numCoste - $nom";
}
return $txtLien;
}
 
private function envoyerPage($titre, $txt) {
$donnees = array('pageTag' => $titre, 'pageContenu' => $txt);
$this->restClient->ajouter($this->URL_WIKI_EFLORE, $donnees);
}
 
private function enregistrerPage($titre, $txt) {
$titre = $this->bdd->proteger($titre);
$time = $this->bdd->proteger(date('Y-m-d H:i:s'));
$txt = $this->bdd->proteger($txt);
$requete = "INSERT INTO `coste_pages` (`tag`, `time`, `body`, `body_r`, `owner`, `user`, `latest`, `handler`, `comment_on`) VALUES ".
"($titre, $time, $txt, '', '', 'ScriptEflore', 'Y', 'page', '')";
$this->bdd->requeter($requete);
}
 
private function telechargerTxt($url) {
$json = $this->restClient->consulter($url);
$donnees = json_decode($json, true);
return $donnees['texte'];
}
 
private function chargerIndex() {
$indexTxt = $this->dossierBase.self::DOSSIER_V2.'coste_v2_00.tsv';
$this->index = $this->outils->transformerTxtTsvEnTableau($indexTxt);
}
}
?>
/branches/refact/scripts/modules/coste/coste.ini
New file
0,0 → 1,31
; Ajouter les nouvelles version à la suite dans versions et versionsDonnees.
versions="2_00"
versionsDonnees="2.00"
dossierTsv = "{ref:dossierDonneesEflore}coste/{ref:versionDonnees}/"
dossierTsvTpl = "{ref:dossierDonneesEflore}coste/%s/"
dossierSql = "{ref:dossierDonneesEflore}coste/"
 
[tables]
costeMeta = "coste_meta"
coste = "coste_v{ref:version}"
costeTpl = "coste_v%s"
 
[fichiers]
structureSql = "coste.sql"
structureSqlVersion = "coste_v{ref:version}.sql"
structureSqlVersionTpl = "coste_v%s.sql"
coste = "coste_v{ref:version}.tsv"
costeTpl = "coste_v%s.tsv"
costeWikiniTpl = "coste_wikini_v%s.sql"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
structureSqlVersion = "{ref:dossierTsv}{ref:fichiers.structureSqlVersion}"
structureSqlVersionTpl = "{ref:dossierTsvTpl}{ref:fichiers.structureSqlVersionTpl}"
coste = "{ref:dossierTsv}{ref:fichiers.coste}"
costeTpl = "{ref:dossierTsvTpl}{ref:fichiers.costeTpl}"
costeWikiniTpl = "{ref:dossierTsvTpl}{ref:fichiers.costeWikiniTpl}"
 
[wiki]
travail = "http://www.tela-botanica.org/wikini/florecoste/api/rest/0.5/pages"
eflore = "http://www.tela-botanica.org/wikini/coste/api/rest/0.5/pages"
/branches/refact/scripts/modules/coste/Index.php
New file
0,0 → 1,329
<?php
class Index {
 
const DOSSIER_V0 = '../../../donnees/coste/0.00/';
const DOSSIER_V2 = '../../../donnees/coste/2.00/';
 
private $conteneur = null;
private $outils = null;
private $messages = null;
private $generateur = null;
private $dossierBase = '';
private $spIndex = array();
private $supraSpIndex = array();
private $imgIndex = array();
private $indexFinal = array();
private $tableauParDefaut = array();
private $nbreTaxonInf = array();
private $enteteFinal = array(
'num_nom',
'num_nom_retenu',
'num_tax_sup',
'rang',
'nom_sci',
'nom_supra_generique',
'genre',
'epithete_infra_generique',
'epithete_sp',
'type_epithete',
'epithete_infra_sp',
'cultivar_groupe',
'cultivar',
'nom_commercial',
'auteur',
'annee',
'biblio_origine',
'notes',
'nom_addendum',
'nom_francais',
'nom_coste',
'auteur_coste',
'biblio_coste',
'num_nom_coste',
'num_nom_retenu_coste',
'num_tax_sup_coste',
'synonymie_coste',
'tome',
'page',
'nbre_taxons',
'flore_bdtfx_nn',
'flore_bdtfx_nt',
'image',
'image_auteur',
'page_wiki_dsc',
'page_wiki_cle',
'nom_sci_html');
 
public function __construct(Conteneur $conteneur) {
mb_internal_encoding('UTF-8');
setlocale(LC_ALL, 'fr_FR.UTF-8');
$this->conteneur = $conteneur;
$this->outils = $conteneur->getOutils();
$this->messages = $conteneur->getMessages();
$this->generateur = $conteneur->getGenerateurNomSciHtml();
$this->dossierBase = dirname(__FILE__).'/';
}
 
public function fusionnerIndex() {
$this->chargerIndexSp();
$this->chargerIndexSupraSp();
$this->initialiserTableauLigneIndexFinal();
$this->creerIndexFinal();
$this->insererCorrections();
$this->ajouterChampsDansIndexFinal();
$this->ajouteurAuteurImage();
$this->decomposerNomSci();
$this->ajouteurNomSciHtml();
$this->creerFichierCsvIndexFinal();
}
 
private function chargerIndexSp() {
$spIndexFichier = $this->dossierBase.self::DOSSIER_V0.'index_general_sp.tsv';
$index = $this->outils->transformerTxtTsvEnTableau($spIndexFichier);
$index = $this->reindexerParNumNomCoste($index);
foreach ($index as $numNomCoste => $infos) {
$numTaxSup = '';
if ($infos['num_nom_coste'] == $infos['num_nom_retenu_coste']) {
$numTaxSup = $infos['num_tax_sup_coste'];
} else {
$infosNomRetenu = $index[$infos['num_nom_retenu_coste']];
$numTaxSup = $infosNomRetenu['num_tax_sup_coste'];
}
$this->spIndex[$numTaxSup][] = $infos;
}
}
 
private function reindexerParNumNomCoste($index) {
$nouvelIndex = array();
foreach ($index as $infos) {
$nouvelIndex[$infos['num_nom_coste']] = $infos;
}
return $nouvelIndex;
}
 
private function chargerIndexSupraSp() {
$infraSpIndexFichier = $this->dossierBase.self::DOSSIER_V0.'index_general.tsv';
$this->supraSpIndex = $this->outils->transformerTxtTsvEnTableau($infraSpIndexFichier);
foreach ($this->supraSpIndex as $cle => $infos) {
$this->supraSpIndex[$cle]['num_nom_retenu_coste'] = $infos['num_nom_coste'];
}
}
 
private function initialiserTableauLigneIndexFinal() {
$this->tableauParDefaut = array();
foreach ($this->enteteFinal as $cle) {
$this->tableauParDefaut[$cle] = '';
}
}
 
private function creerIndexFinal() {
foreach ($this->supraSpIndex as $infos) {
$this->ajouterDansIndexFinal($infos);
if (preg_match('/^G[0-9]+$/', $infos['num_nom_coste'])) {
foreach ($this->spIndex[$infos['num_nom_coste']] as $infosSp) {
$this->ajouterDansIndexFinal($infosSp);
}
}
}
}
 
private function ajouterDansIndexFinal($infos) {
$infos = array_merge($this->tableauParDefaut, $infos);
$infos['num_nom'] = (count($this->indexFinal) + 1);
$this->indexFinal[$infos['num_nom_coste']] = $infos;
}
 
private function ajouterChampsDansIndexFinal() {
$this->genererNbreTaxons();
foreach ($this->indexFinal as $nnc => $infos) {
if ($infos['num_nom_coste'] == $infos['num_nom_retenu_coste']) {
$infos['num_nom_retenu'] = $infos['num_nom'];
if ($nnc != 'R') {
$nomSuperieur = $this->indexFinal[$infos['num_tax_sup_coste']];
$infos['num_tax_sup'] = $nomSuperieur['num_nom'];
}
$nomRetenu = $infos;
} else {
$nomRetenu = $this->indexFinal[$infos['num_nom_retenu_coste']];
$infos['num_nom_retenu'] = $nomRetenu['num_nom'];
$infos['page'] = $nomRetenu['page'];
$infos['tome'] = $nomRetenu['tome'];
}
$infos['image'] = $this->obtenirNomFichierImg($nomRetenu);
$infos['nbre_taxons'] = $this->obtenirNbreTaxon($infos);
$nomRetenu['nbre_taxons'] = $infos['nbre_taxons'];
$infos['page_wiki_dsc'] = $this->genererPageWikiDsc($nomRetenu);
$infos['page_wiki_cle'] = $this->genererPageWikiCle($nomRetenu);
 
$this->indexFinal[$nnc] = $infos;
}
}
 
private function genererNbreTaxons() {
foreach ($this->indexFinal as $infos) {
if ($infos['num_tax_sup_coste'] != '') {
if (isset($this->nbreTaxonInf[$infos['num_tax_sup_coste']])) {
$this->nbreTaxonInf[$infos['num_tax_sup_coste']] += 1;
} else {
$this->nbreTaxonInf[$infos['num_tax_sup_coste']] = 1;
}
}
}
}
 
private function genererPageWikiDsc($infos) {
$prefixe = $this->genererPrefixePage($infos);
if ($infos['rang'] == '180') {
$nomSci = str_replace(' ', '', ucwords(strtolower($infos['nom_coste'])));
} else {
$nomSci = str_replace(' ', '', ucwords(strtolower($infos['nom_sci'])));
}
$pageWiki = $prefixe.$nomSci;
return $pageWiki;
}
 
private function genererPageWikiCle($infos) {
$pageWiki = '';
if ($infos['nbre_taxons'] > 1) {
$prefixe = $this->genererPrefixePage($infos);
if ($infos['rang'] == '20') {
$pageWiki = $prefixe.'TabClaEtEmb';
} elseif ($infos['rang'] == '40' && ($infos['num_nom_coste'] == 'E2' || $infos['num_nom_coste'] == 'E3')) {
$pageWiki = $prefixe.'TabFam';
} else if ($infos['rang'] == '80') {
$pageWiki = $prefixe.'TabFam';
} else if ($infos['rang'] == '180') {
$pageWiki = $prefixe.'TabGen';
} else if ($infos['rang'] == '220') {
$pageWiki = $prefixe.'TabSp';
}
}
return $pageWiki;
}
 
private function genererPrefixePage($infos) {
$prefixe = '';
$num = preg_replace('/^[a-z]*([0-9]+)(?:[.][0-9a-z]|)$/i', '$1', $infos['num_nom_coste']);
if (preg_match('/^([0-9]+)[.][0-9a-z]$/i', $infos['num_nom_coste'], $match)) {
$num = sprintf('%04s', $match[1]);
} else if ($infos['rang'] == 20 ) {
$num = '';
} else if ($infos['rang'] < 80 ) {
$num = sprintf('%02s', $num);
} else if ($infos['rang'] < 290 ) {
$num = sprintf('%03s', $num);
} else {
$num = sprintf('%04s', $num);
}
$rangsTxt = array('20' => 'Reg', '40' => 'Emb', '80' => 'Cla', '180' => 'Fam', '220' => 'Gen', '290' => 'Esp', '340' => 'Var');
$rang = $rangsTxt[$infos['rang']];
 
$prefixe = $rang.$num;
return $prefixe;
}
 
private function obtenirNbreTaxon($infos) {
$nbre = '';
if (isset($this->nbreTaxonInf[$infos['num_nom_coste']])) {
$nbre = $this->nbreTaxonInf[$infos['num_nom_coste']];
}
return $nbre;
}
 
private function obtenirNomFichierImg($infos) {
$img = '';
if ($infos['rang'] == '290') {
$prefixe = preg_replace('/[.][a-z]$/', '', $infos['num_nom_retenu']);
$img = $prefixe.'.png';
}
return $img;
}
 
private function ajouteurAuteurImage() {
$this->chargerAuteurImg();
foreach ($this->indexFinal as $nnc => $infos) {
$infos['image_auteur'] = $this->imgIndex[$infos['image']];
$this->indexFinal[$nnc] = $infos;
}
}
 
private function chargerAuteurImg() {
$imgIndexFichier = $this->dossierBase.self::DOSSIER_V0.'coste_images_auteur_correspondance_bdnff.tsv';
$index = $this->outils->transformerTxtTsvEnTableau($imgIndexFichier);
foreach ($index as $infos) {
$id = $infos['id_image'];
$this->imgIndex[$id] = $infos['auteur'];
}
}
 
private function decomposerNomSci() {
$majuscule = "[ÆŒA-Z]";
$epithete = "[æœïa-z-]+";
foreach ($this->indexFinal as $nnc => $infos) {
$id = $infos['num_nom_coste'];
$nomSci = $infos['nom_sci'];
$rang = $infos['rang'];
if ($rang < 220) {
$infos['nom_supra_generique'] = $nomSci;
} else if ($rang == 220) {
$infos['genre'] = $nomSci;
} else if ($rang == 290) {
if (preg_match("/^($majuscule$epithete) ($epithete)$/", $nomSci, $match)) {
$infos['genre'] = $match[1];
$infos['epithete_sp'] = $match[2];
} else {
$this->messages->traiterErreur("Le nom $nomSci ($id) de rang $rang n'est pas standard.");
}
} else if ($rang == 340) {
if (preg_match("/^($majuscule$epithete) ($epithete) (var[.]) ($epithete)$/", $nomSci, $match)) {
$infos['genre'] = $match[1];
$infos['epithete_sp'] = $match[2];
$infos['type_epithete'] = $match[3];
$infos['epithete_infra_sp'] = $match[4];
} else {
$this->messages->traiterErreur("Le nom $nomSci ($id) de rang $rang n'est pas standard.");
}
}
 
$this->indexFinal[$nnc] = $infos;
$this->messages->afficherAvancement("Décomposition des noms scientifiques en cours");
}
echo "\n";
}
 
private function ajouteurNomSciHtml() {
foreach ($this->indexFinal as $nnc => $infos) {
$this->indexFinal[$nnc]['nom_sci_html'] = $this->generateur->genererNomSciHtml($infos);
$this->messages->afficherAvancement("Création des noms scientifiques HTML en cours");
}
echo "\n";
}
 
private function insererCorrections() {
$correctionsFichier = $this->dossierBase.self::DOSSIER_V2.'coste_v2_00_corrections.tsv';
$corrections = $this->outils->transformerTxtTsvEnTableau($correctionsFichier);
foreach ($corrections as $infos) {
$nnc = $infos['num_nom_coste'];
$infosACorriger = isset($this->indexFinal[$nnc]) ? $this->indexFinal[$nnc] : array();
foreach ($corrections as $champ => $valeur) {
$infosACorriger[$champ] = $valeur;
}
$this->indexFinal[$nnc] = $infosACorriger;
}
}
 
private function creerFichierCsvIndexFinal() {
$lignes = array();
array_unshift($this->indexFinal, $this->enteteFinal);
foreach ($this->indexFinal as $infos) {
$lignes[] = implode("\t", $infos);
}
 
$txt = '';
$txt = implode("\n", $lignes);
 
$fichierTsvIndexFinal = $this->dossierBase.self::DOSSIER_V2.'coste_v2_00.tsv';
file_put_contents($fichierTsvIndexFinal, $txt);
}
}
?>
/branches/refact/scripts/modules/nvjfl/Nvjfl.php
New file
0,0 → 1,180
<?php
/** Exemple lancement:
* /opt/lampp/bin/php -d memory_limit=3500M ~/web/eflore-projets/scripts/cli.php nvjfl
* -a chargerTous
* Options :
* -t : Permet de tester le script sur un jeux réduit de données (indiquer le nombre de lignes).
*/
class Nvjfl extends EfloreScript {
 
private $nomsIndex = array();
private $numeroIndex = 1;
 
protected $parametres_autorises = array(
'-t' => array(false, false, 'Permet de tester le script sur un jeux réduit de données (indiquer le nombre de lignes).'));
 
public function executer() {
// Lancement de l'action demandée
try {
$this->initialiserProjet('nvjfl');
 
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'chargerTous' :
$this->chargerStructureSql();
$this->chargerNvjfl();
$this->chargerBiblio();
$this->chargerBiblioLien();
$this->chargerOntologies();
break;
case 'chargerStructure' :
$this->chargerStructureSql();
break;
case 'chargerNvjfl' :
$this->chargerNvjfl();
break;
case 'chargerBiblio' :
$this->chargerBiblio();
break;
case 'chargerBiblioLien' :
$this->chargerBiblioLien();
break;
case 'chargerOntologies' :
$this->chargerOntologies();
break;
case 'supprimerTous' :
$this->supprimerTous();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
/**
* Charge le fichier en créant un id pour chaque nom vernaculaire.
*/
private function chargerNvjfl() {
//Debug::printr(Config::get('fichiers'));
$fichierOuvert = $this->ouvrirFichier(Config::get('chemins.nvjfl'));
$donnees = $this->analyserFichier($fichierOuvert);
fclose($fichierOuvert);
foreach ($donnees as $donnee) {
$requete = 'INSERT INTO '.Config::get('tables.nvjfl').' VALUES ('.implode(', ', $donnee).')';
$this->getBdd()->requeter($requete);
 
$this->afficherAvancement("Insertion des noms vernaculaires dans la base de données");
if ($this->stopperLaBoucle($this->getParametre('t'))) {
break;
}
}
echo "\n";
}
 
private function analyserFichier($fichierOuvert) {
$donnees = array();
$entetesCsv = fgets($fichierOuvert);
while ($ligneCsv = fgets($fichierOuvert)) {
$champs = explode("\t", trim($ligneCsv));
if (count($champs) > 0) {
if (isset($champs[2])) {
$nomVernaculaire = $champs[2];
$indexCourrant = $this->getIndexNomVernaculaire($nomVernaculaire);
$champs = array_merge(array($indexCourrant), $champs);
$donnees[] = $this->protegerValeursDesChamps($champs);
}
}
$this->afficherAvancement("Analyse du fichier des noms vernaculaires");
if ($this->stopperLaBoucle()) {
break;
}
}
echo "\n";
return $donnees;
}
 
private function getIndexNomVernaculaire($nomVernaculaire) {
$indexCourrant = null;
if (array_key_exists($nomVernaculaire, $this->nomsIndex) == false) {
$this->nomsIndex[$nomVernaculaire] = $this->numeroIndex++;
}
$indexCourrant = $this->nomsIndex[$nomVernaculaire];
return $indexCourrant;
}
 
private function ouvrirFichier($chemin) {
$fichierOuvert = false;
if ($chemin) {
if (file_exists($chemin) === true) {
$fichierOuvert = fopen($chemin, 'r');
if ($fichierOuvert == false) {
throw new Exception("Le fichier $chemin n'a pas pu être ouvert.");
}
} else {
throw new Exception("Le fichier $chemin est introuvable.");
}
} else {
throw new Exception("Aucun chemin de fichier n'a été fourni.");
}
return $fichierOuvert;
}
 
private function protegerValeursDesChamps($champs) {
$champsProteges = array();
for ($i = 0; $i < 9; $i++) {
$valeur = isset($champs[$i]) ? $champs[$i] : '';
$champsProteges[] = $this->getBdd()->proteger($valeur);
}
return $champsProteges;
}
 
private function chargerBiblio() {
$cheminsNvjflBiblio = Config::get('chemins.nvjflBiblio');
$tableNvjflBiblio = Config::get('tables.nvjflBiblio');
$requete = "LOAD DATA INFILE '$cheminsNvjflBiblio' ".
"REPLACE INTO TABLE $tableNvjflBiblio ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '' ".
" ESCAPED BY '\\\' ".
'IGNORE 1 LINES';
$this->getBdd()->requeter($requete);
}
 
private function chargerBiblioLien() {
$cheminNvjflLienBiblio = Config::get('chemins.nvjflLienBiblio');
$tableNvjflLienBiblio = Config::get('tables.nvjflLienBiblio');
$requete = "LOAD DATA INFILE '$cheminNvjflLienBiblio' ".
"REPLACE INTO TABLE $tableNvjflLienBiblio ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '' ".
" ESCAPED BY '\\\' ".
'IGNORE 1 LINES';
$this->getBdd()->requeter($requete);
}
 
private function chargerOntologies() {
$cheminOntologies = Config::get('chemins.ontologies');
$tableOntologies = Config::get('tables.ontologies');
$requete = "LOAD DATA INFILE '$cheminOntologies' ".
"REPLACE INTO TABLE $tableOntologies ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '' ".
" ESCAPED BY '\\\' ".
'IGNORE 1 LINES';
$this->getBdd()->requeter($requete);
}
 
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS nvjfl_biblio_v2007, nvjfl_lien_biblio_v2007, nvjfl_meta, nvjfl_ontologies_v2007, nvjfl_v2007";
$this->getBdd()->requeter($requete);
}
}
?>
/branches/refact/scripts/modules/nvjfl/nvjfl.ini
New file
0,0 → 1,23
version = "2007"
dossierTsv = "{ref:dossierDonneesEflore}nvjfl/2007-10-29/"
dossierSql = "{ref:dossierTsv}"
 
[tables]
nvjfl = "nvjfl_v{ref:version}"
nvjflLienBiblio = "nvjfl_lien_biblio_v{ref:version}"
nvjflBiblio = "nvjfl_biblio_v{ref:version}"
ontologies = "nvjfl_ontologies_v{ref:version}"
 
[fichiers]
structureSql = "nvjfl_v{ref:version}.sql"
nvjfl = "{ref:tables.nvjfl}.tsv"
nvjflBiblio = "{ref:tables.nvjflBiblio}.tsv"
nvjflLienBiblio = "{ref:tables.nvjflLienBiblio}.tsv"
ontologies = "{ref:tables.ontologies}.tsv"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
nvjfl = "{ref:dossierTsv}{ref:fichiers.nvjfl}"
nvjflBiblio = "{ref:dossierTsv}{ref:fichiers.nvjflBiblio}"
nvjflLienBiblio = "{ref:dossierTsv}{ref:fichiers.nvjflLienBiblio}"
ontologies = "{ref:dossierTsv}{ref:fichiers.ontologies}"
/branches/refact/scripts/modules/nvjfl
New file
Property changes:
Added: svn:ignore
+nvjfl.ini
/branches/refact/scripts/modules/lion1906/lion1906.ini
New file
0,0 → 1,17
version="2008"
dossierTsv = "{ref:dossierDonneesEflore}lion1906/2008-12-17/"
dossierSql = "{ref:dossierTsv}"
 
[tables]
lion1906Meta = "lion1906_meta"
lion1906 = "lion1906_communes_v{ref:version}"
 
[fichiers]
structureSql = "lion1906.sql"
lion1906Meta = "lion1906_meta.sql"
lion1906 = "villes.csv"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
lion1906Meta = "{ref:dossierSql}{ref:fichiers.lion1906Meta}"
lion1906 = "{ref:dossierTsv}{ref:fichiers.lion1906}"
/branches/refact/scripts/modules/lion1906/Lion1906.php
New file
0,0 → 1,122
<?php
//declare(encoding='UTF-8');
/**
* Classe permettant de :
* - convertir la latitude et longitude en degre, et rajouter l'objet point centroide de la commune.
* - charger la bdd
* Exemple de lancement du script : :
* /opt/lampp/bin/php cli.php lion1906 -a chargerTous
*
* @category php 5.2
* @package eFlore/Scripts
* @author Mohcen BENMOUNAH <mohcen@tela-botanica.org>
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright Copyright (c) 2011, Tela Botanica (accueil@tela-botanica.org)
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
* @version $Id$
*/
class Lion1906 extends EfloreScript {
 
public function executer() {
try {
$this->initialiserProjet('lion1906');
 
// Lancement de l'action demandée
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'chargerTous' :
$this->chargerStructureSql();
$this->chargerMetaDonnees();
$this->chargerLion1906();
$this->preparerTable();
$this->convertirRadianEnDegre();
break;
case 'convertir' :
$this->preparerTable();
$this->convertirRadianEnDegre();
break;
case 'supprimerTous' :
$this->supprimerTous();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
protected function chargerMetaDonnees() {
$contenuSql = $this->recupererContenu(Config::get('chemins.lion1906Meta'));
$this->executerScripSql($contenuSql);
}
 
private function chargerLion1906() {
$chemin = Config::get('chemins.lion1906');
$table = Config::get('tables.lion1906');
$requete = "LOAD DATA INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET latin1 '.
'FIELDS '.
" TERMINATED BY ';' ".
" ENCLOSED BY '' ".
" ESCAPED BY '\\\' ".
'IGNORE 1 LINES';
$this->getBdd()->requeter($requete);
}
 
private function convertirRadianEnDegre() {
$table = Config::get('tables.lion1906');
$requete = 'SELECT insee, latitude_radian, longitude_radian '.
"FROM $table ";
$LatLons = $this->getBdd()->recupererTous($requete);
 
foreach ($LatLons as $LatLon) {
$insee = $LatLon['insee'] ;
$latitude_degre = $LatLon['latitude_radian'] * 180 / pi();
$longitude_degre = $LatLon['longitude_radian'] * 180 / pi();
$latitude_degre = str_replace(',', '.', $latitude_degre);
$longitude_degre = str_replace(',', '.', $longitude_degre);
$this->formerPointCentre($latitude_degre, $longitude_degre, $insee);
$this->afficherAvancement('Analyse des communes Lion1906');
}
}
 
private function preparerTable() {
$table = Config::get('tables.lion1906');
$requete = "ALTER TABLE $table ".
'DROP latitude_degre, '.
'DROP longitude_degre, '.
'DROP centroide, '.
'DROP INDEX insee ';
$this->getBdd()->requeter($requete);
 
$requete = "ALTER TABLE $table ".
' ADD latitude_degre double NOT NULL , '.
' ADD longitude_degre double NOT NULL , '.
' ADD centroide point NOT NULL ';
$this->getBdd()->requeter($requete);
 
$requete = "ALTER TABLE $table ".
'ADD INDEX insee (insee, latitude_degre, longitude_degre, centroide) ';
$this->getBdd()->requeter($requete);
}
 
private function formerPointCentre($latitude_degre, $longitude_degre, $insee) {
$centre = "$latitude_degre $longitude_degre" ;
$table = Config::get('tables.lion1906');
$requete = "UPDATE $table ".
"SET latitude_degre = '$latitude_degre', longitude_degre = '$longitude_degre', ".
" centroide = POINTFROMTEXT('POINT($centre)') ".
"WHERE insee = '$insee' ";
$this->getBdd()->requeter($requete);
}
 
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS lion1906_meta, lion1906_communes_v2008";
$this->getBdd()->requeter($requete);
}
 
}
?>
/branches/refact/scripts/modules/robot/configuration/cookieconf.txt
New file
0,0 → 1,4
-b ../../../../../../../importation/robots/cookie.txt
-c ../../../../../../../importation/robots/cookie.txt
 
--max-time 50
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/branches/refact/scripts/modules/robot/configuration/ipni_auteur.ini
New file
0,0 → 1,3
; Encodage : UTF-8
; Source des données : http://ipni.org/
cache_chemin = "php:'/home/'.$_ENV['USER'].'/importation/robots/ipni.org/'"
/branches/refact/scripts/modules/robot/configuration/cassini.ini
New file
0,0 → 1,3
; Encodage : UTF-8
; Source des données : http://cassini.ehess.fr/
cache_chemin = "php:'/home/'.$_ENV['USER'].'/importation/robots/cassini.ehess.fr/'"
/branches/refact/scripts/modules/robot/configuration/wp_commune.ini
New file
0,0 → 1,4
; Encodage : UTF-8
; Source des données : http://fr.wikipedia.org/wiki/
; Version des noms de commune utilisé pour intéroger Wikipedia: Code géographique de l'INSEE version 2008-01-01
cache_chemin = "php:'/home/'.$_ENV['USER'].'/importation/robots/fr.wikipedia.org/'"
/branches/refact/scripts/modules/robot/configuration/utm_converter.ini
New file
0,0 → 1,3
; Encodage : UTF-8
; Source des données : http://www.rcn.montana.edu/resources/tools/coordinates.aspx
cache_chemin = "php:'/home/'.$_ENV['USER'].'/importation/robots/rcn.montana.edu/'"
/branches/refact/scripts/modules/robot/Robot.php
New file
0,0 → 1,432
<?php
// Encodage : UTF-8
// +-------------------------------------------------------------------------------------------------------------------+
/**
* Robots
*
* Description : classe permettant d'analyser les pages d'un site web.
* Notes : les noms des pages doivent être dans la bonne casse. http://fr.wikipedia.org/wiki/ambronay ne renvera rien alors que
* http://fr.wikipedia.org/wiki/Ambronay renvera un résultat (Notez le A ou a).
*
//Auteur original :
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright Tela-Botanica 1999-2009
* @link http://www.tela-botanica.org/wikini/eflore
* @licence GPL v3 & CeCILL v2
* @version $Id: Robot.class.php 2057 2011-05-13 16:39:06Z Jean-Pascal MILCENT $
*/
// +-------------------------------------------------------------------------------------------------------------------+
class Robot extends ScriptCommande {
/**
* Indique le nom du Robot.
*/
private $robot_nom;
/**
* Indique le fichier de config de la gestion des cookies du Robot.
*/
private $cookie;
/**
* Indique l'url de départ du Robot.
*/
private $page;
/**
* Tableau des URLs à analyse
*/
private $pages = array();
/**
* Chemin vers un fichier contenant les noms des pages à analyser (un nom de page par ligne).
*/
private $page_fichier;
/**
* Contient soit False soit le chemin vers le dossier où mettre les pages en cache.
*/
private $cache = false;
/**
* Contient le squelette de l'url à utiliser pour récupérer les pages web.
*/
private $url_tpl = '';
/**
* Contient false ou l'encodage des pages d'un site web si celui-ci n'est pas en UTF-8.
*/
private $encodage = false;
/**
* Contient la chaine de caractères indiquant où commencer une recherche d'informations dans la page web.
*/
private $chaine_debut = '';
/**
* Contient la chaine de caractères indiquant où terminer une recherche d'informations dans la page web.
*/
private $chaine_fin = '';
/**
* Tableau des expressions régulières récupérant des données lors de l'analyse
*/
private $regexps = array();
/**
* Indique le dossier ou fichier où le Robot doit sotcker les informations collectées.
*/
private $sortie;
 
public $parametres = array( '-pgf' => array(false, '', 'Fichier contenant les pages que le Robot doit analyser'),
'-s' => array(false, '', 'Fichier où stocker les données récupérées par le Robot'),
'-pg' => array(false, '', 'Nom de la page que le Robot doit analyser'));
 
 
public function executer() {
$this->page = $this->getParam('pg');
$this->page_fichier = $this->getParam('pgf');
$this->cookie = dirname(__FILE__).DS.'configuration'.DS.'cookieconf.txt';
$this->sortie = $this->getParam('s');
 
// Construction du tableau contenant les noms des pages à analyser
if (empty($this->page_fichier)) {
$this->pages[] = $this->page;
} else {
$this->pages = $this->convertirFichierEnTableau($this->page_fichier);
}
 
// Création du chemin du cache si le fichier ini du projet l'indique
if ($this->getIni('cache_chemin')) {
$this->cache = $this->getIni('cache_chemin');
}
 
// Lancement du Robot demandé
$cmd = $this->getParam('a');
switch ($cmd) {
case 'wp' :
$this->lancerRobotWikipedia();
break;
case 'wp-pays' :
$this->lancerRobotWikipediaPays();
break;
case 'wp-liste-communes' :
$this->lancerRobotWikipediaListeCommunes();
break;
case 'ipni' :
$this->lancerRobotIpni();
break;
case 'cassini' :
$this->lancerRobotCassini();
break;
case 'utm' :
$this->lancerRobotUtmConverter();
break;
default :
$this->traiterErreur('Erreur : la commande "%s" n\'existe pas!', array($cmd));
}
}
 
/**
* Robot analysant les pages de Wikipedia correspondant à des communes.
* Exemples d'utilisation :
* /opt/lampp/bin/php script.php robot -p wp_commune -a wp -pgf ~/importation/robots/eFloreBotWp_INSEE_C.txt -s ~/importation/robots/wp_communes.tsv
* /opt/lampp/bin/php script.php robot -p wp_commune -a wp -pg Montpellier -s ~/importation/robots/wp_communes.tsv
* /opt/lampp/bin/php script.php robot -p wp_commune -a wp -pg Montpellier
*
* @return unknown_type
*/
private function lancerRobotWikipedia() {
// Valeur spécifique de ce Robot
$this->robot_nom = 'eFloreBotWp';
$this->url_tpl = 'http://fr.wikipedia.org/wiki/%s';
$this->regexp_ligne = '/<!-- bodytext -->(.*)<!-- \/bodytext -->/umsi';
$this->regexps = array( 'CodeInsee' => 'Code commune<\/a><\/th>(?:\n|\r\n)<td>(\d+)<\/td>',
'Nom' => 'class="entete map" style="[^"]+">(.*)<',
'Latitutde' => '<span class="geo-dec geo" title=".*"><span class="latitude">(.*)<\/span>',
'Longitude' => '<span class="geo-dec geo" title=".*">.*<\/span>, <span class="longitude">(.*)<\/span>',
'Superficie' => 'Superficie<\/a>(?:<\/b><\/td>|<\/th>)(?:\n|\r\n)<td>((?:[0-9]| |&#160;)+(?:,[0-9]+)?) km<sup>2<\/sup>',
'AltitudeMin' => 'Altitudes<\/a><\/th>(?:\n|\r\n)<td>mini. (-?[0-9]+) m — maxi. [ 0-9]+ m<\/td>',
'AltitudeMax' => 'Altitudes<\/a><\/th>(?:\n|\r\n)<td>mini. -?[0-9]+ m — maxi. ([ 0-9]+) m<\/td>',
'Population' => 'Population<\/a><\/th>(?:\n|\r\n)<td>(.*) hab.',
'PopulationAnnee' => 'Population<\/a><\/th>(?:\n|\r\n)<td>.* hab. <small>\(<a href="\/wiki\/[0-9]+"(?: title="[0-9]+")?>([0-9]+)<\/a>',
'CodePostal' => 'Code postal<\/a><\/th>(?:\n|\r\n)<td>([0-9]{5}).*<\/td>',
'PageWikipedia' => '(?:Ce document provient|Récupérée) de « <a href="http:\/\/fr.wikipedia.org\/wiki\/(.*)">'
);
// Préparation des noms des pages
foreach ($this->pages as $id => $nom) {
$this->pages[$id] = str_replace(' ', '_', $nom);
}
$this->analyserUrls();
}
 
/**
* Robot analysant les pages de Wikipedia correspondant à des pays.
* Exemples d'utilisation :
* /opt/lampp/bin/php script.php robot -p wp_commune -a wp-pays -pgf ~/importation/robots/eFloreBotWp_pays.txt -s ~/importation/robots/wp-pays.tsv
*
* @return unknown_type
*/
private function lancerRobotWikipediaPays() {
// Valeur spécifique de ce Robot
$this->robot_nom = 'eFloreBotWp';
$this->url_tpl = 'http://fr.wikipedia.org/wiki/%s';
$this->regexp_ligne = '/<!-- bodytext -->(.*)<!-- \/bodytext -->/umsi';
$this->regexps = array( 'Nom' => '<table class="infobox_v2" cellspacing="[^"]+" style="[^"]+">(?:\n|\r\n)<caption style="[^"]+"><b>(.*)<\/b>',
'Latitutde' => '<span class="geo-dec geo" title=".*"><span class="latitude">(.*)<\/span>',
'Longitude' => '<span class="geo-dec geo" title=".*">.*<\/span>, <span class="longitude">(.*)<\/span>',
'Superficie' => 'Superficie<\/a><\/b><\/td>(?:\n|\r\n)<td>((?:[0-9]|\s*|&#160;)+(?:,[0-9]+)?)(?:&#160;|\s*)km<sup>2<\/sup>',
'Population' => 'Population<\/a><\/b>(?:&#160;|\s)*<small>\([0-9]+\)<\/small><\/td>(?:\n|\r\n)<td>(.*)(?:&#160;|\s*)hab.',
'PopulationAnnee' => 'Population<\/a><\/b>(?:&#160;|\s)*<small>\(([0-9]+)\)',
'Capitale' => 'Capitale<\/a><\/b><\/td>(?:\n|\r\n)<td>(?:<a href="\/wiki\/[^"]+" title="[^"]+">|)(.+)<',
'PageWikipedia' => '(?:Ce document provient|Récupérée) de « <a href="http:\/\/fr.wikipedia.org\/wiki\/(.*)">'
);
// Préparation des noms des pages
foreach ($this->pages as $id => $nom) {
$this->pages[$id] = str_replace(' ', '_', $nom);
}
$this->analyserUrls();
}
 
/**
* Robot analysant une page de wikipedia à la recherche de plusieurs données par page.
* Exemples d'utilisation :
* /opt/lampp/bin/php script.php robot -p wp_commune -a wp -pgf ~/importation/robots/eFloreBotWp_INSEE_C.txt -s ~/importation/robots/wp_communes.tsv
* /opt/lampp/bin/php script.php robot -p wp_commune -a wp -pg Montpellier -s ~/importation/robots/wp_communes.tsv
* /opt/lampp/bin/php script.php robot -p wp_commune -a wp -pg Montpellier
*
* @return unknown_type
*/
private function lancerRobotWikipediaListeCommunes() {
// Valeur spécifique de ce Robot
$this->robot_nom = 'eFloreBotWpListe';
$this->url_tpl = 'http://fr.wikipedia.org/wiki/%s';
$this->regexp_ligne = '/<tr>(.*)?<\/tr>/Uumsi';
$this->mode = 'MULTI';
$this->regexps = array( 'PageWikipedia' => '^<td align="left"><a href="\/wiki\/([^"]+)"',
'CodeInsee' => '^<td>.+<\/td>(?:\n|\r\n)<td>(\d+)<\/td>',
'CodePostal' => '^(?:<td>.+<\/td>(?:\n|\r\n)){2}<td>(\d+)<\/td>',
'Superficie' => '^(?:<td>.+<\/td>(?:\n|\r\n)){4}<td><span.+span>((?:[0-9]| |&#160;)+(?:,[0-9]+)?)<\/td>',
'Population' => '^(?:<td>.+<\/td>(?:\n|\r\n)){5}<td><span.+span>((?:[0-9]| |&#160;)+)<\/td>'
);
// Préparation des noms des pages
foreach ($this->pages as $id => $nom) {
$this->pages[$id] = str_replace(' ', '_', $nom);
}
$this->analyserUrls();
}
 
/**
* Robot analysant les pages du site de l'IPNI.
* Exemples d'utilisation :
* /opt/lampp/bin/php script.php robot -p ipni_auteur -a wp -pgf ~/importation/robots/eFloreBotIpni_auteur.txt -s ~/importation/robots/ipni_auteurs.tsv
* /opt/lampp/bin/php script.php robot -p ipni_auteur -a wp -pg Z -s ~/importation/robots/ipni_auteurs.tsv
* /opt/lampp/bin/php script.php robot -p ipni_auteur -a wp -pg Z
*
* @return unknown_type
*/
private function lancerRobotIpni() {
// Valeur spécifique de ce Robot
$this->robot_nom = 'eFloreBotIpni';
$this->url_tpl = 'http://ipni.org/ipni/advAuthorSearch.do?output_format=delimited&find_surname=%s*';
$this->regexp_ligne = '/^(.*)$/umi';
$this->regexps = array( 'Id' => '^([^%]+)%' ,
'Version' => '^(?:[^%]*%){1,}([^%]*)%' ,
'DefaultAuthorName' => '^(?:[^%]*%){2,}([^%]*)%' ,
'DefaultAuthorForename' => '^(?:[^%]*%){3,}([^%]*)%' ,
'DefaultAuthorSurname' => '^(?:[^%]*%){4,}([^%]*)%' ,
'StandardForm' => '^(?:[^%]*%){5,}([^%]*)%' ,
'NameNotes' => '^(?:[^%]*%){6,}([^%]*)%' ,
'NameSource' => '^(?:[^%]*%){7,}([^%]*)%' ,
'Dates' => '^(?:[^%]*%){8,}([^%]*)%' ,
'DateTypeCode' => '^(?:[^%]*%){9,}([^%]*)%' ,
'DateTypeString' => '^(?:[^%]*%){10,}([^%]*)%' ,
'AlternativeAbbreviations' => '^(?:[^%]*%){11,}([^%]*)%' ,
'AlternativeNames' => '^(?:[^%]*%){12,}([^%]*)%' ,
'TaxonGroups' => '^(?:[^%]*%){13,}([^%]*)%' ,
'ExampleOfNamePublished' => '^(?:[^%]*%){14,}([^%]*)$' );
$this->analyserUrls();
}
 
/**
* Robot analysant les pages du site de Cassini.
* Exemples d'utilisation :
* /opt/lampp/bin/php script.php robot -p cassini -a cassini -pgf ~/importation/robots/eFloreBotCassini.txt -s ~/importation/robots/cassini.tsv
* /opt/lampp/bin/php script.php robot -p cassini -a cassini -pg 1 -s ~/importation/robots/cassini.tsv
* /opt/lampp/bin/php script.php robot -p cassini -a cassini -pg 1
*
* @return unknown_type
*/
private function lancerRobotCassini() {
// Valeur spécifique de ce Robot
$this->robot_nom = 'eFloreBotCassini';
$this->url_tpl = 'http://cassini.ehess.fr/cassini/fr/html/fiche.php?select_resultat=%s';
$this->encodage = 'ISO-8859-1';
$this->regexp_ligne = '/\s*var\s+chaine1\s+\t=\s+"(.*?)";/umsi';
$this->regexps = array( 'NomCommune' => '^([^\\\\]+)\\\\n' ,
'Superficie' => '\\\\nsuperficie;([^\\\\]+)\\\\n',
'AltitudeMin' => '\\\\naltitude;([^;]+);',
'AltitudeMax' => '\\\\naltitude;[^;]+;([^\\\\]+)\\\\n',
'LambertIIEtenduX' => '\\\\ncoordonnées;Lambert II étendu\\\\n;x;([^\\\\]+)\\\\n',
'LambertIIEtenduY' => '\\\\ncoordonnées;Lambert II étendu\\\\n;x;[^\\\\]+\\\\n;y;([^\\\\]+)\\\\n',
'Latitude' => '\\\\n;Latitude;(.+)?\\\\ncode',
'Longitude' => '\\\\n;Longitude;(.+?)\\\\n;Latitude',
'CodeInsee' => '\\\\ncode insee;([^\\\\]+)\\\\nstatut',
'Statut' => '\\\\nstatut\(s\);([^\\\\]+)\\\\n\\\\n');
$this->analyserUrls();
}
 
/**
* Robot analysant les pages du site de Cassini.
* Exemples d'utilisation :
* /opt/lampp/bin/php script.php robot -p cassini -a cassini -pgf ~/importation/robots/eFloreBotCassini.txt -s ~/importation/robots/cassini.tsv
* /opt/lampp/bin/php script.php robot -p cassini -a cassini -pg 1 -s ~/importation/robots/cassini.tsv
* /opt/lampp/bin/php script.php robot -p cassini -a cassini -pg 1
*
* @return unknown_type
*/
private function lancerRobotUtmConverter() {
// Valeur spécifique de ce Robot
$this->robot_nom = 'eFloreBotUtmConverter';
$this->url_tpl = 'http://www.rcn.montana.edu/resources/tools/coordinates.aspx?nav=11&c=DD&md=83&mdt=NAD83/WGS84&lat=%s&lath=N&lon=%s&lonh=E';
$this->encodage = 'ISO-8859-1';
$this->regexp_ligne = '/Universal Transverse Mercator \(UTM\):<\/td>(.*?)<\/table><\/td>/umsi';
$this->regexps = array( 'UTM_Zone' => 'Zone: ([0-9]+)<' ,
'UTM_Est_x' => 'Easting: ([0-9]+)<',
'UTM_Nord_y' => 'Northing: ([0-9]+)<');
$this->analyserUrls();
}
 
private function analyserUrls() {
// Lancement de l'analyse
$heure_debut = date('c',time());
 
echo "Analyse de l'URL # : ";
$pagesNum = 0;// Pages
$lignesNum = 0;// Lignes
$sortie = '';
foreach ($this->pages as $paramsPage) {
$xhtml_page = $this->getHtml($this->url_tpl, $paramsPage);
$xhtml_lignes = $this->extraireChaine($this->regexp_ligne, $xhtml_page);
 
// Pour chaque chaine début/fin trouvées au sein de la page, nous recherchons les regexps des données.
if (count($xhtml_lignes) > 1 && $this->mode != 'MULTI') {
$this->traiterAttention("Plusieurs lignes correspondent à votre expression régulière de limitation du contenu :\n %s", array($this->regexp_ligne));
} else if ($xhtml_lignes) {
print_r($xhtml_lignes );
foreach ($xhtml_lignes as $xhtml) {
$champsNum = 1;// Champs
$ligne = '';
foreach ($this->regexps as $chp => $regexp) {
// Si nous traitons la première ligne nous ajoutons les noms des champs en début de fichier de sortie
if ($lignesNum == 0) {
$sortie .= $chp.(($champsNum == count($this->regexps)) ? "\n" : "\t");
$champsNum++;
}
// Ajout de la valeur trouvée grâce à l'expression régulière à la ligne de sortie
if (preg_match('/'.$regexp.'/Umsi', $xhtml, $match)) {
$ligne .= $this->nettoyer($match[1])."\t";
} else {
$ligne .= "\t";
}
}
$lignesNum++;
$ligne = trim($ligne);
$sortie .= $ligne."\n";
 
// Affichage en console...
if (empty($this->sortie)) {
echo "\t".$ligne."\n";
}
}
 
} else {
$this->traiterAttention("Impossible de trouver les chaines début et fin dans la page «%s» avec la regexp :\n%s", array($this->getNomPage($paramsPage), $this->regexp_ligne));
}
// Affichage en console...
echo str_repeat(chr(8), ( strlen( $pagesNum ) + 1 ))."\t".$pagesNum++;
}
echo "\n";
$heure_fin = date('c',time());
 
// Ajout de métadonnées
$metadonnees = "Début d'importation : $heure_debut\nFin d'importation : $heure_fin\n";
$metadonnees .= "Source des données : ".$this->url_tpl."\n";
$sortie = $metadonnees.$sortie;
 
// Écriture du fichier de sortie ou retour dans la console
if (!empty($this->sortie)) {
file_put_contents($this->sortie, $sortie);
}
}
 
private function nettoyer($txt) {
$txt = trim($txt);
$txt = preg_replace('/(?:&nbsp;|&#160;)/', ' ', $txt);
return $txt;
}
 
private function getHtml($url_tpl, $paramsPage) {
// Lancement en ligne de commande pour tester :
//curl -v --url "http://fr.wikipedia.org/wiki/Montpellier" --config /home/jpm/web/eflore_bp/consultation/scripts/modules/robot/configuration/cookieconf.txt
if ($this->cache && file_exists($fichier_cache = $this->cache.$this->getNomPage($paramsPage))) {
$html = file_get_contents($fichier_cache);
} else {
$url = vsprintf($url_tpl, $paramsPage);
$this->traiterAttention(" Url : ".$url);
// Initialisation CURL
$curl = curl_init();
curl_setopt($curl, CURLOPT_COOKIEFILE, $this->cookie);
curl_setopt($curl, CURLOPT_URL, $url);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, TRUE);
curl_setopt($curl, CURLOPT_USERAGENT, 'Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1');
 
$html = curl_exec($curl);
 
// Mise en cache
if ($this->cache) {
file_put_contents($fichier_cache, $html);
}
}
 
// Nettoyage des entités html
$html = $this->encoderUtf8($html, 'HTML-ENTITIES');
// Nettoyage de l'encodage des urls
$html = urldecode($html);
 
// Convertion en UTF-8 si nécessaire
if ($this->encodage) {
$html = $this->encoderUtf8($html, $this->encodage);
}
 
return $html;
}
 
/**
* Méthode récupérant seulement une partie du texte passé en paramétre.
*
* @param $debut chaine de caractère indiquant le début du texte à prendre en compte.
* @param $fin chaine de caractère indiquant la fin du texte à prendre en compte.
* @param $txt le texte duquel extraire une partie bornée par $debut et $fin.
* @return le texte extrait.
*/
private function extraireChaine($regexp, $txt) {
if (preg_match_all($regexp, $txt, $match)) {
return $match[1];
} else {
return false;
}
}
/**
* Charge les lignes d'un fichier dans un tableau et le retourne.
* Supprime les caractères blancs et les nouvelles lignes.
*
* @param $fichier
* @return unknown_type
*/
private function convertirFichierEnTableau($fichier) {
$tableau = array();
$handle = fopen($fichier,'r');
if ($handle) {
while ($ligne = fgets($handle)) {
$tableau[] = explode("\t", trim($ligne));
}
fclose($handle);
}
return $tableau;
}
 
private function getNomPage($paramsPage) {
return str_replace(' ', '_', implode('_', $paramsPage)).'.html';
}
 
}
?>
/branches/refact/scripts/modules/nvps/Nvps.php
New file
0,0 → 1,128
<?php
/** Exemple lancement:
* /opt/lampp/bin/php -d memory_limit=3500M ~/web/eflore-projets/scripts/cli.php nvps
* -a chargerTous
* Options :
* -t : Permet de tester le script sur un jeux réduit de données (indiquer le nombre de lignes).
*/
class Nvps extends EfloreScript {
 
private $nomsIndex = array();
private $numeroIndex = 1;
 
protected $parametres_autorises = array(
'-t' => array(false, false, 'Permet de tester le script sur un jeux réduit de données (indiquer le nombre de lignes).'));
 
public function executer() {
// Lancement de l'action demandée
try {
$this->initialiserProjet('nvps');
 
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'chargerTous' :
$this->chargerStructureSql();
$this->chargerNvps();
break;
case 'chargerStructure' :
$this->chargerStructureSql();
break;
case 'chargerNvps' :
$this->chargerNvps();
break;
case 'supprimerTous' :
$this->supprimerTous();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
/**
* Charge le fichier en créant un id pour chaque nom vernaculaire.
*/
private function chargerNvps() {
//Debug::printr(Config::get('fichiers'));
$fichierOuvert = $this->ouvrirFichier(Config::get('chemins.nvps'));
$donnees = $this->analyserFichier($fichierOuvert);
fclose($fichierOuvert);
foreach ($donnees as $donnee) {
$requete = 'INSERT INTO '.Config::get('tables.nvps').' VALUES ('.implode(', ', $donnee).')';
$this->getBdd()->requeter($requete);
 
$this->afficherAvancement("Insertion des noms vernaculaires dans la base de données");
if ($this->stopperLaBoucle($this->getParametre('t'))) {
break;
}
}
echo "\n";
}
 
private function analyserFichier($fichierOuvert) {
$donnees = array();
$entetesCsv = fgets($fichierOuvert);
while ($ligneCsv = fgets($fichierOuvert)) {
$champs = explode("\t", trim($ligneCsv));
if (count($champs) > 0) {
if (isset($champs[2])) {
$nomVernaculaire = $champs[2];
$indexCourrant = $this->getIndexNomVernaculaire($nomVernaculaire);
$champs = array_merge(array($indexCourrant), $champs);
$donnees[] = $this->protegerValeursDesChamps($champs);
}
}
$this->afficherAvancement("Analyse du fichier des noms vernaculaires");
if ($this->stopperLaBoucle()) {
break;
}
}
echo "\n";
return $donnees;
}
 
private function getIndexNomVernaculaire($nomVernaculaire) {
$indexCourrant = null;
if (array_key_exists($nomVernaculaire, $this->nomsIndex) == false) {
$this->nomsIndex[$nomVernaculaire] = $this->numeroIndex++;
}
$indexCourrant = $this->nomsIndex[$nomVernaculaire];
return $indexCourrant;
}
 
private function ouvrirFichier($chemin) {
$fichierOuvert = false;
if ($chemin) {
if (file_exists($chemin) === true) {
$fichierOuvert = fopen($chemin, 'r');
if ($fichierOuvert == false) {
throw new Exception("Le fichier $chemin n'a pas pu être ouvert.");
}
} else {
throw new Exception("Le fichier $chemin est introuvable.");
}
} else {
throw new Exception("Aucun chemin de fichier n'a été fourni.");
}
return $fichierOuvert;
}
 
private function protegerValeursDesChamps($champs) {
$champsProteges = array();
for ($i = 0; $i < 9; $i++) {
$valeur = isset($champs[$i]) ? $champs[$i] : '';
$champsProteges[] = $this->getBdd()->proteger($valeur);
}
return $champsProteges;
}
 
 
 
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS nvps_meta, nvps_v2007";
$this->getBdd()->requeter($requete);
}
}
?>
/branches/refact/scripts/modules/nvps/nvps.ini
New file
0,0 → 1,14
version = "2012"
dossierTsv = "{ref:dossierDonneesEflore}nvps/20012/"
dossierSql = "{ref:dossierTsv}"
 
[tables]
nvps = "nvps_v{ref:version}"
 
[fichiers]
structureSql = "nvps_v{ref:version}.sql"
nvps = "{ref:tables.nvps}.tsv"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
nvps = "{ref:dossierTsv}{ref:fichiers.nvps}"
/branches/refact/scripts/modules/bdnt/Bdnt.php
New file
0,0 → 1,54
<?php
/** Exemple lancement:
* /opt/lampp/bin/php -d memory_limit=3500M ~/web/eflore-projets/scripts/cli.php bdnt -a chargerTous
*/
class Bdnt extends EfloreScript {
 
public function executer() {
// Lancement de l'action demandée
try {
$this->initialiserProjet('bdnt');
 
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'chargerTous' :
$this->chargerStructureSql();
$this->chargerOntologies();
break;
case 'chargerStructureSql' :
$this->chargerStructureSql();
break;
case 'chargerOntologies' :
$this->chargerOntologies();
break;
case 'supprimerTous' :
$this->supprimerTous();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
private function chargerOntologies() {
$chemin = Config::get('chemins.ontologies');
$table = Config::get('tables.ontologies');
$requete = "LOAD DATA INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '' ".
" ESCAPED BY '\\\' ".
'IGNORE 0 LINES';
$this->getBdd()->requeter($requete);
}
 
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS bdnt_meta, bdnt_ontologies_v4_30";
$this->getBdd()->requeter($requete);
}
}
?>
/branches/refact/scripts/modules/bdnt/bdnt.ini
New file
0,0 → 1,14
version="4_30"
dossierTsv = "{ref:dossierDonneesEflore}bdnt/2011-08-30/"
dossierSql = "{ref:dossierTsv}"
 
[tables]
ontologies = "bdnt_ontologies_v{ref:version}"
 
[fichiers]
structureSql = "bdnt_ontologies_v2011-08-30.sql"
ontologies = "bdnt_ontologies_v2011-08-30.tsv"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
ontologies = "{ref:dossierTsv}{ref:fichiers.ontologies}"
/branches/refact/scripts/modules/bdnt
New file
Property changes:
Added: svn:ignore
+bdnt.ini
/branches/refact/scripts/modules/iso_3166_1/iso-3166-1.ini
New file
0,0 → 1,18
version="2006"
dossierTsv = "{ref:dossierDonneesEflore}iso-3166-1/{ref:version}/"
dossierSql = "{ref:dossierTsv}"
 
 
[tables]
iso31661 = "iso_3166_1_v{ref:version}"
ontologies = "iso_3166_1_ontologies_v{ref:version}"
 
[fichiers]
structureSql = "iso-3166-1_v{ref:version}.sql"
iso31661 = "iso-3166-1_v{ref:version}.tsv"
ontologies = "iso-3166-1_ontologies_v{ref:version}.tsv"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
iso31661 = "{ref:dossierTsv}{ref:fichiers.iso31661}"
ontologies = "{ref:dossierTsv}{ref:fichiers.ontologies}"
/branches/refact/scripts/modules/iso_3166_1/Iso31661.php
New file
0,0 → 1,82
<?php
/** Exemple lancement:
* /opt/lampp/bin/php -d memory_limit=3500M ~/web/eflore-projets/scripts/cli.php iso6391
* -a chargerTous
* Options :
* -t : Permet de tester le script sur un jeux réduit de données (indiquer le nombre de lignes).
*/
class Iso31661 extends EfloreScript {
 
public function executer() {
// Lancement de l'action demandée
try {
$this->initialiserProjet('iso-3166-1');
 
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'chargerTous' :
$this->chargerStructureSql();
$this->chargerIso31661();
$this->chargerOntologies();
break;
case 'chargerStructureSql' :
$this->chargerStructureSql();
break;
case 'chargerIso31661' :
$this->chargerIso31661();
break;
case 'chargerOntologies' :
$this->chargerOntologies();
break;
case 'test' :
$this->tester();
break;
case 'supprimerTous' :
$this->supprimerTous();
break;
default :
$this->traiterErreur('Erreur : la commande "%s" n\'existe pas!', array($cmd));
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
private function tester() {
echo Config::get('test');
}
 
private function chargerIso31661() {
$chemin = Config::get('chemins.iso31661');
$table = Config::get('tables.iso31661');
$requete = "LOAD DATA INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '\"' ".
" ESCAPED BY '\\\' ".
'IGNORE 1 LINES';
$this->getBdd()->requeter($requete);
}
 
private function chargerOntologies() {
$chemin = Config::get('chemins.ontologies');
$table = Config::get('tables.ontologies');
$requete = "LOAD DATA INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '\"' ".
" ESCAPED BY '\\\' ".
'IGNORE 1 LINES';
$this->getBdd()->requeter($requete);
}
 
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS iso_3166_1_meta, iso_3166_1_ontologies_v2006, iso_3166_1_v2006";
$this->getBdd()->requeter($requete);
}
}
?>
/branches/refact/scripts/modules/iso_3166_1
New file
Property changes:
Added: svn:ignore
+iso-3166-1.ini
/branches/refact/scripts/modules/fournier/fournier.ini
New file
0,0 → 1,15
version="1_00"
dossierTsv = "{ref:dossierDonneesEflore}fournier/1.00/"
dossierSql = "{ref:dossierTsv}"
 
[tables]
fournierMeta = "fournier_meta"
fournier = "fournier_v{ref:version}"
 
[fichiers]
structureSql = "{ref:tables.fournier}.sql"
fournier = "{ref:tables.fournier}.csv"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
fournier = "{ref:dossierTsv}{ref:fichiers.fournier}"
/branches/refact/scripts/modules/fournier/Fournier.php
New file
0,0 → 1,138
<?php
//declare(encoding='UTF-8');
/**
* Exemple de lancement du script : :
* /opt/lampp/bin/php cli.php bdtfx -a chargerTous
*
* @category php 5.2
* @package eFlore/Scripts
* @author Jennifer DHÉ <jennifer@tela-botanica.org>
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright Copyright (c) 2011, Tela Botanica (accueil@tela-botanica.org)
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
* @version $Id$
*/
class Fournier extends EfloreScript {
 
private $table = null;
private $tableMeta = null;
private $pasInsertion = 1000;
private $departInsertion = 0;
 
protected $parametres_autorises = array(
'-t' => array(false, false, 'Permet de tester le script sur un jeux réduit de données (indiquer le nombre de lignes).'));
 
public function executer() {
try {
$this->initialiserProjet('fournier');
$this->initialiserTables();
 
// Lancement de l'action demandée
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'chargerTous' :
$this->chargerStructureSql();
$this->chargerFournier();
$this->genererNomSciHtml();
break;
case 'chargerStructureSql' :
$this->chargerStructureSql();
break;
case 'chargerFournier' :
$this->chargerFournier();
break;
case 'genererNomSciHtml' :
$this->genererNomSciHtml();
break;
case 'supprimerTous' :
$this->supprimerTous();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
private function chargerFournier() {
$chemin = Config::get('chemins.fournier');
$table = Config::get('tables.fournier');
$requete = "LOAD DATA INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY ',' ".
" ENCLOSED BY '\"' ".
" ESCAPED BY '\\\' ".
'IGNORE 1 LINES';
$this->getBdd()->requeter($requete);
}
 
private function genererNomSciHtml() {
$this->preparerTable();
$generateur = new GenerateurNomSciHtml();
$nbreTotal = $this->recupererNbTotalTuples();
while ($this->departInsertion < $nbreTotal) {
$resultat = $this->recupererTuples();
$nomsSciEnHtml = $generateur->generer($resultat);
$this->lancerRequeteModification($nomsSciEnHtml);
$this->departInsertion += $this->pasInsertion;
$this->afficherAvancement("Insertion des noms scientifique au format HTML dans la base par paquet de {$this->pasInsertion} en cours");
if ($this->stopperLaBoucle($this->getParametre('t'))) break;
}
echo "\n";
}
 
private function initialiserTables() {
$this->table = Config::get('tables.fournier');
$this->tableMeta = Config::get('tables.fournierMeta');
}
 
private function preparerTable() {
$requete = "SHOW COLUMNS FROM {$this->table} LIKE 'nom_sci_html' ";
$resultat = $this->getBdd()->recuperer($requete);
if ($resultat === false) {
$requete = "ALTER TABLE {$this->table} ".
'ADD nom_sci_html VARCHAR( 500 ) '.
'CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL ';
$this->getBdd()->requeter($requete);
}
}
 
private function recupererNbTotalTuples(){
$requete = "SELECT count(*) AS nb FROM {$this->table} ";
$resultat = $this->getBdd()->recuperer($requete);
return $resultat['nb'];
}
 
private function recupererTuples() {
$requete = 'SELECT num_nom, rang, nom_supra_generique, genre, epithete_infra_generique, '.
' epithete_sp, type_epithete, epithete_infra_sp, cultivar_groupe, '.
' nom_commercial, cultivar '.
"FROM {$this->table} ".
"LIMIT {$this->departInsertion},{$this->pasInsertion} ";
$resultat = $this->getBdd()->recupererTous($requete);
return $resultat;
}
 
private function lancerRequeteModification($nomsSciHtm) {
foreach ($nomsSciHtm as $id => $html) {
$html = $this->getBdd()->proteger($html);
$requete = "UPDATE {$this->table} ".
"SET nom_sci_html = $html ".
"WHERE num_nom = $id ";
$resultat = $this->getBdd()->requeter($requete);
if ($resultat === false) {
throw new Exception("Erreur d'insertion pour le tuple $id");
}
}
}
 
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS {$this->tableMeta}, {$this->table}";
$this->getBdd()->requeter($requete);
}
}
?>
/branches/refact/scripts/modules/prometheus/Prometheus.php
New file
0,0 → 1,639
<?php
/**
* Exemple de lancement du script : /opt/lampp/bin/php cli.php ontologie -a analyser
*
*/
require_once dirname(__FILE__).DS.'Traduction.php';
 
class Prometheus extends EfloreScript {
 
private $projetDossier = '';
private $lecteur = null;
private $fichier = '';
private $lotsTermes = array();
private $lotsRelations = array();
private $lotsImages = array();
private $lotsPublications = array();
private $lotsAuteurs = array();
private $lotsHierarchie = array();
private $baseIdGroupe = 10000;
private $baseIdSousGroupe = 20000;
private $types = array(
'FREQUENCY_MODIFIERS' => 2,
'QUALIFIERS' => 3,
'RELATIVE_MODIFIERS' => 4,
'RELATIVE_VALUES' => 5,
'SPATIAL_MODIFIERS' => 6,
'LOCATER_REGIONS' => 7,
'TEMPORAL_MODIFIERS' => 8,
'UNIT_TERMS' => 9,
'QUANTITATIVE_PROPERTIES' => 10,
'NEW_QUALITATIVE_PROPERTIES' => 11,
'DISALLOWED_TERMS' => 20,
'QUALITATIVE_STATES' => 13,
'TYPE_OF_STRUCTURE_TERMS' => 14,
'STRUCTURE_TERMS' => 15,
'REGION_TERMS' => 16,
'GENERIC_STRUCTURES' => 17);
 
public function executer() {
try {
$this->initialiserProjet('prometheus');
$this->projetDossier = Config::get('dossierTsv');
 
$this->fichier = $this->projetDossier.'Ontology.xml';
// Lancement de l'action demandée
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'chargerTous' :
$this->chargerStructureSql();
$this->lireFichierXml();
break;
case 'chargerStructureSql' :
$this->chargerStructureSql();
break;
case 'analyser' :
$this->vider();
$this->lireFichierXml();
break;
case 'chargerTraductions' :
$this->viderTraductions();
$this->chargerTraductions();
break;
case 'vider' :
$this->vider();
case 'viderTraductions' :
$this->viderTraductions();
break;
case 'supprimerTous' :
$this->supprimerTous();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
 
/**
* Lit le fichier OSM et lance l'analyse des noeuds xml en fonction de leur type.
*/
private function lireFichierXml() {
$termes = array_keys($this->types);
$this->lecteur = new XMLReader();
if ($this->ouvrirFichierXml()) {
while ($this->lecteur->read()) {
if ($this->lecteur->nodeType == XMLREADER::ELEMENT) {
if (in_array($this->lecteur->localName, $termes)) {
$noeud = $this->obtenirNoeudSimpleXml();
$type = $this->lecteur->localName;
$this->traiterTermes($this->types[$type], $noeud->children());
} else if ($this->lecteur->localName == 'STATE_GROUPS') {
$noeud = $this->obtenirNoeudSimpleXml();
$this->traiterGroupes($noeud->children());
} else if ($this->lecteur->localName == 'NewQualitativeProperties') {
$noeud = $this->obtenirNoeudSimpleXml();
$this->traiterNouvellesQualites($noeud->children());
} else if ($this->lecteur->localName == 'RELATIONSHIPS') {
$noeud = $this->obtenirNoeudSimpleXml();
$this->traiterRelations($noeud->children());
} else if ($this->lecteur->localName == 'PICTURES') {
$noeud = $this->obtenirNoeudSimpleXml();
$this->traiterImages($noeud->children());
} else if ($this->lecteur->localName == 'CITATIONS') {
$noeud = $this->obtenirNoeudSimpleXml();
$this->traiterCitations($noeud->children());
} else if ($this->lecteur->localName == 'AUTHORS') {
$noeud = $this->obtenirNoeudSimpleXml();
$this->traiterAuteurs($noeud->children());
} else if ($this->lecteur->localName == 'TreeNode') {
$noeud = $this->obtenirNoeudSimpleXml();
$this->traiterHierarchie($noeud);
}
}
}
if (count($this->lotsTermes) > 0) {
$this->insererLotDeTermes();
}
if (count($this->lotsRelations) > 0) {
$this->insererLotDeRelations();
}
if (count($this->lotsImages) > 0) {
$this->insererLotImages();
}
if (count($this->lotsPublications) > 0) {
$this->insererLotDePublications();
}
if (count($this->lotsAuteurs) > 0) {
$this->insererLotAuteurs();
}
if (count($this->lotsHierarchie) > 0) {
$this->insererLotHierarchie();
}
}
}
 
private function ouvrirFichierXml() {
if ($this->lecteur->open($this->fichier) === false) {
throw new Exception("Impossible d'ouvrir le fichier XML : $this->fichier");
}
return true;
}
 
private function obtenirNoeudSimpleXml() {
$doc = new DOMDocument;
$element = $this->lecteur->expand();
$noeud = simplexml_import_dom($doc->importNode($element, true));
return $noeud;
}
 
private function traiterTermes($type, $termes) {
foreach ($termes as $terme) {
$id = (int) $terme->attributes()->GLOBALID;
if (isset($this->lotsTermes[$id]) === false) {
$valeur = array();
$valeur[] = (int) $id;
$valeur[] = (int) $type;
$valeur[] = (string) $terme->attributes()->term;
$valeur[] = (string) $this->obtenirDefinition($terme);
$valeur[] = (int) $this->obtenirPreference($terme);
$valeur[] = (int) $this->obtenirAuteur($terme);
$valeur[] = (int) $this->obtenirCitation($terme);
$valeur[] = (int) $this->obtenirImage($terme);
$this->lotsTermes[$id] = $valeur;
}
if (isset($terme->attributes()->parentID)) {
$relation = array();
$relation[] = (int) $terme->attributes()->GLOBALID;
$relation[] = (int) $terme->attributes()->parentID;
$relation[] = 'A POUR PARENT';
$this->ajouterRelation($relation);
}
if (isset($terme->attributes()->PARENT_STRUCTURE_ID)) {
$relation = array();
$relation[] = (int) $terme->attributes()->GLOBALID;
$relation[] = (int) $terme->attributes()->PARENT_STRUCTURE_ID;
$relation[] = 'A POUR STRUCTURE PARENTE';
$this->ajouterRelation($relation);
}
if (isset($terme->attributes()->stateOfNEWPROPERTYID)) {
$relation = array();
$relation[] = (int) $terme->attributes()->GLOBALID;
$relation[] = (int) $terme->attributes()->stateOfNEWPROPERTYID;
$relation[] = 'A POUR NOUVELLE QUALITE';
$this->ajouterRelation($relation);
}
}
}
 
private function obtenirDefinition($terme) {
$definition = null;
if (isset($terme->DEFINITION)) {
$definition = $terme->DEFINITION;
}
return $definition;
}
 
private function obtenirPreference($terme) {
$preference = '1';
if (isset($terme->attributes()->PREFERRED_TERM)) {
$valeur = (string) $terme->attributes()->PREFERRED_TERM;
$preference = (trim($valeur) == 'Disallowed Term') ? '0' : '1';
}
return $preference;
}
 
private function obtenirAuteur($terme) {
$auteur = 0;
if (isset($terme->attributes()->authorID)) {
$auteur = $terme->attributes()->authorID;
} elseif (isset($terme->attributes()->authorREF)) {
$auteur = $terme->attributes()->authorREF;
}
return $auteur;
}
 
private function obtenirCitation($terme) {
$citation = 0;
if (isset($terme->attributes()->citationID)) {
$citation = $terme->attributes()->citationID;
} elseif (isset($terme->attributes()->citationREF)) {
$citation = $terme->attributes()->citationREF;
}
return $citation;
}
 
private function obtenirImage($terme) {
$image = 0;
if (isset($terme->attributes()->pictureREF)) {
$image = $terme->attributes()->pictureREF;
}
return $image;
}
 
private function traiterGroupes($groupes) {
foreach ($groupes as $groupe) {
$id = $this->baseIdGroupe + (int) $groupe->attributes()->GROUP_ID;
if (isset($this->lotsTermes[$id]) === false) {
$valeur = array();
$valeur[] = (int) $id;
$valeur[] = 18;
$valeur[] = (string) $groupe->attributes()->groupName;
$valeur[] = '';
$valeur[] = 1;
$valeur[] = 0;
$valeur[] = 0;
$valeur[] = 0;
$this->lotsTermes[$id] = $valeur;
}
if (isset($groupe->STRUCTURES_LINKED_TO_GROUP)) {
foreach ($groupe->STRUCTURES_LINKED_TO_GROUP->children() as $structure) {
$relation = array();
$relation[] = (int) $structure->attributes()->GLOBALID;
$relation[] = (int) $id;
$relation[] = 'A POUR GROUPE';
$this->ajouterRelation($relation);
}
}
if (isset($groupe->STATES_IN_GROUP)) {
foreach ($groupe->STATES_IN_GROUP->children() as $etat) {
$relation = array();
$relation[] = (int) $id;
$relation[] = (int) $etat->attributes()->GLOBALID;
$relation[] = 'A POUR ETAT';
$this->ajouterRelation($relation);
}
}
if (isset($groupe->STATESUBGROUPS)) {
$this->traiterSousGroupes($id, $groupe->STATESUBGROUPS->children());
}
}
}
 
private function traiterSousGroupes($idGroupe, $sousGroupes) {
foreach ($sousGroupes as $sg) {
$id = $this->baseIdSousGroupe + (int) $sg->attributes()->STATESUBGROUP_GLOBALID;
if (isset($this->lotsTermes[$id]) === false) {
$valeur = array();
$valeur[] = (int) $id;
$valeur[] = 19;
$valeur[] = (string) $sg->attributes()->subgGroupName;
$valeur[] = '';
$valeur[] = 1;
$valeur[] = 0;
$valeur[] = 0;
$valeur[] = 0;
$this->lotsTermes[$id] = $valeur;
 
$relation = array();
$relation[] = (int) $idGroupe;
$relation[] = (int) $id;
$relation[] = 'A POUR SOUS-GROUPE';
$this->ajouterRelation($relation);
}
if (isset($sg->STATES_IN_SUBGROUP)) {
foreach ($sg->STATES_IN_SUBGROUP->children() as $etat) {
$relation = array();
$relation[] = (int) $id;
$relation[] = (int) $etat->attributes()->GLOBALID;
$relation[] = 'A POUR ETAT';
$this->ajouterRelation($relation);
}
}
}
}
 
private function traiterNouvellesQualites($qualites) {
foreach ($qualites as $qualite) {
$id = (int) $qualite->attributes()->IDSEQ;
if (isset($this->lotsTermes[$id]) === false) {
$valeur = array();
$valeur[] = (int) $id;
$valeur[] = 11;
$valeur[] = (string) $qualite->attributes()->term;
$valeur[] = (string) $this->obtenirDefinition($terme);
$valeur[] = (int) $this->obtenirPreference($terme);
$valeur[] = (int) $this->obtenirAuteur($terme);
$valeur[] = (int) $this->obtenirCitation($terme);
$valeur[] = (int) $this->obtenirImage($terme);
$this->lotsTermes[$id] = $valeur;
}
if (isset($qualite->attributes()->ParentPropertyID)) {
$relation = array();
$relation[] = (int) $qualite->attributes()->IDSEQ;
$relation[] = (int) $qualite->attributes()->ParentPropertyID;
$relation[] = 'A POUR PARENT';
$this->ajouterRelation($relation);
}
if (isset($qualite->MemberStates)) {
$etats = $qualite->MemberStates->children();
$idParent = $qualite->attributes()->IDSEQ;
$this->traiterEtatsMembre($etats, $idParent);
}
if (isset($qualite->Structures_linked_to_Property)) {
$structures = $qualite->Structures_linked_to_Property->children();
$idParent = $qualite->attributes()->IDSEQ;
$this->traiterStructuresLiees($structures, $idParent);
}
if (isset($qualite->ContextGroups)) {
$contextes = $qualite->ContextGroups->children();
if (count($contextes) > 0) {
foreach ($contextes as $contexte) {
$idParent = $contexte->attributes()->ID;
$structures = $contexte->Structures_linked_to_Context->children();
$this->traiterStructuresLiees($structures, $idParent);
$etats = $contexte->MemberStates->children();
$this->traiterEtatsMembre($etats, $idParent);
}
}
}
}
}
 
private function ajouterRelation($relation) {
$id = implode('-', $relation);
if (isset($this->lotsRelations[$id]) === false) {
$this->lotsRelations[$id] = $relation;
}
}
 
private function traiterEtatsMembre($etats, $idParent) {
if (count($etats) > 0) {
foreach ($etats as $etat) {
$relation = array();
$relation[] = (int) $idParent;
$relation[] = (int) $etat->attributes()->RefID;
$relation[] = 'A POUR ETAT';
$this->ajouterRelation($relation);
}
}
}
 
private function traiterStructuresLiees($structures, $idParent) {
if (count($structures) > 0) {
foreach ($structures as $structure) {
$relation = array();
$relation[] = (int) $structure->attributes()->RefID;
$relation[] = (int) $idParent;
$relation[] = 'A POUR PROPRIETE';
$this->ajouterRelation($relation);
}
}
}
 
private function traiterRelations($relations) {
foreach ($relations as $rel) {
$relation = array();
$relation[] = (int) $rel->attributes()->term1REF;
$relation[] = (int) $rel->attributes()->term2REF;
$relation[] = (string) $this->obtenirTypeRelation($rel->attributes()->relationship);
$this->ajouterRelation($relation);
}
}
 
private function obtenirTypeRelation($type) {
switch ($type) {
case 'ASSOCIATED WITH' :
$relation = 'ASSOCIE AVEC';
break;
case 'IS A PART OF' :
$relation = 'EST UNE PARTIE DE';
break;
case 'IS A TYPE OF' :
$relation = 'EST UN TYPE DE';
break;
default :
$relation = '';
}
return $relation;
}
 
private function traiterImages($images) {
foreach ($images as $img) {
$valeur = array();
$valeur[] = (int) $img->attributes()->ID;
$valeur[] = (string) $img->attributes()->NAME;
$valeur[] = (int) $img->attributes()->CITATION_REFID;
$this->lotsImages[] = $valeur;
}
}
 
private function traiterCitations($citations) {
foreach ($citations as $publi) {
$valeur = array();
$valeur[] = (int) $publi->attributes()->ID;
$valeur[] = (int) $publi->attributes()->primaryAuthorREF;
$valeur[] = (string) $publi->PUBLICATION;
$valeur[] = (string) $publi->DATE;
$valeur[] = (string) $publi->PAGE;
$this->lotsPublications[] = $valeur;
}
}
 
private function traiterAuteurs($auteurs) {
foreach ($auteurs as $auteur) {
$valeur = array();
$valeur[] = (int) $auteur->attributes()->ID;
$valeur[] = (string) $auteur->attributes()->givenNames;
$valeur[] = (string) $auteur->attributes()->surname;
$valeur[] = $this->obtenirDateNaissance((string) $auteur->attributes()->born);
$valeur[] = (string) $auteur->attributes()->died;
$this->lotsAuteurs[] = $valeur;
}
}
 
private function obtenirDateNaissance($annee) {
$date = $annee.'-00-00';
return $date;
}
 
private function traiterHierarchie($noeud) {
$valeur = array();
$valeur[] = (int) $noeud->attributes()->ID;
$valeur[] = (int) $noeud->attributes()->ParentNodeID;
$valeur[] = (string) $noeud->attributes()->pathAsNames;
$valeur[] = (string) $noeud->attributes()->pathAsID;
$valeur[] = (int) $noeud->attributes()->TermID;
$this->lotsHierarchie[] = $valeur;
}
 
private function insererLotDeTermes() {
$champs = implode(',', array('id_terme', 'ce_type', 'nom_en', 'description_en', 'preference', 'ce_auteur', 'ce_publication', 'ce_image'));
$values = $this->creerValues($this->lotsTermes);
$requete = "INSERT INTO prometheus_ontologies_terme_v1_00 ($champs) VALUES $values";
$this->executerSql($requete);
}
 
private function insererLotDeRelations() {
$champs = implode(',', array('id_terme_01', 'id_terme_02', 'relation'));
$values = $this->creerValues($this->lotsRelations);
$requete = "INSERT INTO prometheus_ontologies_relation_v1_00 ($champs) VALUES $values";
$this->executerSql($requete);
}
 
private function insererLotImages() {
$champs = implode(',', array('id_image', 'uri', 'ce_publication'));
$values = $this->creerValues($this->lotsImages);
$requete = "INSERT INTO prometheus_ontologies_image_v1_00 ($champs) VALUES $values";
$this->executerSql($requete);
}
 
private function insererLotDePublications() {
$champs = implode(',', array('id_publication', 'ce_auteur_principal', 'titre', 'date', 'uri'));
$values = $this->creerValues($this->lotsPublications);
$requete = "INSERT INTO prometheus_ontologies_publication_v1_00 ($champs) VALUES $values";
$this->executerSql($requete);
}
 
private function insererLotAuteurs() {
$champs = implode(',', array('id_auteur', 'prenom', 'nom', 'naissance_date', 'deces_date'));
$values = $this->creerValues($this->lotsAuteurs);
$requete = "INSERT INTO prometheus_ontologies_auteur_v1_00 ($champs) VALUES $values";
$this->executerSql($requete);
}
 
private function insererLotHierarchie() {
$champs = implode(',', array('id_noeud', 'id_noeud_parent', 'chemin_noms', 'chemin_ids', 'ce_terme'));
$values = $this->creerValues($this->lotsHierarchie);
$requete = "INSERT INTO prometheus_ontologies_hierarchie_v1_00 ($champs) VALUES $values";
$this->executerSql($requete);
}
 
private function creerValues($valeurs) {
$values = array();
foreach ($valeurs as $valeur) {
foreach ($valeur as $id => $val) {
$valeur[$id] = $this->etreVide($val) ? 'NULL' : $this->proteger(trim($val));
}
$values[] = '('.implode(',', $valeur).')';
}
$values = implode(',', $values);
return $values;
}
 
private function etreVide($val) {
$vide = ($val === null || trim($val) === '') ? true : false;
return $vide;
}
 
private function executerSql($requete) {
$this->getBdd()->requeter($requete);
}
 
private function proteger($chaine) {
return $this->getBdd()->proteger($chaine);
}
 
private function viderTraductions() {
$requete = 'UPDATE prometheus_ontologies_terme_v1_00 '.
'SET nom = NULL, description = NULL, notes = NULL';
$this->executerSql($requete);
}
 
private function chargerTraductions() {
$dossier = $this->projetDossier.'traductions'.DS;
$pointeur = opendir($dossier);
while ($fichierNom = readdir($pointeur)) {
if (preg_match('/^[.]{1,2}/', $fichierNom) == false) {
$fichierChemin = $dossier.$fichierNom;
$lecteur = new LecteurExcel($fichierChemin);
//$this->verifierStructureFichierExcel($lecteur);
for ($ligne = 2; $ligne < $lecteur->getNbreLignes(); $ligne++) {
$traduction = new Traduction();
$traduction->type = $lecteur->getValeur($ligne, 1);
$traduction->en = $lecteur->getValeur($ligne, 2);
$traduction->fr = $lecteur->getValeur($ligne, 3);
$traduction->sourcesTraduction = $lecteur->getValeur($ligne, 4);
$traduction->remarques = $lecteur->getValeur($ligne, 5);
$traduction->sources = $lecteur->getValeur($ligne, 6);
$traduction->relectureRemarques = $lecteur->getValeur($ligne, 7);
$this->genererNotes($traduction);
 
$this->insererTraduction($traduction);
}
}
}
closedir($pointeur);
}
 
private function verifierStructureFichierExcel($lecteur) {
$messages = array();
$colonnes = array("Type d'élément", "Élément en anglais", "Traduction en français", "Sources de la traduction", "Remarques", "Sources", "Relecture/ Remarques");
foreach ($colonnes as $numero => $intitule) {
$valeurBrute = $lecteur->getValeur(1, ($numero + 1));
if ($valeurBrute != $intitule) {
$messages[] = "Le fichier {$lecteur->getFichier()} ne contient pas la bonne colonne #$numero : $intitule != $valeurBrute";
}
}
if (count($messages) > 0) {
throw new Exception(implode("\n", $messages));
}
}
 
private function genererNotes(Traduction $traduction) {
$notes = array();
if ($this->etreVide($traduction->sourcesTraduction) === false) {
$notes[] = "Sources de la traduction : ".$traduction->sourcesTraduction;
}
if ($this->etreVide($traduction->remarques) === false) {
$notes[] = "Remarques : ".$traduction->remarques;
}
if ($this->etreVide($traduction->sources) === false) {
$notes[] = "Sources : ".$traduction->sources;
}
if ($this->etreVide($traduction->relectureRemarques) === false) {
$notes[] = "Remarques sur la relecture : ".$traduction->relectureRemarques;
}
if (count($notes) > 0) {
$traduction->notes = implode("\n", $notes);
}
}
 
private function insererTraduction($traduction) {
$requete = null;
$notes = $traduction->notes;
if ($traduction->type == 'term') {
$notes = $this->proteger("Nom :\n".$notes);
$nom = $this->proteger($traduction->fr);
$nomEn = $this->proteger($traduction->en);
$requete = "UPDATE prometheus_ontologies_terme_v1_00 ".
"SET nom = $nom, notes = $notes ".
"WHERE nom_en = $nomEn ";
} else if ($traduction->type == 'DEFINITION') {
$notes = $this->proteger("Description :\n".$notes);
$description = $this->proteger($traduction->fr);
$descriptionEn = $this->proteger($traduction->en);
$requete = "UPDATE prometheus_ontologies_terme_v1_00 ".
"SET description = $description, notes = CONCAT(notes, '\n', $notes) ".
"WHERE description_en = $descriptionEn ";
}
if ($requete != null) {
$this->executerSql($requete);
}
}
 
private function vider() {
$requete = 'TRUNCATE TABLE IF EXISTS prometheus_ontologies_auteur_v1_00';
$this->executerSql($requete);
$requete = 'TRUNCATE TABLE IF EXISTS prometheus_ontologies_hierarchie_v1_00';
$this->executerSql($requete);
$requete = 'TRUNCATE TABLE IF EXISTS prometheus_ontologies_image_v1_00';
$this->executerSql($requete);
$requete = 'TRUNCATE TABLE IF EXISTS prometheus_ontologies_publication_v1_00';
$this->executerSql($requete);
$requete = 'TRUNCATE TABLE IF EXISTS prometheus_ontologies_relation_v1_00';
$this->executerSql($requete);
$requete = 'TRUNCATE TABLE IF EXISTS prometheus_ontologies_terme_v1_00';
$this->executerSql($requete);
}
 
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS prometheus_meta, prometheus_ontologies_auteur_v1_00, prometheus_ontologies_hierarchie_v1_00,
prometheus_ontologies_image_v1_00, prometheus_ontologies_publication_v1_00, prometheus_ontologies_relation_v1_00,
prometheus_ontologies_terme_v1_00, prometheus_ontologies_type_v1_00";
$this->getBdd()->requeter($requete);
}
}
?>
/branches/refact/scripts/modules/prometheus/Traduction.php
New file
0,0 → 1,11
<?php
class Traduction {
public $type = null;
public $en = null;
public $fr = null;
public $sourcesTraduction = null;
public $remarques = null;
public $sources = null;
public $relectureRemarques = null;
public $notes = null;
}
/branches/refact/scripts/modules/prometheus/prometheus.ini
New file
0,0 → 1,12
version="1_00"
dossierTsv = "{ref:dossierDonneesEflore}prometheus/v1.00_2003-02-18/"
dossierSql = "{ref:dossierTsv}"
 
[tables]
ontologies = "prometheus_ontologies_v{ref:version}"
 
[fichiers]
structureSql = "prometheus_v1_00.sql"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
/branches/refact/scripts/modules/bonnier/bonnier.ini
New file
0,0 → 1,20
; Encodage : UTF-8
; Exemple de fichier de configuration d'un projet
; Les commentaires commencent par ';', comme dans php.ini
 
; Indique le nom du projet
projet_nom = bonnier
; Indique le nombre sur un chiffre de la version du projet
version = 0
; Indique le nombre sur deux chiffres de la sous version du projet
sous_version = 00
; Indique la date de début de cette version du projet
date_debut = "2009-12-11 00:00:00"
; Indique la date de fin de cette version du projet
date_fin = NULL
; Indique le chemin où les fichier html vont être générés
chemin_fichier_sortie = "php:'/home/'.'david'.'/Bureau/bonnierhtml/'"
; Indique le chemin où trouver le fichier du projet contenant les données à charger puis standardiser
chemin_fichier_tab = "php:'/home/'.'david'.'/Bureau/bonnierhtml/'"
; Indique le chemin où stocker le fichier de log
log_chemin = "php:'/home/'.'david'.'/Bureau/bonnierhtml/'"
/branches/refact/scripts/modules/bonnier/Bonnier.php
New file
0,0 → 1,508
<?php
// Encodage : UTF-8
// +-------------------------------------------------------------------------------------------------------------------+
/* Importation des fichiers excel de Bonnier pour créer une version HTML pour PDA.
* Utilisation au préalable des utillitaire de traitement de fichier mdb sous Unix (voir ci après)
*
* Pré-requis :
* 1. Installer le paquet pour Perl nommé ParseExcel : urpmi perl-spreadsheet-parseexcel
* 2. Télécharger les fichiers Excel de Bonnier : http://www.tela-botanica.org/projets/74/documents/16211
* 3. Créer un dossier où vous dézipperez l'archive des fichiers Excel
* 4. Copier dans ce dossier les fichier xls2sql.pl et generer_sql.sh que vous trouverez dans le dossier shell de ce module
* 5. Donner les droits d'execution au fichier generer_sql.sh et lancer le : ./generer_sql.sh
* 6. Vous devez obtenir un fichier SQL par fichier Excel.
*
* Pour lancer ce script fichier par fichier :
* 1. Ouvrir une console et se positionner dans le dossier "scripts"
* 2. Pour charger le 1er fichier Excel, taper la commande : /opt/lampp/bin/php script.php bonnier -p bonnier -a charger -table renonculacees
* 3. Pour generer le html issu du chargement precedent :
* /opt/lampp/bin/php script.php bonnier -p bonnier -a html -dossier "menus/001-Renonculacees" -table renonculacees
*
* // Auteur original :
* @author David DELON <david@clapas.net>
* @copyright David DELON 2009
* @link http://www.tela-botanica.org/wikini/eflore
* @licence GPL v3 & CeCILL v2
* @version $Id$
*/
// +-------------------------------------------------------------------------------------------------------------------+
class Bonnier extends ScriptCommandeEflore {
 
/**
* Paramêtres disponible pour la ligne de commande
* le tableau se construit de la forme suivnate :
* - clé = nom du paramêtre '-foo'
* - value = contient un nouveau tableau composé de cette façaon :
* - booléen: true si le paramêtre est obligatoire
* - booléen ou var : true si le paramêtre nécessite un valeur à sa suite ou la valeur par défaut
* - string: description du contenu du paramêtre
* Les paramêtres optionels devraient être déclaré à la fin du tableau.
* Le dernier parametre du tableau peut avoir la valeur '...',
* il contiendra alors l'ensemble des paramêtres suivant trouvés sur la ligne de commande.
* @var array
*/
public $parametres = array( '-table' => array(true, true, "Nom de la table où seront stockées les données d'une famille"),
'-dossier' => array(true, true, "Dossier où sont générés les fichiers html pour la table"));
public function executer() {
 
error_reporting(E_ALL & ~E_DEPRECATED );
$table = $this->getParam('table');
$dossier = $this->getParam('dossier');
@mkdir($this->getIni('chemin_fichier_sortie').$dossier);
$cmd = $this->getParam('a');
switch ($cmd) {
// chargement des fichiers sql issus de la transformation xls dans la base de donnee, une table par fichir sql, 2 tables par
// familles : texte (navigation / clef) et plantes : description des plantes.
case 'charger' :
$this->creerTableBonnier($this->version, $table);
$this->chargerDonnees($table);
break;
case 'html' :
// tranformation sql vers html : pour la famille considerée : parcours de l'ensemble de ses clef et generation html pour
// les feuilles.
$this->realiserHtml($dossier, $table);
break;
default :
trigger_error('Erreur : la commande "'.$cmd.'" n\'existe pas!'."\n", E_USER_ERROR);
}
}
 
private function realiserHtml($dossier, $table) {
// Parcours de l'ensemble des données ? ou famille par famille ?
// on charge plante et texte dans des tableaux
$this->type_donnee = $table.'_texte';
$requete = 'SELECT * '.
'FROM '.$this->projet_nom.'_v'.$this->version.'_'.$this->sous_version.'_'.$this->type_donnee.' '.
'ORDER BY uid';
$lignesTexte = $this->retournerDonneesRequete($requete);
// Analyse des données
echo "Analyse des données : ".$this->type_donnee."\n";
foreach ($lignesTexte as $ligneTexte) {
if (!isset($aso_lignes[$ligneTexte['identifiant']])) {
$aso_lignes[$ligneTexte['identifiant']] = $ligneTexte;
} else {
echo "identifiant en double : ".$ligneTexte['identifiant']."\n";
}
}
 
$this->type_donnee = $table.'_plante';
$requete = 'SELECT * '.
'FROM '.$this->projet_nom.'_v'.$this->version.'_'.$this->sous_version.'_'.$this->type_donnee.' '.
'ORDER BY uid';
$lignesPlante = $this->retournerDonneesRequete($requete);
foreach ($lignesPlante as $lignePlante) {
if (!isset($aso_lignes[$lignePlante['identifiant']])) {
$aso_lignes[$lignePlante['identifiant']] = $lignePlante;
} else {
echo "identifiant en double : ".$lignePlante['identifiant']."\n";
}
}
//print_r($aso_lignes_texte[$lignesTexte[0]['identifiant']] ['titre']);
// $ariane : tableau des identifiants parcourus dans la branche
// $niveau : niveau dans l'arbre
$ariane = array();
$niveau = 0;
// Parcours de l'arbre des clefs depuis la racine
$this->genererHtmlTexte($lignesTexte[1]['identifiant'], $aso_lignes, $ariane, $niveau, $dossier);
}
// Generation des elements de navigation (clef)
private function genererHtmlTexte($identifiant, $lignesTexteIdentifiant, $ariane, $niveau, $dossier) {
 
$ariane[] = $identifiant;
$niveau++;
if (isset ($lignesTexteIdentifiant[$identifiant])) { // Si des identifiants sont en doubles
$ligneIdentifiant = $lignesTexteIdentifiant[$identifiant];
}
else {
// initialiser valeur par defaut indiquant une erreur
}
 
$f_html = fopen($this->getIni('chemin_fichier_sortie').$dossier.'/'.$identifiant.'.html', 'wb');
$html =
'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'."\n".
'<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">'."\n".
'<head>'."\n".
'<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />'."\n".
'<title>Flore BONNIER sur PDA</title>'."\n".
'<link rel="stylesheet" type="text/css" href="../../style/style640.css" media="screen" />'."\n".
'</head>'."\n";
$html .= '<body>'."\n";
$html .= '<div class="titre">'."\n";
$html .= '<p id="titre">';
if (isset($ligneIdentifiant)) {
$html .= $ligneIdentifiant['titre'];
}
$html .= '</p>'."\n";
$html .= '</div>'."\n";
// print "identifiant : ".$ligneIdentifiant['identifiant']."\n";
// Destinations
// Branche niveau inferieur
$html.='<div class="fenetreMenu">'."\n";
for ($i = 1; $i < 6; $i++) {
if (isset($ligneIdentifiant['texte_'.$i]) && $ligneIdentifiant['texte_'.$i] != "") {
$html .= '<div class="menu'.($i-1).'">'."\n";
$html .= '<a href="'.$ligneIdentifiant['destination_'.$i].'.html">';
$html .= $ligneIdentifiant['texte_'.$i];
$html .= '</a>'."\n";
$html .= '</div>'."\n";
}
}
 
$html .= '</div>'."\n";
$html .= '<div class="espace" style="top:518px;">'."\n";
$html .= '</div>'."\n";
$html .= '<div class="navigation">'."\n";
$html .= '<p id="navigation">'."\n";
// Navigation
for ($i = 0; $i < $niveau; $i++) {
if (($ariane[$i]) && $ariane[$i] != '') {
$html .= '<a href="'.$ariane[$i].'.html">';
if (isset ($lignesTexteIdentifiant[$ariane[$i]])) { // Si des identifiants sont en doubles
$html .= $lignesTexteIdentifiant[$ariane[$i]]['titre'];
}
$html .= '</a>'."\n";
}
}
$html .= '</p>'."\n";
$html .= '</div>'."\n";
 
$html .= '<div class="retour">'."\n";
$html .= '<p id="retour">'."\n";
// Retour niveau superieur
if (isset($ariane[$niveau - 2]) && $ariane[$niveau - 2] != '') {
$html .= '<a href="'.$ariane[$niveau - 2].'.html">';
$html .= $lignesTexteIdentifiant[$ariane[$niveau - 2]]['titre'];
$html .= '</a>'."\n";
}
$html .= '</p>'."\n";
$html .= '</div>'."\n";
$html .= '<div class="glossaire">'."\n";
$html .= '<p id="glossaire">'."\n";
$html .= '<a href="../000-general/glossaire0_640.html">'."\n";
$html .= 'Glossaire'."\n";
$html .= '</a>'."\n";
$html .= '</p></div><div class="text">'."\n";
$html .= '<p id="Text">'."\n";
$html .= '<a href="../000-general/accueil1_640.html">'."\n";
$html .= ' Top'."\n";
$html .= '</a>'."\n";
$html .= ' </p>'."\n";
$html .= '</div>'."\n";
 
$html .= '</body>'."\n";
$html .= '</html>'."\n";
fwrite($f_html, $html);
fclose($f_html);
// Ecriture des feuilles (description plantes)
for ($i = 1; $i < 6; $i++) {
if (isset($ligneIdentifiant['destination_'.$i]) && $ligneIdentifiant['destination_'.$i] != '') {
if (substr($ligneIdentifiant['destination_'.$i], 0, 1) == 'p') {
$this->genererHtmlPlante($ligneIdentifiant['destination_'.$i], $lignesTexteIdentifiant, $ariane, $niveau, $dossier);
} else {
$this->genererHtmlTexte($ligneIdentifiant['destination_'.$i], $lignesTexteIdentifiant, $ariane, $niveau, $dossier);
}
}
}
}
// Plante
private function genererHtmlPlante($identifiant, $lignesTexteIdentifiant, $ariane, $niveau, $dossier) {
$ariane[] = $identifiant;
$niveau++;
if (isset ($lignesTexteIdentifiant[$identifiant])) { // Au cas ou des identifiants sont en doubles
$ligneIdentifiant = $lignesTexteIdentifiant[$identifiant];
}
$nom_latin = '';
if (isset($ariane[($niveau - 2)]) && isset($lignesTexteIdentifiant[$ariane[($niveau - 2)]]['texte_1'])) {
$nom_latin = trim(strrchr($lignesTexteIdentifiant[$ariane[($niveau - 2)]]['texte_1'], ':'), ' :');
}
 
$f_html = fopen($this->getIni('chemin_fichier_sortie').$dossier.'/'.$identifiant.'.html', 'wb');
$html=
'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'."\n".
'<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">'."\n".
'<head>'."\n".
'<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />'."\n".
'<title>Flore BONNIER sur PDA</title>'."\n".
'<link rel="stylesheet" type="text/css" href="../../style/style_plante.css" media="screen" />'."\n".
'</head>'."\n";
$html .= '<body>'."\n";
$html .= '<div class="titre">'."\n";
$html .= '<p id="titre">';
$html .= $nom_latin;
$html .= '</p>'."\n";
$html .= '</div>'."\n";
$html .= '<div class="famille">'."\n";
$html .= '<p id="famille1">Famille : </p>'."\n";
$html .= '<p id="famille2">';
$html .= $lignesTexteIdentifiant[$ariane[0]]['titre'];
$html .= '</p>'."\n";
$html .= '</div>'."\n";
$html .= '<div class="genre">'."\n";
$html .= '<p id="genre1">Genre : </p>'."\n";
$html .= '<p id="genre2">';
if (isset($ligneIdentifiant)) {
$html .= $ligneIdentifiant['genre'];
}
$html .= '</p>'."\n";
$html .= '</div>'."\n";
$html .= '<div class="nom_latin">'."\n";
$html .= '<p id="nom_latin1">Nom Latin : </p>'."\n";
$html .= '<p id="nom_latin2">';
$html .= $nom_latin;
$html .= '</p>'."\n";
$html .= '</div>'."\n";
$html .= '<div class="nom_francais">'."\n";
$html .= '<p id="nom_francais1">Nom Francais : </p>'."\n";
$html .= '<p id="nom_francais2">';
if (isset($ligneIdentifiant)) {
$html .= $ligneIdentifiant['nom_francais'];
}
$html .= '</p>'."\n";
$html .= '</div>'."\n";
$html .= '<div class="nom_commun">'."\n";
$html .= '<p id="nom_commun1">Nom Vulgaire : </p>'."\n";
$html .= '<p id="nom_commun2">';
if (isset($ligneIdentifiant)) {
$html .= $ligneIdentifiant['nom_vulgaire'];
}
$html .= '</p>'."\n";
$html .= '</div>'."\n";
$html .= '<div class="caracteres">'."\n";
$html .= '<p id="caracteres1">Caractéristiques spécifiques : </p>'."\n";
$html .= '<p id="caracteres2">';
if (isset($ligneIdentifiant)) {
$html .= $ligneIdentifiant['description'];
}
$html .= '</p>'."\n";
$html .= '</div>'."\n";
$html .= '<div class="habitat">'."\n";
$html .= '<p id="habitat1">Habitat / taille / floraison : </p>'."\n";
$html .= '<p id="habitat2">';
if (isset($ligneIdentifiant)) {
$html .= $ligneIdentifiant['habitat'];
}
$html .= '</p>'."\n";
$html .= '</div>'."\n";
$html .= '<div class="aire">'."\n";
$html .= '<p id="aire1">Aire g&eacute;ographique : </p>'."\n";
$html .= '<p id="aire2">';
if (isset($ligneIdentifiant)) {
$html .= $ligneIdentifiant['geographie'];
}
$html .= '</p>'."\n";
$html .= '</div>'."\n";
$html .= '<div class="identifiant">'."\n";
$html .= '<p id="identifiant">';
$html .= 'Bonnier : '.$identifiant;
$html .= '</p>'."\n";
$html .= '</div>'."\n";
$html .= '<div class="planche">'."\n";
$html .= '<p id="planche">';
$html .= '</p>'."\n";
$html .= '</div>'."\n";
$html .= '<div class="retour">'."\n";
$html .= '<p id="retour">'."\n";
if (($ariane[$niveau - 2]) && $ariane[$niveau - 2] != '') {
$html .= '<a href="'.$ariane[$niveau - 2].'.html">';
$html .= $lignesTexteIdentifiant[$ariane[$niveau - 2]]['titre'];
$html .= '</a>'."\n";
}
$html .= '</p>'."\n";
$html .= '</div>'."\n";
$html .= '<div class="glossaire">'."\n";
$html .= '<p id="glossaire">'."\n";
$html .= '<a href="../000-general/glossaire0_640.html">'."\n";
$html .= 'Glossaire'."\n";
$html .= '</a>'."\n";
$html .= '</p></div><div class="text">'."\n";
$html .= '<p id="Text">'."\n";
$html .= '<a href="../000-general/accueil1_640.html">'."\n";
$html .= ' Top'."\n";
$html .= '</a>'."\n";
$html .= ' </p>'."\n";
$html .= '</div>'."\n";
 
$html .= '</body>'."\n";
$html .= '</html>'."\n";
fwrite($f_html, $html);
fclose($f_html);
}
 
 
private function creerTableBonnier($version, $table) {
//+------------------------------------------------------------------------------------------------------------+
// texte
$this->type_donnee = $table.'_texte';
$requete = 'DROP TABLE IF EXISTS '.$this->projet_nom.'_v'.$this->version.'_'.$this->sous_version.'_'.$this->type_donnee;
$this->traiterRequete($requete);
$requete = 'CREATE TABLE '.$this->projet_nom.'_v'.$this->version.'_'.$this->sous_version.'_'.$this->type_donnee.' ('.
'uid int(11) not null auto_increment,'.
'identifiant varchar(25),'.
'titre varchar(100),'.
'texte_1 varchar(255),'.
'texte_2 varchar(255),'.
'texte_3 varchar(255),'.
'texte_4 varchar(255),'.
'texte_5 varchar(255),'.
'texte_6 varchar(255),'.
'destination_1 varchar(25),'.
'destination_2 varchar(25),'.
'destination_3 varchar(25),'.
'destination_4 varchar(25),'.
'destination_5 varchar(25),'.
'destination_6 varchar(25),'.
'planche_croquis varchar(25),'.
'PRIMARY KEY (uid)'.
') DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; ' ;
$this->traiterRequete($requete);
//+------------------------------------------------------------------------------------------------------------+
//plante
$this->type_donnee = $table.'_plante';
$requete = 'DROP TABLE IF EXISTS '.$this->projet_nom.'_v'.$this->version.'_'.$this->sous_version.'_'.$this->type_donnee;
$this->traiterRequete($requete);
$requete = 'CREATE TABLE '.$this->projet_nom.'_v'.$this->version.'_'.$this->sous_version.'_'.$this->type_donnee.' ('.
'uid int(11) not null auto_increment,'.
'identifiant varchar(25),'.
'genre varchar(100),'.
'nom_francais varchar(100),'.
'nom_vulgaire varchar(100),'.
'description varchar(512),'.
'habitat varchar(255),'.
'geographie varchar(255),'.
'planche_croquis varchar(25),'.
'PRIMARY KEY (uid)'.
') DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; ' ;
$this->traiterRequete($requete);
}
 
protected function chargerDonnees($table) {
print "Chargements des données ...";
print "\n";
$this->type_donnee = $table.'_texte';
$this->chargerDonneesSql($table);
$this->type_donnee = $table.'_plante';
$this->chargerDonneesSql($table);
return;
}
protected function chargerDonneesSql($table) {
echo $this->type_donnee."\n";
$fichier_sql = $this->chemin_fichier_tab.$this->projet_nom.'_v'.$this->version.'_'.$this->sous_version.'_'.$this->type_donnee.'.sql';
print $fichier_sql."\n";
if (file_exists($fichier_sql)) {
// Des champs textes sont multilignes, d'ou la boucle sur INSERT, marqueur de fin de la requete precedente.
if ($lines = file($fichier_sql)) {
$i = 0;
$ligne_courante = $lines[$i];
if (($i + 1) >= count($lines)) {
$ligne_suivante = 'FIN';
} else {
$ligne_suivante = $lines[$i+1];
}
while ($i < count($lines)) {
$line_in = $ligne_courante;
while (($i < count($lines)) && (substr($ligne_suivante, 0, 6) != 'INSERT') && ($ligne_suivante != 'FIN')) {
$line_in .= $ligne_suivante;
$i++;
$ligne_courante = $lines[$i];
if (($i + 1) >= count($lines)) {
$ligne_suivante = 'FIN';
} else {
$ligne_suivante = $lines[$i + 1];
}
}
$requete = $line_in;
if (substr($requete, 0, 6) == 'INSERT') {
$requete = preg_replace('/ VALUES\(/',' VALUES(0,', $requete);
$this->traiterRequete(utf8_encode($requete));
}
$i++;
if (($i + 1) >= count($lines)) {
$ligne_suivante = 'FIN';
} else {
$ligne_courante = $lines[$i];
$ligne_suivante = $lines[$i + 1];
}
if ($i == (int) $this->getParam('t')) {
break;
}
}
}
} else {
echo 'Fichier sql introuvable'."\n";
}
}
}
?>
/branches/refact/scripts/modules/bonnier/shell/generer_sql.sh
New file
0,0 → 1,298
perl xls2sql.pl file="001-Renonculacées-Plante.xls" skip=0 table="bonnier_v0_00_renonculacees_plante" > bonnier_v0_00_renonculacees_plante.sql
perl xls2sql.pl file="001-Renonculacées-Texte.xls" skip=0 table="bonnier_v0_00_renonculacees_texte" > bonnier_v0_00_renonculacees_texte.sql
perl xls2sql.pl file="002-Berbéridées-Plante.xls" skip=0 table="bonnier_v0_00_berberidees_plante" > bonnier_v0_00_berberidees_plante.sql
perl xls2sql.pl file="002-Berbéridées-Texte.xls" skip=0 table="bonnier_v0_00_berberidees_texte" > bonnier_v0_00_berberidees_texte.sql
perl xls2sql.pl file="003-Nymphéacées-Plante.xls" skip=0 table="bonnier_v0_00_nympheacees_plante" > bonnier_v0_00_nympheacees_plante.sql
perl xls2sql.pl file="003-Nymphéacées-Texte.xls" skip=0 table="bonnier_v0_00_nympheacees_texte" > bonnier_v0_00_nympheacees_texte.sql
perl xls2sql.pl file="004-Papavéracées-Plante.xls" skip=0 table="bonnier_v0_00_papaveracees_plante" > bonnier_v0_00_papaveracees_plante.sql
perl xls2sql.pl file="004-Papavéracées-Texte.xls" skip=0 table="bonnier_v0_00_papaveracees_texte" > bonnier_v0_00_papaveracees_texte.sql
perl xls2sql.pl file="005-Fumariacées-Plante.xls" skip=0 table="bonnier_v0_00_fumariacees_plante" > bonnier_v0_00_fumariacees_plante.sql
perl xls2sql.pl file="005-Fumariacées-Texte.xls" skip=0 table="bonnier_v0_00_fumariacees_texte" > bonnier_v0_00_fumariacees_texte.sql
perl xls2sql.pl file="006-Crucifères-Plante.xls" skip=0 table="bonnier_v0_00_cruciferes_plante" > bonnier_v0_00_cruciferes_plante.sql
perl xls2sql.pl file="006-Crucifères-Texte.xls" skip=0 table="bonnier_v0_00_cruciferes_texte" > bonnier_v0_00_cruciferes_texte.sql
perl xls2sql.pl file="007-Capparidées-Plante.xls" skip=0 table="bonnier_v0_00_capparidees_plante" > bonnier_v0_00_capparidees_plante.sql
perl xls2sql.pl file="007-Capparidées-Texte.xls" skip=0 table="bonnier_v0_00_capparidees_texte" > bonnier_v0_00_capparidees_texte.sql
perl xls2sql.pl file="008-Cistinées-Plante.xls" skip=0 table="bonnier_v0_00_cistinees_plante" > bonnier_v0_00_cistinees_plante.sql
perl xls2sql.pl file="008-Cistinées-Texte.xls" skip=0 table="bonnier_v0_00_cistinees_texte" > bonnier_v0_00_cistinees_texte.sql
perl xls2sql.pl file="009-Violariées-Plante.xls" skip=0 table="bonnier_v0_00_violariees_plante" > bonnier_v0_00_violariees_plante.sql
perl xls2sql.pl file="009-Violariées-Texte.xls" skip=0 table="bonnier_v0_00_violariees_texte" > bonnier_v0_00_violariees_texte.sql
perl xls2sql.pl file="010-Résédacées-Plante.xls" skip=0 table="bonnier_v0_00_résedacees_plante" > bonnier_v0_00_résedacees_plante.sql
perl xls2sql.pl file="010-Résédacées-Texte.xls" skip=0 table="bonnier_v0_00_résedacees_texte" > bonnier_v0_00_résedacees_texte.sql
perl xls2sql.pl file="011-Droséracées-Plante.xls" skip=0 table="bonnier_v0_00_droseracees_plante" > bonnier_v0_00_droseracees_plante.sql
perl xls2sql.pl file="011-Droséracées-Texte.xls" skip=0 table="bonnier_v0_00_droseracees_texte" > bonnier_v0_00_droseracees_texte.sql
perl xls2sql.pl file="012-Polygalées-Plante.xls" skip=0 table="bonnier_v0_00_polygalees_plante" > bonnier_v0_00_polygalees_plante.sql
perl xls2sql.pl file="012-Polygalées-Texte.xls" skip=0 table="bonnier_v0_00_polygalees_texte" > bonnier_v0_00_polygalees_texte.sql
perl xls2sql.pl file="013-Frankéniacées-Plante.xls" skip=0 table="bonnier_v0_00_frankeniacees_plante" > bonnier_v0_00_frankeniacees_plante.sql
perl xls2sql.pl file="013-Frankéniacées-Texte.xls" skip=0 table="bonnier_v0_00_frankeniacees_texte" > bonnier_v0_00_frankeniacees_texte.sql
perl xls2sql.pl file="014-Caryophyllées-Plante.xls" skip=0 table="bonnier_v0_00_caryophyllees_plante" > bonnier_v0_00_caryophyllees_plante.sql
perl xls2sql.pl file="014-Caryophyllées-Texte.xls" skip=0 table="bonnier_v0_00_caryophyllees_texte" > bonnier_v0_00_caryophyllees_texte.sql
perl xls2sql.pl file="015-Elatinées-Plante.xls" skip=0 table="bonnier_v0_00_elatinees_plante" > bonnier_v0_00_elatinees_plante.sql
perl xls2sql.pl file="015-Elatinées-Texte.xls" skip=0 table="bonnier_v0_00_elatinees_texte" > bonnier_v0_00_elatinees_texte.sql
perl xls2sql.pl file="016-Linées-Plante.xls" skip=0 table="bonnier_v0_00_linees_plante" > bonnier_v0_00_linees_plante.sql
perl xls2sql.pl file="016-Linées-Texte.xls" skip=0 table="bonnier_v0_00_linees_texte" > bonnier_v0_00_linees_texte.sql
perl xls2sql.pl file="017-Tiliacées-Plante.xls" skip=0 table="bonnier_v0_00_tiliacees_plante" > bonnier_v0_00_tiliacees_plante.sql
perl xls2sql.pl file="017-Tiliacées-Texte.xls" skip=0 table="bonnier_v0_00_tiliacees_texte" > bonnier_v0_00_tiliacees_texte.sql
perl xls2sql.pl file="018-Malvacées-Plante.xls" skip=0 table="bonnier_v0_00_malvacees_plante" > bonnier_v0_00_malvacees_plante.sql
perl xls2sql.pl file="018-Malvacées-Texte.xls" skip=0 table="bonnier_v0_00_malvacees_texte" > bonnier_v0_00_malvacees_texte.sql
perl xls2sql.pl file="019-Géraniées-Plante.xls" skip=0 table="bonnier_v0_00_geraniees_plante" > bonnier_v0_00_geraniees_plante.sql
perl xls2sql.pl file="019-Géraniées-Texte.xls" skip=0 table="bonnier_v0_00_geraniees_texte" > bonnier_v0_00_geraniees_texte.sql
perl xls2sql.pl file="020-Hypéricinées-Plante.xls" skip=0 table="bonnier_v0_00_hypericinees_plante" > bonnier_v0_00_hypericinees_plante.sql
perl xls2sql.pl file="020-Hypéricinées-Texte.xls" skip=0 table="bonnier_v0_00_hypericinees_texte" > bonnier_v0_00_hypericinees_texte.sql
perl xls2sql.pl file="021-Acérinées-Plante.xls" skip=0 table="bonnier_v0_00_acerinees_plante" > bonnier_v0_00_acerinees_plante.sql
perl xls2sql.pl file="021-Acérinées-Texte.xls" skip=0 table="bonnier_v0_00_acerinees_texte" > bonnier_v0_00_acerinees_texte.sql
perl xls2sql.pl file="022-Ampélidées-Plante.xls" skip=0 table="bonnier_v0_00_ampelidees_plante" > bonnier_v0_00_ampelidees_plante.sql
perl xls2sql.pl file="022-Ampélidées-Texte.xls" skip=0 table="bonnier_v0_00_ampelidees_texte" > bonnier_v0_00_ampelidees_texte.sql
perl xls2sql.pl file="023-Hippocastanées-Plante.xls" skip=0 table="bonnier_v0_00_hippocastanees_plante" > bonnier_v0_00_hippocastanees_plante.sql
perl xls2sql.pl file="023-Hippocastanées-Texte.xls" skip=0 table="bonnier_v0_00_hippocastanees_texte" > bonnier_v0_00_hippocastanees_texte.sql
perl xls2sql.pl file="024-Méliacées-Plante.xls" skip=0 table="bonnier_v0_00_meliacees_plante" > bonnier_v0_00_meliacees_plante.sql
perl xls2sql.pl file="024-Méliacées-Texte.xls" skip=0 table="bonnier_v0_00_meliacees_texte" > bonnier_v0_00_meliacees_texte.sql
perl xls2sql.pl file="025-Balsaminées-Plante.xls" skip=0 table="bonnier_v0_00_balsaminees_plante" > bonnier_v0_00_balsaminees_plante.sql
perl xls2sql.pl file="025-Balsaminées-Texte.xls" skip=0 table="bonnier_v0_00_balsaminees_texte" > bonnier_v0_00_balsaminees_texte.sql
perl xls2sql.pl file="026-Oxalidées-Plante.xls" skip=0 table="bonnier_v0_00_oxalidees_plante" > bonnier_v0_00_oxalidees_plante.sql
perl xls2sql.pl file="026-Oxalidées-Texte.xls" skip=0 table="bonnier_v0_00_oxalidees_texte" > bonnier_v0_00_oxalidees_texte.sql
perl xls2sql.pl file="027-Zygophyllées-Plante.xls" skip=0 table="bonnier_v0_00_zygophyllees_plante" > bonnier_v0_00_zygophyllees_plante.sql
perl xls2sql.pl file="027-Zygophyllées-Texte.xls" skip=0 table="bonnier_v0_00_zygophyllees_texte" > bonnier_v0_00_zygophyllees_texte.sql
perl xls2sql.pl file="028-Hespéridées-Plante.xls" skip=0 table="bonnier_v0_00_hesperidees_plante" > bonnier_v0_00_hesperidees_plante.sql
perl xls2sql.pl file="028-Hespéridées-Texte.xls" skip=0 table="bonnier_v0_00_hesperidees_texte" > bonnier_v0_00_hesperidees_texte.sql
perl xls2sql.pl file="029-Rutacées-Plante.xls" skip=0 table="bonnier_v0_00_rutacees_plante" > bonnier_v0_00_rutacees_plante.sql
perl xls2sql.pl file="029-Rutacées-Texte.xls" skip=0 table="bonnier_v0_00_rutacees_texte" > bonnier_v0_00_rutacees_texte.sql
perl xls2sql.pl file="030-Coriariées-Plante.xls" skip=0 table="bonnier_v0_00_coriariees_plante" > bonnier_v0_00_coriariees_plante.sql
perl xls2sql.pl file="030-Coriariées-Texte.xls" skip=0 table="bonnier_v0_00_coriariees_texte" > bonnier_v0_00_coriariees_texte.sql
perl xls2sql.pl file="031-Celastrinées-Plante.xls" skip=0 table="bonnier_v0_00_celastrinees_plante" > bonnier_v0_00_celastrinees_plante.sql
perl xls2sql.pl file="031-Celastrinées-Texte.xls" skip=0 table="bonnier_v0_00_celastrinees_texte" > bonnier_v0_00_celastrinees_texte.sql
perl xls2sql.pl file="032-Staphyléacées-Plante.xls" skip=0 table="bonnier_v0_00_staphyleacees_plante" > bonnier_v0_00_staphyleacees_plante.sql
perl xls2sql.pl file="032-Staphyléacées-Texte.xls" skip=0 table="bonnier_v0_00_staphyleacees_texte" > bonnier_v0_00_staphyleacees_texte.sql
perl xls2sql.pl file="033-Ilicinées-Plante.xls" skip=0 table="bonnier_v0_00_ilicinees_plante" > bonnier_v0_00_ilicinees_plante.sql
perl xls2sql.pl file="033-Ilicinées-Texte.xls" skip=0 table="bonnier_v0_00_ilicinees_texte" > bonnier_v0_00_ilicinees_texte.sql
perl xls2sql.pl file="034-Rhamnées-Plante.xls" skip=0 table="bonnier_v0_00_rhamnees_plante" > bonnier_v0_00_rhamnees_plante.sql
perl xls2sql.pl file="034-Rhamnées-Texte.xls" skip=0 table="bonnier_v0_00_rhamnees_texte" > bonnier_v0_00_rhamnees_texte.sql
perl xls2sql.pl file="035-Térébinthacées-Plante.xls" skip=0 table="bonnier_v0_00_térebinthacees_plante" > bonnier_v0_00_térebinthacees_plante.sql
perl xls2sql.pl file="035-Térébinthacées-Texte.xls" skip=0 table="bonnier_v0_00_térebinthacees_texte" > bonnier_v0_00_térebinthacees_texte.sql
perl xls2sql.pl file="036-Papilionacées-Plante.xls" skip=0 table="bonnier_v0_00_papilionacees_plante" > bonnier_v0_00_papilionacees_plante.sql
perl xls2sql.pl file="036-Papilionacées-Texte.xls" skip=0 table="bonnier_v0_00_papilionacees_texte" > bonnier_v0_00_papilionacees_texte.sql
perl xls2sql.pl file="037-Césalpiniées-Plante.xls" skip=0 table="bonnier_v0_00_cesalpiniees_plante" > bonnier_v0_00_cesalpiniees_plante.sql
perl xls2sql.pl file="037-Césalpiniées-Texte.xls" skip=0 table="bonnier_v0_00_cesalpiniees_texte" > bonnier_v0_00_cesalpiniees_texte.sql
perl xls2sql.pl file="038-Rosacées-Plante.xls" skip=0 table="bonnier_v0_00_rosacees_plante" > bonnier_v0_00_rosacees_plante.sql
perl xls2sql.pl file="038-Rosacées-Texte.xls" skip=0 table="bonnier_v0_00_rosacees_texte" > bonnier_v0_00_rosacees_texte.sql
perl xls2sql.pl file="039-Granatées-Plante.xls" skip=0 table="bonnier_v0_00_granatees_plante" > bonnier_v0_00_granatees_plante.sql
perl xls2sql.pl file="039-Granatées-Texte.xls" skip=0 table="bonnier_v0_00_granatees_texte" > bonnier_v0_00_granatees_texte.sql
perl xls2sql.pl file="040-Onagrariées-Plante.xls" skip=0 table="bonnier_v0_00_onagrariees_plante" > bonnier_v0_00_onagrariees_plante.sql
perl xls2sql.pl file="040-Onagrariées-Texte.xls" skip=0 table="bonnier_v0_00_onagrariees_texte" > bonnier_v0_00_onagrariees_texte.sql
perl xls2sql.pl file="041-Myriophyllées-Plante.xls" skip=0 table="bonnier_v0_00_myriophyllees_plante" > bonnier_v0_00_myriophyllees_plante.sql
perl xls2sql.pl file="041-Myriophyllées-Texte.xls" skip=0 table="bonnier_v0_00_myriophyllees_texte" > bonnier_v0_00_myriophyllees_texte.sql
perl xls2sql.pl file="042-Hippuridées-Plante.xls" skip=0 table="bonnier_v0_00_hippuridees_plante" > bonnier_v0_00_hippuridees_plante.sql
perl xls2sql.pl file="042-Hippuridées-Texte.xls" skip=0 table="bonnier_v0_00_hippuridees_texte" > bonnier_v0_00_hippuridees_texte.sql
perl xls2sql.pl file="043-Callitrichinées-Plante.xls" skip=0 table="bonnier_v0_00_callitrichinees_plante" > bonnier_v0_00_callitrichinees_plante.sql
perl xls2sql.pl file="043-Callitrichinées-Texte.xls" skip=0 table="bonnier_v0_00_callitrichinees_texte" > bonnier_v0_00_callitrichinees_texte.sql
perl xls2sql.pl file="044-Ceratophyllées-Plante.xls" skip=0 table="bonnier_v0_00_ceratophyllees_plante" > bonnier_v0_00_ceratophyllees_plante.sql
perl xls2sql.pl file="044-Ceratophyllées-Texte.xls" skip=0 table="bonnier_v0_00_ceratophyllees_texte" > bonnier_v0_00_ceratophyllees_texte.sql
perl xls2sql.pl file="045-Lythrariées-Plante.xls" skip=0 table="bonnier_v0_00_lythrariees_plante" > bonnier_v0_00_lythrariees_plante.sql
perl xls2sql.pl file="045-Lythrariées-Texte.xls" skip=0 table="bonnier_v0_00_lythrariees_texte" > bonnier_v0_00_lythrariees_texte.sql
perl xls2sql.pl file="046-Philadelphées-Plante.xls" skip=0 table="bonnier_v0_00_philadelphees_plante" > bonnier_v0_00_philadelphees_plante.sql
perl xls2sql.pl file="046-Philadelphées-Texte.xls" skip=0 table="bonnier_v0_00_philadelphees_texte" > bonnier_v0_00_philadelphees_texte.sql
perl xls2sql.pl file="047-Tamariscinées-Plante.xls" skip=0 table="bonnier_v0_00_tamariscinees_plante" > bonnier_v0_00_tamariscinees_plante.sql
perl xls2sql.pl file="047-Tamariscinées-Texte.xls" skip=0 table="bonnier_v0_00_tamariscinees_texte" > bonnier_v0_00_tamariscinees_texte.sql
perl xls2sql.pl file="048-Myrtacées-Plante.xls" skip=0 table="bonnier_v0_00_myrtacees_plante" > bonnier_v0_00_myrtacees_plante.sql
perl xls2sql.pl file="048-Myrtacées-Texte.xls" skip=0 table="bonnier_v0_00_myrtacees_texte" > bonnier_v0_00_myrtacees_texte.sql
perl xls2sql.pl file="049-Cucurbitacées-Plante.xls" skip=0 table="bonnier_v0_00_cucurbitacees_plante" > bonnier_v0_00_cucurbitacees_plante.sql
perl xls2sql.pl file="049-Cucurbitacées-Texte.xls" skip=0 table="bonnier_v0_00_cucurbitacees_texte" > bonnier_v0_00_cucurbitacees_texte.sql
perl xls2sql.pl file="050-Portulacées-Plante.xls" skip=0 table="bonnier_v0_00_portulacees_plante" > bonnier_v0_00_portulacees_plante.sql
perl xls2sql.pl file="050-Portulacées-Texte.xls" skip=0 table="bonnier_v0_00_portulacees_texte" > bonnier_v0_00_portulacees_texte.sql
perl xls2sql.pl file="051-Paronychiées-Plante.xls" skip=0 table="bonnier_v0_00_paronychiees_plante" > bonnier_v0_00_paronychiees_plante.sql
perl xls2sql.pl file="051-Paronychiées-Texte.xls" skip=0 table="bonnier_v0_00_paronychiees_texte" > bonnier_v0_00_paronychiees_texte.sql
perl xls2sql.pl file="052-Crassulacées-Plante.xls" skip=0 table="bonnier_v0_00_crassulacees_plante" > bonnier_v0_00_crassulacees_plante.sql
perl xls2sql.pl file="052-Crassulacées-Texte.xls" skip=0 table="bonnier_v0_00_crassulacees_texte" > bonnier_v0_00_crassulacees_texte.sql
perl xls2sql.pl file="053-Cactées-Plante.xls" skip=0 table="bonnier_v0_00_cactees_plante" > bonnier_v0_00_cactees_plante.sql
perl xls2sql.pl file="053-Cactées-Texte.xls" skip=0 table="bonnier_v0_00_cactees_texte" > bonnier_v0_00_cactees_texte.sql
perl xls2sql.pl file="054-Ficoïdées-Plante.xls" skip=0 table="bonnier_v0_00_ficoïdees_plante" > bonnier_v0_00_ficoïdees_plante.sql
perl xls2sql.pl file="054-Ficoïdées-Texte.xls" skip=0 table="bonnier_v0_00_ficoïdees_texte" > bonnier_v0_00_ficoïdees_texte.sql
perl xls2sql.pl file="055-Grossulariées-Plante.xls" skip=0 table="bonnier_v0_00_grossulariees_plante" > bonnier_v0_00_grossulariees_plante.sql
perl xls2sql.pl file="055-Grossulariées-Texte.xls" skip=0 table="bonnier_v0_00_grossulariees_texte" > bonnier_v0_00_grossulariees_texte.sql
perl xls2sql.pl file="056-Saxifragées-Plante.xls" skip=0 table="bonnier_v0_00_saxifragees_plante" > bonnier_v0_00_saxifragees_plante.sql
perl xls2sql.pl file="056-Saxifragées-Texte.xls" skip=0 table="bonnier_v0_00_saxifragees_texte" > bonnier_v0_00_saxifragees_texte.sql
perl xls2sql.pl file="057-Ombelliféres-Plante.xls" skip=0 table="bonnier_v0_00_ombelliferes_plante" > bonnier_v0_00_ombelliferes_plante.sql
perl xls2sql.pl file="057-Ombelliféres-Texte.xls" skip=0 table="bonnier_v0_00_ombelliferes_texte" > bonnier_v0_00_ombelliferes_texte.sql
perl xls2sql.pl file="058-Araliacées-Plante.xls" skip=0 table="bonnier_v0_00_araliacees_plante" > bonnier_v0_00_araliacees_plante.sql
perl xls2sql.pl file="058-Araliacées-Texte.xls" skip=0 table="bonnier_v0_00_araliacees_texte" > bonnier_v0_00_araliacees_texte.sql
perl xls2sql.pl file="059-Cornées-Plante.xls" skip=0 table="bonnier_v0_00_cornees_plante" > bonnier_v0_00_cornees_plante.sql
perl xls2sql.pl file="059-Cornées-Texte.xls" skip=0 table="bonnier_v0_00_cornees_texte" > bonnier_v0_00_cornees_texte.sql
perl xls2sql.pl file="060-Loranthacées-Plante.xls" skip=0 table="bonnier_v0_00_loranthacees_plante" > bonnier_v0_00_loranthacees_plante.sql
perl xls2sql.pl file="060-Loranthacées-Texte.xls" skip=0 table="bonnier_v0_00_loranthacees_texte" > bonnier_v0_00_loranthacees_texte.sql
perl xls2sql.pl file="061-Caprifoliacées-Plante.xls" skip=0 table="bonnier_v0_00_caprifoliacees_plante" > bonnier_v0_00_caprifoliacees_plante.sql
perl xls2sql.pl file="061-Caprifoliacées-Texte.xls" skip=0 table="bonnier_v0_00_caprifoliacees_texte" > bonnier_v0_00_caprifoliacees_texte.sql
perl xls2sql.pl file="062-Rubiacées-Plante.xls" skip=0 table="bonnier_v0_00_rubiacees_plante" > bonnier_v0_00_rubiacees_plante.sql
perl xls2sql.pl file="062-Rubiacées-Texte.xls" skip=0 table="bonnier_v0_00_rubiacees_texte" > bonnier_v0_00_rubiacees_texte.sql
perl xls2sql.pl file="063-Valérianées-Plante.xls" skip=0 table="bonnier_v0_00_valerianees_plante" > bonnier_v0_00_valerianees_plante.sql
perl xls2sql.pl file="063-Valérianées-Texte.xls" skip=0 table="bonnier_v0_00_valerianees_texte" > bonnier_v0_00_valerianees_texte.sql
perl xls2sql.pl file="064-Dipsacées-Plante.xls" skip=0 table="bonnier_v0_00_dipsacees_plante" > bonnier_v0_00_dipsacees_plante.sql
perl xls2sql.pl file="064-Dipsacées-Texte.xls" skip=0 table="bonnier_v0_00_dipsacees_texte" > bonnier_v0_00_dipsacees_texte.sql
perl xls2sql.pl file="065-Composées-Plante.xls" skip=0 table="bonnier_v0_00_composees_plante" > bonnier_v0_00_composees_plante.sql
perl xls2sql.pl file="065-Composées-Texte.xls" skip=0 table="bonnier_v0_00_composees_texte" > bonnier_v0_00_composees_texte.sql
perl xls2sql.pl file="066-Ambrosiacées-Plante.xls" skip=0 table="bonnier_v0_00_ambrosiacees_plante" > bonnier_v0_00_ambrosiacees_plante.sql
perl xls2sql.pl file="066-Ambrosiacées-Texte.xls" skip=0 table="bonnier_v0_00_ambrosiacees_texte" > bonnier_v0_00_ambrosiacees_texte.sql
perl xls2sql.pl file="067-Lobéliacées-Plante.xls" skip=0 table="bonnier_v0_00_lobeliacees_plante" > bonnier_v0_00_lobeliacees_plante.sql
perl xls2sql.pl file="067-Lobéliacées-Texte.xls" skip=0 table="bonnier_v0_00_lobeliacees_texte" > bonnier_v0_00_lobeliacees_texte.sql
perl xls2sql.pl file="068-Campanulacées-Plante.xls" skip=0 table="bonnier_v0_00_campanulacees_plante" > bonnier_v0_00_campanulacees_plante.sql
perl xls2sql.pl file="068-Campanulacées-Texte.xls" skip=0 table="bonnier_v0_00_campanulacees_texte" > bonnier_v0_00_campanulacees_texte.sql
perl xls2sql.pl file="069-Vacciniées-Plante.xls" skip=0 table="bonnier_v0_00_vacciniees_plante" > bonnier_v0_00_vacciniees_plante.sql
perl xls2sql.pl file="069-Vacciniées-Texte.xls" skip=0 table="bonnier_v0_00_vacciniees_texte" > bonnier_v0_00_vacciniees_texte.sql
perl xls2sql.pl file="070-Ericinées-Plante.xls" skip=0 table="bonnier_v0_00_ericinees_plante" > bonnier_v0_00_ericinees_plante.sql
perl xls2sql.pl file="070-Ericinées-Texte.xls" skip=0 table="bonnier_v0_00_ericinees_texte" > bonnier_v0_00_ericinees_texte.sql
perl xls2sql.pl file="071-Pyrolacées-Plante.xls" skip=0 table="bonnier_v0_00_pyrolacees_plante" > bonnier_v0_00_pyrolacees_plante.sql
perl xls2sql.pl file="071-Pyrolacées-Texte.xls" skip=0 table="bonnier_v0_00_pyrolacees_texte" > bonnier_v0_00_pyrolacees_texte.sql
perl xls2sql.pl file="072-Monotropées-Plante.xls" skip=0 table="bonnier_v0_00_monotropees_plante" > bonnier_v0_00_monotropees_plante.sql
perl xls2sql.pl file="072-Monotropées-Texte.xls" skip=0 table="bonnier_v0_00_monotropees_texte" > bonnier_v0_00_monotropees_texte.sql
perl xls2sql.pl file="073-Lentibulariées-Plante.xls" skip=0 table="bonnier_v0_00_lentibulariees_plante" > bonnier_v0_00_lentibulariees_plante.sql
perl xls2sql.pl file="073-Lentibulariées-Texte.xls" skip=0 table="bonnier_v0_00_lentibulariees_texte" > bonnier_v0_00_lentibulariees_texte.sql
perl xls2sql.pl file="074-Primulacées-Plante.xls" skip=0 table="bonnier_v0_00_primulacees_plante" > bonnier_v0_00_primulacees_plante.sql
perl xls2sql.pl file="074-Primulacées-Texte.xls" skip=0 table="bonnier_v0_00_primulacees_texte" > bonnier_v0_00_primulacees_texte.sql
perl xls2sql.pl file="075-Ebénacées-Plante.xls" skip=0 table="bonnier_v0_00_ebenacees_plante" > bonnier_v0_00_ebenacees_plante.sql
perl xls2sql.pl file="075-Ebénacées-Texte.xls" skip=0 table="bonnier_v0_00_ebenacees_texte" > bonnier_v0_00_ebenacees_texte.sql
perl xls2sql.pl file="076-Styracées-Plante.xls" skip=0 table="bonnier_v0_00_styracees_plante" > bonnier_v0_00_styracees_plante.sql
perl xls2sql.pl file="076-Styracées-Texte.xls" skip=0 table="bonnier_v0_00_styracees_texte" > bonnier_v0_00_styracees_texte.sql
perl xls2sql.pl file="077-Oléinées-Plante.xls" skip=0 table="bonnier_v0_00_oleinees_plante" > bonnier_v0_00_oleinees_plante.sql
perl xls2sql.pl file="077-Oléinées-Texte.xls" skip=0 table="bonnier_v0_00_oleinees_texte" > bonnier_v0_00_oleinees_texte.sql
perl xls2sql.pl file="078-Jasminées-Plante.xls" skip=0 table="bonnier_v0_00_jasminees_plante" > bonnier_v0_00_jasminees_plante.sql
perl xls2sql.pl file="078-Jasminées-Texte.xls" skip=0 table="bonnier_v0_00_jasminees_texte" > bonnier_v0_00_jasminees_texte.sql
perl xls2sql.pl file="079-Apocynées-Plante.xls" skip=0 table="bonnier_v0_00_apocynees_plante" > bonnier_v0_00_apocynees_plante.sql
perl xls2sql.pl file="079-Apocynées-Texte.xls" skip=0 table="bonnier_v0_00_apocynees_texte" > bonnier_v0_00_apocynees_texte.sql
perl xls2sql.pl file="080-Asclépiadées-Plante.xls" skip=0 table="bonnier_v0_00_asclepiadees_plante" > bonnier_v0_00_asclepiadees_plante.sql
perl xls2sql.pl file="080-Asclépiadées-Texte.xls" skip=0 table="bonnier_v0_00_asclepiadees_texte" > bonnier_v0_00_asclepiadees_texte.sql
perl xls2sql.pl file="081-Gentianées-Plante.xls" skip=0 table="bonnier_v0_00_gentianees_plante" > bonnier_v0_00_gentianees_plante.sql
perl xls2sql.pl file="081-Gentianées-Texte.xls" skip=0 table="bonnier_v0_00_gentianees_texte" > bonnier_v0_00_gentianees_texte.sql
perl xls2sql.pl file="082-Polémoniacées-Plante.xls" skip=0 table="bonnier_v0_00_polemoniacees_plante" > bonnier_v0_00_polemoniacees_plante.sql
perl xls2sql.pl file="082-Polémoniacées-Texte.xls" skip=0 table="bonnier_v0_00_polemoniacees_texte" > bonnier_v0_00_polemoniacees_texte.sql
perl xls2sql.pl file="083-Convolvulacées-Plante.xls" skip=0 table="bonnier_v0_00_convolvulacees_plante" > bonnier_v0_00_convolvulacees_plante.sql
perl xls2sql.pl file="083-Convolvulacées-Texte.xls" skip=0 table="bonnier_v0_00_convolvulacees_texte" > bonnier_v0_00_convolvulacees_texte.sql
perl xls2sql.pl file="084-Cuscutacées-Plante.xls" skip=0 table="bonnier_v0_00_cuscutacees_plante" > bonnier_v0_00_cuscutacees_plante.sql
perl xls2sql.pl file="084-Cuscutacées-Texte.xls" skip=0 table="bonnier_v0_00_cuscutacees_texte" > bonnier_v0_00_cuscutacees_texte.sql
perl xls2sql.pl file="085-Ramondiacées-Plante.xls" skip=0 table="bonnier_v0_00_ramondiacees_plante" > bonnier_v0_00_ramondiacees_plante.sql
perl xls2sql.pl file="085-Ramondiacées-Texte.xls" skip=0 table="bonnier_v0_00_ramondiacees_texte" > bonnier_v0_00_ramondiacees_texte.sql
perl xls2sql.pl file="086-Borraginées-Plante.xls" skip=0 table="bonnier_v0_00_borraginees_plante" > bonnier_v0_00_borraginees_plante.sql
perl xls2sql.pl file="086-Borraginées-Texte.xls" skip=0 table="bonnier_v0_00_borraginees_texte" > bonnier_v0_00_borraginees_texte.sql
perl xls2sql.pl file="087-Solanées-Plante.xls" skip=0 table="bonnier_v0_00_solanees_plante" > bonnier_v0_00_solanees_plante.sql
perl xls2sql.pl file="087-Solanées-Texte.xls" skip=0 table="bonnier_v0_00_solanees_texte" > bonnier_v0_00_solanees_texte.sql
perl xls2sql.pl file="088-Verbascées-Plante.xls" skip=0 table="bonnier_v0_00_verbascees_plante" > bonnier_v0_00_verbascees_plante.sql
perl xls2sql.pl file="088-Verbascées-Texte.xls" skip=0 table="bonnier_v0_00_verbascees_texte" > bonnier_v0_00_verbascees_texte.sql
perl xls2sql.pl file="089-Scrofularinées-Plante.xls" skip=0 table="bonnier_v0_00_scrofularinees_plante" > bonnier_v0_00_scrofularinees_plante.sql
perl xls2sql.pl file="089-Scrofularinées-Texte.xls" skip=0 table="bonnier_v0_00_scrofularinees_texte" > bonnier_v0_00_scrofularinees_texte.sql
perl xls2sql.pl file="090-Orobanchées-Plante.xls" skip=0 table="bonnier_v0_00_orobanchees_plante" > bonnier_v0_00_orobanchees_plante.sql
perl xls2sql.pl file="090-Orobanchées-Texte.xls" skip=0 table="bonnier_v0_00_orobanchees_texte" > bonnier_v0_00_orobanchees_texte.sql
perl xls2sql.pl file="091-Labiées-Plante.xls" skip=0 table="bonnier_v0_00_labiees_plante" > bonnier_v0_00_labiees_plante.sql
perl xls2sql.pl file="091-Labiées-Texte.xls" skip=0 table="bonnier_v0_00_labiees_texte" > bonnier_v0_00_labiees_texte.sql
perl xls2sql.pl file="092-Acanthacées-Plante.xls" skip=0 table="bonnier_v0_00_acanthacees_plante" > bonnier_v0_00_acanthacees_plante.sql
perl xls2sql.pl file="092-Acanthacées-Texte.xls" skip=0 table="bonnier_v0_00_acanthacees_texte" > bonnier_v0_00_acanthacees_texte.sql
perl xls2sql.pl file="093-Verbénacées-Plante.xls" skip=0 table="bonnier_v0_00_verbenacees_plante" > bonnier_v0_00_verbenacees_plante.sql
perl xls2sql.pl file="093-Verbénacées-Texte.xls" skip=0 table="bonnier_v0_00_verbenacees_texte" > bonnier_v0_00_verbenacees_texte.sql
perl xls2sql.pl file="094-Plantaginées-Plante.xls" skip=0 table="bonnier_v0_00_plantaginees_plante" > bonnier_v0_00_plantaginees_plante.sql
perl xls2sql.pl file="094-Plantaginées-Texte.xls" skip=0 table="bonnier_v0_00_plantaginees_texte" > bonnier_v0_00_plantaginees_texte.sql
perl xls2sql.pl file="095-Plombaginées-Plante.xls" skip=0 table="bonnier_v0_00_plombaginees_plante" > bonnier_v0_00_plombaginees_plante.sql
perl xls2sql.pl file="095-Plombaginées-Texte.xls" skip=0 table="bonnier_v0_00_plombaginees_texte" > bonnier_v0_00_plombaginees_texte.sql
perl xls2sql.pl file="096-Globulariées-Plante.xls" skip=0 table="bonnier_v0_00_globulariees_plante" > bonnier_v0_00_globulariees_plante.sql
perl xls2sql.pl file="096-Globulariées-Texte.xls" skip=0 table="bonnier_v0_00_globulariees_texte" > bonnier_v0_00_globulariees_texte.sql
perl xls2sql.pl file="097-Phytolaccées-Plante.xls" skip=0 table="bonnier_v0_00_phytolaccees_plante" > bonnier_v0_00_phytolaccees_plante.sql
perl xls2sql.pl file="097-Phytolaccées-Texte.xls" skip=0 table="bonnier_v0_00_phytolaccees_texte" > bonnier_v0_00_phytolaccees_texte.sql
perl xls2sql.pl file="098-Amarantacées-Plante.xls" skip=0 table="bonnier_v0_00_amarantacees_plante" > bonnier_v0_00_amarantacees_plante.sql
perl xls2sql.pl file="098-Amarantacées-Texte.xls" skip=0 table="bonnier_v0_00_amarantacees_texte" > bonnier_v0_00_amarantacees_texte.sql
perl xls2sql.pl file="099-Salsolacées-Plante.xls" skip=0 table="bonnier_v0_00_salsolacees_plante" > bonnier_v0_00_salsolacees_plante.sql
perl xls2sql.pl file="099-Salsolacées-Texte.xls" skip=0 table="bonnier_v0_00_salsolacees_texte" > bonnier_v0_00_salsolacees_texte.sql
perl xls2sql.pl file="100-Polygonées-Plante.xls" skip=0 table="bonnier_v0_00_polygonees_plante" > bonnier_v0_00_polygonees_plante.sql
perl xls2sql.pl file="100-Polygonées-Texte.xls" skip=0 table="bonnier_v0_00_polygonees_texte" > bonnier_v0_00_polygonees_texte.sql
perl xls2sql.pl file="101-Daphnoidées-Plante.xls" skip=0 table="bonnier_v0_00_daphnoidees_plante" > bonnier_v0_00_daphnoidees_plante.sql
perl xls2sql.pl file="101-Daphnoidées-Texte.xls" skip=0 table="bonnier_v0_00_daphnoidees_texte" > bonnier_v0_00_daphnoidees_texte.sql
perl xls2sql.pl file="102-Laurinées-Plante.xls" skip=0 table="bonnier_v0_00_laurinees_plante" > bonnier_v0_00_laurinees_plante.sql
perl xls2sql.pl file="102-Laurinées-Texte.xls" skip=0 table="bonnier_v0_00_laurinees_texte" > bonnier_v0_00_laurinees_texte.sql
perl xls2sql.pl file="103-Santalacées-Plante.xls" skip=0 table="bonnier_v0_00_santalacees_plante" > bonnier_v0_00_santalacees_plante.sql
perl xls2sql.pl file="103-Santalacées-Texte.xls" skip=0 table="bonnier_v0_00_santalacees_texte" > bonnier_v0_00_santalacees_texte.sql
perl xls2sql.pl file="104-Eléagnées-Plante.xls" skip=0 table="bonnier_v0_00_eleagnees_plante" > bonnier_v0_00_eleagnees_plante.sql
perl xls2sql.pl file="104-Eléagnées-Texte.xls" skip=0 table="bonnier_v0_00_eleagnees_texte" > bonnier_v0_00_eleagnees_texte.sql
perl xls2sql.pl file="105-Cytinées-Plante.xls" skip=0 table="bonnier_v0_00_cytinees_plante" > bonnier_v0_00_cytinees_plante.sql
perl xls2sql.pl file="105-Cytinées-Texte.xls" skip=0 table="bonnier_v0_00_cytinees_texte" > bonnier_v0_00_cytinees_texte.sql
perl xls2sql.pl file="106-Aristolochiées-Plante.xls" skip=0 table="bonnier_v0_00_aristolochiees_plante" > bonnier_v0_00_aristolochiees_plante.sql
perl xls2sql.pl file="106-Aristolochiées-Texte.xls" skip=0 table="bonnier_v0_00_aristolochiees_texte" > bonnier_v0_00_aristolochiees_texte.sql
perl xls2sql.pl file="107-Empétrées-Plante.xls" skip=0 table="bonnier_v0_00_empetrees_plante" > bonnier_v0_00_empetrees_plante.sql
perl xls2sql.pl file="107-Empétrées-Texte.xls" skip=0 table="bonnier_v0_00_empetrees_texte" > bonnier_v0_00_empetrees_texte.sql
perl xls2sql.pl file="108-Euphorbiacées-Plante.xls" skip=0 table="bonnier_v0_00_euphorbiacees_plante" > bonnier_v0_00_euphorbiacees_plante.sql
perl xls2sql.pl file="108-Euphorbiacées-Texte.xls" skip=0 table="bonnier_v0_00_euphorbiacees_texte" > bonnier_v0_00_euphorbiacees_texte.sql
perl xls2sql.pl file="109-Morées-Plante.xls" skip=0 table="bonnier_v0_00_morees_plante" > bonnier_v0_00_morees_plante.sql
perl xls2sql.pl file="109-Morées-Texte.xls" skip=0 table="bonnier_v0_00_morees_texte" > bonnier_v0_00_morees_texte.sql
perl xls2sql.pl file="110-Ficacées-Plante.xls" skip=0 table="bonnier_v0_00_ficacees_plante" > bonnier_v0_00_ficacees_plante.sql
perl xls2sql.pl file="110-Ficacées-Texte.xls" skip=0 table="bonnier_v0_00_ficacees_texte" > bonnier_v0_00_ficacees_texte.sql
perl xls2sql.pl file="111-Celtidées-Plante.xls" skip=0 table="bonnier_v0_00_celtidees_plante" > bonnier_v0_00_celtidees_plante.sql
perl xls2sql.pl file="111-Celtidées-Texte.xls" skip=0 table="bonnier_v0_00_celtidees_texte" > bonnier_v0_00_celtidees_texte.sql
perl xls2sql.pl file="112-Ulmacées-Plante.xls" skip=0 table="bonnier_v0_00_ulmacees_plante" > bonnier_v0_00_ulmacees_plante.sql
perl xls2sql.pl file="112-Ulmacées-Texte.xls" skip=0 table="bonnier_v0_00_ulmacees_texte" > bonnier_v0_00_ulmacees_texte.sql
perl xls2sql.pl file="113-Urticées-Plante.xls" skip=0 table="bonnier_v0_00_urticees_plante" > bonnier_v0_00_urticees_plante.sql
perl xls2sql.pl file="113-Urticées-Texte.xls" skip=0 table="bonnier_v0_00_urticees_texte" > bonnier_v0_00_urticees_texte.sql
perl xls2sql.pl file="114-Cannabinées-Plante.xls" skip=0 table="bonnier_v0_00_cannabinees_plante" > bonnier_v0_00_cannabinees_plante.sql
perl xls2sql.pl file="114-Cannabinées-Texte.xls" skip=0 table="bonnier_v0_00_cannabinees_texte" > bonnier_v0_00_cannabinees_texte.sql
perl xls2sql.pl file="115-Juglandées-Plante.xls" skip=0 table="bonnier_v0_00_juglandees_plante" > bonnier_v0_00_juglandees_plante.sql
perl xls2sql.pl file="115-Juglandées-Texte.xls" skip=0 table="bonnier_v0_00_juglandees_texte" > bonnier_v0_00_juglandees_texte.sql
perl xls2sql.pl file="116-Cupulifères-Plante.xls" skip=0 table="bonnier_v0_00_cupuliferes_plante" > bonnier_v0_00_cupuliferes_plante.sql
perl xls2sql.pl file="116-Cupulifères-Texte.xls" skip=0 table="bonnier_v0_00_cupuliferes_texte" > bonnier_v0_00_cupuliferes_texte.sql
perl xls2sql.pl file="117-Salicinées-Plante.xls" skip=0 table="bonnier_v0_00_salicinees_plante" > bonnier_v0_00_salicinees_plante.sql
perl xls2sql.pl file="117-Salicinées-Texte.xls" skip=0 table="bonnier_v0_00_salicinees_texte" > bonnier_v0_00_salicinees_texte.sql
perl xls2sql.pl file="118-Platanées-Plante.xls" skip=0 table="bonnier_v0_00_platanees_plante" > bonnier_v0_00_platanees_plante.sql
perl xls2sql.pl file="118-Platanées-Texte.xls" skip=0 table="bonnier_v0_00_platanees_texte" > bonnier_v0_00_platanees_texte.sql
perl xls2sql.pl file="119-Bétulinèes-Plante.xls" skip=0 table="bonnier_v0_00_betulinees_plante" > bonnier_v0_00_betulinees_plante.sql
perl xls2sql.pl file="119-Bétulinèes-Texte.xls" skip=0 table="bonnier_v0_00_betulinees_texte" > bonnier_v0_00_betulinees_texte.sql
perl xls2sql.pl file="120-Myricèes-Plante.xls" skip=0 table="bonnier_v0_00_myricees_plante" > bonnier_v0_00_myricees_plante.sql
perl xls2sql.pl file="120-Myricèes-Texte.xls" skip=0 table="bonnier_v0_00_myricees_texte" > bonnier_v0_00_myricees_texte.sql
perl xls2sql.pl file="121-Alismacées-Plante.xls" skip=0 table="bonnier_v0_00_alismacees_plante" > bonnier_v0_00_alismacees_plante.sql
perl xls2sql.pl file="121-Alismacées-Texte.xls" skip=0 table="bonnier_v0_00_alismacees_texte" > bonnier_v0_00_alismacees_texte.sql
perl xls2sql.pl file="122-Butomées-Plante.xls" skip=0 table="bonnier_v0_00_butomees_plante" > bonnier_v0_00_butomees_plante.sql
perl xls2sql.pl file="122-Butomées-Texte.xls" skip=0 table="bonnier_v0_00_butomees_texte" > bonnier_v0_00_butomees_texte.sql
perl xls2sql.pl file="123-Colchicacées-Plante.xls" skip=0 table="bonnier_v0_00_colchicacees_plante" > bonnier_v0_00_colchicacees_plante.sql
perl xls2sql.pl file="123-Colchicacées-Texte.xls" skip=0 table="bonnier_v0_00_colchicacees_texte" > bonnier_v0_00_colchicacees_texte.sql
perl xls2sql.pl file="124-Liliacées-Plante.xls" skip=0 table="bonnier_v0_00_liliacees_plante" > bonnier_v0_00_liliacees_plante.sql
perl xls2sql.pl file="124-Liliacées-Texte.xls" skip=0 table="bonnier_v0_00_liliacees_texte" > bonnier_v0_00_liliacees_texte.sql
perl xls2sql.pl file="125-Dioscorées-Plante.xls" skip=0 table="bonnier_v0_00_dioscorees_plante" > bonnier_v0_00_dioscorees_plante.sql
perl xls2sql.pl file="125-Dioscorées-Texte.xls" skip=0 table="bonnier_v0_00_dioscorees_texte" > bonnier_v0_00_dioscorees_texte.sql
perl xls2sql.pl file="126-Iridées-Plante.xls" skip=0 table="bonnier_v0_00_iridees_plante" > bonnier_v0_00_iridees_plante.sql
perl xls2sql.pl file="126-Iridées-Texte.xls" skip=0 table="bonnier_v0_00_iridees_texte" > bonnier_v0_00_iridees_texte.sql
perl xls2sql.pl file="127-Amaryllidées-Plante.xls" skip=0 table="bonnier_v0_00_amaryllidees_plante" > bonnier_v0_00_amaryllidees_plante.sql
perl xls2sql.pl file="127-Amaryllidées-Texte.xls" skip=0 table="bonnier_v0_00_amaryllidees_texte" > bonnier_v0_00_amaryllidees_texte.sql
perl xls2sql.pl file="128-Orchidées-Plante.xls" skip=0 table="bonnier_v0_00_orchidees_plante" > bonnier_v0_00_orchidees_plante.sql
perl xls2sql.pl file="128-Orchidées-Texte.xls" skip=0 table="bonnier_v0_00_orchidees_texte" > bonnier_v0_00_orchidees_texte.sql
perl xls2sql.pl file="129-Hydrocharidées-Plante.xls" skip=0 table="bonnier_v0_00_hydrocharidees_plante" > bonnier_v0_00_hydrocharidees_plante.sql
perl xls2sql.pl file="129-Hydrocharidées-Texte.xls" skip=0 table="bonnier_v0_00_hydrocharidees_texte" > bonnier_v0_00_hydrocharidees_texte.sql
perl xls2sql.pl file="130-Joncaginées-Plante.xls" skip=0 table="bonnier_v0_00_joncaginees_plante" > bonnier_v0_00_joncaginees_plante.sql
perl xls2sql.pl file="130-Joncaginées-Texte.xls" skip=0 table="bonnier_v0_00_joncaginees_texte" > bonnier_v0_00_joncaginees_texte.sql
perl xls2sql.pl file="131-Potamées-Plante.xls" skip=0 table="bonnier_v0_00_potamees_plante" > bonnier_v0_00_potamees_plante.sql
perl xls2sql.pl file="131-Potamées-Texte.xls" skip=0 table="bonnier_v0_00_potamees_texte" > bonnier_v0_00_potamees_texte.sql
perl xls2sql.pl file="132-Naiadees-Plante.xls" skip=0 table="bonnier_v0_00_naiadees_plante" > bonnier_v0_00_naiadees_plante.sql
perl xls2sql.pl file="132-Naiadees-Texte.xls" skip=0 table="bonnier_v0_00_naiadees_texte" > bonnier_v0_00_naiadees_texte.sql
perl xls2sql.pl file="133-Zosteracées-Plante.xls" skip=0 table="bonnier_v0_00_zosteracees_plante" > bonnier_v0_00_zosteracees_plante.sql
perl xls2sql.pl file="133-Zosteracées-Texte.xls" skip=0 table="bonnier_v0_00_zosteracees_texte" > bonnier_v0_00_zosteracees_texte.sql
perl xls2sql.pl file="134-Lemnacées-Plante.xls" skip=0 table="bonnier_v0_00_lemnacees_plante" > bonnier_v0_00_lemnacees_plante.sql
perl xls2sql.pl file="134-Lemnacées-Texte.xls" skip=0 table="bonnier_v0_00_lemnacees_texte" > bonnier_v0_00_lemnacees_texte.sql
perl xls2sql.pl file="135-Aroidées-Plante.xls" skip=0 table="bonnier_v0_00_aroidees_plante" > bonnier_v0_00_aroidees_plante.sql
perl xls2sql.pl file="135-Aroidées-Texte.xls" skip=0 table="bonnier_v0_00_aroidees_texte" > bonnier_v0_00_aroidees_texte.sql
perl xls2sql.pl file="136-Typhacées-Plante.xls" skip=0 table="bonnier_v0_00_typhacees_plante" > bonnier_v0_00_typhacees_plante.sql
perl xls2sql.pl file="136-Typhacées-Texte.xls" skip=0 table="bonnier_v0_00_typhacees_texte" > bonnier_v0_00_typhacees_texte.sql
perl xls2sql.pl file="137-Joncées-Plante.xls" skip=0 table="bonnier_v0_00_joncees_plante" > bonnier_v0_00_joncees_plante.sql
perl xls2sql.pl file="137-Joncées-Texte.xls" skip=0 table="bonnier_v0_00_joncees_texte" > bonnier_v0_00_joncees_texte.sql
perl xls2sql.pl file="138-Cyperacées-Plante.xls" skip=0 table="bonnier_v0_00_cyperacees_plante" > bonnier_v0_00_cyperacees_plante.sql
perl xls2sql.pl file="138-Cyperacées-Texte.xls" skip=0 table="bonnier_v0_00_cyperacees_texte" > bonnier_v0_00_cyperacees_texte.sql
perl xls2sql.pl file="139-Graminées-Plante.xls" skip=0 table="bonnier_v0_00_graminees_plante" > bonnier_v0_00_graminees_plante.sql
perl xls2sql.pl file="139-Graminées-Texte.xls" skip=0 table="bonnier_v0_00_graminees_texte" > bonnier_v0_00_graminees_texte.sql
perl xls2sql.pl file="140-Abietinées-Plante.xls" skip=0 table="bonnier_v0_00_abietinees_plante" > bonnier_v0_00_abietinees_plante.sql
perl xls2sql.pl file="140-Abietinées-Texte.xls" skip=0 table="bonnier_v0_00_abietinees_texte" > bonnier_v0_00_abietinees_texte.sql
perl xls2sql.pl file="141-Cupressinées-Plante.xls" skip=0 table="bonnier_v0_00_cupressinees_plante" > bonnier_v0_00_cupressinees_plante.sql
perl xls2sql.pl file="141-Cupressinées-Texte.xls" skip=0 table="bonnier_v0_00_cupressinees_texte" > bonnier_v0_00_cupressinees_texte.sql
perl xls2sql.pl file="142-Taxinées-Plante.xls" skip=0 table="bonnier_v0_00_taxinees_plante" > bonnier_v0_00_taxinees_plante.sql
perl xls2sql.pl file="142-Taxinées-Texte.xls" skip=0 table="bonnier_v0_00_taxinees_texte" > bonnier_v0_00_taxinees_texte.sql
perl xls2sql.pl file="143-Gnetacées-Plante.xls" skip=0 table="bonnier_v0_00_gnetacees_plante" > bonnier_v0_00_gnetacees_plante.sql
perl xls2sql.pl file="143-Gnetacées-Texte.xls" skip=0 table="bonnier_v0_00_gnetacees_texte" > bonnier_v0_00_gnetacees_texte.sql
perl xls2sql.pl file="144-Fougères-Plante.xls" skip=0 table="bonnier_v0_00_fougeres_plante" > bonnier_v0_00_fougeres_plante.sql
perl xls2sql.pl file="144-Fougères-Texte.xls" skip=0 table="bonnier_v0_00_fougeres_texte" > bonnier_v0_00_fougeres_texte.sql
perl xls2sql.pl file="145-Ophioglossées-Plante.xls" skip=0 table="bonnier_v0_00_ophioglossees_plante" > bonnier_v0_00_ophioglossees_plante.sql
perl xls2sql.pl file="145-Ophioglossées-Texte.xls" skip=0 table="bonnier_v0_00_ophioglossees_texte" > bonnier_v0_00_ophioglossees_texte.sql
perl xls2sql.pl file="146-Marsiliacées-Plante.xls" skip=0 table="bonnier_v0_00_marsiliacees_plante" > bonnier_v0_00_marsiliacees_plante.sql
perl xls2sql.pl file="146-Marsiliacées-Texte.xls" skip=0 table="bonnier_v0_00_marsiliacees_texte" > bonnier_v0_00_marsiliacees_texte.sql
perl xls2sql.pl file="147-Equisétacées-Plante.xls" skip=0 table="bonnier_v0_00_equisetacees_plante" > bonnier_v0_00_equisetacees_plante.sql
perl xls2sql.pl file="147-Equisétacées-Texte.xls" skip=0 table="bonnier_v0_00_equisetacees_texte" > bonnier_v0_00_equisetacees_texte.sql
perl xls2sql.pl file="148-Isoétées-Plante.xls" skip=0 table="bonnier_v0_00_isoetees_plante" > bonnier_v0_00_isoetees_plante.sql
perl xls2sql.pl file="148-Isoétées-Texte.xls" skip=0 table="bonnier_v0_00_isoetees_texte" > bonnier_v0_00_isoetees_texte.sql
perl xls2sql.pl file="149-Lycopodiacées-Plante.xls" skip=0 table="bonnier_v0_00_lycopodiacees_plante" > bonnier_v0_00_lycopodiacees_plante.sql
perl xls2sql.pl file="149-Lycopodiacées-Texte.xls" skip=0 table="bonnier_v0_00_lycopodiacees_texte" > bonnier_v0_00_lycopodiacees_texte.sql
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
Added: svn:executable
+*
\ No newline at end of property
/branches/refact/scripts/modules/bonnier/shell/xls2sql.pl
New file
0,0 → 1,205
#!/usr/bin/perl
 
# $Date: 2005/10/19 10:14:00 $
 
# Excel to SQL statements translator.
# Needs the Spreadsheet::ParseExcel module from CPAN
#
# Example usage:
#
# xls2sql.pl help
# xls2sql.pl file=6960_TS_Bressanone_Brixen.xls \
# coldefs="year INTEGER,MEAN1 DOUBLE PRECISION,MEAN2 DOUBLE PRECISION,MEAN3 DOUBLE PRECISION"
#
# Released under GPLv2.0
# by Daniel Calvelo Aros (dca@users.sf.net)
#
# few modifications by MN (why not reading 'Learning Perl' O'Reilly book)
 
#use strict;
use English;
use Spreadsheet::ParseExcel;
# gparser-like options:
# option label => [ref to var to hold opt value, "description", default value or undef for no default]
%gopts = ( file => [\$file, "Name of input excel spreadsheet file", undef],
skip => [\$skip, "Number of rows to skip at the beginning of sheet", 0],
table => [\$tablename,"Name of output table", "mytable"],
rows => [\$nrows, "Number of rows to extract", undef],
sheet => [\$sheetn, "Sheet number to convert from the workbook, counting from 1", 1],
coldefs=> [\$coldefs, "Column definitions as in SQL", "auto"],
nodata => [\$nodata, "No data character(s) used in the Excel table", ""],
help => [\$help, "Help, of course", undef],
debug => [\$DEBUG, "Debugging flag, for developers only", 0]);
#function defined below:
&parse_opts();
 
#-- Open and look for obvious errors
my $wkbk =
Spreadsheet::ParseExcel::Workbook->Parse($file);
if( !defined $wkbk->{Worksheet}) {die "Error:couldn't parse file $file\n"}
my($iR, $iC, $sheet, $ncols, $roffset, $rsize);
$sheet = @{$wkbk->{Worksheet}}[--$sheetn]; #-- Numbering starts at 1 for the user
$ncols = $sheet->{MaxCol} or die "Error:the specified sheet $sheetn does not contain data\n";
$ncols -= $sheet->{MinCol} if defined $sheet->{MinCol} ;
$roffset = $sheet->{MinRow}-1;
$rsize = $sheet->{MaxRow} - $sheet->{MinRow};
die "Error:the specified worksheet seems to contain only one line\n" if $rsize == 0;
$roffset += $skip;
$lastrow = ( defined $nrows
? $nrows + $roffset -1
: $sheet->{MaxRow} );
die "Invalid skip option: the sheet only has $rsize rows" if $roffset >= $rsize - 1;
my (@types, @sqltypes, @firstrow, @titlerow);
 
if($coldefs ne "auto"){
#-- We have user-defined column definitions
#-- Check them
$coldefs =~ s/^\s*//;
$coldefs =~ s/\s*$//;
@defs = split ",", $coldefs;
foreach $i (0..$#defs){
($colname, $typedef) = split /\s+/,$defs[$i],2;
die "Column specification $i: can't parse SQL type definition '$typedef' (should be INTEGER, DOUBLE PRECISION, CHAR).\n" if $typedef !~ /INTEGER|DOUBLE PRECISION|CHAR/i;
die "Column name '$colname' for column $i contains spurious characters (no spaces permitted in list).\n" if $colname !~ /[a-zA-Z][a-zA-Z_0-9]*/;
push @sqltypes, $typedef;
push @titles, $colname;
}
}else{
#-- Inspect file for types:
#-- First estimate initial types from the first row of data
@firstrow = @{$sheet->{Cells}[$roffset+1]};
@types = map { $_->{Type}} @firstrow;
%cvt = (Text=>'CHAR',Numeric=>'INTEGER',Date=>'DOUBLE');
@sqltypes = map { $cvt{$_} } @types;
@lens = map { 0 } @types;
print STDERR "\nTypes:", join ";", @types if $DEBUG;
print STDERR "\nInitial sqltypes:", join ";", @sqltypes if $DEBUG;
#-- Then adjust widths and numeric type from the data
for(my $iR = $roffset ; $iR <= $lastrow ; $iR++) {
for(my $iC = $sheet->{MinCol} ;$iC <= $sheet->{MaxCol} ; $iC++) {
$cell = $sheet->{Cells}[$iR][$iC];
next if !defined $cell;
$cellvalue = $cell->Value;
if($types[$iC] eq 'Text'){
$thislength = length( $cellvalue );
$lens[$iC] = $thislength if $thislength > $lens[$iC];
}else{
if( $cellvalue =~ /[\.,]/ ){
$sqltypes[$iC] = 'DOUBLE PRECISION';
}
if( $cellvalue =~ /[a-df-z]/ ){
$sqltypes[$iC] = 'CHAR'; $lens[$iC] = length( $cellvalue);
}
}
}
}
foreach $i (0..$#sqltypes){
if( $sqltypes[$i] eq 'CHAR' ){
$sqltypes[$i] .= "($lens[$i])";
}
}
print STDERR "\nAdjusted sqltypes:", join ";", @sqltypes if $DEBUG;
 
#-- Generate field names from the title row
@titlerow = @{$sheet->{Cells}[$roffset]};
print STDERR "\nTitlerow:", join ";", map { defined $_ ? $_->Value : "" } @titlerow if $DEBUG;
$varname = "V000";
@titles = map {
/^[^a-zA-Z]/ ? $varname++ : $_
} map {
if( defined $_ && length > 0 ) {$_=$_->Value;y/a-z/A-Z/;s/[^a-zA-Z_0-9]/_/g}
else { $_=$varname++ }
$_;
} @titlerow;
map { $istitle{$_}++ } @titles;
foreach $i (reverse 0..$#titles){
if( $istitle{$titles[$i]} > 1){
$titles[$i] .= --$istitle{$titles[$i]};
}
}
while( $#titles < $ncols ){ #Missing titles, according to the size of the sheet
push @titles, $varname++;
push @sqltypes, "CHAR(32)";
}
print STDERR "\nTitles:" ,join ";", @titles if $DEBUG;
print STDERR "\n" if $DEBUG;
}
 
#-- Write out
print "CREATE TABLE $tablename (";
print join ",", map {"$titles[$_] $sqltypes[$_]"} (0..$#titles);
print ");\n";
if($coldefs eq "auto"){
$lastcol = $sheet->{MaxCol};
}else{
$lastcol = $#sqltypes + $sheet->{MinCol};
foreach $i (reverse 0..$#sqltypes){
$sqltypes[$i + $sheet->{MinCol}] = $sqltypes[$i];
}
}
for(my $iR = $roffset+1 ; $iR <= $lastrow ; $iR++) {
print "INSERT INTO $tablename VALUES(";
print join ",", map {
my $c = $sheet->{Cells}[$iR][$_];
# defined $c ? '"'.&cast($c->Value,$sqltypes[$_]).'"' : NULL
defined $c ? ''.&cast($c->Value,$sqltypes[$_]).'' : NULL
} ($sheet->{MinCol}..$lastcol);
print ");\n"
}
 
sub cast($$){
my ($value, $sqltype) = @_;
if( length($value)>0 ){
if ($value eq $nodata){
$value = "NULL"; # no data coded with char
}else{
if( $sqltype =~ /CHAR\s*\((\d+)\)/i ){
$value =~ s/[\n\r]/ /gm;
$value =~ s/"/\\"/g;
$value =~ s/'/\\'/g;
# $value = substr( $value, 0, $1 );
$value = '\''.substr( $value, 0, $1 ).'\'';
}elsif( $sqltype =~ /DOUBLE PRECISION/i ){
$value += 0;
}elsif( $sqltype =~ /INTEGER/i ){
$value = int $value;
}else{
die "Unknown SQL type '$sqltype'; can't typecast '$value' to that type.\n";
}
}
}else{
$value = "NULL"; # no data
}
}
 
sub parse_opts(){
for $o (sort keys %gopts){
if( defined $gopts{$o}[2] ){
${$gopts{$o}[0]} = $gopts{$o}[2];
}
for $arg (@ARGV){
$arg =~ /^\Q$o\E(?:\s*=\s*(.+)$)?/;
if( length($1)>0 ){
${$gopts{$o}[0]} = $1;
}elsif( $& ){
${$gopts{$o}[0]} = 1;
}
}
}
if($help){
select STDERR;
print "\n$PROGRAM_NAME : extract sheets from an excel workbook and\n";
print "produce SQL statements that create the database\n";
print "\nArguments (use grass style, i.e. arg=value):\n";
foreach (keys %gopts){ $longest = $longest < length() ? length() : $longest }
foreach $arg (grep {!/help/} keys %gopts){
print " $arg".(" "x($longest+2-length $arg));
print $gopts{$arg}[1];
print " (default: ".$gopts{$arg}[2].")" if defined $gopts{$arg}[2];
print "\n";
}
select STDOUT;
die "\n";
}
}
 
/branches/refact/scripts/modules/bonnier/shell/charger_sql.sh
New file
0,0 → 1,149
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/001-Renonculacees" -table renonculacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/002-Berberidees" -table berberidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/003-Nympheacees" -table nympheacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/004-Papaveracees" -table papaveracees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/005-Fumariacees" -table fumariacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/006-Cruciferes" -table cruciferes
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/007-Capparidees" -table capparidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/008-Cistinees" -table cistinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/009-Violariees" -table violariees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/010-Resedacees" -table resedacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/011-Droseracees" -table droseracees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/012-Polygalees" -table polygalees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/013-Frankeniacees" -table frankeniacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/014-Caryophyllees" -table caryophyllees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/015-Elatinees" -table elatinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/016-Linees" -table linees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/017-Tiliacees" -table tiliacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/018-Malvacees" -table malvacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/019-Geraniees" -table geraniees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/020-Hypericinees" -table hypericinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/021-Acerinees" -table acerinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/022-Ampelidees" -table ampelidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/023-Hippocastanees" -table hippocastanees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/024-Meliacees" -table meliacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/025-Balsaminees" -table balsaminees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/026-tablexalidees" -table oxalidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/027-Zygophyllees" -table zygophyllees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/028-Hesperidees" -table hesperidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/029-Rutacees" -table rutacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/030-Coriariees" -table coriariees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/031-Celastrinees" -table celastrinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/032-Staphyleacees" -table staphyleacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/033-Ilicinees" -table ilicinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/034-Rhamnees" -table rhamnees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/035-Terebinthacees" -table terebinthacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/036-Papilionacees" -table papilionacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/037-Cesalpiniees" -table cesalpiniees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/038-Rosacees" -table rosacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/039-Granatees" -table granatees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/040-tablenagrariees" -table onagrariees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/041-Myriophyllees" -table myriophyllees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/042-Hippuridees" -table hippuridees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/043-Callitrichinees" -table callitrichinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/044-Ceratophyllees" -table ceratophyllees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/045-Lythrariees" -table lythrariees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/046-Philadelphees" -table philadelphees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/047-Tamariscinees" -table tamariscinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/048-Myrtacees" -table myrtacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/049-Cucurbitacees" -table cucurbitacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/050-Portulacees" -table portulacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/051-Paronychiees" -table paronychiees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/052-Crassulacees" -table crassulacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/053-Cactees" -table cactees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/054-Ficoïdees" -table ficoïdees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/055-Grossulariees" -table grossulariees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/056-Saxifragees" -table saxifragees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/057-tablembelliferes" -table ombelliferes
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/058-Araliacees" -table araliacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/059-Cornees" -table cornees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/060-Loranthacees" -table loranthacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/061-Caprifoliacees" -table caprifoliacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/062-Rubiacees" -table rubiacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/063-Valerianees" -table valerianees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/064-Dipsacees" -table dipsacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/065-Composees" -table composees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/066-Ambrosiacees" -table ambrosiacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/067-Lobeliacees" -table lobeliacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/068-Campanulacees" -table campanulacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/069-Vacciniees" -table vacciniees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/070-Ericinees" -table ericinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/071-Pyrolacees" -table pyrolacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/072-Monotropees" -table monotropees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/073-Lentibulariees" -table lentibulariees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/074-Primulacees" -table primulacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/075-Ebenacees" -table ebenacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/076-Styracees" -table styracees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/077-tableleinees" -table oleinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/078-Jasminees" -table jasminees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/079-Apocynees" -table apocynees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/080-Asclepiadees" -table asclepiadees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/081-Gentianees" -table gentianees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/082-Polemoniacees" -table polemoniacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/083-Convolvulacees" -table convolvulacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/084-Cuscutacees" -table cuscutacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/085-Ramondiacees" -table ramondiacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/086-Borraginees" -table borraginees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/087-Solanees" -table solanees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/088-Verbascees" -table verbascees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/089-Scrofularinees" -table scrofularinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/090-tablerobanchees" -table orobanchees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/091-Labiees" -table labiees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/092-Acanthacees" -table acanthacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/093-Verbenacees" -table verbenacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/094-Plantaginees" -table plantaginees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/095-Plombaginees" -table plombaginees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/096-Globulariees" -table globulariees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/097-Phytolaccees" -table phytolaccees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/098-Amarantacees" -table amarantacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/099-Salsolacees" -table salsolacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/100-Polygonees" -table polygonees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/101-Daphnoidees" -table daphnoidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/102-Laurinees" -table laurinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/103-Santalacees" -table santalacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/104-Eleagnees" -table eleagnees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/105-Cytinees" -table cytinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/106-Aristolochiees" -table aristolochiees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/107-Empetrees" -table empetrees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/108-Euphorbiacees" -table euphorbiacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/109-Morees" -table morees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/110-Ficacees" -table ficacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/111-Celtidees" -table celtidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/112-Ulmacees" -table ulmacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/113-Urticees" -table urticees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/114-Cannabinees" -table cannabinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/115-Juglandees" -table juglandees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/116-Cupuliferes" -table cupuliferes
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/117-Salicinees" -table salicinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/118-Platanees" -table platanees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/119-Betulinees" -table betulinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/120-Myricees" -table myricees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/121-Alismacees" -table alismacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/122-Butomees" -table butomees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/123-Colchicacees" -table colchicacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/124-Liliacees" -table liliacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/125-Dioscorees" -table dioscorees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/126-Iridees" -table iridees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/127-Amaryllidees" -table amaryllidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/128-tablerchidees" -table orchidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/129-Hydrocharidees" -table hydrocharidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/130-Joncaginees" -table joncaginees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/131-Potamees" -table potamees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/132-Naiadees" -table naiadees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/133-Zosteracees" -table zosteracees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/134-Lemnacees" -table lemnacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/135-Aroidees" -table aroidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/136-Typhacees" -table typhacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/137-Joncees" -table joncees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/138-Cyperacees" -table cyperacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/139-Graminees" -table graminees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/140-Abietinees" -table abietinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/141-Cupressinees" -table cupressinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/142-Taxinees" -table taxinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/143-Gnetacees" -table gnetacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/144-Fougeres" -table fougeres
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/145-tablephioglossees" -table ophioglossees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/146-Marsiliacees" -table marsiliacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/147-Equisetacees" -table equisetacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/148-Isoetees" -table isoetees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a charger -dossier "menus/149-Lycopodiacees" -table lycopodiacees
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
Added: svn:executable
+*
\ No newline at end of property
/branches/refact/scripts/modules/bonnier/shell/generer_html.sh
New file
0,0 → 1,149
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/001-Renonculacees" -table renonculacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/002-Berberidees" -table berberidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/003-Nympheacees" -table nympheacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/004-Papaveracees" -table papaveracees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/005-Fumariacees" -table fumariacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/006-Cruciferes" -table cruciferes
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/007-Capparidees" -table capparidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/008-Cistinees" -table cistinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/009-Violariees" -table violariees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/010-Resedacees" -table resedacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/011-Droseracees" -table droseracees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/012-Polygalees" -table polygalees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/013-Frankeniacees" -table frankeniacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/014-Caryophyllees" -table caryophyllees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/015-Elatinees" -table elatinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/016-Linees" -table linees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/017-Tiliacees" -table tiliacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/018-Malvacees" -table malvacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/019-Geraniees" -table geraniees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/020-Hypericinees" -table hypericinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/021-Acerinees" -table acerinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/022-Ampelidees" -table ampelidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/023-Hippocastanees" -table hippocastanees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/024-Meliacees" -table meliacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/025-Balsaminees" -table balsaminees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/026-tablexalidees" -table oxalidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/027-Zygophyllees" -table zygophyllees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/028-Hesperidees" -table hesperidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/029-Rutacees" -table rutacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/030-Coriariees" -table coriariees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/031-Celastrinees" -table celastrinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/032-Staphyleacees" -table staphyleacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/033-dossierlicinees" -table ilicinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/034-Rhamnees" -table rhamnees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/035-Terebinthacees" -table terebinthacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/036-Papilionacees" -table papilionacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/037-Cesalpiniees" -table cesalpiniees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/038-Rosacees" -table rosacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/039-Granatees" -table granatees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/040-tablenagrariees" -table onagrariees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/041-Myriophyllees" -table myriophyllees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/042-Hippuridees" -table hippuridees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/043-Callitrichinees" -table callitrichinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/044-Ceratophyllees" -table ceratophyllees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/045-Lythrariees" -table lythrariees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/046-Philadelphees" -table philadelphees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/047-Tamariscinees" -table tamariscinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/048-Myrtacees" -table myrtacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/049-Cucurbitacees" -table cucurbitacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/050-Portulacees" -table portulacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/051-Paronychiees" -table paronychiees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/052-Crassulacees" -table crassulacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/053-Cactees" -table cactees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/054-Ficoïdees" -table ficoïdees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/055-Grossulariees" -table grossulariees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/056-Saxifragees" -table saxifragees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/057-tablembelliferes" -table ombelliferes
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/058-Araliacees" -table araliacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/059-Cornees" -table cornees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/060-Loranthacees" -table loranthacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/061-Caprifoliacees" -table caprifoliacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/062-Rubiacees" -table rubiacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/063-Valerianees" -table valerianees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/064-Dipsacees" -table dipsacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/065-Composees" -table composees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/066-Ambrosiacees" -table ambrosiacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/067-Lobeliacees" -table lobeliacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/068-Campanulacees" -table campanulacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/069-Vacciniees" -table vacciniees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/070-Ericinees" -table ericinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/071-Pyrolacees" -table pyrolacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/072-Monotropees" -table monotropees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/073-Lentibulariees" -table lentibulariees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/074-Primulacees" -table primulacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/075-Ebenacees" -table ebenacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/076-Styracees" -table styracees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/077-tableleinees" -table oleinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/078-Jasminees" -table jasminees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/079-Apocynees" -table apocynees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/080-Asclepiadees" -table asclepiadees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/081-Gentianees" -table gentianees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/082-Polemoniacees" -table polemoniacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/083-Convolvulacees" -table convolvulacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/084-Cuscutacees" -table cuscutacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/085-Ramondiacees" -table ramondiacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/086-Borraginees" -table borraginees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/087-Solanees" -table solanees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/088-Verbascees" -table verbascees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/089-Scrofularinees" -table scrofularinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/090-tablerobanchees" -table orobanchees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/091-Labiees" -table labiees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/092-Acanthacees" -table acanthacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/093-Verbenacees" -table verbenacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/094-Plantaginees" -table plantaginees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/095-Plombaginees" -table plombaginees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/096-Globulariees" -table globulariees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/097-Phytolaccees" -table phytolaccees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/098-Amarantacees" -table amarantacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/099-Salsolacees" -table salsolacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/100-Polygonees" -table polygonees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/101-Daphnoidees" -table daphnoidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/102-Laurinees" -table laurinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/103-Santalacees" -table santalacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/104-Eleagnees" -table eleagnees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/105-Cytinees" -table cytinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/106-Aristolochiees" -table aristolochiees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/107-Empetrees" -table empetrees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/108-Euphorbiacees" -table euphorbiacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/109-Morees" -table morees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/110-Ficacees" -table ficacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/111-Celtidees" -table celtidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/112-Ulmacees" -table ulmacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/113-Urticees" -table urticees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/114-Cannabinees" -table cannabinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/115-Juglandees" -table juglandees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/116-Cupuliferes" -table cupuliferes
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/117-Salicinees" -table salicinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/118-Platanees" -table platanees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/119-Betulinees" -table betulinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/120-Myricees" -table myricees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/121-Alismacees" -table alismacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/122-Butomees" -table butomees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/123-Colchicacees" -table colchicacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/124-Liliacees" -table liliacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/125-Dioscorees" -table dioscorees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/126-dossierridees" -table iridees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/127-Amaryllidees" -table amaryllidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/128-tablerchidees" -table orchidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/129-Hydrocharidees" -table hydrocharidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/130-Joncaginees" -table joncaginees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/131-Potamees" -table potamees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/132-Naiadees" -table naiadees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/133-Zosteracees" -table zosteracees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/134-Lemnacees" -table lemnacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/135-Aroidees" -table aroidees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/136-Typhacees" -table typhacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/137-Joncees" -table joncees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/138-Cyperacees" -table cyperacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/139-Graminees" -table graminees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/140-Abietinees" -table abietinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/141-Cupressinees" -table cupressinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/142-Taxinees" -table taxinees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/143-Gnetacees" -table gnetacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/144-Fougeres" -table fougeres
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/145-tablephioglossees" -table ophioglossees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/146-Marsiliacees" -table marsiliacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/147-Equisetacees" -table equisetacees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/148-dossiersoetees" -table isoetees
/opt/lampp/bin/php ../../../script.php bonnier -p bonnier -a html -dossier "menus/149-Lycopodiacees" -table lycopodiacees
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
Added: svn:executable
+*
\ No newline at end of property
/branches/refact/scripts/modules/baseflor/BaseflorRangSupInsertion.php
New file
0,0 → 1,270
<?php
/**
*
*
* @author Mathilde SALTHUN-LASSALLE <mathilde@tela-botanica.org>
*
*
*/
class BaseflorRangSupInsertion {
private $table = null;
private $donnees_initiales = array();
private $valeurs_insertion;
private $infos_taxon = array();
private $conteneur;
private $efloreCommun;
private $message;
private $outils;
private $nn_courant;
private $nn_superieur;
private $champs_ecologiques = array();
private $Bdd;
public function __construct(Conteneur $conteneur, Bdd $bdd) {
$this->conteneur = $conteneur;
$this->Bdd = $bdd;
$this->efloreCommun = $conteneur->getEfloreCommun();
$this->message = $conteneur->getMessages();
$this->outils = $conteneur->getOutils();
$this->dossierBase = dirname(__FILE__).'/';
}
public function insererDonnees(){
echo "Chargement de la structure en cours \n" ;
$this->efloreCommun->chargerFichierSql('chemins.rang_sup_sql');
echo "Récupération des données de baseflor en cours \n";
$this->recupererDonneesInitiales();
echo "Calcul des valeurs pour les rangs supérieurs en cours \n";
$this->consulterInfosTaxons();
$this->recupererValeursInsertion();
$this->insererDonneesRangSup();
}
private function insererDonneesRangSup() {
$table = Config::get('tables.rang_sup');
$requete_truncate = 'TRUNCATE TABLE '.$table;
$this->Bdd->requeter($requete_truncate);
foreach ($this->valeurs_insertion as $nn => $valeurs){
$requete = "INSERT INTO $table VALUES('',$nn, 'bdtfx', '{$valeurs['ve_lumiere']['min']}', ".
"'{$valeurs['ve_lumiere']['max']}','{$valeurs['ve_temperature']['min']}',".
"'{$valeurs['ve_temperature']['max']}','{$valeurs['ve_continentalite']['min']}',".
"'{$valeurs['ve_continentalite']['max']}','{$valeurs['ve_humidite_atmos']['min']}',".
"'{$valeurs['ve_humidite_atmos']['max']}','{$valeurs['ve_humidite_edaph']['min']}',".
"'{$valeurs['ve_humidite_edaph']['max']}','{$valeurs['ve_reaction_sol']['min']}',".
"'{$valeurs['ve_reaction_sol']['max']}','{$valeurs['ve_nutriments_sol']['min']}',".
"'{$valeurs['ve_nutriments_sol']['max']}','{$valeurs['ve_salinite']['min']}',".
"'{$valeurs['ve_salinite']['max']}','{$valeurs['ve_texture_sol']['min']}',".
"'{$valeurs['ve_texture_sol']['max']}','{$valeurs['ve_mat_org_sol']['min']}',".
"'{$valeurs['ve_mat_org_sol']['max']}');";
$this->Bdd->requeter($requete);
$this->message->afficherAvancement('Insertion des valeurs pour les rangs supérieurs en cours');
}
}
 
 
// dans cette solution je parcours les donnees de baseflor
// je teste une donnée (si min max) pour récuperer les valeurs pour chaque rang superieur
// jusqu'à famille (180) puis je passe à la suivante jusqu'à avoir parcouru tout baseflor
private function recupererValeursInsertion(){
$this->champs_ecologiques = $this->outils->recupererTableauConfig(Config::get('Parametres.champsEcologiques'));
$this->valeurs_insertion = array();
if (empty($this->donnees_initiales)) {
throw new Exception("Erreur : pas de données à traiter.");
} else {
foreach ($this->donnees_initiales as $nn => $ecologie) {
$this->nn_courant = $nn;
$this->nn_superieur = isset($this->infos_taxon[$this->nn_courant]) ? $this->infos_taxon[$this->nn_courant]['nn_sup'] : null;
$rang = isset($this->infos_taxon[$this->nn_superieur]) ? $this->infos_taxon[$this->nn_superieur]['rang'] : 179 ;
while ($rang >= 180){
if (!isset($donnees_initiales[$this->nn_superieur])) {
foreach ($this->champs_ecologiques as $nom) {
$this->testerSiMinMax($nom, $ecologie[$nom]);
}
}
$this->nn_superieur = isset($this->infos_taxon[$this->nn_superieur]) ? $this->infos_taxon[$this->nn_superieur]['nn_sup'] : null;
$rang = !empty($this->nn_superieur) ? $this->infos_taxon[$this->nn_superieur]['rang'] : 179 ;
}
}
}
}
// ici je parcours toutes les données de baseflor et je teste et récupère les valeurs pour le rang superieur
//direct puis je récupère les données obtenues et je recommence jusqu'à que tous les rangs obtenus soient des familles
private function recupererValeursInsertion2(){
$this->champs_ecologiques = $this->outils->recupererTableauConfig(Config::get('Parametres.champsEcologiques'));
$this->valeurs_insertion = array();
if (empty($this->donnees_initiales)) {
throw new Exception("Erreur : pas de données à traiter.");
} else {
$donnees_traitees = $this->donnees_initiales;
$donnees_deja_traitees = array();
$condition_fin = true;
$tab_num_nom = array_keys($donnees_traitees);
while (!empty($donnees_traitees)) {
reset($donnees_traitees);
$this->nn_courant = array_shift($tab_num_nom);
$data = array_shift($donnees_traitees);
if (isset($this->infos_taxon[$this->nn_courant])) {
$this->nn_superieur = $this->infos_taxon[$this->nn_courant]['nn_sup'];
if (!isset($donnees_deja_traitees[$this->nn_courant])) {
if ($this->infos_taxon[$this->nn_superieur]['rang'] >= 180){
$condition_fin = false;
foreach ($this->champs_ecologiques as $nom) {
$this->testerSiMinMax($nom, $data[$nom]);
}
}
}
$donnees_deja_traitees[$this->nn_courant] = 1;
}
if ($condition_fin == false && empty($donnees_traitees)) {
$donnees_traitees = $this->valeurs_insertion;
$tab_num_nom = array_keys($donnees_traitees);
$condition_fin = true;
}
}
}
}
// je stocke des valeurs à insérer sous la forme : $insertion [{nn_tax_sup}][{nom_de_chps}][{max ou min}] = {valeur}
private function testerSiMinMax($nom, $valeur) {
$nn = $this->nn_superieur;
if ( !isset($this->valeurs_insertion[$nn][$nom]['min'])
|| empty($valeur['min'])
|| empty($this->valeurs_insertion[$nn][$nom]['min'])
|| $this->valeurs_insertion[$nn][$nom]['min'] > $valeur['min'] ){
$this->valeurs_insertion[$nn][$nom]['min'] = $valeur['min'];
}
if ( !isset($this->valeurs_insertion[$nn][$nom]['max'])
|| empty($this->valeurs_insertion[$nn][$nom]['max'])
|| empty($valeur['max'])
|| $this->valeurs_insertion[$nn][$nom]['max'] < $valeur['max'] ) {
$this->valeurs_insertion[$nn][$nom]['max'] = $valeur['max'];
}
}
// je stocke les infos taxons sous la forme : $info_taxon[{num_nomem}][{num_nomen_sup ou rang}] = {valeur}
private function consulterInfosTaxons() {
$table = Config::get('tables.taxons');
$requete = 'SELECT A.num_nom AS nn, B.num_tax_sup AS nn_sup, A.rang '.
"FROM $table A JOIN $table B ON (A.num_nom_retenu = B.num_nom) ".
'WHERE B.num_nom = B.num_nom_retenu ';
$resultat = $this->Bdd->recupererTous($requete);
foreach ($resultat as $res) {
$this->infos_taxon[$res['nn']] = array('nn_sup' => $res['nn_sup'], 'rang' => $res['rang'] );
}
}
// je stocke les valeurs initiales sous la forme : $initiales[{nn_nomem}][{champs ecologique}][{'min' ou 'max'}]
private function recupererDonneesInitiales() {
$table = Config::get('tables.donnees');
$requete = "SELECT num_nomen, ve_lumiere, ve_temperature, ve_continentalite, ve_humidite_atmos, ".
"ve_humidite_edaph, ve_reaction_sol, ve_nutriments_sol, ve_salinite, ve_texture_sol, ve_mat_org_sol ".
"FROM $table WHERE BDNT = 'BDTFX' ".
" AND num_nomen != 0 ".
" AND (ve_lumiere != '' OR ve_mat_org_sol != '' OR ve_temperature != '' ".
" OR ve_continentalite != '' OR ve_humidite_atmos != '' OR ve_humidite_edaph != '' ".
" OR ve_nutriments_sol != '' OR ve_salinite != '' OR ve_texture_sol != '' OR ve_reaction_sol != '' )";
$resultat = $this->Bdd->recupererTous($requete);
foreach ($resultat as $res) {
$this->donnees_initiales[$res['num_nomen']] = array(
've_lumiere' => array('min' => $res['ve_lumiere'], 'max' => $res['ve_lumiere']),
've_temperature' => array('min' => $res['ve_temperature'], 'max' => $res['ve_temperature']),
've_continentalite' => array('min' => $res['ve_continentalite'], 'max' => $res['ve_continentalite']),
've_humidite_atmos' => array('min' => $res['ve_humidite_atmos'], 'max' => $res['ve_humidite_atmos']),
've_humidite_edaph' => array('min' => $res['ve_humidite_edaph'], 'max' => $res['ve_humidite_edaph']),
've_reaction_sol' => array('min' => $res['ve_reaction_sol'], 'max' => $res['ve_reaction_sol']),
've_nutriments_sol' => array('min' => $res['ve_nutriments_sol'], 'max' => $res['ve_nutriments_sol']),
've_salinite' => array('min' => $res['ve_salinite'], 'max' => $res['ve_salinite']),
've_texture_sol' => array('min' => $res['ve_texture_sol'], 'max' => $res['ve_texture_sol']),
've_mat_org_sol' => array('min' => $res['ve_mat_org_sol'], 'max' => $res['ve_mat_org_sol']));
}
}
// +++ Fonctions de vérification des donnée obtenues ++++//
public function testAscendantsDeBaseflor(){
$this->recupererDonneesInitiales();
$this->consulterInfosTaxons();
$fichier = dirname(__FILE__).'/log/verifTaxonsSup.log';
$liste = array();
foreach ($this->donnees_initiales as $nn => $data) {
$nn_sup = isset($this->infos_taxon[$nn]) ? $this->infos_taxon[$nn]['nn_sup'] : '' ;
if (!empty($nn_sup) && !isset($donnees_initiales[$nn_sup])){
$rang = isset($this->infos_taxon[$nn_sup]) ? $this->infos_taxon[$nn_sup]['rang'] : 179 ;
while ($rang >= 180) {
if (!empty($nn_sup)) {
if (isset($liste["$nn_sup($rang)"])){
$liste["$nn_sup($rang)"] .= ", $nn";
}else {
$liste["$nn_sup($rang)"] = "$nn";
}
$nn_sup = isset($this->infos_taxon[$nn_sup]) ? $this->infos_taxon[$nn_sup]['nn_sup'] : '' ;
$rang = isset($this->infos_taxon[$nn_sup]) ? $this->infos_taxon[$nn_sup]['rang'] : 179 ;
}else {
break;
}
}
}
}
$log = "un ascendant (pas forcement l'ascendant directement au dessus) : les descendants contenus dans baseflor \n";
foreach ($liste as $cle => $inferieur){
$log .= "$cle : $inferieur \n";
}
file_put_contents($fichier, $log);
}
public function testEcologieAscendantsDeBaseflor(){
$this->recupererDonneesInitiales();
$this->consulterInfosTaxons();
$fichier = dirname(__FILE__).'/log/verifTaxonsSupEcolo.log';
$liste = array();
foreach ($this->donnees_initiales as $nn => $data) {
$nn_sup = isset($this->infos_taxon[$nn]) ? $this->infos_taxon[$nn]['nn_sup'] : '' ;
if (!empty($nn_sup) && !isset($donnees_initiales[$nn_sup])){
$rang = isset($this->infos_taxon[$nn_sup]) ? $this->infos_taxon[$nn_sup]['rang'] : 179 ;
while ($rang >= 180) {
if (!empty($nn_sup)) {
$ecolo = array_values($data);
list($l,$t,$c,$ha,$he,$r,$n,$s,$tx,$mo) = $ecolo;
if (isset($liste["$nn_sup($rang)"])){
$liste["$nn_sup($rang)"] .= ",[{$l['min']}, {$t['min']}, {$c['min']},"
."{$ha['min']}, {$he['min']}, {$r['min']}, {$n['min']}, {$s['min']},"
."{$tx['min']}, {$mo['min']}]";
}else {
$liste["$nn_sup($rang)"] = "[{$l['min']}, {$t['min']}, {$c['min']},"
."{$ha['min']}, {$he['min']}, {$r['min']}, {$n['min']}, {$s['min']},"
."{$tx['min']}, {$mo['min']}]";
}
$nn_sup = isset($this->infos_taxon[$nn_sup]) ? $this->infos_taxon[$nn_sup]['nn_sup'] : '' ;
$rang = isset($this->infos_taxon[$nn_sup]) ? $this->infos_taxon[$nn_sup]['rang'] : 179 ;
}else {
break;
}
}
}
}
$log = "nn ascendant (pas forcement l'ascendant directement au dessus) :"
." valeurs descendants contenus dans baseflor \n"
."Pour le calcul des valeurs min et max de gauche, les valeurs de droite sont utilisées. \n";
foreach ($liste as $cle => $inferieurs){
$log .= "$cle : $inferieurs \n";
}
file_put_contents($fichier, $log);
}
 
}
/branches/refact/scripts/modules/baseflor/BaseflorVerif.php
New file
0,0 → 1,149
<?php
 
class BaseflorVerif extends VerificateurDonnees {
 
private $type_bio = array();
private $ss_type_bio = array();
private $signes_seuls = array();// basés sur valeurs trouvées (--> pas de légende !)
private $signes_nn_seuls = array();// basés sur valeurs trouvées (--> pas de légende !)
private $intervalles = array();
private $motifs = array();
 
//obligatoire
public function definirTraitementsColonnes() {
$this->initialiserParametresVerif() ;
if (( $this->colonne_num > 0 && $this->colonne_num < 15 )
|| $this->colonne_num == 16
|| ($this->colonne_num > 18 && $this->colonne_num < 23)
|| $this->colonne_num > 39) {
$this->verifierColonne();
} elseif ($this->colonne_num == 15) {
$this->verifierTypeBio();
} elseif ($this->colonne_num >= 23 && $this->colonne_num <= 32) {
$this->verifierIntervalles($this->colonne_valeur);
} elseif ($this->colonne_num >= 33 && $this->colonne_num < 41) {
$this->verifierValeursIndic();
}
}
private function initialiserParametresVerif() {
$this->type_bio = $this->getParametreTableau('Parametres.typesBio');
$this->ss_type_bio = $this->getParametreTableau('Parametres.sousTypesBio');
$this->signes_seuls = $this->getParametreTableau('Parametres.signesSeuls');
$this->signes_nn_seuls = $this->getParametreTableau('Parametres.signesNonSeuls');
$this->intervalles = $this->inverserTableau($this->getParametreTableau('Parametres.intervalles'));
$this->motifs = $this->inverserTableau($this->getParametreTableau('Parametres.motifs'));
}
//++---------------------------------traitements des colonnes baseflor------------------------------------++
private function verifierColonne(){
$motif = $this->motifs[$this->colonne_num];
if (preg_match($motif, $this->colonne_valeur) == 0 && $this->verifierSiVide() == false){
$this->erreurs_ligne[$this->colonne_num] = $this->colonne_valeur;
}
}
 
private function verifierSiVide(){
$vide = ($this->colonne_valeur == '') ? true : false;
return $vide;
}
 
private function verifierTypeBio(){
if (preg_match("/(.+)\((.+)\)$/", $this->colonne_valeur, $retour) == 1) {
$this->verifierTypeEtSsType($retour[1]);
$this->verifierTypeEtSsType($retour[2]);
} else {
$this->verifierTypeEtSsType($this->colonne_valeur);
}
}
 
private function verifierTypeEtSsType($chaine_a_verif){
if (preg_match("/^([a-zA-Zé]+)\-(.+)$|^([a-zA-Zé]+[^\-])$/", $chaine_a_verif, $retour) == 1) {
$type = (isset($retour[3])) ? $retour[3] : $retour[1];
$this->verifierType($type);
 
$sousType = $retour[2];
$this->verifierSousType($sousType);
}
}
 
private function verifierType($type) {
if (in_array($type, $this->type_bio) == false) {
$this->erreurs_ligne[$this->colonne_num] = $this->colonne_valeur;
}
}
 
private function verifierSousType($sousType) {
if ($sousType != ''){
$ss_type = explode('-', $sousType);
foreach ($ss_type as $sst) {
if (in_array($sst, $this->ss_type_bio) == false) {
$this->erreurs_ligne[$this->colonne_num] = $this->colonne_valeur;
}
}
}
}
 
private function verifierIntervalles($valeur){
if ($valeur != '') {
list($min, $max) = explode('-', $this->intervalles[$this->colonne_num]);
if ($valeur < $min || $valeur > $max){
$this->erreurs_ligne[$this->colonne_num] = $this->colonne_valeur;
}
}
}
 
private function verifierValeursIndic(){
if (preg_match("/^([^0-9])*([0-9]+)([^0-9])*$/", $this->colonne_valeur, $retour) == 1){
$this->verifierIntervalles($retour[2]);
if (isset($retour[3]) && in_array($retour[3], $this->signes_nn_seuls) == false){
$this->erreurs_ligne[$this->colonne_num] = $this->colonne_valeur;
}
if ($retour[1] != '-' && $retour[1] != ''){
$this->erreurs_ligne[$this->colonne_num] = $this->colonne_valeur;
}
} elseif (in_array( $this->colonne_valeur, $this->signes_seuls) == false && $this->verifierSiVide() == false) {
$this->erreurs_ligne[$this->colonne_num] = $this->colonne_valeur;
}
}
/*--------------------------------------------OUtils-------------------------------------------*/
private function getParametreTableau($cle) {
$tableau = array();
$parametre = Config::get($cle);
if (empty($parametre) === false) {
$tableauPartiel = explode(',', $parametre);
$tableauPartiel = array_map('trim', $tableauPartiel);
foreach ($tableauPartiel as $champ) {
if (strpos($champ, '=') !== false && strlen($champ) >= 3) {
list($cle, $val) = explode('=', $champ);
$tableau[trim($cle)] = trim($val);
} else {
$tableau[] = trim($champ);
}
}
}
return $tableau;
}
 
private function inverserTableau($tableau) {
$inverse = array();
foreach ($tableau as $cle => $valeurs) {
$valeurs = explode(';', $valeurs);
foreach ($valeurs as $valeur) {
$inverse[$valeur] = $cle;
}
}
return $inverse;
}
}
 
?>
/branches/refact/scripts/modules/baseflor/log
New file
Property changes:
Added: svn:ignore
+test
/branches/refact/scripts/modules/baseflor/Baseflor.php
New file
0,0 → 1,309
<?php
/** Exemple lancement:
* /opt/lampp/bin/php -d memory_limit=3500M ~/web/eflore-projets/scripts/cli.php baseflor -a chargerTous
*/
class Baseflor extends EfloreScript {
 
private $table = null;
public function executer() {
try {
$this->initialiserProjet('baseflor');
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'chargerStructureSql' :
$this->chargerStructureSql();
break;
case 'chargerMetadonnees':
$this->chargerMetadonnees();
break;
case 'chargerOntologies' :
$this->chargerOntologies();
break;
case 'verifierFichier' :
$this->verifierFichier();
break;
case 'chargerDonnees' :
$this->chargerDonnees();
break;
case 'genererChamps' :
$this->genererChamps();
break;
case 'chargerTous':
$this->chargerStructureSql();
$this->chargerMetadonnees();
$this->chargerOntologies();
$this->chargerDonnees();
$this->genererChamps();
$this->insererDonneesBaseflorRangSupEcolo();
$this->insererDonneesIndex();
break;
case 'insererDonneesRangSup' :
$this->insererDonneesBaseflorRangSupEcolo();
break;
case 'supprimerTous' :
$this->supprimerTous();
break;
case 'voirRangSup' :
$this->voirRangSup();
break;
case 'voirRangSupEcologie' :
$this->voirRangSupEcologie();
break;
case 'insererDonneesIndex' :
$this->insererDonneesIndex();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
//-- traitement de la table baseflorRangSupInsertion --//
private function getClasseBaseflorRangSupInsertion() {
$conteneur = new Conteneur();
require_once dirname(__FILE__)."/BaseflorRangSupInsertion.php";
$rangSupInsert = new BaseflorRangSupInsertion($conteneur, $this->getBdd());
return $rangSupInsert;
}
private function insererDonneesBaseflorRangSupEcolo(){
$rangSupInsert = $this->getClasseBaseflorRangSupInsertion();
$rangSupInsert->insererDonnees();
}
private function voirRangSup(){
$rangSupInsert = $this->getClasseBaseflorRangSupInsertion();
$rangSupInsert->testAscendantsDeBaseflor();
}
private function voirRangSupEcologie(){
$rangSupInsert = $this->getClasseBaseflorRangSupInsertion();
$rangSupInsert->testEcologieAscendantsDeBaseflor();
}
//-- traitement de la table baseflorIndex --//
private function getClasseBaseflorIndex() {
$conteneur = new Conteneur();
require_once dirname(__FILE__)."/BaseflorIndex.php";
$Index = new BaseflorIndex($conteneur, $this->getBdd());
return $Index;
}
private function insererDonneesIndex(){
$Index= $this->getClasseBaseflorIndex();
$Index->insererDonnees();
}
//-- traitement de la table generer champs --//
private function genererChamps(){
$this->initialiserGenerationChamps();
$this->ajouterChamps();
$this->analyserChampsExistant();
}
 
private function initialiserGenerationChamps() {
$this->table = Config::get('tables.donnees');
}
 
private function ajouterChamps() {
$this->preparerTablePrChpsBDNT();
$this->preparerTablePrChpsNumTaxon();
$this->preparerTablePrChpsNumNomen();
}
 
private function preparerTablePrChpsBDNT() {
$requete = "SHOW COLUMNS FROM {$this->table} LIKE 'BDNT' ";
$resultat = $this->getBdd()->recuperer($requete);
if ($resultat === false) {
$requete = "ALTER TABLE {$this->table} ".
'ADD BDNT VARCHAR( 6 ) '.
'CHARACTER SET utf8 COLLATE utf8_general_ci '.
'NOT NULL AFTER catminat_code ';
$this->getBdd()->requeter($requete);
}
}
 
private function preparerTablePrChpsNumTaxon() {
$requete = "SHOW COLUMNS FROM {$this->table} LIKE 'num_taxon' ";
$resultat = $this->getBdd()->recuperer($requete);
if ($resultat === false) {
$requete = "ALTER TABLE {$this->table} ".
'ADD num_taxon INT( 10 ) NOT NULL '.
'AFTER catminat_code';
$this->getBdd()->requeter($requete);
}
}
 
private function preparerTablePrChpsNumNomen() {
$requete = "SHOW COLUMNS FROM {$this->table} LIKE 'num_nomen' ";
$resultat = $this->getBdd()->recuperer($requete);
if ($resultat === false) {
$requete = "ALTER TABLE {$this->table} ".
'ADD num_nomen INT( 10 ) NOT NULL '.
'AFTER catminat_code';
$this->getBdd()->requeter($requete);
}
}
 
private function analyserChampsExistant() {
$resultats = $this->recupererTuplesNumsOriginels();
foreach ($resultats as $chps) {
$cle = $chps['cle'];
$nno = $chps['num_nomen_originel'];
$nto = $chps['num_taxon_originel'];
 
$valeurs = array();
$valeurs["BDNT"] = $this->genererChpsBDNT($nno, $nto);
$valeurs["num_taxon"] = $this->genererChpsNumTaxon($nto);
$valeurs["num_nomen"] = $this->genererChpsNumNomen($nno);
 
$this->remplirChamps($cle, $valeurs);
 
$this->afficherAvancement("Insertion des valeurs dans la base en cours");
}
echo "\n";
}
 
private function recupererTuplesNumsOriginels(){
$requete = "SELECT cle, num_taxon_originel, num_nomen_originel FROM {$this->table} ";
$resultat = $this->getBdd()->recupererTous($requete);
return $resultat;
}
 
private function genererChpsBDNT($nno, $nto) {
$bdnt = '';
if (preg_match("/^([AB])[0-9]+$/", $nno, $retour) || preg_match("/^([AB])[0-9]+$/", $nto, $retour)){
if ($retour[1]=='A') {
$bdnt = "BDAFX";
} else {
$bdnt = "BDBFX";
}
} elseif (($nno == 'nc') && ($nto == 'nc')) {
$bdnt = "nc";
} else {
$bdnt = "BDTFX";
}
return $bdnt;
}
 
private function genererChpsNumTaxon($nto){
$num_taxon = '';
if (preg_match("/^[AB]([0-9]+)$/", $nto, $retour)) {
$num_taxon = intval($retour[1]);
} elseif($nto == 'nc') {
$num_taxon = 0;
} else {
$num_taxon = intval($nto);
}
return $num_taxon;
}
 
private function genererChpsNumNomen($nno) {
$num_nomen = '';
if (preg_match("/^[AB]([0-9]+)$/", $nno, $retour)) {
$num_nomen = intval($retour[1]);
} elseif ($nno == 'nc') {
$num_nomen = 0;
} else {
$num_nomen = intval($nno);
}
return $num_nomen;
}
 
private function remplirChamps($cle, $valeurs) {
foreach ($valeurs as $nomChamp => $valeurChamp) {
$valeurChamp = $this->getBdd()->proteger($valeurChamp);
$requete = "UPDATE {$this->table} SET $nomChamp = $valeurChamp WHERE cle = $cle ";
$resultat = $this->getBdd()->requeter($requete);
if ($resultat === false) {
throw new Exception("Erreur d'insertion pour le tuple clé = $cle");
}
}
}
 
//+------------------------------------------------------------------------------------------------------+
// chargements, suppression, exécution
 
protected function chargerMetadonnees() {
$contenuSql = $this->recupererContenu(Config::get('chemins.metadonnees'));
$this->executerScriptSql($contenuSql);
}
 
private function chargerOntologies() {
$chemin = Config::get('chemins.ontologies');
$table = Config::get('tables.ontologies');
$requete = "LOAD DATA INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '' ".
" ESCAPED BY '\\\' "
;
$this->getBdd()->requeter($requete);
}
 
protected function chargerStructureSql() {
$contenuSql = $this->recupererContenu(Config::get('chemins.structureSql'));
$this->executerScriptSql($contenuSql);
}
 
protected function executerScriptSql($sql) {
$requetes = Outils::extraireRequetes($sql);
foreach ($requetes as $requete) {
$this->getBdd()->requeter($requete);
}
}
 
private function chargerDonnees() {
$nb_err = $this->verifierFichier();
if ($nb_err > 0) {
$e = "Je ne peux pas charger les données car le fichier comporte des erreurs.".
"Voir le fichier baseflor_verif.txt\n";
throw new Exception($e);
}
 
$table = Config::get('tables.donnees');
$requete = "LOAD DATA INFILE '".Config::get('chemins.donnees')."' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '' ".
" ESCAPED BY '\\\'";
$this->getBdd()->requeter($requete);
}
 
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS baseflor_meta, baseflor_ontologies, baseflor_v2012_05_08,".
" baseflor_rang_sup_ecologie_v2012_05_08, baseflor_index_v2012_05_08 ";
$this->getBdd()->requeter($requete);
}
 
//++------------------------------------verifierFichier------------------------------------------++//
 
private function getClasseBaseflorVerif() {
$conteneur = new Conteneur();
require_once dirname(__FILE__)."/BaseflorVerif.php";
$verif = new BaseflorVerif($conteneur,'baseflor');
return $verif;
}
private function verifierFichier() {
$verif = $this->getClasseBaseflorVerif();
$nb_erreurs = $verif->verifierFichier(Config::get('chemins.donnees'));
return $nb_erreurs;
}
}
?>
/branches/refact/scripts/modules/baseflor/BaseflorIndex.php
New file
0,0 → 1,71
<?php
/**
*
* @author Mathilde SALTHUN-LASSALLE <mathilde@tela-botanica.org>
*
*
*/
class BaseflorIndex {
private $conteneur;
private $efloreCommun;
private $message;
private $dossierBase;
private $valeurs_insertion = array();
private $Bdd;
public function __construct(Conteneur $conteneur, Bdd $Bdd) {
$this->conteneur = $conteneur;
$this->Bdd = $Bdd;
$this->efloreCommun = $conteneur->getEfloreCommun();
$this->message = $conteneur->getMessages();
$this->dossierBase = dirname(__FILE__).'/';
}
public function insererDonnees(){
$this->efloreCommun->chargerFichierSql('chemins.index_sql');
$this->recupererDonneesBaseflor();
$this->recupererDonneesRangSup();
$this->insererDonneesIndex();
}
private function recupererDonneesBaseflor() {
$table = Config::get('tables.donnees');
$requete = "SELECT cle, num_nomen, BDNT FROM $table ;";
$resultat = $this->Bdd->recupererTous($requete);
$this->valeurs_insertion['baseflor'] = $resultat;
$this->valeurs_insertion['rangSup'] = $resultat;
}
private function recupererDonneesRangSup() {
$table = Config::get('tables.rang_sup');
$requete = "SELECT cle, num_nomen, bdnt FROM $table ;";
$resultat = $this->Bdd->recupererTous($requete);
$this->valeurs_insertion['rangSup']= $resultat;
 
}
private function insererDonneesIndex() {
$table = Config::get('tables.index');
$requete_truncate = 'TRUNCATE TABLE '.$table;
$this->Bdd->requeter($requete_truncate);
foreach ($this->valeurs_insertion as $tab => $res){
if ($tab == 'baseflor') {
foreach ($res as $valeurs ) {
$requete = "INSERT INTO $table VALUES('',{$valeurs['cle']},null,'".strtolower($valeurs['BDNT']).".nn:{$valeurs['num_nomen']}')";
$this->Bdd->requeter($requete);
$this->message->afficherAvancement('Insertion des valeurs issues de baseflor en cours');
}
} else {
foreach ($res as $valeurs ) {
$requete = "INSERT INTO $table VALUES('',null,{$valeurs['cle']},'{$valeurs['bdnt']}.nn{$valeurs['num_nomen']}')";
$this->Bdd->requeter($requete);
$this->message->afficherAvancement('Insertion des valeurs issues des rangs supérieurs en cours');
}
}
}
}
}
?>
/branches/refact/scripts/modules/baseflor/baseflor.ini
New file
0,0 → 1,52
version="2012_12_31"
dossierTsv = "{ref:dossierDonneesEflore}baseflor/2012-12-31/"
dossierSql = "{ref:dossierTsv}"
dossierRangSup = "{ref:dossierDonneesEflore}baseflor/2012-12-31/rang_sup/"
dossierIndex = "{ref:dossierDonneesEflore}baseflor/2012-12-31/index/"
 
[tables]
donnees = "baseflor_v{ref:version}"
ontologies = "baseflor_ontologies"
metadonnees = "baseflor_meta"
rang_sup = "baseflor_rang_sup_ecologie_v{ref:version}"
taxons = "bdtfx_v1_02";
index = "baseflor_index_v{ref:version}";
 
 
 
[fichiers]
structureSql = "baseflor.sql"
metadonnees = "insertion_baseflor_meta.sql"
donnees = "baseflor_v{ref:version}.tsv"
donnees_verif = "baseflor_verif.txt"
ontologies = "baseflor_ontologies.tsv"
rang_sup_sql = "baseflor_rang_sup_ecologie.sql"
index_sql = "baseflor_index.sql"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
donnees = "{ref:dossierTsv}{ref:fichiers.donnees}"
donnees_verif = "{ref:dossierTsv}{ref:fichiers.donnees_verif}"
ontologies ="{ref:dossierTsv}{ref:fichiers.ontologies}"
metadonnees = "{ref:dossierSql}{ref:fichiers.metadonnees}"
rang_sup_sql = "{ref:dossierRangSup}{ref:fichiers.rang_sup_sql}"
index_sql = "{ref:dossierIndex}{ref:fichiers.index_sql}"
 
[services]
url_base="http://localhost/"
url_service_base="{ref:url_base}service:eflore:0.1/"
 
[Parametres]
typesBio = "A,a,B,b,C,c,Cfru,cfru,Csuf,csuf,Ccou,ccou,H,h,Heri,heri,Hsto,hsto,Hces,hces,Hros,hros,Hrub,hrub,Hbis,hbis,G,g,Gbul,gbul,Gtub,gtub,Grhi,grhi,T,t,Tver,tver,Test,test"
sousTypesBio = "aqua,lia,épi,hpar,par,suc,semp,cad,car"
signesSeuls = "?, x, x~, x=, xb, xB, -"
signesNonSeuls = "~, =, b, B"
intervalles = "1-9 = 23;24;25;26;28;29;31;32;33;34;35;37;38,
1-12 = 27;36,
0-9 = 30;39"
motifs = "/(^[0-9]*\/)|(inconnu)/ = 1,
/(^[AB]?[0-9]+$)|(^nc$)/ = 2;3,
/[^0-9]+/ = 4;5;6;7;8;9;10;11;12;13;16;19;20;21;22;40;41;42;43;44;45;46;47;48;49;50;51;52;53;54;55,
/^([1-9]|1[0-2])(\-([1-9]|1[0-2]))*$/ = 14"
champsEcologiques = "ve_lumiere,ve_temperature,ve_continentalite,ve_humidite_atmos,ve_humidite_edaph,ve_reaction_sol,ve_nutriments_sol,ve_salinite,ve_texture_sol,ve_mat_org_sol"
 
/branches/refact/scripts/modules/tapirlink/Tapirlink.php
New file
0,0 → 1,93
<?php
//declare(encoding='UTF-8');
/**
* Exemple de lancement du script : :
* /opt/lampp/bin/php cli.php cel -a chargerTous
*
* @category php 5.2
* @package eFlore/Scripts
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright Copyright (c) 2011, Tela Botanica (accueil@tela-botanica.org)
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
* @version $Id$
*/
class Tapirlink extends EfloreScript {
 
public function executer() {
try {
$this->initialiserProjet('tapirlink');
 
// Lancement de l'action demandée
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'chargerTous' :
$this->chargerStructureSql();
$this->chargerTapirlink();
break;
case 'supprimerTous' :
$this->supprimerTous();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
protected function initialiserProjet($projet) {
$bases = $this->getListeBases();
parent::initialiserProjet($projet);
$this->verifierPresenceBdd($bases);
}
 
private function getListeBases() {
$requete = "SHOW DATABASES";
$bases = $this->getBdd()->recupererTous($requete);
return $bases;
}
 
private function verifierPresenceBdd($bases) {
$bddNom = Config::get('bdd_nom');
$existe = false;
foreach ($bases as $base) {
if ($base['Database'] == $bddNom) {
$existe = true;
break;
}
}
if ($existe === false) {
$message = "Veuillez créer la base de données '$bddNom'.";
throw new Exception($message);
}
}
 
private function chargerTapirlink() {
$tablesCodes = array_keys(Config::get('tables'));
foreach ($tablesCodes as $code) {
echo "Chargement de la table : $code\n";
$this->chargerFichierTsvDansTable($code);
}
}
 
private function chargerFichierTsvDansTable($code) {
$chemin = Config::get('chemins.'.$code);
$table = Config::get('tables.'.$code);
$requete = "LOAD DATA INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '' ".
" ESCAPED BY '\\\' ".
'IGNORE 1 LINES';
$this->getBdd()->requeter($requete);
}
 
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS raw_occurrence_record ";
$this->getBdd()->requeter($requete);
}
}
?>
/branches/refact/scripts/modules/tapirlink/A_LIRE.txt
New file
0,0 → 1,0
Créer une base de données tb_hit_indexation avant de lancer les scripts
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/branches/refact/scripts/modules/tapirlink/tapirlink.ini
New file
0,0 → 1,15
version="1_00"
dossierTsv = "{ref:dossierDonneesEflore}tapirlink/2012-01-30/"
dossierSql = "{ref:dossierTsv}"
bdd_nom = "tb_hit_indexation"
 
[tables]
enr = raw_occurrence_record
 
[fichiers]
structureSql = "raw_occurrence_record_v{ref:version}.sql"
enr = "{ref:tables.enr}.tsv"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
enr = "{ref:dossierTsv}{ref:fichiers.enr}"
/branches/refact/scripts/modules/osm/carto-osm-maj.sh
New file
0,0 → 1,79
#!/bin/bash
# Mohcen BENMOUNAH & Jean-Pascal MILCENT [19 juillet 2011]
# Script de lancement de l'integration des donnees OSM pour le geocodage inverse
#
# Serveur
#CHEMIN_JAVA="/usr/local/jdk/bin/java"
#CHEMIN_PHP="/usr/local/bin/php"
#CHEMIN_SCRIPT="/home/telabotap/www/eflore/scripts/carto-osm/actuel"
#CHEMIN_OSMOSIS="/usr/local/sbin/osmosis-0.39/bin/osmosis"
#CHEMIN_FICHIER_OSM="/home/telabotap/www/eflore/donnees/osm"
# Local
CHEMIN_JAVA="/usr/bin/java"
CHEMIN_SCRIPT="/home/jpm/web/eflore/eflore-projets/scripts"
CHEMIN_OSMOSIS="/home/jpm/Applications/osmosis-0.39/bin/osmosis"
CHEMIN_FICHIER_OSM="/home/jpm/Documents/osm"
CHEMIN_PHP="/opt/lampp/bin/php"
 
CHEMIN_LOG="$CHEMIN_SCRIPT/logs"
MEMORY_LIMIT_PHP="4000M"
 
echo "Telechargement du nouveau fichier OSM ...";
wget -r http://download.geofabrik.de/osm/europe/france.osm.bz2 -O "$CHEMIN_FICHIER_OSM/france.osm.bz2"
 
echo "Export de l'emplacement du binaire Java dans la variable d'environnement JAVACMD";
export JAVACMD="$CHEMIN_JAVA"
 
echo "Filtrage du fichier en cours ...";
$CHEMIN_OSMOSIS \
--fast-read-xml "$CHEMIN_FICHIER_OSM/france.osm.bz2" \
--tf accept-relations admin_level=8 \
--tf accept-relations type=boundary \
--tf accept-relations ref:INSEE=* \
--used-way \
--used-node \
--wx $CHEMIN_FICHIER_OSM/france_communes_new.osm
 
if [ ! -f "$CHEMIN_FICHIER_OSM/france_communes_old.osm" ] ; then
echo "Analyse du fichier osm en cours ...";
$CHEMIN_PHP -d memory_limit=$MEMORY_LIMIT_PHP $CHEMIN_SCRIPT/cli.php osm/parseur_osm -a analyser -m manuel -f "$CHEMIN_FICHIER_OSM/france_communes_new.osm" > $CHEMIN_LOG/analyse.log
else
echo "Suppression du fichier DIFF existant en cours ...";
rm -f "$CHEMIN_FICHIER_OSM/france_communes_diff.osm"
echo "Déduction de la différence en cours ...";
$CHEMIN_OSMOSIS\
--read-xml file="$CHEMIN_FICHIER_OSM/france_communes_new.osm" \
--read-xml file="$CHEMIN_FICHIER_OSM/france_communes_old.osm" \
--derive-change \
--write-xml-change file="$CHEMIN_FICHIER_OSM/france_communes_diff.osm"
echo "Debut de la mise a jour de base ...";
$CHEMIN_PHP -d memory_limit=$MEMORY_LIMIT_PHP $CHEMIN_SCRIPT/cli.php osm/mise_a_jour -a MAJ -f "$CHEMIN_FICHIER_OSM/france_communes_diff.osm" > $CHEMIN_LOG/analyse.log
fi
 
echo "Renommage du fichier NEW en OLD en cours ...";
mv "$CHEMIN_FICHIER_OSM/france_communes_new.osm" "$CHEMIN_FICHIER_OSM/france_communes_old.osm"
 
echo Traitement de l\'ordre en cours ...;
$CHEMIN_PHP -d memory_limit=$MEMORY_LIMIT_PHP $CHEMIN_SCRIPT/cli.php osm/parseur_osm -a ordre
 
echo "Remplissage des polygones en cours ...";
$CHEMIN_PHP -d memory_limit=$MEMORY_LIMIT_PHP $CHEMIN_SCRIPT/cli.php osm/parseur_osm -a polygone
 
echo Remise de l\'ordre a zero en cours ...;
$CHEMIN_PHP -d memory_limit=$MEMORY_LIMIT_PHP $CHEMIN_SCRIPT/cli.php osm/parseur_osm -a zero
 
echo Traitement de l\'ordre des polygones incomplets en cours ...;
$CHEMIN_PHP -d memory_limit=$MEMORY_LIMIT_PHP $CHEMIN_SCRIPT/cli.php osm/parseur_osm -a ordonnerPolygoneInc
 
echo "Remplissage des polygones incomplets en cours ...";
$CHEMIN_PHP -d memory_limit=$MEMORY_LIMIT_PHP $CHEMIN_SCRIPT/cli.php osm/parseur_osm -a remplirPolygoneInc
 
echo "Renommage des polygones incomplets en cours ...";
$CHEMIN_PHP -d memory_limit=$MEMORY_LIMIT_PHP $CHEMIN_SCRIPT/cli.php osm/parseur_osm -a renommer
 
echo "Definition des centroids en cours ...";
$CHEMIN_PHP -d memory_limit=$MEMORY_LIMIT_PHP $CHEMIN_SCRIPT/cli.php osm/parseur_osm -a centre
 
echo "FIN DE LA MISE A JOUR !";
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
Added: svn:executable
+*
\ No newline at end of property
/branches/refact/scripts/modules/osm/carto-osm-cron
New file
0,0 → 1,22
#!/bin/bash
#
# Mohcen BENMOUNAH & Jean-Pascal MILCENT [19 juillet 2011]
# /etc/init.d/carto-osm : demarage/arrete/etat du cron de l'integration des donnees OSM pour le Geocodage Inverse (carto-osm)
# Lancement toutes les semaines le samedi matin après 3h00
 
while true
do
JOUR=$(date "+%u")
HEURE=$(date "+%H")
# Si nous sommes samedi (=6) et après 3 heures du matin
if [ $JOUR -eq 6 ] && [ $HEURE -gt 3 ] ; then
logger "Lancement script carto-osm-maj.sh"
sudo -u telabotap /usr/local/sbin/carto-osm-maj.sh
logger "Arret script carto-osm-maj.sh"
# Nous retenterons de vérifier jour et heure dans 6 jours
sleep 6d
else
# Tentative toutes les 2h de vérification du jour et de l'heure
sleep 2h
fi
done
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/branches/refact/scripts/modules/osm/MiseAJour.php
New file
0,0 → 1,397
<?php
/**
* Exemple lancement:
* /opt/lampp/bin/php -d memory_limit=3500M cli.php osm/mise_a_jour -a MAJ -f fichier_osm_a_analyser
*/
class MiseAjour extends Script {
private $communes = array();
private $relations_communes = array();
private $relation_a_chemins = array();
private $chemin_a_noeuds = array();
private $noeuds = array();
private $pas = 10000;
private $pas_commune = 1000;
 
protected $parametres_autorises = array(
'-f' => array(true, null, 'Chemin du fichier osm à analyser'));
 
public function executer() {
$this->bdd = new Bdd();
 
// Lancement de l'action demandée
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'MAJ' :
$this->MettreAjour();
break;
default :
$this->traiterErreur('Erreur : la commande "%s" n\'existe pas!', array($cmd));
}
}
 
 
/**
* Fonction permettant de traiter et d'analyser le fichier de différence et de mettre à jour la base de données
* en tenant compte des trois cas:Suppression, Création ,modification
*/
private function MettreAjour() {
$lecteur = new XMLReader();
if ($lecteur->open($this->getParametre('f'))) {
$dom = new DomDocument();
while ($lecteur->read()) {
if ($lecteur->nodeType == XMLREADER::ELEMENT) {
if ($lecteur->localName == 'create') {
$creations = $lecteur->expand();
$this-> analyserCreations($creations);
}
if ($lecteur->localName == 'modify') {
$modifications = $lecteur->expand();
$this-> analyserModifications($modifications);
}
if ($lecteur->localName == 'delete') {
$suppressions = $lecteur->expand();
$this-> analyserSuppressions($suppressions);
}
}
}
} else {
$e = "Impossible d'ouvrir le fichier osm : %s";
$this->traiterErreur($e, array($this->getParametre('f')));
}
}
 
/**
* Fonction permettant le traitement du cas création concernant les relations, ways et les noeuds.
*/
private function analyserCreations($creations) {
$relations = $creations->getElementsByTagName('relation');
foreach ($relations as $relation) {
$this-> analyserRelation($relation);
if (count($this->relation_a_chemins) > $this->pas) {
$this->insererRelationAChemins();
}
if (count($this->relations_communes) > $this->pas_commune) {
$this->insererRelationsCommunes();
}
}
$ways = $creations->getElementsByTagName('way');
foreach ($ways as $way) {
$this->analyserWay($way);
if (count($this->chemin_a_noeuds) > $this->pas) {
$this->insererCheminANoeuds();
}
}
$noeuds = $creations->getElementsByTagName('node');
foreach ($noeuds as $noeud) {
$this->analyserNode($noeud);
if (count($this->noeuds) > $this->pas) {
$this->insererNoeuds();
}
}
$this->insererRelationsCommunes();
$this->insererRelationAChemins();
$this->insererCheminANoeuds();
$this->insererNoeuds();
}
 
/**
* Fonction permettant le traitement du cas modification concernant les relations, ways et les noeuds.
*/
private function analyserModifications($modifications) {
$relations = $modifications->getElementsByTagName('relation');
foreach ($relations as $relation) {
$this-> analyserRelation($relation);
if (count($this->relation_a_chemins) > $this->pas) {
$this->modifierRelationAChemins();
}
if (count($this->relations_communes) > $this->pas_commune) {
$this->modifierRelationsCommunes();
}
}
$ways = $modifications->getElementsByTagName('way');
foreach ($ways as $way) {
$this->analyserWay($way);
if (count($this->chemin_a_noeuds) > $this->pas) {
$this->modifierCheminANoeuds();
}
}
$noeuds = $modifications->getElementsByTagName('node');
foreach ($noeuds as $noeud) {
$this->analyserNode($noeud);
if (count($this->noeuds) > $this->pas) {
$this->modifierNoeuds();
}
}
$this->modifierRelationsCommunes();
$this->modifierRelationAChemins();
$this->modifierCheminANoeuds();
$this->modifierNoeuds();
}
 
/**
* Fonction permettant le traitement du cas suppression concernant les relations, ways et les noeuds.
*/
private function analyserSuppressions($suppressions) {
$relations = $suppressions->getElementsByTagName('relation');
foreach ($relations as $relation) {
$this-> analyserRelation($relation);
if (count($this->relation_a_chemins) > $this->pas) {
$this->supprimerRelationAChemins();
}
if (count($this->relations_communes) > $this->pas_commune) {
$this->supprimerRelationsCommunes();
}
}
$ways = $suppressions->getElementsByTagName('way');
foreach ($ways as $way) {
$this->analyserWay($way);
if (count($this->chemin_a_noeuds) > $this->pas) {
$this->supprimerCheminANoeuds();
}
}
$noeuds = $suppressions->getElementsByTagName('node');
foreach ($noeuds as $noeud) {
$this->analyserNode($noeud);
if (count($this->noeuds) > $this->pas) {
$this->supprimerNoeuds();
}
}
$this->supprimerRelationsCommunes();
$this->supprimerRelationAChemins();
$this->supprimerCheminANoeuds();
$this->supprimerNoeuds();
}
 
 
/**
* Récupère l'id commune, nom commune et le code INSEE et remplie la table `osm_relations`
*/
private function analyserRelation($relation) {
$relation_id = $this->proteger($relation->getAttribute('id'));
$chemins = $relation->getElementsByTagName('member');
foreach ($chemins as $chemin) {
if ($chemin->getAttribute('type') == 'way') { //écarter le noeud centrale
$chemin_id = $this->proteger($chemin->getAttribute('ref'));
$role = $this->proteger($chemin->getAttribute('role'));//role: null, inner, outer, exclave et enclave.
$this->relation_a_chemins[] = array($relation_id, $chemin_id, $role);
}
}
$commune_nom = null;
$commune_insee = null;
$tags = $relation->getElementsByTagName('tag');
foreach ($tags as $tag) {
$tag_cle = $tag->getAttribute('k');
$tag_val = $tag->getAttribute('v');
switch ($tag_cle) {
case 'name' :
$commune_nom = $this->proteger($tag_val);
break;
case 'ref:INSEE' :
$commune_insee = $this->proteger($tag_val);
break;
}
if (!is_null($commune_nom) && !is_null($commune_insee)) {
$this->relations_communes[] = array($relation_id, $commune_nom, $commune_insee);
if (!isset($this->communes[$commune_insee])) {
$this->communes[$commune_insee] = $relation_id;
} else {
$e = "La relation #%s contient déjà le tag ref:INSEE avec la valeur %s.".
"Veuillez corriger la carte OSM.";
$this->traiterErreur($e, array($this->communes[$commune_insee], $commune_insee, $relation_id));
}
break;
}
}
}
 
/**
* Récupère l'id_way et tous les id_node de chaque way et remplie la table `osm_chemin_a_noeuds`
*/
private function analyserWay($way) {
$chemin_id = $this->proteger($way->getAttribute('id'));
$ordre = 0;
$noeuds = $way->getElementsByTagName('nd');
$chemin_a_noeuds = array();
foreach ($noeuds as $noeud) {
$noeud_id = $this->proteger($noeud->getAttribute('ref'));
$ordre++;
$this->chemin_a_noeuds[] = array($chemin_id, $noeud_id, $ordre);
}
}
 
/**
* Fonction qui récupère tous les l'id_node et les valeurs(Lat/Lon) correspondantes et remplie la table `osm_noeuds`
*/
private function analyserNode($node) {
$noeud_id = $this->proteger($node->getAttribute('id'));
$lat = $this->proteger($node->getAttribute('lat'));
$lon = $this->proteger($node->getAttribute('lon'));
$this->noeuds[] = array($noeud_id, $lat, $lon);
}
 
//Insertion des relations
private function insererRelationsCommunes() {
$requete = 'INSERT INTO osm_relations (id_relation, nom, code_insee) '.
'VALUES '.$this->creerValuesMultiple($this->relations_communes);
$this->inserer($requete);
$this->relations_communes = array();
}
 
//Insertion des relations à chemins
private function insererRelationAChemins() {
$requete = 'INSERT INTO osm_relation_a_chemins (id_relation, id_chemin, role) '.
'VALUES '.$this->creerValuesMultiple($this->relation_a_chemins);
$this->inserer($requete);
$this->relation_a_chemins = array();
}
 
//Insertion des chemins à noeuds
private function insererCheminANoeuds() {
$requete = 'INSERT INTO osm_chemin_a_noeuds (id_chemin, id_noeud, ordre) '.
'VALUES '.$this->creerValuesMultiple($this->chemin_a_noeuds);
$this->inserer($requete);
$this->chemin_a_noeuds = array();
}
 
//Insertion des noeuds
private function insererNoeuds() {
$requete = 'INSERT INTO osm_noeuds (id_noeud, lat, `long`) '.
'VALUES '.$this->creerValuesMultiple($this->noeuds);
$this->inserer($requete);
$this->noeuds = array();
}
 
//Update des relations
private function modifierRelationsCommunes() {
$donnees = $this->relations_communes;
foreach ($donnees as $donnee) {
$requete = 'UPDATE osm_relations '.
"SET id_relation = $donnee[0], nom = $donnee[1], code_insee = $donnee[2] ".
"WHERE id_relation = $donnee[0]";
$this->inserer($requete);
}
$this->relations_communes = array();
}
 
/*
*Update des relations à chemins en supprimant l'ancienne relation et tous ses chemins
*de la table osm_relation_a_chemins et insérer la nouvelle
*/
private function modifierRelationAChemins() {
$relations_a_chemins_a_supp = array();
$donnees = $this->relation_a_chemins;
foreach ($donnees as $donnee) {
$relations_a_chemins_a_supp[] = $donnee[0];
}
$values_chaine = '('.implode(',',array_unique($relations_a_chemins_a_supp)).')';
$requete = 'DELETE FROM osm_relation_a_chemins '.
"WHERE id_relation IN $values_chaine";
$this->inserer($requete);
foreach ($donnees as $donnee) {
$requete = 'INSERT INTO osm_relation_a_chemins (id_relation, id_chemin, role) '.
"VALUES ($donnee[0], $donnee[1], $donnee[2]);";
$this->inserer($requete);
}
$this->relation_a_chemins = array();
}
 
/*
*Update des chemins à noeuds en supprimant l'ancien chemin et tous ses noeuds
*de la table osm_chemins_a_noeuds et insérer le nouveau
*/
private function modifierCheminANoeuds() {
$chemin_a_noeuds_a_supp = array();
$donnees = $this->chemin_a_noeuds;
foreach ($donnees as $donnee) {
$chemin_a_noeuds_a_supp[] = $donnee[0];
}
$values_chaine = '('.implode(',',array_unique($chemin_a_noeuds_a_supp)).')';
$requete = 'DELETE FROM osm_chemin_a_noeuds '.
"WHERE id_chemin IN $values_chaine";
$this->inserer($requete);
foreach ($donnees as $donnee) {
$requete = 'INSERT INTO osm_chemin_a_noeuds (id_chemin, id_noeud, ordre) '.
"VALUES ($donnee[0], $donnee[1], $donnee[2]);";
$this->inserer($requete);
}
$this->chemin_a_noeuds = array();
}
 
 
//Update des noeuds
private function modifierNoeuds() {
$donnees = $this->noeuds;
foreach ($donnees as $donnee) {
$requete = 'UPDATE osm_noeuds '.
"SET id_noeud = $donnee[0], lat = $donnee[1], `long` = $donnee[2] ".
"WHERE id_noeud = $donnee[0]";
$this->inserer($requete);
}
$this->noeuds = array();
}
 
 
//Suppressions des relations
private function supprimerRelationsCommunes() {
$donnees = $this->relations_communes;
foreach ($donnees as $donnee) {
$requete = 'DELETE FROM osm_relations '.
"WHERE id_relation = $donnee[0]";
$this->inserer($requete);
}
$this->relations_communes = array();
}
 
//Suppressions des relations à chemins
private function supprimerRelationAChemins() {
$donnees = $this->relations_communes;
foreach ($donnees as $donnee) {
$donnees = $this->relation_a_chemins;
$requete = 'DELETE FROM osm_relation_a_chemins '.
"WHERE id_relation = $donnee[0]";
$this->inserer($requete);
}
$this->relation_a_chemins = array();
}
 
//Suppressions des chemins à noeuds
private function supprimerCheminANoeuds() {
$donnees = $this->chemin_a_noeuds;
foreach ($donnees as $donnee) {
$donnees = $this->relation_a_chemins;
$requete = 'DELETE FROM osm_chemin_a_noeuds '.
"WHERE id_chemin = $donnee[0]";
$this->inserer($requete);
}
$this->chemin_a_noeuds = array();
}
 
//Suppressions des chemins à noeuds
private function supprimerNoeuds() {
$donnees = $this->noeuds;
foreach ($donnees as $donnee) {
$requete = 'DELETE FROM osm_noeuds '.
"WHERE id_noeud = $donnee[0]";
$this->inserer($requete);
}
$this->noeuds = array();
}
 
private function inserer($requete) {
$this->bdd->requeter($requete);
}
 
private function proteger($chaine) {
return $this->bdd->proteger($chaine);
}
 
private function creerValuesMultiple($donnees) {
$values = array();
foreach ($donnees as $donnee) {
$values[] = implode(',', $donnee);
}
$values_chaine = '('.implode('),(', $values).')';
return $values_chaine;
}
}
?>
/branches/refact/scripts/modules/osm/carto-osm
New file
0,0 → 1,41
#!/bin/sh
#/etc/rc.d/init.d/
#
# Jean-Pascal MILCENT & Mohcen BENMOUNAH [19 juillet 2011]
# Service de lancement des scripts d'integration des donnees OSM pour le service de Geocadage Inverse
#
case "$1" in
 
start)
 
echo "Demarrage de carto-osm-cron :"
nohup /usr/local/sbin/carto-osm-cron 1>/dev/null 2>/dev/null &
 
;;
 
stop)
 
echo "Arret de carto-osm-cron"
PID=`ps -eaf | grep carto-osm-cron | grep -v grep | tr -s ' ' | cut -d' ' -f2 | head -n1`
kill -9 ${PID}
 
;;
 
status)
 
echo -n "Voici les PID du processus carto-osm-cron :"
PID=`ps -eaf | grep carto-osm-cron | grep -v grep | tr -s ' ' | cut -d' ' -f2 | head -n1`
echo ${PID}
 
;;
 
 
*)
 
echo "Usage: {start|stop|status}"
 
exit 1
 
;;
 
esac
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/branches/refact/scripts/modules/osm/ParseurOsm.php
New file
0,0 → 1,667
<?php
/**
* Exemple de lancement du script :
* /opt/lampp/bin/php cli.php osm/parseur_osm -a compter -f "/home/jpm/Stockage/osm/languedoc-roussillon-communes.osm"
*
*/
class ParseurOsm extends Script {
 
private $communes = array();
private $relations_communes = array();
private $relation_a_chemins = array();
private $chemin_a_noeuds = array();
private $noeuds = array();
private $pas = 10000;
private $pas_commune = 1000;
 
protected $parametres_autorises = array(
'-f' => array(true, null, 'Chemin du fichier osm à analyser'),
'-m' => array(false, 'auto', 'Mode «auto» ou «manuel». En manuel, les compteurs dans les boucles sont affichés.'));
 
public function executer() {
$this->bdd = new Bdd();
 
// Lancement de l'action demandée
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'analyser' :
$this->lireFichierOsm();
break;
case 'ordre' :
$this->ordonnerWays();
break;
case 'polygone' :
$this->remplirPolygone();
break;
case 'zero' :
$this->remettreOrdreAZero();
break;
case 'ordonnerPolygoneInc' :
$this->relationsPolygoneIncomplet(1, 0);
break;
case 'remplirPolygoneInc' :
$this->remplirCommunesPolygoneIncomplet();
break;
case 'renommer' :
$this->renommerEnPolygoneIncomplet();
break;
case 'centre' :
$this->centroid();
break;
default :
$this->traiterErreur('Erreur : la commande "%s" n\'existe pas!', array($cmd));
}
}
 
 
/**
* Lit le fichier OSM et lance l'analyse des noeuds xml en fonction de leur type.
*/
private function lireFichierOsm() {
$lecteur = new XMLReader();
if ($lecteur->open($this->getParametre('f'))) {
$dom = new DomDocument();
while ($lecteur->read()) {
if ($lecteur->nodeType == XMLREADER::ELEMENT) {
if ($lecteur->localName == 'relation') {
$relation = $lecteur->expand();
$this->analyserRelation($relation);
 
if (count($this->relation_a_chemins) > $this->pas) {
$this->insererRelationAChemins();
}
if (count($this->relations_communes) > $this->pas_commune) {
$this->insererRelationsCommunes();
}
} else if ($lecteur->localName == 'way') {
$way = $lecteur->expand();
$this->analyserWay($way);
 
if (count($this->chemin_a_noeuds) > $this->pas) {
$this->insererCheminANoeuds();
}
} else if ($lecteur->localName == 'node') {
$node = $lecteur->expand();
$this->analyserNode($node);
if (count($this->noeuds) > $this->pas) {
$this->insererNoeuds();
}
}
}
if (count($this->noeuds) > $this->pas) {
$this->insererNoeuds();
$this->insererCheminANoeuds();
}
if ($this->getParametre('m') == 'manuel') {
$this->afficherAvancement("Analyse de la ligne du fichier OSM : ", 1);
}
}
$this->insererRelationsCommunes();
$this->insererRelationAChemins();
$this->insererCheminANoeuds();
$this->insererNoeuds();
} else {
$e = "Impossible d'ouvrir le fichier osm : %s";
$this->traiterErreur($e, array($this->getParametre('f')));
}
}
 
/**
* Récupère l'id commune, nom commune et le code INSEE et remplie la table `CommuneOSM`
*/
private function analyserRelation($relation) {
$relation_id = $this->proteger($relation->getAttribute('id'));
$chemins = $relation->getElementsByTagName('member');
foreach ($chemins as $chemin) {
if ($chemin->getAttribute('type') == 'way') { //écarter le noeud centrale
$chemin_id = $this->proteger($chemin->getAttribute('ref'));
$role = $this->proteger($chemin->getAttribute('role'));//role: null, inner, outer, exclave et enclave.
$this->relation_a_chemins[] = array($relation_id, $chemin_id, $role);
}
}
$commune_nom = null;
$commune_insee = null;
$tags = $relation->getElementsByTagName('tag');
foreach ($tags as $tag) {
$tag_cle = $tag->getAttribute('k');
$tag_val = $tag->getAttribute('v');
switch ($tag_cle) {
case 'name' :
$commune_nom = $this->proteger($tag_val);
break;
case 'ref:INSEE' :
$commune_insee = $this->proteger($tag_val);
break;
}
if (!is_null($commune_nom) && !is_null($commune_insee)) {
$this->relations_communes[] = array($relation_id, $commune_nom, $commune_insee);
if (!isset($this->communes[$commune_insee])) {
$this->communes[$commune_insee] = $relation_id;
} else {
$e = "La relation #%s contient déjà le tag ref:INSEE avec la valeur %s.".
"Veuillez corriger la carte OSM.";
$this->traiterErreur($e, array($this->communes[$commune_insee], $commune_insee, $relation_id));
}
break;
}
}
}
 
/**
* Récupère l'id_way et tous les id_node de chaque way et remplie la table `osm_chemin_a_noeuds`
*/
private function analyserWay($way) {
$chemin_id = $this->proteger($way->getAttribute('id'));
$ordre = 0;
$noeuds = $way->getElementsByTagName('nd');
$chemin_a_noeuds = array();
foreach ($noeuds as $noeud) {
$noeud_id = $this->proteger($noeud->getAttribute('ref'));
$ordre++;
$this->chemin_a_noeuds[] = array($chemin_id, $noeud_id, $ordre);
}
}
 
/**
* Fonction qui récupère tous les l'id_node et les valeurs(Lat/Lon) correspondantes et remplie la table `osm_noeuds`
*/
private function analyserNode($node) {
$noeud_id = $this->proteger($node->getAttribute('id'));
$lat = $this->proteger($node->getAttribute('lat'));
$lon = $this->proteger($node->getAttribute('lon'));
$this->noeuds[] = array($noeud_id, $lat, $lon);
}
 
private function insererRelationsCommunes() {
$requete = 'INSERT INTO osm_relations (id_relation, nom, code_insee) '.
'VALUES '.$this->creerValuesMultiple($this->relations_communes);
$this->inserer($requete);
$this->relations_communes = array();
}
 
private function insererRelationAChemins() {
$requete = 'INSERT INTO osm_relation_a_chemins (id_relation, id_chemin, role) '.
'VALUES '.$this->creerValuesMultiple($this->relation_a_chemins);
$this->inserer($requete);
$this->relation_a_chemins = array();
}
 
private function insererCheminANoeuds() {
$requete = 'INSERT INTO osm_chemin_a_noeuds (id_chemin, id_noeud, ordre) '.
'VALUES '.$this->creerValuesMultiple($this->chemin_a_noeuds);
$this->inserer($requete);
$this->chemin_a_noeuds = array();
}
 
private function insererNoeuds() {
$requete = 'INSERT INTO osm_noeuds (id_noeud, lat, `long`) '.
'VALUES '.$this->creerValuesMultiple($this->noeuds);
$this->inserer($requete);
$this->noeuds = array();
}
 
/**
* Fonction qui rajoute l'ordre et le sens de chaque way d'une relation dans la table `osm_relation_a_chemins`
* ALGO:
* -On fait un select de toutes les ways d'une relation.
* -On fait un count sur le tableau ways resutlant.
* -On met l'ordre du premier Way à 0.
* -On met : Actuelway = id_premier_way
* -Select dans table nodes, les nodes du way actuel
* -On prend le dernier noeud
* -On met : ActuelNoeud = id_dernier_noeud
* -Boucle for (i = 0; i < count(tabeau_way); i++) { sur le nombre de ways
* -On sélectionne id_way suivant qui contient le dernier_noeud du précédent
* (En écartant l'id_way déja existant )
* -On recherche les noeuds du nouveau way
* -On teste sur les extrémités du way précédent(dernier noeud) et suivant(premier noeud)
* -si égalité: $nombrePolygone=1;
* -sens:directe
* -ordre++
* -ActuelNoeud = id_dernier_noeud
* sinon
* -sens:indirecte
* -ordre++
* -ActuelNoeud = id_premier_noeud
* }
*/
private function ordonnerWays() {
$requete = 'SELECT DISTINCT id_relation '.
'FROM osm_relation_a_chemins ';
$relations = $this->bdd->recupererTous($requete);
foreach ($relations as $relation) {
$idRelation = $relation['id_relation'];
$requete = 'SELECT id_chemin '.
'FROM osm_relation_a_chemins '.
"WHERE id_relation = $idRelation";
$ways = $this->bdd->recupererTous($requete);
$nombreWays = count($ways);
// premier élément du tableau
$idPremierWay = $ways[0]['id_chemin'];
$wayActuel = $idPremierWay;
$requete = 'UPDATE osm_relation_a_chemins '.
'SET ordre = 0, sens = "directe" '.
"WHERE id_relation = $idRelation ".
"AND id_chemin = $wayActuel ";
$this->inserer($requete);
// selection dernier noeud
$requete = 'SELECT id_noeud '.
'FROM osm_chemin_a_noeuds '.
"WHERE id_chemin = $wayActuel ORDER BY ordre";
$nodes = $this->bdd->recupererTous($requete);
$nombreNodes = count($nodes);
$dernierNoeud = $nodes[$nombreNodes - 1]['id_noeud'];
$noeudActuel = $dernierNoeud;
for ($ordre = 1; $ordre < $nombreWays; $ordre++) {
//selectionner le way qui possède le dernier noeud du précédent way et écarter l'actuel
$requete = 'SELECT WN.id_chemin '.
'FROM osm_relation_a_chemins AS RW LEFT JOIN osm_chemin_a_noeuds AS WN ON (RW.id_chemin = WN.id_chemin) '.
"WHERE WN.id_noeud = $noeudActuel ".
"AND WN.id_chemin != $wayActuel ".
"AND RW.id_relation = $idRelation ";
$ways = $this->bdd->recupererTous($requete);
if (isset($ways[0])) {
$wayActuel = $ways[0]['id_chemin'];
$requete = 'SELECT id_noeud '.
'FROM osm_chemin_a_noeuds '.
"WHERE id_chemin = $wayActuel ORDER BY ordre ";
$nodes = $this->bdd->recupererTous($requete);
$nombreNodes = count($nodes);
if ( strcmp($nodes[0]['id_noeud'], $noeudActuel ) == 0 ) {
$requete = 'UPDATE osm_relation_a_chemins '.
"SET ordre = '$ordre', sens = 'directe' ".
"WHERE id_relation = $idRelation ".
"AND id_chemin = $wayActuel ";
$this->inserer($requete);
$noeudActuel = $nodes[$nombreNodes-1]['id_noeud'];
} else {
$requete = 'UPDATE osm_relation_a_chemins '.
"SET ordre = '$ordre', sens = 'indirecte' ".
"WHERE id_relation = $idRelation ".
"AND id_chemin = $wayActuel";
$this->inserer($requete);
$noeudActuel = $nodes[0]['id_noeud'];
}
}
}
}
}
 
/**
* Fonction qui parcourt tous les ways les noeuds de chaque relation en prenant en considération l'ordre et
* le sens de chaque ways concaténés ensemble(séparés par des virgules). Update du champ polygone de chaque
* relation dans la table `osm_relations`
*/
private function remplirPolygone() {
$polygone = array();
$idNodes = array();
$String = '';
$requete = 'SELECT id_relation, nom, code_insee FROM osm_relations ';
$relations = $this->bdd->recupererTous($requete);
foreach ($relations as $relation) {
$idCommune = $relation['id_relation'];
$nomCommune = $relation['nom'];
$INSEE = $relation['code_insee'];
$requete = 'SELECT id_chemin FROM osm_relation_a_chemins '.
"WHERE id_relation = $idCommune ".
'ORDER BY ordre';
$ways = $this->bdd->recupererTous($requete);
foreach ($ways as $way) {
$idWay = $way['id_chemin'];
$requeteSensWay= "SELECT sens FROM osm_relation_a_chemins WHERE id_relation = $idCommune
AND id_chemin = $idWay";
$sens = $this->bdd->recupererTous($requeteSensWay);
$requeteNodes = "SELECT id_noeud FROM osm_chemin_a_noeuds WHERE id_chemin= $idWay ORDER BY ordre ";
$nodes = $this->bdd->recupererTous($requeteNodes);
if($sens[0]['sens'] == "directe") {
foreach ($nodes as $node) {
$idNodes[] = $node['id_noeud'];
}
$noeuds = implode(", ", $idNodes);
//requête IN qui gère l'ordre des noeuds de chaque way (CAS ASC)
$requeteLatitudeLongitude = 'SELECT NLL.id_noeud, NLL.lat, NLL.`long` '.
'FROM osm_chemin_a_noeuds WN, osm_noeuds NLL '.
"WHERE NLL.id_noeud IN ($noeuds) ".
'AND WN.id_noeud = NLL.id_noeud '.
"AND WN.id_chemin = $idWay ORDER BY WN.ordre ASC";
unset($noeuds);
unset($idNodes);
$LatLons = $this->bdd->recupererTous($requeteLatitudeLongitude);
foreach ($LatLons as $LatLon) {
$Latitude = $LatLon['lat'];
$Longitude = $LatLon['long'];
$String = "$Latitude $Longitude";
$polygone[] = $String;
}
} else {
foreach ($nodes as $node) {
$idNodes[] = $node['id_noeud'];
}
$noeuds = implode(", ", $idNodes);
//requête IN qui gère l'ordre des noeuds de chaque way (CAS DESC)
$requeteLatitudeLongitude = 'SELECT NLL.id_noeud, NLL.lat, NLL.`long` '.
'FROM osm_chemin_a_noeuds WN ,osm_noeuds NLL '.
"WHERE NLL.id_noeud IN ($noeuds) ".
'AND WN.id_noeud = NLL.id_noeud '.
"AND WN.id_chemin = $idWay ORDER BY WN.ordre DESC";
unset($noeuds);
unset($idNodes);
$LatLons = $this->bdd->recupererTous($requeteLatitudeLongitude);
foreach ($LatLons as $LatLon) {
$Latitude = $LatLon['lat'];
$Longitude = $LatLon['long'];
$String = "$Latitude $Longitude";
$polygone[] = $String;
}
}
}
$this->etatPolygone($polygone, $idCommune, $nomCommune, $INSEE);
unset($separationVirgule);
unset($requeteNodes);
unset($String);
unset($polygone);
}
}
 
private function etatPolygone($polygone, $idCommune, $nomCommune, $INSEE) {
$separationVirgulePolygone = implode(', ', $polygone);
$nomCommuneProtege = $this->bdd->proteger($nomCommune);
$InseeProtege = $this->bdd->proteger($INSEE);
if ($polygone[0] == $polygone[count($polygone)-1]) { //test sur début et fin du polygone
//requête replace pour gérer la mise à jour à la suite
$requete = 'REPLACE INTO osm_communes (id_relation, nom, code_insee, polygon, note ) '.
"VALUES ($idCommune, $nomCommuneProtege, $InseeProtege, ".
"POLYFROMTEXT('MULTIPOLYGON ((($separationVirgulePolygone)))'),'Polygone complet');";
} else {
$requete = 'REPLACE INTO osm_communes (id_relation, nom, code_insee, polygon, note ) '.
"VALUES ($idCommune, $nomCommuneProtege, $InseeProtege, ".
"POLYFROMTEXT('MULTIPOLYGON ((($separationVirgulePolygone)))'),'Polygone incomplet');";
}
$this->inserer($requete);
}
 
//Fonction qui remet à zéro l'ordre des ways des communes des polygones incomplets fait précédement
private function remettreOrdreAZero() {
$requeteRelations = "SELECT id_relation FROM osm_communes WHERE note LIKE 'Polygone incomplet'";
$relations = $this->bdd->recupererTous($requeteRelations);
foreach ($relations as $relation) {
$idRelation = $relation['id_relation'];
$requeteWays = "SELECT id_chemin FROM osm_relation_a_chemins WHERE id_relation= $idRelation";
$ways = $this->bdd->recupererTous($requeteWays);
foreach ($ways as $way) {
$idWay = $way['id_chemin'];
$this-> inserer('UPDATE osm_relation_a_chemins SET ordre = NULL '.
"WHERE id_relation = $idRelation AND id_chemin = $idWay ;");
}
}
 
}
 
/**
* Fonction qui récupère les relations des polygones incomplets et appelle pour chaque relation la fonction
* ordonnerPolygoneIncomplet($ordre,$tour,$idRelation,$nombrePolygone)
*/
private function relationsPolygoneIncomplet($ordre, $tour) {
$nombrePolygone = 1;
$requeteRelations = "SELECT id_relation FROM osm_communes WHERE note LIKE 'Polygone incomplet'";
$relations = $this->bdd->recupererTous($requeteRelations);
foreach ($relations as $relation) {
$nombrePolygone = 1;
$idRelation = $relation['id_relation'];
$this->ordonnerPolygoneIncomplet($ordre,$tour,$idRelation,$nombrePolygone);
}
}
 
/**
* Fonction récursive qui exécute la même tâche que la fonction ordonnerWays() pour chaque polygone d'un
* multipolygone et remplie le champ NbPoly dans la table `osm_relation_a_chemins` qui correspond au nombre de polygone fermé
* dans le multipolygone
*/
private function ordonnerPolygoneIncomplet($ordre, $tour, $idRelation, $nombrePolygone) {
$requeteWays = 'SELECT id_chemin FROM osm_relation_a_chemins '.
"WHERE id_relation = $idRelation AND ordre = 'NULL'";
$ways = $this->bdd->recupererTous($requeteWays);
$tempWays = $ways;
$nombreWays = count($ways);
// premier élément du tableau
$idPremierWay = $ways[0]['id_chemin'];
$wayActuel = $idPremierWay;
$this-> inserer('UPDATE osm_relation_a_chemins '.
"SET ordre = $ordre, sens = 'directe', nbre_poly = $nombrePolygone ".
"WHERE id_relation = $idRelation ".
"AND id_chemin = $wayActuel ;");
//selection dernier noeud
$requeteNodes = "SELECT id_noeud FROM osm_chemin_a_noeuds WHERE id_chemin = $wayActuel ORDER BY ordre;";
$nodes = $this->bdd->recupererTous($requeteNodes);
$nombreNodes = count($nodes);
$premierNoeud = $nodes[0]['id_noeud'];
$dernierNoeud = $nodes[$nombreNodes-1]['id_noeud'];
$noeudActuel = $dernierNoeud;
$tour++;
//Condition pour laquelle la boucle while continue à tourner; tant que le premier noeud du polygone n'est
//égale au dernier et tant qu'il reste des ways à gérer
while (($premierNoeud != $noeudActuel) && (($ordre % 1000) < count($tempWays))) {
//select le way qui possède le dernier noeud du précédent way et écarter l'actuel
$nombrePolygone;
$ordre++;
//select des ways qui n'ont pas été ordonnés: on obtient à chaque itération les ways qui restent à ordonner
$requeteWays = 'SELECT WN.id_chemin FROM (osm_chemin_a_noeuds WN, osm_relation_a_chemins RW) '.
"WHERE WN.id_noeud = $noeudActuel AND WN.id_chemin != $wayActuel ".
"AND RW.id_chemin = WN.id_chemin AND RW.id_relation = $idRelation ".
"AND RW.ordre = 'NULL' ;";
$ways = $this->bdd->recupererTous($requeteWays);
 
if (isset($ways[0])) {
$wayActuel = $ways[0]['id_chemin'];
$requeteNodes = "SELECT id_noeud FROM osm_chemin_a_noeuds WHERE id_chemin = $wayActuel ORDER BY ordre;";
$nodes = $this->bdd->recupererTous($requeteNodes);
$nombreNodes = count($nodes);
if (strcmp($nodes[0]['id_noeud'], $noeudActuel ) == 0) {
$this-> inserer("UPDATE osm_relation_a_chemins SET ordre = '$ordre', sens = 'directe', ".
"nbre_poly = $nombrePolygone ".
"WHERE osm_relation_a_chemins.id_relation = $idRelation ".
"AND osm_relation_a_chemins.id_chemin = $wayActuel");
$noeudActuel = $nodes[$nombreNodes-1]['id_noeud'];
} else {
$this-> inserer('UPDATE osm_relation_a_chemins '.
"SET ordre = '$ordre', sens = 'indirecte', ".
"nbre_poly = $nombrePolygone ".
"WHERE id_relation = $idRelation ".
"AND id_chemin = $wayActuel");
$noeudActuel = $nodes[0]['id_noeud'];
}
}
}
$ordre = 1000 * $tour; //différencier chaque polygone: pour chaque polygone on a un multiple de mille
$requeteCount = "SELECT ordre FROM osm_relation_a_chemins WHERE id_relation = $idRelation AND ordre = 0";
$count = $this->bdd->recupererTous($requeteCount);
if ((count($count)) != 0) { // s'ils en restent des ways à gérer
$nombrePolygone++;
//appelle de la fonction récursive
$this->ordonnerPolygoneIncomplet($ordre, $tour, $idRelation, $nombrePolygone);
}
}
 
/**
* Fonction qui récupère les relations des polygones incomplets et appelle pour chaque relation la fonction
* remplirPolygoneIncomplet($idRelation);
*/
private function remplirCommunesPolygoneIncomplet() {
$nombrePolygone = 1;
$requeteRelations = "SELECT id_relation FROM osm_communes WHERE note LIKE 'Polygone incomplet'";
$relations = $this->bdd->recupererTous($requeteRelations);
foreach ($relations as $relation) {
$idRelation = $relation['id_relation'];
$this->remplirPolygoneIncomplet($idRelation);//appel de la fonction avec comme paramètre ID-commune
}
}
 
/**
* Fonction qui exécute la même tâche que la fonction remplirPolygone() pour chaque polygone d'un multipolygone
* et renvoie un tableau MultiPolygone[] où chaque case contient un polygone fermé et appelle la fonction
* etatMultiPolygone($multiPolygone, $idCommune) qui remplie le Multipolygone de la commune correspondante
*/
private function remplirPolygoneIncomplet($idCommune) {
$polygone = array();
$multiPolygone = array();//tableau multipolygone qui contient tous les polygones d'un multipolygone
$idNodes = array();
$roles = array();//tableau roles qui contient les roles des ways
$String = "";
//sélectionner le nombre de polygones qui existe dans un multipolygone
$requete = 'SELECT MAX(nbre_poly) AS nbre_poly '.
'FROM osm_relation_a_chemins '.
"WHERE id_relation = $idCommune";
$nombrePolygone = $this->bdd->recupererTous($requete);
$nbPoly = $nombrePolygone[0]['nbre_poly'];
for ($tour = 1; $tour <= $nbPoly; $tour++) {//boucle for qui parcourt chaque polygone du multipolygone
$requeteWays = 'SELECT id_chemin FROM osm_relation_a_chemins '.
"WHERE id_relation = $idCommune ".
"AND nbre_poly = $tour ORDER BY ordre";
$ways = $this->bdd->recupererTous($requeteWays);
foreach ($ways as $way) {
$idWay = $way['id_chemin'];
$requeteSensWay = 'SELECT sens FROM osm_relation_a_chemins '.
"WHERE id_relation = $idCommune ".
"AND id_chemin = $idWay";//sélection de l'orientation du way
$sens= $this->bdd->recupererTous($requeteSensWay);
$requeteNodes = "SELECT id_noeud FROM osm_chemin_a_noeuds WHERE id_chemin= $idWay ORDER BY ordre";
$nodes = $this->bdd->recupererTous($requeteNodes);
if ($sens[0]['sens'] == "directe") {//test sur le sens des ways
foreach ($nodes as $node) {
$idNodes[] = $node['id_noeud'];
}
$noeuds = implode(", ", $idNodes);
//requête IN qui gère l'ordre des noeuds de chaque way (CAS ASC)
$requeteLatitudeLongitude = 'SELECT NLL.id_noeud, NLL.lat, NLL.`long` '.
'FROM osm_chemin_a_noeuds WN, osm_noeuds NLL '.
"WHERE NLL.id_noeud IN ($noeuds) ".
'AND WN.id_noeud = NLL.id_noeud '.
"AND WN.id_chemin= $idWay ORDER BY WN.ordre ASC";
unset($noeuds);
unset($idNodes);
$LatLons = $this->bdd->recupererTous($requeteLatitudeLongitude);
foreach ($LatLons as $LatLon) {
$Latitude = $LatLon['lat'];
$Longitude = $LatLon['long'];
$String = "$Latitude $Longitude";
$polygone[] = $String;
}
} else {
foreach ($nodes as $node) {
$idNodes[] = $node['id_noeud'];
}
$noeuds = implode(", ", $idNodes);
//requête IN qui gère l'ordre des noeuds de chaque way (CAS DESC)
$requeteLatitudeLongitude = 'SELECT NLL.id_noeud, NLL.lat, NLL.`long` '.
'FROM osm_chemin_a_noeuds WN, osm_noeuds NLL '.
"WHERE NLL.id_noeud IN ($noeuds) ".
'AND WN.id_noeud = NLL.id_noeud '.
"AND WN.id_chemin= $idWay ORDER BY WN.ordre DESC";
unset($noeuds);
unset($idNodes);
$LatLons = $this->bdd->recupererTous($requeteLatitudeLongitude);
foreach ($LatLons as $LatLon) {
$Latitude = $LatLon['lat'];
$Longitude = $LatLon['long'];
$String = "$Latitude $Longitude";
$polygone[] = $String;
}
}
}
$requeteRole = 'SELECT DISTINCT role '.
'FROM osm_relation_a_chemins '.
"WHERE id_relation = $idCommune ".
"AND nbre_poly = $tour ";
$role = $this->bdd->recupererTous($requeteRole);
$role = $role[0]['role'];
$separationVirgulePolygone = implode(", ", $polygone);
$multiPolygone[] = $separationVirgulePolygone;
$roles[] = $role;
unset($separationVirgulePolygone);
unset($polygone);
}
$this->etatMultiPolygone($multiPolygone, $roles, $idCommune, $nbPoly);//appel de la fonction de remplissage
}
 
/**
* Remplie le champ polygone à partir du tableau MultiPolygone
*/
private function etatMultiPolygone($multiPolygone, $roles, $idCommune, $nbPoly) {
$note = $this->proteger('Polygone complet');
if ($nbPoly == 2 && ((in_array('inner', $roles)) || (in_array('enclave', $roles)))) {//cas Outer Inner à deux polygones
$multiPoly = implode('),(', $multiPolygone);
$requete = 'UPDATE osm_communes '.
"SET polygon = MPOLYFROMTEXT('MULTIPOLYGON((($multiPoly)))'), ".
"note = $note ".
"WHERE id_relation = $idCommune ";
$this->inserer($requete);
}
if ((in_array('inner', $roles)) || (in_array('enclave', $roles)) != 1) { //tous les autres cas
$multiPoly = implode(')),((', $multiPolygone);
$requete = 'UPDATE osm_communes '.
"SET polygon = MPOLYFROMTEXT('MULTIPOLYGON((($multiPoly)))'), ".
"note = $note ".
"WHERE id_relation = $idCommune ";
$this->inserer($requete);
}
}
 
/**
* Renomme la note des polygones vides d'un polygone complet en polygone incomplet
*/
private function renommerEnPolygoneIncomplet() {
$requete = 'SELECT id_relation, ASTEXT(polygon) AS poly '.
'FROM osm_communes ';
$etatPolygones = $this->bdd->recupererTous($requete);
foreach ($etatPolygones as $etatPolygone ) {
if (isset($etatPolygone['poly']) == 0) {//test si le polygone est vide
$idCommune = $this->proteger($etatPolygone['id_relation']);
$note = $this->proteger('Polygone incomplet');
$requete = 'UPDATE osm_communes '.
"SET note = $note ".
"WHERE id_relation = $idCommune ";
$this->inserer($requete);
}
}
}
 
 
/**
* Récupère le point centre de chaque polygone et remplie la colonne "centre"
*/
private function centroid() {
$requete = 'SELECT id_relation, ASTEXT(polygon) AS poly '.
'FROM osm_communes ';
$communes = $this->bdd->recupererTous($requete);
foreach ($communes as $commune) {
$multipolygone = $commune['poly'];
$requete = "SELECT ASTEXT(CENTROID(MPOLYFROMTEXT('$multipolygone'))) AS centre ";
$point = $this->bdd->recupererTous($requete);
$centre = $this->proteger($point[0]['centre']);
$idCom = $this->proteger($commune['id_relation']);
$requete = 'UPDATE osm_communes '.
"SET centre = POINTFROMTEXT($centre) ".
"WHERE id_relation = $idCom ";
$this->inserer($requete);
}
}
 
private function creerValuesMultiple($donnees) {
$values = array();
foreach ($donnees as $donnee) {
$values[] = implode(',', $donnee);
}
$values_chaine = '('.implode('),(', $values).')';
return $values_chaine;
}
 
private function inserer($requete) {
$this->bdd->requeter($requete);
}
 
private function proteger($chaine) {
return $this->bdd->proteger($chaine);
}
 
}
?>
/branches/refact/scripts/modules/sophy/Export.php
New file
0,0 → 1,224
<?php
// Encodage : UTF-8
// +-------------------------------------------------------------------------------------------------------------------+
/**
* Export des données de SOPHY
*
* Description : classe permettant d'exporter les tableaux phytosociologiques de la banque de données SOPHY
* Utilisation : php script.php export
*
* @category PHP 5.3
* @package phytosocio
//Auteur original :
* @author Delphine CAUQUIL <delphine@tela-botanica.org>
* @copyright Copyright (c) 2009, Tela Botanica (accueil@tela-botanica.org)
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL-v3
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL-v2
* @version $Id$
*
* /opt/lampp/bin/php -d memory_limit=2048M cli.php sophy/export -a rien -c publication/strate/flore
* -f annee:sup:1990/auteur:like:ma%/departement:in:14,50,61,76,27/nomsci:like:trifolium%/fournier:neg: >log.txt
*
*
*
* export pour le crpf
*
*
* export pour les plantes de la liste rouge des suisses
* /opt/lampp/bin/php -d memory_limit=2048M cli.php sophy/export -a rien -f nomsci:in:"'Adenophora liliifolia (L.) A. DC.','Adenostyles leucophylla (Willd.) Rchb.','Allium angulosum L.','Allium rotundum L.','Anagallis minima (L.) E. H. L. Krause','Anagallis tenella (L.) L.','Anchusa officinalis L.','Andromeda polifolia L.','Androsace brevis (Hegetschw.) Ces.','Anemone baldensis L.','Anemone sylvestris L.','Anogramma leptophylla (L.) Link','Apium repens (Jacq.) Lag.','Aquilegia einseleana F. W. Schultz','Artemisia nivalis Braun-Blanq.','Asperugo procumbens L.','Asplenium adulterinum Milde','Asplenium billotii F. W. Schultz','Asplenium foreziense Magnier','Astragalus australis (L.) Lam.','Barbarea stricta Andrz.','Blackstonia acuminata (W. D. J. Koch & Ziz) Domin','Bromus grossus DC.','Bufonia paniculata Dubois','Campanula excisa Murith','Campanula latifolia L.','Cardamine kitaibelii Bech.','Cardamine matthioli Moretti','Carduus crispus L.','Carex baldensis L.','Carex fimbriata Schkuhr','Carex hartmanii Cajander','Carpesium cernuum L.','Chenopodium ficifolium Sm.','Chenopodium rubrum L.','Clematis alpina (L.) Mill.','Corydalis intermedia (L.) Mérat','Corydalis solida (L.) Clairv.','Crepis pygmaea L.','Crepis terglouensis (Hacq.) A. Kern.','Cuscuta europaea L.','Cytisus decumbens (Durande) Spach','Cytisus emeriflorus Rchb.','Cytisus nigricans L.','Cytisus scoparius (L.) Link','Deschampsia littoralis (Gaudin) Reut.','Dianthus gratianopolitanus Vill.','Dianthus seguieri Vill.','Diphasiastrum complanatum (L.) Holub','Diplotaxis muralis (L.) DC.','Draba fladnizensis Wulfen','Draba hoppeana Rchb.','Draba ladina Braun-Blanq.','Draba siliquosa M. Bieb.','Draba tomentosa Clairv.','Equisetum ramosissimum Desf.','Eriophorum gracile Roth','Erythronium dens-canis L.','Euonymus latifolius (L.) Mill.','Euphrasia christii Gremli','Falcaria vulgaris Bernh.','Fragaria viridis Duchesne','Gagea pratensis (Pers.) Dumort.','Galeopsis pubescens Besser','Gentiana engadinensis (Wettst.) Braun-Blanq. & Sam.','Geranium rivulare Vill.','Gladiolus imbricatus L.','Gladiolus italicus Mill.','Gladiolus palustris Gaudin','Gratiola officinalis L.','Hammarbya paludosa (L.) Kuntze','Helianthemum salicifolium (L.) Mill.','Iberis saxatilis L.','Inula britannica L.','Inula helvetica Weber','Inula spiraeifolia L.','Isopyrum thalictroides L.','Juniperus sabina L.','Knautia godetii Reut.','Lathyrus sphaericus Retz.','Leucanthemum halleri (Vitman) Ducommun','Leucojum aestivum L.','Linaria alpina subsp. petraea (Jord.) Rouy','Lindernia procumbens (Krock.) Borbás','Linnaea borealis L.','Littorella uniflora (L.) Asch.','Minuartia cherlerioides subsp. rionii (Gremli) Friedrich','Myosotis rehsteineri Wartm.','Myrrhis odorata (L.) Scop.','Nigella arvensis L.','Notholaena marantae (L.) Desv.','Ononis rotundifolia L.','Orchis laxiflora Lam.','Orchis papilionacea L.','Orchis provincialis DC.','Orchis spitzelii W. D. J. Koch','Ostrya carpinifolia Scop.','Pedicularis oederi Hornem.','Peucedanum verticillare (L.) Mert. & W. D. J. Koch','Phyteuma humile Gaudin','Pilularia globulifera L.','Pinguicula grandiflora Lam. s.str.','Polygonum minus Huds.','Potentilla alpicola Fauc.','Potentilla caulescens L.','Potentilla grammopetala Moretti','Potentilla inclinata Vill.','Primula daonensis (Leyb.) Leyb.','Primula latifolia Lapeyr.','Pulmonaria helvetica Bolliger','Ranunculus gramineus L.','Ranunculus parnassiifolius L.','Rhodiola rosea L.','Rhynchospora alba (L.) Vahl','Rumex nivalis Hegetschw.','Sagina nodosa (L.) Fenzl','Saponaria lutea L.','Saxifraga adscendens L.','Saxifraga aphylla Sternb.','Saxifraga diapensioides Bellardi','Saxifraga mutata L.','Scorzonera laciniata L. s.str.','Scutellaria alpina L.','Sedum anacampseros L.','Sedum cepaea L.','Sedum rubens L.','Senecio aquaticus Hill','Senecio halleri Dandy','Senecio incanus subsp. insubricus (Chenevard) Braun-Blanq.','Senecio paludosus L.','Silene pusilla Waldst. & Kit.','Silene suecica (Lodd.) Greuter & Burdet','Sisymbrium supinum L.','Teucrium scordium L.','Thlaspi rotundifolium subsp. corymbosum Gremli','Trifolium saxatile All.','Trochiscanthes nodiflora (All.) W. D. J. Koch','Typha minima Hoppe','Valeriana celtica L.','Valeriana supina Ard.','Viola cenisia L.','Viola elatior Fr.','Viola lutea Huds.','Viola persicifolia Schreb.','Viola pinnata L.','Viola pyrenaica DC.','Woodsia alpina (Bolton) Gray'"/departement:in:14,39,25,90,68,74
*
*/
// +-------------------------------------------------------------------------------------------------------------------+
class Export extends EfloreScript {
protected $tableauTaxon;
protected $dao;
protected $observations;
// Paramêtres autorisées lors de l'appel au script en ligne de commande
protected $parametres_autorises = array(
'-n' => array(false, 'export', 'Nom du fichier à créer'),
'-c' => array(false, 'tous', 'Liste des champs à récupérer'),
'-f' => array(false, true, 'Liste des filtres à executer'));
 
// à utiliser dans les valeurs des parametres pour séparer les champs ou filtres
protected $separateur = "/";
// correspondances parametres/champs de la bd
protected $champs_exportes = array(
"code_identifiant" => "CONCAT(o.so_id_publi,'.',o.so_id_tableau,'.',o.so_id_releve,'.',
o.so_num_ligne,'.',o.so_id_taxon,'.',o.so_id_strate) AS code_identifiant",
"numero_publication" => "sp_id_publi AS numero_publication",
"publication" => "CONCAT (sp_auteur, '. ', sp_revue, ' ', sp_volume, ' ', sp_tome, ' ', sp_fascicule, ', ', sp_date,
'. ', sp_titre, ', p.', sp_page_debut, '-', sp_page_fin, '.') AS publication",
"auteur" => "sp_auteur AS auteur",
"annee" => "sp_date AS annee",
"numero_tableau" => "sr_id_tableau AS numero_tableau",
"numero_releve" => "sr_id_releve AS numero_releve",
"nom_station" => "ss_localisation AS nom_station",
"code_insee" => "IF (ss_code_departement != 0,
CONCAT(ss_code_departement, ss_code_insee_commune), ss_code_insee_calculee) AS code_insee",
"code_insee_calcule" => "ss_code_insee_calculee AS code_insee_calcule",
"altitude" => "ss_altitude AS altitude",
"coordonnees_wgs" => "ss_latitude_wgs, ss_longitude_wgs",
"coordonnees_utm" => "ss_utmEasting, ss_utmNorthing, ss_utmZone",
"precision_geographique" => "ss_ce_precision_geographique",
"nom_scientifique" => "st_nom AS nom_scientifique",
"flore" => "st_ce_num_fournier, st_ce_num_floeur, st_ce_num_algues, st_ce_num_characees, st_ce_num_bryo,
st_ce_num_lichen, st_ce_num_syntri, st_ce_num_bdnff, st_ce_num_ciff, st_ce_num_codefr94",
"strate" => "so_id_strate AS strate",
"code_abondance" => "so_ce_abondance AS code_abondance");
protected $autresChamps = array(
"signification_precision" => "spg_num_precision, spg_valeur",
"signification_strate" => "so_id_strate",
"signification_abondance" => "sa_valeur");
protected $filtres_existants = array(
"annee" => "sp_date",
"auteur" => "sp_auteur",
"departement" => "",
"commune" => "",
"precisiongeo" => "ss_ce_precision_geographique",
"nomsci" => "st_nom",
"fournier" => "st_ce_num_fournier",
"floeur" => "st_ce_num_floeur",
"algues" => "st_ce_num_algues",
"characees" => "st_ce_num_characees",
"bryo" => "st_ce_num_bryo",
"lichen" => "st_ce_num_lichen",
"syntri" => "st_ce_num_syntri",
"bdnff" => "st_ce_num_bdnff",
"ciff" => "st_ce_num_ciff",
"codefr" => "st_ce_num_codefr94");
protected $operateurs = array(
"inf" => "<",
"sup" => ">",
"eg" => "=",
"neg" => "!=",
"infeg" => "<=",
"supeg" => ">=",
"in" => " IN ",
"like" => " LIKE ");
// +-------------------------------------------------------------------------------------------------------------------+
public function executer() {
include_once dirname(__FILE__).'/bibliotheque/Dao.php';
Config::charger(dirname(__FILE__).'/sophy.ini');
$this->dao = new Dao();
// Récupération de paramétres
$requete['nomFichier'] = $this->getParametre('n');
$requete['champs'] = $this->formaterChamps($this->getParametre('c'));
$requete['filtres'] = $this->formaterFiltres($this->getParametre('f'));
$donnees = $this->recupererDonnees($requete);
if ($donnees === false) {
$info = "Pas de données";
} else {
$titre = $this->formaterTitre($this->getParametre('c')); //à revoir
$this->exportCSV($requete['nomFichier'], $titre, $donnees);
}
}
protected function formaterFiltres($filtres) {
$where = array();
if ($filtres != '') {
$liste_filtres = explode($this->separateur, $filtres);
foreach ($liste_filtres as $filtre) {
$morceaux_filtre = explode(':', $filtre);
if (isset($this->filtres_existants[$morceaux_filtre[0]])) {
if (isset($this->operateurs[$morceaux_filtre[1]])) {
$where[] = $this->traiterFiltres($morceaux_filtre);
} else {
echo "L'operateur demandé {$morceaux_filtre[1]} n'existe pas. Les opérateurs existants sont :\n".
implode(', ', array_keys($this->operateurs));
}
} else {
echo "Le filtre demandé {$morceaux_filtre[0]} n'existe pas. Les filtres existants sont :\n".
implode(', ', array_keys($this->filtres_existants));
}
}
$where = ' WHERE '.implode(' AND ', $where);
}
return $where;
}
protected function traiterFiltres($morceaux) {
$where = '';
if ($this->operateurs[$morceaux[1]] == ' IN ') {
$where = $this->operateurs[$morceaux[1]].'('.$morceaux[2].')';
} else {
$where= $this->operateurs[$morceaux[1]].$this->getBdd()->proteger($morceaux[2]);
}
switch ($morceaux[0]) {
case 'departement' :
$where = "( ss_code_departement".$where.
" OR substring( `ss_code_insee_calculee`, -5, 2 ) ".$where.") ";
break;
case 'commune' :
$where = "( CONCAT(ss_code_departement, ss_code_insee_commune) ".$where.
" OR `ss_code_insee_calculee` ".$where.") ";
break;
default : $where= $this->filtres_existants[$morceaux[0]].$where;
break;
}
return $where;
}
protected function formaterChamps($champs_demandes) {
$champs_demandes = explode($this->separateur, $champs_demandes);
if ($champs_demandes[0] == 'tous') {
$champs = implode(', ', array_values($this->champs_exportes));
} else {
foreach ($champs_demandes as $champ) {
if (isset($this->champs_exportes[$champ])) {
$champs[] = $this->champs_exportes[$champ];
} else {
echo "Le champ demandé {$champ} n'existe pas. Les champs existants sont :\n".
implode(', ', array_keys($this->champs_exportes));
}
}
$champs = implode(', ', $champs);
}
return $champs;
}
protected function formaterTitre($champs) {
$liste_champs = ($champs == 'tous') ? array_keys($this->champs_exportes) :explode(',', $champs);
foreach ($liste_champs as $champs) {
switch ($champs) {
case "flore" : $titre[] = "fournier"; $titre[] = "floeur"; $titre[] = "algues"; $titre[] = "characees";
$titre[] = "bryo"; $titre[] = "lichen"; $titre[] = "syntri"; $titre[] = "bdnff"; $titre[] = "ciff";
$titre[] = "code france 94"; break;
case "coordonnees_wgs": $titre[] = "latitude (wgs)"; $titre[] = "longitude (wgs)"; break;
case "coordonnees_utm" :
$titre[] = "Easting (utm)"; $titre[] = "Northing (utm)"; $titre[] = "zone utm"; break;
default: $titre[] = $champs; break;
}
}
return $titre;
}
 
// Requête de création et d'insertion sur table sophy_tapir
public function recupererDonnees($parametre) {
$bdd = new Bdd();
$requete = "SELECT {$parametre['champs']}
FROM sophy_observation o LEFT JOIN sophy_taxon t ON (o.so_id_taxon = t.st_id_taxon)
LEFT JOIN sophy_releve r ON (r.sr_id_publi = o.so_id_publi AND r.sr_id_tableau = o.so_id_tableau AND r.sr_id_releve = o.so_id_releve )
LEFT JOIN sophy_station s ON (r.sr_id_station = s.ss_id_station)
LEFT JOIN sophy_publication p ON (r.sr_id_publi = p.sp_id_publi)
{$parametre['filtres']}";
//INTO OUTFILE '/home/delphine/web/eflore-projets/scripts/{$parametre['nomFichier']}.csv';";
echo $requete;
$reponse = $bdd->recupererTous($requete);
return $reponse;
}
function exportCSV($nomFichier, $titre, $data) {
$outstream = fopen("./{$nomFichier}.csv", 'w');
fputcsv($outstream, $titre, ';', '"');
function __outputCSV(&$vals, $key, $filehandler) {
fputcsv($filehandler, $vals, ';', '"'); //\t = chr(9)
}
array_walk($data, '__outputCSV', $outstream);
fclose($outstream);
}
}
?>
/branches/refact/scripts/modules/sophy/Insertionflore.php
New file
0,0 → 1,295
<?php
// Encodage : UTF-8
// +-------------------------------------------------------------------------------------------------------------------+
/**
* Traitement des fichiers de la banque de données SOPHY pour insertion
*
* Description : classe permettant d'insérer les flores nécessaires à l'étude des données issues de SOPHY.
* Avant d'utiliser cette classe nettoyer les fichiers pour ne garder que les lignes à insérer.
* Utilisation : php script.php insertionFlore -a test
*
* @category PHP 5.3
* @package phytosocio
//Auteur original :
* @author Delphine CAUQUIL <delphine@tela-botanica.org>
* @copyright Copyright (c) 2009, Tela Botanica (accueil@tela-botanica.org)
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL-v3
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL-v2
* @version $Id$
*/
// +-------------------------------------------------------------------------------------------------------------------+
class Insertionflore extends Script {
protected $dao;
protected $dossier;
protected $flore;
protected $parametres_autorises = array(
'-n' => array(true, true, 'Nom du fichier ou du dossier à traiter'));
public function executer() {
include_once dirname(__FILE__).'/bibliotheque/FloreDao.php';
Config::charger(dirname(__FILE__).'/sophy.ini');
$this->dossier = Config::get('dossierDonneesSophy').'FLORE/';
$this->dao = new FloreDao();
// Récupération de paramètres
// Lancement de l'action demandée
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'florenbi' : // fournier
$this->executerFlorenbi();
break;
case 'bdnff' : // bdnff
$this->executerBdnff();
break;
case 'listepla' : // fournier/bdnff
$this->executerListePla();
break;
case 'floeur' : // flora europea
$this->executerFloeur();
break;
case 'bryo' : // bryophyte
$this->executerBryo();
break;
case 'syntri' : //syntri : numéro complémentaire
$this->executerSyntri();
break;
case 'ciff' : // CIFF CIFF/BDNFF
$this->executerCiff();
break;
case 'donneebb' : // Num_nom num_tax bdnff
$this->executerDonneebb();
break;
case 'codefr' : // CODEFR94
$this->executerCodefr();
break;
default :
$this->traiterErreur('Erreur : la commande "%s" n\'existe pas!', array($cmd));
}
}
 
// +-------------------------------------------------------------------------------------------------------------------+
// Traitement du fichier flore florenbi qui contient tous codes, numéro et nom fournier
// /opt/lampp/bin/php cli.php sophy/insertionflore -a florenbi -n ./../donnees/sophy/2010-12-02/FLORE/FLORENBI
private function executerFlorenbi() {
$nomFichier = $this->dossier.'FLORENBI';
if (file_exists($nomFichier) === true) {
if ( $fichierOuvert = fopen($nomFichier, 'r') ) {
$nom = '';
while ($ligne = fgets($fichierOuvert)) {
if (preg_match('/^\s{2}[\d\s]{4}\s([\d\s]{3}\d)\s{2}([\d\s]\d\.\d\d\.\d)\s[\d\s]{5}[A-Z\s]\s(\d)\s*(.+)$/', $ligne, $champs)) {
// si le rang taxonomique est inf à 4 (subsp et var)
if ($champs[3] < 4) {
$flore[$champs[1]] = $champs[4];
$nom = trim($champs[4]);
} else {
$flore[$champs[1]] = $nom." ".$champs[4];
}
}
}
$info = $this->dao->integrerFlore($flore, 'fournier');
$this->traiterErreur($info);
}
fclose($fichierOuvert);
} else {
$this->traiterErreur("Le fichier {$fichier} n'existe pas.");
}
}
// +-------------------------------------------------------------------------------------------------------------------+
// Traitement du fichier flore florenbi qui contient tous codes, numéro et nom fournier
// /opt/lampp/bin/php cli.php sophy/insertionflore -a florenbi -n ./../donnees/sophy/2010-12-02/FLORE/FLORENBI
private function executerBdnff() {
$nomFichier = $this->dossier.'bdnffv5.csv';
if (file_exists($nomFichier) === true) {
$this->dao->chargerDonnees($nomFichier, 'sophy_bdnff');
} else {
$this->traiterErreur("Le fichier {$nomFichier} n'existe pas.");
}
}
// +-------------------------------------------------------------------------------------------------------------------+
// Traitement du fichier flore listePla qui contient numéro de fournier, nom de fournier, numéro bdnff, nom bdnff
// /opt/lampp/bin/php -d memory_limit=2048M cli.php insertionFlore -a listepla -n ./../doc/jeux_test/FLORE/LISTEPLA.csv
private function executerListePla() {
// Parcours le fichier .csv et enregistre chaque ligne dans un tableau.
$nomFichier = $this->dossier.'LISTEPLA.csv';
if ($nomFichier && file_exists($nomFichier) ){
$extensionFichier = strtolower(strrchr($nomFichier, '.'));
if ($extensionFichier === ".csv"){
$file = new SplFileObject($nomFichier);
$file->setFlags(SplFileObject::SKIP_EMPTY);
$i = 0;
echo "Traitement de LISTEPLA : ";
while (!$file->eof()){
$flore = $this->transformerFournierBdnff($file->fgetcsv());
echo str_repeat(chr(8), ( strlen( $i ) + 1 ))."\t".$i++;
}
echo "\n";
//$info = $this->dao->integrerFlore($this->flore['bdnff'], 'bdnff');
$info .= $this->dao->integrerFlore($this->flore['correspondance'], 'fournier_bdnff');
$this->traiterErreur($info);
} else {
$this->traiterErreur("Le fichier $nomFichier n'est pas au format csv.");
}
} else {
$this->traiterErreur("Le fichier $nomFichier n'existe pas.");
}
}
private function transformerFournierBdnff($ligne_csv){
//$this->flore['bdnff'][$ligne_csv[5]] = $ligne_csv[6];
$this->flore['correspondance'][$ligne_csv[3]] = $ligne_csv[5];
}
// +-------------------------------------------------------------------------------------------------------------------+
// Traitement du fichier flore floeur.bis qui contient numéro et nom de flora europea
// /opt/lampp/bin/php -d memory_limit=2048M cli.php insertionFlore -a floeur -n ./../doc/jeux_test/FLORE/FLOEUR.BIS
private function executerFloeur() {
$nomFichier = $this->dossier.'FLOEUR.BIS';
if (file_exists($nomFichier) === true) {
if ( $fichierOuvert = fopen($nomFichier, 'r') ) {
$i = 0;
while ($ligne = fgets($fichierOuvert)) {
if (preg_match('/^\s[\d\s]{9}[\d\sA-Z]\s([\d\s]{4}\d)\s(.{71})[\s\d]{2}/', $ligne, $champs)) {
$this->flore[$champs[1]] = trim($champs[2]);
}
}
$info = $this->dao->integrerFlore($this->flore, 'flora_europea');
$this->traiterErreur($info);
}
fclose($fichierOuvert);
} else {
$this->traiterErreur("Le fichier {$nomFichier} n'existe pas.");
}
}
 
// +-------------------------------------------------------------------------------------------------------------------+
// Traitement du fichier flore codebry qui contient numéro et nom des bryophytes
// /opt/lampp/bin/php -d memory_limit=2048M cli.php insertionFlore -a bryo -n ./../doc/jeux_test/FLORE/codebry.txt
private function executerBryo() {
$nomFichier = $this->dossier.'codebry.txt';
if (file_exists($nomFichier) === true) {
if ( $fichierOuvert = fopen($nomFichier, 'r') ) {
$i = 0;
while ($ligne = fgets($fichierOuvert)) {
if (preg_match('/^\s([\d\s]{4})\s[\d\s][\d\s]{4}\s{2}\d\s*(.*)\s[\d\s]{4}/', $ligne, $champs)) {
if ($champs[1] != 0) {
$this->flore[$champs[1]] = trim($champs[2]);
}
}
}
$info = $this->dao->integrerFlore($this->flore, 'bryophyte');
$this->traiterErreur($info);
}
fclose($fichierOuvert);
} else {
$this->traiterErreur("Le fichier {$nomFichier} n'existe pas.");
}
}
// +-------------------------------------------------------------------------------------------------------------------+
// Traitement du fichier flore Syntri qui contient numéro de fournier, numéro syntri, nom syntri
// /opt/lampp/bin/php -d memory_limit=2048M cli.php insertionFlore -a syntri -n ./../doc/jeux_test/FLORE/SYNTRI.TXT
private function executerSyntri() {
$nomFichier = $this->dossier.'SYNTRI.TXT';
if (file_exists($nomFichier) === true) {
if ( $fichierOuvert = fopen($nomFichier, 'r') ) {
$i = 0;
while ($ligne = fgets($fichierOuvert)) {
if (preg_match('/^(\d+)\s{2}\d\s([A-Z,\-\'\.()\s]+[A-Z,\-\'\.()])\s+([\d\s]+)$/', trim($ligne), $champs)) {
$syntri = preg_split('/\s+/', $champs[3]);
if (count($syntri) == 3) {
$num = $syntri[1];
} elseif (count($syntri) == 1){
$num = $syntri[0];
}
if (isset($flore['correspondance'][$num])) {
$flore['syntri'][$num] = $flore['syntri'][$num].$champs[2];
} else {
$flore['correspondance'][$num] = $champs[1];
$flore['syntri'][$num] = $champs[2];
}
$i++;
}
}
$info = $this->dao->integrerFlore($flore['syntri'], 'syntri');
$info .= $this->dao->integrerFlore($flore['correspondance'], 'syntri_fournier');
$this->traiterErreur($info);
}
fclose($fichierOuvert);
} else {
$this->traiterErreur("Le fichier {$nomFichier} n'existe pas.");
}
}
// /opt/lampp/bin/php -d memory_limit=2048M cli.php insertionFlore -a ciff -n ./../doc/jeux_test/FLORE/ciff.txt
private function executerCiff() {
$nomFichier = $this->dossier.'ciff.txt';
if (file_exists($nomFichier) === true) {
if ( $fichierOuvert = fopen($nomFichier, 'r') ) {
$i = 0;
while ($ligne = fgets($fichierOuvert)) {
if (preg_match('/^(\d*)\t([A-Za-z].*)\t(\d*)\t\d*/', $ligne, $champs)) {
$flore['ciff'][$champs[1]] = $champs[2];
if ($champs[3] != '') {
$flore['correspondance'][$champs[1]] = $champs[3];
}
}
}
$info = $this->dao->integrerFlore($flore['ciff'], 'ciff');
$info .= $this->dao->integrerFlore($flore['correspondance'], 'ciff_bdnff');
$this->traiterErreur($info);
}
fclose($fichierOuvert);
} else {
$this->traiterErreur("Le fichier {$nomFichier} n'existe pas.");
}
}
// +-------------------------------------------------------------------------------------------------------------------+
// Traitement du fichier flore donneebb.tri qui contient le numero tax t numero nomenclatural de la bdnff
// num_tax||num_nom||num_nom_retenu||?||nom
// /opt/lampp/bin/php -d memory_limit=2048M cli.php insertionFlore -a donneebb -n ./../doc/jeux_test/FLORE/donneebb.tri
private function executerDonneebb() {
$nomFichier = $this->dossier.'donneebb.tri';
if (file_exists($nomFichier) === true) {
if ( $fichierOuvert = fopen($nomFichier, 'r') ) {
while ($ligne = fgets($fichierOuvert)) {
if (preg_match('/^([\d\s]{4}\d)\|([\d\s]{5})\|([\d\s]{5})\|/', $ligne, $champs)) {
if (!isset($this->flore[$champs[1]])) {
$this->flore[$champs[2]]['num_tax'] = $champs[1];
if (trim($champs[3]) != '') {
$this->flore[$champs[2]]['num_nom_retenu'] = $champs[3];
} else {
$this->flore[$champs[2]]['num_nom_retenu'] = $champs[2];
}
}
}
}
$info = $this->dao->ajouterColonnes($this->flore, 'sophy_bdnff');
$this->traiterErreur($info);
}
fclose($fichierOuvert);
} else {
$this->traiterErreur("Le fichier {$nomFichier} n'existe pas.");
}
}
// +-------------------------------------------------------------------------------------------------------------------+
// Traitement du fichier flore codefr94 qui contient numéro et nom codefr94
// /opt/lampp/bin/php -d memory_limit=2048M cli.php insertionFlore -a ciff -n ./../doc/jeux_test/FLORE/CODEFR94
private function executerCodefr() {
$nomFichier = $this->dossier.'CODEFR94';
if (file_exists($nomFichier) === true) {
if ( $fichierOuvert = fopen($nomFichier, 'r') ) {
$i = 0;
while ($ligne = fgets($fichierOuvert)) {
if (preg_match('/^([\d\s]{5})[\d\s]{7}(.*)/', $ligne, $champs)) {
$flore[$champs[1]] = trim($champs[2]);
}
}
$info = $this->dao->integrerFlore($flore, 'codefr94');
$this->traiterErreur($info);
}
fclose($fichierOuvert);
} else {
$this->traiterErreur("Le fichier {$nomFichier} n'existe pas.");
}
}
}
/branches/refact/scripts/modules/sophy/insertion.ini
New file
0,0 → 1,20
; +------------------------------------------------------------------------------------------------------+
; Général
; Séparateur de dossier
ds = DIRECTORY_SEPARATOR
 
; +------------------------------------------------------------------------------------------------------+
; Info sur l'application
info.nom = Scripts de gestion de la phytosociologie
; Abréviation de l'application
info.abr = sophy
; Version du Framework nécessaire au fonctionnement de cette application
info.framework.version = 0.2
;Encodage de l'application
appli_encodage = "UTF-8"
version="2010-12-02"
dossierSql = "{ref:dossierDonneesEflore}{ref:info.abr}/{ref:version}/"
[fichiers]
structureSql = "sophy.sql"
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
/branches/refact/scripts/modules/sophy/bibliotheque/gPoint.php
New file
0,0 → 1,534
<?php
/*------------------------------------------------------------------------------
** File: gPoint.php
** Description: PHP class to convert Latitude & Longitude coordinates into
** UTM & Lambert Conic Conformal Northing/Easting coordinates.
** Version: 1.3
** Author: Brenor Brophy
** Email: brenor dot brophy at gmail dot com
** Homepage: brenorbrophy.com
**------------------------------------------------------------------------------
** COPYRIGHT (c) 2005, 2006, 2007, 2008 BRENOR BROPHY
**
** The source code included in this package is free software; you can
** redistribute it and/or modify it under the terms of the GNU General Public
** License as published by the Free Software Foundation. This license can be
** read at:
**
** http://www.opensource.org/licenses/gpl-license.php
**
** This program is distributed in the hope that it will be useful, but WITHOUT
** ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
** FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
**------------------------------------------------------------------------------
**
** Code for datum and UTM conversion was converted from C++ code written by
** Chuck Gantz (chuck dot gantz at globalstar dot com) from
** http://www.gpsy.com/gpsinfo/geotoutm/ This URL has many other references to
** useful information concerning conversion of coordinates.
**
** Rev History
** -----------------------------------------------------------------------------
** 1.0 08/25/2005 Initial Release
** 1.1 05/15/2006 Added software license language to header comments
** Fixed an error in the convertTMtoLL() method. The latitude
** calculation had a bunch of variables without $ symbols.
** Fixed an error in convertLLtoTM() method, The $this-> was
** missing in front of a couple of variables. Thanks to Bob
** Robins of Maryland for catching the bugs.
** 1.2 05/18/2007 Added default of NULL to $LongOrigin arguement in convertTMtoLL()
** and convertLLtoTM() to eliminate warning messages when the
** methods are called without a value for $LongOrigin.
** 1.3 02/21/2008 Fixed a bug in the distanceFrom method, where the input parameters
** were not being converted to radians prior to calculating the
** distance. Thanks to Enrico Benco for finding pointing it out.
*/
define ("meter2nm", (1/1852));
define ("nm2meter", 1852);
 
/*------------------------------------------------------------------------------
** class gPoint ... for Geographic Point
**
** This class encapsulates the methods for representing a geographic point on the
** earth in three different coordinate systema. Lat/Long, UTM and Lambert Conic
** Conformal.
*/
class gPoint
{
/* Reference ellipsoids derived from Peter H. Dana's website-
** http://www.colorado.edu/geography/gcraft/notes/datum/datum_f.html
** email: pdana@pdana.com, web page: www.pdana.com
**
** Source:
** Defense Mapping Agency. 1987b. DMA Technical Report: Supplement to Department
** of Defense World Geodetic System 1984 Technical Report. Part I and II.
** Washington, DC: Defense Mapping Agency
*/
var $ellipsoid = array(//Ellipsoid name, Equatorial Radius, square of eccentricity
"Airy" =>array (6377563, 0.00667054),
"Australian National" =>array (6378160, 0.006694542),
"Bessel 1841" =>array (6377397, 0.006674372),
"Bessel 1841 Nambia" =>array (6377484, 0.006674372),
"Clarke 1866" =>array (6378206, 0.006768658),
"Clarke 1880" =>array (6378249, 0.006803511),
"Everest" =>array (6377276, 0.006637847),
"Fischer 1960 Mercury" =>array (6378166, 0.006693422),
"Fischer 1968" =>array (6378150, 0.006693422),
"GRS 1967" =>array (6378160, 0.006694605),
"GRS 1980" =>array (6378137, 0.00669438),
"Helmert 1906" =>array (6378200, 0.006693422),
"Hough" =>array (6378270, 0.00672267),
"International" =>array (6378388, 0.00672267),
"Krassovsky" =>array (6378245, 0.006693422),
"Modified Airy" =>array (6377340, 0.00667054),
"Modified Everest" =>array (6377304, 0.006637847),
"Modified Fischer 1960" =>array (6378155, 0.006693422),
"South American 1969" =>array (6378160, 0.006694542),
"WGS 60" =>array (6378165, 0.006693422),
"WGS 66" =>array (6378145, 0.006694542),
"WGS 72" =>array (6378135, 0.006694318),
"WGS 84" =>array (6378137, 0.00669438));
 
// Properties
var $a; // Equatorial Radius
var $e2; // Square of eccentricity
var $datum; // Selected datum
var $Xp, $Yp; // X,Y pixel location
var $lat, $long; // Latitude & Longitude of the point
var $utmNorthing, $utmEasting, $utmZone; // UTM Coordinates of the point
var $lccNorthing, $lccEasting; // Lambert coordinates of the point
var $falseNorthing, $falseEasting; // Origin coordinates for Lambert Projection
var $latOfOrigin; // For Lambert Projection
var $longOfOrigin; // For Lambert Projection
var $firstStdParallel; // For lambert Projection
var $secondStdParallel; // For lambert Projection
 
// constructor
function gPoint($datum='WGS 84') // Default datum is WGS 84
{
$this->a = $this->ellipsoid[$datum][0]; // Set datum Equatorial Radius
$this->e2 = $this->ellipsoid[$datum][1]; // Set datum Square of eccentricity
$this->datum = $datum; // Save the datum
}
//
// Set/Get X & Y pixel of the point (used if it is being drawn on an image)
//
function setXY($x, $y)
{
$this->Xp = $x; $this->Yp = $y;
}
function Xp() { return $this->Xp; }
function Yp() { return $this->Yp; }
//
// Set/Get/Output Longitude & Latitude of the point
//
function setLongLat($long, $lat)
{
$this->long = $long; $this->lat = $lat;
}
function Lat() { return $this->lat; }
function Long() { return $this->long; }
function printLatLong() { printf("Latitude: %1.5f Longitude: %1.5f",$this->lat, $this->long); }
//
// Set/Get/Output Universal Transverse Mercator Coordinates
//
function setUTM($easting, $northing, $zone='') // Zone is optional
{
$this->utmNorthing = $northing;
$this->utmEasting = $easting;
$this->utmZone = $zone;
}
function N() { return $this->utmNorthing; }
function E() { return $this->utmEasting; }
function Z() { return $this->utmZone; }
function printUTM() { print( "Northing: ".(int)$this->utmNorthing.", Easting: ".(int)$this->utmEasting.", Zone: ".$this->utmZone); }
//
// Set/Get/Output Lambert Conic Conformal Coordinates
//
function setLambert($easting, $northing)
{
$this->lccNorthing = $northing;
$this->lccEasting = $easting;
}
function lccN() { return $this->lccNorthing; }
function lccE() { return $this->lccEasting; }
function printLambert() { print( "Northing: ".(int)$this->lccNorthing.", Easting: ".(int)$this->lccEasting); }
 
//------------------------------------------------------------------------------
//
// Convert Longitude/Latitude to UTM
//
// Equations from USGS Bulletin 1532
// East Longitudes are positive, West longitudes are negative.
// North latitudes are positive, South latitudes are negative
// Lat and Long are in decimal degrees
// Written by Chuck Gantz- chuck dot gantz at globalstar dot com, converted to PHP by
// Brenor Brophy, brenor dot brophy at gmail dot com
//
// UTM coordinates are useful when dealing with paper maps. Basically the
// map will can cover a single UTM zone which is 6 degrees on longitude.
// So you really don't care about an object crossing two zones. You just get a
// second map of the other zone. However, if you happen to live in a place that
// straddles two zones (For example the Santa Babara area in CA straddles zone 10
// and zone 11) Then it can become a real pain having to have two maps all the time.
// So relatively small parts of the world (like say California) create their own
// version of UTM coordinates that are adjusted to conver the whole area of interest
// on a single map. These are called state grids. The projection system is the
// usually same as UTM (i.e. Transverse Mercator), but the central meridian
// aka Longitude of Origin is selected to suit the logitude of the area being
// mapped (like being moved to the central meridian of the area) and the grid
// may cover more than the 6 degrees of lingitude found on a UTM map. Areas
// that are wide rather than long - think Montana as an example. May still
// have to have a couple of maps to cover the whole state because TM projection
// looses accuracy as you move further away from the Longitude of Origin, 15 degrees
// is usually the limit.
//
// Now, in the case where we want to generate electronic maps that may be
// placed pretty much anywhere on the globe we really don't to deal with the
// issue of UTM zones in our coordinate system. We would really just like a
// grid that is fully contigious over the area of the map we are drawing. Similiar
// to the state grid, but local to the area we are interested in. I call this
// Local Transverse Mercator and I have modified the function below to also
// make this conversion. If you pass a Longitude value to the function as $LongOrigin
// then that is the Longitude of Origin that will be used for the projection.
// Easting coordinates will be returned (in meters) relative to that line of
// longitude - So an Easting coordinate for a point located East of the longitude
// of origin will be a positive value in meters, an Easting coordinate for a point
// West of the longitude of Origin will have a negative value in meters. Northings
// will always be returned in meters from the equator same as the UTM system. The
// UTMZone value will be valid for Long/Lat given - thought it is not meaningful
// in the context of Local TM. If a NULL value is passed for $LongOrigin
// then the standard UTM coordinates are calculated.
//
function convertLLtoTM($LongOrigin = NULL)
{
$k0 = 0.9996;
$falseEasting = 0.0;
 
//Make sure the longitude is between -180.00 .. 179.9
$LongTemp = ($this->long+180)-(integer)(($this->long+180)/360)*360-180; // -180.00 .. 179.9;
$LatRad = deg2rad($this->lat);
$LongRad = deg2rad($LongTemp);
 
if (!$LongOrigin)
{ // Do a standard UTM conversion - so findout what zone the point is in
$ZoneNumber = (integer)(($LongTemp + 180)/6) + 1;
// Special zone for South Norway
if( $this->lat >= 56.0 && $this->lat < 64.0 && $LongTemp >= 3.0 && $LongTemp < 12.0 ) // Fixed 1.1
$ZoneNumber = 32;
// Special zones for Svalbard
if( $this->lat >= 72.0 && $this->lat < 84.0 )
{
if( $LongTemp >= 0.0 && $LongTemp < 9.0 ) $ZoneNumber = 31;
else if( $LongTemp >= 9.0 && $LongTemp < 21.0 ) $ZoneNumber = 33;
else if( $LongTemp >= 21.0 && $LongTemp < 33.0 ) $ZoneNumber = 35;
else if( $LongTemp >= 33.0 && $LongTemp < 42.0 ) $ZoneNumber = 37;
}
$LongOrigin = ($ZoneNumber - 1)*6 - 180 + 3; //+3 puts origin in middle of zone
//compute the UTM Zone from the latitude and longitude
$this->utmZone = sprintf("%d%s", $ZoneNumber, $this->UTMLetterDesignator());
// We also need to set the false Easting value adjust the UTM easting coordinate
$falseEasting = 500000.0;
}
$LongOriginRad = deg2rad($LongOrigin);
 
$eccPrimeSquared = ($this->e2)/(1-$this->e2);
 
$N = $this->a/sqrt(1-$this->e2*sin($LatRad)*sin($LatRad));
$T = tan($LatRad)*tan($LatRad);
$C = $eccPrimeSquared*cos($LatRad)*cos($LatRad);
$A = cos($LatRad)*($LongRad-$LongOriginRad);
 
$M = $this->a*((1 - $this->e2/4 - 3*$this->e2*$this->e2/64 - 5*$this->e2*$this->e2*$this->e2/256)*$LatRad
- (3*$this->e2/8 + 3*$this->e2*$this->e2/32 + 45*$this->e2*$this->e2*$this->e2/1024)*sin(2*$LatRad)
+ (15*$this->e2*$this->e2/256 + 45*$this->e2*$this->e2*$this->e2/1024)*sin(4*$LatRad)
- (35*$this->e2*$this->e2*$this->e2/3072)*sin(6*$LatRad));
$this->utmEasting = ($k0*$N*($A+(1-$T+$C)*$A*$A*$A/6
+ (5-18*$T+$T*$T+72*$C-58*$eccPrimeSquared)*$A*$A*$A*$A*$A/120)
+ $falseEasting);
 
$this->utmNorthing = ($k0*($M+$N*tan($LatRad)*($A*$A/2+(5-$T+9*$C+4*$C*$C)*$A*$A*$A*$A/24
+ (61-58*$T+$T*$T+600*$C-330*$eccPrimeSquared)*$A*$A*$A*$A*$A*$A/720)));
if($this->lat < 0)
$this->utmNorthing += 10000000.0; //10000000 meter offset for southern hemisphere
}
//
// This routine determines the correct UTM letter designator for the given latitude
// returns 'Z' if latitude is outside the UTM limits of 84N to 80S
// Written by Chuck Gantz- chuck dot gantz at globalstar dot com, converted to PHP by
// Brenor Brophy, brenor dot brophy at gmail dot com
//
function UTMLetterDesignator()
{
if((84 >= $this->lat) && ($this->lat >= 72)) $LetterDesignator = 'X';
else if((72 > $this->lat) && ($this->lat >= 64)) $LetterDesignator = 'W';
else if((64 > $this->lat) && ($this->lat >= 56)) $LetterDesignator = 'V';
else if((56 > $this->lat) && ($this->lat >= 48)) $LetterDesignator = 'U';
else if((48 > $this->lat) && ($this->lat >= 40)) $LetterDesignator = 'T';
else if((40 > $this->lat) && ($this->lat >= 32)) $LetterDesignator = 'S';
else if((32 > $this->lat) && ($this->lat >= 24)) $LetterDesignator = 'R';
else if((24 > $this->lat) && ($this->lat >= 16)) $LetterDesignator = 'Q';
else if((16 > $this->lat) && ($this->lat >= 8)) $LetterDesignator = 'P';
else if(( 8 > $this->lat) && ($this->lat >= 0)) $LetterDesignator = 'N';
else if(( 0 > $this->lat) && ($this->lat >= -8)) $LetterDesignator = 'M';
else if((-8 > $this->lat) && ($this->lat >= -16)) $LetterDesignator = 'L';
else if((-16 > $this->lat) && ($this->lat >= -24)) $LetterDesignator = 'K';
else if((-24 > $this->lat) && ($this->lat >= -32)) $LetterDesignator = 'J';
else if((-32 > $this->lat) && ($this->lat >= -40)) $LetterDesignator = 'H';
else if((-40 > $this->lat) && ($this->lat >= -48)) $LetterDesignator = 'G';
else if((-48 > $this->lat) && ($this->lat >= -56)) $LetterDesignator = 'F';
else if((-56 > $this->lat) && ($this->lat >= -64)) $LetterDesignator = 'E';
else if((-64 > $this->lat) && ($this->lat >= -72)) $LetterDesignator = 'D';
else if((-72 > $this->lat) && ($this->lat >= -80)) $LetterDesignator = 'C';
else $LetterDesignator = 'Z'; //This is here as an error flag to show that the Latitude is outside the UTM limits
 
return($LetterDesignator);
}
 
//------------------------------------------------------------------------------
//
// Convert UTM to Longitude/Latitude
//
// Equations from USGS Bulletin 1532
// East Longitudes are positive, West longitudes are negative.
// North latitudes are positive, South latitudes are negative
// Lat and Long are in decimal degrees.
// Written by Chuck Gantz- chuck dot gantz at globalstar dot com, converted to PHP by
// Brenor Brophy, brenor dot brophy at gmail dot com
//
// If a value is passed for $LongOrigin then the function assumes that
// a Local (to the Longitude of Origin passed in) Transverse Mercator
// coordinates is to be converted - not a UTM coordinate. This is the
// complementary function to the previous one. The function cannot
// tell if a set of Northing/Easting coordinates are in the North
// or South hemesphere - they just give distance from the equator not
// direction - so only northern hemesphere lat/long coordinates are returned.
// If you live south of the equator there is a note later in the code
// explaining how to have it just return southern hemesphere lat/longs.
//
function convertTMtoLL($LongOrigin = NULL)
{
$k0 = 0.9996;
$e1 = (1-sqrt(1-$this->e2))/(1+sqrt(1-$this->e2));
$falseEasting = 0.0;
$y = $this->utmNorthing;
 
if (!$LongOrigin)
{ // It is a UTM coordinate we want to convert
sscanf($this->utmZone,"%d%s",$ZoneNumber,$ZoneLetter);
if($ZoneLetter >= 'N')
$NorthernHemisphere = 1;//point is in northern hemisphere
else
{
$NorthernHemisphere = 0;//point is in southern hemisphere
$y -= 10000000.0;//remove 10,000,000 meter offset used for southern hemisphere
}
$LongOrigin = ($ZoneNumber - 1)*6 - 180 + 3; //+3 puts origin in middle of zone
$falseEasting = 500000.0;
}
 
// $y -= 10000000.0; // Uncomment line to make LOCAL coordinates return southern hemesphere Lat/Long
$x = $this->utmEasting - $falseEasting; //remove 500,000 meter offset for longitude
 
$eccPrimeSquared = ($this->e2)/(1-$this->e2);
 
$M = $y / $k0;
$mu = $M/($this->a*(1-$this->e2/4-3*$this->e2*$this->e2/64-5*$this->e2*$this->e2*$this->e2/256));
 
$phi1Rad = $mu + (3*$e1/2-27*$e1*$e1*$e1/32)*sin(2*$mu)
+ (21*$e1*$e1/16-55*$e1*$e1*$e1*$e1/32)*sin(4*$mu)
+(151*$e1*$e1*$e1/96)*sin(6*$mu);
$phi1 = rad2deg($phi1Rad);
 
$N1 = $this->a/sqrt(1-$this->e2*sin($phi1Rad)*sin($phi1Rad));
$T1 = tan($phi1Rad)*tan($phi1Rad);
$C1 = $eccPrimeSquared*cos($phi1Rad)*cos($phi1Rad);
$R1 = $this->a*(1-$this->e2)/pow(1-$this->e2*sin($phi1Rad)*sin($phi1Rad), 1.5);
$D = $x/($N1*$k0);
 
$tlat = $phi1Rad - ($N1*tan($phi1Rad)/$R1)*($D*$D/2-(5+3*$T1+10*$C1-4*$C1*$C1-9*$eccPrimeSquared)*$D*$D*$D*$D/24
+(61+90*$T1+298*$C1+45*$T1*$T1-252*$eccPrimeSquared-3*$C1*$C1)*$D*$D*$D*$D*$D*$D/720); // fixed in 1.1
$this->lat = rad2deg($tlat);
 
$tlong = ($D-(1+2*$T1+$C1)*$D*$D*$D/6+(5-2*$C1+28*$T1-3*$C1*$C1+8*$eccPrimeSquared+24*$T1*$T1)
*$D*$D*$D*$D*$D/120)/cos($phi1Rad);
$this->long = $LongOrigin + rad2deg($tlong);
}
 
//------------------------------------------------------------------------------
// Configure a Lambert Conic Conformal Projection
//
// falseEasting & falseNorthing are just an offset in meters added to the final
// coordinate calculated.
//
// longOfOrigin & LatOfOrigin are the "center" latitiude and longitude of the
// area being projected. All coordinates will be calculated in meters relative
// to this point on the earth.
//
// firstStdParallel & secondStdParallel are the two lines of longitude (that
// is they run east-west) that define where the "cone" intersects the earth.
// Simply put they should bracket the area being projected.
//
// google is your friend to find out more
//
function configLambertProjection ($falseEasting, $falseNorthing,
$longOfOrigin, $latOfOrigin,
$firstStdParallel, $secondStdParallel)
{
$this->falseEasting = $falseEasting;
$this->falseNorthing = $falseNorthing;
$this->longOfOrigin = $longOfOrigin;
$this->latOfOrigin = $latOfOrigin;
$this->firstStdParallel = $firstStdParallel;
$this->secondStdParallel = $secondStdParallel;
}
 
//------------------------------------------------------------------------------
//
// Convert Longitude/Latitude to Lambert Conic Easting/Northing
//
// This routine will convert a Latitude/Longitude coordinate to an Northing/
// Easting coordinate on a Lambert Conic Projection. The configLambertProjection()
// function should have been called prior to this one to setup the specific
// parameters for the projection. The Northing/Easting parameters calculated are
// in meters (because the datum used is in meters) and are relative to the
// falseNorthing/falseEasting coordinate. Which in turn is relative to the
// Lat/Long of origin The formula were obtained from URL:
// http://www.ihsenergy.com/epsg/guid7_2.html.
// Code was written by Brenor Brophy, brenor dot brophy at gmail dot com
//
function convertLLtoLCC()
{
$e = sqrt($this->e2);
 
$phi = deg2rad($this->lat); // Latitude to convert
$phi1 = deg2rad($this->firstStdParallel); // Latitude of 1st std parallel
$phi2 = deg2rad($this->secondStdParallel); // Latitude of 2nd std parallel
$lamda = deg2rad($this->long); // Lonitude to convert
$phio = deg2rad($this->latOfOrigin); // Latitude of Origin
$lamdao = deg2rad($this->longOfOrigin); // Longitude of Origin
 
$m1 = cos($phi1) / sqrt(( 1 - $this->e2*sin($phi1)*sin($phi1)));
$m2 = cos($phi2) / sqrt(( 1 - $this->e2*sin($phi2)*sin($phi2)));
$t1 = tan((pi()/4)-($phi1/2)) / pow(( ( 1 - $e*sin($phi1) ) / ( 1 + $e*sin($phi1) )),$e/2);
$t2 = tan((pi()/4)-($phi2/2)) / pow(( ( 1 - $e*sin($phi2) ) / ( 1 + $e*sin($phi2) )),$e/2);
$to = tan((pi()/4)-($phio/2)) / pow(( ( 1 - $e*sin($phio) ) / ( 1 + $e*sin($phio) )),$e/2);
$t = tan((pi()/4)-($phi /2)) / pow(( ( 1 - $e*sin($phi ) ) / ( 1 + $e*sin($phi ) )),$e/2);
$n = (log($m1)-log($m2)) / (log($t1)-log($t2));
$F = $m1/($n*pow($t1,$n));
$rf = $this->a*$F*pow($to,$n);
$r = $this->a*$F*pow($t,$n);
$theta = $n*($lamda - $lamdao);
 
$this->lccEasting = $this->falseEasting + $r*sin($theta);
$this->lccNorthing = $this->falseNorthing + $rf - $r*cos($theta);
}
//------------------------------------------------------------------------------
//
// Convert Easting/Northing on a Lambert Conic projection to Longitude/Latitude
//
// This routine will convert a Lambert Northing/Easting coordinate to an
// Latitude/Longitude coordinate. The configLambertProjection() function should
// have been called prior to this one to setup the specific parameters for the
// projection. The Northing/Easting parameters are in meters (because the datum
// used is in meters) and are relative to the falseNorthing/falseEasting
// coordinate. Which in turn is relative to the Lat/Long of origin The formula
// were obtained from URL http://www.ihsenergy.com/epsg/guid7_2.html. Code
// was written by Brenor Brophy, brenor dot brophy at gmail dot com
//
function convertLCCtoLL()
{
$e = sqrt($this->e2);
 
$phi1 = deg2rad($this->firstStdParallel); // Latitude of 1st std parallel
$phi2 = deg2rad($this->secondStdParallel); // Latitude of 2nd std parallel
$phio = deg2rad($this->latOfOrigin); // Latitude of Origin
$lamdao = deg2rad($this->longOfOrigin); // Longitude of Origin
$E = $this->lccEasting;
$N = $this->lccNorthing;
$Ef = $this->falseEasting;
$Nf = $this->falseNorthing;
 
$m1 = cos($phi1) / sqrt(( 1 - $this->e2*sin($phi1)*sin($phi1)));
$m2 = cos($phi2) / sqrt(( 1 - $this->e2*sin($phi2)*sin($phi2)));
$t1 = tan((pi()/4)-($phi1/2)) / pow(( ( 1 - $e*sin($phi1) ) / ( 1 + $e*sin($phi1) )),$e/2);
$t2 = tan((pi()/4)-($phi2/2)) / pow(( ( 1 - $e*sin($phi2) ) / ( 1 + $e*sin($phi2) )),$e/2);
$to = tan((pi()/4)-($phio/2)) / pow(( ( 1 - $e*sin($phio) ) / ( 1 + $e*sin($phio) )),$e/2);
$n = (log($m1)-log($m2)) / (log($t1)-log($t2));
$F = $m1/($n*pow($t1,$n));
$rf = $this->a*$F*pow($to,$n);
$r_ = sqrt( pow(($E-$Ef),2) + pow(($rf-($N-$Nf)),2) );
$t_ = pow($r_/($this->a*$F),(1/$n));
$theta_ = atan(($E-$Ef)/($rf-($N-$Nf)));
 
$lamda = $theta_/$n + $lamdao;
$phi0 = (pi()/2) - 2*atan($t_);
$phi1 = (pi()/2) - 2*atan($t_*pow(((1-$e*sin($phi0))/(1+$e*sin($phi0))),$e/2));
$phi2 = (pi()/2) - 2*atan($t_*pow(((1-$e*sin($phi1))/(1+$e*sin($phi1))),$e/2));
$phi = (pi()/2) - 2*atan($t_*pow(((1-$e*sin($phi2))/(1+$e*sin($phi2))),$e/2));
$this->lat = rad2deg($phi);
$this->long = rad2deg($lamda);
}
 
//------------------------------------------------------------------------------
// This is a useful function that returns the Great Circle distance from the
// gPoint to another Long/Lat coordinate
//
// Result is returned as meters
//
function distanceFrom($lon1, $lat1)
{
$lon1 = deg2rad($lon1); $lat1 = deg2rad($lat1); // Added in 1.3
$lon2 = deg2rad($this->Long()); $lat2 = deg2rad($this->Lat());
$theta = $lon2 - $lon1;
$dist = acos(sin($lat1) * sin($lat2) + cos($lat1) * cos($lat2) * cos($theta));
 
// Alternative formula supposed to be more accurate for short distances
// $dist = 2*asin(sqrt( pow(sin(($lat1-$lat2)/2),2) + cos($lat1)*cos($lat2)*pow(sin(($lon1-$lon2)/2),2)));
return ( $dist * 6366710 ); // from http://williams.best.vwh.net/avform.htm#GCF
}
 
//------------------------------------------------------------------------------
// This function also calculates the distance between two points. In this case
// it just uses Pythagoras's theorm using TM coordinates.
//
function distanceFromTM(&$pt)
{
$E1 = $pt->E(); $N1 = $pt->N();
$E2 = $this->E(); $N2 = $this->N();
$dist = sqrt(pow(($E1-$E2),2)+pow(($N1-$N2),2));
return $dist;
}
 
//------------------------------------------------------------------------------
// This function geo-references a geoPoint to a given map. This means that it
// calculates the x,y pixel coordinate that coresponds to the Lat/Long value of
// the geoPoint. The calculation is done using the Transverse Mercator(TM)
// coordinates of the gPoint with respect to the TM coordinates of the center
// point of the map. So this only makes sense if you are using Local TM
// projection.
//
// $rX & $rY are the pixel coordinates that corespond to the Northing/Easting
// ($rE/$rN) coordinate it is to this coordinate that the point will be
// geo-referenced. The $LongOrigin is needed to make sure the Easting/Northing
// coordinates of the point are correctly converted.
//
function gRef($rX, $rY, $rE, $rN, $Scale, $LongOrigin)
{
$this->convertLLtoTM($LongOrigin);
$x = (($this->E() - $rE) / $Scale) // The easting in meters times the scale to get pixels
// is relative to the center of the image so adjust to
+ ($rX); // the left coordinate.
$y = $rY - // Adjust to bottom coordinate.
(($rN - $this->N()) / $Scale); // The northing in meters
// relative to the equator. Subtract center point northing
// to get relative to image center and convert meters to pixels
$this->setXY((int)$x,(int)$y); // Save the geo-referenced result.
}
} // end of class gPoint
 
?>
/branches/refact/scripts/modules/sophy/bibliotheque/Dao.php
New file
0,0 → 1,175
<?php
class Dao extends Bdd {
 
// +-------------------------------------------------------------------------------------------------------------------+
// Requête d'intégration sur table sophy_publication
public function integrerBiblio($biblio){
$biblio = array_map(array($this, 'proteger'), $biblio);
$requete = 'INSERT INTO sophy_publication VALUES ('.implode(', ', $biblio).');';
$resultat = $this->requeter($requete);
if ($resultat === false) {
$info = $biblio['id_publi']." n'est pas intégrée.\n";
} else {
$info = $biblio['id_publi']." est intégrée.\n";
}
return $info;
}
// +-------------------------------------------------------------------------------------------------------------------+
// Requête d'intégration sur table sophy_tableau
public function integrerTableau($titre) {
$titre = array_map(array($this, 'proteger'), $titre);
$requete_integre_tableau = 'INSERT INTO sophy_tableau VALUES ('.implode(', ', $titre).');';
$reponse_requete_int_tab = $this->requeter($requete_integre_tableau);
if ($reponse_requete_int_tab === false) {
$info = "tableau ".$titre['numPubli']."-".$titre['numTableau']." non intégrée.";
} else {
$info = '';
}
return $info;
}
// +-------------------------------------------------------------------------------------------------------------------+
// Requêtes sur table sophy_station
// Requête d'intégration qui retourne l'id de la dernière station insérée (rechercheIdStation)
public function integrerStation($station) {
$station = array_map(array($this, 'proteger'), $station);
$reponse['id_station'] = null;
$requete_integre_station = 'INSERT INTO sophy_station (`ss_num_source`, `ss_poste_meteo`, `ss_localisation`,
`ss_latitude`, `ss_pays`, `ss_longitude`,`ss_code_departement`, `ss_altitude`, `ss_code_insee_commune`,
`ss_ce_precision_geographique`, `ss_systeme_projection`, `ss_latitude_dms`, `ss_longitude_dms`, `ss_latitude_wgs`,
`ss_longitude_wgs`, `ss_utmNorthing`, `ss_utmEasting`, `ss_utmZone`) VALUES
('.implode(', ', $station).');';
$reponse_requete_int_stat = $this->requeter($requete_integre_station);
if ($reponse_requete_int_stat === false) {
$reponse['info'] = "station ".$station['numSource']." non intégrée. $requete_integre_station";
} else {
$reponse['id_station'] = $this->rechercheIdStation();
$reponse['info'] = '';
}
return $reponse;
}
// Retourne le dernier identifiant de la table station
public function rechercheIdStation() {
$requete_select_id = "SELECT MAX(ss_id_station) as idMax FROM sophy_station;";
$resultat_requete_id = $this->recuperer($requete_select_id);
return $resultat_requete_id['idMax'];
}
public function rechercherCoordonneesWgs() {
$requete = "SELECT `ss_longitude_wgs` as longitude, `ss_latitude_wgs` as latitude
FROM `sophy_station`
GROUP BY `longitude` , `latitude`";
/* Les stations restantes avec coordonnées sans code insee
SELECT COUNT( * ) AS `Lignes` , `ss_longitude_wgs` , `ss_latitude_wgs`
FROM `sophy_station`
WHERE `ss_latitude_wgs` != ''
AND `ss_code_insee_calculee` =0
GROUP BY `ss_longitude_wgs` , `ss_latitude_wgs`
ORDER BY `Lignes` DESC
*/
$resultat = $this->recupererTous($requete);
return $resultat;
}
public function creerColonneCodeInseeCalculee() {
$create = "ALTER TABLE `sophy_station` ADD `ss_code_insee_calculee` VARCHAR( 5 ) NOT NULL ,
ADD INDEX ( `ss_code_insee_calculee` )";
$this->requeter($create);
}
public function ajouterCodeInseeCalculee($latitude, $longitude, $code_insee) {
$insert = "UPDATE `sophy_station` SET `ss_code_insee_calculee` = '$code_insee' ".
"WHERE ss_latitude_wgs = '$latitude' AND ss_longitude_wgs = '$longitude'";
$this->requeter($insert);
}
// +-------------------------------------------------------------------------------------------------------------------+
// Requête d'intégration sur table sophy_releve
public function integrerReleve($titre, $numReleve, $idStation) {
$requete_integre_releve = "INSERT INTO sophy_releve VALUES (".$titre['numPubli'].", ".
$titre['numTableau'].", ".$numReleve.", ".$idStation.");";
$reponse_requete_int_tab = $this->requeter($requete_integre_releve);
if ($reponse_requete_int_tab === false) {
$info = "releve ".$titre['numPubli']."-".$titre['numTableau']."-".$numReleve." non intégrée.";
echo $requete_integre_releve."\n";
} else {
$info = '';
}
return $info;
}
// +-------------------------------------------------------------------------------------------------------------------+
// Requête d'intégration sur table sophy_observation
public function integrerObservation($observations) {
$requete = "INSERT INTO `sophy_observation` (`so_id_publi`, `so_id_tableau`, `so_id_releve`, `so_num_ligne`,".
" `so_id_taxon`, `so_id_strate`, `so_ce_abondance`) VALUES ";
foreach ($observations as $plante) {
if (isset($plante)) {
foreach ($plante as $observation) {
$observation = array_map(array($this, 'proteger'), $observation);
$requete .= " (".implode(', ', $observation)." ),";
}
}
}
$requete = substr($requete,0,-1).";";
$resultat = $this->requeter($requete);
if ($resultat === false) {
echo $requete."\n";
$info = " n'est pas intégrée.\n";
} else {
$info = '';
}
return $info;
}
// +-------------------------------------------------------------------------------------------------------------------+
// Requête pour calculer les statistiques sur toutes les tables
public function getNombreLigne($tables) {
$requete = null;
foreach ($tables as $nomTable => $colonnes) {
$requete = "SELECT COUNT(*) as nombreTotal";
foreach ($colonnes as $recherche => $nom) {
$requete .= ", count(distinct {$recherche}) as {$nom}";
}
$requete .= " FROM {$nomTable}; ";
$resultat[$nomTable] = $this->recupererTous($requete);
}
return $resultat;
}
// +-------------------------------------------------------------------------------------------------------------------+
// Requête de création et d'insertion sur table sophy_tapir
public function creerTapir() {
$info = 'Créé';
$requete = "DROP TABLE IF EXISTS `sophy_tapir`;
CREATE table `sophy_tapir` AS
SELECT CONCAT(_utf8'urn:lsid:tela-botanica.org:sophy:',o.so_id_publi,'.',
o.so_id_tableau,'.',o.so_id_releve,'.',o.so_num_ligne,'.',
o.so_id_taxon,'.',o.so_id_strate) AS `guid`,
CONCAT(o.so_id_publi,'.',o.so_id_tableau,'.',o.so_id_releve,'.',
o.so_num_ligne,'.',o.so_id_taxon,'.',o.so_id_strate) AS `observation_id`,
p.sp_date AS observation_date,
t.st_nom AS nom_scientifique_complet,
CONCAT(s.ss_code_departement,s.ss_code_insee_commune) AS lieu_commune_code_insee,
s.ss_localisation AS `lieu_station_nom`,
s.ss_latitude_wgs AS `lieu_station_latitude`,
s.ss_longitude_wgs AS `lieu_station_longitude`,
s.ss_utmEasting AS `lieu_station_utm_est`,
s.ss_utmNorthing AS `lieu_station_utm_nord`,
s.ss_utmZone AS `lieu_station_utm_zone`,
p.sp_auteur AS observateur_nom_complet
FROM sophy_observation o LEFT JOIN sophy_taxon t ON (o.so_id_taxon = t.st_id_taxon)
LEFT JOIN sophy_releve r ON (r.sr_id_publi = o.so_id_publi AND r.sr_id_tableau = o.so_id_tableau AND r.sr_id_releve = o.so_id_releve )
LEFT JOIN sophy_station s ON (r.sr_id_station = s.ss_id_station)
LEFT JOIN sophy_publication p ON (r.sr_id_publi = p.sp_id_publi);";
$reponse = $this->requeter($requete);
if ($reponse === false) {
$info = "Erreur";
}
return $info;
}
}
?>
/branches/refact/scripts/modules/sophy/bibliotheque/FloreDao.php
New file
0,0 → 1,74
<?php
class FloreDao extends Bdd {
 
public function integrerFlore($flore, $nom_flore){
$flore = array_map(array($this, 'proteger'), $flore);
$requete = "INSERT INTO sophy_{$nom_flore} VALUES ";
$i = 0; $j = 1000; $info = '';
foreach ($flore as $num => $nom) {
if ($i < $j) {
$requete .= " ({$num}, {$nom}), ";
} else {
$requete = substr($requete,0,-2).";";
$resultat = $this->requeter($requete);
if ($resultat === false) {
$info .= $nom_flore.$j." n'est pas intégrée.\n";
} else {
$info .= $nom_flore.$j." est intégrée.\n";
}
$j += 1000;
$requete = "INSERT INTO sophy_{$nom_flore} VALUES ({$num}, {$nom}), ";
}
$i++;
}
$requete = substr($requete,0,-2).";";
$resultat = $this->requeter($requete);
if ($resultat === false) {
$info .= $nom_flore.$i." n'est pas intégrée.\n";
//echo $requete."\n";
} else {
$info .= $nom_flore.$i." est intégrée.\n";
}
return $info;
}
public function chargerDonnees($fichier, $table) {
$requete = "LOAD DATA INFILE '$fichier' ".
"REPLACE INTO TABLE $table ".
"CHARACTER SET utf8 ".
"FIELDS
TERMINATED BY ','";
$this->requeter($requete);
}
public function ajouterColonnes($donnees, $table) {
$this->preparerTable($table, 'sb_num_nom_retenu');
$this->preparerTable($table, 'sb_num_tax');
$this->lancerRequeteModification($table, $donnees);
}
private function preparerTable($table, $colonne) {
$requete = "SHOW COLUMNS FROM {$table} LIKE '{$colonne}' ";
$resultat = $this->recuperer($requete);
if ($resultat === false) {
$requete = "ALTER TABLE {$table} ".
"ADD {$colonne} INT(5) ";
$this->requeter($requete);
}
}
private function lancerRequeteModification($table, $flore) {
foreach ($flore as $num_nom => $info) {
$requete = "UPDATE {$table} ".
"SET sb_num_nom_retenu = {$info['num_nom_retenu']} ".
", sb_num_tax = {$info['num_tax']} ".
"WHERE sb_id_num_bdnff = $num_nom ";//echo $requete."\n";
$res = $this->requeter($requete);
if ($res === false) {
$this->traiterErreur("erreur d'insertion pour le tuple %s", array($id));
}
}
}
}
?>
/branches/refact/scripts/modules/sophy/bibliotheque/TaxonDao.php
New file
0,0 → 1,279
<?php
class TaxonDao extends Bdd {
// tableau de la forme $taxons[num][flore][id]
// $taxons[num][flore][nom]
protected $taxons = array();
private $id = 0;
private $flores = array('syntri', 'ciff', 'codefr94', 'bdnff', 'bryo', 'floeur', 'algues', 'characees', 'lichen', 'fournier');
private $table_flores = array('bdnff', 'fournier', 'ciff', 'syntri', 'codefr94', 'bryo', 'floeur');
public function __construct() {
Bdd::__construct();
$this->id = $this->chargerId() + 1;
$this->taxons = $this->chargerTaxon();
}
// recherche si un taxon existe sinon le crée et renvoie son id
public function getId($num_taxon, $flore = 'ind', $nom = null, $flore_supp = null, $num_supp = null, $remarques = '') {
$idTaxon = null; $nom_supp = $nom;
if ($nom == null && $remarques != '') {
$nom = "rem:".$flore_supp.$num_supp.'/'.$remarques;
}
 
if (isset($this->taxons['ind'][$nom]['id'])) {
$idTaxon = $this->taxons['ind'][$nom]['id'];
} elseif (isset($this->taxons[$flore][$num_taxon]['id']) && $nom == null) {
$idTaxon = $this->taxons[$flore][$num_taxon]['id'];
} else {
$idTaxon = $this->ajouterTaxon($num_taxon, $flore, $nom_supp, $flore_supp, $num_supp, $remarques);
}
return $idTaxon;
}
 
// renvoie un nom d'apres son id
public function getNom($id) {
foreach ($this->taxons['ind'] as $nom=>$param) {
if ($param['id'] === $id) {
if (preg_match('/rem:[a-z]+\d+\/(.*)/', $nom, $match)) {
$nom = $match[1];
}
return $nom;
}
}
return '';
}
// Ajoute taxon avec pour clé le numéro taxon, le nom ou la remarque
public function ajouterTaxon($num_taxon, $flore, $nom, $flore_supp, $num_supp, $remarques) {
if ($nom != null) {
$cle = 'ind';
$num = $nom;
} elseif ($remarques != '') {
$cle = 'ind';
$num = "rem:".$flore_supp.$num_supp.'/'.$remarques;
} else {
$cle = $flore;
$num = $num_taxon;
}
$this->taxons[$cle][$num]['id'] = $this->id;
foreach ($this->flores as $nom_flore) {
if ($nom_flore == $flore) {
$this->taxons[$cle][$num][$nom_flore] = $num_taxon;
} elseif ($nom_flore == $flore_supp) {
$this->taxons[$cle][$num][$nom_flore] = $num_supp;
} else {
$this->taxons[$cle][$num][$nom_flore] = 'NULL';
}
}
$this->taxons[$cle][$num]['nom'] = $this->ajouterNomTaxon($num_taxon, $flore, $nom, $flore_supp, $num_supp);
$this->taxons[$cle][$num]['remarques'] = $remarques;
$this->id++;
return $this->taxons[$cle][$num]['id'];
}
public function ajouterNomTaxon($num_taxon, $flore, $nom_supp, $flore_supp, $num_supp) {
$nom = '';
$nomCherche = false;
foreach ($this->table_flores as $nom_flore) {
if ($nomCherche == false) {
if ($nom_flore == $flore) {
$nom = $this->rechercherNomTaxon($nom_flore, $num_taxon);
if ($nom != false) {
$nomCherche = true;
}
} elseif ($nom_flore == $flore_supp) {
$nom = $this->rechercherNomTaxon($nom_flore, $num_supp);
if ($nom != false) {
$nomCherche = true;
}
}
}
}
if ($nom == false && $nom_supp != null) {
$nom = $nom_supp;
} elseif ($nom == '' && $nom_supp != null) {
$nom = $nom_supp;
}
return $nom;
}
public function rechercherNomTaxon($nom_flore, $num_taxon) {
$requete2 = null;
switch ($nom_flore) {
case 'bdnff' :
$requete = "SELECT sb_nom_complet AS nom FROM sophy_bdnff
WHERE sb_num_tax = {$num_taxon} AND sb_id_num_bdnff = sb_num_nom_retenu; ";
break;
case 'fournier' :
$requete = "SELECT sb_nom_complet AS nom FROM sophy_bdnff, sophy_fournier_bdnff
WHERE sfb_id_num_fournier = {$num_taxon} AND sb_num_tax = sfb_id_num_bdnff AND sb_id_num_bdnff = sb_num_nom_retenu;";
$requete2 = "SELECT sf_nom_fournier AS nom FROM sophy_fournier WHERE sf_id_num_fournier = {$num_taxon};";
break;
case 'ciff' :
$requete = "SELECT sb_nom_complet AS nom
FROM sophy_bdnff, sophy_ciff_bdnff
WHERE scb_id_num_ciff = {$num_taxon} AND scb_id_num_bdnff = sb_id_num_bdnff;";
$requete2 = "SELECT sci_nom_ciff AS nom FROM sophy_ciff WHERE sci_id_num_ciff = {$num_taxon};";
break;
case 'syntri' :
$requete = "SELECT sb_nom_complet AS nom
FROM sophy_bdnff, sophy_syntri_fournier, sophy_fournier_bdnff
WHERE ssf_id_num_syntri = {$num_taxon} AND ssf_id_num_fournier = sfb_id_num_fournier
AND sb_num_tax = sfb_id_num_bdnff AND sb_id_num_bdnff = sb_num_nom_retenu;";
$requete2 = "SELECT ssyn_nom_supp AS nom FROM sophy_syntri WHERE ssyn_id_num_supp = {$num_taxon};";
break;
case 'codefr94' :
$requete = "SELECT sc_nom_codefr AS nom FROM sophy_codefr94 WHERE sc_id_num_codefr = {$num_taxon};";
break;
case 'bryo' :
$requete = "SELECT sbr_nom_bryo AS nom FROM sophy_bryophyte WHERE sbr_id_num_bryo = {$num_taxon};";
break;
case 'floeur' :
$requete = "SELECT sfe_nom_floeur AS nom FROM sophy_flora_europea WHERE sfe_id_num_floeur = {$num_taxon};";
break;
}
$resultat_requete = $this->recuperer($requete);
if ($resultat_requete['nom'] == false && $requete2 != null) {
$resultat_requete = $this->recuperer($requete2);
}
return $resultat_requete['nom'];
}
// recherche le dernier id de la base
public function chargerId() {
$id = 0;
$requete_select_id = "SELECT MAX(st_id_taxon) AS idMax FROM sophy_taxon;";
$resultat_requete_id = $this->recuperer($requete_select_id);
if ($resultat_requete_id['idMax'] != false) {
$id = $resultat_requete_id['idMax'];
}
return $id;
}
// Regarde si il y a des taxons dans la base, retourne le tableau de valeur et vide la base
public function chargerTaxon() {
$resultat = null;
$retour = null;
$requete_select = "SELECT * FROM sophy_taxon;";
$resultat = $this->recupererTous($requete_select);
if ($resultat != false) {
foreach ($resultat as $result) {
if ($result['st_nom_supp'] != null) {
$retour['ind'][$result['st_nom_supp']]['id'] = $result['st_id_taxon'];
foreach ($this->flores as $nom_flore) {
$retour['ind'][$result['st_nom_supp']][$nom_flore] = $result["st_ce_num_".$nom_flore];
}
$retour['ind'][$result['st_nom_supp']]['remarques'] = $result['st_nom_supp'];
} elseif ($result['st_remarques'] != null) {
$nom = $result['st_remarques'];
$retour['ind'][$nom]['id'] = $result['st_id_taxon'];
foreach ($this->flores as $nom_flore) {
$retour['ind'][$result['st_nom_supp']][$nom_flore] = $result["st_ce_num_".$nom_flore];
}
$retour['ind'][$nom]['remarques'] = $result['st_nom_supp'];
} elseif ($result['st_ce_num_syntri'] != null) {
$retour['syntri'][$result['st_ce_num_syntri']]['id'] = $result['st_id_taxon'];
$retour['syntri'][$result['st_ce_num_syntri']]['num_supp'] = $result['st_num_supp'];
} elseif ($result['st_ce_num_floeur'] != null) {
$retour['floeur'][$result['st_ce_num_floeur']]['id'] = $result['st_id_taxon'];
} elseif ($result['st_ce_num_bdnff'] != null) {
$retour['bdnff'][$result['st_ce_num_bdnff']]['id'] = $result['st_id_taxon'];
} elseif ($result['st_ce_num_codefr94'] != null) {
$retour['codefr94'][$result['st_ce_num_codefr94']]['id'] = $result['st_id_taxon'];
} elseif ($result['st_ce_num_bryo'] != null) {
$retour['bryo'][$result['st_ce_num_bryo']]['id'] = $result['st_id_taxon'];
} elseif ($result['st_ce_num_ciff'] != null) {
$retour['ciff'][$result['st_ce_num_ciff']]['id'] = $result['st_id_taxon'];
} elseif ($result['st_ce_num_fournier'] != null) {
$retour['fournier'][$result['st_ce_num_fournier']]['id'] = $result['st_id_taxon'];
}
}
}
$requete = "TRUNCATE TABLE `sophy_taxon`; ";
$res = $this->requeter($requete);
return $retour;
}
// +-------------------------------------------------------------------------------------------------------------------+
// Requête sur table sophy_taxon et toutes les tables flore de sophy
public function integrerTaxons() {
foreach ($this->taxons as $flore=>$taxons) {
switch ($flore) {
case 'ind' :
// insertion par 1000 pour éviter que la requête soit trop lourde
$i = 0; $j = 1000;
$requete = "INSERT INTO `sophy_taxon` (`st_id_taxon`, `st_nom`, `st_nom_supp`,";
foreach ($this->flores as $nom_flore) {
$requete .= "st_ce_num_{$nom_flore}, ";
}
$requete .= " st_remarques) VALUES ";
foreach ($taxons as $taxon=>$valeur) {
if (!isset($valeur['remarques'])){
$valeur['remarques'] = 'NULL';
$taxon = $this->proteger($taxon);
} elseif (substr_compare($taxon, 'rem:', 0, 4) == 0){
$valeur['remarques'] = $this->proteger($taxon);
$taxon = 'NULL';
} else {
$taxon = $this->proteger($taxon);
$valeur['remarques'] = $this->proteger($valeur['remarques']);
}
if ($i < $j) {
$requete .= " (".$valeur['id'].", ".$this->proteger($valeur['nom']).", ".$taxon.", ";
foreach ($this->flores as $nom_flore) {
$requete .= $valeur[$nom_flore].", ";
}
$requete .= " ".$valeur['remarques']."),";
} elseif ($i == $j) {$j += 1000;
$requete = substr($requete,0,-1).";";
$resultat = $this->requeter($requete);
if ($resultat == false) {
echo $flore.' : '.$i;
}
$requete = "INSERT INTO `sophy_taxon` (`st_id_taxon`, `st_nom`, `st_nom_supp`,";
foreach ($this->flores as $nom_flore) {
$requete .= "st_ce_num_{$nom_flore}, ";
}
$requete .= " st_remarques) VALUES (".$valeur['id'].", ".$this->proteger($valeur['nom']).
", ".$taxon.", ";
foreach ($this->flores as $nom_flore) {
$requete .= $valeur[$nom_flore].", ";
}
$requete .= " ".$valeur['remarques']."),";
}
$i++;
}
$requete = substr($requete,0,-1).";";
break;
case 'syntri' :
$i = 0;
$requete = "INSERT INTO `sophy_taxon` (`st_id_taxon`, ";
foreach ($this->flores as $nom_flore) {
$requete .= "st_ce_num_{$nom_flore}, ";
}
$requete .= "`st_nom`) VALUES ";
foreach ($taxons as $taxon=>$valeur) {
$requete .= " (".$valeur['id'].", ";
foreach ($this->flores as $nom_flore) {
$requete .= $valeur[$nom_flore].", ";
}
$requete .= $this->proteger($valeur['nom'])."), ";
}
$requete = substr($requete,0,-2).";";
break;
default:
$requete = "INSERT INTO `sophy_taxon` (`st_id_taxon`, `st_nom`, st_ce_num_{$flore}) VALUES ";
foreach ($taxons as $numTaxon=>$valeur) {
$requete .= " (".$valeur['id'].", ".$this->proteger($valeur['nom']).", ".$numTaxon."),";
}
$requete = substr($requete,0,-1).";";
break;
}
$resultat = $this->requeter($requete);
if ($resultat == false) {
echo " - flore : ".$flore;
}
}
}
}
?>
/branches/refact/scripts/modules/sophy/Insertion.php
New file
0,0 → 1,906
<?php
// Encodage : UTF-8
// +-------------------------------------------------------------------------------------------------------------------+
/**
* Traitement des fichiers de la banque de données SOPHY pour insertion
*
* Description : classe permettant d'insérer les tableaux phytosociologiques de la banque de données SOPHY
* Utilisation : php script.php insertion -a test
*
* @category PHP 5.3
* @package phytosocio
//Auteur original :
* @author Delphine CAUQUIL <delphine@tela-botanica.org>
* @copyright Copyright (c) 2009, Tela Botanica (accueil@tela-botanica.org)
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL-v3
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL-v2
* @version $Id$
*/
// +-------------------------------------------------------------------------------------------------------------------+
class Insertion extends EfloreScript {
protected $tableauTaxon;
protected $dao;
protected $observations;
// Paramêtres autorisées lors de l'appel au script en ligne de commande
protected $parametres_autorises = array(
'-n' => array(true, true, 'Nom du fichier ou du dossier à traiter'));
 
protected $param_bd_pour_stat = array(
'sophy_publication' => array(),
'sophy_tableau' => array('stab_id_publi' => 'nombrePubli'),
'sophy_releve' => array(
'sr_id_publi' => 'nombrePubli',
'sr_id_publi, sr_id_tableau' => 'nombreTableau',
'sr_id_station' => 'nombreStation'),
'sophy_observation' => array(
'so_id_publi' => 'nombrePubli',
'so_id_publi, so_id_tableau' => 'nombreTableau',
'so_id_publi, so_id_tableau, so_id_releve' => 'nombreReleve',
'so_id_taxon' => 'nombreTaxon'),
'sophy_station' => array(),
'sophy_taxon' => array()
);
 
// Composition classique d'un titre de tableau de stations ou phytosociologiques
protected $format_titre = array(
'numPubli' => array(0, 4),
'numTableau' => array(4, 3),
'nombreStations' => array(7, 3),
'titrePubli' => array(11, -1),
'typeTableau' => array(79, 1)
);
 
// Composition classique d'une station
protected $format_station = array(
'numSource' => array(0, 4),
'posteMeteo' => array(4, 5),
'nomStation' => array(10, 38),
'latitude' => array(49, 7),
'codePays' => array(56, 2),
'longitude' => array(59, 6),
'codeDept' => array(66, 2),
'altitude' => array(69, 4),
'codeCommune' => array(74, 3),
'precisionGeographique' => array(78, 1),
'systemeProjection' => array(79, 1),
'latitude2' => array(80, 8),
'longitude2' => array(88, 8)
);
 
// Composition classique d'une ligne de tableau phytosociologique
protected $format_tableau = array(
0 => array(
'numLigne' => array(0, 3),
'idTaxon' => array(3, 5),
'strate' => array(8, 1),
'codeFlore' => array(9, 1),
'abondance_rem' => array(10, 70)),
2 => array(
'numSource' => array(0, 5),
'posteMeteo' => array(5, 3),
'numLigne' => array(8, 2),
'codeFournier1' => array(10, 5),
'abondance1' => array(15, 1),
'strate1' => array(16, 1),
'codeFournier2' => array(17, 5),
'abondance2' => array(22, 1),
'strate2' => array(23, 1),
'codeFournier3' => array(24, 5),
'abondance3' => array(29, 1),
'strate3' => array(30, 1),
'codeFournier4' => array(31, 5),
'abondance4' => array(36, 1),
'strate4' => array(37, 1),
'codeFournier5' => array(38, 5),
'abondance5' => array(43, 1),
'strate5' => array(44, 1),
'codeFournier6' => array(45, 5),
'abondance6' => array(50, 1),
'strate6' => array(51, 1),
'codeFournier7' => array(52, 5),
'abondance7' => array(57, 1),
'strate7' => array(58, 1),
'codeFournier8' => array(59, 5),
'abondance8' => array(64, 1),
'strate8' => array(65, 1),
'codeFournier9' => array(66, 5),
'abondance9' => array(71, 1),
'strate9' => array(72, 1),
'codeFournier10' => array(73, 5),
'abondance10' => array(78, 1),
'strate10' => array(79, 1)),
6 => array(
'numSource' => array(0, 4),
'posteMeteo' => array(4, 4),
'numLigne' => array(8, 2),
'strate1' => array(10, 1),
'codeFournier1' => array(11, 4),
'abondance1' => array(16, 1),
'strate2' => array(17, 1),
'codeFournier2' => array(18, 4),
'abondance2' => array(23, 1),
'strate3' => array(24, 1),
'codeFournier3' => array(25, 4),
'abondance3' => array(30, 1),
'strate4' => array(31, 1),
'codeFournier4' => array(32, 4),
'abondance4' => array(37, 1),
'strate5' => array(38, 1),
'codeFournier5' => array(39, 4),
'abondance5' => array(44, 1),
'strate6' => array(45, 1),
'codeFournier6' => array(46, 4),
'abondance6' => array(51, 1),
'strate7' => array(52, 1),
'codeFournier7' => array(53, 4),
'abondance7' => array(58, 1),
'strate8' => array(59, 1),
'codeFournier8' => array(60, 4),
'abondance8' => array(65, 1),
'strate9' => array(66, 1),
'codeFournier9' => array(67, 4),
'abondance9' => array(72, 1),
'strate10' => array(73, 1),
'codeFournier10' => array(74, 4),
'abondance10' => array(79, 1)),
7 => array(
'numReleve' => array(2, 3),
'posteMeteo' => array(7, 3),
'codeFournier1' => array(10, 4),
'abondance1' => array(14, 1),
'strate1' => array(15, 1),
'codeFournier2' => array(16, 4),
'abondance2' => array(20, 1),
'strate2' => array(21, 1),
'codeFournier3' => array(22, 4),
'abondance3' => array(26, 1),
'strate3' => array(27, 1),
'codeFournier4' => array(28, 4),
'abondance4' => array(32, 1),
'strate4' => array(33, 1),
'codeFournier5' => array(34, 4),
'abondance5' => array(38, 1),
'strate5' => array(39, 1),
'codeFournier6' => array(40, 4),
'abondance6' => array(44, 1),
'strate6' => array(45, 1),
'codeFournier7' => array(46, 4),
'abondance7' => array(50, 1),
'strate7' => array(51, 1),
'codeFournier8' => array(52, 4),
'abondance8' => array(56, 1),
'strate8' => array(57, 1),
'codeFournier9' => array(58, 4),
'abondance9' => array(62, 1),
'strate9' => array(63, 1),
'codeFournier10' => array(64, 4),
'abondance10' => array(68, 1),
'strate10' => array(69, 1),
'numLigne' => array(71, 2),
'codeCarte' => array(73, 7))
);
 
// +-------------------------------------------------------------------------------------------------------------------+
public function executer() {
include_once dirname(__FILE__).'/bibliotheque/Dao.php';
Config::charger(dirname(__FILE__).'/sophy.ini');
$this->dao = new Dao();
// Récupération de paramétres
// Lancement de l'action demandée
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'testDossier' :
$this->executerTestDossier();
break;
case 'chargerStructureSql' :
$this->chargerStructureSql();
break;
case 'supprimerTous' :
$this->supprimerTous();
case 'biblio' :
$this->executerBiblio();
break;
case 'station' :
include_once dirname(__FILE__).'/bibliotheque/gPoint.php';
$this->executerStation();
break;
case 'stationCodeInsee' :
$this->executerStationCodeInsee();
break;
case 'tableau' :
include_once dirname(__FILE__).'/bibliotheque/TaxonDao.php';
$this->tableauTaxon = new TaxonDao();
$this->executerTableau();
break;
case 'stats' :
$this->executerStats();
break;
case 'tapir' :
$info = $this->dao->creerTapir();
$this->traiterErreur($info);
break;
default :
$this->traiterErreur('Erreur : la commande "%s" n\'existe pas!', array($cmd));
}
}
protected function chargerStructureSql() {
$contenuSql = $this->recupererContenu(Config::get('chemins.structureSql'));
$this->executerScripSql($contenuSql);
}
protected function executerScripSql($sql) {
$requetes = Outils::extraireRequetes($sql);
foreach ($requetes as $requete) {
$this->getBdd()->requeter($requete);
}
}
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS sophy_abondance, `sophy_bdnff`, `sophy_bryophyte`, `sophy_ciff`, ".
"`sophy_ciff_fournier`, `sophy_codefr94`, `sophy_flora_europea`, `sophy_fournier`, `sophy_fournier_bdnff`,".
" `sophy_observation`, `sophy_precision_geo`, `sophy_publication`, `sophy_releve`, `sophy_station`, `sophy_strate`,".
" `sophy_syntri`, `sophy_syntri_fournier`, `sophy_tableau`, `sophy_taxon`";
$this->getBdd()->requeter($requete);
}
// +-------------------------------------------------------------------------------------------------------------------+
// vérifie qu'il n'y est pas de fichier en double dans le dossier
// à faire avant d'insérer un nouveau dossier
private function executerTestDossier() {
$nomDossier = Config::get('dossierDonneesSophy').$this->getParametre('n');
if (file_exists($nomDossier) === true) {
if (is_dir($nomDossier)) {
if ($dossierOuvert = opendir($nomDossier) ) {
while ( ($nomFichier = readdir($dossierOuvert)) !== false) {
if ( !is_dir($nomFichier) ) {
if (preg_match('/^[ST]{1,2}(\d{2}1)(\d{2}0)\.*/', $nomFichier, $match)) {
// fichier normal type 001 à 010
} elseif (preg_match('/^([ST]{1,2})(\d{3})(\d{3})\.*/', $nomFichier, $match)) {
if (($match[1]=='ST' || $match[1]=='T') && ($match[3] - $match[2] == 1)) {
// fichier normal type 1000 à 1010
} else {
$this->traiterErreur("Le fichier $nomFichier risque d'être en double.");
}
}
}
}
closedir($dossierOuvert);
} else {
$this->traiterErreur("Le dossier $nomDossier n'a pas pu être ouvert.");
}
} else {
$this->traiterErreur("$nomDossier n'est pas un dossier.");
}
} else {
$this->traiterErreur("Le dossier $nomDossier est introuvable.");
}
}
 
// +-------------------------------------------------------------------------------------------------------------------+
// Traitement du fichier biblio format csv
// /opt/lampp/bin/php cli.php sophy/insertion -a biblio -n ./../donnees/sophy/BIBLIO.csv
private function executerBiblio() {
// Parcours le fichier .csv et enregistre chaque ligne dans un tableau.
$nomFichier = Config::get('dossierDonneesSophy').'BIBLIO.csv';
if ($nomFichier && file_exists($nomFichier) ){
$extensionFichier = strtolower(strrchr($nomFichier, '.'));
if ($extensionFichier === ".csv"){
$file = new SplFileObject($nomFichier);
$file->setFlags(SplFileObject::SKIP_EMPTY);
$i = 0;
echo "Traitement de la biblio : ";
while (!$file->eof()){
$ligne_csv = $file->fgetcsv();
if (preg_match('/^\d+$/', $ligne_csv[0])){
// récupére les colonnes du csv pour les transformer en table publication
$biblio = $this->transformerBiblio($ligne_csv);
// integre les publications à la bdd
$info = $this->dao->integrerBiblio($biblio);
$this->traiterInfo($info);
}
echo str_repeat(chr(8), ( strlen( $i ) + 1 ))."\t".$i++;
}
echo "\n";
} else {
$this->traiterErreur("Le fichier de références bibliographiques : $nomFichier n'est pas au format csv.");
}
} else {
$this->traiterErreur("Le fichier de références bibliographiques : $nomFichier n'existe pas.");
}
}
 
private function transformerBiblio($ligne_csv){
$biblio['id_publi'] = $ligne_csv[0];
$biblio['auteur'] = $ligne_csv[2].' '.$ligne_csv[3];
$biblio['date'] = $ligne_csv[4];
$biblio['titre'] = rtrim($ligne_csv[5].' '.$ligne_csv[6].' '.$ligne_csv[7].' '.$ligne_csv[8].' '.$ligne_csv[9]);
$biblio['revue'] = rtrim($ligne_csv[10].' '.$ligne_csv[11]);
$biblio['volume'] = $ligne_csv[12];
$biblio['tome'] = $ligne_csv[13];
$biblio['fascicule'] = $ligne_csv[14];
$biblio['page_debut'] = $ligne_csv[15];
$biblio['page_fin'] = $ligne_csv[16];
return $biblio;
}
 
// +-------------------------------------------------------------------------------------------------------------------+
// Traitement des fichiers stations
// /opt/lampp/bin/php cli.php insertion -a station -n ./../doc/donnees/ST/
private function executerStation() {
// transforme les fichiers passés en un tableau
//de la forme [nom du fichier][index des tableaux][numéro de ligne]
$tableaux = $this->ouvrirDossier(Config::get('dossierDonneesSophy').'ST/');
foreach ($tableaux as $fichier) {
foreach ($fichier as $tableau) {
if ($tableau[0] != "") {
// découpe la première ligne du tableau et insére les données dans la table tableau
$titre = $this->analyserTitreStation($tableau['0']);
for ($numReleve = 1; $numReleve < sizeof($tableau); $numReleve++) {
// découpe les autres lignes, insére les données dans la table station et retourne l'id de la station
if (trim($tableau[$numReleve]) == '') {
$id_station = 0;
} else {
$id_station = $this->analyserStation($tableau[$numReleve]);
}
// insére les données tableau et station dans la table relevé
$info = $this->dao->integrerReleve($titre, $numReleve, $id_station);
if ($info != '') {
$this->traiterErreur($info);
}
}
}
}
}
}
 
private function analyserTitreStation($titre) {
$titreDecoupe = $this->decouperLigne($titre, $this->format_titre);
$info = $this->dao->integrerTableau($titreDecoupe);
if ($info != '') {
$this->traiterErreur($info);
}
return $titreDecoupe;
}
 
private function analyserStation($ligne) {
$ligneDecoupe = $this->decouperLigne($ligne, $this->format_station);
$ligneDecoupe['latitude_wgs'] = null;
$ligneDecoupe['longitude_wgs'] = null;
// vérifie que les zéro du code sont présents
$ligneDecoupe = $this->analyserCodeDeptComm($ligneDecoupe);
// transforme les grades paris en degrés décimaux wms
$ligneDecoupe = $this->analyserCoordGrdParis($ligneDecoupe, $ligne);
// transforme les degrés sexagécimaux en degrés décimaux
$ligneDecoupe = $this->analyserCoordDmsWms($ligneDecoupe);
// transforme les degrés décimaux en UTM
$ligneDecoupe = $this->transformerCoordWmsUtm($ligneDecoupe);
$ligneDecoupe['nomStation'] = utf8_encode($ligneDecoupe['nomStation']);
$retour_requete = $this->dao->integrerStation($ligneDecoupe);
if ($retour_requete['info'] != '') {
$this->traiterErreur($retour_requete['info']);
}
return $retour_requete['id_station'];
}
private function executerStationCodeInsee() {
$this->dao->creerColonneCodeInseeCalculee();
$liste_coordonnees = $this->dao->rechercherCoordonneesWgs();
foreach ($liste_coordonnees as $coordonnees) {
$code_insee = $this->chercherCodeCommune($coordonnees['latitude'], $coordonnees['longitude']);
if ($code_insee != "") {
$this->dao->ajouterCodeInseeCalculee($coordonnees['latitude'], $coordonnees['longitude'], $code_insee);
}
}
}
private function chercherCodeCommune($latitude, $longitude) {
$code_insee = '';
if ($this->testerCoordonneesWgsFrance($latitude, $longitude)) {
$url_service = "www.tela-botanica.org/service:eflore:0.1/osm/nom-commune".
"?lat={$latitude}&lon={$longitude}";
$url_service = str_replace(',', '.', $url_service);
$ch = curl_init($url_service);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$reponse = curl_exec($ch);
$reponse = json_decode($reponse);
if (isset($reponse->codeINSEE)) {
$code_insee = $reponse->codeINSEE;
}
curl_close($ch);
}
return $code_insee;
}
private function testerCoordonneesWgsFrance($latitude, $longitude) {
$coord_france = false;
if ($latitude != '' && $longitude != '') {
if ($latitude < 51.071667 && $latitude > 41.316667) {
if ($longitude < 9.513333 && $longitude > -5.140278) {
$coord_france = true;
}
}
}
return $coord_france;
}
private function analyserCodeDeptComm($ligneDecoupe) {
if (preg_match('/^\d{2}$/', $ligneDecoupe['codeDept'])) {
} elseif (preg_match('/^\s{0,1}\d{1,2}\s{0,1}$/',$ligneDecoupe['codeDept'])) {
$ligneDecoupe['codeDept'] = str_replace(' ', '0', $ligneDecoupe['codeDept']);
} else {
$ligneDecoupe['codeDept'] = null;
}
if (preg_match('/^\d{3}$/', $ligneDecoupe['codeCommune'])) {
} elseif (preg_match('/^\s{0,2}\d{1,2,3}\s{0,2}$/', $ligneDecoupe['codeCommune'])) {
$ligneDecoupe['codeCommune'] = str_replace(' ', '0', $ligneDecoupe['codeCommune']);
} elseif ($ligneDecoupe['codeDept'] == null) {
$ligneDecoupe['codeCommune'] = null;
} else {
$ligneDecoupe['codeCommune'] = '000';
}
return $ligneDecoupe;
}
private function analyserCoordGrdParis($ligneDecoupe, $ligne) {
if (preg_match('/[\s0]0\.000/', $ligneDecoupe['latitude'], $match)) {
$ligneDecoupe['latitude'] = null;
$ligneDecoupe['longitude'] = null;
} elseif (preg_match('/\d{1,2}\.\d{2,3}/', $ligneDecoupe['latitude'], $match)) {// format souhaité
$ligneDecoupe['latitude_wgs'] = round($ligneDecoupe['latitude']*0.9, 7);
$ligneDecoupe['longitude_wgs'] = round($ligneDecoupe['longitude']*0.9+2.3372291, 7);
} elseif (preg_match('/(\d{2})[\d\s,](\d{3})/', $ligneDecoupe['latitude'], $match)) {//erreur de saisie
$ligneDecoupe['latitude'] = $match[1].'.'.$match[2];
$ligneDecoupe['latitude_wgs'] = round($ligneDecoupe['latitude']*0.9, 7);
$ligneDecoupe['longitude_wgs'] = round($ligneDecoupe['longitude']*0.9 + 2.3372291, 7);
} elseif (preg_match('/^[a-zA-Z\s]*[a-zA-Z][a-zA-Z\s]*$/', $ligneDecoupe['latitude'])) {// lat absente + nom long
$ligneDecoupe['nomStation'] = rtrim(substr($ligne, 10, 48));
$ligneDecoupe['latitude'] = null;
$ligneDecoupe['longitude'] = null;
} elseif (preg_match('/.[AO].123/', $ligneDecoupe['latitude'], $match)) {
$ligneDecoupe['latitude'] = null;
$ligneDecoupe['longitude'] = null;
} elseif ($ligneDecoupe['latitude'] != null) {
$ligneDecoupe['latitude'] = null;
$ligneDecoupe['longitude'] = null;
}
return $ligneDecoupe;
}
private function analyserCoordDmsWms($ligneDecoupe) {
if (preg_match('/(\d{1,2})\.(\d{2})\.(\d{2})/', $ligneDecoupe['latitude2'], $match)) {
$ligneDecoupe['latitude_wgs'] = round($match[1]+($match[2]/60)+($match[3]/3600), 7);
}
if (preg_match('/(-{0,1})(\d{1,2})\.(\d{2})\.(\d{2})/', $ligneDecoupe['longitude2'], $match)) {
$ligneDecoupe['longitude_wgs'] = round($match[2]+($match[3]/60)+($match[4]/3600), 7);
if ($match[1] == '-') {
$ligneDecoupe['longitude_wgs'] = -$ligneDecoupe['longitude_wgs'];
}
}
return $ligneDecoupe;
}
private function transformerCoordWmsUtm($ligneDecoupe) {
$ligneDecoupe['utmNorthing'] = null;
$ligneDecoupe['utmEasting'] = null;
$ligneDecoupe['utmZone'] = null;
if ($ligneDecoupe['longitude_wgs'] != null && $ligneDecoupe['latitude_wgs'] != null) {
$convertisseur = new gPoint();
$convertisseur->setLongLat($ligneDecoupe['longitude_wgs'], $ligneDecoupe['latitude_wgs']);
$convertisseur->convertLLtoTM();
$ligneDecoupe['utmNorthing'] = round($convertisseur->N(), 2);
$ligneDecoupe['utmEasting'] = round($convertisseur->E(), 2);
$ligneDecoupe['utmZone'] = $convertisseur->Z();
}
return $ligneDecoupe;
}
 
// +-------------------------------------------------------------------------------------------------------------------+
// Traitement des fichiers tableaux
// /opt/lampp/bin/php cli.php insertion -a tableau -n ./../doc/donnees/T/
private function executerTableau() {
$tableaux = $this->ouvrirDossier(Config::get('dossierDonneesSophy').'T/');
$observations = array();
foreach ($tableaux as $fichier) {
foreach ($fichier as $tableau) {
if ($tableau[0] != "") {
$this->observations = array();
$titre = $this->decouperLigne($tableau[0], $this->format_titre);
$this->analyserTableau($tableau, $titre);
/*$info = $this->dao->integrerObservation($this->observations, $titre);
if ($info != '') {
$this->traiterErreur($info);
}*/
}
}
} $this->tableauTaxon->integrerTaxons();
}
 
private function analyserTableau($tableau, $titre) {
if ($titre['typeTableau'] == ' ') {
$titre['typeTableau'] = 0;
}
switch ($titre['typeTableau']) {
case 0 :
for ($numeroLigne = 1; $numeroLigne < sizeof($tableau); $numeroLigne++) {
$ligneDecoupe = $this->decouperLigne($tableau[$numeroLigne], $this->format_tableau['0']);
if (trim($ligneDecoupe['idTaxon']) == '' && trim($ligneDecoupe['abondance_rem']) == '' &&
preg_match('/^\s+\*N\s*\*\s*$/', $ligneDecoupe['indetermine'])) {
for ($nombreReleve = 1; $nombreReleve <= $titre['nombreStations']; $nombreReleve ++) {
$this->observations[$numeroLigne][$nombreReleve]['sc_id_publi'] = $titre['numPubli'];
$this->observations[$numeroLigne][$nombreReleve]['sc_id_tableau'] = $titre['numTableau'];
$this->observations[$numeroLigne][$nombreReleve]['sc_id_releve'] = $nombreReleve;
$this->observations[$numeroLigne][$nombreReleve]['sc_num_ligne'] = $ligneDecoupe['numLigne'];
$this->observations[$numeroLigne][$nombreReleve]['sc_id_taxon'] = 0;
$this->observations[$numeroLigne][$nombreReleve]['sc_id_strate'] = 0;
$this->observations[$numeroLigne][$nombreReleve]['sc_ce_abondance'] = '?';
}
} else {
$this->creerObservType0($titre, $ligneDecoupe, $numeroLigne);
}
}
for ($nombreReleve = 1; $nombreReleve <= $titre['nombreStations']; $nombreReleve ++) {
$j = false;
for ($numeroLigne = 1; $numeroLigne < sizeof($tableau); $numeroLigne++) {
if (isset($this->observations[$numeroLigne][$nombreReleve])) {
$j = true;
}
}
if ($j == false) {
$this->observations[0][$nombreReleve]['sc_id_publi'] = $titre['numPubli'];
$this->observations[0][$nombreReleve]['sc_id_tableau'] = $titre['numTableau'];
$this->observations[0][$nombreReleve]['sc_id_releve'] = $nombreReleve;
$this->observations[0][$nombreReleve]['sc_num_ligne'] = 0;
$this->observations[0][$nombreReleve]['sc_id_taxon'] = 0;
$this->observations[0][$nombreReleve]['sc_id_strate'] = 0;
$this->observations[0][$nombreReleve]['sc_ce_abondance'] = '?';
}
}
break;
case 2 :
$numSource = 0; $numReleve = 0;
for ($numeroLigne = 1; $numeroLigne < sizeof($tableau); $numeroLigne++) {
$ligneDecoupe = $this->decouperLigne($tableau[$numeroLigne], $this->format_tableau['2']);
if ($ligneDecoupe['numSource'] != $numSource) {
// $numSource correspond au numero à la station par l'auteur,
// $numReleve correspond à l'id de la station
$numSource = $ligneDecoupe['numSource'];
$numReleve ++;
}
if (strlen(trim($tableau[$numeroLigne])) < 10) {
$this->observations[$numeroLigne][1]['sc_id_publi'] = $titre['numPubli'];
$this->observations[$numeroLigne][1]['sc_id_tableau'] = $titre['numTableau'];
$this->observations[$numeroLigne][1]['sc_id_releve'] = $numReleve;
$this->observations[$numeroLigne][1]['sc_num_ligne'] = 0;
$this->observations[$numeroLigne][1]['sc_id_taxon'] = 0;
$this->observations[$numeroLigne][1]['sc_id_strate'] = 0;
$this->observations[$numeroLigne][1]['sc_ce_abondance'] = '?';
} else {
$this->creerObservType2($titre, $ligneDecoupe, $numReleve, $numeroLigne);
}
}
break;
case 6 :
$numSource = 0; $numReleve = 0;
for ($numeroLigne = 1; $numeroLigne < sizeof($tableau); $numeroLigne++) {
$ligneDecoupe = $this->decouperLigne($tableau[$numeroLigne], $this->format_tableau['6']);
$num = (preg_match('/[\dA-Z]+\s+[\dA-Z]+/', $ligneDecoupe['numSource'].$ligneDecoupe['posteMeteo']))
? ltrim($ligneDecoupe['numSource'])
: $ligneDecoupe['numSource'].$ligneDecoupe['posteMeteo'];
if ($num !== $numSource) {
$numSource = $num;
$numReleve ++;
}
$this->creerObservType2($titre, $ligneDecoupe, $numReleve, $numeroLigne);
}
break;
case 7 :
$numSource = 0; $numReleve = 0;
for ($numeroLigne = 1; $numeroLigne < sizeof($tableau); $numeroLigne++) {
$ligneDecoupe = $this->decouperLigne($tableau[$numeroLigne], $this->format_tableau['7']);
if (trim($ligneDecoupe['numReleve']) !== $numSource) {
$numSource = trim($ligneDecoupe['numReleve']);
$numReleve ++;
}
$this->creerObservType2($titre, $ligneDecoupe, $numReleve, $numeroLigne);
}
break;
default :
for ($numeroLigne = 1; $numeroLigne < sizeof($tableau); $numeroLigne++) {
$ligneDecoupe = $this->decouperLigne($tableau[$numeroLigne], $this->format_tableau['0']);
$this->creerObservType0($titre, $ligneDecoupe);
}
break;
}
return $ligneDecoupe;
}
// crée des observations au format de la table à partir d'un tableau de type standard (0)
private function creerObservType0($titre, $ligneDecoupe, $numeroLigne) {
$observation = null;
// Retourne l'id du taxon dans la bd sophy
$idTaxon = $this->identifierTaxon($titre['nombreStations'], $ligneDecoupe, $numeroLigne);
// découpe le champs abondance_rem ou indetermine selon le nombre de relevés
$remAbondance = substr(
($ligneDecoupe['abondance_rem'] != null) ? $ligneDecoupe['abondance_rem'] : $ligneDecoupe['indetermine'],
0, $titre['nombreStations']);
// si aucun relevé ne contient d'abondance pour un taxon, ajout d'une abondance ? pour ce taxon
if (trim($remAbondance) == '') {
$remAbondance = '?';
}
for ($numReleve = 1; $numReleve <= $titre['nombreStations']; $numReleve++) {
if ($remAbondance === '?' && $numeroLigne === 1) {
$abondance = '?';
} else {
$abondance = substr($remAbondance, ($numReleve-1), 1);
}
if ($abondance != '' && $abondance != ' ') {
$this->observations[$numeroLigne][$numReleve]['sc_id_publi'] = $titre['numPubli'];
$this->observations[$numeroLigne][$numReleve]['sc_id_tableau'] = $titre['numTableau'];
$this->observations[$numeroLigne][$numReleve]['sc_id_releve'] = $numReleve;
$this->observations[$numeroLigne][$numReleve]['sc_num_ligne'] = $numeroLigne;
$this->observations[$numeroLigne][$numReleve]['sc_id_taxon'] = $idTaxon;
if ($ligneDecoupe['strate'] != null) {
$this->observations[$numeroLigne][$numReleve]['sc_id_strate'] = $ligneDecoupe['strate'];
} else {
$this->observations[$numeroLigne][$numReleve]['sc_id_strate'] = 0;
}
$this->observations[$numeroLigne][$numReleve]['sc_ce_abondance'] = $abondance;
}
}
}
// crée des observations au format de la table à partir d'un tableau de type 2, 6 ou 7 (10 plantes en lignes)
private function creerObservType2($titre, $ligneDecoupe, $numReleve, $numeroLigne) {
$observation = null;
for ($i = 1; $i < 11; $i++) {
// si le numéro de taxon et l'abondance ne sont pas nulls
if ((($ligneDecoupe['abondance'.$i] == '' || $ligneDecoupe['abondance'.$i] == '0') &&
(trim($ligneDecoupe['codeFournier'.$i]) == '' || $ligneDecoupe['codeFournier'.$i] == '0'))) {
} else {
$positionTaxon = $ligneDecoupe['numLigne']*10 + $i - 10;
$this->observations[$numeroLigne][$positionTaxon]['sc_id_publi'] = $titre['numPubli'];
$this->observations[$numeroLigne][$positionTaxon]['sc_id_tableau'] = $titre['numTableau'];
$this->observations[$numeroLigne][$positionTaxon]['sc_id_releve'] = $numReleve;
$this->observations[$numeroLigne][$positionTaxon]['sc_num_ligne'] = $positionTaxon;
$idTaxon = str_replace(' ', '0', $ligneDecoupe['codeFournier'.$i]);
$this->observations[$numeroLigne][$positionTaxon]['sc_id_taxon'] =
$this->identifierTaxon2($idTaxon, $titre['typeTableau']);
if ($ligneDecoupe['strate'.$i] != null) {
$this->observations[$numeroLigne][$positionTaxon]['sc_id_strate'] = $ligneDecoupe['strate'.$i];
} else {
$this->observations[$numeroLigne][$positionTaxon]['sc_id_strate'] = 0;
}
if ($ligneDecoupe['abondance'.$i] == '' || $ligneDecoupe['abondance'.$i] == '0') {
$this->observations[$numeroLigne][$positionTaxon]['sc_ce_abondance'] = '?';
} else {
$this->observations[$numeroLigne][$positionTaxon]['sc_ce_abondance'] = $ligneDecoupe['abondance'.$i];
}
}
}
}
private function identifierTaxon2($idTaxon, $typeTableau) {
$id = 0;
if ($typeTableau == 2 && $idTaxon == 75000) {
$id = $this->tableauTaxon->getId(75000, 'algues');
} elseif ($typeTableau == 2 && $idTaxon == 85000) {
$id = $this->tableauTaxon->getId(85000, 'characees');
} elseif ($typeTableau == 2 && $idTaxon == 90000) {
$id = $this->tableauTaxon->getId(90000, 'bryo');
} elseif ($typeTableau == 2 && $idTaxon == 95000) {
$id = $this->tableauTaxon->getId(95000, 'lichen');
} elseif ($typeTableau == 2 && $idTaxon >= 90000) {
$idTaxon -= 90000;
$id = $this->tableauTaxon->getId($idTaxon, 'bryo');
} elseif ($typeTableau == 2 && $idTaxon >= 20000) {
$idTaxon -= 20000;
$id = $this->tableauTaxon->getId($idTaxon, 'floeur');
} else {
if ($typeTableau == 2 && ($idTaxon != '00000' && $idTaxon != '')) {
$idTaxon = (substr($idTaxon, 0, 2) - 1)*600 +
(substr($idTaxon, 2, 2) - 11)*10 + (substr($idTaxon, 4, 1) + 1);
} elseif ($idTaxon != '00000' && $idTaxon != '') {
$idTaxon = ltrim($idTaxon, "0");
} else {
$idTaxon = 0;
}
$id = $this->tableauTaxon->getId($idTaxon, 'fournier');
}
return $id;
}
 
// fonctions nécessaires pour les tableaux de type standard (0)
private function identifierTaxon($nombreReleves, $ligneDecoupe, $numeroLigne) {
// decoupe le champs remarque
if ($ligneDecoupe['abondance_rem'] != null) {
$rem = trim(substr($ligneDecoupe['abondance_rem'], (int) ltrim($nombreReleves), strlen($ligneDecoupe['abondance_rem'])));
} else {
$rem = substr($ligneDecoupe['indetermine'], (int) ltrim($nombreReleves), strlen($ligneDecoupe['indetermine']));
}
$remAnalyse = $this->analyserRemarque($rem, $numeroLigne);
$id = 0;
if ($ligneDecoupe['idTaxon'] != null) {
$idTaxon = str_replace(' ', '0', $ligneDecoupe['idTaxon']);
switch ($idTaxon) { // probleme code dans les 80000 attentes reponses brisse
case 0 : $id = $this->recupererId($remAnalyse, 00000); break;
case 00000 : $id = $this->recupererId($remAnalyse, $idTaxon); break;
case 20000 : $id = $this->recupererId($remAnalyse, $idTaxon, 'floeur'); break;
case 75000 : $id = $this->recupererId($remAnalyse, $idTaxon, 'algues'); break;
case 85000 : $id = $this->recupererId($remAnalyse, $idTaxon, 'characees'); break;
case 90000 : $id = $this->recupererId($remAnalyse, $idTaxon, 'bryo'); break;
case 95000 : $id = $this->recupererId($remAnalyse, $idTaxon, 'lichen'); break;
default :
if ($idTaxon < 1100) {
$id = $this->recupererId($remAnalyse, 0);
}elseif ($idTaxon < 20000) {
// transformer code fournier en numéro fournier
$numeroFournier = (substr($idTaxon, 0, 2) - 1)*600 + (substr($idTaxon, 2, 2) - 11)*10 +
(substr($idTaxon, 4, 1) + 1);
$id = $this->recupererId($remAnalyse, $numeroFournier, 'fournier'); break;
} elseif ($idTaxon < 90000) {
$idTaxon -= 20000;
$id = $this->recupererId($remAnalyse, $idTaxon, 'floeur'); break;
} else {
$idTaxon -= 90000;
$id = $this->recupererId($remAnalyse, $idTaxon, 'bryo'); break;
}
break;
}
} else {
$id = $this->recupererId($remAnalyse, 0);
}
return $id;
}
 
private function recupererId($remAnalyse, $idTaxon, $flore = 'ind') {
if ($remAnalyse['presence'] == true) {
$id = $this->tableauTaxon->getId($remAnalyse['num'], $remAnalyse['flore'], $remAnalyse['nom'],
$flore, $idTaxon, $remAnalyse['remarques']);
} else {
$id = $this->tableauTaxon->getId($idTaxon, $flore);
}
return $id;
}
 
private function analyserRemarque($rem, $numeroLigne) {
$taxon['presence'] = false;
if ($rem != '') {
$taxon['flore'] = 'ind';
$taxon['num'] = 0;
$taxon['nom'] = null;
$taxon['remarques'] = null;
$remAsterique = preg_split('/\*/', $rem);
// recuperer le numero et/ou le nom qui sont en remarque
foreach ($remAsterique as $morceauRem) {
if ($morceauRem == 'N000000') {
} elseif (preg_match('/^[A-Z]{1,2}\s{5,6}$/', $morceauRem)) {
} elseif (preg_match('/^[\s0]*$/', $morceauRem)) {
} elseif (preg_match('/^([A-Z]{1,2})([0\s]{5,6})$/', $morceauRem)) {
} elseif (preg_match('/^[\d\s]{5}\d$/', $morceauRem)) {
$taxon['num'] = ltrim(str_replace(' ', '0', $morceauRem), '0');
$taxon['flore'] = 'syntri';
$taxon['presence'] = true;
} elseif (preg_match('/^\s*(\d[\d\s]+\d)\s*$/', $morceauRem, $match)) {
$taxon['num'] = ltrim(str_replace(' ', '0', $match[1]), '0');
$taxon['flore'] = 'syntri';
$taxon['presence'] = true;
} elseif (preg_match('/^\s*[A-Za-z][a-z\s\.()]+$/', $morceauRem)) {
$taxon['nom'] = $morceauRem;
$taxon['presence'] = true;
} elseif (preg_match('/^\s*("\s*[\s"]*)([A-Za-z][A-Za-z\s\.()]+)$/', $morceauRem, $match)) {
foreach ($this->observations[$numeroLigne-1] as $obsPrec) {
$idPrec = $obsPrec['sc_id_taxon'];
}
$nombreQuote = substr_count($match[1], '"');
$nomPrec = preg_split('/\s/', $this->tableauTaxon->getNom($idPrec)); $nom = '';
if (preg_match('/^(x|var|ssp)/', $match[2])) {
} elseif ($nombreQuote == 2 || $nombreQuote == 4) {
$nombreQuote = $nombreQuote/2;
}
for ($i = 0; $i < $nombreQuote; $i++) {
if ($i < count($nomPrec)) {
$nom .= $nomPrec[$i]." ";
}
}
$taxon['nom'] = $nom.$match[2];
$taxon['remarques'] = $morceauRem;
$taxon['presence'] = true;
} elseif (preg_match('/^([A-Z]{1,2})([\d\s]{4,5}\d)$/', $morceauRem, $match) ||
preg_match('/^(\s{1,2})([\d\s]{4,5}\d)$/', $morceauRem, $match)) {
switch (trim($match[1])) {
case 'S' : $taxon['flore'] = 'syntri'; break;
case 'CI' : $taxon['flore'] = 'ciff'; break;
case 'C' : $taxon['flore'] = 'codefr94'; break;
case 'BD' : $taxon['flore'] = 'bdnff'; break;
case 'N' : $taxon['flore'] = 'syntri'; break;
case '' : $taxon['flore'] = 'syntri'; break;
default : $taxon['flore'] = 'ind'; break;
}
$taxon['num'] = ltrim(str_replace(' ', '0', $match[2]), '0');
$taxon['presence'] = true;
} else {
$morceauRem = trim($morceauRem);
if ($morceauRem != '' && $morceauRem != null) {
$taxon['remarques'] = $morceauRem;
$taxon['presence'] = true;
}
}
}
}
return $taxon;
}
 
// +-------------------------------------------------------------------------------------------------------------------+
// Fonction Statistiques
private function executerStats() {
$nombreTotalLignesTable = $this->dao->getNombreLigne($this->param_bd_pour_stat);
print_r($nombreTotalLignesTable);
}
 
// +-------------------------------------------------------------------------------------------------------------------+
// Fonction générale
private function ouvrirDossier($nomDossier) {
$tableaux = null;
if (file_exists($nomDossier) === true) {
if (is_dir($nomDossier)) {
if ($dossierOuvert = opendir($nomDossier) ) {
while ( ($nomFichier = readdir($dossierOuvert)) !== false) {
if ( !is_dir($nomFichier) ) {
$nomFichier = $nomDossier.$nomFichier;
$tableaux[$nomFichier] = $this->ouvrirFichier($nomFichier);
}
}
closedir($dossierOuvert);
} else {
$this->traiterErreur("Le dossier $nomDossier n'a pas pu être ouvert.");
}
} else {
$tableaux[$nomDossier] = $this->ouvrirFichier($nomDossier);
}
} else {
$this->traiterErreur("Le dossier $nomDossier est introuvable.");
}
return $tableaux;
}
 
// Prend en entree un fichier et retourne un tableau de Tableau phytosocio ou stations
private function ouvrirFichier($nomFichier) {
$tableauxDecoupes = null;
$clefTableau = 0;
$clefLigne = 0;
if (file_exists($nomFichier) === true) {
if ( $fichierOuvert = fopen($nomFichier, 'r') ) {
while ($ligne = fgets($fichierOuvert)) {
if (preg_match('/^.*9{10}.*$/', $ligne)) {
$clefTableau ++ ;
$clefLigne = 0;
} else {
$tableauxDecoupes[$clefTableau][$clefLigne] = rtrim($ligne, " \t");
$clefLigne ++;
}
}
fclose($fichierOuvert);
} else {
$this->traiterErreur("Le fichier $nomFichier n'a pas pu être ouvert.");
}
} else {
$this->traiterErreur("Le fichier $nomFichier est introuvable.");
}
return $tableauxDecoupes;
}
// utilise les tableaux format_titre ou format_station pour découper les lignes
private function decouperLigne($ligne, $format) {
$ligne = rtrim($ligne);
$taille = strlen($ligne);
foreach ($format as $param => $position) {
// si la taille de la ligne est inférieure à la taille du champs que l'on veut récupérer
if ($taille < ($position[0]+$position[1])) {
// on met à null sauf dans certains formats
$ligneDecoupe[$param] = null;
if (isset($format['numLigne'])) {
$ligneDecoupe['indetermine'] = rtrim(substr($ligne, $position[0], $taille));
}
} else {
$ligneDecoupe[$param] = trim(substr($ligne, $position[0], $position[1]));
}
}
return $ligneDecoupe;
}
}
?>
/branches/refact/scripts/modules/sophy/sophy.ini
New file
0,0 → 1,20
; +------------------------------------------------------------------------------------------------------+
; Général
; Séparateur de dossier
ds = DIRECTORY_SEPARATOR
 
; +------------------------------------------------------------------------------------------------------+
; Info sur l'application
info.nom = Scripts de gestion de la phytosociologie
; Abréviation de l'application
info.abr = sophy
; Version du Framework nécessaire au fonctionnement de cette application
info.framework.version = 0.2
;Encodage de l'application
appli_encodage = "UTF-8"
version="2010-12-02"
dossierDonneesSophy = "{ref:dossierDonneesEflore}{ref:info.abr}/{ref:version}/"
[fichiers]
structureSql = "sophy.sql"
[chemins]
structureSql = "{ref:dossierDonneesSophy}{ref:fichiers.structureSql}"
/branches/refact/scripts/modules/sitemap/Sitemap.php
New file
0,0 → 1,160
<?php
// Encodage : UTF-8
// +-------------------------------------------------------------------------------------------------------------------+
/**
* Sitemap
*
* Description : classe permettant de réaliser un fichier Sitemap pour eFlore
*
//Auteur original :
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright Tela-Botanica 1999-2008
* @link http://www.tela-botanica.org/wikini/eflore
* @licence GPL v3 & CeCILL v2
* @version $Id: Sitemap.class.php 1873 2009-03-31 10:07:24Z Jean-Pascal MILCENT $
*/
// +-------------------------------------------------------------------------------------------------------------------+
 
/**
* Classe crééant un Sitemap
*/
class Robot extends ScriptCommande {
private $lastmod = '2008-04-28';
private $changefreq = 'monthly';
public function executer() {
$cmd = $this->getParam('a');
switch ($cmd) {
case 'creer' :
$this->creerSiteMap();
break;
default :
trigger_error('Erreur : la commande "'.$cmd.'" n\'existe pas!'."\n", E_USER_ERROR);
}
}
private function creerSiteMap() {
// +-----------------------------------------------------------------------------------------------------------+
// Initialisation des paramêtres variables
$url_site = 'http://www.tela-botanica.org/';
$url_eflore = $url_site.'eflore/%s/nt/%s/%s';
$projets = array( array('id' => 25, 'code' => 'BDNFF', 'url' => $url_eflore, 'taxon_max' => 50000, 'onglets' => '*'),
array('id' => 29, 'code' => 'BDNFM', 'url' => $url_eflore, 'taxon_max' => 50000, 'onglets' => 'synthese,synonymie,vernaculaire,chorologie,biblio,information,illustration,wiki'),
array('id' => 38, 'code' => 'BDNBE', 'url' => $url_eflore, 'taxon_max' => 50000, 'onglets' => 'synthese,synonymie,chorologie,biblio,information,illustration,wiki'),
array('id' => 45, 'code' => 'BDAFN', 'url' => $url_eflore, 'taxon_max' => 500000, 'onglets' => 'synthese,synonymie,chorologie,biblio,information,illustration,wiki')
);
$onglets = array( 'synthese' => '0.9',
'synonymie' => '0.6',
'vernaculaire' => '0.8',
'chorologie' => '0.7',
'biblio' => '0.8',
'information' => '0.2',
'illustration' => '0.9',
'wiki' => '0.3',
'cel' => '0.5');
$xmlstr_sitemap = '<?xml version="1.0" encoding="UTF-8"?>'."\n".
'<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" '.
'xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 '.
'http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" '.
'xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">'."\n".
'</urlset>'."\n";
$xmlstr_sitemapindex = '<?xml version="1.0" encoding="UTF-8"?>'."\n".
'<sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" '.
'xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 '.
'http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd" '.
'xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">'."\n".
'</sitemapindex>'."\n";
// +-----------------------------------------------------------------------------------------------------------+
// Initialisation des variables
$UrlSet = null;
$SiteMapIndex = null;
$cpt_url = 1;
$cpt_fichier = 1;
$Taxon = new EfloreTaxon(true);
// +-----------------------------------------------------------------------------------------------------------+
// Lancement du traitement
foreach ($projets as $projet) {
// Gestion des onglets affichables pour le projet courrant
if ($projet['onglets'] != '*') {
$projet['onglets'] = array_flip(explode(',', $projet['onglets']));
}
 
// +-------------------------------------------------------------------------------------------------------+
echo "Création des URLs des taxons pour le projet {$projet['code']} : ";
$i = 1;
$taxons = $Taxon->consulterTaxon($projet['id']);
foreach ($taxons as $taxon) {
// Seul les taxons du projet sont indexés, on exclue les taxons virtuels
if ($taxon['et']['id']['taxon'] < $projet['taxon_max']) {
foreach ($onglets as $onglet => $priorite) {
// Vérification que l'onglet est autorisé pour ce projet
if ($projet['onglets'] == '*' || isset($projet['onglets'][$onglet])) {
// Affichage en console et en cas de test...
echo str_repeat(chr(8), ( strlen( $i ) + 1 ))."\t".$i++;
// Création du fichier XML si nécessaire
if (is_null($UrlSet)) {
$UrlSet = new SimpleXMLElement($xmlstr_sitemap);
}
// Ajout de l'url
$Url = $UrlSet->addChild('url');
$Url->addChild('loc', sprintf($projet['url'], $projet['code'], $taxon['et']['id']['taxon'], $onglet));
$Url->addChild('lastmod', $this->lastmod);
$Url->addChild('changefreq', $this->changefreq);
$Url->addChild('priority', $priorite);
// Vérification écriture du fichier ou pas
if ($cpt_url == 1) {
$estimation = strlen($UrlSet->asXml());
}
if (49999 == $cpt_url++ || ($estimation * $cpt_url) > 20000000 || $i == (int)$this->getParam('t')) {
$contenu = $UrlSet->asXml();
$cpt_url = 1;
$UrlSet = null;
 
// Création du fichier Sitemap compressé
$fichier_nom = 'sitemap'.$cpt_fichier++.'.xml';
$compression = false;
if (!is_numeric($this->getParam('t'))) {
$compression = true;
$fichier_nom .= '.gz';
}
$fichier = $this->getIni('log_chemin').$fichier_nom;
$this->creerFichier($fichier, $contenu, $compression);
// Création du XML d'index des Sitemap si nécessaire
if (is_null($SiteMapIndex)) {
$SiteMapIndex = new SimpleXMLElement($xmlstr_sitemapindex);
}
 
// Ajout du fichier Sitemap à l'index
$SiteMap = $SiteMapIndex->addChild('sitemap');
$SiteMap->addChild('loc', $url_site.$fichier_nom);
$SiteMap->addChild('lastmod', date('c', time()));
}
 
if ($i == (int)$this->getParam('t')) {break;}
}
}
}
// En cas de test...
if ($i == (int)$this->getParam('t')) {break;}
}
echo "\n";
// Création du fichier d'index des Sitemap
if (is_object($SiteMapIndex)) {
$index_contenu = $SiteMapIndex->asXml();
$index_fichier_nom = 'sitemap_index.xml';
$index_fichier = $this->getIni('log_chemin').$index_fichier_nom;
$this->creerFichier($index_fichier, $index_contenu);
}
}
}
}
?>
/branches/refact/scripts/modules/sitemap/sitemap.ini
New file
0,0 → 1,2
; Encodage : UTF-8
; ici mettre les variables du module
/branches/refact/scripts/modules/bdtxa/Bdtxa.php
New file
0,0 → 1,281
<?php
//declare(encoding='UTF-8');
/**
* Exemple de lancement du script : :
* /opt/lampp/bin/php cli.php bdtxa -a chargerTous
*
* @category php 5.2
* @package eFlore/Scripts
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright Copyright (c) 2012, Tela Botanica (accueil@tela-botanica.org)
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
* @version $Id$
*/
class Bdtxa extends EfloreScript {
 
private $table = null;
private $pasInsertion = 1000;
private $departInsertion = 0;
 
protected $parametres_autorises = array(
'-t' => array(false, false, 'Permet de tester le script sur un jeu réduit de données (indiquer le nombre de lignes).'));
 
public function executer() {
try {
$this->initialiserProjet('bdtxa');
 
// Lancement de l'action demandée
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'chargerTous' :
$this->chargerStructureSql();
$this->chargerBdtxa();
$this->genererChpNomSciHtml();
$this->genererChpFamille();
$this->genererChpNomComplet();
break;
case 'chargerStructureSql' :
$this->chargerStructureSql();
break;
case 'chargerBdtxa' :
$this->chargerBdtxa();
break;
case 'genererChpNomSciHtml' :
$this->genererChpNomSciHtml();
break;
case 'genererChpNomComplet' :
$this->initialiserGenerationChamps();
$this->genererChpNomComplet();
break;
case 'genererChpFamille' :
$this->genererChpFamille();
break;
case 'supprimerTous' :
$this->supprimerTous();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
private function chargerBdtxa() {
$chemin = Config::get('chemins.bdtxa');
$table = Config::get('tables.bdtxa');
$requete = "LOAD DATA INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '' ".
" ESCAPED BY '\\\' ".
'IGNORE 1 LINES';
$this->getBdd()->requeter($requete);
}
 
private function genererChpNomSciHtml() {
$this->initialiserGenerationChamps();
$this->preparerTablePrChpNomSciHtml();
$generateur = new GenerateurNomSciHtml();
$nbreTotal = $this->recupererNbTotalTuples();
$this->departInsertion = 0;
while ($this->departInsertion < $nbreTotal) {
$resultat = $this->recupererTuplesPrChpNomSciHtml();
$nomsSciEnHtml = $generateur->generer($resultat);
$this->remplirChpNomSciHtm($nomsSciEnHtml);
$this->departInsertion += $this->pasInsertion;
$this->afficherAvancement("Insertion des noms scientifique au format HTML dans la base par paquet de {$this->pasInsertion} en cours");
if ($this->stopperLaBoucle($this->getParametre('t'))) break;
}
echo "\n";
}
 
private function initialiserGenerationChamps() {
$this->table = Config::get('tables.bdtxa');
}
 
private function preparerTablePrChpNomSciHtml() {
$requete = "SHOW COLUMNS FROM {$this->table} LIKE 'nom_sci_html' ";
$resultat = $this->getBdd()->recuperer($requete);
if ($resultat === false) {
$requete = "ALTER TABLE {$this->table} ".
'ADD nom_sci_html VARCHAR( 500 ) '.
'CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL ';
$this->getBdd()->requeter($requete);
}
}
 
private function recupererNbTotalTuples(){
$requete = "SELECT count(*) AS nb FROM {$this->table} ";
$resultat = $this->getBdd()->recuperer($requete);
return $resultat['nb'];
}
 
private function recupererTuplesPrChpNomSciHtml() {
$requete = 'SELECT num_nom, rang, nom_supra_generique, genre, epithete_infra_generique, '.
' epithete_sp, type_epithete, epithete_infra_sp,cultivar_groupe, '.
' nom_commercial, cultivar '.
"FROM {$this->table} ".
"LIMIT {$this->departInsertion},{$this->pasInsertion} ";
$resultat = $this->getBdd()->recupererTous($requete);
return $resultat;
}
 
private function remplirChpNomSciHtm($nomsSciHtm) {
foreach ($nomsSciHtm as $id => $html) {
$html = $this->getBdd()->proteger($html);
$requete = "UPDATE {$this->table} SET nom_sci_html = $html WHERE num_nom = $id ";
$resultat = $this->getBdd()->requeter($requete);
if ($resultat === false) {
throw new Exception("Erreur d'insertion pour le tuple $id");
}
}
}
private function genererChpNomComplet() {
$this->preparerTablePrChpNomComplet();
$this->remplirChpNomComplet();
}
private function preparerTablePrChpNomComplet() {
$requete = "SHOW COLUMNS FROM {$this->table} LIKE 'nom_complet' ";
$resultat = $this->getBdd()->recuperer($requete);
if ($resultat === false) {
$requete = "ALTER TABLE {$this->table} ".
'ADD nom_complet VARCHAR( 500 ) '.
'CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL ';
$this->getBdd()->requeter($requete);
}
}
private function remplirChpNomComplet() {
$this->afficherAvancement("Attribution du champ nom complet au taxons");
$requete = "UPDATE {$this->table} SET nom_complet = CONCAT(nom_sci,' ',auteur)";
$resultat = $this->getBdd()->requeter($requete);
if ($resultat === false) {
throw new Exception("Erreur de génération du champ nom complet");
}
}
 
private function genererChpFamille() {
$this->initialiserGenerationChamps();
$this->preparerTablePrChpFamille();
$resultats = $this->recupererTuplesPrChpFamille();
$noms = array();
$introuvables = array();
$introuvablesSyno = array();
foreach ($resultats as $id => $nom) {
$nn = $nom['num_nom'];
$nnr = $nom['num_nom_retenu'];
$nts = $nom['num_tax_sup'];
$rg = $nom['rang'];
if ($nnr != '') {
if ($rg == '180') {
$noms[$nn] = $nom['nom_sci'];
} else {
if ($nn == $nnr) {// nom retenu
if (isset($noms[$nts])) {
$noms[$nn] = $noms[$nts];
} else {
$introuvables[] = $nn;
}
} else {// nom synonyme
if (isset($noms[$nnr])) {
$noms[$nn] = $noms[$nnr];
} else {
$introuvablesSyno[] = $nom;
}
}
}
}
unset($resultats[$id]);
$this->afficherAvancement("Attribution de leur famille aux noms en cours");
if ($this->stopperLaBoucle($this->getParametre('t'))) break;
}
echo "\n";
 
foreach ($introuvablesSyno as $id => $nom) {
$nn = $nom['num_nom'];
$nnr = $nom['num_nom_retenu'];
if (isset($noms[$nnr])) {
$noms[$nn] = $noms[$nnr];
} else {
$introuvables[] = $nn;
}
unset($introuvablesSyno[$id]);
$this->afficherAvancement("Attribution de leur famille aux synonymes en cours");
}
echo "\n";
 
if (count($introuvables) != 0) {
$introuvablesNbre = count($introuvables);
echo "Famille introuvable pour $introuvablesNbre noms ! Voir le log.\n";
 
$logContenu = implode(", \n", $introuvables);
$logFichier = realpath(dirname(__FILE__)).'/log/famille_introuvable.log';
echo $logFichier."\n";
file_put_contents($logFichier, $logContenu);
}
$this->remplirChpFamille($noms);
}
 
private function preparerTablePrChpFamille() {
$requete = "SHOW COLUMNS FROM {$this->table} LIKE 'famille' ";
$resultat = $this->getBdd()->recuperer($requete);
if ($resultat === false) {
$requete = "ALTER TABLE {$this->table} ".
'ADD famille VARCHAR(255) '.
'CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL ';
$this->getBdd()->requeter($requete);
}
}
 
private function recupererTuplesPrChpFamille() {
$requete = 'SELECT num_nom, num_nom_retenu, num_tax_sup, rang, nom_sci '.
"FROM {$this->table} ".
"WHERE rang >= 180 ".
"ORDER BY rang ASC, num_tax_sup ASC, num_nom_retenu DESC ";
$resultat = $this->getBdd()->recupererTous($requete);
return $resultat;
}
 
private function remplirChpFamille($noms) {
foreach ($noms as $id => $famille) {
$famille = $this->getBdd()->proteger($famille);
$requete = "UPDATE {$this->table} SET famille = $famille WHERE num_nom = $id ";
$resultat = $this->getBdd()->requeter($requete);
if ($resultat === false) {
throw new Exception("Erreur d'insertion pour le tuple $id");
}
$this->afficherAvancement("Insertion des noms de famille dans la base en cours");
}
echo "\n";
}
private function genererDonneesTestMultiVersion() {
$contenuSql = $this->recupererContenu(Config::get('chemins.structureSqlTest'));
$this->executerScripSql($contenuSql);
$table = Config::get('tables.bdtxa');
$tableTest = Config::get('tables.bdtxaTest');
$requete = "INSERT INTO $tableTest SELECT * FROM $table";
$this->getBdd()->requeter($requete);
}
private function supprimerDonneesTestMultiVersion() {
$tableMeta = Config::get('tables.bdtxaMeta');
$requete = "DELETE FROM $tableMeta WHERE guid = 'urn:lsid:tela-botanica.org:bdtfx:1.02'";
$this->getBdd()->requeter($requete);
$tableTest = Config::get('tables.bdtxaTest');
$requete = "DROP TABLE IF EXISTS $tableTest";
$this->getBdd()->requeter($requete);
}
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS bdtxa_meta, bdtxa_v0_01";
$this->getBdd()->requeter($requete);
}
}
?>
/branches/refact/scripts/modules/bdtxa/bdtxa.ini
New file
0,0 → 1,18
code="bdtxa"
version="1_00"
dossierTsv = "{ref:dossierDonneesEflore}{ref:code}/1.00/"
dossierSql = "{ref:dossierTsv}"
 
[tables]
bdtxaMeta = "bdtxa_meta"
bdtxa = "bdtxa_v{ref:version}"
bdtxaTest = "bdtxa_v1_00"
 
 
[fichiers]
structureSql = "{ref:code}_v{ref:version}.sql"
bdt = "{ref:code}_v{ref:version}_ref.txt"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
bdt = "{ref:dossierTsv}{ref:fichiers.bdt}"
/branches/refact/scripts/modules/cel/cel.ini
New file
0,0 → 1,31
version="1_00"
dossierTsv = "{ref:dossierDonneesEflore}cel/2011-11-10/"
dossierSql = "{ref:dossierTsv}"
bdd_nom = "tb_cel"
 
[tables]
obs = cel_inventory
obsImages = cel_obs_images
images = cel_images
motsClesImages = cel_mots_cles_images
motsClesObs = cel_mots_cles_obs
zoneGeo = locations
 
[fichiers]
structureSql = "cel_v{ref:version}.sql"
obs = "{ref:tables.obs}.tsv"
obsImages = "{ref:tables.obsImages}.tsv"
images = "{ref:tables.images}.tsv"
motsClesImages = "{ref:tables.motsClesImages}.tsv"
motsClesObs = "{ref:tables.motsClesObs}.tsv"
zoneGeo = "{ref:tables.zoneGeo}.tsv"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
obs = "{ref:dossierTsv}{ref:fichiers.obs}"
obsImages = "{ref:dossierTsv}{ref:fichiers.obsImages}"
images = "{ref:dossierTsv}{ref:fichiers.images}"
motsClesImages = "{ref:dossierTsv}{ref:fichiers.motsClesImages}"
motsClesObs = "{ref:dossierTsv}{ref:fichiers.motsClesObs}"
zoneGeo = "{ref:dossierTsv}{ref:fichiers.zoneGeo}"
 
/branches/refact/scripts/modules/cel/A_LIRE.txt
New file
0,0 → 1,0
Créer une base de données tb_cel avant de lancer les scripts
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/branches/refact/scripts/modules/cel/Cel.php
New file
0,0 → 1,94
<?php
//declare(encoding='UTF-8');
/**
* Exemple de lancement du script : :
* /opt/lampp/bin/php cli.php cel -a chargerTous
*
* @category php 5.2
* @package eFlore/Scripts
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright Copyright (c) 2011, Tela Botanica (accueil@tela-botanica.org)
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
* @version $Id$
*/
class Cel extends EfloreScript {
 
public function executer() {
try {
$this->initialiserProjet('cel');
 
// Lancement de l'action demandée
$cmd = $this->getParametre('a');
switch ($cmd) {
case 'chargerTous' :
$this->chargerStructureSql();
$this->chargerCel();
break;
case 'supprimerTous' :
$this->supprimerTous();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
protected function initialiserProjet($projet) {
$bases = $this->getListeBases();
parent::initialiserProjet($projet);
$this->verifierPresenceBdd($bases);
}
 
private function getListeBases() {
$requete = "SHOW DATABASES";
$bases = $this->getBdd()->recupererTous($requete);
return $bases;
}
 
private function verifierPresenceBdd($bases) {
$bddNom = Config::get('bdd_nom');
$existe = false;
foreach ($bases as $base) {
if ($base['Database'] == $bddNom) {
$existe = true;
break;
}
}
if ($existe === false) {
$message = "Veuillez créer la base de données '$bddNom'.";
throw new Exception($message);
}
}
 
public function chargerCel() {
$tablesCodes = array_keys(Config::get('tables'));
foreach ($tablesCodes as $code) {
echo "Chargement de la table : $code\n";
$this->chargerFichierTsvDansTable($code);
}
}
 
private function chargerFichierTsvDansTable($code) {
$chemin = Config::get('chemins.'.$code);
$table = Config::get('tables.'.$code);
$requete = "LOAD DATA INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '' ".
" ESCAPED BY '\\\' ".
'IGNORE 1 LINES';
$this->getBdd()->requeter($requete);
}
 
private function supprimerTous() {
$requete = "DROP TABLE IF EXISTS cel_images, cel_inventory, cel_mots_cles_images, cel_mots_cles_obs, ".
"cel_obs_images, locations ";
$this->getBdd()->requeter($requete);
}
}
?>
/branches/refact/scripts/modules/chorodep/Chorodep.php
New file
0,0 → 1,629
<?php
class Chorodep extends EfloreScript {
protected $nbre_dep = 0;
private $type_donnee = '';
protected $aso_num_nomenc = array();
protected $nbre_ligne = 0;
protected $nbre_plte_presente = 0;
protected $nbre_plte_a_confirmer = 0;
protected $nbre_plte_douteux = 0;
protected $nbre_plte_erreur = 0;
protected $nbre_plte_disparue = 0;
protected $nbre_plte_erreur_a_confirmer = 0;
protected $nc_autres_valeur_champ = 0;
protected $nc_nbre_plte_presente = 0;
protected $nc_nbre_plte_a_confirmer = 0;
protected $nc_nbre_plte_douteux = 0;
protected $nc_nbre_plte_disparue = 0;
protected $nc_nbre_plte_erreur = 0;
protected $nc_nbre_plte_erreur_a_confirmer = 0;
 
protected $aso_totaux_dep = array();
private $fichier_verif = './chorodep_verif.html';
 
public function executer() {
try {
$this->initialiserProjet('chorodep');
 
// Lancement de l'action demandée
$cmd = $this->getParametre('a');
switch ($cmd) {
 
case 'chargerTous' :
$this->chargerStructureSql();
$this->chargerVersions();
$this->chargerChorodepContributeurs();
$this->chargerChorodepSources();
$this->chargerChorodepOntologies();
break;
case 'chargerStructureSql' :
$this->chargerStructureSql();
break;
case 'chargerVersions' :
$this->chargerVersions();
break;
case 'chargerChorodep' :
$this->chargerChorodepContributeurs();
$this->chargerChorodepSources();
$this->chargerChorodepOntologies();
break;
case 'verifierDonnees' :
$this->initialiserTraitement();
$this->verifierDonnees();
break;
case 'supprimerTous' :
$this->supprimerTous();
break;
default :
throw new Exception("Erreur : la commande '$cmd' n'existe pas!");
}
} catch (Exception $e) {
$this->traiterErreur($e->getMessage());
}
}
 
private function chargerChorodepContributeurs() {
$chemin = Config::get('chemins.chorodepContributeurs');
$table = Config::get('tables.chorodepContributeurs');
$requete = "LOAD DATA INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '' ".
" ESCAPED BY '\\\' ".
'IGNORE 2 LINES';
$this->getBdd()->requeter($requete);
}
 
private function chargerChorodepSources() {
$chemin = Config::get('chemins.chorodepSources');
$table = Config::get('tables.chorodepSources');
$requete = "LOAD DATA INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '' ".
" ESCAPED BY '\\\' ".
'IGNORE 2 LINES';
$this->getBdd()->requeter($requete);
}
 
private function chargerChorodepOntologies() {
$chemin = Config::get('chemins.chorodepOntologies');
$table = Config::get('tables.chorodepOntologies');
$requete = "LOAD DATA INFILE '$chemin' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '' ".
" ESCAPED BY '\\\' ".
'IGNORE 1 LINES';
$this->getBdd()->requeter($requete);
}
 
private function chargerVersions() {
$versions = explode(',', Config::get('versions'));
$versionsDonnees = explode(',', Config::get('versionsDonnees'));
foreach ($versions as $id => $version) {
$versionDonnees = $versionsDonnees[$id];
$this->chargerStructureSqlVersion($versionDonnees);
$this->chargerDonneesVersion($versionDonnees, $version);
}
}
 
private function chargerStructureSqlVersion($versionDonnees) {
$fichierSqlTpl = Config::get('chemins.structureSqlVersionTpl');
$fichierSql = sprintf($fichierSqlTpl, $versionDonnees, $versionDonnees);
$contenuSql = $this->recupererContenu($fichierSql);
$this->executerScripSql($contenuSql);
}
 
private function chargerDonneesVersion($versionDonnees, $version) {
$fichierTsvTpl = Config::get('chemins.chorodepTpl');
$fichierTsv = sprintf($fichierTsvTpl, $versionDonnees, $versionDonnees);
$tableTpl = Config::get('tables.chorodepTpl');
$table = sprintf($tableTpl, $version);
$champs = Config::get('chorodepChamps');
$requete = "LOAD DATA INFILE '$fichierTsv' ".
"REPLACE INTO TABLE $table ".
'CHARACTER SET utf8 '.
'FIELDS '.
" TERMINATED BY '\t' ".
" ENCLOSED BY '' ".
" ESCAPED BY '\\\' ".
'IGNORE 1 LINES '.
"($champs) ";
$this->getBdd()->requeter($requete);
}
 
private function initialiserTraitement() {
//------------------------------------------------------------------------------------------------------------//
// Récupération des informations à vérifier
$table = $this->getNomTableDernierVersion();
$requete = 'SELECT * '.
"FROM $table ";
$taxons = $this->getBdd()->recupererTous($requete);
$tax_col = $taxons[1];
$col = array_keys($tax_col);
$this->initialiserTableaux($col);
//------------------------------------------------------------------------------------------------------------//
// Analyse des données
echo 'Traitement de la ligne n° :';
$i = 0;
$j = 0;
$aso_departements_analyses = array();
$this->nbre_ligne_avec_guillemet = 0;
foreach ($taxons as $aso_champs) {
$nom = $aso_champs['nom_sci'];
$num_taxo = $aso_champs['num_tax'];
$num_nomenc = $aso_champs['num_nom'];
if ($num_nomenc == 'nc') {
$this->nc_nbre_nom++;
} else if ($num_nomenc != 'nc') {
$this->nbre_nom++;
// Vérification de la nom duplication des numéros nomenclaturaux
if ( !array_key_exists($num_nomenc, (array) $this->aso_num_nomenc) ) {
$this->aso_num_nomenc[$num_nomenc]['compteur'] = 1;
$this->aso_num_nomenc[$num_nomenc]['ligne'] = ($this->nbre_ligne+1);
} else {
$this->aso_num_nomenc[$num_nomenc]['compteur']++;
$this->aso_num_nomenc[$num_nomenc]['ligne'] .= ' - '.($this->nbre_ligne+1);
}
}
foreach ($aso_champs as $cle => $val ) {# Pour chaque département du taxon, on regarde la valeur
$this->nbre_ligne_avec_guillemet += preg_match('/"/', $val);
if ( preg_match('/^\d{2}$/', $cle) ) {# Nous vérifions que le nom du champs comprend bien le numéro du département entre ()
$nd = $cle;# Numéro du département
// Nous comptons le nombre de département en base de données
if (!isset($aso_departements_analyses[$nd])) {
$this->nbre_dep_analyse++;
$aso_departements_analyses[$nd] = $nd;
}
if ( $num_nomenc != 'nc' && isset($val) && $val != '') {# Si le taxon n'est pas abscent du département
if ($val == '1') {# Présent
// Calcul du nombre de plante ayant un statut "Présent"
$this->nbre_plte_presente++;
// Stockage par département du nombre de plante ayant un statut "Présent"
$this->aso_totaux_dep[$nd]['plte_presente']++;
// Stockage des informations
$this->tab_choro_dep[$j] = array(ZgFrDepartements::getIdChaine($nd), $num_taxo, $num_nomenc, 3, $this->id_donnee_choro++);
} else if ($val == '1?') {# Présence à confirmer
// Calcul du nombre de plante ayant un statut "Présence à confirmer"
$this->nbre_plte_a_confirmer++;
// Stockage par département du nombre de plante ayant un statut "Présence à confirmer"
$this->aso_totaux_dep[$nd]['plte_a_confirmer']++;
// Stockage des informations
$this->tab_choro_dep[$j] = array(ZgFrDepartements::getIdChaine($nd), $num_taxo, $num_nomenc, 4, $this->id_donnee_choro++);
} else if (preg_match('/^\s*(?:\?)\s*$/', $val)) {# Douteux
// Calcul du nombre de plante ayant un statut "Disparu ou douteux"
$this->nbre_plte_douteux++;
// Stockage par département du nombre de plante ayant un statut "Douteux"
$this->aso_totaux_dep[$nd]['plte_douteux']++;
// Stockage des informations
$this->tab_choro_dep[$j] = array(ZgFrDepartements::getIdChaine($nd), $num_taxo, $num_nomenc, 5, $this->id_donnee_choro++);
if (preg_match('/(?: \?|\? | \? )/', $val)) {# Douteux
// Ajout de la valeur dans une variable car elle n'est pas tout à fait conforme à "?".
$this->autres_valeur_champ .= '<'.$val.'> '.'(Ligne n°: '.($this->nbre_ligne+2).
' - N° nomenclatural: '.$num_nomenc.' - N° département: '.$nd.')<br />';
}
} elseif (preg_match('/^\s*(?:#)\s*$/', $val)) {# Erreur
# Calcul du nombre de plante ayant un statut "Erreur"
$this->nbre_plte_erreur++;
# Stockage par département du nombre de plante ayant un statut "Erreur"
$this->aso_totaux_dep[$nd]['plte_erreur']++;
# Stockage des informations
$this->tab_choro_dep[$j] = array(ZgFrDepartements::getIdChaine($nd), $num_taxo, $num_nomenc, 6, $this->id_donnee_choro++);
if (preg_match('/(?: #|# | # )/', $val)) {# Erreur avec espace
# Ajout de la valeur dans une variable car elle n'est pas tout à fait conforme à "#".
$autres_valeur_champ .= '<'.$val.'> '.'(Ligne n°: '.($this->nbre_ligne+2).
' - N° nomenclatural: '.$num_nomenc.' - N° département: '.$nd.')<br />';
}
} elseif (preg_match('/^\s*(?:-\|-)\s*$/', $val)) {# Disparu
# Calcul du nombre de plante ayant un statut "Disparu"
$this->nbre_plte_disparue++;
# Stockage par département du nombre de plante ayant un statut "Disparu"
$this->aso_totaux_dep[$nd]['plte_disparue']++;
# Stockage des informations
$this->tab_choro_dep[$j] = array(ZgFrDepartements::getIdChaine($nd), $num_taxo, $num_nomenc, 6, $this->id_donnee_choro++);
if (preg_match('/(?: -\|-|-\|- | -\|- )/', $val)) {# Disparu avec espace
# Ajout de la valeur dans une variable car elle n'est pas tout à fait conforme à "-|-".
$autres_valeur_champ .= '<'.$val.'> '.'(Ligne n°: '.($this->nbre_ligne+2).
' - N° nomenclatural: '.$num_nomenc.' - N° département: '.$nd.')<br />';
}
} elseif (preg_match('/^\s*(?:#\?)\s*$/', $val)) {# Erreur à confirmer
# Calcul du nombre de plante ayant un statut "Erreur à confirmer"
$this->nbre_plte_erreur_a_confirmer++;
# Stockage par département du nombre de plante ayant un statut "Erreur à confirmer"
$this->aso_totaux_dep[$nd]['plte_erreur_a_confirmer']++;
# Stockage des informations
$this->tab_choro_dep[$j] = array(ZgFrDepartements::getIdChaine($nd), $num_taxo, $num_nomenc, 6, $this->id_donnee_choro++);
if (preg_match('/^(?:\s+#\?|#\?\s+|\s+#\?\s+)$/', $val)) {# Erreur à confirmer avec espace
# Ajout de la valeur dans une variable car elle n'est pas tout à fait conforme à "#?".
$autres_valeur_champ .= '<'.$val.'> '.'(Ligne n°: '.($this->nbre_ligne+2).
' - N° nomenclatural: '.$num_nomenc.' - N° département: '.$nd.')<br />';
}
} else {
// Ajout de la valeur dans une variable car elle n'est pas conforme.
$this->autres_valeur_champ .= '<'.$val.'> '.'(Ligne n°: '.($this->nbre_ligne+2).
' - N° nomenclatural: '.$num_nomenc.' - N° département: '.$nd.')<br />';
}
$j++;
} else if (isset($val) && $val != '') {
if ($val == '1') {# Présent
// Calcul du nombre de plante 'nc' ayant un statut "Présent"
$this->nc_nbre_plte_presente++;
// Stockage par département du nombre de plante 'nc' ayant un statut "Présent"
$this->aso_totaux_dep[$nd]['nc_plte_presente']++;
} elseif ($val == '1?') {# Présence à confirmer
// Calcul du nombre de plante 'nc' ayant un statut "Présence à confirmer"
$this->nc_nbre_plte_a_confirmer++;
// Stockage par département du nombre de plante 'nc' ayant un statut "Présence à confirmer"
$this->aso_totaux_dep[$nd]['nc_plte_a_confirmer']++;
} elseif (preg_match('/^(?:\?| \?|\? | \?)$/', $val)) {# Douteux
// Calcul du nombre de plante 'nc' ayant un statut "Douteux"
$this->nc_nbre_plte_douteux++;
// Stockage par département du nombre de plante 'nc' ayant un statut "Douteux"
$this->aso_totaux_dep[$nd]['nc_plte_douteux']++;
if (preg_match('/(?: \?|\? | \? )/', $val)) {# Douteux
// Ajout de la valeur dans une variable car elle n'est pas tout à fait conforme à "?".
$this->nc_autres_valeur_champ .= '<'.$val.'> '.'(Ligne n°: '.($this->nbre_ligne+2).
' - N° nomenclatural: '.$num_nomenc.' - N° département: '.$nd.')<br />';
}
} elseif (preg_match('/^(?:#| #|# | # )$/', $val)) {# Erreur
# Calcul du nombre de plante 'nc' ayant un statut "Erreur"
$this->nc_nbre_plte_erreur++;
# Stockage par département du nombre de plante 'nc' ayant un statut "Erreur"
$this->aso_totaux_dep[$nd]['nc_plte_erreur']++;
if (preg_match('/(?: #|# | # )/', $val)) {# Erreur avec espace
# Ajout de la valeur dans une variable car elle n'est pas tout à fait conforme à "#".
$nc_autres_valeur_champ .= '<'.$val.'> '.'(Ligne n°: '.($this->nbre_ligne+2).
' - N° nomenclatural: '.$num_nomenc.' - N° département: '.$nd.')<br />';
}
} elseif (preg_match('/^\s*(?:-\|-)\s*$/', $val)) {# Disparu
# Calcul du nombre de plante 'nc' ayant un statut "Disparu"
$this->nc_nbre_plte_disparue++;
# Stockage par département du nombre de plante 'nc' ayant un statut "Disparu"
$this->aso_totaux_dep[$nd]['nc_plte_disparue']++;
if (preg_match('/(?: -\|-|-\|- | -\|- )/', $val)) {# Disparu avec espace
# Ajout de la valeur dans une variable car elle n'est pas tout à fait conforme à "-|-".
$nc_autres_valeur_champ .= '<'.$val.'> '.'(Ligne n°: '.($this->nbre_ligne+2).
' - N° nomenclatural: '.$num_nomenc.' - N° département: '.$nd.')<br />';
}
} elseif (preg_match('/^\s*(?:#\?)\s*$/', $val)) {# Erreur à confirmer
# Calcul du nombre de plante 'nc' ayant un statut "Erreur à confirmer"
$this->nc_nbre_plte_erreur_a_confirmer++;
# Stockage par département du nombre de plante 'nc' ayant un statut "Erreur à confirmer"
$this->aso_totaux_dep[$nd]['nc_plte_erreur_a_confirmer']++;
if (preg_match('/^(?:\s+#\?|#\?\s+|\s+#\?\s+)$/', $val)) {# Erreur à confirmer avec espace
# Ajout de la valeur dans une variable car elle n'est pas tout à fait conforme à "#?".
$nc_autres_valeur_champ .= '<'.$val.'> '.'(Ligne n°: '.($this->nbre_ligne+2).
' - N° nomenclatural: '.$num_nomenc.' - N° département: '.$nd.')<br />';
}
} else {
// Ajout de la valeur dans une variable car elle n'est pas conforme.
$this->nc_autres_valeur_champ .= '<'.$val.'> '.'(Ligne n°: '.($this->nbre_ligne+2).
' - N° nomenclatural: '.$num_nomenc.' - N° département: '.$nd.')<br />';
}
}
// Affichage dans la console du numéro de l'enregistrement analysé.
//echo str_repeat(chr(8), ( strlen( $i ) + 1 ))."\t".$i++;
}
}// fin du foreach
// Affichage dans la console du numéro de l'enregistrement analysé.
echo str_repeat(chr(8), ( strlen( $this->nbre_ligne ) + 1 ))."\t".$this->nbre_ligne++;
}
echo "\n";
}
 
private function initialiserTableaux($dep) {
foreach ($dep as $code_dep) {
if ( preg_match('/^\d{2}$/', $code_dep) ) {
$this->aso_totaux_dep[$code_dep]['plte_presente'] = 0;
$this->aso_totaux_dep[$code_dep]['plte_a_confirmer'] = 0;
$this->aso_totaux_dep[$code_dep]['plte_douteux'] = 0;
$this->aso_totaux_dep[$code_dep]['plte_erreur'] = 0;
$this->aso_totaux_dep[$code_dep]['plte_disparue'] = 0;
$this->aso_totaux_dep[$code_dep]['plte_erreur_a_confirmer'] = 0;
$this->aso_totaux_dep[$code_dep]['autres_valeur_champ'] = 0;
$this->aso_totaux_dep[$code_dep]['nc_plte_presente'] = 0;
$this->aso_totaux_dep[$code_dep]['nc_plte_a_confirmer'] = 0;
$this->aso_totaux_dep[$code_dep]['nc_plte_douteux'] = 0;
$this->aso_totaux_dep[$code_dep]['nc_plte_erreur'] = 0;
$this->aso_totaux_dep[$code_dep]['nc_plte_disparue'] = 0;
$this->aso_totaux_dep[$code_dep]['nc_plte_erreur_a_confirmer'] = 0;
$this->aso_totaux_dep[$code_dep]['nc_autres_valeur_champ'] = 0;
}
}
}
 
private function verifierDonnees() {
// Ouverture du fichier contenant les résultats (sortie)
if (!$handle = fopen($this->fichier_verif, 'w')) {
echo "Impossible d'ouvrir le fichier ($this->fichier_verif)";
exit;
}
 
// Création de la page
$page = '<html>'."\n";
$page .= '<head>'."\n";
$page .= '<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />'."\n";
$page .= '<title>RESULTAT DE LA VERIFICATION DU FICHIER TABULE DE LA CHOROLOGIE</title>'."\n";
$page .= '</head>'."\n";
$page .= '<body>'."\n";
$page .= '<h1>RESULTAT DE LA VERIFICATION DU FICHIER TABULE DE LA CHOROLOGIE</h1>'."\n";
$page .= '<hr/>'."\n";
$page .= '<p>'.
'Adresse fichier analysé : '.'<br />'."\n".
'</p>'."\n";
$page .= '<hr/>'."\n";
$page .= '<h2>RESULTATS PROGRAMME DE VERIFICATION</h2>'."\n";
$page .= '<p>'.
'Nom du programme générant ce fichier : '.__FILE__.'<br />'."\n".
'Nombre de lignes analysées : '.$this->nbre_ligne.'<br />'."\n".
'Nbre de départements analysés : '.$this->nbre_dep_analyse.'<br />'."\n".
'Date d\'exécution du programme : '.date('d.m.Y').'<br />'."\n".
'</p>'."\n";
$page .= '<hr/>'."\n";
$page .= '<h2>RESULTATS ANALYSE CHOROLOGIE</h2>'."\n";
$page .= '<p>'.
'Nombre de nom "nc" : '.$this->nc_nbre_nom.'<br />'."\n".
'Nombre de nom : '.$this->nbre_nom.'<br />'."\n".
'Valeurs autres que 1, 1?, ?, #, #? et -|- : '.$this->autres_valeur_champ.'<br />'."\n".
'Valeurs autres que 1, 1?, ?, #, #? et -|- pour les plantes nc : <br />'."\n".$this->nc_autres_valeur_champ.'</br>'."\n".
'</p>'."\n";
$page .= '<hr/>'."\n";
$page .= '<h2>RESULTATS ANALYSE des CHAMPS</h2>'."\n";
$page .= '<p>'.
'Nombre de guillemets antislashés: '.$this->nbre_ligne_avec_guillemet.'<br />'."\n".
'</p>'."\n";
$page .= '<hr/>'."\n";
$page .= '<h2>TABLEAUX</h2>'."\n";
 
// Tableau des numéros nomenclaturaux dupliqués
$table = '<table><thead><tr><th colspan="3">Tableau des numéros nomenclaturaux dupliqués </th></tr>';
$table .= '<tr><th>Numéro nomenclatural</th><th>Nbre d\'itération</th><th>Lignes</th></tr></thead>';
$afficher_tab_num_duplique = 0;
ksort($this->aso_num_nomenc);
$table .= '<tbody style="text-align: center;">';
foreach ($this->aso_num_nomenc as $cle_nomenc => $val ) {
$ligne = '<tr><td>'.$cle_nomenc.'</td><td>'.$val['compteur'].'</td><td>'.$val['ligne'].'</td></tr>';
if ($val['compteur'] > 1) {
$table .= $ligne;
$afficher_tab_num_duplique = 1;
}
}
if ( $afficher_tab_num_duplique == 1 ) {
$page .= $table.'</tbody></table>';
}
 
// Tableau des résultats par départements
$table = '<table><thead><tr><th colspan="14">Tableau des résulats par départements</th></tr>';
$table .= '<tr><th>Département</th><th>Nbre pltes présentes</th><th>Nbre pltes à confirmer</th>'.
'<th>Nbre pltes douteuses</th><th>Nbre pltes disparues</th><th>Nbre pltes erreur</th><th>Nbre pltes erreur à confirmer</th>'.
'<th>Total</th><th>Nbre pltes nc présentes</th><th>Nbre pltes nc à confirmer</th>'.
'<th>Nbre nc pltes douteuses</th><th>Nbre nc pltes disparues</th><th>Nbre nc pltes erreur</th><th>Nbre nc pltes erreur à confirmer</th></tr></thead>';
$table .= '<tbody style="text-align: center;">';
ksort($this->aso_totaux_dep);
foreach ($this->aso_totaux_dep as $cle_dep => $val ) {
$plt_total = $val{'plte_presente'} + $val{'plte_a_confirmer'} + $val{'plte_douteux'} + $val{'plte_disparue'} + $val{'plte_erreur'} + $val{'plte_erreur_a_confirmer'};
$table .= '<tr><td>'.ZgFrDepartements::getNom($cle_dep).' ('.ZgFrDepartements::getIdChaine($cle_dep).') </td>'.
'<td>'.$val{'plte_presente'}.'</td><td>'.$val{'plte_a_confirmer'}.'</td><td>'.$val{'plte_douteux'}.'</td>'.
'<td>'.$val{'plte_disparue'}.'</td><td>'.$val{'plte_erreur'}.'</td><td>'.$val{'plte_erreur_a_confirmer'}.'</td><td>'.$plt_total.'</td>'.
'<td>'.$val{'nc_plte_presente'}.'</td><td>'.$val{'nc_plte_a_confirmer'}.'</td><td>'.$val{'nc_plte_douteux'}.'</td>'.
'<td>'.$val{'nc_plte_disparue'}.'</td><td>'.$val{'nc_plte_erreur'}.'</td><td>'.$val{'nc_plte_erreur_a_confirmer'}.'</td></tr>';
}
 
$table .= '<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>'.
'<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>';
$plt_total = $this->nbre_plte_presente + $this->nbre_plte_a_confirmer + $this->nbre_plte_douteux + $this->nbre_plte_disparue + $this->nbre_plte_erreur + $this->nbre_plte_erreur_a_confirmer;
$table .= '<tr><td>Totaux : '.$this->nbre_dep_analyse.' départements</td><td>'.$this->nbre_plte_presente.'</td>'.
'<td>'.$this->nbre_plte_a_confirmer.'</td><td>'.$this->nbre_plte_douteux.'</td><td>'.$this->nbre_plte_disparue.'</td>'.
'<td>'.$this->nbre_plte_erreur.'</td><td>'.$this->nbre_plte_erreur_a_confirmer.'</td><td>'.$plt_total.'</td>'.
'<td>'.$this->nc_nbre_plte_presente.'</td>'.'<td>'.$this->nc_nbre_plte_a_confirmer.'</td>'.
'<td>'.$this->nc_nbre_plte_douteux.'</td><td>'.$this->nc_nbre_plte_disparue.'</td><td>'.$this->nc_nbre_plte_erreur.'</td><td>'.$this->nc_nbre_plte_erreur_a_confirmer.'</td></tr>';
 
$table .= '<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>'.
'<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>';
$total_nbre_plte = ($this->nbre_plte_presente + $this->nbre_plte_a_confirmer + $this->nbre_plte_douteux + $this->nbre_plte_disparue + $this->nbre_plte_erreur + $this->nbre_plte_erreur_a_confirmer);
$total_nbre_plte_nc = ($this->nc_nbre_plte_presente + $this->nc_nbre_plte_a_confirmer + $this->nc_nbre_plte_douteux + $this->nc_nbre_plte_disparue + $this->nc_nbre_plte_erreur + $this->nc_nbre_plte_erreur_a_confirmer);
$table .= '<tr><td>Totaux plante / plante nc</td><td colspan="7">'.$total_nbre_plte.'</td>'.
'<td colspan="6">'.$total_nbre_plte_nc.'</td></tr>';
 
$table .= '<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>'.
'<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>';
$plt_total = $this->nbre_plte_presente + $this->nc_nbre_plte_presente + $this->nc_nbre_plte_a_confirmer + $this->nbre_plte_a_confirmer;
$table .= '<tr><td>Total plantes présentes et à confirmer</td><td colspan="13">'.$plt_total.'</td></tr>';
 
$table .= '<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>'.
'<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>';
$plt_total = $this->nbre_plte_presente + $this->nc_nbre_plte_presente;
$table .= '<tr><td>Total plantes présentes</td><td colspan="13">'.$plt_total.'</td></tr>';
 
$table .= '<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>'.
'<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>';
$plt_total = $total_nbre_plte + $total_nbre_plte_nc;
$table .= '<tr><td>Total données chorologiques</td><td colspan="13">'.$plt_total.'</td></tr>';
 
$table .= '</tbody></table>';
$page .= $table;
 
$page .= '<hr/>'."\n";
$page .= '<h2>NOTES</h2>'."\n";
$page .= '<p>'.
'1.- Chaque champ précédé par "ATTENTION" doit être vide.'."\n".
'S\'il ne l\'est pas, il y a une erreur'."\n".
'</p>'."\n";
$page .= '</body>'."\n";
$page .= '</html>'."\n";
// Fermeture de la poignée sur le fichier de sortie
if (fwrite($handle, $page) === FALSE) {
echo "Impossible d'écrire dans le fichier ($this->fichier_verif)";
exit;
}
echo 'Ecriture du fichier de vérification de la chorologie réalisée!'."\n";
fclose($handle);
}
 
private function supprimerTous() {
$tablesChorodep = implode(',', $this->getNomsTablesChorodep());
$tableContributeurs = Config::get('tables.chorodepContributeurs');
$tableSources = Config::get('tables.chorodepSources');
$tableOntologies = Config::get('tables.chorodepOntologies');
$requete = "DROP TABLE IF EXISTS chorodep_meta, $tablesChorodep, $tableContributeurs, $tableSources, $tableOntologies ";
$this->getBdd()->requeter($requete);
}
 
private function getNomsTablesChorodep() {
$versions = explode(',', Config::get('versions'));
$tableTpl = Config::get('tables.chorodepTpl');
$tablesChorodep = array();
foreach ($versions as $version) {
$tablesChorodep[] = sprintf($tableTpl, $version);
}
return $tablesChorodep;
}
 
private function getNomTableDernierVersion() {
$version = $this->getDerniereVersion();
$table = sprintf(Config::get('tables.chorodepTpl'), $version);
return $table;
}
 
private function getDerniereVersion() {
$version = array_pop(explode(',', Config::get('versions')));
return $version;
}
}
 
class ZgFrDepartements {
static private $departements =
array(
"01" => array("Ain", "01", 1),
"02" => array("Aisne", "02", 2),
"03" => array("Allier", "03", 3),
"04" => array("Alpes-de-Haute-Provence", "04", 4),
"05" => array("Hautes-Alpes", "05", 5),
"06" => array("Alpes-Maritimes", "06", 6),
"07" => array("Ardèche", "07", 7),
"08" => array("Ardennes", "08", 8),
"09" => array("Ariège", "09", 9),
"10" => array("Aube", "10", 10),
"11" => array("Aude", "11", 11),
"12" => array("Aveyron", "12", 12),
"13" => array("Bouches-du-Rhône", "13", 13),
"14" => array("Calvados", "14", 14),
"15" => array("Cantal", "15", 15),
"16" => array("Charente", "16", 16),
"17" => array("Charente-Maritime", "17", 17),
"18" => array("Cher", "18", 18),
"19" => array("Corrèze", "19", 19),
"20" => array("Corse", "20", 20),
"2A" => array("Haute-Corse", "2A", 20),
"2B" => array("Corse-du-Sud", "2B", 20),
"21" => array("Côte-d'Or", "21", 21),
"22" => array("Côtes-d'Armor", "22", 22),
"23" => array("Creuse", "23", 23),
"24" => array("Dordogne", "24", 24),
"25" => array("Doubs","25", 25),
"26" => array("Drôme", "26", 26),
"27" => array("Eure", "27", 27),
"28" => array("Eure-et-Loir", "28", 28),
"29" => array("Finistère", "29", 29),
"30" => array("Gard", "30", 30),
"31" => array("Haute-Garonne", "31", 31),
"32" => array("Gers", "32", 32),
"33" => array("Gironde", "33", 33),
"34" => array("Hérault", "34", 34),
"35" => array("Ille-et-Vilaine", "35", 35),
"36" => array("Indre", "36", 36),
"37" => array("Indre-et-Loire", "37", 37),
"38" => array("Isère", "38", 38),
"39" => array("Jura", "39", 39),
"40" => array("Landes", "40", 40),
"41" => array("Loir-et-Cher", "41", 41),
"42" => array("Loire", "42", 42),
"43" => array("Haute-Loire", "43", 43),
"44" => array("Loire-Atlantique", "44", 44),
"45" => array("Loiret", "45", 45),
"46" => array("Lot", "46", 46),
"47" => array("Lot-et-Garonne", "47", 47),
"48" => array("Lozére ", "48", 48),
"49" => array("Maine-et-Loire", "49", 49),
"50" => array("Manche", "50", 50),
"51" => array("Marne", "51", 51),
"52" => array("Haute-Marne", "52", 52),
"53" => array("Mayenne", "53", 53),
"54" => array("Meurthe-et-Moselle", "54", 54),
"55" => array("Meuse", "55", 55),
"56" => array("Morbihan", "56", 56),
"57" => array("Moselle", "57", 57),
"58" => array("Nièvre", "58", 58),
"59" => array("Nord", "59", 59),
"60" => array("Oise", "60", 60),
"61" => array("Orne", "61", 61),
"62" => array("Pas-de-Calais", "62", 62),
"63" => array("Puy-de-Dôme", "63", 63),
"64" => array("Pyrénées-Atlantiques", "64", 64),
"65" => array("Hautes-Pyrénées", "65", 65),
"66" => array("Pyrénées-Orientales", "66", 66),
"67" => array("Bas-Rhin", "67", 67),
"68" => array("Haut-Rhin", "68", 68),
"69" => array("Rhône", "69", 69),
"70" => array("Haute-Saône", "70", 70),
"71" => array("Saône-et-Loire", "71", 71),
"72" => array("Sarthe", "72", 72),
"73" => array("Savoie", "73", 73),
"74" => array("Haute-Savoie", "74", 74),
"75" => array("Paris", "75", 75),
"76" => array("Seine-Maritime", "76", 76),
"77" => array("Seine-et-Marne", "77", 77),
"78" => array("Yvelines", "78", 78),
"79" => array("Deux-Sèvres", "79", 79),
"80" => array("Somme", "80", 80),
"81" => array("Tarn", "81", 81),
"82" => array("Tarn-et-Garonne", "82", 82),
"83" => array("Var", "83", 83),
"84" => array("Vaucluse", "84", 84),
"85" => array("Vendée", "85", 85),
"86" => array("Vienne", "86", 86),
"87" => array("Haute-Vienne", "87", 87),
"88" => array("Vosges", "88", 88),
"89" => array("Yonne", "89", 89),
"90" => array("Territoire-de-Belfort", "90", 90),
"91" => array("Essonne", "91", 91),
"92" => array("Hauts-de-Seine", "92", 92),
"93" => array("Seine-Saint-Denis", "93", 93),
"94" => array("Val-de-Marne", "94", 94),
"95" => array("Val-d'Oise", "95", 95),
"96" => array("aaa", "96", 96),
"971" => array("Guadeloupe", "971", 971),
"972" => array("Martinique", "972", 972),
"973" => array("Guyane", "973", 973),
"974" => array("Réunion", "974", 974),
"99" => array("Etranger", "99", 99),
);
 
static public function get() {
return self::$departements;
}
 
static public function getNom($n) {
return self::$departements[$n][0];
}
 
static public function getIdChaine($n) {
return self::$departements[$n][1];
}
 
static public function getIdNumerique($n) {
return (int)self::$departements[$n][2];
}
 
static public function getIdEflore($n) {
return (int)self::$departements[$n][3];
}
}
?>
/branches/refact/scripts/modules/chorodep/chorodep.ini
New file
0,0 → 1,35
; Ajouter les nouvelles version à la suite dans versions et versionsDonnees.
versions = "2011_04,2012_01"
versionsDonnees="2011-04-05,2012-01-01"
dossierTsv = "{ref:dossierDonneesEflore}chorodep/{ref:versionDonnees}/"
dossierTsvTpl = "{ref:dossierDonneesEflore}chorodep/%s/"
dossierSql = "{ref:dossierDonneesEflore}chorodep/"
chorodepChamps = "rang, catminat, num_tax, num_nom, nom_sci, `01`, `02`, `03`, `04`, `06`, `07`, `08`, `09`, `10`, `11`, `12`, `67`, `13`, `14`, `15`, `16`, `17`, `18`, `19`, `20`, `21`, `22`, `23`, `79`, `24`, `25`, `26`, `91`, `27`, `28`, `29`, `30`, `32`, `33`, `31`, `43`, `52`, `05`, `70`, `74`, `65`, `87`, `68`, `92`, `34`, `35`, `36`, `37`, `38`, `39`, `40`, `42`, `44`, `45`, `41`, `46`, `47`, `48`, `49`, `50`, `51`, `53`, `54`, `55`, `56`, `57`, `58`, `59`, `60`, `61`, `75`, `62`, `63`, `66`, `64`, `69`, `71`, `72`, `73`, `77`, `76`, `93`, `80`, `81`, `82`, `90`, `94`, `95`, `83`, `84`, `85`, `86`, `88`, `89`, `78`, freq_abs, freq_rel, rare_nat";
 
[tables]
chorodepMeta = "chorodep_meta"
chorodepContributeurs = "chorodep_contributeurs"
chorodepSources = "chorodep_sources"
chorodepOntologies = "chorodep_ontologies"
chorodep = "chorodep_v{ref:version}"
chorodepTpl = "chorodep_v%s"
 
[fichiers]
structureSql = "chorodep.sql"
structureSqlVersion = "chorodep_v{ref:versionDonnees}.sql"
structureSqlVersionTpl = "chorodep_v%s.sql"
chorodepContributeurs = "chorodep_contributeurs.tsv"
chorodepSources = "chorodep_sources.tsv"
chorodepOntologies = "chorodep_ontologies.tsv"
chorodep = "chorodep_v{ref:versionDonnees}.tsv"
chorodepTpl = "chorodep_v%s.tsv"
 
[chemins]
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
structureSqlVersion = "{ref:dossierTsv}{ref:fichiers.structureSqlVersion}"
structureSqlVersionTpl = "{ref:dossierTsvTpl}{ref:fichiers.structureSqlVersionTpl}"
chorodepContributeurs = "{ref:dossierSql}{ref:fichiers.chorodepContributeurs}"
chorodepSources = "{ref:dossierSql}{ref:fichiers.chorodepSources}"
chorodepOntologies = "{ref:dossierSql}{ref:fichiers.chorodepOntologies}"
chorodep = "{ref:dossierTsv}{ref:fichiers.chorodep}"
chorodepTpl = "{ref:dossierTsvTpl}{ref:fichiers.chorodepTpl}"
/branches/refact/scripts/modules
New file
Property changes:
Added: svn:ignore
+tempsexecution
/branches/refact/scripts/configurations/config.defaut.ini
New file
0,0 → 1,42
; Encodage : UTF-8
; +------------------------------------------------------------------------------------------------------+
; Info sur l'application
info.nom = Scripts de tests
; Abréviation de l'application
info.abr = SCRIPTS
; Version du Framework nécessaire au fonctionnement de cette application
info.framework.version = 0.3
; Encodage de l'application
encodage_appli = "UTF-8"
; Chemin de l'application (pour l'utiliser dans ce fichier)
chemin_scripts = "php:Framework::getCheminAppli()"
; +------------------------------------------------------------------------------------------------------+
; Débogage
; Indique si oui ou non on veut afficher le débogage.
debogage = true
; Indique si oui ou non on veut lancer le chronométrage
chronometrage = false
 
+------------------------------------------------------------------------------------------------------+
; Paramètrage de la base de données.
; bdd_abstraction : abstraction de la base de données.
; bdd_protocole : Protocole de la base de données.
; bdd_serveur : Nom du serveur de bases de données.
; bdd_utilisateur : Nom de l'utilisateur de la base de données.
; bdd_mot_de_passe : Mot de passe de l'utilisateur de la base de données.
; bdd_nom : Nom de la base de données principale.
; bdd_encodage : Encodage de la base de données principale. Normalement le même que l'application mais au format base de
; données : voir ici : http://dev.mysql.com/doc/refman/5.0/en/charset-charsets.html
; et là: http://www.postgresql.org/docs/8.1/static/multibyte.html pour les correspondances
bdd_abstraction = pdo
bdd_protocole = mysql
bdd_serveur = localhost
bdd_utilisateur = "root"
bdd_mot_de_passe = ""
bdd_nom = ""
bdd_encodage = "utf8"
 
 
; Dossier de base contenant les données d'eFlore (Fichiers TSV et SQL)
dossierDonneesEflore = "/home/telabotap/www/eflore/donnees/"
/branches/refact/scripts/configurations
New file
Property changes:
Added: svn:ignore
+config.ini
/branches/refact/scripts/framework.defaut.php
New file
0,0 → 1,6
<?php
// Inclusion du Framework
// Renomer ce fichier en "framework.php"
// Indiquer ci-dessous le chemin absolu vers le fichier autoload.inc.php de la bonne version du Framework
require_once '/home/www/commun/framework/0.3/Framework.php';
?>
/branches/refact/scripts/bibliotheque/EfloreScript.php
New file
0,0 → 1,89
<?php
// declare(encoding='UTF-8');
/**
* EfloreScript est une classe abstraite qui doit être implémenté par les classes éxecutant des scripts
* en ligne de commande pour les projets d'eFlore.
*
* @category PHP 5.2
* @package Eflore/Scripts
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright Copyright (c) 2011, Tela Botanica (accueil@tela-botanica.org)
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL-v3
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL-v2
* @since 0.3
* @version $Id$
* @link /doc/framework/
*/
abstract class EfloreScript extends Script {
 
private $Bdd = null;
private $projetNom = null;
 
public function getProjetNom() {
return $this->projetNom;
}
 
protected function initialiserProjet($projetNom) {
$this->projetNom = $projetNom;
$this->chargerConfigDuProjet();
}
 
//+------------------------------------------------------------------------------------------------------+
// Méthodes d'accès aux objets du Framework
/**
* Méthode de connection à la base de données sur demande.
* Tous les scripts n'ont pas besoin de s'y connecter.
*/
protected function getBdd() {
if (! isset($this->Bdd)) {
$this->Bdd = new Bdd();
}
return $this->Bdd;
}
 
//+------------------------------------------------------------------------------------------------------+
// Méthodes communes aux projets d'eFlore
 
protected function chargerConfigDuProjet() {
$fichierIni = $this->getScriptChemin().$this->getProjetNom().'.ini';
if (file_exists($fichierIni)) {
Config::charger($fichierIni);
} else {
$m = "Veuillez configurer le projet en créant le fichier '{$this->projetNom}.ini' ".
"dans le dossier du module de script du projet à partir du fichier '{$this->projetNom}.defaut.ini'.";
throw new Exception($m);
}
}
 
protected function chargerStructureSql() {
$contenuSql = $this->recupererContenu(Config::get('chemins.structureSql'));
$this->executerScripSql($contenuSql);
}
 
protected function executerScripSql($sql) {
$requetes = Outils::extraireRequetes($sql);
foreach ($requetes as $requete) {
$this->getBdd()->requeter($requete);
}
}
 
protected function recupererContenu($chemin) {
$contenu = file_get_contents($chemin);
if ($contenu === false){
throw new Exception("Impossible d'ouvrir le fichier SQL : $chemin");
}
return $contenu;
}
 
protected function stopperLaBoucle($limite = false) {
$stop = false;
if ($limite) {
static $ligneActuelle = 1;
if ($limite == $ligneActuelle++) {
$stop = true;
}
}
return $stop;
}
}
?>
/branches/refact/scripts/bibliotheque/nom_sci/DecoupageCitation.php
New file
0,0 → 1,106
<?php
// Encodage : UTF-8
// +-------------------------------------------------------------------------------------------------------------------+
/**
* Découpage des citations bibliographiques.
*
* Description : classe permettant de découper les citations.
*
//Auteur original :
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright Tela-Botanica 1999-2009
* @licence GPL v3 & CeCILL v2
* @version $Id: DecoupageCitation.class.php 1873 2009-03-31 10:07:24Z Jean-Pascal MILCENT $
*/
// +-------------------------------------------------------------------------------------------------------------------+
class DecoupageCitation extends Decoupage {
 
private $expression_principale = array();
private $expression_page = array();
 
function DecoupageCitation()
{
parent::__construct();
 
// Biblio
$this->expression_principale[1] = '/^(?:, |)(?:('.$this->Com.')|)(?:('.$this->In.'), |)(?:'.$this->Bib.'|)(?: ('.$this->Inf.')|)$/u';
// Biblio à exclure
$this->expression_principale[2] = '/^,? ('.$this->HomCourt.')$/u';
// Biblio : abréviation publi et précision (volume, tome, édition...)
$this->expression_ref[1] = '/^([^,$]+)(.*)$/u';//
// Pages début et fin
$this->expression_page[1] = '/^(\d+)-(\d+)$/u';//
// Page unique
$this->expression_page[2] = '/^(\d+)(?:\.|)$/u';//
}
public function decouper($citation)
{
$aso_nom_decompo = array( 'num_nomenc' => '', 'num_taxo' => '',
'in_auteur' => '', 'abreviation' => '', 'precision' => '',
'annee' => '', 'source_biblio_exclure' => '',
'info_combinaison' => '', 'page_debut' => null,'page_fin' => null,
'page_erreur_mark' => '', 'page_erreur_notes' => '');
$aso_nom_decompo['citation_complete'] = $citation;
while ($citation != '') {
$morceau = array();
if (preg_match($this->expression_principale[1], $citation, $morceau)) {// Biblio
$aso_nom_decompo['info_combinaison'] = $morceau[1];
$aso_nom_decompo['in_auteur'] = $morceau[2];
$aso_publi = $this->decouperPubli($morceau[3]);
$aso_nom_decompo['abreviation'] = $aso_publi['abreviation'];
$aso_nom_decompo['precision'] = $aso_publi['precision'];
$aso_nom_decompo['pages'] = $morceau[4];
$aso_pages = $this->decouperPages($morceau[4]);
$aso_nom_decompo['page_debut'] = $aso_pages['page_debut'];
$aso_nom_decompo['page_fin'] = $aso_pages['page_fin'];
$aso_nom_decompo['page_erreur_mark'] = $aso_pages['erreur_mark'];
$aso_nom_decompo['page_erreur_notes'] = $aso_pages['erreur_notes'];
$aso_nom_decompo['annee'] = $morceau[5];
$citation = $morceau[6];
} else if (preg_match($this->expression_principale[2], $citation, $morceau)) {// Nom d'sp.
$aso_nom_decompo['source_biblio_exclure'] = $morceau[1];
$citation = $morceau[2];
} else {// Erreurs
$aso_nom_decompo['erreur_mark'] = 'erreur';
$aso_nom_decompo['erreur_notes'] = $citation;
$citation = '';
}
}
return $aso_nom_decompo;
}
public function decouperPubli($ref)
{
$ref = trim($ref);
$aso_ref = array('abreviaton' => null,'precision' => null, 'erreur_mark' => '', 'erreur_notes' => '');
if (preg_match($this->expression_ref[1], $ref, $morceau)) {
$aso_ref['abreviation'] = $morceau[1];
$aso_ref['precision'] = preg_replace('/^\s*,\s*/', '', $morceau[2]);
} else {// Erreurs
$aso_ref['erreur_mark'] = 'erreur';
$aso_ref['erreur_notes'] = $ref;
}
return $aso_ref;
}
public function decouperPages($pages)
{
$pages = trim($pages);
$aso_pages = array('page_debut' => null,'page_fin' => null, 'erreur_mark' => '', 'erreur_notes' => '');
if (preg_match($this->expression_page[1], $pages, $morceau)) {
$aso_pages['page_debut'] = $morceau[1];
$aso_pages['page_fin'] = $morceau[2];
} else if (preg_match($this->expression_page[2], $pages, $morceau)) {
$aso_pages['page_debut'] = $morceau[1];
} else {// Erreurs
$aso_pages['erreur_mark'] = 'erreur';
$aso_pages['erreur_notes'] = $pages;
}
return $aso_pages;
}
}
?>
/branches/refact/scripts/bibliotheque/nom_sci/Decoupage.php
New file
0,0 → 1,160
<?php
// Encodage : UTF-8
// +-------------------------------------------------------------------------------------------------------------------+
/**
* Découpage
*
* Description : classe abstraite mettant en comun des expressions régulière pour le découpage des noms latins.
*
//Auteur original :
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright Tela-Botanica 1999-2009
* @licence GPL v3 & CeCILL v2
* @version $Id: Decoupage.class.php 1873 2009-03-31 10:07:24Z Jean-Pascal MILCENT $
*/
// +-------------------------------------------------------------------------------------------------------------------+
abstract class Decoupage {
protected $min = '[a-z\x{E0}-\x{FF}\x{153}]';// Lettres minuscules : a à z et &#224; à &#255 et &#339;
protected $maj = "[A-Z'\x{C0}-\x{DF}\x{152}]";// Lettres majuscules : A à Z, ' et &#192; à &#223; et &#338;
protected $hyb = '[+xX]';
protected $SupraSp;// Nom de type suprasp.
protected $GenHy;// Hybride intergénérique
protected $Gen;// Genre
protected $Dou = '(?:\(\?\)|\?)';// Doute
protected $Epi_cv;// Epithete de cultivar
protected $Epi_nn_hy = '(?:nsp\.|)';// Epithète non nommé hybride
protected $Epi_nn = '(?:sp\.[1-9]?|spp\.|)';// Epithète non nommé
protected $Epi;// Epithete
//------------------------------------------------------------------------------------------------------------//
protected $Ran_ig = '[Ss]ect\.|subg(?:en|)\.|ser\.|subser\.';// Rang taxonomique infragénérique de type : sous-genre
protected $Ran_ig_gr = 'gr\.';// Rang taxonomique infragénérique de type : groupe
protected $Ran_ig_agg = 'agg\.';// Rang taxonomique infragénérique de type : aggrégat
protected $Ran_bo_i1 = 'subsp\.';// Rang taxonomique infraspécifique de niveau 1
protected $Ran_bo_i2 = 'var\.|subvar\.';// Rang taxonomique infraspécifique de niveau 2
protected $Ran_bo_i3 = 'f\.|fa\.|fa|forma';// Rang taxonomique infraspécifique de niveau 3
protected $Ran_bo_i4 = 'race|prole|proles|prol\.';// Rang taxonomique infraspécifique de niveau 4
protected $Ran_bo;// Rang taxonomique infraspécifique botanique non hybride
protected $Ran_hy_i1 = 'n-subsp\.|\[subsp\.\]|\[n-subsp\.\]';// Rang taxonomique infraspécifique hybride de niveau 1
protected $Ran_hy_i2 = '\[var\.\]|n-var\.|\[n-var\.\]';// Rang taxonomique infraspécifique hybride de niveau 2
protected $Ran_hy_i3 = '';// Rang taxonomique infraspécifique hybride de niveau 3
protected $Ran_hy_i4 = 'n-proles\.';// Rang taxonomique infraspécifique hybride de niveau 4
protected $Ran_hy;// Rang taxonomique infraspécifique hybridre
protected $Ran_ht = 'convar\.|[cC]v\.';// Rang taxonomique horticole
protected $Ran;// Rang taxonomique infraspécifique non hybride, hybride et horticole
//------------------------------------------------------------------------------------------------------------//
protected $Ini;// Initiale de prénoms
protected $Pre;// Prénoms
protected $Par = '(?i:de|des|le|la|de la|von|van|st\.|el)';// Particules
protected $ParSsEs = "(?i:st\.-|d)";// Particules sans espace après
protected $Nom; // Abreviation d'un nom d'auteur. Le "f." c'est pour "filius" et c'est collé au nom
protected $NomSpe = '(?:[A-Z]\. (?:DC\.|St\.-Hil\.))|\(?hort\.\)?|al\.';// Prénom + nom spéciaux : "hort." est utilisé comme un nom d'auteur mais cela signifie "des jardins". "DC." est une exception deux majuscule suivi d'un point.
protected $Int;// Intitulé d'auteurs (Prénom + Nom)
//------------------------------------------------------------------------------------------------------------//
protected $AutNo;// Intitulé auteur sans "ex", ni "&", ni "et", ni parenthèses
protected $AutNoTa;// Intitulé auteur sans "ex", ni "&", ni "et" mais avec parenthèses possible pour la nomenclature
protected $AutEx;// Intitulé auteur avec "ex"
protected $et = '(?:&|et)';
protected $AutExEt;// Intitulé auteur avec "ex" et "&" ou "et"
protected $AutEt;// Intitulé auteur avec "&" ou "et" et sans parenthèse spécifique à la nomenclature
protected $AutEtTa;// Intitulé auteur avec "&" ou "et" et avec ou sans parenthèse spécifique à la nomenclature
protected $AutBib;// Intitulés auteurs pour la biblio
protected $AutInc = 'AUTEUR\?';// Intitulé auteur spéciaux pouvant être trouvés entre parenthèses
protected $AutSpe;// Intitulé auteur spéciaux pouvant être trouvés entre parenthèses
protected $AutSpeSe;// Intitulé auteur spéciaux type "sensu"
protected $AutSpeTa;// Intitulé auteur spéciaux propre à la nomenclature
protected $Aut;// Tous les intitulés auteurs possibles
protected $Auteur;// Tous les intitulés auteurs possibles
//------------------------------------------------------------------------------------------------------------//
protected $ComEmend;// Commentaires nomenclaturaux
protected $ComPp = 'p\.p\.';// Commentaires nomenclaturaux
protected $Com;// Intitulé auteur spéciaux type "sensu"
protected $ComNom = '\(?(?:hort\. non .*|sensu .*|auct\..*|comb\.\s*(?:nov\.|ined\.)|comb?\.\s*nov\.\s*provis\.|stat\.\s*provis\.|nov\.\s*stat\.|stat\.\s*nov\.|p\.p\.|emend\.)\)?';
//------------------------------------------------------------------------------------------------------------//
protected $In;// In auteur
protected $AneMoCo = 'janvier|fevrier|mars|avril|mai|juin|juillet|ao\x{FB}t|septembre|octobre|novembre|decembre'; //Mois devant l'année
protected $AneMoAb = 'janv\.|f[e\x{E9}]v\.|sept\.|oct\.|d\x{E9}c\.'; //Mois devant l'année
protected $AneBaSi = '(?:\d{4}|\d{4} ?\?|DATE \?)';// Date
protected $AneBaCo = '(?:\d{4}-\d{4}|\d{4}-\d{2})';// Date
protected $AneDo = '\?';// Doute
protected $AneBa;// Date
protected $AneSpe;// Date
protected $Ane;// Date
//------------------------------------------------------------------------------------------------------------//
// Spécial BDNFF :
protected $Date = ' \[.*\]';
protected $Num = '[0-9]|3\*|4\*';# Gestion des numéros de flore
protected $NumAuteur;# Gestion des numéros de flore mélangés ou pas au nom d'auteur
//------------------------------------------------------------------------------------------------------------//
protected $BibBa;// Biblio de base : \x{B0} = ° \x{AB}\x{BB} = «» \x{26} = &
protected $Bib;// Biblio de taxon
protected $BibAu = '.+';// Biblio supplémentaire
//------------------------------------------------------------------------------------------------------------//
protected $ErrDet;// Biblio à exclure base
//------------------------------------------------------------------------------------------------------------//
protected $HomNon = 'non';// Homonymes à exclure : négation
protected $HomBa;// Homonymes à exclure base
protected $Hom;// Homonymes à exclure avec non et nec
protected $HomCourt;// Homonymes à exclure avec non et nec avec expression régulière plus courte!
//------------------------------------------------------------------------------------------------------------//
protected $Inf = '.*';// Informations supplémentaires
public function __construct()
{
//mb_internal_encoding('UTF-8');
//mb_regex_encoding('UTF-8');
//setlocale(LC_ALL, 'fr-fr');
$this->SupraSp = '(?:'.$this->maj.$this->min.'+|'.$this->maj.$this->min.'+-'.$this->maj.$this->min.'+)';// Nom de type suprasp.
$this->GenHy = "[Xx] $this->SupraSp";// Hybride intergénérique
$this->Gen = "$this->SupraSp|$this->GenHy";
$this->Epi_cv = "$this->maj.(?:$this->min|-)+";// Epithete de cultivar
$this->Epi_nn = $this->Epi_nn.$this->Epi_nn_hy;
$this->Epi = "(?:(?:$this->min|-|')+|$this->Epi_nn)";// Epithete
$this->Ran_ig = $this->Ran_ig.'|'.$this->Ran_ig_gr;
$this->Ran_bo = "$this->Ran_bo_i1|$this->Ran_bo_i2|$this->Ran_bo_i3|$this->Ran_bo_i4";// Rang taxonomique infraspécifique botanique non hybride
$this->Ran_hy = "$this->Ran_hy_i1|$this->Ran_hy_i2|$this->Ran_hy_i3|$this->Ran_hy_i4";// Rang taxonomique infraspécifique hybridre
$this->Ran = "(?:$this->Ran_ig|$this->Ran_bo|$this->Ran_hy|$this->Ran_ht)";// Rang taxonomique infraspécifique non hybride, hybride et horticole
$this->Ini = '(?:'.$this->maj.'[.]|'.$this->maj.$this->min.'+[.]?)';// Initiale de prénoms
$this->Pre = $this->Ini.'{1,3}|'.$this->Ini.'[\- ]'.$this->Ini;// Prénoms
$this->Nom = '(?:'.$this->maj."'".$this->maj.'|'.$this->maj.'|'.$this->maj.$this->min."+'".$this->min.'+)'.$this->min.'*[.]?(?: ?f\.|)';
$this->Int = "(?:(?:$this->Pre ?|)(?:$this->Par |$this->ParSsEs|)(?:$this->Nom|$this->Nom".'[\- .]'."$this->Nom)|$this->NomSpe)";// Intitulé d'auteurs (Prénom + Nom)
$this->AutNo = "$this->Int";// Intitulé auteur sans "ex", ni "&", ni "et", ni parenthèses
$this->AutNoTa = "$this->AutNo|$this->NomSpe $this->Int|\($this->Int\) $this->Int";// Intitulé auteur sans "ex", ni "&", ni "et" mais avec parenthèses possible pour la nomenclature
$this->AutEx = "\($this->Int\) $this->Int ex $this->Int|\($this->Int ex $this->Int\) $this->Int|$this->Int ex $this->Int";// Intitulé auteur avec "ex"
$this->AutExEt = "$this->Int $this->et $this->Int ex $this->Int|$this->Int $this->et $this->Int ex $this->Int $this->et $this->Int|$this->Int ex $this->Int $this->et $this->Int|\($this->Int ex $this->Int $this->et $this->Int\) $this->Int|\($this->Int ex $this->Int\) $this->Int $this->et $this->Int|\($this->Int $this->et $this->Int\) $this->Int ex $this->Int|$this->NomSpe $this->Int ex $this->Int";// Intitulé auteur avec "ex" et "&" ou "et"
$this->AutEt = "$this->Int $this->et $this->Int";// Intitulé auteur avec "&" ou "et" et sans parenthèse spécifique à la nomenclature
$this->AutEtTa = "\($this->Int\) $this->Int $this->et $this->Int|\($this->Int $this->et $this->Int\) $this->Int|$this->AutEt";// Intitulé auteur avec "&" ou "et" et avec ou sans parenthèse spécifique à la nomenclature
$this->AutBib = "(?:$this->AutNo|$this->AutEt)";// Intitulés auteurs pour la biblio
$this->AutSpe = "(?:sensu |)auct\.|auct\. mult\.|$this->AutInc";// Intitulé auteur spéciaux pouvant être trouvés entre parenthèses
$this->AutSpeSe = "sensu $this->AutBib";// Intitulé auteur spéciaux type "sensu"
$this->AutSpeTa = "$this->AutSpe|\((?:$this->AutSpe)\)|$this->AutSpeSe";// Intitulé auteur spéciaux propre à la nomenclature
$this->Aut = "(?:$this->AutExEt|$this->AutEx|$this->AutEtTa|$this->AutSpeTa|$this->AutNoTa)";// Tous les intitulés auteurs possibles
$this->Auteur = $this->Int.'|'.$this->Int.' '.$this->et.' '.$this->Int.'|(?:'.$this->Int.', )+'.$this->Int.' '.$this->et.' '.$this->Int;// Intitulé auteur avec "&" ou "et";
$this->ComEmend = "emend\. $this->AutBib";// Commentaires nomenclaturaux
$this->Com = "$this->ComEmend|$this->ComPp";// Intitulé auteur spéciaux type "sensu"
$this->In = "[iI]n $this->AutBib";// In auteur
$this->AneBa = "$this->AneBaSi|$this->AneBaCo";// Date
$this->AneSpe = "(?:$this->AneBa ?\[$this->AneBa\]|(?:$this->AneMoCo|$this->AneMoAb) $this->AneBaSi|$this->AneBaSi $this->AneBaSi)";// Date
$this->Ane = "$this->AneBa||$this->AneDo|$this->AneSpe";// Date
$this->BibBa = "(?:$this->maj$this->min*[.]?|in|hort\.)(?:$this->min*[.]?|[\d\/\- ,()'\x{B0}\x{26}\x{AB}\x{BB}[\]?])*";// Biblio de base : \x{B0} = ° \x{AB}\x{BB} = «» \x{26} = &
$this->Bib = "([^:]+):(.+?)\(($this->Ane)\)";// Biblio de taxon
$this->ErrDet = "($this->AutSpe,? non $this->Aut): ($this->Bib;?)+";// Biblio à exclure base
$this->HomBa = "$this->Aut \($this->Ane\)";// Homonymes à exclure base
$this->Hom = "$this->HomNon $this->HomBa(?: nec $this->HomBa)*?";// Homonymes à exclure avec non et nec
$this->HomCourt = "$this->HomNon .+?(?: nec .+?)*?";// Homonymes à exclure avec non et nec avec expression régulière plus courte!
$this->NumAuteur = $this->Num.'|(?:(?:'.$this->Num.'|'.$this->Auteur.'), )+(?:'.$this->Num.'|'.$this->Auteur.')';# Gestion des numéros de flore mélangés ou pas au nom d'auteur
}
}
?>
/branches/refact/scripts/bibliotheque/nom_sci/DecoupageNomLatin.php
New file
0,0 → 1,378
<?php
// Encodage : UTF-8
// +-------------------------------------------------------------------------------------------------------------------+
/**
* Découpage des noms latins
*
* Description : classe permettant de découper les noms latins.
*
//Auteur original :
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright Tela-Botanica 1999-2009
* @licence GPL v3 & CeCILL v2
* @version $Id: DecoupageNomLatin.class.php 1873 2009-03-31 10:07:24Z Jean-Pascal MILCENT $
*/
// +-------------------------------------------------------------------------------------------------------------------+
class DecoupageNomLatin extends Decoupage {
 
private $expression_principale = array();
private $expression_complement = array();
 
function DecoupageNomLatin()
{
parent::__construct();
 
// Genre et nom supragénérique
$this->expression_principale[1] = "/^((?:$this->hyb |)$this->Gen)(?:( $this->Inf)|)$/u";
// Sp
$this->expression_principale[2] = "/^((?:$this->hyb |)$this->Gen) ((?:($this->hyb) |$this->Dou|)(?:$this->Epi|$this->Dou))(?:((?:,| $this->Ran) $this->Inf)| agg\.|)$/u";
// Rang infragénérique et supraspécifique
$this->expression_principale[3] = '/^('.$this->Gen.') ('.$this->Ran.') ('.$this->Gen.'|.'.$this->Epi.')(?:(, '.$this->Inf.')|)$/u';
// Hybride interspécifique
$this->expression_principale[4] = "/^((?:$this->Gen) $this->Epi (?:($this->Ran) $this->Epi )?x $this->Epi(?: ($this->Ran) $this->Epi)?)$/u";
// Aggrégat
$this->expression_principale[5] = "/^($this->Gen) ($this->Epi) (agg\.)(?:( $this->Inf)|)$/u";//
// Epithète infra-spécifique
$this->expression_complement[1] = "/^ ($this->Ran) ((?:($this->hyb) |$this->Dou|)(?:$this->Epi|$this->Dou))(?:((?:,| $this->Ran) $this->Inf)|)$/Uu";
// Cultivar
$this->expression_complement[5] = "/^ ($this->Ran_ht) ((?:(?:$this->Epi_cv) ?)+)$/u";
}
public function decouper($nom_latin)
{
$aso_nom_decompo = array( 'nom_genre' => '', 'nom_sp' => '', 'auteur_sp' => '', 'nom_complement' => '',
'type_infrasp' => '', 'nom_infrasp' => '',
'num_nomenc' => '', 'num_taxo' => '', 'rang_taxonomique' => '',
'nom_courant' => '', 'nom_superieur' => '', 'agg' => '');
$aso_nom_decompo['nom_complet'] = $nom_latin;
while ($nom_latin != '') {
$morceau = array();
if (preg_match($this->expression_principale[4], $nom_latin, $morceau)) {// Formule d'hybridation
// Nous tentons de déterminer le rang de l'hybride
if (isset($morceau[2]) && isset($morceau[3]) && $morceau[2] == $morceau[3]) {
$aso_nom_decompo['rang_taxonomique'] = $this->attribuerCodeRang('n-'.$morceau[2]);
} else {
$aso_nom_decompo['rang_taxonomique'] = 260;// Hybride instersp.
}
$aso_nom_decompo['mark_hybride_interspecifique'] = 'x';
$aso_nom_decompo['formule_hybridation'] = $morceau[0];
$nom_latin = '';
} else if (preg_match($this->expression_principale[5], $nom_latin, $morceau)) {// agg.
$aso_nom_decompo['rang_taxonomique'] = 240;// agg.
$aso_nom_decompo['nom_genre'] = $morceau[1];
$aso_nom_decompo['nom_sp'] = $morceau[2];
$aso_nom_decompo['agg'] = $morceau[3];
$nom_latin = $morceau[4];
$aso_nom_decompo['nom_superieur'] = $morceau[1];
$aso_nom_decompo['nom_courant'] = $morceau[2];
} else if (preg_match($this->expression_principale[2], $nom_latin, $morceau)) {// Nom d'sp.
// Nous regardons si nous avons à faire à un hybride
if (preg_match('/^'.$this->hyb.'$/', $morceau[3])) {
$aso_nom_decompo['rang_taxonomique'] = 260;// hybride intersp.
$aso_nom_decompo['mark_hybride_interspecifique'] = strtolower($morceau[3]);
} else if (preg_match('/^'.$this->Epi_nn_hy.'$/', $morceau[2])) {
$aso_nom_decompo['rang_taxonomique'] = 260;// hybride intersp.
$aso_nom_decompo['mark_hybride_interspecifique'] = 'x';
} else {
$aso_nom_decompo['rang_taxonomique'] = 250;// sp.
}
// Nous atribuons le genre
$aso_nom_decompo['nom_genre'] = $morceau[1];
// Nous regardons si nous avons à faire à une phrase non nommé (ex : sp.1, spp., nsp.)
if (preg_match('/^'.$this->Epi_nn.'$/', $morceau[2])) {
$aso_nom_decompo['phrase_nom_non_nomme'] = $morceau[2];// hybride intersp.
$aso_nom_decompo['nom_sp'] = '';
} else {
$aso_nom_decompo['nom_sp'] = $morceau[2];
}
$nom_latin = $morceau[4];
$aso_nom_decompo['nom_superieur'] = $morceau[1];
$aso_nom_decompo['nom_courant'] = $morceau[2];
} else if (preg_match($this->expression_principale[3], $nom_latin, $morceau)) {// Nom infragénérique et supraspécifique
$aso_nom_decompo['nom_genre'] = $morceau[1];
$aso_nom_decompo['rang_taxonomique'] = $this->attribuerCodeRang($morceau[2]);
// Nous regardons si nous avons à faire à un groupe
if (preg_match('/^'.$this->Ran_ig_gr.'$/', $morceau[2])) {
$aso_nom_decompo['nom_sp'] = $morceau[3];
} else {
$aso_nom_decompo['nom_infra_genre'] = $morceau[3];
}
$nom_latin = $morceau[4];
$aso_nom_decompo['nom_superieur'] = $morceau[1];
$aso_nom_decompo['nom_courant'] = $morceau[3];
} else if (preg_match($this->expression_principale[1], $nom_latin, $morceau)) {// Nom de genre et supragénérique
$aso_nom_decompo['rang_taxonomique'] = $this->verifierTerminaisonLatine($nom_latin);
$aso_nom_decompo['nom_suprasp'] = $morceau[1];
$nom_latin = $morceau[2];
$aso_nom_decompo['nom_superieur'] = null;
$aso_nom_decompo['nom_courant'] = $morceau[1];
} else if (preg_match($this->expression_complement[5], $nom_latin, $morceau)) {// Cultivar
$aso_nom_decompo['rang_cultivar'] = $this->attribuerCodeRang($morceau[1]);
// Nous vérifions si nous avons à faire à un cultivar d'hybride
if ($aso_nom_decompo['mark_hybride_interspecifique'] == 'x' && $aso_nom_decompo['rang_cultivar'] == 460) {
$aso_nom_decompo['rang_cultivar'] = 470;
}
$aso_nom_decompo['cultivar'] = $morceau[2];
$nom_latin = '';
} else if (preg_match($this->expression_complement[1], $nom_latin, $morceau)) {// Nom infrasp.
if (preg_match('/^'.$this->hyb.'$/', $morceau[3])) {
$aso_nom_decompo['mark_hybride_interspecifique'] = strtolower($morceau[3]);
}
$aso_nom_decompo['rang_taxonomique'] = $this->attribuerCodeRang($morceau[1]);
$aso_nom_decompo['type_infrasp'] = $morceau[1];
$aso_nom_decompo['nom_infrasp'] = $morceau[2];
$nom_latin = $morceau[4];
$aso_nom_decompo['nom_superieur'] = $aso_nom_decompo['nom_courant'];
$aso_nom_decompo['nom_courant'] = $morceau[2];
} else {// Erreurs
$aso_nom_decompo['erreur_mark'] = 'erreur';
$aso_nom_decompo['erreur_notes'] = $nom_latin;
$nom_latin = '';
}
}
return $aso_nom_decompo;
}
public function verifierTerminaisonLatine($nom_latin)
{
if (preg_match('/^Plantae$/', $nom_latin)) {// Règne
return 10;
} else if (preg_match('/phyta$/', $nom_latin)) {// Embranchement ou Division
return 30;
} else if (preg_match('/phytina$/', $nom_latin)) {// Sous-Embranchement ou Sous-Division
return 40;
} if (preg_match('/opsida$/', $nom_latin)) {// Classe
return 70;
} else if (preg_match('/idae$/', $nom_latin)) {// Sous-Classe
return 80;
} else if (preg_match('/ales$/', $nom_latin)) {// Ordre
return 100;
} else if (preg_match('/ineae$/', $nom_latin)) {// Sous-Ordre
return 110;
} else if (preg_match('/aceae$/', $nom_latin)) {// Famille
return 120;
} else if (preg_match('/oideae$/', $nom_latin)) {// Sous-Famille
return 130;
} else if (preg_match('/eae$/', $nom_latin)) {// Tribu
return 140;
} else if (preg_match('/inae$/', $nom_latin)) {// Sous-Tribu
return 150;
} else if (preg_match('/^[A-Z]/', $nom_latin)) {// Genre
return 160;
} else {
return 1;
}
}
static function fournirTableauAbreviationRang($type = 'tout')
{
$rang_supra_sp = array('subgen.', 'subg.', 'sect.');// l'abréviation du rang est suivi par un nom supra spécifique commençant par une majuscule
$rang_supra_gr = array('gr.');// l'abréviation du rang est suivi par un nom ne commençant pas par une majuscule
$rang_supra_agg = array('agg.');// le nom latin est terminé par l'abréviation du rang
$rang_infra_sp = array( 'subsp.', 'n-subsp.', '[subsp.]', '[n-subsp.]',
'var.', 'nvar.', '[var.]',
'prol.', 'proles', 'n-proles.',
'f.', 'fa', 'fa.', 'forma',
'subvar.', 'convar.',
'cv.', 'Cv.',
'n-f.', 'n-fa', 'n-fa.',
'subf.', 'subfa', 'subfa.');
if ($type == 'supra') {
return $rang_supra_sp;
} else if ($type == 'supra-gr') {
return $rang_supra_gr;
} else if ($type == 'supra-agg') {
return $rang_supra_agg;
} else if ($type == 'infra') {
return $rang_infra_sp;
} else if ($type == 'tout') {
return array_merge($rang_supra_sp, $rang_supra_gr, $rang_supra_agg, $rang_infra_sp);
}
}
 
static function actualiserCodeRang($code_rang)
{
$aso_rang = array( '1' => '10', // Règne
'3' => '20', // Sous-Règne
'5' => '30', // Phylum
'7' => '40', // Sub-Phylum
'9' => '50', // division
'15' => '60', // sous-division
'20' => '70', // classe
'25' => '80', // sous-classe
'30' => '100', // ordre
'35' => '110', // sous-ordre
'40' => '120', // famille
'45' => '130', // sous-famille
'50' => '140', // tribu
'55' => '150', // sous-tribu
'60' => '160', // genre
'62' => '170', // genre hybride (nouveau compatibilité flore Réunion)
'65' => '180', // sous-genre
'65' => '190', // section
'75' => '200', // sous-section
'80' => '210', // série
'85' => '220', // sous-série
'90' => '230', // groupe
'95' => '240', // aggrégat
'100' => '250', // espèce
'102' => '260', // espèce hybride intragénérique
'104' => '260', // espèce hybride intergénérique
'110' => '280', // sous-espèce
'112' => '300', // sous-espèce hybride : hybride entre deux sous-espèces d'une espèce non hybride ; exemple : Polypodium vulgare L. nsubsp. mantoniae (Rothm.) Schidlay (Polypodium vulgare L. subsp. vulgare x Polypodium vulgare L. subsp. prionodes (Aschers.) Rothm.).
'113' => '310', // sous-espèce hybride : sous-espèce d'espèce hybride sans spécification du rang parental (subspecies) (voir ICBN, art. H.12.1).
'114' => '300', // sous-espèce hybride : sous-espèce hybride d'espèce hybride (nothosubspecies) (voir ICBN, art. H.12.1) ; exemple : Mentha x piperita L. nsubsp. piperita (Mentha aquatica L. x Mentha spicata L. subsp. glabrata (Lej. et Court.) Lebeau).
'115' => '300', // sous-espèce hybride
'120' => '1', // infra2
'122' => '330', // prole, race : peu employé souvent issu de nom ancien (antérieur au code).
'124' => '340', // prole, race hybride : peu employé souvent issu de nom ancien (antérieur au code).
'132' => '350', // convarietas : si on le conscidère comme un rang intermédiaire entre la sous-espèce et la variété. Voir aussi n°200.
'130' => '1', // infra3 : niveau infra-spécifique de troisième niveau, sans plus de précision.
'140' => '360', // variété
'142' => '380', // variété : hybride entre deux variétés d'une espèce non hybride.
'143' => '390', // variété : variété d'espèce hybride sans spécification du rang parental (varietas) (voir ICBN, art. H.12.1); exemple : Populus x canadensis Moench var. marilandica (Poir.) Rehder.
'144' => '380', // variété : variété hybride d'espèce hybride (nothovarietas) ; exemple : Salix x sepulcralis Simonk. nvar. chrysocoma (Dode) Meikle.
'145' => '380', // variété hybride
'150' => '410', // sous-variété
'160' => '420', // forme
'162' => '430', // forme : hybride entre deux formes d'une espèce non hybride.
'163' => '430', // forme : forme d'espèce hybride sans spécification du rang parental (forma) (voir ICBN, art. H.12.1); exemple : Mentha x piperita L. f. hirsuta Sole.
'164' => '430', // forme : forme hybride d'espèce hybride (nothoforma).
'170' => '440', // sous-forme
'200' => '450', // groupe de cultivar
'210' => '460', // cultivar
'220' => '470', // cultivar d'hybride
'0' => '480' // clade
);
return $aso_rang[$code_rang];
}
 
public function attribuerCodeInfra($str_abreviation_type_infra)
{
$aso_code_infra = array('type' => '', 'code' => 0, 'rang' => 2 );
switch ($str_abreviation_type_infra) {
case 'subgen.' :
case 'subg.' :
$aso_code_infra['rang'] = 180;
break;
case 'sect.' :
$aso_code_infra['rang'] = 190;
break;
case 'gr.' :
$aso_code_infra['rang'] = 230;
break;
case 'subsp.' :
$aso_code_infra['type'] = 'infra1';
$aso_code_infra['code'] = 1;
$aso_code_infra['rang'] = 280;
break;
case 'n-subsp.' :
$aso_code_infra['type'] = 'infra1';
$aso_code_infra['code'] = 2;
$aso_code_infra['rang'] = 300;
break;
case '[subsp.]' :
$aso_code_infra['type'] = 'infra1';
$aso_code_infra['code'] = 3;
$aso_code_infra['rang'] = 290;
break;
case '[n-subsp.]' :
$aso_code_infra['type'] = 'infra1';
$aso_code_infra['code'] = 4;
$aso_code_infra['rang'] = 310;
break;
case 'var.' :
$aso_code_infra['type'] = 'infra2';
$aso_code_infra['code'] = 1;
$aso_code_infra['rang'] = 360;
break;
case '[var.]' :
$aso_code_infra['type'] = 'infra2';
$aso_code_infra['code'] = 2;
$aso_code_infra['rang'] = 370;
break;
case 'n-var.' :
$aso_code_infra['type'] = 'infra2';
$aso_code_infra['code'] = 3;
$aso_code_infra['rang'] = 380;
break;
case 'nvar.' :
$aso_code_infra['type'] = 'infra2';
$aso_code_infra['code'] = 3;
$aso_code_infra['rang'] = 384;
break;
case '[n-var.]' :
$aso_code_infra['type'] = 'infra2';
$aso_code_infra['code'] = 5;
$aso_code_infra['rang'] = 390;
break;
case 'prol.' :
case 'proles' :
$aso_code_infra['type'] = 'infra3';
$aso_code_infra['code'] = 2;
$aso_code_infra['rang'] = 330;
break;
case 'n-proles' :
case 'n-proles.' :
$aso_code_infra['type'] = 'infra3';
$aso_code_infra['code'] = 1;
$aso_code_infra['rang'] = 340;
break;
case 'f.':
case 'fa':
case 'fa.':
case 'forma':
$aso_code_infra['type'] = 'infra3';
$aso_code_infra['code'] = 3;
$aso_code_infra['rang'] = 420;
break;
case 'subvar.' :
$aso_code_infra['type'] = 'infra3';
$aso_code_infra['code'] = 4;
$aso_code_infra['rang'] = 410;
break;
case 'convar.' :
$aso_code_infra['type'] = 'infra3';
$aso_code_infra['code'] = 5;
$aso_code_infra['rang'] = 350;
break;
case 'cv.':
case 'Cv.':
$aso_code_infra['type'] = 'infra3';
$aso_code_infra['code'] = 6;
$aso_code_infra['rang'] = 460;
break;
case 'n-f.':
case 'n-fa':
case 'n-fa.':
$aso_code_infra['type'] = 'infra3';
$aso_code_infra['code'] = 7;
$aso_code_infra['rang'] = 430;
break;
case 'subf.':
case 'subfa':
case 'subfa.':
$aso_code_infra['type'] = 'infra3';
$aso_code_infra['code'] = 8;
$aso_code_infra['rang'] = 440;
break;
default:
$aso_code_infra['erreur_mark'] = 'erreur';
$aso_code_infra['erreur_notes'] = $str_abreviation_type_infra;
$aso_code_infra['rang'] = 2;
}
return $aso_code_infra;
}
public function attribuerCodeRang($str_abreviation_type_infra)
{
$aso_code_infra = $this->attribuerCodeInfra($str_abreviation_type_infra);
return $aso_code_infra['rang'];
}
}
?>
/branches/refact/scripts/bibliotheque/nom_sci/DecoupageAuteur.php
New file
0,0 → 1,189
<?php
// Encodage : UTF-8
// +-------------------------------------------------------------------------------------------------------------------+
/**
* Découpage des intitulés auteurs
*
* Description : classe permettant de découper les intitulés d'auteurs.
*
//Auteur original :
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright Tela-Botanica 1999-2009
* @licence GPL v3 & CeCILL v2
* @version $Id: DecoupageAuteur.class.php 1873 2009-03-31 10:07:24Z Jean-Pascal MILCENT $
*/
// +-------------------------------------------------------------------------------------------------------------------+
class DecoupageAuteur extends Decoupage {
private $expression = array();
private $expression_in = array();
public function __construct()
{
parent::__construct();
$this->expresion[2] = '/^\s*\(([^)]+?)\) ('.$this->Auteur.') ex ('.$this->Auteur.')('.$this->Date.')?\s*$/u';
$this->expresion[3] = '/^\s*\(([^)]+?)\) ('.$this->Auteur.')('.$this->Date.')?\s*$/u';
$this->expresion[5] = '/^\s*('.$this->Auteur.') ex ('.$this->Auteur.')('.$this->Date.')?\s*$/u';
$this->expresion[6] = '/^\s*('.$this->Auteur.')('.$this->Date.')?\s*$/u';
$this->expresion[7] = '/^\s*\(([^)]+?)\) ('.$this->Auteur.'),? ('.$this->ComNom.')\s*$/u';
$this->expresion[8] = '/^\s*\(('.$this->Auteur.') ex ('.$this->Auteur.')\) ('.$this->ComNom.')\s*$/u';
$this->expresion[9] = '/^\s*('.$this->Auteur.') ex ('.$this->Auteur.'),? ('.$this->ComNom.')\s*$/u';
$this->expresion[10] = '/^\s*\(('.$this->Auteur.')\) ('.$this->ComNom.')\s*$/u';
$this->expresion[11] = '/^\s*('.$this->Auteur.'),? ('.$this->ComNom.')\s*$/u';
$this->expresion[12] = '/^\s*('.$this->ComNom.')\s*$/u';
$this->expresion[13] = '/^\s*\(('.$this->Auteur.')\) ('.$this->Auteur.'),? ('.$this->InAut.')\s*$/u';
$this->expresion[14] = '/^\s*\(('.$this->Auteur.') ex ('.$this->Auteur.')\) ('.$this->InAut.')\s*$/u';
$this->expresion[15] = '/^\s*('.$this->Auteur.') ex ('.$this->Auteur.'),? ('.$this->InAut.')\s*$/u';
$this->expresion[16] = '/^\s*\(('.$this->Auteur.')\) ('.$this->InAut.')\s*$/u';
$this->expresion[17] = '/^\s*('.$this->Auteur.') ('.$this->InAut.')\s*$/u';
$this->expresion[18] = '/^\s*('.$this->Auteur.'),? ('.$this->InAut.')\s*$/u';
$this->expresion[19] = '/^\s*('.$this->InAut.')\s*$/u';
$this->expresion_in[1] = '/^\s*[iI]n ('.$this->Auteur.') ?('.$this->ComNom.')?\s*$/u';
$this->expresion_in[2] = '/^\s*[iI]n ('.$this->NumAuteur.') ?('.$this->ComNom.')?\s*$/u';
}
public function decouper($str_intitule)
{
$aso_intitule = array( 'auteur_basio_ex' => '', 'auteur_basio' => '',
'auteur_modif_ex' => '', 'auteur_modif' => '',
'date' => '', 'annee' => '', 'commentaires_nomenclaturaux' => '',
'citation_in_auteur' => '', 'integration_ok' => 1,
'erreur_mark' => '', 'erreur_notes' => '');
if ($str_intitule != '') {
$morceau = array();
//Gestion des intitulés auteurs SANS commentaires nomenclaturaux
if (preg_match($this->expresion[6], $str_intitule, $morceau)) {
$aso_intitule['auteur_basio'] = $morceau[1];
$aso_intitule['date'] = $morceau[2];
$aso_date = $this->decouperDate($aso_intitule['date']);
$aso_intitule['annee'] = $aso_date['annee'];
} else if (preg_match($this->expresion[5], $str_intitule, $morceau)) {
$aso_intitule['auteur_basio_ex'] = $morceau[1];
$aso_intitule['auteur_basio'] = $morceau[2];
$aso_intitule['date'] = $morceau[3];
$aso_date = $this->decouperDate($aso_intitule['date']);
$aso_intitule['annee'] = $aso_date['annee'];
} else if (preg_match($this->expresion[3], $str_intitule, $morceau)) {
$aso_auteur = $this->decouperAuteurEx($morceau[1]);
$aso_intitule{'auteur_basio_ex'} = $aso_auteur['auteur_ex'];
$aso_intitule{'auteur_basio'} = $aso_auteur['auteur'];
$aso_intitule['erreur_mark'] = $aso_auteur['erreur_mark'];
$aso_intitule['erreur_notes'] = $str_intitule;
$aso_intitule{'auteur_modif'} = $morceau[2];
$aso_intitule{'date'} = $morceau[3];
$aso_date = $this->decouperDate($aso_intitule['date']);
$aso_intitule['annee'] = $aso_date['annee'];
} else if (preg_match($this->expresion[2], $str_intitule, $morceau)) {
$aso_auteur = $this->decouperAuteurEx($morceau[1]);
$aso_intitule{'auteur_basio_ex'} = $aso_auteur['auteur_ex'];
$aso_intitule{'auteur_basio'} = $aso_auteur['auteur'];
$aso_intitule['erreur_mark'] = $aso_auteur['erreur_mark'];
$aso_intitule['erreur_notes'] = $str_intitule;
$aso_intitule{'auteur_modif_ex'} = $morceau[2];
$aso_intitule{'auteur_modif'} = $morceau[3];
$aso_intitule{'date'} = $morceau[4];
$aso_date = $this->decouperDate($aso_intitule['date']);
$aso_intitule['annee'] = $aso_date['annee'];
} else if (preg_match($this->expresion[7], $str_intitule, $morceau)) {
// Gestion des intitulés auteurs AVEC commentaires nomenclaturaux
$aso_auteur = $this->decouperAuteurEx($morceau[1]);
$aso_intitule{'auteur_basio_ex'} = $aso_auteur['auteur_ex'];
$aso_intitule{'auteur_basio'} = $aso_auteur['auteur'];
$aso_intitule['erreur_mark'] = $aso_auteur['erreur_mark'];
$aso_intitule['erreur_notes'] = $str_intitule;
$aso_intitule{'auteur_modif'} = $morceau[2];
$aso_intitule{'commentaires_nomenclaturaux'} = $morceau[3];
} else if (preg_match($this->expresion[8], $str_intitule, $morceau)) {
$aso_intitule{'auteur_basio_ex'} = $morceau[1];
$aso_intitule{'auteur_basio'} = $morceau[2];
$aso_intitule{'commentaires_nomenclaturaux'} = $morceau[3];
} else if (preg_match($this->expresion[9], $str_intitule, $morceau)) {
$aso_intitule{'auteur_basio_ex'} = $morceau[1];
$aso_intitule{'auteur_basio'} = $morceau[2];
$aso_intitule{'commentaires_nomenclaturaux'} = $morceau[3];
} else if (preg_match($this->expresion[10], $str_intitule, $morceau)) {
$aso_intitule{'auteur_basio'} = $morceau[1];
$aso_intitule{'commentaires_nomenclaturaux'} = $morceau[2];
} else if (preg_match($this->expresion[11], $str_intitule, $morceau)) {
$aso_intitule{'auteur_basio'} = $morceau[1];
$aso_intitule{'commentaires_nomenclaturaux'} = $morceau[2];
} else if (preg_match($this->expresion[12], $str_intitule, $morceau)) {
$aso_intitule{'commentaires_nomenclaturaux'} = $morceau[1];
} else if (preg_match($this->expresion[13], $str_intitule, $morceau)) {
// Gestion des intitulés auteurs AVEC "in"
$aso_intitule{'auteur_basio'} = $morceau[1];
$aso_intitule{'auteur_modif'} = $morceau[2];
$aso_intitule{'citation_in_auteur'} = $morceau[3];
} else if (preg_match($this->expresion[14], $str_intitule, $morceau)) {
$aso_intitule{'auteur_basio_ex'} = $morceau[1];
$aso_intitule{'auteur_basio'} = $morceau[2];
$aso_intitule{'citation_in_auteur'} = $morceau[3];
} else if (preg_match($this->expresion[15], $str_intitule, $morceau)) {
$aso_intitule{'auteur_basio_ex'} = $morceau[1];
$aso_intitule{'auteur_basio'} = $morceau[2];
$aso_intitule{'citation_in_auteur'} = $morceau[3];
} else if (preg_match($this->expresion[16], $str_intitule, $morceau)) {
$aso_intitule{'auteur_basio'} = $morceau[1];
$aso_intitule{'citation_in_auteur'} = $morceau[2];
} else if (preg_match($this->expresion[17], $str_intitule, $morceau)) {
$aso_intitule{'auteur_basio'} = $morceau[1];
$aso_intitule{'citation_in_auteur'} = $morceau[2];
} else if (preg_match($this->expresion[18], $str_intitule, $morceau)) {
$aso_intitule{'auteur_basio'} = $morceau[1];
$aso_intitule{'citation_in_auteur'} = $morceau[2];
} else if (preg_match($this->expresion[19], $str_intitule, $morceau)) {
$aso_intitule{'citation_in_auteur'} = $morceau[1];
} else {
$aso_intitule['erreur_mark'] = 'erreur';
$aso_intitule['erreur_notes'] .= $str_intitule;
}
}
return $aso_intitule;
}
public function decouperIn($str_intitule)
{
$aso_intitule = array( 'in_intitule_auteur' => '', 'in_commentaire_nomenclatural' => '',
'erreur_mark' => '', 'erreur_notes' => '');
if ($str_intitule != '') {
$morceau = array();
if (preg_match($this->expresion_in[1], $str_intitule, $morceau)) {
$aso_intitule{'in_intitule_auteur'} = $morceau[1];
$aso_intitule{'in_commentaire_nomenclatural'} = $morceau[2];
} else if (preg_match($this->expresion_in[2], $str_intitule, $morceau)) {
$aso_intitule{'in_intitule_auteur'} = $morceau[1];
$aso_intitule{'in_commentaire_nomenclatural'} = $morceau[2];
} else {
$aso_intitule['erreur_mark'] = 'erreur';
$aso_intitule['erreur_notes'] .= $str_intitule;
}
}
return $aso_intitule;
}
private function decouperAuteurEx($chaine) {
$aso_retour = array('auteur_ex' => '', 'auteur' => '', 'erreur_mark' => '', 'erreur_notes' => '');
if (preg_match($this->expresion[5], $chaine, $morceau)) {
$aso_retour['auteur_ex'] = $morceau[1];
$aso_retour['auteur'] = $morceau[2];
} else if (preg_match($this->expresion[6], $chaine, $morceau)) {
$aso_retour['auteur'] = $morceau[1];
} else {
$aso_retour['erreur_mark'] = 'erreur';
$aso_retour['erreur_notes'] = $chaine;
}
return $aso_retour;
}
private function decouperDate($chaine)
{
$aso_retour = array('annee' => '');
if (preg_match('/^\[(\d{4})]\$/', $chaine, $morceau = array())) {
$aso_retour['annee'] = $morceau[1];
}
return $aso_retour;
}
}
?>
/branches/refact/scripts/bibliotheque/Conteneur.php
New file
0,0 → 1,79
<?php
class Conteneur {
protected $parametres = array();
protected $partages = array();
 
public function __construct(array $parametres = null) {
$this->parametres = is_null($parametres) ? array() : $parametres;
}
 
public function getParametre($cle) {
$valeur = isset($this->parametres[$cle]) ? $this->parametres[$cle] : Config::get($cle);
return $valeur;
}
 
public function getParametreTableau($cle) {
$tableau = array();
$parametre = $this->getParametre($cle);
if (empty($parametre) === false) {
$tableauPartiel = explode(',', $parametre);
$tableauPartiel = array_map('trim', $tableauPartiel);
foreach ($tableauPartiel as $champ) {
if (strpos($champ, '=') === false) {
$tableau[] = trim($champ);
} else {
list($cle, $val) = explode('=', $champ);
$tableau[trim($cle)] = trim($val);
}
}
}
return $tableau;
}
 
public function setParametre($cle, $valeur) {
$this->parametres[$cle] = $valeur;
}
 
public function getOutils() {
if (!isset($this->partages['Outils'])){
$this->partages['Outils'] = new Outils();
}
return $this->partages['Outils'];
}
 
public function getEfloreCommun() {
if (!isset($this->partages['EfloreCommun'])){
$this->partages['EfloreCommun'] = new EfloreCommun($this);
}
return $this->partages['EfloreCommun'];
}
 
public function getMessages() {
if (!isset($this->partages['Messages'])){
$this->partages['Messages'] = new Messages($this->getParametre('-v'));
}
return $this->partages['Messages'];
}
 
public function getGenerateurNomSciHtml() {
if (!isset($this->partages['GenerateurNomSciHtml'])){
$this->partages['GenerateurNomSciHtml'] = new GenerateurNomSciHtml();
}
return $this->partages['GenerateurNomSciHtml'];
}
 
public function getRestClient() {
if (!isset($this->partages['RestClient'])){
$this->partages['RestClient'] = new RestClient();
}
return $this->partages['RestClient'];
}
 
public function getBdd() {
if (!isset($this->partages['Bdd'])){
$this->partages['Bdd'] = new Bdd();
}
return $this->partages['Bdd'];
}
}
?>
/branches/refact/scripts/bibliotheque/LecteurExcel.php
New file
0,0 → 1,64
<?php
require_once dirname(__FILE__).DS.'excel_reader'.DS.'excel_reader2.php';
 
class LecteurExcel {
 
private $lecteur = null;
private $fichier = '';
private $feuille = 0;
 
public function __construct($fichierExcel) {
error_reporting(E_ALL ^ E_NOTICE);
$this->fichier = $fichierExcel;
$this->lecteur = new Spreadsheet_Excel_Reader();
$this->lecteur->setUTFEncoder('mb');
$this->lecteur->setOutputEncoding('UTF-8');
$this->lecteur->read($this->fichier);
}
 
public function getFichier() {
return $this->fichier;
}
 
public function getFeuille() {
return $this->feuille;
}
 
public function setFeuille($feuille) {
return $this->feuille = $feuille;
}
 
public function getValeur($ligne, $colonne) {
$val = $this->lecteur->val($ligne, $colonne, $this->feuille);
return $val;
}
 
public function getValeurBrute($ligne, $colonne) {
return $this->lecteur->raw($ligne, $colonne, $this->feuille);
}
 
public function getNbreLignes() {
return $this->lecteur->rowcount($this->feuille);
}
 
public function getNbreColonne() {
return $this->lecteur->colcount($this->feuille);
}
 
public function getDonnees() {
return $this->lecteur->sheets[$this->feuille];
}
 
public function afficherTxt() {
foreach ($this->lecteur->sheets as $k => $data) {
echo "Fichier : {$this->fichier}.\nFeuille $k\n";
foreach ($data['cells'] as $idRow => $row) {
foreach ($row as $idCol => $cell) {
echo $this->getValeur($idRow, $idCol)."\t";
}
echo "\n";
}
}
}
}
?>
/branches/refact/scripts/bibliotheque/VerificateurDonnees.php
New file
0,0 → 1,135
<?php
/**
*
* regroupement de fonctions de vérification des fichiers de données .tsv qui créé des fichiers log
* les classes qui vérifie des données pour des projets peuvent l'étendre
* @author mathilde
*
*/
abstract class VerificateurDonnees {
private $projet;
private $Message;
private $Conteneur;
private $ligne_num; //numéro de la ligne parcourue
private $log = ''; //texte du journal
protected $colonne_valeur; //valeur d'une colonne
protected $colonne_num; // numéro d'un colonne
private $nb_erreurs = 0; // nombre total
private $erreurs_ligne; // consigne les erreurs d'une ligne : $erreurs_ligne[$num_col] = $valeur_erronnee
 
public function __construct(Conteneur $conteneur, $projet) {
$this->Conteneur = $conteneur;
$this->Message = $this->Conteneur->getMessages();
$this->projet = $projet;
}
 
/**
*
* fonction principale qui parcourt chaque ligne du fichier pour en vérifier la cohérence
* et déclenche l'écriture du fichier log
* @param chaine, nom du fichier de données à vérifier
*/
public function verifierFichier($fichierDonnees){
$lignes = file($fichierDonnees, FILE_IGNORE_NEW_LINES);
if ($lignes != false) {
foreach ($lignes as $this->ligne_num => $ligne) {
$this->verifierErreursLigne($ligne);
$this->Message->afficherAvancement("Vérification des lignes");
}
echo "\n";
} else {
$this->Message->traiterErreur("Le fichier $fichierDonnees ne peut pas être ouvert.");
}
if ($this->nb_erreurs == 0) {
$this->ajouterAuLog("Il n'y a pas d'erreurs.");
}
$this->Message->traiterInfo($this->nb_erreurs." erreurs");
$this->ecrireFichierLog();
return $this->nb_erreurs;
}
/**
*
* découpe une ligne en colonnes pour en vérifier le contenu
* @param chaine, une ligne du fichier
*/
private function verifierErreursLigne($ligne){
$this->erreurs_ligne = array();
$colonnes = explode("\t", $ligne);
if (isset($colonnes)) {
foreach ($colonnes as $this->colonne_num => $this->colonne_valeur) {
$this->definirTraitementsColonnes();
}
} else {
$message = "Ligne {$this->ligne_num} : pas de tabulation";
$this->ajouterAuLog($message);
}
$this->consignerErreursLigne();
}
/**
*
* pour le traitement spécifique colonne par colonne
*
*/
 
abstract protected function definirTraitementsColonnes();
/**
*
* note dans le log s'il y a des erreurs dans une ligne
*/
private function consignerErreursLigne() {
$nbreErreursLigne = count($this->erreurs_ligne);
$this->nb_erreurs += $nbreErreursLigne;
if ($nbreErreursLigne != 0) {
$this->ajouterAuLog("Erreurs sur la ligne {$this->ligne_num}");
$ligneLog = '';
foreach ($this->erreurs_ligne as $cle => $v){
$ligneLog .= "colonne $cle : $v - ";
}
$this->ajouterAuLog($ligneLog);
}
}
/**
* garde la trace d'une erreur dans une ligne
*
*/
protected function noterErreur() {
$this->erreurs_ligne[$this->colonne_num] = $this->colonne_valeur;
}
//+------------------------------------------------------------------------------------------------------+
// Gestion du Log
private function ajouterAuLog($txt) {
$this->log .= "$txt\n";
}
private function ecrireFichierLog() {
$base = Config::get('chemin_scripts');
$fichierLog = $base.'/modules/'.$this->projet.'/log/verification.log';
file_put_contents($fichierLog, $this->log);
}
}
?>
/branches/refact/scripts/bibliotheque/Messages.php
New file
0,0 → 1,125
<?php
class Messages {
/** Niveau de message de type LOG */
const MSG_LOG = 0;
/** Niveau de message de type ERREUR */
const MSG_ERREUR = 1;
/** Niveau de message de type AVERTISSEMENT */
const MSG_AVERTISSEMENT = 2;
/** Niveau de message de type INFORMATION */
const MSG_INFO = 3;
 
/** Inititulé des différents types de message. */
private static $msg_niveaux_txt = array('LOG', 'ERREUR','AVERTISSEMENT', 'INFO');
private $verbosite = '';
 
public function __construct($verbosite = 0) {
$this->verbosite = $verbosite;
}
 
/**
* Affiche un message d'erreur formaté.
* Si le paramétre de verbosité (-v) vaut 1 ou plus, le message est écrit dans le fichier de log et afficher dans la console.
*
* @param string le message d'erreur avec des %s.
* @param array le tableau des paramêtres à insérer dans le message d'erreur.
* @return void.
*/
public function traiterErreur($message, $tab_arguments = array()) {
$this->traiterMessage($message, $tab_arguments, self::MSG_ERREUR);
}
 
/**
* Affiche un message d'avertissement formaté.
* Si le paramétre de verbosité (-v) vaut 1, le message est écrit dans le fichier de log.
* Si le paramétre de verbosité (-v) vaut 2 ou plus, le message est écrit dans le fichier de log et afficher dans la console.
*
* @param string le message d'erreur avec des %s.
* @param array le tableau des paramêtres à insérer dans le message d'erreur.
* @return void.
*/
public function traiterAvertissement($message, $tab_arguments = array()) {
$this->traiterMessage($message, $tab_arguments, self::MSG_AVERTISSEMENT);
}
 
/**
* Retourne un message d'information formaté.
* Si le paramétre de verbosité (-v) vaut 1 ou 2 , le message est écrit dans le fichier de log.
* Si le paramétre de verbosité (-v) vaut 3 ou plus, le message est écrit dans le fichier de log et afficher dans la console.
*
* @param string le message d'information avec des %s.
* @param array le tableau des paramêtres à insérer dans le message d'erreur.
* @return void.
*/
public function traiterInfo($message, $tab_arguments = array()) {
$this->traiterMessage($message, $tab_arguments, self::MSG_INFO);
}
 
/**
* Retourne un message formaté en le stockant dans un fichier de log si nécessaire.
*
* @param string le message d'erreur avec des %s.
* @param array le tableau des paramêtres à insérer dans le message d'erreur.
* @param int le niveau de verbosité à dépasser pour afficher les messages.
* @return void.
*/
private function traiterMessage($message, $tab_arguments, $niveau = self::MSG_LOG) {
$log = $this->formaterMsg($message, $tab_arguments, $niveau);
if ($this->verbosite > ($niveau - 1)) {
echo $log;
if (Config::get('log_script')) {
// TODO : lancer le log
}
}
}
 
/**
* Retourne un message d'information formaté.
*
* @param string le message d'information avec des %s.
* @param array le tableau des paramêtres à insérer dans le message d'erreur.
* @return string le message d'erreur formaté.
*/
public function formaterMsg($message, $tab_arguments = array(), $niveau = null) {
$texte = vsprintf($message, $tab_arguments);
$prefixe = date('Y-m-j_H:i:s', time());
$prefixe .= is_null($niveau) ? ' : ' : ' - '.self::getMsgNiveauTxt($niveau).' : ';
$log = $prefixe.$texte."\n";
return $log;
}
 
private static function getMsgNiveauTxt($niveau) {
return self::$msg_niveaux_txt[$niveau];
}
 
/**
* Utiliser cette méthode dans une boucle pour afficher un message suivi du nombre de tour de boucle effectué.
* Vous devrez vous même gérer le retour à la ligne à la sortie de la boucle.
*
* @param string le message d'information.
* @param int le nombre de départ à afficher.
* @return void le message est affiché dans la console.
*/
public static function afficherAvancement($message, $depart = 0) {
static $avancement = array();
if (! array_key_exists($message, $avancement)) {
$avancement[$message] = $depart;
echo "$message : ";
 
$actuel =& $avancement[$message];
echo $actuel++;
} else {
$actuel =& $avancement[$message];
 
// Cas du passage de 99 (= 2 caractères) à 100 (= 3 caractères)
$passage = 0;
if (strlen((string) ($actuel - 1)) < strlen((string) ($actuel))) {
$passage = 1;
}
 
echo str_repeat(chr(8), (strlen((string) $actuel) - $passage));
echo $actuel++;
}
}
}
?>
/branches/refact/scripts/bibliotheque/EfloreCommun.php
New file
0,0 → 1,70
<?php
/**
*
* fonctions
* @author mathilde
*
*/
class EfloreCommun {
 
private $Conteneur = null;
private $Bdd = null;
private $projetNom = '';
private $scriptChemin = '';
 
public function __construct($conteneur) {
$this->Conteneur = $conteneur;
$this->Bdd = $this->Conteneur->getBdd();
}
 
public function initialiserProjet($projetNom) {
$this->projetNom = $projetNom;
$this->chargerConfigDuProjet();
}
//+------------------------------------------------------------------------------------------------------+
// Méthodes communes aux projets d'eFlore
 
public function chargerConfigDuProjet() {
$scriptChemin = $this->Conteneur->getParametre('scriptChemin');
$fichierIni = $scriptChemin.$this->projetNom.'.ini';
if (file_exists($fichierIni)) {
Config::charger($fichierIni);
} else {
$m = "Veuillez configurer le projet en créant le fichier '{$this->projetNom}.ini' ".
"dans le dossier du module de script du projet à partir du fichier '{$this->projetNom}.defaut.ini'.";
throw new Exception($m);
}
}
 
//changée
public function chargerStructureSql() {
$this->chargerFichierSql('chemins.structureSql');
}
public function chargerFichierSql($param_chemin) {
$fichierStructureSql = $this->Conteneur->getParametre($param_chemin);
$contenuSql = $this->recupererContenu($fichierStructureSql);
$this->executerScriptSql($contenuSql);
}
 
public function executerScriptSql($sql) {
$requetes = Outils::extraireRequetes($sql);
foreach ($requetes as $requete) {
$this->Bdd->requeter($requete);
}
}
 
public function recupererContenu($chemin) {
$contenu = file_get_contents($chemin);
if ($contenu === false){
throw new Exception("Impossible d'ouvrir le fichier SQL : $chemin");
}
return $contenu;
}
}
?>
/branches/refact/scripts/bibliotheque/excel_reader/excel_reader2.php
New file
0,0 → 1,1610
<?php
/**
* A class for reading Microsoft Excel (97/2003) Spreadsheets.
*
* Version 2.22
*
* Enhanced and maintained by Alex Frenkel < excell2@frenkel-online.com >
* Maintained at http://code.google.com/p/php-excel-reader2/
*
* Previosly mantained by Matt Kruse < http://mattkruse.com >
* Maintained at http://code.google.com/p/php-excel-reader/
*
* Format parsing and MUCH more contributed by:
* Matt Roxburgh < http://www.roxburgh.me.uk >
*
* DOCUMENTATION
* =============
* http://code.google.com/p/php-excel-reader2/wiki/Documentation
*
* CHANGE LOG
* ==========
* http://code.google.com/p/php-excel-reader2/wiki/ChangeHistory
*
*
* --------------------------------------------------------------------------
*
* Originally developed by Vadim Tkachenko under the name PHPExcelReader.
* (http://sourceforge.net/projects/phpexcelreader)
* Based on the Java version by Andy Khan (http://www.andykhan.com). Now
* maintained by David Sanders. Reads only Biff 7 and Biff 8 formats.
*
* PHP versions 4 and 5
*
* LICENSE: This source file is subject to version 3.0 of the PHP license
* that is available through the world-wide-web at the following URI:
* http://www.php.net/license/3_0.txt. If you did not receive a copy of
* the PHP License and are unable to obtain it through the web, please
* send a note to license@php.net so we can mail you a copy immediately.
*
* @category Spreadsheet
* @package Spreadsheet_Excel_Reader
* @author Vadim Tkachenko <vt@apachephp.com>
* @license http://www.php.net/license/3_0.txt PHP License 3.0
* @version CVS: $Id: reader.php 19 2007-03-13 12:42:41Z shangxiao $
* @link http://pear.php.net/package/Spreadsheet_Excel_Reader
* @see OLE, Spreadsheet_Excel_Writer
* --------------------------------------------------------------------------
*/
 
define ( 'NUM_BIG_BLOCK_DEPOT_BLOCKS_POS', 0x2c );
define ( 'SMALL_BLOCK_DEPOT_BLOCK_POS', 0x3c );
define ( 'ROOT_START_BLOCK_POS', 0x30 );
define ( 'BIG_BLOCK_SIZE', 0x200 );
define ( 'SMALL_BLOCK_SIZE', 0x40 );
define ( 'EXTENSION_BLOCK_POS', 0x44 );
define ( 'NUM_EXTENSION_BLOCK_POS', 0x48 );
define ( 'PROPERTY_STORAGE_BLOCK_SIZE', 0x80 );
define ( 'BIG_BLOCK_DEPOT_BLOCKS_POS', 0x4c );
define ( 'SMALL_BLOCK_THRESHOLD', 0x1000 );
// property storage offsets
define ( 'SIZE_OF_NAME_POS', 0x40 );
define ( 'TYPE_POS', 0x42 );
define ( 'START_BLOCK_POS', 0x74 );
define ( 'SIZE_POS', 0x78 );
define ( 'IDENTIFIER_OLE', pack ( "CCCCCCCC", 0xd0, 0xcf, 0x11, 0xe0, 0xa1, 0xb1, 0x1a, 0xe1 ) );
 
function GetInt4d($data, $pos) {
$value = ord ( $data [$pos] ) | (ord ( $data [$pos + 1] ) << 8) | (ord ( $data [$pos + 2] ) << 16) | (ord ( $data [$pos + 3] ) << 24);
if ($value >= 4294967294) {
$value = - 2;
}
return $value;
}
 
// http://uk.php.net/manual/en/function.getdate.php
function gmgetdate($ts = null) {
$k = array ('seconds', 'minutes', 'hours', 'mday', 'wday', 'mon', 'year', 'yday', 'weekday', 'month', 0 );
return (array_comb ( $k, explode ( ":", gmdate ( 's:i:G:j:w:n:Y:z:l:F:U', is_null ( $ts ) ? time () : $ts ) ) ));
}
 
// Added for PHP4 compatibility
function array_comb($array1, $array2) {
$out = array ();
foreach ( $array1 as $key => $value ) {
$out [$value] = $array2 [$key];
}
return $out;
}
 
function v($data, $pos) {
return ord ( $data [$pos] ) | ord ( $data [$pos + 1] ) << 8;
}
 
class OLERead {
var $data = '';
function OLERead() {
}
function read($sFileName) {
// check if file exist and is readable (Darko Miljanovic)
if (! is_readable ( $sFileName )) {
$this->error = 1;
return false;
}
$this->data = @file_get_contents ( $sFileName );
if (! $this->data) {
$this->error = 1;
return false;
}
if (substr ( $this->data, 0, 8 ) != IDENTIFIER_OLE) {
$this->error = 1;
return false;
}
$this->numBigBlockDepotBlocks = GetInt4d ( $this->data, NUM_BIG_BLOCK_DEPOT_BLOCKS_POS );
$this->sbdStartBlock = GetInt4d ( $this->data, SMALL_BLOCK_DEPOT_BLOCK_POS );
$this->rootStartBlock = GetInt4d ( $this->data, ROOT_START_BLOCK_POS );
$this->extensionBlock = GetInt4d ( $this->data, EXTENSION_BLOCK_POS );
$this->numExtensionBlocks = GetInt4d ( $this->data, NUM_EXTENSION_BLOCK_POS );
$bigBlockDepotBlocks = array ();
$pos = BIG_BLOCK_DEPOT_BLOCKS_POS;
$bbdBlocks = $this->numBigBlockDepotBlocks;
if ($this->numExtensionBlocks != 0) {
$bbdBlocks = (BIG_BLOCK_SIZE - BIG_BLOCK_DEPOT_BLOCKS_POS) / 4;
}
for($i = 0; $i < $bbdBlocks; $i ++) {
$bigBlockDepotBlocks [$i] = GetInt4d ( $this->data, $pos );
$pos += 4;
}
for($j = 0; $j < $this->numExtensionBlocks; $j ++) {
$pos = ($this->extensionBlock + 1) * BIG_BLOCK_SIZE;
$blocksToRead = min ( $this->numBigBlockDepotBlocks - $bbdBlocks, BIG_BLOCK_SIZE / 4 - 1 );
for($i = $bbdBlocks; $i < $bbdBlocks + $blocksToRead; $i ++) {
$bigBlockDepotBlocks [$i] = GetInt4d ( $this->data, $pos );
$pos += 4;
}
$bbdBlocks += $blocksToRead;
if ($bbdBlocks < $this->numBigBlockDepotBlocks) {
$this->extensionBlock = GetInt4d ( $this->data, $pos );
}
}
// readBigBlockDepot
$pos = 0;
$index = 0;
$this->bigBlockChain = array ();
for($i = 0; $i < $this->numBigBlockDepotBlocks; $i ++) {
$pos = ($bigBlockDepotBlocks [$i] + 1) * BIG_BLOCK_SIZE;
//echo "pos = $pos";
for($j = 0; $j < BIG_BLOCK_SIZE / 4; $j ++) {
$this->bigBlockChain [$index] = GetInt4d ( $this->data, $pos );
$pos += 4;
$index ++;
}
}
// readSmallBlockDepot();
$pos = 0;
$index = 0;
$sbdBlock = $this->sbdStartBlock;
$this->smallBlockChain = array ();
while ( $sbdBlock != - 2 ) {
$pos = ($sbdBlock + 1) * BIG_BLOCK_SIZE;
for($j = 0; $j < BIG_BLOCK_SIZE / 4; $j ++) {
$this->smallBlockChain [$index] = GetInt4d ( $this->data, $pos );
$pos += 4;
$index ++;
}
$sbdBlock = $this->bigBlockChain [$sbdBlock];
}
// readData(rootStartBlock)
$block = $this->rootStartBlock;
$pos = 0;
$this->entry = $this->__readData ( $block );
$this->__readPropertySets ();
}
function __readData($bl) {
$block = $bl;
$pos = 0;
$data = '';
while ( $block != - 2 ) {
$pos = ($block + 1) * BIG_BLOCK_SIZE;
$data = $data . substr ( $this->data, $pos, BIG_BLOCK_SIZE );
$block = $this->bigBlockChain [$block];
}
return $data;
}
function __readPropertySets() {
$offset = 0;
while ( $offset < strlen ( $this->entry ) ) {
$d = substr ( $this->entry, $offset, PROPERTY_STORAGE_BLOCK_SIZE );
$nameSize = ord ( $d [SIZE_OF_NAME_POS] ) | (ord ( $d [SIZE_OF_NAME_POS + 1] ) << 8);
$type = ord ( $d [TYPE_POS] );
$startBlock = GetInt4d ( $d, START_BLOCK_POS );
$size = GetInt4d ( $d, SIZE_POS );
$name = '';
for($i = 0; $i < $nameSize; $i ++) {
$name .= $d [$i];
}
$name = str_replace ( "\x00", "", $name );
$this->props [] = array ('name' => $name, 'type' => $type, 'startBlock' => $startBlock, 'size' => $size );
if ((strtolower ( $name ) == "workbook") || (strtolower ( $name ) == "book")) {
$this->wrkbook = count ( $this->props ) - 1;
}
if ($name == "Root Entry") {
$this->rootentry = count ( $this->props ) - 1;
}
$offset += PROPERTY_STORAGE_BLOCK_SIZE;
}
}
function getWorkBook() {
if ($this->props [$this->wrkbook] ['size'] < SMALL_BLOCK_THRESHOLD) {
$rootdata = $this->__readData ( $this->props [$this->rootentry] ['startBlock'] );
$streamData = '';
$block = $this->props [$this->wrkbook] ['startBlock'];
$pos = 0;
while ( $block != - 2 ) {
$pos = $block * SMALL_BLOCK_SIZE;
$streamData .= substr ( $rootdata, $pos, SMALL_BLOCK_SIZE );
$block = $this->smallBlockChain [$block];
}
return $streamData;
} else {
$numBlocks = $this->props [$this->wrkbook] ['size'] / BIG_BLOCK_SIZE;
if ($this->props [$this->wrkbook] ['size'] % BIG_BLOCK_SIZE != 0) {
$numBlocks ++;
}
if ($numBlocks == 0)
return '';
$streamData = '';
$block = $this->props [$this->wrkbook] ['startBlock'];
$pos = 0;
while ( $block != - 2 ) {
$pos = ($block + 1) * BIG_BLOCK_SIZE;
$streamData .= substr ( $this->data, $pos, BIG_BLOCK_SIZE );
$block = $this->bigBlockChain [$block];
}
return $streamData;
}
}
 
}
 
define ( 'SPREADSHEET_EXCEL_READER_BIFF8', 0x600 );
define ( 'SPREADSHEET_EXCEL_READER_BIFF7', 0x500 );
define ( 'SPREADSHEET_EXCEL_READER_WORKBOOKGLOBALS', 0x5 );
define ( 'SPREADSHEET_EXCEL_READER_WORKSHEET', 0x10 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_BOF', 0x809 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_EOF', 0x0a );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_BOUNDSHEET', 0x85 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_DIMENSION', 0x200 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_ROW', 0x208 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_DBCELL', 0xd7 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_FILEPASS', 0x2f );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_NOTE', 0x1c );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_TXO', 0x1b6 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_RK', 0x7e );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_RK2', 0x27e );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_MULRK', 0xbd );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_MULBLANK', 0xbe );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_INDEX', 0x20b );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_SST', 0xfc );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_EXTSST', 0xff );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_CONTINUE', 0x3c );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_LABEL', 0x204 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_LABELSST', 0xfd );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_NUMBER', 0x203 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_NAME', 0x18 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_ARRAY', 0x221 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_STRING', 0x207 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_FORMULA', 0x406 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_FORMULA2', 0x6 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_FORMAT', 0x41e );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_XF', 0xe0 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_BOOLERR', 0x205 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_FONT', 0x0031 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_PALETTE', 0x0092 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_UNKNOWN', 0xffff );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_NINETEENFOUR', 0x22 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_MERGEDCELLS', 0xE5 );
define ( 'SPREADSHEET_EXCEL_READER_UTCOFFSETDAYS', 25569 );
define ( 'SPREADSHEET_EXCEL_READER_UTCOFFSETDAYS1904', 24107 );
define ( 'SPREADSHEET_EXCEL_READER_MSINADAY', 86400 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_HYPER', 0x01b8 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_COLINFO', 0x7d );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_DEFCOLWIDTH', 0x55 );
define ( 'SPREADSHEET_EXCEL_READER_TYPE_STANDARDWIDTH', 0x99 );
define ( 'SPREADSHEET_EXCEL_READER_DEF_NUM_FORMAT', "%s" );
 
/*
* Main Class
*/
class Spreadsheet_Excel_Reader {
// MK: Added to make data retrieval easier
var $colnames = array ();
var $colindexes = array ();
var $standardColWidth = 0;
var $defaultColWidth = 0;
function myHex($d) {
if ($d < 16)
return "0" . dechex ( $d );
return dechex ( $d );
}
function dumpHexData($data, $pos, $length) {
$info = "";
for($i = 0; $i <= $length; $i ++) {
$info .= ($i == 0 ? "" : " ") . $this->myHex ( ord ( $data [$pos + $i] ) ) . (ord ( $data [$pos + $i] ) > 31 ? "[" . $data [$pos + $i] . "]" : '');
}
return $info;
}
function getCol($col) {
if (is_string ( $col )) {
$col = strtolower ( $col );
if (array_key_exists ( $col, $this->colnames )) {
$col = $this->colnames [$col];
}
}
return $col;
}
// PUBLIC API FUNCTIONS
// --------------------
 
function val($row, $col, $sheet = 0) {
$col = $this->getCol ( $col );
if (array_key_exists ( $row, $this->sheets [$sheet] ['cells'] ) && array_key_exists ( $col, $this->sheets [$sheet] ['cells'] [$row] )) {
return $this->sheets [$sheet] ['cells'] [$row] [$col];
}
return "";
}
function value($row, $col, $sheet = 0) {
return $this->val ( $row, $col, $sheet );
}
function info($row, $col, $type = '', $sheet = 0) {
$col = $this->getCol ( $col );
if (array_key_exists ( 'cellsInfo', $this->sheets [$sheet] ) && array_key_exists ( $row, $this->sheets [$sheet] ['cellsInfo'] ) && array_key_exists ( $col, $this->sheets [$sheet] ['cellsInfo'] [$row] ) && array_key_exists ( $type, $this->sheets [$sheet] ['cellsInfo'] [$row] [$col] )) {
return $this->sheets [$sheet] ['cellsInfo'] [$row] [$col] [$type];
}
return "";
}
function type($row, $col, $sheet = 0) {
return $this->info ( $row, $col, 'type', $sheet );
}
function raw($row, $col, $sheet = 0) {
return $this->info ( $row, $col, 'raw', $sheet );
}
function rowspan($row, $col, $sheet = 0) {
$val = $this->info ( $row, $col, 'rowspan', $sheet );
if ($val == "") {
return 1;
}
return $val;
}
function colspan($row, $col, $sheet = 0) {
$val = $this->info ( $row, $col, 'colspan', $sheet );
if ($val == "") {
return 1;
}
return $val;
}
function hyperlink($row, $col, $sheet = 0) {
$link = $this->sheets [$sheet] ['cellsInfo'] [$row] [$col] ['hyperlink'];
if ($link) {
return $link ['link'];
}
return '';
}
function rowcount($sheet = 0) {
return $this->sheets [$sheet] ['numRows'];
}
function colcount($sheet = 0) {
return $this->sheets [$sheet] ['numCols'];
}
function colwidth($col, $sheet = 0) {
// Col width is actually the width of the number 0. So we have to estimate and come close
return $this->colInfo [$sheet] [$col] ['width'] / 9142 * 200;
}
function colhidden($col, $sheet = 0) {
return ! ! $this->colInfo [$sheet] [$col] ['hidden'];
}
function rowheight($row, $sheet = 0) {
return $this->rowInfo [$sheet] [$row] ['height'];
}
function rowhidden($row, $sheet = 0) {
return ! ! $this->rowInfo [$sheet] [$row] ['hidden'];
}
// GET THE CSS FOR FORMATTING
// ==========================
function style($row, $col, $sheet = 0, $properties = '') {
$css = "";
$font = $this->font ( $row, $col, $sheet );
if ($font != "") {
$css .= "font-family:$font;";
}
$align = $this->align ( $row, $col, $sheet );
if ($align != "") {
$css .= "text-align:$align;";
}
$height = $this->height ( $row, $col, $sheet );
if ($height != "") {
$css .= "font-size:$height" . "px;";
}
$bgcolor = $this->bgColor ( $row, $col, $sheet );
if ($bgcolor != "") {
$bgcolor = $this->colors [$bgcolor];
$css .= "background-color:$bgcolor;";
}
$color = $this->color ( $row, $col, $sheet );
if ($color != "") {
$css .= "color:$color;";
}
$bold = $this->bold ( $row, $col, $sheet );
if ($bold) {
$css .= "font-weight:bold;";
}
$italic = $this->italic ( $row, $col, $sheet );
if ($italic) {
$css .= "font-style:italic;";
}
$underline = $this->underline ( $row, $col, $sheet );
if ($underline) {
$css .= "text-decoration:underline;";
}
// Borders
$bLeft = $this->borderLeft ( $row, $col, $sheet );
$bRight = $this->borderRight ( $row, $col, $sheet );
$bTop = $this->borderTop ( $row, $col, $sheet );
$bBottom = $this->borderBottom ( $row, $col, $sheet );
$bLeftCol = $this->borderLeftColor ( $row, $col, $sheet );
$bRightCol = $this->borderRightColor ( $row, $col, $sheet );
$bTopCol = $this->borderTopColor ( $row, $col, $sheet );
$bBottomCol = $this->borderBottomColor ( $row, $col, $sheet );
// Try to output the minimal required style
if ($bLeft != "" && $bLeft == $bRight && $bRight == $bTop && $bTop == $bBottom) {
$css .= "border:" . $this->lineStylesCss [$bLeft] . ";";
} else {
if ($bLeft != "") {
$css .= "border-left:" . $this->lineStylesCss [$bLeft] . ";";
}
if ($bRight != "") {
$css .= "border-right:" . $this->lineStylesCss [$bRight] . ";";
}
if ($bTop != "") {
$css .= "border-top:" . $this->lineStylesCss [$bTop] . ";";
}
if ($bBottom != "") {
$css .= "border-bottom:" . $this->lineStylesCss [$bBottom] . ";";
}
}
// Only output border colors if there is an actual border specified
if ($bLeft != "" && $bLeftCol != "") {
$css .= "border-left-color:" . $bLeftCol . ";";
}
if ($bRight != "" && $bRightCol != "") {
$css .= "border-right-color:" . $bRightCol . ";";
}
if ($bTop != "" && $bTopCol != "") {
$css .= "border-top-color:" . $bTopCol . ";";
}
if ($bBottom != "" && $bBottomCol != "") {
$css .= "border-bottom-color:" . $bBottomCol . ";";
}
return $css;
}
// FORMAT PROPERTIES
// =================
function format($row, $col, $sheet = 0) {
return $this->info ( $row, $col, 'format', $sheet );
}
function formatIndex($row, $col, $sheet = 0) {
return $this->info ( $row, $col, 'formatIndex', $sheet );
}
function formatColor($row, $col, $sheet = 0) {
return $this->info ( $row, $col, 'formatColor', $sheet );
}
// CELL (XF) PROPERTIES
// ====================
function xfRecord($row, $col, $sheet = 0) {
$xfIndex = $this->info ( $row, $col, 'xfIndex', $sheet );
if ($xfIndex != "") {
return $this->xfRecords [$xfIndex];
}
return null;
}
function xfProperty($row, $col, $sheet, $prop) {
$xfRecord = $this->xfRecord ( $row, $col, $sheet );
if ($xfRecord != null) {
return $xfRecord [$prop];
}
return "";
}
function align($row, $col, $sheet = 0) {
return $this->xfProperty ( $row, $col, $sheet, 'align' );
}
function bgColor($row, $col, $sheet = 0) {
return $this->xfProperty ( $row, $col, $sheet, 'bgColor' );
}
function borderLeft($row, $col, $sheet = 0) {
return $this->xfProperty ( $row, $col, $sheet, 'borderLeft' );
}
function borderRight($row, $col, $sheet = 0) {
return $this->xfProperty ( $row, $col, $sheet, 'borderRight' );
}
function borderTop($row, $col, $sheet = 0) {
return $this->xfProperty ( $row, $col, $sheet, 'borderTop' );
}
function borderBottom($row, $col, $sheet = 0) {
return $this->xfProperty ( $row, $col, $sheet, 'borderBottom' );
}
function borderLeftColor($row, $col, $sheet = 0) {
return $this->colors [$this->xfProperty ( $row, $col, $sheet, 'borderLeftColor' )];
}
function borderRightColor($row, $col, $sheet = 0) {
return $this->colors [$this->xfProperty ( $row, $col, $sheet, 'borderRightColor' )];
}
function borderTopColor($row, $col, $sheet = 0) {
return $this->colors [$this->xfProperty ( $row, $col, $sheet, 'borderTopColor' )];
}
function borderBottomColor($row, $col, $sheet = 0) {
return $this->colors [$this->xfProperty ( $row, $col, $sheet, 'borderBottomColor' )];
}
// FONT PROPERTIES
// ===============
function fontRecord($row, $col, $sheet = 0) {
$xfRecord = $this->xfRecord ( $row, $col, $sheet );
if ($xfRecord != null) {
$font = $xfRecord ['fontIndex'];
if ($font != null) {
return $this->fontRecords [$font];
}
}
return null;
}
function fontProperty($row, $col, $sheet = 0, $prop) {
$font = $this->fontRecord ( $row, $col, $sheet );
if ($font != null) {
return $font [$prop];
}
return false;
}
function fontIndex($row, $col, $sheet = 0) {
return $this->xfProperty ( $row, $col, $sheet, 'fontIndex' );
}
function color($row, $col, $sheet = 0) {
$formatColor = $this->formatColor ( $row, $col, $sheet );
if ($formatColor != "") {
return $formatColor;
}
$ci = $this->fontProperty ( $row, $col, $sheet, 'color' );
return $this->rawColor ( $ci );
}
function rawColor($ci) {
if (($ci != 0x7FFF) && ($ci != '')) {
return $this->colors [$ci];
}
return "";
}
function bold($row, $col, $sheet = 0) {
return $this->fontProperty ( $row, $col, $sheet, 'bold' );
}
function italic($row, $col, $sheet = 0) {
return $this->fontProperty ( $row, $col, $sheet, 'italic' );
}
function underline($row, $col, $sheet = 0) {
return $this->fontProperty ( $row, $col, $sheet, 'under' );
}
function height($row, $col, $sheet = 0) {
return $this->fontProperty ( $row, $col, $sheet, 'height' );
}
function font($row, $col, $sheet = 0) {
return $this->fontProperty ( $row, $col, $sheet, 'font' );
}
// DUMP AN HTML TABLE OF THE ENTIRE XLS DATA
// =========================================
function dump($row_numbers = false, $col_letters = false, $sheet = 0, $table_class = 'excel') {
$out = "<table class=\"$table_class\" cellspacing=0>";
if ($col_letters) {
$out .= "<thead>\n\t<tr>";
if ($row_numbers) {
$out .= "\n\t\t<th>&nbsp</th>";
}
for($i = 1; $i <= $this->colcount ( $sheet ); $i ++) {
$style = "width:" . ($this->colwidth ( $i, $sheet ) * 1) . "px;";
if ($this->colhidden ( $i, $sheet )) {
$style .= "display:none;";
}
$out .= "\n\t\t<th style=\"$style\">" . strtoupper ( $this->colindexes [$i] ) . "</th>";
}
$out .= "</tr></thead>\n";
}
$out .= "<tbody>\n";
for($row = 1; $row <= $this->rowcount ( $sheet ); $row ++) {
$rowheight = $this->rowheight ( $row, $sheet );
$style = "height:" . ($rowheight * (4 / 3)) . "px;";
if ($this->rowhidden ( $row, $sheet )) {
$style .= "display:none;";
}
$out .= "\n\t<tr style=\"$style\">";
if ($row_numbers) {
$out .= "\n\t\t<th>$row</th>";
}
for($col = 1; $col <= $this->colcount ( $sheet ); $col ++) {
// Account for Rowspans/Colspans
$rowspan = $this->rowspan ( $row, $col, $sheet );
$colspan = $this->colspan ( $row, $col, $sheet );
for($i = 0; $i < $rowspan; $i ++) {
for($j = 0; $j < $colspan; $j ++) {
if ($i > 0 || $j > 0) {
$this->sheets [$sheet] ['cellsInfo'] [$row + $i] [$col + $j] ['dontprint'] = 1;
}
}
}
if (! $this->sheets [$sheet] ['cellsInfo'] [$row] [$col] ['dontprint']) {
$style = $this->style ( $row, $col, $sheet );
if ($this->colhidden ( $col, $sheet )) {
$style .= "display:none;";
}
$out .= "\n\t\t<td style=\"$style\"" . ($colspan > 1 ? " colspan=$colspan" : "") . ($rowspan > 1 ? " rowspan=$rowspan" : "") . ">";
$val = $this->val ( $row, $col, $sheet );
if ($val == '') {
$val = "&nbsp;";
} else {
$val = htmlentities ( $val, ENT_COMPAT, $this->_defaultEncoding );
$link = $this->hyperlink ( $row, $col, $sheet );
if ($link != '') {
$val = "<a href=\"$link\">$val</a>";
}
}
$out .= "<nobr>" . nl2br ( $val ) . "</nobr>";
$out .= "</td>";
}
}
$out .= "</tr>\n";
}
$out .= "</tbody></table>";
return $out;
}
// --------------
// END PUBLIC API
 
var $boundsheets = array ();
var $formatRecords = array ();
var $fontRecords = array ();
var $xfRecords = array ();
var $colInfo = array ();
var $rowInfo = array ();
var $sst = array ();
var $sheets = array ();
var $data;
var $_ole;
var $_defaultEncoding = "UTF-8";
var $_defaultFormat = SPREADSHEET_EXCEL_READER_DEF_NUM_FORMAT;
var $_columnsFormat = array ();
var $_rowoffset = 1;
var $_coloffset = 1;
/**
* List of default date formats used by Excel
*/
var $dateFormats = array (0xe => "m/d/Y", 0xf => "M-d-Y", 0x10 => "d-M", 0x11 => "M-Y", 0x12 => "h:i a", 0x13 => "h:i:s a", 0x14 => "H:i", 0x15 => "H:i:s", 0x16 => "d/m/Y H:i", 0x2d => "i:s", 0x2e => "H:i:s", 0x2f => "i:s.S" );
/**
* Default number formats used by Excel
*/
var $numberFormats = array (0x1 => "0", 0x2 => "0.00", 0x3 => "#,##0", 0x4 => "#,##0.00", 0x5 => "\$#,##0;(\$#,##0)", 0x6 => "\$#,##0;[Red](\$#,##0)", 0x7 => "\$#,##0.00;(\$#,##0.00)", 0x8 => "\$#,##0.00;[Red](\$#,##0.00)", 0x9 => "0%", 0xa => "0.00%", 0xb => "0.00E+00", 0x25 => "#,##0;(#,##0)", 0x26 => "#,##0;[Red](#,##0)", 0x27 => "#,##0.00;(#,##0.00)", 0x28 => "#,##0.00;[Red](#,##0.00)", 0x29 => "#,##0;(#,##0)", // Not exactly
0x2a => "\$#,##0;(\$#,##0)", // Not exactly
0x2b => "#,##0.00;(#,##0.00)", // Not exactly
0x2c => "\$#,##0.00;(\$#,##0.00)", // Not exactly
0x30 => "##0.0E+0" );
var $colors = Array (0x00 => "#000000", 0x01 => "#FFFFFF", 0x02 => "#FF0000", 0x03 => "#00FF00", 0x04 => "#0000FF", 0x05 => "#FFFF00", 0x06 => "#FF00FF", 0x07 => "#00FFFF", 0x08 => "#000000", 0x09 => "#FFFFFF", 0x0A => "#FF0000", 0x0B => "#00FF00", 0x0C => "#0000FF", 0x0D => "#FFFF00", 0x0E => "#FF00FF", 0x0F => "#00FFFF", 0x10 => "#800000", 0x11 => "#008000", 0x12 => "#000080", 0x13 => "#808000", 0x14 => "#800080", 0x15 => "#008080", 0x16 => "#C0C0C0", 0x17 => "#808080", 0x18 => "#9999FF", 0x19 => "#993366", 0x1A => "#FFFFCC", 0x1B => "#CCFFFF", 0x1C => "#660066", 0x1D => "#FF8080", 0x1E => "#0066CC", 0x1F => "#CCCCFF", 0x20 => "#000080", 0x21 => "#FF00FF", 0x22 => "#FFFF00", 0x23 => "#00FFFF", 0x24 => "#800080", 0x25 => "#800000", 0x26 => "#008080", 0x27 => "#0000FF", 0x28 => "#00CCFF", 0x29 => "#CCFFFF", 0x2A => "#CCFFCC", 0x2B => "#FFFF99", 0x2C => "#99CCFF", 0x2D => "#FF99CC", 0x2E => "#CC99FF", 0x2F => "#FFCC99", 0x30 => "#3366FF", 0x31 => "#33CCCC", 0x32 => "#99CC00", 0x33 => "#FFCC00", 0x34 => "#FF9900", 0x35 => "#FF6600", 0x36 => "#666699", 0x37 => "#969696", 0x38 => "#003366", 0x39 => "#339966", 0x3A => "#003300", 0x3B => "#333300", 0x3C => "#993300", 0x3D => "#993366", 0x3E => "#333399", 0x3F => "#333333", 0x40 => "#000000", 0x41 => "#FFFFFF",
 
0x43 => "#000000", 0x4D => "#000000", 0x4E => "#FFFFFF", 0x4F => "#000000", 0x50 => "#FFFFFF", 0x51 => "#000000",
 
0x7FFF => "#000000" );
var $lineStyles = array (0x00 => "", 0x01 => "Thin", 0x02 => "Medium", 0x03 => "Dashed", 0x04 => "Dotted", 0x05 => "Thick", 0x06 => "Double", 0x07 => "Hair", 0x08 => "Medium dashed", 0x09 => "Thin dash-dotted", 0x0A => "Medium dash-dotted", 0x0B => "Thin dash-dot-dotted", 0x0C => "Medium dash-dot-dotted", 0x0D => "Slanted medium dash-dotted" );
var $lineStylesCss = array ("Thin" => "1px solid", "Medium" => "2px solid", "Dashed" => "1px dashed", "Dotted" => "1px dotted", "Thick" => "3px solid", "Double" => "double", "Hair" => "1px solid", "Medium dashed" => "2px dashed", "Thin dash-dotted" => "1px dashed", "Medium dash-dotted" => "2px dashed", "Thin dash-dot-dotted" => "1px dashed", "Medium dash-dot-dotted" => "2px dashed", "Slanted medium dash-dotte" => "2px dashed" );
function read16bitstring($data, $start) {
$len = 0;
while ( ord ( $data [$start + $len] ) + ord ( $data [$start + $len + 1] ) > 0 )
$len ++;
return substr ( $data, $start, $len );
}
// ADDED by Matt Kruse for better formatting
function _format_value($format, $num, $f) {
// 49==TEXT format
// http://code.google.com/p/php-excel-reader/issues/detail?id=7
if ((! $f && $format == "%s") || ($f == 49) || ($format == "GENERAL")) {
return array ('string' => $num, 'formatColor' => null );
}
// Custom pattern can be POSITIVE;NEGATIVE;ZERO
// The "text" option as 4th parameter is not handled
$parts = explode ( ";", $format );
$pattern = $parts [0];
// Negative pattern
if (count ( $parts ) > 2 && $num == 0) {
$pattern = $parts [2];
}
// Zero pattern
if (count ( $parts ) > 1 && $num < 0) {
$pattern = $parts [1];
$num = abs ( $num );
}
$color = "";
$matches = array ();
$color_regex = "/^\[(BLACK|BLUE|CYAN|GREEN|MAGENTA|RED|WHITE|YELLOW)\]/i";
if (preg_match ( $color_regex, $pattern, $matches )) {
$color = strtolower ( $matches [1] );
$pattern = preg_replace ( $color_regex, "", $pattern );
}
// In Excel formats, "_" is used to add spacing, which we can't do in HTML
$pattern = preg_replace ( "/_./", "", $pattern );
// Some non-number characters are escaped with \, which we don't need
$pattern = preg_replace ( "/\\\/", "", $pattern );
// Some non-number strings are quoted, so we'll get rid of the quotes
$pattern = preg_replace ( "/\"/", "", $pattern );
// TEMPORARY - Convert # to 0
$pattern = preg_replace ( "/\#/", "0", $pattern );
// Find out if we need comma formatting
$has_commas = preg_match ( "/,/", $pattern );
if ($has_commas) {
$pattern = preg_replace ( "/,/", "", $pattern );
}
// Handle Percentages
if (preg_match ( "/\d(\%)([^\%]|$)/", $pattern, $matches )) {
$num = $num * 100;
$pattern = preg_replace ( "/(\d)(\%)([^\%]|$)/", "$1%$3", $pattern );
}
// Handle the number itself
$number_regex = "/(\d+)(\.?)(\d*)/";
if (preg_match ( $number_regex, $pattern, $matches )) {
$left = $matches [1];
$dec = $matches [2];
$right = $matches [3];
if ($has_commas) {
$formatted = number_format ( $num, strlen ( $right ) );
} else {
$sprintf_pattern = "%1." . strlen ( $right ) . "f";
$formatted = sprintf ( $sprintf_pattern, $num );
}
$pattern = preg_replace ( $number_regex, $formatted, $pattern );
}
return array ('string' => $pattern, 'formatColor' => $color );
}
/**
* Constructor
*
* Some basic initialisation
*/
function Spreadsheet_Excel_Reader($file = '', $store_extended_info = true, $outputEncoding = '') {
$this->_ole = new OLERead ( );
$this->setUTFEncoder ( 'iconv' );
if ($outputEncoding != '') {
$this->setOutputEncoding ( $outputEncoding );
}
for($i = 1; $i < 245; $i ++) {
$name = strtolower ( ((($i - 1) / 26 >= 1) ? chr ( ($i - 1) / 26 + 64 ) : '') . chr ( ($i - 1) % 26 + 65 ) );
$this->colnames [$name] = $i;
$this->colindexes [$i] = $name;
}
$this->store_extended_info = $store_extended_info;
if ($file != "") {
$this->read ( $file );
}
}
/**
* Set the encoding method
*/
function setOutputEncoding($encoding) {
$this->_defaultEncoding = $encoding;
}
/**
* $encoder = 'iconv' or 'mb'
* set iconv if you would like use 'iconv' for encode UTF-16LE to your encoding
* set mb if you would like use 'mb_convert_encoding' for encode UTF-16LE to your encoding
*/
function setUTFEncoder($encoder = 'iconv') {
$this->_encoderFunction = '';
if ($encoder == 'iconv') {
$this->_encoderFunction = function_exists ( 'iconv' ) ? 'iconv' : '';
} elseif ($encoder == 'mb') {
$this->_encoderFunction = function_exists ( 'mb_convert_encoding' ) ? 'mb_convert_encoding' : '';
}
}
function setRowColOffset($iOffset) {
$this->_rowoffset = $iOffset;
$this->_coloffset = $iOffset;
}
/**
* Set the default number format
*/
function setDefaultFormat($sFormat) {
$this->_defaultFormat = $sFormat;
}
/**
* Force a column to use a certain format
*/
function setColumnFormat($column, $sFormat) {
$this->_columnsFormat [$column] = $sFormat;
}
/**
* Read the spreadsheet file using OLE, then parse
*/
function read($sFileName) {
$res = $this->_ole->read ( $sFileName );
// oops, something goes wrong (Darko Miljanovic)
if ($res === false) {
// check error code
if ($this->_ole->error == 1) {
// bad file
die ( 'The filename ' . $sFileName . ' is not readable' );
}
// check other error codes here (eg bad fileformat, etc...)
}
$this->data = $this->_ole->getWorkBook ();
$this->_parse ();
}
/**
* Parse a workbook
*
* @access private
* @return bool
*/
function _parse() {
$pos = 0;
$data = $this->data;
$code = v ( $data, $pos );
$length = v ( $data, $pos + 2 );
$version = v ( $data, $pos + 4 );
$substreamType = v ( $data, $pos + 6 );
$this->version = $version;
if (($version != SPREADSHEET_EXCEL_READER_BIFF8) && ($version != SPREADSHEET_EXCEL_READER_BIFF7)) {
return false;
}
if ($substreamType != SPREADSHEET_EXCEL_READER_WORKBOOKGLOBALS) {
return false;
}
$pos += $length + 4;
$code = v ( $data, $pos );
$length = v ( $data, $pos + 2 );
while ( $code != SPREADSHEET_EXCEL_READER_TYPE_EOF ) {
switch ($code) {
case SPREADSHEET_EXCEL_READER_TYPE_SST :
$spos = $pos + 4;
$limitpos = $spos + $length;
$uniqueStrings = $this->_GetInt4d ( $data, $spos + 4 );
$spos += 8;
for($i = 0; $i < $uniqueStrings; $i ++) {
// Read in the number of characters
if ($spos == $limitpos) {
$opcode = v ( $data, $spos );
$conlength = v ( $data, $spos + 2 );
if ($opcode != 0x3c) {
return - 1;
}
$spos += 4;
$limitpos = $spos + $conlength;
}
$numChars = ord ( $data [$spos] ) | (ord ( $data [$spos + 1] ) << 8);
$spos += 2;
$optionFlags = ord ( $data [$spos] );
$spos ++;
$asciiEncoding = (($optionFlags & 0x01) == 0);
$extendedString = (($optionFlags & 0x04) != 0);
// See if string contains formatting information
$richString = (($optionFlags & 0x08) != 0);
if ($richString) {
// Read in the crun
$formattingRuns = v ( $data, $spos );
$spos += 2;
}
if ($extendedString) {
// Read in cchExtRst
$extendedRunLength = $this->_GetInt4d ( $data, $spos );
$spos += 4;
}
$len = ($asciiEncoding) ? $numChars : $numChars * 2;
if ($spos + $len < $limitpos) {
$retstr = substr ( $data, $spos, $len );
$spos += $len;
} else {
// found countinue
$retstr = substr ( $data, $spos, $limitpos - $spos );
$bytesRead = $limitpos - $spos;
$charsLeft = $numChars - (($asciiEncoding) ? $bytesRead : ($bytesRead / 2));
$spos = $limitpos;
while ( $charsLeft > 0 ) {
$opcode = v ( $data, $spos );
$conlength = v ( $data, $spos + 2 );
if ($opcode != 0x3c) {
return - 1;
}
$spos += 4;
$limitpos = $spos + $conlength;
$option = ord ( $data [$spos] );
$spos += 1;
if ($asciiEncoding && ($option == 0)) {
$len = min ( $charsLeft, $limitpos - $spos ); // min($charsLeft, $conlength);
$retstr .= substr ( $data, $spos, $len );
$charsLeft -= $len;
$asciiEncoding = true;
} elseif (! $asciiEncoding && ($option != 0)) {
$len = min ( $charsLeft * 2, $limitpos - $spos ); // min($charsLeft, $conlength);
$retstr .= substr ( $data, $spos, $len );
$charsLeft -= $len / 2;
$asciiEncoding = false;
} elseif (! $asciiEncoding && ($option == 0)) {
// Bummer - the string starts off as Unicode, but after the
// continuation it is in straightforward ASCII encoding
$len = min ( $charsLeft, $limitpos - $spos ); // min($charsLeft, $conlength);
for($j = 0; $j < $len; $j ++) {
$retstr .= $data [$spos + $j] . chr ( 0 );
}
$charsLeft -= $len;
$asciiEncoding = false;
} else {
$newstr = '';
for($j = 0; $j < strlen ( $retstr ); $j ++) {
$newstr = $retstr [$j] . chr ( 0 );
}
$retstr = $newstr;
$len = min ( $charsLeft * 2, $limitpos - $spos ); // min($charsLeft, $conlength);
$retstr .= substr ( $data, $spos, $len );
$charsLeft -= $len / 2;
$asciiEncoding = false;
}
$spos += $len;
}
}
if ($asciiEncoding)
$retstr = preg_replace ( "/(.)/s", "$1\0", $retstr );
$retstr = $this->_encodeUTF16 ( $retstr );
if ($richString) {
$spos += 4 * $formattingRuns;
}
// For extended strings, skip over the extended string data
if ($extendedString) {
$spos += $extendedRunLength;
}
$this->sst [] = $retstr;
}
break;
case SPREADSHEET_EXCEL_READER_TYPE_FILEPASS :
return false;
break;
case SPREADSHEET_EXCEL_READER_TYPE_NAME :
break;
case SPREADSHEET_EXCEL_READER_TYPE_FORMAT :
$indexCode = v ( $data, $pos + 4 );
if ($version == SPREADSHEET_EXCEL_READER_BIFF8) {
$numchars = v ( $data, $pos + 6 );
if (ord ( $data [$pos + 8] ) == 0) {
$formatString = substr ( $data, $pos + 9, $numchars );
} else {
$formatString = substr ( $data, $pos + 9, $numchars * 2 );
}
} else {
$numchars = ord ( $data [$pos + 6] );
$formatString = substr ( $data, $pos + 7, $numchars * 2 );
}
$this->formatRecords [$indexCode] = $formatString;
break;
case SPREADSHEET_EXCEL_READER_TYPE_FONT :
$height = v ( $data, $pos + 4 );
$option = v ( $data, $pos + 6 );
$color = v ( $data, $pos + 8 );
$weight = v ( $data, $pos + 10 );
$under = ord ( $data [$pos + 14] );
$font = "";
// Font name
$numchars = ord ( $data [$pos + 18] );
if ((ord ( $data [$pos + 19] ) & 1) == 0) {
$font = substr ( $data, $pos + 20, $numchars );
} else {
$font = substr ( $data, $pos + 20, $numchars * 2 );
$font = $this->_encodeUTF16 ( $font );
}
$this->fontRecords [] = array ('height' => $height / 20, 'italic' => ! ! ($option & 2), 'color' => $color, 'under' => ! ($under == 0), 'bold' => ($weight == 700), 'font' => $font, 'raw' => $this->dumpHexData ( $data, $pos + 3, $length ) );
break;
case SPREADSHEET_EXCEL_READER_TYPE_PALETTE :
$colors = ord ( $data [$pos + 4] ) | ord ( $data [$pos + 5] ) << 8;
for($coli = 0; $coli < $colors; $coli ++) {
$colOff = $pos + 2 + ($coli * 4);
$colr = ord ( $data [$colOff] );
$colg = ord ( $data [$colOff + 1] );
$colb = ord ( $data [$colOff + 2] );
$this->colors [0x07 + $coli] = '#' . $this->myhex ( $colr ) . $this->myhex ( $colg ) . $this->myhex ( $colb );
}
break;
case SPREADSHEET_EXCEL_READER_TYPE_XF :
$fontIndexCode = (ord ( $data [$pos + 4] ) | ord ( $data [$pos + 5] ) << 8) - 1;
$fontIndexCode = max ( 0, $fontIndexCode );
$indexCode = ord ( $data [$pos + 6] ) | ord ( $data [$pos + 7] ) << 8;
$alignbit = ord ( $data [$pos + 10] ) & 3;
$bgi = (ord ( $data [$pos + 22] ) | ord ( $data [$pos + 23] ) << 8) & 0x3FFF;
$bgcolor = ($bgi & 0x7F);
// $bgcolor = ($bgi & 0x3f80) >> 7;
$align = "";
if ($alignbit == 3) {
$align = "right";
}
if ($alignbit == 2) {
$align = "center";
}
$fillPattern = (ord ( $data [$pos + 21] ) & 0xFC) >> 2;
if ($fillPattern == 0) {
$bgcolor = "";
}
$xf = array ();
$xf ['formatIndex'] = $indexCode;
$xf ['align'] = $align;
$xf ['fontIndex'] = $fontIndexCode;
$xf ['bgColor'] = $bgcolor;
$xf ['fillPattern'] = $fillPattern;
$border = ord ( $data [$pos + 14] ) | (ord ( $data [$pos + 15] ) << 8) | (ord ( $data [$pos + 16] ) << 16) | (ord ( $data [$pos + 17] ) << 24);
$xf ['borderLeft'] = $this->lineStyles [($border & 0xF)];
$xf ['borderRight'] = $this->lineStyles [($border & 0xF0) >> 4];
$xf ['borderTop'] = $this->lineStyles [($border & 0xF00) >> 8];
$xf ['borderBottom'] = $this->lineStyles [($border & 0xF000) >> 12];
$xf ['borderLeftColor'] = ($border & 0x7F0000) >> 16;
$xf ['borderRightColor'] = ($border & 0x3F800000) >> 23;
$border = (ord ( $data [$pos + 18] ) | ord ( $data [$pos + 19] ) << 8);
$xf ['borderTopColor'] = ($border & 0x7F);
$xf ['borderBottomColor'] = ($border & 0x3F80) >> 7;
if (array_key_exists ( $indexCode, $this->dateFormats )) {
$xf ['type'] = 'date';
$xf ['format'] = $this->dateFormats [$indexCode];
if ($align == '') {
$xf ['align'] = 'right';
}
} elseif (array_key_exists ( $indexCode, $this->numberFormats )) {
$xf ['type'] = 'number';
$xf ['format'] = $this->numberFormats [$indexCode];
if ($align == '') {
$xf ['align'] = 'right';
}
} else {
$isdate = FALSE;
$formatstr = '';
if ($indexCode > 0) {
if (isset ( $this->formatRecords [$indexCode] ))
$formatstr = $this->formatRecords [$indexCode];
if ($formatstr != "") {
$tmp = preg_replace ( "/\;.*/", "", $formatstr );
$tmp = preg_replace ( "/^\[[^\]]*\]/", "", $tmp );
if (preg_match ( "/[^hmsday\/\-:\s\\\,AMP]/i", $tmp ) == 0) { // found day and time format
$isdate = TRUE;
$formatstr = $tmp;
$formatstr = str_replace ( array ('AM/PM', 'mmmm', 'mmm' ), array ('a', 'F', 'M' ), $formatstr );
// m/mm are used for both minutes and months - oh SNAP!
// This mess tries to fix for that.
// 'm' == minutes only if following h/hh or preceding s/ss
$formatstr = preg_replace ( "/(h:?)mm?/", "$1i", $formatstr );
$formatstr = preg_replace ( "/mm?(:?s)/", "i$1", $formatstr );
// A single 'm' = n in PHP
$formatstr = preg_replace ( "/(^|[^m])m([^m]|$)/", '$1n$2', $formatstr );
$formatstr = preg_replace ( "/(^|[^m])m([^m]|$)/", '$1n$2', $formatstr );
// else it's months
$formatstr = str_replace ( 'mm', 'm', $formatstr );
// Convert single 'd' to 'j'
$formatstr = preg_replace ( "/(^|[^d])d([^d]|$)/", '$1j$2', $formatstr );
$formatstr = str_replace ( array ('dddd', 'ddd', 'dd', 'yyyy', 'yy', 'hh', 'h' ), array ('l', 'D', 'd', 'Y', 'y', 'H', 'g' ), $formatstr );
$formatstr = preg_replace ( "/ss?/", 's', $formatstr );
}
}
}
if ($isdate) {
$xf ['type'] = 'date';
$xf ['format'] = $formatstr;
if ($align == '') {
$xf ['align'] = 'right';
}
} else {
// If the format string has a 0 or # in it, we'll assume it's a number
if (preg_match ( "/[0#]/", $formatstr )) {
$xf ['type'] = 'number';
if ($align == '') {
$xf ['align'] = 'right';
}
} else {
$xf ['type'] = 'other';
}
$xf ['format'] = $formatstr;
$xf ['code'] = $indexCode;
}
}
$this->xfRecords [] = $xf;
break;
case SPREADSHEET_EXCEL_READER_TYPE_NINETEENFOUR :
$this->nineteenFour = (ord ( $data [$pos + 4] ) == 1);
break;
case SPREADSHEET_EXCEL_READER_TYPE_BOUNDSHEET :
$rec_offset = $this->_GetInt4d ( $data, $pos + 4 );
$rec_typeFlag = ord ( $data [$pos + 8] );
$rec_visibilityFlag = ord ( $data [$pos + 9] );
$rec_length = ord ( $data [$pos + 10] );
if ($version == SPREADSHEET_EXCEL_READER_BIFF8) {
$chartype = ord ( $data [$pos + 11] );
if ($chartype == 0) {
$rec_name = substr ( $data, $pos + 12, $rec_length );
} else {
$rec_name = $this->_encodeUTF16 ( substr ( $data, $pos + 12, $rec_length * 2 ) );
}
} elseif ($version == SPREADSHEET_EXCEL_READER_BIFF7) {
$rec_name = substr ( $data, $pos + 11, $rec_length );
}
$this->boundsheets [] = array ('name' => $rec_name, 'offset' => $rec_offset );
break;
}
$pos += $length + 4;
$code = ord ( $data [$pos] ) | ord ( $data [$pos + 1] ) << 8;
$length = ord ( $data [$pos + 2] ) | ord ( $data [$pos + 3] ) << 8;
}
foreach ( $this->boundsheets as $key => $val ) {
$this->sn = $key;
$this->_parsesheet ( $val ['offset'] );
}
return true;
}
/**
* Parse a worksheet
*/
function _parsesheet($spos) {
$cont = true;
$data = $this->data;
// read BOF
$code = ord ( $data [$spos] ) | ord ( $data [$spos + 1] ) << 8;
$length = ord ( $data [$spos + 2] ) | ord ( $data [$spos + 3] ) << 8;
$version = ord ( $data [$spos + 4] ) | ord ( $data [$spos + 5] ) << 8;
$substreamType = ord ( $data [$spos + 6] ) | ord ( $data [$spos + 7] ) << 8;
if (($version != SPREADSHEET_EXCEL_READER_BIFF8) && ($version != SPREADSHEET_EXCEL_READER_BIFF7)) {
return - 1;
}
if ($substreamType != SPREADSHEET_EXCEL_READER_WORKSHEET) {
return - 2;
}
$spos += $length + 4;
while ( $cont ) {
$lowcode = ord ( $data [$spos] );
if ($lowcode == SPREADSHEET_EXCEL_READER_TYPE_EOF)
break;
$code = $lowcode | ord ( $data [$spos + 1] ) << 8;
$length = ord ( $data [$spos + 2] ) | ord ( $data [$spos + 3] ) << 8;
$spos += 4;
$this->sheets [$this->sn] ['maxrow'] = $this->_rowoffset - 1;
$this->sheets [$this->sn] ['maxcol'] = $this->_coloffset - 1;
unset ( $this->rectype );
switch ($code) {
case SPREADSHEET_EXCEL_READER_TYPE_DIMENSION :
if (! isset ( $this->numRows )) {
if (($length == 10) || ($version == SPREADSHEET_EXCEL_READER_BIFF7)) {
$this->sheets [$this->sn] ['numRows'] = ord ( $data [$spos + 2] ) | ord ( $data [$spos + 3] ) << 8;
$this->sheets [$this->sn] ['numCols'] = ord ( $data [$spos + 6] ) | ord ( $data [$spos + 7] ) << 8;
} else {
$this->sheets [$this->sn] ['numRows'] = ord ( $data [$spos + 4] ) | ord ( $data [$spos + 5] ) << 8;
$this->sheets [$this->sn] ['numCols'] = ord ( $data [$spos + 10] ) | ord ( $data [$spos + 11] ) << 8;
}
}
break;
case SPREADSHEET_EXCEL_READER_TYPE_MERGEDCELLS :
$cellRanges = ord ( $data [$spos] ) | ord ( $data [$spos + 1] ) << 8;
for($i = 0; $i < $cellRanges; $i ++) {
$fr = ord ( $data [$spos + 8 * $i + 2] ) | ord ( $data [$spos + 8 * $i + 3] ) << 8;
$lr = ord ( $data [$spos + 8 * $i + 4] ) | ord ( $data [$spos + 8 * $i + 5] ) << 8;
$fc = ord ( $data [$spos + 8 * $i + 6] ) | ord ( $data [$spos + 8 * $i + 7] ) << 8;
$lc = ord ( $data [$spos + 8 * $i + 8] ) | ord ( $data [$spos + 8 * $i + 9] ) << 8;
if ($lr - $fr > 0) {
$this->sheets [$this->sn] ['cellsInfo'] [$fr + 1] [$fc + 1] ['rowspan'] = $lr - $fr + 1;
}
if ($lc - $fc > 0) {
$this->sheets [$this->sn] ['cellsInfo'] [$fr + 1] [$fc + 1] ['colspan'] = $lc - $fc + 1;
}
}
break;
case SPREADSHEET_EXCEL_READER_TYPE_RK :
case SPREADSHEET_EXCEL_READER_TYPE_RK2 :
$row = ord ( $data [$spos] ) | ord ( $data [$spos + 1] ) << 8;
$column = ord ( $data [$spos + 2] ) | ord ( $data [$spos + 3] ) << 8;
$rknum = $this->_GetInt4d ( $data, $spos + 6 );
$numValue = $this->_GetIEEE754 ( $rknum );
$info = $this->_getCellDetails ( $spos, $numValue, $column );
$this->addcell ( $row, $column, $info ['string'], $info );
break;
case SPREADSHEET_EXCEL_READER_TYPE_LABELSST :
$row = ord ( $data [$spos] ) | ord ( $data [$spos + 1] ) << 8;
$column = ord ( $data [$spos + 2] ) | ord ( $data [$spos + 3] ) << 8;
$xfindex = ord ( $data [$spos + 4] ) | ord ( $data [$spos + 5] ) << 8;
$index = $this->_GetInt4d ( $data, $spos + 6 );
$this->addcell ( $row, $column, $this->sst [$index], array ('xfIndex' => $xfindex ) );
break;
case SPREADSHEET_EXCEL_READER_TYPE_MULRK :
$row = ord ( $data [$spos] ) | ord ( $data [$spos + 1] ) << 8;
$colFirst = ord ( $data [$spos + 2] ) | ord ( $data [$spos + 3] ) << 8;
$colLast = ord ( $data [$spos + $length - 2] ) | ord ( $data [$spos + $length - 1] ) << 8;
$columns = $colLast - $colFirst + 1;
$tmppos = $spos + 4;
for($i = 0; $i < $columns; $i ++) {
$numValue = $this->_GetIEEE754 ( $this->_GetInt4d ( $data, $tmppos + 2 ) );
$info = $this->_getCellDetails ( $tmppos - 4, $numValue, $colFirst + $i + 1 );
$tmppos += 6;
$this->addcell ( $row, $colFirst + $i, $info ['string'], $info );
}
break;
case SPREADSHEET_EXCEL_READER_TYPE_NUMBER :
$row = ord ( $data [$spos] ) | ord ( $data [$spos + 1] ) << 8;
$column = ord ( $data [$spos + 2] ) | ord ( $data [$spos + 3] ) << 8;
$tmp = unpack ( "ddouble", substr ( $data, $spos + 6, 8 ) ); // It machine machine dependent
if ($this->isDate ( $spos )) {
$numValue = $tmp ['double'];
} else {
$numValue = $this->createNumber ( $spos );
}
$info = $this->_getCellDetails ( $spos, $numValue, $column );
$this->addcell ( $row, $column, $info ['string'], $info );
break;
case SPREADSHEET_EXCEL_READER_TYPE_FORMULA :
case SPREADSHEET_EXCEL_READER_TYPE_FORMULA2 :
$row = ord ( $data [$spos] ) | ord ( $data [$spos + 1] ) << 8;
$column = ord ( $data [$spos + 2] ) | ord ( $data [$spos + 3] ) << 8;
if ((ord ( $data [$spos + 6] ) == 0) && (ord ( $data [$spos + 12] ) == 255) && (ord ( $data [$spos + 13] ) == 255)) {
//String formula. Result follows in a STRING record
// This row/col are stored to be referenced in that record
// http://code.google.com/p/php-excel-reader/issues/detail?id=4
$previousRow = $row;
$previousCol = $column;
} elseif ((ord ( $data [$spos + 6] ) == 1) && (ord ( $data [$spos + 12] ) == 255) && (ord ( $data [$spos + 13] ) == 255)) {
//Boolean formula. Result is in +2; 0=false,1=true
// http://code.google.com/p/php-excel-reader/issues/detail?id=4
if (ord ( $this->data [$spos + 8] ) == 1) {
$this->addcell ( $row, $column, "TRUE" );
} else {
$this->addcell ( $row, $column, "FALSE" );
}
} elseif ((ord ( $data [$spos + 6] ) == 2) && (ord ( $data [$spos + 12] ) == 255) && (ord ( $data [$spos + 13] ) == 255)) {
//Error formula. Error code is in +2;
} elseif ((ord ( $data [$spos + 6] ) == 3) && (ord ( $data [$spos + 12] ) == 255) && (ord ( $data [$spos + 13] ) == 255)) {
//Formula result is a null string.
$this->addcell ( $row, $column, '' );
} else {
// result is a number, so first 14 bytes are just like a _NUMBER record
$tmp = unpack ( "ddouble", substr ( $data, $spos + 6, 8 ) ); // It machine machine dependent
if ($this->isDate ( $spos )) {
$numValue = $tmp ['double'];
} else {
$numValue = $this->createNumber ( $spos );
}
$info = $this->_getCellDetails ( $spos, $numValue, $column );
$this->addcell ( $row, $column, $info ['string'], $info );
}
break;
case SPREADSHEET_EXCEL_READER_TYPE_BOOLERR :
$row = ord ( $data [$spos] ) | ord ( $data [$spos + 1] ) << 8;
$column = ord ( $data [$spos + 2] ) | ord ( $data [$spos + 3] ) << 8;
$string = ord ( $data [$spos + 6] );
$this->addcell ( $row, $column, $string );
break;
case SPREADSHEET_EXCEL_READER_TYPE_STRING :
// http://code.google.com/p/php-excel-reader/issues/detail?id=4
if ($version == SPREADSHEET_EXCEL_READER_BIFF8) {
// Unicode 16 string, like an SST record
$xpos = $spos;
$numChars = ord ( $data [$xpos] ) | (ord ( $data [$xpos + 1] ) << 8);
$xpos += 2;
$optionFlags = ord ( $data [$xpos] );
$xpos ++;
$asciiEncoding = (($optionFlags & 0x01) == 0);
$extendedString = (($optionFlags & 0x04) != 0);
// See if string contains formatting information
$richString = (($optionFlags & 0x08) != 0);
if ($richString) {
// Read in the crun
$formattingRuns = ord ( $data [$xpos] ) | (ord ( $data [$xpos + 1] ) << 8);
$xpos += 2;
}
if ($extendedString) {
// Read in cchExtRst
$extendedRunLength = $this->_GetInt4d ( $this->data, $xpos );
$xpos += 4;
}
$len = ($asciiEncoding) ? $numChars : $numChars * 2;
$retstr = substr ( $data, $xpos, $len );
$xpos += $len;
if ($asciiEncoding)
$retstr = preg_replace ( "/(.)/s", "$1\0", $retstr );
$retstr = $this->_encodeUTF16 ( $retstr );
} elseif ($version == SPREADSHEET_EXCEL_READER_BIFF7) {
// Simple byte string
$xpos = $spos;
$numChars = ord ( $data [$xpos] ) | (ord ( $data [$xpos + 1] ) << 8);
$xpos += 2;
$retstr = substr ( $data, $xpos, $numChars );
}
$this->addcell ( $previousRow, $previousCol, $retstr );
break;
case SPREADSHEET_EXCEL_READER_TYPE_ROW :
$row = ord ( $data [$spos] ) | ord ( $data [$spos + 1] ) << 8;
$rowInfo = ord ( $data [$spos + 6] ) | ((ord ( $data [$spos + 7] ) << 8) & 0x7FFF);
if (($rowInfo & 0x8000) > 0) {
$rowHeight = - 1;
} else {
$rowHeight = $rowInfo & 0x7FFF;
}
$rowHidden = (ord ( $data [$spos + 12] ) & 0x20) >> 5;
$this->rowInfo [$this->sn] [$row + 1] = Array ('height' => $rowHeight / 20, 'hidden' => $rowHidden );
break;
case SPREADSHEET_EXCEL_READER_TYPE_DBCELL :
break;
case SPREADSHEET_EXCEL_READER_TYPE_MULBLANK :
$row = ord ( $data [$spos] ) | ord ( $data [$spos + 1] ) << 8;
$column = ord ( $data [$spos + 2] ) | ord ( $data [$spos + 3] ) << 8;
$cols = ($length / 2) - 3;
for($c = 0; $c < $cols; $c ++) {
$xfindex = ord ( $data [$spos + 4 + ($c * 2)] ) | ord ( $data [$spos + 5 + ($c * 2)] ) << 8;
$this->addcell ( $row, $column + $c, "", array ('xfIndex' => $xfindex ) );
}
break;
case SPREADSHEET_EXCEL_READER_TYPE_LABEL :
$row = ord ( $data [$spos] ) | ord ( $data [$spos + 1] ) << 8;
$column = ord ( $data [$spos + 2] ) | ord ( $data [$spos + 3] ) << 8;
$this->addcell ( $row, $column, substr ( $data, $spos + 8, ord ( $data [$spos + 6] ) | ord ( $data [$spos + 7] ) << 8 ) );
break;
case SPREADSHEET_EXCEL_READER_TYPE_EOF :
$cont = false;
break;
case SPREADSHEET_EXCEL_READER_TYPE_HYPER :
// Only handle hyperlinks to a URL
$row = ord ( $this->data [$spos] ) | ord ( $this->data [$spos + 1] ) << 8;
$row2 = ord ( $this->data [$spos + 2] ) | ord ( $this->data [$spos + 3] ) << 8;
$column = ord ( $this->data [$spos + 4] ) | ord ( $this->data [$spos + 5] ) << 8;
$column2 = ord ( $this->data [$spos + 6] ) | ord ( $this->data [$spos + 7] ) << 8;
$linkdata = Array ();
$flags = ord ( $this->data [$spos + 28] );
$udesc = "";
$ulink = "";
$uloc = 32;
$linkdata ['flags'] = $flags;
if (($flags & 1) > 0) { // is a type we understand
// is there a description ?
if (($flags & 0x14) == 0x14) { // has a description
$uloc += 4;
$descLen = ord ( $this->data [$spos + 32] ) | ord ( $this->data [$spos + 33] ) << 8;
$udesc = substr ( $this->data, $spos + $uloc, $descLen * 2 );
$uloc += 2 * $descLen;
}
$ulink = $this->read16bitstring ( $this->data, $spos + $uloc + 20 );
if ($udesc == "") {
$udesc = $ulink;
}
}
$linkdata ['desc'] = $udesc;
$linkdata ['link'] = $this->_encodeUTF16 ( $ulink );
for($r = $row; $r <= $row2; $r ++) {
for($c = $column; $c <= $column2; $c ++) {
$this->sheets [$this->sn] ['cellsInfo'] [$r + 1] [$c + 1] ['hyperlink'] = $linkdata;
}
}
break;
case SPREADSHEET_EXCEL_READER_TYPE_DEFCOLWIDTH :
$this->defaultColWidth = ord ( $data [$spos + 4] ) | ord ( $data [$spos + 5] ) << 8;
break;
case SPREADSHEET_EXCEL_READER_TYPE_STANDARDWIDTH :
$this->standardColWidth = ord ( $data [$spos + 4] ) | ord ( $data [$spos + 5] ) << 8;
break;
case SPREADSHEET_EXCEL_READER_TYPE_COLINFO :
$colfrom = ord ( $data [$spos + 0] ) | ord ( $data [$spos + 1] ) << 8;
$colto = ord ( $data [$spos + 2] ) | ord ( $data [$spos + 3] ) << 8;
$cw = ord ( $data [$spos + 4] ) | ord ( $data [$spos + 5] ) << 8;
$cxf = ord ( $data [$spos + 6] ) | ord ( $data [$spos + 7] ) << 8;
$co = ord ( $data [$spos + 8] );
for($coli = $colfrom; $coli <= $colto; $coli ++) {
$this->colInfo [$this->sn] [$coli + 1] = Array ('width' => $cw, 'xf' => $cxf, 'hidden' => ($co & 0x01), 'collapsed' => ($co & 0x1000) >> 12 );
}
break;
default :
break;
}
$spos += $length;
}
if (! isset ( $this->sheets [$this->sn] ['numRows'] ))
$this->sheets [$this->sn] ['numRows'] = $this->sheets [$this->sn] ['maxrow'];
if (! isset ( $this->sheets [$this->sn] ['numCols'] ))
$this->sheets [$this->sn] ['numCols'] = $this->sheets [$this->sn] ['maxcol'];
}
function isDate($spos) {
$xfindex = ord ( $this->data [$spos + 4] ) | ord ( $this->data [$spos + 5] ) << 8;
return ($this->xfRecords [$xfindex] ['type'] == 'date');
}
// Get the details for a particular cell
function _getCellDetails($spos, $numValue, $column) {
$xfindex = ord ( $this->data [$spos + 4] ) | ord ( $this->data [$spos + 5] ) << 8;
$xfrecord = $this->xfRecords [$xfindex];
$type = $xfrecord ['type'];
$format = $xfrecord ['format'];
$formatIndex = $xfrecord ['formatIndex'];
$fontIndex = $xfrecord ['fontIndex'];
$formatColor = "";
$rectype = '';
$string = '';
$raw = '';
if (isset ( $this->_columnsFormat [$column + 1] )) {
$format = $this->_columnsFormat [$column + 1];
}
if ($type == 'date') {
// See http://groups.google.com/group/php-excel-reader-discuss/browse_frm/thread/9c3f9790d12d8e10/f2045c2369ac79de
$rectype = 'date';
// Convert numeric value into a date
$utcDays = floor ( $numValue - ($this->nineteenFour ? SPREADSHEET_EXCEL_READER_UTCOFFSETDAYS1904 : SPREADSHEET_EXCEL_READER_UTCOFFSETDAYS) );
$utcValue = ($utcDays) * SPREADSHEET_EXCEL_READER_MSINADAY;
$dateinfo = gmgetdate ( $utcValue );
$raw = $numValue;
$fractionalDay = $numValue - floor ( $numValue ) + .0000001; // The .0000001 is to fix for php/excel fractional diffs
 
$totalseconds = floor ( SPREADSHEET_EXCEL_READER_MSINADAY * $fractionalDay );
$secs = $totalseconds % 60;
$totalseconds -= $secs;
$hours = floor ( $totalseconds / (60 * 60) );
$mins = floor ( $totalseconds / 60 ) % 60;
$string = date ( $format, mktime ( $hours, $mins, $secs, $dateinfo ["mon"], $dateinfo ["mday"], $dateinfo ["year"] ) );
} else if ($type == 'number') {
$rectype = 'number';
$formatted = $this->_format_value ( $format, $numValue, $formatIndex );
$string = $formatted ['string'];
$formatColor = $formatted ['formatColor'];
$raw = $numValue;
} else {
if ($format == "") {
$format = $this->_defaultFormat;
}
$rectype = 'unknown';
$formatted = $this->_format_value ( $format, $numValue, $formatIndex );
$string = $formatted ['string'];
$formatColor = $formatted ['formatColor'];
$raw = $numValue;
}
return array ('string' => $string, 'raw' => $raw, 'rectype' => $rectype, 'format' => $format, 'formatIndex' => $formatIndex, 'fontIndex' => $fontIndex, 'formatColor' => $formatColor, 'xfIndex' => $xfindex );
}
function createNumber($spos) {
$rknumhigh = $this->_GetInt4d ( $this->data, $spos + 10 );
$rknumlow = $this->_GetInt4d ( $this->data, $spos + 6 );
$sign = ($rknumhigh & 0x80000000) >> 31;
$exp = ($rknumhigh & 0x7ff00000) >> 20;
$mantissa = (0x100000 | ($rknumhigh & 0x000fffff));
$mantissalow1 = ($rknumlow & 0x80000000) >> 31;
$mantissalow2 = ($rknumlow & 0x7fffffff);
$value = $mantissa / pow ( 2, (20 - ($exp - 1023)) );
if ($mantissalow1 != 0)
$value += 1 / pow ( 2, (21 - ($exp - 1023)) );
$value += $mantissalow2 / pow ( 2, (52 - ($exp - 1023)) );
if ($sign) {
$value = - 1 * $value;
}
return $value;
}
function addcell($row, $col, $string, $info = null) {
$this->sheets [$this->sn] ['maxrow'] = max ( $this->sheets [$this->sn] ['maxrow'], $row + $this->_rowoffset );
$this->sheets [$this->sn] ['maxcol'] = max ( $this->sheets [$this->sn] ['maxcol'], $col + $this->_coloffset );
$this->sheets [$this->sn] ['cells'] [$row + $this->_rowoffset] [$col + $this->_coloffset] = $string;
if ($this->store_extended_info && $info) {
foreach ( $info as $key => $val ) {
$this->sheets [$this->sn] ['cellsInfo'] [$row + $this->_rowoffset] [$col + $this->_coloffset] [$key] = $val;
}
}
}
function _GetIEEE754($rknum) {
if (($rknum & 0x02) != 0) {
$value = $rknum >> 2;
} else {
//mmp
// I got my info on IEEE754 encoding from
// http://research.microsoft.com/~hollasch/cgindex/coding/ieeefloat.html
// The RK format calls for using only the most significant 30 bits of the
// 64 bit floating point value. The other 34 bits are assumed to be 0
// So, we use the upper 30 bits of $rknum as follows...
$sign = ($rknum & 0x80000000) >> 31;
$exp = ($rknum & 0x7ff00000) >> 20;
$mantissa = (0x100000 | ($rknum & 0x000ffffc));
$value = $mantissa / pow ( 2, (20 - ($exp - 1023)) );
if ($sign) {
$value = - 1 * $value;
}
//end of changes by mmp
}
if (($rknum & 0x01) != 0) {
$value /= 100;
}
return $value;
}
function _encodeUTF16($string) {
$result = $string;
if ($this->_defaultEncoding) {
switch ($this->_encoderFunction) {
case 'iconv' :
$result = iconv ( 'UTF-16LE', $this->_defaultEncoding, $string );
break;
case 'mb_convert_encoding' :
$result = mb_convert_encoding ( $string, $this->_defaultEncoding, 'UTF-16LE' );
break;
}
}
return $result;
}
function _GetInt4d($data, $pos) {
$value = ord ( $data [$pos] ) | (ord ( $data [$pos + 1] ) << 8) | (ord ( $data [$pos + 2] ) << 16) | (ord ( $data [$pos + 3] ) << 24);
if ($value >= 4294967294) {
$value = - 2;
}
return $value;
}
 
}
 
?>
/branches/refact/scripts/bibliotheque/GenerateurNomSciHtml.php
New file
0,0 → 1,277
<?php
class GenerateurNomSciHtml {
protected $bdd = null;
protected $table = null;
 
protected $num = null;
protected $compo_nom = array();
 
protected $abbr = array (
'infra-gen.' => 'Infra-Genre',
'sect.' => 'Section',
'subsect.' => 'Sous-Section',
'ser.' => 'Série',
'subser.' => 'Sous-Série',
'gr.' => 'Groupe',
'agg.' => 'Agrégat',
'sp.' => 'Espèce',
'subsp.' => 'Sous-Espèce',
'infra-sp.' => 'Infra-Espèce',
'var.' => 'Variété',
'subvar.' => 'Sous-Variété',
'fa' => 'Forme',
'subf.' => 'Sous-Forme',
'f. sp.' => 'Forma species',
'proles' => 'Race prole'
);
 
private $nomSciTpl = '<span class="sci">%s</span>';
 
private $nomSupraGenTpl = '<span class="supra_gen">%s</span>';
private $genTpl = '<span class="gen">%s</span>';
private $infraGenTpl = '<span class="infra-gen">%s</span>';
private $spFHTpl = '<span class="gen">%s</span> <span class="sp">%s</span>';
private $typeEpitheteTpl = '<abbr class="type_epithete" title="%s">%s</abbr>';
private $infraSpFHTpl = '<span class="gen">%s</span> <span class="sp">%s</span> <abbr class="type-epithete" title="%s">%s</abbr> <span class="infra-sp">%s</span>';
 
private $hybrideTpl = '<span class="hyb">× <span class="%s">%s</span></span>';
private $chimereTpl = '<span class="chimere">+ <span class="%s">%s</span></span>';
private $formuleHybTpl = '<span class="formule-hyb">%s</span>';
private $hybriditeTpl = '<span class="%s">%s</span>';
 
private $gpGxAvecCvarTpl = '<span class="gp">%s <abbr title="grex">gx</abbr>(%s <abbr title="groupe">Gp</abbr>)</span>';
private $gpGxSansCvarTpl = '<span class="gp">%s <abbr title="grex">gx</abbr>%s <abbr title="groupe">Gp</abbr></span>';
private $gxTpl = '<span class="gp">%s <abbr title="grex">gx</abbr></span>';
private $gpAvecCvarTpl = '<span class="gp">(%s <abbr title="groupe">Gp</abbr>)</span>';
private $gpSansCvarTpl = '<span class="gp">%s <abbr title="groupe">Gp</abbr></span>';
private $commTpl = '<span class="commercial">%s</span>';
private $cvarTpl = '<span class="cultivar">\'%s\'</span>';
 
public function generer(Array $nomsDecomposes) {
$nomsSciHtml = array();
foreach ($nomsDecomposes as $infos) {
$nom = $this->genererNomSciHtml($infos);
if ($nom != '') {
$nomsSciHtml[$this->num] = $nom;
}
}
return $nomsSciHtml;
}
 
public function genererNomSciHtml(Array $nomDecomposes) {
$this->initialiserVariables($nomDecomposes);
 
$nomSciHtml = '';
$nomSciHtml .= $this->ajouterBaliseNomSupraGen();
$nomSciHtml .= $this->verifierHybridite($this->compo_nom['genre'], 'gen');
$nomSciHtml .= $this->ajouterBaliseInfraGen();
$nomSciHtml .= $this->verifierHybridite($this->compo_nom['epithete_sp'], 'sp');
$nomSciHtml .= $this->ajouterBaliseTypeInfraSp();
$nomSciHtml .= $this->verifierHybridite($this->compo_nom['epithete_infra_sp'], 'infra-sp');
$nomSciHtml .= $this->ajouterCultivarGpComm();
 
if ($nomSciHtml != '') {
$nomSciHtml = sprintf($this->nomSciTpl, trim($nomSciHtml));
}
return $nomSciHtml;
}
 
private function initialiserVariables($infos) {
$this->num = $infos['num_nom'];
$this->compo_nom = $infos;
}
 
private function ajouterBaliseNomSupraGen() {
$html = '';
if ($this->compo_nom['nom_supra_generique'] != '') {
$html = sprintf($this->nomSupraGenTpl, $this->compo_nom['nom_supra_generique']);
}
return $html;
}
 
private function ajouterTypeEpithete($type) {
if (!array_key_exists($type, $this->abbr)) {
$this->abbr[$type] = $type;
}
}
 
private function ajouterBaliseInfraGen() {
$html = '';
if ($this->verifierTypeInfraGen()) {
$html = $this->ajouterBaliseTypeInfraGen();
} else {
if ($this->avoirInfo('epithete_infra_generique')) {
$html = sprintf($this->infraGenTpl, $this->compo_nom['epithete_infra_generique']);
}
}
return $html;
}
 
private function verifierTypeInfraGen() {
$ok = false;
if ($this->compo_nom['type_epithete'] != '' && $this->compo_nom['epithete_infra_generique'] != '') {
$this->ajouterTypeEpithete($this->compo_nom['type_epithete']);
$ok = true;
}
return $ok;
}
 
private function ajouterBaliseTypeInfraGen() {
$html = '';
$type = $this->compo_nom['type_epithete'];
 
if ($type == 'agg.') {
// Ajout de l'infra gen avant le type s'il est égal à agg.
$html = ' '.$this->ajouterBaliseInfraGen().
' '.sprintf($this->typeEpitheteTpl, $this->abbr[$type], $type);
} else {
$html = ' '.sprintf($this->typeEpitheteTpl, $this->abbr[$type], $type).
' '.$this->ajouterBaliseInfraGen();
}
return $html;
}
 
private function ajouterBaliseTypeInfraSp() {
$html = '';
$type = $this->compo_nom['type_epithete'];
$infraSp = $this->compo_nom['epithete_infra_sp'];
 
if ($infraSp != '') {
if ($type != '') {
$this->ajouterTypeEpithete($type);
$html = ' '.sprintf($this->typeEpitheteTpl, $this->abbr[$type], $type);
} else {
$message = "Nom #%s contient un épithète infra-spécifique mais son type n'est pas renseigné.";
$this->traiterErreur($message, array($this->num));
}
}
return $html;
}
 
private function ajouterCultivarGpComm() {
$html = '';
if ($this->avoirInfo('cultivar_groupe')) {
$html .= ' '.$this->ajouterCultivarGroupe();
}
if ($this->avoirInfo('nom_commercial')) {
$html .= ' '.sprintf($this->commTpl, $this->compo_nom['nom_commercial']);
}
if ($this->avoirInfo('cultivar')) {
$html .= ' '.sprintf($this->cvarTpl, $this->compo_nom['cultivar']);
}
return $html;
}
 
private function avoirInfo($valeur) {
return (isset($this->compo_nom[$valeur]) && $this->compo_nom[$valeur] != '') ? true : false;
}
 
/**
* Permet d'ajouter les groupes de cultivar en fonction de la présence d'un cultivar et de la présence d'un grex
*
* L'ensemble des individus obtenu par une fécondation particulière s'appelle un le Grex (que pour les orchidées).
* Au sein du grex, certains individus peuvent se distinguer par des formes, des coloris ou autres qui font que
* l'obtenteur du grex va les sélectionner.
* les noms de groupes de cultivars sont suivis de l'abréviation « Gp » et placés entre parenthèses
* les noms de grex, s'ils sont utilisés devant une épithète de cultivar, ne se mettent pas entre parenthèses
* ex : Cymbidium Alexanderi gx 'Westonbirt' (cultivar_groupe = Alexanderi gx) ;
* les noms de groupe se mettent entre parenthèses s'ils sont devant une épithète de cultivar
* ex : Dracaena fragrans (Deremenis Gp) 'Christianne' (cultivar_groupe = Deremenis)
* Un grex peut contenir des groupes (rédaction d'un exemple de l'ICNCP)
* ex : × Rhyncosophrocattleya Marie Lemon Stick grex Francis Suzuki Group
* ou : × Rhyncosophrocattleya Marie Lemon Stick gx Francis Suzuki Gp
* @param unknown_type $val
*
*/
private function ajouterCultivarGroupe() {
$html = '';
// si le champ cultivar_groupe n'est pas vide
if ($this->avoirInfo('cultivar_groupe')) {
$groupe = trim($this->compo_nom['cultivar_groupe']);
 
// Sélection des templates
$tplGx = $this->gxTpl;
$tplGpGx = $this->gpGxSansCvarTpl;
$tplGp = $this->gpSansCvarTpl;
// s'il y a un cultivar, on ajoute des parenthèses au groupe (mais pas au grex)
if ($this->avoirInfo('cultivar')) {
$tplGpGx = $this->gpGxAvecCvarTpl;
$tplGp = $this->gpAvecCvarTpl;
}
 
// Création du HTML du groupe de cultivar
if (strrpos($groupe, ' gx ') !== false) {//si le grex est composé de groupe
$gpEtGx = explode(' gx ', $groupe);
$html = sprintf($tplGpGx, $gpEtGx[0], $gpEtGx[1]);
} else if (preg_match('/ gx$/', $groupe)) {//s'il y a un grex et pas de groupe
$gx = str_replace(' gx', '', $groupe);
$html = sprintf($tplGx, $gx);
} else { //s'il n'y a pas de grex mais un groupe
$html = sprintf($tplGp, $groupe);
}
}
return $html;
}
 
/**
*
* Permet de repérer s'il s'agit d'un hybride (infra-sp, genre, sp) ou d'une chimère.
* @param unknown_type $val
* @param unknown_type $type
*/
private function verifierHybridite($epithete, $type) {
$html = '';
if ($epithete != '') {
if (substr($epithete, 0, 2) == 'x ') {
$hybride = str_replace('x ', '', $epithete);
$html = ' '.sprintf($this->hybrideTpl, $type, $hybride);
} elseif (substr($epithete, 0, 2) == '+ ') {
$hybride = str_replace('+ ', '', $epithete);
$html = ' '.sprintf($this->chimereTpl, $type, $hybride);
} else if (substr_count($epithete, ' x ') > 1) {// Cas d'une formule d'hybridité comprenant des parents hybrides
$html = ' '.$this->insererBaliseFormuleHyb($epithete);
} elseif (substr_count($epithete, ' x ') == 1) {// Cas d'une formule d'hybridité simple
$html = ' '.$this->ajouterFomuleHybridite($epithete, $type);
} else {// Autre cas...
$html = ' '.sprintf($this->hybriditeTpl, $type, $epithete);
}
}
return $html;
}
 
private function ajouterFomuleHybridite($formule, $type) {
$tab_x = explode(' x ', $formule);
$formule_hyb = array();
switch ($type) {
case 'gen' :
foreach ($tab_x as $hyb) {
$formule_hyb[] = sprintf($this->genTpl, $hyb);
}
break;
case 'sp' :
foreach ($tab_x as $hyb) {
if (substr_count($hyb, ' ') >= 1) {
list($gen, $sp) = explode(' ', $hyb);
$formule_hyb[] = sprintf($this->spFHTpl, $gen, $sp);
} else if (preg_match('/^[A-Z]/', $hyb)) {
$gen = $hyb;
$formule_hyb[] = sprintf($this->genTpl, $gen);
}
}
break;
case 'infra-sp' :
foreach ($tab_x as $hyb) {
list($gen, $sp, $typeEpithete, $infraSp) = explode (' ', $hyb);
$formule_hyb[] = sprintf($this->infraSpFHTpl, $gen, $sp, $this->abbr[$typeEpithete], $typeEpithete, $infraSp);
}
break;
default : break;
}
return $this->insererBaliseFormuleHyb(implode(' x ', $formule_hyb));
}
 
private function insererBaliseFormuleHyb($formule) {
return sprintf($this->formuleHybTpl, $formule);
}
}
?>
/branches/refact/scripts/bibliotheque/Outils.php
New file
0,0 → 1,86
<?php
class Outils {
 
public static function recupererTableauConfig($parametres) {
$tableau = array();
$tableauPartiel = explode(',', $parametres);
$tableauPartiel = array_map('trim', $tableauPartiel);
foreach ($tableauPartiel as $champ) {
if (strpos($champ, '=') === false) {
$tableau[] = $champ;
} else {
list($cle, $val) = explode('=', $champ);
$clePropre = trim($cle);
$valeurPropre = trim($val);
$tableau[$clePropre] = $valeurPropre;
}
}
return $tableau;
}
 
public static function extraireRequetes($contenuSql) {
$requetesExtraites = explode(";\n", $contenuSql);
if (count($requetesExtraites) == 0){
throw new Exception("Aucune requête n'a été trouvée dans le fichier SQL : $cheminFichierSql");
}
 
$requetes = array();
foreach ($requetesExtraites as $requete) {
if (trim($requete) != '') {
$requetes[] = rtrim(trim($requete), ';');
}
}
return $requetes;
}
 
/**
* Utiliser cette méthode dans une boucle pour afficher un message suivi du nombre de tour de boucle effectué.
* Vous devrez vous même gérer le retour à la ligne à la sortie de la boucle.
*
* @param string le message d'information.
* @param int le nombre de départ à afficher.
* @return void le message est affiché dans la console.
*/
public static function afficherAvancement($message, $depart = 0) {
static $avancement = array();
if (! array_key_exists($message, $avancement)) {
$avancement[$message] = $depart;
echo "$message : ";
 
$actuel =& $avancement[$message];
echo $actuel++;
} else {
$actuel =& $avancement[$message];
 
// Cas du passage de 99 (= 2 caractères) à 100 (= 3 caractères)
$passage = 0;
if (strlen((string) ($actuel - 1)) < strlen((string) ($actuel))) {
$passage = 1;
}
 
echo str_repeat(chr(8), (strlen((string) $actuel) - $passage));
echo $actuel++;
}
}
 
/**
* @link http://gist.github.com/385876
*/
public function transformerTxtTsvEnTableau($file = '', $delimiter = "\t") {
$str = file_get_contents($file);
$lines = explode("\n", $str);
$field_names = explode($delimiter, array_shift($lines));
foreach ($lines as $line) {
// Skip the empty line
if (empty($line)) continue;
$fields = explode($delimiter, $line);
$_res = array();
foreach ($field_names as $key => $f) {
$_res[$f] = isset($fields[$key]) ? $fields[$key] : '';
}
$res[] = $_res;
}
return $res;
}
}
?>
/branches/refact/scripts/cli.php
New file
0,0 → 1,37
<?php
// Encodage : UTF-8
// +-------------------------------------------------------------------------------------------------------------------+
/**
* Initialise le chargement et l'exécution des scripts
*
* Lancer ce fichier en ligne de commande avec :
* <code>/opt/lampp/bin/php cli.php mon_script -a test</code>
*
//Auteur original :
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @author Delphine CAUQUIL <delphine@tela-botanica.org>
* @copyright Tela-Botanica 1999-2008
* @licence GPL v3 & CeCILL v2
* @version $Id$
*/
// +-------------------------------------------------------------------------------------------------------------------+
 
// Le fichier Framework.php du Framework de Tela Botanica doit être appelée avant tout autre chose dans l'application.
// Sinon, rien ne sera chargé.
// Chemin du fichier chargeant le framework requis
$framework = dirname(__FILE__).DIRECTORY_SEPARATOR.'framework.php';
if (!file_exists($framework)) {
$e = "Veuillez paramétrer l'emplacement et la version du Framework dans le fichier $framework";
trigger_error($e, E_USER_ERROR);
} else {
// Inclusion du Framework
require_once $framework;
 
// Ajout d'information concernant cette application
Framework::setCheminAppli(__FILE__);// Obligatoire
Framework::setInfoAppli(Config::get('info'));
 
// Initialisation et lancement du script appelé en ligne de commande
Cli::executer();
}
?>
/branches/refact/scripts
New file
Property changes:
Added: svn:ignore
+framework.php
/branches/refact/docs/htaccess/donnees.htaccess
New file
0,0 → 1,6
AuthName "telabotap"
AuthUserFile /home/telabotap/www/.htpasswd
AuthGroupFile /dev/null
AuthType Basic
 
require valid-user
/branches/refact/docs/htaccess/services.htaccess
New file
0,0 → 1,7
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
# Règle de ré-ecriture d'url pour l'accès au format eFlore
RewriteRule ^service:eflore:([0-9]\.[0-9])/photoflora/images$ http://photoflora.free.fr/eflore-photoflora/services/index.php/$1/projets/photoflora/images
RewriteRule ^service:eflore:([0-9]\.[0-9])/([^/]+)/(v[0-9]+[_.][0-9]+|[+*]|v[0-9]+)/([^/]+)/?(.*)?$ /eflore/services/$1/projets/$2/$4/$5?version.projet=$3
RewriteRule ^service:eflore:([0-9]\.[0-9])/([^/]+)/(.+)$ /eflore/services/$1/projets/$2/$3
/branches/refact/docs/projets/bdtfx/bdd/bdtfx_v1_01.sql
New file
0,0 → 1,118
CREATE TABLE IF NOT EXISTS bdtfx_v1_01 (
num_nom int(9) NOT NULL DEFAULT '0',
num_nom_retenu varchar(9) CHARACTER SET utf8 DEFAULT NULL,
num_tax_sup varchar(9) CHARACTER SET utf8 DEFAULT NULL,
rang int(4) NOT NULL,
nom_sci varchar(500) CHARACTER SET utf8 NOT NULL,
nom_supra_generique varchar(100) CHARACTER SET utf8 DEFAULT NULL,
genre varchar(100) CHARACTER SET utf8 DEFAULT NULL,
epithete_infra_generique varchar(100) CHARACTER SET utf8 DEFAULT NULL,
epithete_sp varchar(100) CHARACTER SET utf8 DEFAULT NULL,
type_epithete varchar(100) CHARACTER SET utf8 DEFAULT NULL,
epithete_infra_sp varchar(100) CHARACTER SET utf8 DEFAULT NULL,
cultivar_groupe varchar(100) CHARACTER SET utf8 DEFAULT NULL,
cultivar varchar(100) CHARACTER SET utf8 DEFAULT NULL,
nom_commercial varchar(100) CHARACTER SET utf8 DEFAULT NULL,
auteur varchar(100) CHARACTER SET utf8 DEFAULT NULL,
annee varchar(4) CHARACTER SET utf8 DEFAULT NULL,
biblio_origine varchar(500) CHARACTER SET utf8 DEFAULT NULL,
notes text CHARACTER SET utf8,
nom_addendum varchar(500) CHARACTER SET utf8 DEFAULT NULL,
homonyme varchar(1) CHARACTER SET utf8 DEFAULT NULL,
basionyme varchar(9) CHARACTER SET utf8 DEFAULT NULL,
synonyme_proparte varchar(100) CHARACTER SET utf8 DEFAULT NULL,
synonyme_douteux varchar(1) CHARACTER SET utf8 DEFAULT NULL,
synonyme_mal_applique varchar(1) CHARACTER SET utf8 DEFAULT NULL,
synonyme_orthographique varchar(9) CHARACTER SET utf8 DEFAULT NULL,
hybride_parent_01 varchar(9) CHARACTER SET utf8 DEFAULT NULL,
hybride_parent_01_notes text CHARACTER SET utf8,
hybride_parent_02 varchar(9) CHARACTER SET utf8 DEFAULT NULL,
hybride_parent_02_notes text CHARACTER SET utf8,
nom_francais varchar(500) CHARACTER SET utf8 DEFAULT NULL,
presence varchar(100) CHARACTER SET utf8 DEFAULT NULL,
statut_origine varchar(100) CHARACTER SET utf8 DEFAULT NULL,
statut_introduction varchar(100) CHARACTER SET utf8 DEFAULT NULL,
statut_culture varchar(100) CHARACTER SET utf8 DEFAULT NULL,
exclure_taxref int(1) DEFAULT NULL,
presence_Ga varchar(10) CHARACTER SET utf8 DEFAULT NULL,
presence_Co varchar(10) CHARACTER SET utf8 DEFAULT NULL,
num_taxonomique int(9) DEFAULT NULL,
type_synonymie varchar(80) CHARACTER SET utf8 DEFAULT NULL,
doute_nom_valide varchar(15) CHARACTER SET utf8 DEFAULT NULL,
hybride varchar(10) CHARACTER SET utf8 DEFAULT NULL,
in_auteur varchar(45) CHARACTER SET utf8 DEFAULT NULL,
statut varchar(30) CHARACTER SET utf8 DEFAULT NULL,
nom_complet varchar(400) CHARACTER SET utf8 DEFAULT NULL,
flores varchar(25) CHARACTER SET utf8 DEFAULT NULL,
etat_basionyme varchar(10) CHARACTER SET utf8 DEFAULT NULL,
maj_modif varchar(10) CHARACTER SET utf8 DEFAULT NULL,
maj_bb varchar(10) CHARACTER SET utf8 DEFAULT NULL,
maj_creation varchar(10) CHARACTER SET utf8 DEFAULT NULL,
classification text CHARACTER SET utf8,
2n varchar(200) CHARACTER SET utf8 DEFAULT NULL,
comb_nomen varchar(200) CHARACTER SET utf8 DEFAULT NULL,
corrections varchar(100) CHARACTER SET utf8 DEFAULT NULL,
groupe varchar(80) CHARACTER SET utf8 DEFAULT NULL,
flore_bonnier_num varchar(15) DEFAULT NULL,
flore_bonnier_rem varchar(20) CHARACTER SET utf8 DEFAULT NULL,
flore_cnrs_num varchar(15) CHARACTER SET utf8 DEFAULT NULL,
flore_cnrs_rem varchar(200) CHARACTER SET utf8 DEFAULT NULL,
flore_fe_num varchar(10) CHARACTER SET utf8 DEFAULT NULL,
flore_fe_rem varchar(10) CHARACTER SET utf8 DEFAULT NULL,
flore_coste_num varchar(45) CHARACTER SET utf8 DEFAULT NULL,
flore_coste_rem varchar(100) CHARACTER SET utf8 DEFAULT NULL,
flore_fh_num varchar(25) CHARACTER SET utf8 DEFAULT NULL,
flore_fh_rem varchar(50) CHARACTER SET utf8 DEFAULT NULL,
flore_fournier_num varchar(30) CHARACTER SET utf8 DEFAULT NULL,
flore_fournier_rem varchar(150) CHARACTER SET utf8 DEFAULT NULL,
typus varchar(400) CHARACTER SET utf8 DEFAULT NULL,
num_meme_type varchar(10) CHARACTER SET utf8 DEFAULT NULL,
flore_belge_ed5_page varchar(30) CHARACTER SET utf8 DEFAULT NULL,
PRIMARY KEY (num_nom),
KEY num_nom_retenu (num_nom_retenu),
KEY rang (rang),
KEY num_tax (num_taxonomique),
KEY num_tax_sup (num_tax_sup),
KEY nom_sci (nom_sci),
KEY basionyme (basionyme)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
CREATE TABLE IF NOT EXISTS bdtfx_meta (
guid varchar(255) NOT NULL DEFAULT 'urn:lsid:tela-botanica.org:#projet:#version',
langue_meta varchar(2) NOT NULL DEFAULT 'fr',
code varchar(20) NOT NULL,
version varchar(20) NOT NULL,
titre varchar(255) DEFAULT NULL,
description text,
mots_cles varchar(510) DEFAULT NULL,
citation varchar(255) DEFAULT NULL,
url_tech varchar(510) DEFAULT NULL,
url_projet varchar(510) DEFAULT NULL,
source text,
createurs text,
editeur varchar(1000) NOT NULL DEFAULT 'nom=Tela Botanica;guid=urn:lsid:tela-botanica.org;courriel=accueil@tela-botanica.org;telephone=+334 67 52 41 22;url.info=http://www.tela-botanica.org/page:association_tela_botanica;url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png;type=organisation;acronyme=TB;adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER, FRANCE;latitude.wgs84=43.615892;longitude.wgs84=3.871736;contact.prenom=Jean-Pascal;contact.nom=MILCENT;contact.courriel=jpm@tela-botanica.org;contact.role=administrateur des données;',
contributeurs text,
droits text,
url_droits varchar(510) DEFAULT NULL,
langue varchar(255) NOT NULL DEFAULT 'fr',
date_creation varchar(30) NOT NULL DEFAULT 'YYYY-MM-DD',
date_validite varchar(255) DEFAULT NULL,
couverture_spatiale varchar(510) NOT NULL DEFAULT 'iso-3166-1.id=FX;',
couverture_temporelle varchar(510) DEFAULT NULL,
web_services varchar(510) DEFAULT NULL COMMENT 'ontologies,meta-donnees,noms,taxons,aide,textes,images,observations,noms-vernaculaires',
PRIMARY KEY (guid,langue_meta)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
INSERT INTO bdtfx_meta (guid, langue_meta, code, version, titre, description, mots_cles, citation, url_tech, url_projet, source, createurs, editeur, contributeurs, droits, url_droits, langue, date_creation, date_validite, couverture_spatiale, couverture_temporelle, web_services) VALUES
('urn:lsid:tela-botanica.org:bdtfx:1.01', 'fr', 'BDTFX', '1.01',
'Base de données des Trachéophytes de France métropolitaine',
'À partir des fichiers HTML de l''ISFF mis en ligne sur le site de l’INRA, Benoît Bock a mis en forme l''ensemble des données pour produire la première version de la Base de Données Nomenclaturale de la Flore de France (BDNFF).\r\nL''ensemble des indications de Kerguélen pour les espèces a été conservé (les indications de synonymies des genres ne sont pas présentes, cependant, si des espèces sont mentionnées dans un paragraphe concernant un genre, elles ont été intégrées).',
'référentiel, nom, flore, france', NULL,
'http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=IntegrationBdnff ',
'http://www.tela-botanica.org/page:liste_projets?id_projet=1',
'Index Synonymique de la Flore de France de Michel Kerguélen <http://www.inra.fr/flore-france/index.htm>',
'p.prenom=Benoît,p.nom=Bock,p.courriel=b.bock@orange.fr,o.nom=Tela Botanica',
'nom=Tela Botanica,guid=urn:lsid:tela-botanica.org,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation;acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données',
'p.prenom=Valery,p.nom=MALECOT,p.courriel=valery.malecot@agrocampus-ouest.fr,o.nom=SBF;p.prenom=Eric,p.nom=BRUNO,p.courriel=eric.bruno@ifn.fr,o.nom=IFN;p.prenom=Jean-François,p.nom=LÉGER,p.courriel=leger.jf@gmail.com,o.nom=Tela Botanica;p.prenom=Jean-Marc,p.nom=TISON,p.courriel=jmltison@gmail.com,o.nom=Tela Botanica;p.prenom=Michel,p.nom=HOFF,p.courriel=hoff@unistra.fr,o.nom=Herbier de l''Université de Strasbourg;p.prenom=David,p.nom=MERCIER,p.courriel=davidpmercier@yahoo.fr,o.nom=Tela Botanica',
'Copyright © Tela Botanica (2011). Tout droits réservés.', NULL, 'fr', '2011-07-29', NULL, 'iso-3166-1.id=FX;', NULL,
'metaDonnees:0.1;noms:0.1;taxons:0.1');
/branches/refact/docs/projets/bdtfx/bdd/bdtfx_v1_02_test.sql
New file
0,0 → 1,92
CREATE TABLE IF NOT EXISTS `bdtfx_v1_02` (
`num_nom` int(9) NOT NULL DEFAULT '0',
`num_nom_retenu` varchar(9) DEFAULT NULL,
`num_tax_sup` varchar(9) DEFAULT NULL,
`rang` int(4) NOT NULL,
`nom_sci` varchar(500) NOT NULL,
`nom_supra_generique` varchar(100) DEFAULT NULL,
`genre` varchar(100) DEFAULT NULL,
`epithete_infra_generique` varchar(100) DEFAULT NULL,
`epithete_sp` varchar(100) DEFAULT NULL,
`type_epithete` varchar(100) DEFAULT NULL,
`epithete_infra_sp` varchar(100) DEFAULT NULL,
`cultivar_groupe` varchar(100) DEFAULT NULL,
`cultivar` varchar(100) DEFAULT NULL,
`nom_commercial` varchar(100) DEFAULT NULL,
`auteur` varchar(100) DEFAULT NULL,
`annee` varchar(4) DEFAULT NULL,
`biblio_origine` varchar(500) DEFAULT NULL,
`notes` text,
`nom_addendum` varchar(500) DEFAULT NULL,
`homonyme` varchar(1) DEFAULT NULL,
`basionyme` varchar(9) DEFAULT NULL,
`synonyme_proparte` varchar(100) DEFAULT NULL,
`synonyme_douteux` varchar(1) DEFAULT NULL,
`synonyme_mal_applique` varchar(1) DEFAULT NULL,
`synonyme_orthographique` varchar(9) DEFAULT NULL,
`hybride_parent_01` varchar(9) DEFAULT NULL,
`hybride_parent_01_notes` text,
`hybride_parent_02` varchar(9) DEFAULT NULL,
`hybride_parent_02_notes` text,
`nom_francais` varchar(500) DEFAULT NULL,
`presence` varchar(100) DEFAULT NULL,
`statut_origine` varchar(100) DEFAULT NULL,
`statut_introduction` varchar(100) DEFAULT NULL,
`statut_culture` varchar(100) DEFAULT NULL,
`exclure_taxref` int(1) DEFAULT NULL,
`presence_Ga` varchar(10) DEFAULT NULL,
`presence_Co` varchar(10) DEFAULT NULL,
`num_taxonomique` int(9) DEFAULT NULL,
`type_synonymie` varchar(80) DEFAULT NULL,
`doute_nom_valide` varchar(15) DEFAULT NULL,
`hybride` varchar(10) DEFAULT NULL,
`in_auteur` varchar(45) DEFAULT NULL,
`statut` varchar(30) DEFAULT NULL,
`nom_complet` varchar(400) DEFAULT NULL,
`flores` varchar(25) DEFAULT NULL,
`etat_basionyme` varchar(10) DEFAULT NULL,
`maj_modif` varchar(10) DEFAULT NULL,
`maj_bb` varchar(10) DEFAULT NULL,
`maj_creation` varchar(10) DEFAULT NULL,
`classification` text,
`2n` varchar(200) DEFAULT NULL,
`comb_nomen` varchar(200) DEFAULT NULL,
`corrections` varchar(100) DEFAULT NULL,
`groupe` varchar(80) DEFAULT NULL,
`flore_bonnier_num` varchar(15) DEFAULT NULL,
`flore_bonnier_rem` varchar(20) DEFAULT NULL,
`flore_cnrs_num` varchar(15) DEFAULT NULL,
`flore_cnrs_rem` varchar(200) DEFAULT NULL,
`flore_fe_num` varchar(10) DEFAULT NULL,
`flore_fe_rem` varchar(10) DEFAULT NULL,
`flore_coste_num` varchar(45) DEFAULT NULL,
`flore_coste_rem` varchar(100) DEFAULT NULL,
`flore_fh_num` varchar(25) DEFAULT NULL,
`flore_fh_rem` varchar(50) DEFAULT NULL,
`flore_fournier_num` varchar(30) DEFAULT NULL,
`flore_fournier_rem` varchar(150) DEFAULT NULL,
`typus` varchar(400) DEFAULT NULL,
`num_meme_type` varchar(10) DEFAULT NULL,
`flore_belge_ed5_page` varchar(30) DEFAULT NULL,
`nom_sci_html` varchar(500) DEFAULT NULL,
`famille` varchar(255) DEFAULT NULL,
KEY `idx_num_nom` (`num_nom`),
KEY `idx_num_nom_retenu` (`num_nom_retenu`),
KEY `idx_rang` (`rang`),
KEY `idx_num_tax` (`num_taxonomique`),
KEY `idx_num_tax_sup` (`num_tax_sup`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
INSERT INTO bdtfx_meta (guid, langue_meta, code, version, titre, description, mots_cles, citation, url_tech, url_projet, source, createurs, editeur, contributeurs, droits, url_droits, langue, date_creation, date_validite, couverture_spatiale, couverture_temporelle, web_services) VALUES
('urn:lsid:tela-botanica.org:bdtfx:1.02', 'fr', 'BDTFX', '1.02',
'Base de données des Trachéophytes de France métropolitaine',
'À partir des fichiers HTML de l''ISFF mis en ligne sur le site de l’INRA, Benoît Bock a mis en forme l''ensemble des données pour produire la première version de la Base de Données Nomenclaturale de la Flore de France (BDNFF).\r\nL''ensemble des indications de Kerguélen pour les espèces a été conservé (les indications de synonymies des genres ne sont pas présentes, cependant, si des espèces sont mentionnées dans un paragraphe concernant un genre, elles ont été intégrées).',
'référentiel, nom, flore, france', NULL,
'http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=IntegrationBdnff ',
'http://www.tela-botanica.org/page:liste_projets?id_projet=1',
'Index Synonymique de la Flore de France de Michel Kerguélen <http://www.inra.fr/flore-france/index.htm>',
'p.prenom=Benoît,p.nom=Bock,p.courriel=b.bock@orange.fr,o.nom=Tela Botanica',
'nom=Tela Botanica,guid=urn:lsid:tela-botanica.org,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation;acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données',
'p.prenom=Valery,p.nom=MALECOT,p.courriel=valery.malecot@agrocampus-ouest.fr,o.nom=SBF;p.prenom=Eric,p.nom=BRUNO,p.courriel=eric.bruno@ifn.fr,o.nom=IFN;p.prenom=Jean-François,p.nom=LÉGER,p.courriel=leger.jf@gmail.com,o.nom=Tela Botanica;p.prenom=Jean-Marc,p.nom=TISON,p.courriel=jmltison@gmail.com,o.nom=Tela Botanica;p.prenom=Michel,p.nom=HOFF,p.courriel=hoff@unistra.fr,o.nom=Herbier de l''Université de Strasbourg;p.prenom=David,p.nom=MERCIER,p.courriel=davidpmercier@yahoo.fr,o.nom=Tela Botanica',
'Copyright © Tela Botanica (2011). Tout droits réservés.', NULL, 'fr', '2011-10-29', NULL, 'iso-3166-1.id=FX;', NULL,
'metaDonnees:0.1;noms:0.1;taxons:0.1');
/branches/refact/docs/projets/bdtfx/bdd/A_LIRE_bdtfx.TXT
New file
0,0 → 1,17
1. Créer la structure de la table à l'aide du fichier bdtfx_vx_xx.sql correspondant à votre version en utilisant
l'onglet "Importer" de PhpMyAdmin
2. Vérifier la présence du fichier tsv contenant les données à l'emplacement :
http://www.tela-botanica.org/eflore/donnees/bdtfx/x.xx/bdtfx_vx_xx_ref.txt
3. Se connecter sur le serveur en root. Puis lancer les commandes suivantes :
/usr/local/mysql/bin/mysql -u telabotap -p --local-infile=1
use tb_eflore
LOAD DATA LOCAL INFILE '/home/telabotap/www/eflore/donnees/bdtfx/x.xx/bdtfx_vx_xx_ref.txt'
REPLACE INTO TABLE bdtfx_vx_xx
CHARACTER SET utf8
FIELDS TERMINATED BY '\t'
ESCAPED BY '\\'
IGNORE 1 LINES;
4. Générer (ou compléter) la table bdtfx_meta avec les informations de la nouvelle version si la requête SQL
d'insertion n'était pas présente dans le fichier bdtfx_vx_xx.sql
5. Lancer le script de création des noms scientifiques au format HTML :
/usr/loca/bin/php cli.php creationcol -a nomSciHtml -t bdtfx_vx_xx -v 3
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/branches/refact/docs/projets/iso-639-1/bdd/aide_integration_iso-639-1.txt
New file
0,0 → 1,11
Pour transformer l'iso-369-1 de wikipedia en csv
vérifier pour chaque ligne si présence de ; et ", les déspécialiser par un \
vérifier que les langues d'origine ne sont pas déplacés lors du rechercher remplacer
 
pour transformer ligne classique
^([a-z][a-z]) ([a-z][a-z][a-z]) ([a-z][a-z][a-z]) (.*) (.*) (.*) (.*)
"\1";"\2";"\3";"";"\4";"\5";"\6";"\7"
 
pour transformer ligne contenant des sous langues ajoute le nombre de sous langue
^([a-z][a-z]) ([a-z][a-z][a-z]) ([a-z][a-z][a-z]) . ([0-9]?[0-9]?) (.*) (.*) (.*) (.*)
"\1";"\2";"\3";"\4";"\5";"\6";"\7";"\8"
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/branches/refact/docs/projets/iso-639-1/bdd/iso-639-1_v2002.sql
New file
0,0 → 1,54
--
-- Structure de la table `iso_639_1_meta`
--
CREATE TABLE IF NOT EXISTS `iso_639_1_meta` (
`guid` varchar(255) NOT NULL DEFAULT 'urn:lsid:tela-botanica.org:#projet:#version',
`langue_meta` varchar(2) NOT NULL DEFAULT 'fr',
`code` varchar(20) NOT NULL,
`version` varchar(20) NOT NULL,
`titre` varchar(255) DEFAULT NULL,
`description` text,
`mots_cles` varchar(510) DEFAULT NULL,
`citation` varchar(255) DEFAULT NULL,
`url_tech` varchar(510) DEFAULT NULL,
`url_projet` varchar(510) DEFAULT NULL,
`source` text,
`createurs` text,
`editeur` varchar(1000) NOT NULL DEFAULT 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.org,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données;',
`contributeurs` text,
`droits` text,
`url_droits` varchar(510) DEFAULT NULL,
`langue` varchar(255) NOT NULL DEFAULT 'fr',
`date_creation` varchar(30) NOT NULL DEFAULT 'YYYY-MM-DD',
`date_validite` varchar(255) DEFAULT NULL,
`couverture_spatiale` varchar(510) NOT NULL DEFAULT 'iso-3166-1.id=FX;',
`couverture_temporelle` varchar(510) DEFAULT NULL,
`web_services` varchar(510) DEFAULT NULL COMMENT 'ontologies,meta-donnees,noms,taxons,aide,textes,images,observations,noms-vernaculaires',
PRIMARY KEY (`guid`,`langue_meta`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
--
-- Contenu de la table `iso_639_1_meta`
--
 
INSERT INTO `iso_639_1_meta` (`guid`, `langue_meta`, `code`, `version`, `titre`, `description`, `mots_cles`, `citation`, `url_tech`, `url_projet`, `source`, `createurs`, `editeur`, `contributeurs`, `droits`, `url_droits`, `langue`, `date_creation`, `date_validite`, `couverture_spatiale`, `couverture_temporelle`, `web_services`) VALUES
('urn:lsid:tela-botanica.org:iso_639_1:2002', 'fr', 'ISO-639-1', '2002', 'Liste des langues (alpha-2) selon le standard iso', 'fournit un code composé de codets de langue formés avec des indicatifs de langue à deux lettres pour la représentation des noms de langue. Le code alpha-2 a été créé pour un usage pratique pour la plupart des grandes langues du monde qui ne sont pas seulement les plus souvent représentées dans le corpus de la littérature mondiale, mais pour lesquelles il existe également un volume considérable de langues de spécialité et de terminologies. De nombreuses langues ou familles de langues n''ont pas de code à deux lettres, mais uniquement à trois lettres (voir ISO 639). Certaines entrées (arabe, chinois, quechua…) sont définies dans l''ISO 639-3 comme des macrolangues.', 'langues, code alpha-2, iso', NULL, 'http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=IntegrationInsee', 'www.iso.org', NULL, 'o.nom=ISO', 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.org,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données;', NULL, NULL, NULL, 'fr', '2002-01-01', NULL, '', NULL, 'langues:0.1;meta-donnees:0.1');
 
 
--
-- Structure de la table `iso_639_1_v2002`
--
 
CREATE TABLE IF NOT EXISTS `iso_639_1_v2002` (
`id` varchar(2) NOT NULL,
`code_iso_639_2` varchar(7) NOT NULL,
`code_iso_639_3` varchar(3) NOT NULL,
`dialectes` int(2) NOT NULL,
`nom` varchar(200) NOT NULL,
`nom_orig` varchar(200) NOT NULL,
`nom_en` varchar(200) NOT NULL,
`commentaire` text NOT NULL,
PRIMARY KEY (`id`),
KEY `code_iso_639_2` (`code_iso_639_2`,`code_iso_639_3`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
/branches/refact/docs/projets/iso-639-1/bdd/A_LIRE_iso-639-1.txt
New file
0,0 → 1,15
1. Créer la structure de la table à l'aide du fichier iso-639-1_vxxxx.sql correspondant à votre version en utilisant
l'onglet "Importer" de PhpMyAdmin
2. Vérifier la présence du fichier tsv contenant les données à l'emplacement :
http://www.tela-botanica.org/eflore/donnees/iso-639-1/xxxx/iso-639-1_vxxxx.csv
3. Se connecter sur le serveur en root. Puis lancer les commandes suivantes :
/usr/local/mysql/bin/mysql -u telabotap -p --local-infile=1
use tb_eflore
LOAD DATA LOCAL INFILE '/home/telabotap/www/eflore/donnees/iso-639-1/xxxx/iso-639-1_vxxxx.csv'
REPLACE INTO TABLE iso_639_1_vxxxx
CHARACTER SET utf8
FIELDS TERMINATED BY ';'
ESCAPED BY '\\'
IGNORE 0 LINES;
4. Générer (ou compléter) la table iso_639_1_meta avec les informations de la nouvelle version si la requête SQL
d'insertion n'était pas présente dans le fichier iso-639-1_vxxxx.sql
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/branches/refact/docs/projets/eflore/bdd/eflore_v2011.sql
New file
0,0 → 1,46
--
-- Structure de la table `eflore_meta`
--
CREATE TABLE IF NOT EXISTS `eflore_meta` (
`guid` varchar(255) NOT NULL DEFAULT '',
`langue_meta` varchar(2) NOT NULL DEFAULT '',
`code` varchar(20) DEFAULT NULL,
`version` varchar(20) DEFAULT NULL,
`titre` varchar(255) DEFAULT NULL,
`description` text,
`mots_cles` varchar(510) DEFAULT NULL,
`citation` varchar(255) DEFAULT NULL,
`url_tech` varchar(510) DEFAULT NULL,
`url_projet` varchar(510) DEFAULT NULL,
`source` text,
`createurs` text,
`editeur` text,
`contributeurs` text,
`droits` text,
`url_droits` varchar(510) DEFAULT NULL,
`langue` varchar(255) DEFAULT NULL,
`date_creation` varchar(30) DEFAULT NULL,
`date_validite` varchar(255) DEFAULT NULL,
`couverture_spatiale` varchar(510) DEFAULT NULL,
`couverture_temporelle` varchar(510) DEFAULT NULL,
`web_services` varchar(255) NOT NULL,
PRIMARY KEY (`guid`,`langue_meta`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
--
-- Contenu de la table `eflore_meta`
--
INSERT INTO `eflore_meta` (`guid`, `langue_meta`, `code`, `version`, `titre`, `description`, `mots_cles`, `citation`, `url_tech`, `url_projet`, `source`, `createurs`, `editeur`, `contributeurs`, `droits`, `url_droits`, `langue`, `date_creation`, `date_validite`, `couverture_spatiale`, `couverture_temporelle`, `web_services`) VALUES
('urn:lsid:tela-botanica.org:eflore:2011', 'fr', 'commun', '2011', '', 'Le projet commun (ou eflore) contient toute les informations commune à tous les projets d''eflore. Notamment les ontologies utilisées dans les table des méta-données', 'eFlore, ontologies, flore, france', NULL, '', '', '', 'p.prenom=Jean-Pascal,p.nom=Milcent,p.courriel=jpm@tela-botanica.org', 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.org,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données', NULL, NULL, NULL, 'fr', '2011-08-09', NULL, 'iso-3166-1.id=FX;', NULL, 'Ontologies:0.1;Meta-donnees:0.1');
 
--
-- Structure de la table `eflore_ontologies_v2011`
--
CREATE TABLE IF NOT EXISTS `eflore_ontologies_v2011` (
`id` int(1) NOT NULL DEFAULT '0',
`classe_id` int(1) DEFAULT NULL,
`nom` varchar(26) DEFAULT NULL,
`description` varchar(47) DEFAULT NULL,
`code` varchar(100) DEFAULT NULL,
`complements` varchar(10) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/branches/refact/docs/projets/eflore/bdd/A_LIRE_eflore.txt
New file
0,0 → 1,18
1. Créer la structure de la table à l'aide du fichier eflore_vxxxx.sql correspondant à votre version en utilisant
l'onglet "Importer" de PhpMyAdmin
2. Vérifier la présence du fichier tsv contenant les données à l'emplacement :
http://www.tela-botanica.org/eflore/donnees/eflore/xxxx/eflore_ontologies_vxxxx.tsv
3. Utiliser PhpMyAdmin ou connecter vous sur le serveur en root pour lancer les commandes suivantes :
/usr/local/mysql/bin/mysql -u telabotap -p --local-infile=1
use tb_eflore
4. Executer la requête SQL suivante:
LOAD DATA LOCAL INFILE '/home/telabotap/www/eflore/donnees/eflore/xxxx/eflore_ontologies_vxxxx.tsv'
REPLACE INTO TABLE `eflore_ontologies_vxxxx`
CHARACTER SET utf8
FIELDS
TERMINATED BY '\t'
ENCLOSED BY '"'
ESCAPED BY '\\'
IGNORE 1 LINES;
5. Générer (ou compléter) la table eflore_meta avec les informations de la nouvelle version si la requête SQL
d'insertion n'était pas présente dans le fichier eflore_vxxxx.sql
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/branches/refact/docs/projets/coste/bdd/coste_v0.1.tsv
New file
0,0 → 1,7007
num_nom num_nom_retenu num_tax_sup rang nom_sci nom_supra_generique genre epithete_infra_generique epithete_sp type_epithete epithete_infra_sp cultivar_groupe cultivar nom_commercial auteur annee biblio_origine notes nom_addendum basionyme nom_francais nom_coste num_nom_coste tome page flore_bdnff_num flore_bdnff_nom_sci nom_sci_html
1 1 20 Plantae Plantae NULL Plantae R 1 1
2 2 1 80 Thalamiflores Thalamiflores NULL Thalamiflores Gp1 1 17
3 3 2 180 Renonculaceae Renonculaceae NULL Renonculacees F1 1 17
4 4 3 220 Ranunculus Ranunculus L. NULL Ranunculus G1 1 18
5 5 4 290 Ranunculus hederaceus Ranunculus hederaceus L. NULL Renoncule à feuilles de lierre. Ranunculus hederaceus 1 1 NULL 55056 Ranunculus hederaceus L.
6 6 4 290 Ranunculus lenormandi Ranunculus lenormandi Schultz. NULL Ranunculus lenormandi 2 1 NULL 55110 Ranunculus lenormandii F W Schultz
7 7 4 290 Ranunculus tripartitus Ranunculus tripartitus DC. NULL Renoncule tripartite. Ranunculus tripartitus 3 1 NULL 55467 Ranunculus tripartitus DC.
8 8 4 290 Ranunculus hololeucos Ranunculus hololeucos Lloyd NULL Ranunculus hololeucos 4 1 NULL 55225 Ranunculus ololeucos J Lloyd
9 9 4 290 Ranunculus baudotii Ranunculus baudotii Godr. NULL Renoncule de Baudot. Ranunculus baudotii 5 1 NULL 54820 Ranunculus baudotii Godr.
10 10 4 290 Ranunculus aquatilis Ranunculus aquatilis L. NULL Ranunculus aquatilis 6 1 NULL 54731 Ranunculus aquatilis L.
11 10 4 290 Ranunculus diversifolius Ranunculus diversifolius Gilib. NULL Ranunculus diversifolius 6 1 NULL
12 12 4 290 Ranunculus fluitans Ranunculus fluitans Lam. NULL Ranunculus fluitans 7 1 NULL 54998 Ranunculus fluitans Lam.
13 13 4 290 Ranunculus divaricatus Ranunculus divaricatus Schrank. NULL Renoncule divariquée Ranunculus divaricatus 8 1 NULL 54925 Ranunculus divaricatus sensu 1, 2
14 13 4 290 Ranunculus foeniculaceus Ranunculus foeniculaceus Gilib NULL Ranunculus foeniculaceus 8 1 NULL
15 15 4 290 Ranunculus trichophyllus Ranunculus trichophyllus Chaix. NULL Renoncule à feuilles capillaires. Ranunculus trichophyllus 9 1 NULL 55437 Ranunculus trichophyllus Chaix
16 16 4 290 Ranunculus parnassifolius Ranunculus parnassifolius L. NULL Renoncule à feuilles de Parnassie Ranunculus parnassifolius 10 1 NULL 55254 Ranunculus parnassifolius L.
17 17 4 290 Ranunculus amplexicaulis Ranunculus amplexicaulis L. NULL Ranunculus amplexicaulis 11 1 NULL 54722 Ranunculus amplexicaulis L.
18 18 4 290 Ranunculus pyrenaeus Ranunculus pyrenaeus L. NULL Renoncule des Pyrénées. Ranunculus pyrenaeus 12 1 NULL 55324 Ranunculus pyrenaeus L.
19 19 4 290 Ranunculus aconitifolius Ranunculus aconitifolius L. NULL Ranunculus aconitifolius 13 1 NULL 54669 Ranunculus aconitifolius L.
20 20 4 290 Ranunculus rutaefolius Ranunculus rutaefolius L. NULL Renoncule à feuilles de Rue. Ranunculus rutaefolius 14 1 NULL 55370 Ranunculus rutifolius sensu 1, 2
21 20 4 290 Callianthemum rutaefolium Callianthemum rutaefolium C.-A. Mey NULL Callianthemum rutaefolium 14 1 NULL
22 22 4 290 Ranunculus seguieri Ranunculus seguieri Vill. NULL Renoncule de Séguier Ranunculus seguieri 15 1 NULL 75321 Ranunculus seguieri Vill.
23 23 4 290 Ranunculus alpestris Ranunculus alpestris L. NULL Renoncule des Alpes Ranunculus alpestris 16 1 NULL 75317 Ranunculus alpestris L.
24 24 4 290 Ranunculus glacialis Ranunculus glacialis L. NULL Renoncule des glaciers. Ranunculus glacialis 17 1 NULL 55036 Ranunculus glacialis L.
25 25 4 290 Ranunculus bullatus Ranunculus bullatus L. NULL Renoncule boursouflée. Ranunculus bullatus 18 1 NULL 75318 Ranunculus bullatus L.
26 26 4 290 Ranunculus thora Ranunculus thora L. NULL Ranunculus thora 19 1 NULL 55429 Ranunculus thora L.
27 27 4 290 Ranunculus gramineus Ranunculus gramineus L. NULL Renoncule graminoïde. Ranunculus gramineus 20 1 NULL 55045 Ranunculus gramineus L.
28 28 4 290 Ranunculus lingua Ranunculus lingua L. NULL Ranunculus lingua 21 1 NULL 55117 Ranunculus lingua L.
29 29 4 290 Ranunculus flammula Ranunculus flammula L. NULL Ranunculus flammula 22 1 NULL 75319 Ranunculus flammula L.
30 30 4 290 Ranunculus ophioglossifolius Ranunculus ophioglossifolius Vill. NULL Renoncule à feuilles d'ophioglosse. Ranunculus ophioglossifolius 23 1 NULL 55233 Ranunculus ophioglossifolius Vill.
31 31 4 290 Ranunculus revelieri Ranunculus revelieri Bor. NULL Renoncule de Revelière. Ranunculus revelieri 24 1 NULL 55351 Ranunculus revelieri Boreau
32 32 4 290 Ranunculus nodiflorus Ranunculus nodiflorus L. NULL Renoncule nodiflore. Ranunculus nodiflorus 25 1 NULL 55217 Ranunculus nodiflorus L.
33 33 4 290 Ranunculus lateriflorus Ranunculus lateriflorus DC. NULL Ranunculus lateriflorus 26 1 NULL 55107 Ranunculus lateriflorus DC.
34 34 4 290 Ranunculus sceleratus Ranunculus sceleratus L. NULL Ranunculus sceleratus 27 1 NULL 75320 Ranunculus sceleratus L.
35 35 4 290 Ranunculus parviflorus Ranunculus parviflorus L. NULL Ranunculus parviflorus 28 1 NULL 55260 Ranunculus parviflorus L.
36 36 4 290 Ranunculus sardous Ranunculus sardous Crantz NULL Ranunculus sardous 29 1 NULL 55373 Ranunculus sardous Crantz
37 36 4 290 Ranunculus philonotis Ranunculus philonotis Retz NULL Ranunculus philonotis 29 1 NULL
38 38 4 290 Ranunculus muricatus Ranunculus muricatus L. NULL Ranunculus muricatus 30 1 NULL 55181 Ranunculus muricatus L.
39 39 4 290 Ranunculus arvensis Ranunculus arvensis L. NULL Ranunculus arvensis 31 1 NULL 54767 Ranunculus arvensis L.
40 40 4 290 Ranunculus monspeliacus Ranunculus monspeliacus L. NULL Ranunculus monspeliacus 32 1 NULL 55154 Ranunculus monspeliacus L.
41 41 4 290 Ranunculus chaerophyllos Ranunculus chaerophyllos L. NULL Ranunculus chaerophyllos 33 1 NULL 54887 Ranunculus chaerophyllos sensu 1, 2
42 41 4 290 Ranunculus flabellatus Ranunculus flabellatus Desf. NULL Ranunculus flabellatus 33 1 NULL
43 43 4 290 Ranunculus garganicus Ranunculus garganicus Ten. NULL Ranunculus garganicus 34 1 NULL 55016 Ranunculus garganicus Ten.
44 43 4 290 Ranunculus canuti Ranunculus canuti Coss. NULL Ranunculus canuti 34 1 NULL
45 45 4 290 Ranunculus millefoliatus Ranunculus millefoliatus Vahl. NULL Ranunculus millefoliatus 35 1 NULL 55150 Ranunculus millefoliatus Vahl
46 46 4 290 Ranunculus marschlinsii Ranunculus marschlinsii Steud. NULL Ranunculus marschlinsii 36 1 NULL 55141 Ranunculus marschlinsii Steud.
47 46 4 290 Ranunculus demissus Ranunculus demissus Gren. et G., non DC. NULL Ranunculus demissus 36 1 NULL
48 48 4 290 Ranunculus auricomus Ranunculus auricomus L. NULL Ranunculus auricomus 37 1 NULL 54777 Ranunculus auricomus L.
49 49 4 290 Ranunculus acris Ranunculus acris L. NULL Ranunculus acris 38 1 NULL 54682 Ranunculus acris L.
50 50 4 290 Ranunculus lanuginosus Ranunculus lanuginosus L. NULL Ranunculus lanuginosus 39 1 NULL 55099 Ranunculus lanuginosus L.
51 51 4 290 Ranunculus velutinus Ranunculus velutinus Ten. NULL Ranunculus velutinus 40 1 NULL 55485 Ranunculus velutinus Ten.
52 52 4 290 Ranunculus macrophyllus Ranunculus macrophyllus Desf. NULL Renoncule à grandes feuilles Ranunculus macrophyllus 41 1 NULL 55132 Ranunculus macrophyllus Desf.
53 52 4 290 Ranunculus palustris Ranunculus palustris Gren. et G., non Sm. NULL Ranunculus palustris 41 1 NULL
54 54 4 290 Ranunculus montanus Ranunculus montanus Willd. NULL Ranunculus montanus 42 1 NULL 55169 Ranunculus montanus Willd.
55 55 4 290 Ranunculus nemorosus Ranunculus nemorosus DC. NULL Renoncule des bois Ranunculus nemorosus 43 1 NULL 55189 Ranunculus nemorosus DC.
56 56 4 290 Ranunculus repens Ranunculus repens L. NULL Ranunculus repens 44 1 NULL 55340 Ranunculus repens L.
57 57 4 290 Ranunculus bulbosus Ranunculus bulbosus L. NULL Ranunculus bulbosus 45 1 NULL 54838 Ranunculus bulbosus L.
58 58 3 220 Ficaria Ficaria Dill. Ficaire NULL Ficaria G2 1 31
59 59 58 290 Ficaria ranunculoides Ficaria ranunculoides Roth. NULL Ficaria ranunculoides 46 1 NULL 27840 Ficaria ranunculoides Roth
60 60 3 220 Ceratocephalus Ceratocephalus Moench. NULL Cératocéphale Ceratocephalus G3 1 32
61 61 60 290 Ceratocephalus falcatus Ceratocephalus falcatus Pers. NULL Cératocéphale en faux Ceratocephalus falcatus 47 1 NULL 75046 Ceratocephalus falcatus (L) Pers.
62 62 3 220 Myosurus Myosurus L. NULL Myosurus G4 1 32
63 63 62 290 Myosurus minimus Myosurus minimus L. NULL Queue de souris Myosurus minimus 48 1 NULL 43381 Myosurus minimus L.
64 64 3 220 Adonis Adonis L. NULL Adonis G5 1 32
65 65 64 290 Adonis vernalis Adonis vernalis L. NULL Adonis du printemps Adonis vernalis 49 1 NULL 885 Adonis vernalis L.
66 66 64 290 Adonis pyrenaica Adonis pyrenaica DC. NULL Adonis des Pyrénées Adonis pyrenaica 50 1 NULL 882 Adonis pyrenaica DC.
67 67 64 290 Adonis autumnalis Adonis autumnalis L. NULL Adonis autumnalis 51 1 NULL 849 Adonis autumnalis L.
68 68 64 290 Adonis aestivalis Adonis aestivalis L. NULL Adonis d'été Adonis aestivalis 52 1 NULL 830 Adonis aestivalis L.
69 69 64 290 Adonis flammea Adonis flammea Jacq. NULL Adonis écarlate Adonis flammea 53 1 NULL 864 Adonis flammea Jacq.
70 70 3 220 Clematis Clematis L. NULL Clématite. Clematis G6 1 34
71 71 70 290 Clematis alpina Clematis alpina Mill. NULL Clématite des Alpes Clematis alpina 54 1 NULL 75058 Clematis alpina (L) Mill.
72 71 70 290 Atragene alpina Atragene alpina L. NULL Atragene alpina 54 1 NULL
73 73 70 290 Clematis cirrosa Clematis cirrosa L. NULL Clématite à vrilles Clematis cirrosa 55 1 NULL 18193 Clematis cirrhosa L.
74 74 70 290 Clematis recta Clematis recta L. NULL Clématite dressée Clematis recta 56 1 NULL 18227 Clematis recta L.
75 75 70 290 Clematis flammula Clematis flammula L. NULL Clématite brûlante Clematis flammula 57 1 NULL 18206 Clematis flammula L.
76 76 70 290 Clematis vitalba Clematis vitalba L. NULL Vigne blanche Clematis vitalba 58 1 NULL 18235 Clematis vitalba L.
77 77 3 220 Thalictrum Thalictrum L. NULL Thalictrum G7 1 36
78 78 77 290 Thalictrum aquilegifolium Thalictrum aquilegifolium L. NULL Pigamon à feuilles d'ancolie. Thalictrum aquilegifolium 59 1 NULL 67476 Thalictrum aquilegiifolium L.
79 79 77 290 Thalictrum macrocarpum Thalictrum macrocarpum Gren. NULL Pigamon à gros fruit Thalictrum macrocarpum 60 1 NULL 67597 Thalictrum macrocarpum Gren.
80 80 77 290 Thalictrum tuberosum Thalictrum tuberosum L. NULL Pigamon tubéreux. Thalictrum tuberosum 61 1 NULL 67736 Thalictrum tuberosum L.
81 81 77 290 Thalictrum alpinum Thalictrum alpinum L. NULL Pigamon des Alpes Thalictrum alpinum 62 1 NULL 67461 Thalictrum alpinum L.
82 82 77 290 Thalictrum foetidum Thalictrum foetidum L. NULL Pigamon fétide Thalictrum foetidum 63 1 NULL 67555 Thalictrum foetidum L.
83 83 77 290 Thalictrum minus Thalictrum minus L. NULL Thalictrum minus 64 1 NULL 67607 Thalictrum minus L.
84 84 77 290 Thalictrum flavum Thalictrum flavum L. NULL Pigamon jaune Thalictrum flavum 65 1 NULL 67533 Thalictrum flavum L.
85 85 77 290 Thalictrum mediterraneum Thalictrum mediterraneum Jord. NULL Pigamon méditerranéen Thalictrum mediterraneum 66 1 NULL 67603 Thalictrum mediterraneum Jord.
86 85 77 290 Thalictrum flavum var. angustifolium Thalictrum flavum var. angustifolium G. G. NULL Thalictrum flavum var. angustifolium 66 1 NULL
87 87 77 290 Thalictrum gallicum Thalictrum gallicum Rouy et Fouc. NULL Thalictrum gallicum 67 1 NULL 67564 Thalictrum gallicum Rouy & Foucaud
88 87 77 290 Thalictrum lucidum Thalictrum lucidum G. G., Non L.  NULL Thalictrum lucidum 67 1 NULL
89 87 77 290 Thalictrum medium Thalictrum medium auct. plur., non Jacq. NULL Thalictrum medium 67 1 NULL
90 90 77 290 Thalictrum simplex Thalictrum simplex L. NULL Pigamon simple Thalictrum simplex 68 1 NULL 67712 Thalictrum simplex L.
91 90 77 290 Thalictrum alpicolum Thalictrum alpicolum Jord. NULL Thalictrum alpicolum 68 1 NULL
92 92 77 290 Thalictrum bauhini Thalictrum bauhini Crantz. NULL Pigamon de Bauhin Thalictrum bauhini 69 1 NULL 67488 Thalictrum bauhini Crantz
93 92 77 290 Thalictrum angustifolium Thalictrum angustifolium G. G. NULL Thalictrum angustifolium 69 1 NULL
94 94 3 220 Anemone Anemone L. NULL Anémone.</i> Anemone G8 1 40
95 95 94 290 Anemone hepatica Anemone hepatica L. NULL Anemone hepatica 70 1 NULL 4795 Anemone hepatica L.
96 96 94 290 Anemone narcissiflora Anemone narcissiflora L. NULL Anemone narcissiflora 71 1 NULL 75623 Anemone narcissiflora L.
97 97 94 290 Anemone palmata Anemone palmata L. NULL Anemone palmata 72 1 NULL 4839 Anemone palmata L.
98 98 94 290 Anemone hortensis Anemone hortensis L. NULL Anemone hortensis 73 1 NULL 75447 Anemone hortensis L.
99 99 94 290 Anemone coronaria Anemone coronaria L. NULL Anémone couronnée. Anemone coronaria 74 1 NULL 4758 Anemone coronaria L.
100 100 94 290 Anemone vernalis Anemone vernalis L. NULL Anemone vernalis 75 1 NULL 4887 Anemone vernalis L.
101 101 94 290 Anemone halleri Anemone halleri All. NULL Anemone halleri 76 1 NULL 4793 Anemone halleri All.
102 102 94 290 Anemone pulsatilla Anemone pulsatilla L. NULL Anemone pulsatilla 77 1 NULL 4852 Anemone pulsatilla L.
103 103 94 290 Anemone alpina Anemone alpina L. NULL Anemone alpina 78 1 NULL 4737 Anemone alpina L.
104 104 94 290 Anemone ranunculoides Anemone ranunculoides L. NULL Anemone ranunculoides 79 1 NULL 74957 Anemone ranunculoides L.
105 105 94 290 Anemone silvestris Anemone silvestris L. NULL Anemone silvestris 80 1 NULL 4879 Anemone sylvestris L.
106 106 94 290 Anemone baldensis Anemone baldensis L. NULL Anemone baldensis 81 1 NULL 4751 Anemone baldensis L.
107 107 94 290 Anemone apennina Anemone apennina L. NULL Anemone apennina 82 1 NULL 4749 Anemone apennina L.
108 108 94 290 Anemone nemorosa Anemone nemorosa L. NULL Anemone nemorosa 83 1 NULL 4830 Anemone nemorosa L.
109 109 3 220 Trollius Trollius L. NULL Trolle Trollius G9 1 44
110 110 109 290 Trollius europaeus Trollius europaeus L. NULL Trollius europaeus 84 1 NULL 75423 Trollius europaeus L.
111 111 3 220 Caltha Caltha L. NULL Populage Caltha G10 1 45
112 112 111 290 Caltha palustris Caltha palustris L. NULL Caltha palustris 85 1 NULL 75007 Caltha palustris L.
113 113 3 220 Helleborus Helleborus L. NULL Hellébore. Helleborus G11 1 45
114 114 113 290 Helleborus niger Helleborus niger L. NULL Hellébore noir, Rose de Noël Helleborus niger 86 1 NULL 75521 Helleborus niger L.
115 115 113 290 Helleborus viridis Helleborus viridis L. NULL Helleborus viridis 87 1 NULL 75164 Helleborus viridis L.
116 116 113 290 Helleborus lividus Helleborus lividus Ait. NULL Helleborus lividus 88 1 NULL 74689 Helleborus lividus sensu H J.Coste
117 117 113 290 Helleborus foetidus Helleborus foetidus L. NULL Helleborus foetidus 89 1 NULL 31516 Helleborus foetidus L.
118 118 3 220 Eranthis Eranthis Salisb. NULL Eranthis. Eranthis G12 1 46
119 119 118 290 Eranthis hiemalis Eranthis hiemalis Salisb. NULL Eranthis hiemalis 90 1 NULL 24720 Eranthis hyemalis (L) Salisb.
120 120 3 220 Isopyrum Isopyrum L. NULL Isopyre Isopyrum G13 1 47
121 121 120 290 Isopyrum thalictroides Isopyrum thalictroides L. NULL Isopyrum thalictroides 91 1 NULL 36150 Isopyrum thalictroides L.
122 122 3 220 Garidella Garidella L. NULL Garidelle Garidella G14 1 47
123 123 122 290 Garidella nigellastrum Garidella nigellastrum L. NULL Garidella nigellastrum 92 1 NULL 29386 Garidella nigellastrum L.
124 124 3 220 Nigella Nigella L. NULL Nigelle. Nigella G15 1 47
125 125 124 290 Nigella damascena Nigella damascena L. NULL Nigella damascena 93 1 NULL 44101 Nigella damascena L.
126 126 124 290 Nigella arvensis Nigella arvensis L. NULL Nigella arvensis 94 1 NULL 44091 Nigella arvensis L.
127 127 124 290 Nigella gallica Nigella gallica Jord. NULL Nigella gallica 95 1 NULL 44107 Nigella gallica Jord.
128 127 124 290 Nigella hispanica Nigella hispanica G. G., non L. NULL Nigella hispanica 95 1 NULL
129 129 3 220 Delphinium Delphinium L. NULL Dauphinelle Delphinium G16 1 48
130 130 129 290 Delphinium ajacis Delphinium ajacis L. NULL Delphinium ajacis 96 1 NULL 21790 Delphinium ajacis L.
131 131 129 290 Delphinium consolida Delphinium consolida L. NULL Delphinium consolida 97 1 NULL 21796 Delphinium consolida L.
132 132 129 290 Delphinium pubescens Delphinium pubescens DC. NULL Delphinium pubescens 98 1 NULL 21855 Delphinium pubescens DC.
133 133 129 290 Delphinium peregrinum Delphinium peregrinum L. NULL Pied d'alouette voyageur Delphinium peregrinum 99 1 NULL 21845 Delphinium peregrinum sensu 1, 2, 5
134 134 129 290 Delphinium fissum Delphinium fissum Waldst. et Kit. NULL Delphinium fissum 100 1 NULL 75085 Delphinium fissum Waldst. & Kit.
135 135 129 290 Delphinium elatum Delphinium elatum L. NULL Delphinium elatum 101 1 NULL 21807 Delphinium elatum L.
136 136 129 290 Delphinium requienii Delphinium requienii DC. NULL Delphinium requienii 102 1 NULL 21858 Delphinium requienii DC.
137 137 129 290 Delphinium staphisagria Delphinium staphisagria L. NULL Delphinium staphisagria 103 1 NULL 21861 Delphinium staphisagria L.
138 138 3 220 Aconitum Aconitum L. NULL Aconit Aconitum G17 1 51
139 139 138 290 Aconitum anthora Aconitum anthora L. NULL Aconitum anthora 104 1 NULL 496 Aconitum anthora L.
140 140 138 290 Aconitum lycoctonum Aconitum lycoctonum L. NULL Aconitum lycoctonum 105 1 NULL 560 Aconitum lycoctonum sensu 1, 2
141 141 138 290 Aconitum napellus Aconitum napellus L. NULL Aconitum napellus 106 1 NULL 562 Aconitum napellus L.
142 142 138 290 Aconitum paniculatum Aconitum paniculatum Lamk. NULL Aconitum paniculatum 107 1 NULL 589 Aconitum paniculatum sensu 1, 2, 3, 4
143 143 3 220 Aquilegia Aquilegia L. NULL Ancolie. Aquilegia G18 1 53
144 144 143 290 Aquilegia bernardi Aquilegia bernardi Gren. et G. NULL Aquilegia bernardi 108 1 NULL 5707 Aquilegia bernardii Gren.
145 145 143 290 Aquilegia pyrenaica Aquilegia pyrenaica DC. NULL Aquilegia pyrenaica 109 1 NULL 74964 Aquilegia pyrenaica DC.
146 146 143 290 Aquilegia alpina Aquilegia alpina L. NULL Aquilegia alpina 110 1 NULL 5700 Aquilegia alpina L.
147 147 143 290 Aquilegia kitaibelii Aquilegia kitaibelii Schott. NULL Ancolie de Kitaibel. Aquilegia kitaibelii 111 1 NULL 5716 Aquilegia kitaibelii sensu auct.
148 148 143 290 Aquilegia reuteri Aquilegia reuteri Boiss. NULL Aquilegia reuteri 112 1 NULL 5725 Aquilegia reuteri Boiss.
149 149 143 290 Aquilegia vulgaris Aquilegia vulgaris L. NULL Aquilegia vulgaris 113 1 NULL 74965 Aquilegia vulgaris L.
150 150 3 220 Actaea Actaea L. NULL Actaea G19 1 55
151 151 150 290 Actaea spicata Actaea spicata L. NULL Actée en épi, Herbe de Saint-Christophe Actaea spicata 114 1 NULL 721 Actaea spicata L.
152 152 3 220 Paeonia Paeonia L. NULL Pivoine. Paeonia G20 1 55
153 153 152 290 Paeonia corallina Paeonia corallina Retz. NULL Pivoine coralline Paeonia corallina 115 1 NULL 47317 Paeonia corallina Retz.
154 154 152 290 Paeonia peregrina Paeonia peregrina Mill. NULL Pivoine voyageuse. Paeonia peregrina 116 1 NULL 47348 Paeonia peregrina sensu 1, 2
155 155 2 180 Berberideae Berberideae NULL Berberidees F2 1 56
156 156 155 220 Berberis Berberis L. NULL Berberis G21 1 56
157 157 156 290 Berberis vulgaris Berberis vulgaris L. NULL Epine-vinette. Berberis vulgaris 117 1 NULL 9456 Berberis vulgaris L.
158 158 156 290 Berberis aetnensis Berberis aetnensis Roem. et Schult. NULL Berberis aetnensis 118 1 NULL 9448 Berberis aetnensis C Presl
159 159 2 180 Nympheaceae Nympheaceae NULL Nympheacees F3 1 57
160 160 159 220 Nymphaea Nymphaea L. NULL Nénuphar. Nymphaea G22 1 57
161 161 160 290 Nymphaea alba Nymphaea alba L. NULL Nénuphar blanc. Nymphaea alba 119 1 NULL 44268 Nymphaea alba L.
162 162 159 220 Nuphar Nuphar Sibth. et Sm. NULL Nuphar. Nuphar G23 1 57
163 163 162 290 Nuphar luteum Nuphar luteum Sibth. et Sm. NULL Nénuphar jaune. Nuphar luteum 120 1 NULL 44245 Nuphar lutea (L) Sm.
164 164 162 290 Nuphar pumilum Nuphar pumilum Sibth. NULL Nuphar pumilum 121 1 NULL 44252 Nuphar pumila (Timm) DC.
165 165 2 180 Papaveraceae Papaveraceae NULL Papaveracees F4 1 58
166 166 165 220 Papaver Papaver L. NULL Pavot Papaver G24 1 59
167 167 166 290 Papaver alpinum Papaver alpinum L. NULL Papaver alpinum 122 1 NULL 47687 Papaver alpinum sensu 1, 2
168 168 166 290 Papaver hispidum Papaver hispidum Lamk. NULL Papaver hispidum 123 1 NULL 47769 Papaver hispidum Lam.
169 168 166 290 Papaver hybridum Papaver hybridum L. NULL Papaver hybridum 123 1 NULL
170 170 166 290 Papaver argemone Papaver argemone L. NULL Papaver argemone 124 1 NULL 75276 Papaver argemone L.
171 171 166 290 Papaver somniferum Papaver somniferum L. NULL Pavot. Papaver somniferum 125 1 NULL 47858 Papaver somniferum L.
172 172 166 290 Papaver rhoeas Papaver rhoeas L. NULL Coquelicot. Papaver rhoeas 126 1 NULL 75277 Papaver rhoeas L.
173 173 166 290 Papaver obtusifolium Papaver obtusifolium Desf. NULL Papaver obtusifolium 127 1 NULL 47797 Papaver obtusifolium Desf.
174 174 166 290 Papaver pinnatifidum Papaver pinnatifidum Moris. NULL Papaver pinnatifidum 128 1 NULL 47807 Papaver pinnatifidum Moris
175 175 166 290 Papaver dubium Papaver dubium L. NULL Papaver dubium 129 1 NULL 47737 Papaver dubium L.
176 176 165 220 Meconopsis Meconopsis Vig. NULL Meconopsis G25 1 61
177 177 176 290 Meconopsis cambrica Meconopsis cambrica Vig. NULL Meconopsis cambrica 130 1 NULL 41127 Meconopsis cambrica (L) Vig.
178 178 165 220 Roemeria Roemeria Medik. NULL Roemeria G26 1 62
179 179 178 290 Roemeria violacea Roemeria violacea Medik NULL Roemeria violacea 131 1 NULL 56272 Roemeria violacea Medik.
180 179 178 290 Roemeria hybrida Roemeria hybrida DC. NULL Roemeria hybrida 131 1 NULL
181 181 165 220 Glaucium Glaucium Gaertn. NULL Glaucium G27 1 62
182 182 181 290 Glaucium flavum Glaucium flavum Crantz NULL Glaucium flavum 132 1 NULL 30228 Glaucium flavum Crantz
183 182 181 290 Glaucium luteum Glaucium luteum Scop. NULL Glaucium luteum 132 1 NULL
184 184 181 290 Glaucium corniculatum Glaucium corniculatum Curt. NULL Glaucium corniculatum 133 1 NULL 75154 Glaucium corniculatum (L) Rudolph
185 185 165 220 Chelidonium Chelidonium L. NULL Chélidoine. Chelidonium G28 1 63
186 186 185 290 Chelidonium majus Chelidonium majus L. NULL Eclaire, Herbe-aux-verrues. Chelidonium majus 134 1 NULL 16703 Chelidonium majus L.
187 187 165 220 Hypecoum Hypecoum L. NULL Hypecoum G29 1 63
188 188 187 290 Hypecoum pendulum Hypecoum pendulum L. NULL Hypecoum pendulum 135 1 NULL 35211 Hypecoum pendulum L.
189 189 187 290 Hypecoum procumbens Hypecoum procumbens L. NULL Hypecoum procumbens 136 1 NULL 75181 Hypecoum procumbens L.
190 190 2 180 Fumariaceae Fumariaceae NULL Fumariacees F5 1 64
191 191 190 220 Corydalis Corydalis D. C. NULL Corydalis G30 1 64
192 192 191 290 Corydalis enneaphylla Corydalis enneaphylla DC. NULL Corydalis enneaphylla 137 1 NULL 19072 Corydalis enneaphylla (L) DC.
193 192 191 290 Sarcocapnos enneaphylla Sarcocapnos enneaphylla DC. NULL Sarcocapnos enneaphylla 137 1 NULL
194 194 191 290 Corydalis claviculata Corydalis claviculata DC. NULL Corydalis claviculata 138 1 NULL 19068 Corydalis claviculata (L) DC.
195 195 191 290 Corydalis lutea Corydalis lutea DC. NULL Corydalis lutea 139 1 NULL 19081 Corydalis lutea (L) DC.
196 196 191 290 Corydalis cava Corydalis cava Schw. NULL Corydalis cava 140 1 NULL 75067 Corydalis cava (L) Schweigg. & Körte
197 197 191 290 Corydalis fabacea Corydalis fabacea Pers. NULL Corydalis fabacea 141 1 NULL 19073 Corydalis fabacea (Retz) Pers.
198 198 191 290 Corydalis solida Corydalis solida Swartz. NULL Corydalis solida 142 1 NULL 75068 Corydalis solida (L) Clairv.
199 199 190 220 Fumaria Fumaria L. NULL Fumaria G31 1 67
200 200 199 290 Fumaria spicata Fumaria spicata L. NULL Fumaria spicata 143 1 NULL 28570 Fumaria spicata L.
201 200 199 290 Platycapnos spicatus Platycapnos spicatus Bernh. NULL Platycapnos spicatus 143 1 NULL
202 202 199 290 Fumaria capreolata Fumaria capreolata L. NULL Fumaria capreolata 144 1 NULL 75465 Fumaria capreolata L.
203 203 199 290 Fumaria agraria Fumaria agraria Lag. NULL Fumaria agraria 145 1 NULL 28408 Fumaria agraria sensu 2, 3
204 203 199 290 Fumaria major Fumaria major Badarr. NULL Fumaria major 145 1 NULL
205 205 199 290 Fumaria muralis Fumaria muralis Sond. NULL Fumaria muralis 146 1 NULL 28510 Fumaria muralis Sond. ex W.D.J.Koch
206 206 199 290 Fumaria officinalis Fumaria officinalis L. NULL Fumeterre officinale. Fumaria officinalis 147 1 NULL 28525 Fumaria officinalis L.
207 207 199 290 Fumaria micrantha Fumaria micrantha Lag. NULL Fumaria micrantha 148 1 NULL 28503 Fumaria micrantha Lag.
208 207 199 290 Fumaria densifiora Fumaria densifiora DC. NULL Fumaria densifiora 148 1 NULL
209 209 199 290 Fumaria parviflora Fumaria parviflora Lamk. NULL Fumaria parviflora 149 1 NULL 28541 Fumaria parviflora Lam.
210 210 199 290 Fumaria vaillantii Fumaria vaillantii Lois. NULL Fumaria vaillantii 150 1 NULL 28580 Fumaria vaillantii Loisel.
211 211 2 180 Brassicaceae Brassicaceae NULL Cruciferes F6 1 69
212 212 211 220 Raphanus Raphanus L. NULL Radis. Raphanus G32 1 72
213 213 212 290 Raphanus sativus Raphanus sativus L. NULL Radis. Raphanus sativus 151 1 NULL 55568 Raphanus sativus L.
214 214 212 290 Raphanus raphanistrum Raphanus raphanistrum L. NULL Raphanus raphanistrum 152 1 NULL 55553 Raphanus raphanistrum L.
215 215 211 220 Sinapis Sinapis L. NULL Sénevé Sinapis G33 1 73
216 216 215 290 Sinapis arvensis Sinapis arvensis L. NULL Sinapis arvensis 153 1 NULL 75386 Sinapis arvensis L.
217 217 215 290 Sinapis alba Sinapis alba L. NULL Moutarde blanche. Sinapis alba 154 1 NULL 64461 Sinapis alba L.
218 218 215 290 Sinapis dissecta Sinapis dissecta Lag. NULL Sinapis dissecta 155 1 NULL 64503 Sinapis dissecta Lag.
219 219 215 290 Sinapis pubescens Sinapis pubescens L. NULL Sinapis pubescens 156 1 NULL 75387 Sinapis pubescens L.
220 220 215 290 Sinapis incana Sinapis incana L. NULL Sinapis incana 157 1 NULL 64513 Sinapis incana L.
221 220 215 290 Hirschfeldia adpressa Hirschfeldia adpressa Moench NULL Hirschfeldia adpressa 157 1 NULL
222 222 215 290 Sinapis nigra Sinapis nigra L. NULL Moutarde noire. Sinapis nigra 158 1 NULL 64523 Sinapis nigra L.
223 223 211 220 Brassica Brassica L. NULL Brassica G34 1 75
224 224 223 290 Brassica oleracea Brassica oleracea L. NULL Brassica oleracea 159 1 NULL 10323 Brassica oleracea L.
225 225 223 290 Brassica napus Brassica napus L. NULL Navet. Brassica napus 160 1 NULL 10308 Brassica napus L.
226 226 223 290 Brassica rapa Brassica rapa L. NULL Rave. Brassica rapa 161 1 NULL 10372 Brassica rapa L.
227 226 223 290 Brassica asperifolia Brassica asperifolia Lamk NULL Brassica asperifolia 161 1 NULL
228 228 223 290 Brassica richeri Brassica richeri Vill. NULL Brassica richeri 162 1 NULL 10392 Brassica richeri Vill.
229 229 223 290 Brassica fruticulosa Brassica fruticulosa Cyr. NULL Brassica fruticulosa 163 1 NULL 74997 Brassica fruticulosa Cirillo
230 230 223 290 Brassica cheiranthus Brassica cheiranthus Vill. NULL Brassica cheiranthus 164 1 NULL 10237 Brassica cheiranthos Vill.
231 230 223 290 Sinapis cheiranthus Sinapis cheiranthus Koch NULL Sinapis cheiranthus 164 1 NULL
232 232 211 220 Diplotaxis Diplotaxis D. C. NULL Diplotaxis. Diplotaxis G36 1 78
233 233 232 290 Diplotaxis humilis Diplotaxis humilis G. G. NULL Diplotaxis humilis 166 1 NULL 22628 Diplotaxis humilis (Dc) Godr.
234 233 232 290 Diplotaxis repanda Diplotaxis repanda G. G NULL Diplotaxis repanda 166 1 NULL
235 235 232 290 Diplotaxis brassicoides Diplotaxis brassicoides Rony NULL Diplotaxis brassicoides 167 1 NULL 22613 Diplotaxis brassicoides sensu H J.Coste
236 235 232 290 Diplotaxis blancoana Diplotaxis blancoana Boiss. NULL Diplotaxis blancoana 167 1 NULL
237 237 232 290 Diplotaxis erucoides Diplotaxis erucoides D. C. NULL Diplotaxis erucoides 168 1 NULL 75095 Diplotaxis erucoides (L) DC.
238 238 232 290 Diplotaxis tenuifolia Diplotaxis tenuifolia DC. NULL Diplotaxis tenuifolia 169 1 NULL 22660 Diplotaxis tenuifolia (L) DC.
239 239 232 290 Diplotaxis muralis Diplotaxis muralis DC. NULL Diplotaxis muralis 170 1 NULL 75096 Diplotaxis muralis (L) DC.
240 240 232 290 Diplotaxis viminea Diplotaxis viminea DC. NULL Diplotaxis viminea 171 1 NULL 22664 Diplotaxis viminea (L) DC.
241 241 211 220 Eruca Eruca D. C. NULL Roquette Eruca G35 1 78
242 242 241 290 Eruca sativa Eruca sativa Lamk. NULL Roquette. Eruca sativa 165 1 NULL 25251 Eruca sativa Mill.
243 243 211 220 Erucastrum Erucastrum Presl. NULL Fausse Erucastrum G37 1 80
244 244 243 290 Erucastrum pollichii Erucastrum pollichii Spenn. NULL Erucastrum pollichii 172 1 NULL 25310 Erucastrum pollichii Schimp. & Spenn.
245 244 243 290 Diplotaxis bracteata Diplotaxis bracteata G. G. NULL Diplotaxis bracteata 172 1 NULL
246 246 243 290 Erucastrum obtusangulum Erucastrum obtusangulum Reich. NULL Roquette des champs. Erucastrum obtusangulum 173 1 NULL 25306 Erucastrum obtusangulum (Clairv) Rchb.
247 246 243 290 Diplotaxis erucastrum Diplotaxis erucastrum G. G. NULL Diplotaxis erucastrum 173 1 NULL
248 248 211 220 Moricandia Moricandia D. C. NULL Moricandia G38 1 81
249 249 248 290 Moricandia arvensis Moricandia arvensis DC. NULL Moricandia arvensis 174 1 NULL 42955 Moricandia arvensis (L) DC.
250 250 211 220 Hesperis Hesperis L. NULL Julienne. Hesperis G39 1 81
251 251 250 290 Hesperis matronalis Hesperis matronalis L. NULL Julienne des dames. Hesperis matronalis 175 1 NULL 31868 Hesperis matronalis L.
252 252 250 290 Hesperis laciniata Hesperis laciniata All. NULL Hesperis laciniata 176 1 NULL 31858 Hesperis laciniata All.
253 253 211 220 Malcolmia Malcolmia R. Br. NULL Malcolmia G40 1 82
254 254 253 290 Malcolmia littorea Malcolmia littorea R. Br. NULL Malcolmia littorea 177 1 NULL 40712 Malcolmia littorea (L) R Br.
255 255 253 290 Malcolmia maritima Malcolmia maritima R. Br. NULL Giroflée de Mahon. Malcolmia maritima 178 1 NULL 40715 Malcolmia maritima (L) R Br.
256 256 253 290 Malcolmia africana Malcolmia africana R. Br. NULL Malcolmia africana 179 1 NULL 40702 Malcolmia africana (L) R Br.
257 257 253 290 Malcolmia parviflora Malcolmia parviflora DC. NULL Malcolmia parviflora 180 1 NULL 40718 Malcolmia parviflora (Dc) DC.
258 258 253 290 Malcolmia binervis Malcolmia binervis Boiss. NULL Malcolmia binervis 181 1 NULL 40705 Malcolmia binervis (C A Mey.) Boiss.
259 258 253 290 Malcolmia confusa Malcolmia confusa Boiss. NULL Malcolmia confusa 181 1 NULL
260 258 253 290 Sisymbrium nanum Sisymbrium nanum Cosson NULL Sisymbrium nanum 181 1 NULL
261 261 211 220 Matthiola Matthiola R. Br. NULL Matthiola G41 1 84
262 262 261 290 Matthiola incana Matthiola incana R. Br. NULL Violier, Giroflée des jardins. Matthiola incana 182 1 NULL 75476 Matthiola incana (L) R Br.
263 263 261 290 Matthiola sinuata Matthiola sinuata R. Br. NULL Matthiola sinuata 183 1 NULL 41095 Matthiola sinuata (L) R Br.
264 264 261 290 Matthiola tristis Matthiola tristis R. Br. NULL Matthiola tristis 184 1 NULL 41109 Matthiola tristis (L) R Br.
265 265 261 290 Matthiola tricuspidata Matthiola tricuspidata R. Br. NULL Matthiola tricuspidata 185 1 NULL 41107 Matthiola tricuspidata (L) R Br.
266 266 211 220 Cheiranthus Cheiranthus L. NULL Cheiranthus G42 1 85
267 267 266 290 Cheiranthus cheiri Cheiranthus cheiri L. NULL Giroflée jaune, Giroflée des murailles. Cheiranthus cheiri 186 1 NULL 16627 Cheiranthus cheiri L.
268 268 211 220 Erysimum Erysimum ERYSIMUM L. NULL Erysimum G43 1 86
269 269 268 290 Erysimum orientale Erysimum orientale R. Br. NULL Erysimum orientale 187 1 NULL 77323 Erysimum orientale R Br.
270 269 268 290 Erysimum perfoliatum Erysimum perfoliatum Crantz NULL Erysimum perfoliatum 187 1 NULL
271 271 268 290 Erysimum cheiranthoides Erysimum cheiranthoides L. NULL Erysimum cheiranthoides 188 1 NULL 75118 Erysimum cheiranthoides L.
272 272 268 290 Erysimum aurigeranum Erysimum aurigeranum Timb. NULL Erysimum aurigeranum 189 1 NULL 25415 Erysimum aurigeranum Jeanb. & Timb.
273 273 268 290 Erysimum hieracifolium Erysimum hieracifolium L. NULL Erysimum hieracifolium 190 1 NULL 25470 Erysimum hieracifolium L.
274 273 268 290 Erysimum virgatum Erysimum virgatum Roth NULL Erysimum virgatum 190 1 NULL
275 275 268 290 Erysimum pumilum Erysimum pumilum Gaud. NULL Erysimum pumilum 191 1 NULL 25542 Erysimum pumilum (Schleich) Gaudin
276 276 268 290 Erysimum ochroleucum Erysimum ochroleucum DC.) NULL Erysimum ochroleucum 192 1 NULL 75875 Erysimum ochroleucum (Schleich) DC.
277 277 268 290 Erysimum longifolium Erysimum longifolium DC. NULL Erysimum longifolium 193 1 NULL 25496 Erysimum longifolium sensu H J.Coste
278 277 268 290 Erysimum australe Erysimum australe Gay NULL Erysimum australe 193 1 NULL
279 279 211 220 Barbarea Barbarea Beckm. NULL Barbarea G44 1 88
280 280 279 290 Barbarea vulgaris Barbarea vulgaris B. Br. NULL Herbe de sainte Barbe. Barbarea vulgaris 194 1 NULL 9177 Barbarea vulgaris R Br.
281 281 279 290 Barbarea sicula Barbarea sicula Presl., non G. G. NULL Barbarea sicula 195 1 NULL 77313 Barbarea sicula C Presl & J.Presl
282 282 279 290 Barbarea intermedia Barbarea intermedia Bor. NULL Barbarea intermedia 196 1 NULL 9142 Barbarea intermedia Boreau
283 283 279 290 Barbarea rupicola Barbarea rupicola Moris. NULL Barbarea rupicola 197 1 NULL 9167 Barbarea rupicola Moris
284 284 279 290 Barbarea praecox Barbarea praecox R. Br. NULL Cresson de terre. Barbarea praecox 198 1 NULL 9158 Barbarea praecox (Sm) R Br.
285 284 279 290 Barbarea patula Barbarea patula Fries NULL Barbarea patula 198 1 NULL
286 286 211 220 Sisymbrium Sisymbrium L NULL . - Sisymbre. Sisymbrium G45 1 90
287 287 286 290 Sisymbrium thalianum Sisymbrium thalianum Gay NULL Sisymbrium thalianum 199 1 NULL 64740 Sisymbrium thalianum (L) J Gay & Monnard
288 287 286 290 Arabis thaliana Arabis thaliana L. NULL Arabis thaliana 199 1 NULL
289 289 286 290 Sisymbrium alliaria Sisymbrium alliaria Scop. NULL Sisymbrium alliaria 200 1 NULL 64577 Sisymbrium alliaria (L) Scop.
290 289 286 290 Alliaria officinalis Alliaria officinalis Andrz. NULL Alliaria officinalis 200 1 NULL
291 291 286 290 Sisymbrium pinnatifidum Sisymbrium pinnatifidum DC. NULL Sisymbrium pinnatifidum 201 1 NULL 64689 Sisymbrium pinnatifidum (Lam) DC.
292 292 286 290 Sisymbrium supinum Sisymbrium supinum L. NULL Sisymbrium supinum 202 1 NULL 64731 Sisymbrium supinum L.
293 293 286 290 Sisymbrium runcinatum Sisymbrium runcinatum Lag. NULL Sisymbrium runcinatum 203 1 NULL 64710 Sisymbrium runcinatum Lag. ex DC.
294 294 286 290 Sisymbrium polyceratium Sisymbrium polyceratium L. NULL Sisymbrium polyceratium 204 1 NULL 64693 Sisymbrium polyceratium L.
295 295 286 290 Sisymbrium officinale Sisymbrium officinale L. NULL Vélar, Herbe aux chantres. Sisymbrium officinale 205 1 NULL 64674 Sisymbrium officinale (L) Scop.
296 296 286 290 Sisymbrium tanacetifolium Sisymbrium tanacetifolium L. NULL Sisymbrium tanacetifolium 206 1 NULL 64733 Sisymbrium tanacetifolium L.
297 296 286 290 Hugueninia tanacetifolia Hugueninia tanacetifolia Reich NULL Hugueninia tanacetifolia 206 1 NULL
298 298 286 290 Sisymbrium sophia Sisymbrium sophia L. NULL Sagesse des chirurgiens. Sisymbrium sophia 207 1 NULL 64722 Sisymbrium sophia L.
299 299 286 290 Sisymbrium strictissimum Sisymbrium strictissimum L. NULL Sisymbrium strictissimum 208 1 NULL 64725 Sisymbrium strictissimum L.
300 300 286 290 Sisymbrium sinapistrum Sisymbrium sinapistrum Crantz NULL Sisymbrium sinapistrum 209 1 NULL 64719 Sisymbrium sinapistrum Crantz
301 300 286 290 Sisymbrium pannonicum Sisymbrium pannonicum Jacq. NULL Sisymbrium pannonicum 209 1 NULL
302 302 286 290 Sisymbrium columnae Sisymbrium columnae Jacq. NULL Sisymbrium columnae 210 1 NULL 64612 Sisymbrium columnae Jacq.
303 303 286 290 Sisymbrium irio Sisymbrium irio L. NULL Vélaret. Sisymbrium irio 211 1 NULL 64651 Sisymbrium irio L.
304 304 286 290 Sisymbrium costei Sisymbrium costei Fouc. et Rouy. NULL Sisymbrium costei 212 1 NULL 64623 Sisymbrium costei Rouy & Foucaud
305 305 286 290 Sisymbrium austriacum Sisymbrium austriacum Jacq. NULL Sisymbrium austriacum 213 1 NULL 64588 Sisymbrium austriacum Jacq.
306 306 211 220 Nasturtium Nasturtium R. Br. NULL Cresson. Nasturtium G46 1 95
307 307 306 290 Nasturtium officinale Nasturtium officinale R. . Br. NULL Cresson de fontaine. Nasturtium officinale 214 1 NULL 43852 Nasturtium officinale R Br.
308 308 306 290 Nasturtium asperum Nasturtium asperum Coss. NULL Nasturtium asperum 215 1 NULL 77292 Nasturtium asperum Coss.
309 308 306 290 Sisymbrium asperum Sisymbrium asperum L. NULL Sisymbrium asperum 215 1 NULL
310 310 306 290 Nasturtium silvestre Nasturtium silvestre R. Br. NULL Nasturtium silvestre 216 1 NULL 43874 Nasturtium sylvestre (L) R Br.
311 311 306 290 Nasturtium palustre Nasturtium palustre DC. NULL Nasturtium palustre 217 1 NULL 43862 Nasturtium palustre (L) DC.
312 311 306 290 Roripa nasturtioides Roripa nasturtioides Spach NULL Roripa nasturtioides 217 1 NULL
313 313 306 290 Nasturtium amphibium Nasturtium amphibium R. Br. NULL Nasturtium amphibium 218 1 NULL 43826 Nasturtium amphibium (L) R Br.
314 313 306 290 Roripa amphibia Roripa amphibia Bess. NULL Roripa amphibia 218 1 NULL
315 315 306 290 Nasturtium pyrenaicum Nasturtium pyrenaicum R. Br. NULL Nasturtium pyrenaicum 219 1 NULL 43865 Nasturtium pyrenaicum sensu H J.Coste
316 315 306 290 Roripa pyrenaica Roripa pyrenaica Spach NULL Roripa pyrenaica 219 1 NULL
317 317 211 220 Arabis Arabis L. NULL Arabette Arabis G47 1 97
318 318 317 290 Arabis alpina Arabis alpina L. NULL Arabette du Caucase. Arabis alpina 220 1 NULL 75448 Arabis alpina L.
319 319 317 290 Arabis cebennensis Arabis cebennensis DC. NULL Arabis cebennensis 221 1 NULL 5820 Arabis cebennensis DC.
320 320 317 290 Arabis arenosa Arabis arenosa Scop. NULL Arabis arenosa 222 1 NULL 5791 Arabis arenosa (L) Scop.
321 321 317 290 Arabis verna Arabis verna R. Br. NULL Arabis verna 223 1 NULL 6003 Arabis verna (L) R Br.
322 322 317 290 Arabis caerulea Arabis caerulea All. NULL Arabis caerulea 224 1 NULL 5816 Arabis caerulea (All) Haenke
323 323 317 290 Arabis turrita Arabis turrita L. NULL Arabis turrita 225 1 NULL 5999 Arabis turrita L.
324 324 317 290 Arabis bellidifolia Arabis bellidifolia Jacq. NULL Arabis bellidifolia 226 1 NULL 5806 Arabis bellidifolia Jacq.
325 325 317 290 Arabis pumila Arabis pumila Wulf. NULL Arabis pumila 227 1 NULL 5951 Arabis pumila sensu 1, 2, 3, 5
326 326 317 290 Arabis perfoliata Arabis perfoliata Lamk. NULL Arabis perfoliata 228 1 NULL 5935 Arabis perfoliata Lam.
327 326 317 290 Turritis glabra Turritis glabra Lamk NULL Turritis glabra 228 1 NULL
328 328 317 290 Arabis hirsuta Arabis hirsuta Scop. NULL Arabis hirsuta 229 1 NULL 5865 Arabis hirsuta (L) Scop.
329 329 317 290 Arabis muralis Arabis muralis Bert. NULL Arabis muralis 230 1 NULL 5915 Arabis muralis Bertol.
330 330 317 290 Arabis brassicaeformis Arabis brassicaeformis Wallr. NULL Arabis brassicaeformis 231 1 NULL 5813 Arabis brassiciformis Wallr.
331 331 317 290 Arabis auriculata Arabis auriculata Lamk. NULL Arabis auriculata 232 1 NULL 5797 Arabis auriculata Lam.
332 332 317 290 Arabis saxatilis Arabis saxatilis All. NULL Arabis saxatilis 233 1 NULL 5972 Arabis saxatilis All.
333 333 317 290 Arabis stricta Arabis stricta Huds. NULL Arabis stricta 234 1 NULL 5987 Arabis stricta Huds.
334 334 317 290 Arabis arcuata Arabis arcuata Shuttl. NULL Arabis arcuata 235 1 NULL 5786 Arabis arcuata Shuttlew.
335 334 317 290 Arabis ciliata Arabis ciliata Koeh NULL Arabis ciliata 235 1 NULL
336 336 317 290 Arabis serpyllifolia Arabis serpyllifolia Vill. NULL Arabis serpyllifolia 236 1 NULL 74967 Arabis serpyllifolia Vill.
337 337 211 220 Cardamine Cardamine L. NULL Cardamine Cardamine G48 1 102
338 338 337 290 Cardamine asarifolia Cardamine asarifolia L. NULL Cardamine asarifolia 237 1 NULL 12835 Cardamine asarifolia L.
339 339 337 290 Cardamine trifolia Cardamine trifolia L. NULL Cardamine trifolia 238 1 NULL 12974 Cardamine trifolia L.
340 340 337 290 Cardamine plumieri Cardamine plumieri Vill. NULL Cardamine plumieri 239 1 NULL 12927 Cardamine plumieri Vill.
341 341 337 290 Cardamine graeca Cardamine graeca L. NULL Cardamine graeca 240 1 NULL 12866 Cardamine graeca L.
342 341 337 290 Pteroneurum graecum Pteroneurum graecum DC. NULL Pteroneurum graecum 240 1 NULL
343 343 337 290 Cardamine chelidonia Cardamine chelidonia L. NULL Cardamine chelidonia 241 1 NULL 12845 Cardamine chelidonia L.
344 344 337 290 Cardamine amara Cardamine amara L. NULL Cresson amer. Cardamine amara 242 1 NULL 75018 Cardamine amara L.
345 345 337 290 Cardamine latifolia Cardamine latifolia Vahl. NULL Cardamine latifolia 243 1 NULL 12899 Cardamine latifolia Vahl
346 346 337 290 Cardamine pratensis Cardamine pratensis L. NULL Cressonnette. Cardamine pratensis 244 1 NULL 12929 Cardamine pratensis L.
347 347 337 290 Cardamine alpina Cardamine alpina Willd. NULL Cardamine alpina 245 1 NULL 12826 Cardamine alpina Willd.
348 348 337 290 Cardamine resedifolia Cardamine resedifolia L. NULL Cardamine resedifolia 246 1 NULL 12954 Cardamine resedifolia L.
349 349 337 290 Cardamine hirsuta Cardamine hirsuta L. NULL Cardamine hirsuta 247 1 NULL 12878 Cardamine hirsuta L.
350 350 337 290 Cardamine silvatica Cardamine silvatica Link. NULL Cardamine silvatica 248 1 NULL 12970 Cardamine sylvatica Link
351 351 337 290 Cardamine impatiens Cardamine impatiens L. NULL Cardamine impatiens 249 1 NULL 75019 Cardamine impatiens L.
352 352 337 290 Cardamine parviflora Cardamine parviflora L. NULL Cardamine parviflora 250 1 NULL 12921 Cardamine parviflora L.
353 353 211 220 Dentaria Dentaria L. NULL Dentaire. Dentaria G49 1 107
354 354 353 290 Dentaria bulbifera Dentaria bulbifera L. NULL Dentaria bulbifera 251 1 NULL 21871 Dentaria bulbifera L.
355 355 353 290 Dentaria digitata Dentaria digitata Lamk. NULL Dentaria digitata 252 1 NULL 21874 Dentaria digitata Lam.
356 356 353 290 Dentaria pinnata Dentaria pinnata Lamk. NULL Dentaria pinnata 253 1 NULL 21879 Dentaria pinnata Lam.
357 357 211 220 Lunaria Lunaria L. NULL Lunaire. Lunaria G50 1 108
358 358 357 290 Lunaria rediviva Lunaria rediviva L. NULL Lunaria rediviva 254 1 NULL 40153 Lunaria rediviva L.
359 359 357 290 Lunaria biennis Lunaria biennis Moench. NULL Monnaie du Pape, Clés de montre. Lunaria biennis 255 1 NULL 40146 Lunaria biennis Moench
360 360 211 220 Farsetia Farsetia R. Br. NULL Farsetia G51 1 109
361 361 360 290 Farsetia clypeata Farsetia clypeata R. Br. NULL Farsetia clypeata 256 1 NULL 26484 Farsetia clypeata (L) R Br.
362 361 360 290 Fibigia clypeata Fibigia clypeata Boiss. NULL Fibigia clypeata 256 1 NULL
363 363 360 290 Farsetia incana Farsetia incana R. Br. NULL Farsetia incana 257 1 NULL 26485 Farsetia incana (L) R Br.
364 363 360 290 Berteroa incana Berteroa incana DC.  NULL Berteroa incana 257 1 NULL
365 363 360 290 Alyssum incanum Alyssum incanum L. NULL Alyssum incanum 257 1 NULL
366 366 211 220 Vesicaria Vesicaria Poir. NULL Vesicaria G52 1 109
367 367 366 290 Vesicaria utriculata Vesicaria utriculata Lamk. NULL Vesicaria utriculata 258 1 NULL 71437 Vesicaria utriculata (L) DC.
368 368 211 220 Alyssum Alyssum L. NULL Alysson Alyssum G53 1 110
369 369 368 290 Alyssum calycinum Alyssum calycinum L. NULL Alyssum calycinum 259 1 NULL 3793 Alyssum calycinum L.
370 370 368 290 Alyssum campestre Alyssum campestre L. NULL Alyssum campestre 260 1 NULL 3801 Alyssum campestre sensu auct.
371 371 368 290 Alyssum montanum Alyssum montanum L. NULL Alyssum montanum 261 1 NULL 3840 Alyssum montanum L.
372 372 368 290 Alyssum cuneifolium Alyssum cuneifolium Ten. NULL Alyssum cuneifolium 262 1 NULL 74951 Alyssum cuneifolium Ten.
373 372 368 290 Alyssum flexicaule Alyssum flexicaule Jord. NULL Alyssum flexicaule 262 1 NULL
374 374 368 290 Alyssum corsicum Alyssum corsicum Duby. NULL Alyssum corsicum 263 1 NULL 3808 Alyssum corsicum Duby
375 375 368 290 Alyssum robertianum Alyssum robertianum Bernard. NULL Alyssum robertianum 264 1 NULL 3876 Alyssum robertianum Bernard, Godr. & Gren.
376 376 368 290 Alyssum alpestre Alyssum alpestre L. NULL Alyssum alpestre 265 1 NULL 3775 Alyssum alpestre L.
377 377 368 290 Alyssum maritimum Alyssum maritimum Lamk. NULL Alyssum maritimum 266 1 NULL 3833 Alyssum maritimum (L) Lam.
378 378 368 290 Alyssum spinosum Alyssum spinosum L. NULL Alyssum spinosum 267 1 NULL 3885 Alyssum spinosum L.
379 379 368 290 Alyssum macrocarpum Alyssum macrocarpum DC. NULL Alyssum macrocarpum 268 1 NULL 3830 Alyssum macrocarpum DC.
380 380 368 290 Alyssum pyrenaicum Alyssum pyrenaicum Lapeyr. NULL Alyssum pyrenaicum 269 1 NULL 3873 Alyssum pyrenaicum Lapeyr.
381 381 368 290 Alyssum lapeyrousianum Alyssum lapeyrousianum Jord. NULL Alyssum lapeyrousianum 270 1 NULL 3826 Alyssum lapeyrousianum Jord.
382 381 368 290 Alyssum perusianum Alyssum perusianum Gay NULL Alyssum perusianum 270 1 NULL
383 383 368 290 Alyssum halimifolium Alyssum halimifolium L. NULL Alyssum halimifolium 271 1 NULL 3820 Alyssum halimifolium sensu 2, 3
384 384 211 220 Clypeola Clypeola L. NULL Clypéole Clypeola G54 1 114
385 385 384 290 Clypeola jonthlaspi Clypeola jonthlaspi L. NULL Clypeola jonthlaspi 272 1 NULL 18283 Clypeola jonthlaspi L.
386 386 384 290 Clypeola microcarpa Clypeola microcarpa Moris. NULL Clypeola microcarpa 273 1 NULL 18300 Clypeola microcarpa Moris
387 387 211 220 Draba Draba L. NULL Draba G55 1 115
388 388 387 290 Draba pyrenaica Draba pyrenaica L. NULL Draba pyrenaica 274 1 NULL 22957 Draba pyrenaica L.
389 388 387 290 Petrocallis pyrenaica Petrocallis pyrenaica R. Br. NULL Petrocallis pyrenaica 274 1 NULL
390 390 387 290 Draba loiseleurii Draba loiseleurii Boiss. NULL Draba loiseleurii 275 1 NULL 22935 Draba loiseleurii Boiss.
391 390 387 290 Draba olympica Draba olympica G. G., non Sibth. NULL Draba olympica 275 1 NULL
392 392 387 290 Draba aizoides Draba aizoides L. NULL Draba aizoides 276 1 NULL 75099 Draba aizoides L.
393 393 387 290 Draba verna Draba verna L. NULL Draba verna 277 1 NULL 22994 Draba verna L.
394 393 387 290 Erophila vulgaris Erophila vulgaris DC. NULL Erophila vulgaris 277 1 NULL
395 395 387 290 Draba nemorosa Draba nemorosa L. NULL Draba nemorosa 278 1 NULL 22944 Draba nemorosa L.
396 396 387 290 Draba muralis Draba muralis L. NULL Draba muralis 279 1 NULL 22941 Draba muralis L.
397 397 387 290 Draba incana Draba incana L. NULL Draba incana 280 1 NULL 22917 Draba incana L.
398 398 387 290 Draba tomentosa Draba tomentosa Wahlenb. NULL Draba tomentosa 281 1 NULL 22979 Draba tomentosa Clairv.
399 399 387 290 Draba carinthiaca Draba carinthiaca Hoppe. NULL Draba carinthiaca 282 1 NULL 22885 Draba carinthiaca Hoppe
400 400 387 290 Draba wahlenbergii Draba wahlenbergii Hartm. NULL Draba wahlenbergii 283 1 NULL 23045 Draba wahlenbergii Hartm.
401 400 387 290 Draba fladnizensis Draba fladnizensis Wulf. NULL Draba fladnizensis 283 1 NULL
402 402 211 220 Cochlearia Cochlearia L. NULL Cranson Cochlearia G56 1 118
403 403 402 290 Cochlearia armoracia Cochlearia armoracia L. NULL Haifort. Cochlearia armoracia 284 1 NULL 18400 Cochlearia armoracia L.
404 403 402 290 Roripa risticana Roripa risticana G. G. NULL Roripa risticana 284 1 NULL
405 405 402 290 Cochlearia glastifolia Cochlearia glastifolia L. NULL Cochlearia glastifolia 285 1 NULL 18413 Cochlearia glastifolia L.
406 406 402 290 Cochlearia anglica Cochlearia anglica L. NULL Cochlearia anglica 286 1 NULL 18397 Cochlearia anglica L.
407 407 402 290 Cochlearia officinalis Cochlearia officinalis L. NULL Cochlearia. Cochlearia officinalis 287 1 NULL 18425 Cochlearia officinalis L.
408 408 402 290 Cochlearia danica Cochlearia danica L. NULL Cochlearia danica 288 1 NULL 18408 Cochlearia danica L.
409 409 211 220 Kernera Kernera Medik. NULL Kernera G57 1 120
410 410 409 290 Kernera saxatilis Kernera saxatilis Reich. NULL Kernera saxatilis 289 1 NULL 75199 Kernera saxatilis (L) Sweet
411 411 211 220 Myagrum Myagrum L. NULL Myagrum G58 1 120
412 412 411 290 Myagrum perfoliatum Myagrum perfoliatum L. NULL Myagrum perfoliatum 290 1 NULL 43117 Myagrum perfoliatum L.
413 413 211 220 Camelina Camelina Crantz. NULL Camelina G59 1 121
414 414 413 290 Camelina foetida Camelina foetida Fries NULL Camelina foetida 291 1 NULL 12360 Camelina foetida (Schkuhr) Fr.
415 414 413 290 Camelina dentata Camelina dentata Pers. NULL Camelina dentata 291 1 NULL
416 416 413 290 Camelina sativa Camelina sativa Crantz. NULL Camelina sativa 292 1 NULL 12372 Camelina sativa (L) Crantz
417 417 413 290 Camelina silvestris Camelina silvestris Wallr. NULL Camelina silvestris 293 1 NULL 12381 Camelina sylvestris Wallr.
418 418 211 220 Neslia Neslia Desv. NULL Neslia G60 1 122
419 419 418 290 Neslia paniculata Neslia paniculata Desv. NULL Neslia paniculata 294 1 NULL 44063 Neslia paniculata sensu 1, 2, 5
420 420 211 220 Calepina Calepina Adans. NULL Calepina G61 1 122
421 421 420 290 Calepina corvini Calepina corvini Desv. NULL Calepina corvini 295 1 NULL 12169 Calepina corvini (All) Desv.
422 422 211 220 Succowia Succowia NULL Succowia G62 1 123
423 423 422 290 Succowia balearica Succowia balearica Medik. NULL Succowia balearica 296 1 NULL 66579 Succowia balearica (L) Medik.
424 424 211 220 Subularia Subularia L. NULL Subularia G63 1 123
425 425 424 290 Subularia aquatica Subularia aquatica L. NULL Subularia aquatica 297 1 NULL 66526 Subularia aquatica L.
426 426 211 220 Bunias Bunias R. Br. NULL Bunias G64 1 123
427 427 426 290 Bunias erucago Bunias erucago L. NULL Bunias erucago 298 1 NULL 11445 Bunias erucago L.
428 428 211 220 Isatis Isatis L. NULL Isatis G65 1 124
429 429 428 290 Isatis tinctoria Isatis tinctoria L. NULL Pastel, Herbe de saint Philippe. Isatis tinctoria 299 1 NULL 36014 Isatis tinctoria L.
430 430 428 290 Isatis alpina Isatis alpina Will. NULL Isatis alpina 300 1 NULL 36000 Isatis alpina Vill.
431 431 211 220 Biscutella Biscutella L. NULL Lunetière. Biscutella G66 1 124
432 432 431 290 Biscutella cichoriifolia Biscutella cichoriifolia Lois. NULL Biscutella cichoriifolia 301 1 NULL 9765 Biscutella cichoriifolia Loisel.
433 433 431 290 Biscutella laevigata Biscutella laevigata L. NULL Biscutella laevigata 302 1 NULL 9788 Biscutella laevigata L.
434 434 431 290 Biscutella apula Biscutella apula L. NULL Biscutella apula 303 1 NULL 9756 Biscutella apula L.
435 435 211 220 Iberis Iberis L. NULL Ibéris Iberis G67 1 126
436 436 435 290 Iberis sempervirens Iberis sempervirens L. NULL Iberis sempervirens 304 1 NULL 75187 Iberis sempervirens L.
437 437 435 290 Iberis saxatilis Iberis saxatilis L. NULL Iberis saxatilis 305 1 NULL 75470 Iberis saxatilis L.
438 438 435 290 Iberis amara Iberis amara L. NULL Iberis amara 306 1 NULL 35505 Iberis amara L.
439 439 435 290 Iberis intermedia Iberis intermedia Guers. NULL Iberis intermedia 307 1 NULL 35569 Iberis intermedia Guers.
440 440 435 290 Iberis pinnata Iberis pinnata L. NULL Iberis pinnata 308 1 NULL 35617 Iberis pinnata L.
441 441 435 290 Iberis ciliata Iberis ciliata All. NULL Iberis ciliata 309 1 NULL 75186 Iberis ciliata All.
442 442 435 290 Iberis umbellata Iberis umbellata L. NULL Iberis umbellata 310 1 NULL 35664 Iberis umbellata L.
443 443 435 290 Iberis linifolia Iberis linifolia L. NULL Iberis linifolia 311 1 NULL 35604 Iberis linifolia sensu 1, 2, 3
444 444 435 290 Iberis tenoreana Iberis tenoreana DC. NULL Iberis tenoreana 312 1 NULL 35660 Iberis tenoreana DC.
445 445 435 290 Iberis aurosica Iberis aurosica Chaix. NULL Iberis aurosica 313 1 NULL 75184 Iberis aurosica Chaix
446 446 435 290 Iberis bernardiana Iberis bernardiana Godr. et G. NULL Iberis bernardiana 314 1 NULL 35533 Iberis bernardiana Godr. & Gren.
447 447 435 290 Iberis spathulata Iberis spathulata Berg. NULL Iberis spathulata 315 1 NULL 75188 Iberis spathulata DC.
448 448 435 290 Iberis candolleana Iberis candolleana Jord. NULL Iberis candolleana 316 1 NULL 35541 Iberis candolleana Jord.
449 449 211 220 Teesdalia Teesdalia R. Br. NULL Teesdalia G68 1 130
450 450 449 290 Teesdalia nudicaulis Teesdalia nudicaulis R. Br. NULL Teesdalia nudicaulis 317 1 NULL 67158 Teesdalia nudicaulis (L) R Br.
451 450 449 290 Teesdalia iberis Teesdalia iberis DC. NULL Teesdalia iberis 317 1 NULL
452 452 449 290 Teesdalia lepidium Teesdalia lepidium DC. NULL Teesdalia lepidium 318 1 NULL 67157 Teesdalia lepidium sensu H J.Coste
453 453 211 220 Aethionema Aethionema R. Br. NULL Aethionema G69 1 131
454 454 453 290 Aethionema saxatile Aethionema saxatile R. Br. NULL Aethionema saxatile 319 1 NULL 1068 Aethionema saxatile (L) R Br.
455 455 453 290 Aethionema pyrenaicum Aethionema pyrenaicum Boutigny. NULL Aethionema pyrenaicum 320 1 NULL 1067 Aethionema pyrenaicum Boutigny
456 456 211 220 Thlaspi Thlaspi L. NULL Tabouret Thlaspi G70 1 131
457 457 456 290 Thlaspi arvense Thlaspi arvense L. NULL Monnoyère. Thlaspi arvense 321 1 NULL 67864 Thlaspi arvense L.
458 458 456 290 Thlaspi alliaceum Thlaspi alliaceum L. NULL Thlaspi alliaceum 322 1 NULL 67844 Thlaspi alliaceum L.
459 459 456 290 Thlaspi rotundifolium Thlaspi rotundifolium Gaud. NULL Thlaspi rotundifolium 323 1 NULL 67947 Thlaspi rotundifolium (L) Gaudin
460 460 456 290 Thlaspi perfoliatum Thlaspi perfoliatum L. NULL Thlaspi perfoliatum 324 1 NULL 67925 Thlaspi perfoliatum L.
461 461 456 290 Thlaspi brachypetalum Thlaspi brachypetalum Jord. NULL Thlaspi brachypetalum 325 1 NULL 67868 Thlaspi brachypetalum Jord.
462 461 456 290 Thlaspi virgatum Thlaspi virgatum G. G. NULL Thlaspi virgatum 325 1 NULL
463 463 456 290 Thlaspi brevistylum Thlaspi brevistylum Jord. NULL Thlaspi brevistylum 326 1 NULL 67872 Thlaspi brevistylum (Dc) Mutel
464 463 456 290 Thlaspi rivale Thlaspi rivale G. G., non Presl. NULL Thlaspi rivale 326 1 NULL
465 465 456 290 Thlaspi alpinum Thlaspi alpinum Crantz NULL Thlaspi alpinum 327 1 NULL 67859 Thlaspi alpinum sensu H J.Coste
466 465 456 290 Thlaspi silvium Thlaspi silvium Gaud. NULL Thlaspi silvium 327 1 NULL
467 467 456 290 Thlaspi montanum Thlaspi montanum L. NULL Thlaspi montanum 328 1 NULL 67910 Thlaspi montanum L.
468 468 456 290 Thlaspi silvestre Thlaspi silvestre Jord. NULL Thlaspi silvestre 329 1 NULL 67966 Thlaspi sylvestre Jord.
469 468 456 290 Thlaspi alpestre Thlaspi alpestre G. G. NULL Thlaspi alpestre 329 1 NULL
470 470 211 220 Capsella Capsella Medik. NULL Capselle Capsella G71 1 135
471 471 470 290 Capsella bursa-pastoris Capsella bursa-pastoris Moench. NULL Bourse-à-pasteur. Capsella bursa-pastoris 330 1 NULL 75016 Capsella bursa
472 472 211 220 Hutchinsia Hutchinsia R. Br. NULL Hutchinsia G72 1 135
473 473 472 290 Hutchinsia alpina Hutchinsia alpina R. Br. NULL Hutchinsia alpina 331 1 NULL 34966 Hutchinsia alpina (L) R Br.
474 473 472 290 Nocaea alpina Nocaea alpina Reich. NULL Nocaea alpina 331 1 NULL
475 475 472 290 Hutchinsia petraea Hutchinsia petraea R. Br. NULL Hutchinsia petraea 332 1 NULL 34977 Hutchinsia petraea (L) R Br.
476 476 472 290 Hutchinsia procumbens Hutchinsia procumbens Desv. NULL Hutchinsia procumbens 333 1 NULL 34981 Hutchinsia procumbens (L) Desv.
477 476 472 290 Nocaea procumbens Nocaea procumbens Reich. NULL Nocaea procumbens 333 1 NULL
478 478 211 220 Lepidium Lepidium L. NULL Passerage.</i> Lepidium G73 1 136
479 479 478 290 Lepidium sativum Lepidium sativum L. NULL Cresson alénois. Lepidium sativum 334 1 NULL 75217 Lepidium sativum L.
480 480 478 290 Lepidium campestre Lepidium campestre R. Br. NULL Passerage, Nasitort. Lepidium campestre 335 1 NULL 38462 Lepidium campestre (L) R Br.
481 481 478 290 Lepidium heterophyllum Lepidium heterophyllum Benth. NULL Lepidium heterophyllum 336 1 NULL 38505 Lepidium heterophyllum Benth.
482 482 478 290 Lepidium pratense Lepidium pratense Serres NULL Lepidium pratense 337 1 NULL 38547 Lepidium pratense (F W Schultz) Billot
483 482 478 290 Lepidium vularsii Lepidium vularsii G. G. NULL Lepidium vularsii 337 1 NULL
484 484 478 290 Lepidium hirtum Lepidium hirtum DC. NULL Lepidium hirtum 338 1 NULL 38509 Lepidium hirtum (L) Sm.
485 485 478 290 Lepidium humifusum Lepidium humifusum Req. NULL Lepidium humifusum 339 1 NULL 38515 Lepidium humifusum Req.
486 486 478 290 Lepidium draba Lepidium draba L. NULL Lepidium draba 340 1 NULL 38489 Lepidium draba L.
487 486 478 290 Cardaria draba Cardaria draba Desv. NULL Cardaria draba 340 1 NULL
488 488 478 290 Lepidium latifolium Lepidium latifolium L. NULL Lepidium latifolium 341 1 NULL 38523 Lepidium latifolium L.
489 489 478 290 Lepidium graminifolium Lepidium graminifolium L. NULL Petite Passerage. Lepidium graminifolium 342 1 NULL 38496 Lepidium graminifolium L.
490 490 478 290 Lepidium ruderale Lepidium ruderale L. NULL Lepidium ruderale 343 1 NULL 38554 Lepidium ruderale L.
491 491 478 290 Lepidium virginicum Lepidium virginicum L. NULL Lepidium virginicum 344 1 NULL 38574 Lepidium virginicum L.
492 492 211 220 Senebiera Senebiera Poir. NULL Senebiera G74 1 140
493 493 492 290 Senebiera pinnatifida Senebiera pinnatifida DC. NULL Senebiera pinnatifida 345 1 NULL 62743 Senebiera pinnatifida DC.
494 493 492 290 Senebiera didyma Senebiera didyma Pers. NULL Senebiera didyma 345 1 NULL
495 495 492 290 Senebiera coronopus Senebiera coronopus Poir. NULL Senebiera coronopus 346 1 NULL 62740 Senebiera coronopus (L) Poir.
496 495 492 290 Coronopus procumbens Coronopus procumbens Gilib. NULL Coronopus procumbens 346 1 NULL
497 497 211 220 Cakile Cakile CAKILE Adans. NULL Caquillier Cakile G75 1 141
498 498 497 290 Cakile maritima Cakile maritima Scop. NULL Cakile maritima 347 1 NULL 11756 Cakile maritima Scop.
499 499 211 220 Morisia Morisia Gay NULL Morisia G76 1 141
500 500 499 290 Morisia hypogaea Morisia hypogaea Gay. NULL Morisia hypogaea 348 1 NULL 42956 Morisia hypogea J Gay
501 501 211 220 Rapistrum Rapistrum Desv. NULL Rapistrum G77 1 141
502 502 501 290 Rapistrum rugosum Rapistrum rugosum Berg. NULL Rapistrum rugosum 349 1 NULL 73495 Rapistrum rugosum J P Bergeret
503 503 211 220 Crambe Crambe L. NULL Crambe G78 1 142
504 504 503 290 Crambe maritima Crambe maritima L. NULL Chou marin. Crambe maritima 350 1 NULL 19312 Crambe maritima L.
505 505 2 180 Capparideae Capparideae NULL Capparidees F7 1 142
506 506 505 220 Capparis Capparis L. NULL Câprier. Capparis G79 1 142
507 507 506 290 Capparis spinosa Capparis spinosa L. NULL Câprier commun. Capparis spinosa 351 1 NULL 12719 Capparis spinosa L.
508 508 2 180 Cistineae Cistineae NULL Cistinees F8 1 143
509 509 508 220 Cistus Cistus L. NULL Ciste Cistus G80 1 143
510 510 509 290 Cistus crispus Cistus crispus L. NULL Cistus crispus 352 1 NULL 17943 Cistus crispus L.
511 511 509 290 Cistus albidus Cistus albidus L. NULL Cistus albidus 353 1 NULL 17905 Cistus albidus L.
512 512 509 290 Cistus incanus Cistus incanus L. NULL Cistus incanus 354 1 NULL 17989 Cistus incanus sensu H J.Coste
513 512 509 290 Cistus villosus Cistus villosus L.  NULL Cistus villosus 354 1 NULL
514 512 509 290 Cistus polymorphus Cistus polymorphus Willk. NULL Cistus polymorphus 354 1 NULL
515 515 509 290 Cistus laurifolius Cistus laurifolius L. NULL Cistus laurifolius 355 1 NULL 18001 Cistus laurifolius L.
516 516 509 290 Cistus ladaniferus Cistus ladaniferus L. NULL Cistus ladaniferus 356 1 NULL 75055 Cistus ladanifer L.
517 517 509 290 Cistus populifolius Cistus populifolius L. NULL Cistus populifolius 357 1 NULL 75056 Cistus populifolius L.
518 517 509 290 Cistus narbonensis Cistus narbonensis Rouy et Fouc NULL Cistus narbonensis 357 1 NULL
519 519 509 290 Cistus hirsutus Cistus hirsutus Lamk. NULL Cistus hirsutus 358 1 NULL 17981 Cistus hirsutus Lam.
520 520 509 290 Cistus salviaefolius Cistus salviaefolius L. NULL Cistus salviaefolius 359 1 NULL 18076 Cistus salviifolius L.
521 521 509 290 Cistus monspeliensis Cistus monspeliensis L. NULL Cistus monspeliensis 360 1 NULL 18026 Cistus monspeliensis L.
522 522 509 290 Cistus pouzolzii Cistus pouzolzii Del. NULL Cistus pouzolzii 361 1 NULL 18063 Cistus pouzolzii Delile
523 522 509 290 Cistus varius Cistus varius Lamot., AN POURR. ? NULL Cistus varius 361 1 NULL
524 524 508 220 Helianthemum Helianthemum Gaertn. NULL Hélianthème. Helianthemum G81 1 146
525 525 524 290 Helianthemum umbellatum Helianthemum umbellatum Mill. NULL Helianthemum umbellatum 362 1 NULL 31291 Helianthemum umbellatum (L) Mill.
526 525 524 290 Cistus ombellatus Cistus ombellatus L. NULL Cistus ombellatus 362 1 NULL
527 527 524 290 Helianthemum halimifolium Helianthemum halimifolium Willd. NULL Helianthemum halimifolium 363 1 NULL 31125 Helianthemum halimifolium (L) Pers.
528 527 524 290 Cistus halimifolius Cistus halimifolius L. NULL Cistus halimifolius 363 1 NULL
529 529 524 290 Helianthemum alyssoides Helianthemum alyssoides Vent. NULL Helianthemum alyssoides 364 1 NULL 73439 Helianthemum alyssoides Vent.
530 529 524 290 Cistus alyssoides Cistus alyssoides Lamk. NULL Cistus alyssoides 364 1 NULL
531 531 524 290 Helianthemum tuberaria Helianthemum tuberaria Mill. NULL Helianthemum tuberaria 365 1 NULL 31289 Helianthemum tuberaria (L) Mill.
532 531 524 290 Tuberaria vulgaris Tuberaria vulgaris Willk. NULL Tuberaria vulgaris 365 1 NULL
533 533 524 290 Helianthemum guttatum Helianthemum guttatum Mill. NULL Helianthemum guttatum 366 1 NULL 31102 Helianthemum guttatum (L) Mill.
534 533 524 290 Tuberaria variabilis Tuberaria variabilis Willk. NULL Tuberaria variabilis 366 1 NULL
535 535 524 290 Helianthemum ledifolium Helianthemum ledifolium Willd. NULL Helianthemum ledifolium 367 1 NULL 75159 Helianthemum ledifolium (L) Mill.
536 535 524 290 Helianthemum niloticum Helianthemum niloticum Pers. NULL Helianthemum niloticum 367 1 NULL
537 537 524 290 Helianthemum salicifolium Helianthemum salicifolium Pers. NULL Helianthemum salicifolium 368 1 NULL 31265 Helianthemum salicifolium (L) Mill.
538 538 524 290 Helianthemum montanum Helianthemum montanum Vis NULL Helianthemum montanum 369 1 NULL 31189 Helianthemum montanum sensu H J.Coste
539 538 524 290 Helianthemum canum Helianthemum canum Dun.  NULL Helianthemum canum 369 1 NULL
540 538 524 290 Helianthemum vineale Helianthemum vineale Pers. NULL Helianthemum vineale 369 1 NULL
541 541 524 290 Helianthemum marifolium Helianthemum marifolium DC. NULL Helianthemum marifolium 370 1 NULL 75160 Helianthemum marifolium Mill.
542 542 524 290 Helianthemum lavandulaefolium Helianthemum lavandulaefolium D. C. NULL Helianthemum lavandulaefolium 371 1 NULL 31154 Helianthemum lavandulifolium sensu 1, 2, 3, 4
543 543 524 290 Helianthemum polifolium Helianthemum polifolium DC. NULL Helianthemum polifolium 372 1 NULL 31243 Helianthemum polifolium (L) Mill.
544 543 524 290 Helianthemum pulverulentum Helianthemum pulverulentum DC. NULL Helianthemum pulverulentum 372 1 NULL
545 545 524 290 Helianthemum hirtum Helianthemum hirtum Pers. NULL Helianthemum hirtum 373 1 NULL 75158 Helianthemum hirtum (L) Mill.
546 546 524 290 Helianthemum vulgare Helianthemum vulgare Goertn. NULL Helianthemum vulgare 374 1 NULL 31303 Helianthemum vulgare Gaertn.
547 547 508 220 Fumana Fumana Spach. NULL Fumana G82 1 151
548 548 547 290 Fumana viscida Fumana viscida Spach NULL Fumana viscida 375 1 NULL 28393 Fumana viscida sensu H J.Coste
549 548 547 290 Helianthemum glutinosum Helianthemum glutinosum Pers. NULL Helianthemum glutinosum 375 1 NULL
550 550 547 290 Fumana laevipes Fumana laevipes Spach NULL Fumana laevipes 376 1 NULL 28374 Fumana laevipes (L) Spach
551 550 547 290 Helianthemum laevipes Helianthemum laevipes Willd. NULL Helianthemum laevipes 376 1 NULL
552 552 547 290 Fumana procumbens Fumana procumbens Gren. et G. NULL Fumana procumbens 377 1 NULL 28383 Fumana procumbens (Dunal) Gren. & Godr.
553 552 547 290 Helianthemum procumbens Helianthemum procumbens Dun. NULL Helianthemum procumbens 377 1 NULL
554 554 547 290 Fumana spachii Fumana spachii Gren. et G. NULL Fumana spachii 378 1 NULL 74676 Fumana spachii sensu H J.Coste
555 554 547 290 Helianthemum fumana Helianthemum fumana Dun. NULL Helianthemum fumana 378 1 NULL
556 556 2 180 Violariaceae Violariaceae NULL Violariees F9 1 152
557 557 556 220 Viola Viola L. NULL Violette Viola G83 1 152
558 558 557 290 Viola pinnata Viola pinnata L. NULL Viola pinnata 379 1 NULL 72441 Viola pinnata L.
559 559 557 290 Viola palustris Viola palustris L. NULL Viola palustris 380 1 NULL 72423 Viola palustris L.
560 560 557 290 Viola hirta Viola hirta L. NULL Viola hirta 381 1 NULL 72269 Viola hirta L.
561 561 557 290 Viola alba Viola alba Bess. NULL Viola alba 382 1 NULL 72034 Viola alba Besser
562 561 557 290 Viola virescens Viola virescens Jord. NULL Viola virescens 382 1 NULL
563 563 557 290 Viola odorata Viola odorata L. NULL Violette odorante. Viola odorata 383 1 NULL 72389 Viola odorata L.
564 564 557 290 Viola arborescens Viola arborescens L. NULL Viola arborescens 384 1 NULL 72055 Viola arborescens L.
565 565 557 290 Viola canina Viola canina L. NULL Viola canina 385 1 NULL 72138 Viola canina L.
566 566 557 290 Viola arenaria Viola arenaria DC. NULL Viola arenaria 386 1 NULL 72059 Viola arenaria DC.
567 567 557 290 Viola silvestris Viola silvestris Lamk NULL Violette sauvage. Viola silvestris 387 1 NULL 72529 Viola silvestris sensu 1, 2, 3
568 567 557 290 Viola silvatica Viola silvatica Fries NULL Viola silvatica 387 1 NULL
569 569 557 290 Viola mirabilis Viola mirabilis L. NULL Viola mirabilis 388 1 NULL 72363 Viola mirabilis L.
570 570 557 290 Viola biflora Viola biflora L. NULL Viola biflora 389 1 NULL 72106 Viola biflora L.
571 571 557 290 Viola tricolor Viola tricolor L. NULL Pensée, Pensée sauvage, Viola tricolor 390 1 NULL 75507 Viola tricolor L.
572 572 557 290 Viola sudetica Viola sudetica Willd. NULL Viola sudetica 391 1 NULL 72565 Viola sudetica Willd. ex Schltr.
573 572 557 290 Viola lutea Viola lutea Sm. NULL Viola lutea 391 1 NULL
574 574 557 290 Viola bubanii Viola bubanii Timb. NULL Viola bubanii 392 1 NULL 72117 Viola bubanii Timb
575 574 557 290 Viola lutea var. pyrenaica Viola lutea var. pyrenaica G. G. NULL Viola lutea var. pyrenaica 392 1 NULL
576 576 557 290 Viola calcarata Viola calcarata L. NULL Viola calcarata 393 1 NULL 72124 Viola calcarata L.
577 577 557 290 Viola cornuta Viola cornuta L. NULL Viola cornuta 394 1 NULL 72196 Viola cornuta L.
578 578 557 290 Viola valderia Viola valderia All. NULL Viola valderia 395 1 NULL 72665 Viola valderia All.
579 579 557 290 Viola corsica Viola corsica Nym. NULL Viola corsica 396 1 NULL 75436 Viola corsica Nyman
580 579 557 290 Viola insularis Viola insularis G. G. p. 185 NULL Viola insularis 396 1 NULL
581 581 557 290 Viola cenisia Viola cenisia L. NULL Viola cenisia 397 1 NULL 72178 Viola cenisia L.
582 582 557 290 Viola nummularifolia Viola nummularifolia Vill. NULL Viola nummularifolia 398 1 NULL 72386 Viola nummulariifolia Vill.
583 582 557 290 Viola nummularia Viola nummularia G. G. NULL Viola nummularia 398 1 NULL
584 584 2 180 Resedaceae Resedaceae NULL Resedacees F10 1 159
585 585 584 220 Reseda Reseda L. NULL Reseda G84 1 159
586 586 585 290 Reseda alba Reseda alba L. NULL Reseda alba 399 1 NULL 55658 Reseda alba L.
587 586 585 290 Reseda suffruticulosa Reseda suffruticulosa L. NULL Reseda suffruticulosa 399 1 NULL
588 588 585 290 Reseda glauca Reseda glauca L. NULL Reseda glauca 400 1 NULL 55682 Reseda glauca L.
589 589 585 290 Reseda phyteuma Reseda phyteuma L. NULL Reseda phyteuma 401 1 NULL 55718 Reseda phyteuma L.
590 590 585 290 Reseda jacquini Reseda jacquini Reich. NULL Reseda jacquini 402 1 NULL 55689 Reseda jacquini Rchb.
591 591 585 290 Reseda lutea Reseda lutea L. NULL Reseda lutea 403 1 NULL 75322 Reseda lutea L.
592 592 585 290 Reseda luteola Reseda luteola L. NULL Gaude. Reseda luteola 404 1 NULL 75323 Reseda luteola L.
593 593 584 220 Astrocarpus Astrocarpus Neck. NULL Astrocarpus G85 1 161
594 594 593 290 Astrocarpus sesamoides Astrocarpus sesamoides Duby. NULL Astrocarpus sesamoides 405 1 NULL 8225 Astrocarpa sesamoides (L) DC.
595 595 2 180 Polygalaceae Polygalaceae NULL Polygalees F11 1 161
596 596 595 220 Polygala Polygala L NULL . - Polygala. Polygala G86 1 161
597 597 596 290 Polygala chamaebuxus Polygala chamaebuxus L. NULL Polygala chamaebuxus 406 1 NULL 51169 Polygala chamaebuxus L.
598 597 596 290 Chamaebuxus alpestris Chamaebuxus alpestris Spach NULL Chamaebuxus alpestris 406 1 NULL
599 599 596 290 Polygala rupestris Polygala rupestris Pourr. NULL Polygala rupestris 407 1 NULL 51233 Polygala rupestris Pourr.
600 599 596 290 Polygala saxatilis Polygala saxatilis Desf. NULL Polygala saxatilis 407 1 NULL
601 601 596 290 Polygala monspeliaca Polygala monspeliaca L. NULL Polygala monspeliaca 408 1 NULL 51209 Polygala monspeliaca L.
602 602 596 290 Polygala exilis Polygala exilis DC. NULL Polygala exilis 409 1 NULL 51191 Polygala exilis DC.
603 603 596 290 Polygala serpyllacea Polygala serpyllacea Weihe NULL Polygala serpyllacea 410 1 NULL 51235 Polygala serpyllacea Weihe
604 603 596 290 Polygala depressa Polygala depressa Wend. NULL Polygala depressa 410 1 NULL
605 605 596 290 Polygala vulgaris Polygala vulgaris L. NULL Polygala vulgaris 411 1 NULL 51244 Polygala vulgaris L.
606 606 596 290 Polygala alpina Polygala alpina Perr. et Song. NULL Polygala alpina 412 1 NULL 75300 Polygala alpina (Poir) Steud.
607 607 596 290 Polygala amara Polygala amara L. NULL Polygala amara 413 1 NULL 51141 Polygala amara sensu 1, 2
608 607 596 290 Polygala austriaca Polygala austriaca Crantz NULL Polygala austriaca 413 1 NULL
609 609 596 290 Polygala calcarea Polygala calcarea Schultz. NULL Polygala calcarea 414 1 NULL 51161 Polygala calcarea F W Schultz
610 610 2 180 Frankeniaceae Frankeniaceae NULL Frankeniacees F12 1 165
611 611 610 220 Frankenia Frankenia L. NULL Frankenia G87 1 165
612 612 611 290 Frankenia pulverulenta Frankenia pulverulenta L. NULL Frankenia pulverulenta 415 1 NULL 28204 Frankenia pulverulenta L.
613 613 611 290 Frankenia hirsuta Frankenia hirsuta L. NULL Frankenia hirsuta 416 1 NULL 28192 Frankenia hirsuta L.
614 614 2 180 Droseraceae Droseraceae NULL Droseracees F13 1 166
615 615 614 220 Drosera Drosera L. NULL Rossolis. Drosera G88 1 166
616 616 615 290 Drosera rotundifolia Drosera rotundifolia L. NULL Rosée du soleil. Drosera rotundifolia 417 1 NULL 23111 Drosera rotundifolia L.
617 617 615 290 Drosera intermedia Drosera intermedia Hayn. NULL Drosera intermedia 418 1 NULL 23104 Drosera intermedia Hayne
618 618 615 290 Drosera longifolia Drosera longifolia L. NULL Drosera longifolia 419 1 NULL 23106 Drosera longifolia L.
619 618 615 290 Drosera anglica Drosera anglica Huds. NULL Drosera anglica 419 1 NULL
620 620 614 220 Aldrovandia Aldrovandia L. NULL Aldrovandia G89 1 167
621 621 620 290 Aldrovandia vesiculosa Aldrovandia vesiculosa L. NULL Aldrovandia vesiculosa 420 1 NULL 2777 Aldrovanda vesiculosa L.
622 622 614 220 Parnassia Parnassia L. NULL Parnassia G90 1 167
623 623 622 290 Parnassia palustris Parnassia palustris L. NULL Parnassia palustris 421 1 NULL 47942 Parnassia palustris L.
624 624 2 180 Caryophyllaceae Caryophyllaceae NULL Caryophyllees F14 1 168
625 625 624 220 Cucubalus Cucubalus L. NULL Cucubalus G91 1 169
626 626 625 290 Cucubalus baccifer Cucubalus baccifer L. NULL Coulichon. Cucubalus baccifer 422 1 NULL 20167 Cucubalus baccifer L.
627 627 624 220 Silene Silene L. NULL Silène. Silene G92 1 170
628 628 627 290 Silene inflata Silene inflata Sm. NULL Silene inflata 423 1 NULL 64162 Silene inflata Sm.
629 628 627 290 Silene cucubalus Silene cucubalus Wibel NULL Silene cucubalus 423 1 NULL
630 630 627 290 Silene conica Silene conica L. NULL Silene conica 424 1 NULL 75375 Silene conica L.
631 631 627 290 Silene conoidea Silene conoidea L. NULL Silene conoidea 425 1 NULL 64053 Silene conoidea L.
632 632 627 290 Silene armeria Silene armeria L. NULL Silene armeria 426 1 NULL 63987 Silene armeria L.
633 633 627 290 Silene cretica Silene cretica L. NULL Faux-lin. Silene cretica 427 1 NULL 64061 Silene cretica L.
634 633 627 290 Silene annulata Silene annulata Thore NULL Silene annulata 427 1 NULL
635 635 627 290 Silene muscipula Silene muscipula L. NULL Silene muscipula 428 1 NULL 75380 Silene muscipula L.
636 636 627 290 Silene portensis Silene portensis L. NULL Silene portensis 429 1 NULL 75382 Silene portensis L.
637 637 627 290 Silene inaperta Silene inaperta L. NULL Silene inaperta 430 1 NULL 75378 Silene inaperta L.
638 638 627 290 Silene otites Silene otites L. NULL Silene otites 431 1 NULL 75381 Silene otites (L) Wibel
639 639 627 290 Silene pauciflora Silene pauciflora Salzm. NULL Silene pauciflora 432 1 NULL 64301 Silene pauciflora Otth
640 640 627 290 Silene rupestris Silene rupestris L. NULL Silene rupestris 433 1 NULL 64341 Silene rupestris L.
641 641 627 290 Silene acaulis Silene acaulis L. NULL Silene acaulis 434 1 NULL 63949 Silene acaulis (L) Jacq.
642 642 627 290 Silene saxifraga Silene saxifraga L. NULL Silene saxifraga 435 1 NULL 64348 Silene saxifraga L.
643 643 627 290 Silene campanula Silene campanula Pers. NULL Silene campanula 436 1 NULL 64020 Silene campanula Pers.
644 644 627 290 Silene quadrifida Silene quadrifida L. NULL Silene quadrifida 437 1 NULL 64327 Silene quadrifida sensu 1, 2
645 644 627 290 Heliosperma quadrifidum Heliosperma quadrifidum Reich. NULL Heliosperma quadrifidum 437 1 NULL
646 646 627 290 Silene multicaulis Silene multicaulis Guss. NULL Silene multicaulis 438 1 NULL 64227 Silene multicaulis Guss.
647 647 627 290 Silene viridiflora Silene viridiflora L. NULL Silene viridiflora 439 1 NULL 64415 Silene viridiflora L.
648 648 627 290 Silene brachypoda Silene brachypoda Rouy. NULL Silene brachypoda 440 1 NULL 64011 Silene brachypoda Rouy
649 649 627 290 Silene nutans Silene nutans L. NULL Silene nutans 441 1 NULL 64260 Silene nutans L.
650 650 627 290 Silene paradoxa Silene paradoxa L. NULL Silene paradoxa 442 1 NULL 64293 Silene paradoxa L.
651 651 627 290 Silene salzmanni Silene salzmanni Bad. NULL Silene salzmanni 443 1 NULL 64344 Silene salzmannii Badaro ex Moretti
652 652 627 290 Silene velutina Silene velutina Pourr. NULL Silene velutina 444 1 NULL 64407 Silene velutina Pourr. ex Loisel.
653 653 627 290 Silene italica Silene italica L. NULL Silene italica 445 1 NULL 75379 Silene italica (L) Pers.
654 654 627 290 Silene nemoralis Silene nemoralis W. et K. NULL Silene nemoralis 446 1 NULL 64239 Silene nemoralis Waldst. & Kit.
655 654 627 290 Silene crassicaulis Silene crassicaulis Willk. et C. NULL Silene crassicaulis 446 1 NULL
656 656 627 290 Silene ciliata Silene ciliata Pourr. NULL Silene ciliata 447 1 NULL 75373 Silene ciliata Pourr.
657 657 627 290 Silene sericea Silene sericea All. NULL Silene sericea 448 1 NULL 64357 Silene sericea All.
658 658 627 290 Silene nicaeensis Silene nicaeensis All. NULL Silene nicaeensis 449 1 NULL 64242 Silene nicaeensis All.
659 659 627 290 Silene nocturna Silene nocturna L. NULL Silene nocturna 450 1 NULL 64245 Silene nocturna L.
660 660 627 290 Silene gallica Silene gallica L. NULL Silene gallica 451 1 NULL 64121 Silene gallica L.
661 660 627 290 Silene lusitanica Silene lusitanica L. NULL Silene lusitanica 451 1 NULL
662 660 627 290 Silene anglica Silene anglica L. NULL Silene anglica 451 1 NULL
663 663 627 290 Silene reflexa Silene reflexa Ait. NULL Silene reflexa 452 1 NULL 64331 Silene reflexa sensu 1, 2, 3
664 664 627 290 Silene noctiflora Silene noctiflora L. NULL Silene noctiflora 453 1 NULL 64244 Silene noctiflora L.
665 664 627 290 Melandryum noctiflorum Melandryum noctiflorum Fries NULL Melandryum noctiflorum 453 1 NULL
666 666 627 290 Silene sedoides Silene sedoides Poir. NULL Silene sedoides 454 1 NULL 64353 Silene sedoides Poir.
667 667 627 290 Silene borderi Silene borderi Jord. NULL Silene borderi 455 1 NULL 64008 Silene borderei Jord.
668 668 627 290 Silene corsica Silene corsica DC. NULL Silene corsica 456 1 NULL 64056 Silene corsica DC.
669 669 627 290 Silene cordifolia Silene cordifolia All. NULL Silene cordifolia 457 1 NULL 64054 Silene cordifolia All.
670 670 627 290 Silene vallesia Silene vallesia L. NULL Silene vallesia 458 1 NULL 64400 Silene vallesia L.
671 671 627 290 Silene requienii Silene requienii Ott. NULL Silene requienii 459 1 NULL 64333 Silene requienii Otth
672 671 627 290 Melandryum requienii Melandryum requienii Rohr. NULL Melandryum requienii 459 1 NULL
673 673 624 220 Lychnis Lychnis L. NULL Lychnis G93 1 181
674 674 673 290 Lychnis githago Lychnis githago Scop. NULL Nielle des blés. Lychnis githago 460 1 NULL 40394 Lychnis githago (L) Scop.
675 674 673 290 Aghostemma githago Aghostemma githago L. NULL Aghostemma githago 460 1 NULL
676 676 673 290 Lychnis coronaria Lychnis coronaria L. NULL Coquelourde. Lychnis coronaria 461 1 NULL 40374 Lychnis coronaria (L) Murray
677 677 673 290 Lychnis flos-jovis Lychnis flos-jovis Desr. NULL Oeillet de Dieu. Lychnis flos-jovis 462 1 NULL 40391 Lychnis flos
678 678 673 290 Lychnis diurna Lychnis diurna Sibth. NULL Compagnon rouge. Lychnis diurna 463 1 NULL 40384 Lychnis diurna Sibth.
679 678 673 290 Silene diurna Silene diurna Godr.  NULL Silene diurna 463 1 NULL
680 678 673 290 Melandryum silvestre Melandryum silvestre Roehl. NULL Melandryum silvestre 463 1 NULL
681 681 673 290 Lychnis macrocarpa Lychnis macrocarpa Boiss. NULL Lychnis macrocarpa 464 1 NULL 40403 Lychnis macrocarpa Boiss. & Reut.
682 681 673 290 Melandryum macrocarpum Melandryum macrocarpum Willk. NULL Melandryum macrocarpum 464 1 NULL
683 683 673 290 Lychnis vespertina Lychnis vespertina Sibth. NULL Compagnon blanc. Lychnis vespertina 465 1 NULL 40425 Lychnis vespertina Sibth.
684 683 673 290 Silene pratensis Silene pratensis Godr. NULL Silene pratensis 465 1 NULL
685 683 673 290 Melandryum pratense Melandryum pratense Roehl. NULL Melandryum pratense 465 1 NULL
686 686 673 290 Lychnis pyrenaica Lychnis pyrenaica Berg. NULL Lychnis pyrenaica 466 1 NULL 40414 Lychnis pyrenaica J P Bergeret
687 686 673 290 Petrocoptis pyrenaica Petrocoptis pyrenaica A. Br. NULL Petrocoptis pyrenaica 466 1 NULL
688 688 673 290 Lychnis flos-cuculi Lychnis flos-cuculi L. NULL Lychnis flos-cuculi 467 1 NULL 40387 Lychnis flos
689 689 673 290 Lychnis viscaria Lychnis viscaria L. NULL Lychnis viscaria 468 1 NULL 40427 Lychnis viscaria L.
690 689 673 290 Viscaria vulgaris Viscaria vulgaris Trev.  NULL Viscaria vulgaris 468 1 NULL
691 689 673 290 Viscaria purpurea Viscaria purpurea Wimm NULL Viscaria purpurea 468 1 NULL
692 692 673 290 Lychnis alpina Lychnis alpina L. NULL Lychnis alpina 469 1 NULL 40359 Lychnis alpina L.
693 692 673 290 Viscaria alpina Viscaria alpina Don NULL Viscaria alpina 469 1 NULL
694 694 673 290 Lychnis coeli-rosa Lychnis coeli-rosa Desr. NULL Lychnis coeli-rosa 470 1 NULL 40370 Lychnis coeli
695 694 673 290 Silene coeli-rosa Silene coeli-rosa A. Br.  NULL Silene coeli-rosa 470 1 NULL
696 694 673 290 Eudianthe coeli-rosa Eudianthe coeli-rosa Fenz. NULL Eudianthe coeli-rosa 470 1 NULL
697 697 673 290 Lychnis laeta Lychnis laeta Ait. NULL Lychnis laeta 471 1 NULL 40399 Lychnis laeta Aiton
698 697 673 290 Silene laeta Silene laeta A. Br.  NULL Silene laeta 471 1 NULL
699 697 673 290 Eudianthe laeta Eudianthe laeta Fenz. NULL Eudianthe laeta 471 1 NULL
700 700 624 220 Saponaria Saponaria L. NULL Saponaria G94 1 185
701 701 700 290 Saponaria vaccaria Saponaria vaccaria L. NULL Saponaria vaccaria 472 1 NULL 60411 Saponaria vaccaria L.
702 701 700 290 Gypsophila vaccaria Gypsophila vaccaria Sibth.  NULL Gypsophila vaccaria 472 1 NULL
703 701 700 290 Vaccaria parviflora Vaccaria parviflora Moench NULL Vaccaria parviflora 472 1 NULL
704 704 700 290 Saponaria officinalis Saponaria officinalis L. NULL Saponaire, Savonnière. Saponaria officinalis 473 1 NULL 60403 Saponaria officinalis L.
705 705 700 290 Saponaria ocymoides Saponaria ocymoides L. NULL Saponaria ocymoides 474 1 NULL 60397 Saponaria ocymoides L.
706 706 700 290 Saponaria bellidifolia Saponaria bellidifolia Sm. NULL Saponaria bellidifolia 475 1 NULL 60385 Saponaria bellidifolia Sm.
707 707 700 290 Saponaria lutea Saponaria lutea L. NULL Saponaria lutea 476 1 NULL 60393 Saponaria lutea L.
708 708 700 290 Saponaria caespitosa Saponaria caespitosa DC. NULL Saponaria caespitosa 477 1 NULL 60387 Saponaria caespitosa DC.
709 709 624 220 Gypsophila Gypsophila L. NULL Gypsophile Gypsophila G95 1 187
710 710 709 290 Gypsophila repens Gypsophila repens L. NULL Gypsophila repens 478 1 NULL 30779 Gypsophila repens L.
711 711 709 290 Gypsophila muralis Gypsophila muralis L. NULL Gypsophila muralis 479 1 NULL 30771 Gypsophila muralis L.
712 712 624 220 Dianthus Dianthus L. NULL Oeillet. Dianthus G96 1 188
713 713 712 290 Dianthus saxifragus Dianthus saxifragus L. NULL Dianthus saxifragus 480 1 NULL 22280 Dianthus saxifragus L.
714 713 712 290 Tunica saxifraga Tunica saxifraga Scop. NULL Tunica saxifraga 480 1 NULL
715 715 712 290 Dianthus prolifer Dianthus prolifer L. NULL Dianthus prolifer 481 1 NULL 22238 Dianthus prolifer L.
716 715 712 290 Tunica prolifera Tunica prolifera Scop NULL Tunica prolifera 481 1 NULL
717 717 712 290 Dianthus armeria Dianthus armeria L. NULL Dianthus armeria 482 1 NULL 75086 Dianthus armeria L.
718 718 712 290 Dianthus barbatus Dianthus barbatus L. NULL Jalousie, Bouquet-fait. Dianthus barbatus 483 1 NULL 75088 Dianthus barbatus L.
719 719 712 290 Dianthus balbisii Dianthus balbisii Ser. NULL Dianthus balbisii 484 1 NULL 22068 Dianthus carthusianorum L.
720 719 712 290 Dianthus liburnicus Dianthus liburnicus G. G. NULL Dianthus liburnicus 484 1 NULL
721 721 712 290 Dianthus carthusianorum Dianthus carthusianorum L. NULL oeillet des Chartreux. Dianthus carthusianorum 485 1 NULL 75087 Dianthus balbisii Ser.
722 722 712 290 Dianthus superbus Dianthus superbus L. NULL Oeillet à plumet, Mignardise des prés. Dianthus superbus 486 1 NULL 22313 Dianthus superbus L.
723 723 712 290 Dianthus monspessulanus Dianthus monspessulanus L. NULL Dianthus monspessulanus 487 1 NULL 22210 Dianthus monspessulanus L.
724 724 712 290 Dianthus gallicus Dianthus gallicus Pers. NULL Dianthus gallicus 488 1 NULL 22150 Dianthus gallicus Pers.
725 725 712 290 Dianthus caryophyllus Dianthus caryophyllus L. NULL Oeillet Giroflée, oeillet des fleuristes. Dianthus caryophyllus 489 1 NULL 22083 Dianthus caryophyllus L.
726 726 712 290 Dianthus subacaulis Dianthus subacaulis Vill. NULL Dianthus subacaulis 490 1 NULL 22304 Dianthus subacaulis Vill.
727 726 712 290 Dianthus brachyanthus Dianthus brachyanthus Boiss. NULL Dianthus brachyanthus 490 1 NULL
728 728 712 290 Dianthus serratus Dianthus serratus Lapeyr. NULL Dianthus serratus 491 1 NULL 22292 Dianthus serratus Lapeyr.
729 728 712 290 Dianthus pungens Dianthus pungens G. G. part. NULL Dianthus pungens 491 1 NULL
730 730 712 290 Dianthus furcatus Dianthus furcatus Balb. NULL Dianthus furcatus 492 1 NULL 75090 Dianthus furcatus Balb.
731 731 712 290 Dianthus seguieri Dianthus seguieri Vill. NULL Dianthus seguieri 493 1 NULL 75092 Dianthus seguieri Vill.
732 732 712 290 Dianthus neglectus Dianthus neglectus Lois. NULL Dianthus neglectus 494 1 NULL 22219 Dianthus neglectus sensu 1, 2, 3
733 733 712 290 Dianthus attenuatus Dianthus attenuatus Sm. NULL Dianthus attenuatus 495 1 NULL 22024 Dianthus attenuatus Sm.
734 734 712 290 Dianthus hirtus Dianthus hirtus Vill. NULL Dianthus hirtus 496 1 NULL 22174 Dianthus hirtus Chaix ex Vill.
735 735 712 290 Dianthus graniticus Dianthus graniticus Jord. NULL Dianthus graniticus 497 1 NULL 22164 Dianthus graniticus Jord.
736 736 712 290 Dianthus geminiflorus Dianthus geminiflorus Lois. NULL Dianthus geminiflorus 498 1 NULL 22154 Dianthus geminiflorus Loisel.
737 736 712 290 Dianthus benearnensis Dianthus benearnensis Loret NULL Dianthus benearnensis 498 1 NULL
738 738 712 290 Dianthus requienii Dianthus requienii Godr. et Gren. NULL Dianthus requienii 499 1 NULL 22259 Dianthus requienii Godr.
739 739 712 290 Dianthus deltoides Dianthus deltoides L. NULL Dianthus deltoides 500 1 NULL 75089 Dianthus deltoides L.
740 740 712 290 Dianthus caesius Dianthus caesius Sm. NULL Dianthus caesius 501 1 NULL 22055 Dianthus caesius Sm.
741 741 712 290 Dianthus silvaticus Dianthus silvaticus Hoppe. NULL Dianthus silvaticus 502 1 NULL 22323 Dianthus sylvaticus Hoppe ex Willd.
742 742 624 220 Velezia Velezia L. NULL Velezia G97 1 195
743 743 742 290 Velezia rigida Velezia rigida L. NULL Velezia rigida 503 1 NULL 70715 Velezia rigida L.
744 744 624 220 Sagina Sagina L. NULL Sagina G98 1 196
745 745 744 290 Sagina procumbens Sagina procumbens L. NULL Sagina procumbens 504 1 NULL 59112 Sagina procumbens L.
746 746 744 290 Sagina apetala Sagina apetala L. NULL Sagina apetala 505 1 NULL 59056 Sagina apetala Ard.
747 747 744 290 Sagina maritima Sagina maritima Don. NULL Sagina maritima 506 1 NULL 59091 Sagina maritima G Don
748 748 744 290 Sagina nodosa Sagina nodosa Fenzl. NULL Sagina nodosa 507 1 NULL 59106 Sagina nodosa (L) Fenzl
749 749 744 290 Sagina repens Sagina repens Burnat NULL Sagina repens 508 1 NULL 59120 Sagina repens Gremli
750 749 744 290 Sagina glabra Sagina glabra Koch NULL Sagina glabra 508 1 NULL
751 751 744 290 Sagina pilifera Sagina pilifera DC. NULL Sagina pilifera 509 1 NULL 59111 Sagina pilifera (Dc) Fenzl
752 751 744 290 Sagina glabra var. corsica Sagina glabra var. corsica G. G. NULL Sagina glabra var. corsica 509 1 NULL
753 753 744 290 Sagina subulata Sagina subulata Presl. NULL Sagina subulata 510 1 NULL 59136 Sagina subulata (Sw) C Presl
754 754 744 290 Sagina linnaei Sagina linnaei Presl. NULL Sagina linnaei 511 1 NULL 59088 Sagina linnaei C Presl
755 755 744 290 Sagina fasciculata Sagina fasciculata Boiss. NULL Sagina fasciculata 512 1 NULL 59080 Sagina fasciculata Boiss.
756 755 744 290 Sagina pyrenaica Sagina pyrenaica Rouy NULL Sagina pyrenaica 512 1 NULL
757 757 624 220 Buffonia Buffonia Sauv. NULL Buffonia G99 1 199
758 758 757 290 Buffonia perennis Buffonia perennis Pourr. NULL Buffonia perennis 513 1 NULL 11355 Bufonia perennis Pourr.
759 759 757 290 Buffonia macrosperma Buffonia macrosperma Gay. NULL Buffonia macrosperma 514 1 NULL 11350 Bufonia macrosperma J Gay ex Gren.
760 760 757 290 Buffonia tenuifolia Buffonia tenuifolia L. NULL Buffonia tenuifolia 515 1 NULL 11357 Bufonia tenuifolia L.
761 761 624 220 Alsine Alsine Wahl. NULL Alsine G100 1 200
762 762 761 290 Alsine lanceolata Alsine lanceolata Mert. et Koch. NULL Alsine lanceolata 516 1 NULL 3615 Alsine lanceolata (All) Mert. & W.D.J.Koch
763 763 761 290 Alsine cerastiifolia Alsine cerastiifolia Fenzl. NULL Alsine cerastiifolia 517 1 NULL 3575 Alsine cerastiifolia (Ramond ex Dc.) Fenzl
764 764 761 290 Alsine cherleri Alsine cherleri Fenzl. NULL Alsine cherleri 518 1 NULL 3578 Alsine cherleri Gren.
765 764 761 290 Cherleria sedoides Cherleria sedoides L. NULL Cherleria sedoides 518 1 NULL
766 766 761 290 Alsine tenuifolia Alsine tenuifolia Crantz. NULL Alsine tenuifolia 519 1 NULL 3671 Alsine tenuifolia (L) Crantz
767 767 761 290 Alsine fasciculata Alsine fasciculata Mert. et Koch NULL Alsine fasciculata 520 1 NULL 3593 Alsine fasciculata sensu H J.Coste
768 767 761 290 Alsine jacquini Alsine jacquini Koch NULL Alsine jacquini 520 1 NULL
769 769 761 290 Alsine rostrata Alsine rostrata Koch. NULL Alsine rostrata 521 1 NULL 3651 Alsine rostrata (Pers) Murith
770 769 761 290 Alsine mucronata Alsine mucronata auct. NULL Alsine mucronata 521 1 NULL
771 771 761 290 Alsine setacea Alsine setacea Mert. et Koch. NULL Alsine setacea 522 1 NULL 3666 Alsine setacea (Thuill) Mert. & W.D.J.Koch
772 772 761 290 Alsine laricifolia Alsine laricifolia Crantz NULL Alsine laricifolia 523 1 NULL 3618 Alsine laricifolia (L) Crantz
773 772 761 290 Alsine striata Alsine striata Gren. NULL Alsine striata 523 1 NULL
774 774 761 290 Alsine liniflora Alsine liniflora Heg. NULL Alsine liniflora 524 1 NULL 3622 Alsine liniflora sensu H J.Coste
775 774 761 290 Alsine bauhinorum Alsine bauhinorum Gay NULL Alsine bauhinorum 524 1 NULL
776 776 761 290 Alsine villarsii Alsine villarsii Mert. et Koch. NULL Alsine villarsii 525 1 NULL 3689 Alsine villarii (Balb) Mert. & W.D.J.Koch
777 777 761 290 Alsine stricta Alsine stricta Wahlenb. NULL Alsine stricta 526 1 NULL 3668 Alsine stricta (Sw) Wahlenb.
778 778 761 290 Alsine recurva Alsine recurva Wahlenb. NULL Alsine recurva 527 1 NULL 3648 Alsine recurva (All) Wahlenb.
779 779 761 290 Alsine verna Alsine verna Bartl. NULL Alsine verna 528 1 NULL 3686 Alsine verna (L) Bartl.
780 780 624 220 Honckenya Honckenya Ehrh. NULL Honckenya G101 1 204
781 781 780 290 Honckenya peploides Honckenya peploides Ehrh. NULL Honckenya peploides 529 1 NULL 75174 Honckenya peploides (L) Ehrh.
782 781 780 290 Halianthus peploides Halianthus peploides Fries NULL Halianthus peploides 529 1 NULL
783 783 624 220 Moehringia Moehringia L. NULL Moehringia G102 1 205
784 784 783 290 Moehringia muscosa Moehringia muscosa L. NULL Moehringia muscosa 530 1 NULL 42764 Moehringia muscosa L.
785 785 783 290 Moehringia dasyphylla Moehringia dasyphylla Bruno. NULL Moehringia dasyphylla 531 1 NULL 42754 Moehringia dasyphylla sensu 2, 3
786 786 783 290 Moehringia polygonoides Moehringia polygonoides Mert et Koch. NULL Moehringia polygonoides 532 1 NULL 42772 Moehringia polygonoides (Wulfen) Mert. & W.D.J.Koch
787 787 624 220 Gouffeia Gouffeia Rob. et Cast. NULL Gouffeia G103 1 206
788 788 787 290 Gouffeia arenarioides Gouffeia arenarioides Rob. et Gast. NULL Gouffeia arenarioides 533 1 NULL 30621 Gouffeia arenarioides DC.
789 788 787 290 Arenaria gouffeia Arenaria gouffeia Ghaub.  NULL Arenaria gouffeia 533 1 NULL
790 788 787 290 Arenaria massiliensis Arenaria massiliensis Fenz. NULL Arenaria massiliensis 533 1 NULL
791 791 624 220 Arenaria Arenaria L. NULL Arenaria G104 1 206
792 792 791 290 Arenaria purpurascens Arenaria purpurascens Ram. NULL Arenaria purpurascens 534 1 NULL 6274 Arenaria purpurascens Ramond ex DC.
793 793 791 290 Arenaria grandiflora Arenaria grandiflora L. NULL Arenaria grandiflora 535 1 NULL 74968 Arenaria grandiflora L.
794 794 791 290 Arenaria capitata Arenaria capitata Lamk NULL Arenaria capitata 536 1 NULL 6156 Arenaria capitata Lam.
795 794 791 290 Arenaria aggregata Arenaria aggregata Lois.  NULL Arenaria aggregata 536 1 NULL
796 794 791 290 Arenaria tetraquetra var. legitima Arenaria tetraquetra var. legitima G. G. NULL Arenaria tetraquetra var. legitima 536 1 NULL
797 797 791 290 Arenaria tetraquetra Arenaria tetraquetra L. NULL Arenaria tetraquetra 537 1 NULL 74971 Arenaria tetraquetra L.
798 797 791 290 Arenaria pyrenaica Arenaria pyrenaica Rouy  NULL Arenaria pyrenaica 537 1 NULL
799 797 791 290 Arenaria tetraquetra var. condensata Arenaria tetraquetra var. condensata G. G. NULL Arenaria tetraquetra var. condensata 537 1 NULL
800 800 791 290 Arenaria trinervia Arenaria trinervia L. NULL Arenaria trinervia 538 1 NULL 6335 Arenaria trinervia L.
801 800 791 290 Moehringia trinervia Moehringia trinervia Clairv. NULL Moehringia trinervia 538 1 NULL
802 802 791 290 Arenaria serpyllifolia Arenaria serpyllifolia L. NULL Arenaria serpyllifolia 539 1 NULL 6292 Arenaria serpyllifolia L.
803 803 791 290 Arenaria modesta Arenaria modesta Duf. NULL Arenaria modesta 540 1 NULL 74969 Arenaria modesta Dufour
804 804 791 290 Arenaria controversa Arenaria controversa Boiss. NULL Arenaria controversa 541 1 NULL 6182 Arenaria controversa Boiss.
805 805 791 290 Arenaria hispida Arenaria hispida L. NULL Arenaria hispida 542 1 NULL 6217 Arenaria hispida L.
806 806 791 290 Arenaria lesurina Arenaria lesurina Loret NULL Arenaria lesurina 543 1 NULL 6232 Arenaria lesurina Loret
807 806 791 290 Arenaria tigericina Arenaria tigericina Lec et Lamot. NULL Arenaria tigericina 543 1 NULL
808 808 791 290 Arenaria cinerea Arenaria cinerea DC. NULL Arenaria cinerea 544 1 NULL 6180 Arenaria cinerea DC.
809 809 791 290 Arenaria montana Arenaria montana L. NULL Arenaria montana 545 1 NULL 74970 Arenaria montana L.
810 810 791 290 Arenaria ciliata Arenaria ciliata L. NULL Arenaria ciliata 546 1 NULL 6166 Arenaria ciliata L.
811 811 791 290 Arenaria saxifraga Arenaria saxifraga Fenzl. NULL Arenaria saxifraga 547 1 NULL 6290 Arenaria saxifraga (Bertol) Gren.
812 812 791 290 Arenaria balearica Arenaria balearica L. NULL Arenaria balearica 548 1 NULL 6143 Arenaria balearica L.
813 813 791 290 Arenaria biflora Arenaria biflora L. NULL Arenaria biflora 549 1 NULL 6147 Arenaria biflora L.
814 814 624 220 Stellaria Stellaria L. NULL Stellaire Stellaria G105 1 212
815 815 814 290 Stellaria nemorum Stellaria nemorum L. NULL Stellaria nemorum 550 1 NULL 66249 Stellaria nemorum L.
816 816 814 290 Stellaria media Stellaria media Cyrill. NULL Mouron des oiseaux, Stellaria media 551 1 NULL 75396 Stellaria media (L) Vill.
817 817 814 290 Stellaria holostea Stellaria holostea L. NULL Stellaire. Stellaria holostea 552 1 NULL 66199 Stellaria holostea L.
818 818 814 290 Stellaria graminea Stellaria graminea L. NULL Stellaria graminea 553 1 NULL 66187 Stellaria graminea L.
819 819 814 290 Stellaria palustris Stellaria palustris Ehrh. NULL Stellaria palustris 554 1 NULL 66259 Stellaria palustris Hoffm.
820 819 814 290 Stellaria glauca Stellaria glauca With. NULL Stellaria glauca 554 1 NULL
821 821 814 290 Stellaria uliginosa Stellaria uliginosa Murr. NULL Stellaria uliginosa 555 1 NULL 66279 Stellaria uliginosa Murray
822 821 814 290 Larbrea aquatica Larbrea aquatica Saint-Hil. NULL Larbrea aquatica 555 1 NULL
823 823 624 220 Holosteum Holosteum L. NULL Holosteum G106 1 214
824 824 823 290 Holosteum umbellatum Holosteum umbellatum L. NULL Holosteum umbellatum 556 1 NULL 34778 Holosteum umbellatum L.
825 825 624 220 Cerastium Cerastium L. NULL Cerastium G107 1 214
826 826 825 290 Cerastium erectum Cerastium erectum Coss. et G. NULL Cerastium erectum 557 1 NULL 15837 Cerastium erectum (L) Coss. & Germ.
827 826 825 290 Cerastium quaternellum Cerastium quaternellum Fenzl.  NULL Cerastium quaternellum 557 1 NULL
828 826 825 290 Moenchia erecta Moenchia erecta Goertn. NULL Moenchia erecta 557 1 NULL
829 829 825 290 Cerastium aquaticum Cerastium aquaticum L. NULL Cerastium aquaticum 558 1 NULL 15760 Cerastium aquaticum L.
830 829 825 290 Malachium aquaticum Malachium aquaticum Fries NULL Malachium aquaticum 558 1 NULL
831 831 825 290 Cerastium trigynum Cerastium trigynum Vill. NULL Cerastium trigynum 559 1 NULL 16034 Cerastium trigynum Vill.
832 831 825 290 Stellaria cerastioides Stellaria cerastioides L. NULL Stellaria cerastioides 559 1 NULL
833 833 825 290 Cerastium anomalum Cerastium anomalum W. et Kit. NULL Cerastium anomalum 560 1 NULL 15758 Cerastium anomalum Waldst. & Kit. ex Willd.
834 833 825 290 Stellaria viscida Stellaria viscida Bieb. NULL Stellaria viscida 560 1 NULL
835 835 825 290 Cerastium glomeratum Cerastium glomeratum Thuill. NULL Cerastium glomeratum 561 1 NULL 15862 Cerastium glomeratum Thuill.
836 835 825 290 Cerastium viscosum Cerastium viscosum G. G. NULL Cerastium viscosum 561 1 NULL
837 837 825 290 Cerastium brachypetalum Cerastium brachypetalum Desp. NULL Cerastium brachypetalum 562 1 NULL 15797 Cerastium brachypetalum Desp. ex Pers.
838 838 825 290 Cerastium semidecandrum Cerastium semidecandrum L. NULL Cerastium semidecandrum 563 1 NULL 15986 Cerastium semidecandrum L.
839 838 825 290 Cerastium pellucidum Cerastium pellucidum Chaub. NULL Cerastium pellucidum 563 1 NULL
840 840 825 290 Cerastium pumilum Cerastium pumilum Curt. NULL Cerastium pumilum 564 1 NULL 15951 Cerastium pumilum Curtis
841 840 825 290 Cerastium glutinosum Cerastium glutinosum Fries  NULL Cerastium glutinosum 564 1 NULL
842 840 825 290 Cerastium obscurum Cerastium obscurum Chaub. NULL Cerastium obscurum 564 1 NULL
843 843 825 290 Cerastium illyricum Cerastium illyricum Ard. NULL Cerastium illyricum 565 1 NULL 15889 Cerastium illyricum sensu H J.Coste
844 843 825 290 Cerastium pilosum Cerastium pilosum Sibth. NULL Cerastium pilosum 565 1 NULL
845 845 825 290 Cerastium siculum Cerastium siculum Guss. NULL Cerastium siculum 566 1 NULL 16002 Cerastium siculum Guss.
846 845 825 290 Cerastium aggregatum Cerastium aggregatum Dur. NULL Cerastium aggregatum 566 1 NULL
847 847 825 290 Cerastium riaei Cerastium riaei Desm. NULL Cerastium riaei 567 1 NULL 15975 Cerastium riaei Gren.
848 848 825 290 Cerastium triviale Cerastium triviale Link. NULL Cerastium triviale 568 1 NULL 16035 Cerastium triviale Link
849 848 825 290 Cerastium vulgatum Cerastium vulgatum G. G. NULL Cerastium vulgatum 568 1 NULL
850 850 825 290 Cerastium pyrenaicum Cerastium pyrenaicum Gay. NULL Cerastium pyrenaicum 569 1 NULL 15967 Cerastium pyrenaicum J Gay
851 851 825 290 Cerastium latifolium Cerastium latifolium L. NULL Cerastium latifolium 570 1 NULL 15900 Cerastium latifolium L.
852 852 825 290 Cerastium alpinum Cerastium alpinum L. NULL Cerastium alpinum 571 1 NULL 15733 Cerastium alpinum L.
853 853 825 290 Cerastium boissieri Cerastium boissieri Gren. NULL Cerastium boissieri 572 1 NULL 15793 Cerastium boissieri sensu 2, 3, 4, 5
854 854 825 290 Cerastium stenopetalum Cerastium stenopetalum Fenzl. NULL Cerastium stenopetalum 573 1 NULL 16008 Cerastium stenopetalum Fenzl ex Gren. & Godr.
855 855 825 290 Cerastium arvense Cerastium arvense L. NULL Cerastium arvense 574 1 NULL 15763 Cerastium arvense L.
856 856 624 220 Spergula Spergula L. NULL Spergula G108 1 220
857 857 856 290 Spergula arvensis Spergula arvensis L. NULL Spergula arvensis 575 1 NULL 65530 Spergula arvensis L.
858 857 856 290 Spergula sativa Spergula sativa Boenn. NULL Spergula sativa 575 1 NULL
859 859 856 290 Spergula pentandra Spergula pentandra L. NULL Spergula pentandra 576 1 NULL 65566 Spergula pentandra L.
860 860 856 290 Spergula morisonii Spergula morisonii Bor. NULL Spergula morisonii 577 1 NULL 65563 Spergula morisonii Boreau
861 860 856 290 Spergula vernalis Spergula vernalis Willd. NULL Spergula vernalis 577 1 NULL
862 862 624 220 Spergularia Spergularia Pers. NULL Spergulaire Spergularia G109 1 221
863 863 862 290 Spergularia segetalis Spergularia segetalis Pers. NULL Spergularia segetalis 578 1 NULL 65684 Spergularia segetalis (L) G Don
864 864 862 290 Spergularia dillenii Spergularia dillenii Lebel NULL Spergularia dillenii 579 1 NULL 65619 Spergularia dillenii Lebel
865 864 862 290 Spergularia media var. heterosperma Spergularia media var. heterosperma G. G. NULL Spergularia media var. heterosperma 579 1 NULL
866 866 862 290 Spergularia azorica Spergularia azorica Lebel. NULL Spergularia azorica 580 1 NULL 76261 Spergularia azorica sensu H J.Coste
867 867 862 290 Spergularia marginata Spergularia marginata Kitt. NULL Spergularia marginata 581 1 NULL 65638 Spergularia marginata (C A Mey.) Kitt.
868 867 862 290 Spergularia media var. marginata Spergularia media var. marginata G. G. NULL Spergularia media var. marginata 581 1 NULL
869 869 862 290 Spergularia lebeliana Spergularia lebeliana Rouy NULL Spergularia lebeliana 582 1 NULL 65633 Spergularia lebeliana Rouy
870 869 862 290 Spergularia rupestris Spergularia rupestris Lebel NULL Spergularia rupestris 582 1 NULL
871 871 862 290 Spergularia macrorhiza Spergularia macrorhiza Heynh. NULL Spergularia macrorhiza 583 1 NULL 65637 Spergularia macrorrhiza (Loisel) Heynh.
872 872 862 290 Spergularia nicaeensis Spergularia nicaeensis Sarato. NULL Spergularia nicaeensis 584 1 NULL 65651 Spergularia nicaeensis Sarato ex Burnat
873 873 862 290 Spergularia longipes Spergularia longipes Rouy. NULL Spergularia longipes 585 1 NULL 65635 Spergularia longipes sensu H J.Coste
874 874 862 290 Spergularia salsuginea Spergularia salsuginea Fenzl. NULL Spergularia salsuginea 586 1 NULL 65682 Spergularia salsuginea (Bunge) Fenzl
875 874 862 290 Spergularia diandra Spergularia diandra Heldr. NULL Spergularia diandra 586 1 NULL
876 876 862 290 Spergularia insularis Spergularia insularis Fouc.et Simon 1897 Spergularia insularis 587 1 NULL 77348 Spergularia insularis Foucaud
877 877 862 290 Spergularia rubra Spergularia rubra Pers. NULL Spergularia rubra 588 1 NULL 65656 Spergularia rubra (L) J Presl & C.Presl
878 877 862 290 Spergularia campestris Spergularia campestris Asch. NULL Spergularia campestris 588 1 NULL
879 879 2 180 Elatinaceae Elatinaceae NULL Elatinees F15 1 225
880 880 879 220 Elatine Elatine L. NULL Elatine Elatine G110 1 225
881 881 880 290 Elatine alsinastrum Elatine alsinastrum L. NULL Elatine alsinastrum 589 1 NULL 23623 Elatine alsinastrum L.
882 882 880 290 Elatine hydropiper Elatine hydropiper Schk. NULL Elatine hydropiper 590 1 NULL 23638 Elatine hydropiper L.
883 883 880 290 Elatine triandra Elatine triandra Schk. NULL Elatine triandra 591 1 NULL 23667 Elatine triandra Schkuhr
884 884 880 290 Elatine hexandra Elatine hexandra DC. NULL Elatine hexandra 592 1 NULL 23631 Elatine hexandra (Lapierre) DC.
885 884 880 290 Elatine paludosa Elatine paludosa Seub. NULL Elatine paludosa 592 1 NULL
886 886 880 290 Elatine macropoda Elatine macropoda Guss. NULL Elatine macropoda 593 1 NULL 23650 Elatine macropoda Guss.
887 886 880 290 Elatine fabri Elatine fabri Gren. NULL Elatine fabri 593 1 NULL
888 888 880 290 Elatine brochoni Elatine brochoni Glavaud. NULL Elatine brochoni 594 1 NULL 23624 Elatine brochonii Clavaud
889 889 2 180 Linaceae Linaceae NULL Linees F16 1 227
890 890 889 220 Linum Linum L NULL . Lin. Linum G111 1 227
891 891 890 290 Linum nodiflorum Linum nodiflorum L. NULL Linum nodiflorum 595 1 NULL 39446 Linum nodiflorum L.
892 892 890 290 Linum campanulatum Linum campanulatum L. NULL Linum campanulatum 596 1 NULL 39404 Linum campanulatum L.
893 892 890 290 Linum glandulosum Linum glandulosum Moench NULL Linum glandulosum 596 1 NULL
894 894 890 290 Linum maritimum Linum maritimum L. NULL Linum maritimum 597 1 NULL 39436 Linum maritimum L.
895 895 890 290 Linum strictum Linum strictum L. NULL Linum strictum 598 1 NULL 39470 Linum strictum L.
896 896 890 290 Linum gallicum Linum gallicum L. NULL Linum gallicum 599 1 NULL 39416 Linum gallicum L.
897 897 890 290 Linum catharticum Linum catharticum L. NULL Lin purgatif. Linum catharticum 600 1 NULL 39405 Linum catharticum L.
898 898 890 290 Linum viscosum Linum viscosum L. NULL Linum viscosum 601 1 NULL 39492 Linum viscosum L.
899 899 890 290 Linum salsoloides Linum salsoloides Lamk. NULL Linum salsoloides 602 1 NULL 39463 Linum salsoloides sensu 2, 3
900 899 890 290 Linum suffruticosum Linum suffruticosum G. G. NULL Linum suffruticosum 602 1 NULL
901 901 890 290 Linum tenuifolium Linum tenuifolium L. NULL Linum tenuifolium 603 1 NULL 39482 Linum tenuifolium L.
902 902 890 290 Linum narbonense Linum narbonense L. NULL Linum narbonense 604 1 NULL 39445 Linum narbonense L.
903 903 890 290 Linum alpinum Linum alpinum L. NULL Linum alpinum 605 1 NULL 39369 Linum alpinum Jacq.
904 904 890 290 Linum angustifolium Linum angustifolium Huds. NULL Linum angustifolium 606 1 NULL 39382 Linum angustifolium Huds.
905 905 890 290 Linum usitatissimum Linum usitatissimum L. NULL Lin cultivé. Linum usitatissimum 607 1 NULL 39487 Linum usitatissimum L.
906 906 889 220 Radiola Radiola L. NULL Radiole. Radiola G112 1 232
907 907 906 290 Radiola linoides Radiola linoides Roth. NULL Radiola linoides 608 1 NULL 54637 Radiola linoides Roth
908 908 2 180 Tiliaceae Tiliaceae NULL Tiliacees F17 1 232
909 909 908 220 Tilia Tilia NULL Tilia G113 1 232
910 910 909 290 Tilia platyphylla Tilia platyphylla Scop. NULL Tilia platyphylla 609 1 NULL 68332 Tilia platyphyllos Scop.
911 910 909 290 Tilia grandifolia Tilia grandifolia Ehrh. NULL Tilia grandifolia 609 1 NULL
912 912 909 290 Tilia intermedia Tilia intermedia DC. NULL Tilia intermedia 610 1 NULL 68313 Tilia x intermedia DC.
913 912 909 290 Tilia vulgaris Tilia vulgaris Hayn. NULL Tilia vulgaris 610 1 NULL
914 914 909 290 Tilia parvifolia Tilia parvifolia Ehrh. NULL Tilia parvifolia 611 1 NULL 68329 Tilia parvifolia (Ehrh) Ehrh. ex Hoffm.
915 914 909 290 Tilia silvestris Tilia silvestris Desf.  NULL Tilia silvestris 611 1 NULL
916 914 909 290 Tilia ulmifolia Tilia ulmifolia Scop. NULL Tilia ulmifolia 611 1 NULL
917 917 2 180 Malvaceae Malvaceae NULL Malvacees F18 1 234
918 918 917 220 Malope Malope L. NULL Malope G114 1 234
919 919 918 290 Malope malacoides Malope malacoides L. NULL Malope malacoides 612 1 NULL 75237 Malope malacoides L.
920 920 917 220 Malva Malva L. NULL Mauve Malva G115 1 235
921 921 920 290 Malva cretica Malva cretica Cav. NULL Malva cretica 613 1 NULL 40798 Malva cretica Cav.
922 921 920 290 Malva althaeoides Malva althaeoides G. G. NULL Malva althaeoides 613 1 NULL
923 923 920 290 Malva alcea Malva alcea L. NULL Malva alcea 614 1 NULL 40764 Malva alcea L.
924 924 920 290 Malva moschata Malva moschata L. NULL Malva moschata 615 1 NULL 40848 Malva moschata L.
925 925 920 290 Malva silvestris Malva silvestris L. NULL Grande Mauve. Malva silvestris 616 1 NULL 40893 Malva sylvestris L.
926 926 920 290 Malva nicaeensis Malva nicaeensis All. NULL Malva nicaeensis 617 1 NULL 40858 Malva nicaeensis All.
927 927 920 290 Malva rotundifolia Malva rotundifolia L. NULL Petite Mauve. Malva rotundifolia 618 1 NULL 40883 Malva rotundifolia sensu 1, 2
928 928 920 290 Malva parviflora Malva parviflora L. NULL Malva parviflora 619 1 NULL 40867 Malva parviflora L.
929 929 917 220 Lavatera Lavatera L. NULL Lavatera G116 1 237
930 930 929 290 Lavatera arborea Lavatera arborea L. NULL Mauve royale, Lavatera arborea 620 1 NULL 38124 Lavatera arborea L.
931 931 929 290 Lavatera cretica Lavatera cretica L. NULL Lavatera cretica 621 1 NULL 38128 Lavatera cretica L.
932 932 929 290 Lavatera punctata Lavatera punctata All NULL Lavatera punctata 622 1 NULL 38147 Lavatera punctata All.
933 933 929 290 Lavatera trimestris Lavatera trimestris L. NULL Lavatera trimestris 623 1 NULL 38159 Lavatera trimestris L.
934 934 929 290 Lavatera olbia Lavatera olbia L. NULL Lavatera olbia 624 1 NULL 38140 Lavatera olbia L.
935 935 929 290 Lavatera maritima Lavatera maritima Gouan. NULL Lavatera maritima 625 1 NULL 38135 Lavatera maritima Gouan
936 936 917 220 Althaea Althaea L. NULL Guimauve. Althaea G117 1 239
937 937 936 290 Althaea pallida Althaea pallida W. et Kit. NULL Althaea pallida 626 1 NULL 3753 Althaea pallida Willd.
938 938 936 290 Althaea officinalis Althaea officinalis L. NULL Guimauve officinale. Althaea officinalis 627 1 NULL 3752 Althaea officinalis L.
939 939 936 290 Althaea cannabina Althaea cannabina L. NULL Althaea cannabina 628 1 NULL 3729 Althaea cannabina L.
940 940 936 290 Althaea hirsuta Althaea hirsuta L. NULL Althaea hirsuta 629 1 NULL 3738 Althaea hirsuta L.
941 941 917 220 Hibiscus Hibiscus L. NULL Hibiscus G118 1 241
942 942 941 290 Hibiscus roseus Hibiscus roseus Thore. NULL Hibiscus roseus 630 1 NULL 31971 Hibiscus roseus Thore ex Loisel.
943 943 917 220 Abutilon Abutilon Gaertn. NULL Abutilon G119 1 241
944 944 943 290 Abutilon avicennae Abutilon avicennae Gaertn. NULL Abutilon avicennae 631 1 NULL 82 Abutilon avicennae Gaertn.
945 944 943 290 Sida abutilon Sida abutilon L. NULL Sida abutilon 631 1 NULL
946 946 2 180 Geraniaceae Geraniaceae NULL Geraniacees F19 1 242
947 947 946 220 Geranium Geranium L. NULL Geranium G120 1 242
948 948 947 290 Geranium macrorrhizum Geranium macrorrhizum L. NULL Geranium macrorrhizum 632 1 NULL 29979 Geranium macrorrhizum L.
949 949 947 290 Geranium lucidum Geranium lucidum L. NULL Geranium lucidum 633 1 NULL 29976 Geranium lucidum L.
950 950 947 290 Geranium robertianum Geranium robertianum L. NULL Herbe à l'esquinancie. Geranium robertianum 634 1 NULL 30044 Geranium robertianum L.
951 951 947 290 Geranium lanuginosum Geranium lanuginosum Lamk. NULL Geranium lanuginosum 635 1 NULL 29967 Geranium lanuginosum Lam.
952 951 947 290 Geranium bohemicum Geranium bohemicum G. G., non L. NULL Geranium bohemicum 635 1 NULL
953 953 947 290 Geranium divaricatum Geranium divaricatum Ehrh. NULL Geranium divaricatum 636 1 NULL 29942 Geranium divaricatum Ehrh.
954 954 947 290 Geranium columbinum Geranium columbinum L. NULL Geranium columbinum 637 1 NULL 29935 Geranium columbinum L.
955 955 947 290 Geranium dissectum Geranium dissectum L. NULL Geranium dissectum 638 1 NULL 29941 Geranium dissectum L.
956 956 947 290 Geranium rotundifolium Geranium rotundifolium L. NULL Geranium rotundifolium 639 1 NULL 30056 Geranium rotundifolium L.
957 957 947 290 Geranium molle Geranium molle L. NULL Geranium molle 640 1 NULL 75468 Geranium molle L.
958 958 947 290 Geranium pusillum Geranium pusillum L. NULL Geranium pusillum 641 1 NULL 30036 Geranium pusillum L.
959 959 947 290 Geranium argenteum Geranium argenteum L. NULL Geranium argenteum 642 1 NULL 29914 Geranium argenteum L.
960 960 947 290 Geranium cinereum Geranium cinereum Cav. NULL Geranium cinereum 643 1 NULL 75149 Geranium cinereum Cav.
961 961 947 290 Geranium sanguineum Geranium sanguineum L. NULL Geranium sanguineum 644 1 NULL 30061 Geranium sanguineum L.
962 962 947 290 Geranium pyrenaicum Geranium pyrenaicum L. NULL Geranium pyrenaicum 645 1 NULL 75152 Geranium pyrenaicum Burm F.
963 963 947 290 Geranium tuberosum Geranium tuberosum L. NULL Geranium tuberosum 646 1 NULL 75153 Geranium tuberosum L.
964 964 947 290 Geranium pratense Geranium pratense L. NULL Geranium pratense 647 1 NULL 75151 Geranium pratense L.
965 965 947 290 Geranium silvaticum Geranium silvaticum L. NULL Geranium silvaticum 648 1 NULL 30077 Geranium sylvaticum L.
966 966 947 290 Geranium rivulare Geranium rivulare Vill. NULL Geranium rivulare 649 1 NULL 30043 Geranium rivulare Vill.
967 966 947 290 Geranium aconitifolium Geranium aconitifolium L'Hérit. NULL Geranium aconitifolium 649 1 NULL
968 968 947 290 Geranium nodosum Geranium nodosum L. NULL Geranium nodosum 650 1 NULL 30003 Geranium nodosum L.
969 969 947 290 Geranium striatum Geranium striatum L. NULL Geranium striatum 651 1 NULL 30072 Geranium striatum L.
970 970 947 290 Geranium phaeum Geranium phaeum L. NULL Geranium phaeum 652 1 NULL 30019 Geranium phaeum L.
971 970 947 290 Geranium lividum Geranium lividum L'Hérit. NULL Geranium lividum 652 1 NULL
972 972 947 290 Geranium palustre Geranium palustre L. NULL Geranium palustre 653 1 NULL 30012 Geranium palustre L.
973 973 947 290 Geranium endressi Geranium endressi Gay. NULL Geranium endressi 654 1 NULL 29947 Geranium endressii J Gay
974 974 946 220 Erodium Erodium L'Hérit. NULL Erodium Erodium G121 1 250
975 975 974 290 Erodium malacoides Erodium malacoides Willd. NULL Erodium malacoides 655 1 NULL 75116 Erodium malacoides (L) L'Hér.
976 976 974 290 Erodium maritimum Erodium maritimum Smith. NULL Erodium maritimum 656 1 NULL 25118 Erodium maritimum (L) L'Hér.
977 977 974 290 Erodium corsicum Erodium corsicum Léman. NULL Erodium corsicum 657 1 NULL 25086 Erodium corsicum Léman
978 978 974 290 Erodium chium Erodium chium Willd. NULL Erodium chium 658 1 NULL 25054 Erodium chium (L) Willd.
979 979 974 290 Erodium laciniatum Erodium laciniatum Cav. NULL Erodium laciniatum 659 1 NULL 75114 Erodium laciniatum (Cav) Willd.
980 980 974 290 Erodium botrys Erodium botrys Bert. NULL Erodium botrys 660 1 NULL 25048 Erodium botrys (Cav) Bertol.
981 981 974 290 Erodium ciconium Erodium ciconium Willd. NULL Erodium ciconium 661 1 NULL 25062 Erodium ciconium (L) L'Hér.
982 982 974 290 Erodium manescavi Erodium manescavi Coss. NULL Erodium manescavi 662 1 NULL 25116 Erodium manescavii Coss.
983 983 974 290 Erodium macradenum Erodium macradenum L'Hérit. NULL Erodium macradenum 663 1 NULL 25108 Erodium macradenum L'Hér.
984 984 974 290 Erodium petraeum Erodium petraeum Willd. NULL Erodium petraeum 664 1 NULL 25127 Erodium petraeum (Gouan) Willd.
985 985 974 290 Erodium jacquinianum Erodium jacquinianum Fisch. NULL Erodium jacquinianum 665 1 NULL 25098 Erodium jacquinianum Fisch. & al.
986 985 974 290 Erodium tenuisectum Erodium tenuisectum G. G. NULL Erodium tenuisectum 665 1 NULL
987 987 974 290 Erodium moschatum Erodium moschatum L'Hérit. NULL Erodium moschatum 666 1 NULL 25121 Erodium moschatum (L) L'Hér.
988 988 974 290 Erodium romanum Erodium romanum Willd. NULL Erodium romanum 667 1 NULL 25140 Erodium romanum (Burm F) L'Hér.
989 989 974 290 Erodium cicutarium Erodium cicutarium L'Hérit. NULL Bec de grue. Erodium cicutarium 668 1 NULL 25064 Erodium cicutarium (L) L'Hér.
990 990 2 180 Hypericineae Hypericineae NULL Hypericinees F20 1 235
991 991 990 220 Androsaemum Androsaemum All. NULL Androsème Androsaemum G122 1 255
992 992 991 290 Androsaemum officinale Androsaemum officinale All. NULL Toute-saine, Passecure. Androsaemum officinale 669 1 NULL 4690 Androsaemum officinale All.
993 992 991 290 Hypericum androsaemum Hypericum androsaemum L. NULL Hypericum androsaemum 669 1 NULL
994 994 991 290 Androsaemum hircinum Androsaemum hircinum Spach NULL Androsaemum hircinum 670 1 NULL 4689 Androsaemum hircinum (L) Spach
995 994 991 290 Hypericum hircinum Hypericum hircinum L. NULL Hypericum hircinum 670 1 NULL
996 996 990 220 Helodes Helodes Spach. NULL Helodes G123 1 256
997 997 996 290 Helodes palustris Helodes palustris Spach NULL Helodes palustris 671 1 NULL 23809 Elodes palustris Spach
998 997 996 290 Hypericum helodes Hypericum helodes L. NULL Hypericum helodes 671 1 NULL
999 999 990 220 Hypericum Hypericum L. NULL Millepertuis. Hypericum G124 1 256
1000 1000 999 290 Hypericum tomentosum Hypericum tomentosum L. NULL Hypericum tomentosum 672 1 NULL 35391 Hypericum tomentosum L.
1001 1001 999 290 Hypericum hirsutum Hypericum hirsutum L. NULL Hypericum hirsutum 673 1 NULL 35294 Hypericum hirsutum L.
1002 1002 999 290 Hypericum corsicum Hypericum corsicum Steud. NULL Hypericum corsicum 674 1 NULL 35261 Hypericum corsicum Godr.
1003 1003 999 290 Hypericum humifusum Hypericum humifusum L. NULL Hypericum humifusum 675 1 NULL 35296 Hypericum humifusum L.
1004 1004 999 290 Hypericum perfoliatum Hypericum perfoliatum L. NULL Hypericum perfoliatum 676 1 NULL 35347 Hypericum perfoliatum L.
1005 1004 999 290 Hypericum ciliatum Hypericum ciliatum Desr. NULL Hypericum ciliatum 676 1 NULL
1006 1006 999 290 Hypericum perforatum Hypericum perforatum L. NULL Herbe à mille trous. Hypericum perforatum 677 1 NULL 35348 Hypericum perforatum L.
1007 1007 999 290 Hypericum tetrapterum Hypericum tetrapterum Fries NULL Hypericum tetrapterum 678 1 NULL 35387 Hypericum tetrapterum Fr.
1008 1007 999 290 Hypericum acutum Hypericum acutum Moench NULL Hypericum acutum 678 1 NULL
1009 1009 999 290 Hypericum desetangsii Hypericum desetangsii Lamotte. NULL Hypericum desetangsii 679 1 NULL 35267 Hypericum desetangsii Lamotte
1010 1010 999 290 Hypericum quadrangulum Hypericum quadrangulum L. NULL Hypericum quadrangulum 680 1 NULL 35375 Hypericum quadrangulum sensu 1, 2
1011 1011 999 290 Hypericum coris Hypericum coris L. NULL Hypericum coris 681 1 NULL 35260 Hypericum coris L.
1012 1012 999 290 Hypericum hyssopifolium Hypericum hyssopifolium Vill. NULL Hypericum hyssopifolium 682 1 NULL 75182 Hypericum hyssopifolium Chaix
1013 1013 999 290 Hypericum linarifolium Hypericum linarifolium Vahl. NULL Hypericum linarifolium 683 1 NULL 35312 Hypericum linariifolium Vahl
1014 1014 999 290 Hypericum australe Hypericum australe Ten. NULL Hypericum australe 684 1 NULL 35244 Hypericum australe Ten.
1015 1015 999 290 Hypericum nummularium Hypericum nummularium L. NULL Hypericum nummularium 685 1 NULL 35339 Hypericum nummularium L.
1016 1016 999 290 Hypericum richeri Hypericum richeri Vill. NULL Hypericum richeri 686 1 NULL 35378 Hypericum richeri Vill.
1017 1016 999 290 Hypericum androsaemifolium Hypericum androsaemifolium Vill. NULL Hypericum androsaemifolium 686 1 NULL
1018 1018 999 290 Hypericum pulchrum Hypericum pulchrum L. NULL Hypericum pulchrum 687 1 NULL 35363 Hypericum pulchrum L.
1019 1019 999 290 Hypericum montanum Hypericum montanum L. NULL Hypericum montanum 688 1 NULL 35331 Hypericum montanum L.
1020 1020 2 180 Aceraceae Aceraceae NULL Acerinees F21 1 262
1021 1021 1020 220 Acer Acer L. NULL Érable.</i> Acer G125 1 262
1022 1022 1021 290 Acer pseudoplatanus Acer pseudoplatanus L. NULL Sycomore. Acer pseudoplatanus 689 1 NULL 210 Acer pseudoplatanus L.
1023 1023 1021 290 Acer platanoides Acer platanoides L. NULL Erable plane. Acer platanoides 690 1 NULL 74934 Acer platanoides L.
1024 1024 1021 290 Acer monspessulanum Acer monspessulanum L. NULL Érable de Montpellier. Acer monspessulanum 691 1 NULL 182 Acer monspessulanum L.
1025 1025 1021 290 Acer opulifolium Acer opulifolium Vill. NULL Acer opulifolium 692 1 NULL 199 Acer opulifolium Chaix
1026 1025 1021 290 Acer opalus Acer opalus Mill. NULL Acer opalus 692 1 NULL
1027 1027 1021 290 Acer campestre Acer campestre L. NULL Érable, Acéraille. Acer campestre 693 1 NULL 141 Acer campestre L.
1028 1028 2 180 Ampelidae Ampelidae NULL Ampelidees F22 1 264
1029 1029 1028 220 Vitis Vitis L. NULL Vitis G126 1 264
1030 1030 1029 290 Vitis vinifera Vitis vinifera L. NULL Vigne. Vitis vinifera 694 1 NULL 72795 Vitis vinifera L.
1031 1031 2 180 Hippocastanaceae Hippocastanaceae NULL Hippocastanees F23 1 264
1032 1032 1031 220 Aesculus Aesculus L. NULL Marronnier. Aesculus G127 1 264
1033 1033 1032 290 Aesculus hippocastanum Aesculus hippocastanum L. NULL Marronnier d'Inde. Aesculus hippocastanum 695 1 NULL 1053 Aesculus hippocastanum L.
1034 1034 2 180 Balsaminaceae Balsaminaceae NULL Balsaminees F24 1 265
1035 1035 1034 220 Impatiens Impatiens L. NULL Impatiente Impatiens G128 1 265
1036 1036 1035 290 Impatiens noli-tangere Impatiens noli-tangere L. NULL Impatiens noli-tangere 696 1 NULL 35719 Impatiens noli
1037 1037 2 180 Oxalidaceae Oxalidaceae NULL Oxalidees F25 1 265
1038 1038 1037 220 Oxalis Oxalis L. NULL Oxalis G129 1 265
1039 1039 1038 290 Oxalis acetosella Oxalis acetosella L. NULL Oxalis acetosella 697 1 NULL 47095 Oxalis acetosella L.
1040 1040 1038 290 Oxalis cernua Oxalis cernua Thunbg. NULL Oxalis cernua 698 1 NULL 47115 Oxalis cernua Thunb.
1041 1040 1038 290 Oxalis lybica Oxalis lybica Viv NULL Oxalis lybica 698 1 NULL
1042 1042 1038 290 Oxalis stricta Oxalis stricta L. NULL Oxalis stricta 699 1 NULL 47177 Oxalis stricta sensu 2, 3, 4
1043 1043 1038 290 Oxalis corniculata Oxalis corniculata L. NULL Oxalis corniculata 700 1 NULL 47119 Oxalis corniculata L.
1044 1044 2 180 Zygophyllaceae Zygophyllaceae NULL Zygophyllees F26 1 267
1045 1045 1044 220 Tribulus Tribulus L. NULL Tribulus G130 1 267
1046 1046 1045 290 Tribulus terrestris Tribulus terrestris L. NULL Tribulus terrestris 701 1 NULL 68870 Tribulus terrestris L.
1047 1047 2 180 Rutaceae Rutaceae NULL Rutacees F27 1 268
1048 1048 1047 220 Ruta Ruta L. NULL Rue Ruta G131 1 268
1049 1049 1048 290 Ruta montana Ruta montana L. NULL Ruta montana 702 1 NULL 58994 Ruta montana (L) L.
1050 1050 1048 290 Ruta angustifolia Ruta angustifolia Pers. NULL Ruta angustifolia 703 1 NULL 58973 Ruta angustifolia Pers.
1051 1050 1048 290 Ruta chalepensis Ruta chalepensis L. part. NULL Ruta chalepensis 703 1 NULL
1052 1052 1048 290 Ruta bracteosa Ruta bracteosa DC. NULL Ruta bracteosa 704 1 NULL 58975 Ruta bracteosa DC.
1053 1053 1048 290 Ruta graveolens Ruta graveolens L. NULL Ruta graveolens 705 1 NULL 58985 Ruta graveolens L.
1054 1053 1048 290 Ruta hortensis Ruta hortensis Mill. NULL Ruta hortensis 705 1 NULL
1055 1055 1048 290 Ruta corsica Ruta corsica DC. NULL Ruta corsica 706 1 NULL 58982 Ruta corsica DC.
1056 1056 1047 220 Dictamnus Dictamnus L. NULL Dictame Dictamnus G132 1 270
1057 1057 1056 290 Dictamnus albus Dictamnus albus L. NULL Dictamnus albus 707 1 NULL 22387 Dictamnus albus L.
1058 1058 2 180 Coriariaceae Coriariaceae NULL Coriariees F28 1 270
1059 1059 1058 220 Coriaria Coriaria L. NULL Corroyère Coriaria G133 1 270
1060 1060 1059 290 Coriaria myrtifolia Coriaria myrtifolia L. Redoux. NULL Coriaria myrtifolia 708 1 NULL 18930 Coriaria myrtifolia L.
1061 1061 2 180 Celastraceae Celastraceae NULL Celastrinees F29 1 271
1062 1062 1061 220 Evonymus Evonymus L. NULL Fusain. Evonymus G134 1 271
1063 1063 1062 290 Evonymus latifolius Evonymus latifolius Scop. NULL Evonymus latifolius 709 1 NULL 26393 Euonymus latifolius (L) Mill.
1064 1064 1062 290 Evonymus vulgaris Evonymus vulgaris Scop. NULL Evonymus vulgaris 710 1 NULL 26396 Euonymus vulgaris Mill.
1065 1064 1062 290 Evonymus europaeus Evonymus europaeus L. part NULL Evonymus europaeus 710 1 NULL
1066 1066 2 180 Staphyleaceae Staphyleaceae NULL Staphyleacees F30 1 272
1067 1067 1066 220 Staphylea Staphylea NULL Staphylea G135 1 272
1068 1068 1067 290 Staphylea pinnata Staphylea pinnata L. NULL Staphylea pinnata 711 1 NULL 65985 Staphylea pinnata L.
1069 1069 2 180 Ilicineae Ilicineae NULL Ilicinees F31 1 272
1070 1070 1069 220 Ilex Ilex L. NULL Houx. Ilex G136 1 272
1071 1071 1070 290 Ilex aquifolium Ilex aquifolium L. NULL Ilex aquifolium 712 1 NULL 35676 Ilex aquifolium L.
1072 1072 2 180 Rhamnaceae Rhamnaceae NULL Rhamnees F32 1 273
1073 1073 1072 220 Paliurus Paliurus Benth et Hook. NULL Paliurus G137 1 273
1074 1074 1073 290 Paliurus australis Paliurus australis Gaertn. NULL Porte-Chapeau, Epine du Christ. Paliurus australis 713 1 NULL 47366 Paliurus australis Gaertn.
1075 1074 1073 290 Paliurus aculatus Paliurus aculatus Lamk. NULL Paliurus aculatus 713 1 NULL
1076 1076 1072 220 Rhamnus Rhamnus L. NULL Nerprun. Rhamnus G138 1 273
1077 1077 1076 290 Rhamnus cathartica Rhamnus cathartica L. NULL Noirprun. Rhamnus cathartica 714 1 NULL 55797 Rhamnus cathartica L.
1078 1078 1076 290 Rhamnus infectoria Rhamnus infectoria L. NULL Nerprun des teinturiers. Rhamnus infectoria 715 1 NULL 55809 Rhamnus infectoria L.
1079 1079 1076 290 Rhamnus saxatilis Rhamnus saxatilis L. NULL Rhamnus saxatilis 716 1 NULL 55828 Rhamnus saxatilis Jacq.
1080 1080 1076 290 Rhamnus pumila Rhamnus pumila Turra. NULL Rhamnus pumila 717 1 NULL 75326 Rhamnus pumila Turra
1081 1081 1076 290 Rhamnus alpina Rhamnus alpina L. NULL Rhamnus alpina 718 1 NULL 75325 Rhamnus alpina L.
1082 1082 1076 290 Rhamnus frangula Rhamnus frangula L. NULL Bourdaine. Rhamnus frangula 719 1 NULL 55804 Rhamnus frangula L.
1083 1083 1076 290 Rhamnus alaternus Rhamnus alaternus L. NULL Alaterne. Rhamnus alaternus 720 1 NULL 55789 Rhamnus alaternus L.
1084 1084 2 180 Terebinthaceae Terebinthaceae NULL Terebinthacees F33 1 276
1085 1085 1084 220 Cneorum Cneorum L. NULL Cneorum G139 1 276
1086 1086 1085 290 Cneorum tricoccum Cneorum tricoccum L. NULL Cneorum tricoccum 721 1 NULL 18308 Cneorum tricoccon L.
1087 1087 1084 220 Pistacia Pistacia L. NULL Pistachier Pistacia G140 1 277
1088 1088 1087 290 Pistacia lentiscus Pistacia lentiscus L. NULL Lentisque. Pistacia lentiscus 722 1 NULL 49751 Pistacia lentiscus L.
1089 1089 1087 290 Pistacia terebinthus Pistacia terebinthus L. NULL Térébinthe. Pistacia terebinthus 723 1 NULL 75291 Pistacia terebinthus L.
1090 1090 1084 220 Rhus Rhus L. NULL Sumac Rhus G141 1 278
1091 1091 1090 290 Rhus coriaria Rhus coriaria L. NULL Sumac des corroyeurs, Vinaigrier. Rhus coriaria 724 1 NULL 56068 Rhus coriaria L.
1092 1092 1090 290 Rhus cotinus Rhus cotinus L. NULL Fustet, Arbre à perruque. Rhus cotinus 725 1 NULL 56069 Rhus cotinus L.
1093 1093 2 180 Fraxinaceae Fraxinaceae NULL Fraxinees F34 1 279
1094 1094 1093 220 Fraxinus Fraxinus L. NULL Frêne. Fraxinus G142 1 279
1095 1095 1094 290 Fraxinus excelsior Fraxinus excelsior L. NULL Frêne commun. Fraxinus excelsior 726 1 NULL 75139 Fraxinus excelsior L.
1096 1096 1094 290 Fraxinus ornus Fraxinus ornus L. NULL Orne, Frêne à fleurs. Fraxinus ornus 727 1 NULL 75140 Fraxinus ornus L.
1097 1096 1094 290 Ornus europaea Ornus europaea Pers. NULL Ornus europaea 727 1 NULL
1098 1098 2 180 Tamaricaceae Tamaricaceae NULL Tamariscinees F35 1 280
1099 1099 1098 220 Tamarix Tamarix L. NULL Tamarix G143 1 280
1100 1100 1099 290 Tamarix gallica Tamarix gallica L. NULL Tamarix gallica 728 1 NULL 66702 Tamarix gallica L.
1101 1101 1099 290 Tamarix anglica Tamarix anglica Webb. NULL Tamarix anglica 729 1 NULL 66690 Tamarix anglica Webb
1102 1102 1099 290 Tamarix africana Tamarix africana Webb. NULL Tamarix africana 730 1 NULL 66689 Tamarix africana Poir.
1103 1103 1098 220 Myricaria Myricaria Desv. NULL Myricaria G144 1 281
1104 1104 1103 290 Myricaria germanica Myricaria germanica Desv. NULL Myricaria germanica 731 1 NULL 43392 Myricaria germanica (L) Desv.
1105 1104 1103 290 Tamarix germanica Tamarix germanica L. NULL Tamarix germanica 731 1 NULL
1106 1106 2 180 Empetraceae Empetraceae NULL Empetrees F36 1 282
1107 1107 1106 220 Empetrum Empetrum L. NULL Camarine Empetrum G145 1 282
1108 1108 1107 290 Empetrum nigrum Empetrum nigrum L. NULL Empetrum nigrum 732 1 NULL 23935 Empetrum nigrum L.
1109 1109 2 180 Pirolaceae Pirolaceae NULL Pirolees F37 1 282
1110 1110 1109 220 Pirola Pirola L. NULL Pirola G146 1 282
1111 1111 1110 290 Pirola uniflora Pirola uniflora L. NULL Pirola uniflora 733 1 NULL 54205 Pyrola uniflora L.
1112 1111 1110 290 Moneses grandiflora. Moneses grandiflora. Salisb. NULL Moneses grandiflora. 733 1 NULL
1113 1113 1110 290 Pirola umbellata Pirola umbellata L. NULL Pirola umbellata 734 1 NULL 54204 Pyrola umbellata L.
1114 1113 1110 290 Chimaphila umbellata Chimaphila umbellata Pursh NULL Chimaphila umbellata 734 1 NULL
1115 1115 1110 290 Pirola secunda Pirola secunda L. NULL Pirola secunda 735 1 NULL 54202 Pyrola secunda L.
1116 1115 1110 290 Ramischia secundiflora Ramischia secundiflora Opitz. NULL Ramischia secundiflora 735 1 NULL
1117 1117 1110 290 Pirola minor Pirola minor L. NULL Pirola minor 736 1 NULL 54190 Pyrola minor L.
1118 1118 1110 290 Pirola media Pirola media Sw. NULL Pirola media 737 1 NULL 54189 Pyrola media Sw.
1119 1119 1110 290 Pirola rotundifolia Pirola rotundifolia L. NULL Pirola rotundifolia 738 1 NULL 54195 Pyrola rotundifolia L.
1120 1120 1110 290 Pirola chlorantha Pirola chlorantha Sw. NULL Pirola chlorantha 739 1 NULL 54177 Pyrola chlorantha Sw.
1121 1121 2 180 Monotropaceae Monotropaceae NULL Monotropees F38 1 285
1122 1122 1121 220 Monotropa Monotropa L. NULL Sucepin Monotropa G147 1 285
1123 1123 1122 290 Monotropa hypopitys Monotropa hypopitys L. NULL Monotropa hypopitys 740 1 NULL 42905 Monotropa hypopitys L.
1124 1123 1122 290 Hypopitys multiflora Hypopitys multiflora Scop. NULL Hypopitys multiflora 740 1 NULL
1125 1125 1 80 Caliciflores Caliciflores NULL Caliciflores Gp2 1 285
1126 1126 1125 180 Papilionaceae Papilionaceae NULL Papilionacees F39 1 285
1127 1127 1126 220 Cercis Cercis L. NULL Gainier Cercis G148 1 289
1128 1128 1127 290 Cercis siliquastrum Cercis siliquastrum L. NULL Arbre de Judée. Cercis siliquastrum 741 1 NULL 75048 Cercis siliquastrum L.
1129 1129 1126 220 Ceratonia Ceratonia L. NULL Caroubier. Ceratonia G149 1 290
1130 1130 1129 290 Ceratonia siliqua Ceratonia siliqua L. NULL Ceratonia siliqua 742 1 NULL 16142 Ceratonia siliqua L.
1131 1131 1126 220 Anagyris Anagyris L. NULL Anagyris G150 1 290
1132 1132 1131 290 Anagyris foetida Anagyris foetida L. NULL Bois puant. Anagyris foetida 743 1 NULL 4412 Anagyris foetida L.
1133 1133 1126 220 Ulex Ulex L. NULL Ajonc Ulex G151 1 291
1134 1134 1133 290 Ulex parviflorus Ulex parviflorus Pourr. NULL Ajonc de Provence. Ulex parviflorus 744 1 NULL 75425 Ulex parviflorus Pourr.
1135 1134 1133 290 Ulex provincialis Ulex provincialis Lois. NULL Ulex provincialis 744 1 NULL
1136 1136 1133 290 Ulex nanus Ulex nanus Sm. NULL Ajonc nain. Ulex nanus 745 1 NULL 70227 Ulex nanus T F Forst. ex Symons
1137 1137 1133 290 Ulex gallii Ulex gallii Planchon. NULL Ulex gallii 746 1 NULL 75424 Ulex gallii Planch.
1138 1138 1133 290 Ulex europaeus Ulex europaeus L. NULL Ajonc, Lande. Ulex europaeus 747 1 NULL 70199 Ulex europaeus L.
1139 1139 1126 220 Erinacea Erinacea Boiss. NULL Erinacea G152 1 292
1140 1140 1139 290 Erinacea pungens Erinacea pungens Boiss. NULL Erinacea pungens 748 1 NULL 24972 Erinacea pungens Boiss.
1141 1141 1126 220 Calycotome Calycotome Link. NULL Calycotome G153 1 293
1142 1142 1141 290 Calycotome spinosa Calycotome spinosa L. NULL Cytise épineux. Calycotome spinosa 749 1 NULL 12174 Calicotome spinosa (L) Link
1143 1143 1141 290 Calycotome villosa Calycotome villosa Link. NULL Calycotome villosa 750 1 NULL 12179 Calicotome villosa (Poir) Link
1144 1144 1126 220 Spartium Spartium L. NULL Spartium G154 1 294
1145 1145 1144 290 Spartium junceum Spartium junceum L. NULL Genêt d'Espagne. Spartium junceum 751 1 NULL 65481 Spartium junceum L.
1146 1146 1126 220 Sarothamnus Sarothamnus Wimm. NULL Sarothamnus G155 1 294
1147 1147 1146 290 Sarothamnus scoparius Sarothamnus scoparius Koch. NULL Genêt à balai. Sarothamnus scoparius 752 1 NULL 60451 Sarothamnus scoparius (L) Wimm. ex W.D.J.Koch
1148 1147 1146 290 Sarothamnus vulgaris Sarothamnus vulgaris Wimm.  NULL Sarothamnus vulgaris 752 1 NULL
1149 1147 1146 290 Genista scoparia Genista scoparia Lamk. NULL Genista scoparia 752 1 NULL
1150 1150 1146 290 Sarothamnus catalaunicus Sarothamnus catalaunicus Webb. NULL Sarothamnus catalaunicus 753 1 NULL 60439 Sarothamnus catalaunicus Webb
1151 1150 1146 290 Sarothamnus arboreus Sarothamnus arboreus G. G., non Webb. NULL Sarothamnus arboreus 753 1 NULL
1152 1152 1126 220 Genista Genista L. NULL Genêt Genista G156 1 265
1153 1153 1152 290 Genista horrida Genista horrida DC. NULL Genista horrida 754 1 NULL 29536 Genista horrida (Vahl) DC.
1154 1153 1152 290 Genista lugdunensis Genista lugdunensis Jord. NULL Genista lugdunensis 754 1 NULL
1155 1155 1152 290 Genista corsica Genista corsica DC. NULL Genista corsica 755 1 NULL 29496 Genista corsica (Loisel) DC.
1156 1156 1152 290 Genista lobelii Genista lobelii DC. NULL Genista lobelii 756 1 NULL 75146 Genista lobelii DC.
1157 1156 1152 290 Genista aspalatoides Genista aspalatoides G. G., non Poir. NULL Genista aspalatoides 756 1 NULL
1158 1158 1152 290 Genista scorpius Genista scorpius DC. NULL Épine-fleurie. Genista scorpius 757 1 NULL 29608 Genista scorpius (L) DC.
1159 1159 1152 290 Genista hispanica Genista hispanica L. NULL Genista hispanica 758 1 NULL 29531 Genista hispanica L.
1160 1160 1152 290 Genista occidentalis Genista occidentalis Rouy NULL Genista occidentalis 759 1 NULL 29567 Genista occidentalis (Rouy) H J.Coste
1161 1160 1152 290 Genista hispanica var. villosa Genista hispanica var. villosa Willk. NULL Genista hispanica var. villosa 759 1 NULL
1162 1162 1152 290 Genista anglica Genista anglica L. NULL Genista anglica 760 1 NULL 29470 Genista anglica L.
1163 1163 1152 290 Genista germanica Genista germanica L. NULL Genista germanica 761 1 NULL 29519 Genista germanica L.
1164 1164 1152 290 Genista radiata Genista radiata Scop. NULL Genista radiata 762 1 NULL 29595 Genista radiata (L) Scop.
1165 1165 1152 290 Genista ephedroides Genista ephedroides DC. NULL Genista ephedroides 763 1 NULL 29510 Genista ephedroides sensu H J.Coste
1166 1166 1152 290 Genista linifolia Genista linifolia L. NULL Genista linifolia 764 1 NULL 75466 Genista linifolia L.
1167 1167 1152 290 Genista candicans Genista candicans L. Amoen. NULL Genista candicans 765 1 NULL 29485 Genista candicans L.
1168 1167 1152 290 Cytisus monspessulanus Cytisus monspessulanus L. NULL Sp. Cytisus monspessulanus 765 1 NULL
1169 1169 1152 290 Genista sagittalis Genista sagittalis L. NULL Genêt herbacé. Genista sagittalis 766 1 NULL 29597 Genista sagittalis L.
1170 1170 1152 290 Genista delphinensis Genista delphinensis Verlot. NULL Genista delphinensis 767 1 NULL 29501 Genista delphinensis Verl.
1171 1171 1152 290 Genista purgans Genista purgans L. NULL Genista purgans 768 1 NULL 29592 Genista purgans sensu H J.Coste
1172 1171 1152 290 Sarothamnus purgans Sarothamnus purgans G. G. NULL Sarothamnus purgans 768 1 NULL
1173 1173 1152 290 Genista prostrata Genista prostrata Lamk. NULL Genista prostrata 769 1 NULL 29586 Genista prostrata Lam.
1174 1173 1152 290 Genista halleri Genista halleri Reyn.  NULL Genista halleri 769 1 NULL
1175 1173 1152 290 Cytisus decumbens Cytisus decumbens G. G. NULL Cytisus decumbens 769 1 NULL
1176 1176 1152 290 Genista villarsii Genista villarsii Clem. NULL Genista villarsii 770 1 NULL 29644 Genista villarsii Clementi
1177 1176 1152 290 Genista pulchella Genista pulchella G. G., non Vis. NULL Genista pulchella 770 1 NULL
1178 1178 1152 290 Genista pilosa Genista pilosa L. NULL Genista pilosa 771 1 NULL 29577 Genista pilosa L.
1179 1179 1152 290 Genista cinerea Genista cinerea DC. NULL Genista cinerea 772 1 NULL 29490 Genista cinerea (Vill) DC.
1180 1180 1152 290 Genista tinctoria Genista tinctoria L. NULL Genêt des teinturiers. Genista tinctoria 773 1 NULL 29623 Genista tinctoria L.
1181 1181 1126 220 Cytisus Cytisus L. NULL Cytise Cytisus G157 1 302
1182 1182 1181 290 Cytisus laburnum Cytisus laburnum L. NULL Faux Ebénier. Cytisus laburnum 774 1 NULL 21010 Cytisus laburnum L.
1183 1182 1181 290 Laburnum vulgare Laburnum vulgare Gris NULL Laburnum vulgare 774 1 NULL
1184 1184 1181 290 Cytisus alpinus Cytisus alpinus Mill. NULL Cytisus alpinus 775 1 NULL 20954 Cytisus alpinus Mill.
1185 1184 1181 290 Laburnum alpinum Laburnum alpinum Lang. NULL Laburnum alpinum 775 1 NULL
1186 1186 1181 290 Cytisus nigricans Cytisus nigricans L. NULL Cytisus nigricans 776 1 NULL 75854 Cytisus nigricans L.
1187 1187 1181 290 Cytisus sessilifolius Cytisus sessilifolius L. NULL Cytisus sessilifolius 777 1 NULL 20951 Cytisus sessilifolius L.
1188 1188 1181 290 Cytisus argenteus Cytisus argenteus L. NULL Cytisus argenteus 778 1 NULL 20963 Cytisus argenteus L.
1189 1188 1181 290 Argyrolobium linneanum Argyrolobium linneanum Walp. NULL Argyrolobium linneanum 778 1 NULL
1190 1190 1181 290 Cytisus triflorus Cytisus triflorus L'Hérit. NULL Cytisus triflorus 779 1 NULL 21081 Cytisus triflorus L'Hér.
1191 1191 1181 290 Cytisus ardoini Cytisus ardoini Fourn. NULL Cytisus ardoini 780 1 NULL 20961 Cytisus ardoini E Fourn.
1192 1192 1181 290 Cytisus supinus Cytisus supinus L. NULL Cytisus supinus 781 1 NULL 21072 Cytisus supinus L.
1193 1193 1181 290 Cytisus hirsutus Cytisus hirsutus L. NULL Cytisus hirsutus 782 1 NULL 76572 Cytisus hirsutus sensu 1, 2, 3
1194 1194 1181 290 Cytisus elongatus Cytisus elongatus Waldst. et Kit. NULL Cytisus elongatus 783 1 NULL 20990 Cytisus elongatus Waldst. & Kit.
1195 1195 1126 220 Adenocarpus Adenocarpus DC. NULL Adénocarpe Adenocarpus G158 1 305
1196 1196 1195 290 Adenocarpus grandiflorus Adenocarpus grandiflorus Boiss. NULL Adenocarpus grandiflorus 784 1 NULL 756 Adenocarpus grandiflorus Boiss.
1197 1197 1195 290 Adenocarpus complicatus Adenocarpus complicatus Gay. NULL Adenocarpus complicatus 785 1 NULL 743 Adenocarpus complicatus (L) J Gay
1198 1198 1126 220 Lupinus Lupinus L. NULL Lupin Lupinus G159 1 306
1199 1199 1198 290 Lupinus luteus Lupinus luteus L. NULL Lupinus luteus 786 1 NULL 40186 Lupinus luteus L.
1200 1200 1198 290 Lupinus pilosus Lupinus pilosus Murr. NULL Lupinus pilosus 787 1 NULL 40194 Lupinus pilosus sensu H J.Coste
1201 1200 1198 290 Lupinus cosentini Lupinus cosentini Guss. NULL Lupinus cosentini 787 1 NULL
1202 1202 1198 290 Lupinus hirsutus Lupinus hirsutus L. NULL Lupinus hirsutus 788 1 NULL 40178 Lupinus hirsutus sensu 1, 2, 3
1203 1203 1198 290 Lupinus albus Lupinus albus L. NULL Lupinus albus 789 1 NULL 75230 Lupinus albus L.
1204 1203 1198 290 Lupinus termis Lupinus termis Forsk NULL Lupinus termis 789 1 NULL
1205 1205 1198 290 Lupinus angustifolius Lupinus angustifolius Ait. NULL Lupinus angustifolius 790 1 NULL 40162 Lupinus angustifolius L.
1206 1206 1198 290 Lupinus reticulatus Lupinus reticulatus Desv. NULL Lupinus reticulatus 791 1 NULL 40203 Lupinus reticulatus Desv.
1207 1207 1126 220 Ononis Ononis L. NULL Bugrane Ononis G160 1 309
1208 1208 1207 290 Ononis rotundifolia Ononis rotundifolia L. NULL Ononis rotundifolia 792 1 NULL 44884 Ononis rotundifolia L.
1209 1209 1207 290 Ononis fruticosa Ononis fruticosa L. NULL Ononis fruticosa 793 1 NULL 44816 Ononis fruticosa L.
1210 1210 1207 290 Ononis cenisia Ononis cenisia L. NULL Ononis cenisia 794 1 NULL 44801 Ononis cenisia L.
1211 1211 1207 290 Ononis campestris Ononis campestris Koch. NULL Ononis campestris 795 1 NULL 44798 Ononis campestris W D J.Koch & Ziz
1212 1212 1207 290 Ononis repens Ononis repens L. NULL Arrête-boeuf. Ononis repens 796 1 NULL 44873 Ononis repens L.
1213 1212 1207 290 Ononis procurrens Ononis procurrens Wallr NULL Ononis procurrens 796 1 NULL
1214 1214 1207 290 Ononis mitissima Ononis mitissima L. NULL Ononis mitissima 797 1 NULL 44835 Ononis mitissima L.
1215 1215 1207 290 Ononis alopecuroides Ononis alopecuroides L. NULL Ononis alopecuroides 798 1 NULL 44770 Ononis alopecuroides sensu H J.Coste
1216 1216 1207 290 Ononis serrata Ononis serrata Forsk NULL Ononis serrata 799 1 NULL 44889 Ononis serrata sensu H J.Coste
1217 1216 1207 290 Ononis diffusa Ononis diffusa Ten. NULL Ononis diffusa 799 1 NULL
1218 1218 1207 290 Ononis reclinata Ononis reclinata L. NULL Ononis reclinata 800 1 NULL 44868 Ononis reclinata L.
1219 1219 1207 290 Ononis ornithopodioides Ononis ornithopodioides L. NULL Ononis ornithopodioides 801 1 NULL 44851 Ononis ornithopodioides L.
1220 1220 1207 290 Ononis variegata Ononis variegata L. NULL Ononis variegata 802 1 NULL 44907 Ononis variegata L.
1221 1221 1207 290 Ononis pubescens Ononis pubescens L. NULL Ononis pubescens 803 1 NULL 44860 Ononis pubescens L.
1222 1222 1207 290 Ononis viscosa Ononis viscosa L. NULL Ononis viscosa 804 1 NULL 44909 Ononis viscosa L.
1223 1223 1207 290 Ononis breviflora Ononis breviflora DC. NULL Ononis breviflora 805 1 NULL 44795 Ononis breviflora DC.
1224 1224 1207 290 Ononis aragonensis Ononis aragonensis Asso. NULL Ononis aragonensis 806 1 NULL 44784 Ononis aragonensis Asso
1225 1225 1207 290 Ononis natrix Ononis natrix L. NULL Coqsigrue. Ononis natrix 807 1 NULL 44839 Ononis natrix L.
1226 1226 1207 290 Ononis ramosissima Ononis ramosissima Desf. NULL Ononis ramosissima 808 1 NULL 44867 Ononis ramosissima Desf.
1227 1227 1207 290 Ononis striata Ononis striata Gouan. NULL Ononis striata 809 1 NULL 44905 Ononis striata Gouan
1228 1228 1207 290 Ononis columnae Ononis columnae All. NULL Ononis columnae 810 1 NULL 44805 Ononis columnae All.
1229 1229 1207 290 Ononis minutissima Ononis minutissima L. NULL Ononis minutissima 811 1 NULL 44833 Ononis minutissima L.
1230 1230 1126 220 Anthyllis Anthyllis L. NULL Anthyllide Anthyllis G161 1 316
1231 1231 1230 290 Anthyllis hermanniae Anthyllis hermanniae L. NULL Anthyllis hermanniae 812 1 NULL 5341 Anthyllis hermanniae L.
1232 1232 1230 290 Anthyllis cytisoides Anthyllis cytisoides L. NULL Anthyllis cytisoides 813 1 NULL 5331 Anthyllis cytisoides L.
1233 1233 1230 290 Anthyllis barba-jovis Anthyllis barba-jovis L. NULL Anthyllis barba-jovis 814 1 NULL 5323 Anthyllis barba
1234 1234 1230 290 Anthyllis montana Anthyllis montana L. NULL Anthyllis montana 815 1 NULL 74961 Anthyllis montana L.
1235 1235 1230 290 Anthyllis vulneraria Anthyllis vulneraria L. NULL Vulnéraire. Anthyllis vulneraria 816 1 NULL 5363 Anthyllis vulneraria L.
1236 1236 1230 290 Anthyllis tetraphylla Anthyllis tetraphylla L. NULL Anthyllis tetraphylla 817 1 NULL 5360 Anthyllis tetraphylla L.
1237 1236 1230 290 Physanthyllis tetraphylla Physanthyllis tetraphylla Boiss. NULL Physanthyllis tetraphylla 817 1 NULL
1238 1238 1126 220 Hymenocarpus Hymenocarpus Savi. NULL Hymenocarpus G162 1 318
1239 1239 1238 290 Hymenocarpus circinatus Hymenocarpus circinatus Savi. NULL Hymenocarpus circinatus 818 1 NULL 75178 Hymenocarpos circinnatus (L) Savi
1240 1240 1126 220 Medicago Medicago L. NULL Luzerne Medicago G163 1 318
1241 1241 1240 290 Medicago lupulina Medicago lupulina L. NULL Lupuline, Minette. Medicago lupulina 819 1 NULL 41325 Medicago lupulina L.
1242 1242 1240 290 Medicago secundiflora Medicago secundiflora Dur. NULL Medicago secundiflora 820 1 NULL 41484 Medicago secundiflora Durieu
1243 1243 1240 290 Medicago sativa Medicago sativa L. NULL Luzerne commune. Medicago sativa 821 1 NULL 41470 Medicago sativa L.
1244 1244 1240 290 Medicago glomerata Medicago glomerata Balb. NULL Medicago glomerata 822 1 NULL 41254 Medicago glomerata Balb.
1245 1245 1240 290 Medicago falcata Medicago falcata L. NULL Medicago falcata 823 1 NULL 75240 Medicago falcata L.
1246 1246 1240 290 Medicago pourretii Medicago pourretii Noulet NULL Medicago pourretii 824 1 NULL 41439 Medicago pourretii Noulet
1247 1246 1240 290 Trigonella hybrida Trigonella hybrida Pourr. NULL Trigonella hybrida 824 1 NULL
1248 1248 1240 290 Medicago suffruticosa Medicago suffruticosa Ram. NULL Medicago suffruticosa 825 1 NULL 41500 Medicago suffruticosa Ramond ex DC.
1249 1249 1240 290 Medicago leiocarpa Medicago leiocarpa Benth. NULL Medicago leiocarpa 826 1 NULL 41307 Medicago leiocarpa Benth.
1250 1250 1240 290 Medicago soleirolii Medicago soleirolii Duby. NULL Medicago soleirolii 827 1 NULL 41489 Medicago soleirolii Duby
1251 1251 1240 290 Medicago rugosa Medicago rugosa Desr. NULL Medicago rugosa 828 1 NULL 41468 Medicago rugosa Desr.
1252 1252 1240 290 Medicago orbicularis Medicago orbicularis All. NULL Medicago orbicularis 829 1 NULL 41397 Medicago orbicularis (L) Bartal.
1253 1252 1240 290 Medicago ambigua Medicago ambigua Jord. NULL Medicago ambigua 829 1 NULL
1254 1254 1240 290 Medicago scutellata Medicago scutellata All. NULL Medicago scutellata 830 1 NULL 41483 Medicago scutellata (L) Mill.
1255 1255 1240 290 Medicago marina Medicago marina L. NULL Medicago marina 831 1 NULL 41342 Medicago marina L.
1256 1256 1240 290 Medicago ciliaris Medicago ciliaris Willd. NULL Medicago ciliaris 832 1 NULL 41201 Medicago ciliaris (L) All.
1257 1257 1240 290 Medicago maculata Medicago maculata Willd. NULL Medicago maculata 833 1 NULL 41339 Medicago maculata Willd.
1258 1257 1240 290 Medicago arabica Medicago arabica All. NULL Medicago arabica 833 1 NULL
1259 1259 1240 290 Medicago minima Medicago minima Grufb. NULL Medicago minima 834 1 NULL 41349 Medicago minima (L) L.
1260 1260 1240 290 Medicago coronata Medicago coronata Desr. NULL Medicago coronata 835 1 NULL 41211 Medicago coronata (L) Bartal.
1261 1261 1240 290 Medicago disciformis Medicago disciformis DC. NULL Medicago disciformis 836 1 NULL 41225 Medicago disciformis DC.
1262 1262 1240 290 Medicago tenoreana Medicago tenoreana DC. NULL Medicago tenoreana 837 1 NULL 41509 Medicago tenoreana Ser.
1263 1263 1240 290 Medicago praecox Medicago praecox DC. NULL Medicago praecox 838 1 NULL 41440 Medicago praecox DC.
1264 1264 1240 290 Medicago polycarpa Medicago polycarpa Willd. NULL Medicago polycarpa 839 1 NULL 41411 Medicago polycarpa Willd. ex Schltr.
1265 1264 1240 290 Medicago hispida Medicago hispida Gaertn. NULL Medicago hispida 839 1 NULL
1266 1266 1240 290 Medicago lappacea Medicago lappacea Desr. NULL Medicago lappacea 840 1 NULL 41304 Medicago lappacea Desr.
1267 1266 1240 290 Medicago pentacycla Medicago pentacycla DC. NULL Medicago pentacycla 840 1 NULL
1268 1268 1240 290 Medicago tribuloides Medicago tribuloides Desr. NULL Medicago tribuloides 841 1 NULL 41525 Medicago tribuloides Desr.
1269 1269 1240 290 Medicago tornata Medicago tornata Willd. NULL Medicago tornata 842 1 NULL 41518 Medicago tornata (L) Mill.
1270 1269 1240 290 Medicago obscura var. tornata Medicago obscura var. tornata Urban NULL Medicago obscura var. tornata 842 1 NULL
1271 1271 1240 290 Medicago littoralis Medicago littoralis Rhode avec NULL Medicago littoralis 843 1 NULL 41312 Medicago littoralis Rohde ex Loisel.
1272 1271 1240 290 Medicago striata Medicago striata G. G. NULL Medicago striata 843 1 NULL
1273 1271 1240 290 Medicago braunii Medicago braunii G. G. NULL Medicago braunii 843 1 NULL
1274 1274 1240 290 Medicago tuberculata Medicago tuberculata Willd. NULL Medicago tuberculata 844 1 NULL 41537 Medicago tuberculata (Retz) Willd.
1275 1275 1240 290 Medicago sphaerocarpa Medicago sphaerocarpa Bert. NULL Medicago sphaerocarpa 845 1 NULL 41491 Medicago sphaerocarpos Bertol.
1276 1275 1240 290 Medicago murex Medicago murex Willd., non G. G. NULL Medicago murex 845 1 NULL
1277 1277 1240 290 Medicago turbinata Medicago turbinata Willd. NULL Medicago turbinata 846 1 NULL 41539 Medicago turbinata auct Plur , sensu 1, 2, 3, 4
1278 1277 1240 290 Medicago olivaeformis Medicago olivaeformis Guss. NULL Medicago olivaeformis 846 1 NULL
1279 1277 1240 290 Medicago aculeata Medicago aculeata Gaertn. NULL Medicago aculeata 846 1 NULL
1280 1277 1240 290 Medicago muricata Medicago muricata G. G. NULL Medicago muricata 846 1 NULL
1281 1281 1240 290 Medicago gerardi Medicago gerardi Willd. NULL Medicago gerardi 847 1 NULL 41248 Medicago gerardi Waldst. & Kit. ex Willd.
1282 1281 1240 290 Medicago rigidula Medicago rigidula Desr. NULL Medicago rigidula 847 1 NULL
1283 1283 1126 220 Trigonella Trigonella L. NULL Trigonelle Trigonella G164 1 328
1284 1284 1283 290 Trigonella ornithopodioides Trigonella ornithopodioides DC. NULL Trigonella ornithopodioides 848 1 NULL 69523 Trigonella ornithopodioides (L) DC.
1285 1285 1283 290 Trigonella corniculata Trigonella corniculata L. NULL Trigonella corniculata 849 1 NULL 69508 Trigonella corniculata sensu auct.
1286 1286 1283 290 Trigonella foenum-graecum Trigonella foenum-graecum L. NULL Fenugrec Trigonella foenum-graecum 850 1 NULL 69517 Trigonella foenum
1287 1287 1283 290 Trigonella gladiata Trigonella gladiata Stev. NULL Trigonella gladiata 851 1 NULL 69519 Trigonella gladiata Steven ex M.Bieb.
1288 1288 1283 290 Trigonella polycerata Trigonella polycerata L. NULL Trigonella polycerata 852 1 NULL 75421 Trigonella polyceratia L.
1289 1289 1283 290 Trigonella monspeliaca Trigonella monspeliaca L. NULL Trigonella monspeliaca 853 1 NULL 69522 Trigonella monspeliaca L.
1290 1290 1126 220 Melilotus Melilotus Adans. NULL Mélilot Melilotus G165 1 331
1291 1291 1290 290 Melilotus italica Melilotus italica Lamk. NULL Melilotus italica 854 1 NULL 41812 Melilotus italicus (L) Lam.
1292 1292 1290 290 Melilotus parviflora Melilotus parviflora Desf. NULL Melilotus parviflora 855 1 NULL 41844 Melilotus parviflorus Desf.
1293 1292 1290 290 Melilotus indica Melilotus indica All NULL Melilotus indica 855 1 NULL
1294 1294 1290 290 Melilotus neapolitana Melilotus neapolitana Ten. NULL Melilotus neapolitana 856 1 NULL 41833 Melilotus neapolitanus Ten.
1295 1295 1290 290 Melilotus sulcata Melilotus sulcata Desf. NULL Melilotus sulcata 857 1 NULL 41866 Melilotus sulcatus Desf.
1296 1296 1290 290 Melilotus infesta Melilotus infesta Guss. NULL Melilotus infesta 858 1 NULL 41810 Melilotus infestus Guss.
1297 1297 1290 290 Melilotus messanensis Melilotus messanensis All. NULL Melilotus messanensis 859 1 NULL 41831 Melilotus messanensis (L) All.
1298 1298 1290 290 Melilotus elegans Melilotus elegans Salzm. NULL Melilotus elegans 860 1 NULL 41793 Melilotus elegans Salzm. ex Ser.
1299 1299 1290 290 Melilotus arvensis Melilotus arvensis Wallr. NULL Melilotus arvensis 861 1 NULL 41776 Melilotus arvensis Wallr.
1300 1299 1290 290 Melilotus officinalis Melilotus officinalis G. G. NULL Melilotus officinalis 861 1 NULL
1301 1301 1290 290 Melilotus altissima Melilotus altissima Thuill. NULL Melilotus altissima 862 1 NULL 41767 Melilotus altissimus Thuill.
1302 1301 1290 290 Melilotus macrorrhiza Melilotus macrorrhiza G. G. NULL Melilotus macrorrhiza 862 1 NULL
1303 1303 1290 290 Melilotus alba Melilotus alba Desr. NULL Melilotus alba 863 1 NULL 41764 Melilotus albus Medik.
1304 1304 1126 220 Trifolium Trifolium L NULL . - Trèfle. Trifolium G166 1 334
1305 1305 1304 290 Trifolium badium Trifolium badium Schreb. NULL Trifolium badium 864 1 NULL 75494 Trifolium badium Schreb.
1306 1306 1304 290 Trifolium spadiceum Trifolium spadiceum L. NULL Trifolium spadiceum 865 1 NULL 69404 Trifolium spadiceum L.
1307 1307 1304 290 Trifolium aureum Trifolium aureum Poli. NULL Trifolium aureum 866 1 NULL 69010 Trifolium aureum Pollich
1308 1308 1304 290 Trifolium patens Trifolium patens Schreb. NULL Trifolium patens 867 1 NULL 69277 Trifolium patens Schreb.
1309 1308 1304 290 Trifolium parisiense Trifolium parisiense DC. NULL Trifolium parisiense 867 1 NULL
1310 1310 1304 290 Trifolium campestre Trifolium campestre Schreb. NULL Trifolium campestre 868 1 NULL 75495 Trifolium campestre Schreb.
1311 1310 1304 290 Trifolium agrarium Trifolium agrarium G. G. NULL Trifolium agrarium 868 1 NULL
1312 1312 1304 290 Trifolium minus Trifolium minus Rehl. NULL Trifolium minus 869 1 NULL 69216 Trifolium minus Sm.
1313 1312 1304 290 Trifolium procumbens Trifolium procumbens G. G. NULL Trifolium procumbens 869 1 NULL
1314 1314 1304 290 Trifolium micranthum Trifolium micranthum Viv. NULL Trifolium micranthum 870 1 NULL 69212 Trifolium micranthum Viv.
1315 1314 1304 290 Trifolium filiforme Trifolium filiforme G. G. NULL Trifolium filiforme 870 1 NULL
1316 1316 1304 290 Trifolium fragiferum Trifolium fragiferum L. NULL Trèfle fraise. Trifolium fragiferum 871 1 NULL 69109 Trifolium fragiferum L.
1317 1317 1304 290 Trifolium tomentosum Trifolium tomentosum L. NULL Trifolium tomentosum 872 1 NULL 69455 Trifolium tomentosum L.
1318 1318 1304 290 Trifolium resupinatum Trifolium resupinatum L. NULL Trifolium resupinatum 873 1 NULL 69359 Trifolium resupinatum L.
1319 1319 1304 290 Trifolium spumosum Trifolium spumosum L. NULL Trifolium spumosum 874 1 NULL 69410 Trifolium spumosum L.
1320 1320 1304 290 Trifolium vesiculosum Trifolium vesiculosum Savi. NULL Trifolium vesiculosum 875 1 NULL 69466 Trifolium vesiculosum Savi
1321 1321 1304 290 Trifolium alpinum Trifolium alpinum L. NULL Réglisse de montagne. Trifolium alpinum 876 1 NULL 68973 Trifolium alpinum L.
1322 1322 1304 290 Trifolium elegans Trifolium elegans Savi. NULL Trifolium elegans 877 1 NULL 69086 Trifolium elegans Savi
1323 1323 1304 290 Trifolium fistulosum Trifolium fistulosum Gilib. NULL Trifolium fistulosum 878 1 NULL 69101 Trifolium fistulosum Gilib.
1324 1323 1304 290 Trifolium hybridum Trifolium hybridum L. part. NULL Trifolium hybridum 878 1 NULL
1325 1325 1304 290 Trifolium repens Trifolium repens L. NULL Trèfle blanc, Trifolium repens 879 1 NULL 69341 Trifolium repens L.
1326 1326 1304 290 Trifolium pallescens Trifolium pallescens Schreb. NULL Trifolium pallescens 880 1 NULL 69262 Trifolium pallescens Schreb.
1327 1326 1304 290 Trifolium glareosum Trifolium glareosum Schl. NULL Trifolium glareosum 880 1 NULL
1328 1328 1304 290 Trifolium thalii Trifolium thalii Vill. NULL Trifolium thalii 881 1 NULL 69452 Trifolium thalii Vill.
1329 1329 1304 290 Trifolium laevigatum Trifolium laevigatum Desf. NULL Trifolium laevigatum 882 1 NULL 69166 Trifolium laevigatum Poir.
1330 1329 1304 290 Trifolium strictum Trifolium strictum W. et Kit., non L. NULL Trifolium strictum 882 1 NULL
1331 1331 1304 290 Trifolium nigrescens Trifolium nigrescens Viv. NULL Trifolium nigrescens 883 1 NULL 75419 Trifolium nigrescens Viv.
1332 1332 1304 290 Trifolium isthmocarpum Trifolium isthmocarpum Brot. NULL Trifolium isthmocarpum 884 1 NULL 69156 Trifolium isthmocarpum sensu H J.Coste
1333 1332 1304 290 Trifolium jaminianum Trifolium jaminianum Boiss. NULL Trifolium jaminianum 884 1 NULL
1334 1334 1304 290 Trifolium michelianum Trifolium michelianum Savi. NULL Trifolium michelianum 885 1 NULL 69209 Trifolium michelianum Savi
1335 1335 1304 290 Trifolium parviflorum Trifolium parviflorum Ehrh. NULL Trifolium parviflorum 886 1 NULL 69274 Trifolium parviflorum Ehrh.
1336 1336 1304 290 Trifolium cernuum Trifolium cernuum Brot. NULL Trifolium cernuum 887 1 NULL 69053 Trifolium cernuum Brot.
1337 1336 1304 290 Trifolium perreymondi Trifolium perreymondi G. G. NULL Trifolium perreymondi 887 1 NULL
1338 1338 1304 290 Trifolium suffocatum Trifolium suffocatum L. NULL Trifolium suffocatum 888 1 NULL 69449 Trifolium suffocatum L.
1339 1339 1304 290 Trifolium glomeratum Trifolium glomeratum L. NULL Trifolium glomeratum 889 1 NULL 69123 Trifolium glomeratum L.
1340 1340 1304 290 Trifolium savianum Trifolium savianum Guss. NULL Trifolium savianum 890 1 NULL 69386 Trifolium savianum Guss.
1341 1341 1304 290 Trifolium subterraneum Trifolium subterraneum L. NULL Trifolium subterraneum 891 1 NULL 69438 Trifolium subterraneum L.
1342 1342 1304 290 Trifolium montanum Trifolium montanum L. NULL Trifolium montanum 892 1 NULL 69222 Trifolium montanum L.
1343 1343 1304 290 Trifolium ochroleucum Trifolium ochroleucum Huds. NULL Trifolium ochroleucum 893 1 NULL 69251 Trifolium ochroleucon Huds.
1344 1344 1304 290 Trifolium rubens Trifolium rubens L. NULL Trifolium rubens 894 1 NULL 69379 Trifolium rubens L.
1345 1345 1304 290 Trifolium alpestre Trifolium alpestre L. NULL Trifolium alpestre 895 1 NULL 68966 Trifolium alpestre L.
1346 1346 1304 290 Trifolium medium Trifolium medium L. NULL Trifolium medium 896 1 NULL 75418 Trifolium medium L.
1347 1347 1304 290 Trifolium pratense Trifolium pratense L. NULL Trèfle commun. Trifolium pratense 897 1 NULL 69291 Trifolium pratense L.
1348 1348 1304 290 Trifolium saxatile Trifolium saxatile All. NULL Trifolium saxatile 898 1 NULL 69387 Trifolium saxatile All.
1349 1348 1304 290 Trifolium thymiflorum Trifolium thymiflorum Vill. NULL Trifolium thymiflorum 898 1 NULL
1350 1350 1304 290 Trifolium scabrum Trifolium scabrum L. NULL Trifolium scabrum 899 1 NULL 69388 Trifolium scabrum L.
1351 1351 1304 290 Trifolium dalmaticum Trifolium dalmaticum Vis. NULL Trifolium dalmaticum 900 1 NULL 69077 Trifolium dalmaticum sensu H J.Coste
1352 1351 1304 290 Trifolium lucanicum Trifolium lucanicum Gasp. NULL Trifolium lucanicum 900 1 NULL
1353 1353 1304 290 Trifolium striatum Trifolium striatum L. NULL Trifolium striatum 901 1 NULL 69428 Trifolium striatum L.
1354 1354 1304 290 Trifolium bocconi Trifolium bocconi Savi. NULL Trifolium bocconi 902 1 NULL 69023 Trifolium bocconi Savi
1355 1355 1304 290 Trifolium ligusticum Trifolium ligusticum Balb. NULL Trifolium ligusticum 903 1 NULL 69178 Trifolium ligusticum Balb. ex Loisel.
1356 1356 1304 290 Trifolium phleoides Trifolium phleoides Pourr. 1377 in Willd. Sp. III,. Trifolium phleoides 904 1 NULL 69286 Trifolium phleoides Pourr. ex Willd.
1357 1357 1304 290 Trifolium arvense Trifolium arvense L. NULL Pied-de-lièvre. Trifolium arvense 905 1 NULL 68989 Trifolium arvense L.
1358 1358 1304 290 Trifolium lagopus Trifolium lagopus Pourr. NULL Trifolium lagopus 906 1 NULL 69172 Trifolium lagopus Pourr. ex Willd.
1359 1359 1304 290 Trifolium incarnatum Trifolium incarnatum L. NULL Farouche. Trifolium incarnatum 907 1 NULL 69142 Trifolium incarnatum L.
1360 1359 1304 290 Trifolium molinerii Trifolium molinerii Balb. NULL Trifolium molinerii 907 1 NULL
1361 1361 1304 290 Trifolium purpureum Trifolium purpureum Lois. NULL Trifolium purpureum 908 1 NULL 69338 Trifolium purpureum Loisel.
1362 1362 1304 290 Trifolium angustifolium Trifolium angustifolium L NULL . Trifolium angustifolium 909 1 NULL 68980 Trifolium angustifolium L.
1363 1363 1304 290 Trifolium cherleri Trifolium cherleri L. NULL Trifolium cherleri 910 1 NULL 69060 Trifolium cherleri L.
1364 1364 1304 290 Trifolium hirtum Trifolium hirtum All. NULL Trifolium hirtum 911 1 NULL 69130 Trifolium hirtum All.
1365 1365 1304 290 Trifolium diffusum Trifolium diffusum Ehrh. NULL Trifolium diffusum 912 1 NULL 69081 Trifolium diffusum Ehrh.
1366 1366 1304 290 Trifolium pallidum Trifolium pallidum W. et Kit. NULL Trifolium pallidum 913 1 NULL 69266 Trifolium pallidum Waldst. & Kit.
1367 1366 1304 290 Trifolium flavescens Trifolium flavescens Tin. NULL Trifolium flavescens 913 1 NULL
1368 1368 1304 290 Trifolium stellatum Trifolium stellatum L. NULL Trifolium stellatum 914 1 NULL 69418 Trifolium stellatum L.
1369 1369 1304 290 Trifolium lappaceum Trifolium lappaceum L. NULL Trifolium lappaceum 915 1 NULL 69174 Trifolium lappaceum L.
1370 1370 1304 290 Trifolium maritimum Trifolium maritimum Huds. NULL Trifolium maritimum 916 1 NULL 69193 Trifolium maritimum Huds.
1371 1371 1304 290 Trifolium squarrosum Trifolium squarrosum L. NULL Trifolium squarrosum 917 1 NULL 69415 Trifolium squarrosum L.
1372 1371 1304 290 Trifolium panormitanum Trifolium panormitanum Presl NULL Trifolium panormitanum 917 1 NULL
1373 1373 1304 290 Trifolium leucanthum Trifolium leucanthum M. B. NULL Trifolium leucanthum 918 1 NULL 69176 Trifolium leucanthum M Bieb.
1374 1374 1126 220 Dorycnopsis Dorycnopsis Boiss. NULL Dorycnopsis G167 1 354
1375 1375 1374 290 Dorycnopsis gerardi Dorycnopsis gerardi Boiss. . NULL Dorycnopsis gerardi 919 1 NULL 22852 Dorycnopsis gerardi (L) Boiss.
1376 1376 1126 220 Dorycnium Dorycnium Adans. NULL Dorycnium G168 1 354
1377 1377 1376 290 Dorycnium herbaceum Dorycnium herbaceum Vill. NULL Dorycnium herbaceum 920 1 NULL 22812 Dorycnium herbaceum Vill.
1378 1378 1376 290 Dorycnium jordani Dorycnium jordani Lor. et Barr. NULL Dorycnium jordani 921 1 NULL 22831 Dorycnium jordanii Loret & Barrandon
1379 1378 1376 290 Dorycnium decumbens Dorycnium decumbens Jord. NULL Dorycnium decumbens 921 1 NULL
1380 1378 1376 290 Dorycnium gracile Dorycnium gracile Jord. NULL Dorycnium gracile 921 1 NULL
1381 1381 1376 290 Dorycnium suffruticosum Dorycnium suffruticosum Vill. NULL Dorycnium suffruticosum 922 1 NULL 22849 Dorycnium suffruticosum Vill.
1382 1382 1126 220 Bonjeania Bonjeania Reich. NULL Bonjeania G169 1 355
1383 1383 1382 290 Bonjeania hirsuta Bonjeania hirsuta Reich. NULL Bonjeania hirsuta 923 1 NULL 9949 Bonjeanea hirsuta (L) Rchb.
1384 1383 1382 290 Lotus hirsutus Lotus hirsutus L. NULL Lotus hirsutus 923 1 NULL
1385 1385 1382 290 Bonjeania recta Bonjeania recta Reich. NULL Bonjeania recta 924 1 NULL 9959 Bonjeanea recta (L) Rchb.
1386 1385 1382 290 Lotus rectus Lotus rectus L. NULL Lotus rectus 924 1 NULL
1387 1387 1126 220 Tetragonolobus Tetragonolobus Scop. NULL Tetragonolobus G170 1 356
1388 1388 1387 290 Tetragonolobus siliquosus Tetragonolobus siliquosus Roth NULL Tetragonolobus siliquosus 925 1 NULL 67288 Tetragonolobus siliquosus Roth
1389 1388 1387 290 Lotus siliquosus Lotus siliquosus L. NULL Lotus siliquosus 925 1 NULL
1390 1390 1387 290 Tetragonolobus purpureus Tetragonolobus purpureus Moench NULL Tetragonolobus purpureus 926 1 NULL 67286 Tetragonolobus purpureus Moench
1391 1390 1387 290 Lotus tetragonolobus Lotus tetragonolobus L. NULL Lotus tetragonolobus 926 1 NULL
1392 1392 1126 220 Lotus Lotus L. NULL Lotier. Lotus G171 1 357
1393 1393 1392 290 Lotus parviflorus Lotus parviflorus Desf. NULL Lotus parviflorus 927 1 NULL 40079 Lotus parviflorus Desf.
1394 1394 1392 290 Lotus hispidus Lotus hispidus Desf. NULL Lotus hispidus 928 1 NULL 40054 Lotus hispidus Desf. ex DC.
1395 1395 1392 290 Lotus angustissimus Lotus angustissimus L. NULL Lotus angustissimus 929 1 NULL 39963 Lotus angustissimus L.
1396 1395 1392 290 Lotus diffusus Lotus diffusus Soland. NULL Lotus diffusus 929 1 NULL
1397 1397 1392 290 Lotus conimbricensis Lotus conimbricensis Brot. NULL Lotus conimbricensis 930 1 NULL 39986 Lotus conimbricensis Brot.
1398 1397 1392 290 Lotus coimbrensis Lotus coimbrensis Willd. NULL Lotus coimbrensis 930 1 NULL
1399 1399 1392 290 Lotus ornithopodioides Lotus ornithopodioides L. NULL Lotus ornithopodioides 931 1 NULL 40077 Lotus ornithopodioides L.
1400 1400 1392 290 Lotus edulis Lotus edulis L. NULL Lotus edulis 932 1 NULL 40039 Lotus edulis L.
1401 1401 1392 290 Lotus creticus Lotus creticus L. NULL Lotus creticus 933 1 NULL 40019 Lotus creticus auct Co.
1402 1402 1392 290 Lotus cytisoides Lotus cytisoides L. NULL Lotus cytisoides 934 1 NULL 40024 Lotus cytisoides L.
1403 1402 1392 290 Lotus allionii Lotus allionii Desv. NULL Lotus allionii 934 1 NULL
1404 1404 1392 290 Lotus tenuis Lotus tenuis Kit. NULL Lotus tenuis 935 1 NULL 40107 Lotus tenuis Waldst. & Kit. ex Willd.
1405 1404 1392 290 Lotus tenuifolius Lotus tenuifolius Reich. NULL Lotus tenuifolius 935 1 NULL
1406 1406 1392 290 Lotus decumbens Lotus decumbens Poir. NULL Lotus decumbens 936 1 NULL 40032 Lotus decumbens sensu H J.Coste
1407 1407 1392 290 Lotus corniculatus Lotus corniculatus L. NULL Lotus corniculatus 937 1 NULL 39988 Lotus corniculatus L.
1408 1408 1392 290 Lotus uliginosus Lotus uliginosus Schk. NULL Lotus uliginosus 938 1 NULL 40113 Lotus uliginosus Schkuhr
1409 1408 1392 290 Lotus major Lotus major Sm. NULL Lotus major 938 1 NULL
1410 1410 1126 220 Astragalus Astragalus L. NULL Astragalus G172 1 361
1411 1411 1410 290 Astragalus sesameus Astragalus sesameus L. NULL Astragalus sesameus 939 1 NULL 8166 Astragalus sesameus L.
1412 1412 1410 290 Astragalus pentaglottis Astragalus pentaglottis L. NULL Astragalus pentaglottis 940 1 NULL 8144 Astragalus pentaglottis L.
1413 1413 1410 290 Astragalus stella Astragalus stella Gouan. NULL Astragalus stella 941 1 NULL 8172 Astragalus stella Gouan
1414 1414 1410 290 Astragalus epiglottis Astragalus epiglottis L. NULL Astragalus epiglottis 942 1 NULL 74985 Astragalus epiglottis L.
1415 1415 1410 290 Astragalus baeticus Astragalus baeticus L. NULL Astragalus baeticus 943 1 NULL 8042 Astragalus boeticus L.
1416 1416 1410 290 Astragalus hamosus Astragalus hamosus L. NULL Astragalus hamosus 944 1 NULL 8088 Astragalus hamosus L.
1417 1417 1410 290 Astragalus aristatus Astragalus aristatus L'Hérit. NULL Astragalus aristatus 945 1 NULL 8030 Astragalus aristatus L'Hér.
1418 1417 1410 290 Astragalus sempervirens Astragalus sempervirens Lamk NULL Astragalus sempervirens 945 1 NULL
1419 1419 1410 290 Astragalus nevadensis Astragalus nevadensis Boiss NULL Astragalus nevadensis 946 1 NULL 8129 Astragalus nevadensis sensu auct.
1420 1420 1410 290 Astragalus sirinicus Astragalus sirinicus Ten. NULL Astragalus sirinicus 947 1 NULL 8168 Astragalus sirinicus sensu 2, 3
1421 1421 1410 290 Astragalus tragacantha Astragalus tragacantha L. NULL Astragalus tragacantha 948 1 NULL 8178 Astragalus tragacantha L.
1422 1421 1410 290 Astragalus massiliensis Astragalus massiliensis Lamk NULL Astragalus massiliensis 948 1 NULL
1423 1423 1410 290 Astragalus depressus Astragalus depressus L. NULL Astragalus depressus 949 1 NULL 74984 Astragalus depressus L.
1424 1424 1410 290 Astragalus incanus Astragalus incanus L. NULL Astragalus incanus 950 1 NULL 74988 Astragalus incanus L.
1425 1425 1410 290 Astragalus monspessulanus Astragalus monspessulanus L. NULL Astragalus monspessulanus 951 1 NULL 74989 Astragalus monspessulanus L.
1426 1426 1410 290 Astragalus glycyphyllos Astragalus glycyphyllos L. NULL Réglisse sauvage. Astragalus glycyphyllos 952 1 NULL 8085 Astragalus glycyphyllos L.
1427 1427 1410 290 Astragalus cicer Astragalus cicer L. NULL Astragalus cicer 953 1 NULL 8057 Astragalus cicer L.
1428 1428 1410 290 Astragalus alopecuroides Astragalus alopecuroides L. NULL Astragalus alopecuroides 954 1 NULL 8022 Astragalus alopecuroides sensu 1, 2, 3
1429 1429 1410 290 Astragalus narbonensis Astragalus narbonensis Gouan. NULL Astragalus narbonensis 955 1 NULL 8126 Astragalus narbonensis Gouan
1430 1430 1410 290 Astragalus vesicarius Astragalus vesicarius L. NULL Astragalus vesicarius 956 1 NULL 8188 Astragalus vesicarius L.
1431 1431 1410 290 Astragalus austriacus Astragalus austriacus L. NULL Astragalus austriacus 957 1 NULL 8038 Astragalus austriacus Jacq.
1432 1432 1410 290 Astragalus bayonensis Astragalus bayonensis Lois. NULL Astragalus bayonensis 958 1 NULL 8039 Astragalus baionensis Loisel.
1433 1433 1410 290 Astragalus glaux Astragalus glaux L. NULL Astragalus glaux 959 1 NULL 8084 Astragalus glaux L.
1434 1434 1410 290 Astragalus purpureus Astragalus purpureus Lamk. NULL Astragalus purpureus 960 1 NULL 8151 Astragalus purpureus Lam.
1435 1435 1410 290 Astragalus onobrychis Astragalus onobrychis L. NULL Astragalus onobrychis 961 1 NULL 8131 Astragalus onobrychis L.
1436 1436 1410 290 Astragalus hypoglottis Astragalus hypoglottis L. NULL Astragalus hypoglottis 962 1 NULL 8096 Astragalus hypoglottis sensu H J.Coste
1437 1436 1410 290 Astragalus danicus Astragalus danicus Retz NULL Astragalus danicus 962 1 NULL
1438 1438 1410 290 Astragalus leontinus Astragalus leontinus Wulf. NULL Astragalus leontinus 963 1 NULL 8107 Astragalus leontinus Wulfen
1439 1439 1126 220 Oxytropis Oxytropis NULL Oxytropis G173 1 370
1440 1440 1439 290 Oxytropis pilosa Oxytropis pilosa DC. NULL Oxytropis pilosa 964 1 NULL 47281 Oxytropis pilosa (L) DC.
1441 1440 1439 290 Astragalus pilosus Astragalus pilosus L. NULL Astragalus pilosus 964 1 NULL
1442 1442 1439 290 Oxytropis campestris Oxytropis campestris DC. NULL Oxytropis campestris 965 1 NULL 75274 Oxytropis campestris (L) DC.
1443 1442 1439 290 Astragalus campestris Astragalus campestris L. NULL Astragalus campestris 965 1 NULL
1444 1444 1439 290 Oxytropis foetida Oxytropis foetida DC. NULL Oxytropis foetida 966 1 NULL 47241 Oxytropis fetida (Vill) DC.
1445 1444 1439 290 Astragalus foetidus Astragalus foetidus Vill. NULL Astragalus foetidus 966 1 NULL
1446 1446 1439 290 Oxytropis halleri Oxytropis halleri Bunge NULL Oxytropis halleri 967 1 NULL 47249 Oxytropis halleri Bunge ex W.D.J.Koch
1447 1446 1439 290 Oxytropis uralensis Oxytropis uralensis DC. part. NULL Oxytropis uralensis 967 1 NULL
1448 1448 1439 290 Oxytropis lazica Oxytropis lazica Boiss. NULL Oxytropis lazica 968 1 NULL 47263 Oxytropis lazica sensu H J.Coste
1449 1448 1439 290 Oxytropis foucaudi Oxytropis foucaudi Gillot NULL Oxytropis foucaudi 968 1 NULL
1450 1450 1439 290 Oxytropis pyrenaica Oxytropis pyrenaica Godr. et G. NULL Oxytropis pyrenaica 969 1 NULL 47282 Oxytropis pyrenaica Godr. & Gren.
1451 1451 1439 290 Oxytropis gaudini Oxytropis gaudini Bunge NULL Oxytropis gaudini 970 1 NULL 47246 Oxytropis gaudinii Bunge
1452 1451 1439 290 Oxytropis cyanea Oxytropis cyanea G. G., non MB. NULL Oxytropis cyanea 970 1 NULL
1453 1451 1439 290 Oxytropis parvopassuae Oxytropis parvopassuae Pari. NULL Oxytropis parvopassuae 970 1 NULL
1454 1454 1439 290 Oxytropis montana Oxytropis montana DC. NULL Oxytropis montana 971 1 NULL 47265 Oxytropis montana (L) DC.
1455 1454 1439 290 Astragalus montanus Astragalus montanus L. NULL Astragalus montanus 971 1 NULL
1456 1456 1439 290 Oxytropis lapponica Oxytropis lapponica Gaud. NULL Oxytropis lapponica 972 1 NULL 47261 Oxytropis lapponica (Wahlenb) J Gay
1457 1456 1439 290 Astragalus lapponicus Astragalus lapponicus Burn. NULL Astragalus lapponicus 972 1 NULL
1458 1458 1126 220 Phaca Phaca NULL Phaca G174 1 373
1459 1459 1458 290 Phaca alpina Phaca alpina L. NULL Phaca alpina 973 1 NULL 48526 Phaca alpina sensu 1, 2
1460 1459 1458 290 Astragalus penduliflorus Astragalus penduliflorus Lamk NULL Astragalus penduliflorus 973 1 NULL
1461 1461 1458 290 Phaca frigida Phaca frigida L. NULL Phaca frigida 974 1 NULL 48534 Phaca frigida L.
1462 1461 1458 290 Astragalus frigidus Astragalus frigidus Bunge NULL Astragalus frigidus 974 1 NULL
1463 1463 1458 290 Phaca australis Phaca australis L. NULL Phaca australis 975 1 NULL 48531 Phaca australis L.
1464 1463 1458 290 Astragalus australis Astragalus australis Lamk NULL Astragalus australis 975 1 NULL
1465 1465 1458 290 Phaca astragalina Phaca astragalina L. NULL Phaca astragalina 976 1 NULL 48529 Phaca astragalina DC.
1466 1465 1458 290 Astragalus alpinus Astragalus alpinus L. NULL Astragalus alpinus 976 1 NULL
1467 1467 1126 220 Biserrula Biserrula NULL Biserrula G175 1 375
1468 1468 1467 290 Biserrula pelecinus Biserrula pelecinus L. NULL Biserrula pelecinus 977 1 NULL 9861 Biserrula pelecinus L.
1469 1469 1126 220 Colutea Colutea NULL Colutea G176 1 375
1470 1470 1469 290 Colutea arborescens Colutea arborescens L. NULL Colutea arborescens 978 1 NULL 18614 Colutea arborescens L.
1471 1471 1126 220 Robinia Robinia NULL Robinia G177 1 376
1472 1472 1471 290 Robinia pseudo-acacia Robinia pseudo-acacia L. NULL Acacia. Robinia pseudo-acacia 979 1 NULL 56245 Robinia pseudoacacia L.
1473 1473 1126 220 Galega Galega NULL Galega G178 1 376
1474 1474 1473 290 Galega officinalis Galega officinalis L. NULL Galega officinalis 980 1 NULL 28730 Galega officinalis L.
1475 1475 1126 220 Glycyrrhiza Glycyrrhiza NULL Glycyrrhiza G179 1 377
1476 1476 1475 290 Glycyrrhiza glabra Glycyrrhiza glabra L. NULL Glycyrrhiza glabra 981 1 NULL 30457 Glycyrrhiza glabra L.
1477 1477 1126 220 Psoralea Psoralea NULL Psoralea G180 1 377
1478 1478 1477 290 Psoralea bituminosa Psoralea bituminosa L. NULL Herbe au bitume. Psoralea bituminosa 982 1 NULL 53773 Psoralea bituminosa L.
1479 1479 1126 220 Vicia Vicia NULL Vicia G181 1 377
1480 1480 1479 290 Vicia peregrina Vicia peregrina L. NULL Vicia peregrina 983 1 NULL 71727 Vicia peregrina L.
1481 1481 1479 290 Vicia hybrida Vicia hybrida L. NULL Vicia hybrida 984 1 NULL 71622 Vicia hybrida L.
1482 1482 1479 290 Vicia vestita Vicia vestita Boiss. NULL Vicia vestita 985 1 NULL 71836 Vicia vestita Boiss.
1483 1483 1479 290 Vicia lutea Vicia lutea L. NULL Vicia lutea 986 1 NULL 71660 Vicia lutea L.
1484 1484 1479 290 Vicia pyrenaica Vicia pyrenaica Pourr. NULL Vicia pyrenaica 987 1 NULL 71749 Vicia pyrenaica Pourr.
1485 1485 1479 290 Vicia lathyroides Vicia lathyroides L. NULL Vicia lathyroides 988 1 NULL 71635 Vicia lathyroides L.
1486 1486 1479 290 Vicia heterophylla Vicia heterophylla Presl. NULL Vicia heterophylla 989 1 NULL 71614 Vicia heterophylla C Presl
1487 1486 1479 290 Vicia cuneata Vicia cuneata G. G. NULL Vicia cuneata 989 1 NULL
1488 1488 1479 290 Vicia amphicarpa Vicia amphicarpa Dorthes. NULL Vicia amphicarpa 990 1 NULL 71474 Vicia amphicarpa Dorthes
1489 1489 1479 290 Vicia angustifolia Vicia angustifolia Reich. NULL Vicia angustifolia 991 1 NULL 71478 Vicia angustifolia L.
1490 1490 1479 290 Vicia sativa Vicia sativa L. NULL Vesce cultivée. Vicia sativa 992 1 NULL 71760 Vicia sativa L.
1491 1491 1479 290 Vicia bithynica Vicia bithynica L. NULL Vicia bithynica 993 1 NULL 71504 Vicia bithynica (L) L.
1492 1492 1479 290 Vicia faba Vicia faba L. NULL Fève. Vicia faba 994 1 NULL 71586 Vicia faba L.
1493 1492 1479 290 Faba vulgaris Faba vulgaris Moench NULL Faba vulgaris 994 1 NULL
1494 1494 1479 290 Vicia narbonensis Vicia narbonensis L. NULL Vicia narbonensis 995 1 NULL 71696 Vicia narbonensis L.
1495 1495 1479 290 Vicia sepium Vicia sepium L. NULL Vicia sepium 996 1 NULL 71787 Vicia sepium L.
1496 1496 1479 290 Vicia melanops Vicia melanops Sibth. NULL Vicia melanops 997 1 NULL 71676 Vicia melanops Sm.
1497 1496 1479 290 Vicia tricolor Vicia tricolor Seb. et M. NULL Vicia tricolor 997 1 NULL
1498 1498 1479 290 Vicia purpurascens Vicia purpurascens DC. NULL Vicia purpurascens 998 1 NULL 71747 Vicia purpurascens DC.
1499 1499 1479 290 Vicia argentea Vicia argentea Lapeyr. NULL Vicia argentea 999 1 NULL 71489 Vicia argentea Lapeyr.
1500 1500 1479 290 Vicia orobus Vicia orobus DC. NULL Vicia orobus 1000 1 NULL 71715 Vicia orobus DC.
1501 1501 1479 290 Vicia pisiformis Vicia pisiformis L. NULL Vicia pisiformis 1001 1 NULL 71734 Vicia pisiformis L.
1502 1502 1479 290 Vicia dumetorum Vicia dumetorum L. NULL Vicia dumetorum 1002 1 NULL 71574 Vicia dumetorum L.
1503 1503 1479 290 Vicia silvatica Vicia silvatica L. NULL Vicia silvatica 1003 1 NULL 71805 Vicia sylvatica L.
1504 1504 1479 290 Vicia altissima Vicia altissima Desf. NULL Vicia altissima 1004 1 NULL 71472 Vicia altissima Desf.
1505 1505 1479 290 Vicia onobrychioides Vicia onobrychioides L. NULL Vicia onobrychioides 1005 1 NULL 71711 Vicia onobrychioides L.
1506 1506 1479 290 Vicia cassubica Vicia cassubica L. NULL Vicia cassubica 1006 1 NULL 71516 Vicia cassubica L.
1507 1507 1479 290 Vicia tenuifolia Vicia tenuifolia Roth. NULL Vicia tenuifolia 1007 1 NULL 71808 Vicia tenuifolia Roth
1508 1507 1479 290 Cracca tenuifolia Cracca tenuifolia G. G. NULL Cracca tenuifolia 1007 1 NULL
1509 1509 1479 290 Vicia cracca Vicia cracca L. NULL Vicia cracca 1008 1 NULL 71543 Vicia cracca L.
1510 1509 1479 290 Cracca major Cracca major G. G. NULL Cracca major 1008 1 NULL
1511 1511 1479 290 Vicia gerardi Vicia gerardi All. NULL Vicia gerardi 1009 1 NULL 71600 Vicia gerardi sensu H J.Coste
1512 1511 1479 290 Vicia incana Vicia incana Vill, non Thuill  NULL Vicia incana 1009 1 NULL
1513 1511 1479 290 Cracca gerardi Cracca gerardi G. G. NULL Cracca gerardi 1009 1 NULL
1514 1514 1479 290 Vicia atropurpurea Vicia atropurpurea Desf. NULL Vicia atropurpurea 1010 1 NULL 71494 Vicia atropurpurea Desf.
1515 1514 1479 290 Cracca atropurpurea Cracca atropurpurea G. G. NULL Cracca atropurpurea 1010 1 NULL
1516 1516 1479 290 Vicia varia Vicia varia Host. NULL Vicia varia 1011 1 NULL 71831 Vicia varia Host
1517 1516 1479 290 Cracca varia Cracca varia G. G. NULL Cracca varia 1011 1 NULL
1518 1518 1479 290 Vicia pseudocracca Vicia pseudocracca Bert. NULL Vicia pseudocracca 1012 1 NULL 71743 Vicia pseudocracca Bertol.
1519 1518 1479 290 Cracca bertolonii Cracca bertolonii G. G. NULL Cracca bertolonii 1012 1 NULL
1520 1520 1479 290 Vicia monanthos Vicia monanthos Desf. NULL Vicia monanthos 1013 1 NULL 71687 Vicia monanthos (L) Desf.
1521 1520 1479 290 Cracca monanthos Cracca monanthos G. G. NULL Cracca monanthos 1013 1 NULL
1522 1522 1479 290 Vicia elegantissima Vicia elegantissima Shuttl. NULL Vicia elegantissima 1014 1 NULL 71580 Vicia elegantissima Shuttlew. ex Rouy
1523 1523 1479 290 Vicia tetrasperma Vicia tetrasperma Moench NULL Vicia tetrasperma 1015 1 NULL 71814 Vicia tetrasperma (L) Schreb.
1524 1523 1479 290 Ervum tetraspermum Ervum tetraspermum L NULL Ervum tetraspermum 1015 1 NULL
1525 1525 1479 290 Vicia gracilis Vicia gracilis Lois. NULL Vicia gracilis 1016 1 NULL 71608 Vicia gracilis Loisel.
1526 1525 1479 290 Ervum gracile Ervum gracile DC. NULL Ervum gracile 1016 1 NULL
1527 1527 1479 290 Vicia pubescens Vicia pubescens Link NULL Vicia pubescens 1017 1 NULL 71746 Vicia pubescens (Dc) Link
1528 1527 1479 290 Ervum pubescens Ervum pubescens DC. NULL Ervum pubescens 1017 1 NULL
1529 1529 1479 290 Vicia disperma Vicia disperma DC. NULL Vicia disperma 1018 1 NULL 71568 Vicia disperma DC.
1530 1529 1479 290 Cracca disperma Cracca disperma G. G.  NULL Cracca disperma 1018 1 NULL
1531 1529 1479 290 Ervum parviflorum Ervum parviflorum Bert. NULL Ervum parviflorum 1018 1 NULL
1532 1532 1479 290 Vicia hirsuta Vicia hirsuta Koch NULL Vicia hirsuta 1019 1 NULL 71616 Vicia hirsuta (L) Gray
1533 1532 1479 290 Cracca minor Cracca minor G. G.  NULL Cracca minor 1019 1 NULL
1534 1532 1479 290 Ervum hirsutum Ervum hirsutum L. NULL Ervum hirsutum 1019 1 NULL
1535 1535 1479 290 Vicia ervilia Vicia ervilia Willd. NULL Vicia ervilia 1020 1 NULL 71581 Vicia ervilia (L) Willd.
1536 1535 1479 290 Ervum ervilia Ervum ervilia L.  NULL Ervum ervilia 1020 1 NULL
1537 1535 1479 290 Ervilia sativa Ervilia sativa Link NULL Ervilia sativa 1020 1 NULL
1538 1538 1479 290 Vicia lens Vicia lens Coss. et G. NULL Lentille. Vicia lens 1021 1 NULL 71644 Vicia lens (L) Coss. & Germ.
1539 1538 1479 290 Ervum lens Ervum lens L.  NULL Ervum lens 1021 1 NULL
1540 1538 1479 290 Lens esculenta Lens esculenta Moench NULL Lens esculenta 1021 1 NULL
1541 1541 1479 290 Vicia nigricans Vicia nigricans Coss. et Germ. NULL Vicia nigricans 1022 1 NULL 71706 Vicia nigricans (M Bieb) Coss. & Germ.
1542 1541 1479 290 Ervum nigricans Ervum nigricans M. B.  NULL Ervum nigricans 1022 1 NULL
1543 1541 1479 290 Lens nigricans Lens nigricans Godr. NULL Lens nigricans 1022 1 NULL
1544 1544 1126 220 Cicer Cicer NULL Cicer G182 1 392
1545 1545 1544 290 Cicer arietinum Cicer arietinum L. NULL Pois-chiche. Cicer arietinum 1023 1 NULL 17272 Cicer arietinum L.
1546 1546 1126 220 Pisum Pisum NULL Pisum G183 1 392
1547 1547 1546 290 Pisum arvense Pisum arvense L. NULL Pois de pigeon. Pisum arvense 1024 1 NULL 49766 Pisum arvense L.
1548 1548 1546 290 Pisum elatius Pisum elatius Stev. NULL Pisum elatius 1025 1 NULL 49774 Pisum elatius M Bieb.
1549 1548 1546 290 Pisum granulatum Pisum granulatum Lloyd  NULL Pisum granulatum 1025 1 NULL
1550 1548 1546 290 Pisum tuffetii Pisum tuffetii Lesson NULL Pisum tuffetii 1025 1 NULL
1551 1551 1126 220 Lathyrus Lathyrus NULL Lathyrus G184 1 393
1552 1552 1551 290 Lathyrus aphaca Lathyrus aphaca L. NULL Lathyrus aphaca 1026 1 NULL 37844 Lathyrus aphaca L.
1553 1553 1551 290 Lathyrus nissolia Lathyrus nissolia L. NULL Lathyrus nissolia 1027 1 NULL 37967 Lathyrus nissolia L.
1554 1554 1551 290 Lathyrus ochrus Lathyrus ochrus DC. NULL Lathyrus ochrus 1028 1 NULL 37978 Lathyrus ochrus (L) DC.
1555 1555 1551 290 Lathyrus clymenum Lathyrus clymenum L. NULL Lathyrus clymenum 1029 1 NULL 37871 Lathyrus clymenum L.
1556 1556 1551 290 Lathyrus annuus Lathyrus annuus L. NULL Lathyrus annuus 1030 1 NULL 37843 Lathyrus annuus L.
1557 1557 1551 290 Lathyrus hirsutus Lathyrus hirsutus L. NULL Lathyrus hirsutus 1031 1 NULL 37904 Lathyrus hirsutus L.
1558 1558 1551 290 Lathyrus cicera Lathyrus cicera L. NULL Lathyrus cicera 1032 1 NULL 37865 Lathyrus cicera L.
1559 1559 1551 290 Lathyrus sativus Lathyrus sativus L. NULL Gesse commune, Pois carré. Lathyrus sativus 1033 1 NULL 38010 Lathyrus sativus L.
1560 1560 1551 290 Lathyrus sphaericus Lathyrus sphaericus Retz. NULL Lathyrus sphaericus 1034 1 NULL 38019 Lathyrus sphaericus Retz.
1561 1561 1551 290 Lathyrus angulatus Lathyrus angulatus L. NULL Lathyrus angulatus 1035 1 NULL 74024 Lathyrus angulatus L.
1562 1562 1551 290 Lathyrus setifolius Lathyrus setifolius L. NULL Lathyrus setifolius 1036 1 NULL 38014 Lathyrus setifolius L.
1563 1563 1551 290 Lathyrus inconspicuus Lathyrus inconspicuus L. NULL Lathyrus inconspicuus 1037 1 NULL 37907 Lathyrus inconspicuus L.
1564 1563 1551 290 Lathyrus stans Lathyrus stans Vis. NULL Lathyrus stans 1037 1 NULL
1565 1565 1551 290 Lathyrus ciliatus Lathyrus ciliatus Guss. NULL Lathyrus ciliatus 1038 1 NULL 37869 Lathyrus ciliatus Guss.
1566 1565 1551 290 Orobus saxatilis Orobus saxatilis Vent. NULL Orobus saxatilis 1038 1 NULL
1567 1567 1551 290 Lathyrus pratensis Lathyrus pratensis L. NULL Lathyrus pratensis 1039 1 NULL 37993 Lathyrus pratensis L.
1568 1568 1551 290 Lathyrus luteus Lathyrus luteus Peterm. NULL Lathyrus luteus 1040 1 NULL 37937 Lathyrus luteus sensu H J.Coste
1569 1568 1551 290 Lathyrus montanus Lathyrus montanus G. G.  NULL Lathyrus montanus 1040 1 NULL
1570 1568 1551 290 Orobus luteus Orobus luteus L. NULL Orobus luteus 1040 1 NULL
1571 1571 1551 290 Lathyrus albus Lathyrus albus Kittel NULL Lathyrus albus 1041 1 NULL 37835 Lathyrus albus sensu H J.Coste
1572 1571 1551 290 Lathyrus asphodeloides Lathyrus asphodeloides G. G. NULL Lathyrus asphodeloides 1041 1 NULL
1573 1571 1551 290 Orobus albus Orobus albus L. fil. NULL Orobus albus 1041 1 NULL
1574 1574 1551 290 Lathyrus canescens Lathyrus canescens Godr. et G. NULL Lathyrus canescens 1042 1 NULL 37862 Lathyrus canescens (L F) Godr. & Gren.
1575 1574 1551 290 Lathyrus filiformis Lathyrus filiformis Gay  NULL Lathyrus filiformis 1042 1 NULL
1576 1574 1551 290 Orobus canescens Orobus canescens L. fil. NULL Orobus canescens 1042 1 NULL
1577 1577 1551 290 Lathyrus macrorrhizus Lathyrus macrorrhizus Wimm NULL Lathyrus macrorrhizus 1043 1 NULL 37942 Lathyrus macrorrhizus Wimm.
1578 1577 1551 290 Orobus tuberosus Orobus tuberosus L. NULL Orobus tuberosus 1043 1 NULL
1579 1579 1551 290 Lathyrus niger Lathyrus niger Bernh. NULL Lathyrus niger 1044 1 NULL 37960 Lathyrus niger (L) Bernh.
1580 1579 1551 290 Orobus niger Orobus niger L. NULL Orobus niger 1044 1 NULL
1581 1581 1551 290 Lathyrus variegatus Lathyrus variegatus Godr. et G. NULL Lathyrus variegatus 1045 1 NULL 38050 Lathyrus variegatus (Ten) Godr.
1582 1581 1551 290 Orobus variegatus Orobus variegatus Ten. NULL Orobus variegatus 1045 1 NULL
1583 1583 1551 290 Lathyrus vernus Lathyrus vernus Bernh. NULL Lathyrus vernus 1046 1 NULL 38053 Lathyrus vernus (L) Bernh.
1584 1583 1551 290 Orobus vernus Orobus vernus L. NULL Orobus vernus 1046 1 NULL
1585 1585 1551 290 Lathyrus tuberosus Lathyrus tuberosus L. NULL Gland de terre, Anottes. Lathyrus tuberosus 1047 1 NULL 38046 Lathyrus tuberosus L.
1586 1586 1551 290 Lathyrus maritimus Lathyrus maritimus Big. NULL Lathyrus maritimus 1048 1 NULL 37947 Lathyrus maritimus Bigelow
1587 1587 1551 290 Lathyrus palustris Lathyrus palustris L. NULL Lathyrus palustris 1049 1 NULL 75210 Lathyrus palustris L.
1588 1588 1551 290 Lathyrus cirrosus Lathyrus cirrosus Seringe. NULL Lathyrus cirrosus 1050 1 NULL 37870 Lathyrus cirrhosus Ser.
1589 1589 1551 290 Lathyrus heterophyllus Lathyrus heterophyllus L. NULL Lathyrus heterophyllus 1051 1 NULL 37900 Lathyrus heterophyllus L.
1590 1590 1551 290 Lathyrus silvestris Lathyrus silvestris L. NULL Lathyrus silvestris 1052 1 NULL 38026 Lathyrus sylvestris L.
1591 1591 1551 290 Lathyrus latifolius Lathyrus latifolius L. NULL Pois vivace. Lathyrus latifolius 1053 1 NULL 37921 Lathyrus latifolius L.
1592 1592 1126 220 Scorpiurus Scorpiurus NULL Scorpiurus G185 1 403
1593 1593 1592 290 Scorpiurus subvillosus Scorpiurus subvillosus L. NULL Chenillette. Scorpiurus subvillosus 1054 1 NULL 61862 Scorpiurus subvillosus L.
1594 1594 1592 290 Scorpiurus sulcatus Scorpiurus sulcatus L. NULL Scorpiurus sulcatus 1055 1 NULL 61865 Scorpiurus sulcatus sensu H J.Coste
1595 1595 1592 290 Scorpiurus vermiculatus Scorpiurus vermiculatus L. NULL Scorpiurus vermiculatus 1056 1 NULL 61868 Scorpiurus vermiculatus L.
1596 1596 1126 220 Coronilla Coronilla NULL Coronilla G186 1 404
1597 1597 1596 290 Coronilla varia Coronilla varia L. NULL Coronilla varia 1057 1 NULL 19018 Coronilla varia L.
1598 1598 1596 290 Coronilla scorpioides Coronilla scorpioides Koch. NULL Coronilla scorpioides 1058 1 NULL 19003 Coronilla scorpioides (L) W D.J.Koch
1599 1599 1596 290 Coronilla coronata Coronilla coronata L. NULL Coronilla coronata 1059 1 NULL 18972 Coronilla coronata L.
1600 1599 1596 290 Coronilla montana Coronilla montana Jacq. NULL Coronilla montana 1059 1 NULL
1601 1601 1596 290 Coronilla minima Coronilla minima L. NULL Coronilla minima 1060 1 NULL 18987 Coronilla minima L.
1602 1602 1596 290 Coronilla vaginalis Coronilla vaginalis Lamk. NULL Coronilla vaginalis 1061 1 NULL 19010 Coronilla vaginalis Lam.
1603 1603 1596 290 Coronilla juncea Coronilla juncea L. NULL Coronilla juncea 1062 1 NULL 75065 Coronilla juncea L.
1604 1604 1596 290 Coronilla emerus Coronilla emerus L. NULL Séné bâtard. Coronilla emerus 1063 1 NULL 18975 Coronilla emerus L.
1605 1605 1596 290 Coronilla glauca Coronilla glauca L. NULL Coronilla glauca 1064 1 NULL 18979 Coronilla glauca L.
1606 1606 1596 290 Coronilla valentina Coronilla valentina L. NULL Coronilla valentina 1065 1 NULL 19012 Coronilla valentina L.
1607 1607 1126 220 Ornithopus Ornithopus NULL Ornithopus G187 1 407
1608 1608 1607 290 Ornithopus ebracteatus Ornithopus ebracteatus Brot. NULL Ornithopus ebracteatus 1066 1 NULL 46551 Ornithopus ebracteatus Brot.
1609 1608 1607 290 Ornithopus exstipulatus Ornithopus exstipulatus Thore NULL Ornithopus exstipulatus 1066 1 NULL
1610 1610 1607 290 Ornithopus compressus Ornithopus compressus L. NULL Ornithopus compressus 1067 1 NULL 46549 Ornithopus compressus L.
1611 1611 1607 290 Ornithopus roseus Ornithopus roseus Dufour NULL Ornithopus roseus 1068 1 NULL 46574 Ornithopus roseus Dufour
1612 1611 1607 290 Ornithopus sativus Ornithopus sativus G. G., non Brot NULL Ornithopus sativus 1068 1 NULL
1613 1613 1607 290 Ornithopus perpusillus Ornithopus perpusillus L. NULL Ornithopus perpusillus 1069 1 NULL 46566 Ornithopus perpusillus L.
1614 1614 1126 220 Hippocrepis Hippocrepis NULL Hippocrepis G188 1 409
1615 1615 1614 290 Hippocrepis unisiliquosa Hippocrepis unisiliquosa L. NULL Fer-à-cheval. Hippocrepis unisiliquosa 1070 1 NULL 32094 Hippocrepis unisiliquosa sensu auct.
1616 1616 1614 290 Hippocrepis multisiliquosa Hippocrepis multisiliquosa L. NULL Hippocrepis multisiliquosa 1071 1 NULL 32088 Hippocrepis multisiliquosa sensu auct W.Medit. (P.Max.P.), 2, 4, 5
1617 1616 1614 290 Hippocrepis ciliata Hippocrepis ciliata Willd. NULL Hippocrepis ciliata 1071 1 NULL
1618 1618 1614 290 Hippocrepis comosa Hippocrepis comosa L. NULL Hippocrepis comosa 1072 1 NULL 32067 Hippocrepis comosa L.
1619 1619 1614 290 Hippocrepis glauca Hippocrepis glauca Ten. NULL Hippocrepis glauca 1073 1 NULL 32079 Hippocrepis glauca sensu H J.Coste
1620 1620 1126 220 Securigera Securigera NULL Securigera G189 1 411
1621 1621 1620 290 Securigera coronilla Securigera coronilla DC. NULL Securigera coronilla 1074 1 NULL 62116 Securigera coronilla DC.
1622 1621 1620 290 Bonaveria securidaca Bonaveria securidaca Scop. NULL Bonaveria securidaca 1074 1 NULL
1623 1623 1126 220 Hedysarum Hedysarum NULL Hedysarum G190 1 411
1624 1624 1623 290 Hedysarum obscurum Hedysarum obscurum L. NULL Sainfoin des Alpes. Hedysarum obscurum 1075 1 NULL 30978 Hedysarum obscurum sensu H J.Coste
1625 1625 1623 290 Hedysarum humile Hedysarum humile L. NULL Hedysarum humile 1076 1 NULL 30972 Hedysarum humile sensu 1, 2, 3, 4, 5
1626 1626 1623 290 Hedysarum spinosissimum Hedysarum spinosissimum L. NULL Hedysarum spinosissimum 1077 1 NULL 30985 Hedysarum spinosissimum L.
1627 1626 1623 290 Hedysarum capitatum Hedysarum capitatum Desf. NULL Hedysarum capitatum 1077 1 NULL
1628 1628 1126 220 Onobrychis Onobrychis NULL Onobrychis G191 1 412
1629 1629 1628 290 Onobrychis aequidentata Onobrychis aequidentata D'Urv., Enum., p. 90 NULL Onobrychis aequidentata 1078 1 NULL 44707 Onobrychis aequidentata (Sm) d'Urv.
1630 1629 1628 290 Onobrychis cretica Onobrychis cretica Desv. NULL Onobrychis cretica 1078 1 NULL
1631 1631 1628 290 Onobrychis caput-galli Onobrychis caput-galli Lamk. NULL Onobrychis caput-galli 1079 1 NULL 44716 Onobrychis caput
1632 1632 1628 290 Onobrychis saxatilis Onobrychis saxatilis Lamk. NULL Onobrychis saxatilis 1080 1 NULL 44740 Onobrychis saxatilis (L) Lam.
1633 1633 1628 290 Onobrychis supina Onobrychis supina DC. NULL Onobrychis supina 1081 1 NULL 44744 Onobrychis supina (Chaix) DC.
1634 1634 1628 290 Onobrychis sativa Onobrychis sativa Lamk. NULL Sainfoin, Esparcette. Onobrychis sativa 1082 1 NULL 44737 Onobrychis sativa Lam.
1635 1634 1628 290 Onobrychis viclefolia Onobrychis viclefolia Scop. NULL Onobrychis viclefolia 1082 1 NULL
1636 1636 1125 180 Rosaceae Rosaceae NULL Rosacees F40 2 1
1637 1637 1636 220 Amygdalus Amygdalus NULL Amygdalus G192 2 3
1638 1638 1637 290 Amygdalus communis Amygdalus communis L. NULL Amygdalus communis 1083 2 NULL 4215 Amygdalus communis L.
1639 1639 1636 220 Persica Persica NULL Persica G193 2 3
1640 1640 1639 290 Persica vulgaris Persica vulgaris Mill. NULL Persica vulgaris 1084 2 NULL 48306 Persica vulgaris Mill.
1641 1641 1636 220 Armeniaca Armeniaca NULL Armeniaca G194 2 4
1642 1642 1641 290 Armeniaca vulgaris Armeniaca vulgaris Lamk. NULL Armeniaca vulgaris 1085 2 NULL 6480 Armeniaca vulgaris Lam.
1643 1643 1636 220 Prunus Prunus NULL Prunus G195 2 4
1644 1644 1643 290 Prunus brigantiaca Prunus brigantiaca Vill. NULL Prunier des Alpes. Prunus brigantiaca 1086 2 NULL 74872 Prunus brigantiaca Vill.
1645 1645 1643 290 Prunus domestica Prunus domestica L. NULL Prunier domestique. Prunus domestica 1087 2 NULL 53498 Prunus domestica L.
1646 1646 1643 290 Prunus insititia Prunus insititia L. NULL Prunier sauvage. Prunus insititia 1088 2 NULL 53534 Prunus insititia L.
1647 1647 1643 290 Prunus fruticans Prunus fruticans Weihe. NULL Prunus fruticans 1089 2 NULL 53526 Prunus x fruticans Weihe
1648 1648 1643 290 Prunus spinosa Prunus spinosa L. NULL Prunellier, Epine noire, Buisson noir. Prunus spinosa 1090 2 NULL 53652 Prunus spinosa L.
1649 1649 1636 220 Cerasus Cerasus NULL Cerasus G196 2 6
1650 1650 1649 290 Cerasus avium Cerasus avium Moench NULL Merisier, Cerisier sauvage. Cerasus avium 1091 2 NULL 16073 Cerasus avium (L) Moench
1651 1650 1649 290 Prunus avium Prunus avium L. NULL Prunus avium 1091 2 NULL
1652 1652 1649 290 Cerasus vulgaris Cerasus vulgaris Mill. NULL Griottier. Cerasus vulgaris 1092 2 NULL 16115 Cerasus vulgaris Mill.
1653 1652 1649 290 Prunus cerasus Prunus cerasus L. NULL Prunus cerasus 1092 2 NULL
1654 1654 1649 290 Cerasus mahaleb Cerasus mahaleb Mill. NULL Cerasus mahaleb 1093 2 NULL 16099 Cerasus mahaleb (L) Mill.
1655 1654 1649 290 Prunus mahaleb Prunus mahaleb L. NULL Prunus mahaleb 1093 2 NULL
1656 1656 1649 290 Cerasus padus Cerasus padus DC. NULL Bois puant. Cerasus padus 1094 2 NULL 16105 Cerasus padus (L) Delarbre
1657 1656 1649 290 Prunus padus Prunus padus L. NULL Prunus padus 1094 2 NULL
1658 1658 1649 290 Cerasus lusitanica Cerasus lusitanica Lois NULL Laurier de Portugal. Cerasus lusitanica 1095 2 NULL 16097 Cerasus lusitanica (L) Loisel.
1659 1658 1649 290 Prunus lusitanica Prunus lusitanica L. NULL Prunus lusitanica 1095 2 NULL
1660 1660 1649 290 Cerasus laurocerasus Cerasus laurocerasus Lois. NULL Laurier-cerise. Cerasus laurocerasus 1096 2 NULL 16096 Cerasus laurocerasus (L) Loisel.
1661 1660 1649 290 Prunus laurocerasus Prunus laurocerasus L. NULL Prunus laurocerasus 1096 2 NULL
1662 1662 1636 220 Spiraea Spiraea NULL Spiraea G197 2 9
1663 1663 1662 290 Spiraea hypericifolia Spiraea hypericifolia L. NULL Spiraea hypericifolia 1097 2 NULL 65759 Spiraea hypericifolia sensu 1, 2, 5
1664 1663 1662 290 Spiraea obovata Spiraea obovata W. et Kit. NULL Spiraea obovata 1097 2 NULL
1665 1665 1662 290 Spiraea aruncus Spiraea aruncus L. NULL Barbe de bouc. Spiraea aruncus 1098 2 NULL 65726 Spiraea aruncus L.
1666 1666 1662 290 Spiraea ulmaria Spiraea ulmaria L. NULL Reine des près. Spiraea ulmaria 1099 2 NULL 65800 Spiraea ulmaria L.
1667 1667 1662 290 Spiraea filipendula Spiraea filipendula L. NULL Filipendule. Spiraea filipendula 1100 2 NULL 65750 Spiraea filipendula L.
1668 1668 1636 220 Dryas Dryas NULL Dryas G198 2 10
1669 1669 1668 290 Dryas octopetala Dryas octopetala L. NULL Chenette. Dryas octopetala 1101 2 NULL 23128 Dryas octopetala L.
1670 1670 1636 220 Geum Geum NULL Geum G199 2 11
1671 1671 1670 290 Geum reptans Geum reptans L. NULL Geum reptans 1102 2 NULL 30134 Geum reptans L.
1672 1672 1670 290 Geum montanum Geum montanum L. NULL Geum montanum 1103 2 NULL 30124 Geum montanum L.
1673 1673 1670 290 Geum heterocarpum Geum heterocarpum Boiss. NULL Geum heterocarpum 1104 2 NULL 30114 Geum heterocarpum Boiss.
1674 1674 1670 290 Geum rivale Geum rivale L. NULL Geum rivale 1105 2 NULL 30136 Geum rivale L.
1675 1675 1670 290 Geum urbanum Geum urbanum L. NULL Herbe de saint Benoît. Geum urbanum 1106 2 NULL 30154 Geum urbanum L.
1676 1676 1670 290 Geum silvaticum Geum silvaticum Pourr. NULL Geum silvaticum 1107 2 NULL 30145 Geum sylvaticum Pourr.
1677 1677 1670 290 Geum pyrenaicum Geum pyrenaicum Willd. NULL Geum pyrenaicum 1108 2 NULL 30132 Geum pyrenaicum Mill.
1678 1678 1636 220 Sibbaldia Sibbaldia NULL Sibbaldia G200 2 13
1679 1679 1678 290 Sibbaldia procumbens Sibbaldia procumbens L. NULL Sibbaldia procumbens 1109 2 NULL 63738 Sibbaldia procumbens L.
1680 1680 1636 220 Potentilla Potentilla NULL Potentilla G201 2 13
1681 1681 1680 290 Potentilla rupestris Potentilla rupestris L. NULL Potentilla rupestris 1110 2 NULL 52840 Potentilla rupestris L.
1682 1682 1680 290 Potentilla corsica Potentilla corsica Lehm. NULL Potentilla corsica 1111 2 NULL 52527 Potentilla corsica Lehm.
1683 1682 1680 290 Potentilla pygmaea Potentilla pygmaea Jord. NULL Potentilla pygmaea 1111 2 NULL
1684 1684 1680 290 Potentilla caulescens Potentilla caulescens L. NULL Potentilla caulescens 1112 2 NULL 52474 Potentilla caulescens L.
1685 1685 1680 290 Potentilla valderia Potentilla valderia L. NULL Potentilla valderia 1113 2 NULL 52941 Potentilla valderia L.
1686 1686 1680 290 Potentilla alchemilloides Potentilla alchemilloides Lapeyr. NULL Potentilla alchemilloides 1114 2 NULL 52397 Potentilla alchimilloides Lapeyr.
1687 1687 1680 290 Potentilla nivalis Potentilla nivalis Lapeyr. NULL Potentilla nivalis 1115 2 NULL 75305 Potentilla nivalis Lapeyr.
1688 1688 1680 290 Potentilla crassinervia Potentilla crassinervia Viv. NULL Potentilla crassinervia 1116 2 NULL 52536 Potentilla crassinervia Viv.
1689 1689 1680 290 Potentilla nitida Potentilla nitida L. NULL Potentilla nitida 1117 2 NULL 52740 Potentilla nitida L.
1690 1690 1680 290 Potentilla saxifraga Potentilla saxifraga Ardoino. NULL Potentilla saxifraga 1118 2 NULL 52865 Potentilla saxifraga Ardoino ex De Not.
1691 1691 1680 290 Potentilla alba Potentilla alba L. NULL Potentilla alba 1119 2 NULL 52394 Potentilla alba L.
1692 1692 1680 290 Potentilla splendens Potentilla splendens Ram. NULL Potentilla splendens 1120 2 NULL 52885 Potentilla splendens Ramond ex DC.
1693 1692 1680 290 Potentilla vaillantii Potentilla vaillantii Nestl. NULL Potentilla vaillantii 1120 2 NULL
1694 1694 1680 290 Potentilla fragariastrum Potentilla fragariastrum Ehrh. NULL Potentilla fragariastrum 1121 2 NULL 52580 Potentilla fragariastrum Ehrh.
1695 1694 1680 290 Fragaria sterilis Fragaria sterilis L. NULL Fragaria sterilis 1121 2 NULL
1696 1696 1680 290 Potentilla micrantha Potentilla micrantha Ram. NULL Potentilla micrantha 1122 2 NULL 52715 Potentilla micrantha Ramond ex DC.
1697 1697 1680 290 Potentilla fruticosa Potentilla fruticosa L. NULL Potentilla fruticosa 1123 2 NULL 52591 Potentilla fruticosa L.
1698 1698 1680 290 Potentilla multifida Potentilla multifida L. NULL Potentilla multifida 1124 2 NULL 52729 Potentilla multifida L.
1699 1699 1680 290 Potentilla pensylvanica Potentilla pensylvanica L. NULL Potentilla pensylvanica 1125 2 NULL 52777 Potentilla pensylvanica L.
1700 1699 1680 290 Potentilla sanguisorbifolia Potentilla sanguisorbifolia Wolf NULL Potentilla sanguisorbifolia 1125 2 NULL
1701 1701 1680 290 Potentilla anserina Potentilla anserina L. NULL Argentine. Potentilla anserina 1126 2 NULL 75303 Potentilla anserina L.
1702 1702 1680 290 Potentilla supina Potentilla supina L. NULL Potentilla supina 1127 2 NULL 52911 Potentilla supina L.
1703 1703 1680 290 Potentilla reptans Potentilla reptans L. NULL Potentilla reptans 1128 2 NULL 52829 Potentilla reptans L.
1704 1704 1680 290 Potentilla procumbens Potentilla procumbens Sibth. NULL Potentilla procumbens 1129 2 NULL 52793 Potentilla procumbens Sibth.
1705 1704 1680 290 Potentilla nemoralis Potentilla nemoralis Nestl NULL Potentilla nemoralis 1129 2 NULL
1706 1706 1680 290 Potentilla tormentilla Potentilla tormentilla Neck NULL Potentilla tormentilla 1130 2 NULL 52924 Potentilla tormentilla Neck.
1707 1706 1680 290 Tormentilla erecta Tormentilla erecta L. NULL Tormentilla erecta 1130 2 NULL
1708 1708 1680 290 Potentilla grandiflora Potentilla grandiflora L. NULL Potentilla grandiflora 1131 2 NULL 52605 Potentilla grandiflora L.
1709 1709 1680 290 Potentilla heptaphylla Potentilla heptaphylla Mill. NULL Potentilla heptaphylla 1132 2 NULL 52634 Potentilla heptaphylla sensu H J.Coste
1710 1709 1680 290 Potentilla intermedia Potentilla intermedia G. G., non L. NULL Potentilla intermedia 1132 2 NULL
1711 1711 1680 290 Potentilla pyrenaica Potentilla pyrenaica Ram. NULL Potentilla pyrenaica 1133 2 NULL 52813 Potentilla pyrenaica Ramond ex DC.
1712 1712 1680 290 Potentilla delphinensis Potentilla delphinensis Gren. et G. NULL Potentilla delphinensis 1134 2 NULL 52547 Potentilla delphinensis Gren. & Godr.
1713 1713 1680 290 Potentilla hirta Potentilla hirta L. NULL Potentilla hirta 1135 2 NULL 52638 Potentilla hirta L.
1714 1714 1680 290 Potentilla recta Potentilla recta L. NULL Potentilla recta 1136 2 NULL 52814 Potentilla recta L.
1715 1715 1680 290 Potentilla inclinata Potentilla inclinata Vill. NULL Potentilla inclinata 1137 2 NULL 52671 Potentilla inclinata Vill.
1716 1715 1680 290 Potentilla canescens Potentilla canescens Bess. NULL Potentilla canescens 1137 2 NULL
1717 1717 1680 290 Potentilla argentea Potentilla argentea L. NULL Potentilla argentea 1138 2 NULL 52418 Potentilla argentea L.
1718 1718 1680 290 Potentilla nivea Potentilla nivea L. NULL Potentilla nivea 1139 2 NULL 52744 Potentilla nivea sensu 1, 2, 3, 4, 5
1719 1719 1680 290 Potentilla cinerea Potentilla cinerea Chaix. NULL Potentilla cinerea 1140 2 NULL 52496 Potentilla cinerea Chaix ex Vill.
1720 1720 1680 290 Potentilla frigida Potentilla frigida Will. NULL Potentilla frigida 1141 2 NULL 52585 Potentilla frigida Vill.
1721 1721 1680 290 Potentilla minima Potentilla minima Hall. NULL Potentilla minima 1142 2 NULL 52718 Potentilla minima Haller f.
1722 1722 1680 290 Potentilla verna Potentilla verna L. NULL Potentilla verna 1143 2 NULL 52995 Potentilla verna sensu 1, 2, 3, 5
1723 1723 1680 290 Potentilla opaca Potentilla opaca Roth NULL Potentilla opaca 1144 2 NULL 52751 Potentilla opaca L.
1724 1723 1680 290 Potentilla rubens Potentilla rubens Crantz. NULL Potentilla rubens 1144 2 NULL
1725 1725 1680 290 Potentilla aurea Potentilla aurea L. NULL Potentilla aurea 1145 2 NULL 75304 Potentilla aurea L.
1726 1726 1680 290 Potentilla salisburgensis Potentilla salisburgensis Haenke NULL Potentilla salisburgensis 1146 2 NULL 52849 Potentilla salisburgensis Haenke
1727 1726 1680 290 Potentilla alpestris Potentilla alpestris Hall. NULL Potentilla alpestris 1146 2 NULL
1728 1728 1636 220 Comarum Comarum NULL Comarum G202 2 26
1729 1729 1728 290 Comarum palustre Comarum palustre L. NULL Comarum palustre 1147 2 NULL 18640 Comarum palustre L.
1730 1729 1728 290 Potentilla comarum Potentilla comarum Nest. NULL Potentilla comarum 1147 2 NULL
1731 1731 1636 220 Fragaria Fragaria NULL Fragaria G203 2 26
1732 1732 1731 290 Fragaria elatior Fragaria elatior Ehrh. NULL Caperonnier. Fragaria elatior 1148 2 NULL 28073 Fragaria elatior Ehrh.
1733 1732 1731 290 Fragaria magna Fragaria magna Thuill. NULL Fragaria magna 1148 2 NULL
1734 1734 1731 290 Fragaria vesca Fragaria vesca L. NULL Fraisier des bois. Fragaria vesca 1149 2 NULL 28137 Fragaria vesca L.
1735 1735 1731 290 Fragaria collina Fragaria collina Ehrh. NULL Breslinge. Fragaria collina 1150 2 NULL 28060 Fragaria collina Ehrh.
1736 1736 1636 220 Rubus Rubus NULL Rubus G204 2 28
1737 1737 1736 290 Rubus saxatilis Rubus saxatilis L. NULL Rubus saxatilis 1151 2 NULL 58415 Rubus saxatilis L.
1738 1738 1736 290 Rubus idaeus Rubus idaeus L. NULL Framboisier Rubus idaeus 1152 2 NULL 58196 Rubus idaeus L.
1739 1739 1736 290 Rubus suberectus Rubus suberectus Anders. NULL Rubus suberectus 1153 2 NULL 58472 Rubus suberectus Andersson ex Sm.
1740 1740 1736 290 Rubus fissus Rubus fissus Linde. NULL Rubus fissus 1154 2 NULL 58080 Rubus fissus sensu auct Plur.
1741 1741 1736 290 Rubus plicatus Rubus plicatus W. et N. NULL Rubus plicatus 1155 2 NULL 58341 Rubus plicatus Weihe & Nees
1742 1742 1736 290 Rubus biformis Rubus biformis Boul NULL Rubus biformis 1156 2 NULL 57956 Rubus biformis Boulay ex Rouy & E.G.Camus
1743 1743 1736 290 Rubus nitidus Rubus nitidus W. et N. NULL Rubus nitidus 1157 2 NULL 58299 Rubus nitidus sensu H J.Coste
1744 1744 1736 290 Rubus sulcatus Rubus sulcatus Vest. NULL Rubus sulcatus 1158 2 NULL 58478 Rubus sulcatus Vest
1745 1745 1736 290 Rubus affinis Rubus affinis W. et N. NULL Rubus affinis 1159 2 NULL 57909 Rubus affinis sensu auct.
1746 1746 1736 290 Rubus carpinifolius Rubus carpinifolius Weihe. NULL Rubus carpinifolius 1160 2 NULL 57989 Rubus carpinifolius Weihe & Nees
1747 1747 1736 290 Rubus sprengelii Rubus sprengelii Weihe. NULL Rubus sprengelii 1161 2 NULL 58466 Rubus sprengelii Weihe
1748 1748 1736 290 Rubus schlechtendalii Rubus schlechtendalii Weihe. NULL Rubus schlechtendalii 1162 2 NULL 58418 Rubus schlechtendalii Weihe ex Link
1749 1749 1736 290 Rubus gratus Rubus gratus Focke. NULL Rubus gratus 1163 2 NULL 58131 Rubus gratus Focke
1750 1750 1736 290 Rubus questieri Rubus questieri Lef. et Muell. NULL Rubus questieri 1164 2 NULL 58379 Rubus questieri P J Mull. & Lefèvre
1751 1751 1736 290 Rubus silvaticus Rubus silvaticus W. et N. NULL Rubus silvaticus 1165 2 NULL 58449 Rubus silvaticus Weihe & Nees
1752 1752 1736 290 Rubus macrophyllus Rubus macrophyllus W. et N. NULL Rubus macrophyllus 1166 2 NULL 58253 Rubus macrophyllus Weihe & Nees
1753 1753 1736 290 Rubus pyramidalis Rubus pyramidalis Kalt. NULL Rubus pyramidalis 1167 2 NULL 58376 Rubus pyramidalis Kaltenb.
1754 1754 1736 290 Rubus lindleyanus Rubus lindleyanus Lees. NULL Rubus lindleyanus 1168 2 NULL 58242 Rubus lindleianus Lees
1755 1755 1736 290 Rubus villicaulis Rubus villicaulis Koehl. NULL Rubus villicaulis 1169 2 NULL 58537 Rubus villicaulis Weihe & Nees
1756 1756 1736 290 Rubus albiflorus Rubus albiflorus BouL et Luc. NULL Rubus albiflorus 1170 2 NULL 57911 Rubus albiflorus Boulay & Lucante
1757 1757 1736 290 Rubus cardiophyllus Rubus cardiophyllus Lef. et Muell. NULL Rubus cardiophyllus 1171 2 NULL 57988 Rubus cardiophyllus P J Mull. & Lefèvre
1758 1758 1736 290 Rubus tomentosus Rubus tomentosus Borck. NULL Rubus tomentosus 1172 2 NULL 58508 Rubus tomentosus sensu 2, 3
1759 1759 1736 290 Rubus bifrons Rubus bifrons Vest. NULL Rubus bifrons 1173 2 NULL 57957 Rubus bifrons Vest ex Tratt.
1760 1760 1736 290 Rubus ulmifolius Rubus ulmifolius Schott NULL Rubus ulmifolius 1174 2 NULL 58514 Rubus ulmifolius Schott
1761 1760 1736 290 Rubus rusticanus Rubus rusticanus Merc.  NULL Rubus rusticanus 1174 2 NULL
1762 1760 1736 290 Rubus discolor Rubus discolor W. & N. part. NULL Rubus discolor 1174 2 NULL
1763 1763 1736 290 Rubus arduennensis Rubus arduennensis Libert. NULL Rubus arduennensis 1175 2 NULL 57934 Rubus arduennensis Lib. ex Lej.
1764 1764 1736 290 Rubus thyrsoideus Rubus thyrsoideus Wimm NULL Rubus thyrsoideus 1176 2 NULL 58500 Rubus thyrsoideus sensu H J.Coste
1765 1765 1736 290 Rubus macrostemon Rubus macrostemon Focke. NULL Rubus macrostemon 1177 2 NULL 58259 Rubus macrostemon (Focke) Samp.
1766 1766 1736 290 Rubus gilloti Rubus gilloti Roui. NULL Rubus gilloti 1178 2 NULL 58112 Rubus gillotii (Boulay) Boulay ex H.J.Coste
1767 1767 1736 290 Rubus cuspidifer Rubus cuspidifer Muell. et Lef. NULL Rubus cuspidifer 1179 2 NULL 58026 Rubus cuspidifer P J Mull. & Lefèvre
1768 1768 1736 290 Rubus caesius Rubus caesius L. NULL Rubus caesius 1180 2 NULL 57975 Rubus caesius L.
1769 1769 1736 290 Rubus incanescens Rubus incanescens Bert. NULL Rubus incanescens 1181 2 NULL 58200 Rubus incanescens Bertol.
1770 1770 1736 290 Rubus mercieri Rubus mercieri Genev. NULL Rubus mercieri 1182 2 NULL 58269 Rubus mercieri Genév.
1771 1771 1736 290 Rubus schummelii Rubus schummelii Weihe NULL Rubus schummelii 1183 2 NULL 58425 Rubus schummelii Weihe
1772 1771 1736 290 Rubus micans Rubus micans G. G. NULL Rubus micans 1183 2 NULL
1773 1773 1736 290 Rubus radula Rubus radula Weihe. NULL Rubus radula 1184 2 NULL 58381 Rubus radula Weihe ex Boenn.
1774 1774 1736 290 Rubus uncinatus Rubus uncinatus Muell. NULL Rubus uncinatus 1185 2 NULL 58518 Rubus uncinatus P J Mull.
1775 1775 1736 290 Rubus prolongatus Rubus prolongatus Roui, et Let. NULL Rubus prolongatus 1186 2 NULL 58363 Rubus prolongatus (Boulay & Letendre ex Boulay) H.J.Coste
1776 1776 1736 290 Rubus vestitus Rubus vestitus Weihe. NULL Rubus vestitus 1187 2 NULL 58524 Rubus vestitus Weihe & Nees
1777 1777 1736 290 Rubus hypoleucus Rubus hypoleucus Lef. et Muell. NULL Rubus hypoleucus 1188 2 NULL 58187 Rubus hypoleucus P J Mull. & Lefèvre
1778 1778 1736 290 Rubus fuscus Rubus fuscus Weihe. NULL Rubus fuscus 1189 2 NULL 58098 Rubus fuscus Weihe & Nees
1779 1779 1736 290 Rubus genevieri Rubus genevieri Bor. NULL Rubus genevieri 1190 2 NULL 58108 Rubus genevieri Boreau
1780 1780 1736 290 Rubus discerptus Rubus discerptus Muell. NULL Rubus discerptus 1191 2 NULL 58033 Rubus discerpus P J Mull.
1781 1781 1736 290 Rubus aegocladus Rubus aegocladus Muell. NULL Rubus aegocladus 1192 2 NULL 58312 Rubus oigocladus P J Mull. & Lefèvre
1782 1781 1736 290 Rubus lejeunei Rubus lejeunei G. G., non Weihe NULL Rubus lejeunei 1192 2 NULL
1783 1783 1736 290 Rubus lejeunei Rubus lejeunei Weihe. NULL Rubus lejeunei 1193 2 NULL 58228 Rubus lejeunei Weihe & Nees
1784 1784 1736 290 Rubus rudis Rubus rudis Weihe. NULL Rubus rudis 1194 2 NULL 58409 Rubus rudis Weihe & Nees
1785 1785 1736 290 Rubus rosaceus Rubus rosaceus Weihe. NULL Rubus rosaceus 1195 2 NULL 58401 Rubus rosaceus Weihe & Nees
1786 1786 1736 290 Rubus koehleri Rubus koehleri Weihe. NULL Rubus koehleri 1196 2 NULL 58216 Rubus koehleri Weihe & Nees
1787 1787 1736 290 Rubus menkei Rubus menkei Weihe NULL Rubus menkei 1197 2 NULL 58265 Rubus menkei Weihe & Nees
1788 1787 1736 290 Rubus distractus Rubus distractus Muell. NULL Rubus distractus 1197 2 NULL
1789 1789 1736 290 Rubus multifidus Rubus multifidus Boul. et Malbr NULL Rubus multifidus 1198 2 NULL 58287 Rubus multifidus Boulay & Malbr. ex Lefèvre
1790 1790 1736 290 Rubus mucronipetalus Rubus mucronipetalus Muell. NULL Rubus mucronipetalus 1199 2 NULL 58282 Rubus mucronipetalus P J Mull.
1791 1791 1736 290 Rubus schleicheri Rubus schleicheri Weihe. NULL Rubus schleicheri 1200 2 NULL 58419 Rubus schleicheri Weihe ex Tratt.
1792 1792 1736 290 Rubus scaber Rubus scaber Weihe. NULL Rubus scaber 1201 2 NULL 58417 Rubus scaber Weihe & Nees
1793 1793 1736 290 Rubus tereticaulis Rubus tereticaulis Muell. NULL Rubus tereticaulis 1202 2 NULL 58484 Rubus tereticaulis P J Mull.
1794 1794 1736 290 Rubus serpens Rubus serpens Weihe. NULL Rubus serpens 1203 2 NULL 58434 Rubus serpens Weihe ex Lej. & Courtois
1795 1795 1736 290 Rubus bellardi Rubus bellardi Weihe. NULL Rubus bellardi 1204 2 NULL 57953 Rubus bellardii sensu H J.Coste
1796 1796 1736 290 Rubus hirtus Rubus hirtus Waldst. et Kit. NULL Rubus hirtus 1205 2 NULL 58158 Rubus hirtus Waldst. & Kit.
1797 1797 1736 290 Rubus foliosus Rubus foliosus Weihe. NULL Rubus foliosus 1206 2 NULL 58084 Rubus foliosus Weihe & Nees
1798 1798 1636 220 Rosa Rosa NULL Rosa G205 2 47
1799 1799 1798 290 Rosa moschata Rosa moschata Mill. NULL Rosa moschata 1207 2 NULL 57220 Rosa moschata Herrm.
1800 1799 1798 290 Rosa ruscinonensis Rosa ruscinonensis Déségl. et Gren. NULL Rosa ruscinonensis 1207 2 NULL
1801 1801 1798 290 Rosa sempervirens Rosa sempervirens L. NULL Rosa sempervirens 1208 2 NULL 57520 Rosa sempervirens L.
1802 1802 1798 290 Rosa pervirens Rosa pervirens Gren. NULL Rosa pervirens 1209 2 NULL 57295 Rosa x pervirens Gren. ex Tourlet
1803 1803 1798 290 Rosa arvensis Rosa arvensis Huds. NULL Rosa arvensis 1210 2 NULL 56523 Rosa arvensis Huds.
1804 1804 1798 290 Rosa stylosa Rosa stylosa Desv. NULL Rosa stylosa 1211 2 NULL 57597 Rosa stylosa Desv.
1805 1805 1798 290 Rosa gallica Rosa gallica L. NULL Rosa gallica 1212 2 NULL 56933 Rosa gallica L.
1806 1806 1798 290 Rosa pimpinellifolia Rosa pimpinellifolia L. NULL Rosa pimpinellifolia 1213 2 NULL 57303 Rosa pimpinellifolia L.
1807 1806 1798 290 Rosa spinosissima Rosa spinosissima L. part. NULL Rosa spinosissima 1213 2 NULL
1808 1808 1798 290 Rosa alpina Rosa alpina L. NULL Rosa alpina 1214 2 NULL 56451 Rosa alpina L.
1809 1809 1798 290 Rosa cinnamomea Rosa cinnamomea L. NULL Rosa cinnamomea 1215 2 NULL 56707 Rosa cinnamonea sensu L.
1810 1810 1798 290 Rosa jundzilli Rosa jundzilli Bess. NULL Rosa jundzilli 1216 2 NULL 57085 Rosa jundzillii Besser
1811 1811 1798 290 Rosa sicula Rosa sicula Tratt. NULL Rosa sicula 1217 2 NULL 57566 Rosa sicula Tratt.
1812 1812 1798 290 Rosa serafini Rosa serafini Viv. NULL Rosa serafini 1218 2 NULL 57558 Rosa seraphinii Viv.
1813 1813 1798 290 Rosa agrestis Rosa agrestis Savi. NULL Rosa agrestis 1219 2 NULL 56439 Rosa agrestis Savi
1814 1813 1798 290 Rosa sepium Rosa sepium Thuill. NULL Rosa sepium 1219 2 NULL
1815 1815 1798 290 Rosa elliptica Rosa elliptica Tausch NULL Rosa elliptica 1220 2 NULL 56885 Rosa elliptica Tausch
1816 1815 1798 290 Rosa graveolens Rosa graveolens Gren. NULL Rosa graveolens 1220 2 NULL
1817 1817 1798 290 Rosa micrantha Rosa micrantha Sm. NULL Rosa micrantha 1221 2 NULL 57187 Rosa micrantha Borrer ex Sm.
1818 1818 1798 290 Rosa rubiginosa Rosa rubiginosa L. NULL Rosa rubiginosa 1222 2 NULL 57436 Rosa rubiginosa L.
1819 1819 1798 290 Rosa villosa Rosa villosa L. NULL Rosa villosa 1223 2 NULL 57714 Rosa villosa L.
1820 1820 1798 290 Rosa omissa Rosa omissa Déségl. NULL Rosa omissa 1224 2 NULL 57266 Rosa omissa Déségl.
1821 1821 1798 290 Rosa tomentosa Rosa tomentosa Smith. NULL Rosa tomentosa 1225 2 NULL 57663 Rosa tomentosa Sm.
1822 1822 1798 290 Rosa rubrifolia Rosa rubrifolia Vill. NULL Rosa rubrifolia 1226 2 NULL 57458 Rosa rubrifolia Vill.
1823 1823 1798 290 Rosa glauca Rosa glauca Vill. NULL Rosa glauca 1227 2 NULL 56969 Rosa glauca Vill. ex Loisel.
1824 1824 1798 290 Rosa montana Rosa montana Chaix. NULL Rosa montana 1228 2 NULL 57211 Rosa montana Chaix
1825 1825 1798 290 Rosa chavini Rosa chavini Rapin. NULL Rosa chavini 1229 2 NULL 56691 Rosa x chavinii Rapin ex Reut.
1826 1826 1798 290 Rosa abietina Rosa abietina Gren. NULL Rosa abietina 1230 2 NULL 56416 Rosa abietina Gren. ex H.Christ
1827 1826 1798 290 Rosa dematreana Rosa dematreana Lagg. et Pug. NULL Rosa dematreana 1230 2 NULL
1828 1828 1798 290 Rosa obtusifolia Rosa obtusifolia Desv. NULL Rosa obtusifolia 1231 2 NULL 57256 Rosa obtusifolia Desv.
1829 1829 1798 290 Rosa pouzini Rosa pouzini Tratt. NULL Rosa pouzini 1232 2 NULL 57351 Rosa pouzinii Tratt.
1830 1830 1798 290 Rosa canina Rosa canina L. NULL Rosa canina 1233 2 NULL 56619 Rosa canina L.
1831 1831 1636 220 Agrimonia Agrimonia NULL Agrimonia G206 2 57
1832 1832 1831 290 Agrimonia eupatoria Agrimonia eupatoria L. NULL Agrimonia eupatoria 1234 2 NULL 1141 Agrimonia eupatoria L.
1833 1833 1831 290 Agrimonia odorata Agrimonia odorata L. NULL Agrimonia odorata 1235 2 NULL 1150 Agrimonia odorata sensu auct.
1834 1834 1636 220 Poterium Poterium NULL Poterium G207 2 58
1835 1835 1834 290 Poterium dictyocarpum Poterium dictyocarpum Spach. NULL Poterium dictyocarpum 1236 2 NULL 53028 Poterium dictyocarpum Spach
1836 1836 1834 290 Poterium muricatum Poterium muricatum Spach. NULL Poterium muricatum 1237 2 NULL 53045 Poterium muricatum Spach
1837 1837 1834 290 Poterium magnolii Poterium magnolii Spach. NULL Poterium magnolii 1238 2 NULL 53038 Poterium magnolii Spach
1838 1838 1636 220 Sanguisorba Sanguisorba NULL Sanguisorba G208 2 60
1839 1839 1838 290 Sanguisorba officinalis Sanguisorba officinalis L. NULL Sanguisorba officinalis 1239 2 NULL 60315 Sanguisorba officinalis L.
1840 1839 1838 290 Sanguisorba serotina Sanguisorba serotina Jord. NULL Sanguisorba serotina 1239 2 NULL
1841 1841 1636 220 Alchemilla Alchemilla NULL Alchemilla G209 2 60
1842 1842 1841 290 Alchemilla arvensis Alchemilla arvensis Scop. NULL Perce-pierre. Alchemilla arvensis 1240 2 NULL 2490 Alchemilla arvensis (L) Scop.
1843 1842 1841 290 Aphanes arvensis Aphanes arvensis L. NULL Aphanes arvensis 1240 2 NULL
1844 1844 1841 290 Alchemilla cornucopioides Alchemilla cornucopioides R. et S. NULL Alchemilla cornucopioides 1241 2 NULL 2525 Alchemilla cornucopioides sensu 2, 3
1845 1844 1841 290 Aphanes cornucopioides Aphanes cornucopioides Lag. NULL Aphanes cornucopioides 1241 2 NULL
1846 1846 1841 290 Alchemilla pentaphyllea Alchemilla pentaphyllea L. NULL Alchemilla pentaphyllea 1242 2 NULL 2642 Alchemilla pentaphyllea L.
1847 1847 1841 290 Alchemilla subsericea Alchemilla subsericea Reuter NULL Alchemilla subsericea 1243 2 NULL 2688 Alchemilla subsericea Reut.
1848 1847 1841 290 Alchemilla grossidens Alchemilla grossidens Ruser NULL Alchemilla grossidens 1243 2 NULL
1849 1849 1841 290 Alchemilla saxatilis Alchemilla saxatilis Buser NULL Alchemilla saxatilis 1244 2 NULL 2669 Alchemilla saxatilis Buser
1850 1849 1841 290 Alchemilla alpina Alchemilla alpina auct. gall., centr. NULL Alchemilla alpina 1244 2 NULL
1851 1851 1841 290 Alchemilla alpina Alchemilla alpina L. NULL Alchemilla alpina 1245 2 NULL 74732 Alchemilla alpina L.
1852 1851 1841 290 Alchemilla glomerata Alchemilla glomerata G. Camus NULL Alchemilla glomerata 1245 2 NULL
1853 1853 1841 290 Alchemilla hoppeana Alchemilla hoppeana Buser NULL Alchemilla hoppeana 1246 2 NULL 2497 Alchemilla asterophylla (Tausch) Buser
1854 1853 1841 290 Alchemilla asterophylla Alchemilla asterophylla Bus. NULL Alchemilla asterophylla 1246 2 NULL
1855 1855 1841 290 Alchemilla conjuncta Alchemilla conjuncta Babington. NULL Alchemilla conjuncta 1247 2 NULL 2517 Alchemilla conjuncta Bab.
1856 1856 1841 290 Alchemilla splendens Alchemilla splendens Christ. NULL Alchemilla splendens 1248 2 NULL 2677 Alchemilla splendens H Christ ex Favrat
1857 1857 1841 290 Alchemilla pubescens Alchemilla pubescens Lamk NULL Alchemilla pubescens 1249 2 NULL 2651 Alchemilla pubescens sensu H J.Coste
1858 1857 1841 290 Alchemilla minor Alchemilla minor Buser, non Huds. NULL Alchemilla minor 1249 2 NULL
1859 1859 1841 290 Alchemilla glaberrima Alchemilla glaberrima Schmidt NULL Alchemilla glaberrima 1250 2 NULL 2558 Alchemilla glaberrima (F W Schmidt) Opiz
1860 1859 1841 290 Alchemilla pyrenaica Alchemilla pyrenaica Dufour NULL Alchemilla pyrenaica 1250 2 NULL
1861 1861 1841 290 Alchemilla vulgaris Alchemilla vulgaris L. NULL Pied de lion, Alchemilla vulgaris 1251 2 NULL 2708 Alchemilla vulgaris L.
1862 1862 1636 220 Mespilus Mespilus NULL Mespilus G210 2 65
1863 1863 1862 290 Mespilus germanica Mespilus germanica L. NULL Mespilus germanica 1252 2 NULL 42397 Mespilus germanica L.
1864 1864 1636 220 Crataegus Crataegus NULL Crataegus G211 2 65
1865 1865 1864 290 Crataegus ruscinonensis Crataegus ruscinonensis Gren. et Blanc NULL Crataegus ruscinonensis 1253 2 NULL 19544 Crataegus ruscinonensis Gren. & Blanc
1866 1865 1864 290 Crataegus azarolus Crataegus azarolus G. G., non L. NULL Crataegus azarolus 1253 2 NULL
1867 1867 1864 290 Crataegus monogyna Crataegus monogyna Jacq. NULL Crataegus monogyna 1254 2 NULL 19472 Crataegus monogyna Jacq.
1868 1867 1864 290 Crataegus oxyacantha Crataegus oxyacantha L. part. NULL Crataegus oxyacantha 1254 2 NULL
1869 1869 1864 290 Crataegus oxyacanthoides Crataegus oxyacanthoides Thuill. NULL Crataegus oxyacanthoides 1255 2 NULL 19516 Crataegus oxyacanthoides Thuill.
1870 1869 1864 290 Crataegus oxyacantha Crataegus oxyacantha L. part. NULL Crataegus oxyacantha 1255 2 NULL
1871 1871 1636 220 Cotoneaster Cotoneaster NULL Cotoneaster G212 2 66
1872 1872 1871 290 Cotoneaster pyracantha Cotoneaster pyracantha Spach NULL Buisson ardent. Cotoneaster pyracantha 1256 2 NULL 19223 Cotoneaster pyracanthus (L) Spach
1873 1872 1871 290 Crataegus pyracantha Crataegus pyracantha Medik NULL Crataegus pyracantha 1256 2 NULL
1874 1874 1871 290 Cotoneaster vulgaris Cotoneaster vulgaris Lindl. NULL Cotoneaster vulgaris 1257 2 NULL 19240 Cotoneaster vulgaris Lindl.
1875 1874 1871 290 Cotoneaster integerrima Cotoneaster integerrima Medik NULL Cotoneaster integerrima 1257 2 NULL
1876 1876 1871 290 Cotoneaster tomentosa Cotoneaster tomentosa Lindl. NULL Cotoneaster tomentosa 1258 2 NULL 19236 Cotoneaster tomentosus Lindl.
1877 1877 1636 220 Cydonia Cydonia NULL Cydonia G213 2 68
1878 1878 1877 290 Cydonia vulgaris Cydonia vulgaris Pers. NULL Cydonia vulgaris 1259 2 NULL 20479 Cydonia vulgaris Delarbre
1879 1879 1636 220 Pirus Pirus NULL Pirus G214 2 68
1880 1880 1879 290 Pirus communis Pirus communis L. NULL Poirier sauvage. Pirus communis 1260 2 NULL 54239 Pyrus communis L.
1881 1881 1879 290 Pirus cordata Pirus cordata Desv. NULL Poirasse. Pirus cordata 1261 2 NULL 54267 Pyrus cordata Desv.
1882 1882 1879 290 Pirus amygdaliformis Pirus amygdaliformis Vill. NULL Pirus amygdaliformis 1262 2 NULL 54217 Pyrus amygdaliformis Vill.
1883 1883 1879 290 Pirus salvifolia Pirus salvifolia DC. NULL Pirus salvifolia 1263 2 NULL 54314 Pyrus salviifolia DC.
1884 1884 1636 220 Malus Malus NULL Malus G215 2 70
1885 1885 1884 290 Malus communis Malus communis Poir. NULL Pommier sauvage. Malus communis 1264 2 NULL 40739 Malus communis Poir.
1886 1885 1884 290 Pirus malus Pirus malus G. G. NULL Pirus malus 1264 2 NULL
1887 1887 1884 290 Malus acerba Malus acerba Mérat NULL Paradis. Malus acerba 1265 2 NULL 40734 Malus acerba Mérat
1888 1887 1884 290 Pirus acerba Pirus acerba G. G. NULL Pirus acerba 1265 2 NULL
1889 1889 1636 220 Sorbus Sorbus NULL Sorbus G216 2 70
1890 1890 1889 290 Sorbus domestica Sorbus domestica L. NULL Sorbier, Cormier. Sorbus domestica 1266 2 NULL 65300 Sorbus domestica L.
1891 1891 1889 290 Sorbus aucuparia Sorbus aucuparia L. NULL Sorbier des oiseaux. Sorbus aucuparia 1267 2 NULL 65277 Sorbus aucuparia L.
1892 1892 1889 290 Sorbus torminalis Sorbus torminalis Crantz. NULL Alisier. Sorbus torminalis 1268 2 NULL 65340 Sorbus torminalis (L) Crantz
1893 1893 1889 290 Sorbus chamaemespilus Sorbus chamaemespilus Crantz. NULL Alisier nain. Sorbus chamaemespilus 1269 2 NULL 65291 Sorbus chamaemespilus (L) Crantz
1894 1894 1889 290 Sorbus aria Sorbus aria Crantz. NULL Allier. Sorbus aria 1270 2 NULL 75389 Sorbus aria (L) Crantz
1895 1895 1889 290 Sorbus scandica Sorbus scandica Fries NULL Sorbus scandica 1271 2 NULL 65327 Sorbus scandica sensu H J.Coste
1896 1895 1889 290 Sorbus mougeoti Sorbus mougeoti Soyer et Godr. NULL Sorbus mougeoti 1271 2 NULL
1897 1897 1889 290 Sorbus latifolia Sorbus latifolia Pers. NULL Alisier de Fontainebleau. Sorbus latifolia 1272 2 NULL 65311 Sorbus latifolia (Lam) Pers.
1898 1898 1636 220 Amelanchier Amelanchier NULL Amelanchier G217 2 73
1899 1899 1898 290 Amelanchier vulgaris Amelanchier vulgaris Moench NULL Amelanchier vulgaris 1273 2 NULL 4100 Amelanchier vulgaris Moench
1900 1899 1898 290 Aronia rotundifolia Aronia rotundifolia Pers. NULL Aronia rotundifolia 1273 2 NULL
1901 1901 1125 180 Granateae Granateae NULL Granatees F41 2 74
1902 1902 1901 220 Punica Punica NULL Punica G218 2 74
1903 1903 1902 290 Punica granatum Punica granatum L. NULL Punica granatum 1274 2 NULL 54104 Punica granatum L.
1904 1904 1125 180 Myrtaceae Myrtaceae NULL Myrtacees F42 2 74
1905 1905 1904 220 Myrtus Myrtus NULL Myrtus G219 2 74
1906 1906 1905 290 Myrtus communis Myrtus communis L. NULL Myrtus communis 1275 2 NULL 43452 Myrtus communis L.
1907 1907 1125 180 Onagrarieae Onagrarieae NULL Onagrariees F43 2 75
1908 1908 1907 220 Epilobium Epilobium NULL Epilobium G220 2 75
1909 1909 1908 290 Epilobium spicatum Epilobium spicatum Lamk. NULL Laurier de Saint-Antoine. Epilobium spicatum 1276 2 NULL 24324 Epilobium spicatum Lam.
1910 1910 1908 290 Epilobium rosmarinifolium Epilobium rosmarinifolium Haencke NULL Epilobium rosmarinifolium 1277 2 NULL 24301 Epilobium rosmarinifolium Haenke
1911 1910 1908 290 Epilobium angustifolium Epilobium angustifolium Lamk NULL Epilobium angustifolium 1277 2 NULL
1912 1912 1908 290 Epilobium hirsutum Epilobium hirsutum L. NULL Epilobium hirsutum 1278 2 NULL 24151 Epilobium hirsutum L.
1913 1913 1908 290 Epilobium parviflorum Epilobium parviflorum Schreb. NULL Epilobium parviflorum 1279 2 NULL 24259 Epilobium parviflorum Schreb.
1914 1913 1908 290 Epilobium molle Epilobium molle Lamk NULL Epilobium molle 1279 2 NULL
1915 1915 1908 290 Epilobium duriaei Epilobium duriaei Gay. NULL Epilobium duriaei 1280 2 NULL 24110 Epilobium duriaei J Gay ex Godr.
1916 1916 1908 290 Epilobium montanum Epilobium montanum L. NULL Epilobium montanum 1281 2 NULL 24206 Epilobium montanum L.
1917 1917 1908 290 Epilobium collinum Epilobium collinum Gmel. NULL Epilobium collinum 1282 2 NULL 24083 Epilobium collinum C C Gmel.
1918 1917 1908 290 Epilobium montanum var. collinum Epilobium montanum var. collinum G. G. NULL Epilobium montanum var. collinum 1282 2 NULL
1919 1919 1908 290 Epilobium lanceolatum Epilobium lanceolatum Seb. et Maur. NULL Epilobium lanceolatum 1283 2 NULL 75109 Epilobium lanceolatum Sebast. & Mauri
1920 1920 1908 290 Epilobium roseum Epilobium roseum Schreb. NULL Epilobium roseum 1284 2 NULL 75462 Epilobium roseum Schreb.
1921 1921 1908 290 Epilobium trigonum Epilobium trigonum Schrank. NULL Epilobium trigonum 1285 2 NULL 24353 Epilobium trigonum Schrank
1922 1922 1908 290 Epilobium tetragonum Epilobium tetragonum L. NULL Epilobium tetragonum 1286 2 NULL 24336 Epilobium tetragonum L.
1923 1922 1908 290 Epilobium adnatum Epilobium adnatum Gris. NULL Epilobium adnatum 1286 2 NULL
1924 1924 1908 290 Epilobium obscurum Epilobium obscurum Schreb. NULL Epilobium obscurum 1287 2 NULL 24237 Epilobium obscurum Schreb.
1925 1924 1908 290 Epilobium virgatum Epilobium virgatum G. G. NULL Epilobium virgatum 1287 2 NULL
1926 1926 1908 290 Epilobium palustre Epilobium palustre L. NULL Epilobium palustre 1288 2 NULL 24248 Epilobium palustre L.
1927 1927 1908 290 Epilobium alsinefolium Epilobium alsinefolium Vill. NULL Epilobium alsinefolium 1289 2 NULL 24033 Epilobium alsinifolium Vill.
1928 1927 1908 290 Epilobium origanifolium Epilobium origanifolium Lamk NULL Epilobium origanifolium 1289 2 NULL
1929 1929 1908 290 Epilobium alpinum Epilobium alpinum L. NULL Epilobium alpinum 1290 2 NULL 24030 Epilobium alpinum sensu 1, 2, 3
1930 1929 1908 290 Epilobium anagallidifolium Epilobium anagallidifolium Lamk NULL Epilobium anagallidifolium 1290 2 NULL
1931 1931 1907 220 Oenothera Oenothera NULL Oenothera G221 2 80
1932 1932 1931 290 Oenothera rosea Oenothera rosea Ait. NULL Oenothera rosea 1291 2 NULL 44558 Oenothera rosea L'Hér. ex Aiton
1933 1933 1931 290 Oenothera stricta Oenothera stricta Ledeb. NULL Oenothera stricta 1292 2 NULL 44567 Oenothera stricta Ledeb.
1934 1934 1931 290 Oenothera longiflora Oenothera longiflora Jacq. NULL Oenothera longiflora 1293 2 NULL 44535 Oenothera longiflora L.
1935 1935 1931 290 Oenothera muricata Oenothera muricata L. NULL Oenothera muricata 1294 2 NULL 44538 Oenothera muricata sensu H J.Coste
1936 1935 1931 290 Oenothera parviflora Oenothera parviflora Gmel. NULL Oenothera parviflora 1294 2 NULL
1937 1937 1931 290 Oenothera biennis Oenothera biennis L. NULL Herbe aux unes. Oenothera biennis 1295 2 NULL 44495 Oenothera biennis L.
1938 1938 1931 290 Oenothera suaveolens Oenothera suaveolens Desf. NULL Oenothera suaveolens 1296 2 NULL 44571 Oenothera suaveolens Desf. ex Pers.
1939 1938 1931 290 Oenothera grandiflora Oenothera grandiflora Soland. NULL Oenothera grandiflora 1296 2 NULL
1940 1940 1907 220 Isnardia Isnardia NULL Isnardia G222 2 83
1941 1941 1940 290 Isnardia palustris Isnardia palustris L. NULL Isnardia palustris 1297 2 NULL 36036 Isnardia palustris L.
1942 1941 1940 290 Ludwigia palustris. Ludwigia palustris. NULL Ludwigia palustris. 1297 2 NULL
1943 1943 1907 220 Jussiaea Jussiaea NULL Jussiaea G223 2 83
1944 1944 1943 290 Jussiaea repens Jussiaea repens L. NULL Jussiaea repens 1298 2 NULL 36848 Jussiaea repens sensu H J.Coste
1945 1944 1943 290 Jussiaea grandiflora Jussiaea grandiflora Michx. NULL Jussiaea grandiflora 1298 2 NULL
1946 1946 1907 220 Circaea Circaea NULL Circaea G224 2 83
1947 1947 1946 290 Circaea alpina Circaea alpina L. NULL Circaea alpina 1299 2 NULL 75051 Circaea alpina L.
1948 1948 1946 290 Circaea intermedia Circaea intermedia Ehrh. NULL Circaea intermedia 1300 2 NULL 17421 Circaea x intermedia Ehrh.
1949 1949 1946 290 Circaea lutetiana Circaea lutetiana L. NULL Herbe des sorcières. Circaea lutetiana 1301 2 NULL 75052 Circaea lutetiana L.
1950 1950 1907 220 Trapa Trapa NULL Trapa G225 2 84
1951 1951 1950 290 Trapa natans Trapa natans L. NULL Châtaigne d'eau. Trapa natans 1302 2 NULL 68820 Trapa natans L.
1952 1952 1125 180 Halorageae Halorageae NULL Haloragees F44 2 83
1953 1953 1952 220 Myriophyllum Myriophyllum NULL Myriophyllum G226 2 85
1954 1954 1953 290 Myriophyllum alterniflorum Myriophyllum alterniflorum DC. NULL Myriophyllum alterniflorum 1303 2 NULL 43399 Myriophyllum alterniflorum DC.
1955 1955 1953 290 Myriophyllum spicatum Myriophyllum spicatum L. NULL Myriophyllum spicatum 1304 2 NULL 43409 Myriophyllum spicatum L.
1956 1956 1953 290 Myriophyllum verticillatum Myriophyllum verticillatum L. NULL Myriophyllum verticillatum 1305 2 NULL 43411 Myriophyllum verticillatum L.
1957 1957 1125 180 Hippurideae Hippurideae NULL Hippuridees F45 2 86
1958 1958 1957 220 Hippuris Hippuris NULL Hippuris G227 2 86
1959 1959 1958 290 Hippuris vulgaris Hippuris vulgaris L. NULL Hippuris vulgaris 1306 2 NULL 32110 Hippuris vulgaris L.
1960 1960 1125 180 Callitrichineae Callitrichineae NULL Callitrichinees F46 2 87
1961 1961 1960 220 Callitriche Callitriche NULL Callitriche G228 2 87
1962 1962 1961 290 Callitriche truncata Callitriche truncata Guss. NULL Callitriche truncata 1307 2 NULL 12240 Callitriche truncata Guss.
1963 1963 1961 290 Callitriche hamulata Callitriche hamulata Kütz. NULL Callitriche hamulata 1308 2 NULL 12213 Callitriche hamulata Kütz. ex W.D.J.Koch
1964 1964 1961 290 Callitriche pedunculata Callitriche pedunculata DC. NULL Callitriche pedunculata 1309 2 NULL 12232 Callitriche pedunculata DC.
1965 1965 1961 290 Callitriche vernalis Callitriche vernalis Kütz. NULL Callitriche vernalis 1310 2 NULL 12245 Callitriche vernalis W D J.Koch
1966 1965 1961 290 Callitriche verna Callitriche verna G. G. NULL Callitriche verna 1310 2 NULL
1967 1967 1961 290 Callitriche stagnalis Callitriche stagnalis Scop. NULL Callitriche stagnalis 1311 2 NULL 12237 Callitriche stagnalis Scop.
1968 1968 1961 290 Callitriche obtusangula Callitriche obtusangula L. Gall. NULL Callitriche obtusangula 1312 2 NULL 12223 Callitriche obtusangula Le Gall
1969 1969 1125 180 Ceratophylleae Ceratophylleae NULL Ceratophyllees F47 2 89
1970 1970 1969 220 Ceratophyllum Ceratophyllum NULL Ceratophyllum G229 2 89
1971 1971 1970 290 Ceratophyllum demersum Ceratophyllum demersum L. NULL Ceratophyllum demersum 1313 2 NULL 16146 Ceratophyllum demersum L.
1972 1972 1970 290 Ceratophyllum submersum Ceratophyllum submersum L. NULL Ceratophyllum submersum 1314 2 NULL 75047 Ceratophyllum submersum L.
1973 1973 1125 180 Lythrarieae Lythrarieae NULL Lythrariees F48 2 90
1974 1974 1973 220 Lythrum Lythrum NULL Lythrum G230 2 90
1975 1975 1974 290 Lythrum salicaria Lythrum salicaria L. NULL Salicaire. Lythrum salicaria 1315 2 NULL 40631 Lythrum salicaria L.
1976 1976 1974 290 Lythrum graefferi Lythrum graefferi Ten. NULL Lythrum graefferi 1316 2 NULL 40606 Lythrum graefferi Ten.
1977 1976 1974 290 Lythrum flexuosum Lythrum flexuosum Lag. NULL Lythrum flexuosum 1316 2 NULL
1978 1978 1974 290 Lythrum hyssopifolia Lythrum hyssopifolia L. NULL Lythrum hyssopifolia 1317 2 NULL 40610 Lythrum hyssopifolia L.
1979 1979 1974 290 Lythrum bibracteatum Lythrum bibracteatum Salzm. NULL Lythrum bibracteatum 1318 2 NULL 40602 Lythrum dibracteatum Guss.
1980 1979 1974 290 Lythrum salzmanni Lythrum salzmanni Jord. NULL Lythrum salzmanni 1318 2 NULL
1981 1981 1974 290 Lythrum thymifolia Lythrum thymifolia L. NULL Lythrum thymifolia 1319 2 NULL 40641 Lythrum thymifolium L.
1982 1982 1974 290 Lythrum geminiflorum Lythrum geminiflorum Bertol. NULL Lythrum geminiflorum 1320 2 NULL 40604 Lythrum geminiflorum Bertol.
1983 1983 1973 220 Peplis Peplis NULL Peplis G231 2 92
1984 1984 1983 290 Peplis erecta Peplis erecta Req. NULL Peplis erecta 1321 2 NULL 48262 Peplis erecta Moris
1985 1985 1983 290 Peplis boraei Peplis boraei Jord. NULL Peplis boraei 1322 2 NULL 48260 Peplis boraei (Guépin) Jord.
1986 1986 1983 290 Peplis portula Peplis portula L. . NULL Peplis portula 1323 2 NULL 48273 Peplis portula L.
1987 1987 1125 180 Cucurbitaceae Cucurbitaceae NULL Cucurbitacees F49 2 93
1988 1988 1987 220 Bryonia Bryonia NULL Bryonia G232 2 94
1989 1989 1988 290 Bryonia dioica Bryonia dioica Jacq. NULL Navet du diable. Bryonia dioica 1324 2 NULL 11290 Bryonia dioica Jacq.
1990 1990 1987 220 Ecballium Ecballium NULL Ecballium G233 2 94
1991 1991 1990 290 Ecballium elaterium Ecballium elaterium Rich. NULL Concombre sauvage. Ecballium elaterium 1325 2 NULL 75101 Ecballium elaterium (L) A Rich.
1992 1992 1125 180 Portulaceae Portulaceae NULL Portulacees F50 2 95
1993 1993 1992 220 Portulaca Portulaca NULL Portulaca G234 2 95
1994 1994 1993 290 Portulaca oleracea Portulaca oleracea L. NULL Portulaca oleracea 1326 2 NULL 52102 Portulaca oleracea L.
1995 1995 1992 220 Montia Montia NULL Montia G235 2 95
1996 1996 1995 290 Montia minor Montia minor Gmel. NULL Montia minor 1327 2 NULL 42939 Montia minor C C Gmel.
1997 1997 1995 290 Montia rivularis Montia rivularis Gmel. NULL Mouron des fontaines. Montia rivularis 1328 2 NULL 42944 Montia rivularis C C Gmel.
1998 1998 1992 220 Claytonia Claytonia NULL Claytonia G236 2 96
1999 1999 1998 290 Claytonia perfoliata Claytonia perfoliata Donn. NULL Claytonia perfoliata 1329 2 NULL 75057 Claytonia perfoliata Donn ex Willd.
2000 2000 1125 180 Paronychieae Paronychieae NULL Paronychiees F51 2 97
2001 2001 2000 220 Polycarpon Polycarpon NULL Polycarpon G237 2 97
2002 2002 2001 290 Polycarpon tetraphyllum Polycarpon tetraphyllum L. NULL Polycarpon tetraphyllum 1330 2 NULL 51112 Polycarpon tetraphyllum (L) L.
2003 2003 2001 290 Polycarpon peploides Polycarpon peploides DC. NULL Polycarpon peploides 1331 2 NULL 51105 Polycarpon peploides sensu 2, 3
2004 2004 2000 220 Loeflingia Loeflingia NULL Loeflingia G238 2 98
2005 2005 2004 290 Loeflingia hispanica Loeflingia hispanica L. NULL Loeflingia hispanica 1332 2 NULL 75223 Loeflingia hispanica L.
2006 2006 2000 220 Telephium Telephium NULL Telephium G239 2 98
2007 2007 2006 290 Telephium imperati Telephium imperati L. NULL Telephium imperati 1333 2 NULL 75405 Telephium imperati L.
2008 2008 2000 220 Paronychia Paronychia NULL Paronychia G240 2 99
2009 2009 2008 290 Paronychia cymosa Paronychia cymosa Lamk. NULL Paronychia cymosa 1334 2 NULL 47962 Paronychia cymosa (L) DC.
2010 2010 2008 290 Paronychia echinata Paronychia echinata Lamk. NULL Paronychia echinata 1335 2 NULL 47964 Paronychia echinata DC.
2011 2011 2008 290 Paronychia polygonifolia Paronychia polygonifolia DC. NULL Paronychia polygonifolia 1336 2 NULL 47985 Paronychia polygonifolia (Vill) DC.
2012 2012 2008 290 Paronychia argentea Paronychia argentea Lamk. NULL Paronychia argentea 1337 2 NULL 47951 Paronychia argentea Lam.
2013 2013 2008 290 Paronychia nivea Paronychia nivea DC. NULL Paronychia nivea 1338 2 NULL 47984 Paronychia nivea DC.
2014 2014 2008 290 Paronychia capitata Paronychia capitata Lamk. NULL Paronychia capitata 1339 2 NULL 47956 Paronychia capitata DC.
2015 2015 2000 220 Illecebrum Illecebrum NULL Illecebrum G241 2 101
2016 2016 2015 290 Illecebrum verticillatum Illecebrum verticillatum L. NULL Illecebrum verticillatum 1340 2 NULL 35702 Illecebrum verticillatum L.
2017 2017 2000 220 Herniaria Herniaria NULL Herniaria G242 2 101
2018 2018 2017 290 Herniaria glabra Herniaria glabra L. NULL Turquette. Herniaria glabra 1341 2 NULL 75166 Herniaria glabra L.
2019 2019 2017 290 Herniaria ciliata Herniaria ciliata Babingt. NULL Herniaria ciliata 1342 2 NULL 31780 Herniaria ciliata sensu H J.Coste
2020 2020 2017 290 Herniaria hirsuta Herniaria hirsuta L. NULL Herniaria hirsuta 1343 2 NULL 31803 Herniaria hirsuta L.
2021 2021 2017 290 Herniaria cinerea Herniaria cinerea DC. NULL Herniaria cinerea 1344 2 NULL 75165 Herniaria cinerea DC.
2022 2022 2017 290 Herniaria incana Herniaria incana Lamk. NULL Herniaria incana 1345 2 NULL 75167 Herniaria incana Lam.
2023 2023 2017 290 Herniaria latifolia Herniaria latifolia Lapeyr. NULL Herniaria latifolia 1346 2 NULL 31813 Herniaria latifolia Lapeyr.
2024 2024 2017 290 Herniaria alpina Herniaria alpina Vill. NULL Herniaria alpina 1347 2 NULL 31773 Herniaria alpina Chaix
2025 2025 2000 220 Corrigiola Corrigiola NULL Corrigiola G243 2 104
2026 2026 2025 290 Corrigiola littoralis Corrigiola littoralis L. NULL Corrigiola littoralis 1348 2 NULL 75066 Corrigiola littoralis L.
2027 2027 2025 290 Corrigiola telephiifolia Corrigiola telephiifolia Pourr. NULL Corrigiola telephiifolia 1349 2 NULL 19044 Corrigiola telephiifolia Pourr.
2028 2028 2000 220 Scleranthus Scleranthus NULL Scleranthus G244 2 105
2029 2029 2028 290 Scleranthus perennis Scleranthus perennis L. NULL Scleranthus perennis 1350 2 NULL 61753 Scleranthus perennis L.
2030 2030 2028 290 Scleranthus uncinatus Scleranthus uncinatus Schur. NULL Scleranthus uncinatus 1351 2 NULL 61767 Scleranthus uncinatus Schur
2031 2030 2028 290 Scleranthus polycarpus Scleranthus polycarpus L. ?, non DC. NULL Scleranthus polycarpus 1351 2 NULL
2032 2032 2028 290 Scleranthus annuus Scleranthus annuus L. NULL Scleranthus annuus 1352 2 NULL 61723 Scleranthus annuus L.
2033 2033 2028 290 Scleranthus verticillatus Scleranthus verticillatus Tausch. NULL Scleranthus verticillatus 1353 2 NULL 61770 Scleranthus verticillatus Tausch
2034 2033 2028 290 Scleranthus pseudopolycarpus Scleranthus pseudopolycarpus Lacrx NULL Scleranthus pseudopolycarpus 1353 2 NULL
2035 2035 1125 180 Crassulaceae Crassulaceae NULL Crassulacees F52 2 106
2036 2036 2035 220 Tillaea Tillaea NULL Tillaea G245 2 107
2037 2037 2036 290 Tillaea muscosa Tillaea muscosa L. NULL Tillaea muscosa 1354 2 NULL 68363 Tillaea muscosa L.
2038 2038 2036 290 Tillaea vaillantii Tillaea vaillantii Willd. NULL Tillaea vaillantii 1355 2 NULL 68366 Tillaea vaillantii Willd.
2039 2038 2036 290 Bulliarda vaillantii Bulliarda vaillantii DC. NULL Bulliarda vaillantii 1355 2 NULL
2040 2040 2035 220 Sedum Sedum NULL Sedum G246 2 107
2041 2041 2040 290 Sedum annuum Sedum annuum L. NULL Sedum annuum 1356 2 NULL 62159 Sedum annuum L.
2042 2042 2040 290 Sedum littoreum Sedum littoreum Guss. NULL Sedum littoreum 1357 2 NULL 62267 Sedum litoreum Guss.
2043 2043 2040 290 Sedum stellatum Sedum stellatum L. NULL Sedum stellatum 1358 2 NULL 62368 Sedum stellatum L.
2044 2044 2040 290 Sedum cepaea Sedum cepaea L. NULL Sedum cepaea 1359 2 NULL 62190 Sedum cepaea L.
2045 2045 2040 290 Sedum rubens Sedum rubens L. NULL Sedum rubens 1360 2 NULL 75363 Sedum rubens L.
2046 2046 2040 290 Sedum caespitosum Sedum caespitosum DC. NULL Sedum caespitosum 1361 2 NULL 62185 Sedum caespitosum (Cav) DC.
2047 2047 2040 290 Sedum andegavense Sedum andegavense DC. NULL Sedum andegavense 1362 2 NULL 62155 Sedum andegavense (Dc) Desv.
2048 2048 2040 290 Sedum atratum Sedum atratum L. NULL Sedum atratum 1363 2 NULL 75360 Sedum atratum L.
2049 2049 2040 290 Sedum coeruleum Sedum coeruleum Vahl NULL Sedum coeruleum 1364 2 NULL 62184 Sedum caeruleum L.
2050 2049 2040 290 Sedum heptapetalum Sedum heptapetalum Poir NULL Sedum heptapetalum 1364 2 NULL
2051 2051 2040 290 Sedum villosum Sedum villosum L. NULL Sedum villosum 1365 2 NULL 62440 Sedum villosum L.
2052 2052 2040 290 Sedum cruciatum Sedum cruciatum Desf. NULL Sedum cruciatum 1366 2 NULL 62200 Sedum cruciatum DC.
2053 2052 2040 290 Sedum monregalense Sedum monregalense Balb. NULL Sedum monregalense 1366 2 NULL
2054 2054 2040 290 Sedum alsinefolium Sedum alsinefolium All. NULL Sedum alsinefolium 1367 2 NULL 62148 Sedum alsinifolium sensu auct Gall.
2055 2055 2040 290 Sedum anacampseros Sedum anacampseros L. NULL Sedum anacampseros 1368 2 NULL 62154 Sedum anacampseros L.
2056 2056 2040 290 Sedum rhodiola Sedum rhodiola DC. NULL Sedum rhodiola 1369 2 NULL 73309 Sedum rhodiola DC.
2057 2056 2040 290 Rhodiola rosea Rhodiola rosea L. NULL Rhodiola rosea 1369 2 NULL
2058 2058 2040 290 Sedum maximum Sedum maximum Hoff. NULL Sedum maximum 1370 2 NULL 62277 Sedum maximum (L) Hoffm.
2059 2058 2040 290 Sedum telephium Sedum telephium L. sec. Fries NULL Sedum telephium 1370 2 NULL
2060 2060 2040 290 Sedum purpurascens Sedum purpurascens Koch NULL Sedum purpurascens 1371 2 NULL 62310 Sedum purpurascens W D J.Koch
2061 2060 2040 290 Sedum telephium Sedum telephium G. G. NULL Sedum telephium 1371 2 NULL
2062 2062 2040 290 Sedum fabaria Sedum fabaria Koch. NULL Sedum fabaria 1372 2 NULL 62226 Sedum fabaria W D J.Koch
2063 2062 2040 290 Sedum purpureum Sedum purpureum Link NULL Sedum purpureum 1372 2 NULL
2064 2064 2040 290 Sedum album Sedum album L. NULL Sedum album 1373 2 NULL 62141 Sedum album L.
2065 2065 2040 290 Sedum hirsutum Sedum hirsutum All. NULL Sedum hirsutum 1374 2 NULL 75362 Sedum hirsutum All.
2066 2066 2040 290 Sedum anglicum Sedum anglicum Huds. NULL Sedum anglicum 1375 2 NULL 62156 Sedum anglicum Huds.
2067 2067 2040 290 Sedum dasyphyllum Sedum dasyphyllum L. NULL Sedum dasyphyllum 1376 2 NULL 75361 Sedum dasyphyllum L.
2068 2068 2040 290 Sedum brevifolium Sedum brevifolium DC. NULL Sedum brevifolium 1377 2 NULL 62181 Sedum brevifolium DC.
2069 2069 2040 290 Sedum alpestre Sedum alpestre Vill. NULL Sedum alpestre 1378 2 NULL 62146 Sedum alpestre Vill.
2070 2069 2040 290 Sedum repens Sedum repens Seul. NULL Sedum repens 1378 2 NULL
2071 2071 2040 290 Sedum acre Sedum acre L. NULL Vermiculaire. Sedum acre 1379 2 NULL 75358 Sedum acre L.
2072 2072 2040 290 Sedum sexangulare Sedum sexangulare L. NULL Sedum sexangulare 1380 2 NULL 62357 Sedum sexangulare L.
2073 2072 2040 290 Sedum boloniense Sedum boloniense Lois. NULL Sedum boloniense 1380 2 NULL
2074 2074 2040 290 Sedum amplexicaule Sedum amplexicaule DC. NULL Sedum amplexicaule 1381 2 NULL 75359 Sedum amplexicaule DC.
2075 2075 2040 290 Sedum elegans Sedum elegans Lej. NULL Sedum elegans 1382 2 NULL 62219 Sedum elegans Lej.
2076 2075 2040 290 Sedum pruinatum Sedum pruinatum Link NULL Sedum pruinatum 1382 2 NULL
2077 2077 2040 290 Sedum reflexum Sedum reflexum L. NULL Sedum reflexum 1383 2 NULL 62314 Sedum reflexum L.
2078 2078 2040 290 Sedum montanum Sedum montanum Song. et Perr. NULL Sedum montanum 1384 2 NULL 75490 Sedum montanum Perrier & Songeon
2079 2079 2040 290 Sedum anopetalum Sedum anopetalum DC. NULL Sedum anopetalum 1385 2 NULL 62162 Sedum anopetalum DC.
2080 2079 2040 290 Sedum ochroleucum Sedum ochroleucum Chaix NULL Sedum ochroleucum 1385 2 NULL
2081 2081 2040 290 Sedum altissimum Sedum altissimum Poir. NULL Sedum altissimum 1386 2 NULL 62149 Sedum altissimum Poir.
2082 2081 2040 290 Sedum nicaeense Sedum nicaeense All. NULL Sedum nicaeense 1386 2 NULL
2083 2083 2035 220 Sempervivum Sempervivum NULL Sempervivum G247 2 118
2084 2084 2083 290 Sempervivum hirtum Sempervivum hirtum L NULL Sempervivum hirtum 1387 2 NULL 62634 Sempervivum hirtum sensu auct Gall.
2085 2085 2083 290 Sempervivum arachnoideum Sempervivum arachnoideum L. NULL Sempervivum arachnoideum 1388 2 NULL 62574 Sempervivum arachnoideum L.
2086 2086 2083 290 Sempervivum montanum Sempervivum montanum L. NULL Sempervivum montanum 1389 2 NULL 62650 Sempervivum montanum L.
2087 2087 2083 290 Sempervivum arvernense Sempervivum arvernense Lec. et Lamot. NULL Sempervivum arvernense 1390 2 NULL 62589 Sempervivum arvernense sensu H J.Coste
2088 2088 2083 290 Sempervivum tectorum Sempervivum tectorum L. NULL Herbe du tonnerre. Sempervivum tectorum 1391 2 NULL 62691 Sempervivum tectorum L.
2089 2089 2035 220 Umbilicus Umbilicus NULL Umbilicus G248 2 120
2090 2090 2089 290 Umbilicus pendulinus Umbilicus pendulinus DC. NULL Gobelets, Nombril de Vénus. Umbilicus pendulinus 1392 2 NULL 70338 Umbilicus pendulinus DC.
2091 2090 2089 290 Cotyledon umbilicus Cotyledon umbilicus L. NULL Cotyledon umbilicus 1392 2 NULL
2092 2092 2089 290 Umbilicus sedoides Umbilicus sedoides DC. NULL Umbilicus sedoides 1393 2 NULL 70341 Umbilicus sedoides (Dc) DC.
2093 2092 2089 290 Cotyledon sedoides Cotyledon sedoides DC. NULL Cotyledon sedoides 1393 2 NULL
2094 2094 1125 180 Cacteae Cacteae NULL Cactees F53 2 121
2095 2095 2094 220 Opuntia Opuntia NULL Opuntia G249 2 121
2096 2096 2095 290 Opuntia vulgaris Opuntia vulgaris Mill. NULL Figuier de Barbarie. Opuntia vulgaris 1394 2 NULL 45647 Opuntia vulgaris sensu auct.
2097 2097 1125 180 Ficoideae Ficoideae NULL Ficoidees F54 2 121
2098 2098 2097 220 Mesembryanthemum Mesembryanthemum NULL Mesembryanthemum G250 2 121
2099 2099 2098 290 Mesembryanthemum nodiflorum Mesembryanthemum nodiflorum L. NULL Mesembryanthemum nodiflorum 1395 2 NULL 42375 Mesembryanthemum nodiflorum L.
2100 2100 2098 290 Mesembryanthemum crystallinum Mesembryanthemum crystallinum L. NULL Mesembryanthemum crystallinum 1396 2 NULL 42367 Mesembryanthemum crystallinum L.
2101 2101 1125 180 Grossularieae Grossularieae NULL Grossulariees F55 2 122
2102 2102 2101 220 Ribes Ribes NULL Ribes G251 2 122
2103 2103 2102 290 Ribes uva-crispa Ribes uva-crispa L. NULL Groseillier à maquereau. Ribes uva-crispa 1397 2 NULL 56165 Ribes uva
2104 2104 2102 290 Ribes nigrum Ribes nigrum L. NULL Cassis. Ribes nigrum 1398 2 NULL 56136 Ribes nigrum L.
2105 2105 2102 290 Ribes rubrum Ribes rubrum L. NULL Groseillier à grappes. Ribes rubrum 1399 2 NULL 75483 Ribes rubrum L.
2106 2106 2102 290 Ribes petraeum Ribes petraeum Wulf. NULL Groseillier des rochers. Ribes petraeum 1400 2 NULL 56143 Ribes petraeum Wulfen
2107 2107 2102 290 Ribes alpinum Ribes alpinum L. NULL Groseillier des Alpes. Ribes alpinum 1401 2 NULL 56110 Ribes alpinum L.
2108 2108 1125 180 Saxifrageae Saxifrageae NULL Saxifragees F56 2 124
2109 2109 2108 220 Saxifraga Saxifraga NULL Saxifraga G252 2 124
2110 2110 2109 290 Saxifraga hirculus Saxifraga hirculus L. NULL Saxifraga hirculus 1402 2 NULL 60800 Saxifraga hirculus L.
2111 2111 2109 290 Saxifraga aspera Saxifraga aspera L. NULL Saxifraga aspera 1403 2 NULL 60617 Saxifraga aspera L.
2112 2112 2109 290 Saxifraga bryoides Saxifraga bryoides L. NULL Saxifraga bryoides 1404 2 NULL 60640 Saxifraga bryoides L.
2113 2113 2109 290 Saxifraga rotundifolia Saxifraga rotundifolia L. NULL Saxifraga rotundifolia 1405 2 NULL 75350 Saxifraga rotundifolia L.
2114 2114 2109 290 Saxifraga stellaris Saxifraga stellaris L. NULL Saxifraga stellaris 1406 2 NULL 61020 Saxifraga stellaris sensu 1, 2
2115 2115 2109 290 Saxifraga clusii Saxifraga clusii Gouan. NULL Saxifraga clusii 1407 2 NULL 75345 Saxifraga clusii Gouan
2116 2116 2109 290 Saxifraga hirsuta Saxifraga hirsuta L. NULL Saxifraga hirsuta 1408 2 NULL 60801 Saxifraga hirsuta L.
2117 2117 2109 290 Saxifraga umbrosa Saxifraga umbrosa L. NULL Désespoir du peintre. Saxifraga umbrosa 1409 2 NULL 61050 Saxifraga umbrosa L.
2118 2118 2109 290 Saxifraga cuneifolia Saxifraga cuneifolia L. NULL Saxifraga cuneifolia 1410 2 NULL 75487 Saxifraga cuneifolia L.
2119 2119 2109 290 Saxifraga hieracifolia Saxifraga hieracifolia Waldst. et Kit. NULL Saxifraga hieracifolia 1411 2 NULL 60799 Saxifraga hieraciifolia Waldst. & Kit. ex Willd.
2120 2120 2109 290 Saxifraga tridactylites Saxifraga tridactylites L. NULL Saxifraga tridactylites 1412 2 NULL 61042 Saxifraga tridactylites L.
2121 2121 2109 290 Saxifraga controversa Saxifraga controversa Sternb NULL Saxifraga controversa 1413 2 NULL 60684 Saxifraga controversa Sternb.
2122 2121 2109 290 Saxifraga petraea Saxifraga petraea G. G., non L. NULL Saxifraga petraea 1413 2 NULL
2123 2123 2109 290 Saxifraga bulbifera Saxifraga bulbifera L. NULL Saxifraga bulbifera 1414 2 NULL 60642 Saxifraga bulbifera L.
2124 2124 2109 290 Saxifraga granulata Saxifraga granulata L. NULL Saxifraga granulata 1415 2 NULL 75348 Saxifraga granulata L.
2125 2125 2109 290 Saxifraga corsica Saxifraga corsica Gren. et G. NULL Saxifraga corsica 1416 2 NULL 75346 Saxifraga corsica (Ser) Gren. & Godr.
2126 2125 2109 290 Saxifraga russi Saxifraga russi Presl. NULL Saxifraga russi 1416 2 NULL
2127 2127 2109 290 Saxifraga retusa Saxifraga retusa Gouan, NULL Saxifraga retusa 1417 2 NULL 60990 Saxifraga retusa Gouan
2128 2128 2109 290 Saxifraga oppositifolia Saxifraga oppositifolia L. NULL Saxifraga oppositifolia 1418 2 NULL 60917 Saxifraga oppositifolia L.
2129 2129 2109 290 Saxifraga biflora Saxifraga biflora All. NULL Saxifraga biflora 1419 2 NULL 60635 Saxifraga biflora All.
2130 2130 2109 290 Saxifraga media Saxifraga media Gouan. NULL Saxifraga media 1420 2 NULL 60872 Saxifraga media Gouan
2131 2131 2109 290 Saxifraga aretioides Saxifraga aretioides Lap. NULL Saxifraga aretioides 1421 2 NULL 60615 Saxifraga aretioides Lapeyr.
2132 2132 2109 290 Saxifraga diapensoides Saxifraga diapensoides Bell. NULL Saxifraga diapensoides 1422 2 NULL 60719 Saxifraga diapensioides Bellardi
2133 2133 2109 290 Saxifraga caesia Saxifraga caesia L. NULL Saxifraga caesia 1423 2 NULL 60647 Saxifraga caesia L.
2134 2134 2109 290 Saxifraga valdensis Saxifraga valdensis DC. NULL Saxifraga valdensis 1424 2 NULL 61054 Saxifraga valdensis DC.
2135 2135 2109 290 Saxifraga florulenta Saxifraga florulenta Moretti. NULL Saxifraga florulenta 1425 2 NULL 60749 Saxifraga florulenta Moretti
2136 2136 2109 290 Saxifraga mutata Saxifraga mutata L. NULL Saxifraga mutata 1426 2 NULL 75488 Saxifraga mutata L.
2137 2137 2109 290 Saxifraga aizoon Saxifraga aizoon Jacq. NULL Saxifraga aizoon 1427 2 NULL 60589 Saxifraga aizoon Jacq.
2138 2138 2109 290 Saxifraga cotyledon Saxifraga cotyledon L. NULL Saxifraga cotyledon 1428 2 NULL 60690 Saxifraga cotyledon L.
2139 2138 2109 290 Saxifraga pyramidalis Saxifraga pyramidalis Lap. NULL Saxifraga pyramidalis 1428 2 NULL
2140 2140 2109 290 Saxifraga longifolia Saxifraga longifolia Lap. NULL Saxifraga longifolia 1429 2 NULL 60856 Saxifraga longifolia Lapeyr.
2141 2141 2109 290 Saxifraga lingulata Saxifraga lingulata Bell. NULL Saxifraga lingulata 1430 2 NULL 60847 Saxifraga lingulata Bellardi
2142 2142 2109 290 Saxifraga cochlearis Saxifraga cochlearis Reich. NULL Saxifraga cochlearis 1431 2 NULL 60676 Saxifraga cochlearis Rchb.
2143 2143 2109 290 Saxifraga aizoides Saxifraga aizoides L. NULL Saxifraga aizoides 1432 2 NULL 60585 Saxifraga aizoides L.
2144 2144 2109 290 Saxifraga androsacea Saxifraga androsacea L. NULL Saxifraga androsacea 1433 2 NULL 60605 Saxifraga androsacea L.
2145 2145 2109 290 Saxifraga seguieri Saxifraga seguieri Spreng. NULL Saxifraga seguieri 1434 2 NULL 61012 Saxifraga seguieri Spreng.
2146 2146 2109 290 Saxifraga planifolia Saxifraga planifolia Lapeyr. NULL Saxifraga planifolia 1435 2 NULL 60957 Saxifraga planifolia sensu 1, 2
2147 2147 2109 290 Saxifraga tenuifolia Saxifraga tenuifolia Rouy et Cam. NULL Saxifraga tenuifolia 1436 2 NULL 61038 Saxifraga tenuifolia Rouy & E.G.Camus
2148 2147 2109 290 Saxifraga sedoides Saxifraga sedoides G. G. e locis, non L. NULL Saxifraga sedoides 1436 2 NULL
2149 2149 2109 290 Saxifraga geranioides Saxifraga geranioides L. NULL Saxifraga geranioides 1437 2 NULL 60759 Saxifraga geranioides L.
2150 2150 2109 290 Saxifraga pedatifida Saxifraga pedatifida Ehrh. NULL Saxifraga pedatifida 1438 2 NULL 60939 Saxifraga pedatifida sensu H J.Coste
2151 2150 2109 290 Saxifraga prostii Saxifraga prostii Stern. NULL Saxifraga prostii 1438 2 NULL
2152 2152 2109 290 Saxifraga pedemontana Saxifraga pedemontana All. NULL Saxifraga pedemontana 1439 2 NULL 60941 Saxifraga pedemontana All.
2153 2153 2109 290 Saxifraga cervicornis Saxifraga cervicornis Viv. NULL Saxifraga cervicornis 1440 2 NULL 60661 Saxifraga cervicornis Viv.
2154 2153 2109 290 Saxifraga pedemontana Saxifraga pedemontana G. G., non AIL NULL Saxifraga pedemontana 1440 2 NULL
2155 2155 2109 290 Saxifraga aquatica Saxifraga aquatica Lap. NULL Saxifraga aquatica 1441 2 NULL 60612 Saxifraga aquatica Lapeyr.
2156 2155 2109 290 Saxifraga ascendens Saxifraga ascendens G. G., non L. NULL Saxifraga ascendens 1441 2 NULL
2157 2157 2109 290 Saxifraga ajugaefolia Saxifraga ajugaefolia Lapeyr. NULL Saxifraga ajugaefolia 1442 2 NULL 60595 Saxifraga ajugifolia sensu Lapeyr.
2158 2158 2109 290 Saxifraga hypnoides Saxifraga hypnoides L. NULL Saxifraga hypnoides 1443 2 NULL 60811 Saxifraga hypnoides L.
2159 2159 2109 290 Saxifraga sponhemica Saxifraga sponhemica Gmel. NULL Saxifraga sponhemica 1444 2 NULL 61016 Saxifraga sponhemica C C Gmel.
2160 2160 2109 290 Saxifraga obscura Saxifraga obscura Gren. et G. NULL Saxifraga obscura 1445 2 NULL 60913 Saxifraga x obscura Gren. & Godr.
2161 2161 2109 290 Saxifraga nervosa Saxifraga nervosa Lapeyr. NULL Saxifraga nervosa 1446 2 NULL 60899 Saxifraga nervosa sensu Lapeyr , 1, 2, 4, 5
2162 2162 2109 290 Saxifraga pentadactylis Saxifraga pentadactylis Lapeyr. NULL Saxifraga pentadactylis 1447 2 NULL 75349 Saxifraga pentadactylis Lapeyr.
2163 2163 2109 290 Saxifraga muscoides Saxifraga muscoides Wulf. NULL Saxifraga muscoides 1448 2 NULL 60894 Saxifraga muscoides Wulfen
2164 2163 2109 290 Saxifraga varians Saxifraga varians Sieb. NULL Saxifraga varians 1448 2 NULL
2165 2165 2109 290 Saxifraga exarata Saxifraga exarata Vill. NULL Saxifraga exarata 1449 2 NULL 60730 Saxifraga exarata Vill.
2166 2166 2109 290 Saxifraga iratiana Saxifraga iratiana Schultz NULL Saxifraga iratiana 1450 2 NULL 60825 Saxifraga iratiana F W Schultz
2167 2166 2109 290 Saxifraga groenlandica Saxifraga groenlandica G. G., non L. NULL Saxifraga groenlandica 1450 2 NULL
2168 2168 2109 290 Saxifraga mixta Saxifraga mixta Lap. NULL Saxifraga mixta 1451 2 NULL 60876 Saxifraga mixta Lapeyr.
2169 2168 2109 290 Saxifraga pubescens Saxifraga pubescens DC., G. g. part. NULL Saxifraga pubescens 1451 2 NULL
2170 2170 2109 290 Saxifraga cebennensis Saxifraga cebennensis Rouy et Gam. NULL Saxifraga cebennensis 1452 2 NULL 60659 Saxifraga cebennensis Rouy & E.G.Camus
2171 2170 2109 290 Saxifraga pubescens Saxifraga pubescens G. G., Part.  NULL Saxifraga pubescens 1452 2 NULL
2172 2170 2109 290 Saxifraga mixta Saxifraga mixta Loret, non Lap. NULL Saxifraga mixta 1452 2 NULL
2173 2173 2108 220 Chrysosplenium Chrysosplenium NULL Chrysosplenium G253 2 143
2174 2174 2173 290 Chrysosplenium alternifolium Chrysosplenium alternifolium L. NULL Chrysosplenium alternifolium 1453 2 NULL 17254 Chrysosplenium alternifolium L.
2175 2175 2173 290 Chrysosplenium oppositifolium Chrysosplenium oppositifolium L. NULL Chrysosplenium oppositifolium 1454 2 NULL 17257 Chrysosplenium oppositifolium L.
2176 2176 1125 180 Apiaceae Apiaceae NULL Ombelliferes F57 2 144
2177 2177 2176 220 Hydrocotyle Hydrocotyle NULL Hydrocotyle G254 2 153
2178 2178 2177 290 Hydrocotyle vulgaris Hydrocotyle vulgaris L. NULL Ecuelle d'eau. Hydrocotyle vulgaris 1455 2 NULL 35096 Hydrocotyle vulgaris L.
2179 2179 2176 220 Astrantia Astrantia NULL Astrantia G255 2 153
2180 2180 2179 290 Astrantia major Astrantia major L. NULL Grande Radiaire. Astrantia major 1456 2 NULL 8204 Astrantia major sensu H J.Coste
2181 2181 2179 290 Astrantia minor Astrantia minor L. NULL Petite Radiaire. Astrantia minor 1457 2 NULL 8212 Astrantia minor L.
2182 2182 2176 220 Sanicula Sanicula NULL Sanicula G256 2 154
2183 2183 2182 290 Sanicula europaea Sanicula europaea L. NULL Herbe de Saint-Laurent. Sanicula europaea 1458 2 NULL 60338 Sanicula europaea L.
2184 2184 2176 220 Eryngium Eryngium NULL Eryngium G257 2 155
2185 2185 2184 290 Eryngium viviparum Eryngium viviparum Gay. NULL Eryngium viviparum 1459 2 NULL 25398 Eryngium viviparum J Gay
2186 2186 2184 290 Eryngium barrelieri Eryngium barrelieri Boiss. NULL Eryngium barrelieri 1460 2 NULL 25375 Eryngium barrelieri Boiss.
2187 2187 2184 290 Eryngium alpinum Eryngium alpinum L. NULL Reine des Alpes. Eryngium alpinum 1461 2 NULL 25370 Eryngium alpinum L.
2188 2188 2184 290 Eryngium spina-alba Eryngium spina-alba Vill. NULL Eryngium spina-alba 1462 2 NULL 25394 Eryngium spinalba Vill.
2189 2189 2184 290 Eryngium bourgati Eryngium bourgati Gouan. NULL Eryngium bourgati 1463 2 NULL 75117 Eryngium bourgatii Gouan
2190 2190 2184 290 Eryngium maritimum Eryngium maritimum L. NULL Eryngium maritimum 1464 2 NULL 25390 Eryngium maritimum L.
2191 2191 2184 290 Eryngium campestre Eryngium campestre L. NULL Chardon roulant. Eryngium campestre 1465 2 NULL 25380 Eryngium campestre L.
2192 2192 2176 220 Daucus Daucus NULL Daucus G258 2 157
2193 2193 2192 290 Daucus muricatus Daucus muricatus L. NULL Daucus muricatus 1466 2 NULL 21759 Daucus muricatus (L) L.
2194 2194 2192 290 Daucus gummifer Daucus gummifer Lamk. NULL Daucus gummifer 1467 2 NULL 21738 Daucus gummifer Lam.
2195 2195 2192 290 Daucus gingidium Daucus gingidium L. NULL Daucus gingidium 1468 2 NULL 21727 Daucus gingidium L.
2196 2196 2192 290 Daucus mauritanicus Daucus mauritanicus L. NULL Daucus mauritanicus 1469 2 NULL 21756 Daucus mauritanicus sensu H J.Coste
2197 2196 2192 290 Daucus hispidus Daucus hispidus G. G., non Desf. NULL Daucus hispidus 1469 2 NULL
2198 2198 2192 290 Daucus maximus Daucus maximus Desf. NULL Daucus maximus 1470 2 NULL 21757 Daucus maximus Desf.
2199 2199 2192 290 Daucus bocconi Daucus bocconi Guss. NULL Daucus bocconi 1471 2 NULL 21671 Daucus bocconi Guss.
2200 2200 2192 290 Daucus maritimus Daucus maritimus Lamk. NULL Daucus maritimus 1472 2 NULL 21751 Daucus maritimus Lam.
2201 2201 2192 290 Daucus carota Daucus carota L. NULL Daucus carota 1473 2 NULL 21674 Daucus carota L.
2202 2202 2176 220 Orlaya Orlaya NULL Orlaya G259 2 160
2203 2203 2202 290 Orlaya maritima Orlaya maritima Koch. NULL Orlaya maritima 1474 2 NULL 46427 Orlaya maritima (L) W D.J.Koch
2204 2204 2202 290 Orlaya platycarpos Orlaya platycarpos Koch. . NULL Orlaya platycarpos 1475 2 NULL 46429 Orlaya platycarpos W D J.Koch
2205 2205 2202 290 Orlaya grandiflora Orlaya grandiflora Hoff. NULL Orlaya grandiflora 1476 2 NULL 46423 Orlaya grandiflora (L) Hoffm.
2206 2206 2176 220 Turgenia Turgenia NULL Turgenia G260 2 162
2207 2207 2206 290 Turgenia latifolia Turgenia latifolia Hoffm. NULL Turgenia latifolia 1477 2 NULL 70059 Turgenia latifolia (L) Hoffm.
2208 2208 2176 220 Caucalis Caucalis NULL Caucalis G261 2 162
2209 2209 2208 290 Caucalis daucoides Caucalis daucoides L. NULL Caucalis daucoides 1478 2 NULL 14861 Caucalis daucoides sensu 1, 2, 3
2210 2210 2208 290 Caucalis leptophylla Caucalis leptophylla L. NULL Caucalis leptophylla 1479 2 NULL 14886 Caucalis leptophylla L.
2211 2211 2176 220 Torilis Torilis NULL Torilis G262 2 163
2212 2212 2211 290 Torilis nodosa Torilis nodosa Gaertn. NULL Torilis nodosa 1480 2 NULL 68586 Torilis nodosa (L) Gaertn.
2213 2213 2211 290 Torilis heterophylla Torilis heterophylla Guss. NULL Torilis heterophylla 1481 2 NULL 68575 Torilis heterophylla Guss.
2214 2214 2211 290 Torilis helvetica Torilis helvetica Gmel. NULL Torilis helvetica 1482 2 NULL 68570 Torilis helvetica C C Gmel.
2215 2214 2211 290 Torilis infesta Torilis infesta Hoffm.  NULL Torilis infesta 1482 2 NULL
2216 2214 2211 290 Torilis arvensis Torilis arvensis Gren. NULL Torilis arvensis 1482 2 NULL
2217 2217 2211 290 Torilis anthriscus Torilis anthriscus Gmel. NULL Torilis anthriscus 1483 2 NULL 68552 Torilis anthriscus (L) C C.Gmel.
2218 2218 2176 220 Bifora Bifora NULL Bifora G263 2 164
2219 2219 2218 290 Bifora testiculata Bifora testiculata DC. NULL Bifora testiculata 1484 2 NULL 9732 Bifora testiculata (L) Spreng.
2220 2220 2218 290 Bifora radians Bifora radians Bieb. NULL Bifora radians 1485 2 NULL 9731 Bifora radians M Bieb.
2221 2221 2176 220 Coriandrum Coriandrum NULL Coriandrum G264 2 165
2222 2222 2221 290 Coriandrum sativum Coriandrum sativum L. NULL Coriandrum sativum 1486 2 NULL 18928 Coriandrum sativum L.
2223 2223 2176 220 Thapsia Thapsia NULL Thapsia G265 2 166
2224 2224 2223 290 Thapsia villosa Thapsia villosa L. NULL Thapsia villosa 1487 2 NULL 67749 Thapsia villosa L.
2225 2225 2223 290 Thapsia tenuifolia Thapsia tenuifolia Lag. NULL Thapsia tenuifolia 1488 2 NULL 76294 Thapsia tenuifolia Lag.
2226 2225 2223 290 Elaeoselinum lagasÇae Elaeoselinum lagasÇae Boiss. NULL Elaeoselinum lagasÇae 1488 2 NULL
2227 2227 2223 290 Thapsia polygama Thapsia polygama Desf. NULL Thapsia polygama 1489 2 NULL 67748 Thapsia polygama Desf.
2228 2227 2223 290 Rouya polygama Rouya polygama Coincy NULL Rouya polygama 1489 2 NULL
2229 2229 2176 220 Laserpitium Laserpitium NULL Laserpitium G266 2 167
2230 2230 2229 290 Laserpitium prutenicum Laserpitium prutenicum L. NULL Laserpitium prutenicum 1490 2 NULL 37752 Laserpitium prutenicum L.
2231 2231 2229 290 Laserpitium panax Laserpitium panax Gouan. NULL Laserpitium panax 1491 2 NULL 37747 Laserpitium panax Gouan
2232 2232 2229 290 Laserpitium cynapiifolium Laserpitium cynapiifolium Salis-Mars. NULL Laserpitium cynapiifolium 1492 2 NULL 37717 Laserpitium cynapiifolium (Viv. ex Dc.) Salis
2233 2232 2229 290 Laserpitium panax var. glabratum Laserpitium panax var. glabratum G. G.  NULL Laserpitium panax var. glabratum 1492 2 NULL
2234 2232 2229 290 Ligusticum cynapiifolium Ligusticum cynapiifolium Viv. NULL in DC. ? Ligusticum cynapiifolium 1492 2 NULL
2235 2235 2229 290 Laserpitium gallicum Laserpitium gallicum L. NULL Laserpitium gallicum 1493 2 NULL 37719 Laserpitium gallicum L.
2236 2236 2229 290 Laserpitium siler Laserpitium siler L. NULL Laserpitium siler 1494 2 NULL 75472 Laserpitium siler L.
2237 2237 2229 290 Laserpitium latifolium Laserpitium latifolium L. NULL Laserpitium latifolium 1495 2 NULL 37735 Laserpitium latifolium L.
2238 2238 2229 290 Laserpitium nestleri Laserpitium nestleri Soy. NULL Laserpitium nestleri 1496 2 NULL 37745 Laserpitium nestleri Soy
2239 2239 2176 220 Siler Siler NULL Siler G267 2 170
2240 2240 2239 290 Siler trilobum Siler trilobum Crantz. NULL Siler trilobum 1497 2 NULL 64446 Siler trilobum (L) Crantz
2241 2241 2176 220 Levisticum Levisticum NULL Levisticum G268 2 170
2242 2242 2241 290 Levisticum officinale Levisticum officinale Koch. NULL Ache de montagne. Levisticum officinale 1498 2 NULL 38825 Levisticum officinale W D J.Koch
2243 2243 2176 220 Angelica Angelica NULL Angelica G269 2 170
2244 2244 2243 290 Angelica silvestris Angelica silvestris L. NULL Angélique sauvage. Angelica silvestris 1499 2 NULL 4948 Angelica sylvestris L.
2245 2245 2243 290 Angelica heterocarpa Angelica heterocarpa Lloyd. NULL Angelica heterocarpa 1500 2 NULL 4924 Angelica heterocarpa J Lloyd
2246 2246 2243 290 Angelica razulii Angelica razulii Gouan. NULL Angelica razulii 1501 2 NULL 4943 Angelica razulii Gouan
2247 2247 2176 220 Selinum Selinum NULL Selinum G270 2 172
2248 2248 2247 290 Selinum pyrenaeum Selinum pyrenaeum Gouan NULL Selinum pyrenaeum 1502 2 NULL 62544 Selinum pyrenaeum (L) Gouan
2249 2248 2247 290 Angelica pyrenaea Angelica pyrenaea Spr. NULL Angelica pyrenaea 1502 2 NULL
2250 2250 2247 290 Selinum carvifolia Selinum carvifolia L. NULL Selinum carvifolia 1503 2 NULL 62482 Selinum carvifolia (L) L.
2251 2251 2176 220 Anethum Anethum NULL Anethum G271 2 173
2252 2252 2251 290 Anethum graveolens Anethum graveolens L. NULL Fenouil bâtard. Anethum graveolens 1504 2 NULL 4900 Anethum graveolens L.
2253 2253 2176 220 Peucedanum Peucedanum NULL Peucedanum G272 2 173
2254 2254 2253 290 Peucedanum ostruthium Peucedanum ostruthium Koch. NULL Peucedanum ostruthium 1505 2 NULL 48493 Peucedanum ostruthium (L) W D.J.Koch
2255 2254 2253 290 Imperatoria ostruthium Imperatoria ostruthium L. NULL Imperatoria ostruthium 1505 2 NULL
2256 2256 2253 290 Peucedanum gallicum Peucedanum gallicum Latourr. NULL Peucedanum gallicum 1506 2 NULL 48469 Peucedanum gallicum Latourr.
2257 2256 2253 290 Peucedanum parisiense Peucedanum parisiense DC. NULL Peucedanum parisiense 1506 2 NULL
2258 2258 2253 290 Peucedanum schottii Peucedanum schottii Bess. NULL Peucedanum schottii 1507 2 NULL 48510 Peucedanum schottii Besser ex DC.
2259 2258 2253 290 Peucedanum peteraeum Peucedanum peteraeum Noé NULL Peucedanum peteraeum 1507 2 NULL
2260 2260 2253 290 Peucedanum carvifolium Peucedanum carvifolium Vill. NULL Peucedanum carvifolium 1508 2 NULL 48457 Peucedanum carvifolium Vill.
2261 2260 2253 290 Peucedanum ghabraei Peucedanum ghabraei Gaud. NULL Peucedanum ghabraei 1508 2 NULL
2262 2262 2253 290 Peucedanum paniculatum Peucedanum paniculatum Lois. NULL Peucedanum paniculatum 1509 2 NULL 48500 Peucedanum paniculatum Loisel.
2263 2263 2253 290 Peucedanum officinale Peucedanum officinale L. NULL Peucedanum officinale 1510 2 NULL 48484 Peucedanum officinale L.
2264 2264 2253 290 Peucedanum alsaticum Peucedanum alsaticum L. NULL Peucedanum alsaticum 1511 2 NULL 48451 Peucedanum alsaticum L.
2265 2265 2253 290 Peucedanum venetum Peucedanum venetum Koch. NULL Peucedanum venetum 1512 2 NULL 48518 Peucedanum venetum (Spreng) W D.J.Koch
2266 2266 2253 290 Peucedanum lancifolium Peucedanum lancifolium Lange. NULL Peucedanum lancifolium 1513 2 NULL 48477 Peucedanum lancifolium (Hoffmanns. & Link) Lange
2267 2266 2253 290 Peucedanum crouanorum Peucedanum crouanorum Bor. NULL Peucedanum crouanorum 1513 2 NULL
2268 2268 2253 290 Peucedanum palustre Peucedanum palustre Moench. NULL Peucedanum palustre 1514 2 NULL 48497 Peucedanum palustre (L) Moench
2269 2269 2253 290 Peucedanum austriacum Peucedanum austriacum Koch. NULL Peucedanum austriacum 1515 2 NULL 48455 Peucedanum austriacum (Jacq) W D.J.Koch
2270 2270 2253 290 Peucedanum oreoselinum Peucedanum oreoselinum Moench. NULL Peucedanum oreoselinum 1516 2 NULL 48491 Peucedanum oreoselinum (L) Moench
2271 2271 2253 290 Peucedanum cervaria Peucedanum cervaria Lap. NULL Peucedanum cervaria 1517 2 NULL 48459 Peucedanum cervaria (L) Lapeyr.
2272 2272 2176 220 Ferula Ferula NULL Ferula G273 2 178
2273 2273 2272 290 Ferula ferulago Ferula ferulago L. NULL Ferula ferulago 1518 2 NULL 26538 Ferula ferulago L.
2274 2273 2272 290 Ferula galbanifera Ferula galbanifera Koch NULL Ferula galbanifera 1518 2 NULL
2275 2275 2272 290 Ferula communis Ferula communis L. NULL Ferula communis 1519 2 NULL 26534 Ferula communis L.
2276 2275 2272 290 Ferula nodiflora Ferula nodiflora G. G., An l. ? NULL Ferula nodiflora 1519 2 NULL
2277 2277 2272 290 Ferula glauca Ferula glauca L. NULL Ferula glauca 1520 2 NULL 26540 Ferula glauca L.
2278 2278 2176 220 Opopanax Opopanax NULL Opopanax G274 2 179
2279 2279 2278 290 Opopanax chironium Opopanax chironium Koch. NULL Opopanax chironium 1521 2 NULL 45594 Opopanax chironium (L) W D.J.Koch
2280 2280 2176 220 Pastinaca Pastinaca NULL Pastinaca G275 2 179
2281 2281 2280 290 Pastinaca latifolia Pastinaca latifolia DC. NULL Pastinaca latifolia 1522 2 NULL 48092 Pastinaca latifolia (Duby) DC.
2282 2281 2280 290 Pastinaca lucida Pastinaca lucida G. G. NULL Pastinaca lucida 1522 2 NULL
2283 2283 2280 290 Pastinaca silvestris Pastinaca silvestris Mill. NULL Pastinaca silvestris 1523 2 NULL 48108 Pastinaca sylvestris Mill.
2284 2284 2280 290 Pastinaca urens Pastinaca urens Req. NULL Pastinaca urens 1524 2 NULL 48111 Pastinaca urens Req. ex Godr.
2285 2284 2280 290 Pastinaca opaca Pastinaca opaca auct. plur. NULL Pastinaca opaca 1524 2 NULL
2286 2286 2280 290 Pastinaca divaricata Pastinaca divaricata Desf. NULL Pastinaca divaricata 1525 2 NULL 48087 Pastinaca divaricata Desf.
2287 2287 2176 220 Heracleum Heracleum NULL Heracleum G276 2 181
2288 2288 2287 290 Heracleum minimum Heracleum minimum Lamk. NULL Heracleum minimum 1526 2 NULL 31636 Heracleum minimum Lam.
2289 2289 2287 290 Heracleum alpinum Heracleum alpinum L. NULL Heracleum alpinum 1527 2 NULL 31603 Heracleum alpinum L.
2290 2289 2287 290 Heracleum juranum Heracleum juranum Genty NULL Heracleum juranum 1527 2 NULL
2291 2291 2287 290 Heracleum pyrenaicum Heracleum pyrenaicum Lamk. NULL Heracleum pyrenaicum 1528 2 NULL 31645 Heracleum pyrenaicum Lam.
2292 2292 2287 290 Heracleum montanum Heracleum montanum Schl. NULL Heracleum montanum 1529 2 NULL 31637 Heracleum montanum Schleich. ex Gaudin
2293 2292 2287 290 Heracleum panaces Heracleum panaces G. G. part. NULL Heracleum panaces 1529 2 NULL
2294 2294 2287 290 Heracleum setosum Heracleum setosum Lapeyr. NULL Heracleum setosum 1530 2 NULL 31647 Heracleum setosum Lapeyr.
2295 2294 2287 290 Heracleum panaces Heracleum panaces G. G. part. NULL Heracleum panaces 1530 2 NULL
2296 2296 2287 290 Heracleum sphondylium Heracleum sphondylium L. NULL Branc-Ursine. Heracleum sphondylium 1531 2 NULL 31656 Heracleum sphondylium L.
2297 2297 2287 290 Heracleum lecokii Heracleum lecokii Godr. et G. NULL Heracleum lecokii 1532 2 NULL 31632 Heracleum lecoqii Godr.
2298 2298 2176 220 Tordylium Tordylium NULL Tordylium G277 2 184
2299 2299 2298 290 Tordylium maximum Tordylium maximum L. NULL Tordylium maximum 1533 2 NULL 68543 Tordylium maximum L.
2300 2300 2298 290 Tordylium apulum Tordylium apulum L. NULL Tordylium apulum 1534 2 NULL 68535 Tordylium apulum L.
2301 2301 2176 220 Gaya Gaya NULL Gaya G278 2 185
2302 2302 2301 290 Gaya simplex Gaya simplex Gaud. NULL Gaya simplex 1535 2 NULL 29446 Gaya simplex (L) Gaudin
2303 2302 2301 290 Pachypleurum simplex Pachypleurum simplex Reich. NULL Pachypleurum simplex 1535 2 NULL
2304 2304 2176 220 Crithmum Crithmum NULL Crithmum G279 2 185
2305 2305 2304 290 Crithmum maritimum Crithmum maritimum L. NULL Perce-pierre, Criste-marine. Crithmum maritimum 1536 2 NULL 19832 Crithmum maritimum L.
2306 2306 2176 220 Meum Meum NULL Meum G280 2 185
2307 2307 2306 290 Meum athamanticum Meum athamanticum Jacq. NULL Cistre, Fenouil des Alpes. Meum athamanticum 1537 2 NULL 75246 Meum athamanticum Jacq.
2308 2308 2306 290 Meum mutellina Meum mutellina Gaertn. NULL Meum mutellina 1538 2 NULL 42446 Meum mutellina (L) Gaertn.
2309 2308 2306 290 Ligusticum mutellina Ligusticum mutellina Cr. NULL Ligusticum mutellina 1538 2 NULL
2310 2310 2176 220 Endressia Endressia NULL Endressia G281 2 186
2311 2311 2310 290 Endressia pyrenaica Endressia pyrenaica Gay. NULL Endressia pyrenaica 1539 2 NULL 23947 Endressia pyrenaica (J Gay ex Dc.) J.Gay
2312 2312 2176 220 Silaus Silaus NULL Silaus G282 2 187
2313 2313 2312 290 Silaus pratensis Silaus pratensis Bess. NULL Silaus pratensis 1540 2 NULL 63937 Silaus pratensis Besser
2314 2314 2312 290 Silaus virescens Silaus virescens Boiss. NULL Silaus virescens 1541 2 NULL 63940 Silaus virescens (Spreng) Boiss.
2315 2315 2176 220 Ligusticum Ligusticum NULL Ligusticum G283 2 188
2316 2316 2315 290 Ligusticum pyrenaeum Ligusticum pyrenaeum Gouan. NULL Ligusticum pyrenaeum 1542 2 NULL 38925 Ligusticum pyrenaeum Gouan
2317 2317 2315 290 Ligusticum ferulaceum Ligusticum ferulaceum All. NULL Ligusticum ferulaceum 1543 2 NULL 38903 Ligusticum ferulaceum All.
2318 2318 2315 290 Ligusticum corsicum Ligusticum corsicum Gay. NULL Ligusticum corsicum 1544 2 NULL 38895 Ligusticum corsicum J Gay
2319 2319 2176 220 Athamanta Athamanta NULL Athamanta G284 2 189
2320 2320 2319 290 Athamanta cretensis Athamanta cretensis L. NULL Athamanta cretensis 1545 2 NULL 8242 Athamanta cretensis L.
2321 2321 2176 220 Trochiscanthes Trochiscanthes NULL Trochiscanthes G285 2 189
2322 2322 2321 290 Trochiscanthes nodiflorus Trochiscanthes nodiflorus Koch. NULL Trochiscanthes nodiflorus 1546 2 NULL 69883 Trochiscanthes nodiflora (All) W D.J.Koch
2323 2323 2176 220 Cnidium Cnidium NULL Cnidium G286 2 190
2324 2324 2323 290 Cnidium apioides Cnidium apioides Spreng. NULL Cnidium apioides 1547 2 NULL 18379 Cnidium apioides (Lam) Spreng.
2325 2325 2176 220 Dethawia Dethawia NULL Dethawia G287 2 190
2326 2326 2325 290 Dethawia tenuifolia Dethawia tenuifolia Endl. NULL Dethawia tenuifolia 1548 2 NULL 21972 Dethawia tenuifolia Endl.
2327 2327 2176 220 Xatartia Xatartia NULL Xatartia G288 2 190
2328 2328 2327 290 Xatartia scabra Xatartia scabra Meissn. NULL Xatartia scabra 1549 2 NULL 73069 Xatardia scabra (Lapeyr) Meisn.
2329 2329 2176 220 Seseli Seseli NULL Seseli G289 2 191
2330 2330 2329 290 Seseli libanotis Seseli libanotis Koch NULL Seseli libanotis 1550 2 NULL 75366 Seseli libanotis (L) W D.J.Koch
2331 2330 2329 290 Libanotis montana Libanotis montana All. NULL Libanotis montana 1550 2 NULL
2332 2332 2329 290 Seseli athamantoides Seseli athamantoides Reich. NULL Seseli athamantoides 1551 2 NULL 63427 Seseli athamanthoides Rchb.
2333 2332 2329 290 Libanotis athamantoides Libanotis athamantoides DC. NULL Libanotis athamantoides 1551 2 NULL
2334 2334 2329 290 Seseli nanum Seseli nanum Duf. NULL Seseli nanum 1552 2 NULL 63484 Seseli nanum Dufour
2335 2334 2329 290 Seseli montanum var. nanum Seseli montanum var. nanum Soy. – Willm. NULL Seseli montanum var. nanum 1552 2 NULL
2336 2336 2329 290 Seseli montanum Seseli montanum L. NULL Seseli montanum 1553 2 NULL 75368 Seseli montanum L.
2337 2337 2329 290 Seseli annuum Seseli annuum L. NULL Seseli annuum 1554 2 NULL 63421 Seseli annuum L.
2338 2337 2329 290 Seseli coloratum Seseli coloratum Ehrh.  NULL Seseli coloratum 1554 2 NULL
2339 2337 2329 290 Seseli bienne Seseli bienne Crantz NULL Seseli bienne 1554 2 NULL
2340 2340 2329 290 Seseli carvifolium Seseli carvifolium Vill. NULL Seseli carvifolium 1555 2 NULL 63438 Seseli carvifolium Vill.
2341 2341 2329 290 Seseli elatum Seseli elatum L. NULL Seseli elatum 1556 2 NULL 63448 Seseli elatum L.
2342 2342 2329 290 Seseli glaucum Seseli glaucum L. NULL Seseli glaucum 1557 2 NULL 63457 Seseli glaucum L.
2343 2343 2329 290 Seseli bocconi Seseli bocconi Guss. NULL Seseli bocconi 1558 2 NULL 63432 Seseli bocconi Guss.
2344 2344 2329 290 Seseli tortuosum Seseli tortuosum L. NULL Seseli tortuosum 1559 2 NULL 63503 Seseli tortuosum L.
2345 2345 2176 220 Brignolia Brignolia NULL Brignolia G290 2 194
2346 2346 2345 290 Brignolia pastinacaefolia Brignolia pastinacaefolia Bert. NULL Brignolia pastinacaefolia 1560 2 NULL 10446 Brignolia pastinacifolia Bertol.
2347 2346 2345 290 Kundmannia sicula Kundmannia sicula DC. NULL Kundmannia sicula 1560 2 NULL
2348 2348 2176 220 Foeniculum Foeniculum NULL Foeniculum G291 2 195
2349 2349 2348 290 Foeniculum officinale Foeniculum officinale All. NULL Foeniculum officinale 1561 2 NULL 27979 Foeniculum officinale All.
2350 2349 2348 290 Foeniculum vulgare Foeniculum vulgare Gaertn. NULL Foeniculum vulgare 1561 2 NULL
2351 2351 2348 290 Foeniculum piperitum Foeniculum piperitum DC. NULL Foeniculum piperitum 1562 2 NULL 73432 Foeniculum piperitum DC.
2352 2352 2176 220 Aethusa Aethusa NULL Aethusa G292 2 196
2353 2353 2352 290 Aethusa cynapium Aethusa cynapium L. NULL Petite Ciguë, Faux Persil. Aethusa cynapium 1563 2 NULL 1084 Aethusa cynapium L.
2354 2354 2176 220 Oenanthe Oenanthe NULL Oenanthe G293 2 196
2355 2355 2354 290 Oenanthe phellandrium Oenanthe phellandrium Lamk. NULL Oenanthe phellandrium 1564 2 NULL 44469 Oenanthe phellandrium Lam.
2356 2355 2354 290 Phellandrium aquaticum Phellandrium aquaticum L. NULL Phellandrium aquaticum 1564 2 NULL
2357 2357 2354 290 Oenanthe pimpinelloides Oenanthe pimpinelloides L. NULL Oenanthe pimpinelloides 1565 2 NULL 44471 Oenanthe pimpinelloides L.
2358 2358 2354 290 Oenanthe crocata Oenanthe crocata L. NULL Pensacre. Oenanthe crocata 1566 2 NULL 44429 Oenanthe crocata L.
2359 2359 2354 290 Oenanthe foucaudi Oenanthe foucaudi Tesseron. NULL Oenanthe foucaudi 1567 2 NULL 44438 Oenanthe foucaudii Tess.
2360 2360 2354 290 Oenanthe lachenalii Oenanthe lachenalii Gmel. NULL Oenanthe lachenalii 1568 2 NULL 44450 Oenanthe lachenalii C C Gmel.
2361 2361 2354 290 Oenanthe peucedanifolia Oenanthe peucedanifolia Poil. NULL Oenanthe peucedanifolia 1569 2 NULL 44463 Oenanthe peucedanifolia Pollich
2362 2361 2354 290 Oenanthe media Oenanthe media Bor., non Gris. NULL Oenanthe media 1569 2 NULL
2363 2363 2354 290 Oenanthe media Oenanthe media Gris. NULL Oenanthe media 1570 2 NULL 78689 Oenanthe media sensu Coste
2364 2363 2354 290 Oenanthe silaifolia Oenanthe silaifolia G. G., non M. B. NULL Oenanthe silaifolia 1570 2 NULL
2365 2365 2354 290 Oenanthe fistulosa Oenanthe fistulosa L. NULL Oenanthe fistulosa 1571 2 NULL 75478 Oenanthe fistulosa L.
2366 2366 2354 290 Oenanthe globulosa Oenanthe globulosa L. NULL Oenanthe globulosa 1572 2 NULL 75263 Oenanthe globulosa L.
2367 2367 2176 220 Bupleurum Bupleurum NULL Bupleurum G294 2 199
2368 2368 2367 290 Bupleurum fruticosum Bupleurum fruticosum L. NULL Bupleurum fruticosum 1573 2 NULL 11552 Bupleurum fruticosum L.
2369 2369 2367 290 Bupleurum longifolium Bupleurum longifolium L. NULL Bupleurum longifolium 1574 2 NULL 75453 Bupleurum longifolium L.
2370 2370 2367 290 Bupleurum angulosum Bupleurum angulosum L. NULL Bupleurum angulosum 1575 2 NULL 11507 Bupleurum angulosum L.
2371 2370 2367 290 Bupleurum pyrenaeum Bupleurum pyrenaeum Gouan NULL Bupleurum pyrenaeum 1575 2 NULL
2372 2372 2367 290 Bupleurum stellatum Bupleurum stellatum L. NULL Bupleurum stellatum 1576 2 NULL 11646 Bupleurum stellatum L.
2373 2373 2367 290 Bupleurum petraeum Bupleurum petraeum L. NULL Bupleurum petraeum 1577 2 NULL 11606 Bupleurum petraeum L.
2374 2373 2367 290 Bupleurum graminifolium Bupleurum graminifolium Vahl NULL Bupleurum graminifolium 1577 2 NULL
2375 2375 2367 290 Bupleurum rigidum Bupleurum rigidum L. NULL Bupleurum rigidum 1578 2 NULL 75004 Bupleurum rigidum L.
2376 2376 2367 290 Bupleurum ranunculoides Bupleurum ranunculoides L. NULL Bupleurum ranunculoides 1579 2 NULL 11618 Bupleurum ranunculoides L.
2377 2377 2367 290 Bupleurum falcatum Bupleurum falcatum L. NULL Bupleurum falcatum 1580 2 NULL 11532 Bupleurum falcatum L.
2378 2378 2367 290 Bupleurum rotundifolium Bupleurum rotundifolium L. NULL Oreille de lièvre. Bupleurum rotundifolium 1581 2 NULL 11637 Bupleurum rotundifolium L.
2379 2379 2367 290 Bupleurum protractum Bupleurum protractum Link et Hoffm. NULL Bupleurum protractum 1582 2 NULL 11609 Bupleurum protractum Hoffmanns. & Link
2380 2379 2367 290 Bupleurum subovatum Bupleurum subovatum Link NULL Bupleurum subovatum 1582 2 NULL
2381 2381 2367 290 Bupleurum aristatum Bupleurum aristatum Bartl. NULL Bupleurum aristatum 1583 2 NULL 11509 Bupleurum aristatum sensu 1, 2
2382 2381 2367 290 Bupleurum opacum Bupleurum opacum Lange NULL Bupleurum opacum 1583 2 NULL
2383 2383 2367 290 Bupleurum junceum Bupleurum junceum L. NULL Bupleurum junceum 1584 2 NULL 11577 Bupleurum junceum L.
2384 2384 2367 290 Bupleurum affine Bupleurum affine Sadl. NULL Bupleurum affine 1585 2 NULL 11502 Bupleurum affine sensu H J.Coste
2385 2385 2367 290 Bupleurum tenuissimum Bupleurum tenuissimum L. NULL Bupleurum tenuissimum 1586 2 NULL 75005 Bupleurum tenuissimum L.
2386 2386 2367 290 Bupleurum semicompositum Bupleurum semicompositum L. NULL Bupleurum semicompositum 1587 2 NULL 11641 Bupleurum semicompositum L.
2387 2386 2367 290 Bupleurum glaucum Bupleurum glaucum Rob. et Cast. NULL Bupleurum glaucum 1587 2 NULL
2388 2388 2176 220 Sium Sium NULL Sium G295 2 603
2389 2389 2388 290 Sium latifolium Sium latifolium L. NULL Sium latifolium 1588 2 NULL 64789 Sium latifolium L.
2390 2390 2388 290 Sium angustifolium Sium angustifolium L. NULL Sium angustifolium 1589 2 NULL 64768 Sium angustifolium L.
2391 2390 2388 290 Berula angustifolia Berula angustifolia Koch NULL Berula angustifolia 1589 2 NULL
2392 2392 2176 220 Pimpinella Pimpinella NULL Pimpinella G296 2 206
2393 2393 2392 290 Pimpinella magna Pimpinella magna L. NULL Pimpinella magna 1590 2 NULL 49484 Pimpinella magna L.
2394 2394 2392 290 Pimpinella saxifraga Pimpinella saxifraga L. NULL Pimpinella saxifraga 1591 2 NULL 49510 Pimpinella saxifraga L.
2395 2395 2392 290 Pimpinella peregrina Pimpinella peregrina L. NULL Pimpinella peregrina 1592 2 NULL 49500 Pimpinella peregrina L.
2396 2396 2392 290 Pimpinella tragium Pimpinella tragium Vill. NULL Pimpinella tragium 1593 2 NULL 75289 Pimpinella tragium Vill.
2397 2397 2176 220 Bunium Bunium NULL Bunium G297 2 207
2398 2398 2397 290 Bunium alpinum Bunium alpinum Waldst. et Kit. NULL Bunium alpinum 1594 2 NULL 11464 Bunium alpinum Waldst. & Kit.
2399 2399 2397 290 Bunium bulbocastanum Bunium bulbocastanum L. NULL Terrenoise. Bunium bulbocastanum 1595 2 NULL 11467 Bunium bulbocastanum L.
2400 2399 2397 290 Carum bulbocastanum Carum bulbocastanum Koch  NULL Carum bulbocastanum 1595 2 NULL
2401 2399 2397 290 Bulbocastanum linnaei Bulbocastanum linnaei Schur NULL Bulbocastanum linnaei 1595 2 NULL
2402 2402 2397 290 Bunium incrassatum Bunium incrassatum Batt. et Trab. NULL Bunium incrassatum 1596 2 NULL 11478 Bunium incrassatum sensu H J.Coste
2403 2402 2397 290 Carum incrassatum Carum incrassatum Boiss. NULL Carum incrassatum 1596 2 NULL
2404 2402 2397 290 Bulbocastanum incrassatum Bulbocastanum incrassatum Lange NULL Bulbocastanum incrassatum 1596 2 NULL
2405 2405 2176 220 Carum Carum NULL Carum G298 2 208
2406 2406 2405 290 Carum verticillatum Carum verticillatum Koch NULL Carum verticillatum 1597 2 NULL 14709 Carum verticillatum (L) W D.J.Koch
2407 2406 2405 290 Bunium verticillatum Bunium verticillatum G. G. NULL Bunium verticillatum 1597 2 NULL
2408 2408 2405 290 Carum carvi Carum carvi L. NULL Carvi. Carum carvi 1598 2 NULL 14693 Carum carvi L.
2409 2408 2405 290 Bunium carvi Bunium carvi M. B. NULL Bunium carvi 1598 2 NULL
2410 2410 2176 220 Aegopodium Aegopodium NULL Aegopodium G299 2 209
2411 2411 2410 290 Aegopodium podagraria Aegopodium podagraria L. NULL Herbe aux goutteux. Aegopodium podagraria 1599 2 NULL 1036 Aegopodium podagraria L.
2412 2412 2176 220 Ammi Ammi NULL Ammi G300 2 210
2413 2413 2412 290 Ammi majus Ammi majus L. NULL Ammi majus 1600 2 NULL 4123 Ammi majus L.
2414 2414 2412 290 Ammi visnaga Ammi visnaga Lamk. NULL Ammi visnaga 1601 2 NULL 4131 Ammi visnaga (L) Lam.
2415 2415 2176 220 Sison Sison NULL Sison G301 2 211
2416 2416 2415 290 Sison amomum Sison amomum L. NULL Sison amomum 1602 2 NULL 64548 Sison amomum L.
2417 2417 2176 220 Falcaria Falcaria NULL Falcaria G302 2 211
2418 2418 2417 290 Falcaria rivini Falcaria rivini Host. NULL Falcaria rivini 1603 2 NULL 26462 Falcaria rivini Host
2419 2419 2176 220 Ptychotis Ptychotis NULL Ptychotis G303 2 211
2420 2420 2419 290 Ptychotis thorei Ptychotis thorei Godr. et G. NULL Ptychotis thorei 1604 2 NULL 53893 Ptychotis thorei Godr. & Gren.
2421 2421 2419 290 Ptychotis ammoides Ptychotis ammoides Koch NULL Ptychotis ammoides 1605 2 NULL 53885 Ptychotis ammoides W D J.Koch
2422 2421 2419 290 Ptychotis verticillata Ptychotis verticillata Duby NULL Ptychotis verticillata 1605 2 NULL
2423 2423 2419 290 Ptychotis heterophylla Ptychotis heterophylla Koch. NULL Ptychotis heterophylla 1606 2 NULL 53886 Ptychotis heterophylla W D J.Koch
2424 2424 2176 220 Helosciadium Helosciadium NULL Helosciadium G304 2 213
2425 2425 2424 290 Helosciadium nodiflorum Helosciadium nodiflorum Koch. NULL Helosciadium nodiflorum 1607 2 NULL 31557 Helosciadium nodiflorum (L) W D.J.Koch
2426 2426 2424 290 Helosciadium repens Helosciadium repens Koch. NULL Helosciadium repens 1608 2 NULL 31562 Helosciadium repens (Jacq) W D.J.Koch
2427 2427 2424 290 Helosciadium inundatum Helosciadium inundatum Koch. NULL Helosciadium inundatum 1609 2 NULL 31556 Helosciadium inundatum (L) W D.J.Koch
2428 2428 2424 290 Helosciadium crassipes Helosciadium crassipes Koch. NULL Helosciadium crassipes 1610 2 NULL 31553 Helosciadium crassipes W D J.Koch
2429 2429 2176 220 Trinia Trinia NULL Trinia G305 2 214
2430 2430 2429 290 Trinia vulgaris Trinia vulgaris DC. NULL Trinia vulgaris 1611 2 NULL 69553 Trinia vulgaris DC.
2431 2430 2429 290 Trinia dioica Trinia dioica Gaud. NULL Trinia dioica 1611 2 NULL
2432 2432 2176 220 Ridolfia Ridolfia NULL Ridolfia G306 2 215
2433 2433 2432 290 Ridolfia segetum Ridolfia segetum Moris. NULL Ridolfia segetum 1612 2 NULL 56198 Ridolfia segetum Moris
2434 2434 2176 220 Petroselinum Petroselinum NULL Petroselinum G307 2 215
2435 2435 2434 290 Petroselinum segetum Petroselinum segetum Koch NULL Petroselinum segetum 1613 2 NULL 48437 Petroselinum segetum (L) W D.J.Koch
2436 2435 2434 290 Sison segetum Sison segetum L. NULL Sison segetum 1613 2 NULL
2437 2437 2434 290 Petroselinum sativum Petroselinum sativum Hoffm. NULL Persil. Petroselinum sativum 1614 2 NULL 48435 Petroselinum sativum Hoffm.
2438 2438 2176 220 Apium Apium NULL Apium G308 2 216
2439 2439 2438 290 Apium graveolens Apium graveolens L. NULL Apium graveolens 1615 2 NULL 5641 Apium graveolens L.
2440 2440 2176 220 Cicuta Cicuta NULL Cicuta G309 2 216
2441 2441 2440 290 Cicuta virosa Cicuta virosa L. NULL Ciguë aquatique. Cicuta virosa 1616 2 NULL 17353 Cicuta virosa L.
2442 2442 2176 220 Scandix Scandix NULL Scandix G310 2 217
2443 2443 2442 290 Scandix pecten-veneris Scandix pecten-veneris L. NULL Peigne de Vénus. Scandix pecten-veneris 1617 2 NULL 61292 Scandix pecten
2444 2444 2442 290 Scandix hispanica Scandix hispanica Boiss. NULL Scandix hispanica 1618 2 NULL 61282 Scandix hispanica Boiss.
2445 2444 2442 290 Scandix macrorhynchus Scandix macrorhynchus Mey. NULL Scandix macrorhynchus 1618 2 NULL
2446 2446 2442 290 Scandix australis Scandix australis L. NULL Scandix australis 1619 2 NULL 61264 Scandix australis L.
2447 2447 2176 220 Anthriscus Anthriscus NULL Anthriscus G311 2 218
2448 2448 2447 290 Anthriscus vulgaris Anthriscus vulgaris Pers. NULL Anthriscus vulgaris 1620 2 NULL 5312 Anthriscus vulgaris Pers.
2449 2449 2447 290 Anthriscus cerefolium Anthriscus cerefolium Hoffm. NULL Cerfeuil cultivé. Anthriscus cerefolium 1621 2 NULL 5266 Anthriscus cerefolium (L) Hoffm.
2450 2450 2447 290 Anthriscus silvestris Anthriscus silvestris Hoffm. NULL Persil sauvage. Anthriscus silvestris 1622 2 NULL 5290 Anthriscus sylvestris (L) Hoffm.
2451 2451 2447 290 Anthriscus torquatus Anthriscus torquatus NULL Anthriscus torquatus 1623 2 NULL 75707 Anthriscus torquata sensu H J.Coste
2452 2451 2447 290 Chaerophyllum torquatum Chaerophyllum torquatum DC. NULL Chaerophyllum torquatum 1623 2 NULL
2453 2453 2176 220 Conopodium Conopodium NULL Conopodium G312 2 220
2454 2454 2453 290 Conopodium denudatum Conopodium denudatum Koch. NULL Janottes, Génottes. Conopodium denudatum 1624 2 NULL 18664 Conopodium denudatum W D J.Koch
2455 2455 2176 220 Physocaulos Physocaulos NULL Physocaulos G313 2 220
2456 2456 2455 290 Physocaulos nodosus Physocaulos nodosus Tausch NULL Physocaulos nodosus 1625 2 NULL 49175 Physocaulis nodosus (L) W D.J.Koch
2457 2456 2455 290 Chaerophyllum nodosum Chaerophyllum nodosum Lamk. NULL Chaerophyllum nodosum 1625 2 NULL
2458 2458 2176 220 Chaerophyllum Chaerophyllum NULL Chaerophyllum G314 2 220
2459 2459 2458 290 Chaerophyllum temulum Chaerophyllum temulum L. NULL Chaerophyllum temulum 1626 2 NULL 16354 Chaerophyllum temulum L.
2460 2460 2458 290 Chaerophyllum bulbosum Chaerophyllum bulbosum L. NULL Chaerophyllum bulbosum 1627 2 NULL 75050 Chaerophyllum bulbosum L.
2461 2461 2458 290 Chaerophyllum aureum Chaerophyllum aureum L. NULL Chaerophyllum aureum 1628 2 NULL 16312 Chaerophyllum aureum L.
2462 2462 2458 290 Chaerophyllum cicutaria Chaerophyllum cicutaria Vill. NULL Chaerophyllum cicutaria 1629 2 NULL 16320 Chaerophyllum cicutaria Vill.
2463 2462 2458 290 Chaerophyllum hirsutum Chaerophyllum hirsutum G. G., non L. NULL Chaerophyllum hirsutum 1629 2 NULL
2464 2464 2458 290 Chaerophyllum villarsii Chaerophyllum villarsii Koch NULL Chaerophyllum villarsii 1630 2 NULL 16357 Chaerophyllum villarsii W D J.Koch
2465 2464 2458 290 Chaerophyllum hirsutum Chaerophyllum hirsutum L., non G. G. NULL Chaerophyllum hirsutum 1630 2 NULL
2466 2466 2176 220 Myrrhis Myrrhis NULL Myrrhis G315 2 222
2467 2467 2466 290 Myrrhis odorata Myrrhis odorata Scop. NULL Cerfeuil musqué. Myrrhis odorata 1631 2 NULL 43424 Myrrhis odorata (L) Scop.
2468 2468 2176 220 Pleurospermum Pleurospermum NULL Pleurospermum G316 2 223
2469 2469 2468 290 Pleurospermum austriacum Pleurospermum austriacum Hoffm. NULL Pleurospermum austriacum 1632 2 NULL 50189 Pleurospermum austriacum (L) Hoffm.
2470 2470 2176 220 Molospermum Molospermum NULL Molospermum G317 2 223
2471 2471 2470 290 Molospermum cicutarium Molospermum cicutarium DC. NULL Molospermum cicutarium 1633 2 NULL 42868 Molopospermum cicutarium DC.
2472 2472 2176 220 Physospermum Physospermum NULL Physospermum G318 2 224
2473 2473 2472 290 Physospermum aquilegifolium Physospermum aquilegifolium Koch. NULL Physospermum aquilegifolium 1634 2 NULL 49176 Physospermum aquilegiifolium W D J.Koch
2474 2474 2176 220 Echinophora Echinophora NULL Echinophora G319 2 224
2475 2475 2474 290 Echinophora spinosa Echinophora spinosa L. NULL Echinophora spinosa 1635 2 NULL 23444 Echinophora spinosa L.
2476 2476 2176 220 Smyrnium Smyrnium NULL Smyrnium G320 2 224
2477 2477 2476 290 Smyrnium olusatrum Smyrnium olusatrum L. NULL Maceron. Smyrnium olusatrum 1636 2 NULL 64837 Smyrnium olusatrum L.
2478 2478 2476 290 Smyrnium perfoliatum Smyrnium perfoliatum Mill. NULL Smyrnium perfoliatum 1637 2 NULL 64838 Smyrnium perfoliatum L.
2479 2479 2476 290 Smyrnium rotundifolium Smyrnium rotundifolium DC. NULL Smyrnium rotundifolium 1638 2 NULL 64841 Smyrnium rotundifolium Mill.
2480 2480 2176 220 Conium Conium NULL Conium G321 2 226
2481 2481 2480 290 Conium maculatum Conium maculatum L. NULL Grande Ciguë. Conium maculatum 1639 2 NULL 18660 Conium maculatum L.
2482 2482 2176 220 Cachrys Cachrys NULL Cachrys G322 2 226
2483 2483 2482 290 Cachrys laevigata Cachrys laevigata Lamk. NULL Armarinthe. Cachrys laevigata 1640 2 NULL 11719 Cachrys laevigata Lam.
2484 2484 1125 180 Araliaceae Araliaceae NULL Araliacees F58 2 226
2485 2485 2484 220 Hedera Hedera NULL Hedera G323 2 227
2486 2486 2485 290 Hedera helix Hedera helix L. NULL Lierre grimpant. Hedera helix 1641 2 NULL 30892 Hedera helix L.
2487 2487 2484 220 Cornus Cornus NULL Cornus G324 2 227
2488 2488 2487 290 Cornus mas Cornus mas L. NULL Cornouiller mâle. Cornus mas 1642 2 NULL 18956 Cornus mas L.
2489 2489 2487 290 Cornus sanguinea Cornus sanguinea L. NULL Cornouiller sanguin. Cornus sanguinea 1643 2 NULL 75064 Cornus sanguinea L.
2490 2490 1 80 Monopetales Monopetales NULL Monopetales Gp3 3 720
2491 2491 2490 180 Caprifoliaceae Caprifoliaceae NULL Caprifoliacees F59 2 228
2492 2492 2491 220 Adoxa Adoxa NULL Adoxa G325 2 228
2493 2493 2492 290 Adoxa moschatellina Adoxa moschatellina L. NULL Moscatelline. Adoxa moschatellina 1644 2 NULL 888 Adoxa moschatellina L.
2494 2494 2491 220 Linnaea Linnaea NULL Linnaea G326 2 229
2495 2495 2494 290 Linnaea borealis Linnaea borealis L. NULL Linnaea borealis 1645 2 NULL 39354 Linnaea borealis L.
2496 2496 2491 220 Sambucus Sambucus NULL Sambucus G327 2 229
2497 2497 2496 290 Sambucus ebulus Sambucus ebulus L. NULL Yèble. Sambucus ebulus 1646 2 NULL 60236 Sambucus ebulus L.
2498 2498 2496 290 Sambucus nigra Sambucus nigra L. NULL Sureau noir. Sambucus nigra 1647 2 NULL 60241 Sambucus nigra L.
2499 2499 2496 290 Sambucus racemosa Sambucus racemosa L. NULL Sureau rouge. Sambucus racemosa 1648 2 NULL 75811 Sambucus racemosa L.
2500 2500 2491 220 Viburnum Viburnum NULL Viburnum G328 2 230
2501 2501 2500 290 Viburnum opulus Viburnum opulus L. NULL Sureau d'eau. Viburnum opulus 1649 2 NULL 71459 Viburnum opulus L.
2502 2502 2500 290 Viburnum lantana Viburnum lantana L. NULL Mancienne, Cochène. Viburnum lantana 1650 2 NULL 71453 Viburnum lantana L.
2503 2503 2500 290 Viburnum tinus Viburnum tinus L. NULL Laurier-Tin. Viburnum tinus 1651 2 NULL 71463 Viburnum tinus L.
2504 2504 2491 220 Lonicera Lonicera NULL Lonicera G329 2 232
2505 2505 2504 290 Lonicera implexa Lonicera implexa Ait. NULL Chèvrefeuille des Baléares. Lonicera implexa 1652 2 NULL 39888 Lonicera implexa Aiton
2506 2506 2504 290 Lonicera caprifolium Lonicera caprifolium L. NULL Chèvrefeuille commun. Lonicera caprifolium 1653 2 NULL 39867 Lonicera caprifolium L.
2507 2507 2504 290 Lonicera etrusca Lonicera etrusca Santi. NULL Lonicera etrusca 1654 2 NULL 39878 Lonicera etrusca Santi
2508 2508 2504 290 Lonicera periclymenum Lonicera periclymenum L. NULL Chèvrefeuille des bois. Lonicera periclymenum 1655 2 NULL 39905 Lonicera periclymenum L.
2509 2509 2504 290 Lonicera xylosteum Lonicera xylosteum L. NULL Camérisier. Lonicera xylosteum 1656 2 NULL 39920 Lonicera xylosteum L.
2510 2510 2504 290 Lonicera coerulea Lonicera coerulea L. NULL Lonicera coerulea 1657 2 NULL 39866 Lonicera caerulea L.
2511 2511 2504 290 Lonicera pyrenaica Lonicera pyrenaica L. NULL Lonicera pyrenaica 1658 2 NULL 39913 Lonicera pyrenaica L.
2512 2512 2504 290 Lonicera nigra Lonicera nigra L. NULL Lonicera nigra 1659 2 NULL 39899 Lonicera nigra L.
2513 2513 2504 290 Lonicera alpigena Lonicera alpigena L. NULL Lonicera alpigena 1660 2 NULL 39859 Lonicera alpigena L.
2514 2514 2490 180 Rubiaceae Rubiaceae NULL Rubiacees F60 2 235
2515 2515 2514 220 Rubia Rubia NULL Rubia G330 2 236
2516 2516 2515 290 Rubia peregrina Rubia peregrina L. NULL Rubia peregrina 1661 2 NULL 57881 Rubia peregrina L.
2517 2517 2515 290 Rubia tinctorum Rubia tinctorum L. NULL Garance. Rubia tinctorum 1662 2 NULL 57890 Rubia tinctorum L.
2518 2518 2514 220 Galium Galium NULL Galium G331 2 237
2519 2519 2518 290 Galium cruciata Galium cruciata Scop. NULL Croisette. Galium cruciata 1663 2 NULL 28977 Galium cruciata (L) Scop.
2520 2520 2518 290 Galium pedemontanum Galium pedemontanum All. NULL Galium pedemontanum 1664 2 NULL 29159 Galium pedemontanum (Bellardi) All.
2521 2520 2518 290 Galium retrorsum Galium retrorsum DC. NULL Galium retrorsum 1664 2 NULL
2522 2522 2518 290 Galium vernum Galium vernum Scop. NULL Galium vernum 1665 2 NULL 29323 Galium vernum Scop.
2523 2523 2518 290 Galium boreale Galium boreale L. NULL Galium boreale 1666 2 NULL 28935 Galium boreale L.
2524 2524 2518 290 Galium rotundifolium Galium rotundifolium L. NULL Galium rotundifolium 1667 2 NULL 29207 Galium rotundifolium L.
2525 2525 2518 290 Galium ellipticum Galium ellipticum Willd. NULL Galium ellipticum 1668 2 NULL 28992 Galium ellipticum Willd. ex Hornem.
2526 2526 2518 290 Galium uliginosum Galium uliginosum L. NULL Galium uliginosum 1669 2 NULL 29313 Galium uliginosum L.
2527 2527 2518 290 Galium palustre Galium palustre L. NULL Galium palustre 1670 2 NULL 29132 Galium palustre L.
2528 2528 2518 290 Galium constrictum Galium constrictum Chaub. NULL Galium constrictum 1671 2 NULL 28971 Galium constrictum Chaub.
2529 2528 2518 290 Galium debile Galium debile Desv. NULL Galium debile 1671 2 NULL
2530 2530 2518 290 Galium spurium Galium spurium L. NULL Galium spurium 1672 2 NULL 29258 Galium spurium L.
2531 2531 2518 290 Galium aparine Galium aparine L. NULL Gratteron. Galium aparine 1673 2 NULL 28896 Galium aparine L.
2532 2532 2518 290 Galium tricorne Galium tricorne With. NULL Galium tricorne 1674 2 NULL 29307 Galium tricorne Stokes
2533 2533 2518 290 Galium saccharatum Galium saccharatum All. NULL Galium saccharatum 1675 2 NULL 29232 Galium saccharatum All.
2534 2534 2518 290 Galium setaceum Galium setaceum Lamk. NULL Galium setaceum 1676 2 NULL 75145 Galium setaceum Lam.
2535 2535 2518 290 Galium divaricatum Galium divaricatum Lamk. NULL Galium divaricatum 1677 2 NULL 28986 Galium divaricatum Pourr. ex Lam.
2536 2536 2518 290 Galium parisiense Galium parisiense L. NULL Galium parisiense 1678 2 NULL 29144 Galium parisiense L.
2537 2536 2518 290 Galium anglicum Galium anglicum Huds. NULL Galium anglicum 1678 2 NULL
2538 2538 2518 290 Galium verticillatum Galium verticillatum Danth. NULL Galium verticillatum 1679 2 NULL 29331 Galium verticillatum Danthoine ex Lam.
2539 2539 2518 290 Galium murale Galium murale All. NULL Galium murale 1680 2 NULL 29109 Galium murale (L) All.
2540 2540 2518 290 Galium minutulum Galium minutulum Jord. NULL Galium minutulum 1681 2 NULL 29075 Galium minutulum Jord.
2541 2541 2518 290 Galium maritimum Galium maritimum L. NULL Galium maritimum 1682 2 NULL 29065 Galium maritimum L.
2542 2542 2518 290 Galium purpureum Galium purpureum L. NULL Galium purpureum 1683 2 NULL 29196 Galium purpureum L.
2543 2543 2518 290 Galium verum Galium verum L. NULL Caille-lait jaune. Galium verum 1684 2 NULL 29332 Galium verum L.
2544 2544 2518 290 Galium arenarium Galium arenarium Lois. NULL Galium arenarium 1685 2 NULL 28915 Galium arenarium Loisel.
2545 2545 2518 290 Galium neglectum Galium neglectum Le Gall. NULL Galium neglectum 1686 2 NULL 29115 Galium neglectum Le Gall ex Gren.
2546 2546 2518 290 Galium silvaticum Galium silvaticum L. NULL Galium silvaticum 1687 2 NULL 29269 Galium sylvaticum L.
2547 2547 2518 290 Galium aristatum Galium aristatum L. Syst. NULL Galium aristatum 1688 2 NULL 28917 Galium aristatum L.
2548 2547 2518 290 Galium laevigatum Galium laevigatum L. NULL Sp. Galium laevigatum 1688 2 NULL
2549 2549 2518 290 Galium mollugo Galium mollugo L. NULL Caillelait blanc. Galium mollugo 1689 2 NULL 29078 Galium mollugo L.
2550 2549 2518 290 Galium elatum Galium elatum Thuill. NULL Galium elatum 1689 2 NULL
2551 2551 2518 290 Galium erectum Galium erectum Huds. NULL Galium erectum 1690 2 NULL 28996 Galium erectum Huds.
2552 2551 2518 290 Galium album Galium album Lamk. NULL Galium album 1690 2 NULL
2553 2553 2518 290 Galium rigidum Galium rigidum Vill. Dauph. NULL Galium rigidum 1691 2 NULL 29206 Galium rigidum Vill.
2554 2553 2518 290 Galium gerardi Galium gerardi Vill. Prosp. NULL Galium gerardi 1691 2 NULL
2555 2555 2518 290 Galium corrudaefolium Galium corrudaefolium Vill. NULL Galium corrudaefolium 1692 2 NULL 28973 Galium corrudifolium Vill.
2556 2555 2518 290 Galium lucidum Galium lucidum All. part. NULL Galium lucidum 1692 2 NULL
2557 2557 2518 290 Galium cinereum Galium cinereum All. NULL Galium cinereum 1693 2 NULL 28952 Galium cinereum All.
2558 2558 2518 290 Galium rubrum Galium rubrum L. NULL Galium rubrum 1694 2 NULL 29214 Galium rubrum sensu 1, 2, 3
2559 2558 2518 290 Galium rubidum Galium rubidum Jord. NULL Galium rubidum 1694 2 NULL
2560 2558 2518 290 Galium prostii Galium prostii Jord. NULL Galium prostii 1694 2 NULL
2561 2558 2518 290 Galium corsicum Galium corsicum Spreng. NULL Galium corsicum 1694 2 NULL
2562 2562 2518 290 Galium jordani Galium jordani Loret et Barr. NULL Galium jordani 1695 2 NULL 29041 Galium jordanii Loret & Barrandon
2563 2562 2518 290 Galium collinum Galium collinum Jord. NULL Galium collinum 1695 2 NULL
2564 2562 2518 290 Galium scabridum Galium scabridum Jord. NULL Galium scabridum 1695 2 NULL
2565 2565 2518 290 Galium silvestre Galium silvestre Poil. NULL Galium silvestre 1696 2 NULL 29279 Galium sylvestre Pollich
2566 2565 2518 290 Galium umbellatum Galium umbellatum Lamk. NULL Galium umbellatum 1696 2 NULL
2567 2567 2518 290 Galium anisophyllum Galium anisophyllum Vill. NULL Galium anisophyllum 1697 2 NULL 28895 Galium anisophyllon Vill.
2568 2567 2518 290 Galium sudeticum Galium sudeticum Tausch. NULL Galium sudeticum 1697 2 NULL
2569 2569 2518 290 Galium tenue Galium tenue Vill. NULL Galium tenue 1698 2 NULL 29294 Galium tenue Vill.
2570 2570 2518 290 Galium pusillum Galium pusillum L. NULL Galium pusillum 1699 2 NULL 29197 Galium pusillum L.
2571 2570 2518 290 Galium pumilum Galium pumilum Lamk. NULL Galium pumilum 1699 2 NULL
2572 2572 2518 290 Galium caespitosum Galium caespitosum Ram. NULL Galium caespitosum 1700 2 NULL 28949 Galium cespitosum Lam.
2573 2573 2518 290 Galium pyrenaicum Galium pyrenaicum Gouan. NULL Galium pyrenaicum 1701 2 NULL 29202 Galium pyrenaicum Gouan
2574 2574 2518 290 Galium saxatile Galium saxatile L. NULL Galium saxatile 1702 2 NULL 29234 Galium saxatile L.
2575 2574 2518 290 Galium hercynicum Galium hercynicum Weigg. NULL Galium hercynicum 1702 2 NULL
2576 2576 2518 290 Galium helveticum Galium helveticum Weigg. NULL Galium helveticum 1703 2 NULL 29027 Galium helveticum sensu H J.Coste
2577 2576 2518 290 Galium tendae Galium tendae Reich. NULL Galium tendae 1703 2 NULL
2578 2578 2518 290 Galium megalospermum Galium megalospermum Vill. NULL Galium megalospermum 1704 2 NULL 29071 Galium megalospermum sensu Vill.
2579 2578 2518 290 Galium villarsii Galium villarsii Req. NULL Galium villarsii 1704 2 NULL
2580 2580 2518 290 Galium cometerrhizon Galium cometerrhizon Lap. NULL Galium cometerrhizon 1705 2 NULL 28954 Galium cometorhizon Lapeyr.
2581 2581 2514 220 Vaillantia Vaillantia NULL Vaillantia G332 2 252
2582 2582 2581 290 Vaillantia muralis Vaillantia muralis L. NULL Vaillantia muralis 1706 2 NULL 70521 Valantia muralis L.
2583 2583 2581 290 Vaillantia hispida Vaillantia hispida L. NULL Vaillantia hispida 1707 2 NULL 70519 Valantia hispida L.
2584 2584 2514 220 Asperula Asperula NULL Asperula G333 2 253
2585 2585 2584 290 Asperula arvensis Asperula arvensis L. NULL Asperula arvensis 1708 2 NULL 7266 Asperula arvensis L.
2586 2586 2584 290 Asperula taurina Asperula taurina L. NULL Asperula taurina 1709 2 NULL 74977 Asperula taurina L.
2587 2587 2584 290 Asperula hirta Asperula hirta Ram. NULL Asperula hirta 1710 2 NULL 7299 Asperula hirta Ramond
2588 2588 2584 290 Asperula hexaphylla Asperula hexaphylla Ail, NULL Asperula hexaphylla 1711 2 NULL 7298 Asperula hexaphylla All.
2589 2589 2584 290 Asperula odorata Asperula odorata L. NULL Aspérule odorante, Petit muguet. Asperula odorata 1712 2 NULL 7310 Asperula odorata L.
2590 2590 2584 290 Asperula laevigata Asperula laevigata L. NULL Asperula laevigata 1713 2 NULL 7301 Asperula laevigata L.
2591 2591 2584 290 Asperula galioides Asperula galioides M. Bieb. NULL Asperula galioides 1714 2 NULL 7294 Asperula galioides sensu auct.
2592 2591 2584 290 Galium glaucum Galium glaucum L. NULL Galium glaucum 1714 2 NULL
2593 2593 2584 290 Asperula tinctoria Asperula tinctoria L. NULL Asperula tinctoria 1715 2 NULL 7323 Asperula tinctoria L.
2594 2593 2584 290 Asperula pyrenaica Asperula pyrenaica L.? NULL Asperula pyrenaica 1715 2 NULL
2595 2595 2584 290 Asperula longiflora Asperula longiflora W. et Kit. NULL Asperula longiflora 1716 2 NULL 7302 Asperula longiflora Waldst. & Kit.
2596 2595 2584 290 Asperula jordani Asperula jordani Perr. et Song. NULL Asperula jordani 1716 2 NULL
2597 2597 2584 290 Asperula cynanchica Asperula cynanchica L. NULL Herbe à l'esquinancie. Asperula cynanchica 1717 2 NULL 7274 Asperula cynanchica L.
2598 2598 2514 220 Sherardia Sherardia NULL Sherardia G334 2 257
2599 2599 2598 290 Sherardia arvensis Sherardia arvensis L. NULL Sherardia arvensis 1718 2 NULL 63722 Sherardia arvensis L.
2600 2600 2514 220 Crucianella Crucianella NULL Crucianella G335 2 257
2601 2601 2600 290 Crucianella maritima Crucianella maritima L. NULL Crucianella maritima 1719 2 NULL 19953 Crucianella maritima L.
2602 2602 2600 290 Crucianella latifolia Crucianella latifolia L. NULL Crucianella latifolia 1720 2 NULL 19951 Crucianella latifolia L.
2603 2602 2600 290 Crucianella monspeliaca Crucianella monspeliaca L. NULL Crucianella monspeliaca 1720 2 NULL
2604 2604 2600 290 Crucianella angustifolia Crucianella angustifolia L. NULL Crucianella angustifolia 1721 2 NULL 19949 Crucianella angustifolia L.
2605 2605 2490 180 Valerianaceae Valerianaceae NULL Valerianees F61 2 258
2606 2606 2605 220 Centranthus Centranthus NULL Centranthus G336 2 259
2607 2607 2606 290 Centranthus angustifolius Centranthus angustifolius DC. NULL Centranthus angustifolius 1722 2 NULL 15642 Centranthus angustifolius (Mill) DC.
2608 2608 2606 290 Centranthus ruber Centranthus ruber DC. NULL Valériane rouge, Lilas d'Espagne. Centranthus ruber 1723 2 NULL 75042 Centranthus ruber (L) DC.
2609 2609 2606 290 Centranthus nervosus Centranthus nervosus Moris. NULL Centranthus nervosus 1724 2 NULL 15653 Centranthus nervosus Moris
2610 2610 2606 290 Centranthus calcitrapa Centranthus calcitrapa DC. NULL Centranthus calcitrapa 1725 2 NULL 78016 Centranthus calcitrapae (L) DC.
2611 2611 2605 220 Valeriana Valeriana NULL Valeriana G337 2 260
2612 2612 2611 290 Valeriana excelsa Valeriana excelsa Poir. NULL Valeriana excelsa 1726 2 NULL 70554 Valeriana excelsa Poir.
2613 2612 2611 290 Valeriana sambucifolia Valeriana sambucifolia Mile NULL Valeriana sambucifolia 1726 2 NULL
2614 2614 2611 290 Valeriana officinalis Valeriana officinalis L. NULL Valériane officinale. Valeriana officinalis 1727 2 NULL 70592 Valeriana officinalis L.
2615 2615 2611 290 Valeriana hispidula Valeriana hispidula Boiss. NULL Valeriana hispidula 1728 2 NULL 70564 Valeriana hispidula Boiss.
2616 2616 2611 290 Valeriana pyrenaica Valeriana pyrenaica L. NULL Valeriana pyrenaica 1729 2 NULL 70615 Valeriana pyrenaica L.
2617 2617 2611 290 Valeriana dioica Valeriana dioica L. NULL Valeriana dioica 1730 2 NULL 75426 Valeriana dioica L.
2618 2618 2611 290 Valeriana tuberosa Valeriana tuberosa L. NULL Valeriana tuberosa 1731 2 NULL 70638 Valeriana tuberosa L.
2619 2619 2611 290 Valeriana tripteris Valeriana tripteris L. NULL Valeriana tripteris 1732 2 NULL 70635 Valeriana tripteris L.
2620 2620 2611 290 Valeriana montana Valeriana montana L. NULL Valeriana montana 1733 2 NULL 70580 Valeriana montana L.
2621 2621 2611 290 Valeriana globulariaefolia Valeriana globulariaefolia Ram. NULL Valeriana globulariaefolia 1734 2 NULL 70560 Valeriana globulariifolia Ramond ex DC.
2622 2622 2611 290 Valeriana saliunca Valeriana saliunca All. NULL Valeriana saliunca 1735 2 NULL 70623 Valeriana saliunca All.
2623 2623 2611 290 Valeriana celtica Valeriana celtica L. NULL Valeriana celtica 1736 2 NULL 70546 Valeriana celtica L.
2624 2624 2605 220 Fedia Fedia NULL Fedia G338 2 265
2625 2625 2624 290 Fedia cornucopiae Fedia cornucopiae Gaertn. NULL Corne d'abondance. Fedia cornucopiae 1737 2 NULL 26501 Fedia cornucopiae sensu auct.
2626 2626 2605 220 Valerianella Valerianella NULL Valerianella G339 2 365
2627 2627 2626 290 Valerianella echinata Valerianella echinata DC. NULL Valerianella echinata 1738 2 NULL 70664 Valerianella echinata (L) DC.
2628 2628 2626 290 Valerianella olitoria Valerianella olitoria Poil. NULL Valerianella olitoria 1739 2 NULL 70688 Valerianella olitoria (L) Pollich
2629 2629 2626 290 Valerianella carinata Valerianella carinata Lois. NULL Valerianella carinata 1740 2 NULL 70653 Valerianella carinata Loisel.
2630 2630 2626 290 Valerianella pumila Valerianella pumila DC. NULL Valerianella pumila 1741 2 NULL 70693 Valerianella pumila (Willd) DC.
2631 2630 2626 290 Valerianella membranacea Valerianella membranacea Lois. NULL Valerianella membranacea 1741 2 NULL
2632 2632 2626 290 Valerianella auricula Valerianella auricula DC. NULL Valerianella auricula 1742 2 NULL 70649 Valerianella auricula DC.
2633 2632 2626 290 Valerianella rimosa Valerianella rimosa Bast. NULL Valerianella rimosa 1742 2 NULL
2634 2634 2626 290 Valerianella morisonii Valerianella morisonii DC. NULL Valerianella morisonii 1743 2 NULL 70682 Valerianella morisonii (Spreng) DC.
2635 2634 2626 290 Valerianella dentata Valerianella dentata Poll. NULL Valerianella dentata 1743 2 NULL
2636 2636 2626 290 Valerianella microcarpa Valerianella microcarpa Lois. NULL Valerianella microcarpa 1744 2 NULL 70680 Valerianella microcarpa Loisel.
2637 2636 2626 290 Valerianella puberula Valerianella puberula DC. NULL Valerianella puberula 1744 2 NULL
2638 2638 2626 290 Valerianella truncata Valerianella truncata Betcke. NULL Valerianella truncata 1745 2 NULL 70699 Valerianella truncata (Rchb) Betcke
2639 2639 2626 290 Valerianella eriocarpa Valerianella eriocarpa Desv. NULL Valerianella eriocarpa 1746 2 NULL 70665 Valerianella eriocarpa Desv.
2640 2640 2626 290 Valerianella coronata Valerianella coronata DC. NULL Valerianella coronata 1747 2 NULL 70655 Valerianella coronata (L) DC.
2641 2641 2626 290 Valerianella discoidea Valerianella discoidea Lois. NULL Valerianella discoidea 1748 2 NULL 70663 Valerianella discoidea (L) Loisel.
2642 2642 2490 180 Dipsacaceae Dipsacaceae NULL Dipsacees F62 2 269
2643 2643 2642 220 Dipsacus Dipsacus NULL Dipsacus G340 2 270
2644 2644 2643 290 Dipsacus pilosus Dipsacus pilosus L. NULL Verge à pasteur. Dipsacus pilosus 1749 2 NULL 22688 Dipsacus pilosus L.
2645 2644 2643 290 Cephalaria pilosa Cephalaria pilosa Gren. et G. NULL Cephalaria pilosa 1749 2 NULL
2646 2646 2643 290 Dipsacus fullonum Dipsacus fullonum Mill. NULL Chardon à foulon. Dipsacus fullonum 1750 2 NULL 22677 Dipsacus fullonum sensu H J.Coste
2647 2647 2643 290 Dipsacus ferox Dipsacus ferox Lois. NULL Dipsacus ferox 1751 2 NULL 22676 Dipsacus ferox Loisel.
2648 2648 2643 290 Dipsacus laciniatus Dipsacus laciniatus L. NULL Dipsacus laciniatus 1752 2 NULL 22685 Dipsacus laciniatus L.
2649 2649 2643 290 Dipsacus silvestris Dipsacus silvestris Mill. NULL Cardère sauvage. Dipsacus silvestris 1753 2 NULL 22690 Dipsacus sylvestris Mill.
2650 2650 2642 220 Cephalaria Cephalaria NULL Cephalaria G341 2 272
2651 2651 2650 290 Cephalaria syriaca Cephalaria syriaca Schrad. NULL Cephalaria syriaca 1754 2 NULL 15712 Cephalaria syriaca (L) Schrad. ex Roem. & Schult.
2652 2652 2650 290 Cephalaria transylvanica Cephalaria transylvanica Schrad. NULL Cephalaria transylvanica 1755 2 NULL 15715 Cephalaria transylvanica (L) Schrad. ex Roem. & Schult.
2653 2653 2650 290 Cephalaria alpina Cephalaria alpina Schrad. NULL Cephalaria alpina 1756 2 NULL 78026 Cephalaria alpina (L) Schrad.
2654 2654 2650 290 Cephalaria leucantha Cephalaria leucantha Schrad. NULL Cephalaria leucantha 1757 2 NULL 78025 Cephalaria leucantha (L) Schrad.
2655 2655 2642 220 Knautia Knautia NULL Knautia G342 2 274
2656 2656 2655 290 Knautia hybrida Knautia hybrida Coult. NULL Knautia hybrida 1758 2 NULL 36976 Knautia hybrida (All) Coult.
2657 2657 2655 290 Knautia collina Knautia collina Gren. et G. NULL Knautia collina 1759 2 NULL 36958 Knautia collina (Duby) Gren.
2658 2657 2655 290 Knautia subscaposa Knautia subscaposa Boiss. NULL Knautia subscaposa 1759 2 NULL
2659 2659 2655 290 Knautia arvensis Knautia arvensis Koch NULL Scabieuse. Knautia arvensis 1760 2 NULL 75201 Knautia arvensis (L) Coult.
2660 2659 2655 290 Trichera arvensis Trichera arvensis Schrad. NULL Trichera arvensis 1760 2 NULL
2661 2661 2655 290 Knautia silvatica Knautia silvatica Duby NULL Knautia silvatica 1761 2 NULL 37011 Knautia sylvatica sensu H J.Coste
2662 2661 2655 290 Knautia dipsacifolia Knautia dipsacifolia Host. NULL Knautia dipsacifolia 1761 2 NULL
2663 2663 2655 290 Knautia longifolia Knautia longifolia Koch NULL Knautia longifolia 1762 2 NULL 36986 Knautia longifolia sensu H J.Coste
2664 2663 2655 290 Knautia godeti Knautia godeti Reut. NULL Knautia godeti 1762 2 NULL
2665 2665 2642 220 Scabiosa Scabiosa NULL Scabiosa G343 2 276
2666 2666 2665 290 Scabiosa succisa Scabiosa succisa L. NULL Mors du diable. Scabiosa succisa 1763 2 NULL 61242 Scabiosa succisa L.
2667 2666 2665 290 Succisa pratensis Succisa pratensis Moench. NULL Succisa pratensis 1763 2 NULL
2668 2668 2665 290 Scabiosa australis Scabiosa australis Wulf. NULL Scabiosa australis 1764 2 NULL 61098 Scabiosa australis Wulfen
2669 2668 2665 290 Succisa australis Succisa australis Reich. NULL Succisa australis 1764 2 NULL
2670 2670 2665 290 Scabiosa rutaefolia Scabiosa rutaefolia Vahl NULL Scabiosa rutaefolia 1765 2 NULL 61227 Scabiosa rutifolia Vahl
2671 2670 2665 290 Pycnocomon rutaefolium Pycnocomon rutaefolium Hoff. NULL Pycnocomon rutaefolium 1765 2 NULL
2672 2672 2665 290 Scabiosa maritima Scabiosa maritima L. NULL Scabiosa maritima 1766 2 NULL 61194 Scabiosa maritima L.
2673 2673 2665 290 Scabiosa stellata Scabiosa stellata L. NULL Scabiosa stellata 1767 2 NULL 61236 Scabiosa stellata L.
2674 2673 2665 290 Scabiosa monspeliensis Scabiosa monspeliensis Jacq. NULL Scabiosa monspeliensis 1767 2 NULL
2675 2675 2665 290 Scabiosa graminifolia Scabiosa graminifolia L. NULL Scabiosa graminifolia 1768 2 NULL 61161 Scabiosa graminifolia L.
2676 2676 2665 290 Scabiosa ucranica Scabiosa ucranica L. NULL Scabiosa ucranica 1769 2 NULL 61252 Scabiosa ucranica L.
2677 2677 2665 290 Scabiosa suaveolens Scabiosa suaveolens Desf. NULL Scabiosa suaveolens 1770 2 NULL 61241 Scabiosa suaveolens Desf. ex DC.
2678 2678 2665 290 Scabiosa gramuntia Scabiosa gramuntia L. NULL Scabiosa gramuntia 1771 2 NULL 61163 Scabiosa gramuntia L.
2679 2678 2665 290 Scabiosa breviseta Scabiosa breviseta Jord. NULL Scabiosa breviseta 1771 2 NULL
2680 2680 2665 290 Scabiosa columbaria Scabiosa columbaria L. NULL Scabiosa columbaria 1772 2 NULL 61116 Scabiosa columbaria L.
2681 2681 2665 290 Scabiosa pyrenaica Scabiosa pyrenaica All. NULL Scabiosa pyrenaica 1773 2 NULL 61223 Scabiosa pyrenaica sensu H J.Coste
2682 2681 2665 290 Scabiosa velutina Scabiosa velutina Jord. NULL Scabiosa velutina 1773 2 NULL
2683 2681 2665 290 Scabiosa vestita Scabiosa vestita Jord. NULL Scabiosa vestita 1773 2 NULL
2684 2684 2665 290 Scabiosa lucida Scabiosa lucida Vill. NULL Scabiosa lucida 1774 2 NULL 75352 Scabiosa lucida Vill.
2685 2685 2490 180 Asteraceae Asteraceae NULL Composees F63 2 280
2686 2686 2685 220 Eupatorium Eupatorium NULL Eupatorium G344 2 284
2687 2687 2686 290 Eupatorium cannabinum Eupatorium cannabinum L. NULL Eupatoire à feuilles de chanvre. Eupatorium cannabinum 1775 2 NULL 25746 Eupatorium cannabinum L.
2688 2688 2685 220 Adenostyles Adenostyles NULL Adenostyles G345 2 285
2689 2689 2688 290 Adenostyles leucophylla Adenostyles leucophylla Rchb. NULL Adenostyles leucophylla 1776 2 NULL 807 Adenostyles leucophylla (Willd) Rchb.
2690 2690 2688 290 Adenostyles albifrons Adenostyles albifrons Rchb. NULL Adenostyles albifrons 1777 2 NULL 788 Adenostyles albifrons Rchb.
2691 2691 2688 290 Adenostyles alpina Adenostyles alpina Bluff et Fingeruth NULL Adenostyles alpina 1778 2 NULL 74938 Adenostyles alpina (L) Bluff & Fingerh.
2692 2691 2688 290 Cacalia alpina Cacalia alpina L. NULL Cacalia alpina 1778 2 NULL
2693 2693 2685 220 Petasites Petasites NULL Petasites G346 2 286
2694 2694 2693 290 Petasites fragrans Petasites fragrans Presl. NULL Petasites fragrans 1779 2 NULL 48370 Petasites fragrans (Vill) C Presl
2695 2694 2693 290 Nardosmia fragrans Nardosmia fragrans Rchb. NULL Nardosmia fragrans 1779 2 NULL
2696 2696 2693 290 Petasites niveus Petasites niveus Baumg. NULL Petasites niveus 1780 2 NULL 48376 Petasites niveus (Vill) Baumg.
2697 2697 2693 290 Petasites albus Petasites albus Gaertn. NULL Petasites albus 1781 2 NULL 48366 Petasites albus (L) Gaertn.
2698 2698 2693 290 Petasites officinalis Petasites officinalis Moench NULL Petasites officinalis 1782 2 NULL 48378 Petasites officinalis Moench
2699 2698 2693 290 Tussilago petasites Tussilago petasites L. NULL Tussilago petasites 1782 2 NULL
2700 2700 2685 220 Homogyne Homogyne NULL Homogyne G347 2 287
2701 2701 2700 290 Homogyne alpina Homogyne alpina Cass. NULL Homogyne alpina 1783 2 NULL 34785 Homogyne alpina (L) Cass.
2702 2701 2700 290 Tussilago alpina Tussilago alpina L. NULL Tussilago alpina 1783 2 NULL
2703 2703 2685 220 Tussilago Tussilago NULL Tussilago G348 2 287
2704 2704 2703 290 Tussilago farfara Tussilago farfara L. NULL Pas-d'âne. Tussilago farfara 1784 2 NULL 70113 Tussilago farfara L.
2705 2705 2685 220 Solidago Solidago NULL Solidago G349 2 288
2706 2706 2705 290 Solidago virga-aurea Solidago virga-aurea L. NULL Verge-d'or. Solidago virga-aurea 1785 2 NULL 65107 Solidago virgaurea L.
2707 2707 2705 290 Solidago glabra Solidago glabra Desf. NULL Solidago glabra 1786 2 NULL 65069 Solidago glabra Desf.
2708 2707 2705 290 Solidago serotina Solidago serotina Ait. NULL Solidago serotina 1786 2 NULL
2709 2709 2685 220 Linosyris Linosyris NULL Linosyris G350 2 288
2710 2710 2709 290 Linosyris vulgaris Linosyris vulgaris DC. NULL Linosyris vulgaris 1787 2 NULL 39359 Linosyris vulgaris Cass. ex Less.
2711 2710 2709 290 Ghrysocoma linosyris Ghrysocoma linosyris L. NULL Ghrysocoma linosyris 1787 2 NULL
2712 2712 2685 220 Phagnalon Phagnalon NULL Phagnalon G351 2 289
2713 2713 2712 290 Phagnalon sordidum Phagnalon sordidum DC. NULL Phagnalon sordidum 1788 2 NULL 78033 Phagnalon sordidum DC.
2714 2714 2712 290 Phagnalon saxatile Phagnalon saxatile Cass. NULL Phagnalon saxatile 1789 2 NULL 48576 Phagnalon saxatile (L) Cass.
2715 2715 2712 290 Phagnalon rupestre Phagnalon rupestre DC. NULL Phagnalon rupestre 1790 2 NULL 48569 Phagnalon rupestre auct W Medit., sensu 2, 4 (P.P.), 5
2716 2715 2712 290 Phagnalon tenorei Phagnalon tenorei Presl. NULL Phagnalon tenorei 1790 2 NULL
2717 2717 2685 220 Erigeron Erigeron NULL Erigeron G352 2 290
2718 2718 2717 290 Erigeron canadensis Erigeron canadensis L. NULL Vergerette du Canada. Erigeron canadensis 1791 2 NULL 24880 Erigeron canadensis L.
2719 2719 2717 290 Erigeron acris Erigeron acris L. NULL Erigeron acris 1792 2 NULL 24823 Erigeron acer L.
2720 2720 2717 290 Erigeron villarsii Erigeron villarsii Bell. NULL Erigeron villarsii 1793 2 NULL 24965 Erigeron villarsii Bellardi
2721 2721 2717 290 Erigeron alpinus Erigeron alpinus L. NULL Erigeron alpinus 1794 2 NULL 24835 Erigeron alpinus L.
2722 2722 2717 290 Erigeron glabratus Erigeron glabratus Hoppe et Hornsch. NULL Erigeron glabratus 1795 2 NULL 24894 Erigeron glabratus Hoppe & Hornsch. ex Bluff & Fingerh.
2723 2723 2717 290 Erigeron uniflorus Erigeron uniflorus L. NULL Erigeron uniflorus 1796 2 NULL 75111 Erigeron uniflorus L.
2724 2724 2685 220 Conyza Conyza NULL Conyza G353 2 292
2725 2725 2724 290 Conyza ambigua Conyza ambigua DC. NULL Conyza ambigua 1797 2 NULL 18831 Conyza ambigua DC.
2726 2726 2724 290 Conyza naudini Conyza naudini Bonnet NULL Conyza naudini 1798 2 NULL 18847 Conyza naudinii Bonnet
2727 2726 2724 290 Conyza altissima Conyza altissima Debeaux NULL Conyza altissima 1798 2 NULL
2728 2728 2685 220 Stenactis Stenactis NULL Stenactis G354 2 292
2729 2729 2728 290 Stenactis annua Stenactis annua Nees. NULL Stenactis annua 1799 2 NULL 78067 Stenactis annua (L) Nees
2730 2730 2685 220 Aster Aster NULL Aster G355 2 293
2731 2731 2730 290 Aster pyrenaeus Aster pyrenaeus DC. NULL Aster pyrenaeus 1800 2 NULL 7890 Aster pyrenaeus Desf. ex DC.
2732 2732 2730 290 Aster alpinus Aster alpinus L. NULL Aster des Alpes. Aster alpinus 1801 2 NULL 7796 Aster alpinus L.
2733 2733 2730 290 Aster amellus Aster amellus L. NULL Aster amellus 1802 2 NULL 7805 Aster amellus L.
2734 2734 2730 290 Aster tripolium Aster tripolium L. NULL Aster tripolium 1803 2 NULL 7918 Aster tripolium L.
2735 2735 2730 290 Aster acris Aster acris L. NULL Aster acris 1804 2 NULL 7790 Aster acris L.
2736 2736 2730 290 Aster trinervis Aster trinervis Desf. NULL Aster trinervis 1805 2 NULL 78027 Aster trinervis Desf.
2737 2736 2730 290 Galatella rigida Galatella rigida DC. NULL Galatella rigida 1805 2 NULL
2738 2738 2730 290 Aster brumalis Aster brumalis Nees. NULL Aster d'hiver. Aster brumalis 1806 2 NULL 7821 Aster brumalis Nees
2739 2739 2730 290 Aster salignus Aster salignus Willd. NULL Aster salignus 1807 2 NULL 7897 Aster x salignus Willd.
2740 2740 2685 220 Bellidiastrum Bellidiastrum NULL Bellidiastrum G356 2 295
2741 2741 2740 290 Bellidiastrum michelii Bellidiastrum michelii Cass. NULL Bellidiastrum michelii 1808 2 NULL 9388 Bellidiastrum michelii Cass.
2742 2742 2685 220 Bellium Bellium NULL Bellium G357 2 295
2743 2743 2742 290 Bellium bellidioides Bellium bellidioides L. NULL Bellium bellidioides 1809 2 NULL 9426 Bellium bellidioides L.
2744 2744 2685 220 Doronicum Doronicum NULL Doronicum G358 2 296
2745 2745 2744 290 Doronicum austriacum Doronicum austriacum Jacq. NULL Doronicum austriacum 1810 2 NULL 22747 Doronicum austriacum Jacq.
2746 2746 2744 290 Doronicum cordatum Doronicum cordatum Lamk. NULL Doronicum cordatum 1811 2 NULL 22754 Doronicum cordatum Lam.
2747 2746 2744 290 Doronicum pardalianghes Doronicum pardalianghes L. p. p. NULL Doronicum pardalianghes 1811 2 NULL
2748 2748 2744 290 Doronicum emarginatum Doronicum emarginatum Le Grand NULL Doronicum emarginatum 1812 2 NULL 22758 Doronicum emarginatum Legrand ex H.J.Coste
2749 2748 2744 290 Doronicum scorpiodies Doronicum scorpiodies auct. an Willd. ? NULL Doronicum scorpiodies 1812 2 NULL
2750 2750 2744 290 Doronicum plantagineum Doronicum plantagineum L. NULL Doronicum plantagineum 1813 2 NULL 22781 Doronicum plantagineum L.
2751 2751 2685 220 Aronicum Aronicum NULL Aronicum G359 2 297
2752 2752 2751 290 Aronicum corsicum Aronicum corsicum DC. NULL Aronicum corsicum 1814 2 NULL 6674 Aronicum corsicum (Loisel) DC.
2753 2753 2751 290 Aronicum scorpioides Aronicum scorpioides DC. NULL Aronicum scorpioides 1815 2 NULL 6677 Aronicum scorpioides DC.
2754 2754 2751 290 Aronicum clusii Aronicum clusii Koch. NULL Aronicum clusii 1816 2 NULL 6673 Aronicum clusii (All) W D.J.Koch
2755 2754 2751 290 Aronicum doronicum Aronicum doronicum Rchb. NULL Aronicum doronicum 1816 2 NULL
2756 2756 2685 220 Arnica Arnica NULL Arnica G360 2 298
2757 2757 2756 290 Arnica montana Arnica montana L. NULL Arnica des montagnes. Arnica montana 1817 2 NULL 6646 Arnica montana L.
2758 2758 2685 220 Senecio Senecio NULL Senecio G361 2 299
2759 2759 2758 290 Senecio vulgaris Senecio vulgaris L. NULL Séneçon commun. Senecio vulgaris 1818 2 NULL 63096 Senecio vulgaris L.
2760 2760 2758 290 Senecio viscosus Senecio viscosus L. NULL Senecio viscosus 1819 2 NULL 63095 Senecio viscosus L.
2761 2761 2758 290 Senecio silvaticus Senecio silvaticus L. NULL Senecio silvaticus 1820 2 NULL 63070 Senecio sylvaticus L.
2762 2762 2758 290 Senecio lividus Senecio lividus L. NULL Senecio lividus 1821 2 NULL 62965 Senecio lividus L.
2763 2763 2758 290 Senecio adonidifolius Senecio adonidifolius Lois. NULL Senecio adonidifolius 1822 2 NULL 62750 Senecio adonidifolius Loisel.
2764 2764 2758 290 Senecio leucanthemifolius Senecio leucanthemifolius Poir. NULL Senecio leucanthemifolius 1823 2 NULL 62952 Senecio leucanthemifolius Poir.
2765 2765 2758 290 Senecio crassifolius Senecio crassifolius Willd. NULL Senecio crassifolius 1824 2 NULL 62822 Senecio crassifolius Willd.
2766 2766 2758 290 Senecio gallicus Senecio gallicus Vill. NULL Senecio gallicus 1825 2 NULL 74745 Senecio gallicus Vill.
2767 2767 2758 290 Senecio erucifolius Senecio erucifolius L. NULL Senecio erucifolius 1826 2 NULL 62849 Senecio erucifolius L.
2768 2768 2758 290 Senecio jacobaea Senecio jacobaea L. NULL Jacobée. Senecio jacobaea 1827 2 NULL 62920 Senecio jacobaea L.
2769 2769 2758 290 Senecio aquaticus Senecio aquaticus Huds. NULL Senecio aquaticus 1828 2 NULL 62760 Senecio aquaticus Hill
2770 2770 2758 290 Senecio erraticus Senecio erraticus Bertol. NULL Senecio erraticus 1829 2 NULL 62847 Senecio erraticus Bertol.
2771 2771 2758 290 Senecio cineraria Senecio cineraria DC. NULL Senecio cineraria 1830 2 NULL 62808 Senecio cineraria DC.
2772 2772 2758 290 Senecio leucophyllus Senecio leucophyllus DC. NULL Senecio leucophyllus 1831 2 NULL 62958 Senecio leucophyllus DC.
2773 2773 2758 290 Senecio incanus Senecio incanus L. NULL Senecio incanus 1832 2 NULL 75491 Senecio incanus L.
2774 2774 2758 290 Senecio uniflorus Senecio uniflorus All. NULL Senecio uniflorus 1833 2 NULL 63089 Senecio uniflorus (All) All.
2775 2775 2758 290 Senecio cordatus Senecio cordatus Koch. NULL Senecio cordatus 1834 2 NULL 62816 Senecio cordatus W D J.Koch
2776 2776 2758 290 Senecio cacaliaster Senecio cacaliaster Lamk. NULL Senecio cacaliaster 1835 2 NULL 62788 Senecio cacaliaster Lam.
2777 2777 2758 290 Senecio fluviatilis Senecio fluviatilis Wallr. NULL Senecio fluviatilis 1836 2 NULL 62866 Senecio fluviatilis Wallr.
2778 2777 2758 290 Senecio salicetorum Senecio salicetorum Godr. NULL Senecio salicetorum 1836 2 NULL
2779 2779 2758 290 Senecio fuchsii Senecio fuchsii Gmel. NULL Senecio fuchsii 1837 2 NULL 62873 Senecio fuchsii C C Gmel.
2780 2780 2758 290 Senecio jacquinianus Senecio jacquinianus Rchb. NULL Senecio jacquinianus 1838 2 NULL 62937 Senecio jacquinianus sensu H J.Coste
2781 2781 2758 290 Senecio doria Senecio doria L. NULL Senecio doria 1839 2 NULL 75364 Senecio doria L.
2782 2782 2758 290 Senecio paludosus Senecio paludosus L. NULL Senecio paludosus 1840 2 NULL 63002 Senecio paludosus L.
2783 2783 2758 290 Senecio tournefortii Senecio tournefortii Lapeyr. NULL Senecio tournefortii 1841 2 NULL 63082 Senecio tournefortii Lapeyr.
2784 2784 2758 290 Senecio doronicum Senecio doronicum L. NULL Senecio doronicum 1842 2 NULL 62835 Senecio doronicum (L) L.
2785 2785 2758 290 Senecio ruthenensis Senecio ruthenensis Mazuc et Timb. NULL Senecio ruthenensis 1843 2 NULL 63038 Senecio ruthenensis Mazuc & Timb.
2786 2786 2758 290 Senecio gerardi Senecio gerardi G. G. NULL Senecio gerardi 1844 2 NULL 62883 Senecio gerardi Gren. & Godr.
2787 2787 2758 290 Senecio palustris Senecio palustris DC. NULL Senecio palustris 1845 2 NULL 63005 Senecio palustris (L) Hook.
2788 2787 2758 290 Cineraria palustris Cineraria palustris L. NULL Cineraria palustris 1845 2 NULL
2789 2789 2758 290 Senecio lanceolatus Senecio lanceolatus Puel. NULL Senecio lanceolatus 1846 2 NULL 62948 Senecio lanceolatus (Lam) Gren.
2790 2789 2758 290 Cineraria spatulifolia Cineraria spatulifolia Gm. NULL Cineraria spatulifolia 1846 2 NULL
2791 2791 2758 290 Senecio campestris Senecio campestris DC. NULL Senecio campestris 1847 2 NULL 62799 Senecio campestris (Retz) DC.
2792 2791 2758 290 Cineraria campestris Cineraria campestris Retz. NULL Cineraria campestris 1847 2 NULL
2793 2793 2758 290 Senecio aurantiacus Senecio aurantiacus DC. NULL Senecio aurantiacus 1848 2 NULL 78519 Senecio aurantiacus DC.
2794 2793 2758 290 Cineraria aurantiaca Cineraria aurantiaca Hoppe NULL Cineraria aurantiaca 1848 2 NULL
2795 2795 2758 290 Senecio pyrenaicus Senecio pyrenaicus G. G. NULL Senecio pyrenaicus 1849 2 NULL 63024 Senecio pyrenaicus Godr.
2796 2796 2758 290 Senecio brachychaetus Senecio brachychaetus DC. NULL Senecio brachychaetus 1850 2 NULL 62785 Senecio brachychaetus DC.
2797 2796 2758 290 Cineraria longifolia Cineraria longifolia Jacq. p. p. NULL Cineraria longifolia 1850 2 NULL
2798 2798 2758 290 Senecio balbisianus Senecio balbisianus DC. NULL Senecio balbisianus 1851 2 NULL 62775 Senecio balbisianus DC.
2799 2798 2758 290 Cineraria balbisiana Cineraria balbisiana Bertol. NULL Cineraria balbisiana 1851 2 NULL
2800 2800 2685 220 Ligularia Ligularia NULL Ligularia G362 2 310
2801 2801 2800 290 Ligularia sibirica Ligularia sibirica Gass. NULL Ligularia sibirica 1852 2 NULL 38880 Ligularia sibirica (L) Cass.
2802 2802 2685 220 Inula Inula NULL Inula G363 2 310
2803 2803 2802 290 Inula helenium Inula helenium L. Année. NULL Inula helenium 1853 2 NULL 75190 Inula helenium L.
2804 2804 2802 290 Inula helenioides Inula helenioides DC. NULL Inula helenioides 1854 2 NULL 35791 Inula helenioides DC.
2805 2805 2802 290 Inula britannica Inula britannica L. NULL Inula britannica 1855 2 NULL 75189 Inula britannica L.
2806 2806 2802 290 Inula hirta Inula hirta L. NULL Inula hirta 1856 2 NULL 35796 Inula hirta L.
2807 2807 2802 290 Inula montana Inula montana L. NULL Inula montana 1857 2 NULL 35806 Inula montana L.
2808 2808 2802 290 Inula vaillantii Inula vaillantii Vill. NULL Inula vaillantii 1858 2 NULL 35833 Inula vaillantii (All) Vill.
2809 2809 2802 290 Inula salicina Inula salicina L. NULL Inula salicina 1859 2 NULL 35816 Inula salicina L.
2810 2810 2802 290 Inula spiraeifolia Inula spiraeifolia L. NULL Inula spiraeifolia 1860 2 NULL 35827 Inula spiraeifolia L.
2811 2810 2802 290 Inula squarrosa Inula squarrosa L. NULL Inula squarrosa 1860 2 NULL
2812 2812 2802 290 Inula crithmoides Inula crithmoides L. NULL Inula crithmoides 1861 2 NULL 35776 Inula crithmoides L.
2813 2813 2802 290 Inula conyza Inula conyza DC. NULL Inula conyza 1862 2 NULL 35770 Inula conyza DC.
2814 2813 2802 290 Conyza squarrosa Conyza squarrosa L. NULL Conyza squarrosa 1862 2 NULL
2815 2815 2802 290 Inula bifrons Inula bifrons L. NULL Inula bifrons 1863 2 NULL 35759 Inula bifrons (L) L.
2816 2816 2802 290 Inula graveolens Inula graveolens Desf. NULL Inula graveolens 1864 2 NULL 35789 Inula graveolens (L) Desf.
2817 2817 2802 290 Inula viscosa Inula viscosa Ait. NULL Inula viscosa 1865 2 NULL 35836 Inula viscosa (L) Aiton
2818 2818 2685 220 Pulicaria Pulicaria NULL Pulicaria G364 2 315
2819 2819 2818 290 Pulicaria odora Pulicaria odora Rchb. NULL Pulicaria odora 1866 2 NULL 53972 Pulicaria odora (L) Rchb.
2820 2819 2818 290 Inula odora Inula odora L. NULL Inula odora 1866 2 NULL
2821 2821 2818 290 Pulicaria dysenterica Pulicaria dysenterica Gaertn. NULL Herbe-Saint-Roch. Pulicaria dysenterica 1867 2 NULL 53964 Pulicaria dysenterica (L) Bernh.
2822 2821 2818 290 Inula dysenterica Inula dysenterica L. NULL Inula dysenterica 1867 2 NULL
2823 2823 2818 290 Pulicaria vulgaris Pulicaria vulgaris Gaertn. NULL Pulicaria vulgaris 1868 2 NULL 53981 Pulicaria vulgaris Gaertn.
2824 2823 2818 290 Inula pulicaria Inula pulicaria L. NULL Inula pulicaria 1868 2 NULL
2825 2825 2818 290 Pulicaria sicula Pulicaria sicula Moris. NULL Pulicaria sicula 1869 2 NULL 53977 Pulicaria sicula (L) Moris
2826 2825 2818 290 Erigeron siculum Erigeron siculum L. NULL Erigeron siculum 1869 2 NULL
2827 2827 2685 220 Jasonia Jasonia NULL Jasonia G365 2 316
2828 2828 2827 290 Jasonia glutinosa Jasonia glutinosa DC. NULL Jasonia glutinosa 1870 2 NULL 36296 Jasonia glutinosa sensu H J.Coste
2829 2828 2827 290 Erigeron glutinosum Erigeron glutinosum L. NULL Erigeron glutinosum 1870 2 NULL
2830 2830 2827 290 Jasonia tuberosa Jasonia tuberosa DC. NULL Jasonia tuberosa 1871 2 NULL 36301 Jasonia tuberosa (L) DC.
2831 2830 2827 290 Erigeron tuberosum Erigeron tuberosum L. NULL Erigeron tuberosum 1871 2 NULL
2832 2832 2685 220 Helichrysum Helichrysum NULL Helichrysum G366 2 317
2833 2833 2832 290 Helichrysum frigidum Helichrysum frigidum Willd. NULL Helichrysum frigidum 1872 2 NULL 31376 Helichrysum frigidum (Labill) Willd.
2834 2834 2832 290 Helichrysum foetidum Helichrysum foetidum Gass. NULL Helichrysum foetidum 1873 2 NULL 31375 Helichrysum foetidum (L) Moench
2835 2834 2832 290 Gnaphalium foetidum Gnaphalium foetidum L. NULL Gnaphalium foetidum 1873 2 NULL
2836 2836 2832 290 Helichrysum arenarium Helichrysum arenarium DC. NULL Helichrysum arenarium 1874 2 NULL 78072 Helichrysum arenarium (L) DC.
2837 2836 2832 290 Gnaphalium arenarium Gnaphalium arenarium L. NULL Gnaphalium arenarium 1874 2 NULL
2838 2838 2832 290 Helichrysum stoechas Helichrysum stoechas L. NULL Immortelle. Helichrysum stoechas 1875 2 NULL 75163 Helichrysum stoechas (L) Moench
2839 2838 2832 290 Gnaphalium stoechas Gnaphalium stoechas L. NULL Gnaphalium stoechas 1875 2 NULL
2840 2840 2832 290 Helichrysum bitterrense Helichrysum bitterrense Coste. NULL Helichrysum bitterrense 1876 2 NULL 31364 Helichrysum biterrense H J Coste & Mouret
2841 2841 2832 290 Helichrysum serotinum Helichrysum serotinum Boiss. NULL Helichrysum serotinum 1877 2 NULL 31402 Helichrysum serotinum Boiss.
2842 2842 2832 290 Helichrysum angustifolium Helichrysum angustifolium DC. NULL Helichrysum angustifolium 1878 2 NULL 31357 Helichrysum angustifolium (Lam) DC.
2843 2843 2832 290 Helichrysum microphyllum Helichrysum microphyllum ambess. NULL Helichrysum microphyllum 1879 2 NULL 31389 Helichrysum microphyllum (Willd) Cambess.
2844 2844 2685 220 Gnaphalium Gnaphalium NULL Gnaphalium G367 2 320
2845 2845 2844 290 Gnaphalium undulatum Gnaphalium undulatum L. NULL Gnaphalium undulatum 1880 2 NULL 30584 Gnaphalium undulatum L.
2846 2846 2844 290 Gnaphalium luteo-album Gnaphalium luteo-album L. NULL Immortelle des marais. Gnaphalium luteo-album 1881 2 NULL 30511 Gnaphalium luteoalbum L.
2847 2847 2844 290 Gnaphalium uliginosum Gnaphalium uliginosum L. NULL Gnaphalium uliginosum 1882 2 NULL 75155 Gnaphalium uliginosum L.
2848 2848 2844 290 Gnaphalium silvaticum Gnaphalium silvaticum L. NULL Gnaphalium silvaticum 1883 2 NULL 30549 Gnaphalium sylvaticum L.
2849 2849 2844 290 Gnaphalium norvegicum Gnaphalium norvegicum Guenn. NULL Gnaphalium norvegicum 1884 2 NULL 30518 Gnaphalium norvegicum Gunnerus
2850 2850 2844 290 Gnaphalium hoppeanum Gnaphalium hoppeanum Koch. NULL Gnaphalium hoppeanum 1885 2 NULL 30503 Gnaphalium hoppeanum W D J.Koch
2851 2851 2844 290 Gnaphalium supinum Gnaphalium supinum L. NULL Gnaphalium supinum 1886 2 NULL 30547 Gnaphalium supinum L.
2852 2852 2685 220 Antennaria Antennaria NULL Antennaria G368 2 322
2853 2853 2852 290 Antennaria dioica Antennaria dioica Gaertn. NULL Pied-de-chat. Antennaria dioica 1887 2 NULL 5011 Antennaria dioica (L) Gaertn.
2854 2853 2852 290 Gnaphalium dioicum Gnaphalium dioicum L. NULL Gnaphalium dioicum 1887 2 NULL
2855 2855 2852 290 Antennaria carpathica Antennaria carpathica Bluff et Fing. NULL Antennaria carpathica 1888 2 NULL 5009 Antennaria carpatica (Wahlenb) Bluff & Fingerh.
2856 2855 2852 290 Gnaphalium carpathicum Gnaphalium carpathicum Wahlenb. NULL Gnaphalium carpathicum 1888 2 NULL
2857 2857 2685 220 Leontopodium Leontopodium NULL Leontopodium G369 2 323
2858 2858 2857 290 Leontopodium alpinum Leontopodium alpinum Gass. NULL Edelweiss des Allemands. Leontopodium alpinum 1889 2 NULL 75215 Leontopodium alpinum Cass.
2859 2858 2857 290 Gnaphalium leontopodium Gnaphalium leontopodium Scop. NULL Gnaphalium leontopodium 1889 2 NULL
2860 2860 2685 220 Filago Filago NULL Filago G370 2 323
2861 2861 2860 290 Filago spathulata Filago spathulata Presl. NULL Filago spathulata 1890 2 NULL 27926 Filago spathulata sensu H J.Coste
2862 2862 2860 290 Filago canescens Filago canescens Jord. NULL Filago canescens 1891 2 NULL 27869 Filago canescens Jord.
2863 2862 2860 290 Filago germanica Filago germanica L. p. p. NULL Filago germanica 1891 2 NULL
2864 2864 2860 290 Filago apiculata Filago apiculata G. E. Sm. NULL Filago apiculata 1892 2 NULL 78082 Filago apiculata G E Sm.
2865 2864 2860 290 Filago lutescens Filago lutescens Jord. NULL Filago lutescens 1892 2 NULL
2866 2864 2860 290 Filago germanica Filago germanica L. p. p. NULL Filago germanica 1892 2 NULL
2867 2867 2860 290 Filago neglecta Filago neglecta DC. NULL Filago neglecta 1893 2 NULL 27915 Filago neglecta (Soy
2868 2868 2860 290 Filago arvensis Filago arvensis L. NULL Filago arvensis 1894 2 NULL 27865 Filago arvensis L.
2869 2869 2860 290 Filago minima Filago minima Fr. NULL Filago minima 1895 2 NULL 78073 Filago minima (Sm) Fr.
2870 2869 2860 290 Filago montana Filago montana auct. NULL Filago montana 1895 2 NULL
2871 2871 2685 220 Logfia Logfia NULL Logfia G371 2 325
2872 2872 2871 290 Logfia gallica Logfia gallica Coss. et G. NULL Logfia gallica 1896 2 NULL 39594 Logfia gallica (L) Coss. & Germ.
2873 2872 2871 290 Filago gallica Filago gallica L. NULL Filago gallica 1896 2 NULL
2874 2874 2871 290 Logfia tenuifolia Logfia tenuifolia Presl. NULL Logfia tenuifolia 1897 2 NULL 39601 Logfia tenuifolia (C Presl) H.J.Coste
2875 2875 2685 220 Micropus Micropus NULL Micropus G372 2 326
2876 2876 2875 290 Micropus erectus Micropus erectus L. NULL Micropus erectus 1898 2 NULL 42512 Micropus erectus L.
2877 2877 2685 220 Evax Evax NULL Evax G373 2 326
2878 2878 2877 290 Evax pygmaea Evax pygmaea Pers. NULL Evax pygmaea 1899 2 NULL 26375 Evax pygmaea (L) Brot.
2879 2879 2877 290 Evax carpetana Evax carpetana Lange NULL Evax carpetana 1900 2 NULL 26371 Evax carpetana Lange
2880 2879 2877 290 Evax cavanillesii Evax cavanillesii Rouy NULL Evax cavanillesii 1900 2 NULL
2881 2881 2877 290 Evax rotundata Evax rotundata Moris. NULL Evax rotundata 1901 2 NULL 26379 Evax rotundata Moris
2882 2882 2685 220 Carpesium Carpesium NULL Carpesium G374 2 327
2883 2883 2882 290 Carpesium cernuum Carpesium cernuum L. NULL Carpesium cernuum 1902 2 NULL 14632 Carpesium cernuum L.
2884 2884 2685 220 Tanacetum Tanacetum NULL Tanacetum G375 2 328
2885 2885 2884 290 Tanacetum vulgare Tanacetum vulgare L. NULL Tanaisie vulgaire. Tanacetum vulgare 1903 2 NULL 66761 Tanacetum vulgare L.
2886 2886 2884 290 Tanacetum audiberti Tanacetum audiberti DC. NULL Tanacetum audiberti 1904 2 NULL 66739 Tanacetum audibertii (Req) DC.
2887 2887 2884 290 Tanacetum annuum Tanacetum annuum L. NULL Tanacetum annuum 1905 2 NULL 66737 Tanacetum annuum L.
2888 2888 2685 220 Artemisia Artemisia NULL Artemisia G376 2 329
2889 2889 2888 290 Artemisia absinthium Artemisia absinthium L. NULL Absinthe. Artemisia absinthium 1906 2 NULL 6753 Artemisia absinthium L.
2890 2890 2888 290 Artemisia arborescens Artemisia arborescens L. NULL Artemisia arborescens 1907 2 NULL 6768 Artemisia arborescens L.
2891 2891 2888 290 Artemisia camphorata Artemisia camphorata Vill. NULL Artemisia camphorata 1908 2 NULL 6827 Artemisia camphorata Vill.
2892 2892 2888 290 Artemisia incanescens Artemisia incanescens Jord. NULL Artemisia incanescens 1909 2 NULL 6886 Artemisia incanescens Jord. ex Godr.
2893 2893 2888 290 Artemisia mutellina Artemisia mutellina Vill. NULL Genippi. Artemisia mutellina 1910 2 NULL 6917 Artemisia mutellina Vill.
2894 2894 2888 290 Artemisia glacialis Artemisia glacialis L. NULL Genippi. Artemisia glacialis 1911 2 NULL 6870 Artemisia glacialis L.
2895 2895 2888 290 Artemisia vulgaris Artemisia vulgaris L. NULL Armoise. Artemisia vulgaris 1912 2 NULL 6987 Artemisia vulgaris L.
2896 2896 2888 290 Artemisia suavis Artemisia suavis Jord. NULL Artemisia suavis 1913 2 NULL
2897 2897 2888 290 Artemisia chamaemelifolia Artemisia chamaemelifolia Vill. NULL Artemisia chamaemelifolia 1914 2 NULL 74974 Artemisia chamaemelifolia Vill.
2898 2898 2888 290 Artemisia nana Artemisia nana Gaud. NULL Artemisia nana 1915 2 NULL 6921 Artemisia nana Gaudin
2899 2899 2888 290 Artemisia atrata Artemisia atrata Lamk. NULL Artemisia atrata 1916 2 NULL 6772 Artemisia atrata Lam.
2900 2900 2888 290 Artemisia spicata Artemisia spicata Jacq. NULL Vrai Génipi. Artemisia spicata 1917 2 NULL 6963 Artemisia spicata Wulfen
2901 2901 2888 290 Artemisia eriantha Artemisia eriantha Ten. NULL Artemisia eriantha 1918 2 NULL 6856 Artemisia eriantha Ten.
2902 2901 2888 290 Artemisia villarii Artemisia villarii G. G. NULL Artemisia villarii 1918 2 NULL
2903 2903 2888 290 Artemisia campestris Artemisia campestris L. NULL Artemisia campestris 1919 2 NULL 6790 Artemisia campestris L.
2904 2904 2888 290 Artemisia glutinosa Artemisia glutinosa Gay. NULL Artemisia glutinosa 1920 2 NULL 6873 Artemisia glutinosa J Gay ex Besser
2905 2905 2888 290 Artemisia maritima Artemisia maritima L. NULL Artemisia maritima 1921 2 NULL 74975 Artemisia maritima L.
2906 2906 2888 290 Artemisia gallica Artemisia gallica Willd. NULL Artemisia gallica 1922 2 NULL 6858 Artemisia gallica Willd.
2907 2907 2888 290 Artemisia caerulescens Artemisia caerulescens L. NULL Artemisia caerulescens 1923 2 NULL 6783 Artemisia caerulescens L.
2908 2908 2685 220 Plagius Plagius NULL Plagius G377 2 335
2909 2909 2908 290 Plagius ageratifolius Plagius ageratifolius DC. NULL Plagius ageratifolius 1924 2 NULL 49810 Plagius ageratifolius (Desf) L'Hér. ex DC.
2910 2910 2685 220 Calendula Calendula NULL Calendula G378 2 333
2911 2911 2910 290 Calendula arvensis Calendula arvensis L. NULL Souci des champs. Calendula arvensis 1925 2 NULL 12140 Calendula arvensis L.
2912 2912 2685 220 Bellis Bellis NULL Bellis G379 2 335
2913 2913 2912 290 Bellis perennis Bellis perennis L. NULL Pâquerette vivace. Bellis perennis 1926 2 NULL 9408 Bellis perennis L.
2914 2914 2912 290 Bellis silvestris Bellis silvestris Cyrillo. NULL Bellis silvestris 1927 2 NULL 9422 Bellis sylvestris Cirillo
2915 2915 2912 290 Bellis bernardi Bellis bernardi Boiss. Reut. NULL Bellis bernardi 1928 2 NULL 9398 Bellis bernardii Boiss. & Reut.
2916 2916 2912 290 Bellis annua Bellis annua L. NULL Bellis annua 1929 2 NULL 74994 Bellis annua L.
2917 2917 2685 220 Nananthea Nananthea NULL Nananthea G380 2 337
2918 2918 2917 290 Nananthea perpusilla Nananthea perpusilla DC. NULL Nananthea perpusilla 1930 2 NULL 43505 Nananthea perpusilla (Loisel) DC.
2919 2919 2685 220 Chrysanthemum Chrysanthemum NULL Chrysanthemum G381 2 337
2920 2920 2919 290 Chrysanthemum coronarium Chrysanthemum coronarium L. NULL Chrysanthemum coronarium 1931 2 NULL 17129 Chrysanthemum coronarium L.
2921 2920 2919 290 Pinardia coronaria Pinardia coronaria Less. NULL Pinardia coronaria 1931 2 NULL
2922 2922 2919 290 Chrysanthemum segetum Chrysanthemum segetum L. NULL Marguerite dorée. Chrysanthemum segetum 1932 2 NULL 17209 Chrysanthemum segetum L.
2923 2923 2919 290 Chrysanthemum myconis Chrysanthemum myconis L. NULL Chrysanthemum myconis 1933 2 NULL 17196 Chrysanthemum myconis L.
2924 2924 2685 220 Leucanthemum Leucanthemum NULL Leucanthemum G382 2 338
2925 2925 2924 290 Leucanthemum alpinum Leucanthemum alpinum Lamk. NULL Leucanthemum alpinum 1934 2 NULL 38672 Leucanthemum alpinum (L) Lam.
2926 2926 2924 290 Leucanthemum tomentosum Leucanthemum tomentosum G. NULL Leucanthemum tomentosum 1935 2 NULL 38747 Leucanthemum tomentosum (Loisel) Godr. & Gren.
2927 2927 2924 290 ucanthemum discoideum subsp. chrysanthemo. ucanthemum discoideum subsp. chrysanthemo. NULL ucanthemum discoideum subsp. chrysanthemo. 1936 2 NULL 38700 Leucanthemum discoideum sensu Nyman, 1, 2, 4 (P.P.)
2928 2927 2924 290 Plagius allionii Plagius allionii L'Hér. NULL Plagius allionii 1936 2 NULL
2929 2929 2924 290 Leucanthemum graminifolium Leucanthemum graminifolium Lamk. NULL Leucanthemum graminifolium 1937 2 NULL 38708 Leucanthemum graminifolium (L) Lam.
2930 2930 2924 290 Leucanthemum maximum Leucanthemum maximum DC. NULL Leucanthemum maximum 1938 2 NULL 38719 Leucanthemum maximum (Ramond) DC.
2931 2931 2924 290 Leucanthemum vulgare Leucanthemum vulgare Lamk. NULL Grande-Marguerite. Leucanthemum vulgare 1939 2 NULL 38749 Leucanthemum vulgare Lam.
2932 2932 2924 290 Leucanthemum subglaucum Leucanthemum subglaucum de Larambergue. NULL Leucanthemum subglaucum 1940 2 NULL 38745 Leucanthemum subglaucum De Larambergue
2933 2933 2924 290 Leucanthemum pallens Leucanthemum pallens DC. NULL Leucanthemum pallens 1941 2 NULL 38730 Leucanthemum pallens (J Gay ex Perreym.) DC.
2934 2934 2924 290 Leucanthemum cuneifolium Leucanthemum cuneifolium Le Grand NULL Leucanthemum cuneifolium 1942 2 NULL 38698 Leucanthemum cuneifolium Legrand ex H.J.Coste
2935 2934 2924 290 Leucanthemum montanum Leucanthemum montanum G. G. p. p. NULL Leucanthemum montanum 1942 2 NULL
2936 2934 2924 290 Leucanthemum maximum Leucanthemum maximum G. G. p. p. NULL Leucanthemum maximum 1942 2 NULL
2937 2937 2924 290 Leucanthemum coronopifolium Leucanthemum coronopifolium G. G. NULL Leucanthemum coronopifolium 1943 2 NULL 78076 Leucanthemum coronopifolium Gren. & Godr.
2938 2938 2924 290 ucanthemum monspeliense subsp. chrysanthemo. ucanthemum monspeliense subsp. chrysanthemo. NULL ucanthemum monspeliense subsp. chrysanthemo. 1944 2 NULL 38723 Leucanthemum monspeliense (L) H J.Coste
2939 2938 2924 290 Ucanthemum cebennense Ucanthemum cebennense DC. NULL Ucanthemum cebennense 1944 2 NULL
2940 2940 2924 290 Leucanthemum corymbosum Leucanthemum corymbosum G. G. NULL Leucanthemum corymbosum 1945 2 NULL 38696 Leucanthemum corymbosum (L) Godr. & Gren.
2941 2941 2924 290 Leucanthemum parthenium Leucanthemum parthenium G. G. NULL Grande-Camomille. Leucanthemum parthenium 1946 2 NULL 38739 Leucanthemum parthenium (L) Godr. & Gren.
2942 2942 2685 220 Matricaria Matricaria NULL Matricaria G383 2 343
2943 2943 2942 290 Matricaria chamomilla Matricaria chamomilla L. NULL Camomille ordinaire. Matricaria chamomilla 1947 2 NULL 41018 Matricaria chamomilla L.
2944 2944 2942 290 Matricaria inodora Matricaria inodora L. NULL Matricaria inodora 1948 2 NULL 41034 Matricaria inodora L.
2945 2945 2685 220 Anthemis Anthemis NULL Anthemis G384 2 343
2946 2946 2945 290 Anthemis mixta Anthemis mixta L. NULL Anthemis mixta 1949 2 NULL 5112 Anthemis mixta L.
2947 2947 2945 290 Anthemis nobilis Anthemis nobilis L. NULL Anthemis nobilis 1950 2 NULL 5122 Anthemis nobilis L.
2948 2948 2945 290 Anthemis fuscata Anthemis fuscata Brot. NULL Anthemis fuscata 1951 2 NULL 5095 Anthemis fuscata Brot.
2949 2949 2945 290 Anthemis montana Anthemis montana L. NULL Anthemis montana 1952 2 NULL 5113 Anthemis montana L.
2950 2950 2945 290 Anthemis arvensis Anthemis arvensis L. NULL Fausse-Camomille. Anthemis arvensis 1953 2 NULL 5048 Anthemis arvensis L.
2951 2951 2945 290 Anthemis cotula Anthemis cotula L. NULL Maroute, Camomille puante. Anthemis cotula 1954 2 NULL 5077 Anthemis cotula L.
2952 2952 2945 290 Anthemis secundiramea Anthemis secundiramea Biv. NULL Anthemis secundiramea 1955 2 NULL 74960 Anthemis secundiramea Biv.
2953 2953 2945 290 Anthemis maritima Anthemis maritima L. NULL Anthemis maritima 1956 2 NULL 74959 Anthemis maritima L.
2954 2954 2685 220 Cota Cota NULL Cota G385 2 346
2955 2955 2954 290 Cota tinctoria Cota tinctoria Gay NULL Oeil-de-boeuf. Cota tinctoria 1957 2 NULL 19135 Cota tinctoria (L) J Gay ex Guss.
2956 2955 2954 290 Anthemis tinctoria Anthemis tinctoria L NULL Anthemis tinctoria 1957 2 NULL
2957 2957 2954 290 Cota triumfetti Cota triumfetti Gay NULL Cota triumfetti 1958 2 NULL 19136 Cota triumfetti (L) J Gay ex Guss.
2958 2957 2954 290 Anthemis triumfetti Anthemis triumfetti AlL NULL Anthemis triumfetti 1958 2 NULL
2959 2959 2954 290 Cota altissima Cota altissima Gay NULL Cota altissima 1959 2 NULL 19133 Cota altissima (L) J Gay ex Guss.
2960 2959 2954 290 Anthemis altissima Anthemis altissima L. NULL Anthemis altissima 1959 2 NULL
2961 2961 2685 220 Anacyclus Anacyclus NULL Anacyclus G386 2 347
2962 2962 2961 290 Anacyclus clavatus Anacyclus clavatus Pers. NULL Anacyclus clavatus 1960 2 NULL 4352 Anacyclus clavatus (Desf) Pers.
2963 2963 2961 290 Anacyclus radiatus Anacyclus radiatus Lois. NULL Anacyclus radiatus 1961 2 NULL 4362 Anacyclus radiatus Loisel.
2964 2964 2961 290 Anacyclus valentinus Anacyclus valentinus L. NULL Anacyclus valentinus 1962 2 NULL 4367 Anacyclus valentinus L.
2965 2965 2685 220 Diotis Diotis NULL Diotis G387 2 348
2966 2966 2965 290 Diotis maritima Diotis maritima Coss. NULL Diotis maritima 1963 2 NULL 78074 Diotis maritima (L) Coss.
2967 2966 2965 290 Diotis candidissima Diotis candidissima Desf. NULL Diotis candidissima 1963 2 NULL
2968 2968 2685 220 Santolina Santolina NULL Santolina G388 2 349
2969 2969 2968 290 Santolina chamaecyparissus Santolina chamaecyparissus L. NULL Santoline Cyprès. Santolina chamaecyparissus 1964 2 NULL 60350 Santolina chamaecyparissus L.
2970 2970 2968 290 Santolina viridis Santolina viridis NULL Santolina viridis 1965 2 NULL 60382 Santolina viridis Willd.
2971 2971 2968 290 Santolina pectinata Santolina pectinata Lag. NULL Santolina pectinata 1966 2 NULL 60371 Santolina pectinata Lag.
2972 2972 2685 220 Achillea Achillea NULL Achillea G389 2 350
2973 2973 2972 290 Achillea tomentosa Achillea tomentosa L. NULL Achillea tomentosa 1967 2 NULL 440 Achillea tomentosa L.
2974 2974 2972 290 Achillea ageratum Achillea ageratum L. NULL Achillea ageratum 1968 2 NULL 304 Achillea ageratum L.
2975 2975 2972 290 Achillea ptarmica Achillea ptarmica L. NULL Herbe à éternuer. Achillea ptarmica 1969 2 NULL 414 Achillea ptarmica L.
2976 2976 2972 290 Achillea pyrenaica Achillea pyrenaica DC. NULL Achillea pyrenaica 1970 2 NULL 78100 Achillea pyrenaica Sibth. ex DC.
2977 2977 2972 290 Achillea herba-rota Achillea herba-rota All. NULL Achillea herba-rota 1971 2 NULL 331 Achillea erba
2978 2978 2972 290 Achillea nana Achillea nana L. NULL Achillea nana 1972 2 NULL 398 Achillea nana L.
2979 2979 2972 290 Achillea atrata Achillea atrata L. NULL Achillea atrata 1973 2 NULL 306 Achillea atrata L.
2980 2980 2972 290 Achillea moschata Achillea moschata Jacq. NULL Achillea moschata 1974 2 NULL 392 Achillea moschata Wulfen
2981 2981 2972 290 Achillea macrophylla Achillea macrophylla L. NULL Achillea macrophylla 1975 2 NULL 360 Achillea macrophylla L.
2982 2982 2972 290 Achillea nobilis Achillea nobilis L. NULL Achillea nobilis 1976 2 NULL 74935 Achillea nobilis L.
2983 2983 2972 290 Achillea dentifera Achillea dentifera DC. NULL Achillea dentifera 1977 2 NULL 327 Achillea dentifera DC.
2984 2984 2972 290 Achillea tanacetifolia Achillea tanacetifolia All. NULL Achillea tanacetifolia 1978 2 NULL 434 Achillea tanacetifolia All.
2985 2985 2972 290 Achillea millefolium Achillea millefolium L. NULL Mille feuille, Herbe au charpentier. Achillea millefolium 1979 2 NULL 365 Achillea millefolium L.
2986 2986 2972 290 Achillea odorata Achillea odorata L. NULL Achillea odorata 1980 2 NULL 404 Achillea odorata L.
2987 2987 2972 290 Achillea chamaemelifolia Achillea chamaemelifolia Pourr. NULL Achillea chamaemelifolia 1981 2 NULL 314 Achillea chamaemelifolia Pourr.
2988 2988 2685 220 Buphthalmum Buphthalmum NULL Buphthalmum G390 2 354
2989 2989 2988 290 Buphthalmum salicinum Buphthalmum salicinum L. NULL Buphthalmum salicinum 1982 2 NULL 75002 Buphthalmum salicifolium L.
2990 2990 2988 290 Buphthalmum grandiflorum Buphthalmum grandiflorum L. NULL Buphthalmum grandiflorum 1983 2 NULL 11491 Buphthalmum grandiflorum L.
2991 2991 2685 220 Asteriscus Asteriscus NULL Asteriscus G391 2 355
2992 2992 2991 290 Asteriscus spinosus Asteriscus spinosus G. G. NULL Asteriscus spinosus 1984 2 NULL 78087 Asteriscus spinosus (L) Gren. & Godr.
2993 2992 2991 290 Buphthalmum spinosum Buphthalmum spinosum L. NULL Buphthalmum spinosum 1984 2 NULL
2994 2994 2991 290 Asteriscus aquaticus Asteriscus aquaticus Moench. NULL Asteriscus aquaticus 1985 2 NULL 7964 Asteriscus aquaticus (L) Less.
2995 2994 2991 290 Buphthalmum aquaticum Buphthalmum aquaticum L. NULL Buphthalmum aquaticum 1985 2 NULL
2996 2996 2991 290 Asteriscus maritimus Asteriscus maritimus Moench. NULL Asteriscus maritimus 1986 2 NULL 7968 Asteriscus maritimus (L) Less.
2997 2996 2991 290 Buphthalmum maritimum Buphthalmum maritimum L. NULL Buphthalmum maritimum 1986 2 NULL
2998 2998 2685 220 Bidens Bidens NULL Bidens G392 2 356
2999 2999 2998 290 Bidens cernuus Bidens cernuus L. NULL Bidens cernuus 1987 2 NULL 9671 Bidens cernua L.
3000 3000 2998 290 Bidens bullatus var. hirtus Bidens bullatus var. hirtus Coste NULL Bidens bullatus var. hirtus 1988 2 NULL 78105 Bidens bullata var. hirta (Jord.) H.J.Coste
3001 3000 2998 290 Bidens hirtus Bidens hirtus Coste NULL Bidens hirtus 1988 2 NULL
3002 3002 2998 290 Bidens tripartitus Bidens tripartitus L. NULL Chanvre d'eau. Bidens tripartitus 1989 2 NULL 9719 Bidens tripartita L.
3003 3003 2998 290 Bidens radiatus Bidens radiatus Thuill. NULL Bidens radiatus 1990 2 NULL 9711 Bidens radiata Thuill.
3004 3003 2998 290 Bidens fastigiatus Bidens fastigiatus Michalet. NULL Bidens fastigiatus 1990 2 NULL
3005 3005 2685 220 Kerneria Kerneria NULL Kerneria G393 2 358
3006 3006 3005 290 Kerneria bipinnata Kerneria bipinnata G. G. NULL Kerneria bipinnata 1991 2 NULL 36902 Kerneria bipinnata (L) Godr. & Gren.
3007 3006 3005 290 Bidens bipinnatus Bidens bipinnatus L. NULL Bidens bipinnatus 1991 2 NULL
3008 3008 2685 220 Echinops Echinops NULL Echinops G394 2 360
3009 3009 3008 290 Echinops sphaerocephalus Echinops sphaerocephalus L. NULL Echinops sphaerocephalus 1992 2 NULL 75103 Echinops sphaerocephalus L.
3010 3010 3008 290 Echinops ritro Echinops ritro L. NULL Echinops ritro 1993 2 NULL 75102 Echinops ritro L.
3011 3011 2685 220 Galactites Galactites NULL Galactites G395 2 361
3012 3012 3011 290 Galactites tomentosa Galactites tomentosa Moench. NULL Galactites tomentosa 1994 2 NULL 28689 Galactites tomentosa Moench
3013 3013 2685 220 Tyrimnus Tyrimnus NULL Tyrimnus G396 2 362
3014 3014 3013 290 Tyrimnus leucographus Tyrimnus leucographus Cass. NULL Tyrimnus leucographus 1995 2 NULL 70188 Tyrimnus leucographus (L) Cass.
3015 3015 2685 220 Silybum Silybum NULL Silybum G397 2 362
3016 3016 3015 290 Silybum marianum Silybum marianum Gaertn. NULL Chardon-Marie. Silybum marianum 1996 2 NULL 64454 Silybum marianum (L) Gaertn.
3017 3017 2685 220 Onopordum Onopordum NULL Onopordum G398 2 362
3018 3018 3017 290 Onopordum acaule Onopordum acaule L. NULL Onopordum acaule 1997 2 NULL 44929 Onopordum acaulon L.
3019 3018 3017 290 Onopordum pyrenaicum Onopordum pyrenaicum DC. NULL Onopordum pyrenaicum 1997 2 NULL
3020 3020 3017 290 Onopordum tauricum Onopordum tauricum Willd. NULL Onopordum tauricum 1998 2 NULL 44965 Onopordum tauricum Willd.
3021 3021 3017 290 Onopordum illyricum Onopordum illyricum L. NULL Onopordum illyricum 1999 2 NULL 44949 Onopordum illyricum L.
3022 3022 3017 290 Onopordum acanthium Onopordum acanthium L. NULL Onopordum acanthium 2000 2 NULL 44921 Onopordum acanthium L.
3023 3023 2685 220 Cinara Cinara NULL Cinara G399 2 364
3024 3024 3023 290 Cinara scolymus Cinara scolymus L. NULL Artichaut. Cinara scolymus 2001 2 NULL 20541 Cynara scolymus L.
3025 3025 3023 290 Cinara cardunculus Cinara cardunculus L. NULL Cardon. Cinara cardunculus 2002 2 NULL 20526 Cynara cardunculus L.
3026 3026 2685 220 Carlina Carlina NULL Carlina G400 2 365
3027 3027 3026 290 Carlina gummifera Carlina gummifera Lessing. NULL Carlina gummifera 2003 2 NULL 14587 Carlina gummifera (L) Less.
3028 3028 3026 290 Carlina acaulis Carlina acaulis L. NULL Carlina acaulis 2004 2 NULL 14567 Carlina acaulis L.
3029 3029 3026 290 Carlina acanthifolia Carlina acanthifolia L. NULL Carlina acanthifolia 2005 2 NULL 14560 Carlina acanthifolia All.
3030 3030 3026 290 Carlina cinara Carlina cinara Pourr. NULL Carlina cinara 2006 2 NULL 14585 Carlina cynara Pourr. ex DC.
3031 3031 3026 290 Carlina macrocephala Carlina macrocephala Moris. NULL Carlina macrocephala 2007 2 NULL 75033 Carlina macrocephala Moris
3032 3032 3026 290 Carlina lanata Carlina lanata L. NULL Carlina lanata 2008 2 NULL 14591 Carlina lanata L.
3033 3033 3026 290 Carlina corymbosa Carlina corymbosa L. NULL Carlina corymbosa 2009 2 NULL 75032 Carlina corymbosa L.
3034 3034 3026 290 Carlina vulgaris Carlina vulgaris L. NULL Carlina vulgaris 2010 2 NULL 14613 Carlina vulgaris L.
3035 3035 3026 290 Carlina nebrodensis var. longifolia Carlina nebrodensis var. longifolia NULL Carlina nebrodensis var. longifolia 2011 2 NULL 14596 Carlina nebrodensis var. longifolia (Nyman) H.J.Coste
3036 3035 3026 290 Carlina longifolia Carlina longifolia Rchb. NULL Carlina longifolia 2011 2 NULL
3037 3037 2685 220 Atractylis Atractylis NULL Atractylis G401 2 368
3038 3038 3037 290 Atractylis humilis Atractylis humilis L. NULL Atractylis humilis 2012 2 NULL 8325 Atractylis humilis L.
3039 3039 3037 290 Atractylis cancellata Atractylis cancellata L. NULL Atractylis cancellata 2013 2 NULL 74990 Atractylis cancellata L.
3040 3040 2685 220 Notobasis Notobasis NULL Notobasis G402 2 368
3041 3041 3040 290 Notobasis syriaca Notobasis syriaca Gass. NULL Notobasis syriaca 2014 2 NULL 44231 Notobasis syriaca (L) Cass.
3042 3042 2685 220 Picnomon Picnomon NULL Picnomon G403 2 369
3043 3043 3042 290 Picnomon acarna Picnomon acarna Gass. NULL Picnomon acarna 2015 2 NULL 49323 Picnomon acarna (L) Cass.
3044 3044 2685 220 Cirsium Cirsium NULL Cirsium G404 2 369
3045 3045 3044 290 Cirsium italicum Cirsium italicum DC. NULL Cirsium italicum 2016 2 NULL 17660 Cirsium italicum DC.
3046 3046 3044 290 Cirsium lanceolatum Cirsium lanceolatum Scop. NULL Cirsium lanceolatum 2017 2 NULL 17676 Cirsium lanceolatum (L) Scop.
3047 3047 3044 290 Cirsium eriophorum Cirsium eriophorum Scop. NULL Cirsium eriophorum 2018 2 NULL 17573 Cirsium eriophorum (L) Scop.
3048 3048 3044 290 Cirsium turbinatum Cirsium turbinatum Gillot NULL Cirsium turbinatum 2019 2 NULL 17859 Cirsium turbinatum Gillot
3049 3048 3044 290 Cirsium richterianum Cirsium richterianum Gillot NULL Cirsium richterianum 2019 2 NULL
3050 3048 3044 290 Cirsium corbariense Cirsium corbariense SENNEN NULL Cirsium corbariense 2019 2 NULL
3051 3051 3044 290 Cirsium odontolepis Cirsium odontolepis Boiss. NULL Cirsium odontolepis 2020 2 NULL 17739 Cirsium odontolepis Boiss. ex DC.
3052 3052 3044 290 Cirsium chatenieri Cirsium chatenieri Le Grand. NULL Cirsium chatenieri 2021 2 NULL 17538 Cirsium chatenieri Legrand ex H.J.Coste
3053 3053 3044 290 Cirsium ferox Cirsium ferox DC. NULL Cirsium ferox 2022 2 NULL 17602 Cirsium ferox (L) DC.
3054 3054 3044 290 Cirsium echinatum Cirsium echinatum DC. NULL Cirsium echinatum 2023 2 NULL 17569 Cirsium echinatum (Desf) DC.
3055 3055 3044 290 Cirsium polyanthemum Cirsium polyanthemum DC. NULL Cirsium polyanthemum 2024 2 NULL 17761 Cirsium polyanthemum sensu 2, 3
3056 3056 3044 290 Cirsium palustre Cirsium palustre Scop. NULL Cirsium palustre 2025 2 NULL 17748 Cirsium palustre (L) Scop.
3057 3057 3044 290 Cirsium monspessulanum Cirsium monspessulanum All. NULL Cirsium monspessulanum 2026 2 NULL 17715 Cirsium monspessulanum (L) Hill
3058 3058 3044 290 Cirsium arvense Cirsium arvense Scop. NULL Cirsium arvense 2027 2 NULL 17468 Cirsium arvense (L) Scop.
3059 3059 3044 290 Cirsium carniolicum Cirsium carniolicum Scop, NULL Cirsium carniolicum 2028 2 NULL 17525 Cirsium carniolicum Scop.
3060 3059 3044 290 Cirsium rufescens Cirsium rufescens Ramond NULL Cirsium rufescens 2028 2 NULL
3061 3061 3044 290 Cirsium erisithales Cirsium erisithales Scop. NULL Cirsium erisithales 2029 2 NULL 17592 Cirsium erisithales (Jacq) Scop.
3062 3061 3044 290 Cirsium glutinosum Cirsium glutinosum Lamk. NULL Cirsium glutinosum 2029 2 NULL
3063 3063 3044 290 Cirsium oleraceum Cirsium oleraceum Scop. NULL Cirsium oleraceum 2030 2 NULL 17742 Cirsium oleraceum (L) Scop.
3064 3064 3044 290 Cirsium spinosissimum Cirsium spinosissimum Scop. NULL Cirsium spinosissimum 2031 2 NULL 75054 Cirsium spinosissimum (L) Scop.
3065 3065 3044 290 Cirsium glabrum Cirsium glabrum DC. NULL Cirsium glabrum 2032 2 NULL 17623 Cirsium glabrum DC.
3066 3066 3044 290 Cirsium acaule Cirsium acaule All. NULL Cirsium acaule 2033 2 NULL 73499 Mespilus torminalis Weber
3067 3067 3044 290 Cirsium montanum Cirsium montanum Spreng. NULL Cirsium montanum 2034 2 NULL 17724 Cirsium montanum (Waldst. & Kit. ex Willd.) Spreng.
3068 3067 3044 290 Cirsium allionii Cirsium allionii Thuret NULL Cirsium allionii 2034 2 NULL
3069 3069 3044 290 Cirsium rivulare Cirsium rivulare Link. NULL Cirsium rivulare 2035 2 NULL 78085 Cirsium rivulare sensu H J.Coste
3070 3070 3044 290 Cirsium heterophyllum Cirsium heterophyllum All. NULL Cirsium heterophyllum 2036 2 NULL 17644 Cirsium heterophyllum (L) Hill
3071 3071 3044 290 Cirsium anglicum Cirsium anglicum Link. NULL Cirsium anglicum 2037 2 NULL 17458 Cirsium anglicum (Lam) DC.
3072 3072 3044 290 Cirsium tuberosum Cirsium tuberosum All. NULL Cirsium tuberosum 2038 2 NULL 17849 Cirsium tuberosum (L) All.
3073 3072 3044 290 Cirsium bulbosum Cirsium bulbosum DC. NULL Cirsium bulbosum 2038 2 NULL
3074 3074 3044 290 Cirsium filipendulum Cirsium filipendulum Lag. NULL Cirsium filipendulum 2039 2 NULL 17605 Cirsium filipendulum Lange
3075 3075 2685 220 Carduus Carduus NULL Carduus G405 2 377
3076 3076 3075 290 Carduus tenuiflorus Carduus tenuiflorus Curt. NULL Carduus tenuiflorus 2040 2 NULL 13358 Carduus tenuiflorus Curtis
3077 3077 3075 290 Carduus pycnocephalus Carduus pycnocephalus L. NULL Carduus pycnocephalus 2041 2 NULL 75026 Carduus pycnocephalus L.
3078 3078 3075 290 Carduus acicularis Carduus acicularis Bertol. NULL Carduus acicularis 2042 2 NULL 13055 Carduus acicularis Bertol.
3079 3079 3075 290 Carduus cephalanthus Carduus cephalanthus Viv. NULL Carduus cephalanthus 2043 2 NULL 13107 Carduus cephalanthus Viv.
3080 3080 3075 290 Carduus fasciculiflorus Carduus fasciculiflorus Viv. NULL Carduus fasciculiflorus 2044 2 NULL 13160 Carduus fasciculiflorus Viv.
3081 3081 3075 290 Carduus personatus Carduus personatus Jacq. NULL Carduus personatus 2045 2 NULL 75025 Carduus personata (L) Jacq.
3082 3082 3075 290 Carduus carlinoides Carduus carlinoides Gouan. NULL Carduus carlinoides 2046 2 NULL 75023 Carduus carlinoides Gouan
3083 3083 3075 290 Carduus aurosicus Carduus aurosicus Vill. NULL Carduus aurosicus 2047 2 NULL 74634 Carduus aurosicus Chaix
3084 3084 3075 290 Carduus crispus Carduus crispus L. NULL Carduus crispus 2048 2 NULL 13120 Carduus crispus L.
3085 3085 3075 290 Carduus sanctae-balmae Carduus sanctae-balmae Lois. NULL Carduus sanctae-balmae 2049 2 NULL 13332 Carduus sanctae
3086 3086 3075 290 Carduus defloratus Carduus defloratus L. NULL Carduus defloratus 2050 2 NULL 75024 Carduus defloratus L.
3087 3087 3075 290 Carduus carlinifolius Carduus carlinifolius Lamk. NULL Carduus carlinifolius 2051 2 NULL 13099 Carduus carlinifolius Lam.
3088 3088 3075 290 Carduus arctioides Carduus arctioides Willd. NULL Carduus arctioides 2052 2 NULL 13072 Carduus arctioides sensu H J.Coste
3089 3088 3075 290 Carduus medius Carduus medius Gouan NULL Carduus medius 2052 2 NULL
3090 3090 3075 290 Carduus nutans Carduus nutans L. NULL Carduus nutans 2053 2 NULL 13262 Carduus nutans L.
3091 3091 3075 290 Carduus nigrescens Carduus nigrescens Vill. NULL Carduus nigrescens 2054 2 NULL 13251 Carduus nigrescens Vill.
3092 3092 3075 290 Carduus hamulosus var. spiniger Carduus hamulosus var. spiniger NULL Carduus hamulosus var. spiniger 2055 2 NULL 13177 Carduus hamulosus var. spinigerus (Jord.) Nyman
3093 3092 3075 290 Carduus spiniger Carduus spiniger Jord. NULL Carduus spiniger 2055 2 NULL
3094 3094 3075 290 Carduus vivariensis Carduus vivariensis Jord. NULL Carduus vivariensis 2056 2 NULL 13383 Carduus vivariensis Jord.
3095 3095 2685 220 Carduncellus Carduncellus NULL Carduncellus G406 2 383
3096 3096 3095 290 Carduncellus mitissimus Carduncellus mitissimus DC. NULL Carduncellus mitissimus 2057 2 NULL 13036 Carduncellus mitissimus (L) DC.
3097 3097 3095 290 Carduncellus monspeliensium Carduncellus monspeliensium All. NULL Carduncellus monspeliensium 2058 2 NULL 13037 Carduncellus monspeliensium All.
3098 3098 2685 220 Rhaponticum Rhaponticum NULL Rhaponticum G407 2 384
3099 3099 3098 290 Rhaponticum cinaroides Rhaponticum cinaroides Less. NULL Rhaponticum cinaroides 2059 2 NULL 55847 Rhaponticum cynaroides (Dc) Less.
3100 3100 3098 290 Rhaponticum scariosum Rhaponticum scariosum Lamk. NULL Rhaponticum scariosum 2060 2 NULL 55849 Rhaponticum scariosum Lam.
3101 3100 3098 290 Centaurea rhaponticum Centaurea rhaponticum L. NULL Centaurea rhaponticum 2060 2 NULL
3102 3102 2685 220 Leuzea Leuzea NULL Leuzea G408 2 384
3103 3103 3102 290 Leuzea conifera Leuzea conifera DC. NULL Leuzea conifera 2061 2 NULL 38821 Leuzea conifera (L) DC.
3104 3103 3102 290 Centaurea conifera Centaurea conifera L. NULL Centaurea conifera 2061 2 NULL
3105 3105 2685 220 Centaurea Centaurea NULL Centaurea G409 2 385
3106 3106 3105 290 Centaurea cyanus Centaurea cyanus L. NULL Bleuet. Centaurea cyanus 2062 2 NULL 15139 Centaurea cyanus L.
3107 3107 3105 290 Centaurea montana Centaurea montana L. NULL Centaurea montana 2063 2 NULL 15298 Centaurea montana L.
3108 3108 3105 290 Centaurea triumfetti Centaurea triumfetti All. NULL Centaurea triumfetti 2064 2 NULL 15526 Centaurea triumfetti All.
3109 3108 3105 290 Centaurea axillaris Centaurea axillaris Willd. NULL Centaurea axillaris 2064 2 NULL
3110 3110 3105 290 Centaurea lugdunensis Centaurea lugdunensis Jord. NULL Centaurea lugdunensis 2065 2 NULL 15278 Centaurea lugdunensis Jord.
3111 3111 3105 290 Centaurea variegata Centaurea variegata Lamk. NULL Centaurea variegata 2066 2 NULL 15550 Centaurea variegata Lam.
3112 3111 3105 290 Centaurea seusana Centaurea seusana Chaix NULL in Vill. Centaurea seusana 2066 2 NULL
3113 3113 3105 290 Centaurea scabiosa Centaurea scabiosa L. NULL Centaurea scabiosa 2067 2 NULL 15446 Centaurea scabiosa L.
3114 3114 3105 290 Centaurea pullata Centaurea pullata L. NULL Centaurea pullata 2068 2 NULL 15424 Centaurea pullata L.
3115 3115 3105 290 Centaurea amara Centaurea amara L. NULL Centaurea amara 2069 2 NULL 15027 Centaurea amara L.
3116 3116 3105 290 Centaurea jacea Centaurea jacea L. NULL Centaurea jacea 2070 2 NULL 15214 Centaurea jacea L.
3117 3117 3105 290 Centaurea pratensis Centaurea pratensis Thuill. NULL Centaurea pratensis 2071 2 NULL 15398 Centaurea pratensis Thuill.
3118 3118 3105 290 Centaurea nigrescens Centaurea nigrescens Willd. NULL Centaurea nigrescens 2072 2 NULL 15335 Centaurea nigrescens Willd.
3119 3119 3105 290 Centaurea nigra Centaurea nigra L. NULL Centaurea nigra 2073 2 NULL 15321 Centaurea nigra L.
3120 3120 3105 290 Centaurea procumbens Centaurea procumbens Balb. NULL Centaurea procumbens 2074 2 NULL 15411 Centaurea procumbens Balb.
3121 3121 3105 290 Centaurea jordaniana Centaurea jordaniana G. G. NULL Centaurea jordaniana 2075 2 NULL 15251 Centaurea jordaniana Godr. & Gren.
3122 3122 3105 290 Centaurea corbariensis Centaurea corbariensis Sennen NULL in Bull. soc. bot. France, XLVII, p. 435. Centaurea corbariensis 2076 2 NULL 15125 Centaurea x corbariensis Sennen
3123 3123 3105 290 Centaurea pectinata Centaurea pectinata L. NULL Centaurea pectinata 2077 2 NULL 15375 Centaurea pectinata L.
3124 3124 3105 290 Centaurea uniflora Centaurea uniflora L. NULL Centaurea uniflora 2078 2 NULL 78086 Centaurea uniflora L.
3125 3125 3105 290 Centaurea nervosa Centaurea nervosa Willd. NULL Centaurea nervosa 2079 2 NULL 15316 Centaurea nervosa Willd.
3126 3126 3105 290 Centaurea sempervirens Centaurea sempervirens L. NULL Centaurea sempervirens 2080 2 NULL 15480 Centaurea sempervirens L.
3127 3127 3105 290 Centaurea intybacea Centaurea intybacea Lamk. NULL Centaurea intybacea 2081 2 NULL 15210 Centaurea intybacea Lam.
3128 3128 3105 290 Centaurea cineraria Centaurea cineraria L. NULL Centaurea cineraria 2082 2 NULL 75460 Centaurea cineraria L.
3129 3128 3105 290 Centaurea cinerea Centaurea cinerea auct. quorumd. non Lamk. NULL Centaurea cinerea 2082 2 NULL
3130 3130 3105 290 Centaurea corymbosa Centaurea corymbosa Pourr. NULL Centaurea corymbosa 2083 2 NULL 15130 Centaurea corymbosa Pourr.
3131 3131 3105 290 Centaurea maculosa Centaurea maculosa Lamk. NULL Centaurea maculosa 2084 2 NULL 15282 Centaurea maculosa Lam.
3132 3132 3105 290 Centaurea caerulescens Centaurea caerulescens Jord. NULL Centaurea caerulescens 2085 2 NULL 15114 Centaurea caerulescens sensu H J.Coste
3133 3132 3105 290 Centaurea spina-badia Centaurea spina-badia Bubani NULL Centaurea spina-badia 2085 2 NULL
3134 3134 3105 290 Centaurea hanryi Centaurea hanryi Jord. NULL Centaurea hanryi 2086 2 NULL 15194 Centaurea hanryi Jord.
3135 3135 3105 290 Centaurea leucophaea Centaurea leucophaea Jord. NULL Centaurea leucophaea 2087 2 NULL 15264 Centaurea leucophaea Jord.
3136 3136 3105 290 Centaurea paniculata Centaurea paniculata L. NULL Centaurea paniculata 2088 2 NULL 15345 Centaurea paniculata L.
3137 3137 3105 290 Centaurea diffusa Centaurea diffusa Lamk. NULL Centaurea diffusa 2089 2 NULL 15154 Centaurea diffusa Lam.
3138 3138 3105 290 Centaurea collina Centaurea collina L. NULL Centaurea collina 2090 2 NULL 75035 Centaurea collina L.
3139 3139 3105 290 Centaurea solstitialis Centaurea solstitialis L. NULL Centaurea solstitialis 2091 2 NULL 75037 Centaurea solstitialis L.
3140 3140 3105 290 Centaurea melitensis Centaurea melitensis L. NULL Centaurea melitensis 2092 2 NULL 15291 Centaurea melitensis L.
3141 3141 3105 290 Centaurea calcitrapa Centaurea calcitrapa L. NULL C. Chausse-Trape. Centaurea calcitrapa 2093 2 NULL 15084 Centaurea calcitrapa L.
3142 3142 3105 290 Centaurea napifolia Centaurea napifolia L. NULL Centaurea napifolia 2094 2 NULL 15313 Centaurea napifolia L.
3143 3143 3105 290 Centaurea sphaerocephala Centaurea sphaerocephala L. NULL Centaurea sphaerocephala 2095 2 NULL 75038 Centaurea sphaerocephala L.
3144 3144 3105 290 Centaurea aspera Centaurea aspera L. NULL Centaurea aspera 2096 2 NULL 15045 Centaurea aspera L.
3145 3145 2685 220 Microlonchus Microlonchus NULL Microlonchus G410 2 397
3146 3146 3145 290 Microlonchus salmanticus Microlonchus salmanticus DC. NULL Microlonchus salmanticus 2097 2 NULL 42494 Microlonchus salmanticus (L) DC.
3147 3146 3145 290 Centaurea salmantica Centaurea salmantica L. NULL Centaurea salmantica 2097 2 NULL
3148 3148 2685 220 Centrophyllum Centrophyllum NULL Centrophyllum G411 2 398
3149 3149 3148 290 Centrophyllum lanatum Centrophyllum lanatum DC. NULL Centrophyllum lanatum 2098 2 NULL 36876 Kentrophyllum lanatum (L) DC.
3150 3149 3148 290 Carthamus lanatus Carthamus lanatus L. NULL Carthamus lanatus 2098 2 NULL
3151 3151 3148 290 Centrophyllum caeruleum Centrophyllum caeruleum G. G. NULL Centrophyllum caeruleum 2099 2 NULL 36872 Kentrophyllum caeruleum (L) Godr.
3152 3151 3148 290 Carthamus caeruleus Carthamus caeruleus L. NULL Carthamus caeruleus 2099 2 NULL
3153 3153 2685 220 Cnicus Cnicus NULL Cnicus G412 2 398
3154 3154 3153 290 Cnicus benedictus Cnicus benedictus L. NULL Chardon-béni. Cnicus benedictus 2100 2 NULL 18318 Cnicus benedictus L.
3155 3155 2685 220 Crupina Crupina NULL Crupina G413 2 399
3156 3156 3155 290 Crupina vulgaris Crupina vulgaris Cass. NULL Crupina vulgaris 2101 2 NULL 20112 Crupina vulgaris Cass.
3157 3156 3155 290 Centaurea crupina Centaurea crupina L. NULL Centaurea crupina 2101 2 NULL
3158 3158 3155 290 Crupina morisii Crupina morisii Bor. NULL Crupina morisii 2102 2 NULL 20108 Crupina morisii Boreau
3159 3158 3155 290 Centaurea crupinastrum Centaurea crupinastrum Moris NULL Centaurea crupinastrum 2102 2 NULL
3160 3160 2685 220 Serratula Serratula NULL Serratula G414 2 400
3161 3161 3160 290 Serratula tinctoria Serratula tinctoria L. NULL Sarrette des teinturiers. Serratula tinctoria 2103 2 NULL 63376 Serratula tinctoria L.
3162 3162 3160 290 Serratula heterophylla Serratula heterophylla Desf. NULL Serratula heterophylla 2104 2 NULL 63358 Serratula heterophylla Desf.
3163 3163 3160 290 Serratula nudicaulis Serratula nudicaulis DC. NULL Serratula nudicaulis 2105 2 NULL 63368 Serratula nudicaulis (L) DC.
3164 3164 2685 220 Jurinea Jurinea NULL Jurinea G415 2 401
3165 3165 3164 290 Jurinea humilis Jurinea humilis DC. NULL Jurinea humilis 2106 2 NULL 36838 Jurinea humilis (Desf) DC.
3166 3165 3164 290 Jurinea pyrenaica Jurinea pyrenaica G. G. NULL Jurinea pyrenaica 2106 2 NULL
3167 3165 3164 290 Jurinea bocconi Jurinea bocconi G. G. NULL Jurinea bocconi 2106 2 NULL
3168 3168 2685 220 Berardia Berardia NULL Berardia G416 2 401
3169 3169 3168 290 Berardia subacaulis Berardia subacaulis Vill. NULL Berardia subacaulis 2107 2 NULL 9439 Berardia subacaulis Vill.
3170 3170 2685 220 Saussurea Saussurea NULL Saussurea G417 2 401
3171 3171 3170 290 Saussurea discolor Saussurea discolor DC. NULL Saussurea discolor 2108 2 NULL 60567 Saussurea discolor (Willd) DC.
3172 3172 3170 290 Saussurea alpina Saussurea alpina DC. NULL Saussurea alpina 2109 2 NULL 60562 Saussurea alpina (L) DC.
3173 3172 3170 290 Saussurea macrophylla Saussurea macrophylla G. G. NULL Saussurea macrophylla 2109 2 NULL
3174 3172 3170 290 Saussurea alpina Saussurea alpina DC. NULL Saussurea alpina 2109 2 NULL
3175 3175 3170 290 Saussurea depressa Saussurea depressa Gren. NULL Saussurea depressa 2110 2 NULL 60565 Saussurea depressa Gren.
3176 3176 2685 220 Staehelina Staehelina NULL Staehelina G418 2 403
3177 3177 3176 290 Staehelina dubia Staehelina dubia L. NULL Staehelina dubia 2111 2 NULL 65982 Staehelina dubia L.
3178 3178 2685 220 Chamaepeuce Chamaepeuce NULL Chamaepeuce G419 2 403
3179 3179 3178 290 Chamaepeuce casabonae Chamaepeuce casabonae DC. NULL Chamaepeuce casabonae 2112 2 NULL 16491 Chamaepeuce casabonae (L) DC.
3180 3180 2685 220 Lappa Lappa NULL Lappa G420 2 403
3181 3181 3180 290 Lappa minor Lappa minor DC. NULL Lappa minor 2113 2 NULL 37625 Lappa minor Hill
3182 3182 3180 290 Lappa officinalis Lappa officinalis All. NULL Lappa officinalis 2114 2 NULL 37631 Lappa officinalis All.
3183 3182 3180 290 Lappa major Lappa major DC. NULL Lappa major 2114 2 NULL
3184 3184 3180 290 Lappa tomentosa Lappa tomentosa Lamk. NULL Lappa tomentosa 2115 2 NULL 37638 Lappa tomentosa (Mill) Lam.
3185 3185 2685 220 Xeranthemum Xeranthemum NULL Xeranthemum G421 2 404
3186 3186 3185 290 Xeranthemum cylindraceum Xeranthemum cylindraceum Sibtb. Sm. NULL Xeranthemum cylindraceum 2116 2 NULL 73077 Xeranthemum cylindraceum Sm.
3187 3187 3185 290 Xeranthemum inapertum Xeranthemum inapertum L. NULL Xeranthemum inapertum 2117 2 NULL 73082 Xeranthemum inapertum (L) Mill.
3188 3188 2685 220 Scolymus Scolymus NULL Scolymus G422 2 408
3189 3189 3188 290 Scolymus maculatus Scolymus maculatus L. NULL Scolymus maculatus 2118 2 NULL 61833 Scolymus maculatus L.
3190 3190 3188 290 Scolymus hispanicus Scolymus hispanicus L. NULL Scolymus hispanicus 2119 2 NULL 61831 Scolymus hispanicus L.
3191 3191 3188 290 Scolymus grandiflorus Scolymus grandiflorus Desf. NULL Scolymus grandiflorus 2120 2 NULL 61829 Scolymus grandiflorus Desf.
3192 3192 2685 220 Cichorium Cichorium NULL Cichorium G423 2 409
3193 3193 3192 290 Cichorium intybus Cichorium intybus L. NULL C. sauvage. Cichorium intybus 2121 2 NULL 17314 Cichorium intybus L.
3194 3194 2685 220 Catananche Catananche NULL Catananche G424 2 409
3195 3195 3194 290 Catananche caerulea Catananche caerulea L. NULL Catananche caerulea 2122 2 NULL 14787 Catananche caerulea L.
3196 3196 2685 220 Lampsana Lampsana NULL Lampsana G425 2 410
3197 3197 3196 290 Lampsana communis Lampsana communis L. NULL Lampsana communis 2123 2 NULL 37660 Lapsana communis L.
3198 3198 2685 220 Arnoseris Arnoseris NULL Arnoseris G426 2 410
3199 3199 3198 290 Arnoseris minima Arnoseris minima K. NULL Arnoseris minima 2124 2 NULL 6664 Arnoseris minima (L) Schweigg. & Körte
3200 3199 3198 290 Hyoseris minima Hyoseris minima l. NULL Hyoseris minima 2124 2 NULL
3201 3201 2685 220 Aposeris Aposeris NULL Aposeris G427 2 411
3202 3202 3201 290 Aposeris foetida Aposeris foetida Leysser. NULL Aposeris foetida 2125 2 NULL 5694 Aposeris foetida (L) Less.
3203 3203 2685 220 Rhagadiolus Rhagadiolus NULL Rhagadiolus G428 2 411
3204 3204 3203 290 Rhagadiolus stellatus Rhagadiolus stellatus DC. NULL Rhagadiolus stellatus 2126 2 NULL 55780 Rhagadiolus stellatus (L) Gaertn.
3205 3205 2685 220 Hedypnois Hedypnois NULL Hedypnois G429 2 411
3206 3206 3205 290 Hedypnois polymorpha Hedypnois polymorpha DC. NULL Hedypnois polymorpha 2127 2 NULL 30925 Hedypnois polymorpha DC.
3207 3207 2685 220 Hyoseris Hyoseris NULL Hyoseris G430 2 412
3208 3208 3207 290 Hyoseris radiata Hyoseris radiata L. NULL Hyoseris radiata 2128 2 NULL 75179 Hyoseris radiata L.
3209 3209 3207 290 Hyoseris scabra Hyoseris scabra L. NULL Hyoseris scabra 2129 2 NULL 35180 Hyoseris scabra L.
3210 3210 2685 220 Robertia Robertia NULL Robertia G431 2 413
3211 3211 3210 290 Robertia taraxacoides Robertia taraxacoides DC. NULL Robertia taraxacoides 2130 2 NULL 56211 Robertia taraxacoides (Loisel) DC.
3212 3212 2685 220 Seriola Seriola NULL Seriola G432 2 413
3213 3213 3212 290 Seriola aetnensis Seriola aetnensis L. NULL Seriola aetnensis 2131 2 NULL 63253 Seriola aethnensis L.
3214 3214 2685 220 Hypochoeris Hypochoeris NULL Hypochoeris G433 2 413
3215 3215 3214 290 Hypochoeris uniflora Hypochoeris uniflora Vill. NULL Hypochoeris uniflora 2132 2 NULL 35455 Hypochaeris uniflora Vill.
3216 3216 3214 290 Hypochoeris maculata Hypochoeris maculata L. NULL Hypochoeris maculata 2133 2 NULL 35432 Hypochaeris maculata L.
3217 3217 3214 290 Hypochoeris pennatifida Hypochoeris pennatifida Ten, NULL Hypochoeris pennatifida 2134 2 NULL 35436 Hypochaeris pinnatifida (Ten) Cirillo ex Ten.
3218 3218 3214 290 Hypochoeris radicata Hypochoeris radicata L. NULL Hypochoeris radicata 2135 2 NULL 35439 Hypochaeris radicata L.
3219 3219 3214 290 Hypochoeris glabra Hypochoeris glabra L. NULL Hypochoeris glabra 2136 2 NULL 35421 Hypochaeris glabra L.
3220 3220 2685 220 Thrincia Thrincia NULL Thrincia G434 2 415
3221 3221 3220 290 Thrincia tuberosa Thrincia tuberosa DC. NULL Thrincia tuberosa 2137 2 NULL 68021 Thrincia tuberosa (L) DC.
3222 3222 3220 290 Thrincia hirta Thrincia hirta Roth. NULL Thrincia hirta 2138 2 NULL 68002 Thrincia hirta Roth
3223 3223 3220 290 Thrincia hispida Thrincia hispida Roth. NULL Thrincia hispida 2139 2 NULL 68004 Thrincia hispida Roth
3224 3224 2685 220 Leontodon Leontodon NULL Leontodon G435 2 416
3225 3225 3224 290 Leontodon autumnalis Leontodon autumnalis L. NULL Leontodon autumnalis 2140 2 NULL 38279 Leontodon autumnalis L.
3226 3226 3224 290 Leontodon taraxaci Leontodon taraxaci Lois. NULL Leontodon taraxaci 2141 2 NULL 38375 Leontodon taraxaci (L) Loisel.
3227 3227 3224 290 Leontodon pyrenaicus Leontodon pyrenaicus Gouan. NULL Leontodon pyrenaicus 2142 2 NULL 38359 Leontodon pyrenaicus Gouan
3228 3228 3224 290 Leontodon hispidus Leontodon hispidus L. NULL Leontodon hispidus 2143 2 NULL 38316 Leontodon hispidus L.
3229 3228 3224 290 Leontodon proteiformis Leontodon proteiformis Vill. NULL Leontodon proteiformis 2143 2 NULL
3230 3230 3224 290 Leontodon villarsii Leontodon villarsii Lois. NULL Leontodon villarsii 2144 2 NULL 38386 Leontodon villarsii (Willd) Loisel.
3231 3231 3224 290 Leontodon crispus Leontodon crispus Vill. NULL Leontodon crispus 2145 2 NULL 75213 Leontodon crispus Vill.
3232 3232 2685 220 Picris Picris NULL Picris G436 2 419
3233 3233 3232 290 Picris pauciflora Picris pauciflora Willd. NULL Picris pauciflora 2146 2 NULL 49374 Picris pauciflora Willd.
3234 3234 3232 290 Picris sprengeriana Picris sprengeriana Lamk. NULL Picris sprengeriana 2147 2 NULL 49391 Picris sprengeriana sensu 2, 3, 4, 5
3235 3235 3232 290 Picris hieracioides Picris hieracioides L. NULL Picris hieracioides 2148 2 NULL 49351 Picris hieracioides L.
3236 3236 3232 290 Picris pyrenaica Picris pyrenaica L. NULL Picris pyrenaica 2149 2 NULL 49376 Picris pyrenaica sensu H J.Coste
3237 3237 2685 220 Helminthia Helminthia NULL Helminthia G437 2 420
3238 3238 3237 290 Helminthia echioides Helminthia echioides Gaertn. NULL Helminthia echioides 2150 2 NULL 31540 Helminthia echioides (L) Gaertn.
3239 3239 2685 220 Urospermum Urospermum NULL Urospermum G438 2 421
3240 3240 3239 290 Urospermum dalechampii Urospermum dalechampii Desf. NULL Urospermum dalechampii 2151 2 NULL 70381 Urospermum dalechampii (L) Scop. ex F.W.Schmidt
3241 3241 3239 290 Urospermum picroides Urospermum picroides Desf. NULL Urospermum picroides 2152 2 NULL 70382 Urospermum picroides (L) Scop. ex F.W.Schmidt
3242 3242 2685 220 Scorzonera Scorzonera NULL Scorzonera G439 2 421
3243 3243 3242 290 Scorzonera hirsuta Scorzonera hirsuta L. NULL Scorzonera hirsuta 2153 2 NULL 61904 Scorzonera hirsuta L.
3244 3244 3242 290 Scorzonera purpurea Scorzonera purpurea L. NULL Scorzonera purpurea 2154 2 NULL 75354 Scorzonera purpurea L.
3245 3245 3242 290 Scorzonera austriaca Scorzonera austriaca Willd. NULL Scorzonera austriaca 2155 2 NULL 61874 Scorzonera austriaca Willd.
3246 3246 3242 290 Scorzonera crispa Scorzonera crispa Bieb. NULL Scorzonera crispa 2156 2 NULL 61892 Scorzonera crispa sensu H J.Coste
3247 3246 3242 290 Scorzonera bupleurifolia Scorzonera bupleurifolia Pouzolz NULL Scorzonera bupleurifolia 2156 2 NULL
3248 3248 3242 290 Scorzonera humilis Scorzonera humilis l. NULL Scorzonera humilis 2157 2 NULL 61914 Scorzonera humilis L.
3249 3248 3242 290 Scorzonera plantaginea Scorzonera plantaginea DC. NULL Scorzonera plantaginea 2157 2 NULL
3250 3250 3242 290 Scorzonera aristata Scorzonera aristata Ram. NULL Scorzonera aristata 2158 2 NULL 61872 Scorzonera aristata Ramond ex DC.
3251 3251 3242 290 Scorzonera hispanica Scorzonera hispanica L. NULL Scorzonera hispanica 2159 2 NULL 61905 Scorzonera hispanica L.
3252 3252 2685 220 Podospermum Podospermum NULL Podospermum G440 2 424
3253 3253 3252 290 Podospermum laciniatum Podospermum laciniatum DC. NULL Podospermum laciniatum 2160 2 NULL 51054 Podospermum laciniatum (L) DC.
3254 3254 2685 220 Tragopogon Tragopogon NULL Tragopogon G441 2 424
3255 3255 3254 290 Tragopogon pratensis Tragopogon pratensis L. NULL Tragopogon pratensis 2161 2 NULL 68767 Tragopogon pratensis L.
3256 3256 3254 290 Tragopogon dubius Tragopogon dubius Scop. NULL Tragopogon dubius 2162 2 NULL 68729 Tragopogon dubius Scop.
3257 3256 3254 290 Tragopogon major Tragopogon major Jacq. NULL Tragopogon major 2162 2 NULL
3258 3258 3254 290 Tragopogon porrifolius Tragopogon porrifolius L. NULL Tragopogon porrifolius 2163 2 NULL 68760 Tragopogon porrifolius L.
3259 3259 3254 290 Tragopogon australis Tragopogon australis Jord. NULL Tragopogon australis 2164 2 NULL 68720 Tragopogon australis Jord.
3260 3260 3254 290 Tragopogon crocifolius Tragopogon crocifolius L. NULL Tragopogon crocifolius 2165 2 NULL 75417 Tragopogon crocifolius L.
3261 3261 2685 220 Geropogon Geropogon NULL Geropogon G442 2 4126
3262 3262 3261 290 Geropogon glaber Geropogon glaber L. NULL Geropogon glaber 2166 2 NULL 30095 Geropogon glaber L.
3263 3263 2685 220 Chondrilla Chondrilla NULL Chondrilla G443 2 426
3264 3264 3263 290 Chondrilla juncea Chondrilla juncea L. NULL Chondrilla juncea 2167 2 NULL 17040 Chondrilla juncea L.
3265 3265 3263 290 Chondrilla prenanthoides Chondrilla prenanthoides Vill. NULL Chondrilla prenanthoides 2168 2 NULL 17049 Chondrilla prenanthoides (Scop) Vill.
3266 3265 3263 290 Willemetia prenanthoides Willemetia prenanthoides G. G. NULL Willemetia prenanthoides 2168 2 NULL
3267 3267 2685 220 Willemetia Willemetia NULL Willemetia G444 2 427
3268 3268 3267 290 Willemetia apargioides Willemetia apargioides Gass. NULL Willemetia apargioides 2169 2 NULL 72980 Willemetia apargioides Cass. ex Bonnier & Layens
3269 3268 3267 290 Chondrilla stipitata Chondrilla stipitata C. H. Schz NULL Chondrilla stipitata 2169 2 NULL
3270 3270 2685 220 Taraxacum Taraxacum NULL Taraxacum G445 2 428
3271 3271 3270 290 Taraxacum officinale Taraxacum officinale Wiggers NULL Dent-de-Lion. Taraxacum officinale 2170 2 NULL 66979 Taraxacum officinale Weber
3272 3271 3270 290 Taraxacum dens-leonis Taraxacum dens-leonis Desf. NULL Taraxacum dens-leonis 2170 2 NULL
3273 3273 3270 290 Taraxacum palustre Taraxacum palustre DC. NULL Taraxacum palustre 2171 2 NULL 78107 Taraxacum palustre DC.
3274 3274 3270 290 Taraxacum leptocephalum Taraxacum leptocephalum Rchb. NULL Taraxacum leptocephalum 2172 2 NULL 66947 Taraxacum leptocephalum Rchb.
3275 3274 3270 290 Taraxacum salsugineum Taraxacum salsugineum Lamt. NULL Taraxacum salsugineum 2172 2 NULL
3276 3276 3270 290 Taraxacum gymnanthum Taraxacum gymnanthum DC. NULL Taraxacum gymnanthum 2173 2 NULL 66918 Taraxacum gymnanthum DC.
3277 3277 3270 290 Taraxacum obovatum Taraxacum obovatum DC. NULL Taraxacum obovatum 2174 2 NULL 66978 Taraxacum obovatum (Waldst. & Kit. ex Willd.) DC.
3278 3278 3270 290 Taraxacum serotinum Taraxacum serotinum Poir. NULL Taraxacum serotinum 2175 2 NULL 67078 Taraxacum serotinum (Waldst. & Kit.) Poir.
3279 3278 3270 290 Taraxacum neyrauti Taraxacum neyrauti Debeaux NULL Taraxacum neyrauti 2175 2 NULL
3280 3280 2685 220 Lactuca Lactuca NULL Lactuca G446 2 430
3281 3281 3280 290 Lactuca muralis Lactuca muralis Fresenius. NULL Lactuca muralis 2176 2 NULL 37338 Lactuca muralis (L) G Mey.
3282 3282 3280 290 Lactuca viminea Lactuca viminea Link. NULL Lactuca viminea 2177 2 NULL 37384 Lactuca viminea (L) J Presl & C.Presl
3283 3282 3280 290 Lactuca chondrilliflora Lactuca chondrilliflora Bor. NULL Lactuca chondrilliflora 2177 2 NULL
3284 3282 3280 290 Lactuca bauhini Lactuca bauhini Loret NULL Lactuca bauhini 2177 2 NULL
3285 3285 3280 290 Lactuca ramosissima Lactuca ramosissima G. G. NULL Lactuca ramosissima 2178 2 NULL 37349 Lactuca ramosissima (All) Gren. & Godr.
3286 3285 3280 290 Lactuca grenieri Lactuca grenieri Loret NULL Lactuca grenieri 2178 2 NULL
3287 3287 3280 290 Lactuca saligna Lactuca saligna L. NULL Lactuca saligna 2179 2 NULL 37352 Lactuca saligna L.
3288 3288 3280 290 Lactuca chaixi Lactuca chaixi Vill. NULL Lactuca chaixi 2180 2 NULL 37319 Lactuca chaixii Vill.
3289 3288 3280 290 Lactuca sagittata Lactuca sagittata W. K. NULL Lactuca sagittata 2180 2 NULL
3290 3290 3280 290 Lactuca sativa Lactuca sativa L. NULL L. cultivée. Lactuca sativa 2181 2 NULL 37354 Lactuca sativa L.
3291 3291 3280 290 Lactuca scariola Lactuca scariola L. NULL Laitue scariole. Lactuca scariola 2182 2 NULL 37363 Lactuca scariola L.
3292 3292 3280 290 Lactuca virosa Lactuca virosa L. NULL Lactuca vireuse. Lactuca virosa 2183 2 NULL 37391 Lactuca virosa L.
3293 3293 3280 290 Lactuca perennis Lactuca perennis L. NULL Lactuca perennis 2184 2 NULL 75204 Lactuca perennis L.
3294 3294 3280 290 Lactuca tenerrima Lactuca tenerrima Pourr. NULL Lactuca tenerrima 2185 2 NULL 37379 Lactuca tenerrima Pourr.
3295 3295 2685 220 Prenanthes Prenanthes NULL Prenanthes G447 2 433
3296 3296 3295 290 Prenanthes purpurea Prenanthes purpurea L. NULL Prenanthes purpurea 2186 2 NULL 53096 Prenanthes purpurea L.
3297 3297 2685 220 Sonchus Sonchus NULL Sonchus G448 2 434
3298 3298 3297 290 Sonchus alpinus Sonchus alpinus L. NULL Sonchus alpinus 2187 2 NULL 65162 Sonchus alpinus L.
3299 3298 3297 290 Mulgedium alpinum Mulgedium alpinum Lessing NULL Mulgedium alpinum 2187 2 NULL
3300 3300 3297 290 Sonchus plumieri Sonchus plumieri L. NULL Sonchus plumieri 2188 2 NULL 65218 Sonchus plumieri L.
3301 3300 3297 290 Mulgedium plumieri Mulgedium plumieri DC. NULL Mulgedium plumieri 2188 2 NULL
3302 3302 3297 290 Sonchus palustris Sonchus palustris L. NULL Sonchus palustris 2189 2 NULL 65214 Sonchus palustris L.
3303 3303 3297 290 Sonchus oleraceus Sonchus oleraceus L. NULL Sonchus oleraceus 2190 2 NULL 65205 Sonchus oleraceus L.
3304 3304 3297 290 Sonchus tenerrimus Sonchus tenerrimus L. NULL Sonchus tenerrimus 2191 2 NULL 65231 Sonchus tenerrimus L.
3305 3305 3297 290 Sonchus asper Sonchus asper All. NULL Sonchus asper 2192 2 NULL 65171 Sonchus asper (L) Hill
3306 3306 3297 290 Sonchus glaucescens Sonchus glaucescens Jord. NULL Sonchus glaucescens 2193 2 NULL 65188 Sonchus glaucescens Jord.
3307 3307 3297 290 Sonchus maritimus Sonchus maritimus L. NULL Sonchus maritimus 2194 2 NULL 65199 Sonchus maritimus L.
3308 3308 3297 290 Sonchus aquatilis Sonchus aquatilis Pourr. NULL Sonchus aquatilis 2195 2 NULL 65164 Sonchus aquatilis Pourr.
3309 3309 3297 290 Sonchus arvensis Sonchus arvensis L. NULL Sonchus arvensis 2196 2 NULL 65165 Sonchus arvensis L.
3310 3310 2685 220 Picridium Picridium NULL Picridium G449 2 437
3311 3311 3310 290 Picridium vulgare Picridium vulgare Desf. NULL Picridium vulgare 2197 2 NULL 49336 Picridium vulgare Desf.
3312 3312 2685 220 Zacintha Zacintha NULL Zacintha G450 2 437
3313 3313 3312 290 Zacintha verrucosa Zacintha verrucosa Gaertn. NULL Zacintha verrucosa 2198 2 NULL 73154 Zacintha verrucosa Gaertn.
3314 3314 2685 220 Pterotheca Pterotheca NULL Pterotheca G451 2 438
3315 3315 3314 290 Pterotheca sancta Pterotheca sancta F. Schz. NULL Pterotheca sancta 2199 2 NULL 73550 Pterotheca sancta Sch Bip.
3316 3315 3314 290 Hieracium sanctum Hieracium sanctum l.  NULL Hieracium sanctum 2199 2 NULL
3317 3315 3314 290 Pterotheca nemausensis Pterotheca nemausensis Gass. NULL Pterotheca nemausensis 2199 2 NULL
3318 3318 2685 220 Tolpis Tolpis NULL Tolpis G452 2 438
3319 3319 3318 290 Tolpis barbata Tolpis barbata Willd. NULL Tolpis barbata 2200 2 NULL 68519 Tolpis barbata sensu 1, 2, 3, 5, 6 (P.P.)
3320 3320 3318 290 Tolpis virgata Tolpis virgata Bert. NULL Tolpis virgata 2201 2 NULL 68530 Tolpis virgata Bertol.
3321 3320 3318 290 Tolpis altissima Tolpis altissima Pers. NULL Tolpis altissima 2201 2 NULL
3322 3322 2685 220 Crepis Crepis NULL Crepis G453 2 439
3323 3323 3322 290 Crepis albida Crepis albida Vill. NULL Crepis albida 2202 2 NULL 75070 Crepis albida Vill.
3324 3323 3322 290 Barkhausia albida Barkhausia albida Gass. NULL Barkhausia albida 2202 2 NULL
3325 3325 3322 290 Crepis foetida Crepis foetida L. NULL Crepis foetida 2203 2 NULL 19654 Crepis foetida L.
3326 3325 3322 290 Barkhausia foetida Barkhausia foetida DC. NULL Barkhausia foetida 2203 2 NULL
3327 3327 3322 290 Crepis taraxacifolia Crepis taraxacifolia Thuill. NULL Crepis taraxacifolia 2204 2 NULL 19769 Crepis taraxacifolia Thuill.
3328 3327 3322 290 Barkhausia taraxacifolia Barkhausia taraxacifolia DC. NULL Barkhausia taraxacifolia 2204 2 NULL
3329 3329 3322 290 Crepis setosa Crepis setosa Roem. NULL Crepis setosa 2205 2 NULL 19762 Crepis setosa Haller f.
3330 3329 3322 290 Barkhausia setosa Barkhausia setosa DC. NULL Barkhausia setosa 2205 2 NULL
3331 3331 3322 290 Crepis bursifolia Crepis bursifolia L. NULL Crepis bursifolia 2206 2 NULL 19627 Crepis bursifolia L.
3332 3331 3322 290 Crepis erucifolia Crepis erucifolia G. G. NULL Crepis erucifolia 2206 2 NULL
3333 3333 3322 290 Crepis suffreniana Crepis suffreniana Lloyd. NULL Crepis suffreniana 2207 2 NULL 75074 Crepis suffreniana (Dc) J Lloyd
3334 3333 3322 290 Barkhausia suffreniana Barkhausia suffreniana DC. NULL Barkhausia suffreniana 2207 2 NULL
3335 3335 3322 290 Crepis leontodontoides Crepis leontodontoides All. NULL Crepis leontodontoides 2208 2 NULL 19699 Crepis leontodontoides All.
3336 3335 3322 290 Barkhausia leontodontoides Barkhausia leontodontoides DC. NULL Barkhausia leontodontoides 2208 2 NULL
3337 3337 3322 290 Crepis caespitosa Crepis caespitosa G. G. NULL Crepis caespitosa 2209 2 NULL 19628 Crepis caespitosa (Moris) Gren.
3338 3337 3322 290 Barkhausia caespitosa Barkhausia caespitosa Moris NULL Barkhausia caespitosa 2209 2 NULL
3339 3339 3322 290 Crepis bellidifolia Crepis bellidifolia Lois. NULL Crepis bellidifolia 2210 2 NULL 19616 Crepis bellidifolia Loisel.
3340 3339 3322 290 Barkhausia bellidifolia Barkhausia bellidifolia DC. NULL Barkhausia bellidifolia 2210 2 NULL
3341 3341 3322 290 Crepis bulbosa Crepis bulbosa Gass. NULL Crepis bulbosa 2211 2 NULL 19626 Crepis bulbosa (L) Tausch
3342 3342 3322 290 Crepis aurea Crepis aurea Gass. NULL Crepis aurea 2212 2 NULL 75071 Crepis aurea (L) Tausch
3343 3343 3322 290 Crepis praemorsa Crepis praemorsa Tausch NULL Crepis praemorsa 2213 2 NULL 78109 Crepis praemorsa Tausch
3344 3343 3322 290 Hieracium praemorsum Hieracium praemorsum L. NULL Hieracium praemorsum 2213 2 NULL
3345 3345 3322 290 Crepis jubata Crepis jubata K. NULL Crepis jubata 2214 2 NULL 19689 Crepis jubata W D J.Koch
3346 3345 3322 290 Crepis chrysantha Crepis chrysantha DC. NULL Crepis chrysantha 2214 2 NULL
3347 3347 3322 290 Crepis pygmaea Crepis pygmaea L. NULL Crepis pygmaea 2215 2 NULL 75073 Crepis pygmaea L.
3348 3348 3322 290 Crepis pulchra Crepis pulchra L. NULL Crepis pulchra 2216 2 NULL 19738 Crepis pulchra L.
3349 3349 3322 290 Crepis tectorum Crepis tectorum L. NULL Crepis tectorum 2217 2 NULL 75461 Crepis tectorum L.
3350 3350 3322 290 Crepis virens Crepis virens L. NULL Crepis virens 2218 2 NULL 19801 Crepis virens L.
3351 3351 3322 290 Crepis nicaeensis Crepis nicaeensis Balb. NULL Crepis nicaeensis 2219 2 NULL 19720 Crepis nicaeensis Balb.
3352 3352 3322 290 Crepis biennis Crepis biennis L. NULL Crepis biennis 2220 2 NULL 19619 Crepis biennis L.
3353 3353 3322 290 Crepis paludosa Crepis paludosa M. NULL Crepis paludosa 2221 2 NULL 19725 Crepis paludosa (L) Moench
3354 3353 3322 290 Hieracium paludosum Hieracium paludosum L. NULL Hieracium paludosum 2221 2 NULL
3355 3355 3322 290 Crepis montana Crepis montana Tausch. NULL Crepis montana 2222 2 NULL 19712 Crepis montana (L) Tausch
3356 3355 3322 290 Hieracium montanum Hieracium montanum Jacq. NULL Hieracium montanum 2222 2 NULL
3357 3357 3322 290 Crepis grandiflora Crepis grandiflora Tausch. NULL Crepis grandiflora 2223 2 NULL 19669 Crepis grandiflora (All) Tausch
3358 3358 3322 290 Crepis lampsanoides Crepis lampsanoides DC. NULL Crepis lampsanoides 2224 2 NULL 78110 Crepis lampsanoides Froël.
3359 3359 3322 290 Crepis blattarioides Crepis blattarioides Vill. NULL Crepis blattarioides 2225 2 NULL 19624 Crepis blattarioides (L) Vill.
3360 3360 3322 290 Crepis succisifolia Crepis succisifolia Tausch. NULL Crepis succisifolia 2226 2 NULL 19767 Crepis succisifolia (All) Tausch
3361 3361 2685 220 Andryala Andryala NULL Andryala G454 2 447
3362 3362 3361 290 Andryala integrifolia Andryala integrifolia L. NULL Andryala integrifolia 2227 2 NULL 4699 Andryala integrifolia L.
3363 3362 3361 290 Andryala sinuata Andryala sinuata L. NULL Andryala sinuata 2227 2 NULL
3364 3364 3361 290 Andryala lyrata Andryala lyrata Pourr. NULL Andryala lyrata 2228 2 NULL 4705 Andryala lyrata Pourr.
3365 3364 3361 290 Andryala ragusina Andryala ragusina L. NULL Andryala ragusina 2228 2 NULL
3366 3366 3361 290 Andryala incana Andryala incana DC. NULL Andryala incana 2229 2 NULL 4698 Andryala incana (Lapeyr) DC.
3367 3367 2685 220 Hieracium Hieracium NULL Hieracium G455 2 449
3368 3368 3367 290 Hieracium pilosella Hieracium pilosella L. NULL Hieracium pilosella 2230 2 NULL 33796 Hieracium pilosella L.
3369 3369 3367 290 Hieracium peleterianum Hieracium peleterianum Mérat NULL Hieracium peleterianum 2231 2 NULL 33729 Hieracium peleterianum Mérat
3370 3369 3367 290 Hieracium pilosella var. pilosissimum Hieracium pilosella var. pilosissimum Fr. NULL Hieracium pilosella var. pilosissimum 2231 2 NULL
3371 3371 3367 290 Hieracium flagellare Hieracium flagellare Willd. NULL Hieracium flagellare 2232 2 NULL 32900 Hieracium x flagellare Willd. ex Schltr.
3372 3371 3367 290 Hieracium rupellense Hieracium rupellense Maillard et Giraudias NULL Hieracium rupellense 2232 2 NULL
3373 3373 3367 290 Hieracium serpyllifolium Hieracium serpyllifolium Fr. NULL Hieracium serpyllifolium 2233 2 NULL 34272 Hieracium serpyllifolium Fr.
3374 3374 3367 290 Hieracium pumilum Hieracium pumilum Lapeyr. NULL Hieracium pumilum 2234 2 NULL 34034 Hieracium pumilum Lapeyr.
3375 3375 3367 290 Hieracium glaciale Hieracium glaciale Lachnal. NULL Hieracium glaciale 2235 2 NULL 32982 Hieracium glaciale Reyn.
3376 3376 3367 290 Hieracium faurei Hieracium faurei Arv.-T. NULL Hieracium faurei 2236 2 NULL 32884 Hieracium faurei (Arv
3377 3377 3367 290 Hieracium auricula Hieracium auricula L. NULL Hieracium auricula 2237 2 NULL 32298 Hieracium auricula sensu 1, 2, 3
3378 3378 3367 290 Hieracium aurantiacum Hieracium aurantiacum L. NULL Hieracium aurantiacum 2238 2 NULL 32284 Hieracium aurantiacum L.
3379 3379 3367 290 Hieracium collinum Hieracium collinum Gochnat NULL Hieracium collinum 2239 2 NULL 32623 Hieracium collinum sensu H J.Coste
3380 3379 3367 290 Hieracium pratense Hieracium pratense Tausch. NULL Hieracium pratense 2239 2 NULL
3381 3381 3367 290 Hieracium cymosum Hieracium cymosum L. NULL Hieracium cymosum 2240 2 NULL 32721 Hieracium cymosum L.
3382 3381 3367 290 Hieracium nestleri Hieracium nestleri Vill. NULL Hieracium nestleri 2240 2 NULL
3383 3383 3367 290 Hieracium praealtum Hieracium praealtum Vill. NULL Hieracium praealtum 2241 2 NULL 33897 Hieracium praealtum sensu H J.Coste
3384 3384 3367 290 Hieracium florentinum Hieracium florentinum All. NULL Hieracium florentinum 2242 2 NULL 32911 Hieracium florentinum All.
3385 3385 3367 290 Hieracium staticifolium Hieracium staticifolium All. NULL Hieracium staticifolium 2243 2 NULL 34330 Hieracium staticifolium All.
3386 3386 3367 290 Hieracium glaucum Hieracium glaucum All. NULL Hieracium glaucum 2244 2 NULL 33030 Hieracium glaucum All.
3387 3386 3367 290 Hieracium porrifolium Hieracium porrifolium Vill. non L. NULL Hieracium porrifolium 2244 2 NULL
3388 3388 3367 290 Hieracium bupleuroides Hieracium bupleuroides Gmel. NULL Hieracium bupleuroides 2245 2 NULL 32467 Hieracium bupleuroides C C Gmel.
3389 3389 3367 290 Hieracium falcatum Hieracium falcatum Arv.-T. NULL Hieracium falcatum 2246 2 NULL 32876 Hieracium falcatum Arv
3390 3390 3367 290 Hieracium glaucopsis Hieracium glaucopsis G. G. NULL Hieracium glaucopsis 2247 2 NULL 33025 Hieracium glaucopsis Gren. & Godr.
3391 3390 3367 290 Hieracium chondrilloides Hieracium chondrilloides Vill. NULL Hieracium chondrilloides 2247 2 NULL
3392 3392 3367 290 Hieracium nayraeanum Hieracium nayraeanum Arv.-T. NULL Hieracium nayraeanum 2248 2 NULL 78179 Hieracium nayraeanum Arv
3393 3392 3367 290 Hieracium politum Hieracium politum G. G. p. p. NULL Hieracium politum 2248 2 NULL
3394 3394 3367 290 Hieracium chloropsis Hieracium chloropsis G. G. NULL Hieracium chloropsis 2249 2 NULL 32578 Hieracium chloropsis Gren. & Godr.
3395 3394 3367 290 Hieracium muteli Hieracium muteli ARV.-T. NULL Hieracium muteli 2249 2 NULL
3396 3396 3367 290 Hieracium pamphili Hieracium pamphili Arv.-T. NULL Hieracium pamphili 2250 2 NULL 33714 Hieracium pamphilii Arv
3397 3397 3367 290 Hieracium villosum Hieracium villosum Jacq. NULL Hieracium villosum 2251 2 NULL 34559 Hieracium villosum Jacq.
3398 3398 3367 290 Hieracium dentatum Hieracium dentatum Hoppe. NULL Hieracium dentatum 2252 2 NULL 32751 Hieracium dentatum Hoppe
3399 3399 3367 290 Hieracium scorzonerifolium Hieracium scorzonerifolium Vill. NULL Hieracium scorzonerifolium 2253 2 NULL 34250 Hieracium scorzonerifolium Vill.
3400 3400 3367 290 Hieracium chlorifolium Hieracium chlorifolium Arv.-T. NULL Hieracium chlorifolium 2254 2 NULL 32575 Hieracium chlorifolium Arv
3401 3401 3367 290 Hieracium subnivale Hieracium subnivale G. G. NULL Hieracium subnivale 2255 2 NULL 34360 Hieracium subnivale Gren.
3402 3402 3367 290 Hieracium piliferum Hieracium piliferum Hoppe NULL Hieracium piliferum 2256 2 NULL 33785 Hieracium piliferum Hoppe
3403 3402 3367 290 Hieracium schraderi Hieracium schraderi Koch. NULL Hieracium schraderi 2256 2 NULL
3404 3404 3367 290 Hieracium glanduliferum Hieracium glanduliferum Hoppe. NULL Hieracium glanduliferum 2257 2 NULL 33002 Hieracium glanduliferum Hoppe
3405 3405 3367 290 Hieracium armerioides Hieracium armerioides Arv.-T. NULL Hieracium armerioides 2258 2 NULL 32250 Hieracium armerioides Arv
3406 3405 3367 290 Hieracium murithianum Hieracium murithianum Favre NULL Hieracium murithianum 2258 2 NULL
3407 3407 3367 290 Hieracium ustulatum Hieracium ustulatum Arv.-T. NULL Hieracium ustulatum 2259 2 NULL 34517 Hieracium ustulatum Arv
3408 3408 3367 290 Hieracium alpinum Hieracium alpinum L. NULL Hieracium alpinum 2260 2 NULL 32179 Hieracium alpinum L.
3409 3409 3367 290 Hieracium bocconei Hieracium bocconei Grisb. NULL Hieracium bocconei 2261 2 NULL 32425 Hieracium bocconi Griseb.
3410 3409 3367 290 Hieracium hispidum Hieracium hispidum Fr. NULL Hieracium hispidum 2261 2 NULL
3411 3411 3367 290 Hieracium saxatile Hieracium saxatile Vill. NULL Hieracium saxatile 2262 2 NULL 34212 Hieracium saxatile Vill.
3412 3411 3367 290 Hieracium lawsoni Hieracium lawsoni Vill. NULL Hieracium lawsoni 2262 2 NULL
3413 3413 3367 290 Hieracium eriocerinthe Hieracium eriocerinthe Fr. NULL Hieracium eriocerinthe 2263 2 NULL 32852 Hieracium eriocerinthe sensu H J.Coste
3414 3413 3367 290 Hieracium phlomoides Hieracium phlomoides Froel. NULL Hieracium phlomoides 2263 2 NULL
3415 3415 3367 290 Hieracium pogonatum Hieracium pogonatum Arv.-T. NULL Hieracium pogonatum 2264 2 NULL 33878 Hieracium pogonatum Arv
3416 3416 3367 290 Hieracium mixtum Hieracium mixtum Froel. NULL Hieracium mixtum 2265 2 NULL 33450 Hieracium mixtum Froël.
3417 3417 3367 290 Hieracium cerinthoides Hieracium cerinthoides L. NULL Hieracium cerinthoides 2266 2 NULL 32546 Hieracium cerinthoides L.
3418 3418 3367 290 Hieracium loreti Hieracium loreti Fr. NULL Hieracium loreti 2267 2 NULL 33372 Hieracium loretii Fr.
3419 3418 3367 290 Hieracium cerinthoides var. pilosissimum Hieracium cerinthoides var. pilosissimum F. Schz NULL Hieracium cerinthoides var. pilosissimum 2267 2 NULL
3420 3420 3367 290 Hieracium pullatum Hieracium pullatum Arv.-T. NULL Hieracium pullatum 2268 2 NULL 34032 Hieracium pullatum Arv
3421 3420 3367 290 Hieracium longifolium Hieracium longifolium Lamt. NULL Hieracium longifolium 2268 2 NULL
3422 3422 3367 290 Hieracium compositum Hieracium compositum Lapeyr. NULL Hieracium compositum 2269 2 NULL 32632 Hieracium compositum Lapeyr.
3423 3423 3367 290 Hieracium regale Hieracium regale Arv.-T. NULL Hieracium regale 2270 2 NULL 34111 Hieracium regale Arv
3424 3424 3367 290 Hieracium vogesiacum Hieracium vogesiacum Mougeot. NULL Hieracium vogesiacum 2271 2 NULL 34599 Hieracium vogesiacum (Kirschl) Moug. ex Fr.
3425 3425 3367 290 Hieracium lividum Hieracium lividum Arv.-T. NULL Hieracium lividum 2272 2 NULL 33363 Hieracium lividum Arv
3426 3426 3367 290 Hieracium alatum Hieracium alatum Lapeyr. NULL Hieracium alatum 2273 2 NULL 32157 Hieracium alatum Lapeyr.
3427 3427 3367 290 Hieracium humile Hieracium humile Jacq. NULL Hieracium humile 2274 2 NULL 33086 Hieracium humile Jacq.
3428 3427 3367 290 Hieracium jacquini Hieracium jacquini Vill. NULL Hieracium jacquini 2274 2 NULL
3429 3429 3367 290 Hieracium amplexicaule Hieracium amplexicaule L. NULL Hieracium amplexicaule 2275 2 NULL 32194 Hieracium amplexicaule L.
3430 3430 3367 290 Hieracium pseudo-cerinthe Hieracium pseudo-cerinthe Koch. NULL Hieracium pseudo-cerinthe 2276 2 NULL 33991 Hieracium pseudocerinthe (Gaudin) W D.J.Koch
3431 3431 3367 290 Hieracium legrandianum Hieracium legrandianum Arv.-T. NULL Hieracium legrandianum 2277 2 NULL 33328 Hieracium legrandianum Arv
3432 3432 3367 290 Hieracium pulmonarioides Hieracium pulmonarioides Vill. NULL Hieracium pulmonarioides 2278 2 NULL 34033 Hieracium pulmonarioides Vill.
3433 3432 3367 290 Hieracium ligusticum Hieracium ligusticum Fr. NULL Hieracium ligusticum 2278 2 NULL
3434 3434 3367 290 Hieracium lanatum Hieracium lanatum Vill. NULL Hieracium lanatum 2279 2 NULL 33287 Hieracium lanatum Vill.
3435 3434 3367 290 Hieracium tomentosum Hieracium tomentosum All. NULL Hieracium tomentosum 2279 2 NULL
3436 3436 3367 290 Hieracium andryaloides Hieracium andryaloides Vill. NULL Hieracium andryaloides 2280 2 NULL 32223 Hieracium andryaloides Vill.
3437 3437 3367 290 Hieracium kochianum Hieracium kochianum Jord. NULL Hieracium kochianum 2281 2 NULL 33197 Hieracium kochianum Jord.
3438 3438 3367 290 Hieracium pellitum Hieracium pellitum Fr. NULL Hieracium pellitum 2282 2 NULL 33737 Hieracium pellitum Fr.
3439 3438 3367 290 Hieracium pseudo-lanatum Hieracium pseudo-lanatum Arv-T. NULL Hieracium pseudo-lanatum 2282 2 NULL
3440 3440 3367 290 Hieracium thapsifolium Hieracium thapsifolium Arv.-T. NULL Hieracium thapsifolium 2283 2 NULL 34437 Hieracium thapsifolium Arv
3441 3441 3367 290 Hieracium rupestre Hieracium rupestre All. NULL Hieracium rupestre 2284 2 NULL 34146 Hieracium rupestre All.
3442 3442 3367 290 Hieracium pictum Hieracium pictum Schleich. NULL Hieracium pictum 2285 2 NULL 33780 Hieracium pictum Schleich. ex Pers.
3443 3442 3367 290 Hieracium farinulentum Hieracium farinulentum Jord. NULL Hieracium farinulentum 2285 2 NULL
3444 3444 3367 290 Hieracium lasiophyllum Hieracium lasiophyllum Koch. NULL Hieracium lasiophyllum 2286 2 NULL 33307 Hieracium lasiophyllum W D J.Koch
3445 3445 3367 290 Hieracium rupicolum Hieracium rupicolum Fr. NULL Hieracium rupicolum 2287 2 NULL 77442 Hieracium rupicola Fr.
3446 3446 3367 290 Hieracium schmidtii Hieracium schmidtii Tausch. NULL Hieracium schmidtii 2288 2 NULL 34234 Hieracium schmidtii sensu H J.Coste
3447 3447 3367 290 Hieracium stelligerum Hieracium stelligerum DC. NULL Hieracium stelligerum 2289 2 NULL 34331 Hieracium stelligerum Froël.
3448 3448 3367 290 Hieracium caesium Hieracium caesium Fr. NULL Hieracium caesium 2290 2 NULL 32501 Hieracium caesium sensu H J.Coste
3449 3448 3367 290 Hieracium caesioides Hieracium caesioides ARV-T. NULL Hieracium caesioides 2290 2 NULL
3450 3450 3367 290 Hieracium murorum Hieracium murorum L. NULL Hieracium murorum 2291 2 NULL 33496 Hieracium murorum L.
3451 3451 3367 290 Hieracium vulgatum Hieracium vulgatum Fr. NULL Hieracium vulgatum 2292 2 NULL 34602 Hieracium vulgatum Fr.
3452 3451 3367 290 Hieracium sylvaticum Hieracium sylvaticum G. G. non L. NULL Hieracium sylvaticum 2292 2 NULL
3453 3453 3367 290 Hieracium rapunculoides Hieracium rapunculoides Arv.-T. NULL Hieracium rapunculoides 2293 2 NULL 34088 Hieracium rapunculoides Arv
3454 3454 3367 290 Hieracium papyraceum Hieracium papyraceum Gren. NULL Hieracium papyraceum 2294 2 NULL 33719 Hieracium papyraceum sensu H J.Coste
3455 3454 3367 290 Hieracium subalpinum Hieracium subalpinum Arv.-T. NULL Hieracium subalpinum 2294 2 NULL
3456 3456 3367 290 Hieracium juranum Hieracium juranum Fr. NULL Hieracium juranum 2295 2 NULL 33167 Hieracium juranum Fr.
3457 3456 3367 290 Hieracium elatum Hieracium elatum G. G. NULL Hieracium elatum 2295 2 NULL
3458 3458 3367 290 Hieracium prenanthoides Hieracium prenanthoides Vill. NULL Hieracium prenanthoides 2296 2 NULL 33961 Hieracium prenanthoides Vill.
3459 3458 3367 290 Hieracium spicatum Hieracium spicatum All. NULL Hieracium spicatum 2296 2 NULL
3460 3460 3367 290 Hieracium lanceolatum Hieracium lanceolatum Vill. NULL Hieracium lanceolatum 2297 2 NULL 33295 Hieracium lanceolatum Vill.
3461 3461 3367 290 Hieracium vallesiacum Hieracium vallesiacum Fr. NULL Hieracium vallesiacum 2298 2 NULL 34533 Hieracium vallesiacum Fr.
3462 3462 3367 290 Hieracium lycopifolium Hieracium lycopifolium Froel. NULL Hieracium lycopifolium 2299 2 NULL 33382 Hieracium lycopsifolium Froël.
3463 3463 3367 290 Hieracium valdepilosum Hieracium valdepilosum Vill. NULL Hieracium valdepilosum 2300 2 NULL 34521 Hieracium valdepilosum Vill.
3464 3464 3367 290 Hieracium lactucifolium Hieracium lactucifolium Arv.-T. NULL Hieracium lactucifolium 2301 2 NULL 33233 Hieracium lactucifolium sensu H J.Coste
3465 3464 3367 290 Hieracium conringifolium Hieracium conringifolium ARV.-T. NULL Hieracium conringifolium 2301 2 NULL
3466 3466 3367 290 Hieracium viscosum Hieracium viscosum Arv-T. NULL Hieracium viscosum 2302 2 NULL 34591 Hieracium viscosum Arv
3467 3467 3367 290 Hieracium ochroleucum Hieracium ochroleucum Schleich. NULL Hieracium ochroleucum 2303 2 NULL 33624 Hieracium ochroleucum Schleich. ex W.D.J.Koch
3468 3467 3367 290 Hieracium picroides Hieracium picroides G. G. NULL Hieracium picroides 2303 2 NULL
3469 3469 3367 290 Hieracium picroides Hieracium picroides Vill. NULL Hieracium picroides 2304 2 NULL 33774 Hieracium picroides sensu 1, 2
3470 3470 3367 290 Hieracium intybaceum Hieracium intybaceum Jacq. NULL Hieracium intybaceum 2305 2 NULL 78171 Hieracium intybaceum Wulfen ex Jacq.
3471 3470 3367 290 Hieracium albidum Hieracium albidum Vill. NULL Hieracium albidum 2305 2 NULL
3472 3472 3367 290 Hieracium virga-aurea Hieracium virga-aurea Coss. NULL Hieracium virga-aurea 2306 2 NULL 34578 Hieracium virgaurea Coss.
3473 3473 3367 290 Hieracium racemosum Hieracium racemosum W. K. NULL Hieracium racemosum 2307 2 NULL 34056 Hieracium racemosum Waldst. & Kit. ex Willd.
3474 3473 3367 290 Hieracium provinciale Hieracium provinciale Jord.  NULL Hieracium provinciale 2307 2 NULL
3475 3473 3367 290 Hieracium heterospermum Hieracium heterospermum Arv-T. NULL Hieracium heterospermum 2307 2 NULL
3476 3476 3367 290 Hieracium pyrenaicum Hieracium pyrenaicum Jord. NULL Hieracium pyrenaicum 2308 2 NULL 34044 Hieracium pyrenaicum Jord.
3477 3477 3367 290 Hieracium pseudo-eriophorum Hieracium pseudo-eriophorum Loret et Timb. NULL Hieracium pseudo-eriophorum 2309 2 NULL 33996 Hieracium pseudoeriophorum Loret & Timb.
3478 3477 3367 290 Hieracium rectum Hieracium rectum Arv-T.  NULL Hieracium rectum 2309 2 NULL
3479 3477 3367 290 Hieracium hirsutum Hieracium hirsutum G. G. NULL Hieracium hirsutum 2309 2 NULL
3480 3480 3367 290 Hieracium boreale Hieracium boreale Fr. NULL Hieracium boreale 2310 2 NULL 32427 Hieracium boreale sensu H J.Coste
3481 3481 3367 290 Hieracium rigidum Hieracium rigidum Hartm. NULL Hieracium rigidum 2311 2 NULL 34125 Hieracium rigidum Hartm.
3482 3481 3367 290 Hieracium tridentatum Hieracium tridentatum Fries NULL Hieracium tridentatum 2311 2 NULL
3483 3483 3367 290 Hieracium corymbosum Hieracium corymbosum Fr. NULL Hieracium corymbosum 2312 2 NULL 32674 Hieracium corymbosum sensu H J.Coste
3484 3483 3367 290 Hieracium inuloides Hieracium inuloides Tausch NULL Hieracium inuloides 2312 2 NULL
3485 3485 3367 290 Hieracium umbellatum Hieracium umbellatum L. NULL Hieracium umbellatum 2313 2 NULL 34488 Hieracium umbellatum L.
3486 3486 3367 290 Hieracium eriophorum Hieracium eriophorum Saint-Amans. NULL Hieracium eriophorum 2314 2 NULL 32860 Hieracium eriophorum St
3487 3487 2490 180 Ambrosiaceae Ambrosiaceae NULL Ambrosiacees F64 2 479
3488 3488 3487 220 Xanthium Xanthium NULL Xanthium G456 2 479
3489 3489 3488 290 Xanthium spinosum Xanthium spinosum L. NULL Xanthium spinosum 2315 2 NULL 73045 Xanthium spinosum L.
3490 3490 3488 290 Xanthium strumarium Xanthium strumarium L. NULL Xanthium strumarium 2316 2 NULL 73046 Xanthium strumarium L.
3491 3491 3488 290 Xanthium italicum Xanthium italicum Moret. NULL Xanthium italicum 2317 2 NULL 73032 Xanthium italicum Moretti
3492 3492 3488 290 Xanthium macrocarpum Xanthium macrocarpum DC. NULL Xanthium macrocarpum 2318 2 NULL 73035 Xanthium macrocarpum DC.
3493 3493 3487 220 Ambrosia Ambrosia NULL Ambrosia G457 2 481
3494 3494 3493 290 Ambrosia maritima Ambrosia maritima L. NULL Ambrosia maritima 2319 2 NULL 4074 Ambrosia maritima L.
3495 3495 3493 290 Ambrosia artemisiaefolia Ambrosia artemisiaefolia L. NULL Ambrosia artemisiaefolia 2320 2 NULL 4066 Ambrosia artemisiifolia L.
3496 3496 2490 180 Lobeliaceae Lobeliaceae NULL Lobeliacees F65 2 482
3497 3497 3496 220 Lobelia Lobelia NULL Lobelia G458 2 482
3498 3498 3497 290 Lobelia urens Lobelia urens L. NULL Lobelia urens 2321 2 NULL 39580 Lobelia urens L.
3499 3499 3497 290 Lobelia dortmanna Lobelia dortmanna L. NULL Lobelia dortmanna 2322 2 NULL 39573 Lobelia dortmanna L.
3500 3500 3496 220 Laurentia Laurentia NULL Laurentia G459 2 483
3501 3501 3500 290 Laurentia micheli Laurentia micheli DC. NULL Laurentia micheli 2323 2 NULL 38064 Laurentia michelii A DC.
3502 3502 3500 290 Laurentia tenella Laurentia tenella DC. NULL Laurentia tenella 2324 2 NULL 38065 Laurentia tenella auct Gall.
3503 3503 2490 180 Campanulaceae Campanulaceae NULL Campanulacees F66 2 484
3504 3504 3503 220 Wahlenbergia Wahlenbergia NULL Wahlenbergia G460 2 485
3505 3505 3504 290 Wahlenbergia hederacea Wahlenbergia hederacea Reich. NULL Wahlenbergia hederacea 2325 2 NULL 72940 Wahlenbergia hederacea (L) Rchb.
3506 3506 3504 290 Wahlenbergia nutabunda Wahlenbergia nutabunda A. DC. NULL Wahlenbergia nutabunda 2326 2 NULL 72944 Wahlenbergia nutabunda (Guss) A DC.
3507 3507 3503 220 Jasione Jasione NULL Jasione G461 2 486
3508 3508 3507 290 Jasione montana Jasione montana L. NULL Jasione montana 2327 2 NULL 36259 Jasione montana L.
3509 3509 3507 290 Jasione perennis Jasione perennis Lamk. NULL Jasione perennis 2328 2 NULL 36271 Jasione perennis Lam.
3510 3510 3507 290 Jasione humilis Jasione humilis Lois. NULL Jasione humilis 2329 2 NULL 36254 Jasione humilis (Pers) Loisel.
3511 3511 3503 220 Phyteuma Phyteuma NULL Phyteuma G462 2 487
3512 3512 3511 290 Phyteuma pauciflorum Phyteuma pauciflorum L. NULL Phyteuma pauciflorum 2330 2 NULL 49257 Phyteuma pauciflorum sensu 1, 2
3513 3513 3511 290 Phyteuma hemisphaericum Phyteuma hemisphaericum L. NULL Phyteuma hemisphaericum 2331 2 NULL 49221 Phyteuma hemisphaericum L.
3514 3514 3511 290 Phyteuma serratum Phyteuma serratum Vill. NULL Phyteuma serratum 2332 2 NULL 49274 Phyteuma serratum Viv.
3515 3515 3511 290 Phyteuma orbiculare Phyteuma orbiculare L. NULL Phyteuma orbiculare 2333 2 NULL 49239 Phyteuma orbiculare L.
3516 3516 3511 290 Phyteuma charmelii Phyteuma charmelii Vill. NULL Phyteuma charmelii 2334 2 NULL 73573 Phyteuma charmelii Vill.
3517 3517 3511 290 Phyteuma balbisii Phyteuma balbisii A. DC. NULL Phyteuma balbisii 2335 2 NULL 49194 Phyteuma balbisii A DC.
3518 3518 3511 290 Phyteuma michelii Phyteuma michelii All. NULL Phyteuma michelii 2336 2 NULL 49231 Phyteuma michelii All.
3519 3518 3511 290 Phyteuma scorzoneraefolium Phyteuma scorzoneraefolium Vill. NULL Phyteuma scorzoneraefolium 2336 2 NULL
3520 3520 3511 290 Phyteuma betonicaefolium Phyteuma betonicaefolium Vill. NULL Phyteuma betonicaefolium 2337 2 NULL 73572 Phyteuma betonicifolium Vill.
3521 3521 3511 290 Phyteuma spicatum Phyteuma spicatum L. NULL Phyteuma spicatum 2338 2 NULL 49275 Phyteuma spicatum L.
3522 3522 3511 290 Phyteuma halleri Phyteuma halleri All. NULL Phyteuma halleri 2339 2 NULL 49218 Phyteuma halleri All.
3523 3523 3503 220 Specularia Specularia NULL Specularia G463 2 491
3524 3524 3523 290 Specularia falcata Specularia falcata A. DC. NULL Specularia falcata 2340 2 NULL 65513 Specularia falcata (Ten) A DC.
3525 3525 3523 290 Specularia castellana Specularia castellana Lange. NULL Specularia castellana 2341 2 NULL 65512 Specularia castellana Lange
3526 3526 3523 290 Specularia hybrida Specularia hybrida A. DC. NULL Specularia hybrida 2342 2 NULL 65515 Specularia hybrida (L) A DC.
3527 3527 3523 290 Specularia speculum Specularia speculum A. DC. NULL Miroir de Vénus. Specularia speculum 2343 2 NULL 65518 Specularia speculum
3528 3528 3523 290 Specularia pentagonia Specularia pentagonia A. DC. NULL Specularia pentagonia 2344 2 NULL 65517 Specularia pentagonia (L) A DC.
3529 3529 3503 220 Campanula Campanula NULL Campanula G464 2 493
3530 3530 3529 290 Campanula erinus Campanula erinus L. NULL Campanula erinus 2345 2 NULL 12444 Campanula erinus L.
3531 3531 3529 290 Campanula medium Campanula medium L. NULL Carillon. Campanula medium 2346 2 NULL 12508 Campanula medium L.
3532 3532 3529 290 Campanula barbata Campanula barbata L. NULL Campanula barbata 2347 2 NULL 12408 Campanula barbata L.
3533 3533 3529 290 Campanula speciosa Campanula speciosa Pourr. NULL Campanula speciosa 2348 2 NULL 75454 Campanula speciosa Pourr.
3534 3534 3529 290 Campanula allionii Campanula allionii Vill. NULL Campanula allionii 2349 2 NULL 12404 Campanula allionii Vill.
3535 3534 3529 290 Campanula alpestris Campanula alpestris All. NULL Campanula alpestris 2349 2 NULL
3536 3536 3529 290 Campanula cenisia Campanula cenisia L. NULL Campanula cenisia 2350 2 NULL 12423 Campanula cenisia L.
3537 3537 3529 290 Campanula petraea Campanula petraea L. NULL Campanula petraea 2351 2 NULL 12542 Campanula petraea sensu 1, 2, 3, 4 (P.P.), 5
3538 3538 3529 290 Campanula thyrsoides Campanula thyrsoides L. NULL Campanula thyrsoides 2352 2 NULL 75013 Campanula thyrsoides L.
3539 3539 3529 290 Campanula spicata Campanula spicata L. NULL Campanula spicata 2353 2 NULL 12634 Campanula spicata L.
3540 3540 3529 290 Campanula cervicaria Campanula cervicaria L. NULL Campanula cervicaria 2354 2 NULL 12425 Campanula cervicaria L.
3541 3541 3529 290 Campanula glomerata Campanula glomerata L. NULL Campanula glomerata 2355 2 NULL 12462 Campanula glomerata L.
3542 3541 3529 290 Campanula aggregata Campanula aggregata Nocca NULL Campanula aggregata 2355 2 NULL
3543 3543 3529 290 Campanula persicifolia Campanula persicifolia L. NULL Campanula persicifolia 2356 2 NULL 12532 Campanula persicifolia L.
3544 3544 3529 290 Campanula rapunculus Campanula rapunculus L. NULL Raiponce. Campanula rapunculus 2357 2 NULL 75011 Campanula rapunculus L.
3545 3545 3529 290 Campanula patula Campanula patula L. NULL Campanula patula 2358 2 NULL 12522 Campanula patula L.
3546 3546 3529 290 Campanula latifolia Campanula latifolia L. NULL Campanula latifolia 2359 2 NULL 12493 Campanula latifolia L.
3547 3547 3529 290 Campanula trachelium Campanula trachelium L. NULL Gantelée. Campanula trachelium 2360 2 NULL 75014 Campanula trachelium L.
3548 3548 3529 290 Campanula rapunculoides Campanula rapunculoides L. NULL Campanula rapunculoides 2361 2 NULL 75010 Campanula rapunculoides L.
3549 3549 3529 290 Campanula bononiensis Campanula bononiensis L. NULL Campanula bononiensis 2362 2 NULL 12415 Campanula bononiensis L.
3550 3550 3529 290 Campanula rhomboidalis Campanula rhomboidalis L. NULL Campanula rhomboidalis 2363 2 NULL 73284 Campanula rhomboidalis L.
3551 3551 3529 290 Campanula lanceolata Campanula lanceolata Lap. NULL Campanula lanceolata 2364 2 NULL 12490 Campanula lanceolata Lapeyr.
3552 3551 3529 290 Campanula precatoria Campanula precatoria Timb. NULL Campanula precatoria 2364 2 NULL
3553 3553 3529 290 Campanula linifolia Campanula linifolia Lamk. NULL Campanula linifolia 2365 2 NULL 12497 Campanula linifolia Lam.
3554 3554 3529 290 Campanula rotundifolia Campanula rotundifolia L. NULL Campanula rotundifolia 2366 2 NULL 75012 Campanula rotundifolia L.
3555 3555 3529 290 Campanula macrorrhiza Campanula macrorrhiza Gay. NULL Campanula macrorrhiza 2367 2 NULL 12505 Campanula macrorhiza J Gay ex A.Dc.
3556 3556 3529 290 Campanula pusilla Campanula pusilla Haenk. NULL Campanula pusilla 2368 2 NULL 12551 Campanula pusilla Haenke
3557 3557 3529 290 Campanula scheuchzeri Campanula scheuchzeri Vill. NULL Campanula scheuchzeri 2369 2 NULL 12611 Campanula scheuchzeri Vill.
3558 3558 3503 220 Trachelium Trachelium NULL Trachelium G465 2 502
3559 3559 3558 290 Trachelium caeruleum Trachelium caeruleum L. NULL Trachelium caeruleum 2370 2 NULL 75416 Trachelium caeruleum L.
3560 3560 2490 180 Vacciniaceae Vacciniaceae NULL Vacciniees F67 2 503
3561 3561 3560 220 Oxycoccus Oxycoccus NULL Oxycoccus G466 2 503
3562 3562 3561 290 Oxycoccus palustris Oxycoccus palustris Pers. NULL Oxycoccus palustris 2371 2 NULL 47211 Oxycoccus palustris Pers.
3563 3562 3561 290 Oxycoccus vulgaris Oxycoccus vulgaris G. G. NULL Oxycoccus vulgaris 2371 2 NULL
3564 3562 3561 290 Vaccinium oxycoccus Vaccinium oxycoccus L. NULL Vaccinium oxycoccus 2371 2 NULL
3565 3565 3560 220 Vaccinium Vaccinium NULL Vaccinium G467 2 503
3566 3566 3565 290 Vaccinium vitis-idaea Vaccinium vitis-idaea L. NULL Candie. Vaccinium vitis-idaea 2372 2 NULL 70507 Vaccinium vitis
3567 3567 3565 290 Vaccinium uliginosum Vaccinium uliginosum L. NULL Vaccinium uliginosum 2373 2 NULL 70502 Vaccinium uliginosum L.
3568 3568 3565 290 Vaccinium myrtillus Vaccinium myrtillus L. NULL Myrtille. Vaccinium myrtillus 2374 2 NULL 70489 Vaccinium myrtillus L.
3569 3569 2490 180 Ericaceae Ericaceae NULL Ericinees F68 2 505
3570 3570 3569 220 Arbutus Arbutus NULL Arbutus G468 2 506
3571 3571 3570 290 Arbutus unedo Arbutus unedo L. NULL Arbre aux fraises. Arbutus unedo 2375 2 NULL 6055 Arbutus unedo L.
3572 3572 3570 290 Arbutus uva-ursi Arbutus uva-ursi L. NULL Busserolle, Raisin d'ours. Arbutus uva-ursi 2376 2 NULL 6064 Arbutus uva
3573 3572 3570 290 Arctostaphylos officinalis Arctostaphylos officinalis Wimm NULL Arctostaphylos officinalis 2376 2 NULL
3574 3574 3570 290 Arbutus alpina Arbutus alpina L. NULL Arbutus alpina 2377 2 NULL 6043 Arbutus alpina L.
3575 3574 3570 290 Arctostaphylos alpina Arctostaphylos alpina Spreng. NULL Arctostaphylos alpina 2377 2 NULL
3576 3576 3569 220 Rhododendron Rhododendron NULL Rhododendron G469 2 507
3577 3577 3576 290 Rhododendron hirsutum Rhododendron hirsutum L. NULL Rhododendron hirsutum 2378 2 NULL 56049 Rhododendron hirsutum L.
3578 3578 3576 290 Rhododendron ferrugineum Rhododendron ferrugineum L. NULL Rosage, Laurier-rose des Alpes. Rhododendron ferrugineum 2379 2 NULL 75328 Rhododendron ferrugineum L.
3579 3579 3569 220 Phyllodoce Phyllodoce NULL Phyllodoce G470 2 508
3580 3580 3579 290 Phyllodoce caerulea Phyllodoce caerulea Gren. et G. NULL Phyllodoce caerulea 2380 2 NULL 49141 Phyllodoce caerulea (L) Bab.
3581 3580 3579 290 Phyllodoce taxifolia Phyllodoce taxifolia Salisb.  NULL Phyllodoce taxifolia 2380 2 NULL
3582 3580 3579 290 Andromeda caerulea Andromeda caerulea L NULL Andromeda caerulea 2380 2 NULL
3583 3583 3569 220 Andromeda Andromeda NULL Andromeda G471 2 508
3584 3584 3583 290 Andromeda polifolia Andromeda polifolia L. NULL Andromeda polifolia 2381 2 NULL 4501 Andromeda polifolia L.
3585 3585 3569 220 Azalea Azalea NULL Azalea G472 2 509
3586 3586 3585 290 Azalea procumbens Azalea procumbens L. NULL Azalea procumbens 2382 2 NULL 9049 Azalea procumbens L.
3587 3586 3585 290 Loiseleuria procumbens Loiseleuria procumbens Desv. NULL Loiseleuria procumbens 2382 2 NULL
3588 3588 3569 220 Daboecia Daboecia NULL Daboecia G473 2 509
3589 3589 3588 290 Daboecia polifolia Daboecia polifolia Don. NULL Daboecia polifolia 2383 2 NULL 21100 Daboecia polifolia D Don
3590 3589 3588 290 Menziesia daboeci Menziesia daboeci DC. NULL Menziesia daboeci 2383 2 NULL
3591 3591 3569 220 Calluna Calluna NULL Calluna G474 2 509
3592 3592 3591 290 Calluna vulgaris Calluna vulgaris Salisb. NULL Bruyère commune. Calluna vulgaris 2384 2 NULL 78197 Calluna vulgaris Salisb.
3593 3592 3591 290 Erica vulgaris Erica vulgaris L. NULL Erica vulgaris 2384 2 NULL
3594 3594 3569 220 Erica Erica NULL Erica G475 2 513
3595 3595 3594 290 Erica ciliaris Erica ciliaris L. NULL Erica ciliaris 2385 2 NULL 24743 Erica ciliaris Loefl. ex L.
3596 3596 3594 290 Erica tetralix Erica tetralix L. NULL Erica tetralix 2386 2 NULL 24777 Erica tetralix L.
3597 3597 3594 290 Erica mediterranea Erica mediterranea L. NULL Erica mediterranea 2387 2 NULL 24762 Erica mediterranea L.
3598 3598 3594 290 Erica carnea Erica carnea L. NULL Erica carnea 2388 2 NULL 24737 Erica carnea L.
3599 3599 3594 290 Erica multiflora Erica multiflora L. NULL Erica multiflora 2389 2 NULL 24765 Erica multiflora L.
3600 3600 3594 290 Erica vagans Erica vagans L. NULL Erica vagans 2390 2 NULL 24783 Erica vagans L.
3601 3600 3594 290 Erica decipiens Erica decipiens St-Am. NULL Erica decipiens 2390 2 NULL
3602 3602 3594 290 Erica cinerea Erica cinerea L. NULL Erica cinerea 2391 2 NULL 24745 Erica cinerea L.
3603 3603 3594 290 Erica stricta Erica stricta Don. NULL Erica stricta 2392 2 NULL 24774 Erica stricta Andrews
3604 3603 3594 290 Erica corsica Erica corsica DC. NULL Erica corsica 2392 2 NULL
3605 3605 3594 290 Erica scoparia Erica scoparia L. NULL Bruyère à balai. Erica scoparia 2393 2 NULL 75110 Erica scoparia L.
3606 3606 3594 290 Erica arborea Erica arborea L. NULL Bruyère arborescente. Erica arborea 2394 2 NULL 24729 Erica arborea L.
3607 3607 3594 290 Erica lusitanica Erica lusitanica Rud. NULL Erica lusitanica 2395 2 NULL 24760 Erica lusitanica Rudolphi
3608 3608 2490 180 Lentibulariaceae Lentibulariaceae NULL Lentibulariees F69 2 514
3609 3609 3608 220 Pinguicula Pinguicula NULL Pinguicula G476 2 514
3610 3610 3609 290 Pinguicula lusitanica Pinguicula lusitanica L. NULL Pinguicula lusitanica 2396 2 NULL 49574 Pinguicula lusitanica L.
3611 3611 3609 290 Pinguicula alpina Pinguicula alpina L. NULL Pinguicula alpina 2397 2 NULL 49538 Pinguicula alpina L.
3612 3612 3609 290 Pinguicula corsica Pinguicula corsica Bern. et Gren. NULL Pinguicula corsica 2398 2 NULL 49549 Pinguicula corsica Bernard & Gren.
3613 3613 3609 290 Pinguicula vulgaris Pinguicula vulgaris L. NULL Langue d'oie. Pinguicula vulgaris 2399 2 NULL 49587 Pinguicula vulgaris L.
3614 3614 3609 290 Pinguicula longifolia Pinguicula longifolia Ram. NULL Pinguicula longifolia 2400 2 NULL 49568 Pinguicula longifolia Ramond ex DC.
3615 3614 3609 290 Pinguicula grandiflora var. longifolia Pinguicula grandiflora var. longifolia DC. NULL Pinguicula grandiflora var. longifolia 2400 2 NULL
3616 3616 3609 290 Pinguicula grandiflora Pinguicula grandiflora Lamk. NULL Pinguicula grandiflora 2401 2 NULL 49553 Pinguicula grandiflora Lam.
3617 3617 3609 290 Pinguicula reuteri Pinguicula reuteri Genty NULL Pinguicula reuteri 2402 2 NULL 49581 Pinguicula reuteri Genty
3618 3617 3609 290 Pinguicula grandiflora var. pallida Pinguicula grandiflora var. pallida Reuter NULL Pinguicula grandiflora var. pallida 2402 2 NULL
3619 3619 3608 220 Utricularia Utricularia NULL Utricularia G477 2 517
3620 3620 3619 290 Utricularia vulgaris Utricularia vulgaris L. NULL Utricularia vulgaris 2403 2 NULL 70458 Utricularia vulgaris L.
3621 3621 3619 290 Utricularia neglecta Utricularia neglecta Lehm. NULL Utricularia neglecta 2404 2 NULL 70452 Utricularia neglecta Lehm.
3622 3622 3619 290 Utricularia intermedia Utricularia intermedia Hayne. NULL Utricularia intermedia 2405 2 NULL 70446 Utricularia intermedia Hayne
3623 3623 3619 290 Utricularia minor Utricularia minor L. NULL Utricularia minor 2406 2 NULL 70450 Utricularia minor L.
3624 3624 2490 180 Primulaceae Primulaceae NULL Primulacees F70 2 518
3625 3625 3624 220 Hottonia Hottonia NULL Hottonia G478 2 520
3626 3626 3625 290 Hottonia palustris Hottonia palustris L. NULL Mille feuille aquatique. Hottonia palustris 2407 2 NULL 34951 Hottonia palustris L.
3627 3627 3624 220 Primula Primula NULL Primula G479 2 520
3628 3628 3627 290 Primula auricula Primula auricula L. NULL Auricule, Oreille d'ours. Primula auricula 2408 2 NULL 53129 Primula auricula L.
3629 3629 3627 290 Primula vulgaris Primula vulgaris Huds. NULL Primula vulgaris 2409 2 NULL 53298 Primula vulgaris Huds.
3630 3629 3627 290 Primula grandiflora Primula grandiflora Lamk. NULL Primula grandiflora 2409 2 NULL
3631 3631 3627 290 Primula elatior Primula elatior Jacq. NULL Primula elatior 2410 2 NULL 53174 Primula elatior (L) Hill
3632 3632 3627 290 Primula officinalis Primula officinalis Jacq. NULL Coucou. Primula officinalis 2411 2 NULL 53240 Primula officinalis Hill
3633 3633 3627 290 Primula farinosa Primula farinosa L. NULL Primula farinosa 2412 2 NULL 75482 Primula farinosa L.
3634 3634 3627 290 Primula longiflora Primula longiflora AIL NULL Primula longiflora 2413 2 NULL 53226 Primula longiflora All.
3635 3635 3627 290 Primula marginata Primula marginata Curt. NULL Primula marginata 2414 2 NULL 53229 Primula marginata Curtis
3636 3636 3627 290 Primula latifolia Primula latifolia Lap. NULL Primula latifolia 2415 2 NULL 53214 Primula latifolia Lapeyr.
3637 3637 3627 290 Primula viscosa Primula viscosa Vill. NULL Primula viscosa 2416 2 NULL 53294 Primula viscosa Vill.
3638 3637 3627 290 Primula hirsuta Primula hirsuta AIL, non Vill. NULL Primula hirsuta 2416 2 NULL
3639 3639 3627 290 Primula pedemontana Primula pedemontana Thomas. NULL Primula pedemontana 2417 2 NULL 75306 Primula pedemontana E Thomas ex Gaudin
3640 3640 3627 290 Primula allionii Primula allionii Lois. NULL Primula allionii 2418 2 NULL 53122 Primula allionii Loisel.
3641 3641 3627 290 Primula integrifolia Primula integrifolia L. NULL Primula integrifolia 2419 2 NULL 53208 Primula integrifolia L.
3642 3642 3624 220 Gregoria Gregoria NULL Gregoria G480 2 525
3643 3643 3642 290 Gregoria vitaliana Gregoria vitaliana Duby NULL Gregoria vitaliana 2420 2 NULL 30643 Gregoria vitaliana (L) Duby
3644 3643 3642 290 Primula vitaliana Primula vitaliana L. NULL Primula vitaliana 2420 2 NULL
3645 3645 3624 220 Androsace Androsace NULL Androsace G481 2 523
3646 3646 3645 290 Androsace imbricata Androsace imbricata Lamk NULL Androsace imbricata 2421 2 NULL 4638 Androsace imbricata sensu 1, 2
3647 3646 3645 290 Aretia argentea Aretia argentea Lois. NULL Aretia argentea 2421 2 NULL
3648 3648 3645 290 Androsace helvetica Androsace helvetica Gaud. NULL Androsace helvetica 2422 2 NULL 4633 Androsace helvetica (L) All.
3649 3648 3645 290 Aretia helvetica Aretia helvetica L. NULL Aretia helvetica 2422 2 NULL
3650 3650 3645 290 Androsace pyrenaica Androsace pyrenaica Lamk NULL Androsace pyrenaica 2423 2 NULL 4669 Androsace pyrenaica Lam.
3651 3650 3645 290 Aretia pyrenaica Aretia pyrenaica Lois. NULL Aretia pyrenaica 2423 2 NULL
3652 3652 3645 290 Androsace alpina Androsace alpina Lamk. NULL Androsace alpina 2424 2 NULL 4585 Androsace alpina (L) Lam.
3653 3652 3645 290 Androsace glacialis Androsace glacialis Hoppe  NULL Androsace glacialis 2424 2 NULL
3654 3652 3645 290 Androsace pennina Androsace pennina Gaud. NULL Androsace pennina 2424 2 NULL
3655 3655 3645 290 Androsace pubescens Androsace pubescens DC. NULL Androsace pubescens 2425 2 NULL 4661 Androsace pubescens DC.
3656 3655 3645 290 Aretia pubescens Aretia pubescens Lois. NULL Aretia pubescens 2425 2 NULL
3657 3657 3645 290 Androsace cylindrica Androsace cylindrica DC. NULL Androsace cylindrica 2426 2 NULL 4616 Androsace cylindrica DC.
3658 3657 3645 290 Aretia cylindrica Aretia cylindrica LoIs. NULL Aretia cylindrica 2426 2 NULL
3659 3659 3645 290 Androsace ciliata Androsace ciliata DC. NULL Androsace ciliata 2427 2 NULL 4615 Androsace ciliata DC.
3660 3659 3645 290 Aretia ciliata Aretia ciliata Lois. NULL Aretia ciliata 2427 2 NULL
3661 3661 3645 290 Androsace villosa Androsace villosa L. NULL Androsace villosa 2428 2 NULL 75446 Androsace villosa L.
3662 3662 3645 290 Androsace chamaejasme Androsace chamaejasme Host. NULL Androsace chamaejasme 2429 2 NULL 4614 Androsace chamaejasme Wulfen
3663 3663 3645 290 Androsace lactea Androsace lactea L. NULL Androsace lactea 2430 2 NULL 4640 Androsace lactea L.
3664 3663 3645 290 Androsace pauciflora Androsace pauciflora Will. NULL Androsace pauciflora 2430 2 NULL
3665 3665 3645 290 Androsace carnea Androsace carnea L. NULL Androsace carnea 2431 2 NULL 4600 Androsace carnea L.
3666 3666 3645 290 Androsace obtusifolia Androsace obtusifolia All. NULL Androsace obtusifolia 2432 2 NULL 4650 Androsace obtusifolia All.
3667 3667 3645 290 Androsace septentrionalis Androsace septentrionalis L. NULL Androsace septentrionalis 2433 2 NULL 4673 Androsace septentrionalis L.
3668 3668 3645 290 Androsace lactiflora Androsace lactiflora Pall. NULL Androsace lactiflora 2434 2 NULL 4641 Androsace lactiflora sensu H J.Coste
3669 3668 3645 290 Androsace chaixii Androsace chaixii Gren. et G. NULL Androsace chaixii 2434 2 NULL
3670 3670 3645 290 Androsace elongata Androsace elongata L. NULL Androsace elongata 2435 2 NULL 4622 Androsace elongata L.
3671 3670 3645 290 Androsace occidentalis Androsace occidentalis Pursh NULL Androsace occidentalis 2435 2 NULL
3672 3672 3645 290 Androsace maxima Androsace maxima L. NULL Androsace maxima 2436 2 NULL 74955 Androsace maxima L.
3673 3673 3624 220 Cortusa Cortusa NULL Cortusa G482 2 531
3674 3674 3673 290 Cortusa matthioli Cortusa matthioli L. NULL Cortusa matthioli 2437 2 NULL 19054 Cortusa matthioli L.
3675 3675 3624 220 Cyclamen Cyclamen NULL Cyclamen G483 2 532
3676 3676 3675 290 Cyclamen repandum Cyclamen repandum Sibth. et Sm. NULL Cyclamen repandum 2438 2 NULL 75080 Cyclamen repandum Sm.
3677 3677 3675 290 Cyclamen balearicum Cyclamen balearicum Willk. NULL Cyclamen balearicum 2439 2 NULL 20427 Cyclamen balearicum Willk.
3678 3678 3675 290 Cyclamen neapolitanum Cyclamen neapolitanum Ten. NULL Cyclamen neapolitanum 2440 2 NULL 20439 Cyclamen neapolitanum Ten.
3679 3679 3675 290 Cyclamen europaeum Cyclamen europaeum L. NULL Pain de pourceau. Cyclamen europaeum 2441 2 NULL 20429 Cyclamen europaeum sensu 1, 2, 3, 5
3680 3680 3624 220 Soldanella Soldanella NULL Soldanella G484 2 533
3681 3681 3680 290 Soldanella alpina Soldanella alpina L. NULL Soldanella alpina 2442 2 NULL 75388 Soldanella alpina L.
3682 3682 3624 220 Glaux Glaux NULL Glaux G485 2 533
3683 3683 3682 290 Glaux maritima Glaux maritima L. NULL Glaux maritima 2443 2 NULL 30245 Glaux maritima L.
3684 3684 3624 220 Asterolinum Asterolinum NULL Asterolinum G486 2 534
3685 3685 3684 290 Asterolinum stellatum Asterolinum stellatum Link et Hoff. NULL Asterolinum stellatum 2444 2 NULL 7999 Asterolinon stellatum Hoffmanns. & Link
3686 3685 3684 290 Lysimachia linum Lysimachia linum stellatum L. NULL Lysimachia linum 2444 2 NULL
3687 3687 3624 220 Lysimachia Lysimachia NULL Lysimachia G487 2 534
3688 3688 3687 290 Lysimachia ephemerum Lysimachia ephemerum L. NULL Lysimachia ephemerum 2445 2 NULL 40561 Lysimachia ephemerum L.
3689 3688 3687 290 Lysimachia otani Lysimachia otani Asso NULL Lysimachia otani 2445 2 NULL
3690 3690 3687 290 Lysimachia thyrsiflora Lysimachia thyrsiflora L. NULL Lysimachia thyrsiflora 2446 2 NULL 40586 Lysimachia thyrsiflora L.
3691 3691 3687 290 Lysimachia vulgaris Lysimachia vulgaris L. NULL Chasse-bosse. Lysimachia vulgaris 2447 2 NULL 75235 Lysimachia vulgaris L.
3692 3692 3687 290 Lysimachia punctata Lysimachia punctata L. NULL Lysimachia punctata 2448 2 NULL 75234 Lysimachia punctata L.
3693 3693 3687 290 Lysimachia nummularia Lysimachia nummularia L. NULL Monnoyère, Herbe aux écus. Lysimachia nummularia 2449 2 NULL 40572 Lysimachia nummularia L.
3694 3694 3687 290 Lysimachia nemorum Lysimachia nemorum L. NULL Lysimachia nemorum 2450 2 NULL 75233 Lysimachia nemorum L.
3695 3695 3624 220 Trientalis Trientalis NULL Trientalis G488 2 537
3696 3696 3695 290 Trientalis europaea Trientalis europaea L. NULL Trientalis europaea 2451 2 NULL 68953 Trientalis europaea L.
3697 3697 3624 220 Coris Coris NULL Coris G489 2 537
3698 3698 3697 290 Coris monspeliensis Coris monspeliensis L. NULL Coris monspeliensis 2452 2 NULL 75062 Coris monspeliensis L.
3699 3699 3624 220 Centunculus Centunculus NULL Centunculus G490 2 537
3700 3700 3699 290 Centunculus minimus Centunculus minimus L. NULL Centunculus minimus 2453 2 NULL 15666 Centunculus minimus L.
3701 3701 3624 220 Anagallis Anagallis NULL Anagallis G491 2 538
3702 3702 3701 290 Anagallis arvensis Anagallis arvensis L. NULL Morgeline. Anagallis arvensis 2454 2 NULL 4371 Anagallis arvensis L.
3703 3703 3701 290 Anagallis parviflora Anagallis parviflora Hoff. Link. NULL Anagallis parviflora 2455 2 NULL 4402 Anagallis parviflora Hoffmanns. & Link
3704 3704 3701 290 Anagallis tenella Anagallis tenella L. NULL Anagallis tenella 2456 2 NULL 4410 Anagallis tenella (L) L.
3705 3705 3701 290 Anagallis crassifolia Anagallis crassifolia Thore. NULL Anagallis crassifolia 2457 2 NULL 4387 Anagallis crassifolia Thore
3706 3706 3624 220 Samolus Samolus NULL Samolus G492 2 539
3707 3707 3706 290 Samolus valerandi Samolus valerandi L. NULL Samolus valerandi 2458 2 NULL 60266 Samolus valerandi L.
3708 3708 2490 180 Styraceae Styraceae NULL Styracees F71 2 540
3709 3709 3708 220 Styrax Styrax NULL Styrax G493 2 540
3710 3710 3709 290 Styrax officinale Styrax officinale L. NULL Styrax officinale 2459 2 NULL 66503 Styrax officinalis L.
3711 3711 2490 180 Oleaceae Oleaceae NULL Oleacees F72 2 540
3712 3712 3711 220 Syringa Syringa NULL Syringa G494 2 541
3713 3713 3712 290 Syringa vulgaris Syringa vulgaris L. NULL Syringa vulgaris 2460 2 NULL 66663 Syringa vulgaris L.
3714 3713 3712 290 Lilax vulgaris Lilax vulgaris Lamk NULL Lilax vulgaris 2460 2 NULL
3715 3715 3711 220 Ligustrum Ligustrum NULL Ligustrum G495 2 541
3716 3716 3715 290 Ligustrum vulgare Ligustrum vulgare L. NULL Ligustrum vulgare 2461 2 NULL 38945 Ligustrum vulgare L.
3717 3717 3711 220 Olea Olea NULL Olea G496 2 542
3718 3718 3717 290 Olea europaea Olea europaea L. NULL Olea europaea 2462 2 NULL 44593 Olea europaea L.
3719 3719 3711 220 Phillyrea Phillyrea NULL Phillyrea G497 2 542
3720 3720 3719 290 Phillyrea angustifolia Phillyrea angustifolia L. NULL Phillyrea angustifolia 2463 2 NULL 48852 Phillyrea angustifolia L.
3721 3721 3719 290 Phillyrea media Phillyrea media L. NULL Phillyrea media 2464 2 NULL 48866 Phillyrea media L.
3722 3722 3719 290 Phillyrea latifolia Phillyrea latifolia L. NULL Phillyrea latifolia 2465 2 NULL 48861 Phillyrea latifolia L.
3723 3722 3719 290 Phillyrea stricta Phillyrea stricta Bert NULL Phillyrea stricta 2465 2 NULL
3724 3724 3711 220 Jasminum Jasminum NULL Jasminum G498 2 543
3725 3725 3724 290 Jasminum fruticans Jasminum fruticans L. NULL Jasmin jaune. Jasminum fruticans 2466 2 NULL 36285 Jasminum fruticans L.
3726 3726 3724 290 Jasminum officinale Jasminum officinale L. NULL Jasmin blanc. Jasminum officinale 2467 2 NULL 36290 Jasminum officinale L.
3727 3727 2490 180 Apocynaceae Apocynaceae NULL Apocynees F73 2 544
3728 3728 3727 220 Nerium Nerium NULL Nerium G499 2 545
3729 3729 3728 290 Nerium oleander Nerium oleander L. NULL Laurier-rose. Nerium oleander 2468 2 NULL 75257 Nerium oleander L.
3730 3730 3727 220 Vinca Vinca NULL Vinca G500 2 545
3731 3731 3730 290 Vinca minor Vinca minor L. NULL Petite pervenche. Vinca minor 2469 2 NULL 71984 Vinca minor L.
3732 3732 3730 290 Vinca media Vinca media Link et Hoff. NULL Vinca media 2470 2 NULL 71983 Vinca media Hoffmanns. & Link
3733 3732 3730 290 Vinca acutiflora Vinca acutiflora Bert. NULL Vinca acutiflora 2470 2 NULL
3734 3734 3730 290 Vinca major Vinca major L. NULL Grande pervenche. Vinca major 2471 2 NULL 75435 Vinca major L.
3735 3735 2490 180 Asclepiadeae Asclepiadeae NULL Asclepiadees F74 2 546
3736 3736 3735 220 Cynanchum Cynanchum NULL Cynanchum G501 2 547
3737 3737 3736 290 Cynanchum acutum Cynanchum acutum L. NULL Scamonée de Montpellier. Cynanchum acutum 2472 2 NULL 20518 Cynanchum acutum L.
3738 3737 3736 290 Cynanchum monspeliacum Cynanchum monspeliacum L. NULL Cynanchum monspeliacum 2472 2 NULL
3739 3739 3735 220 Vincetoxicum Vincetoxicum NULL Vincetoxicum G502 2 547
3740 3740 3739 290 Vincetoxicum officinale Vincetoxicum officinale Moench. NULL Vincetoxicum officinale 2473 2 NULL 72004 Vincetoxicum officinale Moench
3741 3741 3739 290 Vincetoxicum nigrum Vincetoxicum nigrum Moench. NULL Vincetoxicum nigrum 2474 2 NULL 72002 Vincetoxicum nigrum (L) Moench
3742 3742 3735 220 Asclepias Asclepias NULL Asclepias G503 2 548
3743 3743 3742 290 Asclepias cornuti Asclepias cornuti DC. NULL Herbe à la ouate. Asclepias cornuti 2475 2 NULL 7192 Asclepias cornutii Decne.
3744 3743 3742 290 Asclepias syriaca Asclepias syriaca L. NULL Asclepias syriaca 2475 2 NULL
3745 3745 3735 220 Gomphocarpus Gomphocarpus NULL Gomphocarpus G504 2 549
3746 3746 3745 290 Gomphocarpus fruticosus Gomphocarpus fruticosus R. Br. NULL Faux cotonnier. Gomphocarpus fruticosus 2476 2 NULL 30607 Gomphocarpus fruticosus (L) R Br.
3747 3747 2490 180 Gentianaceae Gentianaceae NULL Gentianees F75 2 549
3748 3748 3747 220 Erythraea Erythraea NULL Erythraea G505 2 550
3749 3749 3748 290 Erythraea maritima Erythraea maritima Pers. NULL Erythraea maritima 2477 2 NULL 25604 Erythraea maritima (L) Pers.
3750 3750 3748 290 Erythraea spicata Erythraea spicata Pers. NULL Erythraea spicata 2478 2 NULL 25623 Erythraea spicata (L) Pers.
3751 3751 3748 290 Erythraea tenuifolia Erythraea tenuifolia Griseb. NULL Erythraea tenuifolia 2479 2 NULL 25626 Erythraea tenuifolia sensu 1, 2
3752 3751 3748 290 Erythraea linarifolia Erythraea linarifolia auct. plur. NULL Erythraea linarifolia 2479 2 NULL
3753 3753 3748 290 Erythraea littoralis Erythraea littoralis Fries NULL Erythraea littoralis 2480 2 NULL 25602 Erythraea littoralis (Turner ex Sm.) Fr.
3754 3753 3748 290 Erythraea linarifolia Erythraea linarifolia Reich., non Pers. NULL Erythraea linarifolia 2480 2 NULL
3755 3755 3748 290 Erythraea chloodes Erythraea chloodes Gren, et Godr. NULL Erythraea chloodes 2481 2 NULL 25590 Erythraea chloodes (Brot) Gren.
3756 3755 3748 290 Erythraea conferta Erythraea conferta Pers. NULL Erythraea conferta 2481 2 NULL
3757 3757 3748 290 Erythraea diffusa Erythraea diffusa Woods NULL Erythraea diffusa 2482 2 NULL 25594 Erythraea diffusa J Woods
3758 3757 3748 290 Erythraea scilloides Erythraea scilloides Chaub. NULL Erythraea scilloides 2482 2 NULL
3759 3757 3748 290 Erythraea portensis Erythraea portensis Hoffm. & Link NULL Erythraea portensis 2482 2 NULL
3760 3760 3748 290 Erythraea capitata Erythraea capitata Willd. NULL Erythraea capitata 2483 2 NULL 25576 Erythraea capitata Willd.
3761 3761 3748 290 Erythraea morierei Erythraea morierei Corbière 1886 Erythraea morierei 2484 2 NULL 25611 Erythraea morierei Corb.
3762 3762 3748 290 Erythraea pulchella Erythraea pulchella Horn. NULL Erythraea pulchella 2485 2 NULL 78198 Erythraea pulchella Hornem.
3763 3762 3748 290 Erythraea ramosissima Erythraea ramosissima Pers. NULL Erythraea ramosissima 2485 2 NULL
3764 3764 3748 290 Erythraea latifolia Erythraea latifolia Sm. NULL Erythraea latifolia 2486 2 NULL 25601 Erythraea latifolia sensu H J.Coste
3765 3764 3748 290 Erythraea tenuiflora Erythraea tenuiflora Hoffm. et Link NULL Erythraea tenuiflora 2486 2 NULL
3766 3766 3748 290 Erythraea centaurium Erythraea centaurium Pers. NULL Erythraea centaurium 2487 2 NULL 25578 Erythraea centaurium (L) Pers.
3767 3767 3748 290 Erythraea grandiflora Erythraea grandiflora Biv. NULL Erythraea grandiflora 2488 2 NULL 25598 Erythraea grandiflora Biv.
3768 3767 3748 290 Erythraea boissieri Erythraea boissieri Willk. NULL Erythraea boissieri 2488 2 NULL
3769 3769 3747 220 Cicendia Cicendia NULL Cicendia G506 2 554
3770 3770 3769 290 Cicendia filiformis Cicendia filiformis Delarb. NULL Cicendia filiformis 2489 2 NULL 17268 Cicendia filiformis (L) Delarbre
3771 3770 3769 290 Microcala filiformis Microcala filiformis Hoffm.  NULL Microcala filiformis 2489 2 NULL
3772 3770 3769 290 Exacum filiforme Exacum filiforme Willd. NULL Exacum filiforme 2489 2 NULL
3773 3773 3769 290 Cicendia pusilla Cicendia pusilla Griseb. NULL Cicendia pusilla 2490 2 NULL 17269 Cicendia pusilla (Lam) Griseb.
3774 3773 3769 290 Exacum pusillum Exacum pusillum DC. NULL Exacum pusillum 2490 2 NULL
3775 3775 3747 220 Chlora Chlora NULL Chlora G507 2 555
3776 3776 3775 290 Chlora grandiflora Chlora grandiflora Viv. NULL Chlora grandiflora 2491 2 NULL 16982 Chlora grandiflora Viv.
3777 3777 3775 290 Chlora perfoliata Chlora perfoliata L. NULL Centaurée jaune. Chlora perfoliata 2492 2 NULL 16985 Chlora perfoliata (L) L.
3778 3778 3775 290 Chlora serotina Chlora serotina Koch. NULL Chlora serotina 2493 2 NULL 16990 Chlora serotina W D J.Koch
3779 3779 3775 290 Chlora imperfoliata Chlora imperfoliata L. NULL Chlora imperfoliata 2494 2 NULL 16983 Chlora imperfoliata L F.
3780 3779 3775 290 Chlora lanceolata Chlora lanceolata Willk. NULL Chlora lanceolata 2494 2 NULL
3781 3781 3747 220 Gentiana Gentiana NULL Gentiana G508 2 557
3782 3782 3781 290 Gentiana lutea Gentiana lutea L. NULL Grande gentiane. Gentiana lutea 2495 2 NULL 75778 Gentiana lutea L.
3783 3783 3781 290 Gentiana burseri Gentiana burseri Lap. NULL Gentiana burseri 2496 2 NULL 29708 Gentiana burseri Lapeyr.
3784 3784 3781 290 Gentiana punctata Gentiana punctata L. NULL Gentiana punctata 2497 2 NULL 29816 Gentiana punctata L.
3785 3785 3781 290 Gentiana purpurea Gentiana purpurea L. NULL Gentiana purpurea 2498 2 NULL 29820 Gentiana purpurea L.
3786 3786 3781 290 Gentiana tenella Gentiana tenella Rottb. NULL Gentiana tenella 2499 2 NULL 29842 Gentiana tenella Rottb.
3787 3786 3781 290 Gentiana glacialis Gentiana glacialis Thom. NULL Gentiana glacialis 2499 2 NULL
3788 3788 3781 290 Gentiana ciliata Gentiana ciliata L. NULL Gentiana ciliata 2500 2 NULL 29724 Gentiana ciliata L.
3789 3789 3781 290 Gentiana campestris Gentiana campestris L. NULL Gentiana campestris 2501 2 NULL 29713 Gentiana campestris L.
3790 3790 3781 290 Gentiana germanica Gentiana germanica Willd. NULL Gentiana germanica 2502 2 NULL 29748 Gentiana germanica Willd.
3791 3791 3781 290 Gentiana amarella Gentiana amarella L. NULL Gentiana amarella 2503 2 NULL 29680 Gentiana amarella L.
3792 3792 3781 290 Gentiana nivalis Gentiana nivalis L. NULL Gentiana nivalis 2504 2 NULL 29784 Gentiana nivalis L.
3793 3793 3781 290 Gentiana utriculosa Gentiana utriculosa L. NULL Gentiana utriculosa 2505 2 NULL 29848 Gentiana utriculosa L.
3794 3794 3781 290 Gentiana cruciata Gentiana cruciata L. NULL Croisette. Gentiana cruciata 2506 2 NULL 75148 Gentiana cruciata L.
3795 3795 3781 290 Gentiana asclepiadea Gentiana asclepiadea L. NULL Gentiana asclepiadea 2507 2 NULL 29690 Gentiana asclepiadea L.
3796 3796 3781 290 Gentiana pneumonanthe Gentiana pneumonanthe L. NULL Gentiana pneumonanthe 2508 2 NULL 29803 Gentiana pneumonanthe L.
3797 3797 3781 290 Gentiana alpina Gentiana alpina Vill. NULL Gentiana alpina 2509 2 NULL 29676 Gentiana alpina Vill.
3798 3798 3781 290 Gentiana kochiana Gentiana kochiana Perr. et S. NULL Gentiana kochiana 2510 2 NULL 29764 Gentiana kochiana Perrier & Songeon
3799 3798 3781 290 Gentiana excisa Gentiana excisa Koch NULL Gentiana excisa 2510 2 NULL
3800 3798 3781 290 Gentiana acaulis var. latifolia Gentiana acaulis var. latifolia G. G. NULL Gentiana acaulis var. latifolia 2510 2 NULL
3801 3801 3781 290 Gentiana clusii Gentiana clusii Perr. et S. NULL Gentiana clusii 2511 2 NULL 29726 Gentiana clusii Perrier & Songeon
3802 3801 3781 290 Gentiana coriace Gentiana coriace A St-Lager  NULL Gentiana coriace 2511 2 NULL
3803 3801 3781 290 Gentiana vulgaris Gentiana vulgaris Beck. NULL Gentiana vulgaris 2511 2 NULL
3804 3804 3781 290 Gentiana angustifolia Gentiana angustifolia Vill. NULL Gentiana angustifolia 2512 2 NULL 29687 Gentiana angustifolia Vill.
3805 3804 3781 290 Gentiana occidentalis Gentiana occidentalis Jakow. NULL Gentiana occidentalis 2512 2 NULL
3806 3806 3781 290 Gentiana pyrenaica Gentiana pyrenaica L. NULL Gentiana pyrenaica 2513 2 NULL 29824 Gentiana pyrenaica L.
3807 3807 3781 290 Gentiana pumila Gentiana pumila Jacq. NULL Gentiana pumila 2514 2 NULL 29815 Gentiana pumila sensu H J.Coste
3808 3808 3781 290 Gentiana verna Gentiana verna L. NULL Gentiana verna 2515 2 NULL 75467 Gentiana verna L.
3809 3809 3781 290 Gentiana bavarica Gentiana bavarica L. NULL Gentiana bavarica 2516 2 NULL 29694 Gentiana bavarica L.
3810 3810 3747 220 Swertia Swertia NULL Swertia G509 2 565
3811 3811 3810 290 Swertia perennis Swertia perennis L. NULL Swertia perennis 2517 2 NULL 66585 Swertia perennis L.
3812 3812 3747 220 Limnanthemum Limnanthemum NULL Limnanthemum G510 2 565
3813 3813 3812 290 Limnanthemum peltatum Limnanthemum peltatum Gmel. NULL Limnanthemum peltatum 2518 2 NULL 38992 Limnanthemum peltatum S G Gmel.
3814 3813 3812 290 Limnanthemum nymphoides Limnanthemum nymphoides Link.  NULL Limnanthemum nymphoides 2518 2 NULL
3815 3813 3812 290 Villarsia nymphoides Villarsia nymphoides Vent. NULL Villarsia nymphoides 2518 2 NULL
3816 3816 3747 220 Menyanthes Menyanthes NULL Menyanthes G511 2 566
3817 3817 3816 290 Menyanthes trifoliata Menyanthes trifoliata L. NULL Trèfle d'eau. Menyanthes trifoliata 2519 2 NULL 42314 Menyanthes trifoliata L.
3818 3818 2490 180 Polemoniaceae Polemoniaceae NULL Polemoniacees F76 2 566
3819 3819 3818 220 Polemonium Polemonium NULL Polemonium G512 2 566
3820 3820 3819 290 Polemonium caeruleum Polemonium caeruleum L. NULL Valériane grecque. Polemonium caeruleum 2520 2 NULL 51071 Polemonium caeruleum L.
3821 3821 3818 220 Collomia Collomia NULL Collomia G513 2 567
3822 3822 3821 290 Collomia coccinea Collomia coccinea Lehm. NULL Collomia coccinea 2521 2 NULL 18591 Collomia coccinea sensu H J.Coste
3823 3823 2490 180 Convolvulaceae Convolvulaceae NULL Convolvulacees F77 2 507
3824 3824 3823 220 Convolvulus Convolvulus NULL Convolvulus G514 2 567
3825 3825 3824 290 Convolvulus siculus Convolvulus siculus L. NULL Convolvulus siculus 2522 2 NULL 75061 Convolvulus siculus L.
3826 3826 3824 290 Convolvulus tricolor Convolvulus tricolor L. NULL Belle de jour. Convolvulus tricolor 2523 2 NULL 18818 Convolvulus tricolor L.
3827 3826 3824 290 Convolvulus pseudo-tricolor Convolvulus pseudo-tricolor Viv. NULL Convolvulus pseudo-tricolor 2523 2 NULL
3828 3828 3824 290 Convolvulus lanuginosus Convolvulus lanuginosus Desr. NULL Convolvulus lanuginosus 2524 2 NULL 18775 Convolvulus lanuginosus Desr.
3829 3828 3824 290 Convolvulus linearis Convolvulus linearis DC. NULL Convolvulus linearis 2524 2 NULL
3830 3830 3824 290 Convolvulus lineatus Convolvulus lineatus L. NULL Convolvulus lineatus 2525 2 NULL 18780 Convolvulus lineatus L.
3831 3830 3824 290 Convolvulus intermedius Convolvulus intermedius Lois. NULL Convolvulus intermedius 2525 2 NULL
3832 3832 3824 290 Convolvulus cantabrica Convolvulus cantabrica L. NULL Convolvulus cantabrica 2526 2 NULL 18754 Convolvulus cantabrica L.
3833 3833 3824 290 Convolvulus althaeoides Convolvulus althaeoides L. NULL Convolvulus althaeoides 2527 2 NULL 18732 Convolvulus althaeoides L.
3834 3834 3824 290 Convolvulus tenuissimus Convolvulus tenuissimus Sibth. NULL Convolvulus tenuissimus 2528 2 NULL 18815 Convolvulus tenuissimus Sm.
3835 3834 3824 290 Convolvulus argyraesus Convolvulus argyraesus DC. NULL Convolvulus argyraesus 2528 2 NULL
3836 3836 3824 290 Convolvulus hirsutus Convolvulus hirsutus Stev. NULL Convolvulus hirsutus 2529 2 NULL 18768 Convolvulus hirsutus M Bieb.
3837 3836 3824 290 Convolvulus tomentosus Convolvulus tomentosus Choisy, non L. NULL Convolvulus tomentosus 2529 2 NULL
3838 3838 3824 290 Convolvulus arvensis Convolvulus arvensis L. NULL Vrillée. Convolvulus arvensis 2530 2 NULL 75060 Convolvulus arvensis L.
3839 3839 3824 290 Convolvulus sepium Convolvulus sepium L. NULL Grande Vrillée. Convolvulus sepium 2531 2 NULL 18805 Convolvulus sepium L.
3840 3839 3824 290 Calystegia sepium Calystegia sepium R. Br. NULL Calystegia sepium 2531 2 NULL
3841 3841 3824 290 Convolvulus soldanella Convolvulus soldanella L. NULL Chou marin. Convolvulus soldanella 2532 2 NULL 18812 Convolvulus soldanella L.
3842 3841 3824 290 Calystegia soldanella Calystegia soldanella R. Br. NULL Calystegia soldanella 2532 2 NULL
3843 3843 3823 220 Cressa Cressa NULL Cressa G515 2 572
3844 3844 3843 290 Cressa cretica Cressa cretica L. NULL Cressa cretica 2533 2 NULL 19812 Cressa cretica L.
3845 3845 3823 220 Cuscuta Cuscuta NULL Cuscuta G516 2 572
3846 3846 3845 290 Cuscuta monogyna Cuscuta monogyna Vahl. NULL Cuscuta monogyna 2534 2 NULL 75077 Cuscuta monogyna Vahl
3847 3847 3845 290 Cuscuta corymbosa Cuscuta corymbosa Ruiz et Pav. NULL Cuscuta corymbosa 2535 2 NULL 20314 Cuscuta corymbosa sensu H J.Coste
3848 3847 3845 290 Cuscuta suaveolens Cuscuta suaveolens Ser.  NULL Cuscuta suaveolens 2535 2 NULL
3849 3847 3845 290 Cuscuta hassiaca Cuscuta hassiaca Pfeiff. NULL Cuscuta hassiaca 2535 2 NULL
3850 3850 3845 290 Cuscuta breviflora Cuscuta breviflora Vis. NULL Cuscuta breviflora 2536 2 NULL 20306 Cuscuta breviflora Vis.
3851 3850 3845 290 Cuscuta bidentis Cuscuta bidentis Berthiot  NULL Cuscuta bidentis 2536 2 NULL
3852 3850 3845 290 Grammica bidentis Grammica bidentis Royer NULL Grammica bidentis 2536 2 NULL
3853 3853 3845 290 Cuscuta epilinum Cuscuta epilinum Weihe NULL Cuscuta epilinum 2537 2 NULL 20318 Cuscuta epilinum Weihe
3854 3853 3845 290 Cuscuta densiflora Cuscuta densiflora Soy-Willm. NULL Cuscuta densiflora 2537 2 NULL
3855 3855 3845 290 Cuscuta europaea Cuscuta europaea L. NULL Cuscuta europaea 2538 2 NULL 20335 Cuscuta europaea L.
3856 3855 3845 290 Cuscuta major Cuscuta major DC. NULL Cuscuta major 2538 2 NULL
3857 3857 3845 290 Cuscuta planiflora Cuscuta planiflora Ten. NULL Cuscuta planiflora 2539 2 NULL 20361 Cuscuta planiflora Ten.
3858 3858 3845 290 Cuscuta alba Cuscuta alba Presl. NULL Cuscuta alba 2540 2 NULL 20289 Cuscuta alba sensu H J.Coste
3859 3858 3845 290 Cuscuta godroni Cuscuta godroni Desm. NULL Cuscuta godroni 2540 2 NULL
3860 3860 3845 290 Cuscuta epithymum Cuscuta epithymum Murr. NULL Cuscuta epithymum 2541 2 NULL 20319 Cuscuta epithymum (L) L.
3861 3860 3845 290 Cuscuta minor Cuscuta minor DG NULL Cuscuta minor 2541 2 NULL
3862 3862 3845 290 Cuscuta trifolii Cuscuta trifolii Babingt. NULL Cuscuta trifolii 2542 2 NULL 20384 Cuscuta trifolii Bab.
3863 3863 2490 180 Ramondiaceae Ramondiaceae NULL Ramondiacees F78 2 576
3864 3864 3863 220 Ramondia Ramondia NULL Ramondia G517 2 576
3865 3865 3864 290 Ramondia pyrenaica Ramondia pyrenaica Rich. NULL Ramondia pyrenaica 2543 2 NULL 54644 Ramonda pyrenaica Rich.
3866 3865 3864 290 Ramondia myconi Ramondia myconi Schultz NULL Ramondia myconi 2543 2 NULL
3867 3867 2490 180 Borraginaceae Borraginaceae NULL Borraginees F79 2 576
3868 3868 3867 220 Cerinthe Cerinthe NULL Cerinthe G518 2 578
3869 3869 3868 290 Cerinthe major Cerinthe major L. NULL Cerinthe major 2544 2 NULL 16213 Cerinthe major L.
3870 3869 3868 290 Cerinthe aspera Cerinthe aspera Roth NULL Cerinthe aspera 2544 2 NULL
3871 3871 3868 290 Cerinthe alpina Cerinthe alpina Kit. NULL Cerinthe alpina 2545 2 NULL 16187 Cerinthe alpina Kit. ex Schult.
3872 3871 3868 290 Cerinthe glabra Cerinthe glabra DC. NULL Cerinthe glabra 2545 2 NULL
3873 3873 3868 290 Cerinthe minor Cerinthe minor L. NULL Cerinthe minor 2546 2 NULL 16217 Cerinthe minor L.
3874 3873 3868 290 Cerinthe glabra Cerinthe glabra Scop.  NULL Cerinthe glabra 2546 2 NULL
3875 3873 3868 290 Cerinthe auriculata Cerinthe auriculata Ten. NULL Cerinthe auriculata 2546 2 NULL
3876 3876 3867 220 Borrago Borrago NULL Borrago G519 2 580
3877 3877 3876 290 Borrago officinalis Borrago officinalis L. NULL Bourrache. Borrago officinalis 2547 2 NULL 9966 Borago officinalis L.
3878 3878 3876 290 Borrago laxiflora Borrago laxiflora DC. NULL Borrago laxiflora 2548 2 NULL 9965 Borago laxiflora (Dc) Fisch.
3879 3879 3867 220 Symphytum Symphytum NULL Symphytum G520 2 581
3880 3880 3879 290 Symphytum officinale Symphytum officinale L. NULL Grande consoude. Symphytum officinale 2549 2 NULL 75402 Symphytum officinale L.
3881 3881 3879 290 Symphytum tuberosum Symphytum tuberosum L. NULL Symphytum tuberosum 2550 2 NULL 75403 Symphytum tuberosum L.
3882 3882 3879 290 Symphytum bulbosum Symphytum bulbosum Schimp. NULL Symphytum bulbosum 2551 2 NULL 66610 Symphytum bulbosum K F Schimp.
3883 3883 3879 290 Symphytum mediterraneum Symphytum mediterraneum Koch NULL Symphytum mediterraneum 2552 2 NULL 66620 Symphytum mediterraneum W D J.Koch
3884 3883 3879 290 Symphytum floribundum Symphytum floribundum Shuttlew NULL Symphytum floribundum 2552 2 NULL
3885 3885 3879 290 Symphytum tauricum Symphytum tauricum Willd. NULL Symphytum tauricum 2553 2 NULL 66636 Symphytum tauricum sensu H J.Coste
3886 3886 3867 220 Anchusa Anchusa NULL Anchusa G521 2 583
3887 3887 3886 290 Anchusa sempervirens Anchusa sempervirens L. NULL Anchusa sempervirens 2554 2 NULL 4484 Anchusa sempervirens L.
3888 3887 3886 290 Caryolopha sempervirens Caryolopha sempervirens Fisch. NULL Caryolopha sempervirens 2554 2 NULL
3889 3889 3886 290 Anchusa italica Anchusa italica Retz. NULL Anchusa italica 2555 2 NULL 4453 Anchusa italica Retz.
3890 3890 3886 290 Anchusa officinalis Anchusa officinalis L. NULL Anchusa officinalis 2556 2 NULL 4468 Anchusa officinalis L.
3891 3891 3886 290 Anchusa barrelieri Anchusa barrelieri DC. NULL Anchusa barrelieri 2557 2 NULL 4444 Anchusa barrelieri (All) Vitman
3892 3892 3886 290 Anchusa undulata Anchusa undulata L. NULL Anchusa undulata 2558 2 NULL 4488 Anchusa undulata sensu 1, 2
3893 3893 3886 290 Anchusa crispa Anchusa crispa Viv. NULL Anchusa crispa 2559 2 NULL 4449 Anchusa crispa Viv.
3894 3894 3886 290 Anchusa arvensis Anchusa arvensis Bieb. NULL Anchusa arvensis 2560 2 NULL 4439 Anchusa arvensis (L) M Bieb.
3895 3894 3886 290 Lycopsis arvensis Lycopsis arvensis L. NULL Lycopsis arvensis 2560 2 NULL
3896 3896 3867 220 Nonnea Nonnea NULL Nonnea G522 2 585
3897 3897 3896 290 Nonnea alba Nonnea alba DC. NULL Nonnea alba 2561 2 NULL 44195 Nonea alba DC.
3898 3897 3896 290 Nonnea ventricosa Nonnea ventricosa Griseb. NULL Nonnea ventricosa 2561 2 NULL
3899 3899 3867 220 Alkanna Alkanna NULL Alkanna G523 2 586
3900 3900 3899 290 Alkanna lutea Alkanna lutea DC. Prodr. NULL Alkanna lutea 2562 2 NULL 78099 Alkanna lutea A DC.
3901 3900 3899 290 Nonnea lutea Nonnea lutea DC. Fl. fr., non Reich. NULL Nonnea lutea 2562 2 NULL
3902 3902 3899 290 Alkanna tinctoria Alkanna tinctoria Tausch. NULL Orcanette. Alkanna tinctoria 2563 2 NULL 39553 Lithospermum tinctorium L.
3903 3902 3899 290 Lithospermum tinctorium Lithospermum tinctorium L. NULL Lithospermum tinctorium 2563 2 NULL
3904 3904 3867 220 Lithospermum Lithospermum NULL Lithospermum G524 2 587
3905 3905 3904 290 Lithospermum fruticosum Lithospermum fruticosum L. NULL Lithospermum fruticosum 2564 2 NULL 39532 Lithospermum fruticosum L.
3906 3906 3904 290 Lithospermum prostratum Lithospermum prostratum Lois. NULL Lithospermum prostratum 2565 2 NULL 39545 Lithospermum prostratum Loisel.
3907 3907 3904 290 Lithospermum oleaefolium Lithospermum oleaefolium Lap. NULL Lithospermum oleaefolium 2566 2 NULL 39543 Lithospermum oleifolium Lapeyr.
3908 3908 3904 290 Lithospermum gastonis Lithospermum gastonis Benth. NULL Lithospermum gastonis 2567 2 NULL 39534 Lithospermum gastonii Benth.
3909 3909 3904 290 Lithospermum purpureo-caeruleum Lithospermum purpureo-caeruleum L. NULL Lithospermum purpureo-caeruleum 2568 2 NULL 39547 Lithospermum purpurocaeruleum L.
3910 3910 3904 290 Lithospermum officinale Lithospermum officinale L. NULL Herbe aux perles. Lithospermum officinale 2569 2 NULL 39542 Lithospermum officinale L.
3911 3911 3904 290 Lithospermum arvense Lithospermum arvense L. NULL Lithospermum arvense 2570 2 NULL 39521 Lithospermum arvense L.
3912 3912 3904 290 Lithospermum apulum Lithospermum apulum Vahl. NULL Lithospermum apulum 2571 2 NULL 39520 Lithospermum apulum (L) Vahl
3913 3913 3867 220 Onosma Onosma NULL Onosma G525 2 590
3914 3914 3913 290 Onosma stellulatum Onosma stellulatum Waldst. et Kit. NULL Onosma stellulatum 2572 2 NULL 45004 Onosma stellulata sensu H J.Coste
3915 3914 3913 290 Onosma helveticum Onosma helveticum Boiss. NULL Onosma helveticum 2572 2 NULL
3916 3916 3913 290 Onosma echioides Onosma echioides L. NULL Orcanette jaune. Onosma echioides 2573 2 NULL 44989 Onosma echioides sensu 1, 2
3917 3916 3913 290 Onosma arenarium Onosma arenarium W. K. NULL Onosma arenarium 2573 2 NULL
3918 3918 3867 220 Echium Echium NULL Echium G526 2 591
3919 3919 3918 290 Echium calycinum Echium calycinum Viv. NULL Echium calycinum 2574 2 NULL 23498 Echium calycinum Viv.
3920 3919 3918 290 Echium parviflorum Echium parviflorum Moench. NULL Echium parviflorum 2574 2 NULL
3921 3921 3918 290 Echium arenarium Echium arenarium Guss. NULL Echium arenarium 2575 2 NULL 23491 Echium arenarium Guss.
3922 3922 3918 290 Echium maritimum Echium maritimum Willd. NULL Echium maritimum 2576 2 NULL 23529 Echium maritimum sensu 1, 2, 3
3923 3922 3918 290 Echium confusum Echium confusum Coincy NULL Echium confusum 2576 2 NULL
3924 3924 3918 290 Echium plantagineum Echium plantagineum L. NULL Echium plantagineum 2577 2 NULL 23538 Echium plantagineum L.
3925 3925 3918 290 Echium creticum Echium creticum L. NULL Echium creticum 2578 2 NULL 75104 Echium creticum L.
3926 3925 3918 290 Echium grandiflorum Echium grandiflorum Desf. NULL Echium grandiflorum 2578 2 NULL
3927 3927 3918 290 Echium italicum Echium italicum L. NULL Echium italicum 2579 2 NULL 23513 Echium italicum L.
3928 3927 3918 290 Echium pyrenaicum Echium pyrenaicum Desf.  NULL Echium pyrenaicum 2579 2 NULL
3929 3927 3918 290 Echium pyramidale Echium pyramidale Lap. NULL Echium pyramidale 2579 2 NULL
3930 3930 3918 290 Echium pustulatum Echium pustulatum Sibth. NULL Echium pustulatum 2580 2 NULL 23542 Echium pustulatum Sm.
3931 3931 3918 290 Echium vulgare Echium vulgare L. NULL Echium vulgare 2581 2 NULL 23559 Echium vulgare L.
3932 3932 3867 220 Pulmonaria Pulmonaria NULL Pulmonaria G527 2 594
3933 3933 3932 290 Pulmonaria officinalis Pulmonaria officinalis L. NULL Pulmonaria officinalis 2582 2 NULL 54025 Pulmonaria officinalis sensu 1, 2, 3, 5
3934 3934 3932 290 Pulmonaria affinis Pulmonaria affinis Jord. NULL Pulmonaria affinis 2583 2 NULL 53983 Pulmonaria affinis Jord.
3935 3934 3932 290 Pulmonaria saccharata Pulmonaria saccharata G. G. NULL Pulmonaria saccharata 2583 2 NULL
3936 3936 3932 290 Pulmonaria ovalis Pulmonaria ovalis Bast. NULL Pulmonaria ovalis 2584 2 NULL 54026 Pulmonaria x ovalis Bastard
3937 3936 3932 290 Pulmonaria mollis Pulmonaria mollis Guép., non Wolf. NULL Pulmonaria mollis 2584 2 NULL
3938 3938 3932 290 Pulmonaria vulgaris Pulmonaria vulgaris Mérat NULL Pulmonaria vulgaris 2585 2 NULL 54040 Pulmonaria vulgaris Mérat
3939 3938 3932 290 Pulmonaria tuberosa Pulmonaria tuberosa Schrank NULL Pulmonaria tuberosa 2585 2 NULL
3940 3940 3932 290 Pulmonaria longifolia Pulmonaria longifolia Bast. NULL Pulmonaria longifolia 2586 2 NULL 54002 Pulmonaria longifolia (Bastard) Boreau
3941 3941 3932 290 Pulmonaria azurea Pulmonaria azurea Bess. NULL Pulmonaria azurea 2587 2 NULL 53997 Pulmonaria azurea Besser
3942 3941 3932 290 Pulmonaria angustifolia Pulmonaria angustifolia L. saltem part. NULL Pulmonaria angustifolia 2587 2 NULL
3943 3943 3867 220 Myosotis Myosotis NULL Myosotis G528 2 597
3944 3944 3943 290 Myosotis palustris Myosotis palustris Roth. NULL Myosotis palustris 2588 2 NULL 43276 Myosotis palustris Hill
3945 3945 3943 290 Myosotis caespitosa Myosotis caespitosa Schultz NULL Myosotis caespitosa 2589 2 NULL 43189 Myosotis cespitosa Schultz
3946 3945 3943 290 Myosotis lingulata Myosotis lingulata Lehm. NULL Myosotis lingulata 2589 2 NULL
3947 3947 3943 290 Myosotis sicula Myosotis sicula Guss. NULL Myosotis sicula 2590 2 NULL 43339 Myosotis sicula Guss.
3948 3948 3943 290 Myosotis pusilla Myosotis pusilla Lois. NULL Myosotis pusilla 2591 2 NULL 43309 Myosotis pusilla Loisel.
3949 3949 3943 290 Myosotis ruscinonensis Myosotis ruscinonensis Rouy NULL Myosotis ruscinonensis 2592 2 NULL 43326 Myosotis ruscinonensis Rouy
3950 3949 3943 290 Myosotis bracteata Myosotis bracteata Rouy prius, non Al. Braun. NULL Myosotis bracteata 2592 2 NULL
3951 3951 3943 290 Myosotis speluncicola Myosotis speluncicola Schott NULL Myosotis speluncicola 2593 2 NULL 43342 Myosotis speluncicola (Schott ex Boiss.) Rouy
3952 3951 3943 290 Myosotis marcilliana Myosotis marcilliana Burnat  NULL Myosotis marcilliana 2593 2 NULL
3953 3951 3943 290 Myosotis alberti Myosotis alberti Hanry NULL Myosotis alberti 2593 2 NULL
3954 3954 3943 290 Myosotis stricta Myosotis stricta Link NULL Myosotis stricta 2594 2 NULL 43346 Myosotis stricta Link ex Roem. & Schult.
3955 3954 3943 290 Myosotis arenaria Myosotis arenaria Schrad. NULL Myosotis arenaria 2594 2 NULL
3956 3956 3943 290 Myosotis hispida Myosotis hispida Schlecht. NULL Myosotis hispida 2595 2 NULL 43228 Myosotis hispida Schltr.
3957 3956 3943 290 Myosotis collina Myosotis collina Hoffm. NULL Myosotis collina 2595 2 NULL
3958 3958 3943 290 Myosotis versicolor Myosotis versicolor Pers. NULL Myosotis versicolor 2596 2 NULL 43369 Myosotis versicolor (Pers) Sm.
3959 3959 3943 290 Myosotis soleirolii Myosotis soleirolii Godr. et Gr. NULL Myosotis soleirolii 2597 2 NULL 74802 Myosotis soleirolii Godr.
3960 3960 3943 290 Myosotis intermedia Myosotis intermedia Link. NULL Myosotis intermedia 2598 2 NULL 43230 Myosotis intermedia Link
3961 3961 3943 290 Myosotis silvatica Myosotis silvatica Hoffm. NULL Myosotis silvatica 2599 2 NULL 75253 Myosotis sylvatica Hoffm.
3962 3962 3943 290 Myosotis alpestris Myosotis alpestris Schmidt. NULL Myosotis alpestris 2600 2 NULL 43161 Myosotis alpestris F W Schmidt
3963 3963 3943 290 Myosotis pyrenaica Myosotis pyrenaica Pourr. NULL Myosotis pyrenaica 2601 2 NULL 43313 Myosotis pyrenaica sensu H J.Coste
3964 3963 3943 290 Myosotis nana Myosotis nana Sm. NULL Myosotis nana 2601 2 NULL
3965 3963 3943 290 Myosotis olympica Myosotis olympica Boiss. NULL Myosotis olympica 2601 2 NULL
3966 3966 3867 220 Eritrichium Eritrichium NULL Eritrichium G529 2 602
3967 3967 3966 290 Eritrichium nanum Eritrichium nanum Schrad. NULL Eritrichium nanum 2602 2 NULL 75113 Eritrichium nanum (L) Schrad. ex Gaudin
3968 3967 3966 290 Myosotis nana Myosotis nana All. NULL Myosotis nana 2602 2 NULL
3969 3969 3867 220 Echinospermum Echinospermum NULL Echinospermum G530 2 603
3970 3970 3969 290 Echinospermum lappula Echinospermum lappula Lehm. NULL Echinospermum lappula 2603 2 NULL 23475 Echinospermum lappula (L) Lehm.
3971 3970 3969 290 Lappula myosotis Lappula myosotis Moench NULL Lappula myosotis 2603 2 NULL
3972 3972 3969 290 Echinospermum deflexum Echinospermum deflexum Lehm. NULL Echinospermum deflexum 2604 2 NULL 23472 Echinospermum deflexum (Wahlenb) Lehm.
3973 3973 3867 220 Cynoglossum Cynoglossum NULL Cynoglossum G531 2 604
3974 3974 3973 290 Cynoglossum cheirifolium Cynoglossum cheirifolium L. NULL Cynoglossum cheirifolium 2605 2 NULL 20582 Cynoglossum cheirifolium L.
3975 3975 3973 290 Cynoglossum pictum Cynoglossum pictum Ait. NULL Cynoglossum pictum 2606 2 NULL 20602 Cynoglossum pictum Aiton
3976 3975 3973 290 Cynoglossum creticum Cynoglossum creticum Vill. NULL Cynoglossum creticum 2606 2 NULL
3977 3977 3973 290 Cynoglossum officinale Cynoglossum officinale L. NULL Langue de chien. Cynoglossum officinale 2607 2 NULL 20599 Cynoglossum officinale L.
3978 3978 3973 290 Cynoglossum dioscoridis Cynoglossum dioscoridis Vill. NULL Cynoglossum dioscoridis 2608 2 NULL 20585 Cynoglossum dioscoridis Vill.
3979 3979 3973 290 Cynoglossum montanum Cynoglossum montanum Lamk. NULL Cynoglossum montanum 2609 2 NULL 20598 Cynoglossum montanum sensu 1, 2
3980 3979 3973 290 Cynoglossum germanicum Cynoglossum germanicum Jacq. NULL Cynoglossum germanicum 2609 2 NULL
3981 3981 3867 220 Omphalodes Omphalodes NULL Omphalodes G532 2 606
3982 3982 3981 290 Omphalodes verna Omphalodes verna Moench. NULL Petite Bourrache. Omphalodes verna 2610 2 NULL 44677 Omphalodes verna Moench
3983 3983 3981 290 Omphalodes littoralis Omphalodes littoralis Lehm. NULL Omphalodes littoralis 2611 2 NULL 75264 Omphalodes littoralis Lehm.
3984 3984 3981 290 Omphalodes linifolia Omphalodes linifolia Moench. NULL Gazon blanc. Omphalodes linifolia 2612 2 NULL 44673 Omphalodes linifolia (L) Moench
3985 3985 3867 220 Asperugo Asperugo NULL Asperugo G533 2 607
3986 3986 3985 290 Asperugo procumbens Asperugo procumbens L. NULL Porte-feuille. Asperugo procumbens 2613 2 NULL 7251 Asperugo procumbens L.
3987 3987 3867 220 Amsinckia Amsinckia NULL Amsinckia G534 2 607
3988 3988 3987 290 Amsinckia angustifolia Amsinckia angustifolia Lehm. 1832 Amsinckia angustifolia 2614 2 NULL 4201 Amsinckia angustifolia sensu 2, 3
3989 3989 3867 220 Heliotropium Heliotropium NULL Heliotropium G535 2 608
3990 3990 3989 290 Heliotropium curassavicum Heliotropium curassavicum L. NULL Heliotropium curassavicum 2615 2 NULL 31464 Heliotropium curassavicum L.
3991 3991 3989 290 Heliotropium supinum Heliotropium supinum L. NULL Heliotropium supinum 2616 2 NULL 31482 Heliotropium supinum L.
3992 3992 3989 290 Heliotropium europaeum Heliotropium europaeum L. NULL Heliotropium europaeum 2617 2 NULL 31468 Heliotropium europaeum L.
3993 3993 2490 180 Solanaceae Solanaceae NULL Solanees F80 2 609
3994 3994 3993 220 Lycium Lycium NULL Lycium G536 2 610
3995 3995 3994 290 Lycium vulgare Lycium vulgare Dunal NULL Lycium vulgare 2618 2 NULL 40460 Lycium vulgare Dunal
3996 3995 3994 290 Lycium trewianum Lycium trewianum R. et S. NULL Lycium trewianum 2618 2 NULL
3997 3995 3994 290 Lycium barbarum Lycium barbarum L. part. NULL Lycium barbarum 2618 2 NULL
3998 3998 3994 290 Lycium sinense Lycium sinense Lamk. NULL Lycium sinense 2619 2 NULL 40456 Lycium sinense auct.
3999 3998 3994 290 Lycium ovatum Lycium ovatum Poir. NULL Lycium ovatum 2619 2 NULL
4000 4000 3994 290 Lycium europaeum Lycium europaeum L. NULL Lycium europaeum 2620 2 NULL 40443 Lycium europaeum L.
4001 4000 3994 290 Lycium mediterraneum Lycium mediterraneum Dunal NULL Lycium mediterraneum 2620 2 NULL
4002 4002 3994 290 Lycium afrum Lycium afrum L. NULL Lycium afrum 2621 2 NULL 40436 Lycium afrum L.
4003 4003 3993 220 Solanum Solanum NULL Solanum G537 2 612
4004 4004 4003 290 Solanum sodomaeum Solanum sodomaeum L. NULL Solanum sodomaeum 2622 2 NULL 64997 Solanum sodomaeum sensu auct.
4005 4005 4003 290 Solanum dulcamara Solanum dulcamara L. NULL Douce-amère. Solanum dulcamara 2623 2 NULL 64869 Solanum dulcamara L.
4006 4006 4003 290 Solanum tuberosum Solanum tuberosum L. NULL Pomme de terre. Solanum tuberosum 2624 2 NULL 65010 Solanum tuberosum L.
4007 4007 4003 290 Solanum villosum Solanum villosum Lamk. NULL Solanum villosum 2625 2 NULL 65015 Solanum villosum Lam.
4008 4008 4003 290 Solanum miniatum Solanum miniatum Mert. et Koch. NULL Solanum miniatum 2626 2 NULL 64923 Solanum miniatum Bernh. ex Willd.
4009 4009 4003 290 Solanum nigrum Solanum nigrum L. NULL Morelle noire. Solanum nigrum 2627 2 NULL 64930 Solanum nigrum L.
4010 4010 3993 220 Physalis Physalis NULL Physalis G538 2 614
4011 4011 4010 290 Physalis alkekengi Physalis alkekengi L. NULL Alkèkenge. Physalis alkekengi 2628 2 NULL 49155 Physalis alkekengi L.
4012 4012 3993 220 Nicandra Nicandra NULL Nicandra G539 2 615
4013 4013 4012 290 Nicandra physaloides Nicandra physaloides Gaertn. NULL Nicandra physaloides 2629 2 NULL 44071 Nicandra physaloides (L) Gaertn.
4014 4013 4012 290 Atropa physaloides Atropa physaloides L. NULL Atropa physaloides 2629 2 NULL
4015 4015 3993 220 Atropa Atropa NULL Atropa G540 2 615
4016 4016 4015 290 Atropa belladona Atropa belladona L. NULL Belladone. Atropa belladona 2630 2 NULL 8493 Atropa belladonna L.
4017 4017 3993 220 Datura Datura NULL Datura G541 2 615
4018 4018 4017 290 Datura stramonium Datura stramonium L. NULL Pomme épineuse. Datura stramonium 2631 2 NULL 21654 Datura stramonium L.
4019 4019 4017 290 Datura metel Datura metel L. NULL Datura metel 2632 2 NULL 21650 Datura metel L.
4020 4020 3993 220 Nicotiana Nicotiana NULL Nicotiana G542 2 616
4021 4021 4020 290 Nicotiana glauca Nicotiana glauca Graham. NULL Nicotiana glauca 2633 2 NULL 44079 Nicotiana glauca Graham
4022 4022 4020 290 Nicotiana tabacum Nicotiana tabacum L. NULL Grand tabac. Nicotiana tabacum 2634 2 NULL 44086 Nicotiana tabacum L.
4023 4023 4020 290 Nicotiana rustica Nicotiana rustica L. NULL Petit tabac. Nicotiana rustica 2635 2 NULL 44084 Nicotiana rustica L.
4024 4024 3993 220 Hyoscyamus Hyoscyamus NULL Hyoscyamus G543 2 618
4025 4025 4024 290 Hyoscyamus niger Hyoscyamus niger L. NULL Hyoscyamus niger 2636 2 NULL 35153 Hyoscyamus niger L.
4026 4026 4024 290 Hyoscyamus albus Hyoscyamus albus L. NULL Hyoscyamus albus 2637 2 NULL 35143 Hyoscyamus albus L.
4027 4027 3993 220 Verbascum Verbascum NULL Verbascum G544 2 619
4028 4028 4027 290 Verbascum thapsus Verbascum thapsus L. NULL Bouillon blanc. Verbascum thapsus 2638 2 NULL 70991 Verbascum thapsus L.
4029 4029 4027 290 Verbascum phlomoides Verbascum phlomoides L. NULL Bouillon blanc. Verbascum phlomoides 2639 2 NULL 70920 Verbascum phlomoides L.
4030 4030 4027 290 Verbascum pulverulentum Verbascum pulverulentum Vill. NULL Bouillon blanc. Verbascum pulverulentum 2640 2 NULL 70937 Verbascum pulverulentum Vill.
4031 4030 4027 290 Verbascum flocosum Verbascum flocosum W. et Kit. NULL Verbascum flocosum 2640 2 NULL
4032 4032 4027 290 Verbascum lychnitis Verbascum lychnitis L. NULL Verbascum lychnitis 2641 2 NULL 70868 Verbascum lychnitis L.
4033 4033 4027 290 Verbascum sinuatum Verbascum sinuatum L. NULL Verbascum sinuatum 2642 2 NULL 70972 Verbascum sinuatum L.
4034 4034 4027 290 Verbascum chaixii Verbascum chaixii Vill. NULL Verbascum chaixii 2643 2 NULL 75427 Verbascum chaixii Vill.
4035 4035 4027 290 Verbascum nigrum Verbascum nigrum L. NULL Verbascum nigrum 2644 2 NULL 75428 Verbascum nigrum L.
4036 4036 4027 290 Verbascum boerhavi Verbascum boerhavi L. NULL Verbascum boerhavi 2645 2 NULL 70768 Verbascum boerhavii L.
4037 4036 4027 290 Verbascum maiale Verbascum maiale DC. NULL Verbascum maiale 2645 2 NULL
4038 4038 4027 290 Verbascum virgatum Verbascum virgatum With. NULL Verbascum virgatum 2646 2 NULL 71011 Verbascum virgatum Stokes
4039 4038 4027 290 Verbascum blattarioides Verbascum blattarioides Lamk NULL Verbascum blattarioides 2646 2 NULL
4040 4040 4027 290 Verbascum blattaria Verbascum blattaria L. NULL Verbascum blattaria 2647 2 NULL 70759 Verbascum blattaria L.
4041 4041 3993 220 Celsia Celsia NULL Celsia G545 2 623
4042 4042 4041 290 Celsia cretica Celsia cretica L. fil. NULL Celsia cretica 2648 2 NULL 14949 Celsia cretica L F.
4043 4042 4041 290 Celsia lyrata Celsia lyrata Don NULL Celsia lyrata 2648 2 NULL
4044 4044 4041 290 Celsia orientalis Celsia orientalis L. NULL Celsia orientalis 2649 2 NULL 14950 Celsia orientalis L.
4045 4045 2490 180 Scrophulariaceae Scrophulariaceae NULL Scrofulariees F81 3 1
4046 4046 4045 220 Scrofularia Scrofularia NULL Scrofularia G546 3 NULL
4047 4047 4046 290 Scrofularia lucida Scrofularia lucida L. NULL Scrofularia lucida 2650 3 NULL 62008 Scrophularia lucida L.
4048 4047 4046 290 Scrofularia provincialis Scrofularia provincialis Rouy NULL Scrofularia provincialis 2650 3 NULL
4049 4049 4046 290 Scrofularia hoppei Scrofularia hoppei Koch NULL Scrofularia hoppei 2651 3 NULL 62003 Scrophularia hoppii W D J.Koch
4050 4049 4046 290 Scrofularia juratensis Scrofularia juratensis Schl. NULL Scrofularia juratensis 2651 3 NULL
4051 4051 4046 290 Scrofularia canina Scrofularia canina L. NULL Scrofularia canina 2652 3 NULL 61979 Scrophularia canina L.
4052 4052 4046 290 Scrofularia ramosissima Scrofularia ramosissima Lois. NULL Scrofularia ramosissima 2653 3 NULL 62031 Scrophularia ramosissima Loisel.
4053 4053 4046 290 Scrofularia peregrina Scrofularia peregrina L. NULL Scrofularia peregrina 2654 3 NULL 62024 Scrophularia peregrina L.
4054 4054 4046 290 Scrofularia vernalis Scrofularia vernalis L. NULL Scrofularia vernalis 2655 3 NULL 62058 Scrophularia vernalis L.
4055 4055 4046 290 Scrofularia pyrenaica Scrofularia pyrenaica Benth. NULL Scrofularia pyrenaica 2656 3 NULL 62030 Scrophularia pyrenaica Benth.
4056 4056 4046 290 Scrofularia scorodonia Scrofularia scorodonia L. NULL Scrofularia scorodonia 2657 3 NULL 62039 Scrophularia scorodonia L.
4057 4057 4046 290 Scrofularia alpestris Scrofularia alpestris Gay. NULL Scrofularia alpestris 2658 3 NULL 61964 Scrophularia alpestris J Gay ex Benth.
4058 4058 4046 290 Scrofularia nodosa Scrofularia nodosa L. NULL Scrofularia nodosa 2659 3 NULL 62018 Scrophularia nodosa L.
4059 4059 4046 290 Scrofularia alata Scrofularia alata Gilib. NULL Scrofularia alata 2660 3 NULL 61958 Scrophularia alata sensu 2, 3
4060 4059 4046 290 Scrofularia umbrosa Scrofularia umbrosa Dum. NULL Scrofularia umbrosa 2660 3 NULL
4061 4059 4046 290 Scrofularia ehrharti Scrofularia ehrharti Stev. NULL Scrofularia ehrharti 2660 3 NULL
4062 4062 4046 290 Scrofularia aquatica Scrofularia aquatica L. NULL Scrofularia aquatica 2661 3 NULL 61966 Scrophularia aquatica L.
4063 4062 4046 290 Scrofularia balbisii Scrofularia balbisii auct. plur., AN HORN.? NULL Scrofularia balbisii 2661 3 NULL
4064 4064 4046 290 Scrofularia auriculata Scrofularia auriculata L. NULL Scrofularia auriculata 2662 3 NULL 61973 Scrophularia auriculata L.
4065 4064 4046 290 Scrofularia subverticillata Scrofularia subverticillata Moris NULL Scrofularia subverticillata 2662 3 NULL
4066 4066 4046 290 Scrofularia trifoliata Scrofularia trifoliata L. NULL Scrofularia trifoliata 2663 3 NULL 62050 Scrophularia trifoliata L.
4067 4067 4045 220 Antirrhinum Antirrhinum NULL Antirrhinum G547 3 8
4068 4068 4067 290 Antirrhinum asarina Antirrhinum asarina L. NULL Antirrhinum asarina 2664 3 NULL 5435 Antirrhinum asarina L.
4069 4068 4067 290 Asarina lobelii Asarina lobelii Quer. NULL Asarina lobelii 2664 3 NULL
4070 4070 4067 290 Antirrhinum molle Antirrhinum molle L. NULL Antirrhinum molle 2665 3 NULL 75780 Antirrhinum molle L.
4071 4071 4067 290 Antirrhinum sempervirens Antirrhinum sempervirens Lap. NULL Antirrhinum sempervirens 2666 3 NULL 5506 Antirrhinum sempervirens Lapeyr.
4072 4072 4067 290 Antirrhinum orontium Antirrhinum orontium L. NULL Tête-de-mort. Antirrhinum orontium 2667 3 NULL 5491 Antirrhinum orontium L.
4073 4073 4067 290 Antirrhinum latifolium Antirrhinum latifolium DC. NULL Antirrhinum latifolium 2668 3 NULL 5469 Antirrhinum latifolium Mill.
4074 4074 4067 290 Antirrhinum majus Antirrhinum majus L. NULL Gueule de lion. Antirrhinum majus 2669 3 NULL 5474 Antirrhinum majus L.
4075 4075 4067 290 Antirrhinum tortuosum Antirrhinum tortuosum Bosc. NULL Antirrhinum tortuosum 2670 3 NULL 5517 Antirrhinum tortuosum Bosc
4076 4075 4067 290 Antirrhinum romanum Antirrhinum romanum Sel NULL Antirrhinum romanum 2670 3 NULL
4077 4077 4067 290 Antirrhinum siculum Antirrhinum siculum Ucria NULL Antirrhinum siculum 2671 3 NULL 78199 Antirrhinum siculum Ucria
4078 4077 4067 290 Antirrhinum ruscinonense Antirrhinum ruscinonense Debeaux. NULL Antirrhinum ruscinonense 2671 3 NULL
4079 4079 4045 220 Anarrhinum Anarrhinum NULL Anarrhinum G548 3 11
4080 4080 4079 290 Anarrhinum bellidifolium Anarrhinum bellidifolium Desf. NULL Anarrhinum bellidifolium 2672 3 NULL 78170 Anarrhinum bellidifolium (L) Desf.
4081 4081 4079 290 Anarrhinum corsicum Anarrhinum corsicum Jord. et F. NULL Anarrhinum corsicum 2673 3 NULL 4426 Anarrhinum corsicum Jord. & Fourr.
4082 4082 4045 220 Linaria Linaria NULL Linaria G549 3 12
4083 4083 4082 290 Linaria cymbalaria Linaria cymbalaria Mil NULL Linaire cymbalaire. Linaria cymbalaria 2674 3 NULL 39214 Linaria cymbalaria (L) Mill.
4084 4084 4082 290 Linaria hepaticaefolia Linaria hepaticaefolia Duby. NULL Linaria hepaticaefolia 2675 3 NULL 39231 Linaria hepaticifolia (Poir) Steud.
4085 4085 4082 290 Linaria aequitriloba Linaria aequitriloba Duby. NULL Linaria aequitriloba 2676 3 NULL 39168 Linaria aequitriloba (Viv) Spreng.
4086 4086 4082 290 Linaria cirrosa Linaria cirrosa Willd. NULL Linaria cirrosa 2677 3 NULL 39207 Linaria cirrhosa (L) Willd.
4087 4087 4082 290 Linaria commutata Linaria commutata Bernh. NULL Linaria commutata 2678 3 NULL 39208 Linaria commutata Bernh. ex Rchb.
4088 4087 4082 290 Linaria graeca Linaria graeca G. G. NULL Linaria graeca 2678 3 NULL
4089 4089 4082 290 Linaria spuria Linaria spuria Mill. NULL Fausse velvote. Linaria spuria 2679 3 NULL 39302 Linaria spuria (L) Mill.
4090 4090 4082 290 Linaria sieberi Linaria sieberi Reich. NULL Linaria sieberi 2680 3 NULL 74710 Linaria sieberi Rchb.
4091 4090 4082 290 Linaria prestandrae Linaria prestandrae Tin. NULL Linaria prestandrae 2680 3 NULL
4092 4090 4082 290 Linaria crinita Linaria crinita Mab. NULL Linaria crinita 2680 3 NULL
4093 4093 4082 290 Linaria elatine Linaria elatine Mill. NULL Velvote. Linaria elatine 2681 3 NULL 39216 Linaria elatine (L) Mill.
4094 4094 4082 290 Linaria reflexa Linaria reflexa Desf. NULL Linaria reflexa 2682 3 NULL 39275 Linaria reflexa (L) Desf.
4095 4095 4082 290 Linaria minor Linaria minor Desf. NULL Linaria minor 2683 3 NULL 39248 Linaria minor (L) Desf.
4096 4095 4082 290 Linaria viscida Linaria viscida Moench NULL Linaria viscida 2683 3 NULL
4097 4097 4082 290 Linaria rubrifolia Linaria rubrifolia Rob, et Cast. NULL Linaria rubrifolia 2684 3 NULL 39285 Linaria rubrifolia Robill. & Castagne ex DC.
4098 4097 4082 290 Chaenorrhinum rubrifolium Chaenorrhinum rubrifolium Willk. et Lge NULL Chaenorrhinum rubrifolium 2684 3 NULL
4099 4099 4082 290 Linaria origanifolia Linaria origanifolia DC. NULL Linaria origanifolia 2685 3 NULL 39257 Linaria origanifolia (L) DC.
4100 4099 4082 290 Chaenorrhinum origanifolium Chaenorrhinum origanifolium Willk. et Lge NULL Chaenorrhinum origanifolium 2685 3 NULL
4101 4101 4082 290 Linaria pelliceriana Linaria pelliceriana Mill. NULL Linaria pelliceriana 2686 3 NULL 39263 Linaria pelisseriana (L) Mill.
4102 4102 4082 290 Linaria alpina Linaria alpina Mill. NULL Linaria alpina 2687 3 NULL 39172 Linaria alpina (L) Mill.
4103 4103 4082 290 Linaria petraea Linaria petraea Jord. NULL Linaria petraea 2688 3 NULL 39266 Linaria petraea Jord.
4104 4104 4082 290 Linaria spartea Linaria spartea Link et Hoff. NULL Linaria spartea 2689 3 NULL 78169 Linaria spartea Hoffmanns. & Link
4105 4105 4082 290 Linaria striata Linaria striata DC. NULL Linaria striata 2690 3 NULL 39306 Linaria striata (Lam) DC.
4106 4105 4082 290 Linaria decumbens Linaria decumbens Moench NULL Linaria decumbens 2690 3 NULL
4107 4107 4082 290 Linaria vulgaris Linaria vulgaris Mill. NULL Linaria vulgaris 2691 3 NULL 39331 Linaria vulgaris Mill.
4108 4108 4082 290 Linaria italica Linaria italica Trev. NULL Linaria italica 2692 3 NULL 39237 Linaria italica Trévis.
4109 4108 4082 290 Linaria genistifolia Linaria genistifolia DC., non Mill. NULL Linaria genistifolia 2692 3 NULL
4110 4110 4082 290 Linaria chalepensis Linaria chalepensis Mill. NULL Linaria chalepensis 2693 3 NULL 39204 Linaria chalepensis (L) Mill.
4111 4111 4082 290 Linaria triphylla Linaria triphylla Mill. NULL Linaria triphylla 2694 3 NULL 39325 Linaria triphylla (L) Mill.
4112 4112 4082 290 Linaria thymifolia Linaria thymifolia DC. NULL Linaria thymifolia 2695 3 NULL 39324 Linaria thymifolia (Vahl) DC.
4113 4113 4082 290 Linaria flava Linaria flava Desf. NULL Linaria flava 2696 3 NULL 39221 Linaria flava (Poir) Desf.
4114 4114 4082 290 Linaria supina Linaria supina Desf. NULL Linaria supina 2697 3 NULL 78168 Linaria supina (L) Desf.
4115 4114 4082 290 Linaria filiformis Linaria filiformis Moench NULL Linaria filiformis 2697 3 NULL
4116 4114 4082 290 Linaria pyrenaica Linaria pyrenaica DC. NULL Linaria pyrenaica 2697 3 NULL
4117 4117 4082 290 Linaria arenaria Linaria arenaria DC. NULL Linaria arenaria 2698 3 NULL 39188 Linaria arenaria DC.
4118 4118 4082 290 Linaria micrantha Linaria micrantha Spreng. NULL Linaria micrantha 2699 3 NULL 39247 Linaria micrantha (Cav) Hoffmanns. & Link
4119 4118 4082 290 Linaria parviflora Linaria parviflora Desf. NULL Linaria parviflora 2699 3 NULL
4120 4120 4082 290 Linaria arvensis Linaria arvensis Desf. NULL Linaria arvensis 2700 3 NULL 39189 Linaria arvensis (L) Desf.
4121 4120 4082 290 Linaria carnosa Linaria carnosa Moench NULL Linaria carnosa 2700 3 NULL
4122 4122 4082 290 Linaria simplex Linaria simplex DC. NULL Linaria simplex 2701 3 NULL 74586 Linaria simplex (Willd) DC.
4123 4123 4045 220 Lindernia Lindernia NULL Lindernia G550 3 22
4124 4124 4123 290 Lindernia pyxidaria Lindernia pyxidaria AIL NULL Lindernia pyxidaria 2702 3 NULL 78200 Lindernia pyxidaria All.
4125 4124 4123 290 Vandellia erecta Vandellia erecta Benth. NULL Vandellia erecta 2702 3 NULL
4126 4126 4123 290 Lindernia gratioloides Lindernia gratioloides Lloyd NULL Lindernia gratioloides 2703 3 NULL 73459 Lindernia gratioloides J Lloyd
4127 4126 4123 290 Ilysanthes gratioloides Ilysanthes gratioloides Benth. NULL Ilysanthes gratioloides 2703 3 NULL
4128 4128 4045 220 Gratiola Gratiola NULL Gratiola G551 3 23
4129 4129 4128 290 Gratiola officinalis Gratiola officinalis L. NULL Herbe au pauvre homme. Gratiola officinalis 2704 3 NULL 30641 Gratiola officinalis L.
4130 4130 4045 220 Mimulus Mimulus NULL Mimulus G552 3 24
4131 4131 4130 290 Mimulus moschatus Mimulus moschatus Douglas. NULL Musc. Mimulus moschatus 2705 3 NULL 42606 Mimulus moschatus Douglas ex Lindl.
4132 4132 4130 290 Mimulus luteus Mimulus luteus L. NULL Mimulus luteus 2706 3 NULL 42605 Mimulus luteus sensu H J.Coste
4133 4132 4130 290 Mimulus guttatus Mimulus guttatus DC. NULL Mimulus guttatus 2706 3 NULL
4134 4134 4045 220 Digitalis Digitalis NULL Digitalis G553 3 25
4135 4135 4134 290 Digitalis purpurea Digitalis purpurea L. NULL Digitale pourprée. Digitalis purpurea 2707 3 NULL 22437 Digitalis purpurea L.
4136 4136 4134 290 Digitalis ambigua Digitalis ambigua L. NULL Digitalis ambigua 2708 3 NULL 22402 Digitalis ambigua Murray
4137 4136 4134 290 Digitalis grandiflora Digitalis grandiflora All. NULL Digitalis grandiflora 2708 3 NULL
4138 4138 4134 290 Digitalis lutea Digitalis lutea L. NULL Digitalis lutea 2709 3 NULL 22412 Digitalis lutea L.
4139 4139 4045 220 Erinus Erinus NULL Erinus G554 3 26
4140 4140 4139 290 Erinus alpinus Erinus alpinus L. NULL Erinus alpinus 2710 3 NULL 24975 Erinus alpinus L.
4141 4141 4045 220 Limosella Limosella NULL Limosella G555 3 27
4142 4142 4141 290 Limosella aquatica Limosella aquatica L. NULL Limosella aquatica 2711 3 NULL 39155 Limosella aquatica L.
4143 4143 4045 220 Sibthorpia Sibthorpia NULL Sibthorpia G556 3 27
4144 4144 4143 290 Sibthorpia europaea Sibthorpia europaea L. NULL Sibthorpia europaea 2712 3 NULL 63742 Sibthorpia europaea L.
4145 4145 4045 220 Veronica Veronica NULL Veronica G557 3 27
4146 4146 4145 290 Veronica elliptica Veronica elliptica Forst. NULL Myrte d'Ouessant. Veronica elliptica 2713 3 NULL 71163 Veronica elliptica G Forst.
4147 4146 4145 290 Veronica decussata Veronica decussata Soland. NULL Veronica decussata 2713 3 NULL
4148 4148 4145 290 Veronica beccabunga Veronica beccabunga L. NULL Cresson de cheval. Veronica beccabunga 2714 3 NULL 75430 Veronica beccabunga L.
4149 4149 4145 290 Veronica anagallis Veronica anagallis L. NULL Veronica anagallis 2715 3 NULL 71071 Veronica anagallis
4150 4150 4145 290 Veronica anagalloides Veronica anagalloides Guss. NULL Veronica anagalloides 2716 3 NULL 71082 Veronica anagalloides Guss.
4151 4151 4145 290 Veronica scutellata Veronica scutellata L. NULL Veronica scutellata 2717 3 NULL 71341 Veronica scutellata L.
4152 4152 4145 290 Veronica aphylla Veronica aphylla L. NULL Veronica aphylla 2718 3 NULL 71086 Veronica aphylla L.
4153 4153 4145 290 Veronica allionii Veronica allionii Vill. NULL Veronica allionii 2719 3 NULL 71061 Veronica allionii Vill.
4154 4154 4145 290 Veronica officinalis Veronica officinalis L. NULL Thé d'Europe. Veronica officinalis 2720 3 NULL 71264 Veronica officinalis L.
4155 4155 4145 290 Veronica prostrata Veronica prostrata L. NULL Veronica prostrata 2721 3 NULL 71312 Veronica prostrata L.
4156 4156 4145 290 Veronica teucrium Veronica teucrium L. NULL Veronica teucrium 2722 3 NULL 71386 Veronica teucrium L.
4157 4157 4145 290 Veronica chamaedrys Veronica chamaedrys L. NULL Veronica chamaedrys 2723 3 NULL 75431 Veronica chamaedrys L.
4158 4158 4145 290 Veronica urticaefolia Veronica urticaefolia Jacq. NULL Veronica urticaefolia 2724 3 NULL 71413 Veronica urticifolia Jacq.
4159 4158 4145 290 Veronica latifolia Veronica latifolia L. NULL Sp. ? Veronica latifolia 2724 3 NULL
4160 4160 4145 290 Veronica montana Veronica montana L. NULL Veronica montana 2725 3 NULL 71248 Veronica montana L.
4161 4161 4145 290 Veronica hederaefolia Veronica hederaefolia L. NULL Veronica hederaefolia 2726 3 NULL 71191 Veronica hederifolia L.
4162 4162 4145 290 Veronica cymbalaria Veronica cymbalaria Bodard NULL Veronica cymbalaria 2727 3 NULL 71145 Veronica cymbalaria Bodard
4163 4162 4145 290 Veronica longipes Veronica longipes Jord. NULL Veronica longipes 2727 3 NULL
4164 4164 4145 290 Veronica persica Veronica persica Poir. NULL Veronica persica 2728 3 NULL 71290 Veronica persica Poir.
4165 4164 4145 290 Veronica buxbaumii Veronica buxbaumii Ten. NULL Veronica buxbaumii 2728 3 NULL
4166 4164 4145 290 Veronica tournefortii Veronica tournefortii Gmel. NULL Veronica tournefortii 2728 3 NULL
4167 4167 4145 290 Veronica agrestis Veronica agrestis L. NULL Veronica agrestis 2729 3 NULL 71056 Veronica agrestis L.
4168 4167 4145 290 Veronica pulchella Veronica pulchella Bast. NULL Veronica pulchella 2729 3 NULL
4169 4169 4145 290 Veronica polita Veronica polita Fries NULL Veronica polita 2730 3 NULL 71297 Veronica polita Fr.
4170 4169 4145 290 Veronica didyma Veronica didyma Ten. NULL Veronica didyma 2730 3 NULL
4171 4171 4145 290 Veronica triphyllos Veronica triphyllos L. NULL Veronica triphyllos 2731 3 NULL 71411 Veronica triphyllos L.
4172 4172 4145 290 Veronica praecox Veronica praecox All. NULL Veronica praecox 2732 3 NULL 71306 Veronica praecox All.
4173 4173 4145 290 Veronica acinifolia Veronica acinifolia L. NULL Veronica acinifolia 2733 3 NULL 71052 Veronica acinifolia L.
4174 4174 4145 290 Veronica brevistyla Veronica brevistyla Moris. NULL Veronica brevistyla 2734 3 NULL 71121 Veronica brevistyla Moris
4175 4175 4145 290 Veronica verna Veronica verna L. NULL Veronica verna 2735 3 NULL 71414 Veronica verna L.
4176 4176 4145 290 Veronica arvensis Veronica arvensis L. NULL Veronica arvensis 2736 3 NULL 71090 Veronica arvensis L.
4177 4177 4145 290 Veronica peregrina Veronica peregrina L. NULL Veronica peregrina 2737 3 NULL 71287 Veronica peregrina L.
4178 4178 4145 290 Veronica serpyllifolia Veronica serpyllifolia L. NULL Veronica serpyllifolia 2738 3 NULL 71348 Veronica serpyllifolia L.
4179 4179 4145 290 Veronica apennina Veronica apennina Tausch. NULL Veronica apennina 2739 3 NULL 71085 Veronica apennina Tausch
4180 4180 4145 290 Veronica repens Veronica repens Lois. NULL Veronica repens 2740 3 NULL 71327 Veronica repens Clarion ex DC.
4181 4180 4145 290 Veronica tenella Veronica tenella Viv. NULL Veronica tenella 2740 3 NULL
4182 4182 4145 290 Veronica alpina Veronica alpina L. NULL Veronica alpina 2741 3 NULL 71063 Veronica alpina L.
4183 4183 4145 290 Veronica nummularia Veronica nummularia Pourr. NULL Veronica nummularia 2742 3 NULL 71258 Veronica nummularia Gouan
4184 4183 4145 290 Veronica nummulariaefolia Veronica nummulariaefolia Gouan NULL Veronica nummulariaefolia 2742 3 NULL
4185 4185 4145 290 Veronica fruticulosa Veronica fruticulosa L. NULL Veronica fruticulosa 2743 3 NULL 71179 Veronica fruticulosa L.
4186 4186 4145 290 Veronica saxatilis Veronica saxatilis Jacq. NULL Veronica saxatilis 2744 3 NULL 71338 Veronica saxatilis Scop.
4187 4186 4145 290 Veronica fruticulosa var. pilosa Veronica fruticulosa var. pilosa G. G. NULL Veronica fruticulosa var. pilosa 2744 3 NULL
4188 4188 4145 290 Veronica bellidioides Veronica bellidioides L. NULL Veronica bellidioides 2745 3 NULL 71112 Veronica bellidioides L.
4189 4189 4145 290 Veronica lilacina Veronica lilacina Townsend 1877 Veronica lilacina 2746 3 NULL 71225 Veronica lilacina F Towns.
4190 4190 4145 290 Veronica ponae Veronica ponae Gouan NULL Veronica ponae 2747 3 NULL 71305 Veronica ponae Gouan
4191 4190 4145 290 Veronica gouani Veronica gouani moretti NULL Veronica gouani 2747 3 NULL
4192 4192 4145 290 Veronica spicata Veronica spicata L. NULL Veronica spicata 2748 3 NULL 75432 Veronica spicata L.
4193 4193 4145 290 Veronica spuria Veronica spuria L. NULL Veronica spuria 2749 3 NULL 71373 Veronica spuria sensu H J.Coste
4194 4194 4045 220 Euphrasia Euphrasia NULL Euphrasia G558 3 41
4195 4195 4194 290 Euphrasia officinalis Euphrasia officinalis L. NULL Euphrasia officinalis 2750 3 NULL 75464 Euphrasia officinalis L.
4196 4195 4194 290 Euphrasia rostkoviana Euphrasia rostkoviana Hayne NULL Euphrasia rostkoviana 2750 3 NULL
4197 4195 4194 290 Euphrasia campestris Euphrasia campestris Jord. NULL Euphrasia campestris 2750 3 NULL
4198 4198 4194 290 Euphrasia hirtella Euphrasia hirtella Jord. NULL Euphrasia hirtella 2751 3 NULL 26191 Euphrasia hirtella Jord. ex Reut.
4199 4199 4194 290 Euphrasia brevipila Euphrasia brevipila Burn. et Grem. NULL Euphrasia brevipila 2752 3 NULL 26154 Euphrasia brevipila Burnat & Gremli ex Gremli
4200 4200 4194 290 Euphrasia salisburgensis Euphrasia salisburgensis Funck NULL Euphrasia salisburgensis 2753 3 NULL 26294 Euphrasia salisburgensis Funck
4201 4200 4194 290 Euphrasia cuprea Euphrasia cuprea Jord. NULL Euphrasia cuprea 2753 3 NULL
4202 4202 4194 290 Euphrasia alpina Euphrasia alpina Lamk. NULL Euphrasia alpina 2754 3 NULL 26140 Euphrasia alpina Lam.
4203 4203 4194 290 Euphrasia pectinata Euphrasia pectinata Ten. NULL Euphrasia pectinata 2755 3 NULL 26264 Euphrasia pectinata Ten.
4204 4203 4194 290 Euphrasia maialis Euphrasia maialis Jord. NULL Euphrasia maialis 2755 3 NULL
4205 4205 4194 290 Euphrasia stricta Euphrasia stricta Host. NULL Euphrasia stricta 2756 3 NULL 78167 Euphrasia stricta Host
4206 4205 4194 290 Euphrasia ericetorum Euphrasia ericetorum Jord. NULL Euphrasia ericetorum 2756 3 NULL
4207 4207 4194 290 Euphrasia nemorosa Euphrasia nemorosa Pers. NULL Euphrasia nemorosa 2757 3 NULL 26223 Euphrasia nemorosa (Pers) Wallr.
4208 4207 4194 290 Euphrasia nitidula Euphrasia nitidula Reut. NULL Euphrasia nitidula 2757 3 NULL
4209 4209 4194 290 Euphrasia gracilis Euphrasia gracilis Fries NULL Euphrasia gracilis 2758 3 NULL 26185 Euphrasia gracilis (Fr) Drejer
4210 4209 4194 290 Euphrasia rigidula Euphrasia rigidula Jord. NULL Euphrasia rigidula 2758 3 NULL
4211 4211 4194 290 Euphrasia minima Euphrasia minima Jacq. NULL Euphrasia minima 2759 3 NULL 75128 Euphrasia minima Jacq. ex DC.
4212 4212 4045 220 Odontites Odontites NULL Odontites G559 3 45
4213 4213 4212 290 Odontites corsica Odontites corsica G. Don. NULL Odontites corsica 2760 3 NULL 44374 Odontites corsicus (Loisel) G Don
4214 4213 4212 290 Odontites albidula Odontites albidula Mab. NULL Odontites albidula 2760 3 NULL
4215 4215 4212 290 Odontites viscosa Odontites viscosa Reich. NULL Odontites viscosa 2761 3 NULL 75262 Odontites viscosus (L) Clairv.
4216 4215 4212 290 Odontites alpestris Odontites alpestris Jord. NULL Odontites alpestris 2761 3 NULL
4217 4217 4212 290 Odontites lutea Odontites lutea Reich. NULL Odontites lutea 2762 3 NULL 44388 Odontites luteus (L) Clairv.
4218 4218 4212 290 Odontites lanceolata Odontites lanceolata Reich. NULL Odontites lanceolata 2763 3 NULL 44382 Odontites lanceolatus (Gaudin) Rchb.
4219 4219 4212 290 Odontites chrysantha Odontites chrysantha Bor. NULL Odontites chrysantha 2764 3 NULL 44373 Odontites chrysanthus Boreau
4220 4220 4212 290 Odontites jaubertiana Odontites jaubertiana Dietr. NULL Odontites jaubertiana 2765 3 NULL 44378 Odontites jaubertianus (Boreau) D Dietr. ex Walp.
4221 4221 4212 290 Odontites serotina Odontites serotina Reich. NULL Odontites serotina 2766 3 NULL 44401 Odontites serotinus Dumort.
4222 4221 4212 290 Odontites divergens Odontites divergens Jord. NULL Odontites divergens 2766 3 NULL
4223 4223 4212 290 Odontites verna Odontites verna Reich. NULL Odontites verna 2767 3 NULL 44403 Odontites vernus (Bellardi) Dumort.
4224 4223 4212 290 Odontites rubra Odontites rubra G. G. NULL Odontites rubra 2767 3 NULL
4225 4225 4045 220 Bartsia Bartsia NULL Bartsia G560 3 48
4226 4226 4225 290 Bartsia latifolia Bartsia latifolia Sibth. NULL Bartsia latifolia 2768 3 NULL 9255 Bartsia latifolia (L) Sm.
4227 4226 4225 290 Eufragia latifolia Eufragia latifolia Gris. NULL Eufragia latifolia 2768 3 NULL
4228 4228 4225 290 Bartsia viscosa Bartsia viscosa L. NULL Bartsia viscosa 2769 3 NULL 9267 Bartsia viscosa L.
4229 4228 4225 290 Eufragia viscosa Eufragia viscosa Benth. NULL Eufragia viscosa 2769 3 NULL
4230 4230 4225 290 Bartsia trixago Bartsia trixago L. NULL Bartsia trixago 2770 3 NULL 9263 Bartsia trixago L.
4231 4230 4225 290 Trixago apula Trixago apula Ster.  NULL Trixago apula 2770 3 NULL
4232 4230 4225 290 Trixago versicolor Trixago versicolor Pers.  NULL Trixago versicolor 2770 3 NULL
4233 4230 4225 290 Trixago bicolor Trixago bicolor DC. NULL Trixago bicolor 2770 3 NULL
4234 4234 4225 290 Bartsia spicata Bartsia spicata Ram. NULL Bartsia spicata 2771 3 NULL 9262 Bartsia spicata Ramond
4235 4235 4225 290 Bartsia alpina Bartsia alpina L. NULL Bartsia alpina 2772 3 NULL 9249 Bartsia alpina L.
4236 4236 4045 220 Rhinanthus Rhinanthus NULL Rhinanthus G561 3 50
4237 4237 4236 290 Rhinanthus minor Rhinanthus minor Ehrh. NULL Rhinanthus minor 2773 3 NULL 78166 Rhinanthus minor Ehrh.
4238 4237 4236 290 Alectorolophus minor Alectorolophus minor Wimm. NULL Alectorolophus minor 2773 3 NULL
4239 4239 4236 290 Rhinanthus lanceolatus Rhinanthus lanceolatus Kov. NULL Rhinanthus lanceolatus 2774 3 NULL 55924 Rhinanthus lanceolatus (Neilr) Chabert
4240 4239 4236 290 Alectorolophus lanceolatus Alectorolophus lanceolatus Stem. NULL Alectorolophus lanceolatus 2774 3 NULL
4241 4241 4236 290 Rhinanthus songeoni Rhinanthus songeoni Chah. NULL Rhinanthus songeoni 2775 3 NULL 55979 Rhinanthus songeonii Chabert
4242 4242 4236 290 Rhinanthus ovifugus Rhinanthus ovifugus Chab. NULL Rhinanthus ovifugus 2776 3 NULL 55962 Rhinanthus ovifugus Chabert
4243 4243 4236 290 Rhinanthus major Rhinanthus major Ehrh. NULL Rhinanthus major 2777 3 NULL 55926 Rhinanthus major Ehrh , sensu H.J.Coste
4244 4243 4236 290 Alectorolophus major Alectorolophus major Wimm. NULL Alectorolophus major 2777 3 NULL
4245 4245 4236 290 Rhinanthus alectorolophus Rhinanthus alectorolophus Poll. NULL Rhinanthus alectorolophus 2778 3 NULL 55866 Rhinanthus alectorolophus (Scop) Pollich
4246 4245 4236 290 Rhinanthus hirsutus Rhinanthus hirsutus Lamk NULL Rhinanthus hirsutus 2778 3 NULL
4247 4247 4045 220 Pedicularis Pedicularis NULL Pedicularis G562 3 52
4248 4248 4247 290 Pedicularis tuberosa Pedicularis tuberosa L. NULL Pedicularis tuberosa 2779 3 NULL 48189 Pedicularis tuberosa L.
4249 4249 4247 290 Pedicularis barrelieri Pedicularis barrelieri Reich. NULL Pedicularis barrelieri 2780 3 NULL 48127 Pedicularis barrelieri Rchb.
4250 4249 4247 290 Pedicularis adscendens Pedicularis adscendens Gaud., non Schl. NULL Pedicularis adscendens 2780 3 NULL
4251 4251 4247 290 Pedicularis foliosa Pedicularis foliosa L. NULL Pedicularis foliosa 2781 3 NULL 48143 Pedicularis foliosa L.
4252 4252 4247 290 Pedicularis comosa Pedicularis comosa L. NULL Pedicularis comosa 2782 3 NULL 75280 Pedicularis comosa L.
4253 4253 4247 290 Pedicularis palustris Pedicularis palustris L. NULL Tartarie rouge. Pedicularis palustris 2783 3 NULL 75282 Pedicularis palustris L.
4254 4254 4247 290 Pedicularis silvatica Pedicularis silvatica L. NULL Pedicularis silvatica 2784 3 NULL 75283 Pedicularis sylvatica L.
4255 4255 4247 290 Pedicularis verticillata Pedicularis verticillata L. NULL Pedicularis verticillata 2785 3 NULL 48193 Pedicularis verticillata L.
4256 4256 4247 290 Pedicularis recutita Pedicularis recutita L. NULL Pedicularis recutita 2786 3 NULL 48170 Pedicularis recutita L.
4257 4257 4247 290 Pedicularis rosea Pedicularis rosea Wulf. NULL Pedicularis rosea 2787 3 NULL 48176 Pedicularis rosea sensu 1, 2, 3, 5
4258 4257 4247 290 Pedicularis allionii Pedicularis allionii Reich. NULL Pedicularis allionii 2787 3 NULL
4259 4259 4247 290 Pedicularis incarnata Pedicularis incarnata Jacq. NULL Pedicularis incarnata 2788 3 NULL 48152 Pedicularis incarnata sensu 1, 2, 5
4260 4260 4247 290 Pedicularis gyroflexa Pedicularis gyroflexa Vill. NULL Pedicularis gyroflexa 2789 3 NULL 75281 Pedicularis gyroflexa Vill.
4261 4260 4247 290 Pedicularis fasciculata Pedicularis fasciculata Bell., G. G., non Willd. NULL Pedicularis fasciculata 2789 3 NULL
4262 4262 4247 290 Pedicularis cenisia Pedicularis cenisia Gaud. NULL Pedicularis cenisia 2790 3 NULL 48133 Pedicularis cenisia Gaudin
4263 4262 4247 290 Pedicularis bonjeani Pedicularis bonjeani Colla NULL Pedicularis bonjeani 2790 3 NULL
4264 4262 4247 290 Pedicularis gyroflexa Pedicularis gyroflexa G. G., non Vill. NULL Pedicularis gyroflexa 2790 3 NULL
4265 4265 4247 290 Pedicularis mixta Pedicularis mixta Gren. NULL Pedicularis mixta 2791 3 NULL 48159 Pedicularis mixta Gren.
4266 4265 4247 290 Pedicularis pyrenaica var. lasiocalyx Pedicularis pyrenaica var. lasiocalyx G. G. NULL Pedicularis pyrenaica var. lasiocalyx 2791 3 NULL
4267 4267 4247 290 Pedicularis pyrenaica Pedicularis pyrenaica Gay. NULL Pedicularis pyrenaica 2792 3 NULL 48167 Pedicularis pyrenaica J Gay
4268 4268 4247 290 Pedicularis rostrata Pedicularis rostrata L. NULL Pedicularis rostrata 2793 3 NULL 48181 Pedicularis rostrata sensu 1, 2
4269 4268 4247 290 Pedicularis rhaetica Pedicularis rhaetica Kern. NULL Pedicularis rhaetica 2793 3 NULL
4270 4268 4247 290 Pedicularis cespitosa Pedicularis cespitosa Sieb. NULL Pedicularis cespitosa 2793 3 NULL
4271 4271 4045 220 Melampyrum Melampyrum NULL Melampyrum G563 3 58
4272 4272 4271 290 Melampyrum cristatum Melampyrum cristatum L. NULL Melampyrum cristatum 2794 3 NULL 41586 Melampyrum cristatum L.
4273 4273 4271 290 Melampyrum barbatum Melampyrum barbatum Waldst. et Kit. NULL Melampyrum barbatum 2795 3 NULL 41583 Melampyrum barbatum sensu H J.Coste
4274 4274 4271 290 Melampyrum arvense Melampyrum arvense L. NULL Blé de vache, rougeotte. Melampyrum arvense 2796 3 NULL 41577 Melampyrum arvense L.
4275 4275 4271 290 Melampyrum nemorosum Melampyrum nemorosum L. NULL Melampyrum nemorosum 2797 3 NULL 41595 Melampyrum nemorosum L.
4276 4276 4271 290 Melampyrum pratense Melampyrum pratense L. NULL Melampyrum pratense 2798 3 NULL 41602 Melampyrum pratense L.
4277 4277 4271 290 Melampyrum silvaticum Melampyrum silvaticum L. NULL Melampyrum silvaticum 2799 3 NULL 41614 Melampyrum sylvaticum L.
4278 4278 4045 220 Tozzia Tozzia NULL Tozzia G564 3 60
4279 4279 4278 290 Tozzia alpina Tozzia alpina L. NULL Tozzia alpina 2800 3 NULL 68650 Tozzia alpina L.
4280 4280 2490 180 Acanthaceae Acanthaceae NULL Acanthacees F82 3 60
4281 4281 4280 220 Acanthus Acanthus NULL Acanthus G565 3 60
4282 4282 4281 290 Acanthus mollis Acanthus mollis L. NULL Acanthus mollis 2801 3 NULL 74930 Acanthus mollis L.
4283 4283 2490 180 Orobancheae Orobancheae NULL Orobanchees F83 3 61
4284 4284 4283 220 Lathraea Lathraea NULL Lathraea G566 3 61
4285 4285 4284 290 Lathraea clandestina Lathraea clandestina L. NULL Lathraea clandestina 2802 3 NULL 37827 Lathraea clandestina L.
4286 4285 4284 290 Clandestina rectiflora Clandestina rectiflora Lamk NULL Clandestina rectiflora 2802 3 NULL
4287 4287 4284 290 Lathraea squamaria Lathraea squamaria L. NULL Lathraea squamaria 2803 3 NULL 37831 Lathraea squamaria L.
4288 4288 4283 220 Phelipaea Phelipaea NULL Phelipaea G567 3 62
4289 4289 4288 290 Phelipaea ramosa Phelipaea ramosa G. A. Mey. NULL Phelipaea ramosa 2804 3 NULL 48835 Phelypaea ramosa (L) C A.Mey.
4290 4289 4288 290 Orobanche ramosa Orobanche ramosa L. NULL Orobanche ramosa 2804 3 NULL
4291 4291 4288 290 Phelipaea nana Phelipaea nana Reich. NULL Phelipaea nana 2805 3 NULL 48830 Phelypaea nana (Reut) Rchb F.
4292 4291 4288 290 Phelipaea olbiensis Phelipaea olbiensis G. G., AN COSS.? NULL Phelipaea olbiensis 2805 3 NULL
4293 4293 4288 290 Phelipaea muteli Phelipaea muteli Reut. NULL Phelipaea muteli 2806 3 NULL 48826 Phelypaea mutelii (F W Schultz) Reut.
4294 4293 4288 290 Phelipaea caesia Phelipaea caesia Gris., non G. G. NULL Phelipaea caesia 2806 3 NULL
4295 4295 4288 290 Phelipaea lavandulacea Phelipaea lavandulacea Schultz NULL Phelipaea lavandulacea 2807 3 NULL 78165 Phelypaea lavandulacea F W Schultz
4296 4295 4288 290 Orobanche lavandulacea Orobanche lavandulacea Reich. NULL Orobanche lavandulacea 2807 3 NULL
4297 4297 4288 290 Phelipaea caerulea Phelipaea caerulea C. A. Mey. NULL Phelipaea caerulea 2808 3 NULL 48817 Phelypaea caerulea (Vill) C A.Mey.
4298 4297 4288 290 Phelipaea caesia Phelipaea caesia Reut. NULL Phelipaea caesia 2808 3 NULL
4299 4297 4288 290 Phelipaea millefolii Phelipaea millefolii Corb. NULL Phelipaea millefolii 2808 3 NULL
4300 4300 4288 290 Phelipaea arenaria Phelipaea arenaria Walp. NULL Phelipaea arenaria 2809 3 NULL 48816 Phelypaea arenaria (Borkh) Walp.
4301 4300 4288 290 Orobanche arenaria Orobanche arenaria Borck. NULL Orobanche arenaria 2809 3 NULL
4302 4302 4283 220 Orobanche Orobanche NULL Orobanche G568 3 65
4303 4303 4302 290 Orobanche rapum Orobanche rapum Thuill. NULL Orobanche rapum 2810 3 NULL 46853 Orobanche rapum
4304 4304 4302 290 Orobanche rigens Orobanche rigens Lois. NULL Orobanche rigens 2811 3 NULL 46862 Orobanche rigens Loisel.
4305 4305 4302 290 Orobanche cruenta Orobanche cruenta Bert. NULL Orobanche cruenta 2812 3 NULL 46680 Orobanche cruenta Bertol.
4306 4305 4302 290 Orobanche gracilis Orobanche gracilis Sm. NULL Orobanche gracilis 2812 3 NULL
4307 4307 4302 290 Orobanche variegata Orobanche variegata Wallr. NULL Orobanche variegata 2813 3 NULL 46917 Orobanche variegata Wallr.
4308 4307 4302 290 Orobanche spartii Orobanche spartii Vauch.  NULL Orobanche spartii 2813 3 NULL
4309 4307 4302 290 Orobanche satyrus Orobanche satyrus De Not. NULL Orobanche satyrus 2813 3 NULL
4310 4310 4302 290 Orobanche sanguinea Orobanche sanguinea Presl. NULL Orobanche sanguinea 2814 3 NULL 46876 Orobanche sanguinea C Presl
4311 4310 4302 290 Orobanche crinita Orobanche crinita Viv. NULL Orobanche crinita 2814 3 NULL
4312 4312 4302 290 Orobanche caryophyllacea Orobanche caryophyllacea Smith NULL Orobanche caryophyllacea 2815 3 NULL 46646 Orobanche caryophyllacea Sm.
4313 4312 4302 290 Orobanche galii Orobanche galii Duby NULL Orobanche galii 2815 3 NULL
4314 4314 4302 290 Orobanche epithymum Orobanche epithymum DC. NULL Orobanche epithymum 2816 3 NULL 46693 Orobanche epithymum DC.
4315 4314 4302 290 Orobanche alba Orobanche alba Steph. NULL Orobanche alba 2816 3 NULL
4316 4316 4302 290 Orobanche reticulata Orobanche reticulata Wallr. NULL Orobanche reticulata 2817 3 NULL 46859 Orobanche reticulata Wallr.
4317 4316 4302 290 Orobanche scabiosae Orobanche scabiosae Koch NULL Orobanche scabiosae 2817 3 NULL
4318 4318 4302 290 Orobanche speciosa Orobanche speciosa DC. NULL Orobanche speciosa 2818 3 NULL 46892 Orobanche speciosa DC.
4319 4318 4302 290 Orobanche crenata Orobanche crenata Forsk NULL Orobanche crenata 2818 3 NULL
4320 4320 4302 290 Orobanche rubens Orobanche rubens Wallr. NULL Orobanche rubens 2819 3 NULL 46866 Orobanche rubens Wallr.
4321 4320 4302 290 Orobanche lutea Orobanche lutea Baumg. NULL Orobanche lutea 2819 3 NULL
4322 4322 4302 290 Orobanche major Orobanche major L. NULL Orobanche major 2820 3 NULL 46783 Orobanche major L.
4323 4322 4302 290 Orobanche elatior Orobanche elatior Sutt. NULL Orobanche elatior 2820 3 NULL
4324 4322 4302 290 Orobanche ritro Orobanche ritro G. G. NULL Orobanche ritro 2820 3 NULL
4325 4325 4302 290 Orobanche laserpitii-sileris Orobanche laserpitii-sileris Heuter. NULL Orobanche laserpitii-sileris 2821 3 NULL 46759 Orobanche laserpitii
4326 4326 4302 290 Orobanche flava Orobanche flava Martius. NULL Orobanche flava 2822 3 NULL 46707 Orobanche flava Mart. ex F.W.Schultz
4327 4327 4302 290 Orobanche cervariae Orobanche cervariae Kirsch. NULL Orobanche cervariae 2823 3 NULL 78201 Orobanche cervariae Kirschl.
4328 4327 4302 290 Orobanche alsatica Orobanche alsatica Kirsch. NULL Orobanche alsatica 2823 3 NULL
4329 4329 4302 290 Orobanche salviae Orobanche salviae Schultz. NULL Orobanche salviae 2824 3 NULL 46872 Orobanche salviae F W Schultz ex W.D.J.Koch
4330 4330 4302 290 Orobanche cernua Orobanche cernua Loefl. NULL Orobanche cernua 2825 3 NULL 75272 Orobanche cernua Loefl.
4331 4331 4302 290 Orobanche hederae Orobanche hederae Duby. NULL Orobanche hederae 2826 3 NULL 46734 Orobanche hederae Vaucher ex Duby
4332 4332 4302 290 Orobanche teucrii Orobanche teucrii Hol. NULL Orobanche teucrii 2827 3 NULL 46900 Orobanche teucrii Holandre
4333 4333 4302 290 Orobanche versicolor Orobanche versicolor Schultz NULL Orobanche versicolor 2828 3 NULL 46919 Orobanche versicolor F W Schultz
4334 4333 4302 290 Orobanche pubescens Orobanche pubescens D'Urv. NULL Orobanche pubescens 2828 3 NULL
4335 4335 4302 290 Orobanche santolinae Orobanche santolinae Losc. NULL Orobanche santolinae 2829 3 NULL 46879 Orobanche santolinae Loscos & J.Pardo
4336 4336 4302 290 Orobanche fuliginosa Orobanche fuliginosa Reut. NULL Orobanche fuliginosa 2830 3 NULL 46714 Orobanche fuliginosa Reut. ex Jord.
4337 4337 4302 290 Orobanche ozanonis Orobanche ozanonis Schultz 1866 Orobanche ozanonis 2831 3 NULL 46819 Orobanche ozanonis F W Schultz ex Beck
4338 4338 4302 290 Orobanche amethystea Orobanche amethystea Thuill. NULL Orobanche amethystea 2832 3 NULL 46602 Orobanche amethystea Thuill.
4339 4338 4302 290 Orobanche eryngii Orobanche eryngii Duby NULL Orobanche eryngii 2832 3 NULL
4340 4340 4302 290 Orobanche loricata Orobanche loricata Reich. NULL Orobanche loricata 2833 3 NULL 46771 Orobanche loricata Rchb.
4341 4340 4302 290 Orobanche artemisiae Orobanche artemisiae Vauch. NULL Orobanche artemisiae 2833 3 NULL
4342 4342 4302 290 Orobanche picridis Orobanche picridis Schultz NULL Orobanche picridis 2834 3 NULL 46827 Orobanche picridis F W Schultz
4343 4342 4302 290 Orobanche carotte Orobanche carotte Desm. NULL Orobanche carotte 2834 3 NULL
4344 4344 4302 290 Orobanche minor Orobanche minor Sutt. NULL Orobanche minor 2835 3 NULL 78164 Orobanche minor Sutton
4345 4344 4302 290 Orobanche crithmi Orobanche crithmi Schultz NULL Orobanche crithmi 2835 3 NULL
4346 4344 4302 290 Orobanche salisii Orobanche salisii Req. NULL Orobanche salisii 2835 3 NULL
4347 4347 2490 180 Labiaceae Labiaceae NULL Labiees F84 3 74
4348 4348 4347 220 Lavandula Lavandula NULL Lavandula G569 3 77
4349 4349 4348 290 Lavandula stoechas Lavandula stoechas L. NULL Lavandula stoechas 2836 3 NULL 75211 Lavandula stoechas L.
4350 4350 4348 290 Lavandula vera Lavandula vera DC. NULL Lavandula vera 2837 3 NULL 38116 Lavandula vera DC.
4351 4350 4348 290 Lavandula spica Lavandula spica L. part. NULL Lavandula spica 2837 3 NULL
4352 4352 4348 290 Lavandula latifolia Lavandula latifolia Vill. NULL Lavandula latifolia 2838 3 NULL 38095 Lavandula latifolia Medik.
4353 4352 4348 290 Lavandula spica Lavandula spica L. part. NULL Lavandula spica 2838 3 NULL
4354 4354 4347 220 Mentha Mentha NULL Mentha G570 3 79
4355 4355 4354 290 Mentha rotundifolia Mentha rotundifolia L. NULL Mentha rotundifolia 2839 3 NULL 42205 Mentha rotundifolia auct. sensu 1, 2, 3, 5
4356 4356 4354 290 Mentha silvestris Mentha silvestris L. NULL Mentha silvestris 2840 3 NULL 42254 Mentha sylvestris L.
4357 4356 4354 290 Mentha longifolia Mentha longifolia Huds. NULL Mentha longifolia 2840 3 NULL
4358 4356 4354 290 Mentha candicans Mentha candicans Gr. NULL Mentha candicans 2840 3 NULL
4359 4359 4354 290 Mentha viridis Mentha viridis L. NULL Mentha viridis 2841 3 NULL 42297 Mentha viridis (L) L.
4360 4359 4354 290 Mentha spicata Mentha spicata Huds. NULL Mentha spicata 2841 3 NULL
4361 4361 4354 290 Mentha aquatica Mentha aquatica L. NULL Mentha aquatica 2842 3 NULL 41945 Mentha aquatica L.
4362 4361 4354 290 Mentha hirsuta Mentha hirsuta L. NULL Mentha hirsuta 2842 3 NULL
4363 4363 4354 290 Mentha arvensis Mentha arvensis L. NULL Mentha arvensis 2843 3 NULL 41956 Mentha arvensis L.
4364 4364 4354 290 Mentha pulegium Mentha pulegium L. NULL Pouliot. Mentha pulegium 2844 3 NULL 75245 Mentha pulegium L.
4365 4364 4354 290 Pulegium vulgare Pulegium vulgare Mill. NULL Pulegium vulgare 2844 3 NULL
4366 4366 4354 290 Mentha requienii Mentha requienii Benth. NULL Mentha requienii 2845 3 NULL 42186 Mentha requienii Benth.
4367 4366 4354 290 Menthella requienii Menthella requienii Pérard NULL Menthella requienii 2845 3 NULL
4368 4368 4354 290 Mentha cervina Mentha cervina L. NULL Mentha cervina 2846 3 NULL 41997 Mentha cervina L.
4369 4368 4354 290 Preslia cervina Preslia cervina Fres. NULL Preslia cervina 2846 3 NULL
4370 4370 4347 220 Lycopus Lycopus NULL Lycopus G571 3 88
4371 4371 4370 290 Lycopus europaeus Lycopus europaeus L. NULL Chanvre d'eau. Lycopus europaeus 2847 3 NULL 40533 Lycopus europaeus L.
4372 4372 4347 220 Origanum Origanum NULL Origanum G572 3 84
4373 4373 4372 290 Origanum vulgare Origanum vulgare L. NULL Thé rouge. Origanum vulgare 2848 3 NULL 46407 Origanum vulgare L.
4374 4374 4347 220 Thymus Thymus NULL Thymus G573 3 84
4375 4375 4374 290 Thymus vulgaris Thymus vulgaris L. NULL Thym, farigoule. Thymus vulgaris 2849 3 NULL 68271 Thymus vulgaris L.
4376 4376 4374 290 Thymus herba-barona Thymus herba-barona Lois. NULL Thymus herba-barona 2850 3 NULL 68135 Thymus herba
4377 4377 4374 290 Thymus nitens Thymus nitens Lamotte. NULL Thymus nitens 2851 3 NULL 68170 Thymus nitens Lamotte
4378 4378 4374 290 Thymus montanus Thymus montanus Waldst. et Kït. NULL Thymus montanus 2852 3 NULL 68166 Thymus montanus Waldst. & Kit.
4379 4378 4374 290 Thymus ovatus Thymus ovatus MilL NULL Thymus ovatus 2852 3 NULL
4380 4380 4374 290 Thymus chamaedrys Thymus chamaedrys Fries NULL Serpolet. Thymus chamaedrys 2853 3 NULL 68108 Thymus chamaedrys Fr.
4381 4380 4374 290 Thymus subcitratus Thymus subcitratus Schreb. NULL Thymus subcitratus 2853 3 NULL
4382 4382 4374 290 Thymus serpyllum Thymus serpyllum L. NULL Serpolet. Thymus serpyllum 2854 3 NULL 75414 Thymus serpyllum L.
4383 4382 4374 290 Thymus angustifolius Thymus angustifolius Pers. NULL Thymus angustifolius 2854 3 NULL
4384 4384 4374 290 Thymus nervosus Thymus nervosus Gay NULL Thymus nervosus 2855 3 NULL 68169 Thymus nervosus J Gay ex Willk.
4385 4384 4374 290 Thymus serpyllum var. confertus Thymus serpyllum var. confertus G. G. NULL Thymus serpyllum var. confertus 2855 3 NULL
4386 4386 4374 290 Thymus dolomiticus Thymus dolomiticus Coste 1893 Thymus dolomiticus 2856 3 NULL 68120 Thymus dolomiticus H J Coste
4387 4387 4374 290 Thymus lanuginosus Thymus lanuginosus Mill. NULL Thymus lanuginosus 2857 3 NULL 68154 Thymus lanuginosus sensu H J.Coste
4388 4387 4374 290 Thymus pannonicus Thymus pannonicus All. NULL Thymus pannonicus 2857 3 NULL
4389 4389 4374 290 Thymus polytrichus Thymus polytrichus Kern. NULL Thymus polytrichus 2858 3 NULL 68186 Thymus polytrichus A Kern. ex Borbás
4390 4389 4374 290 Thymus lanuginosus Thymus lanuginosus auct. plur., non Mill. NULL Thymus lanuginosus 2858 3 NULL
4391 4391 4374 290 Thymus humifusus Thymus humifusus Bernh. NULL Thymus humifusus 2859 3 NULL 68142 Thymus humifusus Bernh. ex Rchb.
4392 4391 4374 290 Thymus lanuginosus Thymus lanuginosus auct. plur., non Mill.  NULL Thymus lanuginosus 2859 3 NULL
4393 4391 4374 290 Thymus camaresiensis Thymus camaresiensis Coste NULL Thymus camaresiensis 2859 3 NULL
4394 4394 4347 220 Hyssopus Hyssopus NULL Hyssopus G574 3 88
4395 4395 4394 290 Hyssopus aristatus Hyssopus aristatus Godron. NULL Hyssopus aristatus 2860 3 NULL 35469 Hyssopus aristatus Godr.
4396 4396 4394 290 Hyssopus officinalis Hyssopus officinalis L. NULL Hyssopus officinalis 2861 3 NULL 35476 Hyssopus officinalis L.
4397 4397 4394 290 Hyssopus montanus Hyssopus montanus Jord. et Fourr. NULL Hyssopus montanus 2862 3 NULL 35475 Hyssopus montanus Jord. & Fourr.
4398 4398 4394 290 Hyssopus canescens Hyssopus canescens DC. NULL Hyssopus canescens 2863 3 NULL 35471 Hyssopus canescens (Dc) H J.Coste
4399 4398 4394 290 Hyssopus cinerascens Hyssopus cinerascens Jord. NULL Hyssopus cinerascens 2863 3 NULL
4400 4400 4347 220 Satureia Satureia NULL Satureia G575 3 90
4401 4401 4400 290 Satureia montana Satureia montana L. NULL Satureia montana 2864 3 NULL 75343 Satureja montana L.
4402 4402 4400 290 Satureia hortensis Satureia hortensis L. NULL Satureia hortensis 2865 3 NULL 60508 Satureja hortensis L.
4403 4403 4347 220 Micromeria Micromeria NULL Micromeria G576 3 91
4404 4404 4403 290 Micromeria graeca Micromeria graeca Benth. NULL Micromeria graeca 2866 3 NULL 75442 Micromeria graeca (L) Benth. ex Rchb.
4405 4404 4403 290 Satureia graeca Satureia graeca L. NULL Satureia graeca 2866 3 NULL
4406 4406 4403 290 Micromeria juliana Micromeria juliana Benth. NULL Micromeria juliana 2867 3 NULL 42502 Micromeria juliana (L) Benth. ex Rchb.
4407 4406 4403 290 Satureia juliana Satureia juliana L. NULL Satureia juliana 2867 3 NULL
4408 4408 4403 290 Micromeria filiformis Micromeria filiformis Benth. NULL Micromeria filiformis 2868 3 NULL 42497 Micromeria filiformis sensu auct.
4409 4408 4403 290 Satureia filiformis Satureia filiformis Nym. NULL Satureia filiformis 2868 3 NULL
4410 4410 4403 290 Micromeria piperella Micromeria piperella Benth. NULL Micromeria piperella 2869 3 NULL 42505 Micromeria piperella (All) Benth.
4411 4410 4403 290 Satureja piperella Satureja piperella Bert. NULL Satureja piperella 2869 3 NULL
4412 4412 4347 220 Calamintha Calamintha NULL Calamintha G577 3 93
4413 4413 4412 290 Calamintha clinopodium Calamintha clinopodium Moris NULL Clinopode. Calamintha clinopodium 2870 3 NULL 12047 Calamintha clinopodium Benth.
4414 4413 4412 290 Clinopodium vulgare Clinopodium vulgare L. NULL Clinopodium vulgare 2870 3 NULL
4415 4415 4412 290 Calamintha corsica Calamintha corsica Benth. NULL Calamintha corsica 2871 3 NULL 12050 Calamintha corsica (Pers) Benth.
4416 4415 4412 290 Thymus corsicus Thymus corsicus Pers. NULL Thymus corsicus 2871 3 NULL
4417 4417 4412 290 Calamintha alpina Calamintha alpina Lamk. NULL Calamintha alpina 2872 3 NULL 12036 Calamintha alpina (L) Lam.
4418 4418 4412 290 Calamintha acinos Calamintha acinos Clairv. NULL Calamintha acinos 2873 3 NULL 12033 Calamintha acinos (L) Clairv.
4419 4419 4412 290 Calamintha grandiflora Calamintha grandiflora Moench. NULL Calamintha grandiflora 2874 3 NULL 12055 Calamintha grandiflora (L) Moench
4420 4420 4412 290 Calamintha officinalis Calamintha officinalis Moench. NULL Calamintha officinalis 2875 3 NULL 12071 Calamintha officinalis Moench
4421 4420 4412 290 Calamintha silvatica Calamintha silvatica Bromf. NULL Calamintha silvatica 2875 3 NULL
4422 4422 4412 290 Calamintha ascendens Calamintha ascendens Jord. NULL Calamintha ascendens 2876 3 NULL 12042 Calamintha ascendens Jord.
4423 4422 4412 290 Calamintha mentaefolia Calamintha mentaefolia G. G., non Host. NULL Calamintha mentaefolia 2876 3 NULL
4424 4424 4412 290 Calamintha nepetoides Calamintha nepetoides Jord. NULL Calamintha nepetoides 2877 3 NULL 12068 Calamintha nepetoides Jord.
4425 4424 4412 290 Calamintha mollis Calamintha mollis Jord. NULL Calamintha mollis 2877 3 NULL
4426 4426 4412 290 Calamintha nepeta Calamintha nepeta Savi. NULL Calamintha nepeta 2878 3 NULL 12067 Calamintha nepeta sensu auct.
4427 4427 4412 290 Calamintha glandulosa Calamintha glandulosa Benth. NULL Calamintha glandulosa 2879 3 NULL 12053 Calamintha glandulosa (Req) Benth.
4428 4428 4347 220 Melissa Melissa NULL Melissa G578 3 97
4429 4429 4428 290 Melissa officinalis Melissa officinalis L. NULL Citronnelle. Melissa officinalis 2880 3 NULL 41898 Melissa officinalis L.
4430 4429 4428 290 Melissa altissima Melissa altissima Sibth. NULL Melissa altissima 2880 3 NULL
4431 4431 4347 220 Horminum Horminum NULL Horminum G579 3 97
4432 4432 4431 290 Horminum pyrenaicum Horminum pyrenaicum L. NULL Horminum pyrenaicum 2881 3 NULL 34933 Horminum pyrenaicum L.
4433 4433 4347 220 Rosmarinus Rosmarinus NULL Rosmarinus G580 3 98
4434 4434 4433 290 Rosmarinus officinalis Rosmarinus officinalis L. NULL Rosmarinus officinalis 2882 3 NULL 75333 Rosmarinus officinalis L.
4435 4435 4347 220 Salvia Salvia NULL Salvia G581 3 98
4436 4436 4435 290 Salvia officinalis Salvia officinalis L. NULL Salvia officinalis 2883 3 NULL 75340 Salvia officinalis L.
4437 4437 4435 290 Salvia lavandulaefolia Salvia lavandulaefolia Vahl. NULL Salvia lavandulaefolia 2884 3 NULL 60150 Salvia lavandulifolia sensu H J.Coste
4438 4438 4435 290 Salvia glutinosa Salvia glutinosa L. NULL Salvia glutinosa 2885 3 NULL 60133 Salvia glutinosa L.
4439 4439 4435 290 Salvia verticillata Salvia verticillata L. NULL Salvia verticillata 2886 3 NULL 75341 Salvia verticillata L.
4440 4440 4435 290 Salvia viridis Salvia viridis L. NULL Salvia viridis 2887 3 NULL 60230 Salvia viridis L.
4441 4441 4435 290 Salvia sclarea Salvia sclarea L. NULL Sclarée. Salvia sclarea 2888 3 NULL 60203 Salvia sclarea L.
4442 4442 4435 290 Salvia aethiopis Salvia aethiopis L. NULL Salvia aethiopis 2889 3 NULL 60108 Salvia aethiopis L.
4443 4443 4435 290 Salvia pratensis Salvia pratensis L. NULL Salvia pratensis 2890 3 NULL 60195 Salvia pratensis L.
4444 4444 4435 290 Salvia silvestris Salvia silvestris L. NULL Salvia silvestris 2891 3 NULL 60208 Salvia x sylvestris L.
4445 4445 4435 290 Salvia clandestina Salvia clandestina L. NULL Salvia clandestina 2892 3 NULL 60123 Salvia clandestina L.
4446 4445 4435 290 Salvia multifida Salvia multifida Sibth. NULL Salvia multifida 2892 3 NULL
4447 4447 4435 290 Salvia verbenaca Salvia verbenaca L. NULL Salvia verbenaca 2893 3 NULL 60217 Salvia verbenaca L.
4448 4448 4435 290 Salvia horminoides Salvia horminoides Pourr., non G. G. NULL Salvia horminoides 2894 3 NULL 60139 Salvia horminoides Pourr.
4449 4449 4347 220 Nepeta Nepeta NULL Nepeta G582 3 103
4450 4450 4449 290 Nepeta agrestis Nepeta agrestis Lois. NULL Nepeta agrestis 2895 3 NULL 43950 Nepeta agrestis Loisel.
4451 4451 4449 290 Nepeta nepetella Nepeta nepetella L. NULL Nepeta nepetella 2896 3 NULL 75255 Nepeta nepetella L.
4452 4451 4449 290 Nepeta lanceolata Nepeta lanceolata Lamk NULL Nepeta lanceolata 2896 3 NULL
4453 4451 4449 290 Nepeta graveolens Nepeta graveolens Vill. NULL Nepeta graveolens 2896 3 NULL
4454 4454 4449 290 Nepeta cataria Nepeta cataria L. NULL Herbe aux chats. Nepeta cataria 2897 3 NULL 43953 Nepeta cataria L.
4455 4455 4449 290 Nepeta latifolia Nepeta latifolia DC. NULL Nepeta latifolia 2898 3 NULL 43967 Nepeta latifolia DC.
4456 4456 4449 290 Nepeta nuda Nepeta nuda L. NULL Nepeta nuda 2899 3 NULL 75256 Nepeta nuda L.
4457 4457 4347 220 Dracocephalum Dracocephalum NULL Dracocephalum G583 3 105
4458 4458 4457 290 Dracocephalum ruyschiana Dracocephalum ruyschiana L. NULL Dracocephalum ruyschiana 2900 3 NULL 23067 Dracocephalum ruyschiana L.
4459 4459 4457 290 Dracocephalum austriacum Dracocephalum austriacum L. NULL Dracocephalum austriacum 2901 3 NULL 23059 Dracocephalum austriacum L.
4460 4460 4347 220 Glechoma Glechoma NULL Glechoma G584 3 106
4461 4461 4460 290 Glechoma hederacea Glechoma hederacea L. NULL Lierre terrestre. Glechoma hederacea 2902 3 NULL 30252 Glechoma hederacea L.
4462 4462 4347 220 Lamium Lamium NULL Lamium G585 3 106
4463 4463 4462 290 Lamium amplexicaule Lamium amplexicaule L. NULL Lamium amplexicaule 2903 3 NULL 75206 Lamium amplexicaule L.
4464 4464 4462 290 Lamium purpureum Lamium purpureum L. NULL Ortie rouge, Lamium purpureum 2904 3 NULL 37538 Lamium purpureum L.
4465 4465 4462 290 Lamium hybridum Lamium hybridum Vill. NULL Lamium hybridum 2905 3 NULL 37510 Lamium hybridum Vill.
4466 4465 4462 290 Lamium incisum Lamium incisum Willd. NULL Lamium incisum 2905 3 NULL
4467 4467 4462 290 Lamium bifidum Lamium bifidum Cyr. NULL Lamium bifidum 2906 3 NULL 75207 Lamium bifidum Cirillo
4468 4468 4462 290 Lamium corsicum Lamium corsicum Godr. et Gren, NULL Lamium corsicum 2907 3 NULL 37485 Lamium corsicum Godr.
4469 4468 4462 290 Lamium longiforum Lamium longiforum minus Moris NULL Lamium longiforum 2907 3 NULL
4470 4470 4462 290 Lamium longiflorum Lamium longiflorum Ten. NULL Lamium longiflorum 2908 3 NULL 37517 Lamium longiflorum Ten.
4471 4470 4462 290 Lamium glandiflorum Lamium glandiflorum Pourr. NULL Lamium glandiflorum 2908 3 NULL
4472 4472 4462 290 Lamium maculatum Lamium maculatum L. NULL Lamium maculatum 2909 3 NULL 37522 Lamium maculatum (L) L.
4473 4473 4462 290 Lamium album Lamium album L. NULL Ortie blanche. Lamium album 2910 3 NULL 37472 Lamium album L.
4474 4474 4462 290 Lamium flexuosum Lamium flexuosum Ten. NULL Lamium flexuosum 2911 3 NULL 37491 Lamium flexuosum Ten.
4475 4475 4462 290 Lamium galeobdolon Lamium galeobdolon Cr. NULL Ortie jaune. Lamium galeobdolon 2912 3 NULL 78202 Lamium galeobdolon Crantz
4476 4475 4462 290 Galeobdolon luteum Galeobdolon luteum Huds. NULL Galeobdolon luteum 2912 3 NULL
4477 4477 4347 220 Leonurus Leonurus NULL Leonurus G586 3 110
4478 4478 4477 290 Leonurus cardiaca Leonurus cardiaca L. NULL Cardiaque. Leonurus cardiaca 2913 3 NULL 75216 Leonurus cardiaca L.
4479 4479 4477 290 Leonurus marrubiastrum Leonurus marrubiastrum L. NULL Leonurus marrubiastrum 2914 3 NULL 38400 Leonurus marrubiastrum L.
4480 4479 4477 290 Chaiturus marrubiastrum Chaiturus marrubiastrum Ehrh. NULL Chaiturus marrubiastrum 2914 3 NULL
4481 4481 4347 220 Galeopsis Galeopsis NULL Galeopsis G587 3 111
4482 4482 4481 290 Galeopsis speciosa Galeopsis speciosa Mill. NULL Galeopsis speciosa 2915 3 NULL 28836 Galeopsis speciosa Mill.
4483 4482 4481 290 Galeopsis versicolor Galeopsis versicolor Curt. NULL Galeopsis versicolor 2915 3 NULL
4484 4484 4481 290 Galeopsis tetrahit Galeopsis tetrahit L. NULL Galeopsis tetrahit 2916 3 NULL 28842 Galeopsis tetrahit L.
4485 4485 4481 290 Galeopsis pubescens Galeopsis pubescens Bess. NULL Galeopsis pubescens 2917 3 NULL 28827 Galeopsis pubescens Besser
4486 4486 4481 290 Galeopsis pyrenaica Galeopsis pyrenaica Bartl. NULL Galeopsis pyrenaica 2918 3 NULL 28829 Galeopsis pyrenaica Bartl.
4487 4487 4481 290 Galeopsis dubia Galeopsis dubia Leers NULL Galeopsis dubia 2919 3 NULL 28766 Galeopsis dubia Leers
4488 4487 4481 290 Galeopsis villosa Galeopsis villosa Huds. NULL Galeopsis villosa 2919 3 NULL
4489 4487 4481 290 Galeopsis ochroleuca Galeopsis ochroleuca Lamk NULL Galeopsis ochroleuca 2919 3 NULL
4490 4490 4481 290 Galeopsis intermedia Galeopsis intermedia Vill. NULL Galeopsis intermedia 2920 3 NULL 28785 Galeopsis intermedia Vill.
4491 4491 4481 290 Galeopsis ladanum Galeopsis ladanum L. NULL Galeopsis ladanum 2921 3 NULL 28787 Galeopsis ladanum L.
4492 4491 4481 290 Galeopsis angustifolia Galeopsis angustifolia Ehrh. NULL Galeopsis angustifolia 2921 3 NULL
4493 4493 4481 290 Galeopsis reuteri Galeopsis reuteri Reich. NULL Galeopsis reuteri 2922 3 NULL 28831 Galeopsis reuteri Rchb F.
4494 4493 4481 290 Galeopsis glaucescens Galeopsis glaucescens Reut. NULL Galeopsis glaucescens 2922 3 NULL
4495 4495 4347 220 Stachys Stachys NULL Stachys G588 3 114
4496 4496 4495 290 Stachys glutinosa Stachys glutinosa L. NULL Stachys glutinosa 2923 3 NULL 65912 Stachys glutinosa L.
4497 4497 4495 290 Stachys maritima Stachys maritima L. NULL Stachys maritima 2924 3 NULL 78163 Stachys maritima L.
4498 4498 4495 290 Stachys recta Stachys recta L. NULL Stachys recta 2925 3 NULL 65950 Stachys recta L.
4499 4499 4495 290 Stachys annua Stachys annua L. NULL Stachys annua 2926 3 NULL 75391 Stachys annua (L) L.
4500 4500 4495 290 Stachys hirta Stachys hirta L. NULL Stachys hirta 2927 3 NULL 65916 Stachys hirta L.
4501 4500 4495 290 Stachys ocymastrum Stachys ocymastrum Briq. NULL Stachys ocymastrum 2927 3 NULL
4502 4502 4495 290 Stachys corsica Stachys corsica Pers. NULL Stachys corsica 2928 3 NULL 65886 Stachys corsica Pers.
4503 4503 4495 290 Stachys marrubiifolia Stachys marrubiifolia Viv. NULL Stachys marrubiifolia 2929 3 NULL 65926 Stachys marrubiifolia Viv.
4504 4504 4495 290 Stachys brachyclada Stachys brachyclada De Noé. NULL Stachys brachyclada 2930 3 NULL 65878 Stachys brachyclada Noe ex Coss.
4505 4505 4495 290 Stachys arvensis Stachys arvensis L. NULL Stachys arvensis 2931 3 NULL 65870 Stachys arvensis (L) L.
4506 4506 4495 290 Stachys palustris Stachys palustris L. NULL Stachys palustris 2932 3 NULL 75395 Stachys palustris L.
4507 4507 4495 290 Stachys silvatica Stachys silvatica L. NULL Stachys silvatica 2933 3 NULL 65969 Stachys sylvatica L.
4508 4508 4495 290 Stachys alpina Stachys alpina L. NULL Stachys alpina 2934 3 NULL 75390 Stachys alpina L.
4509 4509 4495 290 Stachys heraclea Stachys heraclea All. NULL Stachys heraclea 2935 3 NULL 65914 Stachys heraclea All.
4510 4510 4495 290 Stachys italica Stachys italica Mill. NULL Stachys italica 2936 3 NULL 65919 Stachys italica auct. sensu 1, 2
4511 4510 4495 290 Stachys salviaefolia Stachys salviaefolia Ten. NULL Stachys salviaefolia 2936 3 NULL
4512 4512 4495 290 Stachys germanica Stachys germanica L. NULL Stachys germanica 2937 3 NULL 75392 Stachys germanica L.
4513 4513 4495 290 Stachys lanata Stachys lanata Jacq. NULL Stachys lanata 2938 3 NULL 65923 Stachys lanata Jacq.
4514 4514 4347 220 Betonica Betonica NULL Betonica G589 3 120
4515 4515 4514 290 Betonica alopecuros Betonica alopecuros L. NULL Betonica alopecuros 2939 3 NULL 9527 Betonica alopecuros sensu Bonnier
4516 4515 4514 290 Stachys alopecuros Stachys alopecuros Benth. NULL Stachys alopecuros 2939 3 NULL
4517 4517 4514 290 Betonica hirsuta Betonica hirsuta L. NULL Betonica hirsuta 2940 3 NULL 9544 Betonica hirsuta L.
4518 4517 4514 290 Stachys densiflora Stachys densiflora Benth. NULL Stachys densiflora 2940 3 NULL
4519 4519 4514 290 Betonica officinalis Betonica officinalis L. NULL Betonica officinalis 2941 3 NULL 9557 Betonica officinalis L.
4520 4519 4514 290 Stachys officinalis Stachys officinalis Trev. NULL Stachys officinalis 2941 3 NULL
4521 4521 4347 220 Ballota Ballota NULL Ballota G590 3 121
4522 4522 4521 290 Ballota nigra Ballota nigra L. NULL Marrube noir. Ballota nigra 2942 3 NULL 9097 Ballota nigra L.
4523 4522 4521 290 Ballota foetida Ballota foetida Lamk. NULL Ballota foetida 2942 3 NULL
4524 4524 4521 290 Ballota frutescens Ballota frutescens Woods NULL Ballota frutescens 2943 3 NULL 9094 Ballota frutescens (L) J Woods
4525 4524 4521 290 Ballota spinosa Ballota spinosa Link NULL Ballota spinosa 2943 3 NULL
4526 4524 4521 290 Molucella frutescens Molucella frutescens L. NULL Molucella frutescens 2943 3 NULL
4527 4527 4347 220 Phlomis Phlomis NULL Phlomis G591 3 122
4528 4528 4527 290 Phlomis herba-venti Phlomis herba-venti L. NULL Phlomis herba-venti 2944 3 NULL 75440 Phlomis herba
4529 4529 4527 290 Phlomis lychnitis Phlomis lychnitis L. NULL Phlomis lychnitis 2945 3 NULL 49028 Phlomis lychnitis L.
4530 4530 4527 290 Phlomis fruticosa Phlomis fruticosa L. NULL Phlomis fruticosa 2946 3 NULL 49024 Phlomis fruticosa L.
4531 4531 4347 220 Sideritis Sideritis NULL Sideritis G592 3 124
4532 4532 4531 290 Sideritis romana Sideritis romana L. NULL Sideritis romana 2947 3 NULL 75372 Sideritis romana L.
4533 4533 4531 290 Sideritis montana Sideritis montana L. NULL Sideritis montana 2948 3 NULL 75371 Sideritis montana L.
4534 4534 4531 290 Sideritis hirsuta Sideritis hirsuta L. NULL Sideritis hirsuta 2949 3 NULL 76005 Sideritis hirsuta L.
4535 4534 4531 290 Sideritis tomentosa Sideritis tomentosa Pourr. NULL Sideritis tomentosa 2949 3 NULL
4536 4536 4531 290 Sideritis scordioides Sideritis scordioides L. NULL Sideritis scordioides 2950 3 NULL 63899 Sideritis scordioides L.
4537 4536 4531 290 Sideritis fruticulosa Sideritis fruticulosa Pourr. NULL Sideritis fruticulosa 2950 3 NULL
4538 4538 4531 290 Sideritis hirtula Sideritis hirtula Brot. NULL Sideritis hirtula 2951 3 NULL 63818 Sideritis hirtula sensu H J.Coste
4539 4538 4531 290 Sideritis ruscinonensis Sideritis ruscinonensis Timb. NULL Sideritis ruscinonensis 2951 3 NULL
4540 4540 4531 290 Sideritis hyssopifolia Sideritis hyssopifolia L. NULL Sideritis hyssopifolia 2952 3 NULL 63820 Sideritis hyssopifolia L.
4541 4541 4531 290 Sideritis guillonii Sideritis guillonii Timb. NULL Sideritis guillonii 2953 3 NULL 63801 Sideritis guillonii Timb
4542 4541 4531 290 Sideritis peyrei Sideritis peyrei Timb. NULL Sideritis peyrei 2953 3 NULL
4543 4543 4347 220 Marrubium Marrubium NULL Marrubium G593 3 126
4544 4544 4543 290 Marrubium vulgare Marrubium vulgare L. NULL Marrubium vulgare 2954 3 NULL 40975 Marrubium vulgare L.
4545 4545 4543 290 Marrubium peregrinum Marrubium peregrinum L. NULL Marrubium peregrinum 2955 3 NULL 40971 Marrubium peregrinum L.
4546 4545 4543 290 Marrubium creticum Marrubium creticum Mill. NULL Marrubium creticum 2955 3 NULL
4547 4547 4347 220 Melittis Melittis NULL Melittis G594 3 127
4548 4548 4547 290 Melittis melissophyllum Melittis melissophyllum L. NULL Melittis melissophyllum 2956 3 NULL 75243 Melittis melissophyllum L.
4549 4548 4547 290 Melittis grandiflora Melittis grandiflora Sm. NULL Melittis grandiflora 2956 3 NULL
4550 4550 4347 220 Scutellaria Scutellaria NULL Scutellaria G595 3 128
4551 4551 4550 290 Scutellaria galericulata Scutellaria galericulata L. NULL Toque. Scutellaria galericulata 2957 3 NULL 62077 Scutellaria galericulata L.
4552 4552 4550 290 Scutellaria minor Scutellaria minor L. NULL Petite toque. Scutellaria minor 2958 3 NULL 62088 Scutellaria minor Huds.
4553 4553 4550 290 Scutellaria hastifolia Scutellaria hastifolia L. NULL Scutellaria hastifolia 2959 3 NULL 62083 Scutellaria hastifolia L.
4554 4554 4550 290 Scutellaria columnae Scutellaria columnae All. NULL Scutellaria columnae 2960 3 NULL 75357 Scutellaria columnae All.
4555 4555 4550 290 Scutellaria alpina Scutellaria alpina L. NULL Scutellaria alpina 2961 3 NULL 75356 Scutellaria alpina L.
4556 4556 4347 220 Brunella Brunella NULL Brunella G596 3 130
4557 4557 4556 290 Brunella hyssopifolia Brunella hyssopifolia L. NULL Brunella hyssopifolia 2962 3 NULL 53358 Prunella hyssopifolia L.
4558 4558 4556 290 Brunella alba Brunella alba Pall. NULL Brunella alba 2963 3 NULL 53336 Prunella alba Pall. ex M.Bieb.
4559 4558 4556 290 Brunella laciniata Brunella laciniata L. part. NULL Brunella laciniata 2963 3 NULL
4560 4560 4556 290 Brunella vulgaris Brunella vulgaris L. NULL Brunella vulgaris 2964 3 NULL 75307 Prunella vulgaris L.
4561 4561 4556 290 Brunella grandiflora Brunella grandiflora Jacq. NULL Brunella grandiflora 2965 3 NULL 78162 Prunella grandiflora (L) Jacq.
4562 4562 4556 290 Brunella hastaefolia Brunella hastaefolia Brot. NULL Brunella hastaefolia 2966 3 NULL 53354 Prunella hastifolia Brot.
4563 4562 4556 290 Brunella pyrenaica Brunella pyrenaica Philippe NULL Brunella pyrenaica 2966 3 NULL
4564 4562 4556 290 Brunella tournefortii Brunella tournefortii Timb. NULL Brunella tournefortii 2966 3 NULL
4565 4565 4347 220 Prasium Prasium NULL Prasium G597 3 132
4566 4566 4565 290 Prasium majus Prasium majus L. NULL Prasium majus 2967 3 NULL 53083 Prasium majus L.
4567 4567 4347 220 Ajuga Ajuga NULL Ajuga G598 3 132
4568 4568 4567 290 Ajuga reptans Ajuga reptans L. NULL Ajuga reptans 2968 3 NULL 2407 Ajuga reptans L.
4569 4569 4567 290 Ajuga genevensis Ajuga genevensis L. NULL Ajuga genevensis 2969 3 NULL 2384 Ajuga genevensis L.
4570 4570 4567 290 Ajuga pyramidalis Ajuga pyramidalis L. NULL Ajuga pyramidalis 2970 3 NULL 2404 Ajuga pyramidalis L.
4571 4571 4567 290 Ajuga iva Ajuga iva Schreb. NULL Ajuga iva 2971 3 NULL 2392 Ajuga iva (L) Schreb.
4572 4572 4567 290 Ajuga chamaepitys Ajuga chamaepitys Schreb. NULL Ajuga chamaepitys 2972 3 NULL 74943 Ajuga chamaepitys (L) Schreb.
4573 4573 4347 220 Teucrium Teucrium NULL Teucrium G599 3 134
4574 4574 4573 290 Teucrium pseudochamaepitys Teucrium pseudochamaepitys L. NULL Teucrium pseudochamaepitys 2973 3 NULL 67422 Teucrium pseudochamaepitys L.
4575 4575 4573 290 Teucrium botrys Teucrium botrys L. NULL Teucrium botrys 2974 3 NULL 67323 Teucrium botrys L.
4576 4576 4573 290 Teucrium scordium Teucrium scordium L. NULL Teucrium scordium 2975 3 NULL 67436 Teucrium scordium L.
4577 4577 4573 290 Teucrium scordioides Teucrium scordioides Schreb. NULL Teucrium scordioides 2976 3 NULL 67435 Teucrium scordioides Schreb.
4578 4578 4573 290 Teucrium fruticans Teucrium fruticans L. NULL Teucrium fruticans 2977 3 NULL 75407 Teucrium fruticans L.
4579 4579 4573 290 Teucrium marum Teucrium marum L. NULL Teucrium marum 2978 3 NULL 75408 Teucrium marum L.
4580 4580 4573 290 Teucrium scorodonia Teucrium scorodonia L. NULL Teucrium scorodonia 2979 3 NULL 75410 Teucrium scorodonia L.
4581 4581 4573 290 Teucrium massiliense Teucrium massiliense L. NULL Teucrium massiliense 2980 3 NULL 67391 Teucrium massiliense L.
4582 4582 4573 290 Teucrium flavum Teucrium flavum L. NULL Teucrium flavum 2981 3 NULL 67367 Teucrium flavum L.
4583 4583 4573 290 Teucrium lucidum Teucrium lucidum L. NULL Teucrium lucidum 2982 3 NULL 67385 Teucrium lucidum L.
4584 4584 4573 290 Teucrium chamaedrys Teucrium chamaedrys L. NULL Petit chêne. Teucrium chamaedrys 2983 3 NULL 67333 Teucrium chamaedrys L.
4585 4585 4573 290 Teucrium pyrenaicum Teucrium pyrenaicum L. NULL Teucrium pyrenaicum 2984 3 NULL 75409 Teucrium pyrenaicum L.
4586 4586 4573 290 Teucrium montanum Teucrium montanum L. NULL Teucrium montanum 2985 3 NULL 67392 Teucrium montanum L.
4587 4587 4573 290 Teucrium aureum Teucrium aureum Schreb. NULL Teucrium aureum 2986 3 NULL 75406 Teucrium aureum Schreb.
4588 4588 4573 290 Teucrium polium Teucrium polium L. NULL Teucrium polium 2987 3 NULL 67407 Teucrium polium L.
4589 4589 4573 290 Teucrium capitatum Teucrium capitatum L. NULL Teucrium capitatum 2988 3 NULL 75493 Teucrium capitatum L.
4590 4590 2490 180 Verbenaceae Verbenaceae NULL Verbenacees F85 3 140
4591 4591 4590 220 Vitex Vitex NULL Vitex G600 3 140
4592 4592 4591 290 Vitex agnus-castus Vitex agnus-castus L. NULL Poivre sauvage. Vitex agnus-castus 2989 3 NULL 72745 Vitex agnus
4593 4593 4590 220 Verbena Verbena NULL Verbena G601 3 141
4594 4594 4593 290 Verbena officinalis Verbena officinalis L. NULL Verbena officinalis 2990 3 NULL 71022 Verbena officinalis L.
4595 4595 4590 220 Lippia Lippia NULL Lippia G602 3 141
4596 4596 4595 290 Lippia nodiflora Lippia nodiflora Rich. NULL Lippia nodiflora 2991 3 NULL 76581 Lippia nodiflora sensu H J.Coste
4597 4596 4595 290 Lippia repens Lippia repens Spreng. NULL Lippia repens 2991 3 NULL
4598 4598 2490 180 Plantaginaceae Plantaginaceae NULL Plantaginees F86 3 141
4599 4599 4598 220 Plantago Plantago NULL Plantago G603 3 142
4600 4600 4599 290 Plantago cynops Plantago cynops L. NULL Plantago cynops 2992 3 NULL 76323 Plantago cynops L.
4601 4601 4599 290 Plantago arenaria Plantago arenaria Waldst. et Kit. NULL Herbe aux puces. Plantago arenaria 2993 3 NULL 49833 Plantago arenaria Waldst. & Kit.
4602 4602 4599 290 Plantago psyllium Plantago psyllium L. NULL Plantago psyllium 2994 3 NULL 50041 Plantago psyllium L.
4603 4603 4599 290 Plantago coronopus Plantago coronopus L. NULL Plantain corne-de-cerf. Plantago coronopus 2995 3 NULL 49875 Plantago coronopus L.
4604 4604 4599 290 Plantago macrorrhiza Plantago macrorrhiza Poir. NULL Plantago macrorrhiza 2996 3 NULL 49971 Plantago macrorhiza Poir.
4605 4605 4599 290 Plantago carinata Plantago carinata Schrad. NULL Herbe au fic. Plantago carinata 2997 3 NULL 49858 Plantago carinata Schrad. ex Mert. & W.D.J.Koch
4606 4605 4599 290 Plantago recurvata Plantago recurvata L.? NULL Plantago recurvata 2997 3 NULL
4607 4607 4599 290 Plantago subulata Plantago subulata L. NULL Plantago subulata 2998 3 NULL 50087 Plantago subulata L.
4608 4608 4599 290 Plantago crassifolia Plantago crassifolia Forsk. NULL Plantago crassifolia 2999 3 NULL 49887 Plantago crassifolia Forssk.
4609 4609 4599 290 Plantago maritima Plantago maritima L. NULL Plantago maritima 3000 3 NULL 49993 Plantago maritima L.
4610 4609 4599 290 Plantago wulfeni Plantago wulfeni Willd. NULL Plantago wulfeni 3000 3 NULL
4611 4609 4599 290 Plantago graminea Plantago graminea Lamk NULL Plantago graminea 3000 3 NULL
4612 4612 4599 290 Plantago serpentina Plantago serpentina Vill. NULL Plantago serpentina 3001 3 NULL 78161 Plantago serpentina Vill.
4613 4613 4599 290 Plantago alpina Plantago alpina L. NULL Plantago alpina 3002 3 NULL 75292 Plantago alpina L.
4614 4614 4599 290 Plantago albicans Plantago albicans L. NULL Plantago albicans 3003 3 NULL 49828 Plantago albicans L.
4615 4615 4599 290 Plantago bellardi Plantago bellardi All. NULL Plantago bellardi 3004 3 NULL 75293 Plantago bellardii All.
4616 4616 4599 290 Plantago lagopus Plantago lagopus L. NULL Plantago lagopus 3005 3 NULL 49938 Plantago lagopus L.
4617 4617 4599 290 Plantago monosperma Plantago monosperma Pourr. NULL Plantago monosperma 3006 3 NULL 50018 Plantago monosperma Pourr.
4618 4618 4599 290 Plantago montana Plantago montana Lamk. NULL Plantago montana 3007 3 NULL 50019 Plantago montana sensu auct.
4619 4619 4599 290 Plantago fuscescens Plantago fuscescens Jord. NULL Plantago fuscescens 3008 3 NULL 49903 Plantago fuscescens Jord.
4620 4620 4599 290 Plantago argentea Plantago argentea Chaix NULL Plantago argentea 3009 3 NULL 49834 Plantago argentea Chaix
4621 4620 4599 290 Plantago victorialis Plantago victorialis Poir. NULL Plantago victorialis 3009 3 NULL
4622 4622 4599 290 Plantago lanceolata Plantago lanceolata L. NULL Herbe-à-cinq-côtes. Plantago lanceolata 3010 3 NULL 49948 Plantago lanceolata L.
4623 4623 4599 290 Plantago media Plantago media L. NULL Plantain bâtard. Plantago media 3011 3 NULL 50001 Plantago media L.
4624 4624 4599 290 Plantago cornuti Plantago cornuti Gouan. NULL Plantago cornuti 3012 3 NULL 49871 Plantago cornutii Gouan
4625 4625 4599 290 Plantago major Plantago major L. NULL Grand plantain. Plantago major 3013 3 NULL 49976 Plantago major L.
4626 4626 4598 220 Littorella Littorella NULL Littorella G604 3 150
4627 4627 4626 290 Littorella lacustris Littorella lacustris L. NULL Littorella lacustris 3014 3 NULL 39558 Littorella lacustris L.
4628 4628 2490 180 Plombaginaceae Plombaginaceae NULL Plombaginees F87 3 150
4629 4629 4628 220 Armeria Armeria NULL Armeria G605 3 151
4630 4630 4629 290 Armeria pungens Armeria pungens Roem. et Sch. NULL Armeria pungens 3015 3 NULL 6605 Armeria pungens (Link) Hoffmanns. & Link
4631 4630 4629 290 Armeria fasciculata Armeria fasciculata Willd. NULL Armeria fasciculata 3015 3 NULL
4632 4632 4629 290 Armeria leucocephala Armeria leucocephala Koch. NULL Armeria leucocephala 3016 3 NULL 6531 Armeria leucocephala Salzm. ex W.D.J.Koch
4633 4632 4629 290 Armeria soleirolii Armeria soleirolii G. G. NULL Armeria soleirolii 3016 3 NULL
4634 4634 4629 290 Armeria pubinervis Armeria pubinervis Boiss. NULL Armeria pubinervis 3017 3 NULL 6602 Armeria pubinervis Boiss.
4635 4635 4629 290 Armeria cantabrica Armeria cantabrica Boiss. et Reut. NULL Armeria cantabrica 3018 3 NULL 6514 Armeria cantabrica sensu H J.Coste
4636 4636 4629 290 Armeria majellensis Armeria majellensis Boiss. NULL Armeria majellensis 3019 3 NULL 6544 Armeria majellensis sensu Rouy, 1, 2
4637 4637 4629 290 Armeria plantaginea Armeria plantaginea Willd. NULL Armeria plantaginea 3020 3 NULL 6586 Armeria plantaginea Willd.
4638 4638 4629 290 Armeria bupleuroides Armeria bupleuroides Godr. et Gr. NULL Armeria bupleuroides 3021 3 NULL 6511 Armeria bupleuroides Godr. & Gren.
4639 4639 4629 290 Armeria littoralis Armeria littoralis Hoffm. et Link NULL Armeria littoralis 3022 3 NULL 6543 Armeria littoralis sensu H J.Coste
4640 4639 4629 290 Armeria filicaulis Armeria filicaulis Boiss. NULL Armeria filicaulis 3022 3 NULL
4641 4641 4629 290 Armeria ruscinonensis Armeria ruscinonensis Gir. NULL Armeria ruscinonensis 3023 3 NULL 6613 Armeria ruscinonensis Girard
4642 4642 4629 290 Armeria alpina Armeria alpina Willd. NULL Armeria alpina 3024 3 NULL 6495 Armeria alpina Willd.
4643 4643 4629 290 Armeria halleri Armeria halleri Wallr. NULL Armeria halleri 3025 3 NULL 6529 Armeria halleri sensu H J.Coste
4644 4643 4629 290 Armeria mulleri Armeria mulleri Huet NULL Armeria mulleri 3025 3 NULL
4645 4645 4629 290 Armeria maritima Armeria maritima Willd. NULL Jonc marin. Armeria maritima 3026 3 NULL 6546 Armeria maritima Willd.
4646 4645 4629 290 Armeria pubescens Armeria pubescens Link NULL Armeria pubescens 3026 3 NULL
4647 4647 4629 290 Armeria multiceps Armeria multiceps Wallr. NULL Armeria multiceps 3027 3 NULL 6581 Armeria multiceps Wallr.
4648 4648 4629 290 Armeria juncea Armeria juncea Gir. NULL Armeria juncea 3028 3 NULL 6530 Armeria juncea Girard
4649 4649 4628 220 Statice Statice NULL Statice G606 3 156
4650 4650 4649 290 Statice sinuata Statice sinuata L. NULL Statice sinuata 3029 3 NULL 66120 Statice sinuata L.
4651 4651 4649 290 Statice ferulacea Statice ferulacea L. NULL Statice ferulacea 3030 3 NULL 66051 Statice ferulacea L.
4652 4652 4649 290 Statice diffusa Statice diffusa Pourr. NULL Statice diffusa 3031 3 NULL 66036 Statice diffusa Pourr.
4653 4653 4649 290 Statice echioides Statice echioides L. NULL Statice echioides 3032 3 NULL 66046 Statice echioides L.
4654 4654 4649 290 Statice limonium Statice limonium L. NULL Saladelle. Statice limonium 3033 3 NULL 66067 Statice limonium L.
4655 4655 4649 290 Statice bahusiensis Statice bahusiensis Fries NULL Statice bahusiensis 3034 3 NULL 66010 Statice bahusiensis Fr.
4656 4655 4649 290 Statice rariflora Statice rariflora Drej. NULL Statice rariflora 3034 3 NULL
4657 4655 4649 290 Statice remotiflora Statice remotiflora Rouy NULL Statice remotiflora 3034 3 NULL
4658 4658 4649 290 Statice dubyi Statice dubyi Godr. et Gr. NULL Statice dubyi 3035 3 NULL 66041 Statice dubyi Godr. & Gren.
4659 4658 4649 290 Statice dichotoma Statice dichotoma Duby, non Cav. NULL Statice dichotoma 3035 3 NULL
4660 4660 4649 290 Statice bellidifolia Statice bellidifolia Gouan NULL Statice bellidifolia 3036 3 NULL 66013 Statice bellidifolia (Gouan) DC.
4661 4660 4649 290 Statice caspia Statice caspia Willd. NULL Statice caspia 3036 3 NULL
4662 4662 4649 290 Statice cordata Statice cordata L. NULL Statice cordata 3037 3 NULL 66029 Statice cordata L.
4663 4662 4649 290 Statice pubescens Statice pubescens DC. NULL Statice pubescens 3037 3 NULL
4664 4664 4649 290 Statice dictyoclada Statice dictyoclada Boiss. NULL Statice dictyoclada 3038 3 NULL 66035 Statice dictyoclada sensu H J.Coste
4665 4665 4649 290 Statice articulata Statice articulata Lois. NULL Statice articulata 3039 3 NULL 66003 Statice articulata Loisel.
4666 4666 4649 290 Statice virgata Statice virgata Willd. NULL Statice virgata 3040 3 NULL 66129 Statice virgata Willd.
4667 4667 4649 290 Statice tremolsii Statice tremolsii Rouy NULL Statice tremolsii 3041 3 NULL 66126 Statice tremolsii Rouy
4668 4667 4649 290 Statice salsuginosa Statice salsuginosa Trémols, non Boiss.  NULL Statice salsuginosa 3041 3 NULL
4669 4667 4649 290 Statice delilei Statice delilei Aubouy NULL Statice delilei 3041 3 NULL
4670 4670 4649 290 Statice minuta Statice minuta L. NULL Statice minuta 3042 3 NULL 66089 Statice minuta sensu 1, 2
4671 4671 4649 290 Statice rupicola Statice rupicola Badarro. NULL Statice rupicola 3043 3 NULL 66114 Statice rupicola sensu H J.Coste
4672 4672 4649 290 Statice duriuscula Statice duriuscula Gir. NULL Statice duriuscula 3044 3 NULL 66042 Statice duriuscula Girard
4673 4673 4649 290 Statice globulariaefolia Statice globulariaefolia Desf. NULL Statice globulariaefolia 3045 3 NULL 66055 Statice globulariifolia sensu 1, 2
4674 4673 4649 290 Statice raddiana Statice raddiana Boiss. NULL Statice raddiana 3045 3 NULL
4675 4675 4649 290 Statice psiloclada Statice psiloclada Boiss. NULL Statice psiloclada 3046 3 NULL 66105 Statice psiloclada sensu H J.Coste
4676 4676 4649 290 Statice confusa Statice confusa Godr. et Gr. NULL Statice confusa 3047 3 NULL 66025 Statice confusa Godr. & Gren.
4677 4677 4649 290 Statice occidentalis Statice occidentalis Lloyd. NULL Statice occidentalis 3048 3 NULL 66097 Statice occidentalis J Lloyd
4678 4678 4649 290 Statice dodartii Statice dodartii Gir. NULL Statice dodartii 3049 3 NULL 66039 Statice dodartii sensu H J.Coste
4679 4679 4649 290 Statice girardiana Statice girardiana Guss. NULL Statice girardiana 3050 3 NULL 66053 Statice girardiana Guss.
4680 4680 4649 290 Statice lychnidifolia Statice lychnidifolia Gir. NULL Statice lychnidifolia 3051 3 NULL 66083 Statice lychnidifolia Girard
4681 4681 4649 290 Statice ovalifolia Statice ovalifolia Poir. NULL Statice ovalifolia 3052 3 NULL 66098 Statice ovalifolia Poir.
4682 4682 4628 220 Limoniastrum Limoniastrum NULL Limoniastrum G607 3 165
4683 4683 4682 290 Limoniastrum monopetalum Limoniastrum monopetalum Boiss. NULL Limoniastrum monopetalum 3053 3 NULL 39027 Limoniastrum monopetalum (L) Boiss.
4684 4684 4628 220 Plumbago Plumbago NULL Plumbago G608 3 166
4685 4685 4684 290 Plumbago europaea Plumbago europaea L. NULL Plumbago europaea 3054 3 NULL 50207 Plumbago europaea L.
4686 4686 2490 180 Globulariaceae Globulariaceae NULL Globulariees F88 3 166
4687 4687 4686 220 Globularia Globularia NULL Globularia G609 3 166
4688 4688 4687 290 Globularia alypum Globularia alypum L. NULL Turbith. Globularia alypum 3055 3 NULL 30285 Globularia alypum L.
4689 4689 4687 290 Globularia cordifolia Globularia cordifolia L. NULL Globularia cordifolia 3056 3 NULL 30292 Globularia cordifolia L.
4690 4690 4687 290 Globularia nana Globularia nana Lamk. NULL Globularia nana 3057 3 NULL 30303 Globularia nana Lam.
4691 4691 4687 290 Globularia nudicaulis Globularia nudicaulis L. NULL Globularia nudicaulis 3058 3 NULL 30304 Globularia nudicaulis L.
4692 4692 4687 290 Globularia vulgaris Globularia vulgaris L. NULL Globularia vulgaris 3059 3 NULL 30315 Globularia vulgaris L.
4693 4692 4687 290 Globularia willkommii Globularia willkommii Nym. NULL Globularia willkommii 3059 3 NULL
4694 4694 1 80 Monochlamydees Monochlamydees NULL Monochlamydees Gp4 3 168
4695 4695 4694 180 Phytolaccees Phytolaccees NULL Phytolaccees F89 3 168
4696 4696 4695 220 Phytolacca Phytolacca NULL Phytolacca G610 3 169
4697 4697 4696 290 Phytolacca decandra Phytolacca decandra L. NULL Raisin d'Amérique. Phytolacca decandra 3060 3 NULL 49294 Phytolacca decandra L.
4698 4698 4694 180 Salsolacees Salsolacees NULL Salsolacees F90 3 169
4699 4699 4698 220 Amarantus Amarantus NULL Amarantus G611 3 171
4700 4700 4699 290 Amarantus deflexus Amarantus deflexus L. NULL Amarantus deflexus 3061 3 NULL 3944 Amaranthus deflexus L.
4701 4700 4699 290 Amarantus prostratus Amarantus prostratus Balb.  NULL Amarantus prostratus 3061 3 NULL
4702 4700 4699 290 Euxolus deflexus Euxolus deflexus Raf. NULL Euxolus deflexus 3061 3 NULL
4703 4703 4699 290 Amarantus patulus Amarantus patulus Bert. NULL Amarantus patulus 3062 3 NULL 4000 Amaranthus patulus Bertol.
4704 4704 4699 290 Amarantus retroflexus Amarantus retroflexus L. NULL Amarantus retroflexus 3063 3 NULL 4009 Amaranthus retroflexus L.
4705 4705 4699 290 Amarantus paniculatus Amarantus paniculatus L. NULL Queue de renard. Amarantus paniculatus 3064 3 NULL 3996 Amaranthus paniculatus L.
4706 4705 4699 290 Amarantus sanguineus Amarantus sanguineus L. NULL Amarantus sanguineus 3064 3 NULL
4707 4707 4699 290 Amarantus blitum Amarantus blitum L. NULL Amarantus blitum 3065 3 NULL 3924 Amaranthus blitum L.
4708 4707 4699 290 Amarantus ascendens Amarantus ascendens Lois. NULL Amarantus ascendens 3065 3 NULL
4709 4709 4699 290 Amarantus silvestris Amarantus silvestris L. NULL Amarantus silvestris 3066 3 NULL 4012 Amaranthus silvestris Vill.
4710 4709 4699 290 Amarantus viridis Amarantus viridis L.? NULL Amarantus viridis 3066 3 NULL
4711 4711 4699 290 Amarantus albus Amarantus albus L. NULL Amarantus albus 3067 3 NULL 3905 Amaranthus albus L.
4712 4712 4698 220 Polycnemum Polycnemum NULL Polycnemum G612 3 173
4713 4713 4712 290 Polycnemum majus Polycnemum majus Al. Braun. NULL Polycnemum majus 3068 3 NULL 51124 Polycnemum majus A Braun
4714 4714 4712 290 Polycnemum arvense Polycnemum arvense L. NULL Polycnemum arvense 3069 3 NULL 51120 Polycnemum arvense L.
4715 4714 4712 290 Polycnemum minus Polycnemum minus Jord. NULL Polycnemum minus 3069 3 NULL
4716 4716 4698 220 Atriplex Atriplex NULL Atriplex G613 3 174
4717 4717 4716 290 Atriplex halimus Atriplex halimus L. NULL Pourpier de mer, fesse cul. Atriplex halimus 3070 3 NULL 8373 Atriplex halimus L.
4718 4718 4716 290 Atriplex portulacoides Atriplex portulacoides L. NULL Atriplex portulacoides 3071 3 NULL 8442 Atriplex portulacoides L.
4719 4718 4716 290 Obione portulacoides Obione portulacoides Moq. NULL Obione portulacoides 3071 3 NULL
4720 4720 4716 290 Atriplex pedunculata Atriplex pedunculata L. NULL Atriplex pedunculata 3072 3 NULL 8435 Atriplex pedunculata L.
4721 4720 4716 290 Obione pedunculata Obione pedunculata Moq. NULL Obione pedunculata 3072 3 NULL
4722 4722 4716 290 Atriplex tornabeni Atriplex tornabeni Tin. NULL Atriplex tornabeni 3073 3 NULL 8480 Atriplex tornabenei Tineo
4723 4722 4716 290 Atriplex crassifolia Atriplex crassifolia G. G., non G. A. Mey. NULL Atriplex crassifolia 3073 3 NULL
4724 4724 4716 290 Atriplex rosea Atriplex rosea L. NULL Atriplex rosea 3074 3 NULL 8451 Atriplex rosea L.
4725 4724 4716 290 Atriplex alba Atriplex alba Scop. NULL Atriplex alba 3074 3 NULL
4726 4726 4716 290 Atriplex laciniata Atriplex laciniata L. NULL Atriplex laciniata 3075 3 NULL 8399 Atriplex laciniata L.
4727 4726 4716 290 Atriplex tatarica Atriplex tatarica L.? NULL Atriplex tatarica 3075 3 NULL
4728 4728 4716 290 Atriplex hortensis Atriplex hortensis L. NULL Bonne dame. Atriplex hortensis 3076 3 NULL 8387 Atriplex hortensis L.
4729 4729 4716 290 Atriplex hastata Atriplex hastata L. NULL Atriplex hastata 3077 3 NULL 8374 Atriplex hastata sensu 1, 2, 3, 4, 5
4730 4729 4716 290 Atriplex latifolia Atriplex latifolia Wahl. NULL Atriplex latifolia 3077 3 NULL
4731 4731 4716 290 Atriplex babingtonii Atriplex babingtonii Woods. NULL Atriplex babingtonii 3078 3 NULL 8352 Atriplex babingtonii J Woods
4732 4732 4716 290 Atriplex patula Atriplex patula L. NULL Atriplex patula 3079 3 NULL 74991 Atriplex patula L.
4733 4732 4716 290 Atriplex angustifolia Atriplex angustifolia Sm. NULL Atriplex angustifolia 3079 3 NULL
4734 4734 4716 290 Atriplex littoralis Atriplex littoralis L. NULL Atriplex littoralis 3080 3 NULL 8404 Atriplex littoralis L.
4735 4735 4698 220 Spinacia Spinacia NULL Spinacia G614 3 179
4736 4736 4735 290 Spinacia oleracea Spinacia oleracea L. NULL Spinacia oleracea 3081 3 NULL 65716 Spinacia oleracea L.
4737 4736 4735 290 Spinacia spinosa Spinacia spinosa Moench NULL Spinacia spinosa 3081 3 NULL
4738 4738 4698 220 Beta Beta NULL Beta G615 3 179
4739 4739 4738 290 Beta macrocarpa Beta macrocarpa Guss. NULL Beta macrocarpa 3082 3 NULL 9504 Beta macrocarpa Guss.
4740 4739 4738 290 Beta bourgaei Beta bourgaei Coss. NULL Beta bourgaei 3082 3 NULL
4741 4741 4738 290 Beta vulgaris Beta vulgaris L. NULL Poirée. Beta vulgaris 3083 3 NULL 9513 Beta vulgaris L.
4742 4741 4738 290 Beta cicla Beta cicla L. NULL Beta cicla 3083 3 NULL
4743 4743 4738 290 Beta maritima Beta maritima L. NULL Beta maritima 3084 3 NULL 9506 Beta maritima L.
4744 4744 4698 220 Blitum Blitum NULL Blitum G616 3 180
4745 4745 4744 290 Blitum virgatum Blitum virgatum L. NULL Epinard fraise. Blitum virgatum 3085 3 NULL 9918 Blitum virgatum L.
4746 4746 4744 290 Blitum capitatum Blitum capitatum L. NULL Arroche fraise. Blitum capitatum 3086 3 NULL 9906 Blitum capitatum L.
4747 4747 4698 220 Chenopodium Chenopodium NULL Chenopodium G617 3 181
4748 4748 4747 290 Chenopodium multifidum Chenopodium multifidum L. NULL Chenopodium multifidum 3087 3 NULL 16846 Chenopodium multifidum L.
4749 4748 4747 290 Roubieva multifida Roubieva multifida Moq. NULL Roubieva multifida 3087 3 NULL
4750 4750 4747 290 Chenopodium botrys Chenopodium botrys L. NULL Chenopodium botrys 3088 3 NULL 16781 Chenopodium botrys L.
4751 4751 4747 290 Chenopodium ambrosioides Chenopodium ambrosioides L. NULL Thé du Mexique. Chenopodium ambrosioides 3089 3 NULL 16760 Chenopodium ambrosioides L.
4752 4752 4747 290 Chenopodium anthelminthicum Chenopodium anthelminthicum L. NULL Chenopodium anthelminthicum 3090 3 NULL 16765 Chenopodium anthelminthicum sensu H J.Coste
4753 4753 4747 290 Chenopodium bonus-henricus Chenopodium bonus-henricus L. NULL Epinard sauvage. Chenopodium bonus-henricus 3091 3 NULL 16777 Chenopodium bonus
4754 4754 4747 290 Chenopodium rubrum Chenopodium rubrum L. NULL Chenopodium rubrum 3092 3 NULL 16884 Chenopodium rubrum L.
4755 4755 4747 290 Chenopodium vulvaria Chenopodium vulvaria L. NULL Vulvaire. Chenopodium vulvaria 3093 3 NULL 16937 Chenopodium vulvaria L.
4756 4756 4747 290 Chenopodium polyspermum Chenopodium polyspermum L. NULL Chenopodium polyspermum 3094 3 NULL 16867 Chenopodium polyspermum L.
4757 4756 4747 290 Chenopodium acutifolium Chenopodium acutifolium Sm. NULL Chenopodium acutifolium 3094 3 NULL
4758 4758 4747 290 Chenopodium hybridum Chenopodium hybridum L. NULL Chenopodium hybridum 3095 3 NULL 16822 Chenopodium hybridum L.
4759 4758 4747 290 Chenopodium angulosum Chenopodium angulosum Lamk NULL Chenopodium angulosum 3095 3 NULL
4760 4760 4747 290 Chenopodium urbicum Chenopodium urbicum L. NULL Chenopodium urbicum 3096 3 NULL 16927 Chenopodium urbicum L.
4761 4760 4747 290 Chenopodium intermedium Chenopodium intermedium M. et K. NULL Chenopodium intermedium 3096 3 NULL
4762 4762 4747 290 Chenopodium murale Chenopodium murale L. NULL Chenopodium murale 3097 3 NULL 16847 Chenopodium murale L.
4763 4763 4747 290 Chenopodium glaucum Chenopodium glaucum L. NULL Chenopodium glaucum 3098 3 NULL 16812 Chenopodium glaucum L.
4764 4764 4747 290 Chenopodium album Chenopodium album L. NULL Chenopodium album 3099 3 NULL 16741 Chenopodium album L.
4765 4765 4747 290 Chenopodium ficifolium Chenopodium ficifolium Sm. NULL Chenopodium ficifolium 3100 3 NULL 16803 Chenopodium ficifolium Sm.
4766 4766 4747 290 Chenopodium opulifolium Chenopodium opulifolium Schrad. NULL Chenopodium opulifolium 3101 3 NULL 73567 Chenopodium opulifolium Schrad. ex DC.
4767 4767 4698 220 Camphorosma Camphorosma NULL Camphorosma G618 3 187
4768 4768 4767 290 Camphorosma monspeliaca Camphorosma monspeliaca L. NULL Camphorosma monspeliaca 3102 3 NULL 75015 Camphorosma monspeliaca L.
4769 4769 4698 220 Kochia Kochia NULL Kochia G619 3 187
4770 4770 4769 290 Kochia prostrata Kochia prostrata Schrad. NULL Kochia prostrata 3103 3 NULL 37042 Kochia prostrata (L) Schrad.
4771 4771 4769 290 Kochia arenaria Kochia arenaria Roth. NULL Kochia arenaria 3104 3 NULL 37035 Kochia arenaria (Maerkl) Roth
4772 4772 4769 290 Kochia scoparia Kochia scoparia Schrad. NULL Kochia scoparia 3105 3 NULL 37045 Kochia scoparia (L) Schrad.
4773 4773 4769 290 Kochia hirsuta Kochia hirsuta Nolte. NULL Kochia hirsuta 3106 3 NULL 37038 Kochia hirsuta (L) Nolte
4774 4774 4769 290 Kochia hyssopifolia Kochia hyssopifolia Schrad. NULL Kochia hyssopifolia 3107 3 NULL 37039 Kochia hyssopifolia (Pall) Roth
4775 4775 4698 220 Corispermum Corispermum NULL Corispermum G620 3 189
4776 4776 4775 290 Corispermum hyssopifolium Corispermum hyssopifolium L. NULL Corispermum hyssopifolium 3108 3 NULL 18944 Corispermum hyssopifolium sensu 1, 2, 3
4777 4777 4698 220 Salicornia Salicornia NULL Salicornia G621 3 189
4778 4778 4777 290 Salicornia herbacea Salicornia herbacea L. NULL Salicornia herbacea 3109 3 NULL 59207 Salicornia herbacea (L) L.
4779 4778 4777 290 Salicornia patula Salicornia patula Duv.-J. NULL Salicornia patula 3109 3 NULL
4780 4780 4777 290 Salicornia radicans Salicornia radicans Sm. NULL Salicornia radicans 3110 3 NULL 59227 Salicornia radicans Sm.
4781 4780 4777 290 Salicornia sarmentosa Salicornia sarmentosa Duv.-J. NULL Salicornia sarmentosa 3110 3 NULL
4782 4782 4777 290 Salicornia fruticosa Salicornia fruticosa L. NULL Salicornia fruticosa 3111 3 NULL 59204 Salicornia fruticosa (L) L.
4783 4783 4777 290 Salicornia macrostachya Salicornia macrostachya Moric. NULL Salicornia macrostachya 3112 3 NULL 59213 Salicornia macrostachya Moric.
4784 4783 4777 290 Salicornia glauca Salicornia glauca Del.  NULL Salicornia glauca 3112 3 NULL
4785 4783 4777 290 Arthrocnemum glaucum Arthrocnemum glaucum Ung. Stern. NULL Arthrocnemum glaucum 3112 3 NULL
4786 4786 4698 220 Suaeda Suaeda NULL Suaeda G622 3 191
4787 4787 4786 290 Suaeda fruticosa Suaeda fruticosa Forsk, NULL Suaeda fruticosa 3113 3 NULL 66512 Suaeda fruticosa sensu 1, 2, 3
4788 4788 4786 290 Suaeda maritima Suaeda maritima Dum. NULL Suaeda maritima 3114 3 NULL 75399 Suaeda maritima (L) Dumort.
4789 4789 4786 290 Suaeda splendens Suaeda splendens Gren. et G. NULL Suaeda splendens 3115 3 NULL 66524 Suaeda splendens (Pourr) Gren.
4790 4789 4786 290 Suaeda setigera Suaeda setigera Moq. NULL Suaeda setigera 3115 3 NULL
4791 4791 4698 220 Salsola Salsola NULL Salsola G623 3 192
4792 4792 4791 290 Salsola soda Salsola soda L. NULL Salsola soda 3116 3 NULL 60097 Salsola soda L.
4793 4793 4791 290 Salsola kali Salsola kali L. NULL Salsola kali 3117 3 NULL 60074 Salsola kali L.
4794 4794 4694 180 Polygonees Polygonees NULL Polygonees F91 3 193
4795 4795 4794 220 Oxyria Oxyria NULL Oxyria G624 3 194
4796 4796 4795 290 Oxyria digyna Oxyria digyna Hill. NULL Oxyria digyna 3118 3 NULL 47220 Oxyria digyna (L) Hill
4797 4797 4794 220 Rumex Rumex NULL Rumex G625 3 194
4798 4798 4797 290 Rumex scutatus Rumex scutatus L. NULL Oseille ronde. Rumex scutatus 3119 3 NULL 75335 Rumex scutatus L.
4799 4799 4797 290 Rumex tingitanus Rumex tingitanus L. NULL Rumex tingitanus 3120 3 NULL 58912 Rumex tingitanus L.
4800 4800 4797 290 Rumex arifolius Rumex arifolius All. NULL Rumex arifolius 3121 3 NULL 58646 Rumex arifolius All.
4801 4800 4797 290 Rumex amplexicaulis Rumex amplexicaulis Lap. NULL Rumex amplexicaulis 3121 3 NULL
4802 4802 4797 290 Rumex acetosa Rumex acetosa L. NULL Oseille. Rumex acetosa 3122 3 NULL 58578 Rumex acetosa L.
4803 4803 4797 290 Rumex tuberosus Rumex tuberosus L. NULL Rumex tuberosus 3123 3 NULL 75337 Rumex tuberosus L.
4804 4804 4797 290 Rumex intermedius Rumex intermedius DC. NULL Rumex intermedius 3124 3 NULL 58759 Rumex intermedius DC.
4805 4804 4797 290 Rumex thyrsoides Rumex thyrsoides G. G. NULL Rumex thyrsoides 3124 3 NULL
4806 4806 4797 290 Rumex acetosella Rumex acetosella L. NULL Petite oseille. Rumex acetosella 3125 3 NULL 58600 Rumex acetosella L.
4807 4807 4797 290 Rumex bucephalophorus Rumex bucephalophorus L. NULL Rumex bucephalophorus 3126 3 NULL 58665 Rumex bucephalophorus L.
4808 4808 4797 290 Rumex maritimus Rumex maritimus L. NULL Rumex maritimus 3127 3 NULL 58786 Rumex maritimus L.
4809 4809 4797 290 Rumex pulcher Rumex pulcher L. NULL Patience-violon. Rumex pulcher 3128 3 NULL 58852 Rumex pulcher L.
4810 4810 4797 290 Rumex obtusifolius Rumex obtusifolius L. NULL Parelle. Rumex obtusifolius 3129 3 NULL 58812 Rumex obtusifolius L.
4811 4810 4797 290 Rumex friesii Rumex friesii G. G NULL Rumex friesii 3129 3 NULL
4812 4812 4797 290 Rumex sanguineus Rumex sanguineus L. NULL Rumex sanguineus 3130 3 NULL 58883 Rumex sanguineus L.
4813 4812 4797 290 Rumex nemorosus Rumex nemorosus Schrad. NULL Rumex nemorosus 3130 3 NULL
4814 4814 4797 290 Rumex conglomeratus Rumex conglomeratus Murr. NULL Parelle. Rumex conglomeratus 3131 3 NULL 58692 Rumex conglomeratus Murray
4815 4815 4797 290 Rumex rupestris Rumex rupestris Le Gall. NULL Rumex rupestris 3132 3 NULL 58874 Rumex rupestris Le Gall
4816 4816 4797 290 Rumex crispus Rumex crispus L. NULL Parelle. Rumex crispus 3133 3 NULL 58698 Rumex crispus L.
4817 4817 4797 290 Rumex patientia Rumex patientia L. NULL Patience. Rumex patientia 3134 3 NULL 58833 Rumex patientia L.
4818 4818 4797 290 Rumex hydrolapathum Rumex hydrolapathum Huds. NULL Patience aquatique. Rumex hydrolapathum 3135 3 NULL 58754 Rumex hydrolapathum Huds.
4819 4819 4797 290 Rumex aquaticus Rumex aquaticus L. NULL Rumex aquaticus 3136 3 NULL 75485 Rumex aquaticus L.
4820 4819 4797 290 Rumex hippolapathum Rumex hippolapathum Fries NULL Rumex hippolapathum 3136 3 NULL
4821 4821 4797 290 Rumex alpinus Rumex alpinus L. NULL Rhubarbe des moines. Rumex alpinus 3137 3 NULL 58624 Rumex alpinus L.
4822 4822 4794 220 Polygonum Polygonum NULL Polygonum G626 3 201
4823 4823 4822 290 Polygonum fagopyrum Polygonum fagopyrum L. NULL Sarrasin, Blé noir. Polygonum fagopyrum 3138 3 NULL 51469 Polygonum fagopyrum L.
4824 4823 4822 290 Fagopyrum sagittatum Fagopyrum sagittatum Gilib. NULL Fagopyrum sagittatum 3138 3 NULL
4825 4825 4822 290 Polygonum tataricum Polygonum tataricum L. NULL Sarrasin de Tartarie. Polygonum tataricum 3139 3 NULL 51712 Polygonum tataricum L.
4826 4825 4822 290 Fagopyrum tataricum Fagopyrum tataricum Gaertn. NULL Fagopyrum tataricum 3139 3 NULL
4827 4827 4822 290 Polygonum convolvulus Polygonum convolvulus L. NULL Vrillée sauvage. Polygonum convolvulus 3140 3 NULL 51437 Polygonum convolvulus L.
4828 4828 4822 290 Polygonum dumetorum Polygonum dumetorum L. NULL Grande vrillée. Polygonum dumetorum 3141 3 NULL 51454 Polygonum dumetorum L.
4829 4829 4822 290 Polygonum alpinum Polygonum alpinum All. NULL Polygonum alpinum 3142 3 NULL 51338 Polygonum alpinum All.
4830 4830 4822 290 Polygonum viviparum Polygonum viviparum L. NULL Polygonum viviparum 3143 3 NULL 51724 Polygonum viviparum L.
4831 4831 4822 290 Polygonum bistorta Polygonum bistorta L. NULL Bistorte. Polygonum bistorta 3144 3 NULL 75301 Polygonum bistorta L.
4832 4832 4822 290 Polygonum amphibium Polygonum amphibium L. NULL Polygonum amphibium 3145 3 NULL 51343 Polygonum amphibium L.
4833 4833 4822 290 Polygonum lapathifolium Polygonum lapathifolium L. NULL Polygonum lapathifolium 3146 3 NULL 51519 Polygonum lapathifolium L.
4834 4833 4822 290 Polygonum nodosum Polygonum nodosum Pers. NULL Polygonum nodosum 3146 3 NULL
4835 4835 4822 290 Polygonum persicaria Polygonum persicaria L. NULL Persicaire. Polygonum persicaria 3147 3 NULL 51630 Polygonum persicaria L.
4836 4835 4822 290 Polygonum biforme Polygonum biforme WahL NULL Polygonum biforme 3147 3 NULL
4837 4837 4822 290 Polygonum hydropiper Polygonum hydropiper L. NULL Poivre d'eau. Polygonum hydropiper 3148 3 NULL 51498 Polygonum hydropiper L.
4838 4838 4822 290 Polygonum serrulatum Polygonum serrulatum Lag. NULL Polygonum serrulatum 3149 3 NULL 51698 Polygonum serrulatum Lag.
4839 4838 4822 290 Polygonum salicifolium Polygonum salicifolium Brouss. NULL Polygonum salicifolium 3149 3 NULL
4840 4840 4822 290 Polygonum mite Polygonum mite Schrank NULL Polygonum mite 3150 3 NULL 51586 Polygonum mite Schrank
4841 4840 4822 290 Polygonum dubium Polygonum dubium Stein NULL Polygonum dubium 3150 3 NULL
4842 4842 4822 290 Polygonum minus Polygonum minus Huds. NULL Polygonum minus 3151 3 NULL 51585 Polygonum minus Huds.
4843 4843 4822 290 Polygonum bellardi Polygonum bellardi AIL NULL Polygonum bellardi 3152 3 NULL 51400 Polygonum bellardii All.
4844 4844 4822 290 Polygonum pulchellum Polygonum pulchellum Lois. NULL Polygonum pulchellum 3153 3 NULL 51661 Polygonum pulchellum Loisel.
4845 4844 4822 290 Polygonum arenarium Polygonum arenarium G. G. NULL Polygonum arenarium 3153 3 NULL
4846 4846 4822 290 Polygonum aviculare Polygonum aviculare L. NULL Traînasse. Polygonum aviculare 3154 3 NULL 51363 Polygonum aviculare L.
4847 4847 4822 290 Polygonum roberti Polygonum roberti Lois. NULL Polygonum roberti 3155 3 NULL 51678 Polygonum robertii Loisel.
4848 4847 4822 290 Polygonum rayi Polygonum rayi Bab. NULL Polygonum rayi 3155 3 NULL
4849 4847 4822 290 Polygonum littorale Polygonum littorale G. G., non Link NULL Polygonum littorale 3155 3 NULL
4850 4850 4822 290 Polygonum maritimum Polygonum maritimum L. NULL Polygonum maritimum 3156 3 NULL 51575 Polygonum maritimum L.
4851 4851 4822 290 Polygonum romanum Polygonum romanum Jacq. NULL Polygonum romanum 3157 3 NULL 51680 Polygonum romanum Jacq.
4852 4851 4822 290 Polygonum flagellare Polygonum flagellare Bertol. NULL Polygonum flagellare 3157 3 NULL
4853 4853 4822 290 Polygonum scoparium Polygonum scoparium Req. NULL Polygonum scoparium 3158 3 NULL 51695 Polygonum scoparium Req. ex Loisel.
4854 4853 4822 290 Polygonum equisetiforme Polygonum equisetiforme G. G. NULL Polygonum equisetiforme 3158 3 NULL
4855 4855 4694 180 Daphnoidees Daphnoidees NULL Daphnoidees F92 3 209
4856 4856 4855 220 Passerina Passerina NULL Passerina G627 3 209
4857 4857 4856 290 Passerina annua Passerina annua Wikstr. NULL Passerina annua 3159 3 NULL 48062 Passerina annua Wikstr.
4858 4857 4856 290 Thymelaea arvensis Thymelaea arvensis Lamk NULL Thymelaea arvensis 3159 3 NULL
4859 4857 4856 290 Lygia passerina Lygia passerina Fasan. NULL Lygia passerina 3159 3 NULL
4860 4860 4856 290 Passerina thymelaea Passerina thymelaea DC. NULL Passerina thymelaea 3160 3 NULL 48079 Passerina thymelaea (L) DC.
4861 4860 4856 290 Thymelaea sanamunda Thymelaea sanamunda All. NULL Thymelaea sanamunda 3160 3 NULL
4862 4862 4856 290 Passerina dioica Passerina dioica Ram. NULL Passerina dioica 3161 3 NULL 48065 Passerina dioica (Gouan) Ramond
4863 4862 4856 290 Thymelaea dioica Thymelaea dioica All. NULL Thymelaea dioica 3161 3 NULL
4864 4864 4856 290 Passerina calycina Passerina calycina DC. NULL Passerina calycina 3162 3 NULL 48064 Passerina calycina (Lapeyr) DC.
4865 4864 4856 290 Passerina juniperifolia Passerina juniperifolia Lap. NULL Passerina juniperifolia 3162 3 NULL
4866 4864 4856 290 Passerina calycina Passerina calycina Meissn. NULL Passerina calycina 3162 3 NULL
4867 4867 4856 290 Passerina tinctoria Passerina tinctoria Pourr. NULL Passerina tinctoria 3163 3 NULL 48080 Passerina tinctoria Pourr.
4868 4867 4856 290 Thymelaea tinctoria Thymelaea tinctoria Endl. NULL Thymelaea tinctoria 3163 3 NULL
4869 4869 4856 290 Passerina tartonraira Passerina tartonraira Schrad. NULL Passerina tartonraira 3164 3 NULL 48075 Passerina tartonraira (L) Schrad.
4870 4869 4856 290 Thymelaea tartonraira Thymelaea tartonraira All. NULL Thymelaea tartonraira 3164 3 NULL
4871 4871 4856 290 Passerina hirsuta Passerina hirsuta L. NULL Passerina hirsuta 3165 3 NULL 76249 Passerina hirsuta L.
4872 4871 4856 290 Thymelaea hirsuta Thymelaea hirsuta Endl. NULL Thymelaea hirsuta 3165 3 NULL
4873 4873 4855 220 Daphne Daphne NULL Daphne G628 3 212
4874 4874 4873 290 Daphne cneorum Daphne cneorum L. NULL Thymélée des Alpes. Daphne cneorum 3166 3 NULL 21572 Daphne cneorum L.
4875 4874 4873 290 Daphne verloti Daphne verloti G. G. NULL incl. Daphne verloti 3166 3 NULL
4876 4876 4873 290 Daphne striata Daphne striata Tratt. NULL Daphne striata 3167 3 NULL 21618 Daphne striata Tratt.
4877 4877 4873 290 Daphne oleoides Daphne oleoides Schreb. NULL Daphne oleoides 3168 3 NULL 21601 Daphne oleoides Schreb.
4878 4877 4873 290 Daphne glandulosa Daphne glandulosa Spreng. NULL Daphne glandulosa 3168 3 NULL
4879 4879 4873 290 Daphne alpina Daphne alpina L. NULL Daphne alpina 3169 3 NULL 21560 Daphne alpina L.
4880 4880 4873 290 Daphne gnidium Daphne gnidium L. NULL Garou, Sain-bois. Daphne gnidium 3170 3 NULL 21581 Daphne gnidium L.
4881 4881 4873 290 Daphne mezereum Daphne mezereum L. NULL Bois-gentil. Daphne mezereum 3171 3 NULL 21595 Daphne mezereum L.
4882 4882 4873 290 Daphne laureola Daphne laureola L. NULL Laurier des bois. Daphne laureola 3172 3 NULL 21588 Daphne laureola L.
4883 4883 4694 180 Laurinees Laurinees NULL Laurinees F93 3 215
4884 4884 4883 220 Laurus Laurus NULL Laurus G629 3 215
4885 4885 4884 290 Laurus nobilis Laurus nobilis L. NULL Laurier sauce. Laurus nobilis 3173 3 NULL 38070 Laurus nobilis L.
4886 4886 4694 180 Santalacees Santalacees NULL Santalacees F94 3 215
4887 4887 4886 220 Osyris Osyris NULL Osyris G630 3 215
4888 4888 4887 290 Osyris alba Osyris alba L. NULL Rouvet. Osyris alba 3174 3 NULL 47074 Osyris alba L.
4889 4889 4886 220 Thesium Thesium NULL Thesium G631 3 216
4890 4890 4889 290 Thesium alpinum Thesium alpinum L. NULL Thesium alpinum 3175 3 NULL 67792 Thesium alpinum L.
4891 4891 4889 290 Thesium pratense Thesium pratense Ehrh. NULL Thesium pratense 3176 3 NULL 67830 Thesium pratense Ehrh. ex Schrad.
4892 4892 4889 290 Thesium intermedium Thesium intermedium Schrad. NULL Thesium intermedium 3177 3 NULL 67819 Thesium intermedium Schrad.
4893 4893 4889 290 Thesium montanum Thesium montanum Ehrh. NULL Thesium montanum 3178 3 NULL 67828 Thesium montanum Ehrh. ex Hoffm.
4894 4894 4889 290 Thesium divaricatum Thesium divaricatum Jan. NULL Thesium divaricatum 3179 3 NULL 67804 Thesium divaricatum Jan ex Mert. & W.D.J.Koch
4895 4895 4889 290 Thesium humifusum Thesium humifusum DC. NULL Thesium humifusum 3180 3 NULL 67814 Thesium humifusum DC.
4896 4896 4889 290 Thesium italicum Thesium italicum A. DC. NULL Thesium italicum 3181 3 NULL 67820 Thesium italicum auct Co , sensu 2, 3, 4, 5
4897 4897 4889 290 Thesium humile Thesium humile Vahl. NULL Thesium humile 3182 3 NULL 67817 Thesium humile Vahl
4898 4898 4694 180 Loranthacees Loranthacees NULL Loranthacees F95 3 219
4899 4899 4898 220 Viscum Viscum NULL Viscum G632 3 219
4900 4900 4899 290 Viscum album Viscum album L. NULL Viscum album 3183 3 NULL 72719 Viscum album L.
4901 4901 4898 220 Arceuthobium Arceuthobium NULL Arceuthobium G633 3 220
4902 4902 4901 290 Arceuthobium oxycedri Arceuthobium oxycedri M. Bieb. NULL Arceuthobium oxycedri 3184 3 NULL 6068 Arceuthobium oxycedri (Dc) M Bieb.
4903 4902 4901 290 Arceuthobium juniperorum Arceuthobium juniperorum Reynier NULL Arceuthobium juniperorum 3184 3 NULL
4904 4904 4694 180 Eleagnees Eleagnees NULL Eleagnees F96 3 220
4905 4905 4904 220 Hippophae Hippophae NULL Hippophae G634 3 220
4906 4906 4905 290 Hippophae rhamnoides Hippophae rhamnoides L. NULL Hippophae rhamnoides 3185 3 NULL 32100 Hippophaë rhamnoides L.
4907 4907 4904 220 Elaeagnus Elaeagnus NULL Elaeagnus G635 3 221
4908 4908 4907 290 Elaeagnus angustifolia Elaeagnus angustifolia L. NULL Elaeagnus angustifolia 3186 3 NULL 23606 Elaeagnus angustifolia L.
4909 4908 4907 290 Elaeagnus orientalis Elaeagnus orientalis L. NULL incl. Elaeagnus orientalis 3186 3 NULL
4910 4910 4694 180 Cytinees Cytinees NULL Cytinees F97 3 221
4911 4911 4910 220 Cytinus Cytinus NULL Cytinus G636 3 221
4912 4912 4911 290 Cytinus hypocistis Cytinus hypocistis L. NULL Cytinus hypocistis 3187 3 NULL 20928 Cytinus hypocistis (L) L.
4913 4913 4694 180 Aristolochiees Aristolochiees NULL Aristolochiees F98 3 222
4914 4914 4922 220 Asarum Asarum NULL Asarum G637 3 222
4915 4915 4914 290 Asarum europaeum Asarum europaeum L. NULL Cabaret. Asarum europaeum 3188 3 NULL 7177 Asarum europaeum L.
4916 4916 4922 220 Aristolochia Aristolochia NULL Aristolochia G638 3 223
4917 4917 4916 290 Aristolochia clematitis Aristolochia clematitis L. NULL Aristolochia clematitis 3189 3 NULL 6450 Aristolochia clematitis L.
4918 4918 4916 290 Aristolochia pistolochia Aristolochia pistolochia L. NULL Aristolochia pistolochia 3190 3 NULL 6464 Aristolochia pistolochia L.
4919 4919 4916 290 Aristolochia rotunda Aristolochia rotunda L. NULL Aristolochia rotunda 3191 3 NULL 6466 Aristolochia rotunda L.
4920 4920 4916 290 Aristolochia pallida Aristolochia pallida Willd. NULL Aristolochia pallida 3192 3 NULL 74973 Aristolochia pallida Willd.
4921 4921 4916 290 Aristolochia longa Aristolochia longa L. NULL Aristolochia longa 3193 3 NULL 6457 Aristolochia longa sensu 2, 3, 4, 5
4922 4922 4694 180 Euphorbiacees Euphorbiacees NULL Euphorbiacees F99 3 225
4923 4923 4922 220 Buxus Buxus NULL Buxus G639 3 225
4924 4924 4923 290 Buxus sempervirens Buxus sempervirens L. NULL Buxus sempervirens 3194 3 NULL 11691 Buxus sempervirens L.
4925 4925 4922 220 Euphorbia Euphorbia NULL Euphorbia G640 3 226
4926 4926 4925 290 Euphorbia lathyris Euphorbia lathyris L. NULL Epurge. Euphorbia lathyris 3195 3 NULL 25941 Euphorbia lathyris L.
4927 4927 4925 290 Euphorbia preslii Euphorbia preslii Guss. NULL Euphorbia preslii 3196 3 NULL 26023 Euphorbia preslii Guss.
4928 4928 4925 290 Euphorbia chamaesyce Euphorbia chamaesyce L. NULL Euphorbia chamaesyce 3197 3 NULL 25799 Euphorbia chamaesyce L.
4929 4929 4925 290 Euphorbia peplis Euphorbia peplis L. NULL Euphorbia peplis 3198 3 NULL 25994 Euphorbia peplis L.
4930 4930 4925 290 Euphorbia polygonifolia Euphorbia polygonifolia L. NULL Euphorbia polygonifolia 3199 3 NULL 26020 Euphorbia polygonifolia L.
4931 4931 4925 290 Euphorbia pterococca Euphorbia pterococca Brot. NULL Euphorbia pterococca 3200 3 NULL 26034 Euphorbia pterococca Brot.
4932 4932 4925 290 Euphorbia helioscopia Euphorbia helioscopia L. NULL Réveil-matin. Euphorbia helioscopia 3201 3 NULL 25914 Euphorbia helioscopia L.
4933 4933 4925 290 Euphorbia helioscopioides Euphorbia helioscopioides Losc. et Parc. NULL Euphorbia helioscopioides 3202 3 NULL 25917 Euphorbia helioscopioides Loscos & J.Pardo
4934 4934 4925 290 Euphorbia cuneifolia Euphorbia cuneifolia Guss. NULL Euphorbia cuneifolia 3203 3 NULL 25819 Euphorbia cuneifolia Guss.
4935 4935 4925 290 Euphorbia platyphylla Euphorbia platyphylla L. NULL Euphorbia platyphylla 3204 3 NULL 75126 Euphorbia platyphyllos L.
4936 4936 4925 290 Euphorbia stricta Euphorbia stricta L. NULL Euphorbia stricta 3205 3 NULL 26093 Euphorbia stricta L.
4937 4937 4925 290 Euphorbia palustris Euphorbia palustris L. NULL Euphorbia palustris 3206 3 NULL 25988 Euphorbia palustris L.
4938 4938 4925 290 Euphorbia pubescens Euphorbia pubescens Vahl. NULL Euphorbia pubescens 3207 3 NULL 26035 Euphorbia pubescens Vahl
4939 4939 4925 290 Euphorbia pilosa Euphorbia pilosa L. NULL Euphorbia pilosa 3208 3 NULL 26002 Euphorbia pilosa sensu 1, 2
4940 4940 4925 290 Euphorbia hiberna Euphorbia hiberna L. NULL Euphorbia hiberna 3209 3 NULL 25923 Euphorbia hyberna L.
4941 4941 4925 290 Euphorbia insularis Euphorbia insularis Boiss. NULL Euphorbia insularis 3210 3 NULL 25932 Euphorbia insularis Boiss.
4942 4942 4925 290 Euphorbia dulcis Euphorbia dulcis L. NULL Euphorbia dulcis 3211 3 NULL 25840 Euphorbia dulcis auct Gall. sensu 1, 2, 3, 4 (P.P.), 5
4943 4943 4925 290 Euphorbia angulata Euphorbia angulata Jacq. NULL Euphorbia angulata 3212 3 NULL 25773 Euphorbia angulata Jacq.
4944 4944 4925 290 Euphorbia chamaebuxus Euphorbia chamaebuxus Bernard NULL Euphorbia chamaebuxus 3213 3 NULL 25798 Euphorbia chamaebuxus Bernard ex Gren. & Godr.
4945 4944 4925 290 Euphorbia pyrenaica Euphorbia pyrenaica Jord. NULL Euphorbia pyrenaica 3213 3 NULL
4946 4946 4925 290 Euphorbia duvalii Euphorbia duvalii Lec. et Lamot. NULL Euphorbia duvalii 3214 3 NULL 25841 Euphorbia duvalii Lecoq & Lamotte
4947 4946 4925 290 Euphorbia papillosa Euphorbia papillosa de Pouzolz NULL Euphorbia papillosa 3214 3 NULL
4948 4948 4925 290 Euphorbia verrucosa Euphorbia verrucosa Jacq. NULL Euphorbia verrucosa 3215 3 NULL 26119 Euphorbia verrucosa sensu 1, 2, 3
4949 4949 4925 290 Euphorbia flavicoma Euphorbia flavicoma DC. NULL Euphorbia flavicoma 3216 3 NULL 25876 Euphorbia flavicoma DC.
4950 4950 4925 290 Euphorbia spinosa Euphorbia spinosa L. NULL Euphorbia spinosa 3217 3 NULL 75127 Euphorbia spinosa L.
4951 4951 4925 290 Euphorbia gerardiana Euphorbia gerardiana Jacq. NULL Euphorbia gerardiana 3218 3 NULL 25894 Euphorbia gerardiana Jacq.
4952 4952 4925 290 Euphorbia peplus Euphorbia peplus L. NULL Euphorbia peplus 3219 3 NULL 25996 Euphorbia peplus L.
4953 4953 4925 290 Euphorbia peploides Euphorbia peploides Gouan. NULL Euphorbia peploides 3220 3 NULL 25995 Euphorbia peploides Gouan
4954 4954 4925 290 Euphorbia exigua Euphorbia exigua L. NULL Euphorbia exigua 3221 3 NULL 75123 Euphorbia exigua L.
4955 4955 4925 290 Euphorbia sulcata Euphorbia sulcata De Lens. NULL Euphorbia sulcata 3222 3 NULL 26097 Euphorbia sulcata Lens ex Loisel.
4956 4956 4925 290 Euphorbia aleppica Euphorbia aleppica L. NULL Euphorbia aleppica 3223 3 NULL 25765 Euphorbia aleppica L.
4957 4957 4925 290 Euphorbia falcata Euphorbia falcata L. NULL Euphorbia falcata 3224 3 NULL 75124 Euphorbia falcata L.
4958 4958 4925 290 Euphorbia taurinensis Euphorbia taurinensis All. NULL Euphorbia taurinensis 3225 3 NULL 26102 Euphorbia taurinensis All.
4959 4959 4925 290 Euphorbia segetalis Euphorbia segetalis L. NULL Euphorbia segetalis 3226 3 NULL 75463 Euphorbia segetalis L.
4960 4960 4925 290 Euphorbia portlandica Euphorbia portlandica L. NULL Euphorbia portlandica 3227 3 NULL 26022 Euphorbia portlandica L.
4961 4961 4925 290 Euphorbia myrsinites Euphorbia myrsinites L. NULL Euphorbia myrsinites 3228 3 NULL 73559 Euphorbia myrsinites sensu auct.
4962 4961 4925 290 Euphorbia corsica Euphorbia corsica Req. NULL Euphorbia corsica 3228 3 NULL
4963 4963 4925 290 Euphorbia pithyusa Euphorbia pithyusa L. NULL Euphorbia pithyusa 3229 3 NULL 26008 Euphorbia pithyusa L.
4964 4964 4925 290 Euphorbia biumbellata Euphorbia biumbellata Poir. NULL Euphorbia biumbellata 3230 3 NULL 25783 Euphorbia biumbellata Poir.
4965 4965 4925 290 Euphorbia semiperfoliata Euphorbia semiperfoliata Viv. NULL Euphorbia semiperfoliata 3231 3 NULL 26072 Euphorbia semiperfoliata Viv.
4966 4966 4925 290 Euphorbia amygdaloides Euphorbia amygdaloides L. NULL Euphorbia amygdaloides 3232 3 NULL 75121 Euphorbia amygdaloides L.
4967 4966 4925 290 Euphorbia silvatica Euphorbia silvatica Jacq. NULL Euphorbia silvatica 3232 3 NULL
4968 4968 4925 290 Euphorbia characias Euphorbia characias L. NULL Euphorbia characias 3233 3 NULL 25806 Euphorbia characias L.
4969 4969 4925 290 Euphorbia dendroides Euphorbia dendroides L. NULL Euphorbia dendroides 3234 3 NULL 25825 Euphorbia dendroides L.
4970 4970 4925 290 Euphorbia paralias Euphorbia paralias L. NULL Euphorbia paralias 3235 3 NULL 25991 Euphorbia paralias L.
4971 4971 4925 290 Euphorbia nicaeensis Euphorbia nicaeensis All. NULL Euphorbia nicaeensis 3236 3 NULL 75125 Euphorbia nicaeensis All.
4972 4972 4925 290 Euphorbia serrata Euphorbia serrata L. NULL Euphorbia serrata 3237 3 NULL 26080 Euphorbia serrata L.
4973 4973 4925 290 Euphorbia cyparissias Euphorbia cyparissias L. NULL Euphorbia cyparissias 3238 3 NULL 25823 Euphorbia cyparissias L.
4974 4974 4925 290 Euphorbia esula Euphorbia esula L. NULL Euphorbia esula 3239 3 NULL 25849 Euphorbia esula L.
4975 4975 4925 290 Euphorbia terracina Euphorbia terracina L. NULL Euphorbia terracina 3240 3 NULL 26104 Euphorbia terracina L.
4976 4976 4925 290 Euphorbia tenuifolia Euphorbia tenuifolia Lamk. NULL Euphorbia tenuifolia 3241 3 NULL 26103 Euphorbia tenuifolia Lam.
4977 4977 4925 290 Euphorbia gayi Euphorbia gayi Salis. NULL Euphorbia gayi 3242 3 NULL 25892 Euphorbia gayi Salis
4978 4978 4925 290 Euphorbia variabilis Euphorbia variabilis Cesati. NULL Euphorbia variabilis 3243 3 NULL 26114 Euphorbia variabilis Ces.
4979 4979 4922 220 Chrozophora Chrozophora NULL Chrozophora G641 3 243
4980 4980 4979 290 Chrozophora tinctoria Chrozophora tinctoria Juss. NULL Chrozophora tinctoria 3244 3 NULL 17099 Chrozophora tinctoria (L) A Juss.
4981 4980 4979 290 Croton tinctorium Croton tinctorium L. NULL Croton tinctorium 3244 3 NULL
4982 4982 4922 220 Mercurialis Mercurialis NULL Mercurialis G642 3 243
4983 4983 4982 290 Mercurialis tomentosa Mercurialis tomentosa L. NULL Mercurialis tomentosa 3245 3 NULL 42347 Mercurialis tomentosa L.
4984 4984 4982 290 Mercurialis corsica Mercurialis corsica Coss. NULL Mercurialis corsica 3246 3 NULL 42331 Mercurialis corsica Coss.
4985 4985 4982 290 Mercurialis perennis Mercurialis perennis L. NULL Mercurialis perennis 3247 3 NULL 42340 Mercurialis perennis L.
4986 4986 4982 290 Mercurialis annua Mercurialis annua L. NULL Mercurialis annua 3248 3 NULL 42320 Mercurialis annua L.
4987 4987 4694 180 Urticees Urticees NULL Urticees F100 3 245
4988 4988 4987 220 Theligonum Theligonum NULL Theligonum G643 3 246
4989 4989 4988 290 Theligonum cynocrambe Theligonum cynocrambe L. NULL Theligonum cynocrambe 3249 3 NULL 67773 Theligonum cynocrambe L.
4990 4989 4988 290 Cynocrambe prostrata Cynocrambe prostrata Gaertn. NULL Cynocrambe prostrata 3249 3 NULL
4991 4991 4987 220 Parietaria Parietaria NULL Parietaria G644 3 246
4992 4992 4991 290 Parietaria soleirolii Parietaria soleirolii Spreng. NULL Parietaria soleirolii 3250 3 NULL 47931 Parietaria soleirolii (Req) Spreng.
4993 4992 4991 290 Helxine soleirolii Helxine soleirolii Req. NULL Helxine soleirolii 3250 3 NULL
4994 4994 4991 290 Parietaria lusitanica Parietaria lusitanica L. NULL Parietaria lusitanica 3251 3 NULL 75279 Parietaria lusitanica L.
4995 4995 4991 290 Parietaria officinalis Parietaria officinalis L. NULL Parietaria officinalis 3252 3 NULL 47924 Parietaria officinalis L.
4996 4996 4987 220 Urtica Urtica NULL Urtica G645 3 247
4997 4997 4996 290 Urtica pilulifera Urtica pilulifera L. NULL Urtica pilulifera 3253 3 NULL 70425 Urtica pilulifera L.
4998 4998 4996 290 Urtica urens Urtica urens L. NULL Petite Ortie. Urtica urens 3254 3 NULL 70431 Urtica urens L.
4999 4999 4996 290 Urtica membranacea Urtica membranacea Poir. NULL Urtica membranacea 3255 3 NULL 70417 Urtica membranacea Poir.
5000 4999 4996 290 Urtica neglecta Urtica neglecta Guss. NULL incl. Urtica neglecta 3255 3 NULL
5001 5001 4996 290 Urtica atrovirens Urtica atrovirens Req. NULL Urtica atrovirens 3256 3 NULL 70391 Urtica atrovirens Req. ex Loisel.
5002 5001 4996 290 Urtica grandidentata Urtica grandidentata Moris NULL Urtica grandidentata 3256 3 NULL
5003 5003 4996 290 Urtica dioica Urtica dioica L. NULL Grande Ortie. Urtica dioica 3257 3 NULL 70396 Urtica dioica L.
5004 5004 4987 220 Cannabis Cannabis NULL Cannabis G646 3 429
5005 5005 5004 290 Cannabis sativa Cannabis sativa L. NULL Cannabis sativa 3258 3 NULL 12688 Cannabis sativa L.
5006 5006 4987 220 Humulus Humulus NULL Humulus G647 3 249
5007 5007 5006 290 Humulus lupulus Humulus lupulus L. NULL Humulus lupulus 3259 3 NULL 34958 Humulus lupulus L.
5008 5008 4694 180 Celtidees Celtidees NULL Celtidees F101 3 250
5009 5009 5008 220 Celtis Celtis NULL Celtis G648 3 250
5010 5010 5009 290 Celtis australis Celtis australis L. NULL Celtis australis 3260 3 NULL 14954 Celtis australis L.
5011 5011 4694 180 Ulmacees Ulmacees NULL Ulmacees F102 3 250
5012 5012 5011 220 Ulmus Ulmus NULL Ulmus G649 3 250
5013 5013 5012 290 Ulmus pedunculata Ulmus pedunculata Fougeroux NULL Orme pédoncule. Ulmus pedunculata 3261 3 NULL 70308 Ulmus pedunculata Foug.
5014 5013 5012 290 Ulmus effusa Ulmus effusa Willd. NULL Ulmus effusa 3261 3 NULL
5015 5015 5012 290 Ulmus campestris Ulmus campestris L. NULL Orme rouge. Ulmus campestris 3262 3 NULL 70265 Ulmus campestris sensu 1, 2, 3
5016 5016 5012 290 Ulmus montana Ulmus montana With. NULL Orme blanc. Ulmus montana 3263 3 NULL 70301 Ulmus montana With.
5017 5016 5012 290 Ulmus scabra Ulmus scabra Mill. NULL Ulmus scabra 3263 3 NULL
5018 5018 4694 180 Artocarpees Artocarpees NULL Artocarpees F103 3 252
5019 5019 5018 220 Ficus Ficus NULL Ficus G650 3 252
5020 5020 5019 290 Ficus carica Ficus carica L. NULL Ficus carica 3264 3 NULL 75134 Ficus carica L.
5021 5021 4694 180 Morees Morees NULL Morees F104 3 252
5022 5022 5021 220 Morus Morus NULL Morus G651 3 252
5023 5023 5022 290 Morus alba Morus alba L. NULL Mûrier blanc. Morus alba 3265 3 NULL 42960 Morus alba L.
5024 5024 5022 290 Morus nigra Morus nigra L. NULL Mûrier noir. Morus nigra 3266 3 NULL 42976 Morus nigra L.
5025 5025 4694 180 Juglandees Juglandees NULL Juglandees F105 3 253
5026 5026 5025 220 Juglans Juglans NULL Juglans G652 3 253
5027 5027 5026 290 Juglans regia Juglans regia L. NULL Juglans regia 3267 3 NULL 36333 Juglans regia L.
5028 5028 4694 180 Cupuliferes Cupuliferes NULL Cupuliferes F106 3 254
5029 5029 5028 220 Fagus Fagus NULL Fagus G653 3 255
5030 5030 5029 290 Fagus silvatica Fagus silvatica L. NULL Fagus silvatica 3268 3 NULL 75130 Fagus sylvatica L.
5031 5031 5028 220 Castanea Castanea NULL Castanea G654 3 255
5032 5032 5031 290 Castanea sativa Castanea sativa Scop. NULL Castanea sativa 3269 3 NULL 14752 Castanea sativa Mill.
5033 5032 5031 290 Castanea vulgaris Castanea vulgaris Lamk. NULL Castanea vulgaris 3269 3 NULL
5034 5034 5028 220 Quercus Quercus NULL Quercus G655 3 256
5035 5035 5034 290 Quercus coccifera Quercus coccifera L. NULL Chêne-kermès. Quercus coccifera 3270 3 NULL 54390 Quercus coccifera L.
5036 5036 5034 290 Quercus ilex Quercus ilex L. NULL Chêne vert, Yeuse. Quercus ilex 3271 3 NULL 54442 Quercus ilex L.
5037 5037 5034 290 Quercus suber Quercus suber L. NULL Chêne-liège. Quercus suber 3272 3 NULL 54585 Quercus suber L.
5038 5038 5034 290 Quercus pseudo-suber Quercus pseudo-suber Santi NULL Quercus pseudo-suber 3273 3 NULL 54533 Quercus pseudosuber Santi
5039 5038 5034 290 Quercus fontanesii Quercus fontanesii Guss. NULL Quercus fontanesii 3273 3 NULL
5040 5040 5034 290 Quercus cerris Quercus cerris L. NULL Chêne chevelu. Quercus cerris 3274 3 NULL 54386 Quercus cerris L.
5041 5041 5034 290 Quercus toza Quercus toza Bosc. NULL Chêne tauzin. Quercus toza 3275 3 NULL 54606 Quercus toza sensu 1, 2, 3
5042 5042 5034 290 Quercus pubescens Quercus pubescens Willd. NULL Chêne blanc. Quercus pubescens 3276 3 NULL 54438 Quercus pubescens Willd.
5043 5042 5034 290 Quercus lanuginosa Quercus lanuginosa Thuill. NULL Quercus lanuginosa 3276 3 NULL
5044 5044 5034 290 Quercus sessiliflora Quercus sessiliflora Salisb. NULL Chêne rouvre. Quercus sessiliflora 3277 3 NULL 54573 Quercus sessiliflora Salisb.
5045 5044 5034 290 Quercus robur Quercus robur L. part. NULL Quercus robur 3277 3 NULL
5046 5046 5034 290 Quercus pedunculata Quercus pedunculata Ehrh. NULL Chêne pédoncule. Quercus pedunculata 3278 3 NULL 78160 Quercus pedunculata Ehrh.
5047 5046 5034 290 Quercus robur Quercus robur L. part. NULL Quercus robur 3278 3 NULL
5048 5048 5028 220 Corylus Corylus NULL Corylus G656 3 259
5049 5049 5048 290 Corylus avellana Corylus avellana L. NULL Corylus avellana 3279 3 NULL 19097 Corylus avellana L.
5050 5050 5028 220 Carpinus Carpinus NULL Carpinus G657 3 260
5051 5051 5050 290 Carpinus betulus Carpinus betulus L. NULL Carpinus betulus 3280 3 NULL 14637 Carpinus betulus L.
5052 5052 5028 220 Ostrya Ostrya NULL Ostrya G658 3 260
5053 5053 5052 290 Ostrya carpinifolia Ostrya carpinifolia Scop. NULL Ostrya carpinifolia 3281 3 NULL 47069 Ostrya carpinifolia Scop.
5054 5053 5052 290 Carpinus ostrya Carpinus ostrya L. NULL Carpinus ostrya 3281 3 NULL
5055 5055 4694 180 Salicinees Salicinees NULL Salicinees F107 3 260
5056 5056 5055 220 Salix Salix NULL Salix G659 3 261
5057 5057 5056 290 Salix repens Salix repens L. NULL Salix repens 3282 3 NULL 59860 Salix repens L.
5058 5057 5056 290 Salix argentea Salix argentea Sm. NULL incl. Salix argentea 3282 3 NULL
5059 5059 5056 290 Salix lapponum Salix lapponum L. NULL Salix lapponum 3283 3 NULL 59640 Salix lapponum L.
5060 5060 5056 290 Salix helvetica Salix helvetica Vill. NULL Salix helvetica 3284 3 NULL 59568 Salix helvetica Vill.
5061 5061 5056 290 Salix glauca Salix glauca L. NULL Salix glauca 3285 3 NULL 59536 Salix glauca sensu 1, 2, 3
5062 5062 5056 290 Salix pyrenaica Salix pyrenaica Gouan. NULL Salix pyrenaica 3286 3 NULL 59851 Salix pyrenaica Gouan
5063 5063 5056 290 Salix reticulata Salix reticulata L. NULL Salix reticulata 3287 3 NULL 59875 Salix reticulata L.
5064 5064 5056 290 Salix herbacea Salix herbacea L. NULL Salix herbacea 3288 3 NULL 59571 Salix herbacea L.
5065 5065 5056 290 Salix retusa Salix retusa L. NULL Salix retusa 3289 3 NULL 59880 Salix retusa L.
5066 5065 5056 290 Salix serpyllifolia Salix serpyllifolia Scop. NULL incl. Salix serpyllifolia 3289 3 NULL
5067 5067 5056 290 Salix caesia Salix caesia Vill. NULL Salix caesia 3290 3 NULL 59367 Salix caesia Vill.
5068 5068 5056 290 Salix myrsinites Salix myrsinites L. NULL Salix myrsinites 3291 3 NULL 59733 Salix myrsinites sensu H J.Coste
5069 5069 5056 290 Salix arbuscula Salix arbuscula L. NULL Salix arbuscula 3292 3 NULL 59302 Salix arbuscula sensu auct.
5070 5070 5056 290 Salix hastata Salix hastata L. NULL Salix hastata 3293 3 NULL 75338 Salix hastata L.
5071 5071 5056 290 Salix phylicifolia Salix phylicifolia L. NULL Salix phylicifolia 3294 3 NULL 59802 Salix phylicifolia L.
5072 5071 5056 290 Salix bicolor Salix bicolor Ehrh. NULL Salix bicolor 3294 3 NULL
5073 5073 5056 290 Salix nigricans Salix nigricans Smith. NULL Salix nigricans 3295 3 NULL 59741 Salix nigricans sensu auct.
5074 5074 5056 290 Salix pedicellata Salix pedicellata Desf. NULL Salix pedicellata 3296 3 NULL 59782 Salix pedicellata Desf.
5075 5075 5056 290 Salix aurita Salix aurita L. NULL Salix aurita 3297 3 NULL 59323 Salix aurita L.
5076 5076 5056 290 Salix cinerea Salix cinerea L. NULL Salix cinerea 3298 3 NULL 59408 Salix cinerea L.
5077 5077 5056 290 Salix caprea Salix caprea L. NULL Marsau. Salix caprea 3299 3 NULL 59380 Salix caprea L.
5078 5078 5056 290 Salix grandifolia Salix grandifolia Ser. NULL Salix grandifolia 3300 3 NULL 59543 Salix grandifolia Ser.
5079 5078 5056 290 Salix appendiculata Salix appendiculata Vill. NULL Salix appendiculata 3300 3 NULL
5080 5080 5056 290 Salix viminalis Salix viminalis L. NULL Osier blanc. Salix viminalis 3301 3 NULL 60033 Salix viminalis L.
5081 5081 5056 290 Salix incana Salix incana Schrank NULL Salix incana 3302 3 NULL 59593 Salix incana Schrank
5082 5081 5056 290 Salix rosmarinifolia Salix rosmarinifolia Gouan NULL Salix rosmarinifolia 3302 3 NULL
5083 5083 5056 290 Salix purpurea Salix purpurea L. NULL Osier rouge. Salix purpurea 3303 3 NULL 59837 Salix purpurea L.
5084 5084 5056 290 Salix daphnoides Salix daphnoides Vill. NULL Salix daphnoides 3304 3 NULL 59441 Salix daphnoides Vill.
5085 5085 5056 290 Salix pentandra Salix pentandra L. NULL Salix pentandra 3305 3 NULL 59791 Salix pentandra L.
5086 5086 5056 290 Salix triandra Salix triandra L. NULL Salix triandra 3306 3 NULL 60004 Salix triandra L.
5087 5087 5056 290 Salix babylonica Salix babylonica L. NULL Saule pleureur. Salix babylonica 3307 3 NULL 59332 Salix babylonica L.
5088 5088 5056 290 Salix fragilis Salix fragilis L. NULL Salix fragilis 3308 3 NULL 59513 Salix fragilis L.
5089 5089 5056 290 Salix alba Salix alba L. NULL Salix alba 3309 3 NULL 59255 Salix alba L.
5090 5090 5055 220 Populus Populus NULL Populus G660 3 272
5091 5091 5090 290 Populus tremula Populus tremula L. NULL Tremble. Populus tremula 3310 3 NULL 52056 Populus tremula L.
5092 5092 5090 290 Populus alba Populus alba L. NULL Peuplier blanc. Populus alba 3311 3 NULL 51965 Populus alba L.
5093 5093 5090 290 Populus nigra Populus nigra L. NULL Peuplier noir. Populus nigra 3312 3 NULL 52030 Populus nigra L.
5094 5094 5090 290 Populus monilifera Populus monilifera Ait. NULL Populus monilifera 3313 3 NULL 52027 Populus monilifera Aiton
5095 5094 5090 290 Populus virginiana Populus virginiana Desf. NULL Populus virginiana 3313 3 NULL
5096 5094 5090 290 Populus canadensis Populus canadensis Michx NULL Populus canadensis 3313 3 NULL
5097 5097 4694 180 Platanees Platanees NULL Platanees F108 3 273
5098 5098 5097 220 Platanus Platanus NULL Platanus G661 3 273
5099 5099 5098 290 Platanus vulgaris Platanus vulgaris Spach. NULL Platanus vulgaris 3314 3 NULL 50160 Platanus vulgaris sensu H J.Coste
5100 5100 4694 180 Betulinees Betulinees NULL Betulinees F109 3 274
5101 5101 5100 220 Betula Betula NULL Betula G662 3 274
5102 5102 5101 290 Betula nana Betula nana L. NULL Betula nana 3315 3 NULL 9620 Betula nana L.
5103 5103 5101 290 Betula alba Betula alba L. NULL Betula alba 3316 3 NULL 9584 Betula alba sensu 1, 2, 3
5104 5103 5101 290 Betula pendula Betula pendula Roth NULL Betula pendula 3316 3 NULL
5105 5103 5101 290 Betula verrucosa Betula verrucosa Ehrh. NULL Betula verrucosa 3316 3 NULL
5106 5106 5101 290 Betula pubescens Betula pubescens Ehrh. NULL Betula pubescens 3317 3 NULL 9629 Betula pubescens subsp. pubescens
5107 5107 5100 220 Alnus Alnus NULL Alnus G663 3 276
5108 5108 5107 290 Alnus viridis Alnus viridis Chaix NULL Alnus viridis 3318 3 NULL 3333 Alnus viridis (Chaix) DC.
5109 5108 5107 290 Alnus alnobetula Alnus alnobetula Hart. NULL Alnus alnobetula 3318 3 NULL
5110 5110 5107 290 Alnus cordata Alnus cordata Desf. NULL Alnus cordata 3319 3 NULL 78159 Alnus cordata (Loisel) Desf.
5111 5110 5107 290 Alnus cordifolia Alnus cordifolia Ten. NULL Alnus cordifolia 3319 3 NULL
5112 5112 5107 290 Alnus glutinosa Alnus glutinosa Gaertn. NULL Vergne. Alnus glutinosa 3320 3 NULL 3318 Alnus glutinosa (L) Gaertn.
5113 5113 5107 290 Alnus incana Alnus incana Willd. NULL Alnus incana 3321 3 NULL 74948 Alnus incana (L) Moench
5114 5114 4694 180 Myricinees Myricinees NULL Myricinees F110 3 277
5115 5115 5114 220 Myrica Myrica NULL Myrica G664 3 277
5116 5116 5115 290 Myrica gale Myrica gale L. NULL Piment royal. Myrica gale 3322 3 NULL 43387 Myrica gale L.
5117 5117 1 80 Gymnospermes Gymnospermes NULL Gymnospermes Gp5 3 278
5118 5118 5117 180 Gnetacees Gnetacees NULL Gnetacees F111 3 278
5119 5119 5118 220 Ephedra Ephedra NULL Ephedra G665 3 278
5120 5120 5119 290 Ephedra distachya Ephedra distachya L. NULL Raisin de mer. Ephedra distachya 3323 3 NULL 75107 Ephedra distachya L.
5121 5120 5119 290 Ephedra vulgaris Ephedra vulgaris Rich. NULL Ephedra vulgaris 3323 3 NULL
5122 5122 5119 290 Ephedra nebrodensis Ephedra nebrodensis Tineo NULL Ephedra nebrodensis 3324 3 NULL 24002 Ephedra nebrodensis Tineo
5123 5122 5119 290 Ephedra villarsii Ephedra villarsii G. G. NULL Ephedra villarsii 3324 3 NULL
5124 5124 5117 180 Coniferes Coniferes NULL Coniferes F112 3 279
5125 5125 5124 220 Taxus Taxus NULL Taxus G666 3 280
5126 5126 5125 290 Taxus baccata Taxus baccata L. NULL Taxus baccata 3325 3 NULL 67146 Taxus baccata L.
5127 5127 5124 220 Juniperus Juniperus NULL Juniperus G667 3 281
5128 5128 5127 290 Juniperus oxycedrus Juniperus oxycedrus L. NULL Cade. Juniperus oxycedrus 3326 3 NULL 36801 Juniperus oxycedrus L.
5129 5129 5127 290 Juniperus communis Juniperus communis L. NULL Genévrier. Juniperus communis 3327 3 NULL 36777 Juniperus communis L.
5130 5130 5127 290 Juniperus nana Juniperus nana Willd. NULL Juniperus nana 3328 3 NULL 36799 Juniperus nana Willd.
5131 5130 5127 290 Juniperus alpina Juniperus alpina Clus. NULL Juniperus alpina 3328 3 NULL
5132 5132 5127 290 Juniperus phoenicea Juniperus phoenicea L. NULL Juniperus phoenicea 3329 3 NULL 36807 Juniperus phoenicea L.
5133 5133 5127 290 Juniperus thurifera var. gallica Juniperus thurifera var. gallica de Coincy NULL Juniperus thurifera var. gallica 3330 3 NULL 36828 Juniperus thurifera var. gallica Coincy
5134 5133 5127 290 Juniperus sabina var. arborea Juniperus sabina var. arborea Mutel NULL Juniperus sabina var. arborea 3330 3 NULL
5135 5135 5127 290 Juniperus sabina Juniperus sabina L. NULL Sabine. Juniperus sabina 3331 3 NULL 36815 Juniperus sabina L.
5136 5136 5124 220 Cupressus Cupressus NULL Cupressus G668 3 283
5137 5137 5136 290 Cupressus sempervirens Cupressus sempervirens L. NULL Cupressus sempervirens 3332 3 NULL 20278 Cupressus sempervirens L.
5138 5137 5136 290 Cupressus fastigiata Cupressus fastigiata DC. NULL Cupressus fastigiata 3332 3 NULL
5139 5139 5124 220 Larix Larix NULL Larix G669 3 283
5140 5140 5139 290 Larix europaea Larix europaea DC. NULL Larix europaea 3333 3 NULL 37691 Larix europaea DC.
5141 5140 5139 290 Larix decidua Larix decidua Mill. NULL Larix decidua 3333 3 NULL
5142 5142 5124 220 Abies Abies NULL Abies G670 3 284
5143 5143 5142 290 Abies pectinata Abies pectinata DC. NULL Sapin. Abies pectinata 3334 3 NULL 40 Abies pectinata (Lam) DC.
5144 5143 5142 290 Abies alba Abies alba Mill. NULL Abies alba 3334 3 NULL
5145 5143 5142 290 Pinus picea Pinus picea L. NULL Pinus picea 3334 3 NULL
5146 5146 5142 290 Abies excelsa Abies excelsa DC. NULL Epicéa. Abies excelsa 3335 3 NULL 21 Abies excelsa Poir.
5147 5146 5142 290 Abies picea Abies picea Mill. NULL Abies picea 3335 3 NULL
5148 5146 5142 290 Pinus abies Pinus abies L. NULL Pinus abies 3335 3 NULL
5149 5149 5124 220 Pinus Pinus NULL Pinus G671 3 285
5150 5150 5149 290 Pinus strobus Pinus strobus L. NULL Pin Weymouth, Pin du Lord. Pinus strobus 3336 3 NULL 49701 Pinus strobus L.
5151 5151 5149 290 Pinus cembra Pinus cembra L. NULL Pin cembrot, Arole. Pinus cembra 3337 3 NULL 49606 Pinus cembra L.
5152 5152 5149 290 Pinus pinea Pinus pinea L. NULL Pin pignon, Pin parasol. Pinus pinea 3338 3 NULL 49685 Pinus pinea L.
5153 5153 5149 290 Pinus silvestris Pinus silvestris L. NULL Pin silvestre. Pinus silvestris 3339 3 NULL 49702 Pinus sylvestris L.
5154 5154 5149 290 Pinus montana Pinus montana Duroi NULL Pin à crochets. Pinus montana 3340 3 NULL 78180 Pinus montana sensu Coste
5155 5154 5149 290 Pinus pumilio Pinus pumilio Haenk. NULL Pinus pumilio 3340 3 NULL
5156 5154 5149 290 Pinus uncinata Pinus uncinata Ram. NULL Pinus uncinata 3340 3 NULL
5157 5157 5149 290 Pinus laricio Pinus laricio L. NULL Pin Laricio. Pinus laricio 3341 3 NULL 49630 Pinus laricio Poir.
5158 5157 5149 290 Pinus austriaca Pinus austriaca Höss. NULL incl. Pinus austriaca 3341 3 NULL
5159 5157 5149 290 Pinus salzmanni Pinus salzmanni Dunal NULL Pinus salzmanni 3341 3 NULL
5160 5157 5149 290 Pinus pyrenaÏca Pinus pyrenaÏca Gay, non Lap. NULL Pinus pyrenaÏca 3341 3 NULL
5161 5161 5149 290 Pinus halepensis Pinus halepensis Mill. NULL Pin d'Alep. Pinus halepensis 3342 3 NULL 75290 Pinus halepensis Mill.
5162 5162 5149 290 Pinus pinaster Pinus pinaster Soland. NULL Pin maritime. Pinus pinaster 3343 3 NULL 49677 Pinus pinaster Aiton
5163 5162 5149 290 Pinus maritima Pinus maritima Poir. NULL Pinus maritima 3343 3 NULL
5164 5164 1 80 Monocotyledones Monocotyledones NULL Monocotyledones Gp6 3 289
5165 5165 5164 180 Hydrocharidees Hydrocharidees NULL Hydrocharidees F113 3 289
5166 5166 5165 220 Hydrocharis Hydrocharis NULL Hydrocharis G672 3 289
5167 5167 5166 290 Hydrocharis morsus-ranae Hydrocharis morsus-ranae L. NULL Hydrocharis morsus-ranae 3344 3 NULL 35072 Hydrocharis morsus
5168 5168 5165 220 Stratiotes Stratiotes NULL Stratiotes G673 3 290
5169 5169 5168 290 Stratiotes aloides Stratiotes aloides L. NULL Stratiotes aloides 3345 3 NULL 66475 Stratiotes aloides L.
5170 5170 5165 220 Vallisneria Vallisneria NULL Vallisneria G674 3 290
5171 5171 5170 290 Vallisneria spiralis Vallisneria spiralis L. NULL Vallisneria spiralis 3346 3 NULL 70707 Vallisneria spiralis L.
5172 5172 5165 220 Helodea Helodea NULL Helodea G675 3 290
5173 5173 5172 290 Helodea canadensis Helodea canadensis Rich. NULL Helodea canadensis 3347 3 NULL 23805 Elodea canadensis Michx.
5174 5173 5172 290 Anacharis alsinastrum Anacharis alsinastrum Bab. NULL Anacharis alsinastrum 3347 3 NULL
5175 5175 5164 180 Alismacees Alismacees NULL Alismacees F114 3 291
5176 5176 5175 220 Sagittaria Sagittaria NULL Sagittaria G676 3 291
5177 5177 5176 290 Sagittaria sagittaefolia Sagittaria sagittaefolia L. NULL Fléchière. Sagittaria sagittaefolia 3348 3 NULL 59165 Sagittaria sagittifolia L.
5178 5178 5176 290 Sagittaria obtusa Sagittaria obtusa Willd. NULL Sagittaria obtusa 3349 3 NULL 59162 Sagittaria obtusa Mühl. ex Willd.
5179 5178 5176 290 Sagittaria variabilis var. obtusa Sagittaria variabilis var. obtusa Engel. NULL Sagittaria variabilis var. obtusa 3349 3 NULL
5180 5178 5176 290 Sagittaria gigantea Sagittaria gigantea Desm. NULL Sagittaria gigantea 3349 3 NULL
5181 5181 5175 220 Butomus Butomus NULL Butomus G677 3 292
5182 5182 5181 290 Butomus umbellatus Butomus umbellatus L. NULL Jonc fleuri. Butomus umbellatus 3350 3 NULL 11684 Butomus umbellatus L.
5183 5183 5175 220 Damasonium Damasonium NULL Damasonium G678 3 293
5184 5184 5183 290 Damasonium stellatum Damasonium stellatum Daléch. NULL Damasonium stellatum 3351 3 NULL 73347 Damasonium stellatum Delarbre
5185 5184 5183 290 Damasonium alisma Damasonium alisma Mill. NULL Damasonium alisma 3351 3 NULL
5186 5184 5183 290 Alisma damasonium Alisma damasonium L. NULL Alisma damasonium 3351 3 NULL
5187 5187 5175 220 Alisma Alisma NULL Alisma G679 3 293
5188 5188 5187 290 Alisma ranunculoides Alisma ranunculoides L. NULL Alisma ranunculoides 3352 3 NULL 2881 Alisma ranunculoides L.
5189 5189 5187 290 Alisma natans Alisma natans L. NULL Alisma natans 3353 3 NULL 2864 Alisma natans L.
5190 5190 5187 290 Alisma parnassifolium Alisma parnassifolium L. NULL Alisma parnassifolium 3354 3 NULL 2868 Alisma parnassifolium L.
5191 5191 5187 290 Alisma plantago Alisma plantago L. NULL Plantain d'eau. Alisma plantago 3355 3 NULL 2871 Alisma plantago
5192 5192 5164 180 Colchicacees Colchicacees NULL Colchicacees F115 3 295
5193 5193 5192 220 Veratrum Veratrum NULL Veratrum G680 3 295
5194 5194 5193 290 Veratrum album Veratrum album L. NULL Hellébore blanc. Veratrum album 3356 3 NULL 70723 Veratrum album L.
5195 5195 5193 290 Veratrum nigrum Veratrum nigrum L. NULL Veratrum nigrum 3357 3 NULL 70728 Veratrum nigrum L.
5196 5196 5192 220 Tofieldia Tofieldia NULL Tofieldia G681 3 296
5197 5197 5196 290 Tofieldia calyculata Tofieldia calyculata Wahlenb. NULL Tofieldia calyculata 3358 3 NULL 68494 Tofieldia calyculata (L) Wahlenb.
5198 5198 5196 290 Tofieldia palustris Tofieldia palustris Huds. NULL Tofieldia palustris 3359 3 NULL 68506 Tofieldia palustris Huds.
5199 5198 5196 290 Tofieldia borealis Tofieldia borealis Wahlenb. NULL Tofieldia borealis 3359 3 NULL
5200 5200 5192 220 Bulbocodium Bulbocodium NULL Bulbocodium G682 3 297
5201 5201 5200 290 Bulbocodium vernum Bulbocodium vernum L. NULL Bulbocodium vernum 3360 3 NULL 11425 Bulbocodium vernum L.
5202 5202 5192 220 Merendera Merendera NULL Merendera G683 3 297
5203 5203 5202 290 Merendera bulbocodium Merendera bulbocodium Ram. NULL Merendera bulbocodium 3361 3 NULL 42348 Merendera bulbocodium Ramond
5204 5203 5202 290 Merendera montana Merendera montana Lang. NULL Merendera montana 3361 3 NULL
5205 5205 5202 290 Merendera filifolia Merendera filifolia Cambess. NULL Merendera filifolia 3362 3 NULL 42350 Merendera filifolia Cambess.
5206 5206 5192 220 Colchicum Colchicum NULL Colchicum G684 3 298
5207 5207 5206 290 Colchicum bertolonii Colchicum bertolonii Steven NULL Colchicum bertolonii 3363 3 NULL 18544 Colchicum bertolonii Steven
5208 5207 5206 290 Colchicum cupani Colchicum cupani Guss. NULL Colchicum cupani 3363 3 NULL
5209 5209 5206 290 Colchicum alpinum Colchicum alpinum DC. NULL Colchicum alpinum 3364 3 NULL 18531 Colchicum alpinum DC.
5210 5210 5206 290 Colchicum corsicum Colchicum corsicum Baker NULL Colchicum corsicum 3365 3 NULL 18551 Colchicum corsicum Baker
5211 5210 5206 290 Colchicum arenarium Colchicum arenarium G. G. part. NULL Colchicum arenarium 3365 3 NULL
5212 5212 5206 290 Colchicum neapolitanum Colchicum neapolitanum Ten. NULL Colchicum neapolitanum 3366 3 NULL 18565 Colchicum neapolitanum (Ten) Ten.
5213 5212 5206 290 Colchicum arenarium Colchicum arenarium G. G., part.  NULL Colchicum arenarium 3366 3 NULL
5214 5212 5206 290 Colchicum longifolium Colchicum longifolium Castagne NULL Colchicum longifolium 3366 3 NULL
5215 5215 5206 290 Colchicum autumnale Colchicum autumnale L. NULL Colchicum autumnale 3367 3 NULL 18541 Colchicum autumnale L.
5216 5216 5164 180 Liliacees Liliacees NULL Liliacees F116 3 301
5217 5217 5216 220 Tulipa Tulipa NULL Tulipa G685 3 303
5218 5218 5217 290 Tulipa oculus-solis Tulipa oculus-solis Saint-Am. NULL Tulipa oculus-solis 3368 3 NULL 69995 Tulipa oculus
5219 5219 5217 290 Tulipa praecox Tulipa praecox Ten. NULL Tulipa praecox 3369 3 NULL 70003 Tulipa praecox Ten.
5220 5220 5217 290 Tulipa lortetii Tulipa lortetii Jord. NULL Tulipa lortetii 3370 3 NULL 69986 Tulipa lortetii Jord.
5221 5221 5217 290 Tulipa didieri Tulipa didieri Jord. NULL Tulipa didieri 3371 3 NULL 69976 Tulipa didieri Jord.
5222 5221 5217 290 Tulipa platystigma Tulipa platystigma Jord. NULL Tulipa platystigma 3371 3 NULL
5223 5223 5217 290 Tulipa clusiana Tulipa clusiana Vent. NULL in Red. Tulipa clusiana 3372 3 NULL 69973 Tulipa clusiana DC.
5224 5224 5217 290 Tulipa silvestris Tulipa silvestris L. NULL Tulipa silvestris 3373 3 NULL 70025 Tulipa sylvestris L.
5225 5225 5217 290 Tulipa australis Tulipa australis Link NULL Tulipa australis 3374 3 NULL 69962 Tulipa australis Link
5226 5225 5217 290 Tulipa celsiana Tulipa celsiana Vent NULL IN RED. Tulipa celsiana 3374 3 NULL
5227 5227 5216 220 Fritillaria Fritillaria NULL Fritillaria G686 3 306
5228 5228 5227 290 Fritillaria meleagris Fritillaria meleagris L. NULL Damier. Fritillaria meleagris 3375 3 NULL 28311 Fritillaria meleagris L.
5229 5229 5227 290 Fritillaria pyrenaica Fritillaria pyrenaica L. NULL Fritillaria pyrenaica 3376 3 NULL 28324 Fritillaria pyrenaica sensu auct Plur.
5230 5230 5227 290 Fritillaria delphinensis Fritillaria delphinensis Gren. NULL Fritillaria delphinensis 3377 3 NULL 28301 Fritillaria delphinensis Gren.
5231 5231 5227 290 Fritillaria tenella Fritillaria tenella M. Bieb. NULL Fritillaria tenella 3378 3 NULL 28325 Fritillaria tenella M Bieb.
5232 5231 5227 290 Fritillaria montana Fritillaria montana Hoppe NULL Fritillaria montana 3378 3 NULL
5233 5231 5227 290 Fritillaria caussolensis Fritillaria caussolensis Goaty et Pons NULL Fritillaria caussolensis 3378 3 NULL
5234 5234 5227 290 Fritillaria involucrata Fritillaria involucrata All. NULL Fritillaria involucrata 3379 3 NULL 28305 Fritillaria involucrata All.
5235 5235 5216 220 Lilium Lilium NULL Lilium G687 3 308
5236 5236 5235 290 Lilium martagon Lilium martagon L. NULL Lilium martagon 3380 3 NULL 38978 Lilium martagon L.
5237 5237 5235 290 Lilium pomponium Lilium pomponium L. NULL Lis turban. Lilium pomponium 3381 3 NULL 38981 Lilium pomponium L.
5238 5238 5235 290 Lilium pyrenaicum Lilium pyrenaicum Gouan. NULL Lilium pyrenaicum 3382 3 NULL 38983 Lilium pyrenaicum Gouan
5239 5239 5235 290 Lilium croceum Lilium croceum Chaix inVill. NULL Lilium croceum 3383 3 NULL 38971 Lilium croceum Chaix
5240 5239 5235 290 Lilium bulbiferum Lilium bulbiferum DC. NULL Lilium bulbiferum 3383 3 NULL
5241 5241 5235 290 Lilium candidum Lilium candidum L. NULL Lis. Lilium candidum 3384 3 NULL 38968 Lilium candidum L.
5242 5242 5216 220 Erythronium Erythronium NULL Erythronium G688 3 310
5243 5243 5242 290 Erythronium dens-canis Erythronium dens-canis L. NULL Erythronium dens-canis 3385 3 NULL 25636 Erythronium dens
5244 5244 5216 220 Lloydia Lloydia NULL Lloydia G689 3 310
5245 5245 5244 290 Lloydia serotina Lloydia serotina Reich. NULL Lloydia serotina 3386 3 NULL 39569 Lloydia serotina (L) Rchb.
5246 5246 5216 220 Gagea Gagea NULL Gagea G690 3 310
5247 5247 5246 290 Gagea bohemica Gagea bohemica Roem. et Sch. NULL Gagea bohemica 3387 3 NULL 28606 Gagea bohemica (Zauschn) Schult. & Schult.F.
5248 5247 5246 290 Gagea saxatilis Gagea saxatilis Koch NULL Gagea saxatilis 3387 3 NULL
5249 5247 5246 290 Gagea corsica Gagea corsica Jord. NULL Gagea corsica 3387 3 NULL
5250 5250 5246 290 Gagea foliosa Gagea foliosa Roem. et Sch. NULL Gagea foliosa 3388 3 NULL 28630 Gagea foliosa (J Presl & C.Presl) Schult. & Schult.F.
5251 5251 5246 290 Gagea soleirolii Gagea soleirolii F. Schultz. NULL Gagea soleirolii 3389 3 NULL 75143 Gagea soleirolii F W Schultz ex Mutel
5252 5252 5246 290 Gagea spathacea Gagea spathacea Roem. et Sch. NULL Gagea spathacea 3390 3 NULL 28670 Gagea spathacea (Hayne) Salisb.
5253 5253 5246 290 Gagea stenopetala Gagea stenopetala Reich. NULL Gagea stenopetala 3391 3 NULL 28671 Gagea stenopetala Rchb.
5254 5254 5246 290 Gagea lutea Gagea lutea Ker. NULL Gagea lutea 3392 3 NULL 28641 Gagea lutea (L) Ker Gawl.
5255 5255 5246 290 Gagea liottardi Gagea liottardi Roem. et Sch. NULL Gagea liottardi 3393 3 NULL 28638 Gagea liotardii (Sternb) Schult. & Schult.F.
5256 5255 5246 290 Gagea fistulosa Gagea fistulosa Duby NULL Gagea fistulosa 3393 3 NULL
5257 5257 5246 290 Gagea granatelli Gagea granatelli Pari. NULL Gagea granatelli 3394 3 NULL 28634 Gagea granatelli (Parl) Parl.
5258 5258 5246 290 Gagea arvensis Gagea arvensis Roem. et Sch. NULL Gagea arvensis 3395 3 NULL 28599 Gagea arvensis sensu auct.
5259 5259 5216 220 Ornithogalum Ornithogalum NULL Ornithogalum G691 3 314
5260 5260 5259 290 Ornithogalum tenuifolium Ornithogalum tenuifolium Guss. NULL Ornithogalum tenuifolium 3396 3 NULL 46523 Ornithogalum tenuifolium Guss.
5261 5261 5259 290 Ornithogalum exscapum Ornithogalum exscapum Ten. NULL Ornithogalum exscapum 3397 3 NULL 46463 Ornithogalum exscapum sensu auct Plur.
5262 5261 5259 290 Ornithogalum biflorum Ornithogalum biflorum Jord. NULL Ornithogalum biflorum 3397 3 NULL
5263 5263 5259 290 Ornithogalum umbellatum Ornithogalum umbellatum L. NULL Dame d'onze heures. Ornithogalum umbellatum 3398 3 NULL 46526 Ornithogalum umbellatum L.
5264 5263 5259 290 Ornithogalum angustifolium Ornithogalum angustifolium Bor. NULL Ornithogalum angustifolium 3398 3 NULL
5265 5265 5259 290 Ornithogalum divergens Ornithogalum divergens Bor. NULL Ornithogalum divergens 3399 3 NULL 46462 Ornithogalum divergens Boreau
5266 5265 5259 290 Ornithogalum proliferum Ornithogalum proliferum Jord. NULL Ornithogalum proliferum 3399 3 NULL
5267 5265 5259 290 Ornithogalum declinatum Ornithogalum declinatum Jord. NULL Ornithogalum declinatum 3399 3 NULL
5268 5268 5259 290 Ornithogalum arabicum Ornithogalum arabicum L. NULL Ornithogalum arabicum 3400 3 NULL 46440 Ornithogalum arabicum L.
5269 5269 5259 290 Ornithogalum nutans Ornithogalum nutans L. NULL Ornithogalum nutans 3401 3 NULL 46489 Ornithogalum nutans L.
5270 5269 5259 290 Myogalum nutans Myogalum nutans Link. NULL Myogalum nutans 3401 3 NULL
5271 5271 5259 290 Ornithogalum narbonense Ornithogalum narbonense L. NULL Ornithogalum narbonense 3402 3 NULL 46488 Ornithogalum narbonense L.
5272 5272 5259 290 Ornithogalum pyrenaicum Ornithogalum pyrenaicum L. NULL Ornithogalum pyrenaicum 3403 3 NULL 46501 Ornithogalum pyrenaicum L.
5273 5272 5259 290 Ornithogalum sulfureum Ornithogalum sulfureum Roem. et Sch. NULL Ornithogalum sulfureum 3403 3 NULL
5274 5274 5216 220 Urginea Urginea NULL Urginea G692 3 317
5275 5275 5274 290 Urginea maritima Urginea maritima Baker NULL Scille officinale. Urginea maritima 3404 3 NULL 70373 Urginea maritima (L) Baker
5276 5275 5274 290 Urginea scilla Urginea scilla Steinb. NULL Urginea scilla 3404 3 NULL
5277 5277 5274 290 Urginea undulata Urginea undulata Steinh. NULL Urginea undulata 3405 3 NULL 70377 Urginea undulata (Desf) Steinh.
5278 5278 5274 290 Urginea fugax Urginea fugax Steinh. NULL Urginea fugax 3406 3 NULL 70372 Urginea fugax (Moris) Steinh.
5279 5279 5216 220 Scilla Scilla NULL Scilla G693 3 318
5280 5280 5279 290 Scilla autumnalis Scilla autumnalis L. NULL Scilla autumnalis 3407 3 NULL 61456 Scilla autumnalis L.
5281 5281 5279 290 Scilla obtusifolia Scilla obtusifolia Poiret NULL Scilla obtusifolia 3408 3 NULL 61500 Scilla obtusifolia Poir.
5282 5281 5279 290 Scilla intermedia Scilla intermedia Guss. NULL Scilla intermedia 3408 3 NULL
5283 5283 5279 290 Scilla bifolia Scilla bifolia L. NULL Scilla bifolia 3409 3 NULL 61464 Scilla bifolia L.
5284 5283 5279 290 Adenoscilla bifolia Adenoscilla bifolia Gren. et G. NULL Adenoscilla bifolia 3409 3 NULL
5285 5285 5279 290 Scilla amoena Scilla amoena L. NULL Scilla amoena 3410 3 NULL 61455 Scilla amoena L.
5286 5286 5279 290 Scilla hyacinthoides Scilla hyacinthoides L. NULL Scilla hyacinthoides 3411 3 NULL 61483 Scilla hyacinthoides L.
5287 5287 5279 290 Scilla peruviana Scilla peruviana L. NULL Scilla peruviana 3412 3 NULL 61507 Scilla peruviana L.
5288 5287 5279 290 Scilla hemisphaerica Scilla hemisphaerica Boiss. NULL Scilla hemisphaerica 3412 3 NULL
5289 5287 5279 290 Scilla elongata Scilla elongata Pari. NULL Scilla elongata 3412 3 NULL
5290 5290 5279 290 Scilla lilio-hyacinthus Scilla lilio-hyacinthus L. NULL Scilla lilio-hyacinthus 3413 3 NULL 61487 Scilla lilio
5291 5291 5279 290 Scilla italica Scilla italica L. NULL Scilla italica 3414 3 NULL 61485 Scilla italica L.
5292 5291 5279 290 Scilla bertolonii Scilla bertolonii Duby NULL Scilla bertolonii 3414 3 NULL
5293 5293 5279 290 Scilla verna Scilla verna Huds. NULL Scilla verna 3415 3 NULL 61527 Scilla verna Huds.
5294 5293 5279 290 Scilla umbellata Scilla umbellata Ram. NULL Scilla umbellata 3415 3 NULL
5295 5295 5216 220 Endymion Endymion NULL Endymion G694 3 322
5296 5296 5295 290 Endymion patulus Endymion patulus Dumort. NULL Endymion patulus 3416 3 NULL 23958 Endymion patulus Dumort.
5297 5296 5295 290 Endymion campanulatus Endymion campanulatus Willk. NULL Endymion campanulatus 3416 3 NULL
5298 5296 5295 290 Scilla patula Scilla patula DC. NULL Scilla patula 3416 3 NULL
5299 5296 5295 290 Agraphis patula Agraphis patula Reich. NULL Agraphis patula 3416 3 NULL
5300 5300 5295 290 Endymion nutans Endymion nutans Dumort. NULL Jacinthe des bois. Endymion nutans 3417 3 NULL 23953 Endymion nutans Dumort.
5301 5300 5295 290 Endymion non-scriptus Endymion non-scriptus Garcke NULL Endymion non-scriptus 3417 3 NULL
5302 5300 5295 290 Scilla nutans Scilla nutans Sm. NULL Scilla nutans 3417 3 NULL
5303 5300 5295 290 Agraphis nutans Agraphis nutans Link. NULL Agraphis nutans 3417 3 NULL
5304 5304 5216 220 Uropetalum Uropetalum NULL Uropetalum G695 3 323
5305 5305 5304 290 Uropetalum serotinum Uropetalum serotinum Ker NULL Uropetalum serotinum 3418 3 NULL 70378 Uropetalon serotinum (L) Ker Gawl.
5306 5305 5304 290 Dipcadi serotinum Dipcadi serotinum Medik NULL Dipcadi serotinum 3418 3 NULL
5307 5307 5216 220 Hyacinthus Hyacinthus NULL Hyacinthus G696 3 323
5308 5308 5307 290 Hyacinthus orientalis Hyacinthus orientalis L. NULL Jacinthe d'Orient. Hyacinthus orientalis 3419 3 NULL 35025 Hyacinthus orientalis L.
5309 5308 5307 290 Hyacinthus albulus Hyacinthus albulus Jord. NULL Hyacinthus albulus 3419 3 NULL
5310 5308 5307 290 Hyacinthus provincialis Hyacinthus provincialis Jord. NULL Hyacinthus provincialis 3419 3 NULL
5311 5311 5307 290 Hyacinthus amethystinus Hyacinthus amethystinus L. NULL Hyacinthus amethystinus 3420 3 NULL 35004 Hyacinthus amethystinus L.
5312 5312 5307 290 Hyacinthus fastigiatus Hyacinthus fastigiatus Bertol. NULL Hyacinthus fastigiatus 3421 3 NULL 35014 Hyacinthus fastigiatus (Viv) Bertol.
5313 5312 5307 290 Hyacinthus pouzolzii Hyacinthus pouzolzii Gay NULL Hyacinthus pouzolzii 3421 3 NULL
5314 5314 5216 220 Bellevalia Bellevalia NULL Bellevalia G697 3 325
5315 5315 5314 290 Bellevalia ciliata Bellevalia ciliata Nees NULL Bellevalia ciliata 3422 3 NULL 9377 Bellevalia ciliata (Cirillo) Nees
5316 5315 5314 290 Hyacinthus ciliatus Hyacinthus ciliatus Cyr. NULL Hyacinthus ciliatus 3422 3 NULL
5317 5317 5314 290 Bellevalia trifoliata Bellevalia trifoliata Kunth NULL Bellevalia trifoliata 3423 3 NULL 9383 Bellevalia trifoliata (Ten) Kunth
5318 5317 5314 290 Hyacinthus trifoliatus Hyacinthus trifoliatus Ten. NULL Hyacinthus trifoliatus 3423 3 NULL
5319 5319 5314 290 Bellevalia romana Bellevalia romana Reich. NULL Bellevalia romana 3424 3 NULL 9382 Bellevalia romana (L) Rchb.
5320 5319 5314 290 Hyacinthus romanus Hyacinthus romanus L. NULL Hyacinthus romanus 3424 3 NULL
5321 5321 5216 220 Muscari Muscari NULL Muscari G698 3 326
5322 5322 5321 290 Muscari comosum Muscari comosum Mill. NULL Muscari à toupet. Muscari comosum 3425 3 NULL 43036 Muscari comosum (L) Mill.
5323 5322 5321 290 Bellevalia comosa Bellevalia comosa Kunth NULL Bellevalia comosa 3425 3 NULL
5324 5324 5321 290 Muscari racemosum Muscari racemosum Mill. NULL Muscari racemosum 3426 3 NULL 43069 Muscari racemosum (L) Mill.
5325 5324 5321 290 Botryanthus odorus Botryanthus odorus Kunth NULL Botryanthus odorus 3426 3 NULL
5326 5326 5321 290 Muscari neglectum Muscari neglectum Guss. NULL Muscari neglectum 3427 3 NULL 43063 Muscari neglectum Guss. ex Ten.
5327 5326 5321 290 Muscari compactum Muscari compactum Jord. NULL Muscari compactum 3427 3 NULL
5328 5326 5321 290 Botryanthus neglectus Botryanthus neglectus Kunth NULL Botryanthus neglectus 3427 3 NULL
5329 5329 5321 290 Muscari botryoides Muscari botryoides Mill. NULL Muscari botryoides 3428 3 NULL 43026 Muscari botryoides (L) Mill.
5330 5329 5321 290 Botryanthus vulgaris Botryanthus vulgaris Kunth NULL Botryanthus vulgaris 3428 3 NULL
5331 5331 5321 290 Muscari motelayi Muscari motelayi Foucaud. NULL Muscari motelayi 3429 3 NULL 43061 Muscari motelayi Foucaud
5332 5332 5321 290 Muscari lelievrei Muscari lelievrei Bor. NULL Muscari lelievrei 3430 3 NULL 43053 Muscari lelievrei Boreau
5333 5332 5321 290 Botryanthus lelievrei Botryanthus lelievrei Nyman NULL Botryanthus lelievrei 3430 3 NULL
5334 5334 5216 220 Allium Allium NULL Allium G699 3 328
5335 5335 5334 290 Allium cepa Allium cepa L. NULL Ognon, Oignon. Allium cepa 3431 3 NULL 2972 Allium cepa L.
5336 5336 5334 290 Allium fistulosum Allium fistulosum L. NULL Ciboule. Allium fistulosum 3432 3 NULL 3009 Allium fistulosum L.
5337 5337 5334 290 Allium ascalonicum Allium ascalonicum L. NULL Échalotte. Allium ascalonicum 3433 3 NULL 2948 Allium ascalonicum sensu auct.
5338 5338 5334 290 Allium schoenoprasum Allium schoenoprasum L. NULL Civette, Ciboulette, Appétits. Allium schoenoprasum 3434 3 NULL 3203 Allium schoenoprasum L.
5339 5339 5334 290 Allium vineale Allium vineale L. NULL Allium vineale 3435 3 NULL 3276 Allium vineale L.
5340 5340 5334 290 Allium sphaerocephalum Allium sphaerocephalum L. NULL Allium sphaerocephalum 3436 3 NULL 3228 Allium sphaerocephalon L.
5341 5341 5334 290 Allium oleraceum Allium oleraceum L. NULL Allium oleraceum 3437 3 NULL 3104 Allium oleraceum L.
5342 5342 5334 290 Allium paniculatum Allium paniculatum L. NULL Allium paniculatum 3438 3 NULL 3123 Allium paniculatum L.
5343 5342 5334 290 Allium pallbns Allium pallbns L. NULL Allium pallbns 3438 3 NULL
5344 5344 5334 290 Allium carinatum Allium carinatum L. NULL Allium carinatum 3439 3 NULL 2963 Allium carinatum L.
5345 5344 5334 290 Allium pulchellum Allium pulchellum Don NULL Allium pulchellum 3439 3 NULL
5346 5346 5334 290 Allium flavum Allium flavum L. NULL Allium flavum 3440 3 NULL 75445 Allium flavum L.
5347 5347 5334 290 Allium strictum Allium strictum Schrader. NULL Allium strictum 3441 3 NULL 3241 Allium strictum Schrad.
5348 5348 5334 290 Allium victorialis Allium victorialis L. NULL Allium victorialis 3442 3 NULL 3275 Allium victorialis L.
5349 5349 5334 290 Allium ericetorum Allium ericetorum Thore NULL Allium ericetorum 3443 3 NULL 3002 Allium ericetorum Thore
5350 5349 5334 290 Allium ochroleucum Allium ochroleucum W. et Kit. NULL Allium ochroleucum 3443 3 NULL
5351 5351 5334 290 Allium chamaemoly Allium chamaemoly L. NULL Allium chamaemoly 3444 3 NULL 2975 Allium chamaemoly L.
5352 5352 5334 290 Allium moschatum Allium moschatum L. NULL Allium moschatum 3445 3 NULL 3084 Allium moschatum L.
5353 5353 5334 290 Allium parciflorum Allium parciflorum Viv. NULL Allium parciflorum 3446 3 NULL 3136 Allium parciflorum Viv.
5354 5353 5334 290 Allium pauciflorum Allium pauciflorum G. G. NULL Allium pauciflorum 3446 3 NULL
5355 5355 5334 290 Allium maritimum Allium maritimum Rafin. NULL Allium maritimum 3447 3 NULL 3073 Allium maritimum sensu H J.Coste
5356 5355 5334 290 Allium obtusiplorum Allium obtusiplorum Poiret NULL Allium obtusiplorum 3447 3 NULL
5357 5355 5334 290 Allium pusillum Allium pusillum Cyr. NULL Allium pusillum 3447 3 NULL
5358 5358 5334 290 Allium sativum Allium sativum L. NULL Ail commun. Allium sativum 3448 3 NULL 3195 Allium sativum L.
5359 5359 5334 290 Allium scorodoprasum Allium scorodoprasum L. NULL Rocambole. Allium scorodoprasum 3449 3 NULL 3213 Allium scorodoprasum L.
5360 5360 5334 290 Allium rotundum Allium rotundum L. NULL Allium rotundum 3450 3 NULL 3183 Allium rotundum L.
5361 5361 5334 290 Allium acutiflorum Allium acutiflorum Lois. NULL Allium acutiflorum 3451 3 NULL 2919 Allium acutiflorum Loisel.
5362 5361 5334 290 Allium multiflorum Allium multiflorum Desf. ? NULL Allium multiflorum 3451 3 NULL
5363 5363 5334 290 Allium scaberrimum Allium scaberrimum Serres. NULL Allium scaberrimum 3452 3 NULL 3202 Allium scaberrimum J Serres
5364 5364 5334 290 Allium porrum Allium porrum L. NULL Poireau, Porreau. Allium porrum 3453 3 NULL 3151 Allium porrum L.
5365 5365 5334 290 Allium polyanthum Allium polyanthum Roem, et Sch. NULL Allium polyanthum 3454 3 NULL 3147 Allium polyanthum Schult. & Schult.F.
5366 5365 5334 290 Allium multiflorum Allium multiflorum DC. NULL Allium multiflorum 3454 3 NULL
5367 5367 5334 290 Allium ampeloprasum Allium ampeloprasum L. NULL Gros ail, Carambole. Allium ampeloprasum 3455 3 NULL 2934 Allium ampeloprasum L.
5368 5368 5334 290 Allium moly Allium moly L. NULL Ail doré. Allium moly 3456 3 NULL 3077 Allium moly L.
5369 5369 5334 290 Allium ursinum Allium ursinum L. NULL Allium ursinum 3457 3 NULL 74946 Allium ursinum L.
5370 5370 5334 290 Allium subhirsutum Allium subhirsutum L. NULL Allium subhirsutum 3458 3 NULL 3247 Allium subhirsutum L.
5371 5371 5334 290 Allium neapolitanum Allium neapolitanum Gyrille NULL Allium neapolitanum 3459 3 NULL 3090 Allium neapolitanum Cirillo
5372 5371 5334 290 Allium album Allium album Santi NULL Allium album 3459 3 NULL
5373 5373 5334 290 Allium triquetrum Allium triquetrum L. NULL Allium triquetrum 3460 3 NULL 3268 Allium triquetrum L.
5374 5374 5334 290 Allium pendulinum Allium pendulinum Ten. NULL Allium pendulinum 3461 3 NULL 3141 Allium pendulinum Ten.
5375 5375 5334 290 Allium narcissiflorum Allium narcissiflorum Vill. NULL Allium narcissiflorum 3462 3 NULL 3088 Allium narcissiflorum Vill.
5376 5376 5334 290 Allium angulosum Allium angulosum L. NULL Allium angulosum 3463 3 NULL 2944 Allium angulosum L.
5377 5376 5334 290 Allium acutangulum Allium acutangulum Schrad. NULL Allium acutangulum 3463 3 NULL
5378 5378 5334 290 Allium fallax Allium fallax Roem. et S. NULL Allium fallax 3464 3 NULL 3005 Allium fallax Schult. & Schult.F.
5379 5378 5334 290 Allium serotinum Allium serotinum Schl. NULL Allium serotinum 3464 3 NULL
5380 5380 5334 290 Allium roseum Allium roseum L. NULL Allium roseum 3465 3 NULL 3167 Allium roseum L.
5381 5381 5334 290 Allium nigrum Allium nigrum L. NULL Allium nigrum 3466 3 NULL 3093 Allium nigrum L.
5382 5382 5334 290 Allium siculum Allium siculum Ucria NULL Allium siculum 3467 3 NULL 3224 Allium siculum Ucria
5383 5382 5334 290 Nectaroscordum siculum Nectaroscordum siculum Lindl. NULL Nectaroscordum siculum 3467 3 NULL
5384 5384 5334 290 Allium fragrans Allium fragrans Vent. NULL Allium fragrans 3468 3 NULL 3023 Allium fragrans sensu 2, 3
5385 5384 5334 290 Nothoscordum fragrans Nothoscordum fragrans Kunth NULL Nothoscordum fragrans 3468 3 NULL
5386 5386 5216 220 Hemerocallis Hemerocallis NULL Hemerocallis G700 3 342
5387 5387 5386 290 Hemerocallis fulva Hemerocallis fulva L. NULL Lis rouge. Hemerocallis fulva 3469 3 NULL 31576 Hemerocallis fulva (L) L.
5388 5388 5386 290 Hemerocallis flava Hemerocallis flava L. NULL Lis jaune. Hemerocallis flava 3470 3 NULL 31575 Hemerocallis flava (L) L.
5389 5389 5216 220 Paradisia Paradisia NULL Paradisia G701 3 343
5390 5390 5389 290 Paradisia liliastrum Paradisia liliastrum Bert. NULL Paradisia liliastrum 3471 3 NULL 47900 Paradisea liliastrum (L) Bertol.
5391 5391 5216 220 Anthericum Anthericum NULL Anthericum G702 3 343
5392 5392 5391 290 Anthericum planifolium Anthericum planifolium L. NULL Anthericum planifolium 3472 3 NULL 5175 Anthericum planifolium L.
5393 5392 5391 290 Simethis planifolia Simethis planifolia G. G. NULL Simethis planifolia 3472 3 NULL
5394 5392 5391 290 Simethis bicolor Simethis bicolor Kunth NULL Simethis bicolor 3472 3 NULL
5395 5395 5391 290 Anthericum ramosum Anthericum ramosum L. NULL Anthericum ramosum 3473 3 NULL 5177 Anthericum ramosum L.
5396 5395 5391 290 Phalangium ramosum Phalangium ramosum Poir. NULL Phalangium ramosum 3473 3 NULL
5397 5397 5391 290 Anthericum liliago Anthericum liliago L. NULL Anthericum liliago 3474 3 NULL 5168 Anthericum liliago L.
5398 5397 5391 290 Phalangium liliago Phalangium liliago Schreb. NULL Phalangium liliago 3474 3 NULL
5399 5399 5216 220 Asphodelus Asphodelus NULL Asphodelus G703 3 345
5400 5400 5399 290 Asphodelus fistulosus Asphodelus fistulosus L. NULL Asphodelus fistulosus 3475 3 NULL 7362 Asphodelus fistulosus L.
5401 5401 5399 290 Asphodelus microcarpus Asphodelus microcarpus Viv. NULL Asphodelus microcarpus 3476 3 NULL 7378 Asphodelus microcarpus Viv.
5402 5401 5399 290 Asphodelus infestus Asphodelus infestus Pari. NULL Asphodelus infestus 3476 3 NULL
5403 5403 5399 290 Asphodelus chambeironi Asphodelus chambeironi Jord. NULL Asphodelus chambeironi 3477 3 NULL 7353 Asphodelus chambeironii Jord.
5404 5404 5399 290 Asphodelus cerasifer Asphodelus cerasifer Gay NULL Asphodelus cerasifer 3478 3 NULL 7352 Asphodelus cerasiferus J Gay
5405 5404 5399 290 Asphodelus ramosus Asphodelus ramosus Gouan NULL Asphodelus ramosus 3478 3 NULL
5406 5406 5399 290 Asphodelus arrondeaui Asphodelus arrondeaui Lloyd. NULL Asphodelus arrondeaui 3479 3 NULL 7346 Asphodelus arrondeaui J Lloyd
5407 5407 5399 290 Asphodelus albus Asphodelus albus Mill. NULL Asphodelus albus 3480 3 NULL 7331 Asphodelus albus Mill.
5408 5407 5399 290 Asphodelus sphaerocarpus Asphodelus sphaerocarpus G. G. NULL Asphodelus sphaerocarpus 3480 3 NULL
5409 5407 5399 290 Asphodelus occidentalis Asphodelus occidentalis Jord. NULL Asphodelus occidentalis 3480 3 NULL
5410 5410 5399 290 Asphodelus subalpinus Asphodelus subalpinus Gren. et G. NULL Asphodelus subalpinus 3481 3 NULL 7394 Asphodelus subalpinus Gren.
5411 5410 5399 290 Asphodelus delphinensis Asphodelus delphinensis G. G. NULL Asphodelus delphinensis 3481 3 NULL
5412 5412 5216 220 Narthecium Narthecium NULL Narthecium G704 3 348
5413 5413 5412 290 Narthecium ossifregum Narthecium ossifregum Huds. NULL Narthecium ossifregum 3482 3 NULL 43784 Narthecium ossifragum (L) Huds.
5414 5414 5412 290 Narthecium reverchoni Narthecium reverchoni Celakowsky. NULL Narthecium reverchoni 3483 3 NULL 43787 Narthecium reverchonii Celak.
5415 5415 5216 220 Aphyllanthes Aphyllanthes NULL Aphyllanthes G705 3 348
5416 5416 5415 290 Aphyllanthes monspeliensis Aphyllanthes monspeliensis L. NULL Aphyllanthes monspeliensis 3484 3 NULL 5615 Aphyllanthes monspeliensis L.
5417 5417 5164 180 Asparaginees Asparaginees NULL Asparaginees F117 3 349
5418 5418 5417 220 Paris Paris NULL Paris G706 3 350
5419 5419 5418 290 Paris quadrifolia Paris quadrifolia L. NULL Paris quadrifolia 3485 3 NULL 47936 Paris quadrifolia L.
5420 5420 5417 220 Maianthemum Maianthemum NULL Maianthemum G707 3 350
5421 5421 5420 290 Maianthemum bifolium Maianthemum bifolium DC. NULL Maianthemum bifolium 3486 3 NULL 40679 Maianthemum bifolium (L) F W.Schmidt
5422 5422 5417 220 Convallaria Convallaria NULL Convallaria G708 3 351
5423 5423 5422 290 Convallaria maialis Convallaria maialis L. NULL Convallaria maialis 3487 3 NULL 18716 Convallaria majalis L.
5424 5424 5417 220 Polygonatum Polygonatum NULL Polygonatum G709 3 351
5425 5425 5424 290 Polygonatum verticillatum Polygonatum verticillatum All. NULL Polygonatum verticillatum 3488 3 NULL 51311 Polygonatum verticillatum (L) All.
5426 5425 5424 290 Convallaria verticillata Convallaria verticillata L. NULL Convallaria verticillata 3488 3 NULL
5427 5427 5424 290 Polygonatum multiflorum Polygonatum multiflorum All. NULL Polygonatum multiflorum 3489 3 NULL 51299 Polygonatum multiflorum (L) All.
5428 5427 5424 290 Convallaria multiflora Convallaria multiflora L. NULL Convallaria multiflora 3489 3 NULL
5429 5429 5424 290 Polygonatum officinale Polygonatum officinale All. NULL Polygonatum officinale 3490 3 NULL 51307 Polygonatum officinale All.
5430 5429 5424 290 Polygonatum vulgare Polygonatum vulgare Desf. NULL Polygonatum vulgare 3490 3 NULL
5431 5429 5424 290 Convallaria polygonatum Convallaria polygonatum L. NULL Convallaria polygonatum 3490 3 NULL
5432 5432 5417 220 Streptopus Streptopus NULL Streptopus G710 3 352
5433 5433 5432 290 Streptopus amplexifolius Streptopus amplexifolius DC. NULL Streptopus amplexifolius 3491 3 NULL 66482 Streptopus amplexifolius (L) DC.
5434 5433 5432 290 Streptopus distortus Streptopus distortus Michx NULL Streptopus distortus 3491 3 NULL
5435 5435 5417 220 Asparagus Asparagus NULL Asparagus G711 3 353
5436 5436 5435 290 Asparagus tenuifolius Asparagus tenuifolius Lamk. NULL Asparagus tenuifolius 3492 3 NULL 7245 Asparagus tenuifolius Lam.
5437 5437 5435 290 Asparagus officinalis Asparagus officinalis L. NULL Asparagus officinalis 3493 3 NULL 7231 Asparagus officinalis L.
5438 5438 5435 290 Asparagus scaber Asparagus scaber brignoli NULL Asparagus scaber 3494 3 NULL 7243 Asparagus scaber Brign.
5439 5438 5435 290 Asparagus amarus Asparagus amarus DC.  NULL Asparagus amarus 3494 3 NULL
5440 5438 5435 290 Asparagus maritimus Asparagus maritimus Mill., non Pall NULL Asparagus maritimus 3494 3 NULL
5441 5441 5435 290 Asparagus acutifolius Asparagus acutifolius L. NULL Asparagus acutifolius 3495 3 NULL 7214 Asparagus acutifolius L.
5442 5442 5435 290 Asparagus albus Asparagus albus L. NULL Asparagus albus 3496 3 NULL 7215 Asparagus albus L.
5443 5442 5435 290 Asparagopsis alba Asparagopsis alba Kunth NULL Asparagopsis alba 3496 3 NULL
5444 5444 5417 220 Ruscus Ruscus NULL Ruscus G712 3 355
5445 5445 5444 290 Ruscus aculeatus Ruscus aculeatus L. NULL Buis pointu, petit houx. Ruscus aculeatus 3497 3 NULL 58960 Ruscus aculeatus L.
5446 5446 5444 290 Ruscus hypoglossum Ruscus hypoglossum L. NULL Ruscus hypoglossum 3498 3 NULL 58963 Ruscus hypoglossus sensu 1, 2, 3, 5
5447 5447 5417 220 Smilax Smilax NULL Smilax G713 3 356
5448 5448 5447 290 Smilax aspera Smilax aspera L. NULL Salsepareille d'Europe. Smilax aspera 3499 3 NULL 64818 Smilax aspera L.
5449 5449 5164 180 Dioscorees Dioscorees NULL Dioscorees F118 3 357
5450 5450 5449 220 Tamus Tamus NULL Tamus G714 3 357
5451 5451 5450 290 Tamus communis Tamus communis L. NULL Herbe-aux-femmes-battues. Tamus communis 3500 3 NULL 66726 Tamus communis L.
5452 5452 5449 220 Dioscorea Dioscorea NULL Dioscorea G715 3 357
5453 5453 5452 290 Dioscorea pyrenaica Dioscorea pyrenaica Bubani et Bordère NULL Dioscorea pyrenaica 3501 3 NULL 22548 Dioscorea pyrenaica Bubani & Bordère ex Gren.
5454 5453 5452 290 Bordera pyrenaica Bordera pyrenaica Miégeville NULL Bordera pyrenaica 3501 3 NULL
5455 5455 5164 180 Iridees Iridees NULL Iridees F119 3 358
5456 5456 5455 220 Crocus Crocus NULL Crocus G716 3 359
5457 5457 5456 290 Crocus nudiflorus Crocus nudiflorus Smith NULL Crocus nudiflorus 3502 3 NULL 19898 Crocus nudiflorus Sm.
5458 5457 5456 290 Crocus multifidus Crocus multifidus Ram. NULL Crocus multifidus 3502 3 NULL
5459 5459 5456 290 Crocus medius Crocus medius balbis. NULL Crocus medius 3503 3 NULL 19887 Crocus medius sensu auct.
5460 5460 5456 290 Crocus sativus Crocus sativus L. NULL Safran. Crocus sativus 3504 3 NULL 19911 Crocus sativus L.
5461 5461 5456 290 Crocus vernus Crocus vernus All. NULL Crocus vernus 3505 3 NULL 78158 Crocus vernus All.
5462 5462 5456 290 Crocus versicolor Crocus versicolor Ker. NULL Crocus versicolor 3506 3 NULL 19937 Crocus versicolor Ker Gawl.
5463 5463 5456 290 Crocus corsicus Crocus corsicus Maw NULL Crocus corsicus 3507 3 NULL 19863 Crocus corsicus Vanucchi ex Maw
5464 5463 5456 290 Crocus insularis Crocus insularis Gay part. NULL Crocus insularis 3507 3 NULL
5465 5465 5456 290 Crocus minimus Crocus minimus DC. NULL Crocus minimus 3508 3 NULL 19890 Crocus minimus DC.
5466 5465 5456 290 Crocus insularis Crocus insularis Gay part. NULL Crocus insularis 3508 3 NULL
5467 5467 5455 220 Romulea Romulea NULL Romulea G717 3 361
5468 5468 5467 290 Romulea bulbocodium Romulea bulbocodium Seb. et M. NULL Romulea bulbocodium 3509 3 NULL 56282 Romulea bulbocodium (L) Sebast. & Mauri
5469 5468 5467 290 Trichonema bulbocodium Trichonema bulbocodium Ker NULL Trichonema bulbocodium 3509 3 NULL
5470 5470 5467 290 Romulea ligustica Romulea ligustica Parl. NULL Romulea ligustica 3510 3 NULL 56308 Romulea ligustica Parl.
5471 5471 5467 290 Romulea requienii Romulea requienii Pari. NULL Romulea requienii 3511 3 NULL 56328 Romulea requienii Parl.
5472 5471 5467 290 Trichonema requienii Trichonema requienii Marsilly NULL Trichonema requienii 3511 3 NULL
5473 5473 5467 290 Romulea linaresii Romulea linaresii Pari. NULL Romulea linaresii 3512 3 NULL 56310 Romulea linaresii sensu auct.
5474 5473 5467 290 Romulea corsica Romulea corsica Jord. NULL incl. Romulea corsica 3512 3 NULL
5475 5475 5467 290 Romulea ramiflora Romulea ramiflora Ten. NULL Romulea ramiflora 3513 3 NULL 56323 Romulea ramiflora Ten.
5476 5475 5467 290 Trichonema ramiflorum Trichonema ramiflorum Sweet NULL Trichonema ramiflorum 3513 3 NULL
5477 5477 5467 290 Romulea columnae Romulea columnae Seb. et M. NULL Romulea columnae 3514 3 NULL 56292 Romulea columnae Sebast. & Mauri
5478 5477 5467 290 Trichonema columnae Trichonema columnae Reich. NULL Trichonema columnae 3514 3 NULL
5479 5479 5455 220 Sisyrinchium Sisyrinchium NULL Sisyrinchium G718 3 364
5480 5480 5479 290 Sisyrinchium bermudiana Sisyrinchium bermudiana L. NULL Bermudienne, Herbe aux yeux bleus. Sisyrinchium bermudiana 3515 3 NULL 64756 Sisyrinchium bermudiana sensu H J.Coste
5481 5480 5479 290 Sisyrinchium anceps Sisyrinchium anceps Cav. NULL Sisyrinchium anceps 3515 3 NULL
5482 5480 5479 290 Sisyrinchium mucronatum Sisyrinchium mucronatum Mich. NULL Sisyrinchium mucronatum 3515 3 NULL
5483 5483 5455 220 Iris Iris NULL Iris G719 3 364
5484 5484 5483 290 Iris sisyrinchium Iris sisyrinchium L. NULL Iris sisyrinchium 3516 3 NULL 35972 Iris sisyrinchium L.
5485 5484 5483 290 Gynandris sisyrinchium Gynandris sisyrinchium Pari. NULL Gynandris sisyrinchium 3516 3 NULL
5486 5486 5483 290 Iris tuberosa Iris tuberosa L. NULL Iris tuberosa 3517 3 NULL 35989 Iris tuberosa L.
5487 5486 5483 290 Hermodactylus tuberosus Hermodactylus tuberosus Salisb. NULL Hermodactylus tuberosus 3517 3 NULL
5488 5488 5483 290 Iris xiphium Iris xiphium L. NULL Iris xiphium 3518 3 NULL 35996 Iris xiphium L.
5489 5488 5483 290 Iris variabilis Iris variabilis Jacq. NULL Iris variabilis 3518 3 NULL
5490 5490 5483 290 Iris xiphioides Iris xiphioides Ehrh. NULL Iris xiphioides 3519 3 NULL 35995 Iris xiphioides Ehrh.
5491 5490 5483 290 Iris pyrenaica Iris pyrenaica Bubani NULL Iris pyrenaica 3519 3 NULL
5492 5492 5483 290 Iris graminea Iris graminea L. NULL Iris graminea 3520 3 NULL 35923 Iris graminea L.
5493 5492 5483 290 Iris bayonnensis Iris bayonnensis Darracq NULL Iris bayonnensis 3520 3 NULL
5494 5494 5483 290 Iris spuria Iris spuria L. NULL Iris spuria 3521 3 NULL 35979 Iris spuria L.
5495 5495 5483 290 Iris sibirica Iris sibirica L. NULL Iris sibirica 3522 3 NULL 35970 Iris sibirica L.
5496 5496 5483 290 Iris foetidissima Iris foetidissima L. NULL Iris-gigot Iris foetidissima 3523 3 NULL 35917 Iris foetidissima L.
5497 5497 5483 290 Iris pseudacorus Iris pseudacorus L. NULL Iris des marais, Iris pseudacorus 3524 3 NULL 35960 Iris pseudacorus L.
5498 5498 5483 290 Iris chamaeiris Iris chamaeiris Bertol. NULL Iris chamaeiris 3525 3 NULL 35898 Iris chamaeiris Bertol.
5499 5498 5483 290 Iris pumila Iris pumila Vill. NULL Iris pumila 3525 3 NULL
5500 5498 5483 290 Iris italica Iris italica Pari. NULL Iris italica 3525 3 NULL
5501 5501 5483 290 Iris lutescens Iris lutescens Lamk NULL Iris lutescens 3526 3 NULL 75191 Iris lutescens Lam.
5502 5501 5483 290 Iris olbiensis Iris olbiensis Hénon NULL incl. Iris olbiensis 3526 3 NULL
5503 5503 5483 290 Iris pallida Iris pallida Lamk. NULL Iris pallida 3527 3 NULL 35951 Iris pallida Lam.
5504 5504 5483 290 Iris florentina Iris florentina L. NULL Iris florentina 3528 3 NULL 35915 Iris florentina sensu 1, 2, 3, 5
5505 5505 5483 290 Iris germanica Iris germanica L. NULL Iris flambe. Iris germanica 3529 3 NULL 35920 Iris germanica L.
5506 5506 5455 220 Gladiolus Gladiolus NULL Gladiolus G720 3 369
5507 5507 5506 290 Gladiolus segetum Gladiolus segetum Gawler. NULL Gladiolus segetum 3530 3 NULL 30208 Gladiolus segetum Ker Gawl.
5508 5508 5506 290 Gladiolus byzantinus Gladiolus byzantinus Mill. NULL Gladiolus byzantinus 3531 3 NULL 30184 Gladiolus byzantinus Mill.
5509 5509 5506 290 Gladiolus palustris Gladiolus palustris Gaud. NULL Gladiolus palustris 3532 3 NULL 30205 Gladiolus palustris Gaudin
5510 5510 5506 290 Gladiolus communis Gladiolus communis L. NULL Gladiolus communis 3533 3 NULL 30186 Gladiolus communis L.
5511 5510 5506 290 Gladiolus borneti Gladiolus borneti Ardoino NULL incl. Gladiolus borneti 3533 3 NULL
5512 5512 5506 290 Gladiolus illyricus Gladiolus illyricus Koch. NULL Gladiolus illyricus 3534 3 NULL 30198 Gladiolus illyricus W D J.Koch
5513 5513 5506 290 Gladiolus dubius Gladiolus dubius Guss. NULL Gladiolus dubius 3535 3 NULL 30195 Gladiolus dubius Guss.
5514 5514 5164 180 Amaryllidees Amaryllidees NULL Amaryllidees F120 3 372
5515 5515 5514 220 Galanthus Galanthus NULL Galanthus G721 3 372
5516 5516 5515 290 Galanthus nivalis Galanthus nivalis L. NULL Galanthus nivalis 3536 3 NULL 75144 Galanthus nivalis L.
5517 5517 5514 220 Leucoium Leucoium NULL Leucoium G722 3 373
5518 5518 5517 290 Leucoium vernum Leucoium vernum L. NULL Perce-neige. Leucoium vernum 3537 3 NULL 38804 Leucojum vernum L.
5519 5519 5517 290 Leucoium aestivum Leucoium aestivum L. NULL Leucoium aestivum 3538 3 NULL 38790 Leucojum aestivum L.
5520 5520 5517 290 Leucoium pulchellum Leucoium pulchellum Salisb. NULL Leucoium pulchellum 3539 3 NULL 38800 Leucojum pulchellum Salisb.
5521 5520 5517 290 Leucoium hernandezii Leucoium hernandezii Camb. NULL Leucoium hernandezii 3539 3 NULL
5522 5522 5517 290 Leucoium roseum Leucoium roseum Martin NULL Leucoium roseum 3540 3 NULL 38801 Leucojum roseum F Martin
5523 5523 5517 290 Leucoium longifolium Leucoium longifolium Gay. NULL Leucoium longifolium 3541 3 NULL 38798 Leucojum longifolium (J Gay ex M.Roem.) Gren.
5524 5524 5517 290 Leucoium hiemale Leucoium hiemale DC. NULL Leucoium hiemale 3542 3 NULL 38797 Leucojum hiemale sensu 1, 2, 3, 5
5525 5524 5517 290 Leucoium nicaeense Leucoium nicaeense Ardoino NULL Leucoium nicaeense 3542 3 NULL
5526 5526 5514 220 Sternbergia Sternbergia NULL Sternbergia G723 3 375
5527 5527 5526 290 Sternbergia lutea Sternbergia lutea Ker. NULL Sternbergia lutea 3543 3 NULL 66366 Sternbergia lutea (L) Ker Gawl. ex Spreng.
5528 5527 5526 290 Amaryllis lutea Amaryllis lutea L. NULL Amaryllis lutea 3543 3 NULL
5529 5529 5514 220 Narcissus Narcissus NULL Narcissus G724 3 375
5530 5530 5529 290 Narcissus bulbocodium Narcissus bulbocodium L. NULL Narcissus bulbocodium 3544 3 NULL 43529 Narcissus bulbocodium L.
5531 5531 5529 290 Narcissus pseudo-narcissus Narcissus pseudo-narcissus L. NULL Jeannette jaune, coucou. Narcissus pseudo-narcissus 3545 3 NULL 43646 Narcissus pseudonarcissus L.
5532 5531 5529 290 Narcissus silvestris Narcissus silvestris Lamk NULL Narcissus silvestris 3545 3 NULL
5533 5533 5529 290 Narcissus capax Narcissus capax Roem. et Sch. NULL Narcissus capax 3546 3 NULL 78156 Narcissus capax Schult. & Schult.F.
5534 5533 5529 290 Narcissus calathinus Narcissus calathinus auct., non L.  NULL Narcissus calathinus 3546 3 NULL
5535 5533 5529 290 Narcissus reflexus Narcissus reflexus Lois., non Brot. NULL Narcissus reflexus 3546 3 NULL
5536 5536 5529 290 Narcissus juncifolius Narcissus juncifolius Lagasca. NULL Narcissus juncifolius 3547 3 NULL 43568 Narcissus juncifolius sensu 1, 2, 3
5537 5537 5529 290 Narcissus jonquilla Narcissus jonquilla L. NULL Jonquille. Narcissus jonquilla 3548 3 NULL 43567 Narcissus jonquilla L.
5538 5538 5529 290 Narcissus intermedius Narcissus intermedius Lois. NULL Narcissus intermedius 3549 3 NULL 43563 Narcissus x intermedius Loisel.
5539 5539 5529 290 Narcissus odorus Narcissus odorus L. NULL Narcissus odorus 3550 3 NULL 43621 Narcissus x odorus L.
5540 5539 5529 290 Narcissus laetus Narcissus laetus Salisb. NULL Narcissus laetus 3550 3 NULL
5541 5541 5529 290 Narcissus incomparabilis Narcissus incomparabilis Mill. NULL Narcissus incomparabilis 3551 3 NULL 43561 Narcissus x incomparabilis Mill.
5542 5542 5529 290 Narcissus aureus Narcissus aureus Lois. NULL Narcissus aureus 3552 3 NULL 43521 Narcissus aureus Loisel.
5543 5543 5529 290 Narcissus italicus Narcissus italicus Sims NULL Narcissus italicus 3553 3 NULL 43564 Narcissus italicus Ker Gawl.
5544 5543 5529 290 Narcissus subalbidus Narcissus subalbidus Lois. NULL Narcissus subalbidus 3553 3 NULL
5545 5543 5529 290 Narcissus chrysanthus Narcissus chrysanthus DC. NULL Narcissus chrysanthus 3553 3 NULL
5546 5546 5529 290 Narcissus papyraceus Narcissus papyraceus Ker NULL Narcissus papyraceus 3554 3 NULL 43626 Narcissus papyraceus Ker Gawl.
5547 5546 5529 290 Narcissus polyanthos Narcissus polyanthos Lois. NULL Narcissus polyanthos 3554 3 NULL
5548 5546 5529 290 Narcissus niveus Narcissus niveus Lois NULL Narcissus niveus 3554 3 NULL
5549 5549 5529 290 Narcissus dubius Narcissus dubius Gouan. NULL Narcissus dubius 3555 3 NULL 43548 Narcissus dubius Gouan
5550 5550 5529 290 Narcissus tazetta Narcissus tazetta L. NULL Narcissus tazetta 3556 3 NULL 43691 Narcissus tazetta L.
5551 5551 5529 290 Narcissus biflorus Narcissus biflorus Curt. NULL Narcissus biflorus 3557 3 NULL 43527 Narcissus x biflorus Curtis
5552 5552 5529 290 Narcissus poeticus Narcissus poeticus L. NULL Jeannette blanche, Gant de Notre-Dame. Narcissus poeticus 3558 3 NULL 43634 Narcissus poeticus L.
5553 5553 5529 290 Narcissus serotinus Narcissus serotinus L. NULL Narcissus serotinus 3559 3 NULL 43685 Narcissus serotinus L.
5554 5554 5514 220 Pancratium Pancratium NULL Pancratium G725 3 381
5555 5555 5554 290 Pancratium maritimum Pancratium maritimum L. NULL Pancratium maritimum 3560 3 NULL 47379 Pancratium maritimum L.
5556 5556 5554 290 Pancratium illyricum Pancratium illyricum L. NULL Pancratium illyricum 3561 3 NULL 47378 Pancratium illyricum L.
5557 5556 5554 290 Halmyra stellaris Halmyra stellaris Parlat. NULL Halmyra stellaris 3561 3 NULL
5558 5558 5164 180 Orchidees Orchidees NULL Orchidees F121 3 382
5559 5559 5558 220 Serapias Serapias NULL Serapias G726 3 385
5560 5560 5559 290 Serapias cordigera Serapias cordigera L. NULL Serapias cordigera 3562 3 NULL 63126 Serapias cordigera L.
5561 5561 5559 290 Serapias neglecta Serapias neglecta De Notaris. NULL Serapias neglecta 3563 3 NULL 63186 Serapias neglecta De Not.
5562 5562 5559 290 Serapias longipetala Serapias longipetala Pollini NULL Serapias longipetala 3564 3 NULL 63181 Serapias longipetala (Ten) Pollini
5563 5562 5559 290 Serapias pseudocordigera Serapias pseudocordigera Moric NULL Serapias pseudocordigera 3564 3 NULL
5564 5564 5559 290 Serapias lingua Serapias lingua L. NULL Serapias lingua 3565 3 NULL 73975 Serapias lingua L.
5565 5565 5559 290 Serapias occultata Serapias occultata Gay NULL Serapias occultata 3566 3 NULL 63193 Serapias occultata J Gay ex Cavalier
5566 5565 5559 290 Serapias parviflora Serapias parviflora Pari. NULL Serapias parviflora 3566 3 NULL
5567 5565 5559 290 Serapias laxiflora Serapias laxiflora Chaub. NULL Serapias laxiflora 3566 3 NULL
5568 5568 5558 220 Ophrys Ophrys NULL Ophrys G727 3 387
5569 5569 5568 290 Ophrys aranifera Ophrys aranifera Huds. NULL Ophrys aranifera 3567 3 NULL 45098 Ophrys aranifera Huds.
5570 5570 5568 290 Ophrys litigiosa Ophrys litigiosa G. Camus NULL Ophrys litigiosa 3568 3 NULL 45319 Ophrys litigiosa E G Camus
5571 5570 5568 290 Ophrys pseudospeculum Ophrys pseudospeculum Reich.et auct., non DC. NULL Ophrys pseudospeculum 3568 3 NULL
5572 5572 5568 290 Ophrys atrata Ophrys atrata Lindl. NULL Ophrys atrata 3569 3 NULL 45125 Ophrys atrata Lindl.
5573 5572 5568 290 Ophrys mammosa Ophrys mammosa Desf. NULL Ophrys mammosa 3569 3 NULL
5574 5574 5568 290 Ophrys fusca Ophrys fusca Link NULL Ophrys fusca 3570 3 NULL 45236 Ophrys fusca Link
5575 5574 5568 290 Ophrys funerea Ophrys funerea Viv. NULL Ophrys funerea 3570 3 NULL
5576 5576 5568 290 Ophrys lutea Ophrys lutea Cavan. NULL Ophrys lutea 3571 3 NULL 45326 Ophrys lutea Cav.
5577 5577 5568 290 Ophrys muscifera Ophrys muscifera Huds. NULL Ophrys muscifera 3572 3 NULL 45355 Ophrys muscifera Huds.
5578 5577 5568 290 Ophrys myodes Ophrys myodes Jacq. NULL Ophrys myodes 3572 3 NULL
5579 5579 5568 290 Ophrys speculum Ophrys speculum Link. NULL Ophrys speculum 3573 3 NULL 45451 Ophrys speculum Link
5580 5580 5568 290 Ophrys bombyliflora Ophrys bombyliflora Link. NULL Ophrys bombyliflora 3574 3 NULL 45148 Ophrys bombyliflora Link
5581 5581 5568 290 Ophrys apifera Ophrys apifera Huds. NULL Ophrys apifera 3575 3 NULL 45064 Ophrys apifera Huds.
5582 5582 5568 290 Ophrys bertolonii Ophrys bertolonii Moretti. NULL Ophrys bertolonii 3576 3 NULL 45139 Ophrys bertolonii Moretti
5583 5583 5568 290 Ophrys arachnitiformis Ophrys arachnitiformis Gren. et Philip. NULL Ophrys arachnitiformis 3577 3 NULL 45093 Ophrys arachnitiformis Gren. & Philippe
5584 5584 5568 290 Ophrys tenthredinifera Ophrys tenthredinifera Willd. NULL Ophrys tenthredinifera 3578 3 NULL 75268 Ophrys tenthredinifera Willd.
5585 5584 5568 290 Ophrys grandiflora Ophrys grandiflora Ten. NULL Ophrys grandiflora 3578 3 NULL
5586 5586 5568 290 Ophrys arachnites Ophrys arachnites Murr. NULL Ophrys arachnites 3579 3 NULL 78181 Ophrys arachnites sensu H J.Coste
5587 5586 5568 290 Ophrys fuciflora Ophrys fuciflora Reich. NULL Ophrys fuciflora 3579 3 NULL
5588 5588 5568 290 Ophrys scolopax Ophrys scolopax Cav. NULL Ophrys scolopax 3580 3 NULL 75479 Ophrys scolopax Cav.
5589 5589 5558 220 Aceras Aceras NULL Aceras G728 3 392
5590 5590 5589 290 Aceras anthropophora Aceras anthropophora R. Br. NULL Aceras anthropophora 3581 3 NULL 235 Aceras anthropophorum (L) R Br.
5591 5590 5589 290 Ophrys anthropophora Ophrys anthropophora L. NULL Ophrys anthropophora 3581 3 NULL
5592 5592 5558 220 Orchis Orchis NULL Orchis G729 3 392
5593 5593 5592 290 Orchis hircina Orchis hircina Crantz NULL Orchis hircina 3582 3 NULL 45919 Orchis hircina (L) Crantz
5594 5593 5592 290 Aceras hircina Aceras hircina Lindl. NULL Aceras hircina 3582 3 NULL
5595 5595 5592 290 Orchis longibracteata Orchis longibracteata Biv. NULL Orchis longibracteata 3583 3 NULL 46000 Orchis longibracteata Biv.
5596 5595 5592 290 Aceras longibracteata Aceras longibracteata Reich. NULL Aceras longibracteata 3583 3 NULL
5597 5597 5592 290 Orchis viridis Orchis viridis Crantz NULL Orchis viridis 3584 3 NULL 46285 Orchis viridis (L) Crantz
5598 5597 5592 290 Coeloglossum viride Coeloglossum viride Hartm. NULL Coeloglossum viride 3584 3 NULL
5599 5599 5592 290 Orchis albida Orchis albida Scop. NULL Orchis albida 3585 3 NULL 45723 Orchis albida (L) Scop.
5600 5599 5592 290 Coeloglossum albidum Coeloglossum albidum Hartm NULL Coeloglossum albidum 3585 3 NULL
5601 5601 5592 290 Orchis intacta Orchis intacta Link. NULL Orchis intacta 3586 3 NULL 45943 Orchis intacta Link
5602 5601 5592 290 Aceras densiflora Aceras densiflora Boiss. NULL Aceras densiflora 3586 3 NULL
5603 5603 5592 290 Orchis ustulata Orchis ustulata L. NULL Orchis ustulata 3587 3 NULL 46275 Orchis ustulata L.
5604 5604 5592 290 Orchis purpurea Orchis purpurea Huds. NULL Orchis purpurea 3588 3 NULL 46167 Orchis purpurea Huds.
5605 5604 5592 290 Orchis fusca Orchis fusca Jacq. NULL Orchis fusca 3588 3 NULL
5606 5606 5592 290 Orchis militaris Orchis militaris L. NULL Orchis militaris 3589 3 NULL 46058 Orchis militaris L.
5607 5606 5592 290 Orchis galeata Orchis galeata Lamk NULL Orchis galeata 3589 3 NULL
5608 5608 5592 290 Orchis simia Orchis simia Lamk NULL Orchis simia 3590 3 NULL 46224 Orchis simia Lam.
5609 5608 5592 290 Orchis tephrosanthos Orchis tephrosanthos Vill., non Desf NULL Orchis tephrosanthos 3590 3 NULL
5610 5610 5592 290 Orchis tridentata Orchis tridentata Scop. NULL Orchis tridentata 3591 3 NULL 46264 Orchis tridentata Scop.
5611 5610 5592 290 Orchis variegata Orchis variegata All. NULL Orchis variegata 3591 3 NULL
5612 5612 5592 290 Orchis lactea Orchis lactea Poiret NULL Orchis lactea 3592 3 NULL 45961 Orchis lactea Poir.
5613 5612 5592 290 Orchis tridentata var. acuminata Orchis tridentata var. acuminata G. G. NULL Orchis tridentata var. acuminata 3592 3 NULL
5614 5614 5592 290 Orchis coriophora Orchis coriophora L. NULL Orchis coriophora 3593 3 NULL 45812 Orchis coriophora L.
5615 5615 5592 290 Orchis fragrans Orchis fragrans Poil. NULL Orchis fragrans 3594 3 NULL 45877 Orchis fragrans Pollini
5616 5615 5592 290 Orchis coriophora var. fragrans Orchis coriophora var. fragrans G. G. NULL Orchis coriophora var. fragrans 3594 3 NULL
5617 5617 5592 290 Orchis papilionacea Orchis papilionacea L. NULL Orchis papilionacea 3595 3 NULL 46124 Orchis papilionacea L.
5618 5618 5592 290 Orchis morio Orchis morio L. NULL Orchis morio 3596 3 NULL 46072 Orchis morio L.
5619 5619 5592 290 Orchis longicornu Orchis longicornu Poiret NULL Orchis longicornu 3597 3 NULL 46005 Orchis longicornu Poir.
5620 5619 5592 290 Orchis longicornis Orchis longicornis Lamk NULL Orchis longicornis 3597 3 NULL
5621 5621 5592 290 Orchis globosa Orchis globosa L. NULL Orchis globosa 3598 3 NULL 45901 Orchis globosa L.
5622 5622 5592 290 Orchis spitzelii Orchis spitzelii Sauter NULL Orchis spitzelii 3599 3 NULL 75270 Orchis spitzelii Saut. ex W.D.J.Koch
5623 5622 5592 290 Orchis brevicornis Orchis brevicornis Marcilly, non Viv. NULL Orchis brevicornis 3599 3 NULL
5624 5624 5592 290 Orchis saccata Orchis saccata Ten. NULL Orchis saccata 3600 3 NULL 46192 Orchis saccata Ten.
5625 5625 5592 290 Orchis bifolia Orchis bifolia L. NULL Orchis bifolia 3601 3 NULL 45765 Orchis bifolia L.
5626 5625 5592 290 Platanthera bifolia Platanthera bifolia Rien. NULL Platanthera bifolia 3601 3 NULL
5627 5627 5592 290 Orchis montana Orchis montana Schmidt NULL Orchis montana 3602 3 NULL 46069 Orchis montana F W Schmidt
5628 5627 5592 290 Platanthera montana Platanthera montana Schm. NULL Platanthera montana 3602 3 NULL
5629 5629 5592 290 Orchis pallens Orchis pallens L. NULL Orchis pallens 3603 3 NULL 46114 Orchis pallens L.
5630 5630 5592 290 Orchis provincialis Orchis provincialis Balbis. NULL Orchis provincialis 3604 3 NULL 46156 Orchis provincialis Balb. ex DC.
5631 5631 5592 290 Orchis pauciflora Orchis pauciflora Ten. NULL Orchis pauciflora 3605 3 NULL 46141 Orchis pauciflora Ten.
5632 5631 5592 290 Orchis provincialis var. pauciflora Orchis provincialis var. pauciflora Lindl. NULL Orchis provincialis var. pauciflora 3605 3 NULL
5633 5633 5592 290 Orchis mascula Orchis mascula L. NULL Orchis mascula 3606 3 NULL 46035 Orchis mascula (L) L.
5634 5633 5592 290 Orchis olbiensis Orchis olbiensis Reut. NULL Orchis olbiensis 3606 3 NULL
5635 5633 5592 290 Orchis speciosa Orchis speciosa Host NULL incl. Orchis speciosa 3606 3 NULL
5636 5636 5592 290 Orchis laxiflora Orchis laxiflora Lamk. NULL Orchis laxiflora 3607 3 NULL 75269 Orchis laxiflora Lam.
5637 5637 5592 290 Orchis palustris Orchis palustris Jacq. NULL Orchis palustris 3608 3 NULL 46118 Orchis palustris Jacq.
5638 5638 5592 290 Orchis pyramidalis Orchis pyramidalis L. NULL Orchis pyramidalis 3609 3 NULL 46172 Orchis pyramidalis L.
5639 5638 5592 290 Anacamptis pyramidalis Anacamptis pyramidalis Rich. NULL Anacamptis pyramidalis 3609 3 NULL
5640 5640 5592 290 Orchis conopea Orchis conopea L. NULL Orchis conopea 3610 3 NULL 45807 Orchis conopsea L.
5641 5640 5592 290 Gymnadenia conopea Gymnadenia conopea R. Br. NULL Gymnadenia conopea 3610 3 NULL
5642 5640 5592 290 Gymnadenia densiflora Gymnadenia densiflora Dietr. NULL Gymnadenia densiflora 3610 3 NULL
5643 5640 5592 290 Gymnadenia comigera Gymnadenia comigera Reich. NULL Gymnadenia comigera 3610 3 NULL
5644 5644 5592 290 Orchis odoratissima Orchis odoratissima L. NULL Orchis odoratissima 3611 3 NULL 46104 Orchis odoratissima L.
5645 5644 5592 290 Gymnadenia odoratissima Gymnadenia odoratissima Rich. NULL Gymnadenia odoratissima 3611 3 NULL
5646 5646 5592 290 Orchis sambucina Orchis sambucina L. NULL Orchis sambucina 3612 3 NULL 46196 Orchis sambucina L.
5647 5647 5592 290 Orchis maculata Orchis maculata L. NULL Orchis maculata 3613 3 NULL 46012 Orchis maculata L.
5648 5648 5592 290 Orchis latifolia Orchis latifolia L. NULL Orchis latifolia 3614 3 NULL 45967 Orchis latifolia L.
5649 5649 5592 290 Orchis incarnata Orchis incarnata L. NULL Orchis incarnata 3615 3 NULL 45928 Orchis incarnata L.
5650 5650 5558 220 Nigritella Nigritella NULL Nigritella G730 3 404
5651 5651 5650 290 Nigritella nigra Nigritella nigra Reich. NULL Nigritella nigra 3616 3 NULL 44139 Nigritella nigra (L) Rchb F.
5652 5651 5650 290 Nigritella angustifolia Nigritella angustifolia Rich. NULL Nigritella angustifolia 3616 3 NULL
5653 5651 5650 290 Orchis nigra Orchis nigra Scop. NULL Orchis nigra 3616 3 NULL
5654 5654 5558 220 Herminium Herminium NULL Herminium G731 3 405
5655 5655 5654 290 Herminium alpinum Herminium alpinum Lindl. NULL Herminium alpinum 3617 3 NULL 31690 Herminium alpinum (L) Lindl.
5656 5655 5654 290 Chamorchis alpina Chamorchis alpina Rich. NULL Chamorchis alpina 3617 3 NULL
5657 5657 5654 290 Herminium monorchis Herminium monorchis R. Br. NULL Herminium monorchis 3618 3 NULL 31693 Herminium monorchis (L) R Br.
5658 5657 5654 290 Herminium clandestinum Herminium clandestinum G. G. NULL Herminium clandestinum 3618 3 NULL
5659 5659 5558 220 Malaxis Malaxis NULL Malaxis G732 3 406
5660 5660 5659 290 Malaxis paludosa Malaxis paludosa Swartz NULL Malaxis paludosa 3619 3 NULL 40697 Malaxis paludosa (L) Sw.
5661 5660 5659 290 Sturmia paludosa Sturmia paludosa Reich. NULL Sturmia paludosa 3619 3 NULL
5662 5662 5659 290 Malaxis loeselii Malaxis loeselii Swartz NULL Malaxis loeselii 3620 3 NULL 40695 Malaxis loeselii (L) Sw.
5663 5662 5659 290 Liparis loeselii Liparis loeselii Rich. NULL Liparis loeselii 3620 3 NULL
5664 5662 5659 290 Sturmia loeselii Sturmia loeselii Reich. NULL Sturmia loeselii 3620 3 NULL
5665 5665 5558 220 Spiranthes Spiranthes NULL Spiranthes G733 3 407
5666 5666 5665 290 Spiranthes aestivalis Spiranthes aestivalis Rich. NULL Spiranthes aestivalis 3621 3 NULL 65815 Spiranthes aestivalis (Poir) Rich.
5667 5667 5665 290 Spiranthes autumnalis Spiranthes autumnalis Rich. NULL Spiranthes autumnalis 3622 3 NULL 65816 Spiranthes autumnalis Rich.
5668 5667 5665 290 Spiranthes spiralis Spiranthes spiralis C. Koch NULL Spiranthes spiralis 3622 3 NULL
5669 5669 5558 220 Goodyera Goodyera NULL Goodyera G734 3 408
5670 5670 5669 290 Goodyera repens Goodyera repens R. Br. NULL Goodyera repens 3623 3 NULL 30615 Goodyera repens (L) R Br.
5671 5671 5558 220 Corallorrhiza Corallorrhiza NULL Corallorrhiza G735 3 408
5672 5672 5671 290 Corallorrhiza innata Corallorrhiza innata R. Br. NULL Corallorrhiza innata 3624 3 NULL 18878 Corallorhiza innata R Br.
5673 5673 5558 220 Epipogon Epipogon NULL Epipogon G736 3 409
5674 5674 5673 290 Epipogon aphyllum Epipogon aphyllum Swartz NULL Epipogon aphyllum 3625 3 NULL 24479 Epipogium aphyllum Sw.
5675 5674 5673 290 Epipogon gmelini Epipogon gmelini Rich. NULL Epipogon gmelini 3625 3 NULL
5676 5676 5558 220 Limodorum Limodorum NULL Limodorum G737 3 409
5677 5677 5676 290 Limodorum abortivum Limodorum abortivum Swartz. NULL Limodorum abortivum 3626 3 NULL 39015 Limodorum abortivum (L) Sw.
5678 5678 5558 220 Neottia Neottia NULL Neottia G738 3 409
5679 5679 5678 290 Neottia nidus-avis Neottia nidus-avis Rich. NULL Neottia nidus-avis 3627 3 NULL 43941 Neottia nidus
5680 5680 5558 220 Listera Listera NULL Listera G739 3 410
5681 5681 5680 290 Listera ovata Listera ovata R. Br. NULL Listera ovata 3628 3 NULL 39509 Listera ovata (L) R Br.
5682 5681 5680 290 Neottia ovata Neottia ovata Bluff NULL Neottia ovata 3628 3 NULL
5683 5683 5680 290 Listera cordata Listera cordata R. Br. NULL Listera cordata 3629 3 NULL 39508 Listera cordata (L) R Br.
5684 5683 5680 290 Neottia cordata Neottia cordata Rich. NULL Neottia cordata 3629 3 NULL
5685 5685 5558 220 Cephalanthera Cephalanthera NULL Cephalanthera G740 3 411
5686 5686 5685 290 Cephalanthera rubra Cephalanthera rubra Rich. NULL Cephalanthera rubra 3630 3 NULL 15696 Cephalanthera rubra (L) Rich.
5687 5687 5685 290 Cephalanthera ensifolia Cephalanthera ensifolia Rich. NULL Cephalanthera ensifolia 3631 3 NULL 15686 Cephalanthera ensifolia (L) Rich.
5688 5687 5685 290 Cephalanthera longifolia Cephalanthera longifolia Fritsch NULL Cephalanthera longifolia 3631 3 NULL
5689 5689 5685 290 Cephalanthera pallens Cephalanthera pallens Rich. NULL Cephalanthera pallens 3632 3 NULL 15695 Cephalanthera pallens (Sw) Rich.
5690 5689 5685 290 Cephalanthera alba Cephalanthera alba Simk. NULL Cephalanthera alba 3632 3 NULL
5691 5689 5685 290 Cephalanthera grandiflora Cephalanthera grandiflora Bah. NULL Cephalanthera grandiflora 3632 3 NULL
5692 5692 5558 220 Epipactis Epipactis NULL Epipactis G741 3 412
5693 5693 5692 290 Epipactis palustris Epipactis palustris Crantz. NULL Epipactis palustris 3633 3 NULL 24448 Epipactis palustris (L) Crantz
5694 5694 5692 290 Epipactis microphylla Epipactis microphylla Swartz. NULL Epipactis microphylla 3634 3 NULL 24437 Epipactis microphylla (Ehrh) Sw.
5695 5695 5692 290 Epipactis atrorubens Epipactis atrorubens Schult. NULL Epipactis atrorubens 3635 3 NULL 78503 Epipactis atrorubens Schult.
5696 5695 5692 290 Epipactis rubiginosa Epipactis rubiginosa Gaud. NULL Epipactis rubiginosa 3635 3 NULL
5697 5697 5692 290 Epipactis latifolia Epipactis latifolia All. NULL Epipactis latifolia 3636 3 NULL 24417 Epipactis latifolia All.
5698 5698 5558 220 Cypripedium Cypripedium NULL Cypripedium G742 3 414
5699 5699 5698 290 Cypripedium calceolus Cypripedium calceolus L. NULL Cypripedium calceolus 3637 3 NULL 20862 Cypripedilum calceolus (L) Rouy
5700 5700 5164 180 Potamees Potamees NULL Potamees F122 3 414
5701 5701 5700 220 Potamogeton Potamogeton NULL Potamogeton G743 3 415
5702 5702 5701 290 Potamogeton densus Potamogeton densus L. NULL Potamogeton densus 3638 3 NULL 52167 Potamogeton densus L.
5703 5702 5701 290 Potamogeton oppositifolius Potamogeton oppositifolius DC. NULL Potamogeton oppositifolius 3638 3 NULL
5704 5704 5701 290 Potamogeton marinus Potamogeton marinus L. NULL Potamogeton marinus 3639 3 NULL 52240 Potamogeton marinus sensu 1, 2
5705 5704 5701 290 Potamogeton filiformis Potamogeton filiformis Pers. NULL Potamogeton filiformis 3639 3 NULL
5706 5706 5701 290 Potamogeton pectinatus Potamogeton pectinatus L. NULL Potamogeton pectinatus 3640 3 NULL 52280 Potamogeton pectinatus L.
5707 5707 5701 290 Potamogeton pusillus Potamogeton pusillus L. NULL Potamogeton pusillus 3641 3 NULL 52310 Potamogeton pusillus L.
5708 5708 5701 290 Potamogeton trichoides Potamogeton trichoides Chamisso. NULL Potamogeton trichoides 3642 3 NULL 52364 Potamogeton trichoides Cham. & Schltr.
5709 5709 5701 290 Potamogeton mucronatus Potamogeton mucronatus Schrad. NULL Potamogeton mucronatus 3643 3 NULL 52246 Potamogeton mucronatus Schrad. ex Sond.
5710 5709 5701 290 Potamogeton friesii Potamogeton friesii Rupr. NULL Potamogeton friesii 3643 3 NULL
5711 5711 5701 290 Potamogeton obtusifolius Potamogeton obtusifolius Mert. et Koch. NULL Potamogeton obtusifolius 3644 3 NULL 52269 Potamogeton obtusifolius Mert. & W.D.J.Koch
5712 5712 5701 290 Potamogeton acutifolius Potamogeton acutifolius Link. NULL Potamogeton acutifolius 3645 3 NULL 52122 Potamogeton acutifolius Link
5713 5713 5701 290 Potamogeton compressus Potamogeton compressus L. NULL Potamogeton compressus 3646 3 NULL 52151 Potamogeton compressus L.
5714 5713 5701 290 Potamogeton zosterifolius Potamogeton zosterifolius Schum. NULL Potamogeton zosterifolius 3646 3 NULL
5715 5715 5701 290 Potamogeton crispus Potamogeton crispus L. NULL Potamogeton crispus 3647 3 NULL 52159 Potamogeton crispus L.
5716 5716 5701 290 Potamogeton perfoliatus Potamogeton perfoliatus L. NULL Potamogeton perfoliatus 3648 3 NULL 52284 Potamogeton perfoliatus L.
5717 5717 5701 290 Potamogeton praelongus Potamogeton praelongus Wulf. NULL Potamogeton praelongus 3649 3 NULL 52296 Potamogeton praelongus Wulfen
5718 5718 5701 290 Potamogeton lucens Potamogeton lucens L. NULL Potamogeton lucens 3650 3 NULL 52231 Potamogeton lucens L.
5719 5719 5701 290 Potamogeton zizii Potamogeton zizii Mert. et K. NULL Potamogeton zizii 3651 3 NULL 52378 Potamogeton x zizii W D.J.Koch ex Roth
5720 5720 5701 290 Potamogeton nitens Potamogeton nitens Weber. NULL Potamogeton nitens 3652 3 NULL 52260 Potamogeton x nitens Weber
5721 5721 5701 290 Potamogeton gramineus Potamogeton gramineus L. NULL Potamogeton gramineus 3653 3 NULL 52197 Potamogeton gramineus L.
5722 5722 5701 290 Potamogeton alpinus Potamogeton alpinus Balbis NULL Potamogeton alpinus 3654 3 NULL 52125 Potamogeton alpinus Balb.
5723 5722 5701 290 Potamogeton rufescens Potamogeton rufescens Schrad. NULL Potamogeton rufescens 3654 3 NULL
5724 5724 5701 290 Potamogeton siculus Potamogeton siculus Tineo NULL Potamogeton siculus 3655 3 NULL 52349 Potamogeton siculus Tineo ex Guss.
5725 5724 5701 290 Potamogeton subflavus Potamogeton subflavus Loret et Barr. NULL Potamogeton subflavus 3655 3 NULL
5726 5726 5701 290 Potamogeton coloratus Potamogeton coloratus Hornem. NULL Potamogeton coloratus 3656 3 NULL 52145 Potamogeton coloratus Hornem.
5727 5726 5701 290 Potamogeton plantagineus Potamogeton plantagineus Du Croz NULL Potamogeton plantagineus 3656 3 NULL
5728 5728 5701 290 Potamogeton polygonifolius Potamogeton polygonifolius Pourr. NULL Potamogeton polygonifolius 3657 3 NULL 52291 Potamogeton polygonifolius Pourr.
5729 5728 5701 290 Potamogeton oblongus Potamogeton oblongus Viv. NULL Potamogeton oblongus 3657 3 NULL
5730 5730 5701 290 Potamogeton fluitans Potamogeton fluitans Roth. NULL Potamogeton fluitans 3658 3 NULL 52191 Potamogeton fluitans sensu auct.
5731 5731 5701 290 Potamogeton natans Potamogeton natans L. NULL Potamogeton natans 3659 3 NULL 52247 Potamogeton natans L.
5732 5732 5700 220 Aponogeton Aponogeton NULL Aponogeton G744 3 423
5733 5733 5732 290 Aponogeton distachyon Aponogeton distachyon Thunb. NULL Aponogeton distachyon 3660 3 NULL 5692 Aponogeton distachyos L F.
5734 5734 5700 220 Ruppia Ruppia NULL Ruppia G745 3 424
5735 5735 5734 290 Ruppia maritima Ruppia maritima L. NULL Ruppia maritima 3661 3 NULL 58948 Ruppia maritima L.
5736 5735 5734 290 Ruppia spiralis Ruppia spiralis Dumont NULL Ruppia spiralis 3661 3 NULL
5737 5737 5734 290 Ruppia rostellata Ruppia rostellata Koch. NULL Ruppia rostellata 3662 3 NULL 58957 Ruppia rostellata W D J.Koch
5738 5738 5700 220 Zannichellia Zannichellia NULL Zannichellia G746 3 425
5739 5739 5738 290 Zannichellia palustris Zannichellia palustris L. NULL Zannichellia palustris 3663 3 NULL 73167 Zannichellia palustris L.
5740 5739 5738 290 Zannichellia cyclostigma Zannichellia cyclostigma Clavaud NULL Zannichellia cyclostigma 3663 3 NULL
5741 5741 5738 290 Zannichellia pedicellata Zannichellia pedicellata Fries. NULL Zannichellia pedicellata 3664 3 NULL 73184 Zannichellia pedicellata (Wahlenb. & Rosén) Fr.
5742 5742 5700 220 Althenia Althenia NULL Althenia G747 3 425
5743 5743 5742 290 Althenia filiformis Althenia filiformis Petit. NULL Althenia filiformis 3665 3 NULL 3762 Althenia filiformis Petit
5744 5744 5742 290 Althenia barrandonii Althenia barrandonii Duval-Jouve 1872 Althenia barrandonii 3666 3 NULL 3761 Althenia barrandonii Duval
5745 5745 5700 220 Cymodocea Cymodocea NULL Cymodocea G748 3 426
5746 5746 5745 290 Cymodocea aequorea Cymodocea aequorea Koenig NULL Cymodocea aequorea 3667 3 NULL 20514 Cymodocea aequorea K D Konig
5747 5746 5745 290 Cymodocea nodosa Cymodocea nodosa Ascherson NULL Cymodocea nodosa 3667 3 NULL
5748 5746 5745 290 Phucagrostis major Phucagrostis major Cavol. NULL Phucagrostis major 3667 3 NULL
5749 5749 5700 220 Zostera Zostera NULL Zostera G749 3 426
5750 5750 5749 290 Zostera nana Zostera nana Roth. NULL Zostera nana 3668 3 NULL 73266 Zostera nana sensu 1, 2, 3, 5
5751 5751 5749 290 Zostera marina Zostera marina L. NULL Zostera marina 3669 3 NULL 73259 Zostera marina L.
5752 5752 5700 220 Posidonia Posidonia NULL Posidonia G750 3 427
5753 5753 5752 290 Posidonia caulini Posidonia caulini Koenig NULL Posidonia caulini 3670 3 NULL 52119 Posidonia caulini K D Konig
5754 5753 5752 290 Posidonia oceanica Posidonia oceanica Delile NULL Posidonia oceanica 3670 3 NULL
5755 5755 5164 180 Naiadees Naiadees NULL Naiadees F123 3 428
5756 5756 5755 220 Naias Naias NULL Naias G751 3 428
5757 5757 5756 290 Naïas major Naïas major All. NULL Naïas major 3671 3 NULL 43486 Najas major All.
5758 5758 5756 290 Naïas minor Naïas minor All. NULL Naïas minor 3672 3 NULL 43496 Najas minor All.
5759 5758 5756 290 Caulinia fragilis Caulinia fragilis Willd. NULL Caulinia fragilis 3672 3 NULL
5760 5758 5756 290 Caulinia minor Caulinia minor Coss. et G. NULL Caulinia minor 3672 3 NULL
5761 5761 5164 180 Lemnacees Lemnacees NULL Lemnacees F124 3 429
5762 5762 5761 220 Lemna Lemna NULL Lemna G752 3 429
5763 5763 5762 290 Lemna polyrrhiza Lemna polyrrhiza L. NULL Lemna polyrrhiza 3673 3 NULL 38230 Lemna polyrhiza L.
5764 5763 5762 290 Spirodela polyrrhiza Spirodela polyrrhiza Schleid. NULL Spirodela polyrrhiza 3673 3 NULL
5765 5765 5762 290 Lemna trisulca Lemna trisulca L. NULL Lemna trisulca 3674 3 NULL 38233 Lemna trisulca L.
5766 5765 5762 290 Staurogeton trisulcus Staurogeton trisulcus Schur. NULL Staurogeton trisulcus 3674 3 NULL
5767 5767 5762 290 Lemna minor Lemna minor L. NULL Cannelée. Lemna minor 3675 3 NULL 38223 Lemna minor L.
5768 5768 5762 290 Lemna gibba Lemna gibba L. NULL Lemna gibba 3676 3 NULL 38219 Lemna gibba L.
5769 5768 5762 290 Telmatophace gibba Telmatophace gibba Schleid. NULL Telmatophace gibba 3676 3 NULL
5770 5770 5761 220 Wolffia Wolffia NULL Wolffia G753 3 431
5771 5771 5770 290 Wolffia arrhiza Wolffia arrhiza Wimm. NULL Wolffia arrhiza 3677 3 NULL 72993 Wolffia arrhiza (L) Horkel ex Wimm.
5772 5771 5770 290 Wolffia michelii Wolffia michelii Schleid.  NULL Wolffia michelii 3677 3 NULL
5773 5771 5770 290 Lemna arrhiza Lemna arrhiza L. NULL Lemna arrhiza 3677 3 NULL
5774 5774 5164 180 Aroidees Aroidees NULL Aroidees F125 3 431
5775 5775 5774 220 Arum Arum NULL Arum G754 3 432
5776 5776 5775 290 Arum dracunculus Arum dracunculus L. NULL Serpentaire. Arum dracunculus 3678 3 NULL 7016 Arum dracunculus L.
5777 5776 5775 290 Dracunculus vulgaris Dracunculus vulgaris Schott NULL Dracunculus vulgaris 3678 3 NULL
5778 5778 5775 290 Arum muscivorum Arum muscivorum L. f. NULL Arum muscivorum 3679 3 NULL 7043 Arum muscivorum L F.
5779 5778 5775 290 Dracunculus crinitus Dracunculus crinitus Schott NULL Dracunculus crinitus 3679 3 NULL
5780 5780 5775 290 Arum pictum Arum pictum L. f. NULL Arum pictum 3680 3 NULL 7048 Arum pictum L F.
5781 5780 5775 290 Arum corsicum Arum corsicum Lois. NULL Arum corsicum 3680 3 NULL
5782 5782 5775 290 Arum maculatum Arum maculatum L. NULL Pied-de-veau. Arum maculatum 3681 3 NULL 7033 Arum maculatum L.
5783 5782 5775 290 Arum vulgare Arum vulgare Lamk NULL Arum vulgare 3681 3 NULL
5784 5784 5775 290 Arum italicum Arum italicum Mill. NULL Arum italicum 3682 3 NULL 7024 Arum italicum Mill.
5785 5785 5774 220 Arisarum Arisarum NULL Arisarum G755 3 434
5786 5786 5785 290 Arisarum vulgare Arisarum vulgare Targ. NULL Arisarum vulgare 3683 3 NULL 6424 Arisarum vulgare O Targ Tozz.
5787 5786 5785 290 Arum arisarum Arum arisarum L. NULL Arum arisarum 3683 3 NULL
5788 5788 5774 220 Ambrosinia Ambrosinia NULL Ambrosinia G756 3 434
5789 5789 5788 290 Ambrosinia bassii Ambrosinia bassii L. NULL Ambrosinia bassii 3684 3 NULL 4084 Ambrosina bassii L.
5790 5790 5774 220 Calla Calla NULL Calla G757 3 434
5791 5791 5790 290 Calla palustris Calla palustris L. NULL Calla palustris 3685 3 NULL 12183 Calla palustris L.
5792 5792 5774 220 Acorus Acorus NULL Acorus G758 3 435
5793 5793 5792 290 Acorus calamus Acorus calamus L. NULL Acorus calamus 3686 3 NULL 669 Acorus calamus L.
5794 5794 5164 180 Typhacees Typhacees NULL Typhacees F126 3 435
5795 5795 5794 220 Typha Typha NULL Typha G759 3 436
5796 5796 5795 290 Typha latifolia Typha latifolia L. NULL Typha latifolia 3687 3 NULL 70154 Typha latifolia L.
5797 5797 5795 290 Typha shuttleworthii Typha shuttleworthii Koch et Sond. NULL Typha shuttleworthii 3688 3 NULL 70178 Typha shuttleworthii W D J.Koch & Sond.
5798 5798 5795 290 Typha elata Typha elata Bor. NULL Typha elata 3689 3 NULL 70142 Typha x elata Boreau
5799 5799 5795 290 Typha angustifolia Typha angustifolia L. NULL Typha angustifolia 3690 3 NULL 70133 Typha angustifolia L.
5800 5800 5795 290 Typha stenophylla Typha stenophylla Fisch. et Meyer NULL Typha stenophylla 3691 3 NULL 70180 Typha stenophylla Fisch. & C.A.Mey.
5801 5800 5795 290 Typha laxmanni Typha laxmanni Lepec. ? NULL Typha laxmanni 3691 3 NULL
5802 5802 5795 290 Typha minima Typha minima Funk. NULL Typha minima 3692 3 NULL 70163 Typha minima Funck
5803 5803 5794 220 Sparganium Sparganium NULL Sparganium G760 3 438
5804 5804 5803 290 Sparganium ramosum Sparganium ramosum Huds. NULL Sparganium ramosum 3693 3 NULL 65427 Sparganium ramosum Huds.
5805 5804 5803 290 Sparganium erectum Sparganium erectum L. p. p. NULL Sparganium erectum 3693 3 NULL
5806 5806 5803 290 Sparganium simplex Sparganium simplex Huds. NULL Sparganium simplex 3694 3 NULL 65434 Sparganium simplex Huds.
5807 5806 5803 290 Sparganium erectum Sparganium erectum L. p. p. NULL Sparganium erectum 3694 3 NULL
5808 5808 5803 290 Sparganium affine Sparganium affine Schnizl. NULL Sparganium affine 3695 3 NULL 65400 Sparganium affine Schnizl.
5809 5808 5803 290 Sparganium natans Sparganium natans G. G., non L. NULL Sparganium natans 3695 3 NULL
5810 5810 5803 290 Sparganium minimum Sparganium minimum Fries. NULL Sparganium minimum 3696 3 NULL 78155 Sparganium minimum Fr.
5811 5811 5164 180 Joncaginees Joncaginees NULL Joncaginees F127 3 440
5812 5812 5811 220 Scheuchzeria Scheuchzeria NULL Scheuchzeria G761 3 440
5813 5813 5812 290 Scheuchzeria palustris Scheuchzeria palustris L. NULL Scheuchzeria palustris 3697 3 NULL 61350 Scheuchzeria palustris L.
5814 5814 5811 220 Triglochin Triglochin NULL Triglochin G762 3 441
5815 5815 5814 290 Triglochin maritimum Triglochin maritimum L. NULL Triglochin maritimum 3698 3 NULL 69493 Triglochin maritimum L.
5816 5816 5814 290 Triglochin barrelieri Triglochin barrelieri Lois. NULL Triglochin barrelieri 3699 3 NULL 69481 Triglochin barrelieri Loisel.
5817 5817 5814 290 Triglochin laxiflorum Triglochin laxiflorum Gussone. NULL Triglochin laxiflorum 3700 3 NULL 69492 Triglochin laxiflorum Guss.
5818 5818 5814 290 Triglochin palustre Triglochin palustre L. NULL Triglochin palustre 3701 3 NULL 69494 Triglochin palustre L.
5819 5819 5164 180 Joncees Joncees NULL Joncees F128 3 442
5820 5820 5819 220 Juncus Juncus NULL Juncus G763 3 442
5821 5821 5820 290 Juncus capitatus Juncus capitatus Weig. NULL Juncus capitatus 3702 3 NULL 36463 Juncus capitatus Weigel
5822 5822 5820 290 Juncus pygmaeus Juncus pygmaeus Rich. NULL in Thuill. Juncus pygmaeus 3703 3 NULL 36655 Juncus pygmaeus Rich. ex Thuill.
5823 5823 5820 290 Juncus bicephalus Juncus bicephalus Viv. NULL Juncus bicephalus 3704 3 NULL 36430 Juncus bicephalus Viv.
5824 5824 5820 290 Juncus bufonius Juncus bufonius L. NULL Juncus bufonius 3705 3 NULL 36441 Juncus bufonius L.
5825 5825 5820 290 Juncus tenageia Juncus tenageia L. NULL Juncus tenageia 3706 3 NULL 36723 Juncus tenageia Ehrh. ex L.F.
5826 5826 5820 290 Juncus triglumis Juncus triglumis L. NULL Juncus triglumis 3707 3 NULL 36755 Juncus triglumis L.
5827 5827 5820 290 Juncus trifidus Juncus trifidus L. NULL Juncus trifidus 3708 3 NULL 36748 Juncus trifidus L.
5828 5828 5820 290 Juncus tenuis Juncus tenuis Willd. NULL Juncus tenuis 3709 3 NULL 36733 Juncus tenuis Willd.
5829 5828 5820 290 Juncus germanorum Juncus germanorum Steud. NULL Juncus germanorum 3709 3 NULL
5830 5830 5820 290 Juncus squarrosus Juncus squarrosus L. NULL Juncus squarrosus 3710 3 NULL 75196 Juncus squarrosus L.
5831 5831 5820 290 Juncus maritimus Juncus maritimus Lamk. NULL Juncus maritimus 3711 3 NULL 36591 Juncus maritimus Lam.
5832 5832 5820 290 Juncus acutus Juncus acutus L. NULL Juncus acutus 3712 3 NULL 75471 Juncus acutus L.
5833 5833 5820 290 Juncus jacquini Juncus jacquini L. NULL Juncus jacquini 3713 3 NULL 36559 Juncus jacquini L.
5834 5834 5820 290 Juncus arcticus Juncus arcticus Willd. NULL Juncus arcticus 3714 3 NULL 36410 Juncus arcticus Willd.
5835 5835 5820 290 Juncus balticus Juncus balticus Deth. NULL in Willd. Juncus balticus 3715 3 NULL 36428 Juncus balticus sensu H J.Coste
5836 5835 5820 290 Juncus pyrenaeus Juncus pyrenaeus Timb. NULL Juncus pyrenaeus 3715 3 NULL
5837 5837 5820 290 Juncus filiformis Juncus filiformis L. NULL Juncus filiformis 3716 3 NULL 36512 Juncus filiformis L.
5838 5838 5820 290 Juncus glaucus Juncus glaucus Ehrh. NULL Juncus glaucus 3717 3 NULL 36529 Juncus glaucus Ehrh. ex Sibth.
5839 5838 5820 290 Juncus inflexus Juncus inflexus L. part. NULL Juncus inflexus 3717 3 NULL
5840 5840 5820 290 Juncus effusus Juncus effusus L. NULL Juncus effusus 3718 3 NULL 36499 Juncus effusus L.
5841 5841 5820 290 Juncus conglomeratus Juncus conglomeratus L. NULL Juncus conglomeratus 3719 3 NULL 36482 Juncus conglomeratus L.
5842 5842 5820 290 Juncus subulatus Juncus subulatus Forskal NULL Juncus subulatus 3720 3 NULL 36698 Juncus subulatus Forssk.
5843 5842 5820 290 Juncus multiflorus Juncus multiflorus Desf. NULL Juncus multiflorus 3720 3 NULL
5844 5844 5820 290 Juncus compressus Juncus compressus Jacq. NULL Juncus compressus 3721 3 NULL 36476 Juncus compressus Jacq.
5845 5844 5820 290 Juncus bulbosus Juncus bulbosus L. NULL Sp. ed. 2 Juncus bulbosus 3721 3 NULL
5846 5846 5820 290 Juncus gerardi Juncus gerardi Lois. NULL Juncus gerardi 3722 3 NULL 75195 Juncus gerardi Loisel.
5847 5846 5820 290 Juncus bottnicus Juncus bottnicus Wahlenb. NULL Juncus bottnicus 3722 3 NULL
5848 5848 5820 290 Juncus supinus Juncus supinus Moench NULL Juncus supinus 3723 3 NULL 36703 Juncus supinus Moench
5849 5848 5820 290 Juncus uliginosus Juncus uliginosus Roth NULL Juncus uliginosus 3723 3 NULL
5850 5848 5820 290 Juncus bulbosus Juncus bulbosus L. ed. 1 NULL Juncus bulbosus 3723 3 NULL
5851 5851 5820 290 Juncus heterophyllus Juncus heterophyllus Léon Dufour. NULL Juncus heterophyllus 3724 3 NULL 36545 Juncus heterophyllus Dufour
5852 5852 5820 290 Juncus obtusiflorus Juncus obtusiflorus Ehrh. NULL Juncus obtusiflorus 3725 3 NULL 36633 Juncus obtusiflorus Ehrh. ex Hoffm.
5853 5853 5820 290 Juncus alpinus Juncus alpinus Vill. NULL Juncus alpinus 3726 3 NULL 36392 Juncus alpinus Vill.
5854 5854 5820 290 Juncus lamprocarpus Juncus lamprocarpus Ehrh. NULL Juncus lamprocarpus 3727 3 NULL 36567 Juncus lampocarpus Ehrh. ex Hoffm.
5855 5854 5820 290 Juncus articulatus Juncus articulatus L. p. p. NULL Juncus articulatus 3727 3 NULL
5856 5856 5820 290 Juncus anceps Juncus anceps Laharpe. NULL Juncus anceps 3728 3 NULL 36401 Juncus anceps Laharpe
5857 5857 5820 290 Juncus silvaticus Juncus silvaticus Reichard NULL Juncus silvaticus 3729 3 NULL 36720 Juncus sylvaticus sensu 2, 3
5858 5857 5820 290 Juncus acutiflorus Juncus acutiflorus Ehrh. NULL Juncus acutiflorus 3729 3 NULL
5859 5859 5820 290 Juncus striatus Juncus striatus Schousboë. NULL Juncus striatus 3730 3 NULL 36694 Juncus striatus Schousb. ex E.Mey.
5860 5860 5820 290 Juncus fontanesii Juncus fontanesii Gay NULL Juncus fontanesii 3731 3 NULL 75194 Juncus fontanesii J Gay
5861 5860 5820 290 Juncus lagenarius Juncus lagenarius Gay NULL Juncus lagenarius 3731 3 NULL
5862 5860 5820 290 Juncus duvalii Juncus duvalii Loret NULL Juncus duvalii 3731 3 NULL
5863 5863 5819 220 Luzula Luzula NULL Luzula G764 3 453
5864 5864 5863 290 Luzula pilosa Luzula pilosa Willd. NULL Luzula pilosa 3732 3 NULL 40321 Luzula pilosa (L) Willd.
5865 5864 5863 290 Luzula vernalis Luzula vernalis DC. NULL Luzula vernalis 3732 3 NULL
5866 5866 5863 290 Luzula forsteri Luzula forsteri DC. NULL Luzula forsteri 3733 3 NULL 40264 Luzula forsteri (Sm) DC.
5867 5867 5863 290 Luzula flavescens Luzula flavescens Gaud. NULL Luzula flavescens 3734 3 NULL 40262 Luzula flavescens (Host) Gaudin
5868 5867 5863 290 Luzula hostii Luzula hostii Desv. NULL Luzula hostii 3734 3 NULL
5869 5869 5863 290 Luzula lutea Luzula lutea DC. NULL Luzula lutea 3735 3 NULL 40283 Luzula lutea (All) DC.
5870 5870 5863 290 Luzula nivea Luzula nivea DC. NULL Luzula nivea 3736 3 NULL 40310 Luzula nivea (L) DC.
5871 5871 5863 290 Luzula albida Luzula albida DC. NULL Luzula albida 3737 3 NULL 40221 Luzula albida (Hoffm) DC.
5872 5872 5863 290 Luzula pedemontana Luzula pedemontana Boiss. et Reut. NULL Luzula pedemontana 3738 3 NULL 40318 Luzula pedemontana Boiss. & Reut.
5873 5873 5863 290 Luzula silvatica Luzula silvatica Gaud. NULL Luzula silvatica 3739 3 NULL 75231 Luzula sylvatica (Huds) Gaudin
5874 5873 5863 290 Luzula maxima Luzula maxima DC. NULL Luzula maxima 3739 3 NULL
5875 5875 5863 290 Luzula glabrata Luzula glabrata Desv. NULL Luzula glabrata 3740 3 NULL 40269 Luzula glabrata (Hoppe ex Rostk.) Desv.
5876 5875 5863 290 Luzula desvauxii Luzula desvauxii Kunth NULL Luzula desvauxii 3740 3 NULL
5877 5877 5863 290 Luzula spadicea Luzula spadicea DC. NULL Luzula spadicea 3741 3 NULL 40328 Luzula spadicea DC.
5878 5878 5863 290 Luzula campestris Luzula campestris DC. NULL Luzula campestris 3742 3 NULL 40237 Luzula campestris (L) DC.
5879 5879 5863 290 Luzula multiflora Luzula multiflora Lejeune NULL Luzula multiflora 3743 3 NULL 40295 Luzula multiflora (Ehrh) Lej.
5880 5879 5863 290 Luzula erecta Luzula erecta Desv. NULL Luzula erecta 3743 3 NULL
5881 5881 5863 290 Luzula sudetica Luzula sudetica DC. NULL Luzula sudetica 3744 3 NULL 73484 Luzula sudetica DC.
5882 5881 5863 290 Luzula nigricans Luzula nigricans Desv. NULL Luzula nigricans 3744 3 NULL
5883 5883 5863 290 Luzula spicata Luzula spicata DC. NULL Luzula spicata 3745 3 NULL 40332 Luzula spicata (L) DC.
5884 5884 5863 290 Luzula pediformis Luzula pediformis DC. NULL Luzula pediformis 3746 3 NULL 40319 Luzula pediformis (Chaix) DC.
5885 5884 5863 290 Luzula nutans Luzula nutans Duval-Jouve NULL Luzula nutans 3746 3 NULL
5886 5886 5164 180 Cyperacees Cyperacees NULL Cyperacees F129 3 459
5887 5887 5886 220 Cyperus Cyperus NULL Cyperus G765 3 460
5888 5888 5887 290 Cyperus fuscus Cyperus fuscus L. NULL Cyperus fuscus 3747 3 NULL 20748 Cyperus fuscus L.
5889 5889 5887 290 Cyperus flavescens Cyperus flavescens L. NULL Cyperus flavescens 3748 3 NULL 20740 Cyperus flavescens L.
5890 5890 5887 290 Cyperus globosus Cyperus globosus All. NULL Cyperus globosus 3749 3 NULL 20751 Cyperus globosus All.
5891 5891 5887 290 Cyperus schoenoides Cyperus schoenoides Griseb. NULL Cyperus schoenoides 3750 3 NULL 20837 Cyperus schoenoides Griseb.
5892 5891 5887 290 Schoenus mucronatus Schoenus mucronatus L. NULL Schoenus mucronatus 3750 3 NULL
5893 5891 5887 290 Galilea mucronata Galilea mucronata Parlat. NULL Galilea mucronata 3750 3 NULL
5894 5894 5887 290 Cyperus distachyos Cyperus distachyos All. NULL Cyperus distachyos 3751 3 NULL 20724 Cyperus distachyos All.
5895 5894 5887 290 Cyperus junciformis Cyperus junciformis Cav. NULL Cyperus junciformis 3751 3 NULL
5896 5896 5887 290 Cyperus rotundus Cyperus rotundus L. NULL Cyperus rotundus 3752 3 NULL 20834 Cyperus rotundus L.
5897 5896 5887 290 Cyperus olivaris Cyperus olivaris Targ. NULL Cyperus olivaris 3752 3 NULL
5898 5898 5887 290 Cyperus esculentus Cyperus esculentus L. NULL Cyperus esculentus 3753 3 NULL 20728 Cyperus esculentus L.
5899 5898 5887 290 Cyperus aureus Cyperus aureus Ten. NULL Cyperus aureus 3753 3 NULL
5900 5900 5887 290 Cyperus vegetus Cyperus vegetus Willd. NULL Cyperus vegetus 3754 3 NULL 20857 Cyperus vegetus Willd.
5901 5900 5887 290 Cyperus monandrus Cyperus monandrus Roth. NULL Cyperus monandrus 3754 3 NULL
5902 5902 5887 290 Cyperus serotinus Cyperus serotinus Rottb. NULL Cyperus serotinus 3755 3 NULL 20839 Cyperus serotinus Rottb.
5903 5902 5887 290 Cyperus monti Cyperus monti L. f. NULL Cyperus monti 3755 3 NULL
5904 5904 5887 290 Cyperus longus Cyperus longus L. NULL Souchet odorant. Cyperus longus 3756 3 NULL 20785 Cyperus longus L.
5905 5905 5886 220 Schoenus Schoenus NULL Schoenus G766 3 464
5906 5906 5905 290 Schoenus nigricans Schoenus nigricans L. NULL Schoenus nigricans 3757 3 NULL 61436 Schoenus nigricans L.
5907 5907 5905 290 Schoenus ferrugineus Schoenus ferrugineus L. NULL Schoenus ferrugineus 3758 3 NULL 61423 Schoenus ferrugineus L.
5908 5908 5886 220 Cladium Cladium NULL Cladium G767 3 465
5909 5909 5908 290 Cladium mariscus Cladium mariscus R. Br. NULL Cladium mariscus 3759 3 NULL 18147 Cladium mariscus (L) Pohl
5910 5910 5886 220 Rhynchospora Rhynchospora NULL Rhynchospora G768 3 465
5911 5911 5910 290 Rhynchospora alba Rhynchospora alba Vahl. NULL Rhynchospora alba 3760 3 NULL 56092 Rhynchospora alba (L) Vahl
5912 5912 5910 290 Rhynchospora fusca Rhynchospora fusca Roem. et Sch. NULL Rhynchospora fusca 3761 3 NULL 56093 Rhynchospora fusca (L) W T.Aiton
5913 5913 5886 220 Eriophorum Eriophorum NULL Eriophorum G769 3 466
5914 5914 5913 290 Eriophorum alpinum Eriophorum alpinum L. NULL Eriophorum alpinum 3762 3 NULL 24986 Eriophorum alpinum L.
5915 5915 5913 290 Eriophorum scheuchzeri Eriophorum scheuchzeri Hoppe NULL Eriophorum scheuchzeri 3763 3 NULL 25017 Eriophorum scheuchzeri Hoppe
5916 5915 5913 290 Eriophorum capitatum Eriophorum capitatum Host NULL Eriophorum capitatum 3763 3 NULL
5917 5917 5913 290 Eriophorum vaginatum Eriophorum vaginatum L. NULL Eriophorum vaginatum 3764 3 NULL 25019 Eriophorum vaginatum L.
5918 5918 5913 290 Eriophorum angustifolium Eriophorum angustifolium Roth. NULL Eriophorum angustifolium 3765 3 NULL 78506 Eriophorum angustifolium Roth
5919 5918 5913 290 Eriophorum polystachion Eriophorum polystachion L. p. p. NULL Eriophorum polystachion 3765 3 NULL
5920 5920 5913 290 Eriophorum latifolium Eriophorum latifolium Hoppe NULL Eriophorum latifolium 3766 3 NULL 25004 Eriophorum latifolium Hoppe
5921 5920 5913 290 Eriophorum polystachion Eriophorum polystachion L. p. p. NULL Eriophorum polystachion 3766 3 NULL
5922 5922 5913 290 Eriophorum gracile Eriophorum gracile Koch. NULL Eriophorum gracile 3767 3 NULL 25002 Eriophorum gracile Koch ex Roth
5923 5923 5886 220 Fuirena Fuirena NULL Fuirena G770 3 468
5924 5924 5923 290 Fuirena pubescens Fuirena pubescens Kunth NULL Fuirena pubescens 3768 3 NULL 28362 Fuirena pubescens (Poir) Kunth
5925 5924 5923 290 Scirpus pubescens Scirpus pubescens Lamk NULL Scirpus pubescens 3768 3 NULL
5926 5926 5886 220 Fimbristylis Fimbristylis NULL Fimbristylis G771 3 468
5927 5927 5926 290 Fimbristylis dichotoma Fimbristylis dichotoma Vahl NULL Fimbristylis dichotoma 3769 3 NULL 27951 Fimbristylis dichotoma sensu 1, 2, 3, 5
5928 5927 5926 290 Fimbristylis laxa Fimbristylis laxa G. G. NULL Fimbristylis laxa 3769 3 NULL
5929 5929 5886 220 Scirpus Scirpus NULL Scirpus G772 3 469
5930 5930 5929 290 Scirpus michelianus Scirpus michelianus L. NULL Scirpus michelianus 3770 3 NULL 61635 Scirpus michelianus L.
5931 5931 5929 290 Scirpus compressus Scirpus compressus Pers. NULL Scirpus compressus 3771 3 NULL 73448 Scirpus compressus (L) Pers.
5932 5931 5929 290 Blysmus compressus Blysmus compressus Panz. NULL Blysmus compressus 3771 3 NULL
5933 5933 5929 290 Scirpus maritimus Scirpus maritimus L. NULL Scirpus maritimus 3772 3 NULL 61628 Scirpus maritimus L.
5934 5934 5929 290 Scirpus silvaticus Scirpus silvaticus L. NULL Scirpus silvaticus 3773 3 NULL 61692 Scirpus sylvaticus L.
5935 5935 5929 290 Scirpus radicans Scirpus radicans Schkuhr. NULL Scirpus radicans 3774 3 NULL 61670 Scirpus radicans Schkuhr
5936 5936 5929 290 Scirpus holoschoenus Scirpus holoschoenus L. NULL Scirpus holoschoenus 3775 3 NULL 61595 Scirpus holoschoenus L.
5937 5937 5929 290 Scirpus lacustris Scirpus lacustris L. NULL Jonc des chaisiers. Scirpus lacustris 3776 3 NULL 61610 Scirpus lacustris L.
5938 5938 5929 290 Scirpus tabernaemontani Scirpus tabernaemontani Gmel. NULL Scirpus tabernaemontani 3777 3 NULL 61697 Scirpus tabernaemontani C C Gmel.
5939 5938 5929 290 Scirpus glaucus Scirpus glaucus Sm. NULL Scirpus glaucus 3777 3 NULL
5940 5940 5929 290 Scirpus carinatus Scirpus carinatus Smith NULL Scirpus carinatus 3778 3 NULL 61562 Scirpus x carinatus Sm.
5941 5940 5929 290 Scirpus duvalii Scirpus duvalii Hoppe NULL Scirpus duvalii 3778 3 NULL
5942 5942 5929 290 Scirpus littoralis Scirpus littoralis Schrad. NULL Scirpus littoralis 3779 3 NULL 61623 Scirpus litoralis Schrad.
5943 5942 5929 290 Scirpus triqueter Scirpus triqueter G. G., non L. NULL Scirpus triqueter 3779 3 NULL
5944 5944 5929 290 Scirpus triqueter Scirpus triqueter L. NULL Scirpus triqueter 3780 3 NULL 61703 Scirpus triqueter L.
5945 5944 5929 290 Scirpus pollichii Scirpus pollichii G. G. NULL Scirpus pollichii 3780 3 NULL
5946 5946 5929 290 Scirpus pungens Scirpus pungens Vahl NULL Scirpus pungens 3781 3 NULL 61665 Scirpus pungens Vahl
5947 5946 5929 290 Scirpus rothii Scirpus rothii Hoppe NULL Scirpus rothii 3781 3 NULL
5948 5948 5929 290 Scirpus mucronatus Scirpus mucronatus L. NULL Scirpus mucronatus 3782 3 NULL 61637 Scirpus mucronatus L.
5949 5949 5929 290 Scirpus supinus Scirpus supinus L. NULL Scirpus supinus 3783 3 NULL 61691 Scirpus supinus L.
5950 5950 5929 290 Scirpus setaceus Scirpus setaceus L. NULL Scirpus setaceus 3784 3 NULL 61683 Scirpus setaceus L.
5951 5951 5929 290 Scirpus savii Scirpus savii Seb. et M. NULL Scirpus savii 3785 3 NULL 61676 Scirpus savii Sebast. & Mauri
5952 5951 5929 290 Scirpus leptaleus Scirpus leptaleus Koch NULL Scirpus leptaleus 3785 3 NULL
5953 5951 5929 290 Scirpus gracillimus Scirpus gracillimus Kohts NULL Scirpus gracillimus 3785 3 NULL
5954 5954 5929 290 Scirpus fluitans Scirpus fluitans L. NULL Scirpus fluitans 3786 3 NULL 61581 Scirpus fluitans L.
5955 5955 5929 290 Scirpus parvulus Scirpus parvulus Roemer et Sch. NULL Scirpus parvulus 3787 3 NULL 61653 Scirpus parvulus Roem. & Schult.
5956 5956 5929 290 Scirpus acicularis Scirpus acicularis L. NULL Scirpus acicularis 3788 3 NULL 61539 Scirpus acicularis L.
5957 5956 5929 290 Heleocharis acicularis Heleocharis acicularis R. Br. NULL Heleocharis acicularis 3788 3 NULL
5958 5958 5929 290 Scirpus alpinus Scirpus alpinus Schleich. NULL Scirpus alpinus 3789 3 NULL 61544 Scirpus alpinus Schleich. ex Gaudin
5959 5959 5929 290 Scirpus pauciflorus Scirpus pauciflorus Lightf. NULL Scirpus pauciflorus 3790 3 NULL 61654 Scirpus pauciflorus Lightf.
5960 5959 5929 290 Scirpus baeotryon Scirpus baeotryon Ehrh. NULL Scirpus baeotryon 3790 3 NULL
5961 5961 5929 290 Scirpus caespitosus Scirpus caespitosus L. NULL Scirpus caespitosus 3791 3 NULL 61564 Scirpus cespitosus L.
5962 5962 5929 290 Scirpus ovatus Scirpus ovatus Roth NULL Scirpus ovatus 3792 3 NULL 61643 Scirpus ovatus Roth
5963 5962 5929 290 Heleocharis ovata Heleocharis ovata R. Br. NULL Heleocharis ovata 3792 3 NULL
5964 5964 5929 290 Scirpus multicaulis Scirpus multicaulis Smith NULL Scirpus multicaulis 3793 3 NULL 61640 Scirpus multicaulis Sm.
5965 5964 5929 290 Heleocharis multicaulis Heleocharis multicaulis Sm. NULL Heleocharis multicaulis 3793 3 NULL
5966 5966 5929 290 Scirpus striatulus Scirpus striatulus Desv. NULL Scirpus striatulus 3794 3 NULL 61689 Scirpus striatulus (Desv) H J.Coste
5967 5966 5929 290 Heleocharis amphibia Heleocharis amphibia DURIEU NULL Heleocharis amphibia 3794 3 NULL
5968 5966 5929 290 Heleocharis oxyneura Heleocharis oxyneura DURIEU NULL Heleocharis oxyneura 3794 3 NULL
5969 5969 5929 290 Scirpus palustris Scirpus palustris L. NULL Scirpus palustris 3795 3 NULL 61645 Scirpus palustris L.
5970 5969 5929 290 Heleocharis palustris Heleocharis palustris R. Br. NULL Heleocharis palustris 3795 3 NULL
5971 5971 5929 290 Scirpus uniglumis Scirpus uniglumis Link NULL Scirpus uniglumis 3796 3 NULL 61709 Scirpus uniglumis Link
5972 5971 5929 290 Heleocharis uniglumis Heleocharis uniglumis Schult NULL Heleocharis uniglumis 3796 3 NULL
5973 5973 5886 220 Kobresia Kobresia NULL Kobresia G773 3 479
5974 5974 5973 290 Kobresia scirpina Kobresia scirpina Willd. NULL Kobresia scirpina 3797 3 NULL 37033 Kobresia scirpina Willd.
5975 5974 5973 290 Elyna spicata Elyna spicata Schrad. NULL Elyna spicata 3797 3 NULL
5976 5976 5973 290 Kobresia caricina Kobresia caricina Willd. NULL Kobresia caricina 3798 3 NULL 37031 Kobresia caricina Willd.
5977 5977 5886 220 Carex Carex NULL Carex G774 3 480
5978 5978 5977 290 Carex dioica Carex dioica L. NULL Carex dioica 3799 3 NULL 13653 Carex dioica L.
5979 5979 5977 290 Carex davalliana Carex davalliana Sm. NULL Carex davalliana 3800 3 NULL 13629 Carex davalliana Sm.
5980 5980 5977 290 Carex pulicaris Carex pulicaris L. NULL Carex pulicaris 3801 3 NULL 14286 Carex pulicaris L.
5981 5981 5977 290 Carex macrostyla Carex macrostyla Lap. NULL Carex macrostyla 3802 3 NULL 14028 Carex macrostylon Lapeyr.
5982 5981 5977 290 Carex decipiens Carex decipiens Gay NULL Carex decipiens 3802 3 NULL
5983 5983 5977 290 Carex pauciflora Carex pauciflora Light. NULL Carex pauciflora 3803 3 NULL 14220 Carex pauciflora Lightf.
5984 5984 5977 290 Carex microglochin Carex microglochin Wahlenb. NULL Carex microglochin 3804 3 NULL 14053 Carex microglochin Wahlenb.
5985 5985 5977 290 Carex pyrenaica Carex pyrenaica Wahlenb. NULL Carex pyrenaica 3805 3 NULL 14290 Carex pyrenaica Wahlenb.
5986 5986 5977 290 Carex rupestris Carex rupestris All. NULL Carex rupestris 3806 3 NULL 14337 Carex rupestris All.
5987 5987 5977 290 Carex cyperoides Carex cyperoides L. NULL Carex cyperoides 3807 3 NULL 13627 Carex cyperoides L.
5988 5988 5977 290 Carex foetida Carex foetida All. NULL Carex foetida 3808 3 NULL 13787 Carex foetida All.
5989 5989 5977 290 Carex incurva Carex incurva Light. NULL Carex incurva 3809 3 NULL 13933 Carex incurva Lightf.
5990 5989 5977 290 Carex juncifolia Carex juncifolia All. NULL Carex juncifolia 3809 3 NULL
5991 5991 5977 290 Carex curvula Carex curvula All. NULL Carex curvula 3810 3 NULL 13618 Carex curvula All.
5992 5992 5977 290 Carex chordorrhiza Carex chordorrhiza Ehrh. NULL Carex chordorrhiza 3811 3 NULL 13581 Carex chordorrhiza L F.
5993 5993 5977 290 Carex divisa Carex divisa Huds. NULL Carex divisa 3812 3 NULL 13676 Carex divisa Huds.
5994 5994 5977 290 Carex chaetophylla Carex chaetophylla Steud. NULL Carex chaetophylla 3813 3 NULL 13576 Carex chaetophylla Steud.
5995 5994 5977 290 Carex setifolia Carex setifolia Godr., non Kunze NULL Carex setifolia 3813 3 NULL
5996 5996 5977 290 Carex disticha Carex disticha Huds. NULL Carex disticha 3814 3 NULL 13668 Carex disticha Huds.
5997 5997 5977 290 Carex arenaria Carex arenaria L. NULL Carex arenaria 3815 3 NULL 13448 Carex arenaria L.
5998 5998 5977 290 Carex ligerica Carex ligerica Gay NULL Carex ligerica 3816 3 NULL 13998 Carex ligerica J Gay
5999 5998 5977 290 Carex ligerina Carex ligerina Bor. NULL Carex ligerina 3816 3 NULL
6000 6000 5977 290 Carex schreberi Carex schreberi Schrank. NULL Carex schreberi 3817 3 NULL 14357 Carex schreberi Schrank
6001 6001 5977 290 Carex brizoides Carex brizoides L. NULL Carex brizoides 3818 3 NULL 13525 Carex brizoides L.
6002 6002 5977 290 Carex paniculata Carex paniculata L. NULL Carex paniculata 3819 3 NULL 14199 Carex paniculata L.
6003 6003 5977 290 Carex paradoxa Carex paradoxa Willd. NULL Carex paradoxa 3820 3 NULL 14212 Carex paradoxa Willd.
6004 6004 5977 290 Carex teretiuscula Carex teretiuscula Good. NULL Carex teretiuscula 3821 3 NULL 14442 Carex teretiuscula Gooden.
6005 6004 5977 290 Carex diandra Carex diandra Schrk. NULL Carex diandra 3821 3 NULL
6006 6006 5977 290 Carex vulpina Carex vulpina L. NULL Carex vulpina 3822 3 NULL 14515 Carex vulpina L.
6007 6007 5977 290 Carex muricata Carex muricata L. NULL Carex muricata 3823 3 NULL 14092 Carex muricata L.
6008 6008 5977 290 Carex pairaei Carex pairaei F. Schultz NULL Carex pairaei 3824 3 NULL 14178 Carex pairae F W Schultz
6009 6008 5977 290 Carex loliacea Carex loliacea Schkuhr, non L. NULL Carex loliacea 3824 3 NULL
6010 6010 5977 290 Carex divulsa Carex divulsa Good. NULL Carex divulsa 3825 3 NULL 78154 Carex divulsa Gooden.
6011 6011 5977 290 Carex remota Carex remota L. NULL Carex remota 3826 3 NULL 14305 Carex remota L.
6012 6012 5977 290 Carex echinata Carex echinata Murr. NULL Carex echinata 3827 3 NULL 13700 Carex echinata Murray
6013 6012 5977 290 Carex stellulata Carex stellulata Good. NULL Carex stellulata 3827 3 NULL
6014 6014 5977 290 Carex canescens Carex canescens L. NULL Carex canescens 3828 3 NULL 13547 Carex canescens sensu 1, 2, 3
6015 6015 5977 290 Carex brunnescens Carex brunnescens Poir. NULL Carex brunnescens 3829 3 NULL 13536 Carex brunnescens (Pers) Poir.
6016 6015 5977 290 Carex vitilis Carex vitilis Fries NULL Carex vitilis 3829 3 NULL
6017 6015 5977 290 Carex persoonii Carex persoonii Sieb. NULL Carex persoonii 3829 3 NULL
6018 6018 5977 290 Carex elongata Carex elongata L. NULL Carex elongata 3830 3 NULL 13713 Carex elongata L.
6019 6019 5977 290 Carex leporina Carex leporina L. NULL Carex leporina 3831 3 NULL 13985 Carex leporina L.
6020 6019 5977 290 Carex ovalis Carex ovalis Good. NULL Carex ovalis 3831 3 NULL
6021 6021 5977 290 Carex lagopina Carex lagopina Wahlenb. NULL Carex lagopina 3832 3 NULL 13969 Carex lagopina Wahlenb.
6022 6021 5977 290 Carex approximata Carex approximata Hoppe, non All. NULL Carex approximata 3832 3 NULL
6023 6023 5977 290 Carex heleonastes Carex heleonastes Ehrh. NULL Carex heleonastes 3833 3 NULL 13896 Carex heleonastes Ehrh. ex L.F.
6024 6024 5977 290 Carex longiseta Carex longiseta Brotero NULL Carex longiseta 3834 3 NULL 14018 Carex longiseta Brot.
6025 6024 5977 290 Carex linkii Carex linkii Schkuhr NULL Carex linkii 3834 3 NULL
6026 6024 5977 290 Carex gynomane Carex gynomane Bertol. NULL Carex gynomane 3834 3 NULL
6027 6027 5977 290 Carex oedipostyla Carex oedipostyla Duval-Jouve NULL Carex oedipostyla 3835 3 NULL 14153 Carex oedipostyla Duval
6028 6027 5977 290 Carex ambigua Carex ambigua Link, non Moench NULL Carex ambigua 3835 3 NULL
6029 6029 5977 290 Carex halleriana Carex halleriana Asso NULL Carex halleriana 3836 3 NULL 13885 Carex halleriana Asso
6030 6029 5977 290 Carex gynobasis Carex gynobasis Vill. NULL Carex gynobasis 3836 3 NULL
6031 6031 5977 290 Carex depressa Carex depressa Link NULL Carex depressa 3837 3 NULL 13641 Carex depressa Link
6032 6031 5977 290 Carex basilaris Carex basilaris Jord. NULL Carex basilaris 3837 3 NULL
6033 6033 5977 290 Carex mixta Carex mixta Miégeville. NULL Carex mixta 3838 3 NULL 14068 Carex mixta Miégev.
6034 6034 5977 290 Carex nigra Carex nigra All. NULL Carex nigra 3839 3 NULL 14123 Carex nigra All.
6035 6035 5977 290 Carex atrata Carex atrata L. NULL Carex atrata 3840 3 NULL 13463 Carex atrata L.
6036 6036 5977 290 Carex aterrima Carex aterrima Hoppe. NULL Carex aterrima 3841 3 NULL 13462 Carex aterrima Hoppe
6037 6037 5977 290 Carex polygama Carex polygama Schkuhr NULL Carex polygama 3842 3 NULL 14245 Carex polygama Schkuhr
6038 6037 5977 290 Carex buxbaumii Carex buxbaumii Wahlenb. NULL Carex buxbaumii 3842 3 NULL
6039 6039 5977 290 Carex alpina Carex alpina Sw. NULL Carex alpina 3843 3 NULL 13431 Carex alpina sensu H J.Coste
6040 6039 5977 290 Carex vahlii Carex vahlii Schkh. NULL Carex vahlii 3843 3 NULL
6041 6041 5977 290 Carex bicolor Carex bicolor All. NULL Carex bicolor 3844 3 NULL 13502 Carex bicolor All.
6042 6042 5977 290 Carex mucronata Carex mucronata All. NULL Carex mucronata 3845 3 NULL 14082 Carex mucronata All.
6043 6043 5977 290 Carex intricata Carex intricata Tineo. NULL Carex intricata 3846 3 NULL 13945 Carex intricata Tineo
6044 6044 5977 290 Carex stricta Carex stricta Good. NULL Carex stricta 3847 3 NULL 14410 Carex stricta Gooden.
6045 6045 5977 290 Carex turfosa Carex turfosa Fries. NULL Carex turfosa 3848 3 NULL 14465 Carex x turfosa Fr.
6046 6046 5977 290 Carex vulgaris Carex vulgaris Fries NULL Carex vulgaris 3849 3 NULL 14510 Carex vulgaris Fr.
6047 6046 5977 290 Carex caespitosa Carex caespitosa Good., non L.  NULL Carex caespitosa 3849 3 NULL
6048 6046 5977 290 Carex goodenowfr Carex goodenowfr Gay NULL Carex goodenowfr 3849 3 NULL
6049 6049 5977 290 Carex acuta Carex acuta L. NULL Carex acuta 3850 3 NULL 13392 Carex acuta L.
6050 6050 5977 290 Carex trinervis Carex trinervis Degland NULL in Lois. Carex trinervis 3851 3 NULL 14460 Carex trinervis Degl. ex Loisel.
6051 6051 5977 290 Carex glauca Carex glauca Murr. NULL Carex glauca 3852 3 NULL 13824 Carex glauca Scop.
6052 6052 5977 290 Carex serrulata Carex serrulata Bivon NULL Carex serrulata 3853 3 NULL 14376 Carex serrulata Biv.
6053 6052 5977 290 Carex acuminata Carex acuminata Willd. NULL Carex acuminata 3853 3 NULL
6054 6054 5977 290 Carex clavaeformis Carex clavaeformis Hoppe. NULL Carex clavaeformis 3854 3 NULL 13585 Carex claviformis Hoppe
6055 6055 5977 290 Carex hispida Carex hispida Willd. NULL Carex hispida 3855 3 NULL 13910 Carex hispida Willd.
6056 6056 5977 290 Carex riparia Carex riparia Curt. NULL Carex riparia 3856 3 NULL 14322 Carex riparia Curtis
6057 6057 5977 290 Carex acutiformis Carex acutiformis Ehrh. NULL Carex acutiformis 3857 3 NULL 13409 Carex acutiformis Ehrh.
6058 6057 5977 290 Carex paludosa Carex paludosa Good. NULL Carex paludosa 3857 3 NULL
6059 6059 5977 290 Carex nutans Carex nutans Host. NULL Carex nutans 3858 3 NULL 14139 Carex nutans Host
6060 6060 5977 290 Carex filiformis Carex filiformis L. NULL Carex filiformis 3859 3 NULL 13750 Carex filiformis sensu 1, 2, 5
6061 6061 5977 290 Carex hirta Carex hirta L. NULL Carex hirta 3860 3 NULL 13904 Carex hirta L.
6062 6062 5977 290 Carex hordeistichos Carex hordeistichos Vill. NULL Carex hordeistichos 3861 3 NULL 13918 Carex hordeistichos Vill.
6063 6063 5977 290 Carex vesicaria Carex vesicaria L. NULL Carex vesicaria 3862 3 NULL 14487 Carex vesicaria L.
6064 6064 5977 290 Carex rostrata Carex rostrata With. NULL Carex rostrata 3863 3 NULL 14329 Carex rostrata Stokes
6065 6064 5977 290 Carex obtusangula Carex obtusangula Retz NULL Carex obtusangula 3863 3 NULL
6066 6064 5977 290 Carex ampullacea Carex ampullacea Good. NULL Carex ampullacea 3863 3 NULL
6067 6067 5977 290 Carex montana Carex montana L. NULL Carex montana 3864 3 NULL 14075 Carex montana L.
6068 6068 5977 290 Carex pilulifera Carex pilulifera L. NULL Carex pilulifera 3865 3 NULL 75031 Carex pilulifera L.
6069 6069 5977 290 Carex ericetorum Carex ericetorum Poil. NULL Carex ericetorum 3866 3 NULL 13725 Carex ericetorum Pollich
6070 6070 5977 290 Carex tomentosa Carex tomentosa L. NULL Carex tomentosa 3867 3 NULL 14450 Carex tomentosa L.
6071 6071 5977 290 Carex praecox Carex praecox Jacq. NULL Carex praecox 3868 3 NULL 14256 Carex praecox Jacq.
6072 6072 5977 290 Carex polyrrhiza Carex polyrrhiza Wallr. NULL Carex polyrrhiza 3869 3 NULL 14250 Carex polyrrhiza Wallr.
6073 6073 5977 290 Carex digitata Carex digitata L. NULL Carex digitata 3870 3 NULL 13650 Carex digitata L.
6074 6074 5977 290 Carex ornithopoda Carex ornithopoda Will. NULL Carex ornithopoda 3871 3 NULL 14160 Carex ornithopoda Willd.
6075 6075 5977 290 Carex ornithopodioides Carex ornithopodioides Haussm. NULL Carex ornithopodioides 3872 3 NULL 14169 Carex ornithopodioides sensu auct Gall. (P.P.)
6076 6075 5977 290 Carex subnivalis Carex subnivalis Arvet-T. NULL Carex subnivalis 3872 3 NULL
6077 6077 5977 290 Carex humilis Carex humilis Leyss. NULL Carex humilis 3873 3 NULL 13926 Carex humilis Leyss.
6078 6078 5977 290 Carex grioletii Carex grioletii Roem. NULL in Schkuhr Carex grioletii 3874 3 NULL 13873 Carex grioletii Roem.
6079 6078 5977 290 Carex grise Carex grise a Viv., non Wahlenb. NULL Carex grise 3874 3 NULL
6080 6080 5977 290 Carex fimbriata Carex fimbriata Schkuhr NULL Carex fimbriata 3875 3 NULL 13753 Carex fimbriata Schkuhr
6081 6080 5977 290 Carex hispidula Carex hispidula Gaud NULL Carex hispidula 3875 3 NULL
6082 6082 5977 290 Carex brevicollis Carex brevicollis DC. NULL Carex brevicollis 3876 3 NULL 13520 Carex brevicollis DC.
6083 6083 5977 290 Carex michelii Carex michelii Host. NULL Carex michelii 3877 3 NULL 14050 Carex michelii Host
6084 6084 5977 290 Carex nitida Carex nitida Host. NULL Carex nitida 3878 3 NULL 14136 Carex nitida Host
6085 6084 5977 290 Carex obesa Carex obesa G. G. NULL Carex obesa 3878 3 NULL
6086 6086 5977 290 Carex alba Carex alba Scop. NULL Carex alba 3879 3 NULL 13417 Carex alba Scop.
6087 6087 5977 290 Carex capillaris Carex capillaris L. NULL Carex capillaris 3880 3 NULL 75457 Carex capillaris L.
6088 6088 5977 290 Carex ustulata Carex ustulata Wahlenb. NULL Carex ustulata 3881 3 NULL 14475 Carex ustulata Wahlenb.
6089 6089 5977 290 Carex irrigua Carex irrigua Smith NULL Carex irrigua 3882 3 NULL 13949 Carex irrigua (Wahlenb) Sm. ex Hoppe
6090 6089 5977 290 Carex magellanica Carex magellanica Lamk. NULL Carex magellanica 3882 3 NULL
6091 6091 5977 290 Carex limosa Carex limosa L. NULL Carex limosa 3883 3 NULL 14000 Carex limosa L.
6092 6092 5977 290 Carex tenuis Carex tenuis Host NULL Carex tenuis 3884 3 NULL 14440 Carex tenuis Host
6093 6092 5977 290 Carex brachystachys Carex brachystachys Schrk. NULL Carex brachystachys 3884 3 NULL
6094 6094 5977 290 Carex refracta Carex refracta Willd. NULL Carex refracta 3885 3 NULL 14302 Carex refracta sensu 2, 3
6095 6094 5977 290 Carex tenax Carex tenax Reuter NULL Carex tenax 3885 3 NULL
6096 6096 5977 290 Carex ferruginea Carex ferruginea Scop. NULL Carex ferruginea 3886 3 NULL 13740 Carex ferruginea Scop.
6097 6097 5977 290 Carex frigida Carex frigida All. NULL Carex frigida 3887 3 NULL 13794 Carex frigida All.
6098 6098 5977 290 Carex sempervirens Carex sempervirens Vill. NULL Carex sempervirens 3888 3 NULL 14364 Carex sempervirens Vill.
6099 6099 5977 290 Carex firma Carex firma Host. NULL Carex firma 3889 3 NULL 13754 Carex firma Mygind ex Host
6100 6100 5977 290 Carex vaginata Carex vaginata Tausch. NULL Carex vaginata 3890 3 NULL 14476 Carex vaginata Tausch
6101 6101 5977 290 Carex panicea Carex panicea L. NULL Carex panicea 3891 3 NULL 14194 Carex panicea L.
6102 6102 5977 290 Carex olbiensis Carex olbiensis Jord. NULL Carex olbiensis 3892 3 NULL 14157 Carex olbiensis Jord.
6103 6102 5977 290 Carex ardoiniana Carex ardoiniana De Not NULL Carex ardoiniana 3892 3 NULL
6104 6104 5977 290 Carex depauperata Carex depauperata Good. NULL Carex depauperata 3893 3 NULL 78151 Carex depauperata Gooden.
6105 6105 5977 290 Carex pilosa Carex pilosa Scop. NULL Carex pilosa 3894 3 NULL 14237 Carex pilosa Scop.
6106 6106 5977 290 Carex strigosa Carex strigosa Huds. NULL Carex strigosa 3895 3 NULL 14419 Carex strigosa Huds.
6107 6107 5977 290 Carex silvatica Carex silvatica Huds. NULL Carex silvatica 3896 3 NULL 75459 Carex sylvatica Huds.
6108 6108 5977 290 Carex pseudo-cyperus Carex pseudo-cyperus L. NULL Carex pseudo-cyperus 3897 3 NULL 14274 Carex pseudocyperus L.
6109 6109 5977 290 Carex pendula Carex pendula Huds. NULL Carex pendula 3898 3 NULL 14226 Carex pendula Huds.
6110 6109 5977 290 Carex maxima Carex maxima Scop. NULL Carex maxima 3898 3 NULL
6111 6111 5977 290 Carex microcarpa Carex microcarpa Bert. NULL in Moris Carex microcarpa 3899 3 NULL 14051 Carex microcarpa Bertol. ex Moris
6112 6111 5977 290 Carex corsica Carex corsica Degl. NULL in Lois. Carex corsica 3899 3 NULL
6113 6113 5977 290 Carex laevigata Carex laevigata Smith. NULL Carex laevigata 3900 3 NULL 13964 Carex laevigata Sm.
6114 6114 5977 290 Carex binervis Carex binervis Smith. NULL Carex binervis 3901 3 NULL 13509 Carex binervis Sm.
6115 6115 5977 290 Carex distans Carex distans L. NULL Carex distans 3902 3 NULL 13660 Carex distans L.
6116 6116 5977 290 Carex hornschuchiana Carex hornschuchiana Hoppe. NULL Carex hornschuchiana 3903 3 NULL 13919 Carex hornschuchiana Hoppe
6117 6117 5977 290 Carex punctata Carex punctata Gaud. NULL Carex punctata 3904 3 NULL 14288 Carex punctata Gaudin
6118 6118 5977 290 Carex pallescens Carex pallescens L. NULL Carex pallescens 3905 3 NULL 14183 Carex pallescens L.
6119 6119 5977 290 Carex extensa Carex extensa Good. NULL Carex extensa 3906 3 NULL 13733 Carex extensa Gooden.
6120 6120 5977 290 Carex mairii Carex mairii Coss. et Germ. NULL Carex mairii 3907 3 NULL 14034 Carex mairei Coss. & Germ.
6121 6121 5977 290 Carex flava Carex flava L. NULL Carex flava 3908 3 NULL 13763 Carex flava L.
6122 6122 5977 290 Carex oederi Carex oederi Ehrh. NULL Carex oederi 3909 3 NULL 14144 Carex oederi Retz. ex Ehrh.
6123 6123 5164 180 Graminees Graminees NULL Graminees F130 3 520
6124 6124 6123 220 Zea Zea NULL Zea G775 3 530
6125 6125 6124 290 Zea mays Zea mays L. NULL Zea mays 3910 3 NULL 73206 Zea mays L.
6126 6126 6123 220 Coix Coix NULL Coix G776 3 530
6127 6127 6126 290 Coix lacryma Coix lacryma L. NULL Coix lacryma 3911 3 NULL 18509 Coix lacryma L.
6128 6128 6123 220 Oryza Oryza NULL Oryza G777 3 531
6129 6129 6128 290 Oryza sativa Oryza sativa L. NULL Oryza sativa 3912 3 NULL 47014 Oryza sativa L.
6130 6130 6123 220 Leersia Leersia NULL Leersia G778 3 531
6131 6131 6130 290 Leersia oryzoides Leersia oryzoides Sw. NULL Leersia oryzoides 3913 3 NULL 38188 Leersia oryzoides (L) Sw.
6132 6132 6123 220 Coleanthus Coleanthus NULL Coleanthus G779 3 531
6133 6133 6132 290 Coleanthus subtilis Coleanthus subtilis Seid. NULL in Roem. et Sch. Coleanthus subtilis 3914 3 NULL 18585 Coleanthus subtilis (Tratt) Seidl
6134 6134 6123 220 Mibora Mibora NULL Mibora G780 3 532
6135 6135 6134 290 Mibora minima Mibora minima Desv. NULL Mibora minima 3915 3 NULL 42463 Mibora minima (L) Desv.
6136 6135 6134 290 Mibora verna Mibora verna P. B. NULL Mibora verna 3915 3 NULL
6137 6135 6134 290 Chamagrostis minima Chamagrostis minima Bork. NULL Chamagrostis minima 3915 3 NULL
6138 6138 6123 220 Hierochloa Hierochloa NULL Hierochloa G781 3 532
6139 6139 6138 290 Hierochloa borealis Hierochloa borealis Roem. et Sch. NULL Hierochloa borealis 3916 3 NULL 32014 Hierochloe borealis Roem. & Schult.
6140 6139 6138 290 Hierochloa odorata Hierochloa odorata Wahlenb. NULL Hierochloa odorata 3916 3 NULL
6141 6141 6123 220 Anthoxanthum Anthoxanthum NULL Anthoxanthum G782 3 532
6142 6142 6141 290 Anthoxanthum odoratum Anthoxanthum odoratum L. NULL Anthoxanthum odoratum 3917 3 NULL 5194 Anthoxanthum odoratum L.
6143 6143 6141 290 Anthoxanthum aristatum Anthoxanthum aristatum Boiss. NULL Anthoxanthum aristatum 3918 3 NULL 5184 Anthoxanthum aristatum Boiss.
6144 6143 6141 290 Anthoxanthum puelii Anthoxanthum puelii Lec. et Lamot. NULL Anthoxanthum puelii 3918 3 NULL
6145 6145 6123 220 Phalaris Phalaris NULL Phalaris G783 3 533
6146 6146 6145 290 Phalaris arundinacea Phalaris arundinacea L. NULL Phalaris arundinacea 3919 3 NULL 48632 Phalaris arundinacea L.
6147 6146 6145 290 Baldingera arundinacea Baldingera arundinacea Dum. NULL Baldingera arundinacea 3919 3 NULL
6148 6148 6145 290 Phalaris truncata Phalaris truncata Guss. NULL Phalaris truncata 3920 3 NULL 48733 Phalaris truncata Guss. ex Bertol.
6149 6149 6145 290 Phalaris caerulescens Phalaris caerulescens Desf. NULL Phalaris caerulescens 3921 3 NULL 48675 Phalaris coerulescens Desf.
6150 6149 6145 290 Phalaris aquatica Phalaris aquatica L. ?  NULL Phalaris aquatica 3921 3 NULL
6151 6149 6145 290 Phalaris bulbosa Phalaris bulbosa Cav. NULL Phalaris bulbosa 3921 3 NULL
6152 6152 6145 290 Phalaris nodosa Phalaris nodosa L. Syst. NULL Phalaris nodosa 3922 3 NULL 48708 Phalaris nodosa auct.
6153 6152 6145 290 Phalaris tuberosa Phalaris tuberosa L. NULL Sp.? Phalaris tuberosa 3922 3 NULL
6154 6154 6145 290 Phalaris minor Phalaris minor Retz. NULL Phalaris minor 3923 3 NULL 48694 Phalaris minor Retz.
6155 6155 6145 290 Phalaris paradoxa Phalaris paradoxa L. NULL Phalaris paradoxa 3924 3 NULL 48713 Phalaris paradoxa L.
6156 6156 6145 290 Phalaris brachystachys Phalaris brachystachys Link. NULL Phalaris brachystachys 3925 3 NULL 48656 Phalaris brachystachys Link
6157 6157 6145 290 Phalaris canariensis Phalaris canariensis L. NULL Alpiste. Phalaris canariensis 3926 3 NULL 48668 Phalaris canariensis L.
6158 6158 6123 220 Maillea Maillea NULL Maillea G784 3 536
6159 6159 6158 290 Maillea crypsoides Maillea crypsoides Boiss. NULL Maillea crypsoides 3927 3 NULL 78147 Maillea crypsoides Boiss.
6160 6159 6158 290 Maillea urvillei Maillea urvillei Parl.  NULL Maillea urvillei 3927 3 NULL
6161 6159 6158 290 Phalaris crypsoides Phalaris crypsoides Urv. NULL Phalaris crypsoides 3927 3 NULL
6162 6162 6123 220 Crypsis Crypsis NULL Crypsis G785 3 537
6163 6163 6162 290 Crypsis aculeata Crypsis aculeata Ait. NULL Crypsis aculeata 3928 3 NULL 20120 Crypsis aculeata (L) Aiton
6164 6164 6162 290 Crypsis schoenoides Crypsis schoenoides Lamk. NULL Crypsis schoenoides 3929 3 NULL 20139 Crypsis schoenoides (L) Lam.
6165 6164 6162 290 Heleochloa schoenoides Heleochloa schoenoides Host NULL Heleochloa schoenoides 3929 3 NULL
6166 6166 6162 290 Crypsis alopecuroides Crypsis alopecuroides Schrad. NULL Crypsis alopecuroides 3930 3 NULL 20126 Crypsis alopecuroides (Piller & Mitterp.) Schrad.
6167 6166 6162 290 Heleochloa alopecuroides Heleochloa alopecuroides Host NULL Heleochloa alopecuroides 3930 3 NULL
6168 6168 6123 220 Phleum Phleum NULL Phleum G786 3 538
6169 6169 6168 290 Phleum arenarium Phleum arenarium L. NULL Phleum arenarium 3931 3 NULL 48908 Phleum arenarium L.
6170 6170 6168 290 Phleum tenue Phleum tenue Schrad. NULL Phleum tenue 3932 3 NULL 49018 Phleum tenue (Host) Schrad.
6171 6170 6168 290 Phleum bellardi Phleum bellardi Willd. NULL Phleum bellardi 3932 3 NULL
6172 6172 6168 290 Phleum asperum Phleum asperum Jacq. NULL Phleum asperum 3933 3 NULL 48912 Phleum asperum Jacq.
6173 6172 6168 290 Phleum viride Phleum viride All. NULL Phleum viride 3933 3 NULL
6174 6174 6168 290 Phleum boehmeri Phleum boehmeri Wibel NULL Phleum boehmeri 3934 3 NULL 48918 Phleum boehmeri Wibel
6175 6174 6168 290 Phleum phalaroides Phleum phalaroides Koel NULL Phleum phalaroides 3934 3 NULL
6176 6176 6168 290 Phleum michelii Phleum michelii All. NULL Phleum michelii 3935 3 NULL 48957 Phleum michelii All.
6177 6176 6168 290 Phleum phalaroideum Phleum phalaroideum Vill.  NULL Phleum phalaroideum 3935 3 NULL
6178 6176 6168 290 Phleum hirsutum Phleum hirsutum Sut. NULL Phleum hirsutum 3935 3 NULL
6179 6179 6168 290 Phleum pratense Phleum pratense L. NULL Timothy. Phleum pratense 3936 3 NULL 48983 Phleum pratense L.
6180 6180 6168 290 Phleum alpinum Phleum alpinum L. NULL Phleum alpinum 3937 3 NULL 48892 Phleum alpinum L.
6181 6181 6123 220 Alopecurus Alopecurus NULL Alopecurus G787 3 541
6182 6182 6181 290 Alopecurus gerardi Alopecurus gerardi Will. NULL Alopecurus gerardi 3938 3 NULL 3445 Alopecurus gerardi Vill.
6183 6182 6181 290 Phleum gerardi Phleum gerardi All.  NULL Phleum gerardi 3938 3 NULL
6184 6182 6181 290 Colobachne gerardi Colobachne gerardi Link NULL Colobachne gerardi 3938 3 NULL
6185 6185 6181 290 Alopecurus utriculatus Alopecurus utriculatus Pers. NULL Alopecurus utriculatus 3939 3 NULL 3538 Alopecurus utriculatus (L) Pers.
6186 6186 6181 290 Alopecurus agrestis Alopecurus agrestis L. NULL Alopecurus agrestis 3940 3 NULL 3375 Alopecurus agrestis L.
6187 6187 6181 290 Alopecurus pratensis Alopecurus pratensis L. NULL Alopecurus pratensis 3941 3 NULL 74949 Alopecurus pratensis L.
6188 6188 6181 290 Alopecurus arundinaceus Alopecurus arundinaceus Poiret. NULL Alopecurus arundinaceus 3942 3 NULL 3399 Alopecurus arundinaceus Poir.
6189 6189 6181 290 Alopecurus bulbosus Alopecurus bulbosus L. NULL Alopecurus bulbosus 3943 3 NULL 3408 Alopecurus bulbosus L.
6190 6190 6181 290 Alopecurus geniculatus Alopecurus geniculatus L. NULL Alopecurus geniculatus 3944 3 NULL 3427 Alopecurus geniculatus L.
6191 6191 6181 290 Alopecurus fulvus Alopecurus fulvus Sm. NULL Alopecurus fulvus 3945 3 NULL 3420 Alopecurus fulvus Sm.
6192 6192 6123 220 Sesleria Sesleria NULL Sesleria G788 3 544
6193 6193 6192 290 Sesleria cylindrica Sesleria cylindrica DC. NULL Sesleria cylindrica 3946 3 NULL 63535 Sesleria cylindrica (Balb) DC.
6194 6193 6192 290 Sesleria argentea Sesleria argentea Savi NULL Sesleria argentea 3946 3 NULL
6195 6195 6192 290 Sesleria elongata Sesleria elongata Host NULL Sesleria elongata 3947 3 NULL 78145 Sesleria elongata Host
6196 6195 6192 290 Sesleria autumnalis Sesleria autumnalis F. Schultz NULL Sesleria autumnalis 3947 3 NULL
6197 6197 6192 290 Sesleria caerulea Sesleria caerulea Arduin. NULL Sesleria caerulea 3948 3 NULL 75369 Sesleria caerulea (L) Ard.
6198 6198 6192 290 Sesleria sphaerocephala Sesleria sphaerocephala Ard. NULL Sesleria sphaerocephala 3949 3 NULL 63547 Sesleria sphaerocephala Ard.
6199 6198 6192 290 Sesleria leucocephala Sesleria leucocephala DC. NULL Sesleria leucocephala 3949 3 NULL
6200 6200 6123 220 Oreochloa Oreochloa NULL Oreochloa G789 3 545
6201 6201 6200 290 Oreochloa disticha Oreochloa disticha Link. NULL Oreochloa disticha 3950 3 NULL 46340 Oreochloa disticha auct Gall. sensu 1, 2, 3
6202 6202 6200 290 Oreochloa pedemontana Oreochloa pedemontana Boiss. et Reut. NULL Oreochloa pedemontana 3951 3 NULL 46346 Oreochloa pedemontana Reut.
6203 6202 6200 290 Oreochloa seslerioides Oreochloa seslerioides Richter NULL Oreochloa seslerioides 3951 3 NULL
6204 6204 6123 220 Echinaria Echinaria NULL Echinaria G790 3 546
6205 6205 6204 290 Echinaria capitata Echinaria capitata Desf. NULL Echinaria capitata 3952 3 NULL 23362 Echinaria capitata (L) Desf.
6206 6206 6123 220 Tragus Tragus NULL Tragus G791 3 547
6207 6207 6206 290 Tragus racemosus Tragus racemosus Hall. NULL Tragus racemosus 3953 3 NULL 68809 Tragus racemosus (L) All.
6208 6207 6206 290 Lappago racemosa Lappago racemosa Willd. NULL Lappago racemosa 3953 3 NULL
6209 6209 6123 220 Setaria Setaria NULL Setaria G792 3 547
6210 6210 6209 290 Setaria glauca Setaria glauca P. B. NULL Setaria glauca 3954 3 NULL 63597 Setaria glauca sensu 1, 2, 3, 5
6211 6210 6209 290 Panicum glaucum Panicum glaucum L. NULL Panicum glaucum 3954 3 NULL
6212 6212 6209 290 Setaria viridis Setaria viridis P. B. NULL Setaria viridis 3955 3 NULL 63685 Setaria viridis (L) P Beauv.
6213 6212 6209 290 Panicum viride Panicum viride L. NULL Panicum viride 3955 3 NULL
6214 6214 6209 290 Setaria verticillata Setaria verticillata P. B. NULL Setaria verticillata 3956 3 NULL 63668 Setaria verticillata (L) P Beauv.
6215 6214 6209 290 Panicum verticillatum Panicum verticillatum L. NULL Panicum verticillatum 3956 3 NULL
6216 6216 6209 290 Setaria italica Setaria italica P. B. NULL Millet des oiseaux. Setaria italica 3957 3 NULL 63621 Setaria italica (L) P Beauv.
6217 6216 6209 290 Panicum italicum Panicum italicum L. NULL Panicum italicum 3957 3 NULL
6218 6218 6123 220 Panicum Panicum NULL Panicum G793 3 549
6219 6219 6218 290 Panicum miliaceum Panicum miliaceum L. NULL Mil, millet commun. Panicum miliaceum 3958 3 NULL 47573 Panicum miliaceum L.
6220 6220 6218 290 Panicum capillare Panicum capillare L. NULL Panicum capillare 3959 3 NULL 47437 Panicum capillare L.
6221 6221 6218 290 Panicum repens Panicum repens L. NULL Panicum repens 3960 3 NULL 47620 Panicum repens L.
6222 6222 6123 220 Echinochloa Echinochloa NULL Echinochloa G794 3 550
6223 6223 6222 290 Echinochloa eruciformis Echinochloa eruciformis Reichb. NULL Echinochloa eruciformis 3961 3 NULL 23405 Echinochloa eruciformis (Sm) K Koch
6224 6223 6222 290 Panicum eruciforme Panicum eruciforme Sibth. et Sm. NULL Panicum eruciforme 3961 3 NULL
6225 6223 6222 290 Brachiaria eruciformis Brachiaria eruciformis Gris. NULL Brachiaria eruciformis 3961 3 NULL
6226 6226 6222 290 Echinochloa colona Echinochloa colona Pari. NULL Echinochloa colona 3962 3 NULL 23372 Echinochloa colona (L) Link
6227 6226 6222 290 Panicum colonum Panicum colonum L. NULL Panicum colonum 3962 3 NULL
6228 6228 6222 290 Echinochloa crus-galli Echinochloa crus-galli P. B. NULL Pied-de-coq. Echinochloa crus-galli 3963 3 NULL 23376 Echinochloa crus
6229 6228 6222 290 Panicum crus-galli Panicum crus-galli L. NULL Panicum crus-galli 3963 3 NULL
6230 6230 6123 220 Digitaria Digitaria NULL Digitaria G795 3 551
6231 6231 6230 290 Digitaria sanguinalis Digitaria sanguinalis Scop. NULL Digitaria sanguinalis 3964 3 NULL 22486 Digitaria sanguinalis (L) Scop.
6232 6231 6230 290 Panicum sanguinale Panicum sanguinale L. NULL Panicum sanguinale 3964 3 NULL
6233 6233 6230 290 Digitaria filiformis Digitaria filiformis Koel NULL Digitaria filiformis 3965 3 NULL 22457 Digitaria filiformis sensu 1, 2, 3
6234 6233 6230 290 Panicum glabrum Panicum glabrum Gaud. NULL Panicum glabrum 3965 3 NULL
6235 6235 6230 290 Digitaria vaginata Digitaria vaginata magnier NULL Digitaria vaginata 3966 3 NULL 22498 Digitaria vaginata sensu 2, 3
6236 6235 6230 290 Digitaria paspaloides Digitaria paspaloides Duby, non Mich.  NULL Digitaria paspaloides 3966 3 NULL
6237 6235 6230 290 Paspalum vaginatum Paspalum vaginatum Sw. NULL Paspalum vaginatum 3966 3 NULL
6238 6235 6230 290 Panicum vaginatum Panicum vaginatum G. G. NULL Panicum vaginatum 3966 3 NULL
6239 6239 6230 290 Digitaria dilatata Digitaria dilatata Coste NULL Digitaria dilatata 3967 3 NULL 22455 Digitaria dilatata (Poir) H J.Coste
6240 6239 6230 290 Paspalum dilatatum Paspalum dilatatum Poir. NULL Paspalum dilatatum 3967 3 NULL
6241 6239 6230 290 Paspalum platense Paspalum platense Spr. NULL Paspalum platense 3967 3 NULL
6242 6242 6123 220 Cynodon Cynodon NULL Cynodon G796 3 553
6243 6243 6242 290 Cynodon dactylon Cynodon dactylon Rich. NULL Cynodon dactylon 3968 3 NULL 20551 Cynodon dactylon (L) Pers.
6244 6243 6242 290 Dactylon officinale Dactylon officinale Vill. NULL Dactylon officinale 3968 3 NULL
6245 6245 6123 220 Spartina Spartina NULL Spartina G797 3 533
6246 6246 6245 290 Spartina versicolor Spartina versicolor Fabre. NULL Spartina versicolor 3969 3 NULL 65467 Spartina versicolor Fabre
6247 6247 6245 290 Spartina alterniflora Spartina alterniflora Lois. NULL Spartina alterniflora 3970 3 NULL 65440 Spartina alterniflora Loisel.
6248 6248 6245 290 Spartina stricta Spartina stricta Roth. NULL Spartina stricta 3971 3 NULL 65457 Spartina stricta (Aiton) Roth
6249 6249 6123 220 Stenotaphrum Stenotaphrum NULL Stenotaphrum G798 3 555
6250 6250 6249 290 Stenotaphrum americanum Stenotaphrum americanum Schrank NULL Stenotaphrum americanum 3972 3 NULL 66343 Stenotaphrum americanum Schrank
6251 6250 6249 290 Rottboellia dimidiata Rottboellia dimidiata L. f. NULL Rottboellia dimidiata 3972 3 NULL
6252 6252 6123 220 Eleusine Eleusine NULL Eleusine G799 3 555
6253 6253 6252 290 Eleusine indica Eleusine indica Gaertn. NULL Eleusine indica 3973 3 NULL 23779 Eleusine indica (L) Gaertn.
6254 6254 6123 220 Andropogon Andropogon NULL Andropogon G800 3 555
6255 6255 6254 290 Andropogon contortus Andropogon contortus L. NULL Andropogon contortus 3974 3 NULL 4516 Andropogon contortus L.
6256 6255 6254 290 Andropogon allionii Andropogon allionii DC. NULL Andropogon allionii 3974 3 NULL
6257 6255 6254 290 Heteropogon glaber Heteropogon glaber Pers. NULL Heteropogon glaber 3974 3 NULL
6258 6258 6254 290 Andropogon distachyos Andropogon distachyos L. NULL Andropogon distachyos 3975 3 NULL 4526 Andropogon distachyos L.
6259 6258 6254 290 Pollinia distachya Pollinia distachya Spreng. NULL Pollinia distachya 3975 3 NULL
6260 6260 6254 290 Andropogon ischaemum Andropogon ischaemum L. NULL Pied-de-Poule. Andropogon ischaemum 3976 3 NULL 4550 Andropogon ischaemum L.
6261 6261 6254 290 Andropogon hirtus Andropogon hirtus L. NULL Andropogon hirtus 3977 3 NULL 4541 Andropogon hirtus L.
6262 6262 6254 290 Andropogon gryllus Andropogon gryllus L. NULL Andropogon gryllus 3978 3 NULL 4534 Andropogon gryllus L.
6263 6262 6254 290 Chrysopogon gryllus Chrysopogon gryllus Trin. NULL Chrysopogon gryllus 3978 3 NULL
6264 6264 6123 220 Sorghum Sorghum NULL Sorghum G801 3 558
6265 6265 6264 290 Sorghum halepense Sorghum halepense Pers. NULL Herbe de Cuba. Sorghum halepense 3979 3 NULL 65357 Sorghum halepense (L) Pers.
6266 6265 6264 290 Andropogon halepensis Andropogon halepensis Sibth. et Smith NULL Andropogon halepensis 3979 3 NULL
6267 6267 6264 290 Sorghum vulgare Sorghum vulgare Pers. NULL Sorgho commun, Millet à balai. Sorghum vulgare 3980 3 NULL 65382 Sorghum vulgare Pers.
6268 6267 6264 290 Andropogon sorghum Andropogon sorghum Brot. NULL Andropogon sorghum 3980 3 NULL
6269 6269 6123 220 Saccharum Saccharum NULL Saccharum G802 3 559
6270 6270 6269 290 Saccharum ravennae Saccharum ravennae L. Syst NULL Saccharum ravennae 3981 3 NULL 59042 Saccharum ravennae (L) L.
6271 6270 6269 290 Andropogon ravennae Andropogon ravennae L. NULL Sp.  Andropogon ravennae 3981 3 NULL
6272 6270 6269 290 Erianthus ravennae Erianthus ravennae P. B. NULL Erianthus ravennae 3981 3 NULL
6273 6273 6269 290 Saccharum cylindricum Saccharum cylindricum Lamk. NULL Saccharum cylindricum 3982 3 NULL 59034 Saccharum cylindricum (L) Lam.
6274 6273 6269 290 Imperata cylindrica Imperata cylindrica P. B. NULL Imperata cylindrica 3982 3 NULL
6275 6275 6123 220 Arundo Arundo NULL Arundo G803 3 560
6276 6276 6275 290 Arundo donax Arundo donax L. NULL Canne de Provence. Arundo donax 3983 3 NULL 7099 Arundo donax L.
6277 6277 6275 290 Arundo pliniana Arundo pliniana Turr. NULL Arundo pliniana 3984 3 NULL 7146 Arundo pliniana Turra
6278 6277 6275 290 Arundo mauritanica Arundo mauritanica Desf. NULL Arundo mauritanica 3984 3 NULL
6279 6279 6275 290 Arundo phragmites Arundo phragmites L. NULL Arundo phragmites 3985 3 NULL 7137 Arundo phragmites L.
6280 6279 6275 290 Phragmites communis Phragmites communis Trin. NULL Phragmites communis 3985 3 NULL
6281 6281 6275 290 Arundo maxima Arundo maxima Forsk NULL Arundo maxima 3986 3 NULL 7128 Arundo maxima sensu H J.Coste
6282 6281 6275 290 Arundo altissima Arundo altissima Benth.  NULL Arundo altissima 3986 3 NULL
6283 6281 6275 290 Phragmites gigantea Phragmites gigantea Gay NULL Phragmites gigantea 3986 3 NULL
6284 6284 6123 220 Ampelodesmos Ampelodesmos NULL Ampelodesmos G804 3 561
6285 6285 6284 290 Ampelodesmos tenax Ampelodesmos tenax Link NULL Ampelodesmos tenax 3987 3 NULL 4182 Ampelodesmos tenax (Vahl) Link
6286 6285 6284 290 Arundo tenax Arundo tenax Vahl NULL Arundo tenax 3987 3 NULL
6287 6287 6123 220 Ammophila Ammophila NULL Ammophila G805 3 562
6288 6288 6287 290 Ammophila arenaria Ammophila arenaria Link NULL Roseau des sables. Ammophila arenaria 3988 3 NULL 4138 Ammophila arenaria (L) Link
6289 6288 6287 290 Psamma arenaria Psamma arenaria Roem. et Sch. NULL Psamma arenaria 3988 3 NULL
6290 6290 6123 220 Calamagrostis Calamagrostis NULL Calamagrostis G806 3 562
6291 6291 6290 290 Calamagrostis argentea Calamagrostis argentea DC. NULL Calamagrostis argentea 3989 3 NULL 11789 Calamagrostis argentea DC.
6292 6291 6290 290 Lasiagrostis calamagrostis Lasiagrostis calamagrostis Link  NULL Lasiagrostis calamagrostis 3989 3 NULL
6293 6291 6290 290 Agrestis calamagrostis Agrestis calamagrostis L. NULL Agrestis calamagrostis 3989 3 NULL
6294 6294 6290 290 Calamagrostis arundinacea Calamagrostis arundinacea Roth NULL Calamagrostis arundinacea 3990 3 NULL 11791 Calamagrostis arundinacea (L) Roth
6295 6294 6290 290 Calamagrostis silvatica Calamagrostis silvatica DC. NULL Calamagrostis silvatica 3990 3 NULL
6296 6296 6290 290 Calamagrostis montana Calamagrostis montana Host NULL Calamagrostis montana 3991 3 NULL 11925 Calamagrostis montana Host
6297 6296 6290 290 Calamagrostis varia Calamagrostis varia Baumg. NULL Calamagrostis varia 3991 3 NULL
6298 6298 6290 290 Calamagrostis littorea Calamagrostis littorea DC. NULL Calamagrostis littorea 3992 3 NULL 11910 Calamagrostis littorea (Schrad) P Beauv.
6299 6298 6290 290 Calamagrostis pseudo-phragmites Calamagrostis pseudo-phragmites Baumb. NULL Calamagrostis pseudo-phragmites 3992 3 NULL
6300 6300 6290 290 Calamagrostis epigeios Calamagrostis epigeios Roth. NULL Calamagrostis epigeios 3993 3 NULL 11819 Calamagrostis epigejos (L) Roth
6301 6301 6290 290 Calamagrostis lanceolata Calamagrostis lanceolata Roth. NULL Calamagrostis lanceolata 3994 3 NULL 11887 Calamagrostis lanceolata Roth
6302 6302 6290 290 Calamagrostis villosa Calamagrostis villosa Mutel NULL Calamagrostis villosa 3995 3 NULL 12013 Calamagrostis villosa (Chaix) J F.Gmel.
6303 6302 6290 290 Calamagrostis halleriana Calamagrostis halleriana DC. NULL Calamagrostis halleriana 3995 3 NULL
6304 6304 6290 290 Calamagrostis neglecta Calamagrostis neglecta Gaertn. NULL Calamagrostis neglecta 3996 3 NULL 11928 Calamagrostis neglecta sensu auct.
6305 6304 6290 290 Calamagrostis stricta Calamagrostis stricta Nutt. NULL Calamagrostis stricta 3996 3 NULL
6306 6306 6290 290 Calamagrostis tenella Calamagrostis tenella Host. NULL Calamagrostis tenella 3997 3 NULL 11993 Calamagrostis tenella Host
6307 6307 6123 220 Agrostis Agrostis NULL Agrostis G807 3 566
6308 6308 6307 290 Agrostis spica-venti Agrostis spica-venti L. NULL Jouet-du-vent. Agrostis spica-venti 3998 3 NULL 1893 Agrostis spica
6309 6308 6307 290 Apera spicaventi Apera spicaventi P. B. NULL Apera spicaventi 3998 3 NULL
6310 6310 6307 290 Agrostis interrupta Agrostis interrupta L. NULL Agrostis interrupta 3999 3 NULL 1735 Agrostis interrupta L.
6311 6310 6307 290 Apera interrupta Apera interrupta P. B. NULL Apera interrupta 3999 3 NULL
6312 6312 6307 290 Agrostis pallida Agrostis pallida DC. NULL Agrostis pallida 4000 3 NULL 1781 Agrostis pallida DC.
6313 6313 6307 290 Agrostis elegans Agrostis elegans Thore. NULL Agrostis elegans 4001 3 NULL 1696 Agrostis elegans Thore ex Loisel.
6314 6314 6307 290 Agrostis rupestris Agrostis rupestris All. NULL Agrostis rupestris 4002 3 NULL 1842 Agrostis rupestris All.
6315 6315 6307 290 Agrostis alpina Agrostis alpina Scop. NULL Agrostis alpina 4003 3 NULL 1539 Agrostis alpina Scop.
6316 6316 6307 290 Agrostis schleicheri Agrostis schleicheri Jord. et Verlot NULL Agrostis schleicheri 4004 3 NULL 1867 Agrostis schleicheri Jord. & Verl.
6317 6316 6307 290 Agrostis pyrenae Agrostis pyrenae Timb. NULL Agrostis pyrenae 4004 3 NULL
6318 6318 6307 290 Agrostis setacea Agrostis setacea Curt. NULL Agrostis setacea 4005 3 NULL 1875 Agrostis setacea Curtis
6319 6319 6307 290 Agrostis rubra Agrostis rubra L. NULL Agrostis rubra 4006 3 NULL 1829 Agrostis rubra sensu 1, 2, 3, 5
6320 6319 6307 290 Agrostis borealis Agrostis borealis Hartm. NULL Agrostis borealis 4006 3 NULL
6321 6321 6307 290 Agrostis canina Agrostis canina L. NULL Agrostis canina 4007 3 NULL 74942 Agrostis canina L.
6322 6322 6307 290 Agrostis castellana Agrostis castellana Boiss. et Reut. NULL Agrostis castellana 4008 3 NULL 1649 Agrostis castellana Boiss. & Reut.
6323 6322 6307 290 Agrostis olivetorum Agrostis olivetorum G. G. NULL Agrostis olivetorum 4008 3 NULL
6324 6324 6307 290 Agrostis vulgaris Agrostis vulgaris With. NULL Agrostis vulgaris 4009 3 NULL 2038 Agrostis vulgaris With.
6325 6325 6307 290 Agrostis verticillata Agrostis verticillata Vill. NULL Agrostis verticillata 4010 3 NULL 2014 Agrostis verticillata Vill.
6326 6326 6307 290 Agrostis alba Agrostis alba L. NULL Agrostis alba 4011 3 NULL 1455 Agrostis alba L.
6327 6327 6307 290 Agrostis maritima Agrostis maritima Lamk. NULL Agrostis maritima 4012 3 NULL 1753 Agrostis maritima Lam.
6328 6328 6307 290 Agrostis filifolia Agrostis filifolia Link. NULL Agrostis filifolia 4013 3 NULL 1705 Agrostis filifolia Link
6329 6329 6123 220 Sporobolus Sporobolus NULL Sporobolus G808 3 572
6330 6330 6329 290 Sporobolus tenacissimus Sporobolus tenacissimus P. Beauv. NULL Sporobolus tenacissimus 4014 3 NULL 65846 Sporobolus tenacissimus sensu 2, 3, 5
6331 6330 6329 290 Agrostis tenacissima Agrostis tenacissima Jacq. NULL Agrostis tenacissima 4014 3 NULL
6332 6332 6329 290 Sporobolus pungens Sporobolus pungens Kunth NULL Sporobolus pungens 4015 3 NULL 65845 Sporobolus pungens (Schreb) Kunth
6333 6332 6329 290 Sporobolus arenarius Sporobolus arenarius Duv.-Jouve NULL Sporobolus arenarius 4015 3 NULL
6334 6334 6123 220 Gastridium Gastridium NULL Gastridium G809 3 573
6335 6335 6334 290 Gastridium lendigerum Gastridium lendigerum Gaud. NULL Gastridium lendigerum 4016 3 NULL 78511 Gastridium lendigerum (L) Gaudin
6336 6335 6334 290 Milium lendigerum Milium lendigerum L. NULL Milium lendigerum 4016 3 NULL
6337 6337 6334 290 Gastridium scabrum Gastridium scabrum Presl NULL Gastridium scabrum 4017 3 NULL 29405 Gastridium scabrum C Presl
6338 6337 6334 290 Milium scabrum Milium scabrum Guss. NULL Milium scabrum 4017 3 NULL
6339 6339 6123 220 Polypogon Polypogon NULL Polypogon G810 3 574
6340 6340 6339 290 Polypogon subspathaceus Polypogon subspathaceus Requien. NULL Polypogon subspathaceus 4018 3 NULL 51886 Polypogon subspathaceus Req.
6341 6341 6339 290 Polypogon maritimus Polypogon maritimus Willd. NULL Polypogon maritimus 4019 3 NULL 51859 Polypogon maritimus Willd.
6342 6342 6339 290 Polypogon monspeliensis Polypogon monspeliensis Desf. NULL Polypogon monspeliensis 4020 3 NULL 51868 Polypogon monspeliensis (L) Desf.
6343 6343 6123 220 Lagurus Lagurus NULL Lagurus G811 3 575
6344 6344 6343 290 Lagurus ovatus Lagurus ovatus L. NULL Lagurus ovatus 4021 3 NULL 37447 Lagurus ovatus L.
6345 6345 6123 220 Stipa Stipa NULL Stipa G812 3 575
6346 6346 6345 290 Stipa pennata Stipa pennata L. NULL Plumet. Stipa pennata 4022 3 NULL 66424 Stipa pennata L.
6347 6347 6345 290 Stipa capillata Stipa capillata L. NULL Stipa capillata 4023 3 NULL 66386 Stipa capillata L.
6348 6348 6345 290 Stipa juncea Stipa juncea L. NULL Stipa juncea 4024 3 NULL 66409 Stipa juncea sensu 1, 2, 3
6349 6349 6345 290 Stipa tortilis Stipa tortilis Desf. NULL Stipa tortilis 4025 3 NULL 66450 Stipa tortilis Desf.
6350 6350 6345 290 Stipa aristella Stipa aristella L. NULL Stipa aristella 4026 3 NULL 66378 Stipa aristella L.
6351 6350 6345 290 Aristella bromoides Aristella bromoides Berl NULL Aristella bromoides 4026 3 NULL
6352 6352 6123 220 Piptatherum Piptatherum NULL Piptatherum G813 3 577
6353 6353 6352 290 Piptatherum caerulescens Piptatherum caerulescens P. B. NULL Piptatherum caerulescens 4027 3 NULL 49722 Piptatherum caerulescens (Desf) P Beauv.
6354 6353 6352 290 Milium caerulescens Milium caerulescens Desf. NULL Milium caerulescens 4027 3 NULL
6355 6355 6352 290 Piptatherum paradoxum Piptatherum paradoxum P. B. NULL Piptatherum paradoxum 4028 3 NULL 49733 Piptatherum paradoxum (L) P Beauv.
6356 6355 6352 290 Milium paradoxum Milium paradoxum L. NULL Milium paradoxum 4028 3 NULL
6357 6357 6352 290 Piptatherum virescens Piptatherum virescens Boiss. 1884 Piptatherum virescens 4029 3 NULL 49735 Piptatherum virescens (Trin) Boiss.
6358 6357 6352 290 Piptatherum arisitense Piptatherum arisitense Coste  1896 Piptatherum arisitense 4029 3 NULL
6359 6357 6352 290 Urachne virescens Urachne virescens Trin. 1820 Urachne virescens 4029 3 NULL
6360 6360 6352 290 Piptatherum multiflorum Piptatherum multiflorum P. B. NULL Piptatherum multiflorum 4030 3 NULL 49728 Piptatherum multiflorum (Cav) P Beauv.
6361 6360 6352 290 Piptatherum miliaceum Piptatherum miliaceum Coss.  NULL Piptatherum miliaceum 4030 3 NULL
6362 6360 6352 290 Milium multiflorum Milium multiflorum Gav. NULL Milium multiflorum 4030 3 NULL
6363 6363 6123 220 Milium Milium NULL Milium G814 3 579
6364 6364 6363 290 Milium effusum Milium effusum L. NULL Milium effusum 4031 3 NULL 42538 Milium effusum L.
6365 6365 6363 290 Milium vernale Milium vernale M. Bieb. NULL Milium vernale 4032 3 NULL 42574 Milium vernale M Bieb.
6366 6365 6363 290 Milium scabrum Milium scabrum Rich. NULL Milium scabrum 4032 3 NULL
6367 6367 6123 220 Airopsis Airopsis NULL Airopsis G815 3 580
6368 6368 6367 290 Airopsis globosa Airopsis globosa Desv. NULL Airopsis globosa 4033 3 NULL 2352 Airopsis globosa (Thore) Desv.
6369 6368 6367 290 Aira globosa Aira globosa Thore. NULL Aira globosa 4033 3 NULL
6370 6370 6367 290 Airopsis minuta Airopsis minuta Desv. NULL Airopsis minuta 4034 3 NULL 2354 Airopsis minuta (L) Desv.
6371 6370 6367 290 Aira minuta Aira minuta Loefl.  NULL Aira minuta 4034 3 NULL
6372 6370 6367 290 Molineria minuta Molineria minuta Parl. NULL Molineria minuta 4034 3 NULL
6373 6373 6367 290 Airopsis agrostidea Airopsis agrostidea DC. NULL Airopsis agrostidea 4035 3 NULL 2344 Airopsis agrostidea (Dc) DC.
6374 6373 6367 290 Aira agrostidea Aira agrostidea DC.  NULL Aira agrostidea 4035 3 NULL
6375 6373 6367 290 Antinoria agrostidea Antinoria agrostidea Pari. NULL Antinoria agrostidea 4035 3 NULL
6376 6376 6367 290 Airopsis insularis Airopsis insularis Nyman NULL Airopsis insularis 4036 3 NULL 2353 Airopsis insularis (Parl) Nyman
6377 6376 6367 290 Aira insularis Aira insularis Boiss.  NULL Aira insularis 4036 3 NULL
6378 6376 6367 290 Antinoria insularis Antinoria insularis Parl. NULL Antinoria insularis 4036 3 NULL
6379 6379 6123 220 Aira Aira NULL Aira G816 3 582
6380 6380 6379 290 Aira tenorii Aira tenorii Guss. NULL Aira tenorii 4037 3 NULL 2315 Aira tenorei Guss.
6381 6381 6379 290 Aira provincialis Aira provincialis Jord. NULL Aira provincialis 4038 3 NULL 2298 Aira provincialis Jord.
6382 6382 6379 290 Aira capillaris Aira capillaris Host. NULL Aira capillaris 4039 3 NULL 2131 Aira capillaris Host
6383 6382 6379 290 Aira elegans Aira elegans Gaud. NULL Aira elegans 4039 3 NULL
6384 6384 6379 290 Aira caryophyllea Aira caryophyllea L. NULL Aira caryophyllea 4040 3 NULL 2143 Aira caryophyllea L.
6385 6385 6379 290 Aira multiculmis Aira multiculmis Dumort. NULL Aira multiculmis 4041 3 NULL 2284 Aira multiculmis Dumort.
6386 6385 6379 290 Aira aggregata Aira aggregata Timeroy NULL Aira aggregata 4041 3 NULL
6387 6387 6379 290 Aira cupaniana Aira cupaniana Guss. NULL Aira cupaniana 4042 3 NULL 2215 Aira cupaniana Guss.
6388 6388 6379 290 Aira praecox Aira praecox L. NULL Aira praecox 4043 3 NULL 2294 Aira praecox L.
6389 6389 6123 220 Corynephorus Corynephorus NULL Corynephorus G817 3 585
6390 6390 6389 290 Corynephorus canescens Corynephorus canescens P. B. NULL Corynephorus canescens 4044 3 NULL 19110 Corynephorus canescens (L) P Beauv.
6391 6390 6389 290 Aira canescens Aira canescens L. NULL Aira canescens 4044 3 NULL
6392 6392 6389 290 Corynephorus fasciculatus Corynephorus fasciculatus Boiss. et Reut. NULL Corynephorus fasciculatus 4045 3 NULL 19123 Corynephorus fasciculatus Boiss. & Reut.
6393 6392 6389 290 Aira articulata var. gracilis Aira articulata var. gracilis Desf. NULL Aira articulata var. gracilis 4045 3 NULL
6394 6394 6389 290 Corynephorus articulatus Corynephorus articulatus P. B. NULL Corynephorus articulatus 4046 3 NULL 19102 Corynephorus articulatus (Desf) P Beauv.
6395 6394 6389 290 Aira articulata Aira articulata Desf. NULL Aira articulata 4046 3 NULL
6396 6396 6123 220 Deschampsia Deschampsia NULL Deschampsia G818 3 586
6397 6397 6396 290 Deschampsia caespistosa Deschampsia caespistosa P. B. NULL Deschampsia caespistosa 4047 3 NULL 21886 Deschampsia cespitosa (L) P Beauv.
6398 6397 6396 290 Aira caespitosa Aira caespitosa L. NULL Aira caespitosa 4047 3 NULL
6399 6399 6396 290 Deschampsia media Deschampsia media Roem. et S. NULL Deschampsia media 4048 3 NULL 21946 Deschampsia media (Gouan) Roem. & Schult.
6400 6399 6396 290 Aira media Aira media Gouan. NULL Aira media 4048 3 NULL
6401 6401 6396 290 Deschampsia discolor Deschampsia discolor Roem. et S. NULL Deschampsia discolor 4049 3 NULL 21928 Deschampsia discolor (Thuill) Roem. & Schult.
6402 6401 6396 290 Deschampsia thuillieri Deschampsia thuillieri G. G.  NULL Deschampsia thuillieri 4049 3 NULL
6403 6401 6396 290 Aira setacea Aira setacea Huds. NULL Aira setacea 4049 3 NULL
6404 6401 6396 290 Aira discolor Aira discolor Thuil. NULL Aira discolor 4049 3 NULL
6405 6401 6396 290 Aira uliginosa Aira uliginosa Weihe NULL Aira uliginosa 4049 3 NULL
6406 6406 6396 290 Deschampsia flexuosa Deschampsia flexuosa Griseb. NULL Deschampsia flexuosa 4050 3 NULL 21929 Deschampsia flexuosa (L) Trin.
6407 6406 6396 290 Deschampsia flexuosa Deschampsia flexuosa L. NULL Deschampsia flexuosa 4050 3 NULL
6408 6408 6123 220 Ventenata Ventenata NULL Ventenata G819 3 588
6409 6409 6408 290 Ventenata avenacea Ventenata avenacea Koel NULL Ventenata avenacea 4051 3 NULL 70720 Ventenata avenacea Koeler
6410 6409 6408 290 Ventenata dubia Ventenata dubia Boiss.  NULL Ventenata dubia 4051 3 NULL
6411 6409 6408 290 Avena dubia Avena dubia Leers NULL Avena dubia 4051 3 NULL
6412 6409 6408 290 Avena tenuis Avena tenuis Moench NULL Avena tenuis 4051 3 NULL
6413 6413 6123 220 Avena Avena NULL Avena G820 3 588
6414 6414 6413 290 Avena barbata Avena barbata Brot. NULL Avena barbata 4052 3 NULL 8564 Avena barbata Brot.
6415 6415 6413 290 Avena fatua Avena fatua L., NULL Folle-avoine. Avena fatua 4053 3 NULL 75451 Avena fatua L.
6416 6416 6413 290 Avena sterilis Avena sterilis L. NULL Avena sterilis 4054 3 NULL 8901 Avena sterilis L.
6417 6417 6413 290 Avena sativa Avena sativa L. NULL Avoine. Avena sativa 4055 3 NULL 8845 Avena sativa L.
6418 6418 6413 290 Avena orientalis Avena orientalis Schreber. NULL Avoine de Hongrie. Avena orientalis 4056 3 NULL 8759 Avena orientalis Schreb.
6419 6419 6413 290 Avena nuda Avena nuda L. NULL Avoine à gruau. Avena nuda 4057 3 NULL 8754 Avena nuda L.
6420 6420 6413 290 Avena strigosa Avena strigosa Schreb. NULL Avena strigosa 4058 3 NULL 8924 Avena strigosa Schreb.
6421 6421 6413 290 Avena brevis Avena brevis Roth. NULL Avena brevis 4059 3 NULL 8577 Avena brevis Roth
6422 6422 6413 290 Avena longifolia Avena longifolia Thore NULL Avena longifolia 4060 3 NULL 8719 Avena longifolia Thore
6423 6422 6413 290 Avena thorei Avena thorei Duby  NULL Avena thorei 4060 3 NULL
6424 6422 6413 290 Arrhenatherum thorei Arrhenatherum thorei Desm. NULL Arrhenatherum thorei 4060 3 NULL
6425 6425 6413 290 Avena filifolia Avena filifolia Lag. NULL Avena filifolia 4061 3 NULL 8663 Avena filifolia sensu 2, 3
6426 6426 6413 290 Avena setacea Avena setacea Vill. NULL Avena setacea 4062 3 NULL 8894 Avena setacea Vill.
6427 6427 6413 290 Avena montana Avena montana Vill. NULL Avena montana 4063 3 NULL 8738 Avena montana Vill.
6428 6428 6413 290 Avena sempervirens Avena sempervirens Vill. NULL Avena sempervirens 4064 3 NULL 8880 Avena sempervirens Vill.
6429 6429 6413 290 Avena parlatorei Avena parlatorei Woods NULL Avena parlatorei 4065 3 NULL 8769 Avena parlatorei J Woods
6430 6429 6413 290 Avena hostii Avena hostii Bois. NULL Avena hostii 4065 3 NULL
6431 6429 6413 290 Avena sempervirens Avena sempervirens Host., non Vill. NULL Avena sempervirens 4065 3 NULL
6432 6432 6413 290 Avena versicolor Avena versicolor Vill. NULL Avena versicolor 4066 3 NULL 8951 Avena versicolor Vill.
6433 6432 6413 290 Avena scheuchzeri Avena scheuchzeri All. NULL Avena scheuchzeri 4066 3 NULL
6434 6434 6413 290 Avena sulcata Avena sulcata Gay. NULL Avena sulcata 4067 3 NULL 8934 Avena sulcata J Gay ex Boiss.
6435 6435 6413 290 Avena pubescens Avena pubescens L. NULL Avena pubescens 4068 3 NULL 8813 Avena pubescens Huds.
6436 6435 6413 290 Avena sesquitertia Avena sesquitertia L. NULL incl. Avena sesquitertia 4068 3 NULL
6437 6437 6413 290 Avena pratensis Avena pratensis L. NULL Avena pratensis 4069 3 NULL 8778 Avena pratensis L.
6438 6438 6413 290 Avena bromoides Avena bromoides Gouan NULL Avena bromoides 4070 3 NULL 8579 Avena bromoides Gouan
6439 6438 6413 290 Avena australis Avena australis Pari. NULL incl. Avena australis 4070 3 NULL
6440 6440 6123 220 Trisetum Trisetum NULL Trisetum G821 3 595
6441 6441 6440 290 Trisetum paniceum Trisetum paniceum Pers. NULL Trisetum paniceum 4071 3 NULL 69647 Trisetum paniceum (Lam) Pers.
6442 6441 6440 290 Trisetum neglectum Trisetum neglectum Roem. et S.  NULL Trisetum neglectum 4071 3 NULL
6443 6441 6440 290 Avena panicea Avena panicea Lamk NULL Avena panicea 4071 3 NULL
6444 6441 6440 290 Avena neglecta Avena neglecta Savi NULL Avena neglecta 4071 3 NULL
6445 6445 6440 290 Trisetum aureum Trisetum aureum Ten. NULL Trisetum aureum 4072 3 NULL 69609 Trisetum aureum (Ten) Ten.
6446 6445 6440 290 Trisetum condensatum Trisetum condensatum Schult. NULL Trisetum condensatum 4072 3 NULL
6447 6447 6440 290 Trisetum distichophyllum Trisetum distichophyllum P. Beauv. NULL Trisetum distichophyllum 4073 3 NULL 69621 Trisetum distichophyllum (Vill) P Beauv. ex Roem. & Schult.
6448 6447 6440 290 Avena distichophylla Avena distichophylla Vill. NULL Avena distichophylla 4073 3 NULL
6449 6449 6440 290 Trisetum subspicatum Trisetum subspicatum P. Beauv. NULL Trisetum subspicatum 4074 3 NULL 69659 Trisetum subspicatum sensu 1, 2, 3
6450 6449 6440 290 Avena airoides Avena airoides Koel. NULL Avena airoides 4074 3 NULL
6451 6451 6440 290 Trisetum agrostideum Trisetum agrostideum Fries NULL Trisetum agrostideum 4075 3 NULL 69604 Trisetum agrostideum sensu H J.Coste
6452 6451 6440 290 Trisetum baregense Trisetum baregense Laffitte et Miég. NULL Trisetum baregense 4075 3 NULL
6453 6453 6440 290 Trisetum candollei Trisetum candollei J. B. Verlot NULL Trisetum candollei 4076 3 NULL 69614 Trisetum candollei (J Serres) Verl.
6454 6453 6440 290 Avena candollei Avena candollei Serres NULL Avena candollei 4076 3 NULL
6455 6453 6440 290 Avena purpurascens Avena purpurascens DC., non Torrey NULL Avena purpurascens 4076 3 NULL
6456 6456 6440 290 Trisetum flavescens Trisetum flavescens P. Beauv. NULL Trisetum flavescens 4077 3 NULL 69625 Trisetum flavescens (L) P Beauv.
6457 6456 6440 290 Avena flavescens Avena flavescens L. NULL Avena flavescens 4077 3 NULL
6458 6458 6440 290 Trisetum splendens Trisetum splendens Presl NULL Trisetum splendens 4078 3 NULL 69658 Trisetum splendens sensu H J.Coste
6459 6458 6440 290 Trisetum burnoufii Trisetum burnoufii Req. NULL Trisetum burnoufii 4078 3 NULL
6460 6458 6440 290 Trisetum corsicum Trisetum corsicum Rouy  NULL Trisetum corsicum 4078 3 NULL
6461 6458 6440 290 Avena splendens Avena splendens Guss. NULL Avena splendens 4078 3 NULL
6462 6462 6440 290 Trisetum alpestre Trisetum alpestre P. Beauv. NULL Trisetum alpestre 4079 3 NULL 69607 Trisetum alpestre sensu H J.Coste
6463 6462 6440 290 Avena alpestris Avena alpestris Host. NULL Avena alpestris 4079 3 NULL
6464 6464 6123 220 Arrhenatherum Arrhenatherum NULL Arrhenatherum G822 3 599
6465 6465 6464 290 Arrhenatherum elatius Arrhenatherum elatius Mert. et E. NULL Fenasse, fromental. Arrhenatherum elatius 4080 3 NULL 6701 Arrhenatherum elatius (L) P Beauv. ex J.Presl & C.Presl
6466 6465 6464 290 Avena elatior Avena elatior L. NULL Avena elatior 4080 3 NULL
6467 6467 6123 220 Holcus Holcus NULL Holcus G823 3 599
6468 6468 6467 290 Holcus lanatus Holcus lanatus L. NULL Holcus lanatus 4081 3 NULL 34724 Holcus lanatus L.
6469 6469 6467 290 Holcus mollis Holcus mollis L. NULL Chiendent. Holcus mollis 4082 3 NULL 75173 Holcus mollis L.
6470 6470 6123 220 Gaudinia Gaudinia NULL Gaudinia G824 3 600
6471 6471 6470 290 Gaudinia fragilis Gaudinia fragilis P. B. NULL Gaudinia fragilis 4083 3 NULL 29424 Gaudinia fragilis (L) P Beauv.
6472 6471 6470 290 Avena filiformis Avena filiformis Albert NULL Avena filiformis 4083 3 NULL
6473 6471 6470 290 Avena fragilis Avena fragilis L. NULL Avena fragilis 4083 3 NULL
6474 6474 6123 220 Danthonia Danthonia NULL Danthonia G825 3 601
6475 6475 6474 290 Danthonia provincialis Danthonia provincialis DC. NULL Danthonia provincialis 4084 3 NULL 21550 Danthonia provincialis DC.
6476 6475 6474 290 Danthonia calycina Danthonia calycina Reichb.  NULL Danthonia calycina 4084 3 NULL
6477 6475 6474 290 Avena calycina Avena calycina Vill. NULL Avena calycina 4084 3 NULL
6478 6478 6474 290 Danthonia decumbens Danthonia decumbens DC. NULL Danthonia decumbens 4085 3 NULL 21545 Danthonia decumbens (L) DC.
6479 6478 6474 290 Triodia decumbens Triodia decumbens P. B. NULL Triodia decumbens 4085 3 NULL
6480 6480 6123 220 Koeleria Koeleria NULL Koeleria G826 3 602
6481 6481 6480 290 Koeleria michelii Koeleria michelii Cosson NULL Koeleria michelii 4086 3 NULL 37176 Koeleria michelii (Savi) Coss. & Durieu
6482 6481 6480 290 Vulpia michelii Vulpia michelii Reichb.  NULL Vulpia michelii 4086 3 NULL
6483 6481 6480 290 Avellinia michelii Avellinia michelii Parl. NULL Avellinia michelii 4086 3 NULL
6484 6484 6480 290 Koeleria phleoides Koeleria phleoides Pers. NULL Koeleria phleoides 4087 3 NULL 37188 Koeleria phleoides (Vill) Pers.
6485 6485 6480 290 Koeleria villosa Koeleria villosa Pers. NULL Koeleria villosa 4088 3 NULL 37251 Koeleria villosa Pers.
6486 6485 6480 290 Koeleria pubescens Koeleria pubescens P. B. NULL Koeleria pubescens 4088 3 NULL
6487 6487 6480 290 Koeleria setacea Koeleria setacea Pers. NULL Koeleria setacea 4089 3 NULL 37214 Koeleria setacea (Pers) DC.
6488 6488 6480 290 Koeleria brevifolia Koeleria brevifolia Reuter. NULL Koeleria brevifolia 4090 3 NULL 37070 Koeleria brevifolia Reut. ex Barbey
6489 6489 6480 290 Koeleria cristata Koeleria cristata Pers. NULL Koeleria cristata 4091 3 NULL 37081 Koeleria cristata sensu 1, 2, 3
6490 6490 6123 220 Schismus Schismus NULL Schismus G827 3 604
6491 6491 6490 290 Schismus marginatus Schismus marginatus P. B. NULL Schismus marginatus 4092 3 NULL 61363 Schismus marginatus P Beauv.
6492 6491 6490 290 Schismus calycinus Schismus calycinus Coss. NULL Schismus calycinus 4092 3 NULL
6493 6493 6123 220 Sclerochloa Sclerochloa NULL Sclerochloa G828 3 605
6494 6494 6493 290 Sclerochloa dura Sclerochloa dura P. B. NULL Sclerochloa dura 4093 3 NULL 61779 Sclerochloa dura (L) P Beauv.
6495 6494 6493 290 Poa dura Poa dura Scop. NULL Poa dura 4093 3 NULL
6496 6496 6123 220 Glyceria Glyceria NULL Glyceria G829 3 605
6497 6497 6496 290 Glyceria procumbens Glyceria procumbens Dumort, NULL Glyceria procumbens 4094 3 NULL 78119 Glyceria procumbens (Curtis) Dumort.
6498 6497 6496 290 Sclerochloa procumbens Sclerochloa procumbens P. B.  NULL Sclerochloa procumbens 4094 3 NULL
6499 6497 6496 290 Atropis procumbens Atropis procumbens Richter NULL Atropis procumbens 4094 3 NULL
6500 6500 6496 290 Glyceria borreri Glyceria borreri Bab. NULL Glyceria borreri 4095 3 NULL 30342 Glyceria borreri (Bab) Bab.
6501 6500 6496 290 Glyceria conferta Glyceria conferta Fries  NULL Glyceria conferta 4095 3 NULL
6502 6500 6496 290 Atropis borreri Atropis borreri Richter NULL Atropis borreri 4095 3 NULL
6503 6503 6496 290 Glyceria maritima Glyceria maritima Wahlenb. NULL Glyceria maritima 4096 3 NULL 30402 Glyceria maritima (Huds) Wahlb.
6504 6503 6496 290 Atropis maritima Atropis maritima Griseb. NULL Atropis maritima 4096 3 NULL
6505 6505 6496 290 Glyceria convoluta Glyceria convoluta Fries NULL Glyceria convoluta 4097 3 NULL 30349 Glyceria convoluta (Hornem) Fr.
6506 6505 6496 290 Atropis convoluta Atropis convoluta Griseb. NULL Atropis convoluta 4097 3 NULL
6507 6507 6496 290 Glyceria distans Glyceria distans Wahlenb. NULL Glyceria distans 4098 3 NULL 30355 Glyceria distans (L) Wahlenb.
6508 6507 6496 290 Atropis distans Atropis distans Gris. NULL Atropis distans 4098 3 NULL
6509 6509 6496 290 Glyceria foucaudi Glyceria foucaudi Coste NULL Glyceria foucaudi 4099 3 NULL 30394 Glyceria foucaudii (Hack) H J.Coste
6510 6509 6496 290 Atropis foucaudi Atropis foucaudi Hackel NULL Atropis foucaudi 4099 3 NULL
6511 6511 6496 290 Glyceria fluitans Glyceria fluitans R. Br. NULL Manne de Pologne. Glyceria fluitans 4100 3 NULL 30374 Glyceria fluitans (L) R Br.
6512 6512 6496 290 Glyceria aquatica Glyceria aquatica Wahlenb. NULL Glyceria aquatica 4101 3 NULL 30334 Glyceria aquatica (L) Wahlb.
6513 6512 6496 290 Glyceria spectabilis Glyceria spectabilis M. et K. NULL Glyceria spectabilis 4101 3 NULL
6514 6514 6496 290 Glyceria nervata Glyceria nervata Trin. NULL Glyceria nervata 4102 3 NULL 30416 Glyceria nervata (Willd) Trin.
6515 6514 6496 290 Glyceria michauxii Glyceria michauxii Kunth  NULL Glyceria michauxii 4102 3 NULL
6516 6514 6496 290 Poa nervata Poa nervata Willd. NULL Poa nervata 4102 3 NULL
6517 6517 6123 220 Catabrosa Catabrosa NULL Catabrosa G830 3 609
6518 6518 6517 290 Catabrosa aquatica Catabrosa aquatica P. B. NULL Catabrosa aquatica 4103 3 NULL 14764 Catabrosa aquatica (L) P Beauv.
6519 6518 6517 290 Glyceria aquatica Glyceria aquatica Presl NULL Glyceria aquatica 4103 3 NULL
6520 6518 6517 290 Glyceria airoides Glyceria airoides Reichb. NULL Glyceria airoides 4103 3 NULL
6521 6521 6123 220 Poa Poa NULL Poa G831 3 609
6522 6522 6521 290 Poa compressa Poa compressa L. NULL Poa compressa 4104 3 NULL 50413 Poa compressa L.
6523 6523 6521 290 Poa cenisia Poa cenisia All. NULL Poa cenisia 4105 3 NULL 75298 Poa cenisia All.
6524 6523 6521 290 Poa distichophylla Poa distichophylla Gaud. NULL Poa distichophylla 4105 3 NULL
6525 6525 6521 290 Poa pratensis Poa pratensis L. NULL Poa pratensis 4106 3 NULL 50735 Poa pratensis L.
6526 6526 6521 290 Poa chaixii Poa chaixii Vill. NULL Poa chaixii 4107 3 NULL 50400 Poa chaixii Vill.
6527 6526 6521 290 Poa silvatica Poa silvatica Chaix NULL Poa silvatica 4107 3 NULL
6528 6526 6521 290 Poa sudetica Poa sudetica Haenke NULL Poa sudetica 4107 3 NULL
6529 6529 6521 290 Poa hybrida Poa hybrida Gaud. NULL Poa hybrida 4108 3 NULL 50539 Poa hybrida Gaudin
6530 6529 6521 290 Poa longifolia Poa longifolia Trin. NULL Poa longifolia 4108 3 NULL
6531 6531 6521 290 Poa trivialis Poa trivialis L. NULL Poa trivialis 4109 3 NULL 50912 Poa trivialis L.
6532 6532 6521 290 Poa palustris Poa palustris L. NULL Poa palustris 4110 3 NULL 50707 Poa palustris L.
6533 6533 6521 290 Poa nemoralis Poa nemoralis L. NULL Poa nemoralis 4111 3 NULL 50622 Poa nemoralis L.
6534 6534 6521 290 Poa balbisii Poa balbisii Pari. NULL Poa balbisii 4112 3 NULL 50342 Poa balbisii Parl.
6535 6534 6521 290 Festuca capitata Festuca capitata Balb. NULL Festuca capitata 4112 3 NULL
6536 6534 6521 290 Festuca depauperata Festuca depauperata Bert. NULL Festuca depauperata 4112 3 NULL
6537 6537 6521 290 Poa caesia Poa caesia Sm. NULL Poa caesia 4113 3 NULL 50369 Poa caesia Sm.
6538 6537 6521 290 Poa aspera Poa aspera Gaud. NULL Poa aspera 4113 3 NULL
6539 6539 6521 290 Poa violacea Poa violacea Bell. NULL Poa violacea 4114 3 NULL 50957 Poa violacea Bellardi
6540 6539 6521 290 Festuca poaeformis Festuca poaeformis Host NULL Festuca poaeformis 4114 3 NULL
6541 6539 6521 290 Festuca rhaetica Festuca rhaetica Sut. NULL Festuca rhaetica 4114 3 NULL
6542 6539 6521 290 Festuca pilosa Festuca pilosa Hall. NULL Festuca pilosa 4114 3 NULL
6543 6543 6521 290 Poa bulbosa Poa bulbosa L. NULL Poa bulbosa 4115 3 NULL 50356 Poa bulbosa L.
6544 6544 6521 290 Poa concinna Poa concinna Gaud. NULL Poa concinna 4116 3 NULL 50435 Poa concinna Gaudin
6545 6545 6521 290 Poa alpina Poa alpina L. NULL Poa alpina 4117 3 NULL 75481 Poa alpina L.
6546 6546 6521 290 Poa foucaudi Poa foucaudi Hackel NULL Poa foucaudi 4118 3 NULL 50501 Poa foucaudii Hack.
6547 6546 6521 290 Poa exigua Poa exigua Fouc, non Dumort. NULL Poa exigua 4118 3 NULL
6548 6548 6521 290 Poa laxa Poa laxa Haenke. NULL Poa laxa 4119 3 NULL 50561 Poa laxa Haenke
6549 6549 6521 290 Poa minor Poa minor Gaud. NULL Poa minor 4120 3 NULL 50605 Poa minor Gaudin
6550 6550 6521 290 Poa supina Poa supina Schrad. NULL Poa supina 4121 3 NULL 50889 Poa supina Schrad.
6551 6551 6521 290 Poa annua Poa annua L. NULL Poa annua 4122 3 NULL 50284 Poa annua L.
6552 6552 6123 220 Eragrostis Eragrostis NULL Eragrostis G832 3 616
6553 6553 6552 290 Eragrostis major Eragrostis major Host NULL Eragrostis major 4123 3 NULL 24645 Eragrostis major Host
6554 6553 6552 290 Eragrostis megastachya Eragrostis megastachya Link NULL Eragrostis megastachya 4123 3 NULL
6555 6553 6552 290 Eragrostis multiflora Eragrostis multiflora Ascher. NULL Eragrostis multiflora 4123 3 NULL
6556 6556 6552 290 Eragrostis minor Eragrostis minor Host NULL Eragrostis minor 4124 3 NULL 24658 Eragrostis minor Host
6557 6556 6552 290 Eragrostis poaeoides Eragrostis poaeoides P. B. NULL Eragrostis poaeoides 4124 3 NULL
6558 6556 6552 290 Eragrostis poaeformis Eragrostis poaeformis Link NULL Eragrostis poaeformis 4124 3 NULL
6559 6559 6552 290 Eragrostis barrelieri Eragrostis barrelieri Daveau 1894 Eragrostis barrelieri 4125 3 NULL 24619 Eragrostis barrelieri Daveau
6560 6560 6552 290 Eragrostis pilosa Eragrostis pilosa P. B. NULL Eragrostis pilosa 4126 3 NULL 24673 Eragrostis pilosa (L) P Beauv.
6561 6561 6123 220 Molinia Molinia NULL Molinia G833 3 618
6562 6562 6561 290 Molinia serotina Molinia serotina Mert. et K. NULL Molinia serotina 4127 3 NULL 42856 Molinia serotina (L) Mert. & W.D.J.Koch
6563 6562 6561 290 Diplachne serotina Diplachne serotina Link  NULL Diplachne serotina 4127 3 NULL
6564 6562 6561 290 Festuca serotina Festuca serotina L. NULL Festuca serotina 4127 3 NULL
6565 6565 6561 290 Molinia caerulea Molinia caerulea Moench NULL Molinia caerulea 4128 3 NULL 42805 Molinia caerulea (L) Moench
6566 6565 6561 290 Melica caerulea Melica caerulea L. NULL Melica caerulea 4128 3 NULL
6567 6567 6123 220 Melica Melica NULL Melica G834 3 619
6568 6568 6567 290 Melica ciliata Melica ciliata L. NULL Melica ciliata 4129 3 NULL 41683 Melica ciliata L.
6569 6568 6567 290 Melica glauca Melica glauca Schultz NULL Melica glauca 4129 3 NULL
6570 6570 6567 290 Melica transsilvanica Melica transsilvanica Schur. NULL Melica transsilvanica 4130 3 NULL 75241 Melica transsilvanica Schur
6571 6570 6567 290 Melica ciliata Melica ciliata G. G. NULL Melica ciliata 4130 3 NULL
6572 6572 6567 290 Melica bauhini Melica bauhini All. NULL Melica bauhini 4131 3 NULL 41673 Melica bauhinii All.
6573 6573 6567 290 Melica minuta Melica minuta L. NULL Melica minuta 4132 3 NULL 41723 Melica minuta L.
6574 6573 6567 290 Melica pyramidalis Melica pyramidalis Lamk NULL Melica pyramidalis 4132 3 NULL
6575 6573 6567 290 Melica ramosa Melica ramosa Vill. NULL Melica ramosa 4132 3 NULL
6576 6576 6567 290 Melica nutans Melica nutans L. NULL Melica nutans 4133 3 NULL 41735 Melica nutans L.
6577 6577 6567 290 Melica uniflora Melica uniflora Retz. NULL Melica uniflora 4134 3 NULL 41756 Melica uniflora Retz.
6578 6578 6123 220 Briza Briza NULL Briza G835 3 621
6579 6579 6578 290 Briza maxima Briza maxima L. NULL Grande brize. Briza maxima 4135 3 NULL 10462 Briza maxima L.
6580 6580 6578 290 Briza media Briza media L. NULL Amourette. Briza media 4136 3 NULL 10469 Briza media L.
6581 6581 6578 290 Briza minor Briza minor L. NULL Briza minor 4137 3 NULL 10493 Briza minor L.
6582 6582 6123 220 Sphenopus Sphenopus NULL Sphenopus G836 3 623
6583 6583 6582 290 Sphenopus gouani Sphenopus gouani Trin. NULL Sphenopus gouani 4138 3 NULL 65698 Sphenopus gouanii Trin.
6584 6583 6582 290 Sphenopus divaricatus Sphenopus divaricatus Reichb.  NULL Sphenopus divaricatus 4138 3 NULL
6585 6583 6582 290 Poa divaricata Poa divaricata L. NULL Poa divaricata 4138 3 NULL
6586 6586 6123 220 Scleropoa Scleropoa NULL Scleropoa G837 3 623
6587 6587 6586 290 Scleropoa maritima Scleropoa maritima Parl. NULL Scleropoa maritima 4139 3 NULL 61797 Scleropoa maritima (L) Parl.
6588 6587 6586 290 Poa maritima Poa maritima Pourr.  NULL Poa maritima 4139 3 NULL
6589 6587 6586 290 Cutandia maritima Cutandia maritima Benth. NULL Cutandia maritima 4139 3 NULL
6590 6590 6586 290 Scleropoa hemipoa Scleropoa hemipoa Parl. NULL Scleropoa hemipoa 4140 3 NULL 61795 Scleropoa hemipoa (Delile ex Spreng.) Parl.
6591 6590 6586 290 Poa hemipoa Poa hemipoa Loret & B.  NULL Poa hemipoa 4140 3 NULL
6592 6590 6586 290 Festuca hemipoa Festuca hemipoa Del. NULL Festuca hemipoa 4140 3 NULL
6593 6593 6586 290 Scleropoa rigida Scleropoa rigida Griseb. NULL Scleropoa rigida 4141 3 NULL 61799 Scleropoa rigida (L) Griseb.
6594 6593 6586 290 Poa rigida Poa rigida L.  NULL Poa rigida 4141 3 NULL
6595 6593 6586 290 Festuca rigida Festuca rigida Kunth NULL Festuca rigida 4141 3 NULL
6596 6596 6586 290 Scleropoa loliacea Scleropoa loliacea Godr. et Gren. NULL Scleropoa loliacea 4142 3 NULL 61796 Scleropoa loliacea (Huds) Godr. & Gren.
6597 6596 6586 290 Poa loliacea Poa loliacea Huds.  NULL Poa loliacea 4142 3 NULL
6598 6596 6586 290 Catapodium loliaceum Catapodium loliaceum Link NULL Catapodium loliaceum 4142 3 NULL
6599 6599 6123 220 Dactylis Dactylis NULL Dactylis G838 3 625
6600 6600 6599 290 Dactylis littoralis Dactylis littoralis Willd. NULL Dactylis littoralis 4143 3 NULL 21208 Dactylis littoralis (Gouan) Willd.
6601 6600 6599 290 Aeluropus littoralis Aeluropus littoralis Parl.  NULL Aeluropus littoralis 4143 3 NULL
6602 6600 6599 290 Poa littoralis Poa littoralis Gouan NULL Poa littoralis 4143 3 NULL
6603 6603 6599 290 Dactylis glomerata Dactylis glomerata L. NULL Dactylis glomerata 4144 3 NULL 21111 Dactylis glomerata L.
6604 6604 6123 220 Cynosurus Cynosurus NULL Cynosurus G839 3 626
6605 6605 6604 290 Cynosurus cristatus Cynosurus cristatus L. NULL Cynosurus cristatus 4145 3 NULL 20620 Cynosurus cristatus L.
6606 6606 6604 290 Cynosurus echinatus Cynosurus echinatus L. NULL Cynosurus echinatus 4146 3 NULL 20637 Cynosurus echinatus L.
6607 6607 6604 290 Cynosurus elegans Cynosurus elegans Desf. NULL Cynosurus elegans 4147 3 NULL 20653 Cynosurus elegans sensu auct.
6608 6607 6604 290 Cynosurus polybracteatus Cynosurus polybracteatus G. G., non Poiret NULL Cynosurus polybracteatus 4147 3 NULL
6609 6609 6604 290 Cynosurus aureus Cynosurus aureus L. NULL Cynosurus aureus 4148 3 NULL 20617 Cynosurus aureus L.
6610 6609 6604 290 Lamarckia aurea Lamarckia aurea Moench NULL Lamarckia aurea 4148 3 NULL
6611 6611 6123 220 Vulpia Vulpia NULL Vulpia G840 3 628
6612 6612 6611 290 Vulpia uniglumis Vulpia uniglumis Dum. NULL Vulpia uniglumis 4149 3 NULL 72919 Vulpia uniglumis (Sol) Dumort.
6613 6612 6611 290 Vulpia membranacea Vulpia membranacea Link  NULL Vulpia membranacea 4149 3 NULL
6614 6612 6611 290 Festuca uniglumis Festuca uniglumis Soland. NULL Festuca uniglumis 4149 3 NULL
6615 6615 6611 290 Vulpia longiseta Vulpia longiseta Hackel NULL Vulpia longiseta 4150 3 NULL 72873 Vulpia longiseta (Brot) Hack.
6616 6615 6611 290 Vulpia agrestis Vulpia agrestis Duval-J.  NULL Vulpia agrestis 4150 3 NULL
6617 6615 6611 290 Festuca longiseta Festuca longiseta Brot. NULL Festuca longiseta 4150 3 NULL
6618 6615 6611 290 Festuca agrestis Festuca agrestis Lois. NULL Festuca agrestis 4150 3 NULL
6619 6619 6611 290 Vulpia ciliata Vulpia ciliata Link NULL Vulpia ciliata 4151 3 NULL 72853 Vulpia ciliata (Pers) Link
6620 6619 6611 290 Vulpia myuros Vulpia myuros Reichb.  NULL Vulpia myuros 4151 3 NULL
6621 6619 6611 290 Festuca ciliata Festuca ciliata Pers. NULL Festuca ciliata 4151 3 NULL
6622 6619 6611 290 Festuca myuros Festuca myuros Soy.-W. NULL Festuca myuros 4151 3 NULL
6623 6623 6611 290 Vulpia myuros Vulpia myuros Gmel. NULL Vulpia myuros 4152 3 NULL 72887 Vulpia myuros (L) C C.Gmel.
6624 6623 6611 290 Vulpia pseudo-myuros Vulpia pseudo-myuros Rchb.  NULL Vulpia pseudo-myuros 4152 3 NULL
6625 6623 6611 290 Festuca myuros Festuca myuros L. NULL Festuca myuros 4152 3 NULL
6626 6623 6611 290 Festuca pseudo-myuros Festuca pseudo-myuros Soy.-W. NULL Festuca pseudo-myuros 4152 3 NULL
6627 6627 6611 290 Vulpia sciuroides Vulpia sciuroides Gmel. NULL Vulpia sciuroides 4153 3 NULL 78118 Vulpia sciuroides (Roth) C C.Gmel.
6628 6627 6611 290 Festuca sciuroides Festuca sciuroides Roth NULL Festuca sciuroides 4153 3 NULL
6629 6629 6611 290 Vulpia incrassata Vulpia incrassata Parl. NULL Vulpia incrassata 4154 3 NULL 72868 Vulpia incrassata Parl.
6630 6629 6611 290 Festuca incrassata Festuca incrassata Salz.  NULL Festuca incrassata 4154 3 NULL
6631 6629 6611 290 Loretia incrassata Loretia incrassata Duval-J. NULL Loretia incrassata 4154 3 NULL
6632 6632 6611 290 Vulpia geniculata Vulpia geniculata Link NULL Vulpia geniculata 4155 3 NULL 72860 Vulpia geniculata (L) Link
6633 6632 6611 290 Festuca geniculata Festuca geniculata Willd.  NULL Festuca geniculata 4155 3 NULL
6634 6632 6611 290 Loretia geniculata Loretia geniculata Duv.-J. NULL Loretia geniculata 4155 3 NULL
6635 6635 6611 290 Vulpia ligustica Vulpia ligustica Link NULL Vulpia ligustica 4156 3 NULL 72870 Vulpia ligustica (All) Link
6636 6635 6611 290 Festuca ligustica Festuca ligustica Bert.  NULL Festuca ligustica 4156 3 NULL
6637 6635 6611 290 Loretia ligustica Loretia ligustica Duv-J. NULL Loretia ligustica 4156 3 NULL
6638 6638 6611 290 Vulpia sicula Vulpia sicula Link NULL Vulpia sicula 4157 3 NULL 72911 Vulpia sicula (C Presl) Link
6639 6638 6611 290 Vulpia setacea Vulpia setacea Parl.  NULL Vulpia setacea 4157 3 NULL
6640 6638 6611 290 Festuca sicula Festuca sicula Pr.  NULL Festuca sicula 4157 3 NULL
6641 6638 6611 290 Loretia setacea Loretia setacea Duv-J. NULL Loretia setacea 4157 3 NULL
6642 6642 6123 220 Festuca Festuca NULL Festuca G841 3 631
6643 6643 6642 290 Festuca gigantea Festuca gigantea Vill. NULL Festuca gigantea 4158 3 NULL 26975 Festuca gigantea (L) Vill.
6644 6643 6642 290 Bromus giganteus Bromus giganteus L. NULL Bromus giganteus 4158 3 NULL
6645 6645 6642 290 Festuca pratensis Festuca pratensis Huds. NULL Festuca pratensis 4159 3 NULL 27424 Festuca pratensis Huds.
6646 6645 6642 290 Festuca elatior Festuca elatior L. part. NULL Festuca elatior 4159 3 NULL
6647 6647 6642 290 Festuca arundinacea Festuca arundinacea Schreb. NULL Festuca arundinacea 4160 3 NULL 26613 Festuca arundinacea Schreb.
6648 6647 6642 290 Festuca elatior Festuca elatior L. part. NULL Festuca elatior 4160 3 NULL
6649 6649 6642 290 Festuca fenas Festuca fenas Lag. NULL Festuca fenas 4161 3 NULL 26927 Festuca fenas Lag.
6650 6649 6642 290 Festuca interrupta Festuca interrupta G. G. NULL Festuca interrupta 4161 3 NULL
6651 6651 6642 290 Festuca spadicea Festuca spadicea L. NULL Festuca spadicea 4162 3 NULL 27659 Festuca spadicea L.
6652 6652 6642 290 Festuca silvatica Festuca silvatica Vill. NULL Festuca silvatica 4163 3 NULL 27648 Festuca silvatica (Pollich) Vill.
6653 6653 6642 290 Festuca pulchella Festuca pulchella Schrad. NULL Festuca pulchella 4164 3 NULL 27459 Festuca pulchella Schrad.
6654 6653 6642 290 Festuca scheuchzeri Festuca scheuchzeri Gaud. NULL Festuca scheuchzeri 4164 3 NULL
6655 6655 6642 290 Festuca arenaria Festuca arenaria Osbeck NULL Festuca arenaria 4165 3 NULL 26604 Festuca arenaria Osbeck
6656 6655 6642 290 Festuca oraria Festuca oraria Dum. NULL Festuca oraria 4165 3 NULL
6657 6655 6642 290 Festuca dumetorum Festuca dumetorum L. ? NULL Festuca dumetorum 4165 3 NULL
6658 6658 6642 290 Festuca rubra Festuca rubra L. NULL Festuca rubra 4166 3 NULL 27521 Festuca rubra L.
6659 6658 6642 290 Festuca fallax Festuca fallax Thuill. NULL Festuca fallax 4166 3 NULL
6660 6658 6642 290 Festuca nigrescens Festuca nigrescens Lamk NULL Festuca nigrescens 4166 3 NULL
6661 6661 6642 290 Festuca pyrenaica Festuca pyrenaica Reuter NULL Festuca pyrenaica 4167 3 NULL 27486 Festuca pyrenaica Reut.
6662 6661 6642 290 Festuca stolonifera Festuca stolonifera Miégeville NULL Festuca stolonifera 4167 3 NULL
6663 6663 6642 290 Festuca heterophylla Festuca heterophylla Lamk. NULL Festuca heterophylla 4168 3 NULL 27044 Festuca heterophylla Lam.
6664 6664 6642 290 Festuca nigricans Festuca nigricans Schleich NULL Festuca nigricans 4169 3 NULL 78117 Festuca nigricans Schleich.
6665 6664 6642 290 Festuca nigrescens Festuca nigrescens Gaud., non Lamk. NULL Festuca nigrescens 4169 3 NULL
6666 6666 6642 290 Festuca dimorpha Festuca dimorpha Gussone. NULL Festuca dimorpha 4170 3 NULL 26804 Festuca dimorpha Guss.
6667 6667 6642 290 Festuca flavescens Festuca flavescens Bell. NULL Festuca flavescens 4171 3 NULL 26939 Festuca flavescens Bellardi
6668 6668 6642 290 Festuca scoparia Festuca scoparia Kern. NULL Festuca scoparia 4172 3 NULL 27640 Festuca scoparia (A Kern. & Hack.) Nyman
6669 6668 6642 290 Festuca varia var. flavescens Festuca varia var. flavescens G. G. NULL Festuca varia var. flavescens 4172 3 NULL
6670 6670 6642 290 Festuca eskia Festuca eskia Ram. NULL Festuca eskia 4173 3 NULL 26912 Festuca eskia Ramond ex DC.
6671 6670 6642 290 Festuca crinum-ursi Festuca crinum-ursi Ram. NULL Festuca crinum-ursi 4173 3 NULL
6672 6672 6642 290 Festuca varia Festuca varia Haenke NULL Festuca varia 4174 3 NULL 27763 Festuca varia Haenke
6673 6672 6642 290 Festuca acuminata Festuca acuminata Gaud. NULL Festuca acuminata 4174 3 NULL
6674 6674 6642 290 Festuca pumila Festuca pumila Chaix NULL in Vill. Festuca pumila 4175 3 NULL 74666 Festuca pumila Chaix
6675 6675 6642 290 Festuca violacea Festuca violacea Gaud. NULL Festuca violacea 4176 3 NULL 27789 Festuca violacea Schleich. ex Gaudin
6676 6676 6642 290 Festuca halleri Festuca halleri All. NULL Festuca halleri 4177 3 NULL 27026 Festuca halleri All.
6677 6677 6642 290 Festuca borderei Festuca borderei Hackel. NULL Festuca borderei 4178 3 NULL 26682 Festuca borderei (Hack) K Richt.
6678 6678 6642 290 Festuca glacialis Festuca glacialis Miégeville. NULL Festuca glacialis 4179 3 NULL 26988 Festuca glacialis Miégev.
6679 6679 6642 290 Festuca alpina Festuca alpina Suter. NULL Festuca alpina 4180 3 NULL 26575 Festuca alpina Suter
6680 6680 6642 290 Festuca amethystina Festuca amethystina L. NULL Festuca amethystina 4181 3 NULL 75131 Festuca amethystina L.
6681 6681 6642 290 Festuca capillata Festuca capillata Lamk NULL Festuca capillata 4182 3 NULL 26718 Festuca capillata sensu H J.Coste
6682 6681 6642 290 Festuca tenuifolia Festuca tenuifolia Sibth. NULL Festuca tenuifolia 4182 3 NULL
6683 6683 6642 290 Festuca ovina Festuca ovina L. NULL Festuca ovina 4183 3 NULL 27284 Festuca ovina L.
6684 6684 6642 290 Festuca valesiaca Festuca valesiaca Schleich. NULL Festuca valesiaca 4184 3 NULL 27758 Festuca valesiaca Schleich. ex Gaudin
6685 6685 6642 290 Festuca duriuscula Festuca duriuscula L. NULL Festuca duriuscula 4185 3 NULL 26831 Festuca duriuscula L.
6686 6686 6123 220 Bromus Bromus NULL Bromus G842 3 642
6687 6687 6686 290 Bromus schraderi Bromus schraderi Kunth NULL Bromus schraderi 4186 3 NULL 11089 Bromus schraderi Kunth
6688 6687 6686 290 Ceratochloa pendula Ceratochloa pendula Schrad. NULL Ceratochloa pendula 4186 3 NULL
6689 6689 6686 290 Bromus inermis Bromus inermis Leyss. NULL Bromus inermis 4187 3 NULL 74999 Bromus inermis Leyss.
6690 6690 6686 290 Bromus erectus Bromus erectus Huds. NULL Bromus erectus 4188 3 NULL 10685 Bromus erectus Huds.
6691 6691 6686 290 Bromus asper Bromus asper Murr. NULL Bromus asper 4189 3 NULL 10588 Bromus asper Murray
6692 6692 6686 290 Bromus tectorum Bromus tectorum L. NULL Bromus tectorum 4190 3 NULL 11207 Bromus tectorum L.
6693 6693 6686 290 Bromus sterilis Bromus sterilis L. NULL Bromus sterilis 4191 3 NULL 11176 Bromus sterilis L.
6694 6694 6686 290 Bromus maximus Bromus maximus Desf. NULL Bromus maximus 4192 3 NULL 10896 Bromus maximus Desf.
6695 6695 6686 290 Bromus madritensis Bromus madritensis L. NULL Bromus madritensis 4193 3 NULL 10881 Bromus madritensis L.
6696 6696 6686 290 Bromus rubens Bromus rubens L. NULL Bromus rubens 4194 3 NULL 11071 Bromus rubens L.
6697 6697 6686 290 Bromus fasciculatus Bromus fasciculatus Presl. NULL Bromus fasciculatus 4195 3 NULL 10730 Bromus fasciculatus C Presl
6698 6698 6686 290 Bromus arduennensis Bromus arduennensis Dumort. NULL Bromus arduennensis 4196 3 NULL 78116 Bromus arduennensis Dumort.
6699 6698 6686 290 Serrafalcus arduennensis Serrafalcus arduennensis Crép. NULL Serrafalcus arduennensis 4196 3 NULL
6700 6700 6686 290 Bromus secalinus Bromus secalinus L. NULL Bromus secalinus 4197 3 NULL 11102 Bromus secalinus L.
6701 6700 6686 290 Serrafalcus secalinus Serrafalcus secalinus Godr. NULL Serrafalcus secalinus 4197 3 NULL
6702 6702 6686 290 Bromus arvensis Bromus arvensis L. NULL Bromus arvensis 4198 3 NULL 75452 Bromus arvensis L.
6703 6702 6686 290 Serrafalcus arvensis Serrafalcus arvensis Godr. NULL Serrafalcus arvensis 4198 3 NULL
6704 6704 6686 290 Bromus patulus Bromus patulus Mert. et K. NULL Bromus patulus 4199 3 NULL 10990 Bromus patulus Mert. & W.D.J.Koch
6705 6704 6686 290 Serrafalcus patulus Serrafalcus patulus Parl. NULL Serrafalcus patulus 4199 3 NULL
6706 6706 6686 290 Bromus commutatus Bromus commutatus Schrad. NULL Bromus commutatus 4200 3 NULL 74998 Bromus commutatus Schrad.
6707 6706 6686 290 Serrafalcus commutatus Serrafalcus commutatus Godr. NULL Serrafalcus commutatus 4200 3 NULL
6708 6708 6686 290 Bromus racemosus Bromus racemosus L. NULL Bromus racemosus 4201 3 NULL 11030 Bromus racemosus L.
6709 6708 6686 290 Serrafalcus racemosus Serrafalcus racemosus Parl. NULL Serrafalcus racemosus 4201 3 NULL
6710 6710 6686 290 Bromus mollis Bromus mollis L. NULL Bromus mollis 4202 3 NULL 10917 Bromus mollis L.
6711 6710 6686 290 Serrafalcus mollis Serrafalcus mollis Parl. NULL Serrafalcus mollis 4202 3 NULL
6712 6712 6686 290 Bromus hordeaceus Bromus hordeaceus L. NULL Bromus hordeaceus 4203 3 NULL 10780 Bromus hordeaceus L.
6713 6712 6686 290 Serrafalcus hordeaceus Serrafalcus hordeaceus G. G. NULL Serrafalcus hordeaceus 4203 3 NULL
6714 6714 6686 290 Bromus molliformis Bromus molliformis Lloyd NULL Bromus molliformis 4204 3 NULL 10914 Bromus molliformis J Lloyd
6715 6714 6686 290 Serrafalcus lloydianus Serrafalcus lloydianus G. G. NULL Serrafalcus lloydianus 4204 3 NULL
6716 6716 6686 290 Bromus intermedius Bromus intermedius Guss. NULL Bromus intermedius 4205 3 NULL 10822 Bromus intermedius Guss.
6717 6716 6686 290 Bromus requienii Bromus requienii Lois. NULL Bromus requienii 4205 3 NULL
6718 6716 6686 290 Serrafalcus intermedius Serrafalcus intermedius Parl. NULL Serrafalcus intermedius 4205 3 NULL
6719 6719 6686 290 Bromus macrostachys Bromus macrostachys Desf. NULL Bromus macrostachys 4206 3 NULL 10875 Bromus macrostachys Desf.
6720 6719 6686 290 Serrafalcus macrostachys Serrafalcus macrostachys Parl. NULL Serrafalcus macrostachys 4206 3 NULL
6721 6721 6686 290 Bromus squarrosus Bromus squarrosus L. NULL Bromus squarrosus 4207 3 NULL 11146 Bromus squarrosus L.
6722 6722 6123 220 Hordeum Hordeum NULL Hordeum G843 3 650
6723 6723 6722 290 Hordeum distichum Hordeum distichum L. NULL Paumelle. Hordeum distichum 4208 3 NULL 34820 Hordeum distichon L.
6724 6724 6722 290 Hordeum zeocriton Hordeum zeocriton L. NULL Orge pyramidale, orge en éventail. Hordeum zeocriton 4209 3 NULL 78115 Hordeum zeocriton L.
6725 6725 6722 290 Hordeum vulgare Hordeum vulgare L. NULL Orge carrée. Hordeum vulgare 4210 3 NULL 34916 Hordeum vulgare L.
6726 6726 6722 290 Hordeum hexastichum Hordeum hexastichum L. NULL Orge à 6 rangs. Hordeum hexastichum 4211 3 NULL 34831 Hordeum hexastichum L.
6727 6727 6722 290 Hordeum murinum Hordeum murinum L. NULL Hordeum murinum 4212 3 NULL 34857 Hordeum murinum L.
6728 6728 6722 290 Hordeum maritimum Hordeum maritimum With. NULL Hordeum maritimum 4213 3 NULL 34847 Hordeum maritimum Stokes ex With.
6729 6729 6722 290 Hordeum secalinum Hordeum secalinum Schreb. NULL Hordeum secalinum 4214 3 NULL 34897 Hordeum secalinum Schreb.
6730 6729 6722 290 Hordeum pratense Hordeum pratense Huds. NULL Hordeum pratense 4214 3 NULL
6731 6731 6722 290 Hordeum bulbosum Hordeum bulbosum L. NULL Hordeum bulbosum 4215 3 NULL 34807 Hordeum bulbosum L.
6732 6732 6123 220 Elymus Elymus NULL Elymus G844 3 653
6733 6733 6732 290 Elymus caput-medusae Elymus caput-medusae L. NULL Elymus caput-medusae 4216 3 NULL 23829 Elymus caput
6734 6733 6732 290 Elymus crinitus Elymus crinitus Schreb.  NULL Elymus crinitus 4216 3 NULL
6735 6733 6732 290 Hordeum caput-medusae Hordeum caput-medusae Cosson NULL Hordeum caput-medusae 4216 3 NULL
6736 6736 6732 290 Elymus europaeus Elymus europaeus L. NULL Elymus europaeus 4217 3 NULL 23841 Elymus europaeus L.
6737 6736 6732 290 Hordeum europaeum Hordeum europaeum All. NULL Hordeum europaeum 4217 3 NULL
6738 6738 6732 290 Elymus arenarius Elymus arenarius L. NULL Elymus arenarius 4218 3 NULL 23817 Elymus arenarius L.
6739 6739 6123 220 Secale Secale NULL Secale G845 3 655
6740 6740 6739 290 Secale cereale Secale cereale L. NULL Secale cereale 4219 3 NULL 62098 Secale cereale L.
6741 6741 6739 290 Secale villosum Secale villosum L. NULL Secale villosum 4220 3 NULL 62112 Secale villosum L.
6742 6741 6739 290 Triticum villosum Triticum villosum P. B.  NULL Triticum villosum 4220 3 NULL
6743 6741 6739 290 Haynaldia villosa Haynaldia villosa Schur NULL Haynaldia villosa 4220 3 NULL
6744 6744 6123 220 Aegilops Aegilops NULL Aegilops G846 3 656
6745 6745 6744 290 Aegilops ovata Aegilops ovata L. NULL Aegilops ovata 4221 3 NULL 957 Aegilops ovata L.
6746 6745 6744 290 Triticum ovatum Triticum ovatum G. G. NULL Triticum ovatum 4221 3 NULL
6747 6747 6744 290 Aegilops macrochaeta Aegilops macrochaeta Shuttl. et Huet 1869 in Duv.-J. Aegilops macrochaeta 4222 3 NULL 947 Aegilops macrochaeta Shuttlew. & A.L.P.Huet ex Duval
6748 6748 6744 290 Aegilops triaristata Aegilops triaristata Willd. NULL Aegilops triaristata 4223 3 NULL 988 Aegilops triaristata Willd.
6749 6748 6744 290 Triticum triaristatum Triticum triaristatum G. G. NULL Triticum triaristatum 4223 3 NULL
6750 6750 6744 290 Aegilops triuncialis Aegilops triuncialis L. NULL Aegilops triuncialis 4224 3 NULL 995 Aegilops triuncialis L.
6751 6750 6744 290 Triticum triunciale Triticum triunciale G. G. NULL Triticum triunciale 4224 3 NULL
6752 6752 6744 290 Aegilops cylindrica Aegilops cylindrica Host NULL Aegilops cylindrica 4225 3 NULL 922 Aegilops cylindrica Host
6753 6752 6744 290 Triticum cylindricum Triticum cylindricum Ces. NULL Triticum cylindricum 4225 3 NULL
6754 6754 6744 290 Aegilops ventricosa Aegilops ventricosa Tausch NULL Aegilops ventricosa 4226 3 NULL 1014 Aegilops ventricosa Tausch
6755 6754 6744 290 Triticum ventricosum Triticum ventricosum Ces. NULL Triticum ventricosum 4226 3 NULL
6756 6756 6744 290 Aegilops bicornis Aegilops bicornis Jaubert et Spach NULL Aegilops bicornis 4227 3 NULL 79508 Aegilops bicornis sensu auct Gall.
6757 6757 6123 220 Triticum Triticum NULL Triticum G847 3 659
6758 6758 6757 290 Triticum polonicum Triticum polonicum L. NULL Blé de Pologne. Triticum polonicum 4228 3 NULL 69786 Triticum polonicum L.
6759 6759 6757 290 Triticum sativum Triticum sativum Lamk NULL Blé commun, touzelle. Triticum sativum 4229 3 NULL 69808 Triticum sativum Lam.
6760 6759 6757 290 Triticum vulgare Triticum vulgare Vill. NULL Triticum vulgare 4229 3 NULL
6761 6761 6757 290 Triticum turgidum Triticum turgidum L. NULL Blé barbu, pétanielle, poulard. Triticum turgidum 4230 3 NULL 69843 Triticum turgidum L.
6762 6762 6757 290 Triticum durum Triticum durum Desf. NULL Blé dur, blé d'Afrique. Triticum durum 4231 3 NULL 69715 Triticum durum Desf.
6763 6763 6757 290 Triticum spelta Triticum spelta L. NULL Epeautre. Triticum spelta 4232 3 NULL 69821 Triticum spelta L.
6764 6764 6757 290 Triticum dicoccum Triticum dicoccum Schrank NULL Amidonnier. Triticum dicoccum 4233 3 NULL 77019 Triticum dicoccon Schrank
6765 6764 6757 290 Triticum amyleum Triticum amyleum Ser. NULL Triticum amyleum 4233 3 NULL
6766 6766 6757 290 Triticum monococcum Triticum monococcum L. NULL Engrain, blé riz. Triticum monococcum 4234 3 NULL 69769 Triticum monococcum L.
6767 6767 6123 220 Agropyrum Agropyrum NULL Agropyrum G848 3 662
6768 6768 6767 290 Agropyrum caninum Agropyrum caninum Roem. et S. NULL Agropyrum caninum 4235 3 NULL 1196 Agropyron caninum (L) P Beauv.
6769 6768 6767 290 Triticum caninum Triticum caninum L. NULL Triticum caninum 4235 3 NULL
6770 6770 6767 290 Agropyrum rouxii Agropyrum rouxii G. Camus NULL Agropyrum rouxii 4236 3 NULL 1404 Agropyron x rouxii Gren. & Duval
6771 6770 6767 290 Triticum rouxii Triticum rouxii Gren. et Duv.-J. NULL Triticum rouxii 4236 3 NULL
6772 6772 6767 290 Agropyrum repens Agropyrum repens P. Beauv. NULL Chiendent. Agropyrum repens 4237 3 NULL 1363 Agropyron repens (L) P Beauv.
6773 6772 6767 290 Triticum repens Triticum repens L. NULL Triticum repens 4237 3 NULL
6774 6774 6767 290 Agropyrum pungens Agropyrum pungens Roem. et S. NULL Agropyrum pungens 4238 3 NULL 1353 Agropyron pungens (Pers) Roem. & Schult.
6775 6774 6767 290 Triticum pungens Triticum pungens Pers. NULL Triticum pungens 4238 3 NULL
6776 6776 6767 290 Agropyrum littorale Agropyrum littorale Dumort. NULL Agropyrum littorale 4239 3 NULL 1326 Agropyron litorale sensu auct.
6777 6776 6767 290 Agropyrum pycnanthum Agropyrum pycnanthum G. G.  NULL Agropyrum pycnanthum 4239 3 NULL
6778 6776 6767 290 Triticum littorale Triticum littorale Host. NULL Triticum littorale 4239 3 NULL
6779 6779 6767 290 Agropyrum acutum Agropyrum acutum Roem et S. NULL Agropyrum acutum 4240 3 NULL 1172 Agropyron x acutum (Dc) Roem. & Schult.
6780 6779 6767 290 Triticum acutum Triticum acutum DC. NULL Triticum acutum 4240 3 NULL
6781 6781 6767 290 Agropyrum campestre Agropyrum campestre Godr. et Gr. NULL Agropyrum campestre 4241 3 NULL 1193 Agropyron campestre Godr. & Gren.
6782 6781 6767 290 Triticum campestre Triticum campestre Nym. NULL Triticum campestre 4241 3 NULL
6783 6783 6767 290 Agropyrum glaucum Agropyrum glaucum Roem. et S. NULL Agropyrum glaucum 4242 3 NULL 1250 Agropyron glaucum Roem. & Schult.
6784 6783 6767 290 Agropyrum savignonii Agropyrum savignonii De Not.  NULL Agropyrum savignonii 4242 3 NULL
6785 6783 6767 290 Triticum intermedium Triticum intermedium Host NULL Triticum intermedium 4242 3 NULL
6786 6786 6767 290 Agropyrum junceum Agropyrum junceum P. Beauv. NULL Agropyrum junceum 4243 3 NULL 1301 Agropyron junceum (L) P Beauv.
6787 6786 6767 290 Triticum junceum Triticum junceum L. NULL Triticum junceum 4243 3 NULL
6788 6788 6767 290 Agropyrum elongatum Agropyrum elongatum P. Beauv. NULL Agropyrum elongatum 4244 3 NULL 1230 Agropyron elongatum (Host) P Beauv.
6789 6788 6767 290 Agropyrum scirpeum Agropyrum scirpeum Presl.  NULL Agropyrum scirpeum 4244 3 NULL
6790 6788 6767 290 Triticum elongatum Triticum elongatum Host NULL Triticum elongatum 4244 3 NULL
6791 6791 6123 220 Brachypodium Brachypodium NULL Brachypodium G849 3 666
6792 6792 6791 290 Brachypodium distachyon Brachypodium distachyon Roem. et S. NULL Brachypodium distachyon 4245 3 NULL 10075 Brachypodium distachyon (L) P Beauv.
6793 6793 6791 290 Brachypodium silvaticum Brachypodium silvaticum Roem. et S. NULL Brachypodium silvaticum 4246 3 NULL 10173 Brachypodium sylvaticum (Huds) P Beauv.
6794 6794 6791 290 Brachypodium pinnatum Brachypodium pinnatum P. Beauv. NULL Brachypodium pinnatum 4247 3 NULL 10125 Brachypodium pinnatum (L) P Beauv.
6795 6795 6791 290 Brachypodium phoenicoides Brachypodium phoenicoides Roem. et S. NULL Brachypodium phoenicoides 4248 3 NULL 10119 Brachypodium phoenicoides (L) Roem. & Schult.
6796 6795 6791 290 Brachypodium pinnatum var. australe Brachypodium pinnatum var. australe G. G. NULL Brachypodium pinnatum var. australe 4248 3 NULL
6797 6797 6791 290 Brachypodium ramosum Brachypodium ramosum Roem. et S. NULL Brachypodium ramosum 4249 3 NULL 10161 Brachypodium ramosum (L) Roem. & Schult.
6798 6798 6123 220 Lolium Lolium NULL Lolium G850 3 668
6799 6799 6798 290 Lolium temulentum Lolium temulentum L. NULL Ivraie. Lolium temulentum 4250 3 NULL 39788 Lolium temulentum L.
6800 6800 6798 290 Lolium remotum Lolium remotum Schrank NULL Lolium remotum 4251 3 NULL 39744 Lolium remotum Schrank
6801 6800 6798 290 Lolium linicola Lolium linicola Sond. NULL Lolium linicola 4251 3 NULL
6802 6802 6798 290 Lolium rigidum Lolium rigidum Gaud, NULL Lolium rigidum 4252 3 NULL 39751 Lolium rigidum Gaudin
6803 6802 6798 290 Lolium strictum Lolium strictum Presl NULL Lolium strictum 4252 3 NULL
6804 6804 6798 290 Lolium perenne Lolium perenne L. NULL Ray-grass, Ray-gras anglais. Lolium perenne 4253 3 NULL 39692 Lolium perenne L.
6805 6805 6798 290 Lolium italicum Lolium italicum A. Braun. NULL Ray-gras d'Italie. Lolium italicum 4254 3 NULL 39646 Lolium italicum A Braun
6806 6805 6798 290 Lolium boucheanum Lolium boucheanum Kunth NULL Lolium boucheanum 4254 3 NULL
6807 6807 6798 290 Lolium multiflorum Lolium multiflorum Lamk. NULL Ray-grass Pill. Lolium multiflorum 4255 3 NULL 39664 Lolium multiflorum Lam.
6808 6808 6123 220 Nardurus Nardurus NULL Nardurus G851 3 670
6809 6809 6808 290 Nardurus unilateralis Nardurus unilateralis Boiss. NULL Nardurus unilateralis 4256 3 NULL 43766 Nardurus unilateralis (L) Boiss.
6810 6809 6808 290 Nardurus tenuiflorus Nardurus tenuiflorus Boiss. NULL Nardurus tenuiflorus 4256 3 NULL
6811 6809 6808 290 Nardurus tenellus Nardurus tenellus Reichb. NULL Nardurus tenellus 4256 3 NULL
6812 6812 6808 290 Nardurus lachenalii Nardurus lachenalii Godr. NULL Nardurus lachenalii 4257 3 NULL 43737 Nardurus lachenalii (C C Gmel.) Godr.
6813 6812 6808 290 Nardurus poa Nardurus poa Boiss. NULL Nardurus poa 4257 3 NULL
6814 6814 6808 290 Nardurus salzmanni Nardurus salzmanni Boiss. NULL Nardurus salzmanni 4258 3 NULL 43755 Nardurus salzmannii Boiss.
6815 6814 6808 290 Catapodium salzmanni Catapodium salzmanni Coss. NULL in Boiss. Catapodium salzmanni 4258 3 NULL
6816 6816 6123 220 Lepturus Lepturus NULL Lepturus G852 3 672
6817 6817 6816 290 Lepturus cylindricus Lepturus cylindricus Trin. NULL Lepturus cylindricus 4259 3 NULL 38628 Lepturus cylindricus (Willd) Trin.
6818 6817 6816 290 Monerma cylindrica Monerma cylindrica Coss. NULL Monerma cylindrica 4259 3 NULL
6819 6819 6816 290 Lepturus incurvatus Lepturus incurvatus Trin. NULL Lepturus incurvatus 4260 3 NULL 38633 Lepturus incurvatus (L) Trin.
6820 6820 6816 290 Lepturus filiformis Lepturus filiformis Trin. NULL Lepturus filiformis 4261 3 NULL 38631 Lepturus filiformis (Roth) Trin.
6821 6821 6123 220 Psilurus Psilurus NULL Psilurus G853 3 673
6822 6822 6821 290 Psilurus nardoides Psilurus nardoides Trin. NULL Psilurus nardoides 4262 3 NULL 53770 Psilurus nardoides Trin.
6823 6822 6821 290 Psilurus aristatus Psilurus aristatus Loret et Barr. NULL Psilurus aristatus 4262 3 NULL
6824 6824 6123 220 Nardus Nardus NULL Nardus G854 3 674
6825 6825 6824 290 Nardus stricta Nardus stricta L. NULL Nardus stricta 4263 3 NULL 43774 Nardus stricta L.
6826 6826 1 80 Cryptogames Cryptogames NULL Cryptogames Gp7 3 674
6827 6827 6826 180 Fougeres Fougeres NULL Fougeres F131 3 674
6828 6828 6827 220 Trichomanes Trichomanes NULL Trichomanes G855 3 677
6829 6829 6828 290 Trichomanes radicans Trichomanes radicans Sw. NULL Trichomanes radicans 4264 3 NULL 68910 Trichomanes radicans sensu 1, 2, 3
6830 6829 6828 290 Trichomanes speciosum Trichomanes speciosum Willd. NULL Trichomanes speciosum 4264 3 NULL
6831 6831 6827 220 Hymenophyllum Hymenophyllum NULL Hymenophyllum G856 3 677
6832 6832 6831 290 Hymenophyllum tunbridgense Hymenophyllum tunbridgense Sm. NULL Hymenophyllum tunbridgense 4265 3 NULL 35138 Hymenophyllum tunbrigense (L) Sm.
6833 6832 6831 290 Trichomanes tunbridgense Trichomanes tunbridgense L. NULL Trichomanes tunbridgense 4265 3 NULL
6834 6834 6831 290 Hymenophyllum unilaterale Hymenophyllum unilaterale Bory NULL Hymenophyllum unilaterale 4266 3 NULL 35139 Hymenophyllum unilaterale sensu 2, 3
6835 6834 6831 290 Hymenophyllum wilsoni Hymenophyllum wilsoni Hooker NULL Hymenophyllum wilsoni 4266 3 NULL
6836 6836 6827 220 Ophioglossum Ophioglossum NULL Ophioglossum G857 3 678
6837 6837 6836 290 Ophioglossum vulgatum Ophioglossum vulgatum L. NULL Langue de serpent. Ophioglossum vulgatum 4267 3 NULL 45026 Ophioglossum vulgatum L.
6838 6838 6836 290 Ophioglossum lusitanicum Ophioglossum lusitanicum L. NULL Ophioglossum lusitanicum 4268 3 NULL 45018 Ophioglossum lusitanicum L.
6839 6839 6827 220 Botrychium Botrychium NULL Botrychium G858 3 679
6840 6840 6839 290 Botrychium simplex Botrychium simplex Hitchcock. NULL Botrychium simplex 4269 3 NULL 10012 Botrychium simplex E Hitchc.
6841 6841 6839 290 Botrychium ternatum Botrychium ternatum Thunberg NULL Botrychium ternatum 4270 3 NULL 10015 Botrychium ternatum (Thunb) Sw.
6842 6841 6839 290 Botrychium matricarioides Botrychium matricarioides Willd. NULL Botrychium matricarioides 4270 3 NULL
6843 6841 6839 290 Botrychium rutaefolium Botrychium rutaefolium A. Br. NULL Botrychium rutaefolium 4270 3 NULL
6844 6844 6839 290 Botrychium matricariaefolium Botrychium matricariaefolium A. Br. NULL Botrychium matricariaefolium 4271 3 NULL 9998 Botrychium matricariifolium (A Braun ex Döll) W.D.J.Koch
6845 6845 6839 290 Botrychium lunaria Botrychium lunaria Sw. NULL Botrychium lunaria 4272 3 NULL 9993 Botrychium lunaria (L) Sw.
6846 6846 6827 220 Osmunda Osmunda NULL Osmunda G859 3 680
6847 6847 6846 290 Osmunda regalis Osmunda regalis L. NULL Fougère royale. Osmunda regalis 4273 3 NULL 47042 Osmunda regalis L.
6848 6848 6827 220 Ceterach Ceterach NULL Ceterach G860 3 680
6849 6849 6848 290 Ceterach officinarum Ceterach officinarum Willd. NULL Herbe dorée. Ceterach officinarum 4274 3 NULL 77204 Ceterach officinarum Willd.
6850 6850 6827 220 Notochlaena Notochlaena NULL Notochlaena G861 3 681
6851 6851 6850 290 Notochlaena marantae Notochlaena marantae R. Br. NULL Notochlaena marantae 4275 3 NULL 44218 Notholaena marantae (L) Desv.
6852 6851 6850 290 Ceterach marantae Ceterach marantae DC. NULL Ceterach marantae 4275 3 NULL
6853 6853 6850 290 Notochlaena lanuginosa Notochlaena lanuginosa Desv. NULL Notochlaena lanuginosa 4276 3 NULL 44217 Notholaena lanuginosa (Desf) Poir.
6854 6853 6850 290 Compr. n. Compr. n. VELLEA Desv. NULL Compr. n. 4276 3 NULL
6855 6855 6827 220 Woodsia Woodsia NULL Woodsia G862 3 682
6856 6856 6855 290 Woodsia hyperborea Woodsia hyperborea R. Br. NULL Woodsia hyperborea 4277 3 NULL 73003 Woodsia hyperborea (Lilj) R Br.
6857 6856 6855 290 Compr. w. Compr. w. ILVENSIS R. Br. NULL Compr. w. 4277 3 NULL
6858 6858 6827 220 Grammitis Grammitis NULL Grammitis G863 3 682
6859 6859 6858 290 Grammitis leptophylla Grammitis leptophylla Sw. NULL Grammitis leptophylla 4278 3 NULL 30635 Grammitis leptophylla (L) Sw.
6860 6859 6858 290 Gymnocramme leptophylla Gymnocramme leptophylla Desv. NULL Gymnocramme leptophylla 4278 3 NULL
6861 6861 6827 220 Polypodium Polypodium NULL Polypodium G864 3 683
6862 6862 6861 290 Polypodium vulgare Polypodium vulgare L. NULL Polypodium vulgare 4279 3 NULL 51834 Polypodium vulgare L.
6863 6863 6861 290 Polypodium phegopteris Polypodium phegopteris L. NULL Polypodium phegopteris 4280 3 NULL 51809 Polypodium phegopteris L.
6864 6863 6861 290 Phegopteris polypodioides Phegopteris polypodioides Fée NULL Phegopteris polypodioides 4280 3 NULL
6865 6865 6861 290 Polypodium dryopteris Polypodium dryopteris L. NULL Polypodium dryopteris 4281 3 NULL 51765 Polypodium dryopteris L.
6866 6865 6861 290 Phegopteris dryopteris Phegopteris dryopteris Fée NULL Phegopteris dryopteris 4281 3 NULL
6867 6867 6861 290 Polypodium robertianum Polypodium robertianum Hoffm. NULL Polypodium robertianum 4282 3 NULL 51818 Polypodium robertianum Hoffm.
6868 6867 6861 290 Polypodium calcareum Polypodium calcareum Sm.  NULL Polypodium calcareum 4282 3 NULL
6869 6867 6861 290 Phegopteris calcarea Phegopteris calcarea Fée NULL Phegopteris calcarea 4282 3 NULL
6870 6870 6827 220 Aspidium Aspidium NULL Aspidium G865 3 684
6871 6871 6870 290 Aspidium lonchitis Aspidium lonchitis Sw. NULL Aspidium lonchitis 4283 3 NULL 7454 Aspidium lonchitis (L) Sw.
6872 6872 6870 290 Aspidium lobatum Aspidium lobatum Sw. NULL Aspidium lobatum 4284 3 NULL 7452 Aspidium lobatum (Huds) Sw.
6873 6872 6870 290 Aspidium aculeatum var. vulgare Aspidium aculeatum var. vulgare Döll. NULL Aspidium aculeatum var. vulgare 4284 3 NULL
6874 6874 6870 290 Aspidium aculeatum Aspidium aculeatum Sw. NULL Aspidium aculeatum 4285 3 NULL 7400 Aspidium aculeatum auct. sensu 1, 2
6875 6874 6870 290 Aspidium angulare Aspidium angulare Willd. NULL Aspidium angulare 4285 3 NULL
6876 6876 6870 290 Aspidium braunii Aspidium braunii Spenner. NULL Aspidium braunii 4286 3 NULL 7419 Aspidium braunii Spenn.
6877 6877 6827 220 Polystichum Polystichum NULL Polystichum G866 3 686
6878 6878 6877 290 Polystichum thelypteris Polystichum thelypteris Roth. NULL Polystichum thelypteris 4287 3 NULL 51944 Polystichum thelypteris (L) Roth
6879 6879 6877 290 Polystichum oreopteris Polystichum oreopteris DC. NULL Polystichum oreopteris 4288 3 NULL 51928 Polystichum oreopteris (Ehrh) Bernh.
6880 6879 6877 290 Polystichum montanum Polystichum montanum Roth NULL Polystichum montanum 4288 3 NULL
6881 6881 6877 290 Polystichum filix-mas Polystichum filix-mas Roth. NULL Fougère mâle. Polystichum filix-mas 4289 3 NULL 51911 Polystichum filix
6882 6882 6877 290 Polystichum cristatum Polystichum cristatum Roth. NULL Polystichum cristatum 4290 3 NULL 51905 Polystichum cristatum (L) Roth
6883 6882 6877 290 Polystichum callipteris Polystichum callipteris DC. NULL Polystichum callipteris 4290 3 NULL
6884 6884 6877 290 Polystichum rigidum Polystichum rigidum DC. NULL Polystichum rigidum 4291 3 NULL 51935 Polystichum rigidum (Sw) DC.
6885 6884 6877 290 Aspidium rigidum Aspidium rigidum Sw. NULL Aspidium rigidum 4291 3 NULL
6886 6886 6877 290 Polystichum spinulosum Polystichum spinulosum DC. NULL Polystichum spinulosum 4292 3 NULL 51939 Polystichum spinulosum sensu 1, 2, 3
6887 6887 6877 290 Polystichum aemulum Polystichum aemulum Corbière NULL Polystichum aemulum 4293 3 NULL 73496 Polystichum aemulum Corb.
6888 6887 6877 290 Aspidium aemulum Aspidium aemulum Sw. NULL Aspidium aemulum 4293 3 NULL
6889 6889 6827 220 Cystopteris Cystopteris NULL Cystopteris G867 3 689
6890 6890 6889 290 Cystopteris montana Cystopteris montana Bernh. NULL Cystopteris montana 4294 3 NULL 20917 Cystopteris montana (Lam) Desv.
6891 6891 6889 290 Cystopteris alpina Cystopteris alpina Desv. NULL Cystopteris alpina 4295 3 NULL 20880 Cystopteris alpina (Lam) Desv.
6892 6892 6889 290 Cystopteris fragilis Cystopteris fragilis Bernh. NULL Cystopteris fragilis 4296 3 NULL 20891 Cystopteris fragilis (L) Bernh.
6893 6893 6827 220 Athyrium Athyrium NULL Athyrium G868 3 690
6894 6894 6893 290 Athyrium alpestre Athyrium alpestre Nylander NULL Athyrium alpestre 4297 3 NULL 8277 Athyrium alpestre (Hoppe) Rylands ex T.Moore
6895 6894 6893 290 Athyrium rhaeticum Athyrium rhaeticum Gremli  NULL Athyrium rhaeticum 4297 3 NULL
6896 6894 6893 290 Polypodium rhaeticum Polypodium rhaeticum L. NULL Polypodium rhaeticum 4297 3 NULL
6897 6894 6893 290 Polypodium alpestre Polypodium alpestre Hoppe NULL Polypodium alpestre 4297 3 NULL
6898 6898 6893 290 Athyrium filix-femina Athyrium filix-femina Roth NULL Fougère femelle. Athyrium filix-femina 4298 3 NULL 8286 Athyrium filix
6899 6898 6893 290 Asplenium filix-femina Asplenium filix-femina Bernh. NULL Asplenium filix-femina 4298 3 NULL
6900 6900 6827 220 Asplenium Asplenium NULL Asplenium G869 3 691
6901 6901 6900 290 Asplenium adiantum-nigrum Asplenium adiantum-nigrum L. NULL Capillaire noire. Asplenium adiantum-nigrum 4299 3 NULL 7501 Asplenium adiantum
6902 6902 6900 290 Asplenium ruta-muraria Asplenium ruta-muraria L. NULL Rue des murailles. Asplenium ruta-muraria 4300 3 NULL 7681 Asplenium ruta
6903 6903 6900 290 Asplenium fissum Asplenium fissum Kit. ap. Willd. NULL Asplenium fissum 4301 3 NULL 7577 Asplenium fissum Kit. ex Willd.
6904 6904 6900 290 Asplenium fontanum Asplenium fontanum Bernh. NULL Asplenium fontanum 4302 3 NULL 74979 Asplenium fontanum (L) Bernh.
6905 6904 6900 290 Asplenium halleri var. pedicularifolium Asplenium halleri var. pedicularifolium Koch NULL Asplenium halleri var. pedicularifolium 4302 3 NULL
6906 6906 6900 290 Asplenium foresiacum Asplenium foresiacum Le Grand NULL Asplenium foresiacum 4303 3 NULL 7583 Asplenium foresiacum (Legrand) H Christ
6907 6906 6900 290 Asplenium halleri Asplenium halleri auct. p. p. NULL Asplenium halleri 4303 3 NULL
6908 6908 6900 290 Asplenium lanceolatum Asplenium lanceolatum Huds. NULL Asplenium lanceolatum 4304 3 NULL 7607 Asplenium lanceolatum Huds.
6909 6909 6900 290 Asplenium marinum Asplenium marinum L. NULL Asplenium marinum 4305 3 NULL 7629 Asplenium marinum L.
6910 6910 6900 290 Asplenium petrarchae Asplenium petrarchae DC. NULL Asplenium petrarchae 4306 3 NULL 75449 Asplenium petrarchae (Guérin) DC.
6911 6910 6900 290 Asplenium glandulosum Asplenium glandulosum Lois. NULL Asplenium glandulosum 4306 3 NULL
6912 6910 6900 290 Asplenium trichomanes var. pubescens Asplenium trichomanes var. pubescens G. G. NULL Asplenium trichomanes var. pubescens 4306 3 NULL
6913 6913 6900 290 Asplenium trichomanes Asplenium trichomanes L. NULL Capillaire. Asplenium trichomanes 4307 3 NULL 7728 Asplenium trichomanes L.
6914 6914 6900 290 Asplenium viride Asplenium viride Huds. NULL Asplenium viride 4308 3 NULL 7765 Asplenium viride Huds.
6915 6915 6900 290 Asplenium germanicum Asplenium germanicum Weiss NULL Asplenium germanicum 4309 3 NULL 7588 Asplenium x germanicum Weiss
6916 6915 6900 290 Asplenium breynii Asplenium breynii Retz NULL Asplenium breynii 4309 3 NULL
6917 6917 6900 290 Asplenium septentrionale Asplenium septentrionale Swartz. NULL Asplenium septentrionale 4310 3 NULL 74982 Asplenium septentrionale (L) Hoffm.
6918 6918 6827 220 Scolopendrium Scolopendrium NULL Scolopendrium G870 3 695
6919 6919 6918 290 Scolopendrium officinale Scolopendrium officinale Smith NULL Langue de cerf. Scolopendrium officinale 4311 3 NULL 61819 Scolopendrium officinale DC.
6920 6919 6918 290 Scolopendrium vulgare Scolopendrium vulgare Symons NULL Scolopendrium vulgare 4311 3 NULL
6921 6921 6918 290 Scolopendrium hemionitis Scolopendrium hemionitis Swartz NULL Scolopendrium hemionitis 4312 3 NULL 61816 Scolopendrium hemionitis Lag , D.Garcia & Clemente
6922 6921 6918 290 Scolopendrium sagittatum Scolopendrium sagittatum DC. NULL Scolopendrium sagittatum 4312 3 NULL
6923 6923 6827 220 Blechnum Blechnum NULL Blechnum G871 3 696
6924 6924 6923 290 Blechnum spicant Blechnum spicant Roth NULL Blechnum spicant 4313 3 NULL 9895 Blechnum spicant (L) Roth
6925 6924 6923 290 Lomaria spicant Lomaria spicant Desv. NULL Lomaria spicant 4313 3 NULL
6926 6926 6827 220 Pteris Pteris NULL Pteris G872 3 697
6927 6927 6926 290 Pteris aquilina Pteris aquilina L. NULL Grande Fougère. Pteris aquilina 4314 3 NULL 53819 Pteris aquilina L.
6928 6927 6926 290 Pteridium aquilinum Pteridium aquilinum Kuhn NULL Pteridium aquilinum 4314 3 NULL
6929 6929 6926 290 Pteris cretica Pteris cretica L. NULL Pteris cretica 4315 3 NULL 53823 Pteris cretica L.
6930 6930 6827 220 Struthiopteris Struthiopteris NULL Struthiopteris G873 3 698
6931 6931 6930 290 Struthiopteris germanica Struthiopteris germanica Willd. NULL Struthiopteris germanica 4316 3 NULL 66492 Struthiopteris germanica Willd.
6932 6931 6930 290 Osmunda struthiopteris Osmunda struthiopteris L. NULL Osmunda struthiopteris 4316 3 NULL
6933 6933 6827 220 Allosorus Allosorus NULL Allosorus G874 3 698
6934 6934 6933 290 Allosorus crispus Allosorus crispus Bernh. NULL Allosorus crispus 4317 3 NULL 3299 Allosorus crispus (L) Röhl.
6935 6934 6933 290 Cryptogramme crispa Cryptogramme crispa R. Br. NULL Cryptogramme crispa 4317 3 NULL
6936 6936 6827 220 Adiantum Adiantum NULL Adiantum G875 3 698
6937 6937 6936 290 Adiantum capillus-veneris Adiantum capillus-veneris L. NULL Capillaire de Montpellier. Adiantum capillus-veneris 4318 3 NULL 817 Adiantum capillus
6938 6938 6827 220 Cheilanthes Cheilanthes NULL Cheilanthes G876 3 699
6939 6939 6938 290 Cheilanthes odora Cheilanthes odora Sw. NULL Cheilanthes odora 4319 3 NULL 16615 Cheilanthes odora Sw.
6940 6939 6938 290 Cheilanthes fragrans Cheilanthes fragrans Webb NULL Cheilanthes fragrans 4319 3 NULL
6941 6941 6826 180 Rhizocarpees Rhizocarpees NULL Rhizocarpees F132 3 699
6942 6942 6941 220 Marsilia Marsilia NULL Marsilia G877 3 700
6943 6943 6942 290 Marsilia quadrifoliata Marsilia quadrifoliata L. NULL Sp. ed. 2 Marsilia quadrifoliata 4320 3 NULL 40986 Marsilea quadrifoliata (L) L.
6944 6943 6942 290 Marsilia quadrifolia Marsilia quadrifolia L. NULL Sp. ed. 1 Marsilia quadrifolia 4320 3 NULL
6945 6945 6942 290 Marsilia pubescens Marsilia pubescens Ten. NULL Marsilia pubescens 4321 3 NULL 40984 Marsilea pubescens Ten.
6946 6945 6942 290 Marsilia fabri Marsilia fabri Dunal NULL Marsilia fabri 4321 3 NULL
6947 6947 6941 220 Pilularia Pilularia NULL Pilularia G878 3 701
6948 6948 6947 290 Pilularia globulifera Pilularia globulifera L. NULL Pilularia globulifera 4322 3 NULL 49451 Pilularia globulifera L.
6949 6949 6947 290 Pilularia minuta Pilularia minuta Durieu. NULL Pilularia minuta 4323 3 NULL 49453 Pilularia minuta Durieu
6950 6950 6941 220 Salvinia Salvinia NULL Salvinia G879 3 702
6951 6951 6950 290 Salvinia natans Salvinia natans All. NULL Salvinia natans 4324 3 NULL 60233 Salvinia natans (L) All.
6952 6951 6950 290 Marsilia natans Marsilia natans L. NULL Marsilia natans 4324 3 NULL
6953 6953 6941 220 Azolla Azolla NULL Azolla G880 3 702
6954 6954 6953 290 Azolla filiculoides Azolla filiculoides Lamk NULL Azolla filiculoides 4325 3 NULL 9057 Azolla filiculoides Lam.
6955 6954 6953 290 Azolla majellanica Azolla majellanica Willd. NULL Azolla majellanica 4325 3 NULL
6956 6956 6953 290 Azolla caroliniania Azolla caroliniania Willd. NULL Azolla caroliniania 4326 3 NULL 9056 Azolla caroliniana sensu auct Gall.
6957 6956 6953 290 Azolla microphylla. Azolla microphylla. Kaulf NULL Azolla microphylla. 4326 3 NULL
6958 6958 6941 220 Isoetes Isoetes NULL Isoetes G881 3 703
6959 6959 6958 290 Isoetes lacustris Isoetes lacustris L. NULL Isoetes lacustris 4327 3 NULL 36056 Isoëtes lacustris L.
6960 6960 6958 290 Isoetes echinospora Isoetes echinospora Durieu. NULL Isoetes echinospora 4328 3 NULL 36049 Isoëtes echinospora Durieu
6961 6961 6958 290 Isoetes brochoni Isoetes brochoni Motelay 1891 Isoetes brochoni 4329 3 NULL 36042 Isoëtes brochonii Motelay
6962 6962 6958 290 Isoetes boryana Isoetes boryana Durieu. NULL Isoetes boryana 4330 3 NULL 36040 Isoëtes boryana Durieu
6963 6963 6958 290 Isoetes velata Isoetes velata Al. Braun NULL Isoetes velata 4331 3 NULL 36084 Isoëtes velata A Braun
6964 6963 6958 290 Isoetes variabilis Isoetes variabilis Le Grand NULL Isoetes variabilis 4331 3 NULL
6965 6965 6958 290 Isoetes setacea Isoetes setacea Delile. NULL Isoetes setacea 4332 3 NULL 36065 Isoëtes setacea Lam.
6966 6966 6958 290 Isoetes duriaei Isoetes duriaei Bory. NULL Isoetes duriaei 4333 3 NULL 36048 Isoëtes duriei Bory
6967 6967 6958 290 Isoetes hystrix Isoetes hystrix Durieu. NULL Isoetes hystrix 4334 3 NULL 36051 Isoëtes histrix Bory
6968 6968 6826 180 Lycopodiacees Lycopodiacees NULL Lycopodiacees F133 3 706
6969 6969 6968 220 Lycopodium Lycopodium NULL Lycopodium G882 3 707
6970 6970 6969 290 Lycopodium selago Lycopodium selago L. NULL Lycopodium selago 4335 3 NULL 40514 Lycopodium selago L.
6971 6971 6969 290 Lycopodium inundatum Lycopodium inundatum L. NULL Lycopodium inundatum 4336 3 NULL 40504 Lycopodium inundatum L.
6972 6972 6969 290 Lycopodium annotinum Lycopodium annotinum L. NULL Lycopodium annotinum 4337 3 NULL 75232 Lycopodium annotinum L.
6973 6972 6969 290 Lycopodium jumperinum Lycopodium jumperinum DC. NULL Lycopodium jumperinum 4337 3 NULL
6974 6974 6969 290 Lycopodium alpinum Lycopodium alpinum L. NULL Lycopodium alpinum 4338 3 NULL 40477 Lycopodium alpinum L.
6975 6975 6969 290 Lycopodium complanatum Lycopodium complanatum L. NULL Lycopodium complanatum 4339 3 NULL 40487 Lycopodium complanatum L.
6976 6975 6969 290 Lycopodium chamaecyparissus Lycopodium chamaecyparissus A. Br. NULL Lycopodium chamaecyparissus 4339 3 NULL
6977 6977 6969 290 Lycopodium clavatum Lycopodium clavatum L. NULL Lycopodium clavatum 4340 3 NULL 40485 Lycopodium clavatum L.
6978 6978 6968 220 Selaginella Selaginella NULL Selaginella G883 3 709
6979 6979 6978 290 Selaginella spinulosa Selaginella spinulosa Al. Braun. NULL Selaginella spinulosa 4341 3 NULL 62463 Selaginella spinulosa A Braun
6980 6979 6978 290 Selaginella selaginoides Selaginella selaginoides Link  NULL Selaginella selaginoides 4341 3 NULL
6981 6979 6978 290 Lycopodium selaginoides Lycopodium selaginoides L. NULL Lycopodium selaginoides 4341 3 NULL
6982 6982 6978 290 Selaginella helvetica Selaginella helvetica Link NULL Selaginella helvetica 4342 3 NULL 62458 Selaginella helvetica (L) Spring
6983 6982 6978 290 Lycopodium helveticum Lycopodium helveticum L. NULL Lycopodium helveticum 4342 3 NULL
6984 6984 6978 290 Selaginella denticulata Selaginella denticulata Link NULL Selaginella denticulata 4343 3 NULL 62457 Selaginella denticulata (L) Spring
6985 6984 6978 290 Lycopodium denticulatum Lycopodium denticulatum L. NULL Lycopodium denticulatum 4343 3 NULL
6986 6986 6826 180 Equisetacees Equisetacees NULL Equisetacees F134 3 710
6987 6987 6986 220 Equisetum Equisetum NULL Equisetum G884 3 710
6988 6988 6987 290 Equisetum maximum Equisetum maximum Lamk NULL Equisetum maximum 4344 3 NULL 24542 Equisetum maximum sensu Bonnier
6989 6988 6987 290 Equisetum telmateia Equisetum telmateia Ehrh. NULL Equisetum telmateia 4344 3 NULL
6990 6990 6987 290 Equisetum arvense Equisetum arvense L. NULL Equisetum arvense 4345 3 NULL 24488 Equisetum arvense L.
6991 6991 6987 290 Equisetum pratense Equisetum pratense Ehrh. NULL Equisetum pratense 4346 3 NULL 24559 Equisetum pratense Ehrh.
6992 6991 6987 290 Equisetum umbrosum Equisetum umbrosum Mey NULL Equisetum umbrosum 4346 3 NULL
6993 6993 6987 290 Equisetum silvaticum Equisetum silvaticum L. NULL Equisetum silvaticum 4347 3 NULL 24583 Equisetum sylvaticum L.
6994 6994 6987 290 Equisetum palustre Equisetum palustre L. NULL Equisetum palustre 4348 3 NULL 24552 Equisetum palustre L.
6995 6995 6987 290 Equisetum limosum Equisetum limosum L. NULL Equisetum limosum 4349 3 NULL 24534 Equisetum limosum L.
6996 6995 6987 290 Equisetum fluviatile Equisetum fluviatile L. NULL Equisetum fluviatile 4349 3 NULL
6997 6997 6987 290 Equisetum hiemale Equisetum hiemale L. NULL Equisetum hiemale 4350 3 NULL 24515 Equisetum hyemale L.
6998 6998 6987 290 Equisetum occidentale Equisetum occidentale Hy NULL Equisetum occidentale 4351 3 NULL 24550 Equisetum x occidentale (Hy) H.J.Coste
6999 6998 6987 290 Equisetum trachyodon Equisetum trachyodon Bor., non A. Br. NULL Equisetum trachyodon 4351 3 NULL
7000 7000 6987 290 Equisetum ramosissimum Equisetum ramosissimum Desf. NULL Equisetum ramosissimum 4352 3 NULL 24561 Equisetum ramosissimum Desf.
7001 7000 6987 290 Equisetum ramosum Equisetum ramosum Schl. NULL Equisetum ramosum 4352 3 NULL
7002 7002 6987 290 Equisetum campanulatum Equisetum campanulatum Poir. NULL Equisetum campanulatum 4353 3 NULL 24499 Equisetum campanulatum Poir.
7003 7002 6987 290 Equisetum ramosum Equisetum ramosum DC. NULL Equisetum ramosum 4353 3 NULL
7004 7002 6987 290 Equisetum variegatum Equisetum variegatum auct. plur., non Schl. NULL Equisetum variegatum 4353 3 NULL
7005 7005 6987 290 Equisetum variegatum Equisetum variegatum Schleich. NULL Equisetum variegatum 4354 3 NULL 24594 Equisetum variegatum Schleich.
7006 7006 6826 180 Characees Characees NULL Characees F135 3 0
/branches/refact/docs/projets/coste/bdd/coste_v0.1.sql
New file
0,0 → 1,203
--
-- Structure de la table `coste_meta`
--
CREATE TABLE IF NOT EXISTS `coste_meta` (
`guid` varchar(255) NOT NULL DEFAULT '',
`langue_meta` varchar(2) NOT NULL DEFAULT '',
`code` varchar(20) DEFAULT NULL,
`version` varchar(20) DEFAULT NULL,
`titre` varchar(255) DEFAULT NULL,
`description` text,
`mots_cles` varchar(510) DEFAULT NULL,
`citation` varchar(255) DEFAULT NULL,
`url_tech` varchar(510) DEFAULT NULL,
`url_projet` varchar(510) DEFAULT NULL,
`source` text,
`createurs` text,
`editeur` text,
`contributeurs` text,
`droits` text,
`url_droits` varchar(510) DEFAULT NULL,
`langue` varchar(255) DEFAULT NULL,
`date_creation` varchar(30) DEFAULT NULL,
`date_validite` varchar(255) DEFAULT NULL,
`couverture_spatiale` varchar(510) DEFAULT NULL,
`couverture_temporelle` varchar(510) DEFAULT NULL,
`web_services` varchar(510) CHARACTER SET utf8 NOT NULL,
PRIMARY KEY (`guid`,`langue_meta`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 
--
--Données de la table coste_meta
--
INSERT INTO `coste_meta` (`guid`, `langue_meta`, `code`, `version`, `titre`, `description`, `mots_cles`, `citation`, `url_tech`, `url_projet`, `source`, `createurs`, `editeur`, `contributeurs`, `droits`, `url_droits`, `langue`, `date_creation`, `date_validite`, `couverture_spatiale`, `couverture_temporelle`, `web_services`) VALUES
('urn:lsid:tela-botanica.org:coste:0.1', 'fr', 'coste', '0.1', 'Flore descriptive et illustrée de la France par L''abbé H. COSTE', 'Au 07 février 2011, les documents réunis dans le cadre de le projet de numérisation de la flore de Coste sont :\r\n - l''ensemble des images au format PNG et JPEG des 4354 taxons (Christophe BONNET, Frédéric LEGENS et Jean ZISSLER)\r\n - l''ensemble des descriptions au format HTML et RTF des 4354 taxons (Jean ZISSLER)\r\n - l''ensemble des clés (avec reprise des images et descriptions) du tome 01 au format DOC (Daniel LE QUÉRÉ).\r\n\r\nLe travail restant à réaliser est le suivant :\r\n - compléter la famille des Papilionacées du tome 01\r\n - numériser les descriptions et clés des familles et genres du tome 02\r\n - numériser les descriptions et clés des familles et genres du tome 03\r\n\r\nPour la numérisation des tome 2 et 3, l''idée est de compléter les documents manquant en utilisant ce wiki. Le tome 03 est disponible en PDF image avec OCR sur le site biodiversitylibrary.org.', 'index, flore, image, description, clé', NULL, 'http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=IntegrationCoste', 'http://www.tela-botanica.org/wikini/florecoste/', NULL, 'p.prenom=Jean-Pascal,p.nom=MILCENT,p.courriel=jpm@tela-botanica.org', 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.or,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données', NULL, NULL, NULL, 'fr', '2011-06-10', '', 'iso-3166-1.id=FX', NULL, 'metaDonnees:0.1;noms:0.1;taxons:0.1;Textes:0.1;Images:0.1');
 
--
-- Structure de la table `coste_acls`
--
CREATE TABLE IF NOT EXISTS `coste_acls` (
`page_tag` varchar(50) NOT NULL DEFAULT '',
`privilege` varchar(20) NOT NULL DEFAULT '',
`list` text NOT NULL,
PRIMARY KEY (`page_tag`,`privilege`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 
--
-- Structure de la table `coste_correspondance_bdnff`
--
CREATE TABLE IF NOT EXISTS `coste_correspondance_bdnff` (
`id` varchar(10) NOT NULL,
`num_nom` varchar(11) DEFAULT NULL,
`num_tax` varchar(11) DEFAULT NULL,
`famille` varchar(75) DEFAULT NULL,
`nom_sci` varchar(100) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `nom_sci` (`nom_sci`),
KEY `num_nom` (`num_nom`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
--
-- Structure de la table `coste_images_auteur_correspondance_bdnff`
--
CREATE TABLE IF NOT EXISTS `coste_images_auteur_correspondance_bdnff` (
`id_image` varchar(8) DEFAULT NULL,
`num_nom` int(5) DEFAULT NULL,
`num_taxonomique` int(5) DEFAULT NULL,
`nom_sci` varchar(73) DEFAULT NULL,
`auteur` varchar(12) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
--
-- Structure de la table `coste_index`
--
CREATE TABLE IF NOT EXISTS `coste_index` (
`num_nom` int(11) NOT NULL,
`nom_sci` varchar(100) NOT NULL,
PRIMARY KEY (`num_nom`),
KEY `nom_sci` (`nom_sci`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
--
-- Structure de la table `coste_index_general`
--
CREATE TABLE IF NOT EXISTS `coste_index_general` (
`nom_sci` varchar(16) DEFAULT NULL,
`rang` int(3) DEFAULT NULL,
`nom_coste` varchar(16) DEFAULT NULL,
`num_nom_coste` varchar(4) DEFAULT NULL,
`num_tax_sup_coste` varchar(4) DEFAULT NULL,
`tome` int(1) DEFAULT NULL,
`page` int(4) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
--
-- Structure de la table `coste_links`
--
CREATE TABLE IF NOT EXISTS `coste_links` (
`from_tag` char(50) NOT NULL DEFAULT '',
`to_tag` char(50) NOT NULL DEFAULT '',
UNIQUE KEY `from_tag` (`from_tag`,`to_tag`),
KEY `idx_from` (`from_tag`),
KEY `idx_to` (`to_tag`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 
--
-- Structure de la table `coste_pages`
--
CREATE TABLE IF NOT EXISTS `coste_pages` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`tag` varchar(100) NOT NULL DEFAULT '',
`time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`body` text NOT NULL,
`body_r` text NOT NULL,
`owner` varchar(50) NOT NULL DEFAULT '',
`user` varchar(50) NOT NULL DEFAULT '',
`latest` enum('Y','N') NOT NULL DEFAULT 'N',
`handler` varchar(30) NOT NULL DEFAULT 'page',
`comment_on` varchar(50) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `idx_tag` (`tag`),
KEY `idx_time` (`time`),
KEY `idx_latest` (`latest`),
KEY `idx_comment_on` (`comment_on`),
FULLTEXT KEY `tag` (`tag`,`body`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=10000000 ;
 
--
-- Structure de la table `coste_referrers`
--
CREATE TABLE IF NOT EXISTS `coste_referrers` (
`page_tag` char(50) NOT NULL DEFAULT '',
`referrer` char(150) NOT NULL DEFAULT '',
`time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
KEY `idx_page_tag` (`page_tag`),
KEY `idx_time` (`time`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 
--
-- Structure de la table `coste_triples`
--
CREATE TABLE IF NOT EXISTS `coste_triples` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`resource` varchar(255) NOT NULL DEFAULT '',
`property` varchar(255) NOT NULL DEFAULT '',
`value` text NOT NULL,
PRIMARY KEY (`id`),
KEY `resource` (`resource`),
KEY `property` (`property`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 
--
-- Structure de la table `coste_users`
--
CREATE TABLE IF NOT EXISTS `coste_users` (
`name` varchar(80) NOT NULL DEFAULT '',
`password` varchar(32) NOT NULL DEFAULT '',
`email` varchar(50) NOT NULL DEFAULT '',
`motto` text NOT NULL,
`revisioncount` int(10) unsigned NOT NULL DEFAULT '20',
`changescount` int(10) unsigned NOT NULL DEFAULT '50',
`doubleclickedit` enum('Y','N') NOT NULL DEFAULT 'Y',
`signuptime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`show_comments` enum('Y','N') NOT NULL DEFAULT 'N',
PRIMARY KEY (`name`),
KEY `idx_name` (`name`),
KEY `idx_signuptime` (`signuptime`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 
--
-- Structure de la table `coste_v0_1`
--
CREATE TABLE IF NOT EXISTS `coste_v0_1` (
`num_nom` int(9) NOT NULL DEFAULT '0',
`num_nom_retenu` varchar(9) DEFAULT NULL,
`num_tax_sup` varchar(9) DEFAULT NULL,
`rang` int(3) DEFAULT NULL,
`nom_sci` varchar(500) DEFAULT '',
`nom_supra_generique` varchar(500) DEFAULT '',
`genre` varchar(500) DEFAULT '',
`epithete_infra_generique` varchar(500) DEFAULT '',
`epithete_sp` varchar(500) DEFAULT '',
`type_epithete` varchar(500) DEFAULT '',
`epithete_infra_sp` varchar(500) DEFAULT '',
`cultivar_groupe` varchar(500) DEFAULT '',
`cultivar` varchar(500) DEFAULT '',
`nom_commercial` varchar(500) DEFAULT '',
`auteur` varchar(100) DEFAULT '',
`annee` int(4) DEFAULT NULL,
`biblio_origine` varchar(500) NOT NULL DEFAULT '',
`notes` varchar(500) NOT NULL DEFAULT '',
`nom_addendum` varchar(500) NOT NULL DEFAULT '',
`basionyme` varchar(9) NOT NULL DEFAULT '',
`nom_francais` text,
`nom_coste` varchar(500) DEFAULT '',
`num_nom_coste` varchar(9) DEFAULT '',
`tome` int(1) DEFAULT NULL,
`page` int(4) DEFAULT NULL,
`flore_bdnff_num` varchar(9) DEFAULT NULL,
`flore_bdnff_nom_sci` varchar(500) DEFAULT NULL,
`nom_sci_html` varchar(500) DEFAULT NULL,
PRIMARY KEY (`num_nom`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
/branches/refact/docs/projets/nvjfl/bdd/A_LIRE_nvjfl.txt
New file
0,0 → 1,13
1. Créer la structure de la table à l'aide du fichier nvjfl_vxxxx.sql correspondant à votre version en utilisant
l'onglet "Importer" de PhpMyAdmin
2. Vérifier la présence des fichiers tsv contenant les données à l'emplacement :
http://www.tela-botanica.org/eflore/donnees/nvjfl/xxxx-xx-xx/nvjfl_vxxxx.tsv
http://www.tela-botanica.org/eflore/donnees/nvjfl/xxxx-xx-xx/nvjfl_biblio_vxxxx.tsv
http://www.tela-botanica.org/eflore/donnees/nvjfl/xxxx-xx-xx/nvjfl_lien_biblio_vxxxx.tsv
http://www.tela-botanica.org/eflore/donnees/nvjfl/xxxx-xx-xx/nvjfl_ontologies_vxxxx.tsv
3. Configurer le fichier '~/www/eflore/scripts/modules/nvjfl/nvjfl.ini'
3. Lancer le script :
/opt/lampp/bin/php -d memory_limit=3500M ~/www/eflore/scripts/cli.php nvjfl \
-a chargerTous
5. Générer (ou compléter) la table nvjfl_meta avec les informations de la nouvelle version si la requête SQL
d'insertion n'était pas présente dans le fichier nvjfl_vxxxx.sql
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/branches/refact/docs/projets/nvjfl/bdd/nvjfl_v2007.sql
New file
0,0 → 1,94
--
-- Structure de la table `nvjfl_meta`
--
CREATE TABLE IF NOT EXISTS `nvjfl_meta` (
`guid` varchar(255) NOT NULL DEFAULT '',
`langue_meta` varchar(2) NOT NULL DEFAULT '',
`code` varchar(20) DEFAULT NULL,
`version` varchar(20) DEFAULT NULL,
`titre` varchar(255) DEFAULT NULL,
`description` text,
`mots_cles` varchar(510) DEFAULT NULL,
`citation` varchar(255) DEFAULT NULL,
`url_tech` varchar(510) DEFAULT NULL,
`url_projet` varchar(510) DEFAULT NULL,
`source` text,
`createurs` text,
`editeur` text,
`contributeurs` text,
`droits` text,
`url_droits` varchar(510) DEFAULT NULL,
`langue` varchar(255) DEFAULT NULL,
`date_creation` varchar(30) DEFAULT NULL,
`date_validite` varchar(255) DEFAULT NULL,
`couverture_spatiale` varchar(510) DEFAULT NULL,
`couverture_temporelle` varchar(510) DEFAULT NULL,
`web_services` varchar(255) NOT NULL,
PRIMARY KEY (`guid`,`langue_meta`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
--
-- Contenu de la table `nvjfl_meta`
--
INSERT INTO `nvjfl_meta` (`guid`, `langue_meta`, `code`, `version`, `titre`, `description`, `mots_cles`, `citation`, `url_tech`, `url_projet`, `source`, `createurs`, `editeur`, `contributeurs`, `droits`, `url_droits`, `langue`, `date_creation`, `date_validite`, `couverture_spatiale`, `couverture_temporelle`, `web_services`) VALUES
('urn:lsid:tela-botanica.org:nvjls:2007', 'fr', 'nvjls', '2007', 'Noms vernaculaires des taxons de la BDNFF par Jean-François LÉGER', '', 'eFlore, ontologies, flore, france', NULL, '', '', '', 'p.nom=LEGER,p.prenom=Jean-François', 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.org,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données', NULL, NULL, NULL, 'fr', '2007-10-29', NULL, NULL, NULL, 'noms-vernaculaires:0.1;Meta-donnees:0.1');
 
--
-- Structure de la table `nvjfl_biblio_v2007`
--
CREATE TABLE IF NOT EXISTS `nvjfl_biblio_v2007` (
`num_ref` int(15) NOT NULL,
`titre` text NOT NULL,
`auteurs` text NOT NULL,
`debut_parution` varchar(4) NOT NULL,
`fin_parution` varchar(4) NOT NULL,
`num_type_source` int(3) NOT NULL,
`editions_ou_periodique` text NOT NULL,
`collection_ou_nom_numero` varchar(50) NOT NULL,
`num_periodique` varchar(5) NOT NULL,
`page_debut` int(3) NOT NULL,
`page_fin` int(5) NOT NULL,
PRIMARY KEY (`num_ref`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
--
-- Structure de la table `nvjfl_lien_biblio_v2007`
--
CREATE TABLE IF NOT EXISTS `nvjfl_lien_biblio_v2007` (
`num_nom` int(25) NOT NULL,
`num_ref` int(25) NOT NULL,
`notes` text NOT NULL,
PRIMARY KEY (`num_nom`,`num_ref`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
--
-- Structure de la table `nvjfl_ontologies_v2007`
--
CREATE TABLE IF NOT EXISTS `nvjfl_ontologies_v2007` (
`id` int(1) NOT NULL DEFAULT '0',
`classe_id` int(1) DEFAULT NULL,
`nom` varchar(26) DEFAULT NULL,
`description` text,
`code` varchar(100) DEFAULT NULL,
`complements` varchar(10) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `nom` (`nom`),
KEY `code` (`code`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
--
-- Structure de la table `nvjfl_v2007`
--
CREATE TABLE IF NOT EXISTS `nvjfl_v2007` (
`id` int(11) NOT NULL,
`num_nom_vernaculaire` int(25) NOT NULL,
`num_taxon` int(10) NOT NULL,
`nom_vernaculaire` text NOT NULL,
`code_langue` varchar(3) NOT NULL,
`num_genre` text NOT NULL,
`num_statut` text NOT NULL,
`zone_usage` text NOT NULL,
`notes` text NOT NULL,
PRIMARY KEY (`id`,`num_taxon`,`code_langue`),
KEY `num_taxon` (`num_taxon`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/branches/refact/docs/projets/lion1906/bdd/lion1906.sql
New file
0,0 → 1,45
--
-- Structure de la table `lion1906_meta`
--
 
CREATE TABLE IF NOT EXISTS lion1906_meta (
guid varchar(255) NOT NULL DEFAULT 'urn:lsid:tela-botanica.org:#projet:#version',
langue_meta varchar(2) NOT NULL DEFAULT 'fr',
code varchar(20) NOT NULL,
version varchar(20) NOT NULL,
titre varchar(255) DEFAULT NULL,
description text,
mots_cles varchar(510) DEFAULT NULL,
citation varchar(255) DEFAULT NULL,
url_tech varchar(510) DEFAULT NULL,
url_projet varchar(510) DEFAULT NULL,
source text,
createurs text,
editeur varchar(1000) NOT NULL DEFAULT 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.org,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données;',
contributeurs text,
droits text,
url_droits varchar(510) DEFAULT NULL,
langue varchar(255) NOT NULL DEFAULT 'fr',
date_creation varchar(30) NOT NULL DEFAULT 'YYYY-MM-DD',
date_validite varchar(255) DEFAULT NULL,
couverture_spatiale varchar(510) NOT NULL DEFAULT 'iso-3166-1.id=FX;',
couverture_temporelle varchar(510) DEFAULT NULL,
web_services varchar(510) DEFAULT NULL COMMENT 'ontologies,meta-donnees,noms,taxons,aide,textes,images,observations,noms-vernaculaires',
PRIMARY KEY (guid,langue_meta)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
 
--
-- Structure de la table lion1906_communes_v2008
--
 
CREATE TABLE IF NOT EXISTS lion1906_communes_v2008 (
insee varchar(5) NOT NULL,
nom varchar(100) NOT NULL,
altitude int(20) NOT NULL,
code_postal varchar(5) NOT NULL,
longitude_radian double NOT NULL,
latitude_radian double NOT NULL,
pop99 double NOT NULL,
surface double NOT NULL,
PRIMARY KEY (insee)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/branches/refact/docs/projets/lion1906/bdd/lion_1906.mwb
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/refact/docs/projets/lion1906/bdd/lion_1906.mwb
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/refact/docs/projets/lion1906/bdd/lion1906_meta.sql
New file
0,0 → 1,2
INSERT INTO `lion1906_meta` (`guid`, `langue_meta`, `code`, `version`, `titre`, `description`, `mots_cles`, `citation`, `url_tech`, `url_projet`, `source`, `createurs`, `editeur`, `contributeurs`, `droits`, `url_droits`, `langue`, `date_creation`, `date_validite`, `couverture_spatiale`, `couverture_temporelle`, `web_services`) VALUES
('urn:lsid:tela-botanica.org:lion1906:2008', 'fr', 'LION1906', '2008', 'Liste des communes de France avec leurs positions géographiques', 'Ce tableau de décodage offre à l''utilisateur de l''ISO 3166-1 un accès aisé aux définitions des 676 codets disponibles dans le code alpha-2 de la norme ISO relative aux codes des pays.\r\n\r\nLe contenu de ce document provient de deux sources : la liste officielle des codets de l''ISO 3166-1 et la liste des codets réservés de l''ISO 3166-1, qui contient des informations sur l''attribution des codes qui ne font pas officiellement partie de l''ISO 3166-1 (voir "Les codets réservés"). Les codets réservés présentent un statut différent en fonction des restrictions concernant leur emploi dans le cadre du système de codes des pays de l''ISO. Certains peuvent être utilisés, d''autres ne le peuvent pas.\r\n\r\n', 'communes, France, coordonnées géographiques', NULL, 'http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=IntegrationLion1906', 'www.lion1906.com', NULL, 'p.prenom=Lionel,p.nom=DELVARRE', 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.org,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données;', NULL, 'Libre de droits. Consulter le site du projet pour plus de détails.', NULL, 'fr', '2008-12-17', NULL, 'FX', '2008', 'nom-commune:0.1;meta-donnees:0.1');
/branches/refact/docs/projets/lion1906/bdd/A_LIRE.txt
New file
0,0 → 1,16
1. Créer la table dans Mysql à l'aide du fichier lion1906_communes.sql correspondant à votre version en utilisant
l'onglet "Importer" de PhpMyAdmin
2. Vérifier la présence du fichier csv, correspondant à votre version, contenant les données à l'emplacement :
http://www.tela-botanica.org/eflore/donnees/lion1906/2008-12-17/villes.csv
3. Se connecter sur le serveur en root. Puis lancer les commandes suivantes :
/usr/local/mysql/bin/mysql -u telabotap -p --local-infile=1
use tb_eflore
LOAD DATA LOCAL INFILE '/home/telabotap/www/eflore/donnees/lion1906/2008-12-17/villes.csv'
REPLACE INTO TABLE lion1906_communes
CHARACTER SET latin1
FIELDS TERMINATED BY ';'
ESCAPED BY '\\'
IGNORE 1 LINES;
4. Lancer le script d'intégration :
cd /home/telabotap/www/eflore/scripts/lion1906/actuel/
/usr/local/bin/php cli.php former_point -a convertir
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/branches/refact/docs/projets/insee-d/bdd/insee-d_v2011.sql
New file
0,0 → 1,59
--
-- Structure de la table `insee_d_meta`
--
CREATE TABLE IF NOT EXISTS `insee_d_meta` (
`guid` varchar(255) NOT NULL DEFAULT 'urn:lsid:tela-botanica.org:#projet:#version',
`langue_meta` varchar(2) NOT NULL DEFAULT 'fr',
`code` varchar(20) NOT NULL,
`version` varchar(20) NOT NULL,
`titre` varchar(255) DEFAULT NULL,
`description` text,
`mots_cles` varchar(510) DEFAULT NULL,
`citation` varchar(255) DEFAULT NULL,
`url_tech` varchar(510) DEFAULT NULL,
`url_projet` varchar(510) DEFAULT NULL,
`source` text,
`createurs` text,
`editeur` varchar(1000) NOT NULL DEFAULT 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.org,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données;',
`contributeurs` text,
`droits` text,
`url_droits` varchar(510) DEFAULT NULL,
`langue` varchar(255) NOT NULL DEFAULT 'fr',
`date_creation` varchar(30) NOT NULL DEFAULT 'YYYY-MM-DD',
`date_validite` varchar(255) DEFAULT NULL,
`couverture_spatiale` varchar(510) NOT NULL DEFAULT 'iso-3166-1.id=FX;',
`couverture_temporelle` varchar(510) DEFAULT NULL,
`web_services` varchar(510) DEFAULT NULL COMMENT 'ontologies,meta-donnees,noms,taxons,aide,textes,images,observations,noms-vernaculaires',
PRIMARY KEY (`guid`,`langue_meta`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
--
-- Contenu de la table `insee_d_meta`
--
INSERT INTO `insee_d_meta` (`guid`, `langue_meta`, `code`, `version`, `titre`, `description`, `mots_cles`, `citation`, `url_tech`, `url_projet`, `source`, `createurs`, `editeur`, `contributeurs`, `droits`, `url_droits`, `langue`, `date_creation`, `date_validite`, `couverture_spatiale`, `couverture_temporelle`, `web_services`) VALUES
('urn:lsid:tela-botanica.org:insee-d:2011', 'fr', 'INSEE-D', '2011', 'Liste des départements du Code Officiel Géographique français (COG) ', 'Le Code Officiel Géographique rassemble les codes et libellés des communes, des cantons, des arrondissements, des départements, des régions, des pays et territoires étrangers au 1er janvier 2011.\r\nEn téléchargement sur http://www.insee.fr/fr/methodes/nomenclatures/cog/telechargement.asp', 'département, France, INSEE', NULL, 'http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=IntegrationInsee', 'www.insee.fr', NULL, 'o.nom=INSEE', 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.org,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données;', NULL, 'Les publications et données mises à disposition sur le présent site sont consultables et téléchargeables gratuitement ; sauf spécification contraire, elles peuvent être réutilisées, y compris à des fins commerciales, sans licence et sans versement de redevances autres que celles collectées par les sociétés de perception et de répartition des droits d''auteur régies par le titre II du livre III du code de la propriété intellectuelle ; la réutilisation est toutefois subordonnée au respect de l''intégrité de l''information et des données et à la mention précise des sources.\r\nL''Insee est favorable à la création de liens hypertextes vers les pages de son site. De façon générale, tout lien établi à partir d''un autre site vers le site internet de l''Insee doit indiquer de façon claire à l''internaute qu''il est dirigé vers le site www.insee.fr, en faisant notamment mention intégrale et visible de cette URL. En outre, l''Insee se réserve le droit de demander la dissolution des liens dont il estimera qu''ils sont de nature à porter préjudice à son image ou à ses droits.\r\nToute reproduction pour un usage autre que strictement privé des écrans de navigation du présent site et des marques et logos - notamment celui de l''Insee - qui y sont affichés est rigoureusement interdite. ', NULL, 'fr', '2011-01-01', NULL, 'iso-3166-1.id=FR;', NULL, 'zone-geo:0.1;ontologies:0.1;meta-donnees:0.1');
 
--
-- Structure de la table `insee_d_ontologies_v2011`
--
CREATE TABLE IF NOT EXISTS `insee_d_ontologies_v2011` (
`id` int(3) NOT NULL DEFAULT '0',
`classe_id` int(3) DEFAULT NULL,
`nom` varchar(40) DEFAULT NULL,
`description` varchar(552) DEFAULT NULL,
`code` varchar(25) DEFAULT NULL,
`complements` varchar(73) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
--
-- Structure de la table `insee_d_v2011`
--
CREATE TABLE IF NOT EXISTS `insee_d_v2011` (
`region` int(2) NOT NULL COMMENT 'Code Région',
`dep` varchar(3) NOT NULL COMMENT 'Code département',
`chef_lieu` varchar(5) NOT NULL COMMENT 'Code de la commune chef-lieu',
`tncc` int(1) NOT NULL COMMENT 'Type de nom en clair',
`ncc` varchar(70) NOT NULL COMMENT 'Libellé en lettres majuscules',
`nccenr` varchar(70) NOT NULL COMMENT 'Libellé enrichi',
PRIMARY KEY (`dep`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/branches/refact/docs/projets/iso-3166-1/bdd/A_LIRE_iso-3166-1.txt
New file
0,0 → 1,23
1. Créer la structure de la table à l'aide du fichier iso-3166-1_vxxxx.sql correspondant à votre version en utilisant
l'onglet "Importer" de PhpMyAdmin
2. Vérifier la présence des fichiers tsv contenant les données à l'emplacement :
http://www.tela-botanica.org/eflore/donnees/iso-3166-1/xxxx/iso-3166-1_vxxxx.csv
http://www.tela-botanica.org/eflore/donnees/iso-3166-1/xxxx/iso-3166-1_ontologies_vxxxx.csv
3. Se connecter sur le serveur en root. Puis lancer les commandes suivantes :
/usr/local/mysql/bin/mysql -u telabotap -p --local-infile=1
use tb_eflore
LOAD DATA LOCAL INFILE '/home/telabotap/www/eflore/donnees/iso-3166-1/xxxx/iso-3166-1_vxxxx.tsv'
REPLACE INTO TABLE iso_3166_1_vxxxx
CHARACTER SET utf8
FIELDS TERMINATED BY '\t'
ESCAPED BY '\\'
IGNORE 1 LINES;
 
LOAD DATA LOCAL INFILE '/home/telabotap/www/eflore/donnees/iso-3166-1/xxxx/iso-3166-1_ontologies_vxxxx.tsv'
REPLACE INTO TABLE iso_3166_1_ontologies_vxxxx
CHARACTER SET utf8
FIELDS TERMINATED BY '\t'
ESCAPED BY '\\'
IGNORE 1 LINES;
4. Générer (ou compléter) la table iso_3166_1_meta avec les informations de la nouvelle version si la requête SQL
d'insertion n'était pas présente dans le fichier iso-3166-1_vxxxx.sql
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/branches/refact/docs/projets/iso-3166-1/bdd/iso-3166-1_v2006.sql
New file
0,0 → 1,64
--
-- Structure de la table `iso_3166_1_meta`
--
 
CREATE TABLE IF NOT EXISTS `iso_3166_1_meta` (
`guid` varchar(255) NOT NULL DEFAULT 'urn:lsid:tela-botanica.org:#projet:#version',
`langue_meta` varchar(2) NOT NULL DEFAULT 'fr',
`code` varchar(20) NOT NULL,
`version` varchar(20) NOT NULL,
`titre` varchar(255) DEFAULT NULL,
`description` text,
`mots_cles` varchar(510) DEFAULT NULL,
`citation` varchar(255) DEFAULT NULL,
`url_tech` varchar(510) DEFAULT NULL,
`url_projet` varchar(510) DEFAULT NULL,
`source` text,
`createurs` text,
`editeur` varchar(1000) NOT NULL DEFAULT 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.org,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données;',
`contributeurs` text,
`droits` text,
`url_droits` varchar(510) DEFAULT NULL,
`langue` varchar(255) NOT NULL DEFAULT 'fr',
`date_creation` varchar(30) NOT NULL DEFAULT 'YYYY-MM-DD',
`date_validite` varchar(255) DEFAULT NULL,
`couverture_spatiale` varchar(510) NOT NULL DEFAULT 'iso-3166-1.id=FX;',
`couverture_temporelle` varchar(510) DEFAULT NULL,
`web_services` varchar(510) DEFAULT NULL COMMENT 'ontologies,meta-donnees,noms,taxons,aide,textes,images,observations,noms-vernaculaires',
PRIMARY KEY (`guid`,`langue_meta`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
--
-- Contenu de la table `iso_3166_1_meta`
--
 
INSERT INTO `iso_3166_1_meta` (`guid`, `langue_meta`, `code`, `version`, `titre`, `description`, `mots_cles`, `citation`, `url_tech`, `url_projet`, `source`, `createurs`, `editeur`, `contributeurs`, `droits`, `url_droits`, `langue`, `date_creation`, `date_validite`, `couverture_spatiale`, `couverture_temporelle`, `web_services`) VALUES
('urn:lsid:tela-botanica.org:iso_3166_1:2006', 'fr', 'ISO-3166-1', '2006', 'Liste des pays selon le standard iso', 'Ce tableau de décodage offre à l''utilisateur de l''ISO 3166-1 un accès aisé aux définitions des 676 codets disponibles dans le code alpha-2 de la norme ISO relative aux codes des pays.\r\n\r\nLe contenu de ce document provient de deux sources : la liste officielle des codets de l''ISO 3166-1 et la liste des codets réservés de l''ISO 3166-1, qui contient des informations sur l''attribution des codes qui ne font pas officiellement partie de l''ISO 3166-1 (voir "Les codets réservés"). Les codets réservés présentent un statut différent en fonction des restrictions concernant leur emploi dans le cadre du système de codes des pays de l''ISO. Certains peuvent être utilisés, d''autres ne le peuvent pas.\r\n\r\n', 'pays, code alpha-2, iso', NULL, 'http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=IntegrationInsee', 'www.iso.org', NULL, 'o.nom=ISO', 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.org,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données;', NULL, NULL, NULL, 'fr', '2011-01-01', NULL, '', NULL, 'zone-geo:0.1;ontologies:0.1;meta-donnees:0.1');
 
--
-- Structure de la table `iso_3166_1_ontologies_v2006`
--
 
CREATE TABLE IF NOT EXISTS `iso_3166_1_ontologies_v2006` (
`id` int(3) NOT NULL DEFAULT '0',
`classe_id` int(3) DEFAULT NULL,
`nom` varchar(40) DEFAULT NULL,
`description` varchar(552) DEFAULT NULL,
`code` varchar(25) DEFAULT NULL,
`complements` text,
PRIMARY KEY (`id`),
KEY `nom` (`nom`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
--
-- Structure de la table `iso_3166_1_v2006`
--
 
CREATE TABLE IF NOT EXISTS `iso_3166_1_v2006` (
`codet` varchar(2) NOT NULL,
`nom_anglais` varchar(100) NOT NULL COMMENT 'Les noms officiels de pays figurent en MAJUSCULES. Les autres noms sont orthographiés normalement (c''est-à-dire avec des minuscules).',
`nom_francais` varchar(100) NOT NULL COMMENT 'La liste des codets réservés de l''ISO 3166-1 n''est disponible qu''en anglais, d''où l''absence de noms français pour les rubriques qui ne figurent pas officiellement dans l''ISO 3166-1.',
`remarque` text NOT NULL COMMENT ' Ici peuvent figurer des indications telles que : * Sigle de l''organisation ou nom du pays pour le compte duquel une réservation a été effectuée * Date de réservation * Abréviation du document source pour le codet réservé * Texte explicatif',
`codet_statut` varchar(50) NOT NULL,
PRIMARY KEY (`codet`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/branches/refact/docs/projets/bdnt/bdd/liste_ontologie
New file
0,0 → 1,209
Tableau des rangs
Code Identifiant numérique Rang Abréviation Niveau
SPRG 10 Super-Règne super-reg. 1
KD 20 Règne reg. 1
SSRG 30 Sous-Règne subreg. 1
IFRG 33 Infra-Règne infra-reg. 1
SPPH 36 Super-Phylum super-phyl. 1
PH 40 Phylum phyl. 1
SBPH 42 Sous-Phylum subphyl. 1
IFPH 45 Infra-Phylum infra-phyl. 1
SPDV 47 Super-Division super-div. 1
DV 50 Division div. 1
SBDV 53 Sous-Division subdiv. 1
IFDV 56 Infra-Division infra-div. 1
SPCL 60 Super-Classe super-cl. 1
CLAD 70 Cladus 1
CL 80 Classe cl. 1
SBCL 90 Sous-Classe subcl. 1
IFCL 100 Infra-classe infra-cl. 1
LEG 110 Legio 1
SPOR 120 Super-Ordre superor. 1
COH 130 Cohorte 1
OR 140 Ordre ordo 1
SBOR 150 Sous-Ordre subordo 1
IFOR 160 Infra-Ordre infra-ordo 1
SPFM 170 Super-Famille super-fam. 1
FM 180 Famille fam. 1
SBFM 190 Sous-Famille subfam. 1
IFFM 193 Infra-Famille infra-fam. 1
SPTR 196 Super-Tribu super-trib. 1
TR 200 Tribu trib. 1
SSTR 210 Sous-Tribu subtrib. 1
IFTR 215 Infra-Tribu infra-trib. 1
GN 220 Genre gen. 2
SSGN 230 Sous-Genre subgen. 2
IFGN 235 Infra-Genre infra-gen. 2
SC 240 Section sect. 2
SBSC 250 Sous-Section subsect. 2
SER 260 Série ser. 2
SSER 270 Sous-Série subser. 2
GP 275 Groupe gr. 3
AGES 280 Agrégat aggr. 3
ES 290 Espèce sp. 3
SMES 300 Semi-Espèce 4
MES 310 Micro-Espèce 4
SSES 320 Sous-Espèce subsp. 4
IFES 330 Infra-Espèce infra-sp. 4
VAR 340 Variété var. 4
SVAR 350 Sous-Variété subvar. 4
FO 360 Forme f. 4
SSFO 370 Sous-Forme subf. 4
FOES 380 Forma species f. sp. 4
LIN 390 Linea 4
CLO 400 Clône 4
RACE 410 Race, prole race, proles 4
MO 420 Morpha 4
AB 430 Abberatio 4
 
 
Tableau des commentaires nomenclaturaux
Nom addendum Abréviations Abréviation recommandée Notes
auctorum non auct., non sensu (Nom employé) par de nombreux auteurs dans un sens différent de celui de l'auteur du nom. Citation d'une erreur d'identification. Équivalent à "sensu" dont nous recommandons l'usage dans le cadre des BDNT.
auctorum multorum auct. mult. auct. mult. (Nom employé) par de nombreux auteurs dans un sens différent de celui de l'auteur du nom. S'oppose à auctorum nonnullorum.
auctorum nonnullorum auct. nonn. auct. nonn. (Nom employé) par quelques auteurs dans un sens différent de celui de l'auteur du nom. S'oppose à auctorum multorum.
basionymus, typo excluso basion. typ. excl. basion. typ. excl. Basionyme, échantillon type exclus. Autre abréviation possible : basion. excl. typ. (Variante, le latin pouvant mettre l'adjectif avant ou après le nom.)
combinatio illegitima comb. illeg. comb. illeg. Combinaison illégitime.
combinatio invalida comb. invalid. comb. invalid. Combinaison invalide.
combinatio nova comb. nov. comb. nov. Combinaison nouvelle. Ne devrait pas figurer dans les BDNT car cette information devrait figurer seulement dans l'article décrivant un nouveau taxon.
cum descriptiones cum desc. cum desc. Avec une description. En général associé à "in sched.", et se substituant à "cum notula", signifiant que le nom est validement publié, en étant basé, avant 1928, sur la distribution d'exsiccata dont l'étiquette comporte une diagnose imprimée.
cum notula cum notula cum notula Avec une note. Qualifie un nom basé, avant 1928, sur distribution d'exsiccata avec une étiquette comportant une diagnose imprimée (indiquée souvent cum notula), ce qui constitue une publication valide.
eadem combinatio ead. comb. ead. comb. Même combinaison (que celle citée antérieurement).
emendavit, emendatus emend., em. emend. "A modifié ; modifié. X emend. Y signifie que l'auteur X a publié le nom d'un taxon que l'auteur Y a ensuite restreint ou élargi en lui gardant le même nom. Cette mention est devenue inutile avec les versions récentes du Code."
exclusa specie, exclusis speciebus excl. sp. excl. sp. Qualifie le nom d'un taxon de rang supérieur à l'espèce dont on exclut spécifiquement une ou des espèces incluses par l'auteur originel.
exclusis synonymia excl. syn. excl. syn. En excluant les synonymes mentionnés dans la publication.
exclusa varietate, exclusis varietatibus excl. var. excl. var. Qualifie le nom d'un taxon de rang supérieur à la variété dont on exclut spécifiquement une ou des variétés incluses par l'auteur originel.
excluso genere, exclusis generibus excl. gen. excl. gen. Qualifie le nom d'un taxon de rang supérieur au genre dont on exclut spécifiquement un ou des genres inclus par l'auteur originel.
in clave in clave in clave Dans une clef. Diagnose donnée dans une clef d'identification.
in scheda in sched. in sched. nom basé sur étiquette d'herbier. Le plus souvent, sauf indication contraire, il s'agira de noms basés, avant 1928, sur distribution d'exsiccata avec étiquettes avec diagnose imprimée (indiquée souvent cum notula), ce qui constitue une publication valide. Dans l'ISFF en ligne (site INRA) et dans la BDNFF (BDTFX) cette définition ne semble pas toujours suivie, il existe ainsi des "in sched.; nom. valid.?", et des "in sched.; sine descr." et des "in sched.; nom. nud.". Dans quelques cas le numéro de l'échantillon et une date sont indiqués
loco citato loc. cit. loc. cit. À l'endroit cité. Signifie que la citation est identique (à la même page) à celle du même auteur mentionnée immédiatement au-dessus.
mutatis characteribus mut. char. mut. char. Avec changement des caractères. Qualifie le nom d'un taxon dont la diagnose a été modifiée.
non designatus n. d. n. d. Non désigné. Signifie que le type n'a pas été mentionné lors de la publication du nom.
nomen acceptum nom. accept. nom. accept. Nom accepté.
nomen alternativum nom. alt. nom. alt. Nom alternatif. Dans le cas de certaines familles, un nom consacré par l'usage (Cruciferae par ex.) est maintenu, mais un nom qui suit les règles du Code est accepté comme alternatif (Brassicaceae par ex.).
nomen ambiguum nom. ambig. nom. ambig. Nom ambigu. Source de confusion, il est à rejeter.
nomen ambiguum rejiciendum nom. ambig. rej. nom. ambig. rej. Nom ambigu rejeté.
nomen collectivum illegitimum nom. coll. illeg. nom. coll. illeg. Nom collectif illégitime. Dans le passé, les botanistes qui réunissaient plusieurs taxons donnaient un nouveau nom au taxon résultant. Le Code actuel impose de choisir le nom le plus ancien parmi ceux des taxons réunis.
nomen conservandum nom. cons. nom. cons. Nom à conserver. En fait : nom conservé. Nom qui pose des problèmes ou contrevient aux règles du Code de nomenclature, mais que l'on décide de maintenir par souci de la stabilité nomenclaturale. La liste des noms conservés fait l'objet d'une annexe au Code de nomenclature.
nomen conservandum propositum nom. cons. prop. nom. cons. prop. Nom proposé pour la conservation.
nomen illegitimum nom. illeg. nom. illeg. Nom illégitime. Nom publié avec mention explicite de celui qu'il aurait fallu adopter suivant les règles.
nomen illegitimum rejiciendum nom. illeg. rej. nom. illeg. rej. Nom illégitime à rejeter.
nomen incorrectum nom. incorrect. nom. incorrect. Nom incorrect.
nomen invalidum nom. invalid. nom. invalid. Nom invalide : par ex. sans description, nom de sous espèce représentant le type nomenclatural de l'espèce, mais portant une autre épithète, etc.
nomen novum nom. nov. nom. nov. Nom nouveau. Signale un nom que l'auteur publie dans la publication où ces termes apparaissent.
nomen nudum nom. nud. nom. nud. Nom nu. Nom qui n'est accompagné ni d'une diagnose ni de la moindre référence à une publication antérieure pouvant contenir des éléments de diagnose. Un tel nom n'est pas validement publié.
nomen provisorium nom. provis. nom. provis. Nom provisoire. invalide, par ex. pas pleinement accepté par l'auteur ...
nomen provisorium invalidum nom. provis. invalid. nom. provis. invalid. Nom provisoire invalide.
nomen rejiciendum nom. rej. nom. rej. Nom à rejeter de manière officielle. Ces noms font l'objet d'une annexe du Code.
nomen rejiciendum propositum nom. rej. prop. nom. rej. prop. Nom en cours de demande de rejet. Autres abréviations possibles : nom. prop. rej.
nomen superfluum nom. superfl. nom. superfl. Nom superflu.
nomen validum nom. valid. nom. valid. Nom valide.
opus citatus, opere citato op. cit. op. cit. Ouvrage cité, par ex. même périodique que celui de la citation bibliographique précédente.
orthographia conservanda orth. cons. orth. cons. "Orthographe à conserver : ex. Glechoma L., orth. cons. (LINNÉ ayant écrit primitivement Glecoma)."
orthographia varia orth. var. orth. var. Orthographe différente. Equivaut à orth. mut. Autre abréviation : var. orth.
orthographia mutata orth. mut. orth. mut. Orthographe modifiée. Equivaut à orth. var. Autres abréviations : orthogr. mut.
pro hybrido pro hybr. pro hybr. En tant qu'hybride. Qualifie le nom d'un taxon publié comme hybride et qui n'est plus considéré comme tel.
pro nothosubspecie pro nothosubsp. pro nothosubsp. En tant que sous-espèce hybride. Qualifie le nom d'un taxon publié comme sous-espèce hybride et qui n'est plus considéré comme tel.
pro parte p. p. p. p. En partie. Placé après un nom signifie que celui-ci comprend plusieurs éléments dont un seul est ici cité.
pro specie pro sp. pro sp. En tant qu'espèce. Qualifie le rang originellement donné à un taxon qui est maintenant considéré comme ayant un rang différent ( hybride, subspecies, varietas...)
pro synonymo pro syn. pro syn. En tant que synonyme. Nom (invalide) seulement cité comme synonyme d'un autre nom retenu.
quoad nomine, exclusis descriptione quoad nom., excl. descr. quoad nom., excl. descr. En ce qui concerne le nom, en excluant la description. "quoad nom." et "excl. descr." s'utilisent toujours conjointement pour indiquer que le nom utilisé et la description ne s'appliquent pas au même taxon.
sensu sensu sensu Au sens de. Suivi du nom d'un auteur X, signifie que X a utilisé le nom dans un sens différent de l'auteur originel, même s'il cite ce dernier.
sensu amplificato s. ampl. s. ampl. Dans un sens élargi
sensu lato s. l. s. l. Au sens large
sensu stricto s. str. s. str. Au sens strict
sine descriptione sine descr. sine descr. Sans description.
sine descriptione latina sine descr. lat. sine descr. lat. Sans description latine.
typus conservandus typ. cons. typ. cons. Type conservé (contre les règles usuelles).
typus non designatus typ. non design. typ. non design. Échantillon-type non désigné.
typus omissus typ. omiss. typ. omiss. Échantillon-type manquant.
typus rejiciendus typ. rej. typ. rej. Type à rejeter.
 
 
Tableau de présence d'un taxon
Code Notion Notes
P Présent
S Supposé présent Présence à confirmer
D Présence douteuse
E Éteint
F Cité par erreur comme présent
A Absent
Pas d'information
- Autre statut de présence
E-W Disparu
P-B Présence accidentelle Taxon « visiteur »
E-F Trouvé en fouille
 
 
Tableau des Statut d'origine d'un taxon
Code Notion Notes
N Natif (=indigène)
S Supposé natif
D Origine douteuse
E Anciennement natif (éteint)
F Cité par erreur comme natif
A Non natif
Pas d'information
X Inapplicable
- Autre statut d'origine
N-E Endémique
N-S Sub-Endémique
E-Z Endémique éteinte
S-C Supposé natif cryptogène
 
 
Tableau des Statut d'introduction
Code Notion Notes
I Introduit
S Supposé introduit
D Introduction douteuse
E Anciennement introduit (éteint)
F Cité par erreur comme introduit
A Non introduit
Pas d'information
X Inapplicable
- Autre notion d'introduction
I-J Introduit envahissant
I-M Domestique / Introduit non établi
S-C Supposé introduit cryptogène
 
 
Tableau des Statut de culture
Code Notion Notes
C Cultivé en extérieur
I Cultivé en intérieur
S Supposé cultivé
D Culture douteuse
E Anciennement cultivé (éteint)
F Cité par erreur comme cultivé
Pas d'information
X Inapplicable
- Autre notion de culture
 
 
Tableau des Code groupes taxonomiques
Taxons Abréviation
Trachéophytes T
Bryophytes B
Lichens L
Algues A
Fungi F
 
 
Tableau des Codes zones géographiques
Zones géo. ISO 3166 – 2 lettres Notes
France métropolitaine FX
Guyane française
Polynésie française PF
Terres australes et antarctiques françaises TF
Guadeloupe GP
Martinique MQ
Antilles XA La série de code débutant par X est réservée pour un usage personnel. Nous l'utilisons ici pour regrouper : GP+MQ+BL+MF.
Mayotte YT
Nouvelle-Calédonie NC
la Réunion RE
Saint-Barthélemy BL
Saint-Martin MF
Saint-Pierre-et-Miquelon PM
Wallis et Futuna WF
 
/branches/refact/docs/projets/bdnt/bdd/A_LIRE_bdnt.txt
New file
0,0 → 1,15
1. Créer la structure de la table à l'aide du fichier bdnt_xxxx-xx-xx.sql correspondant à votre version en utilisant
l'onglet "Importer" de PhpMyAdmin
2. Vérifier la présence du fichier tsv contenant les données à l'emplacement :
http://www.tela-botanica.org/eflore/donnees/bdnt/xxxx-xx-xx/bdnt_ontologies.tsv
3. Utiliser PhpMyAdmin ou connecter vous sur le serveur en root pour lancer les commandes suivantes :
/usr/local/mysql/bin/mysql -u telabotap -p --local-infile=1
use tb_eflore
4. Executer la requête SQL suivante:
LOAD DATA LOCAL INFILE '/home/telabotap/www/eflore/donnees/bdnt/xxxx-xx-xx/bdnt_ontologies.tsv'
REPLACE INTO TABLE `bdnt_ontologies_vx_xx`
CHARACTER SET utf8
FIELDS TERMINATED BY '\t'
ESCAPED BY '\\' ;
5. Générer (ou compléter) la table bdtfx_meta avec les informations de la nouvelle version si la requête SQL
d'insertion n'était pas présente dans le fichier bdnt_ontologies_xxxx-xx-xx.sql
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/branches/refact/docs/projets/bdnt/bdd/bdnt_ontologies_v2011-08-30.sql
New file
0,0 → 1,38
CREATE TABLE IF NOT EXISTS `bdnt_meta` (
`guid` varchar(255) NOT NULL DEFAULT '',
`langue_meta` varchar(2) NOT NULL DEFAULT '',
`code` varchar(20) DEFAULT NULL,
`version` varchar(20) DEFAULT NULL,
`titre` varchar(255) DEFAULT NULL,
`description` text,
`mots_cles` varchar(510) DEFAULT NULL,
`citation` varchar(255) DEFAULT NULL,
`url_tech` varchar(510) DEFAULT NULL,
`url_projet` varchar(510) DEFAULT NULL,
`source` text,
`createurs` text,
`editeur` text,
`contributeurs` text,
`droits` text,
`url_droits` varchar(510) DEFAULT NULL,
`langue` varchar(255) DEFAULT NULL,
`date_creation` varchar(30) DEFAULT NULL,
`date_validite` varchar(255) DEFAULT NULL,
`couverture_spatiale` varchar(510) DEFAULT NULL,
`couverture_temporelle` varchar(510) DEFAULT NULL,
`web_services` varchar(255) NOT NULL,
PRIMARY KEY (`guid`,`langue_meta`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 
INSERT INTO `bdnt_meta` (`guid`, `langue_meta`, `code`, `version`, `titre`, `description`, `mots_cles`, `citation`, `url_tech`, `url_projet`, `source`, `createurs`, `editeur`, `contributeurs`, `droits`, `url_droits`, `langue`, `date_creation`, `date_validite`, `couverture_spatiale`, `couverture_temporelle`, `web_services`) VALUES
('urn:lsid:tela-botanica.org:bdnt:4.30', 'fr', 'bdnt', '4.30', 'Ontologies du manuel technique du projet référentiel', 'À partir des tableaux du manuel technique', 'référentiel, ontologies, flore, france', NULL, 'http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=IntegrationOntologies', 'http://www.tela-botanica.org/wikini/RTaxMethodo/wakka.php?wiki=MaNuel', 'Bisby F.A. 1994. Plant Names in Botanical Databases; Plant Taxonomic Database Standards No.3 published for the TDWG\r\nhttp://www.tdwg.org/standards/113/download/113-528-1-RV.pdf;\r\nHyam R. 2006. TDWG Taxon Name LSID Ontology; TDWG Biodiversity Information Standards; vers.0.2 Modified: 2007-05-04\r\nhttp://rs.tdwg.org/ontology/voc/TaxonName;\r\nHyam R. 2006. TDWG Taxon Rank LSID Ontology; TDWG Biodiversity Information Standards; vers. 0.2 Modified: 2007-11-19\r\nhttp://rs.tdwg.org/ontology/voc/TaxonRank;\r\nHyam R. and Kennedy, J. 2005. Taxon Concept Schema – User Guide ,TDWG\r\nhttp://www.tdwg.org/standards/;\r\nPereira R. 2007. Plant occurrence and status scheme. A Standard for Recording the Relationship between a Plant and a Place; World Conservation Monitoring Centre, An International Working Group on Taxonomic Databases Standard, TDWG\r\nhttp://www.tdwg.org/standards/106/download/106-522-1-RV.pdf\r\n', 'p.prenom=Mareva,p.nom=Noel,p.courriel=mareva@tela-botanica.org;p.prenom=Jean-Pascal,p.nom=Milcent,p.courriel=jpm@tela-botanica.org', 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.org,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données', NULL, NULL, NULL, 'fr', '2011-08-09', NULL, 'iso-3166-1.id=FX;', NULL, 'Ontologies:0.1;Meta-donnees:0.1');
 
CREATE TABLE IF NOT EXISTS `bdnt_ontologies_v4_30` (
`id` int(5) NOT NULL,
`classe_id` int(5) NOT NULL,
`nom` varchar(100) NOT NULL,
`description` text NOT NULL,
`code` varchar(100) NOT NULL,
`complements` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/branches/refact/docs/projets/bdnt/bdd/bdnt_ontologies_v2011-08-22.sql
New file
0,0 → 1,38
CREATE TABLE IF NOT EXISTS `bdnt_meta` (
`guid` varchar(255) NOT NULL DEFAULT '',
`langue_meta` varchar(2) NOT NULL DEFAULT '',
`code` varchar(20) DEFAULT NULL,
`version` varchar(20) DEFAULT NULL,
`titre` varchar(255) DEFAULT NULL,
`description` text,
`mots_cles` varchar(510) DEFAULT NULL,
`citation` varchar(255) DEFAULT NULL,
`url_tech` varchar(510) DEFAULT NULL,
`url_projet` varchar(510) DEFAULT NULL,
`source` text,
`createurs` text,
`editeur` text,
`contributeurs` text,
`droits` text,
`url_droits` varchar(510) DEFAULT NULL,
`langue` varchar(255) DEFAULT NULL,
`date_creation` varchar(30) DEFAULT NULL,
`date_validite` varchar(255) DEFAULT NULL,
`couverture_spatiale` varchar(510) DEFAULT NULL,
`couverture_temporelle` varchar(510) DEFAULT NULL,
`web_services` varchar(255) NOT NULL,
PRIMARY KEY (`guid`,`langue_meta`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 
INSERT INTO `bdnt_meta` (`guid`, `langue_meta`, `code`, `version`, `titre`, `description`, `mots_cles`, `citation`, `url_tech`, `url_projet`, `source`, `createurs`, `editeur`, `contributeurs`, `droits`, `url_droits`, `langue`, `date_creation`, `date_validite`, `couverture_spatiale`, `couverture_temporelle`, `web_services`) VALUES
('urn:lsid:tela-botanica.org:bdnt:4.30', 'fr', 'bdnt', '4.30', 'Ontologies du manuel technique du projet référentiel', 'À partir des tableaux du manuel technique', 'référentiel, ontologies, flore, france', NULL, 'http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=IntegrationOntologies', 'http://www.tela-botanica.org/wikini/RTaxMethodo/wakka.php?wiki=MaNuel', 'Bisby F.A. 1994. Plant Names in Botanical Databases; Plant Taxonomic Database Standards No.3 published for the TDWG\r\nhttp://www.tdwg.org/standards/113/download/113-528-1-RV.pdf;\r\nHyam R. 2006. TDWG Taxon Name LSID Ontology; TDWG Biodiversity Information Standards; vers.0.2 Modified: 2007-05-04\r\nhttp://rs.tdwg.org/ontology/voc/TaxonName;\r\nHyam R. 2006. TDWG Taxon Rank LSID Ontology; TDWG Biodiversity Information Standards; vers. 0.2 Modified: 2007-11-19\r\nhttp://rs.tdwg.org/ontology/voc/TaxonRank;\r\nHyam R. and Kennedy, J. 2005. Taxon Concept Schema – User Guide ,TDWG\r\nhttp://www.tdwg.org/standards/;\r\nPereira R. 2007. Plant occurrence and status scheme. A Standard for Recording the Relationship between a Plant and a Place; World Conservation Monitoring Centre, An International Working Group on Taxonomic Databases Standard, TDWG\r\nhttp://www.tdwg.org/standards/106/download/106-522-1-RV.pdf\r\n', 'p.prenom=Mareva,p.nom=Noel,p.courriel=mareva@tela-botanica.org;p.prenom=Jean-Pascal,p.nom=Milcent,p.courriel=jpm@tela-botanica.org', 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.org,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données', NULL, NULL, NULL, 'fr', '2011-08-09', NULL, 'iso-3166-1.id=FX;', NULL, 'Ontologies:0.1;Meta-donnees:0.1');
 
CREATE TABLE IF NOT EXISTS `bdnt_ontologies` (
`id` int(5) NOT NULL,
`classe_id` int(5) NOT NULL,
`nom` varchar(100) NOT NULL,
`description` text NOT NULL,
`code` varchar(10) NOT NULL,
`complements` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/branches/refact/docs/projets/fournier/bdd/fournier_v1_00.sql
New file
0,0 → 1,97
--
-- Structure de la table `fournier_meta`
--
 
DROP TABLE IF EXISTS `fournier_meta`;
CREATE TABLE IF NOT EXISTS `fournier_meta` (
`guid` varchar(255) NOT NULL DEFAULT 'urn:lsid:tela-botanica.org:#projet:#version',
`langue_meta` varchar(2) NOT NULL DEFAULT 'fr',
`code` varchar(20) NOT NULL,
`version` varchar(20) NOT NULL,
`titre` varchar(255) DEFAULT NULL,
`description` text,
`mots_cles` varchar(510) DEFAULT NULL,
`citation` varchar(255) DEFAULT NULL,
`url_tech` varchar(510) DEFAULT NULL,
`url_projet` varchar(510) DEFAULT NULL,
`source` text,
`createurs` text,
`editeur` varchar(1000) NOT NULL DEFAULT 'nom=Tela Botanica;guid=urn:lsid:tela-botanica.org;courriel=accueil@tela-botanica.org;telephone=+334 67 52 41 22;url.info=http://www.tela-botanica.org/page:association_tela_botanica;url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png;type=organisation;acronyme=TB;adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER, FRANCE;latitude.wgs84=43.615892;longitude.wgs84=3.871736;contact.prenom=Jean-Pascal;contact.nom=MILCENT;contact.courriel=jpm@tela-botanica.org;contact.role=administrateur des données;',
`contributeurs` text,
`droits` text,
`url_droits` varchar(510) DEFAULT NULL,
`langue` varchar(255) NOT NULL DEFAULT 'fr',
`date_creation` varchar(30) NOT NULL DEFAULT 'YYYY-MM-DD',
`date_validite` varchar(255) DEFAULT NULL,
`couverture_spatiale` varchar(510) NOT NULL DEFAULT 'iso-3166-1.id=FX;',
`couverture_temporelle` varchar(510) DEFAULT NULL,
`web_services` varchar(510) DEFAULT NULL COMMENT 'ontologies,meta-donnees,noms,taxons,aide,textes,images,observations,noms-vernaculaires',
PRIMARY KEY (`guid`,`langue_meta`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
--
-- Contenu de la table `fournier_meta`
--
 
INSERT INTO `fournier_meta` (`guid`, `langue_meta`, `code`, `version`, `titre`, `description`, `mots_cles`, `citation`, `url_tech`, `url_projet`, `source`, `createurs`, `editeur`, `contributeurs`, `droits`, `url_droits`, `langue`, `date_creation`, `date_validite`, `couverture_spatiale`, `couverture_temporelle`, `web_services`) VALUES
('urn:lsid:tela-botanica.org:bdtfx:1.00', 'fr', 'FOURNIER', '1.00', 'Base de données des noms de Fournier', 'Intégration des noms scientifiques de Fournier.', 'référentiel, nom, flore, france', NULL, 'http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=IntegrationFournier', NULL, NULL, NULL, '', NULL, 'Copyright © Clapas.org (2011). Tout droits réservés.', NULL, 'fr', '2011-07-29', NULL, 'iso-3166-1.id=FX;', NULL, 'metaDonnees:0.1;noms:0.1;taxons:0.1');
 
--
-- Structure de la table `fournier_v1_00`
--
 
DROP TABLE IF EXISTS `fournier_v1_00`;
CREATE TABLE IF NOT EXISTS `fournier_v1_00` (
`num_nom` bigint(20) NOT NULL COMMENT 'Identifiant numérique unique du nom scientifique',
`num_nom_retenu` varchar(9) NOT NULL COMMENT 'Identifiant numérique du nom scientifique (num_nom) retenu pour désigner le taxon',
`num_tax_sup` varchar(9) DEFAULT NULL COMMENT 'Identifiant numérique du nom (num_nom) de rang supérieur dans la classification par défaut de l''index',
`rang` int(4) NOT NULL,
`nom_sci` varchar(500) DEFAULT NULL COMMENT 'Nom scientifique complet sans auteur, année ou référence bibliographique',
`nom_supra_generique` varchar(100) DEFAULT NULL,
`genre` varchar(100) DEFAULT NULL,
`epithete_infra_generique` varchar(100) DEFAULT NULL,
`epithete_sp` varchar(100) DEFAULT NULL,
`type_epithete` varchar(100) DEFAULT NULL,
`epithete_infra_sp` varchar(100) DEFAULT NULL,
`cultivar_groupe` varchar(100) DEFAULT NULL,
`cultivar` varchar(100) DEFAULT NULL,
`nom_commercial` varchar(100) DEFAULT NULL,
`auteur` varchar(100) DEFAULT NULL COMMENT ' Intitulé de l''auteur du nom (en accord avec le code de nomenclature dont il dépend)',
`annee` varchar(4) DEFAULT NULL,
`biblio_origine` varchar(500) DEFAULT NULL,
`nom_addendum` varchar(500) DEFAULT NULL,
`homonyme` char(1) DEFAULT NULL,
`basionyme` varchar(9) DEFAULT NULL,
`synonyme_proparte` char(1) DEFAULT NULL,
`synonyme_douteux` char(1) DEFAULT NULL,
`synonyme_mal_applique` char(1) DEFAULT NULL,
`hybride_parent_01` varchar(9) DEFAULT NULL COMMENT 'Identifiant du nom (num_nom) du parent numéro 1 (dans le cas d''un hybride)',
`hybride_parent_01_notes` text,
`hybride_parent_02` varchar(9) DEFAULT NULL COMMENT 'Identifiant du nom (num_nom) du parent numéro 2 (dans le cas d''un hybride)',
`hybride_parent_02_notes` text,
`synonyme_orthographique` varchar(9) DEFAULT NULL COMMENT ' Contient l''identifiant numérique du nom (num_nom) correctement orthographié, si le nom est un synonyme orthographique. Dans le cas contraire, le champ reste vide. ',
`notes` text COMMENT ' Notes complémentaires, remarques, état d''avancement des recherches concernant le nom...',
`champs_supplementaires` text COMMENT 'Contient les champs supplémentaires sous forme XML.',
`nom_scientifique` varchar(255) DEFAULT NULL,
`nom_vernaculaire` varchar(255) DEFAULT NULL,
`page` varchar(45) DEFAULT NULL,
`code_taxon` varchar(45) DEFAULT NULL,
`milieu` varchar(255) DEFAULT NULL,
`floraison` varchar(45) DEFAULT NULL,
`type` varchar(45) DEFAULT NULL,
`sol` varchar(45) DEFAULT NULL,
`rarete_region_alt` varchar(255) DEFAULT NULL,
`region_bota_monde` varchar(100) DEFAULT NULL,
`etymologie` varchar(255) DEFAULT NULL,
`taille` varchar(45) DEFAULT NULL,
`formule_hybridite` varchar(255) DEFAULT NULL,
`culture` varchar(100) DEFAULT NULL,
PRIMARY KEY (`num_nom`),
KEY `num_nom_retenu` (`num_nom_retenu`),
KEY `num_tax_sup` (`num_tax_sup`),
KEY `nom_sci` (`nom_sci`),
KEY `hybride_parent_01` (`hybride_parent_01`),
KEY `hybride_parent_02` (`hybride_parent_02`),
KEY `synonyme_orthographique` (`synonyme_orthographique`),
KEY `genre` (`genre`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/branches/refact/docs/projets/prometheus/bdd/prometheus_v1_00.sql
New file
0,0 → 1,175
--
-- Structure de la table `prometheus_meta`
--
 
CREATE TABLE IF NOT EXISTS `prometheus_meta` (
`guid` varchar(255) NOT NULL DEFAULT 'urn:lsid:tela-botanica.org:#projet:#version',
`langue_meta` varchar(2) NOT NULL DEFAULT 'fr',
`code` varchar(20) NOT NULL,
`version` varchar(20) NOT NULL,
`titre` varchar(255) DEFAULT NULL,
`description` text,
`mots_cles` varchar(510) DEFAULT NULL,
`citation` varchar(255) DEFAULT NULL,
`url_tech` varchar(510) DEFAULT NULL,
`url_projet` varchar(510) DEFAULT NULL,
`source` text,
`createurs` text,
`editeur` varchar(1000) NOT NULL DEFAULT 'nom=Tela Botanica;guid=urn:lsid:tela-botanica.org;courriel=accueil@tela-botanica.org;telephone=+334 67 52 41 22;url.info=http://www.tela-botanica.org/page:association_tela_botanica;url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png;type=organisation;acronyme=TB;adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER, FRANCE;latitude.wgs84=43.615892;longitude.wgs84=3.871736;contact.prenom=Jean-Pascal;contact.nom=MILCENT;contact.courriel=jpm@tela-botanica.org;contact.role=administrateur des données;',
`contributeurs` text,
`droits` text,
`url_droits` varchar(510) DEFAULT NULL,
`langue` varchar(255) NOT NULL DEFAULT 'fr',
`date_creation` varchar(30) NOT NULL DEFAULT 'YYYY-MM-DD',
`date_validite` varchar(255) DEFAULT NULL,
`couverture_spatiale` varchar(510) NOT NULL DEFAULT 'iso-3166-1.id=FX;',
`couverture_temporelle` varchar(510) DEFAULT NULL,
`web_services` varchar(510) DEFAULT NULL COMMENT 'ontologies,meta-donnees,noms,taxons,aide,textes,images,observations,noms-vernaculaires',
PRIMARY KEY (`guid`,`langue_meta`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
--
-- Contenu de la table `prometheus_meta`
--
 
INSERT INTO `prometheus_meta` (`guid`, `langue_meta`, `code`, `version`, `titre`, `description`, `mots_cles`, `citation`, `url_tech`, `url_projet`, `source`, `createurs`, `editeur`, `contributeurs`, `droits`, `url_droits`, `langue`, `date_creation`, `date_validite`, `couverture_spatiale`, `couverture_temporelle`, `web_services`) VALUES
('urn:lsid:tela-botanica.org:prometheus:1.00', 'fr', 'PROMETHEUS', '1.00', 'Ontologie de la botanique réalisée dans le cadre du projet Prometheus.', 'Ontologie de la botanique réalisée dans le cadre du projet Prometheus.\r\nTraduction des termes en français par le réseau Tela Botanica.\r\n', 'ontologie, botanique.', NULL, 'http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=IntegrationPrometheus', 'http://www.jstor.org/stable/25065431', 'http://www.jstor.org/stable/25065431', 'Armstrong, Kate\r\np.prenom=Kate,p.nom=Armstrong,p.courriel=k.armstrong@rbge.org,o.nom=Royal Botanic Garden', '', NULL, 'Copyright © tela-botanica.org (2012). Tout droits réservés.', NULL, 'en,fr', '2003-02-18', NULL, '', NULL, 'metaDonnees:0.2;ontologies:0.2');
 
-- -----------------------------------------------------
-- Table `prometheus_ontologies_type`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `prometheus_ontologies_type` (
`id_type` INT NOT NULL ,
`id_type_parent` INT NOT NULL DEFAULT 0 ,
`type` VARCHAR(45) NULL ,
`description` TEXT NULL ,
PRIMARY KEY (`id_type`) )
ENGINE = MyISAM
DEFAULT CHARACTER SET = utf8
COLLATE = utf8_general_ci;
 
 
-- -----------------------------------------------------
-- Table `prometheus_ontologies_auteur`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `prometheus_ontologies_auteur` (
`id_auteur` INT NOT NULL ,
`prenom` VARCHAR(45) NULL ,
`nom` VARCHAR(45) NULL ,
`pseudo` VARCHAR(90) NULL ,
`naissance_date` DATE NULL ,
`deces_date` DATE NULL ,
PRIMARY KEY (`id_auteur`) )
ENGINE = MyISAM
DEFAULT CHARACTER SET = utf8
COLLATE = utf8_general_ci;
 
 
-- -----------------------------------------------------
-- Table `prometheus_ontologies_publication`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `prometheus_ontologies_publication` (
`id_publication` INT NOT NULL ,
`ce_auteur_principal` INT NOT NULL ,
`titre` VARCHAR(255) NULL ,
`date` DATE NULL ,
`uri` VARCHAR(255) NULL ,
PRIMARY KEY (`id_publication`) ,
INDEX `fk_ontologie_publication_ontologie_auteur1` (`ce_auteur_principal` ASC) )
ENGINE = MyISAM
DEFAULT CHARACTER SET = utf8
COLLATE = utf8_general_ci;
 
 
-- -----------------------------------------------------
-- Table `prometheus_ontologies_image`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `prometheus_ontologies_image` (
`id_image` INT NOT NULL ,
`uri` VARCHAR(255) NULL ,
`ce_publication` INT NOT NULL ,
PRIMARY KEY (`id_image`) ,
INDEX `fk_ontologie_image_ontologie_publication1` (`ce_publication` ASC) )
ENGINE = MyISAM
DEFAULT CHARACTER SET = utf8
COLLATE = utf8_general_ci;
 
 
-- -----------------------------------------------------
-- Table `prometheus_ontologies_terme`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `prometheus_ontologies_terme` (
`id_terme` INT NOT NULL COMMENT 'Identifiant global du terme (GLOBALID)' ,
`ce_type` INT NOT NULL ,
`nom` VARCHAR(255) NOT NULL ,
`description` TEXT NULL ,
`nom_en` VARCHAR(255) NULL ,
`description_en` TEXT NULL ,
`preference` TINYINT(1) NULL DEFAULT 1 COMMENT '1 = PREFERED TERM\n0 = DISALLOWED TERM\n' ,
`ce_auteur` INT NOT NULL ,
`ce_publication` INT NOT NULL ,
`ce_image` INT NOT NULL ,
`notes` TEXT NULL ,
PRIMARY KEY (`id_terme`) ,
INDEX `fk_ontologie_terme_ontologie_terme_type` (`ce_type` ASC) ,
INDEX `fk_ontologie_terme_ontologie_auteur1` (`ce_auteur` ASC) ,
INDEX `fk_ontologie_terme_ontologie_publication1` (`ce_publication` ASC) ,
INDEX `fk_ontologie_terme_ontologie_image1` (`ce_image` ASC) )
ENGINE = MyISAM
DEFAULT CHARACTER SET = utf8
COLLATE = utf8_general_ci;
 
 
-- -----------------------------------------------------
-- Table `prometheus_ontologies_hierarchie`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `prometheus_ontologies_hierarchie` (
`id_noeud` INT NOT NULL ,
`id_noeud_parent` INT NOT NULL ,
`chemin_noms` VARCHAR(500) NOT NULL ,
`chemin_ids` VARCHAR(100) NOT NULL ,
`ce_terme` INT NOT NULL ,
PRIMARY KEY (`id_noeud`) ,
INDEX `fk_ontologie_hierarchie_ontologie_terme1` (`ce_terme` ASC) )
ENGINE = MyISAM
DEFAULT CHARACTER SET = utf8
COLLATE = utf8_general_ci;
 
 
-- -----------------------------------------------------
-- Table `prometheus_ontologies_relation`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `prometheus_ontologies_relation` (
`id_terme_01` INT NOT NULL ,
`id_terme_02` INT NOT NULL ,
`relation` VARCHAR(45) NOT NULL COMMENT 'Relation entre terme_01 et terme_02.' ,
PRIMARY KEY (`id_terme_01`, `id_terme_02`, `relation`) ,
INDEX `fk_ontologie_relations_ontologie_terme2` (`id_terme_02` ASC) )
ENGINE = MyISAM
DEFAULT CHARACTER SET = utf8
COLLATE = utf8_general_ci;
 
 
-- -----------------------------------------------------
-- Data for table `prometheus_ontologies_type`
-- -----------------------------------------------------
INSERT INTO prometheus_ontologies_type (`id_type`, `id_type_parent`, `type`, `description`) VALUES (1, 0, 'Global', NULL);
INSERT INTO prometheus_ontologies_type (`id_type`, `id_type_parent`, `type`, `description`) VALUES (4, 1, 'Modificateur relatif', NULL);
INSERT INTO prometheus_ontologies_type (`id_type`, `id_type_parent`, `type`, `description`) VALUES (5, 1, 'Valeur relative', NULL);
INSERT INTO prometheus_ontologies_type (`id_type`, `id_type_parent`, `type`, `description`) VALUES (6, 1, 'Modificateur spatial', NULL);
INSERT INTO prometheus_ontologies_type (`id_type`, `id_type_parent`, `type`, `description`) VALUES (7, 1, 'Localisateur de region', NULL);
INSERT INTO prometheus_ontologies_type (`id_type`, `id_type_parent`, `type`, `description`) VALUES (8, 1, 'Modificateur temporel', NULL);
INSERT INTO prometheus_ontologies_type (`id_type`, `id_type_parent`, `type`, `description`) VALUES (9, 1, 'Unité', NULL);
INSERT INTO prometheus_ontologies_type (`id_type`, `id_type_parent`, `type`, `description`) VALUES (10, 1, 'Propriété quantitative', NULL);
INSERT INTO prometheus_ontologies_type (`id_type`, `id_type_parent`, `type`, `description`) VALUES (11, 1, 'Propriété quantitative redéfinie', NULL);
INSERT INTO prometheus_ontologies_type (`id_type`, `id_type_parent`, `type`, `description`) VALUES (12, 0, 'Botanique', NULL);
INSERT INTO prometheus_ontologies_type (`id_type`, `id_type_parent`, `type`, `description`) VALUES (13, 12, 'État qualitatif', NULL);
INSERT INTO prometheus_ontologies_type (`id_type`, `id_type_parent`, `type`, `description`) VALUES (14, 12, 'Type de structure', NULL);
INSERT INTO prometheus_ontologies_type (`id_type`, `id_type_parent`, `type`, `description`) VALUES (15, 12, 'Structure', NULL);
INSERT INTO prometheus_ontologies_type (`id_type`, `id_type_parent`, `type`, `description`) VALUES (16, 12, 'Région', NULL);
INSERT INTO prometheus_ontologies_type (`id_type`, `id_type_parent`, `type`, `description`) VALUES (17, 12, 'Structure générique', NULL);
INSERT INTO prometheus_ontologies_type (`id_type`, `id_type_parent`, `type`, `description`) VALUES (18, 12, 'Groupe d\'états', NULL);
INSERT INTO prometheus_ontologies_type (`id_type`, `id_type_parent`, `type`, `description`) VALUES (19, 18, 'Sous-groupe d\'états', NULL);
INSERT INTO prometheus_ontologies_type (`id_type`, `id_type_parent`, `type`, `description`) VALUES (2, 1, 'Modificateur de fréquence', NULL);
INSERT INTO prometheus_ontologies_type (`id_type`, `id_type_parent`, `type`, `description`) VALUES (3, 1, 'Qualificateur', NULL);
INSERT INTO prometheus_ontologies_type (`id_type`, `id_type_parent`, `type`, `description`) VALUES (20, 12, 'Terme déconseillé', NULL);
/branches/refact/docs/projets/prometheus/bdd/ontologie.mwb
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/refact/docs/projets/prometheus/bdd/ontologie.mwb
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/refact/docs/projets/osm/bdd/OSM.mwb
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/refact/docs/projets/osm/bdd/OSM.mwb
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/refact/docs/projets/osm/bdd/CommunesFrance.sql
New file
0,0 → 1,101
-- phpMyAdmin SQL Dump
-- version 3.3.9
-- http://www.phpmyadmin.net
--
-- Serveur: localhost
-- Généré le : Mer 15 Juin 2011 à 16:30
-- Version du serveur: 5.5.8
-- Version de PHP: 5.3.5
 
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
 
 
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
 
--
-- Base de données: `osmMAJ`
--
 
-- --------------------------------------------------------
 
--
-- Structure de la table `osm_communes`
--
 
CREATE TABLE IF NOT EXISTS `osm_communes` (
`id_relation` int(11) NOT NULL,
`nom` text NOT NULL,
`code_insee` varchar(11) NOT NULL,
`polygon` multipolygon DEFAULT NULL,
`note` varchar(100) NOT NULL,
`centre` point NOT NULL,
PRIMARY KEY (`id_relation`),
KEY `INSEE` (`code_insee`),
KEY `communeOSM_polygone_index` (`polygon`(767),`centre`(25))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
-- --------------------------------------------------------
 
--
-- Structure de la table `osm_chemin_a_noeuds`
--
 
CREATE TABLE IF NOT EXISTS `osm_chemin_a_noeuds` (
`id_chemin` int(11) NOT NULL,
`id_noeud` int(11) NOT NULL,
`ordre` int(11) NOT NULL,
PRIMARY KEY (`id_chemin`,`id_noeud`,`ordre`),
KEY `id_way` (`id_chemin`),
KEY `id_node` (`id_noeud`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
 
-- --------------------------------------------------------
 
--
-- Structure de la table `osm_noeuds`
--
 
CREATE TABLE IF NOT EXISTS `osm_noeuds` (
`id_noeud` int(11) NOT NULL,
`lat` double NOT NULL,
`long` double NOT NULL,
PRIMARY KEY (`id_noeud`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
-- --------------------------------------------------------
 
--
-- Structure de la table `osm_relations`
--
 
CREATE TABLE IF NOT EXISTS `osm_relations` (
`id_relation` int(11) NOT NULL,
`nom` text NOT NULL,
`code_insee` varchar(11) NOT NULL,
PRIMARY KEY (`id_relation`),
KEY `INSEE` (`code_insee`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
-- --------------------------------------------------------
 
--
-- Structure de la table `osm_relation_a_chemins`
--
 
CREATE TABLE IF NOT EXISTS `osm_relation_a_chemins` (
`id_relation` int(11) NOT NULL,
`id_chemin` int(11) NOT NULL,
`role` varchar(20) CHARACTER SET latin1 NOT NULL,
`ordre` int(11) NOT NULL,
`sens` varchar(15) CHARACTER SET latin1 NOT NULL,
`nbre_poly` int(11) NOT NULL,
PRIMARY KEY (`id_relation`,`id_chemin`),
KEY `role` (`role`),
KEY `ordre` (`ordre`),
KEY `sens` (`sens`),
KEY `nbPoly` (`nbre_poly`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
/branches/refact/docs/projets/osm/bdd/osm.mdb.mwb
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/refact/docs/projets/osm/bdd/osm.mdb.mwb
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/refact/docs/projets/osm/bdd/osm2.pdf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/refact/docs/projets/osm/bdd/osm2.pdf
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/refact/docs/projets/tl2/bdd/tl2.sql
New file
0,0 → 1,61
-- -----------------------------------------------------
-- Table `tl2_auteurs`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `tl2_auteurs` (
`id_auteur` INT NOT NULL AUTO_INCREMENT ,
`tl2_volume` INT NOT NULL ,
`tl2_page` INT NOT NULL ,
`tl2_nom` TEXT NOT NULL ,
`nom` VARCHAR(45) NULL ,
`prenom` VARCHAR(45) NULL ,
`naissance_date` VARCHAR(45) NULL ,
`deces_date` VARCHAR(45) NULL ,
`abreviation` VARCHAR(45) NULL ,
`intitule_complet_originel` VARCHAR(255) NULL ,
`occupation` VARCHAR(255) NULL ,
`tl2_herbier` TEXT NULL ,
`tl2_bibliographie_biographie` TEXT NULL ,
`tl2_biofile` TEXT NULL ,
`tl2_correspondance` TEXT NULL ,
PRIMARY KEY (`id_auteur`) )
ENGINE = MyISAM
DEFAULT CHARACTER SET = utf8
COLLATE = utf8_general_ci;
 
 
-- -----------------------------------------------------
-- Table `tl2_publications`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `tl2_publications` (
`id_publication` INT NOT NULL AUTO_INCREMENT ,
`tl2_num` VARCHAR(20) NOT NULL ,
`tl2_titre_complet` VARCHAR(500) NOT NULL ,
`tl2_titre_court` VARCHAR(255) NULL ,
`tl2_notes` TEXT NULL ,
PRIMARY KEY (`id_publication`) )
ENGINE = MyISAM
DEFAULT CHARACTER SET = utf8
COLLATE = utf8_general_ci;
 
 
-- -----------------------------------------------------
-- Table `tl2_auteur_a_publication`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `tl2_auteur_a_publication` (
`id_auteur` INT NOT NULL ,
`id_publication` INT NOT NULL ,
PRIMARY KEY (`id_auteur`, `id_publication`) ,
INDEX `fk_tl2_auteur_a_publication_tl2_publications1` (`id_publication` ASC) ,
CONSTRAINT `fk_tl2_auteur_a_publication_tl2_auteurs`
FOREIGN KEY (`id_auteur` )
REFERENCES `tl2_auteurs` (`id_auteur` )
ON DELETE NO ACTION
ON UPDATE NO ACTION,
CONSTRAINT `fk_tl2_auteur_a_publication_tl2_publications1`
FOREIGN KEY (`id_publication` )
REFERENCES `tl2_publications` (`id_publication` )
ON DELETE NO ACTION
ON UPDATE NO ACTION)
ENGINE = MyISAM
DEFAULT CHARACTER SET = utf8
COLLATE = utf8_general_ci;
/branches/refact/docs/projets/tl2/bdd/tl2.mwb
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/refact/docs/projets/tl2/bdd/tl2.mwb
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/refact/docs/projets/cel/bdd/cel_v1_00.sql
New file
0,0 → 1,179
-- Structure de la BDD du CEL au 10-11-2011 (version 1.00)
--
-- Structure de la table 'cel_images'
--
CREATE TABLE IF NOT EXISTS cel_images (
ci_id_image bigint(20) NOT NULL AUTO_INCREMENT,
ci_ordre bigint(20) NOT NULL,
ci_ce_utilisateur varchar(60) NOT NULL,
ci_publiable_eflore tinyint(1) NOT NULL,
ci_note_image tinyint(5) NOT NULL DEFAULT '-1',
ci_meta_height int(11) NOT NULL,
ci_meta_width int(11) NOT NULL,
ci_meta_make varchar(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_model varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_x_resolution varchar(10) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_y_resolution varchar(10) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_date_time varchar(30) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_date date DEFAULT NULL,
ci_meta_date_ajout datetime NOT NULL,
ci_meta_gps varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_user_comment longtext CHARACTER SET ascii,
ci_meta_comment longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
ci_meta_mots_cles varchar(800) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_exif_exposure_time varchar(10) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_exif_f_number varchar(10) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_exif_exif_version int(11) DEFAULT NULL,
ci_meta_exif_compressed_bits_per_pixel varchar(10) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_exif_shutter_speed_value varchar(10) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_exif_aperture_value varchar(10) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_exif_exposure_bias_value varchar(10) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_exif_max_aperture_value varchar(10) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_exif_metering_mode int(5) DEFAULT NULL,
ci_meta_exif_light_source varchar(2) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_exif_flash int(5) DEFAULT NULL,
ci_meta_exif_focal_length varchar(10) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_exif_flash_pix_version int(10) DEFAULT NULL,
ci_meta_exif_color_space int(5) DEFAULT NULL,
ci_meta_exif_interoperability_offset int(10) DEFAULT NULL,
ci_meta_exif_focal_plane_x_resolution varchar(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_exif_focal_plane_y_resolution varchar(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_exif_focal_plane_resolution_unit int(5) DEFAULT NULL,
ci_meta_exif_sensing_method int(5) DEFAULT NULL,
ci_meta_exif_file_source text CHARACTER SET utf8 COLLATE utf8_unicode_ci,
ci_meta_exif_custom_rendered int(5) DEFAULT NULL,
ci_meta_exif_exposure_mode int(5) DEFAULT NULL,
ci_meta_exif_white_balance int(5) DEFAULT NULL,
ci_meta_exif_digital_zoom_ratio varchar(10) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_exif_scene_capture_type int(5) DEFAULT NULL,
ci_meta_exif_gain_control int(5) DEFAULT NULL,
ci_meta_exif_contrast int(5) DEFAULT NULL,
ci_meta_exif_saturation int(5) DEFAULT NULL,
ci_meta_exif_sharpness int(5) DEFAULT NULL,
ci_meta_exif_subject_distance_range int(5) DEFAULT NULL,
ci_meta_exif_autres longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
ci_meta_iptc_category varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_iptc_mots_cles longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
ci_meta_iptc_by_line varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_iptc_by_line_title varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_iptc_city varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_iptc_sub_location varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_iptc_province_state varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_iptc_country_primary_location_code varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_iptc_country_name varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_iptc_headline varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_iptc_credit varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_iptc_copyright_notice varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_iptc_contact varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_meta_iptc_autres longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci,
ci_nom_original varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
ci_md5 varchar(32) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
PRIMARY KEY (ci_id_image),
KEY ci_id_image (ci_id_image,ci_ordre,ci_ce_utilisateur),
KEY ci_ce_utilisateur (ci_ce_utilisateur)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=51035 ;
 
--
-- Structure de la table 'cel_inventory'
--
CREATE TABLE IF NOT EXISTS cel_inventory (
id bigint(20) NOT NULL AUTO_INCREMENT,
identifiant varchar(128) NOT NULL,
prenom_utilisateur varchar(255) DEFAULT NULL COMMENT 'Prénom de l''utilisateur ayant saisi l''observation.',
nom_utilisateur varchar(255) DEFAULT NULL COMMENT 'Nom de l''utilisateur ayant saisi l''observation.',
ordre bigint(20) NOT NULL,
nom_sel varchar(255) NOT NULL,
num_nom_sel int(11) NOT NULL,
nom_ret varchar(255) NOT NULL,
num_nom_ret int(11) NOT NULL,
num_taxon int(11) NOT NULL,
famille varchar(255) NOT NULL,
location varchar(50) NOT NULL,
id_location varchar(10) NOT NULL,
date_observation datetime NOT NULL,
lieudit varchar(255) NOT NULL,
station varchar(255) NOT NULL,
milieu varchar(255) NOT NULL,
commentaire varchar(1024) NOT NULL,
transmission tinyint(4) NOT NULL,
date_creation datetime NOT NULL,
date_modification datetime NOT NULL,
date_transmission datetime NOT NULL,
mots_cles longtext NOT NULL,
mots_cles_texte text,
coord_x varchar(50) NOT NULL,
coord_y varchar(50) NOT NULL,
ref_geo varchar(25) NOT NULL,
PRIMARY KEY (id),
UNIQUE KEY identifiant_ordre (identifiant,ordre),
KEY identifiant_date_creation (identifiant,date_creation),
KEY id_location (id_location),
KEY location (location),
KEY date_observation (date_observation),
KEY nom_ret (nom_ret),
KEY identifiant (identifiant),
KEY coordonnees (coord_x,coord_y)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=426372 ;
 
--
-- Structure de la table 'cel_mots_cles_images'
--
CREATE TABLE IF NOT EXISTS cel_mots_cles_images (
cmc_mot_cle varchar(50) COLLATE utf8_unicode_ci NOT NULL,
cmc_bg int(10) NOT NULL,
cmc_bd int(10) NOT NULL,
cmc_id_mot_cle_general varchar(50) COLLATE utf8_unicode_ci NOT NULL,
cmc_id_mot_cle_utilisateur varchar(50) COLLATE utf8_unicode_ci NOT NULL,
cmc_id_proprietaire varchar(50) COLLATE utf8_unicode_ci NOT NULL,
cmc_id_parent varchar(50) COLLATE utf8_unicode_ci NOT NULL,
cmc_niveau int(10) NOT NULL,
PRIMARY KEY (cmc_id_mot_cle_utilisateur,cmc_id_proprietaire)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
 
--
-- Structure de la table 'cel_mots_cles_obs'
--
CREATE TABLE IF NOT EXISTS cel_mots_cles_obs (
cmc_mot_cle varchar(50) COLLATE utf8_unicode_ci NOT NULL,
cmc_bg int(20) NOT NULL,
cmc_bd int(20) NOT NULL,
cmc_id_mot_cle_general varchar(50) COLLATE utf8_unicode_ci NOT NULL,
cmc_id_mot_cle_utilisateur varchar(128) COLLATE utf8_unicode_ci NOT NULL,
cmc_id_proprietaire varchar(50) COLLATE utf8_unicode_ci NOT NULL,
cmc_id_parent varchar(50) COLLATE utf8_unicode_ci NOT NULL,
cmc_niveau int(11) NOT NULL,
PRIMARY KEY (cmc_id_mot_cle_utilisateur,cmc_id_proprietaire)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci ROW_FORMAT=COMPACT COMMENT='Table des mots clés, à utiliser avec des transactions !';
 
--
-- Structure de la table 'cel_obs_images'
--
CREATE TABLE IF NOT EXISTS cel_obs_images (
coi_ce_image int(11) NOT NULL,
coi_ce_utilisateur varchar(100) CHARACTER SET utf8 NOT NULL,
coi_ce_observation int(11) NOT NULL,
coi_date_liaison datetime NOT NULL,
PRIMARY KEY (coi_ce_image,coi_ce_observation),
KEY coi_ce_utilisateur (coi_ce_utilisateur),
KEY coi_ce_observation (coi_ce_observation),
KEY coi_ce_image (coi_ce_image)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
 
--
-- Structure de la table 'locations'
--
CREATE TABLE IF NOT EXISTS locations (
`name` varchar(50) NOT NULL,
maj_name varchar(50) NOT NULL,
`code` varchar(3) NOT NULL DEFAULT '0',
insee_code varchar(5) NOT NULL DEFAULT '0',
sector varchar(3) NOT NULL,
x_utm varchar(10) NOT NULL DEFAULT '0',
y_utm varchar(10) NOT NULL DEFAULT '0',
wgs84_latitude double NOT NULL,
wgs84_longitude double NOT NULL,
update_date datetime NOT NULL,
PRIMARY KEY (`name`,`code`),
KEY MAJ (maj_name,`code`),
KEY sector (sector,x_utm,y_utm)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/branches/refact/docs/projets/chorodep/bdd/chorodep_v5_00.sql
New file
0,0 → 1,378
--
-- Structure de la table `chorodep_meta`
--
CREATE TABLE IF NOT EXISTS `chorodep_meta` (
`guid` varchar(255) NOT NULL DEFAULT 'urn:lsid:tela-botanica.org:chorodep:#version',
`langue_meta` varchar(2) NOT NULL DEFAULT 'fr',
`code` varchar(20) NOT NULL,
`version` varchar(20) NOT NULL,
`titre` varchar(255) DEFAULT NULL,
`description` text,
`mots_cles` varchar(510) DEFAULT NULL,
`citation` varchar(255) DEFAULT NULL,
`url_tech` varchar(510) DEFAULT NULL,
`url_projet` varchar(510) DEFAULT NULL,
`source` text,
`createurs` text,
`editeur` varchar(1000) NOT NULL DEFAULT 'nom=Tela Botanica;guid=urn:lsid:tela-botanica.org;courriel=accueil@tela-botanica.org;telephone=+334 67 52 41 22;url.info=http://www.tela-botanica.org/page:association_tela_botanica;url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png;type=organisation;acronyme=TB;adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER, FRANCE;latitude.wgs84=43.615892;longitude.wgs84=3.871736;contact.prenom=Jean-Pascal;contact.nom=MILCENT;contact.courriel=jpm@tela-botanica.org;contact.role=administrateur des données;',
`contributeurs` text,
`droits` text,
`url_droits` varchar(510) DEFAULT NULL,
`langue` varchar(255) NOT NULL DEFAULT 'fr',
`date_creation` varchar(30) NOT NULL DEFAULT 'YYYY-MM-DD',
`date_validite` varchar(255) DEFAULT NULL,
`couverture_spatiale` varchar(510) NOT NULL DEFAULT 'iso-3166-1.id=FX;',
`couverture_temporelle` varchar(510) DEFAULT NULL,
`web_services` varchar(510) DEFAULT NULL COMMENT 'ontologies,meta-donnees,noms,taxons,aide,textes,images,observations,noms-vernaculaires',
PRIMARY KEY (`guid`,`langue_meta`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
--
-- Contenu de la table `chorodep_meta`
--
INSERT INTO `chorodep_meta` (`guid`, `langue_meta`, `code`, `version`, `titre`, `description`, `mots_cles`, `citation`, `url_tech`, `url_projet`, `source`, `createurs`, `editeur`, `contributeurs`, `droits`, `url_droits`, `langue`, `date_creation`, `date_validite`, `couverture_spatiale`, `couverture_temporelle`, `web_services`) VALUES
('urn:lsid:tela-botanica.org:chorodep:5.00', 'fr', 'chorodep', '5.00', 'Chorologie départementale', 'Ce projet à pour but de réaliser les listes de plantes présentes dans chaque département français.\r\nUn travail d''harmonisation est réalisé pour la nomenclature des taxons sur la base de l''index synonymique réalisé par Benoît BOCK dans le cadre du projet "Index synonymique" de Tela Botanica.\r\nLes listes réalisées seront disponibles en ligne au fur et à mesure de leur réalisation.\r\nDe nombreux départements ne sont pas encore couverts et nous recherchons des collaborateurs pour poursuivre ce travail.', 'chorologie, france, flore, présence, bdnff, bdtfx', NULL, 'http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=IntegrationLogChorodep', 'http://www.tela-botanica.org/page:liste_projets?id_projet=9', NULL, 'p.nom=JULVE,p.prenom=Philippe,p.courriel=philippe.julve@wanadoo.fr', 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.org,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données;', NULL, NULL, NULL, 'fr', '2011-04-05', NULL, 'iso-3166-1.id=FR;', NULL, 'meta-donnees;ontologies;observations');
 
--
-- Structure de la table `chorodep_contributeurs_v5_00`
--
CREATE TABLE IF NOT EXISTS `chorodep_contributeurs_v5_00` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`prenom` varchar(50) NOT NULL,
`nom` varchar(50) NOT NULL,
`courriel` varchar(70) DEFAULT NULL,
`01` varchar(5) DEFAULT NULL,
`02` varchar(5) DEFAULT NULL,
`03` varchar(5) DEFAULT NULL,
`04` varchar(5) DEFAULT NULL,
`05` varchar(5) DEFAULT NULL,
`06` varchar(5) DEFAULT NULL,
`07` varchar(5) DEFAULT NULL,
`08` varchar(5) DEFAULT NULL,
`09` varchar(5) DEFAULT NULL,
`10` varchar(5) DEFAULT NULL,
`11` varchar(5) DEFAULT NULL,
`12` varchar(5) DEFAULT NULL,
`13` varchar(5) DEFAULT NULL,
`14` varchar(5) DEFAULT NULL,
`15` varchar(5) DEFAULT NULL,
`16` varchar(5) DEFAULT NULL,
`17` varchar(5) DEFAULT NULL,
`18` varchar(5) DEFAULT NULL,
`19` varchar(5) DEFAULT NULL,
`20` varchar(5) DEFAULT NULL,
`21` varchar(5) DEFAULT NULL,
`22` varchar(5) DEFAULT NULL,
`23` varchar(5) DEFAULT NULL,
`24` varchar(5) DEFAULT NULL,
`25` varchar(5) DEFAULT NULL,
`26` varchar(5) DEFAULT NULL,
`27` varchar(5) DEFAULT NULL,
`28` varchar(5) DEFAULT NULL,
`29` varchar(5) DEFAULT NULL,
`30` varchar(5) DEFAULT NULL,
`31` varchar(5) DEFAULT NULL,
`32` varchar(5) DEFAULT NULL,
`33` varchar(5) DEFAULT NULL,
`34` varchar(5) DEFAULT NULL,
`35` varchar(5) DEFAULT NULL,
`36` varchar(5) DEFAULT NULL,
`37` varchar(5) DEFAULT NULL,
`38` varchar(5) DEFAULT NULL,
`39` varchar(5) DEFAULT NULL,
`40` varchar(5) DEFAULT NULL,
`41` varchar(5) DEFAULT NULL,
`42` varchar(5) DEFAULT NULL,
`43` varchar(5) DEFAULT NULL,
`44` varchar(5) DEFAULT NULL,
`45` varchar(5) DEFAULT NULL,
`46` varchar(5) DEFAULT NULL,
`47` varchar(5) DEFAULT NULL,
`48` varchar(5) DEFAULT NULL,
`49` varchar(5) DEFAULT NULL,
`50` varchar(5) DEFAULT NULL,
`51` varchar(5) DEFAULT NULL,
`52` varchar(5) DEFAULT NULL,
`53` varchar(5) DEFAULT NULL,
`54` varchar(5) DEFAULT NULL,
`55` varchar(5) DEFAULT NULL,
`56` varchar(5) DEFAULT NULL,
`57` varchar(5) DEFAULT NULL,
`58` varchar(5) DEFAULT NULL,
`59` varchar(5) DEFAULT NULL,
`60` varchar(5) DEFAULT NULL,
`61` varchar(5) DEFAULT NULL,
`62` varchar(5) DEFAULT NULL,
`63` varchar(5) DEFAULT NULL,
`64` varchar(5) DEFAULT NULL,
`65` varchar(5) DEFAULT NULL,
`66` varchar(5) DEFAULT NULL,
`67` varchar(5) DEFAULT NULL,
`68` varchar(5) DEFAULT NULL,
`69` varchar(5) DEFAULT NULL,
`70` varchar(5) DEFAULT NULL,
`71` varchar(5) DEFAULT NULL,
`72` varchar(5) DEFAULT NULL,
`73` varchar(5) DEFAULT NULL,
`74` varchar(5) DEFAULT NULL,
`75` varchar(5) DEFAULT NULL,
`76` varchar(5) DEFAULT NULL,
`77` varchar(5) DEFAULT NULL,
`78` varchar(5) DEFAULT NULL,
`79` varchar(5) DEFAULT NULL,
`80` varchar(5) DEFAULT NULL,
`81` varchar(5) DEFAULT NULL,
`82` varchar(5) DEFAULT NULL,
`83` varchar(5) DEFAULT NULL,
`84` varchar(5) DEFAULT NULL,
`85` varchar(5) DEFAULT NULL,
`86` varchar(5) DEFAULT NULL,
`87` varchar(5) DEFAULT NULL,
`88` varchar(5) DEFAULT NULL,
`89` varchar(5) DEFAULT NULL,
`90` varchar(5) DEFAULT NULL,
`91` varchar(5) DEFAULT NULL,
`92` varchar(5) DEFAULT NULL,
`93` varchar(5) DEFAULT NULL,
`94` varchar(5) DEFAULT NULL,
`95` varchar(5) DEFAULT NULL,
`971` varchar(5) DEFAULT NULL,
`972` varchar(5) DEFAULT NULL,
`973` varchar(5) DEFAULT NULL,
`974` varchar(5) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=98 ;
 
--
-- Structure de la table `chorodep_ontologies_v5_00`
--
CREATE TABLE IF NOT EXISTS `chorodep_ontologies_v5_00` (
`id` int(5) NOT NULL,
`classe_id` int(5) NOT NULL,
`nom` varchar(100) NOT NULL,
`description` text NOT NULL,
`code` varchar(100) NOT NULL,
`complements` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
--
-- Structure de la table `chorodep_sources_v5_00`
--
CREATE TABLE IF NOT EXISTS `chorodep_sources_v5_00` (
`id` int(11) NOT NULL,
`biblio` text NOT NULL,
`01` varchar(5) DEFAULT NULL,
`02` varchar(5) DEFAULT NULL,
`03` varchar(5) DEFAULT NULL,
`04` varchar(5) DEFAULT NULL,
`05` varchar(5) DEFAULT NULL,
`06` varchar(5) DEFAULT NULL,
`07` varchar(5) DEFAULT NULL,
`08` varchar(5) DEFAULT NULL,
`09` varchar(5) DEFAULT NULL,
`10` varchar(5) DEFAULT NULL,
`11` varchar(5) DEFAULT NULL,
`12` varchar(5) DEFAULT NULL,
`13` varchar(5) DEFAULT NULL,
`14` varchar(5) DEFAULT NULL,
`15` varchar(5) DEFAULT NULL,
`16` varchar(5) DEFAULT NULL,
`17` varchar(5) DEFAULT NULL,
`18` varchar(5) DEFAULT NULL,
`19` varchar(5) DEFAULT NULL,
`20` varchar(5) DEFAULT NULL,
`21` varchar(5) DEFAULT NULL,
`22` varchar(5) DEFAULT NULL,
`23` varchar(5) DEFAULT NULL,
`24` varchar(5) DEFAULT NULL,
`25` varchar(5) DEFAULT NULL,
`26` varchar(5) DEFAULT NULL,
`27` varchar(5) DEFAULT NULL,
`28` varchar(5) DEFAULT NULL,
`29` varchar(5) DEFAULT NULL,
`30` varchar(5) DEFAULT NULL,
`31` varchar(5) DEFAULT NULL,
`32` varchar(5) DEFAULT NULL,
`33` varchar(5) DEFAULT NULL,
`34` varchar(5) DEFAULT NULL,
`35` varchar(5) DEFAULT NULL,
`36` varchar(5) DEFAULT NULL,
`37` varchar(5) DEFAULT NULL,
`38` varchar(5) DEFAULT NULL,
`39` varchar(5) DEFAULT NULL,
`40` varchar(5) DEFAULT NULL,
`41` varchar(5) DEFAULT NULL,
`42` varchar(5) DEFAULT NULL,
`43` varchar(5) DEFAULT NULL,
`44` varchar(5) DEFAULT NULL,
`45` varchar(5) DEFAULT NULL,
`46` varchar(5) DEFAULT NULL,
`47` varchar(5) DEFAULT NULL,
`48` varchar(5) DEFAULT NULL,
`49` varchar(5) DEFAULT NULL,
`50` varchar(5) DEFAULT NULL,
`51` varchar(5) DEFAULT NULL,
`52` varchar(5) DEFAULT NULL,
`53` varchar(5) DEFAULT NULL,
`54` varchar(5) DEFAULT NULL,
`55` varchar(5) DEFAULT NULL,
`56` varchar(5) DEFAULT NULL,
`57` varchar(5) DEFAULT NULL,
`58` varchar(5) DEFAULT NULL,
`59` varchar(5) DEFAULT NULL,
`60` varchar(5) DEFAULT NULL,
`61` varchar(5) DEFAULT NULL,
`62` varchar(5) DEFAULT NULL,
`63` varchar(5) DEFAULT NULL,
`64` varchar(5) DEFAULT NULL,
`65` varchar(5) DEFAULT NULL,
`66` varchar(5) DEFAULT NULL,
`67` varchar(5) DEFAULT NULL,
`68` varchar(5) DEFAULT NULL,
`69` varchar(5) DEFAULT NULL,
`70` varchar(5) DEFAULT NULL,
`71` varchar(5) DEFAULT NULL,
`72` varchar(5) DEFAULT NULL,
`73` varchar(5) DEFAULT NULL,
`74` varchar(5) DEFAULT NULL,
`75` varchar(5) DEFAULT NULL,
`76` varchar(5) DEFAULT NULL,
`77` varchar(5) DEFAULT NULL,
`78` varchar(5) DEFAULT NULL,
`79` varchar(5) DEFAULT NULL,
`80` varchar(5) DEFAULT NULL,
`81` varchar(5) DEFAULT NULL,
`82` varchar(5) DEFAULT NULL,
`83` varchar(5) DEFAULT NULL,
`84` varchar(5) DEFAULT NULL,
`85` varchar(5) DEFAULT NULL,
`86` varchar(5) DEFAULT NULL,
`87` varchar(5) DEFAULT NULL,
`88` varchar(5) DEFAULT NULL,
`89` varchar(5) DEFAULT NULL,
`90` varchar(5) DEFAULT NULL,
`91` varchar(5) DEFAULT NULL,
`92` varchar(5) DEFAULT NULL,
`93` varchar(5) DEFAULT NULL,
`94` varchar(5) DEFAULT NULL,
`95` varchar(5) DEFAULT NULL,
`971` varchar(5) DEFAULT NULL,
`972` varchar(5) DEFAULT NULL,
`973` varchar(5) DEFAULT NULL,
`974` varchar(5) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
--
-- Structure de la table `chorodep_v5_00`
--
CREATE TABLE IF NOT EXISTS `chorodep_v5_00` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`rang` varchar(20) NOT NULL DEFAULT '',
`catminat` text,
`num_tax` text COMMENT 'N° taxinomique BDNFF (nc = non cité)',
`num_nom` varchar(10) NOT NULL DEFAULT '' COMMENT 'N° nomenclatural BDNFF (nc = non cité)',
`nom_sci` varchar(90) NOT NULL COMMENT 'Nom scientifique [BDNFFv5] [1? : présence à confimer, ? : douteux, # : erreur, -|- : disparu] version fichier 5 avril 2011',
`01` varchar(5) DEFAULT NULL,
`02` varchar(5) DEFAULT NULL,
`03` varchar(5) DEFAULT NULL,
`04` varchar(5) DEFAULT NULL,
`06` varchar(5) DEFAULT NULL,
`07` varchar(5) DEFAULT NULL,
`08` varchar(5) DEFAULT NULL,
`09` varchar(5) DEFAULT NULL,
`10` varchar(5) DEFAULT NULL,
`11` varchar(5) DEFAULT NULL,
`12` varchar(5) DEFAULT NULL,
`67` varchar(5) DEFAULT NULL,
`13` varchar(5) DEFAULT NULL,
`14` varchar(5) DEFAULT NULL,
`15` varchar(5) DEFAULT NULL,
`16` varchar(5) DEFAULT NULL,
`17` varchar(5) DEFAULT NULL,
`18` varchar(5) DEFAULT NULL,
`19` varchar(5) DEFAULT NULL,
`20` varchar(5) DEFAULT NULL,
`21` varchar(5) DEFAULT NULL,
`22` varchar(5) DEFAULT NULL,
`23` varchar(5) DEFAULT NULL,
`79` varchar(5) DEFAULT NULL,
`24` varchar(5) DEFAULT NULL,
`25` varchar(5) DEFAULT NULL,
`26` varchar(5) DEFAULT NULL,
`91` varchar(5) DEFAULT NULL,
`27` varchar(5) DEFAULT NULL,
`28` varchar(5) DEFAULT NULL,
`29` varchar(5) DEFAULT NULL,
`30` varchar(5) DEFAULT NULL,
`32` varchar(5) DEFAULT NULL,
`33` varchar(5) DEFAULT NULL,
`31` varchar(5) DEFAULT NULL,
`43` varchar(5) DEFAULT NULL,
`52` varchar(5) DEFAULT NULL,
`05` varchar(5) DEFAULT NULL,
`70` varchar(5) DEFAULT NULL,
`74` varchar(5) DEFAULT NULL,
`65` varchar(5) DEFAULT NULL,
`87` varchar(5) DEFAULT NULL,
`68` varchar(5) DEFAULT NULL,
`92` varchar(5) DEFAULT NULL,
`34` varchar(5) DEFAULT NULL,
`35` varchar(5) DEFAULT NULL,
`36` varchar(5) DEFAULT NULL,
`37` varchar(5) DEFAULT NULL,
`38` varchar(5) DEFAULT NULL,
`39` varchar(5) DEFAULT NULL,
`40` varchar(5) DEFAULT NULL,
`42` varchar(5) DEFAULT NULL,
`44` varchar(5) DEFAULT NULL,
`45` varchar(5) DEFAULT NULL,
`41` varchar(5) DEFAULT NULL,
`46` varchar(5) DEFAULT NULL,
`47` varchar(5) DEFAULT NULL,
`48` varchar(5) DEFAULT NULL,
`49` varchar(5) DEFAULT NULL,
`50` varchar(5) DEFAULT NULL,
`51` varchar(5) DEFAULT NULL,
`53` varchar(5) DEFAULT NULL,
`54` varchar(5) DEFAULT NULL,
`55` varchar(5) DEFAULT NULL,
`56` varchar(5) DEFAULT NULL,
`57` varchar(5) DEFAULT NULL,
`58` varchar(5) DEFAULT NULL,
`59` varchar(5) DEFAULT NULL,
`60` varchar(5) DEFAULT NULL,
`61` varchar(5) DEFAULT NULL,
`75` varchar(5) DEFAULT NULL,
`62` varchar(5) DEFAULT NULL,
`63` varchar(5) DEFAULT NULL,
`66` varchar(5) DEFAULT NULL,
`64` varchar(5) DEFAULT NULL,
`69` varchar(5) DEFAULT NULL,
`71` varchar(5) DEFAULT NULL,
`72` varchar(5) DEFAULT NULL,
`73` varchar(5) DEFAULT NULL,
`77` varchar(5) DEFAULT NULL,
`76` varchar(5) DEFAULT NULL,
`93` varchar(5) DEFAULT NULL,
`80` varchar(5) DEFAULT NULL,
`81` varchar(5) DEFAULT NULL,
`82` varchar(5) DEFAULT NULL,
`90` varchar(5) DEFAULT NULL,
`94` varchar(5) DEFAULT NULL,
`95` varchar(5) DEFAULT NULL,
`83` varchar(5) DEFAULT NULL,
`84` varchar(5) DEFAULT NULL,
`85` varchar(5) DEFAULT NULL,
`86` varchar(5) DEFAULT NULL,
`88` varchar(5) DEFAULT NULL,
`89` varchar(5) DEFAULT NULL,
`78` varchar(5) DEFAULT NULL,
`freq_abs` int(3) DEFAULT NULL COMMENT 'fréquence absolue',
`freq_rel` float DEFAULT NULL COMMENT 'fréquence relative',
`rare_nat` varchar(8) DEFAULT NULL COMMENT 'rareté nationale (6 classes d''égale amplitude)',
PRIMARY KEY (`id`),
KEY `num_nom` (`num_nom`),
KEY `nom_sci` (`nom_sci`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/branches/refact/docs/projets/wikipedia/bdd/A_LIRE.txt
New file
0,0 → 1,17
1. Créer la table dans Mysql à l'aide du fichier wikipedia_communes.sql correspondant à votre version en utilisant
l'onglet "Importer" de PhpMyAdmin
2. Vérifier la présence du fichier csv, correspondant à votre version, contenant les données à l'emplacement :
http://www.tela-botanica.org/eflore/donnees/wikipedia/communes/2011-05-13/communes_tom_com.csv
3. Se connecter sur le serveur en root. Puis lancer les commandes suivantes :
/usr/local/mysql/bin/mysql -u telabotap -p --local-infile=1
use tb_eflore
LOAD DATA LOCAL INFILE '/home/telabotap/www/eflore/donnees/wikipedia/communes/2011-05-13/communes_tom_com.csv'
REPLACE INTO TABLE wikipedia_communes
CHARACTER SET utf8
FIELDS TERMINATED BY ','
ENCLOSED BY '"'
ESCAPED BY '\\'
IGNORE 1 LINES;
4. Lancer le script d'intégration :
cd /home/telabotap/www/eflore/scripts/wikipedia/actuel/
/usr/local/bin/php cli.php former_point -a points
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/branches/refact/docs/projets/wikipedia/bdd/wikipedia.mwb
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/refact/docs/projets/wikipedia/bdd/wikipedia.mwb
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/refact/docs/projets/wikipedia/bdd/wikipedia_meta.sql
New file
0,0 → 1,2
INSERT INTO `wikipedia_meta` (`guid`, `langue_meta`, `code`, `version`, `titre`, `description`, `mots_cles`, `citation`, `url_tech`, `url_projet`, `source`, `createurs`, `editeur`, `contributeurs`, `droits`, `url_droits`, `langue`, `date_creation`, `date_validite`, `couverture_spatiale`, `couverture_temporelle`, `web_services`) VALUES
('urn:lsid:tela-botanica.org:wikipedia-communes:2011', 'fr', 'WIKIPEDIA_COMMUNES', '2011', 'Liste des communes des DROM-COM avec leurs positions géographiques', 'Récupération des informations, principalement géographiques, provenant des "communes" Françaises des DROM-COM.\r\n', 'communes, DROM-COM, France, coordonnées géographiques', NULL, 'http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=IntegrationWikipedia', 'fr.wikipedia.org/France_d''outre-mer', 'Les pages de Wikipedia FR correspondant au DROM-COM.', 'o.nom=wikipedia', 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.org,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données;', NULL, 'Contenu soumis à la licence CC-BY-SA 3.0 (http://creativecommons.org/licenses/by-sa/3.0/deed.fr) Source : Article France d''outre-mer de Wikipédia en français (http://fr.wikipedia.org/wiki/France_d%27outre-mer).', 'http://creativecommons.org/licenses/by-sa/3.0/deed.fr', 'fr', '2011-05-13', NULL, 'FR', '2011', 'nom-commune:0.1;meta-donnees:0.1');
/branches/refact/docs/projets/wikipedia/bdd/wikipedia.sql
New file
0,0 → 1,56
--
-- Structure de la table `wikipedia_meta`
--
 
CREATE TABLE IF NOT EXISTS wikipedia_meta (
guid varchar(255) NOT NULL DEFAULT 'urn:lsid:tela-botanica.org:#projet:#version',
langue_meta varchar(2) NOT NULL DEFAULT 'fr',
code varchar(20) NOT NULL,
version varchar(20) NOT NULL,
titre varchar(255) DEFAULT NULL,
description text,
mots_cles varchar(510) DEFAULT NULL,
citation varchar(255) DEFAULT NULL,
url_tech varchar(510) DEFAULT NULL,
url_projet varchar(510) DEFAULT NULL,
source text,
createurs text,
editeur varchar(1000) NOT NULL DEFAULT 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.org,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données;',
contributeurs text,
droits text,
url_droits varchar(510) DEFAULT NULL,
langue varchar(255) NOT NULL DEFAULT 'fr',
date_creation varchar(30) NOT NULL DEFAULT 'YYYY-MM-DD',
date_validite varchar(255) DEFAULT NULL,
couverture_spatiale varchar(510) NOT NULL DEFAULT 'iso-3166-1.id=FX;',
couverture_temporelle varchar(510) DEFAULT NULL,
web_services varchar(510) DEFAULT NULL COMMENT 'ontologies,meta-donnees,noms,taxons,aide,textes,images,observations,noms-vernaculaires',
PRIMARY KEY (guid,langue_meta)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
 
--
--
-- Structure de la table `wikipedia_communes_v2011`
--
 
CREATE TABLE IF NOT EXISTS wikipedia_communes_v2011 (
code_insee varchar(5) NOT NULL,
code_insee_parent varchar(5) NOT NULL,
nom varchar(100) NOT NULL,
nom_recherche varchar(100) NOT NULL,
latitude double NOT NULL,
longitude double NOT NULL,
utm_secteur int(11) NOT NULL,
utm_x int(11) NOT NULL,
utm_y int(11) NOT NULL,
superficie int(11) NOT NULL COMMENT '(km²)',
altitude_min int(11) NOT NULL COMMENT '(m)',
altitude_max int(11) NOT NULL COMMENT '(m)',
population int(11) NOT NULL,
annee_recenssement int(11) NOT NULL,
code_postal varchar(5) NOT NULL,
page_wikipedia varchar(100) NOT NULL,
capitale varchar(45) NOT NULL,
date_maj datetime NOT NULL,
PRIMARY KEY (code_insee)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/branches/refact/A_LIRE.txt
New file
0,0 → 1,10
Ouvrez une console, déplacer vous dans le dossier où se trouve ce fichier puis Lancer les scripts
dans l'ordre suivant :
./chargerDonnees.sh -h ip_du_serveur -u login -p mot_de_passe
./initialiserBdd.sh
 
chargerDonnees.sh : téléchargement automatique en local des données des projets depuis le serveur de Tela Botanica par ftp
initialiserBdd.sh : initialise en une seule commande l'ensemble de la base de données eFlore.
 
Note : pour ne pas avoir de problème avec le dossier "donnees" et qu'il apparaisse bien non commité (svn:ignore),
il est nécessaire d'utiliser pour SVN dans Eclipse SVN Kit à la place de JavaHL.
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/branches/refact/donnees/baseveg/2013-01-09/baseveg.ods
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/refact/donnees/baseveg/2013-01-09/baseveg.ods
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/refact/donnees/baseveg/2013-01-09/baseveg_meta.sql
New file
0,0 → 1,57
-- phpMyAdmin SQL Dump
-- version 3.5.5
-- http://www.phpmyadmin.net
--
-- Client: localhost
-- Généré le: Lun 11 Février 2013 à 11:52
-- Version du serveur: 5.1.61-log
-- Version de PHP: 5.2.17
 
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
 
 
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
 
--
-- Base de données: `tb_eflore`
--
 
-- --------------------------------------------------------
 
--
-- Structure de la table `baseveg_meta`
--
 
CREATE TABLE IF NOT EXISTS `baseveg_meta` (
`guid` varchar(255) NOT NULL DEFAULT 'urn:lsid:tela-botanica.org:#baseveg:#v2012_07_04',
`langue_meta` varchar(2) NOT NULL DEFAULT 'fr',
`code` varchar(20) NOT NULL,
`version` varchar(20) NOT NULL,
`titre` varchar(255) DEFAULT NULL,
`description` text,
`mots_cles` varchar(510) DEFAULT NULL,
`citation` varchar(255) DEFAULT NULL,
`url_tech` varchar(510) DEFAULT NULL,
`url_projet` varchar(510) DEFAULT NULL,
`source` text,
`createurs` text,
`editeur` varchar(1000) NOT NULL DEFAULT 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.org,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données;',
`contributeurs` text,
`droits` text,
`url_droits` varchar(510) DEFAULT NULL,
`langue` varchar(255) NOT NULL DEFAULT 'fr',
`date_creation` varchar(30) NOT NULL DEFAULT 'YYYY-MM-DD',
`date_validite` varchar(255) DEFAULT NULL,
`couverture_spatiale` varchar(510) NOT NULL DEFAULT 'iso-3166-1.id=FX;',
`couverture_temporelle` varchar(510) DEFAULT NULL,
`web_services` varchar(510) DEFAULT NULL COMMENT 'ontologies,meta-donnees,noms,taxons,aide,textes,images,observations,noms-vernaculaires',
PRIMARY KEY (`guid`,`langue_meta`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/branches/refact/donnees/baseveg/2013-01-09/baseveg_ontologies.tsv
New file
0,0 → 1,129
'1' '0' 'niveau' 'NIV'
'2' '1' 'unités phytosociologiques' 'UP'
'3' '2' 'classe' 'CLA'
'4' '2' 'sous-classe' 'SUBCLA'
'5' '2' 'ordre' 'ORD'
'6' '2' 'alliance' 'ALL'
'7' '2' 'sous-alliance' 'SUBALL'
'8' '2' 'association' 'ASS'
'9' '2' 'sous-association' 'SUBASS'
'10' '2' 'groupement' 'GRPT'
'11' '2' '?' 'BC'
'12' '2' '?' 'DC'
'13' '1' 'synonymes' 'syn'
'14' '13' 'inclut en totalité dans l\'unité retenue, mais ne la recouvre qu\'en partie' 'incl'
'15' '13' 'équivalent à l\'unité retenue' '[en général postérieur]' 'equi'
'16' '13' 'probablement équivalent à l\'unité retenue' '[à vérifier]' 'prob'
'17' '13' 'illégitime' '[le nom a été déjà utilisé antérieurement pour une autre application]' 'illeg'
'18' '13' 'inclut en partie dans l\'unité retenue' '[il doit exister des autres prties du synonyme dans la base]' 'pp'
'19' '13' 'inclut en majeure partie dans l\'unité retenue' 'pmaxp'
'20' '13' 'inclut en mineure partie dans l\'unité retenue' 'pminp'
'21' '13' 'complexe [synusialement ou classiquement]' 'ses unités sont à répartir (pp) ou bien il faut le supprimer.' 'compl'
'22' '13' 'ambigu' 'il créé une confusion' 'ambig'
'23' '13' 'pseudosynonyme (unité différente)' 'non'
'24' '13' 'invalide' 'inval'
'25' '13' 'nomen nudum' 'nn'
'26' '13' 'inédit' 'ined'
'27' '0' 'code CATMINAT' 'CATMINAT'
'28' '27' '1ere clé de détermination' 'grands types de milieux' 'MIL1'
'29' '28' 'Eaux marines océaniques et littorales à végétation aquatique essentiellement algale.' '01'
'30' '28' 'Littoral marin à végétation aérienne, supportant le sel, parfois épisodiquement submergée.' '02'
'31' '28' 'Eaux continentales à sublittorales, douces à saumâtres, en nappes libres et affleurantes, des lacs, étangs, mares, fleuves et rivières, d\'origines naturelles ou créés par l\'homme.' '03'
'32' '28' 'Zones humides plus ou moins amphibies, des bords de lacs, d\'étangs, de rivières, sources et dépressions diverses, à végétation herbacée basse plus ou moins éparse, ne recouvrant pas totalement le sol.' '04'
'33' '28' 'Zones humides, parfois amphibies, des bords de lacs, étangs, fleuves, rivières, torrents, sources, dépressions diverses, à végétation herbacée haute (roselières, cariçaies, mégaphorbiaies), recouvrant généralement complètement le sol.' '05'
'34' '28' 'Tourbières hautes, tourbières basses et tremblants, prairies tourbeuses.' '06'
'35' '28' 'Parois plus ou moins verticales des murs et rochers non marins ; éboulis.' '07'
'36' '28' 'Dalles rocheuses horizontales et sables plus ou moins stabilisés, zones à sols très superficiels généralement de faible niveau trophique et supportant la sécheresse.' '08'
'37' '28' 'Pelouses, steppes et ourlets développés sur des sols riches en calcium, secs, assez superficiels et généralement pauvres en azote.' '09'
'38' '28' 'Pelouses, ourlets et herbes vivaces des coupes forestières sur sols acides.' '10'
'39' '28' 'Pelouses permanentes des étages alpin à subalpin.' '11'
'40' '28' 'Prairies eurosibériennes des sols moyennement riches à riches en azote, subissant des pratiques agricoles variées (fertilisation, amendement, fauche, pâturage, jachère, semis...).' '12'
'41' '28' 'Cultures, friches, coupes forestières à sols perturbés, lieux plus ou moins rudéralisés, et zones naturelles de caractères écologiques similaires (pieds de falaises, ourlets dunaires...). ' '13'
'42' '28' 'Landes et garrigues à plantes vivaces ligneuses (sous-arbrisseaux chaméphytiques de quelques décimètres de hauteur).' '14'
'43' '28' 'Haies arbustives, halliers, fruticées, maquis, matorrals, buissons, pré-manteaux et manteaux externes et de coupes forestières (lisières arbustives), souvent linéaires mais parfois en nappes spatiales, ou plus ou moins éclatés, constituées d\'arbustes et d\'arbrisseaux.' '15'
'44' '28' 'Végétations arborescentes et herbacées intraforestières, des forêts, bois et bosquets arborescents.' '16'
'45' '27' ' 2eme clé de détermination' 'MIL2'
'46' '45' 'Algues marines, pélagiques, présentes en pleine eau dans une zone comprise entre 0 et 50 mètres de profondeur (zone épipélagique).' '01/1'
'47' '45' 'Algues marines, pélagiques, présents en pleine eau dans une zone comprise entre 50 et 100 mètres de profondeur (zone mésopélagique).' '01/2'
'48' '45' 'Organismes marins, pélagiques, présents en pleine eau dans une zone comprise entre 100 et 500 mètres de profondeur, au dessus de l\'étage bathyal supérieur (zone infrapélagique). ' '01/3'
'49' '45' 'Organismes marins, pélagiques, présents en pleine eau dans une zone comprise entre 500 et 3000 mètres de profondeur, au dessus de l\'étage bathyal typique (zone bathypélagique).' '01/4'
'50' '45' 'Organismes marins, pélagiques, présents en pleine eau dans une zone comprise entre 3000 et 6000 mètres de profondeur, au dessus de l\'étage abyssal (zone abyssopélagique).' '01/5'
'51' '45' 'Organismes marins, pélagiques, présents en pleine eau dans une zone comprise entre 6000 et 12000 mètres de profondeur, au dessus de l\'étage hadal (zone hadopélagique).' '01/6'
'52' '45' 'Végétation algale, benthique, aimant la lumière, se développant sur les substrats des étages médiolittoral et infralittoral. [Dictyoto dichotomae - Laurencietea pinnatifidae]' '01/7'
'53' '45' 'Végétation algale se développant à l\'étage médiolittoral sur des substrats sableux.' '01/8'
'54' '45' 'Végétation d\'algues incrustantes ou appliquées sur un substrat dur.' '01/9'
'55' '45' 'Végétation algale aimant la lumière, se développant en épiphyte sur les herbiers de phanérogames marines. ' '01/10'
'56' '45' 'Végétation herbacée vivace de spermaphytes aquatiques des eaux marines littorales, constituant l\'essentiel de la biomasse des "herbiers sous-marins", surtout présente à l\'étage infralittoral. ' '01/11'
'57' '45' 'Végétation algale benthique, supportant l\'ombrage, se développant aux étages circalittoral à infralittoral inférieur, avec quelques exclaves en situations écologiques particulières (grottes médiolittorales par exemple).' '01/12'
'58' '45' 'Végétation algale de milieux riches en azote, se développant aux étages médiolittoral et infralittoral.' '01/13'
'59' '45' 'Algues marines, benthiques, présentes sur les substrats du talus continental (étage bathyal), entre environ une centaine et 3000 mètres de profondeur, donc au dessous de la profondeur ou l\'éclairement résiduel atteint 1 % de celui de la surface.' '01/14'
'60' '45' 'Organismes marins, benthiques, présents sur les substrats des plaines abyssales (étage abyssal), entre environ 3000 et 6000 mètres de profondeur.' '01/15'
'61' '45' 'Organismes marins, benthiques, présents sur les substrats des fosses et ravins des grands fonds (étage hadal), entre environ 6000 et 12000 mètres de profondeur.' '01/16'
'62' '45' 'Végétation de plantes annuelles aimant l\'azote et supportant le sel (bénéficiant de la minéralisation des laisses de mer), préférant les conditions moyennement humides au niveau du sol. ' '02/1'
'63' '45' 'Végétation de plantes annuelles supportant légèrement le sel, préférant des sols plutôt secs ou s\'assèchant en surface l\'été, généralement sableux.' '02/2'
'64' '45' 'Végétation de plantes annuelles supportant le sel, se développant sur les vases salées maritimes des estuaires ou des baies plus ou moins fermées et soumises aux marées, parfois sur des suintements sales de l\'intérieur des terres.' '02/3'
'65' '45' 'Végétation vivace herbacée des sables calcaires plus ou moins mobiles des dunes littorales maritimes, en climats plutôt chauds. ' '02/4'
'66' '45' 'Végétation de plantes vivaces herbacées des climats frais, se développant sur les sables et graviers littoraux maritimes.' '02/5'
'67' '45' 'Végétation de plantes vivaces herbacées, supportant le sel, existant le long des littoraux maritimes des quatre mers, où elles constituent la plus grande partie des "prés salés".' '02/6'
'68' '45' 'Végétation de plantes vivaces herbacées, se développant dans les fissures éclairées des falaises maritimes méditerranéennes.' '02/7'
'69' '45' 'Végétation de plantes vivaces surtout ligneuses (sous-arbrisseaux chaméphytiques), des vases salées littorales maritimes (prés salés non ou peu exploités des estuaires et baies). ' '02/8'
'70' '45' 'Voiles de plantes annuelles aquatiques, flottant librement en surface des eaux douces stagnantes à faiblement mobiles, préférant la lumière mais supportant un ombrage moyen. ' '03/1'
'71' '45' 'Herbiers dulcaquicoles immergés, surtout vivaces et le plus souvent enracinés, des eaux eutrophes à mésotrophes.' '03/2'
'72' '45' 'Herbiers dulcaquicoles immergés des eaux dystrophes et organiques à oligotrophes. ' '03/3'
'73' '45' 'Herbiers dulcaquicoles de charophytes, pionniers dans les milieux perturbés peu profonds, ou permanents et préférant la faible luminosité des profondeurs (jusqu\'à 40 m), dans les eaux calmes ou faiblement courantes, généralement pauvres en azote et phosphore, bien oxygénées, des lacs, étangs et chenaux.' '03/4'
'74' '45' 'Végétation de plantes herbacées vivaces et enracinées, aérienne mais se développant dans des eaux peu profondes, aimant la lumière, formant souvent des sortes d\'ourlets flottants des roselières mais se développant parfois en nappe, en particulier dans les petites rivières peu profondes et les fossés à faible courant d\'eau de l\'étage planitiaire. ' '04/1'
'75' '45' 'Végétation herbacée vivace aimant l\'humidité des bords de source.' '04/2'
'76' '45' 'Végétation herbacée vivace, rase, aquatique à amphibie, des sols pauvres en azote et parfois tourbeux des bords de lacs et d\'étangs.' '04/3'
'77' '45' 'Pelouses rases amphibies des mares temporaires, constituées de plantes herbacées vivaces, se développant sur des sols pauvres en azote, en zones à climat chaud. ' '04/4'
'78' '45' 'Végétation de plantes annuelles des lieux humides, se rencontrant sur des sols moyennement riches à pauvres en azote et en phosphore.' '04/5'
'79' '45' 'Végétation de plantes annuelles a développement estival, pionnière sur sols humides riches en azote et phosphore, s\'asséchant l\'été.' '04/6'
'80' '45' 'Végétation de plantes annuelles accompagnatrices des cultures de riz. ' '04/7'
'81' '45' 'Végétation de plantes vivaces herbacées des mégaphorbiaies subalpines à montagnardes et boréales. ' '05/1'
'82' '45' 'Végétation de plantes vivaces herbacées des mégaphorbiaies planitiaires à collinéennes. Elles se rencontrent au bord des rivières (souvent en situation plus ou moins forestière) et colonisent les prairies humides abandonnées, sur des sols plus ou moins riches en azote et phosphore, inondés généralement seulement l\'hiver. ' '05/2'
'83' '45' 'Végétation herbacée vivace de grandes plantes des bords d\'étangs et de lacs, plus rarement de rivières, se développant sur des sols engorgés longuement, moyennement riches à riches en azote, parfois tourbeux mais toujours de pH neutre.' '05/3'
'84' '45' 'Végétation herbacée vivace des tourbières (haut-marais et bas-marais tourbeux à paratourbeux, pelouses humides et tremblants aquatiques), se développant sur des sols pauvres à moyennement pauvres en azote.' '06/1'
'85' '45' 'Végétation muscinale des tourbières acides.' '06/2'
'86' '45' 'Végétation muscinale des tourbières neutro-basiques et tufs calcaires. ' '06/3'
'87' '45' 'Végétation vivace herbacée, des suintements humides et ombragés sur roches calcaires ou riches en bases échangeables, dans les régions à climats plutôt chauds. ' '07/1'
'88' '45' 'Végétation de plantes vivaces herbacées des murs et parois de rochers plus ou moins verticaux, non ou peu humides. ' '07/2'
'89' '45' 'Végétation de plantes vivaces herbacées des éboulis plus ou moins mobiles et plus ou moins fins.' '07/3'
'90' '45' 'Pelouses herbacées vivaces, plus ou moins ouvertes, parfois crassulescentes, des sols superficiels sur dalles et rochers plus ou moins horizontaux, sommets de murs et sables plus ou moins stabilisés.' '08/1'
'91' '45' 'Pelouses vivaces herbacées, présente sur des terrains calaminaires, chargés en métaux lourds.' '08/2'
'92' '45' 'Tonsures herbacées annuelles, présentes sur les sols sableux pauvres en azote, ou sur des sols très superficiels sur rochers, secs à moyennement secs (dans ce cas s\'asséchant l\'été), plutôt acides.' '08/3'
'93' '45' 'Tonsures herbacées annuelles, des sols secs à pH neutre à basique, calciques, pauvres en azote, ou des sols initiaux sur rochers. ' '08/4'
'94' '45' 'Tonsures annuelles basophiles, sabulicoles, maritimes, thermoméditerranéennes.' '08/5'
'95' '45' 'Végétation herbacée vivace (avec parfois quelques petits ligneux) des pelouses calcicoles médioeuropéennes, aimant la lumière, développées sur des sols plutôt secs et pauvres en azote, plus ou moins superficiels.' '09/1'
'96' '45' 'Végétation vivace des lisières herbacées moyennement ombragées (ourlets), développée sur des sols neutro-basiques souvent riches en calcium, pauvres à moyennement pauvres en azote et secs.' '09/2'
'97' '45' 'Végétation vivace des pelouses calcicoles, essentiellement herbacée mais plus ou moins riche en petits ligneux, présente aux étages méso- à thermoméditerranéen, sur des substrats calcaires ou siliceux mais alors riches en cations échangeables, pauvres à moyennement pauvres en azote.' '09/3'
'98' '45' 'Végétation vivace des pelouses basophiles subdésertiques.' '09/4'
'99' '45' 'Végétation herbacée vivace des pelouses sur sols acides, assez pauvres en azote, mais généralement assez profonds, présentes de la plaine à l\'étage alpin, longuement enneigées à ce dernier étage. ' '10/1'
'100' '45' 'Végétation vivace des lisières herbacées plus ou moins ombragées (ourlets) sur sols acides, pauvres à moyennement pauvres en azote. ' '10/2'
'101' '45' 'Pelouses vivaces et ouvertes sur sols acides, pauvres en azote, peu profonds, enneigés peu longuement et seulement en hiver, exposées aux vents violents et froids, arctico-alpines. ' '11/1'
'102' '45' 'Pelouses vivaces se développant sur les sols humides et longuement enneigés des combes à neige.' '11/2'
'103' '45' 'Pelouses vivaces permanentes, ouvertes, établies sur des sols pauvres en azote, à pH neutrobasique, dans des zones généralement exposées, précocement déneigées, à climat froid, arctico-alpines.' '11/3'
'104' '45' 'Pelouses des étages alpin et subalpin, présentes sur des sols riches en calcium, pauvres en azote, bien exposés, en zones de climat à grande amplitude thermique journalière, de répartition européenne plutôt méridionale.' '11/4'
'105' '45' 'Végétation herbacée vivace des prairies eurosibériennes. ' '12/1'
'106' '45' 'Friches herbacées vivaces à nombreuses espèces bisannuelles, le plus souvent rudérales, aimant l\'azote, développée sur des sols secs à moyennement secs, dans des régions au climat plutôt chaud. ' '13/1'
'107' '45' 'Friches et ourlets constitués de plantes vivaces herbacées, répandues dans la région eurosibérienne sur des sols riches en azote, moyennement pourvus en eau, exceptionnellement humides et dans ce cas ombragés. ' '13/2'
'108' '45' 'Végétations d\'annuelles accompagnatrices des cultures, développée sur des sols riches à moyennement riches en azote. ' '13/3'
'109' '45' 'Friches annuelles pionnières, développée sur des sols riches à moyennement riches en azote, dans les zones rudéralisées.' '13/4'
'110' '45' 'Végétations nitrophiles naturelles à annuelles pionnières des clairières, lisières et éboulis européens.' '13/5'
'111' '45' 'Tonsures nitrophiles des lieux surpiétinés.' '13/6'
'112' '45' 'Landes méditerranéennes méridionales, présentes aux étages montagnard et supraméditerranéen corso-sardes. ' '14/1'
'113' '45' 'Garrigues méditerranéennes, présentes sur des sols à pH neutre à basique.' '14/2'
'114' '45' 'Cistaies méditerranéennes développées sur des sols acides en zones à climat chaud.' '14/3'
'115' '45' 'Landes planitiaires-collinéennes, des zones de climat océanique tempéré, sur sols généralement acides. ' '14/4'
'116' '45' 'Landes arctico-alpines à planitiaires-continentales, des zones à climat plutôt froid.' '14/5'
'117' '45' 'Chaméphytaies halophiles continentales à sublittorales, méditerranéennes à subdésertiques.' '14/6'
'118' '45' 'Manteaux et maquis méditerranéens (matorrals).' '15/1'
'119' '45' 'Pré-manteaux arbustifs pionniers, aimant la lumière et la chaleur, établis sur des sols minéraux, acides, plutôt pauvres en azote, jamais humides. ' '15/2'
'120' '45' 'Fourrés arbustifs hygrophiles des sols tourbeux planitiaires à submontagnard.' '15/3'
'121' '45' 'Fourrés arbustifs aimant la chaleur, établis sur des sols minéraux et humides à fort battement de nappe, essentiellement le long des rivières méditerranéennes.' '15/4'
'122' '45' 'Fourrés arbustifs des sols minéraux humides souvent à éléments grossiers, répandue dans les eaux courantes à fort battement saisonnier de nappe, surtout dans les fleuves et rivières de la région eurosibérienne.' '15/5'
'123' '45' 'Fourrés arbustifs subalpins, mésohydriques.' '15/6'
'124' '45' 'Buissons hydrophiles, boréaux à subalpins, rarement montagnards (tourbières).' '15/7'
'125' '45' 'Végétation arbustive eurosibérienne, des manteaux externes et des coupes, fruticées, halliers (= manteau en nappe, équivalent structural des maquis ou matorrals méditerranéens), haies, également dispersée à l\'intérieur des forêts ou formant des fourrés de colonisation, des buissons. Elle est établie généralement sur des sols assez riches en azote, souvent évolués (avec des horizons pédologiques bien définis), non tourbeux, aux étages planitiaires à montagnard.' '15/8'
'126' '45' 'Associations arborescentes, généralement caducifoliées, planitiaires à montagnardes, exceptionnellement supraméditerranéennes.' '16/1'
'127' '45' 'Associations arborescentes, généralement sempervirentes et dominées par des conifères, boréo-subalpines.' '16/2'
'128' '45' 'Associations arborescentes, généralement sempervirentes et dominées par des arbres feuillus sclérophylles, plus rarement par des conifères, thermo- et mésoméditerranéennes. ' '16/3'
'129' '45' 'Végétation herbacée vivace, le plus souvent intraforestière, plus ou moins adaptée à un ombrage relatif et à une humidité atmosphérique relativement élevée, de développement optimal généralement printanier.' '16/4'
/branches/refact/donnees/baseveg/2013-01-09/baseveg_v2013_01_09.tsv
New file
0,0 → 1,8481
1 1 01/A6. CLA Zosteretea marinae Pignatti 1953 herbiers marins phanérogamiques Pignatti, S., 1953. Introduzione allo studio fitosociologico della pianura veneta orientale con particolare riguardo alla vegetazione litoreana. Archivio Botanico, 29, 3 ser., 13(2) : 65-98.
2 2 01/A6. syn incl Halodulo wrightii - Cymodoceetea nodosae Knapp 1965 ?
3 3 01/A6. syn incl Halodulo wrightii - Thalassietea testudinum Den Hartog 1976 Hartog, C. den, 1976. Structure of seagrass communities and its impact on the phytosociological classification system. Coll. Phytosociol., 4 : 249-256.
4 4 01/A6. syn incl Halodulo wrightii - Thalassietea testudinum Den Hartog 1976 ex Rivas-Martínez, Fernández-González & Loidi 1999 Rivas-Martínez, S., F. Fernández-González & J. Loidi 1999. Checklist of plant communities of Iberian Peninsula, Balearic and Canary Islands to suballiance level. Itinera Geobot., 13 : 353-451. Hartog, C. den, 1976. Structure of seagrass communities and its impact on the phytosociological classification system. Coll. Phytosociol., 4 : 249-256.
5 5 01/A6. syn incl Posidonietea oceanicae den Hartog 1976 Hartog, C. den, 1976. Structure of seagrass communities and its impact on the phytosociological classification system. Coll. Phytosociol., 4 : 249-256.
6 6 01/A6.0.1 ORD Zosteretalia marinae Béguinot 1941 em. Tüxen & Oberdorfer 1958 herbiers marins phanérogamiques Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328. Béguinot, A., 1941. La vita della piante vasculari. La laguna di Venezia, 3(2) : 369 p.
7 7 01/A6.0.1 syn = Zosteretalia marinae Béguinot 1941 Béguinot, A., 1941. La vita della piante vasculari. La laguna di Venezia, 3(2) : 369 p.
8 8 01/A6.0.1 syn incl Posidonietalia oceanicae den Hartog 1976 Hartog, C. den, 1976. Structure of seagrass communities and its impact on the phytosociological classification system. Coll. Phytosociol., 4 : 249-256.
9 9 01/A6.0.1 syn incl Thalassietalia testudini den Hartog 1976 Hartog, C. den, 1976. Structure of seagrass communities and its impact on the phytosociological classification system. Coll. Phytosociol., 4 : 249-256.
10 10 01/A6.0.1 syn incl Thalassio testudini - Syringodietalia filiformis Borhidi, Muñiz & Del Risco 1983 Borhidi, A., O. Muñiz & E. Del Risco 1983. Plant communities of Cuba I. Fresh-and salt water, swamp and coastal vegetation. Acta Bot. Acad. Sci. Hung., 29 : 337-376.
11 11 01/A6.0.1 syn incl Thalassio testudini - Syringodietalia filiformis Borhidi, Muñiz & Del Risco in Borhidi 1996 Borhidi, A., 1996. Phytogeography and vegetation ecology of Cuba. Akademiai Kiadó, 923 p. Budapest.
12 12 01/A6.0.1.0.1 ALL Zosterion marinae Christiansen 1934 herbiers marins phanérogamiques, atlantiques Christiansen, W., 1934. Das Pflanzengeographische und soziologische Verhalten der Salzpflanzen mit besonderer Berücksichtigung von Schleswig-Holstein. Beitr. Biol. Pflanz., 22 : 139-154.
13 13 01/A6.0.1.0.1/01 ASS Zosteretum marinae (Börgesen 1905) Harmsen 1936 Côtes Atlantique, Manche, Mer du Nord herbier sous-marin infralittoral plat hyperocéanique (atlantique) médian mésotherme hémisciaphile aquatique aquatique eutrophile basophile sable climacique Harmsen, G.W., 1936. Systematische Beobachtungen der Nordwesteuropäischen Seegrasformen. Ned. Kruidk. Arch., 46 : 852-877. Borgesen, F., 1905. The algae vegetation of the Faeröes coasts, with remarks on the phytogeography. Bot. Faeröes, 2 : 683-734.
14 14 01/A6.0.1.0.1/01 syn = Zosteretum marinae Börgesen 1905 ex van Goor 1921 ? Borgesen, F., 1905. The algae vegetation of the Faeröes coasts, with remarks on the phytogeography. Bot. Faeröes, 2 : 683-734.
15 15 01/A6.0.1.0.1/02 ASS Zosteretum noltii Harmsen 1936 Côtes Atlantique, Manche, Mer du Nord herbier amphibie médiolittoral inférieur plat hyperocéanique (atlantique) septentrional psychrophile hémihéliophile amphibie hydricité eutrophile basophile argile climacique Harmsen, G.W., 1936. Systematische Beobachtungen der Nordwesteuropäischen Seegrasformen. Ned. Kruidk. Arch., 46 : 852-877.
16 16 01/A6.0.1.0.1/02 syn compl Giraudio sphacelarioidis - Zosteretum noltii Boudouresque, Belscher & Marcot-Coqueugniot 1977 'Boudouresque, C. F., Belsher, T., Marcot-Coqueugniot, J., 1977. Végétation marine de l''île de Port-Cros (Parc national). XVII Phytobenthos du port de Port-Cros. Trav. Sci. Parc Nation. Port-Cros, 3 : 89-120. '
17 17 01/A6.0.1.0.2 1120* ALL Posidonion oceanicae Braun-Blanquet 1931 herbiers marins phanérogamiques, méditerranéens Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
18 18 01/A6.0.1.0.2 syn = Posidonion oceanicae Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
19 19 01/A6.0.1.0.2 syn incl Cymodoceion nodosae den Hartog 1976 Hartog, C. den, 1976. Structure of seagrass communities and its impact on the phytosociological classification system. Coll. Phytosociol., 4 : 249-256.
20 20 01/A6.0.1.0.2 syn incl Syringodio filiformis - Thalassion testudinum Borhidi 1996 Borhidi, A., 1996. Phytogeography and vegetation ecology of Cuba. Akademiai Kiadó, 923 p. Budapest.
21 21 01/A6.0.1.0.2/01 ASS Posidonietum oceanicae Funk 1927 Côtes méditerranéennes herbier sous-marin infralittoral plat hyperocéanique (thermoméditerranéen) méridional thermophile hémisciaphile aquatique aquatique eutrophile basophile sable climacique Funk, G., 1927. Die algenvegetation des Golfs von Neapel nach neueren ökologischen Untersuchungen. Publ. Staz. Zool. Napoli, 7 suppl. . 507 p.
22 22 01/A6.0.1.0.2/01 syn = Posidonietum oceanicae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
23 23 01/A6.0.1.0.2/02 ASS Cymodoceetum nodosae Feldmann 1938 Côtes méditerranéennes herbier sous-marin infralittoral plat hyperocéanique (thermoméditerranéen) méridional thermophile hémisciaphile aquatique aquatique eutrophile basophile sable climacique Feldmann, J., 1938. Recherches sur la végétation marine de la Méditerranée : la côte des Albères. Rev. Alg., 10 : 1- 336.
24 24 01/A6.0.1.0.2/02 syn = Cymodoceo nodosae - Zosteretum marinae (Feldmann 1938) Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Feldmann, J., 1938. Recherches sur la végétation marine de la Méditerranée : la côte des Albères. Rev. Alg., 10 : 1- 336.
25 25 02/1. 1210 CLA Cakiletea maritimae Tüxen & Preising in Tüxen 1950 annuelles eutrophiles des laisses de mer Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
26 26 02/1. syn = Cakiletea maritimae Tüxen & Preising in Tüxen 1950 ex Braun-Blanquet & Tüxen 1952 Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
27 27 02/1. syn pp Cakilo maritimae - Salicornietea europaeae Pignatti 1953 Cakileto - Therosalicornietea Pignatti, S., 1953. Introduzione allo studio fitosociologico della pianura veneta orientale con particolare riguardo alla vegetazione litoreana. Archivio Botanico, 29, 3 ser., 13(1) : 1-25.
28 28 02/1.0.1 ORD Atriplicetalia littoralis Sissingh in Westhoff, Dijk, Passchier & Sissingh 1946 annuelles eutrophiles des laisses de mer européennes Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p.
29 29 02/1.0.1 syn = Cakiletalia maritimae subsp. integrifoliae Tüxen ex Oberdorfer 1949 corr. Rivas-Martínez, Costa & Loidi 1992 Cakiletalia integrifoliae Rivas-Martínez, S., M. Costa & J. Loidi, 1992. La vegetación de las Islas de Ibiza y Formentera (Islas Baleares, España). Itinera Geobot. 6 : 99-235.
30 30 02/1.0.1 syn = Cakiletalia maritimae Tüxen & Oberdorfer 1946 ?
31 31 02/1.0.1 syn = Cakiletalia maritimae Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
32 32 02/1.0.1 syn = Cakiletalia maritimae Tüxen in Braun-Blanquet & Tüxen 1952 Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
33 33 02/1.0.1 syn incl Cakiletalia maritimae subsp. integrifoliae Tüxen & Oberdorfer 1946 ex Oberdorfer 1950 corr. Rivas-Martínez, Costa & Loidi 1992 Rivas-Martínez, S., M. Costa & J. Loidi, 1992. La vegetación de las Islas de Ibiza y Formentera (Islas Baleares, España). Itinera Geobot. 6 : 99-235.
34 34 02/1.0.1 syn incl Cakilion maritimae Pignatti 1953 ex Passarge 1978 Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195.
35 35 02/1.0.1 syn incl Euphorbietalia peplidis Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
36 36 02/1.0.1.0.1 ALL Atriplicion littoralis (Nordhagen 1940) Tüxen 1950 annuelles eutrophiles des laisses de mer vasicoles, atlantiques Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
37 37 02/1.0.1.0.1 syn = ? Atriplicion littoralis Nordhagen 1940 Nordhagen, R., 1940. Studien über die maritime Vegetation Norwegens. I : Die Pflanzengesellschaften der Tangwälle. Berg. Mus. Arb., Natv. Rk., 2, 123 p.
38 38 02/1.0.1.0.1 syn compl Salsolo kali - Honckenyion peploidis Tüxen 1950 Salsolo kali - Minuartion peploidis Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
39 39 02/1.0.1.0.1 syn compl Salsolo kali - Honckenyion peploidis Tüxen 1950 ex Braun-Blanquet & Tüxen 1952 Salsolo kali - Minuartion peploidis Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
40 40 02/1.0.1.0.1/01 ASS Atriplicetum littoralis Tüxen 1937 annuelles eutrophiles des laisses de mer vasicoles, psychroatlantiques Côtes Manche et Mer du Nord laisses de mer schorre plat hyperocéanique (atlantique) septentrional psychrophile héliophile hydrophile humide eutrophile basophile argile pionnier Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
41 41 02/1.0.1.0.1/01 syn = Atriplicetum littoralis Libbert 1940 Libbert, W., 1940. Die Pflanzengesellschaften der Halbinsel Darss (Vorpommern). Feddes Repert., Beih., 114, 95 p.
42 42 02/1.0.1.0.1/01 syn compl Beto vulgaris subsp. maritimae - Atriplicetum littoralis Géhu 1976 Beto maritimae - Atriplicetum littoralis Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975).
43 43 02/1.0.1.0.1/01 syn compl Matricario maritimae - Atriplicetum littoralis (Christiansen 1934) Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Christiansen, W., 1934. Das Pflanzengeographische und soziologische Verhalten der Salzpflanzen mit besonderer Berücksichtigung von Schleswig-Holstein. Beitr. Biol. Pflanz., 22 : 139-154.
44 44 02/1.0.1.0.1/01 syn incl compl Atriplici prostratae - Betetum vulgaris subsp. maritimae (Arènes 1933) Géhu 1976 Atriplici prostratae - Betetum maritimae Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975).
45 45 02/1.0.1.0.1/01 syn incl compl Atriplici prostratae - Betetum vulgaris subsp. maritimae Géhu 1968 Atriplici prostratae - Betetum maritimae Géhu, J.-M., 1968. Application en phytosociologie de la cartographie en réseaux. Bull. Soc. Bot. N. Fr., 22 : 1-25.
46 46 02/1.0.1.0.1/01 syn incl compl Atriplici prostratae - Betetum vulgaris subsp. maritimae J.-M. & J. Géhu 1969 Atriplici prostratae - Betetum maritimae Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
47 7880 02/1.0.1.0.1/01 syn nn illeg ined Atriplicetum littoralis Chistiansen 1934 Christiansen, W., 1934. Das Pflanzengeographische und soziologische Verhalten der Salzpflanzen mit besonderer Berücksichtigung von Schleswig-Holstein. Beitr. Biol. Pflanz., 22 : 139-154.
48 47 02/1.0.1.0.1/02 ASS Junco ranarii - Chenopodietum chenopodioidis Géhu & Franck 1982 annuelles eutrophiles des laisses de mer vasicoles, psychroatlantiques Côtes Manche et Mer du Nord laisses de mer schorre plat hyperocéanique (atlantique) septentrional psychrophile héliophile hydrophile humide eutrophile basophile argile pionnier Géhu, J.-M. & J. Franck, 1982. La végétation du littoral Nord-Pas de Calais (essai de synthèse). 362 p. Bailleul.
49 48 02/1.0.1.0.1/03 ASS Atriplici prostratae - Chenopodietum chenopodioidis Bouzillé, de Foucault & Lahondère 1984 annuelles eutrophiles des laisses de mer vasicoles, thermoatlantiques Côtes aquitaines laisses de mer schorre plat hyperocéanique (atlantique) médian mésotherme héliophile hydrophile humide eutrophile basophile argile pionnier 'Bouzillé, J.B., Foucault, B. de, Lahondère, C., 1984. Contribution à l''étude phytosociologique des marais littoraux-atlantiques du Centre-Ouest. Bull. Soc. Bot. Centre-Ouest, N.S., 15 : 35-41.'
50 49 02/1.0.1.0.2 ALL Atriplici laciniatae - Salsolion kali (Tüxen 1950) Géhu 1975 annuelles eutrophiles des laisses de mer arénicoles, atlantiques Géhu, J.-M., 1975. Essai systématique et chorologique sur les principales associations végétales du littoral atlantique français. Anales Real Acad. Farm., 41 : 207-227. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
51 50 02/1.0.1.0.2 syn compl Salsolo kali - Honckenyion peploidis Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
52 7883 02/1.0.1.0.2/01 ASS Salsolo kali - Atriplicetum laciniatae collectif phytosocio CBNBL 2011 prov. annuelles eutrophiles des laisses de mer sur sables, psychroatlantiques Côtes Atlantique, Manche, Mer du Nord laisses de mer médiolittoral supérieur/supralitt pente nord ou ouest hyperocéanique (atlantique) septentrional psychrophile héliophile hygrophile humide eutrophile basophile sable pionnier hoc loco
53 52 02/1.0.1.0.2/01 syn ambig Atriplicetum laciniatae Tüxen 1950 Atriplicetum tornabeni Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
54 53 02/1.0.1.0.2/01 syn ambig Cakiletum maritimae Nordhagen 1940 Nordhagen, R., 1940. Studien über die maritime Vegetation Norwegens. I : Die Pflanzengesellschaften der Tangwälle. Berg. Mus. Arb., Natv. Rk., 2, 123 p.
55 54 02/1.0.1.0.2/01 syn compl Beto vulgaris subsp. maritimae - Atriplicetum laciniatae Tüxen (1950) 1967 Tüxen, R., 1967. Pflanzensoziologische Beobachtungen an südwestnorwegischen Küsten-Dünengebieten. Aquilo, Ser. Botanica, 6 : 241-272. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
56 60 02/1.0.1.0.2/01 syn compl pp Cakilo maritimae - Corispermetum pallasii Géhu 1992 Géhu, J.-M., 1992. Essai de typologie syntaxonomique des communautés européennes de salicornes annuelles. Coll. Phytosoc., 18 : 243-260. (Phytosociologie littorale et taxonomie, Bailleul 1989).
57 51 02/1.0.1.0.2/01 syn non Salsolo kali - Cakiletum maritimae subsp. integrifoliae Passarge 1973 Passarge, H., 1973. Zur soziologischen Gliederung von Sandstrandgesellschaften der Ostseeküste. Feddes Repert., 84 : 231-258.
58 56 02/1.0.1.0.2/02 ASS Polygono raii - Atriplicetum glabriusculae Tüxen 1950 annuelles eutrophiles des laisses de mer sur graviers, psychroatlantiques Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
59 59 02/1.0.1.0.2/02 syn = Polygono raii - Atriplicetum glabriusculae Tüxen 1950 in Braun-Blanquet & Tüxen 1952 Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
60 57 02/1.0.1.0.2/02 syn compl Beto vulgaris subsp. maritimae - Atriplicetum glabriusculae (Géhu 1960) Géhu & Franck 1982 Beto maritimae - Atriplicetum glabriusculae Géhu, J.-M. & J. Franck, 1982. La végétation du littoral Nord-Pas de Calais (essai de synthèse). 362 p. Bailleul. Géhu, J.-M., 1960. La végétation des levées de galets du littoral français de la Manche. Bull. Soc. Bot. N. Fr., 13 : 141-152.
61 58 02/1.0.1.0.2/02 syn compl Beto vulgaris subsp. maritimae - Atriplicetum glabriusculae Géhu 1960 Beto maritimae - Atriplicetum glabriusculae Géhu, J.-M., 1960. La végétation des levées de galets du littoral français de la Manche. Bull. Soc. Bot. N. Fr., 13 : 141-152.
62 55 02/1.0.1.0.2/02 syn illeg Atriplicetum glabriusculae (Tüxen 1950) Julve 2003 ass. nov. hoc loco Côtes Manche et Mer du Nord laisses de mer médiolittoral supérieur/supralitt plat hyperocéanique (atlantique) septentrional psychrophile héliophile hygrophile humide eutrophile neutrophile gravier pionnier hoc loco Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
63 7882 02/1.0.1.0.2/02 syn non Polygonetum raii Nordhagen 1940 Nordhagen, R., 1940. Studien über die maritime Vegetation Norwegens. I : Die Pflanzengesellschaften der Tangwälle. Berg. Mus. Arb., Natv. Rk., 2, 123 p.
64 61 02/1.0.1.0.3 ALL Euphorbion peplis Tüxen 1950 annuelles eutrophiles des laisses de mer arénicoles, méditerranéennes Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
65 62 02/1.0.1.0.3 syn = Cakilion maritimae Pignatti 1953 Pignatti, S., 1953. Introduzione allo studio fitosociologico della pianura veneta orientale con particolare riguardo alla vegetazione litoreana. Archivio Botanico, 29, 3 ser., 13(1) : 1-25.
66 63 02/1.0.1.0.3 syn compl Glaucio flavi - Cakilion maritimae Tüxen ex O. de Bolòs 1962 Bolos, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona.
67 64 02/1.0.1.0.3 syn compl Salsolo - Polygonion maritimi Pignatti 1953 Pignatti, S., 1953. Introduzione allo studio fitosociologico della pianura veneta orientale con particolare riguardo alla vegetazione litoreana. Archivio Botanico, 29, 3 ser., 13(1) : 1-25.
68 65 02/1.0.1.0.3/01 ASS Salsolo kali - Cakiletum maritimae subsp. maritimae (Dierschke 1975) Costa & Mansanet 1981 annuelles eutrophiles des laisses de mer sur sables, méditerranéennes Côtes méditerranéennes laisses de mer médiolittoral supérieur/supralitt pente sud hyperocéanique (thermoméditerranéen) méridional thermophile héliophile hygrophile humide eutrophile basophile sable pionnier Salsolo kali - Cakiletum maritimae Costa, M. & J. Mansanet 1981. Los ecosistemas dunares levantinos: la Dehesa de la Albufera de Valencia. Anales Jard. Bot. Madrid 37, 2. 277-299.
69 66 02/1.0.1.0.3/01 syn = Cakilo maritimae - Xanthietum italici Pignatti 1953 Pignatti, S., 1953. Introduzione allo studio fitosociologico della pianura veneta orientale con particolare riguardo alla vegetazione litoreana. Archivio Botanico, 29, 3 ser., 13(1) : 1-25.
70 67 02/1.0.1.0.3/02 ASS Euphorbietum peplidis (Tüxen 1950) Julve 2003 ass. nov. hoc loco annuelles eutrophiles des laisses de mer sur graviers, méditerranéennes Côtes méditerranéennes laisses de mer médiolittoral supérieur/supralitt plat hyperocéanique (thermoméditerranéen) méridional thermophile héliophile hygrophile humide eutrophile neutrophile sable pionnier hoc loco Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
71 68 02/1.0.1.0.3/02 syn compl Honckenyo peploidis - Euphorbietum peplidis Tüxen 1950 ex Géhu 1964 Géhu, J.-M., 1964. Observations sur quelques grèves à Euphorbia peplis dans le nord ouest français. Ecologie et phytosociologie. Bull. Soc. Bot. N. Fr., 17 : 77-85. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
72 69 02/1.0.1.0.3/02 syn compl Matricario maritimae - Euphorbietum peplidis (Tüxen 1950) Géhu 1964 Géhu, J.-M., 1964. Observations sur quelques grèves à Euphorbia peplis dans le nord ouest français. Ecologie et phytosociologie. Bull. Soc. Bot. N. Fr., 17 : 77-85. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
73 70 02/1.0.1.0.4 ALL Suaedion splendentis (Braun-Blanquet 1931) Julve 1992 ex 1993 annuelles eutrophiles des laisses de mer vasicoles, méditerranéennes Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Julve, Ph., 1992. Propositions d’adaptation au contexte français de la typologie Corine-Biotope. 200 p. Secrétariat de la Faune et de la Flore, MNHN Paris. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
74 71 02/1.0.1.0.4 syn = Suaedetalia splendentis Braun-Blanquet & O. de Bolòs 1958 Thero - Suaedetalia Braun-Blanquet, J. & O. de Bolos, 1958. Les groupements végétaux du bassin moyen de l’Ebre et leur dynamisme. Anales Estac. Exp. Aula Dei, 5 : 1-266.
75 72 02/1.0.1.0.4 syn = Suaedion splendentis Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Thero - Suaedion Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
76 73 02/1.0.1.0.4 syn ambig Salicornion Braun-Blanquet 1933 Thero - Salicornion Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
77 74 02/1.0.1.0.4 syn compl Suaedion Braun-Blanquet 1931 Thero - Suaedion Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
78 75 02/1.0.1.0.4 syn incl Crypsidion aculeatae Pignatti 1953 Pignatti, S., 1953. Introduzione allo studio fitosociologico della pianura veneta orientale con particolare riguardo alla vegetazione litoreana. Archivio Botanico, 29, 3 ser., 13(1) : 1-25.
79 76 02/1.0.1.0.4 syn pp Suaedetea splendentis Rivas-Martínez 1972 Thero - Suaedetea Rivas-Martínez, S., 1972. Vegetatio Hispaniae. Notula III. Bol. Real Soc. Esp. Hist. Nat., Secc. Biol. 70: 153-162.
80 77 02/1.0.1.0.4 syn pp Suaedetea splendentis Vicherek 1973 Thero - Suaedetea Vicherek, J. 1973. Die Pflanzengesellschaften der Halophyten-und Subhalophytenvegetation der Tschechoslowakei. Vegetace CSSR 17 5. 1-200.
81 8066 02/1.0.1.0.4 syn pp Suaedetea splendentis Vicherek 1973 em. Borhidi 2003 Thero - Suaedetea Borhidi, A., 2003. Magyarország növénytársulásai. (Plant associations in Hungary) - Akadémiai Kiadó, Budapest. Vicherek, J. 1973. Die Pflanzengesellschaften der Halophyten-und Subhalophytenvegetation der Tschechoslowakei. Vegetace CSSR 17 5. 1-200.
82 78 02/1.0.1.0.4/01 ASS Suaedo splendentis - Salsoletum sodae Braun-Blanquet 1931 Côtes méditerranéennes laisses de mer schorre plat hyperocéanique (thermoméditerranéen) méridional thermophile héliophile hygrophile humide eutrophile basophile argile pionnier Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
83 79 02/1.0.1.0.4/01 syn = Salsoletum sodae Pignatti 1953 Pignatti, S., 1953. Introduzione allo studio fitosociologico della pianura veneta orientale con particolare riguardo alla vegetazione litoreana. Archivio Botanico, 29, 3 ser., 13(1) : 1-25.
84 80 02/1.0.1.0.4/01 syn = Salsolo sodae - Chenopodietum chenopodioidis Martínez-Parras & Peinado 1993 Martínez-Parras, J.-M. & M. Peinado 1993. Vegetación de los arrozales de las marismas del Guadalquivir. Lagascalia 17, 1. 21-35.
85 81 02/1.0.1.0.4/01 syn = Suaedo splendentis - Salsoletum sodae Braun-Blanquet 1933 Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
86 82 02/1.0.1.0.4/02 ASS Suaedo maritimae - Bassietum hirsutae Braun-Blanquet 1928 Côtes méditerranéennes laisses de mer schorre plat hyperocéanique (thermoméditerranéen) méridional thermophile héliophile hygrophile humide eutrophile basophile argile pionnier Braun-Blanquet, J., 1928. Pflanzensoziologie. 330 p. Springer. Berlin.
87 83 02/1.0.1.0.4/02 syn = Suaedo maritimae - Bassietum hirsutae Braun-Blanquet 1933 Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
88 84 02/1.0.1.0.4/03 ASS Suaedo splendentis - Chenopodietum chenopodioidis (René Molinier & Tallon 1970) Géhu & Géhu-Franck 1984 Côtes méditerranéennes laisses de mer schorre plat hyperocéanique (thermoméditerranéen) méridional thermophile héliophile hygrophile humide eutrophile basophile argile pionnier Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70. Molinier, Re. & G. Tallon, 1970. Prodrome des unités phytosociologiques observées en Camargue. Bull. Mus. Hist. Nat. Marseille, 30 : 5-110.
89 85 02/1.0.1.0.4/04 ASS Salicornio patulae - Atriplicetum littoralis (Géhu & Biondi 1994) Julve 2003 ass. nov. hoc loco Côtes méditerranéennes laisses de mer schorre plat hyperocéanique (thermoméditerranéen) méridional thermophile héliophile hygrophile humide eutrophile basophile argile pionnier hoc loco Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
90 86 02/1.0.1.0.4/04 syn compl Puccinellio festuciformis - Atriplicetum littoralis Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
91 87 02/1.0.1.0.4/05 ASS Salicornio patulae - Crypsidetum aculeatae Paradis & Lorenzoni 1994 Côtes méditerranéennes laisses de mer schorre plat hyperocéanique (thermoméditerranéen) méridional thermophile héliophile hygrophile humide eutrophile basophile argile pionnier Paradis, G. & C. Lorenzoni, 1994. Etude phytosociologique de communautés thérophytiques hygro-nitrophiles estivo-autumnales de la Corse (grpts à Crypsis aculeata, C. schoenoides, Glinus lotoides et Chenopodium chenopodioides). Nouvelles propositions syntaxonomiques. 2e contribution. Monde des Plantes, 449 : 19-26.
92 88 02/1.0.1.0.4/06 ASS Atriplicetum prostrato - tornabenei O. de Bolòs 1962 Côtes méditerranéennes laisses de mer schorre plat hyperocéanique (thermoméditerranéen) méridional thermophile héliophile hygrophile humide eutrophile basophile argile pionnier Bolos, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona.
93 89 02/1.0.1.0.4/06 syn = Cakilo maritimae - Atriplicetum tornabenei (O. de Bolòs 1962) Géhu 1984 ? Bolos, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona.
94 90 02/1.0.1.0.4/07 ASS Bassietum hyssopifoliae (Braun-Blanquet & O. de Bolòs 1958) Carretero & Aguilella 1995 Carretero, J.L. & A. Aguilella, 1995. Flora y vegetación nitrófilas del término municipal de la ciudad de Valencia. Publ. Ajuntament de Valencia. 233 p. Valencia. Braun-Blanquet, J. & O. de Bolos, 1958. Les groupements végétaux du bassin moyen de l’Ebre et leur dynamisme. Anales Estac. Exp. Aula Dei, 5 : 1-266.
95 91 02/2. 1310 CLA Saginetea maritimae Westhoff, van Leeuwen & Adriani 1962 annuelles pionnières des tonsures subnitrophiles maritimes Westhoff, V., Leeuwen, C.G. van, Adriani, M.J., 1962. Enkele aspecten van vegetatie en bodem der duinen van Goeree in het bijzonder de contactgordels tussen zout en zoet milieu. Jaarb. 1961 Wetensch. Genootsch. Goeree Overflakkee, 46-92.
96 92 02/2.0.1 ORD Saginetalia maritimae Westhoff, van Leeuwen & Adriani 1962 annuelles vernales des tonsures subnitrophiles maritimes, arénicoles Westhoff, V., Leeuwen, C.G. van, Adriani, M.J., 1962. Enkele aspecten van vegetatie en bodem der duinen van Goeree in het bijzonder de contactgordels tussen zout en zoet milieu. Jaarb. 1961 Wetensch. Genootsch. Goeree Overflakkee, 46-92.
97 93 02/2.0.1.0.1 ALL Saginion maritimae Westhoff, van Leeuwen & Adriani 1962 annuelles vernales des tonsures subnitrophiles maritimes, arénicoles, psychrophiles, atlantiques Westhoff, V., Leeuwen, C.G. van, Adriani, M.J., 1962. Enkele aspecten van vegetatie en bodem der duinen van Goeree in het bijzonder de contactgordels tussen zout en zoet milieu. Jaarb. 1961 Wetensch. Genootsch. Goeree Overflakkee, 46-92.
98 7314 02/2.0.1.0.1 syn incl Catapodion marini Paradis, Lorenzoni, Piazza & Quilichini 1999 Paradis, G., C. Lorenzoni, C. Piazza & M.-C. Quilichini, 1999.Typologie d’habitats littoraux basée sur la phytosociologie : la végétation de pointes du sud-ouest de la Corse. Trav. sc. parc nat.rég. Rés. nat. Corse, Fr., 59 : 23-90.
99 94 02/2.0.1.0.1 syn incl Cochlearietum danicae Westhoff 1947 Westhoff, V., 1947. The vegetation of dunes and salt marshes on the dutch islands of Terschelling, Vlieland and Texel. Thèse, Univ. Utrecht, 131 p.
100 95 02/2.0.1.0.1 syn incl Saginetum maritimae Westhoff 1947 Westhoff, V., 1947. The vegetation of dunes and salt marshes on the dutch islands of Terschelling, Vlieland and Texel. Thèse, Univ. Utrecht, 131 p.
101 96 02/2.0.1.0.1/01 ASS Sagino maritimae - Catapodietum marini Tüxen in Tüxen & Westhoff 1963 falaises placages arénacés et limoneux exposés aux embruns Côtes Manche et Mer du Nord Tüxen, R. & V. Westhoff, 1963. Saginetea maritimae, eine Gesellschaftsgruppe im wechselhalinen Grenzbereich der europäischen Meeresküsten. Mitt. Florist.-Soziol. Arbeitsgem. N.F. 10 : 116-129.
102 98 02/2.0.1.0.1/02 ASS Trifolio scabri - Catapodietum marini Géhu & de Foucault 1978 falaises et galets terrasses sablo graveleuses, non exposés Côtes Manche et Mer du Nord Géhu, J.-M., Foucault, B. de, 1978. Les pelouses siliceuses à thérophytes de la zone littorale du nord de la France. Coll. Phytosoc., 6 : 319-327. (Pelouses sèches à thérophytes, Lille 1977).
103 99 02/2.0.1.0.1/03 ASS Catapodio marini - Parapholidetum incurvae Géhu & de Foucault 1978 falaises ou digues marneuses Côtes Manche et Mer du Nord Géhu, J.-M., Foucault, B. de, 1978. Les pelouses siliceuses à thérophytes de la zone littorale du nord de la France. Coll. Phytosoc., 6 : 319-327. (Pelouses sèches à thérophytes, Lille 1977).
104 100 02/2.0.1.0.1/04 ASS Parapholido strigosae - Saginetum maritimae Géhu 1976 estuaires sols limoneux à limono-sableux pré paturés du schorre moyen à sup Côtes Manche et Mer du Nord Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975).
105 101 02/2.0.1.0.1/05 ASS Sagino maritimae - Cochlearietum danicae Tüxen & Gillner in Tüxen, Böckelmann, Rivas-Martínez & Wildpret de la Torre 1957 estuaires sableux subnitro, psychrophile Côtes Manche et Mer du Nord Tüxen, R., W. Böckelmann, S. Rivas-Martínez, W. Wildpret de la Torre, 1957. Die Pflanzengesellschaften des Aussendeichlandes von Neuwerk. Mitt. Flor. Soz. Arbeitsgem., N.F., 6/7 : 205-234.
106 104 02/2.0.1.0.1/06 ASS Soncho oleracei - Cochlearietum danicae Géhu & de Foucault 1978 'falaises d''armorique, chemins du rebords de falaise' Côtes Manche et Mer du Nord Géhu, J.-M., Foucault, B. de, 1978. Les pelouses thérophytiques halophiles des falaises de la Manche orientale. Coll. Phytosoc., 6 : 239-249. (Pelouses sèches à thérophytes, Lille 1977).
107 7315 02/2.0.1.0.1/06 syn = Soncho oleracei - Cochlearietum danicae Géhu & de Foucault 1978 ex de Foucault & Bioret 2010 Foucault, B. de & F. Bioret 2010. Contribution au prodrome des végétations de France : les Saginetea maritimae Westhoff et al. 1962. Journal de Botanique de la Soc. Bot. France, 50. Géhu, J.-M., Foucault, B. de, 1978. Les pelouses thérophytiques halophiles des falaises de la Manche orientale. Coll. Phytosoc., 6 : 239-249. (Pelouses sèches à thérophytes, Lille 1977).
108 105 02/2.0.1.0.1/07 ASS Catapodio marini - Brometum hordeacei subsp. ferroni Bioret 1994 Côtes Bretagne Bioret, F., 1994. Essai de synthèse de l’intérêt du patrimoine phytocoenotique des îles bretonnes. Coll. Phytosoc., 22 : 125-144. (La syntaxonomie et la synsystématique européenne comme base typologique des habitats, Bailleul 1993).
109 106 02/2.0.1.0.1/08 ASS Sagino maritimae - Stellarietum pallidae Bioret, Lahondère & Botineau 1993 Côtes Bretagne, Charentes Bull. Soc. Bot. Centre-Ouest, N.S., 24 : 192. Bioret, F., C. Lahondère & M. Botineau, 1993. Contribution à l’étude des végétations nitrophiles vernales du littoral Centre-Ouest de la France. Bull. Soc. Bot. Centre-Ouest, N.S., 24 : 191-218.
110 108 02/2.0.1.0.1/10 ASS Hymenolobo procumbentis - Saginetum maritimae Géhu 1976 Hutchinsio - Saginetum Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975).
111 7320 02/2.0.1.0.1/10 syn = Hymenolobo procumbentis - Saginetum maritimae (Géhu 1976) de Foucault & Bioret 2010 Foucault, B. de & F. Bioret 2010. Contribution au prodrome des végétations de France : les Saginetea maritimae Westhoff et al. 1962. Journal de Botanique de la Soc. Bot. France Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975).
112 7316 02/2.0.1.0.1/11 ASS Bromo hordeacei subsp. ferroni - Trifolietum arvensis Géhu 2008 Géhu, J.-M., 2008. Etude des associations végétales des sentiers littoraux de Dinard et Saint-Enogat (France, 35) suivie d’un guide itinéraire. Journal de Botanique de la Soc. Bot. France, 41 : 47-80.
113 7317 02/2.0.1.0.1/12 ASS ? ?
114 102 02/2.0.1.0.1/12 syn compl Bupleuro tenuissimi - Plantaginetum coronopodis Fröde 1958 ex Voderberg 1965 ? Fröde, E. Th., 1958. Die Pflanzengesellschaften der Insel Hiddensee. Wiss. Z. Univ. Greifswald, Math.-Nat. R., 7 : 277-305.
115 103 02/2.0.1.0.1/12 syn compl Plantagini coronopodis - Bupleuretum tenuissimi Fröde 1958 Fröde, E. Th., 1958. Die Pflanzengesellschaften der Insel Hiddensee. Wiss. Z. Univ. Greifswald, Math.-Nat. R., 7 : 277-305.
116 404 02/2.0.1.0.1/12 syn incl pp compl Carici distantis - Plantaginetum coronopodis Tüxen 1937 prov. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
117 128 02/2.0.1.0.1/13 ASS Catapodio marini - Evacetum rotundatae Géhu, Géhu-Franck & Biondi 1989 Géhu, J.-M., J. Géhu-Franck & E. Biondi, 1989. Synécologie d’espèces littorales cyrno-sardes rares ou endémiques: Evax rotundata Moris, Spergularia macrorhiza (Req. ex Loisel.) Heynh. et Artemisia densiflora Viv. Bull. Soc. Bot. Fr. 136
118 7321 02/2.0.1.0.1/14 ASS Sagino maritimae - Stellarietum marinae Bioret 2006 Bioret, F., 2006. Sur une nouvelle association des Saginetea maritimae des hauts de falaises calcaires de la région de Royan. Bull. Soc. Bot. Centre-Ouest, ns, 37 : 217-222.
119 7322 02/2.0.1.0.1/15 GRPT grpt à Myosurus minimus - Bupleurum tenuissimum Duvigneaud 1967 Duvigneaud, J., 1967. Flore et végétation halophiles de la Lorraine orientale Moselle, France). Mém. Soc. Roy. Bot. Belg., 3, 122 p.
120 7323 02/2.0.1.0.2 ALL Sileno sedoidis - Catapodion marini de Foucault & Bioret 2010 annuelles des tonsures maritimes thermophiles méditerranéennes orientales à irradiation centroméditerranéenne Sileno – Catapodion loliacei Foucault, B. de & F. Bioret 2010. Contribution au prodrome des végétations de France : les Saginetea maritimae Westhoff et al. 1962. Journal de Botanique de la Soc. Bot. France
121 7324 02/2.0.1.0.2/01 GRPT grpt à Catapodium marinum & Silene sedoides Géhu, Biondi & Bournique 1992 ?
122 109 02/2.0.2 ORD Frankenietalia pulverulentae Rivas-Martínez 1975 apud Rivas-Martínez & Costa 1976 annuelles tardivernales ou préestivales des tonsures subnitrophiles maritimes, thermophiles Rivas-Martínez, S. & M. Costa, 1976. Datos sobre la vegetacion halofila de la Mancha Espana). Coll. Phytosoc., 4 : 81-97. Vases salées, Lille 1975). Rivas-Martínez, S., 1975. Mapa de vegetacion de la provincia de Avila. Anales Inst. Bot. Cavanilles, 32 : 1493-1556.
123 111 02/2.0.2 syn = Frankenietea pulverulentae Rivas-Martínez 1975 ex Castroviejo & Porta 1976 'Castroviejo, S. & J. Porta, 1976. Apport à l''écologie de la végétation des zones salées des rives de la Giguela Ciudad real, Espagne). Coll. Phytosoc., 4 : 115-139. (Vases salées, Lille 1975).' Rivas-Martínez, S., 1975. Mapa de vegetacion de la provincia de Avila. Anales Inst. Bot. Cavanilles, 32 : 1493-1556.
124 110 02/2.0.2 syn = Frankenietea pulverulentae Rivas-Martínez 1975 in Rivas-Martínez & Costa 1976 Rivas-Martínez, S. & M. Costa, 1976. Datos sobre la vegetacion halofila de la Mancha Espana). Coll. Phytosoc., 4 : 81-97. Vases salées, Lille 1975). Rivas-Martínez, S., 1975. Mapa de vegetacion de la provincia de Avila. Anales Inst. Bot. Cavanilles, 32 : 1493-1556.
125 112 02/2.0.2.0.1 ALL Frankenion pulverulentae Rivas-Martínez 1975 apud Rivas-Martínez & Costa 1976 'annuelles des tonsures subnitrophiles maritimes, thermophiles, d''optimum catalano-provençales, arénicoles' Rivas-Martínez, S. & M. Costa, 1976. Datos sobre la vegetacion halofila de la Mancha Espana). Coll. Phytosoc., 4 : 81-97. Vases salées, Lille 1975). Rivas-Martínez, S., 1975. Mapa de vegetacion de la provincia de Avila. Anales Inst. Bot. Cavanilles, 32 : 1493-1556.
126 113 02/2.0.2.0.1 syn = Frankenion pulverulentae Rivas-Martínez 1975 ex Castroviejo & Porta 1976 'Castroviejo, S. & J. Porta, 1976. Apport à l''écologie de la végétation des zones salées des rives de la Giguela Ciudad real, Espagne). Coll. Phytosoc., 4 : 115-139. (Vases salées, Lille 1975).' Rivas-Martínez, S., 1975. Mapa de vegetacion de la provincia de Avila. Anales Inst. Bot. Cavanilles, 32 : 1493-1556.
127 114 02/2.0.2.0.1 syn incl Hordeion marini Ladero, Navarro, Valle, Marcos, Ruiz & Santos 1984 Ladero, M., F. Navarro, C. Valle, B. Marcos, T. Ruiz & M.T. Santos, 1984. Vegetación de los saladares castellano-leoneses. Stud. Bot. Univ. Salamanca 3 : 17-62.
128 115 02/2.0.2.0.1 syn incl Mesembryanthemion crystallini Rivas-Martínez, Wildpret, Del Arco, Rodríguez, Pérez de Paz, García Gallo, Acebes, Díaz & Fernández-González 1993 Rivas-Martínez, S., W. Wildpret, M. Del Arco, O. Rodríguez, P.L. Pérez de Paz, A. García Gallo, J.R. Acebes, T.E. Díaz & F. Fernández-González, 1993. Las comunidades vegetales de la Isla de Tenerife (Islas Canarias). Itinera Geobot., 7 : 169-374.
129 116 02/2.0.2.0.1/01 ASS Parapholido incurvae - Frankenietum pulverulentae Rivas-Martínez 1975 ex Castroviejo & Porta 1976 'Castroviejo, S. & J. Porta, 1976. Apport à l''écologie de la végétation des zones salées des rives de la Giguela Ciudad real, Espagne). Coll. Phytosoc., 4 : 115-139. (Vases salées, Lille 1975).' Rivas-Martínez, S., 1975. Mapa de vegetacion de la provincia de Avila. Anales Inst. Bot. Cavanilles, 32 : 1493-1556.
130 117 02/2.0.2.0.1/02 ASS Mesembryanthemetum crystallino - nodiflori O. de Bolòs 1957 Bolos, O. de, 1957. De vegetationes valentina. Collectanea Bot., 5 : 527-596.
131 118 02/2.0.2.0.1/02 syn incl Mesembryanthemetum crystallini Sunding 1972 ?
132 119 02/2.0.2.0.1/03 ASS Catapodio marini - Limonietum echioidis (Tallon 1930) Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40. Tallon, G., 1930. Observations botaniques. Actes Réserve Zool. Bot. Camargue, 3 : 37-43.
133 120 02/2.0.2.0.1/03 syn = Sagino maritimae - Limonietum echioidis Géhu, Biondi, Géhu-Franck & Costa 1992 'Géhu, J.-M., E. Biondi, J. Géhu-Franck & M. Costa, 1992. Interprétation phytosociologique actualisée de quelques végétations psammophiles et halophiles de Camargue. Coll. Phytosoc., 19 : 103-131. (Végétation et qualité de l''environnement cotier en Méditerranée, Cagliari 1989).'
134 121 02/2.0.2.0.1/04 ASS Catapodio marini - Silenetum sedoidis Géhu, Biondi, Géhu-Franck & Costa 1992 'Géhu, J.-M., E. Biondi, J. Géhu-Franck & M. Costa, 1992. Interprétation phytosociologique actualisée de quelques végétations psammophiles et halophiles de Camargue. Coll. Phytosoc., 19 : 103-131. (Végétation et qualité de l''environnement cotier en Méditerranée, Cagliari 1989).'
135 122 02/2.0.2.0.1/05 ASS Spergularietum heldreichii René Molinier & Tallon 1969 Molinier Re. & G. Tallon, 1969. A propos de trois espèces rares ou peu connues observées en Camarge. Bull. Mus. Hist. Nat. Marseille 29 : 5-23.
136 7327 02/2.0.2.0.1/05 syn = Spergularietum heldreichii René Molinier & Tallon 1970 Molinier Re. & G. Tallon, 1970. Prodrome des unités phytosociologiques observées en Camargue. Bull. Mus. Hist. Nat. Marseille, 30 : 5-110.
137 123 02/2.0.2.0.1/06 ASS Spergularietum marinae René Molinier & Tallon 1968 Molinier Re. & G. Tallon, 1968. Friches et prairies de Camargue. la Terre et la vie, 4 : 423-457.
138 7325 02/2.0.2.0.1/06 syn = Spergularietum marinae René Molinier & Tallon 1970 Molinier Re. & G. Tallon, 1970. Prodrome des unités phytosociologiques observées en Camargue. Bull. Mus. Hist. Nat. Marseille, 30 : 5-110.
139 124 02/2.0.2.0.1/07 ASS Parapholido incurvae - Catapodietum marini Rivas-Martínez, Lousã, T.E. Díaz, Fernández-González & J.C. Costa 1990 Rivas-Martínez, S., M. Lousã, T.E. Díaz, F. Fernández-González & J.C. Costa, 1990. La vegetación del sur de Portugal (Sado, Alentejo y Algarve). Itinera Geobot. 3 : 5-126.
140 125 02/2.0.2.0.1/08 ASS Plantagini coronopodi - Hordeetum marini O. de Bolòs & Molinier ex O. de Bolòs 1962 Bolos, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona.
141 107 02/2.0.2.0.1/09 ASS Parapholido strigosae - Hordeetum marini (Géhu, Caron & Bon 1976) Géhu & de Foucault 1978 annuelles de tonsures subnitrophiles maritimes, estuaires, psychrophiles, thermoatlantiques Géhu, J.-M., Foucault, B. de, 1978. Les pelouses siliceuses à thérophytes de la zone littorale du nord de la France. Coll. Phytosoc., 6 : 319-327. (Pelouses sèches à thérophytes, Lille 1977). Géhu, J.-M., B. Caron & M. Bon, 1976. Données sur la végétation des prés salés de la baie de Somme, Coll. Phytosoc., 4 : 197-225. (Vases salées, Lille 1975).
142 7935 02/2.0.2.0.1/10 ASS Sagino maritimae - Spergularietum marinae écoph. annuel Bioret 2006 Bioret, F. 2006. Sur une nouvelle association des Saginetea maritimae des hauts de falaises calcaires de la région de Royan. Bull. Soc. Bot. Centre-Ouest, ns, 37 : 217-222.
143 126 02/2.0.2.0.2 ALL Polypogonion maritimi subsp. subspathacei Gamisans 1991 tonsures annuelles subnitrophiles maritimes, thermophiles, corso-sardes Gamisans, J., 1991. La végétation de la Corse. Annexe n°2 des compléments au prodrome de la flore corse. Conservatoire et jardin botaniques de la ville de Genève, 391 p. Genève.
144 127 02/2.0.2.0.2/01 ASS Polypogonetum maritimi subsp. subspathacei Gamisans 1991 Gamisans, J., 1991. La végétation de la Corse. Annexe n°2 des compléments au prodrome de la flore corse. Conservatoire et jardin botaniques de la ville de Genève, 391 p. Genève.
145 129 02/2.0.2.0.2/02 ASS Evacetum rotundatae Gamisans 1991 Gamisans, J., 1991. La végétation de la Corse. Annexe n°2 des compléments au prodrome de la flore corse. Conservatoire et jardin botaniques de la ville de Genève, 391 p. Genève.
146 130 02/2.0.2.0.2/03 ASS Centaurio tenuiflori subsp. acutiflori - Hordeetum marini subsp. gussoniani Gamisans 1991 Gamisans, J., 1991. La végétation de la Corse. Annexe n°2 des compléments au prodrome de la flore corse. Conservatoire et jardin botaniques de la ville de Genève, 391 p. Genève.
147 131 02/2.0.2.0.2/03 syn incl Parapholido strigosae - Hordeetum marini subsp. gussoniani Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
148 132 02/2.0.2.0.2/04 ASS Rostrarietum litoreae Gamisans & Paradis 1992 Gamisans J. & G. Paradis, 1992. Flore et végétation de l’île Lavezzu (Corse du sud). Trav. Sci. Parc nat. Rég. Réserv. Natur. Corse, Fr., 37 : 1-68.
149 7318 02/2.0.2.0.2/05 ASS Senecioni leucanthemifolii - Nanantheetum perpusillae Biondi, Filigheddu & Farris 2001 Biondi E., R. Filigheddu & E. Farris, 2001. Il paesaggio vegetale della Nurra. Fitosociologica, 38(2), Suppl.2 : 3-105.
150 3041 02/2.0.2.0.2/05 syn = Nanantheetum perpusillae Brullo 1985 'Brullo, S., 1985. Sur la syntaxonomie des pelouses thérophytiques des territoires steppiques de l''Europe sud-occidentale. Doc. Phytosoc., N.S., 9 : 1-24.'
151 7319 02/2.0.2.0.2/06 GRPT grpt à Silene sericea & Catapodium marinum Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
152 7328 02/2.0.2.0.3 ALL Limonion avei Brullo 1988 tonsures annuelles subnitrophiles maritimes, thermophiles, centroméditerranéennes ?
153 7329 02/2.0.2.0.3/01 ASS Isolepido cernuae - Saginetum maritimae Bartolo, Brullo, De Marco, Dinelli, Signorello & Spampinato 1992 ?
154 133 02/3. 1310 CLA Salicornietea europaeae (Pignatti 1953) Tüxen 1954 apud Tüxen & Oberdorfer 1958 annuelles pionnières des vases salées Thero - Salicornietea Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
155 136 02/3. syn = Salicornietea europaeae (Pignatti 1953) Tüxen 1974 Thero - Salicornietea Tüxen, R., 1974. Die Pflanzengesellschaften Nordwestdeutschlands (2ten Aufl.), 1, 207 p. Cramer, Lehre.
156 137 02/3. syn = Salicornietea europaeae Pignatti 1953 em. Tüxen 1955 Thero - Salicornietea Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
157 134 02/3. syn = Salicornietea procumbentis var. strictae Tüxen in Tüxen & Oberdorfer 1958 Thero - Salicornietea Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
158 135 02/3. syn = Salicornietea procumbentis var. strictae Tüxen in Tüxen & Oberdorfer 1958 ex Géhu & Géhu-Franck 1984 Thero - Salicornietea Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70. Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
159 140 02/3. syn pp Cakilo maritimae - Salicornietea europaeae Pignatti 1953 Cakilo - Therosalicornietea Pignatti, S., 1953. Introduzione allo studio fitosociologico della pianura veneta orientale con particolare riguardo alla vegetazione litoreana. Archivio Botanico, 29, 3 ser., 13(1) : 1-25.
160 138 02/3. syn pp Suaedetea splendentis Rivas-Martínez 1972 Thero - Suaedetea Rivas-Martínez, S., 1972. Vegetatio Hispaniae. Notula III. Bol. Real Soc. Esp. Hist. Nat., Secc. Biol. 70: 153-162.
161 139 02/3. syn pp Suaedetea splendentis Vicherek 1973 Thero - Suaedetea Vicherek, J. 1973. Die Pflanzengesellschaften der Halophyten-und Subhalophytenvegetation der Tschechoslowakei. Vegetace CSSR 17 5. 1-200.
162 141 02/3.0.1 ORD Salicornietalia europaeae Pignatti 1953 em. Tüxen 1954 apud Tüxen & Oberdorfer 1958 annuelles pionnières des vases salées Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
163 142 02/3.0.1 syn = Salicornietalia europaeae Pignatti 1953 em. Tüxen 1955 Thero - Salicornietalia Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
164 143 02/3.0.1 syn = Salicornietalia procumbentis var. strictae Tüxen 1954 apud Tüxen & Oberdorfer 1958 Thero - Salicornietalia Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
165 144 02/3.0.1 syn = Salicornietalia procumbentis var. strictae Tüxen in Tüxen & Oberdorfer 1958 Thero - Salicornietalia Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
166 145 02/3.0.1 syn = Salicornietalia procumbentis var. strictae Tüxen in Tüxen & Oberdorfer ex Géhu & Géhu-Franck 1984 Thero - Salicornietalia Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70.
167 146 02/3.0.1.0.1 ALL Salicornion procumbentis coll. (Tüxen 1974) Géhu & Franck 1982 annuelles pionnières des vases maritimes, atlantiques, de la slikke et du schorre inférieur Salicornion dolichostachyo - fragilis Géhu, J.-M. & J. Franck, 1982. La végétation du littoral Nord-Pas de Calais (essai de synthèse). 362 p. Bailleul. Tüxen, R., 1974. Die Pflanzengesellschaften Nordwestdeutschlands (2ten Aufl.), 1, 207 p. Cramer, Lehre.
168 147 02/3.0.1.0.1 syn = Salicornion procumbentis coll. Géhu & Géhu-Franck 1984 Salicornion dolichostachyo - fragilis Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70.
169 148 02/3.0.1.0.1 syn = Salicornion procumbentis coll. Géhu & Rivas-Martínez 1982 Salicornion dolichostachyo - fragilis Géhu, J.-M. & S. Rivas-Martínez, 1982. Essai sur un schéma synsystématique de la végétation halophile (prés salés) de l’Europe. Consejo de Europa. Estrasburgo.
170 149 02/3.0.1.0.1 syn = Salicornion procumbentis coll. Géhu & Rivas-Martínez 1982 ex Géhu & Géhu-Franck 1984 Salicornion dolichostachyo - fragilis Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70.
171 150 02/3.0.1.0.1 syn = Salicornion procumbentis coll. Géhu & Rivas-Martínez 1982 ex Géhu in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 Salicornion dolichostachyo - fragilis Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris.
172 151 02/3.0.1.0.1 syn = Salicornion procumbentis var. strictae Tüxen 1974 corr. Rivas-Martínez 1991 Salicornion dolichostachyae Rivas-Martínez, S., 1991. Sintaxonomia de la clase Thero-Salicornietea en Europa occidental. Ecol. Medit. (1990), 16 : 359-364.
173 153 02/3.0.1.0.1 syn ambig Salicornion procumbentis var. strictae Braun-Blanquet 1933 em. Tüxen 1950 Salicornion strictae Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
174 154 02/3.0.1.0.1 syn ambig Salicornion procumbentis var. strictae Braun-Blanquet 1933 em. Tüxen 1954 Salicornion strictae ?
175 155 02/3.0.1.0.1 syn ambig Salicornion procumbentis var. strictae Tüxen 1974 Salicornion strictae Tüxen, R., 1974. Die Pflanzengesellschaften Nordwestdeutschlands (2ten Aufl.), 1, 207 p. Cramer, Lehre.
176 152 02/3.0.1.0.1 syn ambig Salicornion procumbentis var. strictae Tüxen in Tüxen & Oberdorfer 1958 Thero - Salicornion Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
177 156 02/3.0.1.0.1/01 ASS Salicornietum procumbentis var. strictae (Géhu & Franck 1982) Géhu & Géhu-Franck 1984 annuelles pionnières des vases maritimes, atlantiques, de la slikke molle Salicornietum dolichostachyae Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70.
178 157 02/3.0.1.0.1/01 syn = Salicornietum procumbentis var. strictae Christiansen 1927 ex Tüxen 1974 Salicornietum strictae Tüxen, R., 1974. Die Pflanzengesellschaften Nordwestdeutschlands (2ten Aufl.), 1, 207 p. Cramer, Lehre. Christiansen, W., 1927. Die Aussendeichsvegetation von Schleswig-Holstein mit besonderer Berücksichtigung von Föhr. Föhrer Heimatbücher, 16 : 1-29. [= Engler Bot. Jahrb., 61 ?].
179 158 02/3.0.1.0.1/01 syn = Salicornietum procumbentis var. strictae J.-M. & J. Géhu (1981) 1982 apud Géhu & Géhu-Franck 1984 Salicornietum dolichostachyae Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70.
180 160 02/3.0.1.0.1/01 syn ambig Salicornietum procumbentis var. strictae Braun-Blanquet 1933 em. Tüxen 1954 Salicornietum strictae ?
181 159 02/3.0.1.0.1/01 syn nn Salicornietum procumbentis var. strictae J.-M. & J. Géhu 1980 Salicornietum dolichostachyae Géhu, J.-M. & J. Géhu, 1980. Les plantes à caractères épharmoniques mineurs du littoral atlantique français et leur répartition synécologique. Ber. Int. Symp. I.V.V., 63-71. (Epharmonie, Rinteln 1979).
182 161 02/3.0.1.0.1/01 syn pp Salicornietum procumbentis var. strictae Knauer 1952 haute slikke Salicornietum strictae ?
183 162 02/3.0.1.0.1/02 ASS Salicornietum procumbentis var. procumbentis (Géhu & Franck 1982) Géhu & Géhu-Franck 1984 annuelles pionnières des vases maritimes, atlantiques, de la limite slikke schorre haute slikke Salicornietum fragilis Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70. Géhu, J.M. & J. Franck, 1982. La végétation du littoral Nord-Pas de Calais (essai de synthèse). 362 p. Bailleul.
184 163 02/3.0.1.0.1/02 syn = Salicornietum procumbentis var. procumbentis J.M & J. Géhu (1981) 1982 apud Géhu & Géhu-Franck 1984 Salicornietum fragilis Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70.
185 164 02/3.0.1.0.1/02 syn nn Salicornietum procumbentis var. procumbentis J.M & J. Géhu 1980 Salicornietum fragilis Géhu, J.-M. & J. Géhu, 1980. Les plantes à caractères épharmoniques mineurs du littoral atlantique français et leur répartition synécologique. Ber. Int. Symp. I.V.V., 63-71. (Epharmonie, Rinteln 1979).
186 161 02/3.0.1.0.1/02 syn pp Salicornietum procumbentis var. strictae Knauer 1952 Salicornietum strictae ?
187 166 02/3.0.1.0.1/03 ASS Salicornietum obscurae (Géhu & Franck 1982) Géhu & Géhu-Franck 1984 annuelles pionnières des vases maritimes, atlantiques, du schorre inférieur schorre inférieur Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70. Géhu, J.M. & J. Franck, 1982. La végétation du littoral Nord-Pas de Calais (essai de synthèse). 362 p. Bailleul.
188 167 02/3.0.1.0.1/03 syn = Salicornietum obscurae J.M & J. Géhu (1980) 1982 apud Géhu & Géhu-Franck 1984 Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70.
189 168 02/3.0.1.0.1/03 syn nn Salicornietum obscurae J.M & J. Géhu 1980 Géhu, J.-M. & J. Géhu, 1980. Les plantes à caractères épharmoniques mineurs du littoral atlantique français et leur répartition synécologique. Ber. Int. Symp. I.V.V., 63-71. (Epharmonie, Rinteln 1979).
190 161 02/3.0.1.0.1/03 syn pp Salicornietum procumbentis var. strictae Knauer 1952 Salicornietum strictae ?
191 8012 02/3.0.1.0.1/04 ASS Suaedetum maritimae (Conard 1935) Pignatti 1953 annuelles eutrophiles pionnières des vases maritimes, atlantiques, de la limite slikke schorre Pignatti, S., 1953. Introduzione allo studio fitosociologico della pianura veneta orientale con particolare riguardo alla vegetazione litoreana. Archivio Botanico, 29, 3 ser., 13(1) : 1-25. Conard, H.S., 1935. The plant associations of Central Long Island. A study in descriptive plant sociology. Amer. Midl. Nat., 16 : 433-516.
192 171 02/3.0.1.0.1/04 syn incl Astero tripoli subsp. tripoli écoph. annuel - Suaedetum maritimae var. macrocarpae Géhu 1976 Astero tripoli - Suaedetum macrocarpae Astero - Suaedetum maritimae Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975).
193 172 02/3.0.1.0.1/04 syn incl Astero tripoli subsp. tripoli écoph. annuel - Suaedetum maritimae var. maritimae (Géhu & Franck 1982) Géhu & Géhu-Franck 1984 Astero tripoli - Suaedetum maritimae Astero - Suaedetum maritimae Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70. Géhu, J.M. & J. Franck, 1982. La végétation du littoral Nord-Pas de Calais (essai de synthèse). 362 p. Bailleul.
194 173 02/3.0.1.0.1/04 syn incl Astero tripoli subsp. tripoli écoph. annuel - Suaedetum maritimae var. maritimae J.-M. & J. Géhu 1969 Astero tripoli - Suaedetum maritimae Astero - Suaedetum maritimae Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
195 7913 02/3.0.1.0.1/04 syn incl Suaedetum maritimae var. humifusae (Géhu & Franck 1982) Géhu & Géhu-Franck 1984 Suaedetum vulgaris Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70. Géhu, J.M. & J. Franck, 1982. La végétation du littoral Nord-Pas de Calais (essai de synthèse). 362 p. Bailleul.
196 200 02/3.0.1.0.1/04 syn incl Suaedetum maritimae var. humifusae (Géhu & Franck 1982) Géhu 1992 annuelles eutrophiles pionnières des sables maritimes, atlantiques, de la limite slikke schorre Suaedetum humifusae Suaedetum vulgaris Géhu, J.-M., 1992. Essai de typologie syntaxonomique des communautés européennes de salicornes annuelles. Coll. Phytosoc., 18 : 243-260. (Phytosociologie littorale et taxonomie, Bailleul 1989). Géhu, J.M. & J. Franck, 1982. La végétation du littoral Nord-Pas de Calais (essai de synthèse). 362 p. Bailleul.
197 201 02/3.0.1.0.1/04 syn incl Suaedetum maritimae var. humifusae Géhu 1976 Suaedetum humifusae Suaedetum prostratae Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975).
198 202 02/3.0.1.0.1/04 syn incl Suaedetum maritimae var. humifusae Géhu 1976 corr. Géhu & Géhu-Franck 1982 Suaedetum humifusae Suaedetum vulgaris Géhu, J.-M. & J. Franck, 1982. La végétation du littoral Nord-Pas de Calais (essai de synthèse). 362 p. Bailleul. Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975).
199 205 02/3.0.1.0.1/04 syn incl Suaedetum maritimae var. humifusae Géhu 1979 Suaedetum vulgaris 'Géhu, J.-M., 1979. Etude phytocoenologique analytique et globale de l''ensemble des vases et prés salés et saumâtres de la façade atlantique française. Rapport pour le ministère de l''environnement et du cadre de vie (convention 77-29). 514 p., 3 cartes h.t. Bailleul.'
200 170 02/3.0.1.0.1/04 syn incl Suaedetum maritimae var. maritimae de Vries 1935 annuelles eutrophiles pionnières des vases maritimes, atlantiques, de la limite slikke schorre Suaedetum prostratae ?
201 204 02/3.0.1.0.1/04 syn nn Suaedetum maritimae var. humifusae J.-M. & J. Géhu 1969 Suaedetum vulgaris Suaedetum vulgaris Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
202 176 02/3.0.1.0.2 ALL Salicornion appressae Tüxen 1974 annuelles pionnières des vases maritimes, atlantiques, des schorre moyen à supérieur Salicornion ramosissimae Tüxen, R., 1974. Die Pflanzengesellschaften Nordwestdeutschlands (2ten Aufl.), 1, 207 p. Cramer, Lehre.
203 178 02/3.0.1.0.2 syn = Salicornion appressae Rivas-Martínez in Rivas-Martínez, Costa, Castroviejo & Valdes 1980 Salicornion ramosissimae Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189.
204 179 02/3.0.1.0.2 syn = Salicornion europaeo - appressae Géhu & Géhu-Franck 1984 Salicornion europaeo - ramosissimae Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70.
205 180 02/3.0.1.0.2 syn = Salicornion europaeo - appressae Géhu & Géhu-Franck 1984 ex Rivas-Martínez 1991 Rivas-Martínez, S., 1991. Sintaxonomia de la clase Thero-Salicornietea en Europa occidental. Ecol. Medit. (1990), 16 : 359-364. Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70.
206 177 02/3.0.1.0.2 syn = Suaedion maritimae Braun-Blanquet 1933 em. Tüxen 1950 Thero - Suaedion Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
207 181 02/3.0.1.0.2/02 ASS Salicornietum europaeae Tüxen 1974 annuelles pionnières des vases maritimes, atlantiques, du schorre moyen schorre moyen Tüxen, R., 1974. Die Pflanzengesellschaften Nordwestdeutschlands (2ten Aufl.), 1, 207 p. Cramer, Lehre.
208 183 02/3.0.1.0.2/02 syn = Salicornietum europaeae Christiansen 1955 Salicornietum brachystachyae Christiansen, W., 1955. Salicornietum. Mitt. Florist.-Soziol. Arbeitsgem. 5: 64-65.
209 184 02/3.0.1.0.2/02 syn compl Puccinellio distantis - Salicornietum europaeae (Wilkon-Michalska 1963) Tüxen 1974 Tüxen, R., 1974. Die Pflanzengesellschaften Nordwestdeutschlands (2ten Aufl.), 1, 207 p. Cramer, Lehre.
210 185 02/3.0.1.0.2/02 syn compl Puccinellio maritimae - Salicornietum europaeae (Géhu & Franck 1982) Géhu & Géhu-Franck 1984 Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70. Géhu, J.M. & J. Géhu-Franck, 1979. Les Salicornietum emerici et ramosissimae du littoral atlantique français. Doc. Phytosoc., N.S., 4 : 349-358.
211 186 02/3.0.1.0.2/02 syn compl Spergulario mediae - Salicornietum europaeae Géhu 1974 corr. 1992 Spergulario mediae - Salicornietum brachystachyae Géhu, J.-M., 1992. Essai de typologie syntaxonomique des communautés européennes de salicornes annuelles. Coll. Phytosoc., 18 : 243-260. (Phytosociologie littorale et taxonomie, Bailleul 1989). Géhu, J.-M., 1974. Recherches phytosociologiques sur le littoral des Flandres françaises. Doc. Phytosoc. 6: 17-26.
212 187 02/3.0.1.0.2/02 syn illeg Spergulario marinae - Salicornietum europeae Bueno & F. Prieto in Bueno 1997 corr. Bueno 1997 Bueno, A. 1997. Flora y vegetación de los estuarios asturianos. Cuadernos de Medio Ambiente, Naturaleza. Oviedo 3: 1-334.
213 7911 02/3.0.1.0.2/02 syn incl Salicornietum europaeo - disarticulatae Géhu 2006 Salicornietum brachystachyo - disarticulatae Tab. 2 p. 136. Bull. Soc. Bot. Centre-Ouest, ns, 37 : 120. 'Géhu, J.-M., 2006. A Saint-Lunaire (35), une remarquable maquette estuarienne d''halipèdes dans un contexte de ria. Bull. Soc. Bot. Centre-Ouest, ns, 37 : 117-146.'
214 188 02/3.0.1.0.2/02 syn incl Spergulario marinae - Salicornietum europaeae (Libbert 1940) Passarge 1996 Spergulario salinae - Salicornietum brachystachyae Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.. Libbert, W., 1940. Die Pflanzengesellschaften der Halbinsel Darss (Vorpommern). Feddes Repert., Beih., 114, 95 p.
215 182 02/3.0.1.0.2/02 syn nn Salicornietum europaeae (Warming 1906) J.-M. & J. Géhu 1980 Géhu, J.-M. & J. Géhu, 1980. Les plantes à caractères épharmoniques mineurs du littoral atlantique français et leur répartition synécologique. Ber. Int. Symp. I.V.V., 63-71. (Epharmonie, Rinteln 1979). Warming, E., 1906. Dansk. Plantevaekst. I. Strandvegetationen. Nordisk, Kobenhavn, 325 p.
216 189 02/3.0.1.0.2/03 ASS Salicornietum pusillo - appressae Géhu 1976 annuelles pionnières des vases maritimes, atlantiques, du schorre supérieur Bretagne schorre supérieur Salicornietum pusillo - ramosissimae Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975).
217 191 02/3.0.1.0.2/03 syn = Salicornietum appressae Christiansen 1955 em. 1974 Salicornietum ramosissimae ? Christiansen, W., 1955. Salicornietum. Mitt. Florist.-Soziol. Arbeitsgem. 5: 64-65.
218 192 02/3.0.1.0.2/03 syn = Salicornietum disarticulato - appressae Géhu (1976) 1992 Salicornietum disarticulato - ramosissimae Géhu, J.-M., 1992. Essai de typologie syntaxonomique des communautés européennes de salicornes annuelles. Coll. Phytosoc., 18 : 243-260. (Phytosociologie littorale et taxonomie, Bailleul 1989). Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975).
219 190 02/3.0.1.0.2/03 syn compl Puccinellio maritimae - Salicornietum appressae Géhu & Géhu-Franck 1979 Puccinellio maritimae - Salicornietum ramosissimae Géhu, J.-M. & J. Géhu-Franck, 1979. Les Salicornietum emerici et ramosissimae du littoral atlantique français. Doc. Phytosoc., N.S., 4 : 349-358.
220 193 02/3.0.1.0.2/03 syn compl Puccinellio maritimae - Salicornietum appressae Géhu & Géhu-Franck 1979 non Tüxen 1974 Puccinellio maritimae - Salicornietum ramosissimae Géhu, J.-M. & J. Géhu-Franck, 1979. Les Salicornietum emerici et ramosissimae du littoral atlantique français. Doc. Phytosoc., N.S., 4 : 349-358.
221 194 02/3.0.1.0.2/03 syn compl Sarcocornio perennis - Salicornietum appressae (Géhu & Géhu-Franck 1979) Rivas-Martínez 1991 Sarcocornio perennis - Salicornietum ramosissimae Rivas-Martínez, S., 1991. Sintaxonomia de la clase Thero-Salicornietea en Europa occidental. Ecol. Medit. (1990), 16 : 359-364. Géhu, J.-M. & J. Géhu-Franck, 1979. Les Salicornietum emerici et ramosissimae du littoral atlantique français. Doc. Phytosoc., N.S., 4 : 349-358.
222 7993 02/3.0.1.0.2/03 syn compl pp Spergulario rupicolae - Salicornietum appressae Bioret, Lahondère & Khelifi 2001 Spergulario rupicolae - Salicornietum ramosissimae Bioret, F., C. Lahondère & H. Khelifi, 2001. Un exemple de végétation hyperhalophile originale : les vasques à salicornes annuelles des hauts de falaise de Belle-Ïle-en-Mer. Bull. Soc. Bot. Centre-Ouest, N.S., 32 : 3-12.
223 8155 02/3.0.1.0.2/03 syn compl pp Puccinellio maritimae - Salicornietum pusillae Géhu & Bioret 1992 Géhu, J.-M. & F. Bioret, 1992. Etude synécologique et phytocoenotique des communautés à salicornes des vases salées du littoral breton. Bull. Soc. Bot. Centre-Ouest, N.S., 23 : 347-419.
224 195 02/3.0.1.0.2/03 syn incl Salicornietum pusillae (Géhu & Géhu-Franck 1979) Géhu & Bioret 1992 Géhu, J.-M. & F. Bioret, 1992. Etude synécologique et phytocoenotique des communautés à salicornes des vases salées du littoral breton. Bull. Soc. Bot. Centre-Ouest, N.S., 23 : 347-419. Géhu, J.-M. & J. Géhu-Franck, 1979. Les Salicornietum emerici et ramosissimae du littoral atlantique français. Doc. Phytosoc., N.S., 4 : 349-358.
225 196 02/3.0.1.0.2/03 syn incl Salicornietum pusillae (Géhu & Géhu-Franck 1979) Géhu & Bioret 1992 corr. Géhu 1992 Salicornietum x marshallis Géhu, J.-M. & F. Bioret, 1992. Etude synécologique et phytocoenotique des communautés à salicornes des vases salées du littoral breton. Bull. Soc. Bot. Centre-Ouest, N.S., 23 : 347-419. Géhu, J.-M. & J. Géhu-Franck, 1979. Les Salicornietum emerici et ramosissimae du littoral atlantique français. Doc. Phytosoc., N.S., 4 : 349-358.
226 197 02/3.0.1.0.2/04 ASS Salicornietum emericii var. vicensis J. Duvigneaud 1967 annuelles pionnières des vases salées intracontinentales hygrophiles Lorraine planitiaire Salicornietum vicensis Duvigneaud, J., 1967. Flore et végétation halophiles de la Lorraine orientale Moselle, France). Mém. Soc. Roy. Bot. Belg., 3, 122 p.
227 198 02/3.0.1.0.2/05 ASS Salicornietum appresso - emericii var. emericii (Géhu & Géhu-Franck 1979) Géhu & Bioret 1992 annuelles pionnières des vases maritimes, thermoatlantiques, du schorre supérieur Bretagne schorre moyen Salicornietum appresso - emericii Salicornietum ramosissimae - nitentis Géhu, J.-M. & F. Bioret, 1992. Etude synécologique et phytocoenotique des communautés à salicornes des vases salées du littoral breton. Bull. Soc. Bot. Centre-Ouest, N.S., 23 : 347-419. Géhu, J.M. & J. Géhu-Franck, 1979. Les Salicornietum emerici et ramosissimae du littoral atlantique français. Doc. Phytosoc., N.S., 4 : 349-358.
228 199 02/3.0.1.0.2/05 syn compl Puccinellio maritimae - Salicornietum emericii Géhu & Géhu-Franck 1979 Géhu, J.M. & J. Géhu-Franck, 1979. Les Salicornietum emerici et ramosissimae du littoral atlantique français. Doc. Phytosoc., N.S., 4 : 349-358.
229 208 02/3.0.1.0.2/06 ASS Suaedetum maritimae var. macrocarpae de Litardière & Malcuit 1927 ex Géhu, Rivas-Martínez & Tüxen in Tüxen 1974 annuelles eutrophiles pionnières des vases maritimes, atlantiques, du schorre supérieur Suaedetum macrocarpae Suaedetum macrocarpae Tüxen, R., 1974. Die Pflanzengesellschaften Nordwestdeutschlands (2ten Aufl.), 1, 207 p. Cramer, Lehre.
230 174 02/3.0.1.0.2/06 syn = Suaedetum maritimae var. macrocarpae (J.-M. & J. Géhu 1969) Géhu, Rivas-Martínez & Tüxen 1972 ex Tüxen 1974 Suaedetum macrocarpae Suaedetum macrocarpae Tüxen, R., 1974. Die Pflanzengesellschaften Nordwestdeutschlands (2ten Aufl.), 1, 207 p. Cramer, Lehre. Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
231 175 02/3.0.1.0.2/06 syn nn Suaedetum maritimae var. macrocarpae J.-M. & J. Géhu 1969 Suaedetum macrocarpae Suaedetum macrocarpae Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
232 7912 02/3.0.1.0.2/07 ASS Atriplici prostratae var. salinae - Suaedetum maritimae var. flexilis Géhu 2006 annuelles eutrophiles pionnières des sédiments grossiers maritimes, atlantiques, du schorre supérieur Atriplici salinae - Suaedetum flexilis 'Géhu, J.-M., 2006. A Saint-Lunaire (35), une remarquable maquette estuarienne d''halipèdes dans un contexte de ria. Bull. Soc. Bot. Centre-Ouest, ns, 37 : 117-146.'
233 206 02/3.0.1.0.2/07 syn non Suaedetum maritimae var. flexilis Tüxen 1974 schorre inférieur Suaedetum flexilis Suaedetum flexilis Tüxen, R., 1974. Die Pflanzengesellschaften Nordwestdeutschlands (2ten Aufl.), 1, 207 p. Cramer, Lehre.
234 207 02/3.0.1.0.2/07 syn non nn Suaedetum maritimae var. flexilis J.-M. & J. Géhu 1969 Suaedetum flexilis Suaedetum flexilis Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
235 209 02/3.0.1.0.3 ALL Salicornion patulae Géhu & Géhu-Franck 1984 annuelles pionnières des vases maritimes, méditerranéennnes Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70.
236 8137 02/3.0.1.0.3 syn = Salicornion patulae Géhu & Géhu-Franck 1984 em. Géhu 1999 Géhu, J.-M., 1999. Synthèse synsystématique et synécologique des halipèdes de France. J. Bot. Soc. Bot. France, 12 : 17-28. Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70.
237 210 02/3.0.1.0.3/01 ASS Suaedo spicatae - Salicornietum patulae Brullo & Furnari 1976 ex Géhu & Géhu-Franck 1984 corr. Alcaraz, Ríos, De la Torre, Delgado & Inocencio 1998 annuelles pionnières des vases maritimes, méditerranéennes du schorre moyen Alcaraz, F., S. Ríos, A. De la Torre, M.J. Delgado & C. Inocencio, 1998. Los pastizales terofíticos no nitrófilos murciano-almerienses. Acta Bot. Barcinon. 45. (Homenatge a Oriol de Bolòs) : 405-437. Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70. Brullo, S., Furnari, F., 1976. Le associazioni vegetali degli ambienti palustri costieri della Sicilia. Notiz. Fitosoc., 11 : 1-43. Bologna.
238 211 02/3.0.1.0.3/01 syn = Salicornietum patulae Brullo & Furnari 1976 Brullo, S., Furnari, F., 1976. Le associazioni vegetali degli ambienti palustri costieri della Sicilia. Notiz. Fitosoc., 11 : 1-43. Bologna.
239 7420 02/3.0.1.0.3/01 syn non Salicornietum patulae Christiansen 1955 Christiansen, W., 1955. Salicornietum. Mitt. Florist.-Soziol. Arbeitsgem. 5: 64-65.
240 213 02/3.0.1.0.3/02 ASS Suaedo splendentis - Salicornietum patulae Rivas-Martínez, Costa, Castroviejo & E. Valdés 1980 corr. Rivas-Martínez 1991 annuelles pionnières des vases maritimes, méditerranéennes du schorre moyen Rivas-Martínez, S., 1991. Sintaxonomia de la clase Thero-Salicornietea en Europa occidental. Ecol. Medit. (1990), 16 : 359-364. Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189.
241 212 02/3.0.1.0.3/03 ASS Salicornietum emericii var. emericii O. de Bolòs 1962 ex Brullo & Furnari 1976 annuelles pionnières des vases maritimes, méditerranéennes du schorre supérieur Brullo, S., Furnari, F., 1976. Le associazioni vegetali degli ambienti palustri costieri della Sicilia. Notiz. Fitosoc., 11 : 1-43. Bologna.
242 203 02/3.0.1.0.3/04 ASS Suaedetum albescentis Géhu 1976 corr. Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341. Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975).
243 214 02/4. CLA Euphorbio paraliae - Ammophiletea arenariae subsp. australis Géhu & Géhu-Franck 1988 végétation vivace des dunes maritimes bordières à mobiles thermophiles Euphorbio paraliae - Ammophiletea australis Géhu, J.-M. & J. Géhu-Franck, 1988. Variations floristiques et synchorologie des ammophilaies européo-africaines. Homenaje a P. Montserrat, Jaca y Huesca, 561-570.
244 215 02/4. syn incl Ammophiletea canariensis Esteve 1968 Esteve, F. 1968. Datos para el estudio de las clases Ammophiletea, Juncetea y Salicornietea en las Canarias Orientales. Collect. Bot. (Barcelona), 7: 303-323.
245 216 02/4. syn pp Ammophiletea arenariae Braun-Blanquet & Tüxen 1943 Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
246 217 02/4. syn pp Ammophiletea arenariae Braun-Blanquet & Tüxen 1943 ex Westhoff, Dijk & Passchier 1942 Ammophiletea Westhoff, V., Dijk, J.W., Passchier, H., 1942. Overzicht der Plantengemeenschappen in Nederland. Nederl. Natuur. Hist. Vereen. Nederl. Jeugd. Natuurstudie, 7 : 1-79. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
247 218 02/4.0.1 ORD Ammophiletalia arenariae subsp. australis Braun-Blanquet (1931) 1933 em. Géhu & Géhu-Franck 1988 végétation vivace des dunes maritimes bordières à mobiles thermophiles Ammophiletalia australis Géhu, J.-M. & J. Géhu-Franck, 1988. Variations floristiques et synchorologie des ammophilaies européo-africaines. Homenaje a P. Montserrat, Jaca y Huesca, 561-570. Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
248 219 02/4.0.1 syn incl Ammophiletalia arenariae subsp. australis Braun-Blanquet 1931 Ammophiletalia australis Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
249 220 02/4.0.1 syn incl Ammophiletalia arenariae subsp. australis Braun-Blanquet 1933 Ammophiletalia australis Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
250 221 02/4.0.1 syn incl Euphorbio paraliae - Ammophiletalia arenariae J.-M. & J. Géhu 1969 Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
251 222 02/4.0.1 syn pp Ammophiletalia arenariae subsp. australis Braun-Blanquet (1931) 1933 ex Tüxen & Oberdorfer 1958 Ammophiletalia australis Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328. Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
252 223 02/4.0.1.0.1 ALL Ammophilion arenariae subsp. arenariae Géhu 1988 végétation vivace des dunes maritimes bordières à mobiles thermoatlantiques 'Géhu, J.-M., 1988. Qu''est ce que l''Agropyretum mediterraneum Br.Bl. (1931) 1933 ? Lazaroa, 1986, 9 : 343-354.'
253 224 02/4.0.1.0.1 syn = Ammophilion arenariae subsp. arenariae (Tüxen in Braun-Blanquet & Tüxen 1952) Géhu 1988 'Géhu, J.-M., 1988. Qu''est ce que l''Agropyretum mediterraneum Br.Bl. (1931) 1933 ? Lazaroa, 1986, 9 : 343-354.' Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
254 225 02/4.0.1.0.1 syn incl Ammophilenion arenariae subsp. arenariae Géhu 1988 'Géhu, J.-M., 1988. Qu''est ce que l''Agropyretum mediterraneum Br.Bl. (1931) 1933 ? Lazaroa, 1986, 9 : 343-354.'
255 226 02/4.0.1.0.1 syn incl Elytrigio junceae subsp. boreoatlanticae - Honckenyenion peploidis Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Agropyro - Minuartienion peploidis Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
256 227 02/4.0.1.0.1 syn incl Euphorbio paraliae - Festucenion rubrae subsp. arenariae Géhu (1975) 1994 Géhu, J.-M., 1994. Schéma synsystématique et typologie des milieux littoraux français atlantiques et méditerranéens. Coll. Phytosoc., 22 : 183-212. (La syntaxonomie et la synsystématique européennes, comme base typologique des habitats, Bailleul 1993). Géhu, J.-M., 1975. Essai systématique et chorologique sur les principales associations végétales du littoral atlantique français. Anales Real Acad. Farm., 41 : 207-227.
257 228 02/4.0.1.0.1 syn incl Honckenyo peploidis - Elytrigion junceae subsp. boreoatlanticae Tüxen in Braun-Blanquet & Tüxen 1952 Agropyro-Minuartion peploidis Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
258 229 02/4.0.1.0.1 syn pp Elytrigion junceae (Tüxen in Braun-Blanquet. & Tüxen 1952) Rivas-Martínez, Costa, Castroviejo & E. Valdés 1980 Agropyrion junceiformis Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189. Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
259 230 02/4.0.1.0.1/01 2110pp ASS Euphorbio paraliae - Elytrigietum junceae subsp. boreoatlanticae Tüxen 1945 apud Braun-Blanquet & Tüxen 1952 végétation vivace pionnière des dunes maritimes embryonnaires, thermoatlantiques Euphorbio paraliae - Elytrigietum boreoatlanticae Euphorbio - Agropyretum juncei Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
260 231 02/4.0.1.0.1/01 syn = Elytrigio junceae subsp. boreoatlanticae - Otanthetum maritimae Braun-Blanquet, Rozeira & P. Silva in Braun-Blanquet, G. Braun-Blanquet, Rozeira & P. Silva 1972 Agropyro junceiformis - Otanthetum agropyro-crucianelletosum Braun-Blanquet, J., G. Braun-Blanquet, A. Rozeira & A.R. Pinto da Silva, 1972. Résultats de trois excursions géobotaniques à travers le Portugal septentrional et moyen. IV – Esquisse sur la végétation dunale. Agron. Lusit. 33, 1-4. 217-234.
261 232 02/4.0.1.0.1/01 syn = Eryngio maritimae - Honckenietum peploidis Braun-Blanquet, Rozeira & P. Silva in Braun-Blanquet, G. Braun-Blanquet, Rozeira, P. Silva 1972 Braun-Blanquet, J., G. Braun-Blanquet, A. Rozeira & A.R. Pinto da Silva, 1972. Résultats de trois excursions géobotaniques à travers le Portugal septentrional et moyen. IV – Esquisse sur la végétation dunale. Agron. Lusit. 33, 1-4. 217-234.
262 233 02/4.0.1.0.1/01 syn = Euphorbio paraliae - Elytrigietum junceae subsp. boreoatlanticae Tüxen in Braun-Blanquet & Tüxen 1952 corr. Darimont, Duvigneaud & Lambinon 1962 Euphorbio paraliae - Elytrigietum boreoatlanticae Euphorbio paraliae - Agropyretum junceiformis Darimont, F., J. Duvigneaud & J. Lambinon 1962. Lejeunia N.S. 8. Liège. Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
263 234 02/4.0.1.0.1/01 syn = Honckenyo peploidis - Elytrigietum junceae subsp. boreoatlanticae Loriente 1986 Honckenyo - Agropyretum junceiformis Loriente, E. 1986. Después de levantar cientotreinta y nueve inventarios en las playas de Cantabria. Anales Inst. Est. Agropecuarios 7: 119-132. Santander.
264 235 02/4.0.1.0.1/02 2120pp ASS Euphorbio paraliae - Ammophiletum arenariae subsp. arenariae Tüxen 1945 apud Braun-Blanquet & Tüxen 1952 végétation vivace des dunes maritimes bordières à mobiles, thermoatlantiques littoral atlantique et de la Manche Euphorbio paraliae - Ammophiletum arenariae Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
265 236 02/4.0.1.0.1/02 syn incl Galio arenariae - Ammophiletum arenariae subsp. arenariae J.-M. & J. Géhu 1969 Bretagne Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
266 237 02/4.0.1.0.1/02 syn incl Sileno vulgaris subsp. thorei - Ammophiletum arenariae subsp. arenariae J.-M. & J. Géhu 1969 Aquitaine Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
267 8089 02/4.0.1.0.1/02 syn incl Sileno vulgaris subsp. thorei - Ammophiletum arenariae subsp. arenariae (Géhu 1968) Géhu, Franck & Bournique 1995 Géhu, J.-M., J. Franck & C.-P. Bournique, 1995. Sur l’originalité syntaxonomique des ammophilaies du sud-ouest de la France (Sileno thorei – Ammophiletum arenariae) et leur positionnement dans le synsystème européen des végétations des dunes meubles. Bull. Soc. Bot. Centre-Ouest, ns, 26 : 99-104.
268 238 02/4.0.1.0.1/02bis SUBASS Euphorbio paraliae - Ammophiletum arenariae subsp. arenariae Tüxen 1945 apud Braun-Blanquet & Tüxen 1952 festucetosum rubrae subsp. arenariae arrière-dune bordière, transition vers les dunes fixées Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
269 239 02/4.0.1.0.1/02bis syn = Euphorbio paraliae - Festucetum rubrae subsp. arenariae Géhu 1963 Euphorbio paraliae - Festucetum arenariae 'Géhu, J.-M., 1963. L''excursion dans le nord et l''ouest de la France de la société internationale de phytosociologie. Bull. Soc. Bot. N. Fr., 16 : 105-189.'
270 240 02/4.0.1.0.2 ALL Ammophilion arenariae subsp. australis Braun-Blanquet (1931) 1933 em. Géhu & Géhu-Franck 1988 végétation vivace des dunes maritimes bordières à mobiles méditerranéennes Ammophilion australis Géhu, J.-M. & J. Géhu-Franck, 1988. Variations floristiques et synchorologie des ammophilaies européo-africaines. Homenaje a P. Montserrat, Jaca y Huesca, 561-570. Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
271 241 02/4.0.1.0.2 syn = Ammophilenion arenariae subsp. australis Rivas-Martínez, Costa, Castroviejo & E. Valdés 1980 Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189.
272 242 02/4.0.1.0.2 syn = Ammophilion arenariae subsp. australis Braun-Blanquet 1921 Ammophilion australis Braun-Blanquet, J., 1921. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9. Montpellier.
273 243 02/4.0.1.0.2 syn = Ammophilion arenariae subsp. australis Braun-Blanquet 1921 corr. Rivas-Martínez, Costa & Izco in Rivas-Martínez, Lousã, T.E. Díaz, Fernández-González & J.C. Costa 1990 Ammophilion australis Rivas-Martínez, S., M. Lousã, T.E. Díaz, F. Fernández-González & J.C. Costa, 1990. La vegetación del sur de Portugal (Sado, Alentejo y Algarve). Itinera Geobot. 3: 5-126. Braun-Blanquet, J., 1921. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9. Montpellier.
274 244 02/4.0.1.0.2 syn = Ammophilion arenariae subsp. australis Braun-Blanquet 1933 Ammophilion australis Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
275 245 02/4.0.1.0.2 syn = Ammophilion arenariae subsp. australis Géhu 1988 Ammophilion australis 'Géhu, J.-M., 1988. Qu''est ce que l''Agropyretum mediterraneum Br.Bl. (1931) 1933 ? Lazaroa, 1986, 9 : 343-354.'
276 246 02/4.0.1.0.2 syn = Euphorbio paraliae - Ammophilion arenariae subsp. australis J.-M. & J. Géhu 1969 Euphorbio paraliae - Ammophilion australis Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
277 247 02/4.0.1.0.2 syn incl Ammophilion arenariae subsp. australis Braun-Blanquet (1931) 1933 em. J.-M. & J. Géhu 1969 Ammophilion australis Ammophilion Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166. Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
278 8032 02/4.0.1.0.2 syn incl Elytrigenion junceae subsp. junceae Piazza & Paradis 1997 Elymenion Piazza, C. & G. Paradis, 1997. Essai de présentation synthétique des groupements végétaux de la classe des Euphorbio - Ammophiletea du littoral de la Corse. Bull. Soc. Bot. Centre-Ouest, n.s., 28 : 119-158.
279 248 02/4.0.1.0.2 syn incl Elytrigenion junceae subsp. junceae Rivas-Martínez, Costa, Castroviejo & E. Valdés 1980 Agropyrenion junceiformis Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189.
280 249 02/4.0.1.0.2 syn incl Euphorbio paraliae - Elytrigion junceae subsp. junceae J.-M. & J. Géhu 1969 Euphorbio - Agropyrion junceiformis Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
281 250 02/4.0.1.0.2 syn incl Medicagini marinae - Ammophilenion arenariae subsp. australis (Braun-Blanquet 1921) Rivas-Martínez & Géhu in Géhu & Rivas-Martínez 1980 Medicagini marinae - Ammophilenion australis Medicagini - Ammophilenion arundinaceae Géhu, J.-M. & S. Rivas-Martínez, 1980. Classification of European Salt Plant Communities. In: Dijkema & al. Study on European salt marshes and salt steppes. Conseil de l’Éurope, SN-VS 83(4) : 32-40. Braun-Blanquet, J., 1921. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9. Montpellier.
282 251 02/4.0.1.0.2 syn incl Otantho maritimae subsp. maritimae - Elytrigion junceae subsp. junceae J.-M. & J. Géhu 1969 Diotiso - Agropyrion mediterraneum Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
283 252 02/4.0.1.0.2 syn incl Sporobolenion pungentis Géhu & Géhu-Franck ex Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
284 253 02/4.0.1.0.2 syn incl Sporobolenion pungentis Géhu 1988 'Géhu, J.-M., 1988. Qu''est ce que l''Agropyretum mediterraneum Br.Bl. (1931) 1933 ? Lazaroa (1986), 9 : 343-354.'
285 254 02/4.0.1.0.2 syn incl Sporobolion pungentis (Géhu & Géhu-Franck ex Géhu & Biondi 1994) Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341. Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
286 255 02/4.0.1.0.2 syn incl Sporobolo pungentis - Elytrigenion junceae subsp. junceae Géhu 1988 Sporobolo - Elymenion farcti 'Géhu, J.-M., 1988. Qu''est ce que l''Agropyretum mediterraneum Br.Bl. (1931) 1933 ? Lazaroa (1986), 9 : 343-354.'
287 256 02/4.0.1.0.2 syn pp Elytrigion junceae (Tüxen in Braun-Blanquet. & Tüxen 1952) Rivas-Martínez, Costa, Castroviejo & E. Valdés 1980 Agropyrion junceiformis Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189. Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
288 257 02/4.0.1.0.2/01 ASS Echinophoro spinosae - Elytrigietum junceae subsp. junceae (Braun-Blanquet (1921) 1933) Géhu 1988 végétation vivace pionnière des dunes maritimes embryonnaires, languedoco-provençales 'Géhu, J.-M., 1988. Qu''est ce que l''Agropyretum mediterraneum Br.Bl. (1931) 1933 ? Lazaroa, 1986, 9 : 343-354.' Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
289 258 02/4.0.1.0.2/01 syn incl Elytrigio junceae - Spartinetum patentis (Baudière & Simmoneau 1971) Géhu, Biondi, Géhu-Franck & Costa 1992 'Géhu, J.-M., E. Biondi, J. Géhu-Franck & M. Costa, 1992. Interprétation phytosociologique actualisée de quelques végétations psammophiles et halophiles de Camargue. Coll. Phytosoc., 19 : 103-131. (Végétation et qualité de l''environnement cotier en Méditerranée, Cagliari 1989).' ?
290 8051 02/4.0.1.0.2/01 syn incl Eryngio maritimi - Elytrigietum junceae subsp. junceae Géhu 1988 'Géhu, J.-M., 1988. Qu''est ce que l''Agropyretum mediterraneum Br.Bl. (1931) 1933 ? Lazaroa, 1986, 9 : 343-354.'
291 260 02/4.0.1.0.2/01 syn pp Cypero capitati - Elytrigietum junceae subsp. junceae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
292 261 02/4.0.1.0.2/01 syn pp Cypero capitati - Elytrigietum junceae subsp. junceae Braun-Blanquet 1933 Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
293 262 02/4.0.1.0.2/01 syn pp Cypero capitati - Elytrigietum junceae subsp. junceae Kuhnholtz-Lordat 1921 ex Braun-Blanquet 1933 Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p. ?
294 259 02/4.0.1.0.2/01 syn pp Elytrigietum junceae subsp. junceae (Künholtz-Lordat 1921) Braun-Blanquet 1933 Agropyretum mediterraneum Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p. ?
295 263 02/4.0.1.0.2/01 syn pp Sporobolo pungentis - Elytrigietum junceae subsp. junceae (Braun-Blanquet 1933) Rivas-Martínez, Costa, Castroviejo & E. Valdés 1980 Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189. Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
296 264 02/4.0.1.0.2/01 syn pp Sporobolo pungentis - Elytrigietum junceae subsp. junceae Géhu & Géhu-Franck 1984 Géhu, J.-M. & J. Géhu-Franck, 1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70.
297 265 02/4.0.1.0.2/01 syn pp Sporobolo pungentis - Elytrigietum junceae subsp. junceae (Kuhnholtz-Lordat 1921) Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40. ?
298 266 02/4.0.1.0.2/02 ASS Sileno succulentae subsp. corsicae - Elytrigietum junceae subsp. junceae (Malcuit 1926) Bartolo, Brullo, De Marco, Dinelli, Signorello & Spampinato 1992 végétation vivace pionnière des dunes maritimes embryonnaires, corses Sileno corsicae - Elytrigietum junceae Sileno corsicae - Elymetum farcti Bartolo, G., S. Brullo, G. De Marco, A. Dinelli, P. Signorello & G. Spampinato, 1992. Studio fitosociologico sulla vegetazione psammofila della Sardegna meridionale. Coll. Phytosoc., 19 : 251-273. (Végétation et qualité de l’environnement côtier en Méditerranée, Cagliari 1989). ?
299 8015 02/4.0.1.0.2/02 syn = Sporobolo pungentis - Elytrigietum junceae subsp. junceae Piazza & Paradis 1997 Sporobolo pungentis - Elymetum farcti Piazza, C. & G. Paradis, 1997. Essai de présentation synthétique des groupements végétaux de la classe des Euphorbio - Ammophiletea du littoral de la Corse. Bull. Soc. Bot. Centre-Ouest, n.s., 28 : 119-158.
300 8050 02/4.0.1.0.2/02 syn incl Limbardae crithmoidis - Elytrigietum junceae subsp. junceae Piazza & Paradis 1994 Inulo crithmoidis - Elymetum farcti 'Piazza, C. & G. Paradis, 1994. Etude phytosociologique et cartographique d''un site littoral sableux en voie de dégradation anthropique : le cordon de Balistra (sud de la Corse). Bull. Soc. Bot. Centre-Ouest, n.s., 25 : 59-98.'
301 267 02/4.0.1.0.2/03 ASS Echinophoro spinosae - Ammophiletum arenariae subsp. australis (Braun-Blanquet (1921) 1933) Rivas-Martínez, Costa, Castroviejo & Valdes 1980 végétation vivace des dunes maritimes bordières, languedoco-provençales Echinophoro spinosae - Ammophiletum australis Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189. Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p. Braun-Blanquet, J., 1921. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9. Montpellier.
302 268 02/4.0.1.0.2/03 syn = Echinophoro spinosae - Ammophiletum arenariae subsp. australis Géhu, Rivas-Martínez & Tüxen 1972 in Géhu & al. 1975 ex Géhu, Costa, Scoppola, Biondi, Marchiori, Peris, Franck, Caniglia, Veri 1984 Echinophoro spinosae - Ammophiletum australis Géhu, J.-M., Costa, M., Scoppola, A., Biondi, E., Marchiori, S., Peris, J.B., Franck, J., Caniglia, G., Veri, L., 1984. Essai synsystématique et synchorologique sur les végétations littorales italiennes dans un but conservatoire. I : dunes et vases salées. Doc. Phytosoc., N.S., 8 : 393-474. ?
303 8090 02/4.0.1.0.2/03 syn = Echinophoro spinosae - Ammophiletum arenariae subsp. australis Géhu, Rivas-Martínez & Tüxen 1972 in Géhu & al. 1975 Echinophoro spinosae - Ammophiletum australis Echinophoro spinosae - Ammophiletum australis ?
304 269 02/4.0.1.0.2/03 syn pp Ammophiletum arenariae subsp. australis Kuhnholtz-Lordat 1923 Ammophiletum australis Kuhnholtz-Lordat, G., 1923. Les dunes du golfe du Lion. Essai de Géographie Botanique. Thèse, Paris, 307 p.
305 270 02/4.0.1.0.2/03 syn pp Ammophiletum arenariae subsp. australis Rothmaler 1943 Ammophiletum australis Rothmaler, W., 1943. Promontorium Sacrum, Vegerationsstudien im südwestlichen Portugal. Repert. Spec. Nov. Regni Veg. Beih., 128 : 1-96.
306 271 02/4.0.1.0.2/03 syn pp Medicagini marinae - Ammophiletum arenariae subsp. australis Braun-Blanquet (1921) 1933 Medicagini marinae - Ammophiletum australis Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p. Braun-Blanquet, J., 1921. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9. Montpellier.
307 272 02/4.0.1.0.2/03 syn pp Medicagini marinae - Ammophiletum arenariae subsp. australis Braun-Blanquet 1921 Medicagini marinae - Ammophiletum australis Braun-Blanquet, J., 1921. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9. Montpellier.
308 273 02/4.0.1.0.2/03 syn pp Medicagini marinae - Ammophiletum arenariae subsp. australis Braun-Blanquet 1921 corr. Fernández Prieto & T.E. Díaz 1991 Medicagini marinae - Ammophiletum australis Fernández Prieto, J.A. & T.E. Díaz 1991. Consideraciones nomenclaturales y sistemáticas en el Orden Ammophiletalia Br.-Bl. 1933. Lazaroa, 12 : 371-379. Braun-Blanquet, J., 1921. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9. Montpellier.
309 274 02/4.0.1.0.2/03 syn pp Medicagini marinae - Ammophiletum arenariae subsp. australis Braun-Blanquet 1931 Medicagini marinae - Ammophiletum australis Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
310 275 02/4.0.1.0.2/04 ASS Sileno succulentae subsp. corsicae - Ammophiletum arenariae subsp. australis Bartolo, Brullo, De Marco, Dinelli, Signorello & Spampinato 1992 végétation vivace des dunes maritimes bordières, corses Sileno corsicae - Ammophiletum australis Sileno corsicae - Ammophiletum arundinaceae Bartolo, G., S. Brullo, G. De Marco, A. Dinelli, P. Signorello & G. Spampinato, 1992. Studio fitosociologico sulla vegetazione psammofila della Sardegna meridionale. Coll. Phytosoc., 19 : 251-273. (Végétation et qualité de l’environnement côtier en Méditerranée, Cagliari 1989).
311 276 02/4.0.1.0.2/05 ASS Sporoboletum pungentis Arènes 1924 Arènes, J., 1924. Etudes sur la zone halophile en Provence: Végétation des côtes basses. Bull. Soc. Bot. Fra., 71 : 13-117.
312 277 02/4.0.1.0.2/05 syn = Sporoboletum pungentis Arènes 1924 ex Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Arènes, J., 1924. Etudes sur la zone halophile en Provence: Végétation des côtes basses. Bull. Soc. Bot. Fra., 71 : 13-117.
313 278 02/4.0.1.0.2/05 syn = Sporoboletum pungentis Arènes 1924 ex Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154. Arènes, J., 1924. Etudes sur la zone halophile en Provence: Végétation des côtes basses. Bull. Soc. Bot. Fra., 71 : 13-117.
314 279 02/4.0.1.0.2/05 syn incl Echinophoro spinosae - Sporoboletum pungentis Géhu & Uslu 1989 Géhu, J.-M. & T. Uslu, 1989. Données sur la végétation littorale de la Turquie du Nord-Ouest. Phytocoenologia, 17 (4) : 449-505.
315 280 02/4.0.1.0.2/05 syn incl Eryngio maritimi - Sporoboletum pungentis (Arènes ex Géhu & Biondi 1994) Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
316 281 02/4.0.1.0.2/05 syn incl Eryngio maritimi - Sporoboletum pungentis Géhu & Uslu 1989 Géhu, J.-M. & T. Uslu, 1989. Données sur la végétation littorale de la Turquie du Nord-Ouest. Phytocoenologia, 17 (4) : 449-505.
317 7989 02/4.0.1.0.2/05 syn non Sporoboletum pungentis Rothmaler 1943 Rothmaler, W., 1943. Promontorium Sacrum, Vegerationsstudien im südwestlichen Portugal. Repert. Spec. Nov. Regni Veg. Beih., 128 : 1-96.
318 282 02/4.0.1.0.2/06 ASS Otantho maritimi - Ammophiletum arenariae subsp. australis Géhu & Tüxen 1972 corr. Rivas-Martínez, Lousã, T.E. Díaz, Fernández-González & J.C. Costa 1990 Otantho maritimi - Ammophiletum australis Rivas-Martínez, S., M. Lousã, T.E. Díaz, F. Fernández-González & J.C. Costa, 1990. La vegetación del sur de Portugal (Sado, Alentejo y Algarve). Itinera Geobot. 3: 5-126. Géhu, J.-M. & R. Tüxen, 1972. Essai de synthèse phytosociologique des dunes atlantiques européennes. Coll. Phytosoc., 1 : 61-70. (Dunes maritimes, Paris 1971).
319 283 02/4.0.1.0.2/06 syn = Elytrigio junceae subsp. junceae - Otanthetum maritimi ammophiletosum arenariae Braun-Blanquet, Rozeira & P. Silva in Braun-Blanquet, G. Braun-Blanquet, Rozeira & P. Silva 1972 Agropyro junceiformis - Otanthetum ammophiletosum arenariae Braun-Blanquet, J., G. Braun-Blanquet, A. Rozeira & A.R. Pinto da Silva, 1972. Résultats de trois excursions géobotaniques à travers le Portugal septentrional et moyen. IV – Esquisse sur la végétation dunale. Agron. Lusit. 33, 1-4. 217-234.
320 284 02/4.0.1.0.2/06 syn = Otantho maritimi - Ammophiletum arenariae subsp. australis Géhu & Tüxen 1972 Otantho maritimi - Ammophiletum australis Géhu, J.-M. & R. Tüxen, 1972. Essai de synthèse phytosociologique des dunes atlantiques européennes. Coll. Phytosoc., 1 : 61-70. (Dunes maritimes, Paris 1971).
321 285 02/4.0.1.0.2/06 syn = Otantho maritimi - Ammophiletum arenariae subsp. australis Géhu 1975 Otantho maritimi - Ammophiletum australis Géhu, J.-M., 1975. Essai systématique et chorologique sur les principales associations végétales du littoral atlantique français. Anales Real Acad. Farm., 41 : 207-227.
322 8048 02/4.0.1.0.2/07 ASS Plantagini coronopodi subsp. humilis - Lotetum cytisoidis subsp. conradiae Paradis & Piazza 1993 Plantagini humilis - Lotetum conradiae Paradis, G. & C. Piazza, 1993. Une association nouvelle à Plantago coronopus subsp. humilis et Lotus cytisoides subsp. conradiae dans les dune sdégradées de la Corse occidentale. Monde des Plantes, 446 : 21-23.
323 8049 02/4.0.1.0.2/07 syn = Plantagini coronopodi subsp. humilis - Lotetum cytisoidis Piazza & Paradis 1997 Plantagini humilis - Lotetum cytisoidis Piazza, C. & G. Paradis, 1997. Essai de présentation synthétique des groupements végétaux de la classe des Euphorbio - Ammophiletea du littoral de la Corse. Bull. Soc. Bot. Centre-Ouest, n.s., 28 : 119-158.
324 286 02/4.0.2 ORD Crucianelletalia maritimae Sissingh 1974 végétation vivace des arrière-dunes maritimes submobiles, thermophiles, méditerranéennes occidentales Sissingh, G., 1974. Comparaison du Roso-Ephedretum de Bretagne avec des unités de végétation analogues (contribution à la systématique des associations de dunes grises atlantiques et méditerranéennes). Doc. Phytosoc., 7/8 : 95-106.
325 287 02/4.0.2 syn = Helichryso stoechadis - Crucianelletalia maritimae (Sissingh 1974) Géhu, Rivas-Martínez & Tüxen in Géhu 1975 Géhu, J.-M., 1975. Essai systématique et chorologique sur les principales associations végétales du littoral atlantique français. Anales Real Acad. Farm., 41 : 207-227. Sissingh, G., 1974. Comparaison du Roso-Ephedretum de Bretagne avec des unités de végétation analogues (contribution à la systématique des associations de dunes grises atlantiques et méditerranéennes). Doc. Phytosoc., 7/8 : 95-106.
326 288 02/4.0.2 syn = Helichryso stoechadis - Crucianelletalia maritimae Géhu, Rivas-Martínez & Tüxen in Bon & Géhu 1973 apud Géhu 1975 Géhu, J.-M., 1975. Essai systématique et chorologique sur les principales associations végétales du littoral atlantique français. Anales Real Acad. Farm., 41 : 207-227. ?
327 289 02/4.0.2 syn = Helichryso stoechadis - Crucianelletea maritimae (Géhu, Rivas-Martínez & Tüxen in Bon & Géhu 1973) Sissingh 1974 Sissingh, G., 1974. Comparaison du Roso-Ephedretum de Bretagne avec des unités de végétation analogues (contribution à la systématique des associations de dunes grises atlantiques et méditerranéennes). Doc. Phytosoc., 7/8 : 95-106. ?
328 290 02/4.0.2 syn pp Artemisietalia crithmifoliae Braun-Blanquet, Rozeira & P. Silva in Braun-Blanquet, G. Braun-Blanquet, Rozeira & P. Silva 1972 Braun-Blanquet, J., G. Braun-Blanquet, A. Rozeira & A.R. Pinto da Silva, 1972. Résultats de trois excursions géobotaniques à travers le Portugal septentrional et moyen. IV – Esquisse sur la végétation dunale. Agron. Lusit. 33, 1-4. 217-234.
329 291 02/4.0.2 syn pp Helichryso stoechadis - Crucianelletea maritimae (Géhu, Rivas-Martínez & Tüxen in Bon & Géhu 1973) Sissingh 1974 em. Biondi & Géhu in Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154. Sissingh, G., 1974. Comparaison du Roso-Ephedretum de Bretagne avec des unités de végétation analogues (contribution à la systématique des associations de dunes grises atlantiques et méditerranéennes). Doc. Phytosoc., 7/8 : 95-106.
330 292 02/4.0.2.0.1 2210 ALL Crucianellion maritimae Rivas Goday & Rivas-Martínez 1959 végétation vivace des arrière-dunes maritimes submobiles, thermophiles, méditerranéennes occidentales, mésoxérophiles Rivas Goday, S. & S. Rivas-Martínez 1959. Acerca de la Ammophiletea del Este y Sur de España. Anales Inst. Bot. Cavanilles 16: 549-564. (1958).
331 293 02/4.0.2.0.1/01 ASS Malcolmio littoreae - Crucianelletum maritimae (Braun-Blanquet (1921) 1933) Géhu & Bournique 1992 'Géhu, J.-M. & C.-P. Bournique, 1992. Interprétation phytosociologique actualisée et comparative des vestiges de végétation du cordon littoral entre Sète et Agde (Languedoc). Coll. Phytosoc., 19 : 133-146. (Végétation et qualité de l''environnement cotier en Méditerranée, Cagliari 1989).' Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
332 294 02/4.0.2.0.1/01 syn ambig Crucianelletum maritimae Braun-Blanquet 1921 Braun-Blanquet, J., 1921. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9. Montpellier.
333 295 02/4.0.2.0.1/01 syn ambig Crucianelletum maritimae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
334 296 02/4.0.2.0.1/01 syn ambig Crucianelletum maritimae Braun-Blanquet 1933 Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
335 297 02/4.0.2.0.1/02 ASS Malcolmio littoreae - Ephedretum distachyae (Hekking 1959) Géhu & Bournique 1992 'Géhu, J.-M. & C.-P. Bournique, 1992. Interprétation phytosociologique actualisée et comparative des vestiges de végétation du cordon littoral entre Sète et Agde (Languedoc). Coll. Phytosoc., 19 : 133-146. (Végétation et qualité de l''environnement cotier en Méditerranée, Cagliari 1989).' Hekking, W.H.A., 1959. Un inventaire phytosociologique des dunes de la côte méditerranéenne française entre Carnon et le Grau du roi (Hérault). Proc. Kon. Nederl. Akad. Wetensch., Ser. C, 62 : 518-532. [= Comm. SIGMA, n°149].
336 298 02/4.0.2.0.1/03 ASS Malcolmio littoreae - Helichrysetum stoechadis Géhu, Biondi, Géhu-Franck & Costa 1992 'Géhu, J.-M., E. Biondi, J. Géhu-Franck & M. Costa, 1992. Interprétation phytosociologique actualisée de quelques végétations psammophiles et halophiles de Camargue. Coll. Phytosoc., 19 : 103-131. (Végétation et qualité de l''environnement cotier en Méditerranée, Cagliari 1989).'
337 299 02/4.0.2.0.1/03 syn = Malcolmio littoreae - Helichrysetum stoechadis Géhu & Bournique 1992 'Géhu, J.-M. & C.-P. Bournique, 1992. Interprétation phytosociologique actualisée et comparative des vestiges de végétation du cordon littoral entre Sète et Agde (Languedoc). Coll. Phytosoc., 19 : 133-146. (Végétation et qualité de l''environnement cotier en Méditerranée, Cagliari 1989).'
338 300 02/4.0.2.0.2 ALL Ononidion hispanicae subsp. ramosissimae Pignatti 1953 végétation vivace des arrière-dunes maritimes submobiles, thermophiles, méditerranéennes occidentales, xérophiles
339 301 02/4.0.2.0.2 syn = Ononidion hispanicae subsp. ramosissimae Pignatti 1952 Pignatti, S., 1952. Introduzione allo studio fitosociologico della pianura veneta orientale con particolare riguardo alla vegetazione litoreana. Archivio Botanico, 28, 3 ser., 12(4) : 265-329.
340 8016 02/4.0.2.0.2 syn incl Helichrysion italici Paradis & Piazza 1995 Paradis, G. & C. Piazza, 1995. Difficultés pour établir une typologie de la végétation des sites sableux et graveleux littoraux d’une île méditerranéenne au relief varié : la Corse. Coll. Phytosoc., 23 : 617-642.
341 302 02/4.0.2.0.2 syn incl Helichryso italici - Scrophularion ramosissimae Julve 2002 all. nov. hoc loco
342 303 02/4.0.2.0.2/01 ASS Helichryso stoechadis - Scrophularietum ramosissimae Géhu, Biondi, Géhu-Franck & Costa 1992 'Géhu, J.-M., E. Biondi, J. Géhu-Franck & M. Costa, 1992. Interprétation phytosociologique actualisée de quelques végétations psammophiles et halophiles de Camargue. Coll. Phytosoc., 19 : 103-131. (Végétation et qualité de l''environnement cotier en Méditerranée, Cagliari 1989).'
343 304 02/4.0.2.0.2/02 ASS Helichryso italici - Ephedretum distachyae Géhu, Biondi, Géhu-Franck & Taffetani 1987 Géhu, J.-M., E. Biondi, J. Géhu-Franck & F. Taffetani, 1987. Données sur la végétation maritime du littoral oriental de la Corse. Univ. Laguna, Ser. Informes, 22 : 363-391. (5e jornadas de fitosoc., vegetacion de riberas de agua dulce).
344 305 02/4.0.2.0.2/03 ASS Pycnocomo rutifolii - Crucianelletum maritimae Géhu, Biondi, Géhu-Franck & Taffetani 1987 Géhu, J.-M., E. Biondi, J. Géhu-Franck & F. Taffetani, 1987. Données sur la végétation maritime du littoral oriental de la Corse. Univ. Laguna, Ser. Informes, 22 : 363-391. (5e jornadas de fitosoc., vegetacion de riberas de agua dulce).
345 306 02/4.0.2.0.2/04 ASS Scrophulario ramosissimae - Crucianelletum maritimae Géhu & Costa in Géhu, Costa, Scoppola, Biondi, Marchiori, Peris, Franck, Caniglia & Veri 1984 Géhu, J.-M., Costa, M., Scoppola, A., Biondi, E., Marchiori, S., Peris, J.B., Franck, J., Caniglia, G., Veri, L., 1984. Essai synsystématique et synchorologique sur les végétations littorales italiennes dans un but conservatoire. I : dunes et vases salées. Doc. Phytosoc., N.S., 8 : 393-474.
346 307 02/4.0.2.0.2/05 ASS Crucianello maritimae - Armerietum pungentis (Desole 1959) Zevaco 1969 Zevaco, C., 1969. Etude phytosociologique des plages et des dunes des archipels des Lavezzi et des Cerbicales sud et sud-est de la Corse). Ann. Fac. Sci. Marseille, 42 : 111-130.
347 308 02/4.0.2.0.2/06 ASS Helichryso italici - Scrophularietum ramosissimae Géhu, Biondi, Géhu-Franck & Taffetani 1987 Géhu, J.-M., E. Biondi, J. Géhu-Franck & F. Taffetani, 1987. Données sur la végétation maritime du littoral oriental de la Corse. Univ. Laguna, Ser. Informes, 22 : 363-391. (5e jornadas de fitosoc., vegetacion de riberas de agua dulce).
348 309 02/4.0.2.0.2/07 ASS Scrophulario ramosissimae - Helichrysetum italici subsp. microphylli Valsecchi & Bagella 1991 ?
349 310 02/4.0.2.0.2/07 syn = Scrophulario ramosissimae - Helichrysetum italici subsp. microphylli Filigheddu & Valsecchi 1992 ?
350 311 02/5. CLA Honckenyo peploidis - Leymetea arenarii Tüxen 1966 rivages maritimes circumboréaux Honckenyo - Elymetea Tüxen, R., 1966. Über nitrophile Elymus-Gesellschaften an nordeuropäischen, nordjapanischen und nordamerikanischen Küsten. Ann. Bot. Fenn., 3 : 358-367.
351 8077 02/5. syn = Honckenyo peploidis - Leymetea arenarii Tüxen 1966 em. Géhu 1996 Géhu, J.-M., 1996. A propos de l’Honckenyetum latifoliae des plages atlantiques françaises. Bull. Soc. Bot. Centre-Ouest, ns, 27 : 35-46.
352 312 02/5. syn pp Ammophiletea arenariae Braun-Blanquet & Tüxen 1943 Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
353 314 02/5.0.1 ORD Honckenyo peploidis - Leymetalia arenarii Tüxen 1966 Tüxen, R., 1966. Über nitrophile Elymus-Gesellschaften an nordeuropäischen, nordjapanischen und nordamerikanischen Küsten. Ann. Bot. Fenn., 3 : 358-367.
354 8078 02/5.0.1 syn = Honckenyo peploidis - Leymetalia arenarii Tüxen 1966 em. Géhu 1996 Géhu, J.-M., 1996. A propos de l’Honckenyetum latifoliae des plages atlantiques françaises. Bull. Soc. Bot. Centre-Ouest, ns, 27 : 35-46.
355 315 02/5.0.1 syn incl Leymo arenarii - Ammophiletalia arenariae J. M. & J. Géhu 1969 Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
356 313 02/5.0.1 syn nn Leymetalia arenarii Braun-Blanquet & Tüxen 1943 rivages maritimes boréaux, européens Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
357 316 02/5.0.1.0.1 ALL Leymion arenarii Christiansen 1927 rivages maritimes boréaux, sabulicoles Christiansen, W., 1927. Die Aussendeichsvegetation von Schleswig-Holstein mit besonderer Berücksichtigung von Föhr. Föhrer Heimatbücher, 16 : 1-29. [= Engler Bot. Jahrb., 61 ?].
358 317 02/5.0.1.0.1 syn incl Elytrigio junceae subsp. boreoatlanticae - Honckenyenion peploidis (Tüxen in Braun-Blanquet & Tüxen 1952) Géhu 1994 Agropyro boreoatlantici - Minuartienion peploidis Géhu, J.-M., 1994. Schéma synsystématique et typologie des milieux littoraux français atlantiques et méditerranéens. Coll. Phytosoc., 22 : 183-212. (La syntaxonomie et la synsystématique européennes, comme base typologique des habitats, Bailleul 1993). Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
359 318 02/5.0.1.0.1 syn incl Honckenyo peploidis - Leymion arenarii Tüxen 1966 Tüxen, R., 1966. Über nitrophile Elymus-Gesellschaften an nordeuropäischen, nordjapanischen und nordamerikanischen Küsten. Ann. Bot. Fenn., 3 : 358-367.
360 319 02/5.0.1.0.1 syn incl Leymo arenariae - Honckenyion peploidis Tüxen apud Braun-Blanquet & Tüxen 1952 Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
361 8079 02/5.0.1.0.1 syn incl Honckenyo peploidis var. latifoliae - Leymion arenarii Tüxen 1966 em. Géhu 1996 Géhu, J.-M., 1996. A propos de l’Honckenyetum latifoliae des plages atlantiques françaises. Bull. Soc. Bot. Centre-Ouest, ns, 27 : 35-46.
362 320 02/5.0.1.0.1/01 2110pp ASS Leymo arenariae - Elytrigietum junceae subsp. boreoatlanticae Tüxen 1945 apud Braun-Blanquet & Tüxen 1952 dune embryonnaire boréale Leymo arenariae - Elytrigietum boreoatlanticae Elymo - Agropyretum boreoatlanticum Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
363 322 02/5.0.1.0.1/01 syn = Honckenyo peploidis - Elytrigietum junceae subsp. boreoatlanticae Tüxen (1937) 1955 Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
364 323 02/5.0.1.0.1/01 syn = Leymo arenariae - Elytrigietum junceae subsp. boreoatlanticae Braun-Blanquet & de Leeuw 1936 em. Tüxen 1945 apud 1955 Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176. Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
365 321 02/5.0.1.0.1/01 syn ambig Elytrigietum junceae subsp. boreoatlanticae (Braun-Blanquet & de Leeuw 1936) Tüxen 1937 Agropyretum boreoatlanticum Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
366 7885 02/5.0.1.0.1/01 syn ambig compl pp Honckenyetum peploidis Christiansen 1927 Christiansen, W., 1927. Die Aussendeichsvegetation von Schleswig-Holstein mit besonderer Berücksichtigung von Föhr. Föhrer Heimatbücher, 16 : 1-29. [= Engler Bot. Jahrb., 61 ?].
367 8081 02/5.0.1.0.1/01 syn = Leymo arenariae - Elytrigietum junceae subsp. boreoatlanticae Braun-Blanquet & de Leeuw 1936 em. Tüxen 1957 corr. Géhu 1996 Géhu, J.-M., 1996. A propos de l’Honckenyetum latifoliae des plages atlantiques françaises. Bull. Soc. Bot. Centre-Ouest, ns, 27 : 35-46. Tüxen, R., 1957. Die Pflanzengesellschaften des Aussendeichslandes von Neuwerk. Mitt. Flor. Soz. Arb. Gem., N.F., 6/7 : 205-235. Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
368 324 02/5.0.1.0.1/02 2120pp ASS Leymo arenariae - Ammophiletum arenariae subsp. arenariae Braun-Blanquet & de Leeuw 1936 dune bordière boréale Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
369 7885 02/5.0.1.0.1/02 syn ambig compl pp Honckenyetum peploidis Christiansen 1927 Christiansen, W., 1927. Die Aussendeichsvegetation von Schleswig-Holstein mit besonderer Berücksichtigung von Föhr. Föhrer Heimatbücher, 16 : 1-29. [= Engler Bot. Jahrb., 61 ?].
370 7035 02/5.0.1.0.1/02 syn incl Petasito tomentosi - Ammophiletum arenariae Tüxen 1967 Tüxen, R., 1967. Pflanzensoziologische Beobachtungen an südwestnorwegischen Küsten-Dünengebieten. Aquilo, Ser. Botanica, 6 : 241-272.
371 7034 02/5.0.1.0.1/02 syn incl Soncho arvensis - Ammophiletum arenariae Tüxen 1967 Tüxen, R., 1967. Pflanzensoziologische Beobachtungen an südwestnorwegischen Küsten-Dünengebieten. Aquilo, Ser. Botanica, 6 : 241-272.
372 8080 02/5.0.1.0.1/02 syn = Leymo arenariae - Ammophiletum arenariae subsp. arenariae Braun-Blanquet & de Leeuw 1936 em. Géhu 1996 Géhu, J.-M., 1996. A propos de l’Honckenyetum latifoliae des plages atlantiques françaises. Bull. Soc. Bot. Centre-Ouest, ns, 27 : 35-46.
373 325 02/5.0.1.0.1/02bis SUBASS Leymo arenariae - Ammophiletum arenariae subsp. arenariae Braun-Blanquet & de Leeuw 1936 festucetosum rubrae subsp. arenariae arrière-dune mobile boréale [passage aux dunes fixées] Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
374 326 02/5.0.1.0.2 1220 ALL Honckenyo peploidis - Crambion maritimae J.-M. & J. Géhu 1969 rivages maritimes boréaux, sur galets et graviers Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
375 327 02/5.0.1.0.2 syn = Honckenyo peploidis - Crambetalia maritimae Géhu 1968 Géhu, J.-M., 1968. Essai sur la position systématique des végétations vivaces halo-nitrophiles des côtes atlantiques françaises (Agropyretea pungentis cl. nov.). Bull. Soc. Bot. N. Fr., 21 : 71-77.
376 329 02/5.0.1.0.2 syn = Honckenyo peploidis - Crambion maritimae Géhu 1968 Géhu, J.-M., 1968. Essai sur la position systématique des végétations vivaces halo-nitrophiles des côtes atlantiques françaises (Agropyretea pungentis cl. nov.). Bull. Soc. Bot. N. Fr., 21 : 71-77.
377 330 02/5.0.1.0.2 syn pp Elytrigietea athericae Géhu 1968 Agropyretea pungentis Géhu, J.-M., 1968. Essai sur la position systématique des végétations vivaces halo-nitrophiles des côtes atlantiques françaises (Agropyretea pungentis cl. nov.). Bull. Soc. Bot. N. Fr., 21 : 71-77.
378 331 02/5.0.1.0.2 syn pp Elytrigietea athericae J.-M. & J. Géhu 1969 Agropyretea pungentis Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
379 8082 02/5.0.1.0.2 syn = Honckenyo peploidis var latifoliae - Crambion maritimae J.-M. & J. Géhu 1969 corr. Géhu 1996 Honckenyo latifoliae - Crambion maritimae Géhu, J.-M., 1996. A propos de l’Honckenyetum latifoliae des plages atlantiques françaises. Bull. Soc. Bot. Centre-Ouest, ns, 27 : 35-46. Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
380 8084 02/5.0.1.0.2 syn incl Honckenyetum peploidis var latifoliae Géhu 1996 Honckenyetum latifoliae Géhu, J.-M., 1996. A propos de l’Honckenyetum latifoliae des plages atlantiques françaises. Bull. Soc. Bot. Centre-Ouest, ns, 27 : 35-46.
381 332 02/5.0.1.0.2/01 ASS Crithmo maritimi - Crambetum maritimae (Géhu 1960) J.-M. & J. Géhu 1969 rivages de galets mobiles, halophiles Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166. Géhu, J.-M., 1960. La végétation des levées de galets du littoral français de la Manche. Bull. Soc. Bot. N. Fr., 13 : 141-152.
382 333 02/5.0.1.0.2/01 syn = Crambo maritimi - Crithmetum maritimi Géhu 1960 Géhu, J.-M., 1960. La végétation des levées de galets du littoral français de la Manche. Bull. Soc. Bot. N. Fr., 13 : 141-152.
383 334 02/5.0.1.0.2/02 ASS Rumici crispi subsp. littorei - Lathyretum japonici subsp. maritimi Géhu & Géhu-Franck 1979 rivages de galets plus fixés, subhalophiles, psychrophiles Rumici littorei - Lathyretum maritimi Géhu, J.-M. & J. Géhu-Franck, 1979. Sur les végétations nord-atlantiques et baltiques à Crambe maritima. Phytocoenologia, 6 : 209-299.
384 7207 02/5.0.1.0.2/02 syn incl Honckenyo peploidis - Elytrigietum x acutae Tüxen 1957 Tüxen, R., 1957. Die Pflanzengesellschaften des Aussendeichslandes von Neuwerk. Mitt. Flor. Soz. Arb. Gem., N.F., 6/7 : 205-235.
385 8083 02/5.0.1.0.2/02 syn = Honckenyo peploidis - Elytrigietum x acutae Tüxen 1955 corr. Géhu 1996 Géhu, J.-M., 1996. A propos de l’Honckenyetum latifoliae des plages atlantiques françaises. Bull. Soc. Bot. Centre-Ouest, ns, 27 : 35-46. Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
386 7217 02/5.0.1.0.2/02 syn incl ? Crithmo maritimi - Honckenyetum peploidis Géhu 2000 ?
387 335 02/5.0.1.0.2/02 syn nn Lathyro japonici subsp. maritimi - Crambetum maritimae Géhu 1968 Géhu, J.-M., 1968. Essai sur la position systématique des végétations vivaces halo-nitrophiles des côtes atlantiques françaises (Agropyretea pungentis cl. nov.). Bull. Soc. Bot. N. Fr., 21 : 71-77.
388 336 02/5.0.1.0.2/03 ASS Solano dulcamarae var. marinae - Silenetum vulgaris subsp. maritimae var. montanae Godeau, Bioret, & Bouzillé 1992 rivages de galets plus fixés, subhalophiles, mésothermes Solano marinae - Silenetum montanae Godeau, M., Bioret, F., Bouzillé, J.B., 1992. Valeur synsystématique et phytosociologique de deux taxons du Massif armoricain : Silene montana et Solanum marinum. Coll. Phytosoc., 18 : 53-80. (Phytosociologie littorale et taxonomie, Bailleul 1989).
389 337 02/5.0.1.0.2/03 syn = Solano dulcamarae var. marinae - Silenetum vulgaris subsp. maritimae var. montanae Bioret 1989 prov. Solano marinae - Silenetum montanae 'Bioret, F., 1989. Contribution à l''étude de la flore et de la végétation de quelques îles et archipels ouest et sud armoricains. Thèse, Univ. Nantes, 480 p.'
390 338 02/5.0.1.0.2/04 ASS Crithmo maritimi - Sonchetum maritimi Géhu & Géhu-Franck 1969 rivages de galets plus fixés, subhalophiles, thermophiles Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
391 7216 02/5.0.1.0.2/04 syn nn Crithmo maritimi - Sonchetum maritimi Géhu 1968 Géhu, J.-M., 1968. Essai sur la position systématique des végétations vivaces halo-nitrophiles des côtes atlantiques françaises (Agropyretea pungentis cl. nov.). Bull. Soc. Bot. N. Fr., 21 : 71-77.
392 7886 02/5.0.1.0.2/05 ASS Rumici crispi subsp. littorei - Silenetum vulgaris subsp. maritimae var. montanae collectif phytosocio CBNBL 2011 prov. rivages de galets plus fixés subhalophiles, psychrophiles Rumici littorei - Silenetum montanae hoc loco
393 339 02/6. CLA Asteretea tripolii Westhoff & Beeftink in Westhoff, van Leeuwen & Adriani 1962 prés salés vasicoles européens Westhoff, V., Leeuwen, C.G. van, Adriani, M.J., 1962. Enkele aspecten van vegetatie en bodem der duinen van Goeree in het bijzonder de contactgordels tussen zout en zoet milieu. Jaarb. 1961 Wetensch. Genootsch. Goeree Overflakkee, 46-92.
394 340 02/6. syn = Asteretea tripolii Westhoff & Beeftink in Beeftink 1962 Beeftink, W.G., 1962. Conspectus of the phanerogamic salt plant communities in the Netherlands. Biol. Jaarb. Dodonaea, 30 : 325-362.
395 341 02/6. syn = Juncetea maritimi Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
396 342 02/6. syn = Juncetea maritimi Braun-Blanquet, Roussine & Nègre 1952 ex Tüxen & Oberdorfer 1958 Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328. Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
397 343 02/6. syn = Plantagini maritimae - Triglochinetea maritimi Géhu & Tüxen ex Géhu & Géhu-Franck 1992 ?
398 344 02/6.0.1 1330pp ORD Glauco maritimae - Puccinellietalia maritimae Westhoff & Beeftink in Westhoff, van Leeuwen & Adriani 1962 em. Julve 1992 ex 1993 prés salés vasicoles amphibies à hydrophiles Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Julve, Ph., 1992. Propositions d’adaptation au contexte français de la typologie Corine-Biotope. 200 p. Secrétariat de la Faune et de la Flore, MNHN Paris. Westhoff, V., Leeuwen, C.G. van, Adriani, M.J., 1962. Enkele aspecten van vegetatie en bodem der duinen van Goeree in het bijzonder de contactgordels tussen zout en zoet milieu. Jaarb. 1961 Wetensch. Genootsch. Goeree Overflakkee, 46-92.
399 7421 02/6.0.1 syn incl Glauco maritimae - Puccinellietalia maritimae Westhoff & Beeftink in Westhoff, van Leeuwen & Adriani 1962 Westhoff, V., Leeuwen, C.G. van, Adriani, M.J., 1962. Enkele aspecten van vegetatie en bodem der duinen van Goeree in het bijzonder de contactgordels tussen zout en zoet milieu. Jaarb. 1961 Wetensch. Genootsch. Goeree Overflakkee, 46-92.
400 345 02/6.0.1 syn incl Glauco maritimae - Puccinellietalia maritimae Beeftink & Westhoff in Beeftink 1962 Beeftink, W.G., 1962. Conspectus of the phanerogamic salt plant communities in the Netherlands. Biol. Jaarb. Dodonaea, 30 : 325-362.
401 346 02/6.0.1.0.1 1320 ALL Spartinion maritimae Beeftink, Géhu, Ohba & Tüxen 1971 apud Beeftink & Géhu 1973 prés salés vasicoles amphibies de la slikke supérieure Beeftink, W.G., Géhu, J.-M., 1973. Spartinetea maritimae. Prodr. Group. Vég. Europe, 1 : 43 p. Lehre.
402 347 02/6.0.1.0.1 syn = Spartinetalia maritimae Conard 1935 ex Beeftink & Géhu 1973 Beeftink, W.G., Géhu, J.-M., 1973. Spartinetea maritimae. Prodr. Group. Vég. Europe, 1 : 43 p. Lehre. Conard, H.S., 1935. The plant associations of Central Long Island. A study in descriptive plant sociology. Amer. Midl. Nat., 16 : 433-516.
403 348 02/6.0.1.0.1 syn = Spartinetea maritimae Tüxen in Beeftink & Géhu 1973 Beeftink, W.G., Géhu, J.-M., 1973. Spartinetea maritimae. Prodr. Group. Vég. Europe, 1 : 43 p. Lehre.
404 349 02/6.0.1.0.1 syn = Spartinetea maritimae Tüxen in Lohmeyer, A. & W. Matuszkiewicz, Merker, Moore, Müller, Oberdorfer, Poli, Seibert, Sukopp, Trautmann, J. & R. Tüxen, Westhoff 1962 Spartinetea 'Lohmeyer, W., A. Matuszkiewicz, W. Matuszkiewicz, H. Merker, J.J. Moore, T. Müller, E. Oberdorfer, E. Poli, P. Seibert, H. Sukopp, W. Trautmann, J. Tüxen, R. Tüxen & V. Westhoff, 1962. Contribution à l''unification du système phytosociologique pour l''Europe moyenne et nord-occidentale. Melhoramento, 15 : 137-151.'
405 350 02/6.0.1.0.1 syn = Spartinion anglicae Géhu in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris.
406 351 02/6.0.1.0.1 syn = Spartinion maritimae Conard 1935 ex Beeftink & Géhu 1973 Beeftink, W.G., Géhu, J.-M., 1973. Spartinetea maritimae. Prodr. Group. Vég. Europe, 1 : 43 p. Lehre. Conard, H.S., 1935. The plant associations of Central Long Island. A study in descriptive plant sociology. Amer. Midl. Nat., 16 : 433-516.
407 352 02/6.0.1.0.1 syn non Spartinetalia alterniflorae Conard 1935 Conard, H.S., 1935. The plant associations of Central Long Island. A study in descriptive plant sociology. Amer. Midl. Nat., 16 : 433-516.
408 353 02/6.0.1.0.1 syn non Spartinion alterniflorae Conard 1935 Conard, H.S., 1935. The plant associations of Central Long Island. A study in descriptive plant sociology. Amer. Midl. Nat., 16 : 433-516.
409 355 02/6.0.1.0.1 syn pp Spartinetea alterniflorae Tüxen in Beeftink 1962 Beeftink, W.G., 1962. Conspectus of the phanerogamic salt plant communities in the Netherlands. Biol. Jaarb. Dodonaea, 30 : 325-362.
410 356 02/6.0.1.0.1/01 ASS Spartinetum maritimae (Emberger & Regnier 1926) Corillion 1953 spartinaie pionnière amphibie de la slikke supérieure Corillion, R., 1953. Les halipèdes du nord de la Bretagne. Rev. Gén. Bot., 60 : 1-124. 'Emberger, L., Regnier, R.P., 1926. Aperçu sur la végétation de l''embouchure du Bouregreg. Bull. Soc. Sci. Phys. Maroc, 6 : 78-86.'
411 357 02/6.0.1.0.1/02 ASS Spartinetum alterniflorae Corillion 1953 spartinaie pionnière amphibie de la slikke supérieure Corillion, R., 1953. Les halipèdes du nord de la Bretagne. Rev. Gén. Bot., 60 : 1-124.
412 358 02/6.0.1.0.1/03 ASS Spartinetum x townsendii (Tansley 1939) Corillion 1953 spartinaie pionnière amphibie de la slikke supérieure Corillion, R., 1953. Les halipèdes du nord de la Bretagne. Rev. Gén. Bot., 60 : 1-124. Tansley, A.G., 1939. The british islands and their vegetation. Cambridge Univ. Press, London, 930 p.
413 359 02/6.0.1.0.1/04 ASS Spartinetum anglicae Corillion 1953 spartinaie pionnière amphibie de la slikke supérieure Corillion, R., 1953. Les halipèdes du nord de la Bretagne. Rev. Gén. Bot., 60 : 1-124.
414 360 02/6.0.1.0.2 ALL Puccinellion maritimae Christiansen 1927 em. Tüxen 1937 prés salés vasicoles hydrophiles du schorre inférieur Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Christiansen, W., 1927. Die Aussendeichsvegetation von Schleswig-Holstein mit besonderer Berücksichtigung von Föhr. Föhrer Heimatbücher, 16 : 1-29. [= Engler Bot. Jahrb., 61 ?].
415 362 02/6.0.1.0.2 syn incl Puccinellenion maritimae Géhu 1984 ?
416 363 02/6.0.1.0.2 syn incl Puccinellenion maritimae Géhu in Géhu & Géhu-Franck 1984 Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70.
417 364 02/6.0.1.0.2 syn incl Puccinellio maritimae - Spergularienion salinae (Beeftink 1965) Géhu & Géhu-Franck 1984 Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70. Beeftink, W.G., 1965. De zoutvegetatie van Z.W. Nederland beschouwd in Europees verband. Meded. n°30 Hydrobiol. Inst., Afd. Deltaonderzoek, [= Thèse Univ. Wageningen, 167 p.].
418 365 02/6.0.1.0.2 syn incl Puccinellio maritimae - Spergularion salinae Beeftink 1965 Beeftink, W.G., 1965. De zoutvegetatie van Z.W. Nederland beschouwd in Europees verband. Meded. n°30 Hydrobiol. Inst., Afd. Deltaonderzoek, [= Thèse Univ. Wageningen, 167 p.].
419 361 02/6.0.1.0.2 syn incl nn Limonio vulgaris - Plantaginenion maritimi Géhu & Géhu-Franck 1984 Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70.
420 366 02/6.0.1.0.2/01 ASS Puccinellietum maritimae (Rankin 1911) Christiansen 1927 pré halophile hydrophile, du schorre inférieur atlantique Christiansen, W., 1927. Die Aussendeichsvegetation von Schleswig-Holstein mit besonderer Berücksichtigung von Föhr. Föhrer Heimatbücher, 16 : 1-29. [= Engler Bot. Jahrb., 61 ?]. ?
421 367 02/6.0.1.0.2/01 syn = Astero tripolii - Puccinellietum maritimae Hocquette 1927 Hocquette, M., 1927. Etude sur la végétation et la flore du littoral de la mer du nord de Nieuport à Sangatte. Arch. Bot. (Caen), 1, mém. 4, 179 p.
422 368 02/6.0.1.0.2/01 syn = Halimiono portulacoidis - Puccinellietum maritimae Géhu 1975 Géhu, J.-M., 1975. Essai systématique et chorologique sur les principales associations végétales du littoral atlantique français. Anales Real Acad. Farm., 41 : 207-227.
423 369 02/6.0.1.0.2/01 syn = Halimiono portulacoidis - Puccinellietum maritimae Géhu 1976 Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975).
424 370 02/6.0.1.0.2/01 syn = Puccinellietum maritimae de Litardière & Malcuit 1927 Litardière, R. de, Malcuit, G., 1927. Contribution à l’étude phytosociologique du littoral du Boulonnais : l’estuaire de la Slack. Arch. Bot. Bull. Inst. Bot. Caen 1, 7. 127-137.
425 371 02/6.0.1.0.2/02 ASS Puccinellietum fasciculatae Beeftink 1965 pré halophile atlantique du schorre inférieur des dépressions arrière-littorales Beeftink, W.G., 1965. De zoutvegetatie van Z.W. Nederland beschouwd in Europees verband. Meded. n°30 Hydrobiol. Inst., Afd. Deltaonderzoek, [= Thèse Univ. Wageningen, 167 p.].
426 372 02/6.0.1.0.2/02 syn = Astero tripolii - Puccinellietum fasciculatae (Beeftink 1965) Géhu 1975 Géhu, J.-M., 1975. Essai systématique et chorologique sur les principales associations végétales du littoral atlantique français. Anales Real Acad. Farm., 41 : 207-227. Beeftink, W.G., 1965. De zoutvegetatie van Z.W. Nederland beschouwd in Europees verband. Meded. n°30 Hydrobiol. Inst., Afd. Deltaonderzoek, [= Thèse Univ. Wageningen, 167 p.].
427 373 02/6.0.1.0.2/02 syn = Astero tripolii - Puccinellietum fasciculatae (Beeftink 1965) Géhu 1976 Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975). Beeftink, W.G., 1965. De zoutvegetatie van Z.W. Nederland beschouwd in Europees verband. Meded. n°30 Hydrobiol. Inst., Afd. Deltaonderzoek, [= Thèse Univ. Wageningen, 167 p.].
428 374 02/6.0.1.0.2/03 ASS Spergulario marinae écoph. vivace - Puccinellietum distantis (Feekes 1936) Vlieger 1938 pré halophile atlantique du schorre inférieur des dépressions arrière-littorales Vlieger, J., 1938. Aperçu sur les unités phytosociologiques supérieures des Pays-Bas. Comm. SIGMA, 57 : 335-353. Feekes, W., 1936. De ontwikkeling van de natuurlijke vegetatie in de Wieringermeerpolder, de eerste grote droogmaking van de Zuiderzee. Nederl. Kruidk. Arch., 46, 295 p. [= Thèse, Univ. Wageningen].
429 375 02/6.0.1.0.2/03 syn = Puccinellietum distantis Feekes (1934) 1943 ? ?
430 376 02/6.0.1.0.2/03 syn = Puccinellio distantis - Spergularietum marinae (Altehage 1940) Müller-Stoll & Götz 1962 ? ?
431 377 02/6.0.1.0.2/03 syn = Spergularietum marinae Tüxen & Volk in Tüxen 1937 prov. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
432 378 02/6.0.1.0.2/03 syn = Spergulario marinae - Puccinellietum distantis Feekes 1943 ?
433 379 02/6.0.1.0.2/04 ASS Plantagini maritimae - Limonietum vulgaris (Christiansen 1927) Westhoff & Segal 1961 'pré halophile hydrophile, du schorre inférieur atlantique, avec apport d''eau douce' Westhoff, V., Segal, S., 1961. Cursus Vegetatiekunde 12-17 juni 1961 op Terschelling. Hugo de Vries laboratorium, Amsterdam, 24 p. Christiansen, W., 1927. Die Aussendeichsvegetation von Schleswig-Holstein mit besonderer Berücksichtigung von Föhr. Föhrer Heimatbücher, 16 : 1-29. [= Engler Bot. Jahrb., 61 ?].
434 380 02/6.0.1.0.2/04 syn ambig Juncetum maritimi Tansley 1939 em. Lemée 1952 Lemée, G., 1952. Végétation et écologie des tangues du havre de Portbail Manche). Bull. Soc. Bot. Fr., Mémoires 1952) : 156-165. Tansley, A.G., 1939. The british islands and their vegetation. Cambridge Univ. Press, London, 930 p.
435 381 02/6.0.1.0.2/04 syn incl Cochleario anglicae - Plantaginetum maritimae Géhu 1976 Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975).
436 382 02/6.0.2 1330pp+1410 ORD Juncetalia maritimi Braun-Blanquet 1931 em. Julve 1992 ex 1993 prés salés vasicoles hygrophiles Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Julve, Ph., 1992. Propositions d’adaptation au contexte français de la typologie Corine-Biotope. 200 p. Secrétariat de la Faune et de la Flore, MNHN Paris. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
437 383 02/6.0.2 syn incl pp Juncetalia maritimi Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
438 384 02/6.0.2 syn incl pp Juncetalia maritimi Braun-Blanquet 1931 ex Horvatić 1934 Horvatic, S., 1934. Flora i vegetacija otoka Paga. Prirod. Istraz Kral. Jugosl. 19:180-280. Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
439 8144 02/6.0.2 syn incl Cressetalia creticae Paradis & Lorenzoni 1999 Paradis, G. & C. Lorenzoni, 1999. Description dans un but de gestion conservatoire des stations corses de l’espèce rare Cressa cretica L. (Convolvulaceae). J. Bot. Soc. Bot. France, 9 ; 5-34.
440 385 02/6.0.2.0.1 ALL Armerion maritimae subsp. maritimae Braun-Blanquet & de Leeuw 1936 prés salés vasicoles hygrophiles, du schorre moyen, atlantiques Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
441 386 02/6.0.2.0.1 syn incl Festucenion rubrae subsp. litoralis (Corillion 1953) Géhu 1976 Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975). Corillion, R., 1953. Les halipèdes du nord de la Bretagne. Rev. Gén. Bot., 60 : 1-124.
442 387 02/6.0.2.0.1 syn incl Frankenio laevis - Armerienion maritimae J.-M. & J. Géhu 1976 Géhu, J.-M. & J. Géhu, 1976. L’estuaire de Sables d’Or, un site halophile nord-breton à préserver. Coll. Phytosoc., 4 : 295-314. (Vases salées, Lille 1975).
443 388 02/6.0.2.0.1 syn incl Glauco maritimae - Juncion maritimi Géhu & Géhu-Franck 1984 Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70.
444 389 02/6.0.2.0.1 syn incl Glauco maritimae - Juncion maritimi Géhu & Géhu-Franck 1984 ex Géhu in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris. Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70.
445 390 02/6.0.2.0.1 syn incl Junco gerardii - Caricion extensae Corillion 1953 Corillion, R., 1953. Les halipèdes du nord de la Bretagne. Rev. Gén. Bot., 60 : 1-124.
446 391 02/6.0.2.0.1 syn incl Junco maritimi - Caricenion extensae (Corillion 1953) Géhu 1976 Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975). Corillion, R., 1953. Les halipèdes du nord de la Bretagne. Rev. Gén. Bot., 60 : 1-124.
447 392 02/6.0.2.0.1 syn incl Limonio ovalifolii - Frankenion laevis Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
448 393 02/6.0.2.0.1/01 ASS Festucetum rubrae subsp. litoralis Christiansen 1927 pré halophile hygrophile, du schorre moyen atlantique Festucetum litoralis Christiansen, W., 1927. Die Aussendeichsvegetation von Schleswig-Holstein mit besonderer Berücksichtigung von Föhr. Föhrer Heimatbücher, 16 : 1-29. [= Engler Bot. Jahrb., 61 ?].
449 394 02/6.0.2.0.1/01 syn = Armerio maritimae - Festucetum rubrae subsp. litoralis Braun-Blanquet & de Leeuw 1936 corr. Julve 2004 hoc loco Armerieto - Festucetum arenariae hoc loco Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
450 395 02/6.0.2.0.1/01 syn = Festucetum rubrae subsp. litoralis Corillion 1953 corr. Géhu 1976 Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975). Corillion, R., 1953. Les halipèdes du nord de la Bretagne. Rev. Gén. Bot., 60 : 1-124.
451 396 02/6.0.2.0.1/01 syn = Festucetum rubrae subsp. litoralis Tansley 1939 corr. Tansley, A.G., 1939. The british islands and their vegetation. Cambridge Univ. Press, London, 930 p.
452 397 02/6.0.2.0.1/02 ASS Festuco rubrae subsp. litoralis - Juncetum gerardi Duty & Schmidt 1966 'pré halophile hygrophile, du schorre moyen atlantique, avec apport d''eau douce, sol vaseux' Festuco litoralis - Juncetum gerardi Duty, J., Schmidt, G., 1966. Beitrag zur Landschaftsökologie der Vogelinsel Langenwerder bei Poel. Wiss. Zeitschrift Univ. Rostock, Math.-Nat., 15 : 961-970.
453 398 02/6.0.2.0.1/02 syn = Armerietum maritimae (Christiansen 1927) Braun-Blanquet & de Leeuw 1936 Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393. Christiansen, W., 1927. Die Aussendeichsvegetation von Schleswig-Holstein mit besonderer Berücksichtigung von Föhr. Föhrer Heimatbücher, 16 : 1-29. [= Engler Bot. Jahrb., 61 ?].
454 7914 02/6.0.2.0.1/02 syn = Limonio vulgaris - Juncetum gerardi Géhu & Géhu-Franck 1984 Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70.
455 401 02/6.0.2.0.1/02 syn ambig Juncetum gerardi Christiansen 1927 Christiansen, W., 1927. Die Aussendeichsvegetation von Schleswig-Holstein mit besonderer Berücksichtigung von Föhr. Föhrer Heimatbücher, 16 : 1-29. [= Engler Bot. Jahrb., 61 ?].
456 402 02/6.0.2.0.1/02 syn ambig Juncetum gerardi Nordhagen 1923 ?
457 399 02/6.0.2.0.1/02 syn illeg Festuco rubrae subsp. litoralis - Juncetum gerardi Warming 1906 em. Géhu in Géhu & Franck 1982 Festuco litoralis - Juncetum gerardi Géhu, J.-M. & J. Franck, 1982. La végétation du littoral Nord-Pas de Calais (essai de synthèse). 362 p. Bailleul. Warming, E., 1906. Dansk. Plantevaekst. I. Strandvegetationen. Nordisk, Kobenhavn, 325 p.
458 400 02/6.0.2.0.1/02 syn illeg Festuco rubrae subsp. litoralis - Juncetum gerardi Warming 1906 em. Géhu in Géhu, Franck & Bournique 1983 Festuco litoralis - Juncetum gerardi Géhu, J.-M., J. Franck & C.-P. Bournique, 1983. Le littoral Nord-Pas de Calais. Synthèse phytocoenologique. Université René Descartes, Paris V, Paris. 362 p. Warming, E., 1906. Dansk. Plantevaekst. I. Strandvegetationen. Nordisk, Kobenhavn, 325 p.
459 405 02/6.0.2.0.1/03 ASS Artemisietum maritimae (Christiansen 1927) Braun-Blanquet & de Leeuw 1936 'pré halophile hygrophile, du schorre moyen atlantique, avec apport d''eau douce, sol vaseux, fond d''estuaire subnitrophile' Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393. Christiansen, W., 1927. Die Aussendeichsvegetation von Schleswig-Holstein mit besonderer Berücksichtigung von Föhr. Föhrer Heimatbücher, 16 : 1-29. [= Engler Bot. Jahrb., 61 ?].
460 7422 02/6.0.2.0.1/03 syn = Artemisietum maritimae Hocquette 1927 Hocquette, M., 1927. Etude sur la végétation et la flore du littoral de la mer du nord de Nieuport à Sangatte. Arch. Bot. (Caen), 1, mém. 4, 179 p.
461 410 02/6.0.2.0.1/04 ASS Junco ancipitis - Caricetum extensae Braun-Blanquet & de Leeuw 1936 'pré halophile hygrophile, du schorre moyen atlantique, avec apport d''eau douce, sol sableux, piétiné' Junco atricapilli - Caricetum extensae Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
462 411 02/6.0.2.0.1/04 syn = Junco ancipitis - Caricetum extensae Adriani 1945 Adriani, M.J., 1945. Sur la phytosociologie, la synécologie et le bilan d’eau des halophytes de la région néerlandaise méridionale ainsi que de la Méditerranée française. Groningen Batavia [= comm. Sigma, 88 : 214 p.].
463 417 02/6.0.2.0.1/04 syn = Junco maritimi - Samoletum valerandi Fukarek 1961 Fukarek, F., 1961. Die Vegetation des Darss und ihre Geschichte. Pflanzensoziologie, 12, 321 p. G. Fischer, Jena.
464 418 02/6.0.2.0.1/04 syn = ? Oenantho lachenali - Juncetum maritimi Fröde 1958 Fröde, E. Th., 1958. Die Pflanzengesellschaften der Insel Hiddensee. Wiss. Z. Univ. Greifswald, Math.-Nat. R., 7 : 277-305.
465 416 02/6.0.2.0.1/04 syn = ? Oenantho lachenalii - Juncetum maritimi Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
466 7915 02/6.0.2.0.1/04 syn = illeg Limonio vulgaris - Juncetum maritimi Géhu 2006 'Géhu, J.-M., 2006. A Saint-Lunaire (35), une remarquable maquette estuarienne d''halipèdes dans un contexte de ria. Bull. Soc. Bot. Centre-Ouest, ns, 37 : 117-146.'
467 412 02/6.0.2.0.1/04 syn incl Junco maritimi - Caricetum extensae (Corillion 1953) Parriaud apud Géhu 1976 Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975). Corillion, R., 1953. Les halipèdes du nord de la Bretagne. Rev. Gén. Bot., 60 : 1-124.
468 413 02/6.0.2.0.1/04 syn incl Junco maritimi - Caricetum extensae Corillion 1953 Corillion, R., 1953. Les halipèdes du nord de la Bretagne. Rev. Gén. Bot., 60 : 1-124.
469 414 02/6.0.2.0.1/04 syn incl Junco maritimi - Caricetum extensae Géhu 1976 Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975).
470 415 02/6.0.2.0.1/05 ASS Triglochino maritimi - Limonietum humilis Annezo, Bioret & Géhu 1992 Annezo, N., F. Bioret & J.-M. Géhu, 1992. Précisions synécologiques et phytosociologiques sur les végétations à Limonium humile du littoral breton. Docu. Phytosocio., n.s., 14 : 1-13.
471 408 02/6.0.2.0.1/06 ASS Limonietum auriculiursifolio - dodartii Géhu & Géhu-Franck 1975 ?
472 406 02/6.0.2.0.1/07 ASS Frankenio laevis - Limonietum auriculiursifoli (Meslin 1936) Lemée 1952 Lemée, G., 1952. Végétation et écologie des tangues du havre de Portbail Manche). Bull. Soc. Bot. Fr., Mémoires 1952) : 156-165. Meslin, A., 1936. Les Hutchinsia de la flore normande. In livre jubilaire "mélanges dédiés au professeur L. Daniel" : 459-461. Rennes.
473 407 02/6.0.2.0.1/08 ASS Frankenio laevis - Limonietum normannici (Lemée 1952) Géhu & Bioret 1992 Géhu, J.-M. & F. Bioret, 1992. Etude synécologique et phytocoenotique des communautés à salicornes des vases salées du littoral breton. Bull. Soc. Bot. Centre-Ouest, N.S., 23 : 347-419. Lemée, G., 1952. Végétation et écologie des tangues du havre de Portbail Manche). Bull. Soc. Bot. Fr., Mémoires 1952) : 156-165.
474 409 02/6.0.2.0.1/09 ASS Cochleario anglicae - Frankenietum laevis Géhu 1976 Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975).
475 422 02/6.0.2.0.1/10 ASS Crithmo maritimi - Frankenietum laevis Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
476 420 02/6.0.2.0.1/11 ASS Limonio vulgaris - Juncetum maritimi Teles in Pinto da Silva, A.R. & A.N. Teles 1972 Pinto da Silva, A.R. & A.N. Teles, 1972. Excursion au Portugal. 29 Mai-7 Juin 1972. Association Internationale de Phytosociologie. E.A.N. Oeiras (multicop.).
477 419 02/6.0.2.0.1/11 syn = Agrostio stoloniferae - Juncetum maritimi Izco, Guitián & Sánchez 1993 Izco, J., J. Guitián & J.-M. Sánchez, 1993. La marisma superior cántabro-atlántica meridional: estudio de las comunidades de Juncus maritimus y de Elymus pycnanthus. Lazaroa 13:149-169.
478 421 02/6.0.2.0.1/11 syn = Puccinellio maritimae - Juncetum maritimi Bueno & F. Prieto in Bueno 1997 Bueno, A. 1997. Flora y vegetación de los estuarios asturianos. Cuadernos de Medio Ambiente, Naturaleza. Oviedo 3: 1-334.
479 8031 02/6.0.2.0.1/12 ASS Eleocharitetum parvulae Gillner 1960 Gillner, V., 1960. Vegetations- und Standortuntersuchungen in den Strandwiesen der schwedischen Westküste. Acta Phytogeogr. Suecica, 43 : 1-198.
480 423 02/6.0.2.0.2 ALL Juncion maritimi Braun-Blanquet 1931 prés salés vasicoles hygrophiles du schorre moyen méditerranéen Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
481 8143 02/6.0.2.0.2 syn incl Cression creticae Paradis & Lorenzoni 1999 Paradis, G. & C. Lorenzoni, 1999. Description dans un but de gestion conservatoire des stations corses de l’espèce rare Cressa cretica L. (Convolvulaceae). J. Bot. Soc. Bot. France, 9 ; 5-34.
482 424 02/6.0.2.0.2 syn = Juncion maritimi Braun-Blanquet 1931 ex Horvatić 1934 Horvatic, S., 1934. Flora i vegetacija otoka Paga. Prirod. Istraz Kral. Jugosl. 19:180-280. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
483 425 02/6.0.2.0.2 syn incl Juncenion maritimi Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
484 426 02/6.0.2.0.2 syn incl Puccinellion festuciformis Géhu & Scoppola in Géhu, Scoppola, Caniglia, Marchiori & Géhu-Franck 1984 'Géhu, J.-M., A. Scoppola, G. Caniglia, S. Marchiori & J. Géhu-Franck, 1984. Les systèmes végétaux de la côte nord-adriatique italienne, leur originalité à l''échelle européenne. Doc. Phytosoc., N.S. 8 : 485-558. Camerino.'
485 427 02/6.0.2.0.2/01 ASS Junco gerardii - Triglochinetum maritimi Braun-Blanquet 1931 'pré halophile hygrophile du schorre moyen méditerranéen, avec apport d''eau douce, sol vaseux' Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
486 428 02/6.0.2.0.2/01 syn = Junco gerardii - Triglochinetum maritimi Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
487 433 02/6.0.2.0.2/01 syn = Limonio narbonensis - Juncetum gerardi Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
488 429 02/6.0.2.0.2/02 ASS Puccinellio festuciformis - Juncetum maritimi (Pignatti 1953) Géhu in Géhu, Costa, Scoppola, Biondi, Marchiori, Peris, Franck, Caniglia & Veri 1984 pré halophile hygrophile du schorre moyen méditerranéen Géhu, J.-M., Costa, M., Scoppola, A., Biondi, E., Marchiori, S., Peris, J.B., Franck, J., Caniglia, G., Veri, L., 1984. Essai synsystématique et synchorologique sur les végétations littorales italiennes dans un but conservatoire. I : dunes et vases salées. Doc. Phytosoc., N.S., 8 : 393-474.
489 440 02/6.0.2.0.2/02 syn = ? Juncetum maritimo - subulati Alcaraz 1984 corr. Alcaraz, P. Sánchez, De la Torre, Ríos & J. Alvarez 1991 Alcaraz, F., P. Sánchez, A. De la Torre, S. Ríos & J. Alvarez, 1991. Datos sobre la vegetación de Murcia España). Guía Geobotánica de la Excursión de la XI Jornadas de Fitosociología PPU Promociones y Publicaciones S.A.). Universidad de Murcia, 162 pp. Alcaraz, F., 1984. Flora y vegetación del NE de Murcia. Publ. Univ. Murcia, 406 p. Murcia.
490 438 02/6.0.2.0.2/02 syn incl Elytrigio elongati - Juncetum maritimi Alcaraz, Garre, Peinado & Martínez-Parras 1986 Alcaraz, F., M. Garre, J.M. Martínez-Parras & M. Peinado, 1986. Notas fitosociológicas sobre el sureste de la Península Ibérica I. Collect. Bot. (Barcelona), 16(2) : 415-423.
491 430 02/6.0.2.0.2/02 syn incl Juncetum acuti René Molinier & Tallon 1969 Molinier, Re. & G. Tallon, 1969. A propos de trois espèces rares ou peu connues observées en Camarge. Bull. Mus. Hist. Nat. Marseille 29 : 5-23.
492 431 02/6.0.2.0.2/02 syn incl Limonio narbonensis - Puccinellietum festuciformis (Pignatti 1966) Géhu & Scoppola in Géhu, Scoppola, Caniglia, Marchiori & Géhu-Franck 1984 'Géhu, J.-M., A. Scoppola, G. Caniglia, S. Marchiori & J. Géhu-Franck, 1984. Les systèmes végétaux de la côte nord-adriatique italienne, leur originalité à l''échelle européenne. Doc. Phytosoc., N.S. 8 : 485-558. Camerino.'
493 432 02/6.0.2.0.2/02 syn incl Puccinellio festuciformis - Aeluropetum litoralis (Corbetta 1968) Géhu & Costa in Géhu, Costa, Scoppola, Biondi, Marchiori, Peris, Franck, Caniglia & Veri 1984 Géhu, J.-M., Costa, M., Scoppola, A., Biondi, E., Marchiori, S., Peris, J.B., Franck, J., Caniglia, G., Veri, L., 1984. Essai synsystématique et synchorologique sur les végétations littorales italiennes dans un but conservatoire. I : dunes et vases salées. Doc. Phytosoc., N.S., 8 : 393-474. Corbetta, F., 1968. La vegetazione delle valli del litorale ferrarese e ravennate. Notiz. Fitosoc., 5 : 67-98.
494 436 02/6.0.2.0.2/02 syn incl Spartino versicoloris - Juncetum maritimi O. de Bolòs 1962 Bolòs, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona.
495 8131 02/6.0.2.0.2/02 syn incl Junco maritimi - spartinetum versicoloris Biondi 1992 Biondi, E., 1992. Studio fitosociologico dell’archipelago della Maddalena. 1. La vegetazione costiera. Coll. Phytosoc., 19 : 183-224. (Végétation et qualité de l’environnement côtier en Méditerranée, Cagliari 1989).
496 434 02/6.0.2.0.2/03 ASS Camphorosmo monspeliacae - Frankenietum laevis René Molinier 1934 provençal Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274.
497 435 02/6.0.2.0.2/04 ASS Spergulario macrorhizae - Frankenietum laevis Gamisans 1991 corse Gamisans, J., 1991. La végétation de la Corse. Annexe n°2 des compléments au prodrome de la flore corse. Conservatoire et jardin botaniques de la ville de Genève, 391 p. Genève.
498 439 02/6.0.2.0.2/05 ASS Puccinellio festuciformis - Caricetum extensae Géhu & Uslu 1989 'pré halophile hygrophile du schorre moyen méditerranéen avec apport d''eau douce, sol sableux' Géhu, J.-M. & T. Uslu, 1989. Données sur la végétation littorale de la Turquie du Nord-Ouest. Phytocoenologia, 17 (4) : 449-505.
499 437 02/6.0.2.0.2/05 syn = Limonio narbonensis - Caricetum extensae Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
500 8132 02/6.0.2.0.2/05 syn = Puccinellio festuciformis - Caricetum extensae Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
501 8092 02/6.0.2.0.2/06 ASS Cressetum creticae Brullo & Furnari 1976 Brullo, S. & F. Furnari, 1976. Le associazioni vegetali degli ambienti palustri costieri della Sicilia. Notiz. Fitosoc., 11 : 1-43. Bologna.
502 8091 02/6.0.2.0.2/06 syn compl pp Cresso creticae - Crypsietum aculeatae Géhu, Costa & Uslu 1990 Géhu, J.-M., M. Costa & T. Uslu, 1990. Analyse phytosociologique de la végétation littorale des côtes de la partie turque de l’île de Chypre dasn un souci conservatoire. Doc. Phytosoc., n.s., 12 : 204-234.
503 8138 02/6.0.2.0.2/06 syn compl pp Cresso creticae - Atriplicetum prostratae Paradis & Lorenzoni 1999 Paradis, G. & C. Lorenzoni, 1999. Description dans un but de gestion conservatoire des stations corses de l’espèce rare Cressa cretica L. (Convolvulaceae). J. Bot. Soc. Bot. France, 9 ; 5-34.
504 8139 02/6.0.2.0.2/06 syn compl pp Cresso creticae - Salicornietum patulae Paradis & Lorenzoni 1999 Paradis, G. & C. Lorenzoni, 1999. Description dans un but de gestion conservatoire des stations corses de l’espèce rare Cressa cretica L. (Convolvulaceae). J. Bot. Soc. Bot. France, 9 ; 5-34.
505 8140 02/6.0.2.0.2/06 syn compl pp Cresso creticae - Pulicarietum siculae Paradis & Lorenzoni 1999 Paradis, G. & C. Lorenzoni, 1999. Description dans un but de gestion conservatoire des stations corses de l’espèce rare Cressa cretica L. (Convolvulaceae). J. Bot. Soc. Bot. France, 9 ; 5-34.
506 8142 02/6.0.2.0.2/06 syn compl pp Cresso creticae - Hordeetum marini (Géhu & Uslu 1989) Géhu, Biondi, Géhu-Franck & Costa 1992 'Géhu, J.-M., E. Biondi, J. Géhu-Franck & M. Costa, 1992. Interprétation phytosociologique actualisée de quelques végétations psammophiles et halophiles de Camargue. Coll. Phytosoc., 19 : 103-131. (Végétation et qualité de l''environnement cotier en Méditerranée, Cagliari 1989).' Géhu, J.-M. & T. Uslu, 1989. Données sur la végétation littorale de la Turquie du Nord-Ouest. Phytocoenologia, 17 (4) : 449-505.
507 441 02/6.0.2.0.3 ALL Elytrigion athericae Géhu 1968 em. 1973 prés salés vasicoles mésohygrophiles du schorre supérieur Agropyrion pungentis Géhu, J.-M., 1973. Unités syntaxonomiques et végétation potentielle naturelle du nord de la France. Doc. Phytosoc., 4 : 1-22. Géhu, J.-M., 1968. Essai sur la position systématique des végétations vivaces halo-nitrophiles des côtes atlantiques françaises (Agropyretea pungentis cl. nov.). Bull. Soc. Bot. N. Fr., 21 : 71-77.
508 442 02/6.0.2.0.3 syn = Brachypodio pinnati - Elytrigion athericae Géhu & Bioret prov. in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 Brachypodio pinnati - Agropyrion pungentis Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris.
509 443 02/6.0.2.0.3 syn = Elytrigietalia athericae Géhu 1968 Agropyretalia pungentis Géhu, J.-M., 1968. Essai sur la position systématique des végétations vivaces halo-nitrophiles des côtes atlantiques françaises (Agropyretea pungentis cl. nov.). Bull. Soc. Bot. N. Fr., 21 : 71-77.
510 7423 02/6.0.2.0.3 syn = Elytrigion athericae Géhu 1968 Agropyrion pungentis Géhu, J.-M., 1968. Essai sur la position systématique des végétations vivaces halo-nitrophiles des côtes atlantiques françaises (Agropyretea pungentis cl. nov.). Bull. Soc. Bot. N. Fr., 21 : 71-77.
511 445 02/6.0.2.0.3 syn pp Elytrigietea athericae Géhu 1968 Agropyretea pungentis Géhu, J.-M., 1968. Essai sur la position systématique des végétations vivaces halo-nitrophiles des côtes atlantiques françaises (Agropyretea pungentis cl. nov.). Bull. Soc. Bot. N. Fr., 21 : 71-77.
512 446 02/6.0.2.0.3 syn pp Elytrigietea athericae J. M. & J. Géhu 1969 Agropyretea pungentis Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
513 447 02/6.0.2.0.3/01 ASS Beto vulgaris subsp. maritimae - Elytrigietum athericae Géhu, Caron & Bon 1976 pré salé vasicole mésohygrophile du schorre supérieur atlantique Beto maritimae - Elytrigietum athericae Beto - Agropyretum pungentis Géhu, J.-M., B. Caron & M. Bon, 1976. Données sur la végétation des prés salés de la baie de Somme, Coll. Phytosoc., 4 : 197-225. (Vases salées, Lille 1975).
514 7916 02/6.0.2.0.3/01 syn compl Atriplici prostratae - Betetum vulgaris subsp. maritimae Géhu 1976 Atriplici prostratae - Betetum maritimae Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975).
515 448 02/6.0.2.0.3/01 syn compl Atriplici prostratae - Elytrigietum athericae (de Litardière & Malcuit 1927) Géhu 1975 Atriplici - Agropyretum repentis littoralis Géhu, J.-M., 1975. Essai systématique et chorologique sur les principales associations végétales du littoral atlantique français. Anales Real Acad. Farm., 41 : 207-227. Litardière, R. de, Malcuit, G., 1927. Contribution à l’étude phytosociologique du littoral du Boulonnais : l’estuaire de la Slack. Arch. Bot. Bull. Inst. Bot. Caen 1, 7. 127-137.
516 449 02/6.0.2.0.3/01 syn compl Atriplici prostratae - Elytrigietum athericae Beeftink & Westhoff in Beeftink 1962 Atriplici - Agropyretum pungentis Beeftink, W.G., 1962. Conspectus of the phanerogamic salt plant communities in the Netherlands. Biol. Jaarb. Dodonaea, 30 : 325-362.
517 450 02/6.0.2.0.3/01 syn incl Elytrigio athericae - Althaeetum officinalis Géhu 1975 Géhu, J.-M., 1975. Essai systématique et chorologique sur les principales associations végétales du littoral atlantique français. Anales Real Acad. Farm., 41 : 207-227.
518 451 02/6.0.2.0.3/01 syn incl Elytrigio athericae - Althaeetum officinalis J. M. & J. Géhu 1976 Agropyro pungentis - Althaetum officinalis Géhu, J.-M. & J. Géhu, 1976. L’estuaire de Sables d’Or, un site halophile nord-breton à préserver. Coll. Phytosoc., 4 : 295-314. (Vases salées, Lille 1975).
519 7881 02/6.0.2.0.3/01 syn non Beto vulgaris subsp. maritimae - Elytrigietum athericae (Arènes 1933) Corillion 1953 Corillion, R., 1953. Les halipèdes du nord de la Bretagne. Rev. Gén. Bot., 60 : 1-124. Arènes, J., 1933. Etudes sur la végétation des côtes de France. I : La végétation littorale de la baie de Bourgneuf., 242 p. Mirecourt.
520 8056 02/6.0.2.0.3/01 syn illeg ambig incl Honckenyetum peploidis Géhu 1996 Honckenyetum latifoliae Géhu, J.-M., 1996. A propos de l’Honckenyetum latifoliae des plages atlantiques françaises. Bull. Soc. Bot. Centre-Ouest, ns, 27 : 35-46.
521 452 02/6.0.2.0.3/02 ASS Elytrigio athericae - Inuletum crithmoidis subsp. crithmoidis Géhu 1979 pré salé vasicole mésohygrophile du schorre supérieur méditerranéen 'Géhu, J.-M., 1979. Etude phytocoenologique analytique et globale de l''ensemble des vases et prés salés et saumâtres de la façade atlantique française. Rapport pour le ministère de l''environnement et du cadre de vie (convention 77-29). 514 p., 3 cartes h.t. Bailleul.'
522 7936 02/6.0.2.0.3/02 syn = Inulo crithmoidis subsp. crithmoidis - Elytrigietum athericae Géhu 1979 ex Izco, Guitian & Sanchez 1993 Izco, J., J. Guitián & J.-M. Sánchez, 1993. La marisma superior cántabro-atlántica meridional: estudio de las comunidades de Juncus maritimus y de Elymus pycnanthus. Lazaroa 13:149-169. 'Géhu, J.-M., 1979. Etude phytocoenologique analytique et globale de l''ensemble des vases et prés salés et saumâtres de la façade atlantique française. Rapport pour le ministère de l''environnement et du cadre de vie (convention 77-29). 514 p., 3 cartes h.t. Bailleul.'
523 453 02/6.0.2.0.3/02 syn = Junco maritimi - Elytrigietum athericae (J.-M. Géhu & J. Géhu 1976) Bueno & Fernández-Prieto in Bueno 1997 Bueno, A. 1997. Flora y vegetación de los estuarios asturianos. Cuadernos de Medio Ambiente, Naturaleza. Oviedo 3: 1-334. Géhu, J.-M. & J. Géhu, 1976. L’estuaire de Sables d’Or, un site halophile nord-breton à préserver. Coll. Phytosoc., 4 : 295-314. (Vases salées, Lille 1975).
524 454 02/6.0.2.0.3/03 ASS Polygono maritimi - Elytrigietum athericae Herrera in T.E. Díaz & Fernández-Prieto 1994 pré salé vasicole mésohygrophile du schorre supérieur méditerranéen Díaz, T.E. & J.A. Fernández-Prieto 1994. La vegetación de Asturias. Itinera Geobot. 8: 243-520. Díaz, T.E. & J.A. Fernández-Prieto 1994. La vegetación de Asturias. Itinera Geobot. 8: 243-520.
525 7101 02/7. CLA Armerio maritimae - Festucetea rubrae subsp. pruinosae Bioret & Géhu 2008 pelouses aérohalines des falaises maritimes atlanticoeuropéennes Armerio maritimae - Festucetea pruinosae Bioret, F. & J.-M. Géhu, 2008. Révision phytosociologique des végétations halophiles des falaises littorales atlantiques françaises. Fitosociologia, 45 (1) : 75-116.
526 455 02/7.0.1 1230 ORD Crithmo maritimi - Armerietalia maritimae subsp. maritimae (Pavillard 1928) Géhu 1964 pelouses aérohalines des falaises maritimes mésothermo et thermoatlantiques Géhu, J.M., 1964. Sur la végétation phanérogamique halophile des falaises bretonnes. Rev. Gén. Bot. 71: 73-77. Pavillard, J., 1928. Le Crithmion maritimae autour de Biarritz. Bull. Soc. Bot. Fr., 75 : 795-799.
527 456 02/7.0.1 syn = Crithmo maritimi - Armerietalia maritimae subsp. maritimae Géhu 1975 Géhu, J.-M., 1975. Essai systématique et chorologique sur les principales associations végétales du littoral atlantique français. Anales Real Acad. Farm., 41 : 207-227.
528 462 02/7.0.1.0.1 ALL Crithmo maritimi - Limonion binervosi (Géhu et Géhu-Franck 1984) Géhu 1997 'pelouses aérohalines ouvertes, des bas de falaises maritimes atlantiques recevant beaucoup d''embruns' ? Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70.
529 463 02/7.0.1.0.1 syn = Crithmo maritimi - Limonienion binervosi Géhu & Géhu-Franck 1984 Géhu, J.-M. & J. Géhu-Franck, 1984. Sur quelques groupements chasmophytiques littoraux nord-atlantiques et pour un nouveau schéma synsystématique des végétations aérohalines des falaises atlantiques. Doc. Phytosoc., N.S., 8 : 127-146.
530 7102 02/7.0.1.0.1 syn incl Armerio maritimae - Asplenienion marini Géhu 2008 Géhu, J.-M., 2008. Etude des associations végétales des sentiers littoraux de Dinard et Saint-Enogat (France, 35) suivie d’un guide itinéraire. Journal de Botanique de la Soc. Bot. France, 41 : 47-80.
531 457 02/7.0.1.0.1 syn incl nn Cochleario officinalis - Armerion maritimae subsp. maritimae Géhu & Géhu-Franck 1984 Géhu, J.-M. & J. Géhu-Franck, 1984. Sur quelques groupements chasmophytiques littoraux nord-atlantiques et pour un nouveau schéma synsystématique des végétations aérohalines des falaises atlantiques. Doc. Phytosoc., N.S., 8 : 127-146.
532 458 02/7.0.1.0.1 syn incl nn Cochleario officinalis - Armerion maritimae subsp. maritimae Géhu in Géhu & Géhu-Franck 1984 Géhu, J.-M. & J. Géhu-Franck, 1984. Sur quelques groupements chasmophytiques littoraux nord-atlantiques et pour un nouveau schéma synsystématique des végétations aérohalines des falaises atlantiques. Doc. Phytosoc., N.S., 8 : 127-146.
533 464 02/7.0.1.0.1 syn pp Crithmion maritimi Pavillard (1928) 1941 Pavillard, J., 1941. La végétation des falaises de Biarritz. Bull. Soc. Bot. France 88: 11-114. Paris. Pavillard, J., 1928. Le Crithmion maritimae autour de Biarritz. Bull. Soc. Bot. Fr., 75 : 795-799.
534 465 02/7.0.1.0.1 syn pp Crithmo maritimi - Armerion maritimae subsp. maritimae Géhu 1968 Géhu, J.-M., 1968. Application en phytosociologie de la cartographie en réseaux. Bull. Soc. Bot. N. Fr., 22 : 1-25.
535 2491 02/7.0.1.0.1/01 ASS Asplenietum marini Braun-Blanquet & Tüxen 1952 anfractuosités fraiches subhumides des parois ombragées des falaises maritimes armoricaines Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
536 2492 02/7.0.1.0.1/01 syn = Armerio maritimae - Asplenietum marini Géhu & Géhu-Franck 1984 Géhu, J.-M. & J. Géhu-Franck, 1984. Sur quelques groupements chasmophytiques littoraux nord-atlantiques et pour un nouveau schéma synsystématique des végétations aérohalines des falaises atlantiques. Doc. Phytosoc., N.S., 8 : 127-146.
537 459 02/7.0.1.0.1/02 ASS Armerio maritimae subsp. maritimae - Cochlearietum officinalis Géhu & Géhu-Franck 1984 pelouse aérohaline ouverte des falaises maritimes granitiques armoricaines, ombragées et froides Géhu, J.-M. & J. Géhu-Franck, 1984. Sur quelques groupements chasmophytiques littoraux nord-atlantiques et pour un nouveau schéma synsystématique des végétations aérohalines des falaises atlantiques. Doc. Phytosoc., N.S., 8 : 127-146.
538 475 02/7.0.1.0.1/03 ASS Crithmo maritimi - Spergularietum rupicolae (Roux & Lahondère 1960) Géhu 1964 em. Géhu, Franck & Scoppola 1984 pelouse aérohaline ouverte des falaises maritimes granitiques armoricaines héliophiles Géhu, J.-M., J. Franck & A. Scoppola, 1984. Observations sur la végétation aérohaline des falaises maritimes du Centre-Ouest français. Doc. Phytosoc., N.S., 8 : 147-164.
539 7114 02/7.0.1.0.1/03 syn incl Armerio maritimae - Agrostietum stoloniferae subsp. stoloniferae var. arenariae Bioret & Géhu 2008 corr. Julve 2011 hoc loco Armerio maritimae - Agrostietum arenariae hoc loco Bioret, F. & J.-M. Géhu, 2008. Révision phytosociologique des végétations halophiles des falaises littorales atlantiques françaises. Fitosociologia, 45 (1) : 75-116.
540 7106 02/7.0.1.0.1/03 syn incl Armerio maritimae - Plantaginetum maritimae Géhu 2008 Géhu, J.-M., 2008. Etude des associations végétales des sentiers littoraux de Dinard et Saint-Enogat (France, 35) suivie d’un guide itinéraire. Journal de Botanique de la Soc. Bot. France, 41 : 47-80.
541 7929 02/7.0.1.0.1/03 syn incl Crithmo maritimi - Senecionetum cinerariae Géhu 2005 Géhu, J.-M., 2005. Sur Quelques associations sublittorales de la classe des Parietarietea. Bull. Soc. Bot. Centre-Ouest, ns, 36 : 221-232.
542 7105 02/7.0.1.0.1/03 syn incl Crithmo maritimi - Senecionetum cinerariae Géhu 2008 Géhu, J.-M., 2008. Etude des associations végétales des sentiers littoraux de Dinard et Saint-Enogat (France, 35) suivie d’un guide itinéraire. Journal de Botanique de la Soc. Bot. France, 41 : 47-80.
543 7113 02/7.0.1.0.1/03 syn incl Spergulario rupicolae - Armerietum maritimae Géhu 2008 Géhu, J.-M., 2008. Etude des associations végétales des sentiers littoraux de Dinard et Saint-Enogat (France, 35) suivie d’un guide itinéraire. Journal de Botanique de la Soc. Bot. France, 41 : 47-80.
544 7107 02/7.0.1.0.1/03 syn incl Spergulario rupicolae - Halimionetum portulacoidis Géhu 2008 Géhu, J.-M., 2008. Etude des associations végétales des sentiers littoraux de Dinard et Saint-Enogat (France, 35) suivie d’un guide itinéraire. Journal de Botanique de la Soc. Bot. France, 41 : 47-80.
545 7110 02/7.0.1.0.1/03 syn incl Spergulario rupicolae - Limonietum binervosi Bioret & Géhu 2008 Bioret, F. & J.-M. Géhu, 2008. Révision phytosociologique des végétations halophiles des falaises littorales atlantiques françaises. Fitosociologia, 45 (1) : 75-116.
546 476 02/7.0.1.0.1/03 syn pp Crithmo maritimi - Spergularietum rupicolae (Roux & Lahondère 1960) Géhu 1964 Géhu, J.-M., 1964. Sur la végétation phanérogamique halophile des falaises bretonnes. Rev. Gén. Bot. 71: 73-77. Roux, J., Lahondère, C., 1960. A propos de la végétation chasmophytique des falaises maritimes en Bretagne septentrionale et occidentale. Natural. Monspeliensia, Sér. Bot., 12 : 53-80.
547 7104 02/7.0.1.0.1/04 ASS Crithmo maritimi - Betetum vulgaris subsp. maritimae Géhu 2008 pelouse aérohaline ouverte des falaises maritimes granitiques armoricaines héliophiles ornithocoprophiles Crithmo maritimi - Betetum maritimae Géhu, J.-M., 2008. Etude des associations végétales des sentiers littoraux de Dinard et Saint-Enogat (France, 35) suivie d’un guide itinéraire. Journal de Botanique de la Soc. Bot. France, 41 : 47-80.
548 466 02/7.0.1.0.1/05 ASS Crithmo maritimi - Plantaginetum maritimae (Pavillard 1928) Guinea 1949 pelouse aérohaline ouverte des falaises maritimes marneuses basques Guinea, E., 1949. Vizcaya y su paisaje vegetal (Geobotanica vizcaina). 432 p., Junta cultural vizcaina. Bilbao. Pavillard, J., 1928. Le Crithmion maritimae autour de Biarritz. Bull. Soc. Bot. Fr., 75 : 795-799.
549 7109 02/7.0.1.0.1/06 ASS Crithmo maritimi - Limonietum normannici Lahondère et Bioret 1995 pelouse aérohaline ouverte des falaises maritimes granitiques héliophiles du golfe normanno-breton 'Lahondère, C. & F. Bioret, 1995. Contribution à l''étude morphologique, chorologique et phytosociologique des espèces à nervation parallèle du genre Limonium du littoral atlantique, de la Baie du Mont Saint-Michel à la frontière espagnole. Bull. Soc. Bot. Centre-Ouest, N.S. , 26 : 337 - 364.'
550 7111 02/7.0.1.0.1/07 ASS Armerio maritimae - Inuletum crithmoidis Géhu 2006 'pelouse aérohaline ouverte des falaises maritimes granitiques armoricaines influencées par l''eau douce' T1, p. 262 Bull. Soc. Bot. Centre-Ouest, ns, 37 : 260. 'Géhu, J.-M., 2006. Synécologie et sociologie d''Inula crithmoides sur les rivages nord-armoricains. Bull. Soc. Bot. Centre-Ouest, ns, 37 : 259-262.'
551 7108 02/7.0.1.0.1/08 ASS Dactylido glomeratae subsp. oceanicae - Limonietum dodartii Géhu, Franck & Scoppola 1984 corr. Bioret & Géhu 2008 pelouse aérohaline ouverte des falaises maritimes crayeuses girondines Dactylido oceanicae - Limonietum dodartii Bioret, F. & J.-M. Géhu, 2008. Révision phytosociologique des végétations halophiles des falaises littorales atlantiques françaises. Fitosociologia, 45 (1) : 75-116. Géhu, J.-M., J. Franck & A. Scoppola, 1984. Observations sur la végétation aérohaline des falaises maritimes du Centre-Ouest français. Doc. Phytosoc., N.S., 8 : 147-164.
552 469 02/7.0.1.0.1/08 syn = Dactylido glomeratae subsp. hispanicae - Limonietum dodartii Géhu, Franck & Scoppola 1984 Dactylido hispanicae - Limonietum dodartii Géhu, J.-M., J. Franck & A. Scoppola, 1984. Observations sur la végétation aérohaline des falaises maritimes du Centre-Ouest français. Doc. Phytosoc., N.S., 8 : 147-164.
553 470 02/7.0.1.0.1/08 syn nn Crithmo maritimi - Limonietum dodartii Lahondère 1979 Lahondère, C., 1979. La végétation de Bonne-Anse. Bull. Soc. Bot. Centre-Ouest, N.S., 10 : 83-104.
554 8057 02/7.0.1.0.1/08 syn = Limonio dodartii - Frankenietum laevis Lahondère & Bioret 1997 prov. Lahondère, C. & F. Bioret, 1997. La végétation de l’île d’Aix (Charente-Maritime). Bull. Soc. Bot. Centre-Ouest, N.S., 28 : 417-456.
555 467 02/7.0.1.0.1/09 ASS Crithmo maritimi - Limonietum binervosi Pavillard 1928 pelouse aérohaline ouverte des falaises maritimes gréso-marneuses héliophiles basques Pavillard, J., 1928. Le Crithmion maritimae autour de Biarritz. Bull. Soc. Bot. Fr., 75 : 795-799.
556 468 02/7.0.1.0.1/09 syn = Crithmo maritimi - Limonietum binervosi Pavillard 1928 ex A. Velasco 1983 Velasco, A., 1983. Breves notas sobre la vegetación de Cantabria. Bol. Soc. Brot., ser. 2, 56: 105-109. Pavillard, J., 1928. Le Crithmion maritimae autour de Biarritz. Bull. Soc. Bot. Fr., 75 : 795-799.
557 7112 02/7.0.1.0.1/09 syn incl Armerio maritimae subsp. miscellae - Festucetum rubrae subsp. pruinosae Bioret, Géhu & Lazare in Bioret & Géhu 2008 Armerio miscellae - Festucetum pruinosae Bioret, F. & J.-M. Géhu, 2008. Révision phytosociologique des végétations halophiles des falaises littorales atlantiques françaises. Fitosociologia, 45 (1) : 75-116.
558 473 02/7.0.1.0.1/10 ASS Armerio maritimae - Limonietum ovalifolii Kuhnholtz-Lordat 1926 'Kuhnholtz-Lordat, G., 1926. L''association à Statice ovalifolia et Armeria maritima. Bull. Soc. Bot. Fra., 73 : 722-728.'
559 7955 02/7.0.1.0.1/10 syn = Armerio maritimae - Limonietum ovalifolii Lahondère 1986 Lahondère, C., 1986. La végétation des falaises des côtes charentaises. Bull. Soc. Bot. Centre-Ouest, N.S., 17 : 33-53.
560 474 02/7.0.1.0.1/10 syn = Crithmo maritimi - Limonietum ovalifolii Lahondère, Bioret & Botineau 1991 Lahondère, C., F. Bioret & M. Botineau, 1991. L’association à Limonium ovalifolium et Crithmum maritimum (Crithmo maritimi - Limonietum ovalifolii Lahondère, Bioret, Botineau) sur les côtes atlantiques françaises. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 137-148.
561 471 02/7.0.1.0.1/11 ASS Spergulario rupicolae - Limonietum dodartii Géhu, Franck & Scoppola 1984 pelouse aérohaline ouverte des falaises maritimes granitiques héliophiles sudarmoricaines à vendéennes, sur placages limoneux Géhu, J.-M., J. Franck & A. Scoppola, 1984. Observations sur la végétation aérohaline des falaises maritimes du Centre-Ouest français. Doc. Phytosoc., N.S., 8 : 147-164.
562 7993 02/7.0.1.0.1/11 syn compl pp Spergulario rupicolae - Salicornietum appressae Bioret, Lahondère & Khelifi 2001 Spergulario rupicolae - Salicornietum ramosissimae Bioret, F., C. Lahondère & H. Khelifi, 2001. Un exemple de végétation hyperhalophile originale : les vasques à salicornes annuelles des hauts de falaise de Belle-Ïle-en-Mer. Bull. Soc. Bot. Centre-Ouest, N.S., 32 : 3-12.
563 472 02/7.0.1.0.1/11 syn pp Crithmo maritimi - Spergularietum rupicolae (Roux & Lahondère 1960) Géhu 1964 Géhu, J.M., 1964. Sur la végétation phanérogamique halophile des falaises bretonnes. Rev. Gén. Bot. 71: 73-77. Roux, J., Lahondère, C., 1960. A propos de la végétation chasmophytique des falaises maritimes en Bretagne septentrionale et occidentale. Natural. Monspeliensia, Sér. Bot., 12 : 53-80.
564 460 02/7.0.1.0.1/12 ASS Rumicetum rupestris J.-M. & J. Géhu 1969 ?
565 461 02/7.0.1.0.1/12 syn nn Rumicetum rupestris Géhu 1968 Géhu, J.-M., 1968. Application en phytosociologie de la cartographie en réseaux. Bull. Soc. Bot. N. Fr., 22 : 1-25.
566 478 02/7.0.1.0.1/13 ASS Festuco rubrae subsp. pruinosae - Armerietum euscadiensis Rivas-Martínez & C. Navarro in C. Navarro 1982 Festuco pruinosae - Armerietum euscadiensis Navarro, C. 1982. Contribución al estudio de la flora y vegetación del Duranguesado y la Busturia Vizcaya). Publ. Univ. Complutense de Madrid, Ser. Tesis Doctorales, 398 p. Madrid.
567 481 02/7.0.1.0.2 ALL Sileno vulgaris subsp. maritimae - Festucion rubrae subsp. pruinosae (Géhu & Géhu-Franck 1984) Géhu in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 pelouses aérohalines fermées, des hauts de falaises maritimes atlantiques mieux protégés, souvent sur des replats Sileno maritimae - Festucion pruinosae Sileno maritimae - Festucion pruinosae Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris. Géhu, J.-M. & J. Géhu-Franck, 1984. Sur quelques groupements chasmophytiques littoraux nord-atlantiques et pour un nouveau schéma synsystématique des végétations aérohalines des falaises atlantiques. Doc. Phytosoc., N.S., 8 : 127-146.
568 7103 02/7.0.1.0.2 syn = Sileno vulgaris subsp. maritimae - Festucenion rubrae subsp. pruinosae (Géhu & Géhu-Franck 1984) Bioret & Géhu 2008 Sileno maritimae - Festucenion pruinosae Bioret, F. & J.-M. Géhu, 2008. Révision phytosociologique des végétations halophiles des falaises littorales atlantiques françaises. Fitosociologia, 45 (1) : 75-116. Géhu, J.-M. & J. Géhu-Franck, 1984. Sur quelques groupements chasmophytiques littoraux nord-atlantiques et pour un nouveau schéma synsystématique des végétations aérohalines des falaises atlantiques. Doc. Phytosoc., N.S., 8 : 127-146.
569 482 02/7.0.1.0.2 syn = Sileno vulgaris subsp. maritimae - Festucenion rubrae subsp. pruinosae Géhu & Géhu-Franck 1984 Sileno maritimae - Festucenion pruinosae Géhu, J.-M. & J. Géhu-Franck, 1984. Sur quelques groupements chasmophytiques littoraux nord-atlantiques et pour un nouveau schéma synsystématique des végétations aérohalines des falaises atlantiques. Doc. Phytosoc., N.S., 8 : 127-146.
570 483 02/7.0.1.0.2 syn pp Crithmo maritimi - Armerion maritimae subsp. maritimae Géhu 1968 Géhu, J.-M., 1968. Application en phytosociologie de la cartographie en réseaux. Bull. Soc. Bot. N. Fr., 22 : 1-25.
571 491 02/7.0.1.0.2/01 ASS Festuco huoni - Plantaginetum holostei var. littoralis Bioret, Bouzillé, de Foucault, Géhu & Godeau 1988 pelouse aérohaline subfermée des falaises maritimes micaschisteuses et gneissiques semiabritées, héliophiles, des îles sudarmoricaines Festuco huoni - Plantaginetum littoralis Bioret, F., Bouzillé, J.B., Foucault, B. de, Géhu, J.-M., Godeau, M., 1988. Le système thermo-atlantique pelouses-landes-fourrés des falaises des îles sud-armoricaines. Doc. Phytosocio., N.S., 11 : 513-531, 2 tab. h.t.
572 494 02/7.0.1.0.2/02 ASS Spergulario rupicolae - Silenetum vulgaris subsp. maritimae var. maritimae Bioret & Géhu 2000 pelouse aérohaline subfermée des falaises maritimes granitiques armoricaines Spergulario rupicolae - Silenetum maritimae Bioret, F. & J.-M. Géhu, 2008. Révision phytosociologique des végétations halophiles des falaises littorales atlantiques françaises. Fitosociologia, 45 (1) : 75-116.
573 7124 02/7.0.1.0.2/02 syn = Armerio maritimae - Daucetum carotae subsp. gummiferi Géhu 1964 Dauco gummiferi - Armerietum maritimae Géhu, J.M., 1964. Sur la végétation phanérogamique halophile des falaises bretonnes. Rev. Gén. Bot. 71: 73-77.
574 7992 02/7.0.1.0.2/02 syn = Dauco carotae subsp. gummiferi - Armerietum maritimae (J.-M. & J. Géhu 1961) Géhu 1963 Dauco gummiferi - Armerietum maritimae Dauco gummiferi - Armerietum maritimae 'Géhu, J.-M., 1963. L''excursion dans le nord et l''ouest de la France de la société internationale de phytosociologie. Bull. Soc. Bot. N. Fr., 16 : 105-189.' 'Géhu, J.-M. & J. Géhu, 1961. Recherches sur la végétation et le sol de la réserve de l''île des Landes et de quelques îlots de la côte nord-bretonne. Bull. Lab. Marit. Dinard, 47 : 21-57.'
575 488 02/7.0.1.0.2/02 syn compl Sileno vulgaris subsp. maritimae var. maritimae - Festucetum rubrae subsp. pruinosae Tüxen 1963 Sileno maritimae - Festucetum pruinosae Tüxen, R., 1963. Kurze Anmerkungen zur Exkursion der Internationale Vereinigung für Vegetationskunde in Nordfrankreich, mai-Juni 1962). Vegetatio, 11 : 395-400.
576 7116 02/7.0.1.0.2/02 syn incl Armerio maritimae - Festucetum rubrae subsp. pruinosae Géhu 2008 'Géhu J.-M., 2008. Etude des associations végétales des sentiers littoraux de Dinard et Saint-Enogat (France, Ille-et-Vilaine) suivie d''un guide itinéraire. J. Bot. Soc. Bot. France, 41 : 47-80.'
577 7118 02/7.0.1.0.2/02 syn incl Carici arenariae - Festucetum rubrae subsp. pruinosae Bioret & Géhu 2008 Bioret, F. & J.-M. Géhu, 2008. Révision phytosociologique des végétations halophiles des falaises littorales atlantiques françaises. Fitosociologia, 45 (1) : 75-116.
578 7115 02/7.0.1.0.2/02 syn incl Dactylido glomeratae subsp. oceanicae - Daucetum carotae subsp. gummiferi Géhu 2008 Dactylido oceanicae - Daucetum gummiferi 'Géhu J.-M., 2008. Etude des associations végétales des sentiers littoraux de Dinard et Saint-Enogat (France, Ille-et-Vilaine) suivie d''un guide itinéraire. J. Bot. Soc. Bot. France, 41 : 47-80.'
579 7117 02/7.0.1.0.2/02 syn incl Festuco rubrae subsp. pruinosae - Elytrigietum athericae Géhu 2008 Festuco pruinosae - Elytrigietum athericae Festuco pruinosae - Elymetum pycnanthi tableau 13, p. 57 J. Bot. Soc. Bot. France, 41 : 56 'Géhu J.-M., 2008. Etude des associations végétales des sentiers littoraux de Dinard et Saint-Enogat (France, Ille-et-Vilaine) suivie d''un guide itinéraire. J. Bot. Soc. Bot. France, 41 : 47-80.'
580 7119 02/7.0.1.0.2/02 syn incl Hedero helicis - Silenetum vulgaris subsp. maritimae var. maritimae Géhu 2008 Hedero helicis - Silenetum maritimae Hedero helicis - Silenetum maritimae tableau 14, p. 58 J. Bot. Soc. Bot. France, 41 : 57 'Géhu J.-M., 2008. Etude des associations végétales des sentiers littoraux de Dinard et Saint-Enogat (France, Ille-et-Vilaine) suivie d''un guide itinéraire. J. Bot. Soc. Bot. France, 41 : 47-80.'
581 487 02/7.0.1.0.2/02 syn inval Dauco carotae subsp. gummiferi - Armerietum maritimae J.-M. & J. Géhu 1961 Dauco gummiferi - Armerietum maritimae Dauco gummiferi - Armerietum maritimae 'Géhu, J.-M. & J. Géhu, 1961. Recherches sur la végétation et le sol de la réserve de l''île des Landes et de quelques îlots de la côte nord-bretonne. Bull. Lab. Marit. Dinard, 47 : 21-57.'
582 7121 02/7.0.1.0.2/03 ASS Sileno dioicae var. zetlandicae - Festucetum rubrae subsp. pruinosae Bioret & Géhu 2008 pelouse aérohaline subfermée des falaises maritimes granitiques armoricaines subnitrophiles Sileno zetlandicae - Festucetum pruinosae Bioret, F. & J.-M. Géhu, 2008. Révision phytosociologique des végétations halophiles des falaises littorales atlantiques françaises. Fitosociologia, 45 (1) : 75-116.
583 7122 02/7.0.1.0.2/04 ASS Rumici acetosae subsp. bifrontis - Heracleetum sphondylii Bioret & Géhu 2008 pelouse aérohaline subfermée des falaises maritimes granitiques nitrophiles des îles armoricaines et normandes Rumici bifrontis - Heracleetum sphondylii Bioret, F. & J.-M. Géhu, 2008. Révision phytosociologique des végétations halophiles des falaises littorales atlantiques françaises. Fitosociologia, 45 (1) : 75-116.
584 7123 02/7.0.1.0.2/05 ASS Festuco rubrae subsp. pruinosae - Osmundetum regalis Géhu & Bioret 2000 pelouse aérohaline subfermée des falaises maritimes granitiques armoricaines ombragées et hygrophiles Géhu, J.-M. & F. Bioret, 2000. Les groupements végétaux à Osmunda regalis des falaises armoricaines. Coll. Phytosoc., 26 : 203-210. (Les données de la phytosociologie sigmatiste. Structure, gestion, utilisation, Bailleul 1997).
585 7125 02/7.0.1.0.2/06 ASS Daucus carotae subsp. gadeceaui - Festucetum rubrae subsp. pruinosae Bioret & Géhu 2008 pelouse aérohaline subfermée des falaises maritimes granitiques de Belle-île Daucus gadeceaui - Festucetum pruinosae Bioret, F. & J.-M. Géhu, 2008. Révision phytosociologique des végétations halophiles des falaises littorales atlantiques françaises. Fitosociologia, 45 (1) : 75-116.
586 7126 02/7.0.1.0.2/06 syn incl Festuco rubrae subsp. pruinosae - Ononidetum spinosae subsp. maritimae var. maritimae Bioret & Géhu 2008 Festuco pruinosae - Ononidetum maritimae Bioret, F. & J.-M. Géhu, 2008. Révision phytosociologique des végétations halophiles des falaises littorales atlantiques françaises. Fitosociologia, 45 (1) : 75-116.
587 493 02/7.0.1.0.2/07 ASS Apio graveolentis - Tussilaginetum farfarae Géhu in Géhu & Franck 1982 pelouse aérohaline subfermée des suintements de falaises maritimes marneuses, hygrophiles, du Boulonnais Géhu, J.-M. & J. Franck, 1982. La végétation du littoral Nord-Pas de Calais (essai de synthèse). 362 p. Bailleul.
588 7127 02/7.0.1.0.2/07 syn = Apio graveolentis - Tussilaginetum farfarae Géhu, Franck & Bournique 1983 Géhu, J.-M., J. Franck & C.-P. Bournique, 1983. Le littoral Nord-Pas de Calais. Synthèse phytocoenologique. Université René Descartes, Paris V, Paris. 362 p.
589 7887 02/7.0.1.0.2/07 syn inval Apio graveolentis - Tussilaginetum farfarae Géhu, & Géhu-Franck 1984 Géhu, J.-M. & J. Géhu-Franck, 1984. Sur quelques groupements chasmophytiques littoraux nord-atlantiques et pour un nouveau schéma synsystématique des végétations aérohalines des falaises atlantiques. Doc. Phytosoc., N.S., 8 : 127-146.
590 492 02/7.0.1.0.2/08 ASS Festuco rubrae subsp. pruinosae - Dianthetum caryophylli Géhu, Biondi, Géhu-Franck 1988 pelouse aérohaline subfermée des falaises maritimes granitiques armoricaines et normandes subprotégées Géhu, J.-M., E. Biondi & J. Géhu-Franck 1988. Les végétations nitrohalophiles des falaises de Bonifacio (Corse). Acta Botan. Barcelona, 37 : 237-243.
591 486 02/7.0.1.0.2/09 ASS Dauco carotae subsp. gummiferi - Festucetum rubrae subsp. pruinosae Rivas-Martínez 1978
592 477 02/7.0.1.0.2/09 syn incl Brassicetum oleraceae Géhu 1962 pelouse aérohaline subouverte des falaises maritimes marneuses, subnitrophiles, du Boulonnais Géhu, J.-M., 1962. Quelques observations sur la falaise crétacée du Cap Blanc-Nez (Pas de Calais) et étude de la végétation de la paroi abrupte : Brassicetum oleraceae ass. nov. Bull. Soc. Roy. Bot. Belg., 95 : 109-129.
593 7128 02/7.0.1.0.2/09 syn incl Cirsio acaulis - Festucetum rubrae subsp. pruinosae Bioret & Géhu 2008 pelouse aérohaline subfermée des falaises maritimes gréso-calcareuses du Boulonnais Bioret, F. & J.-M. Géhu, 2008. Révision phytosociologique des végétations halophiles des falaises littorales atlantiques françaises. Fitosociologia, 45 (1) : 75-116.
594 485 02/7.0.1.0.2/09 syn incl Dauco carotae subsp. intermedii - Festucetum rubrae subsp. pruinosae (Liger 1956) Géhu & de Foucault 1979 Dauco intermedii - Festucetum pruinosae Géhu, J.-M. & B. de Foucault, 1979. Phytosociologie de la pelouse aérohaline des falaises de craie de Haute-Normandie (France). Doc. Phytosoc., N.S., 3 : 289-294. Liger, J., 1956. Aperçu sur la végétation des falaises littorales du Pays de Caux. Rev. Soc. Sav. Hte-Norm., sciences, 1 : 37-69.
595 490 02/7.0.1.0.2/11 ASS Leucanthemo ircutiani subsp. crassifolii - Festucetum rubrae subsp. pruinosae Géhu & Géhu-Franck 1980 corr. Fernández Prieto & Loidi 1984 pelouse aérohaline subfermée des falaises maritimes marneuses basques Leucanthemo crassifolii - Festucetum pruinosae Fernández Prieto, J.A. & J. Loidi, 1984. Estudio de las comunidades vegetales de los acantilados costeros de la cornisa cantábrica. Doc. Phytosoc. 8: 185-218. Géhu, J.M. & J. Géhu-Franck, 1980. Aperçu phytosociologique sur les falaises d’Hendaye et de St. Jean-de-Luz (Pays Basque). Doc. Phytosoc., 5 : 363-374.
596 489 02/7.0.1.0.2/11 syn = Leucanthemo ircutiani subsp. crassifolii - Festucetum rubrae subsp. pruinosae Géhu & Géhu-Franck 1980 Leucanthemo crassifolii - Festucetum pruinosae Géhu, J.M. & J. Géhu-Franck, 1980. Aperçu phytosociologique sur les falaises d’Hendaye et de St. Jean-de-Luz (Pays Basque). Doc. Phytosoc., 5 : 363-374.
597 7129 02/7.0.1.0.2/12 ASS Leucanthemo ircutiani subsp. crassifolii - Helichrysetum stoechadis (Allorge & Jovet 1941) J.-M. Géhu, J. Géhu & Bigot 1981 pelouse aérohaline subfermée des falaises maritimes calcaires basques Leucanthemo crassifolii - Helichrysetum stoechadis ? Allorge, P. & P. Jovet, 1941. La lande maritime autour de St Jean de Luz. Bull. Soc. Bot. Fra., 88 : 151-159.
598 495 02/7.0.1.0.2/13 ASS Orobancho hederae - Hederetum helicis écoph. rampant J.-M. & J. Géhu 1961 corr. Julve 2010 hoc loco 'draperie en nappe, littoral maritime d''Armorique' hoc loco 'Géhu, J.-M. & J. Géhu, 1961. Recherches sur la végétation et le sol de la réserve de l''île des Landes et de quelques îlots de la côte nord-bretonne. Bull. Lab. Marit. Dinard, 47 : 21-57.'
599 496 02/7.0.1.0.2/14 ASS Sileno dioicae var. zetlandicae - Pteridietum aquilini J.-M. & J. Géhu 1983 'ourlet en nappe, littoral maritime d''Armorique' clairière planitiaire plat hyperatlantique médian mésotherme héliophile mésohydrique mésotrophile acidocline intermédiaire Sileno zetlandicae - Pteridietum aquilini Géhu, J.-M. & J. Géhu, 1983. Les ptéridaies de falaise à Melandrium zetlandicum et les groupements à Geranium sanguineum du littoral armoricain. Coll. Phytosoc., 8 : 339-346. (Lisières forestières, Lille 1979).
600 479 02/7.0.1.0.2/16 ASS Crithmo maritimi - Brassicetum oleraceae Fernández Prieto & Herrera 1993 pelouse aérohaline subouverte des falaises maritimes marneuses, subnitrophiles, cantabriques Fernández Prieto, J.A. & M. Herrera, 1993. Brassica oleracea L. : Distribución y ecología en las costas atlánticas ibéricas. Lazaroa, 13 : 121-128.
601 480 02/7.0.1.0.2/16 syn = Parietario judaicae - Brassicetum oleraceae Herrera & Fernández Prieto 1989 ?
602 8158 02/7.0.1.0.2/17 ASS Armerio maritimae - Plantaginetum coronopodis Vanden Berghen 1965 Vanden Berghen, C., 1965 la végétation de l’île Hoedic (Morbihan, France). Bull. Soc. Roy. Bot. Belgique, 98 : 275-294.
603 497 02/8. 1240 CLA Crithmo maritimi - Limonietea pseudominuti Braun-Blanquet 1947 pelouses aérohalines des falaises maritimes méditerranéennes 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
604 498 02/8. syn = Crithmo maritimi - Limonietea pseudominuti Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
605 499 02/8.0.1 ORD Crithmo maritimi - Limonietalia pseudominuti René Molinier 1934 pelouses aérohalines méditerranéennes occidentales Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274.
606 500 02/8.0.1.0.1 ALL Crithmo maritimi - Limonion pseudominuti René Molinier 1934 pelouses aérohalines méditerranéennes, catalano-provençales Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274.
607 501 02/8.0.1.0.1/01 ASS Crithmo maritimi - Limonietum cordati Lapraz 1979 Lapraz, G., 1979. La végétation des rochers maritimes entre Nice et Menton : le Crithmo-Limonietum cordati. Bull. Soc. Bot. Fr., 126 : 87-94.
608 502 02/8.0.1.0.1/02 ASS Crithmo maritimi - Limonietum pseudominuti (Arènes 1929) René Molinier 1934 Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274.
609 503 02/8.0.1.0.1/03 ASS Crithmo maritimi - Limonietum cytisoidis René Molinier 1937 'Molinier, Re., 1937. Les îles d''Hyères : étude phytosociologique. Ann. Soc. Hist. Toulon, 21 : 91-129.'
610 504 02/8.0.1.0.1/04 ASS Crithmo maritimi - Limonietum tremolsii (Rioux, Roux & Pignatti 1955) Géhu, Géhu-Franck & Burgi 1988 Géhu, J.-M., J. Géhu-Franck & A. Burgi, 1988. Précisions phytosociologiques sur les végétations aérohalines de la côte des Albères. Lazaroa, 1986, 9 : 355-363. Rioux, J.A., Roux, J., Pignatti, S., 1955. Les associations littorales des Albères. Vie et milieu, 6 : 1-37.
611 505 02/8.0.1.0.1/05 ASS Armerietum ruscinonensis subsp. ruscinonensis Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
612 506 02/8.0.1.0.1/05 syn = Armerietum ruscinonensis subsp. ruscinonensis Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 ex Rioux, Roux & Pignatti 1955 Rioux, J.A., Roux, J., Pignatti, S., 1955. Les associations littorales des Albères. Vie et milieu, 6 : 1-37. Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
613 507 02/8.0.1.0.2 ALL Erodio corsici - Limonion articulati (Gamisans & Murraciole 1985) Géhu & Biondi 1994 pelouses aérohalines méditerranéennes, corso-sardes Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
614 508 02/8.0.1.0.2 syn incl Spergularietalia macrorhizae Gamisans & Paradis 1992 Gamisans J. & G. Paradis, 1992. Flore et végétation de l’île Lavezzu (Corse du sud). Trav. Sci. Parc nat. Rég. Réserv. Natur. Corse, Fr., 37 : 1-68.
615 509 02/8.0.1.0.2 syn incl Spergularion macrorhizae Gamisans 1991 Gamisans, J., 1991. La végétation de la Corse. Annexe n°2 des compléments au prodrome de la flore corse. Conservatoire et jardin botaniques de la ville de Genève, 391 p. Genève.
616 510 02/8.0.1.0.2/01 ASS Reichardio picroides var. maritimi - Limonietum articulati (Malcuit 1931) Géhu & Biondi 1994 Reichardio maritimi - Limonietum articulati Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
617 511 02/8.0.1.0.2/01 syn pp Crithmo maritimi - Limonietum strictissimi Malcuit 1931 'Malcuit, G., 1931. Contribution à l''étude phytosociologique de la Corse. Le littoral occidental. Environs de Calvi, Galeria, Girolata, Pointe de la Parata, Propriano. Arch. Bot. Mém., 4, 40 p.'
618 512 02/8.0.1.0.2/02 ASS Crithmo maritimi - Limonietum obtusifolii Géhu, Biondi, Géhu-Franck & Taffetani 1987 Géhu, J.-M., E. Biondi, J. Géhu-Franck & F. Taffetani, 1987. Données sur la végétation maritime du littoral oriental de la Corse. Univ. Laguna, Ser. Informes, 22 : 363-391. (5e jornadas de fitosoc., vegetacion de riberas de agua dulce).
619 513 02/8.0.1.0.2/03 ASS Crithmo maritimi - Limonietum contortiramei René & Roger Molinier 1955 corr. Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
620 514 02/8.0.1.0.2/03 syn ambig Crithmo maritimi - Limonietum articulati René & Roger Molinier 1955 'Molinier, René & Roger Molinier, 1955. Observations sur la végétation littorale de l''Italie occidentale et de la Sicile. Arch. Bot. Biogeogr. Ital., 31 : 1-35.'
621 515 02/8.0.1.0.2/04 ASS Crithmo maritimi - Limonietum florentini Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
622 516 02/8.0.1.0.2/05 ASS Crithmo maritimi - Limonietum patrimoniensis Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
623 517 02/8.0.1.0.2/06 ASS Limonio corsici - Erodietum corsici (Gamisans & Murraciole 1985) Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154. 'Gamisans, J. & M. Murraciole, 1985. La végétation de la réserve naturelle de la presqu''île de scandola (Corse). Etude phytosociologique et cartographie au 1/10000e. Ecol. Medit. (1984), 10 (3-4) : 159-205.'
624 518 02/8.0.1.0.2/06 syn pp Armerio soleirolii - Seselietum praecocis Gamisans & Murraciole 1985 'Gamisans, J. & M. Murraciole, 1985. La végétation de la réserve naturelle de la presqu''île de scandola (Corse). Etude phytosociologique et cartographie au 1/10000e. Ecol. Medit. (1984), 10 (3-4) : 159-205.'
625 519 02/8.0.1.0.2/07 ASS Frankenio laevis - Spergularietum macrorhizae Géhu, Géhu-Franck & Biondi 1989 'Géhu J.-M., Géhu-Franck J. & Biondi E., 1989. Synécologie d’espèces littorales cyrno-sardes rares ou endémiques: Evax
rotundata Moris, Spergularia macrorhiza (Req. ex Loisel.) Heynh. et Artemisia densiflora Viv. Bull. Soc. Bot. Fr. 136
Lettres Bot. (2): 129-135.'
626 520 02/8.0.1.0.2/07 syn = Spergulario macrorhizae - Frankenietum laevis Gamisans 1991 Gamisans, J., 1991. La végétation de la Corse. Annexe n°2 des compléments au prodrome de la flore corse. Conservatoire et jardin botaniques de la ville de Genève, 391 p. Genève.
627 2493 02/8.0.1.0.2/08 ASS Dauco carotae subsp. hispanici - Asplenietum marini (Gamisans & Paradis 1992) Géhu & Biondi 1994 Dauco hispanici - Asplenietum marini Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154. Gamisans J. & G. Paradis, 1992. Flore et végétation de l’île Lavezzu (Corse du sud). Trav. Sci. Parc nat. Rég. Réserv. Natur. Corse, Fr., 37 : 1-68.
628 521 02/9. 1420 CLA Sarcocornietea fruticosae Braun-Blanquet & Tüxen 1943 ex A. & O. de Bolòs 1950 micromangroves (chaméphytaies maritimes) Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona . Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
629 522 02/9. syn = Sarcocornietea fruticosae Braun-Blanquet & Tüxen 1943 ex Tüxen & Oberdorfer 1958 Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
630 523 02/9. syn = Sarcocornietea fruticosae Tüxen & Oberdorfer 1958 Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
631 524 02/9. syn compl Sarcocornietea fruticosae Braun-Blanquet & Tüxen 1943 Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
632 525 02/9.0.1 ORD Sarcocornietalia fruticosae Braun-Blanquet 1933 Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
633 526 02/9.0.1 syn = Sarcocornietalia fruticosae (Braun-Blanquet 1931) Tüxen & Oberdorfer 1958 Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
634 527 02/9.0.1 syn = Sarcocornietalia fruticosae (Braun-Blanquet 1933) O. de Bolòs 1967 Bolos, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38 (1) : 3-281.
635 528 02/9.0.1 syn = Sarcocornietalia fruticosae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40. Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
636 529 02/9.0.1.0.1 ALL Sarcocornion fruticosae Braun-Blanquet 1933 micromangroves de bas-niveau topographique (bas-schorre) Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
637 530 02/9.0.1.0.1 syn = Sarcocornion fruticosae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
638 531 02/9.0.1.0.1 syn incl Halimionenion portulacoidis (Géhu 1976) Géhu & Géhu-Franck 1984 Géhu, J.M. & J. Géhu-Franck,1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70. Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975).
639 532 02/9.0.1.0.1 syn incl Halimionion portulacoidis Géhu 1976 Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975).
640 533 02/9.0.1.0.1 syn incl Puccinellio maritimae - Halimionion portulacoidis Géhu & Biondi 1995 Géhu, J.-M. & E. Biondi, 1995. Essai de typologie phytosociologique des habitats et des végétations halophiles des littoraux sédimentaires périméditerranéens et thermo-atlantiques. Fitosociol. 30: 201-212.
641 534 02/9.0.1.0.1 syn incl Puccinellio maritimae - Halimionion portulacoidis Géhu 1994 Géhu, J.-M., 1994. Schéma synsystématique et typologie des milieux littoraux français atlantiques et méditerranéens. Coll. Phytosoc., 22 : 183-212. (La syntaxonomie et la synsystématique européennes, comme base typologique des habitats, Bailleul 1993).
642 535 02/9.0.1.0.1 syn incl Sarcocornienion fruticosae Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
643 536 02/9.0.1.0.1 syn incl Sarcocornienion perennis Rivas-Martínez in Rivas-Martínez & Costa 1984 Rivas-Martínez, S. & M. Costa, 1984. Sinopsis sintaxonómica de la clase Arthrocnemetea Br.-Bl. & R. Tx. 1943 en la Península Ibérica. Doc. Phytosoc. 8: 15-26.
644 8134 02/9.0.1.0.1 syn incl Sarcocornienion fruticosae var. deflexae Rivas-Martínez, Lousã, T.E. Díaz, Fernández-González & J.C. Costa 1990 corr. Géhu 1999 Géhu, J.-M., 1999. Synthèse synsystématique et synécologique des halipèdes de France. J. Bot. Soc. Bot. France, 12 : 17-28. Rivas-Martínez, S., M. Lousã, T.E. Díaz, F. Fernández-González & J.C. Costa, 1990. La vegetación del sur de Portugal (Sado, Alentejo y Algarve). Itinera Geobot. 3 : 5-126.
645 537 02/9.0.1.0.1/01 ASS Halimionetum portulacoidis Kuhnholtz-Lordat 1927 'Kuhnholtz-Lordat, G., 1927. La baie d''Audierne et la baie de Douarnenez. Ann. Ecol. Nat. Agric. Montpellier, 19 : 201-231.'
646 538 02/9.0.1.0.1/01 syn = Bostrychio scorpioidis - Halimionetum portulacoidis (Corillion 1953) Tüxen 1963 Tüxen, R., 1963. Kurze Anmerkungen zur Exkursion der Internationale Vereinigung für Vegetationskunde in Nordfrankreich mai-Juni 1962). Vegetatio, 11 : 395-400. Corillion, R., 1953. Les halipèdes du nord de la Bretagne. Rev. Gén. Bot., 60 : 1-124.
647 539 02/9.0.1.0.1/02 ASS Puccinellio maritimae - Sarcocornietum perennis (Arènes 1933) Géhu 1976 Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975). Arènes, J., 1933. Etudes sur la végétation des côtes de France. I : La végétation littorale de la baie de Bourgneuf., 242 p. Mirecourt.
648 540 02/9.0.1.0.1/03 ASS Puccinellio festuciformis - Sarcocornietum fruticosae var. deflexae (Braun-Blanquet 1931) Géhu 1976 corr. Lahondère, Géhu & Paradis 1992 ? Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
649 541 02/9.0.1.0.1/04 ASS Puccinellio maritimae - Sarcocornietum fruticosae (Arènes 1933) Géhu (1975) 1976 Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975). Arènes, J., 1933. Etudes sur la végétation des côtes de France. I : La végétation littorale de la baie de Bourgneuf., 242 p. Mirecourt.
650 542 02/9.0.1.0.1/05 ASS Puccinellio festuciformis - Sarcocornietum fruticosae (Braun-Blanquet 1928) Géhu 1976 Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975). Braun-Blanquet, J., 1928. Pflanzensoziologie. 330 p. Springer. Berlin.
651 543 02/9.0.1.0.1/05 syn incl Puccinellio festuciformis - Halimionetum portulacoidis Géhu, Biondi, Géhu-Franck & Costa 1992 'Géhu, J.-M., E. Biondi, J. Géhu-Franck & M. Costa, 1992. Interprétation phytosociologique actualisée de quelques végétations psammophiles et halophiles de Camargue. Coll. Phytosoc., 19 : 103-131. (Végétation et qualité de l''environnement cotier en Méditerranée, Cagliari 1989).'
652 544 02/9.0.1.0.1/06 ASS Halimiono portulacoidis - Puccinellietum foucaudi Lahondère 1993 Bulletin de la Société Botanique du Centre-Ouest, NS, 24 : T5 p.59. Bulletin de la Société botanique du Centre-Ouest, NS, 24 : 56. 'Lahondère, C., 1993. Contribution à l’étude de deux espèces littorales : Oenanthe foucaudii et Puccinellia foucaudii. Bulletin de la
Société botanique du Centre-Ouest, NS, 24 : 41-60.'
653 545 02/9.0.1.0.1/07 ASS Limonio bellidifolii - Sarcocornietum fruticosae Braun-Blanquet 1933 Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
654 546 02/9.0.1.0.1/07 syn ambig Sarcocornietum fruticosae Braun-Blanquet 1928 Braun-Blanquet, J., 1928. Pflanzensoziologie. 330 p. Springer. Berlin.
655 547 02/9.0.1.0.1/07 syn ambig Sarcocornietum fruticosae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
656 548 02/9.0.1.0.2 ALL Limonion virgati Braun-Blanquet 1931 micromangroves de niveau topographique moyen (schorre moyen) Staticion galloprovincialis Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
657 549 02/9.0.1.0.2 syn = Limonietalia Braun-Blanquet & O. de Bolòs 1958 Braun-Blanquet, J. & O. de Bolos, 1958. Les groupements végétaux du bassin moyen de l’Ebre et leur dynamisme. Anales Estac. Exp. Aula Dei, 5 : 1-266.
658 8136 02/9.0.1.0.2 syn = Limonietalia Braun-Blanquet & O. de Bolòs 1958 em. Rivas-Martínez & Costa 1984 Rivas-Martínez, S. & M. Costa, 1984. Sinopsis sintaxonómica de la clase Arthrocnemetea Br.-Bl. & R. Tx. 1943 en la Península Ibérica. Doc. Phytosoc. 8: 15-26. Braun-Blanquet, J. & O. de Bolos, 1958. Les groupements végétaux du bassin moyen de l’Ebre et leur dynamisme. Anales Estac. Exp. Aula Dei, 5 : 1-266.
659 550 02/9.0.1.0.2 syn = Limonion confusi (Braun-Blanquet 1933) Rivas-Martínez & Costa 1984 Staticion galloprovincialis Rivas-Martínez, S. & M. Costa, 1984. Sinopsis sintaxonómica de la clase Arthrocnemetea Br.-Bl. & R. Tx. 1943 en la Península Ibérica. Doc. Phytosoc. 8: 15-26. Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
660 551 02/9.0.1.0.2 syn = Limonion virgati Braun-Blanquet 1933 Staticion galloprovincialis Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
661 552 02/9.0.1.0.2 syn incl Arthrocnemenion macrostachyi (Braun-Blanquet 1928) Rivas-Martínez in Rivas-Martínez, Costa, Castroviejo & Valdes 1980 Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189. Braun-Blanquet, J., 1928. Pflanzensoziologie. 330 p. Springer. Berlin.
662 553 02/9.0.1.0.2 syn incl Arthrocnemion macrostachyi Rivas-Martínez & Costa 1984 Rivas-Martínez, S. & M. Costa, 1984. Sinopsis sintaxonómica de la clase Arthrocnemetea Br.-Bl. & R. Tx. 1943 en la Península Ibérica. Doc. Phytosoc. 8: 15-26.
663 554 02/9.0.1.0.2 syn incl Elytrigio athericae - Artemision caerulescentis (Pignatti 1953) Géhu & Scoppola in Géhu, Scoppola, Caniglia, Marchiori & Géhu-Franck 1984 'Géhu, J.-M., A. Scoppola, G. Caniglia, S. Marchiori & J. Géhu-Franck, 1984. Les systèmes végétaux de la côte nord-adriatique italienne, leur originalité à l''échelle européenne. Doc. Phytosoc., N.S. 8 : 485-558. Camerino.'
664 555 02/9.0.1.0.2 syn incl Halocnemenion strobilacei Géhu & Costa in Géhu, Costa, Biondi, Peris & Arnold 1984 Géhu, J.-M., M. Costa, E. Biondi, J.B. Peris & N. Arnold 1984. Données sur la végétation maritime des côtes méridionales de I’lle de Chypre (plages, dunes, lacs salés et falaises). Doc. Phytosoc. N.S. 8: 343-364.
665 556 02/9.0.1.0.2 syn incl Limoniastrion monopetali Pignatti 1953 Pignatti, S., 1953. Su alcune Plumbaginaceae interesanti racolte alla foce dell’Ebro. Collect. Bot. (Barcelona), 3 : 377-383.
666 8133 02/9.0.1.0.2 syn incl Artemision caerulescentis Pignatti 1953 Pignatti, S., 1953. Su alcune Plumbaginaceae interesanti racolte alla foce dell’Ebro. Collect. Bot. (Barcelona), 3 : 377-383.
667 557 02/9.0.1.0.2/01 ASS Puccinellio convolutae - Arthrocnemetum macrostachyi (Braun-Blanquet (1928) 1933) Géhu in Géhu, Costa, Scoppola, Biondi, Marchiori, Peris, Franck, Caniglia & Veri 1984 Géhu, J.-M., Costa, M., Scoppola, A., Biondi, E., Marchiori, S., Peris, J.B., Franck, J., Caniglia, G., Veri, L., 1984. Essai synsystématique et synchorologique sur les végétations littorales italiennes dans un but conservatoire. I : dunes et vases salées. Doc. Phytosoc., N.S., 8 : 393-474. Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
668 558 02/9.0.1.0.2/01 syn = Arthrocnemetum macrostachyi Braun-Blanquet 1928 Braun-Blanquet, J., 1928. Pflanzensoziologie. 330 p. Springer. Berlin.
669 559 02/9.0.1.0.2/01 syn = Sphenopo divaricati - Arthrocnemetum macrostachyi Braun-Blanquet (1928) 1933 Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p. Braun-Blanquet, J., 1928. Pflanzensoziologie. 330 p. Springer. Berlin.
670 560 02/9.0.1.0.2/01 syn = Sphenopo divaricati - Arthrocnemetum macrostachyi Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
671 561 02/9.0.1.0.2/01 syn incl Arthrocnemo macrostachyi - Juncetum subulati Brullo & Furnari 1976 Brullo, S., Furnari, F., 1976. Le associazioni vegetali degli ambienti palustri costieri della Sicilia. Notiz. Fitosoc., 11 : 1-43. Bologna.
672 562 02/9.0.1.0.2/02 ASS Elytrigio elongatae - Limbardetum crithmoidis Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Elytrigio elongatae - Inuletum crithmoidis Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
673 563 02/9.0.1.0.2/03 ASS Limonio densissimi - Limoniastretum monopetali Pignatti 1953 Pignatti, S., 1953. Su alcune Plumbaginaceae interesanti racolte alla foce dell’Ebro. Collect. Bot. (Barcelona), 3 : 377-383.
674 564 02/9.0.1.0.2/04 ASS Limoniastro monopetali - Limonietum auriculiursifolii Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
675 565 02/9.0.1.0.2/05 ASS Artemisio caerulescentis subsp. gallicae - Limoniastretum monopetali Baudière, Rouzaud & Simonneau 1976 Artemisio gallicae - Limoniastretum monopetali Baudière, A., C. Rouzaud & P. Simonneau, 1976. Les groupements à Limoniastrum monopetalum du littoral audois. Coll. Phytosoc., 4 : 43-61. (Vases salées, Lille 1975).
676 566 02/9.0.1.0.2/06 ASS Artemisio caerulescentis subsp. gallicae - Limonietum virgati Braun-Blanquet 1931 Artemisio gallicae - Limonietum virgati Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
677 567 02/9.0.1.0.2/06 syn = Artemisio caerulescentis subsp. gallicae - Limonietum virgati Braun-Blanquet 1933 Artemisio gallicae - Limonietum virgati Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p.
678 568 02/9.0.1.0.2/07 ASS Limonio narbonensis - Artemisietum caerulescentis subsp. caerulescentis (Pignatti 1953) Géhu & Scoppola in Géhu, Scoppola, Caniglia, Marchiori & Géhu-Franck 1994 Limonio narbonensis - Artemisietum caerulescentis 'Géhu, J.-M., A. Scoppola, G. Caniglia, S. Marchiori & J. Géhu-Franck, 1984 - Les systèmes végétaux de la côte nord-adriatique italienne, leur originalité à l''échelle européenne. Doc. Phytosoc., N.S. 8 : 485-558. Camerino.' Pignatti, S., 1953. Su alcune Plumbaginaceae interesanti racolte alla foce dell’Ebro. Collect. Bot. (Barcelona), 3 : 377-383.
679 569 02/9.0.1.0.2/08 ASS Arthrocnemo macrostachyi - Halocnemetum strobilacei Oberdorfer 1952 Oberdorfer, E., 1952. Beitrag zur Kenntnis der Nordagaischen Kustenvegetation. Vegetatio 3(6) : 329-348.
680 570 02/9.0.1.0.2/09 ASS Limonietum girardiano - virgati Géhu, Biondi, Géhu-Franck & Costa 1992 'Géhu, J.-M., E. Biondi, J. Géhu-Franck & M. Costa, 1992. Interprétation phytosociologique actualisée de quelques végétations psammophiles et halophiles de Camargue. Coll. Phytosoc., 19 : 103-131. (Végétation et qualité de l''environnement cotier en Méditerranée, Cagliari 1989).'
681 571 02/9.0.1.0.2/10 ASS Limbardo crithmoidis - Arthrocnemetum macrostachyi Fontes ex Géhu & Géhu-Franck 1977 Géhu, J.-M. & J. Géhu-Franck, 1977. Quelques données sur les Arthrocnemetea fruticosi ibériques sud occidentaux. Acta Botanica Malacitana, 3: 145-157.
682 572 02/9.0.1.0.2/11 ASS Limbardo crithmoidis - Limonietum virgati Llorens, Gil & Tébar in Gil, Tébar & Llorens 1998 Gil, L., F.J. Tébar & L. Llorens, 1998. El Orden Limonietalia Br.-Bl. & O. Bolòs 1958 em. Rivas-Martínez & Costa 1984 en las Islas Baleares. Itinera Geobot. 11: 195-204.
683 573 02/9.0.1.0.2/12 ASS Limonio densissimi - Limoniastretum monopetali Pignatti 1953 Pignatti, S., 1953. Su alcune Plumbaginaceae interesanti racolte alla foce dell’Ebro. Collect. Bot. (Barcelona), 3 : 377-383.
684 8052 02/9.0.1.0.2/13 ASS Halimonio portulacoidis - Limoniastretum monopetali Biondi, Brugiapaglia, Farris, Filigheddu & Secchi 2004 Biondi, E., E. Brugiapaglia, E. Farris, R. Filigheddu & Z. Secchi, 2004. Halophilous vegetation of Olbia pond system (NE Sardinia). Fitosociologia, 41(1), suppl. 1, 125-141.
685 8135 02/9.0.1.0.3 ALL Suaedion verae Brullo & Furnari 1988 ?
686 574 02/9.0.1.0.3 syn = Atriplici halimi - Suaedion verae Julve 1992 ex 1993 micromangroves de haut-niveau topographique (haut-schorre) Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Julve, Ph., 1992. Propositions d’adaptation au contexte français de la typologie Corine-Biotope. 200 p. Secrétariat de la Faune et de la Flore, MNHN Paris.
687 575 02/9.0.1.0.3 syn = Suaedenion verae Peinado, Martínez-Parras, Bartolomé & Alcaraz 1989 Peinado, M., J.-M. Martínez-Parras, C. Bartolomé & F. Alcaraz 1989. Síntesis sintaxonómica de la clase Pegano-Salsoletea en España 1). Doc. Phytosoc. 11: 283-301.
688 576 02/9.0.1.0.3 syn = Suaedenion verae Rivas-Martínez, Lousã, T.E. Díaz, Fernández-González & J.C. Costa 1990 Rivas-Martínez, S., M. Lousã, T.E. Díaz, F. Fernández-González & J.C. Costa, 1990. La vegetación del sur de Portugal (Sado, Alentejo y Algarve). Itinera Geobot. 3: 5-126.
689 577 02/9.0.1.0.3 syn = Suaedion verae (Rivas-Martínez, Lousã, T.E. Díaz, Fernández-González & J.C. Costa 1990) Rivas-Martínez, Fernández-González & Loidi 1999 Rivas-Martínez, S., F. Fernández-González & J. Loidi, 1999. Checklist of plant communities of Iberian Peninsula, Balearic and Canary Islands to suballiance level. Itinera Geobot., 13 : 353-451. Rivas-Martínez, S., M. Lousã, T.E. Díaz, F. Fernández-González & J.C. Costa, 1990. La vegetación del sur de Portugal (Sado, Alentejo y Algarve). Itinera Geobot. 3: 5-126.
690 578 02/9.0.1.0.3/01 ASS Halimiono portulacoidis - Suaedetum verae René Molinier & Tallon 1959 Molinier, Re., Tallon, G., 1959. L’excursion en Provence (sud-est de la France) de la Société Internationale de Phytosociologie. Vegetatio , 8 (5-6) : 341 - 383.
691 579 02/9.0.1.0.3/01 syn = Suaedetum verae Braun-Blanquet ex O. de Bolòs & Molinier 1958 'Bolos, O. de & René Molinier, 1958. Recherches phytosociologiques dans l''ile de Majorque. Collect. Bot., 5 (3) : 699-865.'
692 580 02/9.0.1.0.3/01 syn = Suaedetum verae Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
693 581 02/9.0.1.0.3/02 ASS Elytrigio athericae - Suaedetum verae Géhu 1976 Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975).
694 582 02/9.0.1.0.3/02 syn = Elytrigio athericae - Suaedetum verae (Arènes 1933) Géhu 1976 corr. Bueno 1997 Bueno, A. 1997. Flora y vegetación de los estuarios asturianos. Cuadernos de Medio Ambiente, Naturaleza. Oviedo 3: 1-334. Géhu, J.-M., 1976. Approche phytosociologique synthétique de la végétation des vases salées du littoral atlantique français. Coll. Phytosoc., 4 : 395-462. (Vases salées, Lille 1975).
695 7949 02/9.0.1.0.3/03 ASS Hedero helicis - Atriplicetum halimi Géhu 2007 'Géhu, J.-M., 2007. Brousses autochtones, maquis néophytiques et série thermophile du Rubio - Quercetum roboris sur la côte d''Emeraude (Bretagne, Côtes-d''Armor, Ille-et-Vilaine). Bull. Soc. Bot. Centre-Ouest, N.S., 38 : 37-52.'
696 583 03/1. CLA Lemnetea minoris Tüxen 1953 ex de Bolòs & Masclans 1955 voiles de lentilles aquatiques, annuelles, libres, flottantes en surface, holarctiques Bolos, O. de, Masclans, F., 1955. La vegetacion de los arrozales en la region mediterranea. Collect. Bot., 4 (3) : 1-32. ?
697 584 03/1. syn = Hydrocharitetea morsus-ranae Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., S. Görs, D. Korneck, W. Lohmeyer, T. Müller, G. Philippi & P. Seibert, 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
698 585 03/1. syn = Hydrochariti morsus-ranae - Lemnetea minoris von Soó 1968 Soó, R. von, 1968. New Übersicht der höheren zönologischen Einheiten der ungarischen Vegetation. Acta Bot. Acad. Sci. Hung. 14 : 385-394.
699 586 03/1. syn = Lemnetea gibbae Oberdorfer 1956 Oberdorfer, E., 1956. Uebersicht der Süddeutschen Pflanzengesellschaften.Beitr. naturk. Forsch. SüdWest-DtschZ., 15.
700 587 03/1. syn = Lemnetea minoris (Tüxen 1955) Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
701 588 03/1. syn = Lemnetea minoris Koch & Tüxen in Tüxen 1955 Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
702 589 03/1. syn = Lemnetea minoris Koch & Tüxen in Tüxen 1955 ex Schwabe-Braun & Tüxen 1981 Schwabe-Braun, A., Tüxen, R., 1981. Lemnetea minoris. Prodromus der europäischen Pflanzengesellschaften, 4, 141 p. Cramer, Vaduz. Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
703 590 03/1. syn = Lemnetea minoris Tüxen 1953 ?
704 591 03/1. syn = Lemnetea minoris Tüxen 1955 Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
705 592 03/1. syn incl pp Utricularietea neglectae Den Hartog & Segal 1964 Hartog, C. den & S. Segal, 1964. A new classification of the waterplant communities. Acta Bot. Neerl., 13 : 367-393.
706 593 03/1.0.1 ORD Lemnetalia minoris Tüxen 1955 ex de Bolòs & Masclans 1955 voiles de lentilles aquatiques, annuelles, libres, flottantes en surface, européennes Bolos, O. de, Masclans, F., 1955. La vegetacion de los arrozales en la region mediterranea. Collect. Bot., 4 (3) : 1-32. Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
707 594 03/1.0.1 syn = Lemnetalia minoris Koch & Tüxen in Tüxen 1955 Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
708 595 03/1.0.1 syn = Lemnetalia minoris Tüxen 1955 Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
709 596 03/1.0.1 syn = Lemnetalia minoris Tüxen 1955 ex Schwabe-Braun & Tüxen 1981 Schwabe-Braun, A., Tüxen, R., 1981. Lemnetea minoris. Prodromus der europäischen Pflanzengesellschaften, 4, 141 p. Cramer, Vaduz. Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
710 597 03/1.0.1.0.1 ALL Lemnion gibbae Tüxen & Schwabe in Tüxen 1974 voiles de lentilles aquatiques, annuelles, libres, flottantes en surface, européennes, eutrophiles Tüxen, R., 1974. Die Pflanzengesellschaften Nordwestdeutschlands, (2ten Aufl.), 1, 207 p. Cramer, Lehre.
711 598 03/1.0.1.0.1 syn ambig Lemnion minoris Tüxen 1955 Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
712 599 03/1.0.1.0.1 syn ambig Lemnion minoris Tüxen 1955 ex de Bolòs & Masclans 1955 Bolos, O. de, Masclans, F., 1955. La vegetacion de los arrozales en la region mediterranea. Collect. Bot., 4 (3) : 1-32. Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
713 600 03/1.0.1.0.1 syn incl Lemno minoris - Salvinion natantis Slavníč 1956 Slavníč, Z., 1956. Die Wasser- und Sumpfvegetation der Vojvodina. Zbornik Matice. Srpke., N.S., 10 : 5-72.
714 601 03/1.0.1.0.1 syn incl Lemno minoris - Salvinion natantis Slavníč 1956 em. Schwabe-Braun & Tüxen 1981 Schwabe-Braun, A., Tüxen, R., 1981. Lemnetea minoris. Prodromus der europäischen Pflanzengesellschaften, 4, 141 p. Cramer, Vaduz. Slavníč, Z., 1956. Die Wasser- und Sumpfvegetation der Vojvodina. Zbornik Matice. Srpke., N.S., 10 : 5-72.
715 602 03/1.0.1.0.1/01 ASS Wolffio arrhizae - Lemnetum gibbae Bennema in Bennema, Sissingh & Westhoff 1943 voile annuel flottant librement, des eaux stagnantes peu profondes, eutrophiles Bennema, J.G., Sissingh, G., Westhoff, V., 1943. Waterplantengemeenschappen in Nederland. Rapport, 12 p.
716 603 03/1.0.1.0.1/01 syn = Wolffio arrhizae - Lemnetum gibbae (Bennema in Bennema, Sissingh & Westhoff 1943) Bennema 1946 ? Bennema, J.G., Sissingh, G., Westhoff, V., 1943. Waterplantengemeenschappen in Nederland. Rapport, 12 p.
717 604 03/1.0.1.0.1/01 syn incl Lemnetum gibbae (Koch 1954) Miyawaki & J. Tüxen 1960 Miyawaki, A., Tüxen, J., 1960. Über Lemnetea Gesellschaften in Europa und Japan. Mitt. Flor. Soz. Arbeitsgem., N.F., 8 : 127-136. Koch, W., 1954. Pflanzensoziologische Skizzen aus den Reisfelsgebieten des Piémont (Pô-Ebene). Vegetatio, 5/6 : 487-493.
718 605 03/1.0.1.0.1/01 syn incl Lemnetum gibbae (Koch 1954) Miyawaki & J. Tüxen 1960 em. Scoppola 1982 'Scoppola, A., 1981. Considérations nouvelles sur les végétations des Lemnetea minoris et contribution à l''étude de cette classe en Italie centrale. Thèse, Univ. Lille. (= Doc. Phytosoc., 1982, N.S., 6 : 1-130.).' Miyawaki, A., Tüxen, J., 1960. Über Lemnetea Gesellschaften in Europa und Japan. Mitt. Flor. Soz. Arbeitsgem., N.F., 8 : 127-136.
719 606 03/1.0.1.0.1/01 syn incl Lemnetum minoris Oberdorfer 1957 ex Müller & Görs 1960 Müller, T. & S. Görs, 1960. Pflanzengesellschaften stehender Gewässer in Baden-Württemberg. Beitr. Naturkundl. Forsch. Südwestdeutschl., 19 : 60-100. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
720 607 03/1.0.1.0.1/01 syn incl Lemnetum perpusillae Pignatti 1957 Lemnetum paucicostatae Pignatti, S., 1957. La vegetazione della risaie pavesi. Arch. Bot. Biogeogr. Ital., Ser. 4, 33 : 1-68.
721 608 03/1.0.1.0.1/01 syn incl Lemno gibbae - Azolletum filiculoidis Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
722 609 03/1.0.1.0.1/01 syn incl Lemno minoris - Salvinietum natantis (Slavníč 1956) Korneck 1959 Korneck, D., 1959. Der Schwimmfarn Salvinia natans (L.) All. an oberrheinischen Wuchsorten. Hess. flor. Briefe 8: 1-88. Slavníč, Z., 1956. Die Wasser- und Sumpfvegetation der Vojvodina. Zbornik Matice. Srpke., N.S., 10 : 5-72.
723 610 03/1.0.1.0.1/01 syn incl Lemno minutae - Azolletum filiculoidis Felzines et Loiseau 1991 Lemno minusculae - Azolletum filiculoidis Felzines, J.-C. & J.-E. Loiseau, 1991. Une association à Lemna minuscula et Azolla filiculoides dans les vallées de la Loire moyenne et du bas Allier. Le Monde des Plantes , Tom. 441 : 6 - 9.
724 611 03/1.0.1.0.1/01 syn incl Salvinio natantis - Spirodeletum polyrhizae Slavníč 1956 Slavníč, Z., 1956. Die Wasser- und Sumpfvegetation der Vojvodina. Zbornik Matice. Srpke., N.S., 10 : 5-72.
725 612 03/1.0.1.0.1/01 syn incl Spirodeletum polyrhizae (Kelhofer 1915) Koch 1954 em. Tüxen & Schwabe in Tüxen 1974 Tüxen, R., 1974. Die Pflanzengesellschaften Nordwestdeutschlands, (2ten Aufl.), 1, 207 p. Cramer, Lehre. Kelhofer, E., 1915. Beiträge zur Pflanzengeographie des Kantons Schaffhausen. Zürich, 206 p.
726 613 03/1.0.1.0.1/01 syn incl Spirodeletum polyrhizae Kelhofer 1915 Kelhofer, E., 1915. Beiträge zur Pflanzengeographie des Kantons Schaffhausen. Zürich, 206 p.
727 614 03/1.0.1.0.1/01 syn incl Spirodelo polyrhizae - Salvinietum natantis Tüxen in Schwabe-Braun & Tüxen 1981 Schwabe-Braun, A., Tüxen, R., 1981. Lemnetea minoris. Prodromus der europäischen Pflanzengesellschaften, 4, 141 p. Cramer, Vaduz.
728 615 03/1.0.1.0.1/01 syn incl Wolffietum arrhizae Miyawaki & J.Tüxen 1960 Miyawaki, A. & J. Tüxen, 1960. Über Lemnetea Gesellschaften in Europa und Japan. Mitt. Flor. Soz. Arbeitsgem., N.F., 8 : 127-136.
729 616 03/1.0.1.0.1/01 syn incl Wolffio arrhizae - Azolletum filiculoidis van Langendonck 1935 Langendonck, H.J. van, 1935. Etudes sur la flore et la végétation des environs de Gand. Bull. Soc. Roy. Bot. Belg., 68 : 117-180.
730 617 03/1.0.1.0.1/01 syn pp Lemno minoris - Spirodeletum polyrhizae (Kelhofer 1915) Koch 1954 em. Scoppola 1982 'Scoppola, A., 1981. Considérations nouvelles sur les végétations des Lemnetea minoris et contribution à l''étude de cette classe en Italie centrale. Thèse, Univ. Lille. (= Doc. Phytosoc., 1982, N.S., 6 : 1-130.).' Kelhofer, E., 1915. Beiträge zur Pflanzengeographie des Kantons Schaffhausen. Zürich, 206 p.
731 618 03/1.0.1.0.1/01 syn pp Lemno minoris - Spirodeletum polyrhizae Koch 1954 [lemnetosum gibbae] Koch, W., 1954. Pflanzensoziologische Skizzen aus den Reisfelsgebieten des Piémont (Pô-Ebene). Vegetatio, 5/6 : 487-493.
732 619 03/1.0.1.0.1/02 ASS Trapetum natantis Müller & Görs 1960 voile annuel flottant librement, des eaux stagnantes moyennement profondes, eutrophiles, thermophiles Müller, T. & S. Görs, 1960. Pflanzengesellschaften stehender Gewässer in Baden-Württemberg. Beitr. Naturkundl. Forsch. Südwestdeutschl., 19 : 60-100.
733 620 03/1.0.1.0.1/02 syn compl Ceratophyllo demersi - Trapetum natantis Müller & Görs 1960 ex Passarge 1992 Passarge, H., 1992. Zur syntaxonomie mitteleuropäischer Nymphaeiden-Gesellschaften. Tuexenia, 12 : 257-273. Müller, T. & S. Görs, 1960. Pflanzengesellschaften stehender Gewässer in Baden-Württemberg. Beitr. Naturkundl. Forsch. Südwestdeutschl., 19 : 60-100.
734 621 03/1.0.1.0.2 3160pp ALL Lemnion trisulcae den Hartog & Segal 1964 ex Tüxen & Schwabe in Tüxen 1974 em. Julve 2004 hoc loco voiles de lentilles aquatiques, annuelles, libres, flottantes en surface, européennes, mésotrophiles hoc loco Tüxen, R., 1974. Die Pflanzengesellschaften Nordwestdeutschlands, (2ten Aufl.), 1, 207 p. Cramer, Lehre. Hartog, C. den & S. Segal, 1964. A new classification of the waterplant communities. Acta Bot. Neerl., 13 : 367-393.
735 622 03/1.0.1.0.2 syn = Riccio fluitantis - Lemnion trisulcae Schwabe & Tüxen 1981 Schwabe-Braun, A., Tüxen, R., 1981. Lemnetea minoris. Prodromus der europäischen Pflanzengesellschaften, 4, 141 p. Cramer, Vaduz.
736 623 03/1.0.1.0.2 syn incl Lemnion trisulcae (den Hartog & Segal 1964) Tüxen & Schwabe in Tüxen 1974 Tüxen, R., 1974. Die Pflanzengesellschaften Nordwestdeutschlands, (2ten Aufl.), 1, 207 p. Cramer, Lehre. Hartog, C. den & S. Segal, 1964. A new classification of the waterplant communities. Acta Bot. Neerl., 13 : 367-393.
737 624 03/1.0.1.0.2 syn incl Lemno - Riccienion Passarge 1978 Passarge, H., 1978. Zur Syntaxonomie mitteleuropäischen Lemnetea-Gesellschaften. Folia Geobot. Phytotax. 13: 1-17.
738 625 03/1.0.1.0.2 syn incl Lemno - Utricularienion vulgaris Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin..
739 626 03/1.0.1.0.2 syn incl Lemno - Utricularietalia vulgaris Passarge 1978 Passarge, H., 1978. Zur Syntaxonomie mitteleuropäischen Lemnetea-Gesellschaften. Folia Geobot. Phytotax. 13: 1-17.
740 627 03/1.0.1.0.2 syn incl Potamogetono - Utricularienion vulgaris Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin..
741 628 03/1.0.1.0.2 syn incl Utricularion vulgaris Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
742 629 03/1.0.1.0.2 syn incl pp Lemno minoris - Salvinion natantis Slavníč 1956 em. Schwabe-Braun & Tüxen 1981 Schwabe-Braun, A., Tüxen, R., 1981. Lemnetea minoris. Prodromus der europäischen Pflanzengesellschaften, 4, 141 p. Cramer, Vaduz. Slavníč, Z., 1956. Die Wasser- und Sumpfvegetation der Vojvodina. Zbornik Matice. Srpke., N.S., 10 : 5-72.
743 630 03/1.0.1.0.2 syn pp Utricularietea intermedio - minoris den Hartog & Segal 1964 Hartog, C. den & S. Segal, 1964. A new classification of the waterplant communities. Acta Bot. Neerl., 13 : 367-393.
744 631 03/1.0.1.0.2/01 ASS Lemnetum trisulcae (Kelhofer 1915) Knapp & Stoffers 1962 voile annuel flottant librement, des eaux stagnantes peu profondes, mésotrophiles sur substrat minéral Knapp, R. & A.L. Stoffers, 1962. Über die Vegetation von Gewässern und Ufern im mittleren Hessen. Ber. Oberhess. Ges. Natur und Heilkd., 32 : 90-141. Kelhofer, E., 1915. Beiträge zur Pflanzengeographie des Kantons Schaffhausen. Zürich, 206 p.
745 7990 03/1.0.1.0.2/01 syn = Lemnetum trisulcae Den Hartog 63 em. Wolff, Diekjobst et Schwarzer 1994 Wolff, P., H. Diekjobst & A. Schwarzer, 1994. Zur Soziologie und Okologie von Lemna minuta H., B. & K. in Mitteleuropa.Tuexenia , 14 : 343 – 380.
746 632 03/1.0.1.0.2/01 syn incl Lemnetum minoris Müller & Görs 1960 Müller, T. & S. Görs, 1960. Pflanzengesellschaften stehender Gewässer in Baden-Württemberg. Beitr. Naturkundl. Forsch. Südwestdeutschl., 19 : 60-100.
747 633 03/1.0.1.0.2/01 syn incl Lemnetum trisulcae den Hartog 1963 ?
748 634 03/1.0.1.0.2/01 syn incl pp Spirodelo polyrhizae - Aldrovandetum vesiculosae Borhidi & Jarai-Komlodi 1959 Borhidi, A. & M. Jarai-Komlodi, 1959. Die Vegetation des Naturschutzgebiets des Baláta-sees. Acta Bot. Acad. Sci. Hung., 5: 259-320.
749 635 03/1.0.1.0.2/01 syn pp Lemno minoris - Spirodeletum polyrhizae Koch 1954 [lemnetosum trisulcae, typicum] Koch, W., 1954. Pflanzensoziologische Skizzen aus den Reisfelsgebieten des Piémont (Pô-Ebene). Vegetatio, 5/6 : 487-493.
750 636 03/1.0.1.0.2/02 ASS Riccietum fluitantis Slavníč 1956 voile annuel flottant librement, des eaux stagnantes peu profondes, mésotrophiles sur substrat organique Slavníč, Z., 1956. Die Wasser- und Sumpfvegetation der Vojvodina. Zbornik Matice. Srpke., N.S., 10 : 5-72.
751 637 03/1.0.1.0.2/02 syn incl Lemno minoris - Ricciocarpetum natantis Segal 1966 Segal, S., 1966. Ecological studies of peat-bog vegetation in the north-western part of the province of Overijsel (The Netherlands). Wentia 15: 109-141.
752 639 03/1.0.1.0.2/02 syn incl Riccietum fluitantis Slavníč 1956 em. Tüxen 1974 Tüxen, R., 1974. Die Pflanzengesellschaften Nordwestdeutschlands, (2ten Aufl.), 1, 207 p. Cramer, Lehre. Slavníč, Z., 1956. Die Wasser- und Sumpfvegetation der Vojvodina. Zbornik Matice. Srpke., N.S., 10 : 5-72.
753 640 03/1.0.1.0.2/02 syn incl Riccietum rhenanae Knapp & Stoffers 1962 Knapp, R. & A.L. Stoffers, 1962. Über die Vegetation von Gewässern und Ufern im mittleren Hessen. Ber. Oberhess. Ges. Natur und Heilkd., 32 : 90-141.
754 642 03/1.0.1.0.2/02 syn incl Riccio fluitantis - Azolletum mexicanae Avena, Blasi & Rubeca 1975 Riccio fluitantis - Azolletum carolinianae Avena, G.C., Blasi, C., Rubeca, L., 1975. Riccio fluitantis-Azolletum carolinianae associazione nuova indicatrice ecologica per lo stato delle acque di un tratto del F. Tevere. Ann. Bot. (Roma), 34 : 171-190.
755 643 03/1.0.1.0.2/02 syn incl Ricciocarpetum natantis (Segal 1963) Tüxen 1972 ? Segal, S., 1963. Een vegetatiekundige schets van de moerasvegetaties in de "Landen achter het Singel" te Wanneperveen en Zwartsluis Noordwest-Overijsel). Rijkinst. Veldbiol. Natuurbeh., 17 p. Amsterdam.
756 644 03/1.0.1.0.2/02 syn incl Ricciocarpetum natantis Segal 1963 ex Tüxen 1974 Tüxen, R., 1974. Die Pflanzengesellschaften Nordwestdeutschlands, (2ten Aufl.), 1, 207 p. Cramer, Lehre. Segal, S., 1963. Een vegetatiekundige schets van de moerasvegetaties in de "Landen achter het Singel" te Wanneperveen en Zwartsluis Noordwest-Overijsel). Rijkinst. Veldbiol. Natuurbeh., 17 p. Amsterdam.
757 645 03/1.0.1.0.2/02 syn incl Ricciocarpo natantis - Riccietum fluitantis (Segal 1963) Julve 2003 ass. nov. hoc loco hoc loco Segal, S., 1963. Een vegetatiekundige schets van de moerasvegetaties in de "Landen achter het Singel" te Wanneperveen en Zwartsluis Noordwest-Overijsel). Rijkinst. Veldbiol. Natuurbeh., 17 p. Amsterdam.
758 646 03/1.0.1.0.2/02 syn incl Salvinio natantis - Riccietum fluitantis (Slavníč 1956) Tüxen in Schwabe-Braun & Tüxen 1981 Schwabe-Braun, A., Tüxen, R., 1981. Lemnetea minoris. Prodromus der europäischen Pflanzengesellschaften, 4, 141 p. Cramer, Vaduz. Slavníč, Z., 1956. Die Wasser- und Sumpfvegetation der Vojvodina. Zbornik Matice. Srpke., N.S., 10 : 5-72.
759 647 03/1.0.1.0.2/02 syn pp Lemno minoris - Salvinietum natantis (Slavníč 1956) Korneck 1959 Korneck, D., 1959. Der Schwimmfarn Salvinia natans (L.) All. an oberrheinischen Wuchsorten. Hess. flor. Briefe, 8: 1-88. Slavníč, Z., 1956. Die Wasser- und Sumpfvegetation der Vojvodina. Zbornik Matice. Srpke., N.S., 10 : 5-72.
760 648 03/1.0.1.0.2/03 ASS Utricularietum australis Müller & Görs 1960 voile annuel flottant librement, des eaux stagnantes peu profondes, oligotrophiles, acidophiles Müller, T. & S. Görs, 1960. Pflanzengesellschaften stehender Gewässer in Baden-Württemberg. Beitr. Naturkundl. Forsch. Südwestdeutschl., 19 : 60-100.
761 649 03/1.0.1.0.2/03 syn = Lemno - Utricularietum australis (Müller & Görs 1960) Passarge 1977 Passarge, H., 1977. Über Wiesengesellschaften der Altmark. Gleditschia, 5 : 129-155. Müller, T. & S. Görs, 1960. Pflanzengesellschaften stehender Gewässer in Baden-Württemberg. Beitr. Naturkundl. Forsch. Südwestdeutschl., 19 : 60-100.
762 650 03/1.0.1.0.2/03 syn = Lemno minoris - Utricularietum australis (Müller & Görs 1977) Passarge 1978 Passarge, H., 1978. Zur Syntaxonomie mitteleuropäischen Lemnetea-Gesellschaften. Folia Geobot. Phytotax. 13: 1-17. Müller, T. & S. Görs, 1960. Pflanzengesellschaften stehender Gewässer in Baden-Württemberg. Beitr. Naturkundl. Forsch. Südwestdeutschl., 19 : 60-100.
763 651 03/1.0.1.0.2/03 syn compl Potamogetono natantis - Utricularietum australis (Müller & Görs 1960) Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin. Müller, T. & S. Görs, 1960. Pflanzengesellschaften stehender Gewässer in Baden-Württemberg. Beitr. Naturkundl. Forsch. Südwestdeutschl., 19 : 60-100.
764 652 03/1.0.1.0.2/04 ASS Utricularietum vulgaris (von Soó 1928) Passarge 1962 voile annuel flottant librement, des eaux stagnantes peu profondes, oligotrophiles, basophiles Passarge, H., 1962. Beobachtungen über Pflanzengesellschaften landwirtschaftlicher Nutzflächen im nördlichen Polen. Feddes Repert., Beih., 140 : 27-69. Soó, R. von, 1928. Adatok a Balatonvidék flórájának és vegetációjának ismeretéhez I. Magy. Biol. Inst. Munkái 2: 132-136.
765 653 03/1.0.1.0.2/04 syn = Lemno trisulcae - Utricularietum vulgaris von Soó (1928) 1938 Soó, R. von, 1938. Wasser-, Sumpf- und Wiesenpflanzengesellschaften des Sandgebietes Nyirseg. Bot. Közl., 35 : 249-273. Soó, R. von, 1928. Adatok a Balatonvidék flórájának és vegetációjának ismeretéhez I. Magy. Biol. Inst. Munkái 2: 132-136.
766 654 03/1.0.1.0.2/04 syn = Lemno trisulcae - Utricularietum vulgaris von Soó 1928 ex Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Soó, R. von, 1928. Adatok a Balatonvidék flórájának és vegetációjának ismeretéhez I. Magy. Biol. Inst. Munkái 2: 132-136.
767 6600 03/1.0.1.0.2/04 syn = Lemno trisulcae - Utricularietum vulgaris von Soó 1947 Soó, R. von, 1947. Revue systématique des associations végétales des environs de Kolozsvár. Acta Bot. Acad. Sci. Hung. 6: 3-50.
768 655 03/1.0.1.0.2/04 syn compl Potamogetono subflavi - Utricularietum vulgaris Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
769 656 03/1.0.1.0.2/04 syn incl pp Spirodelo polyrhizae - Aldrovandetum vesiculosae Borhidi & Jarai-Komlodi 1959 Borhidi, A. & M. Jarai-Komlodi, 1959. Die Vegetation des Naturschutzgebiets des Baláta-sees. Acta Bot. Acad. Sci. Hung., 5: 259-320.
770 657 03/1.0.1.0.2/05 ASS Ceratophylletum submersi von Soó 1928 voile annuel flottant librement, des eaux stagnantes moyennement profondes, mésotrophiles, basophiles, thermophiles Soó, R. von, 1928. Adatok a Balatonvidék flórájának és vegetációjának ismeretéhez I. Magy. Biol. Inst. Munkái 2: 132-136.
771 658 03/1.0.1.0.2/05 syn = Ceratophylletum submersi Den Hartog & Segal 1964 ex Redeker 1969 Redeker, G.C., 1969. Gemeenschappen van de water- en oeverplanten van de drinkputten in de Goesse poel. Doctoraalverslag Rijksuniversiteit Utrecht, 67 p. Utrecht. Hartog, C. den, Segal, S., 1964. A new classification of the waterplant communities. Act. Bot. Neerl., 13 : 367-393.
772 659 03/1.0.1.0.2/05 syn = Lemno minoris - Ceratophylletum submersi (Karpati 1968) Passarge 1983 Passarge, H., 1983. Feuchtvegetation im Seelower Oderbruch. Gleditschia, 10 : 199-227. ?
773 660 03/1.0.1.0.2/05 syn compl Potamogetono natantis - Ceratophylletum submersi Pop 1962 Pop, I. 1962. La végétation aquatique et palustre de Salonta (Region Crisana). Stud. Cercetari Biol. Cluj, 13 : 191-216.
774 661 03/1.0.1.0.2/05 syn compl pp Lemno - Ceratophyllenion demersi Passarge 1995 ?
775 662 03/1.0.1.0.2/05 syn pp Ceratophyllenion demersi Passarge 1995 ?
776 663 03/1.0.1.0.2/05 syn pp Ceratophylletalia demersi den Hartog & Segal 1964 Hartog, C. den, Segal, S., 1964. A new classification of the waterplant communities. Act. Bot. Neerl., 13 : 367-393.
777 664 03/1.0.1.0.2/05 syn pp Ceratophylletea demersi den Hartog & Segal 1964 Hartog, C. den, Segal, S., 1964. A new classification of the waterplant communities. Act. Bot. Neerl., 13 : 367-393.
778 665 03/1.0.1.0.2/05 syn pp Ceratophyllion demersi den Hartog & Segal 1964 Hartog, C. den, Segal, S., 1964. A new classification of the waterplant communities. Act. Bot. Neerl., 13 : 367-393.
779 666 03/1.0.1.0.2/06 3150pp ASS Hydrocharitetum morsus-ranae van Langendonck 1935 voile annuel flottant librement, des eaux stagnantes moyennement profondes, mésotrophiles, neutroclines, psychrophiles Langendonck, H.J. van, 1935. Etudes sur la flore et la végétation des environs de Gand. Bull. Soc. Roy. Bot. Belg., 68 : 117-180.
780 667 03/1.0.1.0.2/06 syn = Hydrocharitetalia morsus-ranae Rübel 1930 Rübel, E., 1930. Pflanzengesellschaften der Erde. 464 p. Hans Huber. Berlin.
781 668 03/1.0.1.0.2/06 syn = Hydrocharitetalia morsus-ranae Rübel 1933 em. Passarge 1978 Passarge, H., 1978. Zur Syntaxonomie mitteleuropäischen Lemnetea-Gesellschaften. Folia Geobot. Phytotax. 13: 1-17. Rübel, E., 1933. Versuch einer Übersicht über die Pflanzengesellschaften der Schweiz. Berichte Geobot. Forsch. Inst. Rübel, 4 : 19-30.
782 669 03/1.0.1.0.2/06 syn = Hydrocharitetea morsus-ranae Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., S. Görs, D. Korneck, W. Lohmeyer, T. Müller, G. Philippi & P. Seibert, 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
783 670 03/1.0.1.0.2/06 syn = Hydrocharition morsus-ranae Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.
784 672 03/1.0.1.0.2/06 syn = Hydrocharition morsus-ranae Rübel 1933 ex Klika in Klika & Hadàč 1944 Klika, J. & E. Hadač, 1944. Rostlinná spolecenstva strední Evropy [Plant communities of Central Europe]. Príroda (Brno), 36: 1-26. Rübel, E., 1933. Versuch einer Übersicht über die Pflanzengesellschaften der Schweiz. Berichte Geobot. Forsch. Inst. Rübel, 4 : 19-30.
785 673 03/1.0.1.0.2/06 syn = Lemno minoris - Hydrocharitetum morsus-ranae (Oberdorfer 1957) Passarge 1978 Passarge, H., 1978. Zur Syntaxonomie mitteleuropäischen Lemnetea-Gesellschaften. Folia Geobot. Phytotax. 13: 1-17. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
786 674 03/1.0.1.0.2/06 syn = Lemno minoris - Hydrocharition morsus-ranae Rivas-Martínez, Fernández-González & Loidi 1999 Rivas-Martínez, S., F. Fernández-González & J. Loidi 1999. Checklist of plant communities of Iberian Peninsula, Balearic and Canary Islands to suballiance level. Itinera Geobot., 13 : 353-451.
787 675 03/1.0.1.0.2/06 syn compl Ceratophyllo demersi - Hydrocharitetum morsus-ranae Pop 1962 Pop, I. 1962. La végétation aquatique et palustre de Salonta (Region Crisana). Stud. Cercetari Biol. Cluj, 13 : 191-216.
788 676 03/1.0.1.0.2/06 syn compl Hydrocharito morsus-ranae - Stratiotetum aloidis (Nowinski 1930) Kruseman & Vlieger ex van Zinderen-Bakker 1942 Zinderen-Bakker, E.M. van, 1942. Het Naardermeer. Een geologische, historische en botanische landschaps-beschrijving van Nederlands oudste natuurmonument. Allert de Lange, Amsterdam. Nowinski, M., 1930. Les associations végétales de la grande forêt de Sandomierz. II. Kosmos, serie A, 54 : 595-674.
789 677 03/1.0.1.0.2/06 syn compl Hydrocharito morsus-ranae - Stratiotetum aloidis (van Langendonck 1935) Westhoff in Westhoff, Dijk, Passchier & Sissingh 1946 Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p. Langendonck, H.J. van, 1935. Etudes sur la flore et la végétation des environs de Gand. Bull. Soc. Roy. Bot. Belg., 68 : 117-180.
790 671 03/1.0.1.0.2/06 syn non Hydrocharition morsus-ranae Rübel 1933 Rübel, E., 1933. Versuch einer Übersicht über die Pflanzengesellschaften der Schweiz. Berichte Geobot. Forsch. Inst. Rübel, 4 : 19-30.
791 678 03/2. CLA Potamogetonetea pectinati Klika in Klika & Novák 1941 em. Julve 2004 hoc loco herbiers aquatiques, vivaces, enracinés, européens, des eaux douces à saumâtres hoc loco Klika, J. & V. Novák, 1941. Praktikum rostlinné sociologie, pudoznalství, klimatologie a ekologie. Praha.
792 679 03/2. syn incl Nymphaeetea albae Klika in Klika & Hadàč 1944 Klika, J. & E. Hadač, 1944. Rostlinná spolecenstva strední Evropy [Plant communities of Central Europe]. Príroda (Brno), 36: 1-26.
793 680 03/2. syn incl Nymphaeetea albae Klika in Klika & Hadàč 1944 em. Passarge 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527. Klika, J. & E. Hadač, 1944. Rostlinná spolecenstva strední Evropy [Plant communities of Central Europe]. Príroda (Brno), 36: 1-26.
794 681 03/2. syn incl Stratiotetea aloidis den Hartog & Segal 1964 Hartog, C. den, Segal, S., 1964. A new classification of the waterplant communities. Act. Bot. Neerl., 13 : 367-393.
795 682 03/2. syn pp Charo - Potamogetonetea pectinati Kepczynski & Ceynowa-Gieldon 1972 Kepczynski, K. & M. Ceynowa Gieldon, 1972. Obserwacje nad roslinnoscia, Zalewu Koronowskiego. (Beobachtungen uber die Vegetation des Stausees von Koronowo). Stud. Soc. Sci. Torun., D 9(4). 69p.
796 684 03/2. syn pp Potamogetonetea pectinati Klika in Klika & Novák 1941 Potametea Klika, J. & V. Novák, 1941. Praktikum rostlinné sociologie, pudoznalství, klimatologie a ekologie. Praha.
797 685 03/2. syn pp Potamogetonetea pectinati Tüxen & Preising 1942 Potametea Tüxen, R. & E. Preising, 1942.Grunbegriffe und Methoden zum studium der Wasser und Sumflanzengesellschaften. Deutsche Wasserwirtschaft 37: 10-17, 57-69.
798 683 03/2. syn pp Potamogetonetea Tüxen & Preising 1942 ex Oberdorfer 1957 Potametea Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Tüxen, R. & E. Preising, 1942.Grunbegriffe und Methoden zum studium der Wasser und Sumflanzengesellschaften. Deutsche Wasserwirtschaft 37: 10-17, 57-69.
799 686 03/2.0.1 ORD Nymphaeetalia albae (Oberdorfer 1957) Passarge 1978 herbiers aquatiques, vivaces, enracinés, européens, des eaux douces profondes Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195.
800 687 03/2.0.1 syn incl Nymphaeetalia albo - tetragonae Passarge 1978 Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195.
801 688 03/2.0.1 syn incl Ranunculo circinati - Myriophylletalia Passarge 1996 Passarge, H., 1996. Mitteleuropäische Potamogetonetea III. Phytocoenologia, 26 : 129-177.
802 690 03/2.0.1 syn pp Nupharo lutei - Potamogetonetalia Schaminée, Lanjouw & Schipper 1990 Nupharo - Potamogetonetalia Schaminée, J.H.J., B. Lanjouw & P.C. Schipper. 1990. Een nieuwe indeling van de waterplantengemeenschappen in Nederland. Stratiotes 1 : 5-16.
803 689 03/2.0.1 syn pp Potamogetonetalia Den Hartog & Segal 1964 Magnopotamogetonetalia Hartog, C. den, Segal, S., 1964. A new classification of the waterplant communities. Act. Bot. Neerl., 13 : 367-393.
804 691 03/2.0.1 syn pp Potamogetonetalia pectinati Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
805 692 03/2.0.1.0.1 3150pp ALL Nymphaeion albae Oberdorfer 1957 herbiers aquatiques, vivaces, enracinés, européens, des eaux douces profondes, eutrophiles à oligotrophiles, planitiaire à collinéen Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
806 693 03/2.0.1.0.1 syn incl Myriophyllo - Nupharenion luteae Passarge 1992 Passarge, H., 1992. Zur syntaxonomie mitteleuropäischer Nymphaeiden-Gesellschaften. Tuexenia, 12 : 257-273.
807 694 03/2.0.1.0.1 syn incl Nymphaeenion albae Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin..
808 695 03/2.0.1.0.1 syn incl Nymphoidion peltatae Passarge 1992 Passarge, H., 1992. Zur syntaxonomie mitteleuropäischer Nymphaeiden-Gesellschaften. Tuexenia, 12 : 257-273.
809 696 03/2.0.1.0.1 syn incl Potamogetonion lucentis (Vollmar 1947) den Hartog & Segal 1964 Magnopotamion Hartog, C. den, Segal, S., 1964. A new classification of the waterplant communities. Act. Bot. Neerl., 13 : 367-393. Vollmar, F., 1947. Die Pflanzengesellschaften des Murnauer Moores. Ber. Bayer. Bot. Gesell., 27 : 13-97.
810 697 03/2.0.1.0.1 syn incl Potamogetonion lucentis Passarge 1965 Passarge, H., 1965. Über einige interessante Stromtalgesellschaften der Elbe unterhalb von Magdeburg. Abh. Ber. Natur. Vorgesch. Magdeburg, 11(4) : 83-93.
811 698 03/2.0.1.0.1 syn incl Potamogetonion pectinati Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
812 699 03/2.0.1.0.1 syn incl Ranunculo circinati - Myriophyllion Passarge (1982) 1992 Passarge, H., 1992. Zur syntaxonomie mitteleuropäischer Nymphaeiden-Gesellschaften. Tuexenia, 12 : 257-273. Passarge, H., 1982. Hydrophyten Vegetationsaufnahmen. Tuexenia, 2 : 13-21.
813 700 03/2.0.1.0.1 syn incl Stratiotion aloidis Den Hartog & Segal 1964 Hartog, C. den, Segal, S., 1964. A new classification of the waterplant communities. Act. Bot. Neerl., 13 : 367-393.
814 705 03/2.0.1.0.1 syn pp Potamogetonion (Koch 1926) Libbert 1931 Libbert, W., 1931. Die Pflanzengesellschaften im Überschwemmungs-gebiet der unteren Warthe in ihrer Abhängigkeit von Wasserstand. Naturwiss. Ver. Neumark (Landsberg/Warthe), 3 : 25-40. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
815 701 03/2.0.1.0.1 syn pp Potamogetonion (Koch 1926) Oberdorfer 1957 Eu-Potamogetonion Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
816 704 03/2.0.1.0.1 syn pp Potamogetonion (Vollmar 1947) Den Hartog & Segal 1964 Magnopotamogetonion Hartog, C. den, Segal, S., 1964. A new classification of the waterplant communities. Act. Bot. Neerl., 13 : 367-393. Vollmar, F., 1947. Die Pflanzengesellschaften des Murnauer Moores. Ber. Bayer. Bot. Gesell., 27 : 13-97.
817 703 03/2.0.1.0.1 syn pp Potamogetonion Koch 1926 Potamogetonion eurosibiricum Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
818 706 03/2.0.1.0.1 syn pp Potamogetonion pectinati (Koch 1926) Görs in Oberdorfer 1977 Oberdorfer, E., 1977. Süddeutsche Pflanzengesellschaften Teil I. 2. ed. G. Fischer, 311 pp. Stuttgart-New York. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
819 702 03/2.0.1.0.1 syn pp Potamogetonion Vollmar 1947 Magno-Potamogetonion eurosibiricum Vollmar, F., 1947. Die Pflanzengesellschaften des Murnauer Moores. Ber. Bayer. Bot. Gesell., 27 : 13-97.
820 707 03/2.0.1.0.1/01 ASS Nymphaeo albae - Nupharetum luteae Nowinski 1928 'herbier aquatique vivace, d''eaux stagnantes profondes, eutrophes' Nymphaeetum albo-luteae Nowinski, M., 1928. Les associations végétales de la grande forêt de Sandomierz. I. Kosmos, serie A, 52 : 457-546.
821 708 03/2.0.1.0.1/01 syn = Myriophyllo verticillati - Nupharetum luteae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
822 709 03/2.0.1.0.1/01 syn = Myriophyllo verticillati - Nupharetum luteae Koch 1926 ex Hueck 1931 Hueck, K., 1931. Erläuterungen zur Vegetationskundlichen Karte des Endmoränengebietes von Chorin Uckermark). Beitr. Naturdenkmalpfl., 14 : 105-214. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
823 712 03/2.0.1.0.1/01 syn compl Potamogetono pectinati - Nymphoidetum peltatae Allorge 1922 Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
824 713 03/2.0.1.0.1/01 syn compl Trapo natantis - Nymphoidetum peltatae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
825 714 03/2.0.1.0.1/01 syn incl Ceratophyllo demersi - Myriophylletum verticillati Passarge (1992) 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.. Passarge, H., 1992. Zur syntaxonomie mitteleuropäischer Nymphaeiden-Gesellschaften. Tuexenia, 12 : 257-273.
826 715 03/2.0.1.0.1/01 syn incl Myriophylletum verticillati von Soó 1927 Soó, R. von, 1927/1928. Geobotanische Monographie von Kolozsvar Klausenburg). Mitt. Komm. Heimatkunde, 4 : 1-151.
827 716 03/2.0.1.0.1/01 syn incl Myriophyllo verticillati - Potamogetonetum pectinati Costa, Boira, Peris & Stübing 1986 Costa, M., J. Boira, J.B. Peris & G. Stübing, 1986. La vegetación acuática y palustre valenciana. Ecol. Medit. 12, 1-2. 83-100.
828 6606 03/2.0.1.0.1/01 syn incl Nupharetum luteae Felzines in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
829 711 03/2.0.1.0.1/01 syn incl Nymphoidetum peltatae Bellot 1952 Bellot, F. 1952. Sinopsis de la vegetación de Galicia. Anales Inst. Bot. Cavanilles (1951), 10 (1) : 389-444.
830 717 03/2.0.1.0.1/01 syn incl Persicario amphibi - Nymphoidetum peltatae van Donselaar 1961 Donselaar, J. van, 1961. On the vegetation of former river beds in the Netherlands. Wentia, 5 : 1-85.
831 718 03/2.0.1.0.1/01 syn incl Potamogetono natantis - Myriophylletum verticillati Tomaszewicz 1977 ex Passarge 1992 Passarge, H., 1992. Zur syntaxonomie mitteleuropäischer Nymphaeiden-Gesellschaften. Tuexenia, 12 : 257-273.
832 719 03/2.0.1.0.1/01 syn incl Potamogetono natantis - Nupharetum luteae Müller & Görs 1960 Müller, T. & S. Görs, 1960. Pflanzengesellschaften stehender Gewässer in Baden-Württemberg. Beitr. Naturkundl. Forsch. Südwestdeutschl., 19 : 60-100.
833 710 03/2.0.1.0.1/01 syn nn Myriophyllo verticillati - Nupharetum luteae Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
834 720 03/2.0.1.0.1/02 ASS Potamogetonetum lucentis Hueck 1931 'herbier aquatique vivace, d''eaux stagnantes profondes, eutrophisées' Hueck, K., 1931. Erläuterungen zur Vegetationskundlichen Karte des Endmoränengebietes von Chorin (Uckermark). Beitr. Naturdenkmalpfl., 14 : 105-214.
835 721 03/2.0.1.0.1/02 syn = Potamogetonetum pectinato - perfoliati den Hartog & Segal 1964 Hartog, C. den & S. Segal, 1964. A new classification of the waterplant communities. Acta Bot. Neerl., 13 : 367-393.
836 723 03/2.0.1.0.1/02 syn = Potamogetonetum perfoliato - crispi Bellot 1952 Bellot, F. 1952. Sinopsis de la vegetación de Galicia. Anales Inst. Bot. Cavanilles (1951), 10 (1) : 389-444.
837 724 03/2.0.1.0.1/02 syn = Potamogetonetum perfoliato - lucentis Jonas 1933 Jonas, F., 1933. Der Hammrich. Die Vegetationseinheiten eines Flachmoores an der Unterems. Beitr. System. Pflanzengeogr. 10, Repert. spec. nov. regn. veget. Beih., 72.
838 725 03/2.0.1.0.1/02 syn = ? Potamogetonetum pectinati Carstensen 1955 [var. scoparius] Carstensen, U., 1955. Laichkrautgesellschaften an Kleingewässern Schleswig-Holsteins. Schriften des Naturwissenschaftlichen Vereins für Schleswig-Holstein, 27 : 144-170.
839 726 03/2.0.1.0.1/02 syn incl Ceratophyllo demersi - Potamogetonetum lucentis Hueck 1931 ex Passarge 1994 Passarge, H., 1994. Mitteleuropäische Potamogetonetea II. Phytocoenologia, 24 : 337-367. Hueck, K., 1931. Erläuterungen zur Vegetationskundlichen Karte des Endmoränengebietes von Chorin (Uckermark). Beitr. Naturdenkmalpfl., 14 : 105-214.
840 727 03/2.0.1.0.1/02 syn incl Myriophyllo spicati - Potamogetonetum pectinati Passarge 1996 Passarge, H., 1996. Mitteleuropäische Potamogetonetea III. Phytocoenologia, 26 : 129-177.
841 728 03/2.0.1.0.1/02 syn incl Myriophyllo spicati - Potamogetonetum perfoliati (Krausch 1964) Passarge 1996 Passarge, H., 1996. Mitteleuropäische Potamogetonetea III. Phytocoenologia, 26 : 129-177. Krausch, H.D., 1964. Die Pflanzengesellschaften des Stechlinsee-Gebietes. I : Die Gesellschaften des offenen Wasser. Limnologica, 2 : 145-203, 423-482.
842 729 03/2.0.1.0.1/02 syn incl Nupharo luteae - Potamogetonetum lucentis Passarge (1964) 1994 Passarge, H., 1994. Mitteleuropäische Potamogetonetea II. Phytocoenologia, 24 : 337-367. Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
843 730 03/2.0.1.0.1/02 syn incl Nupharo luteae - Potamogetonetum perfoliati (Zonneveld 1960) Arendt 1982 ex Passarge 1994 Passarge, H., 1994. Mitteleuropäische Potamogetonetea II. Phytocoenologia, 24 : 337-367. Zonneveld, I.S., 1960. The Brabantsche Biesbosch. A study of soil and vegetation of a fresh water tidal area. Ph.D Thesis Wageningen. Bodenkundige studies nr4, part A. 210 p.
844 731 03/2.0.1.0.1/02 syn incl Potamogetonetum natanti - lucentis Uhlig 1938 em. Passarge 1994 Passarge, H., 1994. Mitteleuropäische Potamogetonetea II. Phytocoenologia, 24 : 337-367.
845 722 03/2.0.1.0.1/02 syn nn Potamogetonetum perfoliati Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
846 732 03/2.0.1.0.1/03 ASS Ranunculo circinati - Myriophylletum spicati (Tomaszewicz 1969) Passarge 1982 'herbier aquatique vivace, d''eaux stagnantes moyennement profondes, eutrophes' Passarge, H., 1982. Hydrophyten Vegetationsaufnahmen. Tuexenia, 2 : 13-21. Tomaszewicz, H., 1969. The water and swamp vegetation of closed meanders of river Bug in Warsaw region Acta Soc. Bot. Pol., 38 (1969) : 217–245. (in Polish, summary in English).
847 733 03/2.0.1.0.1/03 syn ambig pp Callitrichetum obtusangulae Seibert 1962 Seibert, P., 1962. Die Auenvegetation an der Isar nördlich von München und ihre Beeinflüssung durch den Menschen. Landschaftspfl. Vegetationsk., 3 : 1-124.
848 734 03/2.0.1.0.1/03 syn compl Potamogetono perfoliati - Ranunculetum circinati Sauer 1937 Sauer, F., 1937. Die Makrophytenvegetation ostholsteinischer Seen und Teiche. Arch. Hydrobiol., Suppl., 6 : 431-592.
849 737 03/2.0.1.0.1/03 syn incl Myriophylletum spicati von Soó 1927 Soó, R. von, 1927/1928. Geobotanische Monographie von Kolozsvar Klausenburg). Mitt. Komm. Heimatkunde, 4 : 1-151.
850 738 03/2.0.1.0.1/03 syn incl Myriophylletum spicato - alterniflori (Doll 1978) Passarge 1996 Passarge, H., 1996. Mitteleuropäische Potamogetonetea III. Phytocoenologia, 26 : 129-177. Doll, R., 1978. Neue Pflanzen-Sippen aus Mecklenburg. Feddes Repertorium, 89 : 345–351.
851 739 03/2.0.1.0.1/03 syn incl Potamo pectinati - Myriophylletum spicati Rivas Goday 1964 corr. Conesa 1990 Conesa, J.A. 1990. Comunitats vegetals del curs inferior del riu Segre. Ilerda Ciències, 48 : 9-38. Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
852 740 03/2.0.1.0.1/03 syn incl Ranunculo circinati - Elodeetum canadensis (van Donselaar 1961) Passarge 1994 Passarge, H., 1994. Mitteleuropäische Potamogetonetea II. Phytocoenologia, 24 : 337-367. Donselaar, J. van, 1961. On the vegetation of former river beds in the Netherlands. Wentia, 5 : 1-85.
853 741 03/2.0.1.0.1/04 ASS Elodeo canadensis - Potamogetonetum crispi (Pignatti 1953) Passarge 1994 'herbier aquatique vivace, d''eaux stagnantes moyennement profondes, eutrophisées' Passarge, H., 1994. Mitteleuropäische Potamogetonetea II. Phytocoenologia, 24 : 337-367.
854 742 03/2.0.1.0.1/04 syn = Elodeo canadensis - Potamogetonetum crispi Pignatti 1953 prov. Pignatti, S., 1953. Introduzione allo studio fitosociologico della pianura veneta orientale con particolare riguardo alla vegetazione litoreana. Archivio Botanico, 29, 3 ser., 13(2) : 65-98.
855 743 03/2.0.1.0.1/04 syn incl Callitricho platycarpae - Elodeetum canadensis Passarge (1964) 1994 Passarge, H., 1994. Mitteleuropäische Potamogetonetea II. Phytocoenologia, 24 : 337-367. Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
856 744 03/2.0.1.0.1/04 syn incl Elodeetum canadensis (Eggler 1933) Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
857 6610 03/2.0.1.0.1/04 syn incl Elodeetum canadensis Pignatti 1953 Pignatti, S., 1953. Introduzione allo studio fitosociologico della pianura veneta orientale con particolare riguardo alla vegetazione litoreana. Archivio Botanico, 29, 3 ser., 13(2) : 65-98.
858 745 03/2.0.1.0.1/04 syn incl Myriophyllo alterniflori - Potamogetonetum crispi Rivas Goday 1964 Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
859 746 03/2.0.1.0.1/04 syn incl Potamogetonetum crispi Kaiser 1926 Kaiser, A., 1926. Die Pflanzenwelt des Hennebergisch-Fränkischen Muschelkalkgebietes. Feddes repert., Repert. Spec. Nov. Regni Veg., Beih. 43, 280 p. Dahlem.
860 6612 03/2.0.1.0.1/04 syn incl Potamogetonetum crispi von Soó 1927 Soó, R. von, 1927/1928. Geobotanische Monographie von Kolozsvar Klausenburg). Mitt. Komm. Heimatkunde, 4 : 1-151.
861 747 03/2.0.1.0.1/05 ASS Potamogetono natantis - Persicarietum amphibi Knapp & Stoffers 1962 'herbier aquatique vivace sciatolérant, d''eaux stagnantes moyennement profondes, mésotrophes' Potamogetono natantis - Polygonetum amphibi Knapp, R. & A.L. Stoffers, 1962. Über die Vegetation von Gewässern und Ufern im mittleren Hessen. Ber. Oberhess. Ges. Natur und Heilkd., 32 : 90-141.
862 6609 03/2.0.1.0.1/05 syn = Persicarietum amphibi (von Soó 1927) Eggler 1933 Polygonetum amphibi Eggler, J., 1933. Die Pflanzengesellschaften der Umgebung von Graz. Repert. spec. nov. regni veget., Beih. 73 : 95-216. Soó, R. von, 1927/1928. Geobotanische Monographie von Kolozsvar Klausenburg). Mitt. Komm. Heimatkunde, 4 : 1-151.
863 748 03/2.0.1.0.1/05 syn = Persicarietum amphibi Doll 1980 Polygonetum amphibi Doll, R., 1980. Der Große Gollinsee im Kreis Templin. Feddes Repertorium, 91: 127-140.
864 750 03/2.0.1.0.1/05 syn = Potamogetonetum natantis Hild 1954 ?
865 6608 03/2.0.1.0.1/05 syn = Potamogetonetum natantis von Soó 1927 Soó, R. von, 1927/1928. Geobotanische Monographie von Kolozsvar Klausenburg). Mitt. Komm. Heimatkunde, 4 : 1-151.
866 6607 03/2.0.1.0.1/05 syn incl Nymphaeetum albae Oberdorfer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., S. Görs, D. Korneck, W. Lohmeyer, T. Müller, G. Philippi & P. Seibert, 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
867 749 03/2.0.1.0.1/05 syn nn Persicario amphibi - Potamogetonetum natantis von Soó (1927) 1964 ? Soó, R. von, 1927/1928. Geobotanische Monographie von Kolozsvar Klausenburg). Mitt. Komm. Heimatkunde, 4 : 1-151.
868 752 03/2.0.1.0.1/06 ASS Stratiotetum aloidis (Rübel 1920) Nowinski 1930 'herbier aquatique vivace, d''eaux stagnantes moyennement profondes, mésotrophes' Nowinski, M., 1930. Les associations végétales de la grande forêt de Sandomierz. II. Kosmos, serie A, 54 : 595-674. Rübel, E., 1920. Die Entwicklung der Pflanzensoziologie. Vierteljahresschrift der Naturforschenden Gesellschaft in Zürich. 65 : 574 - 604.
869 753 03/2.0.1.0.1/06 syn = Stratiotetum aloidis Miljan 1933 Miljan, A., 1933. Vegetationsuntersuchungen an Naturwiesen und Seen im Otepääschen Moränengebiete Estlands. Acta Comment. Dorpat, 25 : 1-132.
870 754 03/2.0.1.0.1/06 syn compl Charo - Stratiotetum aloidis (D. Schmidt 1981) Doll 1983 nom. nov. Passarge 1996 Passarge, H., 1996. Mitteleuropäische Potamogetonetea III. Phytocoenologia, 26 : 129-177. Doll, R., 1983. Die Vegetation des Gr.Fürstenseer Sees im Kr.Neustrelitz. Gleditschia 10 : 241-267. Schmidt, F., 1981. Pflanzensoziologische und Ökologische Untersuchungen der Gewässer um Güstrow. Natur und Naturschutz Mecklenburg, 17 : 1-130.
871 755 03/2.0.1.0.1/06 syn compl pp Hydrocharito morsus-ranae - Stratiotetum aloidis (Nowinski 1930) Kruseman & Vlieger ex van Zinderen-Bakker 1942 Zinderen-Bakker, E.M. van, 1942. Het Naardermeer. Een geologische, historische en botanische landschaps-beschrijving van Nederlands oudste natuurmonument. Allert de Lange, Amsterdam. Nowinski, M., 1930. Les associations végétales de la grande forêt de Sandomierz. II. Kosmos, serie A, 54 : 595-674.
872 756 03/2.0.1.0.1/06 syn compl pp Hydrocharito morsus-ranae - Stratiotetum aloidis (van Langendonck 1935) Westhoff in Westhoff, Dijk, Passchier & Sissingh 1946 Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p. Langendonck, H.J. van, 1935. Etudes sur la flore et la végétation des environs de Gand. Bull. Soc. Roy. Bot. Belg., 68 : 117-180.
873 793 03/2.0.1.0.1/07 ASS Potamogetonetum praelongi (Sauer 1937) Hild 1959 herbier aquatique vivace, vasicole, des eaux moyennement profondes, mésoeutrophes, basiques Hild, H.J., 1959. Seltene Sumpf- and Wasserpflanzengesellschaften im Schwalmtal. Arch. Hydrobiol. : 56, 1/2. Sauer, F., 1937. Die Makrophytenvegetation ostholsteinischer Seen und Teiche. Arch. Hydrobiol., Suppl., 6 : 431-592.
874 794 03/2.0.1.0.1/07 syn = Elodeo canadensis - Potamogetonetum praelongi (Sauer 1937) Hild 1959 ex Passarge 1994 Passarge, H., 1994. Mitteleuropäische Potamogetonetea II. Phytocoenologia, 24 : 337-367. Hild, H.J., 1959. Eisbedeckung and Lebenshaushalt in einem eutrophen See. Biol. Jaarb. Sauer, F., 1937. Die Makrophytenvegetation ostholsteinischer Seen und Teiche. Arch. Hydrobiol., Suppl., 6 : 431-592.
875 795 03/2.0.1.0.1/07 syn = Myriophylletum verticillato - alterniflori Passarge 1996 Passarge, H., 1996. Mitteleuropäische Potamogetonetea III. Phytocoenologia, 26 : 129-177.
876 796 03/2.0.1.0.1/07 syn = Myriophyllo alterniflori - Potamogetonetum praelongi (Pietsch 1984) Passarge 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527. ?
877 797 03/2.0.1.0.1/07 syn illeg Potamogetonetum praelongi sensu auct., non (Miljan 1933) Sauer 1937 Sauer, F., 1937. Die Makrophytenvegetation ostholsteinischer Seen und Teiche. Arch. Hydrobiol., Suppl., 6 : 431-592. Miljan, A., 1933. Vegetationsuntersuchungen an Naturwiesen und Seen im Otepääschen Moränengebiete Estlands. Acta Comment. Dorpat, 25 : 1-132.
878 6982 03/2.0.1.0.1/08 ASS Myriophyllo verticillati - Hippuridetum vulgaris var. fluviatilis Julve & Catteau 2006 herbier aquatique vivace, des eaux stagnantes profondes, claires, eutrophes, basophiles, calciphiles Julve, Ph. & E. Catteau, 2006. Observations phytosociologiques en Lorraine. Bull. Soc. Bot. Nord Fra., 59 (3-4) : 33-50.
879 6983 03/2.0.1.0.1/08 syn illeg nn Hippuridetum vulgaris var. fluviatilis Podbielkowski & Tomaszewicz 1977 prov. Hippuridetum submersae Podbielkowski, Z. & H. Tomaszewicz, 1977. Roślinność jezior Suwalskiego Parku Krajobrazowego. Monogr. Bot., 55: 5-52.
880 6629 03/2.0.1.0.1/08 syn illeg pp nn Hippuridetum vulgaris var. fluviatilis Rübel 1912 Rübel, E., 1912. Pflanzengeographische Monographie des Berninagebietes. Bot. Jahrb., 47 : 615 p.
881 850 03/2.0.1.0.1/09 ASS Potamogetono nodosi - Vallisnerietum spiralis Braun-Blanquet 1931 'herbier aquatique vivace, d''eaux profondes (150-300cm), eutrophes, thermophile, supportant un faible courant' Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
882 757 03/2.0.1.0.2 3160pp ALL Utriculario minoris - Nymphaeion candidae Vahle in Preising, Vahle, Brandes, Hofmeister, J.Tüxen & Weber 1990 herbiers aquatiques vivaces, des eaux douces moyennement profondes, dystrophiles organiques Preising, E., H.-C. Vahle, D. Brandes, H. Hofmeister, J. Tüxen & H.E. Weber, 1990. Wasser- und Sumpfpflanzengesellschaften des Süßwassers. Naturschutz und Landschaftspflege in Niedersachsen, Heft 20/8.
883 758 03/2.0.1.0.2 syn = Utriculario minoris - Nymphaeenion candidae (Vahle in Preising, Vahle, Brandes, Hofmeister, J.Tüxen & Weber 1990) Passarge 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527. Preising, E., H.-C. Vahle, D. Brandes, H. Hofmeister, J. Tüxen & H.E. Weber, 1990. Wasser- und Sumpfpflanzengesellschaften des Süßwassers. Naturschutz und Landschaftspflege in Niedersachsen, Heft 20/8.
884 759 03/2.0.1.0.2/01 ASS Nymphaeetum albo - candidae Passarge 1957 'herbier aquatique vivace boréal, d''eaux stagnantes basophiles tourbeuses, fortement minéralisées mais limpides, oligodystrophes' Passarge, H., 1957. Über Wasserpflanzen- und Kleinröhrichtgesellschaften des Oberspreewaldes. Abhandl. Ber. Naturk. Mus. Görlitz, 35 : 143-152.
885 760 03/2.0.1.0.2/01 syn = Nymphaeetum candidae (Miljan 1933) Passarge 1957 Passarge, H., 1957. Über Wasserpflanzen- und Kleinröhrichtgesellschaften des Oberspreewaldes. Abhandl. Ber. Naturk. Mus. Görlitz, 35 : 143-152. Miljan, A., 1933. Vegetationsuntersuchungen an Naturwiesen und Seen im Otepääschen Moränengebiete Estlands. Acta Comment. Dorpat, 25 : 1-132.
886 761 03/2.0.1.0.2/01 syn incl Potamogetono natantis - Nymphaeetum candidae Hejny 1958 ?
887 762 03/2.0.1.0.2/01 syn incl Utriculario minoris - Nymphaeetum candidae (Jeckel 1981) Passarge 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527. ?
888 763 03/2.0.1.0.2/02 ASS Nupharetum pumilae Oberdorfer 1957 'herbier aquatique vivace montagnard, d''eaux stagnantes basophiles tourbeuses, fortement minéralisées mais limpides, oligodystrophes' Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
889 764 03/2.0.1.0.2/02 syn incl Elodeo canadensis - Nupharetum pumilae Podbielkowski & Tomaszewicz 1981 ex Passarge 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527. ?
890 765 03/2.0.1.0.2/02 syn incl Potamogetono natantis - Nupharetum pumilae Oberdorfer apud Müller & Görs 1960 ex Passarge 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527. Müller, T. & S. Görs, 1960. Pflanzengesellschaften stehender Gewässer in Baden-Württemberg. Beitr. Naturkundl. Forsch. Südwestdeutschl., 19 : 60-100.
891 766 03/2.0.1.0.2/03 ASS Potamogetonetum colorati écoph. stagnophile Allorge 1922 'herbier aquatique vivace subatlantique, d''eaux stagnantes basophiles tourbeuses, fortement minéralisées mais limpides, oligodystrophes' Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
892 767 03/2.0.1.0.2/03 syn = Nymphaeetum albae subsp. occidentalis Vollmar 1947 Nymphaeetum albae var. minoris Vollmar, F., 1947. Die Pflanzengesellschaften des Murnauer Moores. Ber. Bayer. Bot. Gesell., 27 : 13-97.
893 768 03/2.0.1.0.2/03 syn compl incl Utriculario vulgaris - Nymphaeetum albae (Jeschke 1963) Passarge 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527. Jeschke, L., 1963. Die Wasser und Sumpfvegetation im NSG “Ostufer der Müritz”. Limnologica, 1 : 475-545.
894 7070 03/2.0.1.0.2/03 syn incl Potamogetonetum colorati O. de Bolòs & René Molinier 1958 'Bolos, O. de, Molinier, R., 1958. Recherches phytosociologiques dans l''ile de Majorque. Collect. Bot., 5 (3) : 699-865.'
895 769 03/2.0.1.0.2/03 syn incl Potamogetono natantis - Nymphaeetum albae Vollmar 1947 ex Passarge 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527. Vollmar, F., 1947. Die Pflanzengesellschaften des Murnauer Moores. Ber. Bayer. Bot. Gesell., 27 : 13-97.
896 770 03/2.0.1.0.2/03 syn incl Zannichellio palustris - Potamogetonetum colorati O. de Bolòs & René Molinier in O. de Bolòs 1990 ?
897 771 03/2.0.2 ORD Callitricho obtusangulae - Ranunculetalia peltati (Passarge 1978) Julve 2004 ord. nov. hoc loco herbiers aquatiques vivaces, enracinés, européens, des eaux douces à saumâtres, peu profondes hoc loco Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195.
898 772 03/2.0.2 syn incl Callitrichion platycarpae Chaib 1992 Chaïb, J., 1992. Flore et végétation des milieux aquatiques et amphibies de Haute-Normandie (chorologie, phytosociologie, écologie, gestion). Thèse univ. Rouen, 501 p.
899 773 03/2.0.2 syn incl Callitricho - Ranunculetalia (den Hartog & Segal 1964) Passarge 1978 Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195. Hartog, C. den & S. Segal, 1964. A new classification of the waterplant communities. Acta Bot. Neerl., 13 : 367-393.
900 774 03/2.0.2 syn pp Callitricho - Potametalia Schaminée, Lanjouw & Schipper 1990 Schaminée, J.H.J., B. Lanjouw & P.C. Schipper, 1990. Een nieuwe indeling van de waterplantengemeenschappen in Nederland. Stratiotes, 1 : 5-16.
901 775 03/2.0.2.0.1 3160pp ALL Potamogetonion graminei (den Hartog & Segal 1964) Westhoff & den Held 1969 herbiers aquatiques, vivaces, enracinés, européens, des eaux douces stagnantes, moyennement profondes, oligotrophiles Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen. Hartog, C. den & S. Segal, 1964. A new classification of the waterplant communities. Acta Bot. Neerl., 13 : 367-393.
902 776 03/2.0.2.0.1 syn = Potamogetonion graminei Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
903 777 03/2.0.2.0.1 syn pp Potamogetonion polygonifolii den Hartog & Segal 1964 Hartog, C. den & S. Segal, 1964. A new classification of the waterplant communities. Acta Bot. Neerl., 13 : 367-393.
904 780 03/2.0.2.0.1/01 ASS Potamogetonetum graminei (Koch 1926) Passarge 1964 herbier aquatique vivace enraciné, des eaux douces stagnantes moyennement profondes, mésotrophiles, acidophiles, mésothermophiles, sur sols sableux Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
905 781 03/2.0.2.0.1/01 syn compl Baldellio ranunculoidis - Potamogetonetum graminei (Passarge 1964) Westhoff & den Held 1969 Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen. Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
906 7012 03/2.0.2.0.1/01 syn compl Potamogetonetum pusillo - graminei Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
907 782 03/2.0.2.0.1/01 syn compl Potamogetonetum pusillo - graminei Koch 1926 em. Görs in Oberdorfer 1977 Oberdorfer, E., 1977. Süddeutsche Pflanzengesellschaften Teil I. 2. ed. G. Fischer, 311 pp. Stuttgart-New York. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
908 789 03/2.0.2.0.1/01 syn incl Charo - Potamogetonetum filiformis Spence 1964 Spence, D. H. N., 1964. The macrophytic vegetation of freshwater lochs, swamps and associated fens : 306–425. In: J. H. BURNETT (ed.), The vegetation of Scottland. Edinburgh.
909 783 03/2.0.2.0.1/01 syn incl Charo - Potamogetonetum x nitentis Doll 1991 ex Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin. Doll, R., 1991. Die Pflanzengesellschaften der stehenden Gewässer im norden der DDR. I.2/3/4. Feddes Repert., 102 (3-4) : 199-317. 103 : 597-619.
910 779 03/2.0.2.0.1/01 syn incl Persicario amphibi - Potamogetonetum graminei Passarge (1964) 1994 Passarge, H., 1994. Mitteleuropäische Potamogetonetea II. Phytocoenologia, 24 : 337-367. Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
911 784 03/2.0.2.0.1/01 syn incl Potamogetonetum filiformi - graminei Passarge (1963) 1994 Passarge, H., 1994. Mitteleuropäische Potamogetonetea II. Phytocoenologia, 24 : 337-367. ?
912 785 03/2.0.2.0.1/01 syn incl Potamogetonetum filiformi - x nitentis Passarge (1963) 1994 Passarge, H., 1994. Mitteleuropäische Potamogetonetea II. Phytocoenologia, 24 : 337-367. ?
913 788 03/2.0.2.0.1/01 syn incl Potamogetonetum filiformis Koch 1928 Koch, W., 1928. Die höhere Vegetation der subalpinen Seen und Moorgebiete des Val Piora. Zeitschr. Hydrol., 4 : 131-174. Aarau.
914 786 03/2.0.2.0.1/01 syn incl Potamogetonetum perfoliato - x nitentis Michna 1976 ex Passarge 1994 Passarge, H., 1994. Mitteleuropäische Potamogetonetea II. Phytocoenologia, 24 : 337-367. ?
915 787 03/2.0.2.0.1/01 syn incl Potamogetonetum x nitentis Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
916 7011 03/2.0.2.0.1/01 syn incl Potamogetonetum x nitentis Passarge 1964 Passarge, H., 1994. Mitteleuropäische Potamogetonetea II. Phytocoenologia, 24 : 337-367.
917 6613 03/2.0.2.0.1/01 syn incl Potamogetonetum x zizii Didier & Royer in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
918 790 03/2.0.2.0.1/02 ASS Elodeo canadensis - Potamogetonetum alpini (Krausch 1964) Podbielkowski 1967 ex Passarge 1994 herbier aquatique vivace enraciné, des eaux douces stagnantes moyennement profondes, mésotrophiles, basophiles, psychrophiles, sur sols sablo-vaseux Passarge, H., 1994. Mitteleuropäische Potamogetonetea II. Phytocoenologia, 24 : 337-367. Krausch, H.D., 1964. Die Pflanzengesellschaften des Stechlinsee-Gebietes. I : Die Gesellschaften des offenen Wasser. Limnologica, 2 : 145-203, 423-482.
919 791 03/2.0.2.0.1/02 syn nn Potamogetonetum alpini Braun-Blanquet 1949 Braun-Blanquet, J., 1949. Übersicht der Pflanzengesellschaften Rätiens, (II). Vegetatio, 1: 129-146.
920 792 03/2.0.2.0.1/03 ASS Ranunculo trichophylli subsp. eradicati - Potamogetonetum alpini Ballesteros & Garcia 1991 Ranunculo eradicati - Potamogetonetum alpini Ballesteros, E. & E. Gacia 1991. Una nova associació de plantes aquàtiques als Pirineus: el Ranunculo eradicati-Potametum alpini. Butll. Inst. Catalana Hist. Nat., Sec. Bot. 59: 89-93.
921 798 03/2.0.2.0.2 3160pp ALL Junco bulbosi écoph. stagnophile - Potamogetonion polygonifolii Passarge 1996 herbiers aquatiques, vivaces, enracinés, européens, des eaux douces stagnantes, peu profondes, dystrophiles organiques Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.
922 799 03/2.0.2.0.2 syn pp Potamogetonion polygonifolii den Hartog & Segal 1964 Hartog, C. den & S. Segal, 1964. A new classification of the waterplant communities. Acta Bot. Neerl., 13 : 367-393.
923 800 03/2.0.2.0.2/01 ASS Luronio natantis - Potamogetonetum polygonifolii Pietsch 1986 herbier aquatique, vivace enraciné, européen, des eaux douces stagnantes, peu profondes, dystrophiles organiques, subatlantique Pietsch, W., 1986. Soziologisches und ökologisches Verhalten von Luronium natans (L.) Rafin und Potamogeton polygonifolius Pourr. in der Lausitz. Abh. Landesmus. Naturk, 48 : 263–280. Westfalen, Münster.
924 6614 03/2.0.2.0.2/01 syn = Potamogetonetum polygonifolii var. type Robbe 1993 Robbe, G., 1993. Les groupements végétaux du Morvan. Société d.histoire naturelle et des amis du muséum d.Autun, Autun, 159 p.
925 801 03/2.0.2.0.2/02 ASS Hyperico elodis - Potamogetonetum polygonifolii (Allorge 1926) Braun-Blanquet & Tüxen 1952 herbier aquatique, vivace enraciné, européen, des eaux douces stagnantes, peu profondes, dystrophiles organiques, atlantique Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
926 802 03/2.0.2.0.2/02 syn = Potamogetono polygonifolii - Hypericetum elodis (Allorge 1926) Tüxen 1950 ? Allorge, P., 1926. Remarques sur quelques asssociations végétales du massif de Multonne. Concentration en ions H dans la bruyère à sphaignes. Bull. Mayen. Sci. 1924 77-88), 1925 27-51). Laval.
927 803 03/2.0.2.0.2/02 syn = ? Ludwigio palustris - Potamogetonetum polygonifolii Peinado & A. Velasco in Peinado, Moreno & A. Velasco 1983 Peinado, M., Moreno, G., Velasco, A., 1983. Sur les boulaies lusoextremadurenses (Galio broteriani – Betuleto parvibracteatae S.). Willdenowia, 13 : 349-360.
928 804 03/2.0.2.0.2/02 syn incl Utriculario minoris - Potamogetonetum polygonifolii (Chouard 1925) Passarge 1994 Passarge, H., 1994. Mitteleuropäische Potamogetonetea II. Phytocoenologia, 24 : 337-367. Chouard, P., 1925. Monographies phytosociologiques. I. La région de Brigueil l’Ainé Confolontais), suite et fin. Bull. Soc. Bot. France 72 : 34-49.
929 805 03/2.0.2.0.3 3260pp ALL Ranunculion aquatilis Passarge 1964 herbiers aquatiques, vivaces, enracinés, européens, des eaux douces stagnantes, peu profondes, méso à eutrophiles Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
930 806 03/2.0.2.0.3 syn = Ranunculion peltati Schaminée, Lanjouw & Schipper 1990 Schaminée, J.H.J., B. Lanjouw & P.C. Schipper, 1990. Een nieuwe indeling van de waterplantengemeenschappen in Nederland. Stratiotes, 1 : 5-16.
931 807 03/2.0.2.0.3 syn compl incl Lemno minoris - Callitrichenion Passarge 1996 Passarge, H., 1996. Mitteleuropäische Potamogetonetea III. Phytocoenologia, 26 : 129-177.
932 808 03/2.0.2.0.3 syn compl incl pp Lemno minoris - Callitrichion Passarge 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527.
933 809 03/2.0.2.0.3 syn incl Elodeo canadensis - Potamogetonion crispi Passarge 1996 Passarge, H., 1996. Mitteleuropäische Potamogetonetea III. Phytocoenologia, 26 : 129-177.
934 810 03/2.0.2.0.3 syn incl Hottonion palustris Segal 1965 Segal, S., 1965. Een vegetatie-onderzoek van de hogere waterplanten in Nederland. Wetenschappelijke Mededelingen KNNV, 57: 1-80.
935 811 03/2.0.2.0.3 syn incl pp Veronico anagallis-aquaticae - Callitrichenion Passarge 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527.
936 812 03/2.0.2.0.3 syn pp Callitricho - Ranunculion den Hartog & Segal 1964 Callitricho - Batrachion Hartog, C. den & S. Segal, 1964. A new classification of the waterplant communities. Acta Bot. Neerl., 13 : 367-393.
937 813 03/2.0.2.0.3/01 ASS Hottonietum palustris Tüxen 1937 ex Roll 1940 'herbier aquatique vivace, d''eaux peu profondes mésotrophes, dystrophes, boréocentroeuropéen, sciatolérant' Roll, H., 1940. Holsteinische Tümpel und ihre Pflanzengesellschaften. Limnologisch-soziologische Studien. Arch. Hydrobiol. Suppl. 10 : 572-630. 3 tab. Stuttgart. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
938 814 03/2.0.2.0.3/01 syn = Hottonietum palustris Tüxen 1937 prov. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
939 815 03/2.0.2.0.3/02 ASS Ranunculetum peltati Horst, Krausch & Müller-Stoll 1966 em. Weber-Oldecop 1969 'herbier aquatique vivace, d''eaux peu profondes mésotrophes, boréocentroeuropéen, développement vernal' Weber-Oldecop, D.W. 1969. Wasserpflanzengesellschaften im östlichen Niedersachsen. Dissertation Hannover, 171 pp. Hannover. ?
940 816 03/2.0.2.0.3/02 syn ambig Ranunculetum peltati Segal 1967 ?
941 817 03/2.0.2.0.3/03 ASS Ranunculetum aquatilis Sauer (1945) 1947 'herbier aquatique vivace, d''eaux peu profondes eutrophes, atlantique, développement vernal' Sauer, F., 1947. Einige Wasserpflanzengesellschaften an Tümpeln und Gräben in Nordfrankreich (Pas de calais). Arch. Hydrobiol., Suppl., 41 (1-2) : 5-13. ?
942 818 03/2.0.2.0.3/03 syn = Ranunculetum aquatilis (Sauer 1945) Géhu 1961 Géhu, J.-M., 1961. Les groupements végétaux du bassin de la Sambre française. Vegetatio, 10 : 69-148, 161-208, 257-372. ?
943 820 03/2.0.2.0.3/05 ASS Ranunculetum trichophylli (von Soó 1949) Julve 2006 ass nov. hoc loco 'herbier aquatique vivace, basophile, des mares moyennement profondes (50-150 cm) et fossés s''échauffant en été, supportant une légère salinité' hoc loco ?
944 821 03/2.0.2.0.3/05 syn incl Callitricho cophocarpae - Ranunculetum trichophylli von Soó 1949 nom. inv. Batrachio trichophyllae - Callitrichetum cophocarpae ?
945 6540 03/2.0.2.0.3/05 syn incl Potamogetono - Ranunculetum trichophylli G. Montserrat 1986 prov. Montserrat, G., 1986. Datos para el estudio de la alianza Aphyllanthion en el Prepirineo aragonés. Collect. Bot. (Barcelona) 16(2) : 391-395.
946 822 03/2.0.2.0.3/05 syn incl Ranunculo trichophylli - Groenlandietum densae (Kohler, Brinkmeier & Vollrath 1974) Passarge 1994 Passarge, H., 1994. Mitteleuropäische Potamogetonetea II. Phytocoenologia, 24 : 337-367. Kohler, A., R. Brinkmeier & H. Vollrath, 1974. Verbreitung und Indikatorwert der submersen Makrophyten in den fliessgewässern der Friedberger Au. Ber. Bayer. Bot. Ges., 45 : 5-36.
947 819 03/2.0.2.0.3/05 syn incl [pro race] Potamogetono subflavi - Ranunculetum trichophylli (Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952) Julve 2003 ass. nov. hoc loco hoc loco Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
948 823 03/2.0.2.0.3/06 ASS Callitrichetum platycarpo - obtusangulae écoph. stagnophiles (Mériaux & Verdevoye 1983) Julve 2005 ass. nov. hoc loco 'herbier aquatique vivace, d''eaux peu profondes eutrophes, atlantique' hoc loco Mériaux, J.L. & P. Verdevoye, 1983. Données sur le Callitrichetum obtusangulae Seibert 1962. Coll. Phytosoc., 10 : 45-68. (Les végétations aquatiques et amphibies, Lille 1981).
949 824 03/2.0.2.0.3/06 syn compl Lemno minoris - Callitrichetum obtusangulae (Philippi 1978) Passarge 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527. Philippi, G., 1978. Die Vegetation des Altrheingebietes bei Rußheim. In: Landesanstalt für Umweltschutz Baden-Württemberg (Hrsg.) : Der Rußheimer Altrhein, eine nordbadische Auenlandschaft. – Die Natur- und Landschaftsschutzgebiete Baden-Württembergs, 10 : 103 –267.
950 825 03/2.0.2.0.3/06 syn pp Callitrichetum obtusangulae (Seibert 1962) Mériaux & Verdevoye 1983 [hydrocharitetosum] Mériaux, J.L. & P. Verdevoye, 1983. Données sur le Callitrichetum obtusangulae Seibert 1962. Coll. Phytosoc., 10 : 45-68. (Les végétations aquatiques et amphibies, Lille 1981). Seibert, P., 1962. Die Auenvegetation an der Isar nördlich von München und ihre Beeinflüssung durch den Menschen. Landschaftspfl. Vegetationsk., 3 : 1-124.
951 826 03/2.0.2.0.3/07 ASS Callitrichetum cophocarpae écoph. stagnophile Julve 2004 ass. nov. prov. hoc loco 'herbier aquatique vivace, d''eaux peu profondes mésotrophes, boréocentroeuropéen' hoc loco
952 827 03/2.0.2.0.3/07 syn compl Lemno minoris - Callitrichetum cophocarpae (Mierwald 1988) Passarge 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527. ?
953 828 03/2.0.2.0.3/08 ASS Callitrichetum stagnalis écoph. stagnophile Julve 2004 ass. nov. prov. hoc loco 'herbier aquatique vivace, d''eaux peu profondes eutrophes, atlantique' hoc loco
954 6495 03/2.0.2.0.3/08 syn = ? Callitrichetum stagnalis Segal 1965 Segal, S., 1965. Een vegetatie-onderzoek van de hogere waterplanten in Nederland. Wetenschappelijke Mededelingen KNNV, 57: 1-80.
955 829 03/2.0.2.0.3/08 syn compl Lemno minoris - Callitrichetum stagnalis Wegener 1992 ?
956 830 03/2.0.2.0.3/09 ASS Zannichellietum palustris subsp. palustris (Baumann 1911) Lang 1967 'herbier aquatique vivace, pionnier d''eaux peu profondes, stagnantes à très faiblement courantes' Lang, G., 1967. Die Ufervegetation des westlichen Bodensees. Arch. Hydrobiol., 32 : 437-574. Baumann, E., 1911. Die Vegetation des Untersees Bodensee). Arch. Hydrobiol. Planktonk., Suppl., 1 : 554 p., 15 Tab. h.t.
957 831 03/2.0.2.0.3/09 syn = Callitricho platycarpae - Zannichellietum palustris subsp. palustris (Vahle & Preising in Preising, Vahle, Brandes, Hofmeister, J. Tüxen & Weber 1990) Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.. Preising, E., H.-C. Vahle, D. Brandes, H. Hofmeister, J. Tüxen & H.E. Weber, 1990. Wasser- und Sumpfpflanzengesellschaften des Süßwassers. Naturschutz und Landschaftspflege in Niedersachsen, Heft 20/8.
958 832 03/2.0.2.0.3/09 syn = Ranunculo trichophylli - Zannichellietum palustris subsp. palustris (Philippi 1981) Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.. Philippi, G., 1981. Wasser- und Sumpfpflanzengesellschaften des Tauber-Main-Gebietes. – Veröffentlichungen für Naturschutz und Landschaftspflege in Baden-Württemberg 53/54: 541–591.
959 833 03/2.0.2.0.3/09 syn compl Parvopotamogetono - Zannichellietum palustris Koch 1926 ex Kapp & Sell 1965 Kapp, R., Sell, Y., 1965. Les associations aquatiques d’Alsace I. Bull. Ass. Phil. Alsace-Lorr. 12 : 66-78.
960 834 03/2.0.2.0.3/09 syn compl Potamogetono pusilli - Zannichellietum palustris subsp. palustris Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
961 835 03/2.0.2.0.3/10 ASS Potamogetono pectinati - Ceratophylletum demersi (Hild & Rehnelt 1965) Passarge 1995 'herbier aquatique vivace, d''eaux stagnantes peu profondes, eutrophisées' Passarge, H., 1995. Die Ceratophyllum-Gesellschaften im Mitteleuropa. Coll. Phytosoc., 23 : 643-655. (Large area vegetation surveys). Hild, J. & K. Rehnelt, 1965. Öko-soziologische Untersuchungen an einigen niederrheinischen Kolken. Ver. Dtsch. Bot. Ges. 78 (7).
962 836 03/2.0.2.0.3/10 syn = Ceratophylletum demersi Hild 1956 Hild, H.J., 1956. Untersuchungen über die Vegetation im Naturschutzgebiet der Krieckenbecker Seen. Geobot. Mitt. 3: 1-112. Köln.
963 8009 03/2.0.2.0.3/10 syn = Potamogetono perfoliati - Ceratophylletum demersi Granetti 1965 ?
964 837 03/2.0.2.0.3/10 syn compl Lemno minoris - Ceratophylletum demersi (Hilbig 1971) Passarge 1995 Passarge, H., 1995. Die Ceratophyllum-Gesellschaften im Mitteleuropa. Coll. Phytosoc., 23 : 643-655. (Large area vegetation surveys). Hilbig, W., 1971. Übersicht über die Pflanzengesellschaften des südlichen teiles der DDR – I. Die Wasserpflanzengesellschaften. Hercynia, NF, 8 : 4–88.
965 838 03/2.0.2.0.3/10 syn compl pp Lemno - Ceratophyllenion demersi Passarge 1995 Passarge, H., 1995. Die Ceratophyllum-Gesellschaften im Mitteleuropa. Coll. Phytosoc., 23 : 643-655. (Large area vegetation surveys).
966 839 03/2.0.2.0.3/10 syn pp Ceratophyllenion demersi Passarge 1995 Passarge, H., 1995. Die Ceratophyllum-Gesellschaften im Mitteleuropa. Coll. Phytosoc., 23 : 643-655. (Large area vegetation surveys).
967 840 03/2.0.2.0.3/10 syn pp Ceratophylletalia demersi den Hartog & Segal 1964 Hartog, C. den, Segal, S., 1964. A new classification of the waterplant communities. Act. Bot. Neerl., 13 : 367-393.
968 841 03/2.0.2.0.3/10 syn pp Ceratophylletea demersi den Hartog & Segal 1964 Hartog, C. den, Segal, S., 1964. A new classification of the waterplant communities. Act. Bot. Neerl., 13 : 367-393.
969 842 03/2.0.2.0.3/10 syn pp Ceratophyllion demersi den Hartog & Segal 1964 Hartog, C. den, Segal, S., 1964. A new classification of the waterplant communities. Act. Bot. Neerl., 13 : 367-393.
970 843 03/2.0.2.0.3/11 ASS Groenlandio densae - Zannichellietum peltatae Velayos, Carrasco & Cirujano 1989 Velayos, M., M.A. Carrasco & S. Cirujano 1989. Las lagunas del Campo de Calatrava (Ciudad Real). Bot. Complut., 14 : 9-59.
971 844 03/2.0.2.0.3/12 ASS Myriophyllo alterniflori - Callitrichetum brutiae Cirujano, Pascual & Velayos 1986 Cirujano, S., P. Pascual & M. Velayos 1986. Aportación al conocimiento de Ranunculus peltatus Schrank subsp. saniculifolius Viv.) C.D.K. Cook, y su comportamiento fitosociológico. Trab. Dept. Bot. Univ. Complut. Madrid, 13: 99-110.
972 845 03/2.0.2.0.3/13 ASS Ranunculetum tripartiti Galán de Mera in Pérez Latorre, Galán de Mera, P. Navas, D. Navas, Y. Gil & Cabezudo 1999 Pérez Latorre, A.V., A. Galán de Mera, P. Navas, D. Navas, Y. Gil & B. Cabezudo, 1999. Datos sobre la flora y vegetación del Parque Natural de los alcornocales (Cádiz-Málaga, España). Acta Bot. Malacitana, 24 : 133-184.
973 6968 03/2.0.2.0.3/14 ASS Callitrichetum palustris Julve 2007 ass. nov. hoc loco ornières profondes des chemins forestiers, subpermanentes, ombragées hoc loco
974 6611 03/2.0.2.0.3/15 ASS Myriophylletum alterniflori Chouard 1924 'Chouard, P., 1924. Monographies phytosociologiques. I. La région de Brigueil l''Ainé (Confolentais). Bull. Soc. Bot. Fra., 71 : 1130-1158.'
975 751 03/2.0.2.0.3/15 syn = Myriophylletum alterniflori Lemée 1937 Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
976 7981 03/2.0.2.0.3/15 syn = Myriophylletum alterniflori Lemée 1937 em. Sissingh in Bennema, Sissingh & Westhoff 1943 Bennema, J.G., G. Sissingh & V. Westhoff, 1943. Waterplantengemeenschappen in Nederland. Rapport, 12 p. Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
977 736 03/2.0.2.0.3/15 syn compl Charo fragilis - Myriophylletum alterniflori Fijalkowski 1960 ex Passarge 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527. Fijałkowski, D., 1960. Szata roślinna jezior Łęczyńsko-Włodawskichi przylegających do nich torfowisk. - Ann. Univ. Mariae-Curie-Sklodowska Lublin, sectio B, 14(3) : 131-206. (1959) [Plant associations of lakes situated between Leczna and Wlodawa and of peat-logs adjacent to these lakes]
978 735 03/2.0.2.0.3/15 syn compl Utriculario australis - Myriophylletum alterniflori Chouard 1924 'Chouard, P., 1924. Monographies phytosociologiques. I. La région de Brigueil l''Ainé (Confolentais). Bull. Soc. Bot. Fra., 71 : 1130-1158.'
979 8165 03/2.0.2.0.3/16 GRPT grpt à Ranunculus trichophyllus subsp. drouetii & Callitriche brutia Baudet, Bouzillé, Godeau, Gruet & Maillard 1987 Baudet, J., J.-B. Bouzillé, M. Godeau, Y. Gruet & Y. Maillard, 1987. Ecologie du Marais Breton-Vendéen. Etude d’une unité hydrologique. Bull. Soc. Bot. Centre-ouest, n.s., 18 : 13-44.
980 846 03/2.0.2.0.4 3260pp ALL Ranunculion fluitantis Neuhäusl 1959 herbiers aquatiques, vivaces, enracinés, des eaux douces, courantes, peu profondes Neuhäusl, R., 1959. Die Pflanzengesellschaften des südostlichen Teiles des Wittingauer Beckens. Preslia, 31 : 115-147.
981 847 03/2.0.2.0.4 syn compl incl pp Lemno minoris - Callitrichion Passarge 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527.
982 848 03/2.0.2.0.4 syn incl pp Veronico - Callitrichenion Passarge 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527.
983 849 03/2.0.2.0.4 syn pp Callitricho - Ranunculion den Hartog & Segal 1964 Callitricho - Batrachion Hartog, C. den, Segal, S., 1964. A new classification of the waterplant communities. Act. Bot. Neerl., 13 : 367-393.
984 851 03/2.0.2.0.4/01 ASS Groenlandio densae - Potamogetonetum nodosi O. de Bolòs 1957 'herbier aquatique vivace, d''eaux courantes profondes (150-200cm) eutrophes, thermophiles' Bolòs, O. de, 1957. De vegetationes valentina. Collectanea Bot., 5 : 527-596.
985 6617 03/2.0.2.0.4/01 syn incl ? Potamogetonetum nodosi Segal 1965 Segal, S., 1965. Een vegetatie-onderzoek van de hogere waterplanten in Nederland. Wetenschappelijke Mededelingen KNNV, 57: 1-80.
986 852 03/2.0.2.0.4/02 ASS Potamogetono perfoliati - Ranunculetum fluitantis Koch 1926 herbier aquatique des eaux courantes basiques, mésotrophes, transparentes, peu à moyennement profondes (20-120cm), boréo centroeuropéen, psychrophile Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
987 854 03/2.0.2.0.4/02 syn incl Callitricho obtusangulae - Ranunculetum fluitantis (Seibert 1962) Passarge 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527. Seibert, P., 1962. Die Auenvegetation an der Isar nördlich von München und ihre Beeinflüssung durch den Menschen. Landschaftspfl. Vegetationsk., 3 : 1-124.
988 855 03/2.0.2.0.4/02 syn incl Callitricho platycarpae - Ranunculetum fluitantis Grube 1975 em. Passarge 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527. Grube, H.J., 1975. Die Makrophyten vegetation der Fliege wasser in Siid-Niedersachsen und ihre Beziehungen zur Gewässerverschmutzung. Arch. Hydrobiol. Suppl. 45 : 376-456.
989 6616 03/2.0.2.0.4/02 syn incl Groenlandietum densae Oberdorfer 1957 ex Korneck 1962 Korneck, D., 1962. Die Pfeifengraswiesen und ihre wichtigsten Kontaktgesellschaften in der nörlichen Oberrheinbene und im Schweinfurter Trockengebiet. I, Das Molinietum medioeuropaeum, II, Die Molinieten feuchter Standorte. Beitr. Naturk. Forsch. SW Dtschld, 21 (1) : 55-77, (2) : 165-190. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
990 857 03/2.0.2.0.4/02 syn incl Nupharo luteae fo. submersae - Ranunculetum fluitantis Passarge (1955) 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527. Passarge, H., 1955. Die Ufervegetation des Briesener Sees. Mitt. Flor. Soz. Arbeitsgem., N.F. 5 : 91-98.
991 858 03/2.0.2.0.4/02 syn incl Sparganio emersi écoph. subm. - Ranunculetum fluitantis Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
992 856 03/2.0.2.0.4/02 syn incl nn Groenlandietum densae (Oberdorfer 1957) Segal 1965 Segal, S., 1965. Een vegetatie-onderzoek van de hogere waterplanten in Nederland. Wetenschappelijke Mededelingen KNNV, 57: 1-80. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
993 853 03/2.0.2.0.4/02 syn nn Ranunculetum fluitantis Allorge 1922 Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
994 859 03/2.0.2.0.4/03 syn nn Ranunculo penicillati subsp. penicillati - Beruletum erectae écoph. subm. Mériaux in Mériaux & Verdevoye 1983 Mériaux, J.L. & P. Verdevoye, 1983. Données sur le Callitrichetum obtusangulae Seibert 1962. Coll. Phytosoc., 10 : 45-68. (Les végétations aquatiques et amphibies, Lille 1981).
995 860 03/2.0.2.0.4/04 ASS Ranunculo penicillati subsp. pseudofluitantis - Beruletum erectae écoph. rhéophile (Roll 1939) Müller 1962 herbier aquatique des eaux courantes basiques, mésotrophes, transparentes, peu à moyennement profondes (20-120cm), subatlantique, mésotherme Ranunculo - Sietum erecto submersi Müller, T., 1962. Die Fluthahnenfussgesellschaften unserer fliessgewässer. Veröff. Land. Natursch. Landschaftspfl. Bad.-Württ., 30 : 152-163. Roll, H., 1939. Die Pflanzengesellschaften ostholsteinischer Fliessgewässer. Arch. Hydrobiol., 34 : 159-305.
996 861 03/2.0.2.0.4/04 syn = Ranunculetum penicillati (Müller 1962) Passarge 1992 [pro ass.-gr.] Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527.
997 862 03/2.0.2.0.4/04 syn incl Beruletum erectae écoph. rhéophile Roll 1938 Beruletum angustifolia submersa Roll, H., 1938b: Die Pflanzengesellschaften ostholsteinischer Fließgewässer. – Arch. Hydrobiol. 34: 159–305.
998 863 03/2.0.2.0.4/04 syn incl Callitricho hamulatae - Ranunculetum penicillati (Müller 1962) Passarge 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527.
999 864 03/2.0.2.0.4/04 syn incl Elodeo canadensis - Ranunculetum penicillati Passarge (1962) 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527.
1000 7183 03/2.0.2.0.4/04 syn incl Ranunculo penicillati subsp. pseudofluitantis - Beruletum erectae écoph. rhéophile Mérriaux 1984 Ranunculo penicillati calcarei - Sietum erecto submersi 'Mériaux, J.-L., 1984. La végétation de la vallée de la Somme. Actes Coll. "L'' Environnement en Picardie", AMBE Pic., 81-91.'
1001 865 03/2.0.2.0.4/05 ASS Berulo erectae écoph. rhéophile - Callitrichetum obtusangulae écoph. rhéophile (Mériaux & Verdevoye 1983) Julve 2005 ass. nov. hoc loco herbier aquatique des eaux courantes rapides, peu profondes, mésotrophes hoc loco Mériaux, J.L. & P. Verdevoye, 1983. Données sur le Callitrichetum obtusangulae Seibert 1962. Coll. Phytosoc., 10 : 45-68. (Les végétations aquatiques et amphibies, Lille 1981).
1002 733 03/2.0.2.0.4/05 syn ambig non Callitrichetum obtusangulae Seibert 1962 Seibert, P., 1962. Die Auenvegetation an der Isar nördlich von München und ihre Beeinflüssung durch den Menschen. Landschaftspfl. Vegetationsk., 3 : 1-124.
1003 866 03/2.0.2.0.4/05 syn pp Callitrichetum obtusangulae (Seibert 1962) Mériaux & Verdevoye 1983 [typicum] Mériaux, J.L. & P. Verdevoye, 1983. Données sur le Callitrichetum obtusangulae Seibert 1962. Coll. Phytosoc., 10 : 45-68. (Les végétations aquatiques et amphibies, Lille 1981).
1004 867 03/2.0.2.0.4/05 syn pp Callitrichetum obtusangulae auct.
1005 8068 03/2.0.2.0.4/05 syn = ambig Beruletum erectae Roll 1938 cressonnière amphibie mésotrophile des substrats organiques, parfois tourbeux Beruletum angustifoliae submersae Roll, H., 1938. Die Pflanzengesellschaften ostholsteinischer Fließgewässer. Arch. Hydrobiol., 34: 159–305.
1006 868 03/2.0.2.0.4/06 ASS Veronico beccabungae écoph. rhéophile - Callitrichetum stagnalis écoph. rhéophile (Kaiser 1926) Müller 1962 herbier aquatique des eaux courantes rapides, peu profondes, mésooligotrophes Müller, T., 1962. Die Fluthahnenfussgesellschaften unserer fliessgewässer. Veröff. Land. Natursch. Landschaftspfl. Bad.-Württ., 30 : 152-163. Kaiser, A., 1926. Die Pflanzenwelt des Hennebergisch-Fränkischen Muschelkalkgebietes. Feddes repert., Repert. Spec. Nov. Regni Veg., Beih. 43, 280 p. Dahlem.
1007 6647 03/2.0.2.0.4/06 syn = Potamogetonetum polygonifolii var. lanceolati Robbe 1993 Robbe, G., 1993. Les groupements végétaux du Morvan. Société d.histoire naturelle et des amis du muséum d.Autun, Autun, 159 p.
1008 6615 03/2.0.2.0.4/06 syn = Veronico beccabungae écoph. rhéophile - Callitrichetum stagnalis écoph. rhéophile Oberdorfer 1957 ex Müller 1962 Müller, T., 1962. Die Fluthahnenfussgesellschaften unserer fliessgewässer. Veröff. Land. Natursch. Landschaftspfl. Bad.-Württ., 30 : 152-163. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1009 869 03/2.0.2.0.4/07 ASS Veronico beccabungae écoph. rhéophile - Callitrichetum platycarpae écoph. rhéophile (Grube 1975) Mériaux 1978 herbier aquatique des eaux courantes rapides, peu profondes, eutrophes 'Mériaux, J.-L., 1978. Etude analytique et comparative de la végétation aquatique d''étangs et marais du nord de la France vallée de la Sensée et bassin houiller du nord/pas de calais). Doc. Phytosoc., N.S., 3 : 1-244.' Grube, H.J., 1975. Die Makrophyten vegetation der Fliege wasser in Siid-Niedersachsen und ihre Beziehungen zur Gewässerverschmutzung. Arch. Hydrobiol. Suppl. 45 : 376-456.
1010 870 03/2.0.2.0.4/07 syn incl Callitricho platycarpae - Groenlandietum densae Passarge 1996 Passarge, H., 1996. Mitteleuropäische Potamogetonetea III. Phytocoenologia, 26 : 129-177.
1011 871 03/2.0.2.0.4/08 ASS Callitricho hamulatae écoph. rhéophile - Ranunculetum penicillati subsp. penicillati Oberdorfer 1957 herbier aquatique des eaux courantes rapides, acides, peu profondes, oligotrophes Callitricho - Ranunculetum fluitantis Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1012 872 03/2.0.2.0.4/08 syn = Ranunculo penicillati - Callitrichetum hamulatae Oberdorfer 1957 em. Müller in Oberdorfer 1977 nom. inv. Oberdorfer, E., 1977. Süddeutsche Pflanzengesellschaften Teil I. 2. ed. G. Fischer, 311 pp. Stuttgart-New York. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1013 873 03/2.0.2.0.4/08 syn = Veronico beccabungae écoph. rhéophile - Callitrichetum hamulatae écoph. rhéophile Passarge 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527.
1014 874 03/2.0.2.0.4/08 syn illeg ambig Myriophylletum alterniflori Steusloff 1939 ?
1015 875 03/2.0.2.0.4/08 syn incl Callitricho hamulatae écoph. rhéophile - Myriophylletum alterniflori écoph. rhéophile (Steusloff 1939) Weber 1967 Weber, H.E., 1967. Über die Vegetation der Knicks in Schleswig-Holstein. Mitt. Arb. Gem. Floristik Schleswig-Holstein und Hamburg, 15 : 196 p. ?
1016 876 03/2.0.2.0.4/08 syn pp illeg nn Callitrichetum hamulatae Oberdorfer (1957) 1970 ? Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1017 877 03/2.0.2.0.4/09 ASS Sparganio emersi écoph. rhéophile - Potamogetonetum pectinati var. interrupti (Hilbig 1971) Reichhoff & Hilbig 1975 herbier aquatique des eaux courantes moyennement rapides, moyennement profondes, eutrophisées Reichhoff, L. & W. Hilbig, 1975. Die Wasser und Röhrichtvegetation im NSG « Crassensee » bei Seegrehna, Krs. Wittenberg. Natusch. Natukundl. Heimatforsch. Bez. Halle und Magdeburg, 11/12 : 53-75. Hilbig, W., 1971. Übersicht über die Pflanzengesellschaften des südlichen teiles der DDR – I. Die Wasserpflanzengesellschaften. Hercynia, NF, 8 : 4–88.
1018 878 03/2.0.2.0.4/09 syn = Sagittario sagittifoliae fo. vallisnerifoliae - Sparganietum emersi fo. longissimi Julve & Gillet 1994 Julve, Ph. & F. Gillet, 1994. III. Experiences of French authors (Map 3). In Falinski, J.B., (Ed.) : Vegetation under the diverse anthropogenic impact as object of basic phytosociological map. Results of the international cartographical experiment organized in the Bialowieza Forest. Phytocoenosis, N.S. 6, Suppl. Cartog. Geobot., 4 : 45-66, 1 carte en couleur).
1019 879 03/2.0.2.0.4/09 syn incl Butometum umbellati fo. vallisnerifolii Schmidt 1981 Schmidt, F., 1981. Pflanzensoziologische und Ökologische Untersuchungen der Gewässer um Güstrow. Natur und Naturschutz Mecklenburg, 17 : 1-130.
1020 880 03/2.0.2.0.4/09 syn incl Sparganio emersi écoph. subm. - Elodeetum canadensis Weber-Oldecop 1977 Weber-Oldecop, D.W., 1977. Fliessgewassertypologie in niedersachsen auf floristisch-soziologischer grundlage. Gottingen Floristische Rundbriefe, 10 : 73-80.
1021 881 03/2.0.2.0.4/09 syn pp Callitrichetum obtusangulae (Seibert 1962) Mériaux & Verdevoye 1983 [sagittarietosum pp] Mériaux, J.L. & P. Verdevoye, 1983. Données sur le Callitrichetum obtusangulae Seibert 1962. Coll. Phytosoc., 10 : 45-68. (Les végétations aquatiques et amphibies, Lille 1981).
1022 882 03/2.0.2.0.4/10 ASS Potamogetono alpini var. obscuri - Oenanthetum fluviatilis (Mériaux & Verdevoye 1983) Julve 2005 ass. nov. hoc loco herbier aquatique des eaux courantes moyennement rapides, moyennement profondes, mésotrophes hoc loco Mériaux, J.L. & P. Verdevoye, 1983. Données sur le Callitrichetum obtusangulae Seibert 1962. Coll. Phytosoc., 10 : 45-68. (Les végétations aquatiques et amphibies, Lille 1981).
1023 883 03/2.0.2.0.4/10 syn pp Callitrichetum obtusangulae (Seibert 1962) Mériaux & Verdevoye 1983 [sagittarietosum pp] Mériaux, J.L. & P. Verdevoye, 1983. Données sur le Callitrichetum obtusangulae Seibert 1962. Coll. Phytosoc., 10 : 45-68. (Les végétations aquatiques et amphibies, Lille 1981).
1024 884 03/2.0.2.0.4/11 ASS Junco subnodulosi écoph. rhéophile - Potamogetonetum colorati écoph. rhéophile Julve 2006 ass. nov. hoc loco herbier vivace des eaux courantes oligotrophes organiques basophiles hoc loco
1025 885 03/2.0.2.0.4/12 ASS Callitricho brutiae écoph. rhéophile - Ranunculetum penicillati subsp. pseudofluitantis Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
1026 886 03/2.0.2.0.5 ALL Ruppion maritimae Braun-Blanquet 1931 em. den Hartog & Segal 1964 herbiers aquatiques, vivaces, enracinés, des eaux stagnantes peu profondes, saumâtres Hartog, C. den & S. Segal, 1964. A new classification of the waterplant communities. Acta Bot. Neerl., 13 : 367-393.
1027 887 03/2.0.2.0.5 syn = Althenio filiformis - Ruppion maritimae Den Hartog 1981 Althenio - Ruppion Hartog, C. den, 1981. Aquatic plant communities of poikilosaline waters. Hydrobiologia, 81 : 15-22.
1028 890 03/2.0.2.0.5 syn = Ruppion maritimae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
1029 891 03/2.0.2.0.5 syn = Ruppion maritimae Braun-Blanquet 1931 ex Westhoff in Bennema, Sissingh & Westhoff 1943 Bennema, J.G., G. Sissingh & V. Westhoff, 1943. Waterplantengemeenschappen in Nederland. Rapport, 12 p. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
1030 892 03/2.0.2.0.5 syn incl Zannichellietalia palustris subsp. pedicellatae Schaminée, Lanjouw & Schipper 1990 Schaminée, J.H.J., B. Lanjouw & P.C. Schipper, 1990. Een nieuwe indeling van de waterplantengemeenschappen in Nederland. Stratiotes, 1 : 5-16.
1031 893 03/2.0.2.0.5 syn incl Zannichellio palustris - Ruppietalia maritimae Schaminée & Den Hartog in Schaminée, Weeda & Westhoff 1995 Zannichellio - Ruppietalia Schaminée, J.H.J., Weeda, E.J., Westhoff, V., 1995. De vegetatie van Nederland 2. Plantengemeenschappen van wateren, moerassen en natte heiden. [The vegetation of the Netherlands 2. Plant communities of water bodies, swamps and wet heathlands]. 358 p. Opulus Press. Uppsala, Leiden.
1032 894 03/2.0.2.0.5 syn incl Zannichellion palustris subsp. pedicellatae Schaminée in Schaminée, Lanjouw & Schipper 1990 Schaminée, J.H.J., B. Lanjouw & P.C. Schipper, 1990. Een nieuwe indeling van de waterplantengemeenschappen in Nederland. Stratiotes, 1 : 5-16.
1033 888 03/2.0.2.0.5 syn nn Ruppietalia maritimae J. Tüxen 1960 Tüxen, J., 1960. Zur systematischen Stellung des Ruppion-Verbandes. Mitt. Florist.-Soziol. Arbeitsgem., 8 : 180.
1034 889 03/2.0.2.0.5 syn nn Ruppietea maritimae J. Tüxen 1960 Tüxen, J., 1960. Zur systematischen Stellung des Ruppion-Verbandes. Mitt. Florist.-Soziol. Arbeitsgem., 8 : 180.
1035 895 03/2.0.2.0.5/01 ASS Ranunculetum baudotii Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 'herbier vivace d''eaux saumâtres peu salées, dans les fossés cuvettes et mares' Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
1036 896 03/2.0.2.0.5/01 syn = Potamogetono pectinati - Ranunculetum baudotii Klement 1953 ex Passarge 1992 Passarge, H., 1992. Mitteleuropäische Potamogetonetea I. Phytocoenologia, 20 : 489-527. Klement, O., 1953. Die Vegetation der Nordsee- insel Wangerooge. Veroff. Instit. Meeresforsch. Bremerhaven, 2 : 279-379.
1037 897 03/2.0.2.0.5/02 ASS Ruppio maritimae - Zannichellietum palustris subsp. pedicellatae Fröde 1958 ex Fukarek 1961 'herbier vivace d''eaux saumâtres, sur sables' Ruppio maritimae - Zannichellietum pedicellatae Fukarek, F., 1961. Die Vegetation des Darss und ihre Geschichte. Pflanzensoziologie, 12, 321 p. G. Fischer, Jena. Fröde, E. Th., 1958. Die Pflanzengesellschaften der Insel Hiddensee. Wiss. Z. Univ. Greifswald, Math.-Nat. R., 7 : 277-305.
1038 899 03/2.0.2.0.5/02 syn incl Ruppietum maritimae Hocquette 1927 Hocquette, M., 1927. Etude sur la végétation et la flore du littoral de la mer du nord de Nieuport à Sangatte. Arch. Bot. (Caen), 1, mém. 4, 179 p.
1039 900 03/2.0.2.0.5/02 syn incl Zannichellietum palustris subsp. pedicellatae Nordhagen 1954 Zannichellietum pedicellatae Nordhagen, R., 1954. Studies on the vegetation of salt and brackish marshes in Finmark (Norway). Vegetatio, 5/6 : 381-394.
1040 901 03/2.0.2.0.5/02 syn incl Zannichellietum palustris subsp. pedicellatae Nordhagen 1954 em. Pott 1992 Zannichellietum pedicellatae Pott, R., 1992. Die Pflanzengesellschaften Deutschlands. 427 p. Ulmer. Stuttgart. Nordhagen, R., 1954. Studies on the vegetation of salt and brackish marshes in Finmark (Norway). Vegetatio, 5/6 : 381-394.
1041 898 03/2.0.2.0.5/02 syn nn Ruppio maritimae - Zannichellietum palustris subsp. pedicellatae Fröde 1949 apud 1958 Ruppio maritimae - Zannichellietum pedicellatae Ruppieto - Zannichellietum Fröde, E. Th., 1958. Die Pflanzengesellschaften der Insel Hiddensee. Wiss. Z. Univ. Greifswald, Math.-Nat. R., 7 : 277-305.
1042 902 03/2.0.2.0.5/03 ASS Althenio filiformis - Ruppietum cirrhosae Julve 2003 ass. nov. hoc loco 'herbier vivace d''eaux méso à hyperhalines, assez profondes, thermophile, méditerranéen' hoc loco
1043 903 03/2.0.2.0.5/03 syn compl Chaetomorpho limi - Ruppietum cirrhosae Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
1044 904 03/2.0.2.0.5/04 ASS Potamogetono pectinati - Ruppietum cirrhosae (Fröde 1958) Passarge 1996 'herbier vivace d''eaux méso à hyperhalines, assez profondes, mésotherme, atlantique' Passarge, H., 1996. Mitteleuropäische Potamogetonetea III. Phytocoenologia, 26 : 129-177. Fröde, E. Th., 1958. Die Pflanzengesellschaften der Insel Hiddensee. Wiss. Z. Univ. Greifswald, Math.-Nat. R., 7 : 277-305.
1045 905 03/2.0.2.0.5/04 syn compl Enteromorpho intestinalis - Ruppietum cirrhosae Westhoff in Bennema, Sissingh and Westhoff 1943 Bennema, J.G., G. Sissingh & V. Westhoff, 1943. Waterplantengemeenschappen in Nederland. Rapport, 12 p.
1046 906 03/2.0.2.0.5/04 syn incl Ruppietum cirrhosae Iversen 1934 Iversen, J., 1934. Studien over Vegetationen i Ringkøbing Fjord for Hvide Sande-Kanalens aabning 1931. Ringkøbings Fjords naturhist. i brakvandsperioden 1915-1931: 18-35. Kobenhavn.
1047 907 03/3. 3160pp CLA Utricularietea intermedio - minoris Pietsch 1965 herbiers dulcaquicoles vivaces, libres, dystrophiles organiques, eurasiatiques Pietsch, W., 1965. Utricularietea intermedio-minoris class. nov. Ein Beitrag zur Klassifierung der europäischen Wassrschlauchgesellschaften. Ber. Arbeitsgem. Sächs. Bot., N.F., 5/6 : 227-231.
1048 6618 03/3. syn = Utricularietea intermedio - minoris Pietsch 1965 ex Krausch 1968 Krausch, H.D., 1968. Die Pflanzengesellschalten des Stechlinsee-Gebietes. IV Die Moore. Limnologica, 6 : 321-380. Pietsch, W., 1965. Utricularietea intermedio-minoris class. nov. Ein Beitrag zur Klassifierung der europäischen Wassrschlauchgesellschaften. Ber. Arbeitsgem. Sächs. Bot., N.F., 5/6 : 227-231.
1049 908 03/3. syn pp Utricularietea intermedio - minoris den Hartog & Segal 1964 Hartog, C. den & S. Segal, 1964. A new classification of the waterplant communities. Acta Bot. Neerl., 13 : 367-393.
1050 909 03/3.0.1 ORD Utricularietalia intermedio - minoris Pietsch 1965 herbiers dulcaquicoles vivaces, libres, dystrophiles organiques, européens Pietsch, W., 1965. Utricularietea intermedio-minoris class. nov. Ein Beitrag zur Klassifierung der europäischen Wassrschlauchgesellschaften. Ber. Arbeitsgem. Sächs. Bot., N.F., 5/6 : 227-231.
1051 6619 03/3.0.1 syn = Utricularietalia intermedio - minoris Pietsch 1965 ex Krausch 1968 Krausch, H.D., 1968. Die Pflanzengesellschalten des Stechlinsee-Gebietes. IV Die Moore. Limnologica, 6 : 321-380. Pietsch, W., 1965. Utricularietea intermedio-minoris class. nov. Ein Beitrag zur Klassifierung der europäischen Wassrschlauchgesellschaften. Ber. Arbeitsgem. Sächs. Bot., N.F., 5/6 : 227-231.
1052 910 03/3.0.1 syn pp Utricularietalia minoris den Hartog & Segal 1964 Hartog, C. den & S. Segal, 1964. A new classification of the waterplant communities. Acta Bot. Neerl., 13 : 367-393.
1053 911 03/3.0.1.0.1 ALL Utricularion intermedio - minoris (Müller & Görs 1960) Julve 1993 prov. herbiers dulcaquicoles vivaces, libres, dystrophiles organiques, européens Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Müller, T. & S. Görs, 1960. Pflanzengesellschaften stehender Gewässer in Baden-Württemberg. Beitr. Naturkundl. Forsch. Südwestdeutschl., 19 : 60-100.
1054 912 03/3.0.1.0.1 syn compl Scorpidio scorpioidis - Utricularienion minoris (Pietsch 1965) Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.. Pietsch, W., 1965. Utricularietea intermedio-minoris class. nov. Ein Beitrag zur Klassifierung der europäischen Wassrschlauchgesellschaften. Ber. Arbeitsgem. Sächs. Bot., N.F., 5/6 : 227-231.
1055 913 03/3.0.1.0.1 syn compl Scorpidio scorpioidis - Utricularion minoris Pietsch 1965 Pietsch, W., 1965. Utricularietea intermedio-minoris class. nov. Ein Beitrag zur Klassifierung der europäischen Wassrschlauchgesellschaften. Ber. Arbeitsgem. Sächs. Bot., N.F., 5/6 : 227-231.
1056 914 03/3.0.1.0.1 syn compl Sphagno - Utricularienon minoris Müller & Görs 1960 Müller, T. & S. Görs, 1960. Pflanzengesellschaften stehender Gewässer in Baden-Württemberg. Beitr. Naturkundl. Forsch. Südwestdeutschl., 19 : 60-100.
1057 915 03/3.0.1.0.1 syn compl Sphagno - Utricularion minoris Müller & Görs 1960 em. Pietsch 1965 Pietsch, W., 1965. Utricularietea intermedio-minoris class. nov. Ein Beitrag zur Klassifierung der europäischen Wassrschlauchgesellschaften. Ber. Arbeitsgem. Sächs. Bot., N.F., 5/6 : 227-231. Müller, T. & S. Görs, 1960. Pflanzengesellschaften stehender Gewässer in Baden-Württemberg. Beitr. Naturkundl. Forsch. Südwestdeutschl., 19 : 60-100.
1058 916 03/3.0.1.0.1/01 ASS Utricularietum intermedio - minoris (Pietsch 1965) Krausch 1968 herbier vivace, libre, des eaux dystrophiles organiques, basiques Krausch, H.D., 1968. Die Pflanzengesellschalten des Stechlinsee-Gebietes. IV Die Moore. Limnologica, 6 : 321-380. Pietsch, W., 1965. Utricularietea intermedio-minoris class. nov. Ein Beitrag zur Klassifierung der europäischen Wassrschlauchgesellschaften. Ber. Arbeitsgem. Sächs. Bot., N.F., 5/6 : 227-231.
1059 917 03/3.0.1.0.1/01 syn compl Drepanoclado - Utricularietum minoris Müller & Görs 1960 Müller, T. & S. Görs, 1960. Pflanzengesellschaften stehender Gewässer in Baden-Württemberg. Beitr. Naturkundl. Forsch. Südwestdeutschl., 19 : 60-100.
1060 918 03/3.0.1.0.1/01 syn compl Scorpidio scorpioidis - Utricularietum intermediae (Pietsch 1975) Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.. Pietsch, W., 1975.Zur Soziologie und Ökologie der Kleinwasserschlauch-Gesellschaften Brandenburgs. Gleditschia, 3: 147-163.
1061 919 03/3.0.1.0.1/01 syn compl Scorpidio scorpioidis - Utricularietum minoris (Ilschner 1959) Müller & Görs 1960 Müller, T. & S. Görs, 1960. Pflanzengesellschaften stehender Gewässer in Baden-Württemberg. Beitr. Naturkundl. Forsch. Südwestdeutschl., 19 : 60-100. Ilschner, G., 1959. Die Pflanzengesellschaften des Wurzacher Riedes. Zur Systematik, Ökologie und Kenntnis des Vegetationsgefüges von Moorgesellschaften. Diss. Univ. Tübingen, 208 p.
1062 920 03/3.0.1.0.1/01 syn compl Sphagno - Utricularietum minoris (Fijalkowski 1960) Pietsch 1975 Pietsch, W., 1975. Zur Soziologie und Ökologie der Kleinwasserschlauch-Gesellschaften Brandenburgs. Gleditschia, 3: 147-163. Fijałkowski, D., 1960. Szata roślinna jezior Łęczyńsko-Włodawskichi przylegających do nich torfowisk. - Ann. Univ. Mariae-Curie-Sklodowska Lublin, sectio B, 14(3) : 131-206. (1959) [Plant associations of lakes situated between Leczna and Wlodawa and of peat-logs adjacent to these lakes]
1063 921 03/3.0.1.0.1/01 syn compl Sphagno - Utricularietum minoris Pietsch 1965 Pietsch, W., 1965. Utricularietea intermedio-minoris class. nov. Ein Beitrag zur Klassifierung der europäischen Wassrschlauchgesellschaften. Ber. Arbeitsgem. Sächs. Bot., N.F., 5/6 : 227-231.
1064 922 03/3.0.1.0.1/01 syn incl Utricularietum intermediae Segal 1965 Segal, S., 1965. Een vegetatie-onderzoek van de hogere waterplanten in Nederland. Wetenschappelijke Mededelingen KNNV 57: 1-80.
1065 923 03/3.0.1.0.1/01 syn incl Utriculario minoris - Aldrovandetum vesiculosae Pietsch 1975 Pietsch, W., 1975. Zur Soziologie und Ökologie der Kleinwasserschlauch-Gesellschaften Brandenburgs. Gleditschia, 3: 147-163.
1066 924 03/3.0.1.0.1/02 ASS Utricularietum ochroleucae (Schumacher 1937) Oberdorfer 1957 herbier vivace, libre, des eaux dystrophiles organiques, acides Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Schumacher, A., 1937. Floristisch-soziologische Beobachtungen in Hochmooren des südlichen Schwarzwaldes. (Moore der Messtischblätter Feldberg, St. Blasien). Beitr. naturk. Forsch. SW-Deutsch., Karlsruhe, 2(2) : 221-283.
1067 925 03/3.0.1.0.1/02 syn compl Sphagno - Utricularietum ochroleucae (Schumacher 1937) Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Schumacher, A., 1937. Floristisch-soziologische Beobachtungen in Hochmooren des südlichen Schwarzwaldes. (Moore der Messtischblätter Feldberg, St. Blasien). Beitr. naturk. Forsch. SW-Deutsch., Karlsruhe, 2(2) : 221-283.
1068 926 03/4. CLA Najado marinae - Potamogetonetea pusilli Julve 2004 class. nov. hoc loco herbiers dulcaquicoles, annuels, enracinés, pionniers, holarctiques hoc loco
1069 927 03/4.0.1 ORD Potamogetonetalia berchtoldii Julve 2004 ord. nov. hoc loco herbiers dulcaquicoles, annuels, enracinés, pionniers, européens hoc loco
1070 928 03/4.0.1 syn pp Parvopotametalia Den Hartog & Segal 1964 Hartog, C. den & S. Segal, 1964. A new classification of the waterplant communities. Acta Bot. Neerl., 13 : 367-393.
1071 929 03/4.0.1.0.1 ALL Potamogetonion pusilli Wiegleb ex Vahle in Preising, Vahle, Brandes, Hofmeister, J.Tüxen & Weber 1990 'herbiers dulcaquicoles, annuels, enracinés, européens, pionniers d''eaux peu profondes' Preising, E., H.-C. Vahle, D. Brandes, H. Hofmeister, J. Tüxen & H.E. Weber, 1990. Wasser- und Sumpfpflanzengesellschaften des Süßwassers. Naturschutz und Landschaftspflege in Niedersachsen, Heft 20/8.
1072 932 03/4.0.1.0.1 syn = Potamogetonion pusilli Koch 1926 em. Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1073 930 03/4.0.1.0.1 syn = Potamogetonion Vollmar 1947 Parvo-Potamion eurosibiricum Vollmar, F., 1947. Die Pflanzengesellschaften des Murnauer Moores. Ber. Bayer. Bot. Gesell., 27 : 13-97.
1074 931 03/4.0.1.0.1 syn = Potamogetonion Vollmar 1947 em. den Hartog & Segal 1964 Parvo-Potamion Hartog, C. den & S. Segal, 1964. A new classification of the waterplant communities. Acta Bot. Neerl., 13 : 367-393. Vollmar, F., 1947. Die Pflanzengesellschaften des Murnauer Moores. Ber. Bayer. Bot. Gesell., 27 : 13-97.
1075 933 03/4.0.1.0.1 syn compl incl Potamogetonion natanti - obtusifolii Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin..
1076 934 03/4.0.1.0.1/01 ASS Potamogetonetum berchtoldii Wijsman 1965 'herbier dulcaquicole annuel enraciné, pionnier d''eaux peu profondes eutrophes' ?
1077 935 03/4.0.1.0.1/01 syn = Potamogetonetum berchtoldii (Passarge 1982) Schaminée, Stortelder & Westhoff 1995 Schaminée, J.H.J., Stortelder, A.H.F., Westhoff, V., 1995. De vegetatie van Nederland I. 296 p. Opulus Press. Uppsala, Leiden. Passarge, H., 1982. Hydrophyten Vegetationsaufnahmen. Tuexenia, 2 : 13-21.
1078 936 03/4.0.1.0.1/01 syn = Potamogetonetum berchtoldii Wijsman 1965 ex Schipper, Lanjouw & Schaminée in Schaminée, Stortelder & Westhoff 1995 Schaminée, J.H.J., Stortelder, A.H.F., Westhoff, V., 1995. De vegetatie van Nederland I. 296 p. Opulus Press. Uppsala, Leiden.
1079 937 03/4.0.1.0.1/01 syn compl incl Callitricho cophocarpae - Potamogetonetum berchtoldii Passarge 1982 Passarge, H., 1982. Hydrophyten Vegetationsaufnahmen. Tuexenia, 2 : 13-21.
1080 938 03/4.0.1.0.1/01 syn compl incl Callitricho stagnalis - Potamogetonetum berchtoldii Doll 1991 Doll, R., 1991. Die Pflanzengesellschaften der stehenden Gewässer im norden der DDR. I.2/3/4. Feddes Repert., 102 (3-4) : 199-317. 103 : 597-619.
1081 939 03/4.0.1.0.1/01 syn compl incl Potamogetonetum berchtoldii - pectinati (Oberdorfer 1957) Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1082 940 03/4.0.1.0.1/02 ASS Potamogetonetum friesii Iversen 1929 'herbier dulcaquicole annuel enraciné, pionnier d''eaux peu profondes eutrophes, basiques' ?
1083 941 03/4.0.1.0.1/02 syn = Potamogetonetum friesii Bennema & Westhoff in Bennema, Sissingh & Westhoff 1943 Bennema, J.G., Sissingh, G., Westhoff, V., 1943. Waterplantengemeenschappen in Nederland. Rapport, 12 p.
1084 942 03/4.0.1.0.1/02 syn compl incl Ceratophyllo demersi - Potamogetonetum compressi (Doll 1977) Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.. Doll, R., 1977. Die Vegetation des Naturschutzgebietes Useriner Horst. Gleditschia 5, 157-163.
1085 943 03/4.0.1.0.1/02 syn compl incl Potamogetonetum crispo - friesii (Bennema & Westhoff in Bennema, Sissingh & Westhoff 1943) Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.. Bennema, J.G., Sissingh, G., Westhoff, V., 1943. Waterplantengemeenschappen in Nederland. Rapport, 12 p.
1086 944 03/4.0.1.0.1/02 syn compl incl Ranunculo circinati - Potamogetonetum friesii Weber-Oldecop 1977 Weber-Oldecop, D.W., 1977. Fliessgewassertypologie in niedersachsen auf floristisch-soziologischer grundlage. Gottingen Floristische Rundbriefe, 10 : 73-80.
1087 945 03/4.0.1.0.1/02 syn incl Potamogetonetum compressi Tomaszewicz 1979 Tomaszewicz, H., 1979. Róslinność wodna i szuwarowa Polski (klasy: Lemnetea, Charetea, Potamogetonetea, Phragmitetea) wg stanu zbadania na rok 1975. - Rozpr. Uniw. Warsz., Wydawnictwo Universytetu Warszwskiego, Warszawa, 324 p.
1088 946 03/4.0.1.0.1/03 ASS Potamogetonetum trichoidis Freitag, Markus & Schwippl 1959 'herbier dulcaquicole annuel enraciné, pionnier d''eaux peu profondes mésooligotrophes' Freitag, H., Markus, C., Wippel, I., 1959. Die Wasser- und Sumpfgesellschaften im Magdeburger Urstromtal südlich des Fläming. Wiss. Z. Päd. Hochsch. Potsdam, Math. -Nat., 4 : 65-92.
1089 947 03/4.0.1.0.1/03 syn = Potamogetonetum trichoidis (Freitag, Markus & Schwippl 1959) Tüxen 1974 Tüxen, R., 1974. Die Pflanzengesellschaften Nordwestdeutschlands, (2ten Aufl.), 1, 207 p. Cramer, Lehre. Freitag, H., Markus, C., Wippel, I., 1959. Die Wasser- und Sumpfgesellschaften im Magdeburger Urstromtal südlich des Fläming. Wiss. Z. Päd. Hochsch. Potsdam, Math. -Nat., 4 : 65-92.
1090 948 03/4.0.1.0.1/03 syn = Potamogetonetum trichoidis J. & R.Tüxen in Tüxen 1965 ?
1091 949 03/4.0.1.0.1/03 syn compl incl Potamogetonetum natanti - acutifolii (Carstensen 1954) Doll 1991 ex Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.. Doll, R., 1991. Die Pflanzengesellschaften der stehenden Gewässer im norden der DDR. I.2/3/4. Feddes Repert., 102 (3-4) : 199-317. 103 : 597-619. Carstensen, U., 1954. Laichkrautgesellschaften an Kleingewässern Schleswig-Holsteins. - Schr. Naturwiss. Ver. Schlesw.-Holst. 27/2 : 144-170.
1092 950 03/4.0.1.0.1/03 syn incl Potamogetonetum acutifolii Podbielkowski 1967 Podbielkowski Z., 1967. Rzadsze rośliny naczyniowe województwa warszawskiego. Fragm. Flor. Geobot. 13(3) : 323-325.
1093 7991 03/4.0.1.0.1/03 syn incl Potamogetonetum acutifolii Segal 1965 ex Šumberová et Hrivnák in Chytrý 2011 Šumberová, K. & R. Hrivnák, 2011. VBB22 Potametum acutifolii Segal ex Šumberová et Hrivnák in Chytrý 2011. In: Chytrý M. (ed.), Vegetace České republiky. 3. Vodní a mokřadní vegetace [Vegetation of the Czech Republic 3. Aquatic and wetland vegetation]. Academia, Praha, pp. 205-208. Segal, S., 1965. Een vegetatie-onderzoek van de hogere waterplanten in Nederland. Wetenschappelijke Mededelingen KNNV, 57: 1-80.
1094 951 03/4.0.1.0.1/03 syn incl nn Potamogetonetum acutifolii Segal 1965 Segal, S., 1965. Een vegetatie-onderzoek van de hogere waterplanten in Nederland. Wetenschappelijke Mededelingen KNNV, 57: 1-80.
1095 952 03/4.0.1.0.1/04 ASS Potamogetonetum obtusifolii Carstensen 1954 'herbier dulcaquicole annuel enraciné, pionnier d''eaux peu profondes mésoeutrophes' Carstensen, U., 1954. Laichkrautgesellschaften an Kleingewässern Schleswig-Holsteins. - Schr. Naturwiss. Ver. Schlesw.-Holst. 27/2 : 144-170.
1096 953 03/4.0.1.0.1/04 syn compl incl Potamogetonetum crispo - obtusifolii Sauer 1937 Sauer, F., 1937. Die Makrophytenvegetation ostholsteinischer Seen und Teiche. Arch. Hydrobiol., Suppl., 6 : 431-592.
1097 954 03/4.0.1.0.1/04 syn incl Potamogetonetum obtusifolii Sauer 1937 ex Neuhäusl 1959 Neuhäusl, R., 1959. Die Pflanzengesellschaften des südostlichen Teiles des Wittingauer Beckens. Preslia, 31 : 115-147. Sauer, F., 1937. Die Makrophytenvegetation ostholsteinischer Seen und Teiche. Arch. Hydrobiol., Suppl., 6 : 431-592.
1098 955 03/4.0.1.0.1/05 ASS Potamogetonetum rutili Passarge (1963) 1996 'herbier dulcaquicole annuel enraciné, pionnier d''eaux peu profondes oligotrophes' Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.. Passarge, H., 1963. Übersicht über die nichtigsten Vegetationseinheiten Deutschlands. In A. Scamoni, Einführung in die praktische Vegetationskunde. 2te Aufl., pp. : 164-216.
1099 956 03/4.0.1.0.1/05 syn compl Elodeo canadensis - Potamogetonetum rutili Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin..
1100 957 03/4.0.1.0.2 ALL Najadion marinae Passarge 1978 'herbiers dulcaquicoles, annuels, enracinés, européens, pionniers d''eaux profondes' Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195.
1101 958 03/4.0.1.0.2/01 ASS Najadetum marinae (Libbert 1952) Fukarek 1961 'herbier dulcaquicole annuel, enraciné, pionnier d''eaux de profondeur variable sur vase' Fukarek, F., 1961. Die Vegetation des Darss und ihre Geschichte. Pflanzensoziologie, 12, 321 p. G. Fischer, Jena. ?
1102 960 03/4.0.1.0.2/01 syn = Potamogetono berchtoldii - Najadetum marinae (Oberdorfer 1957) Kapp & Sell 1965 Kapp, R., Sell, Y., 1965. Les associations aquatiques d’Alsace I. Bull. Ass. Phil. Alsace-Lorr. 12 : 66-78. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1103 959 03/4.0.1.0.2/01 syn = Potamogetono berchtoldii - Najadetum marinae Oberdorfer 1957 Parvopotamogetono - Najadetum marinae Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1104 961 03/4.0.1.0.2/01 syn compl Myriophyllo spicati - Najadetum marinae (Philippi 1969) Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.. Philippi, G., 1969. Zur Verbreitung und Soziologie einiger Arten von Zwergbinsen- und Strandlinsengesellschaften im badischen Oberrheingebiet. Mitt. Bad. Landesver. Naturk. u. Naturschutz, N. F., 10 : 139-172.
1105 962 03/4.0.1.0.2/01 syn compl Potamogetono - Najadetum marinae Horvatić & Mičevski in Horvatić 1963 Horvatic, S., 1963. Vegetacijska karta otoka Paga s opcim pregledom vegetacijskih jedinica hrvatskog primorja. Prir. Istr. JAZU, 33, Acta Biol., 4 : 1-187.
1106 963 03/4.0.1.0.2/02 ASS Najadetum intermediae (Koch 1926) Lang 1973 Lang, G., 1973. Die Vegetation des westlichen Bodenseegebietes. Pflanzensoz., 17. 451 p. Jena. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1107 964 03/4.0.1.0.2/03 ASS Najadetum minoris Ubrizsý (1948) 1961 Ubrizsý, G., 1961. Unkrautvegetation der reiskulturen in Ungarn. Acta. Bot. Acad. Sci. Hung., 7 : 175-220. Ubrizsý, G., 1948. Contributions à la connaissance de la végétation de la montagne à l’Antalóc (en Karpathe-Ukraine). Borbásia, 8 : 31–36. (in Hungarian, with French summary).
1108 965 03/4.0.1.0.2/03 syn incl Ceratophyllo demersi - Najadetum minoris (Otahelova 1980) Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.. Otahelova, H., 1980. Makrofytne spolocenstva otvorenych vod Podunajskej roviny, Trieda lemnetea potamogetonetea. Biologické práce, 26/3. 175 p. Bratislava, Veda.
1109 966 03/5. 3140 CLA Charetea globularis Fukarek 1961 ex Krausch 1964 'végétation aquatique de charophytes, pionnière dans les milieux perturbés peu profonds ou permanente et préférant la faible luminosité des profondeurs (jusqu''à 40m), dans les eaux calmes ou faiblement courantes, généralement pauvres en azote et phosphore, souvent peu oxygénées, des lacs, étangs, mares et chenaux. Plantes annuelles en eaux peu profondes devenant pérennes en eaux profondes.' Charetea fragilis Krausch, H.D., 1964. Die Pflanzengesellschaften des Stechlinsee-Gebietes. I : Die Gesellschaften des offenen Wasser. Limnologica, 2 : 145-203, 423-482. Fukarek, F., 1961. Die Vegetation des Darss und ihre Geschichte. Pflanzensoziologie, 12, 321 p. G. Fischer, Jena.
1110 967 03/5.0.1 ORD Nitelletalia flexilis Krause 1969 Associations des eaux organiques colorées en brun, pauvres en azote et en ions ou déséquilibrées du point de vue des facteurs de la nutrition (oligodystrophes), pauvres en calcium, faiblement acides. Krause, W., 1969. Zur Characeenvegetation der Oberrheinebene. Arch. Hydrobiol., Suppl., 35 : 202-253.
1111 968 03/5.0.1.0.1 ALL Nitellion flexilis (Corillion 1955 ex 1957) Krause 1969 ? Krause, W., 1969. Zur Characeenvegetation der Oberrheinebene. Arch. Hydrobiol., Suppl., 35 : 202-253. 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1112 969 03/5.0.1.0.1 syn = Nitellion flexilis Dambska 1966 em. Krause 1969 Krause, W., 1969. Zur Characeenvegetation der Oberrheinebene. Arch. Hydrobiol., Suppl., 35 : 202-253. Dambska, I. 1966. Zbiorowiska Ramienice Polski. Pozn. Tow. PRZYJ. Nauk 75 pp. Prace Poznan.
1113 970 03/5.0.1.0.1 syn = Nitellion Segal 1965 Segal, S., 1965. Een vegetatie-onderzoek van de hogere waterplanten in Nederland. Wetenschappelijke Mededelingen KNNV, 57: 1-80.
1114 971 03/5.0.1.0.1/01 ASS Nitelletum flexilis Corillion 1955 ex 1957 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1115 972 03/5.0.1.0.1/02 ASS Nitelletum translucentis Corillion 1955 ex 1957 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1116 973 03/5.0.1.0.1/03 ASS Nitelletum gracilis Corillion 1955 ex 1957 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1117 974 03/5.0.1.0.1/04 ASS Nitelletum capillaris Corillion 1955 ex 1957 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1118 975 03/5.0.1.0.1/05 ASS Vaucherio dichotomae - Nitelletum mucronatae Krausch 1964 nom. inv. Krausch, H.D., 1964. Die Pflanzengesellschaften des Stechlinsee-Gebietes. I : Die Gesellschaften des offenen Wasser. Limnologica, 2 : 145-203, 423-482.
1119 976 03/5.0.1.0.1/06 ASS Nitelletum confervaceae Corillion 1955 ex 1957 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1120 1003 03/5.0.1.0.1/07 ASS Charetum braunii Corillion 1955 ex 1957 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1121 980 03/5.0.1.0.2 ALL Nitellion syncarpo - tenuissimae Krause 1969 ? Krause, W., 1969. Zur Characeenvegetation der Oberrheinebene. Arch. Hydrobiol., Suppl., 35 : 202-253.
1122 6601 03/5.0.1.0.2 syn = Nitellion syncarpo - tenuissimae Corillion 1957 ex Krause 1969 Krause, W., 1969. Zur Characeenvegetation der Oberrheinebene. Arch. Hydrobiol., Suppl., 35 : 202-253. 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1123 981 03/5.0.1.0.2/01 ASS Nitelletum syncarpo - tenuissimae Krause 1969 Krause, W., 1969. Zur Characeenvegetation der Oberrheinebene. Arch. Hydrobiol., Suppl., 35 : 202-253.
1124 6603 03/5.0.1.0.2/01 syn incl Nitelletum syncarpae Corillion 1957 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1125 6602 03/5.0.1.0.2/01 syn incl Nitelletum tenuissimae Schaeffer-Guignier 1994 Schaeffer-Guignier, O., 1994. Weiher in der Franche-Comté : eine floristisch-ökologische und vegetationskundliche Untersuchung. Dissertationes Botanicae, 213 : 239 p. + annexes.
1126 982 03/5.0.1.0.2/02 ASS Nitelletum hyalinae Corillion 1955 ex 1957 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1127 983 03/5.0.1.0.2/03 ASS Nitelletum confervaceae Corillion 1955 ex 1957 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1128 985 03/5.0.1.0.2/04 ASS Nitellopsidetum obtusae Sauer 1937 ex Dąmbska 1961 Dąmbska, I., 1961. Roślinne zbiorowiska jeziorne okolic Sierakowa i Międzychodu [Plant communities of the lake area around Sieraków and Międzychód] – Poznańskie Towarzystwo Przyjaciół Nauk, Wydział Matematyczno- Przyrodniczy, Prace Kom. Biol., Poznań, 23 : 1–120. Sauer, F., 1937. Die Makrophytenvegetation ostholsteinischer Seen und Teiche. Arch. Hydrobiol., Suppl., 6 : 431-592.
1129 984 03/5.0.1.0.2/05 ASS Charetum fragiferae Corillion 1955 ex 1957 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1130 977 03/5.0.2 ORD Charetalia hispidae Sauer 1937 Associations des eaux minérales riches en ions, basiques. Sauer, F., 1937. Die Makrophytenvegetation ostholsteinischer Seen und Teiche. Arch. Hydrobiol., Suppl., 6 : 431-592.
1131 978 03/5.0.2 syn = Charetalia hispidae Sauer 1937 ex Krausch 1964 Krausch, H.D., 1964. Die Pflanzengesellschaften des Stechlinsee-Gebietes. I : Die Gesellschaften des offenen Wasser. Limnologica, 2 : 145-203, 423-482. Sauer, F., 1937. Die Makrophytenvegetation ostholsteinischer Seen und Teiche. Arch. Hydrobiol., Suppl., 6 : 431-592.
1132 979 03/5.0.2 syn = Lamprothamnietalia papulosi van Raam & Schaminée in Schaminée, Weeda & Westhoff 1995 Schaminée, J.H.J., Weeda, E.J., Westhoff, V., 1995. De vegetatie van Nederland 2. Plantengemeenschappen van wateren, moerassen en natte heiden. [The vegetation of the Netherlands 2. Plant communities of water bodies, swamps and wet heathlands]. 358 p. Opulus Press. Uppsala, Leiden.
1133 986 03/5.0.2.0.1 ALL Charion asperae Krause 1969 Associations des eaux douces continentales, basiques, moyennement pourvues en azote, transparentes et souvent de couleur bleue. Krause, W., 1969. Zur Characeenvegetation der Oberrheinebene. Arch. Hydrobiol., Suppl., 35 : 202-253.
1134 987 03/5.0.2.0.1 syn incl Charenion vulgaris Krause 1969 Krause, W., 1969. Zur Characeenvegetation der Oberrheinebene. Arch. Hydrobiol., Suppl., 35 : 202-253.
1135 991 03/5.0.2.0.1 syn incl Charion contrariae - asperae Pietsch 1987 Charion contrariae - asperae Pietsch, W., 1987. Zur Vegetation der Charetea-Gesellschaften der mitteleuropäischen Tiefebene. Studia Phytologica Nova in honorem jubilantis A.D. Horvat : 69-86. Pécs.
1136 988 03/5.0.2.0.1 syn incl Charion globularis Krausch 1964 Charion fragilis Krausch, H.D., 1964. Die Pflanzengesellschaften des Stechlinsee-Gebietes. I : Die Gesellschaften des offenen Wasser. Limnologica, 2 : 145-203, 423-482.
1137 989 03/5.0.2.0.1 syn incl Charion rudis - hispidae Pietsch 1987 Charion rudis - hispidae Pietsch, W., 1987. Zur Vegetation der Charetea-Gesellschaften der mitteleuropäischen Tiefebene. Studia Phytologica Nova in honorem jubilantis A.D. Horvat : 69-86. Pécs.
1138 990 03/5.0.2.0.1 syn incl Charion vulgaris (Krause 1969 ex Krause et Lang in Oberdorfer 1977) Krause 1981 Krause, W., 1981. Characeen als Bioindikatoren für den Gewässerzustand. Limnologica 13, 2. 399-418, 423-482. Oberdorfer, E., 1977. Süddeutsche Pflanzengesellschaften Teil I. 2. ed. G. Fischer, 311 pp. Stuttgart-New York. Krause, W., 1969. Zur Characeenvegetation der Oberrheinebene. Arch. Hydrobiol., Suppl., 35 : 202-253.
1139 995 03/5.0.2.0.1/01 ASS Charetum vulgaris Corillion 1955 ex 1957 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1140 6604 03/5.0.2.0.1/01 syn = Charetum vulgaris Krause 1969 Krause, W., 1969. Zur Characeenvegetation der Oberrheinebene. Arch. Hydrobiol., Suppl., 35 : 202-253.
1141 996 03/5.0.2.0.1/02 ASS Charetum asperae Corillion 1955 ex 1957 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1142 997 03/5.0.2.0.1/03 ASS Charetum hispidae Margalev 1945 Margalef, R., 1945. Primera nota sobre la biología de las aguas estancadas del Bajo Urgel. Ilerda, 5 : 253-313.
1143 998 03/5.0.2.0.1/03 syn = Charetum hispidae Corillion 1955 ex 1957 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1144 999 03/5.0.2.0.1/04 ASS Charetum strigosae Melzer 1976 Melzer, A., 1976. Makrophytische Wasserpflanzen als Indikatoren des Gewa¨sserzustandes oberbayerischer Seen. Dissertationes Botanicae, 34 : 195 p.
1145 1000 03/5.0.2.0.1/05 ASS Charetum tomentosae Corillion 1955 ex 1957 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1146 1001 03/5.0.2.0.1/06 ASS Charetum globularis Corillion 1955 ex 1957 Charetum fragilis 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1147 6605 03/5.0.2.0.1/07 ASS Charetum contrariae Corillion 1957 Charetum contrariae 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1148 993 03/5.0.2.0.1/08 ASS Charo vulgaris var. vulgaris - Tolypelletum intricatae Krause 1969 nom. inv Krause, W., 1969. Zur Characeenvegetation der Oberrheinebene. Arch. Hydrobiol., Suppl., 35 : 202-253.
1149 994 03/5.0.2.0.1/09 ASS Tolypelletum proliferae Guerlesquin in Guerlesquin & Corillion 1961 Guerlesquin, M. & R. Corillion, 1961. Compléments de phytogéographie et d.écologie charologiques. Bulletin de la société d’études scientifiques de l’Anjou, NS, 90e année, 4 : 31-43.
1150 1005 03/5.0.2.0.1/10 ASS Tolypelletum glomeratae Corillion 1955 ex 1957 Tolypelletum glomeratae 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1151 992 03/5.0.2.0.1/10 syn incl Nitello syncarpae - Tolypelletum glomeratae (Krause 1969) Julve 2004 ass. nov hoc loco Nitello syncarpae - Tolypelletum glomeratae hoc loco Krause, W., 1969. Zur Characeenvegetation der Oberrheinebene. Arch. Hydrobiol., Suppl., 35 : 202-253.
1152 1004 03/5.0.2.0.1/11 ASS Charetum imperfectae Cirujano 1995 Charetum imperfectae Cirujano, S., 1995. Flora y vegetación de las lagunas y humedales de la provincia de Cuenca. Publ. Junta de Comunidades de Castilla-La Mancha. CSIC, y Real Jardín Botánico. Madrid.
1153 1006 03/5.0.2.0.2 ALL Charion canescentis Krausch 1964 Associations des eaux saumâtres du littoral marin. Krausch, H.D., 1964. Die Pflanzengesellschaften des Stechlinsee-Gebietes. I : Die Gesellschaften des offenen Wasser. Limnologica, 2 : 145-203, 423-482.
1154 1007 03/5.0.2.0.2 syn = Charion canescentis Krausch 1968 Krausch, H.D., 1968. Zur Gliederung der Characeen-Gesellschaften. Ber. Int. Symp. I.V.V., 176-180. (Pflanzensoziologische Systematik, Stolzenau/Weser 1964).
1155 1008 03/5.0.2.0.2/01 ASS Charetum canescentis Corillion 1955 ex 1957 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1156 1010 03/5.0.2.0.2/01 syn incl Charo canescentis - Tolypelletum glomeratae Corillion 1950 Charo canescentis - Tolypelletum glomeratae 'Corillion, R., 1950. L''association à Chara sp. pl. et Tolypella glomerata Leonh. (Chareto-Tolypelletum glomeratae R. Corill.) des eaux alcalino-saumâtres de la baie d''Audierne (Finistère). Comptes rendus des séances de l''Académie des Sciences, Paris, 230 : 123-124.'
1157 1009 03/5.0.2.0.2/02 ASS Lamprothamnietum papulosi Corillion 1955 ex 1957 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1158 1011 03/5.0.2.0.2/03 ASS Charetum galioidis Corillion 1955 ex 1957 Charetum galioidis 'Corillion, R., 1957. Les Charophycées de France et d''Europe Occidentale. Bull. Soc. Sci. Bretagne, 32 : 1-499. [= Thèse Univ. Rennes, 1955].'
1159 1002 03/5.0.2.0.2/04 ASS Charetum conniventis Velayos, Carrasco & Cirujano 1989 Velayos, M., M.A. Carrasco & S. Cirujano, 1989. Las lagunas del Campo de Calatrava (Ciudad Real). Bot. Complut., 14 : 9-59.
1160 1012 04/1. CLA Nasturtietea officinalis Zohary 1973 cressonnières flottantes amphibies, holarctiques Zohary, M., 1973. Geobotanical foundations of the middle East. Gustav Fischer, Stuttgart, 739 p.
1161 1013 04/1. syn = Glycerio fluitantis - Nasturtietea officinalis Géhu & Géhu-Franck 1987 Géhu, J.-M. & J. Géhu-Franck, 1987. Schéma des végétations herbacées riveraines du nord de la France. Univ. Laguna, Ser. Informes, 22 : 313-320. 5e jornadas de fitosoc. (Vegetacion de riberas de agua dulce).
1162 1014 04/1.0.1 ORD Nasturtio officinalis - Glycerietalia fluitantis Pignatti 1953 cressonnières flottantes amphibies, européennes Pignatti, S., 1953. Introduzione allo studio fitosociologico della pianura veneta orientale con particolare riguardo alla vegetazione litoreana. Archivio Botanico, 29, 3 ser., 13(2) : 65-98.
1163 1015 04/1.0.1.0.1 ALL Sparganio erecti subsp. neglecti - Glycerion fluitantis Braun-Blanquet & Sissingh in Boer 1942 nom. inv. cressonnières flottantes amphibies, mésothermes Boer, A.C., 1942. Plantensociologische beschrijving van de orde der Phragmitetalia. Nederl. Kruidkd. Arch., 52 : 237-302.
1164 1016 04/1.0.1.0.1 syn = Glycerion fluitantis Braun-Blanquet & Tüxen 1943 Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1165 1017 04/1.0.1.0.1 syn = Helosciadion nodiflori Segal in Westhoff & den Held 1969 Apion nodiflori Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen.
1166 1018 04/1.0.1.0.1 syn incl Glycerienion fluitantis (Géhu & Géhu-Franck 1987) J.A. Molina 1996 Molina, J.A. 1996. Sobre la vegetación de los humedales de la Península Ibérica I: Phragmiti-Magnocaricetea. Lazaroa, 16 : 27-88. Géhu, J.-M. & J. Géhu-Franck, 1987. Schéma des végétations herbacées riveraines du nord de la France. Univ. Laguna, Ser. Informes, 22 : 313-320. 5e jornadas de fitosoc. (Vegetacion de riberas de agua dulce).
1167 1019 04/1.0.1.0.1 syn incl Glycerion fluitantis Géhu & Géhu-Franck 1987 Géhu, J.-M. & J. Géhu-Franck, 1987. Schéma des végétations herbacées riveraines du nord de la France. Univ. Laguna, Ser. Informes, 22 : 313-320. 5e jornadas de fitosoc. (Vegetacion de riberas de agua dulce).
1168 1020 04/1.0.1.0.1 syn incl Nasturtion officinalis Géhu & Géhu-Franck 1987 Géhu, J.-M. & J. Géhu-Franck, 1987. Schéma des végétations herbacées riveraines du nord de la France. Univ. Laguna, Ser. Informes, 22 : 313-320. 5e jornadas de fitosoc. (Vegetacion de riberas de agua dulce).
1169 1022 04/1.0.1.0.1/01 ASS Helosciadietum nodiflori Maire 1924 cressonnière amphibie eutrophile des fossés Maire, R., 1924. Études sur la végétation et la flore du Grand Atlas et du Moyen Atlas marocains. Mém. Soc. Sci. Nat. Maroc, 7 : 5-220.
1170 6627 04/1.0.1.0.1/01 syn = Helosciadetum nodiflori Braun-Blanquet 1931 ex Boer 1942 Boer, A.C., 1942. Plantensociologische beschrijving van de orde der Phragmitetalia. Nederl. Kruidkd. Arch., 52 : 237-302. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
1171 1023 04/1.0.1.0.1/01 syn incl Glycerio declinatae - Helosciadetum nodiflori J.A. Molina 1996 Molina, J.A. 1996. Sobre la vegetación de los humedales de la Península Ibérica I: Phragmiti-Magnocaricetea. Lazaroa, 16 : 27-88.
1172 1024 04/1.0.1.0.1/01 syn incl Helosciadio nodiflori - Beruletum erectae Philippi 1973 Philippi, G., 1973. Zur Kenntnis einiger Röhrichtgesellschaften des Oberrheingebietes. Beitr. Naturk. Forsch. SWDeutschland., 32 : 53-95.
1173 1025 04/1.0.1.0.1/01 syn incl Nasturtietum officinalis (Seibert 1962) Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., S. Görs, D. Korneck, W. Lohmeyer, T. Müller, G. Philippi & P. Seibert, 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62. Seibert, P., 1962. Die Auenvegetation an der Isar nördlich von München und ihre Beeinflüssung durch den Menschen. Landschaftspfl. Vegetationsk., 3 : 1-124.
1174 6626 04/1.0.1.0.1/01 syn incl Nasturtietum officinalis Seibert 1962 Seibert, P., 1962. Die Auenvegetation an der Isar nördlich von München und ihre Beeinflüssung durch den Menschen. Landschaftspfl. Vegetationsk., 3 : 1-124.
1175 1026 04/1.0.1.0.1/01 syn incl Polypogono monspeliensis - Nasturtietum officinalis Carretero & Boira 1984 Carretero, J.L. & H. Boira 1984. Algunas comunidades arvenses de las zonas húmedas del Mediterráneo térmico español. Doc. Phytosoc., N.S., 8 : 115-126.
1176 1021 04/1.0.1.0.1/01 syn nn Helosciadetum nodiflori Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
1177 1027 04/1.0.1.0.1/02 ASS Veronico anagallidis-aquaticae - Beruletum erectae Passarge 1982 Passarge, H., 1982. Zur Coenologie gefährdete Arten im märkischen Gebiet. Gleditschia, 9 : 277-286.
1178 1028 04/1.0.1.0.1/02 syn incl Rorippo ancepitis - Catabrosetum aquaticae Müller & Görs in Müller 1961 Müller, T., 1961. Einige für südwestdeutschland neue Pflanzengesellschaften. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 15-21.
1179 1029 04/1.0.1.0.1/02 syn incl Sparganio erecti subsp. microcarpi - Nasturtietum microphylli Passarge 1983 Sparganio microcarpi - Nasturtietum microphylli Passarge, H., 1983. Feuchtvegetation im Seelower Oderbruch. Gleditschia, 10 : 199-227.
1180 1030 04/1.0.1.0.1/02 syn incl Veronico beccabungae - Beruletum erectae Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin.
1181 8060 04/1.0.1.0.1/02 syn incl Berulo erectae - Menthetum aquaticae Kovács ex Borhidi 2001 ? ?
1182 8067 04/1.0.1.0.1/02 syn incl Mentho longifoliae - Beruletum erectae Kovács ex Borhidi 2001 ? ?
1183 8069 04/1.0.1.0.1/02 syn incl Cardamino - Beruletum erectae Turoňová 1985 ?
1184 8070 04/1.0.1.0.1/02 syn incl Mentho aquaticae - Beruletum erectae (Nedelcu 1971) Sanda et Popescu 2001 ? ?
1185 8068 04/1.0.1.0.1/02 syn non Beruletum erectae Roll 1938 cressonnière amphibie mésotrophile des substrats organiques, parfois tourbeux Beruletum angustifoliae submersae Roll, H., 1938. Die Pflanzengesellschaften ostholsteinischer Fließgewässer. Arch. Hydrobiol., 34: 159–305.
1186 6624 04/1.0.1.0.1/03 ASS Glycerietum fluitantis Eggler 1933 glycériaie amphibie oligotrophile des mares forestières et prairies Eggler, J., 1933. Die Pflanzengesellschaften der Umgebung von Graz. Repert. spec. nov. regni veget., Beih. 73 : 95-216.
1187 1032 04/1.0.1.0.1/03 syn = Glycerietum fluitantis Braun-Blanquet 1926 Braun-Blanquet, J., 1926. Études phytosociologiques en Auvergne. Rapport sur une excursion interuniversitaire, C. Mont St. Louis. 94 p. Clermont-Ferrand.
1188 1031 04/1.0.1.0.1/03 syn = Glycerietum fluitantis Wilzek 1935 Wilzek, F., 1935. Die Pflanzengesellschaften des mittelschlesischen Odertales. Beitr. Biol. Pflanzen, 23 : 1-96.
1189 1033 04/1.0.1.0.1/03 syn ambig Catabrosetum aquaticae Rübel 1912 Rübel, E., 1912. Pflanzengeographische Monographie des Berninagebietes. Bot. Jahrb., 47 : 615 p.
1190 1034 04/1.0.1.0.1/03 syn ambig nn Sparganio erecti subsp. neglecti - Glycerietum fluitantis Braun-Blanquet 1925 Sparganio neglecti - Glycerietum fluitantis Braun-Blanquet, J., 1925. Zur Wertung der Gesellschaftstreue in der Pflanzensoziologie. Vierteljahresschr. Naturforsch. Ges. Zürich, 70 : 122–149.
1191 1035 04/1.0.1.0.1/03 syn incl Glycerio fluitantis - Catabrosetum aquaticae Loidi 1983 Loidi, J. 1983. Estudio de la flora y vegetación de la cuenca de los ríos Deva y Urola en la provincia de Guipúzcoa. Publ. Univ. Complutense de Madrid, Ser. Tesis Doctorales, 298 p. Madrid.
1192 1036 04/1.0.1.0.1/03 syn incl Leersietum oryzoidis (Krause in Tüxen 1955) Passarge 1957 Passarge, H., 1957. Über Wasserpflanzen- und Kleinröhrichtgesellschaften des Oberspreewaldes. Abhandl. Ber. Naturk. Mus. Görlitz, 35 : 143-152. Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
1193 6632 04/1.0.1.0.1/03 syn incl Leersietum oryzoidis Eggler 1933 Eggler, J., 1933. Die Pflanzengesellschaften der Umgebung von Graz. Repert. spec. nov. regni veget., Beih. 73 : 95-216.
1194 1037 04/1.0.1.0.1/03 syn pp Glycerio fluitantis - Sparganietum erecti subsp. neglecti Koch 1926 Glycerio fluitantis - Sparganietum neglecti Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1195 1038 04/1.0.1.0.1/04 ASS Glycerietum notatae (Kulczynski 1928) Oberdorfer 1954 glycériaie amphibie mésotrophile des pâturages équilibrés Oberdorfer, E., 1954. Nordaegaeische Kraut- und Zwergstrauchfluren im Vergleich mit den entsprechenden Vegetationseinheiten des westlichen Mittelmeergebietes. Vegetatio 5/6: 88-96. Kulczynski, S., 1928. Die Pflanzenassoziationen der Pieniny-Gebirges. Bull. Acad. Pol. Sci. Cracovie, 1928.
1196 6625 04/1.0.1.0.1/04 syn = Glycerietum notatae Kulczynski 1928 Kulczynski, S., 1928. Die Pflanzenassoziationen der Pieniny-Gebirges. Bull. Acad. Pol. Sci. Cracovie, 1928.
1197 1039 04/1.0.1.0.1/04 syn = Glycerietum notatae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1198 1040 04/1.0.1.0.1/04 syn = ? Catabroso aquaticae - Glycerietum notatae Braun-Blanquet 1949 Braun-Blanquet, J., 1949. Übersicht der Pflanzengesellschaften Rätiens, (II). Vegetatio, 1: 129-146.
1199 1037 04/1.0.1.0.1/04 syn pp Glycerio fluitantis - Sparganietum erecti subsp. neglecti Koch 1926 Glycerio fluitantis - Sparganietum neglecti Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1200 1042 04/1.0.1.0.1/05 ASS Glycerio declinatae - Catabrosetum aquaticae Díaz González & Penas-Marinas 1984 glycériaie amphibie eutrophile des bourbiers surpâturés Diaz-Gonzales, T.E. & Penas-Marinas, 1984. Glycerio declinatae-Catabrosetum aquaticae. Una nueva asociacion orocantabrica de la Glycerio-Sparganion. Studia Bot., 3 : 247-254.
1201 1044 04/1.0.1.0.1/05 syn = Glycerio declinatae - Eleocharitetum palustris Rivas-Martínez & Costa in Rivas-Martínez, Costa, Castroviejo & E. Valdés 1980 Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189.
1202 1043 04/1.0.1.0.1/05 syn = ? Glycerio declinatae - Antinorietum agrostideae Rivas Goday 1964 corr. J.A. Molina 1996 Molina, J.A. 1996. Sobre la vegetación de los humedales de la Península Ibérica I: Phragmiti-Magnocaricetea. Lazaroa, 16 : 27-88. Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
1203 1045 04/1.0.1.0.1/06 ASS Veronico beccabungae - Mimuletum guttati Niemann 1965 Niemann, E., 1965. Submontane und montane Flussbegleitende Glanzgrasröhrichte in Thüringen. Limnologica, 3 : 399-438.
1204 1046 04/1.0.1.0.1/07 ASS Alismato plantaginis-aquaticae - Sparganietum erecti subsp. microcarpi J.A. Molina 1996 Molina, J.A. 1996. Sobre la vegetación de los humedales de la Península Ibérica I: Phragmiti-Magnocaricetea. Lazaroa, 16 : 27-88.
1205 9407 04/1.0.1.0.1/08 ASS Ranunculo linguae - Beruletum erectae Prey in Catteau & al. In prep in prep
1206 1053 04/2. CLA Montio fontanae - Cardaminetea amarae Braun-Blanquet & Tüxen 1943 sources laurasiennes Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1207 1054 04/2. syn = Aconito napelli - Cardaminetea amarae Hadàč 1956 Hadač, E., 1956. Rostlinné spolecentsva Temnosrecinové doliny ve Vysokych Tatrách [Plant communities of the Temnosmrecinová Dolina in the High Tatra]. Vydavatelstvo SAV, Bratislava.
1208 1056 04/2. syn = Montio fontanae - Cardaminetea amarae Braun-Blanquet & Tüxen 1943 ex Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98]. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1209 1057 04/2. syn = Montio fontanae - Cardaminetea amarae Braun-Blanquet & Tüxen 1943 ex Klika & Hadàč 1944 Klika, J. & E. Hadač, 1944. Rostlinná spolecenstva strední Evropy [Plant communities of Central Europe]. Príroda (Brno), 36: 1-26. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1210 1055 04/2. syn = Montio fontanae - Cardaminetea amarae Braun-Blanquet & Tüxen 1943 ex Klika 1948 Klika, J., 1948. Rostlinná sociologie (fytocenologie) [Plant sociology phytocoenology]. Melantrich, Praha. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1211 1058 04/2.0.1 ORD Montio fontanae - Cardaminetalia amarae Pawłowski in Pawłowski, Sokołowski & Wallisch 1928 em. Maas 1959 sources laurasiennes acidophiles Maas, F.M., 1959. Bronnen, bronbeken en bronbossen van Nederland, in het bijzonder die van de Veluwezoom. Meded. Landbouwhogesch. Wageningen, 59, 166 p. Pawłowski, B., M. Sokołowski & K. Wallisch, 1928. Die Pflanzenassoziationen des Tatra-Gebirges. VII. Teil. Die Pflanzenassoziationen und die Flora des Morskie Oko-Tales. Bull. Int. Acad. Sci. Cracovie, Cl. Sci. Math., Ser. B., Sci. Nat., suppl.2 : 205-272.
1212 1059 04/2.0.1 syn pp Montio fontanae - Cardaminetalia amarae Pawłowski in Pawłowski, Sokołowski & Wallisch 1928 Pawłowski, B., M. Sokołowski & K. Wallisch, 1928. Die Pflanzenassoziationen des Tatra-Gebirges. VII. Teil. Die Pflanzenassoziationen und die Flora des Morskie Oko-Tales. Bull. Int. Acad. Sci. Cracovie, Cl. Sci. Math., Ser. B., Sci. Nat., suppl.2 : 205-272.
1213 1060 04/2.0.1.0.1 ALL Montion fontanae Maas 1959 sources acidophiles, héliophiles Maas, F.M., 1959. Bronnen, bronbeken en bronbossen van Nederland, in het bijzonder die van de Veluwezoom. Meded. Landbouwhogesch. Wageningen, 59, 166 p.
1214 1061 04/2.0.1.0.1 syn = Montienion (Maas 1959) Westhoff & Den Held 1969 Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen. Maas, F.M., 1959. Bronnen, bronbeken en bronbossen van Nederland, in het bijzonder die van de Veluwezoom. Meded. Landbouwhogesch. Wageningen, 59, 166 p.
1215 1063 04/2.0.1.0.1 syn incl Epilobio nutantis - Montion fontanae Zechmeister in Mucina & Grabherr 1993 Mucina, L. & G. Grabherr (eds.) 1993. Die Pflanzengesellschaften Österreichs, Teil II : Natürliche waldfreie Vegetation. 323 p. Verlag Gustav Fischer, Jena.
1216 1064 04/2.0.1.0.1 syn incl Epilobio nutantis - Montion fontanae Zechmeister in Zechmeister & Mucina 1994 Zechmeister, H. & L. Mucina, 1994. Vegetation of European springs : High-rank syntaxa of the Montio-Cardaminetea. J. Veg. Sci., 5 : 385-402.
1217 1065 04/2.0.1.0.1 syn incl Ranunculion omiophyllo - hederacei Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
1218 1066 04/2.0.1.0.1 syn pp Cardamino amarae - Montion fontanae Braun-Blanquet 1926 Braun-Blanquet, J., 1926. Le climax complexe des landes alpines (Genisto - Vaccinion) du Cantal. Etudes phytosociologiques en Auvergne. Arvernia, 2 : 29-48.
1219 1067 04/2.0.1.0.1/01 ASS Epilobio alsinifolii - Montietum fontanae (Braun-Blanquet 1926) de Foucault 1988 sources collinéennes atlantiques Foucault, B. de, 1988. Notes phytosociologiques sur la végétation observée lors de la quatorzième session de la société botanique du Centre-Ouest en Cerdagne et Capcir. Bull. Soc. Bot. Centre-Ouest, 19 : 387-400. Braun-Blanquet, J., 1926. Le climax complexe des landes alpines (Genisto - Vaccinion) du Cantal. Etudes phytosociologiques en Auvergne. Arvernia, 2 : 29-48.
1220 1068 04/2.0.1.0.1/01 syn = Stellario alsines - Montietum fontanae Hinterlang 1992 Hinterlang, D., 1992. Vegetationsökologische Aspekte der Weichwasser-Quellgesellschaften zentral-europäischer Mittelgebirge unter besonderer Berücksichtigung der Synsystematik. Ber. RTG, Hannover, 4: 105-121.
1221 1069 04/2.0.1.0.1/01 syn ambig Montietum fontanae subsp. fontanae Braun 1915 'Braun, J., 1915. Les Cévennes méridionales (massif de l''Aigoual). Etude phytogéographique. Arch. Sci. Phys. Nat. Genève, 39 : 72-81, 167-186, 247-269, 339-358, 415-434, 508-538; 40 : 39-63, 112-137, 221-232, 313-328.'
1222 8161 04/2.0.1.0.1/01 syn illeg Epilobio alsinifolii - Saxifragetum stellaris Rivas-Martínez & Géhu 1972 Rivas-Martínez, S. & J.-M. Géhu, 1978. Observations syntaxonomiques sur quelques végétations du Valais suisse. Doc. Phytosoc., N.S., 3 : 371-424.
1223 1070 04/2.0.1.0.1/02 ASS Stellario alsines - Montietum fontanae subsp. variabilis de Foucault 1981 sources planitiaires atlantiques, mésothermes Stellario alsines - Montietum variabilis Foucault, B. de, 1981. Les prairies permanentes du bocage virois basse-Normandie, France. typologie phytosociologique et essai de reconstitution des séries évolutives herbagères. Doc. Phytosoc., N.S., 5 : 1-109.
1224 1071 04/2.0.1.0.1/03 ASS Saxifragetum aquaticae Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
1225 1080 04/2.0.1.0.1/03 syn = Epilobio alsinifolii - Saxifragetum stellaris Nègre 1968 Nègre, R., 1968. Course phytosociologique au Seil de la Baque. Ann. Fac. Sci. Marseille, 31 : 149-155.
1226 1072 04/2.0.1.0.1/04 ASS Cardaminetum raphanifoliae Braun-Blanquet 1967 sources montagnardes pyrénéo occidentales Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
1227 6541 04/2.0.1.0.1/04 syn = Cardaminetum raphanifoliae Braun-Blanquet (1948) in Braun-Blanquet, Roussine & Nègre 1952 Cardaminetum pyrenaicae Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
1228 1073 04/2.0.1.0.1/05 ASS Cardamino raphanifoliae - Chrysosplenietum oppositifolii Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 em. Gruber 1978 sources montagnardes pyrénéo orientales Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
1229 1074 04/2.0.1.0.1/05 syn pp Cardaminetum raphanifoliae Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
1230 1075 04/2.0.1.0.1/06 ASS Ranunculetum hederacei (Tüxen & Diémont 1936) Libbert 1940 sources planitiaires psychroatlantiques, légèrement piétinées Libbert, W., 1940. Die Pflanzengesellschaften der Halbinsel Darss (Vorpommern). Feddes Repert., Beih., 114, 95 p. Tüxen, R.& W.H. Diémont, 1936. Weitere Beiträge zum Klimax-Problem des westeuropäischen Festlandes. Mitteil. Naturwiss. Ver. Osnabrück, 23 : 131-184.
1231 1076 04/2.0.1.0.1/07 ASS Ranunculetum omiophylli Braun-Blanquet & Tüxen (1943) 1952 sources planitiaires hyperatlantiques Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1232 1077 04/2.0.1.0.1/07 syn = Callitricho hamulatae - Ranunculetum omiophylli de Foucault 1981 prov. Foucault, B. de, 1981. Les prairies permanentes du bocage virois basse-Normandie, France. typologie phytosociologique et essai de reconstitution des séries évolutives herbagères. Doc. Phytosoc., N.S., 5 : 1-109.
1233 1078 04/2.0.1.0.1/07 syn = Ranunculetum omiophylli Braun-Blanquet & Tüxen 1943 ex Pizarro 1995 Pizarro, J., 1995. Contribución al estudio taxanómico de Ranunculus L. subgen Batrachium (DC.) A. Gray (Ranunculaceae). Lazaroa, 15 : 21–113. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1234 1079 04/2.0.1.0.1/08 ASS Saxifragetum stellaris Chouard 1949 ex Turmel 1955 sources montagnardes pyrénéo centrales à auvergnates 'Turmel, J.-M., 1955. Le pic de midi d''Ossau. Ecologie et végétation. Mém. Mus. Nat. Hist. Nat. Paris, N.S., Sér. B, Bot., 5, 208 p.' Chouard, P., 1949. Coup d’oeil sur les groupements végétaux des Pyrénées centrales. Bull. Soc. Bot. France, 96 : 145-149.
1235 1081 04/2.0.1.0.1/09 ASS Stellario alsines - Montietum fontanae subsp. chondrospermae Izco, J. Guitián & Amigo 1987 ex T.E. Díaz & Fernández-Prieto 1994 sources collinéennes thermoatlantiques Stellario alsines - Montietum chondrospermae Díaz, T.E. & J.A. Fernández-Prieto, 1994. La vegetación de Asturias. Itinera Geobot., 8 : 243-520. Izco J., J. Guitián & J. Amigo, 1987. Datos sobre la vegetación herbácea del Caurel (Lugo). Stud. Bot. Univ. Salamanca 5: 71-84. Izco J., J. Guitián & J. Amigo, 1987. Datos sobre la vegetación herbácea del Caurel (Lugo). Stud. Bot. Univ. Salamanca 5: 71-84.
1236 1082 04/2.0.1.0.1/09 syn = Stellario alsines - Montietum fontanae subsp. chondrospermae Valdés 1985 corr. Izco & Amigo 2001 Stellario alsines - Montietum chondrospermae Izco, J. & J. Amigo 2001. Precisiones nomenclaturales sobre la vegetación noroccidental ibérica, II. Lazaroa 21.
1237 1083 04/2.0.1.0.1/09 syn ambig Stellario alsines - Montietum fontanae A. Valdés 1985 Valdés, A., 1985. Flora y Vegetación Vascular de la Vertiente Sur de la sierra de Gata. Resum. Tesis Doctoral, T.C. 364. Ed. Univ. Salamanca. 45 pp. Salamanca.
1238 1084 04/2.0.1.0.1/09 syn ambig Stellario alsines - Montietum fontanae Izco, J. Guitián & Amigo 1987 Izco J., J. Guitián & J. Amigo, 1987. Datos sobre la vegetación herbácea del Caurel (Lugo). Stud. Bot. Univ. Salamanca 5: 71-84.
1239 1085 04/2.0.1.0.1/10 ASS Montio fontanae subsp. amporitanae - Ranunculetum hederacei Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Montio amporitanae - Ranunculetum hederacei Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
1240 1086 04/2.0.1.0.1/11 ASS Myosotido stoloniferae - Ranunculetum omiophylli Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
1241 6511 04/2.0.1.0.1/12 ASS Poo dilatatae - Leontodontetum duboisii Nègre 1972 'Nègre, R., 1972. La végétation du bassin de l''One (Pyrénées centrales). 5ème note : les reposoirs, les groupements hygrophiles et les prairies de fauche. Bol. Soc. Broter., 46 (2e série) : 271-343.'
1242 7077 04/2.0.1.0.1/13 ASS Epilobietum obscuri Robbe 1993 Robbe, G., 1993. Les groupements végétaux du Morvan. Société d.histoire naturelle et des amis du muséum d.Autun, Autun, 159 p.
1243 6641 04/2.0.1.0.1/13 syn = Epilobietum obscuri Robbe in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
1244 1087 04/2.0.1.0.2 ALL Caricion remotae Kästner 1942 sources acidophiles, sciaphiles Kästner, M., 1942. über einige Waldsumpfgesellschaften, ihre herauslösung aus den Waldgesellschaften und ihre Neueinordnung. Beitr. Bot. Zentralbl., Beiheft, 61 B(1/2) : 137-207.
1245 1088 04/2.0.1.0.2 syn = Caricenion remotae Zechmeister & Mucina 1994 Zechmeister, H. & L. Mucina, 1994. Vegetation of European springs : High-rank syntaxa of the Montio-Cardaminetea. J. Veg. Sci., 5 : 385-402.
1246 1089 04/2.0.1.0.2/01 ASS Veronico montanae - Caricetum remotae Sykora 1970 Sykora, T., 1970. Lesni spolecenstva jihozapadni casti Hradcamské plosiny. Studie CSAV, 7 : 9-43.
1247 1090 04/2.0.1.0.2/01 syn = ? Carici remotae - Cardaminetum flexuosae (Kästner 1942) Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Kästner, M., 1942. über einige Waldsumpfgesellschaften, ihre herauslösung aus den Waldgesellschaften und ihre Neueinordnung. Beitr. Bot. Zentralbl., Beiheft, 61 B(1/2) : 137-207.
1248 1091 04/2.0.1.0.2/01 syn ambig Caricetum remotae (Kästner 1942) Schwickerath 1944 Schwickerath, M., 1944. Das hohe Venn und seine Randgebiete : Vegetation, Boden, und Landschaft. Pflanzensoziologie, 6, 278 p. G. Fischer, Jena. Kästner, M., 1942. über einige Waldsumpfgesellschaften, ihre herauslösung aus den Waldgesellschaften und ihre Neueinordnung. Beitr. Bot. Zentralbl., Beiheft, 61 B(1/2) : 137-207.
1249 1094 04/2.0.1.0.2/01 syn incl Lysimachio nemorum - Caricetum remotae Decocq 1997 ex 1999 Decocq, G., 1999. Données phytosociologiques récentes sur les forêts de la Thiérache (Aisne, France). III - les forêts hygrophiles. Acta Botan. Gallica, 146 (3) : 187-205. 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.'
1250 6820 04/2.0.1.0.2/01 syn incl Veronico montanae - Rumicetum sanguinei Royer in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
1251 1092 04/2.0.1.0.2/02 ASS Caricetum strigosae Jouanne 1929 'Jouanne, P., 1929. Essai de géographie botanique sur les forêts de l''Aisne. IVème partie : les forêts. Bull. Soc. Bot. Fra., 76 : 972-1009. [rédigé par P. Chouard].'
1252 1093 04/2.0.1.0.2/02 syn = Carici strigosae - Lysimachietum nemori (Jovet 1949) Rameau 1995 'Rameau, J.C., 1995. Référentiel français des habitats concernés par la directive " Habitats " (habitats forestiers et associés à la forêt). Habitats prioritaires, Habitats d''intérêt communautaire, ENGREF, Ministère de l''Agriculture et de la pêche (DERF), (1ère version 1992).' Jovet, P., 1949. Le Valois : phytosociologie et phytogéographie. 389 p. Éd.Sedes, Paris.
1253 1095 04/2.0.2 ORD Cardamino amarae - Chrysosplenietalia oppositifolii Hinterlang 1992 sources laurasiennes neutrophiles Hinterlang, D., 1992. Vegetationsökologische Aspekte der Weichwasser-Quellgesellschaften zentral-europäischer Mittelgebirge unter besonderer Berücksichtigung der Synsystematik. Ber. RTG, Hannover, 4: 105-121.
1254 1096 04/2.0.2 syn compl Cardamino amarae - Palustrielletalia commutati Maas 1959 Maas, F.M., 1959. Bronnen, bronbeken en bronbossen van Nederland, in het bijzonder die van de Veluwezoom. Meded. Landbouwhogesch. Wageningen, 59, 166 p.
1255 1097 04/2.0.2 syn compl Palustrielletalia commutati Maas 1959 Cratoneuretalia commutati Maas, F.M., 1959. Bronnen, bronbeken en bronbossen van Nederland, in het bijzonder die van de Veluwezoom. Meded. Landbouwhogesch. Wageningen, 59, 166 p.
1256 1098 04/2.0.2 syn pp Montio fontanae - Cardaminetalia amarae Pawłowski in Pawłowski, Sokołowski & Wallisch 1928 Pawłowski, B., M. Sokołowski & K. Wallisch, 1928. Die Pflanzenassoziationen des Tatra-Gebirges. VII. Teil. Die Pflanzenassoziationen und die Flora des Morskie Oko-Tales. Bull. Int. Acad. Sci. Cracovie, Cl. Sci. Math., Ser. B., Sci. Nat., suppl.2 : 205-272.
1257 1099 04/2.0.2.0.1 7220*pp ALL Cymbalarion hepaticifoliae Gamisans 1975 em. Julve 2003 prov. hoc loco sources neutrophiles, orophiles corso-sardes hoc loco 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
1258 1100 04/2.0.2.0.1/01 ASS Saxifrago stellaris subsp. robustae - Ranunculetum marschlinsii (de Litardière & Malcuit 1926) Gamisans 1975 Corse Saxifrago robustae - Ranunculetum marschlinsii 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.' 'Litardière, R. de, Malcuit, G., 1926. Contributions à l''étude phytosociologique de la Corse : Le massif du Renoso. Paul Lechevalier, Paris.'
1259 1101 04/2.0.2.0.1/02 ASS Hyperico tetrapteri subsp. corsici - Myosotidetum soleirolii Gamisans 1975 ex 1977 Corse Hyperico corsici - Myosotidetum soleirolii Gamisans, J., 1977. La végétation des montagnes corses (II, III). Phytocoenologia, 4 : 35-131; 4 : 133-179. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
1260 1102 04/2.0.2.0.1/03 ASS Valeriano rotundifoliae - Cymbalarietum hepaticifoliae Julve 1993 prov. Corse Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
1261 1103 04/2.0.2.0.1/04 ASS Narthecio reverchonii - Caricetum frigidae de Litardière & Malcuit 1926 Corse 'Litardière, R. de, Malcuit, G., 1926. Contributions à l''étude phytosociologique de la Corse : Le massif du Renoso. Paul Lechevalier, Paris.'
1262 1104 04/2.0.2.0.2 ALL Cardaminion amarae Maas 1959 sources neutrophiles, planitiaires-collinéennes Maas, F.M., 1959. Bronnen, bronbeken en bronbossen van Nederland, in het bijzonder die van de Veluwezoom. Meded. Landbouwhogesch. Wageningen, 59, 166 p.
1263 1105 04/2.0.2.0.2 syn = Cardaminenion (Maas 1959) Westhoff & Den Held 1969 Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen. Maas, F.M., 1959. Bronnen, bronbeken en bronbossen van Nederland, in het bijzonder die van de Veluwezoom. Meded. Landbouwhogesch. Wageningen, 59, 166 p.
1264 1106 04/2.0.2.0.2/01 ASS Cardamino amarae - Chrysosplenietum alternifolii Maas 1959 Maas, F.M., 1959. Bronnen, bronbeken en bronbossen van Nederland, in het bijzonder die van de Veluwezoom. Meded. Landbouwhogesch. Wageningen, 59, 166 p.
1265 1111 04/2.0.2.0.2/01 syn ambig Chrysosplenietum oppositifolii Schlüter 1966 Schlüter, H., 1966. Vegetationsgliederung und –kartierung eines Quellengebietes im Thüringer Wald als Grundlage zur Beurteilung des wasserhaushaltes. Arch. Natursch. Landsch. Forschung, 6 : 3-44.
1266 1112 04/2.0.2.0.2/01 syn compl Pellio epiphyllae - Chrysosplenietum oppositifolii Maas 1959 Maas, F.M., 1959. Bronnen, bronbeken en bronbossen van Nederland, in het bijzonder die van de Veluwezoom. Meded. Landbouwhogesch. Wageningen, 59, 166 p.
1267 1110 04/2.0.2.0.2/01 syn illeg Chrysosplenio oppositifolii - Cardaminetum amarae (Jouanne 1929) Decocq 1997 ex 1999 Decocq, G., 1999. Données phytosociologiques récentes sur les forêts de la Thiérache (Aisne, France). III - les forêts hygrophiles. Acta Botan. Gallica, 146 (3) : 187-205. 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.' 'Jouanne, P., 1929. Essai de géographie botanique sur les forêts de l''Aisne. IVème partie : les forêts. Bull. Soc. Bot. Fra., 76 : 972-1009. [rédigé par P. Chouard].'
1268 1107 04/2.0.2.0.2/01 syn incl Cardamino amarae - Caricetum remotae (Roll 1938) Kästner 1942 Kästner, M., 1942. über einige Waldsumpfgesellschaften, ihre herauslösung aus den Waldgesellschaften und ihre Neueinordnung. Beitr. Bot. Zentralbl., Beiheft, 61 B(1/2) : 137-207. Roll, H., 1938. Neue Pflanzengesellschaften aus ostholsteinischen Fließgewässern. Bot. Cbl., Beih. B, 58 : 466–475.
1269 6940 04/2.0.2.0.2/01 syn incl Stellario nemori - Chrysosplenietum alternifolii Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
1270 1109 04/2.0.2.0.2/01 syn incl Stellario nemorum subsp. nemorum - Chrysosplenietum oppositifolii Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
1271 1108 04/2.0.2.0.2/01 syn pp Cardamino amarae - Chrysosplenietum oppositifolii Braun-Blanquet 1926 em. Niemann, Heinrich & Hilbig 1973 Niemann, E., Heinrich, W., Hilbig, W., 1973. Mädesüss-Uferfluren und verwandte Staudengesellschaften im herzynischen Raum. Wiss. Z. Univ. Jena. Math.-Nat. R., 22 : 591-635. Braun-Blanquet, J., 1926. Études phytosociologiques en Auvergne. Rapport sur une excursion interuniversitaire, C. Mont St. Louis. 94 p. Clermont-Ferrand.
1272 1114 04/2.0.2.0.2/03 ASS Chrysosplenio oppositifolii - Sibthorpietum europaeae de Foucault 1981 Foucault, B. de, 1981. Les prairies permanentes du bocage virois basse-Normandie, France. typologie phytosociologique et essai de reconstitution des séries évolutives herbagères. Doc. Phytosoc., N.S., 5 : 1-109.
1273 1115 04/2.0.2.0.2/04 ASS Cardaminetum flexuosae Oberdorfer 1957 suintements ombragés neutrophiles, planitiaires à collinéens, septentrionaux bassin parisien Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1274 8160 04/2.0.2.0.2/05 ASS Epilobio alsinifolii - Cardaminetum amarae (Braun-Blanquet 1926) de Foucault & Philippe 1990 Foucault, B. de & T. Philippe, 1990. Données phytosociologiques sur la végétation observée lors de la seizième session de la Société Botanique du Centre-Ouest en Savoie. Bull. Soc. Bot. Centre-Ouest, N.S., 21 : 391-412. Braun-Blanquet, J., 1926. Études phytosociologiques en Auvergne. Rapport sur une excursion interuniversitaire, C. Mont St. Louis. 94 p. Clermont-Ferrand.
1275 1116 04/2.0.2.0.2/05 syn = Epilobio alsinifolii - Cardaminetum amarae (Braun-Blanquet 1926) Julve 2005 nom. nov. hoc loco hoc loco Braun-Blanquet, J., 1926. Études phytosociologiques en Auvergne. Rapport sur une excursion interuniversitaire, C. Mont St. Louis. 94 p. Clermont-Ferrand.
1276 1117 04/2.0.2.0.2/05 syn = Cardaminetum amarae Braun-Blanquet 1926 Cardaminetum amarae subalpinum Braun-Blanquet, J., 1926. Études phytosociologiques en Auvergne. Rapport sur une excursion interuniversitaire, C. Mont St. Louis. 94 p. Clermont-Ferrand.
1277 1108 04/2.0.2.0.2/05 syn pp Cardamino amarae - Chrysosplenietum oppositifolii Braun-Blanquet 1926 em. Niemann, Heinrich & Hilbig 1973 Niemann, E., Heinrich, W., Hilbig, W., 1973. Mädesüss-Uferfluren und verwandte Staudengesellschaften im herzynischen Raum. Wiss. Z. Univ. Jena. Math.-Nat. R., 22 : 591-635. Braun-Blanquet, J., 1926. Études phytosociologiques en Auvergne. Rapport sur une excursion interuniversitaire, C. Mont St. Louis. 94 p. Clermont-Ferrand.
1278 1119 04/2.0.2.0.2/06 ASS Cardamino flexuosae - Chrysosplenietum oppositifolii O. de Bolòs 1979 Bolòs, O. de, 1979. De vegetatione valentina, III. Butll. Inst. Catalana Hist. Nat., Sec. Bot. 44: 65-76.
1279 1120 04/2.0.2.0.2/06 syn = Cardamino flexuosae - Chrysosplenietum oppositifolii Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
1280 1121 04/2.0.2.0.2/06 syn = Chrysosplenio oppositifoli - Cardaminetum raphanifoliae (Braun-Blanquet 1967) Loidi 1983 Loidi, J., 1983. Estudio de la flora y vegetación de la cuenca de los ríos Deva y Urola en la provincia de Guipúzcoa. Publ. Univ. Complutense de Madrid, Ser. Tesis Doctorales, 298 p. Madrid. Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
1281 1122 04/2.0.2.0.3 7220*pp ALL Arabidion soyeri subsp. subcoriaceae Julve 1993 prov. sources neutrophiles, montagnardes-subalpines Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
1282 8010 04/2.0.2.0.3 syn incl Cochlearion pyrenaicae Bardat in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris.
1283 1123 04/2.0.2.0.3/01 ASS Pinguiculo vulgaris - Arabidetum soyeri subsp. subcoriaceae (Koch 1928) Julve 1993 prov. Pinguiculo vulgaris - Arabidetum subcoriaceae Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Koch, W., 1928. Die höhere Vegetation der subalpinen Seen und Moorgebiete des Val Piora. Zeitschr. Hydrol., 4 : 131-174. Aarau.
1284 1124 04/2.0.2.0.3/02 ASS Cochlearietum pyrenaicae (Oberdorfer 1957) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1285 1125 04/2.0.2.0.3/02 syn compl Cochleario pyrenaicae - Palustrielletum commutati Oberdorfer 1957 ex Müller 1961 Müller, T., 1961. Einige für südwestdeutschland neue Pflanzengesellschaften. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 15-21. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1286 1126 04/2.0.2.0.3/02 syn compl Ptychostomo pseudotriquetri - Cochlearietum pyrenaicae Nègre 1972 'Nègre, R., 1972. La végétation du bassin de l''One (Pyrénées centrales). 5ème note : les reposoirs, les groupements hygrophiles et les prairies de fauche. Bol. Soc. Broter., 46 2e série) : 271-343.'
1287 1127 04/2.0.2.0.3/04 ASS Saxifrago rotundifoliae - Violetum biflorae de Foucault & Delpech 1985 Foucault, B. de, Delpech, R., 1985. Quelques données sur les microphorbiaies à Viola biflora de Haute-Maurienne. Coll. phyt., 12 : 67-73. (Mégaphorbiaies, Bailleul 1984).
1288 1128 04/2.0.2.0.3/05 ASS Cardamino flexuosae - Saxifragetum hirsutae (Allorge 1941) de Foucault 1995 suintements ombragés neutrophiles, montagnards à subalpins, occidentalo-méridionaux pays basque Foucault, B. de, 1995. Synthèse phytosociologique sur la végétation observée dans le Cotentin (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 29-44. Allorge, P., 1941. Essai de synthèse phytogéographique du Pays Basque. Bull. Soc. Bot. Fra., 88 : 291-356. [Sess. extraord. dans le Pays Basque et les Landes].
1289 1129 04/2.0.2.0.3/06 ASS Saxifrago aizoidis - Arabidetum soyeri subsp. soyeri (Braun-Blanquet 1948) Julve 2001 ass. nov. hoc loco Saxifrago aizoidis - Arabidetum soyeri hoc loco Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
1290 1130 04/2.0.2.0.3/07 ASS Cardamino asarifoliae - Arabidetum bellidifoliae (Koch 1928) Julve 2003 ass. nov. hoc loco hoc loco Koch, W., 1928. Die höhere Vegetation der subalpinen Seen und Moorgebiete des Val Piora. Zeitschr. Hydrol., 4 : 131-174. Aarau.
1291 1131 04/2.0.2.0.3/07 syn compl Palustriello commutati - Arabidetum bellidifoliae Koch 1928 Koch, W., 1928. Die höhere Vegetation der subalpinen Seen und Moorgebiete des Val Piora. Zeitschr. Hydrol., 4 : 131-174. Aarau.
1292 1132 04/3. 3110+3130pp CLA Isoeto lacustris - Littorelletea uniflorae Braun-Blanquet & Vlieger in Vlieger 1937 communautés amphibies exondables, vivaces, oligotrophiles, psychrophiles, laurasiennes Ned. Kruidk. Arch. 47 : 339 Vlieger, J. 1937. Aperçu sur les unités phytosociologiques supérieures des Pays-Bas. Ned. Kruidk. Arch. 47: 335-353.
1293 1133 04/3. syn = Isoetetea lacustris Pietsch 1967 Pietsch, W., 1967. Bemerkungen zur Gliederung der Littorelletea-Gesellschaften Mitteleuropas. Ber. Arbeitsgem. Sächs. Bot. N.F., Dresden 7: 239-245.
1294 1134 04/3. syn = Juncetea bulbosi Tüxen & Dierssen in Dierssen1972 Beih. Ber. Naturhist. Ges. Hannover, 8 : 18 Dierßen, K., 1972. Die Vegetation des Gildehauser Venns. Thèse, Univ. Hannover, 128 p. Beih. Ber. Naturhist. Ges. Hannover, 8 : 1-120.
1295 1136 04/3. syn = Littorelletea uniflorae Braun-Blanquet & Tüxen 1943 ex Westhoff, Dijk, Passchier & Sissingh 1946 Overzicht der plantengemeenschappen in Nederland : p. 47 Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1296 1137 04/3. syn incl ? Eleocharitetea parvulae Segal 1968 Segal, S., 1968. Ein Einteilungsversuch der Wasserpflanzengesellschaften. In: R. Tüxen (Ed.), Pflanzensoziologische Systematik : 220-229. Dr. W. Junk. Den Haag.
1297 1135 04/3. syn nn Littorelletea uniflorae Braun-Blanquet & Tüxen 1943 Comm. SIGMA, 84 : 7 Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1298 7293 04/3.0.1 ORD Eleocharitetalia multicaulis de Foucault 2010 communautés amphibies exondables, vivaces, oligotrophiles, atlantiques à subméditerranéennes Journ. Bot. Soc. Bot. France, 52 : 44 Foucault, B. de, 2010. Contribution au prodrome des végétations de France : les Littorelletea uniflorae. Journ. Bot. Soc. Bot. France, 52 : 43-78.
1299 7294 04/3.0.1.0.1 ALL Lobelio dortmannae - Isoetion lacustris Pietsch 1965 communautés amphibies courtement exondables, vivaces, oligotrophiles, hyperatlantiques, acidophiles Pietsch, W., 1965. Bemerkungen zur Gliederung der Littorelletea-Gesellschaften Mitteleuropas. Ber. Arbeitsgem. Sächs. Bot., N.F., 7 : 239-245.
1300 1154 04/3.0.1.0.1 syn = Lobelion dortmannae (Vanden Berghen 1964) Tüxen & Dierssen in Dierssen 1972 ex Dierssen 1975 Dierßen, K., 1975. Littorelletea uniflorae. Prodromus der europäischen Pflanzengesellschaften. 2, 149 p. Dierßen, K., 1972. Die Vegetation des Gildehauser Venns. Thèse, Univ. Hannover, 128 p. Beih. Ber. Naturhist. Ges. Hannover, 8 : 1-120. Vanden Berghen, C., 1964. La végétation des rives du lac de Hourtin (Gironde, France). Bull. Jard. Bot. Etat, 38 : 243-267.
1301 7295 04/3.0.1.0.1 syn compl Myriophyllo alternifolii - Lobelion dortmannae Tüxen & Dierssen in Dierssen 1972 Dierßen, K., 1972. Die Vegetation des Gildehauser Venns. Thèse, Univ. Hannover, 128 p. Beih. Ber. Naturhist. Ges. Hannover, 8 : 1-120.
1302 1159 04/3.0.1.0.1/01 ASS Isoeto lacustris - Lobelietum dortmannae Tüxen 1937 em. Dierssen 1975 'communauté subaquatique oligotrophile psychrophile des bords d''étangs acidophiles océaniques' Dierßen, K., 1975. Littorelletea uniflorae. Prodromus der europäischen Pflanzengesellschaften. 2, 149 p. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
1303 7296 04/3.0.1.0.1/02 GRPT grpt à Baldellia ranunculoides - Lobelia dortmanna Clément & Touffet 1983 Clément, B. & J. Touffet, 1983. Des éléments de la classe des Littorelletea en Bretagne. Coll. Phyt., 10 : 295 - 317. (Végétations Aquatiques, Lille, 1981)
1304 1156 04/3.0.1.0.1/03 ASS Schoenoplecto pungentis - Lobelietum dortmannae (Gadeceau 1909 ) Vanden Berghen 1964 em. Dierssen 1975 'communauté subaquatique oligotrophile mésotherme des bords d''étangs acidophiles océaniques' Dierßen, K., 1975. Littorelletea uniflorae. Prodromus der europäischen Pflanzengesellschaften. 2, 149 p. Vanden Berghen, C., 1964. La végétation des rives du lac de Hourtin (Gironde, France). Bull. Jard. Bot. Etat, 38 : 243-267. Gadeceau, E., 1909. Le lac de Grand-lieu : monographie phytogéographique. Dugas, Nantes, 155 p.
1305 1157 04/3.0.1.0.1/04 ASS Isoetetum boryanae (Vanden Berghen 1969) Dierssen 1975 'communauté subaquatique oligotrophile thermophile des bords d''étangs acidophiles océaniques' Dierßen, K., 1975. Littorelletea uniflorae. Prodromus der europäischen Pflanzengesellschaften. 2, 149 p. Vanden Berghen, C., 1969. La végétation amphibie des rives des étangs de la Gascogne. Bulletin du Centre d.étude et de recherche scientifique de Biarritz, 7 (4) : 893-963.
1306 1158 04/3.0.1.0.1/04 syn = Isoeto boryanae - Lobelietum dortmannae Vanden Berghen 1969 Vanden Berghen, C., 1969. La végétation amphibie des rives des étangs de la Gascogne. Bulletin du Centre d.étude et de recherche scientifique de Biarritz, 7 (4) : 893-963.
1307 1160 04/3.0.1.0.2 ALL Hydrocotylo vulgaris - Baldellion ranunculoidis Tüxen & Dierssen in Dierssen 1972 ex Dierssen 1975 communautés amphibies exondables, vivaces, oligotrophiles, atlantiques, planitiaires-collinéennes, acidophiles, des grèves sablonneuses ou tourbeuses Dierßen, K., 1975. Littorelletea uniflorae. Prodromus der europäischen Pflanzengesellschaften. 2, 149 p. Dierßen, K., 1972. Die Vegetation des Gildehauser Venns. Thèse, Univ. Hannover, 128 p. Beih. Ber. Naturhist. Ges. Hannover, 8 : 1-120.
1308 7299 04/3.0.1.0.2 syn = Eleocharition multicaulis Vanden Berghen (1964) 1969 Vanden Berghen, C., 1969. La végétation amphibie des rives des étangs de la Gascogne. Bulletin du Centre d.étude et de recherche scientifique de Biarritz, 7 (4) : 893-963. Vanden Berghen, C., 1964. La végétation des rives du lac de Hourtin (Gironde, France). Bull. Jard. Bot. Etat, 38 : 243-267.
1309 1161 04/3.0.1.0.2 syn compl Hyperico elodis - Sparganion Braun-Blanquet & Tüxen 1952 ex Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
1310 7297 04/3.0.1.0.2 syn incl Helosciadio inundati - Pilularion globuliferae (Schoof-van Pelt 1973) Pietsch 1977 Pietsch, W., 1977. Beitrag zur Soziologie und Ökologie der europäischen Littorelletea- und Utricularietea-Gesellschaften. Feddes Repertorium, 88 : 141-245. Schoof-van Pelt, M.M., 1973. Litorelletea. A study of the vegetation of some amphiphytic communities of Western Europa. 216 p. Nijmegen.
1311 1162 04/3.0.1.0.2 syn incl Hypericenion elodis (Müller & Görs 1960) Szmeja & Clément 1990 Szmeja J. & B. Clément, 1990. Comparaison de la structure et du déterminisme des Littorelletea uniflorae en Poméranie (Pologne) et en Bretagne (France). Phytocoenologia , 19 (1) : 123-148. Müller, T. & S. Görs, 1960. Pflanzengesellschaften stehender Gewässer in Baden-Württemberg. Beitr. Naturkundl. Forsch. Südwestdeutschl., 19 : 60-100.
1312 7298 04/3.0.1.0.2 syn nn Hyperico elodis - Sparganion Braun-Blanquet & Tüxen 1943 Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1313 1164 04/3.0.1.0.2 syn pp Hypericion elodis Müller & Görs 1960 Müller, T. & S. Görs, 1960. Pflanzengesellschaften stehender Gewässer in Baden-Württemberg. Beitr. Naturkundl. Forsch. Südwestdeutschl., 19 : 60-100.
1314 1183 04/3.0.1.0.2/01 ASS Eleogitono fluitantis - Juncetum heterophylli Rivas-Martínez & Costa in Rivas-Martínez, Costa, Castroviejo & E. Valdés 1980 Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189.
1315 1184 04/3.0.1.0.2/01 syn = Junco heterophylli - Pilularietum globuliferae J. Rodríguez, Romero & Ortiz 1997 Rodríguez, J., M.I. Romero & S. Ortiz 1997. Communities of the class Littorelletea uniflorae in the northwest Iberian Peninsula. Acta Bot. Gallica, 144(1) : 155-169.
1316 1172 04/3.0.1.0.2/03 ASS Eleocharito palustris subsp. vulgaris - Littorelletum uniflorae (Gadeceau 1909) Lemée 1937 communauté amphibie oligotrophile thermoatlantique des sols minéraux Eleocharito vulgaris - Littorelletum uniflorae Eleocharito - Littorelletum atlanticum Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.]. Gadeceau, E., 1909. Le lac de Grand-lieu : monographie phytogéographique. Dugas, Nantes, 155 p.
1317 1173 04/3.0.1.0.2/03 syn incl nn Eleocharitetum palustris subsp. vulgaris Gadeceau 1909 Eleocharitetum vulgaris Gadeceau, E., 1909. Le lac de Grand-lieu : monographie phytogéographique. Dugas, Nantes, 155 p.
1318 1174 04/3.0.1.0.2/03 syn incl nn Littorelletum uniflorae Gadeceau 1909 Gadeceau, E., 1909. Le lac de Grand-lieu : monographie phytogéographique. Dugas, Nantes, 155 p.
1319 1175 04/3.0.1.0.2/03 syn pp Eleocharito palustris subsp. vulgaris - Littorelletum uniflorae (Gadeceau 1909) Chouard 1924 Eleocharito vulgaris - Littorelletum uniflorae 'Chouard, P., 1924. Monographies phytosociologiques. I. La région de Brigueil l''Ainé (Confolentais). Bull. Soc. Bot. Fra., 71 : 1130-1158.' Gadeceau, E., 1909. Le lac de Grand-lieu : monographie phytogéographique. Dugas, Nantes, 155 p.
1320 8088 04/3.0.1.0.2/03 syn incl Caropsio verticillato-inundatae - Littorelletum uniflorae Vanden Berghen 1969 Vanden Berghen, C., 1969. La végétation amphibie des rives des étangs de la Gascogne. Bulletin du Centre d’études et de recherche scientifique de Biarritz, 7 (4) : 893-963.
1321 1165 04/3.0.1.0.2/04 ASS Eleocharitetum multicaulis Allorge 1922 ex Tüxen 1937 communauté amphibie oligotrophile atlantique, tourbeuse Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
1322 1166 04/3.0.1.0.2/04 syn = Littorello uniflorae - Eleocharitetum multicaulis (Allorge 1922) Pietsch 1971 Pietsch, W., 1971. Eine Cicendia filiformis reiche Zwergbinsen-Gesellschaft in der Niederlausitz. Niederlausitz florist. Mitteil., 6 : 25-31. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
1323 1176 04/3.0.1.0.2/05 ASS Potamogetono polygonifolii - Eleogitonetum fluitantis Allorge 1922 communauté subaquatique oligotrophile des mares tourbeuses acidophiles Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
1324 1177 04/3.0.1.0.2/05 syn = Eleogitonetum fluitantis Denis 1925 Scirpetum fluitantis Denis, M., 1925. Essai sur la végétation des mares de la forêt de Fontainebleau. Ann. Sci. Nat., Bot., 10 : 1-163.
1325 1178 04/3.0.1.0.2/05 syn = Hyperico elodis - Eleogitonetum fluitantis Rivas Goday 1964 Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
1326 7301 04/3.0.1.0.2/06 ASS Scirpo americani - Hypericetum elodis Vanden Berghen 1969 Vanden Berghen, C., 1969. La végétation amphibie des rives des étangs de la Gascogne. Bulletin du Centre d’études et de recherche scientifique de Biarritz, 7 (4) : 893-963.
1327 1188 04/3.0.1.0.2/07 ASS Littorello uniflorae - Eleocharitetum acicularis Jouanne 1926 communauté amphibie oligotrophile, subatlantique à subcontinentale Jouanne, P., 1926. Quelques associations végétales de l’Ardenne schisteuse. Bull. Soc. Roy. Bot. Belg., 59(1) : 54-68.
1328 6648 04/3.0.1.0.2/07 syn compl Lythro portulae - Ludwigietum palustris Robbe in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
1329 1194 04/3.0.1.0.2/07 syn pp Littorello uniflorae - Eleocharitetum acicularis Malcuit 1929 'Malcuit, G., 1929. Contribution à l''étude phytosociologique des Vosges méridionales saônoises. les associations végétales de la vallée de la Lanterne. Arch. Bot. (Caen), 2 : 1-211.'
1330 1167 04/3.0.1.0.2/08 ASS Littorello uniflorae - Helosciadetum inundati Fröde 1950 communauté amphibie mésotrophile subatlantique des sols minéraux Fröde, E. Th., 1950/1958. Die Pflanzengesellschaften der Insel Hiddensee. Wiss. Zeitschrift Ernst-Moritz Arndt Univ. Greifswald, Math.-Nat. Reihe, 7 : 277-305.
1331 1168 04/3.0.1.0.2/08 syn = Helosciadio inundati - Littorelletum uniflorae (Fröde 1950) Oberdorfer 1962 Oberdorfer, E., 1962. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. (2ten Auffl.). Stuttgart, 987 p. Fröde, E. Th., 1950/1958. Die Pflanzengesellschaften der Insel Hiddensee. Wiss. Zeitschrift Ernst-Moritz Arndt Univ. Greifswald, Math.-Nat. Reihe, 7 : 277-305.
1332 6620 04/3.0.1.0.2/08 syn = Littorello uniflorae - Helosciadetum inundati (Fröde 1950) Jeschke 1962 Jeschke, L., 1962. Das Quellgebiet am Nordufer des Krüselinsees. Natursch. Arb. Mecklenburg, 5 : 66-74. Fröde, E. Th., 1950/1958. Die Pflanzengesellschaften der Insel Hiddensee. Wiss. Zeitschrift Ernst-Moritz Arndt Univ. Greifswald, Math.-Nat. Reihe, 7 : 277-305.
1333 7302 04/3.0.1.0.2/08 syn = Littorello uniflorae - Helosciadetum inundati Fröde 1950 ex Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin. Fröde, E. Th., 1950/1958. Die Pflanzengesellschaften der Insel Hiddensee. Wiss. Zeitschrift Ernst-Moritz Arndt Univ. Greifswald, Math.-Nat. Reihe, 7 : 277-305.
1334 1169 04/3.0.1.0.2/08 syn = Littorello uniflorae - Helosciadetum inundati Fröde 1958 Fröde, E. Th., 1950/1958. Die Pflanzengesellschaften der Insel Hiddensee. Wiss. Zeitschrift Ernst-Moritz Arndt Univ. Greifswald, Math.-Nat. Reihe, 7 : 277-305.
1335 1192 04/3.0.1.0.2/09 ASS Pilularietum globuliferae Tüxen 1955 ex Müller & Görs 1960 Müller, T. & S. Görs, 1960. Pflanzengesellschaften stehender Gewässer in Baden-Württemberg. Beitr. Naturkundl. Forsch. Südwestdeutschl., 19 : 60-100.
1336 1195 04/3.0.1.0.2/10 ASS Ranunculo flammulae - Juncetum bulbosi Oberdorfer 1957 communauté amphibie oligodystrophile paratourbeuse, boréocentroeuropéenne Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1337 1163 04/3.0.1.0.3 ALL Samolo valerandi - Baldellion ranunculoidis Schaminée & Westhoff 1990 in Schaminée, Westhoff & Arts 1992 communautés amphibies exondables, vivaces, oligotrophiles, atlantiques, planitiaires-collinéennes, neutrophiles, oligohalines, des grèves sablonneuses ou tourbeuses Schaminée, J.H.J., V. Westhoff & G.H.P. Arts, 1992. Die Strandlingsgesellschaften der Niederlande im europäischen Rahmen gefasst. Phytocoenologia, 20 : 539-558.
1338 1170 04/3.0.1.0.3/01 ASS Samolo valerandi - Littorelletum uniflorae Westhoff 1943 communauté amphibie oligotrophile psychroatlantique, submaritime Westhoff, V., 1943. Plantensociologisch onderzoek in het bijzonder op de Waddeneilanden. In: Handel. XXIXe Nederl. Natuur. Geneeskd. Congr., Amsterdam april 1943, 27-40.
1339 6621 04/3.0.1.0.3/02 ASS Samolo valerandi - Baldellietum ranunculoidis (Müller-Stoll & Götz 1962) Passarge 1999 communauté amphibie oligomésotrophile psychroatlantique, submaritime Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin. Müller-Stoll, W.R. & H.G. Götz, 1962. Die märkischen Salzstellen und ihre Salzflora in Vegangenhait und Gegenwart. Wiss. Zeitschrift Pädag. Hochschule Potsdam, Math.-Nat., 7 : 243-296.
1340 1171 04/3.0.1.0.3/02 syn = Littorello uniflorae - Baldellietum ranunculoidis Tüxen & Preising 1942 Tüxen, R. & E. Preising, 1942.Grunbegriffe und Methoden zum studium der Wasser und Sumflanzengesellschaften. Deutsche Wasserwirtschaft 37: 10-17, 57-69.
1341 1180 04/3.0.1.0.3/03 ASS Sparganietum minimi Schaaf 1925 communauté amphibie mésotrophile tourbeuse neutrocline Schaaf, G., 1925. Hohenloher Moore. Veröff. Staatl. Stelle Naturschutz (Stuttgart), 1 : 5-58.
1342 1181 04/3.0.1.0.3/03 syn = Utriculario intermediae - Sparganietum minimi Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
1343 1182 04/3.0.1.0.3/03 syn compl Sphagno - Sparganietum minimi Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
1344 1138 04/3.0.2 ORD Littorelletalia uniflorae Koch 1926 communautés amphibies à subaquatiques, vivaces, oligotrophiles, psychrophiles, boréocontinentales à montagnardes Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1345 1185 04/3.0.2.0.1 ALL Eleocharition acicularis Pietsch 1965 communautés amphibies vivaces oligotrophiles, centroeuropéennes, planitiaires-collinéennes Pietsch, W., 1965. Bemerkungen zur Gliederung der Littorelletea-Gesellschaften Mitteleuropas. Ber. Arbeitsgem. Sächs. Bot., N.F., 7 : 239-245.
1346 1186 04/3.0.2.0.1 syn incl Deschampsion cespitosae subsp. littoralis Oberdorfer & Dierssen in Dierssen 1975 Dierßen, K., 1975. Littorelletea uniflorae. Prodromus der europäischen Pflanzengesellschaften. 2, 149 p.
1347 1187 04/3.0.2.0.1 syn incl Eleocharition acicularis Pietsch 1968 em. Dierssen 1975 Dierßen, K., 1975. Littorelletea uniflorae. Prodromus der europäischen Pflanzengesellschaften. 2, 149 p. Pietsch, W., 1968. Die Verlandungsvegetation des Sorgenteiches bei Ruhland in der oberlausitzer Niederung und ihre pflanzengeographische Bedeutung. Ber. Arbeitsgem. Sächs. Bot., N.F., 8 : 55-91. (1966/1967).
1348 1179 04/3.0.2.0.1/01 ASS Littorello uniflorae - Isoetetum velatae subsp. tenuissimae (Allorge & Gaume 1931) Géhu, de Foucault, J. Duvigneaud, Julve, Provost & Wattez 1988 'communauté subaquatique des fonds graveleux des littoraux d''étangs oligotrophes, centre de la France' Géhu, J.-M., Foucault, B. de, Duvigneaud, J., Julve, P., Provost, M., Wattez, J.R., 1988. La végétation aquatique et amphibie des étangs de la Brenne. Originalité, problèmes de gestion et de conservation. Coll. Phytosoc., 15 : 635-666. (Phytosociologie et conservation de la nature, Strasbourg 1987). Allorge, P. & R. Gaume, 1931. Esquisse phytogéographique de la Sologne. Bull. Soc. Bot. Fra. 72 : 5-59. [Sess. extraord. Sologne juillet 1925].
1349 7303 04/3.0.2.0.1/02 ASS Eleocharitetum acicularis Koch 1926 ex Almquist 1929 Almquist, E., 1929. Upplands Vegetation och flora. Acta Phytog. Suecica, 1, 624 p. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1350 1189 04/3.0.2.0.1/02 syn = Eleocharitetum acicularis Koch 1926 em. Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1351 1190 04/3.0.2.0.1/02 syn = Littorello uniflorae - Eleocharitetum acicularis Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1352 1191 04/3.0.2.0.1/02 syn compl Limosello aquaticae - Eleocharitetum acicularis Wendelberger-Zelinka 1952 Wendelberger-Zelinka, E., 1952. Die vegetation der Donauauen bei Wallsee. Wels. 196 p.
1353 1193 04/3.0.2.0.1/02 syn pp Eleocharitetum acicularis (Baumann 1911) Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146. Baumann, E., 1911. Die Vegetation des Untersees Bodensee). Arch. Hydrobiol. Planktonk., Suppl., 1 : 554 p., 15 Tab. h.t.
1354 7304 04/3.0.2.0.1/03 ASS Eleocharito acicularis - Alismatetum graminei (Kallen 1994) Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin.
1355 6623 04/3.0.2.0.1/04 ASS Eleocharito acicularis - Marsileetum quadrifoliae (Ubriszy 1948) Pietsch 1977 Pietsch, W., 1977. Beitrag zur Soziologie und Ökologie der europäischen Littorelletea- und Utricularietea-Gesellschaften. Feddes Repertorium, 88 : 141-245.
1356 7305 04/3.0.2.0.1/05 ASS Deschampsietum cespitosae subsp. littoralis Oberdorfer & Dierssen in Dierssen 1975 Deschampsietum rhenanae Dierßen, K., 1975. Littorelletea uniflorae. Prodromus der europäischen Pflanzengesellschaften. 2, 149 p.
1357 1139 04/3.0.2.0.2 ALL Littorellion uniflorae Koch 1926 'communautés amphibies exondables, vivaces, oligotrophiles, des grèves d''étangs et lacs boréomontagnards à alpins' Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1358 1141 04/3.0.2.0.2 syn = Ranunculion reptantis Tüxen, Géhu & Dierssen in Dierssen 1972 Dierßen, K., 1972. Die Vegetation des Gildehauser Venns. Thèse, Univ. Hannover, 128 p. Beih. Ber. Naturhist. Ges. Hannover, 8 : 1-120.
1359 1142 04/3.0.2.0.2 syn compl incl Myriophyllo alterniflori - Littorelletum uniflorae Jeschke 1959 Jeschke, L., 1959. Einstweilige Sicherung von Naturschutzgebieten. Natursch. Arb. und Naturk. Heimatforsch., 2 : 19-23.
1360 1140 04/3.0.2.0.2 syn incl Isoetion lacustris Nordhagen 1936 em. Dierssen 1975 Dierßen, K., 1975. Littorelletea uniflorae. Prodromus der europäischen Pflanzengesellschaften. 2, 149 p. Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88.
1361 1144 04/3.0.2.0.2 syn pp Subularion aquaticae Hadàč 1971 Hadàč, E., 1971. The vegetation of springs, lakes and “flags” of Reykjanes Peninsula, SW Iceland. Folia Geobot. Phytotax., 6 : 29-41.
1362 1149 04/3.0.2.0.2/01 ASS Isoeto lacustris - Sparganietum borderei Braun-Blanquet 1948 'communauté amphibie exondable des grèves d''étangs oligotrophes pyrénéens' Pyrénées orientales à centrales Isoeto brochonii - Sparganietum borderei Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
1363 1150 04/3.0.2.0.2/01 syn = Isoetetum lacustris (Allorge & Denis 1927) Dierssen 1975 Isoetetum brochonii Dierßen, K., 1975. Littorelletea uniflorae. Prodromus der europäischen Pflanzengesellschaften. 2, 149 p.
1364 7306 04/3.0.2.0.2/01 syn = ? Isoeto lacustris - Sparganietum borderei Braun-Blanquet 1948 em. Lazare & Riba 2010 Lazare, J.-J. & S. Riba, 2010. Les isoètes de l’Estany de Creussans (Andorre). J. Bot. Soc. Bot. France, 50 : 19-26. Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
1365 7307 04/3.0.2.0.2/02 ASS Isoeto creussensis - Sparganietum angustifolii Lazare & Riba 2010 Lazare, J.-J. & S. Riba, 2010. Les isoètes de l’Estany de Creussans (Andorre). J. Bot. Soc. Bot. France, 50 : 19-26.
1366 7308 04/3.0.2.0.2/03 ASS Isoetetum creussensis Lazare & Riba 2010 Lazare, J.-J. & S. Riba, 2010. Les isoètes de l’Estany de Creussans (Andorre). J. Bot. Soc. Bot. France, 50 : 19-26.
1367 1145 04/3.0.2.0.2/04 ASS Isoetetum echinosporae Koch 1926 em. Dierssen 1975 Dierßen, K., 1975. Littorelletea uniflorae. Prodromus der europäischen Pflanzengesellschaften. 2, 149 p. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1368 1146 04/3.0.2.0.2/04 syn = Sparganio angustifolii - Isoetetum echinosporae Rivas-Martínez & G. Navarro in G. Navarro 1987 Navarro, G. 1987. Datos sobre la vegetación acuática de las lagunas glaciares de Urbión y Neila (Soria-Burgos). Lazaroa 7: 487-495.
1369 1147 04/3.0.2.0.2/05 ASS Callitricho palustris - Sparganietum angustifolii Braun-Blanquet 1919 'communauté amphibie exondable des grèves d''étangs oligotrophes alpiens' Alpes du Dauphiné, Alpes Maritimes Braun-Blanquet, J., 1919. Schedae at Floram raeticam exsciccatam. Jahresber. Naturf. Ges. Graubündens, 2 : 33-61.
1370 1148 04/3.0.2.0.2/05 syn = ? Sparganio angustifolii - Callitrichetum platycarpae Rivas Goday & Rivas-Martínez 1959 Rivas Goday, S. & S. Rivas-Martínez 1959. Una visita a la Laguna de Arvas (Leitariegos). Anales Inst. Bot. Cavanilles 16: 565-586.(1958).
1371 7309 04/3.0.2.0.3 ALL Carici nigrae - Juncion bulbosi de Foucault 2010 'communautés amphibies exondables, vivaces, oligotrophiles, des grèves d''étangs et lacs orocorses' Foucault, B. de, 2010. Contribution au prodrome des végétations de France : les Littorelletea uniflorae. Journ. Bot. Soc. Bot. France, 52 : 43-78.
1372 7310 04/3.0.2.0.3/01 ASS ?
1373 7311 04/3.0.2.0.3/01 syn compl Lythro portulae - Eleocharitetum acicularis Gamisans 1976 Gamisans, J., 1976. La végétation des montagnes corses (I). Phytocoenologia, 3 : 425-498.
1374 7312 04/3.0.2.0.3/02 ASS ?
1375 7313 04/3.0.2.0.3/02 syn compl Ranunculo nodiflori - Juncetum bulbosi Gamisans 1976 Gamisans, J., 1976. La végétation des montagnes corses (I). Phytocoenologia, 3 : 425-498.
1376 1198 04/4. 3120+3130pp+3170* CLA Isoetetea velatae (Braun-Blanquet & Tüxen 1943) de Foucault 1988 communautés amphibies vivaces oligotrophiles thermophiles Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1377 1199 04/4. syn compl Isoeto - Juncetea Braun-Blanquet & Tüxen 1943 Isoeto - NanoJuncetea Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1378 1201 04/4.0.1 ORD Isoetetalia velatae (Braun-Blanquet 1931) de Foucault 1988 communautés amphibies vivaces oligotrophiles thermophiles Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
1379 1202 04/4.0.1 syn compl Isoetetalia Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
1380 1203 04/4.0.1 syn compl Isoetetalia Braun-Blanquet 1936 'Braun-Blanquet, J., 1936. Un joyau floristique et phytosociologique: l''Isoetion méditerranéen. Comm. SIGMA, 42, 23 p. [= Bull. Soc. Sci. Nat. Nîmes, 47 1930-1935)]'
1381 1204 04/4.0.1 syn compl Isoetetalia duriei (Braun-Blanquet 1936) O. de Bolòs, Vigo, Masalles & Ninot 1996 Bolòs, O. de, J. Vigo, R.M. Masalles & J.M. Ninot, 1996. A survey on the vegetation of Cephalonia (Ionian islands). Phytocoenologia, 26(1) : 81-123. 'Braun-Blanquet, J., 1936. Un joyau floristique et phytosociologique: l''Isoetion méditerranéen. Comm. SIGMA, 42, 23 p. [= Bull. Soc. Sci. Nat. Nîmes, 47 1930-1935)]'
1382 1205 04/4.0.1.0.1 ALL Antinorio agrostideae - Isoetion velatae (Braun-Blanquet 1931) de Foucault 1988 communautés amphibies vivaces oligotrophiles, méditerranéennes Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
1383 1206 04/4.0.1.0.1 syn compl pp Isoetion Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
1384 1207 04/4.0.1.0.1 syn compl pp Isoetion Braun-Blanquet 1936 'Braun-Blanquet, J., 1936. Un joyau floristique et phytosociologique: l''Isoetion méditerranéen. Comm. SIGMA, 42, 23 p. [= Bull. Soc. Sci. Nat. Nîmes, 47 1930-1935)]'
1385 1208 04/4.0.1.0.1 syn compl pp Isoetion duriei (Braun-Blanquet 1936) O. de Bolòs, Vigo, Masalles & Ninot 1996 Bolòs, O. de, J. Vigo, R.M. Masalles & J.M. Ninot, 1996. A survey on the vegetation of Cephalonia (Ionian islands). Phytocoenologia, 26(1) : 81-123. 'Braun-Blanquet, J., 1936. Un joyau floristique et phytosociologique: l''Isoetion méditerranéen. Comm. SIGMA, 42, 23 p. [= Bull. Soc. Sci. Nat. Nîmes, 47 1930-1935)]'
1386 1209 04/4.0.1.0.1/01 ASS Isoetetum setaceae Braun-Blanquet (1931) 1936 'Braun-Blanquet, J., 1936. Un joyau floristique et phytosociologique: l''Isoetion méditerranéen. Comm. SIGMA, 42, 23 p. [= Bull. Soc. Sci. Nat. Nîmes, 47 1930-1935)]' Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
1387 1210 04/4.0.1.0.1/02 ASS Eryngio pusilli - Isoetetum velatae (Pottier-Alapetite 1952) de Foucault 1988 Eryngio barrelieri - Isoetetum velatae Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p. Pottier-Alapetite, G., 1942. Recherches phytosociologiques et historiques sur la végétation du Jura central et sur les origines de la flore jurassienne. Tunis, 333 p.
1388 7984 04/4.0.1.0.1/02 syn compl Isoeto velatae - Crassuletum vaillantii Poirion & Barbero 1965 Poirion, L. & M. Barbero, 1965. Groupements à Isoetes velata. Bull. Soc. Bot. France, 112 : 436-442.
1389 1211 04/4.0.1.0.1/03 ASS Sagino subulatae - Morisietum monanthi (Gamisans 1975) Julve 2003 ass. nov. prov. hoc loco hoc loco 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
1390 1212 04/4.0.1.0.1/03 syn compl Junco - Morisietum monanthi Gamisans 1975 ex 1976 Gamisans, J., 1976. La végétation des montagnes corses (I). Phytocoenologia, 3 : 425-498. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
1391 7300 04/4.0.1.0.1/04 ASS Littorello uniflorae - Isoetetum velatae Paradis & Pozzo di Borgo 2005 Paradis G. & M.-L. Pozzo di Borgo, 2005. Etude phytosociologique et inventaire floristique de la réserve naturelle des Tre Padule de Suartone (Corse). Journal de Botanique de la Société Botanique de France, 30 : 27-96.
1392 7983 04/4.0.1.0.1/06 ASS Helosciadietum crassipedis Paradis & Pozzo di Borgo 2005 Paradis G. & M.-L. Pozzo di Borgo, 2005. Etude phytosociologique et inventaire floristique de la réserve naturelle des Tre Padule de Suartone (Corse). Journal de Botanique de la Société Botanique de France, 30 : 27-96.
1393 8110 04/4.0.1.0.1/07 ASS Eleocharito palustris - Juncetum heterophylli Paradis & Pozzo di Borgo 2005 Paradis G. & M.-L. Pozzo di Borgo, 2005. Etude phytosociologique et inventaire floristique de la réserve naturelle des Tre Padule de Suartone (Corse). Journal de Botanique de la Société Botanique de France, 30 : 27-96.
1394 1213 04/4.0.1.0.2 ALL Ophioglosso lusitanici - Isoetion histricis (Braun-Blanquet 1931) de Foucault 1988 communautés amphibies vivaces oligotrophiles, subméditerranéennes Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
1395 1214 04/4.0.1.0.2 syn compl pp Isoetion Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
1396 1215 04/4.0.1.0.2 syn compl pp Isoetion Braun-Blanquet 1936 'Braun-Blanquet, J., 1936. Un joyau floristique et phytosociologique: l''Isoetion méditerranéen. Comm. SIGMA, 42, 23 p. [= Bull. Soc. Sci. Nat. Nîmes, 47 1930-1935)]'
1397 1216 04/4.0.1.0.2 syn compl pp Isoetion duriei (Braun-Blanquet 1936) O. de Bolòs, Vigo, Masalles & Ninot 1996 Bolòs, O. de, J. Vigo, R.M. Masalles & J.M. Ninot, 1996. A survey on the vegetation of Cephalonia (Ionian islands). Phytocoenologia, 26(1) : 81-123. 'Braun-Blanquet, J., 1936. Un joyau floristique et phytosociologique: l''Isoetion méditerranéen. Comm. SIGMA, 42, 23 p. [= Bull. Soc. Sci. Nat. Nîmes, 47 1930-1935)]'
1398 8123 04/4.0.1.0.2 syn compl incl pp Isoeto histricis - Radioletum linoidis Chevassut & Quézel 1956 Chevassut, G. & P. Quézel, 1956. Contribution à l’étude des groupements végétaux de mares temporaires à Isoetes velata et de dépressions humides à Isoetes histrix en Afrique du Nord. Bull. Soc. Hist. Nat. Afr. Nord, 47 : 59-73.
1399 1217 04/4.0.1.0.2/01 ASS Isoetetum duriei Braun-Blanquet (1931) 1936 'Braun-Blanquet, J., 1936. Un joyau floristique et phytosociologique: l''Isoetion méditerranéen. Comm. SIGMA, 42, 23 p. [= Bull. Soc. Sci. Nat. Nîmes, 47 1930-1935)]' Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
1400 1218 04/4.0.1.0.2/01 syn = Isoetetum duriei Braun-Blanquet 1936 'Braun-Blanquet, J., 1936. Un joyau floristique et phytosociologique: l''Isoetion méditerranéen. Comm. SIGMA, 42, 23 p. [= Bull. Soc. Sci. Nat. Nîmes, 47 1930-1935)]'
1401 1219 04/4.0.1.0.2/02 ASS Ophioglosso azorici - Isoetetum histricis de Foucault 1988 'Foucault, B. de, 1988. Contribution à la connaissance phytosociologique des corniches rocheuses de la vallée de l''Argenton, entre Argenton-château et Massais (Deux-Sèvres). Bull. Soc. Bot. Centre-Ouest, N.S., 19 : 39-64.'
1402 1220 04/4.0.1.0.2/03 ASS Anthemido nobilis - Isoetetum histricis Bioret 1989 'Bioret, F., 1989. Contribution à l''étude de la flore et de la végétation de quelques îles et archipels ouest et sud armoricains. Thèse, Univ. Nantes, 480 p.'
1403 1221 04/4.0.1.0.2/03 syn pp Ophioglosso lusitanici - Isoetetum histricis (Durand & Charrier 1911) de Foucault 1988 Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p. Durand, G & J. Charrier, 1911. Rapport sur les excursions de la Société botanique de France en Vendée (juin 1911). Bull. Soc. Bot. France, 58 : 95-142.
1404 1222 04/4.0.1.0.2/04 ASS Romuleo columnae - Isoetetum histricis Bioret 1989 'Bioret, F., 1989. Contribution à l''étude de la flore et de la végétation de quelques îles et archipels ouest et sud armoricains. Thèse, Univ. Nantes, 480 p.'
1405 1223 04/4.0.1.0.2/04 syn pp Ophioglosso lusitanici - Isoetetum histricis (Durand & Charrier 1911) de Foucault 1988 Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p. Durand, G & J. Charrier, 1911. Rapport sur les excursions de la Société botanique de France en Vendée (juin 1911). Bull. Soc. Bot. France, 58 : 95-142.
1406 1224 04/4.0.1.0.2/05 ASS Bellio bellidioidis - Menthetum pulegii O. de Bolòs & Molinier in O. de Bolòs & Vigo 1972 Bolòs, O. de & J. Vigo, 1972. Contribution à la géobotanique de l’île de Majorque. Rapp. Com. Int. Mer. Médit., 21(3) : 81-82.
1407 1225 04/4.0.1.0.2/06 ASS Scillo autumnalis - Ophioglossetum lusitanici Ballesteros 1984 Ballesteros, E., 1984. Sobre ľestructura i la dinàmica de les comunitats terofítiques humides (classe Isoeto-Nanojuncetea) i els pradells amb Ophioglossum lusitanicum L. del massís de Cadiretes (La Selva). Collect. Bot. (Barcelona), 15 : 39-57.
1408 1226 04/5. CLA Juncetea bufonii (Braun-Blanquet & Tüxen 1943) de Foucault 1988 tonsures annuelles hygrophiles à hydrophiles, européennes Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1409 1227 04/5. syn compl pp Isoeto - Juncetea Braun-Blanquet & Tüxen 1943 Isoeto - NanoJuncetea Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1410 1228 04/5. syn compl pp Isoeto - Juncetea Braun-Blanquet & Tüxen 1943 ex Westhoff, van Dijk, Passchier 1946 Isoeto - NanoJuncetea Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1411 1230 04/5. syn pp Crypsietea aculeatae Vicherek 1973 Crypsidetea aculeatae Vicherek, J. 1973. Die Pflanzengesellschaften der Halophyten-und Subhalophytenvegetation der Tschechoslowakei. Vegetace CSSR 17 5. 1-200.
1412 1231 04/5.0.1 3130pp ORD Elatino triandrae - Cyperetalia fusci de Foucault 1988 tonsures annuelles hydrophiles (longuement inondables) Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p.
1413 1232 04/5.0.1 syn pp Pycreetalia flavescentis Klika 1935 Nanocyperetalia Klika, J., 1935. Die Pflanzengesellschaften des entblössten Teichbodens in Mitteleuropa. Beih. Bot. Centralbl., 53 : 286-310. Dresden.
1414 1233 04/5.0.1.0.1 ALL Crypsio alopecuroidis - Cyperion micheliani (Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952) Pietsch 1961 tonsures annuelles hydrophiles (longuement inondables), thermophiles, subméditerranéennes, mésotrophiles Pietsch, W., 1961. Beiträge zur Struktur, Ökologie und Systematik der europäischen Zwergbinsengesellschaften. Dissert. Univ. Potsdam. Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
1415 1234 04/5.0.1.0.1 syn compl ? Verbenion supinae Slavníč 1951 Slavníč, Z., 1951. Pregled nitrofilne wegetacije Wojwodine [Prodrome des groupements végétaux nitrophiles de la Voïvodine (Yougoslavie)]. Arch. Sci. Matica Srpska, Ser. Sci. Nat. 1 : 84-169.
1416 1235 04/5.0.1.0.1 syn compl pp Paspalo dilatatae - Crypsietalia schoenoidis Braun-Blanquet 1951 Braun-Blanquet, J., 1951. Pflanzensoziologie. (2ten Aufl.). Springer, Vienne, 631 p.
1417 1236 04/5.0.1.0.1 syn incl Crypsion schoenoidis Braun-Blanquet 1951 Braun-Blanquet, J., 1951. Pflanzensoziologie. (2ten Aufl.). Springer, Vienne, 631 p.
1418 6644 04/5.0.1.0.1 syn incl Crypsion schoenoidis Braun-Blanquet 1951 ex Rivas Goday, Borja, Monasterio, Galiano & Rivas-Martínez 1956 Heleochloion Rivas Goday, S., J. Borja, A. Monasterio, E.F. Galiano & S. Rivas-Martínez, 1956. Aportaciones a la fitosociología hispánica nota 1. Anales Inst. Bot. Cavanilles (1955). 13: 335-422. Braun-Blanquet, J., 1951. Pflanzensoziologie. (2ten Aufl.). Springer, Vienne, 631 p.
1419 1237 04/5.0.1.0.1 syn incl Crypsion schoenoidis Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Heleochloion Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
1420 1238 04/5.0.1.0.1 syn pp Cyperion flavescentis Rivas Goday in Rivas Goday & Borja Carbonell 1961 Eu-Nanocyperion flavescentis Rivas Goday, S. & J. Borja Carbonell, 1961. Estudio de vegetacion y florula del macizo de Gudar y Javalambre. Anales Inst. Bot. Cavanilles, 19 : 3-543.
1421 1239 04/5.0.1.0.1 syn pp Cyperion Koch 1926 ex Libbert 1933 Nanocyperion Libbert, W., 1933. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 75: 229-348. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1422 1240 04/5.0.1.0.1/01 ASS Fimbristylo dichotomae - Crypsietum schoenoidis (Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952) Pietsch 1973 Pietsch, W., 1973. Beitrag zur Gliederung der europäischen Zwergbinsengesellschaften (Isoeto-nanojuncetea). Vegetatio, 28 : 401-438. Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
1423 1244 04/5.0.1.0.1/01 syn incl Crypsio schoenoidis - Cyperetum micheliani Martínez-Parras, Peinado, Bartolomé & Molero 1988 Martínez-Parras, J.-M., M. Peinado, C. Bartolomé & J. Molero 1988. Algunas comunidades vegetales higrófilas e higronitrófilas estivo-autumnales de la provincia de Granada. Acta Bot. Barcinon., 37: 271-279.
1424 1251 04/5.0.1.0.1/01 syn incl Crypsio schoenoidis - Fimbristyletum bisumbellatae Braun-Blanquet & Rivas Goday in Rivas Goday 1956 corr. Brullo & Minissale 1998 Brullo, S. & P. Minissale, 1998. Considerazioni sintassonomiche sulla classe Isoeto-Nanojuncetea. Itinera Geobot., 11 : 263-290. Rivas Goday, S., 1956. Übersicht über die Vegetationsgürtel der iberischen Halbinsel. Kennzeichnende Arten und Gesellschaften. Veröff. Ber. Geobot. Inst. E.T.H. Stiffung Rübel 31, 1. 32-69.
1425 8047 04/5.0.1.0.1/01 syn incl Cypero hamulosi - Crypsietum schoenoidis Taran 1993
1426 1248 04/5.0.1.0.1/01 syn incl Echinochloo cruris-galli - Crypsietum schoenoidis Paradis & Lorenzoni 1994 Paradis, G. & C. Lorenzoni, 1994. Etude phytosociologique de communautés thérophytiques hygro-nitrophiles estivo-autumnales de la Corse (grpts à Crypsis aculeata, C. schoenoides, Glinus lotoides et Chenopodium chenopodioides). Nouvelles propositions syntaxonomiques. 2e contribution. Monde des Plantes, 449 : 19-26.
1427 1249 04/5.0.1.0.1/01 syn incl Heliotropio supini - Crypsietum schoenoidis Rivas Goday 1955 Rivas Goday, S., 1955. Aportaciones a la fitosociologia hispanica (proyectos de comunidades hispanicas). I. Anales Inst. Bot. Cavanilles, 13 : 335-422.
1428 6645 04/5.0.1.0.1/02 ASS Crypsietum alopecuroidis Rapaics & Ubrizsy 1948 ?
1429 6646 04/5.0.1.0.1/02 syn compl Plantagini majoris subsp. intermediae - Crypsietum alopecuroidis Royer & Didier 1999 ?
1430 8045 04/5.0.1.0.1/02 syn incl Cypero micheliani - Crypsietum alopecuroidis (Timar 1950) Pietsch 1973 Pietsch, W., 1973. Zur Soziologie und Okologie der Zwergbinsengesellschaften Ungarns (Klasse Isoeto-Nanojuncetea Br.-B1. & Tx. I943). Acta bot. hung., 19, Soo-Festschrift. Timar, L., 1950. A Tiszameder növenyzete Szolnok es Szeged között. Ann. Biol. Univ. Debrecen, 1 : 72-146.
1431 1242 04/5.0.1.0.1/02 syn incl Cypero micheliani - Crypsietum alopecuroidis Rivas Goday & E. Valdés in Rivas Goday 1970 Rivas Goday, S., 1970. Revision de las communidades hispanas de la clase Isoeto-nanojuncetea. Anales Inst. Bot. Cavanilles, 27 : 227-276.
1432 1241 04/5.0.1.0.1/02 syn incl Fimbristylo dichotomae - Crypsietum alopecuroidis Braun-Blanquet 1967 Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
1433 8046 04/5.0.1.0.1/02 syn incl Lythro borysthenici - Crypsietum alopecuroidis Shapoval 2007 Shapoval, V.V., 2007. Flora and vegetation of depressions of the left bank of the low Dnieper. Thesis, Nikita Botanical gardens, National Scientific Center of the UAAS, Yalta.
1434 8041 04/5.0.1.0.1/03 ASS Crypsietum aculeatae Wenzl 1934 Wenzl, H., 1934. Bodenbakteriologische Untersuchungen auf pflanzensoziologischer Grundlage I. Beih. Bot. Centralbl., Dresden, 52 A : 73–147.
1435 1245 04/5.0.1.0.1/03 syn incl Atriplici prostratae - Crypsietum aculeatae Paradis & Lorenzoni 1994 Paradis, G. & C. Lorenzoni, 1994. Etude phytosociologique de communautés thérophytiques hygro-nitrophiles estivo-autumnales de la Corse (grpts à Crypsis aculeata, C. schoenoides, Glinus lotoides et Chenopodium chenopodioides). Nouvelles propositions syntaxonomiques. 2e contribution. Monde des Plantes, 449 : 19-26.
1436 1246 04/5.0.1.0.1/03 syn incl Chenopodio chenopodioidis - Crypsietum aculeatae Paradis & Lorenzoni 1994 Paradis, G. & C. Lorenzoni, 1994. Etude phytosociologique de communautés thérophytiques hygro-nitrophiles estivo-autumnales de la Corse (grpts à Crypsis aculeata, C. schoenoides, Glinus lotoides et Chenopodium chenopodioides). Nouvelles propositions syntaxonomiques. 2e contribution. Monde des Plantes, 449 : 19-26.
1437 1250 04/5.0.1.0.1/03 syn incl Damasonio alismatis - Crypsietum aculeatae Rivas-Martínez & Costa in Rivas-Martínez, Costa, Castroviejo & E. Valdés 1980 Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189.
1438 1247 04/5.0.1.0.1/03 syn incl Polypogono monspeliensis - Crypsietum aculeatae Paradis & Lorenzoni 1994 Paradis, G. & C. Lorenzoni, 1994. Etude phytosociologique de communautés thérophytiques hygro-nitrophiles estivo-autumnales de la Corse (grpts à Crypsis aculeata, C. schoenoides, Glinus lotoides et Chenopodium chenopodioides). Nouvelles propositions syntaxonomiques. 2e contribution. Monde des Plantes, 449 : 19-26.
1439 1243 04/5.0.1.0.1/04 ASS Lindernio dubiae subsp. majoris - Cyperetum micheliani Corillion 1972 tonsure hydrophile, mésotrophile, thermoatlantique, de la vallée de la Loire Vallée de la Loire Corillion, R., 1972. Observations sur les végétations des sables du lit mineur de la Loire en Anjou-Basse Loire. Bull. Soc. Mayen. Sci. (1970-1971), 143-175.
1440 8053 04/5.0.1.0.1/05 ASS Cypero micheliani - Gnaphalietum uliginosi (Horvatić 1931) von Soó & Timar 1947 ? Horvatić, S., 1931. Die verbreitetsten Pflanzengesellschaften der Wasser-und Ufervegetation in Kroatien und Slavonien. Acta Bot. Inst. Univ. Zagreb, 6 : 91-108.
1441 1252 04/5.0.1.0.2 ALL Elatino triandrae - Eleocharition ovatae Pietsch 1965 tonsures annuelles hydrophiles (longuement inondables), centroeuropéennes Pietsch, W., 1965. Bemerkungen zur Gliederung der Littorelletea-Gesellschaften Mitteleuropas. Ber. Arbeitsgem. Sächs. Bot., N.F., 7 : 239-245.
1442 6642 04/5.0.1.0.2 syn = Elatino triandrae - Eleocharition ovatae (Pietsch & Müller-Stoll 1968) Pietsch 1969 Pietsch, W., I969. Die Teiche bei Peitz und ihre sekundäre Teichbodenvegetation . Niederlaus. flor. Mitt., 5 : 2-11. Guben. Pietsch W. & W.R. Müller-Stoll, 1968. Die Zwergbinsen-Gesellschaften der nackten Teichböden im östlichen Mitteleuropa, Eleocharito-Caricetum bohemicae. Mitt. Flor.-Soz. Arbeitsgem., N. F., 13 : 14-47.
1443 8044 04/5.0.1.0.2 syn = Eleocharition ovatae Philippi 1968 Philippi, G., 1968. Besiedlung alter Ziegeleigurben in der Rheinniederung zwischen Speyer und Mannheim. Mitt. Flor. Soz. Arbeitsgem., N.F., 14 : 238-254.
1444 1253 04/5.0.1.0.2.1 SUBALL Eleocharitenion ovatae Pietsch 1973 tonsures annuelles hydrophiles (longuement inondables), centroeuropéennes Pietsch, W., 1973. Beitrag zur Gliederung der europäischen Zwergbinsengesellschaften (Isoeto-nanojuncetea). Vegetatio, 28 : 401-438.
1445 1254 04/5.0.1.0.2.1/01 ASS Eleocharito ovatae - Caricetum bohemicae (Klika 1935) Pietsch 1961 tonsure hydrophile longuement inondable centroeuropéenne thermophile (été chaud) Brenne, Puisaye Pietsch, W., 1961. Beiträge zur Struktur, Ökologie und Systematik der europäischen Zwergbinsengesellschaften. Dissert. Univ. Potsdam. Klika, J., 1935. Die Pflanzengesellschaften des entblössten Teichbodens in Mitteleuropa. Beih. Bot. Centralbl., 53 : 286-310. Dresden.
1446 6643 04/5.0.1.0.2.1/01 syn = Eleocharito ovatae - Caricetum bohemicae Klika 1935 Klika, J., 1935. Die Pflanzengesellschaften des entblössten Teichbodens in Mitteleuropa. Beih. Bot. Centralbl., 53 : 286-310. Dresden.
1447 1257 04/5.0.1.0.2.1/01 syn pp Eleocharitetum ovatae (Hayek 1923) Moor 1936 Moor, M., 1936. Zur Soziologie der Isoetetalia. Beitr. Geobot. Landesaufn. Schweiz, 20, 148 p. ?
1448 1255 04/5.0.1.0.2.1/02 ASS Lindernio palustris - Eleocharitetum ovatae (Simon 1950) Pietsch 1961 Pietsch, W., 1961. Beiträge zur Struktur, Ökologie und Systematik der europäischen Zwergbinsengesellschaften. Dissert. Univ. Potsdam. Simon, T., 1950. Montan elemek az Eszaki-Alföld florajaban es növénytakarojaban I. Ann. Biol. Univ. Debrecen, 1 : 146-174.
1449 7971 04/5.0.1.0.2.1/02 syn compl Ludwigio palustris - Lindernietum palustris Felzines, Loiseau & Portal 2002 Felzines, J.-C., J.-E. Loiseau & R. Portal, 2002. Observations sur les groupements pionniers herbacés des alluvions du lit apparent de la Dordogne quercynoise. Le Monde des Plantes, 476 : 26-32.
1450 1256 04/5.0.1.0.2.1/03 ASS Lythro portulae - Eleocharitetum ovatae (Philippi 1968) Pietsch 1973 Pietsch, W., 1973. Beitrag zur Gliederung der europäischen Zwergbinsengesellschaften (Isoeto-nanojuncetea). Vegetatio, 28 : 401-438. Philippi, G., 1968. Besiedlung alter Ziegeleigurben in der Rheinniederung zwischen Speyer und Mannheim. Mitt. Flor. Soz. Arbeitsgem., N.F., 14 : 238-254.
1451 1257 04/5.0.1.0.2.1/03 syn pp Eleocharitetum ovatae (Hayek 1923) Moor 1936 Moor, M., 1936. Zur Soziologie der Isoetetalia. Beitr. Geobot. Landesaufn. Schweiz, 20, 148 p. ?
1452 1258 04/5.0.1.0.2.1/04 ASS Cypero fusci - Limoselletum aquaticae Oberdorfer 1957 ex Korneck 1960 tonsure hydrophile longuement inondable centroeuropéenne mésotherme (été frais) Loire-Atlantique, Morbihan, Puisaye 'Korneck, D. 1960. Beobachtungen an Zwergbinsengesellschaften im Jahr 1959. Beitr. Naturk.
Forsch. Südwestdeutschl., 19 : 101--110.' Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1453 6622 04/5.0.1.0.2.1/05 ASS Elatinetum hexandrae Felzines in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
1454 1259 04/5.0.1.0.3 ALL Elatini macropodae - Damasonion alismatis de Foucault 1988 tonsures annuelles hydrophiles (longuement inondables), méditerranéeo-atlantiques Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p.
1455 1260 04/5.0.1.0.3/01 ASS Elatinetum macropodae Braun-Blanquet (1931) 1935 ? Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
1456 1261 04/5.0.1.0.3/02 ASS Lythro portulae - Damasonietum alismatis (Gadeceau 1909) de Foucault 1988 Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p.
1457 8085 04/5.0.1.0.3/03 ASS Junco hybridi - Lythretum tribracteati Terrisse 1996 Terrisse, J., 1996. Le Junco hybridi - Lythretum tribracteati (ass. nov.) dans les marais arrière-littoraux centre-atlantiques. Bull.Soc. Bot. Centre-Ouset, n.s., 27 : 127-134.
1458 1262 04/5.0.1.0.4 ALL Crassulo vaillantii - Lythrion borysthenici de Foucault 1988 tonsures annuelles hydrophiles (longuement inondables), thermophiles subméditerranéennes, oligotrophiles Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p.
1459 1263 04/5.0.1.0.4/01 ASS Myosuro minimi - Crassuletum vaillantii Braun-Blanquet 1936 'Braun-Blanquet, J., 1936. Un joyau floristique et phytosociologique: l''Isoetion méditerranéen. Comm. SIGMA, 42, 23 p. [= Bull. Soc. Sci. Nat. Nîmes, 47 1930-1935)]'
1460 1264 04/5.0.1.0.4/01 syn = ? Lythro thymifoliae - Crassuletum vaillantii Rivas Goday ex Ruiz Téllez & Valdés Franzi 1987 Ruiz Téllez, T. & A. Valdés Franzi, 1987. Novedades y comentarios fitosociológicos sobre vegetación luso-extremadurense. Stud. Bot. Univ. Salamanca, 6 : 25-38.
1461 1265 04/5.0.1.0.4/02 ASS Lythro borysthenici - Cicendietum filiformis de Foucault 1988 prov. Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p.
1462 1266 04/5.0.1.0.4/03 ASS Moenchio erectae - Crassuletum vaillantii de Foucault 1988 prov. Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p.
1463 1267 04/5.0.1.0.4/04 ASS Trifolio ornithopodioidis - Lotetum angustissimi de Foucault 1988 prov. Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p.
1464 1268 04/5.0.1.0.4/05 ASS Lythretum hyssopifolii - borysthenici de Foucault 1988 prov. Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p.
1465 1269 04/5.0.1.0.4/06 ASS Ranunculo nodiflori - Lythretum portulae de Foucault 1988 prov. Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p.
1466 1270 04/5.0.1.0.4/07 ASS Crassulo vaillantii - Ranunculetum nodiflori des Abbayes 1947 'Abbayes, H. des, 1947. L''Association à Bulliarda Vaillantii DC. et Ranunculus nodiflorus L. (Bulliardeto -Ranunculetum nodiflori des Abb.) dans le Massif Armoricain. Bull. Soc. Sci. Bret., 21 : 52-60.'
1467 1271 04/5.0.1.0.4/08 ASS Lythro tribracteati - Teucrietum aristati (René Molinier & Tallon 1947) Loisel 1976 'Loisel, R., 1976. La végétation de l''étage méditerranéen dans le sud-est continental français. Thèse, Univ. Marseille, 384 p.' ?
1468 1272 04/5.0.1.0.4/09 ASS Lythro borysthenici - Ranunculetum revelieri subsp. rodiei Barbero 1965 Barbero, M., 1965. Groupements hygrophiles de l’Isoetion des Maures. Bulletin de la Société Botanique de France, 112 : 276-290.
1469 8117 04/5.0.1.0.4/10 ASS Solenopsio laurentiae - Lythretum borysthenici Paradis & Pozzo di Borgo 2005 Paradis G. & M.-L. Pozzo di Borgo, 2005. Etude phytosociologique et inventaire floristique de la réserve naturelle des Tre Padule de Suartone (Corse). Journal de Botanique de la Société Botanique de France, 30 : 27-96.
1470 8122 04/5.0.1.0.4/11 ASS Junco pygmaei - Ranunculetum revelieri Paradis & Pozzo di Borgo 2005 Paradis G. & M.-L. Pozzo di Borgo, 2005. Etude phytosociologique et inventaire floristique de la réserve naturelle des Tre Padule de Suartone (Corse). Journal de Botanique de la Société Botanique de France, 30 : 27-96.
1471 1273 04/5.0.2 ORD Isolepidetalia setacei de Foucault 1988 tonsures annuelles hygrophiles à mésohygrophiles Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p.
1472 1232 04/5.0.2 syn pp Cyperetalia flavescentis Klika 1935 Nanocyperetalia Klika, J., 1935. Die Pflanzengesellschaften des entblössten Teichbodens in Mitteleuropa. Beih. Bot. Centralbl., 53 : 286-310. Dresden.
1473 8107 04/5.0.2 syn incl compl pp Allio vineale - Ranunculetum sardoi Lazare 2005 Lazare, J.-J., 2005. Miscellanées phytosociologiques. J. Bot. Soc. Bot. France, 31 : 9-16.
1474 1275 04/5.0.2.0.1 ALL Radiolion linoidis (Rivas Goday 1964) Pietsch 1965 tonsures annuelles hygrophiles, psychroatlantiques Pietsch, W., 1965. Bemerkungen zur Gliederung der Littorelletea-Gesellschaften Mitteleuropas. Ber. Arbeitsgem. Sächs. Bot., N.F., 7 : 239-245. Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
1475 1276 04/5.0.2.0.1 syn = Radiolion linoidis Pietsch 1971 Pietsch, W., 1971. Eine Cicendia filiformis reiche Zwergbinsen-Gesellschaft in der Niederlausitz. Niederlausitz florist. Mitteil., 6 : 25-31.
1476 1277 04/5.0.2.0.1 syn = Radiolion linoidis Rivas Goday 1964 ex Pietsch 1973 Pietsch, W., 1973. Beitrag zur Gliederung der europäischen Zwergbinsengesellschaften (Isoeto-nanojuncetea). Vegetatio, 28 : 401-438. Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
1477 1278 04/5.0.2.0.1.1 SUBALL Radiolenion linoidis de Foucault 1988 tonsures annuelles hygrophiles, psychroatlantiques, des sentiers Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p.
1478 1279 04/5.0.2.0.1.1/01 ASS Ornithopo perpusilli - Radioletum linoidis (de Foucault 1988) Julve 1993 prov. tonsure hygrophile, psychroatlantique, sabulicole, mésotrophile, des ornières de sentiers Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p.
1479 1280 04/5.0.2.0.1.1/02 ASS Polygono hydropiperis - Callitrichetum stagnalis écoph. terr. de Foucault 1989 nom. inv. tonsure hygrophile, psychroatlantique, sabulicole, eutrophile, des ornières de sentiers ombragés Foucault, B. de, 1989. Etude complémentaire de la végétation des coteaux secs de la vallée de la Laize entre Bretteville-sur-Laize et Laize-la-ville, (Calvados). Bull. Soc. Bot. Centre-Ouest, N.S., 20 : 77-93.
1480 1281 04/5.0.2.0.1.2 SUBALL Centunculidenion minimi (Rivas Goday 1964) Pietsch 1973 tonsures annuelles hygrophiles, psychroatlantiques, messicoles Pietsch, W., 1973. Beitrag zur Gliederung der europäischen Zwergbinsengesellschaften (Isoeto-nanojuncetea). Vegetatio, 28 : 401-438. Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
1481 1282 04/5.0.2.0.1.2 syn = Myosurion minimi Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1482 1283 04/5.0.2.0.1.2/01 ASS Centunculo minimi - Radioletum linoidis Krippel 1959 tonsure hygrophile, psychroatlantique, sabulicole, mésotrophile Krippel, E., 1959. Kvetena a rastlinné spoloèenstvá Bezedného pri Plaveckom Stvrtku. Biol. práce, Bratislava, 5(1-2) : 35-66.
1483 6651 04/5.0.2.0.1.2/01 syn = Ranunculo - Radioletum linoidis Libbert 1940 Libbert, W., 1940. Die Pflanzengesellschaften der Halbinsel Darss (Vorpommern). Feddes Repert., Beih., 114, 95 p.
1484 1284 04/5.0.2.0.1.2/01 syn compl Centunculo minimi - Anthoceretum punctati (Koch 1926) Libbert 1932 Libbert, W., 1932. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 74: 10-348. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1485 1285 04/5.0.2.0.1.2/01 syn compl Centunculo minimi - Anthoceretum punctati (Koch 1926) Moor 1936 Moor, M., 1936. Zur Soziologie der Isoetetalia. Beitr. Geobot. Landesaufn. Schweiz, 20, 148 p. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1486 1286 04/5.0.2.0.1.2/02 ASS Myosuro minimi - Ranunculetum sardoi Diémont, Sissingh & Westhoff 1940 tonsure hygrophile, psychroatlantique, messicole, sabulicole, eutrophile Diémont, W.H., Sissingh, G., Westhoff, V., 1940. Het dwergbiezen-verband Nanocyperion flavescentis) in Nederland. Nederl. Kruidkd. Arch., 50 : 215-284. [= Comm. SIGMA 76].
1487 1287 04/5.0.2.0.1.2/02 syn = Myosuretum minimi Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
1488 6650 04/5.0.2.0.1.2/02 syn = Myosuro minimi - Ranunculetum sardoi (Diémont, Sissingh & Westhoff 1940) Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Diémont, W.H., Sissingh, G., Westhoff, V., 1940. Het dwergbiezen-verband Nanocyperion flavescentis) in Nederland. Nederl. Kruidkd. Arch., 50 : 215-284. [= Comm. SIGMA 76].
1489 1288 04/5.0.2.0.1.2/02 syn incl Polygono avicularis subsp. depressi - Myosuretum minimi Tüxen 1950 ex Passarge 1959 Polygono depressi - Myosuretum minimi Passarge, H., 1959. Gliederung der Polygono-Chenopodion Gesellschaften im nordostdeutschen Flachland. Phyton, 8 : 10-34. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
1490 6972 04/5.0.2.0.1.2/02 syn incl illeg [pro var] Ranunculo sardoi - Myosuretum minimi Oesau 1978 Oesau, A., 1978. Eine seltene Flutrasengesellschaft, das Ranunculo-Myosuretum minimi, bei Wittlich. Mitt. Pollichia, 66 : 109-116.
1491 1289 04/5.0.2.0.1.2/03 ASS Poo annuae - Cerastietum dubii Libbert 1939 tonsure hygrophile, psychroatlantique, sabulicole, subhalophile, mésoeutrophile ?
1492 1290 04/5.0.2.0.1.2/03 syn incl Cerastio dubii - Ranunculetum sardoi Oberdorfer 1957 ex Vicherek 1968 Vicherek, J., 1968. Poznámky k cenologické afinitě Myosurus minimus L.. Preslia, 40 : 87 – 396. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1493 1291 04/5.0.2.0.2 ALL Cyperion flavescentis Koch 1926 tonsures annuelles hygrophiles, centroeuropéennes Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1494 1292 04/5.0.2.0.2 syn = Cyperion flavescentis Koch 1926 Nanocyperion flavescentis Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1495 1294 04/5.0.2.0.2 syn pp Cyperion flavescentis Koch 1926 ex Libbert 1933 Nanocyperion Libbert, W., 1933. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 75: 229-348. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1496 1293 04/5.0.2.0.2 syn pp Cyperion flavescentis Rivas Goday in Rivas Goday & Borja Carbonell 1961 Eu-Nanocyperion flavescentis Rivas Goday, S. & J. Borja Carbonell, 1961. Estudio de vegetacion y florula del macizo de Gudar y Javalambre. Anales Inst. Bot. Cavanilles, 19 : 3-543.
1497 1295 04/5.0.2.0.2/01 ASS Centaurio erythraeae - Isolepidetum setaceae (Koch 1926) Julve 1997 France médioeuropéenne Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994]. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1498 1296 04/5.0.2.0.2/01 syn compl Isolepido setaceae - Stellarietum alsines Koch 1926 ex Libbert 1932 Libbert, W., 1932. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 74: 10-348. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1499 1297 04/5.0.2.0.2/01 syn compl Isolepido setacei - Stellarietum alsines (Koch 1926) Moor 1936 Moor, M., 1936. Zur Soziologie der Isoetetalia. Beitr. Geobot. Landesaufn. Schweiz, 20, 148 p. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1500 1298 04/5.0.2.0.2/01 syn compl Junco bufonii - Isolepidetum setaceae O. de Bolòs & Masalles in O. de Bolòs 1979 Bolòs, O. de, 1979. Sur quelques groupements herbacès hygrophiles du Montseny (Catalogne). Phytocoenologia, 6 : 202-208.
1501 1299 04/5.0.2.0.2/01 syn compl Stellario alsines - Isolepidetum setaceae (Koch 1926) Libbert 1931 Libbert, W., 1931. Die Pflanzengesellschaften im Überschwemmungs-gebiet der unteren Warthe in ihrer Abhängigkeit von Wasserstand. Naturwiss. Ver. Neumark (Landsberg/Warthe), 3 : 25-40. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1502 1300 04/5.0.2.0.2/02 ASS Elatino alsinastri - Juncetum tenageiae Libbert 1932 Libbert, W., 1932. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 74: 10-348.
1503 1301 04/5.0.2.0.2/03 ASS Pycreio flavescentis - Cyperetum fusci (Braun-Blanquet & Moor 1935) Philippi 1968 Philippi, G., 1968. Besiedlung alter Ziegeleigurben in der Rheinniederung zwischen Speyer und Mannheim. Mitt. Flor. Soz. Arbeitsgem., N.F., 14 : 238-254. Braun-Blanquet, J. & M. Moor, 1935. Über das Nanocyperion in Graubünden und Oberitalien. Jahresbericht Naturforsch. Ges. Graubünden, Chur, 73 : 25-35.
1504 1302 04/5.0.2.0.2/03 syn = Pycreietum flavescentis Koch 1926 Cyperetum flavescentis Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1505 1303 04/5.0.2.0.2/03 syn= Pycreietum flavescentis Aichinger 1933 Cyperetum flavescentis Aichinger, E., 1933. Vegetationskunde der Karawanken. Pflanzensoziologie, 2, 13 + 329 p. G. Fischer, Jena.
1506 1304 04/5.0.2.0.2/04 ASS Isolepido cernuae - Pycreietum flavescentis Roselló 1994 Roselló, R., 1994. Catálogo florístico y vegetación de la comarca natural del Alto Mijares Castellón). Publ. Diputac. Castelló, Castellón.
1507 1305 04/5.0.2.0.2/05 ASS Ranunculo paludosi - Lythretum portulae Molero Briones & Pujadas in Molero Briones 1984 Molero Briones, J., 1984. Contribució al coneixement fitocenològic dels Catalànids Centrals Serra de Prades i Montsant. comunitats noves o poc conegudes. Butll. Inst. Catalana Hist. Nat., Sec. Bot. 51: 139-160.
1508 1306 04/5.0.2.0.3 ALL Centaurio pulchelli - Blackstonion perfoliatae (Müller-Stoll & Pietsch 1965 apud Pietsch 1973) de Foucault 1988 tonsures annuelles mésohygrophiles, basophiles Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p. Pietsch, W., 1973. Beitrag zur Gliederung der europäischen Zwergbinsengesellschaften (Isoeto-nanojuncetea). Vegetatio, 28 : 401-438. ?
1509 1307 04/5.0.2.0.3/01 ASS Centaurio littoralis - Gentianelletum uliginosae Braun-Blanquet & de Leeuw 1936 tonsure sabulicole psychrohyperatlantique, maritime Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
1510 1308 04/5.0.2.0.3/01 syn compl Centaurio littoralis - Saginetum nodosae var. moniliformis Diémont, Sissingh & Westhoff 1940 Centaurio littoralis - Saginetum moniliformis Centaurio littoralis - Saginetum moniliformis Diémont, W.H., Sissingh, G., Westhoff, V., 1940. Het dwergbiezen-verband Nanocyperion flavescentis) in Nederland. Nederl. Kruidkd. Arch., 50 : 215-284. [= Comm. SIGMA 76].
1511 1309 04/5.0.2.0.3/02 ASS Centaurio pulchelli - Blackstonietum perfoliatae Oberdorfer 1957 tonsure marnicole atlantique Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1512 1313 04/5.0.2.0.3/02 syn incl Lino cathartici - Blackstonietum perfoliatae Julve 2003 hoc loco ex 2004 Julve, Ph., 2004. Contribution à la réalisation du document d’objectif. Site Natura 2000 : FR3100488. Val de Lumbres. PNR Cap, Marais d’Opale. 89 p. + annexes et cartes. hoc loco
1513 1310 04/5.0.2.0.3/03 ASS Isolepido setacei - Centaurietum chloodes Rivas Goday 1970 Rivas Goday, S., 1970. Revision de las communidades hispanas de la clase Isoeto-nanojuncetea. Anales Inst. Bot. Cavanilles, 27 : 227-276.
1514 1311 04/5.0.2.0.3/04 ASS Junco fasciculati - Centaurietum chloodes de Foucault 1988 prov. Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p.
1515 1312 04/5.0.2.0.3/05 ASS Lino stricti - Blackstonietum perfoliatae Julve & Marchal in Julve 2001 tonsure marnicole thermoatlantique Quercy Julve, Ph., 2001. Flore et végétation de trois sites de pelouses calcicoles du P.N.R. des Causses du Quercy (Lot). Parc Naturel Régional des Causses du Quercy. 52 p. + annexes et cartes.
1516 6680 04/5.0.2.0.3/07 ASS Junco sphaerocarpi - Lythretum hyssopifoliae de Laclos & Royer 2001 Laclos, E. de & J.-M. Royer, 2001. Etude phytoécologique des dépressions des dalles calcaires à Deschampsia media et divers Juncus de Bourgogne et du sud du Jura. Bull. Soc. Bot. Centre-Ouest, n.s., 32 : 53-72.
1517 6649 04/5.0.2.0.3/07 syn = Junco sphaerocarpi - Lythretum hyssopifoliae de Laclos & Royer in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
1518 6650 04/5.0.2.0.3/08 ASS Centaurio pulchelli - Filaginetum pyramidatae Royer in Royer, Felzines, Misset & Thévenin 2006 tonsure marnicole centroeuropéenne Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
1519 6651 04/5.0.2.0.3/09 ASS Euphorbio exiguae - Lythretum hyssopifoliae Misset in Royer, Felzines, Misset & Thévenin 2006 tonsure hygrophile de sols décapés et chemins peu fréquentés avec suintements temporaires, Champagne-Ardennes Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
1520 1314 04/5.0.2.0.4 ALL Cicendion filiformis Rivas Goday (1961) 1964 em. Braun-Blanquet 1967 tonsures annuelles hygrophiles, acidophiles, thermoatlantiques à méditerranéennes Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126. Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p. Rivas Goday, S., 1961. Sinopsis de la vetetacion de la cuenca del Guadiana. Anal. Real Acad. Farmacia, 27 : 397-408.
1521 1315 04/5.0.2.0.4 syn = Cicendienion filiformis Allorge 1922 ex Rivas Goday in Rivas Goday & Borja Carbonell 1961 Rivas Goday, S. & J. Borja Carbonell, 1961. Estudio de vegetacion y florula del macizo de Gudar y Javalambre. Anales Inst. Bot. Cavanilles, 19 : 3-543. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
1522 1316 04/5.0.2.0.4 syn = Cicendion filiformis (Rivas Goday in Rivas Goday & Borja Carbonell 1961) Braun-Blanquet 1967 Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126. Rivas Goday, S. & J. Borja Carbonell, 1961. Estudio de vegetacion y florula del macizo de Gudar y Javalambre. Anales Inst. Bot. Cavanilles, 19 : 3-543.
1523 8127 04/5.0.2.0.4 syn incl Cicendio filiformis - Solenopsion laurentiae Brullo & Minissale 1998
1524 1317 04/5.0.2.0.4/01 ASS Radiolo linoidis - Cicendietum filiformis Allorge 1922 Ile-de-France, Normandie, Ardennes Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
1525 1318 04/5.0.2.0.4/01 syn ambig Cicendietum filiformis Allorge 1922 ex Moor 1937 Moor, M., 1937. Ordnung der Isoetetalia (Zwergbinsengesellschaften). Prodr. Group. Vég. 4: 1-24. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
1526 1319 04/5.0.2.0.4/02 ASS Bellido annuae - Cicendietum filiformis de Foucault 1988 prov. Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p.
1527 1320 04/5.0.2.0.4/03 ASS Bellido annuae - Montietum vernae de Foucault 1988 prov. Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p.
1528 1321 04/5.0.2.0.4/04 ASS Bellido annuae - Juncetum capitati de Foucault 1988 prov. Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p.
1529 1322 04/5.0.2.0.4/05 ASS Centaurio maritimi - Juncetum capitati Bioret 1989 'Bioret, F., 1989. Contribution à l''étude de la flore et de la végétation de quelques îles et archipels ouest et sud armoricains. Thèse, Univ. Nantes, 480 p.'
1530 1323 04/5.0.2.0.4/06 ASS Tuberario guttatae - Juncetum tenageiae de Foucault 1988 prov. Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p.
1531 1324 04/5.0.2.0.4/07 ASS Pseudognaphalio luteoalbi - Exaculetum pusilli (Royer 1973) de Foucault 1988 Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p. Royer, J.-M., 1973. Essai de synthèse sur les groupements végétaux de pelouses éboulis et rochers de Bourgogne et Champagne méridionale. Ann. Scient. Univ. Besançon, 3e Série, Bot., 1972, 13 : 157-316.
1532 6649 04/5.0.2.0.4/07 syn = Pseudognaphalio luteoalbi - Exaculetum pusilli Royer in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
1533 1325 04/5.0.2.0.4/08 ASS Spergulario rubrae - Illecebretum verticillati (Diémont, Sissingh & Westhoff 1940) Sissingh 1957 ? Diémont, W.H., Sissingh, G., Westhoff, V., 1940. Het dwergbiezen-verband Nanocyperion flavescentis) in Nederland. Nederl. Kruidkd. Arch., 50 : 215-284. [= Comm. SIGMA 76].
1534 1326 04/5.0.2.0.4/08 syn pp Digitario ischaemi - Illecebretum verticillati Diémont, Sissingh & Westhoff 1940 Diémont, W.H., Sissingh, G., Westhoff, V., 1940. Het dwergbiezen-verband Nanocyperion flavescentis) in Nederland. Nederl. Kruidkd. Arch., 50 : 215-284. [= Comm. SIGMA 76].
1535 1327 04/5.0.2.0.4/09 ASS Hyperico humifusi - Cicendietum filiformis Rivas Goday (1964) 1970 Rivas Goday, S., 1970. Revision de las communidades hispanas de la clase Isoeto-nanojuncetea. Anales Inst. Bot. Cavanilles, 27 : 227-276. Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
1536 1328 04/5.0.2.0.4/09 syn compl Ophioglosso lusitanici - Cicendietum filiformis Rivas Goday 1957 Rivas Goday, S., 1957. Comportamiento fitosociológico de Eryngium corniculatum Lam. y de otras especies de Phragmitetea e Isoeto-Nanojuncetea. Anales Inst. Bot. Cavanilles (1956), 14 : 501-528.
1537 8121 04/5.0.2.0.4/10 ASS Lysimachio arvensis subsp. arvensis fa parviflorae - Bellidetum annuae Paradis & Pozzo di Borgo 2005 Lysimachio parviflorae - Bellidetum annuae Anagallo parviflorae - Bellidetum annuae Paradis G. & M.-L. Pozzo di Borgo, 2005. Etude phytosociologique et inventaire floristique de la réserve naturelle des Tre Padule de Suartone (Corse). Journal de Botanique de la Société Botanique de France, 30 : 27-96.
1538 8123 04/5.0.2.0.4/10 syn compl incl pp Isoeto histricis - Radioletum linoidis Chevassut & Quézel 1956 Chevassut, G. & P. Quézel, 1956. Contribution à l’étude des groupements végétaux de mares temporaires à Isoetes velata et de dépressions humides à Isoetes histrix en Afrique du Nord. Bull. Soc. Hist. Nat. Afr. Nord, 47 : 59-73.
1539 8124 04/5.0.2.0.4/11 ASS Pulicario siculae - Exaculetum pusilli (Paradis & Pozzo di Borgo 2005) Julve 2012 ass. nov. hoc loco hoc loco Paradis G. & M.-L. Pozzo di Borgo, 2005. Etude phytosociologique et inventaire floristique de la réserve naturelle des Tre Padule de Suartone (Corse). Journal de Botanique de la Société Botanique de France, 30 : 27-96.
1540 8125 04/5.0.2.0.4/11 syn compl incl pp Mentho pulegii - Exaculetum pusilli Paradis & Pozzo di Borgo 2005 Paradis G. & M.-L. Pozzo di Borgo, 2005. Etude phytosociologique et inventaire floristique de la réserve naturelle des Tre Padule de Suartone (Corse). Journal de Botanique de la Société Botanique de France, 30 : 27-96.
1541 8126 04/5.0.2.0.4/11 syn compl incl pp Mentho pulegii - Pulicarietum siculae Paradis & Pozzo di Borgo 2005 Paradis G. & M.-L. Pozzo di Borgo, 2005. Etude phytosociologique et inventaire floristique de la réserve naturelle des Tre Padule de Suartone (Corse). Journal de Botanique de la Société Botanique de France, 30 : 27-96.
1542 1329 04/6. 3270 CLA Bidentetea tripartitae Tüxen, Lohmeyer & Preising in Tüxen 1950 friches annuelles hygrophiles à hydrophiles, eutrophiles, pionnières, eurasiatiques Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
1543 1330 04/6. syn = Bidentetea tripartitae Tüxen, Lohmeyer & Preising in Tüxen 1950 ex von Rochow 1951 Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
1544 6652 04/6.0.1 ORD Bidentetalia tripartitae Braun-Blanquet & Tüxen 1943 ex Klika in Klika & Hadàč 1944 em. Felzines & Loiseau 2005 friches annuelles hygrophiles à hydrophiles, eutrophiles pionnières, vasicoles Felzines, J.-C. & J.-E. Loiseau, 2005. Les groupements fluviatiles des Bidentetea de la Loire moyenne, du bas Allier et de la Dordogne moyenne. Modifications apportées à la synsystématique des Bidentetea. Bull. Soc. Bot. Centre-Ouest, N.S., 36 : 159-204. Klika, J. & E. Hadač, 1944. Rostlinná spolecenstva strední Evropy [Plant communities of Central Europe]. Príroda (Brno), 36: 1-26. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1545 1331 04/6.0.1 syn pp Bidentetalia tripartitae Braun-Blanquet & Tüxen 1943 Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1546 1332 04/6.0.1 syn pp Bidentetalia tripartitae Braun-Blanquet & Tüxen 1943 ex Klika in Klika & Hadàč 1944 Klika, J. & E. Hadač, 1944. Rostlinná spolecenstva strední Evropy [Plant communities of Central Europe]. Príroda (Brno), 36: 1-26. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1547 1333 04/6.0.1.0.1 ALL Bidention tripartitae Nordhagen 1940 em. Tüxen in Poli & J.Tüxen 1960 friches annuelles hygrophiles à hydrophiles, eutrophiles pionnières, vasicoles Poli, E., Tüxen, J., 1960. Über Bidentetalia-Gesellschaften Europas. Mitt. Flor. Soz. Arbeitsgem., N.F., 8 : 136-145. Nordhagen, R., 1940. Studien über die maritime Vegetation Norwegens. I : Die Pflanzengesellschaften der Tangwälle. Berg. Mus. Arb., Natv. Rk., 2, 123 p.
1548 1334 04/6.0.1.0.1 syn = ? Bidention tripartitae Nordhagen 1940 Nordhagen, R., 1940. Studien über die maritime Vegetation Norwegens. I : Die Pflanzengesellschaften der Tangwälle. Berg. Mus. Arb., Natv. Rk., 2, 123 p.
1549 1335 04/6.0.1.0.1/01 ASS Rumici maritimi - Ranunculetum scelerati (Sissingh in Westhoff, van Dijk, Passchier & Sissingh 1946) Tüxen 1950 friche annuelle pionnière, hydrophile, mésoeutrophile, vasicole, basophile France médioeuropéenne Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p.
1550 1336 04/6.0.1.0.1/01 syn = Bidenti tripartitae - Ranunculetum scelerati (Miljan 1933) Tüxen 1979 Tüxen, R., 1979. Die Pflanzengesellschaften Nordwestdeutschlands, (2ten Aufl.), 2, 212 p. Cramer, Lehre. Miljan, A., 1933. Vegetationsuntersuchungen an Naturwiesen und Seen im Otepääschen Moränengebiete Estlands. Acta Comment. Dorpat, 25 : 1-132.
1551 6653 04/6.0.1.0.1/01 syn = Ranunculo scelerati - Rumicetum maritimi Sissingh 1966 ?
1552 1337 04/6.0.1.0.1/01 syn = Rumici maritimi - Ranunculetum scelerati Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1553 6654 04/6.0.1.0.1/01 syn = ? Persicario hydropiperi - Bidentetum cernuae Sissingh in Westhoff, van Dijk, Passchier & Sissingh 1946 Polygono hydropiperi - Bidentetum cernuae Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p.
1554 1355 04/6.0.1.0.1/01 syn compl Myosoto aquatici - Bidentetum frondosae O. de Bolòs, J.-M. Montserrat & Romo 1988 Bolòs, O. de, J.-M. Montserrat Martí & A.M. Romo 1988. Comunitats vegetals higronitrofiles de la Catalunya pirinenca i de les terres properes. Acta Bot. Barcinon., 37 : 33-44.
1555 1356 04/6.0.1.0.1/01 syn incl Bidentetum cernuae Slavníč 1951 Slavníč, Z., 1951. Pregled nitrofilne wegetacije Wojwodine [Prodrome des groupements végétaux nitrophiles de la Voïvodine (Yougoslavie)]. Arch. Sci. Matica Srpska, Ser. Sci. Nat., 1 : 84-169.
1556 1354 04/6.0.1.0.1/01 syn incl Bidentetum cernuo - frondosae (Fischer 1978) Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin. Fischer, W., 1978. Über einige Bidentetalia-Gesellschaften im westlichen Brandenburg. Gleditschia, 6 : 177-185.
1557 1339 04/6.0.1.0.1/01 syn incl Bidenti tripartitae - Rumicetum maritimi (Miljan 1933) Tüxen 1979 Tüxen, R., 1979. Die Pflanzengesellschaften Nordwestdeutschlands, (2ten Aufl.), 2, 212 p. Cramer, Lehre.
1558 1340 04/6.0.1.0.1/01 syn incl Ranunculetum scelerati Tüxen 1950 ex Passarge 1959 Passarge, H., 1959. Pflanzengesellschaften zwischen Trebel, Grenzbach und Peene (O-Mecklenburg). Feddes Repert. Beih., 138 : 1-56. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
1559 1357 04/6.0.1.0.1/01 syn incl Ranunculo scelerati - Bidentetum cernuae Sissingh in Westhoff, Dijk, Passchier & Sissingh 1946 ex Passarge 1983 Passarge, H., 1983. Feuchtvegetation im Seelower Oderbruch. Gleditschia, 10 : 199-227. Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p.
1560 1341 04/6.0.1.0.1/01 syn incl Rumicetum maritimi Sissingh in Westhoff, van Dijk, Passchier & Sissingh 1946 em. Passarge 1959 Passarge, H., 1959. Pflanzengesellschaften zwischen Trebel, Grenzbach und Peene (O-Mecklenburg). Feddes Repert. Beih., 138 : 1-56. Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p.
1561 8013 04/6.0.1.0.1/01 syn nn Bidentetum cernuae Kobendza 1948 Kobendza, R., 1948.Kilka zespolów bagiennych w Dojlidach Dolnych pod Bialymstokiem. Acta Soc. Bot. Pol., 19(1) : 1.24.
1562 8014 04/6.0.1.0.1/01 syn nn Bidentetum cernuae Slavníč 1947 ?
1563 1342 04/6.0.1.0.1/02 ASS Persicario hydropiperi - Bidentetum tripartitae (Koch 1926) Sissingh in Westhoff, van Dijk, Passchier & Sissingh 1946 friche annuelle pionnière, hygrophile, eutrophile, vasicole France médioeuropéenne Polygono - Bidentetum Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p.
1564 1343 04/6.0.1.0.1/02 syn = Bidentetum tripartitae Koch 1926 persicarietosum hydropiperis Miljan 1933 Miljan, A., 1933. Vegetationsuntersuchungen an Naturwiesen und Seen im Otepääschen Moränengebiete Estlands. Acta Comment. Dorpat, 25 : 1-132.
1565 1344 04/6.0.1.0.1/02 syn = Bidenti tripartitae - Persicarietum hydropiperis (Miljan 1933) Lohmeyer in Tüxen 1950 em. Tüxen 1979 Bidenti tripartitae - Polygonetum hydropiperis Tüxen, R., 1979. Die Pflanzengesellschaften Nordwestdeutschlands, (2ten Aufl.), 2, 212 p. Cramer, Lehre. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Miljan, A., 1933. Vegetationsuntersuchungen an Naturwiesen und Seen im Otepääschen Moränengebiete Estlands. Acta Comment. Dorpat, 25 : 1-132.
1566 1345 04/6.0.1.0.1/02 syn = Bidenti tripartitae - Persicarietum hydropiperis Lohmeyer in Tüxen 1950 Bidenti tripartitae - Polygonetum hydropiperis Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
1567 1346 04/6.0.1.0.1/02 syn = Persicario hydropiperi - Bidentetum tripartitae Lohmeyer in Tüxen 1950 ex Passarge 1955 Polygono - Bidentetum Passarge, H., 1955. Die Ufervegetation des Briesener Sees. Mitt. Flor. Soz. Arbeitsgem., N.F. 5 : 91-98. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
1568 1347 04/6.0.1.0.1/02 syn = Persicario lapathifoliae - Bidentetum tripartitae Klika 1935 Polygono - Bidentetum Klika, J., 1935. Die Pflanzengesellschaften des entblössten Teichbodens in Mitteleuropa. Beih. Bot. Centralbl., 53 : 286-310. Dresden.
1569 1348 04/6.0.1.0.1/02 syn ambig Bidentetum tripartitae Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1570 1350 04/6.0.1.0.1/02 syn compl Leersio oryzoidis - Bidentetum tripartitae (Koch 1926) Poli & J. Tüxen 1960 Poli, E., Tüxen, J., 1960. Über Bidentetalia-Gesellschaften Europas. Mitt. Flor. Soz. Arbeitsgem., N.F., 8 : 136-145. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1571 6655 04/6.0.1.0.1/02 syn compl Leersio oryzoidis - Bidentetum tripartitae (Koch 1926) Poli & J. Tüxen 1960 ex Zaliberova & al. 2000 Zaliberova, M., J. Jarolimek, V. Basanova, H. Otakeova & R. Hrivnak, 2000. Fytocenologika variabilita druhu Leersia oryzoides na slovensku . Bull. Slov. Bot. Spoloen, Bratislava, 22 : 171-180. Poli, E., Tüxen, J., 1960. Über Bidentetalia-Gesellschaften Europas. Mitt. Flor. Soz. Arbeitsgem., N.F., 8 : 136-145. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1572 1351 04/6.0.1.0.1/02 syn incl Bidenti tripartitae - Persicarietum lapathifoliae Rivas-Martínez, Belmonte, Fernández-González & Sánchez-Mata in Sánchez-Mata 1989 Sánchez-Mata, D., 1989. Flora y vegetación del macizo oriental de la Sierra de Gredos (Ávila). Diputación Provincial de Ávila. Institución Gran Duque de Alba, Ávila.
1573 6877 04/6.0.1.0.1/03 ASS Junco bufonii - Bidentetum connatae (Timmermann 1993) Julve 2006 ass. nov. hoc loco friche annuelle pionnière, hygrophile, mésoeutrophile, vasicole, acidocline Timmermann, T., 1993. Die Meelake - Vegetation und Genese eines Verlandungsmoores in Nordostbrandenburg.Verhandlungen des Botanischen Vereins von Berlin und Brandenburg, 126 : 25-62.
1574 1338 04/6.0.1.0.1/03 syn compl Junco articulati - Bidentetum connatae (Timmermann 1993) Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin. Timmermann, T., 1993. Die Meelake - Vegetation und Genese eines Verlandungsmoores in Nordostbrandenburg.Verhandlungen des Botanischen Vereins von Berlin und Brandenburg, 126 : 25-62.
1575 1358 04/6.0.1.0.1/04 ASS Rumicetum palustris (Timar 1950) Fischer 1978 friche annuelle pionnière, hydrophile, eutrophile, vasicole Fischer, W., 1978. Über einige Bidentetalia-Gesellschaften im westlichen Brandenburg. Gleditschia, 6 : 177-185. Timar, L., 1950. A Tiszameder növenyzete Szolnok es Szeged között. Ann. Biol. Univ. Debrecen, 1 : 72-146.
1576 1359 04/6.0.1.0.1/04 syn incl Tephroseridetum palustris (Burrichter 1970) Pott 1992 Senecionetum tubicaulis Pott, R., 1992. Die Pflanzengesellschaften Deutschlands. 427 p. Ulmer. Stuttgart. ?
1577 1360 04/6.0.1.0.1/05 ASS Cypero micheliani - Ranunculetum sardoi Rivas Goday 1964 friche annuelle pionnière, hydrophile, eutrophile, vasicole Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
1578 1361 04/6.0.1.0.1/06 ASS Spergulario - Ranunculetum scelerati O. de Bolòs & Masclans 1955 friche annuelle pionnière, hygrophile, eutrophile, vasicole Bolos, O. de, Masclans, F., 1955. La vegetacion de los arrozales en la region mediterranea. Collect. Bot., 4 (3) : 1-32.
1579 1362 04/6.0.1.0.1/06 syn = Polypogono monspeliensis - Ranunculetum scelerati Martínez-Parras & Peinado 1993 Martínez-Parras, J.-M. & M. Peinado 1993. Vegetación de los arrozales de las marismas del Guadalquivir. Lagascalia 17, 1. 21-35.
1580 1363 04/6.0.1.0.1/07 ASS Xanthio italici - Persicarietum maculosae O. de Bolòs 1957 friche annuelle pionnière, mésohygrophile, eutrophile, vasicole Xanthio italici - Polygonetum persicariae Bolòs, O. de, 1957. Datos sobre la vegetación de la vertiente septentrional de los Pirineos : observaciones acerca de la zonación altitudinal del valle de Arán. Collect. Bot. (Barcelona), 5(2) : 465-514.
1581 1364 04/6.0.1.0.1/07 syn = Chenopodio ambrosioidis - Persicarietum lapathifolii Peinado, Bartolomé, Martínez-Parras & Andrade 1988 Peinado, M., C. Bartolomé, J.-M. Martínez-Parras & A. Andrade 1988. Notas sobre vegetación nitrófila, III: contribución al estudio de la clase Bidentetea tripartitae en España. Acta Bot. Barcinon., 37 : 307-316.
1582 6561 04/6.0.1.0.1/07 syn = Xanthio italici - Persicarietum maculosae O. de Bolòs 1962 Bolòs, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona.
1583 1353 04/6.0.1.0.1/08 ASS Persicarietum minori - hydropiperis Philippi 1984 friche annuelle pionnière, hydrophile, mésoeutrophile, vasicole, des ornières de chemins ombragés Polygonetum minori - hydropiperis Philippi, G., 1984. Bidentetea-Gesellschaften aus dem südlichen und mittleren Oberrheingebiet. Tuexenia, 4 : 49-79
1584 1349 04/6.0.1.0.1/08 syn ambig Persicarietum hydropiperis Passarge 1965 Passarge, H., 1965. Über einige interessante Stromtalgesellschaften der Elbe unterhalb von Magdeburg. Abh. Ber. Natur. Vorgesch. Magdeburg, 11(4) : 83-93.
1585 1352 04/6.0.1.0.1/08 syn incl Bidenti tripartitae - Persicarietum mitis (von Rochow 1951) Tüxen 1979 Tüxen, R., 1979. Die Pflanzengesellschaften Nordwestdeutschlands, (2ten Aufl.), 2, 212 p. Cramer, Lehre. Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena.
1586 6656 04/6.0.2 ORD Chenopodietalia rubri Felzines & Loiseau 2005 friches annuelles hygrophiles à hydrophiles, pionnières, sabulicoles Felzines, J.-C. & J.-E. Loiseau, 2005. Les groupements fluviatiles des Bidentetea de la Loire moyenne, du bas Allier et de la Dordogne moyenne. Modifications apportées à la synsystématique des Bidentetea. Bull. Soc. Bot. Centre-Ouest, N.S., 36 : 159-204.
1587 1331 04/6.0.2 syn pp Bidentetalia tripartitae Braun-Blanquet & Tüxen 1943 Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1588 1332 04/6.0.2 syn pp Bidentetalia tripartitae Braun-Blanquet & Tüxen 1943 ex Klika in Klika & Hadàč 1944 Klika, J. & E. Hadač, 1944. Rostlinná spolecenstva strední Evropy [Plant communities of Central Europe]. Príroda (Brno), 36: 1-26. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1589 1365 04/6.0.2.0.1 ALL Chenopodion rubri Tüxen in Poli & J. Tüxen 1960 friches annuelles hygrophiles à hydrophiles, pionnières, sabulicoles Chenopodion fluviatile Poli, E., Tüxen, J., 1960. Über Bidentetalia-Gesellschaften Europas. Mitt. Flor. Soz. Arbeitsgem., N.F., 8 : 136-145.
1590 1366 04/6.0.2.0.1 syn = Chenopodion rubri (Tüxen ex Poli et J. Tüxen 1960) Kopecký 1969 Kopecký, K., 1969. Zur Syntaxonomie der natürlichen nitrophilen Saumgesellschaften in der Tschechoslowakei und zur Gliederung der Klasse Galio-Urticetea. Folia Geobot. phytotax., 4 : 235-259. Poli, E., Tüxen, J., 1960. Über Bidentetalia-Gesellschaften Europas. Mitt. Flor. Soz. Arbeitsgem., N.F., 8 : 136-145.
1591 1367 04/6.0.2.0.1 syn = Chenopodion rubri Tüxen in Poli & J. Tüxen 1960 corr. Kopecký 1969 Kopecký, K., 1969. Zur Syntaxonomie der natürlichen nitrophilen Saumgesellschaften in der Tschechoslowakei und zur Gliederung der Klasse Galio-Urticetea. Folia Geobot. phytotax., 4 : 235-259. Poli, E., Tüxen, J., 1960. Über Bidentetalia-Gesellschaften Europas. Mitt. Flor. Soz. Arbeitsgem., N.F., 8 : 136-145.
1592 1368 04/6.0.2.0.1 syn = Chenopodion rubri Tüxen in Poli & J. Tüxen 1960 ex von Soó (1968) 1971 Soó, R. von, 1971. Aufzählung der Assoziationen der ungarischen Vegetation nach den neueren zönosystematischnomenklatorischen Ergebnissen. Acta Bot. Hung., 17 : 127-179. Soó, R. von, 1968. New Übersicht der höheren zönologischen Einheiten der ungarischen Vegetation. Acta Bot. Acad. Sci. Hung. 14: 385-394. Poli, E., Tüxen, J., 1960. Über Bidentetalia-Gesellschaften Europas. Mitt. Flor. Soz. Arbeitsgem., N.F., 8 : 136-145.
1593 1369 04/6.0.2.0.1 syn = Chenopodion rubri von Soó 1968 Soó, R. von, 1968. New Übersicht der höheren zönologischen Einheiten der ungarischen Vegetation. Acta Bot. Acad. Sci. Hung. 14: 385-394.
1594 1370 04/6.0.2.0.1 syn incl Chenopodion glauci Hejný 1974 Hejný, S., 1974. Beitrag zur Charakteristik der Veränderung der Ruderalgesellschaften in Südböhmen. Acta Bot. Acad. Sci. Hung., 19 : 129-138.
1595 6657 04/6.0.2.0.1.1 SUBALL Chenopodienion rubri Felzines & Loiseau 2005 friches annuelles hygrophiles à hydrophiles, pionnières, sabulicoles, eutrophiles Felzines, J.-C. & J.-E. Loiseau, 2005. Les groupements fluviatiles des Bidentetea de la Loire moyenne, du bas Allier et de la Dordogne moyenne. Modifications apportées à la synsystématique des Bidentetea. Bull. Soc. Bot. Centre-Ouest, N.S., 36 : 159-204.
1596 1382 04/6.0.2.0.1.1/1 ASS Bidenti tripartitae - Brassicetum nigrae Allorge 1922 friche annuelle pionnière, hygrophile, eutrophile, sabulicole Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
1597 1383 04/6.0.2.0.1.1/1 syn = Atriplici prostratae - Brassicetum nigrae Passarge 1978 Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195.
1598 1384 04/6.0.2.0.1.1/1 syn = Brassicetum nigrae Arenes 1928 Arènes, J., 1928. Les associations végétales de la basse Provence. Thèse, Univ. Paris, 248 p.
1599 1385 04/6.0.2.0.1.1/1 syn = Cuscuto europaeae - Brassicetum nigrae Volk 1940 ex Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1600 1376 04/6.0.2.0.1.1/2 ASS Chenopodietum glauco - rubri (Weevers 1940) Lohmeyer 1950 friche annuelle pionnière, hydrophile, eutrophile, sabulicole Lohmeyer, W., 1950. Das Polygono brittingeri-Chenopodietum rubri und das Xanthio riparii-Chenopodietum rubri, zwei Flussbegleitende Bidention Gesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 2 : 12-20. Weevers, T., 1940. De flora van Goeree en Overflakkee dynamisch beschouwd. Nederl. Kruidkd. Arch., 50 : 285-354.
1601 1377 04/6.0.2.0.1.1/2 syn = Chenopodietum glauco - rubri Lohmeyer 1950 apud Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1602 1378 04/6.0.2.0.1.1/2 syn ambig Chenopodietum rubri Timar 1947 ?
1603 1379 04/6.0.2.0.1.1/2 syn ambig Chenopodietum rubri Timar 1950 Timar, L., 1950. A Tiszameder növenyzete Szolnok es Szeged között. Ann. Biol. Univ. Debrecen, 1 : 72-146.
1604 1380 04/6.0.2.0.1.1/2 syn incl Chenopodietum glauci Raabe 1950 ?
1605 1381 04/6.0.2.0.1.1/2 syn incl Chenopodietum glauci Wenzl 1934 Wenzl, H., 1934. Bodenbakteriologische Untersuchungen auf pflanzensoziologischer Grundlage I. Beih. Bot. Centralbl., Dresden, 52 A : 73–147.
1606 1388 04/6.0.2.0.1.1/2 syn incl Xanthio albini - Chenopodietum rubri Lohmeyer & Walter in Lohmeyer 1950 Lohmeyer, W., 1950. Das Polygono brittingeri-Chenopodietum rubri und das Xanthio riparii-Chenopodietum rubri, zwei Flussbegleitende Bidention Gesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 2 : 12-20.
1607 1371 04/6.0.2.0.1.1/3 ASS Persicario lapathifolii subsp. brittingeri - Chenopodietum rubri Lohmeyer 1950 friche annuelle pionnière, hygrophile, eutrophile, sabulicole Lohmeyer, W., 1950. Das Polygono brittingeri-Chenopodietum rubri und das Xanthio riparii-Chenopodietum rubri, zwei Flussbegleitende Bidention Gesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 2 : 12-20.
1608 1373 04/6.0.2.0.1.1/3 syn = Persicarietum lapathifolii subsp. brittingeri Tüxen 1979 Tüxen, R., 1979. Die Pflanzengesellschaften Nordwestdeutschlands, (2ten Aufl.), 2, 212 p. Cramer, Lehre.
1609 1374 04/6.0.2.0.1.1/3 syn = Persicario lapathifolii subsp. brittingeri - Chenopodietum polyspermi Müller 1974 Müller, T., 1974. Zur Kenntnis einiger Pioniergesellschaften im Taubergiessengebiet. Natur-. Landsch. Baden-Württ., 7 : 284-305.
1610 1375 04/6.0.2.0.1.1/3 syn incl ? Chenopodio rubri - Atriplicetum prostratae Braun-Blanquet & de Leeuw 1936 Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
1611 1386 04/6.0.2.0.1.1/4 ASS Bidenti cernuae - Pulicarietum vulgaris Fijalkowski 1978 friche annuelle pionnière, hydrophile, eutrophile, sabulicole Fijałkowski, D., 1978. Synantropy roslinne Lubelszczyny. Lubelskie Towarzystwo Naukowe, Prace Wydziau Biol., Lublin, 5 : 1-260.
1612 6878 04/6.0.2.0.1.1/5 ASS Erysimo cheiranthoidis - Atriplicetum prostratae Julve 2006 ass. nov. hoc loco hoc loco
1613 1387 04/6.0.2.0.1.1/5 syn incl Bidenti frondosae - Atriplicetum prostratae Poli & J. Tüxen 1960 Poli, E., Tüxen, J., 1960. Über Bidentetalia-Gesellschaften Europas. Mitt. Flor. Soz. Arbeitsgem., N.F., 8 : 136-145.
1614 1389 04/6.0.2.0.1.1/5 syn incl Xanthio albini - Atriplicetum prostratae Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
1615 7968 04/6.0.2.0.1.1/6 ASS Persicario lapathifoliae - Echinochloetum cruris-galli Felzines & Loiseau 2005 Felzines, J.-C. & J.-E. Loiseau, 2005. Les groupements fluviatiles des Bidentetea de la Loire moyenne, du bas Allier et de la Dordogne moyenne. Modifications apportées à la synsystématique des Bidentetea. Bull. Soc. Bot. Centre-Ouest, N.S., 36 : 159-204.
1616 7969 04/6.0.2.0.1.1/7 ASS Amarantho bliti subsp. emarginati - Chenopodietum rubri Felzines & Loiseau 2005 Amarantho emarginati - Chenopodietum rubri Amarantho emarginati - Chenopodietum rubri Felzines, J.-C. & J.-E. Loiseau, 2005. Les groupements fluviatiles des Bidentetea de la Loire moyenne, du bas Allier et de la Dordogne moyenne. Modifications apportées à la synsystématique des Bidentetea. Bull. Soc. Bot. Centre-Ouest, N.S., 36 : 159-204.
1617 6659 04/6.0.2.0.1.2 SUBALL Spergulo arvensis - Corrigiolenion litoralis Felzines & Loiseau 2005 friches annuelles hygrophiles à hydrophiles, pionnières, sabulicoles, mésotrophiles, mésothermes Felzines, J.-C. & J.-E. Loiseau, 2005. Les groupements fluviatiles des Bidentetea de la Loire moyenne, du bas Allier et de la Dordogne moyenne. Modifications apportées à la synsystématique des Bidentetea. Bull. Soc. Bot. Centre-Ouest, N.S., 36 : 159-204.
1618 6660 04/6.0.2.0.1.2/1 ASS Chenopodio polyspermi - Corrigioletum litoralis Hülbusch & Tüxen in Tüxen 1979 Tüxen, R., 1979. Die Pflanzengesellschaften Nordwestdeutschlands, (2ten Aufl.), 2, 212 p. Cramer, Lehre.
1619 1372 04/6.0.2.0.1.2/1 syn = Chenopodio polyspermi var. acutifolii - Corrigioletum littoralis (Malcuit 1929) Hülbusch & Tüxen in Tüxen 1979 Chenopodio acutifolii - Corrigioletum littoralis Tüxen, R., 1979. Die Pflanzengesellschaften Nordwestdeutschlands, (2ten Aufl.), 2, 212 p. Cramer, Lehre. 'Malcuit, G., 1929. Contribution à l''étude phytosociologique des Vosges méridionales saônoises. les associations végétales de la vallée de la Lanterne. Arch. Bot. (Caen), 2 : 1-211.'
1620 6662 04/6.0.2.0.1.2/1 syn = Rorippo - Corrigioletum litoralis auct. auct.
1621 7424 04/6.0.2.0.1.2/1 syn non Rorippo - Corrigioletum litoralis Malcuit 1929 'Malcuit, G., 1929. Contribution à l''étude phytosociologique des Vosges méridionales saônoises. les associations végétales de la vallée de la Lanterne. Arch. Bot. (Caen), 2 : 1-211.'
1622 6661 04/6.0.2.0.1.2/1 syn pp Corrigiolo litoralis - Bidentetum radiatae Lericq 1971 [sperguletosum arvensis] Lericq, R., 1971. La végétation du barrage exondé de Pannesière-Chaumard. Bull. Soc. Bot. Nord France, 24(1-2) : 103-109, tabl. h.t.
1623 6663 04/6.0.2.0.1.2/2 ASS Corrigiolo litoralis - Bidentetum radiatae Lericq 1971 ex Wisskirchen 1995 Wisskirchen, R., 1995. Verbreitung und Ökologie von Flussuferpionniergesellschaften, Chenopodion rubri) in mittleren und westlichen Europa. Dissert. Botanicae, 236, 375p . Lericq, R., 1971. La végétation du barrage exondé de Pannesière-Chaumard. Bull. Soc. Bot. Nord France, 24(1-2) : 103-109, tabl. h.t.
1624 6667 04/6.0.2.0.1.2/3 ASS Chenopodio botryos - Corrigioletum littoralis (Poli & J. Tüxen 1960) Felzines & Loiseau 2005 friche annuelle pionnière, hydrophile, mésoeutrophile, sabulicole Felzines, J.-C. & J.-E. Loiseau, 2005. Les groupements fluviatiles des Bidentetea de la Loire moyenne, du bas Allier et de la Dordogne moyenne. Modifications apportées à la synsystématique des Bidentetea. Bull. Soc. Bot. Centre-Ouest, N.S., 36 : 159-204.
1625 7972 04/6.0.2.0.1.2/3 ASS Eragrostio pilosae subsp. felzinesii - Corrigioletum litoralis Felzines & Loiseau 2005 Felzines, J.-C. & J.-E. Loiseau, 2005. Les groupements fluviatiles des Bidentetea de la Loire moyenne, du bas Allier et de la Dordogne moyenne. Modifications apportées à la synsystématique des Bidentetea. Bull. Soc. Bot. Centre-Ouest, N.S., 36 : 159-204.
1626 6889 04/6.0.2.0.1.2/3 syn = Corrigiolo litoralis - Chenopodietum botryos (Allorge et Gaume 1931) Corillion 1972 Corillion, R., 1972. Observations sur les végétations des sables du lit mineur de la Loire en Anjou-Basse Loire. Bull. Soc. Mayen. Sci. (1970-1971), 143-175.
1627 6668 04/6.0.2.0.1.2/3 syn = Corrigiolo litoralis - Chenopodietum botryos Poli & J. Tüxen 1960 Poli, E. & J. Tüxen, 1960. Über Bidentetalia-Gesellschaften Europas. Mitt. Flor. Soz. Arbeitsgem., N.F., 8 : 136-145.
1628 1391 04/6.0.2.0.1.2/3 syn = Xanthietum orientalis Wisskirchen 1995 Wisskirchen, R., 1995. Verbreitung und Ökologie von Flussuferpionniergesellschaften, Chenopodion rubri) in mittleren und westlichen Europa. Dissert. Botanicae, 236, 375p .
1629 1390 04/6.0.2.0.1.2/3 syn incl Chenopodio rubri - Xanthietum orientalis Corillion 1972 friche annuelle pionnière, hygrophile, eutrophile, sabulicole Basse vallée de la Loire, Anjou Corillion, R., 1972. Observations sur les végétations des sables du lit mineur de la Loire en Anjou-Basse Loire. Bull. Soc. Mayen. Sci. (1970-1971), 143-175.
1630 6664 04/6.0.2.0.1.3 SUBALL Eragrostenion pilosae Felzines & Loiseau 2005 friches annuelles hygrophiles à hydrophiles, pionnières, sabulicoles, mésotrophiles, thermophiles Felzines, J.-C. & J.-E. Loiseau, 2005. Les groupements fluviatiles des Bidentetea de la Loire moyenne, du bas Allier et de la Dordogne moyenne. Modifications apportées à la synsystématique des Bidentetea. Bull. Soc. Bot. Centre-Ouest, N.S., 36 : 159-204.
1631 6665 04/6.0.2.0.1.3/1 ASS Echinochloo muricatae - Amaranthetum bliti subsp. emarginati var. pseudogracilis Wisskirchen 1995 Wisskirchen, R., 1995. Verbreitung und Ökologie von Flussuferpionniergesellschaften, Chenopodion rubri) in mittleren und westlichen Europa. Dissert. Botanicae, 236, 375p .
1632 6666 04/6.0.2.0.1.3/2 ASS Persicario lapathifolii - Echinochloetum cruris-galli Felzines & Loiseau 2005 Felzines, J.-C. & J.-E. Loiseau, 2005. Les groupements fluviatiles des Bidentetea de la Loire moyenne, du bas Allier et de la Dordogne moyenne. Modifications apportées à la synsystématique des Bidentetea. Bull. Soc. Bot. Centre-Ouest, N.S., 36 : 159-204.
1633 1392 04/6.0.2.0.1.3/3 ASS Amarantho - Chenopodietum botryoidis Martínez-Parras, Peinado, Bartolomé & Molero 1988 friche annuelle pionnière, hygrophile, eutrophile, sabulicole Martínez-Parras, J.-M., M. Peinado, C. Bartolomé & J. Molero 1988. Algunas comunidades vegetales higrófilas e higronitrófilas estivo-autumnales de la provincia de Granada. Acta Bot. Barcinon., 37: 271-279.
1634 6658 04/6.0.2.0.1.3/4 ASS Amarantho bliti subsp. emarginati var. emarginati - Chenopodietum rubri Felzines & Loiseau 2005 Felzines, J.-C. & J.-E. Loiseau, 2005. Les groupements fluviatiles des Bidentetea de la Loire moyenne, du bas Allier et de la Dordogne moyenne. Modifications apportées à la synsystématique des Bidentetea. Bull. Soc. Bot. Centre-Ouest, N.S., 36 : 159-204.
1635 7974 04/6.0.2.0.2 ALL Xanthion italici Felzines & Loiseau 2005 friches annuelles thermophiles méditerranéennes à centroeuropéennes Felzines, J.-C. & J.-E. Loiseau, 2005. Les groupements fluviatiles des Bidentetea de la Loire moyenne, du bas Allier et de la Dordogne moyenne. Modifications apportées à la synsystématique des Bidentetea. Bull. Soc. Bot. Centre-Ouest, N.S., 36 : 159-204.
1636 7975 04/6.0.2.0.2/01 ASS ?
1637 1393 04/7. CLA Oryzetea sativae Miyawaki 1960 commensales subtropicales des cultures de riz, holarctiques Miyawaki, A., 1960. Pflanzensoziologische Untersuchungen über Reisfeldvegetation auf den japanischen Inseln mit vergleichender Betrachtung Mitteleuropas. Vegetatio, 9 : 345-402.
1638 1394 04/7.0.1 ORD Cypero difformis - Echinochloetalia oryzoidis de Bolòs & Masclans 1955 commensales subtropicales des cultures de riz, européennes Bolos, O. de, Masclans, F., 1955. La vegetacion de los arrozales en la region mediterranea. Collect. Bot., 4 (3) : 1-32.
1639 1395 04/7.0.1.0.1 ALL Oryzo sativae - Echinochloion oryzoidis de Bolòs & Masclans 1955 commensales subtropicales des cultures de riz, européennes Bolos, O. de, Masclans, F., 1955. La vegetacion de los arrozales en la region mediterranea. Collect. Bot., 4 (3) : 1-32.
1640 1396 04/7.0.1.0.1/01 ASS Oryzo sativae - Echinochloetum cruris-galli von Soó 1946 ex Ubrizsý 1948 Ubrizsý, G., 1948. A rizs hazai gyomnövényzete. Acta Agrobot. Hung., 1 : 1-43. ?
1641 1397 04/7.0.1.0.1/01 syn incl Cypero difformis - Ammannietum coccineae O. de Bolòs & Masclans 1955 Bolos, O. de, Masclans, F., 1955. La vegetacion de los arrozales en la region mediterranea. Collect. Bot., 4 (3) : 1-32.
1642 1398 04/7.0.1.0.1/01 syn incl Oryzo sativae - Cyperetum difformis Koch 1954 Koch, W., 1954. Pflanzensoziologische Skizzen aus den Reisfelsgebieten des Piémont (Pô-Ebene). Vegetatio, 5/6 : 487-493.
1643 1399 04/7.0.1.0.1/01 syn incl Oryzo sativae - Echinochloetum oryzoidis Chirilà 1968 ?
1644 1400 05/1. 6430pp+9140pp CLA Lactuco alpinae - Aconitetea napelli Hadàč & Klika in Klika & Hadàč 1944 mégaphorbiaies boréales à subalpines Mulgedio - Aconitetea Klika, J. & E. Hadàč, 1944. Rostlinná spolecenstva strední Evropy [Plant communities of Central Europe]. Príroda (Brno), 36 : 1-26.
1645 1401 05/1. syn = Lactuco alpinae - Aconitetea napelli Hadàč & Klika in Klika 1948 Mulgedio - Aconitetea Klika, J., 1948. Rostlinná sociologie (fytocenologie) [Plant sociology phytocoenology]. Melantrich, Praha.
1646 1402 05/1. syn = Stellario nemorum - Geranietea sylvatici Niemann, Heinrich & Hilbig 1973 Niemann, E., W. Heinrich & W. Hilbig, 1973. Mädesüss-Uferfluren und verwandte Staudengesellschaften im herzynischen Raum. Wiss. Z. Univ. Jena. Math.-Nat. R., 22 : 591-635.
1647 1403 05/1. syn compl pp Betulo pubescentis subsp. glutinosae - Adenostyletea alliariae Braun-Blanquet & Tüxen 1943 Betulo - Adenostyletea Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1648 1404 05/1. syn compl pp Betulo pubescentis subsp. glutinosae - Adenostyletea alliariae Braun-Blanquet & Tüxen 1943 ex Braun-Blanquet 1948 Betulo - Adenostyletea Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98]. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
1649 1405 05/1.0.1 ORD Calamagrostietalia villosae Pawłowski in Pawłowski, Sokołowski & Wallisch 1928 mégaphorbiaies subalpines Pawłowski, B., M. Sokołowski & K. Wallisch, 1928. Die Pflanzenassoziationen des Tatra-Gebirges. VII. Teil. Die Pflanzenassoziationen und die Flora des Morskie Oko-Tales. Bull. Int. Acad. Sci. Cracovie, Cl. Sci. Math., Ser. B., Sci. Nat., suppl. 2 : 205-272.
1650 1406 05/1.0.1 syn = Adenostyletalia alliariae Braun-Blanquet 1930 Braun-Blanquet, J., 1930. Zentralalpen und Tatra, eine Pflanzensoziologische Parallele. Veröff. Geobot. Inst. Rübel, 6 : 1-24.
1651 1407 05/1.0.1 syn = Adenostyletalia alliariae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Recherches phytogéographiques sur le Massif du Grossglockner (Hohe Tauerm). Impr. All. et Fils. Grenoble.
1652 1408 05/1.0.1.0.1 ALL Adenostylion alliariae Braun-Blanquet 1925 mégaphorbiaies subalpines, hygrophiles mésotrophiles, basophiles, des adrets Braun-Blanquet, J., 1925. Zur Wertung der Gesellschaftstreue in der Pflanzensoziologie. Vierteljahresschr. Naturforsch. Ges. Zürich, 70 : 122–149.
1653 8171 05/1.0.1.0.1 syn = Adenostylion alliariae Luquet 1926 'Luquet, A., 1926. Essai sur la géographie botanique de l''Auvergne. Les associations végétales du massif des Monts-Dore. Thèse, Univ. Paris, 267 p.'
1654 8172 05/1.0.1.0.1 syn compl Alno - Adenostylion alliariae Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
1655 8173 05/1.0.1.0.1 syn incl Dryopteridi - Athyrion distentifolii Holub in Holub, Hejný, Moravec & Neuhäusl 1967 Holub, J., S. Hejný, J. Moravec & R. Neuhäusl, 1967. Übersicht der höheren Vegetationseinheiten der Tschechoslowakei. Rozpr. Cs. Akad. Ved, Praha, ser. math. natur. 77, 3. 1-75.
1656 8174 05/1.0.1.0.1 syn = Adenostylion alliariae Braun-Blanquet 1930 Braun-Blanquet, J., 1930. Zentralalpen und Tatra, eine Pflanzensoziologische Parallele. Veröff. Geobot. Inst. Rübel, 6 : 1-24.
1657 8175 05/1.0.1.0.1 syn = Adenostylion alliariae Pawłowski, Sokołowski & Wallisch 1928 Pawłowski, B., M. Sokołowski & K. Wallisch, 1928. Die Pflanzenassoziationen des Tatra-Gebirges. VII. Teil. Die Pflanzenassoziationen und die Flora des Morskie Oko-Tales. Bull. Int. Acad. Sci. Cracovie, Cl. Sci. Math., Ser. B., Sci. Nat., suppl. 2 : 205-272.
1658 1409 05/1.0.1.0.1 syn = Adenostylion alliariae Braun-Blanquet 1926 Braun-Blanquet, J., 1926. Le climax complexe des landes alpines (Genisto - Vaccinion) du Cantal. Etudes phytosociologiques en Auvergne. Arvernia, 2 : 29-48.
1659 8176 05/1.0.1.0.1 syn = Adenostylion alliariae Klika in Klika & Hadàč 1944 Klika, J. & E. Hadač, 1944. Rostlinná spolecenstva strední Evropy [Plant communities of Central Europe]. Príroda (Brno), 36: 1-26.
1660 8177 05/1.0.1.0.1 syn incl Adenostylenion alliariae Klika in Klika & Hadàč 1944 Klika, J. & E. Hadač, 1944. Rostlinná spolecenstva strední Evropy [Plant communities of Central Europe]. Príroda (Brno), 36: 1-26.
1661 1410 05/1.0.1.0.1 syn incl Adenostylenion pyrenaicae (Rivas-Martínez, Diaz-Gonzalez, Fernandez-Prieto, Loidi-Arregui & Penas-Marinas 1984) Rivas-Martínez & Costa 1998 Rivas-Martínez, S. & M. Costa, 1998. Datos sobre la vegetación y el bioclima del Valle de Arán. Acta Bot. Barcinon., 45 : 473-499. Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
1662 1411 05/1.0.1.0.1 syn incl Adenostylion pyrenaicae Rivas-Martínez, Diaz-Gonzalez, Fernandez-Prieto, Loidi-Arregui & Penas-Marinas 1984 Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
1663 8178 05/1.0.1.0.1 syn incl Dryopterido - Athyrenion distentifolii Holub ex Sykora & Štursa 1973 Sykora, T. & J. Štursa, 1973. Vysokostébelné nivy s dominancí kapradin v sudetských karech – Daphno (mezereo)-Dryopteridetum filix-mas ass. nova. [Tall herb communities dominated by ferns in the Sudeten cirques – Daphno (mezereo)- Dryopteridetum filix-mas ass. nova.] Preslia, 45 : 338–357.
1664 8179 05/1.0.1.0.1 syn incl Dryopterido - Athyrion distentifolii (Holub ex Sykora & Štursa 1973) Jeník, Bures & Buresova 1980 Jeník, J., L. Bures & Z. Buresova, 1980. Syntaxonomic study of vegetation in Velká Kotlina Cirque, the Sudeten Mountains. Folia Geobot. Phytotax., 15 : 1–28. Sykora, T. & J. Štursa, 1973. Vysokostébelné nivy s dominancí kapradin v sudetských karech – Daphno (mezereo)-Dryopteridetum filix-mas ass. nova. [Tall herb communities dominated by ferns in the Sudeten cirques – Daphno (mezereo)- Dryopteridetum filix-mas ass. nova.] Preslia, 45 : 338–357.
1665 8180 05/1.0.1.0.1 syn incl Adenostylenion alliariae Sykora & Štursa 1973 Sykora, T. & J. Štursa, 1973. Vysokostébelné nivy s dominancí kapradin v sudetských karech – Daphno (mezereo)-Dryopteridetum filix-mas ass. nova. [Tall herb communities dominated by ferns in the Sudeten cirques – Daphno (mezereo)- Dryopteridetum filix-mas ass. nova.] Preslia, 45 : 338–357.
1666 1412 05/1.0.1.0.1/01 ASS Arabido cebennensis - Adenostyletum alliariae Braun-Blanquet (1915) 1950 Cévennes ? 'Braun, J., 1915. Les Cévennes méridionales (massif de l''Aigoual). Etude phytogéographique. Arch. Sci. Phys. Nat. Genève, 39 : 72-81, 167-186, 247-269, 339-358, 415-434, 508-538; 40 : 39-63, 112-137, 221-232, 313-328.'
1667 1413 05/1.0.1.0.1/01 syn = Adenostyletum alliariae Luquet 1926 'Luquet, A., 1926. Essai sur la géographie botanique de l''Auvergne. Les associations végétales du massif des Monts-Dore. Thèse, Univ. Paris, 267 p.'
1668 1414 05/1.0.1.0.1/02 ASS Delphinio montani - Trollietum europaei Braun-Blanquet 1948 prov. Pyrénées orientales Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
1669 1415 05/1.0.1.0.1/02 syn = Alchemillo xanthochlorae - Trollietum europaei Vigo 1979 Vigo, J., 1979. Notes fitocenològiques II. Bull. Inst. Catalana, Hist. Nat., Sec. Bot., 44 : 77-89.
1670 1416 05/1.0.1.0.1/02 syn = Alchemillo xanthochlorae - Trollietum europaei Vigo 1979 ex Ninot, Carreras, Carrillo & Vigo 2000 Ninot, J.-M., J. Carreras, E. Carrillo & J. Vigo, 2000. Syntaxonomic conspectus of the vegetation of Catalonia and Andorra. I : Hygrophilous herbaceous communities. Acta Bot. Barcinon., 46 : 191-237. Vigo, J., 1979. Notes fitocenològiques II. Bull. Inst. Catalana, Hist. Nat., Sec. Bot., 44 : 77-89.
1671 1417 05/1.0.1.0.1/03 ASS Doronico austriaci - Campanuletum latifoliae Quézel & Rioux 1954 Cantal 'Quézel, P., Rioux, J.A., 1954. L''étage subalpin dans le Cantal (Massif Central de France). Vegetatio, 4 : 345-378.'
1672 1418 05/1.0.1.0.1/04 ASS Filipendulo ulmariae - Scrophularietum pyrenaicae Nègre 1972 Pyrénées centrales 'Nègre, R., 1972. La végétation du bassin de l''One (Pyrénées centrales). 5ème note : les reposoirs, les groupements hygrophiles et les prairies de fauche. Bol. Soc. Broter., 46 (2e série) : 271-343.'
1673 1419 05/1.0.1.0.1/04 syn = Arunco dioici - Scrophularietum pyrenaicae Nègre 1972 'Nègre, R., 1972. La végétation du bassin de l''One (Pyrénées centrales). 5ème note : les reposoirs, les groupements hygrophiles et les prairies de fauche. Bol. Soc. Broter., 46 (2e série) : 271-343.'
1674 6555 05/1.0.1.0.1/04 syn = ? Scrophularietum pyrenaicae Quézel 1956 Quézel, P., 1956. A propos de quelques groupements végétaux rupicoles des Pyrénées centrales espagnoles. Collect. Bot., 5 : 173-194.
1675 1420 05/1.0.1.0.1/04 syn = ? Urtico dioicae - Scrophularietum pyrenaicae Ninot & Carrillo in Ninot, Guàrdia, X. Font & Carrillo 1999 Ninot, J.-M., R. Guàrdia, X. Font & E. Carrillo, 1999. Estudio fitocenológico del macizo del Turbón (Prepirineo central), III : comunidades herbáceas de ambientes especiales. Lucas Mallada, (1997), 9 : 121-169.
1676 1421 05/1.0.1.0.1/05 ASS Adenostylo alliariae - Lactucetum alpinae Braun-Blanquet 1926 Alpes subalpin hémisciaphile hygrophile eutrophile neutrophile argile Braun-Blanquet, J., 1926. Le climax complexe des landes alpines (Genisto - Vaccinion) du Cantal. Etudes phytosociologiques en Auvergne. Arvernia, 2 : 29-48.
1677 1422 05/1.0.1.0.1/05 syn = Adenostylo alliariae - Lactucetum alpinae (Beger 1922) Braun-Blanquet 1950 Braun-Blanquet, J., 1950. Übersicht der Pflanzengesellschaften Rätiens, (IV). Vegetatio, 2 : 20-37. Beger, H., 1922. Assoziationsstudien in der Waldstufe des Schanfiggs. Mitt. Bot. Museum Univ. Zürich, 96 : 1-147.
1678 1423 05/1.0.1.0.1/05 syn = ? Petasito albi - Lactucetum alpinae Tüxen 1931 Tüxen, R., 1931. Pflanzensoziologische Beobachtungen im Feldbergmassiv. Pflanzensoziol.–pflanzengeogr. Studien in Süddeutschland. Beitr. z. Naturdenkmalpfl., 14 : 252-274.
1679 1424 05/1.0.1.0.1/05 syn = ? Ranunculo platanifolii - Lactucetum alpinae (Kästner 1938) Niemann in Niemann, Heinrich & Hilbig 1973 Niemann, E., Heinrich, W., Hilbig, W., 1973. Mädesüss-Uferfluren und verwandte Staudengesellschaften im herzynischen Raum. Wiss. Z. Univ. Jena. Math.-Nat. R., 22 : 591-635. Kästner, M., 1938. Die Pflanzengesellschaften der Quellfluren und Bachufer aus dem Verband der Schwarzerlen-Gesellschaften. Veröff. Landesver. Sächsisches Heimatschutz, 69-118. Dresden. (In Kästner, M., W. Flössner & J. Uhlig. Die Pflanzengesellchaften des westsächsischen Berg- und Hügellandes. Teil IV).
1680 1425 05/1.0.1.0.1/06 ASS Epilobio alpestris - Adenostyletum alliariae Carbiener 1966 Vosges 'Carbiener, R., 1966. La végétation des hautes Vosges dans ses rapports avec les climats locaux, les sols et la géomorphologie; comparaison à la végétation subalpine d''autres massifs montagneux à climat allochtone d''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 109 p.'
1681 1426 05/1.0.1.0.1/07 ASS Cirsio montani - Adenostyletum alliariae Quézel 1950 Mercantour subalpin inférieur hémisciaphile hygrophile eutrophile neutrophile argile intermédiaire 'Quézel, P., 1950. Les mégaphorbiaies de l''étage subalpin dans le massif du Mercantour (Alpes maritimes). Bull. Soc. Bot. Fr., 97 : 192-195. (77e Sess. extraord. : Alpes maritimes et ligures, 1949).'
1682 1427 05/1.0.1.0.1/08 ASS Tephroserido balbisianae - Peucedanetum ostruthii Quézel 1950 Mercantour subalpin supérieur héliophile blocs 'Quézel, P., 1950. Les mégaphorbiaies de l''étage subalpin dans le massif du Mercantour (Alpes maritimes). Bull. Soc. Bot. Fr., 97 : 192-195. (77e Sess. extraord. : Alpes maritimes et ligures, 1949).'
1683 1428 05/1.0.1.0.1/09 ASS Myrrhido odoratae - Adenostyletum alliariae Braun-Blanquet 1969 Ubaye subalpin héliophile Braun-Blanquet, J., 1969. Une association endémique des Alpes sudoccidentales Le Myrrhido-Adenostyletum. Acta Bot. Croatica, 28 : 49-54.
1684 6496 05/1.0.1.0.1/09 syn = ? Myrrhidetum odoratae Gutte 1969 ?
1685 8054 05/1.0.1.0.1/09 syn = ? Myrrhidetum odoratae (Gutte 1969) Schubert, Hilbig & Klotz 1995 Schubert, R., Hilbig, W., Klotz, S., 1995. Bestimmungbuch der Pflanzengesellschaften Mittel- und Nordostdeutschlands. 403 p. Gustav Fischer Verlag, Jena. ?
1686 1429 05/1.0.1.0.1/10 ASS Adenostylo alliariae - Athyrietum distentifolii Zlatnick 1928 ex Jeník 1961 Alpes Jeník, J., 1961. Alpinská vegetace Krkonoš, Králického Snezníku a Hrubého Jeseníku. Nakl. Ceskoslov. Akad. Ved. Praha. Zlatník, A., 1928. Aperçu de la végétation des Krkonoše (Riesengebirge). Preslia, 7 : 94 – 152.
1687 1430 05/1.0.1.0.1/10 syn ambig Athyrietum distentifolii Schlüter 1966 Schlüter, H., 1966. Vegetationsgliederung und –kartierung eines Quellengebietes im Thüringer Wald als Grundlage zur Beurteilung des wasserhaushaltes. Arch. Natursch. Landsch. Forschung, 6 : 3-44.
1688 1431 05/1.0.1.0.1/10 syn incl Athyrio distentifolii - Adenostyletum alliariae Carbiener 1966 prov. 'Carbiener, R., 1966. La végétation des hautes Vosges dans ses rapports avec les climats locaux, les sols et la géomorphologie; comparaison à la végétation subalpine d''autres massifs montagneux à climat allochtone d''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 109 p.'
1689 8181 05/1.0.1.0.1/10 syn ambig Athyrietum distentifolii ZlatnÍk 1928 Athyrietum alpestris Zlatník, A., 1928. Aperçu de la végétation des Krkonoše (Riesengebirge). Preslia, 7 : 94 – 152.
1690 1481 05/1.0.1.0.1/10 syn incl Calamagrostio villosae - Athyrietum distentifolii (Wendelberger 1960) Schlüter & Niemann 1965 ? ?
1691 8182 05/1.0.1.0.1/10 syn = Adenostylo alliariae - Athyrietum distentifolii (ZlatnÍk 1928) Jenik 1961 Jeník, J., 1961. Alpinská vegetace Krkonoš, Králického Snezníku a Hrubého Jeseníku. Nakl. Ceskoslov. Akad. Ved. Praha. Zlatník, A., 1928. Aperçu de la végétation des Krkonoše (Riesengebirge). Preslia, 7 : 94 – 152.
1692 8183 05/1.0.1.0.1/10 syn ambig Athyrietum distentifolii Hadàč 1956 Athyrietum alpestris tatricum Hadàč, E., 1956. Rostlinné spolecentsva Temnosrecinové doliny ve Vysokych Tatrách [Plant communities of the Temnosmrecinová Dolina in the High Tatra]. Biol. Pra. Vydavatelstvo SAV, Bratislava, 2/1 : 1-78.
1693 8184 05/1.0.1.0.1/10 syn incl Rumici rugosi - Athyrietum distentifolii (Hadàč 1956) Hadàč in Mucina et Maglocký 1985 Mucina, L. & Š. Maglocký [eds] 1985. A list of vegetation units of Slovakia. Doc. Phytosoc., N. S., 9 : 175–220. Hadàč, E., 1956. Rostlinné spolecentsva Temnosrecinové doliny ve Vysokych Tatrách [Plant communities of the Temnosmrecinová Dolina in the High Tatra]. Biol. Pra. Vydavatelstvo SAV, Bratislava, 2/1 : 1-78.
1694 8185 05/1.0.1.0.1/10 syn ambig Athyrietum distentifolii Hadàč 1956 em. W. Matuszkiewicz & A. Matuszkiewicz 1960 Athyrietum alpestris ? Hadàč, E., 1956. Rostlinné spolecentsva Temnosrecinové doliny ve Vysokych Tatrách [Plant communities of the Temnosmrecinová Dolina in the High Tatra]. Biol. Pra. Vydavatelstvo SAV, Bratislava, 2/1 : 1-78.
1695 8186 05/1.0.1.0.1/10 syn ambig Athyrietum distentifolii Schmid 1923 Athyrietum alpestris ?
1696 1432 05/1.0.1.0.1/11 ASS Streptopo amplexifolii - Athyrietum distentifolii Rivas-Martínez 1985 ?
1697 1433 05/1.0.1.0.1/11 syn = Streptopo amplexifolii - Athyrietum distentifolii Rivas-Martínez & Sáenz 1986 Rivas-Martínez, S. & C. Sáenz, 1986. 4. Athyrium distentifolium Opiz en el Circo de Gredos. In: S. Rivas-Martínez (ed.). De plantis carpetanis notulae systematicae. II. Lazaroa, 8 : 106-107.
1698 1434 05/1.0.1.0.1/12 ASS Polygonato verticillati - Adenostyletum alliariae de Foucault 1999 Foucault, B. de, 1999. Notes phytosociologiques sur la végétation observée dans le Jura français. Bull. Soc. Bot. Nord Fra., 52(4) : 23-48.
1699 1435 05/1.0.1.0.1/13 ASS Veratro lobeliani - Delphinietum dubii var. burnati Barbero 1972 Pyrénées centrales Barbero, M., 1972. Etudes phytosociologiques et écologiques comparées des végétations orophiles alpine, subalpine et mésogéenne des Alpes maritimes et ligures. Thèse, Univ. Marseille, 418 p.
1700 1436 05/1.0.1.0.1/14 ASS Meconopsio cambricae - Scrophularietum alpestris Chouard 1943 n.n. Pyrénées centrales Chouard, P., 1943. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fra., 90 (1/6) : 1-4 (suite 1), 25-29 (suite 2).
1701 1437 05/1.0.1.0.1/15 ASS Aconito lycoctoni subsp. neapolitani - Myrrhidetum odoratae Fernández-Prieto & Nava in T.E. Díaz & Fernández-Prieto 1994 Díaz, T.E. & J.A. Fernández-Prieto, 1994. La vegetación de Asturias. Itinera Geobot., 8 : 243-520.
1702 1438 05/1.0.1.0.1/16 ASS Adenostylo pyrenaicae - Veratretum albi Rivas-Martínez in Rivas-Martínez, Diaz-Gonzalez, Fernandez-Prieto, Loidi-Arregui & Penas-Marinas 1984 Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
1703 1440 05/1.0.1.0.1/18 ASS Myrrhido odoratae - Valerianetum pyrenaicae (Rivas-Martínez, Diaz-Gonzalez, Fernandez-Prieto, Loidi-Arregui & Penas-Marinas) Carrillo & Ninot 1992 Carrillo, E. & J.-M. Ninot, 1992. Flora i vegetació de les Valls d’Espot i de Boí. Inst. Est. Cat. 99, 2. 1-352. Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
1704 1443 05/1.0.1.0.1/19 ASS Ranunculo platanifolii - Adenostyletum pyrenaicae Rivas-Martínez, Báscones, Díaz González, Fernández-González & Loidi 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
1705 1444 05/1.0.1.0.1/20 ASS Valeriano montanae - Aconitetum variegati subsp. pyrenaici O. de Bolòs & P. Montserrat in O. de Bolòs 1984 Bolòs, O. de, 1984. Vegetatione notulae IV. Collect. Bot. (Barcelona), 15 : 101-108.
1706 6961 05/1.0.1.0.1/21 ASS Senecioni nemorensis - Aconitetum napelli Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
1707 1501 05/1.0.1.0.1/22 ASS Ranunculo platanifolii - Lactucetum alpinae Kästner 1938 toutes les montagnes Kästner, M., 1938. Die Pflanzengesellschaften der Quellfluren und Bachufer aus dem Verband der Schwarzerlen-Gesellschaften. Veröff. Landesver. Sächsisches Heimatschutz, 69-118. Dresden. (In Kästner, M., W. Flössner & J. Uhlig. Die Pflanzengesellchaften des westsächsischen Berg- und Hügellandes. Teil IV).
1708 7336 05/1.0.1.0.1/22 syn = Ranunculo platanifolii - Lactucetum alpinae (Kästner 1938) Niemann in Niemann, Heinrich & Hilbig 1973 Ranunculo platanifolii - Cicerbitetum Niemann, E., Heinrich, W., Hilbig, W., 1973. Mädesüss-Uferfluren und verwandte Staudengesellschaften im herzynischen Raum. Wiss. Z. Univ. Jena. Math.-Nat. R., 22 : 591-635. Kästner, M., 1938. Die Pflanzengesellschaften der Quellfluren und Bachufer aus dem Verband der Schwarzerlen-Gesellschaften. Veröff. Landesver. Sächsisches Heimatschutz, 69-118. Dresden. (In Kästner, M., W. Flössner & J. Uhlig. Die Pflanzengesellchaften des westsächsischen Berg- und Hügellandes. Teil IV).
1709 1502 05/1.0.1.0.1/22 syn = ? Ranunculo platanifolii - Geranietum sylvatici Stöcker 1962 prov. ?
1710 1445 05/1.0.1.0.2 ALL Calamagrostion arundinaceae (Luquet 1926) Oberdorfer 1950 mégaphorbiaies subalpines à montagnardes, mésohydriques oligotrophiles, acidophiles, occidentales Oberdorfer, E., 1950. Beitrag zur Vegetationskunde des Allgäu. Beitr. Naturk. Forsch. Südwestdeutschl., 9 : 29-98. 'Luquet, A., 1926. Essai sur la géographie botanique de l''Auvergne. Les associations végétales du massif des Monts-Dore. Thèse, Univ. Paris, 267 p.'
1711 7166 05/1.0.1.0.2 syn = Calamagrostion arundinaceae Luquet 1926 Calamagrostion atlanticum 'Luquet, A., 1926. Essai sur la géographie botanique de l''Auvergne. Les associations végétales du massif des Monts-Dore. Thèse, Univ. Paris, 267 p.'
1712 1447 05/1.0.1.0.2 syn illeg Calamagrostion arundinaceae (Luquet 1926) Jeník 1961 Jeník, J., 1961. Alpinská vegetace Krkonoš, Králického Snezníku a Hrubého Jeseníku. Nakl. Ceskoslov. Akad. Ved. Praha. 'Luquet, A., 1926. Essai sur la géographie botanique de l''Auvergne. Les associations végétales du massif des Monts-Dore. Thèse, Univ. Paris, 267 p.'
1713 1479 05/1.0.1.0.2 syn incl Calamagrostion villosae Pawłowski in Pawłowski, Sokołowski & Wallisch 1928 mégaphorbiaies subalpines à montagnardes, mésohydriques oligotrophiles, acidophiles, orientales Pawłowski, B., M. Sokołowski & K. Wallisch, 1928. Die Pflanzenassoziationen des Tatra-Gebirges. VII. Teil. Die Pflanzenassoziationen und die Flora des Morskie Oko-Tales. Bull. Int. Acad. Sci. Cracovie, Cl. Sci. Math., Ser. B., Sci. Nat., suppl. 2 : 205-272.
1714 1480 05/1.0.1.0.2 syn incl Calamagrostion villosae Luquet 1926 em. Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1715 1448 05/1.0.1.0.2/01 ASS Pedicularo foliosae - Trollietum europaei Carbiener 1966 Vosges 'Carbiener, R., 1966. La végétation des hautes Vosges dans ses rapports avec les climats locaux, les sols et la géomorphologie; comparaison à la végétation subalpine d''autres massifs montagneux à climat allochtone d''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 109 p.'
1716 1449 05/1.0.1.0.2/02 ASS Senecioni doronici - Calamagrostietum arundinaceae (Luquet 1926) Carbiener 1969 Auvergne Carbiener, R., 1969. Subalpine primäre Hochgrasprairien im herzynischen Gebirgsraum Europas, mit besonderer Berücksichtigung der Vogesen und des Massif Central. Mitt. Flor. Soz. Arbeitsgem., 14 : 322-345.
1717 1454 05/1.0.1.0.2/02 syn = Senecioni cacaliastri - Calamagrostietum arundinaceae Schaminée & Jansen in Schaminée, Jansen & Hennekens 1993 Forez Schaminée, J.H.J., J. Jansen & S.M. Hennekens, 1993. Scrub communities dominated bySorbus species in the subalpine zone of the Monts du Forez (Massif Central, France). Proc. Nederl. Akad. Van Wetensch.
1718 7165 05/1.0.1.0.2/02 syn ambig Calamagrostietum arundinaceae Luquet 1926 'Luquet, A., 1926. Essai sur la géographie botanique de l''Auvergne. Les associations végétales du massif des Monts-Dore. Thèse, Univ. Paris, 267 p.'
1719 1450 05/1.0.1.0.2/03 ASS Crepido blattarioidis - Laserpitietum latifolii Richard 1968 Jura Richard, J.L., 1968. Quelques groupements végétaux à la limite supérieure de la forêt dans les hautes chaînes du Jura. Vegetatio, 16 : 205-219.
1720 1451 05/1.0.1.0.2/04 ASS Centaureo montanae - Calamagrostietum arundinaceae (Oberdorfer 1936) J. & M. Bartsch 1940 Vosges Bartsch, J. & M. Bartsch, 1940. Vegetationskunde des Schwarzwaldes. Pflanzensoziologie, 4 : 229 p. Oberdorfer, E., 1936. Zur spät- und nacheiszeitlichen Vegetationsgeschichte des Oberelsasses und der Vogesen. Zeitschr. Bot. (Jena), 30 : 513-572.
1721 1452 05/1.0.1.0.2/04 syn = Digitali grandiflorae - Calamagrostietum arundinaceae Carbiener 1966 'Carbiener, R., 1966. La végétation des hautes Vosges dans ses rapports avec les climats locaux, les sols et la géomorphologie; comparaison à la végétation subalpine d''autres massifs montagneux à climat allochtone d''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 109 p.'
1722 1453 05/1.0.1.0.2/04 syn compl Sorbo chamaemespili - Calamagrostietum arundinaceae Oberdorfer 1957 em. Carbiener 1969 Carbiener, R., 1969. Subalpine primäre Hochgrasprairien im herzynischen Gebirgsraum Europas, mit besonderer Berücksichtigung der Vogesen und des Massif Central. Mitt. Flor. Soz. Arbeitsgem., 14 : 322-345. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1723 1455 05/1.0.1.0.2/06 ASS Luzulo sylvaticae - Calamagrostietum arundinaceae Michalet & Philippe 1994 Auvergne 'Michalet, R. & T. Philippe, 1994. Les groupements à hautes herbes de l''étage subalpin des Monts Dore (Massif Central français). Coll. Phytosoc., 22 : 397-430. (Bailleul 1993)'
1724 1456 05/1.0.1.0.2/07 ASS Heracleo sphondylii - Calamagrostietum arundinaceae Michalet & Philippe 1994 Auvergne 'Michalet, R. & T. Philippe, 1994. Les groupements à hautes herbes de l''étage subalpin des Monts Dore (Massif Central français). Coll. Phytosoc., 22 : 397-430. (Bailleul 1993)'
1725 1457 05/1.0.1.0.2/08 ASS Allio victorialis - Adenostyletum pyrenaicae Rivas-Martínez, Diaz-Gonzalez, Fernandez-Prieto, Loidi-Arregui & Penas-Marinas 1984 Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
1726 1458 05/1.0.1.0.2/09 ASS Dryopterido filicis-maris - Allietum victorialis O. de Bolòs 1983 Bolòs, O. de, 1983. La vegetació del Montseny. Diputació de Barcelona. 170 pp. Barcelona.
1727 1459 05/1.0.1.0.2/10 ASS Allio victorialis - Calamagrostietum arundinaceae Vigo 1984 Vigo, J., 1984. Notes fitocenològiques, IV. Collect. Bot. (Barcelona), 15 : 459-485.
1728 1460 05/1.0.1.0.2/11 ASS Lilio pyrenaici - Molopospermetum peloponesiaci Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica, 14 : 5-341.
1729 8187 05/1.0.1.0.2/13 ASS Vaccinio myrtilli - Calamagrostietum villosae Sillinger 1933 Sillinger, P., 1933. Monograficka studie o vegetaci Nizkych Tater. Lib. Res. Board Slovak. Ruthenia Slav. Inst., 6 : 339 p.
1730 1461 05/1.0.1.0.3 ALL Arunco dioici - Petasition albi Braun-Blanquet & Sutter 1977 mégaphorbiaies subalpines à montagnardes, mésohydriques oligotrophiles, basophiles, sciaphiles Braun-Blanquet, J. & J. Sutter, 1977. Die Petasites albus-Aruncus dioicus reiche Hochstaudenvegetation Graubündens (Arunco-Petasition all. nov.). Mitt. Flor. Soz. Arbeitsgem., 19/20 : 313-317.
1731 1462 05/1.0.1.0.3/01 ASS Arunco dioici - Petasitetum albi Braun-Blanquet & Sutter 1977 Braun-Blanquet, J. & J. Sutter, 1977. Die Petasites albus-Aruncus dioicus reiche Hochstaudenvegetation Graubündens (Arunco-Petasition all. nov.). Mitt. Flor. Soz. Arbeitsgem., 19/20 : 313-317.
1732 1463 05/1.0.1.0.3/02 ASS Petasito albi - Cirsietum erisithalis Braun-Blanquet 1977 toutes les montagnes Braun-Blanquet, J., 1977. Die Hochstaudenflur des Petasito-Cirsietum erisithalis. Mitt. Flor. Soz. Arbeitsgem., 19/20 : 319-322.
1733 1464 05/1.0.1.0.4 ALL Doronicion corsici Gamisans 1975 mégaphorbiaies subalpines, hygrophiles mésotrophiles, corso-sardes 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
1734 1465 05/1.0.1.0.4/01 ASS Doronicetum corsici de Litardière & Malcuit 1926 Corse 'Litardière, R. de, Malcuit, G., 1926. Contributions à l''étude phytosociologique de la Corse : Le massif du Renoso. Paul Lechevalier, Paris.'
1735 1466 05/1.0.1.0.4/02 ASS Valeriano rotundifoliae - Adenostyletum alpinae subsp. briquetii Gamisans 1975 ex 1977 Corse Valeriano rotundifoliae - Adenostyletum briquetii Gamisans, J., 1977. La végétation des montagnes corses (II, III). Phytocoenologia, 4 : 35-131; 4 : 133-179. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
1736 1467 05/1.0.1.0.5 ALL Rumicion alpini Rübel 1933 ex Scharfetter 1938 mégaphorbiaies subalpines, eutrophiles Scharfetter, R. 1938. Das Pflanzenleben der Ostalpen. Franz Deuticke. 419 p. Wien. Rübel, E., 1933. Versuch einer Übersicht über die Pflanzengesellschaften der Schweiz. Berichte Geobot. Forsch. Inst. Rübel, 4 : 19-30.
1737 1468 05/1.0.1.0.5 syn = Rumicetalia alpini Mucina in Mucina & Grabherr 1993 Mucina, L. & G. Grabherr (eds.) 1993. Die Pflanzengesellschaften Österreichs, Teil II : Natürliche waldfreie Vegetation. 323 p. Verlag Gustav Fischer, Jena.
1738 1469 05/1.0.1.0.5 syn = Rumicion alpini Rübel 1933 Rübel, E., 1933. Versuch einer Übersicht über die Pflanzengesellschaften der Schweiz. Berichte Geobot. Forsch. Inst. Rübel, 4 : 19-30.
1739 1470 05/1.0.1.0.5 syn = Rumicion alpini Rübel 1933 ex Klika in Klika & Hadàč 1944 Klika, J. & E. Hadač, 1944. Rostlinná spolecenstva strední Evropy [Plant communities of Central Europe]. Príroda (Brno), 36: 1-26. Rübel, E., 1933. Versuch einer Übersicht über die Pflanzengesellschaften der Schweiz. Berichte Geobot. Forsch. Inst. Rübel, 4 : 19-30.
1740 1471 05/1.0.1.0.5/01 ASS Rumicetum alpini Beger 1922 toutes les montagnes Beger, H., 1922. Assoziationsstudien in der Waldstufe des Schanfiggs. Mitt. Bot. Museum Univ. Zürich, 96 : 1-147.
1741 1472 05/1.0.1.0.5/02 ASS Peucedano ostruthii - Cirsietum spinosissimi G. & J. Braun-Blanquet 1931 Alpes Braun-Blanquet, G. & J., 1931. Recherches phytogéographiques sur le massif du Gross Glockner (Hohe Tauern). Rev. Géogr. Alpine, 19 : 1-65. [= Comm. SIGMA, 13].
1742 1473 05/1.0.1.0.5/03 ASS Rumici alpini - Chenopodietum boni-henrici Carrillo & Vigo 1984 Carrillo, E. & J. Vigo, 1984. Notes sobre la vegetació nitròfila pirenenca. Collect. Bot. (Barcelona), 15 : 145-152.
1743 1474 05/1.0.1.0.6 ALL Ligustico mutellinae - Luzulion desvauxii Michalet & Philippe 1994 mégaphorbiaies subalpines, hygrophiles mésotrophiles, acidophiles, des ubacs 'Michalet, R. & T. Philippe, 1994. Les groupements à hautes herbes de l''étage subalpin des Monts Dore (Massif Central français). Coll. Phytosoc., 22 : 397-430. (Bailleul 1993)'
1744 1475 05/1.0.1.0.6/01 ASS Veratro albae - Luzuletum desvauxii Michalet & Philippe 1994 Auvergne 'Michalet, R. & T. Philippe, 1994. Les groupements à hautes herbes de l''étage subalpin des Monts Dore (Massif Central français). Coll. Phytosoc., 22 : 397-430. (Bailleul 1993)'
1745 7164 05/1.0.1.0.6/01 syn incl illeg Luzuletum desvauxii de Lachapelle in Cusset & de Lachapelle 1962 'Cusset G. & B. de Lachapelle, 1962. Etudes botaniques dans les Monts Dore. 2ème partie. Rev. Sc. Nat. d''Auvergne, 28, 13-81.'
1746 1476 05/1.0.1.0.6/02 ASS Pedicularo foliosae - Geranietum sylvatici Michalet & Philippe 1994 Auvergne 'Michalet, R. & T. Philippe, 1994. Les groupements à hautes herbes de l''étage subalpin des Monts Dore (Massif Central français). Coll. Phytosoc., 22 : 397-430. (Bailleul 1993)'
1747 1477 05/1.0.1.0.6/03 ASS Peucedano ostruthii - Luzuletum desvauxii Braun-Blanquet 1948 Pyrénées orientales Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
1748 1478 05/1.0.1.0.6/04 ASS Luzuletum desvauxii Issler 1936 Vosges Issler, E., 1936. Les associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. 3ème partie : les prairies. Bull. Soc. Hist. Nat. Colmar, 25 : 521-608.
1749 1512 05/2. 6430pp CLA Filipendulo ulmariae - Calystegietea sepium subsp. sepium (Preising apud Hülbusch 1973) Géhu & Géhu-Franck 1987 mégaphorbiaies hygrophiles, planitiaires-collinéennes à montagnardes Géhu, J.-M. & J. Géhu-Franck, 1987. Schéma des végétations herbacées riveraines du nord de la France. Univ. Laguna, Ser. Informes, 22 : 313-320. 5e jornadas de fitosoc. (Vegetacion de riberas de agua dulce). Hülbusch, K.H., 1973. Beitrag zur Soziologie der Filipendulion Gesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 15/16 : 91-97.
1750 1513 05/2. syn incl Lythro salicariae - Calystegietea sepium Klauck 1993 Klauck, E.-J., 1993. Mädesüßfluren, hygrophile Säume, Streuwiesen und Versaumungen. Not. der Kasseler Schule, 31(1) : 111-220.
1751 1514 05/2. syn incl Lythro salicariae - Filipenduletea ulmariae Klauck 1993 Klauck, E.-J., 1993. Mädesüßfluren, hygrophile Säume, Streuwiesen und Versaumungen. Not. der Kasseler Schule, 31(1) : 111-220.
1752 1515 05/2. syn incl Valeriano officinalis - Filipenduletea ulmariae Preising, Vahle, Brandes, Hofmeister, J. Tüxen & Weber 1993 Preising, E., H.-C. Vahle, D. Brandes, H. Hofmeister, J. Tüxen & H.E. Weber, 1993. Die Pflanzengesellschaften Niedersachsens – Ruderale Staudenfluren und Saumgesellschaften. Naturschutz und Landschaftspflege in Niedersachsen, Heft 20/4 : 86 p.
1753 1516 05/2. syn pp Lathyro pratensis - Vicietea craccae Passarge 1975 Passarge, H., 1975. Über Wiesensaumgesellschaften. Feddes Repert., 86 : 599-618.
1754 1517 05/2. syn pp Molinio caeruleae - Arrhenatheretea elatioris Tüxen 1937 em. 1970 Tüxen, R., 1970. Zur Syntaxomnomie des europäischen Wirtschaftsgrünlandes (Wiesen, Weiden, Tritt- und Flutrasen). Ber. Naturhist. Ges. (Hannover), 114 : 77-85. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
1755 1518 05/2.0.1 ORD Lythro salicariae - Filipenduletalia ulmariae (Passarge 1988) Julve & Gillet 1994 mégaphorbiaies planitiaires-collinéennes, mésoeutrophiles Julve, Ph. & F. Gillet, 1994. III. Experiences of French authors (Map 3). In Falinski, J.B., (Ed.) : Vegetation under the diverse anthropogenic impact as object of basic phytosociological map. Results of the international cartographical experiment organized in the Bialowieza Forest. Phytocoenosis, N.S. 6, Suppl. Cartog. Geobot., 4 : 45-66, 1 carte en couleur. Passarge, H., 1988. Lotus uliginosus Gesellschaften. Doc. Phytosoc., N.S., 11 : 79-94.
1756 7348 05/2.0.1 syn = Cirsio palustris - Filipendulion ulmariae Klauck 1993 Klauck, E.-J., 1993. Mädesüßfluren, hygrophile Säume, Streuwiesen und Versaumungen. Not. der Kasseler Schule, 31(1) : 111-220.
1757 7349 05/2.0.1 syn = Filipendulenion ulmariae Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
1758 1522 05/2.0.1 syn = Thalictro flavi - Filipendulion ulmariae de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
1759 6680 05/2.0.1 syn = Thalictro flavi - Filipendulion ulmariae de Foucault in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
1760 1523 05/2.0.1 syn incl pp Molinietalia caeruleae Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1761 1524 05/2.0.1 syn incl pp Molinietalia caeruleae Rübel 1933 Rübel, E., 1933. Versuch einer Übersicht über die Pflanzengesellschaften der Schweiz. Berichte Geobot. Forsch. Inst. Rübel, 4 : 19-30.
1762 1519 05/2.0.1 syn nn Filipendulion ulmariae Segal 1966 Segal, S., 1966. Ecological studies of peat-bog vegetation in the north-western part of the province of Overijsel (The Netherlands). Wentia 15: 109-141.
1763 1520 05/2.0.1 syn nn Filipendulion ulmariae Segal 1966 ex Lohmeyer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., S. Görs, D. Korneck, W. Lohmeyer, T. Müller, G. Philippi & P. Seibert, 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62. Segal, S., 1966. Ecological studies of peat-bog vegetation in the north-western part of the province of Overijsel (The Netherlands). Wentia 15: 109-141.
1764 1525 05/2.0.1 syn pp Filipendulenion ulmariae Balátová-Tulačková 1978 Balátová-Tulačková, E., 1978. Die Nass- und Feuchtwiesen NordwestBöhmens mit besonderer Berücksichtigung der Magnocaricetalia-Gesellschaften. Rozpravy ČSAV. Řada matem. a přírod. věd. ; Seš. 3. Roč. 88 : 113 p.
1765 1526 05/2.0.1 syn pp Filipenduletalia ulmariae de Foucault & Géhu 1980 'Foucault, B. de & J.-M. Géhu, 1980. Essai synsystématique et chorologique sur les prairies à Molinia caerulea et Juncus acutiflorus de l''Europe occidentale. Coll. Phytosoc., 7 : 135-164. (Végétation des sols tourbeux, Lille 1978).'
1766 1527 05/2.0.1 syn pp Filipenduletalia ulmariae de Foucault & Géhu 1980 ex de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. 'Foucault, B. de & J.-M. Géhu, 1980. Essai synsystématique et chorologique sur les prairies à Molinia caerulea et Juncus acutiflorus de l''Europe occidentale. Coll. Phytosoc., 7 : 135-164. (Végétation des sols tourbeux, Lille 1978).'
1767 1528 05/2.0.1 syn pp Filipendulion ulmariae (Braun-Blanquet 1947) Lohmeyer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi, Seibert 1967 Oberdorfer, E., Görs, S., Korneck, D., Lohmeyer, W., Müller, T., Philippi, G., Seibert, P., 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62. 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
1768 1529 05/2.0.1 syn pp Filipendulo ulmariae - Cirsion oleracei Duvigneaud 1946 Duvigneaud, P., 1946. La variabilité des associations végétales, Bull. Soc. Roy. Bot. Belg., 78 : 107-134.
1769 1530 05/2.0.1 syn pp Filipendulo ulmariae - Petasition officinalis Braun-Blanquet 1947 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
1770 1521 05/2.0.1 syn pp Filipendulo ulmariae - Petasition officinalis Braun-Blanquet 1949 Braun-Blanquet, J., 1949. Übersicht der Pflanzengesellschaften Rätiens, (III). Vegetatio, 1 : 285-316.
1771 1531 05/2.0.1 syn pp Loto pedunculati - Filipenduletalia ulmariae Passarge (1975) 1978 Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195. Passarge, H., 1975. Über Wiesensaumgesellschaften. Feddes Repert., 86 : 599-618.
1772 7339 05/2.0.1 syn pp inval Loto pedunculati - Filipenduletalia ulmariae Passarge 1975 Passarge, H., 1975. Über Wiesensaumgesellschaften. Feddes Repert., 86 : 599-618.
1773 1532 05/2.0.1.0.1 ALL Achilleo ptarmicae subsp. ptarmicae var. pubescentis - Cirsion palustris Julve & Gillet 1994 mégaphorbiaies planitiaires-collinéennes, mésotrophiles, acidophiles Julve, Ph. & F. Gillet, 1994. III. Experiences of French authors (Map 3). In Falinski, J.B., (Ed.) : Vegetation under the diverse anthropogenic impact as object of basic phytosociological map. Results of the international cartographical experiment organized in the Bialowieza Forest. Phytocoenosis, N.S. 6, Suppl. Cartog. Geobot., 4 : 45-66, 1 carte en couleur.
1774 7340 05/2.0.1.0.1 syn = Achilleo ptarmicae - Cirsion palustris Julve & Gillet 1994 ex de Foucault 2011 Foucault, B. de, 2011. Contribution au prodrome des végétations de France : Les Filipendulo ulmariae – Convolvuletea sepium Géhu & Géhu-Franck 1987. Journ. Bot. Soc. Bot. France, 53 : 73-137. Julve, Ph. & F. Gillet, 1994. III. Experiences of French authors (Map 3). In Falinski, J.B., (Ed.) : Vegetation under the diverse anthropogenic impact as object of basic phytosociological map. Results of the international cartographical experiment organized in the Bialowieza Forest. Phytocoenosis, N.S. 6, Suppl. Cartog. Geobot., 4 : 45-66, 1 carte en couleur.
1775 7341 05/2.0.1.0.1 syn incl pp Oenanthion crocatae de Foucault 1998 Foucault, B. de, 1998. Liste des unités phytosociologiques reconnues en Normandie. In M. Provost, flore vasculaire de Basse-Normandie, 2 : 277-328. Presses universitaires de Caen.
1776 1533 05/2.0.1.0.1.1 SUBALL Junco acutiflori - Angelicenion sylvestris Passarge 1988 mégaphorbiaies planitiaires-collinéennes, mésotrophiles, acidophiles, atlantiques Passarge, H., 1988. Lotus uliginosus Gesellschaften. Doc. Phytosoc., N.S., 11 : 79-94.
1777 7343 05/2.0.1.0.1.1/01 ASS Junco acutiflori - Angelicetum sylvestris Botineau, Ghestem & Vilks 1985 mégaphorbiaie acidophile, planitiaire-collinéenne, psychroatlantique Normandie, Ile-de-France, Nord, Limousin, massif armoricain, pays basque Botineau, M., A. Ghestem & A. Vilks, 1985. Contribution à l’étude des mégaphorbiaies du centre-ouest de la France. Coll. Phytosoc. 12 : 139-159. (séminaire mégaphorbiaies, Bailleul).
1778 1535 05/2.0.1.0.1.1/01 syn illeg Junco acutiflori - Filipenduletum ulmariae de Foucault 1981 Foucault, B. de, 1981. Les prairies permanentes du bocage virois basse-Normandie, France. typologie phytosociologique et essai de reconstitution des séries évolutives herbagères. Doc. Phytosoc., N.S., 5 : 1-109.
1779 7345 05/2.0.1.0.1.1/01 syn incl Filipendulo ulmariae - Epilobietum hirsuti Sougnez 1957 Sougnez, N., 1957. Texte explicatif de la planchette de Henri-Chapelle 123 W. Carte de la végétation de la Belgique IRSIA, 101 p.
1780 7344 05/2.0.1.0.1.1/01 syn non Junco acutiflori - Filipenduletum ulmariae Birks 1973 Birks, H.J.B., 1973. Past and present vegetation of the isle of Skye. A paleoecological study. 415 p. Cambridge.
1781 1537 05/2.0.1.0.1.1/02 ASS Pteridio aquilini - Oenanthetum crocatae de Foucault 1995 mégaphorbiaie acidocline sublittorale héliophile des bords de ruisseaux Manche Foucault, B. de, 1995. Synthèse phytosociologique sur la végétation observée dans le Cotentin (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 29-44.
1782 7342 05/2.0.1.0.1.1/02 syn = Pteridio aquilini - Oenanthetum crocatae de Foucault 2011 Foucault, B. de, 2011. Contribution au prodrome des végétations de France : Les Filipendulo ulmariae – Convolvuletea sepium Géhu & Géhu-Franck 1987. Journ. Bot. Soc. Bot. France, 53 : 73-137.
1783 7346 05/2.0.1.0.1.1/03 ASS Athyrio filicis-feminae - Phalaridetum arundinaceae Labadille 2000 mégaphorbiaie acidocline aérohygrophile des bords de rivières hyperatlantiques Labadille, C.E., 2000. Le système intermédiaire dans le val d’Orne : associations, paysages végétaux et valeur patrimoniale d’une zone de contact géomorphologique. Thèse univ. Lille, 436 p.
1784 1541 05/2.0.1.0.1.1/04 ASS Angelico sylvestris - Filipenduletum ulmariae Sánchez-Mata & Fernández-González in Sánchez-Mata 1989 Sánchez-Mata, D., 1989. Flora y vegetación del macizo oriental de la Sierra de Gredos (Ávila). Diputación Provincial de Ávila. Institución Gran Duque de Alba, Ávila.
1785 7351 05/2.0.1.0.1.1/04 syn non illeg Angelico sylvestris - Filipenduletum ulmariae Roulier 1998 Roulier, C., 1998. Typologie et dynamique de la vegetation des zones alluviales de Suisse. Geobot. Helv., 72(I, II) : 1-138.
1786 1550 05/2.0.1.0.1.1/05 ASS Oenantho crocatae - Filipenduletum ulmariae T.E. Díaz & Fernández-Prieto 1994 Díaz, T.E. & J.A. Fernández-Prieto, 1994. La vegetación de Asturias. Itinera Geobot., 8 : 243-520.
1787 1534 05/2.0.1.0.1.2 SUBALL Junco effusi - Lysimachienion vulgaris Passarge 1988 mégaphorbiaies planitiaires-collinéennes, mésotrophiles, acidophiles, centroeuropéennes Passarge, H., 1988. Lotus uliginosus Gesellschaften. Doc. Phytosoc., N.S., 11 : 79-94.
1788 1538 05/2.0.1.0.1.2/01 ASS Angelico sylvestris - Scirpetum sylvatici Passarge 1955 em. 1964 mégaphorbiaie acidophile, planitiaire, centroeuropéenne Nord, Morvan Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Passarge, H., 1955. Die Ufervegetation des Briesener Sees. Mitt. Flor. Soz. Arbeitsgem., N.F. 5 : 91-98.
1789 7347 05/2.0.1.0.1.2/01 syn incl Achilleo ptarmicae - Filipenduletum ulmariae Passarge (1971) 1975 Passarge, H., 1975. Über Wiesensaumgesellschaften. Feddes Repert., 86 : 599-618. Passarge, H., 1971. Über Wiesengesellschaften der Wiesen und Äcker um Adorf/Vogtl. Ber. Arbeitsgem. Sächs. Bot., N.F., 9 : 19-29.
1790 1540 05/2.0.1.0.1.2/01 syn incl Achilleo ptarmicae - Filipenduletum ulmariae Passarge 1971 Passarge, H., 1971. Über Wiesengesellschaften der Wiesen und Äcker um Adorf/Vogtl. Ber. Arbeitsgem. Sächs. Bot., N.F., 9 : 19-29.
1791 6677 05/2.0.1.0.1.2/01 syn incl Ranunculo flammulae - Scirpetum sylvatici (Robbe 1993) Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p. Robbe, G., 1993. Les groupements végétaux du Morvan. Société d.histoire naturelle et des amis du muséum d.Autun, Autun, 159 p.
1792 7038 05/2.0.1.0.1.2/02 ASS Athyrio filicis-feminae - Scirpetum sylvatici de Foucault 2011 mégaphorbiaie acidophile, planitiaire, hémisciaphile Foucault, B. de, 2011. Contribution au prodrome des végétations de France : Les Filipendulo ulmariae – Convolvuletea sepium Géhu & Géhu-Franck 1987. Journ. Bot. Soc. Bot. France, 53 : 73-137.
1793 1539 05/2.0.1.0.1.2/02 syn compl Impatientio noli-tangeris - Scirpetum sylvatici de Foucault 1997 Foucault, B. de, 1997. Résultats d’investigations floristiques et phytosociologiques sur les étangs du sud-est du département du Nord (France). Belg. J. Bot., 130(1) : 68-92.
1794 6682 05/2.0.1.0.1.2/03 ASS Scrophulario auriculatae - Angelicetum sylvestris Robbe in Royer, Felzines, Misset & Thévenin 2006 mégaphorbiaie acidophile, planitiaire, centroeuropéenne Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
1795 1542 05/2.0.1.0.2 ALL Stachyo palustris - Cirsion oleracei Julve & Gillet 1994 mégaphorbiaies planitiaires-collinéennes, mésotrophiles, neutrophiles Julve, Ph. & F. Gillet, 1994. III. Experiences of French authors (Map 3). In Falinski, J.B., (Ed.) : Vegetation under the diverse anthropogenic impact as object of basic phytosociological map. Results of the international cartographical experiment organized in the Bialowieza Forest. Phytocoenosis, N.S. 6, Suppl. Cartog. Geobot., 4 : 45-66, 1 carte en couleur).
1796 7425 05/2.0.1.0.2 syn = Thalictro flavi - Filipendulion ulmariae sensu de Foucault 2011, non de Foucault 1984, nec 2006 Foucault, B. de, 2011. Contribution au prodrome des végétations de France : Les Filipendulo ulmariae – Convolvuletea sepium Géhu & Géhu-Franck 1987. Journ. Bot. Soc. Bot. France, 53 : 73-137.
1797 1543 05/2.0.1.0.2.1 SUBALL Angelico sylvestris - Filipendulenion ulmariae Passarge 1977 mégaphorbiaies planitiaires-collinéennes, mésotrophiles, neutrophiles, atlantiques à précontinentales Passarge, H., 1977. Über Wiesengesellschaften der Altmark. Gleditschia, 5 : 129-155.
1798 7039 05/2.0.1.0.2.1/01 ASS Valeriano officinalis subsp. repentis - Cirsietum oleracei (Chouard 1926) de Foucault 2011 mégaphorbiaie basophile, planitiaire, psychroatlantique Bassin parisien Valeriano repentis - Cirsietum oleracei Foucault, B. de, 2011. Contribution au prodrome des végétations de France : Les Filipendulo ulmariae – Convolvuletea sepium Géhu & Géhu-Franck 1987. Journ. Bot. Soc. Bot. France, 53 : 73-137. Chouard, P., 1926. Monographies phytosociologiques. II. la végétation des environs de Tonnerre (Yonne) et des pays jurassiques au sud-est du bassin de Paris. Bull. Soc. Bot. Fra., 73 : 1006-1015.
1799 6597 05/2.0.1.0.2.1/01 syn illeg Filipendulo ulmariae - Cirsietum oleracei Chouard 1926 ex de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Chouard, P., 1926. Monographies phytosociologiques. II. la végétation des environs de Tonnerre (Yonne) et des pays jurassiques au sud-est du bassin de Paris. Bull. Soc. Bot. Fra., 73 : 1006-1015.
1800 7350 05/2.0.1.0.2.1/01 syn illeg Filipendulo ulmariae - Cirsietum oleracei Géhu 1961 Géhu, J.-M., 1961. Les groupements végétaux du bassin de la Sambre française. Vegetatio, 10 : 69-148, 161-208, 257-372.
1801 1544 05/2.0.1.0.2.1/01 syn nn Filipendulo ulmariae - Cirsietum oleracei Chouard 1926 Chouard, P., 1926. Monographies phytosociologiques. II. la végétation des environs de Tonnerre (Yonne) et des pays jurassiques au sud-est du bassin de Paris. Bull. Soc. Bot. Fra., 73 : 1006-1015.
1802 7040 05/2.0.1.0.2.1/01 syn non Filipendulo ulmariae - Cirsietum oleracei von Soó 1927 Soó, R. von, 1927/1928. Geobotanische Monographie von Kolozsvar (Klausenburg). Mitt. Komm. Heimatkunde, 4 : 1-151.
1803 1489 05/2.0.1.0.2.1/01 syn non nn Valeriano officinalis - Cirsietum oleracei Guinochet 1955 Guinochet, M., 1955. Carte phytosociologique de Pontarlier (5-6). IGN. Paris.
1804 1548 05/2.0.1.0.2.1/02 ASS Euphorbio villosae - Filipenduletum ulmariae de Foucault 1984 mégaphorbiaie basophile, planitiaire, thermoatlantique Bassin aquitain Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
1805 7244 05/2.0.1.0.2.1/02 syn = Euphorbio villosae - Filipenduletum ulmariae de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
1806 1551 05/2.0.1.0.2.2 SUBALL Veronico longifoliae - Lysimachienion vulgaris Passarge 1977 mégaphorbiaies planitiaires-collinéennes, mésotrophiles, neutrophiles, centroeuropéennes Passarge, H., 1977. Über Wiesengesellschaften der Altmark. Gleditschia, 5 : 129-155.
1807 1552 05/2.0.1.0.2.2 syn = Veronico longifoliae - Lysimachion vulgaris (Passarge 1977) Balátová-Tulačková 1981 Balátová-Tulačková, E., 1981. Beitrag zur Syntaxonomie der Wiesen-Hochstaudengesellschaften. In: Dierschke H. (ed.), Syntaxonomie, J. Cramer, Vaduz, pp.375–384. Passarge, H., 1977. Über Wiesengesellschaften der Altmark. Gleditschia, 5 : 129-155.
1808 1553 05/2.0.1.0.2.2/01 ASS Veronico longifoliae - Euphorbietum palustris Korneck 1963 mégaphorbiaie basophile, planitiaire, centroeuropéenne, thermophile Champagne, Alsace Korneck, D., 1963. Die Pfeifengraswiesen und ihre wichtigsten Kontaktgesellschaften in der nördlichen Oberrheinebene und im schweinfurter Trockengebiet. III : Kontaktgesellschaften. Beitr. Naturk. Forsch. Südwestdeutschl., 22 : 19-44.
1809 1554 05/2.0.1.0.2.2/02 ASS Polygono bistortae - Cirsietum oleracei Tüxen in Tüxen & Preising 1951 nom. inv. mégaphorbiaie basophile, collinéenne, centroeuropéenne Tüxen, R. & E. Preising, 1951. Erfahrungsgrundlagen für die Pflanzensoziologische Kartierung des westdeutschen Grünlandes. Angew. Pflanzensoz., 4 : 1-28.
1810 1555 05/2.0.1.0.2.2/02 syn = Thalictro flavi - Cirsietum oleracei Passarge (1955) 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Passarge, H., 1955. Die Ufervegetation des Briesener Sees. Mitt. Flor. Soz. Arbeitsgem., N.F. 5 : 91-98.
1811 1556 05/2.0.1.0.2.2/02 syn pp Angelico sylvestris - Cirsietum oleracei Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
1812 1557 05/2.0.1.0.2.2/02 syn pp Angelico sylvestris - Cirsietum oleracei Tüxen 1937 em. Oberdorfer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., Görs, S., Korneck, D., Lohmeyer, W., Müller, T., Philippi, G., Seibert, P., 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
1813 1558 05/2.0.1.0.2.2/03 ASS Filipendulo ulmariae - Geranietum palustris Koch 1926 mégaphorbiaie basophile, planitiaire-collinéenne, boréocentroeuropéenne, psychrophile Alpes Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1814 1559 05/2.0.1.0.2.2/03 syn ? Filipendulo ulmariae - Geranietum palustris (Koch 1926) Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1815 1560 05/2.0.1.0.2.2/03 syn = Filipendulo ulmariae - Geranietum palustris Libbert 1932 Libbert, W., 1932. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 74 : 10-348.
1816 1561 05/2.0.1.0.2.2/03 syn incl Epilobio hirsuti - Filipenduletum ulmariae Niemann, Heinrich & Hilbig 1973 Niemann, E., Heinrich, W., Hilbig, W., 1973. Mädesüss-Uferfluren und verwandte Staudengesellschaften im herzynischen Raum. Wiss. Z. Univ. Jena. Math.-Nat. R., 22 : 591-635.
1817 7353 05/2.0.1.0.2.2/04 ASS Valeriano officinalis subsp. repentis - Filipenduletum ulmariae (Passchier & Westhoff 1942) Sissingh in Westhoff, van Dijk, Passchier & Sissingh 1946 ex Westhoff 1949 mégaphorbiaie basophile, planitiaire-collinéenne, boréocentroeuropéenne, psychrophile Valeriano repentis - Filipenduletum ulmariae Westhoff, V., 1949. Landschap, flora en vegetatie van de Botshol nabij Abcoude. Cie. Vecht. En Oost. En. West. Plassengebied. 102 p. Baambrugge. Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p. Passchier, H., Westhoff V., 1942. De plantengroei in en bij het dal van de Beerze. Natura, 41 : 91-94.
1818 1546 05/2.0.1.0.2.2/04 syn illeg Valeriano officinalis subsp. repentis - Filipenduletum ulmariae Sissingh in Westhoff, van Dijk, Passchier & Sissingh 1946 ex van Donselaar 1961 Valeriano repentis - Filipenduletum ulmariae Donselaar, J. van, 1961. On the vegetation of former river beds in the Netherlands. Wentia, 5 : 1-85. Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p.
1819 7354 05/2.0.1.0.2.2/04 syn nn Filipendulo ulmariae - Thalictretum flavi Passchier & Westhoff 1942 Passchier, H., Westhoff V., 1942. De plantengroei in en bij het dal van de Beerze. Natura, 41 : 91-94.
1820 1545 05/2.0.1.0.2.2/04 syn nn Valeriano officinalis subsp. repentis - Filipenduletum ulmariae (Passchier & Westhoff 1942) Sissingh in Westhoff, van Dijk, Passchier & Sissingh 1946 Valeriano repentis - Filipenduletum ulmariae Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p. Passchier, H., Westhoff V., 1942. De plantengroei in en bij het dal van de Beerze. Natura, 41 : 91-94.
1821 1547 05/2.0.1.0.2.2/05 ASS Thalictro flavi - Althaeetum officinalis (René Molinier & Tallon 1950) de Foucault 1984 mégaphorbiaie basophile, thermophile, subméditerranéenne Bassin parisien, Bassin aquitain Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Molinier, Re. & G. Tallon, 1950. La végétation de la Crau. Revue Gén. Bot., 56 : 525-540, 57 : 48-61, 97-127, 177-192, 235-251, 300-318.
1822 6681 05/2.0.1.0.2.2/05 syn = Thalictro flavi - Althaeetum officinalis (René Molinier & Tallon 1950) de Foucault in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p. Molinier, Re. & G. Tallon, 1950. La végétation de la Crau. Revue Gén. Bot., 56 : 525-540, 57 : 48-61, 97-127, 177-192, 235-251, 300-318.
1823 1549 05/2.0.1.0.2.2/06 ASS Aconito napelli - Eupatorietum cannabini Royer, Didier, Coppa & Essayan 1990 mégaphorbiaie basophile, planitiaire, subcentroeuropéenne Champagne Royer, J.-M., B. Didier, G. Coppa, & G. Essayan, 1990. Le Val Clavin - Etude botanique et zoologique. Bull. Soc. Sc. Nat. Arch. Hte-Marne, 23(11) : 277-307.
1824 7352 05/2.0.1.0.2.2/07 GRPT grpt. à Thalictrum flavum - Achillea ptarmica Royer & Misset prov. in Royer, Felzines, Misset & Thévenin 2006 mégaphorbiaie basophile, planitiaire, subcentroeuropéenne Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
1825 7363 05/2.0.1.0.3 ALL Dorycnio recti - Rumicion conglomerati Gradstein & Smittenberg 1977 mégaphorbiaies planitiaires-collinéennes, mésotrophiles, méditerranéennes Gradstein, S.R. & J.H. Smittenberg, 1977. The hydrophilous vegetation of western Crete. Vegetatio, 34(2) : 65-86.
1826 1610 05/2.0.1.0.3 syn = Dorycnion recti Géhu & Biondi 1988 Géhu, J.-M. & E. Biondi, 1988. Données sur la végétation des ceintures d’atterrissement des lacs Alimini Salento (Italie). Doc. Phytosoc., N.S., 11 : 353-380.
1827 7364 05/2.0.1.0.3/01 ASS Senecioni doriae - Cirsietum monspessulani de Foucault 2011 mégaphorbiaie supraméditerranéenne, périalpienne Foucault, B. de, 2011. Contribution au prodrome des végétations de France : Les Filipendulo ulmariae – Convolvuletea sepium Géhu & Géhu-Franck 1987. Journ. Bot. Soc. Bot. France, 53 : 73-137.
1828 7365 05/2.0.1.0.3/02 ASS Knautio integrifoliae - Oenanthetum crocatae de Foucault 2011 mégaphorbiaie acidocline, thermo à mésoméditerranéenne, corse Foucault, B. de, 2011. Contribution au prodrome des végétations de France : Les Filipendulo ulmariae – Convolvuletea sepium Géhu & Géhu-Franck 1987. Journ. Bot. Soc. Bot. France, 53 : 73-137.
1829 1614 05/2.0.1.0.3/03 ASS Cirsio monspessulani subsp. ferocis - Epilobietum hirsuti O. de Bolòs 1996 mégaphorbiaie supraméditerranéenne, péripyrénéenne Cirsio ferocis - Epilobietum hirsuti Bolòs, O. de, 1996. La vegetació de les illes Balears. Comunitats de plantes. Arxius Secc. Ci. Inst. Estud. Catalans, 114 : 1-267.
1830 1563 05/2.0.2 ORD Calystegietalia sepium subsp. sepium Tüxen 1950 ex Mucina in Mucina, Grabherr & Ellmauer 1993 mégaphorbiaies planitiaires-collinéennes, eutrophiles Mucina, L., G. Grabherr & T. Ellmauer (eds.), 1993. Die Pflanzengesellschaften Österreichs, Teil I : Anthropogene Vegetation. 587 p. Verlag Gustav Fischer, Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
1831 1562 05/2.0.2 syn nn Calystegietalia sepium subsp. sepium Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
1832 1564 05/2.0.2.0.1 ALL Calystegion sepium subsp. sepium Tüxen 1947 mégaphorbiaies eutrophisées, planitiaires, médioeuropéennes plutôt occidentales Tüxen, R., 1947. Der pflanzensoziologische Garten in Hannover und seine bisherige Entwicklung. Natur. Hist. Gesellschaft Hannover., 94/98 : 113-288.
1833 7366 05/2.0.2.0.1 syn = Calystegion sepium subsp. sepium Tüxen 1947 ex Oberdorfer 1949 Oberdorfer, E., 1949. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. Stuttgart, 411 p. Tüxen, R., 1947. Der pflanzensoziologische Garten in Hannover und seine bisherige Entwicklung. Natur. Hist. Gesellschaft Hannover., 94/98 : 113-288.
1834 1565 05/2.0.2.0.1 syn = Calystegion sepium subsp. sepium Tüxen in Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1835 1567 05/2.0.2.0.1 syn incl Bromo ramosi - Eupatorion cannabini O. de Bolòs & Masalles in O. de Bolòs 1983 Bolòs, O. de, 1983. La vegetació del Montseny. Diputació de Barcelona. 170 pp. Barcelona.
1836 7367 05/2.0.2.0.1 syn incl Humulo lupuli - Fallopion dumetorum Passarge 1965 Passarge, H., 1965. Über einige interessante Stromtalgesellschaften der Elbe unterhalb von Magdeburg. Abh. Ber. Natur. Vorgesch. Magdeburg, 11(4) : 83-93.
1837 1568 05/2.0.2.0.1 syn incl Phalaridenion arundinaceae (Kopecký 1961) J.A. Molina 1996 Molina, J.A., 1996. Sobre la vegetación de los humedales de la Península Ibérica I : Phragmiti-Magnocaricetea. Lazaroa, 16 : 27-88. Kopecký, K. 1961. Fytoeckologický a fytocenologický rozbor porostù Phalaris arundinacea L. na náplavech Berounky. Academia, Praha.
1838 1569 05/2.0.2.0.1 syn incl Phalaridion arundinaceae Kopecký 1961 Kopecký, K. 1961. Fytoeckologický a fytocenologický rozbor porostù Phalaris arundinacea L. na náplavech Berounky. Academia, Praha.
1839 1570 05/2.0.2.0.1 syn incl Rumici aquatici - Phalaridion arundinaceae Kopecký 1968 Kopecký, K., 1968. Zur Polemik über die phytozönologische Erfassung der Flussröhrichtgesellschaften Mitteleuropas. Preslia, 40 : 397-407.
1840 1571 05/2.0.2.0.1 syn incl Senecion sarracenici Tüxen (1947) 1950 em. Tüxen 1967 Senecion fluviatilis Tüxen, R., 1967. Ausdauernde nitrophile Saumgesellschaften Mitteleuropas. Contrib. Bot. Cluj, 431-453. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Tüxen, R., 1947. Der pflanzensoziologische Garten in Hannover und seine bisherige Entwicklung. Natur. Hist. Gesellschaft Hannover., 94/98 : 113-288.
1841 1572 05/2.0.2.0.1 syn incl Senecion sarracenici Tüxen 1947 ex Oberdorfer 1957 Senecion fluviatilis Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Tüxen, R., 1947. Der pflanzensoziologische Garten in Hannover und seine bisherige Entwicklung. Natur. Hist. Gesellschaft Hannover., 94/98 : 113-288.
1842 6999 05/2.0.2.0.1 syn incl Senecion sarracenici Tüxen 1950 Senecion fluviatilis Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
1843 1573 05/2.0.2.0.1/01 ASS Epilobio hirsuti - Calystegietum sepium Hilbig, Heinrich & Niemann 1972 mégaphorbiaie mésoeutrophile Bassin parisien Hilbig, W., W. Heinrich & E. Niemann, 1972. Übersicht über die Pflanzengesellschaften des südlichen Teiles der DDR. IV : Die nitrophilen Saumgesellschaften. Hercynia, N.F., 9 : 229-270.
1844 1574 05/2.0.2.0.1/01 syn = ? Epilobietum parviflori Wilzeck 1935 Wilzek, F., 1935. Die Pflanzengesellschaften des mittelschlesischen Odertales. Beitr. Biol. Pflanzen, 23 : 1-96.
1845 1577 05/2.0.2.0.1/01 syn incl Epilobio hirsuti - Scrophularietum umbrosae Niemann, Heinrich & Hilbig 1973 Champagne Niemann, E., W. Heinrich & W. Hilbig, 1973. Mädesüss-Uferfluren und verwandte Staudengesellschaften im herzynischen Raum. Wiss. Z. Univ. Jena. Math.-Nat. R., 22 : 591-635.
1846 1578 05/2.0.2.0.1/01 syn incl Scrophulario auriculatae - Epilobietum hirsuti Ríos & Alcaraz in Ríos 1996 Ríos, S., 1996. El paisaje vegetal de las riberas del Río Segura (SE de España). Secr. Publ. Univ. Murcia. (microfiches). Murcia.
1847 1579 05/2.0.2.0.1/01 syn incl Scrophulario auriculatae - Epilobietum hirsuti Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica, 14 : 5-341.
1848 1580 05/2.0.2.0.1/02 ASS Eupatorio cannabini - Calystegietum sepium (Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi, Seibert 1967) Görs 1974 mégaphorbiaie eutrophile Görs, S., 1974. Nitrophile Saumgesellschaften im Gebiet des Taubergiessen. In : Das Taubergiessengebiet. Die Natur- und Landschaftsschutzgebiete Baden-Württemberg, 7 : 207-283. Oberdorfer, E., S. Görs, D. Korneck, W. Lohmeyer, T. Müller, G. Philippi & P. Seibert, 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
1849 7053 05/2.0.2.0.1/03 ASS Rubo idaei - Eupatorietum cannabini (Tüxen 1937) Julve 2008 nom. nov. hoc loco mégaphorbiaie de clairières forestières hoc loco Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
1850 1581 05/2.0.2.0.1/03 syn ambig Eupatorietum cannabini Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
1851 1582 05/2.0.2.0.1/04 ASS Senecionetum sarracenici (Zahlheimer 1979) Müller 1981 apud Oberdorfer 1983 Senecionetum fluviatilis Oberdorfer, E., 1983. Süddeutsche Pflanzengesellschaften (2ten Aufl.). Teil III. Wirtschaftswiesen und Unkrautgesellschaften. 455 p. Gustav Fischer Verlag, Stuttgart, New York. Zahlheimer, W., 1979. Vegetationsstudien in den Donauauen zwischen Regensburg und Straubing als Grundlage für den Naturschutz. Hoppea, 38 : 3-398.
1852 1598 05/2.0.2.0.1/06 ASS Symphyto officinalis - Scrophularietum auriculatae Julve 1994 mégaphorbiaie pionnière de zones perturbées Bassin parisien Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
1853 1599 05/2.0.2.0.1/07 ASS Symphyto officinalis - Rubetum caesii Passarge 1982 roncier mésohygrophile basophile Bassin parisien Passarge, H., 1982. Zur Coenologie gefährdete Arten im märkischen Gebiet. Gleditschia, 9 : 277-286.
1854 1600 05/2.0.2.0.1/08 ASS Calystegio sepium - Senecionetum paludosi Tüxen 1955 ex Passarge 1993 mégaphorbiaie de sols organiques paratourbeux Bassin parisien Passarge, H., 1993. Lianen, fluviatile und ruderale Staudengesellschaften in den planaren Elb- und Oderauen. Tuexenia, 13 : 343-371. Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
1855 6998 05/2.0.2.0.1/08 syn = Filipendulo ulmariae - Senecionetum paludosi Hülbusch 1973 Hülbusch, K.H., 1973. Beitrag zur Soziologie der Filipendulion Gesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 15/16 : 91-97.
1856 7041 05/2.0.2.0.1/08 syn nn Calystegio sepium - Senecionetum paludosi Tüxen 1955 Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
1857 7373 05/2.0.2.0.1/09 ASS Cuscuto europaeae - Humuletum lupuli Kopecky 1969 Kopecký, K., 1969. Zur Syntaxonomie der natürlichen nitrophilen Saumgesellschaften in der Tschechoslowakei und zur Gliederung der Klasse Galio-Urticetea. Folia Geobot. phytotax., 4 : 235-259.
1858 1602 05/2.0.2.0.1/09 syn = Cuscuto europaeae - Humuletum lupuli Passarge (1965) 1993 Passarge, H., 1993. Lianen, fluviatile und ruderale Staudengesellschaften in den planaren Elb- und Oderauen. Tuexenia, 13 : 343-371. Passarge, H., 1965. Über einige interessante Stromtalgesellschaften der Elbe unterhalb von Magdeburg. Abh. Ber. Natur. Vorgesch. Magdeburg, 11(4) : 83-93.
1859 1601 05/2.0.2.0.1/09 syn incl Bryonio albae - Humuletum lupuli Passarge 1983 Alsace Passarge, H., 1983. Feuchtvegetation im Seelower Oderbruch. Gleditschia, 10 : 199-227.
1860 8023 05/2.0.2.0.1/09 syn nn Calystegio sepium - Cuscutetum europaeae Tüxen 1947 Tüxen, R., 1947. Der pflanzensoziologische Garten in Hannover und seine bisherige Entwicklung. Natur. Hist. Gesellschaft Hannover., 94/98 : 113-288.
1861 8024 05/2.0.2.0.1/09 syn nn Calystegio sepium - Cuscutetum europaeae Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
1862 1605 05/2.0.2.0.1/09 syn pp Cuscuto europaeae - Calystegietum sepium Tüxen 1947 ex Lohmeyer 1953 Lohmeyer, W., 1953. Beitrag zur Kenntnis der Pflanzengesellschaften in der Umgebung von Höxter an der Weser. Mitt. Flor. Soz. Arbeitsgem., 4 : 59-76. Tüxen, R., 1947. Der pflanzensoziologische Garten in Hannover und seine bisherige Entwicklung. Natur. Hist. Gesellschaft Hannover., 94/98 : 113-288.
1863 1606 05/2.0.2.0.1/10 ASS Epilobio hirsuti - Equisetetum telmateiae de Foucault 1984 mégaphorbiaie pionnière de substrats limoneux Bassin parisien, Bassin aquitain Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
1864 6681 05/2.0.2.0.1/10 syn = Epilobio hirsuti - Equisetetum telmateiae de Foucault in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
1865 6592 05/2.0.2.0.1/11 ASS Carduo crispi - Dipsacetum fulloni Passarge 1993 mégaphorbiaie mésohygrophile eutrophisée Passarge, H., 1993. Lianen, fluviatile und ruderale Staudengesellschaften in den planaren Elb- und Oderauen. Tuexenia, 13 : 343-371.
1866 6637 05/2.0.2.0.1/12 ASS Mentho spicatae - Phalaridetum arundinaceae Royer in Royer, Felzines, Misset & Thévenin 2006 roselière basophile de bord des ruisseaux et petites rivières bourguignonnes Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
1867 6685 05/2.0.2.0.1/13 ASS Calystegio sepium - Asteretum lanceolati Holzner, Hilbig & Forstner 1978 ex Passarge 1993 Passarge, H., 1993. Lianen, fluviatile und ruderale Staudengesellschaften in den planaren Elb- und Oderauen. Tuexenia, 13 : 343-371. Holzner, W., W. Hilbig & W. Forstner, 1978. Nitrophile Saumgesellschaften in Niederösterreich und dem Burgenland. Verh. Zool.-Bot. Ges. Österr., 116/117 : 99–110.
1868 6814 05/2.0.2.0.1/14 ASS Inulo helenii - Heracleetum sphondylii Misset in Royer, Felzines, Misset & Thévenin 2006 berme routière mésohygrophile, eutrophisée, champenoise Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
1869 7370 05/2.0.2.0.1/15 ASS Solano dulcamarae - Calystegietum sepium Roulier 1998 Roulier, C., 1998. Typologie et dynamique de la vegetation des zones alluviales de Suisse. Geobot. Helv., 72(I, II) : 1-138.
1870 7371 05/2.0.2.0.1/16 ASS Symphyto officinalis - Cirsietum oleracei Géhu 2006 ?
1871 7372 05/2.0.2.0.1/17 ASS Picrido hieracioidis - Eupatorietum cannabini Loidi & Navarro 1988 Loidi, J. & C. Navarro, 1988. Datos sobre las alianzas Dauco-Melilotion Görs 1966 y Convolvulion sepii R. Tax. 1947 en el País Vasco. Acta Bot. Barcinon. 37 : 257-264.
1872 1575 05/2.0.2.0.1/18 ASS Artemisio vulgaris - Epilobietum hirsuti Vigo 1979 Vigo, J., 1979. Notes fitocenològiques II. Bull. Inst. Catalana, Hist. Nat., Sec. Bot., 44 : 77-89.
1873 1607 05/2.0.2.0.1/19 ASS Oenantho crocatae - Phalaridetum arundinaceae J.A. Molina 1996 mégaphorbiaie thermoatlantique Molina, J.A., 1996. Sobre la vegetación de los humedales de la Península Ibérica I : Phragmiti-Magnocaricetea. Lazaroa, 16 : 27-88.
1874 1608 05/2.0.2.0.1/20 ASS Sileno latifoliae subsp. albae - Eupatorietum cannabini O. de Bolòs 1962 mégaphorbiaie catalane Bolòs, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona.
1875 1597 05/2.0.2.0.1/21 ASS Phalarido arundinaceae - Petasitetum hybridi Schwickerath 1933 Schwickerath, M., 1933. Die Vegetation des Landkreises Aachen und ihre Stellung im nördlichen Westdeutschland. Aachen. Beitr. Heimatk., 13 : 1-135. Aachen.
1876 6636 05/2.0.2.0.1/21 syn = Petasito hybridi - Phalaridetum arundinaceae (Schwickerath 1933) Kopecký 1961 Kopecký, K., 1961. Fytoeckologický a fytocenologický rozbor porostù Phalaris arundinacea L. na náplavech Berounky. Academia, Praha. Schwickerath, M., 1933. Die Vegetation des Landkreises Aachen und ihre Stellung im nördlichen Westdeutschland. Aachen. Beitr. Heimatk., 13 : 1-135. Aachen.
1877 1496 05/2.0.2.0.1/21 syn incl Petasitetum hybridi Oberdorfer 1949 Oberdorfer, E., 1949. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. Stuttgart, 411 p.
1878 6963 05/2.0.2.0.1/21 syn incl Petasitetum hybridi Oberdorfer 1949 em. Kopecký 1969 Kopecký, K., 1969. Zur Syntaxonomie der natürlichen nitrophilen Saumgesellschaften in der Tschechoslowakei und zur Gliederung der Klasse Galio-Urticetea. Folia Geobot. phytotax., 4 : 235-259. Oberdorfer, E., 1949. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. Stuttgart, 411 p.
1879 9333 05/2.0.2.0.1/21 syn incl Chaerophyllo hirsuti - Phalaridetum arundinaceae Kopecký & Hejny 1965 Kopecký, K., Hejny, S., 1965. Allgemeine Charakteristik der Pflanzengesellschaften des Phalaridion arundinaceae Verbandes. Preslia, 37 : 53-78.
1880 7375 05/2.0.2.0.1/22 DC DC Solidago gigantea subsp. serotina [Calystegion sepium] DC
1881 7374 05/2.0.2.0.1/22 syn compl Impatienti glanduliferae - Solidaginetum giganteae subsp. serotinae Moor 1958 Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360.
1882 7376 05/2.0.2.0.1/23 DC DC Solidago canadensis [Calystegion sepium] DC
1883 7379 05/2.0.2.0.1/24 DC DC Helianthus tuberosus [Calystegion sepium] DC
1884 7377 05/2.0.2.0.1/25 BC BC Calystegia sepium [Calystegion sepium] BC
1885 7378 05/2.0.2.0.1/25 syn = Urtico dioicae - Calystegietum sepium auct. auct.
1886 1604 05/2.0.2.0.1/25 syn non Urtico dioicae - Calystegietum sepium Görs & Müller 1969 Görs, S. & T. Müller, 1969. Beitrag zur Kenntnis der nitrophilen Saumgesellschaften Süddeutschlands. Mitt. Flor. Soziol. Arbeitsgem., N.F., 14 : 153-168.
1887 7960 05/2.0.2.0.1/26 ASS Chaerophyllo temuli - Calystegietum sepii Billy 2007 Billy, F., 2007. Végétations herbacées bisannuelles ou vivaces des sols plus ou moins nitratés en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n.s., 38 : 145-226.
1888 8025 05/2.0.2.0.1/27 ASS Aristolochio clematitis - Cucubaletum bacciferi (Kopecký 1965) Passarge 1976 Passarge, H., 1976. Über Schleier- und Staudengesellschaften mitteleuropäischer Ufersäume. Folia Geobotanica Phytotaxonomica, 11 : 137-162. ?
1889 1603 05/2.0.2.0.1/27 syn compl Fallopio dumetorum - Cucubaletum bacciferi Passarge (1965) 1976 Passarge, H., 1976. Über Schleier- und Staudengesellschaften mitteleuropäischer Ufersäume. Folia Geobotanica Phytotaxonomica, 11 : 137-162. Passarge, H., 1965. Über einige interessante Stromtalgesellschaften der Elbe unterhalb von Magdeburg. Abh. Ber. Natur. Vorgesch. Magdeburg, 11(4) : 83-93.
1890 8093 05/2.0.2.0.1/27 syn incl Glechomo hederaceae - Cucubaletum bacciferi Géhu & Bournique 1994 Géhu, J.-M. & C.-P. Bournique, 1994. Cucubalus baccifer, espèce du Galio – Alliarion en Loire tourangelle. Soc. Bot. Centre-Ouest, N.S., 25 : 99-102.
1891 7381 05/2.0.2.0.2 ALL Calystegio sepium - Althaeion officinalis de Foucault 2011 mégaphorbiaies planitiaires oligohalines, des estuaires atlantiques et salines continentales Foucault, B. de, 2011. Contribution au prodrome des végétations de France : Les Filipendulo ulmariae – Convolvuletea sepium Géhu & Géhu-Franck 1987. Journ. Bot. Soc. Bot. France, 53 : 73-137.
1892 1566 05/2.0.2.0.2 syn = ? Angelicion archangelicae subsp. littoralis Tüxen in Lohmeyer, A. Matuszkiewicz, W. Matuszkiewicz, Merker, Moore, Müller, Oberdorfer, Poli, Seibert, Sukopp, Trautmann, J. Tüxen, R. Tüxen & Westhoff 1962 Angelicion littoralis Angelicion littoralis 'Lohmeyer, W., A. Matuszkiewicz, W. Matuszkiewicz, H. Merker, J.J. Moore, T. Müller, E. Oberdorfer, E. Poli, P. Seibert, H. Sukopp, W. Trautmann, J. Tüxen, R. Tüxen & V. Westhoff, 1962. Contribution à l''unification du système phytosociologique pour l''Europe moyenne et nord-occidentale. Melhoramento, 15 : 137-151.'
1893 7368 05/2.0.2.0.2 syn = ? Calystegio sepium - Angelicion archangelicae subsp. littoralis Tüxen 1950 Calystegio sepium - Angelicion littoralis Calystegio sepium - Angelicion littoralis Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
1894 7341 05/2.0.2.0.2 syn pp ? Oenanthion crocatae de Foucault 1998 Foucault, B. de, 1998. Liste des unités phytosociologiques reconnues en Normandie. In M. Provost, flore vasculaire de Basse-Normandie, 2 : 277-328. Presses universitaires de Caen.
1895 1584 05/2.0.2.0.2/01 ASS Althaeo officinalis - Calystegietum sepium Beeftink 1965 mégaphorbiaie sublittorale, thermoatlantique, eutrophisée Beeftink, W.G., 1965. De zoutvegetatie van Z.W. Nederland beschouwd in Europees verband. Meded. n°30 Hydrobiol. Inst., Afd. Deltaonderzoek, [= Thèse Univ. Wageningen, 167 p.].
1896 1585 05/2.0.2.0.2/02 ASS Calystegio sepium - Angelicetum heterocarpae J.-M. & J. Géhu 1978 mégaphorbiaie sublittorale du Centre-Ouest Gironde Géhu, J.-M. & J. Géhu, 1978. Les groupements à Angelica heterocarpa des estuaires atlantiques français. Coll. Phytosoc., 5 : 359-362. (Prairies humides, Lille 1976).
1897 7211 05/2.0.2.0.2/02 syn incl Angelico heterocarpae - Phalaridetum arundinaceae J.-M. & J. Géhu 1978 Géhu, J.-M. & J. Géhu, 1978. Les groupements à Angelica heterocarpa des estuaires atlantiques français. Coll. Phytosoc., 5 : 359-362. (Prairies humides, Lille 1976).
1898 7210 05/2.0.2.0.2/02 syn incl Angelico heterocarpae - Phragmitetum australis J.-M. & J. Géhu 1978 Géhu, J.-M. & J. Géhu, 1978. Les groupements à Angelica heterocarpa des estuaires atlantiques français. Coll. Phytosoc., 5 : 359-362. (Prairies humides, Lille 1976).
1899 1586 05/2.0.2.0.2/03 ASS Oenantho crocatae - Angelicetum archangelicae subsp. archangelicae Frileux et Géhu 1976 ex de Foucault 1998 corr. Julve 2011 hoc loco 'mégaphorbiaie sublittorale de l''estuaire de la Seine' Oenantho crocatae - Angelicetum archangelicae hoc loco Foucault, B. de, 1998. Liste des unités phytosociologiques reconnues en Normandie. In M. Provost, flore vasculaire de Basse-Normandie, 2 : 277-328. Presses universitaires de Caen. Frileux, P.N. & J.-M. Géhu, 1976. Fragments relictuels de végétation halophile en baie de Seine (Marais du Hode). Coll. Phytosoc., 4 : 277-293. (Vases salées, Lille 1975).
1900 1587 05/2.0.2.0.2/03 syn = Oenantho crocatae - Angelicetum archangelicae (Frileux & Géhu 1976) de Foucault prov. in Julve 1993 Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Frileux, P.N. & J.-M. Géhu, 1976. Fragments relictuels de végétation halophile en baie de Seine (Marais du Hode). Coll. Phytosoc., 4 : 277-293. (Vases salées, Lille 1975).
1901 7369 05/2.0.2.0.2/03 syn = Oenantho crocatae - Angelicetum archangelicae Frileux & Géhu 1976 ex Géhu in Géhu & Géhu-Franck 1984 Géhu, J.-M. & J. Géhu-Franck, 1984. Schéma synsystématique et chorologique des végétations phanérogamiques halophiles françaises. Doc. Phytosoc., N.S., 8 : 51-70. Frileux, P.N. & J.-M. Géhu, 1976. Fragments relictuels de végétation halophile en baie de Seine (Marais du Hode). Coll. Phytosoc., 4 : 277-293. (Vases salées, Lille 1975).
1902 1588 05/2.0.2.0.2/04 ASS Soncho palustris - Angelicetum archangelicae subsp. litoralis Tüxen 1937 mégaphorbiaie centroeuropéenne, psychrophile, estuarienne Soncho palustris - Angelicetum litoralis Soncho palustris - Angelicetum litoralis Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
1903 1589 05/2.0.2.0.2/04 syn incl Calystegio sepium - Angelicetum archangelicae subsp. litoralis Passarge (1957) 1959 Passarge, H., 1959. Pflanzengesellschaften zwischen Trebel, Grenzbach und Peene (O-Mecklenburg). Feddes Repert. Beih., 138 : 1-56. Passarge, H., 1957. Vegetationskundliche Untersuchungen in der Wiesenlandschaft des nördlichen Havellandes. Feddes Repert., 137 : 5-55.
1904 6997 05/2.0.2.0.2/04 syn incl Calystegio sepium - Sonchetum palustris Passarge (1964) 2002 Passarge, H., 2002. Pflanzengesellschaften Nordostdeutschlands, 3. 304 p. J. Cramer, Berlin. Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
1905 7209 05/2.0.2.0.2/05 ASS Cochleario aestuariae - Oenanthetum crocatae Bioret, Géhu & Magnanon 1995 mégaphorbiaie estuarienne du Finistère Bioret, F., J.-M. Géhu & S. Magnanon, 1995. Synécologie et phytosociologie de Cochlearia aestuaria (Lloyd) Heyw. dans les estuaires bretons. Documents phytosociologiques, NS, 15 : 367-382.
1906 7042 05/2.0.2.0.2/06 ASS Irido pseudacori - Oenanthetum crocatae Seytre in de Foucault 2011 mégaphorbiaie littorale des suintements de falaises et de dunes, psychrophiles Foucault, B. de, 2011. Contribution au prodrome des végétations de France : Les Filipendulo ulmariae – Convolvuletea sepium Géhu & Géhu-Franck 1987. Journ. Bot. Soc. Bot. France, 53 : 73-137.
1907 7382 05/2.0.2.0.2/07 ASS Senecioni aquatici - Oenanthetum crocatae Lazare & Bioret 2006 'mégaphorbiaie thermoatlantique, estuarienne de l''Adour' J. Bot. Soc. Bot. France, 34 : tab. 1, p. 74. J. Bot. Soc. Bot. France, 34 : 74. Lazare, J.-J. & F. Bioret, 2006. Associations végétales nouvelles du littoral du Pays Basque, Journal de Botanique Soc. Bot. Fra., 34 : 71-80.
1908 7383 05/2.0.2.0.2/07 syn = ? Cochleario officinalis - Senecionetum aquatici Braun-Blanquet 1967 Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
1909 7384 05/2.0.2.0.2/08 ASS Althaeetum officinalis J. Duvigneaud 1967 mégaphorbiaie des salines de Lorraine Duvigneaud, J., 1967. Flore et végétation halophiles de la Lorraine orientale (Moselle, France). Mém. Soc. Roy. Bot. Belg., 3, 122 p.
1910 7385 05/2.0.2.0.3 ALL Cynancho acuti - Calystegion sepium Rivas Goday & Rivas-Martínez 1963 ex de Foucault 2011 mégaphorbiaies eutrophisées, planitiaires, méditerranéennes Foucault, B. de, 2011. Contribution au prodrome des végétations de France : Les Filipendulo ulmariae – Convolvuletea sepium Géhu & Géhu-Franck 1987. Journ. Bot. Soc. Bot. France, 53 : 73-137. Rivas Goday, S. & S. Rivas-Martínez, 1963. Estudio y clasificacion de los pastizales espanoles. Publ. Ministerio de agricult., 277, 269 p. Madrid.
1911 1609 05/2.0.2.0.3 syn = Cynancho acuti - Calystegion sepium Rivas Goday & Rivas-Martínez 1963 Rivas Goday, S. & S. Rivas-Martínez, 1963. Estudio y clasificacion de los pastizales espanoles. Publ. Ministerio de agricult., 277, 269 p. Madrid.
1912 1611 05/2.0.2.0.3/01 ASS Cynancho acuti - Calystegietum sepium Tüxen & Oberdorfer 1958 Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
1913 1612 05/2.0.2.0.3/02 ASS Arundini donacis - Calystegietum sepium (Tüxen & Oberdorfer 1958) O. de Bolòs 1962 Bolòs, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona. Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
1914 1482 05/2.0.3 ORD Petasito hybridi - Chaerophylletalia hirsuti Morariu 1967 mégaphorbiaies subboréales à montagnardes, mésoeutrophiles Morariu, I., 1967. Clasificarea vegetatiei nitrofile din Romania. Contr. Bot. Univ. “Babes-Bolyai” Cluj-Napoca : 233-246.
1915 1483 05/2.0.3 syn = Geranio sylvatici - Filipenduletalia ulmariae (Passarge 1988) Julve & Gillet 1994 Julve, Ph. & F. Gillet, 1994. III. Experiences of French authors (Map 3). In Falinski, J.B., (Ed.) : Vegetation under the diverse anthropogenic impact as object of basic phytosociological map. Results of the international cartographical experiment organized in the Bialowieza Forest. Phytocoenosis, N.S. 6, Suppl. Cartog. Geobot., 4 : 45-66, 1 carte en couleur. Passarge, H., 1988. Lotus uliginosus Gesellschaften. Doc. Phytosoc., N.S., 11 : 79-94.
1916 1531 05/2.0.3 syn pp Loto pedunculati - Filipenduletalia ulmariae Passarge (1975) 1978 Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195. Passarge, H., 1975. Über Wiesensaumgesellschaften. Feddes Repert., 86 : 599-618.
1917 7339 05/2.0.3 syn pp inval Loto pedunculati - Filipenduletalia ulmariae Passarge 1975 Passarge, H., 1975. Über Wiesensaumgesellschaften. Feddes Repert., 86 : 599-618.
1918 1484 05/2.0.3.0.1 ALL Filipendulo ulmariae - Cirsion rivularis de Foucault 1984 em. Passarge 1988 mégaphorbiaies montagnardes Passarge, H., 1988. Lotus uliginosus Gesellschaften. Doc. Phytosoc., N.S., 11 : 79-94. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
1919 7355 05/2.0.3.0.1 syn = Filipendulo ulmariae - Chaerophyllion hirsuti de Foucault 2011 Foucault, B. de, 2011. Contribution au prodrome des végétations de France : Les Filipendulo ulmariae – Convolvuletea sepium Géhu & Géhu-Franck 1987. Journ. Bot. Soc. Bot. France, 53 : 73-137.
1920 7415 05/2.0.3.0.1 syn pp Filipendulo ulmariae - Cirsion rivularis de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
1921 7356 05/2.0.3.0.1.1 SUBALL Cirsienion heterophyllo - palustris Julve 2011 suball nov. prov. hoc loco mégaphorbiaies montagnardes acidophiles hoc loco
1922 1494 05/2.0.3.0.1.1/1 ASS Ligulario sibiricae - Polygonetum bistortae Julve 1983 prov. mégaphorbiaie paratourbeuse montagnarde, acidophile, du Massif Central Auvergne 'Julve, Ph., 1983. Les groupements de prairies humides et de bas-marais. Etude régionale et essai de synthèse à l''échelle de l''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 224 p.'
1923 7357 05/2.0.3.0.1.1/2 GRPT grpt à Scirpus sylvaticus - Angelica sylvestris Billly 2007 Billy, F., 2007. Végétations herbacées bisannuelles ou vivaces des sols plus ou moins nitratés en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n.s., 38 : 145-226.
1924 1536 05/2.0.3.0.1.1/3 ASS Polygono bistortae - Scirpetum sylvatici (Schwickerath 1944) Oberdorfer 1957 mégaphorbiaie acidophile, montagnarde, centroeuropéenne Nord Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1925 1486 05/2.0.3.0.1.1/4 ASS Geranio sylvatici - Chaerophylletum hirsuti Kästner 1938 em. Niemann, Heinrich & Hilbig 1973 mégaphorbiaie basophile montagnarde boréocontinentale eutrophisée Jura Niemann, E., Heinrich, W., Hilbig, W., 1973. Mädesüss-Uferfluren und verwandte Staudengesellschaften im herzynischen Raum. Wiss. Z. Univ. Jena. Math.-Nat. R., 22 : 591-635. Kästner, M., 1938. Die Pflanzengesellschaften der Quellfluren und Bachufer aus dem Verband der Schwarzerlen-Gesellschaften. Veröff. Landesver. Sächsisches Heimatschutz, 69-118. Dresden. (In Kästner, M., W. Flössner & J. Uhlig. Die Pflanzengesellchaften des westsächsischen Berg- und Hügellandes. Teil IV).
1926 1488 05/2.0.3.0.1.1/4 syn incl Chaerophyllo hirsuti - Filipenduletum ulmariae Niemann, Heinrich & Hilbig 1973 Niemann, E., Heinrich, W., Hilbig, W., 1973. Mädesüss-Uferfluren und verwandte Staudengesellschaften im herzynischen Raum. Wiss. Z. Univ. Jena. Math.-Nat. R., 22 : 591-635.
1927 8188 05/2.0.3.0.1.1/4 syn ambig Chaerophylletum hirsuti Krajina 1933 Krajina, V.J., 1933. Die Pflanzengesellschaften des Mlynica Tales in den Vysoke Tatry (Hohe Tatra). Beih. Bot. Centralbl. (Dresden), 50 : 774-957, 51: 1-224.
1928 8189 05/2.0.3.0.1.1/4 syn ambig Chaerophylletum hirsuti ZlatnÍk 1928
1929 7358 05/2.0.3.0.1.1/5 ASS Cirsio heterophylli - Filipenduletum ulmariae Neuhäusl & Neuhäuslova-Novotna 1975 Neuhäusl, R. & Z. Neuhäuslova-Novotna, 1975. Příspěvek k charakteristice společenstevs Filipendula ulmaria (L.) Maxim. v kolinním a submontánním stupni Českých zemí. Preslia, 47 : 335–346.
1930 1492 05/2.0.3.0.1.1/6 ASS Cirsio palustris - Ranunculetum aconitifolii Julve 1993 ex 2006 hoc loco mégaphorbiaie hygrophile acidophile montagnarde du Massif Central Massif central hoc loco Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
1931 1490 05/2.0.3.0.1.1/6 syn non Ranunculo aconitifolii - Filipenduletum ulmariae Balátová-Tulačková & Hübl 1979 Balátová-Tulačková, E., Hübl, E., 1979. Beitrag zur Kenntnis von Feuchtwiesen und Hochstaudengesellschaften Nordost-Österreichs. Phytocoenologia, 6 : 259-286.
1932 1511 05/2.0.3.0.1.1/7 ASS Chaerophyllo hirsuti - Ranunculetum aconitifolii Oberdorfer 1952 mégaphorbiaie acidophile montagnarde eutrophisée Montagnes Oberdorfer, E., 1952. Die Wiesen des Oberrheingebietes. Beitr. Naturkundl. Forsch. Südwestdeutschl., 11 : 75-88.
1933 7359 05/2.0.3.0.1.2 SUBALL Aconito napellii - Cirsienion oleracei Julve 2011 suball nov. prov. hoc loco mégaphorbiaies montagnardes basophiles hoc loco
1934 7360 05/2.0.3.0.1.2/1 ASS Thalictro flavi - Filipenduletum ulmariae Tüxen & Hülbusch apud Richard 1975 mégaphorbiaie basophile montagnarde centroeuropéenne, des préalpes et du Jura Richard, J.L., 1975. Les groupements végétaux du clos du Doubs (Jura suisse). Mat. Levé Géobot. Suisse, 57 : 1-71.
1935 1490 05/2.0.3.0.1.2/2 ASS Ranunculo aconitifolii - Filipenduletum ulmariae Balátová-Tulačková & Hübl 1979 mégaphorbiaie basophile montagnarde centroeuropéenne, des préalpes et du Jura Jura Balátová-Tulačková, E., Hübl, E., 1979. Beitrag zur Kenntnis von Feuchtwiesen und Hochstaudengesellschaften Nordost-Österreichs. Phytocoenologia, 6 : 259-286.
1936 1489 05/2.0.3.0.1.2/2 syn pp nn Valeriano officinalis - Cirsietum oleracei Guinochet 1955 [var. à Athyrium filix-femina & Calamagrostis canescens] Guinochet, M., 1955. Carte phytosociologique de Pontarlier (5-6). IGN. Paris.
1937 1503 05/2.0.3.0.1.2/3 ASS Aconito napelli - Filipenduletum ulmariae Gallandat 1982 mégaphorbiaie basophile montagnarde supérieure centroeuropéenne, du Jura Gallandat, J.D., 1982. Prairies marécageuses du haut-Jura (Molinietalia, Scheuchzerio-Caricetea fuscae et Phragmitetea). Matér. Levé Géobot. Suisse, 58 : 1-327.
1938 1504 05/2.0.3.0.1.2/3 syn = Chaerophyllo hirsuti - Polygonetum bistortae Hundt 1964 Hundt, R., 1964. Die Bergwiesen des Harzes, Thüringer Waldes und Erzgebirges. Pflanzensoziologie, 14, 284 p.
1939 1506 05/2.0.3.0.1.2/3 syn = Trollio europaei - Filipenduletum ulmariae (Klötzli 1973) Balátová-Tulačková 1984 Balátová-Tuláčková, E., 1984. Les mégaphorbiaies de l’ordre des Molinietalia en Tchécoslovaquie. Colloq. Phytosoc., 12 : 93–98. Klötzli, F., 1973. Ueber Belastbarkeit und Produktion in Schilf-roehrichten. Verh. der Gesellschaft fuer Oekologie Saarbrucken 1973 : 237-247.
1940 1507 05/2.0.3.0.1.2/3 syn = Trollio europaei - Polygonetum bistortae Niemann (1962) 1964 Niemann, E., 1964. Beiträge zur Vegetations- und Standortgeographie in einem Gebirgsquerschnitt über den mittleren Thüringer Wald.- Arch. Naturschutz u. Landschaftsforsch., 4 : 3-49. Niemann, E., 1962. Die Vegetation der Elster-Steilhänge im Gebiet der vogtländischen Devonmulde.-Ber. Arb. Gem. sächs. Bot, 4, 107-147.
1941 1505 05/2.0.3.0.1.2/3 syn illeg Trollio europaei - Cirsietum oleracei sensu Schubert, Hilbig & Klotz 1995 Schubert, R., Hilbig, W., Klotz, S., 1995. Bestimmungbuch der Pflanzengesellschaften Mittel- und Nordostdeutschlands. 403 p. Gustav Fischer Verlag, Jena.
1942 1508 05/2.0.3.0.1.2/3 syn incl Polemonio caerulei - Filipenduletum ulmariae Richard 1972 Richard, J.L., 1972. La végétation des crêtes rocheuses du Jura. Ber. schweiz. Bot. Ges., 82 : 68-112.
1943 7337 05/2.0.3.0.1.2/3 syn incl Polemonio caerulei - Filipenduletum ulmariae Richard 1973 'Richard, J.L., 1973. Dynamique de la végétation au bord du grand glacier d''Aletsch (Alpes suisses), Ber. Schweiz. Bot. Ges., 83 (3), 159-174.'
1944 1509 05/2.0.3.0.1.2/3 syn incl Valeriano officinalis - Polemonietum caerulei Rosskopf 1971 Rosskopf, G., 1971. Pflanzengesellschaften der Talmoore an der Schwarzen un Weißen Laber im Oberpfälzer Jura. Denjschr. Regensburg. Bot. ges., 22 : 1-115.
1945 4445 05/2.0.3.0.1.2/3 syn non Trollio europaei - Cirsietum rivularis (Kuhn 1937) Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Kuhn, K., 1937. Die Pflanzengesellschaften im Neckargebiet der Schwäbischen Alb. Öhringen, 340 p.
1946 1510 05/2.0.3.0.1.2/3 syn pp nn Angelico sylvestris - Aconitetum napelli Guinochet 1955 [aconitetosum napelli] Guinochet, M., 1955. Carte phytosociologique de Pontarlier (5-6). IGN. Paris.
1947 1487 05/2.0.3.0.1.2/4 ASS Aconito napelli - Chaerophylletum hirsuti Gallandat 1982 mégaphorbiaie basophile montagnarde supérieure centroeuropéenne, du Jura, eutrophisée Gallandat, J.D., 1982. Prairies marécageuses du haut-Jura (Molinietalia, Scheuchzerio-Caricetea fuscae et Phragmitetea). Matér. Levé Géobot. Suisse, 58 : 1-327.
1948 1498 05/2.0.3.0.1.2/4 syn incl nn Petasito hybridi - Menthetum longifoliae Guinochet 1955 Guinochet, M., 1955. Carte phytosociologique de Pontarlier (5-6). IGN. Paris.
1949 1489 05/2.0.3.0.1.2/4 syn pp nn Valeriano officinalis - Cirsietum oleracei Guinochet 1955 [var. à Geranium sylvaticum + var. à Crepis paludosa] Guinochet, M., 1955. Carte phytosociologique de Pontarlier (5-6). IGN. Paris.
1950 6512 05/2.0.3.0.1.2/5 ASS Angelico razulii - Filipenduletum ulmariae (Nègre 1972) Julve 2006 ass. nov. hoc loco mégaphorbiaie montagnarde des Pyrénées centrales hoc loco 'Nègre, R., 1972. La végétation du bassin de l''One (Pyrénées centrales). 5ème note : les reposoirs, les groupements hygrophiles et les prairies de fauche. Bol. Soc. Broter., 46 (2e série) : 271-343.'
1951 6513 05/2.0.3.0.1.2/5 syn compl Filipendulo ulmariae - Alnetum glutinosae Nègre 1972 'Nègre, R., 1972. La végétation du bassin de l''One (Pyrénées centrales). 5ème note : les reposoirs, les groupements hygrophiles et les prairies de fauche. Bol. Soc. Broter., 46 (2e série) : 271-343.'
1952 6548 05/2.0.3.0.1.2/6 ASS Ranunculo acris - Filipenduletum ulmariae Vigo 1975 mégaphorbiaie montagnarde des Pyrénées orientales Vigo, J., 1975. Notas fitocenológicas I. Anales Inst. Bot. Cavanilles 32, 2. 953-966.
1953 6547 05/2.0.3.0.1.2/7 ASS Cirsio monspessulani - Filipenduletum ulmariae Romo 1983 mégaphorbiaie montagnarde supérieure à subalpine, Pyrénées orientales Romo, A.M. 1983. Observacions sobre la vegetació dels Pirineus. I. Collect. Bot. (Barcelona), 14 : 543-552.
1954 1439 05/2.0.3.0.1.2/8 ASS Chaerophyllo hirsuti - Valerianetum pyrenaicae Vigo & Carreras in Carreras & Vigo 1984 mégaphorbiaie montagnarde des Pyrénées orientales Carreras, J & J. Vigo, 1984. Sobre la vegetació de l’aliança Calthion als Pirineus catalans. Collect. Bot. Barcelona, 15 : 119-131.
1955 1441 05/2.0.3.0.1.2/8 syn = Chaerophyllo aurei - Valerianetum pyrenaicae Rivas-Martínez, Diaz-Gonzalez, Fernandez-Prieto, Loidi-Arregui & Penas-Marinas 1984 Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
1956 1442 05/2.0.3.0.1.2/8 syn = Chaerophyllo hirsuti - Valerianetum pyrenaicae Rivas-Martínez, Diaz-Gonzalez, Fernandez-Prieto, Loidi-Arregui & Penas-Marinas 1984 corr. Izco & J. Guitián in Izco, Amigo & J. Guitián 1986 Izco, J., J. Amigo & J. Guitián, 1986. Identificación y descripción de los bosques montanos del extremo occidental de la Cordillera Cantábrica. Trab. Compostelanos Biol., 13 : 183-202. Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
1957 4744 05/2.0.3.0.2 ALL Petasition hybridi Sillinger 1933 mégaphorbiaies eutrophisées, montagnardes, médioeuropéennes plutôt orientales Sillinger, P., 1933. Monograficka studie o vegetaci Nizkych Tater. Lib. Res. Board Slovak. Ruthenia Slav. Inst., 6 : 339 p.
1958 1485 05/2.0.3.0.2 syn = Petasito hybridi - Chaerophyllion hirsuti Sillinger 1933 em. Niemann, Heinrich & Hilbig 1973 Niemann, E., Heinrich, W., Hilbig, W., 1973. Mädesüss-Uferfluren und verwandte Staudengesellschaften im herzynischen Raum. Wiss. Z. Univ. Jena. Math.-Nat. R., 22 : 591-635. Sillinger, P., 1933. Monograficka studie o vegetaci Nizkych Tater. Lib. Res. Board Slovak. Ruthenia Slav. Inst., 6 : 339 p.
1959 4743 05/2.0.3.0.2 syn pp Aegopodion podagrariae Tüxen 1967 Tüxen, R., 1967. Ausdauernde nitrophile Saumgesellschaften Mitteleuropas. Contrib. Bot. Cluj, 431-453.
1960 1495 05/2.0.3.0.2/01 ASS Chaerophyllo hirsuti - Petasitetum hybridi Gams apud Hegi 1929 mégaphorbiaie montagnarde eutrophisée, semiombragée toutes les montagnes ?
1961 1497 05/2.0.3.0.2/01 syn incl Carduo personatae - Petasitetum hybridi Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
1962 7361 05/2.0.3.0.2/01 syn incl ? Geranio phaei - Petasitetum hybridi Tüxen 1967 Tüxen, R., 1967. Ausdauernde nitrophile Saumgesellschaften Mitteleuropas. Contrib. Bot. Cluj, 431-453.
1963 7362 05/2.0.3.0.2/01 syn incl ? Petasitetum hybridi - glabrati Sillinger 1933 Sillinger, P., 1933. Monograficka studie o vegetaci Nizkych Tater. Lib. Res. Board Slovak. Ruthenia Slav. Inst., 6 : 339 p.
1964 1499 05/2.0.3.0.2/01 syn pp Chaerophyllo hirsuti - Petasitetum hybridi Gams apud Hegi 1929 ex Görs & Müller 1969 Görs, S. & T. Müller, 1969. Beitrag zur Kenntnis der nitrophilen Saumgesellschaften Süddeutschlands. Mitt. Flor. Soziol. Arbeitsgem., N.F., 14 : 153-168. ?
1965 1616 05/3. CLA Phragmito australis - Caricetea elatae Klika in Klika & Novák 1941 roselières et grandes cariçaies eurasiatiques, amphibies à hydrophiles Klika, J. & V. Novák, 1941. Praktikum rostlinné sociologie, pudoznalství, klimatologie a ekologie. Praha.
1966 1617 05/3. syn = Phragmitetea australis Tüxen & Preising 1942 Tüxen, R. & E. Preising, 1942.Grunbegriffe und Methoden zum studium der Wasser und Sumflanzengesellschaften. Deutsche Wasserwirtschaft 37: 10-17, 57-69.
1967 1618 05/3.0.1 ORD Phragmitetalia australis Koch 1926 em. Pignatti 1953 roselières européennes Pignatti, S., 1953. Introduzione allo studio fitosociologico della pianura veneta orientale con particolare riguardo alla vegetazione litoreana. Archivio Botanico, 29, 3 ser., 13(2) : 65-98. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1968 8035 05/3.0.1 syn = Phragmitetea australis Tüxen & Preising 1942 em. Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin. Tüxen, R. & E. Preising, 1942.Grunbegriffe und Methoden zum studium der Wasser und Sumflanzengesellschaften. Deutsche Wasserwirtschaft 37: 10-17, 57-69.
1969 1619 05/3.0.1 syn illeg Phragmitetalia australis Tüxen & Preising 1942 Phragmitetalia eurosibirica Tüxen, R. & E. Preising, 1942.Grunbegriffe und Methoden zum studium der Wasser und Sumflanzengesellschaften. Deutsche Wasserwirtschaft 37: 10-17, 57-69.
1970 1620 05/3.0.1 syn incl Phragmitetalia australis (Pignatti 1953) Succow 1974 Hydro - Phragmitetalia australis Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113. Pignatti, S., 1953. Introduzione allo studio fitosociologico della pianura veneta orientale con particolare riguardo alla vegetazione litoreana. Archivio Botanico, 29, 3 ser., 13(2) : 65-98.
1971 1621 05/3.0.1 syn pp Carici elatae - Phragmitetalia australis (Pignatti 1953) Succow 1974 Magnocarici - Phragmitetalia Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113. Pignatti, S., 1953. Introduzione allo studio fitosociologico della pianura veneta orientale con particolare riguardo alla vegetazione litoreana. Archivio Botanico, 29, 3 ser., 13(2) : 65-98.
1972 1622 05/3.0.1 syn pp Phragmitetalia australis Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1973 1656 05/3.0.1 syn incl Oenanthetalia aquaticae Hejný in Kopecký & Hejný 1965 Kopecký, K., Hejny, S., 1965. Allgemeine Charakteristik der Pflanzengesellschaften des Phalaridion arundinaceae Verbandes. Preslia, 37 : 53-78.
1974 1623 05/3.0.1.0.1 ALL Phragmition australis Koch 1926 magnoroselières médioeuropéennes stabilisées Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1975 1624 05/3.0.1.0.1 syn = Phragmitenion australis Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
1976 1625 05/3.0.1.0.1 syn illeg Phragmition australis Tüxen & Preising 1942 Phragmition eurosibiricum Tüxen, R. & E. Preising, 1942.Grunbegriffe und Methoden zum studium der Wasser und Sumflanzengesellschaften. Deutsche Wasserwirtschaft 37: 10-17, 57-69.
1977 1626 05/3.0.1.0.1 syn incl Phalarido arundinaceae - Glycerion maximae Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
1978 1627 05/3.0.1.0.1 syn incl Stachyo palustris - Phragmition australis Succow 1974 Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113.
1979 1628 05/3.0.1.0.1 syn incl pp Phragmition australis (Koch 1926) Succow 1974 Eu-Phragmition Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1980 1629 05/3.0.1.0.1/01 ASS Typho angustifoliae - Schoenoplectetum lacustris Passarge 1964 'magnoroselière d''eaux profondes' Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
1981 1630 05/3.0.1.0.1/01 syn incl Schoenoplectetum lacustris (Allorge 1922) Chouard 1924 Scirpetum lacustris 'Chouard, P., 1924. Monographies phytosociologiques. I. La région de Brigueil l''Ainé (Confolentais). Bull. Soc. Bot. Fra., 71 : 1130-1158.' Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
1982 1631 05/3.0.1.0.1/01 syn incl Schoenoplectetum lacustris Chouard 1925 Scirpetum lacustris Chouard, P., 1925. Monographies phytosociologiques. I. La région de Brigueil l’Ainé Confolontais), suite et fin. Bull. Soc. Bot. France 72 : 34-49.
1983 1632 05/3.0.1.0.1/01 syn incl Schoenoplectetum lacustris Schmale 1939 Scirpetum lacustris ?
1984 1634 05/3.0.1.0.1/01 syn pp Glycerio maximae - Schoenoplectetum lacustris Allorge 1922 Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
1985 1635 05/3.0.1.0.1/01 syn pp Schoenoplecto lacustris - Phragmitetum australis Koch 1926 Scirpo - Phragmitetum Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1986 6542 05/3.0.1.0.1/01 syn pp Typho angustifoliae - Phragmitetum australis Tüxen & Preising 1942 Tüxen, R. & E. Preising, 1942.Grunbegriffe und Methoden zum studium der Wasser und Sumflanzengesellschaften. Deutsche Wasserwirtschaft 37: 10-17, 57-69.
1987 1636 05/3.0.1.0.1/02 ASS Solano dulcamarae - Phragmitetum australis (Krausch 1965) Succow 1974 ex Krisch 1974 magnoroselière terminale, eutrophile Krisch, H., 1974. Wirtschaftsgrünland, Röhrichte und Seggenriede der Ryckniederung (NO-Mecklenburg). Feddes Repertorium, 85 : 357-427. Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113. Krausch, H.D., 1965. Zur Gliederung des Scirpo-Phragmitetum medioeuropaeum. Limnologica, 3 : 17-22.
1988 6630 05/3.0.1.0.1/02 syn ambig Phragmitetum australis Schmale 1939 ?
1989 6684 05/3.0.1.0.1/02 syn incl Calystegio sepium - Phragmitetum australis Royer, Thévenin & Didier in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
1990 7875 05/3.0.1.0.1/02 syn pp Angelico sylvestris - Phragmitetum australis Wheeler 1978 prov. Angelico - Phragmitetum Wheeler, B., 1978. The wetland plant communities of the River Ant valley in Norfolk. Transactions of the Norfolk and Norwich Naturalists Society, 24 : 153-187.
1991 1637 05/3.0.1.0.1/02 syn pp Astero tripolii - Phragmitetum australis (Jeschke 1968) Krisch 1972 [solanetosum dulcamarae] Astero - Phragmitetum Krisch, H., 1972. Geobotanische Untersuchungen des Grünlandes im Rycktalzungenbecken. Diss. Univ. Greifswald. Jeschke, L., 1968. Die Vegetation der Insel Ruden. Natur und Naturschutz in Mecklenburg, 6 : 111-138.
1992 1638 05/3.0.1.0.1/02 syn pp Schoenoplecto lacustris - Phragmitetum australis Koch 1926 [solanetosum dulcamarae pp, var. type pp, in Krausch 1965] Scirpo - Phragmitetum Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
1993 1639 05/3.0.1.0.1/02 syn pp Solano dulcamarae - Phragmitetum australis (Krausch 1965) Succow 1974 Solano - Phragmitetum Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113. Krausch, H.D., 1965. Zur Gliederung des Scirpo-Phragmitetum medioeuropaeum. Limnologica, 3 : 17-22.
1994 1640 05/3.0.1.0.1/03 ASS Irido pseudacori - Phalaridetum arundinaceae Julve 1994 'magnoroselière de bords d''étangs et de mares' Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
1995 1641 05/3.0.1.0.1/04 ASS Sparganio erecti - Typhetum latifoliae Schmidt 1981 magnoroselière pionnière des substrats minéraux récemment décapés, eutrophile Schmidt, F., 1981. Pflanzensoziologische und Ökologische Untersuchungen der Gewässer um Güstrow. Natur und Naturschutz Mecklenburg, 17 : 1-130.
1996 1642 05/3.0.1.0.1/04 syn = Sparganio erecti - Typhetum latifoliae Schmidt 1981 ex Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin. Schmidt, F., 1981. Pflanzensoziologische und Ökologische Untersuchungen der Gewässer um Güstrow. Natur und Naturschutz Mecklenburg, 17 : 1-130.
1997 1643 05/3.0.1.0.1/04 syn incl Sparganietum erecti Philippi 1973 Philippi, G., 1973. Zur Kenntnis einiger Röhrichtgesellschaften des Oberrheingebietes. Beitr. Naturk. Forsch. SWDeutschland., 32 : 53-95.
1998 1644 05/3.0.1.0.1/04 syn incl Sparganietum erecti Roll 1938 Roll, H., 1938. Neue Pflanzengesellschaften aus ostholsteinischen Fließgewässern. Bot. Cbl., Beih. B, 58 : 466–475.
1999 1645 05/3.0.1.0.1/04 syn incl Typhetum latifoliae Lang 1973 Lang, G., 1973. Die Vegetation des westlichen Bodenseegebietes. Pflanzensoz., 17. 451 p. Jena.
2000 6628 05/3.0.1.0.1/04 syn incl Typhetum latifoliae Nowinski 1930 Nowinski, M., 1930. Les associations végétales de la grande forêt de Sandomierz. II. Kosmos, serie A, 54 : 595-674.
2001 1633 05/3.0.1.0.1/04 syn incl Typhetum latifoliae Pignatti 1953 Pignatti, S., 1953. Introduzione allo studio fitosociologico della pianura veneta orientale con particolare riguardo alla vegetazione litoreana. Archivio Botanico, 29, 3 ser., 13(2) : 65-98.
2002 1646 05/3.0.1.0.1/04 syn pp Glycerio maximae - Schoenoplectetum lacustris Allorge 1922 Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
2003 1647 05/3.0.1.0.1/04 syn pp Schoenoplecto lacustris - Phragmitetum australis Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2004 1648 05/3.0.1.0.1/04 syn pp Typhetum angustifolio - latifoliae (Allorge 1922) Schmale 1939 ? Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
2005 1649 05/3.0.1.0.1/05 ASS Glycerietum maximae Hueck 1931 'roselière polytrophile (convergence de diverses roselières ou magnocariçaies sous l''effet de l''eutrophisation)' Hueck, K., 1931. Erläuterungen zur Vegetationskundlichen Karte des Endmoränengebietes von Chorin (Uckermark). Beitr. Naturdenkmalpfl., 14 : 105-214.
2006 1650 05/3.0.1.0.1/05 syn compl Bidenti - Glycerietum maximae Succow 1974 Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113.
2007 7043 05/3.0.1.0.1/05 syn compl Glycerietum maximae Nowinski 1930 Nowinski, M., 1930. Les associations végétales de la grande forêt de Sandomierz. II. Kosmos, serie A, 54 : 595-674.
2008 6631 05/3.0.1.0.1/05 syn incl Acoretum calami (Eggler 1933) Schulz 1941 Schulz, M., 1941. Die Vegetation des Draussengebietes. Schr. Phys.-Ökonom. Ges. Königsberg, 72 : 1–118. Eggler, J., 1933. Die Pflanzengesellschaften der Umgebung von Graz. Repert. spec. nov. regni veget., Beih. 73 : 95-216.
2009 1651 05/3.0.1.0.1/05 syn incl Acoretum calami Knapp & Stoffers 1962 Knapp, R. & A.L. Stoffers, 1962. Über die Vegetation von Gewässern und Ufern im mittleren Hessen. Ber. Oberhess. Ges. Natur und Heilkd., 32 : 90-141.
2010 7044 05/3.0.1.0.1/05 syn incl nn Acoretum calami Eggler 1933 Eggler, J., 1933. Die Pflanzengesellschaften der Umgebung von Graz. Repert. spec. nov. regni veget., Beih. 73 : 95-216.
2011 1652 05/3.0.1.0.1/05 syn pp Glycerio maximae - Schoenoplectetum lacustris Allorge 1922 Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
2012 1653 05/3.0.1.0.1/06 ASS Typho domingensis - Phragmitetum australis subsp. chrysanthae Costa, Boira, Peris & Stübing 1986 corr. Julve 2010 hoc loco Typho domingensis - Phragmitetum chrysanthae Typho angustifoliae - Phragmitetum maximi hoc loco Costa, M., J. Boira, J.B. Peris & G. Stübing, 1986. La vegetación acuática y palustre valenciana. Ecol. Medit. 12(1-2) : 83-100.
2013 1654 05/3.0.1.0.1/06 syn pp Schoenoplecto - Phragmitetum Braun-Blanquet 1931 [subass. à Phragmites australis subsp. chrysantha] Scirpo - Phragmitetum Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2014 1591 05/3.0.1.0.1/07 ASS Poo palustris - Phalaridetum arundinaceae (Libbert 1931) Passarge 1955 'magnoroselière eutrophile de bords de cours d''eau' Bassin parisien Passarge, H., 1955. Die Ufervegetation des Briesener Sees. Mitt. Flor. Soz. Arbeitsgem., N.F. 5 : 91-98. Libbert, W., 1931. Die Pflanzengesellschaften im Überschwemmungs-gebiet der unteren Warthe in ihrer Abhängigkeit von Wasserstand. Naturwiss. Ver. Neumark (Landsberg/Warthe), 3 : 25-40.
2015 1590 05/3.0.1.0.1/07 syn = Urtico dioicae - Phalaridetum arundinaceae Schmidt 1981 Schmidt, F., 1981. Pflanzensoziologische und Ökologische Untersuchungen der Gewässer um Güstrow. Natur und Naturschutz Mecklenburg, 17 : 1-130.
2016 1592 05/3.0.1.0.1/07 syn = Rorippo sylvestris - Phalaridetum arundinaceae Kopecký 1961 Kopecký, K. 1961. Fytoeckologický a fytocenologický rozbor porostù Phalaris arundinacea L. na náplavech Berounky. Academia, Praha.
2017 1593 05/3.0.1.0.1/07 syn ambig Phalaridetum arundinaceae (Koch 1926) Libbert 1931 Libbert, W., 1931. Die Pflanzengesellschaften im Überschwemmungs-gebiet der unteren Warthe in ihrer Abhängigkeit von Wasserstand. Naturwiss. Ver. Neumark (Landsberg/Warthe), 3 : 25-40. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2018 9402 05/3.0.1.0.1/07 syn incl pp Phalarido arundinaceae - Bolboschoenetum laticarpi Passarge 1999 corr. Krumbiegel 2006 parvoroselière de bords de rivière, eutrophile Krumbiegel, A., 2006. Bolboschoenus laticarpus-Röhrichte an der Mittelelbe, eine bisher verkannte Gsellschaft. Tuexenia, 26 : 325-338. Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin.
2019 9403 05/3.0.1.0.1/07 syn inval Phalarido arundinaceae - Bolboschoenetum laticarpi Zonneveld 1960 Gemeenschap van Scirpus maritimus and Phalaris arundinacea Zonneveld, I.S., 1960. The Brabantsche Biesbosch. A study of soil and vegetation of a fresh water tidal area. Ph.D Thesis Wageningen. Bodenkundige studies nr4, part A. 210 p.
2020 9405 05/3.0.1.0.1/07 syn inval Phalarido arundinaceae - Bolboschoenetum laticarpi Vahle in Preising, Vahle, Brandes, Hofmeister, J.Tüxen & Weber 1990 Phalarido arundinaceae - Bolboschoenetum maritimi Preising, E., H.-C. Vahle, D. Brandes, H. Hofmeister, J. Tüxen & H.E. Weber, 1990. Wasser- und Sumpfpflanzengesellschaften des Süßwassers. Naturschutz und Landschaftspflege in Niedersachsen, Heft 20/8.
2021 1657 05/3.0.1.0.2 ALL Oenanthion aquaticae Hejný 1948 ex Neuhäusl 1959 parvoroselières médioeuropéennes pionnières Neuhäusl, R., 1959. Die Pflanzengesellschaften des südostlichen Teiles des Wittingauer Beckens. Preslia, 31 : 115-147. ?
2022 1655 05/3.0.1.0.2 syn = Oenanthion aquaticae Hejný 1948 apud Kopecký & Hejný 1965 Kopecký, K., Hejny, S., 1965. Allgemeine Charakteristik der Pflanzengesellschaften des Phalaridion arundinaceae Verbandes. Preslia, 37 : 53-78.
2023 1658 05/3.0.1.0.2 syn incl Bolboschoenenion Rivas-Martínez in Rivas-Martínez, Costa, Castroviejo, Valdès 1980 Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189.
2024 1659 05/3.0.1.0.2 syn incl Cirsio brachycephali - Bolboschoenenion (von Soó 1947) Passarge 1978 Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195. Soó, R. von, 1947. Revue systématique des associations végétales des environs de Kolozsvár. Acta Bot. Acad. Sci. Hung., 6 : 3-50.
2025 1660 05/3.0.1.0.2 syn incl Cirsio brachycephali - Bolboschoenion Balátová-Tulácková, Mucina, Ellmauer & Wallnöfer in Mucina & Grabherr 1993 Mucina, L. & G. Grabherr (eds.) 1993. Die Pflanzengesellschaften Österreichs, Teil II : Natürliche waldfreie Vegetation. 323 p. Verlag Gustav Fischer, Jenavol. 2. 523 pp. Stuttgart.
2026 1661 05/3.0.1.0.2 syn incl Eleocharito palustris - Sagittarion sagittifoliae Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
2027 1662 05/3.0.1.0.2 syn pp Equisetion fluviatilis Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin.
2028 1663 05/3.0.1.0.2/01 ASS Sagittario sagittifoliae - Sparganietum emersi Tüxen 1953 parvoroselière pionnière des substrats minéraux récemment décapés, eutrophile Tüxen, R., 1953. Sagittaria sagittifolia-Sparganium simplex ass. Mitt. Flor. Soz. Arb. Gem., N.F., 4 : 14.
2029 1664 05/3.0.1.0.2/01 syn incl Butometum umbellati (Konczak 1968) Philippi 1973 Philippi, G., 1973. Zur Kenntnis einiger Röhrichtgesellschaften des Oberrheingebietes. Beitr. Naturk. Forsch. SWDeutschland., 32 : 53-95. ?
2030 6634 05/3.0.1.0.2/01 syn incl Butometum umbellati Konczak 1968 ?
2031 1665 05/3.0.1.0.2/02 ASS Oenantho aquaticae - Rorippetum amphibiae Lohmeyer 1950 'parvoroselière pionnière de bords d''étangs et de mares eutrophiles organiques' Lohmeyer, W., 1950. Oenanthe aquatica-Rorippa amphibia ass. Mitt. Flor. Soz. Arbeitsgem., N.F., 2 : 20.
2032 9404 05/3.0.1.0.2/02 syn = Glycerio fluitantis - Oenanthetum aquaticae (Eggler 1933) Hejný 1948 ? Eggler, J., 1933. Die Pflanzengesellschaften der Umgebung von Graz. Repert. spec. nov. regni veget., Beih. 73 : 95-216.
2033 1666 05/3.0.1.0.2/03 3280pp+3290 ASS Eleocharito palustris subsp. waltersii - Hippuridetum vulgaris var. terrestris Passarge (1955) 1964 'parvoroselière pionnière de bords d''étangs et de mares mésooligotrophiles' Eleocharito waltersii - Hippuridetum terrestris Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Passarge, H., 1955. Die Ufervegetation des Briesener Sees. Mitt. Flor. Soz. Arbeitsgem., N.F. 5 : 91-98.
2034 1667 05/3.0.1.0.2/03 syn incl Eleocharitetum palustris subsp. waltersii (Ubrizsý 1948) Julve 2004 ass. nov. hoc loco hoc loco Ubrizsý, G., 1948. Contributions à la connaissance de la végétation de la montagne à l’Antalóc (en Karpathe-Ukraine). Borbásia, 8 : 31–36. (in Hungarian, with French summary).
2035 6799 05/3.0.1.0.2/03 syn incl Eleocharitetum palustris subsp. waltersii Schennikow 1919 ?
2036 8043 05/3.0.1.0.2/03 syn incl Eleocharitetum palustris Ubrizsý 1948 Ubrizsý, G., 1948. Contributions à la connaissance de la végétation de la montagne à l’Antalóc (en Karpathe-Ukraine). Borbásia, 8 : 31–36. (in Hungarian, with French summary).
2037 1668 05/3.0.1.0.2/03 syn incl Hippuridetum vulgaris var. terrestris Passarge 1955 Passarge, H., 1955. Die Ufervegetation des Briesener Sees. Mitt. Flor. Soz. Arbeitsgem., N.F. 5 : 91-98.
2038 6629 05/3.0.1.0.2/03 syn non Hippuridetum vulgaris var. fluviatilis Rübel 1912 Rübel, E., 1912. Pflanzengeographische Monographie des Berninagebietes. Bot. Jahrb., 47 : 615 p.
2039 8062 05/3.0.1.0.2/03 syn incl Alismato - Eleocharitetum palustris Máthé & Kovács in Kovács & Máthé 1967 Kovács, M. & I. Máthé, 1967. Die Vegetation des Inundationsgebietes der Ipoly. Acta Bot. Acad. Sci. Hung., Budapest, 13 : 133-168.
2040 1669 05/3.0.1.0.2/04 ASS Alismato plantagini-aquaticae - Sparganietum erecti subsp. neglecti Passarge 1983 'parvoroselière pionnière de bords d''étangs et de mares mésotrophiles' Alismato plantagini-aquaticae - Sparganietum neglecti Passarge, H., 1983. Feuchtvegetation im Seelower Oderbruch. Gleditschia, 10 : 199-227.
2041 8042 05/3.0.1.0.2/04 syn = ? Butomo umbellati - Alismatetum plantaginis-aquaticae (Slavnic 1948) Hejny in Dykyjova & Kvet 1978 ? ?
2042 1670 05/3.0.1.0.2/04 syn ambig Glycerio - Sparganietum erecti subsp. neglecti Koch 1926 em. Philippi 1973 Philippi, G., 1973. Zur Kenntnis einiger Röhrichtgesellschaften des Oberrheingebietes. Beitr. Naturk. Forsch. SWDeutschland., 32 : 53-95. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2043 1671 05/3.0.1.0.2/04 syn pp Glycerio - Sparganietum erecti subsp. neglecti Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2044 8061 05/3.0.1.0.2/04 syn incl ? Butomo umbellati - Alismatetum lanceolati Timár 1947 ?
2045 1672 05/3.0.1.0.2/05 ASS Sio latifolii - Equisetetum fluviatilis Julve 2006 ass. nov. hoc loco 'parvoroselière pionnière de bords d''étangs et de mares oligotrophiles' hoc loco
2046 1673 05/3.0.1.0.2/05 syn incl Alismato plantagini-aquaticae - Equisetetum fluviatilis Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin.
2047 1674 05/3.0.1.0.2/05 syn incl Phragmito australis - Equisetetum fluviatilis Passarge (1965) 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin. Passarge, H., 1965. Über einige interessante Stromtalgesellschaften der Elbe unterhalb von Magdeburg. Abh. Ber. Natur. Vorgesch. Magdeburg, 11(4) : 83-93.
2048 6633 05/3.0.1.0.2/05 syn incl ? Sietum latifolii Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin.
2049 9401 05/3.0.1.0.2/06 ASS Bolboschoenetum yagarae Eggler 1933 corr. Hroudovà, Hrivnak & Chytry 2009 parvoroselière de bords de mares, acidiphile, méso à oligotrophile 'Hroudovà, Z., R. Rivnàk & M. Chytry, 2009. Classifi cation of inland Bolboschoenus-dominated vegetation
in Central Europe. Phytocoenologia, 39(2) : 205–215.' Eggler, J., 1933. Die Pflanzengesellschaften der Umgebung von Graz. Repert. spec. nov. regni veget., Beih. 73 : 95-216.
2050 1675 05/3.0.1.0.2/06 syn = Bolboschoenetum yagarae Eggler 1933 Scirpetum maritimi Eggler, J., 1933. Die Pflanzengesellschaften der Umgebung von Graz. Repert. spec. nov. regni veget., Beih. 73 : 95-216.
2051 7185 05/3.0.1.0.2/06 syn = Bolboschoenetum yagarae Julve 2010 ass. nov. hoc loco hoc loco
2052 6635 05/3.0.1.0.2/06 syn compl ambig Persicario lapathifoliae - Bolboschoenetum yagarae Duvigneaud 1988 Polygono lapathifolii - Bolboschoenetum ?
2053 9406 05/3.0.1.0.2/07 ASS Oenantho aquaticae - Bolboschoenetum laticarpi (Krumbiegel 2006) Zumbiehl 2012 ass. nov. hoc loco hoc loco
2054 8034 05/3.0.1.0.2/08 ASS Helosciadio nodiflori - Eleocharitetum bonariensis Géhu & Géhu-Franck 1971 ?
2055 1678 05/3.0.1.0.3 ALL Imperato cylindricae - Erianthion ravennae Braun-Blanquet & de Bolòs 1958 parvoroselières méditerranéennes Braun-Blanquet, J. & O. de Bolos, 1958. Les groupements végétaux du bassin moyen de l’Ebre et leur dynamisme. Anales Estac. Exp. Aula Dei, 5 : 1-266.
2056 1679 05/3.0.1.0.3/01 ASS Equiseto ramosissimi - Erianthetum ravennae Braun-Blanquet & de Bolòs 1958 Braun-Blanquet, J. & O. de Bolos, 1958. Les groupements végétaux du bassin moyen de l’Ebre et leur dynamisme. Anales Estac. Exp. Aula Dei, 5 : 1-266.
2057 1681 05/3.0.1.0.3/01 syn incl Equiseto ramosissimi - Imperatetum cylindricae Ron in Bellot, Ron & Carballal 1979 Bellot, F., M.E. Ron & R. Carballal, 1979. Mapa de la vegetación de la Alcarria occidental. Trab. Dep. Botánica y F. Veg., 10 : 3-32.
2058 1680 05/3.0.1.0.3/01 syn incl Imperato cylindricae - Erianthetum ravennae René Molinier & Tallon 1965 ?
2059 7186 05/3.0.1.0.3/02 ASS Bolboschoenetum glauci Julve 2010 ass. nov. hoc loco parvoroselière euryméditerranéenne de bords de rivière hoc loco
2060 7973 05/3.0.1.0.3/03 ASS Cyperetum esculenti Wisskirchen 1995 Wisskirchen, R., 1995. Verbreitung und Ökologie von Flussuferpionniergesellschaften Chenopodion rubri) in mittleren und westlichen Europa. Dissert. Botanicae, 236, 375p .
2061 1682 05/3.0.1.0.4 ALL Bolboschoenion maritimi Dahl & Hadàč 1941 roselières submaritimes Dahl, E. & E. Hadàč, 1941. Strandgesellschaften der Inseln Ostoy im Oslofjord. Nytt. Mag. Naturv. Bot., 82 : 251-312. Oslo.
2062 1683 05/3.0.1.0.4 syn = Bolboschoenetalia maritimi Dahl & Hadàč 1941 Dahl, E. & E. Hadàč, 1941. Strandgesellschaften der Inseln Ostoy im Oslofjord. Nytt. Mag. Naturv. Bot., 82 : 251-312. Oslo.
2063 1684 05/3.0.1.0.4 syn = Bolboschoenetalia maritimi Hejný in Holub, Hejný, Moravec & Neuhäusl 1967 Holub, J., S. Hejný, J. Moravec & R. Neuhäusl, 1967. Übersicht der höheren Vegetationseinheiten der Tschechoslowakei. Rozpr. Cs. Akad. Ved, Praha, ser. math. natur. 77, 3. 1-75.
2064 1685 05/3.0.1.0.4 syn = Bolboschoenetea maritimi Tüxen & Vicherek in Tüxen & Hülbusch 1971 Tüxen, R. & K.-H. Hülbusch, 1971. Bolboschoenetea maritimi. Fragm. Florist. Geobot., 17 : 391-407.
2065 1686 05/3.0.1.0.4 syn illeg ambig Phragmition australis Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2066 1687 05/3.0.1.0.4 syn incl Bolboschoenion maritimi - littoralis Rivas-Martínez in Rivas-Martínez, Costa, Castroviejo, Valdès 1980 Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189.
2067 1688 05/3.0.1.0.4 syn incl pp Phragmition australis (Koch 1926) Succow 1974 Eu-Phragmition Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2068 1694 05/3.0.1.0.4/01 ASS Bolboschoeno maritimi - Schoenoplectetum tabernaemontani Bueno & Fernández Prieto in Bueno 1997 parvoroselière pionnière, subhalophile, atlantique Bueno, A., 1997. Flora y vegetación de los estuarios asturianos. Cuadernos de Medio Ambiente, Naturaleza. Oviedo, 3 : 1-334.
2069 1690 05/3.0.1.0.4/01 syn incl Astero tripolii - Bolboschoenetum maritimi (Dahl & Hadàč 1941) Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin. Dahl, E. & E. Hadàč, 1941. Strandgesellschaften der Inseln Ostoy im Oslofjord. Nytt. Mag. Naturv. Bot., 82 : 251-312. Oslo.
2070 1691 05/3.0.1.0.4/01 syn incl Bolboschoenetum maritimi (van Langendonck 1931) Beeftink 1957 ? Langendonck, H.J. van, 1931. De vegetatie en oecologie der schorrenplanten Van Saafiongen. Bot. Jaarbock Dodonaea, 23 : 1-128.
2071 1692 05/3.0.1.0.4/01 syn incl Bolboschoenetum maritimi Dahl & Hadàč 1941 Dahl, E. & E. Hadàč, 1941. Strandgesellschaften der Inseln Ostoy im Oslofjord. Nytt. Mag. Naturv. Bot., 82 : 251-312. Oslo.
2072 1693 05/3.0.1.0.4/01 syn incl Bolboschoenetum maritimi van Langendonck 1931 Langendonck, H.J. van, 1931. De vegetatie en oecologie der schorrenplanten Van Saafiongen. Bot. Jaarbock Dodonaea, 23 : 1-128.
2073 1677 05/3.0.1.0.4/01 syn illeg ambig Bolboschoenetum maritimi (Christiansen 1934) Tüxen 1937 Scirpetum maritimi Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Christiansen, W., 1934. Das Pflanzengeographische und soziologische Verhalten der Salzpflanzen mit besonderer Berücksichtigung von Schleswig-Holstein. Beitr. Biol. Pflanz., 22 : 139-154.
2074 1695 05/3.0.1.0.4/01 syn incl Cochleario aestuariae - Bolboschoenetum maritimi Bioret, Géhu & Magnanon 1995 Bioret, F., J.-M. Géhu & S. Magnanon, 1995. Synécologie et phytosociologie de Cochlearia aestuaria (Lloyd) Heyw. dans les estuaires bretons. Documents phytosociologiques, NS, 15 : 367-382.
2075 1696 05/3.0.1.0.4/01 syn incl Phragmiti australis - Bolboschoenetum maritimi Tyler 1969 Tyler, G., 1969. Regional aspects of baltic shore-meadows vegetation. Vegetation, 19 : 60-86.
2076 1697 05/3.0.1.0.4/01 syn incl Schoenoplectetum tabernaemontani Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
2077 1698 05/3.0.1.0.4/01 syn incl Schoenoplectetum tabernaemontani von Soó (1927) 1949 ? Soó, R. von, 1927/1928. Geobotanische Monographie von Kolozsvar (Klausenburg). Mitt. Komm. Heimatkunde, 4 : 1-151.
2078 1699 05/3.0.1.0.4/01 syn incl Schoenoplectetum tabernaemontani von Soó 1947 Soó, R. von, 1947. Conspectus des groupements végétaux dans les Bassins Carpathiques 1. Les associations halophiles. Edition de l’Institut Botanique de l’Université à Debrecen.
2079 1700 05/3.0.1.0.4/01 syn incl Schoenoplectetum tabernaemontani von Soó 1962 ?
2080 1689 05/3.0.1.0.4/01 syn incl Schoenoplecto tabernaemontani - Bolboschoenetum maritimi (Christiansen 1934) Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin. Christiansen, W., 1934. Das Pflanzengeographische und soziologische Verhalten der Salzpflanzen mit besonderer Berücksichtigung von Schleswig-Holstein. Beitr. Biol. Pflanz., 22 : 139-154.
2081 1701 05/3.0.1.0.4/01 syn incl Schoenoplecto triquetri - Bolboschoenetum maritimi Zonneveld 1960 Zonneveld, I.S., 1960. The Brabantsche Biesbosch. A study of soil and vegetation of a fresh water tidal area. Ph.D Thesis Wageningen. Bodenkundige studies nr4, part A. 210 p.
2082 1702 05/3.0.1.0.4/01 syn pp Astero tripolii - Phragmitetum australis (Jeschke 1968) Krisch 1972 [bolboschoenetosum] Krisch, H., 1972. Geobotanische Untersuchungen des Grünlandes im Rycktalzungenbecken. Diss. Univ. Greifswald. Jeschke, L., 1968. Die Vegetation der Insel Ruden. Natur und Naturschutz in Mecklenburg, 6 : 111-138.
2083 1703 05/3.0.1.0.4/01 syn pp Schoenoplecto lacustris - Phragmitetum australis Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2084 1676 05/3.0.1.0.4/01 syn = ? Bolboschoeno maritimi - Phragmitetum australis Borhidi & Balogh in Borhidi 1970 Bolboschoeno maritimi - Phragmitetum australis Borhidi, A., 1970. Ökologie, Wettbewerb und Zönologie des Schilfrohrs (Phragmites communis L.) und die Systematik der Brackröhrichte. Acta Bot. Hung., 16 : 1–12.
2085 1704 05/3.0.1.0.4/02 ASS Schoenoplecto pungentis - Bolboschoenetum maritimi (Braun-Blanquet, Roussine & Nègre 1952) Julve 2005 ass. nov. hoc loco parvoroselière pionnière, subhalophile, méditerranéenne hoc loco Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
2086 1705 05/3.0.1.0.4/02 syn = ? Typho - Schoenoplectetum tabernaemontani Braun-Blanquet & O. de Bolòs 1958 Braun-Blanquet, J. & O. de Bolos, 1958. Les groupements végétaux du bassin moyen de l’Ebre et leur dynamisme. Anales Estac. Exp. Aula Dei, 5 : 1-266.
2087 1706 05/3.0.1.0.4/02 syn ambig pp Bolboschoenetum maritimi Braun-Blanquet 1931 ex Braun-Blanquet, Roussine & Nègre 1952 Scirpetum maritimi Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2088 1707 05/3.0.1.0.4/02 syn incl Puccinellio festuciformis - Bolboschoenetum maritimi (Pignatti 1953) Géhu & Scoppola in Géhu, Scoppola, Caniglia, Marchiori & Géhu-Franck 1984 'Géhu, J.-M., A. Scoppola, G. Caniglia, S. Marchiori & J. Géhu-Franck, 1984. Les systèmes végétaux de la côte nord-adriatique italienne, leur originalité à l''échelle européenne. Doc. Phytosoc., N.S. 8 : 485-558. Camerino.'
2089 7426 05/3.0.1.0.4/02 syn nn Bolboschoenetum maritimi Braun-Blanquet 1931 Scirpetum maritimi Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2090 1708 05/3.0.1.0.4/02 syn pp Bolboschoeno maritimi - Schoenoplectetum litoralis (Braun-Blanquet, Roussine & Nègre 1952) O. de Bolòs 1962 Scirpetum compacto - litoralis Bolòs, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona. Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
2091 1709 05/3.0.1.0.4/03 ASS Astero tripolii - Phragmitetum australis Krisch 1974 magnoroselière terminale, subhalophile, atlantique Krisch, H., 1974. Zur Kenntnis der Pflanzengesellschaften der mecklenburgischen Boddenküste. Feddes Repertorium, 85 : 115-158.
2092 1711 05/3.0.1.0.4/03 syn = Bolboschoeno maritimi - Phragmitetum australis Bueno & Fernández Prieto in Bueno 1997 Bueno, A. 1997. Flora y vegetación de los estuarios asturianos. Cuadernos de Medio Ambiente, Naturaleza. Oviedo 3: 1-334.
2093 1712 05/3.0.1.0.4/03 syn incl ? Junco maritimi - Phragmitetum australis Izco & J.-M. Sánchez 1997 Izco, J. & J.-M. Sánchez, 1997. Los medios halófilos de la ría de Ortigueira A (Coruña, España). Vegetación de dunas y marismas. Thalassas, 12 : 63-100.
2094 1710 05/3.0.1.0.4/03 syn nn Astero tripolii - Phragmitetum australis (Jeschke 1968) Succow 1974 Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113. Jeschke, L., 1968. Die Vegetation der Insel Ruden. Natur und Naturschutz in Mecklenburg, 6 : 111-138.
2095 1713 05/3.0.1.0.4/03 syn pp Astero tripolii - Phragmitetum australis (Jeschke 1968) Krisch 1972 [typicum, galietosum, excl. solanetosum, bolboschoenetosum] Krisch, H., 1972. Geobotanische Untersuchungen des Grünlandes im Rycktalzungenbecken. Diss. Univ. Greifswald. Jeschke, L., 1968. Die Vegetation der Insel Ruden. Natur und Naturschutz in Mecklenburg, 6 : 111-138.
2096 1714 05/3.0.1.0.4/04 ASS Bolboschoeno maritimi - Phragmitetum australis subsp. chrysanthae (Braun-Blanquet 1931) Julve 2005 ass. nov. hoc loco magnoroselière terminale, subhalophile, méditerranéenne Bolboschoeno maritimi - Phragmitetum chrysanthae hoc loco Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2097 1716 05/3.0.1.0.4/04 syn = Schoenoplecto lacustris - Phragmitetum australis Tüxen & Preising 1942 phragmitetosum australis subsp. chrysanthi Scirpeto - Phragmitetum mediterraneum Tüxen, R. & E. Preising, 1942.Grunbegriffe und Methoden zum studium der Wasser und Sumflanzengesellschaften. Deutsche Wasserwirtschaft 37: 10-17, 57-69.
2098 1715 05/3.0.1.0.4/04 syn ambig pp Bolboschoenetum maritimi Braun-Blanquet 1931 apud Braun-Blanquet, Roussine & Nègre 1952 Scirpetum maritimi Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2099 1717 05/3.0.1.0.4/04 syn pp Schoenoplecto lacustris - Phragmitetum australis Tüxen & Preising 1942 Scirpeto - Phragmitetum mediterraneum Tüxen, R. & E. Preising, 1942.Grunbegriffe und Methoden zum studium der Wasser und Sumflanzengesellschaften. Deutsche Wasserwirtschaft 37: 10-17, 57-69.
2100 1720 05/3.0.1.0.4/04 syn pp Typho angustifoliae - Phragmitetum australis (Tüxen & Preising 1942) Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456. Tüxen, R. & E. Preising, 1942.Grunbegriffe und Methoden zum studium der Wasser und Sumflanzengesellschaften. Deutsche Wasserwirtschaft 37: 10-17, 57-69.
2101 1719 05/3.0.1.0.4/04 syn pp illeg Schoenoplecto lacustris - Phragmitetum Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Scirpo lacustris - Phragmitetum mediterraneum Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
2102 1721 05/3.0.1.0.4/05 ASS Bolboschoeno maritimi - Juncetum subulati Géhu, Biondi, Géhu-Franck & Costa 1992 magnojonçaie pionnière, subhalophile, méditerranéenne 'Géhu, J.-M., E. Biondi, J. Géhu-Franck & M. Costa, 1992. Interprétation phytosociologique actualisée de quelques végétations psammophiles et halophiles de Camargue. Coll. Phytosoc., 19 : 103-131. (Végétation et qualité de l''environnement cotier en Méditerranée, Cagliari 1989).'
2103 1722 05/3.0.1.0.4/06 ASS Soncho maritimi - Cladietum marisci (Braun-Blanquet & O. de Bolòs 1957) Cirujano 1980 magnocariçaie subhalophile, paratourbeuse, méditerranéenne Cirujano, S., 1980. Las lagunas manchegas y su vegetación. I. Anales Jard. Bot. Madrid, 37(1) : 155-192. 'Braun-Blanquet, J. & O. de Bolos, 1957. Les groupements végétaux du bassin moyen de l''Ebre et leur dynamisme. Anales Estacion Exper. Aula Dei, 5 : 1-266.'
2104 1724 05/3.0.1.0.4/06 syn = Junco maritimi - Cladietum marisci (Braun-Blanquet & O. de Bolòs 1957) Géhu & Biondi 1988 Géhu, J.-M. & E. Biondi, 1988. Données sur la végétation des ceintures d’atterrissement des lacs Alimini Salento (Italie). Doc. Phytosoc., N.S., 11 : 353-380. 'Braun-Blanquet, J. & O. de Bolos, 1957. Les groupements végétaux du bassin moyen de l''Ebre et leur dynamisme. Anales Estacion Exper. Aula Dei, 5 : 1-266.'
2105 1723 05/3.0.1.0.4/06 syn illeg Cladietum marisci Braun-Blanquet & O. de Bolòs 1957 Mariscetum oligohalinum 'Braun-Blanquet, J. & O. de Bolos, 1957. Les groupements végétaux du bassin moyen de l''Ebre et leur dynamisme. Anales Estacion Exper. Aula Dei, 5 : 1-266.'
2106 8011 05/3.0.1.0.4/07 ASS Typhetum laxmannii (Ubriszy 1961) Nedelcu 1968 Nedelcu, G.A., 1968. Nota floristica si geobotanica a balti Dudu. Com. Bot., 7 : 66-72. Ubrizsý, G., 1961. Unkrautvegetation der reiskulturen in Ungarn. Acta. Bot. Acad. Sci. Hung., 7 : 175-220.
2107 1725 05/3.0.2 ORD Caricetalia elatae Pignatti 1953 magnocariçaies européennes Pignatti, S., 1953. Introduzione allo studio fitosociologico della pianura veneta orientale con particolare riguardo alla vegetazione litoreana. Archivio Botanico, 29, 3 ser., 13(2) : 65-98.
2108 1726 05/3.0.2 syn = Caricetalia elatae Pignatti 1954 Magnocaricetalia Pignatti, S., 1954. Introduzione allo studio fitosociologico della pianura veneta orientale. Atti Inst. Bot. Univ. Lab. Crittog. Pavia, 5 : 92-258.
2109 8036 05/3.0.2 syn = Phragmito australis - Caricetea elatae Klika in Klika & Novák 1941 em. Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin. Klika, J. & V. Novák, 1941. Praktikum rostlinné sociologie, pudoznalství, klimatologie a ekologie. Praha.
2110 1727 05/3.0.2 syn pp Carici elatae - Phragmitetalia australis (Pignatti 1953) Succow 1974 Magnocarici - Phragmitetalia Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113. Pignatti, S., 1953. Introduzione allo studio fitosociologico della pianura veneta orientale con particolare riguardo alla vegetazione litoreana. Archivio Botanico, 29, 3 ser., 13(2) : 65-98.
2111 1728 05/3.0.2.0.1 ALL Caricion elatae Koch 1926 magnocariçaies et roselières tourbeuses mésotrophiles, des eaux stagnantes ou à battement vertical Magnocaricion elatae Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2112 1729 05/3.0.2.0.1 syn = Caricenion appropinquatae Balátová-Tulačková 1960 ?
2113 1730 05/3.0.2.0.1 syn = Caricenion elatae (Koch 1926) Balátová-Tulačková 1976 Balátová-Tulačková, E., 1976. Riede und sumpfwiesen der Ordnung Magnocaricetalia in der Zahorie Tiefebene und dem nördlich angrenzenden Gebiet. Synökologische Studie der Magnocaricetalia-Gesellschaften. Vegetacia CSSR, Bratislava, ser. B, 3 : 1-257. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2114 1731 05/3.0.2.0.1 syn = Caricenion rostratae (Balátová-Tulačková 1963) Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., S. Görs, D. Korneck, W. Lohmeyer, T. Müller, G. Philippi & P. Seibert, 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62. Balátová-Tulačková, E., 1963. Zur Systematik der europäischen Phragmitetea. Preslia, 35 : 118-122.
2115 1732 05/3.0.2.0.1 syn = Caricion rostratae (J. Duvigneaud 1958) Balátová-Tulačková 1963 Balátová-Tulačková, E., 1963. Zur Systematik der europäischen Phragmitetea. Preslia, 35 : 118-122. 'Duvigneaud, J., 1958. Contribution à l''étude des groupements prairiaux de la plaine alluviale de la Meuse lorraine. Bull. Soc. Roy. Bot. Belg., 91 : 7-77.'
2116 1733 05/3.0.2.0.1 syn compl incl Calliergonello cuspidatae - Caricion elatae (Trass 1963) Succow 1974 Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113. ?
2117 1734 05/3.0.2.0.1 syn compl incl Scorpidio scorpioidis - Cladion marisci (Braun 1968) Succow 1974 Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113. Braun, W., 1968. Die Kalkflachmoore und ihre wichtigsten Kontaktgesellschaften im bayerischen Alpenvorland. Dissert. Bot., 1, 134 p.
2118 1735 05/3.0.2.0.1 syn incl Carici pseudocyperi - Rumicion hydrolapathi Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
2119 1736 05/3.0.2.0.1 syn incl Cicution virosae (Hejný 1962) Succow 1974 Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113.
2120 8059 05/3.0.2.0.1 syn incl Cicution virosae Hejný 1962 ex Segal in Westhoff et Den Held 1969 Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen.
2121 1737 05/3.0.2.0.1 syn incl Cicution virosae Hejný 1960 Hejný, S., 1960. Ökologische Charakteristik der Wasser- und Sumpfplanzengesellschaften in den slowakischen Tiefebenen (Donau- und Theissgebiet). Vydavatel’stvo SAV, Bratislava, 124 p.
2122 1738 05/3.0.2.0.1 syn incl Cladenion marisci Braun 1968 Braun, W., 1968. Die Kalkflachmoore und ihre wichtigsten Kontaktgesellschaften im bayerischen Alpenvorland. Dissert. Bot., 1, 134 p.
2123 1739 05/3.0.2.0.1 syn incl pp Phragmition australis Succow 1974 Meso - Phragmition Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113.
2124 1740 05/3.0.2.0.1 syn pp Equisetion fluviatilis Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin.
2125 8058 05/3.0.2.0.1 syn incl Caricenion pseudocyperi Borhidi 2001 ?
2126 1741 05/3.0.2.0.1/01 ASS Cicuto virosae - Caricetum pseudocyperi Boer & Sissingh in Boer 1942 magnocariçaie héliophile des vases molles organiques Boer, A.C., 1942. Plantensociologische beschrijving van de orde der Phragmitetalia. Nederl. Kruidkd. Arch., 52 : 237-302.
2127 1742 05/3.0.2.0.1/01 syn = Cicuto virosae - Caricetum pseudocyperi (Boer & Sissingh in Boer 1942) Succow 1974 Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113. Boer, A.C., 1942. Plantensociologische beschrijving van de orde der Phragmitetalia. Nederl. Kruidkd. Arch., 52 : 237-302.
2128 1743 05/3.0.2.0.1/01 syn incl Calletum palustris (Osvald 1923) Vanden Berghen 1952 ? Osvald, H. 1923. Die Vegetation des Hochmoores Komosse. Sv. växtsoc. sällsk. handli. 1, 436 p. Uppsala.
2129 1744 05/3.0.2.0.1/01 syn incl Cicuto virosae - Calletum palustris (Vanden Berghen 1952) Schaminée & Weeda in Schaminée, Weeda & Westhoff 1995 Schaminée, J.H.J., E.J. Weeda & V. Westhoff, 1995. De vegetatie van Nederland 2. Plantengemeenschappen van wateren, moerassen en natte heiden. [The vegetation of the Netherlands 2. Plant communities of water bodies, swamps and wet heathlands]. 358 p. Opulus Press. Uppsala, Leiden. ?
2130 7874 05/3.0.2.0.1/01 syn incl Cicuto virosae - Phragmitetum australis Wheeler 1978 Cicuto - Phragmitetum Wheeler, B., 1978. The wetland plant communities of the River Ant valley in Norfolk. Transactions of the Norfolk and Norwich Naturalists Society, 24 : 153-187.
2131 8063 05/3.0.2.0.1/01 syn incl Carici pseudocyperi - Menyanthetum trifoliatae von Soó 1955 Soó, R. von, 1955. La vegetation de Batorliget. Acta Botan. Hungarica, 1 : 301-334.
2132 1745 05/3.0.2.0.1/02 ASS Caricetum elatae Koch 1926 magnocariçaie tourbeuse basophile, héliophile, des nappes à battement vertical Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2133 1746 05/3.0.2.0.1/02 syn incl Eupatorio cannabini - Caricetum elatae Biurrun, J.A. Molina & Loidi in Biurrun 1999 Biurrun, I. 1999. Flora y vegetación de los ríos y humedales de Navarra. Guineana, 5 : 1-338.
2134 1747 05/3.0.2.0.1/03 ASS Caricetum vesicariae Braun-Blanquet & Denis 1926 magnocariçaie tourbeuse basophile, héliophile, des suintements paratourbeux 'Braun-Blanquet, J. & M. Denis, 1926. L''évolution de la végétation au lac des Esclauzes Monts-Dore). In Braun-Blanquet J., études phytosociologiques en Auvergne. Arvernia, 2 : 53-56.'
2135 1748 05/3.0.2.0.1/03 syn = Caricetum rostrato - vesicariae Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2136 1749 05/3.0.2.0.1/03 syn = Caricetum vesicariae Chouard 1924 'Chouard, P., 1924. Monographies phytosociologiques. I. La région de Brigueil l''Ainé (Confolentais). Bull. Soc. Bot. Fra., 71 : 1130-1158.'
2137 1750 05/3.0.2.0.1/03 syn = Caricetum vesicariae Rübel 1933 Rübel, E., 1933. Versuch einer Übersicht über die Pflanzengesellschaften der Schweiz. Berichte Geobot. Forsch. Inst. Rübel, 4 : 19-30.
2138 1752 05/3.0.2.0.1/04 ASS Caricetum appropinquatae Koch 1926 ex von Soó 1938 magnocariçaie tourbeuse basophile, héliophile, psychrophile Soó, R. von, 1938. Wasser-, Sumpf- und Wiesenpflanzengesellschaften des Sandgebietes Nyirseg. Bot. Közl., 35 : 249-273. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2139 7021 05/3.0.2.0.1/04 syn compl incl ? Sphagno - Caricetum appropinquatae (Smarda 1948) Rybnicek 1974 Rybníček, K., 1974. Die Vegetation der Moore im südlichen Teil der Böhmisch-Mährischen Höhe. Academia, Praha. Šmarda, J., 1948. Mechy Slovenska. Čas. Zem. Mus. Brno, 32 : 1-75.
2140 1753 05/3.0.2.0.1/05 ASS Thelypterido palustris - Phragmitetum australis Kuiper 1957 em. Segal & Westhoff in Westhoff & den Held 1969 magnoroselière tourbeuse basophile, sciatolérante Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen. Kuiper, P.J.C., 1957. Verlandingsvegetaties in NW Overijsel. Kruipnieuws, 20 : 1-16.
2141 1754 05/3.0.2.0.1/06 ASS Thysselino palustris - Calamagrostietum canescentis Weber 1978 magnoroselière tourbeuse basophile, héliophile, épisodiquement coupée Peucedano palustris - Calamagrostietum canescentis Weber, H.E., 1978. Vegetation der NSG Balksee und Randmoore. Naturschutz Landschaftspflege Niedersachsen, 9 : 168 p. Hannover.
2142 1755 05/3.0.2.0.1/06 syn = Calamagrostietum canescentis Simon 1960 Simon, T., 1960. Contributions à la connaissance de la vegetation du Delta du Danube. Ann. Univ. Sci. Budapest, Sect. Biol., 3 : 307-333.
2143 1756 05/3.0.2.0.1/06 syn = Cirsio palustris - Calamagrostietum canescentis Passarge 1984 Passarge, H., 1984. Mitteleuropäische Waldschlagrasen. Folia Geobot. Phytotax., 19 : 337-380.
2144 1757 05/3.0.2.0.1/06 syn incl Junco subnodulosi - Calamagrostietum canescentis Korneck 1963 Korneck, D., 1963. Die Pfeifengraswiesen und ihre wichtigsten Kontaktgesellschaften in der nördlichen Oberrheinebene und im schweinfurter Trockengebiet. III : Kontaktgesellschaften. Beitr. Naturk. Forsch. Südwestdeutschl., 22 : 19-44.
2145 1758 05/3.0.2.0.1/06 syn incl Lathyro palustris - Lysimachietum vulgaris Passarge 1978 Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195.
2146 1759 05/3.0.2.0.1/06 syn pp Thysselino palustris - Phragmitetum palustris Wheeler 1978 Peucedano - Phragmitetum Wheeler, B., 1978. The wetland plant communities of the River Ant valley in Norfolk. Transactions of the Norfolk and Norwich Naturalists Society, 24 : 153-187.
2147 8071 05/3.0.2.0.1/06 syn incl Carici elatae - Calamagrostietum canescentis Jílek 1958 ?
2148 8072 05/3.0.2.0.1/06 syn = Calamagrostietum canescentis Hadač in Březina et al. 1963 ?
2149 1760 05/3.0.2.0.1/07 ASS Thelypterido palustris - Caricetum elongatae Julve & Gillet 1994 prov. parvocariçaie tourbeuse basophile, sciaphile, des bases de dendromottes Julve, Ph. & F. Gillet, 1994. III. Experiences of French authors (Map 3). In Falinski, J.B., (Ed.) : Vegetation under the diverse anthropogenic impact as object of basic phytosociological map. Results of the international cartographical experiment organized in the Bialowieza Forest. Phytocoenosis, N.S. 6, Suppl. Cartog. Geobot., 4 : 45-66, 1 carte en couleur).
2150 1761 05/3.0.2.0.1/08 ASS Menyantho trifoliatae - Equisetetum fluviatilis Wattez 1968 parvoroselière tourbeuse basophile des eaux profondes, amphibie permanente, planitiaire 'Wattez, J.R., 1968. Contribution à l''étude de la végétation des marais arrière littoraux de la plaine alluviale picarde. Thèse, Univ. Lille, 378 p.'
2151 1762 05/3.0.2.0.1/08 syn ambig Equisetetum fluviatilis Steffen 1931 Steffen, H., 1931. Vegetationskunde von Ostpreussen. Pflanzensoziologie, 1, 406 p.
2152 1763 05/3.0.2.0.1/08 syn incl Equiseto fluviatilis - Menyanthetum trifoliatae (Krisch 1974) Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin. Krisch, H., 1974. Wirtschaftsgrünland, Röhrichte und Seggenriede der Ryckniederung (NO-Mecklenburg). Feddes Repertorium, 85 : 357-427.
2153 1764 05/3.0.2.0.1/09 7210* ASS Cladietum marisci Allorge 1922 cladiaie tourbeuse basophile, héliophile, thermophile Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
2154 1766 05/3.0.2.0.1/09 syn = Cladietum marisci (Allorge 1922) Zobrist 1935 Zobrist, L. 1935. Pflanzensoziologische und bodenkundliche Untersuchungen des Schoenetum nigricantis im nordschweizerischen Mitellande. Beitr. Geobot. Landesaufn. Schweiz, 18 : 1-144. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
2155 7873 05/3.0.2.0.1/09 syn = Cladietum marisci Zobrist 1935 em. Pfeiffer 1961 ? Zobrist, L. 1935. Pflanzensoziologische und bodenkundliche Untersuchungen des Schoenetum nigricantis im nordschweizerischen Mitellande. Beitr. Geobot. Landesaufn. Schweiz, 18 : 1-144.
2156 1765 05/3.0.2.0.1/09 syn illeg Cladietum marisci Succow 1974 Hydro - Cladietum Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113.
2157 1767 05/3.0.2.0.1/09 syn incl Carici elatae - Cladietum marisci Passarge (1964) 1978 Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195. Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
2158 7876 05/3.0.2.0.1/09 syn incl Cladio marisci - Molinietum caeruleae Wheeler 1980 Cladio - Molinietum Wheeler, B.D., 1980. Plant communities of rich-fen systems in England and wales 2. Conmunities of calcareous mires. Journal of Ecology, 68 : 405-420.
2159 1768 05/3.0.2.0.1/09 syn incl Phragmiti australis - Cladietum marisci von Soó 1930 Soó, R. von, 1930. A modern növénhföldrajz problémái, irányai és irodalma. A növényszociológia Magyarországon. Über Probleme, Richtungen und Literatur der modernen Geobotanik. Die Pflanzensoziologie in Ungarn. Magy. Biol. Kut. Inst. Munkái, 3 : 1-51.
2160 1769 05/3.0.2.0.1/10 ASS Cicuto virosae - Caricetum paniculatae Succow 1974 ex Jeschke & Müther 1978 'magnocariçaie cespiteuse de bord d''étang à circulation d''eau horizontale, sur sol tourbeux' Jeschke, L. & K. Müther, 1978. Die Pflanzengesellschaften der Rheinsberger Seen. Limnologica, 11 : 307-353. Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113.
2161 1771 05/3.0.2.0.1/10 syn = ? Dactylorhizo majalis - Caricetum paniculatae Carreras & Vigo 1984 Pyrénées, montagnard supérieur Carreras, J & J. Vigo, 1984. Sobre la vegetació de l’aliança Calthion als Pirineus catalans. Collect. Bot. Barcelona, 15 : 119-131.
2162 1772 05/3.0.2.0.1/10 syn = ? Eriophoro latifoliae - Caricetum paniculatae O. de Bolòs & Vives in O. de Bolòs 1956 nom. inv. Bolos, O. de, 1956. De vegetatione notulae, II. Collect. Bot., 5 : 195-268.
2163 1773 05/3.0.2.0.1/10 syn ambig pp Caricetum paniculatae Wangerin 1916 Wangerin, W., 1916. Beiträge zur Kenntnis der Vegetationsverhältnisse einiger Moore der Provinz Westpreussen und des Kreises Lauenburg in Pommern. Ber. Westpreuss. Bot.-Zool. Vereins Danzig, 38 : 77-83.
2164 1774 05/3.0.2.0.1/10 syn ambig pp Caricetum paniculatae Wangerin 1916 ex von Rochow 1951 Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena. Wangerin, W., 1916. Beiträge zur Kenntnis der Vegetationsverhältnisse einiger Moore der Provinz Westpreussen und des Kreises Lauenburg in Pommern. Ber. Westpreuss. Bot.-Zool. Vereins Danzig, 38 : 77-83.
2165 1770 05/3.0.2.0.1/10 syn nn Rumici hydrolapathi - Caricetum paniculatae Succow 1988 ?
2166 1775 05/3.0.2.0.1/11 ASS Caricetum ripario - acutiformis Kobendza 1930 magnocariçaie tourbeuse basophile, sciatolérante 'Kobendza, R., 1930. Les rapports phytosociologiques dans l''ancienne grande forêt de Kampinos. Contrib. Flor. Pol., 2 : 1-200.'
2167 1776 05/3.0.2.0.1/11 syn = Galio palustris - Caricetum ripariae Balátová-Tulačková, Mucina, Ellmauer & Wallnöfer in Mucina & Grabherr 1993 Mucina, L. & G. Grabherr (eds.) 1993. Die Pflanzengesellschaften Österreichs, Teil II : Natürliche waldfreie Vegetation. 323 p. Verlag Gustav Fischer, Jenavol. 2. 523 pp. Stuttgart.
2168 1777 05/3.0.2.0.1/11 syn incl Caricetum acutiformi - ripariae von Soó (1938) 1947 Soó, R. von, 1947. Revue systématique des associations végétales des environs de Kolozsvár. Acta Bot. Acad. Sci. Hung., 6 : 3-50. Soó, R. von, 1938. Wasser-, Sumpf- und Wiesenpflanzengesellschaften des Sandgebietes Nyirseg. Bot. Közl., 35 : 249-273.
2169 6639 05/3.0.2.0.1/11 syn incl Caricetum acutiformis Eggler 1933 Eggler, J., 1933. Die Pflanzengesellschaften der Umgebung von Graz. Repert. spec. nov. regni veget., Beih. 73 : 95-216.
2170 1778 05/3.0.2.0.1/11 syn incl Caricetum acutiformis Sauer 1937 Sauer, F., 1937. Die Makrophytenvegetation ostholsteinischer Seen und Teiche. Arch. Hydrobiol., Suppl., 6 : 431-592.
2171 1779 05/3.0.2.0.1/11 syn incl Caricetum ripariae (von Soó 1928) Knapp & Stoffers 1962 Knapp, R. & A.L. Stoffers, 1962. Über die Vegetation von Gewässern und Ufern im mittleren Hessen. Ber. Oberhess. Ges. Natur und Heilkd., 32 : 90-141. Soó, R. von, 1928. Adatok a Balatonvidék flórájának és vegetációjának ismeretéhez I. Magy. Biol. Inst. Munkái, 2 : 132-136.
2172 1780 05/3.0.2.0.1/11 syn incl Caricetum ripariae Jasnowski 1962 prov. ?
2173 1781 05/3.0.2.0.1/11 syn incl Caricetum ripariae von Soó 1928 Soó, R. von, 1928. Adatok a Balatonvidék flórájának és vegetációjának ismeretéhez I. Magy. Biol. Inst. Munkái, 2 : 132-136.
2174 1782 05/3.0.2.0.1/11 syn incl Ranunculo linguae - Caricetum acutiformis Julve & Gillet 1994 prov. Julve, Ph. & F. Gillet, 1994. III. Experiences of French authors (Map 3). In Falinski, J.B., (Ed.) : Vegetation under the diverse anthropogenic impact as object of basic phytosociological map. Results of the international cartographical experiment organized in the Bialowieza Forest. Phytocoenosis, N.S. 6, Suppl. Cartog. Geobot., 4 : 45-66, 1 carte en couleur).
2175 1783 05/3.0.2.0.1/12 ASS Rumici hydrolapathi - Caricetum rostratae (Tüxen 1937) Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
2176 1784 05/3.0.2.0.1/12 syn incl Sparganio erecti - Caricetum rostratae (Jeschke & Müther 1978) Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin. Jeschke, L. & K. Müther, 1978. Die Pflanzengesellschaften der Rheinsberger Seen. Limnologica, 11 : 307-353.
2177 1785 05/3.0.2.0.1/13 ASS Cicuto virosae - Equisetetum fluviatilis Julve 2006 ass. nov. hoc loco parvoroselière tourbeuse basophile des eaux profondes, montagnarde hoc loco
2178 1786 05/3.0.2.0.1/13 syn = Potentillo palustris - Equisetetum fluviatilis Julve in Julve, Brunhes & Miouze 1989 prov. 'Julve, Ph., J. Brunhes & C. Miouze, 1989. Etudes structurales et dynamiques sur des écosystèmes de tourbières acides. I : dynamique des groupements végétaux et hydrologie d''une tourbière de l''étage montagnard du Massif Central. Bull. Ecol., 20 : 15-26.'
2179 7031 05/3.0.2.0.1/14 ASS Caricetum elatae var. dissolutae (Braun 1968) Julve 2007 ass. nov. hoc loco magnocariçaie turficole, amphibie exondable à permanente, basophile, montagnarde, centroeuropéenne Caricetum dissolutae hoc loco
2180 2255 05/3.0.2.0.1/14 syn = Schoeno ferruginei - Caricetum elatae var. dissolutae Braun 1968 em. Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Braun, W., 1968. Die Kalkflachmoore und ihre wichtigsten Kontaktgesellschaften im bayerischen Alpenvorland. Dissert. Bot., 1, 134 p.
2181 7030 05/3.0.2.0.1/14 syn compl Scorpidio scorpioidis - Caricetum elatae var. dissolutae Braun 1968 Braun, W., 1968. Die Kalkflachmoore und ihre wichtigsten Kontaktgesellschaften im bayerischen Alpenvorland. Dissert. Bot., 1, 134 p.
2182 8102 05/3.0.2.0.1/15 ASS Phragmito australis - Caricetum paniculatae Lavagne 2006 Lavagne, A., 2006. La végétation des bas-marais du vallon du Lauzanier Larche (Alpes-de-Haute-Provence, France). J. Bot. Soc. Bot. Fra., 34 : 41-57.
2183 9320 05/3.0.2.0.1/16 ASS Cladio marisci - Caricetum hispidae O. de Bolòs 1967 magnocariçaie méditerranéenne Bolos, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38 (1) : 3-281.
2184 1787 05/3.0.2.0.2 ALL Caricion acutae (J. Duvigneaud 1958) Balátová-Tulačková 1963 magnocariçaies sur sols minéraux, eutrophiles, des zones inondables à nappe mobile horizontalement Caricion gracilis Balátová-Tulačková, E., 1963. Zur Systematik der europäischen Phragmitetea. Preslia, 35 : 118-122. 'Duvigneaud, J., 1958. Contribution à l''étude des groupements prairiaux de la plaine alluviale de la Meuse lorraine. Bull. Soc. Roy. Bot. Belg., 91 : 7-77.'
2185 1788 05/3.0.2.0.2 syn = Caricenion acuto - vulpinae Balátová-Tulačková 1960 ?
2186 1789 05/3.0.2.0.2 syn = Caricenion acuto - vulpinae Balátová-Tulačková 1976 Balátová-Tulačková, E., 1976. Riede und sumpfwiesen der Ordnung Magnocaricetalia in der Zahorie Tiefebene und dem nördlich angrenzenden Gebiet. Synökologische Studie der Magnocaricetalia-Gesellschaften. Vegetacia CSSR, Bratislava, ser. B, 3 : 1-257.
2187 6638 05/3.0.2.0.2 syn = Caricion acutae Neuhäusl 1959 Caricion gracilis Neuhäusl, R., 1959. Die Pflanzengesellschaften des südostlichen Teiles des Wittingauer Beckens. Preslia, 31 : 115-147.
2188 1791 05/3.0.2.0.2 syn = Caricion acutae Neuhäusl 1959 em. Balátová-Tulácková 1963 Caricion gracilis Balátová-Tulačková, E., 1963. Zur Systematik der europäischen Phragmitetea. Preslia, 35 : 118-122. Neuhäusl, R., 1959. Die Pflanzengesellschaften des südostlichen Teiles des Wittingauer Beckens. Preslia, 31 : 115-147.
2189 1790 05/3.0.2.0.2 syn nn Caricion acutae Géhu 1961 Caricion gracilis Géhu, J.-M., 1961. Les groupements végétaux du bassin de la Sambre française. Vegetatio, 10 : 69-148, 161-208, 257-372.
2190 1793 05/3.0.2.0.2/01 ASS Caricetum acutae Almquist 1929 'magnocariçaie de zone alluviale à circulation d''eau horizontale, centroeuropéenne' Caricetum gracilis Almquist, E., 1929. Upplands Vegetation och flora. Acta Phytog. Suecica, 1, 624 p.
2191 1792 05/3.0.2.0.2/01 syn = Caricetum acutae (Graebner & Hueck 1931) Tüxen 1937 Caricetum gracilis Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Graebner, P., Hueck, K., 1931. Die Vegetationsverhältnisse des Dümmergebietes. Abh. Westf. Prov. Mus. Naturk., 2 : 59-83.
2192 1751 05/3.0.2.0.2/01 syn = Caricetum acuto - vesicariae (Koch 1926) Westhoff 1949 Westhoff, V., 1949. Landschap, flora en vegetatie van de Botshol nabij Abcoude. Cie. Vecht. En Oost. En. West. Plassengebied. 102 p. Baambrugge. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2193 9331 05/3.0.2.0.2/01 syn = Carici acutae - Phalaridetum arundinaceae (Kovács & Máthé 1967) von Soó 1971 Carici gracilis - Phalaridetum arundinaceae Soó, R. von, 1971. Aufzählung der Assoziationen der ungarischen Vegetation nach den neueren zönosystematischnomenklatorischen Ergebnissen. Acta Bot. Hung., 17 : 127-179. Kovács, M. & I. Máthé, 1967. Die Vegetation des Inundationsgebietes der Ipoly. Acta Bot. Acad. Sci. Hung., Budapest, 13 : 133-168.
2194 1794 05/3.0.2.0.2/02 ASS Leucojo aestivi - Caricetum ripariae Braun-Blanquet (1931) 1936 magnocariçaie méditerranéenne ? Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2195 1795 05/3.0.2.0.2/02 syn nn Leucojo aestivi - Caricetum elatae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2196 1796 05/3.0.2.0.2/03 ASS Eupatorio cannabinae - Caricetum paniculatae (Tüxen 1962) Passarge 1999 'magnocariçaie cespiteuse de bord d''étang ou de rivière à courant lent, sur sol minéral organique' Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin. ?
2197 1797 05/3.0.2.0.2/03 syn ambig pp Caricetum paniculatae Wangerin 1916 Wangerin, W., 1916. Beiträge zur Kenntnis der Vegetationsverhältnisse einiger Moore der Provinz Westpreussen und des Kreises Lauenburg in Pommern. Ber. Westpreuss. Bot.-Zool. Vereins Danzig, 38 : 77-83.
2198 1798 05/3.0.2.0.2/03 syn ambig pp Caricetum paniculatae Wangerin 1916 ex von Rochow 1951 Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena. Wangerin, W., 1916. Beiträge zur Kenntnis der Vegetationsverhältnisse einiger Moore der Provinz Westpreussen und des Kreises Lauenburg in Pommern. Ber. Westpreuss. Bot.-Zool. Vereins Danzig, 38 : 77-83.
2199 1799 05/3.0.2.0.2/04 ASS Cirsio rivularis - Caricetum paniculatae Nègre 1972 magnocariçaie pyrénéenne 'Nègre, R., 1972. La végétation du bassin de l''One (Pyrénées centrales). 5ème note : les reposoirs, les groupements hygrophiles et les prairies de fauche. Bol. Soc. Broter., 46 (2e série) : 271-343.'
2200 9329 05/3.0.2.0.2/05 ASS Rorippo amphibiae - Caricetum acutae Zumbiehl 2012 ass. nov. hoc loco magnocariçaie séquanienne hoc loco
2201 9332 05/3.0.2.0.2/05 syn incl Glycerio maximae - Caricetum acutae Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin.
2202 1800 06/1. CLA Scheuchzerio palustris - Caricetea nigrae (Nordhagen 1936) Tüxen 1937 em. Julve 1999 hémicryptophytaies des tourbières holarctiques Julve, Ph., 1999. Botanical vicariance in some mire vegetation between Hokkaido and Europe. Acta Botanica Gallica, 146 (3) : 207-225. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88.
2203 1802 06/1. syn compl pp Sphagno - Caricetea nigrae P. Duvigneaud 1943 ?
2204 1803 06/1. syn incl Caricetalia nigrae Nordhagen 1936 Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88.
2205 1801 06/1. syn incl Caricetea nigrae (Nordhagen 1936) Braun-Blanquet & Vlieger in Vlieger 1937 Caricetales uliginosae Vlieger, J. 1937. Aperçu sur les unités phytosociologiques supérieures des Pays-Bas. Ned. Kruidk. Arch. 47: 335-353. Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88.
2206 1804 06/1. syn incl Caricetea nigrae subsp. nigrae den Held & Westhoff in Westhoff & den Held 1969 em. de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen.
2207 1807 06/1. syn incl Caricetea nigrae Westhoff in Westhoff & Den Held 1969 Parvocaricetea Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen.
2208 1805 06/1. syn incl Molinio caeruleae - Caricetalia nigrae P. Duvigneaud 1949 'Duvigneaud, P., 1949. Classification phytosociologique des tourbières de l''Europe. Bull. Soc. Roy. Bot. Belg., 81 : 58-129.'
2209 1806 06/1. syn incl Molinio caeruleae subsp. caeruleae - Caricetea nigrae subsp. nigrae Julve 1983 Molinio caeruleae - Caricetea nigrae 'Julve, Ph., 1983. Les groupements de prairies humides et de bas-marais. Etude régionale et essai de synthèse à l''échelle de l''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 224 p.'
2210 7427 06/1. syn incl Scheuchzerio palustris - Caricetea nigrae (Nordhagen 1936) Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88.
2211 1808 06/1. syn incl Trichophoretea cespitosi Trass 1963 ?
2212 1809 06/1. syn incl pp Molinietalia caeruleae Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2213 1810 06/1. syn incl pp Molinietalia caeruleae Rübel 1933 Rübel, E., 1933. Versuch einer Übersicht über die Pflanzengesellschaften der Schweiz. Berichte Geobot. Forsch. Inst. Rübel, 4 : 19-30.
2214 1811 06/1.1 SUBCLA Molinio caeruleae subsp. caeruleae - Caricenea nigrae subsp. nigrae (Julve 1983) de Foucault 1984 hémicryptophytaies des tourbières médioeuropéennes à boréo-subalpines Molinio caeruleae - Caricenea nigrae Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. 'Julve, Ph., 1983. Les groupements de prairies humides et de bas-marais. Etude régionale et essai de synthèse à l''échelle de l''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 224 p.'
2215 1812 06/1.1 syn pp Molinio caeruleae - Arrhenatheretea elatioris Tüxen 1937 em. 1970 Tüxen, R., 1970. Zur Syntaxomnomie des europäischen Wirtschaftsgrünlandes (Wiesen, Weiden, Tritt- und Flutrasen). Ber. Naturhist. Ges. (Hannover), 114 : 77-85. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
2216 1813 06/1.1 syn pp Molinio caeruleae - Juncetea acutiflori Braun-Blanquet 1947 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
2217 1814 06/1.1 syn pp Molinio caeruleae - Juncetea acutiflori Braun-Blanquet 1950 Braun-Blanquet, J., 1950. Übersicht der Pflanzengesellschaften Rätiens, (IV). Vegetatio, 2 : 20-37.
2218 1815 06/1.1.1 ORD Junco acutiflori - Caricetalia nigrae subsp. nigrae (P. Duvigneaud 1949) Julve 1983 hémicryptophytaies des tourbières médioeuropéennes à boréo-subalpines, acidophiles Junco acutiflori - Caricetalia nigrae 'Julve, Ph., 1983. Les groupements de prairies humides et de bas-marais. Etude régionale et essai de synthèse à l''échelle de l''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 224 p.'
2219 1816 06/1.1.1 syn compl pp Sphagno - Caricetalia nigrae Succow 1974 Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113.
2220 1817 06/1.1.1 syn incl Anagallido tenellae - Juncetalia Braun-Blanquet 1967 Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
2221 1818 06/1.1.1 syn incl Caricetalia nigare Koch 1926 em. Braun-Blanquet 1949 Braun-Blanquet, J., 1949. Übersicht der Pflanzengesellschaften Rätiens, (II). Vegetatio, 1 : 129-146. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2222 1819 06/1.1.1 syn incl pp Caricetalia nigrae (Koch 1926) Nordhagen 1936 em. Braun-Blanquet 1949 Braun-Blanquet, J., 1949. Übersicht der Pflanzengesellschaften Rätiens, (II). Vegetatio, 1 : 129-146. Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2223 1820 06/1.1.1 syn incl pp Caricetalia nigrae Nordhagen 1936 Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88.
2224 1821 06/1.1.1 syn pp Scheuchzerio palustris - Caricetalia nigrae (Koch 1926) Görs & Müller in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., S. Görs, D. Korneck, W. Lohmeyer, T. Müller, G. Philippi & P. Seibert, 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2225 1822 06/1.1.1.0.1 6410pp ALL Juncion acutiflori Braun-Blanquet 1947 hémicryptophytaies des tourbières basses acidophiles, atlantiques 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
2226 1823 06/1.1.1.0.1 syn = Anagallido tenellae - Juncion acutiflori Braun-Blanquet 1967 Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
2227 1824 06/1.1.1.0.1 syn = Anagallido tenellae - Juncion bulbosi Braun-Blanquet 1967 Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
2228 1825 06/1.1.1.0.1 syn = Juncion acutiflori Braun-Blanquet in Braun-Blanquet & Tüxen 1949 ?
2229 1826 06/1.1.1.0.1 syn = Juncion acutiflori Braun-Blanquet in Braun-Blanquet & Tüxen 1952 Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
2230 1827 06/1.1.1.0.1 syn = Juncion acutiflori Teles 1968 ?
2231 1828 06/1.1.1.0.1 syn = Molinio caeruleae - Juncion acutiflori P. Duvigneaud 1949 'Duvigneaud, P., 1949. Classification phytosociologique des tourbières de l''Europe. Bull. Soc. Roy. Bot. Belg., 81 : 58-129.'
2232 1829 06/1.1.1.0.1 syn incl Narthecion osifragi Vanden Berghen 1958 Vanden Berghen, C., 1958. Etude sur la végétation des dunes et des landes de Bretagne. Vegetatio, 8 : 193-208.
2233 6990 06/1.1.1.0.1 syn incl Potentillo palustris - Juncion effusi Passarge 1999 Comaro - Juncion effusi Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin.
2234 1830 06/1.1.1.0.1.1 SUBALL Caro verticillati - Juncenion acutiflori de Foucault & Géhu 1980 hémicryptophytaies des tourbières acidophiles, atlantiques, planitiaires, thermophiles à mésothermophiles 'Foucault, B. de & J.-M. Géhu, 1980. Essai synsystématique et chorologique sur les prairies à Molinia caerulea et Juncus acutiflorus de l''Europe occidentale. Coll. Phytosoc., 7 : 135-164. (Végétation des sols tourbeux, Lille 1978).'
2235 7283 06/1.1.1.0.1.1 syn incl Anagallido tenellae - Juncenion acutiflori (Braun-Blanquet 1967) de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
2236 1831 06/1.1.1.0.1.1 syn incl Anagallido tenellae - Juncenion acutiflori de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2237 1832 06/1.1.1.0.1.1 syn incl Serratulo tinctoriae subsp. seoanei - Molinienion caeruleae subsp. caeruleae de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2238 7291 06/1.1.1.0.1.1 syn incl Serratulo tinctoriae subsp. seoanei - Molinienion caeruleae subsp. caeruleae de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
2239 7099 06/1.1.1.0.1.1/01 ASS Caro verticillati - Juncetum acutiflori (Lemée 1937) Korneck 1962 jonçaie tourbeuse acidophile, hygrophile, atlantique, planitiaire, des zones de suintement coulant Ile-de-France à la Bretagne, Limousin, Bassin aquitain Korneck, D., 1962. Die Pfeifengraswiesen und ihre wichtigsten Kontaktgesellschaften in der nörlichen Oberrheinbene und im Schweinfurter Trockengebiet. I, Das Molinietum medioeuropaeum, II, Die Molinieten feuchter Standorte. Beitr. Naturk. Forsch. SW Dtschld, 21 (1) : 55-77, (2) : 165-190. Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
2240 1836 06/1.1.1.0.1.1/01 syn ambig illeg Juncetum acutiflori Lemée 1937 Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
2241 1834 06/1.1.1.0.1.1/01 syn ambig nn Caro verticillati - Juncetum acutiflori (Korneck 1962) Oberdorfer 1979 Oberdorfer, E., 1979. Pflanzensoziologische Exkursionsflora. 997 p. Stuttgart. Korneck, D., 1962. Die Pfeifengraswiesen und ihre wichtigsten Kontaktgesellschaften in der nörlichen Oberrheinbene und im Schweinfurter Trockengebiet. I, Das Molinietum medioeuropaeum, II, Die Molinieten feuchter Standorte. Beitr. Naturk. Forsch. SW Dtschld, 21 (1) : 55-77, (2) : 165-190.
2242 1838 06/1.1.1.0.1.1/01 syn incl Anagallido tenellae - Juncetum acutiflori (Philippi 1963) Oberdorfer 1980 in 1983 Oberdorfer, E., 1983. Süddeutsche Pflanzengesellschaften (2ten Aufl.). Teil III. Wirtschaftswiesen und Unkrautgesellschaften. 455 p. Gustav Fischer Verlag, Stuttgart. Philippi, G., 1963. Zur Gliederung der Flachmoorgesellschaften des Sudschwarzwaldes und der Hochvogesen. Beitr. Naturk. Forsch. SWDeutschld., 22 : 113-135.
2243 1835 06/1.1.1.0.1.1/01 syn incl Caro verticillati - Juncetum acutiflori (Korneck 1962) Oberdorfer 1980 in 1983 Oberdorfer, E., 1983. Süddeutsche Pflanzengesellschaften (2ten Aufl.). Teil III. Wirtschaftswiesen und Unkrautgesellschaften. 455 p. Gustav Fischer Verlag, Stuttgart. Korneck, D., 1962. Die Pfeifengraswiesen und ihre wichtigsten Kontaktgesellschaften in der nörlichen Oberrheinbene und im Schweinfurter Trockengebiet. I, Das Molinietum medioeuropaeum, II, Die Molinieten feuchter Standorte. Beitr. Naturk. Forsch. SW Dtschld, 21 (1) : 55-77, (2) : 165-190.
2244 1833 06/1.1.1.0.1.1/01 syn incl Caro verticillati - Juncetum acutiflori (Lemée 1937) Oberdorfer 1980 in 1983 Oberdorfer, E., 1983. Süddeutsche Pflanzengesellschaften (2ten Aufl.). Teil III. Wirtschaftswiesen und Unkrautgesellschaften. 455 p. Gustav Fischer Verlag, Stuttgart. Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
2245 1839 06/1.1.1.0.1.1/01 syn incl illeg [pro race hyperatlantique] Thysselino lancifolii - Juncetum acutiflori Clément 1978 Peucedano lancifolii - Juncetum acutiflori 'Clément, B., 1978. Contribution à l''étude phytoécologique des Monts d''Arrée; organisation et cartographie des biocénoses, évolution et productivité des landes. Thèse, Univ. Rennes, 260 p.'
2246 1837 06/1.1.1.0.1.1/01 syn incl nn Anagallido tenellae - Juncetum acutiflori (Philippi 1963) Oberdorfer 1979 Oberdorfer, E., 1979. Pflanzensoziologische Exkursionsflora. 997 p. Stuttgart. Philippi, G., 1963. Zur Gliederung der Flachmoorgesellschaften des Sudschwarzwaldes und der Hochvogesen. Beitr. Naturk. Forsch. SWDeutschld., 22 : 113-135.
2247 7338 06/1.1.1.0.1.1/01 syn non Thysselino lancifolii - Juncetum acutiflori Teles 1970 Peucedano lancifolii - Juncetum acutiflori Teles, A.N., 1970. Os lameiros de montanha do norte de Portugal. Subsídios para a sua caracterização fitossociológica e química. Agron. Lusit., 31 : 5-132.
2248 1840 06/1.1.1.0.1.1/02 ASS Anagallido tenellae - Pinguiculetum lusitanicae (Rivas Goday 1964) de Foucault 1984 hémicryptophytaie tourbeuse acidophile, hygrophile, atlantique, planitiaire, pionnière de cicatrisation Pays Basque à la Normandie Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
2249 7228 06/1.1.1.0.1.1/02 syn = Anagallido tenellae - Pinguiculetum lusitanicae (Rivas Goday 1964) de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
2250 1841 06/1.1.1.0.1.1/02 syn incl ? Sibthorpio europeae - Pinguiculetum lusitanicae Ladero & A. Velasco in A. Velasco 1980 Velasco, A., 1980. Notas sobre la vegetación de los enclaves higroturbosos de los Montes de Toledo España). Anales Jard. Bot. Madrid 37, 1. 125-128.
2251 1843 06/1.1.1.0.1.1/03 ASS Deschampsio setaceae - Agrostietum caninae (Lemée 1937) de Foucault 1980 'pelouse paratourbeuse héliophile, amphibie exondable, pionnière des bords d''étangs thermo à mésoatlantiques, acidophiles' Perche, Normandie Foucault, B. de, 1980. Deux associations de bas-marais méconnues pour la France occidentale: le Deschampsio setaceae-Agrostietum caninae et le Cirsio dissecti-Schoenetum. Phytocoenologia, 7 : 356-363. Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
2252 7240 06/1.1.1.0.1.1/03 syn = Deschampsio setaceae - Agrostietum caninae (Lemée 1937) de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
2253 1844 06/1.1.1.0.1.1/04 ASS Oenantho fistulosae - Agrostietum caninae de Foucault 1984 pré paratourbeux planitiaire atlantique, hydrophile, héliophile, acidophile, mésotrophile Bassin parisien Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2254 7253 06/1.1.1.0.1.1/04 syn = Oenantho fistulosae - Agrostietum caninae de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
2255 1845 06/1.1.1.0.1.1/05 ASS Lobelio urentis - Agrostietum caninae de Foucault 1984 chemins et prés piétinés paratourbeux, fossés, acidophiles, hygrophiles, atlantiques, planitiaires, mésothermes à thermophiles Centre, Ile-de-France Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2256 7251 06/1.1.1.0.1.1/05 syn = Lobelio urentis - Agrostietum caninae de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
2257 1846 06/1.1.1.0.1.1/06 ASS Carici binervis - Agrostietum caninae de Foucault 1984 chemins et prés piétinés paratourbeux, fossés, mésohygrophiles, acidophiles, atlantiques planitiaires Bassin parisien Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2258 7231 06/1.1.1.0.1.1/06 syn = Carici binervis - Agrostietum caninae de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
2259 1847 06/1.1.1.0.1.1/07 ASS Carici punctatae - Agrostietum caninae de Foucault 1984 prov. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2260 1848 06/1.1.1.0.1.1/08 ASS Mentho arvensis - Caretum verticillati de Foucault & Philippe 1989 pré paratourbeux hygrophile subatlantique mésotherme Morvan Foucault, B. de & T. Philippe, 1989. Systémique des prairies du Morvan (Massif central, France). Coll. Phytosoc., 16 : 101-141. (Phytosociologie et pastoralisme, Paris 1988).
2261 1913 06/1.1.1.0.1.1/08 syn incl [pro race de la Limagne] Molinio caeruleae subsp. caeruleae - Agrostietum caninae Billy 2000 prov. Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
2262 1849 06/1.1.1.0.1.1/09 ASS Sileno floris-cuculi - Caretum verticillati de Foucault 1984 prov. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2263 1850 06/1.1.1.0.1.1/10 ASS Cirsio dissecti - Scorzoneretum humilis de Foucault 1981 pré paratourbeux mésohygrophile planitiaire atlantique mésotherme Bassin parisien, Basse-Auvergne Foucault, B. de, 1981. Les prairies permanentes du bocage virois basse-Normandie, France. typologie phytosociologique et essai de reconstitution des séries évolutives herbagères. Doc. Phytosoc., N.S., 5 : 1-109.
2264 1912 06/1.1.1.0.1.1/10 syn incl [pro race de la Limagne] Loto pedunculati - Scorzoneretum humilis Billy 2000 prov. Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
2265 1851 06/1.1.1.0.1.1/11 ASS Avenulo lodunensis - Scorzoneretum humilis de Foucault 1993 pré paratourbeux mésohygrophile planitiaire thermoatlantique Foucault, B. de, 1993. Nouvelles recherches sur les pelouses de l’Agrostion curtisii et leur syndynamique dans l’Ouest et le Centre de la France. Bull. Soc. Bot. Centre-Ouest, 24 : 151-178.
2266 1852 06/1.1.1.0.1.1/12 ASS Cirsio filipenduli - Scorzoneretum humilis de Foucault 1993 pré paratourbeux mésohygrophile planitiaire thermoatlantique Foucault, B. de, 1993. Nouvelles recherches sur les pelouses de l’Agrostion curtisii et leur syndynamique dans l’Ouest et le Centre de la France. Bull. Soc. Bot. Centre-Ouest, 24 : 151-178.
2267 1853 06/1.1.1.0.1.1/13 ASS Caro verticillati - Molinietum caeruleae (Lemée 1937) Géhu apud Clément 1978 moliniaie tourbeuse acidophile, mésohygrophile, atlantique, planitiaire, des zones à battement vertical de nappe Ile-de-France à la Bretagne, Limousin, Bassin aquitain 'Clément, B., 1978. Contribution à l''étude phytoécologique des Monts d''Arrée; organisation et cartographie des biocénoses, évolution et productivité des landes. Thèse, Univ. Rennes, 260 p.' Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
2268 1854 06/1.1.1.0.1.1/13 syn = Molinietum caeruleae Lemée 1937 Molinietum caeruleae atlanticum Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
2269 1855 06/1.1.1.0.1.1/14 ASS Peucedano gallici - Molinietum caeruleae Delelis & Géhu 1974 ourlet externe acidophile, mésotrophile, hygrophile, paratourbeux, du centre de la France Centre, Ile-de-France 'Delelis-Dusollier, A. & J.-M. Géhu, 1974. Apport à la phytosociologie de quelques forêts thermo-acidiphiles ligériennes et de leurs stades d''altération. Coll. Phytosoc., 3 : 141-156. (Forêts acidiphiles, Lille 1974).'
2270 1856 06/1.1.1.0.1.1/15 ASS Cirsio filipenduli - Molinietum caeruleae (Allorge 1941) de Foucault 1984 pré paratourbeux mésohygrophile, hémihéliophile, oligotrophile, acidocline, thermoatlantique, basque Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Allorge, P., 1941. Essai de synthèse phytogéographique du Pays Basque. Bull. Soc. Bot. Fra., 88 : 291-356. [Sess. extraord. dans le Pays Basque et les Landes].
2271 7237 06/1.1.1.0.1.1/15 syn = Cirsio filipenduli - Molinietum caeruleae (Allorge 1941) de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. Allorge, P., 1941. Essai de synthèse phytogéographique du Pays Basque. Bull. Soc. Bot. Fra., 88 : 291-356. [Sess. extraord. dans le Pays Basque et les Landes].
2272 1858 06/1.1.1.0.1.1/16 ASS Allio ochroleuci - Molinietum caeruleae (P. Duvigneaud 1966) de Foucault 1984 prov. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Duvigneaud, P., 1966. Notes sur la biogéochimie des serpentines du sud-ouest de la France. Bull. Soc. Roy. Bot. Belg., 99 : 271-330.
2273 1859 06/1.1.1.0.1.1/17 ASS Cirsio dissecti - Silaetum silai de Foucault 1984 prov. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2274 1860 06/1.1.1.0.1.1/18 ASS Blechno spicantis - Caricetum laevigatae (Allorge 1922) de Foucault 1995 sous-bois herbacé tourbeux acidophile, atlantique Foucault, B. de, 1995. Synthèse phytosociologique sur la végétation observée dans le Cotentin (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 29-44. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
2275 1861 06/1.1.1.0.1.1/18 syn compl Caricetum laevigatae Jouanne 1929 'Jouanne, P., 1929. Essai de géographie botanique sur les forêts de l''Aisne. IVème partie : les forêts. Bull. Soc. Bot. Fra., 76 : 972-1009. [rédigé par P. Chouard].'
2276 1862 06/1.1.1.0.1.1/19 ASS Serratulo tinctoriae subsp. tinctoriae - Succisetum pratensis de Foucault 1995 ourlet paratourbeux intraforestier, atlantique Foucault, B. de, 1995. Synthèse phytosociologique sur la végétation observée dans le Cotentin (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 29-44.
2277 1863 06/1.1.1.0.1.1/20 ASS Anagallido tenellae - Juncetum bulbosi Braun-Blanquet 1967 Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
2278 1864 06/1.1.1.0.1.1/21 ASS Loto pedunculati - Juncetum conglomerati Herrera & F. Prieto in T.E. Díaz & F. Prieto 1994
2279 1865 06/1.1.1.0.1.1/22 ASS Hyperico undulati - Juncetum acutiflori Teles 1970 pré paratourbeux hygrophile thermoatlantique Teles, A.N., 1970. Os lameiros de montanha do norte de Portugal. Subsídios para a sua caracterização fitossociológica e química. Agron. Lusit., 31 : 5-132.
2280 6491 06/1.1.1.0.1.1/22 syn incl ? Loto pedunculati - Juncetum acutiflori (Tüxen & Oberdorfer 1958) de Foucault & Géhu 1980 'Foucault, B. de & J.-M. Géhu, 1980. Essai synsystématique et chorologique sur les prairies à Molinia caerulea et Juncus acutiflorus de l''Europe occidentale. Coll. Phytosoc., 7 : 135-164. (Végétation des sols tourbeux, Lille 1978).' Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
2281 1866 06/1.1.1.0.1.1/22 syn incl ? Loto pedunculati - Juncetum acutiflori Rivas-Martínez 1975 Rivas-Martínez, S., 1975. Mapa de vegetacion de la provincia de Avila. Anales Inst. Bot. Cavanilles, 32 : 1493-1556.
2282 1867 06/1.1.1.0.1.1/22 syn incl ? Loto pedunculati - Juncetum acutiflori Rivas-Martínez 1975 ex F. Navarro & C. Valle in Ruiz Téllez 1986 Ruiz Téllez, T., 1986. Flora y vegetación vascular del tramo medio del Valle del Tiétar y el Campo Arañuelo. Publ. Univ. Salamanca, Serie Resúmenes Tesis Doctorales. Facultad de Farmacia. T-FA 39/86 : 1-33. Salamanca. Rivas-Martínez, S., 1975. Mapa de vegetacion de la provincia de Avila. Anales Inst. Bot. Cavanilles, 32 : 1493-1556.
2283 6492 06/1.1.1.0.1.1/22 syn incl ? Senecioni aquatici - Juncetum acutiflori Tüxen & Oberdorfer 1958 Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
2284 6493 06/1.1.1.0.1.1/22 syn incl ? Thysselino lancifolii - Juncetum acutiflori Teles 1970 Peucedano lancifolii - Juncetum acutiflori Teles, A.N., 1970. Os lameiros de montanha do norte de Portugal. Subsídios para a sua caracterização fitossociológica e química. Agron. Lusit., 31 : 5-132.
2285 7428 06/1.1.1.0.1.1/22 syn non Senecioni aquatici - Juncetum acutiflori Braun-Blanquet & Tüxen 1952 Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
2286 1868 06/1.1.1.0.1.1/23 ASS Junco acutiflori - Caricetum punctatae O. de Bolòs 1959 Bolòs, O. de, 1959. El paisatge vegetal de dues comarques naturals La Selva i La Plana de Vic. Inst. Est. Cat. Ci., 26 : 5-175.
2287 1869 06/1.1.1.0.1.1/24 ASS Lobelio urentis - Lotetum pedunculati Rivas Goday 1964 chemins et prés piétinés paratourbeux hygrophiles thermoatlantiques planitiaires Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
2288 7235 06/1.1.1.0.1.1/25 ASS Caropsio verticillato-inundatae - Agrostietum caninae de Foucault 2008 pré paratourbeux hydrophile à amphibie exondable, acidocline, planitiaire, thermoatlantique Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
2289 7236 06/1.1.1.0.1.1/25 syn = grpt à Caropsis verticillato-inundatae & Agrostis canina de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2290 7243 06/1.1.1.0.1.1/26 ASS Serratulo tinctoriae subsp. seoanei - Molinietum caeruleae (Weevers 1938) Julve 2011 ass. nov. hoc loco pré paratourbeux mésohygrophile, hémihéliophile, oligotrophile, acidocline, thermoatlantique, landaise Serratulo seoanei - Molinietum caeruleae hoc loco Weevers, T., 1938. Quelques remarques sur les forêts des Landes. Nederl. Kruidk. Arch., 48 : 110-128.
2291 1857 06/1.1.1.0.1.1/26 syn compl Erico scopariae - Molinietum caeruleae (Weevers 1938) de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Weevers, T., 1938. Quelques remarques sur les forêts des Landes. Nederl. Kruidk. Arch., 48 : 110-128.
2292 7242 06/1.1.1.0.1.1/26 syn compl Erico scopariae - Molinietum caeruleae (Weevers 1938) de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. Weevers, T., 1938. Quelques remarques sur les forêts des Landes. Nederl. Kruidk. Arch., 48 : 110-128.
2293 7331 06/1.1.1.0.1.1/27 ASS Cirsio dissecti - Caricetum viridulae subsp. oedocarpae Le Neveu 1986 Cirsio dissecti - Caricetum oedocarpae 'Neveu, C. le, 1978. Contribution à l''étude de la végétation des lieux piétinés en Haute-Normandie. D.E.A., Univ. Lille, 64 p.'
2294 1870 06/1.1.1.0.1.2 SUBALL Polygono bistortae - Juncenion acutiflori de Foucault & Géhu 1980 prés tourbeux acidophiles, atlantico-montagnards 'Foucault, B. de & J.-M. Géhu, 1980. Essai synsystématique et chorologique sur les prairies à Molinia caerulea et Juncus acutiflorus de l''Europe occidentale. Coll. Phytosoc., 7 : 135-164. (Végétation des sols tourbeux, Lille 1978).'
2295 7290 06/1.1.1.0.1.2 syn = Polygono bistortae - Juncenion acutiflori de Foucault & Géhu 1980 ex de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. 'Foucault, B. de & J.-M. Géhu, 1980. Essai synsystématique et chorologique sur les prairies à Molinia caerulea et Juncus acutiflorus de l''Europe occidentale. Coll. Phytosoc., 7 : 135-164. (Végétation des sols tourbeux, Lille 1978).'
2296 1871 06/1.1.1.0.1.2/01 ASS Epikero pyrenaei - Juncetum acutiflori (Luquet 1926) Julve 1983 pré paratourbeux hygrophile montagnard atlantique, suintements Massif Central pelouse fermée montagnard subatlantique héliophile hygrophile méso-oligotrophile acidocline intermédiaire Selino pyrenaei - Juncetum acutiflori 'Julve, Ph., 1983. Les groupements de prairies humides et de bas-marais. Etude régionale et essai de synthèse à l''échelle de l''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 224 p.' 'Luquet, A., 1926. Essai sur la géographie botanique de l''Auvergne. Les associations végétales du massif des Monts-Dore. Thèse, Univ. Paris, 267 p.'
2297 1872 06/1.1.1.0.1.2/01 syn = ? ambig Juncetum acutiflori Braun 1915 'Braun, J., 1915. Les Cévennes méridionales (massif de l''Aigoual). Etude phytogéographique. Arch. Sci. Phys. Nat. Genève, 39 : 72-81, 167-186, 247-269, 339-358, 415-434, 508-538; 40 : 39-63, 112-137, 221-232, 313-328.'
2298 1873 06/1.1.1.0.1.2/02 ASS Epikero pyrenaei - Scorzoneretum humilis Julve 1983 ex de Foucault 1986 pré paratourbeux mésohygrophile montagnard atlantique Massif central pelouse fermée montagnard subatlantique héliophile méso-hygrophile méso-oligotrophile acidocline intermédiaire Selino pyrenaei - Scorzoneretum humilis 'Foucault, B. de, 1986. Contribution à une étude systémique des prairies de l''Aubrac (Massif Central français). Doc. Phytosoc., N.S., 10 : 255-305.' 'Julve, Ph., 1983. Les groupements de prairies humides et de bas-marais. Etude régionale et essai de synthèse à l''échelle de l''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 224 p.'
2299 1874 06/1.1.1.0.1.2/03 ASS Prunello hastifoliae - Scorzoneretum humilis de Foucault 1986 pré paratourbeux mésohygrophile du Massif Central occidentalo-méridional méso-hygrophile 'Foucault, B. de, 1986. Contribution à une étude systémique des prairies de l''Aubrac (Massif Central français). Doc. Phytosoc., N.S., 10 : 255-305.'
2300 1875 06/1.1.1.0.1.2/04 ASS Pedicularo mixtae - Molinietum caeruleae Gruber 1978 pré tourbeux hygrophile, acidocline, montagnard, des Pyrénées centrales Pyrénées orientales et centrales pelouse fermée montagnard subatlantique héliophile hygrophile méso-oligotrophile acidocline intermédiaire Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
2301 1876 06/1.1.1.0.1.2/05 ASS Ligulario sibiricae - Molinietum caeruleae (Baudière & Serve 1976) de Foucault & Géhu 1980 pré tourbeux acidocline, montagnard, des Pyrénées orientales Pyrénées orientales 'Foucault, B. de & J.-M. Géhu, 1980. Essai synsystématique et chorologique sur les prairies à Molinia caerulea et Juncus acutiflorus de l''Europe occidentale. Coll. Phytosoc., 7 : 135-164. (Végétation des sols tourbeux, Lille 1978).' 'Baudière, A. & L. Serve, 1976. Les groupements à Ligularia sibirica Cass. du Capcir haute vallée de l''Aude, Pyrénées Orientales). Bull. Soc. Bot. Fr., 123 : 167-174.'
2302 1877 06/1.1.1.0.1.2/06 ASS Polygono bistortae - Molinietum caeruleae Billy 2000 prov. pré tourbeux acidophile hydrophile montagnard auvergnat, assèchement estival Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
2303 1878 06/1.1.1.0.1.2/07 ASS Gentiano pneumonanthes - Molinietum caeruleae Billy 2000 prov. pré tourbeux acidophile hygrophile montagnard auvergnat, assèchement estival Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
2304 1879 06/1.1.1.0.1.2/08 ASS Caro verticillati - Caricetum paniceae Julve 2006 ass. nov. hoc loco parvocariçaie acidophile, hygrophile, montagnarde du Massif Central hoc loco
2305 1880 06/1.1.1.0.1.2/08 syn pp Eriophoretum angustifolii Braun 1915 'Braun, J., 1915. Les Cévennes méridionales (massif de l''Aigoual). Etude phytogéographique. Arch. Sci. Phys. Nat. Genève, 39 : 72-81, 167-186, 247-269, 339-358, 415-434, 508-538; 40 : 39-63, 112-137, 221-232, 313-328.'
2306 1881 06/1.1.1.0.1.2/09 ASS Carici pallescentis - Molinietum caeruleae Vigo 1968 ex Carreras & Vigo 1987 Carreras, J & J. Vigo, 1987. Las comunidades del orden Molinetalia caeruleae en los Pirineos catalanes. Lazaroa, 7 : 497-513. Vigo, J., 1968. La vegetació del masis de Penyagolosa. Arxius Secc. Ci. Inst. Estud. Catalans, 37: 1-247.
2307 1882 06/1.1.1.0.1.2/09 syn = Gentiano - Molinietum caeruleae Vigo 1968 Gentiano - Molinietum pyrenaicum Vigo, J., 1968. La vegetació del masis de Penyagolosa. Arxius Secc. Ci. Inst. Estud. Catalans, 37: 1-247.
2308 1883 06/1.1.1.0.1.2/10 ASS Loto pedunculati - Juncetum acutiflori Vigo 1968 Vigo, J., 1968. La vegetació del masis de Penyagolosa. Arxius Secc. Ci. Inst. Estud. Catalans, 37: 1-247.
2309 1884 06/1.1.1.0.1.2/10 syn pp Junco acutiflori - Menyanthetum trifoliatae Nègre 1972 'Nègre, R., 1972. La végétation du bassin de l''One (Pyrénées centrales). 5ème note : les reposoirs, les groupements hygrophiles et les prairies de fauche. Bol. Soc. Broter., 46 (2e série) : 271-343.'
2310 1885 06/1.1.1.0.1.3 SUBALL Junco conglomerati - Molinienion caeruleae subsp. caeruleae (Westhoff in Westhoff & den Held 1969) de Foucault & Géhu 1980 prés tourbeux acidophiles, planitiaires, psychroatlantiques à centroeuropéens 'Foucault, B. de & J.-M. Géhu, 1980. Essai synsystématique et chorologique sur les prairies à Molinia caerulea et Juncus acutiflorus de l''Europe occidentale. Coll. Phytosoc., 7 : 135-164. (Végétation des sols tourbeux, Lille 1978).'
2311 6993 06/1.1.1.0.1.3 syn = Junco conglomerati - Molinienion caeruleae subsp. caeruleae (Korneck 1962) Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Korneck, D., 1962. Die Pfeifengraswiesen und ihre wichtigsten Kontaktgesellschaften in der nörlichen Oberrheinbene und im Schweinfurter Trockengebiet. I, Das Molinietum medioeuropaeum, II, Die Molinieten feuchter Standorte. Beitr. Naturk. Forsch. SW Dtschld, 21 (1) : 55-77, (2) : 165-190.
2312 1886 06/1.1.1.0.1.3 syn = Junco conglomerati - Molinion caeruleae Westhoff & Den Held 1969 Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen.
2313 1887 06/1.1.1.0.1.3 syn incl Agrostio caninae - Molinienion caeruleae de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2314 1888 06/1.1.1.0.1.3/01 ASS Potentillo palustris - Juncetum acutiflori Passarge 1964 pré paratourbeux hydrophile, planitiaire, psychroatlantique, nappe circulante Nord Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
2315 1889 06/1.1.1.0.1.3/01 syn = ? Potentillo palustris - Juncetum acutiflori (Birse & Robertson 1967) Birse 1980 Birse, E.L., 1980. Plant communities of Scotland. A preliminary phytocoenonia. Soil Survey of Scotland, 4 : 1-235. Birse, E.L. & J.S. Robertson, 1967. Plant communities and soils of the Lowland and Southern Upland Regions of Scotland. Macaulay Institute for Soil Research. Aberdeen.
2316 6996 06/1.1.1.0.1.3/01 syn incl Potentillo palustris - Juncetum effusi Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin.
2317 7100 06/1.1.1.0.1.3/02 ASS Cirsio dissecti - Molinietum caeruleae Westhoff, Dijk & Passchier 1942 ex Sissingh 1978 pré paratourbeux hygrophile, planitiaire, psychroatlantique Sissingh, G., 1978. Le Cirsio – Molinietum Siss. & De Vries (1942) 1946 dans les Pays-Bas. Coll. Phytosoc., 5 : 289-300. Westhoff, V., J.W. Dijk & H. Passchier, 1942. Overzicht der Plantengemeenschappen in Nederland. Nederl. Natuur. Hist. Vereen. Nederl. Jeugd. Natuurstudie, 7 : 1-79.
2318 1891 06/1.1.1.0.1.3/02 syn = Junco effusi - Molinietum caeruleae Preising in Tüxen & Preising 1951 ex Tüxen 1954 Tüxen, R., 1954. Über die räumliche, durch Relief und Gestein bedingte Ordnung der natürlichen Waldgesellschaften am nördlichen Rande des Harzes. Vegetatio 5/6 : 454-478. Tüxen, R. & E. Preising, 1951. Erfahrungsgrundlagen für die Pflanzensoziologische Kartierung des westdeutschen Grünlandes. Angew. Pflanzensoz., 4 : 1-28.
2319 1893 06/1.1.1.0.1.3/02 syn = Junco effusi - Succisetum pratensis Preising apud Tüxen & Preising 1953 em. Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. ?
2320 6994 06/1.1.1.0.1.3/02 syn incl 'Junco acutiflori - Molinietum caeruleae O''Sullivan 1968' O’Sullivan, A., 1968. Irish Molinietalia communities in relation to those of the Atlantic regions of Europe. In : R. Tüxen (ed.) Pflanzensoziologische Systematik, 273-80. Den Haag: Junk.
2321 1894 06/1.1.1.0.1.3/02 syn incl ? Violo stagninae - Molinietum caeruleae Passarge 1955 Passarge, H., 1955. Die Ufervegetation des Briesener Sees. Mitt. Flor. Soz. Arbeitsgem., N.F. 5 : 91-98.
2322 1890 06/1.1.1.0.1.3/02 syn nn Cirsio dissecti - Molinietum caeruleae (Westhoff, Dijk & Passchier 1942) Sissingh & de Vries in Westhoff, Dijk, Passchier & Sissingh 1946 Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p. Westhoff, V., Dijk, J.W., Passchier, H., 1942. Overzicht der Plantengemeenschappen in Nederland. Nederl. Natuur. Hist. Vereen. Nederl. Jeugd. Natuurstudie, 7 : 1-79.
2323 1892 06/1.1.1.0.1.3/03 ASS Crepido paludosae - Juncetum acutiflori Oberdorfer 1957 pré paratourbeux hygrophile submontagnard Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
2324 1895 06/1.1.1.0.1.3/04 ASS Eleocharito multicaulis - Agrostietum caninae de Foucault 1984 prov. pré paratourbeux hydrophile subatlantique Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2325 1896 06/1.1.1.0.1.3/05 ASS Caricetum trinervo - nigrae Westhoff 1947 parvocariçaie paratourbeuse de pannes dunaires psychroatlantiques Nord / Pas-de-Calais Westhoff, V., 1947. The vegetation of dunes and salt marshes on the dutch islands of Terschelling, Vlieland and Texel. Thèse, Univ. Utrecht, 131 p.
2326 1897 06/1.1.1.0.1.3/06 ASS Carici viridulae subsp. oedocarpae - Agrostietum caninae de Foucault 1984 parvocariçaie hygrophile, paratourbeuse, acidophile, psychroatlantique, planitiaire, des chemins et prés piétinés Nord, Picardie Carici oedocarpae - Agrostietum caninae Carici demissae - Agrostietum caninae Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2327 6675 06/1.1.1.0.1.3/06 syn = Carici viridulae subsp. oedocarpae - Agrostietum caninae de Foucault in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
2328 1898 06/1.1.1.0.1.3/07 ASS Alchemillo vulgaris - Scorzoneretum humilis (Malcuit 1928) de Foucault 1984 prov. pré paratourbeux mésohygrophile montagnard subcentroeuropéen, nappe circulante Vosges Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2329 1899 06/1.1.1.0.1.3/08 ASS Ophioglosso azorici - Agrostietum caninae de Foucault 1988 Foucault, B. de, 1988. Les végétations herbacées basses amphibies: systémique, structuralisme, synsystématique. Dissert. Bot., 121, 150 p.
2330 1900 06/1.1.1.0.1.3/09 ASS Succiso pratensis - Silaetum silai J. Duvigneaud 1955 Lorraine Duvigneaud, J., 1955. Note sur quelques groupements végétaux de la Fagne marienbourgeoise. Bull. Soc. Roy. Bot. Belg., 87 : 145-155.
2331 1901 06/1.1.1.0.1.3/10 ASS Junco conglomerati - Scorzoneretum humilis Trivaudey 1995 pré paratourbeux mésohygrophile planitiaire subcentroeuropéen Nord, Saône Trivaudey, M.J., 1995. Contribution à l’étude phytosociologique des prairies alluviales de l’est de la France (vallées de la Saône, de la Seille, de l’Ognon, de la Lanterne et du Breuchin). Approche systémique. Thèse Univ. de Franche-Comté, 2 vol. Besançon.
2332 1902 06/1.1.1.0.1.3/10 syn pp Filipendulo ulmariae - Scorzoneretum humilis Géhu 1961 Géhu, J.-M., 1961. Les groupements végétaux du bassin de la Sambre française. Vegetatio, 10 : 69-148, 161-208, 257-372.
2333 1903 06/1.1.1.0.1.3/11 ASS Selino carvifoliae - Juncetum acutiflori Philippi 1960 pré paratourbeux hygrophile planitiaire subatlantique psychrophile Nord, Ardennes Philippi, G., 1960. Zur Gliederung der Pfeifengraswiesen im südlichen und mittleren Oberrheingebiet. Beitr. Naturk. Forsch. Südwestdeutschl., 19 : 138-187.
2334 1904 06/1.1.1.0.1.3/12 ASS Equiseto sylvatici - Lotetum pedunculati Passarge 1988 ourlet acidophile mésotrophile hygrophile paratourbeux, de lisières forestières internes [drèves, chemins] Passarge, H., 1988. Lotus uliginosus Gesellschaften. Doc. Phytosoc., N.S., 11 : 79-94.
2335 1905 06/1.1.1.0.1.3/13 ASS Junco effusi - Lotetum pedunculati Passarge 1975 ex 1988 ourlet acidophile mésotrophile hygrophile paratourbeux, de lisières forestières internes [drèves, chemins] Passarge, H., 1988. Lotus uliginosus Gesellschaften. Doc. Phytosoc., N.S., 11 : 79-94. Passarge, H., 1975. Über Wiesensaumgesellschaften. Feddes Repert., 86 : 599-618.
2336 1906 06/1.1.1.0.1.3/14 ASS Epilobio palustris - Juncetum effusi (Walther 1950) Oberdorfer 1957 pâturage tourbeux humide, hygrophile, acidophile, collinéen [décrit de forêt noire 700-1100 m] Bassin parisien Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
2337 1907 06/1.1.1.0.1.3/15 ASS Hydrocotylo vulgaris - Anagallidetum tenellae de Foucault, Wattez & Santune 1999 Foucault, B. de, Wattez, J.-R., Santune, V., 1999. La végétation de l’ex pré communal de Saint-Josse (Pas-de-Calais), son évolution sur une période d’une trentaine d’années. Bull. Soc. Bot. Nord Fra., 52(2/3) : 23-37.
2338 1908 06/1.1.1.0.1.3/16 ASS Caricetum disticho - nigrae de Foucault, B. Grzemski, Toussaint, Leduc & M.N. Grzemski 2000 prov. n. n. pré paratourbeux acidophile, hydrophile, psychrophile Nord Foucault, B. de, Grzemski, B., Toussaint, B., Leduc, A., Grzemski, M.N., 2000. Compte rendu de la sortie aux environs de Ohain et Anor (mai 2000). Bull. Soc. Bot. Nord Fra., 53(2/3) : 17-30.
2339 1909 06/1.1.1.0.1.3/17 ASS Stellario alsines - Agrostietum caninae Julve 1994 chemin piétiné paratourbeux hygrophile, psychroatlantique, planitiaire Bassin parisien Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
2340 1910 06/1.1.1.0.1.3/17 syn compl Isolepido setacei - Stellarietum alsines (Koch 1926) Moor 1936 Moor, M., 1936. Zur Soziologie der Isoetetalia. Beitr. Geobot. Landesaufn. Schweiz, 20, 148 p. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2341 1911 06/1.1.1.0.1.3/17 syn compl Stellario alsines - Isolepidetum setacei (Koch 1926) Libbert 1931 Libbert, W., 1931. Die Pflanzengesellschaften im Überschwemmungs-gebiet der unteren Warthe in ihrer Abhängigkeit von Wasserstand. Naturwiss. Ver. Neumark (Landsberg/Warthe), 3 : 25-40. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2342 1915 06/1.1.1.0.1.3/18 ASS Lycopodo europaei - Juncetum effusi Julve (1997) 2004 ass nov. hoc loco jonçaie pionnière de bord de mares Bassin parisien hoc loco Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
2343 1916 06/1.1.1.0.1.3/19 ASS Scorzonero humilis - Molinietum caerulaeae Oberdorfer & Krause 1955 pré paratourbeux mésohygrophile ?
2344 6676 06/1.1.1.0.1.3/20 ASS Selino carvifoliae - Silaetum silaei Misset in Royer, Felzines, Misset & Thévenin 2006 prairie hygrophile paratourbeuse, alluviale, mixte, acidocline, de Champagne et Ardenne Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
2345 1914 06/1.1.1.0.1.3/21 ASS Genisto tinctoriae - Molinietum caeruleae Billy 2000 prov. pré tourbeux neutrocline hygrophile collinéen auvergnat, assèchement estival Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
2346 7132 06/1.1.1.0.1.3/22 ASS Sileno floris-cuculi - Juncetum acutiflori de Foucault in prép.
2347 1917 06/1.1.1.0.2 ALL Agrostio caninae - Caricion curtae (de Foucault 1984) Julve 1993 tourbières basses médioeuropéennes à boréo-subalpines, acidophiles, sur sols asphyxiques Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2348 1918 06/1.1.1.0.2 syn pp ambig Caricion nigrae Koch 1926 em. Klika 1934 Klika, J., 1934. Die Pflanzengesellschaften auf Travertinen bei Stankovany in der Slowakei. Bull. Intern. Acad. Sci. Bohême, 35 : 41-44. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2349 1919 06/1.1.1.0.2/01 ASS Caricetum curto - echinatae Vlieger 1937 tourbière basse hydrophile acidophile subatlantique Bassin parisien, Massif Central pelouse fermée planitiaire-montagnard Vlieger, J. 1937. Aperçu sur les unités phytosociologiques supérieures des Pays-Bas. Ned. Kruidk. Arch. 47: 335-353.
2350 1920 06/1.1.1.0.2/01 syn = Junco effusi - Caricetum nigrae Tüxen (1937) 1952 ? Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
2351 1930 06/1.1.1.0.2/01 syn = Junco effusi - Caricetum nigrae Tüxen 1952 ex Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. ?
2352 1921 06/1.1.1.0.2/01 syn ambig Caricetum nigrae Braun 1915 'Braun, J., 1915. Les Cévennes méridionales (massif de l''Aigoual). Etude phytogéographique. Arch. Sci. Phys. Nat. Genève, 39 : 72-81, 167-186, 247-269, 339-358, 415-434, 508-538; 40 : 39-63, 112-137, 221-232, 313-328.'
2353 1922 06/1.1.1.0.2/01 syn compl Sphagno - Caricetum curtae (Tüxen 1937) Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
2354 1925 06/1.1.1.0.2/01 syn compl incl Calliergonello cuspidatae - Ranunculetum flammulae Nègre 1972 'Nègre, R., 1972. La végétation du bassin de l''One (Pyrénées centrales). 5ème note : les reposoirs, les groupements hygrophiles et les prairies de fauche. Bol. Soc. Broter., 46 (2e série) : 271-343.'
2355 1923 06/1.1.1.0.2/01 syn compl incl Sphagno fallacis - Caricetum curtae Osvald 1923 Osvald, H. 1923. Die Vegetation des Hochmoores Komosse. Sv. växtsoc. sällsk. handli. 1, 436 p. Uppsala.
2356 1924 06/1.1.1.0.2/01 syn compl incl Sphagno fallacis - Caricetum nigrae Osvald 1923 Osvald, H. 1923. Die Vegetation des Hochmoores Komosse. Sv. växtsoc. sällsk. handli. 1, 436 p. Uppsala.
2357 1928 06/1.1.1.0.2/01 syn incl Caricetum echinato - nigrae (Rivas-Martínez 1964) Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica, 14 : 5-341. Rivas-Martínez, S., 1964. Estudio de la vegetación y flora de las sierras de Guadarrama y Gredos. Anales Inst. Bot. Cavanilles (1963), 21(1) : 1-325.
2358 1927 06/1.1.1.0.2/01 syn incl Caricetum nigrae Rivas-Martínez (1964) 1989 Caricetum ibericae ? Rivas-Martínez, S., 1964. Estudio de la vegetación y flora de las sierras de Guadarrama y Gredos. Anales Inst. Bot. Cavanilles (1963), 21(1) : 1-325.
2359 1926 06/1.1.1.0.2/01 syn incl Caricetum nigrae Rivas-Martínez 1964 Caricetum carpetanae Rivas-Martínez, S., 1964. Estudio de la vegetación y flora de las sierras de Guadarrama y Gredos. Anales Inst. Bot. Cavanilles (1963), 21(1) : 1-325.
2360 1931 06/1.1.1.0.2/01 syn incl Ranunculo flammulae - Caricetum curtae (Tüxen 1937) Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
2361 1932 06/1.1.1.0.2/01 syn pp Carici curtae - Agrostietum caninae Tüxen 1937 [caricetosum paniceae] Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
2362 1933 06/1.1.1.0.2/02 ASS Pediculari palustris - Juncetum filiformis (Tüxen 1937) Preising apud Tüxen 1947 tourbière basse hydrophile pâturée, psychrosubatlantique Bassin parisien pelouse fermée collinéen-montagnard Tüxen, R., 1947. Der pflanzensoziologische Garten in Hannover und seine bisherige Entwicklung. Natur. Hist. Gesellschaft Hannover., 94/98 : 113-288. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
2363 1934 06/1.1.1.0.2/02 syn = Juncetum filiformis Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
2364 1935 06/1.1.1.0.2/02 syn = Pediculari palustris - Juncetum filiformis (Tüxen 1937) Preising 1952 ? Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
2365 1936 06/1.1.1.0.2/03 ASS Narthecio ossifragi - Caricetum echinatae Dumont, Stouffs, de Sloover, Goosens, Iserentant & Messe 1986 tourbière basse hydrophile acidophile psychroatlantique Ardennes pelouse fermée montagnard Dumont, J.-M., Stouffs, B., Sloover, J.R. de, Goosens, M., Iserentant, R., Messe, V., 1986. les tourbières à Narthecium ossifragum à la grande Fange et au Sacrawé plateau des tailles, Haute Ardenne Belge). Coll. Phytosoc., 13 : 711-728. (Végétation et géomorphologie, Bailleul 1985).
2366 1937 06/1.1.1.0.2/04 ASS Mentho arvensis - Caricetum curtae de Foucault 1986 prov. Massif Central pelouse fermée montagnard 'Foucault, B. de, 1986. Contribution à une étude systémique des prairies de l''Aubrac (Massif Central français). Doc. Phytosoc., N.S., 10 : 255-305.'
2367 1938 06/1.1.1.0.2/05 ASS Dryopterido carthusianae - Caricetum curtae (Bournérias 1963) de Foucault 1995 Bassin parisien planitiaire Foucault, B. de, 1995. Contribution à la connaissance phytosociologique des forêts sur sable tertiaire du département du Nord. Bull. Soc. Bot. Nord Fra., 48(1) : 13-26. ?
2368 1939 06/1.1.1.0.2/05 syn = Carici elongatae - Deschampsietum cespitosae Decocq 1997 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.'
2369 1940 06/1.1.1.0.2/06 ASS Bartsio alpinae - Caricetum nigrae J. & M. Bartsch 1940 tourbière basse hydrophile acidocline, subalpine Vosges pelouse fermée montagnard Bartsch, J. & M. Bartsch, 1940. Vegetationskunde des Schwarzwaldes. Pflanzensoziologie, 4 : 229 p.
2370 1941 06/1.1.1.0.2/06 syn = Willemetio stipitatae - Caricetum nigrae Philippi 1963 Philippi, G., 1963. Zur Gliederung der Flachmoorgesellschaften des Sudschwarzwaldes und der Hochvogesen. Beitr. Naturk. Forsch. SWDeutschld., 22 : 113-135.
2371 1942 06/1.1.1.0.2/06 syn pp Parnassio palustris - Caricetum nigrae Oberdorfer 1957 em. Görs 1974 in Oberdorfer 1977 Oberdorfer, E., 1977. Süddeutsche Pflanzengesellschaften (2ten Aufl.), Teil I., 311 p. Gustav Fischer Verlag, Stuttgart. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
2372 7879 06/1.1.1.0.2/07 ASS Parnassio palustris - Caricetum pulicaris Oberdorfer 1957 tourbière basse hydrophile acidocline, montagnarde Vosges pelouse fermée collinéen-montagnard subcontinental héliophile hydrophile oligotrophile acidocline intermédiaire Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
2373 1943 06/1.1.1.0.2/07 syn = Parnassio palustris - Caricetum pulicaris (Oberdorfer 1957) Görs 1963 Görs, S., 1963. Beiträge zur Kenntniss basiphiler Flachmoorgesellschaften. I. Das Davallseggen Quellmoor. Veröff. Land. Nat. Lands. Baden-Württ., 31 : 7-30. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
2374 1944 06/1.1.1.0.2/07 syn = Parnassio palustris - Caricetum pulicaris Philippi 1963 Philippi, G., 1963. Zur Gliederung der Flachmoorgesellschaften des Sudschwarzwaldes und der Hochvogesen. Beitr. Naturk. Forsch. SWDeutschld., 22 : 113-135.
2375 1945 06/1.1.1.0.2/07 syn pp Parnassio palustris - Caricetum nigrae Oberdorfer 1957 em. Görs 1974 in Oberdorfer 1977 Oberdorfer, E., 1977. Süddeutsche Pflanzengesellschaften (2ten Aufl.), Teil I., 311 p. Gustav Fischer Verlag, Stuttgart. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
2376 1946 06/1.1.1.0.2/08 ASS Pedicularo mixtae - Narthecietum ossifragi Vanden Berghen & Peeters 1982 tourbière basse subalpine des Pyrénées orientales, hydrophile, longuement inondable Pyrénées orientales et centrales pelouse fermée subalpin subatlantique héliophile hydrophile oligotrophile acidocline intermédiaire 'Vanden Berghen, C., Peeters, A., 1972. La végétation des sols mouillés ou tourbeux de l''étage subalpin à Andorre (Pyrénées orientales). Bull. Soc. Roy. Bot. Belg., 115 : 181-197.'
2377 1947 06/1.1.1.0.2/08 syn pp Narthecio ossifragi - Trichophoretum cespitosi Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
2378 1948 06/1.1.1.0.2/09 ASS Pedicularo mixtae - Trichophoretum cespitosi Vanden Berghen & Peeters 1982 tourbière basse subalpine des Pyrénées orientales, hygrophile Pyrénées orientales et centrales pelouse fermée subalpin subatlantique héliophile hygrophile oligotrophile acidocline intermédiaire 'Vanden Berghen, C., Peeters, A., 1972. La végétation des sols mouillés ou tourbeux de l''étage subalpin à Andorre (Pyrénées orientales). Bull. Soc. Roy. Bot. Belg., 115 : 181-197.'
2379 1949 06/1.1.1.0.2/09 syn pp Narthecio ossifragi - Trichophoretum cespitosi Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
2380 2140 06/1.1.1.0.2/10 ASS Epikero pyrenaei - Caricetum nigrae (Issler 1937) Oberdorfer 1957 'tourbière basse hydrophile acidophile des Vosges et du Massif Central à l''étage subalpin' Selino - Caricetum Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. ?
2381 1929 06/1.1.1.0.2/11 ASS Hydrocotylo vulgaris - Caricetum paniceae (Nordhagen 1923) Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin. ?
2382 1950 06/1.1.1.0.3 7110*pp ALL Molinio caeruleae subsp. caeruleae - Eriophorion vaginati subsp. vaginati Julve 2003 all. nov. hoc loco tourbières hautes médioeuropéennes à boréo-subalpines, acidophiles hoc loco
2383 1951 06/1.1.1.0.3 syn = Droserion longifoliae Julve 1992 Julve, Ph., 1992. Propositions d’adaptation au contexte français de la typologie Corine-Biotope. 200 p. Secrétariat de la Faune et de la Flore, MNHN Paris.
2384 1952 06/1.1.1.0.3 syn = Eriophoretalia vaginati Julve 1992 Julve, Ph., 1992. Propositions d’adaptation au contexte français de la typologie Corine-Biotope. 200 p. Secrétariat de la Faune et de la Flore, MNHN Paris.
2385 1953 06/1.1.1.0.3 syn compl Calluno vulgaris - Sphagnion papillosi (Schwickerath 1940) Tüxen in Tüxen, Miyawaki & Fujiwara 1972 Tüxen, R., A. Miyawaki & K. Fujiwara, 1972. Eine erweiterte Gliederung der Oxycocco-Sphagnetea. Ber. Int. Sympos. I.V.V., 500-520. (Grundfragen und Methoden in der Pflanzensoziologie, Rinteln 1970). Dr. W. Junk. Den Haag. Schwickerath, M., 1940. Aufbau und Gliederung der europäischen Hochmoorgesellschaften. Engler Bot. Jahrb., 71 : 249-266.
2386 1954 06/1.1.1.0.3 syn compl Eriophoro vaginati - Sphagnetalia papillosi Tüxen in Tüxen, Miyawaki & Fujiwara 1972 em. Julve 1993 Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Tüxen, R., A. Miyawaki & K. Fujiwara, 1972. Eine erweiterte Gliederung der Oxycocco-Sphagnetea. Ber. Int. Sympos. I.V.V., 500-520. (Grundfragen und Methoden in der Pflanzensoziologie, Rinteln 1970). Dr. W. Junk. Den Haag.
2387 1955 06/1.1.1.0.3 syn compl incl Erico tetralicis - Sphagnion papillosi Moore 1968 Moore, J.J., 1968. A classification of the bogs and wet heaths of northern Europe Oxycocco-Sphagnetea). Ber. Int. Symp. I.V.V., 306-320. (Pflanzensoziologische Systematik, Stolzenau/Weser 1964).
2388 1956 06/1.1.1.0.3 syn compl incl Narthecio ossifragi - Sphagnion papillosi P. Duvigneaud 1949 'Duvigneaud, P., 1949. Classification phytosociologique des tourbières de l''Europe. Bull. Soc. Roy. Bot. Belg., 81 : 58-129.'
2389 1957 06/1.1.1.0.3 syn compl pp Erico tetralicis - Sphagnetalia papillosi P. Duvigneaud 1949 'Duvigneaud, P., 1949. Classification phytosociologique des tourbières de l''Europe. Bull. Soc. Roy. Bot. Belg., 81 : 58-129.'
2390 1958 06/1.1.1.0.3 syn compl pp Erico tetralicis - Sphagnetalia papillosi Schwickerath 1940 em. Braun-Blanquet 1949 Braun-Blanquet, J., 1949. Übersicht der Pflanzengesellschaften Rätiens, (III). Vegetatio, 1 : 285-316. Schwickerath, M., 1940. Aufbau und Gliederung der europäischen Hochmoorgesellschaften. Engler Bot. Jahrb., 71 : 249-266.
2391 1959 06/1.1.1.0.3 syn incl Trichophoro cespitosi - Eriophorenion vaginati Nordhagen 1943 Nordhagen, R., 1943. Sikilsdalen og Norges Fjellbeiter. Berg. Mus. Skr., 22, 607 p.
2392 1960 06/1.1.1.0.3 syn incl pp Trichophoro cespitosi - Ericion tetralicis P. Duvigneaud 1949 'Duvigneaud, P., 1949. Classification phytosociologique des tourbières de l''Europe. Bull. Soc. Roy. Bot. Belg., 81 : 58-129.'
2393 1961 06/1.1.1.0.3 syn incl pp Vaccinio oxycocci - Ericion tetralicis (Nordhagen 1936) Tüxen 1937 em. Moore 1968 Moore, J.J., 1968. A classification of the bogs and wet heaths of northern Europe Oxycocco-Sphagnetea). Ber. Int. Symp. I.V.V., 306-320. (Pflanzensoziologische Systematik, Stolzenau/Weser 1964). Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88.
2394 1962 06/1.1.1.0.3/01 ASS Trichophoro cespitosi subsp. cespitosi - Eriophoretum vaginati (Zlatnik 1928) Julve 1996 tourbière haute hygrophile de cicatrisation des tourbes acides ombrotrophiques asséchées en surface, boréosubatlantique Julve, Ph., 1996. La végétation des tourbières de France. Cah. Sci. Tec. Rés. Tourb. Fra., 1 : 8-26. ?
2395 1963 06/1.1.1.0.3/01 syn compl Trichophoro cespitosi subsp. cespitosi - Sphagnetum compacti Waren 1926 em. Dierssen 1982 Dierßen, K., 1982. Die wichtigsten Pflanzengesellschaften der Moore NW-Europas. 382 p. Publ. Conservatoire et Jardin botanique, Genève. ?
2396 1964 06/1.1.1.0.3/01 syn compl ambig Eriophoro vaginati - Trichophoretum cespitosi (Zlatnik 1928) Rübel 1933 em. Dierssen in Oberdorfer 1977 Oberdorfer, E., 1977. Süddeutsche Pflanzengesellschaften (2ten Aufl.), Teil I., 311 p. Gustav Fischer Verlag, Stuttgart. Rübel, E., 1933. Versuch einer Übersicht über die Pflanzengesellschaften der Schweiz. Berichte Geobot. Forsch. Inst. Rübel, 4 : 19-30. ?
2397 1965 06/1.1.1.0.3/02 ASS Andromedo polifoliae - Narthecietum ossifragi Julve (2004) 2005 nom. nov. hoc loco tourbière haute acidophile hydrophile, boréosubatlantique hoc loco Julve, Ph., 2004. World mire classification : an approach based on their origin, development and vegetation. International Peat journal, 12 : 41-54. [Proceedings of the IMCG International Biennial Symposium in Kushiro Japan) 1996]
2398 1966 06/1.1.1.0.3/02 syn illeg Narthecio ossifragi - Trichophoretum cespitosi subsp. cespitosi Julve 2004 Julve, Ph., 2004. World mire classification : an approach based on their origin, development and vegetation. International Peat journal, 12 : 41-54. [Proceedings of the IMCG International Biennial Symposium in Kushiro Japan) 1996]
2399 1967 06/1.1.1.0.3/03 ASS Erico tetralicis - Narthecietum ossifragi Moore 1968 nom. inv. tourbière haute acidophile hydrophile, psychroatlantique Moore, J.J., 1968. A classification of the bogs and wet heaths of northern Europe Oxycocco-Sphagnetea). Ber. Int. Symp. I.V.V., 306-320. (Pflanzensoziologische Systematik, Stolzenau/Weser 1964).
2400 1968 06/1.1.1.0.3/03 syn = ? Erico tetralicis - Narthecietum ossifragi Braun-Blanquet 1967 Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
2401 1969 06/1.1.1.0.3/03 syn ambig pp Ericetum tetralicis Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
2402 1970 06/1.1.1.0.3/03 syn compl Eriophoro angustifolii - Sphagnetum papillosi Julve 1992 prov. Julve, Ph., 1992. Propositions d’adaptation au contexte français de la typologie Corine-Biotope. 200 p. Secrétariat de la Faune et de la Flore, MNHN Paris.
2403 1971 06/1.1.1.0.3/03 syn compl Narthecio ossifragi - Sphagnetum papillosi Dierssen 1980 Dierßen, K., 1980. Some aspects of the classification of oligotrophic and mesotrophic mire communities in Europe. Coll. Phytosociol., 7 : 399-423.
2404 1972 06/1.1.1.0.3/03 syn compl incl Erico tetralicis - Sphagnetum magellanici Moore 1968 Moore, J.J., 1968. A classification of the bogs and wet heaths of northern Europe Oxycocco-Sphagnetea). Ber. Int. Symp. I.V.V., 306-320. (Pflanzensoziologische Systematik, Stolzenau/Weser 1964).
2405 1973 06/1.1.1.0.3/03 syn compl incl Narthecio ossifragi - Sphagnetum capillifolii P. Duvigneaud 1949 'Duvigneaud, P., 1949. Classification phytosociologique des tourbières de l''Europe. Bull. Soc. Roy. Bot. Belg., 81 : 58-129.'
2406 1974 06/1.1.1.0.3/03 syn incl Narthecio ossifragi - Eriophoretum angustifolii Julve 1996 Julve, Ph., 1996. La végétation des tourbières de France. Cah. Sci. Tec. Rés. Tourb. Fra., 1 : 8-26.
2407 1975 06/1.1.1.0.3/04 ASS Junco squarrosi - Trichophoretum cespitosi subsp. germanici (Jouanne 1926) Julve 2004 tourbière haute mésohygrophile de cicatrisation des tourbes acides ombrotrophiques asséchées en surface, psychroatlantique Julve, Ph., 2004. World mire classification : an approach based on their origin, development and vegetation. International Peat journal, 12 : 41-54. [Proceedings of the IMCG International Biennial Symposium in Kushiro Japan) 1996] Jouanne, P., 1926. Quelques associations végétales de l’Ardenne schisteuse. Bull. Soc. Roy. Bot. Belg., 59(1) : 54-68.
2408 1976 06/1.1.1.0.3/04 syn = ? Erico tetralicis - Trichophoretum cespitosi subsp. germanici Rivas-Martínez, T.E. Díaz, F. Prieto, Loidi & Penas 1984 Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
2409 1977 06/1.1.1.0.3/04 syn ambig Trichophoretum cespitosi subsp. germanici (Pethybridge & Praeger 1905) Tansley 1939 Tansley, A.G., 1939. The british islands and their vegetation. Cambridge Univ. Press, London, 930 p. ?
2410 1978 06/1.1.1.0.3/04 syn ambig Trichophoretum cespitosi subsp. germanici Jouanne 1926 Jouanne, P., 1926. Quelques associations végétales de l’Ardenne schisteuse. Bull. Soc. Roy. Bot. Belg., 59(1) : 54-68.
2411 1979 06/1.1.1.0.3/04 syn compl Junco squarrosi - Sphagnetum compacti Braun-Blanquet, P. Silva, Rozeira & Fontes 1952 Braun-Blanquet, J., A.R. Pinto da Silva, A. Rozeira & F. Fontes, 1952. Résultats de deux excursions géobotaniques à travers le Portugal septentrional et moyen. I. Une incursion dans la Serra da Estrêla. Agron. Lusit. 14(4) : 303-323.
2412 1980 06/1.1.1.0.3/04 syn compl Sphagno compacti - Trichophoretum cespitosi subsp. germanici (Oberdorfer 1938) J. & M. Bartsch 1940 Bartsch, J. & M. Bartsch, 1940. Vegetationskunde des Schwarzwaldes. Pflanzensoziologie, 4 : 229 p. Oberdorfer, E., 1938. Ein Beitrag zur Vegetationskunde des Nordschwarzwaldes. Beitr. Naturk. Forsch. Südwestdeutschl., 3.
2413 1981 06/1.1.1.0.3/04 syn incl Trichophoro cespitosi subsp. germanici - Eriophoretum vaginati (Mac Vean and Ratcliffe 1962) Julve 1996 Julve, Ph., 1996. La végétation des tourbières de France. Cah. Sci. Tec. Rés. Tourb. Fra., 1 : 8-26. ?
2414 7054 06/1.1.1.0.3/05 ASS Dryopterido carthusianae var. elevatae - Molinietum caeruleae subsp. caeruleae Julve 2008 ass. nov. hoc loco marge humide périphérique de tourbières hautes à battement vertical de nappe Dryopterido elevatae - Molinietum caeruleae hoc loco
2415 1982 06/1.1.2 6410pp+7230pp ORD Molinio caeruleae subsp. caeruleae - Caricetalia davallianae Julve 1983 em. de Foucault 1984 tourbières basses médioeuropéennes à boréo-subalpines, basophiles Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. 'Julve, Ph., 1983. Les groupements de prairies humides et de bas-marais. Etude régionale et essai de synthèse à l''échelle de l''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 224 p.'
2416 1983 06/1.1.2 syn compl pp Drepanoclado - Caricetalia Succow 1974 Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113.
2417 1984 06/1.1.2 syn incl Eleocharition quinqueflorae Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
2418 1985 06/1.1.2 syn incl pp Caricetalia davallianae Braun-Blanquet 1949 Braun-Blanquet, J., 1949. Übersicht der Pflanzengesellschaften Rätiens, (III). Vegetatio, 1 : 285-316.
2419 1986 06/1.1.2 syn incl pp Tofieldienalia calyculatae (Preising apud Oberdorfer 1949) Succow 1974 Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113. Oberdorfer, E., 1949. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. Stuttgart, 411 p.
2420 1987 06/1.1.2 syn incl pp Tofieldietalia calyculatae Preising apud Oberdorfer 1949 Oberdorfer, E., 1949. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. Stuttgart, 411 p.
2421 1988 06/1.1.2 syn incl pp Tofieldietea calyculatae Malmer 1968 Malmer, N. 1968. Über die Gliederung der Oxycocco-Sphagnetea und Scheuchzerio-Caricetea fuscae. In: Tüxen R. (ed.), Pflanzensoziologische Systematik : 293-305. Dr. W. Junk, Den Haag.
2422 1989 06/1.1.2 syn pp Molinio caeruleae subsp. caeruleae - Caricetalia davallianae Julve 1983 'Julve, Ph., 1983. Les groupements de prairies humides et de bas-marais. Etude régionale et essai de synthèse à l''échelle de l''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 224 p.'
2423 1990 06/1.1.2.0.1 ALL Caricion davallianae Klika 1934 tourbières basses centroeuropéennes à boréomontagnardes, basophiles Klika, J., 1934. Die Pflanzengesellschaften auf Travertinen bei Stankovany in der Slowakei. Bull. Intern. Acad. Sci. Bohême, 35 : 41-44.
2424 1991 06/1.1.2.0.1 syn = Epipacto palustris - Schoenion ferruginei P. Duvigneaud 1949 'Duvigneaud, P., 1949. Classification phytosociologique des tourbières de l''Europe. Bull. Soc. Roy. Bot. Belg., 81 : 58-129.'
2425 1992 06/1.1.2.0.1 syn incl Schoenenion nigricantis Giugni 1991 Giugni, G., 1991. Etude phyto-écologique des bas-marais et marais de pente (Caricion davallianae) des Préalpes chablaisiennes (suisses et françaises). Beitr. Geobot. Landesaufn. Schweiz, Teufen, 67, 289 p. + 1 carte.
2426 1993 06/1.1.2.0.1 syn incl Schoenion ferruginei Nordhagen 1936 Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88.
2427 1994 06/1.1.2.0.1 syn pp Eriophorion latifolii Braun-Blanquet & Tüxen 1943 Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
2428 1995 06/1.1.2.0.1/01 ASS Anacamptido palustris - Schoenetum nigricantis Oberdorfer 1957 parvocariçaie tourbeuse basophile, planitiaire, centro-européenne, lorraine-Alsace Champagne à Alsace pelouse fermée planitiaire pré à subcontinental héliophile hydrophile oligotrophile basophile intermédiaire Orchido - Schoenetum nigricantis Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
2429 2035 06/1.1.2.0.1/01 syn non Schoeno nigricantis - Juncetum subnodulosi Allorge 1922 Schoeno - Juncetum Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
2430 1998 06/1.1.2.0.1/01 syn pp Molinio caeruleae - Schoenetum nigricantis Köllner 1983 Köllner, J., 1983. Vegetationsstudien im westlichen Seewinkel (Burgenland). Zitzmannsdorfer Wiesen Salzlackenränder. Diss. Univ. Salzburg.
2431 1996 06/1.1.2.0.1/01 syn pp Schoenetum nigricantis Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2432 2020 06/1.1.2.0.1/02 ASS Eriophoro latifolii - Caricetum viridulae subsp. brachyrhynchae var. elatioris Didier & Royer in Royer & Didier 1996 parvocariçaie paratourbeuse basophile, précontinentale, planitiaire, champenoise Champagne pelouse fermée planitiaire précontinental héliophile hydrophile oligotrophile basophile intermédiaire Eriophoro latifolii - Caricetum elatioris Eriophoro latifolii - Caricetum lepidocarpae Royer, J.-M. & B. Didier, 1996. Flore et végétation des marais tufeux du plateau de Langres. Soc. Sc. Nat. Arch. Hte-Marne, Mém. N° 2, 112 p.
2433 2021 06/1.1.2.0.1/03 ASS Carici davallianae - Schoenetum x intermedii Rameau & Royer 1979 parvocariçaie paratourbeuse basophile, précontinentale, planitiaire, bourguignonne Plateau de Langres pelouse fermée collinéen précontinental héliophile hydrophile oligotrophile basophile intermédiaire Rameau, J.-C. & J.-M. Royer, 1979. Etude botanique et phytosociologique du marais Vaucher. Bull. Soc. Sci. Nat. Arch. Haute-Marne, 21 : 163-184.
2434 1999 06/1.1.2.0.1/04 ASS Primulo farinosae - Schoenetum ferruginei (Dutoit 1924) Oberdorfer 1957 parvocariçaie tourbeuse basophile, montagnarde à subalpine, centro-européenne Alpes pelouse fermée subalpin subcontinental héliophile hydrophile oligotrophile basophile intermédiaire Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Dutoit, D., 1924. Les associations végétales des sous-Alpes de Vevey (Suisse). Thèse, Univ. Lausanne, 85 p.
2435 2000 06/1.1.2.0.1/04 syn = Primulo farinosae - Schoenetum ferruginei (Fijalkowski 1960) Palczynski 1964 ? Fijałkowski, D., 1960. Szata roślinna jezior Łęczyńsko-Włodawskichi przylegających do nich torfowisk. - Ann. Univ. Mariae-Curie-Sklodowska Lublin, sectio B, 14(3) : 131-206. (1959) [Plant associations of lakes situated between Leczna and Wlodawa and of peat-logs adjacent to these lakes]
2436 7009 06/1.1.2.0.1/04 syn = Primulo farinosae - Schoenetum ferruginei (Koch 1926) Oberdorfer 1957 em. 1962 Oberdorfer, E., 1962. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. (2ten Auffl.). Stuttgart, 987 p. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2437 2001 06/1.1.2.0.1/04 syn = Primulo farinosae - Schoenetum ferruginei Oberdorfer 1962 Oberdorfer, E., 1962. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. (2ten Auffl.). Stuttgart, 987 p.
2438 2003 06/1.1.2.0.1/04 syn = ? Primulo farinosae - Schoenetum ferruginei Du Rietz 1925 Rietz, G.E. du, 1925. Zur Vegetationsökologie der ostschwedischen Küstenfelsen. Beih. Bot. Cbl., 49 : 61-112.
2439 2002 06/1.1.2.0.1/04 syn incl Tofieldio calyculatae - Schoenetum ferruginei Braun-Blanquet 1971 Braun-Blanquet, J., 1971. Übersicht der Pflanzengesellschaften der Rätischen Alpen im Rahmen ihrer Gesamtverbreitung. III : Flachmoorgesellschaften (Scheuchzerio-Caricetea fuscae). Veröff. Geobot. Inst. Rübel, 46 : 1-70. [= Comm. SIGMA, 190].
2440 1996 06/1.1.2.0.1/04 syn pp Schoenetum nigricantis Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2441 2172 06/1.1.2.0.1/05 ASS Trichophoro cespitosi subsp. cespitosi - Schoenetum ferruginei Görs 1964 parvocariçaie tourbeuse basophile, montagnarde à subalpine, centro-européenne, des tourbes minéralisées Alpes Görs, S., 1964. Beiträge zur Kenntnis basiphiler Flachmoorgesellschaften (Tofieldietalia) 2. Teil : Das Mehlprimel-Kopfbinsen-Moor (Primulo – Schoenetum ferruginei). Veröff. Landesst. Natursch. u. Landschaftspfl. Bad.-Württ., 32 : 7-42.
2442 7031 06/1.1.2.0.1/05 syn = Trichophoro cespitosi subsp. cespitosi - Schoenetum ferruginei (Booberg 1930) Görs 1964 Görs, S., 1964. Beiträge zur Kenntnis basiphiler Flachmoorgesellschaften (Tofieldietalia) 2. Teil : Das Mehlprimel-Kopfbinsen-Moor (Primulo – Schoenetum ferruginei). Veröff. Landesst. Natursch. u. Landschaftspfl. Bad.-Württ., 32 : 7-42. ?
2443 2173 06/1.1.2.0.1/05 syn = ? Trichophoretum cespitosi Beger 1922 Beger, H., 1922. Assoziationsstudien in der Waldstufe des Schanfiggs. Mitt. Bot. Museum Univ. Zürich, 96 : 1-147.
2444 2004 06/1.1.2.0.1/06 ASS Soldanello alpinae - Caricetum davallianae Dietl 1975 parvocariçaie tourbeuse basophile, centro-européenne, subalpine, alpienne Alpes pelouse fermée alpin-subalpin subcontinental héliophile hydrophile oligotrophile basophile intermédiaire Dietl, W., 1975. Standort und Bewirtschaftung der Italienisch-Raigras-Matten. Mitteilungen für die Schweizerische Landwirtschaft. Nr. 10, Jahrgang 23 : 185-194.
2445 2005 06/1.1.2.0.1/06 syn = Tofieldio calyculatae - Caricetum davallianae Koch 1928 em. Rivas-Martínez & Géhu 1978 Rivas-Martínez, S. & J.-M. Géhu, 1978. Observations syntaxonomiques sur quelques végétations du Valais suisse. Doc. Phytosoc., N.S., 3 : 371-424. Koch, W., 1928. Die höhere Vegetation der subalpinen Seen und Moorgebiete des Val Piora. Zeitschr. Hydrol., 4 : 131-174. Aarau.
2446 2006 06/1.1.2.0.1/06 syn pp Caricetum davallianae (Dutoit 1924) Görs 1963 Görs, S., 1963. Beiträge zur Kenntniss basiphiler Flachmoorgesellschaften. I. Das Davallseggen Quellmoor. Veröff. Land. Nat. Lands. Baden-Württ., 31 : 7-30. Dutoit, D., 1924. Les associations végétales des sous-Alpes de Vevey (Suisse). Thèse, Univ. Lausanne, 85 p.
2447 8073 06/1.1.2.0.1/06 syn pp Caricetum davallianae Dutoit 1924 Dutoit, D., 1924. Les associations végétales des sous-Alpes de Vevey (Suisse). Thèse, Univ. Lausanne, 85 p.
2448 8074 06/1.1.2.0.1/06 syn = Bartsio alpinae - Caricetum davallianae Dietl 1972 Dietl, W., 1972. Die Vegetationskartierung als Grundlage für die Planung einer umfassenden Alpverbesserung im Räume von Glaubenbüelen (Obwalden). Thesis, ETH Zürich.
2449 2174 06/1.1.2.0.1/07 ASS Bartsio alpinae - Trichophoretum cespitosi (Keller 1930) Rivas-Martínez & Géhu 1978 parvocariçaie tourbeuse basophile, centro-européenne, subalpine, alpienne, des tourbes minéralisées Rivas-Martínez, S. & J.-M. Géhu, 1978. Observations syntaxonomiques sur quelques végétations du Valais suisse. Doc. Phytosoc., N.S., 3 : 371-424.
2450 7010 06/1.1.2.0.1/08 ASS Valeriano dioicae - Caricetum davallianae Moravec in Moravec & Rybníčková 1964 parvocariçaie tourbeuse basophile, centro-européenne, collinéenne à montagnarde, alpienne Alpes pelouse fermée montagnard subcontinental héliophile hydrophile oligotrophile basophile intermédiaire Moravec, J. & E. Rybníčková, 1964. Die Carex davalliana-Bestände im Böhmerwaldvorgebirge, ihre Zusammensetzung, Ökologie und Historie. Preslia, 36 : 376-391.
2451 7029 06/1.1.2.0.1/08 syn = Caricetum hostianae Issler 1932 Issler, E., 1932. Les prairies non fumées du ried ello-rhénan et le Mesobrometum du Haut-Rhin. Bull. soc. Hist. Nat. de Colmar, 23.
2452 2007 06/1.1.2.0.1/08 syn = Phragmiti australis - Caricetum davallianae Dietl 1975 Dietl, W., 1975. Standort und Bewirtschaftung der Italienisch-Raigras-Matten. Mitteilungen für die Schweizerische Landwirtschaft. Nr. 10, Jahrgang 23 : 185-194.
2453 2008 06/1.1.2.0.1/08 syn pp Caricetum davallianae (Dutoit 1924) Görs 1963 Görs, S., 1963. Beiträge zur Kenntniss basiphiler Flachmoorgesellschaften. I. Das Davallseggen Quellmoor. Veröff. Land. Nat. Lands. Baden-Württ., 31 : 7-30. Dutoit, D., 1924. Les associations végétales des sous-Alpes de Vevey (Suisse). Thèse, Univ. Lausanne, 85 p.
2454 8073 06/1.1.2.0.1/06 syn pp Caricetum davallianae Dutoit 1924 Dutoit, D., 1924. Les associations végétales des sous-Alpes de Vevey (Suisse). Thèse, Univ. Lausanne, 85 p.
2455 8075 06/1.1.2.0.1/06 syn = Molinio caeruleae - Caricetum hostianae Trinajstic 2002 Trinajstić, I., 2002. Fitocenološko-sintaksonomska analiza močvarnih livada Nacionalnog parka Plitvička jezera. Agronomski glasnik (Zagreb), 64(5–6) : 257–265.
2456 2022 06/1.1.2.0.1/09 ASS Pinguiculo vulgaris - Trichophoretum cespitosi subsp. cespitosi Koch 1928 parvocariçaie tourbeuse basophile, centro-européenne, collinéenne à montagnarde, alpienne, des tourbes minéralisées Alpes pelouse fermée subalpin (à montagnard ?) subcontinental héliophile hygrophile oligotrophile neutrocline intermédiaire Koch, W., 1928. Die höhere Vegetation der subalpinen Seen und Moorgebiete des Val Piora. Zeitschr. Hydrol., 4 : 131-174. Aarau.
2457 2023 06/1.1.2.0.1/09 syn = Carici echinatae - Trichophoretum cespitosi subsp. cespitosi (Koch 1928) Rýbniček in Rýbniček & Rýbničkova 1977 Rýbniček, K. & E. Rýbničkova, 1977. Mooruntersuchungen im oberen Gurgltal, Ötztaler Alpen. Folia Geobotanica Phytotaxonomia, Praha, 12 : 245-291. Koch, W., 1928. Die höhere Vegetation der subalpinen Seen und Moorgebiete des Val Piora. Zeitschr. Hydrol., 4 : 131-174. Aarau.
2458 2024 06/1.1.2.0.1/09 syn = Trichophoretum cespitosi subsp. cespitosi Koch 1928 Koch, W., 1928. Die höhere Vegetation der subalpinen Seen und Moorgebiete des Val Piora. Zeitschr. Hydrol., 4 : 131-174. Aarau.
2459 7032 06/1.1.2.0.1/09 syn = ? Trichophoretum cespitosi - alpinum Koch 1928 Koch, W., 1928. Die höhere Vegetation der subalpinen Seen und Moorgebiete des Val Piora. Zeitschr. Hydrol., 4 : 131-174. Aarau.
2460 7033 06/1.1.2.0.1/09 syn compl non ? Scorpidio revolventis - Trichophoretum cespitosi subsp. cespitosi Nordhagen 1928 em. Dierssen 1982 Dierßen, K., 1982. Die wichtigsten Pflanzengesellschaften der Moore NW-Europas. 382 p. Publ. Conservatoire et Jardin botanique, Genève. Nordhagen, R., 1928. Die Vegetation und Flora des Sylenegebietes. I : Die Vegetation. Skr. Norsk. Vidensk. Akad. Oslo, 1, 612 p.
2461 2009 06/1.1.2.0.1/10 ASS Triglochino palustris - Eleocharitetum quinqueflorae Koch (1926) 1928 parvocariçaie tourbeuse basophile, centro-européenne, collinéenne à montagnarde, alpienne, pionnière et ouverte Alpes pelouse ouverte planitiaire à montagnard subcontinental héliophile hydrophile oligotrophile basophile pionnier Koch, W., 1928. Die höhere Vegetation der subalpinen Seen und Moorgebiete des Val Piora. Zeitschr. Hydrol., 4 : 131-174. Aarau. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2462 2010 06/1.1.2.0.1/10 syn = Eleocharitetum quinqueflorae (Zobrist 1934) Görs 1964 Görs, S., 1964. Beiträge zur Kenntnis basiphiler Flachmoorgesellschaften (Tofieldietalia) 2. Teil : Das Mehlprimel-Kopfbinsen-Moor (Primulo – Schoenetum ferruginei). Veröff. Landesst. Natursch. u. Landschaftspfl. Bad.-Württ., 32 : 7-42. ?
2463 2011 06/1.1.2.0.1/10 syn = Triglochino palustris - Eleocharitetum quinqueflorae (Fukarek 1961) Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Fukarek, F., 1961. Die Vegetation des Darss und ihre Geschichte. Pflanzensoziologie, 12, 321 p. G. Fischer, Jena.
2464 2012 06/1.1.2.0.1/10 syn ambig Eleocharitetum quinqueflorae Lüdi 1921 Lüdi, W., 1921. Die Pflanzengesellschaften des Lauterbrunnentales und ihre Sukzession. Beitr. Geobot. Landesaufn. Schweiz, 9, 364 p.
2465 2013 06/1.1.2.0.1/10 syn incl Eleocharito quinqueflorae - Juncetum subnodulosi Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
2466 7001 06/1.1.2.0.1/11 ASS Juncetum alpinoarticulati Philippi 1960 jonçaie paratourbeuse pionnière hydrophile, basophile, sabulicole, collinéenne Philippi, G., 1960. Zur Gliederung der Pfeifengraswiesen im südlichen und mittleren Oberrheingebiet. Beitr. Naturk. Forsch. Südwestdeutschl., 19 : 138-187.
2467 7877 06/1.1.2.0.1/11 syn ? Pinguiculo vulgaris - Caricetum dioicae Jones 1973 em. Wheeler 1975 Wheeler, B.D., 1975. Phytosociological studies on rich fen systems in England and Wales. Ph.D. thesis, University of Durham. Jones, A.V., 1973. A phytosociological survey of Widdybank Fell in Upper Teesdale. Ph.D. thesis, University of Durham.
2468 7028 06/1.1.2.0.1/11 syn incl Caricetum dioicae Braun 1968 Braun, W., 1968. Die Kalkflachmoore und ihre wichtigsten Kontaktgesellschaften im bayerischen Alpenvorland. Dissert. Bot., 1, 134 p.
2469 7002 06/1.1.2.0.1/11 syn incl Caricetum paniceo - viridulae subsp. brachyrrhynchae Braun 1968 Caricetum paniceo - lepidocarpae Braun, W., 1968. Die Kalkflachmoore und ihre wichtigsten Kontaktgesellschaften im bayerischen Alpenvorland. Dissert. Bot., 1, 134 p.
2470 7029 06/1.1.2.0.1/11 syn incl Eleocharitetum uniglumis Braun 1968 Braun, W., 1968. Die Kalkflachmoore und ihre wichtigsten Kontaktgesellschaften im bayerischen Alpenvorland. Dissert. Bot., 1, 134 p.
2471 2164 06/1.1.2.0.1/11 syn incl Equiseto variegati - Typhetum minimae Braun-Blanquet apud Volk 1940 ?
2472 2163 06/1.1.2.0.1/11 syn incl Typhetum minimae Braun-Blanquet in Volk 1939 Alpes Volk, O.H., 1939. Soziologische und Ökologische Untersuchungen an der Auenvegetation im Churer Rheintal und Domleschg. Jahrb. Naturf. Ges. Graubünden, 76, 1938/39. 29-79. [= Comm. SIGMA, 72, 51 p.]
2473 7008 06/1.1.2.0.1/12 ASS Caltho palustris - Caricetum frigidae Julve 2007 ass. nov. hoc loco parvocariçaie paratourbeuse amphibie, basophile, montagnarde, alpienne hoc loco
2474 2027 06/1.1.2.0.1/13 ASS Swertio perennis - Caricetum nigrae Vigo 1984 parvocariçaie paratourbeuse basophile, montagnarde, pyrénéenne Vigo, J., 1984. Notes fitocenològiques, IV. Collect. Bot. (Barcelona), 15 : 459-485.
2475 2014 06/1.1.2.0.1/14 ASS Pinguiculo vulgaris - Caricetum davallianae Turmel 1955 parvocariçaie paratourbeuse basophile, montagnarde, pyrénéenne Pyrénées pelouse fermée subalpin héliophile hydrophile oligotrophile basophile intermédiaire 'Turmel, J.-M., 1955. Le pic de midi d''Ossau. Ecologie et végétation. Mém. Mus. Nat. Hist. Nat. Paris, N.S., Sér. B, Bot., 5, 208 p.'
2476 2015 06/1.1.2.0.1/14 syn = Caricetum davallianae auct. pyr.
2477 8073 06/1.1.2.0.1/14 syn non Caricetum davallianae Dutoit 1924 Dutoit, D., 1924. Les associations végétales des sous-Alpes de Vevey (Suisse). Thèse, Univ. Lausanne, 85 p.
2478 2016 06/1.1.2.0.1/14 syn = Carici davallianae - Eriophoretum latifolii Nègre 1972 Pyrénées centrales héliophile hydrophile oligotrophile basophile intermédiaire 'Nègre, R., 1972. La végétation du bassin de l''One (Pyrénées centrales). 5ème note : les reposoirs, les groupements hygrophiles et les prairies de fauche. Bol. Soc. Broter., 46 (2e série) : 271-343.'
2479 2017 06/1.1.2.0.1/14 syn = Pediculari sylvaticae - Caricetum davallianae Oberdorfer & Tüxen in Tüxen & Oberdorfer 1958 Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
2480 2018 06/1.1.2.0.1/14 syn = Pinguiculo grandiflorae - Caricetum davallianae Braun-Blanquet 1948 em. Gruber 1978 Pyrénées centrales Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t. Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
2481 2019 06/1.1.2.0.1/14 syn ambig Caricetum davallianae sensu Braun-Blanquet 1948 [primuletosum integrifoliae] Pyrénées orientales pionnier Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
2482 2025 06/1.1.2.0.1/15 ASS Pinguiculo grandiflorae - Caricetum viridulae subsp. brachyrrynchae var. elatior Rivas-Martínez, T.E. Díaz, F. Prieto, Loidi & Penas 1984 parvocariçaie paratourbeuse basophile, montagnarde, pyrénéenne Pinguiculo grandiflorae - Caricetum lepidocarpae Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
2483 2026 06/1.1.2.0.1/15 syn = Primulo farinosae - Caricetum viridulae subsp. brachyrrynchae Rivas-Martínez, T.E. Díaz, F. Prieto, Loidi & Penas 1984 ex Loidi, F. Prieto, Bueno & Herrera in Herrera 1995 Herrera, M., 1995. Estudio de la vegetación y flora vascular de la cuenca del Río Asón (Cantabria). Guineana, 1 : 1-435. Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
2484 2028 06/1.1.2.0.1/16 ASS Tofieldio calyculatae - Caricetum pulicaris Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 parvocariçaie paratourbeuse basophile, montagnarde, pyrénéenne Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
2485 6543 06/1.1.2.0.1/16 syn = Carici pulicaris - Eriophoretum latifolii O. de Bolòs & Vives in O. de Bolòs 1956 Bolos, O. de, 1956. De vegetatione notulae, II. Collect. Bot., 5 : 195-268.
2486 2029 06/1.1.2.0.1/16 syn = Carici pulicaris - Eriophoretum latifolii Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. Sintaxonomía de los hayedos del suroccidente de Europa. Itinera Geobot., 5 : 457-480.
2487 2030 06/1.1.2.0.1/17 ASS Tofieldio calyculatae - Trichophoretum caespitosi Ballesteros, Baulies, Canalís & Sebastià 1983 ex Rivas-Martínez & Costa 1998 parvocariçaie paratourbeuse basophile, montagnarde, pyrénéenne Rivas-Martínez, S. & M. Costa, 1998. Datos sobre la vegetación y el bioclima del Valle de Arán. Acta Bot. Barcinon., 45 : 473-499. Ballesteros, E., X. Baulies, V. Canalís & T. Sebastià 1983. Landes, torberes i mulleres de l’Alta Ribagorça. Collect. Bot. (Barcelona), 14 : 55-84.
2488 2031 06/1.1.2.0.1/17 syn = Tofieldio calyculatae - Trichophoretum caespitosi Ballesteros, Baulies, Canalís & Sebastià 1983 Ballesteros, E., X. Baulies, V. Canalís & T. Sebastià 1983. Landes, torberes i mulleres de l’Alta Ribagorça. Collect. Bot. (Barcelona), 14 : 55-84.
2489 2032 06/1.1.2.0.2 ALL Hydrocotylo vulgaris - Schoenion nigricantis de Foucault 1984 em. Julve 1989 ex 1993 tourbières basses basophiles, atlantiques Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Julve, Ph., 1989. Etude phytosociologique de la végétation de la réserve naturelle nationale de Oye-Plage (Pas de Calais). Centre Régional de Phytosociologie, Bailleul, 55 p., 1 carte h.t. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2490 6875 06/1.1.2.0.2 syn = Hydrocotylo vulgaris - Schoenenion nigricantis Royer in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 prov. Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris.
2491 2033 06/1.1.2.0.2 syn pp Hydrocotylo vulgaris - Schoenion nigricantis de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2492 7286 06/1.1.2.0.2 syn pp Hydrocotylo vulgaris - Schoenion nigricantis de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
2493 2034 06/1.1.2.0.2/01 ASS Cirsio dissecti - Schoenetum nigricantis (Allorge 1922) Braun-Blanquet & Tüxen 1952 parvocariçaie tourbeuse, hydrophile, atlantique, basophile Bassin Parisien pelouse fermée planitiaire atlantique s.l. héliophile hydrophile oligotrophile basophile intermédiaire Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
2494 2035 06/1.1.2.0.2/01 syn pp Schoeno nigricantis - Juncetum subnodulosi Allorge 1922 Schoeno - Juncetum subnodulosi Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
2495 2036 06/1.1.2.0.2/02 ASS Hydrocotylo vulgaris - Juncetum subnodulosi (Wattez 1968) de Foucault 1984 jonçaie tourbeuse, hygrophile, atlantique, basophile Bassin Parisien pelouse fermée planitiaire atlantique s.l. héliophile hygrophile méso-oligotrophile basophile intermédiaire Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. 'Wattez, J.R., 1968. Contribution à l''étude de la végétation des marais arrière littoraux de la plaine alluviale picarde. Thèse, Univ. Lille, 378 p.'
2496 6673 06/1.1.2.0.2/02 syn = Hydrocotylo vulgaris - Juncetum subnodulosi (Wattez 1968) de Foucault in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p. 'Wattez, J.R., 1968. Contribution à l''étude de la végétation des marais arrière littoraux de la plaine alluviale picarde. Thèse, Univ. Lille, 378 p.'
2497 2035 06/1.1.2.0.2/02 syn pp Schoeno nigricantis - Juncetum subnodulosi Allorge 1922 Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
2498 2038 06/1.1.2.0.2/03 ASS Anagallido tenellae - Eleocharitetum quinqueflorae (Bournérias 1952 ex de Foucault 1984) Julve 1992 prov. ex 2006 hoc loco parvocariçaie tourbeuse, hydrophile, atlantique, basophile, ouverte, de cicatrisation Bassin Parisien pelouse ouverte planitiaire Julve, Ph., 1992. Propositions d’adaptation au contexte français de la typologie Corine-Biotope. 200 p. Secrétariat de la Faune et de la Flore, MNHN Paris. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Bournérias, M., 1952. Beine et Laonnois : végétation et géologie. Feuille Natur., Bull. Nat. Par., N.S., 7 : 93-101.
2499 6674 06/1.1.2.0.2/03 syn = Anagallido tenellae - Eleocharitetum quinqueflorae (Bournérias 1952) de Foucault in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p. Bournérias, M., 1952. Beine et Laonnois : végétation et géologie. Feuille Natur., Bull. Nat. Par., N.S., 7 : 93-101.
2500 2042 06/1.1.2.0.2/03 syn pp Hydrocotylo vulgaris - Juncetum subnodulosi (Wattez 1968) de Foucault 1984 [race atlantique] Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. 'Wattez, J.R., 1968. Contribution à l''étude de la végétation des marais arrière littoraux de la plaine alluviale picarde. Thèse, Univ. Lille, 378 p.'
2501 7184 06/1.1.2.0.2/04 ASS Cirsio tuberosi - Schoenetum nigricantis Julve 2010 ass. nov. hoc loco parvocariçaie tourbeuse basophile, hydrophile, des Causses hoc loco
2502 1842 06/1.1.2.0.2/05 ASS Junco subnodulosi - Pinguiculetum lusitanicae (Lemée 1937) de Foucault 1984 hémicryptophytaie tourbeuse basophile, hygrophile, hyperatlantique, planitiaire, pionnière de cicatrisation Côtes de la Manche pelouse ouverte planitiaire Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
2503 7245 06/1.1.2.0.2/05 syn = Junco subnodulosi - Pinguiculetum lusitanicae (Lemée 1937) de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
2504 9408 06/1.1.2.0.2/06 ASS Caricetum viridulae subsp. viridulae var. viridulae - viridulae subsp. brachyrrhynchae var. elatioris Catteau & al. In prep. Caricetum viridulae - elatioris in prep.
2505 2039 06/1.1.2.0.3 2190pp ALL Caricion viridulae subsp. viridulae var. pulchello - trinervis (de Foucault 1984) Julve 1989 ex 1993 tourbières basses basophiles, submaritimes, des pannes dunaires atlantiques Caricion pulchello - trinervis Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Julve, Ph., 1989. Etude phytosociologique de la végétation de la réserve naturelle nationale de Oye-Plage (Pas de Calais). Centre Régional de Phytosociologie, Bailleul, 55 p., 1 carte h.t. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2506 6876 06/1.1.2.0.3 syn = Caricenion viridulae subsp. viridulae var. pulchello - trinervis (Julve 1993) Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 prov. Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
2507 7282 06/1.1.2.0.3 syn = Caricenion viridulae subsp. viridulae var. pulchello - trinervis Julve 1993 ex de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
2508 2052 06/1.1.2.0.3 syn incl compl pp Calliergonello cuspidatae - Salicetum arenariae Braun-Blanquet & de Leeuw 1936 Acrocladio - Salicetum Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
2509 6873 06/1.1.2.0.3 syn incl compl pp Equiseto variegati - Salicetum arenariae Westhoff & Schaminée in Schaminée, Weeda & Westhoff 1995 Schaminée, J.H.J., E.J. Weeda & V. Westhoff, 1995. De vegetatie van Nederland 2. Plantengemeenschappen van wateren, moerassen en natte heiden. [The vegetation of the Netherlands 2. Plant communities of water bodies, swamps and wet heathlands]. 358 p. Opulus Press. Uppsala, Leiden.
2510 6874 06/1.1.2.0.3 syn incl compl pp Pyrolo rotundifolii - Salicetum arenariae Westhoff & den Held 1969 Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen.
2511 2040 06/1.1.2.0.3 syn pp Hydrocotylo vulgaris - Schoenion nigricantis de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2512 2041 06/1.1.2.0.3/01 ASS Loto corniculati subsp. tenuis - Juncetum subnodulosi (de Foucault 1984) Julve 1992 prov. jonçaie tourbeuse, hygrophile, submaritime, psychroatlantique Côtes de la Manche et de la Mer du Nord pelouse fermée planitiaire Loto tenuis - Juncetum subnodulosi Julve, Ph., 1992. Propositions d’adaptation au contexte français de la typologie Corine-Biotope. 200 p. Secrétariat de la Faune et de la Flore, MNHN Paris. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2513 2051 06/1.1.2.0.3/01 syn incl Calamagrostio epigeji - Juncetum subnodulosi P. Duvigneaud 1947 Côtes de la Manche et de la Mer du Nord pelouse fermée planitiaire Duvigneaud, P., 1947. Remarques sur la végétation des pannes dans les dunes littorales entre la Panne et Dunkerque. Bull. Soc. Roy. Bot. Belg., 79 : 123-140.
2514 2042 06/1.1.2.0.3/01 syn pp Hydrocotylo vulgaris - Juncetum subnodulosi (Wattez 1968) de Foucault 1984 ["subhalophile"] Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. 'Wattez, J.R., 1968. Contribution à l''étude de la végétation des marais arrière littoraux de la plaine alluviale picarde. Thèse, Univ. Lille, 378 p.'
2515 2043 06/1.1.2.0.3/02 ASS Samolo valerandi - Eleocharitetum quinqueflorae Julve 1992 prov. ex 2006 hoc loco parvocariçaie tourbeuse, hydrophile, submaritime, psychroatlantique, pionnière de cicatrisation Côtes de la Manche et de la Mer du Nord pelouse ouverte planitiaire hoc loco Julve, Ph., 1992. Propositions d’adaptation au contexte français de la typologie Corine-Biotope. 200 p. Secrétariat de la Faune et de la Flore, MNHN Paris.
2516 2044 06/1.1.2.0.3/02 syn pp Anagallido tenellae - Eleocharitetum quinqueflorae (Bournérias 1952) de Foucault 1984 ["subhalophile"] Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Bournérias, M., 1952. Beine et Laonnois : végétation et géologie. Feuille Natur., Bull. Nat. Par., N.S., 7 : 93-101.
2517 2045 06/1.1.2.0.3/03 ASS Junco maritimi - Schoenetum nigricantis Provost 1975 parvocariçaie tourbeuse, hydrophile, submaritime, mésothermoatlantique Côtes de la Manche pelouse fermée planitiaire Provost, M., 1975. Etude phytosociologique et écologique des dunes de Beaubigny. Doc. CREPAN, 89 p. Caen.
2518 2046 06/1.1.2.0.3/03 syn = ? Plantagini maritimae - Schoenetum nigricantis Loriente 1984 Loriente, E. 1984. Ciento veintiséis inventarios fitosociológicos de la roca marítima de Cantabria. Anales Inst. Est. Agropecuarios 6: 111-123.
2519 2047 06/1.1.2.0.3/04 ASS Potentillo anserinae - Caricetum nigrae Braun-Blanquet & Tüxen 1952 parvocariçaie tourbeuse, hydrophile, submaritime, subhalophile, psychroatlantique Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
2520 2048 06/1.1.2.0.3/04 syn = Glauxio maritimae - Caricetum nigrae Provost 1975 Provost, M., 1975. Etude phytosociologique et écologique des dunes de Beaubigny. Doc. CREPAN, 89 p. Caen.
2521 2049 06/1.1.2.0.3/05 ASS Epipactido palustris - Caricetum trinervis (P. Duvigneaud 1947) Julve 1993 ex 2004 hoc loco parvocariçaie paratourbeuse, hydrophile, submaritime, psychroatlantique, pionnière héliophile des dépressions dunaires Côtes de la Manche et de la Mer du Nord pelouse fermée planitiaire hoc loco Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Duvigneaud, P., 1947. Remarques sur la végétation des pannes dans les dunes littorales entre la Panne et Dunkerque. Bull. Soc. Roy. Bot. Belg., 79 : 123-140.
2522 2050 06/1.1.2.0.3/05 syn compl Drepanoclado adunci - Caricetum trinervis P. Duvigneaud 1947 prov. Duvigneaud, P., 1947. Remarques sur la végétation des pannes dans les dunes littorales entre la Panne et Dunkerque. Bull. Soc. Roy. Bot. Belg., 79 : 123-140.
2523 6872 06/1.1.2.0.3/06 ASS Junco baltici - Schoenetum nigricantis Westhoff in Westhoff & den Held 1969 ex Westhoff & van Oosten 1991 parvocariçaie tourbeuse, hydrophile, submaritime, psychroatlantique Côtes de la Manche et de la Mer du Nord pelouse fermée planitiaire Westhoff, V. & M.F. van Oosten 1991. De plantengroei van de Waddeneilanden. Bibl. K.N.N.V., 53. Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen.
2524 2054 06/1.1.2.0.3/06 syn incl Carici trinervis - Schoenetum nigricantis de Foucault 1984 prov. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2525 7234 06/1.1.2.0.3/06 syn incl Carici trinervis - Schoenetum nigricantis de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
2526 2056 06/1.1.2.0.3/06 syn incl Ophioglosso vulgati - Calamagrostietum epigeji Westhoff & Segal 1961 Westhoff, V. & S. Segal, 1961. Cursus Vegetatiekunde 12-17 juni 1961 op Terschelling. Hugo de Vries laboratorium, Amsterdam, 24 p.
2527 2055 06/1.1.2.0.3/06 syn incl Parnassio palustris - Juncetum ancipitis (Westhoff 1947) Westhoff in Westhoff & den Held 1969 Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen. Westhoff, V., 1947. The vegetation of dunes and salt marshes on the dutch islands of Terschelling, Vlieland and Texel. Thèse, Univ. Utrecht, 131 p.
2528 6871 06/1.1.2.0.3/06 syn incl Parnassio palustris - Juncetum ancipitis Westhoff in Westhoff & den Held 1969 ex Westhoff, Schaminée & Grootjans in Schaminée, Weeda & Westhoff 1995 Schaminée, J.H.J., Weeda, E.J., Westhoff, V., 1995. De vegetatie van Nederland 2. Plantengemeenschappen van wateren, moerassen en natte heiden. [The vegetation of the Netherlands 2. Plant communities of water bodies, swamps and wet heathlands]. 358 p. Opulus Press. Uppsala, Leiden. Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen.
2529 8076 06/1.1.2.0.3/06 syn = Junco baltici - Schoenetum nigricantis Westhoff 1947 Westhoff, V., 1947. The vegetation of dunes and salt marshes on the dutch islands of Terschelling, Vlieland and Texel. Thèse, Univ. Utrecht, 131 p.
2530 2053 06/1.1.2.0.3/07 ASS Carici viridulae subsp. viridulae var. pulchellae - Agrostietum stoloniferae var. arenariae (Wattez 1975) de Foucault 1984 Côtes de la Manche et de la Mer du Nord pelouse fermée planitiaire Carici pulchellae - Agrostietum arenariae Carici scandinavicae - Agrostietum maritimae Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Wattez, J.R., 1975. La végétation pionnière des pannes de dune situées entre Berck et Merlimont, Pas de Calais. Coll. Phytosoc., 1 : 117-131. (Dunes, Paris 1971).
2531 7233 06/1.1.2.0.3/07 syn incl pp Carici viridulae subsp. viridulae var. pulchellae - Agrostietum stoloniferae var. arenariae (Wattez 1975) de Foucault 2008 Carici pulchellae - Agrostietum arenariae Carici scandinavicae - Agrostietum maritimae Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. Wattez, J.R., 1975. La végétation pionnière des pannes de dune situées entre Berck et Merlimont, Pas de Calais. Coll. Phytosoc., 1 : 117-131. (Dunes, Paris 1971).
2532 2057 06/1.1.2.0.4 6420 ALL Molinio caeruleae - Scirpoidion holoschoeni Braun-Blanquet 1947 em. de Foucault 1984 prés paratourbeux basophiles, méditerranéens à thermohyperatlantiques Molinio - Holoschoenion Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
2533 9386 06/1.1.2.0.4 syn = Molinio caeruleae - Scirpoidion holoschoeni Braun-Blanquet 1947 em. de Foucault in de Foucault & Catteau 2012 Foucault, B. de & E. Catteau, 2012. Contribution au prodrome des végétations de France : Les Agrostietea stoloniferae Oberd. 1983. Journ. Bot. Soc. Bot. France, 59 : 5-131.
2534 2058 06/1.1.2.0.4 syn pp Molinio caeruleae - Scirpoidion holoschoeni Braun-Blanquet 1947 ex Tchou 1948 Molinio - Holoschoenion Tchou, Y.T., 1948. Etudes écologiques et phytosociologiques sur les forêts riveraines du bas Languedoc Populetum albae). Vegetatio, 1 : 2-28. 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
2535 9387 06/1.1.2.0.4 syn pp Molinio caeruleae - Scirpoidion holoschoeni Braun-Blanquet 1947 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
2536 2064 06/1.1.2.0.4 syn pp nn Scirpoidion holoschoeni Braun-Blanquet 1931 Holoschoenion Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2537 2078 06/1.1.2.0.4/01 ASS Molinio caeruleae subsp. arundinaceae - Scirpoidetum holoschoeni Molinier & Nègre 1947 Molinio - Holoschoenetum ?
2538 2084 06/1.1.2.0.4/02 ASS Molinio caeruleae subsp. arundinaceae - Schoenetum nigricantis Rivas Goday 1945 basque Molinio arundinaceae - Schoenetum nigricantis Rivas Goday, S., 1945. Contribución al conocimiento del Schoenetum nigricantis de Vasconia. Bol. Soc. Esp. Hist. Nat. 43: 216-273.
2539 2085 06/1.1.2.0.4/02 syn = Dorycnio herbacei subsp. gracilis - Molinietum caeruleae subsp. arundinaceae Esteso 1992 Dorycnio gracilis - Molinietum arundinaceae Esteso, F., 1992. Vegetación y flora del Campo de Montiel. Interés farmaceútico. Publ. Inst. Est. Albacetenses. Ser. 1, núm. 59. Albacete.
2540 06/1.1.2.0.4/02 syn = Dorycnio herbacei subsp. gracilis - Schoenetum nigricantis Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
2541 2070 06/1.1.2.0.4/03 ASS Spirantho aestivalis - Anagallidetum tenellae Aubert & Loisel 1971 pelouse fermée planitiaire 'Aubert, J. & R. Loisel, 1971. Contribution à l''étude des groupements des Isoeto-Nanojuncetea et des Helianthemetea annuae dans le sud-est méditerranéen. Ann. Univ. Provence, Sci., 45 : 203-241.'
2542 2076 06/1.1.2.0.4/04 ASS Gentiano pneumonanthes - Cladietum marisci René Molinier & Tallon 1950 pré tourbeux basophile, mésoméditerranéen pelouse fermée planitiaire Molinier, Re. & G. Tallon, 1950. La végétation de la Crau. Rev. Gén. Bot., 56 : 525-540; 57 : 48-61, 97-127, 177-192, 235-251, 300-318.
2543 2082 06/1.1.2.0.4/05 ASS Cypero longi subsp. badii - Scirpoidetum holoschoeni Herrera 1995 cantabrique Herrera, M., 1995. Estudio de la vegetación y flora vascular de la cuenca del Río Asón (Cantabria). Guineana, 1 : 1-435.
2544 2065 06/1.1.2.0.4/06 ASS Carici punctatae - Scirpoidetum holoschoeni de Foucault 1984 prov. pelouse fermée planitiaire Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2545 2066 06/1.1.2.0.4/07 ASS Soncho maritimi - Schoenetum nigricantis (Lahondère 1979) de Foucault 1984 parvocariçaie paratourbeuse ouverte, oligotrophile, subhalophile, thermoatlantique des suintements de falaises et pannes dunaires pelouse fermée planitiaire Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2546 7271 06/1.1.2.0.4/07 syn = Soncho maritimi - Schoenetum nigricantis (Lahondère 1979) de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. Lahondère, C., 1979. La végétation de Bonne-Anse. Bull. Soc. Bot. Centre-Ouest, N.S., 10 : 83-104.
2547 6869 06/1.1.2.0.4/07bis SUBASS Soncho maritimi - Schoenetum nigricantis (Lahondère 1979) de Foucault 1984, calamagrostietosum epigei parvocariçaie paratourbeuse, thermoatlantique, de sables calcarifères submaritimes [dépressions dunaires] Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Lahondère, C., 1979. La végétation de Bonne-Anse. Bull. Soc. Bot. Centre-Ouest, N.S., 10 : 83-104.
2548 6870 06/1.1.2.0.4/07ter SUBASS Soncho maritimi - Schoenetum nigricantis (Lahondère 1979) de Foucault 1984, festucetosum rubrae subsp. pruinosae parvocariçaie paratourbeuse, thermoatlantique, de suintements de falaises Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Lahondère, C., 1979. La végétation de Bonne-Anse. Bull. Soc. Bot. Centre-Ouest, N.S., 10 : 83-104.
2549 2067 06/1.1.2.0.4/08 ASS Scirpoido holoschoeni - Schoenetum nigricantis Géhu & de Foucault 1982 pré paratourbeux thermoatlantique de sables calcarifères submaritimes [dépressions dunaires] pelouse fermée planitiaire 'Géhu, J.-M. & B. de Foucault, 1982. Analyse phytosociologique et essai de chorologie intégrée de l''hygrosère des dunes atlantiques françaises. Doc. Phytosoc., N.S., 7 : 387-398.'
2550 2068 06/1.1.2.0.4/09 ASS Samolo valerandi - Scirpoidetum holoschoeni Géhu & de Foucault 1982 pré paratourbeux ouvert, thermoatlantique, de sables calcarifères submaritimes [dépressions dunaires] pelouse fermée planitiaire 'Géhu, J.-M. & B. de Foucault, 1982. Analyse phytosociologique et essai de chorologie intégrée de l''hygrosère des dunes atlantiques françaises. Doc. Phytosoc., N.S., 7 : 387-398.'
2551 2069 06/1.1.2.0.4/10 ASS Scirpoido holoschoeni - Caricetum trinervis Géhu & de Foucault 1982 pré paratourbeux thermoatlantique de sables décalcifiés submaritimes [dépressions dunaires] pelouse fermée planitiaire 'Géhu, J.-M. & B. de Foucault, 1982. Analyse phytosociologique et essai de chorologie intégrée de l''hygrosère des dunes atlantiques françaises. Doc. Phytosoc., N.S., 7 : 387-398.'
2552 2087 06/1.1.2.0.5 6410pp ALL Molinion caeruleae subsp. caeruleae Koch 1926 em. Braun-Blanquet 1947 prés paratourbeux médioeuropéens, basophiles 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. ' Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2553 2088 06/1.1.2.0.5 syn pp Molinion caeruleae subsp. caeruleae Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2554 2089 06/1.1.2.0.5.1 SUBALL Allio angulosi - Molinienion caeruleae subsp. caeruleae de Foucault & Géhu 1980 prés paratourbeux médioeuropéens, basophiles, centroeuropéens 'Foucault, B. de & J.-M. Géhu, 1980. Essai synsystématique et chorologique sur les prairies à Molinia caerulea et Juncus acutiflorus de l''Europe occidentale. Coll. Phytosoc., 7 : 135-164. (Végétation des sols tourbeux, Lille 1978).'
2555 2090 06/1.1.2.0.5.1/01 ASS Oenantho lachenalii - Molinietum caeruleae Philippi 1960 prairie hydrophile paratourbeuse basophile, centroeuropéenne pelouse fermée planitiaire Philippi, G., 1960. Zur Gliederung der Pfeifengraswiesen im südlichen und mittleren Oberrheingebiet. Beitr. Naturk. Forsch. Südwestdeutschl., 19 : 138-187.
2556 6986 06/1.1.2.0.5.1/02 ASS Cirsio tuberosi - Molinietum caeruleae subsp. arundinaceae Oberdorfer & Philippi ex Görs 1974 prairie hygrophile paratourbeuse basophile, centroeuropéenne pelouse fermée planitiaire Görs, S., 1974. In Oberdorfer, E., 1977. Süddeutsche Pflanzengesellschaften (2ten Aufl.), Teil I., 311 p. Gustav Fischer Verlag, Stuttgart.
2557 2091 06/1.1.2.0.5.1/02 syn illeg nn Cirsio tuberosi - Molinietum caeruleae subsp. arundinaceae (Scherrer 1925) Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., Görs, S., Korneck, D., Lohmeyer, W., Müller, T., Philippi, G., Seibert, P., 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62. Scherrer, M., 1925. Vegetationsstudien im Limmattal. Veröff. Geobot. Inst. Rübel, 2 : 1-115.
2558 6987 06/1.1.2.0.5.1/02 syn illeg nn Tetragonolobo maritimi - Molinietum caeruleae subsp. arundinaceae Zoller 1954 Zoller, H. 1954. Die Typen der Bromus erectus-Wiesen des Schweizer Juras. Beitr. Geobot. Landesaufn. Schweiz, 33 : 3-309.
2559 6984 06/1.1.2.0.5.1/02 syn pp Allio suaveolentis - Molinietum caeruleae Görs in Oberdorfer 1979 ex Oberdorfer 1980 in Oberdorfer 1993 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart. Oberdorfer, E., 1979. Pflanzensoziologische Exkursionsflora. 997 p. Stuttgart.
2560 2096 06/1.1.2.0.5.1/02 syn pp Iridetum sibiricae Philippi 1960 Philippi, G., 1960. Zur Gliederung der Pfeifengraswiesen im südlichen und mittleren Oberrheingebiet. Beitr. Naturk. Forsch. Südwestdeutschl., 19 : 138-187.
2561 2097 06/1.1.2.0.5.1/03 ASS Violo elatioris - Inuletum salicinae Didier & Royer 1989 prairie hygrophile paratourbeuse basophile, précontinentale pelouse fermée planitiaire 'Didier, B. & J.-M. Royer, 1989. Etude phytosociologique des prairies de fauche inondables des vallées de l''Aube, de la Seine et de la Marne (Champagne crayeuse). Coll. Phytosoc., 16 : 195-209. (Phytosociologie et pastoralisme, Paris 1988).'
2562 6991 06/1.1.2.0.5.1/04 ASS Parnassio palustris - Molinietum caeruleae (Tüxen 1937) Passarge (1964) 1978 prairie hygrophile paratourbeuse basophile, subatlantique à précontinentale pelouse fermée planitiaire Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195. Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
2563 2098 06/1.1.2.0.5.1/04 syn = Selino carvifoliae - Juncetum subnodulosi (Allorge 1922) de Foucault 1984 prov. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
2564 7265 06/1.1.2.0.5.1/04 syn = Selino carvifoliae - Juncetum subnodulosi (Allorge 1922) de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
2565 6992 06/1.1.2.0.5.1/04 syn incl Junco subnodulosi - Molinietum caeruleae (Succow 1967) Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin. ?
2566 2099 06/1.1.2.0.5.1/04 syn pp Schoeno nigricantis - Juncetum subnodulosi Allorge 1922 Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
2567 2100 06/1.1.2.0.5.1/05 ASS Festuco arundinaceae - Molinietum caeruleae Mayot 1977 pelouse fermée planitiaire 'Mayot, J., 1977. Essai d''interprétation de la végétation de la partie inférieure du Jura central feuille 1/50 000e Orgelet). Thèse, Univ. Besançon, 248 p.'
2568 6678 06/1.1.2.0.5.1/06 ASS Dactylorhizo praetermissae - Molinietum caeruleae Royer, Thévenin & Didier in Royer, Felzines, Misset & Thévenin 2006 prairie hygrophile paratourbeuse basophile, extensive, en bordure des marais tourbeux champenois Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
2569 6989 06/1.1.2.0.5.1/07 ASS Stachyo officinalis - Molinietum caeruleae subsp. caeruleae (Koch 1931) Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
2570 2094 06/1.1.2.0.5.1/07 syn = Stachyo officinalis - Molinietum caeruleae (Tüxen 1937) Passarge 1964 em. Klötzli 1969 ? Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
2571 2095 06/1.1.2.0.5.1/07 syn ambig Molinietum caeruleae Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2572 2092 06/1.1.2.0.5.1/07 syn incl Allio angulosi - Molinietum caeruleae (Wilzek 1935) Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Wilzek, F., 1935. Die Pflanzengesellschaften des mittelschlesischen Odertales. Beitr. Biol. Pflanzen, 23 : 1-96.
2573 2093 06/1.1.2.0.5.1/07 syn incl Diantho superbi - Molinietum caeruleae Passarge 1957 Passarge, H., 1957. Vegetationskundliche Untersuchungen in der Wiesenlandschaft des nördlichen Havellandes. Feddes Repert., 137 : 5-55.
2574 2096 06/1.1.2.0.5.1/07 syn pp Iridetum sibiricae Philippi 1960 Philippi, G., 1960. Zur Gliederung der Pfeifengraswiesen im südlichen und mittleren Oberrheingebiet. Beitr. Naturk. Forsch. Südwestdeutschl., 19 : 138-187.
2575 8279 06/1.1.2.0.5.1/08 ASS Achilleo ptarmicae - Sanguisorbetum officinalis Lavagne & Rebuffel 2002 Lavagne, A. & G. Rebuffel, 2002. Etude des marais et prairies marécageuses du nord-est et du centre-est du département du Var (France). Bull. Soc. Linn. Provence, 53 : 91-120.
2576 2101 06/1.1.2.0.5.2 SUBALL Carici davallianae - Molinienion caeruleae subsp. caeruleae de Foucault & Géhu 1980 prés paratourbeux médioeuropéens, basophiles, montagnards 'Foucault, B. de & J.-M. Géhu, 1980. Essai synsystématique et chorologique sur les prairies à Molinia caerulea et Juncus acutiflorus de l''Europe occidentale. Coll. Phytosoc., 7 : 135-164. (Végétation des sols tourbeux, Lille 1978).'
2577 2102 06/1.1.2.0.5.2/01 ASS Trollio europaei - Molinietum caeruleae Gallandat 1982 Jura pelouse fermée montagnard Gallandat, J.D., 1982. Prairies marécageuses du haut-Jura (Molinietalia, Scheuchzerio-Caricetea fuscae et Phragmitetea). Matér. Levé Géobot. Suisse, 58 : 1-327.
2578 6988 06/1.1.2.0.5.2/01 syn = ? Gentiano asclepiadeae - Molinietum caeruleae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
2579 6985 06/1.1.2.0.5.2/01 syn illeg nn Allio suaveolentis - Molinietum caeruleae Görs in Oberdorfer 1979 Oberdorfer, E., 1979. Pflanzensoziologische Exkursionsflora. 997 p. Stuttgart.
2580 2103 06/1.1.2.0.5.2/01 syn nn Trollio europaei - Molinietum caeruleae Guinochet 1955 Guinochet, M., 1955. Carte phytosociologique de Pontarlier (5-6). IGN. Paris.
2581 6984 06/1.1.2.0.5.2/01 syn pp Allio suaveolentis - Molinietum caeruleae Görs in Oberdorfer 1979 ex Oberdorfer 1980 in Oberdorfer 1993 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart. Oberdorfer, E., 1979. Pflanzensoziologische Exkursionsflora. 997 p. Stuttgart.
2582 2104 06/1.1.2.0.5.2/02 ASS Trollio europaei - Juncetum subnodulosi Koch 1926 apud Oberdorfer 1957 Jura, Alpes pelouse fermée montagnard Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2583 2105 06/1.1.2.0.5.2/02 syn = Trollio europaei - Juncetum subnodulosi (Vollmar 1947) Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Vollmar, F., 1947. Die Pflanzengesellschaften des Murnauer Moores. Ber. Bayer. Bot. Gesell., 27 : 13-97.
2584 2106 06/1.1.2.0.5.2/02 syn = ? Crepido paludosae - Juncetum subnodulosi (Libbert 1932 em. Tüxen 1937) Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Libbert, W., 1932. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 74 : 10-348.
2585 2107 06/1.1.2.0.5.2/03 ASS Sanguisorbo officinalis - Allietum schoenoprasi Lippmaa 1933 pelouse fermée planitiaire Lippmaa, T., 1933. Aperçu général sur la végétation autochtone du Lautaret (Hautes Alpes). Acta Inst. Horti. Bot. Tartu., 3 : 1-104.
2586 2108 06/1.1.2.0.5.2/04 ASS Ranunculo polyanthemoidis - Molinietum caeruleae Rameau & Royer 1978 Bourgogne pelouse fermée planitiaire Rameau, J.-C. & J.-M. Royer, 1978. Les moliniaies du plateau de Langres. Coll. Phytosoc., 5 : 269-286. (Prairies inondables, Lille 1976).
2587 2109 06/1.1.2.0.5.2/05 ASS Epipactido palustris - Molinietum caeruleae J.-M. Montserrat, I. Soriano & Vigo in Carreras & Vigo 1987 Carreras, J & J. Vigo, 1987. Las comunidades del orden Molinetalia caeruleae en los Pirineos catalanes. Lazaroa, 7 : 497-513.
2588 2110 06/1.1.2.0.5.2/05 syn = Molinio caeruleae - Caricetum viridulae subsp. brachyrrynchae var. elatioris Romo 1989 Molinio - Caricetum lepidocarpae Romo, A.M., 1989. Flora i vegetació del Montsec (Pre-pirineus catalans). Arxius Secc. Ci. Inst. Estud. Catalans, 90 : 1-534.
2589 2111 06/1.1.2.0.5.2/05 syn pp Molinio caeruleae - Caricetum viridulae subsp. brachyrrynchae var. elatioris Baulies & Romo 1983 Molinio - Caricetum lepidocarpae Baulies, X & A.M. Romo 1983. El Molinion coeruleae al Montsec. Collect. Bot. (Barcelona), 14 : 546-552.
2590 2112 06/1.1.2.0.5.3 SUBALL Deschampsio mediae - Molinienion caeruleae subsp. caeruleae de Foucault 1984 'prés paratourbeux médioeuropéens, basophiles, thermophiles, des zones humides s''asséchant l''été en surface' Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2591 4489 06/1.1.2.0.5.3 syn = Brizo mediae - Scirpoidenion holoschoeni (Rivas Goday 1964) Rivas-Martínez in Rivas-Martínez, Costa, Castroviejo & E. Valdés 1980 Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189. Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
2592 4490 06/1.1.2.0.5.3 syn = Brizo mediae - Scirpoidenion holoschoeni Rivas Goday & Borja Carbonell 1961 Rivas Goday, S. & J. Borja Carbonell, 1961. Estudio de vegetacion y florula del macizo de Gudar y Javalambre. Anales Inst. Bot. Cavanilles, 19 : 3-543.
2593 4491 06/1.1.2.0.5.3 syn = Brizo mediae - Scirpoidion holoschoeni Rivas Goday 1964 Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
2594 7284 06/1.1.2.0.5.3 syn = Deschampsio mediae - Molinienion caeruleae subsp. caeruleae de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
2595 8055 06/1.1.2.0.5.3 syn = Allio schoenoprasi - Deschampsenion mediae Bugnon, Felzines, Goux, Loiseau, Royer & coll. 1998 Bugnon, F., J.-C. Felzines, R. Goux, J.-E. Loiseau, J.-M. Royer & coll. 1998. Nouvelle flore de Bourgogne, Tome III. Atlas de répartition, clés des groupements végétaux et suppléments aux tomes I & II. Bull. Sci. Bourgogne, h.s., 489 p.
2596 7230 06/1.1.2.0.5.3/01 ASS Lathyro pannonici subsp. asphodeloidis - Silaetum silai (Allorge 1922) Julve 2011 ass. nov. hoc loco pré paratourbeux basophile, mésohygrophile, thermoatlantique, marnicole pelouse fermée planitiaire Lathyro asphodeloidis - Silaetum silai hoc loco Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
2597 2113 06/1.1.2.0.5.3/01 syn compl Blackstonio perfoliatae - Silaetum silai (Allorge 1922) de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
2598 7229 06/1.1.2.0.5.3/01 syn compl Blackstonio perfoliatae - Silaetum silai (Allorge 1922) de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
2599 2115 06/1.1.2.0.5.3/03 ASS Potentillo reptantis - Deschampsietum mediae Oberdorfer 1957 pré paratourbeux basophile, hygrophile, centroeuropéen pelouse fermée planitiaire Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
2600 2116 06/1.1.2.0.5.3/04 ASS Dorycnio herbacei subsp. gracilis - Molinietum caeruleae (Braun-Blanquet 1931) de Foucault & Géhu 1980 pré paratourbeux basophile, hygrophile, mésoméditerranéen pelouse fermée planitiaire Dorycnio gracilis - Molinietum caeruleae 'Foucault, B. de & J.-M. Géhu, 1980. Essai synsystématique et chorologique sur les prairies à Molinia caerulea et Juncus acutiflorus de l''Europe occidentale. Coll. Phytosoc., 7 : 135-164. (Végétation des sols tourbeux, Lille 1978).' Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2601 2117 06/1.1.2.0.5.3/04 syn = Molinietum caeruleae Braun-Blanquet 1931 Molinietum mediterraneum Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2602 2118 06/1.1.2.0.5.3/04 syn = Molinietum caeruleae Braun-Blanquet 1931 ex Zitti 1938 Molinietum mediterraneum Zitti, R. 1938. Le Molinietum mediterraneum de la plaine languedocienne. Commun. Stat. Int. Géobot. Médit. Montpellier, 66. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2603 2119 06/1.1.2.0.5.3/04 syn = Molinietum caeruleae René Molinier & Tallon 1948 Molinietum mediterraneum ?
2604 2120 06/1.1.2.0.5.3/04 syn = Scirpoido holoschoeni - Molinietum caeruleae (Braun-Blanquet 1931 ex Zitti 1938) García-Mijangos 1997 Holoschoeno - Molinietum ? Zitti, R. 1938. Le Molinietum mediterraneum de la plaine languedocienne. Commun. Stat. Int. Géobot. Médit. Montpellier, 66. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2605 2121 06/1.1.2.0.5.3/05 ASS Junco subnodulosi - Galietum debilis Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 pré paratourbeux basophile, hygrophile, mésoméditerranéen pelouse fermée planitiaire Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
2606 2122 06/1.1.2.0.5.3/05 syn = Galio debilis - Juncetum subnodulosi Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2607 2123 06/1.1.2.0.5.3/06 ASS Cirsio tuberosi - Silaetum silai (Donker & Stevelink 1962) de Foucault 1984 prov. pelouse fermée planitiaire Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Donker, M., Stevelink, A., 1962. Einige Wiesenvegetationen (Gaudinio-Arrhenatheretum, Molinietum mediterraneum, Caricetum divisae) im Vistretal bei Le Cailar. Meded. Landbouwh. Wageningen, 61 : 1-32.
2608 2124 06/1.1.2.0.5.3/06 syn = ? Sanguisorbo officinalis - Silaetum silaei (Klapp 1951) Vollrath 1965 ?
2609 2125 06/1.1.2.0.5.3/06 syn = ? Sanguisorbo officinalis - Silaetum silaei Klapp 1951 ?
2610 2126 06/1.1.2.0.5.3/07 ASS Carici viridulae subsp. brachyrhynchae var. elatioris - Deschampsietum mediae Royer & Didier 1996 pré paratourbeux basophile, hygrophile, précontinental pelouse fermée planitiaire Carici elatioris - Deschampsietum mediae Carici lepidocarpae - Deschampsietum mediae Royer, J.-M., Didier, B., 1996. Flore et végétation des marais tufeux du plateau de Langres. Soc. Sc. Nat. Arch. Hte-Marne, Mém. N° 2, 112 p.
2611 2127 06/1.1.2.0.5.3/08 ASS Dactylorhizo elatae subsp. sesquipedalis - Molinietum caeruleae subsp. arundinaceae Julve & Marchal in Julve 2001 pré paratourbeux basophile, hygrophile, thermoatlantique Quercy Dactylorhizo sesquipedalis - Molinietum arundinaceae Julve, Ph., 2001. Flore et végétation de trois sites de pelouses calcicoles du P.N.R. des Causses du Quercy (Lot). Parc Naturel Régional des Causses du Quercy. 52 p. + annexes et cartes.
2612 2128 06/1.1.2.0.5.3/09 ASS Deschampsio mediae - Molinietum caeruleae (Rivas Goday & Borja Carbonell 1961) Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341. Rivas Goday, S. & J. Borja Carbonell, 1961. Estudio de vegetacion y florula del macizo de Gudar y Javalambre. Anales Inst. Bot. Cavanilles, 19 : 3-543.
2613 2129 06/1.1.2.0.5.3/09 syn = Deschampsio mediae - Molinietum caeruleae subsp. arundinaceae Rivas Goday & Borja Carbonell 1961 Deschampsio - Molinietum gudaricum Rivas Goday, S. & J. Borja Carbonell, 1961. Estudio de vegetacion y florula del macizo de Gudar y Javalambre. Anales Inst. Bot. Cavanilles, 19 : 3-543.
2614 2071 06/1.1.2.0.5.3/10 ASS Dittrichio viscosae - Schoenetum nigricantis Braun-Blanquet 1924 pré paratourbeux basophile, hygrophile, mésoméditerranéen pelouse fermée planitiaire Braun-Blanquet, J., 1924. Etudes sur la végétation méditerranéenne. III : concentration en ions H+ et calcimétrie du sol de quelques associations de la garrigue languedocienne. Bull. Soc. Bot. Fra., 71 : 639-647.
2615 2072 06/1.1.2.0.5.3/10 syn = Dorycnio herbacei subsp. gracilis - Schoenetum nigricantis (Braun-Blanquet 1924) Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Braun-Blanquet, J., 1924. Etudes sur la végétation méditerranéenne. III : concentration en ions H+ et calcimétrie du sol de quelques associations de la garrigue languedocienne. Bull. Soc. Bot. Fra., 71 : 639-647.
2616 2073 06/1.1.2.0.5.3/10 syn nn Scirpoido holoschoeni subsp. holoschoeni - Schoenetum nigricantis Braun-Blanquet 1931 Holoschoeno - Schoenetum Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2617 7994 06/1.1.2.0.5.3/11 ASS Allio schoenoprasi - Deschampsietum mediae de Laclos & Royer 2001 Laclos, E. de & J.-M. Royer, 2001. Etude phytoécologique des dépressions des dalles calcaires à Deschampsia media et divers Juncus de Bourgogne et du sud du Jura. Bull. Soc. Bot. Centre-Ouest, n.s., 32 : 53-72.
2618 6679 06/1.1.2.0.5.3/11 syn = Allio schoenoprasi - Deschampsietum mediae de Laclos & Royer in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
2619 2062 06/1.1.2.0.6 2190pp ALL Plantaginion crassifoliae Braun-Blanquet 1931 ex Braun-Blanquet, Roussine & Nègre 1952 prés paratourbeux thermoméditerranéens submaritimes Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Braun-Blanquet, J., 1924. Etudes sur la végétation méditerranéenne. III : concentration en ions H+ et calcimétrie du sol de quelques associations de la garrigue languedocienne. Bull. Soc. Bot. Fra., 71 : 639-647.
2620 4492 06/1.1.2.0.6 syn = Junco acuti - Scirpoidenion holoschoeni Herrera 1995 Herrera, M., 1995. Estudio de la vegetación y flora vascular de la cuenca del Río Asón (Cantabria). Guineana, 1 : 1-435.
2621 2063 06/1.1.2.0.6 syn nn Plantaginion crassifoliae Braun-Blanquet 1931 Braun-Blanquet, J., 1924. Etudes sur la végétation méditerranéenne. III : concentration en ions H+ et calcimétrie du sol de quelques associations de la garrigue languedocienne. Bull. Soc. Bot. Fra., 71 : 639-647.
2622 2060 06/1.1.2.0.6 syn pp Scirpoidetalia holoschoeni Braun-Blanquet 1947 em. de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
2623 2061 06/1.1.2.0.6 syn pp Scirpoidetalia holoschoeni Braun-Blanquet 1947 ex Tchou 1948 Tchou, Y.T., 1948. Etudes écologiques et phytosociologiques sur les forêts riveraines du bas Languedoc Populetum albae). Vegetatio, 1 : 2-28. 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
2624 2059 06/1.1.2.0.6 syn pp nn Scirpoidetalia holoschoeni Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2625 2079 06/1.1.2.0.6/01 ASS Scirpoidetum romani Braun-Blanquet (1931) 1951 pré paratourbeux thermoméditerranéen des dépressions dunaires submaritimes Languedoc, Corse Braun-Blanquet, J., 1951. Pflanzensoziologie. (2ten Aufl.). Springer, Vienne, 631 p. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2626 4503 06/1.1.2.0.6/01 syn = Carici arenariae - Juncetum acuti Herrera 1995 Herrera, M., 1995. Estudio de la vegetación y flora vascular de la cuenca del Río Asón (Cantabria). Guineana, 1 : 1-435.
2627 4502 06/1.1.2.0.6/01 syn non Scirpoido romani - Juncetum acuti Rivas-Martínez & Costa in Rivas-Martínez, Costa, Castroviejo & E. Valdés 1980 pelouse fermée planitiaire Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189.
2628 2075 06/1.1.2.0.6/02 ASS Schoeno nigricantis - Plantaginetum crassifoliae Braun-Blanquet 1931 ex Braun-Blanquet, Roussine & Nègre 1952 pré paratourbeux thermoméditerranéen des dépressions dunaires submaritimes pelouse fermée planitiaire Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2629 2074 06/1.1.2.0.6/02 syn nn Schoeno nigricantis - Plantaginetum crassifoliae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2630 2080 06/1.1.2.0.6/03 ASS Junco acuti - Schoenetum nigricantis Géhu, Biondi, Géhu-Franck & Taffetani 1987 pelouse fermée planitiaire Géhu, J.-M., E. Biondi, J. Géhu-Franck & F. Taffetani, 1987. Données sur la végétation maritime du littoral oriental de la Corse. Univ. Laguna, Ser. Informes, 22 : 363-391. (5e jornadas de fitosoc., vegetacion de riberas de agua dulce).
2631 2083 06/1.1.2.0.6/04 ASS Dorycnio recti - Juncetum maritimi Roselló 1994 Roselló Gimeno, R., 1994. Catálogo florístico y vegetación de la comarca natural del Alto Mijares (Castellón). Publ. Diputac. Castelló, Castellón.
2632 2086 06/1.1.2.0.6/05 ASS Eriantho ravennae - Scirpoidetum holoschoeni O. de Bolòs 1962 Bolòs, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona.
2633 2081 06/1.1.2.0.6/06 ASS Artemisio caerulescentis subsp. gallicae - Juncetum acuti Boira 1992 Boira, H., 1992. La vegetación del marjal de Torreblanca-Ribera de Cabanes. Act. Simp. Intern. Bot. P. Font Quer, 2 : 233-240. Ed. Inst. Estudis Ilerdencs.
2634 2312 06/1.1.2.0.7 ALL Pinguiculion longifoliae Fernandez Casas 1970 bas-marais pionniers des balmes, subméditerranéens Fernandez Casas, J., 1970. Notas fitosociologicas breves, I. Ars. Pharm., 11 : 273-298.
2635 2320 06/1.1.2.0.7/01 ASS Adianto capilli-veneris - Pinguiculetum longifoliae subsp. longifoliae Fernandez Casas 1970 hydrophile pyrénéen Fernandez Casas, J., 1970. Notas fitosociologicas breves, I. Ars. Pharm., 11 : 273-298.
2636 2321 06/1.1.2.0.7/01 syn = Pinguiculo longifoliae subsp. longifoliae - Adiantetum capilli-veneris Rivas-Martínez, Báscones, Díaz González, Fernández-González & Loidi 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
2637 2389 06/1.1.2.0.7/02 ASS Caricetum brachystachydis Lüdi 1921 hydrophile alpien Lüdi, W., 1921. Die Pflanzengesellschaften des Lauterbrunnentales und ihre Sukzession. Beitr. Geobot. Landesaufn. Schweiz, 9, 364 p.
2638 2392 06/1.1.2.0.7/03 ASS Pinguiculo longifoliae subsp. longifoliae - Caricetum brachystachydis Chouard 1942 hydrophile pyrénéen Chouard, P., 1942. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fr., 89 : 257-260.
2639 2393 06/1.1.2.0.7/03 syn = Carici brachystachydis - Pinguiculetum longifoliae subsp. longifoliae Quézel 1956 Quézel, P., 1956. A propos de quelques groupements végétaux rupicoles des Pyrénées centrales espagnoles. Collect. Bot., 5 : 173-194.
2640 2394 06/1.1.2.0.7/03 syn = Hyperico nummularium - Pinguiculetum longifoliae subsp. longifoliae (Chouard 1942) Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456. Chouard, P., 1942. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fr., 89 : 257-260.
2641 2316 06/1.1.2.0.7/04 ASS Carici brachystachydis - Pinguiculetum longifoliae subsp. caussensis Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 corr. Deil 1989 hydrophile caussenard Carici brachystachys - Pinguiculetum caussensis Deil, U., 1989. Adiantetea-Gesellschaften auf der Arabischen Halbinsel, Coenosyntaxa in dieser Klasse sowie allgemeine Überlegungen zur Phylogenie von Pflanzengesellschaften. Flora, 182 : 247-264. Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
2642 2130 06/1.2 SUBCLA Polygono vivipari - Caricenea nigrae de Foucault 1984 parvocariçaies des tourbières basses arctico-alpines à boréo-subalpines Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2643 2131 06/1.2.1 ORD Caricetalia magellanicae subsp. irriguae (de Foucault 1984) Julve 1993 prov. parvocariçaies des tourbières basses acidophiles, arctico-alpines à boréo-subalpines Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2644 2132 06/1.2.1.0.1 ALL Eriophorion scheuchzeri Hadàč 1939 parvocariçaies des tourbières basses acidophiles alpines à subalpines Hadàč, E., 1939. Zur Nomenklatur und Systematik der Moorgesellschaften. Stud. Bot. Cech., 2 : 97-106.
2645 2133 06/1.2.1.0.1 syn ambig Caricion curto - nigrae Nordhagen 1936 Caricion canescentis - goodenowii Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88.
2646 2134 06/1.2.1.0.1/01 ASS Eriophoretum scheuchzeri Rübel 1912 'tourbière basse pionnière amphibie acidophile des Alpes à l''étage alpin' Alpes alpin subcontinental héliophile hydrophile oligotrophile acidophile pionnier Rübel, E., 1912. Pflanzengeographische Monographie des Berninagebietes. Bot. Jahrb., 47 : 615 p.
2647 2135 06/1.2.1.0.1/01 syn = Eriophoretum scheuchzeri Fries 1913 ?
2648 2136 06/1.2.1.0.1/01 syn compl Warnstorfio exannulatae - Eriophoretum scheuchzeri Rýbniček in Rýbniček & Rýbničkova 1977 ?
2649 2137 06/1.2.1.0.1/02 ASS Leontodonto duboisii - Eriophoretum scheuchzeri Corriol 2006 ass. nov. prov. hoc loco 'tourbière basse pionnière amphibie acidophile des Pyrénées à l''étage alpin' Pyrénées centrales hoc loco
2650 2138 06/1.2.1.0.1/02 syn ambig Eriophoretum scheuchzeri Braun-Blanquet in Nègre 1972 'Nègre, R., 1972. La végétation du bassin de l''One (Pyrénées centrales). 5ème note : les reposoirs, les groupements hygrophiles et les prairies de fauche. Bol. Soc. Broter., 46 (2e série) : 271-343.'
2651 2139 06/1.2.1.0.1/03 ASS Junco filiformis - Caricetum nigrae Rivas-Martínez & Géhu 1978 tourbière basse hydrophile acidophile des Alpes aux étages alpin et subalpin Alpes pelouse fermée subalpin-alpin subcontinental héliophile hydrophile oligotrophile acidophile Rivas-Martínez, S. & J.-M. Géhu, 1978. Observations syntaxonomiques sur quelques végétations du Valais suisse. Doc. Phytosoc., N.S., 3 : 371-424.
2652 2141 06/1.2.1.0.1/05 ASS Ranunculo angustifolii - Caricetum nigrae de Foucault 1988 tourbière basse hydrophile acidophile des Pyrénées orientales aux étages alpin et subalpin Pyrénées orientales pelouse fermée subalpin-alpin subatlantique héliophile hydrophile oligotrophile acidophile Foucault, B. de, 1988. Notes phytosociologiques sur la végétation observée lors de la quatorzième session de la société botanique du Centre-Ouest en Cerdagne et Capcir. Bull. Soc. Bot. Centre-Ouest, 19 : 387-400.
2653 2142 06/1.2.1.0.1/06 ASS Pedicularo mixtae - Juncetum filiformis Julve 2006 ass. nov. hoc loco tourbière basse hydrophile acidophile des Pyrénées centrales aux étages alpin et subalpin Pyrénées centrales hoc loco
2654 2143 06/1.2.1.0.1/06 syn compl ? Straminergono straminei - Jucetum filiformis Nègre 1972 Calliergono - Juncetum 'Nègre, R., 1972. La végétation du bassin de l''One (Pyrénées centrales). 5ème note : les reposoirs, les groupements hygrophiles et les prairies de fauche. Bol. Soc. Broter., 46 (2e série) : 271-343.'
2655 2144 06/1.2.1.0.1/06 syn incl ? Luzulo sudeticae - Caricetum curtae Nègre 1968 Nègre, R., 1968. Course phytosociologique au Seil de la Baque. Ann. Fac. Sci. Marseille, 31 : 149-155.
2656 2145 06/1.2.1.0.1/07 ASS Primulo integrifoliae -Trichophoretum cespitosi Gruber 1978 tourbière basse hygrophile acidophile des Pyrénées centrales aux étages alpin et subalpin Pyrénées orientales et centrales pelouse fermée subalpin-alpin subatlantique héliophile hygrophile oligotrophile acidophile Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
2657 2146 06/1.2.1.0.1/07 syn = Carici echinatae - Trichophoretum caespitosi Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
2658 2147 06/1.2.1.0.1/07 syn ambig Trichophoretum caespitosi Turmel 1955 'Turmel, J.-M., 1955. Le pic de midi d''Ossau. Ecologie et végétation. Mém. Mus. Nat. Hist. Nat. Paris, N.S., Sér. B, Bot., 5, 208 p.'
2659 7429 06/1.2.1.0.1/07 syn non Trichophoretum caespitosi Thimm 1953 Thimm, I. 1953. Die Vegetation des Sonnwendgebirges Rofan) in Tirol subalpine und alpine Stufe). Ver. Naturwiss.-Med. Ver. Innsbruck, 50: 5-166.
2660 2148 06/1.2.2 7230pp ORD Junco triglumis - Equisetetalia variegati (Julve 1983 em. de Foucault 1984) Julve 1993 parvocariçaies des tourbières basses basophiles, arctico-alpines à boréo-subalpines Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. 'Julve, Ph., 1983. Les groupements de prairies humides et de bas-marais. Etude régionale et essai de synthèse à l''échelle de l''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 224 p.'
2661 2149 06/1.2.2.0.1 7240* ALL Caricion maritimae (Braun-Blanquet in Volk 1939) Braun-Blanquet 1971 'parvocariçaies paratourbeuses, basophiles, de l''étage alpin' Caricion juncifoliae Braun-Blanquet, J., 1971. Übersicht der Pflanzengesellschaften der Rätischen Alpen im Rahmen ihrer Gesamtverbreitung. III : Flachmoorgesellschaften (Scheuchzerio-Caricetea fuscae). Veröff. Geobot. Inst. Rübel, 46 : 1-70. [= Comm. SIGMA, 190]. Volk, O.H., 1939. Soziologische und Ökologische Untersuchungen an der Auenvegetation im Churer Rheintal und Domleschg. Jahrb. Naturf. Ges. Graubünden, 76, 1938/39. 29-79. [= Comm. SIGMA, 72, 51 p.]
2662 2150 06/1.2.2.0.1 syn = Caricenion maritimae Braun-Blanquet 1947 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
2663 2151 06/1.2.2.0.1 syn = Caricenion maritimae Braun-Blanquet in Volk 1939 Volk, O.H., 1939. Soziologische und Ökologische Untersuchungen an der Auenvegetation im Churer Rheintal und Domleschg. Jahrb. Naturf. Ges. Graubünden, 76, 1938/39. 29-79. [= Comm. SIGMA, 72, 51 p.]
2664 2152 06/1.2.2.0.1 syn non Caricion atrofuscae - saxatilis Nordhagen 1943 Nordhagen, R., 1943. Sikilsdalen og Norges Fjellbeiter. Berg. Mus. Skr., 22, 607 p.
2665 2153 06/1.2.2.0.1 syn non Caricion bicoloris - atrofuscae Nordhagen 1936 Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88.
2666 2166 06/1.2.2.0.1/01 ASS Saxifrago aizoidis - Caricetum frigidae Braun-Blanquet 1971 parvocariçaie paratourbeuse amphibie, basophile, alpino-alpienne Alpes Braun-Blanquet, J., 1971. Übersicht der Pflanzengesellschaften der Rätischen Alpen im Rahmen ihrer Gesamtverbreitung. III : Flachmoorgesellschaften (Scheuchzerio-Caricetea fuscae). Veröff. Geobot. Inst. Rübel, 46 : 1-70. [= Comm. SIGMA, 190].
2667 2171 06/1.2.2.0.1/01 syn ambig Caricetum frigidae Fries 1913 ?
2668 2168 06/1.2.2.0.1/01 syn ambig Caricetum frigidae Rübel 1912 Rübel, E., 1912. Pflanzengeographische Monographie des Berninagebietes. Bot. Jahrb., 47 : 615 p.
2669 2169 06/1.2.2.0.1/01 syn incl ? Primulo integrifoliae - Caricetum frigidae Oberdorfer 1956 Oberdorfer, E., 1956. Uebersicht der Süddeutschen Pflanzengesellschaften.Beitr. naturk. Forsch. SüdWest-Deutsch., 15.
2670 2167 06/1.2.2.0.1/01 syn incl ? Soldanello alpinae - Caricetum frigidae Oberdorfer 1956 Oberdorfer, E., 1956. Uebersicht der Süddeutschen Pflanzengesellschaften.Beitr. naturk. Forsch. SüdWest-Deutsch., 15.
2671 2170 06/1.2.2.0.1/01 syn incl ? Tofieldio calyculatae - Caricetum frigidae Oberdorfer 1956 Oberdorfer, E., 1956. Uebersicht der Süddeutschen Pflanzengesellschaften.Beitr. naturk. Forsch. SüdWest-Deutsch., 15.
2672 2165 06/1.2.2.0.1/02 ASS Pinguiculo grandiflorae - Caricetum frigidae Braun-Blanquet 1948 nom. inv. parvocariçaie paratourbeuse amphibie, basophile, alpino-pyrénéenne Pyrénées orientales et centrales Carici - Pinguiculetum Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
2673 2157 06/1.2.2.0.1/03 ASS Juncetum arctici Bressoud 1989 jonçaie paratourbeuse hydrophile, basophile, sabulicole, alpino-alpienne Alpes Bressoud, B., 1989. Contribution à la connaissance du Caricion atrofusco-saxatilis dans les Alpes. Phytocoenologia, 17 : 145-270.
2674 7003 06/1.2.2.0.1/03 syn illeg nn Juncetum arctici Gams 1927 Gams, H., 1927. Von den Follatères zur Dent de Morcles. Vegetationsmonographie aus dem Wallis. Beitr. Geobot. Landesaufn. Schweiz, 15 : 1-760, 1 carte.
2675 2155 06/1.2.2.0.1/04 ASS Astero bellidiastri - Kobresietum simpliciusculae (Braun-Blanquet in Nadig 1942) Dierssen 1982 parvocariçaie tourbeuse hygrophile, basophile, alpino-alpienne Alpes Dierßen, K., 1982. Die wichtigsten Pflanzengesellschaften der Moore NW-Europas. 382 p. Publ. Conservatoire et Jardin botanique, Genève. Nadig, A., 1942. Hydrobiologische Untersuchungen in Quellen des schweizerischen Nationalparks im Engadin. Erg. Wiss. Untersuch. Schweiz. Nationalpark, N.F., 1 : 267-432.
2676 2154 06/1.2.2.0.1/04 syn illeg Kobresietum simpliciusculae Braun-Blanquet in Nadig 1942 Nadig, A., 1942. Hydrobiologische Untersuchungen in Quellen des schweizerischen Nationalparks im Engadin. Erg. Wiss. Untersuch. Schweiz. Nationalpark, N.F., 1 : 267-432.
2677 2162 06/1.2.2.0.1/04 syn non Caricetum atrofusco - vaginatae Nordhagen 1943 Alpes Nordhagen, R., 1943. Sikilsdalen og Norges Fjellbeiter. Berg. Mus. Skr., 22, 607 p.
2678 2156 06/1.2.2.0.1/04 syn non Caricetum microglochinis Nordhagen 1928 Alpes Nordhagen, R., 1928. Die Vegetation und Flora des Sylenegebietes. I : Die Vegetation. Skr. Norsk. Vidensk. Akad. I. Mat.-Nat. Kl., 1 (1927), 612 p. Oslo.
2679 7004 06/1.2.2.0.1/04 syn non Kobresietum simpliciusculae Nordhagen 1928 Nordhagen, R., 1928. Die Vegetation und Flora des Sylenegebietes. I : Die Vegetation. Skr. Norsk. Vidensk. Akad. I. Mat.-Nat. Kl., 1 (1927), 612 p. Oslo.
2680 2158 06/1.2.2.0.1/05 ASS Junco triglumis - Caricetum bicoloris Doyle 1952 parvocariçaie paratourbeuse hygrophile, basophile, sabulicole, alpino-alpienne Alpes 'Doyle, H., 1952. Associations végétales des alluvions sablonneuses d''un barrage morainique au Valsorey (Valais). Bull. Soc. Bot. Genève, 42/43 : 16-30.'
2681 2159 06/1.2.2.0.1/05 syn ambig Caricetum bicoloris Gams 1927 Gams, H., 1927. Von den Follatères zur Dent de Morcles. Vegetationsmonographie aus dem Wallis. Beitr. Geobot. Landesaufn. Schweiz, 15 : 1-760, 1 carte.
2682 7005 06/1.2.2.0.1/05 syn incl Caricetum bicoloris Lid 1954 ?
2683 7006 06/1.2.2.0.1/05 syn incl Caricetum maritimae Braun-Blanquet 1971 Braun-Blanquet, J., 1971. Übersicht der Pflanzengesellschaften der Rätischen Alpen im Rahmen ihrer Gesamtverbreitung. III : Flachmoorgesellschaften (Scheuchzerio-Caricetea fuscae). Veröff. Geobot. Inst. Rübel, 46 : 1-70. [= Comm. SIGMA, 190].
2684 2161 06/1.2.2.0.1/05 syn nn Caricetum maritimae Braun-Blanquet 1918 Braun-Blanquet, J., 1918. Eine Pflanzengeographische Exkursion durch Unterengadin und in den schweizerischen Nationalpark. Beitr. Geobot. Landesaufn. Schweiz, 4 : 79 p.
2685 7007 06/1.2.2.0.1/05 syn pp Trichophoretum caespitosi Rübel 1912 [Trichophoretosum pumili] Rübel, E., 1912. Pflanzengeographische Monographie des Berninagebietes. Bot. Jahrb., 47 : 615 p.
2686 2175 06/1.2.2.0.1/06 ASS Leontodonto duboisii - Caricetum bicoloris Benito Alonso 2003 parvocariçaie tourbeuse hygrophile, basophile, alpino-pyrénéenne Benito Alonso, J.L., 2003. Las comunidades con Carex bicolor All. del Pireneo. Acta Botan. Barc., 49 : 229-243.
2687 2176 06/1.2.2.0.1/06 syn = Caricetum bicoloris Benito Alonso 2001 Benito Alonso, J.L., 2001. Caricetum bicoloris (Caricion maritimae), nueva comunidad de pastos higroturbosos calcícolas del Pirineo Central. VI. Colloqui Internacional de botánica pirenaico cantábrica : 55. Vall de Boí.
2688 2177 06/1.3 SUBCLA Caricenea nigrae subsp. intricatae de Foucault 1984 parvocariçaies des tourbières basses méditerranéennes Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2689 2178 06/1.3.1 ORD Caricetalia nigrae subsp. intricatae de Foucault 1984 parvocariçaies des tourbières basses méditerranéennes, acidophiles Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
2690 2179 06/1.3.1 syn = Caricion nigrae subsp. intricatae Quézel 1953 'Quézel, P., 1953. Contribution à l''étude phytosociologique et géobotanique de la Sierra Nevada. Mem. Soc. Brot. 9: 5-77.'
2691 2180 06/1.3.1.0.1 ALL Bellidio bernardii - Bellion nivalis Gamisans 1975 ex 1977 parvocariçaies des tourbières basses oro à altiméditerranéennes, acidophiles, corso-sardes Gamisans, J., 1977. La végétation des montagnes corses (II, III). Phytocoenologia, 4 : 35-131; 4 : 133-179. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
2692 2181 06/1.3.1.0.1/01 ASS Caricetum nigrae subsp. intricatae de Litardière & Malcuit 1926 em. Gamisans 1975 ex 1977 parvocariçaie tourbeuse hygrophile, acidophile, oro à alti-corse, des massifs septentrionaux Corse Caricetum intricatae Caricetum intricatae Gamisans, J., 1977. La végétation des montagnes corses (II, III). Phytocoenologia, 4 : 35-131; 4 : 133-179. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.' 'Litardière, R. de, Malcuit, G., 1926. Contributions à l''étude phytosociologique de la Corse : Le massif du Renoso. Paul Lechevalier, Paris.'
2693 7051 06/1.3.1.0.1/01 syn compl pp Nardetum strictae de Litardière & Malcuit 1926 Udo - Nardetum strictae 'Litardière, R. de, Malcuit, G., 1926. Contributions à l''étude phytosociologique de la Corse : Le massif du Renoso. Paul Lechevalier, Paris.'
2694 7052 06/1.3.1.0.1/01 syn pp Caricetum nigrae subsp. intricatae de Litardière & Malcuit 1926 'Litardière, R. de, Malcuit, G., 1926. Contributions à l''étude phytosociologique de la Corse : Le massif du Renoso. Paul Lechevalier, Paris.'
2695 2182 06/1.3.1.0.1/02 ASS Pinguiculo corsicae - Trichophoretum cespitosi Gamisans 1975 ex 1977 parvocariçaie tourbeuse hygrophile, acidophile, oro à alti-corse, des tourbes minéralisées Corse Gamisans, J., 1977. La végétation des montagnes corses (II, III). Phytocoenologia, 4 : 35-131; 4 : 133-179. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
2696 7051 06/1.3.1.0.1/02 syn compl pp Nardetum strictae de Litardière & Malcuit 1926 Udo - Nardetum strictae 'Litardière, R. de, Malcuit, G., 1926. Contributions à l''étude phytosociologique de la Corse : Le massif du Renoso. Paul Lechevalier, Paris.'
2697 7052 06/1.3.1.0.1/02 syn pp Caricetum nigrae subsp. intricatae de Litardière & Malcuit 1926 Caricetum intricatae Caricetum intricatae 'Litardière, R. de, Malcuit, G., 1926. Contributions à l''étude phytosociologique de la Corse : Le massif du Renoso. Paul Lechevalier, Paris.'
2698 2183 06/1.3.1.0.1/03 ASS Carici nigrae subsp. intricatae - Ranunculetum cordigeri Gamisans 1975 ex 1977 parvocariçaie tourbeuse hygrophile, acidophile, oro à alti-corse, des massifs méridionaux Corse Gamisans, J., 1977. La végétation des montagnes corses (II, III). Phytocoenologia, 4 : 35-131; 4 : 133-179. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
2699 7052 06/1.3.1.0.1/03 syn pp Caricetum nigrae subsp. intricatae de Litardière & Malcuit 1926 Caricetum intricatae Caricetum intricatae 'Litardière, R. de, Malcuit, G., 1926. Contributions à l''étude phytosociologique de la Corse : Le massif du Renoso. Paul Lechevalier, Paris.'
2700 2184 06/1.3.1.0.2 ALL Juncion requienii Julve 1996 parvocariçaies des tourbières basses supraméditerranéennes, acidophiles, corso-sardes Julve, Ph., 1996. La végétation des tourbières de France. Cah. Sci. Tec. Rés. Tourb. Fra., 1 : 8-26.
2701 2185 06/1.3.1.0.2/01 ASS Dactylorhizo maculatae - Caricetum echinatae Gamisans 1975 ex 1976 parvocariçaie tourbeuse hygrophile, acidophile, supra-corse Corse Gamisans, J., 1976. La végétation des montagnes corses (I). Phytocoenologia, 3 : 425-498. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
2702 8118 06/1.3.2 ORD ? parvocariçaies des tourbières basses méditerranéennes, basophiles
2703 8119 06/1.3.2.0.1 ALL Bellidio bellidioidis - Schoenion nigricantis Julve 2012 all. nov. hoc loco parvocariçaies des tourbières basses méditerranéennes, basophiles, corso-sardes hoc loco
2704 8120 06/1.3.2.0.1/01 ASS Carici flaccae subsp. erythrostachys - Bellietum bellidioidis Paradis & Pozzo di Borgo 2005 parvocariçaie tourbeuse hygrophile, basophile, mésoméditerranéenne corse Corse Paradis G. & M.-L. Pozzo di Borgo, 2005. Etude phytosociologique et inventaire floristique de la réserve naturelle des Tre Padule de Suartone (Corse). Journal de Botanique de la Société Botanique de France, 30 : 27-96.
2705 2186 06/1.4 SUBCLA Potentillo palustris - Menyanthenena trifoliatae Julve 1998 ex 1999 tremblants tourbeux et gouilles holarctiques Julve, Ph., 1999. Botanical vicariance in some mire vegetation between Hokkaido and Europe. Acta Botanica Gallica, 146 (3) : 207-225. Julve, Ph., 1998 ff. Baseveg. Répertoire synonymique des unités phytosociologiques de France. Version jour/mois/année. Programme Catminat. http://perso.wanadoo.fr/philippe.julve/catminat.htm
2706 2187 06/1.4 syn = Caricetea limosae Malmer 1968 Malmer, N. 1968. Über die Gliederung der Oxycocco-Sphagnetea und Scheuchzerio-Caricetea fuscae. In: Tüxen R. (ed.), Pflanzensoziologische Systematik : 293-305. Dr. W. Junk, Den Haag.
2707 2188 06/1.4 syn = Scheuchzerietalia palustris Nordhagen 1936 Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88.
2708 2189 06/1.4 syn = Scheuchzerietea palustris den Held, Barkman & Westhoff in Westhoff & den Held 1969 Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen.
2709 2190 06/1.4.1 7140 ORD Menyantho trifoliatae - Caricetalia lasiocarpae Julve 1993 tremblants tourbeux primaires, (magnocariçaies oligotrophiles à parvocariçaies) Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
2710 2191 06/1.4.1 syn compl incl Sphagno fallacis - Caricenalia Succow 1974 Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113.
2711 2192 06/1.4.1 syn compl pp Sphagno - Caricetalia Succow 1974 Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113.
2712 2193 06/1.4.1 syn incl Calamagrostion strictae Oberdorfer 1950 Oberdorfer, E., 1950. Beitrag zur Vegetationskunde des Allgäu. Beitr. Naturk. Forsch. Südwestdeutschl., 9 : 29-98.
2713 2194 06/1.4.1 syn incl Caricenalia diandrae Succow 1974 Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113.
2714 2195 06/1.4.1 syn incl Carici rostratae - Menyanthetum trifoliatae von Soó 1955 Soó, R. von, 1955. La vegetation de Batorliget. Acta Botan. Hungarica, 1 : 301-334.
2715 2196 06/1.4.1 syn incl Caricion lasiocarpae Vanden Berghen in Lebrun, Noirfalise, Heinemann & Vanden Berghen 1949 Lebrun, J., A. Noirfalise, P. Heinemann & C. Vanden Berghen, 1949. Les associations végétales de Belgique. Bull. Soc. Roy. Bot. Belg., 82 : 105-207.
2716 2197 06/1.4.1 syn incl pp Phragmition australis Succow 1974 Meso - Phragmition Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113.
2717 2198 06/1.4.1.0.1 ALL Caricion chordorrhizo - lasiocarpae (Vanden Berghen in Lebrun, Noirfalise, Heinemann & Vanden Berghen 1949) Julve 1993 tremblants tourbeux primaires, boréo-montagnards, acidophiles Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Lebrun, J., A. Noirfalise, P. Heinemann & C. Vanden Berghen, 1949. Les associations végétales de Belgique. Bull. Soc. Roy. Bot. Belg., 82 : 105-207.
2718 6670 06/1.4.1.0.1 syn compl pp Sphagno fallacis - Caricenion lasiocarpae Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin.
2719 2199 06/1.4.1.0.1/01 ASS Potentillo palustris - Caricetum lasiocarpae Balátová-Tulačková & Hübl 1985 magnocariçaie turficole, amphibie exondable, acidophile, montagnarde Balátová-Tuláčková E. & E. Hübl, 1985. Feuchtwiesen- und Hochstaudengesellschaften in den nordöstlichen Alpen von Niederösterreich, Oberösterreich und Steiermark. Angew. Pflanzensoziol. (Wien), 29 : 1–46.
2720 2200 06/1.4.1.0.1/01 syn compl Sphagno - Caricetum lasiocarpae Steffen 1931 em. Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Steffen, H., 1931. Vegetationskunde von Ostpreussen. Pflanzensoziologie, 1, 406 p.
2721 2215 06/1.4.1.0.1/03 ASS Epilobio palustris - Caricetum rostratae Berset 1969 magnocariçaie turficole, acidophile, amphibie exondable à permanente, montagnarde Berset, J., 1969. Pâturages, prairies et marais montagnards et subalpins des préalpes fribourgeoises. Bull. Soc. fribourgeoise des sciences naturelles, Fribourg. 58 : 1-55.
2722 2216 06/1.4.1.0.1/03 syn = Cicuto virosae - Caricetum rostratae Julve in Julve, Brunhes & Miouze 1989 prov. 'Julve, Ph., J. Brunhes & C. Miouze, 1989. Etudes structurales et dynamiques sur des écosystèmes de tourbières acides. I : dynamique des groupements végétaux et hydrologie d''une tourbière de l''étage montagnard du Massif Central. Bull. Ecol., 20 : 15-26.'
2723 2217 06/1.4.1.0.1/03 syn = ? Equiseto fluviatilis - Caricetum rostratae Zumpfe 1929 Zumpfe, H., 1929: Vorarbeiten zu einer pflanzengeographischen Karte Österreichs. Xffl. Obersteierische Moore. Abh. Zool.-Bot. Ges. Wien 15(2) : 1-100.
2724 2218 06/1.4.1.0.1/03 syn ambig pp Caricetum rostratae Rübel 1912 Rübel, E., 1912. Pflanzengeographische Monographie des Berninagebietes. Bot. Jahrb., 47 : 615 p.
2725 2219 06/1.4.1.0.1/03 syn compl Drepanoclado - Caricetum rostratae Kulczynski 1949 ?
2726 2220 06/1.4.1.0.1/03 syn compl Sphagno - Caricetum rostratae Steffen 1931 Steffen, H., 1931. Vegetationskunde von Ostpreussen. Pflanzensoziologie, 1, 406 p.
2727 2221 06/1.4.1.0.1/03 syn compl Sphagno fallacis - Caricetum rostratae Fries 1913 ?
2728 2222 06/1.4.1.0.1/03 syn incl Galio palustris - Caricetum rostratae Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin.
2729 7025 06/1.4.1.0.1/03 syn non Caricetum magellanico - rostratae Julve 2007 ass. nov. hoc loco hoc loco
2730 2224 06/1.4.1.0.1/03 syn non Caricetum rostratae Osvald 1923 Osvald, H. 1923. Die Vegetation des Hochmoores Komosse. Sv. växtsoc. sällsk. handli. 1, 436 p. Uppsala.
2731 7026 06/1.4.1.0.1/03 syn non compl pp Menyantho trifoliatae - Sphagnetum teretis Waren 1926 em. Dierßen 1982 Dierßen, K., 1982. Die wichtigsten Pflanzengesellschaften der Moore NW-Europas. 382 p. Publ. Conservatoire et Jardin botanique, Genève. ?
2732 2225 06/1.4.1.0.1/03 syn pp Caricetum rostratae Osvald 1923 em. Dierßen 1982 Dierßen, K., 1982. Die wichtigsten Pflanzengesellschaften der Moore NW-Europas. 382 p. Publ. Conservatoire et Jardin botanique, Genève. Osvald, H. 1923. Die Vegetation des Hochmoores Komosse. Sv. växtsoc. sällsk. handli. 1, 436 p. Uppsala.
2733 2227 06/1.4.1.0.2 ALL Junco acutiflori - Caricion lasiocarpae Julve 1993 tremblants tourbeux primaires, planitiaires-collinéens acidophiles Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
2734 6670 06/1.4.1.0.2 syn compl pp Sphagno fallacis - Caricenion lasiocarpae Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin.
2735 2228 06/1.4.1.0.2/01 ASS Thysselino palustris - Caricetum lasiocarpae Tüxen 1937 prov. magnocariçaie turficole, amphibie exondable, acidophile, psychroatlantique Peucedano palustris - Caricetum lasiocarpae Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
2736 2230 06/1.4.1.0.2/01 syn ambig Caricetum lasiocarpae (Gadeceau 1909 ) Allorge & Denis 1927 'Allorge, P. & M. Denis, 1927. Note sur les complexes végétaux des lacs-tourbières de l''Aubrac. Arch. Bot. (Caen), Bull., 1 : 17-36.' Gadeceau, E., 1909. Le lac de Grand-lieu : monographie phytogéographique. Dugas, Nantes, 155 p.
2737 2229 06/1.4.1.0.2/01 syn ambig Caricetum lasiocarpae P. Duvigneaud & Vanden Berghen 1945 Caricetum lasiocarpae acidoclinum ?
2738 7013 06/1.4.1.0.2/01 syn non illeg Thysselino palustris - Caricetum lasiocarpae Balátová-Tulačková 1972 Peucedano palustris - Caricetum lasiocarpae Balátová-Tulačková, E., 1972. Flachmoorwiesen im mittleren und unteren Opava-Tal (Schlesien). Vegetace CSSR, A4, 201 p. Prague.
2739 2231 06/1.4.1.0.2/02 ASS Narthecio ossifragi - Caricetum rostratae (Dumont, Stouffs, de Sloover, Goosens, Iserentant & Messe 1986) Julve 2006 nom. nov. magnocariçaie turficole, acidophile, amphibie exondable à permanente, psychroatlantique ? Dumont, J.-M., B. Stouffs, J.-R. de Sloover, M. Goosens, R. Iserentant & V. Messe, 1986. les tourbières à Narthecium ossifragum à la grande Fange et au Sacrawé (plateau des tailles, Haute Ardenne Belge). Coll. Phytosoc., 13 : 711-728. (Végétation et géomorphologie, Bailleul 1985).
2740 2232 06/1.4.1.0.2/02 syn compl Cladopodiello fluitantis - Narthecietum ossifragi Dumont, Stouffs, de Sloover, Goosens, Iserentant & Messe 1986 Dumont, J.-M., B. Stouffs, J.-R. de Sloover, M. Goosens, R. Iserentant & V. Messe, 1986. les tourbières à Narthecium ossifragum à la grande Fange et au Sacrawé (plateau des tailles, Haute Ardenne Belge). Coll. Phytosoc., 13 : 711-728. (Végétation et géomorphologie, Bailleul 1985).
2741 2226 06/1.4.1.0.2/02 syn pp Carici curtae - Agrostietum caninae Tüxen 1937 [caricetosum rostratae] Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
2742 7022 06/1.4.1.0.2/03 ASS Hydrocotylo vulgaris - Caricetum limosae Julve 2007 ass. nov. hoc loco hoc loco
2743 2223 06/1.4.1.0.2/03 syn = grpt à Juncus acutiflorus - Eriophorum gracile Corillion & Planchais 1963 Corillion, R. & N. Planchais, 1963. Recherches sur la végétation actuelle et passée d’une lande tourbeuse armoricaine : Malingue (Mayenne). Pollen et spores, 5(2) : 373-386.
2744 7024 06/1.4.1.0.2/04 ASS Hydrocotylo vulgaris - Caricetum rostratae Julve 2007 ass. nov. hoc loco hoc loco
2745 2233 06/1.4.1.0.3 ALL Trichophorion alpini Julve (1983) 1993 tremblants tourbeux boréo-montagnards basophiles Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. 'Julve, Ph., 1983. Les groupements de prairies humides et de bas-marais. Etude régionale et essai de synthèse à l''échelle de l''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 224 p.'
2746 2234 06/1.4.1.0.3 syn = Trichophorenion alpini Julve 1983 'Julve, Ph., 1983. Les groupements de prairies humides et de bas-marais. Etude régionale et essai de synthèse à l''échelle de l''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 224 p.'
2747 6672 06/1.4.1.0.3 syn pp Caricenion lasiocarpae Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin.
2748 2235 06/1.4.1.0.3 syn pp Caricion viridulae subsp. oedocarpae Rýbniček 1964 Caricion demissae Rýbniček, K., 1964. Die Braunmoorgesellschaften der Böhmisch-mährischen Höhe (Tschekoslowakei) und die Problematik ihrer Klassifikation. Preslia, Praha, 36 : 403-415.
2749 2236 06/1.4.1.0.3 syn pp Eriophorion gracilis (Preising apud Oberdorfer 1957) Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
2750 2201 06/1.4.1.0.3/01 ASS Caricetum chordorrhizo - limosae Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
2751 2241 06/1.4.1.0.3/01 syn compl Scorpidio scorpioidis - Caricetum limosae Osvald 1923 Osvald, H. 1923. Die Vegetation des Hochmoores Komosse. Sv. växtsoc. sällsk. handli. 1, 436 p. Uppsala.
2752 2208 06/1.4.1.0.3/01 syn pmaxp Caricetum limosae Beger 1922 Beger, H., 1922. Assoziationsstudien in der Waldstufe des Schanfiggs. Mitt. Bot. Museum Univ. Zürich, 96 : 1-147.
2753 2209 06/1.4.1.0.3/01 syn pmaxp Caricetum limosae Braun-Blanquet 1921 Braun-Blanquet, J., 1920/1921. Prinzipien einer Systematik der Pflanzengesellschaften auf Floristischer Grundlage. Jahrb. St-Gall. Naturw. Ges., 57 : 305-351.
2754 2210 06/1.4.1.0.3/01 syn pmaxp Caricetum limosae Dutoit 1924 Dutoit, D., 1924. Les associations végétales des sous-Alpes de Vevey (Suisse). Thèse, Univ. Lausanne, 85 p.
2755 7018 06/1.4.1.0.3/01 syn pmaxp Caricetum limosae Hueck 1931 Hueck, K., 1931. Erläuterungen zur Vegetationskundlichen Karte des Endmoränengebietes von Chorin (Uckermark). Beitr. Naturdenkmalpfl., 14 : 105-214.
2756 2211 06/1.4.1.0.3/01 syn pmaxp Caricetum limosae Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2757 2212 06/1.4.1.0.3/01 syn pmaxp Caricetum limosae Paul & Lutz 1941 Paul, H. & J. Lutz, 1941. Zur soziologisch-ökologischen Charakterisierung von Zwischenmooren. Ber. Bay. Bot. Ges., 25 : 5-32.
2758 2213 06/1.4.1.0.3/01 syn pmaxp Caricetum limosae Paul 1910 em. Osvald 1923 Osvald, H. 1923. Die Vegetation des Hochmoores Komosse. Sv. växtsoc. sällsk. handli. 1, 436 p. Uppsala. Paul, H., 1910. Die Moorpflanzen Bayerns. Ber. bayer. bot. Ges., 12. München.
2759 2214 06/1.4.1.0.3/01 syn pp Caricetum limosae Osvald 1923 em. Dierssen 1982 Dierßen, K., 1982. Die wichtigsten Pflanzengesellschaften der Moore NW-Europas. 382 p. Publ. Conservatoire et Jardin botanique, Genève. Osvald, H. 1923. Die Vegetation des Hochmoores Komosse. Sv. växtsoc. sällsk. handli. 1, 436 p. Uppsala.
2760 2244 06/1.4.1.0.3/02 ASS Caricetum heleonastes (Paul & Lutz 1941) Oberdorfer 1957 parvocariçaie turficole, amphibie exondable, pionnière de cicatrisation, basocline, montagnarde, mésoeutrophile Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Paul, H. & J. Lutz, 1941. Zur soziologisch-ökologischen Charakterisierung von Zwischenmooren. Ber. Bay. Bot. Ges., 25 : 5-32.
2761 2245 06/1.4.1.0.3/02 syn compl nn Eriophoro gracilis - Meesetum triquetrae Guinochet 1955 Guinochet, M., 1955. Carte phytosociologique de Pontarlier (5-6). IGN. Paris.
2762 2263 06/1.4.1.0.3/02 syn pp Carici diandrae - Agrostietum caninae Paul & Lutz 1941 Paul, H. & J. Lutz, 1941. Zur soziologisch-ökologischen Charakterisierung von Zwischenmooren. Ber. Bay. Bot. Ges., 25 : 5-32.
2763 2247 06/1.4.1.0.3/03 ASS Trichophoretum alpini W. Braun 1961 parvocariçaie turficole basophile, amphibie exondable (radeau tremblant), montagnarde, centroeuropéenne Braun, W., 1961. Die Vegetationsverhältnisse des Naturschutzgebietes „Eggstätt-Hemhofer-Seenplatte“ im Chiemgau. Zulassungsarbeit München.
2764 2246 06/1.4.1.0.3/03 syn = Carici viridulae subsp. oedocarpae - Trichophoretum alpini (Hadàč in Brezina, Hadàč, Jezek & Kubicka 1964) Julve 1993 prov. Carici oedocarpae - Trichophoretum alpini Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Brezina, P., E. Hadàč, V. Jezek & J. Kubicka, 1964. Poznamky o vegetaci Trebonskych blat. Sborn. Pedagog. Inst. Plzen, R. Zemep. Prirod., 4 : 207-272.
2765 7020 06/1.4.1.0.3/03 syn compl Campylio stellati - Trichophoretum alpini (Hadàč in Brezina, Hadàč, Jezek & Kubicka 1964) Rýbniček 1974 Rybníček, K., 1974. Die Vegetation der Moore im südlichen Teil der Böhmisch-Mährischen Höhe. Academia, Praha. Brezina, P., E. Hadàč, V. Jezek & J. Kubicka, 1964. Poznamky o vegetaci Trebonskych blat. Sborn. Pedagog. Inst. Plzen, R. Zemep. Prirod., 4 : 207-272.
2766 2248 06/1.4.1.0.3/03 syn compl Campylio stellati - Trichophoretum alpini Hadàč in Brezina, Hadàč, Jezek & Kubicka 1964 Brezina, P., E. Hadàč, V. Jezek & J. Kubicka, 1964. Poznamky o vegetaci Trebonskych blat. Sborn. Pedagog. Inst. Plzen, R. Zemep. Prirod., 4 : 207-272.
2767 7023 06/1.4.1.0.3/03 syn compl pp Scorpidio revolventis - Trichophoretum cespitosi Nordhagen 1928 em. Dierssen 1982 Dierßen, K., 1982. Die wichtigsten Pflanzengesellschaften der Moore NW-Europas. 382 p. Publ. Conservatoire et Jardin botanique, Genève. Nordhagen, R., 1928. Die Vegetation und Flora des Sylenegebietes. I : Die Vegetation. Skr. Norsk. Vidensk. Akad. Oslo, 1, 612 p.
2768 2249 06/1.4.1.0.3/04 ASS Caricetum diandro - lasiocarpae (Koch 1926) P. Duvigneaud 1949 magnocariçaie turficole, amphibie exondable, basophile, montagnarde 'Duvigneaud, P., 1949. Classification phytosociologique des tourbières de l''Europe. Bull. Soc. Roy. Bot. Belg., 81 : 58-129.' Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2769 2250 06/1.4.1.0.3/04 syn = Caricetum diandro - lasiocarpae Julve in Julve, Brunhes & Miouze 1989 prov. 'Julve, Ph., J. Brunhes & C. Miouze, 1989. Etudes structurales et dynamiques sur des écosystèmes de tourbières acides. I : dynamique des groupements végétaux et hydrologie d''une tourbière de l''étage montagnard du Massif Central. Bull. Ecol., 20 : 15-26.'
2770 6671 06/1.4.1.0.3/04 syn = Eriophoro gracilis - Caricetum lasiocarpae Vollmar 1947 ex Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Vollmar, F., 1947. Die Pflanzengesellschaften des Murnauer Moores. Ber. Bayer. Bot. Gesell., 27 : 13-97.
2771 2252 06/1.4.1.0.3/04 syn ambig Caricetum lasiocarpae Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2772 2251 06/1.4.1.0.3/04 syn ambig Caricetum lasiocarpae P. Duvigneaud & Vanden Berghen 1945 Caricetum lasiocarpae eutrophicum ?
2773 2253 06/1.4.1.0.3/04 syn compl Drepanoclado revolventis - Caricetum lasiocarpae (Koch 1926) Neuhäusl in Rybníček, Balátová-Tuláčková & Neuhäusl 1984 Rybníček, K., E. Balátová-Tuláčková & R. Neuhäusl, 1984. Přehled rostlinných společenstev rašelinišť a mokřadních luk Československa. Studie ČSAV, 8-84, Academia, Praha, 123 p. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2774 2254 06/1.4.1.0.3/04 syn compl Sphagno - Caricetum lasiocarpae Rýbniček 1974 Rybníček, K., 1974. Die Vegetation der Moore im südlichen Teil der Böhmisch-Mährischen Höhe. Academia, Praha.
2775 7016 06/1.4.1.0.3/04 syn incl ? Calamagrostietum strictae Steffen 1931 Steffen, H., 1931. Vegetationskunde von Ostpreussen. Pflanzensoziologie, 1, 406 p.
2776 7017 06/1.4.1.0.3/04 syn incl ? Calamagrostietum strictae von Soó 1938 Soó, R. von, 1938. Wasser-, Sumpf- und Wiesenpflanzengesellschaften des Sandgebietes Nyirseg. Bot. Közl., 35 : 249-273.
2777 7027 06/1.4.1.0.3/05 ASS Caricetum dioico - rostratae Julve 2007 ass. nov. hoc loco hoc loco
2778 2238 06/1.4.1.0.3/05 syn = Saxifrago hirculi - Caricetum dioicae (Gillet 1982) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. 'Gillet, F., 1982. L''alliance du Sphagno-Tomenthypnion dans le Jura. Doc. Phytosoc., N.S., 6 : 155-180.'
2779 2239 06/1.4.1.0.3/05 syn = ? Caricetum dioicae Klika & Smarda 1944 Klika, J. & J. Smarda, 1944. Rostlinne-sociologicky prispevek k poznani raselinisc a luk na Zdarsku a Novomestsku. Vestn. Kral. Ces. Spolec. Nauk, Cl. Math.-Natur. (1944), 7 : 1-60. Praha.
2780 2242 06/1.4.1.0.3/05 syn compl Sphagno warnstorfii - Caricetum dioicae Gillet 1982 'Gillet, F., 1982. L''alliance du Sphagno-Tomenthypnion dans le Jura. Doc. Phytosoc., N.S., 6 : 155-180.'
2781 2243 06/1.4.1.0.3/05 syn compl Sphagno warnstorfii - Caricetum nigrae Geissler & Zoller 1978 Geissler P. & H. Zoller, 1978. Paludella squarrosa (Hedw.) Brid. And der südwestgrenze ihrer Verbreitung. Conserv. Jard. Botan. Genève : 299-319.
2782 2240 06/1.4.1.0.3/05 syn compl ? Menyantho trifoliatae - Sphagnetum fusci Blagoveschenskyi 1936 ex Botsch 1990 ? ?
2783 7026 06/1.4.1.0.3/05 syn compl pp Menyantho trifoliatae - Sphagnetum teretis Waren 1926 em. Dierssen 1982 Dierßen, K., 1982. Die wichtigsten Pflanzengesellschaften der Moore NW-Europas. 382 p. Publ. Conservatoire et Jardin botanique, Genève. ?
2784 2265 06/1.4.1.0.3/06 ASS Eriophoro gracilis - Caricetum diandrae Jeschke 1959 Jeschke, L., 1959. Einstweilige Sicherung von Naturschutzgebieten. Natursch. Arb. und Naturk. Heimatforsch., 2 : 19-23.
2785 2264 06/1.4.1.0.3/06 syn = Eriophoro gracilis - Caricetum diandrae (Jeschke 1959) Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Jeschke, L., 1959. Einstweilige Sicherung von Naturschutzgebieten. Natursch. Arb. und Naturk. Heimatforsch., 2 : 19-23.
2786 2261 06/1.4.1.0.3/06 syn = ? Caricetum diandrae Jonas 1932 Jonas, F., 1932. Die vegetation der emsländischen Heidekölke. Repert. spec. nov. regn. veget. Beih. 66.
2787 2262 06/1.4.1.0.3/06 syn = ? Caricetum diandrae Jonas 1932 em. Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Jonas, F., 1932. Die vegetation der emsländischen Heidekölke. Repert. spec. nov. regn. veget. Beih. 66.
2788 2260 06/1.4.1.0.3/06 syn compl Scorpidio scorpioidis - Caricetum diandrae Osvald 1923 Osvald, H. 1923. Die Vegetation des Hochmoores Komosse. Sv. växtsoc. sällsk. handli. 1, 436 p. Uppsala.
2789 7878 06/1.4.1.0.3/06 syn incl ? Calliergonello cuspidatae - Caricetum diandrae (Koch 1926) Wheeler 1980 Acrocladio - Caricetum diandrae Wheeler, B.D., 1980. Plant communities of rich-fen systems in England and wales 2. Conmunities of calcareous mires. Journal of Ecology, 68 : 405-420. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2790 7014 06/1.4.1.0.3/06 syn non Valeriano dioicae - Caricetum diandrae Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin.
2791 2263 06/1.4.1.0.3/06 syn pp Carici diandrae - Agrostietum caninae Paul & Lutz 1941 Paul, H. & J. Lutz, 1941. Zur soziologisch-ökologischen Charakterisierung von Zwischenmooren. Ber. Bay. Bot. Ges., 25 : 5-32.
2792 2237 06/1.4.1.0.3/07 ASS Caricetum dioico - chordorrhizae Jonas 1935 parvocariçaie turficole, amphibie exondable, pionnière de cicatrisation, basocline, montagnarde, mésooligotrophile Jonas, F., 1935. Die Vegetation der Hochmoore am Nordhümmling. Repert. spec. nov. regn. veget. Beih., 78(1) : 1-143.
2793 7015 06/1.4.1.0.3/07 syn incl Eriophoro gracilis - Caricetum chordorrhizae Rosskopf 1971 Rosskopf, G., 1971. Pflanzengesellschaften der Talmoore an der Schwarzen un Weißen Laber im Oberpfälzer Jura. Denjschr. Regensburg. Bot. ges., 22 : 1-115.
2794 2207 06/1.4.1.0.3/07 syn pmaxp Caricetum chordorrhizae Regel 1941 Regel, C., 1941. Angew. Bot., 23 : 361.
2795 2205 06/1.4.1.0.3/08 ASS Rhynchosporo albae - Caricetum chordorrhizae (Paul & Lutz 1941) Oberdorfer 1957 parvocariçaie turficole, amphibie exondable, pionnière de cicatrisation, basocline, montagnarde, oligotrophile Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Paul, H. & J. Lutz, 1941. Zur soziologisch-ökologischen Charakterisierung von Zwischenmooren. Ber. Bay. Bot. Ges., 25 : 5-32.
2796 2206 06/1.4.1.0.3/08 syn pmaxp Caricetum chordorrhizae Paul & Lutz 1941 Paul, H. & J. Lutz, 1941. Zur soziologisch-ökologischen Charakterisierung von Zwischenmooren. Ber. Bay. Bot. Ges., 25 : 5-32.
2797 2256 06/1.4.1.0.4 ALL Junco subnodulosi - Caricion lasiocarpae Julve 1993 tremblants tourbeux primaires, planitiaires-collinéens basophiles Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
2798 6672 06/1.4.1.0.4 syn pp Caricenion lasiocarpae Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin.
2799 2257 06/1.4.1.0.4 syn pp Eriophorion gracilis (Preising apud Oberdorfer 1957) Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
2800 2258 06/1.4.1.0.4/01 ASS Junco subnodulosi - Caricetum lasiocarpae (Wattez 1968) de Foucault 1984 magnocariçaie turficole, amphibie exondable, basophile, psychroatlantique Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. 'Wattez, J.R., 1968. Contribution à l''étude de la végétation des marais arrière littoraux de la plaine alluviale picarde. Thèse, Univ. Lille, 378 p.'
2801 7871 06/1.4.1.0.4/01 syn = Junco subnodulosi - Caricetum lasiocarpae (Wattez 1968) de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. 'Wattez, J.R., 1968. Contribution à l''étude de la végétation des marais arrière littoraux de la plaine alluviale picarde. Thèse, Univ. Lille, 378 p.'
2802 2259 06/1.4.1.0.4/02 ASS Eriophoro gracilis - Caricetum limosae (Wattez 1968) Julve 2006 ass. nov. hoc loco parvocariçaie turficole, amphibie exondable, basophile, psychroatlantique, pionnière de cicatrisation hoc loco 'Wattez, J.R., 1968. Contribution à l''étude de la végétation des marais arrière littoraux de la plaine alluviale picarde. Thèse, Univ. Lille, 378 p.'
2803 2266 06/1.4.1.0.4/03 ASS Eriophoro angustifolii - Caricetum rostratae Royer, Didier, Coppa & Essayan 1990 magnocariçaie turficole, amphibie exondable à permanente, basophile, planitiaire, subcentroeuropéenne Royer, J.-M., B. Didier, G. Coppa, & G. Essayan, 1990. Le Val Clavin - Etude botanique et zoologique. Bull. Soc. Sc. Nat. Arch. Hte-Marne, 23(11) : 277-307.
2804 6640 06/1.4.1.0.4/03 syn = Eriophoro angustifolii - Caricetum rostratae (Royer, Didier, Coppa & Essayan 1990) Royer & Didier 1996 Royer, J.-M. & B. Didier, 1996. Flore et végétation des marais tufeux du plateau de Langres. Soc. Sc. Nat. Arch. Hte-Marne, Mém. N° 2, 112 p. Royer, J.-M., B. Didier, G. Coppa, & G. Essayan, 1990. Le Val Clavin - Etude botanique et zoologique. Bull. Soc. Sc. Nat. Arch. Hte-Marne, 23(11) : 277-307.
2805 7872 06/1.4.1.0.4/03 syn compl Potentillo palustris - Caricetum rostratae Wheeler 1980 prov. Wheeler, B.D., 1980. Plant communities of rich-fen systems in England and wales 2. Conmunities of calcareous mires. Journal of Ecology, 68 : 405-420.
2806 2267 06/1.4.2 7150 ORD Drosero anglicae - Rhynchosporetalia albae Tüxen 1980 apud Fujiwara 1979 parvocariçaies pionnières sur substrats minéraux oligotrophiles ou tourbes minéralisées (gouilles de cicatrisation) Fujiwara, K., 1979. Moor Vegetation in Japan with Special Emphasis on Eriocaulo – Rhynchosporion fujiianae. Contribution from the Department of Vegetation Science, Institute of Environmental Science and Technology, Yokohama National University., 85 : 325-332. [Bull. Yokohama Phytosoc. Soc. Japan, 16 : 325-332.]
2807 2268 06/1.4.2.0.1 ALL Molinio caeruleae subsp. caeruleae - Rhynchosporion albae (Koch 1926) de Foucault 1984 parvocariçaies pionnières sur substrats minéraux oligotrophiles ou tourbes minéralisées (gouilles de cicatrisation), médioeuropéennes Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2808 2269 06/1.4.2.0.1 syn = Scheuchzerion palustris Nordhagen 1936 Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88.
2809 2270 06/1.4.2.0.1 syn ambig Rhynchosporion albae Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2810 2271 06/1.4.2.0.1 syn compl incl Sphagno cuspidati - Scheuchzerienion palustris Nordhagen 1943 Nordhagen, R., 1943. Sikilsdalen og Norges Fjellbeiter. Berg. Mus. Skr., 22, 607 p.
2811 2273 06/1.4.2.0.1 syn incl Droserion intermedii Succow 1974 Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113.
2812 2274 06/1.4.2.0.1 syn incl Scheuchzerio palustris - Rhynchosporion albae (Koch 1926) Succow 1974 Succow, M., 1974. Vorschlag einer systematischen Neugliederung der mineralbodenwasserbeeinflussten wachsenden Moorvegetation Mitteleuropas unter Ausklammerung des Gebirgraumes. Feddes Repert., 85 : 57-113. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2813 2272 06/1.4.2.0.1 syn incl Scheuchzerion palustris Nordhagen 1943 Leuko - Scheuchzerion Nordhagen, R., 1943. Sikilsdalen og Norges Fjellbeiter. Berg. Mus. Skr., 22, 607 p.
2814 2275 06/1.4.2.0.1 syn pp Caricion rotundatae Kalliola 1939 Kalliola, R., 1939. Pflanzensoziologische Untersuchungen in der alpinen Stufe Finnisch-Lapplands, Annales Botanici Societatis Zoologicae Botanicae Fennicae "Vanamo", 13.
2815 2276 06/1.4.2.0.1/01 ASS Carici limosae - Scheuchzerietum palustris (Paul 1910) Libbert 1933 parvocariçaie amphibie exondable, pionnière sur substrats minéraux oligotrophiles ou tourbes minéralisées (gouilles de cicatrisation), boréomontagnarde Libbert, W., 1933. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 75: 229-348. Paul, H., 1910. Die Moorpflanzen Bayerns. Ber. bayer. bot. Ges., 12. München.
2816 2202 06/1.4.2.0.1/01 syn = Drosero intermediae - Caricetum limosae (Dutoit 1924) Krisai 1971 Krisai, R., 1971/1972. Zur Gliederung des Schlammseggenmoores (Caricetum limosae s.l.) in Mitteleuropa. Verh. Zool.-Bot. Ges., 110/111 : 99-110, Wien. Dutoit, D., 1924. Les associations végétales des sous-Alpes de Vevey (Suisse). Thèse, Univ. Lausanne, 85 p.
2817 2277 06/1.4.2.0.1/01 syn = Scheuchzerietum palustris (Paul 1910) Preising & Tüxen in Tüxen 1958 Tüxen, R., 1958. Pflanzengesellschaften oligotropher Heidetümpol NW-Deutschlands. Veröff. geobot. Inst. Rubel, 33. Paul, H., 1910. Die Moorpflanzen Bayerns. Ber. bayer. bot. Ges., 12. München.
2818 7019 06/1.4.2.0.1/01 syn = Scheuchzerietum palustris Paul 1910 Paul, H., 1910. Die Moorpflanzen Bayerns. Ber. bayer. bot. Ges., 12. München.
2819 2278 06/1.4.2.0.1/01 syn = Scheuchzerietum palustris Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
2820 2279 06/1.4.2.0.1/01 syn = ? Drosero anglicae - Caricetum limosae Rivas-Martínez in Loidi, Biurrun & Herrera 1997 Loidi, J., I. Biurrun & M. Herrera, 1997. La vegetación del centro-septentrional de España. Itinera Geobot., 9 : 161-618.
2821 2203 06/1.4.2.0.1/01 syn compl Sphagno cuspidati - Caricetum limosae Osvald 1923 em. Krisai 1971 Krisai, R., 1971/1972. Zur Gliederung des Schlammseggenmoores (Caricetum limosae s.l.) in Mitteleuropa. Verh. Zool.-Bot. Ges., 110/111 : 99-110, Wien. Osvald, H. 1923. Die Vegetation des Hochmoores Komosse. Sv. växtsoc. sällsk. handli. 1, 436 p. Uppsala.
2822 2280 06/1.4.2.0.1/01 syn compl Sphagno cuspidati - Scheuchzerietum palustris (Tüxen 1937) Preising & Tüxen in Tüxen & Söyrinki 1958 Tüxen, R. & N. Söyrinki, 1958. Die Bullenkohle bei Bokel. Abh. d. naturw. Ver. Bremen, 35(2) : 374-394. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
2823 2204 06/1.4.2.0.1/01 syn compl Warnstorfio fluitantis - Caricetum limosae (Kästner & Flössner 1933) Krisai 1971 Krisai, R., 1971/1972. Zur Gliederung des Schlammseggenmoores (Caricetum limosae s.l.) in Mitteleuropa. Verh. Zool.-Bot. Ges., 110/111 : 99-110, Wien. Kästner, M. & W. Flössner, 1933. Die Pflanzengesellschaften des westsächsischen Berg- und Hügellandes II : die Pflanzengesellschaften der erzgebirgischen Moore. Veröff. Landesver. sächs. Heimatschutz, Dresden.
2824 2281 06/1.4.2.0.1/01 syn pp Scheuchzerio palustris - Caricetum limosae Libbert 1933 Libbert, W., 1933. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 75: 229-348.
2825 2282 06/1.4.2.0.1/02 ASS Drosero anglicae - Rhynchosporetum albae (Koch 1926) Klika 1935 parvocariçaie hydrophile pionnière sur substrats minéraux oligotrophiles ou tourbes minéralisées (gouilles de cicatrisation), planitiaire-collinéenne, centroeuropéenne Klika, J., 1935. Die Pflanzengesellschaften des entblössten Teichbodens in Mitteleuropa. Beih. Bot. Centralbl., 53 : 286-310. Dresden. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2826 2283 06/1.4.2.0.1/02 syn = Junco bulbosi - Rhynchosporetum albae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
2827 2284 06/1.4.2.0.1/02 syn ambig Rhynchosporetum albae Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
2828 2285 06/1.4.2.0.1/02 syn compl pp Rhynchosporo albae - Trichophoretum cespitosi Botsch & Smagin 1987 ?
2829 2286 06/1.4.2.0.1/02 syn compl pp Sphagno tenelli - Rhynchosporetum albae (Osvald 1923) Dierssen 1982 Dierßen, K., 1982. Die wichtigsten Pflanzengesellschaften der Moore NW-Europas. 382 p. Publ. Conservatoire et Jardin botanique, Genève. Osvald, H. 1923. Die Vegetation des Hochmoores Komosse. Sv. växtsoc. sällsk. handli. 1, 436 p. Uppsala.
2830 2287 06/1.4.2.0.1/02 syn compl pp Trichophoro cespitosi - Rhynchosporetum albae Rýbniček 1970 Rybníček, K., 1970. Rhynchospora alba (L.)Vahl., its distribution, communities and habitat conditions in Czechoslovakia., Part.2, Folia Geobot Phytotax., 5 : 221-263. Praha.
2831 2288 06/1.4.2.0.1/03 ASS Drosero intermediae - Rhynchosporetum albae (Allorge & Denis 1923) Allorge 1926 parvocariçaie hydrophile pionnière sur substrats minéraux oligotrophiles ou tourbes minéralisées (gouilles de cicatrisation), planitiaire-collinéenne, atlantique Allorge, P., 1926. Remarques sur quelques asssociations végétales du massif de Multonne. Concentration en ions H dans la bruyère à sphaignes. Bull. Mayen. Sci., 1924 : 77-88, 1925 : 27-51. Laval. Allorge, P. & M. Denis, 1923. Une excursion phytosociologique aux lacs de Biscarosse (Landes). Bull. Soc. Bot. Fra., 70 : 693-717.
2832 2290 06/1.4.2.0.1/03 syn = Drosero intermediae - Rhynchosporetum albae Allorge 1926 ex Fernández Prieto, Fernández Ordóñez & Collado Prieto 1987 Fernández Prieto, J.A., M.C. Fernández Ordóñez & M.A. Collado Prieto, 1987. Datos sobre la vegetación de las turberas de esfagnos galaico-asturianas y orocantábricas. Lazaroa, 7 : 443-471. Allorge, P., 1926. Remarques sur quelques asssociations végétales du massif de Multonne. Concentration en ions H dans la bruyère à sphaignes. Bull. Mayen. Sci., 1924 : 77-88, 1925 : 27-51. Laval.
2833 2289 06/1.4.2.0.1/03 syn = Rhynchosporetum albae Vanden Berghen 1964 Rhynchosporetum atlanticum Vanden Berghen, C., 1964. La végétation des rives du lac de Hourtin (Gironde, France). Bull. Jard. Bot. Etat, 38 : 243-267.
2834 2291 06/1.4.2.0.1/03 syn ambig pp Rhynchosporetum albae Tüxen 1937 [sphagnetosum cuspidati] Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
2835 2292 06/1.4.2.0.1/03 syn compl pp Sphagno tenelli - Rhynchosporetum albae (Osvald 1923) Dierssen 1982 Dierßen, K., 1982. Die wichtigsten Pflanzengesellschaften der Moore NW-Europas. 382 p. Publ. Conservatoire et Jardin botanique, Genève. Osvald, H. 1923. Die Vegetation des Hochmoores Komosse. Sv. växtsoc. sällsk. handli. 1, 436 p. Uppsala.
2836 2293 06/1.4.2.0.1/03 syn incl ? Drosero intermediae - Schoenetum nigricantis Braun-Blanquet & Tüxen 1952 Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
2837 2294 06/1.4.2.0.1/03 syn incl ? Eleocharito multicaulis - Rhynchosporetum albae Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
2838 2295 06/1.4.2.0.1/03 syn incl ? Eleocharito multicaulis - Rhynchosporetum albae Tüxen in Tüxen & Oberdorfer 1958 ex Valle & Navarro 1984 Valle, C.J. & F. Navarro 1984. Sobre la vegetación y flora turfófila de la Sierra de La Culebra (Zamora). Lazaroa, 5 : 165-171. Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
2839 2296 06/1.4.2.0.1/03 syn incl ? Eleocharito multicaulis - Rhynchosporetum Tüxen in Tüxen & Oberdorfer 1958 Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
2840 2297 06/1.4.2.0.1/04 ASS Lycopodiello inundatae - Rhynchosporetum albae Allorge & Gaume 1925 apud 1931 parvocariçaie hydrophile pionnière sur substrats minéraux oligotrophiles ou tourbes minéralisées (gouilles de cicatrisation), planitiaire-collinéenne, atlantique Allorge, P. & R. Gaume, 1931. Esquisse phytogéographique de la Sologne. Bull. Soc. Bot. Fra. 72 : 5-59. [Sess. extraord. Sologne juillet 1925].
2841 6669 06/1.4.2.0.1/04 syn = Lycopodiello inundatae - Rhynchosporetum albae Allorge & Gaume 1925 apud 1931 ex Schaminée, Weeda & Westhoff 1995 Schaminée, J.H.J., E.J. Weeda & V. Westhoff, 1995. De vegetatie van Nederland 2. Plantengemeenschappen van wateren, moerassen en natte heiden. [The vegetation of the Netherlands 2. Plant communities of water bodies, swamps and wet heathlands]. 358 p. Opulus Press. Uppsala, Leiden. Allorge, P. & R. Gaume, 1931. Esquisse phytogéographique de la Sologne. Bull. Soc. Bot. Fra. 72 : 5-59. [Sess. extraord. Sologne juillet 1925].
2842 2298 06/1.4.2.0.1/04 syn = Rhynchosporetum fuscae Louis & Lebrun 1942 Louis J. & J. Lebrun, 1942. Premier aperçu sur les groupements végétaux en Bel gique. Bull. Inst. Agr. Stat. Rech. Gembloux, 2 : 1-86.
2843 2299 06/1.4.2.0.1/04 syn = Rhynchosporetum fuscae Tüxen & Diémont in Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
2844 2300 06/1.4.2.0.1/04 syn = Rhynchosporetum fuscae W. Braun 1968 Braun, W., 1968. Die Kalkflachmoore und ihre wichtigsten Kontaktgesellschaften im bayerischen Alpenvorland. Dissert. Bot., 1, 134 p.
2845 2301 06/1.4.2.0.1/04 syn ambig pp Rhynchosporetum albae Tüxen 1937 [caricetosum paniceae] Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
2846 2302 06/1.4.2.0.1/04 syn compl incl Sphagno pylaisii - Rhynchosporetum albae Clément & Touffet 1979 Clément, B. & J. Touffet, 1979. Le groupement à Rhynchospora alba et Sphagnum pylaiei en Bretagne. Doc. Phytosoc., N.S., 4 : 157-166.
2847 8087 06/1.4.2.0.1/04 syn = Rhynchosporetum fuscae Lahondère & Bioret 1996 Lahondère, C. & F. Bioret, 1996. Contribution à l’étude de la végétation des étangs et des zones humides du Médoc. Bull. Soc. Bot. Centre-Ouest, N.S. , 27 : 475-502.
2848 2303 06/1.4.2.0.1/05 ASS Drosero anglicae - Narthecietum ossifragi Fernández-Prieto, Fernández Ordóñez & Collado Prieto in Díaz-Gonzales & Fernández-Prieto 1994 Díaz-Gonzales, T.E. & J.A. Fernández-Prieto, 1994. La vegetación de Asturias. Itinera Geobot., 8 : 243-520.
2849 2304 07/1. 7220*pp CLA Adiantetea capilli-veneris Braun-Blanquet 1947 parois ombragées humides, téthyennes 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
2850 2305 07/1. syn = Adiantetea capilli-veneris Braun-Blanquet & Tüxen 1943 Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
2851 2306 07/1. syn = Adiantetea capilli-veneris Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
2852 2307 07/1.0.1 ORD Adiantetalia capilli-veneris Braun-Blanquet 1931 parois ombragées humides, méditerranéennes Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2853 2308 07/1.0.1 syn = Adiantetalia capilli-veneris Braun-Blanquet 1931 ex Horvatić 1934 Horvatić, S., 1934. Flora i vegetacija otoka Paga. Prirod. Istraz Kral. Jugosl., 19 : 180-280. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2854 2309 07/1.0.1 syn = Pinguiculetalia longifoliae Fernandez Casas 1970 Fernandez Casas, J., 1970. Notas fitosociologicas breves, I. Ars. Pharm., 11 : 273-298.
2855 2310 07/1.0.1.0.1 ALL Adiantion capilli-veneris Braun-Blanquet 1931 parois ombragées humides, méditerranéennes occidentales Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2856 2311 07/1.0.1.0.1 syn = Adiantion capilli-veneris Braun-Blanquet 1931 ex Horvatić 1934 Horvatić, S., 1934. Flora i vegetacija otoka Paga. Prirod. Istraz Kral. Jugosl., 19 : 180-280. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2857 2313 07/1.0.1.0.1/01 ASS Samolo valerandi - Adiantetum capilli-veneris (Braun-Blanquet 1931) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2858 2315 07/1.0.1.0.1/01 syn compl Eucladio verticillati - Adiantetum capilli-veneris Braun-Blanquet 1931 ex Horvatić 1934 Horvatić, S., 1934. Flora i vegetacija otoka Paga. Prirod. Istraz Kral. Jugosl., 19 : 180-280. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2859 2314 07/1.0.1.0.1/01 syn compl nn Eucladio verticillati - Adiantetum capilli-veneris Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2860 2317 07/1.0.1.0.1/03 ASS Adianto capilli-veneris - Pinguiculetum grandiflorae var. dertosensis (de Bolòs 1967) Deil 1989 prov. Adianto capilli-veneris - Pinguiculetum dertosensis Deil, U., 1989. Adiantetea-Gesellschaften auf der Arabischen Halbinsel, Coenosyntaxa in dieser Klasse sowie allgemeine Überlegungen zur Phylogenie von Pflanzengesellschaften. Flora, 182 : 247-264. Bolòs, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38(1) : 3-281.
2861 2318 07/1.0.1.0.1/04 ASS 'Hyperico androsaemi - Adiantetum capilli-veneris (Braun-Blanquet 1967) Rivas-Martínez, Báscones, Díaz González, Fernández-González
& Loidi 1991' Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456. Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
2862 2319 07/1.0.1.0.1/05 ASS Crithmo maritimi - Adiantetum capilli-veneris Géhu, Biondi, Géhu-Franck & Taffetani 1987 Géhu, J.-M., E. Biondi, J. Géhu-Franck & F. Taffetani, 1987. Données sur la végétation maritime du littoral oriental de la Corse. Univ. Laguna, Ser. Informes, 22 : 363-391. (5e jornadas de fitosoc., vegetacion de riberas de agua dulce).
2863 2322 07/2. CLA Asplenietea trichomanis Braun-Blanquet in Meier & Braun-Blanquet 1934 parois européennes Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier.
2864 2323 07/2. syn = Asplenietea trichomanis (Braun-Blanquet in Meier & Braun-Blanquet 1934) Oberdorfer 1977 Oberdorfer, E., 1977. Süddeutsche Pflanzengesellschaften (2ten Aufl.), Teil I., 311 p. Gustav Fischer Verlag, Stuttgart. Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier.
2865 2324 07/2.0.1 8210pp ORD Potentilletalia caulescentis Braun-Blanquet in Braun-Blanquet & Jenny 1926 parois européennes, basophiles Braun-Blanquet, J. & H. Jenny 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
2866 2325 07/2.0.1.0.1 ALL Potentillion caulescentis Braun-Blanquet in Braun-Blanquet & Jenny 1926 parois européennes, basophiles, planitiaires à orophiles, alpiennes à centraliennes Braun-Blanquet, J. & H. Jenny 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
2867 2326 07/2.0.1.0.1 syn incl Androsaco helveticae - Drabion tomentosae Wraber 1970 Wraber, T., 1970. Zur Kenntnis der Gesellschaften der Klasse Thlaspeetea rotundifolii in der südöstlichen Kalkalpen. Akademija nauka i umjetnosti Bosne i Hercegovine, Oddelenje prirodnih i matematičnih nauka. Posebna izdanja, 15 : 293-301.
2868 2327 07/2.0.1.0.1 syn incl Kernero saxatilis - Potentillenion caulescentis Theurillat in Theurillat, Aeschimann, Küpfer & Spichiger 1995 Theurillat, J.P., D. Aeschimann, P. Küpfer & R. Spichiger, 1995. The higher Vegetation units of the Alps. Coll. Phytosoc., 23 : 189-239. (Large Area Vegetation Surveys, Bailleul 1994).
2869 2328 07/2.0.1.0.1 syn incl Potentillenion caulescentis Theurillat in Theurillat, Aeschimann, Küpfer & Spichiger 1995 Theurillat, J.P., D. Aeschimann, P. Küpfer & R. Spichiger, 1995. The higher Vegetation units of the Alps. Coll. Phytosoc., 23 : 189-239. (Large Area Vegetation Surveys, Bailleul 1994).
2870 2329 07/2.0.1.0.1 syn incl Potentilletum caulescentis (Braun-Blanquet in Braun-Blanquet & Jenny 1926) Aichinger 1933 Aichinger, E., 1933. Vegetationskunde der Karawanken. Pflanzensoziologie, 2, 13 + 329 p. G. Fischer, Jena. Braun-Blanquet, J. & H. Jenny 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
2871 2330 07/2.0.1.0.1/01 ASS Asplenietum rutae-murario - trichomanis Kuhn 1937 Kuhn, K., 1937. Die Pflanzengesellschaften im Neckargebiet der Schwäbischen Alb. Öhringen, 340 p.
2872 2331 07/2.0.1.0.1/01 syn = Asplenio viridis - Ceterachetum officinarum Vives 1964 Vives, J., 1964. Vegetacion de la alta Cuenca de Cardener.Estudo floristico y fitocenologico Comarcal. Acta Geobot. Barcin., 1 : 1-218.
2873 2332 07/2.0.1.0.1/02 ASS Seseli libanotidis - Asplenietum rutae-murariae de Foucault & Frileux 1988 Normandie, Ardennes Foucault, B. de & P.-N. Frileux, 1988. Etude phytosociologique du système paysager des corniches et côtes calcaires de la basse vallée de la Seine des Andelys à Rouen. Doc. Phytosoc., N.S., 11 : 159-183.
2874 2333 07/2.0.1.0.1/03 ASS Asplenio fontani - Ceterachetum officinarum Gillet 1986 paroi basophile, héliophile, du Jura Jura Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
2875 2334 07/2.0.1.0.1/04 ASS Drabo aizoidis - Daphnetum alpinae (Chouard 1926) Royer 1973 Royer, J.-M., 1973. Essai de synthèse sur les groupements végétaux de pelouses éboulis et rochers de Bourgogne et Champagne méridionale. Ann. Scient. Univ. Besançon, 3e Série, Bot., 1972, 13 : 157-316. Chouard, P., 1926. Monographies phytosociologiques. II. la végétation des environs de Tonnerre (Yonne) et des pays jurassiques au sud-est du bassin de Paris. Bull. Soc. Bot. Fra., 73 : 1006-1015.
2876 2335 07/2.0.1.0.1/05 ASS Potentillo caulescentis - Hieracietum humilis Braun-Blanquet (1918) 1933 Alpes septentrionales subalpin ? Braun-Blanquet, J., 1918. Eine Pflanzengeographische Exkursion durch Unterengadin und in den schweizerischen Nationalpark. Beitr. Geobot. Landesaufn. Schweiz, 4 : 79 p.
2877 2336 07/2.0.1.0.1/06 ASS Androsacetum helveticae Braun-Blanquet 1918 Braun-Blanquet, J., 1918. Eine Pflanzengeographische Exkursion durch Unterengadin und in den schweizerischen Nationalpark. Beitr. Geobot. Landesaufn. Schweiz, 4 : 79 p.
2878 2337 07/2.0.1.0.1/07 ASS Phyteumo charmelii - Bupleuretum petraeae Lacoste 1975 paroi basophile, héliophile, des Alpes maritimes Alpes méridionales subalpin, alpin inférieur 'Lacoste, A., 1975. La végétation de l''étage subalpin du bassin supérieur de la Tinée (Alpes maritimes). Phytocoenologia, 3 : 123-346.'
2879 2338 07/2.0.1.0.1/07 syn incl Bupleuro petraei - Globularietum nanae (Braun-Blanquet in Meier & Braun-Blanquet 1934) Braun-Blanquet 1938 ? Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier.
2880 2339 07/2.0.1.0.1/07 syn incl Potentillo caulescentis - Saxifragetum diapensoidis Braun-Blanquet in Meier & Braun-Blanquet 1934 Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier.
2881 2340 07/2.0.1.0.1/07 syn incl Primulo marginatae - Phyteumetum charmelii Guinochet 1938 'Guinochet, M., 1938. Etude sur la végétation de l''étage alpin dans le bassin supérieur de la Tinée (Alpes maritimes). Comm. SIGMA, 59, 458 p.'
2882 2341 07/2.0.1.0.1/08 ASS Potentillo caulescentis subsp. cebennensis - Saxifragetum cebennensis Braun 1915 paroi basophile, héliophile, des Causses Causses Potentillo cebennensis - Saxifragetum cebennensis 'Braun, J., 1915. Les Cévennes méridionales (massif de l''Aigoual). Etude phytogéographique. Arch. Sci. Phys. Nat. Genève, 39 : 72-81, 167-186, 247-269, 339-358, 415-434, 508-538; 40 : 39-63, 112-137, 221-232, 313-328.'
2883 2342 07/2.0.1.0.1/09 ASS Kernero saxatilis subsp. auriculatae - Arenarietum ligericinae Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 paroi basophile, ombragée, des Causses Causses Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
2884 2343 07/2.0.1.0.1/10 ASS Sileno saxifragae - Asplenietum fontani René Molinier 1934 Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274.
2885 2344 07/2.0.1.0.1/11 ASS Chaenorrhino origanifolii - Galietum pusilli René Molinier 1934 Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274.
2886 2345 07/2.0.1.0.1/12 ASS Hieracio stelligeri - Ptilotrichetum spinosi Braun-Blanquet & Meier in Meier & Braun-Blanquet 1934 Cévennes supraméditerranéen Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier.
2887 2346 07/2.0.1.0.1/12 syn = Hieracietum stelligeri Braun-Blanquet & Meier in Meier & Braun-Blanquet 1934 apud Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
2888 2347 07/2.0.1.0.1/12 syn = Ptilotricho spinosi - Erodietum foetidi Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2889 2348 07/2.0.1.0.1/13 ASS Bupleuro petraei - Helictotrichetum setacei de Bannes-Puygiron 1933 paroi basophile montagnarde des préalpes du Dauphiné Préalpes du Dauphiné montagnard à alpin inférieur Bannes-Puygiron, G. de, 1933. Le Valentinois méridional. Esquisse phytosociologique. Trav. Inst. Bot. Montpellier, 200 p. [= Comm. SIGMA 19, 200 p.].
2890 2349 07/2.0.1.0.1/13 syn = Bupleuro petraei - Helictotrichetum setacei Archiloque, Borel & Lavagne 1970 Archiloque, A., L. Borel & A. Lavagne, 1970. Feuille de la Javie (XXXIV-40) au 1/50000, Documents pour la carte de la végétation des Alpes, volume VIII, 1970, pp 35-71.
2891 2350 07/2.0.1.0.1/14 ASS Potentilletum nitidae Wikus 1959 Wikus, E., 1958-61. Die Vegetation der Lienzer Dolomiten (Ostirol). Archivio Botanico e Biogeografico Italiano, 34, 35, 36, 37 : 7-163.
2892 2351 07/2.0.1.0.1/15 ASS Minuartietum rupestris Trepp 1978 ?
2893 2352 07/2.0.1.0.1/16 ASS Artemisio glacialis - Petrocallidetum pyrenaicae Barbero 1969 Alpes ligures Barbero, M., 1969. Groupements des rochers et éboulis calcaires des Alpes ligures. Annales de la Faculté des sciences de Marseille, 42 : 62-86.
2894 2353 07/2.0.1.0.1/17 ASS Valeriano saliuncae - Primuletum marginatae Lavagne 1963 Ubaye 'Lavagne, A., 1963. Contribution à la connaissance de la végétation rupicole des hautes vallées de l''Ubaye et de l''Ubayette (Alpes cottiennes). Vegetatio, 11 : 353-371.'
2895 2354 07/2.0.1.0.1/18 ASS Ramondo myconii - Asplenietum fontani O. de Bolòs & Masalles 1983 Bolòs, O. de & R.M. Masalles, 1983. Memòria del full núm. 33 (Banyoles). Mapa de la vegetació de Catalunya, esc. 1:50.000. Generalitat de Catalunya. 130 p. Barcelona.
2896 6688 07/2.0.1.0.1/19 ASS Asplenietum trichomanis subsp. pachyrachidis Royer in Royer, Felzines, Misset & Thévenin 2006 paroi chaude et ensoleillée bourguignonne Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
2897 7000 07/2.0.1.0.1/20 ASS Potentillo caulescentis subsp. petiolulatae - Asplenietum fontani de Bannes-Puygiron 1933 paroi basophile des ubacs, des Préalpes du sud (Drôme) Bannes-Puygiron, G. de, 1933. Le Valentinois méridional. Esquisse phytosociologique. Trav. Inst. Bot. Montpellier, 200 p. [= Comm. SIGMA 19, 200 p.].
2898 2355 07/2.0.1.0.2 ALL Saxifragion callosae subsp. callosae (Rioux & Quézel 1949) Quézel 1950 parois européennes, basophiles, orophiles, ligures Saxifragion lingulatae Quézel, P., 1950. Les groupements rupicoles calcicoles dans les Alpes-Maritimes. Leur signification biogéographique. Bull. Soc. Bot. Fr., 97 : 181-192. (77e Sess. extraord. : Alpes maritimes et ligures, 1949). 'Rioux, J. & P. Quézel, 1949. Contribution à l''étude des groupements rupicoles endémique des Alpes maritimes. Vegetatio, 2 : 1-13.'
2899 2356 07/2.0.1.0.2 syn = Saxifragenion callosae subsp. callosae Rioux & Quézel 1949 'Rioux, J. & P. Quézel, 1949. Contribution à l''étude des groupements rupicoles endémique des Alpes maritimes. Vegetatio, 2 : 1-13.'
2900 2357 07/2.0.1.0.2/01 ASS Saxifragetum callosae subsp. callosae Quézel & Rioux in Rioux & Quézel 1949 collinéen, montagnard 'Rioux, J. & P. Quézel, 1949. Contribution à l''étude des groupements rupicoles endémique des Alpes maritimes. Vegetatio, 2 : 1-13.'
2901 2358 07/2.0.1.0.2/01 syn illeg Saxifragetum callosae subsp. callosae Barbero 1967 Saxifragetum lingulatae subalpinum ?
2902 2359 07/2.0.1.0.2/02 ASS Primuletum allionii Quézel & Rioux in Rioux & Quézel 1949 'Rioux, J. & P. Quézel, 1949. Contribution à l''étude des groupements rupicoles endémique des Alpes maritimes. Vegetatio, 2 : 1-13.'
2903 2360 07/2.0.1.0.2/03 ASS Potentilletum saxifragae Rioux & Quézel 1949 collinéen, montagnard 'Rioux, J. & P. Quézel, 1949. Contribution à l''étude des groupements rupicoles endémique des Alpes maritimes. Vegetatio, 2 : 1-13.'
2904 2361 07/2.0.1.0.2/04 ASS Phyteumetum villarsii Quézel 1950 Quézel, P., 1950. Les groupements rupicoles calcicoles dans les Alpes-Maritimes. Leur signification biogéographique. Bull. Soc. Bot. Fr., 97 : 181-192. (77e Sess. extraord. : Alpes maritimes et ligures, 1949).
2905 2362 07/2.0.1.0.2/04 syn = Phyteumetum villarsii Quézel 1951 ?
2906 2363 07/2.0.1.0.2/05 ASS Ballotetum frutescentis Quézel 1950 collinéen, montagnard Quézel, P., 1950. Les groupements rupicoles calcicoles dans les Alpes-Maritimes. Leur signification biogéographique. Bull. Soc. Bot. Fr., 97 : 181-192. (77e Sess. extraord. : Alpes maritimes et ligures, 1949).
2907 2364 07/2.0.1.0.2/06 ASS Silenetum campanulae Quézel 1950 Alpes ligures subalpin, alpin inférieur Quézel, P., 1950. Les groupements rupicoles calcicoles dans les Alpes-Maritimes. Leur signification biogéographique. Bull. Soc. Bot. Fr., 97 : 181-192. (77e Sess. extraord. : Alpes maritimes et ligures, 1949).
2908 2365 07/2.0.1.0.3 ALL Arenarion bertolonii Gamisans 1991 parois européennes, basophiles, orophiles, corso-sardes Gamisans, J., 1991. La végétation de la Corse. Annexe n°2 des compléments au prodrome de la flore corse. Conservatoire et jardin botaniques de la ville de Genève, Genève, 391 p.
2909 2366 07/2.0.1.0.3/01 ASS Asplenio rutae-murariae - Arenarietum bertolonii Gamisans 1976 Corse Gamisans, J., 1976. La végétation des montagnes corses (I). Phytocoenologia, 3 : 425-498.
2910 2367 07/2.0.1.0.3/02 ASS Elytrigio corsicae - Ptychotidetum saxifragae (de Litardière 1928) Gamisans 1991 Corse Gamisans, J., 1991. La végétation de la Corse. Annexe n°2 des compléments au prodrome de la flore corse. Conservatoire et jardin botaniques de la ville de Genève, Genève, 391 p. ?
2911 2368 07/2.0.1.0.4 ALL Saxifragion mediae Braun-Blanquet in Meier & Braun-Blanquet 1934 parois européennes, basophiles, orophiles, pyrénéennes Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier.
2912 2369 07/2.0.1.0.4 syn = Saxifragion aizoonis Nègre 1968 'Nègre, R., 1968. La végétation du bassin de l''One (Pyrénées centrales). 1ère note : rochers et éboulis. Portug. Acta Biol., sect. B, 9 : 196-290.'
2913 2370 07/2.0.1.0.4/01 ASS Asperulo hirtae - Dethawietum tenuifoliae Gruber 1976 Pyrénées centrales Gruber, M., 1976. Les groupements végétaux rupicoles calcicoles des Pyrénées ariégeoises et catalanes. Bull. Soc. Bot. Fr., 123 : 61-78.
2914 2371 07/2.0.1.0.4/02 ASS Saxifragetum mediae Braun-Blanquet 1948 Pyrénées orientales Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
2915 2372 07/2.0.1.0.4/03 ASS Saxifragetum callosae subsp. catalaunicae Font-Quer & Braun-Blanquet in Meier & Braun-Blanquet 1934 Pyrénées orientales Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier.
2916 2373 07/2.0.1.0.4/04 ASS Saxifrago caesiae - Valerianetum apulae Carrillo & Ninot 1986 Pyrénées Carrillo, E., Ninot, J.-M., 1986. Sobre algunes comunitats rupicoles del pirineus Catalans. Fol. Bot. Misc., 5 : 97-103.
2917 2374 07/2.0.1.0.4/05 ASS Saxifrago longifoliae - Ramondetum myconii Braun-Blanquet in Meier & Braun-Blanquet 1934 rochers calcaires ombragés relativement secs Pyrénées orientales et centrales montagnard, subalpin Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier.
2918 2375 07/2.0.1.0.4/05 syn = Centrantho angustifolii - Laserpitietum sileris Fernandez Casas 1970 Fernandez Casas, J., 1970. Notas fitosociologicas breves, I. Ars. Pharm., 11 : 273-298.
2919 2376 07/2.0.1.0.4/05 syn compl Neckero complanatae - Ramondetum myconii Chouard 1942 Chouard, P., 1942. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fr., 89 : 257-260.
2920 2377 07/2.0.1.0.4/06 ASS Asplenietum celtiberici Fernandez Casas 1970 Pyrénées Fernandez Casas, J., 1970. Notas fitosociologicas breves, I. Ars. Pharm., 11 : 273-298.
2921 2378 07/2.0.1.0.4/07 ASS Asperulo hirtae - Potentilletum alchimilloidis Chouard 1949 parois calcaires ensoleillées au dessus de 2500 m Pyrénées centrales Chouard, P., 1949. Coup d’oeil sur les groupements végétaux des Pyrénées centrales. Bull. Soc. Bot. France, 96 : 145-149.
2922 6549 07/2.0.1.0.4/07 syn = Asarino procumbentis - Potentilletum alchimilloidis Rivas-Goday 1954 ?
2923 2381 07/2.0.1.0.4/08 ASS Saxifrago iratianae - Potentilletum nivalis Chouard 1942 parois calcaires au dessus de 1500 à 2000m Pyrénées centrales Chouard, P., 1942. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fr., 89 : 257-260.
2924 2382 07/2.0.1.0.4/08 syn = Potentillo nivalis - Phyteumetum hemisphaerici Nègre 1968 'Nègre, R., 1968. La végétation du bassin de l''One (Pyrénées centrales). 1ère note : rochers et éboulis. Portug. Acta Biol., sect. B, 9 : 196-290.'
2925 6550 07/2.0.1.0.4/09 ASS Hieracio candidi - Potentilletum alchimilloidis Vigo & Soriano in Vigo 1984 Vigo, J., 1984. Notes fitocenològiques, IV. Collect. Bot. (Barcelona), 15 : 459-485.
2926 6551 07/2.0.1.0.4/10 ASS Asplenio - Hypericetum nummulari O. de Bolòs & P. Montserrat 1960 ?
2927 6552 07/2.0.1.0.4/11 ASS Silenetum montserratii subsp. crassifoliae O. de Bolòs & P. Montserrat 1960 em. Fernandez-Casas 1970 Petrocoptidetum crassifoliae Fernandez Casas, J., 1970. Notas fitosociologicas breves, I. Ars. Pharm., 11 : 273-298.
2928 6553 07/2.0.1.0.4/12 ASS Sileno montserratii subsp. crassifoliae - Androsacetum cylindricae Fernandez-Casas 1970 Petrocoptido crassifoliae - Androsacetum cylindricae Fernandez Casas, J., 1970. Notas fitosociologicas breves, I. Ars. Pharm., 11 : 273-298.
2929 6554 07/2.0.1.0.4/13 ASS Saxifrago longifoliae - Petrocoptidetum pyrenaicae Rivas-Martínez, Báscones, Díaz González, Fernández-González & Loidi 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
2930 2380 07/2.0.1.0.4/14 ASS Sempervivo montani - Potentilletum rupestris Nègre 1968 'Nègre, R., 1968. La végétation du bassin de l''One (Pyrénées centrales). 1ère note : rochers et éboulis. Portug. Acta Biol., sect. B, 9 : 196-290.'
2931 2379 07/2.0.1.0.4/15 ASS Saxifrago oppositifoliae - Asplenietum viridis Nègre 1968 'Nègre, R., 1968. La végétation du bassin de l''One (Pyrénées centrales). 1ère note : rochers et éboulis. Portug. Acta Biol., sect. B, 9 : 196-290.'
2932 2383 07/2.0.1.0.5 ALL Cystopteridion fragilis (Nordhagen 1936) Richard 1972 parois européennes, basophiles, sciaphiles, médioeuropéennes Richard, J.L., 1972. La végétation des crêtes rocheuses du Jura. Ber. schweiz. Bot. Ges., 82 : 68-112. Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88.
2933 2385 07/2.0.1.0.5 syn incl Violo biflorae - Cystopteridion alpinae Fernandez Casas 1970 Fernandez Casas, J., 1970. Notas fitosociologicas breves, I. Ars. Pharm., 11 : 273-298.
2934 2386 07/2.0.1.0.5/01 ASS Asplenio viridis - Cystopteridetum fragilis Oberdorfer (1936) 1949 paroi ombragée psychrophile, montagnarde Oberdorfer, E., 1949. Die Pflanzengesellschaften der Wutachschlucht. Beitr. Naturk. Forsch. Südwestdeutschl., 9 : 29-98. Oberdorfer, E., 1936. Zur spät- und nacheiszeitlichen Vegetationsgeschichte des Oberelsasses und der Vogesen. Zeitschr. Bot. (Jena), 30 : 513-572.
2935 2387 07/2.0.1.0.5/02 ASS Cystopterido fragilis - Phyllitidetum scolopendrii Royer, Didier, Coppa & Essayan 1990 Royer, J.-M., B. Didier, G. Coppa, & G. Essayan, 1990. Le Val Clavin - Etude botanique et zoologique. Bull. Soc. Sc. Nat. Arch. Hte-Marne, 23(11) : 277-307.
2936 6689 07/2.0.1.0.5/02 syn = Cystopterido fragilis - Phyllitidetum scolopendrii Royer 1991 Royer, J.-M., 1991. Etude phytosociologique de quelques associations végétales nouvelles ou rares pour la Bourgogne et la Champagne méridionale. Doc. Phytosoc., NS, 13, 209-237.
2937 6690 07/2.0.1.0.5/02 syn = Cystopterido fragilis - Phyllitidetum scolopendrii Royer in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
2938 6691 07/2.0.1.0.5/11 ASS Diplotaxido muralis - Cystopteridetum fragilis Robbe in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
2939 2391 07/2.0.1.0.5/06 ASS Cystopterido fragilis - Valerianetum tripteridis Billy 2002 prov. paroi ombragée psychrophile, montagnarde Auvergne Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
2940 2396 07/2.0.1.0.5/09 ASS Violo biflorae - Cystopteridetum fragilis Fernandez Casas 1970 paroi humide ombragée Fernandez Casas, J., 1970. Notas fitosociologicas breves, I. Ars. Pharm., 11 : 273-298.
2941 2395 07/2.0.1.0.5/08 ASS Violo biflorae - Cystopteridetum alpinae Fernandez Casas 1970 paroi humide ombragée Fernandez Casas, J., 1970. Notas fitosociologicas breves, I. Ars. Pharm., 11 : 273-298.
2942 2388 07/2.0.1.0.5/03 ASS Heliospermo quadrifidi - Cystopteridetum regiae Richard 1972 Richard, J.L., 1972. La végétation des crêtes rocheuses du Jura. Ber. schweiz. Bot. Ges., 82 : 68-112.
2943 6687 07/2.0.1.0.5/10 ASS Asplenietum trichomanes subsp. hastati Royer in Royer, Felzines, Misset & Thévenin 2006 paroi sèche et ombragée bourguignonne Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
2944 2390 07/2.0.1.0.5/05 ASS Saxifragetum mutatae E. & S. Pignatti 1983 Pignatti, E. & S. Pignatti, 1983. La vegetazione delle Vette di Feltre al di sopra del limite degli alberi. Studia Geobotanica, 3 : 7-47.
2945 2397 07/2.0.1.0.6 ALL Polypodion cambrici (Braun-Blanquet 1931) Braun-Blanquet 1947 parois européennes, basophiles, sciaphiles, méditerranéennes 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. ' Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2946 2398 07/2.0.1.0.6 syn = Anomodonto viticulosi - Polypodietalia cambrici O. de Bolòs & Vives in O. de Bolòs 1957 Bolòs, O. de, 1957. Datos sobre la vegetación de la vertiente septentrional de los Pirineos : observaciones acerca de la zonación altitudinal del valle de Arán. Collect. Bot. (Barcelona), 5(2) : 465-514.
2947 2399 07/2.0.1.0.6 syn = Polypodietea cambrici Jurko & Peciar 1963 Jurko, A. & V. Peciar, 1963. Pflanzengesellschaften an schattigen Felsen in den Westkarpaten. Vegetatio, 11 : 199-209.
2948 2400 07/2.0.1.0.6 syn = Polypodion cambrici Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
2949 2401 07/2.0.1.0.6 syn compl Anomodonto viticulosi - Polypodietea cambrici Rivas-Martínez 1975 Rivas-Martínez, S., 1975. Mapa de vegetacion de la provincia de Avila. Anales Inst. Bot. Cavanilles, 32 : 1493-1556.
2950 2402 07/2.0.1.0.6/01 ASS Polypodietum cambrici Braun-Blanquet 1931 ex Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2951 2403 07/2.0.1.0.6/02 ASS Polypodio cambrici - Saxifragetum corbariensis Molero & Pujadas 1976 apud Diaz 1989 Díaz-Gonzales, T.E., 1989. Biogeographia y sintaxonomia de comunidades rupicolas (ensayo preliminar para una revision de la clase Asplenietea trichomanis en la peninsula iberica, Baleares y Canarias). mscr. Univ. Alcala de Henares, 45 p. (9e jornadas de fitosociologia).
2952 2404 07/2.0.1.0.6/02 syn = Polypodio cambrici - Saxifragetum corbariensis Molero Briones & Pujadas in Molero Briones 1984 Molero Briones, J., 1984. Contribució al coneixement fitocenològic dels Catalànids Centrals Serra de Prades i Montsant. comunitats noves o poc conegudes. Butll. Inst. Catalana Hist. Nat., Sec. Bot., 51 : 139-160.
2953 2405 07/2.0.2 8210pp ORD Asplenietalia petrarchae Braun-Blanquet & Meier in Meier & Braun-Blanquet 1934 parois méditerranéennes, basophiles héliophiles Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier.
2954 2406 07/2.0.2.0.1 ALL Asplenion petrarchae Braun-Blanquet & Meier in Meier & Braun-Blanquet 1934 parois méditerranéennes occidentales, basophiles, héliophiles Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier.
2955 2407 07/2.0.2.0.1 syn incl Brassicion insularis Gamisans 1991 Gamisans, J., 1991. La végétation de la Corse. Annexe n°2 des compléments au prodrome de la flore corse. Conservatoire et jardin botaniques de la ville de Genève, 391 p. Genève.
2956 2408 07/2.0.2.0.1/01 ASS Phagnalo sordidi - Asplenietum petrarchae Braun-Blanquet & Meier in Meier & Braun-Blanquet 1934 Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier.
2957 2409 07/2.0.2.0.1/02 ASS Ptilotricho spinosi - Erodietum petraeae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2958 2410 07/2.0.2.0.1/03 ASS Asplenio petrarchae - Campanuletum macrorhizae Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
2959 2411 07/2.0.2.0.1/04 ASS Ceteracho officinarum - Cheilanthetum acrosticae Santos-Bobillo 1987 Santos-Bobillo, M.T., 1987. Vegetacion y flora vascular desarrolladas sobre suelos basico (diabasas y calizas) de la provincia de Caceres. Thèse, Univ. Salamanca.
2960 2412 07/2.0.2.0.1/05 ASS Ruto graveolentis var. divaricatae - Brassicetum insularis (de Litardière 1928) Gamisans 1991 Gamisans, J., 1991. La végétation de la Corse. Annexe n°2 des compléments au prodrome de la flore corse. Conservatoire et jardin botaniques de la ville de Genève, 391 p. Genève. ?
2961 2413 07/2.0.3 8220pp ORD Asplenietalia septentrionalis Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi, Seibert 1967 ex Loisel 1970 parois européennes, acidophiles 'Loisel, R., 1970. Contribution à l''étude des groupements rupicoles calcifuges An. Inst. Bot. Cavanilles, 1968, 26 : 165-196. [33 : 5-87 ?]' Oberdorfer, E., Görs, S., Korneck, D., Lohmeyer, W., Müller, T., Philippi, G., Seibert, P., 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
2962 2414 07/2.0.3.1 SUBORD Androsacenalia vandellii Loisel 1970 parois européennes, acidophiles, subalpines-alpines 'Loisel, R., 1970. Contribution à l''étude des groupements rupicoles calcifuges An. Inst. Bot. Cavanilles, 1968, 26 : 165-196. [33 : 5-87 ?]'
2963 2415 07/2.0.3.1 syn = Androsacetalia vandellii Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
2964 2416 07/2.0.3.1 syn = Androsacetalia vandellii Braun-Blanquet in Meier & Braun-Blanquet 1934 Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier.
2965 2417 07/2.0.3.1.1 ALL Androsacion vandellii Braun-Blanquet in Braun-Blanquet & Jenny 1926 parois européennes, acidophiles, subalpines-alpines, alpio-pyrénéennes Braun-Blanquet, J. & H. Jenny, 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
2966 2418 07/2.0.3.1.1 syn = Androsacenion vandellii Béguin & Theurillat 1984 ?
2967 2419 07/2.0.3.1.1 syn incl Saxifragion bryoidis Nègre 1968 'Nègre, R., 1968. La végétation du bassin de l''One (Pyrénées centrales). 1ère note : rochers et éboulis. Portug. Acta Biol., sect. B, 9 : 196-290.'
2968 2420 07/2.0.3.1.1/01 ASS Androsacetum vandellii Braun-Blanquet in Braun-Blanquet & Jenny 1926 Braun-Blanquet, J. & H. Jenny, 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
2969 2421 07/2.0.3.1.1/01 syn = ? Androsacetum vandellii Braun-Blanquet 1918 Braun-Blanquet, J., 1918. Eine Pflanzengeographische Exkursion durch Unterengadin und in den schweizerischen Nationalpark. Beitr. Geobot. Landesaufn. Schweiz, 4 : 79 p.
2970 2422 07/2.0.3.1.1/02 ASS Primulo hirsutae - Asplenietum septentrionalis (Lüdi 1921) Braun-Blanquet in Meier & Braun-Blanquet 1934 nom. inv. Alpes septentrionales montagnard, subalpin Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier. Lüdi, W., 1921. Die Pflanzengesellschaften des Lauterbrunnentales und ihre Sukzession. Beitr. Geobot. Landesaufn. Schweiz, 9, 364 p.
2971 2423 07/2.0.3.1.1/02 syn = Primuletum hirsutae (Lüdi 1921) Braun-Blanquet in Meier & Braun-Blanquet 1934 Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier. Lüdi, W., 1921. Die Pflanzengesellschaften des Lauterbrunnentales und ihre Sukzession. Beitr. Geobot. Landesaufn. Schweiz, 9, 364 p.
2972 2424 07/2.0.3.1.1/03 ASS Androsaco multiflorae - Saxifragetum mixtae Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
2973 2425 07/2.0.3.1.1/03 syn = Saxifragetum mixtae Braun-Blanquet (1934) 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
2974 2426 07/2.0.3.1.1/04 ASS Saxifrago mixtae - Alchemilletum saxatilis (Gruber 1978) Focquet 1982 Focquet, P., 1982. La végétation des parois siliceuses de la vallée de la Vésubie (Alpes maritimes, France). Doc. Phytosoc., N.S., 7 : 1-188. Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
2975 2427 07/2.0.3.1.1/04 syn = Alchemillo saxatilis - Saxifragetum pentadactylis Gruber & Focquet in Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
2976 2428 07/2.0.3.1.1/04 syn = Saxifragetum mixtae saxifragetosum bryoidis sensu Gruber 1978 Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
2977 2429 07/2.0.3.1.1/04 syn = Saxifrago pentadactylis - Alchemilletum saxatilis Focquet 1982 ex Benito Alonso 2000 Benito Alonso, J.L., 2000. El Androsacion vandellii en el Pirineo: Androsacetum pyrenaicae, nueva asociación de los extraplomos silíceos. Acta Bot. Malacitana, 25 : 206-219. Focquet, P., 1982. La végétation des parois siliceuses de la vallée de la Vésubie (Alpes maritimes, France). Doc. Phytosoc., N.S., 7 : 1-188.
2978 2430 07/2.0.3.1.1/05 ASS Saxifrago nervosae - Androsacetum vandellii Carrillo & Ninot 1986 Carrillo, E., Ninot, J.-M., 1986. Sobre algunes comunitats rupicoles del pirineus Catalans. Fol. Bot. Misc., 5 : 97-103.
2979 2431 07/2.0.3.1.1/06 ASS Artemisio gabriellae - Drabetum subnivalis Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
2980 2432 07/2.0.3.1.1/07 ASS Saxifragetum retusae Gruber 1978 Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
2981 2433 07/2.0.3.1.1/08 ASS Saxifragetum iratianae Chouard 1949 Chouard, P., 1949. Coup d’oeil sur les groupements végétaux des Pyrénées centrales. Bull. Soc. Bot. France, 96 : 145-149.
2982 2434 07/2.0.3.1.1/08 syn pp Saxifragetum bryoido - iratianae Nègre 1968 'Nègre, R., 1968. La végétation du bassin de l''One (Pyrénées centrales). 1ère note : rochers et éboulis. Portug. Acta Biol., sect. B, 9 : 196-290.'
2983 2435 07/2.0.3.1.1/09 ASS Potentillo nivalis - Phyteumetum hemisphaerici Nègre 1968 'Nègre, R., 1968. La végétation du bassin de l''One (Pyrénées centrales). 1ère note : rochers et éboulis. Portug. Acta Biol., sect. B, 9 : 196-290.'
2984 2436 07/2.0.3.1.1/10 ASS Saxifragetum bryoidis E. & S. Pignatti 1995 Pignatti, E. & S. Pignatti, 1995. Lista delle unità vegetazionali delle Dolomiti. Atti dei Convegni Lincei, 115 : 175-188.
2985 2437 07/2.0.3.1.1/11 ASS Saxifrago - Artemisietum umbelliformis E. & S. Pignatti 1995 Pignatti, E. & S. Pignatti, 1995. Lista delle unità vegetazionali delle Dolomiti. Atti dei Convegni Lincei, 115 : 175-188.
2986 2438 07/2.0.3.1.1/12 ASS Cardamino resedifoliae - Primuletum hirsutae (Turmel 1955) Benito Alonso 1999 Benito Alonso, J.L., 1999. Sobre Primula hirsuta All. y la nomenclatura de dos asociaciones pirenaicas del Androsacion vandellii. Acta Bot. Malacitana, 24 : 229-233. 'Turmel, J.-M., 1955. Le pic de midi d''Ossau. Ecologie et végétation. Mém. Mus. Nat. Hist. Nat. Paris, N.S., Sér. B, Bot., 5, 208 p.'
2987 2439 07/2.0.3.1.1/12 syn = Asplenio septentrionalis - Primuletum hirsutae Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 corr. Villar, Sesé & Fernández 1997 Villar, L., J.A. Sesé & J.V. Ferrández, 1997. Atlas de la Flora del Pirineo Aragonés, I (Introducción. Lycopodiaceae-Umbelliferae). Consejo de Protección de la Naturaleza de Aragón e Instituto de Estudios Altoaragoneses. 91+648 p. Huesca. Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
2988 2440 07/2.0.3.1.1/12 syn = Asplenio septentrionalis - Primuletum latifoliae Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
2989 2441 07/2.0.3.1.1/12 syn = Asplenio septentrionalis - Primuletum latifoliae Turmel 1955 'Turmel, J.-M., 1955. Le pic de midi d''Ossau. Ecologie et végétation. Mém. Mus. Nat. Hist. Nat. Paris, N.S., Sér. B, Bot., 5, 208 p.'
2990 7430 07/2.0.3.1.1/12 syn non Asplenio septentrionalis - Primuletum hirsutae Braun-Blanquet in Meier & Braun-Blanquet 1934 Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier.
2991 2442 07/2.0.3.1.1/13 ASS Phyteumo hemisphaericae - Cardaminetum resedifoliae Fernandez Casas 1970 Fernandez Casas, J., 1970. Notas fitosociologicas breves, I. Ars. Pharm., 11 : 273-298.
2992 2443 07/2.0.3.1.1/14 ASS Saxifrago cotyledonis - Primuletum hirsutae Fernandez Casas 1970 corr. Benito Alonso 1999 Benito Alonso, J.L., 1999. Sobre Primula hirsuta All. y la nomenclatura de dos asociaciones pirenaicas del Androsacion vandellii. Acta Bot. Malacitana, 24 : 229-233. Fernandez Casas, J., 1970. Notas fitosociologicas breves, I. Ars. Pharm., 11 : 273-298.
2993 2444 07/2.0.3.1.1/14 syn = Hyperico nummularium - Saxifragetum cotyledonis Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
2994 2445 07/2.0.3.1.2 ALL Dianthion gratianopolitani Focquet 1982 parois européennes, acidophiles, subalpines, auvergnates Focquet, P., 1982. La végétation des parois siliceuses de la vallée de la Vésubie (Alpes maritimes, France). Doc. Phytosoc., N.S., 7 : 1-188.
2995 2446 07/2.0.3.1.2/01 ASS Saxifragetum lamottei Quézel & Rioux 1954 Cantal 'Quézel, P. & J.A. Rioux, 1954. L''étage subalpin dans le Cantal (Massif Central de France). Vegetatio, 4 : 345-378.'
2996 2447 07/2.0.3.1.2/02 ASS Saxifragetum hieraciifoliae Quézel & Rioux 1954 Cantal 'Quézel, P. & J.A. Rioux, 1954. L''étage subalpin dans le Cantal (Massif Central de France). Vegetatio, 4 : 345-378.'
2997 2448 07/2.0.3.1.2/03 ASS Valeriano tripteridis - Phyteumetum hemisphaerici Billy 2002 prov. Basse-Auvergne Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
2998 2449 07/2.0.3.1.3 ALL Saxifragion pedemontanae subsp. pedemontanae Barbero & Bono 1967 parois européennes, acidophiles, subalpines-alpines, ligures Barbero, M., Bono, G., 1967. Groupements des rochers et éboulis siliceux du Mercantour-Argentera et de la chaîne ligure. Webbia, 22 : 437-467.
2999 2450 07/2.0.3.1.3 syn pp ? Androsacion vandellii Braun-Blanquet in Braun-Blanquet & Jenny 1926 Braun-Blanquet, J. & H. Jenny, 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
3000 2451 07/2.0.3.1.3/01 ASS Saxifragetum pedemontanae Focquet 1982 Focquet, P., 1982. La végétation des parois siliceuses de la vallée de la Vésubie (Alpes maritimes, France). Doc. Phytosoc., N.S., 7 : 1-188.
3001 2453 07/2.0.3.1.3/01 syn pp ? Saxifragetum florulentae Barbero & Bono 1967 Barbero, M., Bono, G., 1967. Groupements des rochers et éboulis siliceux du Mercantour-Argentera et de la chaîne ligure. Webbia, 22 : 437-467.
3002 2454 07/2.0.3.1.3/02 ASS Jovibarbo allionii - Primuletum pedemontanae Barbero & Bono 1967 Mercantour, Alpes ligures Barbero, M., Bono, G., 1967. Groupements des rochers et éboulis siliceux du Mercantour-Argentera et de la chaîne ligure. Webbia, 22 : 437-467.
3003 2455 07/2.0.3.1.3/03 ASS Silenetum cordifoliae Lacoste 1975 em. Focquet 1982 Alpes méridionales subalpin Focquet, P., 1982. La végétation des parois siliceuses de la vallée de la Vésubie (Alpes maritimes, France). Doc. Phytosoc., N.S., 7 : 1-188. 'Lacoste, A., 1975. La végétation de l''étage subalpin du bassin supérieur de la Tinée (Alpes maritimes). Phytocoenologia, 3 : 123-346.'
3004 2456 07/2.0.3.1.3/04 ASS Galio baldense var. tendae - Saxifragetum florulentae Guinochet 1938 Alpes méridionales alpin 'Guinochet, M., 1938. Etudes sur la végétation de l''étage alpin dans le bassin supérieur de la Tinée (Alpes-Maritimes). 458 p. Bosc & Riou, Lyon. (= Comm. SIGMA, 59).'
3005 2457 07/2.0.3.1.3/04 syn = ? Saxifragetum florulentae Barbero & Bono 1967 Barbero, M., Bono, G., 1967. Groupements des rochers et éboulis siliceux du Mercantour-Argentera et de la chaîne ligure. Webbia, 22 : 437-467.
3006 2458 07/2.0.3.1.4 ALL Potentillion crassinerviae Gamisans 1968 parois européennes, acidophiles, subalpines-alpines, corso-sardes Gamisans, J., 1968. Etude phytosociologique de la zone montagneuse correspondant au projet de parc national de Corse. Thèse 3e c., Univ. Aix-Marseille.
3007 2459 07/2.0.3.1.4/ ASS Asplenio viridis - Drabetum dubiae Gamisans 1975 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
3008 2460 07/2.0.3.1.4/01 ASS Festuco sardoae - Phyteumetum serrati de Litardière & Malcuit 1926 em. Gamisans 1975 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.' 'Litardière, R. de, Malcuit, G., 1926. Contributions à l''étude phytosociologique de la Corse : Le massif du Renoso. Paul Lechevalier, Paris.'
3009 2461 07/2.0.3.1.4/02 ASS Armerio leucocephalae - Potentilletum crassinerviae Roger Molinier 1959 Molinier, Ro., 1959. Etude des groupements végétaux terrestres du Cap Corse. Bull. Mus. Hist. Nat. Marseille, 19 : 1-75.
3010 2462 07/2.0.3.2 SUBORD Asplenienalia obovati Loisel 1970 parois européennes, acidophiles, planitiaires-montagnardes 'Loisel, R., 1970. Contribution à l''étude des groupements rupicoles calcifuges An. Inst. Bot. Cavanilles, 1968, 26 : 165-196. [33 : 5-87 ?]'
3011 2463 07/2.0.3.2 syn compl incl Hypno - Polypodion vulgaris Mucina in Mucina & Grabherr 1993 Mucina, L. & G. Grabherr (eds.) 1993. Die Pflanzengesellschaften Österreichs, Teil II : Natürliche waldfreie Vegetation. 323 p. Verlag Gustav Fischer, Jenavol. 2. 523 pp. Stuttgart.
3012 2464 07/2.0.3.2.1 ALL Asplenion septentrionalis Oberdorfer 1938 parois européennes, acidophiles, planitiaires, boréales Oberdorfer, E., 1938. Ein Beitrag zur Vegetationskunde des Nordschwarzwaldes. Beitr. Naturk. Forsch. Südwestdeutschl., 3 : 1-270.
3013 2465 07/2.0.3.2.1 syn = Asplenio adianti-nigro - Ceterachenion officinarum Béguin & Theurillat 1984 ?
3014 2466 07/2.0.3.2.1 syn = Asplenion septentrionalis (Gams 1927) Focquet 1982 Focquet, P., 1982. La végétation des parois siliceuses de la vallée de la Vésubie (Alpes maritimes, France). Doc. Phytosoc., N.S., 7 : 1-188. Gams, H., 1927. Von den Follatères zur Dent de Morcles. Vegetationsmonographie aus dem Wallis. Beitr. Geobot. Landesaufn. Schweiz, 15 : 1-760, 1 carte.
3015 2467 07/2.0.3.2.1/01 ASS Asplenietum septentrionali - adianti-nigri Oberdorfer 1938 végétation chasmophytique des parois acidophiles, psychroatlantique Oberdorfer, E., 1938. Ein Beitrag zur Vegetationskunde des Nordschwarzwaldes. Beitr. Naturk. Forsch. Südwestdeutschl., 3 : 1-270.
3016 2468 07/2.0.3.2.1/02 ASS Woodsio ilvensis - Asplenietum septentrionalis Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
3017 2469 07/2.0.3.2.1/03 ASS Biscutello laevigatae - Asplenietum septentrionalis (Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967) Korneck 1974 Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t.
3018 2470 07/2.0.3.2.1/04 ASS Saxifragetum sponhemicae Korneck 1974 Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t.
3019 2471 07/2.0.3.2.1/05 ASS Sileno rupestris - Asplenietum septentrionalis Malcuit 1929 'Malcuit, G., 1929. Contribution à l''étude phytosociologique des Vosges méridionales saônoises. les associations végétales de la vallée de la Lanterne. Arch. Bot. (Caen), 2 : 1-211.'
3020 6692 07/2.0.3.2.1/06 ASS Asplenietum obovati subsp. billotii Blum 1970 ?
3021 2472 07/2.0.3.2.2 ALL Asarinion procumbentis Braun-Blanquet in Meier & Braun-Blanquet 1934 parois européennes, acidophiles, planitiaires-montagnardes, pyrénéo-auvergnates Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier.
3022 2473 07/2.0.3.2.2 syn = Asarinion procumbentis (Braun-Blanquet in Meier & Braun-Blanquet 1934) Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier.
3023 2474 07/2.0.3.2.2/01 ASS Asarinetum procumbentis Braun 1915 'Braun, J., 1915. Les Cévennes méridionales (massif de l''Aigoual). Etude phytogéographique. Arch. Sci. Phys. Nat. Genève, 39 : 72-81, 167-186, 247-269, 339-358, 415-434, 508-538; 40 : 39-63, 112-137, 221-232, 313-328.'
3024 2475 07/2.0.3.2.2/02 ASS Asarino procumbentis - Sedetum anglici subsp. pyrenaici Gruber 1978 Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
3025 2476 07/2.0.3.2.2/03 ASS Asarino procumbentis - Sedetum brevifolii (Braun-Blanquet 1933) Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. ?
3026 2477 07/2.0.3.2.2/04 ASS Saxifrago continentalis - Asplenietum obovati Loisel 1970 'Loisel, R., 1970. Contribution à l''étude des groupements rupicoles calcifuges An. Inst. Bot. Cavanilles, 1968, 26 : 165-196. [33 : 5-87 ?]'
3027 2478 07/2.0.3.2.2/05 ASS Bufonio willkommianae - Linarietum repentis subsp. galioidis Loisel 1970 'Loisel, R., 1970. Contribution à l''étude des groupements rupicoles calcifuges An. Inst. Bot. Cavanilles, 1968, 26 : 165-196. [33 : 5-87 ?]'
3028 2479 07/2.0.3.2.2/06 ASS Saxifragetum prostii Quézel & Rioux 1954 'Quézel, P., Rioux, J.A., 1954. L''étage subalpin dans le Cantal (Massif Central de France). Vegetatio, 4 : 345-378.'
3029 2480 07/2.0.3.2.2/07 ASS Alsino - Sedetum brevifolii Baudière 1972 Baudière, A., 1972. Contribution à l’étude de la végétation des landes des monts de l’Espinouze (Cévennes occidentales). Bull. Soc. Bot. Fra., 119 : 65-109.
3030 2481 07/2.0.3.2.2/08 ASS Asarino procumbentis - Sedetum hirsuti (Braun-Blanquet in Meier & Braun-Blanquet 1934) Braun-Blanquet 1951 Braun-Blanquet, J., 1951. Pflanzensoziologie. (2ten Aufl.). Springer, Vienne, 631 p. Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier.
3031 2482 07/2.0.3.2.2/08 syn = Sedo brevifolii - Antirrhinetum asarinae Braun-Blanquet in Meier & Braun-Blanquet 1934 Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier.
3032 2483 07/2.0.3.2.2/09 ASS Sempervivo arvernensis - Saxifragetum continentalis Billy 2002 prov. Basse-Auvergne Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
3033 2484 07/2.0.3.2.3 ALL Asplenio obovati subsp. billotii - Umbilicion rupestris de Foucault 1988 parois européennes, acidophiles, planitiaires, atlantiques 'Foucault, B. de, 1988. Contribution à la connaissance phytosociologique des corniches rocheuses de la vallée de l''Argenton, entre Argenton-château et Massais (Deux-Sèvres). Bull. Soc. Bot. Centre-Ouest, N.S., 19 : 39-64.'
3034 2485 07/2.0.3.2.3 syn incl Asplenion marini Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
3035 2486 07/2.0.3.2.3 syn incl Hymenophyllion tunbrigensis Tüxen in Tüxen & Oberdorfer 1958 Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
3036 2487 07/2.0.3.2.3/01 ASS Umbilico rupestris - Ceterachetum officinarum Braun-Blanquet & Tüxen 1952 Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
3037 2488 07/2.0.3.2.3/02 ASS Umbilico rupestris - Silenetum vulgaris subsp. bastardii (Godeau 1985) de Foucault, Godeau & Bouzillé in de Foucault 1988 'Foucault, B. de, 1988. Contribution à la connaissance phytosociologique des corniches rocheuses de la vallée de l''Argenton, entre Argenton-château et Massais (Deux-Sèvres). Bull. Soc. Bot. Centre-Ouest, N.S., 19 : 39-64.' Godeau, M., 1985. Contribution à la connaissance du microendémisme de la flore du massif armoricain.Recherches sur la valeur systématique de quelques taxons. Thèse, Univ. Nantes, 355 p.
3038 2489 07/2.0.3.2.3/03 ASS Asplenietum septentrionalo - foreziense Mateo-Sanz 1983 Mateo-Sanz, G., 1983. Estudio sobre la flora y vegetación de las sierras de Mira y Talayuelas. Publ. Ministerio de Agricultura, I.C.O.N.A., Ser. Monogr., 31 : 1-290.
3039 2490 07/2.0.3.2.3/04 ASS Umbilico rupestris - Asplenietum obovati subsp. billotii de Foucault 1979 végétation chasmophytique des parois acidophiles atlantiques, aéromésohygrophile, sciatolérante, mésotherme Foucault, B. de, 1979. Observations sur la végétation des rochers arides de la Basse-Normandie armoricaine. Doc. Phytosoc., N.S., 4 : 267-277.
3040 2494 07/2.0.3.2.3/07 ASS Hymenophylletum tunbrigensis Braun-Blanquet in Braun-Blanquet & Tüxen 1952 Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
3041 2495 07/2.0.3.2.4 ALL Asplenion cuneifolii Braun-Blanquet & Tüxen 1943 parois européennes, serpentinicoles Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
3042 2496 07/2.0.3.2.4/01 ASS Asplenietum cuneifolii Gauckler 1954 Gauckler, K., 1954. Serpentinvegetation in Nordbayern. Ber. Bayer. Bot. Ges., 30 : 19-26.
3043 2497 07/2.0.3.2.4/02 ASS Notholaeno marantae - Asplenietum cuneifolii Pinto da Silva 1965 Pinto da Silva, A.R., 1965. Os habitats serpentínicos e o seu racional aproveitamento agrário. Primeiras achegas ao caso portugués. Com. Coloquio: Aportación de las Investigaciones Ecológicas y Agrícolas a la lucha del mundo contra el hambre : 1-40.
3044 2498 07/2.0.3.2.5 ALL Cheilanthion hispanicae Rivas Goday in Rivas Goday, Borja, Monasterio, Galiano & Rivas-Martínez 1956 em. Saenz & Rivas-Martínez 1979 parois européennes, acidophiles, planitiaires, méditerranéennes, aéromésohygrophiles Saenz, C. & S. Rivas-Martínez, 1979. Revision del genero Cheilanthes en Espana. Lagascalia, 8 : 215-241. Rivas Goday, S., J. Borja, A. Monasterio, E.F. Galiano & S. Rivas-Martínez, 1956. Aportaciones a la fitosociología hispánica nota 1. Anales Inst. Bot. Cavanilles (1955), 13 : 335-422.
3045 2499 07/2.0.3.2.5 syn = Cheilanthion hispanicae Rivas Goday 1956 Rivas Goday, S., 1956. Übersicht über die Vegetationsgürtel der iberischen Halbinsel. Kennzeichnende Arten und Gesellschaften. Veröff. Ber. Geobot. Inst. E.T.H. Stiffung Rübel 31, 1. 32-69.
3046 2500 07/2.0.3.2.5/01 ASS Asplenio obovati subsp. billotii - Cheilanthetum tinaei Rivas-Martínez & Costa 1973 corr. Saenz & Rivas-Martínez 1979 Saenz, C. & S. Rivas-Martínez, 1979. Revision del genero Cheilanthes en Espana. Lagascalia, 8 : 215-241. Rivas-Martínez, S. & M. Costa, 1973. Datos sobre la vegetacion de la Pedriza de Manzanares Sierra de Guadarrama). Bol. Real Soc. Espanola Biol., 71 : 331-340.
3047 2501 07/2.0.3.2.5/02 ASS Sedo dasyphylli - Dianthetum sylvestris subsp. longicaulis var. godroniani de Litardière & Malcuit 1926 'Litardière, R. de, Malcuit, G., 1926. Contributions à l''étude phytosociologique de la Corse : Le massif du Renoso. Paul Lechevalier, Paris.'
3048 2502 07/2.0.3.2.5/03 ASS Diantho sylvestris subsp. siculi - Asplenietum obovati subsp. billotii Gamisans & Murraciole 1985 'Gamisans, J. & M. Murraciole, 1985. La végétation de la réserve naturelle de la presqu''île de scandola (Corse). Etude phytosociologique et cartographie au 1/10000e. Ecol. Medit. (1984), 10 (3-4) : 159-205.'
3049 2503 07/2.0.3.2.5/03 syn illeg Umbilico rupestris - Asplenietum obovati subsp. billotii (Biondi, Bocchieri, Brugiapaglia & Mulas 1993) Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154. Biondi, E., E. Bocchieri, E. Brugiapaglia & B. Mulas, 1993. La vegetazione dell’isola di Serpentara (Sardegna sud-orientale). Boll. Soc. Sarda. Sci. Nat., 29 : 115-130.
3050 2504 07/2.0.3.2.5/04 ASS Asplenio obovati subsp. billotii - Cheilanthetum hispanicae Rivas Goday in Sáenz & Rivas-Martínez 1979 Saenz, C. & S. Rivas-Martínez, 1979. Revision del genero Cheilanthes en Espana. Lagascalia, 8 : 215-241.
3051 2505 07/2.0.4 8220pp ORD Notholaeno marantae - Cheilanthetalia pteridioidis Saenz & Rivas-Martínez 1979 parois méditerranéennes, acidophiles, héliophiles, thermoxérophiles Cheilanthetalia maranto - maderensis Saenz, C. & S. Rivas-Martínez, 1979. Revision del genero Cheilanthes en Espana. Lagascalia, 8 : 215-241.
3052 2506 07/2.0.4.0.1 ALL Phagnalo saxatilis - Cheilanthion pteridioidis Loisel 1970 corr. Pérez-Carro, T.E. Díaz, P. Fernández & Salvo 1989 parois méditerranéennes occidentales, acidophiles, héliophiles, thermoxérophiles Pérez Carro, F.J., T.E. Díaz, M.P. Fernández Areces & E. Salvo, 1989. Contribución al estudio de las comunidades rupícolas de la Cheilanthetalia marantho-maderensis y Androsacetalia vandellii en la Península Iberica. Acta Bot. Malacitana, 14 : 171-191. 'Loisel, R., 1970. Contribution à l''étude des groupements rupicoles calcifuges An. Inst. Bot. Cavanilles, 1968, 26 : 165-196. [33 : 5-87 ?]'
3053 2507 07/2.0.4.0.1/01 ASS Phagnalo saxatilis - Cheilanthetum pteridiodis (René Molinier 1954) Loisel 1970 'Loisel, R., 1970. Contribution à l''étude des groupements rupicoles calcifuges An. Inst. Bot. Cavanilles, 1968, 26 : 165-196. [33 : 5-87 ?]'
3054 2508 07/2.0.4.0.1/02 ASS Cheilantho pteridioidis - Notholaenetum marantae de Bolòs 1956 végétation chasmophytique des parois méditerranéennes occidentales, acidophiles, héliophiles, thermoxérophiles, catalanes Bolòs, O. de, 1956. La végétation de la Catalogne moyenne. Veröff. Ber. Geobot. Inst. E.T.H. Stiffung Rübel, 31 : 70-89.
3055 2509 07/2.0.4.0.1/03 ASS Notholaeno marantae - Cleistogenetum serotinae Loisel 1970 'Loisel, R., 1970. Contribution à l''étude des groupements rupicoles calcifuges An. Inst. Bot. Cavanilles, 1968, 26 : 165-196. [33 : 5-87 ?]'
3056 2510 07/2.0.4.0.1/04 ASS Bufonio wilkommianae - Linarietum galioidis Loisel 1970 'Loisel, R., 1970. Contribution à l''étude des groupements rupicoles calcifuges An. Inst. Bot. Cavanilles, 1968, 26 : 165-196. [33 : 5-87 ?]'
3057 2511 07/2.0.4.0.1/05 ASS Sedetum fragrantis Quézel 1951 balmes ombragées des gorges du Verdon ?
3058 2512 07/2.0.4.0.1/06 ASS Diantho sylvestris - Seselietum praecocis (Lambinon & Pironet 1984) Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154. ?
3059 2513 07/2.0.4.0.1/06 syn pp Armerio soleirolii - Seselietum praecocis Gamisans & Murraciole 1985 'Gamisans, J. & M. Murraciole, 1985. La végétation de la réserve naturelle de la presqu''île de scandola (Corse). Etude phytosociologique et cartographie au 1/10000e. Ecol. Medit. (1984), 10 (3-4) : 159-205.'
3060 2514 07/2.0.4.0.1/07 ASS Asplenietum septentrionali - foreziensis Mateo-Sanz 1983 Mateo-Sanz, G., 1983. Estudio sobre la flora y vegetación de las sierras de Mira y Talayuelas. Publ. Ministerio de Agricultura, I.C.O.N.A., Ser. Monogr., 31 : 1-290.
3061 2515 07/2.0.4.0.1/08 ASS Umbilico rupestris - Cheilanthetum maderensis Franquesa 1995 Franquesa, T., 1995. El paisatge vegetal de la Península del Cap de Creus. Arxius Secc. Ci. Inst. Estud. Catalans, 109 : 1-628.
3062 2516 07/2.0.4.0.1/09 ASS Cheilantho maderensis - Cosentinietum velleae Ladero ex F.J. Pérez, T.E. Díaz, P. Fernández & Salvo 1989 Pérez Carro, F.J., T.E. Díaz, M.P. Fernández Areces & E. Salvo, 1989. Contribución al estudio de las comunidades rupícolas de la Cheilanthetalia marantho-maderensis y Androsacetalia vandellii en la Península Iberica. Acta Bot. Malacitana, 14 : 171-191.
3063 2517 07/2.0.5 ORD Parietarietalia judaicae Rivas-Martínez 1960 ex Rivas Goday 1964 parois européennes, eutrophiles Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p. Rivas-Martínez, S., 1960. Roca, clima y comunidades rupicolas. Sinopsis de las alianzas hispanicas de Asplenietea rupestris. Anales Real Acad. Farm., 26(2) : 153-168.
3064 2518 07/2.0.5 syn = Parietarietalia judaicae Rivas-Martínez 1960 Rivas-Martínez, S., 1960. Roca, clima y comunidades rupicolas. Sinopsis de las alianzas hispanicas de Asplenietea rupestris. Anales Real Acad. Farm., 26(2) : 153-168.
3065 2519 07/2.0.5 syn = Parietarietalia judaicae Rivas-Martínez 1960 ex Braun-Blanquet 1966 Braun-Blanquet, J., 1966. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Ersten Teil). Vegetatio, 13 : 117-147. Rivas-Martínez, S., 1960. Roca, clima y comunidades rupicolas. Sinopsis de las alianzas hispanicas de Asplenietea rupestris. Anales Real Acad. Farm., 26(2) : 153-168.
3066 2520 07/2.0.5 syn = Parietarietalia judaicae Rivas-Martínez in Rivas Goday 1956 Rivas Goday, S., 1956. Übersicht über die Vegetationsgürtel der iberischen Halbinsel. Kennzeichnende Arten und Gesellschaften. Veröff. Ber. Geobot. Inst. E.T.H. Stiffung Rübel, 31(1) : 32-69.
3067 2521 07/2.0.5 syn = Parietarietea judaicae Rivas-Martínez in Rivas Goday 1955 em. Oberdorfer 1969 Oberdorfer, E., 1969. Zur Soziologie der Cymbalario-Parietarietea, am Beispiel der Mauerteppich-Gesellschaften Italiens. Vegetatio 17: 208-213. Rivas Goday, S., 1955. Aportaciones a la fitosociologia hispanica (proyectos de comunidades hispanicas). I. Anales Inst. Bot. Cavanilles, 13 : 335-422.
3068 2522 07/2.0.5 syn = Parietarietea judaicae Rivas-Martínez in Rivas Goday 1956 Rivas Goday, S., 1956. Übersicht über die Vegetationsgürtel der iberischen Halbinsel. Kennzeichnende Arten und Gesellschaften. Veröff. Ber. Geobot. Inst. E.T.H. Stiffung Rübel, 31(1) : 32-69.
3069 2523 07/2.0.5 syn = Parietarietea judaicae Rivas-Martínez in Rivas Goday 1964 Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
3070 2524 07/2.0.5 syn compl Tortulo - Cymbalarietalia muralis Segal 1969 Segal, S., 1969. Ecological notes on wall vegetation. 325 p. Dr. W. Junk. Den Haag.
3071 2525 07/2.0.5.0.1 ALL Parietario judaicae - Centranthion rubri Rivas-Martínez 1960 ex 1969 parois européennes occidentales, eutrophiles Rivas-Martínez, S., 1969. Vegetatio Hispaniae. Notula I. Publ. Inst. Biol. Aplicada, 46 : 5-34. Rivas-Martínez, S., 1960. Roca, clima y comunidades rupicolas. Sinopsis de las alianzas hispanicas de Asplenietea rupestris. Anales Real Acad. Farm., 26(2) : 153-168.
3072 2526 07/2.0.5.0.1 syn = Cymbalario muralis - Asplenion rutae-murariae Segal 1969 Segal, S., 1969. Ecological notes on wall vegetation. 325 p. Dr. W. Junk. Den Haag.
3073 2527 07/2.0.5.0.1 syn = Parietarion judaicae Segal 1969 Segal, S., 1969. Ecological notes on wall vegetation. 325 p. Dr. W. Junk. Den Haag.
3074 2528 07/2.0.5.0.1 syn compl Parietario judaicae - Galion muralis Rivas-Martínez in Rivas Goday 1964 Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
3075 2529 07/2.0.5.0.1/01 ASS Parietarietum judaicae Arènes 1928 paroi eutrophile éclairée Arènes, J., 1928. Les associations végétales de la basse Provence. Thèse, Univ. Paris, 248 p.
3076 2530 07/2.0.5.0.1/01 syn = Parietarietum judaicae Buchwald 1952 Buchwald, K., 1952. Bericht über die Excursion des Institutes für angewandte Botanik der Universtität von 30.5-9.6.1952 and die orberitalienischen Seen und di Riviera Levante.
3077 2531 07/2.0.5.0.1/01 syn = Parietarietum murale Arènes 1928 ex Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Arènes, J., 1928. Les associations végétales de la basse Provence. Thèse, Univ. Paris, 248 p.
3078 7930 07/2.0.5.0.1/21 ASS Parietario judaicae - Asplenietum rutae-murariae Segal 1969 paroi eutrophile éclairée Segal, S., 1969. Ecological notes on wall vegetation. 325 p. Dr. W. Junk. Den Haag.
3079 2543 07/2.0.5.0.1/12 ASS Parietario judaicae - Chelidonietum majoris O. de Bolòs & Masalles 1983 paroi eutrophile éclairée Bolòs, O. de & R.M. Masalles, 1983. Memòria del full núm. 33 (Banyoles). Mapa de la vegetació de Catalunya, esc. 1:50.000. Generalitat de Catalunya. 130 p. Barcelona.
3080 2532 07/2.0.5.0.1/02 ASS Cymbalarietum muralis Görs 1966 paroi eutrophile moyennement ombragée Görs, S., 1966. Die Pflanzengesellschaften der Rebhänge am Spitzbergz. Die Natur- und Landschaftsschutzgebiete Baden-Württ., 3.
3081 2542 07/2.0.5.0.1/11 ASS Poo nemoralis - Cymbalarietum muralis Focquet 1986 paroi eutrophile moyennement ombragée Focquet, P., 1986. La végétation des vieux murs dans la haute vallée de la Vésubie (Alpes-Maritimes). Tableaux de 12 et 15 relevés. Le Monde des Plantes , 425-426 : 22 - 25.
3082 7924 07/2.0.5.0.1/16 ASS Asplenio obovati subsp. billotii - Cymbalarietum muralis Géhu 2005 paroi eutrophile moyennement ombragée Géhu, J.-M., 2005. Sur Quelques associations sublittorales de la classe des Parietarietea. Bull. Soc. Bot. Centre-Ouest, ns, 36 : 221-232.
3083 7925 07/2.0.5.0.1/16 syn compl Cymbalario muralis - Soleirolietum soleirolii Segal 1969 Segal, S., 1969. Ecological notes on wall vegetation. 325 p. Dr. W. Junk. Den Haag.
3084 2544 07/2.0.5.0.1/13 ASS Cymbalario muralis - Adiantetum capilli-veneris Rivas-Martínez, Wildpret, Del Arco, Rodríguez, Pérez de Paz, García Gallo, Acebes, Díaz & Fernández-González 1993 paroi eutrophile moyennement ombragée, hydrophile, thermophile Rivas-Martínez, S., W. Wildpret, M. Del Arco, O. Rodríguez, P.L. Pérez de Paz, A. García Gallo, J.R. Acebes, T.E. Díaz & F. Fernández-González, 1993. Las comunidades vegetales de la Isla de Tenerife (Islas Canarias). Itinera Geobot., 7 : 169-374.
3085 2539 07/2.0.5.0.1/08 ASS Cymbalarietum aequitrilobae Gamisans & Paradis 1992 paroi eutrophile moyennement ombragée, corse Gamisans J. & G. Paradis, 1992. Flore et végétation de l’île Lavezzu (Corse du sud). Trav. Sci. Parc nat. Rég. Réserv. Natur. Corse, Fr., 37 : 1-68. Billy, F., 1988. La végétation de la Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 9 : 416 p.
3086 7931 07/2.0.5.0.1/22 ASS Polypodio interjecti - Erigeronetum karvinskiani Segal 1969 paroi eutrophile moyennement ombragée Segal, S., 1969. Ecological notes on wall vegetation. 325 p. Dr. W. Junk. Den Haag.
3087 7932 07/2.0.5.0.1/22 syn = Polypodio interjecti - Erigeronetum karvinskiani Géhu 2006 Géhu, J.-M., 2006. Sur les associations sublittorales des Parietarietea ; Confirmation et compléments. Bull. Soc. Bot. Centre-Ouest, ns, 37 : 161-172.
3088 2546 07/2.0.5.0.1/15 ASS Hylotelephio maximi - Polypodietum vulgaris O. de Bolòs & Masalles 1983 paroi eutrophile moyennement ombragée Sedo maximi - Polypodietum vulgaris Bolòs, O. de & R.M. Masalles, 1983. Memòria del full núm. 33 (Banyoles). Mapa de la vegetació de Catalunya, esc. 1:50.000. Generalitat de Catalunya. 130 p. Barcelona.
3089 2545 07/2.0.5.0.1/14 ASS Hylotelephio maximi - Umbilicetum rupestris Vigo & Carreras in Carreras, Soriano & Vigo 1984 paroi eutrophile éclairée Sedo maximi - Umbilicetum rupestris Carreras, J., I. Soriano & J. Vigo, 1984. Noves associacions rupícoles dels Pirineus catalans. Collect. Bot. (Barcelona), 15 : 111-117.
3090 2533 07/2.0.5.0.1/03 ASS Centranthetum rubri Oberdorfer 1960 paroi eutrophile éclairée, thermophile Oberdorfer, E., 1960. Pflanzensoziologische Studien in Chile. Ein Vergleich mit Europa. Flora Veg. Mundi, 2, 208 p. J. Cramer. Weinheim.
3091 2534 07/2.0.5.0.1/03 syn = Centranthetum rubri Oberdorfer 1969 Oberdorfer, E., 1969. Zur Soziologie der Cymbalario-Parietarietea, am Beispiel der Mauerteppich-Gesellschaften Italiens. Vegetatio 17: 208-213.
3092 2535 07/2.0.5.0.1/04 ASS Erysimetum cheiri Segal 1962 paroi eutrophile ombragée Segal, S., 1962. De floristik van onde muren. Gorteria, 1 : 71-74.
3093 7931 07/2.0.5.0.1/04 syn incl Parietario judaicae - Erysimetum cheiri Géhu 2006 Géhu, J.-M., 2006. Sur les associations sublittorales des Parietarietea ; Confirmation et compléments. Bull. Soc. Bot. Centre-Ouest, ns, 37 : 161-172.
3094 2540 07/2.0.5.0.1/09 ASS Pseudofumarietum luteae Kaiser 1926 paroi eutrophile éclairée Kaiser, A., 1926. Die Pflanzenwelt des Hennebergisch-Fränkischen Muschelkalkgebietes. Feddes repert., Repert. Spec. Nov. Regni Veg., Beih. 43, 280 p. Dahlem.
3095 2536 07/2.0.5.0.1/05 ASS Sarcocapnetum enneaphyllae Rivas Goday 1941 Rivas Goday, S., 1941. Contribucion al estudio de la vegetacion de la provincia de Granada. Excursion botanica a sierra de Baza y Ziyar. Anal. Real Acad. Farm., 7 : 58-129.
3096 2537 07/2.0.5.0.1/06 ASS Capparidetum spinosae var. inermis O. de Bolòs & Molinier 1958 ex O. de Bolòs 1962 Bolòs, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona. 'Bolos, O. de & René Molinier, 1958. Recherches phytosociologiques dans l''ile de Majorque. Collect. Bot., 5 (3) : 699-865.'
3097 2538 07/2.0.5.0.1/07 ASS Asplenietum trichomani subsp. quadrivalenti - scolopendrii (Billy 1988) de Foucault 1995 paroi eutrophile très ombragée Foucault, B. de, 1995. Contribution à une monographie phytosociologique de la Hague (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 45-90.
3098 2541 07/2.0.5.0.1/10 ASS Sedetum anopetalo - albi Focquet 1986 Focquet, P., 1986. La végétation des vieux murs dans la haute vallée de la Vésubie (Alpes-Maritimes). Tableaux de 12 et 15 relevés. Le Monde des Plantes , 425-426 : 22 - 25.
3099 7926 07/2.0.5.0.1/17 ASS Euphorbio portlandicae - Matthioletum incanae Géhu 2005 paroi eutrophile éclairée subhalophile Géhu, J.-M., 2005. Sur Quelques associations sublittorales de la classe des Parietarietea. Bull. Soc. Bot. Centre-Ouest, ns, 36 : 221-232.
3100 7927 07/2.0.5.0.1/18 ASS Euphorbio portlandicae - Erysimetum cheiri Géhu 2005 paroi eutrophile éclairée subhalophile Euphorbio portlandicae - Cheiranthetum cheiri Géhu, J.-M., 2005. Sur Quelques associations sublittorales de la classe des Parietarietea. Bull. Soc. Bot. Centre-Ouest, ns, 36 : 221-232.
3101 7928 07/2.0.5.0.1/19 ASS Spergulario rupicolae - Parietarietum judaicae Géhu 2005 paroi eutrophile éclairée subhalophile Géhu, J.-M., 2005. Sur Quelques associations sublittorales de la classe des Parietarietea. Bull. Soc. Bot. Centre-Ouest, ns, 36 : 221-232.
3102 7933 07/2.0.5.0.1/19 syn incl Parietario judaicae - Dianthetum caryophylli Géhu 2006 Géhu, J.-M., 2006. Sur les associations sublittorales des Parietarietea ; Confirmation et compléments. Bull. Soc. Bot. Centre-Ouest, ns, 37 : 161-172.
3103 7929 07/2.0.5.0.1/20 ASS Parietario judaicae - Senecionetum cinerariae Géhu 2006 paroi eutrophile éclairée subhalophile Géhu, J.-M., 2006. Sur les associations sublittorales des Parietarietea ; Confirmation et compléments. Bull. Soc. Bot. Centre-Ouest, ns, 37 : 161-172.
3104 7976 07/2.0.5.0.1/23 ASS Crithmo maritimi - Centranthetum rubri Géhu 2005 paroi eutrophile éclairée, thermophile, subhalophile Géhu, J.-M., 2005. Sur Quelques associations sublittorales de la classe des Parietarietea. Bull. Soc. Bot. Centre-Ouest, ns, 36 : 221-232.
3105 2547 07/3. CLA Noccaeetea rotundifoliae Braun-Blanquet 1947 grpts vivaces des éboulis médioeuropéens orophiles 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
3106 2548 07/3. syn = Noccaeetea rotundifoliae Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
3107 2549 07/3. syn incl Drypidetea spinosae Quézel 1964 Quézel, P., 1964. Végétation des hautes montagnes de la Grèce méridionale. Vegetatio, 12 : 289-385.
3108 2550 07/3.0.1 8110pp ORD Androsacetalia alpinae Braun-Blanquet in Braun-Blanquet & Jenny 1926 éboulis médioeuropéens, acidophiles Braun-Blanquet, J. & H. Jenny, 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
3109 2551 07/3.0.1 syn incl Cryptogrammo crispae - Athyrion distentifolii Nordhagen 1936 Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88.
3110 2554 07/3.0.1 syn incl Dryopteridion oreadis Rivas-Martínez 1977 Rivas-Martínez, S., 1977. La vegetacion de los pedregales de los Pirineos (Thlaspietea rotundifolii). Phytocoenologia, 4 : 14-34.
3111 2555 07/3.0.1 syn incl Dryopteridion oreadis Rivas-Martínez 1977 corr. Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456. Rivas-Martínez, S., 1977. La vegetacion de los pedregales de los Pirineos (Thlaspietea rotundifolii). Phytocoenologia, 4 : 14-34.
3112 2556 07/3.0.1 syn incl Dryopteridion oreadis Rivas-Martínez 1977 corr. Rivas-Martínez, Costa, Izco & Sáenz 1982 Rivas-Martínez, S., M. Costa, J. Izco & C. Sáenz, 1982. Flora Matritense, I : Pteridophyta. Lazaroa; 3 : 25-61. Rivas-Martínez, S., 1977. La vegetacion de los pedregales de los Pirineos (Thlaspietea rotundifolii). Phytocoenologia, 4 : 14-34.
3113 2557 07/3.0.1 syn incl Dryopteridion oreadis Rivas-Martínez 1977 corr. Rivas-Martínez, Fernández-González & Sánchez-Mata 1986 Rivas-Martínez, S., F. Fernández-González & D. Sánchez-Mata, 1986. Datos sobre la vegetación del Sistema Central y Sierra Nevada. Opusc. Bot. Pharm. Complut. 2 : 3-136. Rivas-Martínez, S., 1977. La vegetacion de los pedregales de los Pirineos (Thlaspietea rotundifolii). Phytocoenologia, 4 : 14-34.
3114 2558 07/3.0.1 syn incl Galietalia roselli Quézel 1953 'Quézel, P., 1953. Contribution à l''étude phytosociologique et géobotanique de la Sierra Nevada. Mem. Soc. Brot., 9 : 5-77.'
3115 2559 07/3.0.1 syn incl Oxyrio digynae - Doronicion grandiflori Lacourt 1993 mscr manuscrit, communication personnelle
3116 2561 07/3.0.1.0.1 8150pp ALL Androsacion alpinae Braun-Blanquet in Braun-Blanquet & Jenny 1926 éboulis médioeuropéens, acidophiles, orophiles, alpiens Braun-Blanquet, J. & H. Jenny, 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
3117 2562 07/3.0.1.0.1/01 ASS Oxyrietum digynae Braun-Blanquet in Braun-Blanquet & Jenny 1926 Alpes alpin oligotrophile acidophile cailloux climacique Braun-Blanquet, J. & H. Jenny, 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
3118 2563 07/3.0.1.0.1/02 ASS Drabetum hoppeanae Friedel 1956 oligotrophile acidophile Friedel, H., 1956. Die alpine Vegetation des obersten Mölltales (Hohe Tauern). Wiss. Alpenvereinsh., 16 : 153 p.
3119 2564 07/3.0.1.0.1/03 ASS Doronico clusii - Adenostyletum leucophyllae Lavagne, Archiloque, Borel, Devaux, Moutte & Cadel 1983 oligotrophile acidophile Lavagne, A., Archiloque, A., Borel, L., Devaux, J.P., Moutte, P., Cadel, G., 1983. La végétation du parc naturel régional du Queyras. Commentaires de la carte phytoécologique au 1/50 000e. Biol. Ecol. Médit., 10 : 175-248.
3120 2565 07/3.0.1.0.1/04 ASS Cryptogrammetum crispae Jenny-Lips 1930 Alpes subalpin oligotrophile acidophile blocs Jenny-Lips, H., 1930. Vegetationsbedingungen und Pflanzengesellschaften auf Felsschutt. Phytosoziologische Untersuchungen in dem Glarner Alpen. Beih. Bot. Centralbl., 46 : 119-296.
3121 2566 07/3.0.1.0.1/05 ASS Geo montani - Artemisietum genipi E. & S. Pignatti 1995 oligotrophile acidophile Pignatti, E. & S. Pignatti, 1995. Lista delle unità vegetazionali delle Dolomiti. Atti dei Convegni Lincei, 115 : 175-188.
3122 2567 07/3.0.1.0.1/06 ASS Saxifrago exaratae - Coincyetum cheiranthi var. montanae Lacoste 1975 Alpes maritimes subalpin adrets, 1925° à 1940° héliophile xérophile oligotrophile acidophile cailloux sur terre fine pionnier 'Lacoste, A., 1975. La végétation de l''étage subalpin du bassin supérieur de la Tinée (Alpes maritimes). Phytocoenologia, 3 : 123-346.'
3123 2568 07/3.0.1.0.1/07 ASS Androsaco vitalianae - Eritrichietum nani E. & S. Pignatti 1995 oligotrophile acidophile Pignatti, E. & S. Pignatti, 1995. Lista delle unità vegetazionali delle Dolomiti. Atti dei Convegni Lincei, 115 : 175-188.
3124 2569 07/3.0.1.0.1/08 ASS Achilleo herba-rottae - Adenostyletum leucophyllae Barbero & Bono 1967 oligotrophile acidophile Barbero, M. & G. Bono, 1967. Groupements des rochers et éboulis siliceux du Mercantour-Argentera et de la chaîne ligure. Webbia, 22 : 437-467.
3125 2570 07/3.0.1.0.1/09 ASS Noccaeetum limosellifolii Barbero & Bono 1967 Mercantour alpin oligotrophile acidophile terre fine climacique Barbero, M. & G. Bono, 1967. Groupements des rochers et éboulis siliceux du Mercantour-Argentera et de la chaîne ligure. Webbia, 22 : 437-467.
3126 2571 07/3.0.1.0.2 8150pp ALL Arrhenatherion elatioris subsp. sardoi Gamisans 1989 éboulis médioeuropéens, acidophiles, orophiles, corso-sardes Gamisans, J., 1989. La végétation de la vallée du Verghellu (Corse centrale), son état actuel, son évolution probable et les particularités de sa flore. Trav. Sci. Parc Nat. Rég. Rés. Nat. Corse, 25 : 53-104.
3127 2572 07/3.0.1.0.2/01 ASS Sedo monregalensis - Coincyetum cheiranthi subsp. rectangularis Gamisans 1989 Gamisans, J., 1989. La végétation de la vallée du Verghellu (Corse centrale), son état actuel, son évolution probable et les particularités de sa flore. Trav. Sci. Parc Nat. Rég. Rés. Nat. Corse, 25 : 53-104.
3128 2573 07/3.0.1.0.2/02 ASS Dryopteridi oreadis - Arrhenatheretum elatioris subsp. sardoi Gamisans 1989 Gamisans, J., 1989. La végétation de la vallée du Verghellu (Corse centrale), son état actuel, son évolution probable et les particularités de sa flore. Trav. Sci. Parc Nat. Rég. Rés. Nat. Corse, 25 : 53-104.
3129 2574 07/3.0.1.0.2/03 ASS Doronico grandiflori - Oxyrietum digynae Gamisans 1975 ex 1976 Gamisans, J., 1976. La végétation des montagnes corses (I). Phytocoenologia, 3 : 425-498. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
3130 2588 07/3.0.1.0.2/04 ASS Festuco alpinae subsp. briquetii - Galietum cometerhizi Gamisans 1975 ex 1976 Pyrénées Gamisans, J., 1976. La végétation des montagnes corses (I). Phytocoenologia, 3 : 425-498. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
3131 2575 07/3.0.1.0.3 8150pp ALL Senecion leucophylli Braun-Blanquet 1948 éboulis médioeuropéens, acidophiles, orophiles, pyrénéens Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
3132 2576 07/3.0.1.0.3 syn compl Rumici scutatae - Senecionenion viscosi Theurillat in Theurillat, Aeschimann, Küpfer & Spichiger 1995 Theurillat, J.P., D. Aeschimann, P. Küpfer & R. Spichiger, 1995. The higher Vegetation units of the Alps. Coll. Phytosoc., 23 : 189-239. (Large Area Vegetation Surveys, Bailleul 1994).
3133 2577 07/3.0.1.0.3 syn incl Taraxacion pyrenaici Nègre 1968 'Nègre, R., 1968. La végétation du bassin de l''One (Pyrénées centrales). 1ère note : rochers et éboulis. Portug. Acta Biol., sect. B, 9 : 196-290.'
3134 2578 07/3.0.1.0.3/01 ASS Cerastio pyrenaici - Senecionetum leucophylli Braun-Blanquet 1948 Pyrénées orientales Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
3135 2579 07/3.0.1.0.3/01 syn = Senecionetum leucophylli Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
3136 2580 07/3.0.1.0.3/02 ASS Poetum cenisiae subsp. cenisiae var. fontqueri Braun-Blanquet 1948 Pyrénées Poetum fontqueri Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
3137 6503 07/3.0.1.0.3/02 syn = Cerastio alpini - Armerietum alpinae Nègre 1968 poetosum cenisiae subsp. cenisaiae var. fontqueri 'Nègre, R., 1968. La végétation du bassin de l''One (Pyrénées centrales). 1ère note : rochers et éboulis. Portug. Acta Biol., sect. B, 9 : 196-290.'
3138 2581 07/3.0.1.0.3/02 syn = Cryptogrammo crispae - Poetum cenisiae subsp. cenisiae var. fontqueri Nègre 1968 'Nègre, R., 1968. La végétation du bassin de l''One (Pyrénées centrales). 1ère note : rochers et éboulis. Portug. Acta Biol., sect. B, 9 : 196-290.'
3139 2582 07/3.0.1.0.3/02 syn = Rumicetum scutati sensu Turmel 1955 'Turmel, J.-M., 1955. Le pic de midi d''Ossau. Ecologie et végétation. Mém. Mus. Nat. Hist. Nat. Paris, N.S., Sér. B, Bot., 5, 208 p.'
3140 2583 07/3.0.1.0.3/02 syn compl pp Galeopsio pyrenaicae - Poetum cenisiae subsp. cenisiae var. fontqueri Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
3141 2587 07/3.0.1.0.3/03 ASS Violetum diversifoliae Fernandez Casas 1970 Pyrénées Fernandez Casas, J., 1970. Notas fitosociologicas breves, I. Ars. Pharm., 11 : 273-298.
3142 2589 07/3.0.1.0.3/05 ASS Sedo alpestris - Crepidetum pygmaeae Nègre 1968 Pyrénées centrales 'Nègre, R., 1968. La végétation du bassin de l''One (Pyrénées centrales). 1ère note : rochers et éboulis. Portug. Acta Biol., sect. B, 9 : 196-290.'
3143 2590 07/3.0.1.0.3/06 ASS Cryptogrammo crispae - Dryopteridetum oreadis Rivas-Martínez in Rivas-Martínez & Costa 1970 Pyrénées Rivas-Martínez, S. & M. Costa, 1970. El Polytrichetum norvegici y otras comunidades del macizo del Neouvielle-Pic long (Pirineo frances). Trab. Dep. Bot. Fisiol. Vegetal, 2 : 17-28.
3144 2591 07/3.0.1.0.3/06 syn = ? Cryptogrammo crispae - Dryopteridetum oreadis Gruber 1978 Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
3145 2592 07/3.0.1.0.3/07 ASS Doronico grandiflori subsp. viscosi - Oxyrietum digynae Chouard 1943 'pierrailles calcaires mouilleuses ou à l''ombrée, fonds enneigés au dessus de 2300 m' Pyrénées centrales Chouard, P., 1943. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fra., 90 (1/6) : 1-4 (suite 1), 25-29 (suite 2).
3146 2593 07/3.0.1.0.3/07 syn = Doronico grandiflori subsp. viscosi - Oxyrietum digynae Gruber 1978 Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
3147 2594 07/3.0.1.0.3/08 ASS Xatardietum scabrae Baudière & Serve 1975 Baudière, A. & L. Serve, 1975. Las comunidades de Xatardia scabra (Lapeyr.) Meissn. Composición florística y relaciones con la dinámica de las formaciones superficiales. Anales Inst. Bot. Cavanilles, 32(2) : 537-556. Madrid.
3148 2595 07/3.0.1.0.3/08 syn = Poo cenisiae - Xatardietum scabrae (Baudière & Serve 1975) Vigo 1996 Vigo, J., 1996. El poblament vegetal de la Vall de Ribes : 19-442. Les comunitats vegetals i el paisatge. Mapa de vegetació 1: 50.000. Institut Cartogràfic de Catalunya. Barcelona. Baudière, A. & L. Serve, 1975. Las comunidades de Xatardia scabra (Lapeyr.) Meissn. Composición florística y relaciones con la dinámica de las formaciones superficiales. Anales Inst. Bot. Cavanilles, 32(2) : 537-556. Madrid.
3149 2586 07/3.0.1.0.3/09 ASS Cerastio alpini - Armerietum alpinae Nègre 1968 'Nègre, R., 1968. La végétation du bassin de l''One (Pyrénées centrales). 1ère note : rochers et éboulis. Portug. Acta Biol., sect. B, 9 : 196-290.'
3150 2585 07/3.0.1.0.3/10 ASS Doronico grandiflori - Luzuletum spadiceae Nègre 1968 'Nègre, R., 1968. La végétation du bassin de l''One (Pyrénées centrales). 1ère note : rochers et éboulis. Portug. Acta Biol., sect. B, 9 : 196-290.'
3151 6504 07/3.0.1.0.3/11 ASS Festuco glacialis - Luzuletum spadiceae (Nègre 1968) Julve 2006 ass. nov. hoc loco hoc loco 'Nègre, R., 1968. La végétation du bassin de l''One (Pyrénées centrales). 1ère note : rochers et éboulis. Portug. Acta Biol., sect. B, 9 : 196-290.'
3152 6506 07/3.0.1.0.3/12 ASS Resedo glaucae - Rumicetum scutati Julve 2009 ass. nov. hoc loco 'éboulis de système intermédiaire, de l''étage montagnard des Pyrénées centrales' hoc loco
3153 7078 07/3.0.1.0.3/12 syn compl pp Rumici scutati - Galeopsietum angustifoliae Chouard 1949 Chouard, P., 1949. Coup d’oeil sur les groupements végétaux des Pyrénées centrales. Bull. Soc. Bot. France, 96 : 145-149.
3154 5320 07/3.0.1.0.3/12 syn compl pp Rumici scutati - Galeopsietum angustifoliae Chouard 1949 ex Nègre 1968 'Nègre, R., 1968. La végétation du bassin de l''One (Pyrénées centrales). 1ère note : rochers et éboulis. Portug. Acta Biol., sect. B, 9 : 196-290.' Chouard, P., 1949. Coup d’oeil sur les groupements végétaux des Pyrénées centrales. Bull. Soc. Bot. France, 96 : 145-149.
3155 7172 07/3.0.1.0.3/13 ASS Jasiono crispae subsp. arvernensis - Sesamoidetum pygmaeae Julve 2010 ass. nov. hoc loco Monts-Dore Jasiono arvernensis - Sesamoidetum pygmaeae hoc loco
3156 2596 07/3.0.1.0.4 ALL Epilobion collini Lacourt 1993 mscr éboulis médioeuropéens, acidophiles, planitiaires à montagnards manuscrit, communication personnelle
3157 2597 07/3.0.1.0.4/01 ASS Biscutello lamottei - Epilobietum collini (Coquillard, Gueugnot & Michalet 1991) Julve 2009 ass. nov. hoc loco éboulis héliophiles basaltiques et trachytiques, montagnards, des volcans du Massif Central Auvergne collinéen hoc loco Coquillard, P., J. Gueugnot & R. Michalet, 1991. Un paysage en danger : la chaine volcanique des Puys (Massif Central français). Syntaxonomie et déterminisme des zones dénudées. Coll. Phytosoc., 17 : 365-387. (Phytosociologie et paysage, Versailles 1988).
3158 2598 07/3.0.1.0.4/01 syn compl pp Biscutello lamottei - Galeopsietum segetum Coquillard, Gueugnot & Michalet 1991 Coquillard, P., J. Gueugnot & R. Michalet, 1991. Un paysage en danger : la chaine volcanique des Puys (Massif Central français). Syntaxonomie et déterminisme des zones dénudées. Coll. Phytosoc., 17 : 365-387. (Phytosociologie et paysage, Versailles 1988).
3159 2599 07/3.0.1.0.4/02 ASS Festuco pallentis - Saxifragetum sponhemicae Stöcker 1962 ?
3160 7080 07/3.0.1.0.4/03 ASS Anarrhino bellidifolii - Epilobietum lanceolati Julve 2009 ass. nov. hoc loco éboulis héliophiles siliceux planitiaires, subatlantiques hoc loco
3161 7082 07/3.0.1.0.4/03 syn compl pp Anarrhinetum bellidifolii Korneck 1974 Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t.
3162 5309 07/3.0.1.0.4/03 syn compl pp Epilobio collini - Galeopsietum segetum Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
3163 7081 07/3.0.1.0.4/04 ASS ? 'éboulis acidophiles de l''étage collinéen des Pyrénées orientales'
3164 5318 07/3.0.1.0.4/04 syn compl pp Linario repentis - Galeopsietum ladani O. de Bolòs 1974 Bolòs, O. de, 1974. Notas sobre vegetacion glareicola. Miscellanea Alcobé. Barcelona, 77-86.
3165 2600 07/3.0.2 8120 ORD Noccaeetalia rotundifoliae Braun-Blanquet in Braun-Blanquet & Jenny 1926 em. Seibert in Oberdorfer 1977 éboulis médioeuropéens, basophiles, psychrophiles, montagnards (ubacs) à alpins Oberdorfer, E., 1977. Süddeutsche Pflanzengesellschaften Teil I. 2. ed. G. Fischer, 311 pp. Stuttgart-New York. Braun-Blanquet, J. & H. Jenny 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
3166 2601 07/3.0.2 syn = Noccaeetalia rotundifoliae Jenny-Lips 1930 Jenny-Lips, H., 1930. Vegetationsbedingungen und Pflanzengesellschaften auf Felsschutt. Phytosoziologische Untersuchungen in dem Glarner Alpen. Beih. Bot. Centralbl., 46 : 119-296.
3167 2552 07/3.0.2 syn incl Drabetalia hoppeanae Zollitsch 1966 éboulis schisteux orophiles Zollitsch, B., 1966. Soziologische und ökologische Untersuchungen auf Kalkschiefern in hochalpinen Gebieten. Dissertation, Univ. München.
3168 2602 07/3.0.2 syn pp Noccaeetalia rotundifoliae Braun-Blanquet 1947 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
3169 2603 07/3.0.2.0.1 ALL Noccaeion rotundifoliae Braun-Blanquet in Braun-Blanquet & Jenny 1926 em. Zollitsch 1966 éboulis médioeuropéens, basophiles, alpiens, alpins Zollitsch, B., 1966. Soziologische und ökologische Untersuchungen auf Kalkschiefern in hochalpinen Gebieten. Dissertation, Univ. München. Braun-Blanquet, J. & H. Jenny 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
3170 2604 07/3.0.2.0.1 syn = Noccaeion rotundifoliae Jenny-Lips 1930 em. Zollitsch 1966 ex Lippert 1966 Lippert, W., 1966. Die Pflanzengesellschaften des NSG Berchtesgaden. Ber. Bay. Bot. Ges., 39 : 67-122. Zollitsch, B., 1966. Soziologische und ökologische Untersuchungen auf Kalkschiefern in hochalpinen Gebieten. Dissertation, Univ. München. Jenny-Lips, H., 1930. Vegetationsbedingungen und Pflanzengesellschaften auf Felsschutt. Phytosoziologische Untersuchungen in dem Glarner Alpen. Beih. Bot. Centralbl., 46 : 119-296.
3171 2553 07/3.0.2.0.1 syn incl Drabion hoppeanae Zollitsch 1966 Zollitsch, B., 1966. Soziologische und ökologische Untersuchungen auf Kalkschiefern in hochalpinen Gebieten. Dissertation, Univ. München.
3172 2605 07/3.0.2.0.1/01 ASS Noccaeetum rotundifolii Braun-Blanquet in Braun-Blanquet & Jenny 1926 Braun-Blanquet, J. & H. Jenny 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
3173 2606 07/3.0.2.0.1/01 syn incl ? Thlaspietum rotundifolii Guinochet 1938 Thlaspietum rotundifolii austro-occidentale 'Guinochet, M., 1938. Etude sur la végétation de l''étage alpin dans le bassin supérieur de la Tinée (Alpes maritimes). Comm. SIGMA, 59, 458 p.'
3174 2607 07/3.0.2.0.1/02 ASS Leontodontetum montani Jenny-Lips 1930 Jenny-Lips, H., 1930. Vegetationsbedingungen und Pflanzengesellschaften auf Felsschutt. Phytosoziologische Untersuchungen in dem Glarner Alpen. Beih. Bot. Centralbl., 46 : 119-296.
3175 2608 07/3.0.2.0.1/03 ASS Berardio subacaulis - Brassicetum repandae Guinochet 1938 'Guinochet, M., 1938. Etude sur la végétation de l''étage alpin dans le bassin supérieur de la Tinée (Alpes maritimes). Comm. SIGMA, 59, 458 p.'
3176 2609 07/3.0.2.0.1/03 syn = Berardietum subacaulis Braun-Blanquet 1954 Braun-Blanquet, J., 1954. La végétation alpine et nivale des Alpes françaises. Comm. SIGMA, 125 : 26-96.
3177 2610 07/3.0.2.0.1/03 syn = Berardio subacaulis - Brassicetum repandae Braun-Blanquet 1954 Braun-Blanquet, J., 1954. La végétation alpine et nivale des Alpes françaises. Comm. SIGMA, 125 : 26-96.
3178 2611 07/3.0.2.0.1/04 ASS Iberidetum nanae Archiloque, Borel & Lavagne 1971 Archiloque, A., L. Borel & A. Lavagne, 1971. La notion d’étage pseudo-alpin dans les Préalpes françaises méridionales. Coll. Int. Mil. Nat. Supraforestiers Mont. Bass. Occ. Med.: 201-232. Perpignan.
3179 2612 07/3.0.2.0.1/05 ASS Cortusetum matthiolii E. & S. Pignatti 1984 Pignatti, E. & S. Pignatti, 1984. Zur Syntaxonomie der Kalkschutgesellschaften der südlichen Ostalpen. Acta Botanica Croatica, 43 : 243-255.
3180 2613 07/3.0.2.0.2 ALL Iberidion spathulatae Braun-Blanquet 1948 éboulis médioeuropéens, basophiles, pyrénéens, alpins Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
3181 2614 07/3.0.2.0.2 syn incl Saxifragion praetermissae Rivas-Martínez 1977 Rivas-Martínez, S., 1977. La vegetacion de los pedregales de los Pirineos (Thlaspietea rotundifolii). Phytocoenologia, 4 : 14-34.
3182 2615 07/3.0.2.0.2/01 ASS Iberidetum spathulatae Braun-Blanquet 1948 Pyrénées orientales alpin Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
3183 2616 07/3.0.2.0.2/01 syn = Iberido spathulatae - Ranunculetum heterocarpi Gruber 1978 Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
3184 2617 07/3.0.2.0.2/02 ASS Carduo carlinoidis - Crepidetum pygmaeae Chouard 1943 éboulis calcaires peu humides au dessus de 1500 m Pyrénées alpin Chouard, P., 1943. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fra., 90 (1/6) : 1-4 (suite 1), 25-29 (suite 2).
3185 2618 07/3.0.2.0.2/02 syn = Crepidetum pygmaeae Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
3186 2619 07/3.0.2.0.2/02 syn = Doronico pyrenaici - Crepidetum pygmaeae Braun-Blanquet 1948 Pyrénées orientales alpin Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
3187 2620 07/3.0.2.0.2/03 ASS Aquilegio pyrenaicae - Bordereetum pyrenaicae Quézel 1956 Pyrénées centrales alpin Quézel, P., 1956. A propos de quelques groupements végétaux rupicoles des Pyrénées centrales espagnoles. Collect. Bot., 5 : 173-194.
3188 2621 07/3.0.2.0.2/03 syn = Ranunculo - Bordereetum pyrenaicae Arbella & Villar 1984 Arbella, M. & L. Villar, 1984. Quelques données floristiques sur deux montagnes des Pyrénées centrales en rapport avec leur dynamique périglaciaire. Doc. Ecol. Pyr., 3-4 : 147-154.
3189 2622 07/3.0.2.0.2/03 syn = Veronico aragonensis - Bordereetum pyrenaicae Gruber 1978 Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
3190 2623 07/3.0.2.0.2/03 syn = Veronico aragonensis - Linarietum bubanii P. Montserrat & Fernandez Casas in Fernandez Casas 1970 Fernandez Casas, J., 1970. Notas fitosociologicas breves, I. Ars. Pharm., 11 : 273-298.
3191 2624 07/3.0.2.0.2/04 ASS Aquilegio pyrenaicae - Xatardietum scabrae O. de Bolòs & Montserrat in O. de Bolòs 1974 Pyrénées orientales alpin Bolòs, O. de, 1974. Notas sobre vegetacion glareicola. Miscellanea Alcobé. Barcelona, 77-86.
3192 2625 07/3.0.2.0.2/05 ASS Festucetum glaciali - pyrenaicae Rivas-Martínez 1977 Pyrénées alpin Rivas-Martínez, S., 1977. La vegetacion de los pedregales de los Pirineos (Thlaspietea rotundifolii). Phytocoenologia, 4 : 14-34.
3193 2626 07/3.0.2.0.2/06 ASS Linario alpinae - Minuartietum cerastiifoliae Rivas-Martínez 1977 Pyrénées alpin Rivas-Martínez, S., 1977. La vegetacion de los pedregales de los Pirineos (Thlaspietea rotundifolii). Phytocoenologia, 4 : 14-34.
3194 2627 07/3.0.2.0.2/07 ASS Ranunculo alpestris - Saxifragetum praetermissae Rivas-Martínez 1977 Pyrénées orientales alpin Rivas-Martínez, S., 1977. La vegetacion de los pedregales de los Pirineos (Thlaspietea rotundifolii). Phytocoenologia, 4 : 14-34.
3195 2628 07/3.0.2.0.2/07 syn = Saxifragetum praetermissae Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
3196 2629 07/3.0.2.0.2/08 ASS Luzulo alpinopilosae subsp. candollei - Saxifragetum praetermissae Rivas-Martínez 1977 Pyrénées Luzulo candollei - Saxifragetum praetermissae Rivas-Martínez, S., 1977. La vegetacion de los pedregales de los Pirineos (Thlaspietea rotundifolii). Phytocoenologia, 4 : 14-34.
3197 2630 07/3.0.2.0.2/09 ASS Iberido spathulatae - Ranunculetum heterocarpae Gruber 1978 Pyrénées centrales alpin Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
3198 2631 07/3.0.2.0.2/10 ASS Arenario purpurascentis - Saxifragetum praetermissae Gruber 1978 Pyrénées centrales alpin Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
3199 2632 07/3.0.2.0.2/11 ASS Allio schoenoprasi - Ranunculetum parnassifolii Fernandez Casas 1970 Fernandez Casas, J., 1970. Notas fitosociologicas breves, I. Ars. Pharm., 11 : 273-298.
3200 7171 07/3.0.2.0.2/12 ASS Leucanthemo delarbrei - Alchemilletum saxatilis Julve 2010 ass. nov. hoc loco Monts-Dore hoc loco
3201 8108 07/3.0.2.0.2/13 ASS Thalictro mini subsp. pubescentis - Galietum pumili Dupouey 1981 Dupouey, J.-L., 1981. Contribution à l’étude phytosociologique du massif des Eaux-Chaudes (Pyrénées-Atlantiques). DEA univ. Paris-sud Orsay, 2 vol. 60 p.
3202 8109 07/3.0.2.0.2/13 syn = Thalictro mini subsp. pubescentis - Galietum pumili Dupouey 1981 ex Lazare 2005 Lazare, J.-J., 2005. Miscellanées phytosociologiques. J. Bot. Soc. Bot. France, 31 : 9-16. Dupouey, J.-L., 1981. Contribution à l’étude phytosociologique du massif des Eaux-Chaudes (Pyrénées-Atlantiques). DEA univ. Paris-sud Orsay, 2 vol. 60 p.
3203 2633 07/3.0.2.0.3 8160*pp ALL Petasition paradoxi Zollitsch 1966 em. Béguin 1970 éboulis fins crayeux ou marneux, médioeuropéens, basophiles, montagnards-subalpins, sciaphiles 'Béguin, C., 1970. Contribution à l''étude phytosociologique et écologique du Haut-Jura. Thèse, Univ. Neuchâtel, 190 p., 1 carte h.t.' Zollitsch, B., 1966. Soziologische und ökologische Untersuchungen auf Kalkschiefern in hochalpinen Gebieten. Dissertation, Univ. München.
3204 2635 07/3.0.2.0.3 syn = Petasitenion paradoxi Theurillat in Theurillat, Aeschimann, Küpfer & Spichiger 1995 Theurillat, J.P., D. Aeschimann, P. Küpfer & R. Spichiger, 1995. The higher Vegetation units of the Alps. Coll. Phytosoc., 23 : 189-239. (Large Area Vegetation Surveys, Bailleul 1994).
3205 2636 07/3.0.2.0.3 syn pp Polystichetalia lonchitidis Rivas-Martínez, T.E. Díaz, F. Prieto, Loidi & Penas 1984 Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
3206 2637 07/3.0.2.0.3/01 ASS Petasitetum paradoxi Beger 1922 Alpes Beger, H., 1922. Assoziationsstudien in der Waldstufe des Schanfiggs. Mitt. Bot. Museum Univ. Zürich, 96 : 1-147.
3207 2638 07/3.0.2.0.3/02 ASS Athamanto cretensis - Trisetetum distichophylli (Jenny-Lips 1930) Lippert 1966 Alpes Lippert, W., 1966. Die Pflanzengesellschaften des NSG Berchtesgaden. Ber. Bay. Bot. Ges., 39 : 67-122. Jenny-Lips, H., 1930. Vegetationsbedingungen und Pflanzengesellschaften auf Felsschutt. Phytosoziologische Untersuchungen in dem Glarner Alpen. Beih. Bot. Centralbl., 46 : 119-296.
3208 2639 07/3.0.2.0.3/03 ASS Anthyllido montanae - Leontodontetum hispidi subsp. hyoseroidis (Fabijanowski 1950) Zoller 1951 Alpes Zoller, H., 1951. Das Pflanzenkleid der Mergelsteilhänge im Weissensteingebiet. Beitrag zur Kenntnis natürlicher Reliktvegetation in der montanen bis subalpinen Stufe des schweizer Juras. Ber. Geobot. Inst. Rübel (1950) : 67-95.
3209 2640 07/3.0.2.0.3/04 ASS Ligustico ferulacei - Leontodontetum hispidi subsp. hyoseroidis Béguin 1970 Alpes 'Béguin, C., 1970. Contribution à l''étude phytosociologique et écologique du Haut-Jura. Thèse, Univ. Neuchâtel, 190 p., 1 carte h.t.'
3210 2641 07/3.0.2.0.4 8160*pp ALL Arabidion alpinae Béguin 1970 éboulis grossiers de calcaires compacts, médioeuropéens, basophiles, montagnards-subalpins, sciaphiles 'Béguin, C., 1970. Contribution à l''étude phytosociologique et écologique du Haut-Jura. Thèse, Univ. Neuchâtel, 190 p., 1 carte h.t.'
3211 2642 07/3.0.2.0.4 syn = Arabidenion alpinae (Béguin 1972) Theurillat in Theurillat, Aeschimann, Küpfer & Spichiger 1995 Theurillat, J.P., D. Aeschimann, P. Küpfer & R. Spichiger, 1995. The higher Vegetation units of the Alps. Coll. Phytosoc., 23 : 189-239. (Large Area Vegetation Surveys, Bailleul 1994). 'Béguin, C., 1972. Contribution à l''étude phytosociologique et écologique du Haut-Jura. Matér. Levé Géobot. Suisse, 54 : 190 p.'
3212 2643 07/3.0.2.0.4 syn = Arabidion alpinae Béguin 1970 ex Richard 1971 'Richard, J.L., 1971. Iberis contejeani et Silene glareosa, deux plantes d''éboulis, peu connues dans le Jura. Bull. Soc. Neuch. Sci. Nat., 94 : 41-54.' 'Béguin, C., 1970. Contribution à l''étude phytosociologique et écologique du Haut-Jura. Thèse, Univ. Neuchâtel, 190 p., 1 carte h.t.'
3213 2634 07/3.0.2.0.4 syn = Gymnocarpion robertiani Fernandez Casas 1970 Fernandez Casas, J., 1970. Notas fitosociologicas breves, I. Ars. Pharm., 11 : 273-298.
3214 2644 07/3.0.2.0.4 syn incl Dryopteridion submontanae Rivas-Martínez, T.E. Díaz, F. Prieto, Loidi & Penas 1984 Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
3215 2645 07/3.0.2.0.4 syn pp Polystichetalia lonchitidis Rivas-Martínez, T.E. Díaz, F. Prieto, Loidi & Penas 1984 Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
3216 2653 07/3.0.2.0.4/01 ASS Polystichetum lonchitis Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
3217 2646 07/3.0.2.0.4/02 ASS Valeriano montanae - Dryopteridetum villarii Aichinger 1933 Aichinger, E., 1933. Vegetationskunde der Karawanken. Pflanzensoziologie, 2, 13 + 329 p. G. Fischer, Jena.
3218 2647 07/3.0.2.0.4/02 syn = Dryopteridetum villarii Fernandez Casas 1970 Fernandez Casas, J., 1970. Notas fitosociologicas breves, I. Ars. Pharm., 11 : 273-298.
3219 2648 07/3.0.2.0.4/02 syn = Dryopteridetum villarii Jenny-Lips 1930 Jenny-Lips, H., 1930. Vegetationsbedingungen und Pflanzengesellschaften auf Felsschutt. Phytosoziologische Untersuchungen in dem Glarner Alpen. Beih. Bot. Centralbl., 46 : 119-296.
3220 2649 07/3.0.2.0.4/03 ASS Moehringio muscosae - Gymnocarpietum robertiani (Jenny-Lips 1930) Lippert 1966 éboulis calcaire ombragé, alpien Lippert, W., 1966. Die Pflanzengesellschaften des NSG Berchtesgaden. Ber. Bay. Bot. Ges., 39 : 67-122. Jenny-Lips, H., 1930. Vegetationsbedingungen und Pflanzengesellschaften auf Felsschutt. Phytosoziologische Untersuchungen in dem Glarner Alpen. Beih. Bot. Centralbl., 46 : 119-296.
3221 2650 07/3.0.2.0.4/03 syn ambig Gymnocarpietum robertiani Kaiser 1926 Kaiser, A., 1926. Die Pflanzenwelt des Hennebergisch-Fränkischen Muschelkalkgebietes. Feddes repert., Repert. Spec. Nov. Regni Veg., Beih. 43, 280 p. Dahlem.
3222 2651 07/3.0.2.0.4/03 syn ambig Gymnocarpietum robertiani Kuhn 1937 Kuhn, K., 1937. Die Pflanzengesellschaften im Neckargebiet der Schwäbischen Alb. Öhringen, 340 p.
3223 2654 07/3.0.2.0.4/04 ASS Cystopterido fragilis - Gymnocarpietum robertiani Ferrez 1996 éboulis calcaire ombragé, jurassien Ferrez, Y., 1996. Typologie, répartition et gestion des formations d’éboulis en Franche-Comté. Mémoire de DESS, Univ. Paris-Sud Orsay, 82 p. + annexes.
3224 2655 07/3.0.2.0.4/05 ASS Valeriano montanae - Gymnocarpietum robertiani Chouard 1943 éboulis calcaire ombragé, pyrénéen Chouard, P., 1943. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fra., 90 (1/6) : 1-4 (suite 1), 25-29 (suite 2).
3225 2656 07/3.0.2.0.4/06 ASS Sileno pusillae - Cystopteridetum montanae Chouard 1942 Chouard, P., 1942. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fr., 89 : 257-260.
3226 2652 07/3.0.2.0.4/07 ASS Cystopteridetum montanae Richard 1972 Richard, J.L., 1972. La végétation des crêtes rocheuses du Jura. Ber. schweiz. Bot. Ges., 82 : 68-112.
3227 8284 07/3.0.2.0.4/08 ASS Poo minoris - Pritzelaginetum alpinae Richard 1972 Poo minoris - Hutchinsietum alpinae Richard, J.L., 1972. La végétation des crêtes rocheuses du Jura. Ber. schweiz. Bot. Ges., 82 : 68-112.
3228 3524 07/3.0.2.0.4/09 ASS Erodio glandulosi - Telephietum imperati (Chouard 1949) Julve 2004 ass. nov. hoc loco hoc loco Chouard, P., 1949. L’association à Telephium imperatum et Clypeola des corniches calcaires en encorbellement et ses richesses floristiques à la Pène de Sécugnat près Gavarnie (Hautes-Pyrénées). Bull. Soc. Bot. Fra. 96 : 155-160. [Tome 10, 76e session extraordinaire (1948) : Gavarnie, Pic de Midi de Bigorre, Néouvielle.]
3229 3525 07/3.0.2.0.4/09 syn compl Clypeolo jonthlaspi - Telephietum imperati Chouard 1949 Chouard, P., 1949. L’association à Telephium imperatum et Clypeola des corniches calcaires en encorbellement et ses richesses floristiques à la Pène de Sécugnat près Gavarnie (Hautes-Pyrénées). Bull. Soc. Bot. Fra. 96 : 155-160. [Tome 10, 76e session extraordinaire (1948) : Gavarnie, Pic de Midi de Bigorre, Néouvielle.]
3230 2657 07/3.0.3 8160*pp ORD Achnatheretalia calamagrostis Oberdorfer & Seibert in Oberdorfer 1977 éboulis fins à moyens, médioeuropéens, basophiles, planitiaires à montagnards (adrets), héliophiles, thermophiles Oberdorfer, E., 1977. Süddeutsche Pflanzengesellschaften (2ten Aufl.), Teil I., 311 p. Gustav Fischer Verlag, Stuttgart.
3231 2658 07/3.0.3 syn compl pp Galeopsio ladani - Achnatheretea calamagrostis Lacourt 1993 mscr manuscrit, communication personnelle
3232 2659 07/3.0.3.0.1 ALL Achnatherion calamagrostis Jenny-Lips 1930 éboulis fins à moyens, médioeuropéens, basophiles, montagnards, héliophiles Jenny-Lips, H., 1930. Vegetationsbedingungen und Pflanzengesellschaften auf Felsschutt. Phytosoziologische Untersuchungen in dem Glarner Alpen. Beih. Bot. Centralbl., 46 : 119-296.
3233 2660 07/3.0.3.0.1 syn = Achnatherion calamagrostis Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Recherches phytogéographiques sur le Massif du Grossglockner (Hohe Tauerm). Impr. All. et Fils. Grenoble.
3234 2661 07/3.0.3.0.1 syn = Achnatherion calamagrostis Jenny in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
3235 7088 07/3.0.3.0.1 syn incl Scrophularion caninae subsp. juratensis Béguin 1970 ex 1972 éboulis moyens du Jura 'Béguin, C., 1972. Contribution à l''étude phytosociologique et écologique du Haut-Jura. Matér. Levé Géobot. Suisse, 54 : 190 p.' 'Béguin, C., 1970. Contribution à l''étude phytosociologique et écologique du Haut-Jura. Thèse, Univ. Neuchâtel, 190 p., 1 carte h.t.'
3236 2662 07/3.0.3.0.1 syn incl Scrophularion caninae subsp. juratensis Richard 1972 Richard, J.L., 1972. La végétation des crêtes rocheuses du Jura. Ber. schweiz. Bot. Ges., 82 : 68-112.
3237 2663 07/3.0.3.0.1/01 ASS Achnatheretum calamagrostis Braun-Blanquet 1918 éboulis fin montagnard, alpien Alpes Braun-Blanquet, J., 1918. Eine Pflanzengeographische Exkursion durch Unterengadin und in den schweizerischen Nationalpark. Beitr. Geobot. Landesaufn. Schweiz, 4 : 79 p.
3238 2664 07/3.0.3.0.1/02 ASS Iberidetum intermediae fo. contejeanii Richard 1971 'éboulis fin, collinéen, d''adret du Jura oriental' Jura septentrional 'Richard, J.L., 1971. Iberis contejeani et Silene glareosa, deux plantes d''éboulis, peu connues dans le Jura. Bull. Soc. Neuch. Sci. Nat., 94 : 41-54.'
3239 2665 07/3.0.3.0.1/03 ASS Achnathero calamagrostis - Centranthetum angustifolii Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 éboulis fin, collinéen, calcaire et calcaréo-marneux des basses vallées des Préalpes sud-occidentales Alpes méridionales, Causses, Cévennes montagnard, subalpin Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
3240 2666 07/3.0.3.0.1/03 syn = Achnathero calamagrostis - Centranthetum angustifolii Braun-Blanquet 1951 Braun-Blanquet, J., 1951. Pflanzensoziologie. (2ten Aufl.). Springer, Vienne, 631 p.
3241 2667 07/3.0.3.0.1/04 ASS Erysimo decumbentis - Centranthetum angustifolii Quantin 1935 'éboulis fin, collinéen, d''adret du Jura méridional' Jura méridional 'Quantin, A., 1935. L''évolution de la végétation à l''étage de la chênaie dans le Jura méridional. 383 p. Bosc et Riou, Lyon. [= Thèse Univ. Paris. ; = Comm. SIGMA Montpellier 37]'
3242 2668 07/3.0.3.0.1/04 syn = Erysimo decumbentis - Centranthetum angustifolii Quantin 1930 ?
3243 2671 07/3.0.3.0.1/07 ASS Biscutello cichoriifoliae - Centranthetum angustifolii (Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952) ass. nov. hoc loco éboulis fin méridional Pyrénées orientales hoc loco Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
3244 6695 07/3.0.3.0.1/13 ASS Arrhenathero elatioris var. subhirsuti - Centranthetum angustifolii Royer & Didier in Royer, Felzines, Misset & Thévenin 2006 éboulis grossier artificiel, fixé, bourguignon et champenois Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
3245 2669 07/3.0.3.0.1/05 ASS Rumici scutati - Scrophularietum caninae subsp. juratensis (Breton 1956) Royer 1973 éboulis calcaire grossier, mobile, collinéen Jura Royer, J.-M., 1973. Essai de synthèse sur les groupements végétaux de pelouses éboulis et rochers de Bourgogne et Champagne méridionale. Ann. Scient. Univ. Besançon, 3e Série, Bot. (1972), 13 : 157-316. Breton, R., 1956. Recherches phytosociologiques dans la région de Dijon. Ann. Inst. Nat. Rech. Agron., 7 A : 349-443, 561-641.
3246 2670 07/3.0.3.0.1/06 ASS Rumicetum scutati (Faber 1936) Kuhn 1937 éboulis calcaire grossier, mobile, montagnard Alpes Kuhn, K., 1937. Die Pflanzengesellschaften im Neckargebiet der Schwäbischen Alb. Öhringen, 340 p. Faber, A., 1936. Über Waldgesellschaften auf kalksteinböden und ihre Entwicklung im schwäbisch-fränkischen Stufenland und auf der Alb. Jahresber. Deutsch. Forstver. Württ., Anhang. Tübingen, 53 p.
3247 2672 07/3.0.3.0.1/08 ASS Trifolio pallescentis var. arvernensis - Rumicetum scutati Billy 2002 prov. éboulis calcaire grossier, mobile, montagnard Basse-Auvergne Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
3248 2673 07/3.0.3.0.1/09 ASS Ononido natricis - Erysimetum ochroleuci Chouard 1943 éboulis calcaire pyrénéen, ensoleillé, subalpin, au dessous de 2300 m Chouard, P., 1943. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fra., 90 (1/6) : 1-4 (suite 1), 25-29 (suite 2).
3249 2674 07/3.0.3.0.1/10 ASS Festuco gautieri - Cirsietum glabri G. Montserrat 1987 Montserrat, G., 1987. La vegetación de las gleras y pedregales en el Cotiella y en la Sierra de Chia. Coll. Intern. Bot. Pyreneenne, 3-5 Juillet 1986. Bull. Soc. Bot. France, Group. Scient. Isard : 427-441.
3250 2675 07/3.0.3.0.1/11 ASS Hieracio loscosiani - Rumicetum scutati Vigo 1968 Vigo, J., 1968. La vegetació del masis de Penyagolosa. Arxius Secc. Ci. Inst. Estud. Catalans, 37 : 1-247.
3251 2676 07/3.0.3.0.1/12 ASS Arenario hispanicae - Ptychotidetum saxifragae Romo 1989 Romo, A.M. 1989. Flora i vegetació del Montsec (Pre-pirineus catalans). Arxius Secc. Ci. Inst. Estud. Catalans, 90 : 1-534.
3252 6559 07/3.0.3.0.1/12 syn compl pp Galeopsio angustifoliae - Ptychotidetum saxifragae O. de Bolòs & J. Vives in O. de Bolòs 1956 Bolos, O. de, 1956. De vegetatione notulae, II. Collect. Bot., 5 : 195-268.
3253 2677 07/3.0.3.0.2 ALL Pimpinello tragii - Gouffeion arenarioidis Braun-Blanquet 1947 éboulis fins subméditerranéens, basophiles, planitiaires, héliophiles 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
3254 7085 07/3.0.3.0.2/01 ASS Gouffeietum arenarioidis (René Molinier 1934) Julve 2011 ass. nov. prov. hoc loco hoc loco Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274.
3255 2678 07/3.0.3.0.2/01 syn compl Linario supinae - Gouffeietum arenarioidis René Molinier 1934 Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274.
3256 2679 07/3.0.3.0.2/02 ASS Alysso spinosi - Brassicetum montanae René Molinier 1956 Molinier, Re., 1956. L’Alyssum spinosum (Barrel.) L. et & le Brassica oleracea (L.) DC. subsp. robertiana (J. Gay) Rouy et Fouc. dans les environs de Toulon (Var). Bull. Mus. Hist. Nat. Marseille, 16 : 113-122.
3257 2680 07/3.0.3.0.2/02 ASS Centranthetum lecoqii Braun-Blanquet 1931 planitiaire Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3258 2681 07/3.0.3.0.3 ALL Leontodontion hispidi subsp. hyoseroidis J. Duvigneaud, Durin & Mullenders 1970 éboulis fins marneux centroeuropéens, basophiles, planitiaires, héliophiles, amphithermiques Leontodontion hyoseroidis Duvigneaud, J., L. Durin, & W. Mullenders, 1970. La végétation des éboulis de Pagny-la-blanche-côte (Meuse, France). Vegetatio, 20 : 48-73.
3259 2682 07/3.0.3.0.3/01 ASS Iberidetum intermediae subsp. violettii J. Duvigneaud, Durin & Mullenders 1970 lorrain Iberidetum violettii Duvigneaud, J., L. Durin, & W. Mullenders, 1970. La végétation des éboulis de Pagny-la-blanche-côte (Meuse, France). Vegetatio, 20 : 48-73.
3260 2685 07/3.0.3.0.3/01 syn incl Sileno vulgaris subsp. glareosae - Iberidetum intermediae subsp. intermediae var. durandii (Chouard 1926) Rameau 1971 Sileno glareosae - Iberidetum durandii 'Rameau, J.-C., 1971. Etude phytosociologique des pelouses de l''Oxfordien haut-Marnais. Ann. Scient. Univ. Besançon, Bot., 10 : 139-163.' Chouard, P., 1926. Monographies phytosociologiques. II. la végétation des environs de Tonnerre (Yonne) et des pays jurassiques au sud-est du bassin de Paris. Bull. Soc. Bot. Fra., 73 : 1006-1015.
3261 2683 07/3.0.3.0.3/02 ASS Violo hispidae - Galietum fleurotii var. gracilicaulis Liger & J. Duvigneaud 1969 normand Violo hispidae - Galietum gracilicaulis Liger, J. & J. Duvigneaud, 1969. La végétation des éboulis crayeux de la basse vallée de la Seine (Seine maritime et Eure, France). Bull. Jard. Bot. Nat. Belg., 39 : 191-200.
3262 2684 07/3.0.3.0.3/03 ASS Teucrio montani - Galietum fleurotii var. fleurotii J. Duvigneaud 1965 apud J. Duvigneaud & Mouze 1966 Teucrio montani - Galietum fleurotii Duvigneaud, J. & L. Mouze, 1966. La végétation de la partie septentrionale de la Champagne crayeuse. La colonisation des éboulis crayeux. Bull. Soc. Bot. N. Fr., 19 : 212-225.
3263 2686 07/3.0.3.0.3/03 syn incl Centrantho angustifolii - Iberidetum intermediae subsp. intermediae var. durandii Royer 1973 prov. Centrantho angustifolii - Iberidetum durandii Royer, J.-M., 1973. Essai de synthèse sur les groupements végétaux de pelouses éboulis et rochers de Bourgogne et Champagne méridionale. Ann. Scient. Univ. Besançon, 3e Série, Bot. (1972), 13 : 157-316.
3264 6694 07/3.0.3.0.3/03 syn incl Centrantho angustifolii - Iberidetum intermediae subsp. intermediae var. durandii Royer in Royer, Felzines, Misset & Thévenin 2006 Centrantho angustifolii - Iberidetum durandii Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
3265 2687 07/3.0.4 3220 ORD Epilobietalia dodonaei subsp. fleischeri Moor 1958 alluvions hygrophiles des zones alluviales orophiles Epilobietalia fleischeri Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360.
3266 2688 07/3.0.4 syn = Epilobietea dodonaei subsp. fleischeri Lacourt 1993 mscr Epilobietea fleischeri manuscrit, communication personnelle
3267 2689 07/3.0.4.0.1 ALL Epilobion dodonaei subsp. fleischeri Braun-Blanquet in J. & G. Braun-Blanquet in G. & J. Braun-Blanquet 1931 alluvions grossières hygrophiles des zones alluviales orophiles, centroeuropéennes Epilobion fleischeri Braun-Blanquet, G. & J. Braun-Blanquet, 1931. Recherches phytogéographiques sur le massif du Gross Glockner (Hohe Tauern). Rev. Géogr. Alpine, 19 : 1-65. [= Comm. SIGMA, 13].
3268 2690 07/3.0.4.0.1/01 ASS Chondrilletum chondrilloidis Braun-Blanquet in Volk 1939 em. Moor 1958 Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360. Volk, O.H., 1939. Soziologische und Ökologische Untersuchungen an der Auenvegetation im Churer Rheintal und Domleschg. Jahrb. Naturf. Ges. Graubünden, 76 (1938/1939) : 29-79. [= Comm. SIGMA, 72, 51 p.]
3269 2691 07/3.0.4.0.1/02 ASS Epilobio dodonaei - Scrophularietum caninae Koch & Braun-Blanquet in Braun-Blanquet 1949 Braun-Blanquet, J., 1949. Übersicht der Pflanzengesellschaften Rätiens, (III). Vegetatio, 1 : 285-316.
3270 2692 07/3.0.4.0.1/03 ASS Epilobietum dodonaei subsp. fleischeri Braun-Blanquet 1923 Epilobietum fleischeri Braun-Blanquet, J., 1923. Jahrb. Naturf. Gesell. Graubünden, N.F., 57/62.
3271 9311 07/3.0.4.0.1/03 syn = Epilobietum dodonaei subsp. fleischeri Vanden Berghen 1963 Vanden Berghen, C., 1963. Etude sur la végétation des grands causses du Massif Central de la France. Mém. Soc. Roy. Bot. Belg., 1, 285 p.
3272 2693 07/3.0.4.0.2 3250 ALL Glaucion flavi Braun-Blanquet 1947 alluvions grossières hygrophiles des zones alluviales orophiles, subméditerranéennes 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
3273 6557 07/3.0.4.0.2 syn = Andryaletalia ragusinae (Rivas-Goday & Rivas-Martínez 19**) O. de Bolòs & Vigo 1981 ? ?
3274 2694 07/3.0.4.0.2 syn = Glaucion flavi Braun-Blanquet 1947 ex Tchou 1948 Tchou, Y.T., 1948. Etudes écologiques et phytosociologiques sur les forêts riveraines du bas Languedoc (Populetum albae). Vegetatio, 1 : 2-28. 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
3275 2695 07/3.0.4.0.2/01 ASS Glaucio flavi - Scrophularietum caninae (Braun-Blanquet 1936) Tchou 1948 Tchou, Y.T., 1948. Etudes écologiques et phytosociologiques sur les forêts riveraines du bas Languedoc (Populetum albae). Vegetatio, 1 : 2-28. ?
3276 6556 07/3.0.4.0.2/02 ASS Andryaletum ragusinae Braun-Blanquet & O. de Bolòs 1957 Bolòs, O. de, 1957. De vegetationes valentina. Collectanea Bot., 5 : 527-596.
3277 2696 07/3.0.4.0.3 ALL Calamagrostion pseudophragmitis Rivas-Martínez, Diaz, Prieto, Loidi & Penas 1984 alluvions fines à moyennes, hygrophiles, des zones alluviales orophiles Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
3278 2697 07/3.0.4.0.3/01 ASS Calamagrostietum pseudophragmitis Kopecký 1968 Kopecký, K., 1968. Zur Polemik über die phytozönologische Erfassung der Flussröhrichtgesellschaften Mitteleuropas. Preslia, 40 : 397-407.
3279 2698 07/3.0.4.0.3/02 ASS Erucastro nasturtiifolii - Calamagrostietum pseudophragmitidis Rivas-Martínez, Diaz, Prieto, Loidi & Penas 1984 Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
3280 2699 07/3.0.4.0.3/03 ASS Nepeto nepetellae - Coritospermetum lucidi (Chouard 1943) Julve 2004 ass. nov. hoc loco hoc loco Chouard, P., 1943. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fra., 90 (1/6) : 1-4 (suite 1), 25-29 (suite 2).
3281 2700 07/3.0.4.0.3/04 ASS Conopodio pyrenaei - Laserpitietum gallici O. de Bolòs 1967 Bolòs, O. de, 1957. De vegetationes valentina. Collectanea Bot., 5 : 527-596.
3282 5304 07/4. CLA Galeopsietea ladani O. de Bolòs 1968 annuelles pionnières des éboulis européens Bolòs, O. de, 1968. Tabula Vegetationis Europae Occidentalis. Acta Geobotánica Barcinonensia, 3 : 1-8. Barcelona.
3283 5303 07/4.0.1 ORD Galeopsietalia segetum Oberdorfer & Seibert in Oberdorfer 1977 em. Julve 1993 annuelles pionnières des éboulis européens Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Oberdorfer, E., 1977. Süddeutsche Pflanzengesellschaften (2ten Aufl.), Teil I., 311 p. Gustav Fischer Verlag, Stuttgart.
3284 7431 07/4.0.1 syn compl Galeopsietalia segetum Oberdorfer & Seibert in Oberdorfer 1977 Oberdorfer, E., 1977. Süddeutsche Pflanzengesellschaften (2ten Aufl.), Teil I., 311 p. Gustav Fischer Verlag, Stuttgart.
3285 5306 07/4.0.1.0.1 8110pp ALL Galeopsion segetum Oberdorfer 1957 annuelles pionnières des éboulis planitiaires médioeuropéens Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
3286 5307 07/4.0.1.0.1/01 ASS Galeopsietum segetum (Oberdorfer 1938) Büker 1942 annuelles pionnières des éboulis héliophiles siliceux planitiaires, subatlantiques Büker, R., 1942. Beiträge zur Vegetationskunde des südwestfälischen Berglandes. Beih. Bot. Zentralbl., 61 B : 452-558. Dresden. Oberdorfer, E., 1938. Ein Beitrag zur Vegetationskunde des Nordschwarzwaldes. Beitr. Naturk. Forsch. Südwestdeutschl., 3 : 1-270.
3287 7082 07/4.0.1.0.1/01 syn compl pp Anarrhinetum bellidifolii Korneck 1974 Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t.
3288 2598 07/4.0.1.0.1/01 syn compl pp Biscutello lamottei - Galeopsietum segetum Coquillard, Gueugnot & Michalet 1991 Coquillard, P., J. Gueugnot & R. Michalet, 1991. Un paysage en danger : la chaine volcanique des Puys (Massif Central français). Syntaxonomie et déterminisme des zones dénudées. Coll. Phytosoc., 17 : 365-387. (Phytosociologie et paysage, Versailles 1988).
3289 5309 07/4.0.1.0.1/01 syn compl pp Epilobio collini - Galeopsietum segetum Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
3290 6696 07/4.0.1.0.1/02 ASS Galeopsietum bifidae Robbe 1993 annuelles pionnières des éboulis sciaphiles siliceux planitiaires, subatlantiques Robbe, G., 1993. Les groupements végétaux du Morvan. Société d.histoire naturelle et des amis du muséum d.Autun, Autun, 159 p.
3291 6697 07/4.0.1.0.1/02 syn = Galeopsietum bifidae Robbe in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
3292 5312 07/4.0.1.0.1/03 ASS Galeopsio angustifoliae - Teucrietum botrydis Decocq 1994 ex 1999 annuelles pionnières des éboulis héliophiles crayeux planitiaires, subatlantiques Decocq, G., 1999. La dynamique de recolonisation végétale des anciennes carrières de craie phosphatée du nord de la France : analyse phytosociologique et systémique. Belg Journ. Bot., 132 (1) : 77-94. Decocq, G., 1994. La végétation recolonisatrice des anciennes carrières de phosphates du nord de la France : étude phytosociologique et syndynamique. DEA Compiègne, 148 p.
3293 6693 07/4.0.1.0.1/03 syn compl Galeopsietum angustifoliae (Büker 1942) Bornkamm 1960 Bornkamm, R., 1960. Die Trespen-Halbtrockenrasen im oberen Leinegebiet. Mitt.Flor.-Soz.Arb.Gem . N.F., 8. Stolzenau/Weser. Büker, R., 1942. Beiträge zur Vegetationskunde des südwestfälischen Berglandes. Beih. Bot. Zentralbl., 61 B : 452-558. Dresden.
3294 5310 07/4.0.1.0.1/03 syn compl Galeopsietum angustifoliae (Libbert 1938) Büker 1942 Büker, R., 1942. Beiträge zur Vegetationskunde des südwestfälischen Berglandes. Beih. Bot. Zentralbl., 61 B : 452-558. Dresden.
3295 5313 07/4.0.1.0.1/03 syn compl pp Resedo luteae - Chaenorrhinetum minoris de Foucault & Wattez 1989 Foucault, B. de & J.-R. Wattez, 1989. Note phytosociologique sur les éboulis crayeux picards. Bull. Soc. Linn. Nord-Picardie, 7 : 21-29.
3296 5311 07/4.0.1.0.1/04 ASS Brassico montanae - Galeopsietum angustifoliae Loisel 1976 'Loisel, R., 1976. La végétation de l''étage méditerranéen dans le sud-est continental français. Thèse, Univ. Marseille, 384 p.'
3297 5314 07/4.0.1.0.2 8110pp ALL Galeopsion pyrenaicae Rivas-Martínez 1977 annuelles pionnières des éboulis de montagne, pyrénéens Rivas-Martínez, S., 1977. La vegetacion de los pedregales de los Pirineos (Thlaspietea rotundifolii). Phytocoenologia, 4 : 14-34.
3298 5315 07/4.0.1.0.2 syn = Galeopsienion pyrenaicae (Rivas-Martínez 1977) Rivas-Martínez & Costa 1998 Rivas-Martínez, S. & M. Costa, 1998. Datos sobre la vegetación y el bioclima del Valle de Arán. Acta Bot. Barcinon. 45 : 473-499. Rivas-Martínez, S., 1977. La vegetacion de los pedregales de los Pirineos (Thlaspietea rotundifolii). Phytocoenologia, 4 : 14-34.
3299 5316 07/4.0.1.0.2/01 ASS Galeopsietum pyrenaicae O. de Bolòs 1974 'annuelles des éboulis acidophiles de l''étage montagnard des Pyrénées orientales' Bolòs, O. de, 1974. Notas sobre vegetacion glareicola. Miscellanea Alcobé. Barcelona, 77-86.
3300 2583 07/4.0.1.0.2/01 syn compl pp Galeopsio pyrenaicae - Poetum cenisiae subsp. cenisiae var. fontqueri Braun-Blanquet 1948 Galeopsio pyrenaicae - Poetum fontqueri Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
3301 5317 07/4.0.1.0.2/02 ASS Galeopsietum ladani subsp. filholianae O. de Bolòs 1974 'annuelles des éboulis acidophiles de l''étage collinéen des Pyrénées orientales' Galeopsietum filholianae Bolòs, O. de, 1974. Notas sobre vegetacion glareicola. Miscellanea Alcobé. Barcelona, 77-86.
3302 5318 07/4.0.1.0.2/02 syn compl pp Linario repentis - Galeopsietum ladani O. de Bolòs 1974 Bolòs, O. de, 1974. Notas sobre vegetacion glareicola. Miscellanea Alcobé. Barcelona, 77-86.
3303 6505 07/4.0.1.0.2/03 ASS Senecio viscosi - Galeopsietum angustifoliae (Chouard 1949) Julve 2006 ass. nov. hoc loco 'annuelles des éboulis acidophiles de l''étage montagnard des Pyrénées centrales' hoc loco Chouard, P., 1949. Coup d’oeil sur les groupements végétaux des Pyrénées centrales. Bull. Soc. Bot. France, 96 : 145-149.
3304 5319 07/4.0.1.0.2/03 syn compl Cicerbito muralis - Galeopsietum angustifoliae O. de Bolòs 1974 Bolòs, O. de, 1974. Notas sobre vegetacion glareicola. Miscellanea Alcobé. Barcelona, 77-86.
3305 6559 07/4.0.1.0.2/03 syn compl pp Galeopsio angustifoliae - Ptychotidetum saxifragae O. de Bolòs & Vives in O. de Bolòs 1956 Bolòs, O. de, 1956. La végétation de la Catalogne moyenne. Veröff. Ber. Geobot. Inst. E.T.H. Stiffung Rübel, 31 : 70-89.
3306 7078 07/4.0.1.0.2/03 syn compl pp Rumici scutati - Galeopsietum angustifoliae Chouard 1949 Chouard, P., 1949. Coup d’oeil sur les groupements végétaux des Pyrénées centrales. Bull. Soc. Bot. France, 96 : 145-149.
3307 5320 07/4.0.1.0.2/03 syn compl pp Rumici scutati - Galeopsietum angustifoliae Chouard 1949 ex Nègre 1968 'Nègre, R., 1968. La végétation du bassin de l''One (Pyrénées centrales). 1ère note : rochers et éboulis. Portug. Acta Biol., sect. B, 9 : 196-290.' Chouard, P., 1949. Coup d’oeil sur les groupements végétaux des Pyrénées centrales. Bull. Soc. Bot. France, 96 : 145-149.
3308 8285 07/4.0.1.0.2/04 ASS Galeopsietum ladani subsp. cebennensis Julve 2012 ass. nov. hoc loco hoc loco
3309 2701 08/1. CLA Sedo albi subsp. albi - Scleranthetea perennis subsp. perennis Braun-Blanquet 1955 em. de Foucault 1999 pelouses des lithosols (dalles) et arénosols (sables), médioeuropéennes à méditerranéennes Sedo albi - Scleranthetea perennis Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. Braun-Blanquet, J., 1955. Das Sedo-Scleranthion neu für die Westalpen. Österr. Bot. Zeitschr., 102 : 476-485. [= Comm. SIGMA, n°130].
3310 2702 08/1. syn compl Sedo albi subsp. albi - Scleranthetea perennis subsp. perennis Braun-Blanquet 1955 Sedo albi - Scleranthetea perennis Braun-Blanquet, J., 1955. Das Sedo-Scleranthion neu für die Westalpen. Österr. Bot. Zeitschr., 102 : 476-485. [= Comm. SIGMA, n°130].
3311 2703 08/1. syn incl Corynephoretea canescentis Braun-Blanquet & Tüxen 1943 Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
3312 8233 08/1. syn incl Corynephoretea canescentis Lebrun, Noirfalise, Heinemann & Vanden Berghen 1949 Lebrun, J., A. Noirfalise, P. Heinemann & C. Vanden Berghen, 1949. Les associations végétales de Belgique. Bull. Soc. Roy. Bot. Belg., 82 : 105-207.
3313 8234 08/1. syn incl Caricetea arenariae Doing 1963 Doing, H., 1963. Übersicht der floristischen Zusammensetzung, der Struktur und der dynamischen Beziehungen niederländischer Wald- und Gebüschgesellschaften. Meded. Landbouwhogesch. Wageningen, 63(2) : 60 p. Veenman & Zonen, Wageningen.
3314 2704 08/1. syn incl Festucetea vaginatae von Soó 1968 Soó, R. von, 1968. New Übersicht der höheren zönologischen Einheiten der ungarischen Vegetation. Acta Bot. Acad. Sci. Hung. 14: 385-394.
3315 8235 08/1. syn incl Festucetea vaginatae von Soó 1968 ex Vicherek 1972 ? Soó, R. von, 1968. New Übersicht der höheren zönologischen Einheiten der ungarischen Vegetation. Acta Bot. Acad. Sci. Hung. 14: 385-394.
3316 2705 08/1. syn incl Festuco ovinae - Sedetea albi Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
3317 2706 08/1. syn incl Koelerio glaucae - Corynephoretea canescentis Klika in Klika & Novák 1941 Koelerio - Corynephoretales Klika, J. & V. Novák, 1941. Praktikum rostlinné sociologie, pudoznalství, klimatologie a ekologie. Praha.
3318 2707 08/1. syn incl Poetalia bulbosae Rivas Goday & Rivas-Martínez in Rivas Goday & Ladero 1970 Rivas Goday, S. & M. Ladero 1970. Pastizales cespitosos de Poa bulbosa L., origen, sucesión y sistemática. Anales Real Acad. Farm. 36 2. 139-181.
3319 2708 08/1. syn incl Poetea bulbosae Rivas Goday & Rivas-Martínez 1978 'Rivas-Martínez, S., 1978. Sur la syntaxonomie des pelouses thérophytiques de l'' Europe occidentale. Coll. Phytosoc., 6 : 55-71. (La végétation des pelouses sèches à thérophytes, Lille 1977).'
3320 8236 08/1. syn incl Koelerio glaucae - Corynephorenea canescentis (Klika in Klika & Novák 1941) Dengler in Dengler, Berg, Eisenberg, Isermann, Jansen, Koska, Löbel, Manthey, Päzolt, Spangenberg, Timmermann & Wollert 2003 Koelerio - Corynephorenea Dengler, J., C. Berg, M. Eisenberg, M. Isermann, F. Jansen, I. Koska, S. Löbel, M. Manthey, J. Päzolt, A. Spangenberg, T. Timmermann & H. Wollert, 2003. New descriptions and typifications of syntaxa within the project ‘Plant communities of Mecklenburg-Vorpommern and their vulnerability’ – Part I. Feddes Repertorium, 114(7–8) : 587–631.
3321 8237 08/1. syn incl Sedo albi subsp. albi - Scleranthetea perennis subsp. perennis (Braun-Blanquet 1955) Dengler in Dengler, Berg, Eisenberg, Isermann, Jansen, Koska, Löbel, Manthey, Päzolt, Spangenberg, Timmermann & Wollert 2003 Sedo - Scleranthenea
3322 2709 08/1.1 SUBCLA Rumicenea acetosellae de Foucault 1999 pelouses acidophiles des lithosols (dalles) et arénosols (sables), médioeuropéennes à méditerranéennes Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3323 2710 08/1.1 syn incl Sedo albi subsp. albi - Scleranthetalia perennis subsp. perennis Braun-Blanquet 1955 Sedo albi - Scleranthetalia perennis Braun-Blanquet, J., 1955. Das Sedo-Scleranthion neu für die Westalpen. Österr. Bot. Zeitschr., 102 : 476-485. [= Comm. SIGMA, n°130].
3324 2711 08/1.1.1 ORD Agrostietalia capillaris subsp. castellanae Rivas-Martínez in Rivas-Martínez, Costa, Castroviejo & Valdès 1980 pelouses acidophiles des lithosols (dalles) et arénosols (sables), mésothermes, méditerranéennes Agrostietalia castellanae Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189.
3325 2712 08/1.1.1 syn = Agrostietalia capillaris subsp. castellanae Rivas Goday in Rivas-Martínez, Costa, Castroviejo & E. Valdés 1980 Agrostietalia castellanae Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189.
3326 2713 08/1.1.1 syn = Agrostietea capillaris subsp. castellanae de Foucault 1994 prov. Agrostietea castellanae Foucault, B. de, 1994. Essai synsystématique sur les pelouses sèches acidophiles (Nardetea strictae, Caricetea curvulae). Coll. Phytosoc., 22 : 431-456. (La syntaxonomie et la synsystématique européenne comme base typologique des habitats, Bailleul 1993).
3327 2714 08/1.1.1 syn = Stipo giganteae - Agrostietea capillaris subsp. castellanae Rivas-Martínez, Fernández-González & Loidi 1999 Stipo giganteae - Agrostietea castellanae Rivas-Martínez, S., F. Fernández-González & J. Loidi, 1999. Checklist of plant communities of Iberian Peninsula, Balearic and Canary Islands to suballiance level. Itinera Geobot., 13 : 353-451.
3328 2715 08/1.1.1.0.1 8230pp ALL Agrostion capillaris subsp. castellanae Rivas Goday 1958 corr. Rivas Goday & Rivas-Martínez 1963 pelouses acidophiles des lithosols (dalles) et arénosols (sables), méditerranéennes, catalano-provençales à ligure Agrostion castellanae Rivas Goday, S. & S. Rivas-Martínez, 1963. Estudio y clasificacion de los pastizales espanoles. Publ. Ministerio de agricult., 277, 269 p. Madrid. Rivas Goday, S., 1958. Nuevos órdenes y alianzas de Helianthemetea annuae Br. Bl. Anales Inst. Bot. Cavanilles (1957), 15 : 539-651.
3329 2716 08/1.1.1.0.1/01 ASS Poo bulbosae - Agrostietum capillaris subsp. castellanae de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3330 2717 08/1.1.1.0.1/01 syn compl Tuberario guttatae - Corynephoretum canescentis Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3331 2718 08/1.1.1.0.1/02 ASS Asphodelo cerasiferi - Armerietum gaditanae Allier & Bresset 1977 Allier, C. & V. Bresset, 1977. Étude phytosociologique de la Marisma et de sa bordure Reserve Biologique de Doñana. Carte phytosociologique. Monografías ICONA, 18 : 59-110. Madrid.
3332 2719 08/1.1.1.0.1/02 syn = Centaureo exaratae - Armerietum gaditanae Rivas-Martínez, Costa, Castroviejo & E. Valdés 1980 Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189.
3333 2720 08/1.1.1.0.1/03 ASS Galio maritimi - Agrostietum capillaris subsp. castellanae Roselló Gimeno 1994 Roselló Gimeno, R., 1994. Catálogo florístico y vegetación de la comarca natural del Alto Mijares (Castellón). Publ. Diputac. Castelló, Castellón.
3334 2721 08/1.1.1.0.1/04 ASS Gaudinio fragilis - Agrostietum capillaris subsp. castellanae Rivas-Martínez & Belmonte 1986 Rivas-Martínez, S. & D. Belmonte, 1986. Sobre el orden Agrostietalia castellanae. Lazaroa, 8 : 417-419.
3335 2722 08/1.1.1.0.1/05 ASS Agrostio capillaris subsp. castellanae - Arrhenatheretum elatioris subsp. bulbosi Teles 1970 Agrostio castellanae - Arrhenatheretum bulbosi Teles, A.N., 1970. Os lameiros de montanha do norte de Portugal. Subsídios para a sua caracterização fitossociológica e química. Agron. Lusit., 31 : 5-132.
3336 2776 08/1.1.1.0.1/06 ASS Corrigiolo telephiifoliae - Jasionetum montanae (Paradis & Piazza 1991) de Foucault 1999 Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. 'Paradis, G. & C. Piazza, 1991. Contribution à l''étude de la végétaion du site classé de l''Ostriconi (Corse). Bull. Soc. Bot. Centre-Ouest, n.s., 22 : 149-182.'
3337 2777 08/1.1.1.0.1/06 syn compl Corrigiolo telephiifoliae - Corynephoretum articulati (Géhu, Biondi, Géhu-Franck & Taffetani 1987) Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154. Géhu, J.-M., E. Biondi, J. Géhu-Franck & F. Taffetani, 1987. Données sur la végétation maritime du littoral oriental de la Corse. Univ. Laguna, Ser. Informes, 22 : 363-391. (5e jornadas de fitosoc., vegetacion de riberas de agua dulce).
3338 2723 08/1.1.2 ORD Agrostio capillaris subsp. capillaris - Jasionetalia montanae de Foucault 1999 pelouses acidophiles des lithosols (dalles) et arénosols (sables), médioeuropéennes, planitiaires-collinéennes Agrostio capillaris - Jasionetalia montanae Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3339 6713 08/1.1.2 syn compl Trifolio arvensis - Festucetalia ovinae (Tüxen) Moravec 1967 Moravec, J., 1967. Zu den azidophilen Trockenrasengesellschaften südwestböhmens und Bemerkungen zur Syntaxonomie der Klasse Sedo-Scleranthetea. Folia Geobot. Phytotax., 2 : 137-178.
3340 2724 08/1.1.2 syn incl Corynephoretalia canescentis Klika 1934 Klika, J., 1934. Die Pflanzengesellschaften auf Travertinen bei Stankovany in der Slowakei. Bull. Intern. Acad. Sci. Bohême, 35 : 41-44.
3341 2725 08/1.1.2.0.1 8230pp ALL Sedion anglici subsp. anglici Braun-Blanquet & Tüxen 1952 pelouses acidophiles des lithosols (dalles), eu-atlantiques Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
3342 2726 08/1.1.2.0.1/01 ASS Romuleo columnae - Scilletum autumnalis Bioret 1989 'Bioret, F., 1989. Contribution à l''étude de la flore et de la végétation de quelques îles et archipels ouest et sud armoricains. Thèse, Univ. Nantes, 480 p.'
3343 2727 08/1.1.2.0.1/02 ASS Romuleo columnae subsp. coronatae - Sedetum anglici subsp. anglici (Lemée 1938) de Foucault 1995 replats des falaises de la Hague Romuleo coronatae - Sedetum anglici Foucault, B. de, 1995. Contribution à une monographie phytosociologique de la Hague (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 45-90. Lemée, G., 1938. Recherches écologiques sur la végétation du Perche. II : les pelouses xérophiles calcaires. Rev. Gén. Bot., 50 : 94-114, 170-174.
3344 2728 08/1.1.2.0.1/02 syn compl Tuberario guttatae - Romuleetum columnae Provost 1978 Tuberario maritimae - Romuleetum columnae Provost, M., 1978. Sur les pelouses à thérophytes de trois caps rocheux de la côte ouest du Cotentin basse-Normandie, (France). Coll. Phytosoc., 6 : 219-237. (Pelouses à thérophytes, Lille 1977).
3345 2729 08/1.1.2.0.1/03 ASS Hyperico linarifolii - Sedetum anglici de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3346 2730 08/1.1.2.0.1/04 ASS Festuco filiformis - Sedetum anglici subsp. anglici Clément & Touffet 1978 Clément, B. & J. Touffet, 1978. Les pelouses xérophiles autour de quelques affleurements schisteux en Bretagne intérieure. Coll. Phytosoc., 6 : 177-189. Pelouses sèches à thérophytes, Lille 1977).
3347 2731 08/1.1.2.0.1/05 ASS Festuco trachyphyllae - Sedetum anglici subsp. anglici Clément & Touffet 1978 Clément, B. & J. Touffet, 1978. Les pelouses xérophiles autour de quelques affleurements schisteux en Bretagne intérieure. Coll. Phytosoc., 6 : 177-189. Pelouses sèches à thérophytes, Lille 1977).
3348 2732 08/1.1.2.0.1/06 ASS Sesamoido purpurascentis - Sedetum anglici de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3349 2733 08/1.1.2.0.1/07 ASS Dactylido glomeratae subsp. oceanicae - Sedetum anglici subsp. anglici (Lemée 1938) J.-M. Géhu, J. Géhu & Caron 1978 Dactylido oceanicae - Sedetum anglici Géhu, J.-M., J. Géhu & B. Caron, 1978. Les groupements à Sedum anglicum des falaises nord-armoricaines. Coll. Phytosoc., 6 : 255-261. (Pelouses sèches à thérophytes, Lille 1977). Lemée, G., 1938. Recherches écologiques sur la végétation du Perche. II : les pelouses xérophiles calcaires. Rev. Gén. Bot., 50 : 94-114, 170-174.
3350 2734 08/1.1.2.0.1/08 ASS Corynephoro canescentis - Sedetum anglici (Géhu 1964) de Foucault 1999 Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. 'Géhu, J.-M., 1964. L''excursion dans le nord et l''ouest de la France de la société internationale de phytosociologie en 1962. Vegetatio, 12 : 1-95.'
3351 2735 08/1.1.2.0.1/08 syn compl Corynephoro canescentis - Tuberarietum guttatae Géhu 1964 'Géhu, J.-M., 1964. L''excursion dans le nord et l''ouest de la France de la société internationale de phytosociologie en 1962. Vegetatio, 12 : 1-95.'
3352 2736 08/1.1.2.0.1/09 ASS Festuco huonii - Sedetum anglici subsp. anglici Bioret 1989 prov. 'Bioret, F., 1989. Contribution à l''étude de la flore et de la végétation de quelques îles et archipels ouest et sud armoricains. Thèse, Univ. Nantes, 480 p.'
3353 2737 08/1.1.2.0.1/10 ASS Sedo anglici subsp. anglici - Scilletum vernae Bioret 1989 ex 1994 Sedo anglici - Scilletum vernae Bioret, F., 1994. Essai de synthèse de l’intérêt du patrimoine phytocoenotique des îles bretonnes. Coll. Phytosoc., 22 : 125-144. (La syntaxonomie et la synsystématique européenne comme base typologique des habitats, Bailleul 1993). 'Bioret, F., 1989. Contribution à l''étude de la flore et de la végétation de quelques îles et archipels ouest et sud armoricains. Thèse, Univ. Nantes, 480 p.'
3354 2738 08/1.1.2.0.1/11 ASS Spergulario rupicolae - Sedetum anglici subsp. anglici Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
3355 2739 08/1.1.2.0.2 8230pp ALL Hyperico linariifolii - Sedion rupestris de Foucault 1999 pelouses acidophiles des lithosols (dalles), subatlantiques Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3356 2740 08/1.1.2.0.2/01 ASS Plantagini holostei var. holostei - Sesamoidetum canescentis de Foucault 1988 'Foucault, B. de, 1988. Contribution à la connaissance phytosociologique des corniches rocheuses de la vallée de l''Argenton, entre Argenton-château et Massais (Deux-Sèvres). Bull. Soc. Bot. Centre-Ouest, N.S., 19 : 39-64.'
3357 2741 08/1.1.2.0.2/02 ASS Scillo autumnalis - Ranunculetum paludosi de Foucault 1988 'Foucault, B. de, 1988. Contribution à la connaissance phytosociologique des corniches rocheuses de la vallée de l''Argenton, entre Argenton-château et Massais (Deux-Sèvres). Bull. Soc. Bot. Centre-Ouest, N.S., 19 : 39-64.'
3358 2742 08/1.1.2.0.2/03 ASS Hyperico linariifolii - Sedetum rupestris de Foucault 1979 Foucault, B. de, 1979. Observations sur la végétation des rochers arides de la Basse-Normandie armoricaine. Doc. Phytosoc., N.S., 4 : 267-277.
3359 2743 08/1.1.2.0.3 2330 ALL Corynephorion canescentis Klika 1931 pelouses acidophiles mobilosabulicoles, médioeuropéennes Klika, J., 1931. Studien über die xerotherme vegetation Mitteleuropas. I : die Pollauer Berge im südlichen Mähren. Beitr. Bot. Zentralbl., 47 : 343-398. Dresden.
3360 6707 08/1.1.2.0.3 syn nn Sedo albi subsp. micranthi - Corynephorion canescentis Loiseau & Felzines 2004 Loiseau, J.-E. & J.-C. Felzines, 2004. La végétation alluviale de l’Allier à Châtel-de-Neuvre (méndre des pacages). J. Bot. Soc. Bot. Fra., 26 : 31-34.
3361 8100 08/1.1.2.0.3 syn compl Miboro minimae - Corynephorion canescentis Loiseau & Felzines 2007 Loiseau, J.-E. & J.-C. Felzines, 2007. Les groupements des pelouses à Corynephorus canescens des vallées de l’Allier et du cours moyen de la Loire (Auvergne, Bourgogne, Centre ; France). Nouvelle composition des Corynephoretalia canescentis. J. Bot. Soc. Bot. Fra., 39 : 57-77.
3362 8101 08/1.1.2.0.3 syn incl Sedo albi subsp. micranthi - Corynephorion canescentis Loiseau & Felzines 2007 Loiseau, J.-E. & J.-C. Felzines, 2007. Les groupements des pelouses à Corynephorus canescens des vallées de l’Allier et du cours moyen de la Loire (Auvergne, Bourgogne, Centre ; France). Nouvelle composition des Corynephoretalia canescentis. J. Bot. Soc. Bot. Fra., 39 : 57-77.
3363 2744 08/1.1.2.0.3/01 ASS Alkanno tinctoriae - Corynephoretum canescentis (Braun-Blanquet in Braun-Blanquet, Molinier & Wagner 1940) de Foucault & Julve 1991 pelouse des sables mobiles, languedocienne Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420. Braun-Blanquet, J., René Molinier & H. Wagner, 1940. Cisto-Lavanduletea (landes siliceuses à cistes et lavandes). Prodr. Group. Vég., 7 : 55 p. Montpellier.
3364 2745 08/1.1.2.0.3/01 syn = Corynephoretum canescentis Braun-Blanquet in Braun-Blanquet, Molinier & Wagner 1940 Corynephoretum canescentis catalaunicum Braun-Blanquet, J., René Molinier & H. Wagner, 1940. Cisto-Lavanduletea (landes siliceuses à cistes et lavandes). Prodr. Group. Vég., 7 : 55 p. Montpellier.
3365 2746 08/1.1.2.0.3/01 syn = Diantho pyrenaici subsp. attenuati - Corynephoretum canescentis (Baudière & Simonneau 1974) Géhu & Bournique 1992 'Géhu, J.-M. & C.-P. Bournique, 1992. Interprétation phytosociologique actualisée et comparative des vestiges de végétation du cordon littoral entre Sète et Agde (Languedoc). Coll. Phytosoc., 19 : 133-146. (Végétation et qualité de l''environnement cotier en Méditerranée, Cagliari 1989).' Baudière, A. & P. Simonneau, 1974. Les groupements à Corynephorus canescens et à Ephedra distachya du littoral roussillonnais. Vie et Milieu, 24(1) C : 21-42.
3366 2747 08/1.1.2.0.3/01 syn pp Corynephoretum canescentis Braun 1915 'Braun, J., 1915. Les Cévennes méridionales (massif de l''Aigoual). Etude phytogéographique. Arch. Sci. Phys. Nat. Genève, 39 : 72-81, 167-186, 247-269, 339-358, 415-434, 508-538; 40 : 39-63, 112-137, 221-232, 313-328.'
3367 2748 08/1.1.2.0.3/02 ASS Koelerio macranthae - Corynephoretum canescentis Allorge 1922 pelouse des sables mobiles, mésotherme, subatlantique, francilienne Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
3368 2749 08/1.1.2.0.3/02 syn = Halimio umbellati - Corynephoretum canescentis (Lemée 1937) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
3369 2750 08/1.1.2.0.3/02 syn compl pp Corynephoretum canescentis Lemée 1937 Corynephoretum canescentis occidentale Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
3370 2751 08/1.1.2.0.3/02 syn compl pp Tuberario guttatae - Corynephoretum canescentis Wattez, Géhu & de Foucault 1978 Wattez, J.R., J.-M. Géhu & B. de Foucault, 1978. Les pelouses à annuelles des buttons de la Brenne. Coll. Phytosoc., 6 : 191-199. (Pelouses sèches à thérophytes, Lille 1977).
3371 2752 08/1.1.2.0.3/03 ASS Muscari comosi - Corynephoretum canescentis de Foucault 1999 prov. pelouse des sables mobiles, mésotherme, atlantique, normande Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3372 6706 08/1.1.2.0.3/03 syn compl pp Tuberario guttatae - Corynephoretum canescentis Frileux 1978 Frileux, P.N., 1978. Aperçu de la végétation des pelouses sèches à thérophytes de Haute-Normandie (basses vallées de la Seine et de l’Eure). Coll. Phytosoc., 6 : 169-175. (La végétation des pelouses sèches à thérophytes, Lille 1977).
3373 2753 08/1.1.2.0.3/03 syn compl pp Tuberario guttatae - Corynephoretum canescentis Wattez, Géhu & de Foucault 1978 Wattez, J.R., J.-M. Géhu & B. de Foucault, 1978. Les pelouses à annuelles des buttons de la Brenne. Coll. Phytosoc., 6 : 191-199. (Pelouses sèches à thérophytes, Lille 1977).
3374 2754 08/1.1.2.0.3/04 ASS Sesamoido purpurascentis - Corynephoretum canescentis Braun-Blanquet 1967 pelouse des sables mobiles, thermoatlantique, basque Astrocarpo - Corynephoretum Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
3375 7888 08/1.1.2.0.3/05 ASS Violo caninae var. dunensis - Corynephoretum canescentis Westhoff apud Westhoff, Dijk, Passchier & Sissingh 1946 ex Géhu & de Foucault 1978 pelouse des sables mobiles, psychroatlantique, littorale maritime Violo dunensis - Corynephoretum canescentis Géhu, J.-M. & B. de Foucault, 1978. Les pelouses siliceuses à thérophytes de la zone littorale du nord de la France. Coll. Phytosoc., 6 : 319-327. (Pelouses sèches à thérophytes, Lille 1977). Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p.
3376 7889 08/1.1.2.0.3/05 syn ined Violo caninae var. dunensis - Corynephoretum canescentis Westhoff 1943 Violo dunensis - Corynephoretum canescentis Westhoff, V., 1943. Plantensociologisch onderzoek in het bijzonder op de Waddeneilanden. In: Handel. XXIXe Nederl. Natuur. Geneeskd. Congr., Amsterdam april 1943, 27-40.
3377 2757 08/1.1.2.0.3/05 syn nn Violo caninae var. dunensis - Corynephoretum canescentis (Böcher 1941) Westhoff apud Westhoff, Dijk, Passchier & Sissingh 1946 Violo dunensis - Corynephoretum canescentis Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p.
3378 2755 08/1.1.2.0.3/05 syn nn Violo caninae var. dunensis - Corynephoretum canescentis Westhoff (1943) 1947 Violo dunensis - Corynephoretum canescentis Westhoff, V., 1947. The vegetation of dunes and salt marshes on the dutch islands of Terschelling, Vlieland and Texel. Thèse, Univ. Utrecht, 131 p. Westhoff, V., 1943. Plantensociologisch onderzoek in het bijzonder op de Waddeneilanden. In: Handel. XXIXe Nederl. Natuur. Geneeskd. Congr., Amsterdam april 1943, 27-40.
3379 2756 08/1.1.2.0.3/05 syn non Helichryso arenarii - Jasionetum montanae var. litoralis Libbert 1940 Helichryso arenarii - Jasionetum litoralis Libbert, W., 1940. Die Pflanzengesellschaften der Halbinsel Darss (Vorpommern). Feddes Repert., Beih., 114, 95 p.
3380 7890 08/1.1.2.0.3/05 syn non Violo caninae var. dunensis - Corynephoretum canescentis Boerboom 1960 Violo dunensis - Corynephoretum canescentis Boerboom, J.H.A., 1960. De plantengemeenschappen van de Wassemaarse duinen. Meded. Landbouwhoges. Wageningen, 60 : 1-135.
3381 9319 08/1.1.2.0.3/06 ASS Carici arenariae - Corynephoretum canescentis (Tüxen 1928) Julve & Catteau 2012 ass. nov. hoc loco hoc loco
3382 2758 08/1.1.2.0.3/06 syn = Thymo polytrichi subsp. britannici - Corynephoretum canescentis (Tüxen 1928) Julve 1993 prov. pelouse des sables mobiles, psychroatlantique Thymo britannici - Corynephoretum canescentis Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Tüxen, R., 1928. Vegetationsstudien im nordwestdeutschen Flachlandes. 1 : Über die Vegetation der nordwestdeutschen Binnendünen. Jahrb. Geogr. Ges. Hannover : 71-93.
3383 2759 08/1.1.2.0.3/06 syn compl Androsaco - Corynephoretum canescentis Hohenester 1967 Hohenester, A., 1967. Festuco-Sedetalia in Franken. Mitt. Flor. Soz. Arbeitsgem. 11-12 : 206-209.
3384 2760 08/1.1.2.0.3/06 syn compl Corniculario aculeatae - Corynephoretum canescentis (Tüxen 1928) de Foucault 1999 Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. Tüxen, R., 1928. Vegetationsstudien im nordwestdeutschen Flachlandes. 1 : Über die Vegetation der nordwestdeutschen Binnendünen. Jahrb. Geogr. Ges. Hannover : 71-93.
3385 6705 08/1.1.2.0.3/06 syn compl Corniculario aculeatae - Corynephoretum canescentis Steffen 1931 Steffen, H., 1931. Vegetationskunde von Ostpreussen. Pflanzensoziologie, 1, 406 p.
3386 2761 08/1.1.2.0.3/06 syn compl pp Spergulo morisonii - Corynephoretum canescentis (Tüxen 1928) Libbert 1933 Libbert, W., 1933. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 75: 229-348. Tüxen, R., 1928. Vegetationsstudien im nordwestdeutschen Flachlandes. 1 : Über die Vegetation der nordwestdeutschen Binnendünen. Jahrb. Geogr. Ges. Hannover : 71-93.
3387 2762 08/1.1.2.0.3/06 syn compl Veronico dillenii - Corynephoretum canescentis Hohenester 1967 Hohenester, A., 1967. Festuco-Sedetalia in Franken. Mitt. Flor. Soz. Arbeitsgem. 11-12 : 206-209.
3388 2763 08/1.1.2.0.3/07 ASS Agrostietum vinealis Kobendza 1930 'Kobendza, R., 1930. Les rapports phytosociologiques dans l''ancienne grande forêt de Kampinos. Contrib. Flor. Pol., 2 : 1-200.'
3389 2764 08/1.1.2.0.3/07 syn = Agrostietum vinealis Boerboom 1960 Boerboom, J.H.A., 1960. De plantengemeenschappen van de Wassemaarse duinen. Meded. Landbouwhoges. Wageningen, 60 : 1-135.
3390 2765 08/1.1.2.0.3/07 syn incl Rumici acetosellae - Caricetum arenariae de Foucault 1999 prov. pelouse des sables mobiles, psychrosubatlantique Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3391 3007 08/1.1.2.0.3/07 syn compl pp Crassulo tillaeae - Aphanetum australis Depasse, J. Duvigneaud & de Zuttere 1970 corr. Julve 1993 Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
3392 2767 08/1.1.2.0.3/08 ASS Festuco cinereae - Corynephoretum canescentis Schubert 1974 Schubert, R., 1974. Übersicht über die Pflanzengesellschaften des südlichen Teils der DDR. X. Silbergrasreiche Pionnierfluren auf nährstoffarme Sand- und Grüsböden. Hercynia, N.F., 11 : 29-298.
3393 8094 08/1.1.2.0.3/09 ASS Sedo albi subsp. micranthi - Corynephoretum canescentis Loiseau & Felzines 2007 Sedo micranthi - Corynephoretum canescentis Loiseau, J.-E. & J.-C. Felzines, 2007. Les groupements des pelouses à Corynephorus canescens des vallées de l’Allier et du cours moyen de la Loire (Auvergne, Bourgogne, Centre ; France). Nouvelle composition des Corynephoretalia canescentis. J. Bot. Soc. Bot. Fra., 39 : 57-77.
3394 6709 08/1.1.2.0.3/09 syn = Sedo albi subsp. micranthi - Corynephoretum canescentis Loiseau & Felzines in Royer, Felzines, Misset & Thévenin 2006 prov. Sedo micranthi - Corynephoretum canescentis Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
3395 8097 08/1.1.2.0.3/09 syn incl Hieracio peleteriani subsp. ligerici - Corynephoretum canescentis Loiseau & Felzines 2007 pelouse des sables mobiles, mésotherme, atlantique, ligérienne Loiseau, J.-E. & J.-C. Felzines, 2007. Les groupements des pelouses à Corynephorus canescens des vallées de l’Allier et du cours moyen de la Loire (Auvergne, Bourgogne, Centre ; France). Nouvelle composition des Corynephoretalia canescentis. J. Bot. Soc. Bot. Fra., 39 : 57-77.
3396 6708 08/1.1.2.0.3/09 syn nn Hieracio peleteriani subsp. ligerici - Corynephoretum canescentis Loiseau & Felzines 2004 Hieracio ligerici - Corynephoretum canescentis Loiseau, J.-E. & J.-C. Felzines, 2004. La végétation alluviale de l’Allier à Châtel-de-Neuvre (méndre des pacages). J. Bot. Soc. Bot. Fra., 26 : 31-34.
3397 8096 08/1.1.2.0.3/09 syn incl Jasiono montanae - Corynephoretum canescentis (Loiseau & Felzines 2007) Julve 2012 ass. nov. prov. hoc loco hoc loco Loiseau, J.-E. & J.-C. Felzines, 2007. Les groupements des pelouses à Corynephorus canescens des vallées de l’Allier et du cours moyen de la Loire (Auvergne, Bourgogne, Centre ; France). Nouvelle composition des Corynephoretalia canescentis. J. Bot. Soc. Bot. Fra., 39 : 57-77.
3398 8095 08/1.1.2.0.3/09 syn incl compl Micropyro tenelli - Corynephoretum canescentis Loiseau & Felzines 2007 Loiseau, J.-E. & J.-C. Felzines, 2007. Les groupements des pelouses à Corynephorus canescens des vallées de l’Allier et du cours moyen de la Loire (Auvergne, Bourgogne, Centre ; France). Nouvelle composition des Corynephoretalia canescentis. J. Bot. Soc. Bot. Fra., 39 : 57-77.
3399 8098 08/1.1.2.0.3/10 ASS Diantho granitici - Corynephoretum canescentis (Billy 2002) Julve 2012 ass. nov. prov. hoc loco pelouse des sables mobiles, montagnarde, auvergnate hoc loco Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
3400 8099 08/1.1.2.0.3/10 syn compl Sileno armeriae - Corynephoretum canescentis (Billy 2002) Loiseau & Felzines 2007 Loiseau, J.-E. & J.-C. Felzines, 2007. Les groupements des pelouses à Corynephorus canescens des vallées de l’Allier et du cours moyen de la Loire (Auvergne, Bourgogne, Centre ; France). Nouvelle composition des Corynephoretalia canescentis. J. Bot. Soc. Bot. Fra., 39 : 57-77. Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
3401 2768 08/1.1.2.0.4 ALL Rumici acetosellae - Scleranthion perennis subsp. perennis de Foucault 1999 pelouses acidophiles stagnosabulicoles, médioeuropéennes Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3402 6710 08/1.1.2.0.4 syn = Festucion ovinae subsp. guestfalico - filiformis Loiseau & Felzines in Royer, Felzines, Misset & Thévenin 2006 prov. Festucion guestfalico - filiformis Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
3403 2769 08/1.1.2.0.4/01 ASS Thymo pulegioidis - Festucetum filiformis J. & M. Bartsch 1940 Bartsch, J. & M. Bartsch, 1940. Vegetationskunde des Schwarzwaldes. Pflanzensoziologie, 4 : 229 p.
3404 6711 08/1.1.2.0.4/01 syn = Thymo pulegioidis - Festucetum filiformis Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
3405 2770 08/1.1.2.0.4/01 syn = Thymo serpylli - Festucetum filiformis Tüxen 1955 Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
3406 2771 08/1.1.2.0.4/01 syn compl pp Airo caryophylleae - Festucetum filiformis Tüxen (1937) 1955 Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
3407 2772 08/1.1.2.0.4/02 ASS Rumici acetosellae - Festucetum pallentis de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3408 6712 08/1.1.2.0.4/02 syn compl Vulpio bromoidis - Festucetum longifoliae (Bidault 1964) Royer 1978 corr. Royer in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p. Royer, J.-M., 1978. Les pelouses sèches à thérophytes de Bourgogne et Champagne méridionale. Coll. Phytosoc., 6 : 133-147. (Pelouses sèches à thérophytes, Lille 1977). ?
3409 2773 08/1.1.2.0.4/02 syn compl Vulpio bromoidis - Festucetum pallentis Royer 1978 Royer, J.-M., 1978. Les pelouses sèches à thérophytes de Bourgogne et Champagne méridionale. Coll. Phytosoc., 6 : 133-147. (Pelouses sèches à thérophytes, Lille 1977).
3410 2778 08/1.1.3 ORD Sileno rupestris - Sempervivetalia montani de Foucault 1999 pelouses acidophiles des lithosols (dalles) et arénosols (sables), médioeuropéennes, orophiles Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3411 2779 08/1.1.3.0.1 8230pp ALL Sedion anglici subsp. pyrenaici Tüxen 1954 apud Tüxen & Oberdorfer 1958 pelouses acidophiles des lithosols (dalles), héliophiles, médioeuropéennes, montagnardes pyrénéennes Sedion pyrenaici Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
3412 2780 08/1.1.3.0.1 syn = Sedion anglici subsp. pyrenaici Tüxen ex Rivas-Martínez, T.E. Díaz, F. Prieto, Loidi & Penas in T.E. Díaz & F. Prieto 1994 Sedion pyrenaici Díaz, T.E. & J.A. Fernández-Prieto, 1994. La vegetación de Asturias. Itinera Geobot., 8 : 243-520.
3413 2781 08/1.1.3.0.1/01 ASS Sedo anglici subsp. pyrenaici - Sempervivetum montani Tüxen 1954 apud Tüxen & Oberdorfer 1958 Sedo pyrenaici - Sempervivetum montani Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
3414 2782 08/1.1.3.0.1/02 ASS Sileno rupestris - Sedetum anglici subsp. pyrenaici Tüxen & Oberdorfer 1954 apud 1958 Sileno rupestris - Sedetum pyrenaici Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
3415 2783 08/1.1.3.0.1/03 ASS Sclerantho polycnemoidis - Sesamoidetum pygmaeae de Foucault 1988 prov. 'Foucault, B. de, 1988. Contribution à la connaissance phytosociologique des corniches rocheuses de la vallée de l''Argenton, entre Argenton-château et Massais (Deux-Sèvres). Bull. Soc. Bot. Centre-Ouest, N.S., 19 : 39-64.'
3416 2784 08/1.1.3.0.1/04 ASS Agrostio durieui - Sedetum anglici subsp. pyrenaici Rivas-Martínez, Diaz-Gonzalez, Fernandez-Prieto, Loidi-Arregui & Penas-Marinas 1984 Agrostio durieui - Sedetum pyrenaici Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
3417 2785 08/1.1.3.0.1/05 ASS Sedetum brevifolio - anglici subsp. pyrenaici Rivas-Martínez & Sánchez-Mata in Sánchez-Mata 1989 Sedetum brevifolio - pyrenaici Sánchez-Mata, D., 1989. Flora y vegetación del macizo oriental de la Sierra de Gredos (Ávila). Diputación Provincial de Ávila. Institución Gran Duque de Alba, Ávila.
3418 2786 08/1.1.3.0.1/06 ASS Sedetum albi subsp. micranthi - anglici subsp. pyrenaici Rivas-Martínez, Diaz-Gonzalez, Fernandez-Prieto, Loidi-Arregui & Penas-Marinas 1984 Sedetum micranthi - pyrenaici Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
3419 2787 08/1.1.3.0.1/07 ASS Sempervivo tectorum - Sedetum rupestris O. de Bolòs 1983 Bolòs, O. de, 1983. La vegetació del Montseny. Diputació de Barcelona. 170 p. Barcelona.
3420 2788 08/1.1.3.0.1/08 ASS Sileno rupestris - Sedetum anglici subsp. pyrenaici Tüxen in Tüxen & Oberdorfer 1958 Sileno rupestris - Sedetum pyrenaici Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
3421 2789 08/1.1.3.0.1/09 ASS Veronicetum fruticulosae Turmel 1955 'Turmel, J.-M., 1955. Le pic de midi d''Ossau. Ecologie et végétation. Mém. Mus. Nat. Hist. Nat. Paris, N.S., Sér. B, Bot., 5, 208 p.'
3422 2790 08/1.1.3.0.1/09 syn = Veronico fruticantis - Saxifragetum intricatae Chouard 1943 Chouard, P., 1943. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fra., 90 (1/6) : 1-4 (suite 1), 25-29 (suite 2).
3423 6502 08/1.1.3.0.1/10 ASS Sempervivo montani - Sedetum brevifolii Nègre 1968 'Nègre, R., 1968. La végétation du bassin de l''One (Pyrénées centrales). 1ère note : rochers et éboulis. Portug. Acta Biol., sect. B, 9 : 196-290.'
3424 2791 08/1.1.3.0.2 8230pp ALL Sempervivion arachnoidei (de Foucault 1999) Julve 2003 all. nov. prov. hoc loco pelouses acidophiles des lithosols (dalles), héliophiles, médioeuropéennes, montagnardes alpiennes hoc loco Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3425 2792 08/1.1.3.0.2/01 ASS Agrostio rupestris - Sempervivetum montani Rivas-Martínez & Géhu 1978 Rivas-Martínez, S. & J.-M. Géhu, 1978. Observations syntaxonomiques sur quelques végétations du Valais suisse. Doc. Phytosoc., N.S., 3 : 371-424.
3426 2855 08/1.1.3.0.2/02 ASS Sclerantho polycarpi - Sempervivetum arachnoidei Braun-Blanquet (1949) 1955 pelouse acidophile des lithosols (dalles), héliophile, médioeuropéenne, des hautes vallées sèches internes des Alpes, en système intermédiaire Braun-Blanquet, J., 1955. Das Sedo-Scleranthion neu für die Westalpen. Österr. Bot. Zeitschr., 102 : 476-485. [= Comm. SIGMA, n°130]. Braun-Blanquet, J., 1949. Übersicht der Pflanzengesellschaften Rätiens, (II). Vegetatio, 1 : 129-146.
3427 2793 08/1.1.3.0.3 8230pp ALL ? pelouses acidophiles des lithosols (dalles), héliophiles, médioeuropéennes, montagnardes centraliennes
3428 2794 08/1.1.3.0.3/01 ASS Sempervivo calcarei subsp. arvernensis - Festucetum arvernensis de Foucault 1987 Sempervivo arvernensis - Festucetum arvernensis T10, p. 357. Bull. Soc. Bot. Centre-Ouest, n.s., 18 : 356. Foucault, B. de, 1987. Données phytosociologiques sur la végétation observée lors de la treizième session de la S.B.C.O. en Aubrac et Margeride. Bull. Soc. Bot. Centre-Ouest, N.S., 18 : 337-361.
3429 2795 08/1.1.3.0.3/02 ASS Sileno rupestris - Festucetum billyi (Billy 2002) Julve 2003 nom. nov. hoc loco Basse-Auvergne hoc loco Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
3430 2796 08/1.1.3.0.3/02 syn compl. Sileno rupestris - Sedetum annuii Oberdorfer 1978 [festucetosum billyi Billy 2002] Oberdorfer, E., 1978. Süddeutsche Pflanzengesellschaften (2ten Aufl.), Teil II., 355 p. Gustav Fischer Verlag, Stuttgart.
3431 2797 08/1.1.3.0.3/03 ASS Sedo alpestris - Silenetum rupestris Billy 2002 prov. Basse-Auvergne Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
3432 2858 08/1.1.3.0.3/04 ASS Anarrhino bellidifolii - Sedetum telephii subsp. maximi Billy 2002 prov. Basse-Auvergne Anarrhino bellidifolii - Sedetum maximi Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
3433 2798 08/1.2 SUBCLA Sedenea acris de Foucault 1999 pelouses basophiles des lithosols (dalles) et arénosols (sables), médioeuropéennes à méditerranéennes Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3434 2799 08/1.2 syn = Festuco ovinae - Sedetea acris Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
3435 2800 08/1.2 syn compl incl Alysso alyssoidis - Sedetalia albi subsp. albi Moravec 1967 Moravec, J., 1967. Zu den azidophilen Trockenrasengesellschaften südwestböhmens und Bemerkungen zur Syntaxonomie der Klasse Sedo-Scleranthetea. Folia Geobot. Phytotax., 2 : 137-178.
3436 2801 08/1.2 syn incl Alysso montani - Sedetalia albi subsp. albi (Moravec 1967) Julve 2004 nom. nov. hoc loco hoc loco Moravec, J., 1967. Zu den azidophilen Trockenrasengesellschaften südwestböhmens und Bemerkungen zur Syntaxonomie der Klasse Sedo-Scleranthetea. Folia Geobot. Phytotax., 2 : 137-178.
3437 2802 08/1.2.1 6110* ORD Sedetalia albi subsp. micranthi de Foucault 1999 pelouses basophiles des lithosols (dalles), méditerranéennes à subméditerranéennes Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3438 2803 08/1.2.1.0.1 ALL Sedion albo subsp. micrantho - sediformis de Foucault 1999 pelouses basophiles des lithosols (dalles), mésoméditerranéennes Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3439 2804 08/1.2.1.0.1 syn = Sedion albi subsp. micrantho - sediformis Rivas-Martínez, Sánchez Gómez & Alcaraz in Alcaraz, Sánchez Gómez, De la Torre, Ríos & J. Alvarez 1991 ex Sánchez Gómez & Alcaraz 1993 Sedion micrantho - sediformis Sánchez Gómez, P. & F. Alcaraz, 1993. Flora, Vegetación y Paisaje vegetal de las sierras de Segura orientales. Publ. Inst. Est. Albacetenses. Serie I –Estudios- Num. 69. Albacete. Alcaraz, F., P. Sánchez, A. De la Torre, S. Ríos & J. Alvarez, 1991. Datos sobre la vegetación de Murcia España). Guía Geobotánica de la Excursión de la XI Jornadas de Fitosociología PPU Promociones y Publicaciones S.A.). Universidad de Murcia, 162 p.
3440 2805 08/1.2.1.0.1 syn= Sedenion albi subsp. micranthi O. de Bolòs 1961 Sedenion micranthi Bolòs, O. de, 1961. La transición entre la Depresión del Ebro y los Pirineos en el aspecto geobotánico. Anales Inst. Bot. Cavanilles (1960), 18 : 199-254.
3441 2806 08/1.2.1.0.1 syn= Sedion albi subsp. micranthi (O. de Bolòs 1981) de la Torre, Alcaraz & Vicedo 1996 Sedion micranthi Torre, A. de la, F. Alcaraz & M. Vicedo, 1996. Notas fitosociológicas sobre el sureste ibérico, III. Lazaroa, 17 : 117-127. Bolòs, O. de, 1981. De vegetatione notulae, III. Collect. Bot. (Barcelona), 12 : 63-76.
3442 2807 08/1.2.1.0.1 syn= Sedion albi subsp. micrantho - sediformis Rivas-Martínez, Sánchez Gómez & Alcaraz in Alcaraz, Sánchez Gómez, De la Torre, Ríos & J. Alvarez 1991 Sedion micrantho - sediformis Alcaraz, F., P. Sánchez, A. De la Torre, S. Ríos & J. Alvarez, 1991. Datos sobre la vegetación de Murcia España). Guía Geobotánica de la Excursión de la XI Jornadas de Fitosociología PPU Promociones y Publicaciones S.A.). Universidad de Murcia, 162 p.
3443 2808 08/1.2.1.0.1/01 ASS Sedetum anopetali - sediformis (Braun-Blanquet, Roussine & Nègre 1952) de Foucault 1999 Sedetum ochroleuco - sediformis Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
3444 2809 08/1.2.1.0.1/01 syn compl Sedo albi subsp. micranthi - Arabidetum vernae Braun-Blanquet 1931 em. Braun-Blanquet, Roussine & Nègre 1952 Sedo micranthi - Arabidetum vernae Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3445 2810 08/1.2.1.0.1/02 ASS Thymo vulgaris - Euphorbietum spinosae Guinochet 1975 Guinochet, M., 1975. Sur quelques associations de pelouses des préalpes de Grasse. Anales Inst. Bot. Cavanilles, 32 : 1291-1314.
3446 2811 08/1.2.1.0.1/03 ASS Sedetum albo subsp. micrantho - sediformis O. de Bolòs & Masalles in O. de Bolòs 1981 Sedetum micrantho - sediformis Bolòs, O. de, 1981. De vegetatione notulae, III. Collect. Bot. (Barcelona), 12 : 63-76.
3447 2812 08/1.2.1.0.2 ALL ? pelouses basophiles des lithosols (dalles), subméditerranéo-atlantiques
3448 2813 08/1.2.1.0.2/01 ASS Sedetum acro - albi subsp. micranthi Géhu 1988 Géhu, J.-M., 1988. Les rochers à Sedum micranthum du golfe normand-breton. Bull. Soc. Bot. N. France, 40(3/4) : 3-6.
3449 6701 08/1.2.1.0.2/01 syn compl Syntrichio ruralis - Sedetum albi subsp. micranthi Felzines & Loiseau in Royer, Felzines, Misset & Thévenin 2006 Syntrichio ruralis - Sedetum micranthi Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
3450 2814 08/1.2.1.0.2/02 ASS Veronico prostratae - Sedetum sediformis Julve & Marchal in Julve 2001 Quercy Julve, Ph., 2001. Flore et végétation de trois sites de pelouses calcicoles du P.N.R. des Causses du Quercy (Lot). Parc Naturel Régional des Causses du Quercy. 52 p. + annexes et cartes.
3451 2815 08/1.2.2 ORD Festuco gr. ovinae - Sedetalia acris Tüxen 1951 em. de Foucault 1999 pelouses basophiles des lithosols (dalles), subméditerranéennes à continentales-montagnardes Festuco ovinae - Sedetalia acris Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3452 2816 08/1.2.2 syn pp Festuco gr. ovinae - Sedetalia acris Tüxen 1951 Festuco ovinae - Sedetalia acris Tüxen, R., 1951. Eindrücke während der Pflanzengeographischen Exkursionen durch süd-Schweden. Vegetatio, 3 : 149-173.
3453 2817 08/1.2.2.0.1 ALL Gageo bohemicae - Sedion albi (Oberdorfer 1957) de Foucault 1999 pelouses basothermophiles des lithosols (dalles granitiques), continentales-montagnardes Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
3454 2818 08/1.2.2.0.1/01 ASS Gageo bohemicae subsp. saxatilis - Festucetum heteropachys (Oberdorfer 1957) Julve 1993 prov. Gageo saxatilis - Festucetum heteropachys Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
3455 2819 08/1.2.2.0.1/02 ASS Festuco arvernensis - Koelerietum pyramidatae de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3456 2820 08/1.2.2.0.1/02 syn compl Filagini - Airetum praecocis veronicetosum dillenii Dejou & Loiseau 1983 Dejou, J., Loiseau, R., 1983. Observations sur les sols et la composition floristique des pelouses établies sur granites au sud-ouest de Clermont-Ferrand. Rev. Sci. Nat. Auvergne, 49 : 31-54.
3457 2821 08/1.2.2.0.1/03 ASS Scillo autumnalis - Sedetum albi Korneck 1975 Auvergne Korneck, D., 1975. Beitrag zur Kenntniss mitteleuropäischer Felsgrusgesellschaften (Sedo-Scleranthetea). Mitt. Flor. Soz. Arbeitsgem., N.F., 18 : 45-102.
3458 2822 08/1.2.2.0.1/04 ASS Thymo praecocis - Rumicetum acetosellae de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3459 2823 08/1.2.2.0.1/04 syn compl Spergulo pentandrae - Veronicetum dillenii Korneck 1975 Korneck, D., 1975. Beitrag zur Kenntniss mitteleuropäischer Felsgrusgesellschaften (Sedo-Scleranthetea). Mitt. Flor. Soz. Arbeitsgem., N.F., 18 : 45-102.
3460 2824 08/1.2.2.0.1/05 ASS Rumici acetosellae var. tenuifoliae - Sedetum acris Passarge 1977 Rumici tenuifoliae - Sedetum acris Passarge, H., 1977. Über Initialfluren der Sedo-Scleranthetea auf pleistozänen Böden. Feddes Repert., 88 : 503-525.
3461 2825 08/1.2.2.0.1/06 ASS ?
3462 2826 08/1.2.2.0.1/06 syn compl incl Saxifrago tridactylitis - Potentilletum neglectae Billy 2002 prov. Auvergne Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
3463 2827 08/1.2.2.0.2 ALL Allio sphaerocephali - Sedion albi (Oberdorfer & Müller in Müller 1961) de Foucault 1999 pelouses basopsychrophiles des lithosols xérophiles (dalles calcaires), planitiaires Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. Müller, T., 1961. Alysso-Sedetum und Alysso-Sedion.Ergebnisse pflanzensoziologischen Untersuchungen in Südwestdeutschland. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 111-122.
3464 2829 08/1.2.2.0.2 syn compl Alysso alyssoidis - Sedion albi subsp. albi Oberdorfer & Müller in Müller 1961 Alysso alyssoidis - Sedion albi Müller, T., 1961. Alysso-Sedetum und Alysso-Sedion.Ergebnisse pflanzensoziologischen Untersuchungen in Südwestdeutschland. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 111-122.
3465 2830 08/1.2.2.0.2/01 ASS Minuartietum mutabilis Royer 1978 Royer, J.-M., 1978. Les pelouses sèches à thérophytes de Bourgogne et Champagne méridionale. Coll. Phytosoc., 6 : 133-147. (Pelouses sèches à thérophytes, Lille 1977).
3466 2831 08/1.2.2.0.2/02 ASS Poetum badensis Royer 1973 Royer, J.-M., 1973. Essai de synthèse sur les groupements végétaux de pelouses éboulis et rochers de Bourgogne et Champagne méridionale. Ann. Scient. Univ. Besançon, 3e Série, Bot., 1972, 13 : 157-316.
3467 6698 08/1.2.2.0.2/02 syn = Poetum badensis Royer 1982 'Royer, J.-M., 1982. Contribution à l''étude phytosociologique des pelouses du Périgord et des régions voisines. Doc. Phytosoc., N.S., 6 : 203-220.'
3468 2832 08/1.2.2.0.2/02 syn = Sedo acris - Poetum badensis Mahn 1965 ?
3469 2833 08/1.2.2.0.2/03 ASS Festuco longifoliae - Sedetum albi de Foucault (1979) 1989 Morvan Foucault, B. de, 1989. Etude complémentaire de la végétation des coteaux secs de la vallée de la Laize entre Bretteville-sur-Laize et Laize-la-ville, (Calvados). Bull. Soc. Bot. Centre-Ouest, N.S., 20 : 77-93. Foucault, B. de, 1979. Observations sur la végétation des rochers arides de la Basse-Normandie armoricaine. Doc. Phytosoc., N.S., 4 : 267-277.
3470 2834 08/1.2.2.0.2/03 syn compl Vulpio bromoidis - Festucetum longifoliae (Bidault 1964) Royer 1975 'Royer, J.-M., 1975. Observations phytosociologiques sur les groupements xérothermiques de l''Avallonais granitique Morvan). Ann. Scient. Univ. Besançon, 3e série, Bot., 16 : 63-76.' ?
3471 2835 08/1.2.2.0.2/03 syn compl Vulpio bromoidis - Festucetum longifoliae Robbe 1993 Robbe, G., 1993. Les groupements végétaux du Morvan. Société d.histoire naturelle et des amis du muséum d.Autun, Autun, 159 p.
3472 2836 08/1.2.2.0.2/04 ASS Sedetum albo - sexangularis Braun-Blanquet 1955 Massif Central Braun-Blanquet, J., 1955. Das Sedo-Scleranthion neu für die Westalpen. Österr. Bot. Zeitschr., 102 : 476-485. [= Comm. SIGMA, n°130].
3473 2837 08/1.2.2.0.2/04 syn = Thymo pulegioidis - Sedetum sexangulare Billy 2002 Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
3474 2838 08/1.2.2.0.2/05 ASS Alysso montani - Sedetum albi Royer in Royer, Felzines, Misset & Thévenin 2006 pelouse de dalle calcaire ensoleillée en exposition sud en Bourgogne Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
3475 2839 08/1.2.2.0.2/05 syn compl Alysso alyssoidis - Sedetum albi Oberdorfer & Müller in Müller 1961 Müller, T., 1961. Alysso-Sedetum und Alysso-Sedion.Ergebnisse pflanzensoziologischen Untersuchungen in Südwestdeutschland. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 111-122.
3476 2840 08/1.2.2.0.3 ALL Sedo albi - Poion compressae (Oberdorfer & Müller in Müller 1961) de Foucault 1999 pelouses basophiles, mésothermes, des lithosols mésoxérophiles (dalles calcaires), planitiaires Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. Müller, T., 1961. Alysso-Sedetum und Alysso-Sedion.Ergebnisse pflanzensoziologischen Untersuchungen in Südwestdeutschland. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 111-122.
3477 2841 08/1.2.2.0.3/01 ASS Sedo acris - Poetum alpinae Royer 1985 Royer, J.-M., 1985. Les associations végétales des dalles rocheuses (Alysso-Sedion) de la chaine du Jura français. Tuexenia, 5 : 131-143.
3478 2842 08/1.2.2.0.3/02 ASS Sedo albi - Poetum compressae (Géhu & Lericq 1957) de Foucault 1989 pelouse de dalle de sommet de vieux murs Bassin parisien, Auvergne, etc. Foucault, B. de, 1989. Etude complémentaire de la végétation des coteaux secs de la vallée de la Laize entre Bretteville-sur-Laize et Laize-la-ville, (Calvados). Bull. Soc. Bot. Centre-Ouest, N.S., 20 : 77-93. Géhu, J.-M. & R. Lericq, 1957. Nouvelles observations concernant la flore du département du Nord. Bull. Soc. Bot. N. Fr., 10 : 110-129.
3479 2843 08/1.2.2.0.3/02 syn compl Saxifrago tridactylitis - Poetum compressae (Kreh 1945) Géhu & Lericq 1957 Géhu, J.-M. & R. Lericq, 1957. Nouvelles observations concernant la flore du département du Nord. Bull. Soc. Bot. N. Fr., 10 : 110-129. ?
3480 2844 08/1.2.2.0.3/03 ASS Hieracio pilosellae - Poetum compressae Petit 1978 pelouse pionnière de terrils miniers, acidocline Nord-Picardie Petit, D., 1978. Les pelouse à Hieracium pilosella des terrils du nord de la France. Coll. Phytosoc., 6 : 201-212. (Pelouses sèches à thérophytes, Lille 1977).
3481 2845 08/1.2.2.0.3/04 ASS Festuco lemanii - Poetum compressae (Petit 1978) Julve 1993 prov. pelouse pionnière de terrils miniers, basophile Nord-Picardie Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Petit, D., 1978. Les pelouse à Hieracium pilosella des terrils du nord de la France. Coll. Phytosoc., 6 : 201-212. (Pelouses sèches à thérophytes, Lille 1977).
3482 2846 08/1.2.2.0.3/04 syn compl Airo caryophylleae - Festucetum filiformis Tüxen (1937) 1955 Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
3483 9336 08/1.2.2.0.2/06 ASS Potentilletum argenteo - neumannianae Géhu 1961 Géhu, J.-M., 1961. Les groupements végétaux du bassin de la Sambre française. Vegetatio, 10 : 69-148, 161-208, 257-372.
3484 2847 08/1.2.2.0.4 ALL Valerianion tuberosae Guinochet 1975 pelouses basophiles des lithosols (dalles), supra à oroméditerranéennes Guinochet, M., 1975. Sur quelques associations de pelouses des préalpes de Grasse. Anales Inst. Bot. Cavanilles, 32 : 1291-1314.
3485 2848 08/1.2.2.0.4/01 ASS Saxifrago granulatae - Valerianetum tuberosae Guinochet 1975 Guinochet, M., 1975. Sur quelques associations de pelouses des préalpes de Grasse. Anales Inst. Bot. Cavanilles, 32 : 1291-1314.
3486 2849 08/1.2.2.0.4/02 ASS Valeriano montanae - Poetum perconcinnae Alliet 1971 Allier, C., 1971. Les groupements végétaux culminaux des montagnes des Baronnies septentrionales. Coll. Int. Mil. Nat. Supraforest. Mont. Bass. Occ. Méd., 175-189. Perpignan.
3487 2850 08/1.2.2.0.5 ALL Sedo albi subsp. albi - Scleranthion perennis subsp. perennis Braun-Blanquet (1947) 1955 pelouses basophiles des lithosols (dalles), médioeuropéennes, orophiles Sedo albi - Scleranthion perennis Braun-Blanquet, J., 1955. Das Sedo-Scleranthion neu für die Westalpen. Österr. Bot. Zeitschr., 102 : 476-485. [= Comm. SIGMA, n°130]. 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
3488 2851 08/1.2.2.0.5/01 ASS Sedetum montani Braun-Blanquet (1949) 1955 pelouse basophile des lithosols (dalles), médioeuropéenne, orophile, des adrets alpiens méridionaux Braun-Blanquet, J., 1955. Das Sedo-Scleranthion neu für die Westalpen. Österr. Bot. Zeitschr., 102 : 476-485. [= Comm. SIGMA, n°130]. Braun-Blanquet, J., 1949. Übersicht der Pflanzengesellschaften Rätiens, (II). Vegetatio, 1 : 129-146.
3489 2852 08/1.2.2.0.5/01 syn = Sedetum montani Braun-Blanquet 1961 Sedetum brigantiacum Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
3490 2853 08/1.2.2.0.5/02 ASS Poetum perconcinnae Gams 1927 Gams, H., 1927. Von den Follatères zur Dent de Morcles. Vegetationsmonographie aus dem Wallis. Beitr. Geobot. Landesaufn. Schweiz, 15 : 1-760, 1 carte.
3491 2854 08/1.2.2.0.5/03 ASS Minuartio fastigiatae - Poetum perconcinnae (Korneck 1975) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Korneck, D., 1975. Beitrag zur Kenntniss mitteleuropäischer Felsgrusgesellschaften (Sedo-Scleranthetea). Mitt. Flor. Soz. Arbeitsgem., N.F., 18 : 45-102.
3492 2856 08/1.2.2.0.5/05 ASS Sedo acris - Sempervivetum tectorum Bornkamm 1961 Bornkamm, R., 1961. Vegetation und Vegetations-Entwicklung auf Kiesdächern. Vegetatio, 10 : 1–24.
3493 2857 08/1.2.2.0.5/06 ASS Sedo acris - Thymetum polytrichi subsp. britannici Billy 2002 prov. Basse-Auvergne Sedo acris - Thymetum britannici Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
3494 2859 08/1.2.2.0.5/08 ASS Sedo rupestris - Hieracietum pilosellae Billy 2002 prov. Basse-Auvergne Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
3495 6702 08/1.2.2.0.5/09 ASS Hieracio pilosellae - Sedetum albi Robbe in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
3496 2860 08/1.2.3 ORD Artemisio campestris subsp. maritimae - Koelerietalia albescentis Sissingh 1974 pelouses basophiles sabulicoles, submaritimes, européennes Artemisio maritimae - Koelerietalia albescentis Sissingh, G., 1974. Comparaison du Roso-Ephedretum de Bretagne avec des unités de végétation analogues (contribution à la systématique des associations de dunes grises atlantiques et méditerranéennes). Doc. Phytosoc., 7/8 : 95-106.
3497 2861 08/1.2.3 syn pp Helichryso stoechadis - Crucianelletea maritimae (Géhu, Rivas-Martínez & Tüxen in Bon & Géhu 1973) Sissingh 1974 em. Biondi & Géhu in Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154. Sissingh, G., 1974. Comparaison du Roso-Ephedretum de Bretagne avec des unités de végétation analogues (contribution à la systématique des associations de dunes grises atlantiques et méditerranéennes). Doc. Phytosoc., 7/8 : 95-106. ?
3498 2862 08/1.2.3.0.1 2130*pp ALL Koelerion albescentis Tüxen 1937 pelouses arénicoles basophiles, submaritimes, atlantiques, mésohydriques Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
3499 2863 08/1.2.3.0.1/01 ASS Violo saxatilis subsp. curtisii - Koelerietum albescentis (Massart 1908) Julve 1996 pelouse arénicole maritime basophile, psychroatlantique Violo curtisii - Koelerietum albescentis ? ?
3500 2864 08/1.2.3.0.1/01 syn compl Galio veri subsp. maritimi - Syntrichietum ruraliformis Hocquette 1927 Galio maritimi - Tortuletum ruraliformis Galio veri subsp. maritimi - Tortuletum ruraliformis Hocquette, M., 1927. Etude sur la végétation et la flore du littoral de la mer du nord de Nieuport à Sangatte. Arch. Bot. (Caen), 1, mém. 4, 179 p.
3501 7036 08/1.2.3.0.1/01 syn compl Gentiano campestris - Pimpinelletum saxifragae Tüxen & Westhoff in Tüxen 1967 Tüxen, R., 1967. Die westeuropäische Küste als Kampf- und Lebensraum. Geogr. Review of Japan, 40 (4).
3502 2865 08/1.2.3.0.1/01 syn compl Syntrichio ruraliformis - Phleetum arenarii (Braun-Blanquet & de Leeuw 1936) Tüxen 1937 Tortulo ruraliformis - Phleetum arenarii Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
3503 2866 08/1.2.3.0.1/01 syn compl Syntrichio ruraliformis - Phleetum arenarii (Massart 1908) Braun-Blanquet & de Leeuw 1936 Tortulo ruraliformis - Phleetum arenarii Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393. ?
3504 2867 08/1.2.3.0.1/01 syn compl Violo saxatilis subsp. curtisii - Syntrichietum ruraliformis Braun-Blanquet & Tüxen 1952 Violo curtisii - Syntrichietum ruraliformis Violo saxatilis subsp. curtisii - Tortuletum ruraliformis Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
3505 2868 08/1.2.3.0.1/02 ASS Festuco filiformis - Galietum veri var. maritimi (Onno 1933) Braun-Blanquet & de Leeuw 1936 pelouse arénicole maritime basophile acidifiée, psychroatlantique Festuco filiformis - Galietum maritimi Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393. ?
3506 2877 08/1.2.3.0.1/02 syn nn Agrostio capillaris - Poetum pratensis subsp. latifoliae Tüxen 1955 pelouse arénicole submaritime, psychrophile Agrostio capillaris - Poetum latifoliae Agrostio - Poetum humilis Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
3507 2869 08/1.2.3.0.1/03 ASS Euphorbio portlandicae - Koelerietum albescentis (Géhu & de Foucault 1978) de Foucault 1995 pelouse arénicole maritime basophile, thermoatlantique Foucault, B. de, 1995. Contribution à une monographie phytosociologique de la Hague (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 45-90. Géhu, J.-M. & B. de Foucault, 1978. Les pelouses à Tortula ruraliformis des dunes du nord-ouest de la France. Coll. Phytosoc., 6 : 269-273. (Pelouses sèches à thérophytes, Lille 1977).
3508 2870 08/1.2.3.0.1/03 syn compl Hornungio petraeae - Syntrichietum ruraliformis Géhu & de Foucault 1978 Hornungio petraeae - Tortuletum ruraliformis Géhu, J.-M. & B. de Foucault, 1978. Les pelouses à Tortula ruraliformis des dunes du nord-ouest de la France. Coll. Phytosoc., 6 : 269-273. (Pelouses sèches à thérophytes, Lille 1977).
3509 2871 08/1.2.3.0.1/04 ASS Lino biennis - Koelerietum albescentis (Provost 1975) Géhu 1978 ex de Foucault 1995 pelouse arénicole maritime basophile, atlantique mésotherme, bas-normande Foucault, B. de, 1995. Contribution à une monographie phytosociologique de la Hague (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 45-90. Géhu, J.-M., 1978. Les phytocénoses endémiques des côtes françaises occidentales. Bull. Soc. Bot. France, 125 : 199-208. Provost, M., 1975. Etude phytosociologique et écologique des dunes de Beaubigny. Doc. CREPAN, 89 p. Caen.
3510 7218 08/1.2.3.0.1/11 ASS Asperulo cynanchicae var. densiflorae - Galietum veri var. maritimi Géhu 1995 Asperulo densiflorae - Galietum maritimi Géhu, J.-M., 1995. Essai de typologie phytosociologique des habitats et des végétations halophiles des littoraux sédimentaires périméditerranéens et thermo-atlantiques. Fitosociologia, 30 : 201-212.
3511 7219 08/1.2.3.0.1/12 ASS Galio veri var. maritimi - Festucetum armoricanae Géhu 1995 Galio maritimi - Festucetum armoricanae Géhu, J.-M., 1995. Essai de typologie phytosociologique des habitats et des végétations halophiles des littoraux sédimentaires périméditerranéens et thermo-atlantiques. Fitosociologia, 30 : 201-212.
3512 7220 08/1.2.3.0.1/13 ASS Galio veri var. maritimi - Festucetum longifoliae Géhu 1995 Galio maritimi - Festucetum longifoliae Géhu, J.-M., 1995. Essai de typologie phytosociologique des habitats et des végétations halophiles des littoraux sédimentaires périméditerranéens et thermo-atlantiques. Fitosociologia, 30 : 201-212.
3513 9418 08/1.2.3.0.1/14 GRPT grpt à Ameria arenaria & Veronica spicata Boullet 1996 prov. ?
3514 2878 08/1.2.3.0.2 2130*pp ALL Euphorbio portlandicae - Helichrysion stoechadis Géhu & Tüxen 1972 ex Sissingh 1974 pelouses arénicoles basophiles, submaritimes, thermoatlantiques, xérophiles Sissingh, G., 1974. Comparaison du Roso-Ephedretum de Bretagne avec des unités de végétation analogues (contribution à la systématique des associations de dunes grises atlantiques et méditerranéennes). Doc. Phytosoc., 7/8 : 95-106.
3515 2879 08/1.2.3.0.2/01 ASS Roso pimpinellifoliae - Ephedretum distachyae Kuhnholtz-Lordat (1927) 1931 'Kuhnholtz-Lordat, G., 1931. L''association à Rosa pimpinellifolia et Ephedra distachya de la presqu''île de Quiberon (Morbihan). Ann. Ecol. Nat. Agric. Montpellier, 20 : 282-301.' 'Kuhnholtz-Lordat, G., 1927. La baie d''Audierne et la baie de Douarnenez. Ann. Ecol. Nat. Agric. Montpellier, 19 : 201-231.'
3516 7221 08/1.2.3.0.2/01 syn incl Armerio arenariae - Rosetum pimpinellifoliae Géhu 2000 ?
3517 2880 08/1.2.3.0.2/02 ASS Thymo polytrichi subsp. britannici - Helichrysetum stoechadis Géhu & Sissingh in Sissingh 1974 Thymo britannici - Helichrysetum stoechadis Sissingh, G., 1974. Comparaison du Roso-Ephedretum de Bretagne avec des unités de végétation analogues (contribution à la systématique des associations de dunes grises atlantiques et méditerranéennes). Doc. Phytosoc., 7/8 : 95-106.
3518 2881 08/1.2.3.0.2/03 ASS Alysso loiseleurii - Helichrysetum stoechadis Géhu 1974 'Géhu, J.-M., 1974. l''Astrocarpo-Corynephoretum canescentis Braun-Blanquet 1967 dans les landes de Gascogne. Doc. Phytosoc. 6 : 43-45.'
3519 2882 08/1.2.3.0.2/04 ASS Sileno portensis - Helichrysetum stoechadis Géhu 1974 'Géhu, J.-M., 1974. l''Astrocarpo-Corynephoretum canescentis Braun-Blanquet 1967 dans les landes de Gascogne. Doc. Phytosoc. 6 : 43-45.'
3520 2883 08/1.2.3.0.2/05 ASS Festuco rubrae subsp. orariae - Galietum arenarii Géhu 1964 Festuco orariae - Galietum arenarii Festuco juncifoliae - Galietum arenarii 'Géhu, J.-M., 1964. L''excursion dans le nord et l''ouest de la France de la société internationale de phytosociologie en 1962. Vegetatio, 12 : 1-95.'
3521 2884 08/1.2.3.0.2/06 ASS Hieracio eriophori - Galietum arenarii Géhu 1968 Géhu, J.-M., 1968. Application en phytosociologie de la cartographie en réseaux. Bull. Soc. Bot. N. Fr., 22 : 1-25.
3522 2885 08/1.2.3.0.2/06 syn = Galio arenarii - Hieracietum eriophori Géhu (1968) 1982 ? Géhu, J.-M., 1968. Application en phytosociologie de la cartographie en réseaux. Bull. Soc. Bot. N. Fr., 22 : 1-25.
3523 2886 08/1.2.3.0.2/07 ASS Artemisio campestris subsp. maritimae - Ephedretum distachyae Géhu & Sissingh in Sissingh 1974 Artemisio maritimae - Ephedretum distachyae Sissingh, G., 1974. Comparaison du Roso-Ephedretum de Bretagne avec des unités de végétation analogues (contribution à la systématique des associations de dunes grises atlantiques et méditerranéennes). Doc. Phytosoc., 7/8 : 95-106.
3524 2887 08/1.2.3.0.2/08 ASS Helichryso stoechadis - Koelerietum albescentis Loriente 1974 Loriente, E. 1974. Vegetación y flora de las playas y dunas de la provincia de Santander. Inst. Cul. Cantabria. Dip. Prov. Santander. 287 pp. Santander.
3525 2888 08/1.2.3.0.2/08 syn = Helichryso stoechadis - Ononidetum hispanicae subsp. ramosissimae Guinea ex Loriente 1975 Helichryso stoechadis - Ononidetum ramosissimae Helichryso maritimae - Ononidetum ramosissimae Loriente, E. 1975. Nueva asociación psamófila para las dunas muertas de la costa santanderina. Anales Inst. Bot. Cavanilles 32, 2.441-452.
3526 2889 08/1.2.3.0.2/09 ASS Festuco rubrae subsp. arenariae - Crucianelletum maritimae Alvarez Díaz 1972 Festuco arenariae - Crucianelletum maritimae Alvarez Díaz, R., 1972. Estudio de la flora y vegetación de las playas de Galicia. Trab. Compostelanos Biol., 2: 35-65.
3527 7222 08/1.2.3.0.2/10 ASS Armerio arenariae - Galietum veri var. maritimi Géhu 1995 Armerio arenariae - Galietum maritimi Géhu, J.-M., 1995. Essai de typologie phytosociologique des habitats et des végétations halophiles des littoraux sédimentaires périméditerranéens et thermo-atlantiques. Fitosociologia, 30 : 201-212.
3528 2890 08/1.2.3.0.3 ALL Diantho pyrenaici subsp. attenuati - Scrophularion caninae var. humifusae Baudière & Simmoneau 1974 pelouses basophiles sabulicoles, submaritimes, méditerranéennes, catalanes Diantho attenuati - Scrophularion humifusae Baudière, A. & P. Simonneau, 1974. Les groupements à Corynephorus canescens et à Ephedra distachya du littoral roussillonnais. Vie et Milieu, 24(1) C : 21-42.
3529 2891 08/1.2.3.0.3/01 ASS Lobulario maritimae - Ephedretum distachyae (Hekking 1959) de Foucault & Julve 1991 Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420. Hekking, W.H.A., 1959. Un inventaire phytosociologique des dunes de la côte méditerranéenne française entre Carnon et le Grau du roi (Hérault). Proc. Kon. Nederl. Akad. Wetensch., Ser. C, 62 : 518-532. [= Comm. SIGMA, n°149].
3530 2892 08/1.2.3.0.3/01 syn = Diantho pyrenaici subsp. attenuati - Ephedretum distachyae (Baudière & Simmoneau 1974) Géhu & Bournique 1992 Diantho attenuati - Ephedretum distachyae 'Géhu, J.-M. & C.-P. Bournique, 1992. Interprétation phytosociologique actualisée et comparative des vestiges de végétation du cordon littoral entre Sète et Agde (Languedoc). Coll. Phytosoc., 19 : 133-146. (Végétation et qualité de l''environnement cotier en Méditerranée, Cagliari 1989).' Baudière, A. & P. Simonneau, 1974. Les groupements à Corynephorus canescens et à Ephedra distachya du littoral roussillonnais. Vie et Milieu, 24(1) C : 21-42.
3531 2893 08/1.2.4 ORD Carici liparocarpos - Helichrysetalia stoechadis (de Foucault 1999) Julve 2003 ord. nov. prov. hoc loco pelouses basophiles sabulicoles, continentales, sub à méditerranéennes hoc loco Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3532 2894 08/1.2.4.0.1 ALL ? pelouses basophiles sabulicoles, continentales, méditerranéennes
3533 2895 08/1.2.4.0.1/01 ASS Carici liparocarpos - Sedetum anopetali (René Molinier 1934) de Foucault 1999 Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274.
3534 2896 08/1.2.4.0.1/01 syn compl Carici liparocarpos - Crepidetum suffrenianae Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
3535 2897 08/1.2.4.0.1/02 ASS Artemisio campestris subsp. glutinosae - Teucrietum dunensis René Molinier & Tallon 1965 ?
3536 2898 08/1.2.4.0.2 ALL Armerion girardii Braun-Blanquet 1931 em. Quézel 1971 pelouses basophiles sabulicoles, dolomiticoles, continentales, subméditerranéennes Armerion junceae Quézel, P., 1971. A propos des pelouses caussenardes à Stipa pennata et à Sesleria caerulea. Bull. Soc. Et. Sci. Nat. Nîmes, 51 : 119-141. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3537 2899 08/1.2.4.0.2 syn pp Armerion girardii Braun-Blanquet 1931 Armerion junceae Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3538 8220 08/1.2.4.0.2 syn pp Armerienion girardii Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3539 2900 08/1.2.4.0.2/01 ASS Helichryso stoechadis var. dolomitici - Sedetum anopetali (Braun-Blanquet 1931) Julve 1993 prov. pelouse languedocienne Helichryso dolomitici - Sedetum anopetali Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3540 2901 08/1.2.4.0.2/01 syn compl Phleo arenarii - Sedetum anopetali Braun-Blanquet 1931 apud Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3541 2902 08/1.2.4.0.2/02 ASS Armerietum girardii Braun-Blanquet 1928 pelouse caussenarde Armerietum junceae Braun-Blanquet, J., 1928. Pflanzensoziologie. 330 p. Springer. Berlin.
3542 8221 08/1.2.4.0.2/02 syn = Armerietum girardii Braun-Blanquet 1931 Armerietum junceae Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3543 2903 08/1.2.4.0.2/03 ASS Ibero - Armerietum belgenciencis René Molinier & Tronchetti 1967 Molinier, Re. & O. Tronchetti, 1967. Le massif de Sioublanc et la forêt de Morières. Ann. Soc. Bot. Sci. Nat. Toulon Var, 19 : 1-64.
3544 2904 08/1.2.4.0.2/04 ASS Euphorbio seguierianae var. dolomiticae - Armerietum girardii Barbero, Loisel & Quézel 1972 Euphorbio dolomiticae - Armerietum girardii Barbero, M., Loisel, R., Quézel, R., 1972. Etude phytosociologique des pelouses à Anthyllis montana, Ononis striata et Sesleria caerulea en France méridionale. Bull. Soc. Bot. Fra., 119 : 141-168.
3545 2905 08/1.2.5 ORD Helichrysetalia arenarii de Foucault 1999 pelouses basophiles sabulicoles, continentales, médioeuropéennes Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3546 2906 08/1.2.5.0.1 ALL Koelerion glaucae Volk 1931 pelouses basophiles sabulicoles, mésoxérophiles, continentales, centroeuropéennes Volk, O.H., 1931. Beiträge zur Ökologie der Sandvegetation der oberrheinischen Tiefebene. Zeitschr. Bot., 24 : 81-185. Jena.
3547 2907 08/1.2.5.0.1/01 ASS Artemisio campestris - Sedetum rupestris Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.
3548 2908 08/1.2.5.0.1/01 syn compl Bromo tectorum - Phleetum arenarii Korneck 1974 Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t.
3549 2909 08/1.2.5.0.1/01 syn compl Sileno conicae - Cerastietum semidecandri (Philippi 1971) Korneck 1974 Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t. Philippi, G., 1971. Sandfluren, Steppenrasen und Saumgesellschaften der Schwetzinger Hardt. Veröff. Landesst. Natursch. Landschaftspfl. Baden-Württ., 39 : 67-130.
3550 2910 08/1.2.5.0.1/02 ASS Potentillo argenteae - Poetum bulbosae (Passarge 1996) Julve 2005 ass. nov. hoc loco hoc loco Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.
3551 2911 08/1.2.5.0.1/02 syn compl Cerastio semidecandri - Poetum bulbosae Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.
3552 2912 08/1.2.5.0.2 ALL Armerion vulgaris Krausch (1962) 1968 pelouses basophiles sabulicoles, mésohydriques, continentales, centroeuropéennes Armerion elongatae Krausch, H.D., 1968. Die Sandtrockenrasen (Sedo-Scleranthetea) in Brandenburg. Mitt. Flor. Soz. Arbeitsgem., N.F., 13 : 71-98. Krausch, H.D., 1962. Vorschläge zur Gliederung der Mitteleuropäischen Sand- und Silikat-Trockenrasen. Mitt. flor.-soz. Arbeitsgem., 9 : 266-269.
3553 2913 08/1.2.5.0.2 syn = Armerienion vulgaris (Krausch 1968) Royer 1987 prov. Armerienion elongatae 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.' Krausch, H.D., 1968. Die Sandtrockenrasen (Sedo-Scleranthetea) in Brandenburg. Mitt. Flor. Soz. Arbeitsgem., N.F., 13 : 71-98.
3554 2915 08/1.2.5.0.2 syn = Plantagini lanceolatae - Festucion trachyphyllae Passarge 1964 Plantagini - Festucion ovinae Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
3555 2914 08/1.2.5.0.2 syn nn Armerion vulgaris Krausch 1961 Armerion elongatae Krausch, H.D., 1961. Die kontinentalen Steppenrasen (Festucetalia valesiacae) in Brandenburg. Feddes Repert., 139 : 167-227.
3556 2917 08/1.2.5.0.2/01 ASS Diantho deltoidis - Armerietum vulgaris Krausch 1968 Krausch, H.D., 1968. Die Sandtrockenrasen (Sedo-Scleranthetea) in Brandenburg. Mitt. Flor. Soz. Arbeitsgem., N.F., 13 : 71-98.
3557 2918 08/1.2.5.0.3 ALL Artemision campestris Julve 2006 all. nov. hoc loco pelouses basophiles sabulicoles, mésohydriques, continentales, atlantiques hoc loco
3558 2919 08/1.2.5.0.3/01 ASS Artemisietum campestris Lemée 1937 Bassin parisien Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
3559 9417 08/1.2.5.0.3/01 syn incl grpt à Artemisia campestris & Silene otites Boullet 1996 prov. ?
3560 2921 08/1.2.5.0.3/02 ASS Saxifrago granulatae - Helianthemetum nummularii Billy 2000 prov. Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
3561 2922 08/1.2.5.0.3/03 ASS Lactuco chondrilliflorae - Artemisietum campestris Billy 2000 prov. Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
3562 3552 08/1.2.5.0.3/04 ASS Scrophulario caninae - Artemisietum campestris Billy 2000 ex Royer, Felzines, Misset & Thévenin 2006 Basse-Auvergne Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p. Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
3563 2923 08/2. 6130 CLA Violetea calaminariae Tüxen 1961 ex Lohmeyer, A. & W. Matuszkiewicz, Merker, Moore, Müller, Oberdorfer, Poli, Seibert, Sukopp, Trautmann, Tüxen, J., Tüxen, R., Westhoff, 1962 pelouses métallicoles médioeuropéennes 'Lohmeyer, W., A. Matuszkiewicz, W. Matuszkiewicz, H. Merker, J.J. Moore, T. Müller, E. Oberdorfer, E. Poli, P. Seibert, H. Sukopp, W. Trautmann, J. Tüxen, R. Tüxen & V. Westhoff, 1962. Contribution à l''unification du système phytosociologique pour l''Europe moyenne et nord-occidentale. Melhoramento, 15 : 137-151.'
3564 2924 08/2. syn = Violetea calaminariae Braun-Blanquet & Tüxen 1943 Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
3565 2925 08/2. syn = Violetea calaminariae Braun-Blanquet & Tüxen 1943 ex Ernst 1965 Ernst, W., 1965. Ökologisch-soziologische Untersuchungen der schwermetall-Pflanzengesellschaften Mitteleuropas unter Einschluss der Alpen. Abhandl. Landesmus. Naturk. Münster, 27 : 1-54. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
3566 2926 08/2. syn = Violetea calaminariae Lohmeyer, A. & W. Matuszkiewicz, Merker, Moore, Müller, Oberdorfer, Poli, Seibert, Sukopp, Trautmann, J. Tüxen, Tüxen & Westhoff 1962 'Lohmeyer, W., A. Matuszkiewicz, W. Matuszkiewicz, H. Merker, J.J. Moore, T. Müller, E. Oberdorfer, E. Poli, P. Seibert, H. Sukopp, W. Trautmann, J. Tüxen, R. Tüxen & V. Westhoff, 1962. Contribution à l''unification du système phytosociologique pour l''Europe moyenne et nord-occidentale. Melhoramento, 15 : 137-151.'
3567 2927 08/2.0.1 ORD Violetalia calaminariae Braun-Blanquet & Tüxen 1943 pelouses métallicoles médioeuropéennes Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
3568 2928 08/2.0.1.0.1 ALL Noccaeion caerulescentis var. calaminaris Ernst 1965 pelouses métallicoles médioeuropéennes, montagnardes Ernst, W., 1965. Ökologisch-soziologische Untersuchungen der schwermetall-Pflanzengesellschaften Mitteleuropas unter Einschluss der Alpen. Abhandl. Landesmus. Naturk. Münster, 27 : 1-54.
3569 2929 08/2.0.1.0.1/01 ASS Armerietum muelleri Ernst 1966 apud 1976 Pyrénées Ernst, W., 1976. Violetea calaminariae. Prodrome of the european plant communities, 3, 132 p.
3570 2930 08/2.0.1.0.1/02 ASS Noccaeo caerulescentis subsp. caerulescentis var. calaminaris - Armerietum arenariae subsp. arenariae Ernst (1965) 1974 Mont-Lozère Noccaeo calaminaris - Armerietum arenariae Ernst, W., 1974. Schwermetallvegetation der Erde. Stuttgart, 194 p. Ernst, W., 1965. Ökologisch-soziologische Untersuchungen der schwermetall-Pflanzengesellschaften Mitteleuropas unter Einschluss der Alpen. Abhandl. Landesmus. Naturk. Münster, 27 : 1-54.
3571 2931 08/2.0.1.0.1/03 ASS Festuco longifoliae - Armerietum arenariae subsp. arenariae (P. Duvigneaud 1966) Ernst 1974 corr. hoc loco Haute-Vienne, Aveyron Festuco longifoliae - Armerietum arenariae Ernst, W., 1974. Schwermetallvegetation der Erde. Stuttgart, 194 p. Duvigneaud, P., 1966. Notes sur la biogéochimie des serpentines du sud-ouest de la France. Bull. Soc. Roy. Bot. Belg., 99 : 271-330.
3572 2932 08/2.0.1.0.2 ALL Armerion halleri Ernst 1965 pelouses métallicoles médioeuropéennes, planitiaires Ernst, W., 1965. Ökologisch-soziologische Untersuchungen der schwermetall-Pflanzengesellschaften Mitteleuropas unter Einschluss der Alpen. Abhandl. Landesmus. Naturk. Münster, 27 : 1-54.
3573 2933 08/2.0.1.0.2/01 ASS Armerietum halleri Libbert 1930 Libbert, W., 1930. Die Vegetation des Fallsteingebietes. Beih. Jahrb. Naturhist. Ges. Hannover, 2 : 1-60. (= Mitt. Flor. Soz. Arbeitsgem. Nieders., 2 : 1-66).
3574 2934 08/2.0.1.0.2/01 syn incl Cardaminopsietum halleri Hülbusch 1981 ?
3575 2935 08/2.0.1.0.2/02 ASS Poo compressae - Cardaminopsietum arenosae (Passarge 1996) Julve 2004 ass. nov. hoc loco hoc loco Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.
3576 2936 08/2.0.1.0.2/02 syn compl Arenario serpyllifoliae - Cardaminopsietum arenosae Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.
3577 2937 08/3. CLA Tuberarietea guttatae Braun-Blanquet (1961) 1964 tonsures annuelles acidophiles, européennes Helianthemetea annuae Braun-Blanquet, J., 1964. Pflanzensoziologie (3ten Aufl.). Springer, Wien, 865 p. Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
3578 2938 08/3. syn = Tuberarietea guttatae (Braun-Blanquet ex Rivas Goday 1958) Rivas Goday & Rivas-Martínez 1963 Helianthemetea annuae Rivas Goday, S. & S. Rivas-Martínez, 1963. Estudio y clasificacion de los pastizales espanoles. Publ. Ministerio de agricult., 277, 269 p. Madrid. Rivas Goday, S., 1958. Nuevos órdenes y alianzas de Helianthemetea annuae Br. Bl. Anales Inst. Bot. Cavanilles (1957), 15 : 539-651.
3579 2939 08/3. syn = Tuberarietea guttatae Braun-Blanquet (1961) 1964 em. de Foucault 1999 Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. Braun-Blanquet, J., 1964. Pflanzensoziologie (3ten Aufl.). Springer, Wien, 865 p. Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
3580 2940 08/3. syn = Tuberarietea guttatae Braun-Blanquet ex Rivas Goday 1958 Rivas Goday, S., 1958. Nuevos órdenes y alianzas de Helianthemetea annuae Br. Bl. Anales Inst. Bot. Cavanilles (1957), 15 : 539-651.
3581 2941 08/3. syn = Tuberarietea guttatae Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
3582 2942 08/3. syn pp Brachypodietea distachyi Braun-Blanquet 1947 ex A. & O. de Bolòs 1950 em. Guinochet & Verrier in Verrier 1979 Thero - Brachypodietea 'Verrier, J.L., 1979. Contribution à la synsystématique et à la synécologie des pelouses sèches à thérophytes d''Europe. Thèse Univ. Paris Sud-Orsay, 205 p., tabl., fig. h.t.' Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona. 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32.'
3583 2943 08/3. syn pp Tuberarietea guttatae (Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952) Rivas Goday & Rivas-Martínez 1963 em. Rivas-Martínez 1978 'Rivas-Martínez, S., 1978. Sur la syntaxonomie des pelouses thérophytiques de l'' Europe occidentale. Coll. Phytosoc., 6 : 55-71. (La végétation des pelouses sèches à thérophytes, Lille 1977).' Rivas Goday, S. & S. Rivas-Martínez, 1963. Estudio y clasificacion de los pastizales espanoles. Publ. Ministerio de agricult., 277, 269 p. Madrid. Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
3584 2944 08/3. syn pp Tuberarietea guttatae Braun-Blanquet (1961) 1964 em. Rivas-Martínez 1978 'Rivas-Martínez, S., 1978. Sur la syntaxonomie des pelouses thérophytiques de l'' Europe occidentale. Coll. Phytosoc., 6 : 55-71. (La végétation des pelouses sèches à thérophytes, Lille 1977).' Braun-Blanquet, J., 1964. Pflanzensoziologie (3ten Aufl.). Springer, Wien, 865 p. Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
3585 2945 08/3. syn pp Tuberarietea guttatae Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 em. Rivas-Martínez 1978 'Rivas-Martínez, S., 1978. Sur la syntaxonomie des pelouses thérophytiques de l'' Europe occidentale. Coll. Phytosoc., 6 : 55-71. (La végétation des pelouses sèches à thérophytes, Lille 1977).' Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
3586 2946 08/3.0.1 ORD Tuberarietalia guttatae Braun-Blanquet in Braun-Blanquet, Molinier & Wagner 1940 em. Rivas-Martínez 1978 tonsures annuelles acidophiles, mésothermes 'Rivas-Martínez, S., 1978. Sur la syntaxonomie des pelouses thérophytiques de l'' Europe occidentale. Coll. Phytosoc., 6 : 55-71. (La végétation des pelouses sèches à thérophytes, Lille 1977).' Braun-Blanquet, J., René Molinier & H. Wagner, 1940. Cisto-Lavanduletea (landes siliceuses à cistes et lavandes). Prodr. Group. Vég., 7 : 55 p. Montpellier.
3587 2947 08/3.0.1 syn = Tuberarietalia guttatae Braun-Blanquet in Braun-Blanquet, Molinier & Wagner 1940 Braun-Blanquet, J., René Molinier & H. Wagner, 1940. Cisto-Lavanduletea (landes siliceuses à cistes et lavandes). Prodr. Group. Vég., 7 : 55 p. Montpellier.
3588 2948 08/3.0.1.1 SUBORD Tolpido barbatae - Tuberarienalia guttatae de Foucault 1999 tonsures annuelles acidophiles, mésothermes, mésoméditerranéennes Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3589 2949 08/3.0.1.1 syn = Tuberarion guttatae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3590 2950 08/3.0.1.1 syn = Tuberarion guttatae Braun-Blanquet, in Braun-Blanquet, Molinier & Wagner 1940 Braun-Blanquet, J., René Molinier & H. Wagner, 1940. Cisto-Lavanduletea (landes siliceuses à cistes et lavandes). Prodr. Group. Vég., 7 : 55 p. Montpellier.
3591 2951 08/3.0.1.1.1 ALL Hispidello hispanicae - Ctenopsion delicatulae de Foucault 1999 tonsures annuelles acidophiles, mésothermes, mésoméditerranéennes, xérophiles, oligotrophiles Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3592 2952 08/3.0.1.1.1 syn = Tuberarienion guttatae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3593 2953 08/3.0.1.1.1/01 ASS Hypochoerido glabrae - Tuberarietum guttatae Rivas-Martínez, Wildpret, Del Arco, O. Rodríguez, Pérez de Paz, García Gallo, Acebes, T.E. Díaz & Fernández-González 1993 Rivas-Martínez, S., W. Wildpret, M. Del Arco, O. Rodríguez, P.L. Pérez de Paz, A. García Gallo, J.R. Acebes, T.E. Díaz & F. Fernández-González, 1993. Las comunidades vegetales de la Isla de Tenerife (Islas Canarias). Itinera Geobot., 7 : 169-374.
3594 2954 08/3.0.1.1.2 ALL Crassulo tillaeae - Sedion caespitosi (Rivas-Martínez 1978) de Foucault 1999 tonsures annuelles acidophiles, mésothermes, mésoméditerranéennes, subhygrophiles Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. 'Rivas-Martínez, S., 1978. Sur la syntaxonomie des pelouses thérophytiques de l'' Europe occidentale. Coll. Phytosoc., 6 : 55-71. (La végétation des pelouses sèches à thérophytes, Lille 1977).'
3595 2955 08/3.0.1.1.2 syn = Sedenion caespitosi Rivas-Martínez 1978 'Rivas-Martínez, S., 1978. Sur la syntaxonomie des pelouses thérophytiques de l'' Europe occidentale. Coll. Phytosoc., 6 : 55-71. (La végétation des pelouses sèches à thérophytes, Lille 1977).'
3596 2956 08/3.0.1.1.2/01 ASS Herniario cinereae - Crassuletum tillaeae (René Molinier & Tallon 1950) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Molinier, Re. & G. Tallon, 1950. La végétation de la Crau. Revue Gén. Bot., 56 : 525-540, 57 : 48-61, 97-127, 177-192, 235-251, 300-318.
3597 2957 08/3.0.1.1.2/02 ASS Crassulo tillaeae - Juncetum capitati (Braun-Blanquet 1931) Braun-Blanquet in Braun-Blanquet, René Molinier & Wagner 1940 em. Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Braun-Blanquet, J., René Molinier & H. Wagner, 1940. Cisto-Lavanduletea (landes siliceuses à cistes et lavandes). Prodr. Group. Vég., 7 : 55 p. Montpellier. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3598 2958 08/3.0.1.1.2/03 ASS Trifolio nigrescentis - Sedetum caespitosi Loisel, Gomila & Rolando 1990 Loisel, R., H. Gomila & C. Rolando, 1990. Déterminisme écologique de la diversité des pelouses dans la plaine de Crau (France méridionale). Ecologia mediterranea, 16 : 255-267.
3599 8128 08/3.0.1.1.2/04 ASS Sedetum caerulei Brullo 1975 Brullo, S., 1975. Aspetti di vegetazione tero-xerofitica del territorio ibleo Sicilia meridionale-orientale). Boll. Sed. Acc. Gioenia Sc. Nat. Catania, N.S., 12 : 5-16.
3600 2959 08/3.0.1.1.3 ALL Vulpion ligusticae Aubert & Loisel 1971 tonsures annuelles acidophiles, mésothermes, mésoméditerranéennes, xérophiles, mésotrophiles 'Aubert, J. & R. Loisel, 1971. Contribution à l''étude des groupements des Isoeto-Nanojuncetea et des Helianthemetea annuae dans le sud-est méditerranéen. Ann. Univ. Provence, Sci., 45 : 203-241.'
3601 2960 08/3.0.1.1.3 syn = Moenchenion erectae Rivas Goday (1957) 1964 em. Rivas-Martínez 1978 'Rivas-Martínez, S., 1978. Sur la syntaxonomie des pelouses thérophytiques de l'' Europe occidentale. Coll. Phytosoc., 6 : 55-71. (La végétation des pelouses sèches à thérophytes, Lille 1977).' Rivas-Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p. Rivas Goday, S., 1957. Nuevos ordenes y alianzas de Helianthemetea annua. Anales Inst. Bot. Cavanilles, 15 : 539-651.
3602 2961 08/3.0.1.1.3 syn = Moenchion erectae Rivas Goday 1958 Rivas Goday, S., 1958. Nuevos órdenes y alianzas de Helianthemetea annuae Br. Bl. Anales Inst. Bot. Cavanilles (1957), 15 : 539-651.
3603 7910 08/3.0.1.1.3 syn incl ? Molineriello minutae - Trifolion subterranei (Rivas Goday 1964) Rivas-Martínez, Fernández-González & Sánchez-Mata 1986 Rivas-Martínez, S., F. Fernández-González & D. Sánchez-Mata, 1986. Datos sobre la vegetación del Sistema Central y Sierra Nevada. Opusc. Bot. Pharm. Complut. 2 : 3-136. Rivas-Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
3604 2962 08/3.0.1.1.3/01 ASS Vulpietum ligusticae Aubert & Loisel 1971 'Aubert, J. & R. Loisel, 1971. Contribution à l''étude des groupements des Isoeto-Nanojuncetea et des Helianthemetea annuae dans le sud-est méditerranéen. Ann. Univ. Provence, Sci., 45 : 203-241.'
3605 2963 08/3.0.1.1.3/02 ASS Loto hispidi - Trifolietum resupinati Aubert & Loisel 1971 'Aubert, J. & R. Loisel, 1971. Contribution à l''étude des groupements des Isoeto-Nanojuncetea et des Helianthemetea annuae dans le sud-est méditerranéen. Ann. Univ. Provence, Sci., 45 : 203-241.'
3606 2964 08/3.0.1.1.3/03 ASS Vulpio unilateralis - Airetum cupanianae Aubert & Loisel 1971 'Aubert, J. & R. Loisel, 1971. Contribution à l''étude des groupements des Isoeto-Nanojuncetea et des Helianthemetea annuae dans le sud-est méditerranéen. Ann. Univ. Provence, Sci., 45 : 203-241.'
3607 2965 08/3.0.1.1.3/04 ASS Corynephoro divaricati - Tuberarietum guttatae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3608 2966 08/3.0.1.1.3/04 syn = Tuberarietum guttatae Braun-Blanquet in Braun-Blanquet, Molinier & Wagner 1940 Braun-Blanquet, J., René Molinier & H. Wagner, 1940. Cisto-Lavanduletea (landes siliceuses à cistes et lavandes). Prodr. Group. Vég., 7 : 55 p. Montpellier.
3609 2967 08/3.0.1.1.3/05 ASS Tuberario guttatae - Plantaginetum bellardii Aubert & Loisel 1971 'Aubert, J. & R. Loisel, 1971. Contribution à l''étude des groupements des Isoeto-Nanojuncetea et des Helianthemetea annuae dans le sud-est méditerranéen. Ann. Univ. Provence, Sci., 45 : 203-241.'
3610 2968 08/3.0.1.1.3/06 ASS Trifolietum cherlero - bocconii Aubert & Loisel 1971 'Aubert, J. & R. Loisel, 1971. Contribution à l''étude des groupements des Isoeto-Nanojuncetea et des Helianthemetea annuae dans le sud-est méditerranéen. Ann. Univ. Provence, Sci., 45 : 203-241.'
3611 2969 08/3.0.1.1.3/07 ASS Trifolietum scabro - tomentosi Aubert & Loisel 1971 'Aubert, J. & R. Loisel, 1971. Contribution à l''étude des groupements des Isoeto-Nanojuncetea et des Helianthemetea annuae dans le sud-est méditerranéen. Ann. Univ. Provence, Sci., 45 : 203-241.'
3612 2970 08/3.0.1.1.3/08 ASS Anthoxanthetum ovati Gamisans & Paradis 1992 Gamisans J. & G. Paradis, 1992. Flore et végétation de l’île Lavezzu (Corse du sud). Trav. Sci. Parc nat. Rég. Réserv. Natur. Corse, Fr., 37 : 1-68.
3613 2971 08/3.0.1.1.3/09 ASS Tuberario guttatae - Plantaginetum afrae Lapraz 1979 prov. Lapraz, G., 1979. La végétation des rochers maritimes entre Nice et Menton : le Crithmo-Limonietum cordati. Bull. Soc. Bot. Fr., 126 : 87-94.
3614 2972 08/3.0.1.1.3/10 ASS Trifolio cherleri - Plantaginetum bellardii Rivas Goday 1958 Rivas Goday, S., 1958. Nuevos órdenes y alianzas de Helianthemetea annuae Br. Bl. Anales Inst. Bot. Cavanilles (1957), 15 : 539-651.
3615 2973 08/3.0.1.2 SUBORD Teesdalio nudicaulis - Airenalia praecocis de Foucault 1999 tonsures annuelles acidophiles, mésothermes, médioeuropéennes Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3616 2974 08/3.0.1.2.1 ALL Tuberario guttatae - Airion praecocis de Foucault 1999 tonsures annuelles acidophiles, mésothermes, médioeuropéennes, subméditerranéennes à thermoatlantiques Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3617 2975 08/3.0.1.2.1/01 ASS Logfio minimae - Airetum praecocis Wattez, Géhu & de Foucault 1978 Bassin parisien, Massif Central, vallée moyenne de la Loire, Brenne, Fontainebleau Filagini - Airetum praecocis Wattez, J.R., J.-M. Géhu & B. de Foucault, 1978. Les pelouses à annuelles des buttons de la Brenne. Coll. Phytosoc., 6 : 191-199. (Pelouses sèches à thérophytes, Lille 1977).
3618 2976 08/3.0.1.2.1/02 ASS Vulpio bromoidis - Trifolietum subterranei Wattez, Géhu & de Foucault 1978 Brenne, vallée moyenne de la Loire Wattez, J.R., J.-M. Géhu & B. de Foucault, 1978. Les pelouses à annuelles des buttons de la Brenne. Coll. Phytosoc., 6 : 191-199. (Pelouses sèches à thérophytes, Lille 1977).
3619 2977 08/3.0.1.2.1/03 ASS ?
3620 2978 08/3.0.1.2.1/03 syn compl Sesamoido canescentis - Corynephoretum canescentis Braun-Blanquet 1967 Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
3621 2979 08/3.0.1.2.1/04 ASS Tuberario guttatae - Hypochaeridetum glabrae Felzines et Loiseau 2004 Bassin parisien, Massif Central, vallée moyenne de la Loire Felzines, J.-C. & J.-E. Loiseau, 2004. Groupements therophytiques printaniers acidiphiles médio-ligériens. Contribution à la structuration de l’alliance Thero-Airion et de l’ordre des Helianthemetalia guttati (classe des Tuberarietea). Bull. Soc. Bot. Centre-Ouest, N.S., 35 : 3-53.
3622 2980 08/3.0.1.2.1/04 syn compl Thymo polytrichi subsp. britannici - Tuberarietum guttatae Billy 2002 prov. Thymo britannici - Tuberarietum guttatae Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
3623 2981 08/3.0.1.2.1/04 syn compl Tuberario guttatae - Corynephoretum canescentis Wattez, Géhu & de Foucault 1978 Wattez, J.R., J.-M. Géhu & B. de Foucault, 1978. Les pelouses à annuelles des buttons de la Brenne. Coll. Phytosoc., 6 : 191-199. (Pelouses sèches à thérophytes, Lille 1977).
3624 2982 08/3.0.1.2.1/05 ASS Tuberario guttatae - Sperguletum morisonii (Guittet & Paul 1974) de Foucault 1999 Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. Guittet J. & P. Paul, 1974. La végétation des pelouses xérophiles de Fontainebleau et ses relations avec quelques facteurs écologiques. Vegetatio, 29 : 76-88.
3625 2984 08/3.0.1.2.1/06 ASS Arnoserido minimae - Micropyretum tenelli var. aristati de Foucault (1988) 1999 thérophytaie de tonsure acidophile thermoatlantique Arnoserido minimae - Micropyretum aristati Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3626 2985 08/3.0.1.2.1/07 ASS Bromo hordeacei subsp. ferronii - Anthoxanthetum aristati Bioret, Bouzillé, de Foucault & Godeau in Bioret, Bouzillé, de Foucault, Géhu & Godeau 1988 Bromo ferronii - Anthoxanthetum aristati Bioret, F., J.-B. Bouzillé, B. de Foucault, J.-M. Géhu & M. Godeau, 1988. Le système thermo-atlantique pelouses-landes-fourrés des falaises des îles sud-armoricaines. Doc. Phytosocio., N.S., 11 : 513-531, 2 tab. h.t.
3627 2986 08/3.0.1.2.1/08 ASS Bromo hordeacei subsp. ferronii - Tuberarietum guttatae var. maritimae (Provost 1978) de Foucault 1995 Bromo ferronii - Tuberarietum maritimae Foucault, B. de, 1995. Contribution à une monographie phytosociologique de la Hague (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 45-90. Provost, M., 1978. Sur les pelouses à thérophytes de trois caps rocheux de la côte ouest du Cotentin basse-Normandie, (France). Coll. Phytosoc., 6 : 219-237. (Pelouses à thérophytes, Lille 1977).
3628 2987 08/3.0.1.2.1/09 ASS Filagini pyramidatae - Vulpietum myuros Robbe 1993 Robbe, G., 1993. Les groupements végétaux du Morvan. Société d.histoire naturelle et des amis du muséum d.Autun, Autun, 159 p.
3629 2988 08/3.0.1.2.1/10 ASS ?
3630 2989 08/3.0.1.2.1/10 syn compl Vulpio bromoidis - Festucetum longifoliae Robbe 1993 Robbe, G., 1993. Les groupements végétaux du Morvan. Société d.histoire naturelle et des amis du muséum d.Autun, Autun, 159 p.
3631 2990 08/3.0.1.2.1/11 ASS Galio parisiensis - Logfietum minimae Izco & Ortiz 1985 Izco, J. & S. Ortiz, 1985. El mosaico pastizal-esteval jaral de Cistus ladanifer L.) en Galicia. Bol. Soc. Brot., 58 : 115-138.
3632 2991 08/3.0.1.2.1/12 ASS Petrorhagio proliferae - Trifolietum arvensis Díaz-Gonzales & Navarro 1978 Díaz-Gonzales, T.E. & F. Navarro, 1978. Las comunidades de Thero-Airion R. Tx. 1951 en las playas asturianas: su posición fitotopográfica. Anales Inst. Bot. Cavanilles, 34(2) : 571-595.
3633 2992 08/3.0.1.2.1/13 ASS Vulpio myuri - Trifolietum arvensis Susplugas 1942 Susplugas, J., 1942. Le sol et la végétation dans le haut Vallespir (Pyrénees Orientales). Thèse. Pharm. Sup. 225 p. Montpellier.
3634 2993 08/3.0.1.2.1/14 ASS Brizo minoris - Trifolietum subterranei Amor, Ladero & C. Valle 1993 Amor, A., M. Ladero & C. Valle, 1993. Flora y Vegetación de la comarca de la Vera y laderas meridionales de la Sierra de Tormantos (Cáceres, España). Stud. Bot. Univ. Salamanca (1992), 11 : 11-207.
3635 8159 08/3.0.1.2.1/15 ASS Plantagini coronopodi écoph. annuel - Erodietum maritimi Géhu & Géhu-Franck 1991 Géhu, J.-M. & J. Géhu-Franck, 1991. Vicissitudes du tapis végétal d’une île bretonne (Cézembre, en Saint-Malo, Ille-et-Vilaine) sous l’effet du dérèglement des pressions humaines et animales. Bull. Soc. Bot. Centre-Ouest, ns, 22 : 53-76.
3636 2994 08/3.0.1.2.2 ALL Airion caryophylleo coll. - praecocis Tüxen 1951 em. Rivas-Martínez 1978 tonsures annuelles acidophiles, mésothermes, médioeuropéennes, psychrosubatlantiques, subxérophiles, héliophiles Airion caryophylleo - praecocis Thero - Airion 'Rivas-Martínez, S., 1978. Sur la syntaxonomie des pelouses thérophytiques de l'' Europe occidentale. Coll. Phytosoc., 6 : 55-71. (La végétation des pelouses sèches à thérophytes, Lille 1977).' Tüxen, R., 1951. Eindrücke während der Pflanzengeographischen Exkursionen durch süd-Schweden. Vegetatio, 3 : 149-173.
3637 2995 08/3.0.1.2.2 syn = Airion caryophylleo coll. - praecocis Tüxen 1951 ex Oberdorfer (1957) 1978 Airion caryophylleo - praecocis Oberdorfer, E., 1978. Süddeutsche Pflanzengesellschaften (2ten Aufl.), Teil II., 355 p. Gustav Fischer Verlag, Stuttgart. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Tüxen, R., 1951. Eindrücke während der Pflanzengeographischen Exkursionen durch süd-Schweden. Vegetatio, 3 : 149-173.
3638 2996 08/3.0.1.2.2.1 SUBALL Micropyrenion tenelli Felzines & Loiseau 2004 Felzines, J.-C. & J.-E. Loiseau, 2004. Groupements thérophytiques printaniers acidiphiles médio-ligériens. Contribution à la structuration de l’alliance Thero-Airion et de l’ordre des Helianthemetalia guttati (classe des Tuberarietea). Bull. Soc. Bot. Centre-Ouest, N.S., 35 : 3-53.
3639 2997 08/3.0.1.2.2.1/01 ASS Micropyretum tenelli Korneck 1975 thérophytaie de tonsure acidophile psychroatlantique Narduretum lachenalii Korneck, D., 1975. Beitrag zur Kenntniss mitteleuropäischer Felsgrusgesellschaften (Sedo-Scleranthetea). Mitt. Flor. Soz. Arbeitsgem., N.F., 18 : 45-102.
3640 2998 08/3.0.1.2.2.1/02 ASS Micropyro tenelli - Vulpietum myuros Felzines & Loiseau 2004 vallée moyenne de la Loire, Dordogne Felzines, J.-C. & J.-E. Loiseau, 2004. Groupements thérophytiques printaniers acidiphiles médio-ligériens. Contribution à la structuration de l’alliance Thero-Airion et de l’ordre des Helianthemetalia guttati (classe des Tuberarietea). Bull. Soc. Bot. Centre-Ouest, N.S., 35 : 3-53.
3641 2999 08/3.0.1.2.2.1/03 ASS Psiluro incurvi - Micropyretum tenelli (Carreras & Font 1990) Felzines & Loiseau 2004 Pyrénées orientales, Cévennes Felzines, J.-C. & J.-E. Loiseau, 2004. Groupements thérophytiques printaniers acidiphiles médio-ligériens. Contribution à la structuration de l’alliance Thero-Airion et de l’ordre des Helianthemetalia guttati (classe des Tuberarietea). Bull. Soc. Bot. Centre-Ouest, N.S., 35 : 3-53.
3642 3000 08/3.0.1.2.2.2 SUBALL Vulpienion myuri subsp. sciuroidis Felzines & Loiseau 2004 Vulpienion bromoidis Felzines, J.-C. & J.-E. Loiseau, 2004. Groupements thérophytiques printaniers acidiphiles médio-ligériens. Contribution à la structuration de l’alliance Thero-Airion et de l’ordre des Helianthemetalia guttati (classe des Tuberarietea). Bull. Soc. Bot. Centre-Ouest, N.S., 35 : 3-53.
3643 3001 08/3.0.1.2.2.2 syn = Airienion caryophylleo - praecocis Rivas-Martínez 1978 'Rivas-Martínez, S., 1978. Sur la syntaxonomie des pelouses thérophytiques de l'' Europe occidentale. Coll. Phytosoc., 6 : 55-71. (La végétation des pelouses sèches à thérophytes, Lille 1977).'
3644 3002 08/3.0.1.2.2.2/01 ASS Airetum praecocis (Schwickerath 1944) Krausch 1968 Krausch, H.D., 1968. Die Sandtrockenrasen (Sedo-Scleranthetea) in Brandenburg. Mitt. Flor. Soz. Arbeitsgem., N.F., 13 : 71-98. Schwickerath, M., 1944. Das hohe Venn und seine Randgebiete : Vegetation, Boden, und Landschaft. Pflanzensoziologie, 6, 278 p. G. Fischer, Jena.
3645 3003 08/3.0.1.2.2.2/01 syn = Airetum praecocis (Schwickerath 1944) Krausch 1977 ? Schwickerath, M., 1944. Das hohe Venn und seine Randgebiete : Vegetation, Boden, und Landschaft. Pflanzensoziologie, 6, 278 p. G. Fischer, Jena.
3646 3004 08/3.0.1.2.2.2/02 ASS Bromo hordeacei subsp. ferronii - Airetum praecocis (J.-M. Géhu, J. Géhu & Caron 1978) de Foucault 1995 Bromo ferronii - Airetum praecocis Foucault, B. de, 1995. Contribution à une monographie phytosociologique de la Hague (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 45-90. Géhu, J.-M., J. Géhu & B. Caron, 1978. Les groupements à Sedum anglicum des falaises nord-armoricaines. Coll. Phytosoc., 6 : 255-261. (Pelouses sèches à thérophytes, Lille 1977).
3647 3005 08/3.0.1.2.2.2/03 ASS Sclerantho annui - Airetum praecocis (Lemée 1937) de Foucault 1999 Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
3648 3006 08/3.0.1.2.2.2/04 ASS Vulpio ciliatae subsp. ambiguae - Airetum praecocis (Géhu & de Foucault 1978) de Foucault 1999 Vulpio ambiguae - Airetum praecocis Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. Géhu, J.-M. & B. de Foucault, 1978. Les pelouses siliceuses à thérophytes de la zone littorale du nord de la France. Coll. Phytosoc., 6 : 319-327. (Pelouses sèches à thérophytes, Lille 1977).
3649 3007 08/3.0.1.2.2.2/05 ASS Crassulo tillaeae - Aphanetum australis Depasse, J. Duvigneaud & de Zuttere 1970 corr. Julve 1993 Bassin parisien, vallée moyenne de la Loire Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Depasse, S., J. Duvigneaud & Ph. de Zuttere, 1970. Le site de la mer de sable à Stambruges (Hainaut, Belgique). Lejeunia, 54 : 1-36.
3650 3008 08/3.0.1.2.2.2/05 syn incl pro subass Crassulo tillaeae - Saginetum apetalae Rivas-Martínez 1975 Rivas-Martínez, S., 1975. Sobre la nueve clase Polygono-Poetea annuae. Phytocoenologia, 2 : 123-140.
3651 3009 08/3.0.1.2.2.2/05 syn = ? Plantagini coronopodi - Crassuletum tillaeae Wattez, Géhu & de Foucault 1978 Wattez, J.R., J.-M. Géhu & B. de Foucault, 1978. Les pelouses à annuelles des buttons de la Brenne. Coll. Phytosoc., 6 : 191-199. (Pelouses sèches à thérophytes, Lille 1977).
3652 3010 08/3.0.1.2.2.2/06 ASS Aphano australis - Sedetum rubentis Labadille & de Foucault 1997 'Normandie armoricaine, basse vallée de l''Allier' 'Labadille, C.E., Foucault, B. de 1997. Données complémentaires sur la végétation des terrains arides de la Basse-Normandie armoricaine. Une contribution à l''étude du système intermédiaire. Bull. Soc. Bot. Centre-Ouest, n.s., 28 : 77-106.'
3653 3011 08/3.0.1.2.2.2/07 ASS Logfio arvensis - Vulpietum myuros Oberdorfer 1938 Basse-Auvergne, Limousin, Morvan, NO-France Filagini - Vulpietum Oberdorfer, E., 1938. Ein Beitrag zur Vegetationskunde des Nordschwarzwaldes. Beitr. Naturk. Forsch. Südwestdeutschl., 3 : 1-270.
3654 3012 08/3.0.1.2.2.2/07 syn = Logfio minimae - Vulpietum myuros Oberdorfer 1938 Oberdorfer, E., 1938. Ein Beitrag zur Vegetationskunde des Nordschwarzwaldes. Beitr. Naturk. Forsch. Südwestdeutschl., 3 : 1-270.
3655 6704 08/3.0.1.2.2.2/07 syn = Logfio vulgaris - Vulpietum myuros Oberdorfer 1938 Oberdorfer, E., 1938. Ein Beitrag zur Vegetationskunde des Nordschwarzwaldes. Beitr. Naturk. Forsch. Südwestdeutschl., 3 : 1-270.
3656 3013 08/3.0.1.2.2.2/08 ASS Trifolio striati - Vulpietum myuros Susplugas 1942 Pyrénées orientales, vallée moyenne de la Loire, Basse-Auvergne, Fontainebleau, haute vallée du Rhin Susplugas, J., 1942. Le sol et la végétation dans le haut Vallespir (Pyrénees Orientales). Thèse. Pharm. Sup. 225 p. Montpellier.
3657 3014 08/3.0.1.2.2.2/08 syn incl Ventenato dubiae - Vulpietum myuros Billy 2002 prov. Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
3658 3015 08/3.0.1.2.2.2/09 ASS Apero interruptae - Vulpietum myuros Felzines et Loiseau 2004 vallée moyenne de la Loire Felzines, J.-C. & J.-E. Loiseau, 2004. Groupements therophytiques printaniers acidiphiles médio-ligériens. Contribution à la structuration de l’alliance Thero-Airion et de l’ordre des Helianthemetalia guttati (classe des Tuberarietea). Bull. Soc. Bot. Centre-Ouest, N.S., 35 : 3-53.
3659 3016 08/3.0.1.2.2.2/10 ASS Sedo rubentis - Saginetum apetalae Felzines et Loiseau 2004 vallée moyenne de la Loire Felzines, J.-C. & J.-E. Loiseau, 2004. Groupements therophytiques printaniers acidiphiles médio-ligériens. Contribution à la structuration de l’alliance Thero-Airion et de l’ordre des Helianthemetalia guttati (classe des Tuberarietea). Bull. Soc. Bot. Centre-Ouest, N.S., 35 : 3-53.
3660 6700 08/3.0.1.2.2.2/10 syn compl Sedo rubentis - Scleranthetum perennis Robbe in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
3661 3017 08/3.0.1.2.2.2/11 ASS Teesdalio nudicaulis - Sperguletum morisonii Schubert 1974 Schubert, R., 1974. Übersicht über die Pflanzengesellschaften des südlichen Teils der DDR. X. Silbergrasreiche Pionnierfluren auf nährstoffarme Sand- und Grüsböden. Hercynia, N.F., 11 : 29-298.
3662 3018 08/3.0.1.2.2.2/11 syn = Spergulo morisonii - Teesdalietum nudicaulis Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
3663 3019 08/3.0.1.2.2.2/11 syn compl Spergulo morisonii - Sedetum hirsuti Billy 2002 prov. Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
3664 2761 08/3.0.1.2.2.2/11 syn compl pp Spergulo morisonii - Corynephoretum canescentis (Tüxen 1928) Libbert 1933 Libbert, W., 1933. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 75: 229-348. Tüxen, R., 1928. Vegetationsstudien im nordwestdeutschen Flachlandes. 1 : Über die Vegetation der nordwestdeutschen Binnendünen. Jahrb. Geogr. Ges. Hannover : 71-93.
3665 3021 08/3.0.1.2.2.2/12 ASS Veronico vernae - Airetum caryophylleae (Tüxen 1955) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
3666 3022 08/3.0.1.2.2.2/12 syn compl Allio montani - Veronicetum vernae Korneck 1975 Korneck, D., 1975. Beitrag zur Kenntniss mitteleuropäischer Felsgrusgesellschaften (Sedo-Scleranthetea). Mitt. Flor. Soz. Arbeitsgem., N.F., 18 : 45-102.
3667 3023 08/3.0.1.2.2.2/12 syn compl Euphorbio cyparissias - Veronicetum vernae Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.
3668 3024 08/3.0.1.2.2.2/12 syn compl Rumici acetosellae - Airetum caryophylleae Billy 2002 prov. Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
3669 6703 08/3.0.1.2.2.2/13 ASS Aphano australis - Airetum praecocis Misset in Royer, Felzines, Misset & Thévenin 2006 tonsure de débris schisteux fins sur dalles, Ardennes Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
3670 3025 08/3.0.2 2230 ORD Malcolmietalia lacerae Rivas Goday 1957 tonsures annuelles acidophiles, thermophiles, thermoméditerranéennes, maritimes Rivas Goday, S., 1957. Nuevos ordenes y alianzas de Helianthemetea annua. Anales Inst. Bot. Cavanilles, 15 : 539-651.
3671 3026 08/3.0.2.0.1 ALL Ornithopo pinnati - Malcolmion ramosissimae (Rivas Goday 1957) de Foucault 1999 tonsures annuelles acidophiles, thermophiles, thermoméditerranéennes, maritimes, catalano-provençales à corse Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. Rivas Goday, S., 1957. Nuevos ordenes y alianzas de Helianthemetea annua. Anales Inst. Bot. Cavanilles, 15 : 539-651.
3672 3027 08/3.0.2.0.1 syn pp Malcolmion ramosissimae Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
3673 3028 08/3.0.2.0.1/01 ASS Malcolmietum ramosissimae René Molinier 1954 Molinier, Re., 1954. Les climax côtiers de la Méditerranée occidentale. Vegetatio, 4 : 284-308.
3674 3029 08/3.0.2.0.1/01 syn = Malcolmietum ramosissimae (René Molinier 1954) Aubert & Loisel 1971 'Aubert, J. & R. Loisel, 1971. Contribution à l''étude des groupements des Isoeto-Nanojuncetea et des Helianthemetea annuae dans le sud-est méditerranéen. Ann. Univ. Provence, Sci., 45 : 203-241.' Molinier, Re., 1954. Les climax côtiers de la Méditerranée occidentale. Vegetatio, 4 : 284-308.
3675 3030 08/3.0.2.0.1/02 ASS Sileno gallicae - Corynephoretum divaricati (Paradis & Piazza 1993) Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
3676 3031 08/4. 6220*pp CLA Stipo capensis - Brachypodietea distachyi (Braun-Blanquet 1947) Brullo 1985 tonsures annuelles basophiles, européennes 'Brullo, S., 1985. Sur la syntaxonomie des pelouses thérophytiques des territoires steppiques de l''Europe sud-occidentale. Doc. Phytosoc., N.S., 9 : 1-24.' 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
3677 2944 08/4. syn pp Tuberarietea guttatae Braun-Blanquet (1961) 1964 em. Rivas-Martínez 1978 'Rivas-Martínez, S., 1978. Sur la syntaxonomie des pelouses thérophytiques de l'' Europe occidentale. Coll. Phytosoc., 6 : 55-71. (La végétation des pelouses sèches à thérophytes, Lille 1977).' Braun-Blanquet, J., 1964. Pflanzensoziologie (3ten Aufl.). Springer, Wien, 865 p. Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
3678 3032 08/4. syn pp compl Brachypodietea retusi Braun-Blanquet 1947 ex A. & O. de Bolòs 1950 Thero - Brachypodietea ramosi Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona. 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
3679 3034 08/4. syn pp compl Brachypodietea retusi Braun-Blanquet 1947 ex A. & O. de Bolòs 1950 em. Guinochet & Verrier in Verrier 1979 Thero - Brachypodietea ramosi 'Verrier, J.L., 1979. Contribution à la synsystématique et à la synécologie des pelouses sèches à thérophytes d''Europe. Thèse Univ. Paris Sud-Orsay, 205 p., tabl., fig. h.t.' Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona. 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
3680 3037 08/4.0.1 ORD Stipo capensis - Bupleuretalia semicompositi Brullo 1985 tonsures annuelles basophiles, aéroxérophiles, thermophiles, méditerranéennes 'Brullo, S., 1985. Sur la syntaxonomie des pelouses thérophytiques des territoires steppiques de l''Europe sud-occidentale. Doc. Phytosoc., N.S., 9 : 1-24.'
3681 3038 08/4.0.1.0.1 2240 ALL Plantagini coronopodi var. minoris - Catapodion marini Brullo 1985 tonsures annuelles basophiles, aéroxérophiles, thermophiles, thermoméditerranéennes, maritimes Plantagini minoris - Catapodion marini 'Brullo, S., 1985. Sur la syntaxonomie des pelouses thérophytiques des territoires steppiques de l''Europe sud-occidentale. Doc. Phytosoc., N.S., 9 : 1-24.'
3682 3039 08/4.0.1.0.1/01 ASS Catapodio marini - Myosotidetum pusillae Tallon 1930 Tallon, G., 1930. Observations botaniques. Actes Réserve Zool. Bot. Camargue, 3 : 37-43.
3683 3040 08/4.0.1.0.1/02 ASS Plantagini coronopodis var. minoris - Nanantheetum perpusillae De Marco & Mossa 1980 ?
3684 7967 08/4.0.1.0.1/02 syn = Plantagini coronopodis var. minoris - Nanantheetum perpusillae Gamisans 1991 Gamisans, J., 1991. La végétation de la Corse. Annexe n°2 des compléments au prodrome de la flore corse. Conservatoire et jardin botaniques de la ville de Genève, 391 p. Genève.
3685 3042 08/4.0.1.0.1/03 ASS Catapodio marini - Sedetum rubentis var. mediterranei Braun-Blanquet & René Molinier 1935 Catapodio marini - Sedetum mediterranei 'Braun-Blanquet, J. & René Molinier, 1935. Une excursion phytosociologique à l''île de Porquerolles. Le chêne, 40 : 169-181. [= Comm. SIGMA 44].'
3686 3043 08/4.0.1.0.1/04 ASS Trifolietum resupinato - nigrescentis René Molinier & Tallon 1968 Molinier, Re. & G. Tallon, 1968. Friches et prairies de Camargue. la Terre et la vie, 4 : 423-457.
3687 3044 08/4.0.1.0.1/05 ASS Psiluro aristati - Plantaginetum coronopodis Loisel, Gomila & Rolando 1990 Loisel, R., H. Gomila & C. Rolando, 1990. Déterminisme écologique de la diversité des pelouses dans la plaine de Crau (France méridionale). Ecologia mediterranea, 16 : 255-267.
3688 3046 08/4.0.1.0.2 ALL Sideriti romanae - Hypochaeridion achyrophori (Braun-Blanquet 1925) de Foucault 1999 'tonsures annuelles basophiles, aéroxérophiles, thermophiles, mésoméditerranéennes, de l''intérieur des terres' Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. Braun-Blanquet, J., 1925. Die Brachypodium ramosum - Phlomis lychnitis Assoziation der roterdeböden Südfrankreichs. Ver. Geobot. Inst. Rübel, 3 : 304-320.
3689 3047 08/4.0.1.0.2 syn pp Brachypodion distachyi Braun-Blanquet 1925 Thero - Brachypodion distachyi Braun-Blanquet, J., 1925. Die Brachypodium ramosum - Phlomis lychnitis Assoziation der roterdeböden Südfrankreichs. Ver. Geobot. Inst. Rübel, 3 : 304-320.
3690 3048 08/4.0.1.0.2 syn pp Brachypodion distachyi Rivas-Martínez 1978 'Rivas-Martínez, S., 1978. Sur la syntaxonomie des pelouses thérophytiques de l'' Europe occidentale. Coll. Phytosoc., 6 : 55-71. (La végétation des pelouses sèches à thérophytes, Lille 1977).'
3691 3049 08/4.0.1.0.2/01 ASS Trifolio scabri - Hypochaeridetum achyrophori Lapraz 1984 'Lapraz, G., 1984. Les pelouses du Thero-Brachypodion entre Nice et Menton : l''association à Trifolium scabrum et Hypochoeris achyrophorus. Coll. Phytosoc., 11 : 169-183. (Pelouses calcicoles, Lille 1982).'
3692 3050 08/4.0.1.0.2/02 ASS Medicagini hispidae - Stipetum capensis de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3693 3051 08/4.0.1.0.2/02 syn compl Asphodeletum fistulosi René Molinier & Tallon 1950 Molinier, Re. & G. Tallon, 1950. La végétation de la Crau. Rev. Gén. Bot., 56 : 525-540 ; 57 : 48-61, 97-127, 177-192, 235-251, 300-318.
3694 3052 08/4.0.1.0.2/02 syn compl Asphodelo fistulosi - Stipetum capensis Loisel 1976 'Loisel, R., 1976. La végétation de l''étage méditerranéen dans le sud-est continental français. Thèse, Univ. Marseille, 384 p.'
3695 3053 08/4.0.1.0.2/03 ASS Convolvulo siculi - Stipetum capensis O. de Bolòs & Vigo in O. de Bolòs 1989 'Bolòs, O. de, 1989. La vegetació d''algunes petites illes properes a la Península Ibérica. Folia Bot. Misc., 6 : 115-133.'
3696 3054 08/4.0.2 ORD Brachypodietalia distachyi Rivas-Martínez 1978 tonsures annuelles basophiles, aéromésohydriques, méso à subméditerranéennes 'Rivas-Martínez, S., 1978. Sur la syntaxonomie des pelouses thérophytiques de l'' Europe occidentale. Coll. Phytosoc., 6 : 55-71. (La végétation des pelouses sèches à thérophytes, Lille 1977).'
3697 3055 08/4.0.2 syn = Brachypodietalia distachyi Braun-Blanquet ex Bharucha 1933 Thero - Brachypodietalia 'Bharucha, F.R., 1933. Etude Ecologique et Phytosociologique de l''Association à Brachypodium ramosum et Phlomis lychnitis des garrigues languedociennes. Beih. Bot. Zentralbl., II, 50 : 247-379. Dresden. [= Comm. SIGMA, n°18, Montpellier 1932].'
3698 3056 08/4.0.2.0.1 ALL Sideriti romanae - Brachypodion distachyi (Braun-Blanquet 1925) de Foucault 1999 tonsures annuelles basophiles, aéromésohydriques, mésoméditerranéennes Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. Braun-Blanquet, J., 1925. Die Brachypodium ramosum - Phlomis lychnitis Assoziation der roterdeböden Südfrankreichs. Ver. Geobot. Inst. Rübel, 3 : 304-320.
3699 3057 08/4.0.2.0.1 syn pp Brachypodion distachyi Braun-Blanquet 1925 Thero - Brachypodion distachyi Braun-Blanquet, J., 1925. Die Brachypodium ramosum - Phlomis lychnitis Assoziation der roterdeböden Südfrankreichs. Ver. Geobot. Inst. Rübel, 3 : 304-320.
3700 3058 08/4.0.2.0.1 syn pp Brachypodion distachyi Rivas-Martínez 1978 'Rivas-Martínez, S., 1978. Sur la syntaxonomie des pelouses thérophytiques de l'' Europe occidentale. Coll. Phytosoc., 6 : 55-71. (La végétation des pelouses sèches à thérophytes, Lille 1977).'
3701 3059 08/4.0.2.0.1/01 ASS Rostrario cristatae - Ononidetum pubescentis (Braun-Blanquet 1931) de Foucault 1999 Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3702 3060 08/4.0.2.0.1/01 syn compl pp Convolvulo lineati - Ononidetum pubescentis Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3703 3061 08/4.0.2.0.1/02 ASS Reichardio picroidis - Aegilopetum ovatae de Foucault 1999 prov. tonsure basophile enfrichée, méditerranéenne, des sols limono-argileux anciennement cultivés, aérés et subhumides Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3704 3062 08/4.0.2.0.1/02 syn compl pp Brachypodietum phoenicoidis Braun-Blanquet 1924 Braun-Blanquet, J., 1924. Etudes sur la végétation méditerranéenne. III : concentration en ions H+ et calcimétrie du sol de quelques associations de la garrigue languedocienne. Bull. Soc. Bot. Fra., 71 : 639-647.
3705 3063 08/4.0.2.0.1/03 ASS Bupleuro baldensis - Brachypodietum distachyi de Foucault 1999 prov. tonsure basophile mésoméditerranéenne, mésoxérophile Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3706 3064 08/4.0.2.0.1/03 syn compl pp Phlomido lychnitis - Brachypodietum retusi Braun-Blanquet 1924 Braun-Blanquet, J., 1924. Etudes sur la végétation méditerranéenne. III : concentration en ions H+ et calcimétrie du sol de quelques associations de la garrigue languedocienne. Bull. Soc. Bot. Fra., 71 : 639-647.
3707 3065 08/4.0.2.0.1/04 ASS Clypeolo jonthlaspi subsp. microcarpae - Trifolietum scabri de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3708 3066 08/4.0.2.0.1/04 syn compl pp Brachypodio - Stipetum mediterraneae de Bolòs 1954 Bolos, O. de, 1954. De vegetatione notulae, I. Pirineos de Aragon y Navarra. Collect. Bot., 4(2) : 253-281.
3709 3067 08/4.0.2.0.1/05 ASS Scorpiuro muricati - Trifolietum angustifolii de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3710 3068 08/4.0.2.0.1/05 syn compl pp Hyparrhenietum hirto - pubescentis A. de Bolòs, O. de Bolòs & Braun-Blanquet in A.& O. de Bolòs 1950 Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona.
3711 3069 08/4.0.2.0.1/06 ASS Minuartio hybridae - Saxifragetum tridactylitae T.E. Díaz & Penas 1984 Díaz-Gonzales, T.E. & A. Penas-Marinas, 1984. Datos sobre la vegetacion terofitica y nitrofila leonesa. Acta Bot. Malacitana, 9 : 233-254.
3712 3070 08/4.0.2.0.2 ALL Bupleuro baldensis - Brachypodion distachyi (Braun-Blanquet 1925) de Foucault 1999 tonsures annuelles basophiles, aéromésohydriques, subméditerranéennes Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. Braun-Blanquet, J., 1925. Die Brachypodium ramosum - Phlomis lychnitis Assoziation der roterdeböden Südfrankreichs. Ver. Geobot. Inst. Rübel, 3 : 304-320.
3713 3071 08/4.0.2.0.2 syn pp Brachypodion distachyi Braun-Blanquet 1925 Thero - Brachypodion distachyi Braun-Blanquet, J., 1925. Die Brachypodium ramosum - Phlomis lychnitis Assoziation der roterdeböden Südfrankreichs. Ver. Geobot. Inst. Rübel, 3 : 304-320.
3714 3072 08/4.0.2.0.2 syn pp Brachypodion distachyi Rivas-Martínez 1978 'Rivas-Martínez, S., 1978. Sur la syntaxonomie des pelouses thérophytiques de l'' Europe occidentale. Coll. Phytosoc., 6 : 55-71. (La végétation des pelouses sèches à thérophytes, Lille 1977).'
3715 3073 08/4.0.2.0.2/01 ASS Minuartio mediterraneae - Vulpietum ciliatae de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3716 3074 08/4.0.2.0.2/01 syn compl pp grpt à sedum album subsp. micranthum Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
3717 3075 08/4.0.2.0.2/02 ASS Reichardio picroidis - Cerastietum pumili de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3718 3076 08/4.0.2.0.2/02 syn compl Thymo vulgaris - Euphorbietum spinosae Guinochet 1975 Guinochet, M., 1975. Sur quelques associations de pelouses des préalpes de Grasse. Anales Inst. Bot. Cavanilles, 32 : 1291-1314.
3719 3077 08/4.0.2.0.2/03 ASS Saxifrago tridactylitae - Hornungietum petraeae Izco 1974 Izco, J., 1974. Pastizales terofiticas de la provincia de Madrid: Thero-Brachypodion y Sedo-Ctenopsion. Anales Inst. Bot. Cavanilles, 31 : 209-224.
3720 3078 08/4.0.2.0.2/03 syn = Erophilo vernae subsp. spathulatae - Hornungietum petraeae Alcaraz 1984 Alcaraz, F., 1984. Flora y vegetación del NE de Murcia. Publ. Univ. Murcia, 406 p. Murcia.
3721 3079 08/4.0.2.0.2/04 ASS Parentucellio latifoliae - Crepidetum suffrenianae (René Molinier 1934) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274.
3722 3080 08/4.0.2.0.2/04 syn compl Carici liparocarpos - Crepidetum suffrenianae Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
3723 3081 08/4.0.2.0.2/05 ASS Vulpio ciliatae - Crepidetum foetidae Verrier 1979 'Verrier, J.L., 1979. Contribution à la synsystématique et à la synécologie des pelouses sèches à thérophytes d''Europe. Thèse Univ. Paris Sud-Orsay, 205 p., tabl., fig. h.t.'
3724 6598 08/4.0.2.0.2/06 ASS Bombycilaeno erectae - Bupleuretum baldensis subsp. baldensis Julve & Marchal 2006 ass. nov. hoc loco tonsure basophile, aéromésohydrique, subméditerranéenne, du Quercy Quercy hoc loco
3725 3082 08/4.0.2.0.2/06 syn compl Microthlaspi perfoliati - Arenarietum controversae (Verrier 1978) Julve & Marchal in Julve 2001 Kandiso perfoliatae - Arenarietum controversae Julve, Ph., 2001. Flore et végétation de trois sites de pelouses calcicoles du P.N.R. des Causses du Quercy (Lot). Parc Naturel Régional des Causses du Quercy. 52 p. + annexes et cartes. 'Verrier, J.L., 1979. Contribution à la synsystématique et à la synécologie des pelouses sèches à thérophytes d''Europe. Thèse Univ. Paris Sud-Orsay, 205 p., tabl., fig. h.t.'
3726 3083 08/4.0.2.0.2/06 syn compl Lino austriaci subsp. collini - Arenarietum controversae Verrier 1979 Lino collini - Arenarietum controversae 'Verrier, J.L., 1979. Contribution à la synsystématique et à la synécologie des pelouses sèches à thérophytes d''Europe. Thèse Univ. Paris Sud-Orsay, 205 p., tabl., fig. h.t.'
3727 3084 08/4.0.2.0.2/06 syn compl pp Hyssopo officinalis var. decumbentis - Arenarietum controversae (Maubert 1978) Braque & Loiseau 1994 Hyssopo decumbentis - Arenarietum controversae Braque, R. & J.-E. Loiseau, 1994. Pelouses et ourlets du Berry. Bull. Soc. Bot. Centre-Ouest, n° spécial 12 : 193 p.
3728 3085 08/4.0.2.0.2/07 ASS Narduro maritimi - Catapodietum rigidi Braque & Loiseau 1994 Vulpio unilateralis - Catapodietum rigidi Braque, R. & J.-E. Loiseau, 1994. Pelouses et ourlets du Berry. Bull. Soc. Bot. Centre-Ouest, n° spécial 12 : 193 p.
3729 3086 08/4.0.2.0.2/07 syn compl incl Euphorbio exiguae var. truncatae - Cladonietum symphycarpae Braque & Loiseau 1994 Euphorbio truncatae - Cladonietum symphycarpae Braque, R. & J.-E. Loiseau, 1994. Pelouses et ourlets du Berry. Bull. Soc. Bot. Centre-Ouest, n° spécial 12 : 193 p.
3730 3087 08/4.0.2.0.2/10 ASS Trifolietum tomentoso - suffocati René Molinier & Tallon 1968 Molinier Re. & G. Tallon, 1968. Friches et prairies de Camargue. la Terre et la vie, 4 : 423-457.
3731 3088 08/4.0.2.0.3 ALL Acino arvensis - Arenarion serpyllifoliae de Foucault 1989 tonsures annuelles basophiles, aéromésohydriques, médioeuropéennes, subméditerranéeo-subatlantiques Foucault, B. de, 1989. Etude complémentaire de la végétation des coteaux secs de la vallée de la Laize entre Bretteville-sur-Laize et Laize-la-ville, (Calvados). Bull. Soc. Bot. Centre-Ouest, N.S., 20 : 77-93.
3732 3089 08/4.0.2.0.3/01 ASS Mercurialio huetii - Arabidetum vernae (Braun-Blanquet 1931 apud Bharucha 1932) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. 'Bharucha, F.R., 1933. Etude Ecologique et Phytosociologique de l''Association à Brachypodium ramosum et Phlomis lychnitis des garrigues languedociennes. Beih. Bot. Zentralbl., II, 50 : 247-379. Dresden. [= Comm. SIGMA, n°18, Montpellier 1932].'
3733 3090 08/4.0.2.0.3/01 syn compl Sedo albi subsp. micranthi - Arabidetum vernae Braun-Blanquet 1931 apud Bharucha 1932 Sedo micranthi - Arabidetum vernae 'Bharucha, F.R., 1933. Etude Ecologique et Phytosociologique de l''Association à Brachypodium ramosum et Phlomis lychnitis des garrigues languedociennes. Beih. Bot. Zentralbl., II, 50 : 247-379. Dresden. [= Comm. SIGMA, n°18, Montpellier 1932].' Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3734 3091 08/4.0.2.0.3/01 syn compl pp Sedo albi subsp. micranthi - Arabidetum vernae Braun-Blanquet 1931 em. Braun-Blanquet, Roussine & Nègre 1952 Sedo micranthi - Arabidetum vernae Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3735 3092 08/4.0.2.0.3/02 ASS Arabidopsio thaliane - Arabidetum vernae (René Molinier 1935) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Molinier, Re., 1935. Principes de cartographie phytosociologiques appliquée aux Monts Olympe et Aurélien (Basse-Provence). Ann. Soc. Hist. Nat. Toulon, 19 : 68-103. [= Comm. SIGMA, n°41].
3736 3093 08/4.0.2.0.3/02 syn compl Sedo albi subsp. micranthi - Arabidetum vernae René Molinier 1935 Sedo micranthi - Arabidetum vernae Molinier, Re., 1935. Principes de cartographie phytosociologiques appliquée aux Monts Olympe et Aurélien (Basse-Provence). Ann. Soc. Hist. Nat. Toulon, 19 : 68-103. [= Comm. SIGMA, n°41].
3737 3094 08/4.0.2.0.3/02 syn compl pp Sedo albi subsp. micranthi - Arabidetum vernae Braun-Blanquet 1931 em. Braun-Blanquet, Roussine & Nègre 1952 Sedo micranthi - Arabidetum vernae Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3738 3095 08/4.0.2.0.3/03 ASS Bombycilaeno erectae - Medicaginetum minimae de Foucault 1999 prov. Bourgogne, Massif Central Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3739 3096 08/4.0.2.0.3/03 syn = ? Bombycilaenetum erectae Royer & Bidault 1966 Royer, J.-M. & Bidault, M., 1966. Etude phytosociologique des pelouses xérophiles calcaires de Saône-et-Loire. Bull. Sci. Bourgogne, 24 : 139-180.
3740 3097 08/4.0.2.0.3/03 syn compl incl Medicaginetum minimo - rigidulae Billy 2002 prov. Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
3741 3098 08/4.0.2.0.3/04 ASS Cerastietum pumili Oberdorfer & Müller in Müller 1961 em. de Foucault 1989 Alsace, Massif Central Foucault, B. de, 1989. Etude complémentaire de la végétation des coteaux secs de la vallée de la Laize entre Bretteville-sur-Laize et Laize-la-ville, (Calvados). Bull. Soc. Bot. Centre-Ouest, N.S., 20 : 77-93. Müller, T., 1961. Alysso-Sedetum und Alysso-Sedion.Ergebnisse pflanzensoziologischen Untersuchungen in Südwestdeutschland. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 111-122.
3742 3099 08/4.0.2.0.3/04 syn compl incl Alysso alyssoidis - Sedetum albi Oberdorfer & Müller in Müller 1961 Müller, T., 1961. Alysso-Sedetum und Alysso-Sedion.Ergebnisse pflanzensoziologischen Untersuchungen in Südwestdeutschland. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 111-122.
3743 3100 08/4.0.2.0.3/04 syn compl incl Sedo albi - Trifolietum scabri Royer 1971 Royer, J.-M., 1971. Observations phytosociologiques sur quelques groupements xérophiles du plateau de Langres et de la montagne Chatillonnaise. Bull. Sci. Bourgogne., 28 : 3-29.
3744 6599 08/4.0.2.0.3/05 ASS Hornungio petraeae - Cerastietum glomerati Julve & Marchal 2006 ass. nov. hoc loco tonsure basophile eutrophisée, aéromésohydrique, subméditerranéenne, du Quercy hoc loco
3745 3101 08/4.0.2.0.3/05 syn compl Alysso alyssoidis - Arenarietum serpyllifoliae Julve & Marchal in Julve 2001 Quercy Julve, Ph., 2001. Flore et végétation de trois sites de pelouses calcicoles du P.N.R. des Causses du Quercy (Lot). Parc Naturel Régional des Causses du Quercy. 52 p. + annexes et cartes.
3746 3102 08/4.0.2.0.3/05 syn compl incl Alysso alyssoidis - Sedetum albi Oberdorfer & Müller in Müller 1961 Müller, T., 1961. Alysso-Sedetum und Alysso-Sedion.Ergebnisse pflanzensoziologischen Untersuchungen in Südwestdeutschland. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 111-122.
3747 3103 08/4.0.2.0.3/06 ASS Arenario serpyllifoliae - Saxifragetum tridactylitae (Géhu & Lericq 1957) de Foucault 1989 Foucault, B. de, 1989. Etude complémentaire de la végétation des coteaux secs de la vallée de la Laize entre Bretteville-sur-Laize et Laize-la-ville, (Calvados). Bull. Soc. Bot. Centre-Ouest, N.S., 20 : 77-93. Géhu, J.-M. & R. Lericq, 1957. Nouvelles observations concernant la flore du département du Nord. Bull. Soc. Bot. N. Fr., 10 : 110-129.
3748 3104 08/4.0.2.0.3/06 syn compl Saxifrago tridactylitae - Poetum compressae (Kreh 1945) Géhu & Lericq 1957 Géhu, J.-M. & R. Lericq, 1957. Nouvelles observations concernant la flore du département du Nord. Bull. Soc. Bot. N. Fr., 10 : 110-129. ?
3749 3105 08/4.0.2.0.3/07 ASS Minuartio rubrae - Arenarietum serpyllifoliae de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3750 3106 08/4.0.2.0.3/07 syn compl Sedo acris - Poetum alpinae Royer 1985 Royer, J.-M., 1985. Les associations végétales des dalles rocheuses (Alysso-Sedion) de la chaine du Jura français. Tuexenia, 5 : 131-143.
3751 3107 08/4.0.2.0.3/08 ASS Petrorhagio proliferae - Cerastietum pumili de Foucault 1999 prov. Nord, Massif Central Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3752 3108 08/4.0.2.0.3/08 syn compl Hieracio pilosellae - Poetum compressae Petit 1978 Petit, D., 1978. Les pelouse à Hieracium pilosella des terrils du nord de la France. Coll. Phytosoc., 6 : 201-212. (Pelouses sèches à thérophytes, Lille 1977).
3753 3109 08/4.0.2.0.3/08 syn compl Vulpio - Petrorhagietum proliferae Billy 2002 prov. Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
3754 3110 08/4.0.2.0.3/09 ASS Trifolio campestris - Catapodietum rigidi de Foucault 1989 Trifolio campestris - Desmazerietum rigidae Foucault, B. de, 1989. Etude complémentaire de la végétation des coteaux secs de la vallée de la Laize entre Bretteville-sur-Laize et Laize-la-ville, (Calvados). Bull. Soc. Bot. Centre-Ouest, N.S., 20 : 77-93.
3755 3111 08/4.0.2.0.3/10 ASS Trifolietum scabro - campestris Royer & Bidault 1966 Royer, J.-M. & Bidault, M., 1966. Etude phytosociologique des pelouses xérophiles calcaires de Saône-et-Loire. Bull. Sci. Bourgogne, 24 : 139-180.
3756 6699 08/4.0.2.0.3/11 ASS Hornungio petraeae - Cerastietum semidecandri Misset & Royer in Royer, Felzines, Misset & Thévenin 2006 tonsure de dalle calcaire, Ardenne Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
3757 3112 08/4.0.2.0.4 8230pp ALL Spergulo pentandrae - Veronicion dillenii (Oberdorfer 1957) de Foucault 1999 tonsures annuelles basophiles, aéromésohydriques, médioeuropéennes, centroeuropéennes Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
3758 3113 08/4.0.2.0.4 syn = Spergulo pentandrae - Veronicion dillenii (Korneck 1974) de Foucault 1999 Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t.
3759 3114 08/4.0.2.0.4 syn compl Rumici acetosellae var. tenuifolii - Veronicenion dillenii Passarge (1977) 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin. Passarge, H., 1977. Über Initialfluren der Sedo-Scleranthetea auf pleistozänen Böden. Feddes Repert., 88 : 503-525.
3760 3115 08/4.0.2.0.4 syn compl Sedo albi - Veronicion dillenii (Oberdorfer 1957) Korneck 1974 Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
3761 3116 08/4.0.2.0.4 syn compl Veronicion dillenii Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
3762 3117 08/4.0.2.0.4/01 ASS Spergulo pentandrae - Veronicetum dillenii Korneck 1975 Massif Central Korneck, D., 1975. Beitrag zur Kenntniss mitteleuropäischer Felsgrusgesellschaften (Sedo-Scleranthetea). Mitt. Flor. Soz. Arbeitsgem., N.F., 18 : 45-102.
3763 3118 08/4.0.2.0.4/01 syn compl Helichryso arenarii - Veronicetum dillenii Passarge (1960) 1977 Passarge, H., 1977. Über Initialfluren der Sedo-Scleranthetea auf pleistozänen Böden. Feddes Repert., 88 : 503-525. ?
3764 3119 08/4.0.2.0.4/02 ASS Airo caryophylleae - Trifolietum scabri de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3765 3120 08/4.0.2.0.4/02 syn compl pp Scillo autumnalis - Sedetum albi Korneck 1975 Korneck, D., 1975. Beitrag zur Kenntniss mitteleuropäischer Felsgrusgesellschaften (Sedo-Scleranthetea). Mitt. Flor. Soz. Arbeitsgem., N.F., 18 : 45-102.
3766 3121 08/4.0.2.0.4/03 ASS Spergulo pentandrae - Teucrietum botrys de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3767 3122 08/4.0.2.0.4/03 syn compl pp Scillo autumnalis - Sedetum albi Korneck 1975 Korneck, D., 1975. Beitrag zur Kenntniss mitteleuropäischer Felsgrusgesellschaften (Sedo-Scleranthetea). Mitt. Flor. Soz. Arbeitsgem., N.F., 18 : 45-102.
3768 3123 08/4.0.2.0.4/04 ASS Veronico arvensis - Cerastietum glutinosi (Knapp 1976) Passarge 1995 ? Knapp, R., 1976. Saumgesellschaften in westlichen deutschen mittelgebirges Gebietes. Doc. Phytosoc., 15/18 : 71-76.
3769 3124 08/4.0.3 ORD Phleo arenarii - Cerastietalia semidecandri (Glowacki 1988) de Foucault 1999 tonsures annuelles basophiles, sabulicoles, mésohydriques Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. Glowacki, Z., 1988. Zbiorowiska psammofilne klasy Sedo-Scleranthetea wysoczyzny Siedleckicj i terenow przyleglych na tle ich zasiegow. Wyzsa Szkola Rolniczo Pedag. Georgi Dymitr. Siedlcach. Rozpr. Nauk., 20, 122 p.
3770 3125 08/4.0.3 syn = Cerastietalia semidecandri (Glowacki 1988) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Glowacki, Z., 1988. Zbiorowiska psammofilne klasy Sedo-Scleranthetea wysoczyzny Siedleckicj i terenow przyleglych na tle ich zasiegow. Wyzsa Szkola Rolniczo Pedag. Georgi Dymitr. Siedlcach. Rozpr. Nauk., 20, 122 p.
3771 3126 08/4.0.3.0.1 ALL Catapodio rigidi subsp. hemipoae - Vulpion fasciculatae de Foucault 1999 prov. tonsures annuelles basophiles, sabulicoles, mésohydriques, méditerranéennes Catapodio hemipoae - Vulpion fasciculatae Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3772 3127 08/4.0.3.0.1/01 ASS Sileno portensis - Vulpietum fasciculatae de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3773 3128 08/4.0.3.0.1/01 syn compl Alysso loiseleurii - Helichrysetum stoechadis Géhu 1974 'Géhu, J.-M., 1974. l''Astrocarpo-Corynephoretum canescentis Braun-Blanquet 1967 dans les landes de Gascogne. Doc. Phytosoc. 6 : 43-45.'
3774 3129 08/4.0.3.0.1/02 ASS ?
3775 3130 08/4.0.3.0.1/02 syn compl Malcolmio littoreae - Crucianelletum maritimae (Braun-Blanquet (1921) 1933) Géhu & Bournique 1992 'Géhu, J.-M. & C.-P. Bournique, 1992. Interprétation phytosociologique actualisée et comparative des vestiges de végétation du cordon littoral entre Sète et Agde (Languedoc). Coll. Phytosoc., 19 : 133-146. (Végétation et qualité de l''environnement cotier en Méditerranée, Cagliari 1989).' Braun-Blanquet, J., 1933. Ammophiletalia et Salicornietalia méditerranéens. Prodr. Group. Vég., 1, 23 p. Braun-Blanquet, J., 1921. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9. Montpellier.
3776 3131 08/4.0.3.0.1/03 ASS ?
3777 3132 08/4.0.3.0.1/03 syn compl Malcolmio littoreae - Ephedretum distachyae (Hekking 1959) Géhu & Bournique 1992 'Géhu, J.-M. & C.-P. Bournique, 1992. Interprétation phytosociologique actualisée et comparative des vestiges de végétation du cordon littoral entre Sète et Agde (Languedoc). Coll. Phytosoc., 19 : 133-146. (Végétation et qualité de l''environnement cotier en Méditerranée, Cagliari 1989).' Hekking, W.H.A., 1959. Un inventaire phytosociologique des dunes de la côte méditerranéenne française entre Carnon et le Grau du roi (Hérault). Proc. Kon. Nederl. Akad. Wetensch., Ser. C, 62 : 518-532. [= Comm. SIGMA, n°149].
3778 3133 08/4.0.3.0.2 ALL ? tonsures annuelles basophiles, sabulicoles, mésohydriques, médioeuropéennes, dolomiticoles
3779 3134 08/4.0.3.0.2/01 ASS Phleo arenarii - Plantaginetum scabrae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3780 3135 08/4.0.3.0.2/01 syn compl Phleo arenarii - Sedetum anopetali Braun-Blanquet 1931 apud Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3781 3136 08/4.0.3.0.2/02 ASS ?
3782 3137 08/4.0.3.0.2/02 syn compl Armerietum girardii Braun-Blanquet 1928 Braun-Blanquet, J., 1928. Pflanzensoziologie. 330 p. Springer. Berlin.
3783 3138 08/4.0.3.0.2/03 ASS Androsaco maximae - Phleetum arenarii Vanden Berghen 1963 Vanden Berghen, C., 1963. Etude sur la végétation des grands causses du Massif Central de la France. Mém. Soc. Roy. Bot. Belg., 1, 285 p.
3784 3139 08/4.0.3.0.2/04 ASS Catapodio loliacei - Phleetum arenarii Herrera 1995 Desmazerio marinae - Phleetum arenarii Herrera, M., 1995. Estudio de la vegetación y flora vascular de la cuenca del Río Asón (Cantabria). Guineana, 1 : 1-435.
3785 3140 08/4.0.3.0.3 ALL Sileno conicae - Vulpion membranaceae de Foucault 1999 tonsures annuelles basophiles, sabulicoles, mésohydriques, médioeuropéennes, thermoatlantiques Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3786 3141 08/4.0.3.0.3/01 ASS Medicagini minimae - Phleetum arenarii de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3787 3142 08/4.0.3.0.3/01 syn compl pp Roso pimpinellifoliae - Ephedretum distachyae Kuhnholtz-Lordat (1927) 1931 'Kuhnholtz-Lordat, G., 1931. L''association à Rosa pimpinellifolia et Ephedra distachya de la presqu''île de Quiberon (Morbihan). Ann. Ecol. Nat. Agric. Montpellier, 20 : 282-301.' Kuhnholtz-Lordat, G., 1927. La végétation côtière des Charentes entre la Gironde et la Seudre. Ann. Ecol. Nat. Agric. Montpellier, 19 : 57-79.
3788 3143 08/4.0.3.0.3/02 ASS Hornungio petraeae - Phleetum arenarii (Géhu & de Foucault 1978) de Foucault 1995 Foucault, B. de, 1995. Contribution à une monographie phytosociologique de la Hague (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 45-90. Géhu, J.-M., Foucault, B. de, 1978. Les pelouses siliceuses à thérophytes de la zone littorale du nord de la France. Coll. Phytosoc., 6 : 319-327. (Pelouses sèches à thérophytes, Lille 1977).
3789 3144 08/4.0.3.0.3/03 ASS Omphalodo littoralis - Brometum hordeacei subsp. ferronii de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3790 3145 08/4.0.3.0.3/03 syn compl pp Roso pimpinellifoliae - Ephedretum distachyae Kuhnholtz-Lordat (1927) 1931 'Kuhnholtz-Lordat, G., 1931. L''association à Rosa pimpinellifolia et Ephedra distachya de la presqu''île de Quiberon (Morbihan). Ann. Ecol. Nat. Agric. Montpellier, 20 : 282-301.' Kuhnholtz-Lordat, G., 1927. La végétation côtière des Charentes entre la Gironde et la Seudre. Ann. Ecol. Nat. Agric. Montpellier, 19 : 57-79.
3791 3146 08/4.0.3.0.4 ALL Phleo arenarii - Cerastion diffusi de Foucault 1999 tonsures annuelles basophiles, sabulicoles, mésohydriques, médioeuropéennes, psychroatlantiques Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3792 3147 08/4.0.3.0.4/01 ASS Trifolio scabri - Airetum praecocis de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3793 3148 08/4.0.3.0.4/01 syn compl Festuco filiformis - Galietum veri var. maritimi (Onno 1933) Braun-Blanquet & de Leeuw 1936 Festuco filiformis - Galietum maritimi Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393. ?
3794 3149 08/4.0.3.0.4/02 ASS Erodio lebelii - Phleetum arenarii Boerboom 1960 Boerboom, J.H.A., 1960. De plantengemeenschappen van de Wassemaarse duinen. Meded. Landbouwhoges. Wageningen, 60 : 1-135.
3795 3150 08/4.0.3.0.4/02 syn = Veronico arvensis - Cerastietum diffusi de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3796 3151 08/4.0.3.0.4/02 syn compl Galio veri subsp. maritimi - Syntrichietum ruraliformis Hocquette 1927 Galio veri subsp. maritimi - Tortuletum ruraliformis Hocquette, M., 1927. Etude sur la végétation et la flore du littoral de la mer du nord de Nieuport à Sangatte. Arch. Bot. (Caen), 1, mém. 4, 179 p.
3797 3152 08/4.0.3.0.4/02 syn compl Violo saxatilis subsp. curtisii - Syntrichietum ruraliformis Braun-Blanquet & Tüxen 1952 Violo saxatilis subsp. curtisii - Tortuletum ruraliformis Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
3798 3153 08/4.0.3.0.4/03 ASS Minuartio hybridae - Silenetum conicae de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3799 3154 08/4.0.3.0.4/03 syn compl Artemisietum campestris Lemée 1937 Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
3800 3155 08/4.0.3.0.5 ALL Sileno conicae - Cerastion semidecandri Korneck 1974 em. de Foucault 1999 tonsures annuelles basophiles, sabulicoles, mésohydriques, médioeuropéennes, centroeuropéennes, pré à subcontinentales Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105. Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t.
3801 3156 08/4.0.3.0.5/02 ASS Petrorhagio proliferae - Plantaginetum scabrae de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3802 3157 08/4.0.3.0.5/02 syn compl pp Sileno - Koelerietum auct. auct.
3803 3158 08/4.0.3.0.5/03 ASS Bromo tectorum - Phleetum arenarii Korneck 1974 Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t.
3804 3159 08/4.0.3.0.5/04 ASS Sileno conicae - Cerastietum semidecandri (Philippi 1971) Korneck 1974 Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t.
3805 3160 08/4.0.3.0.6 ALL Alysso alyssoidis - Veronicion praecocis Passarge 1977 tonsures annuelles basophiles, sabulicoles, mésohydriques, médioeuropéennes, centroeuropéennes, continentales Passarge, H., 1977. Über Initialfluren der Sedo-Scleranthetea auf pleistozänen Böden. Feddes Repert., 88 : 503-525.
3806 3161 08/4.0.3.0.6/01 ASS Saxifrago tridactylitae - Veronicetum praecocis Passarge 1977 Passarge, H., 1977. Über Initialfluren der Sedo-Scleranthetea auf pleistozänen Böden. Feddes Repert., 88 : 503-525.
3807 3162 08/4.0.3.0.6/02 ASS Vicio lathyroidis - Veronicetum praecocis de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3808 3163 08/4.0.3.0.6/02 syn compl Veronico praecocis - Potentilletum arenariae Passarge 1977 Passarge, H., 1977. Über Initialfluren der Sedo-Scleranthetea auf pleistozänen Böden. Feddes Repert., 88 : 503-525.
3809 3164 08/4.0.3.0.6/03 ASS Alysso alyssoidis - Veronicetum praecocis Passarge (1962) 1977 Passarge, H., 1977. Über Initialfluren der Sedo-Scleranthetea auf pleistozänen Böden. Feddes Repert., 88 : 503-525.
3810 3165 08/4.0.3.0.6/04 ASS Petrorhagio proliferae - Medicaginetum minimae (Philippi 1971) Passarge 1977 Passarge, H., 1977. Über Initialfluren der Sedo-Scleranthetea auf pleistozänen Böden. Feddes Repert., 88 : 503-525.
3811 3166 08/5. CLA Ononido variegatae - Cutandietea maritimae de Foucault & Géhu in de Foucault 1999 tonsures annuelles basophiles, sabulicoles, maritimes, thermoméditerranéennes Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3812 3167 08/5.0.1 ORD Ononido variegatae - Cutandietalia maritimae de Foucault & Géhu in de Foucault 1999 tonsures annuelles basophiles, sabulicoles, maritimes, thermoméditerranéennes occidentales Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3813 3168 08/5.0.1.0.1 ALL Sileno sericeae - Malcolmion ramosissimae de Foucault & Géhu in de Foucault 1999 tonsures annuelles basophiles, sabulicoles, maritimes, thermoméditerranéennes occidentales, tyrrhéniennes Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
3814 3169 08/5.0.1.0.1 syn pp Malcolmion ramosissimae Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
3815 3173 08/5.0.1.0.1/01 ASS Cutandietum maritimae Piazza & Paradis 1994 'Piazza, C. & G. Paradis, 1994. Etude phytosociologique et cartographique d''un site littoral sableux en voie de dégradation anthropique : le cordon de Balistra sud de la Corse). Bull. Soc. Bot. Centre-Ouest, n.s., 25 : 59-98.'
3816 3177 08/5.0.1.0.1/01 syn incl Sileno nicaensis - Cutandietum maritimae Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
3817 3171 08/5.0.1.0.1/01 syn incl Sileno sericeae - Cutandietum maritimae Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
3818 7986 08/5.0.1.0.1/02 ASS Ononidetum variegatae Piazza & Paradis 2002 Piazza, C. & G. Paradis, 2002. Essai de présentation synthétique des groupements thérophytiques printaniers des sites littoraux sableux et graveleux de la Corse. Bull. Soc. Bot. Centre-Ouest, n.s., 33 : 47-126.
3819 3176 08/5.0.1.0.1/02 syn incl Sileno nicaensis - Ononidetum variegatae (Géhu, Biondi, Géhu-Franck & Arnold-Apostolides 1987) Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154. Géhu, J.-M., E. Biondi, J. Géhu-Franck & N. Arnold-Apostolides, 1987. Données synsystématiques et synchorologiques sur la végétation du littoral sédimentaire de la Grèce continentale. Doc. Phytosoc., n.s., 10(2) : 43-92.
3820 3180 08/5.0.1.0.1/02 syn incl Sileno sericeae - Ononidetum variegatae (Paradis & Piazza 1994) Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154. 'Piazza, C. & G. Paradis, 1994. Etude phytosociologique et cartographique d''un site littoral sableux en voie de dégradation anthropique : le cordon de Balistra sud de la Corse). Bull. Soc. Bot. Centre-Ouest, n.s., 25 : 59-98.'
3821 3179 08/5.0.1.0.1/03 ASS Galio verrucosi var. halophili - Senecionetum leucanthemifolii subsp. transientis Paradis & Piazza 1992 Galio halophili - Senecionetum transientis Paradis, G. & C. Piazza, 1992. Description de trois associations nouvelles sur le littoral occidental de la Corse. Coll. Phytosoc., 18 : 179-191. (Phytosociologie littorale et taxonomie, Bailleul 1989).
3822 7987 08/5.0.1.0.1/04 ASS Lolietum rigidi Piazza & Paradis 2002 Piazza, C. & G. Paradis, 2002. Essai de présentation synthétique des groupements thérophytiques printaniers des sites littoraux sableux et graveleux de la Corse. Bull. Soc. Bot. Centre-Ouest, n.s., 33 : 47-126.
3823 3172 08/5.0.1.0.1/05 ASS Sileno sericeae - Matthioletum tricuspidatae Paradis & Piazza (1989) 1992 Paradis, G. & C. Piazza, 1992. Description de trois associations nouvelles sur le littoral occidental de la Corse. Coll. Phytosoc., 18 : 179-191. (Phytosociologie littorale et taxonomie, Bailleul 1989). Paradis, G. & C. Piazza, 1989. Contribution à l’étude de la végétation du cordon littoral et de l’arrière-cordon de Portigliolo (golfe de Valinco, Corse). Bull. Soc. Bot. Centre-Ouest, n.s., 20 : 51-75.
3824 3178 08/5.0.1.0.1/05 syn = Senecioni leucanthemifolii - Matthioletum tricuspidatae (Paradis & Piazza 1992) Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154. Paradis, G. & C. Piazza, 1992. Description de trois associations nouvelles sur le littoral occidental de la Corse. Coll. Phytosoc., 18 : 179-191. (Phytosociologie littorale et taxonomie, Bailleul 1989).
3825 3170 08/5.0.1.0.1/06 ASS Sileno sericeae - Vulpietum fasciculatae Paradis & Piazza (1989) 1992 Paradis, G. & C. Piazza, 1992. Description de trois associations nouvelles sur le littoral occidental de la Corse. Coll. Phytosoc., 18 : 179-191. (Phytosociologie littorale et taxonomie, Bailleul 1989). Paradis, G. & C. Piazza, 1989. Contribution à l’étude de la végétation du cordon littoral et de l’arrière-cordon de Portigliolo (golfe de Valinco, Corse). Bull. Soc. Bot. Centre-Ouest, n.s., 20 : 51-75.
3826 3174 08/5.0.1.0.1/07 ASS Sileno nicaensis - Vulpietum fasciculatae (Paradis & Piazza 1991) Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154. 'Paradis, G. & C. Piazza, 1991. Contribution à l''étude de la végétaion du site classé de l''Ostriconi (Corse). Bull. Soc. Bot. Centre-Ouest, n.s., 22 : 149-182.'
3827 3175 08/5.0.1.0.1/07 syn incl Sileno nicaensis - Ononidetum diffusae (Paradis & Piazza 1991) Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154. 'Paradis, G. & C. Piazza, 1991. Contribution à l''étude de la végétaion du site classé de l''Ostriconi (Corse). Bull. Soc. Bot. Centre-Ouest, n.s., 22 : 149-182.'
3828 7988 08/5.0.1.0.1/08 ASS Medicagino littoralis - Thesietum humilis Paradis & Piazza 1996 Paradis, G. & C. Piazza, 1996. Synécologie de l’espèce rare et protégée Thesium humile Vahl. (Santalaceae) sur le sable littoral de la Corse. Monde des plantes, 455 : 1-5.
3829 3181 09/1. 6210pp [* : orchidées remarquables] CLA Festuco valesiacae - Brometea erecti subsp. erecti Braun-Blanquet & Tüxen 1943 em. Royer 1987 pelouses basophiles médioeuropéennes 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.' Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
3830 3182 09/1. syn incl Festuco valesiacae - Brometea erecti subsp. erecti Braun-Blanquet & Tüxen 1943 ex Braun-Blanquet 1949 Braun-Blanquet, J., 1949. Übersicht der Pflanzengesellschaften Rätiens, (III). Vegetatio, 1 : 285-316. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
3831 3183 09/1. syn pp Brachypodio pinnati - Brometea erecti Barbero & Loisel 1971 'Barbero, M. & R. Loisel, 1971. Contribution à l''étude des pelouses à Brome méditerranéennes et méditerranéo-montagnardes. Anales Inst. Bot. Cavanilles, 28 : 91-165.'
3832 3184 09/1. syn pp Brachypodio pinnati - Chrysopogonetea grylli Horvatić (1956) 1958 Horvatić, S., 1958. Geographisch-typologische Gliederung der Niederungs-Wiesen und -iveiden Kroatiens. Angewandte Pflanzensoziologie, 15 : 63-73, Stolzenau/weser. ?
3833 3185 09/1. syn pp Festuco - Seslerietea caeruleae Barbero & Bonin 1969 Festuco - Seslerietea Barbero, M. & G. Bonin, 1969. Signification biogéographique et phytosociologique des pelouses écorchées des massifs méditerranéens nord-occidentaux, des Apennins et des Balkans septentrionaux (Festuco-Seslerietea). Bull. Soc. Bot. France, 116 : 227-243.
3834 3186 09/1. syn pp Ononido striatae - Rosmarinetea officinalis Braun-Blanquet 1947 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32.'
3835 3187 09/1. syn pp Potentillo - Artemisietea Guinochet 1982 Guinochet, M., 1982. Notes de phytosociologie sigmatiste prises en Sibérie méridionale. Docu. Phytosoc., n.s., 6 : 295-301.
3836 8238 09/1. syn incl Festuco valesiacae - Brometea erecti subsp. erecti Braun-Blanquet & Tüxen 1943 ex Klika & Hadàč 1944 Klika, J. & E. Hadač, 1944. Rostlinná spolecenstva strední Evropy [Plant communities of Central Europe]. Príroda (Brno), 36: 1-26. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
3837 3188 09/1.1 SUBCLA Ononido striatae - Bromenea erecti subsp. erecti Gaultier 1989 pelouses basophiles médioeuropéennes méridionalo-occidentales Gaultier, C., 1989. Relations entre pelouses eurosibériennes et groupements méditerranéens. Etude régionale (Diois) et synthèse sur le pourtour méditerranéen nord-occidental. Thèse, Univ. Paris sud-Orsay, 2 tomes de 230 p. et 119 p., 54 tab., fig. h.t.
3838 3189 09/1.1 syn = Ononido striatae - Brometea erecti subsp. erecti Gaultier 1989 prov. Gaultier, C., 1989. Relations entre pelouses eurosibériennes et groupements méditerranéens. Etude régionale (Diois) et synthèse sur le pourtour méditerranéen nord-occidental. Thèse, Univ. Paris sud-Orsay, 2 tomes de 230 p. et 119 p., 54 tab., fig. h.t.
3839 3190 09/1.1.1 ORD Ononidetalia striatae Braun-Blanquet 1949 em. Gaultier 1989 pelouses basophiles sub/supra à oroméditerranéennes nevado-illyriennes Gaultier, C., 1989. Relations entre pelouses eurosibériennes et groupements méditerranéens. Etude régionale (Diois) et synthèse sur le pourtour méditerranéen nord-occidental. Thèse, Univ. Paris sud-Orsay, 2 tomes de 230 p. et 119 p., 54 tab., fig. h.t. Braun-Blanquet, J., 1949. Übersicht der Pflanzengesellschaften Rätiens, (III). Vegetatio, 1 : 285-316.
3840 3191 09/1.1.1 syn = Anthyllidetalia montanae Quézel 1971 Quézel, P., 1971. A propos des pelouses caussenardes à Stipa pennata et à Sesleria caerulea. Bull. Soc. Et. Sci. Nat. Nîmes, 51 : 119-141.
3841 3192 09/1.1.1 syn = Anthyllidetalia montanae Barbero, Loisel & Quézel 1972 Barbero, M., R. Loisel & P. Quézel, 1972. Etude phytosociologique des pelouses à Anthyllis montana, Ononis striata et Sesleria caerulea en France méridionale. Bull. Soc. Bot. Fra., 119 : 141-168.
3842 3193 09/1.1.1 syn = Genisto - Ononidetalia striatae Braun-Blanquet & Susplugas 1937 Braun-Blanquet, J. & J. Susplugas, 1937. Reconnaissance phytogéographique dans les Corbières. Bull. Soc. Bot. France 84: 669-685. [= Comm. SIGMA, 61, 16 p.].
3843 3194 09/1.1.1 syn = Ononidetalia striatae Braun-Blanquet 1950 Braun-Blanquet, J., 1950. Übersicht der Pflanzengesellschaften Rätiens, (VI). Vegetatio, 2 : 341-360.
3844 3195 09/1.1.1 syn = Ononidetalia striatae Braun-Blanquet 1947 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32.'
3845 3196 09/1.1.1 syn compl incl pp Astragalo monspessulani - Pinetalia sylvestris Oberdorfer ex Théurillat, Aeschimann, Küpfer & Spichiger 1995 Theurillat, J.P., D. Aeschimann, P. Küpfer & R. Spichiger, 1995. The higher Vegetation units of the Alps. Coll. Phytosoc., 23 : 189-239. (Large Area Vegetation Surveys, Bailleul 1994).
3846 3198 09/1.1.1 syn compl incl pp Pino sylvestris - Juniperetalia sabinae Rivas-Martínez 1965 Rivas-Martínez, S., 1965. Esquema de la vegetación potencial y su correspondencia con los suelos de la España peninsular. Anales Inst. Bot. Cavanilles (1964), 22 : 343-404.
3847 3197 09/1.1.1 syn compl incl pp Pino sylvestris - Juniperion sabinae Rivas Goday & Borja Carbonell 1961 Rivas Goday, S. & J. Borja Carbonell, 1961. Estudio de vegetacion y florula del macizo de Gudar y Javalambre. Anales Inst. Bot. Cavanilles, 19 : 3-543.
3848 3199 09/1.1.1 syn incl Seslerietalia caeruleae René Molinier 1934 Seslerietalia gallo-provincialis Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274.
3849 3200 09/1.1.1 syn pp Astragaletalia sempervirentis Barbero 1968 Barbero, M., 1968. A propos des pelouses écorchées des Alpes maritimes et ligures. Bull. Soc. Bot. Fra., 115 : 219-224.
3850 3201 09/1.1.1 syn pp Festuco hystricis - Ononidetea striatae Rivas-Martínez, Díaz, Fernández-Prieto, Loidi & Penas 1991 Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernández-Prieto, J Loidi & A. Penas, 1991. Festuco hystricis – Ononidetea striatae y Rosmarinetea officinalis, clases de vegetacion independanties. Itinera Geobotanica, 5 : 505-516.
3851 3202 09/1.1.1 syn pp Festuco hystricis - Ononidetea striatae Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
3852 3203 09/1.1.1.0.1 ALL Aphyllanthion monspeliensis Braun-Blanquet (1931) 1947 em. Barbero, Loisel & Quézel 1972 pelouses basophiles sub/supraméditerranéennes, marnicoles, mésohygrophiles Barbero, M., R. Loisel & P. Quézel, 1972. Etude phytosociologique des pelouses à Anthyllis montana, Ononis striata et Sesleria caerulea en France méridionale. Bull. Soc. Bot. Fra., 119 : 141-168. 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32.' Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3853 3206 09/1.1.1.0.1 syn = Aphyllanthenion monspeliensis Rivas Goday & Rivas-Martínez 1958 Eu-Aphyllanthenion ?
3854 9309 09/1.1.1.0.1 syn = Aphyllanthenion monspeliensis Rivas-Martínez 1968 Eu-Aphyllanthenion Rivas-Martínez, S., 1968. Los jarales de la Cordillera Central. Collect. Bot. (Barcelona), 7(2) : 1033-1082.
3855 3204 09/1.1.1.0.1 syn = Aphyllanthion monspeliensis Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3856 3205 09/1.1.1.0.1 syn = Aphyllanthion monspeliensis Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
3857 3207 09/1.1.1.0.1 syn = Helianthemo italici - Aphyllanthion monspeliensis Díez-Garretas, Fernández-González & Asensi 1998 Díez-Garretas, B., F. Fernández-González & A. Asensi, 1998. Revisión nomenclatural de la clase Rosmarinetea officinalis en la Península Ibérica e Islas Baleares. Itinera Geobot., 11 : 315-364.
3858 3208 09/1.1.1.0.1 syn = Plantagini mediae - Aphyllanthenion monspeliensis X. Font 1993 Font Castell, X., 1993. Estudis geobotànics sobre els prats xeròfils de l’estatge montà dels Pirineus. Inst. Est. Catalans, Arxius Secc. Cièn., 105 : 1-828.
3859 6571 09/1.1.1.0.1 syn incl ? Ononido - Santolinenion X. Font 1993 Font Castell, X., 1993. Estudis geobotànics sobre els prats xeròfils de l’estatge montà dels Pirineus. Inst. Est. Catalans, Arxius Secc. Cièn., 105 : 1-828.
3860 7432 09/1.1.1.0.1 syn non Aphyllanthion monspeliensis Braun-Blanquet & Pawłowski 1931 Braun-Blanquet, J. & B. Pawłowski, 1931. L’eau et l’air du sol dans l’Association à Deschampsia media et Brunella hyssopifolia. Rev. Bot. Appl. Agric. Trop., 11 : 1-14.
3861 3209 09/1.1.1.0.1 syn pp Aphyllanthion monspeliensis Braun-Blanquet (1931) 1947 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32.' Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3862 8223 09/1.1.1.0.1 syn incl ? Xero-Aphyllanthenion (Rivas-Goday & Rivas Martínez 1967) Izco et Molina 1988 Xero-Aphyllanthenion Izco, J. & A. Molina, 1988. Ensayo sintaxonómico de los matorrales calcifilocontinentales incluibles en la nueva alianza Sideritido incanae-Salvion lavandulifoliae. Doc. Phytosoc. N. S., 11 : 95-109. ?
3863 3210 09/1.1.1.0.1/01 ASS Astragalo monspessulani - Linetum narbonensis de Bolòs 1976 pelouse basophile marnicole subméditerranéenne catalane 'Bolos, O. de, 1976. L''Aphyllanthion dans les pays catalans. Collect. Bot., 10 : 107-141.'
3864 3211 09/1.1.1.0.1/02 ASS Thymo vulgaris - Globularietum cordifoliae de Bolòs 1954 pelouse basophile marnicole subméditerranéenne aragonaise Bolos, O. de, 1954. De vegetatione notulae, I. Pirineos de Aragon y Navarra. Collect. Bot., 4(2) : 253-281.
3865 3212 09/1.1.1.0.1/03 ASS Dorycnio pentaphylli - Aphyllanthetum monspeliensis Lapraz (1977) 1982 pelouse basophile marnicole subméditerranéenne ligure 'Lapraz, G., 1982. Les groupements végétaux de l''ordre des Rosmarinetalia du littoral et de l''arrière pays de Nice, Monaco et Menton. Doc. Phytosoc., N.S., 7 : 399-418.' 'Lapraz, G., 1977. Note sur l''Oleo-Lentiscetum du littoral de la côte d''azur entre Nice et Menton. Riv. Sci., 2 : 29-46.'
3866 3213 09/1.1.1.0.1/04 ASS Brachypodio phoenicoidis - Aphyllanthetum monspeliensis de Bolòs 1956 em. 1967 pelouse basophile marnicole subméditerranéenne catalane Bolòs, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38(1) : 3-281. Bolos, O. de, 1956. De vegetatione notulae, II. Collect. Bot., 5(1) : 195-268.
3867 3214 09/1.1.1.0.1/06 ASS Thymelaeo ruizii - Aphyllanthetum monspeliensis Braun-Blanquet & Montserrat in Braun-Blanquet 1966 pelouse basophile marnicole subméditerranéenne basque Braun-Blanquet, J., 1966. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Ersten Teil). Vegetatio, 13 : 117-147.
3868 3215 09/1.1.1.0.1/07 ASS Aphyllantho monspeliensis - Leontodontetum hirti Braun-Blanquet 1931 pelouse basophile marnicole subméditerranéenne languedocienne Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3869 3216 09/1.1.1.0.1/07 syn = Aphyllantho monspeliensis - Leontodontetum hirti Tomaselli 1948 Tomaselli, R., 1948. La pelouse à Aphyllanthes (Aphyllanthion) de la garrigue montpelliéraine. Thèse, Univ. Montpellier, 139 p. Portale, Pavia.
3870 3217 09/1.1.1.0.1/08 ASS Argyrolobio zanonii - Aphyllanthetum monspeliensis (Vanden Berghen 1963) Gaultier 1989 pelouse basophile marnicole subméditerranéenne caussenarde Gaultier, C., 1989. Relations entre pelouses eurosibériennes et groupements méditerranéens. Etude régionale (Diois) et synthèse sur le pourtour méditerranéen nord-occidental. Thèse, Univ. Paris sud-Orsay, 2 tomes de 230 p. et 119 p., 54 tab., fig. h.t. Vanden Berghen, C., 1963. Etude sur la végétation des grands causses du Massif Central de la France. Mém. Soc. Roy. Bot. Belg., 1, 285 p.
3871 8218 09/1.1.1.0.1/08 syn = Argyrolobio zanonii - Aphyllanthetum monspeliensis Vanden Berghen 1963 Aphyllanthetum septentrionale Vanden Berghen, C., 1963. Etude sur la végétation des grands causses du Massif Central de la France. Mém. Soc. Roy. Bot. Belg., 1, 285 p.
3872 3218 09/1.1.1.0.1/09 ASS Lino suffruticosi subsp. appressi - Festucetum marginatae de Bannes-Puygiron 1933 pelouse basophile marnicole subméditerranéenne des préalpes du Dauphiné Lino appressi - Festucetum ovinae Lino salsoloidis - Festucetum ovinae Bannes-Puygiron, G. de, 1933. Le Valentinois méridional. Esquisse phytosociologique. Trav. Inst. Bot. Montpellier, 200 p. [= Comm. SIGMA 19, 200 p.].
3873 3219 09/1.1.1.0.1/10 ASS Seseli longifoliae - Lavanduletum latifoliae de Bannes-Puygiron 1933 garide basophile marnicole subméditerranéennes des préalpes du Dauphiné Bannes-Puygiron, G. de, 1933. Le Valentinois méridional. Esquisse phytosociologique. Trav. Inst. Bot. Montpellier, 200 p. [= Comm. SIGMA 19, 200 p.].
3874 3220 09/1.1.1.0.1/11 ASS Onobrychidetum supinae G. Braun-Blanquet 1936 pelouse basophile marnicole subméditerranéenne languedocienne Braun-Blanquet, G., 1936. La lande à Romarin et Bruyère (Rosmarino-Ericion) en Languedoc. Comm. SIGMA, 48 : 8-23.
3875 3221 09/1.1.1.0.1/12 ASS Inulo montanae - Aphyllanthetum monspeliensis Lapraz 1982 pelouse basophile marnicole subméditerranéenne ligure 'Lapraz, G., 1982. Les groupements végétaux de l''ordre des Rosmarinetalia du littoral et de l''arrière pays de Nice, Monaco et Menton. Doc. Phytosoc., N.S., 7 : 399-418.'
3876 3222 09/1.1.1.0.1/13 ASS Staehelino dubiae - Asperuletum purpureae Guinochet in Guinochet & Logeois 1962 pelouse basophile marnicole subméditerranéenne supraligurienne Guinochet, M. & A. Logeois, 1962. Premières prospections caryologiques dans la flore des Alpes-maritimes. Rev. Cytol. Biol. Vég., 25 : 465-479.
3877 3223 09/1.1.1.0.1/14 ASS Scorzonero hirsutae - Aphyllanthetum monspeliensis Julve & Marchal in Julve 2001 pelouse basophile marnicole subméditerranéenne quercynoise Quercy Julve, Ph., 2001. Flore et végétation de trois sites de pelouses calcicoles du P.N.R. des Causses du Quercy (Lot). Parc Naturel Régional des Causses du Quercy. 52 p. + annexes et cartes.
3878 3224 09/1.1.1.0.1/15 ASS Saturejo montanae - Linetum suffruticosi subsp. appressi Quézel & Granel de Solignac 1952 pelouse basophile marnicole subméditerranéenne gardoise Saturejo montanae - Linetum appressi Quézel, P. & L. Granel de Solignac, 1952. Etude phytosociologique des "Rochers de la Tude" (près de Vigan, Gard). Bull. Soc. Bot. Fr., Mémoires, 40 : 64-74
3879 3225 09/1.1.1.0.1/16 ASS Aphyllantho monspeliensis - Lavanduletum angustifoliae subsp. pyrenaicae O. de Bolòs 1961 pelouse basophile marnicole subméditerranéenne pyrénéenne Aphyllantho monspeliensis - Lavanduletum pyrenaicae Bolòs, O. de, 1961. La transición entre la Depresión del Ebro y los Pirineos en el aspecto geobotánico. Anales Inst. Bot. Cavanilles (1960), 18 : 199-254.
3880 3226 09/1.1.1.0.1/17 ASS Brachypodio phoenicoidis - Aphyllanthetum monspeliensis O. de Bolòs 1956 pelouse basophile marnicole subméditerranéenne catalane Bolos, O. de, 1956. De vegetatione notulae, II. Collect. Bot., 5(1) : 195-268.
3881 3227 09/1.1.1.0.1/17 syn = Aphyllantho monspeliensis - Scorzoneretum Lapraz 1960 Lapraz, G., 1960. Le massif de Montserrat : étude phytosociologique. Rev. Gen. Bot., 67 : 405-440.
3882 3228 09/1.1.1.0.1/17 syn = Thymo - Avenuletum pratensis subsp. ibericae Vives 1964 Thymo - Avenuletum ibericae Vives, J., 1964. Vegetacion de la alta Cuenca de Cardener.Estudo floristico y fitocenologico Comarcal. Acta Geobot. Barcin., 1 : 1-218.
3883 6570 09/1.1.1.0.1/18 ASS Aphyllantho monspeliensis - Bupleuretum Braun-Blanquet & O. de Bolòs 1957 pelouse basophile marnicole subméditerranéenne aragonaise 'Braun-Blanquet, J. & O. de Bolos, 1957. Les groupements végétaux du bassin moyen de l''Ebre et leur dynamisme. Anales Estacion Exper. Aula Dei, 5 : 1-266.'
3884 6572 09/1.1.1.0.1/19 ASS Festuco - Saturejetum montanae G. Montserrat ex Font 1993 pelouse basophile marnicole subméditerranéenne pyrénéenne Font Castell, X., 1993. Estudis geobotànics sobre els prats xeròfils de l’estatge montà dels Pirineus. Inst. Est. Catalans, Arxius Secc. Cièn., 105 : 1-828.
3885 8219 09/1.1.1.0.1/20 ASS Potentillo pusilli - Astragaletum incani Allier 1971 pelouse basophile marnicole subméditerranéenne drômoise Potentillo gaudinii - Astragaletum incani Allier, C., 1971. Les groupements végétaux culminaux des montagnes des Baronnies septentrionales. Coll. Int. Mil. Nat. Supraforest. Mont. Bass. Occ. Méd., 175-189. Perpignan.
3886 9330 09/1.1.1.0.1/21 ASS Leontodonto hirti - Plantaginetum maritimae subsp. serpentinae Vincent 2012 ass. nov. hoc loco pelouse basophile marnicole subméditerranéenne drômoise
3887 3229 09/1.1.1.0.2 ALL Ononidion striatae Braun-Blanquet & Susplugas 1937 em. Barbero, Loisel & Quézel 1972 'pelouses basophiles sub/supraméditerranéennes, mésoxérophiles, des adrets à l''ouest du Rhône' Barbero, M., R. Loisel & P. Quézel, 1972. Etude phytosociologique des pelouses à Anthyllis montana, Ononis striata et Sesleria caerulea en France méridionale. Bull. Soc. Bot. Fra., 119 : 141-168. Braun-Blanquet, J. & J. Susplugas, 1937. Reconnaissance phytogéographique dans les Corbières. Bull. Soc. Bot. France 84: 669-685. [= Comm. SIGMA, 61, 16 p.].
3888 3230 09/1.1.1.0.2 syn pp Armerion girardii Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
3889 3231 09/1.1.1.0.2 syn pp Ononidion striatae Braun-Blanquet & Susplugas 1937 Braun-Blanquet, J. & J. Susplugas, 1937. Reconnaissance phytogéographique dans les Corbières. Bull. Soc. Bot. France 84: 669-685. [= Comm. SIGMA, 61, 16 p.].
3890 8199 09/1.1.1.0.2 syn incl Ononidenion striatae Braun-Blanquet & Susplugas 1937 Braun-Blanquet, J. & J. Susplugas, 1937. Reconnaissance phytogéographique dans les Corbières. Bull. Soc. Bot. France 84: 669-685. [= Comm. SIGMA, 61, 16 p.].
3891 8222 09/1.1.1.0.2 syn incl Astero alpini subsp. cebennensis - Anthyllidenion montanae Valls 2003 Astero cebennensis - Anthyllidenion montanae Valls, A., 2003. Revisio sintaxonomica dels prats oromediterranis de l’ordre Ononidetalia striatae Br.-Bl. 1947. Acta Bot. Barc., 48 : 67-198.
3892 8226 09/1.1.1.0.2 syn incl Helianthemo nummulari subsp. obscuri - Thymion mastigophori Loidi et Fernández Prieto 1986 Loidi, J. & J.A. Fernández Prieto, 1986. Datos sobre la biogeografia y la vegetación del sector Castellano-Cantábrico. Doc. Phytosoc., 10 : 323-362.
3893 3232 09/1.1.1.0.2/01 ASS Hyssopo officinalis - Artemisietum albae Vanden Berghen 1963 pelouse caussenarde Causses Hyssopeto - Artemisietum albae Vanden Berghen, C., 1963. Etude sur la végétation des grands causses du Massif Central de la France. Mém. Soc. Roy. Bot. Belg., 1, 285 p.
3894 3233 09/1.1.1.0.2/02 ASS Astero alpini subsp. cebennensis - Anthyllidetum montanae Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 pelouse caussenarde Causses Astero cebennensis - Anthyllidetum montanae Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
3895 8227 09/1.1.1.0.2/03 syn pp Festucetum marginatae Liou 1929 Festucetum duriusculae calcience
3896 3234 09/1.1.1.0.2/03 ASS Stipo pennatae - Ononidetum striatae Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 pelouse caussenarde Causses Stipo grafianae - Ononidetum striatae Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
3897 9310 09/1.1.1.0.2/03 syn = Stipetum pennatae Liou 1929 Stipetum juncei ?
3898 8227 09/1.1.1.0.2/03 syn pp Festucetum marginatae Liou 1929 Festucetum duriusculae calciense
3899 3235 09/1.1.1.0.2/04 ASS Ononido striatae - Anthyllidetum montanae Vives 1964 pelouse aragonaise Pyrénées Vives, J., 1964. Vegetacion de la alta Cuenca de Cardener. Estudo floristico y fitocenologico Comarcal. Acta Geobot. Barcin., 1 : 1-218.
3900 3236 09/1.1.1.0.2/05 ASS Thesio humifusi subsp. divaricati - Anthyllidetum montanae Julve & Marchal in Julve 2001 pelouse quercynoise Quercy Thesio divaricati - Anthyllidetum montanae Thesio divaricati - Anthyllidetum montanae Julve, Ph., 2001. Flore et végétation de trois sites de pelouses calcicoles du P.N.R. des Causses du Quercy (Lot). Parc Naturel Régional des Causses du Quercy. 52 p. + annexes et cartes.
3901 3237 09/1.1.1.0.2/06 ASS Minuartio capillaceae - Arenarietum hispidae Quézel & Granel de Solignac 1952 pelouse gardoise Quézel, P. & L. Granel de Solignac, 1952. Etude phytosociologique des "Rochers de la Tude" (près de Vigan, Gard). Bull. Soc. Bot. Fr., Mémoires (1952) : 64-74
3902 3238 09/1.1.1.0.2/07 ASS Bupleuro ranunculoidis subsp. telonensis var. alaricensis - Genistetum pulchellae subsp. villarsii Braun-Blanquet & Mosseray 1937 pelouse corbarienne 'Montagne d''Alaric' Bupleuro alaricensis - Genistetum villarsii Genistetum villarsii 'Braun-Blanquet, J. & R. Mosseray, 1937. Une excursion phytogéographique à la montagne d''Alaric. Bull. Soc. Roy. Bot. Belg., 69 : 138-148.'
3903 3239 09/1.1.1.0.2/07 syn pp Allietum moly Braun-Blanquet & Mosseray 1937 'Braun-Blanquet, J. & R. Mosseray, 1937. Une excursion phytogéographique à la montagne d''Alaric. Bull. Soc. Roy. Bot. Belg., 69 : 138-148.'
3904 3240 09/1.1.1.0.2/07 syn pp Fritillarietum pyrenaicae Braun-Blanquet & Mosseray 1937 'Braun-Blanquet, J. & R. Mosseray, 1937. Une excursion phytogéographique à la montagne d''Alaric. Bull. Soc. Roy. Bot. Belg., 69 : 138-148.'
3905 3241 09/1.1.1.0.2/07 syn pp Genistetum pulchellae subsp. villarsii Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
3906 3242 09/1.1.1.0.2/08 ASS Arenario modestae - Genistetum pulchellae subsp. villarsii Barbero, Loisel & Quézel 1972 Arenario modestae - Genistetum villarsii Barbero, M., Loisel, R., Quézel, R., 1972. Etude phytosociologique des pelouses à Anthyllis montana, Ononis striata et Sesleria caerulea en France méridionale. Bull. Soc. Bot. Fra., 119 : 141-168.
3907 3243 09/1.1.1.0.2/08 syn pp Genistetum pulchellae subsp. villarsii Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Genistetum villarsii Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
3908 3244 09/1.1.1.0.2/09 ASS Genistetum delphinensis Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Pyrénées orientales Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
3909 3245 09/1.1.1.0.2/10 ASS Helianthemo oelandici subsp. incani - Potentilletum cinereae Romo 1989 pelouse catalane Helianthemo incani - Potentilletum cinereae Romo, A.M., 1989. Flora i vegetació del Montsec (Pre-pirineus catalans). Arxius Secc. Ci. Inst. Estud. Catalans, 90 : 1-534.
3910 7056 09/1.1.1.0.2/11 ASS Lino austriaci subsp. collini - Ononidetum pusillae Gatignol 2008 ass. nov. hoc loco pelouse périgourdine Lino collini - Ononidetum pusillae hoc loco
3911 3083 09/1.1.1.0.2/11 syn compl Lino austriaci subsp. collini - Arenarietum controversae Verrier 1979 Lino collini - Arenarietum controversae 'Verrier, J.L., 1979. Contribution à la synsystématique et à la synécologie des pelouses sèches à thérophytes d''Europe. Thèse Univ. Paris Sud-Orsay, 205 p., tabl., fig. h.t.'
3912 8200 09/1.1.1.0.2/12 ASS Koelerio pyramidatae - Lavanduletum pyrenaicae Soriano 2001 pelouse pyrénéenne orientale Soriano, I., 2001. La vegetació de la Serra de Moixeró i el Massís de la Tosa d’Alp (Pirineus Orientals). Tesi doctoral. Act. Bot. Barc., 47 : 5-400.
3913 3246 09/1.1.1.0.3 ALL Potentillion cinereae Barbero, Loisel & Quézel 1972 'pelouses basophiles sub/supraméditerranéennes, mésoxérophiles, des adrets à l''est du Rhône' Potentillion velutinae Barbero, M., R. Loisel & P. Quézel, 1972. Etude phytosociologique des pelouses à Anthyllis montana, Ononis striata et Sesleria caerulea en France méridionale. Bull. Soc. Bot. Fra., 119 : 141-168.
3914 3247 09/1.1.1.0.3/01 ASS Scorzonero hispanicae - Ranunculetum graminei Barbero, Loisel & Quézel 1972 Barbero, M., R. Loisel & P. Quézel, 1972. Etude phytosociologique des pelouses à Anthyllis montana, Ononis striata et Sesleria caerulea en France méridionale. Bull. Soc. Bot. Fra., 119 : 141-168.
3915 3248 09/1.1.1.0.3/02 ASS Potentillo cinereae - Ononidetum striatae Barbero, Loisel & Quézel 1972 Barbero, M., R. Loisel & P. Quézel, 1972. Etude phytosociologique des pelouses à Anthyllis montana, Ononis striata et Sesleria caerulea en France méridionale. Bull. Soc. Bot. Fra., 119 : 141-168.
3916 3249 09/1.1.1.0.3/03 ASS Globulario cordifoliae - Potentilletum cinereae Guinochet 1975 pelouse varoise Guinochet, M., 1975. Sur quelques associations de pelouses des préalpes de Grasse. Anales Inst. Bot. Cavanilles, 32 : 1291-1314.
3917 3250 09/1.1.1.0.3/04 ASS Minuartio capillaceae - Genistetum pulchellae subsp. villarsii Barbero, Loisel & Quézel 1972 corr. Lavagne & Rebuffel 1997 ex hoc loco pelouse varoise Minuartio capillaceae - Genistetum villarsii hoc loco Lavagne, A. & G. Rebuffel, 1997. Contribution à l’étude du Genistetum villarsii dans le centre et le nord du département du Var (France). Doc. Phytosoc., N.S., 18 : 97-117. Barbero, M., R. Loisel & P. Quézel, 1972. Etude phytosociologique des pelouses à Anthyllis montana, Ononis striata et Sesleria caerulea en France méridionale. Bull. Soc. Bot. Fra., 119 : 141-168.
3918 3251 09/1.1.1.0.3/04 syn = Minuartio villarsii - Genistetum pulchellae subsp. villarsii Barbero, Loisel & Quézel 1972 Barbero, M., R. Loisel & P. Quézel, 1972. Etude phytosociologique des pelouses à Anthyllis montana, Ononis striata et Sesleria caerulea en France méridionale. Bull. Soc. Bot. Fra., 119 : 141-168.
3919 3252 09/1.1.1.0.3/04 syn pp Genistetum pulchellae subsp. villarsii Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Genistetum villarsii Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
3920 8195 09/1.1.1.0.3/04 syn incl Genisto pulchellae subsp. villarsii - Anthyllidetum montanae (Allier et Ritter 1971) Valls 2003 Valls, A., 2003. Revisio sintaxonomica dels prats oromediterranis de l’ordre Ononidetalia striatae Br.-Bl. 1947. Acta Bot. Barc., 48 : 67-198. Allier, C. & J. Ritter, 1971. L’Androsaco-Gentianetum du Vercors meridional et les groupements vicariants des Baronnies. Actes du Colloque sur la flore et la végétation des chaines alpine et jurassienne. Ann. Litt. Univ. Besançon : 271-292.
3921 8213 09/1.1.1.0.3/04 syn incl Genistetum pulchellae subsp. villarsii Lavagne & Rebuffel 1997 Genistetum pulchellae Lavagne, A. & G. Rebuffel, 1997. Contribution à l’étude du Genistetum villarsii dans le centre et le nord du département du Var (France). Doc. Phytosoc., N.S., 18 : 97-117.
3922 3253 09/1.1.1.0.4 ALL Pulsatillo rubrae - Plantaginion argenteae Julve 2002 all. nov. prov. hoc loco pelouses basophiles sub/supraméditerranéennes, mésohydriques, des ubacs hoc loco
3923 3254 09/1.1.1.0.4 syn = Seslerion caeruleae (Vanden Berghen 1963) Barbero, Loisel & Quézel 1972 Seslerion elegantissimae Barbero, M., R. Loisel & P. Quézel, 1972. Etude phytosociologique des pelouses à Anthyllis montana, Ononis striata et Sesleria caerulea en France méridionale. Bull. Soc. Bot. Fra., 119 : 141-168. Vanden Berghen, C., 1963. Etude sur la végétation des grands causses du Massif Central de la France. Mém. Soc. Roy. Bot. Belg., 1, 285 p.
3924 3255 09/1.1.1.0.4 syn incl Seslerion caeruleae Vanden Berghen 1963 Seslerion mediterraneo-montanum Vanden Berghen, C., 1963. Etude sur la végétation des grands causses du Massif Central de la France. Mém. Soc. Roy. Bot. Belg., 1, 285 p.
3925 3257 09/1.1.1.0.4 syn pp Ononidion striatae Braun-Blanquet & Susplugas 1937 Braun-Blanquet, J. & J. Susplugas, 1937. Reconnaissance phytogéographique dans les Corbières. Bull. Soc. Bot. France 84: 669-685. [= Comm. SIGMA, 61, 16 p.].
3926 3256 09/1.1.1.0.4 syn pp Seslerion caeruleae Quézel 1971 Seslerion elegantissimae Quézel, P., 1971. A propos des pelouses caussenardes à Stipa pennata et à Sesleria caerulea. Bull. Soc. Et. Sci. Nat. Nîmes, 51 : 119-141.
3927 3258 09/1.1.1.0.4/01 ASS Bupleuro ranunculoides subsp. telonensis var. cebenensis - Ranunculetum graminei Quézel & Granel de Solignac 1952 pelouse cévenole Bupleuro cebenensis - Ranunculetum graminei Bupleuro telonensis - Ranunculetum graminei 'Quézel, P. & L. Granel de Solignac, 1952. L''association cévenole à Bupleurum telonense var. cebenense et Ranunculus gramineus. Rec. Trav. Lab. Bot. Zool. Fac. Sci. Montpellier, Sér. Bot., 5 : 40-44.'
3928 3259 09/1.1.1.0.4/02 ASS Arctostaphylo uvae-ursi - Gentianetum clusii subsp. costei Quézel 1952 Arctostaphylo uvae-ursi - Gentianetum costei Quézel, P., 1952. Quelques aspects du problème de la végétation sur dolomie. Rec. Trav. Lab. Bot. Zool. Fac. Sci. Montpellier, Sér. Bot., 5 : 63-77.
3929 3260 09/1.1.1.0.4/02 syn = Daphno cneori - Gentianetum clusii subsp. costei Barbero, Loisel & Quézel 1972 Daphno cneori - Gentianetum costei Barbero, M., R. Loisel & P. Quézel, 1972. Etude phytosociologique des pelouses à Anthyllis montana, Ononis striata et Sesleria caerulea en France méridionale. Bull. Soc. Bot. Fra., 119 : 141-168.
3930 3261 09/1.1.1.0.4/03 ASS Erysimo decumbentis - Seslerietum caeruleae René Molinier 1934 pelouse provençale Provence occidentale Erysimo australis - Seslerietum caeruleae Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274.
3931 3262 09/1.1.1.0.4/03 syn = Seslerio caeruleae - Fritillarietum involucratae Barbero, Loisel & Quézel 1972 Barbero, M., R. Loisel & P. Quézel, 1972. Etude phytosociologique des pelouses à Anthyllis montana, Ononis striata et Sesleria caerulea en France méridionale. Bull. Soc. Bot. Fra., 119 : 141-168.
3932 8201 09/1.1.1.0.4/05 ASS Gentiano occidentalis subsp. corbariensis - Seslerietum caeruleae Braun-Blanquet & Susplugas 1937 pelouse corbarienne Gentiano corbariensis - Seslerietum caeruleae Gentiano corbariensis - Seslerietum elegantissimae Braun-Blanquet, J. & J. Susplugas, 1937. Reconnaissance phytogéographique dans les Corbières. Bull. Soc. Bot. France 84: 669-685. [= Comm. SIGMA, 61, 16 p.].
3933 3263 09/1.1.1.0.4/05 syn = Seslerio caeruleae - Gentianetum occidentalis subsp. corbariensis Braun-Blanquet & Susplugas 1937 Corbières Seslerio caeruleae - Gentianetum corbariensis Braun-Blanquet, J. & J. Susplugas, 1937. Reconnaissance phytogéographique dans les Corbières. Bull. Soc. Bot. France 84: 669-685. [= Comm. SIGMA, 61, 16 p.].
3934 3264 09/1.1.1.0.4/06 ASS Conopodio ramosi - Seslerietum caeruleae Braun-Blanquet, Font Quer, G. Braun-Blanquet, Frey, Jansen & Moor 1935 pelouse catalane Conopodio ramosi - Seslerietum elegantissimae 'Braun-Blanquet, J., P. Font Quer, G. Braun-Blanquet, E. Frey, P. Jansen & M. Moor, 1935. L''Excursion de la Sigma en Catalogne (Pâques 1934). Cavanillesia, 7 : 89-110. Barcelona. [= Comm. SIGMA, 38 : 1-37, Montpellier.].'
3935 3265 09/1.1.1.0.4/06 syn = Conopodio ramosi - Seslerietum caeruleae O. de Bolòs 1967 Conopodio ramosi - Seslerietum elegantissimae Bolòs, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38(1) : 3-281.
3936 3266 09/1.1.1.0.4/07 ASS Conopodio ramosi - Festucetum gautieri subsp. scopariae Braun-Blanquet & de Bolòs 1950 pelouse aragonaise Conopodio ramosi - Festucetum scopariae Conopodio ramosi - Festucetum scopariae Braun-Blanquet, J. & O. de Bolos, 1950. Aperçu des groupements végétaux des montagnes tarragonaises. Collect. Bot., 2 : 304-342.
3937 3267 09/1.1.1.0.4/07 syn = Conopodio ramosi - Festucetum gautieri subsp. scopariae Braun-Blanquet & O. de Bolòs in O. de Bolòs 1967 Conopodio ramosi - Festucetum scopariae Conopodio ramosi - Festucetum scopariae Bolòs, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38(1) : 3-281.
3938 3268 09/1.1.1.0.4/07 syn = Lavandulo angustifoliae subsp. pyrenaicae - Festucetum scopariae Vigo 1968 Lavandulo pyrenaicae - Festucetum scopariae Vigo, J., 1968. La vegetació del masis de Penyagolosa. Arxius Secc. Ci. Inst. Estud. Catalans, 37 : 1-247.
3939 3269 09/1.1.1.0.4/08 ASS Helianthemo oelandici subsp. incani - Seslerietum caeruleae Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Helianthemo incani - Seslerietum caeruleae Helianthemo cani - Seslerietum elegantissimae Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
3940 8202 09/1.1.1.0.4/08 syn = Helianthemo oelandici subsp. incani - Seslerietum caeruleae (Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952) Vanden Berghen 1963 Helianthemo incani - Seslerietum caeruleae Helianthemo cani - Seslerietum elegantissimae Vanden Berghen, C., 1963. Etude sur la végétation des grands causses du Massif Central de la France. Mém. Soc. Roy. Bot. Belg., 1, 285 p. Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
3941 3270 09/1.1.1.0.4/08 syn = Phyteumo orbiculare subsp. teneri - Seslerietum caeruleae Braun-Blanquet 1971 Phyteumo teneri - Seslerietum caeruleae Phyteumo teneri - Seslerietum elegantissimae Braun-Blanquet, J., 1971. Les pelouses steppiques des Causses méridionaux. Vegetatio, 22 : 201-247.
3942 3271 09/1.1.1.0.4/09 ASS Plantagini argenteae - Globularietum cordifoliae J.-M. Montserrat 1987 ?
3943 8203 09/1.1.1.0.4/10 ASS Senecioni doronici subsp. gerardi - Seslerietum caeruleae Braun-Blanquet & Mosseray 1937 pelouse corbarienne Senecioni provincialis - Seslerietum elegantissimae 'Braun-Blanquet, J. & R. Mosseray, 1937. Une excursion phytogéographique à la montagne d''Alaric. Bull. Soc. Roy. Bot. Belg., 69 : 138-148.'
3944 3272 09/1.1.1.0.5 ALL Ononidion cristatae Barbero 1968 em. Gaultier 1989 pelouses des adrets montagnards supérieurs des alpes méridionales Gaultier, C., 1989. Relations entre pelouses eurosibériennes et groupements méditerranéens. Etude régionale (Diois) et synthèse sur le pourtour méditerranéen nord-occidental. Thèse, Univ. Paris sud-Orsay, 2 tomes de 230 p. et 119 p., 54 tab., fig. h.t. Barbero, M., 1968. A propos des pelouses écorchées des Alpes maritimes et ligures. Bull. Soc. Bot. Fra., 115 : 219-224.
3945 3273 09/1.1.1.0.5 syn = Astragalion sempervirentis Archiloque, Borel & Lavagne 1971 Archiloque, A., L. Borel & A. Lavagne, 1971. La notion d’étage pseudo-alpin dans les Préalpes françaises méridionales. Coll. Int. Mil. Nat. Supraforestiers Mont. Bass. Occ. Med.: 201-232. Perpignan.
3946 3274 09/1.1.1.0.5 syn incl Globularion cordifoliae Allier & Ritter 1971 Allier, C. & J. Ritter, 1971. L’Androsaco-Gentianetum du Vercors meridional et les groupements vicariants des Baronnies. Actes du Colloque sur la flore et la végétation des chaines alpine et jurassienne. Ann. Litt. Univ. Besançon : 271-292.
3947 3275 09/1.1.1.0.5 syn incl Ononidion cristatae Barbero 1968 Ononidion cenisiae Barbero, M., 1968. A propos des pelouses écorchées des Alpes maritimes et ligures. Bull. Soc. Bot. Fra., 115 : 219-224.
3948 3276 09/1.1.1.0.5 syn incl Ononidion cristatae Barbero 1972 em. Royer 1987 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.'
3949 3277 09/1.1.1.0.5 syn pp Astragaletalia sempervirentis Barbero 1968 Barbero, M., 1968. A propos des pelouses écorchées des Alpes maritimes et ligures. Bull. Soc. Bot. Fra., 115 : 219-224.
3950 3278 09/1.1.1.0.5 syn pp Helictotrichion sedenensis Barbero 1968 Avenion montanae Barbero, M., 1968. A propos des pelouses écorchées des Alpes maritimes et ligures. Bull. Soc. Bot. Fra., 115 : 219-224.
3951 3279 09/1.1.1.0.5 syn pp Helictotrichion sempervirentis Barbero 1968 Avenion sempervirentis Barbero, M., 1968. A propos des pelouses écorchées des Alpes maritimes et ligures. Bull. Soc. Bot. Fra., 115 : 219-224.
3952 3280 09/1.1.1.0.5.1 SUBALL Ononidenion cristatae (Barbero 1968) Gaultier 1989 pelouses des adrets montagnards des alpes méridionales, sur sols stables Gaultier, C., 1989. Relations entre pelouses eurosibériennes et groupements méditerranéens. Etude régionale (Diois) et synthèse sur le pourtour méditerranéen nord-occidental. Thèse, Univ. Paris sud-Orsay, 2 tomes de 230 p. et 119 p., 54 tab., fig. h.t. Barbero, M., 1968. A propos des pelouses écorchées des Alpes maritimes et ligures. Bull. Soc. Bot. Fra., 115 : 219-224.
3953 3281 09/1.1.1.0.5.1/01 ASS Astragalo sempervirentis - Onosmetum fastigiatae (Chaix 1954) Lacoste 1964 Alpes méridionales subalpin héliophile oligotrophile basophile marne intermédiaire Lacoste, A., 1964. Premières observations sur les associations subalpines des Alpes maritimes : étude phytosociologique des pelouses sèches basophiles. Bull. Soc. Bot. Fr., 111 : 61-69. Chaix, G., 1954. Etude phytogéographique des vallées supérieures de la Romanche et de la Guisane aux abords du col du Lautaret. D.E.S., Univ. Marseille.
3954 3282 09/1.1.1.0.5.1/01 syn = Astragaletum sempervirentis subsp. sempervirentis Chaix 1954 Chaix, G., 1954. Etude phytogéographique des vallées supérieures de la Romanche et de la Guisane aux abords du col du Lautaret. D.E.S., Univ. Marseille.
3955 3283 09/1.1.1.0.5.1/02 ASS Scutellario alpinae - Astragaletum sempervirentis (Meyer 1981) Gaultier 1989 Gaultier, C., 1989. Relations entre pelouses eurosibériennes et groupements méditerranéens. Etude régionale (Diois) et synthèse sur le pourtour méditerranéen nord-occidental. Thèse, Univ. Paris sud-Orsay, 2 tomes de 230 p. et 119 p., 54 tab., fig. h.t. Meyer, D., 1981. La végétation des vallées de Vallouise, du Fournel et de la Biaysse Pelvoux oriental, Hautes Alpes). Thèse, Univ. Aix-Marseille, 176 p.
3956 3284 09/1.1.1.0.5.1/03 ASS Astragalo sempervirentis - Ononidetum cristatae Barbero 1972 Barbero, M., 1972. Etudes phytosociologiques et écologiques comparées des végétations orophiles alpine, subalpine et mésogéenne des Alpes maritimes et ligures. Thèse, Univ. Marseille, 418 p.
3957 3285 09/1.1.1.0.5.1/04 ASS Helictotricho setacei - Galietum saxosi Gontard 1955 'Gontard, P., 1955. Contribution à l''étude géobotanique du Mont Ventoux en Provence, tome III, étage supérieur, p. 493-541 - Thèse Fac. Sc. Montpellier.'
3958 3286 09/1.1.1.0.5.1/05 ASS Ononido cristatae - Carlinetum acanthifoliae Guinochet (1962) 1975 Guinochet, M., 1975. Contribution à la connaissance des Ononido-Rosmarinetea des Alpes maritimes. Phytocoenologia, 1 : 460-469. ?
3959 3308 09/1.1.1.0.5.1/06 ASS Senecioni doronici - Thalictretum foetidi Lacoste 1967 Lacoste, A., 1967. Les groupements méditerranéo-montagnards à Lavndula angustifolia et Genista cinerea dans les bassins supérieurs et moyens du Var et de la Tinée (Alpes maritimes). Bull. Soc. Bot. Fr., 114 : 95-102.
3960 8207 09/1.1.1.0.5.1/07 GRPT grpt à Astragalus onobrychis Lacoste 1967 Lacoste, A., 1967. Les groupements méditerranéo-montagnards à Lavndula angustifolia et Genista cinerea dans les bassins supérieurs et moyens du Var et de la Tinée (Alpes maritimes). Bull. Soc. Bot. Fr., 114 : 95-102.
3961 8208 09/1.1.1.0.5.1/08 GRPT grpt à Odontites lutea Lacoste 1967 Lacoste, A., 1967. Les groupements méditerranéo-montagnards à Lavndula angustifolia et Genista cinerea dans les bassins supérieurs et moyens du Var et de la Tinée (Alpes maritimes). Bull. Soc. Bot. Fr., 114 : 95-102.
3962 3287 09/1.1.1.0.5.2 SUBALL Ononido cristatae - Helictotrichenion sempervirentis (Barbero 1968) Gaultier 1989 pelouses des adrets montagnards des alpes méridionales, sur sols rocailleux instables Gaultier, C., 1989. Relations entre pelouses eurosibériennes et groupements méditerranéens. Etude régionale (Diois) et synthèse sur le pourtour méditerranéen nord-occidental. Thèse, Univ. Paris sud-Orsay, 2 tomes de 230 p. et 119 p., 54 tab., fig. h.t. Barbero, M., 1968. A propos des pelouses écorchées des Alpes maritimes et ligures. Bull. Soc. Bot. Fra., 115 : 219-224.
3963 3288 09/1.1.1.0.5.2/01 ASS Arenario cinereae - Helictotrichetum sempervirentis Barbero 1968 chaînes préalpiennes internes (Alpes ligures) montagnard Barbero, M., 1968. A propos des pelouses écorchées des Alpes maritimes et ligures. Bull. Soc. Bot. Fra., 115 : 219-224.
3964 3289 09/1.1.1.0.5.2/02 ASS Helictotricho sempervirentis - Crepidetum albidae Ritter 1974 Vercors Ritter, J., 1974. Sur quelques caractères originaux de la végétation et de la flore de la zone de transition des Alpes françaises. Bull. Soc. Neuch. Sci. Nat., 97 : 289-300.
3965 3324 09/1.1.2 ORD Brometalia erecti subsp. erecti Braun-Blanquet 1936 pelouses basophiles médioeuropéennes occidentales Braun-Blanquet, J., 1936. Über die Trockenrasengesellschaften des Festucion valesiacae in den Ostalpen. Ber. Schweiz. Bot. Ges., 46 : 169-189. [= Comm. SIGMA, 49].
3966 3325 09/1.1.2 syn = Brometalia erecti subsp. erecti Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Recherches phytogéographiques sur le Massif du Grossglockner (Hohe Tauerm). Impr. All. et Fils. Grenoble.
3967 3326 09/1.1.2 syn = Brometalia erecti subsp. erecti Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
3968 3327 09/1.1.2 syn incl Brachypodietalia pinnati Nègre 1969 Brachypodietalia pyrenaici 'Nègre, R., 1969. La végétation du bassin de l''One (Pyrénées centrales). 2ème note : les pelouses. Portug. Acta Biol., Sect. B, 10 : 1-137.'
3969 8239 09/1.1.2 syn incl Brachypodietalia pinnati Korneck 1974 Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t.
3970 3328 09/1.1.2 syn pp Brachypodio pinnati - Brometalia erecti Barbero & Loisel 1971 'Barbero, M. & R. Loisel, 1971. Contribution à l''étude des pelouses à Brome méditerranéennes et méditerranéo-montagnardes. Anales Inst. Bot. Cavanilles, 28 : 91-165.'
3971 3330 09/1.1.2.1 SUBORD Leucanthemo vulgaris - Bromenalia erecti (Royer 1987) Biondi, Balleli, Allegrezza, Zuccarello 1995 pelouses basophiles médioeuropéennes occidentales, mésohydriques 'Biondi, E., S. Balleli, M. Allegrezza & V. Zuccarello, 1995. La vegetazione del l''ordine Brometalia erecti nell''Appennino (Italia). Fitosociologia, 30 : 3-45.' 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.'
3972 3329 09/1.1.2.1 syn = Mesobromenalia erecti subsp. erecti Royer 1987 Mesobromenalia 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.'
3973 3340 09/1.1.2.1.2 ALL Mesobromion erecti subsp. erecti Braun-Blanquet & Moor 1938 pelouses basophiles médioeuropéennes occidentales, mésohydriques, mésothermes Mesobromion Braun-Blanquet, J. & M. Moor, 1938. Bromion erecti. Prodr. Group. Vég., 5 : 64 p.
3974 3342 09/1.1.2.1.2 syn pp Bromion erecti subsp. erecti (Braun-Blanquet & Moor 1938) Oberdorfer 1957 Mesobromion Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
3975 3341 09/1.1.2.1.2 syn pp Festuco - Brachypodion pinnati Nègre 1970 Festuco - Brachypodion 'Nègre, R., 1970. La végétation du bassin de l''One (Pyrénées centrales). 3ème note : les landes. Portug. Acta Biol., Sect. B, 11 : 51-166.'
3976 3344 09/1.1.2.1.2.1 SUBALL Mesobromenion erecti subsp. erecti Braun-Blanquet & Moor 1938 pelouses basophiles médioeuropéennes occidentales, mésohydriques, mésothermes Mesobromenion Braun-Blanquet, J. & M. Moor, 1938. Bromion erecti. Prodr. Group. Vég., 5 : 64 p.
3977 3343 09/1.1.2.1.2.1 syn = Bromenion erecti subsp. erecti Oberdorfer 1957 Mesobromenion Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
3978 3347 09/1.1.2.1.2.1/02 ASS Avenulo pratensis - Festucetum marginatae Boullet 1986 Boullet, V., 1986. Les pelouses calcicoles (Festuco-Brometea) du domaine atlantique français et ses abords au nord de la Gironde et du Lot. Thèse, Univ. Lille, 333 p.
3979 3348 09/1.1.2.1.2.1/03 ASS Cerastio arvensis subsp. stricti - Festucetum laevigatae (Fernex 1983) Royer 1987 pelouse jurassienne Cerastio stricti - Festucetum laevigatae 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.' Fernex, J., 1983. Sociologie et synécologie de Veronica scheereri et de Veronica austriaca à la vallée de la Brévine. Bull. Soc. Neuch. Sci. Nat., 106 : 145-157.
3980 3349 09/1.1.2.1.2.1/04 ASS Diantho pavonii - Brachypodietum pinnati (Lacoste 1975) Royer 1987 pelouse supraligurienne 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.' 'Lacoste, A., 1975. La végétation de l''étage subalpin du bassin supérieur de la Tinée (Alpes maritimes). Phytocoenologia, 3 : 123-346.'
3981 3350 09/1.1.2.1.2.1/05 ASS Gentiano vernae - Brometum erecti Kuhn 1937 pelouse préalpienne Kuhn, K., 1937. Die Pflanzengesellschaften im Neckargebiet der Schwäbischen Alb. Öhringen, 340 p.
3982 3351 09/1.1.2.1.2.1/05 syn = Colchico autumnalis - Brometum erecti Zoller 1954 Zoller, H., 1954. Die Typen der Bromus erectus-Wiesen des Schweizer Juras. Beitr. Geobot. Landesaufn. Schweiz, 33 : 3-309.
3983 3352 09/1.1.2.1.2.1/06 ASS Onobrychido viciifoliae - Brometum erecti (Scherrer 1925) Müller 1966 pelouse subcontinentale Müller, T., 1966. Vegetationskundliche Beobachtungen im NSG Hohentwiel. Veröff. Landesst. Natursch. Landschaftspfl. Baden-Württ., 34 : 15-61. Scherrer, M., 1925. Vegetationsstudien im Limmattal. Veröff. Geobot. Inst. Rübel, 2 : 1-115.
3984 3355 09/1.1.2.1.2.1/06 syn = Plantagini mediae - Brometum erecti Braun-Blanquet 1976 Braun-Blanquet, J., 1976. Fragmenta Phytosociologica Raetica VII, Halbtrocken- und Trockenrasen (Mesobromion und Stipo-Poion xerophilae) Veröffentlichungen des Geobotanischen Institutes der ETH, Stiftung Rübel, Zürich, 58 p.
3985 3356 09/1.1.2.1.2.1/06 syn = Trifolio - Brometum erecti Lapraz 1968 Lapraz, G., 1968. Pelouses à Aphyllanthes monspeliensis et pelouses des Brometalia sur rendzines et terra fusca sur le versant savoyard du massif de la grande Chartreuse. Collect. Bot., 7 : 597-619.
3986 3353 09/1.1.2.1.2.1/06 syn incl Medicago falcatae - Brometum erecti Zoller 1954 Zoller, H., 1954. Die Typen der Bromus erectus-Wiesen des Schweizer Juras. Beitr. Geobot. Landesaufn. Schweiz, 33 : 3-309.
3987 3354 09/1.1.2.1.2.1/06 syn incl Orchido morionis - Brometum erecti Zoller 1954 Zoller, H., 1954. Die Typen der Bromus erectus-Wiesen des Schweizer Juras. Beitr. Geobot. Landesaufn. Schweiz, 33 : 3-309.
3988 3357 09/1.1.2.1.2.1/06 syn pp Coronillo - Brometum erecti Durin in Duvigneaud, Durin & Mullenders 1970 Duvigneaud, J., L. Durin & W. Mullenders, 1970. La végétation des éboulis de Pagny-la-blanche-côte (Meuse, France). Vegetatio, 20 : 48-73.
3989 3358 09/1.1.2.1.2.1/07 ASS Carduncello mitissimi - Brometum erecti (Lapraz 1962) Boullet 1986 Boullet, V., 1986. Les pelouses calcicoles (Festuco-Brometea) du domaine atlantique français et ses abords au nord de la Gironde et du Lot. Thèse, Univ. Lille, 333 p. 'Lapraz, G., 1962. Sur la présence d''Erica scoparia et de Pinus pinaster dans des associations calciphiles de l''alliance du Bromion. Rev. Gén. Bot., 69 : 399-406.'
3990 3359 09/1.1.2.1.2.1/08 ASS Campanulo spicatae - Brometum erecti (Barbero & Loisel 1971) Royer 1987 pelouse subméditerranéenne 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.' 'Barbero, M. & R. Loisel, 1971. Contribution à l''étude des pelouses à Brome méditerranéennes et méditerranéo-montagnardes. Anales Inst. Bot. Cavanilles, 28 : 91-165.'
3991 3360 09/1.1.2.1.2.1/09 ASS Festuco lemanii - Anthyllidetum vulnerariae Guittet & Paul 1974 pelouse francilienne Fontainebleau Guittet J. & P. Paul, 1974. La végétation des pelouses xérophiles de Fontainebleau et ses relations avec quelques facteurs écologiques. Vegetatio, 29 : 76-88.
3992 3361 09/1.1.2.1.2.1/10 ASS Catanancho caeruleae - Plantaginetum mediae Julve & Marchal in Julve 2001 pelouse basophile médioeuropéenne occidentale, mésohydrique, mésotherme, du Quercy Quercy Julve, Ph., 2001. Flore et végétation de trois sites de pelouses calcicoles du P.N.R. des Causses du Quercy (Lot). Parc Naturel Régional des Causses du Quercy. 52 p. + annexes et cartes.
3993 6566 09/1.1.2.1.2.1/11 ASS Bromo erecti - Medicaginetum suffruticosae P. Montserrat 1961 pelouse pyrénéenne Montserrat, P. 1961. El Mesobromion prepirenaico. Anales Inst. Bot. Cavanilles (1960), 18 : 295-304.
3994 6567 09/1.1.2.1.2.1/12 ASS Euphrasio pectinatae - Plantaginetum mediae O. de Bolòs 1954 pelouse aragonaise Bolòs, O. de, 1954. De vegetatione notulae, I. Pirineos de Aragon y Navarra. Collect. Bot., 4(2) : 253-281.
3995 3366 09/1.1.2.1.2.1/13 ASS Equiseto ramosissimae - Brometum erecti (Zielonkowski 1973) Royer 1987 pelouse subcontinentale 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.' Zielonkowski, W., 1973. Wildgrasfluren der Umgebung Regensburgs. Vegetationskundliche Untersuchungen an einem Beitrag zur Landespflege. Hoppea, 31 : 1-181.
3996 6740 09/1.1.2.1.2.1/13 syn = Equiseto ramosissimae - Brometum erecti Zielonkowski 1973 ex Royer in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p. Zielonkowski, W., 1973. Wildgrasfluren der Umgebung Regensburgs. Vegetationskundliche Untersuchungen an einem Beitrag zur Landespflege. Hoppea, 31 : 1-181.
3997 3362 09/1.1.2.1.2.2 SUBALL Teucrio montani - Mesobromenion erecti subsp. erecti Royer 1987 pelouses basophiles médioeuropéennes occidentales, mésoxérophiles, mésothermes 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.'
3998 6730 09/1.1.2.1.2.2 syn = Teucrio montani - Mesobromenion erecti subsp. erecti Royer in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
3999 3363 09/1.1.2.1.2.2 syn incl Festucenion marginatae (Royer 1985) Boullet 1986 Boullet, V., 1986. Les pelouses calcicoles (Festuco-Brometea) du domaine atlantique français et ses abords au nord de la Gironde et du Lot. Thèse, Univ. Lille, 333 p. Royer, J.-M., 1985. Les associations végétales des dalles rocheuses (Alysso-Sedion) de la chaine du Jura français. Tuexenia, 5 : 131-143.
4000 3364 09/1.1.2.1.2.2/01 ASS Antherico ramosi - Brometum erecti (Schleumer 1934) Willems 1982 pelouse subcontinentale Willems, J.H., 1982. Phytosociological and geographical survey of Mesobromion communities in western Europe. Vegetatio, 48 : 227-240. Schleumer, H., 1934. Die Pflanzenwelt der Kaiserstuhls. Rep. Spec. Nov. Regn. Veg., 77 : 1-170.
4001 3365 09/1.1.2.1.2.2/02 ASS Carici humilis - Brometum erecti (Kuhn 1937) Zielonkowski 1973 pelouse subcontinentale Zielonkowski, W., 1973. Wildgrasfluren der Umgebung Regensburgs. Vegetationskundliche Untersuchungen an einem Beitrag zur Landespflege. Hoppea, 31 : 1-181. Kuhn, K., 1937. Die Pflanzengesellschaften im Neckargebiet der Schwäbischen Alb. Öhringen, 340 p.
4002 3367 09/1.1.2.1.2.2/04 ASS Festuco lemanii - Brometum erecti Royer (1973) 1978 pelouse bourguignonne Royer, J.-M., 1978. Les pelouses sèches à thérophytes de Bourgogne et Champagne méridionale. Coll. Phytosoc., 6 : 133-147. (Pelouses sèches à thérophytes, Lille 1977). Royer, J.-M., 1973. Essai de synthèse sur les groupements végétaux de pelouses éboulis et rochers de Bourgogne et Champagne méridionale. Ann. Scient. Univ. Besançon, 3e Série, Bot. (1972), 13 : 157-316.
4003 6731 09/1.1.2.1.2.2/04 syn = Bromo erecti - Festucetum lemanii Royer 1973 Bromo - Festucetum burgundense Royer, J.-M., 1973. Essai de synthèse sur les groupements végétaux de pelouses éboulis et rochers de Bourgogne et Champagne méridionale. Ann. Scient. Univ. Besançon, 3e Série, Bot. (1972), 13 : 157-316.
4004 6733 09/1.1.2.1.2.2/04 syn = Festuco lemanii - Brometum erecti Royer 1982 Royer, J.-M., 1982. Caractérisation, répartition et origine du Xerobromion. Colloques Phytosociologiques, 11 : 243-267.
4005 7277 09/1.1.2.1.2.2/04 syn = Polygalo amarellae - Koelerietum pyramidatae Amat & de Foucault 1999 Amat, J.-P. & B. de Foucault, 1999. Contribution à une monographie historique, floristique et phytosociologique du plateau de Douaumont (forêt domaniale de Verdun, Meuse). Rapport pour l’ONF. 128 p. Verdun.
4006 6734 09/1.1.2.1.2.2/04 syn incl pp Globulario bisnagaricae - Cytisetum Vanden Berghen & Mullenders 1957 Vanden Berghen, C. & W. Mullenders, 1957. Etude sur les groupements végétaux des environs de Champlitte (plateau de Langres). Bull. Soc. Roy. Bot. Belgique, 90 : 73 - 102.
4007 6732 09/1.1.2.1.2.2/04 syn pp Festuco trachyphyllae - Brometum erecti Royer 1978 Royer, J.-M., 1978. Les pelouses sèches à thérophytes de Bourgogne et Champagne méridionale. Coll. Phytosoc., 6 : 133-147. (Pelouses sèches à thérophytes, Lille 1977).
4008 3368 09/1.1.2.1.2.2/05 ASS Carduncello mitissimi - Ranunculetum graminei Verrier 1979 pelouse périgourdine 'Verrier, J.L., 1979. Contribution à la synsystématique et à la synécologie des pelouses sèches à thérophytes d''Europe. Thèse Univ. Paris Sud-Orsay, 205 p., tabl., fig. h.t.'
4009 3369 09/1.1.2.1.2.2/06 ASS Orchido morionis - Helianthemetum apennini (Maubert 1978) Boullet 1986 pelouse orléanaise Boullet, V., 1986. Les pelouses calcicoles (Festuco-Brometea) du domaine atlantique français et ses abords au nord de la Gironde et du Lot. Thèse, Univ. Lille, 333 p. 'Maubert, P., 1978. Contribution à l''étude phytosociologique des pelouses calcicoles du bassin parisien. Thèse, Univ. Paris Sud-Orsay, 157 p.'
4010 3370 09/1.1.2.1.2.2/07 ASS Prunello grandiflorae - Linetum suffruticosi subsp. appressi Boullet 1986 Prunello grandiflorae - Linetum appressi Boullet, V., 1986. Les pelouses calcicoles (Festuco-Brometea) du domaine atlantique français et ses abords au nord de la Gironde et du Lot. Thèse, Univ. Lille, 333 p.
4011 6735 09/1.1.2.1.2.2/08 ASS Lino leonii - Festucetum lemanii Royer in Royer, Felzines, Misset & Thévenin 2006 pelouses basophiles subatlantiques à affinités continentales , mésoxérophiles, sur rendzines crayeuse très riches en calcaire Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4012 3371 09/1.1.2.1.2.2/08 syn = Lino leonii - Festucetum lemanii (Laurent 1921) Royer 1973 prov. nom. inv. Royer, J.-M., 1973. Essai de synthèse sur les groupements végétaux de pelouses éboulis et rochers de Bourgogne et Champagne méridionale. Ann. Scient. Univ. Besançon, 3e Série, Bot. (1972), 13 : 157-316. Laurent, J., 1921. Etudes sur la flore et la végétation de la Champagne crayeuse. Tome 1 : la végétation de la Champagne crayeuse. Paris, 335 p.
4013 3372 09/1.1.2.1.2.2/09 ASS Helianthemo appenini - Brometum erecti Braque & Loiseau 1994 pelouse berrichonne Braque, R. & J.-E. Loiseau, 1994. Pelouses et ourlets du Berry. Bull. Soc. Bot. Centre-Ouest, n° spécial 12 : 193 p.
4014 3373 09/1.1.2.1.2.2/10 ASS Globulario bisnagaricae - Fumanetum procumbentis Braque 2001 pelouse nivernaise Braque, R., 2001. Les friches du Nivernais. pelouses et ourlets des terres calcaires. Bull. Soc. Bot. Centre-Ouest, n° spécial 21 : 253 p.
4015 3374 09/1.1.2.1.2.2/11 ASS Phyteumo teneri - Helianthemetum apennini Braque 2001 pelouse nivernaise Braque, R., 2001. Les friches du Nivernais. pelouses et ourlets des terres calcaires. Bull. Soc. Bot. Centre-Ouest, n° spécial 21 : 253 p.
4016 3375 09/1.1.2.1.2.2/12 ASS Teucrio chamaedrys - Brometum erecti Billy 2000 prov. pelouse auvergnate Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
4017 6736 09/1.1.2.1.2.2/13 ASS Onobrychido arenariae - Linetum leonii Royer in Royer, Felzines, Misset & Thévenin 2006 'ravin d''érosion de pentes marneuses bourguignonnes et champenoises' Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4018 6738 09/1.1.2.1.2.2/14 ASS Carlino acaulis - Brometum erecti Oberdorfer 1957 pelouse subcontinentale Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
4019 6739 09/1.1.2.1.2.2/14 syn = Gentianello germanicae - Koelerietum pyramidatae Knapp 1942 ex Bornkamm 1960 Gentiano - Koelerietum Bornkamm, R., 1960. Die Trespen-Halbtrockenrasen im oberen Leinegebiet. Mitt.Flor.-Soz.Arb.Gem . N.F., 8. Stolzenau/Weser. Knapp, R., 1942. Zur Systematik der Wälder, Zwergstrauchheiden und Trockenrasen des eurosibirischen Vegetationskreises I/II. 81 + 180 p. Hannover. [manuscrit]
4020 9409 09/1.1.2.1.2.2/14 syn mscr compl ? Koelerio pyramidatae - Gentianelletum ciliatae Knapp 1942, race boréoatlantique Koelerio pyramidatae - Gentianelletum ciliatae boreoatlanticum Knapp, R., 1942. Zur Systematik der Wälder, Zwergstrauchheiden und Trockenrasen des eurosibirischen Vegetationskreises I/II. 81 + 180 p. Hannover. [manuscrit]
4021 9410 09/1.1.2.1.2.2/14 syn mscr compl ? Koelerio pyramidatae - Gentianelletum ciliatae Knapp 1942, race continentale allemande Koelerio pyramidatae - Gentianelletum ciliatae alto-germanicum
4022 3376 09/1.1.2.1.2.3 SUBALL Tetragonolobo maritimi - Mesobromenion erecti subsp. erecti Royer 1987 pelouses basophiles médioeuropéennes occidentales, mésohygrophiles marnicoles, mésothermes 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.'
4023 6726 09/1.1.2.1.2.3 syn = Tetragonolobo maritimi - Bromenion erecti subsp. erecti Royer in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4024 3331 09/1.1.2.1.2.3 syn incl Gentianello amarellae - Avenulion pratensis subsp. pratensis (Willems 1982) Royer 1987 pelouses basophiles médioeuropéennes occidentales, mésohydriques, psychrophiles, atlantiques 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.'
4025 8241 09/1.1.2.1.2.3 syn incl Filipendulo vulgaris - Avenulion pratensis Dengler & Löbel in Dengler, Berg, Eisenberg, Isermann, Jansen, Koska, Löbel, Manthey, Päzolt, Spangenberg, Timmermann & Wollert 2003 Dengler, J., C. Berg, M. Eisenberg, M. Isermann, F. Jansen, I. Koska, S. Löbel, M. Manthey, J. Päzolt, A. Spangenberg, T. Timmermann & H. Wollert, 2003. New descriptions and typifications of syntaxa within the project ‘Plant communities of Mecklenburg-Vorpommern and their vulnerability’ – Part I. Feddes Repertorium, 114(7–8) : 587–631.
4026 3332 09/1.1.2.1.2.3 syn incl Thymenion polytrichi subsp. britannici Boullet 1986 Thymenion britannici Thymenion drucei Boullet, V., 1986. Les pelouses calcicoles (Festuco-Brometea) du domaine atlantique français et ses abords au nord de la Gironde et du Lot. Thèse, Univ. Lille, 333 p.
4027 3377 09/1.1.2.1.2.3/01 ASS Ophryo scolopacis - Caricetum flaccae (Royer 1982) Boullet 1986 pelouse marnicole thermoatlantique Boullet, V., 1986. Les pelouses calcicoles (Festuco-Brometea) du domaine atlantique français et ses abords au nord de la Gironde et du Lot. Thèse, Univ. Lille, 333 p. 'Royer, J.-M., 1982. Contribution à l''étude phytosociologique des pelouses du Périgord et des régions voisines. Doc. Phytosoc., N.S., 6 : 203-220.'
4028 3378 09/1.1.2.1.2.3/02 ASS Senecio erucifolii - Caricetum flaccae subsp. flaccae (Braque & Loiseau 1972) Julve 2004 ass. nov. hoc loco pelouse nivernaise 'Val d''Allier, Berry' hoc loco 'Braque, R. & J.-E. Loiseau, 1972. Contribution à l''étude de la flore et de la végétation du centre de la France. Rev. Sci. Nat. Auvergne, 38 : 27-33.'
4029 3379 09/1.1.2.1.2.3/02 syn compl Blackstonio perfoliatae - Senecionetum erucifolii Braque & Loiseau 1972 'Braque, R. & J.-E. Loiseau, 1972. Contribution à l''étude de la flore et de la végétation du centre de la France. Rev. Sci. Nat. Auvergne, 38 : 27-33.'
4030 3380 09/1.1.2.1.2.3/03 ASS Tetragonolobo maritimi - Caricetum flaccae subsp. flaccae (Lemée 1933) Julve 2003 ass. nov. hoc loco pelouse percheronne hoc loco Lemée, G., 1933. Études phytogéographiques sur les plaines jurassiques normandes. II – Les buttes calloviennes des environs d’Alençon. Bull. Soc. Bot. Fr., 80 : 814-823. Paris.
4031 3381 09/1.1.2.1.2.3/03 syn compl Blackstonio perfoliatae - Caricetum flaccae Lemée 1933 Lemée, G., 1933. Études phytogéographiques sur les plaines jurassiques normandes. II – Les buttes calloviennes des environs d’Alençon. Bull. Soc. Bot. Fr., 80 : 814-823. Paris.
4032 3382 09/1.1.2.1.2.3/04 ASS ? ?
4033 3383 09/1.1.2.1.2.3/04 syn compl Blackstonio perfoliatae - Brometum erecti (Royer & Bidault 1966) Royer 1973 nom. inv. Royer, J.-M., 1973. Essai de synthèse sur les groupements végétaux de pelouses éboulis et rochers de Bourgogne et Champagne méridionale. Ann. Scient. Univ. Besançon, 3e Série, Bot. (1972), 13 : 157-316. Royer, J.-M. & Bidault, M., 1966. Etude phytosociologique des pelouses xérophiles calcaires de Saône-et-Loire. Bull. Sci. Bourgogne, 24 : 139-180.
4034 3384 09/1.1.2.1.2.3/05 ASS Odontito jaubertiani subsp. chrysanthi - Inuletum salicinae Braque 2001 pelouse nivernaise Odontito chrysanthi - Inuletum salicinae Braque, R., 2001. Les friches du Nivernais. pelouses et ourlets des terres calcaires. Bull. Soc. Bot. Centre-Ouest, n° spécial 21 : 253 p.
4035 3385 09/1.1.2.1.2.3/06 ASS Plantagini maritimae subsp. serpentinae - Tetragonolobetum maritimi Pottier-Alapetite 1942 pelouse jurassienne Pottier-Alapetite, G., 1942. Recherches phytosociologiques et historiques sur la végétation du Jura central et sur les origines de la flore jurassienne. Tunis, 333 p.
4036 3386 09/1.1.2.1.2.3/06 syn = Tetragonolobo maritimi - Molinietum caeruleae subsp. arundinaceae Zoller 1954 Tetragonolobo maritimi - Molinietum arundinaceae Zoller, H. 1954. Die Typen der Bromus erectus-Wiesen des Schweizer Juras. Beitr. Geobot. Landesaufn. Schweiz, 33 : 3-309.
4037 3387 09/1.1.2.1.2.3/07 ASS Dorycnio hirsuti - Caricetum flaccae Vidal 1982 pelouse drômoise Vidal, P., 1982. Les pelouses de la Drôme. Caractéristiques floristiques, relations avec les facteurs géopédologiques et physiographiques. Essai de zonage en vue de leur aménagement. Thèse, Univ. Marseille, 130 p.
4038 3388 09/1.1.2.1.2.3/08 ASS Parnassio palustris - Thymetum praecocis (Géhu, Boullet, Scoppola & Wattez 1984) Boullet 1986 pelouse haut-normande Boullet, V., 1986. Les pelouses calcicoles (Festuco-Brometea) du domaine atlantique français et ses abords au nord de la Gironde et du Lot. Thèse, Univ. Lille, 333 p. Géhu, J.-M., V. Boullet, A. Scoppola & J.-R. Wattez, 1984. Essai de synthèse phytosociologique des pelouses sur craie du nord-ouest de la France. Coll. Phytosoc., 11 : 65-104. (Pelouses calcicoles, Lille 1982).
4039 3389 09/1.1.2.1.2.3/08 syn pp Avenulo pratensis - Festucetum lemanii (Boullet 1980) Géhu, Boullet, Scoppola & Wattez 1984 Géhu, J.-M., V. Boullet, A. Scoppola & J.-R. Wattez, 1984. Essai de synthèse phytosociologique des pelouses sur craie du nord-ouest de la France. Coll. Phytosoc., 11 : 65-104. (Pelouses calcicoles, Lille 1982). Boullet, V., 1980. Les pelouses calcaires et leur appauvrissement thermophile entre Seine et Somme. DEA, Univ. Lille 2, 108 p.
4040 3390 09/1.1.2.1.2.3/08 syn pp Dactylorhizo fuchsii - Brachypodietum pinnati Géhu 1959 [var. mésohygrophile pp] Géhu, J.-M., 1959. Les pelouses de la cuesta boulonnaise. Bull. Soc. Et. Sci. Angers, N.S., 2 : 205-221.
4041 3391 09/1.1.2.1.2.3/08 syn pp Succiso pratensis - Brachypodietum pinnati (Géhu 1959) Géhu, Géhu-Franck & Scoppola 1981 ex 1984 [race normande pp, parnassietosum in Géhu, Boullet, Scoppola & Wattez 1984] Géhu, J.-M., J. Géhu-Franck & A. Scoppola, 1984. Les pelouses crayeuses du Boulonnais et de l’Artois Nord de la France). I – Analyse phytosociologique, écologique et dynamique. Coll. Phytosoc., 11 : 37-64, 1 tabl. h.t. La végétation des pelouses calcaires, Strasbourg 1982). Géhu, J.-M., J. Géhu-Franck & A. Scoppola [coll. : V. Boullet], 1981. Les pelouses crayeuses et les prairies humides. Premier rapport : les données analytiques. 87 p. Espace Naturel régional. Lille. Géhu, J.-M., 1959. Les pelouses de la cuesta boulonnaise. Bull. Soc. Et. Sci. Angers, N.S., 2 : 205-221.
4042 3392 09/1.1.2.1.2.3/09 ASS Orchido purpureae - Brometum erecti Braun-Blanquet in Braun-Blanquet & Moor 1938 ex Braun-Blanquet, Roussine & Nègre 1952 pelouse basophile collinéenne (500-800m), des Corbières et des Causses Corbières et Causses Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Braun-Blanquet, J. & M. Moor, 1938. Bromion erecti. Prodr. Group. Vég., 5 : 64 p.
4043 7084 09/1.1.2.1.2.3/09 syn = Orchido purpureae - Brometum erecti Braun-Blanquet in Braun-Blanquet & Moor 1938 prov. Braun-Blanquet, J. & M. Moor, 1938. Bromion erecti. Prodr. Group. Vég., 5 : 64 p.
4044 3393 09/1.1.2.1.2.3/09 syn = ? Orchido purpureae - Brometum erecti Braun-Blanquet & Susplugas 1937 Braun-Blanquet, J. & J. Susplugas, 1937. Reconnaissance phytogéographique dans les Corbières. Bull. Soc. Bot. France 84: 669-685. [= Comm. SIGMA, 61, 16 p.].
4045 3394 09/1.1.2.1.2.3/10 ASS Scabioso columbariae subsp. pratensis - Brometum erecti J. Duvigneaud 1989 pelouse saônoise Scabioso pratensis - Brometum erecti Duvigneaud, J., 1989. La végétation des prairies de la plaine alluviale de la Saône, (départements de l’Ain, du Rhône et de Saône-et-Loire). In: «Phytosociologie et Pastoralisme», Paris 1988, Coll. Phytosoc., 16 : 211-231. Berlin.
4046 6727 09/1.1.2.1.2.3/11 ASS Carici tomentosae - Tetragonolobetum maritimi Rameau & Royer 1978 ex Royer in Royer, Felzines, Misset & Thévenin 2006 pelouse bourguignonne Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p. Rameau, J.-C. & J.-M. Royer, 1978. Les moliniaies du plateau de Langres. Coll. Phytosoc., 5 : 269-286. (Prairies inondables, Lille 1976).
4047 3395 09/1.1.2.1.2.3/11 syn = Carici tomentosae - Tetragonolobetum maritimi (Rameau & Royer 1978) Julve 2004 ass. nov. hoc loco hoc loco Rameau, J.-C. & J.-M. Royer, 1978. Les moliniaies du plateau de Langres. Coll. Phytosoc., 5 : 269-286. (Prairies inondables, Lille 1976).
4048 3396 09/1.1.2.1.2.3/12 ASS Pastinaco sativae - Caricetum flaccae Decocq 1994 ex 1999 pelouse picarde Decocq, G., 1999. La dynamique de recolonisation végétale des anciennes carrières de craie phosphatée du nord de la France : analyse phytosociologique et systémique. Belg Journ. Bot., 132 (1) : 77-94. Decocq, G., 1994. La végétation recolonisatrice des anciennes carrières de phosphates du nord de la France : étude phytosociologique et syndynamique. DEA Compiègne, 148 p.
4049 3397 09/1.1.2.1.2.3/13 ASS Orchido ustulatae - Cirsietum acaulis Braque 2001 pelouse nivernaise Braque, R., 2001. Les friches du Nivernais. pelouses et ourlets des terres calcaires. Bull. Soc. Bot. Centre-Ouest, n° spécial 21 : 253 p.
4050 6729 09/1.1.2.1.2.3/13 syn compl Senecioni erucifolii - Blackstonietum perfoliatae Braque 2001 Braque, R., 2001. Les friches du Nivernais. pelouses et ourlets des terres calcaires. Bull. Soc. Bot. Centre-Ouest, n° spécial 21 : 253 p.
4051 6728 09/1.1.2.1.2.3/14 ASS Cytiso lotoidis - Tetragonolobetum maritimi Thévenin in Royer, Felzines, Misset & Thévenin 2006 pelouse marnicole mésohygrophile, psychroprécontinentale, champenoise Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4052 2114 09/1.1.2.1.2.3/15 ASS Cirsio tuberosi - Tetragonolobetum maritimi Vanden Berghen 1963 pelouse marnicole mésohygrophile, thermosubatlantique, caussenarde pelouse fermée planitiaire Vanden Berghen, C., 1963. Etude sur la végétation des grands causses du Massif Central de la France. Mém. Soc. Roy. Bot. Belg., 1, 285 p.
4053 6737 09/1.1.2.1.2.3/16 ASS Carici tomentosae - Avenuletum pratensis Misset in Royer, Felzines, Misset & Thévenin 2006 pelouse basophile de pentes marneuses ardennaises Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4054 3333 09/1.1.2.1.2.3/17 ASS Thymo polytrichi subsp. britannici - Festucetum ovinae subsp. guestfalicae Boullet (1984) 1989 corr. pelouse du cap Blanc-Nez Thymo britannici - Festucetum ophioliticolae Thymo britannici - Festucetum hirtulae Boullet, V., 1989. Bilan phytocoenotique des pelouses du fond Bocquillon au Mt Dubert. Rapport C.R.P. Bailleul, 28 p. 'Boullet, V., 1984. Première contribution à l''étude des pelouses calcaires du Crétacé des Charentes. Coll. Phytosoc., 11 : 15-36. (Pelouses calcicoles, Lille 1982).'
4055 3334 09/1.1.2.1.2.3/17 syn pp Avenulo pratensis - Festucetum lemanii (Boullet 1980) Géhu, Boullet, Scoppola & Wattez 1984 [festucetosum hirtulae in Boullet 1986] Géhu, J.-M., V. Boullet, A. Scoppola & J.-R. Wattez, 1984. Essai de synthèse phytosociologique des pelouses sur craie du nord-ouest de la France. Coll. Phytosoc., 11 : 65-104. (Pelouses calcicoles, Lille 1982). Boullet, V., 1980. Les pelouses calcaires et leur appauvrissement thermophile entre Seine et Somme. DEA, Univ. Lille 2, 108 p.
4056 3335 09/1.1.2.1.2.3/17 syn pp Succiso pratensis - Brachypodietum pinnati (Géhu 1959) Géhu, Géhu-Franck & Scoppola 1981 ex 1984 [festucetosum pruinosae in Géhu, Boullet, Scoppola & Wattez 1984] Géhu, J.-M., J. Géhu-Franck & A. Scoppola, 1984. Les pelouses crayeuses du Boulonnais et de l’Artois Nord de la France). I – Analyse phytosociologique, écologique et dynamique. Coll. Phytosoc., 11 : 37-64, 1 tabl. h.t. La végétation des pelouses calcaires, Strasbourg 1982). Géhu, J.-M., J. Géhu-Franck & A. Scoppola [coll. : V. Boullet], 1981. Les pelouses crayeuses et les prairies humides. Premier rapport : les données analytiques. 87 p. Espace Naturel régional. Lille. Géhu, J.-M., 1959. Les pelouses de la cuesta boulonnaise. Bull. Soc. Et. Sci. Angers, N.S., 2 : 205-221.
4057 3336 09/1.1.2.1.2.3/18 ASS Succiso pratensis - Brachypodietum pinnati (Géhu 1959) Géhu, Géhu-Franck & Scoppola 1981 ex 1984 em. Boullet 1986 pelouse artésio-boulonnaise Boullet, V., 1986. Les pelouses calcicoles (Festuco-Brometea) du domaine atlantique français et ses abords au nord de la Gironde et du Lot. Thèse, Univ. Lille, 333 p. Géhu, J.-M., J. Géhu-Franck & A. Scoppola, 1984. Les pelouses crayeuses du Boulonnais et de l’Artois Nord de la France). I – Analyse phytosociologique, écologique et dynamique. Coll. Phytosoc., 11 : 37-64, 1 tabl. h.t. La végétation des pelouses calcaires, Strasbourg 1982). Géhu, J.-M., J. Géhu-Franck & A. Scoppola [coll. : V. Boullet], 1981. Les pelouses crayeuses et les prairies humides. Premier rapport : les données analytiques. 87 p. Espace Naturel régional. Lille. Géhu, J.-M., 1959. Les pelouses de la cuesta boulonnaise. Bull. Soc. Et. Sci. Angers, N.S., 2 : 205-221.
4058 3337 09/1.1.2.1.2.3/18 syn pp Dactylorhizo fuchsii - Brachypodietum pinnati Géhu 1959 [var. mésohygrophile pp] Géhu, J.-M., 1959. Les pelouses de la cuesta boulonnaise. Bull. Soc. Et. Sci. Angers, N.S., 2 : 205-221.
4059 3338 09/1.1.2.1.2.3/18 syn pp Succiso pratensis - Brachypodietum pinnati (Géhu 1959) Géhu, Géhu-Franck & Scoppola 1981 ex 1984 [race artésio-boulonnaise] Géhu, J.-M., J. Géhu-Franck & A. Scoppola, 1984. Les pelouses crayeuses du Boulonnais et de l’Artois Nord de la France). I – Analyse phytosociologique, écologique et dynamique. Coll. Phytosoc., 11 : 37-64, 1 tabl. h.t. La végétation des pelouses calcaires, Strasbourg 1982). Géhu, J.-M., J. Géhu-Franck & A. Scoppola [coll. : V. Boullet], 1981. Les pelouses crayeuses et les prairies humides. Premier rapport : les données analytiques. 87 p. Espace Naturel régional. Lille. Géhu, J.-M., 1959. Les pelouses de la cuesta boulonnaise. Bull. Soc. Et. Sci. Angers, N.S., 2 : 205-221.
4060 3345 09/1.1.2.1.2.3/19 ASS Avenulo pratensis - Festucetum lemanii (Boullet 1980) Géhu, Boullet, Scoppola & Wattez 1984 em. Boullet 1989 pelouse picarde Boullet, V., 1989. Bilan phytocoenotique des pelouses du fond Bocquillon au Mt Dubert. Rapport C.R.P. Bailleul, 28 p. Géhu, J.-M., V. Boullet, A. Scoppola & J.-R. Wattez, 1984. Essai de synthèse phytosociologique des pelouses sur craie du nord-ouest de la France. Coll. Phytosoc., 11 : 65-104. (Pelouses calcicoles, Lille 1982). Boullet, V., 1980. Les pelouses calcaires et leur appauvrissement thermophile entre Seine et Somme. DEA, Univ. Lille 2, 108 p.
4061 3346 09/1.1.2.1.2.3/19 syn pp Avenulo pratensis - Festucetum lemanii (Boullet 1980) Géhu, Boullet, Scoppola & Wattez 1984 [excl. festucetosum hirtulae in Boullet 1986] Géhu, J.-M., V. Boullet, A. Scoppola & J.-R. Wattez, 1984. Essai de synthèse phytosociologique des pelouses sur craie du nord-ouest de la France. Coll. Phytosoc., 11 : 65-104. (Pelouses calcicoles, Lille 1982). Boullet, V., 1980. Les pelouses calcaires et leur appauvrissement thermophile entre Seine et Somme. DEA, Univ. Lille 2, 108 p.
4062 3398 09/1.1.2.1.2.4 SUBALL Genisto sagittalis - Agrostienion capillaris Vigo 1979 pelouses neutroclines médioeuropéennes occidentales, mésohydriques, mésothermes Vigo, J., 1979. Notes fitocenològiques, III. (Els prats calcícoles montans a la Vall de Ribes i zones properes). Collect. Bot. (Barcelona), 11 : 329-386.
4063 3399 09/1.1.2.1.2.4 syn = Genisto sagittalis - Agrostienion capillaris Vigo 1982 Vigo, J., 1982. Els pastures acidòfiles muntanes (Chamaespartio-Agrostidenion, nova subaliança) de les comarques humides de Catalunya. Acta Geol. Hisp., 14 : 534-538.
4064 3400 09/1.1.2.1.2.4/01 ASS Genisto sagittalis - Agrostietum capillaris Vigo 1979 pelouse aragonaise Pyrénées Vigo, J., 1979. Notes fitocenològiques, III. (Els prats calcícoles montans a la Vall de Ribes i zones properes). Collect. Bot. (Barcelona), 11 : 329-386.
4065 3401 09/1.1.2.1.2.4/01 syn = Genisto sagittalis - Agrostietum capillaris Vigo 1982 Vigo, J., 1982. Els pastures acidòfiles muntanes (Chamaespartio-Agrostidenion, nova subaliança) de les comarques humides de Catalunya. Acta Geol. Hisp., 14 : 534-538.
4066 3402 09/1.1.2.1.2.4/02 ASS Danthonio decumbentis - Brachypodietum pinnati Zielonkowski 1973 pelouse subcontinentale Zielonkowski, W., 1973. Wildgrasfluren der Umgebung Regensburgs. Vegetationskundliche Untersuchungen an einem Beitrag zur Landespflege. Hoppea, 31 : 1-181.
4067 3403 09/1.1.2.1.2.4/03 ASS Ranunculo bulbosi - Agrostietum capillaris Royer 1987 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.'
4068 3404 09/1.1.2.1.2.4/04 ASS Ranunculo bulbosi - Brachypodietum pinnati Michalet, Coquillard & Gueugnot 1989 prov. pelouse auvergnate Basse-Auvergne Michalet, R., P. Coquillard & J. Gueugnot, 1989. Landes et herbages des édifices volcaniques de la chaîne des Puys (Massif central français). I : synsystématique. Coll. Phytosoc., 16 : 665-680. (Phytosociologie et pastoralisme, Paris 1988).
4069 3405 09/1.1.2.1.2.4/05 ASS Diantho monspessulani - Brachypodietum pinnati Lemée & Carbiener 1956 nom. inv. pelouse auvergnate Basse-Auvergne Lemée, G. & R. Carbiener, 1956. La végétation et les sols des volcans de la chaîne des Puys. Bull. Soc. Bot. Fr., 103 : 7-29.
4070 3406 09/1.1.2.1.2.4/06 ASS Centaureo approximatae - Brachypodietum pinnati Billy 2000 prov. pelouse auvergnate Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
4071 3407 09/1.1.2.1.2.4/07 ASS Gentianetum cruciatae Billy 2000 prov. pelouse auvergnate Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
4072 3408 09/1.1.2.1.2.4/08 ASS Campanulo glomeratae - Phleetum phleoidis Billy 2000 prov. pelouse auvergnate Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
4073 3409 09/1.1.2.1.2.4/09 ASS Stachyo officinalis - Galietum veri Billy 2000 prov. pelouse auvergnate Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
4074 3410 09/1.1.2.1.2.4/10 ASS Antennario dioicae - Festucetum nigrescentis O. de Bolòs 1983 pelouse catalane Bolòs, O. de, 1983. La vegetació del Montseny. Diputació de Barcelona. 170 p. Barcelona.
4075 3411 09/1.1.2.1.2.4/11 ASS Astragalo danici - Agrostietum capillaris Rivas Goday & Borja Carbonell 1961 pelouse aragonaise Rivas Goday, S. & J. Borja Carbonell, 1961. Estudio de vegetacion y florula del macizo de Gudar y Javalambre. Anales Inst. Bot. Cavanilles, 19 : 3-543.
4076 3412 09/1.1.2.1.2.4/12 syn = Astragalo danici - Festucetum Vigo 1968 Vigo, J., 1968. La vegetació del masis de Penyagolosa. Arxius Secc. Ci. Inst. Estud. Catalans, 37 : 1-247.
4077 3413 09/1.1.2.1.2.4/13 ASS Avenulo pratensis - Potentilletum montanae O. de Bolòs 1954 pelouse navarraise Bolòs, O. de, 1954. De vegetatione notulae, I. Pirineos de Aragon y Navarra. Collect. Bot., 4(2) : 253-281.
4078 3414 09/1.1.2.1.2.4/14 ASS Gentiano acaulis - Potentilletum montanae J.-M. Montserrat 1986 pelouse aragonaise Montserrat, J.-M. 1986. Flora y vegetación de la Sierra de Guara (Prepirineo aragonés). Diputación General de Aragón. Naturaleza en Aragón, 1, Huesca. [1987 ?]
4079 3415 09/1.1.2.1.2.4/15 ASS Phyteumo orbicularis - Festucetum nigrescentis Carreras, Carrillo, Masalles, Ninot & Vigo 1993 pelouse aragonaise Carreras, J., E. Carrillo, R.M. Masalles, J.-M. Ninot & J. Vigo, 1993. El poblament vegetal de les valls de Barravés i de Castanesa. I. Flora i vegetació. Acta Bot. Barcinon. 42: 1-392. Barcelona.
4080 6568 09/1.1.2.1.2.4/16 ASS Centaureo - Genistetum tinctoriae X. Font 1992 pelouse aragonaise 'Font Castell, X., 1992. L''aliança Mesobromion erecti al vessant meridional dels Pirineus centrals orientals. Act. Simp. Intern. Bot. P. Font Quer (1988), 2 : 257-269. Lleida.'
4081 6569 09/1.1.2.1.2.4/17 ASS Gentiano - Trifolietum montani Rosell 1980 ?
4082 6724 09/1.1.2.1.2.4/18 ASS ?
4083 6725 09/1.1.2.1.2.4/18 syn compl Trifolio subterranei - Seselietum montani Royer in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4084 3416 09/1.1.2.1.2.5 SUBALL Seslerio caeruleae - Mesobromenion erecti subsp. erecti Oberdorfer 1957 'pelouses basophiles médioeuropéennes occidentales, mésohydriques, aéromésohygrophiles, mésothermes, submontagnardes, d''ubac' Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
4085 3417 09/1.1.2.1.2.5/01 ASS Catanancho caeruleae - Seslerietum caeruleae (Verrier 1984) Royer 1987 pelouse basophile mésopédohydrique aérohygrophile du Quercy 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.' Verrier, J.L., 1984. Observations phytosociologiques sur les serres à Genista cinerea du Quercy blanc. Coll. Phytosoc., 11 : 629-642. (Pelouses calcicoles, Lille 1982).
4086 3418 09/1.1.2.1.2.5/02 ASS Festuco lemanii - Seslerietum caeruleae (Allorge 1922) Boullet 1986 pelouse basophile mésopédohydrique aérohygrophile de la moyenne vallée de la Seine Boullet, V., 1986. Les pelouses calcicoles (Festuco-Brometea) du domaine atlantique français et ses abords au nord de la Gironde et du Lot. Thèse, Univ. Lille, 333 p. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
4087 3419 09/1.1.2.1.2.5/03 ASS Globularietum punctato - cordifoliae (Simeray 1976) Royer 1987 prov. pelouse jurassienne 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.' ?
4088 3420 09/1.1.2.1.2.5/04 ASS Koelerio pyramidatae - Seslerietum caeruleae (Kuhn 1937) Oberdorfer 1957 pelouse subcontinentale Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Kuhn, K., 1937. Die Pflanzengesellschaften im Neckargebiet der Schwäbischen Alb. Öhringen, 340 p.
4089 3421 09/1.1.2.1.2.5/05 ASS Lino suffruticosi subsp. appressi - Seslerietum caeruleae Boullet (1984) 1986 Lino appressi - Seslerietum caeruleae Boullet, V., 1986. Les pelouses calcicoles (Festuco-Brometea) du domaine atlantique français et ses abords au nord de la Gironde et du Lot. Thèse, Univ. Lille, 333 p. ?
4090 3422 09/1.1.2.1.2.5/06 ASS Pulsatillo vulgaris - Seslerietum caeruleae Boullet 1986 Boullet, V., 1986. Les pelouses calcicoles (Festuco-Brometea) du domaine atlantique français et ses abords au nord de la Gironde et du Lot. Thèse, Univ. Lille, 333 p.
4091 3423 09/1.1.2.1.2.5/07 ASS Rumici acetosae - Seslerietum caeruleae (Stott 1971) Boullet 1986 Boullet, V., 1986. Les pelouses calcicoles (Festuco-Brometea) du domaine atlantique français et ses abords au nord de la Gironde et du Lot. Thèse, Univ. Lille, 333 p. ?
4092 3424 09/1.1.2.1.2.5/08 ASS Teucrio montani - Festucetum laevigatae Ritter 1972 pelouse du Vercors 'Ritter, J., 1972. Les groupements végétaux des étages subalpin et alpin du Vercors méridional. Essai d''interprétation statistique. Vegetatio, 24 : 313-403, 25 : 357-365.'
4093 3425 09/1.1.2.1.2.5/09 ASS Violo rupestris - Seslerietum caeruleae Royer (1971) 1973 nom. inv. pelouse précontinentale Royer, J.-M., 1973. Essai de synthèse sur les groupements végétaux de pelouses éboulis et rochers de Bourgogne et Champagne méridionale. Ann. Scient. Univ. Besançon, 3e Série, Bot. (1972), 13 : 157-316. Royer, J.-M., 1971. Observations phytosociologiques sur quelques groupements xérophiles du plateau de Langres et de la montagne Chatillonnaise. Bull. Sci. Bourgogne., 28 : 3-29.
4094 3426 09/1.1.2.1.2.5/09 syn = Genisto pilosae - Seslerietum caeruleae Durin et al. in Duvigneaud, Durin & Mullenders 1970 Duvigneaud, J., L. Durin, & W. Mullenders, 1970. La végétation des éboulis de Pagny-la-blanche-côte (Meuse, France). Vegetatio, 20 : 48-73.
4095 3427 09/1.1.2.1.2.5/09 syn = Helianthemo oelandici subsp. incani - Violetum rupestris Royer 1971 Helianthemo incani - Violetum rupestris Royer, J.-M., 1971. Observations phytosociologiques sur quelques groupements xérophiles du plateau de Langres et de la montagne Chatillonnaise. Bull. Sci. Bourgogne., 28 : 3-29.
4096 6722 09/1.1.2.1.2.5/09 syn = Violo rupestris - Seslerietum caeruleae Royer in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4097 3428 09/1.1.2.1.2.5/10 ASS Bromo erecti - Onobrychidetum montanae Delpech 1994 pelouse alpienne Delpech, R., 1994. Essai de syntaxinomie fine de peuplements de prairies de fauche de Haute Maurienne et Tarentaise (Savoie, France). Coll. phytos., 22 : 347-395. (Syntaxonomie typologique des habitats, Bailleul 1993).
4098 3429 09/1.1.2.1.2.5/11 ASS Gymnocarpio robertiani - Seslerietum caeruleae Royer 1991 pelouse bourguignonne Bourgogne, Ardennes Royer, J.-M., 1991. Etude phytosociologique de quelques associations végétales nouvelles ou rares pour la Bourgogne et la Champagne méridionale. Doc. Phytosoc., NS, 13, 209-237.
4099 6723 09/1.1.2.1.2.5/11 ASS Gymnocarpio robertiani - Seslerietum caeruleae Royer in Royer, Felzines, Misset & Thévenin 2006 Bourgogne, Ardennes Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4100 3430 09/1.1.2.1.2.5/12 ASS Pedicularo comosae - Ranunculetum geraniifolii Allier 1971 pelouse drômoise Allier, C., 1971. Les groupements végétaux culminaux des montagnes des Baronnies septentrionales. Coll. Int. Mil. Nat. Supraforest. Mont. Bass. Occ. Méd., 175-189. Perpignan.
4101 3431 09/1.1.2.1.2.5/13 ASS Genisto sagittalis - Seslerietum caeruleae Duvigneaud, Durin & Mullenders 1970 pelouse mosanne Duvigneaud, J., L. Durin, & W. Mullenders, 1970. La végétation des éboulis de Pagny-la-blanche-côte (Meuse, France). Vegetatio, 20 : 48-73.
4102 3432 09/1.1.2.1.2.5/14 ASS Violo rupestris - Koelerietum pyramidatae Braque & Loiseau 1994 pelouse berrichonne Braque, R. & J.-E. Loiseau, 1994. Pelouses et ourlets du Berry. Bull. Soc. Bot. Centre-Ouest, n° spécial 12 : 193 p.
4103 3433 09/1.1.2.1.2.5/15 ASS Coronillo minimae - Seslerietum caeruleae Braque 2001 pelouse nivernaise Braque, R., 2001. Les friches du Nivernais. pelouses et ourlets des terres calcaires. Bull. Soc. Bot. Centre-Ouest, n° spécial 21 : 253 p.
4104 9424 09/1.1.2.1.2.6 SUBALL Galio veri subsp. veri var. maritimi - Festucenion lemanii Julve 2012 suball nov. hoc loco hoc loco
4105 3339 09/1.1.2.1.2.6/01 ASS Galio veri subsp. veri var. maritimi - Brachypodietum pinnati Géhu & Géhu-Franck 1984 pelouse littorale Galio maritimi - Brachypodietum pinnati Galio maritimi - Brachypodietum pinnati Géhu, J.-M. & J. Géhu-Franck, 1984. Les pelouses nord-armoricaines à Brachypodium pinnatum. Coll. Phytosoc., 11 : 157-158. (Pelouses calcicoles, Lille 1982).
4106 9415 09/1.1.2.1.2.6/02 ASS Anthyllido vulnerariae subsp. vulnerariae var. langei - Thesietum humifusi Heineman in Lebrun 1949 pelouse littorale Anthyllido langei - Thesietum humifusi Anthyllido langei - Thesietum humifusi ?
4107 3434 09/1.1.2.1.3 ALL Diantho hyssopifolii subsp. hyssopifolii - Teucrion pyrenaici Julve 1993 prov. pelouses basophiles médioeuropéennes occidentales, mésohydriques, mésothermes, pyrénéennes, montagnardes Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
4108 3435 09/1.1.2.1.3 syn = Brachypodion rupestris Nègre 1969 Brachypodion pyrenaici 'Nègre, R., 1969. La végétation du bassin de l''One (Pyrénées centrales). 2ème note : les pelouses. Portug. Acta Biol., Sect. B, 10 : 1-137.'
4109 3436 09/1.1.2.1.3 syn = Festuco - Brachypodion rupestris Nègre 1969 'Nègre, R., 1969. La végétation du bassin de l''One (Pyrénées centrales). 2ème note : les pelouses. Portug. Acta Biol., Sect. B, 10 : 1-137.'
4110 3437 09/1.1.2.1.3/01 ASS Campanulo precatoriae - Cynosuretum cristati Nègre 1970 pelouse ariégeoise 'Nègre, R., 1970. La végétation du bassin de l''One (Pyrénées centrales). 3ème note : les landes. Portug. Acta Biol., Sect. B, 11 : 51-166.'
4111 3439 09/1.1.2.1.3/02 ASS Carlino acaulis - Brachypodietum rupestris O. de Bolòs 1957 corr. Rivas-Martínez & Costa 1998 pelouse ariégeoise Pyrénées centrales montagnard Rivas-Martínez, S. & M. Costa, 1998. Datos sobre la vegetación y el bioclima del Valle de Arán. Acta Bot. Barcinon., 45 : 473-499. Bolòs, O. de, 1957. Datos sobre la vegetación de la vertiente septentrional de los Pirineos : observaciones acerca de la zonación altitudinal del valle de Arán. Collect. Bot. (Barcelona), 5(2) : 465-514.
4112 3438 09/1.1.2.1.3/02 syn = Carlino acaulis - Brachypodietum pinnati O. de Bolòs 1957 Bolòs, O. de, 1957. Datos sobre la vegetación de la vertiente septentrional de los Pirineos : observaciones acerca de la zonación altitudinal del valle de Arán. Collect. Bot. (Barcelona), 5(2) : 465-514.
4113 3440 09/1.1.2.1.3/02 syn = Centaureo nigrae - Brachypodietum pinnati Nègre 1969 'Nègre, R., 1969. La végétation du bassin de l''One (Pyrénées centrales). 2ème note : les pelouses. Portug. Acta Biol., Sect. B, 10 : 1-137.'
4114 3441 09/1.1.2.1.3/03 ASS Potentillo montanae - Koelerietum pyramidatae Chouard 1943 pelouse béarnaise, pentes herbeuses pâturées au dessous de 1900 m Pyrénées centrales montagnard Chouard, P., 1943. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fra., 90 (1/6) : 1-4 (suite 1), 25-29 (suite 2).
4115 3442 09/1.1.2.1.3/03 syn = Brometum erecti Chouard 1943 Mesobrometum pyrenaicum Chouard, P., 1943. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fra., 90 (1/6) : 1-4 (suite 1), 25-29 (suite 2).
4116 3444 09/1.1.2.1.3/04 ASS Astragalo danici - Poetum alpinae Farràs & Vigo in Farràs, Masalles, E. Velasco & Vigo 1981 pelouse catalane Farràs, A., R.M. Masalles, E. Velasco & J. Vigo, 1981. Sobre la flora i la vegetació de la Serra de Cadí. Butll. Inst. Catalana Hist. Nat., Sec. Bot., 46 : 131-145.
4117 3445 09/1.1.2.1.3/04 syn = Alchemillo flabellatae - Festucetum nigrescentis Vigo 1982 Vigo, J., 1982. Els pastures acidòfiles muntanes (Chamaespartio-Agrostidenion, nova subaliança) de les comarques humides de Catalunya. Acta Geol. Hisp., 14 : 534-538.
4118 3313 09/1.1.2.1.3/05 ASS Carici ornithopodae - Teucrietum pyrenaici Loidi 1983 pelouse basque Loidi, J., 1983. Estudio de la flora y vegetación de la cuenca de los ríos Deva y Urola en la provincia de Guipúzcoa. Publ. Univ. Complutense de Madrid, Ser. Tesis Doctorales, 298 p. Madrid.
4119 3446 09/1.1.2.1.4 ALL Potentillo montanae - Brachypodion rupestris Braun-Blanquet 1967 corr. Julve 2009 hoc loco pelouses basophiles médioeuropéennes occidentales, mésohydriques, mésothermes, basques, planitiaires-collinéennes Potentillo montanae - Brachypodion pinnati hoc loco Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
4120 3447 09/1.1.2.1.4 syn incl Potentillo montanae - Brachypodienion rupestris (Braun-Blanquet 1967) J. Guitián, Izco & Amigo 1989 Guitián, J., J. Izco & J. Amigo, 1989. El Mesobromion cantábrico y su diferenciación occidental. Doc. Phytosoc., 11 : 275-281. Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
4121 3448 09/1.1.2.1.4/01 ASS Helictotricho cantabrici - Seslerietum argenteae Braun-Blanquet 1967 pelouse basque Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
4122 3449 09/1.1.2.1.4/02 ASS Teucrio pyrenaici - Potentilletum montanae Braun-Blanquet 1967 pelouse basque Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
4123 3451 09/1.1.2.2 SUBORD Artemisio albae - Bromenalia erecti (Royer 1987) Biondi, Balleli, Allegrezza, Zuccarello 1995 pelouses basophiles médioeuropéennes occidentales, mésoxérophiles 'Biondi, E., S. Balleli, M. Allegrezza & V. Zuccarello, 1995. La vegetazione del l''ordine Brometalia erecti nell''Appennino (Italia). Fitosociologia, 30 : 3-45.' 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.'
4124 3450 09/1.1.2.2 syn = Xerobromenalia erecti subsp. erecti Royer 1987 Xerobromenalia 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.'
4125 8240 09/1.1.2.2 syn = Xerobrometalia erecti subsp. erecti Dengler 1994 Dengler, J., 1994. Flora und Vegetation von Trockenrasen und verwandten Gesellschaften im Biosphärenreservat Schorfheide-Chorin. Gleditschia, 22 : 179–321.
4126 3452 09/1.1.2.2.1 ALL Xerobromion erecti subsp. erecti (Braun-Blanquet & Moor 1938) Moravec 1967 pelouses basophiles médioeuropéennes occidentales, xérophiles, planitiaires à montagnardes Moravec, J., 1967. Zu den azidophilen Trockenrasengesellschaften südwestböhmens und Bemerkungen zur Syntaxonomie der Klasse Sedo-Scleranthetea. Folia Geobot. Phytotax., 2 : 137-178. Braun-Blanquet, J. & M. Moor, 1938. Bromion erecti. Prodr. Group. Vég., 5 : 64 p.
4127 3453 09/1.1.2.2.1.1 SUBALL Xerobromenion erecti subsp. erecti Oberdorfer 1957 pelouses basophiles médioeuropéennes occidentales, xérophiles, planitiaires-collinéennes Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
4128 6718 09/1.1.2.2.1.1 syn = Xerobromenion erecti subsp. erecti Braun-Blanquet & Moor 1938 Braun-Blanquet, J. & M. Moor, 1938. Bromion erecti. Prodr. Group. Vég., 5 : 64 p.
4129 8204 09/1.1.2.2.1.1 syn incl Artemisio - Xerobromenion erecti subsp. erecti X. Font 1993 Font Castell, X., 1993. Estudis geobotànics sobre els prats xeròfils de l’estatge montà dels Pirineus. Inst. Est. Catalans, Arxius Secc. Cièn., 105 : 1-828.
4130 3454 09/1.1.2.2.1.1/01 ASS Bellidi pappulosae - Festucetum lemanii Boullet 1986 Boullet, V., 1986. Les pelouses calcicoles (Festuco-Brometea) du domaine atlantique français et ses abords au nord de la Gironde et du Lot. Thèse, Univ. Lille, 333 p.
4131 3455 09/1.1.2.2.1.1/02 ASS Caricetum liparocarpi Corillion & Couderc 1978 Caricetum nitidae Corillion, R. & J.-M. Couderc, 1978. Les pelouses sèches des Puys du Chinonais. Coll. Phytosoc., 6 : 147-167. (Pelouses sèches à thérophytes, Lille 1977).
4132 3456 09/1.1.2.2.1.1/03 ASS Carici hallerianae - Brometum erecti Pottier-Alapetite 1942 em. Royer 1987 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.' Pottier-Alapetite, G., 1942. Recherches phytosociologiques et historiques sur la végétation du Jura central et sur les origines de la flore jurassienne. Tunis, 333 p.
4133 6720 09/1.1.2.2.1.1/03 syn compl Carici hallerianae - Bombycilaenetum erectae Royer & Bidault 1966 Royer, J.-M. & Bidault, M., 1966. Etude phytosociologique des pelouses xérophiles calcaires de Saône-et-Loire. Bull. Sci. Bourgogne, 24 : 139-180.
4134 3457 09/1.1.2.2.1.1/04 ASS Catanancho coeruleae - Festucetum marginatae subsp. marginatae Boullet (1984) 1986 Boullet, V., 1986. Les pelouses calcicoles (Festuco-Brometea) du domaine atlantique français et ses abords au nord de la Gironde et du Lot. Thèse, Univ. Lille, 333 p. 'Boullet, V., 1984. Première contribution à l''étude des pelouses calcaires du Crétacé des Charentes. Coll. Phytosoc., 11 : 15-36. (Pelouses calcicoles, Lille 1982).'
4135 3458 09/1.1.2.2.1.1/05 ASS Fumano procumbentis - Caricetum humilis (Guittet & Paul 1974) Boullet 1986 Boullet, V., 1986. Les pelouses calcicoles (Festuco-Brometea) du domaine atlantique français et ses abords au nord de la Gironde et du Lot. Thèse, Univ. Lille, 333 p. Guittet J. & P. Paul, 1974. La végétation des pelouses xérophiles de Fontainebleau et ses relations avec quelques facteurs écologiques. Vegetatio, 29 : 76-88.
4136 3459 09/1.1.2.2.1.1/06 ASS Inulo montanae - Brometum erecti (Braun-Blanquet & Moor 1938) Royer 1982 Royer, J.-M., 1982. Caractérisation, répartition et origine du Xerobromion. Colloques Phytosociologiques, 11 : 243-267. Braun-Blanquet, J. & M. Moor, 1938. Bromion erecti. Prodr. Group. Vég., 5 : 64 p.
4137 3470 09/1.1.2.2.1.1/06 syn = Brometum erecti (Hagène 1931) Braun-Blanquet & Moor 1938 Xerobrometum divionense Braun-Blanquet, J. & M. Moor, 1938. Bromion erecti. Prodr. Group. Vég., 5 : 64 p. ?
4138 3469 09/1.1.2.2.1.1/06 syn = Brometum erecti Quantin 1946 Xerobrometum burgundense Quantin, A., 1946. Etudes phytosociologiques en Bourgogne méridionale. Bull . Soc. Bot. Fra., 93(7/8) : 227-230.
4139 6719 09/1.1.2.2.1.1/06 syn = Inulo montanae - Brometum erecti Hagène 1931 ex Royer in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p. ?
4140 3462 09/1.1.2.2.1.1/07 ASS Koelerio vallesianae - Helianthemetum apennini Luquet 1937 Basse-Auvergne 'Luquet, A., 1937. Recherches sur la géographie botanique du Massif Central. Les colonies xérothermiques de l''Auvergne. Aurillac, 328 p.'
4141 3463 09/1.1.2.2.1.1/08 ASS ?
4142 3464 09/1.1.2.2.1.1/08 syn compl Cerastio brachypetali subsp. taurici - Helianthemetum apennini Braque 2001 Cerastio taurici - Helianthemetum apennini Braque, R., 2001. Les friches du Nivernais. pelouses et ourlets des terres calcaires. Bull. Soc. Bot. Centre-Ouest, n° spécial 21 : 253 p.
4143 3465 09/1.1.2.2.1.1/09 ASS Lino leonii - Koelerietum vallesianae (Maubert 1978) Boullet 1986 Boullet, V., 1986. Les pelouses calcicoles (Festuco-Brometea) du domaine atlantique français et ses abords au nord de la Gironde et du Lot. Thèse, Univ. Lille, 333 p. 'Maubert, P., 1978. Contribution à l''étude phytosociologique des pelouses calcicoles du bassin parisien. Thèse, Univ. Paris Sud-Orsay, 157 p.'
4144 3466 09/1.1.2.2.1.1/09 syn compl incl Hyssopo officinalis var. decumbentis - Arenarietum controversae (Maubert 1978) Braque & Loiseau 1994 Hyssopo decumbentis - Arenarietum controversae Braque, R. & J.-E. Loiseau, 1994. Pelouses et ourlets du Berry. Bull. Soc. Bot. Centre-Ouest, n° spécial 12 : 193 p. 'Maubert, P., 1978. Contribution à l''étude phytosociologique des pelouses calcicoles du bassin parisien. Thèse, Univ. Paris Sud-Orsay, 157 p.'
4145 3467 09/1.1.2.2.1.1/10 ASS Onobrychido arenariae - Pulsatilletum rubrae Royer 1987 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.'
4146 3468 09/1.1.2.2.1.1/11 ASS Ononido pusillae - Brometum erecti Quantin 1935 ex Royer 1987 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.' 'Quantin, A., 1935. L''évolution de la végétation à l''étage de la chênaie dans le Jura méridional. 383 p. Bosc et Riou, Lyon. [= Thèse Univ. Paris. ; = Comm. SIGMA Montpellier 37]'
4147 3471 09/1.1.2.2.1.1/11 syn pp Brometum erecti Quantin 1935 Xerobrometum lugdunense 'Quantin, A., 1935. L''évolution de la végétation à l''étage de la chênaie dans le Jura méridional. 383 p. Bosc et Riou, Lyon. [= Thèse Univ. Paris. ; = Comm. SIGMA Montpellier 37]'
4148 3472 09/1.1.2.2.1.1/12 ASS Ranunculo graminei - Brometum erecti Royer 1973 nom. inv. Royer, J.-M., 1973. Essai de synthèse sur les groupements végétaux de pelouses éboulis et rochers de Bourgogne et Champagne méridionale. Ann. Scient. Univ. Besançon, 3e Série, Bot. (1972), 13 : 157-316.
4149 3473 09/1.1.2.2.1.1/13 ASS Staehelino dubiae - Teucrietum chamaedryos (Verrier 1979) Royer 1982 'Royer, J.-M., 1982. Contribution à l''étude phytosociologique des pelouses du Périgord et des régions voisines. Doc. Phytosoc., N.S., 6 : 203-220.' 'Verrier, J.L., 1979. Contribution à la synsystématique et à la synécologie des pelouses sèches à thérophytes d''Europe. Thèse Univ. Paris Sud-Orsay, 205 p., tabl., fig. h.t.'
4150 3474 09/1.1.2.2.1.1/14 ASS Sideritido guillonii - Koelerietum vallesianae (Verrier 1979) Royer 1982 'Royer, J.-M., 1982. Contribution à l''étude phytosociologique des pelouses du Périgord et des régions voisines. Doc. Phytosoc., N.S., 6 : 203-220.' 'Verrier, J.L., 1979. Contribution à la synsystématique et à la synécologie des pelouses sèches à thérophytes d''Europe. Thèse Univ. Paris Sud-Orsay, 205 p., tabl., fig. h.t.'
4151 3475 09/1.1.2.2.1.1/15 ASS Teucrio montani - Fumanetum procumbentis Pabot 1940 'Pabot, H., 1940. L''évolution de la végétation sur la côtière méridionale des Dombes. Ann. Univ. Lyon, 3e série, sect. C, Sci. Nat., 2 : 25-98.'
4152 3476 09/1.1.2.2.1.1/21 ASS Artemisio albae - Thesietum divaricati Braque & Loiseau 1994 Braque, R. & J.-E. Loiseau, 1994. Pelouses et ourlets du Berry. Bull. Soc. Bot. Centre-Ouest, n° spécial 12 : 193 p.
4153 3477 09/1.1.2.2.1.1/22 ASS Sanguisorbo minoris subsp. polygamae - Caricetum hallerianae Braque & Loiseau 1994 Sanguisorbo polygamae - Caricetum hallerianae Braque, R. & J.-E. Loiseau, 1994. Pelouses et ourlets du Berry. Bull. Soc. Bot. Centre-Ouest, n° spécial 12 : 193 p.
4154 3478 09/1.1.2.2.1.1/23 ASS ?
4155 3479 09/1.1.2.2.1.1/23 syn compl Peltigero rufescentis - Allietum sphaerocephali Braque & Loiseau 1994 Braque, R. & J.-E. Loiseau, 1994. Pelouses et ourlets du Berry. Bull. Soc. Bot. Centre-Ouest, n° spécial 12 : 193 p.
4156 3460 09/1.1.2.2.1.1/24 ASS Artemisio albae - Melicetum ciliatae subsp. glaucae Braque & Loiseau 1994 Artemisio albae - Melicetum glaucae Braque, R. & J.-E. Loiseau, 1994. Pelouses et ourlets du Berry. Bull. Soc. Bot. Centre-Ouest, n° spécial 12 : 193 p.
4157 3461 09/1.1.2.2.1.1/25 ASS Stipo pennatae - Convolvuletum cantabricae Braque & Loiseau 1994 Braque, R. & J.-E. Loiseau, 1994. Pelouses et ourlets du Berry. Bull. Soc. Bot. Centre-Ouest, n° spécial 12 : 193 p.
4158 8205 09/1.1.2.2.1.1/26 ASS Hyssopo officinalis - Ononidetum striatae (Verrier 1984) Julve 2012 ass. nov. prov. hoc loco hoc loco Verrier, J.L., 1984. Observations phytosociologiques sur les serres à Genista cinerea du Quercy blanc. Coll. Phytosoc., 11 : 629-642. (Pelouses calcicoles, Lille 1982).
4159 8206 09/1.1.2.2.1.1/27 GRPT grpt à Staehelina dubia & Cephalaria leucantha Verrier 1984 Verrier, J.L., 1984. Observations phytosociologiques sur les serres à Genista cinerea du Quercy blanc. Coll. Phytosoc., 11 : 629-642. (Pelouses calcicoles, Lille 1982).
4160 3480 09/1.1.2.2.1.2 SUBALL Seslerio caeruleae - Xerobromenion erecti subsp. erecti Oberdorfer 1957 pelouses basophiles médioeuropéennes occidentales, xérophiles, montagnardes Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
4161 3481 09/1.1.2.2.1.2 syn incl Anthyllidenion montanae apud Royer 1973 Royer, J.-M., 1973. Essai de synthèse sur les groupements végétaux de pelouses éboulis et rochers de Bourgogne et Champagne méridionale. Ann. Scient. Univ. Besançon, 3e Série, Bot., 1972, 13 : 157-316.
4162 3861 09/1.1.2.2.1.2 syn incl pp ? Bromo - Festucenion paniculatae subsp. spadiceae Carreras & Vigo 1988 Bromo - Festucenion spadiceae Carreras, J & J. Vigo, 1988. Sobre los prados de Festuca paniculata subsp. spadicea. Lazaroa, 9 : 307-314.
4163 3482 09/1.1.2.2.1.2/01 ASS Thlaspio montani - Seslerietum caeruleae Gillet 1986 Jura Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
4164 3483 09/1.1.2.2.1.2/02 ASS Astragalo monspessulani - Seslerietum caeruleae (Allorge 1922) Boullet 1986 pelouse basophile atlantique, pédomésoxérophile, aéromésohygrophile, de la moyenne vallée de la Seine Vallée aval de la Seine Boullet, V., 1986. Les pelouses calcicoles (Festuco-Brometea) du domaine atlantique français et ses abords au nord de la Gironde et du Lot. Thèse, Univ. Lille, 333 p. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
4165 3484 09/1.1.2.2.1.2/03 ASS Carici humilis - Anthyllidetum montanae Pottier-Alapetite 1942 Pottier-Alapetite, G., 1942. Recherches phytosociologiques et historiques sur la végétation du Jura central et sur les origines de la flore jurassienne. Tunis, 333 p.
4166 3485 09/1.1.2.2.1.2/03 syn = Anthyllido montanae - Caricetum humilis Pottier-Alapetite 1943 ?
4167 3486 09/1.1.2.2.1.2/04 ASS Coronillo vaginalis - Caricetum humilis Richard (1972) 1975 Jura Richard, J.L., 1975. Les groupements végétaux du clos du Doubs (Jura suisse). Mat. Levé Géobot. Suisse, 57 : 1-71. Richard, J.L., 1972. La végétation des crêtes rocheuses du Jura. Ber. schweiz. Bot. Ges., 82 : 68-112.
4168 3487 09/1.1.2.2.1.2/05 ASS Genisto pilosae - Laserpitietum sileris Royer 1987 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.'
4169 3488 09/1.1.2.2.1.2/06 ASS Helianthemo apennini - Silenetum italicae Royer & Bidault 1966 Royer, J.-M. & Bidault, M., 1966. Etude phytosociologique des pelouses xérophiles calcaires de Saône-et-Loire. Bull. Sci. Bourgogne, 24 : 139-180.
4170 3489 09/1.1.2.2.1.2/07 ASS Seslerio caeruleae - Anthyllidetum montanae Breton 1956 Breton, R., 1956. Recherches phytosociologiques dans la région de Dijon. Ann. Inst. Nat. Rech. Agron., 7 A : 349-443, 561-641.
4171 3490 09/1.1.2.2.1.2/08 ASS Teucrio montani - Brometum erecti Lapraz 1968 Lapraz, G., 1968. Pelouses à Aphyllanthes monspeliensis et pelouses des Brometalia sur rendzines et terra fusca sur le versant savoyard du massif de la grande Chartreuse. Collect. Bot., 7 : 597-619.
4172 3491 09/1.1.2.2.1.2/09 ASS Helianthemo apennini - Seslerietum caeruleae (Vanden Berghen 1955) Royer 1987 Ardennes 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.'
4173 3492 09/1.1.2.2.1.2/09 syn = Brometum erecti Vanden Berghen 1955 Xerobrometum mosanum Vanden Berghen, C., 1955. Etude sur les irradiations de plantes méridionales dans la vallée de la Meuse wallonne. Bull. Soc. Roy. Bot. Belg., 87 : 29-55.
4174 6717 09/1.1.2.2.1.2/09 syn = Helianthemo apennini - Seslerietum caeruleae Vanden Berghen 1955 ex Royer 1991 Ardennes Royer, J.-M., 1991. Etude phytosociologique de quelques associations végétales nouvelles ou rares pour la Bourgogne et la Champagne méridionale. Doc. Phytosoc., NS, 13, 209-237. Vanden Berghen, C., 1955. Etude sur les irradiations de plantes méridionales dans la vallée de la Meuse wallonne. Bull. Soc. Roy. Bot. Belg., 87 : 29-55.
4175 3493 09/1.1.2.2.1.2/10 ASS Helianthemo apennini - Sedetum acris (Allorge 1922) de Foucault & Frileux 1988 Vexin, Normandie Foucault, B. de & P.-N. Frileux, 1988. Etude phytosociologique du système paysager des corniches et côtes calcaires de la basse vallée de la Seine des Andelys à Rouen. Doc. Phytosoc., N.S., 11 : 159-183. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
4176 3494 09/1.1.2.2.1.2/11 ASS Avenuletum pratensis subsp. requienii Braun-Blanquet in Braun-Blanquet & Moor 1938 Pyrénées orientales montagnard Avenuletum requienii Braun-Blanquet, J. & M. Moor, 1938. Bromion erecti. Prodr. Group. Vég., 5 : 64 p.
4177 3495 09/1.1.2.2.1.2/13 ASS Leucanthemo graminifolii - Seslerietum caeruleae Braque & Loiseau 1994 Centre Braque, R. & J.-E. Loiseau, 1994. Pelouses et ourlets du Berry. Bull. Soc. Bot. Centre-Ouest, n° spécial 12 : 193 p.
4178 3496 09/1.1.2.2.1.2/14 ASS Phleo phleoidis - Seslerietum caeruleae Braque 2001 Braque, R., 2001. Les friches du Nivernais. pelouses et ourlets des terres calcaires. Bull. Soc. Bot. Centre-Ouest, n° spécial 21 : 253 p.
4179 3497 09/1.1.2.2.1.2/15 ASS Genisto sagittalis - Helianthemetum apennini Billy 2000 prov. Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
4180 6714 09/1.1.2.2.1.2/16 ASS Sileno italicae - Helianthemetum oelandici subsp. incani Royer & Bidault 1966 Sileno italicae - Helianthemetum incani Royer, J.-M. & Bidault, M., 1966. Etude phytosociologique des pelouses xérophiles calcaires de Saône-et-Loire. Bull. Sci. Bourgogne, 24 : 139-180.
4181 6715 09/1.1.2.2.1.2/17 ASS Allio sphaerocephali - Seslerietum caeruleae Royer 2003 ?
4182 6716 09/1.1.2.2.1.2/17 syn = Allio sphaerocephali - Seslerietum caeruleae Royer in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4183 3498 09/1.1.2.2.2 ALL Diantho gratianopolitani - Melicion ciliatae subsp. ciliatae (Korneck 1974) Royer 1987 pelouses basophiles médioeuropéennes occidentales, xérophiles, des dalles 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.' Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t.
4184 6721 09/1.1.2.2.2 syn = Diantho gratianopolitani - Melicion ciliatae subsp. ciliatae (Korneck 1974) Royer 1991 Royer, J.-M., 1991. Synthèse eurosibérienne, phytosociologique et phytogéographique de la classe des Festuco Brometea. Dissert. Botan., 178 : 296 p., 8 tabl. h.t. Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t.
4185 3499 09/1.1.2.2.2 syn = ? Seslerio caeruleae - Festucion cinereae Klika 1931 Klika, J., 1931. Studien über die xerotherme vegetation Mitteleuropas. I : die Pollauer Berge im südlichen Mähren. Beitr. Bot. Zentralbl., 47 : 343-398. Dresden.
4186 3500 09/1.1.2.2.2 syn pp Festucion pallentis Korneck 1974 Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t.
4187 3501 09/1.1.2.2.2/01 ASS Diantho gratianopolitani - Festucetum pallentis Gauckler 1938 Ardennes Gauckler, K., 1938. Steppenheide und Steppenheidewald der Fränkischen Alb in pflanzensoziologischer, ökologischer und geographischer Betrachtung. Ber. Bay. Bot. Ges., 23 : 5-134.
4188 3502 09/1.1.2.2.2/02 ASS Teucrio botryos - Melicetum ciliatae (Kaiser 1926) Volk 1937 Volk, O.H., 1937. Über einige Trockenrasengesellschaften des Würzburger Wellenkalkgebietes. Beih. Bot. Zentralbl., 57 : 177-598. Kaiser, A., 1926. Die Pflanzenwelt des Hennebergisch-Fränkischen Muschelkalkgebietes. Feddes repert., Repert. Spec. Nov. Regni Veg., Beih. 43, 280 p. Dahlem.
4189 3503 09/1.1.2.2.2/03 ASS Alysso montani - Festucetum cinereae Preising 1939 ?
4190 3504 09/1.1.2.2.2/04 ASS Sedo albi - Globularietum cordifoliae (Simeray 1976) de Foucault 1999 Foucault, B. de, 1999. Notes phytosociologiques sur la végétation observée dans le Jura français. Bull. Soc. Bot. Nord Fra., 52(4) : 23-48. 'Simeray, J., 1976. Essai d''interprétation des groupements végétaux de la région de Saint-Claude en vue d''une synthèse cartographique. Ann. Sci. Univ. Besançon, 3e série, Bot., 17 : 133-232.'
4191 3297 09/1.1.2.2.2/05 ASS Erodietum foetidi de Bolòs 1956 Erodietum rupestris Bolos, O. de, 1956. De vegetatione notulae, II. Collect. Bot., 5 : 195-268.
4192 3300 09/1.1.2.2.2/05 syn incl ? Narcisso assoani - Erodietum foetidi Romo 1989 Romo, A.M., 1989. Flora i vegetació del Montsec (Pre-pirineus catalans). Arxius Secc. Ci. Inst. Estud. Catalans, 90 : 1-534.
4193 8210 09/1.1.2.2.2/05 syn incl ? Narcisso assoani - Erodietum foetidi Romo 1983 Romo, A.M., 1983. Observacions sobre la vegetació dels Pirineus. I. Collect. Bot. (Barcelona), 14 : 543-552.
4194 3505 09/1.1.2.2.3 ALL Festuco amethystinae - Bromion erecti subsp. erecti Barbero & Loisel 1971 pelouses basophiles médioeuropéennes occidentales, xérophiles, supraméditerranéennes 'Barbero, M. & R. Loisel, 1971. Contribution à l''étude des pelouses à Brome méditerranéennes et méditerranéo-montagnardes. Anales Inst. Bot. Cavanilles, 28 : 91-165.'
4195 3506 09/1.1.2.2.3 syn pp Brachypodio phoenicoidis - Brometalia erecti Barbero & Loisel 1971 'Barbero, M. & R. Loisel, 1971. Contribution à l''étude des pelouses à Brome méditerranéennes et méditerranéo-montagnardes. Anales Inst. Bot. Cavanilles, 28 : 91-165.'
4196 3507 09/1.1.2.2.3/01 ASS Festuco amethystinae - Koelerietum vallesianae René Molinier 1967 Molinier, Re., 1967. Monographies phytosociologiques. La végétation des gorges du Verdon. Bull. Mus. Hist. Nat. Marseille, 27 : 5-91.
4197 3508 09/1.1.2.2.3/02 ASS Ononido spinosae - Festucetum amethystinae Barbero & Loisel 1971 'Barbero, M. & R. Loisel, 1971. Contribution à l''étude des pelouses à Brome méditerranéennes et méditerranéo-montagnardes. Anales Inst. Bot. Cavanilles, 28 : 91-165.'
4198 3509 09/1.1.2.2.3/03 ASS Brachypodio phoenicoidis - Bupleuretum falcati subsp. cernui Barbero & Loisel 1971 'Barbero, M. & R. Loisel, 1971. Contribution à l''étude des pelouses à Brome méditerranéennes et méditerranéo-montagnardes. Anales Inst. Bot. Cavanilles, 28 : 91-165.'
4199 3510 09/1.1.2.2.4 ALL Teucrio pyrenaici - Bromion erecti Rivas-Martínez, Fernández-González & Loidi 1999 pelouses basophiles médioeuropéennes occidentales, xérophiles, planitiaires à montagnardes pyrénéennes Rivas-Martínez, S., F. Fernández-González & J. Loidi, 1999. Checklist of plant communities of Iberian Peninsula, Balearic and Canary Islands to suballiance level. Itinera Geobot., 13 : 353-451.
4200 3511 09/1.1.2.2.4 syn = Artemisio albae - Bothriochloion ischaemi X. Font in Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
4201 3512 09/1.1.2.2.4 syn = Bromo erecti - Teucrion pyrenaici Rivas-Martínez & Costa 1998 Rivas-Martínez, S. & M. Costa, 1998. Datos sobre la vegetación y el bioclima del Valle de Arán. Acta Bot. Barcinon. 45 : 473-499.
4202 3513 09/1.1.2.2.4 syn = Bromo erecti - Teucrion pyrenaici Rivas-Martínez, Fernández-González & Loidi in Loidi, Biurrun & Herrera 1997 Loidi, J., I. Biurrun & M. Herrera, 1997. La vegetación del centro-septentrional de España. Itinera Geobot., 9 : 161-618.
4203 3514 09/1.1.2.2.4.1 SUBALL Artemisio albae - Xerobromenion erecti X. Font 1993 pelouses basophiles médioeuropéennes occidentales, xérophiles, montagnardes des Pyrénées Font Castell, X., 1993. Estudis geobotànics sobre els prats xeròfils de l’estatge montà dels Pirineus. Inst. Est. Catalans, Arxius Secc. Cièn., 105 : 1-828.
4204 3515 09/1.1.2.2.4.1/01 ASS Teucrio pyrenaici - Brometum erecti Vigo 1979 Vigo, J., 1979. Notes fitocenològiques, III. (Els prats calcícoles montans a la Vall de Ribes i zones properes). Collect. Bot. (Barcelona), 11 : 329-386.
4205 3516 09/1.1.2.2.4.1/02 ASS Cleistogeno serotinae - Bothriochloetum ichaemi Carreras & Font in Carreras, Carrillo, Font, Ninot & Vigo 1983 Carreras, J., A. Carrillo, X. Font, J.-M. Ninot & J. Vigo, 1983. Els prats de l’aliança Xerobromion als Pirineus catalans. Collect. Bot. (Barcelona), 14 : 151-209.
4206 3518 09/1.1.2.2.4.1/03 ASS Irido germanicae - Brometum erecti Carrillo & Ninot in Carreras, Carrillo, Font, Ninot & Vigo 1983 Carreras, J., A. Carrillo, X. Font, J.-M. Ninot & J. Vigo, 1983. Els prats de l’aliança Xerobromion als Pirineus catalans. Collect. Bot. (Barcelona), 14 : 151-209.
4207 3519 09/1.1.2.2.4.1/04 ASS Lino viscosi - Brometum erecti Vigo 1979 Vigo, J., 1979. Notes fitocenològiques, III. (Els prats calcícoles montans a la Vall de Ribes i zones properes). Collect. Bot. (Barcelona), 11 : 329-386.
4208 3520 09/1.1.2.2.4.1/05 ASS Lino austriaci - Brometum erecti (X. Font in Carreras, Carrillo, Font, Ninot & Vigo 1983) Julve 2004 nom. nov. hoc loco hoc loco Carreras, J., A. Carrillo, X. Font, J.-M. Ninot & J. Vigo, 1983. Els prats de l’aliança Xerobromion als Pirineus catalans. Collect. Bot. (Barcelona), 14 : 151-209.
4209 3521 09/1.1.2.2.4.1/05 syn compl Adonido vernalis - Brometum erecti X. Font in Carreras, Carrillo, Font, Ninot & Vigo 1983 Carreras, J., A. Carrillo, X. Font, J.-M. Ninot & J. Vigo, 1983. Els prats de l’aliança Xerobromion als Pirineus catalans. Collect. Bot. (Barcelona), 14 : 151-209.
4210 3522 09/1.1.2.2.4.1/06 ASS Koelerio vallesianae - Globularietum bisnagaricae Susplugas 1942 pelouse sèche montagnarde du calcaire dévonien des Pyrénées orientales Susplugas, J., 1942. Le sol et la végétation dans le haut Vallespir (Pyrénees Orientales). Thèse. Pharm. Sup. 225 p. Montpellier.
4211 3523 09/1.1.2.2.4.1/07 ASS Saturejo montanae - Koelerietum vallesianae Chouard 1943 pentes herbeuses à chaméphytes xérophiles au dessous de 1800 m Chouard, P., 1943. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fra., 90 (1/6) : 1-4 (suite 1), 25-29 (suite 2).
4212 3526 09/1.1.2.2.4.1/09 ASS Plantagini mediae - Aphyllanthetum monspeliensis O. de Bolòs (1948) 1956 Bolos, O. de, 1956. De vegetatione notulae, II. Collect. Bot., 5(1) : 195-268. Bolòs, O. de, 1948. Algunos datos sobre las comunidades vegetales de la fageda de Jordá (Olot). Collect. Bot. (Barcelona), 2(2) : 251-260.
4213 3527 09/1.1.2.2.4.1/09 syn = Aphyllantho monspeliensis - Plantaginetum mediae A & O. de Bolòs 1950 Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona .
4214 3528 09/1.1.2.2.4.1/09 syn = Aphyllantho monspeliensis - Teucrietum pyrenaici Lapraz 1957 Lapraz, G., 1957. Notes sur les landes et pelouses des environs de Bagá (Pyrénées Catalanes). Collect. Bot. Barcelona) 5 : 867-872.
4215 3529 09/1.1.2.2.4.1/09 syn = Plantagini mediae - Aphyllanthetum monspeliensis O. de Bolòs 1948 Bolòs, O. de, 1948. Algunos datos sobre las comunidades vegetales de la fageda de Jordá (Olot). Collect. Bot. (Barcelona), 2(2) : 251-260.
4216 3530 09/1.1.2.2.4.1/09 syn pp Plantagini mediae - Euphrasietum pectinatae O. de Bolòs 1954 Bolòs, O. de, 1954. De vegetatione notulae, I. Pirineos de Aragon y Navarra. Collect. Bot., 4(2) : 253-281.
4217 3531 09/1.1.2.2.4.1/10 ASS Stipo eriocaulis - Teucrietum montani X. Font & Vigo in X. Font 1993 Font Castell, X., 1993. Estudis geobotànics sobre els prats xeròfils de l’estatge montà dels Pirineus. Inst. Est. Catalans, Arxius Secc. Cièn., 105 : 1-828.
4218 3532 09/1.1.2.2.4.1/11 ASS Jurineo humilis - Stipetum eriocaulis Romo 1989 Romo, A.M., 1989. Flora i vegetació del Montsec (Pre-pirineus catalans). Arxius Secc. Ci. Inst. Estud. Catalans, 90 : 1-534.
4219 8196 09/1.1.2.2.4.1/11 syn incl ? Allio montani - Stipetum eriocaulis Soriano 2001 Soriano, I., 2001. La vegetació de la Serra de Moixeró i el Massís de la Tosa d’Alp (Pirineus Orientals). Tesi doctoral. Act. Bot. Barc., 47 : 5-400.
4220 6508 09/1.1.2.2.4.1/12 ASS Scrophulario caninae subsp. juratensis - Koelerietum vallesianae subsp. alpicolae Nègre 1969 Scrophulario juratensis - Koelerietum alpicolae 'Nègre, R., 1969. La végétation du bassin de l''One (Pyrénées centrales). 2ème note : les pelouses. Portug. Acta Biol., Sect. B, 10 : 1-137.'
4221 9326 09/1.1.2.2.4.1/13 ASS Bupleuro ranunculoidis - Onobrychidetum pyrenaicae P., J.M. & G. Montserrat 1984 Montserrat, P., J.-M. Montserrat & G. Montserrat, 1984. Estudio de las comunidades de Echinospartum horridum en el Pirineo español. Acta Biologica Montana, 4 : 249-257. Pau.
4222 3533 09/1.1.2.2.4.2 SUBALL Genisto sagittalis - Xerobromenion erecti X. Font 1993 pelouses neutroclines médioeuropéennes occidentales, xérophiles, montagnardes des Pyrénées Font Castell, X., 1993. Estudis geobotànics sobre els prats xeròfils de l’estatge montà dels Pirineus. Inst. Est. Catalans, Arxius Secc. Cièn., 105 : 1-828.
4223 3534 09/1.1.2.2.4.2/01 ASS Koelerio macranthae - Avenuletum pubescentis subsp. pubescentis Braun-Blanquet in Braun-Blanquet & Moor 1938 Koelerio gracilis - Avenetum amethystinae Braun-Blanquet, J. & M. Moor, 1938. Bromion erecti. Prodr. Group. Vég., 5 : 64 p.
4224 3535 09/1.1.2.2.4.2/02 ASS Achilleo odoratae - Bothriochloetum ischaemi Vigo 1968 Vigo, J., 1968. La vegetació del masis de Penyagolosa. Arxius Secc. Ci. Inst. Estud. Catalans, 37 : 1-247.
4225 3536 09/1.1.2.2.4.2/03 ASS Diantho geminiflori - Phleetum phleoidis Font 1989 'Font Castell, X., 1989. Les pelouses de l''alliance Xerobromion du versant meridional des Pyrénées. Coll. Phytosociol., 16 : 681-693.'
4226 3537 09/1.1.2.3 6120*pp SUBORD Koelerio macranthae - Phleenalia phleoidis (Korneck 1974) Royer 1987 pelouses basophiles médioeuropéennes occidentales, mésohydriques, sabulicoles 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.' Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t.
4227 3538 09/1.1.2.3 syn pp Festuco gr.ovinae - Sedetalia acris Tüxen in Tüxen & Preising 1951 Tüxen, R. & E. Preising, 1951. Erfahrungsgrundlagen für die Pflanzensoziologische Kartierung des westdeutschen Grünlandes. Angew. Pflanzensoz., 4 : 1-28.
4228 3539 09/1.1.2.3.1 ALL Koelerio macranthae - Phleion phleoidis Korneck 1974 pelouses basophiles médioeuropéennes occidentales, mésohydriques, sabulicoles Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t.
4229 3540 09/1.1.2.3.1 syn incl Dactylorhizo latifoliae - Saxifragenion granulatae Royer 1987 prov. 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.'
4230 6741 09/1.1.2.3.1 syn incl Dactylorhizo latifoliae - Saxifragenion granulatae Royer in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris.
4231 6743 09/1.1.2.3.1 syn incl Festucenion longifolio - lemanii Loiseau & Felzines in Royer, Felzines, Misset & Thévenin 2006 prov. Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4232 6742 09/1.1.2.3.1 syn incl Koelerio macranthae - Phleenion phleoidis Royer in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4233 3541 09/1.1.2.3.1/01 ASS Sedo montani - Phleetum phleoidis (de Bannes-Puygiron 1933) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Bannes-Puygiron, G. de, 1933. Le Valentinois méridional. Esquisse phytosociologique. Trav. Inst. Bot. Montpellier, 200 p. [= Comm. SIGMA 19, 200 p.].
4234 3542 09/1.1.2.3.1/02 ASS Sileno viscariae - Avenuletum pratensis Oberdorfer 1949 Oberdorfer, E., 1949. Die Pflanzengesellschaften der Wutachschlucht. Beitr. Naturk. Forsch. Südwestdeutschl., 9 : 29-98.
4235 3543 09/1.1.2.3.1/02 syn = Filipendulo vulgaris - Avenuletum pratensis Mahn 1965 ?
4236 3544 09/1.1.2.3.1/03 ASS Agrostio capillaris - Brometum erecti Issler (1927) 1929 ? Issler, E., 1927. Les associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. 2ème partie : les garides et les landes. Bull. Soc. Hist. Nat. Colmar, 20 : 1-62.
4237 9322 09/1.1.2.3.1/03 syn = Agrostio capillaris - Brometum erecti Issler 1929 ex Oberdorfer et Korneck 1978 ? ?
4238 3545 09/1.1.2.3.1/04 ASS Pulsatillo rubrae - Dactylorhizetum sambucinae Dejou & Loiseau 1983 Dejou, J., Loiseau, R., 1983. Observations sur les sols et la composition floristique des pelouses établies sur granites au sud-ouest de Clermont-Ferrand. Rev. Sci. Nat. Auvergne, 49 : 31-54.
4239 3546 09/1.1.2.3.1/05 ASS Peucedano oreoselini - Festucetum longifoliae Royer 1975 'Royer, J.-M., 1975. Observations phytosociologiques sur les groupements xérothermiques de l''Avallonais granitique Morvan). Ann. Scient. Univ. Besançon, 3e série, Bot., 16 : 63-76.'
4240 3547 09/1.1.2.3.1/06 ASS Avenulo pubescentis - Koelerietum macranthae Braun-Blanquet in Braun-Blanquet & Moor 1938 Braun-Blanquet, J. & M. Moor, 1938. Bromion erecti. Prodr. Group. Vég., 5 : 64 p.
4241 3548 09/1.1.2.3.1/07 ASS Diantho armeriae écoph. vivace - Spiranthetum spiralis Labadille & de Foucault 1997 'Labadille, C.E., Foucault, B. de 1997. Données complémentaires sur la végétation des terrains arides de la Basse-Normandie armoricaine. Une contribution à l''étude du système intermédiaire. Bull. Soc. Bot. Centre-Ouest, n.s., 28 : 77-106.'
4242 3549 09/1.1.2.3.1/08 ASS Festuco strictae subsp. trachyphyllae - Phleetum phleoidis Lemée 1959 Perche Festuco trachyphyllae - Phleetum phleoidis Lemée, G., 1959. Feuille de Clermont-Ferrand sud-ouest. Carte des groupements végétaux de la France, CNRS, 1 carte 1/20 000e).
4243 3550 09/1.1.2.3.1/09 ASS Scillo autumnalis - Filipenduletum vulgaris Guittet & Paul 1974 Fontainebleau Guittet J. & P. Paul, 1974. La végétation des pelouses xérophiles de Fontainebleau et ses relations avec quelques facteurs écologiques. Vegetatio, 29 : 76-88.
4244 3551 09/1.1.2.3.1/10 ASS Anthyllido vulnerariae subsp. vulnerariae var. sericeae - Silenetum otitis Braun-Blanquet in Braun-Blanquet & Moor 1938 Anthyllido sericeae - Silenetum otitis Braun-Blanquet, J. & M. Moor, 1938. Bromion erecti. Prodr. Group. Vég., 5 : 64 p.
4245 3553 09/1.1.2.3.1/12 ASS Astragalo hamosi - Festucetum valesiacae (Billy 2000) Julve 2003 ass. nov. hoc loco Basse-Auvergne hoc loco Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
4246 3554 09/1.1.2.3.1/12 syn compl Medicagini minimae - Festucetum valesiacae Billy 2000 prov. Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
4247 6744 09/1.1.2.3.1/13 ASS Helianthemo nummulari subsp. obscuri - Festucetum heteropachys de Sloover & Lebrun 1984 Helianthemo obscuri - Festucetum heteropachys ?
4248 6745 09/1.1.2.3.1/13 syn = Helianthemo nummulari subsp. obscuri - Festucetum heteropachys de Sloover & Lebrun 1984 ex Royer, Felzines, Misset & Thévenin 2006 Helianthemo obscuri - Festucetum heteropachys Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p. ?
4249 6746 09/1.1.2.3.1/14 ASS Sedo rupestris - Festucetum longifoliae Loiseau & Felzines in Royer, Felzines, Misset & Thévenin 2006 prov. Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4250 6747 09/1.1.2.3.1/15 ASS Saxifrago granulatae - Koelerietum macranthae Loiseau & Felzines in Royer, Felzines, Misset & Thévenin 2006 prov. Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4251 9337 09/1.1.2.3.1/16 GRPT grpt à Sedum forsterianum & Festuca longifolia subsp. longifolia Housset & Cornier 2006 pelouse des alluvions séquaniennes ?
4252 9416 09/1.1.2.3.1/17 ASS Veronico prostratae subsp. scheereri - Koelerietum macranthae Boullet 1986 prov. Boullet, V., 1986. Les pelouses calcicoles (Festuco-Brometea) du domaine atlantique français et ses abords au nord de la Gironde et du Lot. Thèse, Univ. Lille, 333 p.
4253 3555 09/1.2 SUBCLA Stipo capillatae - Festucenea valesiacae Gaultier 1989 prov. pelouses basophiles européennes orientales steppiques Gaultier, C., 1989. Relations entre pelouses eurosibériennes et groupements méditerranéens. Etude régionale (Diois) et synthèse sur le pourtour méditerranéen nord-occidental. Thèse, Univ. Paris sud-Orsay, 2 tomes de 230 p. et 119 p., 54 tab., fig. h.t.
4254 3556 09/1.2 syn = Stipo capillatae - Festucetea valesiacae Gaultier 1989 prov. Gaultier, C., 1989. Relations entre pelouses eurosibériennes et groupements méditerranéens. Etude régionale (Diois) et synthèse sur le pourtour méditerranéen nord-occidental. Thèse, Univ. Paris sud-Orsay, 2 tomes de 230 p. et 119 p., 54 tab., fig. h.t.
4255 3557 09/1.2.1 ORD Festucetalia valesiacae Braun-Blanquet & Tüxen 1943 pelouses basophiles centroeuropéennes, steppiques Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
4256 3558 09/1.2.1 syn pp Brachypodio phoenicoidis - Brometea erecti Barbero & Loisel 1971 'Barbero, M., Loisel, R., 1971. Contribution à l''étude des pelouses à Brome méditerranéennes et méditerranéo-montagnardes. Anales Inst. Bot. Cavanilles, 28 : 91-165.'
4257 3559 09/1.2.1.1 SUBORD Stipo capillatae - Festucenalia valesiacae Royer 1987 pelouses basophiles centroeuropéennes, steppiques, des sols constitués 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.'
4258 3560 09/1.2.1.1.1 ALL Stipo capillatae - Poion perconcinnae Braun-Blanquet 1961 pelouses basophiles centroeuropéennes, steppiques, des sols constitués des Alpes internes Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
4259 3562 09/1.2.1.1.1 syn incl Lavandulo angustifoliae - Artemisenion albae Braun-Blanquet 1961 Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
4260 3561 09/1.2.1.1.1 syn incl Stipo capillatae - Poion perconcinnae Braun-Blanquet & Tüxen 1943 Stipo capillatae - Poion xerophilae Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
4261 3563 09/1.2.1.1.1/01 ASS Astragalo onobrychidis - Stipetum pennatae Braun-Blanquet 1961 Alpes internes Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
4262 3564 09/1.2.1.1.1/02 ASS Bromo erecti - Koelerietum vallesianae Braun-Blanquet 1961 Alpes internes Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
4263 3565 09/1.2.1.1.1/03 ASS Crupino vulgaris - Stipetum capillatae Braun-Blanquet 1961 Alpes internes Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
4264 3566 09/1.2.1.1.1/04 ASS Festuco valesiacae - Poetum perconcinnae Braun-Blanquet 1961 Alpes internes Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
4265 3567 09/1.2.1.1.1/05 ASS Herniario incanae - Elytrigietum intermediae Braun-Blanquet 1961 Alpes internes Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
4266 3568 09/1.2.1.1.1/06 ASS Koelerio vallesianae - Astragaletum vesicarii Braun-Blanquet 1961 Alpes internes Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
4267 3569 09/1.2.1.1.1/07 ASS Stipo capillatae - Poetum perconcinnae Braun-Blanquet 1961 Alpes internes Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
4268 3570 09/1.2.1.1.1/08 ASS Stipo pennatae - Sedetum nicaeensis Braun-Blanquet 1961 Alpes internes Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
4269 3571 09/1.2.1.1.1/09 ASS Trifolio montani - Phleetum bertolonii Braun-Blanquet 1961 Alpes internes Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
4270 3572 09/1.2.1.1.1/10 ASS Achilleo odoratae - Dichantietum ischaemi Allier 1971 Alpes méridionales Allier, C., 1971. Les groupements végétaux culminaux des montagnes des Baronnies septentrionales. Coll. Int. Mil. Nat. Supraforest. Mont. Bass. Occ. Méd., 175-189. Perpignan.
4271 3573 09/1.2.1.1.1/11 ASS Astragalo incani - Potentilletum pusillae Allier 1971 Alpes méridionales Allier, C., 1971. Les groupements végétaux culminaux des montagnes des Baronnies septentrionales. Coll. Int. Mil. Nat. Supraforest. Mont. Bass. Occ. Méd., 175-189. Perpignan.
4272 3574 09/1.2.1.1.1/12 ASS Valeriano tuberosae - Poetum molineri Allier 1971 Alpes méridionales Allier, C., 1971. Les groupements végétaux culminaux des montagnes des Baronnies septentrionales. Coll. Int. Mil. Nat. Supraforest. Mont. Bass. Occ. Méd., 175-189. Perpignan.
4273 3575 09/2. 6210pp [* : orchidées remarquables] CLA Trifolio medii - Geranietea sanguinei Müller 1961 ourlets basophiles médioeuropéens Müller, T., 1961. Einige für südwestdeutschland neue Pflanzengesellschaften. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 15-21.
4274 3576 09/2. syn = Origanetalia vulgaris Müller 1961 Müller, T., 1961. Einige für südwestdeutschland neue Pflanzengesellschaften. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 15-21.
4275 3577 09/2. syn = Origanetalia vulgaris Müller in Oberdorfer 1962 Oberdorfer, E., 1962. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. (2ten Auffl.). Stuttgart, 987 p.
4276 3578 09/2. syn = Trifolio medii - Geranietea sanguinei Müller in Oberdorfer 1962 Oberdorfer, E., 1962. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. (2ten Auffl.). Stuttgart, 987 p.
4277 3579 09/2. syn compl pp Pulsatillo vernalis - Pinetea sylvestris (Schmid 1936) Oberdorfer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., Görs, S., Korneck, D., Lohmeyer, W., Müller, T., Philippi, G., Seibert, P., 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62. ?
4278 7512 09/2. syn compl pp Pulsatillo vernalis - Pinetea sylvestris (Schmid 1936) Oberdorfer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 em. Oberdorfer 1992 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart. Oberdorfer, E., Görs, S., Korneck, D., Lohmeyer, W., Müller, T., Philippi, G., Seibert, P., 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62. ?
4279 7513 09/2. syn compl pp Pyrolo chloranthae - Pinetea sylvestris Oberdorfer in Müller 1966 Müller, T., 1966. Die Wald-, Gebüsch-, Saum-, Trocken-, und halbtrockenrasengesellschaften des Spitzbergs. Die Natur- und Landschaft. Geb. Baden-Württ., 3 : 278-472.
4280 3580 09/2.0.1 ORD Antherico ramosi - Geranietalia sanguinei Julve 1993 ourlets basophiles médioeuropéens, xérophiles Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
4281 3581 09/2.0.1 syn = Brachypodio pinnati - Geranion sanguinei (Tüxen & Müller in Müller 1962) van Gils & Kozlowska 1977 ? Müller, T., 1962. Die Saumgesellschaften der Klasse Trifolio-Geranietea sanguinei. Mitt. Flor. Soz. Arbeitsgem., 9 : 95-140.
4282 3582 09/2.0.1 syn = Cynancho - Geranion sanguinei (Tüxen & Müller in Müller 1962) Dierschke 1974 Dierschke, H., 1974. Saumgesellschaften im Vegetations- und Standortgefälle an Waldrändern. Scripta Geobot., 6 : 1–246, 5 Tab. Goltze, Göttingen. Müller, T., 1962. Die Saumgesellschaften der Klasse Trifolio-Geranietea sanguinei. Mitt. Flor. Soz. Arbeitsgem., 9 : 95-140.
4283 3583 09/2.0.1 syn = Geranion sanguinei Tüxen 1961 Tüxen, R., 1961. Beitrag zur Vereinheitlichung des pflanzensoziologischen Systems für West- und Mitteleuropa. (mscr.), Stolzenau/Weser, 8 p.
4284 3584 09/2.0.1 syn = Geranion sanguinei Tüxen in Müller 1962 Müller, T., 1962. Die Saumgesellschaften der Klasse Trifolio-Geranietea sanguinei. Mitt. Flor. Soz. Arbeitsgem., 9 : 95-140.
4285 3585 09/2.0.1.0.1 ALL Tanaceto corymbosi - Bupleurion falcati subsp. falcati Julve 1993 ourlets basophiles médioeuropéens, xérophiles, occidentaux Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
4286 3586 09/2.0.1.0.1.1 SUBALL Astero amelli - Rosenion pimpinellifoliae (de Foucault, Rameau, Royer 1983) Julve 1993 ourlets basophiles médioeuropéens, xérophiles, occidentaux, planitiaires Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
4287 3587 09/2.0.1.0.1.1 syn compl incl Geranio sanguinei - Spiraeetum hispanicae Braque 1983 Braque, R., 1983. Inventaire provisoire des groupements de lisières des forêts baso-thermophiles (Trifolio-Geranietea sanguinei) dans le sud du bassin parisien. Coll. Phytosoc., 8 : 51-69. (Lisières forestières, Lille 1979).
4288 3588 09/2.0.1.0.1.1/01 ASS Geranio sanguinei - Anemonetum sylvestris Müller 1961 Champagne, Lorraine Müller, T., 1961. Einige für südwestdeutschland neue Pflanzengesellschaften. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 15-21.
4289 3589 09/2.0.1.0.1.1/02 ASS Geranio sanguinei - Trifolietum alpestris Müller 1961 Müller, T., 1961. Einige für südwestdeutschland neue Pflanzengesellschaften. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 15-21.
4290 3590 09/2.0.1.0.1.1/03 ASS Asperulo tinctoriae - Vincetoxicetum hirundinariae Schmitt & Rameau 1983 Jura 'Schmitt, A., Rameau, J.C., 1983. Les groupements d''ourlets forestiers des Trifolio-Geranietea en forêt domaniale de Fontainebleau (Seine et Marne, France). Coll. Phytosoc., 8 : 115-136. (Lisières forestières, Lille 1979).'
4291 3591 09/2.0.1.0.1.1/04 ASS Geranio sanguinei - Coronilletum coronatae Rameau 1971 'Rameau, J.-C., 1971. Etude phytosociologique des pelouses de l''Oxfordien haut-Marnais. Ann. Scient. Univ. Besançon, Bot., 10 : 139-163.'
4292 3592 09/2.0.1.0.1.1/05 ASS Campanulo persicifoliae - Geranietum sanguinei Schmitt & Rameau 1983 Jura 'Schmitt, A., Rameau, J.C., 1983. Les groupements d''ourlets forestiers des Trifolio-Geranietea en forêt domaniale de Fontainebleau (Seine et Marne, France). Coll. Phytosoc., 8 : 115-136. (Lisières forestières, Lille 1979).'
4293 3593 09/2.0.1.0.1.1/06 ASS Trifolio alpestris - Melampyretum cristati Rameau 1974 Champagne, Lorraine Rameau, J.-C., 1974. Essai de synthèse sur les groupements forestiers calcicoles de la Bourgogne du sud et de la Lorraine. Ann. Sci. Univ. Besançon, Bot., 14 : 343-530.
4294 6749 09/2.0.1.0.1.1/06 syn = Melampyro cristati - Trifolietum alpestris Rameau 1974 Rameau, J.-C., 1974. Essai de synthèse sur les groupements forestiers calcicoles de la Bourgogne du sud et de la Lorraine. Ann. Sci. Univ. Besançon, Bot., 14 : 343-530.
4295 3594 09/2.0.1.0.1.1/07 ASS Gentiano luteae - Daphnetum cneori Royer 1971 Bourgogne Royer, J.-M., 1971. Observations phytosociologiques sur quelques groupements xérophiles du plateau de Langres et de la montagne Chatillonnaise. Bull. Sci. Bourgogne., 28 : 3-29.
4296 3595 09/2.0.1.0.1.1/08 ASS Geranio sanguinei - Rubietum peregrinae de Foucault & Frileux 1983 Foucault, B. de & P.-N. Frileux, 1983. Données phytosociologiques sur la végétation des ourlets nitrophiles du nord-ouest et du nord de la France. Coll. Phytosoc., 8 : 287-303. (Lisières forestières, Lille 1979).
4297 3596 09/2.0.1.0.1.1/09 ASS Centaureo triumfetti subsp. lugdunensis - Melampyretum cristati Braque & Loiseau 1994 Centre Centaureo lugdunensis - Melampyretum cristati Braque, R. & J.-E. Loiseau, 1994. Pelouses et ourlets du Berry. Bull. Soc. Bot. Centre-Ouest, n° spécial 12 : 193 p.
4298 3598 09/2.0.1.0.1.1/11 ASS ?
4299 3599 09/2.0.1.0.1.1/11 syn compl Euphorbio angulatae - Spiraeetum hispanicae Braque & Loiseau 1994 prov. Braque, R. & J.-E. Loiseau, 1994. Pelouses et ourlets du Berry. Bull. Soc. Bot. Centre-Ouest, n° spécial 12 : 193 p.
4300 3600 09/2.0.1.0.1.1/12 ASS Rubio peregrinae - Anthericetum ramosi Braque 2001 Braque, R., 2001. Les friches du Nivernais. pelouses et ourlets des terres calcaires. Bull. Soc. Bot. Centre-Ouest, n° spécial 21 : 253 p.
4301 3601 09/2.0.1.0.1.1/13 ASS Geranio sanguinei - Dictamnetum albi Wendelberger 1954 Alsace Wendelberger, G., 1954. Steppen, Trockenrasen und Wälder des pannonischen Raumes. Angew. Pflanzensoz. (Wien), 1 : 573-634.
4302 3602 09/2.0.1.0.1.1/14 ASS Bupleuro longifolii - Laserpitietum latifolii Müller in Oberdorfer 1978 Oberdorfer, E., 1978. Süddeutsche Pflanzengesellschaften (2ten Aufl.), Teil II., 355 p. Gustav Fischer Verlag, Stuttgart.
4303 3603 09/2.0.1.0.1.1/15 ASS Odontiti jaubertiani subsp. chrysanthi - Phyteumetum teneri Braque & Loiseau 1994 Centre Odontiti chrysanthi - Phyteumetum teneri Braque, R. & J.-E. Loiseau, 1994. Pelouses et ourlets du Berry. Bull. Soc. Bot. Centre-Ouest, n° spécial 12 : 193 p.
4304 3604 09/2.0.1.0.1.1/16 ASS Helleboro foetidi - Digitalietum luteae Julve & Marchal in Julve 2001 Quercy Julve, Ph., 2001. Flore et végétation de trois sites de pelouses calcicoles du P.N.R. des Causses du Quercy (Lot). Parc Naturel Régional des Causses du Quercy. 52 p. + annexes et cartes.
4305 3605 09/2.0.1.0.1.1/17 ASS Galio maritimi - Origanetum vulgaris O. de Bolòs 1967 Bolòs, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38(1) : 3-281.
4306 3606 09/2.0.1.0.1.1/18 ASS Sileno nutantis - Geranietum sanguinei Rivas-Martínez 1968 'Rivas-Martínez, S., 1968. Schéma des groupements végétaux de l''Espagne. Coll. Internat. sur la syntaxonomie européenne, Todenmann, 23 p.'
4307 3607 09/2.0.1.0.1.1/19 ASS Vicio tenuifoliae - Geranietum sanguinei Romo 1984 Romo, A.M. 1984. Les vorades herbàcies de bosc (Geranion sanguinei) als Prepirineus Centrals Catalans. Collect. Bot. (Barcelona), 15 : 411-414.
4308 6578 09/2.0.1.0.1.1/20 ASS Tanaceto corymbosi - Piptatheretum paradoxae O. de Bolòs 1979 Bolòs, O. de, 1979. De vegetatione valentina, III. Butll. Inst. Catalana Hist. Nat., Sec. Bot., 44 : 65-76.
4309 6748 09/2.0.1.0.1.1/21 ASS Carici ornithopodae - Anthericetum ramosi Thévenin & Misset in Royer, Felzines, Misset & Thévenin 2006 ourlet externe basophile sur rendzines exposées au sud, Champagne Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4310 9411 09/2.0.1.0.1.1/22 ASS Thalictro mini - Geranietum sanguinei Korneck 1974 Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t.
4311 3608 09/2.0.1.0.1.2 SUBALL Trifolio medii - Geranienion sanguinei van Giels & Giliessen 1976 ourlets basophiles médioeuropéens, mésoxérophiles, occidentaux, collinéens Gils, H. van & L. Gilissen, 1976. Zoomgemeenschappen in het Oberinntal. Tirol. Thèse, Univ. Nijmegen.
4312 3609 09/2.0.1.0.1.2 syn incl ? Cytisetalia hirsuti Braque 2001 Braque, R., 2001. Les friches du Nivernais. pelouses et ourlets des terres calcaires. Bull. Soc. Bot. Centre-Ouest, n° spécial 21 : 253 p.
4313 3610 09/2.0.1.0.1.2 syn incl ? Cytiso hirsuti - Pulmonarietalia longifolii Braque 2001 Braque, R., 2001. Les friches du Nivernais. pelouses et ourlets des terres calcaires. Bull. Soc. Bot. Centre-Ouest, n° spécial 21 : 253 p.
4314 3611 09/2.0.1.0.1.2/01 ASS Clinopodio vulgaris - Laseretum trilobi Knapp 1976 Knapp, R., 1976. Saumgesellschaften in westlichen deutschen mittelgebirges Gebietes. Doc. Phytosoc., 15/18 : 71-76.
4315 3612 09/2.0.1.0.1.2/02 ASS Campanulo bononiensis - Vicietum tenuifoliae Krausch 1961 em. Korneck 1974 Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t. Krausch, H.D., 1961. Die kontinentalen Steppenrasen (Festucetalia valesiacae) in Brandenburg. Feddes Repert., 139 : 167-227.
4316 7278 09/2.0.1.0.1.2/02 syn = ? Astragalo glycyphylli - Vicietum tenuifoliae Amat & de Foucault 1999 Amat, J.-P. & B. de Foucault, 1999. Contribution à une monographie historique, floristique et phytosociologique du plateau de Douaumont (forêt domaniale de Verdun, Meuse). Rapport pour l’ONF. 128 p. Verdun.
4317 3613 09/2.0.1.0.1.2/02 syn = ? Securigero variae - Vicietum tenuifoliae Royer & Rameau 1983 Royer, J.-M. & J.-C. Rameau, 1983. Les associations des ourlets des forêts du Carpinion (Trifolion medii et Geranion sanguinei) en Bourgogne et Champagne méridionale. Coll. Phytosoc., 8 : 83-113, tab. h.t. (Lisières forestières, Lille 1979).
4318 3614 09/2.0.1.0.1.2/03 ASS Bupleuro falcati - Laserpitietum latifolii Billy 1997 prov. Auvergne Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
4319 3615 09/2.0.1.0.1.2/04 ASS Lithospermo purpurocaerulei - Pulmonarietum longifoliae de Foucault 1984 ourlet basophile, marnicole, thermoatlantique Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
4320 7246 09/2.0.1.0.1.2/04 syn = Lithospermo purpurocaerulei - Pulmonarietum longifoliae de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
4321 3616 09/2.0.1.0.1.2/05 ASS Rubio peregrinae - Anthericetum ramosi Braque 2001 pelouse-ourlet basophile, précontinentale, mésoxérophile Bourgogne Braque, R., 2001. Les friches du Nivernais. pelouses et ourlets des terres calcaires. Bull. Soc. Bot. Centre-Ouest, n° spécial 21 : 253 p.
4322 3617 09/2.0.1.0.1.2/06 ASS Teucrio scorodoniae - Sedetum maximi Billy 1997 prov. Auvergne Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
4323 3618 09/2.0.1.0.1.2/07 ASS Teucrio scorodoniae - Polygonatetum odorati Korneck 1974 Ardennes, Alsace Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t.
4324 3619 09/2.0.1.0.1.2/08 ASS Cephalanthero rubrae - Epipactidetum helleborine Julve & Marchal in Julve 2001 Quercy Julve, Ph., 2001. Flore et végétation de trois sites de pelouses calcicoles du P.N.R. des Causses du Quercy (Lot). Parc Naturel Régional des Causses du Quercy. 52 p. + annexes et cartes.
4325 3620 09/2.0.1.0.1.2/09 ASS Limodoro abortivi - Cytisetum hirsuti Braque 2001 Braque, R., 2001. Les friches du Nivernais. pelouses et ourlets des terres calcaires. Bull. Soc. Bot. Centre-Ouest, n° spécial 21 : 253 p.
4326 3621 09/2.0.1.0.1.2/10 ASS Securigero variae - Caricetum hallerianae Braque 1983 Centre Braque, R., 1983. Inventaire provisoire des groupements de lisières des forêts baso-thermophiles (Trifolio-Geranietea sanguinei) dans le sud du bassin parisien. Coll. Phytosoc., 8 : 51-69. (Lisières forestières, Lille 1979).
4327 3622 09/2.0.1.0.1.2/11 ASS Lathyro sylvestris subsp. pyrenaici - Origanetum vulgaris Carrillo & Ninot in Carrillo, Ninot & Vigo 1984 Lathyro pyrenaici - Origanetum vulgaris Carrillo, A., J.-M. Ninot & J. Vigo, 1984. Notes sobre la vegetació de vorada de bosc Origanetalia vulgaris). Butll. Inst. Catalana Hist. Nat., Sec. Bot. 51: 161-171.
4328 3623 09/2.0.1.0.1.2/12 ASS Origano vulgaris - Anthemidetum triumfetii Vigo 1978 ?
4329 6579 09/2.0.1.0.1.2/13 ASS Trifolio medii - Geranietum sanguinei G. Montserrat 1986 Montserrat, G., 1986. Datos para el estudio de la alianza Aphyllanthion en el Prepirineo aragonés. Collect. Bot. (Barcelona) 16(2) : 391-395.
4330 6812 09/2.0.1.0.1.2/14 ASS Lathyro tuberosi - Arrhenatheretum elatioris Royer in Royer, Felzines, Misset & Thévenin 2006 ourlet en nappe basophile, de berme routière champenoise Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4331 6813 09/2.0.1.0.1.2/14 syn = Lathyro tuberosi - Galietum molluginis subsp. erecti Passarge 2002 prov. Passarge, H., 2002. Pflanzengesellschaften Nordostdeutschlands, 3. 304 p. J. Cramer, Berlin.
4332 8297 09/2.0.1.0.1.2/15 ASS Epipactido microphylli - Cephalantheretum rubrae Julve 2012 ass. nov. hoc loco hoc loco
4333 9412 09/2.0.1.0.1.2/16 ASS Securigero variae - Brachypodietum pinnati Royer 1973 Royer, J.-M., 1973. Essai de synthèse sur les groupements végétaux de pelouses éboulis et rochers de Bourgogne et Champagne méridionale. Ann. Scient. Univ. Besançon, 3e Série, Bot., 1972, 13 : 157-316.
4334 7177 09/2.0.1.0.2 ALL Potentillion micranthae Julve 2010 all. nov. hoc loco ourlets basophiles méditerranéens, xérophiles hoc loco
4335 3597 09/2.0.1.0.2/01 ASS Potentillo hirtae - Geranietum lanuginosi Loisel 1976 Centre 'Loisel, R., 1976. La végétation de l''étage méditerranéen dans le sud-est continental français. Thèse, Univ. Marseille, 384 p.'
4336 3624 09/2.0.2 ORD Agrimonio eupatoriae - Trifolietalia medii Julve 1993 ourlets basophiles médioeuropéens mésohydriques Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
4337 3625 09/2.0.2 syn = Trifolion medii Müller 1961 Müller, T., 1961. Einige für südwestdeutschland neue Pflanzengesellschaften. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 15-21.
4338 3626 09/2.0.2 syn = Trifolion medii Müller in Oberdorfer 1962 Oberdorfer, E., 1962. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. (2ten Auffl.). Stuttgart, 987 p.
4339 3627 09/2.0.2 syn pp Lathyro pratensis - Vicietea craccae Passarge 1975 Passarge, H., 1975. Über Wiesensaumgesellschaften. Feddes Repert., 86 : 599-618.
4340 3628 09/2.0.2.0.1 ALL Knautio arvensis - Agrimonion eupatoriae Julve 1993 ourlets basophiles médioeuropéens mésohydriques, planitiaires-collinéens Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
4341 6754 09/2.0.2.0.1 syn incl Trifolio medii - Teucrienion scorodoniae Knapp 1976 Knapp, R., 1976. Saumgesellschaften in westlichen deutschen mittelgebirges Gebietes. Doc. Phytosoc., 15/18 : 71-76.
4342 6750 09/2.0.2.0.1 syn incl nn Trifolio medii - Agrimonienion eupatoriae Knapp 1976 Knapp, R., 1976. Saumgesellschaften in westlichen deutschen mittelgebirges Gebietes. Doc. Phytosoc., 15/18 : 71-76.
4343 3629 09/2.0.2.0.1/01 ASS Trifolio medii - Agrimonietum eupatoriae Müller 1961 em. de Foucault, Rameau & Royer 1983 Bassin parisien planitiaire Foucault, B. de, J.-C. Rameau & J.-M. Royer, 1983. Essai de synthèse synsystématique sur les groupements des Trifolio-Geranietea sanguinei en Europe centrale et occidentale. Coll. Phytosoc., 8 : 445-461. (Lisières forestières, Lille 1979). Müller, T., 1961. Einige für südwestdeutschland neue Pflanzengesellschaften. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 15-21.
4344 3630 09/2.0.2.0.1/01 syn = Agrimonio eupatoriae - Trifolietum medii Müller 1961 Müller, T., 1961. Einige für südwestdeutschland neue Pflanzengesellschaften. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 15-21.
4345 3631 09/2.0.2.0.1/02 ASS Centaureo jaceae subsp. nigrae var. nemoralis - Origanetum vulgaris de Foucault, Frileux & Wattez in de Foucault & Frileux 1983 ourlet basophile médioeuropéen, psychroatlantique, mésohydrique, planitiaire-collinéen Bassin parisien Centaureo nemoralis - Origanetum vulgaris Foucault, B. de & P.-N. Frileux, 1983. Premières données phytosociologiques sur la végétation des ourlets préforestiers du nord-ouest et du nord de la France. Coll. Phytosoc., 8 : 305-324. (Lisières forestières, Lille 1979).
4346 3632 09/2.0.2.0.1/02 syn compl Vicio sativae subsp. nigrae - Galietum molluginis subsp. erecti Passarge 1975 Vicio nigrae - Galietum erecti Passarge, H., 1975. Über Wiesensaumgesellschaften. Feddes Repert., 86 : 599-618.
4347 3634 09/2.0.2.0.1/04 ASS Clinopodio menthifolii - Brachypodietum sylvatici Royer & Rameau 1983 Bourgogne Royer, J.-M. & J.-C. Rameau, 1983. Les associations des ourlets des forêts du Carpinion (Trifolion medii et Geranion sanguinei) en Bourgogne et Champagne méridionale. Coll. Phytosoc., 8 : 83-113, tab. h.t. (Lisières forestières, Lille 1979).
4348 3635 09/2.0.2.0.1/05 ASS Stachyo officinalis - Melampyretum nemorosi Passarge 1967 Vosges Passarge, H., 1967. Über Saumgesellschaften im nordostdeutschen Flachland. Feddes Repert., 74 : 145-158.
4349 3636 09/2.0.2.0.1/05 syn = Trifolio medii - Melampyretum nemorosi (Passarge 1967) Dierschke 1973 Dierschke, H., 1973. Neue Saumgesellschaften in Südniedersachsen und Nord-Hessen. Mitt. Flor. Soz. Arbeitsgem., N.F., 15/16 : 66-85. Passarge, H., 1967. Über Saumgesellschaften im nordostdeutschen Flachland. Feddes Repert., 74 : 145-158.
4350 3637 09/2.0.2.0.1/06 ASS Trifolio medii - Astragaletum ciceris Reichhoff in Hilbig, Knapp & Reichhoff 1982 ?
4351 7223 09/2.0.2.0.1/07 ASS Narcisso triandri subsp. capax - Brachypodietum rupestris (Bioret, Bouzillé & Godeau 1988) Bioret 2008 côtes de Bretagne planitiaire ? ?
4352 3638 09/2.0.2.0.1/07 syn = Hyacinthoido non-scriptae - Brachypodietum pinnati (Bioret, Bouzillé & Godeau 1988) Julve 2003 ass. nov. hoc loco hoc loco ?
4353 3639 09/2.0.2.0.1/08 ASS Campanulo patulae - Lathyretum pratensis Passarge 1975 Passarge, H., 1975. Über Wiesensaumgesellschaften. Feddes Repert., 86 : 599-618.
4354 3640 09/2.0.2.0.1/09 ASS Bunio bulbocastani - Brachypodietum pinnati Boullet & Wattez 1988 Picardie ?
4355 3641 09/2.0.2.0.1/10 ASS Violo rivinianae - Lathyretum nigri Schmitt & Rameau 1983 Ile-de-France 'Schmitt, A., Rameau, J.C., 1983. Les groupements d''ourlets forestiers des Trifolio-Geranietea en forêt domaniale de Fontainebleau (Seine et Marne, France). Coll. Phytosoc., 8 : 115-136. (Lisières forestières, Lille 1979).'
4356 3642 09/2.0.2.0.1/11 ASS Origano vulgaris - Campanuletum rotundifoliae Billy 1997 prov. Auvergne Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
4357 3643 09/2.0.2.0.1/12 ASS Catanancho caeruleae - Knautietum arvensis subsp. arvensis var. integrifoliae Julve & Marchal in Julve 2001 Quercy Catanancho caeruleae - Knautietum integrifoliae Julve, Ph., 2001. Flore et végétation de trois sites de pelouses calcicoles du P.N.R. des Causses du Quercy (Lot). Parc Naturel Régional des Causses du Quercy. 52 p. + annexes et cartes.
4358 3644 09/2.0.2.0.1/13 ASS Melampyro cristati - Pulmonarietum longifoliae subsp. cevennensis Julve & Marchal in Julve 2001 Quercy Melampyro cristati - Pulmonarietum cevennensis Julve, Ph., 2001. Flore et végétation de trois sites de pelouses calcicoles du P.N.R. des Causses du Quercy (Lot). Parc Naturel Régional des Causses du Quercy. 52 p. + annexes et cartes.
4359 3645 09/2.0.2.0.1/14 ASS Lathyro latifolii - Centaureetum jaceae subsp. nigrae var. nemoralis Rivas-Martínez, Diaz-Gonzalez, Fernandez-Prieto, Loidi-Arregui & Penas-Marinas 1984 Lathyro latifolii - Centaureetum nemoralis Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
4360 3646 09/2.0.2.0.1/15 ASS Trifolio medii - Lithospermetum officinalis Rivas-Martínez, Báscones, Diaz-Gonzalez, Fernández-González & Loidi-Arregui 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
4361 3647 09/2.0.2.0.1/16 ASS Valeriano officinalis subsp. tenuifoliae - Fragarietum vescae O. de Bolòs 1977 Valeriano tenuifoliae - Fragarietum vescae Bolos, O. de, 1977. Valeriano-Fragarietum vescae associació nova. Butll. Inst. Catalana Hist. Nat., Sec. Bot., 41 : 21-28.
4362 6580 09/2.0.2.0.1/17 ASS Trifolio medii - Astragaletum hypoglottis subsp. hypoglottis G. Montserrat 1986 Montserrat, G., 1986. Datos para el estudio de la alianza Aphyllanthion en el Prepirineo aragonés. Collect. Bot. (Barcelona) 16(2) : 391-395.
4363 9413 09/2.0.2.0.1/18 ASS Rubo caesii - Origanetum vulgaris van Gils & Huits 1978 ?
4364 6751 09/2.0.2.0.1/18 syn incl Brachypodio sylvatici - Rubetum caesii Thévenin & Royer in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4365 6754 09/2.0.2.0.1/19 ASS Vicio cassubicae - Agrimonietum eupatoriae Passarge 1967 Passarge, H., 1967. Über Saumgesellschaften im nordostdeutschen Flachland. Feddes Repert., 74 : 145-158.
4366 6823 09/2.0.2.0.1/20 ASS Aquilegio vulgaris - Silenetum dioicae Robbe in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4367 9419 09/2.0.2.0.1/21 ASS Agrostio capillaris - Agrimonietum procerae Dengler & Krebs 2003 ?
4368 3648 09/2.0.2.0.2 ALL Knaution maximae Julve 1993 ourlets basophiles médioeuropéens mésohydriques, montagnards Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
4369 3649 09/2.0.2.0.2/01 ASS Knautietum maximae Oberdorfer 1971 toutes les montagnes Oberdorfer, E., 1971. Die Pflanzenwelt des Wutachgebietes. Die Wutach. Freiburg im Breisgau, 261-321.
4370 3650 09/2.0.2.0.2/02 ASS Calamintho menthifoliae - Knautietum maximae (Rameau & Schmitt 1983) Julve 1993 prov. Jura Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
4371 3651 09/2.0.2.0.2/03 ASS Vicietum sylvatico - dumetorum Müller 1961 Vosges Müller, T., 1961. Einige für südwestdeutschland neue Pflanzengesellschaften. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 15-21.
4372 3652 09/2.0.2.0.2/03 syn = Vicietum sylvaticae Oberdorfer & Müller in Müller 1961 Müller, T., 1961. Einige für südwestdeutschland neue Pflanzengesellschaften. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 15-21.
4373 3653 09/2.0.2.0.2/03 syn = Vicietum sylvatico - dumetorum Oberdorfer & Müller in Oberdorfer 1962 Oberdorfer, E., 1962. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. (2ten Auffl.). Stuttgart, 987 p.
4374 3654 09/2.0.2.0.2/03 syn incl Stachyo officinalis - Vicietum sylvaticae Passarge (1967) 1980 ? Passarge, H., 1967. Über Saumgesellschaften im nordostdeutschen Flachland. Feddes Repert., 74 : 145-158.
4375 3655 09/2.0.2.0.2/04 ASS Laserpitio latifolii - Teucrietum scorodoniae Gillet 1986 Jura Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
4376 3656 09/2.0.2.0.2/05 ASS Trifolietum medio - aurei Billy 1997 prov. Auvergne Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
4377 3657 09/2.0.2.0.2/06 ASS Knautio maximae - Brachypodietum sylvatici O. de Bolòs 1996 Bolòs, O. de, 1996. Contribució al coneixement de la vegetació del territori Auso-segarric. Mem. Real Acad. Ci. Barcelona, 930 : 1-128.
4378 3658 09/2.0.2.0.2/07 ASS Lathyretum cirrhosi Vigo 1975 Vigo, J., 1975. Notas fitocenológicas I. Anales Inst. Bot. Cavanilles, 32(2) : 953-966.
4379 3659 09/2.0.2.0.3 ALL Tephrosero integrifoliae - Platantherion chloranthae Julve 2003 all. nov. hoc loco ourlets basophiles médioeuropéens mésohygrophiles, marnicoles, planitiaires-collinéens hoc loco
4380 3660 09/2.0.2.0.3/01 ASS Dactylorhizo fuchsii - Silaetum silai de Foucault 1986 'Foucault, B. de, 1986. Quelques données phytosociologiques peu connues sur la végétation du Boulonnais et de la côte d''opale (Pas de Calais, France). Doc. Phytosoc., N.S., 11 : 93-116.'
4381 3661 09/2.0.2.0.3/02 ASS Trifolio medii - Silaetum silai Braque 1983 Centre Braque, R., 1983. Inventaire provisoire des groupements de lisières des forêts baso-thermophiles (Trifolio-Geranietea sanguinei) dans le sud du bassin parisien. Coll. Phytosoc., 8 : 51-69. (Lisières forestières, Lille 1979).
4382 3662 09/2.0.2.0.3/03 ASS Carici umbrosae - Brachypodietum pinnati Royer & Didier 1996 Champagne Royer, J.-M. & B. Didier, 1996. Flore et végétation des marais tufeux du plateau de Langres. Soc. Sc. Nat. Arch. Hte-Marne, Mém. N° 2, 112 p.
4383 3663 09/2.0.2.0.3/04 ASS Calamagrostio variae - Molinietum caeruleae subsp. arundinaceae (Scherrer 1925) Royer 1987 'Royer, J.-M., 1987. Les pelouses des Festuco-Brometea : d''un exemple régional à une vision eurosibérienne. Etude phytosociologique et phytogéographique. Thèse, Univ. Besançon, 2 tomes de 424 p. et 110 p., 41 tab. h.t.' Scherrer, M., 1925. Vegetationsstudien im Limmattal. Veröff. Geobot. Inst. Rübel, 2 : 1-115.
4384 3664 09/2.0.2.0.3/05 ASS Xanthoselino alsatici - Cervarietum rivini Billy 1997 prov. Auvergne Peucedanetum alsatico - cervariae Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
4385 3665 09/2.0.2.0.3/06 ASS Cervario rivini - Oreoselinetum nigri Billy 1997 prov. Auvergne Peucedanetum cervario - oreoselini Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
4386 3666 09/2.0.2.0.3/07 ASS Centaureo timbalii - Knautietum arvensis Braque & Loiseau 1994 Centre Braque, R. & J.-E. Loiseau, 1994. Pelouses et ourlets du Berry. Bull. Soc. Bot. Centre-Ouest, n° spécial 12 : 193 p.
4387 3667 09/2.0.2.0.3/08 ASS Securigero variae - Xanthoselinetum alsatici Royer, Rameau & Prin 1983 Coronillo variae - Peucedanetum alsatici Royer, J.-M., J.-C. Rameau & R. Prin, 1983. Le groupement à Peucedanum alsaticum de Champagne sèche méridionale : Coronillo-Peucedanetum alsatici. Coll. Phytosoc., 8 : 137-149. (Lisières forestières, Lille 1979).
4388 3668 09/2.0.2.0.3/09 ASS Geranio sanguinei - Cervarietum rivini (Kuhn 1937) Müller 1961 Bassin parisien Geranio sanguinei - Peucedanetum cervariae Müller, T., 1961. Einige für südwestdeutschland neue Pflanzengesellschaften. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 15-21. Kuhn, K., 1937. Die Pflanzengesellschaften im Neckargebiet der Schwäbischen Alb. Öhringen, 340 p.
4389 3669 09/2.0.2.0.3/10 ASS Securigero variae - Cervarietum rivini Braque 2001 Securigero variae - Peucedanetum cervariae Braque, R., 2001. Les friches du Nivernais. pelouses et ourlets des terres calcaires. Bull. Soc. Bot. Centre-Ouest, n° spécial 21 : 253 p.
4390 3670 09/2.0.2.0.3/11 ASS Genisto scorpii - Cervarietum rivini Ullmann 1983 Ullmann, I., 1983. Verbreitung, Standorstwahl Gesellschaftenschluss thermophiler staudingen Umbelliferen (Laserpitium, Peucedanum) in den spanischen Pyrenäen. Flora, 173 : 371-397. Jena.
4391 6752 09/2.0.2.0.3/12 ASS Inulo helenii - Caricetum tomentosae Royer & Didier 2002 Royer, J.-M. & B. Didier, 2002. Etude botanique et phytosociologique de la forêt du Chesnay à Possesse (Marne). Bull. Soc. Sc. Nat. Archéol. Haute-Marne, n.s., 1 : 30-42.
4392 6753 09/2.0.2.0.3/12 syn = Inulo helenii - Caricetum tomentosae Royer & Didier in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4393 7154 09/2.0.2.0.3/13 ASS Tephroserido helenitis subsp. helenitis var. helenitis - Succisetum pratensis Wattez 1983 ex Boullet 1991 Tephroserido helenitis - Succisetum pratensis Senecioni helenitis – Succisetum pratensis ? colloque 1979 lisières
4394 7257 09/2.0.2.0.3/14 ASS Pyrolo rotundifoliae - Caricetum flaccae Amat & de Foucault 1999 ourlet marnicole basophile, hémisciaphile, centroeuropéenne Amat, J.-P. & B. de Foucault, 1999. Contribution à une monographie historique, floristique et phytosociologique du plateau de Douaumont (forêt domaniale de Verdun, Meuse). Rapport pour l’ONF. 128 p. Verdun.
4395 7258 09/2.0.2.0.3/14 syn = Pyrolo rotundifoliae - Caricetum flaccae de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
4396 7268 09/2.0.2.0.3/15 ASS Silao silai - Senecionetum erucifolii Amat & de Foucault 1999 ourlet marnicole basophile, mésohygrophile, mésotrophile, hémihéliophile, centroeuropéen Amat, J.-P. & B. de Foucault, 1999. Contribution à une monographie historique, floristique et phytosociologique du plateau de Douaumont (forêt domaniale de Verdun, Meuse). Rapport pour l’ONF. 128 p. Verdun.
4397 7269 09/2.0.2.0.3/15 syn = Silao silai - Senecionetum erucifolii de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
4398 8086 09/2.0.2.0.3/16 ASS Lathyro pannonici subsp. asphodeloidis - Peucedanetum officinalis Joly, Fernandes & Braque 1996 Joly, Y., C. Fernandes & R. Braque, 1996. Un groupement intraforestier original en Berry. Bull. Soc. Bot. Centre-Ouest, n.s., 27 : 135-138.
4399 8104 09/2.0.2.0.3/17 ASS Euphorbio flavicomae subsp. occidentalis - Silaetum silaei var. pyrenaici Lazare & Bioret 2006 Lazare, J.-J. & F. Bioret, 2006. Associations végétales nouvelles du littoral du Pays Basque, Journal de Botanique Soc. Bot. Fra., 34 : 71-80.
4400 3633 09/2.0.2.0.3/18 ASS Agrimonio repentis - Brachypodietum sylvatici Royer & Rameau 1983 Bassin parisien Royer, J.-M. & J.-C. Rameau, 1983. Les associations des ourlets des forêts du Carpinion (Trifolion medii et Geranion sanguinei) en Bourgogne et Champagne méridionale. Coll. Phytosoc., 8 : 83-113, tab. h.t. (Lisières forestières, Lille 1979).
4401 3671 09/2.0.2.0.4 ALL Galio veri subsp. veri var. maritimi - Geranion sanguinei J.-M. Géhu & J. Géhu 1983 ourlets basophiles médioeuropéens mésohydriques, maritimes Galio maritimi - Geranion sanguinei Géhu, J.-M. & J. Géhu, 1983. Les ptéridaies de falaise à Melandrium zetlandicum et les groupements à Geranium sanguineum du littoral armoricain. Coll. Phytosoc., 8 : 339-346. (Lisières forestières, Lille 1979).
4402 3672 09/2.0.2.0.4/01 ASS Ulici europaei subsp. europaei fo. maritimi - Geranietum sanguinei Géhu & Géhu-Franck 1983 Bretagne Ulici maritimi - Geranietum sanguinei Géhu, J.-M. & J. Géhu, 1983. Les ptéridaies de falaise à Melandrium zetlandicum et les groupements à Geranium sanguineum du littoral armoricain. Coll. Phytosoc., 8 : 339-346. (Lisières forestières, Lille 1979).
4403 3673 09/2.0.2.0.4/02 ASS Inulo conyzae - Polygonatetum odorati (Westhoff 1968) Westhoff & den Held 1969 n. n. Bassin parisien Westhoff, V. & A. J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen Westhoff, V., 1968. Systeem der in Nederland voorkomende plantenassociaties. In Heukels, H., Ooststroom, S.J. van : Beknopte School- en Excursieflora van Nederland. Wolters-Noordhoff, Groningen. (12e druk), 13 p.
4404 3674 09/2.0.2.0.4/03 ASS Euphorbio portlandicae - Rosetum pimpinellifoliae de Foucault 1995 Vendée Foucault, B. de, 1995. Contribution à une monographie phytosociologique de la Hague (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 45-90.
4405 7037 09/2.0.2.0.4/04 ASS Galio veri subsp. veri var. maritimi - Geranietum sanguinei Tüxen 1967 Galio maritimi - Geranietum sanguinei Tüxen, R., 1967. Pflanzensoziologische Beobachtungen an südwestnorwegischen Küsten-Dünengebieten. Aquilo, Ser. Botanica, 6 : 241-272.
4406 9420 09/2.0.2.0.4/05 ASS Polygonato odorati - Lithospermetum officinalis Weeda in Weeda & al. 1996 ?
4407 9421 09/2.0.2.0.4/06 GRPT grpt à Rosa pimpinellifolia Géhu & Franck 1982 Géhu, J.-M. & J. Franck, 1982. La végétation du littoral Nord-Pas de Calais (essai de synthèse). 362 p. Bailleul.
4408 9422 09/2.0.2.0.4/07 GRPT grpt à Thalictrum minus Hendoux 2000 ?
4409 9423 09/2.0.2.0.4/08 GRPT grpt à Hieracium umbellatum & Carex arenaria (Duhamel 1994) Duhamel in Morra & al. 2009 ?
4410 3675 09/2.0.2.0.5 ALL Fragarion vescae Tüxen 1950 em. Gillet prov. in Julve 1993 ourlets basophiles médioeuropéens mésohydriques, des clairières Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
4411 3676 09/2.0.2.0.5 syn pp Anemono nemorosae - Caricetea sylvaticae Gillet 1986 Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
4412 6884 09/2.0.2.0.5 syn pp Fragarietalia vescae Gillet 1986 prov. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
4413 3677 09/2.0.2.0.5/01 ASS Hyperico hirsuti - Caricetum spicatae Julve 1993 prov. Bassin parisien Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
4414 3678 09/2.0.2.0.5/02 ASS Campanulo persicifoliae - Digitalietum luteae Billy 1997 prov. Auvergne Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
4415 3679 09/2.0.2.0.5/03 ASS Campanulo persicifoliae - Melampyretum velebitici Billy 1997 prov. Auvergne Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
4416 3680 09/2.0.2.0.5/04 ASS Campanulo trachelii - Brometum ramosi Julve 2004 Julve, Ph., 2004. Contribution à la réalisation du document d’objectif. Site Natura 2000 : FR3100488. Val de Lumbres. PNR Cap, Marais d’Opale. 89 p. + annexes et cartes.
4417 3681 09/2.0.2.0.5/05 ASS Lathyro sylvestris - Astragaletum glycyphyllos Julve 2003 prov. Nord ?
4418 6756 09/2.0.2.0.5/06 ASS Melittio melissophylli - Festucetum heterophyllae Misset, Royer & Thévenin in Royer, Felzines, Misset & Thévenin 2006 'ourlet thermophile d''exposition sud, Bourgogne et Champagne' Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4419 8106 09/2.0.2.0.5/07 ASS Meconopsio cambricae - Crepidetum lampsanoidis Lazare 2005 Lazare, J.-J., 2005. Miscellanées phytosociologiques. J. Bot. Soc. Bot. France, 31 : 9-16.
4420 9414 09/2.0.2.0.5/08 GRPT grpt à Pulmonaria longifolia & Vincetoxicum hirundinaria collectif Phytosocio. CBNBL 2012 ?
4421 3682 09/3. 6220*pp CLA Dactylido glomeratae subsp. hispanicae - Brachypodietea retusi Julve 1993 pelouses basophiles méditerranéennes Dactylido hispanicae - Brachypodietea retusi Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
4422 3683 09/3. syn = Phlomidi lychnitidis - Brachypodietea retusi Roselló Gimeno 1994 Roselló Gimeno, R., 1994. Catálogo florístico y vegetación de la comarca natural del Alto Mijares (Castellón). Publ. Diputac. Castelló, Castellón.
4423 3684 09/3. syn compl pp Brachypodietea ramosi Braun-Blanquet ex A. & O. de Bolòs 1950 Thero - Brachypodietea ramosi Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona .
4424 3686 09/3. syn compl pp Brachypodietea ramosi Braun-Blanquet 1947 Thero - Brachypodietea 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32.'
4425 3685 09/3. syn compl pp Brachypodietea ramosi Braun-Blanquet 1947 ex A. & O. de Bolòs 1950 Thero - Brachypodietea ramosi Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona . 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32.'
4426 3688 09/3.0.1 ORD Brachypodietalia retusi Julve 1993 pelouses basophiles mésoméditerranéennes, mésoxérophiles à mésohydriques Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
4427 7951 09/3.0.1 syn = Dactylido glomeratae subsp. hispanicae - Brachypodietalia retusi Biondi, Filigheddu & Farris 2001 Biondi E., R. Filigheddu & E. Farris, 2001. Il paesaggio vegetale della Nurra. Fitosociologica, 38(2), Suppl.2 : 3-105.
4428 3689 09/3.0.1 syn = Phlomidi lychnitidis - Brachypodietalia retusi Roselló Gimeno 1994 Roselló Gimeno, R., 1994. Catálogo florístico y vegetación de la comarca natural del Alto Mijares (Castellón). Publ. Diputac. Castelló, Castellón.
4429 3690 09/3.0.1.0.1 ALL Asphodelo ramosi subsp. ramosi - Brachypodion retusi de Foucault 1993 pelouses basophiles mésoméditerranéennes, mésoxérophiles ?
4430 3691 09/3.0.1.0.1 syn ambig Brachypodion retusi Braun-Blanquet 1925 Thero - Brachypodion retusi Braun-Blanquet, J., 1925. Die Brachypodium ramosum - Phlomis lychnitis Assoziation der roterdeböden Südfrankreichs. Ver. Geobot. Inst. Rübel, 3 : 304-320.
4431 3692 09/3.0.1.0.1 syn incl Brachypodienion retusi O. de Bolòs 1981 Bolòs, O. de, 1981. De vegetatione notulae, III. Collect. Bot. (Barcelona), 12 : 63-76.
4432 3693 09/3.0.1.0.1 syn pp Phlomido lychnitis - Brachypodion retusi (Rivas-Martínez 1978) Mateo 1983 Mateo, G., 1983. Estudio sobre la flora y vegetación de las sierras de Mira y Talayuelas. Publ. Ministerio de Agricultura, Ser. Monogr. 31 : 1-290. 'Rivas-Martínez, S., 1978. Sur la syntaxonomie des pelouses thérophytiques de l'' Europe occidentale. Coll. Phytosoc., 6 : 55-71. (La végétation des pelouses sèches à thérophytes, Lille 1977).'
4433 3704 09/3.0.1.0.1/01 ASS Phlomido lychnitis - Brachypodietum retusi Braun-Blanquet 1924 pelouse basophile mésoméditerranéenne, mésoxérophile Braun-Blanquet, J., 1924. Etudes sur la végétation méditerranéenne. III : concentration en ions H+ et calcimétrie du sol de quelques associations de la garrigue languedocienne. Bull. Soc. Bot. Fra., 71 : 639-647.
4434 3705 09/3.0.1.0.1/01 syn = Phlomido lychnitis - Brachypodietum retusi O. de Bolòs & Molinier 1958 'Bolos, O. de & René Molinier, 1958. Recherches phytosociologiques dans l''ile de Majorque. Collect. Bot., 5 (3) : 699-865.'
4435 7086 09/3.0.1.0.1/02 ASS Paronychio capitatae - Brachypodietum retusi Julve 2009 ass. nov. hoc loco hoc loco
4436 6565 09/3.0.1.0.1/02 syn ambig Ruto angustifoliae - Brachypodietum retusi Braun-Blanquet & O. de Bolòs 1957 Bolòs, O. de, 1957. De vegetationes valentina. Collectanea Bot., 5 : 527-596.
4437 3706 09/3.0.1.0.1/02 syn ambig Ruto angustifoliae - Brachypodietum retusi O. de Bolòs & Molinier 1958 'Bolos, O. de & René Molinier, 1958. Recherches phytosociologiques dans l''ile de Majorque. Collect. Bot., 5 (3) : 699-865.'
4438 3707 09/3.0.1.0.1/03 ASS Teucrio pseudochamaepityos - Brachypodietum retusi O. de Bolòs 1957 Bolòs, O. de, 1957. De vegetationes valentina. Collectanea Bot., 5 : 527-596.
4439 7133 09/3.0.1.0.1/04 ASS Convolvulo althaeoidis subsp. althaeoidis - Brachypodietum retusi Julve 2009 ass. nov. hoc loco hoc loco
4440 3708 09/3.0.1.0.1/04 syn compl incl Trifolio scabri - Brachypodietum retusi A. de Bolòs, O. de Bolòs & Braun-Blanquet in O. de Bolòs 1956 Bolos, O. de, 1956. De vegetatione notulae, II. Collect. Bot., 5 : 195-268.
4441 3700 09/3.0.1.0.1/05 ASS Tuberario lignosae - Brachypodietum retusi Aubert & Loisel 1971 'Aubert, J. & R. Loisel, 1971. Contribution à l''étude des groupements des Isoeto-Nanojuncetea et des Helianthemetea annuae dans le sud-est méditerranéen. Ann. Univ. Provence, Sci., 45 : 203-241.'
4442 5406 09/3.0.1.0.1/06 ASS Convolvuletum lanuginosi (Braun-Blanquet, Font Quer, G. Braun-Blanquet, Frey, Jansen & Moor 1935) de Bolòs 1967 Bolòs, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38(1) : 3-281. 'Braun-Blanquet, J., P. Font Quer, G. Braun-Blanquet, E. Frey, P. Jansen & M. Moor, 1935. L''Excursion de la Sigma en Catalogne (Pâques 1934). Cavanillesia, 7 : 89-110.'
4443 5407 09/3.0.1.0.1/06 syn = Convolvuletum lanuginosi Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 prov. Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
4444 5408 09/3.0.1.0.1/06 syn = Stipo offneri - Convolvuletum lanuginosi O. de Bolòs 1956 Bolòs, O. de, 1956. La végétation de la Catalogne moyenne. Veröff. Ber. Geobot. Inst. E.T.H. Stiffung Rübel, 31 : 70-89.
4445 3697 09/3.0.1.0.1/07 ASS Euphorbio seguierianae - Stipetum capillatae de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
4446 3698 09/3.0.1.0.1/07 syn compl Asphodeletum fistulosi René Molinier & Tallon 1950 Molinier, Re. & G. Tallon, 1950. La végétation de la Crau. Rev. Gén. Bot., 56 : 525-540 ; 57 : 48-61, 97-127, 177-192, 235-251, 300-318.
4447 3694 09/3.0.1.0.1/08 ASS Allietum chamaemoly René Molinier 1934 Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274.
4448 3299 09/3.0.1.0.1/09 ASS Dipcadio serotini - Allietum molyos Romo 1989 Romo, A.M., 1989. Flora i vegetació del Montsec (Pre-pirineus catalans). Arxius Secc. Ci. Inst. Estud. Catalans, 90 : 1-534.
4449 8211 09/3.0.1.0.1/09 syn = Dipcadio serotini - Allietum molyos Romo 1983 Romo, A.M., 1983. Observacions sobre la vegetació dels Pirineus. I. Collect. Bot. (Barcelona), 14 : 543-552.
4450 3695 09/3.0.1.0.1/10 ASS Croco corsici - Allietum chamaemoly Julve 2004 ass. nov. prov. hoc loco hoc loco
4451 3696 09/3.0.1.0.1/11 ASS Helianthemo hirti - Onobrychidetum capiti-galli Braun-Blanquet 1924 Braun-Blanquet, J., 1924. Etudes sur la végétation méditerranéenne. III : concentration en ions H+ et calcimétrie du sol de quelques associations de la garrigue languedocienne. Bull. Soc. Bot. Fra., 71 : 639-647.
4452 3699 09/3.0.1.0.1/12 ASS Salvio verbenacae - Plantaginetum albicantis O. de Bolòs & René Molinier 1958 'Bolos, O. de & René Molinier, 1958. Recherches phytosociologiques dans l''ile de Majorque. Collect. Bot., 5 (3) : 699-865.'
4453 3702 09/3.0.1.0.1/13 ASS Brachypodio retusi - Feruletum communis subsp. glaucae Sutter 1977 Brachypodio retusi - Feruletum glaucae Sutter, R., 1977. Über Vorkommen und Verbreitung von Ferula glauca in nieder-Languedoc Frankreich). Phytocoenologia, 4 : 242-257.
4454 3703 09/3.0.1.0.1/14 ASS Hedysaro spinosissimi subsp. capitati - Astragaletum alopecuroidis Braun-Blanquet 1931 Hedysaro capitati - Astragaletum alopecuroidis Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
4455 3710 09/3.0.1.0.2 ALL Brachypodion phoenicoidis Braun-Blanquet 1931 pelouses basophiles mésoméditerranéennes, mésohygrophiles Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
4456 3711 09/3.0.1.0.2 syn = Brachypodietalia phoenicoidis Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
4457 3712 09/3.0.1.0.2 syn = Brachypodietalia phoenicoidis Braun-Blanquet 1931 ex René Molinier 1934 Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
4458 3713 09/3.0.1.0.2 syn = Brachypodion phoenicoidis Braun-Blanquet 1931 ex René Molinier 1934 Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
4459 3714 09/3.0.1.0.2 syn pp Brachypodio phoenicoidis - Brometalia erecti Barbero & Loisel 1971 'Barbero, M., Loisel, R., 1971. Contribution à l''étude des pelouses à Brome méditerranéennes et méditerranéo-montagnardes. Anales Inst. Bot. Cavanilles, 28 : 91-165.'
4460 3715 09/3.0.1.0.2/01 ASS Astragalo monspessulani - Convolvuletum lineati de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
4461 3716 09/3.0.1.0.2/01 syn compl Convolvulo lineati - Ononidetum pubescentis Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
4462 3717 09/3.0.1.0.2/02 ASS Aetheorizo bulbosae - Poetum bulbosae de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
4463 3718 09/3.0.1.0.2/02 syn compl Limonietum echioidis Tallon 1930 Tallon, G., 1930. Observations botaniques. Actes Réserve Zool. Bot. Camargue, 3 : 37-43.
4464 3719 09/3.0.1.0.2/03 ASS Dactylido glomeratae subsp. hispanicae - Petrorhagietum saxifragae de Foucault 1999 prov. Dactylido hispanicae - Petrorhagietum saxifragae Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
4465 3720 09/3.0.1.0.2/03 syn compl Trifolio scabri - Hypochaeridetum achyrophori Lapraz 1984 'Lapraz, G., 1984. Les pelouses du Thero-Brachypodion entre Nice et Menton : l''association à Trifolium scabrum et Hypochoeris achyrophorus. Coll. Phytosoc., 11 : 169-183. (Pelouses calcicoles, Lille 1982).'
4466 3721 09/3.0.1.0.2/05 ASS Brachypodietum phoenicoidis Braun-Blanquet 1924 pelouse basophile enfrichée, méditerranéenne, des sols limono-argileux anciennement cultivés, aérés et subhumides Braun-Blanquet, J., 1924. Etudes sur la végétation méditerranéenne. III : concentration en ions H+ et calcimétrie du sol de quelques associations de la garrigue languedocienne. Bull. Soc. Bot. Fra., 71 : 639-647.
4467 3722 09/3.0.1.0.2/06 ASS Triseto flavescentis - Brachypodietum phoenicoidis (A. & O. de Bolòs 1950) O. de Bolòs 1956 Bolòs, O. de, 1956. La végétation de la Catalogne moyenne. Veröff. Ber. Geobot. Inst. E.T.H. Stiffung Rübel, 31 : 70-89. Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona.
4468 3723 09/3.0.1.0.2/07 ASS Bituminario bituminosae - Brachypodietum pinnati O. de Bolòs 1970 Bolòs, O. de, 1970. A propos de quelques groupements végétaux observés entre Monaco et Gênes. Vegetatio, 21 : 49-73.
4469 3724 09/3.0.1.0.2/07 syn = Diantho balbisii - Brachypodietum pinnati Loisel 1976 'Loisel, R., 1976. La végétation de l''étage méditerranéen dans le sud-est continental français. Thèse, Univ. Marseille, 384 p.'
4470 3725 09/3.0.1.0.2/08 ASS Dittrichio viscosae - Piptatheretum miliacei (A. & O. de Bolòs 1950) O. de Bolòs 1957 Bolòs, O. de, 1957. De vegetationes valentina. Collectanea Bot., 5 : 527-596. Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona.
4471 3726 09/3.0.1.0.2/09 ASS Brachypodio retusi - Stipetum mediterraneae O. de Bolòs 1954 Bolos, O. de, 1954. De vegetatione notulae, I. Collect. Bot., 4 : 253-281.
4472 3727 09/3.0.1.0.2/10 ASS Elytrigio campestris - Brachypodietum phoenicoidis Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
4473 3728 09/3.0.1.0.2/11 ASS Festuco arundinaceae - Brachypodietum phoenicoidis Martínez-Parras & Peinado 1983 Martínez-Parras, J.M. & M. Peinado, 1983. Estudio botánico de los ecosistemas de la depresión del Padul (Granada). Collect. Bot. (Barcelona), 14 : 317-326.
4474 3729 09/3.0.1.0.2/12 ASS Phlomido lychnitidis - Brachypodietum phoenicoidis Braun-Blanquet, Pinto da Silva & Rozeira 1956 Braun-Blanquet, J., A.R. Pinto da Silva & A. Rozeira, 1956. Résultats de deux excursions géobotaniques à travers le Portugal septentrional et moyen, II Chênaies à feuilles caduques (Quercion occidentale) et chênaies à feuilles persistantes (Quercion fagineae) au Portugal. Agron. Lusit. 18, 3. 167-234.
4475 7952 09/3.0.1.0.3 ALL Leontodono tuberosi - Bellidion sylvestris Biondi, Filigheddu & Farris 2001 pelouses basophiles méso à thermoméditerranéennes, automno hivernales à vernales, mésoxérophiles, sur substrats profonds Biondi E., R. Filigheddu & E. Farris, 2001. Il paesaggio vegetale della Nurra. Fitosociologica, 38(2), Suppl.2 : 3-105.
4476 7953 09/3.0.1.0.3/01 ASS Prospero autumnali - Bellidetum sylvestris Biondi, Filigheddu & Farris 2001 Scillo autumnalis - Bellidetum sylvestris Biondi E., R. Filigheddu & E. Farris, 2001. Il paesaggio vegetale della Nurra. Fitosociologica, 38(2), Suppl.2 : 3-105.
4477 7954 09/3.0.1.0.3/02 ASS Prospero obtusifoli - Bellidetum sylvestris Biondi, Filigheddu & Farris 2001 Scillo obtusifoliae - Bellidetum sylvestris Biondi E., R. Filigheddu & E. Farris, 2001. Il paesaggio vegetale della Nurra. Fitosociologica, 38(2), Suppl.2 : 3-105.
4478 3730 09/3.0.2 ORD Helichrysetalia italici Biondi & Géhu in Géhu & Biondi 1994 pelouses basophiles thermoméditerranéennes, maritimes, mésoxérophiles Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
4479 3731 09/3.0.2.0.1 ALL Dactylido glomeratae subsp. hispanicae - Helichrysion stoechadis Géhu & Biondi in Géhu 1994 pelouses basophiles thermoméditerranéennes, maritimes, catalano-provençales Dactylido hispanicae - Helichrysion stoechadis Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
4480 3732 09/3.0.2.0.1/01 ASS Helichryso stoechadis - Brassicetum oleraceae Lahondère 1986 T3, p.45 Bull. Soc. Bot. Centre-Ouest, ns, 17 : 44. Lahondère, C., 1986. La végétation des falaises des côtes charentaises. Bull. Soc. Bot. Centre-Ouest, N.S., 17 : 33-53.
4481 3733 09/3.0.2.0.1/02 ASS Dactylido glomeratae subsp. hispanicae - Helichrysetum stoechadis Géhu, Franck & Scoppola 1984 Dactylido hispanicae - Helichrysetum stoechadis Géhu, J.-M., J. Franck & A. Scoppola, 1984. Observations sur la végétation aérohaline des falaises maritimes du Centre-Ouest français. Doc. Phytosoc., N.S., 8 : 147-164.
4482 3734 09/3.0.2.0.1/03 ASS Leucanthemo ircutianae subsp. crassifoli - Helichrysetum stoechadis (Allorge & Jovet 1941) Géhu & Géhu-Franck 1980 Leucanthemo crassifoli - Helichrysetum stoechadis Géhu, J.M. & J. Géhu-Franck, 1980. Aperçu phytosociologique sur les falaises d’Hendaye et de St. Jean-de-Luz (Pays Basque). Doc. Phytosoc., 5 : 363-374. Allorge, P. & P. Jovet, 1941. La lande maritime autour de St Jean de Luz. Bull. Soc. Bot. Fra., 88 : 151-159.
4483 3735 09/3.0.2.0.1/04 5410pp ASS Plantagini subulatae - Dianthetum pyrenaici subsp. catalaunici Géhu, Géhu-Franck & Burgi 1988 Plantagini subulatae - Dianthetum catalaunici Géhu, J.-M., J. Géhu-Franck & A. Burgi, 1988. Précisions phytosociologiques sur les végétations aérohalines de la côte des Albères. Lazaroa, 1986, 9 : 355-363.
4484 3736 09/3.0.2.0.1/05 5410pp ASS Thymelaeo hirsutae - Plantaginetum subulatae Rioux, Roux & Pignatti 1955 Rioux, J.A., J. Roux & S. Pignatti, 1955. Les associations littorales des Albères. Vie et milieu, 6 : 1-37.
4485 3737 09/3.0.2.0.1/06 ASS Armerio arenariae subsp. praecocis - Helichrysetum staechadis René Molinier 1954 Armerio praecocis - Helichrysetum staechadis Molinier, Re., 1954. Les climax côtiers de la Méditerranée occidentale. Vegetatio, 4 : 284-308.
4486 3738 09/3.0.2.0.1/07 5410pp ASS Astragalo massiliensis - Plantaginetum subulatae René Molinier 1934 Molinier, Re., 1954. Les climax côtiers de la Méditerranée occidentale. Vegetatio, 4 : 284-308.
4487 3739 09/3.0.2.0.1/08 ASS Anthyllido barba-jovis - Thymelaeetum hirsutae René Molinier 1954 Molinier, Re., 1954. Les climax côtiers de la Méditerranée occidentale. Vegetatio, 4 : 284-308.
4488 3740 09/3.0.2.0.2 5430 ALL Euphorbion pithyusae Biondi & Géhu in Géhu & Biondi 1994 pelouses basophiles thermoméditerranéennes, maritimes, corso-sardes Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
4489 3741 09/3.0.2.0.2/01 ASS Helichryso italici subsp. microphylli - Astragaletum terraccianoi Géhu, Biondi, Géhu-Franck & Taffetani 1987 corr. Paradis & Ordioni 2001 Helichryso microphylli - Astragaletum terraccianoi Helichryso microphylli - Astragaletum massiliensis Paradis, G. & C. Ordioni, 2001. Description dans un but de gestion conservatoire des stations corses de l’endémique cyrno-sarde rare Artemisia densiflora Viv. (Asteraceae) : phytosociologie, effectifs et menaces potentielles. J. Bot. Soc. Bot. France, 14 : 53-84. Géhu, J.-M., E. Biondi, J. Géhu-Franck & F. Taffetani, 1987. Données sur la végétation maritime du littoral oriental de la Corse. Univ. Laguna, Ser. Informes, 22 : 363-391. (5e jornadas de fitosoc., vegetacion de riberas de agua dulce).
4490 8130 09/3.0.2.0.2/02 ASS Helichryso italici subsp. microphylli - Asteriscetum maritimi Géhu & Biondi 1994 Helichryso microphylli - Asteriscetum maritimi Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
4491 3742 09/3.0.2.0.2/02 syn nn Asterisco maritimi - Helichrysetum italici subsp. microphylli Gamisans 1990 apud 1991 Asterisco maritimi - Helichrysetum microphylli Gamisans, J., 1991. La végétation de la Corse. Annexe n°2 des compléments au prodrome de la flore corse. Conservatoire et jardin botaniques de la ville de Genève, Genève, 391 p.
4492 3743 09/3.0.2.0.2/03 ASS Diantho sylvestris subsp. longicaulis - Thymelaeetum tartonrairae Géhu & Biondi 1994 Diantho longicaulis - Thymelaeetum tartonrairae Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
4493 3744 09/3.0.2.0.2/04 ASS Diantho sylvestris subsp. longicaulis - Seselietum praecocis Géhu & Biondi 1994 Diantho longicaulis - Seselietum praecocis Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
4494 3745 09/3.0.2.0.2/05 ASS Thymelaeo hirsutae - Helichrysetum italici subsp. italici Roger Molinier 1959 Thymelaeo hirsutae - Helichrysetum italici Molinier, Ro., 1959. Etude des groupements végétaux terrestres du Cap Corse. Bull. Mus. Hist. Nat. Marseille, 19 : 1-75.
4495 3746 09/3.0.2.0.2/06 ASS Euphorbio pithyusae - Helichrysetum italici subsp. microphylli Biondi 1992 Euphorbio pithyusae - Helichrysetum microphylli Biondi, E., 1992. Studio fitosociologico dell’archipelago della Maddalena. 1. La vegetazione costiera. Coll. Phytosoc., 19 : 183-224. (Végétation et qualité de l’environnement côtier en Méditerranée, Cagliari 1989).
4496 8038 09/3.0.2.0.2/07 ASS Euphorbio pithyusae - Helichrysetum italici subsp. italici Paradis & Piazza 1998 Euphorbio pithyusae - Helichrysetum italici Piazza, C. & G. Paradis, 1998. Essai de présentation synthétique des végétations chaméphytique et phanérophytique du littoral sableux et sablo-graveleux de la Corse. Bull. Soc. Bot. Centre-Ouest, n.s., 29 : 109-168.
4497 3747 09/4. 6120*pp+6220*pp CLA Lygeo sparti - Stipetea tenacissimae Rivas-Martínez 1978 pelouses basophiles subdésertiques, xérophiles 'Rivas-Martínez, S., 1978. Sur la syntaxonomie des pelouses thérophytiques de l'' Europe occidentale. Coll. Phytosoc., 6 : 55-71. (La végétation des pelouses sèches à thérophytes, Lille 1977).'
4498 3748 09/4.0.1 ORD Lygeo sparti - Stipetalia tenacissimae Braun-Blanquet & de Bolòs 1958 em. Rivas-Martínez 1978 pelouses basophiles subdésertiques, xérophiles 'Rivas-Martínez, S., 1978. Sur la syntaxonomie des pelouses thérophytiques de l'' Europe occidentale. Coll. Phytosoc., 6 : 55-71. (La végétation des pelouses sèches à thérophytes, Lille 1977).'
4499 3749 09/4.0.1 syn incl Hyparrhenietalia hirtae Rivas-Martínez 1978 'Rivas-Martínez, S., 1978. Sur la syntaxonomie des pelouses thérophytiques de l'' Europe occidentale. Coll. Phytosoc., 6 : 55-71. (La végétation des pelouses sèches à thérophytes, Lille 1977).'
4500 3753 09/4.0.1.0.1 ALL Hyparrhenion hirtae Braun-Blanquet, Pinto da Silva & Rozeira 1956 pelouses basophiles subdésertiques, mésoméditerranéennes à thermoméditerranéennes et inframéditerranéennes, xérophiles Braun-Blanquet, J., A.R. Pinto da Silva & A. Rozeira, 1956. Résultats de deux excursions géobotaniques à travers le Portugal septentrional et moyen, II Chênaies à feuilles caduques (Quercion occidentale) et chênaies à feuilles persistantes (Quercion fagineae) au Portugal. Agron. Lusit. 18, 3. 167-234.
4501 3751 09/4.0.1.0.1 syn incl Aristido caerulescentis - Hyparrhenion hirtae Brullo, Scelsi & Spampinato 1997 ?
4502 3752 09/4.0.1.0.1 syn incl Dauco criniti - Hyparrhenion hirtae O. de Bolòs 1962 Bolòs, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona.
4503 3750 09/4.0.1.0.1 syn incl Micromerio graecae - Hyparrhenion hirtae subsp. hirtae O. de Bolòs 1962 Saturejo graecae - Hyparrhenion hirtae Bolòs, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona.
4504 3755 09/4.0.1.0.1/01 ASS Hyparrhenietum hirto - pubescentis A. & O. de Bolòs & Braun-Blanquet in A & O. de Bolòs 1950 Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona .
4505 3756 09/4.0.1.0.1/02 ASS Phagnalo saxatilis - Andropogonetum distachyos Roger Molinier 1954 Molinier, Ro., 1954. Observations sur la végétation de la zone littorale en Provence. Vegetatio, 5/6 : 257-267.
4506 3757 09/4.0.1.0.1/03 ASS Hedysaro spinosissimi - Phagnaletum rupestris Zevaco 1967 'Zevaco, C., 1967. Une association nouvelle pour le sud de la Corse : l''Hedysaro-Phagnaletum rupestris. Ann. Fac. Sci. Marseille, 39 : 211-218.Marseille, 42 : 111-130.'
4507 3758 09/4.0.1.0.1/04 ASS Heteropogono contorti - Hyparrhenietum hirtae Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
4508 3759 10/1. 6230* CLA Nardetea strictae Rivas Goday & Borja-Carbonell 1961 em. de Foucault 1994 pelouses acidophiles médioeuropéennes à boréo-subalpines Foucault, B. de, 1994. Essai synsystématique sur les pelouses sèches acidophiles (Nardetea strictae, Caricetea curvulae). Coll. Phytosoc., 22 : 431-456. (La syntaxonomie et la synsystématique européenne comme base typologique des habitats, Bailleul 1993). Rivas Goday, S. & J. Borja Carbonell, 1961. Estudio de vegetacion y florula del macizo de Gudar y Javalambre. Anales Inst. Bot. Cavanilles, 19 : 3-543.
4509 3760 10/1. syn = Nardenea strictae Rivas Goday & Borja Carbonell 1961 Rivas Goday, S. & J. Borja Carbonell, 1961. Estudio de vegetacion y florula del macizo de Gudar y Javalambre. Anales Inst. Bot. Cavanilles, 19 : 3-543.
4510 3761 10/1. syn = Nardetea strictae Oberdorfer 1949 Oberdorfer, E., 1949. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. Stuttgart, 411 p.
4511 3762 10/1. syn = Nardetea strictae Rivas Goday in Rivas Goday & Rivas-Martínez 1963 Rivas Goday, S. & S. Rivas-Martínez, 1963. Estudio y clasificacion de los pastizales espanoles. Publ. Ministerio de agricult., 277, 269 p. Madrid.
4512 3763 10/1.0.1 ORD Nardetalia strictae Oberdorfer 1949 em. de Foucault 1994 pelouses acidophiles médioeuropéennes, planitiaires-collinéennes Foucault, B. de, 1994. Essai synsystématique sur les pelouses sèches acidophiles (Nardetea strictae, Caricetea curvulae). Coll. Phytosoc., 22 : 431-456. (La syntaxonomie et la synsystématique européenne comme base typologique des habitats, Bailleul 1993). Oberdorfer, E., 1949. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. Stuttgart, 411 p.
4513 3764 10/1.0.1 syn = Nardetalia strictae Oberdorfer 1949 ex Preising 1949 Preising, E., 1949. Nardo-Callunetea. Zur Systematik der Zwergstrauch-Heiden und Magertriften Europas mit Ausnahme des Mediterran-Gebietes, der Arktis und der Hochgebirge. Mitt. Flor. Soz. Arbeitsgem., N.F., 1 : 12-25. Oberdorfer, E., 1949. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. Stuttgart, 411 p.
4514 3765 10/1.0.1.0.1 ALL Agrostion curtisii de Foucault 1986 pelouses acidophiles médioeuropéennes, planitiaires-collinéennes, thermoatlantiques Foucault, B. de, 1986. Données systémiques sur la végétation prairiale mésophile du pays Basque et des landes de Gascogne. Doc. Phytosoc., N.S., 10 : 203-219.
4515 3766 10/1.0.1.0.1 syn = Avenulo lodunensis subsp. lodunensis - Nardion strictae Stieperaere 1990 prov. Stieperaere, H., 1990. De heischrale graslanden (Nardetea) van atlantisch Europa. Thèse, Univ. Gent, 22 + 303 p.
4516 3767 10/1.0.1.0.1/01 ASS Carici piluliferae - Pseudarrhenatheretum longifolii (Allorge 1941) de Foucault 1986 pelouse ouverte planitiaire plat atlantique s.l. méridional thermophile héliophile xérophile oligotrophile acidophile intermédiaire Foucault, B. de, 1986. Données systémiques sur la végétation prairiale mésophile du pays Basque et des landes de Gascogne. Doc. Phytosoc., N.S., 10 : 203-219. Allorge, P., 1941. Essai de synthèse phytogéographique du Pays Basque. Bull. Soc. Bot. Fra., 88 : 291-356. [Sess. extraord. dans le Pays Basque et les Landes].
4517 3768 10/1.0.1.0.1/02 ASS Simethidi planifoliae - Pseudarrhenatheretum longifolii de Foucault 1986 pelouse ouverte planitiaire plat atlantique s.l. méridional thermophile héliophile xérophile oligotrophile acidophile intermédiaire Foucault, B. de, 1986. Données systémiques sur la végétation prairiale mésophile du pays Basque et des landes de Gascogne. Doc. Phytosoc., N.S., 10 : 203-219.
4518 3769 10/1.0.1.0.1/03 ASS Agrostio curtisi - Avenuletum lodunensis de Foucault (1986) 1993 pelouse ouverte planitiaire plat atlantique s.l. méridional thermophile héliophile xérophile oligotrophile acidophile intermédiaire Foucault, B. de, 1993. Nouvelles recherches sur les pelouses de l’Agrostion curtisii et leur syndynamique dans l’Ouest et le Centre de la France. Bull. Soc. Bot. Centre-Ouest, 24 : 151-178. Foucault, B. de, 1986. Données systémiques sur la végétation prairiale mésophile du pays Basque et des landes de Gascogne. Doc. Phytosoc., N.S., 10 : 203-219.
4519 3770 10/1.0.1.0.1/04 ASS Agrostietum capillari - curtisii (Wattez & Godeau 1986) de Foucault 1993 pelouse ouverte planitiaire plat atlantique médian thermophile héliophile xérophile oligotrophile acidophile intermédiaire Foucault, B. de, 1993. Nouvelles recherches sur les pelouses de l’Agrostion curtisii et leur syndynamique dans l’Ouest et le Centre de la France. Bull. Soc. Bot. Centre-Ouest, 24 : 151-178. ?
4520 3771 10/1.0.1.0.1/05 ASS Carici binervi - Agrostietum curtisii de Foucault & Géhu in Clément 1981 Bretagne pelouse ouverte planitiaire plat atlantique médian mésotherme héliophile xérophile oligotrophile acidophile intermédiaire 'Clément, B., 1981. Compte-rendu de la session de l''amicale internationale de Phytosociologie en Bretagne du 22 au 29 juillet 1979. Doc. Phytosoc., N.S., 5 : 465-501.'
4521 3772 10/1.0.1.0.1/06 ASS Gladiolo gallaecici - Agrostietum curtisii de Foucault 1993 pelouse ouverte planitiaire plat atlantique méridional thermophile héliophile xérophile oligotrophile acidophile intermédiaire Foucault, B. de, 1993. Nouvelles recherches sur les pelouses de l’Agrostion curtisii et leur syndynamique dans l’Ouest et le Centre de la France. Bull. Soc. Bot. Centre-Ouest, 24 : 151-178.
4522 3773 10/1.0.1.0.2 ALL Danthonio decumbentis - Serapiadion linguae de Foucault 1994 pelouses acidoclines médioeuropéennes, planitiaires-collinéennes, thermoatlantiques Foucault, B. de, 1994. Essai synsystématique sur les pelouses sèches acidophiles (Nardetea strictae, Caricetea curvulae). Coll. Phytosoc., 22 : 431-456. (La syntaxonomie et la synsystématique européenne comme base typologique des habitats, Bailleul 1993).
4523 3774 10/1.0.1.0.2/01 ASS Orchido morionis - Serapiadetum linguae de Foucault 1986 pelouse acidocline médioeuropéenne, planitiaire, thermoatlantique, mésoxérophile Gers pelouse fermée planitiaire plat atlantique s.l. méridional thermophile héliophile mésohygrophile méso-oligotrophile acidocline intermédiaire Foucault, B. de, 1986. Données systémiques sur la végétation prairiale mésophile du pays Basque et des landes de Gascogne. Doc. Phytosoc., N.S., 10 : 203-219.
4524 3775 10/1.0.1.0.2/02 ASS Platanthero bifoliae - Serapiadetum linguae de Foucault, Frileux & Delpech 1993 Ouest pelouse fermée planitiaire plat atlantique s.l. méridional thermophile héliophile mésohygrophile méso-oligotrophile acidocline argile intermédiaire 'Foucault, B. de, P.-N. Frileux & R. Delpech, 1993. Contribution à l''étude phytosociologique des systèmes prairiaux de la Brenne (Indre, France). Docu. Phytosoc., n.s. 14 : 273-303.'
4525 3776 10/1.0.1.0.2/03 ASS Scorzonero humilis - Serapiadetum linguae Billy 2000 prov. Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
4526 3777 10/1.0.1.0.2/04 ASS Jasiono laevis - Danthonietum decumbentis Loidi 1983 Loidi, J., 1983. Estudio de la flora y vegetación de la cuenca de los ríos Deva y Urola en la provincia de Guipúzcoa. Publ. Univ. Complutense de Madrid, Ser. Tesis Doctorales, 298 p. Madrid.
4527 3778 10/1.0.1.0.3 ALL Galio saxatilis - Festucion filiformis (Stieperaere 1990) de Foucault 1994 pelouses acidophiles médioeuropéennes, planitiaires-collinéennes, sub à psychroatlantiques Foucault, B. de, 1994. Essai synsystématique sur les pelouses sèches acidophiles (Nardetea strictae, Caricetea curvulae). Coll. Phytosoc., 22 : 431-456. (La syntaxonomie et la synsystématique européenne comme base typologique des habitats, Bailleul 1993). Stieperaere, H., 1990. De heischrale graslanden (Nardetea) van atlantisch Europa. Thèse, Univ. Gent, 22 + 303 p.
4528 3779 10/1.0.1.0.3 syn pp Nardo strictae - Galion saxatilis Preising 1949 Preising, E., 1949. Nardo-Callunetea. Zur Systematik der Zwergstrauch-Heiden und Magertriften Europas mit Ausnahme des Mediterran-Gebietes, der Arktis und der Hochgebirge. Mitt. Flor. Soz. Arbeitsgem., N.F., 1 : 12-25.
4529 3780 10/1.0.1.0.3/01 ASS Galio saxatilis - Festucetum filiformis Rasch 1963 ex Stieperaere 1969 pelouse acidophile psychroatlantique Bassin parisien, Basse-Auvergne pelouse ouverte planitiaire plat atlantique s.l. médian psychrophile héliophile xérophile oligotrophile acidophile intermédiaire ? ?
4530 3781 10/1.0.1.0.3/01 syn = Galio saxatilis - Festucetum rubrae auct. auct.
4531 7891 10/1.0.1.0.3/01 syn illeg Galio saxatilis - Festucetum filiformis Rasch 1963 ?
4532 6757 10/1.0.1.0.3/01 syn incl Polygalo serpyllifoliae - Nardetum strictae Sougnez 1977 ?
4533 7433 10/1.0.1.0.3/01 syn non Galio saxatilis - Festucetum rubrae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
4534 3782 10/1.0.1.0.3/02 ASS Potentillo erectae - Centaurietum scilloidis (Lemée 1938) de Foucault 1995 pelouse acidophile sublittorale mésothermoatlantique Perche pelouse ouverte planitiaire plat atlantique médian mésotherme héliophile mésohydrique oligotrophile acidophile intermédiaire Foucault, B. de, 1995. Contribution à une monographie phytosociologique de la Hague (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 45-90. Lemée, G., 1938. Recherches écologiques sur la végétation du Perche. II : les pelouses xérophiles calcaires. Rev. Gén. Bot., 50 : 94-114, 170-174.
4535 3783 10/1.0.1.0.4 ALL Violion caninae Schwickerath (1941) 1944 pelouses acidoclines médioeuropéennes, planitiaires-collinéennes, sub à psychroatlantiques Schwickerath, M., 1944. Das hohe Venn und seine Randgebiete : Vegetation, Boden, und Landschaft. Pflanzensoziologie, 6, 278 p. G. Fischer, Jena. ?
4536 3785 10/1.0.1.0.4/02 ASS Arnicetum montanae subsp. montanae Schwickerath 1944 Vosges Vosges pelouse fermée montagnard plat atlantique s.l. médian psychrophile héliophile mésohydrique méso-oligotrophile acidocline intermédiaire Schwickerath, M., 1944. Das hohe Venn und seine Randgebiete : Vegetation, Boden, und Landschaft. Pflanzensoziologie, 6, 278 p. G. Fischer, Jena.
4537 3786 10/1.0.1.0.4/03 ASS Avenulo pratensis - Genistetum sagittalis Oberdorfer 1957 Lorraine Vosges pelouse fermée montagnard plat précontinental, subcontinental médian psychrophile héliophile mésohydrique méso-oligotrophile acidocline intermédiaire Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
4538 3787 10/1.0.1.0.4/04 ASS Festuco rubrae - Genistetum sagittalis Issler 1927 Vosges Vosges, Basse-Auvergne pelouse fermée montagnard plat précontinental, subcontinental médian psychrophile héliophile mésohydrique méso-oligotrophile acidocline intermédiaire Issler, E., 1927. Les associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. 2ème partie : les garides et les landes. Bull. Soc. Hist. Nat. Colmar, 20 : 1-62.
4539 3788 10/1.0.1.0.4/05 ASS Polygalo vulgaris - Nardetum strictae Oberdorfer 1957 Alsace Massif Central, Alpes pelouse fermée collinéen plat précontinental, subcontinental médian psychrophile héliophile mésohydrique méso-oligotrophile acidocline intermédiaire Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
4540 3789 10/1.0.1.0.4/06 ASS Hyperico maculati - Polygaletum vulgaris Preising 1950 Ardennes pelouse fermée planitiaire plat précontinental, subcontinental médian psychrophile héliophile mésohydrique méso-oligotrophile acidocline intermédiaire Preising, E., 1950. Nordwestdeutsche Borstgras-Gesellschaften. Mitt. flor.-soz. Arbeitsgem., N.F., 2 : 33-41. Stolzenau.
4541 3790 10/1.0.1.0.4/06 syn = Hyperico maculati - Polygaletum vulgaris Preising 1953 Preising, E., 1953. Süddeutsche Borstgras- und Zwergstrauchheiden (Nardo-Callunetea). Mitt. Flor. Soz. Arbeitsgem., N.F., 4 : 112-123.
4542 3791 10/1.0.1.0.4/07 ASS Thymo pulegioidis - Festucetum rubrae Oberdorfer & Görs in Görs 1968 pelouse ouverte plat précontinental, subcontinental médian mésotherme héliophile mésoxérophile méso-oligotrophile acidocline intermédiaire Görs, S., 1968. Der Wandel der Vegetation im NSG Schwenninger Moos unter dem Einfluss des Menschen in zwei Jahrhunderten. Die Natur- und Landschaftsschutzgebiete Baden-Württemberg, 5 : 190-284.
4543 3792 10/1.0.1.0.4/08 ASS Lathyro montani - Nardetum strictae Sougnez 1977 Ardennes Ardennes pelouse fermée collinéen plat précontinental, subcontinental septentrional psychrophile héliophile mésoxérophile méso-oligotrophile acidocline intermédiaire 'Sougnez, N., 1977. Les associations de la nardaie en Belgique. Communication du Centre d''écologie forestière et rurale, NS, 15 : 1-35.'
4544 3793 10/1.0.1.0.4/09 ASS Polygalo vulgaris - Thymetum pulegioidis Labadille & de Foucault 1997 Basse-Normandie Cotentin planitiaire atlantique Tab. 4, p. 96 Bull. Soc. Bot. Centre-Ouest, n.s., 28 : 84 'Labadille, C.E., Foucault, B. de 1997. Données complémentaires sur la végétation des terrains arides de la Basse-Normandie armoricaine. Une contribution à l''étude du système intermédiaire. Bull. Soc. Bot. Centre-Ouest, n.s., 28 : 77-106.'
4545 3794 10/1.0.1.0.4/10 ASS Polygalo vulgaris - Caricetum caryophylleae Misset 2002 Ardennes, NPdC ? Ardennes planitiaire précontinental Misset, C., 2002. Nouvelles observations phytosociologiques sur les pelouses acidoclines du Violion caninae en Argonne Département des Ardennes – France). Bull. Soc. Hist. Nat. Ardennes, 92 : 25-37.
4546 3795 10/1.0.1.0.4/11 ASS Arnicetum montanae subsp. atlanticae Bellot 1968 Pays Basque Bellot, F. 1968. La vegetación de Galicia. Anales Inst. Bot. Cavanilles (1966), 24 : 5-306.
4547 6759 10/1.0.1.0.4/12 ASS Polygalo vulgaris - Alchemilletum xanthochlorae Misset 2005 Ardennes ?
4548 7153 10/1.0.1.0.4/13 ASS Stachyo officinalis - Brachypodietum pinnati Willems & Blanckenboorg 1975 ex Schaminée in Schaminée, Stortelder & Weeda 1996 pelouse acidocline mésohygrophile, psychroatlantique Schaminée, J.H.J., A.H.F. Stortelder & E.J. Weeda, 1996. De vegetatie van Nederland. Deel 3. Plantengemeenschappen van graslanden, zomen en droge heiden. Opulus Press. 356 p. ?
4549 7892 10/1.0.1.0.4/13 syn illeg Brachypodio pinnati - Danthonietum decumbentis Willems & Blanckenboorg 1975 ?
4550 3796 10/1.0.1.0.5 ALL Carici arenariae - Festucion filiformis de Foucault 1994 pelouses acidophiles médioeuropéennes, littorales, psychroatlantiques Foucault, B. de, 1994. Essai synsystématique sur les pelouses sèches acidophiles (Nardetea strictae, Caricetea curvulae). Coll. Phytosoc., 22 : 431-456. (La syntaxonomie et la synsystématique européenne comme base typologique des habitats, Bailleul 1993).
4551 2876 10/1.0.1.0.5/01 ASS Carici arenariae - Luzuletum campestris (Géhu & Franck 1982) de Foucault 1986 pelouse arénicole submaritime acidifiée, psychrophile 'Foucault, B. de, 1986. Quelques données phytosociologiques peu connues sur la végétation du Boulonnais et de la côte d''opale (Pas de Calais, France). Doc. Phytosoc., N.S., 11 : 93-116.' Géhu, J.-M. & J. Franck, 1982. La végétation du littoral Nord-Pas de Calais (essai de synthèse). 362 p. Bailleul.
4552 3797 10/1.0.1.0.5/01 syn = Carici arenariae - Luzuletum campestris (Géhu & Franck 1982) de Foucault 1986 ex 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. 'Foucault, B. de, 1986. Quelques données phytosociologiques peu connues sur la végétation du Boulonnais et de la côte d''opale (Pas de Calais, France). Doc. Phytosoc., N.S., 11 : 93-116.' Géhu, J.-M. & J. Franck, 1982. La végétation du littoral Nord-Pas de Calais (essai de synthèse). 362 p. Bailleul.
4553 2872 10/1.0.1.0.5/01 syn pp Carici arenariae - Saxifragetum granulatae de Foucault 1986 pelouse arénicole submaritime basophile, psychroatlantique 'Foucault, B. de, 1986. Quelques données phytosociologiques peu connues sur la végétation du Boulonnais et de la côte d''opale (Pas de Calais, France). Doc. Phytosoc., N.S., 11 : 93-116.'
4554 7893 10/1.0.1.0.5/02 ASS Botrychio lunariae - Polygaletum vulgaris Preising 1950 Preising, E., 1950. Nordwestdeutsche Borstgras-Gesellschaften. Mitt. flor.-soz. Arbeitsgem., N.F., 2 : 33-41. Stolzenau.
4555 3798 10/1.0.1.0.6 ALL Juncion squarrosi Oberdorfer 1957 em. 1978 pelouses acidophiles médioeuropéennes, planitiaires-montagnardes, mésohygrophiles Oberdorfer, E., 1978. Süddeutsche Pflanzengesellschaften (2ten Aufl.), Teil II., 355 p. Gustav Fischer Verlag, Stuttgart. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
4556 3799 10/1.0.1.0.6 syn = Nardo strictae - Juncion squarrosi (Oberdorfer 1957) Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
4557 3800 10/1.0.1.0.6/01 ASS Nardo strictae - Juncetum squarrosi (Nordhagen 1922) Büker 1942 pelouse acidophile mésohygrophile, subcontinentale Vosges, Forez pelouse fermée collinéen plat atlantique septentrional psychrophile héliophile mésohygrophile méso-oligotrophile acidophile sable intermédiaire Büker, R., 1942. Beiträge zur Vegetationskunde des südwestfälischen Berglandes. Beih. Bot. Zentralbl., 61 B : 452-558. Dresden. Nordhagen, R., 1922. Vegetationsstudien auf der Insel Utsire im westlichen Norwegen. Berg. Mus. Arb. (1920/1921), Natv. Rk., 1, 149 p.
4558 3801 10/1.0.1.0.6/02 ASS Gentiano pneumonanthes - Nardetum strictae Preising 1950 pelouse acidophile mésohygrophile, précontinentale Vosges pelouse fermée plat atlantique médian psychrophile héliophile mésohygrophile méso-oligotrophile acidophile sable intermédiaire Preising, E., 1950. Nordwestdeutsche Borstgras-Gesellschaften. Mitt. flor.-soz. Arbeitsgem., N.F., 2 : 33-41. Stolzenau.
4559 3802 10/1.0.1.0.6/03 ASS Caro verticillati - Juncetum squarrosi de Foucault 1984 pelouse acidophile mésohygrophile, subatlantique Bretagne, Limousin pelouse fermée planitiaire plat atlantique médian mésotherme héliophile mésohygrophile méso-oligotrophile acidophile sable intermédiaire Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
4560 6760 10/1.0.1.0.6/03 syn = Caro verticillati - Juncetum squarrosi de Foucault 1984 ex de Foucault & Philippe in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
4561 3803 10/1.0.1.0.6/04 ASS Nardo strictae - Caricetum binervis (Pethybridge & Praeger 1905) Braun-Blanquet & Tüxen 1952 pelouse acidophile mésohygrophile, psychroatlantique Nord, Normandie pelouse fermée collinéen plat atlantique médian psychrophile héliophile mésohygrophile méso-oligotrophile acidophile sable intermédiaire Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421. ?
4562 3804 10/1.0.1.0.6/05 ASS Polygalo vulgaris - Caricetum paniceae Misset 2002 pelouse acidophile mésohygrophile, subatlantique, submontagnarde des Ardennes Ardennes Misset, C., 2002. Nouvelles observations phytosociologiques sur les pelouses acidoclines du Violion caninae en Argonne Département des Ardennes – France). Bull. Soc. Hist. Nat. Ardennes, 92 : 25-37.
4563 3805 10/1.0.1.0.6/06 ASS Epikero pyrenaei - Juncetum squarrosi (Thébaud 1988) Julve 2003 ass. nov. hoc loco pelouse acidophile mésohygrophile, montagnarde, du Massif Central Massif Central hoc loco Thébaud, G., 1988. Le Haut-Forez et ses milieux naturels. Apport de l’analyse phytosociologique pour la connaissance écologique et géographique d’une moyenne montagne cristalline subatlantique. Thèse d’état, Univ. Clermont-Ferrand II, 330 p.
4564 3806 10/1.0.1.0.6/07 ASS Carici trinervis - Nardetum strictae de Foucault, Géhu & Wattez 1978 pelouse acidophile mésohygrophile, psychrophile, sur sables maritimes fixés décalcifiés Flandres-Picardie pelouse fermée planitiaire plat atlantique septentrional psychrophile héliophile xérophile oligotrophile acidophile sable intermédiaire Foucault, B. de, J.-M. Géhu & J.-R. Wattez, 1978. La végétation relictuelle des pelouses rases acidoclines du Nardo-Galion dans le nord de la France. Doc. Phytosoc., N.S., 3 : 279-284.
4565 3807 10/1.0.1.0.6/08 ASS Serratulo tinctoriae subsp. seoanei - Nardetum strictae Tüxen in Tüxen & Oberdorfer 1958 pelouse acidophile mésohygrophile, montagnarde, des Pyrénées Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
4566 3808 10/1.0.2 ORD Trifolio alpini - Meetalia athamantici de Foucault 1994 pelouses acidophiles montagnardes à subalpines Foucault, B. de, 1994. Essai synsystématique sur les pelouses sèches acidophiles Nardetea strictae (Caricetea curvulae). Coll. Phytosoc., 22 : 431-456. (La syntaxonomie et la synsystématique européenne comme base typologique des habitats, Bailleul 1993).
4567 3809 10/1.0.2 syn incl Festucetalia paniculatae subsp. spadiceae Barbero 1970 Festucetalia spadiceae Barbero, M., 1970. Les pelouses orophiles acidophiles des Alpes maritimes et ligures, leur classification phytosociologique : Nardetalia strictae, Festucetalia spadiceae et Caricetalia curvulae. Ann. Fac. Sci. Marseille, 43, B : 173-195.
4568 3810 10/1.0.2 syn incl Nardion strictae Braun-Blanquet in Braun-Blanquet & Jenny 1926 Braun-Blanquet, J. & H. Jenny, 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
4569 3811 10/1.0.2 syn incl Nardo strictae - Calamagrostietea villosae Jenik, Bures & Buresova 1980 Jeník, J., L. Bures & Z. Buresova, 1980. Syntaxonomic study of vegetation in Velká Kotlina Cirque, the Sudeten Mountains. Folia Geobot. Phytotax., 15 : 1–28.
4570 3812 10/1.0.2 syn incl Nardo strictae - Trifolion alpini Preising 1949 Preising, E., 1949. Nardo-Callunetea. Zur Systematik der Zwergstrauch-Heiden und Magertriften Europas mit Ausnahme des Mediterran-Gebietes, der Arktis und der Hochgebirge. Mitt. Flor. Soz. Arbeitsgem., N.F., 1 : 82-95.
4571 3813 10/1.0.2.0.1 ALL Galio saxatilis - Potentillion aureae de Foucault 1994 pelouses acidophiles montagnardes Foucault, B. de, 1994. Essai synsystématique sur les pelouses sèches acidophiles Nardetea strictae (Caricetea curvulae). Coll. Phytosoc., 22 : 431-456. (La syntaxonomie et la synsystématique européenne comme base typologique des habitats, Bailleul 1993).
4572 3814 10/1.0.2.0.1/01 ASS Violo luteae subsp. luteae - Nardetum strictae (Issler 1927) Oberdorfer 1957 Vosges Vosges pelouse fermée montagnard subatlantique à subcontinental médian psychrophile héliophile mésohydrique méso-oligotrophile acidophile intermédiaire Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Issler, E., 1927. Les associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. 2ème partie : les garides et les landes. Bull. Soc. Hist. Nat. Colmar, 20 : 1-62.
4573 7998 10/1.0.2.0.1/01 syn pp compl Nardo strictae - Vaccinietum uliginosi Issler 1927 prov. Issler, E., 1927. Les associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. 2ème partie : les garides et les landes. Bull. Soc. Hist. Nat. Colmar, 20 : 1-62.
4574 7999 10/1.0.2.0.1/01 syn pp compl Violo luteae subsp. luteae - Nardetum strictae (Issler 1927) Carbiener 1966 'Carbiener, R., 1966. La végétation des hautes Vosges dans ses rapports avec les climats locaux, les sols et la géomorphologie; comparaison à la végétation subalpine d''autres massifs montagneux à climat allochtone d''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 109 p.' Issler, E., 1927. Les associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. 2ème partie : les garides et les landes. Bull. Soc. Hist. Nat. Colmar, 20 : 1-62.
4575 3815 10/1.0.2.0.1/02 ASS Leontodonto pyrenaici subsp. helvetici - Nardetum strictae J. & M. Bartsch 1940 Vosges Vosges pelouse fermée montagnard précontinental, subcontinental médian psychrophile héliophile mésohydrique méso-oligotrophile acidophile intermédiaire Bartsch, J. & M. Bartsch, 1940. Vegetationskunde des Schwarzwaldes. Pflanzensoziologie, 4 : 229 p.
4576 3816 10/1.0.2.0.1/03 ASS Diantho sylvatici - Leontodontetum pyrenaici subsp. helvetici (de Lachapelle in Cusset & de Lachapelle 1962) Billy 2000 Auvergne Auvergne Diantho sylvatici - Leontodontetum helvetici Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p. 'Cusset G. & B. de Lachapelle, 1962. Etudes botaniques dans les Monts Dore. 2ème partie. Rev. Sc. Nat. d''Auvergne, 28, 13-81.'
4577 7163 10/1.0.2.0.1/03 syn incl Nardo strictae - Festucetum rubrae de Lachapelle in Cusset & de Lachapelle 1962 'Cusset G. & B. de Lachapelle, 1962. Etudes botaniques dans les Monts Dore. 2ème partie. Rev. Sc. Nat. d''Auvergne, 28, 13-81.'
4578 7162 10/1.0.2.0.1/03 syn pp illeg Nardo strictae - Leontodontetum pyrenaici subsp. helvetici de Lachapelle in Cusset & de Lachapelle 1962, typicum Nardo strictae - Leontodontetum helvetici 'Cusset G. & B. de Lachapelle, 1962. Etudes botaniques dans les Monts Dore. 2ème partie. Rev. Sc. Nat. d''Auvergne, 28, 13-81.'
4579 8021 10/1.0.2.0.1/05 syn illeg Carici piluliferae - Nardetum strictae Michalet & Philippe 1996 'Michalet, R. & T. Philippe, 1996. Les landes et les pelouses acidiphiles de l''étage subalpin des Monts Dore (Massif Central français) : Syntaxonomie et potentialités dynamiques. Coll. Phytosociol., 24 : 434-471. (Fitodinamica, Camerino 1995).'
4580 6758 10/1.0.2.0.1/04 ASS Meo athamantici - Centaureetum nigrae (Schwickerath 1944) de Foucault 1994 Ardennes Foucault, B. de, 1994. Essai synsystématique sur les pelouses sèches acidophiles (Nardetea strictae, Caricetea curvulae). Coll. Phytosoc., 22 : 431-456. (La syntaxonomie et la synsystématique européenne comme base typologique des habitats, Bailleul 1993). Schwickerath, M., 1944. Das hohe Venn und seine Randgebiete : Vegetation, Boden, und Landschaft. Pflanzensoziologie, 6, 278 p. G. Fischer, Jena.
4581 6942 10/1.0.2.0.1/05 ASS Carici piluliferae - Nardetum strictae Gallandat, Gillet, Havlicek & Perrenoud 1995 Jura Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
4582 3817 10/1.0.2.0.2 ALL Nardo strictae - Agrostion capillaris subsp. capillaris Sillinger 1933 pelouses acidoclines montagnardes Sillinger, P., 1933. Monograficka studie o vegetaci Nizkych Tater. Lib. Res. Board Slovak. Ruthenia Slav. Inst., 6 : 339 p.
4583 3818 10/1.0.2.0.2/01 ASS Daphno cneori - Nardetum strictae Ritter 1969 Vercors Vercors pelouse fermée montagnard subcontinental médian psychrophile héliophile mésoxérophile méso-oligotrophile acidocline intermédiaire 'Ritter, J., 1969. Les groupements végétaux des étages subalpin et alpin du Vercors méridional. Essai d''interprétation statistique. Thèse, Univ. Paris-sud Orsay, 126 p. '
4584 3819 10/1.0.2.0.2/02 ASS Geo montani - Meetum athamantici Ritter 1969 Vercors Vercors pelouse fermée montagnard subcontinental médian psychrophile héliophile mésoxérophile méso-oligotrophile acidocline intermédiaire 'Ritter, J., 1969. Les groupements végétaux des étages subalpin et alpin du Vercors méridional. Essai d''interprétation statistique. Thèse, Univ. Paris-sud Orsay, 126 p. '
4585 7167 10/1.0.2.0.2/04 ASS Deschampsio flexuosae - Gentianetum luteae de Lachapelle in Cusset & de Lachapelle 1962 Auvergne, mésohydrique 'Cusset G. & B. de Lachapelle, 1962. Etudes botaniques dans les Monts Dore. 2ème partie. Rev. Sc. Nat. d''Auvergne, 28, 13-81.'
4586 3821 10/1.0.2.0.2/04 syn = Gentiano luteae - Centaureetum nigrae Billy 2000 prov. Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
4587 3822 10/1.0.2.0.2/05 ASS Brizo mediae - Agrostietum capillaris Thébaud 1988 Forez Forez, Auvergne Thébaud, G., 1988. Le Haut-Forez et ses milieux naturels. Apport de l’analyse phytosociologique pour la connaissance écologique et géographique d’une moyenne montagne cristalline subatlantique. Thèse d’état, Univ. Clermont-Ferrand II, 330 p.
4588 8022 10/1.0.2.0.2/06 ASS Trollio europaei - Deschampsietum flexuosae Michalet & Philippe 1996 Auvergne, mésohygrophile 'Michalet, R. & T. Philippe, 1996. Les landes et les pelouses acidiphiles de l''étage subalpin des Monts Dore (Massif Central français) : Syntaxonomie et potentialités dynamiques. Coll. Phytosociol., 24 : 434-471. (Fitodinamica, Camerino 1995).'
4589 3784 10/1.0.2.0.2/07 ASS Diantho sylvatici - Meetum athamantici (Luquet 1926) de Foucault 1986 Auvergne, mésohydrique Massif Central pelouse fermée montagnard plat subatlantique médian psychrophile héliophile mésohydrique méso-oligotrophile acidocline 'Foucault, B. de, 1986. Contribution à une étude systémique des prairies de l''Aubrac (Massif Central français). Doc. Phytosoc., N.S., 10 : 255-305.' 'Luquet, A., 1926. Essai sur la géographie botanique de l''Auvergne. Les associations végétales du massif des Monts-Dore. Thèse, Univ. Paris, 267 p.'
4590 3823 10/1.0.2.0.3 ALL Campanulo barbatae - Potentillion aureae de Foucault 1994 pelouses acidophiles fermées, subalpines à alpines, chionophiles, alpiennes et hercyniennes Foucault, B. de, 1994. Essai synsystématique sur les pelouses sèches acidophiles Nardetea strictae (Caricetea curvulae). Coll. Phytosoc., 22 : 431-456. (La syntaxonomie et la synsystématique européenne comme base typologique des habitats, Bailleul 1993).
4591 3824 10/1.0.2.0.3/01 ASS Avenulo versicoloris - Nardetum strictae Oberdorfer (1950) 1957 Vosges, Jura, subalpin Vosges pelouse fermée subalpin ubac précontinental, subcontinental médian psychrophile héliophile mésoxérophile méso-oligotrophile acidophile intermédiaire Aveno - Nardetum Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Oberdorfer, E., 1950. Beitrag zur Vegetationskunde des Allgäu. Beitr. Naturk. Forsch. Südwestdeutschl., 9 : 29-98.
4592 3825 10/1.0.2.0.3/02 ASS Plantagini alpinae - Nardetum strictae Luquet 1926 Auvergne, subalpin Auvergne, Cantal pelouse fermée subalpin ubac subatlantique médian psychrophile héliophile mésoxérophile méso-oligotrophile acidophile intermédiaire 'Luquet, A., 1926. Essai sur la géographie botanique de l''Auvergne. Les associations végétales du massif des Monts-Dore. Thèse, Univ. Paris, 267 p.'
4593 3826 10/1.0.2.0.3/02 syn = Nardo strictae - Plantaginetum alpinae Braun-Blanquet 1926 Braun-Blanquet, J., 1926. Le climax complexe des landes alpines (Genisto - Vaccinion) du Cantal. Etudes phytosociologiques en Auvergne. Arvernia, 2 : 29-48.
4594 8020 10/1.0.2.0.3/02 syn = Euphrasio minimae - Nardetum strictae Michalet & Philippe 1996 'Michalet, R. & T. Philippe, 1996. Les landes et les pelouses acidiphiles de l''étage subalpin des Monts Dore (Massif Central français) : Syntaxonomie et potentialités dynamiques. Coll. Phytosociol., 24 : 434-471. (Fitodinamica, Camerino 1995).'
4595 3820 10/1.0.2.0.3/02 syn incl Leucanthemo delarbrei - Leontodontetum pyrenaici subsp. helvetici (de Lachapelle in Cusset & de Lachapelle 1962) de Foucault 1994 prov. Auvergne pelouse fermée montagnard subatlantique médian psychrophile héliophile mésohydrique méso-oligotrophile acidocline intermédiaire Leucanthemo delarbrei - Leontodontetum helvetici Foucault, B. de, 1994. Essai synsystématique sur les pelouses sèches acidophiles Nardetea strictae (Caricetea curvulae). Coll. Phytosoc., 22 : 431-456. (La syntaxonomie et la synsystématique européenne comme base typologique des habitats, Bailleul 1993). 'Cusset G. & B. de Lachapelle, 1962. Etudes botaniques dans les Monts Dore. 2ème partie. Rev. Sc. Nat. d''Auvergne, 28, 13-81.'
4596 7162 10/1.0.2.0.3/02 syn pp illeg Nardo strictae - Leontodontetum pyrenaici subsp. helvetici de Lachapelle in Cusset & de Lachapelle 1962, leucanthemetosum delarbrei 'Cusset G. & B. de Lachapelle, 1962. Etudes botaniques dans les Monts Dore. 2ème partie. Rev. Sc. Nat. d''Auvergne, 28, 13-81.'
4597 3827 10/1.0.2.0.3/03 ASS Potentillo aureae - Nardetum strictae Braun-Blanquet 1949 em. Rivas-Martínez & Géhu 1978 Alpes de Savoie, alpin Alpes pelouse fermée subalpin ubac subcontinental médian psychrophile héliophile mésohydrique méso-oligotrophile acidophile intermédiaire Rivas-Martínez, S. & J.-M. Géhu, 1978. Observations syntaxonomiques sur quelques végétations du Valais suisse. Doc. Phytosoc., N.S., 3 : 371-424. Braun-Blanquet, J., 1949. Übersicht der Pflanzengesellschaften Rätiens, (III). Vegetatio, 1 : 285-316.
4598 3828 10/1.0.2.0.3/03 syn = Nardetum strictae Braun-Blanquet 1949 Nardetum alpigenum Braun-Blanquet, J., 1949. Übersicht der Pflanzengesellschaften Rätiens, (III). Vegetatio, 1 : 285-316.
4599 3830 10/1.0.2.0.3/04 ASS Leontodonto pyrenaici subsp. helvetici - Alchemilletum alpinae Lacoste 1972 ex 1975 Alpes du Dauphiné, subalpin Mercantour pelouse fermée subalpin inférieur ubac subcontinental méridional psychrophile héliophile mésohydrique méso-oligotrophile acidophile intermédiaire Leontodonto helvetici - Alchemilletum alpinae 'Lacoste, A., 1975. La végétation de l''étage subalpin du bassin supérieur de la Tinée (Alpes maritimes). Phytocoenologia, 3 : 123-346.' 'Lacoste, A., 1972. La végétation de l''étage subalpin du bassin supérieur de la Tinée (Alpes maritimes). Application de l''analyse multidimensionnelle aux données floristiques et écologiques. Thèse, Univ. Paris Sud-Orsay, 293 p.'
4600 3831 10/1.0.2.0.3/05 ASS Ranunculo pyrenaei - Alopecuretum gerardii (Lippmaa 1933) Guinochet 1938 Alpes du Dauphiné, alpin Alpes méridionales (maritimes et ligures) pelouse fermée subalpin, alpin ubac subcontinental méridional psychrophile héliophile mésohygrophile méso-oligotrophile acidophile argile climacique 'Guinochet, M., 1938. Etudes sur la végétation de l''étage alpin dans le bassin supérieur de la Tinée (Alpes-Maritimes). 458 p. Bosc & Riou, Lyon. (= Comm. SIGMA, 59).' Lippmaa, T., 1933. Aperçu général sur la végétation autochtone du Lautaret (Hautes Alpes). Acta Inst. Horti. Bot. Tartu., 3 : 1-104.
4601 3832 10/1.0.2.0.3/06 ASS Trifolio alpini - Nardetum strictae Thébaud 1988 Forez, subalpin Forez Thébaud, G., 1988. Le Haut-Forez et ses milieux naturels. Apport de l’analyse phytosociologique pour la connaissance écologique et géographique d’une moyenne montagne cristalline subatlantique. Thèse d’état, Univ. Clermont-Ferrand II, 330 p.
4602 3829 10/1.0.2.0.3/07 ASS Nigritello cornelianae - Nardetum strictae Barbero 1970 Ligure Barbero, M., 1970. Les pelouses orophiles acidophiles des Alpes maritimes et ligures, leur classification phytosociologique : Nardetalia strictae, Festucetalia spadiceae et Caricetalia curvulae. Ann. Fac. Sci. Marseille, 43, B : 173-195.
4603 3833 10/1.0.2.0.4 ALL Galio pumili - Hieracion lactucellae coll. (de Foucault 1994) Julve 2003 all. nov. hoc loco pelouses acidophiles fermées, subalpines à alpines chionophiles, pyrénéennes centrales à orientales hoc loco Foucault, B. de, 1994. Essai synsystématique sur les pelouses sèches acidophiles Nardetea strictae (Caricetea curvulae). Coll. Phytosoc., 22 : 431-456. (La syntaxonomie et la synsystématique européenne comme base typologique des habitats, Bailleul 1993).
4604 3834 10/1.0.2.0.4/01 ASS Epikero pyrenaei - Nardetum strictae Braun-Blanquet 1948 Pyrénées orientales Pyrénées orientales et centrales pelouse fermée subalpin ubac subatlantique méridional psychrophile héliophile mésohygrophile méso-oligotrophile acidophile intermédiaire Selino - Nardetum Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4605 3835 10/1.0.2.0.4/01 syn incl Trifolio alpini - Epikeretum pyrenaei Nègre 1969 Trifolio alpini - Selinetum pyrenaei 'Nègre, R., 1969. La végétation du bassin de l''One (Pyrénées centrales). 2ème note : les pelouses. Portug. Acta Biol., Sect. B, 10 : 1-137.'
4606 3836 10/1.0.2.0.4/02 ASS Alchemillo flabellatae - Nardetum strictae Gruber 1975 Pyrénées centrales Pyrénées orientales et centrales pelouse fermée subalpin ubac subatlantique méridional psychrophile héliophile mésohydrique méso-oligotrophile acidophile intermédiaire Gruber, M., 1975. Les associations du Nardion Br.-Bl. 1926 en Pyrénées ariègeoises et catalanes. Bull. Soc. Bot. France, 122 : 401-416.
4607 3837 10/1.0.2.0.4/03 ASS Botrychio lunariae - Nardetum strictae Peeters & Vanden Berghen 1981 Pyrénées orientales, subalpin Pyrénées pelouse fermée subalpin ubac subatlantique méridional psychrophile héliophile mésohydrique méso-oligotrophile acidophile intermédiaire ?
4608 3838 10/1.0.2.0.4/04 ASS Trifolio alpini - Alopecuretum gerardii Braun-Blanquet 1948 Pyrénées orientales, alpin Pyrénées pelouse fermée subalpin, alpin ubac subatlantique méridional psychrophile héliophile mésohygrophile méso-oligotrophile acidophile argile intermédiaire Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4609 3841 10/1.0.2.0.4/06 ASS Endressio pyrenaicae - Nardetum stricate Vigo 1972 Pyrénées aragonaises Vigo, J., 1972. Notes sur les pelouses subalpines des Prépyrénées orientales. Pirineos, 105 : 47-59.
4610 3842 10/1.0.2.0.4/07 ASS Festuco nigrescentis subsp. microphyllae - Bellardiochloetum variegatae Vigo 1984 Pyrénées aragonaises Festuco microphyllae - Bellardiochloetum variegatae Vigo, J., 1984. Notes fitocenològiques, IV. Collect. Bot. (Barcelona), 15 : 459-485.
4611 3843 10/1.0.2.0.4/08 ASS Festuco nigrescentis subsp. microphyllae - Nardetum strictae Tüxen in Tüxen & Oberdorfer 1958 Pyrénées occidentales Festuco microphyllae - Nardetum strictae Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
4612 3844 10/1.0.2.0.4/08 syn = Nardo strictae - Polygaletum serpyllifoliae Nègre 1969 'Nègre, R., 1969. La végétation du bassin de l''One (Pyrénées centrales). 2ème note : les pelouses. Portug. Acta Biol., Sect. B, 10 : 1-137.'
4613 6573 10/1.0.2.0.4/09 ASS Anemono narcissifoliae - Trifolietum alpini Carreras, Carrillo, Masalles, Ninot & Vigo 1993 Pyrénées centrales, alpin Carreras, J., E. Carrillo, R.M. Masalles, J.-M. Ninot & J. Vigo, 1993. El poblament vegetal de les valls de Barravés i de Castanesa. I. Flora i vegetació. Acta Bot. Barcinon. 42: 1-392. Barcelona.
4614 3845 10/1.0.2.0.5 ALL Carici macrostylae - Nardion strictae (Rivas-Martínez, Diaz-Gonzalez, Fernandez-Prieto, Loidi-Arregui, Penas-Marinas 1984) de Foucault 1994 pelouses acidophiles fermées, subalpines, pyrénéennes occidentales Foucault, B. de, 1994. Essai synsystématique sur les pelouses sèches acidophiles Nardetea strictae (Caricetea curvulae). Coll. Phytosoc., 22 : 431-456. (La syntaxonomie et la synsystématique européenne comme base typologique des habitats, Bailleul 1993). Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
4615 3846 10/1.0.2.0.5 syn = Carici macrostylae - Nardenion strictae Rivas-Martínez, T.E. Díaz, F. Prieto, Loidi & Penas 1984 Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
4616 3847 10/1.0.2.0.5/01 ASS Festuco cagiriensis - Nardetum strictae Tüxen & Oberdorfer 1958 Basque Pyrénées pelouse fermée subalpin ubac subatlantique méridional psychrophile héliophile mésohydrique méso-oligotrophile acidophile intermédiaire Festuco trichophyllae - Nardetum strictae Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
4617 3848 10/1.0.2.0.5/02 ASS Trifolio thalii - Nardetum strictae Rivas-Martínez, Báscones, Diáz, Fernández-González & Loidi 1991 Basque Pyrénées pelouse fermée subalpin ubac subatlantique méridional psychrophile héliophile mésohydrique méso-oligotrophile acidophile intermédiaire Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. Sintaxonomía de los hayedos del suroccidente de Europa. Itinera Geobot., 5 : 457-480.
4618 3850 10/1.0.2.0.6 ALL Festucion variae Braun-Blanquet 1925 pelouses acidophiles ouvertes, alpines, mésohydriques, des adrets alpiens Braun-Blanquet, J., 1925. Zur Wertung der Gesellschaftstreue in der Pflanzensoziologie. Vierteljahresschr. Naturforsch. Ges. Zürich, 70 : 122–149.
4619 3851 10/1.0.2.0.6/01 ASS Festuco scabriculmis - Potentilletum valderiae Guinochet 1938 Alpes méridionales (maritimes et ligures) pelouse ouverte alpin adret, pentu subcontinental méridional psychrophile héliophile mésoxérophile oligotrophile acidophile climacique 'Guinochet, M., 1938. Etude sur la végétation de l''étage alpin dans le bassin supérieur de la Tinée (Alpes maritimes). Comm. SIGMA, 59, 458 p.'
4620 3852 10/1.0.2.0.6/02 ASS Festucetum halleri subsp. yvesii Braun-Blanquet 1926 Alpes pelouse ouverte alpin adret, pentu subcontinental méridional psychrophile héliophile mésoxérophile oligotrophile acidophile climacique Festucetum yvesii Braun-Blanquet, J., 1926. Die alpinen Pflanzengesellschaften. In J. Braun-Blanquet & H. Jenny : Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges., 63 : 183-294.
4621 3853 10/1.0.2.0.6/03 ASS Festucetum variae Braun-Blanquet 1918 Alpes pelouse ouverte alpin adret, pentu subcontinental méridional psychrophile héliophile mésoxérophile oligotrophile acidophile climacique Braun-Blanquet, J., 1918. Eine Pflanzengeographische Exkursion durch Unterengadin und in den schweizerischen Nationalpark. Beitr. Geobot. Landesaufn. Schweiz, 4 : 79 p.
4622 3854 10/1.0.2.0.6/03 syn = Festucetum variae Brockmann-Jerosch 1907 Brockmann-Jerosch, H., 1907. Die Pflanzengesellschaften der Schweizeralpen. I. Teil : Die Flora des Puschlav (Bezirk Bernina, Kanton Graubünden) und ihre Pflanzengesellschaften. Engelmann. Leipzig, 438 p., 1 Karte.
4623 3855 10/1.0.2.0.6/04 ASS Festucetum intercedentis E. & S. Pignatti 1995 Alpes méridionales (maritimes et ligures) pelouse ouverte alpin adret, pentu subcontinental méridional psychrophile héliophile mésoxérophile oligotrophile acidophile climacique Pignatti, E. & S. Pignatti, 1995. Lista delle unità vegetazionali delle Dolomiti. Atti dei Convegni Lincei, 115 : 175-188.
4624 3856 10/1.0.2.0.6/05 ASS Anthoxantho odorati - Veronicetum allionii Lavagne, Archiloque, Borel, Devaux, Moutte & Cadel 1983 Alpes pelouse ouverte subalpin adret subcontinental méridional psychrophile héliophile mésohydrique méso-oligotrophile acidophile intermédiaire Lavagne, A., Archiloque, A., Borel, L., Devaux, J.P., Moutte, P., Cadel, G., 1983. La végétation du parc naturel régional du Queyras. Commentaires de la carte phytoécologique au 1/50 000e. Biol. Ecol. Médit., 10 : 175-248.
4625 3857 10/1.0.2.0.6/06 ASS Phyteumo michelii - Bellardiochloetum variegatae Barbero 1972 Alpes méridionales (maritimes et ligures) pelouse ouverte subalpin adret, pentu subcontinental méridional psychrophile héliophile mésoxérophile oligotrophile acidophile intermédiaire Barbero, M., 1972. Etudes phytosociologiques et écologiques comparées des végétations orophiles alpine, subalpine et mésogéenne des Alpes maritimes et ligures. Thèse, Univ. Marseille, 418 p.
4626 3858 10/1.0.2.0.6/07 ASS Trifolio alpini - Bellardiochloetum variegatae Dalmas 1972 Alpes pelouse ouverte subalpin adret, pentu subcontinental méridional psychrophile héliophile mésoxérophile oligotrophile acidophile intermédiaire 'Dalmas, J.P., 1972. Etudes phytosociologique et écologique de l''étage alpin des Alpes sud-occidentales françaises. Thèse Univ. Marseille, 173 p.'
4627 8154 10/1.0.2.0.6/07 syn = Bellardiochloetum variegatae Reynier 1988 Reynier, Ph., 1988. Etude phyto-écologique, pédologique et statistique de stations sur schistes lustrés en Haute-Ubaye et régions avoisinantes aux étages alpin et subalpin supérieur d’adret. Thèse univ. Grenoble I.
4628 3859 10/1.0.2.0.7 ALL Festucion paniculatae subsp. spadiceae Nègre 1969 pelouses acidophiles ouvertes, subalpines, xérophiles, des adrets méridionaux Festucion spadiceae 'Nègre, R., 1969. La végétation du bassin de l''One (Pyrénées centrales). 2ème note : les pelouses. Portug. Acta Biol., Sect. B, 10 : 1-137.'
4629 3860 10/1.0.2.0.7 syn = Festucion paniculatae subsp. spadiceae Braun-Blanquet 1972 Festucion spadiceae 'Braun-Blanquet, J., 1972. L''alliance du Festucion spadiceae des Alpes sud-occidentales. Bull. Soc. Bot. Fra., 119 : 591-602.'
4630 3861 10/1.0.2.0.7 syn incl pp ? Bromo - Festucenion paniculatae subsp. spadiceae Carreras & Vigo 1988 Bromo - Festucenion spadiceae Carreras, J & J. Vigo, 1988. Sobre los prados de Festuca paniculata subsp. spadicea. Lazaroa, 9 : 307-314.
4631 3862 10/1.0.2.0.7/01 ASS Leucanthemo vulgaris var. laciniosi - Festucetum paniculatae Braun-Blanquet 1926 pelouse alpienne Alpes pelouse ouverte subalpin adret, pentu subcontinental médian psychrophile héliophile mésoxérophile méso-oligotrophile acidophile intermédiaire Leucanthemo laciniosi - Festucetum paniculatae Braun-Blanquet, J., 1926. Die alpinen Pflanzengesellschaften. In J. Braun-Blanquet & H. Jenny : Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges., 63 : 183-294.
4632 3863 10/1.0.2.0.7/02 ASS Potentillo grandiflorae - Festucetum paniculatae subsp. paniculatae (Braun-Blanquet 1954) Nègre & Geslot 1976 pelouse alpienne Alpes pelouse ouverte subalpin adret, pentu subatlantique méridional psychrophile héliophile mésoxérophile méso-oligotrophile acidophile intermédiaire Potentillo grandiflorae - Festucetum paniculatae ? Braun-Blanquet, J., 1954. La végétation alpine et nivale des Alpes françaises. Comm. SIGMA, 125 : 26-96.
4633 3864 10/1.0.2.0.7/03 ASS Lathyro lutei - Crepidetum pyrenaicae Braun-Blanquet 1972 pelouse alpienne Alpes pelouse ouverte subalpin adret, pentu subatlantique psychrophile héliophile mésoxérophile méso-oligotrophile acidophile intermédiaire 'Braun-Blanquet, J., 1972. L''alliance du Festucion spadiceae des Alpes sud-occidentales. Bull. Soc. Bot. Fra., 119 : 591-602.'
4634 3865 10/1.0.2.0.7/04 ASS Asphodelo albi - Festucetum paniculatae subsp. spadiceae Turmel 1955 pelouse navarraise Pyrénées occidentales pelouse ouverte subalpin adret, pentu subatlantique méridional psychrophile héliophile mésoxérophile méso-oligotrophile acidophile intermédiaire Asphodelo albi - Festucetum spadiceae 'Turmel, J.-M., 1955. Le pic de midi d''Ossau. Ecologie et végétation. Mém. Mus. Nat. Hist. Nat. Paris, N.S., Sér. B, Bot., 5, 208 p.'
4635 3866 10/1.0.2.0.7/05 ASS Hypochaerido uniflorae - Festucetum paniculatae subsp. spadiceae Barbero 1972 pelouse alpienne ligure Alpes méridionales (maritimes et ligures) pelouse ouverte subalpin adret, pentu subcontinental méridional psychrophile héliophile mésoxérophile méso-oligotrophile acidophile intermédiaire Hypochaerido uniflorae - Festucetum spadiceae Barbero, M., 1972. Etudes phytosociologiques et écologiques comparées des végétations orophiles alpine, subalpine et mésogéenne des Alpes maritimes et ligures. Thèse, Univ. Marseille, 418 p.
4636 3867 10/1.0.2.0.7/05 syn = Hypochaerido uniflorae - Festucetum paniculatae subsp. spadiceae Hartl in Theurillat 1989 Hypochaerido uniflorae - Festucetum spadiceae ?
4637 3869 10/1.0.2.0.7/05 syn pp Centaureo uniflorae - Festucetum paniculatae subsp. spadiceae Guinochet 1938 Centaureo uniflorae - Festucetum spadiceae 'Guinochet, M., 1938. Etude sur la végétation de l''étage alpin dans le bassin supérieur de la Tinée (Alpes maritimes). Comm. SIGMA, 59, 458 p.'
4638 3868 10/1.0.2.0.7/05 syn pp Festucetum paniculatae subsp. spadiceae Lacoste 1970 Festucetum spadiceae Festucetum spadiceae austro-occidentale ?
4639 3870 10/1.0.2.0.7/07 ASS Leucanthemo delarbrei - Festucetum paniculatae subsp. spadiceae Braun-Blanquet 1926 pelouse auvergnate Monts-Dore et Cantal pelouse ouverte subalpin adret, pentu subatlantique médian psychrophile héliophile mésoxérophile méso-oligotrophile acidophile intermédiaire Leucanthemo delarbrei - Festucetum spadiceae Braun-Blanquet, J., 1926. Die alpinen Pflanzengesellschaften. In J. Braun-Blanquet & H. Jenny : Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges., 63 : 183-294.
4640 3871 10/1.0.2.0.7/07 syn incl Arnico montanae - Festucetum paniculatae Michalet & Philippe 1994 Auvergne pelouse ouverte adret, pentu subatlantique médian psychrophile héliophile mésoxérophile méso-oligotrophile acidophile intermédiaire 'Michalet, R. & T. Philippe, 1994. Les groupements à hautes herbes de l''étage subalpin des Monts Dore (Massif Central français). Coll. Phytosoc., 22 : 397-430. (Bailleul 1993).'
4641 3872 10/1.0.2.0.7/07 syn incl Vicio orobi - Festucetum paniculatae Michalet & Philippe 1994 Auvergne pelouse ouverte adret, pentu subatlantique médian psychrophile héliophile mésoxérophile méso-oligotrophile acidophile intermédiaire 'Michalet, R. & T. Philippe, 1994. Les groupements à hautes herbes de l''étage subalpin des Monts Dore (Massif Central français). Coll. Phytosoc., 22 : 397-430. (Bailleul 1993).'
4642 3873 10/1.0.2.0.7/10 ASS Scorzonero - Festucetum paniculatae subsp. spadiceae Nègre, Dendaletche & Villar 1975 pelouse pyrénéenne occidentale et centrale Pyrénées occidentales et centrales pelouse ouverte subalpin adret, pentu subatlantique méridional psychrophile héliophile mésoxérophile méso-oligotrophile acidophile intermédiaire Scorzonero - Festucetum spadiceae Nègre, R., C. Dendaletche & L. Villar 1975. Les groupements à Festuca paniculata en Pyrénées centrales et occidentales Bol. Soc. Brot., ser. 2, 49: 59-88.
4643 3874 10/1.0.2.0.7/11 ASS Scillo vernae - Festucetum paniculatae subsp. spadiceae Braun-Blanquet 1948 pelouse pyrénéenne orientale Pyrénées orientales pelouse ouverte subalpin adret, pentu subatlantique méridional psychrophile héliophile mésoxérophile méso-oligotrophile acidophile intermédiaire Scillo vernae - Festucetum spadiceae Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4644 3875 10/1.0.2.0.7/11 syn incl Irido xiphioidis - Festucetum paniculatae subsp. spadiceae Nègre 1969 Irido xiphioidis - Festucetum spadiceae 'Nègre, R., 1969. La végétation du bassin de l''One (Pyrénées centrales). 2ème note : les pelouses. Portug. Acta Biol., Sect. B, 10 : 1-137.'
4645 3876 10/1.0.2.0.7/12 ASS Helictotricho parlatorei - Festucetum paniculatae subsp. spadiceae Barbero 1972 pelouse alpienne ligure Alpes méridionales (maritimes et ligures) pelouse ouverte subalpin adret, pentu subcontinental méridional psychrophile héliophile mésoxérophile méso-oligotrophile acidophile intermédiaire Helictotricho parlatorei - Festucetum spadiceae Barbero, M., 1972. Etudes phytosociologiques et écologiques comparées des végétations orophiles alpine, subalpine et mésogéenne des Alpes maritimes et ligures. Thèse, Univ. Marseille, 418 p.
4646 3877 10/1.0.2.0.7/13 ASS Lathyro pannonici subsp. longestipulati - Seslerietum caeruleae Romo 1989 pelouse catalane Lathyro longestipulati - Seslerietum caeruleae Romo, A.M., 1989. Flora i vegetació del Montsec (Pre-pirineus catalans). Arxius Secc. Ci. Inst. Estud. Catalans, 90 : 1-534.
4647 3878 10/1.0.2.0.7/14 ASS Teucrio pyrenaici - Festucetum paniculatae subsp. spadiceae Carreras & Vigo 1988 pelouse aragonaise Teucrio pyrenaici - Festucetum spadiceae Carreras, J & J. Vigo, 1988. Sobre los prados de Festuca paniculata subsp. spadicea. Lazaroa, 9 : 307-314.
4648 7083 10/1.0.2.0.7/14 syn = Asphodelo albi - Festucetum paniculatae subsp. spadiceae Carreras 1985 prov. Asphodelo albi - Festucetum spadiceae ?
4649 3880 10/1.0.2.0.7/15 ASS Hieracio x hypeuryi - Festucetum paniculatae subsp. spadiceae Braun-Blanquet 1948 pelouse pyrénéenne orientale Pyrénées orientales pelouse ouverte subalpin adret, pentu subatlantique méridional psychrophile héliophile mésoxérophile méso-oligotrophile acidophile intermédiaire Hieracio x hypeuryi - Festucetum spadiceae Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4650 3882 10/1.0.2.0.7/15 syn = Hieracio x hypeuryi - Festucetum paniculatae subsp. spadiceae Braun-Blanquet 1948 corr. Rivas-Martínez 1974 Hieracio x hypeuryi - Festucetum spadiceae Rivas-Martínez, S., 1974. Los pastizales del Festucion supinae y Festucion eskiae (Juncetea trifidi) en el Pirineo central. Collect. Bot., 9 : 5-23. Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4651 3879 10/1.0.2.0.8 6140 ALL Festucion eskiae subsp. eskiae var. orientalis Braun-Blanquet 1948 pelouses acidophiles ouvertes, alpines, chionophiles, mésohydriques, des ubacs pyrénéens Festucion orientalis Festucion eskiae Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4652 3881 10/1.0.2.0.8/01 ASS Festuco eskiae - Luzuletum spadiceae Nègre & Serve 1979 Nègre, R. & L. Serve, 1979. Prospection dans les groupements a Festuca eskia en Pyrénées Orientales. Doc. Phytosoc. N.S., 4 : 731-756.
4653 3884 10/1.0.2.0.8/02 ASS Campanulo lanceolatae - Festucetum eskiae Braun-Blanquet 1948 Pyrénées orientales Pyrénées centrales et orientales pelouse ouverte subalpin adret subatlantique méridional psychrophile héliophile xérophile oligotrophile acidophile climacique Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4654 3883 10/1.0.2.0.8/02 syn = Campanulo lanceolatae - Festucetum eskiae Braun-Blanquet 1948 em. Rivas-Martínez 1974 Rivas-Martínez, S., 1974. Los pastizales del Festucion supinae y Festucion eskiae (Juncetea trifidi) en el Pirineo central. Collect. Bot., 9 : 5-23. Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4655 3886 10/1.0.2.0.8/02 syn incl ? Festuco eskiae - Campanuletum ficarioidis Nègre & Serve 1979 Nègre, R. & L. Serve, 1979. Prospection dans les groupements a Festuca eskia en Pyrénées Orientales. Doc. Phytosoc. N.S., 4 : 731-756.
4656 3887 10/1.0.2.0.8/02 syn incl ? Festuco eskiae - Iberidetum sempervirentis Nègre & Serve 1979 Nègre, R. & L. Serve, 1979. Prospection dans les groupements a Festuca eskia en Pyrénées Orientales. Doc. Phytosoc. N.S., 4 : 731-756.
4657 3892 10/1.0.2.0.8/03 ASS Epikero pyrenaei - Festucetum eskiae subsp. eskiae var. orientalis Nègre 1968 Pyrénées orientales et centrales Pyrénées pelouse ouverte subalpin ubac subatlantique méridional psychrophile héliophile mésohydrique méso-oligotrophile acidophile intermédiaire Epikero pyrenaei - Festucetum orientalis Nègre, R., 1968. Course phytosociologique au Seil de la Baque. Ann. Fac. Sci. Marseille, 31 : 149-155.
4658 3839 10/1.0.2.0.8/03 syn = Ranunculo pyrenaei - Festucetum eskiae subsp. eskiae var. orientalis Nègre 1969 Ranunculo pyrenaei - Festucetum orientalis 'Nègre, R., 1969. La végétation du bassin de l''One (Pyrénées centrales). 2ème note : les pelouses. Portug. Acta Biol., Sect. B, 10 : 1-137.'
4659 3890 10/1.0.2.0.8/03 syn = Ranunculo pyrenaei - Festucetum eskiae subsp. eskiae var. orientalis Nègre 1974 Ranunculo pyrenaei - Festucetum orientalis 'Nègre, R., 1974. Nouvelle contribution à l''étude des gispetières pyrénéennes. Bol. Soc. Brot., sér. 2, 48 : 209-251.'
4660 3885 10/1.0.2.0.8/03 syn compl Galeopsido pyrenaicae - Festucetum eskiae subsp. eskiae var. orientalis Nègre 1974 Galeopsido pyrenaicae - Festucetum orientalis 'Nègre, R., 1974. Nouvelle contribution à l''étude des gispetières pyrénéennes. Bol. Soc. Brot., sér. 2, 48 : 209-251.'
4661 3840 10/1.0.2.0.8/03 syn incl ? Androsaco carneae subsp. laggeri - Festucetum eskiae Gruber 1975 Androsaco laggeri - Festucetum eskiae Gruber, M., 1975. Les pelouses du Festucion eskiae et du Festucion supinae des Pyrénées ariégeoises et catalanes. Ecol. Medit., 1 : 79-91.
4662 3888 10/1.0.2.0.8/03 syn incl ? Carici sempervirentis subsp. pseudotristis - Festucetum eskiae Rivas-Martínez 1974 adret ? Pyrénées occidentales pelouse ouverte subalpin adret subatlantique méridional psychrophile héliophile xérophile oligotrophile acidophile climacique Carici pseudotristis - Festucetum eskiae Rivas-Martínez, S., 1974. Los pastizales del Festucion supinae y Festucion eskiae (Juncetea trifidi) en el Pirineo central. Collect. Bot., 9 : 5-23.
4663 3889 10/1.0.2.0.8/03 syn incl ? Galio caespitosi - Festucetum eskiae Nègre 1974 'Nègre, R., 1974. Nouvelle contribution à l''étude des gispetières pyrénéennes. Bol. Soc. Brot., sér. 2, 48 : 209-251.'
4664 3891 10/1.0.2.0.8/03 syn incl ? Trifolio alpini - Festucetum eskiae subsp. eskiae Nègre 1974 'Nègre, R., 1974. Nouvelle contribution à l''étude des gispetières pyrénéennes. Bol. Soc. Brot., sér. 2, 48 : 209-251.'
4665 3893 10/1.0.3 ORD Saginetalia piliferae Gamisans 1975 ex 1977 pelouses acidophiles supra à oroméditerranéennes, corso-sardes Gamisans, J., 1977. La végétation des montagnes corses (II, III). Phytocoenologia, 4 : 35-131; 4 : 133-179. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
4666 3894 10/1.0.3.0.1 ALL Caricion caryophylleae var. insularis Gamisans 1975 ex 1977 pelouses acidophiles supraméditerranéennes, corso-sardes Gamisans, J., 1977. La végétation des montagnes corses (II, III). Phytocoenologia, 4 : 35-131; 4 : 133-179. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
4667 3895 10/1.0.3.0.1/01 ASS Sagino piliferae - Caricetum caryophylleae subsp. insularis Gamisans 1975 ex 1977 Corse pelouse supraméditerranéen tyrrhénien méridional psychrophile héliophile mésoxérophile oligotrophile acidophile intermédiaire Sagino piliferae - Caricetum insularis Gamisans, J., 1977. La végétation des montagnes corses (II, III). Phytocoenologia, 4 : 35-131; 4 : 133-179. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
4668 3896 10/1.0.3.0.1/02 ASS Ophioglosso azorici - Nardetum strictae Gamisans 1975 ex 1977 Corse pelouse supraméditerranéen tyrrhénien méridional psychrophile héliophile mésohygrophile oligotrophile acidophile intermédiaire Gamisans, J., 1977. La végétation des montagnes corses (II, III). Phytocoenologia, 4 : 35-131; 4 : 133-179. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
4669 3897 10/1.0.3.0.1/03 ASS Anthoxantho odorati - Brachypodietum rupestris Gamisans 1989 Corse pelouse supraméditerranéen adret tyrrhénien méridional psychrophile héliophile mésoxérophile méso-oligotrophile acidophile intermédiaire Gamisans, J., 1989. La végétation de la vallée du Verghellu Corse centrale), son état actuel, son évolution probable et les particularités de sa flore. Trav. Sci. Parc Nat. Rég. Rés. Nat. Corse, 25 : 53-104.
4670 3898 10/1.0.3.0.2 ALL Sesamoido pygmaeae - Bellardiochloion variegatae Gamisans 1975 ex 1977 pelouses acidophiles oroméditerranéennes, des adrets corso-sardes tyrrhénien méridional psychrophile héliophile mésoxérophile oligotrophile acidophile Gamisans, J., 1977. La végétation des montagnes corses (II, III). Phytocoenologia, 4 : 35-131; 4 : 133-179. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
4671 3899 10/1.0.3.0.2/01 ASS Acino corsici - Leucanthemopsidetum alpinae subsp. tomentosae de Litardière & Malcuit 1926 em. Gamisans 1975 ex 1977 Corse pelouse oroméditerranéen adret tyrrhénien méridional psychrophile héliophile mésoxérophile oligotrophile acidophile intermédiaire Acino corsici - Leucanthemopsidetum tomentosae Gamisans, J., 1977. La végétation des montagnes corses (II, III). Phytocoenologia, 4 : 35-131; 4 : 133-179. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.' 'Litardière, R. de, Malcuit, G., 1926. Contributions à l''étude phytosociologique de la Corse : Le massif du Renoso. Paul Lechevalier, Paris.'
4672 3900 10/1.0.3.0.2/02 ASS Paronychio polygonifolii - Armerietum multicipitis Gamisans 1975 ex 1977 Corse pelouse oroméditerranéen adret tyrrhénien méridional psychrophile héliophile mésoxérophile oligotrophile acidophile intermédiaire Gamisans, J., 1977. La végétation des montagnes corses (II, III). Phytocoenologia, 4 : 35-131; 4 : 133-179. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
4673 3901 10/1.0.3.0.3 ALL Sedo alpestris - Phleion parviceptis Gamisans 1975 ex 1977 pelouses acidophiles oroméditerranéennes, des ubacs corso-sardes Gamisans, J., 1977. La végétation des montagnes corses (II, III). Phytocoenologia, 4 : 35-131; 4 : 133-179. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
4674 3902 10/1.0.3.0.3/01 ASS Geo montani - Phleetum brachystachyi Gamisans 1968 Corse pelouse oroméditerranéen ubac tyrrhénien méridional psychrophile héliophile mésohygrophile méso-oligotrophile acidophile intermédiaire Gamisans, J., 1968. Etude phytosociologique de la zone montagneuse correspondant au projet de parc national de Corse. Thèse 3e c., Univ. Aix-Marseille.
4675 3903 10/1.0.3.0.3/02 ASS Huperzio selaginis - Caricetum ornithopodae Gamisans 1975 ex 1977 Corse pelouse oroméditerranéen ubac tyrrhénien méridional psychrophile héliophile mésohydrique oligotrophile acidophile intermédiaire Gamisans, J., 1977. La végétation des montagnes corses (II, III). Phytocoenologia, 4 : 35-131; 4 : 133-179. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
4676 3904 10/1.0.3.0.3/03 ASS Polygono alpini - Luzuletum sieberi Gamisans 1975 ex 1977 Corse pelouse oroméditerranéen ubac tyrrhénien méridional psychrophile héliophile mésohygrophile méso-oligotrophile acidophile intermédiaire Gamisans, J., 1977. La végétation des montagnes corses (II, III). Phytocoenologia, 4 : 35-131; 4 : 133-179. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
4677 3905 10/2. CLA Melampyro pratensis - Holcetea mollis Passarge 1979 ourlets acidophiles médioeuropéens Passarge, H., 1979. Über azidophile Waldsaumgesellschaften. Feddes Repert., 90 : 465-479.
4678 3906 10/2. syn = Melampyro pratensis - Holcetea mollis Passarge 1979 ex Klauck 1992 Klauck, E.-J., 1992. Hieracium murorum L. in helio-thermophil-azidoklinen Säumen und Staudenfluren. Tuexenia, 12 : 147-173. Passarge, H., 1979. Über azidophile Waldsaumgesellschaften. Feddes Repert., 90 : 465-479.
4679 6766 10/2. syn = Melampyro pratensis - Holcetea mollis Passarge 1994 Passarge, H., 1994. Azidophile Waldsaumgesellschaften (Melampyro – Holcetea mollis) im europäischen Raum. Tuexenia, 14 : 83-111.
4680 8027 10/2. syn incl Holco lanati - Stellarietea holosteae Géhu 1999 Géhu, J.-M., 1999. Considérations sur les végétations charnières en position d’ourlet et leur classification phytosociologique. Bull. Soc. Bot. Centre-Ouest, N.S., 30 : 35-46.
4681 3907 10/2.0.1 ORD Melampyro pratensis - Holcetalia mollis Passarge 1967 ourlets externes acidophiles médioeuropéens Passarge, H., 1967. Über Saumgesellschaften im nordostdeutschen Flachland. Feddes Repert., 74 : 145-158.
4682 3908 10/2.0.1 syn = Melampyro pratensis - Holcetalia mollis Passarge 1979 Passarge, H., 1979. Über azidophile Waldsaumgesellschaften. Feddes Repert., 90 : 465-479.
4683 3909 10/2.0.1 syn = Teucrion scorodoniae de Foucault, Rameau & Royer 1983 Foucault, B. de, J.-C. Rameau & J.-M. Royer, 1983. Essai de synthèse synsystématique sur les groupements des Trifolio-Geranietea sanguinei en Europe centrale et occidentale. Coll. Phytosoc., 8 : 445-461. (Lisières forestières, Lille 1979).
4684 3910 10/2.0.1 syn incl Potentillo erectae - Holcion mollis Passarge 1967 ourlets externes à internes, acidoclines, mésotrophiles, médioeuropéens, planitiaires-collinéens, mésohydriques à mésohygrophiles Passarge, H., 1967. Über Saumgesellschaften im nordostdeutschen Flachland. Feddes Repert., 74 : 145-158.
4685 6774 10/2.0.1 syn incl Potentillo erectae - Holcenion mollis Royer, Felzines, Misset & Thévenin 2006 ourlets externes acidoclines médioeuropéens, planitiaires-collinéens, mésohydriques Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4686 9323 10/2.0.1/01 BC BC Holcus mollis [Melampyro pratensis - Holcetalia mollis]
4687 3911 10/2.0.1/01 syn incl Agrostio capillaris - Holcetum mollis Schuhwerk in Oberdorfer 1978 Bassin parisien ourlet planitiaire-collinéen précontinental, subcontinental médian mésotherme hémihéliophile mésohydrique méso-oligotrophile acidophile intermédiaire Oberdorfer, E., 1978. Süddeutsche Pflanzengesellschaften (2ten Aufl.), Teil II., 355 p. Gustav Fischer Verlag, Stuttgart.
4688 3919 10/2.0.1/01 syn incl Holco mollis - Teucrietum scorodoniae (Philippi 1971) Passarge 1979 Bassin parisien ourlet planitiaire-collinéen plat subatlantique à subcontinental médian mésotherme hémihéliophile mésohydrique méso-oligotrophile acidophile intermédiaire Passarge, H., 1979. Über azidophile Waldsaumgesellschaften. Feddes Repert., 90 : 465-479. Philippi, G., 1971. Sandfluren, Steppenrasen und Saumgesellschaften der Schwetzinger Hardt. Veröff. Landesst. Natursch. Landschaftspfl. Baden-Württ., 39 : 67-130.
4689 3938 10/2.0.1/01 syn = Teucrietum scorodoniae Jouanne 1929 'Jouanne, P., 1929. Essai de géographie botanique sur les forêts de l''Aisne. IVème partie : les forêts. Bull. Soc. Bot. Fra., 76 : 972-1009. [rédigé par P. Chouard].'
4690 9324 10/2.0.1.0.1 ALL Blechnion spicantis Catteau 2012 in prep. ourlets internes acidoclines médioeuropéens, planitiaires-collinéens, mésohygrophiles
4691 6775 10/2.0.1.0.1 syn = Holco mollis - Athyrienion filicis-feminae Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4692 3913 10/2.0.1.0.1/01 ASS Lysimachio vulgaris - Holcetum mollis (Dierschke & Tüxen 1975) Passarge 1979 Bassin parisien ourlet planitiaire-collinéen plat précontinental, subcontinental médian psychrophile hémihéliophile mésohygrophile méso-oligotrophile acidophile intermédiaire Passarge, H., 1979. Über azidophile Waldsaumgesellschaften. Feddes Repert., 90 : 465-479.
4693 3914 10/2.0.1.0.1/02 ASS Equiseto sylvatici - Luzuletum sylvaticae Passarge 1979 prov. Bassin parisien ourlet collinéen plat précontinental, subcontinental médian psychrophile hémisciaphile mésohygrophile méso-oligotrophile acidophile intermédiaire Passarge, H., 1979. Über azidophile Waldsaumgesellschaften. Feddes Repert., 90 : 465-479.
4694 3915 10/2.0.1.0.1/03 ASS Equiseto sylvatici - Blechnetum spicantis Passarge 1979 prov. Bassin parisien ourlet planitiaire-collinéen plat précontinental, subcontinental médian psychrophile hémisciaphile mésohygrophile méso-oligotrophile acidophile intermédiaire Passarge, H., 1979. Über azidophile Waldsaumgesellschaften. Feddes Repert., 90 : 465-479.
4695 3916 10/2.0.1.0.1/04 ASS Equiseto sylvatici - Holcetum mollis Passarge 1979 prov. Bassin parisien ourlet planitiaire-collinéen plat précontinental, subcontinental médian psychrophile hémihéliophile mésohygrophile méso-oligotrophile acidophile intermédiaire Passarge, H., 1979. Über azidophile Waldsaumgesellschaften. Feddes Repert., 90 : 465-479.
4696 3918 10/2.0.1.0.1/05 ASS Hyperico maculati - Holcetum mollis Passarge 1979 prov. Bassin parisien ourlet planitiaire-collinéen plat précontinental, subcontinental médian mésotherme hémihéliophile mésohydrique méso-oligotrophile acidophile intermédiaire Passarge, H., 1979. Über azidophile Waldsaumgesellschaften. Feddes Repert., 90 : 465-479.
4697 6777 10/2.0.1.0.1/06 ASS Blechno spicantis - Oreopteridetum limbospermae Robbe in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4698 6888 10/2.0.1.0.1/07 ASS Ranunculo tuberosi - Deschampsietum cespitosae Julve 2006 ass. nov. hoc loco hoc loco
4699 6776 10/2.0.1.0.1/08 ASS Blechno spicantis - Osmundetum regalis Clément & Touffet in Royer, Felzines, Misset & Thévenin 2006 ourlet interne mésohygrophile Bretagne ourlet planitiaire-collinéen plat atlantique s.l. médian thermophile hémisciaphile mésohygrophile méso-oligotrophile acidophile intermédiaire Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4700 3951 10/2.0.1.0.1/08 syn = Osmundo regalis - Blechnetum spicantis (Clément & Touffet 1983) de Foucault 1995 prov. Foucault, B. de, 1995. Synthèse phytosociologique sur la végétation observée dans le Cotentin (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 29-44. 'Clément, B. & J. Touffet, 1983 .- Contribution à l''étude des groupements préforestiers issus des landes méso-hygrophiles, des tourbières et des prairies marécageuses de Bretagne. Coll. Phyt., 8 : 229 - 237. (Les Lisières Forestières, Lille 1979).'
4701 7225 10/2.0.1.0.1/08 syn incl Pteridio aquilini - Osmundetum regalis Géhu & Bioret (1997) 2000 ? ?
4702 3952 10/2.0.1.0.1/09 ASS Athyrio filicis-feminae - Blechnetum spicantis de Foucault 1995 ourlet interne mésohygrophile Bassin parisien ourlet planitiaire-collinéen plat atlantique s.l. médian mésotherme hémisciaphile mésohygrophile méso-oligotrophile acidophile intermédiaire Foucault, B. de, 1995. Contribution à la connaissance phytosociologique des forêts sur sable tertiaire du département du Nord. Bull. Soc. Bot. Nord Fra., 48(1) : 13-26.
4703 3988 10/2.0.1.0.1/09 syn incl Blechno spicantis - Pteridietum aquilini de Foucault 1995 clairière planitiaire-collinéen plat atlantique médian mésotherme hémihéliophile mésohygrophile mésotrophile acidocline intermédiaire Foucault, B. de, 1995. Contribution à la connaissance phytosociologique des forêts sur sable tertiaire du département du Nord. Bull. Soc. Bot. Nord Fra., 48(1) : 13-26.
4704 3921 10/2.0.1.0.2 ALL Melampyrion pratensis Passarge 1967 ourlets externes acidophiles, boréocentroeuropéens, planitiaires-collinéens, mésoxérophiles, oligotrophiles Passarge, H., 1967. Über Saumgesellschaften im nordostdeutschen Flachland. Feddes Repert., 74 : 145-158.
4705 3922 10/2.0.1.0.2 syn = Melampyrion pratensis Passarge 1979 Passarge, H., 1979. Über azidophile Waldsaumgesellschaften. Feddes Repert., 90 : 465-479.
4706 3923 10/2.0.1.0.2 syn incl Teucrio scorodoniae - Euphorbion cyparissias Knapp 1942 Knapp, R., 1942. Systematik der Wälder, Zwergstrauchheiden und Trockenrasen des eurosibirischen Vegetationskreises. 178 p. Stolzenau. [manuscrit]
4707 3924 10/2.0.1.0.2 syn incl Hieracio lachenalii - Deschampsietum flexuosae (Bräutigam 1972) Passarge 1979 Bassin parisien ourlet planitiaire-collinéen plat subatlantique à subcontinental médian mésotherme hémihéliophile xérophile oligotrophile acidophile sable intermédiaire Passarge, H., 1979. Über azidophile Waldsaumgesellschaften. Feddes Repert., 90 : 465-479. Bräutigam, S., 1972. Hieracium laevigatum und H. lachenalii im Westerzgebirge. Ein Beitrag zur taxonomischen Untergliederung und zur Pflanzensoziologie dieser Arten. Dissert., Univ. Halle.
4708 3925 10/2.0.1.0.2 syn incl Hieracio umbellati - Deschampsietum flexuosae Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
4709 3927 10/2.0.1.0.2 syn incl Lathyro linifoli var. montani - Melampyretum pratensis Passarge 1967 Bassin parisien ourlet collinéen plat subatlantique à subcontinental médian psychrophile hémisciaphile mésoxérophile oligotrophile acidophile sable intermédiaire Lathyro montani - Melampyretum pratensis Passarge, H., 1967. Über Saumgesellschaften im nordostdeutschen Flachland. Feddes Repert., 74 : 145-158.
4710 3926 10/2.0.1.0.2/02 ASS Hieracio sabaudi - Melampyretum pratensis (Müller in Oberdorfer 1978) Passarge 1979 Bassin parisien ourlet planitiaire-collinéen plat subatlantique à subcontinental médian mésotherme hémihéliophile xérophile oligotrophile acidophile sable intermédiaire Passarge, H., 1979. Über azidophile Waldsaumgesellschaften. Feddes Repert., 90 : 465-479. Oberdorfer, E., 1978. Süddeutsche Pflanzengesellschaften (2ten Aufl.), Teil II., 355 p. Gustav Fischer Verlag, Stuttgart.
4711 3930 10/2.0.1.0.2/04 ASS Carici piluliferae - Deschampsietum flexuosae Passarge 1984 Bassin parisien ourlet planitiaire-collinéen plat subatlantique à subcontinental médian mésotherme hémisciaphile mésoxérophile oligotrophile acidophile sable intermédiaire Passarge, H., 1994. Azidophile Waldsaumgesellschaften (Melampyro – Holcetea mollis) im europäischen Raum. Tuexenia, 14 : 83-111.
4712 3931 10/2.0.1.0.2/04 syn = ? Luzulo luzuloidis - Deschampsietum flexuosae Decoq 1997 ex 1998 Decocq, G., 1998. Données phytosociologiques récentes sur les forêts de la Thiérache (Aisne, France). II - les forêts mésophiles de la Thiérache schisto-gréseuse. Acta Botan. Gallica, 145 (3) : 219-231. 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.'
4713 3932 10/2.0.1.0.2/05 ASS Antherico ramosi - Teucrietum scorodoniae Philippi 1971 Bassin parisien ourlet planitiaire-collinéen plat précontinental, subcontinental médian thermophile hémihéliophile xérophile oligotrophile acidophile intermédiaire Philippi, G., 1971. Sandfluren, Steppenrasen und Saumgesellschaften der Schwetzinger Hardt. Veröff. Landesst. Natursch. Landschaftspfl. Baden-Württ., 39 : 67-130.
4714 3933 10/2.0.1.0.2/06 ASS Campanulo rotundifoliae - Teucrietum scorodoniae Knapp 1976 Bassin parisien ourlet planitiaire-collinéen plat subatlantique à subcontinental médian thermophile hémihéliophile xérophile oligotrophile acidophile intermédiaire Knapp, R., 1976. Saumgesellschaften in westlichen deutschen mittelgebirges Gebietes. Doc. Phytosoc., 15/18 : 71-76.
4715 3934 10/2.0.1.0.2/07 ASS Potentillo montanae - Polygonatetum odorati Schmitt & Rameau 1983 Bassin parisien ourlet planitiaire-collinéen plat subatlantique à subcontinental médian thermophile hémihéliophile xérophile oligotrophile acidophile intermédiaire 'Schmitt, A., Rameau, J.C., 1983. Les groupements d''ourlets forestiers des Trifolio-Geranietea en forêt domaniale de Fontainebleau (Seine et Marne, France). Coll. Phytosoc., 8 : 115-136. (Lisières forestières, Lille 1979).'
4716 3935 10/2.0.1.0.2/08 ASS Teucrio scorodoniae - Campanuletum baumgartenii Knapp 1976 Bassin parisien ourlet planitiaire-collinéen plat précontinental, subcontinental médian thermophile hémihéliophile xérophile oligotrophile acidophile intermédiaire Knapp, R., 1976. Saumgesellschaften in westlichen deutschen mittelgebirges Gebietes. Doc. Phytosoc., 15/18 : 71-76.
4717 6887 10/2.0.1.0.2/09 ASS Ranunculo tuberosi - Teucrietum scorodoniae Julve 2006 ass. nov. hoc loco hoc loco
4718 6772 10/2.0.1.0.2/10 ASS Hieracio tridentati - Festucetum filiformis Felzines in Royer, Felzines, Misset & Thévenin 2006 ourlet externe acidophile, mésoxérophile, sabulicole, bourguignon Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4719 7151 10/2.0.1.0.2/11 ASS Veronico chamaedryos - Hieracietum laevigati Passarge 1994 Passarge, H., 1994. Azidophile Waldsaumgesellschaften (Melampyro – Holcetea mollis) im europäischen Raum. Tuexenia, 14 : 83-111.
4720 9334 10/2.0.1.0.2/11 syn incl Veronico chamaedryos - Lathyretum linifoli Passarge 1994 Passarge, H., 1994. Azidophile Waldsaumgesellschaften (Melampyro – Holcetea mollis) im europäischen Raum. Tuexenia, 14 : 83-111.
4721 7152 10/2.0.1.0.2/12 ASS Veronico officinalis - Hieracietum murorum Klauck 1992 ex Passarge 1994 Passarge, H., 1994. Azidophile Waldsaumgesellschaften (Melampyro – Holcetea mollis) im europäischen Raum. Tuexenia, 14 : 83-111. Klauck, E.-J., 1992. Hieracium murorum L. in helio-thermophil-azidoklinen Säumen und Staudenfluren. Tuexenia, 12 : 147-173.
4722 3917 10/2.0.1.0.2/13 ASS Luzulo luzuloidis - Holcetum mollis Passarge 1979 prov. Bassin parisien ourlet collinéen plat précontinental, subcontinental médian psychrophile hémisciaphile mésohydrique méso-oligotrophile acidophile intermédiaire Passarge, H., 1979. Über azidophile Waldsaumgesellschaften. Feddes Repert., 90 : 465-479.
4723 3937 10/2.0.1.0.3 ALL Conopodio majoris - Teucrion scorodoniae (de Foucault, Rameau & Royer 1983) Julve 1993 ourlets externes acidophiles à acidoclines, atlantiques, planitiaires-collinéens Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Foucault, B. de, J.-C. Rameau & J.-M. Royer, 1983. Essai de synthèse synsystématique sur les groupements des Trifolio-Geranietea sanguinei en Europe centrale et occidentale. Coll. Phytosoc., 8 : 445-461. (Lisières forestières, Lille 1979).
4724 6767 10/2.0.1.0.3 syn = Conopodio majoris - Teucrion scorodoniae Julve 1993 ex Boullet & Rameau in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
4725 9304 10/2.0.1.0.3 syn incl Deschampsietum flexuosae Tchou 1929 Deschampsietum flexuosae silvestre ?
4726 3939 10/2.0.1.0.3/01 ASS Hyperico pulchri - Melampyretum pratensis de Foucault & Frileux 1983 em. Collectif phytosocio TAG CBNBL ourlet externe acidophile, Ile-de-France, Normandie, Ardennes ourlet planitiaire-collinéen plat atlantique s.l. médian mésotherme hémihéliophile xérophile oligotrophile acidophile intermédiaire Foucault, B. de & P.-N. Frileux, 1983. Premières données phytosociologiques sur la végétation des ourlets préforestiers du nord-ouest et du nord de la France. Coll. Phytosoc., 8 : 305-324. (Lisières forestières, Lille 1979).
4727 6773 10/2.0.1.0.3/02 ASS Luzulo forsteri - Festucetum heterophyllae Felzines in Royer, Felzines, Misset & Thévenin 2006 ourlet interne acidophile mésohydrique, subatlantique Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4728 3940 10/2.0.1.0.3/02 syn = Luzulo forsteri - Violetum rivinianae Julve 1997 Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
4729 8030 10/2.0.1.0.3/03 ASS Luzulo forsteri - Stellarietum holosteae Géhu 1999 ourlet externe acidocline subatlantique Géhu, J.-M., 1999. Considérations sur les végétations charnières en position d’ourlet et leur classification phytosociologique. Bull. Soc. Bot. Centre-Ouest, N.S., 30 : 35-46.
4730 3942 10/2.0.1.0.3/04 ASS Potentillo sterilis - Conopodietum majoris de Foucault & Frileux 1983 ourlet externe acidocline Bassin parisien ourlet planitiaire plat subatlantique médian mésotherme hémisciaphile mésohydrique méso-oligotrophile acidophile intermédiaire Foucault, B. de & P.-N. Frileux, 1983. Premières données phytosociologiques sur la végétation des ourlets préforestiers du nord-ouest et du nord de la France. Coll. Phytosoc., 8 : 305-324. (Lisières forestières, Lille 1979).
4731 3948 10/2.0.1.0.3/05 ASS Anemono nemorosae - Euphorbietum hybernae Bouzillé & de Foucault 1988 ourlet interne acidocline Auvergne ourlet montagnard plat subatlantique méridional psychrophile hémisciaphile mésohydrique méso-oligotrophile acidophile intermédiaire Bouzillé, J.B. & B. de Foucault, 1988. Données phytosociologiques sur les ourlets et manteaux préforestiers en Vendée et régions limitrophes. Doc. Phytosoc., N.S., 11 : 57-66, tab. h.t.
4732 6771 10/2.0.1.0.3/05 syn = Anemono nemorosae - Euphorbietum hybernae Bouzillé & de Foucault 1988 ex Royer, Felzines, Misset & Thévenin 2006 ourlet interne acidocline Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p. Bouzillé, J.B. & B. de Foucault, 1988. Données phytosociologiques sur les ourlets et manteaux préforestiers en Vendée et régions limitrophes. Doc. Phytosoc., N.S., 11 : 57-66, tab. h.t.
4733 3928 10/2.0.1.0.3/06 ASS Lathyro linifolii var. montani - Phyteumatetum spicati de Foucault 1998 ourlet externe acidocline Foucault, B. de, 1998. Contribution à une approche systémique des végétations forestières bas-normandes : les bois mésophiles du pays de Cinglais (Calvados). J. Bot. Soc. Bot. France, 6 : 39-56.
4734 6770 10/2.0.1.0.3/07 ASS Teucrio scorodoniae - Centaureetum jaceae subsp. nigrae var. nemoralis Müller 1962 ourlet externe acidocline Müller, T., 1962. Die Saumgesellschaften der Klasse Trifolio-Geranietea sanguinei. Mitt. Flor. Soz. Arbeitsgem., 9 : 95-140.
4735 3954 10/2.0.1.0.3/08 ASS Teucrio scorodoniae - Scrophularietum scorodoniae Géhu & Géhu-Franck 1988 ourlet externe acidocline atlantique, submaritime 'Géhu, J.-M. & J. Géhu-Franck, 1988. Données sur les forêts littorales hyperatlantiques thermophiles de la côte d''Emeraude d''Erquy à Cancale (Bretagne). Coll. Phytosoc., 14 : 115-132. (Phytosociologie et foresterie, Nancy 1985).'
4736 3941 10/2.0.1.0.3/09 ASS Peucedano gallici - Pulmonarietum longifoliae de Foucault, Frileux & Delpech 1983 ourlet externe mésohygrophile Ile-de-France, Centre ourlet planitiaire plat subatlantique médian mésotherme hémisciaphile mésohydrique méso-oligotrophile acidophile intermédiaire Foucault, B. de, P.-N. Frileux & R. Delpech, 1983. Aperçu phytosociologique sur les ourlets de la Brenne (Indre, France). Coll. Phytosoc., 8 : 325-330. 1 tab. h.t. (Lisières forestières, Lille 1979).
4737 6755 10/2.0.1.0.3/10 ASS Pulmonario longifoliae - Brachypodietum sylvatici Misset in Royer, Felzines, Misset & Thévenin 2006 ourlet interne acidocline Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4738 3953 10/2.0.1.0.3/11 ASS Luzulo pilosae - Deschampsietum flexuosae de Foucault 1998 ourlet interne acidophile mésohydrique, subatlantique Foucault, B. de, 1998. Contribution à une approche systémique des végétations forestières bas-normandes : les bois mésophiles du pays de Cinglais (Calvados). J. Bot. Soc. Bot. France, 6 : 39-56.
4739 3955 10/2.0.1.0.4 ALL Melampyro sylvatici - Poion chaixii Julve 1993 ourlets externes à internes, acidophiles, médioeuropéens, montagnards Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
4740 6781 10/2.0.1.0.4 syn = Melampyro sylvatici - Poion chaixii Julve 1993 ex Boullet & Rameau in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
4741 3956 10/2.0.1.0.4/01 ASS Euphorbio hybernae - Poetum chaixii (Bignon 1986) Julve 1993 prov. ourlet externe, acidophile, montagnard atlantique Auvergne ourlet montagnard plat subatlantique médian psychrophile hémisciaphile mésohydrique méso-oligotrophile acidophile intermédiaire Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Bignon, J.-J., 1986. Etude phytosociologique des lisières des hêtraies montagnardes dans le massif des Monts-Dore. D.E.A, Univ. Paris Sud-Orsay, 38 p.
4742 6558 10/2.0.1.0.4/02 ASS Luzulo luzuloidis - Poetum chaixii Gallandat, Gillet, Havlicek & Perrenoud 1995 sous-bois clairiéré, acidophile, collinéen, jurassien Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
4743 3929 10/2.0.1.0.4/02 syn = ? Luzulo luzuloidis - Melampyretum pratensis Passarge 1979 Passarge, H., 1979. Über azidophile Waldsaumgesellschaften. Feddes Repert., 90 : 465-479.
4744 3958 10/2.0.1.0.4/03 ASS Poo chaixii - Melampyretum sylvatici Passarge 1979 prov. ourlet externe, acidophile, montagnard centroeuropéen Vosges ourlet montagnard plat subcontinental médian psychrophile hémihéliophile mésoxérophile oligotrophile acidophile intermédiaire Passarge, H., 1979. Über azidophile Waldsaumgesellschaften. Feddes Repert., 90 : 465-479.
4745 3959 10/2.0.1.0.4/04 ASS Trifolio medii - Vicietum orobi Rivas-Martínez & Mayor in Mayor 1965 ourlet externe, acidocline, montagnard pyrénéen Pyrénées ourlet montagnard plat subatlantique méridional psychrophile hémihéliophile mésohydrique méso-oligotrophile acidophile intermédiaire Mayor, M., 1965. Estudio de la flora y vegetacion de las Sierra de Pela, Ayllon y Somosierra, Cordillera central, Tramo oriental. Dissert. Univ. complutense Madrid.
4746 3960 10/2.0.1.0.4/05 ASS Centaureo jaceae subsp. nigrae - Vicietum orobi Billy 1997 prov. ourlet externe, acidocline, montagnard auvergnat Auvergne ourlet montagnard plat subatlantique médian psychrophile hémihéliophile mésohydrique méso-oligotrophile acidophile intermédiaire Centaureo nigrae - Vicietum orobi Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
4747 3961 10/2.0.1.0.4/06 ASS Cirsio erisithalis - Teucrietum scorodoniae Billy 1997 prov. ourlet externe, acidophile, montagnard auvergnat Auvergne ourlet montagnard plat subatlantique méridional psychrophile hémihéliophile mésohydrique méso-oligotrophile acidophile intermédiaire Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
4748 3957 10/2.0.1.0.4/07 ASS Galio saxatilis - Deschampsietum flexuosae (Bräutigam 1972) Passarge 1979 sous-bois clairiéré, acidophile, collinéen, subatlantique Ardennes ourlet montagnard plat subatlantique septentrional mésotherme hémihéliophile xérophile oligotrophile acidophile intermédiaire Passarge, H., 1979. Über azidophile Waldsaumgesellschaften. Feddes Repert., 90 : 465-479. Bräutigam, S., 1972. Hieracium laevigatum und H. lachenalii im Westerzgebirge. Ein Beitrag zur taxonomischen Untergliederung und zur Pflanzensoziologie dieser Arten. Dissert., Univ. Halle.
4749 3962 10/2.0.1.0.4/08 ASS Luzulo niveae - Deschampsietum flexuosae de Foucault 1997 sous-bois clairiéré, acidophile, montagnard atlantique Auvergne, Isère, Drôme ourlet montagnard plat subatlantique méridional psychrophile hémisciaphile mésoxérophile oligotrophile acidophile intermédiaire Foucault, B. de, 1997. Contribution à la connaissance phytosociologique des forêts et lisières mésophiles du plateau de Chambaran (Isère et Drôme, France). Bull. Mens. Soc. Linn. Lyon, 66(9) : 233-250.
4750 6769 10/2.0.1.0.4/09 ASS Campanulo rotundifoliae - Senecionetum adonidifolii Robbe in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4751 3943 10/2.0.1.0.4/10 ASS Sileno nutantis - Senecionetum adonidifolii de Foucault & Frileux 1983 Auvergne ourlet montagnard plat subatlantique médian thermophile hémihéliophile mésoxérophile oligotrophile acidophile intermédiaire Foucault, B. de & P.-N. Frileux, 1983. Premières données phytosociologiques sur la végétation des ourlets préforestiers du nord-ouest et du nord de la France. Coll. Phytosoc., 8 : 305-324. (Lisières forestières, Lille 1979).
4752 3912 10/2.0.1.0.4/11 ASS Meo athamantici - Holcetum mollis Passarge 1979 Bassin parisien ourlet collinéen plat précontinental, subcontinental septentrional psychrophile hémihéliophile mésohydrique méso-oligotrophile acidophile intermédiaire Passarge, H., 1979. Über azidophile Waldsaumgesellschaften. Feddes Repert., 90 : 465-479.
4753 9325 10/2.0.1.0.5 ALL Silenion nutantis Catteau 2012 in prep.
4754 3944 10/2.0.1.0.5/01 ASS Teucrio scorodoniae - Silenetum nutantis de Foucault & Frileux 1983 ourlet externe acidophile psychroatlantique des dalles héliophiles Normandie ourlet planitiaire-collinéen plat subatlantique médian thermophile hémihéliophile xérophile oligotrophile acidophile intermédiaire Foucault, B. de & P.-N. Frileux, 1983. Premières données phytosociologiques sur la végétation des ourlets préforestiers du nord-ouest et du nord de la France. Coll. Phytosoc., 8 : 305-324. (Lisières forestières, Lille 1979).
4755 3949 10/2.0.1.0.5/02 ASS Teucrio scorodoniae - Hylotelephietum telephii de Foucault & Frileux 1983 ourlet externe acidophile, ourlet planitiaire plat atlantique s.l. médian mésotherme hémihéliophile xérophile oligotrophile acidophile intermédiaire Teucrio scorodoniae - Sedetum telephii Foucault, B. de & P.-N. Frileux, 1983. Premières données phytosociologiques sur la végétation des ourlets préforestiers du nord-ouest et du nord de la France. Coll. Phytosoc., 8 : 305-324. (Lisières forestières, Lille 1979).
4756 6768 10/2.0.1.0.5/03 ASS Sileno nutantis - Oreoselinetum nigri Royer in Royer, Felzines, Misset & Thévenin 2006 ourlet externe acidocline Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
4757 3945 10/2.0.1.0.5/04 ASS Teucrio scorodoniae - Silenetum vulgaris subsp. maritimae de Foucault & Frileux 1983 prov. ourlet externe acidocline atlantique, submaritime Normandie ourlet planitiaire-collinéen plat subatlantique médian thermophile hémihéliophile xérophile oligotrophile acidophile intermédiaire Teucrio scorodoniae - Silenetum maritimae Foucault, B. de & P.-N. Frileux, 1983. Premières données phytosociologiques sur la végétation des ourlets préforestiers du nord-ouest et du nord de la France. Coll. Phytosoc., 8 : 305-324. (Lisières forestières, Lille 1979).
4758 7950 10/2.0.1.0.5/05 ASS Sileno nutantis subsp. smithianae - Teucrietum scorodoniae Géhu 2007 ourlet externe acidocline atlantique, submaritime Sileno salmonianae - Teucrietum scorodoniae tab. 6, p. 52. Bull. Soc. Bot. Centre-Ouest, N.S., 38 : 44. 'Géhu, J.-M., 2007. Brousses autochtones, maquis néophytiques et série thermophile du Rubio - Quercetum roboris sur la côte d''Emeraude (Bretagne, Côtes-d''Armor, Ille-et-Vilaine). Bull. Soc. Bot. Centre-Ouest, N.S., 38 : 37-52.'
4759 6822 10/2.0.1.0.6 ALL Violo rivinianae - Stellarion holosteae Passarge 1997 Passarge, H., 1997. Veränderte Saumgesellschaften im märkischen Fagion-areal. Tuexenia, 17 : 239-249.
4760 8028 10/2.0.1.0.6 syn incl Stellarietalia holosteae Géhu 1999 Géhu, J.-M., 1999. Considérations sur les végétations charnières en position d’ourlet et leur classification phytosociologique. Bull. Soc. Bot. Centre-Ouest, N.S., 30 : 35-46.
4761 8029 10/2.0.1.0.6 syn incl Hyacinthoido non-scriptae - Stellarion holosteae Géhu 1999 Géhu, J.-M., 1999. Considérations sur les végétations charnières en position d’ourlet et leur classification phytosociologique. Bull. Soc. Bot. Centre-Ouest, N.S., 30 : 35-46.
4762 6825 10/2.0.1.0.6/01 ASS Hyacinthoido non-scriptae - Stellarietum holosteae Géhu 1999 ourlet externe acidocline atlantique Géhu, J.-M., 1999. Considérations sur les végétations charnières en position d’ourlet et leur classification phytosociologique. Bull. Soc. Bot. Centre-Ouest, N.S., 30 : 35-46.
4763 7224 10/2.0.1.0.6/02 ASS Hyacinthoido non-scriptae - Dactylidetum glomeratae subsp. glomeratae (Géhu & Géhu-Franck 1961) Bioret & Géhu 1996 ourlet externe acidocline atlantique, submaritime ? Géhu, J.-M. & J. Géhu-Franck, 1961. Recherche sur la végétation et le sol de la réserve de l’île des Landes et de quelques îlots de la côte nord Bretagne. Bull. Lab. Marit. Dinard 47: 19-57.
4764 3936 10/2.0.1.0.6/03 ASS Veronico chamaedryos - Stellarietum holosteae Passarge 1994 Passarge, H., 1994. Azidophile Waldsaumgesellschaften (Melampyro – Holcetea mollis) im europäischen Raum. Tuexenia, 14 : 83-111.
4765 4032 10/3. CLA Serapietea linguae de Foucault 1999 prov. pelouses acidophiles méditerranéennes Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
4766 4033 10/3.0.1 ORD ? pelouses acidophiles méditerranéennes occidentales
4767 4034 10/3.0.1.0.1 ALL Serapion Aubert & Loisel 1971 pelouses acidophiles méditerranéennes occidentales catalano-provençales 'Aubert, J. & R. Loisel, 1971. Contribution à l''étude des groupements des Isoeto-Nanojuncetea et des Helianthemetea annuae dans le sud-est méditerranéen. Ann. Univ. Provence, Sci., 45 : 203-241.'
4768 4035 10/3.0.1.0.1/01 ASS Serapio vomeraceae subsp. longipetalae - Oenanthetum lachenalii Aubert & Loisel 1971 Serapio longipetalae - Oenanthetum lachenalii 'Aubert, J. & R. Loisel, 1971. Contribution à l''étude des groupements des Isoeto-Nanojuncetea et des Helianthemetea annuae dans le sud-est méditerranéen. Ann. Univ. Provence, Sci., 45 : 203-241.'
4769 4036 10/3.0.1.0.1/02 ASS Oenantho lachenalii - Chrysopogonetum grylli Aubert & Loisel 1971 'Aubert, J. & R. Loisel, 1971. Contribution à l''étude des groupements des Isoeto-Nanojuncetea et des Helianthemetea annuae dans le sud-est méditerranéen. Ann. Univ. Provence, Sci., 45 : 203-241.'
4770 4037 10/3.0.1.0.1/03 ASS Oenantho lachenalii - Caricetum divisae subsp. chaetophyllae Aubert & Loisel 1971 Oenantho lachenalii - Caricetum chaetophyllae 'Aubert, J. & R. Loisel, 1971. Contribution à l''étude des groupements des Isoeto-Nanojuncetea et des Helianthemetea annuae dans le sud-est méditerranéen. Ann. Univ. Provence, Sci., 45 : 203-241.'
4771 4038 10/3.0.1.0.1/04 ASS Tuberario lignosae - Serapietum cordigerae de Foucault 1999 prov. Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
4772 4039 10/3.0.1.0.1/04 syn compl Loto - Tifolietum resupinati Aubert & Loisel 1971 'Aubert, J. & R. Loisel, 1971. Contribution à l''étude des groupements des Isoeto-Nanojuncetea et des Helianthemetea annuae dans le sud-est méditerranéen. Ann. Univ. Provence, Sci., 45 : 203-241.'
4773 4040 10/3.0.1.0.1/05 ASS Poo bulbosae - Caricetum divisae subsp. chaetophyllae de Foucault 1999 prov. Poo bulbosae - Caricetum chaetophyllae Foucault, B. de, 1999. Nouvelle contribution à une synsystématique des pelouses sèches à thérophytes. Docu. Phytosocio., n.s., 19 : 47-105.
4774 4041 10/3.0.1.0.1/05 syn compl Vulpio - Airetum cupanianae Aubert & Loisel 1971 'Aubert, J. & R. Loisel, 1971. Contribution à l''étude des groupements des Isoeto-Nanojuncetea et des Helianthemetea annuae dans le sud-est méditerranéen. Ann. Univ. Provence, Sci., 45 : 203-241.'
4775 4042 10/3.0.1.0.1/06 ASS Serapio linguae - Oenanthetum lachenalii Barbero 1967 'Barbero, M., 1967. L''Isoetion des Maures ; groupements mésophiles ; étude du milieu. Ann. Fac. Sci. Marseille, 34 : 25-37.'
4776 4043 11/1. 6150pp CLA Caricetea curvulae subsp. curvulae Braun-Blanquet 1948 pelouses acidophiles arctico-alpines climaciques, chionophobes Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4777 4044 11/1. syn = Juncetea trifidi Hadàč 1946 em. Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4778 4045 11/1. syn pp Juncetea trifidi Hadàč in Klika & Hadàč 1944 Klika, J. & E. Hadač, 1944. Rostlinná spolecenstva strední Evropy [Plant communities of Central Europe]. Príroda (Brno), 36: 1-26.
4779 4046 11/1.0.1 ORD Caricetalia curvulae subsp. curvulae Braun-Blanquet in Braun-Blanquet & Jenny 1926 pelouses acidophiles alpines climaciques, chionophobes Braun-Blanquet, J. & H. Jenny, 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
4780 4047 11/1.0.1.0.1 ALL Caricion curvulae subsp. curvulae Braun-Blanquet 1925 pelouses acidophiles alpino-alpiennes climaciques, chionophobes ?
4781 4048 11/1.0.1.0.1 syn = Juncion trifidi Krajina 1933 Krajina, V.J. 1933. Die Pflanzengesellschaften des Mlynica Tales in den Vysoke Tatry (Hohe Tatra). Beih. Bot. Centralbl. (Dresden), 50 : 774-957, 51: 1-224.
4782 4049 11/1.0.1.0.1/01 ASS Oreochloo distichae - Caricetum curvulae Braun 1913 em. Rivas-Martínez & Géhu 1978 pelouse savoyarde Alpes pelouse ouverte alpin subcontinental médian psychrophile héliophile mésohydrique oligotrophile acidophile climacique Rivas-Martínez, S. & J.-M. Géhu, 1978. Observations syntaxonomiques sur quelques végétations du Valais suisse. Doc. Phytosoc., N.S., 3 : 371-424. Braun, J., 1913. Die Vegetationsverhältnisse der Schneestufe in den Rätisch-Lepontinischen Alpen. N. Denkschr. Schweiz. Nat. Ges., 48, 7+347 p., 1 carte h.t.
4783 4050 11/1.0.1.0.1/01 syn ambig Caricetum curvulae Brockmann-Jerosch 1907 Brockmann-Jerosch, H., 1907. Die Pflanzengesellschaften der Schweizeralpen. Engelmann, Leipzig.
4784 4051 11/1.0.1.0.1/01 syn ambig Caricetum curvulae Rübel 1911 Rübel, E., 1911. Pflanzengeographische Monographie des Bernina-Gebietes. Botanische Jahrbücher für Systematik, Pflanzengeschichte und Pflanzengeographie, 47 : 1-296.
4785 4052 11/1.0.1.0.1/02 ASS Agrostio rupestris - Deschampsietum montanae Lavagne, Archiloque, Borel, Devaux, Moutte & Cadel 1983 pelouse dauphinoise Alpes méridionales pelouse ouverte alpin subcontinental méridional psychrophile héliophile mésohydrique oligotrophile acidophile climacique Lavagne, A., Archiloque, A., Borel, L., Devaux, J.P., Moutte, P., Cadel, G., 1983. La végétation du parc naturel régional du Queyras. Commentaires de la carte phytoécologique au 1/50 000e. Biol. Ecol. Médit., 10 : 175-248.
4786 4053 11/1.0.1.0.2 ALL Festucion airoidis Braun-Blanquet 1948 pelouses acidophiles alpino-pyrénéennes climaciques, chionophobes Festucion supinae Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4787 4054 11/1.0.1.0.2/01 ASS Hieracio breviscapi - Festucetum airoidis Braun-Blanquet 1948 pelouse pyrénéenne orientale Pyrénées orientales et centrales pelouse ouverte alpin subatlantique méridional psychrophile héliophile mésohydrique oligotrophile acidophile climacique Hieracio pumili - Festucetum supinae Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4788 4055 11/1.0.1.0.2/01 syn = Minuartio - Androsacetum vitalianae Baudière & Serve 1975 Baudière, A. & L. Serve, 1975. Les groupements à Carex curvula All. ssp. curvula des Pyrénées Orientales et leur interprétation phytogéographyque. Doc. Phytosoc., 9-14 : 1-8. Lille.
4789 4056 11/1.0.1.0.2/02 ASS Carici curvulae - Leontodontetum pyrenaici subsp. pyrenaici Braun-Blanquet 1948 pelouse pyrénéenne orientale Pyrénées orientales pelouse ouverte alpin subatlantique psychrophile héliophile mésohydrique oligotrophile acidophile climacique Carici curvulae - Leontodontetum pyrenaici Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4790 4057 11/1.0.1.0.2/03 ASS Gentiano alpinae - Caricetum curvulae Nègre 1969 pelouse pyrénéenne centrale Pyrénées centrales pelouse ouverte alpin subatlantique psychrophile héliophile mésohydrique oligotrophile acidophile climacique Nègre, R., 1969. Le Gentiano-Caricetum curvulae dans la région luchonaise (Pyrénées centrales). Vegetatio, 18 : 167-202.
4791 4058 11/1.0.1.0.2/03 syn = Gentiano alpinae - Caricetum curvulae Nègre 1968 Nègre, R., 1968. Regards phytosociologiques sur le cirque de Medassoles. Monde des Plantes, 359 : 9-12.
4792 4059 11/1.0.1.0.2/03 syn = Oreochloo blankae - Caricetum curvulae Rivas-Martínez 1974 Rivas-Martínez, S., 1974. Los pastizales del Festucion supinae y Festucion eskiae (Juncetea trifidi) en el Pirineo central. Collect. Bot., 9 : 5-23.
4793 4060 11/1.0.1.0.2/03 syn = Oreochloo blankae - Caricetum curvulae Rivas-Martínez 1974 corr. Rivas-Martínez & Géhu 1978 Rivas-Martínez, S. & J.-M. Géhu, 1978. Observations syntaxonomiques sur quelques végétations du Valais suisse. Doc. Phytosoc., N.S., 3 : 371-424. Rivas-Martínez, S., 1974. Los pastizales del Festucion supinae y Festucion eskiae (Juncetea trifidi) en el Pirineo central. Collect. Bot., 9 : 5-23.
4794 4062 11/1.0.1.0.2/06 ASS Arenario grandiflorae - Festucetum yvesii Baudière & Serve 1975 pelouse pyrénéenne orientale Pyrénées pelouse ouverte alpin subatlantique psychrophile héliophile mésohydrique oligotrophile acidophile climacique Baudière, A. & L. Serve, 1975. Les groupements à Carex curvula All. ssp. curvula des Pyrénées Orientales et leur interprétation phytogéographyque. Doc. Phytosoc., 9-14 : 1-8. Lille.
4795 4063 11/1.0.1.0.2/07 ASS Biscutello arvernensis - Festucetum airoidis Billy 2002 prov. pelouse pseudoalpine auvergnate Basse-Auvergne rochers herbeux subalpin Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
4796 4064 11/1.0.1.0.2/08 ASS Sempervivo montani - Arenarietum ciliatae Nègre 1968 pelouse pyrénéenne centrale Nègre, R., 1968. Regards phytosociologiques sur le cirque de Medassoles. Monde des Plantes, 359 : 9-12.
4797 4065 11/2. CLA Salicetea herbaceae Braun-Blanquet 1947 pelouses arctico-alpines climaciques, chionophiles, mésohygrophiles 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
4798 4066 11/2. syn = Salicetea herbaceae Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4799 4067 11/2. syn pp Juncetea trifidi Hadàč & Klika in Klika & Hadàč 1944 Klika, J. & E. Hadàč, 1944. Rostlinná spolecenstva strední Evropy [Plant communities of Central Europe]. Príroda (Brno), 36 : 1-26.
4800 4068 11/2.0.1 ORD Salicetalia herbaceae Braun-Blanquet in Braun-Blanquet & Jenny 1926 pelouses alpines climaciques chionophiles Braun-Blanquet, J. & H. Jenny 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
4801 4069 11/2.0.1 syn = Arabidetalia alpinae Rübel 1933 Rübel, E., 1933. Versuch einer Übersicht über die Pflanzengesellschaften der Schweiz. Berichte Geobot. Forsch. Inst. Rübel, 4 : 19-30.
4802 4070 11/2.0.1.0.1 6150pp ALL Salicion herbaceae Braun-Blanquet in Braun-Blanquet & Jenny 1926 pelouses alpines climaciques chionophiles, acidophiles Braun-Blanquet, J. & H. Jenny 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
4803 4071 11/2.0.1.0.1/01 ASS Alchemillo pentaphyllae - Salicetum herbaceae Braun-Blanquet 1913 em. & Rivas-Martínez & Géhu 1978 Alpes alpin psychrophile hygrophile oligotrophile acidophile climacique Rivas-Martínez, S. & J.-M. Géhu, 1978. Observations syntaxonomiques sur quelques végétations du Valais suisse. Doc. Phytosoc., N.S., 3 : 371-424.
4804 4072 11/2.0.1.0.1/01 syn = Salicetum herbaceae (Rübel 1912) Braun-Blanquet 1913 Braun, J., 1913. Die Vegetationsverhältnisse der Schneestufe in den Rätisch-Lepontinischen Alpen. N. Denkschr. Schweiz. Nat. Ges., 48, 7+347 p., 1 carte h.t. Rübel, E., 1912. Pflanzengeographische Monographie des Berninagebietes. Bot. Jahrb., 47 : 615 p.
4805 4073 11/2.0.1.0.1/02 ASS Carici pyrenaicae - Salicetum herbaceae (Braun-Blanquet 1948) Julve 2003 ass. nov. hoc loco Pyrénées orientales alpin psychrophile hygrophile oligotrophile acidophile climacique hoc loco Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4806 4074 11/2.0.1.0.1/02 syn compl Salici herbaceae - Anthelietum juratzkanae Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4807 4075 11/2.0.1.0.1/02 syn pp Ranunculo alpestris - Salicetum herbaceae Chouard 1943 Chouard, P., 1943. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fra., 90 (1/6) : 1-4 (suite 1), 25-29 (suite 2).
4808 4076 11/2.0.1.0.1/03 ASS Nardo strictae - Omalothecetum supinae J. & M. Bartsch 1940 Alpes alpin psychrophile hygrophile oligotrophile acidophile climacique Bartsch, J. & M. Bartsch, 1940. Vegetationskunde des Schwarzwaldes. Pflanzensoziologie, 4 : 229 p.
4809 4078 11/2.0.1.0.1/04 ASS Omalotheco supinae - Mucizonietum sedoidis Braun-Blanquet 1948 Pyrénées orientales alpin psychrophile hygrophile oligotrophile acidophile climacique Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4810 4077 11/2.0.1.0.1/04 syn = Cardamino bellidifoliae subsp. alpinae - Omalothecetum supinae Rivas-Martínez 1969 em. Gruber 1975 Pyrénées centrales alpin psychrophile hygrophile oligotrophile acidophile climacique Cardamino alpinae - Omalothecetum supinae Gruber, M., 1975. Les pelouses du Festucion eskiae et du Festucion supinae des Pyrénées ariégeoises et catalanes. Ecol. Medit., 1 : 79-91. Rivas-Martínez, S., 1969. Las comunidades de los ventisqueros (Salicetea herbaceae) del Pirineo central. Vegetatio, 17 : 232-250.
4811 4079 11/2.0.1.0.1/06 ASS Omalotheco supinae - Sibbaldietum procumbentis Gamisans 1975 Corse alpin psychrophile hygrophile oligotrophile acidophile climacique 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
4812 4080 11/2.0.1.0.1/07 ASS Caricetum foetidae Frey 1922 Alpes septentrionales alpin psychrophile hygrophile oligotrophile acidophile climacique Frey, E., 1922. Die Vegetationsverhältnisse der Grimselgegend im Gebiet der zukünftigen Stauseen. Mitt. Naturf. Ges. Bern (1921) : 85-281, 1 carte.
4813 4081 11/2.0.1.0.1/08 ASS Alopecuro gerardi - Caricetum foetidae Braun-Blanquet 1954 Alpes méridionales alpin psychrophile hygrophile oligotrophile acidophile climacique Braun-Blanquet, J., 1954. La végétation alpine et nivale des Alpes françaises. Comm. SIGMA, 125 : 26-96.
4814 4082 11/2.0.1.0.1/09 ASS Luzuletum alpinopilosae Braun-Blanquet in Braun-Blanquet & Jenny 1926 Alpes alpin psychrophile mésohygrophile oligotrophile acidophile climacique Braun-Blanquet, J. & H. Jenny 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
4815 4083 11/2.0.1.0.1/10 ASS Poo alpinae - Cerastietum cerastioidis (Söyrinki 1954) Oberdorfer 1957 Alpes alpin psychrophile mésohygrophile oligotrophile acidophile climacique Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. ?
4816 4084 11/2.0.1.0.1/11 ASS Alchemillo fissae - Luzuletum alpinopilosae subsp. candollei Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Alchemillo fissae - Luzuletum candollei Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
4817 4085 11/2.0.1.0.1/12 ASS Carici pyrenaicae - Cardaminetum bellidifoliae subsp. alpinae (Rivas-Martínez 1969) Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 Carici pyrenaicae - Cardaminetum alpinae Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456. Rivas-Martínez, S., 1969. Las comunidades de los ventisqueros (Salicetea herbaceae) del Pirineo central. Vegetatio, 17 : 232-250.
4818 4086 11/2.0.1.0.1/12 syn = Cardamino bellidifoliae subsp. alpinae - Omalothecetum supinae Rivas-Martínez 1969 Cardamino alpinae - Omalothecetum supinae Cardamino alpinae - Gnaphalietum supini Rivas-Martínez, S., 1969. Las comunidades de los ventisqueros (Salicetea herbaceae) del Pirineo central. Vegetatio, 17 : 232-250.
4819 4087 11/2.0.1.0.1/13 ASS Cerastietum cerastoidis Nègre 1972 'Nègre, R., 1972. La végétation du bassin de l''One (Pyrénées centrales). 5ème note : les reposoirs, les groupements hygrophiles et les prairies de fauche. Bol. Soc. Broter., 46 (2e série) : 271-343.'
4820 4088 11/2.0.1.0.1/13 syn compl Cerastio cerastoidis - Mniobryetum albicantis Nègre 1972 'Nègre, R., 1972. La végétation du bassin de l''One (Pyrénées centrales). 5ème note : les reposoirs, les groupements hygrophiles et les prairies de fauche. Bol. Soc. Broter., 46 (2e série) : 271-343.'
4821 7131 11/2.0.1.0.1/14 ASS Salici herbaceae - Caricetum lachenalii Béguin & Theurillat 1982 Béguin, C. & J.-P. Theurillat, 1982. Une association végétale des zones humides périglaciaires de l’étage alpin sur silice : Le Salici herbaceae – Caricetum lachenalii. Bull. Murthienne, 99 : 33-60.
4822 4089 11/2.0.1.0.2 6170pp ALL Arabidion caeruleae Braun-Blanquet in Braun-Blanquet & Jenny 1926 pelouses alpines climaciques chionophiles, basophiles Braun-Blanquet, J. & H. Jenny, 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
4823 8167 11/2.0.1.0.2 syn incl Arabidion caeruleae Braun-Blanquet in Braun-Blanquet & Jenny 1926 em. Englisch 1999 Englisch, T., 1999. Multivariate Analysen zur Synsystematik und Standortsökologie der Schneebodenvegetation (Arabidetalia caeruleae) in der Nördlichen Kalkalpen. Stapfia, 59 : 1-211. Braun-Blanquet, J. & H. Jenny, 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
4824 8168 11/2.0.1.0.2 syn incl Salici herbaceae - Arabidion caeruleae Englisch 1999 Englisch, T., 1999. Multivariate Analysen zur Synsystematik und Standortsökologie der Schneebodenvegetation (Arabidetalia caeruleae) in der Nördlichen Kalkalpen. Stapfia, 59 : 1-211.
4825 4090 11/2.0.1.0.2 syn = Arabidetalia caeruleae Rübel 1933 ex Nordhagen 1936 Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88. Rübel, E., 1933. Versuch einer Übersicht über die Pflanzengesellschaften der Schweiz. Berichte Geobot. Forsch. Inst. Rübel, 4 : 19-30.
4826 8166 11/2.0.1.0.2 syn = Arabidetalia caeruleae Rübel 1933 ex Braun-Blanquet 1949 Braun-Blanquet, J., 1949. Übersicht der Pflanzengesellschaften Rätiens, (III). Vegetatio, 1 : 285-316. Rübel, E., 1933. Versuch einer Übersicht über die Pflanzengesellschaften der Schweiz. Berichte Geobot. Forsch. Inst. Rübel, 4 : 19-30.
4827 4091 11/2.0.1.0.2 syn = Salicion retusae Horvat 1949 ?
4828 4092 11/2.0.1.0.2 syn incl Androsacion ciliatae Rivas-Martínez 1988 Rivas-Martínez, S., 1988. La vegetación del piso alpino superior de los Pirineos. Publ. Inst. Est. Altoarag. e Inst. Pir. Ecol. Homenaje a Pedro Montserrat. 719-728. 1036 p. Zaragoza.
4829 8169 11/2.0.1.0.2 syn incl Soldanello alpinae - Salicion retusae Englisch 1999 Englisch, T., 1999. Multivariate Analysen zur Synsystematik und Standortsökologie der Schneebodenvegetation (Arabidetalia caeruleae) in der Nördlichen Kalkalpen. Stapfia, 59 : 1-211.
4830 4093 11/2.0.1.0.2/01 ASS Carici atratae subsp. nigrae - Salicetum retusae (Braun-Blanquet 1948) Rivas-Martínez 1969 Pyrénées alpin psychrophile hygrophile oligotrophile basophile climacique Carici nigrae - Salicetum retusae Carici parviflorae - Salicetum retusae Rivas-Martínez, S., 1969. Las comunidades de los ventisqueros (Salicetea herbaceae) del Pirineo central. Vegetatio, 17 : 232-250. Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4831 4095 11/2.0.1.0.2/01 syn pp Ranunculo alpestris - Salicetum herbaceae Chouard 1943 Chouard, P., 1943. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fra., 90 (1/6) : 1-4 (suite 1), 25-29 (suite 2).
4832 4094 11/2.0.1.0.2/02 ASS Salicetum retuso - reticulatae Braun-Blanquet in Braun-Blanquet & Jenny 1926 Alpes alpin psychrophile hygrophile oligotrophile basophile climacique Braun-Blanquet, J. & H. Jenny, 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
4833 8163 11/2.0.1.0.2/02 syn incl Arenario - Salicetum reticulatae Richard, Bourgnon & Strub 1977 Richard, J.L., R. Bourgnon & D. Strub, 1977. La végétation du Vanil noir et du vallon des Morteys (Préalpes de la Suisse occidentale). Bull. Soc. Frib. Sci. Nat., 66(1) : 1-52.
4834 4096 11/2.0.1.0.2/03 ASS Potentillo braunianae - Omalothecetum hoppeanae Braun-Blanquet 1948 Pyrénées orientales alpin psychrophile hygrophile oligotrophile basophile climacique Potentillo dubiae - Gnaphalietum hoppeani Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4835 4097 11/2.0.1.0.2/04 ASS Arabidetum caeruleae Braun-Blanquet 1918 Alpes alpin psychrophile hygrophile oligotrophile basophile climacique Braun-Blanquet, J., 1918. Eine Pflanzengeographische Exkursion durch Unterengadin und in den schweizerischen Nationalpark. Beitr. Geobot. Landesaufn. Schweiz, 4 : 79 p.
4836 4098 11/2.0.1.0.2/05 ASS Minuartio cerastiifoliae - Androsacetum ciliatae Chouard 1943 pierrailles calcaires peu inclinées au dessus de 2700 m Pyrénées centrales Chouard, P., 1943. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fra., 90 (1/6) : 1-4 (suite 1), 25-29 (suite 2).
4837 4099 11/2.0.1.0.2/05 syn = Saxifrago pubescentis subsp. iratianae - Androsacetum ciliatae Rivas-Martínez 1988 Saxifrago iratianae - Androsacetum ciliatae Rivas-Martínez, S., 1988. La vegetación del piso alpino superior de los Pirineos. Publ. Inst. Est. Altoarag. e Inst. Pir. Ecol. Homenaje a Pedro Montserrat. 719-728. 1036 p. Zaragoza.
4838 4100 11/2.0.1.0.2/06 ASS Minuartio sedoidis - Androsacetum ciliatae Rivas-Martínez 1988 Rivas-Martínez, S., 1988. La vegetación del piso alpino superior de los Pirineos. Publ. Inst. Est. Altoarag. e Inst. Pir. Ecol. Homenaje a Pedro Montserrat. 719-728. 1036 p. Zaragoza.
4839 4101 11/2.0.1.0.2/07 ASS Saxifrago bryoidis - Minuartietum sedoidis Carrillo & Ninot 1989 Carrillo, E. & J.-M. Ninot, 1989. El Saxifrago-Minuartietum sedoidis, una nova associació del Festucion airoidis. Folia Bot. Misc. 6: 103-107.
4840 4102 11/2.0.1.0.2/08 ASS Rumici nivalis - Arabidetum caeruleae (Jenny-Lips 1930) Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Jenny-Lips, H., 1930. Vegetationsbedingungen und Pflanzengesellschaften auf Felsschutt. Phytosoziologische Untersuchungen in dem Glarner Alpen. Beih. Bot. Centralbl., 46 : 119-296.
4841 8170 11/2.0.1.0.2/09 ASS Salici herbaceae - Arabidetum caeruleae Englisch 1999 Englisch, T., 1999. Multivariate Analysen zur Synsystematik und Standortsökologie der Schneebodenvegetation (Arabidetalia caeruleae) in der Nördlichen Kalkalpen. Stapfia, 59 : 1-211.
4842 4103 11/2.0.1.0.3 ALL Mucizonion sedoidis Rivas-Martínez, Fernández-González & Loidi 1999 Rivas-Martínez, S., F. Fernández-González & J. Loidi, 1999. Checklist of plant communities of Iberian Peninsula, Balearic and Canary Islands to suballiance level. Itinera Geobot., 13 : 353-451.
4843 4104 11/2.0.1.0.3/01 ASS Omalotheco supinae - Mucizonietum sedoidis Braun-Blanquet 1948 Gnaphalio supini - Sedetum candollei Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4844 4105 11/2.0.1.0.3/01 syn = Mucizonio sedoidis - Omalothecetum supinae Rivas-Martínez 1964 Sedo candollei - Gnaphalietum pusilli Rivas-Martínez, S., 1964. Estudio de la vegetación y flora de las sierras de Guadarrama y Gredos. Anales Inst. Bot. Cavanilles (1963), 21(1) : 1-325.
4845 4106 11/2.0.1.0.3/01 syn = Mucizonio sedoidis - Omalothecetum supinae Rivas-Martínez 1964 ex Rivas-Martínez, Fernández-González & Loidi 1999 Sedo candollei - Gnaphalietum pusilli Rivas-Martínez, S., F. Fernández-González & J. Loidi, 1999. Checklist of plant communities of Iberian Peninsula, Balearic and Canary Islands to suballiance level. Itinera Geobot., 13 : 353-451. Rivas-Martínez, S., 1964. Estudio de la vegetación y flora de las sierras de Guadarrama y Gredos. Anales Inst. Bot. Cavanilles (1963), 21(1) : 1-325.
4846 4107 11/3. 6170pp CLA Carici rupestris - Kobresietea myosuroidis Ohba 1974 pelouses basophiles arctico-alpines climaciques, chionophobes Ohba, T., 1974. Vergleichende Studien über die alpine Vegetations Japans, 1 : Carici rupestris-Kobresietea bellardii. Phytocoenologia, 1 : 339-401.
4847 4108 11/3. syn pp Kobresio myosuroidis - Seslerietea caeruleae Braun-Blanquet 1948 Elyno - Seslerietea Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4848 4109 11/3. syn pp Kobresio myosuroidis - Seslerietea caeruleae Oberdorfer 1957 Elyno - Seslerietea Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
4849 4110 11/3.0.1 ORD Kobresietalia myosuroidis Oberdorfer 1957 pelouses basophiles alpines climaciques, chionophobes Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
4850 4111 11/3.0.1 syn = Oxytropido halleri - Kobresietalia myosuroidis Oberdorfer 1957 ex Albrecht 1969 Albrecht, J., 1969. Soziologisch-ökologische Untersuchungen alpiner Rasengesellschaften, insbesondere an Standorten auf Kalk-und Silikatgesteinen. Diss. Bot., 5 : 1-91. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
4851 4112 11/3.0.1.0.1 ALL Kobresion myosuroidis Gams 1936 pelouses basophiles alpines climaciques, alpienno-pyrénéennes, chionophobes Gams, H., 1936. Die Vegetation des Grossglocknergebietes. Verhandl. Zool. Bot. Ges. Wien, 16.
4852 4113 11/3.0.1.0.1 syn = Kobresion myosuroidis Braun-Blanquet 1948 Elynion medioeuropaeum Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4853 4114 11/3.0.1.0.1 syn = Oxytropido halleri - Kobresion myosuroidis Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4854 4115 11/3.0.1.0.1 syn incl Dryadetum octopetalae Thimm 1953 Thimm, I. 1953. Die Vegetation des Sonnwendgebirges (Rofan in Tirol subalpine und alpine Stufe). Ver. Naturwiss.-Med. Ver. Innsbruck, 50 : 5-166.
4855 4118 11/3.0.1.0.1/01 ASS Kobresio myosuroidis - Oxytropidetum halleri (Braun-Blanquet 1948) Küpfer 1974 Pyrénées orientales et centrales alpin psychrophile Küpfer, P. 1974. Recherches sur les liens de parenté entre la flore orophile des Alpes et celle des Pyrénées. Boissiera, 23 : 1-322. Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4856 4117 11/3.0.1.0.1/01 syn = Kobresio myosuroidis - Oxytropidetum foucaudii Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4857 4116 11/3.0.1.0.1/01 syn = Kobresio myosuroidis - Oxytropidetum halleri Braun-Blanquet 1948 corr. Gruber 1978 Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t. Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4858 4119 11/3.0.1.0.1/02 ASS Carici atratae - Kobresietum myosuroidis Braun-Blanquet 1913 em. Rivas-Martínez & Géhu 1978 Alpes alpin psychrophile Rivas-Martínez, S. & J.-M. Géhu, 1978. Observations syntaxonomiques sur quelques végétations du Valais suisse. Doc. Phytosoc., N.S., 3 : 371-424.
4859 4120 11/3.0.1.0.1/02 syn ambig Kobresietum myosuroidis Braun 1913 Braun, J., 1913. Die Vegetationsverhältnisse der Schneestufe in den Rätisch-Lepontinischen Alpen. N. Denkschr. Schweiz. Nat. Ges., 48, 7+347 p., 1 carte h.t.
4860 4121 11/3.0.1.0.1/03 ASS Kobresio myosuroidis - Caricetum curvulae subsp. rosae (Friedel 1956) Erschbamer 1992 Alpes, Pyrénées alpin psychrophile Kobresio myosuroidis - Caricetum rosae Erschbamer, B., 1992. Zwei neue Gesellschaften mit Krummseggen (Carex curvula ssp. rosae, Carex curvula ssp. curvula) aus den Alpen. Ein Beitrag zur Klärung eines alten ökologischen Rätsel. Phytocoenologia, 21 : 91-116. Friedel, H., 1956. Die alpine Vegetation des obersten Mölltales (Hohe Tauern). Wiss. Alpenvereinsh., 16 : 153 p.
4861 4122 11/3.0.1.0.1/04 ASS Carici brevicollis - Oxytropidetum foucaudii Gruber 1978 Pyrénées occidentales et centrales alpin psychrophile Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
4862 4123 11/3.0.1.0.1/05 ASS Oxytropido neglectae - Kobresietum myosuroidis Rivas-Martínez, Diaz-Gonzalez, Fernandez-Prieto, Loidi-Arregui & Penas-Marinas 1984 Pyrénées occidentales et centrales alpin psychrophile Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
4863 4124 11/3.0.1.0.1/06 ASS Caricetum rupestris E. & S. Pignatti 1975 Alpes alpin psychrophile Pignatti, E. & S. Pignatti, 1975. Syntaxonomy of the Sesleria varia grasslands of the Calcareous Alps, Vegetatio, 30 : 5-14.
4864 4125 11/3.0.1.0.1/07 ASS Seslerio caeruleae - Geranietum argentei Sutter 1969 prov. Alpes psychrophile ?
4865 4126 11/3.0.1.0.1/08 ASS Oxytropido foucaudii - Kobresietum myosuroidis Chouard 1943 au dessus de 2400 m Pyrénées centrales alpin Chouard, P., 1943. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fra., 90 (1/6) : 1-4 (suite 1), 25-29 (suite 2).
4866 4127 11/3.0.1.0.1/08 syn = Carici curvulae subsp. rosae - Kobresietum myosuroidis Rivas-Martínez 1987 Carici rosae - Kobresietum myosuroidis Rivas-Martínez, S., 1987. Mapa de series de vegetacion de Espana (1/400 000) + memoria. ICONA, Serie Técnica. 268 p. + 30 mapas. Madrid.
4867 4128 11/3.0.1.0.1/08 syn = Kobresio myosuroidis - Salicetum retusae Nègre 1968 Nègre, R., 1968. Course phytosociologique au Seil de la Baque. Ann. Fac. Sci. Marseille, 31 : 149-155.
4868 4129 11/3.0.1.0.1/09 ASS Salici pyrenaicae - Dryadetum octopetalae Chouard 1943 1500 - 2500 m pentes rocheuses Chouard, P., 1943. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fra., 90 (1/6) : 1-4 (suite 1), 25-29 (suite 2).
4869 4130 11/3.0.1.0.1/10 ASS Oxytropido neglectae - Kobresietum myosuroidis Rivas-Martínez, T.E. Díaz, F. Prieto, Loidi & Penas 1984 Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
4870 4131 11/3.0.1.0.1/10 syn = Oxytropido neglectae - Kobresietum myosuroidis Rivas-Martínez 1983 Rivas-Martínez, S., 1983. Vegetatio Hispaniae. Notulae VI. Stud. Bot. Univ. Salamanca, 3 : 7-13.
4871 4132 11/4. 6170pp CLA Seslerietea caeruleae Braun-Blanquet 1948 em. Oberdorfer 1978 pelouses basophiles subalpines, secondaires, chionophiles Oberdorfer, E., 1978. Süddeutsche Pflanzengesellschaften (2ten Aufl.), Teil II., 355 p. Gustav Fischer Verlag, Stuttgart. Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4872 4133 11/4. syn = Kobresio myosuroidis - Seslerietea caeruleae Braun-Blanquet 1948 em. Ohba 1974 Ohba, T., 1974. Vergleichende Studien über die alpine Vegetations Japans, 1 : Carici rupestris-Kobresietea bellardii. Phytocoenologia, 1 : 339-401. Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4873 4134 11/4. syn pp Festuco - Seslerietea caeruleae Barbero & Bonin 1969 Barbero, M. & G. Bonin, 1969. Signification biogéographique et phytosociologique des pelouses écorchées des massifs méditerranéens nord-occidentaux, des Apennins et des Balkans septentrionaux (Festuco-Seslerietea). Bull. Soc. Bot. France, 116 : 227-243.
4874 4135 11/4. syn pp Kobresio myosuroidis - Seslerietea caeruleae Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4875 4136 11/4.0.1 ORD Seslerietalia caeruleae Braun-Blanquet in Braun-Blanquet & Jenny 1926 pelouses basophiles subalpines, secondaires, chionophiles Braun-Blanquet, J. & H. Jenny, 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
4876 4137 11/4.0.1 syn incl Helictotrichion sedenensis Barbero 1968 em. Gaultier 1989 Gaultier, C., 1989. Relations entre pelouses eurosibériennes et groupements méditerranéens. Etude régionale (Diois) et synthèse sur le pourtour méditerranéen nord-occidental. Thèse, Univ. Paris sud-Orsay, 2 tomes de 230 p. et 119 p., 54 tab., fig. h.t. Barbero, M., 1968. A propos des pelouses écorchées des Alpes maritimes et ligures. Bull. Soc. Bot. Fra., 115 : 219-224.
4877 4138 11/4.0.1 syn incl pp Helictotrichion sedenensis Barbero 1968 Avenion montanae Barbero, M., 1968. A propos des pelouses écorchées des Alpes maritimes et ligures. Bull. Soc. Bot. Fra., 115 : 219-224.
4878 4140 11/4.0.1 syn pp Astragaletalia sempervirentis Barbero 1968 Barbero, M., 1968. A propos des pelouses écorchées des Alpes maritimes et ligures. Bull. Soc. Bot. Fra., 115 : 219-224.
4879 4139 11/4.0.1 syn pp Festuco - Helictotrichietalia Barbero 1968 Festuco - Avenetalia Barbero, M., 1968. A propos des pelouses écorchées des Alpes maritimes et ligures. Bull. Soc. Bot. Fra., 115 : 219-224.
4880 4141 11/4.0.1.0.1 ALL Seslerion caeruleae Braun-Blanquet in Braun-Blanquet & Jenny 1926 pelouses basophiles subalpines, alpiennes, mésohydriques Braun-Blanquet, J. & H. Jenny, 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
4881 4142 11/4.0.1.0.1.1 SUBALL Seslerienion caeruleae Béguin 1970 pelouses basophiles subalpines, alpiennes, mésohydriques, des sols constitués 'Béguin, C., 1970. Contribution à l''étude phytosociologique et écologique du Haut-Jura. Thèse, Univ. Neuchâtel, 190 p., 1 carte h.t.'
4882 4143 11/4.0.1.0.1.1/02 ASS Laserpitio sileris - Seslerietum caeruleae Moor in Moor & Schwarz 1957 Alpes Moor, M. & U. Schwarz, 1957. Die kartographische Darstellung der Vegetation des Creux du Van-Gebietes. Beitr. Geobot. Landesaufn. Schweiz, 37 : 20-67.
4883 4144 11/4.0.1.0.1.1/03 ASS Seslerio caeruleae - Helictotrichetum sedenense (Lippmaa 1933) Guinochet 1938 Alpes 'Guinochet, M., 1938. Etude sur la végétation de l''étage alpin dans le bassin supérieur de la Tinée (Alpes maritimes). Comm. SIGMA, 59, 458 p.' Lippmaa, T., 1933. Aperçu général sur la végétation autochtone du Lautaret (Hautes Alpes). Acta Inst. Horti. Bot. Tartu., 3 : 1-104.
4884 4145 11/4.0.1.0.1.1/03 syn incl Hieracio villosi - Helictotrichetum sedenense Barbero 1972 Barbero, M., 1972. Etudes phytosociologiques et écologiques comparées des végétations orophiles alpine, subalpine et mésogéenne des Alpes maritimes et ligures. Thèse, Univ. Marseille, 418 p.
4885 4146 11/4.0.1.0.1.1/04 ASS Androsaco villosae - Gentianetum angustifoliae Ritter 1969 Vercors aux Alpes-maritimes (préalpes sud occidentales) 'Ritter, J., 1969. Les groupements végétaux des étages subalpin et alpin du Vercors méridional. Essai d''interprétation statistique. Thèse, Univ. Paris-sud Orsay, 126 p. '
4886 4147 11/4.0.1.0.1.1/05 ASS Gentiano angustifoliae - Seslerietum caeruleae de Bannes-Puygiron 1933 pelouse basophile subalpine des Alpes du Dauphiné Alpes Bannes-Puygiron, G. de, 1933. Le Valentinois méridional. Esquisse phytosociologique. Trav. Inst. Bot. Montpellier, 200 p. [= Comm. SIGMA 19, 200 p.].
4887 6943 11/4.0.1.0.1.1/06 ASS Alchemillo conjunctae - Seslerietum caeruleae (Luquet & Aubert 1930) Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM). ?
4888 4148 11/4.0.1.0.1.2 SUBALL Drabo aizoidis - Seslerienion caeruleae Béguin 1970 pelouses basophiles subalpines, alpiennes, mésohydriques, des dalles 'Béguin, C., 1970. Contribution à l''étude phytosociologique et écologique du Haut-Jura. Thèse, Univ. Neuchâtel, 190 p., 1 carte h.t.'
4889 4149 11/4.0.1.0.1.2/01 ASS Valeriano tripteris - Seslerietum caeruleae Oberdorfer 1957 Alpes Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
4890 4150 11/4.0.1.0.1.2/02 ASS Minuartio vernae - Arenarietum multicaulis Béguin 1970 Jura 'Béguin, C., 1970. Contribution à l''étude phytosociologique et écologique du Haut-Jura. Thèse, Univ. Neuchâtel, 190 p., 1 carte h.t.'
4891 4151 11/4.0.1.0.1.2/03 ASS Veronico fruticulosae - Agrostietum schleicheri Béguin 1970 Jura 'Béguin, C., 1970. Contribution à l''étude phytosociologique et écologique du Haut-Jura. Thèse, Univ. Neuchâtel, 190 p., 1 carte h.t.'
4892 4152 11/4.0.1.0.1.2/04 ASS Festucetum quadriflorae Braun 1913 Alpes Braun, J., 1913. Die Vegetationsverhältnisse der Schneestufe in den Rätisch-Lepontinischen Alpen. N. Denkschr. Schweiz. Nat. Ges., 48, 7+347 p., 1 carte h.t.
4893 4153 11/4.0.1.0.1.2/05 ASS Globulario cordifoliae - Astragaletum sempervirentis (Lejoly 1975) Julve 1993 prov. Alpes méridionales Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. 'Lejoly, J., 1975. Phytosociologie et écologie en moyenne montagne méditerranéenne. Groupes écologiques, associations stationnelles et séries de végétation dans une séquence bioclimatique méditerranéoalpine de la région d''Entrevaux-Peyresq (Alpes de haute-provence, France). Thèse, Univ. libre Bruxelles., 595 p.'
4894 4154 11/4.0.1.0.1.3 SUBALL Agrostio capillaris - Seslerienion caeruleae Béguin 1970 pelouses neutroclines subalpines, alpiennes, mésohydriques 'Béguin, C., 1970. Contribution à l''étude phytosociologique et écologique du Haut-Jura. Thèse, Univ. Neuchâtel, 190 p., 1 carte h.t.'
4895 4155 11/4.0.1.0.1.3/01 ASS Seslerio caeruleae - Caricetum sempervirentis Beger 1922 em. Braun-Blanquet in Braun-Blanquet & Jenny 1926 Alpes Braun-Blanquet, J. & H. Jenny, 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349. Beger, H., 1922. Assoziationsstudien in der Waldstufe des Schanfiggs. Mitt. Bot. Museum Univ. Zürich, 96 : 1-147.
4896 4156 11/4.0.1.0.1.3/02 ASS Plantagini atratae - Caricetum sempervirentis Béguin 1970 Jura 'Béguin, C., 1970. Contribution à l''étude phytosociologique et écologique du Haut-Jura. Thèse, Univ. Neuchâtel, 190 p., 1 carte h.t.'
4897 9399 11/4.0.1.0.1.3/03 ASS Anthoxantho odorati - Plantaginetum mediae Barbero & Quézel 1975 Mont Ventoux
4898 9400 11/4.0.1.0.1.3/04 ASS Anthoxantho odorati - Deschampsietum flexuosae Archiloque, Borel & Lavagne 1971 Alpes méridionales
4899 4157 11/4.0.1.0.1.4 SUBALL Caricenion firmae (Gams 1936) Theurillat in Theurillat, Aeschimann, Küpfer & Spichiger 1995 pelouses neutroclines subalpines, alpiennes, mésohydriques Theurillat, J.P., D. Aeschimann, P. Küpfer & R. Spichiger, 1995. The higher Vegetation units of the Alps. Coll. Phytosoc., 23 : 189-239. (Large Area Vegetation Surveys, Bailleul 1994).
4900 4158 11/4.0.1.0.1.4 syn = Caricion firmae Gams 1936 Gams, H., 1936. Die Vegetation des Grossglocknergebietes. Verhandl. Zool. Bot. Ges. Wien, 16.
4901 4159 11/4.0.1.0.1.4/01 ASS Caricetum firmae Braun-Blanquet in Braun-Blanquet & Jenny 1926 Alpes Braun-Blanquet, J. & H. Jenny, 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
4902 4160 11/4.0.1.0.1.5 SUBALL Caricenion ferrugineae subsp. tenacis (Sutter 1962) Theurillat in Theurillat, Aeschimann, Küpfer & Spichiger 1995 ? Caricenion tenacis Theurillat, J.P., D. Aeschimann, P. Küpfer & R. Spichiger, 1995. The higher Vegetation units of the Alps. Coll. Phytosoc., 23 : 189-239. (Large Area Vegetation Surveys, Bailleul 1994). Sutter, R., 1962. Das Caricion austroalpinae, ein neuer insubrisch-südalpiner Sesterietalia-Verband. Mitt. Ostalpin-Dinar. Pflanzensoz. Arbeitsgem., 2 : 18-22.
4903 4161 11/4.0.1.0.1.5 syn = Caricion ferrugineae subsp. tenacis Sutter 1962 Caricion tenacis Caricion austroalpinae Sutter, R., 1962. Das Caricion austroalpinae, ein neuer insubrisch-südalpiner Sesterietalia-Verband. Mitt. Ostalpin-Dinar. Pflanzensoz. Arbeitsgem., 2 : 18-22.
4904 4162 11/4.0.1.0.1.5/01 ASS ?
4905 4163 11/4.0.1.0.2 ALL Festucion dimorphae Bonin 1969 pelouses basophiles alpiennes, liguriennes, mésohydriques, adrets abrupts 'Bonin, G., 1969. A propos de la valeur phytosociologique des pelouses écorchées de l''Apennin. Ann. Fac. Sc. Marseille, 42 : 139-144.'
4906 4164 11/4.0.1.0.2 syn ambig Helictotrichion sempervirentis Barbero 1968 em. Gaultier 1989 Gaultier, C., 1989. Relations entre pelouses eurosibériennes et groupements méditerranéens. Etude régionale (Diois) et synthèse sur le pourtour méditerranéen nord-occidental. Thèse, Univ. Paris sud-Orsay, 2 tomes de 230 p. et 119 p., 54 tab., fig. h.t. Barbero, M., 1968. A propos des pelouses écorchées des Alpes maritimes et ligures. Bull. Soc. Bot. Fra., 115 : 219-224.
4907 4165 11/4.0.1.0.2 syn pp Helictotrichion sempervirentis Barbero 1968 Avenion sempervirentis Barbero, M., 1968. A propos des pelouses écorchées des Alpes maritimes et ligures. Bull. Soc. Bot. Fra., 115 : 219-224.
4908 4166 11/4.0.1.0.2/01 ASS Festucetum dimorphae Barbero 1972 pierriers stabilisés, ligures Alpes ligures subalpin Barbero, M., 1972. Etudes phytosociologiques et écologiques comparées des végétations orophiles alpine, subalpine et mésogéenne des Alpes maritimes et ligures. Thèse, Univ. Marseille, 418 p.
4909 4167 11/4.0.1.0.2/02 ASS Helictotrichetum parlatorei Lavagne, Archiloque, Borel, Devaux, Moutte & Cadel 1983 Alpes ligures subalpin Lavagne, A., Archiloque, A., Borel, L., Devaux, J.P., Moutte, P., Cadel, G., 1983. La végétation du parc naturel régional du Queyras. Commentaires de la carte phytoécologique au 1/50 000e. Biol. Ecol. Médit., 10 : 175-248.
4910 4168 11/4.0.1.0.2/02 syn ambig Centaureo triumfetti - Helictotrichetum sempervirentis Barbero 1968 Barbero, M., 1968. A propos des pelouses écorchées des Alpes maritimes et ligures. Bull. Soc. Bot. Fra., 115 : 219-224.
4911 4169 11/4.0.1.0.2/02 syn ambig Centaureo triumfetti - Helictotrichetum sempervirentis Barbero 1972 Barbero, M., 1972. Etudes phytosociologiques et écologiques comparées des végétations orophiles alpine, subalpine et mésogéenne des Alpes maritimes et ligures. Thèse, Univ. Marseille, 418 p.
4912 4170 11/4.0.1.0.3 ALL Festucion gautieri subsp. scopariae Braun-Blanquet 1948 pelouses basophiles subalpines, pyrénéennes, mésohydriques Festucion scopariae Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4913 4171 11/4.0.1.0.3 syn incl Festucenion gautieri subsp. scopariae Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Festucenion scopariae Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
4914 4172 11/4.0.1.0.3 syn incl Saponarienion caespitosae (P. Montserrat & Villar 1987) Rivas-Martínez, T.E. Díaz, F. Prieto, Loidi & Penas 1991 Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernández-Prieto, J Loidi & A. Penas, 1991. Festuco hystricis – Ononidetea striatae y Rosmarinetea officinalis, clases de vegetacion independanties. Itinera Geobotanica, 5 : 505-516.
4915 4174 11/4.0.1.0.3 syn incl Saponarion caespitosae P. Montserrat & Villar 1975 pyrénéen centro-occidental subalpin supérieur Montserrat, P. & L. Villar 1975. Les communautés à Festuca scoparia dans la moitié occidentale des Pyrénées (Notes préliminaires). Docu. Phytosoc., 9-14 : 207-221. 2 tab. h. t.
4916 4173 11/4.0.1.0.3 syn incl Saponarion caespitosae P. Montserrat & Villar 1987 Montserrat, P. & L. Villar, 1987. Las comunidades de Saponaria caespitosa en el Pirineo. Lazaroa, 7 : 9-24.
4917 4175 11/4.0.1.0.3 syn incl Thymelaeion nivalis P. Montserrat & Villar 1975 Montserrat, P. & L. Villar 1975. Les communautés à Festuca scoparia dans la moitié occidentale des Pyrénées (Notes préliminaires). Docu. Phytosoc., 9-14 : 207-221. 2 tab. h. t.
4918 4176 11/4.0.1.0.3/01 ASS Festuco gautieri subsp. scopariae - Seslerietum caeruleae Braun-Blanquet 1948 Pyrénées orientales Festucetum scopariae Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4919 4177 11/4.0.1.0.3/01 syn = Festucetum gautieri subsp. scopariae Susplugas ex Braun-Blanquet 1948 Festucetum scopariae Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4920 4178 11/4.0.1.0.3/02 ASS Saponario caespitosae - Festucetum gautieri subsp. scopariae Gruber 1978 Pyrénées centrales Saponario caespitosae - Festucetum scopariae Saponario caespitosae - Festucetum scopariae Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
4921 4179 11/4.0.1.0.3/02 syn = Saponario caespitosae - Festucetum gautieri subsp. scopariae Gruber 1978 ex Ninot 1988 Saponario caespitosae - Festucetum scopariae Saponario caespitosae - Festucetum scopariae Ninot, J.-M., 1988. Sobre la vegetació pratense supraforestal del massís del Turbó (Prepirineu aragonés). Monogr. Inst. Piren. Ecol. (Jaca), 4 : 677-685. Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
4922 4180 11/4.0.1.0.3/02 syn = Saponario caespitosae - Festucetum gautieri subsp. scopariae Gruber 1978 ex Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 Saponario caespitosae - Festucetum scopariae Saponario caespitosae - Festucetum scopariae Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. Sintaxonomía de los hayedos del suroccidente de Europa. Itinera Geobot., 5 : 457-480. Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
4923 4181 11/4.0.1.0.3/03 ASS Oxytropido pyrenaicae - Festucetum gautieri subsp. scopariae Rivas-Martínez, Diaz, Fernandez-Prieto, Loidi & Penas 1984 Oxytropido pyrenaicae - Festucetum scopariae Oxytropido pyrenaicae - Festucetum scopariae Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
4924 4182 11/4.0.1.0.3/03 syn = Oxytropido pyrenaicae - Festucetum gautieri subsp. scopariae Rivas-Martínez, Bàscones, T.E. Díaz, Fernández-González & Loidi 1991 Oxytropido pyrenaicae - Festucetum scopariae Oxytropido pyrenaicae - Festucetum scopariae Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. Sintaxonomía de los hayedos del suroccidente de Europa. Itinera Geobot., 5 : 457-480.
4925 4183 11/4.0.1.0.3/04 ASS Oxytropido amethysteae - Caricetum humilis Carrillo & I. Soriano in Carrillo & Vigo 1997 Carrillo, E. & J. Vigo, 1997. Mapa de vegetació de Catalunya 1:50.000. Memòria del full 254, 35-11. Gósol. Inst. Cart. Cat. i IEC. Barcelona.
4926 4184 11/4.0.1.0.3/05 ASS Plantagini mediae - Seslerietum caeruleae Vigo (1979) 1982 Vigo, J., 1982. Els pastures acidòfiles muntanes (Chamaespartio-Agrostidenion, nova subaliança) de les comarques humides de Catalunya. Acta Geol. Hisp., 14 : 534-538. Vigo, J., 1979. Notes fitocenològiques, III. (Els prats calcícoles montans a la Vall de Ribes i zones properes). Collect. Bot. (Barcelona), 11 : 329-386.
4927 4185 11/4.0.1.0.3/06 ASS Seslerio caeruleae - Lomelosietum graminifoliae Masalles & Vigo in Farrás, Masalles, E. Velasco & Vigo 1981 Seslerio caeruleae - Scabiosetum graminifoliae Farràs, A., R.M. Masalles, E. Velasco & J. Vigo, 1981. Sobre la flora i la vegetació de la Serra de Cadí. Butll. Inst. Catalana Hist. Nat., Sec. Bot., 46 : 131-145.
4928 4186 11/4.0.1.0.3/07 ASS Serratulo nudicaulis - Asperuletum pyrenaicae P. Montserrat & Villar 1987 Montserrat, P. & L. Villar, 1987. Las comunidades de Saponaria caespitosa en el Pirineo. Lazaroa, 7 : 9-24.
4929 6501 11/4.0.1.0.3/08 ASS Seslerio caeruleae - Globularietum nudicaulis Nègre 1968 Nègre, R., 1968. Regards phytosociologiques sur le cirque de Medassoles. Monde des Plantes, 359 : 9-12.
4930 4187 11/4.0.1.0.4 ALL Caricion ferrugineae Braun-Blanquet 1931 pelouses basophiles subalpines, alpiennes, mésohygrophiles Braun-Blanquet, J., 1931. Recherches phytogéographiques sur le Massif du Grossglockner (Hohe Tauerm). Impr. All. et Fils. Grenoble.
4931 4188 11/4.0.1.0.4 syn incl Calamagrostion variae Sillinger 1929 ?
4932 8192 11/4.0.1.0.4 syn incl Calamagrostion variae Sillinger 1932 em. Hadàč et al. 1969 Hadàč, E., & al., 1969. Die Pflanzengesellschaften des Tales „Dolina Siedmich prameňov“ in der Belauer Tatra. – Vegetácia ČSSR, Ser. B, 2 : 5–343. Sillinger, P., 1932. Festucetum carpaticae v Nízkých Tatrách ve srovnání s analogickou asociací v jiných částech oblasti západokarpatské. [The association Festucetum carpaticae in the Nízke Tatry Mts. and its comparison with analogous association in other parts of the West Carpathian region.] Rozpr. České Akad. Věd, Tř. 2, Vědy Mat.-Přír., 41 (1931)/16: 1–21.
4933 8193 11/4.0.1.0.4 syn incl Calamagrostion variae Sillinger ex Hadàč 1962 Hadàč, E., 1962. Übersicht der höheren Vegetationseinheiten des Tatragebirges. Vegetatio, 11 : 46–54.
4934 4189 11/4.0.1.0.4/01 ASS Caricetum ferrugineae Lüdi 1921 Lüdi, W., 1921. Die Pflanzengesellschaften des Lauterbrunnentales und ihre Sukzession. Beitr. Geobot. Landesaufn. Schweiz, 9, 364 p.
4935 4190 11/4.0.1.0.4/02 ASS Festuco violaceae - Trifolietum thalii (Rübel 1912) Braun-Blanquet in Braun-Blanquet & Jenny 1926 Alpes Braun-Blanquet, J. & H. Jenny 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349. Rübel, E., 1912. Pflanzengeographische Monographie des Berninagebietes. Bot. Jahrb., 47 : 615 p.
4936 4191 11/4.0.1.0.4/03 ASS Alchemillo hoppeanae - Bellardiochloetum variegatae Lacoste 1965 Alpes méridionales subalpin ubacs, 10° à 1935° méso-oligotrophile neutrocline intermédiaire Lacoste, A., 1965. Etude phytosociologiques des forêts de Mélèzes dans les Alpes maritimes : leurs relations avec les pelouses mésophiles subalpines et les rhodoraies. Rev. Gén. Bot., 72 : 603-614.
4937 4192 11/4.0.1.0.4/03 syn = Bellardiochloo variegatae - Alchemilletum hoppeanae Lacoste (1965) 1975 'Lacoste, A., 1975. La végétation de l''étage subalpin du bassin supérieur de la Tinée (Alpes maritimes). Phytocoenologia, 3 : 123-346.' Lacoste, A., 1965. Etude phytosociologiques des forêts de Mélèzes dans les Alpes maritimes : leurs relations avec les pelouses mésophiles subalpines et les rhodoraies. Rev. Gén. Bot., 72 : 603-614.
4938 4193 11/4.0.1.0.4/04 ASS Gentiano vernae subsp. delphinensis - Ranunculetum pyrenaei Guinochet 1975 Alpes méridionales Guinochet, M., 1975. Sur quelques associations de pelouses des préalpes de Grasse. Anales Inst. Bot. Cavanilles, 32 : 1291-1314.
4939 4194 11/4.0.1.0.4/05 ASS Pulsatillo alpinae - Anemonetum narcissiflorae Béguin 1970 Jura 'Béguin, C., 1970. Contribution à l''étude phytosociologique et écologique du Haut-Jura. Thèse, Univ. Neuchâtel, 190 p., 1 carte h.t.'
4940 4195 11/4.0.1.0.4/06 ASS Laserpitio latifolii - Calamagrostietum variae (Kuhn 1937) Moor 1957 Alpes ? Kuhn, K., 1937. Die Pflanzengesellschaften im Neckargebiet der Schwäbischen Alb. Öhringen, 340 p.
4941 4196 11/4.0.1.0.4/06 syn = Laserpitio latifolii - Calamagrostietum variae (Kuhn 1937) Müller 1961 Müller, T., 1961. Ergebnisse pflanzensoziologische Untersuchungen in Südwestdeutschland. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 111-122. Kuhn, K., 1937. Die Pflanzengesellschaften im Neckargebiet der Schwäbischen Alb. Öhringen, 340 p.
4942 8190 11/4.0.1.0.4/06 syn ambig Calamagrostidetum variae Sillinger 1932 Sillinger, P., 1932. Festucetum carpaticae v Nízkých Tatrách ve srovnání s analogickou asociací v jiných částech oblasti západokarpatské. [The association Festucetum carpaticae in the Nízke Tatry Mts. and its comparison with analogous association in other parts of the West Carpathian region.] Rozpr. České Akad. Věd, Tř. 2, Vědy Mat.-Přír., 41 (1931)/16: 1–21.
4943 8191 11/4.0.1.0.4/06 syn = Geranio sylvatici - Calamagrostietum variae (Sillinger 1932) Kliment, Jarolímek, Šibík & Valachovič 2004 Kliment, J., I. Jarolímek, J. Šibík & M. Valachovič, 2004.. Syntaxonomy and nomenclature of the communities of the orders Calamagrostietalia villosae and Adenostyletalia in Slovakia. Thaiszia - J. Bot., Košice, 14 : 65 p. Sillinger, P., 1932. Festucetum carpaticae v Nízkých Tatrách ve srovnání s analogickou asociací v jiných částech oblasti západokarpatské. [The association Festucetum carpaticae in the Nízke Tatry Mts. and its comparison with analogous association in other parts of the West Carpathian region.] Rozpr. České Akad. Věd, Tř. 2, Vědy Mat.-Přír., 41 (1931)/16: 1–21.
4944 4197 11/4.0.1.0.4/07 ASS Campanulo thyrsoideae - Laserpitietum latifolii Béguin 1970 Jura 'Béguin, C., 1970. Contribution à l''étude phytosociologique et écologique du Haut-Jura. Thèse, Univ. Neuchâtel, 190 p., 1 carte h.t.'
4945 4198 11/4.0.1.0.4/08 ASS Tephrosero integrifoliae - Bellardiochloetum variegatae Barbero & Quézel 1975 Alpes méridionales Barbero, M. & P. Quézel, 1975. Végétation culminale du Mont Ventoux. Sa signification dans une interprétation phytogéographique des Préalpes méridionales. Ecol. Medit., 1 : 3-30.
4946 4199 11/4.0.1.0.4/09 ASS Ranunculo kuepferi - Fritillarietum tubiformis Barbero & Quézel 1975 Alpes méridionales Barbero, M. & P. Quézel, 1975. Végétation culminale du Mont Ventoux. Sa signification dans une interprétation phytogéographique des Préalpes méridionales. Ecol. Medit., 1 : 3-30.
4947 4200 11/4.0.1.0.4/10 ASS Senecioni doronici - Caricetum sempervirentis Richard in Richard, Bourgnon & Strub 1977 prov. Jura Richard, J.L., R. Bourgnon & D. Strub, 1977. La végétation du Vanil noir et du vallon des Morteys (Préalpes de la Suisse occidentale). Bull. Soc. Frib. Sci. Nat., 66(1) : 1-52.
4948 8162 11/4.0.1.0.4/11 ASS Bellidiastro michelii - Seslerietum caeruleae Gensac 1979 Gensac, P., 1979. Les pelouses supraforestières du massif de la Vanoise. Trav. Sci. Parc Naturel Vanoise, 10 : 111-243.
4949 4201 11/4.0.1.0.5 ALL Primulion elatioris subsp. intricatae Braun-Blanquet 1948 ex Vigo 1972 pelouses basophiles subalpines, pyrénéennes, mésohygrophiles Primulion intricatae Vigo, J., 1972. Notes sur les pélouses subalpines des Prepyrénées orientales. Pirineos, 105 : 47-59. Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4950 4202 11/4.0.1.0.5 syn = Primulion elatioris subsp. intricatae Braun-Blanquet 1948 Primulion intricatae Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4951 4203 11/4.0.1.0.5/01 ASS Festuco nigrescentis - Trifolietum thalii Braun-Blanquet 1948 pelouse subalpine, basophile, psychrophile, pyrénéenne orientale Pyrénées orientales subalpin supérieur Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4952 6507 11/4.0.1.0.5/01 syn incl Trifolio repentis - Agrostietum capillaris Nègre 1969 'Nègre, R., 1969. La végétation du bassin de l''One (Pyrénées centrales). 2ème note : les pelouses. Portug. Acta Biol., Sect. B, 10 : 1-137.'
4953 4204 11/4.0.1.0.5/03 ASS Scabioso cinereae - Crepidetum pyrenaicae Braun-Blanquet 1948 pelouse subalpine, basophile, psychrophile, pyrénéenne orientale Pyrénées orientales Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4954 4205 11/4.0.1.0.5/05 ASS Alchemillo plicatulae - Adonidetum pyrenaicae (Braun-Blanquet 1948) Gruber 1978 pelouse subalpine, basophile, psychrophile, pyrénéenne centrale Pyrénées centrales et orientales Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t. Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4955 4206 11/4.0.1.0.5/05 syn = Primulo elatioris subsp. intricatae - Adonidetum pyrenaicae Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4956 4207 11/4.0.1.0.5/06 ASS Helictotricho sedenensis - Bellardiochloetum variegatae Lazare & Mauric 1986 pelouse subalpine, basophile, psychrophile, pyrénéenne occidentale Pyrénées occidentales 'Lazare, J.-J. & A. Mauric 1986. L''Helictotricho-Bellardiochloetum violaceae et le Primulo-Horminetum pyrenaici, associations orophiles nouvelles des Pyrénées occidentales. Colloq. Intern. Bot. Pyrén. La Cabanasse : 413-420.'
4957 4208 11/4.0.1.0.5/07 ASS Primulo elatioris subsp. intricatae - Horminetum pyrenaici Lazare & Mauric 1986 pelouse subalpine, basophile, psychrophile, pyrénéenne occidentale Pyrénées occidentales subalpin ubac 'Lazare, J.-J. & A. Mauric 1986. L''Helictotricho-Bellardiochloetum violaceae et le Primulo-Horminetum pyrenaici, associations orophiles nouvelles des Pyrénées occidentales. Colloq. Intern. Bot. Pyrén. La Cabanasse : 413-420.'
4958 4209 11/4.0.1.0.5/08 ASS Gentiano acaulis - Primuletum elatioris subsp. intricatae Vigo 1972 pelouse subalpine, basophile, psychrophile, pyrénéenne orientale Pyrénées pelouse fermée subalpin ubac subatlantique méridional psychrophile héliophile mésohygrophile méso-oligotrophile acidophile intermédiaire Vigo, J., 1972. Notes sur les pélouses subalpines des Prepyrénées orientales. Pirineos, 105 : 47-59.
4959 4210 11/4.0.1.0.5/09 ASS Primulo elatioris subsp. intricatae - Adonidetum pyrenaicae Braun-Blanquet 1948 ex Carrillo & Ninot 1992 pelouse subalpine, basophile, psychrophile, pyrénéenne orientale Primulo intricatae - Adonidetum pyrenaicae Carrillo, E. & J.-M. Ninot, 1992. Flora i vegetació de les Valls d’Espot i de Boí. Inst. Est. Cat. 99, 2. 1-352. Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
4960 4211 11/4.0.1.0.5/10 ASS Rhinantho - Stemmacanthetum centauroidis O. de Bolòs 1970 Bolòs, O. de, 1970. Un groupement herbacé thermophile des Pyrénées Centrales. Arch. Natur. Landschafts, 10 : 139-143.
4961 4212 11/4.0.1.0.6 ALL Laserpitio nestleri - Ranunculion thorae Vigo 1979 pelouses basophiles subalpines, pyrénéennes, mésohydriques Vigo, J., 1979. El Ranunculo thorae-Seslerietum, una comunitat pirenenca de peu de cingle. Folia Bot. Misc., 1 : 7-12.
4962 4213 11/4.0.1.0.6/01 ASS Agrostio schleicheri - Festucetum gautieri subsp. scopariae Loidi 1983 corr. Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 Agrostio schleicheri - Festucetum scopariae Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. Sintaxonomía de los hayedos del suroccidente de Europa. Itinera Geobot., 5 : 457-480. Loidi, J., 1983. Estudio de la flora y vegetación de la cuenca de los ríos Deva y Urola en la provincia de Guipúzcoa. Publ. Univ. Complutense de Madrid, Ser. Tesis Doctorales, 298 p. Madrid.
4963 4214 11/4.0.1.0.6/02 ASS Anthyllido vulnerariae subsp. vulnerarioidis - Festucetum nigrescentis Ninot (1988) 1996 Anthyllido vulnerarioidis - Festucetum nigrescentis Ninot, J.-M., 1996. Estudio fitocenológico del macizo del Turbón (Prepirineo central), II : pastos. Lucas Mallada, 8 : 121-182. Huesca. Ninot, J.-M., 1988. Sobre la vegetació pratense supraforestal del massís del Turbó (Prepirineu aragonés). Monogr. Inst. Piren. Ecol. (Jaca), 4 : 677-685.
4964 4215 11/4.0.1.0.6/03 ASS Aquilegio pyrenaicae - Seslerietum caeruleae Herrera, Loidi & F. Prieto 1991 Herrera, M., J. Loidi & J.A. Fernández Prieto, 1991. Vegetación de las montañas calizas vasco cantábricas: Comunidades culminícolas. Lazaroa 12: 345-353.
4965 4216 11/4.0.1.0.6/04 ASS Geo pyrenaici - Caricetum sempervirentis Chouard 1943 pentes herbeuses fraiches subalpines sur calcaire de 1500 à 2500 m Chouard, P., 1943. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fra., 90 (1/6) : 1-4 (suite 1), 25-29 (suite 2).
4966 4217 11/4.0.1.0.6/04 syn = Carici sempervirentis - Geetum pyrenaici Vanden Berghen 1970 Vanden Berghen, C., 1970. La végétation des falaises calcaires des Pyrénées Occidentales (France). Bull. Centr. Etudes Rech. Sci. Biarritz 8(2) : 291-303.
4967 4218 11/4.0.1.0.6/04 syn = Sempervivetum tectori subsp. boutignyani Chouard 1943 Sempervivetum boutignyani Chouard, P., 1943. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fra., 90 (1/6) : 1-4 (suite 1), 25-29 (suite 2).
4968 4219 11/4.0.1.0.6/05 ASS Dryado octopetalae - Salicetum pyrenaicae Chouard 1943 Chouard, P., 1943. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fra., 90 (1/6) : 1-4 (suite 1), 25-29 (suite 2).
4969 4220 11/4.0.1.0.6/05 syn = Alchemillo plicatulae - Dryadetum octopetalae Soriano 1998 Soriano, I., 1998. Los matorrales rastreros de Dryas octopetala en la vertiente sur del Pirineo oriental; aproximación sintaxonómica y ecológica. J. Bot. Soc. Bot. Fr., 5 : 23-30. París.
4970 4221 11/4.0.1.0.6/05 syn = Dryado octopetalae - Salicetum pyrenaicae Vanden Berghen 1970 Vanden Berghen, C., 1970. La végétation des falaises calcaires des Pyrénées Occidentales (France). Bull. Centr. Etudes Rech. Sci. Biarritz 8(2) : 291-303.
4971 4222 11/4.0.1.0.6/05 syn = Veronico gouanii - Salicetum pyrenaicae Nègre 1970 'Nègre, R., 1970. La végétation du bassin de l''One (Pyrénées centrales). 3ème note : les landes. Portug. Acta Biol., Sect. B, 11 : 51-166.'
4972 4223 11/4.0.1.0.6/06 ASS Geranio cinerei - Ranunculetum gouanii Gruber 1978 Pyrénées centrales et occidentales subalpin supérieur Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
4973 4224 11/4.0.1.0.6/07 ASS Ranunculo thorae - Seslerietum caeruleae Vigo 1979 Pyrénées centrales et orientales Vigo, J., 1979. El Ranunculo thorae-Seslerietum, una comunitat pirenenca de peu de cingle. Folia Bot. Misc., 1 : 7-12.
4974 4225 12/1. CLA Agrostio stoloniferae - Arrhenatheretea elatioris subsp. elatioris (Tüxen 1937 em. 1970) de Foucault 1984 prairies européennes secondaires Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Tüxen, R., 1970. Zur Syntaxomnomie des europäischen Wirtschaftsgrünlandes (Wiesen, Weiden, Tritt- und Flutrasen). Ber. Naturhist. Ges. (Hannover), 114 : 77-85. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
4975 4226 12/1. syn = Agrostio stoloniferae - Arrhenatheretea elatioris de Foucault 1989 'Foucault, B. de, 1989. Synsystématique des prairies mésophiles d''Europe (Arrhenatheretalia elatioris). Coll. Phytosoc., 16 : 695-708. (Phytosociologie et pastoralisme, Paris 1988).'
4976 4227 12/1. syn pp Molinio caeruleae - Arrhenatheretea elatioris Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
4977 4228 12/1. syn pp Molinio caeruleae - Arrhenatheretea elatioris Tüxen 1937 em. 1970 Tüxen, R., 1970. Zur Syntaxomnomie des europäischen Wirtschaftsgrünlandes (Wiesen, Weiden, Tritt- und Flutrasen). Ber. Naturhist. Ges. (Hannover), 114 : 77-85. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
4978 4229 12/1.1 SUBCLA Arrhenatherenea elatioris subsp. elatioris (Braun-Blanquet 1947) de Foucault 1984 prairies mésohydriques, européennes Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
4979 4230 12/1.1 syn nn Arrhenatheretea elatioris subsp. elatioris Braun-Blanquet 1949 Braun-Blanquet, J., 1949. Übersicht der Pflanzengesellschaften Rätiens, (III). Vegetatio, 1 : 285-316.
4980 4231 12/1.1 syn = Arrhenatheretea elatioris subsp. elatioris Braun-Blanquet 1947 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
4981 4232 12/1.1.1 ORD Arrhenatheretalia elatioris subsp. elatioris Pawlowski 1928 prairies mésohydriques, médioeuropéennes 'Pawlowski, B., 1928. Guide de l''excursion botanique dans les monts Tatras. In 5ème excursion phytogéographique internationale. Guide des excursions en Pologne. 1ère partie. Krakow, 64 p.'
4982 4233 12/1.1.1 syn = Arrhenatheretalia elatioris subsp. elatioris Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
4983 4234 12/1.1.1 syn = Arrhenatheretalia elatioris subsp. elatioris Tüxen 1931 Tüxen, R., 1931. Pflanzensoziologische Beobachtungen im Feldbergmassiv. Pflanzensoziol.–pflanzengeogr. Studien in Süddeutschland. Beitr. z. Naturdenkmalpfl., 14 : 252-274.
4984 4235 12/1.1.1 syn incl Arrhenatheretalia elatioris subsp. elatioris Pawlowski 1928 em. Mucina in Mucina, Grabherr & Ellmauer 1993 Mucina, L., G. Grabherr & T. Ellmauer (eds.), 1993. Die Pflanzengesellschaften Österreichs, Teil I : Anthropogene Vegetation. 587 p. Verlag Gustav Fischer, Jena.
4985 4236 12/1.1.1 syn incl Poo alpinae - Trisetetalia flavescentis Ellmauer & Mucina in Mucina, Grabherr & Ellmauer 1993 Mucina, L., G. Grabherr & T. Ellmauer (eds.), 1993. Die Pflanzengesellschaften Österreichs, Teil I : Anthropogene Vegetation. 587 p. Verlag Gustav Fischer, Jena.
4986 4237 12/1.1.1.1 6510 SUBORD Arrhenatherenalia elatioris subsp. elatioris de Foucault 1989 prairies mésohydriques, fauchées, médioeuropéennes 'Foucault, B. de, 1989. Synsystématique des prairies mésophiles d''Europe (Arrhenatheretalia elatioris). Coll. Phytosoc., 16 : 695-708. (Phytosociologie et pastoralisme, Paris 1988).'
4987 4238 12/1.1.1.1 syn = Trisetenalia flavescentis Oberdorfer 1990 ?
4988 4239 12/1.1.1.1.1 ALL Lino biennis - Gaudinion fragilis (Braun-Blanquet 1967) de Foucault 1989 prairies mésohydriques à mésohygrophiles, fauchées, thermoatlantiques à subméditerranéennes 'Foucault, B. de, 1989. Synsystématique des prairies mésophiles d''Europe (Arrhenatheretalia elatioris). Coll. Phytosoc., 16 : 695-708. (Phytosociologie et pastoralisme, Paris 1988).' Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
4989 4240 12/1.1.1.1.1 syn = Malvo moschatae - Arrhenatherenion elatioris Rivas Goday & Rivas-Martínez 1963 Rivas Goday, S. & S. Rivas-Martínez, 1963. Estudio y clasificacion de los pastizales espanoles. Publ. Ministerio de agricult., 277, 269 p. Madrid.
4990 4241 12/1.1.1.1.1 syn = Trifolio - Arrhenatherenion elatioris Rivas Goday & Rivas-Martínez 1963 Rivas Goday, S. & S. Rivas-Martínez, 1963. Estudio y clasificacion de los pastizales espanoles. Publ. Ministerio de agricult., 277, 269 p. Madrid.
4991 4242 12/1.1.1.1.1 syn pp Brachypodio rupestris - Centaureion jaceae subsp. nigrae var. nemoralis Braun-Blanquet 1967 Brachypodio rupestris - Centaureion nemoralis Brachypodio pinnati - Centaureion nemoralis Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
4992 4243 12/1.1.1.1.1/01 ASS Lino biennis - Cynosuretum cristati Tüxen & Oberdorfer 1958 prairie mixte mésohygrophile, basophile, thermoatlantique Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
4993 4252 12/1.1.1.1.1/01 syn incl Lino biennis - Brometum hordeacei subsp. hordeacei de Foucault 1986 prov. Foucault, B. de, 1986. Données systémiques sur la végétation prairiale mésophile du pays Basque et des landes de Gascogne. Doc. Phytosoc., N.S., 10 : 203-219.
4994 4246 12/1.1.1.1.1/02 ASS Malvo moschatae - Arrhenatheretum elatioris Tüxen & Oberdorfer 1958 prairie fauchée mésohydrique thermoatlantique, basophile Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
4995 4244 12/1.1.1.1.1/02 syn = Gaudinio fragilis - Festucetum pratensis Braun-Blanquet 1967 em. de Foucault 1989 'Foucault, B. de, 1989. Synsystématique des prairies mésophiles d''Europe (Arrhenatheretalia elatioris). Coll. Phytosoc., 16 : 695-708. (Phytosociologie et pastoralisme, Paris 1988).' Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
4996 4245 12/1.1.1.1.1/02 syn = Gaudinio fragilis - Festucetum pratensis Braun-Blanquet 1967 Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
4997 4253 12/1.1.1.1.1/03 ASS Malvo moschatae - Brometum hordeacei subsp. hordeacei (Baranger 1978) Julve 1994 prairie de fauche (ou mixte) mésohydrique mésothermoatlantique Centre, Ile-de-France, Nord Pas-de-Calais Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994]. 'Baranger, E., 1978. Contribution à l''étude synsystématique des groupements prairiaux dans le domaine atlantique français. Thèse, Univ. Paris Sud-Orsay, 79 p.'
4998 4254 12/1.1.1.1.1/04 ASS Luzulo campestris - Brometum hordeacei subsp. hordeacei de Foucault (1981) 1989 prairie de fauche (ou mixte) mésohydrique mésothermoatlantique, acidocline 'Foucault, B. de, 1989. Synsystématique des prairies mésophiles d''Europe (Arrhenatheretalia elatioris). Coll. Phytosoc., 16 : 695-708. (Phytosociologie et pastoralisme, Paris 1988).' Foucault, B. de, 1981. Les prairies permanentes du bocage virois basse-Normandie, France. typologie phytosociologique et essai de reconstitution des séries évolutives herbagères. Doc. Phytosoc., N.S., 5 : 1-109.
4999 4255 12/1.1.1.1.1/05 ASS Lino biennis - Filipenduletum vulgaris Billy 2000 prov. prairie fauchée mésohydrique, collinéenne, auvergnate, mésotrophile, basophile Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
5000 4256 12/1.1.1.1.1/06 ASS Knautio arvernensis - Malvetum moschatae Billy 2000 prov. prairie fauchée mésohydrique, collinéenne, auvergnate Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
5001 4250 12/1.1.1.1.1/07 ASS Gaudinio fragilis - Arrhenatheretum elatioris Braun-Blanquet 1931 prairie fauchée mésohydrique subméditerranéenne Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5002 4251 12/1.1.1.1.1/07 syn ambig Arrhenatheretum elatioris Braun 1915 'Braun, J., 1915. Les Cévennes méridionales (massif de l''Aigoual). Etude phytogéographique. Arch. Sci. Phys. Nat. Genève, 39 : 72-81, 167-186, 247-269, 339-358, 415-434, 508-538; 40 : 39-63, 112-137, 221-232, 313-328.'
5003 4257 12/1.1.1.1.1/08 ASS Lino biennis - Gaudinietum fragilis Franquesa 1995 prairie fauchée mésohydrique, catalane Franquesa, T., 1995. El paisatge vegetal de la Península del Cap de Creus. Arxius Secc. Ci. Inst. Estud. Catalans, 109 : 1-628.
5004 4247 12/1.1.1.1.1/09 ASS Oenantho pimpinelloidis - Linetum biennis de Foucault 1986 prov. prairie fauchée mésohygrophile, thermoatlantique 'Foucault, B. de, 1986. Contribution à une étude phytosociologique des systèmes prairiaux hygrophile et mésophile de l''Armagnac méridional (Hautes-Pyrénées et Gers, France). Doc. Phytosoc., N.S., 10 : 221-254.'
5005 4249 12/1.1.1.1.1/10 ASS Oenantho pimpinelloidis - Trisetetum flavescentis Terrisse prov. in Bensettiti, Boullet, Chavaudret-Laborie & Deniaud 2005 prairie fauchée mésohygrophile, thermoatlantique 'Bensettiti F., Boullet V., Chavaudret-Laborie C. & Deniaud J. (coord.), 2005. « Cahiers d''habitats » Natura 2000. Connaissance et gestion des habitats et des espèces d''intérêt communautaire. Tome 4 - Habitats agropastoraux. MEDD/MAAPAR/MNHN. Éd. La Documentation française, Paris, 2 volumes : 445 p. et 487 p. + cédérom.'
5006 4248 12/1.1.1.1.1/11 ASS Centaureo jaceae subsp. nigrae var. nemoralis - Festucetum arundinaceae Gruber 1986 prairie de fauche (ou mixte) mésohygrophile pyrénéenne Centaureo nemoralis - Festucetum arundinaceae Gruber, M., 1986. Les prairies de fauche des Arrhenatheretea des hautes Pyrénées. Bull. Soc. Linn. Provence, 1985, 37 : 101-108.
5007 4261 12/1.1.1.1.1/12 ASS Hordeo secalini - Arrhenatheretum elatioris Frileux, de Foucault & Roy 1989 prairie fauchée mésohygrophile normande Normandie 'Frileux, P.N., B. de Foucault & J. Roy, 1989. Etude de la végétation prairiale de la basse vallée de la Seine entre Rouen et l''estuaire (Seine maritime France). Coll. Phytosoc., 16 : 233-240, tab. h.t. (Phytosociologie et pastoralisme, Paris 1988).'
5008 4258 12/1.1.1.1.2 ALL Arrhenatherion elatioris subsp. elatioris Braun-Blanquet 1925 prairies mésohydriques, fauchées, mésothermes, planitiaires collinéennes à montagnardes inférieures, centroeuropéennes à psychroatlantiques Braun-Blanquet, J., 1925. Zur Wertung der Gesellschaftstreue in der Pflanzensoziologie. Vierteljahresschr. Naturforsch. Ges. Zürich, 70 : 122–149.
5009 4259 12/1.1.1.1.2 syn = Arrhenatherion elatioris subsp. elatioris Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
5010 4260 12/1.1.1.1.2.1 SUBALL Colchico autumnalis - Arrhenatherenion elatioris subsp. elatioris de Foucault 1989 prairies mésohygrophiles, fauchées, mésothermes, médioeuropéennes, planitiaires collinéennes, centroeuropéennes à psychroatlantiques 'Foucault, B. de, 1989. Synsystématique des prairies mésophiles d''Europe (Arrhenatheretalia elatioris). Coll. Phytosoc., 16 : 695-708. (Phytosociologie et pastoralisme, Paris 1988).'
5011 4262 12/1.1.1.1.2.1/02 ASS Colchico autumnalis - Festucetum pratensis J. Duvigneaud 1958 em. Didier & Royer 1989 prairie fauchée mésohygrophile lorraine Champagne, Lorraine 'Didier, B. & J.-M. Royer, 1989. Etude phytosociologique des prairies de fauche inondables des vallées de l''Aube, de la Seine et de la Marne (Champagne crayeuse). Coll. Phytosoc., 16 : 195-209. (Phytosociologie et pastoralisme, Paris 1988).' 'Duvigneaud, J., 1958. Contribution à l''étude des groupements prairiaux de la plaine alluviale de la Meuse lorraine. Bull. Soc. Roy. Bot. Belg., 91 : 7-77.'
5012 6801 12/1.1.1.1.2.1/03 ASS Phyteumato orbicularis - Arrhenatheretum elatioris Royer in Royer, Felzines, Misset & Thévenin 2006 prairie fauchée mésohygrophile champenoise Phyteumo orbicularis - Arrhenatheretum Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5013 4263 12/1.1.1.1.2.1/03 syn = Phyteumato orbicularis - Arrhenatheretum elatioris Royer 1975 prov. Phyteumo orbicularis - Arrhenatheretum Royer, J.-M., 1975. Les prairies de fauche semi-naturelles à Narcissus poeticus (Arrhenatherion elatioris) de Bourgogne et de Champagne méridionale. Doc. Phytosoc., 9/14 : 237-244.
5014 4264 12/1.1.1.1.2.1/04 ASS Astrantio majoris - Arrhenatheretum elatioris (Guinochet 1939) de Foucault 1989 prov. prairie fauchée mésohygrophile, submontagnarde, alpienne méridionale Jura 'Foucault, B. de, 1989. Synsystématique des prairies mésophiles d''Europe (Arrhenatheretalia elatioris). Coll. Phytosoc., 16 : 695-708. (Phytosociologie et pastoralisme, Paris 1988).' Guinochet, M., 1939. Observations sur la végétation des étages montagnards et subalpin dans le bassin du Giffre (Haute Savoie). Rev. Gén. Bot., 51 : 600-678.
5015 4265 12/1.1.1.1.2.1/05 ASS Polygono bistortae - Arrhenatheretum elatioris (Oberdorfer 1952) Julve 2003 prov. hoc loco prairie fauchée mésohygrophile, submontagnarde, jurassienne et alpienne septentrionale Massif central, Alpes hoc loco Oberdorfer, E., 1952. Die Wiesen des Oberrheingebietes. Beitr. Naturkundl. Forsch. Südwestdeutschl., 11 : 75-88.
5016 4266 12/1.1.1.1.2.1/06 ASS Alopecuro pratensis - Arrhenatheretum elatioris (Tüxen 1937) Julve 1994 prairie fauchée mésohygrophile eutrophisée France médioeuropéenne Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994]. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5017 7895 12/1.1.1.1.2.1/06 syn = Alopecuro pratensis - Arrhenatheretum elatioris (Tüxen 1937) de Foucault & Julve in de Foucault in prép Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5018 4267 12/1.1.1.1.2.1/06 syn ambig pp Arrhenatheretum elatioris Braun-Blanquet 1919 ex Scherrer 1925 [alopecuretosum] Scherrer, M., 1925. Vegetationsstudien im Limmattal. Veröff. Geobot. Inst. Rübel, 2 : 1-115. Braun-Blanquet, J., 1919. Schedae at Floram raeticam exsciccatam. Jahresber. Naturf. Ges. Graubündens, 2 : 33-61.
5019 4268 12/1.1.1.1.2.1/06 syn pp Dauco carotae - Arrhenatheretum elatioris Görs 1966 [alopecuretosum] Görs, S., 1966. Die Pflanzengesellschaften der Rebhänge am Spitzbergz. Die Natur- und Landschaftsschutzgebiete Baden-Württ., 3.
5020 4269 12/1.1.1.1.2.1/07 ASS Silao silai - Colchicetum autumnalis de Foucault 1996 prov. prairie fauchée mésohygrophile nordiste ?
5021 4270 12/1.1.1.1.2.1/08 ASS Centaureo nigrae - Arrhenatheretum elatioris (Oberdorfer 1957) de Foucault 1989 prov. prairie fauchée mésohygrophile, submontagnarde, vosgienne 'Foucault, B. de, 1989. Synsystématique des prairies mésophiles d''Europe (Arrhenatheretalia elatioris). Coll. Phytosoc., 16 : 695-708. (Phytosociologie et pastoralisme, Paris 1988).' Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5022 4271 12/1.1.1.1.2.1/08 syn pp Arrhenatheretum elatioris Oberdorfer 1952 Arrhenatheretum montanum Oberdorfer, E., 1952. Die Wiesen des Oberrheingebietes. Beitr. Naturkundl. Forsch. Südwestdeutschl., 11 : 75-88.
5023 4272 12/1.1.1.1.2.1/08 syn pp Centaureo nigrae - Arrhenatheretum elatioris Oberdorfer (1952) 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Oberdorfer, E., 1952. Die Wiesen des Oberrheingebietes. Beitr. Naturkundl. Forsch. Südwestdeutschl., 11 : 75-88.
5024 4273 12/1.1.1.1.2.1/09 ASS Heracleo sphondylii - Polygonetum bistortae Billy 2000 prov. prairie fauchée mésohygrophile, submontagnarde, auvergnate Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
5025 4274 12/1.1.1.1.2.1/10 ASS Galio molluginis - Alopecuretum pratensis Hundt (1954) 1958 prairie fauchée mésohygrophile eutrophisée Hundt, R., 1958. Beiträge zur Wiesenvegetation Mitteleuropas. I : die Auenwiesen an der Elbe, Saale und Mulde. Nova Acta Leop., N.F., 20 : 1-206. Hundt, R., 1954. Grünlandgesellschaften an der unteren Mulde und mittleren Elbe. Wiss. Zeitschr. Univ. Halle, Math.-Nat., 3 : 883-928.
5026 6804 12/1.1.1.1.2.1/10 syn = Phleo pratensis - Alopecuretum pratensis Loiseau & Felzines in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5027 4275 12/1.1.1.1.2.1/11 ASS Ophioglosso vulgati - Arrhenatheretum elatioris P. Montserrat 1957 prairie fauchée mésohygrophile, submontagnarde, pyrénéenne Montserrat, P., 1957. Contribución al estudio de los prados próximos a la Seo de Urgel. Publ. Inst. Biol. Aplicada, 25 : 49-112.
5028 6803 12/1.1.1.1.2.1/12 ASS Primulo veris - Festucetum rubrae Misset, Royer & Didier in Royer, Felzines, Misset & Thévenin 2006 prairie mésohygrophile fauchée, mésotrophile, submontagnarde, ardennaise Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5029 6806 12/1.1.1.1.2.1/13 ASS Armerio arenariae - Festucetum rubrae Duvigneaud in Royer, Felzines, Misset & Thévenin 2006 basse Saône Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5030 6805 12/1.1.1.1.2.1/14 ASS Stellario gramineae - Festucetum rubrae Royer & Didier in Royer, Felzines, Misset & Thévenin 2006 prairie mésohygrophile fauchée, mésotrophile, submontagnarde, ardennaise Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5031 4276 12/1.1.1.1.2.2 SUBALL Centaureo jaceae - Arrhenatherenion elatioris de Foucault 1989 prairies mésohydriques, fauchées, mésoeutrophiles, mésothermes, neutroclines, médioeuropéennes, planitiaires collinéennes à montagnardes inférieures 'Foucault, B. de, 1989. Synsystématique des prairies mésophiles d''Europe (Arrhenatheretalia elatioris). Coll. Phytosoc., 16 : 695-708. (Phytosociologie et pastoralisme, Paris 1988).'
5032 4277 12/1.1.1.1.2.2 syn = Bromo erecti - Arrhenatherenion elatioris Rivas Goday & Rivas-Martínez 1963 Rivas Goday, S. & S. Rivas-Martínez, 1963. Estudio y clasificacion de los pastizales espanoles. Publ. Ministerio de agricult., 277, 269 p. Madrid.
5033 7896 12/1.1.1.1.2.2 syn = Trifolio montani - Arrhenatherenion elatioris Rivas Goday & Rivas-Martínez 1963 Rivas Goday, S. & S. Rivas-Martínez, 1963. Estudio y clasificacion de los pastizales espanoles. Publ. Ministerio de agricult., 277, 269 p. Madrid.
5034 4279 12/1.1.1.1.2.2/01 ASS Salvio pratensis - Arrhenatheretum elatioris Hundt 1958 prairie mésohydrique fauchée, mésoeutrophile, basocline, médioeuropéenne, planitiaire collinéenne Hundt, R., 1958. Beiträge zur Wiesenvegetation Mitteleuropas. I : die Auenwiesen an der Elbe, Saale und Mulde. Nova Acta Leop., N.F., 20 : 1-206.
5035 4280 12/1.1.1.1.2.2/01 syn = Centaureo scabiosae - Arrhenatheretum elatioris (Fartmann 1997) Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin. ?
5036 6802 12/1.1.1.1.2.2/01 syn = Scabioso columbariae subsp. pratensis - Brometum erecti J. Duvigneaud 1988 ?
5037 4281 12/1.1.1.1.2.2/01 syn ambig pp Arrhenatheretum elatioris Braun-Blanquet 1919 ex Scherrer 1925 Scherrer, M., 1925. Vegetationsstudien im Limmattal. Veröff. Geobot. Inst. Rübel, 2 : 1-115. Braun-Blanquet, J., 1919. Schedae at Floram raeticam exsciccatam. Jahresber. Naturf. Ges. Graubündens, 2 : 33-61.
5038 4282 12/1.1.1.1.2.2/01 syn compl Salvio pratensis - Trifolietum incarnati subsp. molinerii Billy 2000 prov. Salvio pratensis - Trifolietum molinerii Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
5039 4297 12/1.1.1.1.2.2/01 syn incl Arrhenathero elatioris - Filipenduletum vulgaris Billy 2000 prov. Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
5040 4283 12/1.1.1.1.2.2/02 ASS Alchemillo xanthochlorae - Arrhenatheretum elatioris (Oberdorfer 1957) Sougnez & Limbourg 1963 prairie mésohydrique, fauchée, mésoeutrophile, neutrocline, médioeuropéenne, montagnarde inférieure Sougnez, N. & P. Limbourg, 1963. Les herbages de la Famenne et de la Fagne. Bull. Inst. Agron. Stat. Recher. Gembloux. 31 : 359-443 + tabl. = Comm. Centre Cart. Phytosoc. Centre Rech. Ecol. Phytosoc. Gembloux, 43) [359-413 ?] Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5041 6816 12/1.1.1.1.2.2/02 syn incl Phleo pratensis - Elytrigietum repentis Peeters & Lambert 1988 'Peeters, A. & J. Lambert, 1988. Les prairies de fauche de l''est de la Belgique. Colloques phytosociologiques, 16 : 249-269. (Phytosociologie et Pastoralisme).'
5042 4284 12/1.1.1.1.2.2/02 syn incl Sileno dioicae - Arrhenatheretum elatioris Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5043 4271 12/1.1.1.1.2.2/02 syn pp Arrhenatheretum elatioris Oberdorfer 1952 Arrhenatheretum montanum Oberdorfer, E., 1952. Die Wiesen des Oberrheingebietes. Beitr. Naturkundl. Forsch. Südwestdeutschl., 11 : 75-88.
5044 4272 12/1.1.1.1.2.2/02 syn pp Centaureo nigrae - Arrhenatheretum elatioris Oberdorfer (1952) 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Oberdorfer, E., 1952. Die Wiesen des Oberrheingebietes. Beitr. Naturkundl. Forsch. Südwestdeutschl., 11 : 75-88.
5045 4287 12/1.1.1.1.2.2/03 ASS Anthrisco sylvestris - Trisetetum flavescentis (Marstaller 1951) Dietl ex Pfister 1984 prairie mésohydrique, fauchée, eutrophile, neutrocline, médioeuropéenne, montagnarde inférieure ? ? ?
5046 4288 12/1.1.1.1.2.2/03 syn = ? Poo pratensis - Trisetetum flavescentis Knapp 1951 Knapp, R., 1951. Über Pflanzengesellschafen der Wiesen im Vogelsberge. Lauterbacher Sammlungen, 6 : 1-8, und Beiheft 6-20.
5047 4289 12/1.1.1.1.2.2/03 syn = ? Poo pratensis - Trisetetum flavescentis Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5048 4290 12/1.1.1.1.2.2/04 ASS Dauco carotae - Arrhenatheretum elatioris Görs 1966 prairie mésohydrique fauchée, eutrophile, neutrocline, médioeuropéenne, planitiaire France médioeuropéenne Görs, S., 1966. Die Pflanzengesellschaften der Rebhänge am Spitzbergz. Die Natur- und Landschaftsschutzgebiete Baden-Württ., 3.
5049 4291 12/1.1.1.1.2.2/04 syn ambig Arrhenatheretum elatioris Oberdorfer 1952 Arrhenatheretum medioeuropaeum Oberdorfer, E., 1952. Die Wiesen des Oberrheingebietes. Beitr. Naturkundl. Forsch. Südwestdeutschl., 11 : 75-88.
5050 4292 12/1.1.1.1.2.2/04 syn ambig Arrhenatheretum elatioris Tüxen 1955 Arrhenatheretum subatlanticum Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
5051 4293 12/1.1.1.1.2.2/04 syn ambig pp Arrhenatheretum elatioris Braun-Blanquet 1919 ex Scherrer 1925 Scherrer, M., 1925. Vegetationsstudien im Limmattal. Veröff. Geobot. Inst. Rübel, 2 : 1-115. Braun-Blanquet, J., 1919. Schedae at Floram raeticam exsciccatam. Jahresber. Naturf. Ges. Graubündens, 2 : 33-61.
5052 4294 12/1.1.1.1.2.2/04 syn incl Heracleo sphondylii - Arrhenatheretum elatioris (Tüxen 1937) Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5053 4295 12/1.1.1.1.2.2/04 syn incl Pastinaco sativae - Arrhenatheretum elatioris (Oberdorfer 1957) Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5054 4296 12/1.1.1.1.2.2/04 syn incl Pastinaco sativae - Arrhenatheretum elatioris Passarge 1964 em. Westhoff & den Held 1969 Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen. Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
5055 4299 12/1.1.1.1.2.2/07 ASS Knautio arvernensis - Arrhenatheretum elatioris Billy 2000 prov. prairie mésohydrique fauchée, mésotrophile, collinéenne, auvergnate Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
5056 6808 12/1.1.1.1.2.2/09 ASS Avenulo pubescentis - Arrhenatheretum elatioris Loiseau & Felzines in Royer, Felzines, Misset & Thévenin 2006 prov. Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5057 2920 12/1.1.1.1.2.2/10 ASS Anacamptido morionis - Saxifragetum granulatae (Allorge & Gaume 1931) de Foucault 1989 Sologne, Auvergne Orchido morionis - Saxifragetum granulatae 'Foucault, B. de, 1989. Synsystématique des prairies mésophiles d''Europe (Arrhenatheretalia elatioris). Coll. Phytosoc., 16 : 695-708. (Phytosociologie et pastoralisme, Paris 1988).' Allorge, P. & R. Gaume, 1931. Esquisse phytogéographique de la Sologne. Bull. Soc. Bot. Fra. 72 : 5-59. [Sess. extraord. Sologne juillet 1925].
5058 4298 12/1.1.1.1.2.2/10 syn incl Agrostio capillaris - Saxifragetum granulatae Billy 2000 prov. Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
5059 2872 12/1.1.1.1.2.2/10 syn pp Carici arenariae - Saxifragetum granulatae de Foucault 1986 pelouse arénicole submaritime basophile, psychroatlantique 'Foucault, B. de, 1986. Quelques données phytosociologiques peu connues sur la végétation du Boulonnais et de la côte d''opale (Pas de Calais, France). Doc. Phytosoc., N.S., 11 : 93-116.'
5060 7897 12/1.1.1.1.2.3 SUBALL Poo pratensis subsp. angustifoliae - Arrhenatherenion elatioris Felzines 2012 prairies mésohydriques, fauchées, mésotrophiles, mésothermes, médioeuropéennes, planitiaires collinéennes à montagnardes inférieures ?
5061 6804 12/1.1.1.1.2.3 syn illeg Agrostio capillaris - Arrhenatherenion elatioris Loiseau & Felzines in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5062 6807 12/1.1.1.1.2.3/01 ASS Phleo pratensis subsp. serotini - Agrostietum capillaris Loiseau & Felzines in Royer, Felzines, Misset & Thévenin 2006 prov. Phleo serotini - Agrostietum capillaris Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5063 6809 12/1.1.1.1.2.3/02 ASS Galio veri - Luzuletum campestris Loiseau & Felzines in Royer, Felzines, Misset & Thévenin 2006 prov. Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5064 6810 12/1.1.1.1.2.3/03 ASS Festuco nigrescentis - Caricetum leersii Loiseau & Felzines in Royer, Felzines, Misset & Thévenin 2006 prov. Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5065 4300 12/1.1.1.1.2.4 SUBALL Rumici obtusifolii - Arrhenatherenion elatioris de Foucault 1989 prairies mésohydriques, fauchées, eutrophiles, mésothermes, médioeuropéennes, planitiaires collinéennes à montagnardes inférieures 'Foucault, B. de, 1989. Synsystématique des prairies mésophiles d''Europe (Arrhenatheretalia elatioris). Coll. Phytosoc., 16 : 695-708. (Phytosociologie et pastoralisme, Paris 1988).'
5066 4301 12/1.1.1.1.2.4/01 ASS Heracleo sphondylii - Brometum hordeacei subsp. hordeacei de Foucault 1989 'Foucault, B. de, 1989. Synsystématique des prairies mésophiles d''Europe (Arrhenatheretalia elatioris). Coll. Phytosoc., 16 : 695-708. (Phytosociologie et pastoralisme, Paris 1988).'
5067 4302 12/1.1.1.1.2.4/02 ASS Heracleo sibirici - Arrhenatheretum elatioris de Foucault 1987 rel. p353 Bull. Soc. Bot. Centre-Ouest, n.s., 18 : 353. Foucault, B. de, 1987. Données phytosociologiques sur la végétation observée lors de la treizième session de la S.B.C.O. en Aubrac et Margeride. Bull. Soc. Bot. Centre-Ouest, N.S., 18 : 337-361.
5068 4304 12/1.1.1.1.2.4/03 ASS Tanaceto vulgaris - Arrhenatheretum elatioris Fischer 1985 Fischer, W., 1985. Flora und Vegetation eines Riesenfeldgebietes bei Potsdam. Gleditschia, 16 : 57-68.
5069 4305 12/1.1.1.1.2.4/03 syn = Tanaceto vulgaris - Arrhenatheretum elatioris Fischer 1985 ex Ellmauer in Mucina, Grabherr & Ellmauer 1993 Mucina, L., G. Grabherr & T. Ellmauer (eds.), 1993. Die Pflanzengesellschaften Österreichs, Teil I : Anthropogene Vegetation. 587 p. Verlag Gustav Fischer, Jena. Fischer, W., 1985. Flora und Vegetation eines Riesenfeldgebietes bei Potsdam. Gleditschia, 16 : 57-68.
5070 4306 12/1.1.1.1.2.4/04 ASS Tragopogono - Lolietum multiflori P. Montserrat 1957 Montserrat, P., 1957. Contribución al estudio de los prados próximos a la Seo de Urgel. Publ. Inst. Biol. Aplicada, 25 : 49-112.
5071 7894 12/1.1.1.1.2.5 ALL Carici arenariae - Arrhenatherion elatioris de Foucault in prep prairies primitives sublittorales
5072 4303 12/1.1.1.1.2.5/01 ASS Orobancho purpureae - Arrhenatheretum elatioris Julve 1989 prairie primitive poldérienne Julve, Ph., 1989. Etude phytosociologique de la végétation de la réserve naturelle nationale de Oye-Plage (Pas de Calais). Centre Régional de Phytosociologie, Bailleul, 55 p., 1 carte h.t.
5073 2874 12/1.1.1.1.2.5/02 ASS Carici arenariae - Festucetum rubrae subsp. arenariae Julve 1989 prairie arénicole submaritime eutrophisée, épisodiquement fauchée Carici arenariae - Festucetum arenariae Julve, Ph., 1989. Etude phytosociologique de la végétation de la réserve naturelle nationale de Oye-Plage (Pas de Calais). Centre Régional de Phytosociologie, Bailleul, 55 p., 1 carte h.t.
5074 2875 12/1.1.1.1.2.5/03 ASS Sileno vulgaris subsp. maritimae - Arrhenatheretum elatioris subsp. bulbosi Géhu & Franck 1982 pré primitif des galets submaritimes Sileno maritimae - Arrhenatheretum bulbosi T12 p98 La végétation du littoral Nord-Pas de Calais : 97 Géhu, J.-M. & J. Franck, 1982. La végétation du littoral Nord-Pas de Calais (essai de synthèse). 362 p. Bailleul.
5075 2873 12/1.1.1.1.2.5/04 ASS Carici arenariae - Silenetum nutantis de Foucault 1986 ourlet arénicole submaritime, basophile, psychroatlantique Foucault, B. de, 1986. Données phytosociologiques sur la végétation observée lors de la douzième session de la S.B.C.O. en Limousin et Marche. Bull. Soc. Bot. Centre-Ouest, N.S., 17 : 291-308.
5076 4307 12/1.1.1.1.3 6520 ALL Triseto flavescentis - Polygonion bistortae Braun-Blanquet & Tüxen 1943 ex Marschall 1947 prairies mésohydriques, fauchées, médioeuropéennes, subalpines à montagnardes supérieures Marschall, F., 1947. Die Goldhaferwiese (Trisetetum flavescentis) der Schweiz. Beitr. Geobot. Landesauf. Schweiz, H 26, 168 p. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
5077 4308 12/1.1.1.1.3 syn incl Phyteumato - Trisetion flavescentis Hundt 1964 ex Passarge 1969 Passarge, H., 1969. Zur soziologischen Gliederung mitteleuropäischer Weisskleeweiden. Feddes Repert., 80 : 413-435. Hundt, R., 1964. Die Bergwiesen des Harzes, Thüringer Waldes und Erzgebirges. Pflanzensoziologie, 14, 284 p.
5078 4310 12/1.1.1.1.3 syn incl Violion cornutae Nègre 1972 'Nègre, R., 1972. La végétation du bassin de l''One (Pyrénées centrales). 5ème note : les reposoirs, les groupements hygrophiles et les prairies de fauche. Bol. Soc. Broter., 46 (2e série) : 271-343.'
5079 4309 12/1.1.1.1.3 syn nn Triseto flavescentis - Polygonion bistortae Braun-Blanquet & Tüxen 1943 Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
5080 4311 12/1.1.1.1.3.1 SUBALL Violo luteae subsp. sudeticae - Trisetenion flavescentis (Dierschke 1981) Julve 1993 prov. prairies mésohydriques, fauchées, médioeuropéennes, subalpines à montagnardes supérieures, SW-européennes Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Dierschke, H., 1981. Syntaxonomische Gliederung der Bergwiesen Mitteleuropas (Polygono-Trisetion). Ber. Int. Symp. I.V.V., 311-341, tab. h.t. (Syntaxonomie, Rinteln 1980).
5081 4312 12/1.1.1.1.3.1/01 ASS Violo luteae subsp. sudeticae - Trisetetum flavescentis (Luquet 1926) de Foucault 1986 prairie mésohydrique fauchée, montagnarde supérieure, auvergnate Auvergne, Forez basse-montagnarde acidocline 'Foucault, B. de, 1986. Contribution à une étude systémique des prairies de l''Aubrac (Massif Central français). Doc. Phytosoc., N.S., 10 : 255-305.' 'Luquet, A., 1926. Essai sur la géographie botanique de l''Auvergne. Les associations végétales du massif des Monts-Dore. Thèse, Univ. Paris, 267 p.'
5082 4322 12/1.1.1.1.3.1/01 syn incl Knautio arvernensis - Trisetetum flavescentis Billy 2000 prov. prairie mésohydrique fauchée, montagnarde supérieure, auvergnate Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
5083 4313 12/1.1.1.1.3.1/02 ASS Campanulo rectae - Agrostietum capillaris subsp. capillaris var. alpigenae Hundt 1964 Cévennes montagnard Campanulo rectae - Agrostietum alpigenae Campanulo rectae - Agrostietum capillaris var. oreophilae Hundt, R., 1964. Die Bergwiesen des Harzes, Thüringer Waldes und Erzgebirges. Pflanzensoziologie, 14, 284 p.
5084 4314 12/1.1.1.1.3.1/03 ASS Heracleo pyrenaici - Trisetetum flavescentis (Susplugas 1935) Braun-Blanquet 1948 prairie pyrénéenne orientale Pyrénées orientales subalpin Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98]. 'Susplugas, J., 1935. L''homme et la végétation dans le haut-Vallespir. Thèse. Pharm. Sup. Montpellier. [= Comm. SIGMA, 36, 122 p.]'
5085 4315 12/1.1.1.1.3.1/03 syn = Astrantio - Avenuletum pubescentis Vigo 1984 Vigo, J., 1984. Notes fitocenològiques, IV. Collect. Bot. (Barcelona), 15 : 459-485.
5086 4316 12/1.1.1.1.3.1/03 syn = Triseto flavescentis - Heracleetum pyrenaici Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
5087 4317 12/1.1.1.1.3.1/03 syn = Triseto flavescentis - Heracleetum pyrenaici Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 ex O. de Bolòs 1957 Bolòs, O. de, 1957. De vegetationes valentina. Collectanea Bot., 5 : 527-596. Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
5088 4318 12/1.1.1.1.3.1/03 syn = Triseto flavescentis - Heracleetum pyrenaici Braun-Blanquet in Marschall 1947 Marschall, F., 1947. Die Goldhaferwiese (Trisetetum flavescentis) der Schweiz. Beitr. Geobot. Landesauf. Schweiz, H 26, 168 p.
5089 4319 12/1.1.1.1.3.1/04 ASS Campanulo patulae - Violetum cornutae Nègre 1972 prairie pyrénéenne centrale Pyrénées centrales subalpin 'Nègre, R., 1972. La végétation du bassin de l''One (Pyrénées centrales). 5ème note : les reposoirs, les groupements hygrophiles et les prairies de fauche. Bol. Soc. Broter., 46 (2e série) : 271-343.'
5090 4320 12/1.1.1.1.3.1/04 syn pp Violo cornutae - Euphorbietum hybernae Romo 1986 Romo, A.M., 1989. Flora i vegetació del Montsec (Pre-pirineus catalans). Arxius Secc. Ci. Inst. Estud. Catalans, 90 : 1-534.
5091 4321 12/1.1.1.1.3.1/05 ASS Centaureo nigrae - Poetum chaixii Thébaud 1988 ex Schaminée 1993 prairie mésohydrique fauchée, acidophile, montagnarde supérieure, du Massif Central Forez, Auvergne haut-montagnarde acidophile Schaminée, J.H.J., 1993. Subalpine heathlands and adjacent plant communities of the Monts du Forez (Massif Central, France). A phytosociological approach. Thesis, K.U. Nijmegen. Krips Repro Meppel. 213 p. Thébaud, G., 1988. Le Haut-Forez et ses milieux naturels. Apport de l’analyse phytosociologique pour la connaissance écologique et géographique d’une moyenne montagne cristalline subatlantique. Thèse d’état, Univ. Clermont-Ferrand II, 330 p.Thébaud, G., 1988. Le Haut-Forez et ses milieux naturels. Apport de l’analyse phytosociologique pour la connaissance écologique et géographique d’une moyenne montagne cristalline subatlantique. Thèse d’état, Univ. Clermont-Ferrand II, 330 p.
5092 4323 12/1.1.1.1.3.1/07 ASS Triseto baregense - Agrostietum capillaris Chouard 1943 prairie pyrénéenne centrale Pyrénées centrales Chouard, P., 1943. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fra., 90 (1/6) : 1-4 (suite 1), 25-29 (suite 2).
5093 4324 12/1.1.1.1.3.1/08 ASS Gentiano luteae - Trisetetum flavescentis Vigo 1984 prairie aragonaise Vigo, J., 1984. Notes fitocenològiques, IV. Collect. Bot. (Barcelona), 15 : 459-485.
5094 4325 12/1.1.1.1.3.1/08 syn = Rhinantho mediterranei - Trisetetum flavescentis Vigo 1984 Vigo, J., 1984. Notes fitocenològiques, IV. Collect. Bot. (Barcelona), 15 : 459-485.
5095 4326 12/1.1.1.1.3.2 SUBALL Lathyro linifolii - Trisetenion flavescentis Dierschke 1981 prairies mésohydriques, fauchées, médioeuropéennes, subalpines à montagnardes supérieures, subcontinentales, acidoclines Dierschke, H., 1981. Syntaxonomische Gliederung der Bergwiesen Mitteleuropas (Polygono-Trisetion). Ber. Int. Symp. I.V.V., 311-341, tab. h.t. (Syntaxonomie, Rinteln 1980).
5096 4327 12/1.1.1.1.3.2/01 ASS Meo athamantici - Festucetum rubrae (Tüxen 1937) J. & M. Bartsch 1940 Vosges Bartsch, J. & M. Bartsch, 1940. Vegetationskunde des Schwarzwaldes. Pflanzensoziologie, 4 : 229 p.
5097 4328 12/1.1.1.1.3.2/01 syn = Geranio sylvatici - Festucetum rubrae (Issler 1942) Passarge 1969 Passarge, H., 1969. Zur soziologischen Gliederung mitteleuropäischer Weisskleeweiden. Feddes Repert., 80 : 413-435. ?
5098 4329 12/1.1.1.1.3.2/01 syn = Trifolio - Festucetum rubrae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5099 4330 12/1.1.1.1.3.2/02 ASS Geranio sylvatici - Trisetetum flavescentis Knapp 1951 ex Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Knapp, R., 1951. Über Pflanzengesellschafen der Wiesen im Vogelsberge. Lauterbacher Sammlungen, 6 : 1-8, und Beiheft 6-20.
5100 4331 12/1.1.1.1.3.2/02 syn incl Cirsio heterophylli - Trisetetum flavescentis Hundt 1964 Hundt, R., 1964. Die Bergwiesen des Harzes, Thüringer Waldes und Erzgebirges. Pflanzensoziologie, 14, 284 p.
5101 4332 12/1.1.1.1.3.2/03 ASS Alchemillo filicaulis - Trisetetum flavescentis Lambert 1962 Lambert, J., 1962. Recherches phytosociologiques sur les prairies de la moyenne Ardenne. Agricultura, 10 : 259-344, 577-618, 827-857.
5102 6815 12/1.1.1.1.3.2/03 syn = ? Alchemillo xanthochlorae - Trisetetum flavescentis Lambert 1963 Lambert, J., 1963. Recherches phytosociologiques sur les prairies de la moyenne Ardenne. Agricultura, 11 : 3-37.
5103 4333 12/1.1.1.1.3.3 SUBALL Campanulo rhomboidalis - Trisetenion flavescentis Dierschke 1981 prairies mésohydriques, fauchées, médioeuropéennes, subalpines à montagnardes supérieures, subcontinentales, neutroclines Dierschke, H., 1981. Syntaxonomische Gliederung der Bergwiesen Mitteleuropas (Polygono-Trisetion). Ber. Int. Symp. I.V.V., 311-341, tab. h.t. (Syntaxonomie, Rinteln 1980).
5104 4334 12/1.1.1.1.3.3/01 ASS Euphorbio brittingeri - Trisetetum flavescentis de Foucault 1986 'Foucault, B. de, 1986. Contribution à une étude systémique des prairies de l''Aubrac (Massif Central français). Doc. Phytosoc., N.S., 10 : 255-305.'
5105 4335 12/1.1.1.1.3.3/02 ASS Astrantio majoris - Trisetetum flavescentis (Dutoit 1924) G. & R. Knapp 1952 Knapp, G. & R. Knapp, 1952. Über Goldhaferwiesen (Trisetetum flavescentis) im nördlichen Vorarlberg und im Oberallgäu. Landwirt. Jahrb. Bayern, 29 : 239-256. Dutoit, D., 1924. Les associations végétales des sous-Alpes de Vevey (Suisse). Thèse, Univ. Lausanne, 85 p.
5106 4336 12/1.1.1.1.3.3/03 ASS Triseto flavescentis - Meetum athamantici Lacoste 1975 Alpes méridionales subalpin 'Lacoste, A., 1975. La végétation de l''étage subalpin du bassin supérieur de la Tinée (Alpes maritimes). Phytocoenologia, 3 : 123-346.'
5107 4337 12/1.1.1.1.3.3/04 ASS Meo athamantici - Pulsatilletum alpinae Lippmaa 1933 Lautaret subalpin Lippmaa, T., 1933. Aperçu général sur la végétation autochtone du Lautaret (Hautes Alpes). Acta Inst. Horti. Bot. Tartu., 3 : 1-104.
5108 4338 12/1.1.1.2 SUBORD Veronico serpyllifoliae - Cynosurenalia cristati de Foucault 1989 prairies mésohydriques, pâturées, médioeuropéennes 'Foucault, B. de, 1989. Synsystématique des prairies mésophiles d''Europe (Arrhenatheretalia elatioris). Coll. Phytosoc., 16 : 695-708. (Phytosociologie et pastoralisme, Paris 1988).'
5109 4339 12/1.1.1.2 syn = Cynosurion cristati Tüxen 1947 Tüxen, R., 1947. Der pflanzensoziologische Garten in Hannover und seine bisherige Entwicklung. Natur. Hist. Gesellschaft Hannover., 94/98 : 113-288.
5110 4340 12/1.1.1.2 syn = Trifolienalia repentis Oberdorfer 1990 Oberdorfer, E., 1990. Pflanzensoziologische Exkursionsflora. 6. Aufl. Stuttgart. 1050 p.
5111 4341 12/1.1.1.2 syn = Trifolio repentis - Cynosuretalia cristati Sougnez in Sougnez & Limbourg 1963 Sougnez, N. & P. Limbourg, 1963. Les herbages de la Famenne et de la Fagne. Bull. Inst. Agron. Stat. Recher. Gembloux. 31 : 359-443 + tabl. = Comm. Centre Cart. Phytosoc. Centre Rech. Ecol. Phytosoc. Gembloux, 43) [359-413 ?]
5112 4342 12/1.1.1.2 syn = Trifolio repentis - Phleetalia pratensis Passarge 1969 Passarge, H., 1969. Zur soziologischen Gliederung mitteleuropäischer Weisskleeweiden. Feddes Repert., 80 : 413-435.
5113 4343 12/1.1.1.2 syn incl Gaudinio fragilis - Cynosurenion Rivas Goday & Rivas-Martínez 1963 Rivas Goday, S. & S. Rivas-Martínez, 1963. Estudio y clasificacion de los pastizales espanoles. Publ. Ministerio de agricult., 277, 269 p. Madrid.
5114 4344 12/1.1.1.2 syn pp Plantaginetalia majoris Tüxen & Preising in Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5115 4345 12/1.1.1.2 syn pp Plantaginetalia majoris Tüxen & Preising in Tüxen 1950 ex von Rochow 1951 Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5116 4346 12/1.1.1.2 syn pp Plantaginetea majoris Tüxen & Preising in Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5117 4347 12/1.1.1.2 syn pp Plantaginetea majoris Tüxen & Preising in Tüxen 1950 ex von Rochow 1951 Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5118 4348 12/1.1.1.2 syn pp Plantagini majoris - Prunelletalia vulgaris Ellmauer & Mucina in Mucina, Grabherr & Ellmauer 1993 Mucina, L., G. Grabherr & T. Ellmauer (eds.), 1993. Die Pflanzengesellschaften Österreichs, Teil I : Anthropogene Vegetation. 587 p. Verlag Gustav Fischer, Jena.
5119 4349 12/1.1.1.2.1 ALL Rumici crispi - Cynosurion cristati de Foucault 1989 prairies mésohydriques, pâturées, eutrophiles, médioeuropéennes, planitiaires-collinéennes 'Foucault, B. de, 1989. Synsystématique des prairies mésophiles d''Europe (Arrhenatheretalia elatioris). Coll. Phytosoc., 16 : 695-708. (Phytosociologie et pastoralisme, Paris 1988).'
5120 4350 12/1.1.1.2.1 syn incl Bromo hordeacei - Cynosurenion cristati Passarge 1969 Passarge, H., 1969. Zur soziologischen Gliederung mitteleuropäischer Weisskleeweiden. Feddes Repert., 80 : 413-435.
5121 4352 12/1.1.1.2.1/01 ASS Cynosuro cristati - Lolietum perennis Braun-Blanquet & de Leeuw 1936 prairie mésohydrique pâturée, eutrophile France médioeuropéenne Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
5122 4351 12/1.1.1.2.1/01 syn pp Lolio perennis - Cynosuretum cristati Braun-Blanquet & de Leeuw 1936 nom. inv. Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
5123 4355 12/1.1.1.2.1/03 ASS Caro carvi - Cynosuretum cristati (Pfadenhauer 1969) de Foucault 1989 prairie mésohydrique pâturée, eutrophile, montagnarde 'Foucault, B. de, 1989. Synsystématique des prairies mésophiles d''Europe (Arrhenatheretalia elatioris). Coll. Phytosoc., 16 : 695-708. (Phytosociologie et pastoralisme, Paris 1988).' Pfadenhauer, J., 1969. Edellaubholzreiche Wälder im Jungmoränengebiet des bayerischen Alpenvorlands und in den bayerischen Alpen. Dissert. Bot., 3, 213 p.
5124 4356 12/1.1.1.2.1/04 ASS Cynosuro cristati - Trifolietum repentis O. de Bolòs (1967) 1983 Bolòs, O. de, 1983. La vegetació del Montseny. Diputació de Barcelona. 170 p. Barcelona. Bolòs, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38(1) : 3-281.
5125 4357 12/1.1.1.2.1/04 syn = Cynosuretum cristati Vigo 1968 Cynosuretum cristati catalaunicum Vigo, J., 1968. La vegetació del masis de Penyagolosa. Arxius Secc. Ci. Inst. Estud. Catalans, 37: 1-247.
5126 4358 12/1.1.1.2.2 ALL Achilleo millefolii - Cynosurion cristati Passarge 1969 prairies mésohydriques, pâturées, acidophiles, mésotrophiles, médioeuropéennes, planitiaires-collinéennes Passarge, H., 1969. Zur soziologischen Gliederung mitteleuropäischer Weisskleeweiden. Feddes Repert., 80 : 413-435.
5127 4359 12/1.1.1.2.2 syn = Polygalo vulgaris - Cynosurenion cristati Jurko 1974 Jurko, A., 1974. Prodromus der Cynosurion-Gesellschaften in den Westkarpaten. Folia Geobot. Phytotax., Praha, 9 : 1–44.
5128 6536 12/1.1.1.2.2 syn incl Agrostio capillaris - Festucion rubrae Puscaru 1956 ?
5129 4360 12/1.1.1.2.2/01 ASS Luzulo campestris - Cynosuretum cristati Meisel 1966 em. de Foucault 1981 prairie mésohydrique pâturée, acidophile, mésotrophile Auvergne, Bassin parisien Foucault, B. de, 1981. Les prairies permanentes du bocage virois basse-Normandie, France. typologie phytosociologique et essai de reconstitution des séries évolutives herbagères. Doc. Phytosoc., N.S., 5 : 1-109. Meisel, K., 1966. Zur Systematik und Verbreitung der Festuco-Cynosuretum. Ber. Int. Symp. IVV, 202-211. (Anthropogene vegetation, Stolzenau 1961).
5130 6537 12/1.1.1.2.2/01 syn incl Plantagini lanceolatae - Festucetum rubrae Scamoni 1956 ?
5131 6538 12/1.1.1.2.2/01 syn incl Polygalo vulgaris - Festucetum rubrae Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
5132 4361 12/1.1.1.2.2/01 syn pp Luzulo campestris - Cynosuretum cristati Meisel 1966 Meisel, K., 1966. Zur Systematik und Verbreitung der Festuco-Cynosuretum. Ber. Int. Symp. IVV, 202-211. (Anthropogene vegetation, Stolzenau 1961).
5133 4362 12/1.1.1.2.2/02 ASS Anthemido nobilis - Cynosuretum cristati Teles 1970 Teles, A.N., 1970. Os lameiros de montanha do norte de Portugal. Subsídios para a sua caracterização fitossociológica e química. Agron. Lusit., 31 : 5-132.
5134 4363 12/1.1.1.2.2/03 ASS Agrostio capillaris subsp. castellanae - Cynosuretum cristati Teles 1957 Agrostio castellanae - Cynosuretum cristati Teles, A.N., 1957. Os lameiros do nordeste de Portugal. Subsídios para o seu estudo fitossociológico. XXIII Congr. Luso Esp. Progr. Ci. (Coimbra), 5 : 387-395.
5135 4364 12/1.1.1.2.2/03 syn = Bromo commutati - Cynosuretum cristati Teles 1966 Teles, A.N., 1966. Essai d’une classification phytosociologique des prairies montagnardes du nord du Portugal. In : Anthropogene Vegetation, 186-193. Ed. R. Tüxen. Verlag Dr. W. Junk. Den Haag.
5136 4365 12/1.1.1.2.2/03 syn = Bromo commutati - Cynosuretum cristati Teles 1970 Teles, A.N., 1970. Os lameiros de montanha do norte de Portugal. Subsídios para a sua caracterização fitossociológica e química. Agron. Lusit., 31 : 5-132.
5137 4366 12/1.1.1.2.2/04 ASS Caro verticillati - Cynosuretum cristati Bellot & Casaseca 1956 ex Tüxen in Tüxen & Oberdorfer 1958 prairie pâturée mésohygrophile paratourbeuse, ibérique Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328. Bellot, F. & B. Casaseca 1956. Contribución al estudio fitosociológico de los prados gallegos. Anales Edafol. Fisiol. Veg. 15, 4. 291-330.
5138 4367 12/1.1.1.2.2/05 ASS Lino biennis - Cynosuretum cristati Allorge 1941 ex Oberdorfer & Tüxen in Tüxen & Oberdorfer 1958 Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328. Allorge, P., 1941. Essai de synthèse phytogéographique du Pays Basque. Bull. Soc. Bot. Fra., 88 : 291-356. [Sess. extraord. dans le Pays Basque et les Landes].
5139 4368 12/1.1.1.2.2/05 syn = Anthoxantho odorati - Cynosuretum cristati Allorge 1941 Allorge, P., 1941. Essai de synthèse phytogéographique du Pays Basque. Bull. Soc. Bot. Fra., 88 : 291-356. [Sess. extraord. dans le Pays Basque et les Landes].
5140 4369 12/1.1.1.2.3 ALL Thymo pulegioidis - Cynosurion cristati Passarge 1969 prairies mésohydriques, pâturées, basophiles, mésotrophiles, médioeuropéennes, planitiaires-collinéennes Passarge, H., 1969. Zur soziologischen Gliederung mitteleuropäischer Weisskleeweiden. Feddes Repert., 80 : 413-435.
5141 4371 12/1.1.1.2.3 syn = Galio veri - Cynosurenion Rivas Goday & Rivas-Martínez 1963 Rivas Goday, S. & S. Rivas-Martínez, 1963. Estudio y clasificacion de los pastizales espanoles. Publ. Ministerio de agricult., 277, 269 p. Madrid.
5142 4370 12/1.1.1.2.3 syn = Sanguisorbo minoris - Cynosurenion cristati Passarge 1969 Passarge, H., 1969. Zur soziologischen Gliederung mitteleuropäischer Weisskleeweiden. Feddes Repert., 80 : 413-435.
5143 4278 12/1.1.1.2.3/01 ASS Galio veri - Trifolietum repentis Sougnez 1957 prairie pâturée mésohydrique, mésotrophile, basophile France médioeuropéenne Sougnez, N., 1957. Texte explicatif de la planchette de Henri-Chapelle 123 W. Carte de la végétation de la Belgique IRSIA, 101 p.
5144 4372 12/1.1.1.2.3/01 syn = Medicagini lupulinae - Cynosuretum cristati Passarge 1969 Passarge, H., 1969. Zur soziologischen Gliederung mitteleuropäischer Weisskleeweiden. Feddes Repert., 80 : 413-435.
5145 4373 12/1.1.1.2.3/02 ASS Eryngio campestris - Lolietum perennis (Wattez 1982) Julve 1989 prairie pâturée mésoxérophile, mésotrophile, basophile, sabulicole Bassin parisien Julve, Ph., 1989. Etude phytosociologique de la végétation de la réserve naturelle nationale de Oye-Plage (Pas de Calais). Centre Régional de Phytosociologie, Bailleul, 55 p., 1 carte h.t. Wattez, J.R., 1982. Comportement phytosociologique et écologique du panicaut champêtre (Eryngium campestre) dans le nord de la France. Doc. Phytosoc., N.S., 7 : 223-266.
5146 4374 12/1.1.1.2.3/03 ASS Eryngio maritimi - Plantaginetum lanceolatae Julve 1989 prairie pâturée mésoxérophile, mésotrophile, basophile, sabulicole, subhalophile Littoral Nord-Picardie Julve, Ph., 1989. Etude phytosociologique de la végétation de la réserve naturelle nationale de Oye-Plage (Pas de Calais). Centre Régional de Phytosociologie, Bailleul, 55 p., 1 carte h.t.
5147 4375 12/1.1.1.2.3/04 ASS Carici ornithopodae - Agrostietum capillaris Villegas 1997 ?
5148 4376 12/1.1.1.2.3/05 ASS Merendero montanae - Cynosuretum cristati Oberdorfer & Tüxen in Tüxen & Oberdorfer 1958 Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
5149 6817 12/1.1.1.2.3/06 ASS Euphorbio cyparissiae - Festucetum rubrae Didier & Royer in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5150 4377 12/1.1.1.2.4 ALL Alchemillo xanthochlorae - Cynosurion cristati (Passarge 1969) de Foucault 1989 prairies mésohydriques, pâturées, médioeuropéennes, montagnardes 'Foucault, B. de, 1989. Synsystématique des prairies mésophiles d''Europe (Arrhenatheretalia elatioris). Coll. Phytosoc., 16 : 695-708. (Phytosociologie et pastoralisme, Paris 1988).' Passarge, H., 1969. Zur soziologischen Gliederung mitteleuropäischer Weisskleeweiden. Feddes Repert., 80 : 413-435.
5151 4378 12/1.1.1.2.4/01 ASS Festuco nigrescentis - Cynosuretum cristati Tüxen in Büker 1942 prairie mésohydrique pâturée, acidophile, mésotrophile, montagnarde Auvergne, Jura, Vosges Festuco commutatae - Cynosuretum Büker, R., 1942. Beiträge zur Vegetationskunde des südwestfälischen Berglandes. Beih. Bot. Zentralbl., 61 B : 452-558. Dresden.
5152 4351 12/1.1.1.2.4/01 syn pp Lolio perennis - Cynosuretum cristati Braun-Blanquet & de Leeuw 1936 nom. inv. Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
5153 4379 12/1.1.1.2.4/01 syn pp Luzulo campestris - Cynosuretum cristati Meisel 1966 Meisel, K., 1966. Zur Systematik und Verbreitung der Festuco-Cynosuretum. Ber. Int. Symp. IVV, 202-211. (Anthropogene vegetation, Stolzenau 1961).
5154 4380 12/1.1.1.2.4/02 ASS Gentiano luteae - Cynosuretum cristati de Foucault 1986 em. Gallandat, Gillet, Havlicek & Perrenoud 1995 prairie mésohydrique pâturée, basophile, mésotrophile, montagnarde Jura Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM). Foucault, B. de, 1986. Note phytosociologique sur le système prairial mésophile du haut-Jura français. Ann. Sci. Univ. Besançon, Biol. Vég., 4e série, 6 : 45-55.
5155 4381 12/1.1.1.2.4/03 ASS Campanulo subromboidalis - Cynosuretum cristati Nègre 1969 'Nègre, R., 1969. La végétation du bassin de l''One (Pyrénées centrales). 2ème note : les pelouses. Portug. Acta Biol., Sect. B, 10 : 1-137.'
5156 6952 12/1.1.1.2.4/04 ASS Stellario gramineae - Poetum pratensis Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
5157 6953 12/1.1.1.2.4/05 ASS Alchemillo monticolae - Cynosuretum cristati Müller ex Görs 1968 Görs, S., 1968. Der Wandel der Vegetation im NSG Schwenninger Moos unter dem Einfluss des Menschen in zwei Jahrhunderten. Die Natur- und Landschaftsschutzgebiete Baden-Württemberg, 5 : 190-284.
5158 6954 12/1.1.1.2.4/06 ASS Carici sylvaticae - Agrostietum capillaris Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
5159 7161 12/1.1.1.2.4/07 ASS Centaureo jaceae subsp. nigrae - Cynosuretum cristati Braun-Blanquet & Tüxen 1952 Centaureo nigrae - Cynosuretum cristati Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
5160 4382 12/1.1.1.2.5 ALL Poion alpinae Gams 1927 ex Oberdorfer 1950 prairies mésohydriques, pâturées, médioeuropéennes, subalpines Oberdorfer, E., 1950. Beitrag zur Vegetationskunde des Allgäu. Beitr. Naturk. Forsch. Südwestdeutschl., 9 : 29-98. Gams, H., 1927. Von den Follatères zur Dent de Morcles. Vegetationsmonographie aus dem Wallis. Beitr. Geobot. Landesaufn. Schweiz, 15 : 1-760, 1 carte.
5161 7434 12/1.1.1.2.5 syn nn Poion alpinae Gams 1927 Gams, H., 1927. Von den Follatères zur Dent de Morcles. Vegetationsmonographie aus dem Wallis. Beitr. Geobot. Landesaufn. Schweiz, 15 : 1-760, 1 carte.
5162 4383 12/1.1.1.2.5/01 ASS Crepido aureae - Festucetum rubrae Lüdi 1948 Lüdi, W., 1948. Die Pflanzengesellschaften der Schinigeplatte bei Interlaken und ihre Beziehungen zur Umwelt. Veröff. Geobot. Inst. Rübel, 23 : 1-400 .
5163 4384 12/1.1.1.2.5/01 syn = Poo alpinae - Prunelletum vulgaris Oberdorfer 1950 Oberdorfer, E., 1950. Beitrag zur Vegetationskunde des Allgäu. Beitr. Naturk. Forsch. Südwestdeutschl., 9 : 29-98.
5164 4385 12/1.1.1.2.5/01 syn = Trifolio thalii - Poetum alpinae Dietl in Lienert 1982 Lienert, I. (Ed.), 1982. Die Pflanzenwelt in Obwalden. Ökologie. Kant. Oberforstamt OW, Sarnen.
5165 6955 12/1.1.1.2.5/02 ASS Plantagini atratae - Poetum alpinae Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
5166 4386 12/1.1.1.2.6 ALL Lolio perennis - Plantaginion majoris subsp. majoris Sissingh 1969 prairies mésohydriques, pâturées, surpiétinées, médioeuropéennes, planitiaires à montagnardes Sissingh, G., 1969. Über die systematische Gliederung von Trittpflanzen-Gesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 14 : 179-192.
5167 4387 12/1.1.1.2.6 syn = Plantagini majoris - Prunellion vulgaris Elias 1980 ?
5168 4388 12/1.1.1.2.6 syn compl Saginion procumbentis Tüxen & Ohba in Géhu, Richard & Tüxen 1972 'Géhu, J.-M., J.-L. Richard & R. Tüxen, 1972. Compte rendu de l''excursion de l''association internationale de phytosociologie dans le Jura en juin 1967. Doc. Phytosoc., 2 : 1-44, 3 : 1-50.'
5169 7076 12/1.1.1.2.6/01 ASS Lolio perennis - Plantaginetum majoris Sissingh 1961 prairie surpiétinée eutrophile France médioeuropéenne ?
5170 4390 12/1.1.1.2.6/01 syn ambig Lolietum perennis Gams 1927 Gams, H., 1927. Von den Follatères zur Dent de Morcles. Vegetationsmonographie aus dem Wallis. Beitr. Geobot. Landesaufn. Schweiz, 15 : 1-760, 1 carte.
5171 4389 12/1.1.1.2.6/01 syn ambig pp Lolio perennis - Plantaginetum majoris Beger 1930 Beger, H., 1930. Praktische Richtlinien der strukturellen Assoziationsforschung. In : Abderhalden, Handbuch der biologischen Arbeitsmethoden, 11 : 481-526. Berlin, Wien.
5172 7075 12/1.1.1.2.6/01 syn ambig pp Lolio perennis - Plantaginetum majoris Beger 1932 ?
5173 4391 12/1.1.1.2.6/01 syn compl pp Lolio perennis - Polygonetum avicularis Braun-Blanquet 1930 Braun-Blanquet, J., 1930. Zentralalpen und Tatra, eine Pflanzensoziologische Parallele. Veröff. Geobot. Inst. Rübel, 6 : 81-123.
5174 4392 12/1.1.1.2.6/02 ASS Medicagini lupulinae - Plantaginetum majoris de Foucault 1989 prairie surpiétinée mésotrophile, basophile France médioeuropéenne 'Foucault, B. de, 1989. Synsystématique des prairies mésophiles d''Europe (Arrhenatheretalia elatioris). Coll. Phytosoc., 16 : 695-708. (Phytosociologie et pastoralisme, Paris 1988).'
5175 4393 12/1.1.1.2.6/03 ASS Agrostio capillaris - Chamaemelidetum nobilis (Allorge 1922) de Foucault 1984 prairie surpiétinée mésotrophile, acidophile Bassin parisien Agrostio - Anthemidetum nobilis Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
5176 4394 12/1.1.1.2.6/04 ASS Prunello vulgaris - Plantaginetum majoris Falinski 1963 chemin ombragé Bassin parisien Falinski, J.B., 1963. Groupements piétinés des parties occidentales du terrain bas grande Pologne Cniaire. Acta Soc. Bot. Pol., 22 : 81-98.
5177 4395 12/1.1.1.2.6/04 syn = Prunello vulgaris - Ranunculetum repentis Winterhoff 1962 ?
5178 4396 12/1.1.1.2.6/04 syn pp Juncetum tenuis (Diémont, Sissingh & Westhoff 1940) Schwickerath 1944 Schwickerath, M., 1944. Das hohe Venn und seine Randgebiete : Vegetation, Boden, und Landschaft. Pflanzensoziologie, 6, 278 p. G. Fischer, Jena. Diémont, W.H., Sissingh, G., Westhoff, V., 1940. Het dwergbiezen-verband Nanocyperion flavescentis) in Nederland. Nederl. Kruidkd. Arch., 50 : 215-284. [= Comm. SIGMA 76].
5179 4397 12/1.1.1.2.6/04 syn pp Juncetum tenuis Diémont, Sissingh & Westhoff 1940 ex Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Diémont, W.H., Sissingh, G., Westhoff, V., 1940. Het dwergbiezen-verband Nanocyperion flavescentis) in Nederland. Nederl. Kruidkd. Arch., 50 : 215-284. [= Comm. SIGMA 76].
5180 4398 12/1.1.1.2.6/05 ASS Saginetum procumbentis Diémont, Sissingh & Westhoff 1940 végétation des interstices de pavés en zone urbaine France médioeuropéenne Diémont, W.H., Sissingh, G., Westhoff, V., 1940. Het dwergbiezen-verband Nanocyperion flavescentis) in Nederland. Nederl. Kruidkd. Arch., 50 : 215-284. [= Comm. SIGMA 76].
5181 4399 12/1.1.1.2.6/05 syn compl Sagino procumbentis - Bryetum argentei Diemont, Sissingh & Westhoff 1940 Diémont, W.H., Sissingh, G., Westhoff, V., 1940. Het dwergbiezen-verband Nanocyperion flavescentis) in Nederland. Nederl. Kruidkd. Arch., 50 : 215-284. [= Comm. SIGMA 76].
5182 4400 12/1.1.1.2.6/06 ASS Chamaemelo nobilis - Trifolietum repentis (Allorge 1926) de Foucault 1995 prairie surpiétinée sublittorale atlantique Bassin parisien Anthemido nobilis - Trifolietum repentis Foucault, B. de, 1995. Synthèse phytosociologique sur la végétation observée dans le Cotentin (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 29-44. Allorge, P., 1926. Remarques sur quelques asssociations végétales du massif de Multonne. Concentration en ions H dans la bruyère à sphaignes. Bull. Mayen. Sci., 1924 : 77-88, 1925 : 27-51. Laval.
5183 6818 12/1.1.1.2.6/06 syn = Chamaemelo nobilis - Agrostietum capillaris (Allorge 1926) de Foucault in Royer, Felzines, Misset & Thévenin 2006 Anthemido nobilis - Agrostietum capillaris Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p. Allorge, P., 1926. Remarques sur quelques asssociations végétales du massif de Multonne. Concentration en ions H dans la bruyère à sphaignes. Bull. Mayen. Sci., 1924 : 77-88, 1925 : 27-51. Laval.
5184 4401 12/1.1.1.2.6/07 ASS Bellidetum perennis Gutte 1984 gazon eutrophile tondu régulièrement France médioeuropéenne Gutte, P., 1984. Die Vegetation Leipziger Rasenflächen. Gleditschia, 11 : 179-197. Berlin.
5185 4402 12/1.1.1.2.6/08 ASS Lolio perennis - Plantaginetum coronopi (Kuhnholtz-Lordat 1928) Sissingh 1969 prairie surpiétinée sabulicole France médioeuropéenne Sissingh, G., 1969. Über die systematische Gliederung von Trittpflanzen-Gesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 14 : 179-192. ?
5186 4403 12/1.1.1.2.6/09 ASS Cichorietum intybi (Tüxen 1942) Sissingh 1969 prairie surpiétinée thermophile France médioeuropéenne Sissingh, G., 1969. Über die systematische Gliederung von Trittpflanzen-Gesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 14 : 179-192. Tüxen, R., 1942. Ersatzgesellschaften. Wiss. Mitt. 12ten Rundbr. Zentr. St. Veg. Kart. Reich., 125-127.
5187 6539 12/1.1.1.2.6/10 ASS Festuco rubrae - Crepidetum capillaris Hülbusch & Kienast in Kienast 1978 gazon mésotrophile tondu régulièrement Kienast, D. 1978. Die spontane Vegetation der Stadt Kassel in Abhängigkeit von bau- und stadtstrukturellen Quartierstypen. Urbs Regio, 10 : 1–414, 8 tables, 2 maps.
5188 4405 12/1.1.1.2.7 ALL Poion supinae (Tüxen 1970) Rivas-Martínez & Géhu 1978 prairies mésohydriques, pâturées, surpiétinées, médioeuropéennes, subalpines Rivas-Martínez, S. & J.-M. Géhu, 1978. Observations syntaxonomiques sur quelques végétations du Valais suisse. Doc. Phytosoc., N.S., 3 : 371-424. Tüxen, R., 1970. Zur Syntaxomnomie des europäischen Wirtschaftsgrünlandes (Wiesen, Weiden, Tritt- und Flutrasen). Ber. Naturhist. Ges. (Hannover), 114 : 77-85.
5189 4406 12/1.1.1.2.7 syn = Alchemillo hybridae - Poion supinae Ellmauer & Mucina in Mucina, Grabherr & Ellmauer 1993 Mucina, L., G. Grabherr & T. Ellmauer (eds.), 1993. Die Pflanzengesellschaften Österreichs, Teil I : Anthropogene Vegetation. 587 p. Verlag Gustav Fischer, Jena.
5190 4407 12/1.1.1.2.7/01 ASS Alchemillo monticolae - Poetum supinae Aichinger 1933 prairie mésohydrique, pâturée, surpiétinée, médioeuropéenne, subalpine, alpienne Aichinger, E., 1933. Vegetationskunde der Karawanken. Pflanzensoziologie, 2, 13 + 329 p. G. Fischer, Jena.
5191 4408 12/1.1.1.2.7/01 syn = Plantagini majoris - Poetum supinae Rivas-Martínez & Géhu 1978 Rivas-Martínez, S. & J.-M. Géhu, 1978. Observations syntaxonomiques sur quelques végétations du Valais suisse. Doc. Phytosoc., N.S., 3 : 371-424.
5192 4409 12/1.1.1.2.7/02 ASS Minuartio capillaceae - Poetum supinae Rivas-Martínez 1981 prairie mésohydrique, pâturée, surpiétinée, médioeuropéenne, subalpine, pyrénéenne Rivas-Martínez, S., 1981. Séries de végétation de l´Espagne. Revisión des unités de végétation de l´Espagne C.E.S.N. Conseil de l´Europe. Strasbourg
5193 4410 12/1.1.1.2.7/02 syn = Taraxaco dissecti - Poetum supinae Carrillo & Vigo 1984 Carrillo, E. & J. Vigo, 1984. Notes sobre la vegetació nitròfila pirenenca. Collect. Bot. (Barcelona), 15 : 145-152.
5194 4411 12/1.2 SUBCLA Agrostienea stoloniferae var. stoloniferae (Oberdorfer & Müller ex Görs 1966) de Foucault 1984 prairies hygrophiles à hydrophiles, inondables, européennes Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Görs, S., 1966. Die Pflanzengesellschaften der Rebhänge am Spitzbergz. Die Natur- und Landschaftsschutzgebiete Baden-Württ., 3.
5195 4412 12/1.2 syn incl Agrostietea stoloniferae Müller & Görs 1969 Müller, T. & S. Görs, 1969. Halbruderale Trocken und Halbtrockenrasen. Vegetatio, 18 : 203-221.
5196 4413 12/1.2 syn incl Agrostietea stoloniferae Müller & Görs in Görs 1968 Görs, S., 1968. Der Wandel der Vegetation im NSG Schwenninger Moos unter dem Einfluss des Menschen in zwei Jahrhunderten. Die Natur- und Landschaftsschutzgebiete Baden-Württemberg, 5 : 190-284.
5197 4414 12/1.2 syn incl Agrostietea stoloniferae Oberdorfer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., Görs, S., Korneck, D., Lohmeyer, W., Müller, T., Philippi, G., Seibert, P., 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
5198 9349 12/1.2 syn incl Agrostietea stoloniferae Oberdorfer 1983
5199 4415 12/1.2.1 ORD Agrostietalia stoloniferae var. stoloniferae Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 em. de Foucault 1984 prairies hygrophiles [courtement inondables, niveau topographique moyen sensu BdF 1984], européennes Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Oberdorfer, E., Görs, S., Korneck, D., Lohmeyer, W., Müller, T., Philippi, G., Seibert, P., 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
5200 4416 12/1.2.1 syn compl incl pp Potentillo anserinae - Polygonetalia avicularis Tüxen 1947 Tüxen, R., 1947. Der pflanzensoziologische Garten in Hannover und seine bisherige Entwicklung. Natur. Hist. Gesellschaft Hannover., 94/98 : 113-288.
5201 4417 12/1.2.1 syn incl Agrostietea stoloniferae Oberdorfer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., Görs, S., Korneck, D., Lohmeyer, W., Müller, T., Philippi, G., Seibert, P., 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
5202 4418 12/1.2.1 syn incl Calthenion palustris (Tüxen 1937) Balátová-Tulačková 1978 Balátová-Tulačková, E., 1978. Die Nass- und Feuchtwiesen NordwestBöhmens mit besonderer Berücksichtigung der Magnocaricetalia-Gesellschaften. Rozpravy ČSAV. Řada matem. a přírod. věd. ; Seš. 3. Roč. 88 : 113 p. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5203 4419 12/1.2.1 syn incl Elytrigio repentis - Rumicion crispi auct. Agropyro - Rumicion auct.
5204 6516 12/1.2.1 syn incl Potentillietalia anserinae Oberdorfer 1948 ?
5205 6517 12/1.2.1 syn incl Trifolio fragiferi - Agrostietalia stoloniferae Tüxen 1970 Tüxen, R., 1970. Zur Syntaxomnomie des europäischen Wirtschaftsgrünlandes (Wiesen, Weiden, Tritt- und Flutrasen). Ber. Naturhist. Ges. (Hannover), 114 : 77-85.
5206 4420 12/1.2.1 syn incl pp Calthion palustris Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5207 4421 12/1.2.1 syn incl pp Molinietalia caeruleae Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
5208 4422 12/1.2.1 syn incl pp Molinietalia caeruleae Rübel 1933 Rübel, E., 1933. Versuch einer Übersicht über die Pflanzengesellschaften der Schweiz. Berichte Geobot. Forsch. Inst. Rübel, 4 : 19-30.
5209 7435 12/1.2.1 syn non Elytrigio repentis - Rumicion crispi Nordhagen 1940 Agropyro - Rumicion Nordhagen, R., 1940. Studien über die maritime Vegetation Norwegens. I : Die Pflanzengesellschaften der Tangwälle. Berg. Mus. Arb., Natv. Rk., 2, 123 p.
5210 6518 12/1.2.1 syn pp Calthetalia palustris Julve 1983 'Julve, Ph., 1983. Les groupements de prairies humides et de bas-marais. Etude régionale et essai de synthèse à l''échelle de l''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 224 p.'
5211 4423 12/1.2.1 syn pp Molinio caeruleae - Juncetea acutiflori Braun-Blanquet 1950 Braun-Blanquet, J., 1950. Übersicht der Pflanzengesellschaften Rätiens, (IV). Vegetatio, 2 : 20-37.
5212 4424 12/1.2.1 syn pp Molinio caeruleae - Juncetea acutiflori Braun-Blanquet 1947 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
5213 4425 12/1.2.1.1 SUBORD Loto pedunculati - Cardaminenalia pratensis subsp. pratensis Julve 1993 prairies hygrophiles, médioeuropéennes, psychrophiles Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
5214 9380 12/1.2.1.1 syn = Loto pedunculati - Cardaminenalia pratensis subsp. pratensis Julve 1993 ex de Foucault, Catteau & Julve in de Foucault & Catteau 2012 Foucault, B. de & E. Catteau, 2012. Contribution au prodrome des végétations de France : Les Agrostietea stoloniferae Oberd. 1983. Journ. Bot. Soc. Bot. France, 59 : 5-131.
5215 7281 12/1.2.1.1.1 ALL Bromion racemosi Tüxen in Tüxen & Preising 1951 ex de Foucault 2008 prairies hygrophiles fauchées, psychroatlantiques Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. Tüxen, R. & E. Preising, 1951. Erfahrungsgrundlagen für die Pflanzensoziologische Kartierung des westdeutschen Grünlandes. Angew. Pflanzensoz., 4 : 1-28.
5216 6787 12/1.2.1.1.1 syn incl Ranunculo repentis - Elytrigion repentis J. Duvigneaud 1986 ?
5217 4426 12/1.2.1.1.1 syn nn Bromion racemosi Tüxen in Tüxen & Preising 1951 Tüxen, R. & E. Preising, 1951. Erfahrungsgrundlagen für die Pflanzensoziologische Kartierung des westdeutschen Grünlandes. Angew. Pflanzensoz., 4 : 1-28.
5218 6995 12/1.2.1.1.1/01 ASS Senecioni aquatici - Brometum racemosi Tüxen & Preising 1951 ex Lenski 1953 prairie hygrophile fauchée, psychrosubatlantique, basophile ? Tüxen, R. & E. Preising, 1951. Erfahrungsgrundlagen für die Pflanzensoziologische Kartierung des westdeutschen Grünlandes. Angew. Pflanzensoz., 4 : 1-28.
5219 4427 12/1.2.1.1.1/01 syn nn Senecioni aquatici - Brometum racemosi Tüxen & Preising 1951 Tüxen, R. & E. Preising, 1951. Erfahrungsgrundlagen für die Pflanzensoziologische Kartierung des westdeutschen Grünlandes. Angew. Pflanzensoz., 4 : 1-28.
5220 4429 12/1.2.1.1.1/02 ASS Senecioni aquatici - Oenanthetum silaifoliae Bournérias & Géhu in Bournérias, Delpech, Dorigny, Géhu, Lecointe, Maucorps, Provost, Solau, Tombal & Wattez 1978 prairie hygrophile mixte, subatlantique, mésotherme, basophile Aisne 'Bournérias, M., Delpech, R., Dorigny, A., Géhu, J.-M., Lecointe, A., Maucorps, J., Provost, M., Solau, J.-L., Tombal, P., Wattez, J.-R., 1978. Les groupements de prairies et leurs satellites dans la vallée inondable de l''Oise (Aisne, France). Coll. Phytosoc., 5 : 89-138. (Prairies inondables, Lille 1976).'
5221 4430 12/1.2.1.1.1/02 syn = Bromo racemosi - Oenanthetum silaifoliae J. Duvigneaud 1989 Duvigneaud, J., 1989. La végétation des prairies de la plaine alluviale de la Saône, (départements de l’Ain, du Rhône et de Saône-et-Loire). In: «Phytosociologie et Pastoralisme», Paris 1988, Coll. Phytosoc., 16 : 211-231. Berlin.
5222 4431 12/1.2.1.1.1/02 syn incl Oenantho silaifoliae - Elytrigietum repentis Didier & Royer 1989 prov. Champagne, Lorraine 'Didier, B. & J.-M. Royer, 1989. Etude phytosociologique des prairies de fauche inondables des vallées de l''Aube, de la Seine et de la Marne (Champagne crayeuse). Coll. Phytosoc., 16 : 195-209. (Phytosociologie et pastoralisme, Paris 1988).'
5223 4432 12/1.2.1.1.1/02 syn incl Ranunculo repentis - Elytrigietum repentis sensu J. Duvigneaud 1989 Duvigneaud, J., 1989. La végétation des prairies de la plaine alluviale de la Saône, (départements de l’Ain, du Rhône et de Saône-et-Loire). In: «Phytosociologie et Pastoralisme», Paris 1988, Coll. Phytosoc., 16 : 211-231. Berlin.
5224 7436 12/1.2.1.1.1/02 syn non Ranunculo repentis - Elytrigietum repentis Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5225 4433 12/1.2.1.1.1/04 ASS Colchico autumnalis - Brometum racemosi (J. Duvigneaud 1958) Sougnez in Sougnez & Limbourg 1963 prairie mésohygrophile fauchée, précontinentale Lorraine Sougnez, N. & P. Limbourg, 1963. Les herbages de la Famenne et de la Fagne. Bull. Inst. Agron. Stat. Recher. Gembloux. 31 : 359-443 + tabl. = Comm. Centre Cart. Phytosoc. Centre Rech. Ecol. Phytosoc. Gembloux, 43) [359-413 ?] 'Duvigneaud, J., 1958. Contribution à l''étude des groupements prairiaux de la plaine alluviale de la Meuse lorraine. Bull. Soc. Roy. Bot. Belg., 91 : 7-77.'
5226 4434 12/1.2.1.1.1/05 ASS Junco acutiflori - Brometum racemosi de Foucault 1994 prairie hygrophile fauchée, psychrosubatlantique, acidophile Foucault, B. de, 1994. Contribution à la connaissance phytosociologique des ZNIEFF régionales. I. La prairie à orchidées d’Herzelle (ZNIEFF 0156000, type I). Bull. Soc. Bot. Nord Fra., 47(2) : 21-24.
5227 4428 12/1.2.1.1.1/05 syn = Loto pedunculati - Brometum racemosi Passarge (1964) 1977 Passarge, H., 1977. Über Wiesengesellschaften der Altmark. Gleditschia, 5 : 129-155. Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
5228 4435 12/1.2.1.1.1/06 ASS Oenantho peucedanifoliae - Brometum racemosi de Foucault 1981 prairie hygrophile fauchée, psychroatlantique, acidophile, eutrophile Foucault, B. de, 1981. Les prairies permanentes du bocage virois basse-Normandie, France. typologie phytosociologique et essai de reconstitution des séries évolutives herbagères. Doc. Phytosoc., N.S., 5 : 1-109.
5229 6783 12/1.2.1.1.1/06 syn = ? Oenantho peucedanifoliae - Ranunculetum repentis Longchamp 1977 Longchamp, J.-P., 1977. Etude phytosociologique et essai de typologie des prairies permanentes de l’Auxois. Thèse univ. Besançon, 123 p.
5230 9381 12/1.2.1.1.1/06 syn = ? Oenantho peucedanifoliae - Ranunculetum repentis Longchamp in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5231 4436 12/1.2.1.1.1/07 ASS Deschampsio cespitosae - Oenanthetum peucedanifoliae de Foucault 1986 Massif Central Foucault, B. de, 1986. Données systémiques sur la végétation prairiale mésophile du pays Basque et des landes de Gascogne. Doc. Phytosoc., N.S., 10 : 203-219.
5232 4437 12/1.2.1.1.1/08 ASS Sileno floris-cuculi - Cardaminetum pratensis Julve 2006 ass. nov. hoc loco prairie hygrophile fauchée, psychroatlantique hoc loco
5233 6498 12/1.2.1.1.1/09 ASS Polygono bistortae - Brometum racemosi (Tüxen & Oberdorfer 1958) Mayor 1965 prairie hygrophile fauchée, submontagnarde Mayor, M., 1965. Estudio de la flora y vegetacion de las Sierra de Pela, Ayllon y Somosierra, Cordillera central, Tramo oriental. Dissert. Univ. complutense Madrid. Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
5234 6499 12/1.2.1.1.1/10 ASS Achilleo ptarmicae - Brometum racemosi Oberdorfer 1957 prairie hygrophile fauchée, subcontinentale, collinéenne Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5235 6500 12/1.2.1.1.1/11 ASS Deschampsio cespitosae - Brometum racemosi Oberdorfer 1957 prairie hygrophile fauchée, subcontinentale, planitiaire Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5236 6784 12/1.2.1.1.1/12 ASS Silao silai - Festucetum pratensis Misset in Royer, Felzines, Misset & Thévenin 2006 prairie hygrophile fauchée, mésotrophile, précontinentale, planitiaire, champenoise ardennaise Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5237 6785 12/1.2.1.1.1/13 ASS Euphorbio esulae - Elytrigietum repentis Didier & Royer in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5238 6786 12/1.2.1.1.1/13 syn = Euphorbio esulae - Elytrigietum repentis Didier & Royer 1995 ?
5239 4438 12/1.2.1.1.2 ALL Alopecurion pratensis Passarge 1964 em. de Foucault 1984 prairies hygrophiles fauchées, boréo à centroeuropéennes, psychrophiles Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
5240 4439 12/1.2.1.1.2 syn incl Alopecurion pratensis Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
5241 6527 12/1.2.1.1.2 syn incl Deschampsion cespitosae Horvatić 1930 ?
5242 4440 12/1.2.1.1.2 syn incl pp Calthion palustris Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5243 4441 12/1.2.1.1.2/01 ASS Alopecuretum pratensis Eggler 1933 prairie hygrophile fauchée, centroeuropéenne, planitiaire Bassin parisien oriental Eggler, J., 1933. Die Pflanzengesellschaften der Umgebung von Graz. Repert. spec. nov. regni veget., Beih. 73 : 95-216.
5244 6531 12/1.2.1.1.2/01 syn = Alopecuretum pratensis Regel 1925 ?
5245 4442 12/1.2.1.1.2/01 syn = Loto pedunculati - Holcetum lanati Passarge (1964) 1977 Passarge, H., 1977. Über Wiesengesellschaften der Altmark. Gleditschia, 5 : 129-155. Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
5246 6534 12/1.2.1.1.2/01 syn incl Fritillario meleagris - Alopecuretum pratensis (van Leeuwen 1958) Westhoff & den Held 1969 Westhoff, V. & A. J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen. ?
5247 6532 12/1.2.1.1.2/01 syn incl Galio molluginis subsp. erecti - Alopecuretum pratensis (Steffen 1931) Hundt 1958 Hundt, R., 1958. Beiträge zur Wiesenvegetation Mitteleuropas. I : die Auenwiesen an der Elbe, Saale und Mulde. Nova Acta Leop., N.F., 20 : 1-206. Steffen, H., 1931. Vegetationskunde von Ostpreussen. Pflanzensoziologie, 1, 406 p.
5248 6533 12/1.2.1.1.2/01 syn incl Ranunculo repentis - Alopecuretum pratensis Krisch 1974 Krisch, H., 1974. Wirtschaftsgrünland, Röhrichte und Seggenriede der Ryckniederung (NO-Mecklenburg). Feddes Repertorium, 85 : 357-427.
5249 4443 12/1.2.1.1.2/02 ASS Alopecuro pratensis - Holcetum lanati Julve 1994 prairie eutrophisée de convergence Bassin parisien Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
5250 6535 12/1.2.1.1.2/02 syn incl Elytrigio repentis - Alopecuretum pratensis Moravec 1965 Agropyro - Alopecuretum Moravec, J., 1965. Wiesen im mittleren Teil des Böhmerwaldes (Sumava). Vegetace CSR, ser. A. Academia, Praha. 385 p.
5251 4444 12/1.2.1.1.2/03 ASS Dactylido glomeratae - Festucetum arundinaceae Tüxen 1950 prairie mésohygrophile fauchée, subcontinentale France médioeuropéenne Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5252 6529 12/1.2.1.1.2/04 ASS Ranunculo repentis - Deschampsietum cespitosae Scamoni 1956 ?
5253 6530 12/1.2.1.1.2/04 syn = Stellario palustris - Deschampsietum cespitosae Freitag 1957 ?
5254 4445 12/1.2.1.1.2/05 ASS Trollio europaei - Cirsietum rivularis (Kuhn 1937) Oberdorfer 1957 prairie hygrophile fauchée, centroeuropéenne, montagnarde Montagnes Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Kuhn, K., 1937. Die Pflanzengesellschaften im Neckargebiet der Schwäbischen Alb. Öhringen, 340 p.
5255 4446 12/1.2.1.1.2/05 syn = Cirsietum rivularis Nowinski 1927 ?
5256 4447 12/1.2.1.1.2/05 syn = Cirsietum rivularis Nowinski 1928 Nowinski, M., 1928. Les associations végétales de la grande forêt de Sandomierz. I. Kosmos, serie A, 52 : 457-546. [Nowinski, M. 1928: „Zespoly roslinne Puszczy Sandomierskiej. ”I. Zespoly roslinne torfowisk nískich pomiedzy Chodaczowem a Grodzieskiem. – Kosmos, Lwów, 52 : 457–547]
5257 4448 12/1.2.1.1.2/05 syn = Cirsio rivularis - Valerianetum dioicae Kuhn 1937 Kuhn, K., 1937. Die Pflanzengesellschaften im Neckargebiet der Schwäbischen Alb. Öhringen, 340 p.
5258 4449 12/1.2.1.1.2/05 syn = ? Cirsietum rivularis Braun-Blanquet 1949 Braun-Blanquet, J., 1949. Übersicht der Pflanzengesellschaften Rätiens, (II). Vegetatio, 1: 129-146.
5259 4450 12/1.2.1.1.2/05 syn pp nn Angelico sylvestris - Aconitetum napelli Guinochet 1955 [poetosum trivialis] Guinochet, M., 1955. Carte phytosociologique de Pontarlier (5-6). IGN. Paris.
5260 4451 12/1.2.1.1.3 ALL Mentho aquaticae - Juncion inflexi (de Foucault 1984) Julve 1993 prairies hygrophiles pâturées, médioeuropéennes, psychrophiles, basophiles Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5261 4419 12/1.2.1.1.3 syn incl pp Elytrigio repentis - Rumicion crispi auct. Agropyro - Rumicion auct.
5262 4453 12/1.2.1.1.3 syn pp Mentho longifoliae - Juncion inflexi Müller et Görs 1969 ex de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Müller, T. & S. Görs, 1969. Halbruderale Trocken und Halbtrockenrasen. Vegetatio, 18 : 203-221.
5263 7288 12/1.2.1.1.3 syn pp Mentho longifoliae - Juncion inflexi Müller et Görs 1969 ex de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. Müller, T. & S. Görs, 1969. Halbruderale Trocken und Halbtrockenrasen. Vegetatio, 18 : 203-221.
5264 6793 12/1.2.1.1.3 syn pp nn Mentho longifoliae - Juncion inflexi Müller et Görs 1969 Müller, T. & S. Görs, 1969. Halbruderale Trocken und Halbtrockenrasen. Vegetatio, 18 : 203-221.
5265 7196 12/1.2.1.1.3/01 ASS Pulicario dysentericae - Juncetum inflexi de Foucault 1984 em. Julve 2010 hoc loco prairie hygrophile pâturée, basophile, planitiaire, psychroatlantique Bassin parisien hoc loco Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5266 6794 12/1.2.1.1.3/01 syn incl Carici flaccae - Juncetum inflexi Misset in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5267 4454 12/1.2.1.1.3/01 syn pp Pulicario dysentericae - Juncetum inflexi de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5268 7195 12/1.2.1.1.3/01 syn pp Pulicario dysentericae - Juncetum inflexi de Foucault in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5269 9427 12/1.2.1.1.3/01bis SUBASS Pulicario dysentericae - Juncetum inflexi de Foucault 1984 em. Julve 2010 hoc loco, juncetosum acutiflori hoc loco Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5270 9428 12/1.2.1.1.3/01bis SUBASS Pulicario dysentericae - Juncetum inflexi de Foucault 1984 em. Julve 2010 hoc loco, tussilaginetosum farfarae hoc loco Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5271 4455 12/1.2.1.1.3/02 ASS Junco inflexi - Menthetum longifoliae Lohmeyer 1953 prairie hygrophile pâturée, basophile, psychrocentroeuropéenne Bassin parisien oriental, Auvergne Lohmeyer, W., 1953. Beitrag zur Kenntnis der Pflanzengesellschaften in der Umgebung von Höxter an der Weser. Mitt. Flor. Soz. Arbeitsgem., 4 : 59-76.
5272 9382 12/1.2.1.1.3/02 syn = Mentho longifoliae - Juncetum inflexi Lohmeyer 1953 ex Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Lohmeyer, W., 1953. Beitrag zur Kenntnis der Pflanzengesellschaften in der Umgebung von Höxter an der Weser. Mitt. Flor. Soz. Arbeitsgem., 4 : 59-76.
5273 4458 12/1.2.1.1.3/05 ASS Rumici crispi - Juncetum inflexi Billy 2000 prov. prairie hygrophile pâturée, basophile, montagnarde, atlantique Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
5274 4459 12/1.2.1.1.4 ALL Ranunculo repentis - Cynosurion cristati Passarge 1969 prairies hygrophiles pâturées, médioeuropéennes, psychrophiles, acidophiles Passarge, H., 1969. Zur soziologischen Gliederung mitteleuropäischer Weisskleeweiden. Feddes Repert., 80 : 413-435.
5275 4460 12/1.2.1.1.4 syn incl Cardamino pratensis - Cynosurenion cristati Passarge 1969 Passarge, H., 1969. Zur soziologischen Gliederung mitteleuropäischer Weisskleeweiden. Feddes Repert., 80 : 413-435.
5276 4461 12/1.2.1.1.4/01 ASS Junco acutiflori - Cynosuretum cristati Sougnez 1957 prairie hygrophile pâturée, acidophile, psychroatlantique Bassin parisien, Massif Central Sougnez, N., 1957. Texte explicatif de la planchette de Henri-Chapelle 123 W. Carte de la végétation de la Belgique IRSIA, 101 p.
5277 4462 12/1.2.1.1.4/02 ASS Cirsio palustris - Juncetum effusi Gallandat 1982 prairie hygrophile pâturée, acidophile, montagnarde, centroeuropéenne Jura Gallandat, J.D., 1982. Prairies marécageuses du haut-Jura (Molinietalia, Scheuchzerio-Caricetea fuscae et Phragmitetea). Matér. Levé Géobot. Suisse, 58 : 1-327.
5278 4463 12/1.2.1.1.4/03 ASS Scorzonero humilis - Agrostietum capillaris Billy 2000 prov. prairie mésohygrophile mixte, mésotrophile, subatlantique Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
5279 4464 12/1.2.1.1.4/04 ASS Ranunculo repentis - Juncetum acutiflori Billy 2000 prov. prairie hygrophile pâturée, acidophile, montagnarde, atlantique Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
5280 4353 12/1.2.1.1.4/05 ASS Loto pedunculati - Cynosuretum cristati Julve 1993 ex 1994 prairie mésohygrophile pâturée, eutrophile Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994]. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
5281 7045 12/1.2.1.1.4/05 syn incl Trifolio repentis - Ranunculetum repentis Catteau 2006 prov. Catteau, E., 2006. Note concernant quelques végétationsrelevées dans la Flandre intérieure. Bull. Soc. Bot. Nord Fra., 59 (1-2) : 39-44.
5282 4354 12/1.2.1.1.4/05 syn non Lolio perennis - Cynosuretum cristati (Braun-Blanquet & de Leeuw 1936) Tüxen 1937 lotetosum pedunculati Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
5283 4465 12/1.2.1.1.5 ALL Lolio perennis - Potentillion anserinae Tüxen 1947 prairies hygrophiles surpiétinées, médioeuropéennes, psychrophiles Tüxen, R., 1947. Der pflanzensoziologische Garten in Hannover und seine bisherige Entwicklung. Natur. Hist. Gesellschaft Hannover., 94/98 : 113-288.
5284 4466 12/1.2.1.1.5 syn = Agrostion stoloniferae Görs 1966 Görs, S., 1966. Die Pflanzengesellschaften der Rebhänge am Spitzbergz. Die Natur- und Landschaftsschutzgebiete Baden-Württ., 3.
5285 4467 12/1.2.1.1.5 syn = Potentillion anserinae Tüxen 1947 Tüxen, R., 1947. Der pflanzensoziologische Garten in Hannover und seine bisherige Entwicklung. Natur. Hist. Gesellschaft Hannover., 94/98 : 113-288.
5286 4469 12/1.2.1.1.5/01 ASS Lolio perennis - Potentilletum anserinae Knapp 1946 prairie hygrophile surpiétinée, médioeuropéenne, psychrophile, des sols minéraux Bassin parisien Knapp, R., 1946. Die Wiesen- und Weidegesellschaften der Umgebung von Halle (Saale) und ihre landwirtschaftliche Bedeutung. Teil 1. Die verbreiteten und wirtschaftlich wichtigsten Wiesen- und Weidegesellschaften. Heidelberg [manuscript polycopié]
5287 4468 12/1.2.1.1.5/01 syn = Agrostio stoloniferae - Potentilletum anserinae (Passarge 1964) Müller in Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin. Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
5288 6791 12/1.2.1.1.5/01 syn = Agrostio stoloniferae - Potentilletum anserinae Müller in Oberdorfer 1983 Oberdorfer, E., 1983. Süddeutsche Pflanzengesellschaften (2ten Aufl.). Teil III. Wirtschaftswiesen und Unkrautgesellschaften. 455 p. Gustav Fischer Verlag, Stuttgart.
5289 4470 12/1.2.1.1.5/01 syn = Lolio perennis - Potentilletum anserinae Knapp 1948 Knapp, R., 1948. Einführung in die Pflanzensoziologie. 2 : Die Pflanzengesellschaften Mitteleuropas. Stuttgart/Ludwigsburg, 94 p.
5290 6792 12/1.2.1.1.5/01 syn = Potentillo anserinae - Agrostietum stoloniferae Alonso, Lence, Puente, Penas & Salegui 2002 ?
5291 4471 12/1.2.1.1.5/01 syn = Potentillo anserinae - Agrostietum stoloniferae Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
5292 9385 12/1.2.1.1.5/01 syn = Lolio perennis - Potentilletum anserinae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5293 4473 12/1.2.1.1.5/02 ASS Blysmo compressi - Juncetum compressi Tüxen 1950 prairie hygrophile surpiétinée, médioeuropéenne, psychrophile, des sols paratourbeux Bassin parisien Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5294 6789 12/1.2.1.1.5/02 syn = Blysmo compressi - Juncetum compressi Libbert 1932 Libbert, W., 1932. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 74 : 10-348.
5295 4474 12/1.2.1.1.5/02 syn = Junco compressi - Plantaginetum majoris Braun-Blanquet & Moor 1935 Braun-Blanquet, J. & M. Moor, 1935. Über das Nanocyperion in Graubünden und Oberitalien. Jahresbericht Naturforsch. Ges. Graubünden, Chur, 73 : 25-35.
5296 4475 12/1.2.1.1.5/02 syn = Junco compressi - Trifolietum repentis Eggler 1933 Eggler, J., 1933. Die Pflanzengesellschaften der Umgebung von Graz. Repert. spec. nov. regni veget., Beih. 73 : 95-216.
5297 4476 12/1.2.1.1.5/02 syn = Lolio perennis - Juncetum compressi Moor 1936 Moor, M., 1936. Zur Soziologie der Isoetetalia. Beitr. Geobot. Landesaufn. Schweiz, 20, 148 p.
5298 4477 12/1.2.1.1.5/02 syn ambig Juncetum compressi Braun-Blanquet 1918 Braun-Blanquet, J., 1918. Eine Pflanzengeographische Exkursion durch Unterengadin und in den schweizerischen Nationalpark. Beitr. Geobot. Landesaufn. Schweiz, 4 : 79 p.
5299 6522 12/1.2.1.1.5/02 syn ambig Juncetum compressi Braun-Blanquet 1918 ex Libbert 1932 Libbert, W., 1932. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 74 : 10-348. Braun-Blanquet, J., 1918. Eine Pflanzengeographische Exkursion durch Unterengadin und in den schweizerischen Nationalpark. Beitr. Geobot. Landesaufn. Schweiz, 4 : 79 p.
5300 9383 12/1.2.1.1.5/02 syn = Junco compressi - Blysmetum compressi Tüxen 1950 ex Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5301 6520 12/1.2.1.1.5/03 ASS Poo trivialis - Rumicetum obtusifolii Hülbusch 1969 prairie hygrophile surpiétinée, médioeuropéenne, psychrophile, des sols minéraux eutrophisés ?
5302 7046 12/1.2.1.1.5/03 syn = ? Ranunculo repentis - Elytrigietum repentis Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5303 6521 12/1.2.1.1.5/04 ASS Carici flaccae - Agrostietum stoloniferae Béguin 1970 prairie hygrophile surpiétinée, médioeuropéenne, psychrophile, montagnarde 'Béguin, C., 1970. Contribution à l''étude phytosociologique et écologique du Haut-Jura. Thèse, Univ. Neuchâtel, 190 p., 1 carte h.t.'
5304 8145 12/1.2.1.1.5/05 ASS Carici hordeistichi - Trifolietum fragiferi Rivas Goday & Borja Carbonell 1961 Rivas Goday, S. & J. Borja Carbonell, 1961. Estudio de vegetacion y florula del macizo de Gudar y Javalambre. Anales Inst. Bot. Cavanilles, 19 : 3-543.
5305 9384 12/1.2.1.1.5/06 ASS Prunello vulgaris - Potentilletum reptantis Elias 1978
5306 4478 12/1.2.1.2 SUBORD Loto corniculati subsp. tenuis - Festucenalia arundinaceae subsp. arundinaceae Julve 1993 prairies hygrophiles, européennes, thermophiles Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
5307 9369 12/1.2.1.2 syn = Loto corniculati subsp. tenuis - Festucenalia arundinaceae subsp. arundinaceae Julve 1993 ex de Foucault, Catteau & Julve in de Foucault & Catteau 2012 Foucault, B. de & E. Catteau, 2012. Contribution au prodrome des végétations de France : Les Agrostietea stoloniferae Oberd. 1983. Journ. Bot. Soc. Bot. France, 59 : 5-131. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
5308 6515 12/1.2.1.2 syn compl pp Trifolio resupinati - Hordeetalia secalini Horvatić 1963 Horvatić, S., 1963. Vegetacijska karta otoka Paga s opcim pregledom vegetacijskih jedinica hrvatskog primorja. Prir. Istr. JAZU, 33, Acta Biol., 4 : 1-187.
5309 4479 12/1.2.1.2.1 ALL Alopecurion rendlei Zeidler 1954 prairies hygrophiles fauchées, méditerranéoatlantiques, glycophiles à subhalophiles Alopecurion utriculati Zeidler, H., 1954. Das Alopecurion utriculati, ein neuer Verband balkanisch Wiesengesellschaften. Vegetatio, 5/6 : 292-301.
5310 4584 12/1.2.1.2.1 syn compl pp Trifolion maritimi Braun-Blanquet 1931 Trifolion squamosi Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5311 6514 12/1.2.1.2.1 syn compl pp Trifolion resupinati Mičevski 1957 ?
5312 7273 12/1.2.1.2.1/01 ASS Anacamptido laxiflorae - Brometum racemosi (de Foucault 1984) Julve 2011 ass. nov. hoc loco prairie hygrophile fauchée, eutrophile, atlantique, mésotherme, neutrocline hoc loco Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5313 4480 12/1.2.1.2.1/01 syn compl Trifolio patentis - Brometum racemosi (Lahondère 1979) de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Lahondère, C., 1979. La végétation de Bonne-Anse. Bull. Soc. Bot. Centre-Ouest, N.S., 10 : 83-104.
5314 7272 12/1.2.1.2.1/01 syn compl Trifolio patentis - Brometum racemosi (Lahondère 1979) de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. Lahondère, C., 1979. La végétation de Bonne-Anse. Bull. Soc. Bot. Centre-Ouest, N.S., 10 : 83-104.
5315 7275 12/1.2.1.2.1/02 ASS Trifolio fragiferi - Oenanthetum silaifoliae (de Foucault 1984) Julve 2011 ass. nov. hoc loco prairie hygrophile fauchée, subhalophile, thermoatlantique hoc loco Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5316 4481 12/1.2.1.2.1/02 syn compl Trifolio maritimi - Oenanthetum silaifoliae (Dupont 1954) de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Dupont, P., 1954. La végétation des marais de la Vilaine maritime. Bull. Soc. Sci. Bret., 29 : 65-104.
5317 7274 12/1.2.1.2.1/02 syn compl Trifolio maritimi - Oenanthetum silaifoliae (Dupont 1954) de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. Dupont, P., 1954. La végétation des marais de la Vilaine maritime. Bull. Soc. Sci. Bret., 29 : 65-104.
5318 9370 12/1.2.1.2.1/04 ASS Lino biennis - Festucetum arundinaceae Dubuis & Simonneau 1968 ex de Foucault in de Foucault & Catteau 2012 prairie mésohygrophile, subhalophile, thermoatlantique Foucault, B. de & E. Catteau, 2012. Contribution au prodrome des végétations de France : Les Agrostietea stoloniferae Oberd. 1983. Journ. Bot. Soc. Bot. France, 59 : 5-131. Dubuis, A., Simmoneau, P., 1968. Les prairies à fétuque dans la basse plaine du Roussillon. Vie et milieu, C, Biol. Terr., 19 : 287-302.
5319 4483 12/1.2.1.2.1/04 syn = Lino biennis - Festucetum arundinaceae Dubuis & Simonneau 1968 prov. Dubuis, A., Simmoneau, P., 1968. Les prairies à fétuque dans la basse plaine du Roussillon. Vie et milieu, C, Biol. Terr., 19 : 287-302.
5320 4484 12/1.2.1.2.1/05 ASS Junco acutiflori - Oenanthetum pimpinelloidis de Foucault 1984 prov. prairie mésohygrophile, thermoatlantique [Pays Basque], acidophile Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5321 4485 12/1.2.1.2.1/06 ASS Ophioglosso vulgati - Oenanthetum pimpinelloidis Hofstra 1995 prairie mésohygrophile, thermoatlantique [Pays Basque], basophile ?
5322 4486 12/1.2.1.2.1/07 ASS Hordeo secalini - Lolietum perennis (Allorge 1922) de Foucault 1984 prairie hygrophile, mixte ou pâturée extensivement, basophile, thermoatlantique Normandie, Ile-de-France Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
5323 6782 12/1.2.1.2.1/07 syn = Hordeo secalini - Lolietum perennis (Allorge 1922) de Foucault in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
5324 4487 12/1.2.1.2.1/08 ASS Hordeo secalini - Festucetum arundinaceae Billy 2000 prov. prairie mésohygrophile, mixte ou pâturée extensivement, basophile, thermoatlantique Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
5325 7276 12/1.2.1.2.1/09 ASS ? prairie hygrophile fauchée méditerranéenne, submaritime ?
5326 4591 12/1.2.1.2.1/09 syn compl Elytrigio x acutae - Trifolietum maritimi Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5327 7266 12/1.2.1.2.1/10 ASS Anacamptido laxiflorae - Oenanthetum silaifoliae (de Foucault 1984) Julve 2011 ass. nov. hoc loco hoc loco Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5328 7267 12/1.2.1.2.1/10 syn = Senecioni aquatici - Oenanthetum silaifoliae Bournérias & Géhu in Bournérias, Delpech, Dorigny, Géhu, Lecointe, Maucorps, Provost, Solau, Tombal & Wattez 1978, race occidentale sensu de Foucault 1984 'Bournérias, M., Delpech, R., Dorigny, A., Géhu, J.-M., Lecointe, A., Maucorps, J., Provost, M., Solau, J.-L., Tombal, P., Wattez, J.-R., 1978. Les groupements de prairies et leurs satellites dans la vallée inondable de l''Oise (Aisne, France). Coll. Phytosoc., 5 : 89-138. (Prairies inondables, Lille 1976).'
5329 7330 12/1.2.1.2.1/11 ASS Hordeo secalini - Holcetum lanati Julve 2011 ass. nov. hoc loco prairie mésohygrophile fauchée, thermoatlantique, eutrophisée hoc loco
5330 9371 12/1.2.1.2.1/12 ASS Junco maritimi - Iridetum spuriae René Molinier & Tallon 1970 Molinier Re. & G. Tallon, 1970. Prodrome des unités phytosociologiques observées en Camargue. Bull. Mus. Hist. Nat. Marseille, 30 : 5-110.
5331 4590 12/1.2.1.2.1/12 syn = Junco maritimi - Iridetum spuriae René Molinier & Devaux 1978 Molinier, Re. & J.-P. Devaux, 1978. Notice explicative de la carte phytosociologique de la Camargue au 1/50 000e. Rev. Biol. Ecol. Médit., 5 : 159-196.
5332 9372 12/1.2.1.2.1/13 ASS Dorycnio herbacei subsp. gracilis - Festucetum arundinaceae (René Molinier & Devaux 1978) de Foucault in de Foucault & Catteau 2012 Foucault, B. de & E. Catteau, 2012. Contribution au prodrome des végétations de France : Les Agrostietea stoloniferae Oberd. 1983. Journ. Bot. Soc. Bot. France, 59 : 5-131. Molinier, Re. & J.-P. Devaux, 1978. Notice explicative de la carte phytosociologique de la Camargue au 1/50 000e. Rev. Biol. Ecol. Médit., 5 : 159-196.
5333 9373 12/1.2.1.2.1/13 syn = Dorycnio herbacei subsp. gracilis - Festucetum arundinaceae René Molinier & Devaux 1978 Molinier, Re. & J.-P. Devaux, 1978. Notice explicative de la carte phytosociologique de la Camargue au 1/50 000e. Rev. Biol. Ecol. Médit., 5 : 159-196.
5334 4507 12/1.2.1.2.3 1340* ALL Taraxaco bessarabici - Juncion gerardii Wendelberger 1950 em. Julve 1993 prairies hygrophiles, médioeuropéennes, thermophiles, halophiles, continentales Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Wendelberger, G., 1950. Zur Soziologie der kontinentalen Halophytenvegetation Mitteleuropas. Abh. Österr. Akad. Wiss. Math. Nat. Kl. Denksch., 108 : 1-180. Wien.
5335 9375 12/1.2.1.2.3 syn = Juncion gerardi Wendelberger 1943 Wendelberger, G., 1943. Die Salzpflanzengesellschaften des Neusiedler Sees. Wiener Bot. Zeitschr., 92 : 124-144.
5336 9376 12/1.2.1.2.3 syn incl Junco gerardi - Bromion racemosi de Foucault in de Foucault & Catteau 2012 Foucault, B. de & E. Catteau, 2012. Contribution au prodrome des végétations de France : Les Agrostietea stoloniferae Oberd. 1983. Journ. Bot. Soc. Bot. France, 59 : 5-131.
5337 4509 12/1.2.1.2.3/01 ASS Elytrigio repentis - Juncetum gerardii J. Duvigneaud 1967 Lorraine Duvigneaud, J., 1967. Flore et végétation halophiles de la Lorraine orientale (Moselle, France). Mém. Soc. Roy. Bot. Belg., 3, 122 p.
5338 4508 12/1.2.1.2.3/01 syn compl Cerastio dubii - Juncetum gerardii J. Duvigneaud 1967 Lorraine Duvigneaud, J., 1967. Flore et végétation halophiles de la Lorraine orientale (Moselle, France). Mém. Soc. Roy. Bot. Belg., 3, 122 p.
5339 4510 12/1.2.1.2.3/02 ASS Taraxaco bessarabici - Caricetum distantis (von Soó 1933) Wendelberger 1943 Auvergne Wendelberger, G., 1943. Die Salzpflanzengesellschaften des Neusiedler Sees. Wiener Bot. Zeitschr., 92 : 124-144.
5340 4511 12/1.2.1.2.3/03 ASS Festuco arundinaceae - Puccinellietum distantis Billy 2000 prov. Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
5341 4404 12/1.2.1.2.3/04 ASS Puccinellio distantis - Plantaginetum majoris (Duvigneaud & Fasseaux 1991) Julve 2005 ass. nov. hoc loco prairie hygrophile surpiétinée subhalophile Lorraine hoc loco Duvigneaud, J. & Fasseaux, 1991. Dumortiera, 48 : 1-4.
5342 4512 12/1.2.1.2.4 ALL Loto corniculati subsp. tenuis - Trifolion fragiferi (Westhoff, Dijk & Passchier 1942) Westhoff & den Held 1969 prairies hygrophiles, subhalophiles, atlantiques Loto tenuis - Trifolion fragiferi Westhoff, V. & A. J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen. Westhoff, V., J.W. Dijk & H. Passchier, 1942. Overzicht der Plantengemeenschappen in Nederland. Nederl. Natuur. Hist. Vereen. Nederl. Jeugd. Natuurstudie, 7 : 1-79.
5343 7287 12/1.2.1.2.4 syn = Loto corniculati subsp. tenuis - Trifolion fragiferi (Westhoff, van Leeuwen & Adriani 1962) de Foucault 2008 Loto tenuis - Trifolion fragiferi Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. Westhoff, V., C.G. van Leeuwen & M.J. Adriani, 1962. Enkele aspecten van vegetatie en bodem der duinen van Goeree in het bijzonder de contactgordels tussen zout en zoet milieu. Jaarb. 1961 Wetensch. Genootsch. Goeree Overflakkee, 46-92.
5344 6524 12/1.2.1.2.4 syn incl Glauco maritimae - Festucenion arundinaceae Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin.
5345 4513 12/1.2.1.2.4 syn incl pp Elytrigio repentis - Rumicion crispi auct. Agropyro - Rumicion auct.
5346 6523 12/1.2.1.2.4 syn incl pp Glauco maritimae - Festucion arundinaceae Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin.
5347 6525 12/1.2.1.2.4 syn incl pp Potentillio anserinae - Puccinellenion distantis Passarge 1999 Passarge, H., 1999. Pflanzengesellschaften Nordostdeutschlands, 2. 451 p. J. Cramer, Berlin.
5348 8064 12/1.2.1.2.4 syn = ? Scorzonero - Juncetea gerardii Vicherek 1973 Vicherek, J., 1973. Die Pflanzengesellschaften der Halophyten-und Subhalophytenvegetation der Tschechoslowakei. Vegetace CSSR 17 5. 1-200.
5349 8065 12/1.2.1.2.4 syn = ? Scorzonero - Juncetalia gerardii Vicherek 1973 Vicherek, J., 1973. Die Pflanzengesellschaften der Halophyten-und Subhalophytenvegetation der Tschechoslowakei. Vegetace CSSR 17 5. 1-200.
5350 4514 12/1.2.1.2.4/01 ASS Junco gerardii - Agrostietum stoloniferae Tüxen (1937) 1950 prairie hygrophile fauchée, subhalophile, psammophile, psychroatlantique côtes de la Manche, Mer du Nord Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5351 4515 12/1.2.1.2.4/01 syn incl Deschampsio cespitosae - Caricetum distantis Mahn & Schubert 1962 Mahn, E.G. & R. Schubert, 1962. Vegetationskundliche Untersuchungen in der mitteldeutschen Ackerlandschaft. Wissenschaftliche Zeitschrift der Martin Luther Universität Halle-Wittenberg, 9(7).
5352 4516 12/1.2.1.2.4/01 syn incl Glauco maritimae - Juncetum gerardii Mahn & Schubert 1962 Mahn, E.G. & R. Schubert, 1962. Vegetationskundliche Untersuchungen in der mitteldeutschen Ackerlandschaft. Wissenschaftliche Zeitschrift der Martin Luther Universität Halle-Wittenberg, 9(7).
5353 4517 12/1.2.1.2.4/01 syn incl Ononido spinosae subsp. maritimae - Caricetum distantis (Tüxen 1955) Pott 1992 Ononido maritimae - Caricetum distantis Pott, R., 1992. Die Pflanzengesellschaften Deutschlands. 427 p. Ulmer. Stuttgart. Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
5354 4518 12/1.2.1.2.4/01 syn incl Ononido spinosae subsp. maritimae - Caricetum distantis Tüxen 1955 Ononido maritimae - Caricetum distantis Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
5355 4519 12/1.2.1.2.4/01 syn incl Trifolio fragiferi - Caricetum distantis Jeschke 1968 Jeschke, L., 1968. Die Vegetation der Insel Ruden. Natur und Naturschutz in Mecklenburg, 6 : 111-138.
5356 403 12/1.2.1.2.4/01 syn incl Agrostio stoloniferae - Caricetum distantis var. vikingensis Géhu 1979 Agrostio stoloniferae - Caricetum vikingensis 'Géhu, J.-M., 1979. Etude phytocoenologique analytique et globale de l''ensemble des vases et prés salés et saumâtres de la façade atlantique française. Rapport pour le ministère de l''environnement et du cadre de vie convention 77-29). 514 p., 3 cartes h.t. Bailleul.'
5357 9377 12/1.2.1.2.4/01 syn incl Agrostio stoloniferae - Caricetum distantis var. vikingensis Géhu in Géhu & Franck 1982 Géhu, J.-M. & J. Franck, 1982. La végétation du littoral Nord-Pas de Calais (essai de synthèse). 362 p. Bailleul.
5358 404 12/1.2.1.2.4/01 syn incl pp compl Carici distantis - Plantaginetum coronopodi Tüxen 1937 prov. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5359 4520 12/1.2.1.2.4/02 ASS Samolo valerandi - Caricetum distantis var. vikingensis (Géhu 1979) Géhu in Géhu & Franck 1982 source subhalophile de falaises maritimes suitantes, psychroatlantique côtes de la Manche Samolo valerandi - Caricetum vikingensis Géhu, J.-M. & J. Franck, 1982. La végétation du littoral Nord-Pas de Calais (essai de synthèse). 362 p. Bailleul. 'Géhu, J.-M., 1979. Etude phytocoenologique analytique et globale de l''ensemble des vases et prés salés et saumâtres de la façade atlantique française. Rapport pour le ministère de l''environnement et du cadre de vie convention 77-29). 514 p., 3 cartes h.t. Bailleul.'
5360 4521 12/1.2.1.2.4/03 ASS Rhinantho angustifolii subsp. grandiflori - Holcetum lanati Julve 1989 prairie hygrophile fauchée, subhalophile, psychroatlantique côtes de la Manche, Mer du Nord Rhinantho grandiflori - Holcetum lanati Julve, Ph., 1989. Etude phytosociologique de la végétation de la réserve naturelle nationale de Oye-Plage (Pas de Calais). Centre Régional de Phytosociologie, Bailleul, 55 p., 1 carte h.t.
5361 4522 12/1.2.1.2.4/04 ASS Potentillo reptantis - Elytrigietum repentis Julve 1989 prairie hygrophile fauchée, subhalophile, psychroatlantique, eutrophisée côtes de la Manche, Mer du Nord Julve, Ph., 1989. Etude phytosociologique de la végétation de la réserve naturelle nationale de Oye-Plage (Pas de Calais). Centre Régional de Phytosociologie, Bailleul, 55 p., 1 carte h.t.
5362 4523 12/1.2.1.2.4/05 ASS Potentillo anserinae - Festucetum arundinaceae Nordhagen 1940 prairie mésohygrophile pâturée ou mixte, subhalophile, psychroatlantique côtes de la Manche, Mer du Nord Nordhagen, R., 1940. Studien über die maritime Vegetation Norwegens. I : Die Pflanzengesellschaften der Tangwälle. Berg. Mus. Arb., Natv. Rk., 2, 123 p.
5363 7212 12/1.2.1.2.4/07 ASS Triglochino palustris - Agrostietum stoloniferae Konczak 1968 ?
5364 7213 12/1.2.1.2.4/08 ASS Apio graveolentis - Rumicetum rupestris (J.-M. Géhu & J. Géhu 1969) Bioret & Géhu 2002 source subhalophile de falaises maritimes suitantes, hygrophile, thermoatlantique Bioret, F. & J.-M. Géhu, 2002. Révision phytosociologique des végétations à Rumex rupestris sur les littoraux atlantiques européens. J. Bot. Soc. Bot. France, 20 : 45-54. Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
5365 7214 12/1.2.1.2.4/09 ASS Soncho arvensis - Rumicetum rupestris (J.-M. Géhu & J. Géhu 1969) Bioret & Géhu 2002 source subhalophile de falaises maritimes suitantes, mésohygrophile, thermoatlantique Bioret, F. & J.-M. Géhu, 2002. Révision phytosociologique des végétations à Rumex rupestris sur les littoraux atlantiques européens. J. Bot. Soc. Bot. France, 20 : 45-54. Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
5366 7215 12/1.2.1.2.4/10 ASS Alopecuro bulbosi - Juncetum gerardii Bouzillé 1992 prairie hygrophile fauchée, subhalophile, thermoatlantique ?
5367 9378 12/1.2.1.2.5 ALL Scirpoido holoschoeni - Juncion inflexi de Foucault in de Foucault & Catteau 2012 prairies hygrophiles pâturées, médioeuropéennes, thermophiles, basophiles, glycophiles à subhalophiles Mentho suaveolentis - Juncion inflexi Foucault, B. de & E. Catteau, 2012. Contribution au prodrome des végétations de France : Les Agrostietea stoloniferae Oberd. 1983. Journ. Bot. Soc. Bot. France, 59 : 5-131.
5368 4524 12/1.2.1.2.5 syn = Mentho suaveolentis subsp. suaveolentis - Juncion inflexi (de Foucault 1984) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5369 4525 12/1.2.1.2.5 syn incl ? Danthonion decumbentis Gamisans 1975 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
5370 4453 12/1.2.1.2.5 syn pp Mentho longifoliae - Juncion inflexi Müller et Görs 1969 ex de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Müller, T. & S. Görs, 1969. Halbruderale Trocken und Halbtrockenrasen. Vegetatio, 18 : 203-221.
5371 7288 12/1.2.1.2.5 syn pp Mentho longifoliae - Juncion inflexi Müller et Görs 1969 ex de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. Müller, T. & S. Görs, 1969. Halbruderale Trocken und Halbtrockenrasen. Vegetatio, 18 : 203-221.
5372 4527 12/1.2.1.2.5/01 ASS Mentho suaveolentis - Festucetum arundinaceae (Allorge 1941) de Foucault 1984 prairie hygrophile pâturée, basophile, thermoatlantique Ile-de-France, Centre Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Allorge, P., 1941. Essai de synthèse phytogéographique du Pays Basque. Bull. Soc. Bot. Fra., 88 : 291-356. [Sess. extraord. dans le Pays Basque et les Landes].
5373 7252 12/1.2.1.2.5/01 syn = Mentho suaveolentis - Festucetum arundinaceae (Allorge 1941) de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. Allorge, P., 1941. Essai de synthèse phytogéographique du Pays Basque. Bull. Soc. Bot. Fra., 88 : 291-356. [Sess. extraord. dans le Pays Basque et les Landes].
5374 4528 12/1.2.1.2.5/01 syn compl Silao silaei - Festucetum arundinaceae Allorge 1922 Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
5375 4529 12/1.2.1.2.5/02 ASS Cirsio monspessulani - Menthetum longifoliae de Bolòs & Vives in de Bolòs 1956 prairie hygrophile pâturée, Pyrénées montagnardes Bolos, O. de, 1956. De vegetatione notulae, II. Collect. Bot., 5 : 195-268.
5376 4530 12/1.2.1.2.5/03 ASS Carici distantis - Potentilletum reptantis Gamisans 1975 prairie hygrophile pâturée, ligurienne Corse 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
5377 4531 12/1.2.1.2.5/04 ASS Pulicario dysentericae - Menthetum suaveolentis Billy 2000 prov. prairie hygrophile pâturée, thermoatlantique auvergnate Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
5378 4532 12/1.2.1.2.5/05 ASS Cirsio monspessulani subsp. ferocis - Juncetum inflexi Vigo 1968 prairie hygrophile pâturée, Pyrénées aragonaises Cirsio ferocis - Juncetum inflexi Vigo, J., 1968. La vegetació del masis de Penyagolosa. Arxius Secc. Ci. Inst. Estud. Catalans, 37: 1-247.
5379 4535 12/1.2.1.2.5/07 ASS Potentillo reptantis - Menthetum suaveolentis Oberdorfer 1952 prairie hygrophile pâturée, thermocentroeuropéenne Oberdorfer, E., 1952. Die Wiesen des Oberrheingebietes. Beitr. Naturkundl. Forsch. Südwestdeutschl., 11 : 75-88.
5380 9379 12/1.2.1.2.5/07 syn = Potentillo reptantis - Menthetum suaveolentis (Oberdorfer 1952) 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Oberdorfer, E., 1952. Die Wiesen des Oberrheingebietes. Beitr. Naturkundl. Forsch. Südwestdeutschl., 11 : 75-88.
5381 6562 12/1.2.1.2.5/08 ASS Festuco arundinaceae - Caricetum hirtae O. de Bolòs 1962 prairie hygrophile pâturée, montagnarde pyrénéenne Bolòs, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona.
5382 4456 12/1.2.1.2.5/09 ASS Carici distantis - Festucetum arundinaceae J. Duvigneaud 1958 prairie mésohygrophile pâturée, basophile, Lorraine Lorraine, Basse-Auvergne 'Duvigneaud, J., 1958. Contribution à l''étude des groupements prairiaux de la plaine alluviale de la Meuse lorraine. Bull. Soc. Roy. Bot. Belg., 91 : 7-77.'
5383 9374 12/1.2.1.2.5/09 syn illeg Festuco arundinaceae - Caricetum distantis J. Duvigneaud 1967 Duvigneaud, J., 1967. Flore et végétation halophiles de la Lorraine orientale (Moselle, France). Mém. Soc. Roy. Bot. Belg., 3, 122 p.
5384 4457 12/1.2.1.2.5/10 ASS Cichorio intybi - Festucetum arundinaceae Billy 2000 prov. prairie mésohygrophile pâturée, basophile, Auvergne Basse-Auvergne Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
5385 7194 12/1.2.1.2.5/11 ASS Trifolio fragiferi - Juncetum inflexi (de Foucault 1984) Julve 2010 ass. nov. hoc loco prairie hygrophile pâturée, basophile, thermoatlantique hoc loco Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5386 4454 12/1.2.1.2.5/11 syn pp Pulicario dysentericae - Juncetum inflexi de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5387 7195 12/1.2.1.2.5/11 syn pp Pulicario dysentericae - Juncetum inflexi de Foucault in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5388 4605 12/1.2.1.2.5/12 ASS Trifolietum fragifero - repentis Julve 1989 prairie hygrophile pâturée, subhalophile, mésothermoatlantique côtes de la Manche, Mer du Nord Julve, Ph., 1989. Etude phytosociologique de la végétation de la réserve naturelle nationale de Oye-Plage (Pas de Calais). Centre Régional de Phytosociologie, Bailleul, 55 p., 1 carte h.t.
5389 4482 12/1.2.1.2.5/13 ASS Carici divisae - Lolietum perennis de Foucault 1984 prairie hygrophile pâturée, subhalophile, thermoatlantique Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5390 7232 12/1.2.1.2.5/13 syn = Carici divisae - Lolietum perennis de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
5391 7334 12/1.2.1.2.5/14 ASS Alopecuro bulbosi - Puccinellietum distantis Julve 2011 ass. nov. hoc loco prairie hygrophile surpiétinée, subhalophile, thermoatlantique hoc loco
5392 7335 12/1.2.1.2.5/15 ASS Loto corniculati subsp. tenuis - Cynosuretum cristati Julve 2011 ass. nov. prov. hoc loco prairie hygrophile pâturée, sublittorale, thermoatlantique Loto tenuis - Cynosuretum cristati hoc loco
5393 4552 12/1.2.2 ORD Eleocharitetalia palustris subsp. palustris de Foucault 1984 prairies hydrophiles européennes Eleocharitetalia palustris Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5394 7292 12/1.2.2 syn = Eleocharitetalia palustris subsp. palustris de Foucault 2008 Eleocharitetalia palustris Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
5395 6526 12/1.2.2 syn ambig Potentillo reptantis - Deschampsietalia cespitosae Horvatić 1956 ?
5396 9350 12/1.2.2 syn ambig Deschampsietalia cespitosae Horvatić 1958 Horvatić, S., 1958. Geographisch-typologische Gliederung der Niederungs-Wiesen und weiden Kroatiens. Angewandte Pflanzensoziologie, 15 : 63-73, Stolzenau/weser.
5397 4553 12/1.2.2.1 SUBORD Carici vulpinae - Eleocharitenalia palustris subsp. palustris Julve 1993 prairies hydrophiles, médioeuropéennes, psychrophiles Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
5398 9365 12/1.2.2.1 syn = Carici vulpinae - Eleocharitenalia palustris subsp. palustris Julve 1993 ex de Foucault, Catteau & Julve in de Foucault & Catteau 2012 Foucault, B. de & E. Catteau, 2012. Contribution au prodrome des végétations de France : Les Agrostietea stoloniferae Oberd. 1983. Journ. Bot. Soc. Bot. France, 59 : 5-131. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
5399 4554 12/1.2.2.1.1 ALL Carici distichae - Oenanthion fistulosae (de Foucault 1984) Julve 1993 prov. prairies hydrophiles psychroatlantiques à continentales Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5400 4555 12/1.2.2.1.1 syn incl Caricetum distichae Jonas 1932 Jonas, F., 1932. Die vegetation der emsländischen Heidekölke. Repert. spec. nov. regn. veget. Beih. 66.
5401 4419 12/1.2.2.1.1 syn incl pp Elytrigio repentis - Rumicion crispi auct. Agropyro - Rumicion auct.
5402 4557 12/1.2.2.1.1 syn pp Oenanthion fistulosae de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5403 7289 12/1.2.2.1.1 syn pp Oenanthion fistulosae de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
5404 4558 12/1.2.2.1.1/01 ASS Eleocharito palustris - Oenanthetum fistulosae de Foucault 1984 prairie hydrophile fauchée, héliophile, eutrophile, psychroatlantique France médioeuropéenne Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5405 7241 12/1.2.2.1.1/01 syn = Eleocharito palustris - Oenanthetum fistulosae de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
5406 4560 12/1.2.2.1.1/03 ASS Gratiolo officinalis - Oenanthetum fistulosae de Foucault 1984 prairie hydrophile fauchée, thermoatlantique Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5407 6795 12/1.2.2.1.1/03 syn = Gratiolo officinalis - Oenanthetum fistulosae de Foucault in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5408 4561 12/1.2.2.1.1/04 ASS Oenantho fistulosae - Caricetum vulpinae Trivaudey 1989 prairie hydrophile fauchée, précontinentale Bourgogne Trivaudey, M.J., 1989. Les prairies longuement inondables de la vallée de la Saône. Coll. Phytosoc., 16 : 817-834. (Phytosociologie et pastoralisme, Paris 1988).
5409 6797 12/1.2.2.1.1/04 syn = Oenantho fistulosae - Caricetum vulpinae Trivaudey in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5410 4562 12/1.2.2.1.1/04 syn pp Caricetum vulpinae Nowinski 1927 ?
5411 4563 12/1.2.2.1.1/05 ASS Ranunculo repentis - Alopecuretum geniculati Tüxen 1937 prairie hydrophile pâturée, subatlantique Bassin parisien Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5412 4564 12/1.2.2.1.1/06 ASS Teucrio scordii - Oenanthetum fistulosae de Foucault 1984 prov. prairie hydrophile fauchée, psychrosubatlantique Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5413 4565 12/1.2.2.1.1/07 ASS Loto corniculati subsp. tenuis - Caricetum distichae Julve 1989 prairie hydrophile fauchée, subhalophile, atlantique Nord-Picardie Julve, Ph., 1989. Etude phytosociologique de la végétation de la réserve naturelle nationale de Oye-Plage (Pas de Calais). Centre Régional de Phytosociologie, Bailleul, 55 p., 1 carte h.t.
5414 4566 12/1.2.2.1.1/08 ASS Hydrocotylo vulgaris - Eleocharitetum palustris subsp. waltersii Julve 1989 ceinture hydrophile subhalophile, psychroatlantique, tendance paratourbeuse Nord-Picardie Hydrocotylo vulgaris - Eleocharitetum waltersii Julve, Ph., 1989. Etude phytosociologique de la végétation de la réserve naturelle nationale de Oye-Plage (Pas de Calais). Centre Régional de Phytosociologie, Bailleul, 55 p., 1 carte h.t.
5415 4567 12/1.2.2.1.1/09 ASS Alopecuretum aequalis (von Soó 1927) Runge 1966 ceinture hydrophile psychrophile France médioeuropéenne Runge, F., 1966. Die Pflanzengesellschaften Westfalens und Niedersachsens. (2ten Aufl.). 128 p. Aschendorff. Münster. Soó, R. von, 1927/1928. Geobotanische Monographie von Kolozsvar Klausenburg). Mitt. Komm. Heimatkunde, 4 : 1-151.
5416 4568 12/1.2.2.1.1/09 syn = Alopecuretum aequalis Burrichter 1960 ?
5417 4569 12/1.2.2.1.1/09 syn compl Bidenti tripartitae - Alopecuretum aequalis (Runge 1966) Tüxen 1979 Tüxen, R., 1979. Die Pflanzengesellschaften Nordwestdeutschlands, (2ten Aufl.), 2, 212 p. Cramer, Lehre. Runge, F., 1966. Die Pflanzengesellschaften Westfalens und Niedersachsens. (2ten Aufl.). 128 p. Aschendorff. Münster.
5418 4570 12/1.2.2.1.1/09 syn compl Bidenti tripartitae - Alopecuretum aequalis (von Soó 1927) Müller 1974 Müller, T., 1974. Zur Kenntnis einiger Pioniergesellschaften im Taubergiessengebiet. Natur-. Landsch. Baden-Württ., 7 : 284-305. Soó, R. von, 1927/1928. Geobotanische Monographie von Kolozsvar Klausenburg). Mitt. Komm. Heimatkunde, 4 : 1-151.
5419 4571 12/1.2.2.1.1/09 syn compl Rorippo palustris - Alopecuretum aequalis Eber 1975 ?
5420 4572 12/1.2.2.1.1/09 syn compl Rumici maritimi - Alopecuretum aequalis Cirtu 1972 ?
5421 4573 12/1.2.2.1.1/10 syn incl Glycerio declinatae - Alopecuretum aequalis Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
5422 6790 12/1.2.2.1.1/11 ASS Caricetum hirto - distichae Didier & Royer in Royer, Felzines, Misset & Thévenin 2006 prairie hydrophile psychrophile, précontinentale, tendance paratourbeuse acidophile, champenoise à lorraine Champagne, Lorraine Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5423 6800 12/1.2.2.1.1/12 ASS Oenantho lachenalii - Eleocharitetum uniglumis Didier, Misset & Royer in Royer, Felzines, Misset & Thévenin 2006 prairie hydrophile psychrophile, précontinentale, tendance paratourbeuse basophile, champenoise Champagne, Lorraine Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5424 4574 12/1.2.2.1.2 6440 ALL Kadenion dubiae Balátová-Tulačková 1965 prairies hydrophiles, centroeuropéennes Cnidion dubii Balátová-Tulačková, E., 1965. Die Sumpf- und Wiesenpflanzengesellschaften der Mineralböden südlich des Zabreh bei Hlucin. Vegetatio, 13 : 1-51.
5425 4575 12/1.2.2.1.2 syn = Deschampsion cespitosae Horvatić 1935 ?
5426 4576 12/1.2.2.1.2/01 ASS Kadenio dubiae - Violetum persicifoliae Walther 1950 ex Tüxen 1954 prairies hydrophile fauchée, centroeuropéenne Alsace Cnidio dubii - Violetum persicifoliae Tüxen, R., 1954. Pflanzengesellschaften und Grundwasser-Ganglinien. Angew. Pflanzensoz., 8 : 64-99. ?
5427 4577 12/1.2.2.1.2/01 syn = Kadenio dubiae - Deschampsietum cespitosae (Walther 1950) Hundt 1958 Cnidio dubii - Deschampsietum cespitosae Hundt, R., 1958. Beiträge zur Wiesenvegetation Mitteleuropas. I : die Auenwiesen an der Elbe, Saale und Mulde. Nova Acta Leop., N.F., 20 : 1-206. ?
5428 6528 12/1.2.2.1.2/01 syn = Kadenio dubiae - Deschampsietum cespitosae Hundt (1954) 1958 Cnidio dubii - Deschampsietum cespitosae Hundt, R., 1958. Beiträge zur Wiesenvegetation Mitteleuropas. I : die Auenwiesen an der Elbe, Saale und Mulde. Nova Acta Leop., N.F., 20 : 1-206. Hundt, R., 1954. Grünlandgesellschaften an der unteren Mulde und mittleren Elbe. Wiss. Zeitschr. Univ. Halle, Math.-Nat., 3 : 883-928.
5429 9366 12/1.2.2.1.2/01 ASS Kadenio dubiae - Violetum pumilae Korneck 1962 ex Balátová-Tulačková 1969 Balátová-Tulačková, E., 1969. Beitrag zur Kenntniss der tschechoslowakischen Cnidion venosi Wiesen. Vegetatio, 17 : 200-207. Korneck, D., 1962. Die Pfeifengraswiesen und ihre wichtigsten Kontaktgesellschaften in der nörlichen Oberrheinbene und im Schweinfurter Trockengebiet. I, Das Molinietum medioeuropaeum, II, Die Molinieten feuchter Standorte. Beitr. Naturk. Forsch. SW Dtschld, 21 (1) : 55-77, (2) : 165-190.
5430 4578 12/1.2.2.1.3 ALL Rorippion sylvestris Julve 2006 all. nov. hoc loco prairies hydrophiles surpiétinées, médioeuropéennes, psychrophiles hoc loco
5431 4579 12/1.2.2.1.3/01 ASS Rumici crispi - Alopecuretum geniculati Tüxen (1937) 1950 prairie hydrophile surpiétinée, subatlantique Bassin parisien Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5432 4580 12/1.2.2.1.3/01 syn = Alopecuro geniculati - Plantaginetum majoris Billy 2000 prov. Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
5433 9429 12/1.2.2.1.3/01 syn = Potentillo anserinae - Alopecuretum geniculati Tüxen 1947 Tüxen, R., 1947. Der pflanzensoziologische Garten in Hannover und seine bisherige Entwicklung. Natur. Hist. Gesellschaft Hannover., 94/98 : 113-288.
5434 4581 12/1.2.2.1.3/02 ASS Rorippo sylvestris - Agrostietum stoloniferae Moor 1958 prairie hydrophile surpiétinée, submontagnarde Bassin parisien Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360.
5435 4582 12/1.2.2.1.3/02 syn = Rorippo sylvestris - Agrostietum stoloniferae (Moor 1958) Oberdorfer & Müller in Müller 1961 Rorippo sylvestris - Agrostietum prorepentis Müller, T., 1961. Ergebnisse pflanzensoziologische Untersuchungen in Südwestdeutschland. Beitr. Naturk. Forsch. Südwestdeutschl., 20 : 111-122. Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360.
5436 6796 12/1.2.2.1.3/02 syn = Rumici crispi - Agrostietum stoloniferae Moor 1958 Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360.
5437 6519 12/1.2.2.1.3/03 ASS Rorippo sylvestris - Juncetum compressi Lohmeyer 1981 prairie hydrophile surpiétinée, centroeuropéenne Lohmeyer, W., 1981. Über dir Flora und Vegetation der dem Uferschutz dienenden Brucksteinmauern, -pfaster und schütten am nördlichen Mittelrhein. Natur und Landschaft, 56 : 253-260.
5438 9430 12/1.2.2.1.3/04 ASS Nasturtio microphylli - Alopecuretum geniculati Sykora 1982 Sykora, K.V., 1982. Syntaxonoy and synecology of the Lolio – Potentillion Tüxen 1947 in the Netherlands. Acta Bot. Neerl., 31 : 65-95.
5439 9367 12/1.2.2.1.4 ALL Mentho arvensis - Eleocharition palustris de Foucault in de Foucault & Catteau 2012 Foucault, B. de & E. Catteau, 2012. Contribution au prodrome des végétations de France : Les Agrostietea stoloniferae Oberd. 1983. Journ. Bot. Soc. Bot. France, 59 : 5-131.
5440 4559 12/1.2.2.1.4/01 ASS Glycerio fluitantis - Menthetum arvensis de Foucault 1986 Massif Central 'Foucault, B. de, 1986. Contribution à une étude systémique des prairies de l''Aubrac (Massif Central français). Doc. Phytosoc., N.S., 10 : 255-305.'
5441 6788 12/1.2.2.1.4/02 ASS Teucrio scordii - Menthetum arvensis J. Duvigneaud 1986 ?
5442 9368 12/1.2.2.1.4/03 GRPT grpt à Eleocharis palustris - Mentha arvensis de Foucault 1997 Foucault, B. de, 1997. Résultats d’investigations floristiques et phytosociologiques sur les étangs du sud-est du département du Nord (France). Belg. J. Bot., 130(1) : 68-92.
5443 4583 12/1.2.2.2 SUBORD Mentho pulegii - Eleocharitenalia palustris subsp. palustris Julve 1993 prairies hydrophiles, européennes, thermophiles Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
5444 9358 12/1.2.2.2 syn = Mentho pulegii - Eleocharitenalia palustris subsp. palustris Julve 1993 ex de Foucault, Catteau & Julve in de Foucault & Catteau 2012 Foucault, B. de & E. Catteau, 2012. Contribution au prodrome des végétations de France : Les Agrostietea stoloniferae Oberd. 1983. Journ. Bot. Soc. Bot. France, 59 : 5-131.
5445 6594 12/1.2.2.2.1 ALL Alopecuro bulbosi - Caricion divisae Julve 2006 all. nov. hoc loco prairies hydrophiles fauchées, européennes, thermophiles hoc loco
5446 9359 12/1.2.2.2.1 syn compl Ranunculo ophioglossifolii - Oenanthion fistulosae de Foucault in de Foucault & Catteau 2012 Foucault, B. de & E. Catteau, 2012. Contribution au prodrome des végétations de France : Les Agrostietea stoloniferae Oberd. 1983. Journ. Bot. Soc. Bot. France, 59 : 5-131.
5447 4585 12/1.2.2.2.1 syn pp Oenanthion fistulosae de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5448 7289 12/1.2.2.2.1 syn pp Oenanthion fistulosae de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
5449 7261 12/1.2.2.2.1/01 ASS Alopecuro bulbosi - Oenanthetum fistulosae (de Foucault 1984) Julve 2011 ass. nov. hoc loco prairie hydrophile fauchée, subhalophile, thermoatlantique hoc loco Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5450 4586 12/1.2.2.2.1/01 syn compl Ranunculo ophioglossifolii - Oenanthetum fistulosae de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5451 7260 12/1.2.2.2.1/01 syn compl Ranunculo ophioglossifolii - Oenanthetum fistulosae de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
5452 9360 12/1.2.2.2.1/02 ASS Loto preslii - Oenanthetum fistulosae (Donker & Stevelink 1962) de Foucault 1984 ex de Foucault in de Foucault & Catteau 2012 prairie hydrophile fauchée, subhalophile, méditerranéenne Foucault, B. de & E. Catteau, 2012. Contribution au prodrome des végétations de France : Les Agrostietea stoloniferae Oberd. 1983. Journ. Bot. Soc. Bot. France, 59 : 5-131. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Donker, M. & A. Stevelink, 1962. Einige Wiesenvegetationen (Gaudinio-Arrhenatheretum, Molinietum mediterraneum, Caricetum divisae) im Vistretal bei Le Cailar. Meded. Landbouwh. Wageningen, 61 : 1-32.
5453 4587 12/1.2.2.2.1/02 syn illeg Loto preslii - Oenanthetum fistulosae (Donker & Stevelink 1962) de Foucault 1984 prov. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. Donker, M. & A. Stevelink, 1962. Einige Wiesenvegetationen (Gaudinio-Arrhenatheretum, Molinietum mediterraneum, Caricetum divisae) im Vistretal bei Le Cailar. Meded. Landbouwh. Wageningen, 61 : 1-32.
5454 4588 12/1.2.2.2.1/03 ASS Loto preslii - Caricetum divisae Braun-Blanquet 1931 prairie hydrophile fauchée, méditerranéenne, submaritime Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5455 4589 12/1.2.2.2.1/03 syn = Caricetum divisae Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
5456 9361 12/1.2.2.2.1/05 ASS Hydrocotylo vulgaris - Caricetum divisae Vanden Berghen 1965 Vanden Berghen, C., 1965 la végétation de l’île Hoedic (Morbihan, France). Bull. Soc. Roy. Bot. Belgique, 98 : 275-294.
5457 9362 12/1.2.2.2.1/06 ASS Junco gerardii - Oenanthetum fistulosae de Foucault in de Foucault & Catteau 2012 Foucault, B. de & E. Catteau, 2012. Contribution au prodrome des végétations de France : Les Agrostietea stoloniferae Oberd. 1983. Journ. Bot. Soc. Bot. France, 59 : 5-131.
5458 9363 12/1.2.2.2.1/07 ASS ? ?
5459 9364 12/1.2.2.2.1/07 syn compl Helosciadio crassipedis - Ranunculetum ophioglossifolii (Paradis, Lorenzoni-Pietri, Pozzo di Borgo & Sorba 2008) de Foucault & Paradis in de Foucault & Catteau 2012 Foucault, B. de & E. Catteau, 2012. Contribution au prodrome des végétations de France : Les Agrostietea stoloniferae Oberd. 1983. Journ. Bot. Soc. Bot. France, 59 : 5-131. Paradis, G., C. Lorenzoni-Pietri, L. Pozzo di Borgo & L. Sorba, 2008. Flore et végétatnio de quelques mares temporaires des communes de Pianottolli-Caldarello, Bonifacio et Porto-Vecchio (sud de la Corse). Bull. Soc. Bot. Centre-Ouest, n.s., 39 : 25-158.
5460 9355 12/1.2.2.2.2 *3170 ALL Menthion cervinae Braun-Blanquet 1931 ex Moor 1937 prairies hydrophiles, méditerranéennes, pâturées Moor, M., 1937. Ordnung der Isoetetalia (Zwergbinsengesellschaften). Prodr. Group. Vég. 4: 1-24. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5461 4593 12/1.2.2.2.2 syn nn Menthion cervinae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5462 9356 12/1.2.2.2.2/01 ASS Eleocharito palustris - Menthetum cervinae Braun-Blanquet 1931 ex Moor 1937 Moor, M., 1937. Ordnung der Isoetetalia (Zwergbinsengesellschaften). Prodr. Group. Vég. 4: 1-24. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5463 4594 12/1.2.2.2.2/01 syn nn Eleocharito palustris - Menthetum cervinae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5464 4595 12/1.2.2.2.2/01 syn compl Trifolio ornithopodioidis - Menthetum cervinae Loisel 1976 'Loisel, R., 1976. La végétation de l''étage méditerranéen dans le sud-est continental français. Thèse, Univ. Marseille, 384 p.'
5465 4596 12/1.2.2.2.2/02 ASS Cypero longii subsp. badii - Menthetum cervinae Rivas Goday 1956 Rivas Goday, S., 1956. Übersicht über die Vegetationsgürtel der iberischen Halbinsel. Kennzeichnende Arten und Gesellschaften. Veröff. Ber. Geobot. Inst. E.T.H. Stiffung Rübel 31, 1. 32-69.
5466 4597 12/1.2.2.2.2/02 syn pp Sisymbrello asperae - Menthetum cervinae Rivas Goday 1970 Rivas Goday, S., 1970. Revision de las communidades hispanas de la clase Isoeto-nanojuncetea. Anales Inst. Bot. Cavanilles, 27 : 227-276.
5467 9357 12/1.2.2.2.2/03 ASS Inulo britannicae - Menthetum cervinae de Foucault & Loisel in de Foucault & Catteau 2012 Foucault, B. de & E. Catteau, 2012. Contribution au prodrome des végétations de France : Les Agrostietea stoloniferae Oberd. 1983. Journ. Bot. Soc. Bot. France, 59 : 5-131.
5468 4598 12/1.2.2.2.3 ALL Mentho pulegii - Plantaginion majoris subsp. intermediae Julve (1993) 2003 nom. nov. hoc loco prairies hydrophiles, médioeuropéennes, thermophiles, pâturées à surpiétinées Mentho pulegii - Plantaginion intermediae hoc loco Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
5469 4599 12/1.2.2.2.3 syn compl Ranunculo sardoi coll. - Plantaginion majoris subsp. intermediae Julve 1993 Ranunculo sardoi - Plantaginion intermediae Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
5470 4600 12/1.2.2.2.3/01 ASS Trifolio fragiferi - Alopecuretum geniculati (de Foucault 1984) Julve 1989 prairie hydrophile pâturée, subhalophile, psychroatlantique Nord, Normandie Julve, Ph., 1989. Etude phytosociologique de la végétation de la réserve naturelle nationale de Oye-Plage (Pas de Calais). Centre Régional de Phytosociologie, Bailleul, 55 p., 1 carte h.t. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5471 7255 12/1.2.2.2.3/02 ASS Trifolio fragiferi - Plantaginetum majoris (de Foucault 1984) Julve 2011 ass. nov. hoc loco hoc loco Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5472 4601 12/1.2.2.2.3/02 syn compl Plantagini majoris - Trifolietum resupinati de Foucault 1984 prov. prairie hydrophile surpiétinée, thermoatlantique, subhalophile, ouverte Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5473 7254 12/1.2.2.2.3/02 syn compl Plantagini majoris - Trifolietum resupinati de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
5474 4602 12/1.2.2.2.3/03 ASS Plantagini majoris - Menthetum pulegii de Foucault 1984 prairie hydrophile surpiétinée, thermoatlantique Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5475 6798 12/1.2.2.2.3/03 syn = Plantagini majoris - Menthetum pulegii de Foucault in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5476 4603 12/1.2.2.2.3/03 syn = ? Anthemido nobilis - Menthetum pulegii Lüpnitz 1976 Lüpnitz, D., 1976. Geobotanische Studien zur natürlichen Vegetation der Azoren unter Berücksichtigung der Chorologie innerhalb Makaronesiens. Beitr. Biol. Pflanzen, 51(1975) : 149-319.
5477 7262 12/1.2.2.2.3/04 ASS Alopecuro bulbosi - Menthetum pulegii (de Foucault 1984) Julve 2011 ass. nov. hoc loco prairie hydrophile surpiétinée, thermoatlantique, subhalophile hoc loco Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5478 4604 12/1.2.2.2.3/04 syn = Ranunculo ophioglossifolii - Menthetum pulegii de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5479 7259 12/1.2.2.2.3/04 syn = Ranunculo ophioglossifolii - Menthetum pulegii de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
5480 4606 12/1.2.2.2.3/06 ASS Mentho pulegii - Alopecuretum geniculati Billy 2000 prov. prairie hydrophile surpiétinée, thermosubatlantique 'Limagne de l''Allier' Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
5481 4541 12/1.2.2.2.3/07 ASS Teucrio scordii subsp. scordioidis - Agrostietum stoloniferae Provost 1975 prairie hydrophile pâturée, submaritime, mésothermoatlantique Provost, M., 1975. Etude phytosociologique et écologique des dunes de Beaubigny. Doc. CREPAN, 89 p. Caen.
5482 4543 12/1.2.2.2.3/07 syn = ? Mentho aquaticae - Teucrietum scordii subsp. scordioidis Cirujano 1981 Cirujano, S., 1981. Las lagunas manchegas y su vegetación. II. Anales Jard. Bot. Madrid, 38(1) : 187-232.
5483 4536 12/1.2.2.2.3/08 ASS Rorippo sylvestris - Cyperetum longi Biurrun 1999 Biurrun, I. 1999. Flora y vegetación de los ríos y humedales de Navarra. Guineana, 5 : 1-338.
5484 7193 12/1.2.2.2.3/09 ASS Cypero longi - Caricetum cuprinae Tüxen in Tüxen & Oberdorfer 1958 ex T.E. Díaz 1975 prairie hydrophile pâturée, hyperatlantique Díaz-Gonzales, T.E., 1975. La vegetación del litoral occidental asturiano. Rev. Fac. Ci. Oviedo, 15/16 : 369-545. Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
5485 4592 12/1.2.2.2.3/09 syn = Cypero longi - Caricetum cuprinae Tüxen & Oberdorfer 1958 Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
5486 4533 12/1.2.2.2.3/09 syn = Cypero longi - Caricetum cuprinae Tüxen in Tüxen & Oberdorfer 1958 ex T.E. Díaz & F. Prieto 1994 Díaz, T.E. & J.A. Fernández-Prieto, 1994. La vegetación de Asturias. Itinera Geobot., 8 : 243-520. Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
5487 4534 12/1.2.2.2.3/09 syn = Cypero longi - Caricetum cuprinae Tüxen in Tüxen & Oberdorfer 1958 prov. Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
5488 9351 12/1.2.2.2.4 ALL Oenanthion globulosae de Foucault in de Foucault & Catteau 2012 prairies hydrophiles, occidentalo-méditerranéennes, sublittorales Foucault, B. de & E. Catteau, 2012. Contribution au prodrome des végétations de France : Les Agrostietea stoloniferae Oberd. 1983. Journ. Bot. Soc. Bot. France, 59 : 5-131.
5489 9352 12/1.2.2.2.4/01 ASS Plantagini lanceolatae - Oenanthetum globulosae (Paradis, Lorenzoni-Pietri, Pozzo di Borgo & Sorba 2008) de Foucault & Paradis in de Foucault & Catteau 2012 Plantagini timbalii - Oenanthetum globulosae Foucault, B. de & E. Catteau, 2012. Contribution au prodrome des végétations de France : Les Agrostietea stoloniferae Oberd. 1983. Journ. Bot. Soc. Bot. France, 59 : 5-131. Paradis, G., C. Lorenzoni-Pietri, L. Pozzo di Borgo & L. Sorba, 2008. Flore et végétatnio de quelques mares temporaires des communes de Pianottolli-Caldarello, Bonifacio et Porto-Vecchio (sud de la Corse). Bull. Soc. Bot. Centre-Ouest, n.s., 39 : 25-158.
5490 9353 12/1.2.2.2.4/02 ASS ? ?
5491 9354 12/1.2.2.2.4/02 syn compl Ranunculo ophioglossifolii - Artemisietum molinieri de Foucault & Loisel in de Foucault & Catteau 2012 Foucault, B. de & E. Catteau, 2012. Contribution au prodrome des végétations de France : Les Agrostietea stoloniferae Oberd. 1983. Journ. Bot. Soc. Bot. France, 59 : 5-131.
5492 2061 12/1.2.3 ORD Scirpoidetalia holoschoeni Braun-Blanquet 1947 ex Tchou 1948 prairies hygrophiles euryméditerranéennes Holoschoenetalia Tchou, Y.T., 1948. Etudes écologiques et phytosociologiques sur les forêts riveraines du bas Languedoc Populetum albae). Vegetatio, 1 : 2-28. 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
5493 2060 12/1.2.3 syn pp Scirpoidetalia holoschoeni Braun-Blanquet 1947 em. de Foucault 1984 Holoschoenetalia Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
5494 2059 12/1.2.3 syn pp nn Scirpoidetalia holoschoeni Braun-Blanquet 1931 Holoschoenetalia Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5495 9388 12/1.2.3.0.1 ALL Agrostio stoloniferae - Scirpoidion holoschoeni de Foucault in de Foucault & Catteau 2012 prairies hygrophiles, thermophiles, mésoméditerranéennes Foucault, B. de & E. Catteau, 2012. Contribution au prodrome des végétations de France : Les Agrostietea stoloniferae Oberd. 1983. Journ. Bot. Soc. Bot. France, 59 : 5-131.
5496 9389 12/1.2.3.0.1 syn = Agrostio stoloniferae - Scirpoidion holoschoeni de Foucault 1984 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5497 2064 12/1.2.3.0.1 syn pp nn Scirpoidion holoschoeni Braun-Blanquet 1931 Holoschoenion Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5498 2077 12/1.2.3.0.1/01 ASS Cirsio monspessulani - Scirpoidetum holoschoeni Braun-Blanquet 1931 pré tourbeux basophile, mésoméditerranéen Cirsio - Holoschoenetum Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5499 6595 12/1.2.3.0.1/01 syn = Cirsio monspessulani - Scirpoidetum holoschoeni Lopez 1977 ?
5500 4499 12/1.2.3.0.1/01 syn = Scirpoidetum holoschoeni Braun-Blanquet 1931 ex Tchou 1948 Holoschoenetum Tchou, Y.T., 1948. Etudes écologiques et phytosociologiques sur les forêts riveraines du bas Languedoc (Populetum albae). Vegetatio, 1 : 2-28. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5501 4500 12/1.2.3.0.1/01 syn = Scirpoido holoschoeni - Cirsietum longespinosi Esteso 1992 Esteso, F., 1992. Vegetación y flora del Campo de Montiel. Interés farmaceútico. Publ. Inst. Est. Albacetenses. Ser. 1, núm. 59. Albacete.
5502 4501 12/1.2.3.0.1/01 syn compl Bellardio trixaginis - Scirpoidetum holoschoeni O. de Bolòs 1962 Bolòs, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona.
5503 6546 12/1.2.3.0.1/01 syn incl Lysimachio ephemeri - Scirpoidetum holoschoeni Rivas-Goday & Borja Carbonell 1961 Rivas Goday, S. & J. Borja Carbonell, 1961. Estudio de vegetacion y florula del macizo de Gudar y Javalambre. Anales Inst. Bot. Cavanilles, 19 : 3-543.
5504 9390 12/1.2.3.0.1/02 ASS Fuirenetum pubescentis Paradis 2009 ?
5505 4547 12/1.2.3.0.2 ALL Deschampsion mediae Braun-Blanquet (1947) 1951 prairies hygrophiles, thermophiles, médioeuropéennes, subméditerranéennes, des sols tassés Braun-Blanquet, J., 1951. Pflanzensoziologie. (2ten Aufl.). Springer, Vienne, 631 p. 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
5506 9391 12/1.2.3.0.2 syn = Deschampsion mediae (Braun-Blanquet 1947) Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
5507 4549 12/1.2.3.0.2/01 ASS Prunello hyssopifoliae - Deschampsietum mediae Braun-Blanquet 1931 prairie ouverte hygrophile, subméditerranéenne, des sols limoneux tassés Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5508 9393 12/1.2.3.0.2/01 syn = Prunello hyssopifoliae - Deschampsietum mediae Braun-Blanquet 1924 ?
5509 6544 12/1.2.3.0.2/01 syn = Deschampsietum mediae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5510 6596 12/1.2.3.0.2/01 syn = Deschampsietum mediae Braun-Blanquet 1931 ex Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5511 4550 12/1.2.3.0.2/02 ASS Agrostio stoloniferae - Achilleetum agerati Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 prairie ouverte hygrophile, subméditerranéenne, des sols marneux tassés Agrostio maritimae - Achilleetum agerati Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
5512 4551 12/1.2.3.0.2/03 ASS Prunello hyssopifoliae - Plantaginetum maritimae subsp. serpentinae F. Prieto, Loidi, Herrera & Bueno ex Biurrun 1999 Prunello hyssopifoliae - Plantaginetum serpentinae Biurrun, I. 1999. Flora y vegetación de los ríos y humedales de Navarra. Guineana, 5 : 1-338.
5513 6545 12/1.2.3.0.2/04 ASS Centaureo jaceae - Plantaginetum maritimae subsp. serpentinae Conesa 1992 Centaureo jaceae - Plantaginetum serpentinae ?
5514 9394 12/1.2.3.0.2/05 ASS Hieracio pilosellae - Deschampsietum mediae Loisel, Gomila & Rolando 1990 Loisel, R., H. Gomila & C. Rolando, 1990. Déterminisme écologique de la diversité des pelouses dans la plaine de Crau (France méridionale). Ecologia mediterranea, 16 : 255-267.
5515 9395 12/1.2.3.0.2/06 ASS Hyperico tomentosi - Deschampsietum mediae (Molinier & Tallon 1950) Loisel, Gomila & Rolando 1990 Loisel, R., H. Gomila & C. Rolando, 1990. Déterminisme écologique de la diversité des pelouses dans la plaine de Crau (France méridionale). Ecologia mediterranea, 16 : 255-267.
5516 4537 12/1.2.3.0.3 ALL Trifolio fragiferi - Cynodontion dactyli Braun-Blanquet & de Bolòs 1954 prairies hygrophiles pâturées à surpiétinées, méditerranéennes Braun-Blanquet, J. & O. de Bolos, 1954. Datos sobre las comunidades terofiticas de las llanuras del Ebro medio. Collect. Bot., 4 : 235-242.
5517 4538 12/1.2.3.0.3 syn = Trifolio fragiferi - Cynodontion dactyli Braun-Blanquet & de Bolòs 1958 Braun-Blanquet, J. & O. de Bolos, 1958. Les groupements végétaux du bassin moyen de l’Ebre et leur dynamisme. Anales Estac. Exp. Aula Dei, 5 : 1-266.
5518 4539 12/1.2.3.0.3/01 ASS Trifolio fragiferi - Cynodontetum dactyli Braun-Blanquet & de Bolòs 1958 prairie hygrophile pâturée, méditerranéenne Braun-Blanquet, J. & O. de Bolos, 1958. Les groupements végétaux du bassin moyen de l’Ebre et leur dynamisme. Anales Estac. Exp. Aula Dei, 5 : 1-266.
5519 9396 12/1.2.3.0.3/02 ASS Junco compressi - Trifolietum fragiferi Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 prairie hygrophile surpiétinée, méditerranéenne Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
5520 4540 12/1.2.3.0.3/02 syn nn Junco compressi - Trifolietum fragiferi Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5521 4542 12/1.2.3.0.3/03 ASS Junco compressi - Caricetum divisae Biurrun 1999 prairie hydrophile surpiétinée, méditerranéenne Biurrun, I. 1999. Flora y vegetación de los ríos y humedales de Navarra. Guineana, 5 : 1-338.
5522 4544 12/1.2.3.0.3/04 ASS Parietario judaicae - Equisetetum ramosissimae Carretero & Aguilella 1995 Carretero, J.L. & A. Aguilella, 1995. Flora y vegetación nitrófilas del término municipal de la ciudad de Valencia. Publ. Ajuntament de Valencia. 233 p. Valencia.
5523 4545 12/1.2.3.0.3/05 ASS Potentillo reptantis - Agrostietum stoloniferae O. de Bolòs in O. de Bolòs & Molinier 1984 Bolòs, O. de & René Molinier, 1984. Vegetation of the Pityusic Islands. In Kuhbier H., Alcover J.A. & Arellano G. (Eds.), Biogeography and ecology of the Pityusic Islands : 185-221. Dr. W. Junk. Den Haag.
5524 7332 12/1.2.3.0.3/06 ASS ? ?
5525 4546 12/1.2.3.0.3/06 syn compl Trifolio resupinati - Caricetum divisae subsp. chaetophyllae Rivas-Martínez & Costa in Rivas-Martínez, Costa, Castroviejo & E. Valdés 1980 Trifolio resupinati - Caricetum chaetophyllae Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189.
5526 4504 12/1.2.3.0.3/07 ASS Plantagini coronopodi - Trifolietum fragiferi Tüxen in Tüxen & Oberdorfer 1958 ex T.E. Díaz 1975 Díaz-Gonzales, T.E., 1975. La vegetación del litoral occidental asturiano. Rev. Fac. Ci. Oviedo, 15/16 : 369-545. Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
5527 4505 12/1.2.3.0.3/07 syn = Plantagini coronopodi - Trifolietum fragiferi Tüxen in Tüxen & Oberdorfer 1958 Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
5528 4506 12/1.2.3.0.3/08 ASS Prunello vulgaris - Agrostietum stoloniferae O. de Bolòs & Masalles 1983 Bolòs, O. de & R.M. Masalles, 1983. Memòria del full núm. 33 (Banyoles). Mapa de la vegetació de Catalunya, esc. 1:50.000. Generalitat de Catalunya. 130 p. Barcelona.
5529 9397 12/1.2.3.0.3/09 ASS ? ?
5530 9398 12/1.2.3.0.3/09 syn compl Trifolietum nigrescenti - resupinati Molinier & Tallon 1968 ?
5531 1047 12/1.2.3.0.4 3280pp+3290 ALL Paspalo distichi - Polypogonion viridis Braun-Blanquet 1951 prairies hygrophiles, subtropicales Paspalo - Agrostidion Braun-Blanquet, J., 1951. Pflanzensoziologie. (2ten Aufl.). Springer, Vienne, 631 p.
5532 1048 12/1.2.3.0.4 syn = Paspalo distichi - Polypogonion viridis Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Paspalo - Agrostidion Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
5533 1049 12/1.2.3.0.4 syn compl pp Paspalo distichi - Crypsietalia schoenoidis Braun-Blanquet 1951 Paspalo - Heleochloetalia Braun-Blanquet, J., 1951. Pflanzensoziologie. (2ten Aufl.). Springer, Vienne, 631 p.
5534 1050 12/1.2.3.0.4 syn compl pp Paspalo distichi - Crypsietalia schoenoidis Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Paspalo - Heleochloetalia Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
5535 1051 12/1.2.3.0.4/01 ASS Paspalo distichi - Polypogonetum viridis Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 Paspaleto - Agrostidetum Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
5536 1052 12/1.2.3.0.4/02 ASS Juncelletum laevigati subsp. distachyi O. de Bolòs & Molinier 1984 Cyperetum distachyi Bolòs, O. de & R. Molinier 1984. Vegetation of the Pityusic Islands. In Kuhbier H., Alcover J.A. & Arellano G. Eds.), Biogeography and ecology of the Pityusic Islands: 185-221. Dr. W. Junk. Den Haag.
5537 4607 13/1. CLA Onopordetea acanthii subsp. acanthii Braun-Blanquet 1964 em. Julve 1993 friches vivaces xérophiles européennes Julve, Ph., 1989. Etude phytosociologique de la végétation de la réserve naturelle nationale de Oye-Plage (Pas de Calais). Centre Régional de Phytosociologie, Bailleul, 55 p., 1 carte h.t. Braun-Blanquet, J., 1964. Pflanzensoziologie (3ten Aufl.). Springer, Wien, 865 p.
5538 4608 13/1. syn compl pp Onopordo acanthii - Sisymbrietea officinalis Görs 1966 Görs, S., 1966. Die Pflanzengesellschaften der Rebhänge am Spitzbergz. Die Natur- und Landschaftsschutzgebiete Baden-Württ., 3.
5539 4609 13/1. syn incl Elytrigietea intermedio - repentis Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., Görs, S., Korneck, D., Lohmeyer, W., Müller, T., Philippi, G., Seibert, P., 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
5540 4610 13/1. syn incl Meliloto albi - Artemisietea absinthii Elias 1981 ?
5541 4611 13/1. syn incl Onopordenea acanthii Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
5542 4612 13/1. syn incl Onopordetea acantho - nervosi Rivas-Martínez 1975 Rivas-Martínez, S., 1975. Mapa de vegetacion de la provincia de Avila. Anales Inst. Bot. Cavanilles, 32 : 1493-1556.
5543 4613 13/1. syn pp Artemisienea vulgaris Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
5544 4614 13/1. syn pp nn Artemisietalia vulgaris Tüxen 1947 Tüxen, R., 1947. Der pflanzensoziologische Garten in Hannover und seine bisherige Entwicklung. Natur. Hist. Gesellschaft Hannover., 94/98 : 113-288.
5545 4615 13/1. syn pp Artemisietea vulgaris Lohmeyer, Preising & Tüxen in Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5546 4616 13/1. syn pp Artemisietea vulgaris Lohmeyer, Preising & Tüxen in Tüxen 1950 ex von Rochow 1951 Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5547 4617 13/1.0.1 ORD Onopordetalia illyrici subsp. illyrici (Brullo & Marceno 1985) ord. nov. hoc loco friches vivaces xérophiles, méditerranéennes hoc loco Brullo, S. & C. Marceno, 1985. Contributo alla conoscenza della vegetazione nitrofila della Sicilia. Coll. Phytosoc., 12 : 23-148. (Végétations nitrophiles, Bailleul 1983).
5548 4618 13/1.0.1 syn = Onopordetalia acantho - nervosi Rivas-Martínez 1975 Rivas-Martínez, S., 1975. Sobre la nueve clase Polygono-Poetea annuae. Phytocoenologia, 2 : 123-140.
5549 4619 13/1.0.1 syn compl pp Carthametalia lanati Brullo in Brullo & Marceno 1985 Brullo, S. & C. Marceno, 1985. Contributo alla conoscenza della vegetazione nitrofila della Sicilia. Coll. Phytosoc., 12 : 23-148. (Végétations nitrophiles, Bailleul 1983).
5550 4621 13/1.0.1.0.1 ALL Echio plantaginei - Galactition elegantis O. de Bolòs & René Molinier 1969 friches vivaces xérophiles, méditerranéennes, provençales 'Bolòs, O. de & René Molinier, 1969. Vue d''ensemble de la végétation des îles Baléares. Vegetatio, 17 : 251-270.'
5551 4622 13/1.0.1.0.1 syn compl Silybo mariani - Urticion piluliferae Sissingh 1950 Sissingh, G., 1950. Onkruid-associaties in Nederland. Een sociologisch-systematische beschrijving van de klasse Rudereto-Secalinetea. Dissertatie Landbouwhogeschool Wageningen. Verslagen van Landbouwkundige Onderzoekingen, 56, 15. 1-224. [= Comm. SIGMA, 106, 224 p.]
5552 4623 13/1.0.1.0.1 syn incl Silybion mariani Rivas-Martínez in Rivas-Martínez, Costa & Loidi 1992 Rivas-Martínez, S., M. Costa & J. Loidi, 1992. La vegetación de las Islas de Ibiza y Formentera (Islas Baleares, España). Itinera Geobot., 6 : 99-235.
5553 4624 13/1.0.1.0.1 syn incl Silybion mariani Rivas-Martínez in Rivas-Martínez, Costa, Castroviejo & Valdes 1980 Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189.
5554 4625 13/1.0.1.0.1 syn incl Urtico piluliferae - Silybion mariani Sissingh 1950 ex Braun-Blanquet & O. de Bolòs 1958 nom. inv. Braun-Blanquet, J. & O. de Bolos, 1958. Les groupements végétaux du bassin moyen de l’Ebre et leur dynamisme. Anales Estac. Exp. Aula Dei, 5 : 1-266. Sissingh, G., 1950. Onkruid-associaties in Nederland. Een sociologisch-systematische beschrijving van de klasse Rudereto-Secalinetea. Dissertatie Landbouwhogeschool Wageningen. Verslagen van Landbouwkundige Onderzoekingen, 56, 15. 1-224. [= Comm. SIGMA, 106, 224 p.]
5555 4626 13/1.0.1.0.1/01 ASS Echio plantaginei - Galactitetum elegantis René Molinier 1937 'Molinier, Re., 1937. Les îles d''Hyères : étude phytosociologique. Ann. Soc. Hist. Toulon, 21 : 91-129.'
5556 4627 13/1.0.1.0.1/02 ASS Alyssetum corsici Roger Molinier 1959 Molinier, Ro., 1959. Etude des groupements végétaux terrestres du Cap Corse. Bull. Mus. Hist. Nat. Marseille, 19 : 1-75.
5557 4628 13/1.0.1.0.1/03 ASS Silybetum mariani Braun-Blanquet in Braun-Blanquet, Gajeswki, Wraber & Walas 1936 Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
5558 4629 13/1.0.1.0.1/03 syn compl Silybo mariani - Urticetum piluliferae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5559 4630 13/1.0.1.0.1/03 syn incl Conio maculati - Silybetum mariani Lohmeyer & Trautmann 1970 ?
5560 4631 13/1.0.1.0.1/03 syn incl Hyoscyamo nigri - Silybetum mariani O. de Bolòs & Molinier in O. de Bolòs, Molinier & P. Montserrat 1970 Bolòs, O. de, René Molinier & P. Montserrat, 1970. Observations phytosociologiques dans l’Ille de Minorque. Acta Bot. Barcinon., 5 : 1-150. (Commun. Stat. Inst. Géobot. Médit. Alpine Montpellier, 191).
5561 4632 13/1.0.1.0.2 ALL Onopordion illyrici subsp. illyrici Oberdorfer 1954 friches vivaces xérophiles, méditerranéennes, ligures Oberdorfer, E., 1954. Nordaegaeische Kraut- und Zwergstrauchfluren im Vergleich mit den entsprechenden Vegetationseinheiten des westlichen Mittelmeergebietes. Vegetatio, 5/6 : 88-96.
5562 4633 13/1.0.1.0.2/01 ASS Poo bulbosae - Onopordetum illyrici subsp. illyrici Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5563 7387 13/1.0.1.0.2/02 ASS Carduo tenuiflori – Onopordetum illyrici (René Molinier & Tallon 1950) de Foucault 2011 Foucault, B. de, 2011. Contribution au prodrome des végétations de France : Les Filipendulo ulmariae – Convolvuletea sepium Géhu & Géhu-Franck 1987. Journ. Bot. Soc. Bot. France, 53 : 73-137. Molinier, Re. & G. Tallon, 1950. La végétation de la Crau. Rev. Gén. Bot., 56 : 525-540 ; 57 : 48-61, 97-127, 177-192, 235-251, 300-318.
5564 7413 13/1.0.1.0.2/02 syn compl illeg Hordeo leporinum – Onopordetum illyrici Loisel, Gomila & Rolando 1990 Loisel, R., H. Gomila & C. Rolando, 1990. Déterminisme écologique de la diversité des pelouses dans la plaine de Crau (France méridionale). Ecologia mediterranea, 16 : 255-267.
5565 7414 13/1.0.1.0.2/02 syn non compl Hordeo leporinum – Onopordetum illyrici Brullo & Marceno 1985 Brullo, S. & C. Marceno, 1985. Contributo alla conoscenza della vegetazione nitrofila della Sicilia. Coll. Phytosoc., 12 : 23-148. (Végétations nitrophiles, Bailleul 1983).
5566 4634 13/1.0.1.0.3 ALL Onopordion acanthii subsp. gautieri Braun-Blanquet & de Bolòs 1957 corr. Rivas-Martínez 1975 friches vivaces xérophiles, méditerranéennes, catalanes Onopordion gautieri Rivas-Martínez, S., 1975. Mapa de vegetacion de la provincia de Avila. Anales Inst. Bot. Cavanilles, 32 : 1493-1556. 'Braun-Blanquet, J. & O. de Bolos, 1957. Les groupements végétaux du bassin moyen de l''Ebre et leur dynamisme. Anales Estacion Exper. Aula Dei, 5 : 1-266.'
5567 4635 13/1.0.1.0.3/01 ASS Onopordetum acanthii subsp. gautieri Braun-Blanquet & de Bolòs 1957 corr. Rivas-Martínez 1975 Onopordion gautieri Rivas-Martínez, S., 1975. Mapa de vegetacion de la provincia de Avila. Anales Inst. Bot. Cavanilles, 32 : 1493-1556. 'Braun-Blanquet, J. & O. de Bolos, 1957. Les groupements végétaux du bassin moyen de l''Ebre et leur dynamisme. Anales Estacion Exper. Aula Dei, 5 : 1-266.'
5568 4636 13/1.0.1.0.4 ALL Smyrnion olusatri Rivas Goday 1964 friches vivaces mésoxérophiles, subméditerranéennes Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
5569 4637 13/1.0.1.0.4 syn = Allienion triquetri (O. de Bolòs 1967) O. de Bolòs & Vigo 1984 Bolòs, O. de & J. Vigo, 1984. Flora dels Països Catalans, I. Barcino. Barcelona. Bolòs, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38(1) : 3-281.
5570 4638 13/1.0.1.0.4 syn = Allion triquetri de Bolòs 1967 Bolòs, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38(1) : 3-281.
5571 4639 13/1.0.1.0.4 syn = Smyrnienion Rivas Goday 1964 Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
5572 4640 13/1.0.1.0.4/01 ASS Arisaro vulgaris - Allietum triquetri Julve 2003 ass. nov. prov. hoc loco hoc loco
5573 4641 13/1.0.1.0.4/02 ASS Carduo cephalanthi - Dracunculetum muscivori (Gamisans & Paradis 1992) Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154. Gamisans J. & G. Paradis, 1992. Flore et végétation de l’île Lavezzu (Corse du sud). Trav. Sci. Parc nat. Rég. Réserv. Natur. Corse, Fr., 37 : 1-68.
5574 8243 13/1.0.1.0.4/03 ASS Malvetum dendromorpho - linnaei (Braun-Blanquet & René Molinier 1935) Rivas-Martínez 1978 Lavateretum arboreo - creticae Rivas-Martínez, S., 1978. Sobre la vegetación nitrófila del Chenopodion muralis. Acta Bot. Malacitana, 4 : 71-78. 'Braun-Blanquet, J. & René Molinier, 1935. Une excursion phytosociologique à l''île de Porquerolles. Le chêne, 40 : 169-181. [= Comm. SIGMA 44].'
5575 4642 13/1.0.1.0.4/03 syn ambig Malvetum linnaei Braun-Blanquet & René Molinier 1935 Lavateretum ruderale 'Braun-Blanquet, J. & René Molinier, 1935. Une excursion phytosociologique à l''île de Porquerolles. Le chêne, 40 : 169-181. [= Comm. SIGMA 44].'
5576 4643 13/1.0.1.0.4/04 ASS Malvo wigandii - Feruletum communis de Foucault & Julve 1991 Lavatero maritimae - Feruletum communis Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420.
5577 4644 13/1.0.1.0.4/05 ASS Alceo roseae - Smyrnietum olusatri de Foucault & Julve 1991 prov. Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420.
5578 4645 13/1.0.1.0.4/06 ASS Urtico membranaceae - Smyrnietum olusatri A. & O. de Bolòs 1950 Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona.
5579 8116 13/1.0.1.0.4/06 syn = Urtico membranaceae - Smyrnietum olusatri Roger Molinier 1954 Molinier, Ro., 1954. Observations sur la végétation de la zone littorale en Provence. Vegetatio, 5/6 : 257-267.
5580 4646 13/1.0.1.0.4/07 ASS Acantho mollis - Smyrnietum olusatri Brullo & Marceno 1985 Brullo, S. & C. Marceno, 1985. Contributo alla conoscenza della vegetazione nitrofila della Sicilia. Coll. Phytosoc., 12 : 23-148. (Végétations nitrophiles, Bailleul 1983).
5581 4647 13/1.0.1.0.4/08 ASS Foeniculo vulgaris subsp. vulgaris - Smyrnietum olusatri (Izco & Géhu 1978) Julve 1993 prov. Foeniculo vulgaris - Smyrnietum olusatri Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Izco, J. & J.-M. Géhu, 1978. Un exemple de végétation macrohémithérophytique phytonitrophile : le Smyrnietum olusatri du littoral de la Manche occidentale. Coll. Phytosoc., 6 : 263-267. (pelouses sèches).
5582 8114 13/1.0.1.0.4/08 syn compl Galio aparines - Smyrnietum olusatri (Izco & Géhu 1978) Bioret, Lahondère & Botineau 1993 Bioret, F., C. Lahondère & M. Botineau, 1993. Contribution à l’étude des végétations nitrophiles vernales du littoral Centre-Ouest de la France. Bull. Soc. Bot. Centre-Ouest, N.S., 24 : 191-218. Izco, J. & J.-M. Géhu, 1978. Un exemple de végétation macrohémithérophytique phytonitrophile : le Smyrnietum olusatri du littoral de la Manche occidentale. Coll. Phytosoc., 6 : 263-267. (pelouses sèches).
5583 8115 13/1.0.1.0.4/08 syn compl Soncho oleracei - Smyrnietum olusatri Izco & Géhu 1978 Izco, J. & J.-M. Géhu, 1978. Un exemple de végétation macrohémithérophytique phytonitrophile : le Smyrnietum olusatri du littoral de la Manche occidentale. Coll. Phytosoc., 6 : 263-267. (pelouses sèches).
5584 4648 13/1.0.1.0.4/09 ASS Malvetum dendromorphae Géhu & Géhu-Franck 1961 Lavateretum arboreae Géhu, J.-M. & J. Géhu-Franck, 1961. Recherche sur la végétation et le sol de la réserve de l’île des Landes et de quelques îlots de la côte nord Bretagne. Bull. Lab. Marit. Dinard 47: 19-57.
5585 4649 13/1.0.1.0.4/10 ASS Scolymo hispanici - Carduetum tenuiflori Braun-Blanquet & de Bolòs 1957 'Braun-Blanquet, J. & O. de Bolos, 1957. Les groupements végétaux du bassin moyen de l''Ebre et leur dynamisme. Anales Estacion Exper. Aula Dei, 5 : 1-266.'
5586 4650 13/1.0.1.0.4/11 ASS Malvo wigandii - Erodietum crispi Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Lavatero maritimae - Erodietum crispi Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
5587 4651 13/1.0.1.0.4/12 ASS Diantho - Malvetum wigandii (Meier & Braun-Blanquet 1934) Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Diantho - Lavateretum maritimae Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier.
5588 4652 13/1.0.1.0.4/13 ASS Piptathero miliacei - Foeniculetum vulgaris Rivas-Martínez, Wildpret, Del Arco, O. Rodríguez, Pérez de Paz, García Gallo, Acebes, T.E. Díaz & Fernández-González 1993 Rivas-Martínez, S., W. Wildpret, M. Del Arco, O. Rodríguez, P.L. Pérez de Paz, A. García Gallo, J.R. Acebes, T.E. Díaz & F. Fernández-González, 1993. Las comunidades vegetales de la Isla de Tenerife (Islas Canarias). Itinera Geobot., 7 : 169-374.
5589 4653 13/1.0.1.0.4/14 ASS Piptathero miliacei - Daucetum carotae subsp. maximi O. de Bolòs & Vigo 1972 Piptathero miliacei - Daucetum maximi Bolòs, O. de & J. Vigo, 1972. Contribution à la géobotanique de l’île de Majorque. Rapp. Com. Int. Mer. Médit., 21(3) : 81-82.
5590 4654 13/1.0.1.0.4/15 ASS Chelidonio majoris - Smyrnietum olusatri Amigo & Romero 1997 Amigo, J. & M.I. Romero, 1997. Comportamiento fitosociológico de Smyrnium olusatrum L. en el noroeste ibérico. Lazaroa, 18 : 153-164.
5591 4655 13/1.0.2 ORD Onopordetalia acanthii subsp. acanthii Braun-Blanquet & Tüxen 1943 em. Görs 1966 friches vivaces xérophiles, médioeuropéennes Görs, S., 1966. Die Pflanzengesellschaften der Rebhänge am Spitzbergz. Die Natur- und Landschaftsschutzgebiete Baden-Württ., 3. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
5592 4656 13/1.0.2 syn = Onopordetalia acanthii subsp. acanthii Braun-Blanquet & Tüxen 1943 Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
5593 4657 13/1.0.2 syn = Onopordetalia acanthii subsp. acanthii Braun-Blanquet & Tüxen 1943 ex Klika in Klika & Hadàč 1944 Klika, J. & E. Hadač, 1944. Rostlinná spolecenstva strední Evropy [Plant communities of Central Europe]. Príroda (Brno), 36: 1-26. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
5594 4658 13/1.0.2 syn = Onopordetalia acanthii subsp. acanthii Braun-Blanquet & Tüxen 1943 ex von Rochow 1951 Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
5595 4659 13/1.0.2.0.1 ALL Onopordion acanthii subsp. acanthii Braun-Blanquet 1926 friches vivaces xérophiles, médioeuropéennes, mésothermes Braun-Blanquet, J., 1926. Études phytosociologiques en Auvergne. Rapport sur une excursion interuniversitaire, 94 p. Impr. C. Mont Saint-Louis. Clermont-Ferrand.
5596 4660 13/1.0.2.0.1 syn = Onopordion acanthii subsp. acanthii Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
5597 4661 13/1.0.2.0.1/01 ASS Marrubio vulgaris - Onopordetum acanthii subsp. acanthii Braun-Blanquet 1923 ex Braun-Blanquet, Gajewski, Wraber, Walas 1936 planitiaire-montagnard Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
5598 4662 13/1.0.2.0.1/01 syn = Onopordetum acanthii subsp. acanthii Braun-Blanquet 1926 Braun-Blanquet, J., 1926. Études phytosociologiques en Auvergne. Rapport sur une excursion interuniversitaire, 94 p. Impr. C. Mont Saint-Louis. Clermont-Ferrand.
5599 4663 13/1.0.2.0.1/02 ASS Cirsietum eriophori Oberdorfer 1957 friche vivace mésoxérophile, basophile, mésoeutrophile, friches sur anciennes pelouses calcicoles Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5600 6842 13/1.0.2.0.1/02 syn = Cirsietum eriophori Oberdorfer 1957 ex Müller 1966 Müller, T., 1966. Die Wald-, Gebüsch-, Saum-, Trocken-, und halbtrockenrasengesellschaften des Spitzbergs. Die Natur- und Landschaft. Geb. Baden-Württ., 3 : 278-472. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5601 4664 13/1.0.2.0.1/03 ASS Resedo luteae - Carduetum nutantis Sissingh 1950 Sissingh, G., 1950. Onkruid-associaties in Nederland. Een sociologisch-systematische beschrijving van de klasse Rudereto-Secalinetea. Dissertatie Landbouwhogeschool Wageningen. Verslagen van Landbouwkundige Onderzoekingen, 56, 15. 1-224. [= Comm. SIGMA, 106, 224 p.]
5602 6591 13/1.0.2.0.1/03 syn compl Lappulo squarrosae - Cynoglossetum officinalis Klika 1935 Klika, J., 1935. Die Pflanzengesellschaften des entblössten Teichbodens in Mitteleuropa. Beih. Bot. Centralbl., 53 : 286-310. Dresden.
5603 6590 13/1.0.2.0.1/03 syn incl Cynoglosso officinalis - Carduetum nutantis Passarge 1960 ?
5604 4665 13/1.0.2.0.1/04 ASS Stachyo germanicae - Carduetum acanthoidis (Weinert 1956) Gutte 1966 Gutte, P., 1966. Die Verbreitung einiger Ruderalpflanzengesellschaften in der weiteren Umgebung von Leipzig. Wiss. Zeitschr. Univ. Halle-Witten., Math. Natur., 15 : 937-1010. Weinert, E., 1956. Die Trockenrasen, Ruderal- und segetalpflanzengesellschaften im Gebiet der mansfelder Seen bei Eisleben. Diplom. Halle.
5605 4668 13/1.0.2.0.1/07 ASS Verbascetum blattario - thapsi O. de Bolòs & Masalles 1983 Bolòs, O. de & R.M. Masalles, 1983. Memòria del full núm. 33 (Banyoles). Mapa de la vegetació de Catalunya, esc. 1:50.000. Generalitat de Catalunya. 130 p. Barcelona.
5606 6588 13/1.0.2.0.1/08 ASS Carduo acanthoidis - Onopordetum acanthii von Soó (1945) 1947 Soó, R. von, 1947. Revue systématique des associations végétales des environs de Kolozsvár. Acta Bot. Acad. Sci. Hung., 6 : 3-50.
5607 6589 13/1.0.2.0.1/08 syn incl Artemisio vulgaris - Carduetum acanthoidis (Felföldy 1942) Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin. Feldföldy, L., 1942. Soziologische Untersuchungen über die pannonische Ruderalvegetation. Acta Geobot. Hung., 43 : 87-140.
5608 7959 13/1.0.2.0.1/09 ASS Artemisio vulgaris - Cirsietum eriophori Billy 2007 Billy, F., 2007. Végétations herbacées bisannuelles ou vivaces des sols plus ou moins nitratés en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n.s., 38 : 145-226.
5609 7961 13/1.0.2.0.1/10 ASS Silybo mariani - Onopordetum acanthii Billy 2007 Billy, F., 2007. Végétations herbacées bisannuelles ou vivaces des sols plus ou moins nitratés en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n.s., 38 : 145-226.
5610 4669 13/1.0.2.0.2 ALL Dauco carotae subsp. carotae - Melilotion albi Görs 1966 friches vivaces mésoxérophiles à mésohydriques, médioeuropéennes Görs, S., 1966. Die Pflanzengesellschaften der Rebhänge am Spitzbergz. Die Natur- und Landschaftsschutzgebiete Baden-Württ., 3.
5611 4670 13/1.0.2.0.2 syn = Dauco carotae subsp. carotae - Melilotion albi Görs 1966 ex Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., S. Görs, D. Korneck, W. Lohmeyer, T. Müller, G. Philippi & P. Seibert, 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62. Görs, S., 1966. Die Pflanzengesellschaften der Rebhänge am Spitzbergz. Die Natur- und Landschaftsschutzgebiete Baden-Württ., 3.
5612 4671 13/1.0.2.0.2 syn = Tussilaginion farfarae Szabo 1971 ?
5613 4672 13/1.0.2.0.2/01 ASS Dauco carotae subsp. carotae - Picridetum hieracioidis Görs 1966 friche vivace mésoxérophile de sols limoneux Görs, S., 1966. Die Pflanzengesellschaften der Rebhänge am Spitzbergz. Die Natur- und Landschaftsschutzgebiete Baden-Württ., 3.
5614 4673 13/1.0.2.0.2/02 ASS Artemisio vulgaris - Tanacetetum vulgaris Braun-Blanquet 1931 friche vivace fermée, mésohydrique, de sols sableux eutrophes, mésothermophile Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5615 4674 13/1.0.2.0.2/02 syn = Tanaceto vulgaris - Artemisietum vulgaris Braun-Blanquet 1949 Braun-Blanquet, J., 1949. Übersicht der Pflanzengesellschaften Rätiens, (II). Vegetatio, 1 : 129-146.
5616 4675 13/1.0.2.0.2/02 syn = Tanaceto vulgaris - Artemisietum vulgaris Sissingh 1950 Sissingh, G., 1950. Onkruid-associaties in Nederland. Een sociologisch-systematische beschrijving van de klasse Rudereto-Secalinetea. Dissertatie Landbouwhogeschool Wageningen. Verslagen van Landbouwkundige Onderzoekingen, 56, 15. 1-224. [= Comm. SIGMA, 106, 224 p.]
5617 4676 13/1.0.2.0.2/03 ASS Echio vulgaris - Melilotetum albi Tüxen 1947 friche vivace pionnière, ouverte, mésoxérophile, de sols sableux mésoeutrophes Tüxen, R., 1947. Der pflanzensoziologische Garten in Hannover und seine bisherige Entwicklung. Natur. Hist. Gesellschaft Hannover., 94/98 : 113-288.
5618 4677 13/1.0.2.0.2/03 syn = Melilotetum albi - officinalis Sissingh 1950 Sissingh, G., 1950. Onkruid-associaties in Nederland. Een sociologisch-systematische beschrijving van de klasse Rudereto-Secalinetea. Dissertatie Landbouwhogeschool Wageningen. Verslagen van Landbouwkundige Onderzoekingen, 56, 15. 1-224. [= Comm. SIGMA, 106, 224 p.]
5619 4678 13/1.0.2.0.2/04 ASS Echio vulgaris - Verbascetum thapsi (Tüxen 1942) Sissingh 1950 Sissingh, G., 1950. Onkruid-associaties in Nederland. Een sociologisch-systematische beschrijving van de klasse Rudereto-Secalinetea. Dissertatie Landbouwhogeschool Wageningen. Verslagen van Landbouwkundige Onderzoekingen, 56, 15. 1-224. [= Comm. SIGMA, 106, 224 p.] Tüxen, R., 1942. Artemisietum vulgaris Tx. 42. Wiss. Mitt. 12ten Rundbr. Zent. St. Veg. Kart. Reich., 23-25.
5620 4679 13/1.0.2.0.2/05 ASS Verbasco lychnitidis - Foeniculetum vulgaris de Foucault 1989 Foucault, B. de, 1989. Etude complémentaire de la végétation des coteaux secs de la vallée de la Laize entre Bretteville-sur-Laize et Laize-la-ville, (Calvados). Bull. Soc. Bot. Centre-Ouest, N.S., 20 : 77-93.
5621 4680 13/1.0.2.0.2/06 ASS Symphyotricho novi-belgii - Artemisietum vulgaris Billy 1997 prov. Astero novi-belgii - Artemisietum vulgaris Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
5622 4681 13/1.0.2.0.2/07 ASS Helminthoteco echioidis - Carduetum tenuiflori Bouzillé, de Foucault & Lahondère 1984 friche vivace thermophile, basophile, de Vendée 'Bouzillé, J.B., B. de Foucault & C. Lahondère, 1984. Contribution à l''étude phytosociologique des marais littoraux-atlantiques du Centre-Ouest. Bull. Soc. Bot. Centre-Ouest, N.S., 15 : 35-41.'
5623 7934 13/1.0.2.0.2/07 syn compl Brassico nigrae - Carduetum tenuiflori (Bouzillé, de Foucault & Lahondère 1984) Bioret, Lahondère & Botineau 1993 Bull. Soc. Bot. Centre-Ouest, N.S., 24 : 197. Bioret, F., C. Lahondère & M. Botineau, 1993. Contribution à l’étude des végétations nitrophiles vernales du littoral Centre-Ouest de la France. Bull. Soc. Bot. Centre-Ouest, N.S., 24 : 191-218. 'Bouzillé, J.B., B. de Foucault & C. Lahondère, 1984. Contribution à l''étude phytosociologique des marais littoraux-atlantiques du Centre-Ouest. Bull. Soc. Bot. Centre-Ouest, N.S., 15 : 35-41.'
5624 4682 13/1.0.2.0.2/08 ASS Cirsietum vulgari - arvensis Mititelu 1972 friche vivace mésoxérophile, basophile, eutrophile, friches sur anciennes pâtures Mititelu, D., 1972. Asociatii noi de Buruieni din Moldova. (Nouvelles associations de mauvaises herbes en Moldavie). Anal. Stiinf. Univ. A. Cuza, Iasi, Biol., 18 : 119-126.
5625 4683 13/1.0.2.0.2/08 syn = Cirsietum vulgari - arvensis Morariu 1972 Morariu, I., 1972. Semnificaţia unor date corologice noi la plante. Stud. Com. Ocr. Nat., Suceava, 2 : 191 –200.
5626 4684 13/1.0.2.0.2/09 ASS Echio vulgaris - Isatetum tinctoriae de Foucault & Frileux 1988 prov. friche vivace thermophile, basophile, de Normandie Foucault, B. de & P.-N. Frileux, 1988. Etude phytosociologique du système paysager des corniches et côtes calcaires de la basse vallée de la Seine des Andelys à Rouen. Doc. Phytosoc., N.S., 11 : 159-183.
5627 4689 13/1.0.2.0.2/10 ASS Carduo nigrescentis - Helminthotecetum echioidis Julve & Marchal in Julve 2001 friche vivace thermophile, basophile, du Quercy Julve, Ph., 2001. Flore et végétation de trois sites de pelouses calcicoles du P.N.R. des Causses du Quercy (Lot). Parc Naturel Régional des Causses du Quercy. 52 p. + annexes et cartes.
5628 4692 13/1.0.2.0.2/11 ASS Brachypodio phoenicoidis - Melilotetum albi O. de Bolòs & Vigo in Vigo 1979 Vigo, J., 1979. Notes fitocenològiques II. Bull. Inst. Catalana, Hist. Nat., Sec. Bot., 44 : 77-89.
5629 4693 13/1.0.2.0.2/12 ASS Helminthoteco echioidis - Melilotetum albi Loidi & C. Navarro 1988 Loidi, J. & C. Navarro, 1988. Datos sobre las alianzas Dauco-Melilotion Görs 1966 y Convolvulion sepii R. Tax. 1947 en el País Vasco. Acta Bot. Barcinon. 37 : 257-264.
5630 6843 13/1.0.2.0.2/13 ASS Scrophulario caninae - Melilotetum albi Loiseau & Braque 1972 Loiseau J.-E. & R. Braque, 1972. Flore et groupements végétaux du lit fluvial dans le bassin de la Loire moyenne. Études ligériennes (coll. n° 11, Orléans 1971) : 96-167.
5631 7418 13/1.0.2.0.2/14 ASS Saponario officinalis - Artemisietum verlotiorum Julve 2011 ass. nov. hoc loco hoc loco
5632 7087 13/1.0.2.0.3 ALL Resedion luteae Julve 2009 all. nov. hoc loco éboulis marneux atlantiques, basophiles, planitiaires, héliophiles, amphithermiques hoc loco
5633 7089 13/1.0.2.0.3 syn compl pp Senecion viscosi Petit 1980 Petit, D., 1980. La végétation des terrils du nord de la France : écologie, phytosociologie, dynamisme. Thèse, Univ. Lille, 250 p.
5634 4685 13/1.0.2.0.3/1 ASS Resedo luteae - Rumicetum scutati Petit 1980 friche pionnière de terrils Petit, D., 1980. La végétation des terrils du nord de la France : écologie, phytosociologie, dynamisme. Thèse, Univ. Lille, 250 p.
5635 4690 13/1.0.2.0.3/2 ASS Picrido hieracioidis - Carlinetum vulgaris Decocq 1994 ex 1999 'friche pionnière d''éboulis calcicoles crayeux' Decocq, G., 1999. La dynamique de recolonisation végétale des anciennes carrières de craie phosphatée du nord de la France : analyse phytosociologique et systémique. Belg Journ. Bot., 132 (1) : 77-94. Decocq, G., 1994. La végétation recolonisatrice des anciennes carrières de phosphates du nord de la France : étude phytosociologique et syndynamique. DEA Compiègne, 148 p.
5636 4691 13/1.0.2.0.3/3 ASS Hieracio maculati - Lactucetum perennis Decocq 1999 prov. 'friche pionnière d''éboulis calcicoles crayeux' Decocq, G., 1999. La dynamique de recolonisation végétale des anciennes carrières de craie phosphatée du nord de la France : analyse phytosociologique et systémique. Belg Journ. Bot., 132 (1) : 77-94.
5637 4686 13/1.0.2.0.3/4 ASS Erucastro gallici - Linarietum repentis (de Foucault & Wattez 1989) Julve 2003 ass. nov. hoc loco 'friche pionnière d''éboulis calcicoles crayeux' hoc loco Foucault, B. de & J.-R. Wattez, 1989. Note phytosociologique sur les éboulis crayeux picards. Bull. Soc. Linn. Nord-Picardie, 7 : 21-29.
5638 5313 13/1.0.2.0.3/4 syn compl pp Resedo luteae - Chaenorrhinetum minoris de Foucault & Wattez 1989 Foucault, B. de & J.-R. Wattez, 1989. Note phytosociologique sur les éboulis crayeux picards. Bull. Soc. Linn. Nord-Picardie, 7 : 21-29.
5639 4694 13/1.0.3 ORD Elytrigietalia intermedio - repentis Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 friches vivaces rudérales pionnières, mésoxérophiles à mésohydriques, médioeuropéennes Oberdorfer, E., Görs, S., Korneck, D., Lohmeyer, W., Müller, T., Philippi, G., Seibert, P., 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
5640 4695 13/1.0.3 syn = Elytrigietalia intermedio - repentis Oberdorfer, Müller & Görs in Müller & Görs 1969 Müller, T. & S. Görs, 1969. Halbruderale Trocken und Halbtrockenrasen. Vegetatio, 18 : 203-221.
5641 4696 13/1.0.3 syn = Elytrigietea intermedio - repentis Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., Görs, S., Korneck, D., Lohmeyer, W., Müller, T., Philippi, G., Seibert, P., 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
5642 4697 13/1.0.3.0.1 ALL Convolvulo arvensis - Elytrigion repentis Görs 1966 friches vivaces rudérales pionnières, mésohydriques à mésohygrohiles, médioeuropéennes, psychrophiles Convolvulo arvensis - Agropyrion repentis Görs, S., 1966. Die Pflanzengesellschaften der Rebhänge am Spitzbergz. Die Natur- und Landschaftsschutzgebiete Baden-Württ., 3.
5643 4700 13/1.0.3.0.1/01 ASS Saponarietum officinalis Olsson 1978 friche vivace mésohygrophile Olsson, H., 1978. Vegetation of artificial habitat in northern Malmö and environs. Vegetatio, 36 : 65-82.
5644 6845 13/1.0.3.0.1/01 syn = Saponario officinalis - Elytrigietum repentis Didier & Royer in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5645 4701 13/1.0.3.0.1/02 ASS Convolvulo arvensis - Elytrigietum repentis Feldföldy (1942) 1943 friche vivace mésohydrique Feldföldy, L., 1943. Vegetationsstudien auf der nördlichen Uferzone der Halbinsel Tihany. Magyar Biol. Kut. Munk., 15 : 42-74. Feldföldy, L., 1942. Soziologische Untersuchungen über die pannonische Ruderalvegetation. Acta Geobot. Hung., 43 : 87-140.
5646 4698 13/1.0.3.0.1/02 syn incl Elytrigio repentis - Equisetetum arvensis Passarge 1989 Passarge, H., 1989. Agropyretea Gesellschaften im nördlichen Binnenland. Tuexenia, 9 : 121-150.
5647 4702 13/1.0.3.0.1/03 ASS Convolvulo arvensis - Brometum inermis Elias 1979 friche vivace mésohydrique Eliáš, P., 1979. Vorläufige Übersicht der Ruderalpflanzengesellschaften der Stadt Trnava. Zapadné Slovensko, 6 : 271-309. Bratislava.
5648 4703 13/1.0.3.0.1/04 ASS Rumici thyrsiflori - Allietum schoenoprasi Passarge 1989 friche vivace mésohygrophile Passarge, H., 1989. Agropyretea Gesellschaften im nördlichen Binnenland. Tuexenia, 9 : 121-150.
5649 4704 13/1.0.3.0.1/05 ASS Elytrigio repentis - Rumicetum thyrsiflori Passarge 1989 friche vivace mésohydrique Passarge, H., 1989. Agropyretea Gesellschaften im nördlichen Binnenland. Tuexenia, 9 : 121-150.
5650 4705 13/1.0.3.0.1/06 ASS Rubo caesii - Calamagrostietum epigeji Coste (1974) 1975 friche vivace mésohygrophile ? Coste, I., 1974. Flora si vegetatia muntilor Locnei, Cluj.
5651 1615 13/1.0.3.0.1/07 ASS Lithospermo officinalis - Saponarietum officinalis O. de Bolòs & Masalles 1983 friche vivace mésohygrophile Bolòs, O. de & R.M. Masalles, 1983. Memòria del full núm. 33 (Banyoles). Mapa de la vegetació de Catalunya, esc. 1:50.000. Generalitat de Catalunya. 130 p. Barcelona.
5652 7962 13/1.0.3.0.1/08 ASS Cynodonto dactyli - Equisetetum ramosissimi Billy 2007 Billy, F., 2007. Végétations herbacées bisannuelles ou vivaces des sols plus ou moins nitratés en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n.s., 38 : 145-226.
5653 4707 13/1.0.3.0.1/09 ASS Poo compressae - Tussilaginetum farfarae Tüxen (1928) 1931 friche vivace mésohydrique, de substrats fins (argiles) Tüxen, R., 1931. Die Pflanzendecke zwischen Hildesheimer Wald und Ith in ihren Beziehungen zu Klima, Boden und Mensch. In Barner, W., Unsere Heimat. In W. Barner (ed.), Das Land zwischen Hildesheimer Wald und Ith, 1 : 55-131. August Lax. Hildesheim, Leipzig. Tüxen, R., 1928. Vegetationsstudien im nordwestdeutschen Flachlandes. 1 : Über die Vegetation der nordwestdeutschen Binnendünen. Jahrb. Geogr. Ges. Hannover : 71-93.
5654 4699 13/1.0.3.0.1/09 syn incl Elytrigio repentis - Tussilaginetum farfarae Passarge 1989 Passarge, H., 1989. Agropyretea Gesellschaften im nördlichen Binnenland. Tuexenia, 9 : 121-150.
5655 9327 13/1.0.3.0.1/10 GRPT grpt mésohydrique à Calamagrostis epigejos & Senecio jacobaea
5656 9328 13/1.0.3.0.1/11 GRPT grpt dunaire mésohygrophile à Rubus caesius et Calamagrostis epigejos
5657 4706 13/1.0.3.0.2 ALL Falcario vulgaris - Poion angustifoliae Passarge 1989 friches vivaces rudérales pionnières, mésoxérophiles, médioeuropéennes, thermophiles Passarge, H., 1989. Agropyretea Gesellschaften im nördlichen Binnenland. Tuexenia, 9 : 121-150.
5658 7208 13/1.0.3.0.2 syn incl ? Artemisio absinthii - Elytrigion intermediae Müller & Görs 1969 Artemisio absinthii - Elymion hispidi Müller, T. & S. Görs, 1969. Halbruderale Trocken und Halbtrockenrasen. Vegetatio, 18 : 203-221.
5659 4708 13/1.0.3.0.2/02 ASS Glaucietum flavi Gutte 1972 em. Petit 1979 friche vivace mésohydrique, de substrats grossiers (terrils) Petit, D., 1979. Les friches hautes des terrils houillers du nord de la france. Doc. Phytosoc., N.S., 4 : 803-826. Gutte, P., 1972. Ruderalpflanzengesellschaften West- und Mittelsachsens. Feddes Repert., 83 : 11-122.
5660 4709 13/1.0.3.0.2/02 syn = Glaucietum flavi (Gutte 1972) Klotz 1981 Klotz, S., 1981. Pflanzensoziologische Untersuchungen an einer Kalkhydratdeponie bei Knapendorf, Kr. Merseburg. Wiss. Z. M.-Luther-Univ. Halle-Wittenberg, Math.-Naturwiss. Reihe, 3: 55–76. Halle (Saale). Gutte, P., 1972. Ruderalpflanzengesellschaften West- und Mittelsachsens. Feddes Repert., 83 : 11-122.
5661 4710 13/1.0.3.0.2/03 ASS Lepidio drabae - Elytrigietum repentis Müller & Görs 1969 Cardario drabae - Agropyretum repentis Müller, T. & S. Görs, 1969. Halbruderale Trocken und Halbtrockenrasen. Vegetatio, 18 : 203-221.
5662 4711 13/1.0.3.0.2/04 ASS Falcario vulgaris - Elytrigietum repentis Müller & Görs 1969 Müller, T. & S. Görs, 1969. Halbruderale Trocken und Halbtrockenrasen. Vegetatio, 18 : 203-221.
5663 4712 13/1.0.3.0.2/05 ASS Diplotaxi tenuifoliae - Elytrigietum repentis Philippi in Müller & Görs 1969 Müller, T. & S. Görs, 1969. Halbruderale Trocken und Halbtrockenrasen. Vegetatio, 18 : 203-221.
5664 4713 13/1.0.3.0.2/06 ASS Asparago officinalis - Chondrilletum junceae Passarge 1978 Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195.
5665 4714 13/1.0.3.0.2/07 ASS Poo angustifoliae - Eryngietum campestris Passarge 1989 Passarge, H., 1989. Agropyretea Gesellschaften im nördlichen Binnenland. Tuexenia, 9 : 121-150.
5666 4715 13/1.0.3.0.2/08 ASS Poo angustifoliae - Sedetum telephii subsp. maximi Passarge 1989 Passarge, H., 1989. Agropyretea Gesellschaften im nördlichen Binnenland. Tuexenia, 9 : 121-150.
5667 4716 13/1.0.3.0.2/09 ASS Poo angustifoliae - Euphorbietum esulae (Raabe 1956) Passarge 1989 Passarge, H., 1989. Agropyretea Gesellschaften im nördlichen Binnenland. Tuexenia, 9 : 121-150.
5668 4717 13/1.0.3.0.2/10 ASS Poo compressae - Anthemidetum tinctoriae Müller & Görs 1969 Müller, T. & S. Görs, 1969. Halbruderale Trocken und Halbtrockenrasen. Vegetatio, 18 : 203-221.
5669 4718 13/1.0.3.0.2/11 ASS Melico transsilvanicae - Elytrigietum repentis Müller in Görs 1966 Görs, S., 1966. Die Pflanzengesellschaften der Rebhänge am Spitzbergz. Die Natur- und Landschaftsschutzgebiete Baden-Württ., 3.
5670 6843 13/1.0.3.0.2/12 ASS Equiseto x moorei - Elytrigietum x [campestris x repens] Loiseau & Felzines in Royer, Felzines, Misset & Thévenin 2006 prov. Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5671 6844 13/1.0.3.0.2/13 ASS Allio flexi - Elytrigietum x [campestris x repens] Loiseau & Felzines in Royer, Felzines, Misset & Thévenin 2006 prov. Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5672 6846 13/1.0.3.0.2/14 ASS Lathyro tuberosi - Elytrigietum repentis Passarge 1989 Passarge, H., 1989. Agropyretea Gesellschaften im nördlichen Binnenland. Tuexenia, 9 : 121-150.
5673 7391 13/1.0.3.0.2/15 ASS Anchuso officinalis - Diplotaxietum tenuifoliae Julve 2011 ass. nov. hoc loco ourlet mésoxérophile de sables littoraux basophiles hoc loco
5674 7392 13/1.0.3.0.2/16 ASS ?
5675 7393 13/1.0.3.0.2/16 syn compl Laguro ovati – Diplotaxietum tenuifoliae Géhu 2008 Géhu, J.-M., 2008. Etude des associations végétales des sentiers littoraux de Dinard et Saint-Enogat (France, 35) suivie d’un guide itinéraire. Journal de Botanique de la Soc. Bot. France, 41 : 47-80.
5676 7394 13/1.0.3.0.2/17 ASS ?
5677 7395 13/1.0.3.0.2/17 syn compl Laguro ovati – Centaureetum asperae Géhu 2000 ?
5678 4666 13/1.0.3.0.2/18 ASS Potentillo argenteae - Artemisietum absinthii Faliński 1965 Falinski, J.B., 1965. Ein Beitrag zur Kenntnis der ruderalen Unkrautgesellschaften des Onopordion verbandes in Nordostpolen. Mater. Zakl. Fitosoc. Stos. U. W., Warszawa et Bialowieza, 6 : 65-74.
5679 8242 13/1.0.3.0.2/18 syn incl Artemisio absinthii - Elytrigietum intermediae Müller & Görs 1969 Artemisio absinthii - Elymetum hispidi Müller, T. & S. Görs, 1969. Halbruderale Trocken und Halbtrockenrasen. Vegetatio, 18 : 203-221.
5680 4667 13/1.0.3.0.2/19 ASS Echinopo sphaerocephali - Artemisietum absinthii Vigo & Carreras in Carreras, Carrillo, X. Font, Masalles, Ninot, Soriano & Vigo 1997 Carreras, J., E. Carrillo, X. Font, R.M. Masalles, J.-M. Ninot, I. Soriano & J. Vigo, 1997. La vegetació de les serres prepirenenques compreses entre els rius Segre i Llobregat. 3-Comunitats ruderals i arvenses. Acta Bot. Barcinon. 44: 175-202.
5681 4719 13/1.0.3.0.3 ALL Gageo pratensis - Allion schoenoprasi Passarge 1964 friches vivaces rudérales pionnières, mésoxérophiles, subméditerranéennes Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
5682 4720 13/1.0.3.0.3 syn = Muscario neglecti - Allion vinealis Passarge 1978 Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195.
5683 4721 13/1.0.3.0.3 syn compl Aristolochenion clematitis Vanden Berghen 1963 Vanden Berghen, C., 1963. Etude sur la végétation des grands causses du Massif Central de la France. Mém. Soc. Roy. Bot. Belg., 1, 285 p.
5684 4722 13/1.0.3.0.3/01 ASS Muscario racemosi - Allietum vinealis (Tüxen 1950) Julve 1993 prov. commensales des vignes précontinentales à centroeuropéennes Bassin parisien, Massif Central Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
5685 6834 13/1.0.3.0.3/01 syn compl pp Allio sphaerocephali - Geranietum mollis Quantin 1947 Quantin, A., 1947. Les associations rudérales en Bourgogne méridionale. Bull . Soc. Bot. Fra., 94(9) : 406-409.
5686 4723 13/1.0.3.0.3/01 syn compl pp Geranio rotundifolii - Allietum vinealis (von Rochow) Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5687 6833 13/1.0.3.0.3/01 syn compl pp Muscario racemosi - Calenduletum arvensis Breton 1956 Breton, R., 1956. Recherches phytosociologiques dans la région de Dijon. Ann. Inst. Nat. Rech. Agron., 7 A : 349-443, 561-641.
5688 4724 13/1.0.3.0.3/02 ASS Gageo pratensis - Allietum oleracei Passarge (1964) 1985 Passarge, H., 1985. Phanerophyten Vegetation der märkischen Oderaue. Phytocoenologia, 13 : 505-603. Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
5689 4725 13/1.0.3.0.3/03 ASS Ornithogalo umbellati - Allietum scorodoprasi Passarge (1964) 1978 Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195. Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
5690 4726 13/1.0.3.0.3/04 ASS Allietum anguloso - vinealis Passarge 1989 Passarge, H., 1989. Agropyretea Gesellschaften im nördlichen Binnenland. Tuexenia, 9 : 121-150.
5691 4727 13/1.0.3.0.3/05 ASS Gladiolo segetum - Allietum rosei de Foucault & Julve 1991 prov. commensales des vignes subméditerranéennes Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420.
5692 4728 13/1.0.3.0.3/06 ASS Tulipo sylvestris - Aristolochietum clematitis (Issler 1927) Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Issler, E., 1927. Les associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. 2ème partie : les garides et les landes. Bull. Soc. Hist. Nat. Colmar, 20 : 1-62.
5693 6835 13/1.0.3.0.3/06 syn = Aristolochio clematitis - Tulipetum sylvestris (Issler 1927) Tüxen 1930 Tüxen, R., 1930. Über einige nordwestdeutsche Waldassoziationen von regionaler Verbreitung. Jahrb. Geogr. Ges. Hannover (1929), 55-116. Issler, E., 1927. Les associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. 2ème partie : les garides et les landes. Bull. Soc. Hist. Nat. Colmar, 20 : 1-62.
5694 5073 13/1.0.3.0.3/06 syn compl pp Allio sphaerocephali - Geranietum mollis Quantin 1947 Quantin, A., 1947. Les associations rudérales en Bourgogne méridionale. Bull . Soc. Bot. Fra., 94(9) : 406-409.
5695 5051 13/1.0.3.0.3/06 syn compl pp Crepido sanctae - Aristolochietum clematitis Vanden Berghen 1963 Vanden Berghen, C., 1963. Etude sur la végétation des grands causses du Massif Central de la France. Mém. Soc. Roy. Bot. Belg., 1, 285 p.
5696 4729 13/1.0.3.0.3/07 ASS Allio schoenoprasi - Caricetum praecocis Walther 1977 Walther, K., 1977. Die Vegetation des Elbtales – Die Flußniederung von Elbe und Seege bei Gartow (Kr. Lüchow-Dannenberg). Abh. Verh. Naturwiss. Ver. Hamb., N. F., Suppl. 20 : 123 p. 3 Kt. Hamburg.
5697 8244 13/1.0.3.0.3/07 ASS Ornithogalo umbellati - Muscarietum neglecti Pál 2007 Ornithogalo - Muscarietum racemosae Pál, R., 2007. Weed vegetation of vineyards in the Mecsek Mountains and the Tolna-Baranya Hills. Kanitzia, 15 : 77- 244.
5698 8286 13/1.0.3.0.3/08 ASS Gladiolo italici - Bunietum bulbocastani Julve 2012 ass. nov. prov. hoc loco hoc loco
5699 4730 13/2. CLA Glechomo hederaceae - Urticetea dioicae (Passarge 1967) Julve 2003 class. nov. hoc loco friches et lisières vivaces médioeuropéennes, eutrophiles, mésohydriques à mésohygrophiles hoc loco Passarge, H., 1967. Über Saumgesellschaften im nordostdeutschen Flachland. Feddes Repert., 74 : 145-158.
5700 4731 13/2. syn ambig compl Galio aparines - Urticetea dioicae Passarge 1967 Passarge, H., 1967. Über Saumgesellschaften im nordostdeutschen Flachland. Feddes Repert., 74 : 145-158.
5701 4732 13/2. syn ambig compl Galio aparines - Urticetea dioicae Passarge 1967 em. Julve 1993 Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Passarge, H., 1967. Über Saumgesellschaften im nordostdeutschen Flachland. Feddes Repert., 74 : 145-158.
5702 4733 13/2. syn ambig compl Galio aparines - Urticetea dioicae Passarge 1967 ex Kopecký 1969 Kopecký, K., 1969. Zur Syntaxonomie der natürlichen nitrophilen Saumgesellschaften in der Tschechoslowakei und zur Gliederung der Klasse Galio-Urticetea. Folia Geobot. phytotax., 4 : 235-259. Passarge, H., 1967. Über Saumgesellschaften im nordostdeutschen Flachland. Feddes Repert., 74 : 145-158.
5703 4735 13/2. syn pp Artemisietea vulgaris Lohmeyer, Preising & Tüxen in Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5704 4736 13/2. syn pp Artemisietea vulgaris Lohmeyer, Preising & Tüxen in Tüxen 1950 ex von Rochow 1951 Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5705 4734 13/2. syn pp nn Artemisietalia vulgaris Tüxen 1947 Tüxen, R., 1947. Der pflanzensoziologische Garten in Hannover und seine bisherige Entwicklung. Natur. Hist. Gesellschaft Hannover., 94/98 : 113-288.
5706 4737 13/2.0.1 ORD Lamio albi - Chenopodietalia boni-henrici Kopecký 1969 friches et lisières vivaces médioeuropéennes, eutrophiles, mésohydriques Kopecký, K., 1969. Zur Syntaxonomie der natürlichen nitrophilen Saumgesellschaften in der Tschechoslowakei und zur Gliederung der Klasse Galio-Urticetea. Folia Geobot. phytotax., 4 : 235-259.
5707 4738 13/2.0.1 syn = Aegopodietea podagrariae Radke 1980 ?
5708 4739 13/2.0.1 syn compl Galio aparines - Alliarietalia petiolatae Oberdorfer ex Görs & Müller 1969 Görs, S. & T. Müller, 1969. Beitrag zur Kenntnis der nitrophilen Saumgesellschaften Süddeutschlands. Mitt. Flor. Soziol. Arbeitsgem., N.F., 14 : 153-168.
5709 4740 13/2.0.1 syn incl Glechometalia hederaceae Tüxen in Tüxen & Brun-Hool 1975 Tüxen, R. & J. Brun-Hool, 1975. Impatiens noli-tangere Verlichtungsgesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 18 : 133-155.
5710 4741 13/2.0.1 syn pp Artemisietalia vulgaris Lohmeyer in Tüxen 1947 Tüxen, R., 1947. Der pflanzensoziologische Garten in Hannover und seine bisherige Entwicklung. Natur. Hist. Gesellschaft Hannover., 94/98 : 113-288.
5711 4742 13/2.0.1 syn pp Rumicetalia alpini Mucina in Karner & Mucina 1993 Karner, P. & L. Mucina, 1993. Mulgedio aconitetea. In : Grabherr, G. & L. Mucina (eds.) Die Pflanzengesellschaften Österreichs. Teil II : Natürliche waldfreie Vegetation : 468-505. Gustav Fischer Verlag. Jena.
5712 4743 13/2.0.1.0.1 ALL Aegopodion podagrariae Tüxen 1967 ourlets externes médioeuropéens, eutrophiles, mésohydriques Tüxen, R., 1967. Ausdauernde nitrophile Saumgesellschaften Mitteleuropas. Contrib. Bot. Cluj, 431-453.
5713 4745 13/2.0.1.0.1 syn incl Conio maculati - Sambucion ebuli (O. de Bolòs & Vigo 1984 ex Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991) Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341. Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456. Bolòs, O. de & J. Vigo, 1984. Flora dels Països Catalans, I. Barcino. Barcelona.
5714 6964 13/2.0.1.0.1 syn incl Lamio albi - Aegopodenion podagrariae (Tüxen 1967) Sissingh 1973 Sissingh, G., 1973. Über die Abgenzung des Geo-Alliarion gegen das Aegopodion podagrariae. Mitt. Florist.-Soziol. Arbeitsgem., N. F., 15/16 : 60–65, Beil. 2–3. Todenmann [u. a.]. Tüxen, R., 1967. Ausdauernde nitrophile Saumgesellschaften Mitteleuropas. Contrib. Bot. Cluj, 431-453.
5715 4746 13/2.0.1.0.1 syn incl Sambucenion ebuli O. de Bolòs & Vigo 1984 Bolòs, O. de & J. Vigo, 1984. Flora dels Països Catalans, I. Barcino. Barcelona.
5716 4747 13/2.0.1.0.1 syn incl Sambucenion ebuli O. de Bolòs & Vigo 1984 ex Alcaraz, P. Sánchez, De la Torre, Ríos & J. Alvarez 1991 Alcaraz, F., P. Sánchez, A. De la Torre, S. Ríos & J. Alvarez, 1991. Datos sobre la vegetación de Murcia (España). Guía Geobotánica de la Excursión de la XI Jornadas de Fitosociología (PPU Promociones y Publicaciones S.A.). Universidad de Murcia, 162 p. Bolòs, O. de & J. Vigo, 1984. Flora dels Països Catalans, I. Barcino. Barcelona.
5717 4748 13/2.0.1.0.1 syn incl Sambucenion ebuli O. de Bolòs & Vigo in Rivas-Martínez, Báscones, Diáz, Fernández-González & Loidi 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
5718 4749 13/2.0.1.0.1 syn incl Sambucion ebuli (O. de Bolòs & Vigo 1984 ex Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991) Rivas-Martínez & Costa 1998 Rivas-Martínez, S. & M. Costa, 1998. Datos sobre la vegetación y el bioclima del Valle de Arán. Acta Bot. Barcinon., 45 : 473-499. Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
5719 4750 13/2.0.1.0.1 syn incl Sambucion ebuli Eliás 1986 Eliáš, P., 1986. A survey of the ruderal plant communities of Western Slovakia. II. Feddes Repert. Spec. Nov. Regni Veg., Berlin, 97 : 197-221.
5720 6965 13/2.0.1.0.1 syn incl Sileno dioicae - Aegopodenion podagrariae (Tüxen 1967) Sissingh 1973 Sissingh, G., 1973. Über die Abgenzung des Geo-Alliarion gegen das Aegopodion podagrariae. Mitt. Florist.-Soziol. Arbeitsgem., N. F., 15/16 : 60–65, Beil. 2–3. Todenmann [u. a.]. Tüxen, R., 1967. Ausdauernde nitrophile Saumgesellschaften Mitteleuropas. Contrib. Bot. Cluj, 431-453.
5721 4751 13/2.0.1.0.1/01 ASS Urtico dioicae - Cruciatetum laevipedis Dierschke 1973 Dierschke, H., 1973. Neue Saumgesellschaften in Südniedersachsen und Nord-Hessen. Mitt. Flor. Soz. Arbeitsgem., N.F., 15/16 : 66-85.
5722 4752 13/2.0.1.0.1/02 ASS Urtico dioicae - Aegopodietum podagrariae Oberdorfer 1964 ex Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi, Seibert 1967 Oberdorfer, E., Görs, S., Korneck, D., Lohmeyer, W., Müller, T., Philippi, G., Seibert, P., 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62. Oberdorfer, E., 1964. Der insubrische Vegetationskomplex, seine Struktur und Abgrenzung gegen die submediterrane Vegetation in Oberitalien und in der südschweiz. Beitr. Naturk. Forsch. Südwestdeutschl., 23 : 141-187.
5723 4753 13/2.0.1.0.1/02 syn = Aegopodio podagrariae - Urticetum dioicae (Tüxen 1963) Görs 1968 Görs, S., 1968. Der Wandel der Vegetation im NSG Schwenninger Moos unter dem Einfluss des Menschen in zwei Jahrhunderten. Die Natur- und Landschaftsschutzgebiete Baden-Württemberg, 5 : 190-284. Tüxen, R., 1963. Kurze Anmerkungen zur Exkursion der Internationale Vereinigung für Vegetationskunde in Nordfrankreich, mai-Juni 1962). Vegetatio, 11 : 395-400.
5724 4754 13/2.0.1.0.1/02 syn = Urtico dioicae - Aegopodietum podagrariae (Tüxen 1963) Oberdorfer 1964 in Görs 1968 nom. inv. Görs, S., 1968. Der Wandel der Vegetation im NSG Schwenninger Moos unter dem Einfluss des Menschen in zwei Jahrhunderten. Die Natur- und Landschaftsschutzgebiete Baden-Württemberg, 5 : 190-284. Oberdorfer, E., 1964. Der insubrische Vegetationskomplex, seine Struktur und Abgrenzung gegen die submediterrane Vegetation in Oberitalien und in der südschweiz. Beitr. Naturk. Forsch. Südwestdeutschl., 23 : 141-187. Tüxen, R., 1963. Kurze Anmerkungen zur Exkursion der Internationale Vereinigung für Vegetationskunde in Nordfrankreich, mai-Juni 1962). Vegetatio, 11 : 395-400.
5725 4755 13/2.0.1.0.1/02 syn nn Urtico dioicae - Aegopodietum podagrariae Tüxen 1963 Tüxen, R., 1963. Kurze Anmerkungen zur Exkursion der Internationale Vereinigung für Vegetationskunde in Nordfrankreich, mai-Juni 1962). Vegetatio, 11 : 395-400.
5726 4756 13/2.0.1.0.1/02 syn pp Chelidonio maji - Alliarietum petiolatae Görs & Müller 1969 Görs, S. & T. Müller, 1969. Beitrag zur Kenntnis der nitrophilen Saumgesellschaften Süddeutschlands. Mitt. Flor. Soziol. Arbeitsgem., N.F., 14 : 153-168.
5727 4757 13/2.0.1.0.1/02 syn pp Elytrigio repentis - Aegopodietum podagrariae Tüxen 1967 Tüxen, R., 1967. Ausdauernde nitrophile Saumgesellschaften Mitteleuropas. Contrib. Bot. Cluj, 431-453.
5728 4758 13/2.0.1.0.1/03 ASS Anthriscetum sylvestris Hadàč 1978 Hadàč, E., 1978. Anthriscetum sylvestris, nova asociace svazu Aegopodion. Preslia, 50 : 277-280.
5729 4759 13/2.0.1.0.1/04 ASS Chaerophylletum bulbosi Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5730 4760 13/2.0.1.0.1/04 syn incl Carduo crispi - Chaerophylletum bulbosi Tüxen (1937) 1950 em. Passarge 1989 Passarge, H., 1989. Zur Coenologie von Carduus crispus und Chaerophyllum bulbosum-Fluren. Hercynia, N. F., 26 : 102–115. Leipzig. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5731 1605 13/2.0.1.0.1/04 syn pp Cuscuto europaeae - Calystegietum sepium Tüxen 1947 ex Lohmeyer 1953 Lohmeyer, W., 1953. Beitrag zur Kenntnis der Pflanzengesellschaften in der Umgebung von Höxter an der Weser. Mitt. Flor. Soz. Arbeitsgem., 4 : 59-76. Tüxen, R., 1947. Der pflanzensoziologische Garten in Hannover und seine bisherige Entwicklung. Natur. Hist. Gesellschaft Hannover., 94/98 : 113-288.
5732 1604 13/2.0.1.0.1/04 syn pp Urtico dioicae - Calystegietum sepium Görs & Müller 1969 Görs, S. & T. Müller, 1969. Beitrag zur Kenntnis der nitrophilen Saumgesellschaften Süddeutschlands. Mitt. Flor. Soziol. Arbeitsgem., N.F., 14 : 153-168.
5733 4761 13/2.0.1.0.1/05 ASS Chaerophylletum aurei Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5734 4762 13/2.0.1.0.1/05 syn incl Heracleo sphondylii subsp. sibirici - Chaerophylletum aurei de Foucault 1986 'Foucault, B. de, 1986. Contribution à une étude systémique des prairies de l''Aubrac (Massif Central français). Doc. Phytosoc., N.S., 10 : 255-305.'
5735 4763 13/2.0.1.0.1/05 syn pp Elytrigio repentis - Aegopodietum podagrariae Tüxen 1967 Tüxen, R., 1967. Ausdauernde nitrophile Saumgesellschaften Mitteleuropas. Contrib. Bot. Cluj, 431-453.
5736 1604 13/2.0.1.0.1/05 syn pp Urtico dioicae - Calystegietum sepium Görs & Müller 1969 Bassin parisien Görs, S. & T. Müller, 1969. Beitrag zur Kenntnis der nitrophilen Saumgesellschaften Süddeutschlands. Mitt. Flor. Soziol. Arbeitsgem., N.F., 14 : 153-168.
5737 4764 13/2.0.1.0.1/06 ASS Sambucetum ebuli Feldföldy 1942 friche Feldföldy, L., 1942. Soziologische Untersuchungen über die pannonische Ruderalvegetation. Acta Geobot. Hung., 43 : 87-140.
5738 4766 13/2.0.1.0.1/06 syn = Urtico dioicae - Sambucetum ebuli (Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936) Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
5739 4765 13/2.0.1.0.1/06 syn = ? Heracleo sphondylii - Sambucetum ebuli Brandes 1985 Brandes, D., 1985. Das Heracleo-Sambucetum ebuli in West- und Mitteleuropa. Coll. Phytosoc., 12 : 591-596. (Les végétations nitrophiles et anthropogènes, Bailleul 1983).
5740 4767 13/2.0.1.0.1/07 ASS Chaerophyllo aurei - Geranietum phaei Gil, Perdigó & Vigo in X. Font, Ninot, Perdigó & Vigo 1988 'Font Castell, X., J.-M. Ninot, M.T. Perdigó & J. Vigo, 1988. L''ordre Galio-Alliarietalia a Catalunya. Acta Bot. Barcinon., 37 : 201-222.'
5741 4768 13/2.0.1.0.1/08 ASS Salvio glutinosae - Euphorbietum villosae O. de Bolòs 1956 corr. O. de Bolòs & Masalles 1983 Bolòs, O. de & R.M. Masalles, 1983. Memòria del full núm. 33 (Banyoles). Mapa de la vegetació de Catalunya, esc. 1:50.000. Generalitat de Catalunya. 130 p. Barcelona. Bolòs, O. de, 1956. La végétation de la Catalogne moyenne. Veröff. Ber. Geobot. Inst. E.T.H. Stiffung Rübel, 31 : 70-89.
5742 4769 13/2.0.1.0.1/08 syn pp Urtico dioicae - Lamietum maculati O. de Bolòs & Masalles 1983 Bolòs, O. de & R.M. Masalles, 1983. Memòria del full núm. 33 (Banyoles). Mapa de la vegetació de Catalunya, esc. 1:50.000. Generalitat de Catalunya. 130 p. Barcelona.
5743 4770 13/2.0.1.0.1/09 ASS Rubio tinctorum - Sambucetum ebuli Rivas-Martínez & Izco in Alcaraz, P. Sánchez, De la Torre, Ríos & J. Alvarez 1991 friche thermophile Alcaraz, F., P. Sánchez, A. De la Torre, S. Ríos & J. Alvarez, 1991. Datos sobre la vegetación de Murcia España). Guía Geobotánica de la Excursión de la XI Jornadas de Fitosociología PPU Promociones y Publicaciones S.A.). Universidad de Murcia, 162 pp.
5744 7380 13/2.0.1.0.1/10 DC DC Reynoutria japonica [Aegopodion podagrariae]
5745 6497 13/2.0.1.0.1/10 syn = Reynoutrietum japonicae Görs 1974 Görs, S., 1974. Nitrophile Saumgesellschaften im Gebiet des Taubergiessen. In : Das Taubergiessengebiet. Die Natur- und Landschaftsschutzgebiete Baden-Württemberg, 7 : 207-283.
5746 6819 13/2.0.1.0.1/11 ASS Lunario annuae - Heracleetum sphondylii Robbe in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5747 1594 13/2.0.1.0.1/12 ASS Aegopodio podagrariae - Petasitetum hybridi Tüxen 1947 friche mésohygrophile semiombragée Tüxen, R., 1947. Der pflanzensoziologische Garten in Hannover und seine bisherige Entwicklung. Natur. Hist. Gesellschaft Hannover., 94/98 : 113-288.
5748 1595 13/2.0.1.0.1/12 syn = Geranio pratensis - Petasitetum hybridi Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5749 1596 13/2.0.1.0.1/12 syn pp Angelico sylvestris - Cirsietum oleracei Tüxen 1937 [petasitetosum hybridi] Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5750 4771 13/2.0.1.0.2 ALL Alliarion petiolatae Oberdorfer (1957) 1962 ourlets internes médioeuropéens, eutrophiles, mésohydriques Oberdorfer, E., 1962. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. (2ten Auffl.). Stuttgart, 987 p. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5751 4772 13/2.0.1.0.2 syn = Alliarienion petiolatae Oberdorfer 1962 Oberdorfer, E., 1962. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. (2ten Auffl.). Stuttgart, 987 p.
5752 4773 13/2.0.1.0.2 syn = Alliarion petiolae Oberdorfer in Holub, Hejný, Moravec & Neuhäusl 1967 Holub, J., S. Hejný, J. Moravec & R. Neuhäusl, 1967. Übersicht der höheren Vegetationseinheiten der Tschechoslowakei. Rozpr. Cs. Akad. Ved, Praha, ser. math. natur. 77, 3. 1-75.
5753 4774 13/2.0.1.0.2 syn = Geo urbani - Alliarion petiolatae (Oberdorfer 1957) Lohmeyer & Oberdorfer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., S. Görs, D. Korneck, W. Lohmeyer, T. Müller, G. Philippi & P. Seibert, 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5754 4775 13/2.0.1.0.2 syn = Geo urbani - Alliarion petiolatae Görs & Müller 1969 em. Sissingh 1973 Sissingh, G., 1973. Über die Abgenzung des Geo-Alliarion gegen das Aegopodion podagrariae. Mitt. Florist.-Soziol. Arbeitsgem., N. F., 15/16 : 60–65, Beil. 2–3. Todenmann [u. a.]. Görs, S. & T. Müller, 1969. Beitrag zur Kenntnis der nitrophilen Saumgesellschaften Süddeutschlands. Mitt. Flor. Soziol. Arbeitsgem., N.F., 14 : 153-168.
5755 4776 13/2.0.1.0.2 syn = Geo urbani - Alliarion petiolatae Lohmeyer & Oberdorfer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 ex Görs & Müller 1969 Oberdorfer, E., S. Görs, D. Korneck, W. Lohmeyer, T. Müller, G. Philippi & P. Seibert, 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
5756 4777 13/2.0.1.0.2 syn = Geo urbani - Alliarion petiolatae Oberdorfer 1957 ex Görs & Müller 1969 Görs, S. & T. Müller, 1969. Beitrag zur Kenntnis der nitrophilen Saumgesellschaften Süddeutschlands. Mitt. Flor. Soziol. Arbeitsgem., N.F., 14 : 153-168. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5757 4778 13/2.0.1.0.2/01 ASS Alliario petiolatae - Chaerophylletum temuli (Kreh 1935) Lohmeyer 1949 ourlets ombragés sur sols un peu décapés Lohmeyer, W., 1949. Die Alliaria officinalis-Chaerophyllum temulum-Assoziation. Mitt. Flor. Soz. Arbeitsgem., N.F., 1 : 8-11. Kreh, W., 1935. Pflanzensoziologische Untersuchungen auf Stuttgarter Auffüllplätzen. Jh. Ver. Vaterl. Naturk. Württ., 91 : 59-120.
5758 4779 13/2.0.1.0.2/01 syn = Alliarietum petiolatae Lohmeyer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., Görs, S., Korneck, D., Lohmeyer, W., Müller, T., Philippi, G., Seibert, P., 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
5759 4780 13/2.0.1.0.2/01 syn compl Chaerophyllo temuli - Geranietum lucidi Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5760 4781 13/2.0.1.0.2/01 syn pp Chelidonio maji - Alliarietum petiolatae Görs & Müller 1969 Görs, S. & T. Müller, 1969. Beitrag zur Kenntnis der nitrophilen Saumgesellschaften Süddeutschlands. Mitt. Flor. Soziol. Arbeitsgem., N.F., 14 : 153-168.
5761 4782 13/2.0.1.0.2/02 ASS Alliario petiolatae - Cynoglossetum germanici Géhu, Richard & Tüxen 1972 'Géhu, J.-M., J.-L. Richard & R. Tüxen, 1972. Compte rendu de l''excursion de l''association internationale de phytosociologie dans le Jura en juin 1967. Doc. Phytosoc., 2 : 1-44, 3 : 1-50.'
5762 4783 13/2.0.1.0.2/03 ASS Chelidonio maji - Parietarietum officinalis Brandes 1985 Brandes, D., 1985. Das Heracleo-Sambucetum ebuli in West- und Mitteleuropa. Coll. Phytosoc., 12 : 591-596. (Les végétations nitrophiles et anthropogènes, Bailleul 1983).
5763 7187 13/2.0.1.0.2/03 syn = Urtico dioicae - Parietarietum officinalis Klotz 1985 Klotz, S., 1985. Zur Soziologie und Ökologie von Parietaria officinalis in Mitteleuropa. Hercynia, N. R., 22 : 228–237. Leipzig.
5764 4784 13/2.0.1.0.2/04 ASS Epilobio montani - Scrophularietum nodosae Julve 1997 ass. nov. prov. Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
5765 4785 13/2.0.1.0.2/04 syn compl pp Epilobio montani - Geranietum robertiani Lohmeyer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi, Seibert 1967 ex Görs & Müller 1969 Görs, S. & T. Müller, 1969. Beitrag zur Kenntnis der nitrophilen Saumgesellschaften Süddeutschlands. Mitt. Flor. Soziol. Arbeitsgem., N.F., 14 : 153-168. Oberdorfer, E., Görs, S., Korneck, D., Lohmeyer, W., Müller, T., Philippi, G., Seibert, P., 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
5766 7189 13/2.0.1.0.2/04 syn compl pp nn Epilobio montani - Geranietum robertiani Lohmeyer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi, Seibert 1967 Oberdorfer, E., Görs, S., Korneck, D., Lohmeyer, W., Müller, T., Philippi, G., Seibert, P., 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
5767 4786 13/2.0.1.0.2/05 ASS Violo odoratae - Aretum maculati de Foucault & Frileux 1983 Foucault, B. de & P.-N. Frileux, 1983. Données phytosociologiques sur la végétation des ourlets nitrophiles du nord-ouest et du nord de la France. Coll. Phytosoc., 8 : 287-303. (Lisières forestières, Lille 1979).
5768 7150 13/2.0.1.0.2/05 syn = Violo odoratae - Aretum maculati de Foucault & Frileux 1983 ex Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p. Foucault, B. de & P.-N. Frileux, 1983. Données phytosociologiques sur la végétation des ourlets nitrophiles du nord-ouest et du nord de la France. Coll. Phytosoc., 8 : 287-303. (Lisières forestières, Lille 1979).
5769 4787 13/2.0.1.0.2/06 ASS Sileno dioicae - Geranietum phaei Romo 1986 Romo, A.M., 1989. Flora i vegetació del Montsec (Pre-pirineus catalans). Arxius Secc. Ci. Inst. Estud. Catalans, 90 : 1-534.
5770 6956 13/2.0.1.0.2/08 ASS Sileno dioicae - Urticetum dioicae Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
5771 7188 13/2.0.1.0.2/09 ASS Lapsano communis - Sisonetum amomi O. de Bolòs & Masalles 1983 Bolòs, O. de & R.M. Masalles, 1983. Memòria del full núm. 33 (Banyoles). Mapa de la vegetació de Catalunya, esc. 1:50.000. Generalitat de Catalunya. 130 p. Barcelona.
5772 4788 13/2.0.1.0.3 ALL Arction lappae Tüxen 1937 em. 1950 friches vivaces médioeuropéennes, eutrophiles, mésohydriques, héliophiles Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5773 4789 13/2.0.1.0.3 syn = Arctienion lappae Rivas-Martínez, Báscones, Diáz, Fernández-González & Loidi 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
5774 4790 13/2.0.1.0.3 syn = Rumicion obtusifolii Gutte 1972 Gutte, P., 1972. Ruderalpflanzengesellschaften West- und Mittelsachsens. Feddes Repert., 83 : 11-122.
5775 4791 13/2.0.1.0.3 syn incl Chenopodion boni-henrici Braun-Blanquet 1948 Chenopodion subalpinum Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
5776 4792 13/2.0.1.0.3/01 ASS Lamio albi - Ballotetum nigrae subsp. meridionalis Lohmeyer 1970 friche mésohydrique héliophile, subatlantique Lamio - Ballotetum Lohmeyer, W., 1970. Zur Kenntnis einiger nitro- und thermophiler Unkrautgesellschaften im Gebiet des Mittel- und Niederrheins. Schriftenreihe Vegetationsk. 8 : 29-43.
5777 6593 13/2.0.1.0.3/01 syn pp Balloto nigrae - Arctietum minoris (Braun-Blanquet & de Leeuw 1936) Sissingh 1946 Sissingh, G., 1946. Rudereto-Secalinetea Br.Bl. 36, Klasse der Akkeronkruid-, ruderaal-, vloedmerk-, en kaalkapgemeenschappen. In Westhoff, V. et al. : Overzicht der Plantengemeenschappen in Nederland. (2ten Aufl.). Amsterdam, 13-38. Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
5778 4793 13/2.0.1.0.3/02 ASS Leonuro cardiacae - Ballotetum nigrae subsp. nigrae Slavníč 1951 friche mésohydrique héliophile, centroeuropéenne Slavníč, Z., 1951. Pregled nitrofilne wegetacije Wojwodine [Prodrome des groupements végétaux nitrophiles de la Voïvodine (Yougoslavie)]. Arch. Sci. Matica Srpska, Ser. Sci. Nat. 1 : 84-169.
5779 4794 13/2.0.1.0.3/02 syn = Balloto nigrae - Leonuretum cardiacae von Rochow 1951 Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena.
5780 4795 13/2.0.1.0.3/03 ASS Arctietum lappae Feldföldy 1942 friche mésohygrophile Feldföldy, L., 1942. Soziologische Untersuchungen über die pannonische Ruderalvegetation. Acta Geobot. Hung., 43 : 87-140.
5781 4796 13/2.0.1.0.3/03 syn = Arctio lappae - Artemisietum vulgaris Oberdorfer ex Seybold & Müller 1972 Seybold, S. & T. Müller, 1972. Beitrag zur Kenntnis der Schwarznessel (Ballota nigra agg.) und ihre Vergesellschaftung. Veröff. Landesst. Naturforsch. Landschaftspfl. Baden-Württ., 40 : 52-126.
5782 4798 13/2.0.1.0.3/04 ASS Lamio albi - Conietum maculati Oberdorfer 1957 friche mésohydrique Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5783 4799 13/2.0.1.0.3/04 syn = Conietum maculati Pop 1968 ?
5784 4800 13/2.0.1.0.3/04 syn compl Hyoscyamo nigri - Conietum maculati Slavníč 1951 Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena.
5785 4801 13/2.0.1.0.3/05 ASS Heracleo sphondylii - Rumicetum obtusifolii de Foucault 1984 friche mésohydrique prairiale Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
5786 6811 13/2.0.1.0.3/05 syn = Heracleo sphondylii - Rumicetum obtusifolii de Foucault in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5787 4802 13/2.0.1.0.3/06 ASS Poo supinae - Chenopodietum boni-henrici (Braun-Blanquet 1949) Müller 1967 apud Béguin 1972 friche mésohydrique héliophile, subalpino-alpienne 'Béguin, C., 1972. Contribution à l''étude phytosociologique et écologique du Haut-Jura. Matér. Levé Géobot. Suisse, 54 : 190 p.' Braun-Blanquet, J., 1949. Übersicht der Pflanzengesellschaften Rätiens, (III). Vegetatio, 1 : 285-316.
5788 4803 13/2.0.1.0.3/07 ASS Chenopodio boni-henrici - Taraxacetum pyrenaici Braun-Blanquet 1948 friche mésohydrique héliophile, subalpino-pyrénéenne Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
5789 6560 13/2.0.1.0.3/07 syn = Rumici obtusifolii - Chenopodietum boni-henrici Carrillo & Vigo 1984 Carrillo, E. & J. Vigo, 1984. Notes sobre la vegetació nitròfila pirenenca. Collect. Bot. (Barcelona), 15 : 145-152.
5790 4804 13/2.0.1.0.3/07 syn = Rumici obtusifolii - Chenopodietum boni-henrici Chouard 1943 Chouard, P., 1943. Le peuplement végétal des Pyrénées centrales. I : les montagnes calcaires de la vallée de Gavarnie. Bull. Soc. Bot. Fra., 90 (1/6) : 1-4 (suite 1), 25-29 (suite 2).
5791 4805 13/2.0.1.0.3/07 syn = Rumici obtusifolii - Chenopodietum boni-henrici Turmel 1955 'Turmel, J.-M., 1955. Le pic de midi d''Ossau. Ecologie et végétation. Mém. Mus. Nat. Hist. Nat. Paris, N.S., Sér. B, Bot., 5, 208 p.'
5792 4806 13/2.0.1.0.3/07 syn compl incl Chenopodio boni-henrici - Galeopsietum tetrahit Nègre 1972 'Nègre, R., 1972. La végétation du bassin de l''One (Pyrénées centrales). 5ème note : les reposoirs, les groupements hygrophiles et les prairies de fauche. Bol. Soc. Broter., 46 (2e série) : 271-343.'
5793 4807 13/2.0.1.0.3/08 ASS Arctio lappae - Chenopodietum boni-henrici Oberdorfer 1957 friche mésohydrique héliophile, montagnarde Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5794 4808 13/2.0.1.0.3/08 syn = Chenopodietum boni-henrici Seybold & Müller 1972 Seybold, S. & T. Müller, 1972. Beitrag zur Kenntnis der Schwarznessel (Ballota nigra agg.) und ihre Vergesellschaftung. Veröff. Landesst. Naturforsch. Landschaftspfl. Baden-Württ., 40 : 52-126.
5795 4809 13/2.0.1.0.3/08 syn = Chenopodio boni-henrici - Rumicetum obtusifolii Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5796 6957 13/2.0.1.0.3/08 syn = Chenopodio boni-henrici - Urticetum dioicae Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
5797 4810 13/2.0.1.0.3/08 syn compl Urtico urentis - Chenopodietum boni-henrici Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5798 4811 13/2.0.1.0.3/08 syn pp Balloto nigrae - Chenopodietum boni-henrici Lohmeyer in Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5799 4812 13/2.0.1.0.3/09 ASS Balloto nigrae - Malvetum sylvestris Gutte 1966 friche mésohydrique héliophile, planitiaire Gutte, P., 1966. Die Verbreitung einiger Ruderalpflanzengesellschaften in der weiteren Umgebung von Leipzig. Wiss. Zeitschr. Univ. Halle-Witten., Math. Natur., 15 : 937-1010.
5800 4813 13/2.0.1.0.3/09 syn = Malvetum sylvestris Todor, Gergely & Barca 1971 Todor, I., I. Gergely & C. Bârca, 1971. Contributii la cunoasterea florei si vegetatiei din zona Defilleului Dunarii intre orasul Moldova Veche si comuna Pojejena (jud. Caras-Severin). Contrib. Bot., Cluj-Napoca : 203-256.
5801 4814 13/2.0.1.0.3/10 ASS Balloto nigrae subsp. meridionalis - Arctietum minoris O. de Bolòs 1959 friche mésohydrique héliophile, méridionale Balloto foetidae - Arctietum Bolòs, O. de, 1959. El paisatge vegetal de dues comarques naturals La Selva i La Plana de Vic. Inst. Est. Cat. Ci., 26 : 5-175
5802 4815 13/2.0.1.0.3/10 syn = Arctio minoris - Urticetum dioicae O. de Bolòs in O. de Bolòs & Masalles 1983 Bolòs, O. de & R.M. Masalles, 1983. Memòria del full núm. 33 (Banyoles). Mapa de la vegetació de Catalunya, esc. 1:50.000. Generalitat de Catalunya. 130 p. Barcelona.
5803 4797 13/2.0.1.0.3/11 ASS Leonuro cardiacae - Arctietum tomentosi (Feldföldy 1942) Lohmeyer in Tüxen 1950 friche mésohygrophile hémisciaphile Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Feldföldy, L., 1942. Soziologische Untersuchungen über die pannonische Ruderalvegetation. Acta Geobot. Hung., 43 : 87-140.
5804 6827 13/2.0.1.0.3/12 ASS Barbareetum vernae Robbe 1993 Robbe, G., 1993. Les groupements végétaux du Morvan. Société d.histoire naturelle et des amis du muséum d.Autun, Autun, 159 p.
5805 6828 13/2.0.1.0.3/12 syn = Barbareetum vernae Robbe in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5806 6842 13/2.0.1.0.3/13 ASS Solidaginetum giganteae Robbe in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5807 1583 13/2.0.1.0.3/14 ASS Calystegio sepium - Aristolochietum clematitidis de Foucault & Frileux 1983 Foucault, B. de & P.-N. Frileux, 1983. Données phytosociologiques sur la végétation des ourlets nitrophiles du nord-ouest et du nord de la France. Coll. Phytosoc., 8 : 287-303. (Lisières forestières, Lille 1979).
5808 6683 13/2.0.1.0.3/14 syn incl Calystegio sepium - Aristolochietum clematitidis de Foucault & Frileux in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
5809 7958 13/2.0.1.0.3/15 ASS Lamio albi - Geranietum pyrenaici Billy 2007 Billy, F., 2007. Végétations herbacées bisannuelles ou vivaces des sols plus ou moins nitratés en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n.s., 38 : 145-226.
5810 4816 13/2.0.2 ORD Circaeo lutetianae - Stachyetalia sylvaticae Passarge 1967 lisières et clairières vivaces médioeuropéennes, eutrophiles, mésohygrophiles Passarge, H., 1967. Über Saumgesellschaften im nordostdeutschen Flachland. Feddes Repert., 74 : 145-158.
5811 4817 13/2.0.2 syn compl Impatienti noli-tangeris - Stachyetalia sylvaticae Boullet, Géhu & Rameau in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris.
5812 4818 13/2.0.2 syn pp Anemono nemorosae - Caricetea sylvaticae Gillet 1986 Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
5813 4819 13/2.0.2.0.1 ALL Circaeo lutetianae - Stachyion sylvaticae Julve 2003 all. nov. hoc loco lisières et clairières vivaces médioeuropéennes, eutrophiles, mésohygrophiles hoc loco
5814 4820 13/2.0.2.0.1 syn compl Impatienti noli-tangeris - Stachyion sylvaticae Görs 1974 Görs, S., 1974. Nitrophile Saumgesellschaften im Gebiet des Taubergiessen. In : Das Taubergiessengebiet. Die Natur- und Landschaftsschutzgebiete Baden-Württemberg, 7 : 207-283.
5815 4821 13/2.0.2.0.1 syn compl Impatienti noli-tangeris - Stachyion sylvaticae Görs 1974 ex Mucina in Mucina, Grabherr & Ellmauer 1993 Mucina, L., G. Grabherr & T. Ellmauer (eds.), 1993. Die Pflanzengesellschaften Österreichs, Teil I : Anthropogene Vegetation. 587 p. Verlag Gustav Fischer, Jena. Görs, S., 1974. Nitrophile Saumgesellschaften im Gebiet des Taubergiessen. In : Das Taubergiessengebiet. Die Natur- und Landschaftsschutzgebiete Baden-Württemberg, 7 : 207-283.
5816 4822 13/2.0.2.0.1 syn compl Ranunculo repentis - Impatiention noli-tangeris Passarge 1967 Passarge, H., 1967. Über Saumgesellschaften im nordostdeutschen Flachland. Feddes Repert., 74 : 145-158.
5817 4823 13/2.0.2.0.1 syn compl Stachyo sylvaticae - Impatientenion noli-tangeris Tüxen & Brun-Hool 1975 Tüxen, R. & J. Brun-Hool, 1975. Impatiens noli-tangere Verlichtungsgesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 18 : 133-155.
5818 4825 13/2.0.2.0.1/01 ASS Circaeo lutetianae - Stachyetum sylvaticae Julve 1994 Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
5819 4826 13/2.0.2.0.1/01 syn ambig Circaeetum lutetianae Kaiser 1926 Kaiser, A., 1926. Die Pflanzenwelt des Hennebergisch-Fränkischen Muschelkalkgebietes. Feddes repert., Repert. Spec. Nov. Regni Veg., Beih. 43, 280 p. Dahlem.
5820 4827 13/2.0.2.0.1/01 syn compl Senecioni ovati subsp. ovati - Impatientetum noli-tangeris (Hilbig 1972) Tüxen in Tüxen & Brun-Hool 1975 Tüxen, R. & J. Brun-Hool, 1975. Impatiens noli-tangere Verlichtungsgesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 18 : 133-155. Hilbig, W., 1972. Beitrag zur Kenntnis einiger wenig beachteter Pflanzengesellschaften Mitteldeutschlands. Wiss. Z. Univ. Halle, 21 : 83-98.
5821 4828 13/2.0.2.0.1/01 syn compl Stachyo sylvaticae - Impatientetum noli-tangeris Passarge 1967 Passarge, H., 1967. Über Saumgesellschaften im nordostdeutschen Flachland. Feddes Repert., 74 : 145-158.
5822 4829 13/2.0.2.0.1/01 syn compl pp Epilobio montani - Geranietum robertiani Lohmeyer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 ex Müller & Görs 1969 Oberdorfer, E., S. Görs, D. Korneck, W. Lohmeyer, T. Müller, G. Philippi & P. Seibert, 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
5823 4830 13/2.0.2.0.1/01 syn incl Circaeo lutetianae - Filipenduletum ulmariae Decocq 1997 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.'
5824 4831 13/2.0.2.0.1/02 ASS Brachypodio sylvatici - Festucetum giganteae de Foucault & Frileux 1983 ex de Foucault in Provost 1998 Provost, M., 1998. Flore vasculaire de Basse-Normandie. Presses Universitaires de Caen, Tome 1 : 410 p., Tome 2 : 492 p. Foucault, B. de & P.-N. Frileux, 1983. Données phytosociologiques sur la végétation des ourlets nitrophiles du nord-ouest et du nord de la France. Coll. Phytosoc., 8 : 287-303. (Lisières forestières, Lille 1979).
5825 7049 13/2.0.2.0.1/02 syn = Brachypodio sylvatici - Festucetum giganteae de Foucault & Frileux 1983 prov. Foucault, B. de & P.-N. Frileux, 1983. Données phytosociologiques sur la végétation des ourlets nitrophiles du nord-ouest et du nord de la France. Coll. Phytosoc., 8 : 287-303. (Lisières forestières, Lille 1979).
5826 7047 13/2.0.2.0.1/02 syn = Festuco giganteae - Brachypodietum sylvatici Gillet 1986 Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
5827 4832 13/2.0.2.0.1/03 ASS Festuco giganteae - Stellarietum nemorum subsp. nemorum Decocq 1997 ex 1999 Decocq, G., 1999. Données phytosociologiques récentes sur les forêts de la Thiérache (Aisne, France). III - les forêts hygrophiles. Acta Botan. Gallica, 146 (3) : 187-205. 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.'
5828 4833 13/2.0.2.0.1/04 ASS Dipsacetum pilosi (Jouanne 1929) Tüxen 1942 ex Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Tüxen, R., 1942. Ersatzgesellschaften. Wiss. Mitt. 12ten Rundbr. Zentr. St. Veg. Kart. Reich., 125-127. 'Jouanne, P., 1929. Essai de géographie botanique sur les forêts de l''Aisne. IVème partie : les forêts. Bull. Soc. Bot. Fra., 76 : 972-1009. [rédigé par P. Chouard].'
5829 4834 13/2.0.2.0.1/04 syn compl Dipsacetum pilosi Jouanne 1929 'Jouanne, P., 1929. Essai de géographie botanique sur les forêts de l''Aisne. IVème partie : les forêts. Bull. Soc. Bot. Fra., 76 : 972-1009. [rédigé par P. Chouard].'
5830 7149 13/2.0.2.0.1/04 syn incl ? Stachyo sylvaticae - Dipsacetum pilosi Passarge ex Wollert & Dengler in Dengler, Berg, Eisenberg, Isermann, Jansen, Koska, Löbel, Manthey, Päzolt, Spangenberg, Timmermann & Wollert 2003 Dengler, J., C. Berg, M. Eisenberg, M. Isermann, F. Jansen, I. Koska, S. Löbel, M. Manthey, J. Päzolt, A. Spangenberg, T. Timmermann & H. Wollert, 2003. New descriptions and typifications of syntaxa within the project ‘Plant communities of Mecklenburg-Vorpommern and their vulnerability’ – Part I. Feddes Repertorium, 114(7–8) : 587–631.
5831 4835 13/2.0.2.0.1/05 ASS Athyrio filicis-feminae - Caricetum pendulae Julve 1993 ex 1994 Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994]. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
5832 4836 13/2.0.2.0.1/05 syn = Athyrio filicis-feminae - Caricetum pendulae Julve 1993 ex Decocq 1999 Decocq, G., 1999. Données phytosociologiques récentes sur les forêts de la Thiérache (Aisne, France). III - les forêts hygrophiles. Acta Botan. Gallica, 146 (3) : 187-205. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
5833 7190 13/2.0.2.0.1/05 syn non Carici pendulae - Eupatorietum cannabini Hadàč, Terray, Klescht & Andresova 1997 Hadàč, E., J. Terray, V. Klescht & J. Andresova, 1997. Some herbaceous plant communities from the Bukovské vrchy hills in NE Slovakia. Thaiszia, J. Bot., 7 : 191-220.
5834 4837 13/2.0.2.0.1/05 syn compl nn Caricetum pendulae Jouanne 1929 'Jouanne, P., 1929. Essai de géographie botanique sur les forêts de l''Aisne. IVème partie : les forêts. Bull. Soc. Bot. Fra., 76 : 972-1009. [rédigé par P. Chouard].'
5835 4838 13/2.0.2.0.1/05 syn compl nn Caricetum pendulae Jovet 1949 Jovet, P., 1949. Le Valois : phytosociologie et phytogéographie. 389 p. Éd.Sedes, Paris.
5836 4839 13/2.0.2.0.1/06 ASS Sileno dioicae - Myosotidetum sylvaticae Géhu & Géhu-Franck 1983 ourlet interne, mésohygrophile, eutrophile, psychrophile, planitiaire Géhu, J.-M. & J. Géhu-Franck, 1983. Les haies de l’Avesnois. Coll. Phytosoc., 8 : 355-364. (Les lisières forestières, Lille 1979).
5837 7048 13/2.0.2.0.1/06 syn incl Senecio ovati - Myosotidetum sylvaticae de Foucault prov. ex Decocq 1998 Decocq, G., 1998. Données phytosociologiques récentes sur les forêts de la Thiérache (Aisne, France). I - les forêts mésophiles de la Thiérache argilo-calcaire. Acta Botan. Gallica, 145 (2) : 125-147.
5838 7176 13/2.0.2.0.1/07 ASS Sileno dioicae - Equisetetum hyemalis Julve 2010 ass. nov. hoc loco sous-bois basophile, mésohygrophile, collinéen, psychroatlantique à montagnard-atlantique hoc loco
5839 7956 13/2.0.2.0.1/08 ASS Geranio phaei - Urticetum dioicae Billy 2007 Billy, F., 2007. Végétations herbacées bisannuelles ou vivaces des sols plus ou moins nitratés en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n.s., 38 : 145-226.
5840 7957 13/2.0.2.0.1/08 syn incl Hesperido matronalis - Urticetum dioicae Billy 2007 Billy, F., 2007. Végétations herbacées bisannuelles ou vivaces des sols plus ou moins nitratés en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n.s., 38 : 145-226.
5841 4866 13/3. CLA Stellarietea mediae (Braun-Blanquet 1921) Tüxen, Lohmeyer & Preising in Tüxen 1950 em. Schubert in Schubert, Hilbig & Klotz 1995 annuelles commensales des cultures Schubert, R., Hilbig, W., Klotz, S., 1995. Bestimmungbuch der Pflanzengesellschaften Mittel- und Nordostdeutschlands. 403 p. Gustav Fischer Verlag, Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Braun-Blanquet, J., 1920/1921. Prinzipien einer Systematik der Pflanzengesellschaften auf Floristischer Grundlage. Jahrb. St-Gall. Naturw. Ges., 57 : 305-351.
5842 4867 13/3. syn = Secalietea cerealis Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 Ruderali - Secalietea cerealis Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
5843 4868 13/3. syn = Secalio cerealis - Violetea arvensis (Braun-Blanquet 1931) Sissingh apud Braun-Blanquet & Tüxen 1943 Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5844 4869 13/3. syn = Stellarienea mediae (Hüppe & Hofmeister 1990) Theurillat, Aeschimann, Küpfer & Spichiger 1995 Theurillat, J.P., D. Aeschimann, P. Küpfer & R. Spichiger, 1995. The higher Vegetation units of the Alps. Coll. Phytosoc., 23 : 189-239. (Large Area Vegetation Surveys, Bailleul 1994). Hüppe, J. & H. Hofmeister, 1990. Syntaxonomische Fassung und Übersicht über die Ackerunkrautgesellschaften der Bundesrepublik Deutschland. Ber. d. Reinh. Tüxen-Ges., 2 : 61-81, 2 tabl. h.t.
5845 4870 13/3. syn = Violenea arvensis Hüppe & Hofmeister 1990 Hüppe, J. & H. Hofmeister, 1990. Syntaxonomische Fassung und Übersicht über die Ackerunkrautgesellschaften der Bundesrepublik Deutschland. Ber. d. Reinh. Tüxen-Ges., 2 : 61-81, 2 tabl. h.t.
5846 4871 13/3. syn incl Chenopodietalia albi (Sissingh in Westhoff, Dijk & Passchier 1946) Tüxen & Lohmeyer in Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Westhoff, V., J.W. Dijk & H. Passchier, 1946. Overzicht der Plantengemeenschappen in Nederland. Bibl. Ned. Natuurhist. Ver., 7 : 1–118.
5847 4873 13/3. syn incl Polygono lapathifoli subsp. pallidi - Chenopodietalia albi J. Tüxen in Passarge 1964 Polygono pallidi - Chenopodietalia albi Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
5848 4872 13/3. syn incl Polygono lapathifoli subsp. pallidi - Chenopodietalia albi Tüxen & Lohmeyer in Tüxen 1950 em. J. Tüxen in Lohmeyer, A. & W. Matuszkiewicz, Merker, Moore, Müller, Oberdorfer, Poli, Seibert, Sukopp, Trautmann, J. & R. Tüxen, Westhoff 1962 Polygono pallidi - Chenopodietalia albi 'Lohmeyer, W., A. Matuszkiewicz, W. Matuszkiewicz, H. Merker, J.J. Moore, T. Müller, E. Oberdorfer, E. Poli, P. Seibert, H. Sukopp, W. Trautmann, J. Tüxen, R. Tüxen & V. Westhoff, 1962. Contribution à l''unification du système phytosociologique pour l''Europe moyenne et nord-occidentale. Melhoramento, 15 : 137-151.' Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5849 4874 13/3. syn incl Secalienea cerealis Braun-Blanquet 1951 ex Rivas-Martínez 1987 Rivas-Martínez, S., 1987. Mapa de series de vegetacion de Espana (1/400 000) + memoria. ICONA, Serie Técnica. 268 p. + 30 mapas. Madrid. Braun-Blanquet, J., 1951. Pflanzensoziologie. (2ten Aufl.). Springer, Vienne, 631 p.
5850 4875 13/3. syn incl Secalienea cerealis Rivas-Martínez, Bascones, Diaz, Fernandez-Gonzales & Loidi 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
5851 4876 13/3. syn incl Secalietea Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
5852 4877 13/3. syn incl Secalietea cerealis Braun-Blanquet 1951 Braun-Blanquet, J., 1951. Pflanzensoziologie. (2ten Aufl.). Springer, Vienne, 631 p.
5853 4878 13/3. syn incl Secalietea cerealis Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
5854 4879 13/3. syn incl Solano nigri - Fallopietalia convolvuli (Sissingh in Westhoff, Dijk & Passchier 1946) O. de Bolòs 1962 Bolòs, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona. Westhoff, V., J.W. Dijk & H. Passchier, 1946. Overzicht der Plantengemeenschappen in Nederland. Bibl. Ned. Natuurhist. Ver., 7 : 1–118.
5855 4880 13/3. syn incl Solano nigri - Polygonenalia convolvuli Sissingh in Westhoff, Dijk & Passchier 1946 Westhoff, V., J.W. Dijk & H. Passchier, 1946. Overzicht der Plantengemeenschappen in Nederland. Bibl. Ned. Natuurhist. Ver., 7 : 1–118.
5856 4881 13/3. syn pp Chenopodietea albi Braun-Blanquet 1951 Braun-Blanquet, J., 1951. Pflanzensoziologie. (2ten Aufl.). Springer, Vienne, 631 p.
5857 4882 13/3. syn pp Chenopodietea albi Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
5858 4883 13/3. syn pp Chenopodietea albi Oberdorfer 1957 em. Lohmeyer, J. & R. Tüxen 1961 ? Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5859 4884 13/3. syn pp Stellarietea mediae Tüxen, Lohmeyer & Preising in Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5860 4885 13/3. syn pp Stellarietea mediae Tüxen, Lohmeyer & Preising in Tüxen 1950 ex von Rochow 1951 Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5861 4886 13/3.0.1 ORD Sperguletalia arvensis Hüppe & Hofmeister 1990 annuelles commensales des cultures acidophiles Hüppe, J. & H. Hofmeister, 1990. Syntaxonomische Fassung und Übersicht über die Ackerunkrautgesellschaften der Bundesrepublik Deutschland. Ber. d. Reinh. Tüxen-Ges., 2 : 61-81, 2 tabl. h.t.
5862 4887 13/3.0.1 syn incl Aperetalia spicae-venti J. & R. Tüxen in Malato-Beliz, J. & R. Tüxen 1960 Malato-Beliz, J., J. Tüxen & R. Tüxen, 1960. Zur Systematik der Unkrautgesellschaften der west- und mitteleuropäischen Wintergetreide-Felder. Mitt. Flor. Soz. Arbeitsgem., N.F., 8 : 145-147.
5863 4888 13/3.0.1 syn pp Centaureetalia cyani Tüxen, Lohmeyer & Preising in Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5864 4889 13/3.0.1 syn pp Centaureetalia cyani Tüxen, Lohmeyer & Preising in Tüxen 1950 ex von Rochow 1951 Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5865 4890 13/3.0.1 syn pp Chenopodietalia albi Tüxen (1937) 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5866 4872 13/3.0.1 syn pp Polygono lapathifoli subsp. pallidi - Chenopodietalia albi Tüxen & Lohmeyer in Tüxen 1950 em. J. Tüxen in Lohmeyer, A. & W. Matuszkiewicz, Merker, Moore, Müller, Oberdorfer, Poli, Seibert, Sukopp, Trautmann, J. & R. Tüxen, Westhoff 1962 Polygono pallidi - Chenopodietalia albi 'Lohmeyer, W., A. Matuszkiewicz, W. Matuszkiewicz, H. Merker, J.J. Moore, T. Müller, E. Oberdorfer, E. Poli, P. Seibert, H. Sukopp, W. Trautmann, J. Tüxen, R. Tüxen & V. Westhoff, 1962. Contribution à l''unification du système phytosociologique pour l''Europe moyenne et nord-occidentale. Melhoramento, 15 : 137-151.'
5867 4892 13/3.0.1 syn pp Solano nigri - Fallopietalia convolvuli O. de Bolòs 1962 Bolòs, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona.
5868 8231 13/3.0.1 syn compl incl Dicranello staphylinae - Stellarietalia mediae Manthey in Dengler, Berg, Eisenberg, Isermann, Jansen, Koska, Löbel, Manthey, Päzolt, Spangenberg, Timmermann & Wollert 2003 Dengler, J., C. Berg, M. Eisenberg, M. Isermann, F. Jansen, I. Koska, S. Löbel, M. Manthey, J. Päzolt, A. Spangenberg, T. Timmermann & H. Wollert, 2003. New descriptions and typifications of syntaxa within the project ‘Plant communities of Mecklenburg-Vorpommern and their vulnerability’ – Part I. Feddes Repertorium, 114(7–8) : 587–631.
5869 4893 13/3.0.1.0.1 ALL Scleranthion annui (Kruseman & Vlieger 1939) Sissingh in Westhoff, Dijk, Passchier & Sissingh 1946 moissons acidophiles, mésohydriques Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p. Kruseman, G. & J. Vlieger, 1939. Akkerassociaties in Nederland. Nederl. Kruidkundig. Archief., 47 : 327-398.
5870 4894 13/3.0.1.0.1 syn = Aperenion spicae-venti Oberdorfer 1983 Oberdorfer, E., 1983. Pflanzensoziologische Exkursionsflora. 1051 p. E. Ulmer, Stuttgart.
5871 4895 13/3.0.1.0.1 syn = Aperion spicae-venti Tüxen in Oberdorfer 1949 Oberdorfer, E., 1949. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. Stuttgart, 411 p.
5872 4896 13/3.0.1.0.1 syn = Aperion spicae-venti Tüxen in Oberdorfer 1949 ex von Rochow 1951 Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena. Oberdorfer, E., 1949. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. Stuttgart, 411 p.
5873 4897 13/3.0.1.0.1 syn = Scleranthenion annui Kruseman & Vlieger 1939 sols sablo-limoneux Kruseman, G. & J. Vlieger, 1939. Akkerassociaties in Nederland. Nederl. Kruidkundig. Archief., 47 : 327-398.
5874 6970 13/3.0.1.0.1 syn = Scleranthion annui Kruseman & Vlieger 1939 em. Sissingh 1950 Sissingh, G., 1950. Onkruid-associaties in Nederland. Een sociologisch-systematische beschrijving van de klasse Rudereto-Secalinetea. Dissertatie Landbouwhogeschool Wageningen. Verslagen van Landbouwkundige Onderzoekingen, 56, 15. 1-224. [= Comm. SIGMA, 106, 224 p.] Kruseman, G. & J. Vlieger, 1939. Akkerassociaties in Nederland. Nederl. Kruidkundig. Archief., 47 : 327-398.
5875 4898 13/3.0.1.0.1 syn = Spergulo arvensis - Erodion cicutariae J. Tüxen 1961 ?
5876 4899 13/3.0.1.0.1 syn incl Aphanenion arvensis (J. & R. Tüxen in Malato-Beliz, J. & R. Tüxen 1960) Oberdorfer 1983 Oberdorfer, E., 1983. Pflanzensoziologische Exkursionsflora. 1051 p. E. Ulmer, Stuttgart. Malato-Beliz, J., J. Tüxen & R. Tüxen, 1960. Zur Systematik der Unkrautgesellschaften der west- und mitteleuropäischen Wintergetreide-Felder. Mitt. Flor. Soz. Arbeitsgem., N.F., 8 : 145-147.
5877 4900 13/3.0.1.0.1 syn incl Aphanenion arvensis (J. & R. Tüxen in Malato-Beliz, J. & R. Tüxen 1960) Passarge 1978 Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195. Malato-Beliz, J., J. Tüxen & R. Tüxen, 1960. Zur Systematik der Unkrautgesellschaften der west- und mitteleuropäischen Wintergetreide-Felder. Mitt. Flor. Soz. Arbeitsgem., N.F., 8 : 145-147.
5878 4901 13/3.0.1.0.1 syn incl Aphanion arvensis J. & R. Tüxen in Malato-Beliz, J. & R. Tüxen 1960 Malato-Beliz, J., J. Tüxen & R. Tüxen, 1960. Zur Systematik der Unkrautgesellschaften der west- und mitteleuropäischen Wintergetreide-Felder. Mitt. Flor. Soz. Arbeitsgem., N.F., 8 : 145-147.
5879 4902 13/3.0.1.0.1 syn incl Arnoseridenion minimae (Malato-Beliz, J. & R. Tüxen 1960) Oberdorfer 1983 sols sableux Oberdorfer, E., 1983. Pflanzensoziologische Exkursionsflora. 1051 p. E. Ulmer, Stuttgart. Malato-Beliz, J., J. Tüxen & R. Tüxen, 1960. Zur Systematik der Unkrautgesellschaften der west- und mitteleuropäischen Wintergetreide-Felder. Mitt. Flor. Soz. Arbeitsgem., N.F., 8 : 145-147.
5880 4903 13/3.0.1.0.1 syn incl Arnoseridion minimae Malato-Beliz, J. & R. Tüxen 1960 Malato-Beliz, J., J. Tüxen & R. Tüxen, 1960. Zur Systematik der Unkrautgesellschaften der west- und mitteleuropäischen Wintergetreide-Felder. Mitt. Flor. Soz. Arbeitsgem., N.F., 8 : 145-147.
5881 4904 13/3.0.1.0.1 syn incl Rumicion bucephalophori Nezadal 1989 méditerranéen à thermoatlantique Nezadal, W., 1989. Unkrautgesellschaften der Getreide- und Frühjahrshackfruchtkulture Stellarietea mediae) im mediterranen Iberien. Dissert. Bot., 143, 206 p. Stuttgart.
5882 7199 13/3.0.1.0.1 syn incl Sherardion arvensis Kropac & Hejny in Kropac 1978 Kropac, Z., 1978. Syntaxonomie der Ordnung Secalinetalia Br.-Bl. 1931 emend. 1936 in der Tschechoslowakei. Acta Inst. Bot. Acad. Sci. Slov., Ser. A, 3 : 203-213.
5883 4907 13/3.0.1.0.1/01 ASS Sclerantho annui - Arnoseridetum minimae (Malcuit 1929) Tüxen 1937 moisson acidophile, mésohydrique, atlantique Bassin parisien, Auvergne Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. 'Malcuit, G., 1929. Contribution à l''étude phytosociologique des Vosges méridionales saônoises. les associations végétales de la vallée de la Lanterne. Arch. Bot. (Caen), 2 : 1-211.'
5884 4908 13/3.0.1.0.1/01 syn = Spergulario rubrae - Scleranthetum annui Quantin 1946 Quantin, A., 1946. Etudes phytosociologiques en Bourgogne méridionale. Bull . Soc. Bot. Fra., 93(7/8) : 227-230.
5885 4909 13/3.0.1.0.1/01 syn = Teesdalio nudicaulis - Arnoseridetum minimae (Malcuit 1929) Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. 'Malcuit, G., 1929. Contribution à l''étude phytosociologique des Vosges méridionales saônoises. les associations végétales de la vallée de la Lanterne. Arch. Bot. (Caen), 2 : 1-211.'
5886 4910 13/3.0.1.0.1/01 syn incl Setario viridis - Arnoseridetum minimae Passarge 1957 Passarge, H., 1957. Vegetationskundliche Untersuchungen in der Wiesenlandschaft des nördlichen Havellandes. Feddes Repert., 137 : 5-55.
5887 4911 13/3.0.1.0.1/01 syn pp Scleranthetum annui Braun 1915 'Braun, J., 1915. Les Cévennes méridionales (massif de l''Aigoual). Etude phytogéographique. Arch. Sci. Phys. Nat. Genève, 39 : 72-81, 167-186, 247-269, 339-358, 415-434, 508-538; 40 : 39-63, 112-137, 221-232, 313-328.'
5888 6563 13/3.0.1.0.1/01 syn pp Scleranthetum annui Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Über die Trockenrasengesellschaften des Hegan und ihre Genese. Beitr. Naturdenkmalpfl., 14 : 230-242. [= Comm. SIGMA, 7].
5889 4912 13/3.0.1.0.1/02 ASS Spergulo arvensis - Scleranthetum annui (Kuhn 1937) Wilmanns 1956 moisson acidophile, mésohydrique, centroeuropéenne Bassin parisien, Auvergne Wilmanns, O., 1956. Die Pflanzengesellschaften der Äcker und des Wirtschaftsgrünlandes auf der Reutlinger Alb. Beitr. Naturkdl. Forsch. Südw.-Deutschl., 15 : 30–51. Kuhn, K., 1937. Die Pflanzengesellschaften im Neckargebiet der Schwäbischen Alb. Öhringen, 340 p.
5890 4914 13/3.0.1.0.1/02 syn = Galeopsio tetrahit - Aphanetum arvensis (Oberdorfer 1957) Meisel 1962 Meisel, K., 1962. Die Artenverbindungen der winterfrucht-Unkrautgesellchaften des rheinisch-westfälischen Berglandes. Mitt. Flor. Soz. Arbeitsgem., N.F., 9 : 85-87. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5891 4913 13/3.0.1.0.1/02 syn = Galeopsio tetrahit - Matricarietum recutitae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5892 4915 13/3.0.1.0.1/02 syn compl incl Holco mollis - Galeopsietum tetrahit Hilbig 1967 Hilbig, W., 1967. Die Ackerunkrautgesellschaften Thuringens. Feddes Repertorium, 76 : 83 - 191.
5893 4916 13/3.0.1.0.1/02 syn pp Scleranthetum annui Braun 1915 'Braun, J., 1915. Les Cévennes méridionales (massif de l''Aigoual). Etude phytogéographique. Arch. Sci. Phys. Nat. Genève, 39 : 72-81, 167-186, 247-269, 339-358, 415-434, 508-538; 40 : 39-63, 112-137, 221-232, 313-328.'
5894 4917 13/3.0.1.0.1/03 ASS Papaveretum argemonis (Libbert 1932) Kruseman & Vlieger 1939 moisson acidophile, mésoxérophile, des sols sableux Bassin parisien, Auvergne Kruseman, G. & J. Vlieger, 1939. Akkerassociaties in Nederland. Nederl. Kruidkundig. Archief., 47 : 327-398. Libbert, W., 1932. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 74 : 10-348.
5895 4958 13/3.0.1.0.1/03 syn incl Cnico benedicti - Papaveretum argemonis Nezadal 1989 Nezadal, W., 1989. Unkrautgesellschaften der Getreide- und Frühjahrshackfruchtkulture Stellarietea mediae) im mediterranen Iberien. Dissert. Bot., 143, 206 p. Stuttgart.
5896 4918 13/3.0.1.0.1/03 syn incl Ranunculo arvensis - Papaveretum argemonis Billy 2002 prov. Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
5897 4920 13/3.0.1.0.1/03 syn pp Aphano arvensis - Matricarietum recutitae Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5898 4923 13/3.0.1.0.1/04 ASS Aphano arvensis - Matricarietum recutitae Tüxen 1937 em. Oberdorfer 1957 moisson acidocline, mésohydrique, psychrophile, des sols limoneux Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5899 4922 13/3.0.1.0.1/04 syn incl Aphano arvensis - Matricarietum recutitae Tüxen 1937 em. Passarge 1957 Passarge, H., 1957. Vegetationskundliche Untersuchungen in der Wiesenlandschaft des nördlichen Havellandes. Feddes Repert., 137 : 5-55. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5900 4921 13/3.0.1.0.1/04 syn incl [pro subass] Alopecuro myosuroidis - Matricarietum recutitae Meisel 1967 Meisel, K., 1967. Über die Artenverbindung des Aphanion arvensis J. et R. Tx. 1960 im west- und nordwestdeutschen Flachland. Schriftenr. Vegetationsk., 2 : 123–133.
5901 6969 13/3.0.1.0.1/04 syn incl [pro subass] Matricario recutitae - Alopecuretum myosuroidis Wasscher 1941 Wasscher, J., 1941. De graanonkruidassociaties in Groningen en Nord-Drente. Nederl. Kruidkd. Arch., 51 : 435-441.
5902 6971 13/3.0.1.0.1/04 syn incl [pro var] Myosuro minimi - Alopecuretum myosuroidis Nezadal 1975 Nezadal, W., 1975. Ackerunkrautgesellschaften Nordostbayerns. Hoppea, Denkschr. Regensb. Bot. Ges., 34 : 17 - 149. Regensburg.
5903 4920 13/3.0.1.0.1/04 syn pp Aphano arvensis - Matricarietum recutitae Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5904 4924 13/3.0.1.0.1/04 syn pp ? Aphano arvensis - Matricarietum recutitae Tüxen 1937 em. Schubert & Mahn 1968 Schubert, R. & E.G. Mahn, 1968. Übersicht über die Ackerunkrautgesellschaften Mitteldeutschlands. Feddes Repert., 80 : 133–304. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5905 4925 13/3.0.1.0.1/05 ASS Sclerantho annui - Hypochaeridetum glabrae (Kloss 1960) Tillich 1969 ? Kloss, K., 1960. Ackerunkrautgesellschaften der Umgebung von Greifswald (Ostmecklenburg). Mitt. Flor.-soz. Arbeitsgem., ser. n., 8 : 148–164.
5906 4926 13/3.0.1.0.1/06 ASS Sclerantho annui - Aperetum spicae-venti (Preising in Tüxen 1950) Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5907 4927 13/3.0.1.0.1/06 syn = Filagini - Aperetum spicae-venti Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5908 4905 13/3.0.1.0.1/06 syn incl Stellario mediae - Aperetum spicae-venti (Schubert 1989) Schubert, Hilbig & Klotz 1995 Schubert, R., Hilbig, W., Klotz, S., 1995. Bestimmungbuch der Pflanzengesellschaften Mittel- und Nordostdeutschlands. 403 p. Gustav Fischer Verlag, Jena. Schubert, R., 1989. Änderung der Ackerunkrautgesellschaften durch die Intensivierung der landwirtschaftliche Produktion. In : 125 Jahre Landwirtschaftliches Institut 1863-1988. Wiss. Beitr. Univ. Halle, 1989/55 : 287-289.
5909 6831 13/3.0.1.0.1/07 ASS Sclerantho annui - Spergularietum rubrae Quantin 1946 Quantin, A., 1946. Etudes phytosociologiques en Bourgogne méridionale. Bull . Soc. Bot. Fra., 93(7/8) : 227-230.
5910 4906 13/3.0.1.0.1/08 ASS Vicietum tetraspermae Kornaś 1950 Kornaś, J., 1950. Zespoły Jury Krakowskiej, cz. I., Zespoły pól uprawnych. Acta Soc. Bot. Pol., 20(2) : 361-438.
5911 4928 13/3.0.1.0.2 ALL Digitario sanguinalis - Setarion viridis Sissingh in Westhoff, Dijk, Passchier & Sissingh 1946 em. Hüppe & Hofmeister 1990 cultures sarclées acidophiles, mésohydriques à mésohygrophiles, des sols sableux Hüppe, J. & H. Hofmeister, 1990. Syntaxonomische Fassung und Übersicht über die Ackerunkrautgesellschaften der Bundesrepublik Deutschland. Ber. d. Reinh. Tüxen-Ges., 2 : 61-81, 2 tabl. h.t. Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p.
5912 4931 13/3.0.1.0.2 syn = Digitario sanguinalis - Setarienion viridis (Sissingh in Westhoff, Dijk, Passchier & Sissingh 1946) Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p.
5913 4932 13/3.0.1.0.2 syn = Digitario sanguinalis - Setarion viridis Sissingh in Westhoff, Dijk, Passchier & Sissingh 1946 Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p.
5914 4930 13/3.0.1.0.2 syn = Spergulo arvensis - Erodion cicutariae J. Tüxen 1966 em. Passarge 1981 Passarge, H., 1981. Gartenunkraut-Gesellschaften. Tuexenia, 1 : 63-79. Tüxen, J., 1966. Kurze Übersicht über die derzeitige systematische Gliederung der Acker- und Ruderalgesellschaften Europas. In : R. Tüxen (ed.), Anthropogene Vegetation (Sympos. Stolzenau, 1961), p. 75–82, Dr.W. Junk, DenHaag.
5915 4933 13/3.0.1.0.2 syn incl Spergulo arvensis - Erodenion cicutariae J. Tüxen 1966 Tüxen, J., 1966. Kurze Übersicht über die derzeitige systematische Gliederung der Acker- und Ruderalgesellschaften Europas. In : R. Tüxen (ed.), Anthropogene Vegetation (Sympos. Stolzenau, 1961), p. 75–82, Dr.W. Junk, DenHaag.
5916 4969 13/3.0.1.0.2 syn pp Polygono persicariae - Chenopodion polyspermi Koch 1926 em. Müller & Oberdorfer in Oberdorfer 1983 Oberdorfer, E., 1983. Süddeutsche Pflanzengesellschaften (2ten Aufl.). Teil III. Wirtschaftswiesen und Unkrautgesellschaften. 455 p. Gustav Fischer Verlag, Stuttgart. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
5917 4938 13/3.0.1.0.2/01 ASS Setario viridis - Stachyetum arvensis Oberdorfer 1957 culture sarclée acidophile, sur sol sablo-limoneux, subatlantique Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5918 4939 13/3.0.1.0.2/01 syn incl Setario viridis - Anchusetum arvensis Passarge 1959 Passarge, H., 1959. Über die Ackervegetation im nordwestlichen Oberspreewald. Abh. u. Ber. Naturkundemus., Forschungsstelle Görlitz, 36 : 15–35.
5919 4940 13/3.0.1.0.2/01 syn incl ? Aethuso cynapii - Galeopsietum tetrahit G. Müller 1964 Müller, G., 1963/1964. Die Bedeutung der Ackerunkrautgesellschaften für die pflanzengeographische Gliederung West- und Mittelsachsens. Hercynia, ser. n., 1 : 82–166, 213–313.
5920 4919 13/3.0.1.0.2/02 ASS Anchusetum arvensis Raabe 1944 ex Passarge 1964 em. Müller in Oberdorfer 1983 culture sarclée acidophile, sur sol sablo-limoneux, subcontinentale Lycopsietum arvensis Oberdorfer, E., 1983. Pflanzensoziologische Exkursionsflora. 1051 p. E. Ulmer, Stuttgart. Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Raabe, E.W., 1944. Über Pflanzengesellschaften der Umgebung von Wolgast in Pommern. Wiss. Mitt. 14ten Rundbr. Zentr. St. Veg. Kart. Reich.
5921 4952 13/3.0.1.0.2/03 ASS Digitarietum ischaemi Tüxen & Preising in Tüxen 1950 culture sarclée acidophile, sur sol sableux, mésoxérophile Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5922 4953 13/3.0.1.0.2/03 syn incl Erodio cicutariae - Digitarietum ischaemi Tüxen & Preising in Tüxen 1950 em. Passarge 1959 Passarge, H., 1959. Über die Ackervegetation im nordwestlichen Oberspreewald. Abh. u. Ber. Naturkundemus., Forschungsstelle Görlitz, 36 : 15–35. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5923 4954 13/3.0.1.0.2/03 syn incl Galeopsio tetrahit - Digitarietum ischaemi Oberdorfer & Hügin in Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5924 4955 13/3.0.1.0.2/04 ASS Miboro minimae - Calenduletum arvensis Géhu 1977 Anjou Géhu, J.-M., 1977. Le Miboro – Calenduletum, association nouvelle du vignoble angevin occidental. Doc. Phytosoc. 1 : 109-112.
5925 6837 13/3.0.1.0.2/05 ASS Digitario sanguinalis - Eragrostietum cilianensis Tüxen 1950 ex von Rochow 1951 Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5926 4956 13/3.0.1.0.2/06 ASS Spergulo arvensis - Raphanetum raphanistri Moutte 1964 Provence Moutte, P., 1964. Etude phytosociologique et écologique de la végétation naturelle du vignoble d’Hyères (Var). Ann. Soc. Sci. Nat. A. T. Var., 16 : 82-106.
5927 4957 13/3.0.1.0.2/06 syn = Centaureo cyani - Raphanetum raphanistri Penas, T.E. Díaz, P. Morales, Puente, M.E. García & Terrón 1988 Penas, A., T.E. Díaz, C. Pérez Morales, E. Puente, M.E. García & A. Terrón, 1988. Aportaciones al conocimiento de las comunidades de malas hierbas de cultivo de la provincia de León. Acta Bot. Barcinon., 37 : 317-330.
5928 4960 13/3.0.1.0.2/07 ASS Lolio temulenti - Filaginetum arvensis O. de Bolòs 1967 Bolòs, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38(1) : 3-281.
5929 4961 13/3.0.1.0.2/08 ASS Airo cupanianae - Papaveretum rhoeadis O. de Bolòs 1959 Bolòs, O. de, 1959. El paisatge vegetal de dues comarques naturals La Selva i La Plana de Vic. Inst. Est. Cat. Ci., 26 : 5-175.
5930 4987 13/3.0.1.0.2/09 ASS Lamio amplexicaulis - Veronicetum hederifoliae Aedo, Herrera, Fernández Prieto & T.E. Díaz 1988 Aedo, C., M. Herrera, J.A. Fernández Prieto & T.E. Díaz, 1988. Datos sobre la vegetación arvense de la Cornisa Cantábrica. Lazaroa, 9 : 241-254.
5931 4962 13/3.0.1.0.2/10 ASS Miboro minimae - Arabidopsietum thalianae S. & C. Rivas-Martínez 1970 Rivas-Martínez, S. & C. Rivas-Martínez, 1970. La vegetación arvense de la provincia de Madrid. Anales Inst. Bot. Cavanilles, 26 : 103-130.
5932 4942 13/3.0.1.0.2/11 ASS Setario pumilae - Galinsogetum parviflorae (Tüxen & Becker 1942) Tüxen 1950 em. Müller & Oberdorfer in Oberdorfer 1983 culture sarclée acidophile, sur sol sableux, mésohygrophile Oberdorfer, E., 1983. Süddeutsche Pflanzengesellschaften (2ten Aufl.). Teil III. Wirtschaftswiesen und Unkrautgesellschaften. 455 p. Gustav Fischer Verlag, Stuttgart. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. ?
5933 4945 13/3.0.1.0.2/11 syn incl Digitario sanguinalis - Galinsogetum parviflorae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5934 4946 13/3.0.1.0.2/11 syn incl Digitario sanguinalis - Galinsogetum parviflorae Tüxen & Becker 1942 ?
5935 4947 13/3.0.1.0.2/11 syn incl Digitario sanguinalis - Galinsogetum parviflorae Tüxen 1950 sensu Schubert, Hilbig & Klotz 1995 Schubert, R., Hilbig, W., Klotz, S., 1995. Bestimmungbuch der Pflanzengesellschaften Mittel- und Nordostdeutschlands. 403 p. Gustav Fischer Verlag, Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5936 4950 13/3.0.1.0.2/11 syn incl Echinochloo cruris-galli - Setarietum pumilae (Kruseman & Vlieger 1939) Kruseman & Vlieger in Sissingh, Vlieger & Westhoff 1940 Sissingh, G., J. Vlieger & V. Westhoff, 1940. Enkele aanteekeningen omtrent de plantenassociaties in de omgeving van Winterswijk. Nederl. Kruidk. Arch., 50 : 58–66. Kruseman, G. & J. Vlieger, 1939. Akkerassociaties in Nederland. Nederl. Kruidkundig. Archief., 47 : 327-398.
5937 4949 13/3.0.1.0.2/11 syn incl Echinochloo cruris-galli - Sperguletum arvensis Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5938 4943 13/3.0.1.0.2/11 syn incl Erodio cicutariae - Galinsogetum parviflorae Passarge 1981 Passarge, H., 1981. Gartenunkraut-Gesellschaften. Tuexenia, 1 : 63-79.
5939 4951 13/3.0.1.0.2/11 syn incl Setario pumilae - Echinochloetum cruris-galli Feldföldy 1942 Feldföldy, L., 1942. Soziologische Untersuchungen über die pannonische Ruderalvegetation. Acta Geobot. Hung., 43 : 87-140.
5940 4944 13/3.0.1.0.2/11 syn incl Setario pumilae - Galinsogetum parviflorae Tüxen & Preising 1942 apud Tüxen 1950 em. Müller & Oberdorfer in Oberdorfer 1983 Oberdorfer, E., 1983. Süddeutsche Pflanzengesellschaften (2ten Aufl.). Teil III. Wirtschaftswiesen und Unkrautgesellschaften. 455 p. Gustav Fischer Verlag, Stuttgart. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5941 4948 13/3.0.1.0.2/11 syn incl Spergulo arvensis - Echinochloetum cruris-galli (Kruseman & Vlieger 1939) Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Kruseman, G. & J. Vlieger, 1939. Akkerassociaties in Nederland. Nederl. Kruidkundig. Archief., 47 : 327-398.
5942 7057 13/3.0.1.0.2/12 ASS Setario pumilae - Echinochloetum colonae (A. & O. de Bolòs 1950) O. de Bolòs 1956 Bolos, O. de, 1956. De vegetatione notulae, II. Collect. Bot., 5(1) : 195-268. Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona.
5943 7058 13/3.0.1.0.2/12 syn compl Setario pumilae - Rumicetum obtusifolii Masalles & Sans 1988 Masalles, R. & F.X. Sans, 1988. Ann. 8éme Colloq. Int. Biol. Ecol. Syst. Mauvaises Herbes, Dijon : 411-417.
5944 4964 13/3.0.1.0.3 ALL Polygono persicariae - Chenopodion polyspermi Koch 1926 em. Hüppe & Hofmeister 1990 cultures sarclées acidophiles, mésohygrophiles, des sols limoneux Hüppe, J. & H. Hofmeister, 1990. Syntaxonomische Fassung und Übersicht über die Ackerunkrautgesellschaften der Bundesrepublik Deutschland. Ber. d. Reinh. Tüxen-Ges., 2 : 61-81, 2 tabl. h.t.
5945 4929 13/3.0.1.0.3 syn = Echinochloo cruris-galli - Setarienion (Sissingh in Westhoff, Dijk, Passchier & Sissingh 1946) Tüxen 1950 em. Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p.
5946 7202 13/3.0.1.0.3 syn = Polygono persicariae - Chenopodion polyspermi Koch 1926 ex Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
5947 4965 13/3.0.1.0.3 syn compl Oxalidion fontanae Passarge 1978 Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195.
5948 4966 13/3.0.1.0.3 syn compl Spergulo arvensis - Oxalidion fontanae Görs in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., S. Görs, D. Korneck, W. Lohmeyer, T. Müller, G. Philippi & P. Seibert, 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
5949 4967 13/3.0.1.0.3 syn pp Polygono persicariae - Chenopodienion polyspermi (Sissingh in Westhoff, Dijk, Passchier & Sissingh 1946) Oberdorfer 1957 em. Müller & Oberdorfer in Oberdorfer 1983 Oberdorfer, E., 1983. Süddeutsche Pflanzengesellschaften (2ten Aufl.). Teil III. Wirtschaftswiesen und Unkrautgesellschaften. 455 p. Gustav Fischer Verlag, Stuttgart. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p.
5950 4968 13/3.0.1.0.3 syn pp Polygono persicariae - Chenopodion polyspermi Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
5951 4969 13/3.0.1.0.3 syn pp Polygono persicariae - Chenopodion polyspermi Koch 1926 em. Müller & Oberdorfer in Oberdorfer 1983 Oberdorfer, E., 1983. Süddeutsche Pflanzengesellschaften (2ten Aufl.). Teil III. Wirtschaftswiesen und Unkrautgesellschaften. 455 p. Gustav Fischer Verlag, Stuttgart. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
5952 7201 13/3.0.1.0.3 syn pp Polygono persicariae - Chenopodion polyspermi Koch 1926 em. Sissingh in Westhoff, Dijk, Passchier & Sissingh 1946 Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
5953 6973 13/3.0.1.0.3/01 ASS Echinochloo cruris-galli - Chenopodietum polyspermi Tüxen 1937 em. Julve 2007 hoc loco culture sarclée acidocline, mésohygrophile, thermophile hoc loco Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5954 4971 13/3.0.1.0.3/01 syn = Chenopodio polyspermi - Polygonetum persicariae Quantin 1947 Quantin, A., 1947. Les associations rudérales en Bourgogne méridionale. Bull . Soc. Bot. Fra., 94(9) : 406-409.
5955 7227 13/3.0.1.0.3/01 syn compl Oxalido fontanae - Chenopodietum polyspermi (Sissingh 1942) Tüxen 1950 Oxalido fontanae - Chenopodietum polyspermi subatlanticum Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5956 4975 13/3.0.1.0.3/01 syn compl Oxalido fontanae - Chenopodietum polyspermi Sissingh 1942 Sissingh, G., 1942. Eu Polygono-Chenopodion. Wiss. Mitt. 11ten Rundbr. Zentr. St. Veg. Kart. Reich., : 20-25. Hannover. [11 ? Polycopié]
5957 4974 13/3.0.1.0.3/01 syn compl Oxalido fontanae - Chenopodietum polyspermi Sissingh 1950 Sissingh, G., 1950. Onkruid-associaties in Nederland. Een sociologisch-systematische beschrijving van de klasse Rudereto-Secalinetea. Dissertatie Landbouwhogeschool Wageningen. Verslagen van Landbouwkundige Onderzoekingen, 56, 15. 1-224. [= Comm. SIGMA, 106, 224 p.]
5958 4973 13/3.0.1.0.3/01 syn compl Rorippo sylvestris - Chenopodietum polyspermi Köhler 1962 ?
5959 4970 13/3.0.1.0.3/01 syn nn Echinochloo cruris-galli - Chenopodietum polyspermi Braun-Blanquet 1921 Braun-Blanquet, J., 1921. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9. Montpellier.
5960 4972 13/3.0.1.0.3/01 syn pp Echinochloo cruris-galli - Chenopodietum polyspermi Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5961 4976 13/3.0.1.0.3/02 ASS Galeopsio tetrahit - Chenopodietum polyspermi Oberdorfer 1957 culture sarclée acidocline, mésohygrophile, psychrophile Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5962 4972 13/3.0.1.0.3/02 syn pp Echinochloo cruris-galli - Chenopodietum polyspermi Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5963 4977 13/3.0.1.0.3/03 ASS Polygono persicariae - Galeopsietum speciosae Kruseman & Vlieger 1939 em. Passarge 1959 Passarge, H., 1959. Gliederung der Polygono-Chenopodion Gesellschaften im nordostdeutschen Flachland. Phyton (Horn), 8 : 10-34. Kruseman, G. & J. Vlieger, 1939. Akkerassociaties in Nederland. Nederl. Kruidkundig. Archief., 47 : 327-398.
5964 4980 13/3.0.1.0.3/03 syn = Galeopsietum speciosae Kruseman & Vlieger 1939 Kruseman, G. & J. Vlieger, 1939. Akkerassociaties in Nederland. Nederl. Kruidkundig. Archief., 47 : 327-398.
5965 4978 13/3.0.1.0.3/03 syn incl Echinochloo cruris-galli - Galeopsietum speciosae Passarge 1959 Passarge, H., 1959. Gliederung der Polygono-Chenopodion Gesellschaften im nordostdeutschen Flachland. Phyton (Horn), 8 : 10-34.
5966 4979 13/3.0.1.0.3/03 syn incl Galeopsietum bifido - speciosae Tüxen & Becking 1950 ?
5967 4981 13/3.0.1.0.3/04 ASS Galeopsio tetrahit - Sperguletum arvensis Passarge in Passarge & Jurko 1975 Passarge, H. & A. Jurko, 1975. Über Ackerunkrautgesellschaften im nordslowakischer Bergland. Folia Geobot. Phytotax., 10 : 225-264.
5968 4982 13/3.0.1.0.3/04 syn incl Galeopsio tetrahit - Sperguletum arvensis Passarge & Jurko 1975 em. Schubert 1989 Schubert, R., 1989. Änderung der Ackerunkrautgesellschaften durch die Intensivierung der landwirtschaftliche Produktion. In : 125 Jahre Landwirtschaftliches Institut 1863-1988. Wiss. Beitr. Univ. Halle, 1989/55 : 287-289. Passarge, H. & A. Jurko, 1975. Über Ackerunkrautgesellschaften im nordslowakischer Bergland. Folia Geobot. Phytotax., 10 : 225-264.
5969 4983 13/3.0.1.0.3/04 syn incl Polygono persicariae - Galeopsietum tetrahit (Raabe 1948) Passarge 1959 Passarge, H., 1959. Gliederung der Polygono-Chenopodion Gesellschaften im nordostdeutschen Flachland. Phyton (Horn), 8 : 10-34. ?
5970 4984 13/3.0.1.0.3/04 syn pp Polygono persicariae - Chenopodietum albi Luquet 1926 'Luquet, A., 1926. Essai sur la géographie botanique de l''Auvergne. Les associations végétales du massif des Monts-Dore. Thèse, Univ. Paris, 267 p.'
5971 4985 13/3.0.1.0.3/05 ASS Amarantho hybridi - Chenopodietum polyspermi Tüxen & Oberdorfer 1958 Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
5972 4986 13/3.0.1.0.3/05 syn incl Chenopodietum albo - polyspermi O. de Bolòs & Vigo in Vigo 1979 Vigo, J., 1979. Notes fitocenològiques II. Bull. Inst. Catalana, Hist. Nat., Sec. Bot., 44 : 77-89.
5973 4934 13/3.0.1.0.3/06 ASS Spergulo arvensis - Glebionidetum segetum (Braun-Blanquet & de Leeuw 1936) Tüxen 1937 culture sarclée acidophile, mésohygrophile, psychroatlantique Spergulo arvensis - Chrysanthemetum segetum Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
5974 4935 13/3.0.1.0.3/06 syn = Glebiono segetum - Anchusetum arvensis Raabe 1944 ex Passarge 1959 Passarge, H., 1959. Gliederung der Polygono-Chenopodion Gesellschaften im nordostdeutschen Flachland. Phyton (Horn), 8 : 10-34. ?
5975 4936 13/3.0.1.0.3/06 syn = Glebiono segetum - Stachyetum arvensis (Braun-Blanquet & de Leeuw 1936) Tüxen 1937 em. Passarge 1959 Passarge, H., 1959. Gliederung der Polygono-Chenopodion Gesellschaften im nordostdeutschen Flachland. Phyton (Horn), 8 : 10-34. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
5976 4937 13/3.0.1.0.3/06 syn pp Polygono persicariae - Chenopodietum albi Luquet 1926 'Luquet, A., 1926. Essai sur la géographie botanique de l''Auvergne. Les associations végétales du massif des Monts-Dore. Thèse, Univ. Paris, 267 p.'
5977 4959 13/3.0.1.0.3/07 ASS Glebiono segetum - Raphanetum raphanistri Bellot 1952 culture sarclée acidophile, mésohygrophile, thermoatlantique Bellot, F. 1952. Sinopsis de la vegetación de Galicia. Anales Inst. Bot. Cavanilles (1951), 10 (1) : 389-444.
5978 4963 13/3.0.1.0.3/08 ASS Setario verticillatae - Echinochloetum cruris-galli Peinado, Bartolomé & Martínez-Parras 1985 Peinado, M., C. Bartolomé & J.-M. Martínez-Parras, 1985. Notas sobre vegetación nitrófila, I. Stud. Bot. Univ. Salamanca, 4 : 27-33.
5979 4988 13/3.0.2 ORD Papaveretalia rhoeadis Hüppe & Hofmeister 1990 cultures basophiles Hüppe, J. & H. Hofmeister, 1990. Syntaxonomische Fassung und Übersicht über die Ackerunkrautgesellschaften der Bundesrepublik Deutschland. Ber. d. Reinh. Tüxen-Ges., 2 : 61-81, 2 tabl. h.t.
5980 4989 13/3.0.2 syn = Papaveretalia rhoeadis Hüppe & Hofmeister in Theurillat, Aeschimann, Küpfer & Spichiger 1995 Theurillat, J.P., D. Aeschimann, P. Küpfer & R. Spichiger, 1995. The higher Vegetation units of the Alps. Coll. Phytosoc., 23 : 189-239. (Large Area Vegetation Surveys, Bailleul 1994).
5981 4990 13/3.0.2 syn incl Secaletalia Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5982 4991 13/3.0.2 syn incl Secalietalia Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
5983 4992 13/3.0.2 syn incl Secalietalia cerealis (Braun-Blanquet 1931) Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 em. J. & R. Tüxen in Malato-Beliz, J. & R. Tüxen 1960 Malato-Beliz, J., J. Tüxen & R. Tüxen, 1960. Zur Systematik der Unkrautgesellschaften der west- und mitteleuropäischen Wintergetreide-Felder. Mitt. Flor. Soz. Arbeitsgem., N.F., 8 : 145-147. Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
5984 4993 13/3.0.2 syn incl Stellario mediae - Papaveretum rhoeadis (Schubert 1989) Schubert, Hilbig & Klotz 1995 Schubert, R., Hilbig, W., Klotz, S., 1995. Bestimmungbuch der Pflanzengesellschaften Mittel- und Nordostdeutschlands. 403 p. Gustav Fischer Verlag, Jena. Schubert, R., 1989. Änderung der Ackerunkrautgesellschaften durch die Intensivierung der landwirtschaftliche Produktion. In : 125 Jahre Landwirtschaftliches Institut 1863-1988. Wiss. Beitr. Univ. Halle, 1989/55 : 287-289.
5985 4994 13/3.0.2 syn incl pp Eragrostetalia minoris . Tüxen in Lohmeyer, A. & W. Matuszkiewicz, Merker, Moore, Müller, Oberdorfer, Poli, Seibert, Sukopp, Trautmann, J. & R. Tüxen, Westhoff 1962 'Lohmeyer, W., A. Matuszkiewicz, W. Matuszkiewicz, H. Merker, J.J. Moore, T. Müller, E. Oberdorfer, E. Poli, P. Seibert, H. Sukopp, W. Trautmann, J. Tüxen, R. Tüxen & V. Westhoff, 1962. Contribution à l''unification du système phytosociologique pour l''Europe moyenne et nord-occidentale. Melhoramento, 15 : 137-151.'
5986 4995 13/3.0.2 syn pp Centaureetalia cyani Tüxen, Lohmeyer & Preising in Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5987 4996 13/3.0.2 syn pp Centaureetalia cyani Tüxen, Lohmeyer & Preising in Tüxen 1950 ex von Rochow 1951 Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5988 4872 13/3.0.2 syn pp Polygono lapathifoli subsp. pallidi - Chenopodietalia albi Tüxen & Lohmeyer in Tüxen 1950 em. J. Tüxen in Lohmeyer, A. & W. Matuszkiewicz, Merker, Moore, Müller, Oberdorfer, Poli, Seibert, Sukopp, Trautmann, J. & R. Tüxen, Westhoff 1962 'Lohmeyer, W., A. Matuszkiewicz, W. Matuszkiewicz, H. Merker, J.J. Moore, T. Müller, E. Oberdorfer, E. Poli, P. Seibert, H. Sukopp, W. Trautmann, J. Tüxen, R. Tüxen & V. Westhoff, 1962. Contribution à l''unification du système phytosociologique pour l''Europe moyenne et nord-occidentale. Melhoramento, 15 : 137-151.' Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5989 4998 13/3.0.2 syn pp Solano nigri - Fallopietalia convolvuli de Bolòs 1962 Bolòs, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona.
5990 5000 13/3.0.2.0.1 ALL Caucalidion platycarpi Tüxen 1950 ex von Rochow 1951 moissons basophiles, mésothermes Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5991 4999 13/3.0.2.0.1 syn nn Caucalidion platycarpi Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5992 5001 13/3.0.2.0.1/01 ASS Caucalido platycarpi - Scandicetum pecten-veneris (Zeiske 1897) Tüxen 1937 moisson basophile précontinentale Bassin parisien, Auvergne Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. ?
5993 5002 13/3.0.2.0.1/01 syn = Caucalido platycarpi - Adonidetum flammeae Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5994 6974 13/3.0.2.0.1/01 syn = Caucalido platycarpi - Adonidetum flammeae Tüxen 1950 ex Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
5995 6975 13/3.0.2.0.1/01 syn = Caucalido platycarpi - Scandicetum pecten-veneris (Libbert 1930) Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Libbert, W., 1930. Die Vegetation des Fallsteingebietes. Beih. Jahrb. Naturhist. Ges. Hannover, 2 : 1-60. (= Mitt. Flor. Soz. Arbeitsgem. Nieders., 2 : 1-66).
5996 5004 13/3.0.2.0.1/01 syn compl Bunio bulbocastani - Caucalidetum platycarpi Quantin 1946 Quantin, A., 1946. Etudes phytosociologiques en Bourgogne méridionale. Bull . Soc. Bot. Fra., 93(7/8) : 227-230.
5997 5028 13/3.0.2.0.1/01 syn compl incl Sedo telephii - Neslietum apiculatae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
5998 5005 13/3.0.2.0.1/01 syn incl Caucalido platycarpi - Scandicetum pecten-veneris (Tüxen 1937) Schubert & Köhler 1964 ? Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
5999 5003 13/3.0.2.0.1/01 syn incl Galio tricornuti - Adonidetum flammeae Schubert & Köhler 1964 ?
6000 6976 13/3.0.2.0.1/01 syn incl Lathyretum aphacae Kuhn 1937 Kuhn, K., 1937. Die Pflanzengesellschaften im Neckargebiet der Schwäbischen Alb. Öhringen, 340 p.
6001 5008 13/3.0.2.0.1/02 ASS Kickxietum spuriae Kruseman & Vlieger 1939 moisson basophile subatlantique Bassin parisien, Auvergne Kruseman, G. & J. Vlieger, 1939. Akkerassociaties in Nederland. Nederl. Kruidkundig. Archief., 47 : 327-398.
6002 6978 13/3.0.2.0.1/02 syn compl Lathyro tuberosi - Lathyretum aphacae (Kuhn 1937) Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Kuhn, K., 1937. Die Pflanzengesellschaften im Neckargebiet der Schwäbischen Alb. Öhringen, 340 p.
6003 6832 13/3.0.2.0.1/02 syn incl Adonido aestivalis - Consolidetum regalis Breton 1956 Breton, R., 1956. Recherches phytosociologiques dans la région de Dijon. Ann. Inst. Nat. Rech. Agron., 7 A : 349-443, 561-641.
6004 5006 13/3.0.2.0.1/02 syn incl Adonido aestivalis - Iberidetum amarae (Allorge 1922) Tüxen 1950 Bassin parisien Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
6005 6977 13/3.0.2.0.1/02 syn incl Kickxio spuriae - Aperetum spicae-venti Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
6006 5007 13/3.0.2.0.1/02 syn incl Lathyro aphacae - Aperetum spicae-venti Tüxen & von Rochow in von Rochow 1951 Bassin parisien, Auvergne Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena.
6007 5013 13/3.0.2.0.1/02 syn incl Legousio speculum-veneris - Kickxietum spuriae Julve & Marchal in Julve 2001 Quercy Julve, Ph., 2001. Flore et végétation de trois sites de pelouses calcicoles du P.N.R. des Causses du Quercy (Lot). Parc Naturel Régional des Causses du Quercy. 52 p. + annexes et cartes.
6008 6979 13/3.0.2.0.1/03 ASS Papaveri rhoeadis - Silenetum noctiflorae Wasscher 1941 moisson basophile subcontinentale Wasscher, J., 1941. De graanonkruidassociaties in Groningen en Nord-Drente. Nederl. Kruidkd. Arch., 51 : 435-441.
6009 5027 13/3.0.2.0.1/03 syn = Euphorbio exiguae - Silenetum noctiflorae G. Müller 1964 Müller, G., 1963/1964. Die Bedeutung der Ackerunkrautgesellschaften für die pflanzengeographische Gliederung West- und Mittelsachsens. Hercynia, ser. n., 1 : 82–166, 213–313.
6010 5026 13/3.0.2.0.1/03 syn = Papaveri rhoeadis - Silenetum noctiflorae Wasscher 1941 ex Passarge in Scamoni & al. 1963 Scamoni, A., & al. 1963. Natur, Entwicklung und Wirtschaft einer jungpleistozänen Landschaft, dargestellt am Gebiet des Messtischblattes Thurow (Kreis Neustrelitz) I. Wiss. Abh. DAL, 56 : 340 p. Berlin. Wasscher, J., 1941. De graanonkruidassociaties in Groningen en Nord-Drente. Nederl. Kruidkd. Arch., 51 : 435-441.
6011 5029 13/3.0.2.0.1/03 syn compl incl pp Lathyro tuberosi - Silenetum noctiflorae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
6012 5009 13/3.0.2.0.1/05 ASS Polycnemo arvensis - Kickxietum spuriae Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
6013 7204 13/3.0.2.0.1/05 syn = ? Kickxio spuriae - Stachyetum annuae Lorenzoni 1965 ?
6014 5010 13/3.0.2.0.1/06 ASS Camelino sativae - Consolidetum regalis Passarge (1964) 1978 Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195. Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
6015 5011 13/3.0.2.0.1/07 ASS Aethuso cynapium subsp. cynapium fa agrestis - Ranunculetum arvensis Passarge (1964) 1996 Bassin parisien, Auvergne Aethuso agrestis - Ranunculetum arvensis Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin. Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
6016 5012 13/3.0.2.0.1/07 syn incl Ranunculo arvensis - Caucalidetum platycarpi Billy 2002 prov. Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
6017 5014 13/3.0.2.0.1/09 ASS Vicio luteae - Brometum arvensis Julve & Marchal in Julve 2001 Quercy Julve, Ph., 2001. Flore et végétation de trois sites de pelouses calcicoles du P.N.R. des Causses du Quercy (Lot). Parc Naturel Régional des Causses du Quercy. 52 p. + annexes et cartes.
6018 5015 13/3.0.2.0.1/10 ASS Papavero hybridi - Fumarietum densiflorae F. Dupont 1999 Nord-Picardie Dupont, F., 1999. Une nouvelle association calcicole des cultures du nord de la France : le Papavero hybridi - Fumarietum densiflorae. Acta Botan. Gallica, 146(3) : 273-289.
6019 5016 13/3.0.2.0.1/11 ASS Androsaco maximae - Iberidetum amarae Rivas Goday & Borja Carbonell 1961 Rivas Goday, S. & J. Borja Carbonell, 1961. Estudio de vegetacion y florula del macizo de Gudar y Javalambre. Anales Inst. Bot. Cavanilles, 19 : 3-543.
6020 5017 13/3.0.2.0.1/11 ASS Stachyo annuae - Polycnemetum arvensis Quantin 1946 Quantin, A., 1946. Etudes phytosociologiques en Bourgogne méridionale. Bull . Soc. Bot. Fra., 93(7/8) : 227-230.
6021 7203 13/3.0.2.0.1/11 syn = ? Stachyo annuae - Setarietum pumilae Felföldy 1942 corr. Mucina in Mucina & Grabherr 1993 Mucina, L. & G. Grabherr (eds.), 1993. Die Pflanzengesellschaften Österreichs. Teil II : Natürliche waldfreie Vegetation. 523 p. Verlag Gustav Fischer, Jena, Stuttgart. Feldföldy, L., 1942. Soziologische Untersuchungen über die pannonische Ruderalvegetation. Acta Geobot. Hung., 43 : 87-140.
6022 5018 13/3.0.2.0.1/11 syn incl Delphinio - Bupleuretum rotundifolii (Rivas Goday & Borja Carbonell 1961) Vigo 1968 Vigo, J., 1968. La vegetació del masis de Penyagolosa. Arxius Secc. Ci. Inst. Estud. Catalans, 37 : 1-247. Rivas Goday, S. & J. Borja Carbonell, 1961. Estudio de vegetacion y florula del macizo de Gudar y Javalambre. Anales Inst. Bot. Cavanilles, 19 : 3-543.
6023 7206 13/3.0.2.0.1/11 syn pp Ajugo chamaepytis - Setarietum glaucae Krippelova 1981 Krippelova, T., 1981. Synanthrope Vegetation des Beckens Kosicka Kotlina. Vegetacia CSSR, B4. pp. 216. Veda Verlag Slowakisch. Akad. Wissensch. Bratislava.
6024 7205 13/3.0.2.0.1/11 syn pp Ajugo chamaepytis - Stachyetum annuae Slavnic 1951 Slavníč, Z., 1951. Pregled nitrofilne vegetacije Vojvodine [Prodrome des groupements végétaux nitrophiles de la Voïvodine (Yougoslavie)]. Naučni Zborn. Matice Srpske, Ser. Sci. Nat., 1 : 84-169.
6025 5019 13/3.0.2.0.1/12 ASS Caucalido lappulae - Neslietum apiculatae Tüxen & Oberdorfer 1958 Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
6026 5020 13/3.0.2.0.1/12 syn = Ceratocephalo falcatae - Androsacetum maximae Penas, T.E. Díaz, Morales, Puente, M.E. García & Terrón 1988 Penas, A., T.E. Díaz, C. Pérez Morales, E. Puente, M.E. García & A. Terrón, 1988. Aportaciones al conocimiento de las comunidades de malas hierbas de cultivo de la provincia de León. Acta Bot. Barcinon., 37 : 317-330.
6027 5021 13/3.0.2.0.1/13 ASS Kickxio spuriae - Nigelletum gallicae Fanlo 1988 Fanlo, R., 1988. Kickxio-Nigelletum gallicae, nueva asociación arvense para la depresión media altoaragonesa. Acta Bot. Barc., 37 : 165-171.
6028 5022 13/3.0.2.0.1/14 ASS Violo arvensis - Legousietum hybridae O. de Bolòs 1959 Bolòs, O. de, 1959. El paisatge vegetal de dues comarques naturals La Selva i La Plana de Vic. Inst. Est. Cat. Ci., 26 : 5-175.
6029 5030 13/3.0.2.0.1/15 ASS Androsaco maximae - Iberidetum pinnatae (Braun 1915) Braun-Blanquet in Braun-Blanquet Gajewski, Wraber & Walas 1936 Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier. 'Braun, J., 1915. Les Cévennes méridionales (massif de l''Aigoual). Etude phytogéographique. Arch. Sci. Phys. Nat. Genève, 39 : 72-81, 167-186, 247-269, 339-358, 415-434, 508-538; 40 : 39-63, 112-137, 221-232, 313-328.'
6030 5031 13/3.0.2.0.1/15 syn = Iberidetum pinnatae Braun 1915 'Braun, J., 1915. Les Cévennes méridionales (massif de l''Aigoual). Etude phytogéographique. Arch. Sci. Phys. Nat. Genève, 39 : 72-81, 167-186, 247-269, 339-358, 415-434, 508-538; 40 : 39-63, 112-137, 221-232, 313-328.'
6031 5023 13/3.0.2.0.2 ALL Secalion cerealis (Braun-Blanquet 1931) Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 em. Nezadal 1989 moissons basophiles, thermophiles Nezadal, W., 1989. Unkrautgesellschaften der Getreide- und Frühjahrshackfruchtkulture Stellarietea mediae) im mediterranen Iberien. Dissert. Bot., 143, 206 p. Stuttgart. Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6032 5024 13/3.0.2.0.2 syn = Roemerion hybridae Braun-Blanquet 1931 ex Rivas-Martínez, Fernández-González & Loidi 1999 Rivas-Martínez, S., F. Fernández-González & J. Loidi, 1999. Checklist of plant communities of Iberian Peninsula, Balearic and Canary Islands to suballiance level. Itinera Geobot., 13 : 353-451. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6033 5025 13/3.0.2.0.2 syn nn Secalion Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6034 5032 13/3.0.2.0.2/02 ASS Alopecuro myosuroidis - Galietum spurii O. de Bolòs 1956 Bolòs, O. de, 1956. La végétation de la Catalogne moyenne. Veröff. Ber. Geobot. Inst. E.T.H. Stiffung Rübel, 31 : 70-89.
6035 5033 13/3.0.2.0.2/03 ASS Galietum tricornuti Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6036 5034 13/3.0.2.0.2/03 syn compl Bunio pachypodi - Galietum tricornuti Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
6037 6564 13/3.0.2.0.2/04 ASS Roemerio hybridae - Hypecoetum penduli Braun-Blanquet & O. de Bolòs 1957 'Braun-Blanquet, J. & O. de Bolos, 1957. Les groupements végétaux du bassin moyen de l''Ebre et leur dynamisme. Anales Estacion Exper. Aula Dei, 5 : 1-266.'
6038 5035 13/3.0.2.0.3 ALL Lolio remotae - Linion usitatissimi Tüxen 1950 cultures de lin basophiles Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6039 5036 13/3.0.2.0.3 syn = Lolio remotae - Linetalia usitatissimi J. & R. Tüxen in Lohmeyer, A. & W. Matuszkiewicz, Merker, Moore, Müller, Oberdorfer, Poli, Seibert, Sukopp, Trautmann, J. & R. Tüxen, Westhoff 1962 'Lohmeyer, W., A. Matuszkiewicz, W. Matuszkiewicz, H. Merker, J.J. Moore, T. Müller, E. Oberdorfer, E. Poli, P. Seibert, H. Sukopp, W. Trautmann, J. Tüxen, R. Tüxen & V. Westhoff, 1962. Contribution à l''unification du système phytosociologique pour l''Europe moyenne et nord-occidentale. Melhoramento, 15 : 137-151.'
6040 5037 13/3.0.2.0.3/01 ASS Sileno linicolae - Linetum usitatissimi (Rothmaler 1944) Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Rothmaler, W., 1944. Sobre a sistematica e a sociologia dos linhos de Portugal. Agron. Lusit., 6 : 253-279.
6041 5039 13/3.0.2.0.4 ALL Fumario officinalis coll. - Euphorbion helioscopiae Müller ex Görs 1966 cultures sarclées basophiles, médioeuropéennes, mésothermes Görs, S., 1966. Die Pflanzengesellschaften der Rebhänge am Spitzbergz. Die Natur- und Landschaftsschutzgebiete Baden-Württ., 3.
6042 7200 13/3.0.2.0.4 syn = Fumario officinalis coll. - Euphorbion helioscopiae Müller mscr mscr
6043 5040 13/3.0.2.0.4 syn incl Amarantho retroflexi - Chenopodietum albi (Schubert 1989) Schubert, Hilbig & Klotz 1995 Schubert, R., Hilbig, W., Klotz, S., 1995. Bestimmungbuch der Pflanzengesellschaften Mittel- und Nordostdeutschlands. 403 p. Gustav Fischer Verlag, Jena. Schubert, R., 1989. Änderung der Ackerunkrautgesellschaften durch die Intensivierung der landwirtschaftliche Produktion. In : 125 Jahre Landwirtschaftliches Institut 1863-1988. Wiss. Beitr. Univ. Halle, 1989/55 : 287-289.
6044 5042 13/3.0.2.0.4 syn incl Galinsogo ciliatae - Euphorbienion peplidis Passarge 1981 Passarge, H., 1981. Gartenunkraut-Gesellschaften. Tuexenia, 1 : 63-79.
6045 5043 13/3.0.2.0.4 syn incl Thlaspio arvensis - Anchusenion arvensis (Waldis 1987) Theurillat in Theurillat, Aeschimann, Küpfer & Spichiger 1995 Theurillat, J.P., D. Aeschimann, P. Küpfer & R. Spichiger, 1995. The higher Vegetation units of the Alps. Coll. Phytosoc., 23 : 189-239. (Large Area Vegetation Surveys, Bailleul 1994). ?
6046 5044 13/3.0.2.0.4 syn incl Thlaspio arvensis - Anchusion arvensis Waldis 1987 prov. ?
6047 5045 13/3.0.2.0.4 syn incl Veronico agrestis - Euphorbienion helioscopiae Theurillat in Theurillat, Aeschimann, Küpfer & Spichiger 1995 prov. Theurillat, J.P., D. Aeschimann, P. Küpfer & R. Spichiger, 1995. The higher Vegetation units of the Alps. Coll. Phytosoc., 23 : 189-239. (Large Area Vegetation Surveys, Bailleul 1994).
6048 7201 13/3.0.2.0.4 syn pp Polygono persicariae - Chenopodion polyspermi Koch 1926 em. Sissingh in Westhoff, Dijk, Passchier & Sissingh 1946 Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
6049 5038 13/3.0.2.0.4 syn pp Veronico agrestis - Euphorbion helioscopiae Sissingh 1942 ex Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Sissingh, G., 1942. Eu Polygono-Chenopodion. Wiss. Mitt. 11ten Rundbr. Zentr. St. Veg. Kart. Reich., : 20-25. Hannover. [11 ? Polycopié]
6050 5046 13/3.0.2.0.4 syn pp Veronico agrestis - Euphorbion peplidis Sissingh 1942 Sissingh, G., 1942. Eu Polygono-Chenopodion. Wiss. Mitt. 11ten Rundbr. Zentr. St. Veg. Kart. Reich., : 20-25. Hannover. [11 ? Polycopié]
6051 5047 13/3.0.2.0.4/01 ASS Veronico politae - Lamietum hybridi Kruseman & Vlieger 1939 culture sarclée basophile, précontinentale Bassin parisien, Auvergne Kruseman, G. & J. Vlieger, 1939. Akkerassociaties in Nederland. Nederl. Kruidkundig. Archief., 47 : 327-398.
6052 5048 13/3.0.2.0.4/01 syn = Euphorbio peplidis - Galinsogetum ciliatae (Weinert 1956) Passarge 1981 Passarge, H., 1981. Gartenunkraut-Gesellschaften. Tuexenia, 1 : 63-79. Weinert, E., 1956. Die Trockenrasen, Ruderal- und segetalpflanzengesellschaften im Gebiet der mansfelder Seen bei Eisleben. Diplom. Halle.
6053 5049 13/3.0.2.0.4/01 syn = Setario viridis - Veronicetum politae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
6054 5050 13/3.0.2.0.4/01 syn = Thlaspio arvensis - Veronicetum politae Görs 1966 Görs, S., 1966. Die Pflanzengesellschaften der Rebhänge am Spitzbergz. Die Natur- und Landschaftsschutzgebiete Baden-Württ., 3.
6055 5055 13/3.0.2.0.4/01 syn compl incl pp Lathyro tuberosi - Silenetum noctiflorae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
6056 5051 13/3.0.2.0.4/01 syn compl pp Crepido sanctae - Aristolochietum clematitis Vanden Berghen 1963 Vanden Berghen, C., 1963. Etude sur la végétation des grands causses du Massif Central de la France. Mém. Soc. Roy. Bot. Belg., 1, 285 p.
6057 5062 13/3.0.2.0.4/01 syn incl Digitario sanguinalis - Mercurialietum annuae Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6058 5052 13/3.0.2.0.4/01 syn incl Lamio hybridi - Veronicetum politae Kornas 1950 Kornaś, J., 1950. Zespoły roslinne Jury Krakowskiej, Pars I. Zespoły pól uprawnych. Acta Soc. Bot. Pol., 20(2) : 361-438.
6059 5079 13/3.0.2.0.4/01 syn incl Setario verticillatae - Amaranthetum hybridi Billy 2002 prov. Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
6060 5080 13/3.0.2.0.4/01 syn incl Setario viridis - Mercurialietum annuae Hügin 1956 ?
6061 5053 13/3.0.2.0.4/01 syn incl Silene noctiflorae - Veronicetum politae (Wagner 1941) Passarge 1959 Passarge, H., 1959. Über die Ackervegetation im nordwestlichen Oberspreewald. Abh. u. Ber. Naturkundemus., Forschungsstelle Görlitz, 36 : 15–35. ?
6062 5054 13/3.0.2.0.4/01 syn incl pp Euphorbio exiguae - Silenetum noctiflorae G. Müller 1964 Müller, G., 1963/1964. Die Bedeutung der Ackerunkrautgesellschaften für die pflanzengeographische Gliederung West- und Mittelsachsens. Hercynia, ser. n., 1 : 82–166, 213–313.
6063 5056 13/3.0.2.0.4/01 syn pp Mercurialietum annuae Kruseman & Vlieger 1939 em. Müller in Oberdorfer 1983 Oberdorfer, E., 1983. Süddeutsche Pflanzengesellschaften (2ten Aufl.). Teil III. Wirtschaftswiesen und Unkrautgesellschaften. 455 p. Gustav Fischer Verlag, Stuttgart. Kruseman, G. & J. Vlieger, 1939. Akkerassociaties in Nederland. Nederl. Kruidkundig. Archief., 47 : 327-398.
6064 5078 13/3.0.2.0.4/01 syn pp Setario verticillatae - Mercurialietum annuae von Rochow 1948 ?
6065 5057 13/3.0.2.0.4/02 ASS Veronico agrestis - Fumarietum officinalis Tüxen in Lohmeyer 1949 culture sarclée basophile, subatlantique Bassin parisien, Auvergne ?
6066 6981 13/3.0.2.0.4/02 syn ambig Fumarietum officinalis Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6067 5059 13/3.0.2.0.4/02 syn ambig Mercurialietum annuae Kruseman & Vlieger 1939 Kruseman, G. & J. Vlieger, 1939. Akkerassociaties in Nederland. Nederl. Kruidkundig. Archief., 47 : 327-398.
6068 6979 13/3.0.2.0.4/02 syn compl incl Sedo telephii - Fumarietum officinalis Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
6069 5060 13/3.0.2.0.4/02 syn incl Amarantho - Fumarietum officinalis J. Tüxen 1955 Tüxen, J., 1955. Über einige vikariierende Assoziationen aus der Gruppe der Fumarieten. Mitt. Florist.-Soziol. Arbeitsgem., N. F., 5 : 84–89.
6070 5061 13/3.0.2.0.4/02 syn incl Amarantho hybridi - Polygonetum persicariae Billy 2002 Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
6071 5041 13/3.0.2.0.4/02 syn incl Euphorbio helioscopiae - Veronicetum persicae Passarge & Jurko 1975 Passarge, H. & A. Jurko, 1975. Über Ackerunkrautgesellschaften im nordslowakischer Bergland. Folia Geobot. Phytotax., 10 : 225-264.
6072 7197 13/3.0.2.0.4/02 syn incl Lapsano communis - Fumarietum officinalis Meisel 1973 ?
6073 5063 13/3.0.2.0.4/02 syn incl Mercurialio annuae - Fumarietum officinalis (Kruseman & Vlieger 1939) J. Tüxen 1955 Tüxen, J., 1955. Über einige vikariierende Assoziationen aus der Gruppe der Fumarieten. Mitt. Florist.-Soziol. Arbeitsgem., N. F., 5 : 84–89. Kruseman, G. & J. Vlieger, 1939. Akkerassociaties in Nederland. Nederl. Kruidkundig. Archief., 47 : 327-398.
6074 6980 13/3.0.2.0.4/02 syn incl Mercurialio annuae - Fumarietum officinalis Westhoff & Den Held 1969 Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen.
6075 5069 13/3.0.2.0.4/02 syn incl Mercurialio annuae - Sonchetum oleracei Vanden Berghen 1963 Vanden Berghen, C., 1963. Etude sur la végétation des grands causses du Massif Central de la France. Mém. Soc. Roy. Bot. Belg., 1, 285 p.
6076 5064 13/3.0.2.0.4/02 syn incl Setario viridis - Fumarietum officinalis J. Tüxen 1955 Tüxen, J., 1955. Über einige vikariierende Assoziationen aus der Gruppe der Fumarieten. Mitt. Florist.-Soziol. Arbeitsgem., N. F., 5 : 84–89.
6077 6836 13/3.0.2.0.4/02 syn incl Soncho asperi - Veronicetum agrestis Braun-Blanquet (1948) 1970 ? Braun-Blanquet, J., 1948. Übersicht der Pflanzengesellschaften Rätiens, (I). Vegetatio, 1 : 29-41.
6078 5065 13/3.0.2.0.4/02 syn incl Soncho asperi - Veronicetum agrestis Braun-Blanquet 1948 em. Müller & Oberdorfer in Oberdorfer 1983 Oberdorfer, E., 1983. Süddeutsche Pflanzengesellschaften (2ten Aufl.). Teil III. Wirtschaftswiesen und Unkrautgesellschaften. 455 p. Gustav Fischer Verlag, Stuttgart. Braun-Blanquet, J., 1948. Übersicht der Pflanzengesellschaften Rätiens, (I). Vegetatio, 1 : 29-41.
6079 7198 13/3.0.2.0.4/02 syn incl Veronico agrestis - Fumarietum officinalis J. Tüxen 1958 ?
6080 5066 13/3.0.2.0.4/02 syn incl Veronico agrestis - Fumarietum officinalis R. Tüxen in J. Tüxen 1955 Tüxen, J., 1955. Über einige vikariierende Assoziationen aus der Gruppe der Fumarieten. Mitt. Florist.-Soziol. Arbeitsgem., N. F., 5 : 84–89.
6081 5067 13/3.0.2.0.4/02 syn pp Mercurialietum annuae Kruseman & Vlieger 1939 em. Müller in Oberdorfer 1983 Oberdorfer, E., 1983. Süddeutsche Pflanzengesellschaften (2ten Aufl.). Teil III. Wirtschaftswiesen und Unkrautgesellschaften. 455 p. Gustav Fischer Verlag, Stuttgart. Kruseman, G. & J. Vlieger, 1939. Akkerassociaties in Nederland. Nederl. Kruidkundig. Archief., 47 : 327-398.
6082 5058 13/3.0.2.0.4/03 ASS Thlaspio arvensis - Fumarietum officinalis Görs in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 ex Passarge & Jurko 1975 culture sarclée basophile, subcontinentale Passarge, H. & A. Jurko, 1975. Über Ackerunkrautgesellschaften im nordslowakischer Bergland. Folia Geobot. Phytotax., 10 : 225-264. Oberdorfer, E., S. Görs, D. Korneck, W. Lohmeyer, T. Müller, G. Philippi & P. Seibert, 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
6083 5068 13/3.0.2.0.4/04 ASS Oxalido pedis-caprae - Fumarietum capreolatae Poli 1966 ex Nezadal 1989 Nezadal, W., 1989. Unkrautgesellschaften der Getreide- und Frühjahrshackfruchtkulture Stellarietea mediae) im mediterranen Iberien. Dissert. Bot., 143, 206 p. Stuttgart. Poli, E., 1966. Eine neue Eragrostion Gesellschaft der Citrus-Kulturen in Sizilien. Ber. Inter. Sympos. IVV, 60-74, (Anthropogene vegetation, Stolzenau/Weser). Dr. W. Junk. Den Haag.
6084 5070 13/3.0.2.0.4/06 ASS Aethuso cynapii - Euphorbietum peplidis Passarge 1981 Passarge, H., 1981. Gartenunkraut-Gesellschaften. Tuexenia, 1 : 63-79.
6085 5071 13/3.0.2.0.4/07 ASS Euphorbio peplidis - Galinsogetum ciliatae Passarge 1981 Passarge, H., 1981. Gartenunkraut-Gesellschaften. Tuexenia, 1 : 63-79.
6086 5081 13/3.0.2.0.4/08 ASS Veronico agrestis - Chenopodietum hybridi O. de Bolòs & Vigo in Vigo 1979 culture sarclée basophile des Pyrénées Vigo, J., 1979. Notes fitocenològiques II. Bull. Inst. Catalana, Hist. Nat., Sec. Bot., 44 : 77-89.
6087 5072 13/3.0.2.0.4/09 ASS Solano nigri - Calenduletum arvensis (Tüxen 1950) Billy 2002 prov. commensales des vignes Alsace, Massif Central Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6088 5073 13/3.0.2.0.4/09 syn compl pp Allio sphaerocephali - Geranietum mollis Quantin 1947 Quantin, A., 1947. Les associations rudérales en Bourgogne méridionale. Bull . Soc. Bot. Fra., 94(9) : 406-409.
6089 5051 13/3.0.2.0.4/09 syn compl pp Crepido sanctae - Aristolochietum clematitis Vanden Berghen 1963 Vanden Berghen, C., 1963. Etude sur la végétation des grands causses du Massif Central de la France. Mém. Soc. Roy. Bot. Belg., 1, 285 p.
6090 4723 13/3.0.2.0.4/09 syn compl pp Geranio rotundifolii - Allietum vinealis (von Rochow 1948) Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. ?
6091 6833 13/3.0.2.0.4/09 syn compl pp Muscario racemosi - Calenduletum arvensis Breton 1956 Breton, R., 1956. Recherches phytosociologiques dans la région de Dijon. Ann. Inst. Nat. Rech. Agron., 7 A : 349-443, 561-641.
6092 5075 13/3.0.2.0.5 ALL Eragrostion minoris Tüxen in Slavníč 1944 apud Tüxen 1950 cultures sarclées basophiles, médioeuropéennes, thermophiles Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. ?
6093 5076 13/3.0.2.0.5/01 ASS Digitario sanguinalis - Eragrostietum minoris Tüxen 1950 ex von Rochow 1951 Bassin parisien, Auvergne Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6094 5077 13/3.0.2.0.5/02 ASS Lepidio ruderale - Eragrostietum minoris Passarge 1957 Passarge, H., 1957. Vegetationskundliche Untersuchungen in der Wiesenlandschaft des nördlichen Havellandes. Feddes Repert., 137 : 5-55.
6095 5082 13/3.0.2.0.6 ALL Diplotaxion erucoidis Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 em. Brullo & Marceno 1980 cultures sarclées basophiles, méditerranéennes Brullo, S. & C. Marceno, 1980. Il Diplotaxion erucoidis in Sicilia, con considerazioni sulla sintassonomia e distribuzione. Notiz. Fitosoc., 15 : 27-44. Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
6096 5083 13/3.0.2.0.6 syn = Diplotaxion erucoidis Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6097 5084 13/3.0.2.0.6 syn = Diplotaxion erucoidis Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
6098 5085 13/3.0.2.0.6 syn incl Diplotaxio erucoidis - Urticion urentis Carretero & Aguilella 1995 Carretero, J.L. & A. Aguilella, 1995. Flora y vegetación nitrófilas del término municipal de la ciudad de Valencia. Publ. Ajuntament de Valencia. 233 p. Valencia.
6099 5086 13/3.0.2.0.6 syn incl Fumarion wirtgenii - agrariae Brullo in Brullo & Marceno 1985 Brullo, S. & C. Marceno, 1985. Contributo alla conoscenza della vegetazione nitrofila della Sicilia. Coll. Phytosoc., 12 : 23-148. (Végétations nitrophiles, Bailleul 1983).
6100 5087 13/3.0.2.0.6/01 ASS Amarantho retroflexi - Diplotaxietum erucoidis Braun-Blanquet 1931 Provence Amarantho delilei - Diplotaxietum erucoidis Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6101 5088 13/3.0.2.0.6/01 syn = Amarantho retroflexi - Diplotaxietum erucoidis Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
6102 7071 13/3.0.2.0.6/01 syn = Diplotaxietum erucoidis Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
6103 7059 13/3.0.2.0.6/01 syn incl Ranunculo trilobi - Diplotaxietum erucoidis Carretero & Boira 1984 Carretero, J.L. & H. Boira, 1984. Algunas comunidades arvenses de las zonas húmedas del Mediterráneo térmico español. Doc. Phytosoc., N.S., 8 : 115-126.
6104 7068 13/3.0.2.0.6/01 syn incl Soncho oleracei - Polypogonetum monspeliensis Carretero & Boira 1984 Carretero, J.L. & H. Boira, 1984. Algunas comunidades arvenses de las zonas húmedas del Mediterráneo térmico español. Doc. Phytosoc., N.S., 8 : 115-126.
6105 5089 13/3.0.2.0.6/01 syn incl Sorgho halepensis - Erucastretum nasturtiifolii O. de Bolòs 1996 Bolòs, O. de, 1996. La vegetació de les illes Balears. Comunitats de plantes. Arxius Secc. Ci. Inst. Estud. Catalans, 114 : 1-267.
6106 7067 13/3.0.2.0.6/01 syn incl Spergulario salinae - Diplotaxietum erucoidis Carretero & Boira 1984 Carretero, J.L. & H. Boira, 1984. Algunas comunidades arvenses de las zonas húmedas del Mediterráneo térmico español. Doc. Phytosoc., N.S., 8 : 115-126.
6107 5090 13/3.0.2.0.6/02 ASS Fumario capreolatae - Veronicetum persicae Aedo, Herrera, F. Prieto & T.E. Díaz 1988 Aedo, C., M. Herrera, J.A. Fernández Prieto & T.E. Díaz, 1988. Datos sobre la vegetación arvense de la Cornisa Cantábrica. Lazaroa, 9 : 241-254.
6108 5091 13/3.0.2.0.6/03 ASS Holosteo umbellati - Veronicetum persicae Penas, T.E. Díaz, C. Pérez, Puente, M.E. García & Terrón 1988 Penas, A., T.E. Díaz, C. Pérez Morales, E. Puente, M.E. García & A. Terrón, 1988. Aportaciones al conocimiento de las comunidades de malas hierbas de cultivo de la provincia de León. Acta Bot. Barcinon., 37 : 317-330.
6109 5092 13/3.0.2.0.6/04 ASS Lamio hybridi - Echinochloetum cruris-galli Tüxen & Oberdorfer 1958 Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
6110 5093 13/3.0.2.0.6/05 ASS Diplotaxio erucoidis - Erucetum vesicariae Rigual 1972 Rigual, A., 1972. Flora y vegetacion de la provincia de Alicante. Inst. Estudios Alicantinos.
6111 5094 13/3.0.2.0.6/06 ASS Oxalido pedis-caprae - Fumarietum capreolatae Nezadal 1989 Nezadal, W., 1989. Unkrautgesellschaften der Getreide- und Frühjahrshackfruchtkulture Stellarietea mediae) im mediterranen Iberien. Dissert. Bot., 143, 206 p. Stuttgart.
6112 7061 13/3.0.2.0.6/06 syn = Citro - Oxalidetum pedis-caprae O. de Bolòs 1975 Bolòs, O. de, 1975. De vegetatione valentina, II. Anales Inst. Bot. Cavanilles 32, 2. 477-488.
6113 7062 13/3.0.2.0.6/07 ASS Poo annuae - Urticetum urentis Carretero & Aguillela 1995 Carretero, J.L. & A. Aguilella, 1995. Flora y vegetación nitrófilas del término municipal de la ciudad de Valencia. Publ. Ajuntament de Valencia. 233 p. Valencia.
6114 7064 13/3.0.2.0.6/07 syn incl Poo annuae - Diplotaxietum erucoidis Carretero & Aguillela 1995 Carretero, J.L. & A. Aguilella, 1995. Flora y vegetación nitrófilas del término municipal de la ciudad de Valencia. Publ. Ajuntament de Valencia. 233 p. Valencia.
6115 7065 13/3.0.2.0.6/07 syn incl Soncho oleracei - Brometum cathartici Carretero & Aguillela 1995 Carretero, J.L. & A. Aguilella, 1995. Flora y vegetación nitrófilas del término municipal de la ciudad de Valencia. Publ. Ajuntament de Valencia. 233 p. Valencia.
6116 7063 13/3.0.2.0.6/07 syn incl Soncho oleracei - Poetum annuae Carretero & Aguillela 1995 Carretero, J.L. & A. Aguilella, 1995. Flora y vegetación nitrófilas del término municipal de la ciudad de Valencia. Publ. Ajuntament de Valencia. 233 p. Valencia.
6117 7066 13/3.0.2.0.6/08 ASS Fumario densiflorae - Veronicetum hederifoliae Brullo & Marceno 1985 Brullo, S. & C. Marceno, 1985. Contributo alla conoscenza della vegetazione nitrofila della Sicilia. Coll. Phytosoc., 12 : 23-148. (Végétations nitrophiles, Bailleul 1983).
6118 7069 13/3.0.2.0.6/09 ASS Heliotropio europaei - Amaranthetum albi Rivas Goday 1964 Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
6119 5095 13/4. CLA Sisymbrietea officinalis Gutte & Hilbig 1975 friches annuelles européennes Gutte, P. & W. Hilbig 1975. Übersicht über die Pflanzengesellschaften des südlichen Teiles der DDR. XI, Ruderalgesellschaften. Hercynia. 12 : 1-30.
6120 8228 13/4. syn = Sisymbrietea officinalis Korneck 1974 Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t.
6121 5096 13/4. syn = Sisymbrienea officinalis Pott 1992 Pott, R., 1992. Die Pflanzengesellschaften Deutschlands. 427 p. Ulmer. Stuttgart.
6122 5097 13/4. syn pp Chenopodietea albi Braun-Blanquet 1951 Braun-Blanquet, J., 1951. Pflanzensoziologie. (2ten Aufl.). Springer, Vienne, 631 p.
6123 5098 13/4. syn pp Chenopodietea albi Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
6124 5099 13/4. syn pp Chenopodietea albi Oberdorfer 1957 em. Lohmeyer, J. & R. Tüxen 1961 ? Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
6125 7399 13/4.0.1 ORD Sisymbrietalia officinalis J. Tüxen in Lohmeyer, A. & W. Matuszkiewicz, Merker, Moore, Müller, Oberdorfer, Poli, Seibert, Sukopp, Trautmann, J. Tüxen, R. Tüxen, & Westhoff 1962 ex Görs 1966 friches annuelles médioeuropéennes, subnitrophiles à nitrophiles Görs, S., 1966. Die Pflanzengesellschaften der Rebhänge am Spitzbergz. Die Natur- und Landschaftsschutzgebiete Baden-Württ., 3. 'Lohmeyer, W., A. Matuszkiewicz, W. Matuszkiewicz, H. Merker, J.J. Moore, T. Müller, E. Oberdorfer, E. Poli, P. Seibert, H. Sukopp, W. Trautmann, J. Tüxen, R. Tüxen & V. Westhoff, 1962. Contribution à l''unification du système phytosociologique pour l''Europe moyenne et nord-occidentale. Melhoramento, 15 : 137-151.'
6126 5102 13/4.0.1 syn = Sisymbrienalia officinalis (J. Tüxen in Lohmeyer, A. & W. Matuszkiewicz, Merker, Moore, Müller, Oberdorfer, Poli, Seibert, Sukopp, Trautmann, J.& R.Tüxen, Westhoff 1962) Rivas-Martínez & Izco 1977 Rivas-Martínez, S. & J. Izco, 1977. Sobre la vegetacion terofitica subnitrofila mediterranea (Brometalia rubenti-tectori). Anales Inst. Bot. Cavanilles, 34 : 355-381. 'Lohmeyer, W., A. Matuszkiewicz, W. Matuszkiewicz, H. Merker, J.J. Moore, T. Müller, E. Oberdorfer, E. Poli, P. Seibert, H. Sukopp, W. Trautmann, J. Tüxen, R. Tüxen & V. Westhoff, 1962. Contribution à l''unification du système phytosociologique pour l''Europe moyenne et nord-occidentale. Melhoramento, 15 : 137-151.'
6127 5101 13/4.0.1 syn = Sisymbrietalia officinalis J. Tüxen 1966 ex Görs 1966 Görs, S., 1966. Die Pflanzengesellschaften der Rebhänge am Spitzbergz. Die Natur- und Landschaftsschutzgebiete Baden-Württ., 3. Tüxen, J., 1966. Kurze Übersicht über die derzeitige systematische Gliederung der Acker- und Ruderalgesellschaften Europas. In : R. Tüxen (ed.), Anthropogene Vegetation (Sympos. Stolzenau, 1961), p. 75–82, Dr.W. Junk, Den Haag.
6128 5100 13/4.0.1 syn inval nn Sisymbrietalia officinalis J. Tüxen in Lohmeyer, A. & W. Matuszkiewicz, Merker, Moore, Müller, Oberdorfer, Poli, Seibert, Sukopp, Trautmann, J. & R. Tüxen, Westhoff 1962 'Lohmeyer, W., A. Matuszkiewicz, W. Matuszkiewicz, H. Merker, J.J. Moore, T. Müller, E. Oberdorfer, E. Poli, P. Seibert, H. Sukopp, W. Trautmann, J. Tüxen, R. Tüxen & V. Westhoff, 1962. Contribution à l''unification du système phytosociologique pour l''Europe moyenne et nord-occidentale. Melhoramento, 15 : 137-151.'
6129 8229 13/4.0.1 syn incl Erigerono canadensis - Brometalia tectorum (Passarge 1988) Wollert & Dengler in Dengler, Berg, Eisenberg, Isermann, Jansen, Koska, Löbel, Manthey, Päzolt, Spangenberg, Timmermann & Wollert 2003 Conyzo canadensis - Brometalia tectorum Dengler, J., C. Berg, M. Eisenberg, M. Isermann, F. Jansen, I. Koska, S. Löbel, M. Manthey, J. Päzolt, A. Spangenberg, T. Timmermann & H. Wollert, 2003. New descriptions and typifications of syntaxa within the project ‘Plant communities of Mecklenburg-Vorpommern and their vulnerability’ – Part I. Feddes Repertorium, 114(7–8) : 587–631. Passarge, H., 1988. Neophyten-reiche märkische Bahnbegleitgesellschaften. Gleditschia, 16 : 187–197.
6130 8230 13/4.0.1 syn incl Erigerono canadensis - Bromenalia tectorum Passarge 1988 Conyzo canadensis - Bromenalia tectorum Passarge, H., 1988. Neophyten-reiche märkische Bahnbegleitgesellschaften. Gleditschia, 16 : 187–197.
6131 6838 13/4.0.1.0.1 ALL Sisymbrion officinalis Tüxen, Lohmeyer & Preising in Tüxen 1950 ex von Rochow 1951 friches annuelles vernales à préestivales, subnitrophiles à nitrophiles, médioeuropéennes, des sols à texture fine à moyenne Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6132 7401 13/4.0.1.0.1 syn nn Atriplici – Sisymbrion officinalis Hejný 1978 Hejný, S., 1978. Zur Charakteristik und Gliederung des Verbandes Sisymbrion Tx., Lohmeyer et Preising in Tx. 1950. Acta Bot. Slov. Acad. Sci. Slov., Ser. A, 3 : 265–270.
6133 5104 13/4.0.1.0.1 syn incl Atriplicion nitentis Passarge 1978 Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195.
6134 5105 13/4.0.1.0.1 syn incl Bromion tectorum von Soó 1940 Soó, R. von, 1940. Vergangenheit und Gegenwart der pannonischen Flora und Vegetation. Nov. Acta leopoldina, N.F., 9 : 1-49.
6135 5166 13/4.0.1.0.1 syn incl Erigerono canadensis – Bromion tectorum Passarge 1978 Passarge, H., 1978. Übersicht über mitteleuropäische Gefässpflanzengesellschaften. Feddes Repert., 89 : 133-195.
6136 5103 13/4.0.1.0.1 syn inval nn Sisymbrion officinalis Tüxen, Lohmeyer & Preising in Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6137 5116 13/4.0.1.0.1/02 ASS Erigerono canadensis - Lactucetum serriolae Lohmeyer in Oberdorfer 1957 friche annuelle subnitrophile, médioeuropéenne, des sols limono-sableux, mésohydrique France médioeuropéenne Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
6138 5117 13/4.0.1.0.1/02 syn incl Erigerono canadensis - Senecionetum viscosi (Kienast 1978) Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.. Kienast, D. 1978. Die spontane Vegetation der Stadt Kassel in Abhängigkeit von bau- und stadtstrukturellen Quartierstypen. Urbs Regio, 10 : 1–414, 8 tables, 2 maps.
6139 5118 13/4.0.1.0.1/03 ASS Lactuco serriolae - Sisymbrietum altissimi Lohmeyer in Tüxen 1955 ex Kienast 1978 Kienast, D. 1978. Die spontane Vegetation der Stadt Kassel in Abhängigkeit von bau- und stadtstrukturellen Quartierstypen. Urbs Regio, 10 : 1–414, 8 tables, 2 maps. Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
6140 5119 13/4.0.1.0.1/03 syn = Sisymbrietum altissimi Bornkamm 1974 Bornkamm, R., 1974. Die Unkrautvegetation im Bereich der Stadt Köln. l. Die Pflanzengesellschaften. Decheniana, 126 : 267—306. Bonn.
6141 5120 13/4.0.1.0.1/04 ASS Sisymbrietum loeselii Gutte in Rostanski & Gutte 1971 em. Elias 1979 Eliáš, P., 1979. Vorläufige Übersicht der Ruderalpflanzengesellschaften der Stadt Trnava. Zapadné Slovensko, 6 : 271-309. Bratislava. Rostanski, K. & P. Gutte 1971. Die Oenothera-Arten Sachsens. (Gatunki rodzaju Oenothera L. w Saksonii). Ber. Arbeitsgem. Sachs. Bot., n. s., 9 : 69 : 63-88.
6142 5121 13/4.0.1.0.1/04 syn = Chenopodio albi - Descurainietum sophiae (Kreh 1935) Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Kreh, W., 1935. Pflanzensoziologische Untersuchungen auf Stuttgarter Auffüllplätzen. Jh. Ver. Vaterl. Naturk. Württ., 91 : 59-120.
6143 5122 13/4.0.1.0.1/04 syn = Conyzo canadensis - Sisymbrietum loeselii Fischer 1988 Fischer, A., 1988. Ruderalvegetation im mittelhessischen Urbanbereich. Inventar, Schutzmöglichkeiten und Schutzgrenzen. Oberhess. Naturwiss. Z., 50 : 5—17. Gießen.
6144 5123 13/4.0.1.0.1/04 syn = Descurainietum sophiae Kreh 1935 em. Passarge 1959 Passarge, H., 1959. Über die Ackervegetation im nordwestlichen Oberspreewald. Abh. u. Ber. Naturkundemus., Forschungsstelle Görlitz, 36 : 15–35. Kreh, W., 1935. Pflanzensoziologische Untersuchungen auf Stuttgarter Auffüllplätzen. Jh. Ver. Vaterl. Naturk. Württ., 91 : 59-120.
6145 5124 13/4.0.1.0.1/04 syn = Sisymbrietum loeselii (Kreh 1935) Gutte 1972 Gutte, P., 1972. Ruderalpflanzengesellschaften West- und Mittelsachsens. Feddes Repert., 83 : 11-122. Kreh, W., 1935. Pflanzensoziologische Untersuchungen auf Stuttgarter Auffüllplätzen. Jh. Ver. Vaterl. Naturk. Württ., 91 : 59-120.
6146 5125 13/4.0.1.0.1/04 syn = Sisymbrietum loeselii Fijalkowski 1978 Fijałkowski, D., 1978. Synantropy roslinne Lubelszczyny. Lubelskie Towarzystwo Naukowe, Prace Wydziau Biol., Lublin, 5 : 1-260.
6147 5126 13/4.0.1.0.1/04 syn incl Lactuco serriolae - Sisymbrietum loeselii Hadàč & Rambouskova in Hadàč, Rambouskova & Valach 1983 Hadàč, E., H. Rambousková & R. Valach, 1983. Notes on the syntaxonomy and synecology of some ruderal plant communities in Praha-Holešovice with special attention to winter-salted habitats. Preslia, Praha, 55(1) : 63–81.
6148 5130 13/4.0.1.0.1/06 ASS Lappulo squarrosae - Asperuginetum procumbentis Braun-Blanquet 1919 Braun-Blanquet, J., 1919. Schedae at Floram raeticam exsciccatam. Jahresber. Naturf. Ges. Graubündens, 2 : 33-61.
6149 5131 13/4.0.1.0.1/06 syn = Lappulo squarrosae - Asperuginetum procumbentis Ubrizsý 1949 ?
6150 5132 13/4.0.1.0.1/06 syn = Sisymbrio austriaci - Asperuginetum procumbentis Rebholz 1931 Rebholz, E., 1931. Pflanzensoziologischepflanzengeographische Studien in Südwestdeutschland. II. von Fridingen nach Beuron. Beitr. Naturdenkmalpfl., 14 : 221-229. Neudamm.
6151 5133 13/4.0.1.0.1/06 syn compl Lappulo squarrosae - Cynoglossetum officinalis Klika 1935 Klika, J., 1935. Die Pflanzengesellschaften des entblössten Teichbodens in Mitteleuropa. Beih. Bot. Centralbl., 53 : 286-310. Dresden.
6152 5143 13/4.0.1.0.1/08 ASS Atriplicetum sagittatae Knapp (1945) 1948 ex Schreier 1955 Schreier, K., 1955. Die Vegetation auf Trümmer-Schutt zerstörter Stadtteile in Darmstadt und ihre Entwicklung in Pflanzensoziologischer Betrachtung. Schriftenr. Naturschutzstelle Darmstadt, 3(1) : 1–50. Knapp, R., 1948. Einführung in die Pflanzensoziologie. 2 : Die Pflanzengesellschaften Mitteleuropas. Stuttgart/Ludwigsburg, 94 p. Knapp, R., 1945. Die ruderal-Gesellschaften in Halle an der Saale und seiner Umgebung. 31 p. Halle/Saale. [manuscrit]
6153 5144 13/4.0.1.0.1/08 syn = Atriplicetum oblongifoliae - sagittatae Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
6154 5145 13/4.0.1.0.1/08 syn incl Descurainio sophiae - Atriplicetum oblongifoliae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
6155 5146 13/4.0.1.0.1/08 syn incl Descurainio sophiae - Atriplicetum sagittatae Oberdorfer 1957 ex Mahn & Schubert 1962 Mahn, E.G. & R. Schubert, 1962. Vegetationskundliche Untersuchungen in der mitteldeutschen Ackerlandschaft. Wissenschaftliche Zeitschrift der Martin Luther Universität Halle-Wittenberg, 9(7). Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
6156 5147 13/4.0.1.0.1/08 syn incl Lactuco - Atriplicetum sagittatae (Knapp 1945 ex Schreier 1955) Weisskirchen & Krause 1994 ? Schreier, K., 1955. Die Vegetation auf Trümmer-Schutt zerstörter Stadtteile in Darmstadt und ihre Entwicklung in Pflanzensoziologischer Betrachtung. Schriftenr. Naturschutzstelle Darmstadt, 3(1) : 1–50. Knapp, R., 1945. Die ruderal-Gesellschaften in Halle an der Saale und seiner Umgebung. 31 p. Halle/Saale. [manuscrit]
6157 7402 13/4.0.1.0.1/09 ASS Chenopodietum stricti Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
6158 5148 13/4.0.1.0.1/09 syn = Chenopodietum stricti Oberdorfer 1957 ex Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
6159 5149 13/4.0.1.0.1/09 syn incl Sisymbrio loeselii - Chenopodietum stricti Passarge (1964) 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin. Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
6160 5150 13/4.0.1.0.1/10 ASS Sisymbrio altissimi - Brassicetum nigrae Kruseman in Westhoff, Dijk, Passchier & Sissingh 1946 n. n. friche annuelle mésohydrique Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p.
6161 5151 13/4.0.1.0.1/11 ASS Torilidetum japonicae Lohmeyer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 'friche annuelle d''ourlets externes basophiles' Oberdorfer, E., S. Görs, D. Korneck, W. Lohmeyer, T. Müller, G. Philippi & P. Seibert, 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
6162 5152 13/4.0.1.0.1/11 syn = Torilidetum japonicae Lohmeyer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi, Seibert 1967 ex Görs & Müller 1969 Görs, S. & T. Müller, 1969. Beitrag zur Kenntnis der nitrophilen Saumgesellschaften Süddeutschlands. Mitt. Flor. Soziol. Arbeitsgem., N.F., 14 : 153-168. Oberdorfer, E., S. Görs, D. Korneck, W. Lohmeyer, T. Müller, G. Philippi & P. Seibert, 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
6163 5153 13/4.0.1.0.1/12 ASS Bromo tectorum - Erigeronetum canadensis (Knapp 1961) Gutte 1966 Gutte, P., 1966. Die Verbreitung einiger Ruderalpflanzengesellschaften in der weiteren Umgebung von Leipzig. Wiss. Zeitschr. Univ. Halle-Witten., Math. Natur., 15 : 937-1010. Knapp, R., 1961. Vegetations-Einheiten der Wegränder und der Eisenbahn-Anlagen in Hessen und im Bereich des unteren Neckar. Ber. Oberhess. Ges. Natur- Heilkd., 31 : 122–154. Gießen.
6164 5154 13/4.0.1.0.1/12 syn incl Arenario serpyllifoliae - Brometum tectorum (Bojko 1934) Stjepanovic-V. & Canak 1959 Stjepanovic-Veselicic, L. & M. Canak, 1959. Dinamika obrastanja nasutog peska Novog Beograda. Glasnik Prir. muzeja, Ser.B, knj. 4(1) : 131-156. Bojko, H., 1934. Die Vegetationsverhältnisse im Seewinkel. Versuch einer pflanzensoziologischen Monographie des Sand- und Salzsteppengebietes östlich vom Neusiedler See. II. Bot. Cbl., 2. Abt., Beih. 51 : 600–747.
6165 5108 13/4.0.1.0.1/12 syn incl Linario - Brometum tectorum Knapp 1961 Knapp, R., 1961. Vegetations-Einheiten der Wegränder und der Eisenbahn-Anlagen in Hessen und im Bereich des unteren Neckar. Ber. Oberhess. Ges. Natur- Heilkd., 31 : 122–154. Gießen.
6166 7060 13/4.0.1.0.1/12 syn incl ? Chenopodio albi - Erigeronetum canadensis Carretero 1994 Carretero, J.L., 1994. Las comunidades vegetales de Conyza bonariensis, Conyza canadensis, Conyza sumatrensis y Aster squamatus en España. Ecología, 8 : 193-202.
6167 8245 13/4.0.1.0.1/12 syn incl Brometum tectorum Bojko 1934 Bojko, H., 1934. Die Vegetationsverhältnisse im Seewinkel. Versuch einer pflanzensoziologischen Monographie des Sand- und Salzsteppengebietes östlich vom Neusiedler See. II. Bot. Cbl., 2. Abt., Beih. 51 : 600–747.
6168 5155 13/4.0.1.0.1/13 ASS Malvetum pusillae Morariu 1943 Morariu, I., 1943. Asociaţii de plante antropofile din jurul Bucureştiului, cu observaţii asupra răspândirii lor în ţară şi mai ales în Transilvania. Bul. Grăd. Bot. Muz. Bot. Cluj, 23(3-4) : 131 – 212.
6169 5156 13/4.0.1.0.1/14 ASS Sisymbrietum officinalis Hadàč 1978 Hadàč, E., 1978. Ruderal Vegetation of the Broumov Basin, NE Bohemia. Folia Geobot. Phytotax., 13 : 129-163. Praha.
6170 5157 13/4.0.1.0.1/15 ASS Sisymbrietum irionis Langer 1994 ?
6171 5158 13/4.0.1.0.1/15 syn incl Poo annuae - Sisymbrietum irionis Billy 2002 Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
6172 8246 13/4.0.1.0.1/15 syn incl Capsello bursae-pastoris - Sisymbrietum irionis (Langer 1994) Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.. ?
6173 5159 13/4.0.1.0.1/16 ASS Conyzo canadensis - Panicetum capillaris Hetzel in Ullmann & Hetzel 1990 Ullmann, I. & G. Hetzel, 1990. Conyzo canadensis-Panicetum capillaris. Eine "moderne" Anthropochoren Gesellschaft des südlichen Mitteleuropa. Phytocoenologia, 18 : 371-386.
6174 5163 13/4.0.1.0.1/19 ASS Aperetum interruptae Korneck 1987 ?
6175 5164 13/4.0.1.0.1/19 syn pp Aperetum interruptae Bank-Signon et Patzke 1986 Bank-Signon, I., Patzke, E., 1986. Zur Soziologie von Apera interrupta. Tuexenia, 6 : 21-24.
6176 4687 13/4.0.1.0.1/20 ASS Berteroetum incanae Sissingh & Tideman in Sissingh 1950 Sissingh, G., 1950. Onkruid-associaties in Nederland. Een sociologisch-systematische beschrijving van de klasse Rudereto-Secalinetea. Dissertatie Landbouwhogeschool Wageningen. Verslagen van Landbouwkundige Onderzoekingen, 56, 15. 1-224. [= Comm. SIGMA, 106, 224 p.]
6177 4688 13/4.0.1.0.1/20 syn compl Verbasco thapsi - Berteroetum incanae Passarge 1959 Passarge, H., 1959. Über die Ackervegetation im nordwestlichen Oberspreewald. Abh. u. Ber. Naturkundemus., Forschungsstelle Görlitz, 36 : 15–35.
6178 7403 13/4.0.1.0.1/21 ASS Vulpio myuri – Erigeronetum canadensis Petit 1979 Petit, D., 1979. Les friches hautes des terrils houillers du nord de la france. Doc. Phytosoc., N.S., 4 : 803-826.
6179 5110 13/4.0.1.0.2 ALL Malvion neglectae (Gutte 1972) Hejný 1978 friches annuelles estivales à autumnales, centroeuropéennes, subnitrophiles à nitrophiles, médioeuropéennes, des sols à texture fine à moyenne Hejný, S., 1978. Zur Charakteristik und Gliederung des Verbandes Sisymbrion Tx., Lohmeyer et Preising in Tx. 1950. Acta Bot. Slov. Acad. Sci. Slov., Ser. A, 3 : 265–270.. Gutte, P., 1972. Ruderalpflanzengesellschaften West- und Mittelsachsens. Feddes Repert., 83 : 11-122.
6180 5109 13/4.0.1.0.2 syn = Malvenion neglectae Gutte 1966 Gutte, P., 1966. Die Verbreitung einiger Ruderalpflanzengesellschaften in der weiteren Umgebung von Leipzig. Wiss. Zeitschr. Univ. Halle-Witten., Math. Natur., 15 : 937-1010.
6181 5134 13/4.0.1.0.2/01 ASS Hyoscyamo nigri - Malvetum neglectae Aichinger 1933 Aichinger, E., 1933. Vegetationskunde der Karawanken. Pflanzensoziologie, 2, 13 + 329 p. G. Fischer, Jena.
6182 5136 13/4.0.1.0.2/01 syn incl Daturo stramonii - Malvetum neglectae Lohmeyer in Tüxen 1950 ex Passarge 1955 Passarge, H. 1955. Über Zusammensetzung und Verbreitung einiger Unkrautgesellschaften im südlichen Havelland. Mitt. Florist.-Soziol. Arbeitsgem., 5 : 76-83. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6183 5137 13/4.0.1.0.2/01 syn incl Matricario discoideae - Anthemidetum cotulae Dihoru 1975 ex Mucina 1987 ? Dihoru, G., 1975. Invelisul vegetal din Muntele Siriu. Edit. Acad. R.S.R. Bucuresti.
6184 8247 13/4.0.1.0.2/01 syn incl Matricario discoideae - Anthemidetum cotulae Dihoru 1975 prov. Dihoru, G., 1975. Invelisul vegetal din Muntele Siriu. Edit. Acad. R.S.R. Bucuresti.
6185 5138 13/4.0.1.0.2/01 syn incl Sisymbrio officinalis - Urticetum urentis (Klement 1953) Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Klement, O., 1953. Die Vegetation der Nordsee- insel Wangerooge. Veroff. Instit. Meeresforsch. Bremerhaven, 2 : 279-379.
6186 5139 13/4.0.1.0.2/01 syn incl Urtico urentis - Anthemidetum cotulae Wollert 1991 ?
6187 5141 13/4.0.1.0.2/01 syn incl Urtico urentis - Malvetum neglectae Lohmeyer in Tüxen 1950 ex Grosse-Brauckmann 1954 Grosse-Brauckmann, G., 1954. Untersuchungen über die Ökologie, besonders den Wasserhaushalt, von Ruderalgesellschaften. Vegetatio (1953) : 245-283. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6188 7405 13/4.0.1.0.2/01 syn inval nn Daturo stramonii - Malvetum neglectae (Athenstädt 1941) Lohmeyer in Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6189 5140 13/4.0.1.0.2/01 syn inval nn Urtico urentis - Malvetum neglectae (Knapp 1945) Lohmeyer in Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6190 5142 13/4.0.1.0.2/01 syn pp ambig Malvetum neglectae Feldföldy 1942 Feldföldy, L., 1942. Soziologische Untersuchungen über die pannonische Ruderalvegetation. Acta Geobot. Hung., 43 : 87-140.
6191 5127 13/4.0.1.0.2/02 ASS Malvo neglectae - Chenopodietum vulvariae Gutte 1966 Gutte, P., 1966. Die Verbreitung einiger Ruderalpflanzengesellschaften in der weiteren Umgebung von Leipzig. Wiss. Zeitschr. Univ. Halle-Witten., Math. Natur., 15 : 937-1010.
6192 5129 13/4.0.1.0.2/02 syn = Chenopodio vulvariae - Malvetum neglectae Gutte 1972 Gutte, P., 1972. Ruderalpflanzengesellschaften West- und Mittelsachsens. Feddes Repert., 83 : 11-122.
6193 5128 13/4.0.1.0.2/02 syn incl Chenopodietum vulvariae Gutte & Pysek 1976 Gutte, P. & A. Pysek, 1976. Das Chenopodietum vulvariae : eine neue Ruderalpflanzengesellschaft. Feddes Repert., 87 : 521-526.
6194 5106 13/4.0.1.0.3 ALL Bromo sterilis - Hordeion murinum Hejný 1978 friches annuelles hypernitrophiles, médioeuropéenne, des sols limono-sableux, mésoxérophiles Hejný, S., 1978. Zur Charakteristik und Gliederung des Verbandes Sisymbrion Tx., Lohmeyer et Preising in Tx. 1950. Acta Bot. Slov. Acad. Sci. Slov., Ser. A, 3 : 265–270.
6195 5107 13/4.0.1.0.3 syn incl Bromo sterilis - Sisymbrienion officinalis Géhu & Géhu-Franck 1985 Géhu, J.-M. & J. Géhu-Franck, 1985. Les voiles nitrophiles annuels des dunes armoricaines anthropisées. Coll. Phytosoc., 12 : 1-22. (Végétations nitrophiles, Bailleul 1983).
6196 7409 13/4.0.1.0.3/01 ASS Geranio mollis – Hordeetum murinum Géhu 2008 Géhu, J.-M., 2008. Etude des associations végétales des sentiers littoraux de Dinard et Saint-Enogat (France, 35) suivie d’un guide itinéraire. Journal de Botanique de la Soc. Bot. France, 41 : 47-80.
6197 5115 13/4.0.1.0.3/02 ASS Sisymbrio officinalis – Hordeetum murinum Braun-Blanquet 1967 Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
6198 5111 13/4.0.1.0.3/03 ASS Bromo sterilis - Hordeetum murinum (Allorge 1922) Lohmeyer in Tüxen 1950 friche annuelle hypernitrophile, médioeuropéenne, des sols limono-sableux, mésoxérophile France médioeuropéenne Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
6199 5112 13/4.0.1.0.3/03 syn incl Brometum sterilis Görs 1966 Görs, S., 1966. Die Pflanzengesellschaften der Rebhänge am Spitzbergz. Die Natur- und Landschaftsschutzgebiete Baden-Württ., 3.
6200 5113 13/4.0.1.0.3/03 syn incl Capsello bursae-pastoris - Brometum sterilis (Müller in Oberdorfer 1983) Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin. Oberdorfer, E., 1983. Süddeutsche Pflanzengesellschaften (2ten Aufl.). Teil III. Wirtschaftswiesen und Unkrautgesellschaften. 455 p. Gustav Fischer Verlag, Stuttgart.
6201 7407 13/4.0.1.0.3/03 syn incl Hordeetum murinum Allorge 1922 Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
6202 5114 13/4.0.1.0.3/03 syn incl Hordeetum murinum Libbert 1933 Libbert, W., 1933. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 75: 229-348.
6203 7408 13/4.0.1.0.3/04 ASS Lepidio squamati – Centaureetum calcitrapae Quantin 1947 Quantin, A., 1947. Les associations rudérales en Bourgogne méridionale. Bull . Soc. Bot. Fra., 94(9) : 406-409.
6204 5165 13/4.0.1.0.4 ALL Salsolion kali subsp. ruthenicae Philippi 1971 friches annuelles, subnitrophiles, médioeuropéennes, des sols sablo-graveleux Philippi, G., 1971. Sandfluren, Steppenrasen und Saumgesellschaften der Schwetzinger Hardt. Veröff. Landesst. Natursch. Landschaftspfl. Baden-Württ., 39 : 67-130.
6205 7410 13/4.0.1.0.4 syn = Salsolion ruthenicae Philippi 1971 ex Oberdorfer 1983 Oberdorfer, E., 1983. Süddeutsche Pflanzengesellschaften (2ten Aufl.). Teil III. Wirtschaftswiesen und Unkrautgesellschaften. 455 p. Gustav Fischer Verlag, Stuttgart. Philippi, G., 1971. Sandfluren, Steppenrasen und Saumgesellschaften der Schwetzinger Hardt. Veröff. Landesst. Natursch. Landschaftspfl. Baden-Württ., 39 : 67-130.
6206 7400 13/4.0.1.0.4 syn incl Erigerono canadensis – Senecionion viscosi Eliáš 1986 Eliáš, P., 1986. A survey of the ruderal plant communities of Western Slovakia. II. Feddes Repert. Spec. Nov. Regni Veg., Berlin, 97 : 197-221.
6207 5167 13/4.0.1.0.4/01 ASS Salsoletum kali subsp. ruthenicae Philippi 1971 Philippi, G., 1971. Sandfluren, Steppenrasen und Saumgesellschaften der Schwetzinger Hardt. Veröff. Landesst. Natursch. Landschaftspfl. Baden-Württ., 39 : 67-130.
6208 7412 13/4.0.1.0.4/01 syn = Salsoletum kali subsp. ruthenicae Philippi 1971 ex de Foucault 2011 ? Philippi, G., 1971. Sandfluren, Steppenrasen und Saumgesellschaften der Schwetzinger Hardt. Veröff. Landesst. Natursch. Landschaftspfl. Baden-Württ., 39 : 67-130.
6209 5168 13/4.0.1.0.4/01 syn incl Amarantho retroflexi - Salsoletum kali subsp. ruthenicae Passarge (1984) 1988 Passarge, H., 1988. Neophyten-reiche märkische Bahnbegleitgesellschaften. Gleditschia, 16 : 187–197.
6210 5169 13/4.0.1.0.4/02 ASS Bromo tectorum - Corispermetum leptopteri Sissingh & Westhoff in Westhoff, Dijk, Passchier & Sissingh 1946 Westhoff, V., J.W. Dijk, H. Passchier & G. Sissingh, 1946. Overzicht der plantengemeenschappen in Nederland (2e druk). Uitg. KNNV, NJN Breughel, Amsterdam, 118 p.
6211 5170 13/4.0.1.0.4/02 syn = Bromo tectorum - Corispermetum leptopteri (Kruseman 1941) Sissingh 1950 Sissingh, G., 1950. Onkruid-associaties in Nederland. Een sociologisch-systematische beschrijving van de klasse Rudereto-Secalinetea. Dissertatie Landbouwhogeschool Wageningen. Verslagen van Landbouwkundige Onderzoekingen, 56, 15. 1-224. [= Comm. SIGMA, 106, 224 p.] ?
6212 5171 13/4.0.1.0.4/02 syn = Plantagini scabrae - Corispermetum leptoteri Passarge (1957) 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Passarge, H., 1957. Vegetationskundliche Untersuchungen in der Wiesenlandschaft des nördlichen Havellandes. Feddes Repert., 137 : 5-55.
6213 60 13/4.0.1.0.4/02 syn compl pp Cakilo maritimae - Corispermetum pallasii Géhu 1992 ?
6214 5172 13/4.0.1.0.4/03 ASS Plantaginetum scabrae Paun 1964 ?
6215 6839 13/4.0.1.0.4/03 syn incl Plantagini scabrae - Senecionetum viscosi Eliáš 1986 Eliáš, P., 1986. A survey of the ruderal plant communities of Western Slovakia. II. Feddes Repert. Spec. Nov. Regni Veg., Berlin, 97 : 197-221.
6216 5173 13/4.0.1.0.4/03 syn incl Setario viridis - Plantaginetum scabrae (Philippi 1971) Passarge 1988 Passarge, H., 1988. Neophyten-reiche märkische Bahnbegleitgesellschaften. Gleditschia, 16 : 187–197. Philippi, G., 1971. Sandfluren, Steppenrasen und Saumgesellschaften der Schwetzinger Hardt. Veröff. Landesst. Natursch. Landschaftspfl. Baden-Württ., 39 : 67-130.
6217 5174 13/4.0.1.0.4/04 ASS Bassietum scopariae subsp. densiflorae Gutte & Klotz 1985 Gutte, P. & S. Klotz, 1985. Zur Soziologie einiger urbaner Neophyten. - Hercynia, N.F., 22 : 25-36.
6218 5175 13/4.0.1.0.4/04 syn incl Amarantho retroflexi - Bassietum scopariae subsp. densiflorae (Brandes 1991) Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin. ?
6219 8248 13/4.0.1.0.4/04 syn incl Chenopodio albi - Bassietum scopariae subsp. densiflorae (Peris & Esteso ined) J. Gómez 2008 ? ?
6220 5176 13/4.0.1.0.4/05 ASS Atriplici roseae - Salsoletum kali subsp. ruthenicae Rivas-Martínez 1979 ?
6221 7406 13/4.0.1.0.5 ALL Trifolion dubii Julve 2011 all. nov. hoc loco annuelles des trouées des prairies (mosaïques contigues) hoc loco
6222 5160 13/4.0.1.0.5/01 ASS Trifolio dubii - Vicietum sativae Julve 1994 annuelles mésohydriques atlantiques de mosaïque contigue prairiale Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
6223 5161 13/4.0.1.0.5/02 ASS Trifolietum dubio - subterranei (Billy 2000) Julve 2003 ass. nov. hoc loco annuelles mésohydriques thermoatlantiques de mosaïque contigue prairiale hoc loco Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
6224 5162 13/4.0.1.0.5/02 syn compl Trifolietum dubio - subterranei Billy 2000 prov. Billy, F., 2000. Prairies et pâturages en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 20 : 258 p.
6225 7333 13/4.0.1.0.5/03 ASS Trifolietum dubio - maritimi Julve 2011 ass. nov. hoc loco annuelles hygrophiles thermoatlantiques de mosaïque contigue prairiale hoc loco
6226 5177 13/4.0.2 ORD Brometalia rubenti - tectorum Rivas-Martínez & Izco 1977 friches annuelles, subnitrophiles, méditerranéennes à subméditerranéennes, vernales Rivas-Martínez, S. & J. Izco, 1977. Sobre la vegetacion terofitica subnitrofila mediterranea (Brometalia rubenti-tectori). Anales Inst. Bot. Cavanilles, 34 : 355-381.
6227 7386 13/4.0.2 syn = Bromenalia rubenti - tectorum Rivas-Martínez & Izco 1977 Rivas-Martínez, S. & J. Izco, 1977. Sobre la vegetacion terofitica subnitrofila mediterranea (Brometalia rubenti-tectori). Anales Inst. Bot. Cavanilles, 34 : 355-381.
6228 5180 13/4.0.2 syn = Brometalia (Rivas Goday & Rivas-Martínez 1963 ex Esteve 1973) O. de Bolòs 1975 Thero - Brometalia 'Bolòs, O. de, 1975. Contribution a l''étude du Bromo-Oryzopsion miliaceae. Phytocoenologia, 2 : 141-145.' Esteve, F., 1973. Vegetación y flora de las regiones central y meridional de la provincia de Murcia. Publ. Centro de Edafología y Biología Aplicada del Segura. 451 p. Murcia. Rivas Goday, S. & S. Rivas-Martínez, 1963. Estudio y clasificacion de los pastizales espanoles. Publ. Ministerio de agricult., 277, 269 p. Madrid.
6229 5178 13/4.0.2 syn = Brometalia Rivas Goday & Rivas-Martínez 1963 Thero - Brometalia annua Rivas Goday, S. & S. Rivas-Martínez, 1963. Estudio y clasificacion de los pastizales espanoles. Publ. Ministerio de agricult., 277, 269 p. Madrid.
6230 5179 13/4.0.2 syn = Brometalia Rivas Goday & Rivas-Martínez ex Esteve 1973 Thero - Brometalia annua Esteve, F., 1973. Vegetación y flora de las regiones central y meridional de la provincia de Murcia. Publ. Centro de Edafología y Biología Aplicada del Segura. 451 p. Murcia. Rivas Goday, S. & S. Rivas-Martínez, 1963. Estudio y clasificacion de los pastizales espanoles. Publ. Ministerio de agricult., 277, 269 p. Madrid.
6231 5181 13/4.0.2.0.1 ALL Taeniathero capitis-medusae - Aegilopion ovatae Rivas-Martínez & Izco 1977 friches annuelles, subnitrophiles, thermoméditerranéennes Rivas-Martínez, S. & J. Izco, 1977. Sobre la vegetacion terofitica subnitrofila mediterranea (Brometalia rubenti-tectori). Anales Inst. Bot. Cavanilles, 34 : 355-381.
6232 5182 13/4.0.2.0.1 syn = Aegilopion ovatae Rivas Goday & Rivas-Martínez 1963 Rivas Goday, S. & S. Rivas-Martínez, 1963. Estudio y clasificacion de los pastizales espanoles. Publ. Ministerio de agricult., 277, 269 p. Madrid.
6233 5183 13/4.0.2.0.1/01 ASS Trifolio cherleri - Taeniatheretum capitis-medusae Rivas-Martínez & Izco 1977 Rivas-Martínez, S. & J. Izco, 1977. Sobre la vegetacion terofitica subnitrofila mediterranea (Brometalia rubenti-tectori). Anales Inst. Bot. Cavanilles, 34 : 355-381.
6234 5184 13/4.0.2.0.1/02 ASS Medicagini rigidulae - Aegilopetum ovatae Rivas-Martínez & Izco 1977 Rivas-Martínez, S. & J. Izco, 1977. Sobre la vegetacion terofitica subnitrofila mediterranea (Brometalia rubenti-tectori). Anales Inst. Bot. Cavanilles, 34 : 355-381.
6235 5185 13/4.0.2.0.1/03 ASS Bromo tectorum - Stipetum capensis Rivas-Martínez & Izco 1977 Rivas-Martínez, S. & J. Izco, 1977. Sobre la vegetacion terofitica subnitrofila mediterranea (Brometalia rubenti-tectori). Anales Inst. Bot. Cavanilles, 34 : 355-381.
6236 5186 13/4.0.2.0.1/04 ASS Bromo fasciculati - Aegilopetum ovatae P. Sánchez, Alcaraz & De la Torre in P. Sánchez & Alcaraz 1993 Sánchez Gómez, P. & F. Alcaraz, 1993. Novedades fitosociológicas presentes en el subsector Subbético-Murciano. Anales de Biología, 18 : 121-152.
6237 5187 13/4.0.2.0.2 ALL Hordeion murinum subsp. leporinum (Braun-Blanquet 1931) Braun-Blanquet 1947 friches annuelles, subnitrophiles, mésoméditerranéennes Hordeion leporinum 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. ' Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6238 5189 13/4.0.2.0.2 syn = Hordeion murinum subsp. leporinum Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 Hordeion leporinum Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
6239 5190 13/4.0.2.0.2 syn = Hordeion murinum subsp. leporinum Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 corr. O. de Bolòs 1962 Hordeion leporinum Bolòs, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona. Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
6240 5188 13/4.0.2.0.2 syn nn Hordeion murinum subsp. leporinum Braun-Blanquet 1931 Hordeion leporinum Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6241 5191 13/4.0.2.0.2/01 ASS Asphodelo fistulosi - Hordeetum murinum subsp. leporinum (A. & O. de Bolòs 1950) O. de Bolòs 1956 Asphodelo fistulosi - Hordeetum leporinum Bolòs, O. de, 1956. La végétation de la Catalogne moyenne. Veröff. Ber. Geobot. Inst. E.T.H. Stiffung Rübel, 31 : 70-89. Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona.
6242 8249 13/4.0.2.0.2/01 syn = Asphodelo fistulosi - Hordeetum murinum subsp. leporinum A. & O. de Bolòs 1950 prov. Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona.
6243 5192 13/4.0.2.0.2/02 ASS Bromo scoparii - Hordeetum murinum subsp. leporinum Rivas-Martínez 1978 Bromo scoparii - Hordeetum leporinum Rivas-Martínez, S., 1978. La vegetación del Hordeion leporini en España. Doc. Phytosoc., 2 : 337-392.
6244 5193 13/4.0.2.0.2/03 ASS Anacyclo radiati - Hordeetum murinum subsp. leporinum O. de Bolòs & Rivas-Martínez in Rivas-Martínez 1978 Anacyclo radiati - Hordeetum leporinum Rivas-Martínez, S., 1978. La vegetación del Hordeion leporini en España. Doc. Phytosoc., 2 : 337-392.
6245 5194 13/4.0.2.0.2/04 ASS Bromo rubentis - Hirschfeldietum incanae Oberdorfer ex Lohmeyer 1975 Lohmeyer, W., 1975. Über einige anthropogene nitrophile Unkrautgesellschaften der Insel Gran Canaria. Schriftenreihe Vegetationsk. 8 : 111-140.
6246 5195 13/4.0.2.0.2/05 ASS Hordeetum murinum subsp. leporinum Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 Hordeetum leporinum Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
6247 5196 13/4.0.2.0.2/06 syn incl Lepidio drabae - Brometum diandri O. de Bolòs 1996 Bolòs, O. de, 1996. Contribució al coneixement de la vegetació del territori Auso-segarric. Mem. Real Acad. Ci. Barcelona, 930 : 1-128.
6248 5197 13/4.0.2.0.3 ALL Laguro ovati - Bromion rigidi Géhu & Géhu-Franck 1985 friches annuelles, subnitrophiles, maritimes, thermoatlantiques Géhu, J.-M. & J. Géhu-Franck, 1985. Les voiles nitrophiles annuels des dunes armoricaines anthropisées. Coll. Phytosoc., 12 : 1-22. (Végétations nitrophiles, Bailleul 1983).
6249 5198 13/4.0.2.0.3 syn incl Laguro ovati - Bromenion rigidi Géhu & Géhu-Franck 1985 Géhu, J.-M. & J. Géhu-Franck, 1985. Les voiles nitrophiles annuels des dunes armoricaines anthropisées. Coll. Phytosoc., 12 : 1-22. (Végétations nitrophiles, Bailleul 1983).
6250 5199 13/4.0.2.0.3 syn incl Laguro ovati - Sisymbrienion officinalis Géhu & Géhu-Franck 1985 Géhu, J.-M. & J. Géhu-Franck, 1985. Les voiles nitrophiles annuels des dunes armoricaines anthropisées. Coll. Phytosoc., 12 : 1-22. (Végétations nitrophiles, Bailleul 1983).
6251 5200 13/4.0.2.0.3 syn incl Laguro ovati - Vulpienion membranaceae Géhu & Géhu-Franck 1985 Géhu, J.-M. & J. Géhu-Franck, 1985. Les voiles nitrophiles annuels des dunes armoricaines anthropisées. Coll. Phytosoc., 12 : 1-22. (Végétations nitrophiles, Bailleul 1983).
6252 5201 13/4.0.2.0.3/01 ASS Laguro ovati - Brometum rigidi Géhu & Géhu-Franck 1985 Géhu, J.-M. & J. Géhu-Franck, 1985. Les voiles nitrophiles annuels des dunes armoricaines anthropisées. Coll. Phytosoc., 12 : 1-22. (Végétations nitrophiles, Bailleul 1983).
6253 7396 13/4.0.2.0.3/01 syn compl Matricario maritimae – Raphanetum raphanistri subsp. landrae Géhu 2000 Matricario maritimae - Raphanetum landrae ?
6254 5208 13/4.0.2.0.3/01 syn compl Picrido echioidis - Raphanetum raphanistri subsp. landrae Loidi, Berastegi, Biurrun, García-Mijangos & Herrera 1995 Picro echioidis - Raphanetum landrae Loidi, J., A. Berastegi, I. Biurrun, I. García-Mijangos & M. Herrera, 1995. Data on Artemisietea vulgaris in the Basque Country. Bot. Helvetica, 105 : 165-185.
6255 5205 13/4.0.2.0.3/01 syn incl Laguro ovati - Raphanetum raphanistri subsp. landrae (J.-M. & J. Géhu 1969) Géhu & Géhu-Franck 1985 Laguro ovati - Raphanetum landrae Laguro ovati - Raphanetum maritimi Géhu, J.-M. & J. Géhu-Franck, 1985. Les voiles nitrophiles annuels des dunes armoricaines anthropisées. Coll. Phytosoc., 12 : 1-22. (Végétations nitrophiles, Bailleul 1983). Géhu, J.-M. & J. Géhu, 1969. Les associations végétales des dunes mobiles et des bordures de plages de la côte atlantique française. Vegetatio, 18 : 122-166.
6256 5207 13/4.0.2.0.3/01 syn incl Raphanetum raphanistri subsp. landrae O. de Bolòs, Molinier & P. Montserrat 1970 Raphanetum landrae Raphanetum maritimi Bolòs, O. de, René Molinier & P. Montserrat, 1970. Observations phytosociologiques dans l’Ille de Minorque. Acta Bot. Barcinon., 5 : 1-150. (Commun. Stat. Inst. Géobot. Médit. Alpine Montpellier, 191).
6257 5206 13/4.0.2.0.3/01 syn incl illeg nn Raphanetum raphanistri subsp. landrae Géhu 1968 Raphanetum landrae Raphanetum maritimi Géhu, J.-M., 1968. Application en phytosociologie de la cartographie en réseaux. Bull. Soc. Bot. N. Fr., 22 : 1-25.
6258 5202 13/4.0.2.0.3/02 ASS Laguro ovati - Vulpietum fasciculatae Géhu & Géhu-Franck 1985 Géhu, J.-M. & J. Géhu-Franck, 1985. Les voiles nitrophiles annuels des dunes armoricaines anthropisées. Coll. Phytosoc., 12 : 1-22. (Végétations nitrophiles, Bailleul 1983).
6259 5203 13/4.0.2.0.3/03 ASS Laguro ovati - Vulpietum membranaceae Géhu & Géhu-Franck 1985 Géhu, J.-M. & J. Géhu-Franck, 1985. Les voiles nitrophiles annuels des dunes armoricaines anthropisées. Coll. Phytosoc., 12 : 1-22. (Végétations nitrophiles, Bailleul 1983).
6260 5204 13/4.0.2.0.3/03 syn incl Laguro ovati - Vulpietum bromoidis Géhu & Géhu-Franck 1985 Géhu, J.-M. & J. Géhu-Franck, 1985. Les voiles nitrophiles annuels des dunes armoricaines anthropisées. Coll. Phytosoc., 12 : 1-22. (Végétations nitrophiles, Bailleul 1983).
6261 5209 13/4.0.2.0.3/04 ASS Laguro ovati - Hordeetum murinum subsp. leporinum Géhu & Géhu-Franck 1985 Laguro ovati - Hordeetum leporinum Géhu, J.-M. & J. Géhu-Franck, 1985. Les voiles nitrophiles annuels des dunes armoricaines anthropisées. Coll. Phytosoc., 12 : 1-22. (Végétations nitrophiles, Bailleul 1983).
6262 7388 13/4.0.2.0.3/05 ASS Laguro ovati - Avenetum barbatae Géhu 2008 Géhu, J.-M., 2008. Etude des associations végétales des sentiers littoraux de Dinard et Saint-Enogat (France, 35) suivie d’un guide itinéraire. Journal de Botanique de la Soc. Bot. France, 41 : 47-80.
6263 7389 13/4.0.2.0.3/05 syn incl Laguro ovati - Brometum madritensis Géhu 2008 Géhu, J.-M., 2008. Etude des associations végétales des sentiers littoraux de Dinard et Saint-Enogat (France, 35) suivie d’un guide itinéraire. Journal de Botanique de la Soc. Bot. France, 41 : 47-80.
6264 7390 13/4.0.2.0.3/06 ASS Hordeo murinum – Arctothecetum calendulae Campos, Biurrun, García-Mijangos, Loidi & Herrera 2010 Campos, J.A., I. Biurrun, I. Garcia-Mijangos, J. Loidi & M. Herrera, 2010. Datos sobre la vegetation psamofila ruderal de la costa cantabrica. Braun-Blanquetia, 46 : 149-156.
6265 5210 13/4.0.2.0.4 ALL Laguro ovati - Vulpion fasciculatae Géhu & Biondi 1994 friches annuelles, subnitrophiles, maritimes, méditerranéennes Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
6266 5211 13/4.0.2.0.4/01 ASS Sileno nicaensis - Vulpietum fasciculatae (Paradis & Piazza 1991) Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154. 'Paradis, G. & C. Piazza, 1991. Contribution à l''étude de la végétaion du site classé de l''Ostriconi (Corse). Bull. Soc. Bot. Centre-Ouest, n.s., 22 : 149-182.'
6267 5212 13/4.0.2.0.4/02 ASS Sileno sericeae - Vulpietum fasciculatae Paradis & Piazza 1992 Paradis, G. & C. Piazza, 1992. Description de trois associations nouvelles sur le littoral occidental de la Corse. Coll. Phytosoc., 18 : 179-191. (Phytosociologie littorale et taxonomie, Bailleul 1989).
6268 5213 13/4.0.2.0.4/03 ASS Sileno gallicae - Brometum diandri Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
6269 5219 13/4.0.3 ORD Chenopodietalia muralis Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 friches annuelles, nitrophiles, thermophiles, euryméditerranéennes Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
6270 5215 13/4.0.3 syn = Chenopodienea muralis (Rivas-Martínez, Bascones, Díaz, Fernández González & Loidi 1991) Theurillat, Aeschimann, Küpfer & Spichiger 1995 Theurillat, J.P., D. Aeschimann, P. Küpfer & R. Spichiger, 1995. The higher Vegetation units of the Alps. Coll. Phytosoc., 23 : 189-239. (Large Area Vegetation Surveys, Bailleul 1994). Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
6271 5216 13/4.0.3 syn = Chenopodienea muralis Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
6272 5217 13/4.0.3 syn = Chenopodienea muralis Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 ex Théurillat, Aeschimann, Küpfer & Spichiger 1995 Theurillat, J.P., D. Aeschimann, P. Küpfer & R. Spichiger, 1995. The higher Vegetation units of the Alps. Coll. Phytosoc., 23 : 189-239. (Large Area Vegetation Surveys, Bailleul 1994). Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
6273 5218 13/4.0.3 syn = Chenopodietalia muralis Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6274 5220 13/4.0.3 syn = Chenopodietalia muralis Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 em. Rivas-Martínez 1977 Rivas-Martínez, S., 1977. Datos sobre la vegetacion nitrofila espanola. Acta Bot. Malacitana, 3 : 159-167. Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
6275 5214 13/4.0.3 syn = Chenopodietalia muralis Rivas-Martínez 1977 em. Brullo in Brullo & Marceno 1985 Brullo, S. & C. Marceno, 1985. Contributo alla conoscenza della vegetazione nitrofila della Sicilia. Coll. Phytosoc., 12 : 23-148. (Végétations nitrophiles, Bailleul 1983). Rivas-Martínez, S., 1977. Datos sobre la vegetacion nitrofila espanola. Acta Bot. Malacitana, 3 : 159-167.
6276 5221 13/4.0.3 syn = Chenopodio - Stellarienea mediae Rivas Goday 1956 Rivas Goday, S., 1956. Übersicht über die Vegetationsgürtel der iberischen Halbinsel. Kennzeichnende Arten und Gesellschaften. Veröff. Ber. Geobot. Inst. E.T.H. Stiffung Rübel 31, 1. 32-69.
6277 6840 13/4.0.3.0.1 ALL Chenopodion muralis Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 friches annuelles, nitrophiles, thermophiles, estivales à autumnales, mésohydriques Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
6278 5223 13/4.0.3.0.1 syn = Chenopodienion muralis Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica, 14 : 5-341.
6279 5224 13/4.0.3.0.1 syn = Chenopodion muralis Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6280 5222 13/4.0.3.0.1 syn = Chenopodion muralis Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 em. Brullo in Brullo & Marceno 1985 Brullo, S. & C. Marceno, 1985. Contributo alla conoscenza della vegetazione nitrofila della Sicilia. Coll. Phytosoc., 12 : 23-148. (Végétations nitrophiles, Bailleul 1983). Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
6281 5225 13/4.0.3.0.1/01 ASS Chenopodietum muralis Braun-Blanquet & Maire 1924 ex Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier. Braun-Blanquet, J. & R. Maire, 1924. Etudes sur la végétation et la flore marocaine. Mém. Soc. Sci. Nat. Maroc, 8, (1ère partie), 244 p. [session Soc. Bot. Fr., Maroc 1921].
6282 5227 13/4.0.3.0.1/01 syn = Polygono persicariae - Chenopodietum muralis Mucina 1987 Mucina, L., 1987. The ruderal vegetation of the northwestern part of the Podunajská nížina Lowland. Folia Geobot. Phytotax., 22 : 1–23.
6283 5226 13/4.0.3.0.1/01 syn inval nn Chenopodietum muralis Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6284 5228 13/4.0.3.0.1/02 ASS Amarantho blitoidis - Chenopodietum ambrosioidis O. de Bolòs 1967 Bolòs, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38(1) : 3-281.
6285 5229 13/4.0.3.0.1/03 ASS Portulaco oleraceae - Amaranthetum deflexi Bioret, Lahondère & Botineau 1993 Aquitaine, Auvergne, Bretagne Bull. Soc. Bot. Centre-Ouest, N.S., 24 : 192. Bioret, F., C. Lahondère & M. Botineau, 1993. Contribution à l’étude des végétations nitrophiles vernales du littoral Centre-Ouest de la France. Bull. Soc. Bot. Centre-Ouest, N.S., 24 : 191-218.
6286 5230 13/4.0.3.0.1/03 syn = Chenopodio muralis - Amaranthetum deflexi Billy 2002 prov. Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
6287 5231 13/4.0.3.0.1/04 ASS Chaenorrhino minoris - Chenopodietum botryos (Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936) Sukopp 1971 Sukopp, H., 1971. Beiträge zur Ökologie von Chenopodium botrys L. I. Verbreitung und Vergesellschaftung. Verh. Bot. Vereins Prov. Brandenburg, 108 : 3–25. Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
6288 7411 13/4.0.3.0.1/04 syn = Chenopodietum botryos Sukopp 1973 ?
6289 5232 13/4.0.3.0.1/05 ASS Eragrostio cilianensis - Chenopodietum botryos Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 Auvergne, Provence Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
6290 5233 13/4.0.3.0.1/05 syn = Eragrostio pilosae - Digitarietum sanguinalis Billy 2002 prov. Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
6291 5234 13/4.0.3.0.1/06 ASS Conyzo canadensis - Amaranthetum retroflexi Passarge 1988 Passarge, H., 1988. Neophyten-reiche märkische Bahnbegleitgesellschaften. Gleditschia, 16 : 187–197.
6292 5235 13/4.0.3.0.1/07 ASS Echinochloo cruris-galli - Portulacetum oleraceae (Feldföldy 1942) Slavníč 1951 Slavníč, Z., 1951. Pregled nitrofilne wegetacije Wojwodine [Prodrome des groupements végétaux nitrophiles de la Voïvodine (Yougoslavie)]. Arch. Sci. Matica Srpska, Ser. Sci. Nat. 1 : 84-169. Feldföldy, L., 1942. Soziologische Untersuchungen über die pannonische Ruderalvegetation. Acta Geobot. Hung., 43 : 87-140.
6293 5236 13/4.0.3.0.1/08 ASS Atriplicetum patulo - prostratae O. de Bolòs & Masalles 1983 Bolòs, O. de & R.M. Masalles, 1983. Memòria del full núm. 33 (Banyoles). Mapa de la vegetació de Catalunya, esc. 1:50.000. Generalitat de Catalunya. 130 p. Barcelona.
6294 5237 13/4.0.3.0.1/09 ASS Chenopodio albi - Conyzetum sumatrensis Carretero 1994 Carretero, J.L., 1994. Las comunidades vegetales de Conyza bonariensis, Conyza canadensis, Conyza sumatrensis y Aster squamatus en España. Ecología, 8 : 193-202.
6295 5238 13/4.0.3.0.1/10 ASS Chenopodio muralis - Parietarietum officinalis Rivas-Martínez & Sánchez-Mata in Sánchez-Mata 1989 Sánchez-Mata, D., 1989. Flora y vegetación del macizo oriental de la Sierra de Gredos (Ávila). Diputación Provincial de Ávila. Institución Gran Duque de Alba, Ávila.
6296 5239 13/4.0.3.0.1/11 ASS Chenopodio vulvariae - Descurainietum sophiae Rivas-Martínez 1963 Rivas-Martínez, S., 1963. Contribución al estudio fitosociológico de los hayedos españoles. Anales Inst. Bot. Cavanilles (1962), 20 : 97-128.
6297 7191 13/4.0.3.0.1/12 GRPT grpt à Portulaca oleracea & Chenopodium botryos Petit 1980 Petit, D., 1980. La végétation des terrils du nord de la France : écologie, phytosociologie, dynamisme. Thèse, Univ. Lille, 250 p.
6298 7192 13/4.0.3.0.1/13 ASS Chenopodio muralis - Atriplicetum hastatae Braun-Blanquet & de Leeuw 1936 Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
6299 5135 13/4.0.3.0.1/13 syn incl Chenopodio muralis - Urticetum urentis Sissingh 1950 Sissingh, G., 1950. Onkruid-associaties in Nederland. Een sociologisch-systematische beschrijving van de klasse Rudereto-Secalinetea. Dissertatie Landbouwhogeschool Wageningen. Verslagen van Landbouwkundige Onderzoekingen, 56, 15. 1-224. [= Comm. SIGMA, 106, 224 p.]
6300 7397 13/4.0.3.0.1/14 ASS Chenopodio vulvariae – Atriplicetum roseae René Molinier & Tallon 1970 Molinier, Re. & G. Tallon, 1970. Prodrome des unités phytosociologiques observées en Camargue. Bull. Mus. Hist. Nat. Marseille, 30 : 5-110.
6301 5240 13/4.0.3.0.2 ALL Malvion parviflorae (Rivas-Martínez 1978) Brullo in Brullo & Marceno 1985 friches annuelles, nitrophiles, thermophiles, vernales Brullo, S. & C. Marceno, 1985. Contributo alla conoscenza della vegetazione nitrofila della Sicilia. Coll. Phytosoc., 12 : 23-148. (Végétations nitrophiles, Bailleul 1983). Rivas-Martínez, S., 1978. Sobre la vegetación nitrófila del Chenopodion muralis. Acta Bot. Malacitana, 4 : 71-78.
6302 5241 13/4.0.3.0.2 syn = Malvenion parviflorae Rivas-Martínez 1978 Rivas-Martínez, S., 1978. Sobre la vegetación nitrófila del Chenopodion muralis. Acta Bot. Malacitana, 4 : 71-78.
6303 5242 13/4.0.3.0.2/01 ASS Malvetum parvifloro - nicaeensis Braun-Blanquet & Maire 1924 ex Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier. Braun-Blanquet, J. & R. Maire, 1924. Etudes sur la végétation et la flore marocaine. Mém. Soc. Sci. Nat. Maroc, 8, (1ère partie), 244 p. [session Soc. Bot. Fr., Maroc 1921].
6304 5243 13/4.0.3.0.2/02 ASS Chenopodio muralis - Malvetum parviflorae Lohmeyer & Trautmann 1970 Lohmeyer, W. & W. Trautmann, 1970. Zur Kenntnis der Vegetation der Kanarischen Inseln La Palma. Schriftenreihe Vegetationsk., 5 : 209-236.
6305 5244 13/4.0.3.0.2/03 ASS Hyoscyamo albi - Malvetum parviflorae (Rivas Goday 1964) Rivas-Martínez 1979 Rivas-Martínez, S., 1979. Sobre la vegetacion nitrófila del Chenopodion muralis. Acta Bot. Malacitana, 4 : 71-78. Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
6306 5245 13/4.0.3.0.2/04 ASS Sisymbrio irionis - Malvetum parviflorae Rivas-Martínez 1979 Rivas-Martínez, S., 1979. Sobre la vegetacion nitrófila del Chenopodion muralis. Acta Bot. Malacitana, 4 : 71-78.
6307 5246 13/4.0.3.0.2/04 syn = Soncho tenerrimi - Sisymbrietum irionis Carretero & Aguilella 1995 Carretero, J.L. & A. Aguilella, 1995. Flora y vegetación nitrófilas del término municipal de la ciudad de Valencia. Publ. Ajuntament de Valencia. 233 p. Valencia.
6308 7398 13/4.0.3.0.2/05 ASS Sisymbrio irionis - Amaranthetum gracilis Esteve 1973 Esteve, F., 1973. Vegetación y flora de las regiones central y meridional de la provincia de Murcia. Publ. Centro de Edafología y Biología Aplicada del Segura. 451 p. Murcia.
6309 5247 13/4.0.3.0.3 ALL Scolymo maculati - Carthamion lanati Rivas Goday in Rivas Goday & Borja-Carbonell 1961 friches annuelles, nitrophiles, thermophiles, estivales, xérophiles Rivas Goday, S. & J. Borja Carbonell, 1961. Estudio de vegetacion y florula del macizo de Gudar y Javalambre. Anales Inst. Bot. Cavanilles, 19 : 3-543.
6310 5248 13/4.0.3.0.3/01 ASS ?
6311 5251 13/5. CLA Cardaminetea hirsutae Géhu 1999 ourlets thérophytiques vernaux, nitrophiles, thermophiles Bull. Soc. Bot. Centre-Ouest, N.S., 30 : 37. Géhu, J.-M., 1999. Considérations sur les végétations charnières en position d’ourlet et leur classification phytosociologique. Bull. Soc. Bot. Centre-Ouest, N.S., 30 : 35-46.
6312 5252 13/5. syn = Cardamino hirsutae - Geranietea robertiani subsp. purpurei Rivas-Martínez, Fernández-González & Loidi (1999) 2002 Cardamino hirsutae - Geranietea purpurei Rivas-Martínez, S., T.E. Diaz-Gonzalez, F. Fernández-González, J. Izco, J. Loidi, M. Lousã & A. Penas, 2002. Vascular plant communities of Spain and Portugal. Addenda to the taxonomical check-list of 2001. Itinera Geobotanica 15(1) : 5-432, 15(2) : 433-922. Rivas-Martínez, S., F. Fernández-González & J. Loidi, 1999. Checklist of plant communities of Iberian Peninsula, Balearic and Canary Islands to suballiance level. Itinera Geobot., 13 : 353-451.
6313 5253 13/5. syn = Geranio robertiani subsp. purpurei - Cardaminenea hirsutae Rivas-Martínez, Fernández-González & Loidi 1999 Rivas-Martínez, S., F. Fernández-González & J. Loidi, 1999. Checklist of plant communities of Iberian Peninsula, Balearic and Canary Islands to suballiance level. Itinera Geobot., 13 : 353-451.
6314 5254 13/5. syn = Geranio robertiani subsp. purpurei - Cardaminetea hirsutae (Rivas-Martínez, Fernández-González & Loidi 1999) Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341. Rivas-Martínez, S., F. Fernández-González & J. Loidi, 1999. Checklist of plant communities of Iberian Peninsula, Balearic and Canary Islands to suballiance level. Itinera Geobot., 13 : 353-451.
6315 5250 13/5.0.1 ORD Geranio robertiani subsp. purpurei - Cardaminetalia hirsutae Brullo in Brullo & Marceno 1985 ourlets thérophytiques vernaux, nitrophiles, méso- à subméditerranéens Brullo, S. & C. Marceno, 1985. Contributo alla conoscenza della vegetazione nitrofila della Sicilia. Coll. Phytosoc., 12 : 23-148. (Végétations nitrophiles, Bailleul 1983).
6316 5266 13/5.0.1.0.1 ALL Geranio pusilli - Anthriscion caucalidis Rivas-Martínez 1978 ourlets thérophytiques vernaux, nitrophiles, méso- à subméditerranéens occidentaux 'Rivas-Martínez, S., 1978. Sur la syntaxonomie des pelouses thérophytiques de l'' Europe occidentale. Coll. Phytosoc., 6 : 55-71. (La végétation des pelouses sèches à thérophytes, Lille 1977).'
6317 5276 13/5.0.1.0.1 syn = Erophilenion vernae subsp. praecocis O. de Bolòs 1981 Bolòs, O. de, 1981. De vegetatione notulae, III. Collect. Bot. (Barcelona), 12 : 63-76.
6318 5278 13/5.0.1.0.1/01 ASS Cardamino hirsutae - Erophiletum vernae subsp. praecocis O. de Bolòs 1981 Bolòs, O. de, 1981. De vegetatione notulae, III. Collect. Bot. (Barcelona), 12 : 63-76.
6319 5279 13/5.0.1.0.1/02 ASS Urtico membranaceae - Anthriscetum caucalidis Rivas-Martínez & Costa in Rivas-Martínez, Costa, Castroviejo & E. Valdés 1980 Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189.
6320 5275 13/5.0.1.0.2 ALL Valantio muralis - Galion muralis Brullo in Brullo & Marceno 1985 ourlets thérophytiques vernaux, nitrophiles, xérophiles, méso- à subméditerranéens centraux Brullo, S. & C. Marceno, 1985. Contributo alla conoscenza della vegetazione nitrofila della Sicilia. Coll. Phytosoc., 12 : 23-148. (Végétations nitrophiles, Bailleul 1983).
6321 5268 13/5.0.1.0.2 syn incl Parietarion lusitanico - mauritanicae Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
6322 5277 13/5.0.1.0.2/01 ASS Selaginello denticulatae - Anogrammetum leptophyllae René Molinier 1937 'Molinier, Re., 1937. Les îles d''Hyères : étude phytosociologique. Ann. Soc. Hist. Toulon, 21 : 91-129.'
6323 5270 13/5.0.1.0.2/02 ASS Anogrammo leptophyllae - Parietarietum lusitanicae Rivas-Martínez & Ladero in Rivas-Martínez 1978 Rivas-Martínez, S., 1978. Vegetatio hispaniae. Notula V. Anales Inst. Bot. Cavanilles, 34(2) : 553-570.
6324 7132 13/5.0.1.0.2/03 ASS Parietarietum lusitanicae Sutter 1973 prov. Sutter, R., 1973. Über Vorkommen und Verbreitung von Asplenium petrarchae und die Assoziationen Phagnalo – Asplenietum petrarchae Br.-Bl. Und Parietarietum lusitanicae ass. nov. prov. Bot. Jahrb. Syst., 93(4) : 568-602.
6325 7133 13/5.0.1.0.2/04 ASS Fumario capreolatae - Torilidetum nodosae de Foucault 2009 Foucault, B. de, 2009. Contribution au prodrome des végétations de France : Les Cardaminetea hirsutae Géhu 1999. Journ. Bot. Soc. Bot. France, 48 : 49-70.
6326 7134 13/5.0.2 ORD Bromo sterilis - Cardaminetalia hirsutae de Foucault 2009 ourlets thérophytiques vernaux, nitrophiles, médioeuropéens, planitiaires Foucault, B. de, 2009. Contribution au prodrome des végétations de France : Les Cardaminetea hirsutae Géhu 1999. Journ. Bot. Soc. Bot. France, 48 : 49-70.
6327 5255 13/5.0.2.0.1 ALL Drabo muralis - Cardaminion hirsutae de Foucault 1988 ourlets thérophytiques vernaux, nitrophiles, planitiaires-atlantiques à supraméditerranéens 'Foucault, B. de, 1988. Contribution à la connaissance phytosociologique des corniches rocheuses de la vallée de l''Argenton, entre Argenton-château et Massais (Deux-Sèvres). Bull. Soc. Bot. Centre-Ouest, N.S., 19 : 39-64.'
6328 5264 13/5.0.2.0.1/01 ASS Geranietum lucido - columbini de Foucault 1989 Foucault, B. de, 1989. Etude complémentaire de la végétation des coteaux secs de la vallée de la Laize entre Bretteville-sur-Laize et Laize-la-ville, (Calvados). Bull. Soc. Bot. Centre-Ouest, N.S., 20 : 77-93.
6329 6830 13/5.0.2.0.1/02 ASS Geranio columbini - Cardaminetum hirsutae Royer in Royer, Felzines, Misset & Thévenin 2006 tonsure des graviers des chemins ombragés, peu fréquentés, bassin parisien Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
6330 5265 13/5.0.2.0.1/02 syn = Geranietum dissecto - columbini de Foucault 2003 inéd. hoc loco hoc loco
6331 5260 13/5.0.2.0.1/03 ASS Valerianello carinatae - Calepinetum irregularis de Foucault 1988 'Foucault, B. de, 1988. Contribution à la connaissance phytosociologique des corniches rocheuses de la vallée de l''Argenton, entre Argenton-château et Massais (Deux-Sèvres). Bull. Soc. Bot. Centre-Ouest, N.S., 19 : 39-64.'
6332 5261 13/5.0.2.0.1/04 ASS Geranio lucidi - Sedetum cepaeae Oberdorfer 1954 France médioeuropéenne Oberdorfer, E., 1954. Nordaegaeische Kraut- und Zwergstrauchfluren im Vergleich mit den entsprechenden Vegetationseinheiten des westlichen Mittelmeergebietes. Vegetatio 5/6: 88-96.
6333 6829 13/5.0.2.0.1/04 syn incl Sedetum cepaeae Robbe in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
6334 5262 13/5.0.2.0.1/05 ASS Geranio lucidi - Cardaminetum hirsutae de Foucault & Frileux 1983 France médioeuropéenne Foucault, B. de & P.-N. Frileux, 1983. Premières données phytosociologiques sur la végétation des ourlets préforestiers du nord-ouest et du nord de la France. Coll. Phytosoc., 8 : 305-324. (Lisières forestières, Lille 1979).
6335 5263 13/5.0.2.0.1/05 syn compl Chaerophyllo temuli - Geranietum lucidi Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
6336 5271 13/5.0.2.0.1/06 ASS Geranio robertiani subsp. purpurei - Anthriscetum caucalidis Bioret, Lahondère & Botineau 1993 Geranio purpurei - Anthriscetum caucalidis Bull. Soc. Bot. Centre-Ouest, N.S., 24 : 194. Bioret, F., C. Lahondère & M. Botineau, 1993. Contribution à l’étude des végétations nitrophiles vernales du littoral Centre-Ouest de la France. Bull. Soc. Bot. Centre-Ouest, N.S., 24 : 191-218.
6337 7135 13/5.0.2.0.1/07 ASS Cardamino hirsutae - Arabidopsietum thalianae Géhu 1999 Géhu, J.-M., 1999. Considérations sur les végétations charnières en position d’ourlet et leur classification phytosociologique. Bull. Soc. Bot. Centre-Ouest, N.S., 30 : 35-46.
6338 5274 13/5.0.2.0.1/08 ASS Anthrisco caucalidis - Geranietum lucidi O. de Bolòs & Vigo in O. de Bolòs 1967 Bolòs, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38(1) : 3-281.
6339 7136 13/5.0.2.0.1/09 ASS Drabo muralis - Myosotidetum pusillae de Foucault 2009 Foucault, B. de, 2009. Contribution au prodrome des végétations de France : Les Cardaminetea hirsutae Géhu 1999. Journ. Bot. Soc. Bot. France, 48 : 49-70.
6340 5259 13/5.0.2.0.1/11 ASS Geranio robertiani subsp. purpurei - Coincyetum cheiranthi de Foucault & Frileux 1983 Geranio purpurei - Coincyetum cheiranthi Foucault, B. de & P.-N. Frileux, 1983. Premières données phytosociologiques sur la végétation des ourlets préforestiers du nord-ouest et du nord de la France. Coll. Phytosoc., 8 : 305-324. (Lisières forestières, Lille 1979).
6341 7920 13/5.0.2.0.1/12 ASS Geranio dissecti - Fumarietum capreolatae Tüxen 1962 Tüxen, R., 1962. Gedanken zur Zerstörung der mitteleuropäischen Ackerbiozoenosen. Mitt. Flor.-soz. Arbeitsgem., ser. n., 9 : 60–61.
6342 7137 13/5.0.2.0.2 ALL Anthrisco caucalidis - Cochlearion danicae de Foucault 2009 ourlets thérophytiques vernaux, nitrophiles, atlantiques, maritimes Foucault, B. de, 2009. Contribution au prodrome des végétations de France : Les Cardaminetea hirsutae Géhu 1999. Journ. Bot. Soc. Bot. France, 48 : 49-70.
6343 5256 13/5.0.2.0.2/01 ASS Claytonio perfoliatae - Anthriscetum caucalidis Izco, Géhu & Delelis 1978 Izco, J., J.-M. Géhu & A. Delelis-Dusollier, 1978. Les ourlets nitrophiles annuels à Anthriscus caucalis du littoral nord-ouest de la France. Coll. Phytosoc., 6 : 329-334. (Pelouses sèches à thérophytes, Lille 1977).
6344 5272 13/5.0.2.0.2/02 ASS Anthrisco caucalidis - Cochlearietum danicae Bioret, Lahondère & Botineau 1993 ourlet thérophytique vernal eutrophile, submaritime Bioret, F., C. Lahondère & M. Botineau, 1993. Contribution à l’étude des végétations nitrophiles vernales du littoral Centre-Ouest de la France. Bull. Soc. Bot. Centre-Ouest, N.S., 24 : 191-218.
6345 5258 13/5.0.2.0.2/02 syn = Cardamino hirsutae - Cochlearietum danicae de Foucault 1995 Foucault, B. de, 1995. Contribution à une monographie phytosociologique de la Hague (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 45-90.
6346 5257 13/5.0.2.0.2/03 ASS Fumario murali subsp. boraei - Anthriscetum caucalidis Izco, Géhu & Delelis 1978 Izco, J., J.-M. Géhu & A. Delelis-Dusollier, 1978. Les ourlets nitrophiles annuels à Anthriscus caucalis du littoral nord-ouest de la France. Coll. Phytosoc., 6 : 329-334. (Pelouses sèches à thérophytes, Lille 1977).
6347 7138 13/5.0.2.0.2/04 ASS Ranunculo parviflori - Geranietum mollis Provost 1978 ex de Foucault 2009 Foucault, B. de, 2009. Contribution au prodrome des végétations de France : Les Cardaminetea hirsutae Géhu 1999. Journ. Bot. Soc. Bot. France, 48 : 49-70. Provost, M., 1978. Sur les pelouses à thérophytes de trois caps rocheux de la côte ouest du Cotentin basse-Normandie, (France). Coll. Phytosoc., 6 : 219-237. (Pelouses à thérophytes, Lille 1977).
6348 5269 13/5.0.2.0.2/05 syn = Ranunculo parviflori - Geranietum mollis Provost 1978 prov. Provost, M., 1978. Sur les pelouses à thérophytes de trois caps rocheux de la côte ouest du Cotentin basse-Normandie, (France). Coll. Phytosoc., 6 : 219-237. (Pelouses à thérophytes, Lille 1977).
6349 7139 13/5.0.2.0.2/06 ASS Cochleario danicae - Claytonietum perfoliatae Géhu 2008 Géhu, J.-M., 2008. Etude des associations végétales des sentiers littoraux de Dinard et Saint-Enogat (France, 35) suivie d’un guide itinéraire. Journal de Botanique de la Soc. Bot. France, 41 : 47-80.
6350 7140 13/5.0.2.0.2/07 ASS Galio aparines - Fumarietum muralis subsp. boraei Géhu 2006 Galio aparines - Fumarietum boraei Galio aparines - Fumarietum boraei Tab. 21, p. 145. Bull. Soc. Bot. Centre-Ouest, ns, 37 : 131. 'Géhu, J.-M., 2006. A Saint-Lunaire (35), une remarquable maquette estuarienne d''halipèdes dans un contexte de ria. Bull. Soc. Bot. Centre-Ouest, ns, 37 : 117-146.'
6351 7141 13/5.0.2.0.2/08 ASS Parietario judaicae - Fumarietum capreolatae Géhu 2006 Tab. 22, p. 146. Bull. Soc. Bot. Centre-Ouest, ns, 37 : 132. 'Géhu, J.-M., 2006. A Saint-Lunaire (35), une remarquable maquette estuarienne d''halipèdes dans un contexte de ria. Bull. Soc. Bot. Centre-Ouest, ns, 37 : 117-146.'
6352 5293 13/5.0.3 ORD Veronico arvensis - Arabidopsietalia thalianae Passarge 1977 annuelles pionnières nitrophiles des clairières et lisières européennes, psychrophiles, hémihéliophiles, boréocentroeuropéennes Passarge, H., 1977. Über Initialfluren der Sedo-Scleranthetea auf pleistozänen Böden. Feddes Repert., 88 : 503-525.
6353 5292 13/5.0.3.0.1 ALL Arabidopsion thalianae Passarge 1964 annuelles pionnières nitrophiles des clairières et lisières européennes, psychrophiles, hémihéliophiles, boréocentroeuropéennes Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
6354 7985 13/5.0.3.0.1 syn = Arabidopsion thalianae (Passarge 1964) Felzines & Loiseau 2004 Felzines, J.-C. & J.-E. Loiseau, 2004. Groupements therophytiques printaniers acidiphiles médio-ligériens. Contribution à la structuration de l’alliance Thero-Airion et de l’ordre des Helianthemetalia guttati (classe des Tuberarietea). Bull. Soc. Bot. Centre-Ouest, N.S., 35 : 3-53. Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
6355 8026 13/5.0.3.0.1 syn incl ? Geranio robertiani subsp. purpurei - Torilidion neglectae Lohmeyer & Trautmann 1970 corr. Lohmeyer 1977 ? Lohmeyer, W. & W. Trautmann, 1970. Zur Kenntnis der Vegetation der Kanarischen Inseln La Palma. Schriftenreihe Vegetationsk., 5 : 209-236.
6356 5294 13/5.0.3.0.1 syn incl pmaxp Valerianello locustae - Veronicion arvensis Passarge 1995 ?
6357 5295 13/5.0.3.0.1/01 ASS Valerianello locustae - Arabidopsietum thalianae Tüxen 1950 ex Jage 1964 France médioeuropéenne ? Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6358 5296 13/5.0.3.0.1/01 syn = Arabidopsio thalianae - Myosotidetum ramosissimae Knapp 1975 Knapp, R., 1975. Einige Pflanzengesellschaften aus kurzlebigen Arten im südöstlichen Rheinischen Schiefer-Gebirge. Doc. Phytosoc., 9/14 : 145–153.
6359 5297 13/5.0.3.0.1/02 ASS Erophilo vernae - Arabidopsietum thalianae Sissingh 1941 France médioeuropéenne Sissingh, G., 1941. Wiss. Mitt. 10ten Rundbr. Zentr. St. Veg. Kart. Reich., : 14.
6360 5298 13/5.0.3.0.1/03 ASS Myosotido strictae - Arabidopsietum thalianae Passarge (1962) 1977 France médioeuropéenne, vallée moyenne de la Loire Passarge, H., 1977. Über Initialfluren der Sedo-Scleranthetea auf pleistozänen Böden. Feddes Repert., 88 : 503-525. Passarge, H., 1962. Beobachtungen über Pflanzengesellschaften landwirtschaftlicher Nutzflächen im nördlichen Polen. Feddes Repert., Beih., 140 : 27-69.
6361 5299 13/5.0.3.0.1/04 ASS Myosotido strictae - Veronicetum triphylli Holzner 1973 ?
6362 5300 13/5.0.3.0.1/05 ASS Erodio cicutari - Senecionetum vernalis Lührs 1993 ?
6363 5302 13/5.0.3.0.1/06 ASS Anchuso arvensis - Arabidopsietum thalianae Billy 2002 prov. Massif Central Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
6364 5301 13/5.0.3.0.1/07 ASS Myosotido strictae - Erodietum cicutarii Passarge 1996
6365 5249 13/6. CLA Galeopsio speciosae - Senecionetea sylvatici Passarge 1981 annuelles pionnières nitrophiles des clairières et lisières européennes, psychrophiles Passarge, H., 1981. Zur Gliederung mitteleuropäischer Epilobietea angustifolii. Folia Geobot. Phytotaxon., 16 : 265–291. Praha.
6366 7144 13/6.0.1 ORD Lapsano communis - Galeopsietalia tetrahit Julve 2009 ord. nov. prov. hoc loco hoc loco
6367 5280 13/6.0.1.0.1 ALL Lapsano communis - Geranion robertiani Dierschke 1974 annuelles pionnières nitrophiles des clairières et lisières européennes, psychrophiles, hémisciaphiles, mésohydriques Dierschke, H., 1974. Saumgesellschaften im Vegetations- und Standortgefälle an Waldrändern. Scripta Geobot., 6 : 1–246, 5 Tab. Goltze, Göttingen.
6368 5281 13/6.0.1.0.1/01 ASS Lapsano communis - Geranietum robertiani Julve 1994 Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
6369 5282 13/6.0.1.0.1/01 syn compl pp Epilobio montani - Geranietum robertiani Lohmeyer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi, Seibert 1967 ex Müller & Görs 1969 Müller, T. & S. Görs, 1969. Halbruderale Trocken und Halbtrockenrasen. Vegetatio, 18 : 203-221. Oberdorfer, E., Görs, S., Korneck, D., Lohmeyer, W., Müller, T., Philippi, G., Seibert, P., 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
6370 5283 13/6.0.1.0.1/02 ASS Ceratocapno claviculatae - Senecionetum sylvatici Julve & de Foucault 1994 Julve, Ph. & B. de Foucault, 1994. Phytosociologie synusiale dans le Tarn. Bull. Soc. Bot. Nord Fra., 47(4) : 23-47.
6371 3982 13/6.0.1.0.1/02 syn compl pp Ceratocapno claviculatae - Epilobietum angustifolii Hülbusch & Tüxen 1968 ?
6372 3983 13/6.0.1.0.1/02 syn compl pp Teucrio scorodoniae - Ceratocapnetum claviculatae de Foucault & Frileux 1983 Foucault, B. de & P.-N. Frileux, 1983. Premières données phytosociologiques sur la végétation des ourlets préforestiers du nord-ouest et du nord de la France. Coll. Phytosoc., 8 : 305-324. (Lisières forestières, Lille 1979).
6373 5284 13/6.0.1.0.1/03 ASS Centaurio erythraeae - Senecionetum sylvatici Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
6374 5289 13/6.0.1.0.1/04 ASS Galeopsio speciosae - Impatientetum parviflorae Julve 2003 ass. nov. hoc loco hoc loco
6375 5290 13/6.0.1.0.1/04 syn compl Scrophulario nodosae - Galeopsietum speciosae Passarge 1981 Passarge, H., 1981. Zur Gliederung mitteleuropäischer Epilobietea angustifolii. Folia Geobot. Phytotaxon., 16 : 265–291. Praha.
6376 5291 13/6.0.1.0.1/05 ASS Moehringio trinerviae - Geranietum robertiani Gillet 1986 Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
6377 6494 13/6.0.1.0.1/06 ASS Galio aparines - Galeopsietum tetrahit Julve 2006 ass. nov. hoc loco hoc loco
6378 6941 13/6.0.1.0.1/07 ASS Moehringio trinerviae - Stellarietum mediae Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
6379 7142 13/6.0.1.0.2 ALL Impatiention noli-tangere Julve 2009 all. nov. hoc loco annuelles pionnières nitrophiles des clairières et lisières européennes, psychrophiles, hémisciaphiles, hygrophiles hoc loco
6380 5285 13/6.0.1.0.2/01 ASS Galio aparines - Impatientetum noli-tangere (Passarge 1967) Tüxen in Tüxen & Brun-Hool 1975 Tüxen, R. & J. Brun-Hool, 1975. Impatiens noli-tangere Verlichtungsgesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 18 : 133-155. Passarge, H., 1967. Über Saumgesellschaften im nordostdeutschen Flachland. Feddes Repert., 74 : 145-158.
6381 5286 13/6.0.1.0.2/01 syn compl Lysimachio nemorum - Impatientetum noli-tangere Brun-Hool in Tüxen & Brun-Hool 1975 Tüxen, R. & J. Brun-Hool, 1975. Impatiens noli-tangere Verlichtungsgesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 18 : 133-155.
6382 5287 13/6.0.1.0.2/01 syn compl Senecioni ovati subsp. ovati - Impatientetum noli-tangere (Hilbig 1972) Tüxen in Tüxen & Brun-Hool 1975 Tüxen, R. & J. Brun-Hool, 1975. Impatiens noli-tangere Verlichtungsgesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 18 : 133-155. Hilbig, W., 1972. Beitrag zur Kenntnis einiger wenig beachteter Pflanzengesellschaften Mitteldeutschlands. Wiss. Z. Univ. Halle, 21 : 83-98.
6383 5288 13/6.0.1.0.2/01 syn compl Stachyo sylvaticae - Impatientetum noli-tangere Passarge 1967 Passarge, H., 1967. Über Saumgesellschaften im nordostdeutschen Flachland. Feddes Repert., 74 : 145-158.
6384 6686 13/6.0.1.0.2/02 ASS Impatientetum glanduliferae Görs 1974 Görs, S., 1974. Nitrophile Saumgesellschaften im Gebiet des Taubergiessen. In : Das Taubergiessengebiet. Die Natur- und Landschaftsschutzgebiete Baden-Württemberg, 7 : 207-283.
6385 7374 13/6.0.1.0.2/02 syn compl Impatienti glanduliferae - Solidaginetum giganteae subsp. serotinae Moor 1958 Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360.
6386 7143 13/6.0.1.0.2/03 ASS Impatientetum balfouri Julve 2009 ass. nov. hoc loco hoc loco
6387 5321 13/7. CLA Lepidio squamati - Polygonetea avicularis subsp. depressi Lohmeyer 1970 tonsures annuelles des lieux surpiétinés eutrophiles Lepidio squamati - Polygonetea depressi Coronopo - Polygonetea Lohmeyer, W., 1970. Zur Kenntnis einiger nitro- und thermophiler Unkrautgesellschaften im Gebiet des Mittel- und Niederrheins. Schriftenreihe Vegetationsk. 8 : 29-43.
6388 5322 13/7. syn = Polygono avicularis subsp. depressi - Poenea annuae (Rivas-Martínez 1975) Theurillat in Theurillat, Aeschiman, Küpfer & Spichiger 1995 Polygono depressi - Poenea annuae Theurillat, J.P., D. Aeschimann, P. Küpfer & R. Spichiger, 1995. The higher Vegetation units of the Alps. Coll. Phytosoc., 23 : 189-239. (Large Area Vegetation Surveys, Bailleul 1994). Rivas-Martínez, S., 1975. Sobre la nueve clase Polygono-Poetea annuae. Phytocoenologia, 2 : 123-140.
6389 5324 13/7. syn = Polygono avicularis subsp. depressi - Poetea annuae Rivas-Martínez 1975 Polygono depressi - Poetea annuae Rivas-Martínez, S., 1975. Sobre la nueve clase Polygono-Poetea annuae. Phytocoenologia, 2 : 123-140.
6390 5323 13/7. syn = Polygono avicularis subsp. depressi - Poetea annuae Rivas-Martínez in Géhu 1973 Polygono depressi - Poetea annuae Polygono - Poetea Géhu, J.-M., 1973. Unités syntaxonomiques et végétation potentielle naturelle du nord de la France. Doc. Phytosoc., 4 : 1-22.
6391 5325 13/7.0.1 ORD Lepidio squamati - Polygonetalia avicularis subsp. depressi Lohmeyer 1970 tonsures annuelles des lieux surpiétinés eutrophiles, médioeuropéennes Lepidio squamati - Polygonetalia depressi Lohmeyer, W., 1970. Zur Kenntnis einiger nitro- und thermophiler Unkrautgesellschaften im Gebiet des Mittel- und Niederrheins. Schriftenreihe Vegetationsk. 8 : 29-43.
6392 5326 13/7.0.1 syn = Polygono avicularis subsp. depressi - Poenalia annuae (Rivas-Martínez 1975) Theurillat in Theurillat, Aeschimann, Küpfer & Spichiger 1995 Polygono depressi - Poenalia annuae Theurillat, J.P., D. Aeschimann, P. Küpfer & R. Spichiger, 1995. The higher Vegetation units of the Alps. Coll. Phytosoc., 23 : 189-239. (Large Area Vegetation Surveys, Bailleul 1994). Rivas-Martínez, S., 1975. Sobre la nueve clase Polygono-Poetea annuae. Phytocoenologia, 2 : 123-140.
6393 5327 13/7.0.1 syn = Polygono avicularis subsp. depressi - Poetalia annuae Tüxen in Géhu, Richard & Tüxen, 1972 Polygono depressi - Poetalia annuae 'Géhu, J.-M., J.-L. Richard & R. Tüxen, 1972. Compte rendu de l''excursion de l''association internationale de phytosociologie dans le Jura en juin 1967. Doc. Phytosoc., 2 : 1-44, 3 : 1-50.'
6394 5328 13/7.0.1.0.1 ALL Matricario discoideae - Polygonion avicularis subsp. depressi (Braun-Blanquet 1931) Rivas-Martínez 1975 tonsures annuelles des lieux surpiétinés eutrophiles, mésothermes, xérophiles Matricario discoideae - Polygonion depressi Rivas-Martínez, S., 1975. Sobre la nueve clase Polygono-Poetea annuae. Phytocoenologia, 2 : 123-140. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6395 7437 13/7.0.1.0.1 syn nn Polygonion avicularis subsp. depressi Braun-Blanquet 1931 Polygonion depressi Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6396 5329 13/7.0.1.0.1 syn pp Polygonion avicularis subsp. depressi Braun-Blanquet 1931 ex Aichinger 1933 Polygonion depressi Aichinger, E., 1933. Vegetationskunde der Karawanken. Pflanzensoziologie, 2, 13 + 329 p. G. Fischer, Jena. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6397 5330 13/7.0.1.0.1 syn pp Polygono avicularis subsp. depressi - Lepidion squamati Sissingh 1969 Polygono depressi - Lepidion squamati Sissingh, G., 1969. Über die systematische Gliederung von Trittpflanzen-Gesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 14 : 179-192.
6398 5331 13/7.0.1.0.1/01 ASS Matricario discoideae - Polygonetum avicularis subsp. depressi Müller in Oberdorfer 1971 tonsure eutrophile mésotherme, des sols humifères à texture fine, mésohydriques Matricario discoideae - Polygonetum depressi Oberdorfer, E., 1971. Zur Syntaxonomie der Trittpflanzengesellchaften. Beitr. Naturk. Forsch. Südwestdeutschl. 30 2. 95-111. Karlsruhe.
6399 5332 13/7.0.1.0.1/01 syn = Polygono avicularis subsp. depressi - Matricarietum discoideae (Sissingh 1969) Tüxen in Géhu, Richard & Tüxen 1972 Polygono depressi - Matricarietum discoideae 'Géhu, J.-M., J.-L. Richard & R. Tüxen, 1972. Compte rendu de l''excursion de l''association internationale de phytosociologie dans le Jura en juin 1967. Doc. Phytosoc., 2 : 1-44, 3 : 1-50.' Sissingh, G., 1969. Über die systematische Gliederung von Trittpflanzen-Gesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 14 : 179-192.
6400 4389 13/7.0.1.0.1/01 syn ambig pp Lolio perennis - Plantaginetum majoris Beger 1930 Beger, H., 1930. Praktische Richtlinien der strukturellen Assoziationsforschung. In : Abderhalden, Handbuch der biologischen Arbeitsmethoden, 11 : 481-526. Berlin, Wien.
6401 7075 13/7.0.1.0.1/01 syn ambig pp Lolio perennis - Plantaginetum majoris Beger 1932 ?
6402 7074 13/7.0.1.0.1/01 syn compl Lolio perennis - Matricarietum discoideae Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
6403 5334 13/7.0.1.0.1/01 syn compl Lolio perennis - Polygonetum avicularis Braun-Blanquet 1930 em. Lohmeyer 1975 Lohmeyer, W., 1975. Über einige anthropogene nitrophile Unkrautgesellschaften der Insel Gran Canaria. Schriftenreihe Vegetationsk. 8 : 111-140. Braun-Blanquet, J., 1930. Zentralalpen und Tatra, eine Pflanzensoziologische Parallele. Veröff. Geobot. Inst. Rübel, 6 : 81-123.
6404 5335 13/7.0.1.0.1/01 syn compl Plantagini majoris - Polygonetum avicularis Passarge 1964 Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
6405 4391 13/7.0.1.0.1/01 syn compl pp Lolio perennis - Polygonetum avicularis Braun-Blanquet 1930 Braun-Blanquet, J., 1930. Zentralalpen und Tatra, eine Pflanzensoziologische Parallele. Veröff. Geobot. Inst. Rübel, 6 : 81-123.
6406 5336 13/7.0.1.0.1/01 syn pp Lepidio squamati - Matricarietum discoideae Sissingh 1969 Sissingh, G., 1969. Über die systematische Gliederung von Trittpflanzen-Gesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 14 : 179-192.
6407 5333 13/7.0.1.0.1/01 syn pp Polygonetum avicularis subsp. depressi Gams 1927 Polygonetum depressi Gams, H., 1927. Von den Follatères zur Dent de Morcles. Vegetationsmonographie aus dem Wallis. Beitr. Geobot. Landesaufn. Schweiz, 15 : 1-760, 1 carte.
6408 6841 13/7.0.1.0.1/02 ASS Sisymbrio supini - Poetum annuae (Duvigneaud & Worms 1987) Thévenin & Royer in Royer, Felzines, Misset & Thévenin 2006 Bassin parisien Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p. 'Duvigneaud, J. & C. Worms, 1987. Sisymbrium supinum en Champagne (départements de l''Aisne, des Ardennes et de la Marne). Natura Mosana , Vol. 40, Fasc. 2 : 19 - 37.'
6409 5341 13/7.0.1.0.1/03 ASS Polygono avicularis - Scleranthetum uncinati de Foucault & Terrisse in de Foucault 1987 Aquitaine, Auvergne T8, p. 353. Bull. Soc. Bot. Centre-Ouest, n.s., 18 : 353. Foucault, B. de, 1987. Données phytosociologiques sur la végétation observée lors de la treizième session de la S.B.C.O. en Aubrac et Margeride. Bull. Soc. Bot. Centre-Ouest, N.S., 18 : 337-361.
6410 5342 13/7.0.1.0.1/04 ASS Poo annuae - Plantaginetum coronopodis écoph. annuel (le Neveu 1978) de Foucault 1984 tonsure thérophytique surpiétinée, sabulicole Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t. 'Le Neveu, C., 1978. Contribution à l''étude de la végétation des lieux piétinés en Haute-Normandie. D.E.A., Univ. Lille, 64 p.'
6411 7256 13/7.0.1.0.1/04 syn = Poo annuae - Plantaginetum coronopodis écoph. annuel (le Neveu 1978) de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. 'Le Neveu, C., 1978. Contribution à l''étude de la végétation des lieux piétinés en Haute-Normandie. D.E.A., Univ. Lille, 64 p.'
6412 5343 13/7.0.1.0.1/05 ASS Plantagini coronopodis écoph. annuel - Erodietum maritimi Géhu & Géhu-Franck 1991 Géhu, J.-M. & J. Géhu-Franck, 1991. Vicissitudes du tapis végétal d’une île bretonne (Cézembre, en Saint-Malo, Ille-et-Vilaine) sous l’effet du dérèglement des pressions humaines et animales. Bull. Soc. Bot. Centre-Ouest, ns, 22 : 53-76.
6413 5344 13/7.0.1.0.1/06 ASS Spergulario rubrae - Herniarietum glabrae (Fröde 1958) Gödde 1987 tonsure eutrophile, mésotherme, des sols sableux ? Fröde, E. Th., 1950/1958. Die Pflanzengesellschaften der Insel Hiddensee. Wiss. Zeitschrift Ernst-Moritz Arndt Univ. Greifswald, Math.-Nat. Reihe, 7 : 277-305.
6414 5345 13/7.0.1.0.1/06 syn = Herniarietum glabrae (Hohenester 1960) Hejný & Jehlik 1975 Hejný, S. & V. Jehlík, 1975. Herniarietum glabrae (Hohenester 1960) Hejny et Jehlik 1975, eine wenig bekannte Assoziation des Verbandes Polygonion avicularis Br.-Bl. 1931 in der Tschechoslowakei. Phytoeoenologia, 2 : 100-122. Hohenester, A., 1960. Grasheiden und Föhrenwälder auf Diluvial- und Dolomitsanden im nördlichen Bayern. 56 p., Sonderdruck aus den Berichten der Bayerischen Botanischen Gesellschaft, Band 33, München.
6415 5346 13/7.0.1.0.1/06 syn = Spergulario rubrae - Herniarietum glabrae Gödde 1988 Gödde, M., 1988. Die annuellen Ruderalpflanzen-Gesellschaften der Ordnung Sisymbrietalia in Düsseldorf, Essen und Münster. Decheniana, 141 : 22-41.
6416 5347 13/7.0.1.0.1/06 syn compl Bryo argentei - Spergularietum rubrae (Langer 1994) Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin. ?
6417 5348 13/7.0.1.0.1/06 syn compl Rumici acetosellae - Spergularietum rubrae Hülbusch 1973 Hülbusch, K.H., 1973. Polygono-Coronopion Gesellschaften aus dem Ruhrgebiet. Mitt. Flor. Soz. Arbeitsgem., N.F., 15/16 : 47-55.
6418 5349 13/7.0.1.0.1/06 syn incl Arenario - Herniarietum glabrae Passarge 1996 Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin.
6419 5350 13/7.0.1.0.1/07 ASS Spergulario echinospermae - Corrigioletum litoralis (Passarge 1964) Hülbusch & Tüxen in Tüxen 1979 Tüxen, R., 1979. Die Pflanzengesellschaften Nordwestdeutschlands, (2ten Aufl.), 2, 212 p. Cramer, Lehre. Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p.
6420 5351 13/7.0.1.0.1/08 ASS Violo tricoloris - Matricarietum discoideae Passarge 1979 Passarge, H., 1979. Über mitteleuropäisch-montane Trittpflanzengesellschaften. Vegetatio, 39 : 77-84.
6421 5352 13/7.0.1.0.1/09 ASS Polygono avicularis subsp. depressi - Lepidietum ruderalis Mucina 1993 Polygono depressi - Lepidietum ruderalis ?
6422 5353 13/7.0.1.0.1/10 ASS Poo annuae - Saginetum apetalae Billy 2002 Bassin parisien, Auvergne Billy, F., 2002. Végétations pionnières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 22 : 197 p.
6423 5354 13/7.0.1.0.2 ALL Sclerochloo durae - Lepidion squamati Rivas-Martínez 1975 tonsures annuelles des lieux surpiétinés eutrophiles, mésohydriques, argilicoles Rivas-Martínez, S., 1975. Sobre la nueve clase Polygono-Poetea annuae. Phytocoenologia, 2 : 123-140.
6424 5355 13/7.0.1.0.2 syn nn Polygonion avicularis Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6425 5356 13/7.0.1.0.2/01 ASS Sclerochloo durae - Polygonetum avicularis subsp. depressi (Gams 1927) von Soó 1940 tonsure mésotherme des chemins épisodiquement inondés, basophiles, argilicoles Bassin parisien, Auvergne Sclerochloo durae - Polygonetum depressi Soó, R. von, 1940. Vergangenheit und Gegenwart der pannonischen Flora und Vegetation. Nov. Acta leopoldina, N.F., 9 : 1-49. Gams, H., 1927. Von den Follatères zur Dent de Morcles. Vegetationsmonographie aus dem Wallis. Beitr. Geobot. Landesaufn. Schweiz, 15 : 1-760, 1 carte.
6426 5360 13/7.0.1.0.2/01 syn = Lepidio squamati - Polygonetum avicularis Oberdorfer 1971 Oberdorfer, E., 1971. Zur Syntaxonomie der Trittpflanzengesellchaften. Beitr. Naturk. Forsch. Südwestdeutschl. 30 2. 95-111. Karlsruhe.
6427 5362 13/7.0.1.0.2/01 syn = Polygono avicularis - Lepidietum squamati (Sissingh 1969) Oberdorfer 1971 Oberdorfer, E., 1971. Zur Syntaxonomie der Trittpflanzengesellchaften. Beitr. Naturk. Forsch. Südwestdeutschl. 30 2. 95-111. Karlsruhe. Sissingh, G., 1969. Über die systematische Gliederung von Trittpflanzen-Gesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 14 : 179-192.
6428 5363 13/7.0.1.0.2/01 syn = Poo annuae - Lepidietum squamati (Oberdorfer 1957) Gutte 1966 Gutte, P., 1966. Die Verbreitung einiger Ruderalpflanzengesellschaften in der weiteren Umgebung von Leipzig. Wiss. Zeitschr. Univ. Halle-Witten., Math. Natur., 15 : 937-1010. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
6429 5357 13/7.0.1.0.2/01 syn = Sclerochloo durae - Polygonetum avicularis subsp. depressi (Gams 1927) von Soó 1940 ex Korneck 1969 corr. Mucina in Mucina, Grabherr & Ellmauer 1993 Sclerochloo durae - Polygonetum depressi Mucina, L., G. Grabherr & T. Ellmauer (eds.), 1993. Die Pflanzengesellschaften Österreichs. Teil I : Anthropogene Vegetation. 587 p. Verlag Gustav Fischer, Jena. Korneck, D., 1969. Das Sclerochloo-Polygonetum avicularis, eine seltene Trittgesellschaft in Trockengebieten Mitteleuropas. Mitt. Florist.-Soziol. Arbeitsgem. 14:193-210. Soó, R. von, 1940. Vergangenheit und Gegenwart der pannonischen Flora und Vegetation. Nov. Acta leopoldina, N.F., 9 : 1-49. Gams, H., 1927. Von den Follatères zur Dent de Morcles. Vegetationsmonographie aus dem Wallis. Beitr. Geobot. Landesaufn. Schweiz, 15 : 1-760, 1 carte.
6430 5336 13/7.0.1.0.2/01 syn pp Lepidio squamati - Matricarietum discoideae Sissingh 1969 Sissingh, G., 1969. Über die systematische Gliederung von Trittpflanzen-Gesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 14 : 179-192.
6431 5333 13/7.0.1.0.2/01 syn pp Polygonetum avicularis subsp. depressi Gams 1927 Gams, H., 1927. Von den Follatères zur Dent de Morcles. Vegetationsmonographie aus dem Wallis. Beitr. Geobot. Landesaufn. Schweiz, 15 : 1-760, 1 carte.
6432 5358 13/7.0.1.0.2/02 ASS Sclerochloo durae - Lepidietum squamati Braun-Blanquet 1931 n. n. tonsure thermophile des chemins épisodiquement inondés, basophiles, argilicoles zone méditerranéenne Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6433 7072 13/7.0.1.0.2/02 syn = Sclerochloetum durae Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
6434 5361 13/7.0.1.0.2/02 syn = Sclerochloo durae - Lepidietum squamati Braun-Blanquet in Braun-Blanquet, Gajewski, Wraber & Walas 1936 Braun-Blanquet, J., W. Gajewski, M. Wraber & J. Walas, 1936. Classe des Rudereto-Secalinetales. Groupements messicoles, culturaux et nitrophiles-rudérales du cercle de végétation méditerranéen. Prodr. Group. Vég., 3, 37 p. Montpellier.
6435 5364 13/7.0.1.0.2/02 syn compl Centaureo calcitrapae - Lepidietum squamati Quantin 1947 Quantin, A., 1947. Les associations rudérales en Bourgogne méridionale. Bull . Soc. Bot. Fra., 94(9) : 406-409.
6436 5333 13/7.0.1.0.2/02 syn pp Polygonetum avicularis subsp. depressi Gams 1927 Polygonetum depressi Gams, H., 1927. Von den Follatères zur Dent de Morcles. Vegetationsmonographie aus dem Wallis. Beitr. Geobot. Landesaufn. Schweiz, 15 : 1-760, 1 carte.
6437 7155 13/7.0.2 ORD Sagino apetalae - Polycarpetalia tetraphylli de Foucault 2010 tonsures annuelles des lieux surpiétinés eutrophiles, thermophiles, méditerranéenne Foucault, B. de, (sous presse). Contribution au prodrome des végétations de France : Polygono – Poetea annuae Rivas Mart. 1975 corr. Rivas Mart. et al. 1991. Journ. Bot. Soc. Bot. France,
6438 7156 13/7.0.2.0.1 ALL Digitario sanguinalis - Polygonion avicularis de Foucault 2010 tonsures annuelles des lieux surpiétinés eutrophiles, thermophiles, méditerranéenne, thermocontinentale Foucault, B. de, (sous presse). Contribution au prodrome des végétations de France : Polygono – Poetea annuae Rivas Mart. 1975 corr. Rivas Mart. et al. 1991. Journ. Bot. Soc. Bot. France,
6439 7157 13/7.0.2.0.1/01 ASS Amarantho deflexi - Polygonetum avicularis Sissingh 1969 Sissingh, G., 1969. Über die systematische Gliederung von Trittpflanzen-Gesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 14 : 179-192.
6440 7158 13/7.0.2.0.1/02 ASS Eleusinetum indicae Pignatti 1953 Pignatti, S., 1953. Introduzione allo studio fitosociologico della pianura veneta orientale con particolare riguardo alla vegetazione litoreana. Archivio Botanico, 29, 3 ser., 13(1) : 1-25.
6441 5337 13/7.0.2.0.1/03 ASS Eragrostio minoris - Polygonetum avicularis subsp. depressi (Tüxen 1950) Oberdorfer 1952 tonsure eutrophile thermophile, des sols humifères à texture fine, mésohydriques Bassin parisien, Auvergne Eragrostio minoris - Polygonetum depressi Oberdorfer, E., 1952. Beitrag zur Kenntnis der Nordagaischen Kustenvegetation. Vegetatio 3(6) : 329-348. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6442 5338 13/7.0.2.0.1/03 syn = Eragrostio minoris - Polygonetum avicularis subsp. depressi Oberdorfer 1954 corr. Mucina in Mucina, Grabherr & Ellmauer 1993 Eragrostio minoris - Polygonetum depressi Mucina, L., G. Grabherr & T. Ellmauer (eds.), 1993. Die Pflanzengesellschaften Österreichs. Teil I : Anthropogene Vegetation. 587 p. Verlag Gustav Fischer, Jena. Oberdorfer, E., 1954. Nordaegaeische Kraut- und Zwergstrauchfluren im Vergleich mit den entsprechenden Vegetationseinheiten des westlichen Mittelmeergebietes. Vegetatio 5/6: 88-96.
6443 5339 13/7.0.2.0.1/03 syn illeg Polygonetum avicularis subsp. depressi Lohmeyer 1975 Polygonetum depressi Polygonetum calcati Lohmeyer, W., 1975. Über einige anthropogene nitrophile Unkrautgesellschaften der Insel Gran Canaria. Schriftenreihe Vegetationsk. 8 : 111-140.
6444 5340 13/7.0.2.0.1/03 syn incl Poo annuae - Polygonetum avicularis subsp. depressi (Lohmeyer 1975) Passarge 1996 Poo annuae - Polygonetum depressi Polygonetum calcati Passarge, H., 1996. Pflanzengesellschaften Nordostdeutschlands, 1. 298 p. J. Cramer, Berlin. Lohmeyer, W., 1975. Über einige anthropogene nitrophile Unkrautgesellschaften der Insel Gran Canaria. Schriftenreihe Vegetationsk. 8 : 111-140.
6445 5365 13/7.0.2.0.2 ALL Polycarpion tetraphylli Rivas-Martínez 1975 tonsures annuelles des lieux surpiétinés eutrophiles, thermophiles, mésohydriques, sabulicoles, méditerranéenne occidentale Rivas-Martínez, S., 1975. Sobre la nueve clase Polygono-Poetea annuae. Phytocoenologia, 2 : 123-140.
6446 7159 13/7.0.2.0.2/01 ASS Trifolio suffocati - Plantaginetum coronopodis de Foucault 2010 parking de supermarché corse Foucault, B. de, (sous presse). Contribution au prodrome des végétations de France : Polygono – Poetea annuae Rivas Mart. 1975 corr. Rivas Mart. et al. 1991. Journ. Bot. Soc. Bot. France,
6447 5366 13/7.0.2.0.2/02 ASS Crassulo tillaeae - Saginetum apetalae Rivas-Martínez 1975 Rivas-Martínez, S., 1975. Sobre la nueve clase Polygono-Poetea annuae. Phytocoenologia, 2 : 123-140.
6448 5367 13/7.0.2.0.2/02 syn = Airo caryophylleae - Crassuletum tillaeae Romo 1984 Romo, A.M., 1984. Airo-Crassuletum tillaeae, associació nova. Collect. Bot. (Barcelona), 15 : 407-410.
6449 5368 13/7.0.2.0.2/02 syn = Miboro minimae - Saginetum apetalae Esteso & Peris 1991 Esteso, F. & J.B. Peris, 1991. Los pastizales de terófitos efímeros del Campo de Montiel (Albacete, Ciudad Real). Ecología, 5 : 181-195.
6450 5369 13/7.0.2.0.2/03 ASS Poo annuae - Spergularietum marinae Herrera, Aedo, T.E. Díaz & Fernández Prieto 1988 Herrera, M., C. Aedo, T.E. Díaz & Fernández Prieto, 1988. Una nueva asociación cantábrica de la clase Polygono-Poetea annuae: Poo annuae-Spergularietum salinae. Acta Bot. Malacitana, 13 : 326-332.
6451 7160 13/7.0.2.0.2/04 ASS Polycarpo tetraphylli - Lepidietum squamati Rivas-Martínez, Wildpret, Del Arco, Rodríguez, Pérez de Paz, García Gallo, Acebes, Díaz & Fernández-González 1993 Rivas-Martínez, S., W. Wildpret, M. Del Arco, O. Rodríguez, P.L. Pérez de Paz, A. García Gallo, J.R. Acebes, T.E. Díaz & F. Fernández-González, 1993. Las comunidades vegetales de la Isla de Tenerife (Islas Canarias). Itinera Geobot., 7 : 169-374.
6452 5370 13/7.0.2.0.3 ALL Euphorbion prostratae Rivas-Martínez 1976 tonsures annuelles des lieux surpiétinés eutrophiles, thermophiles, xérophiles, sabulicoles, subtropicale Rivas-Martínez, S., 1975. Sobre la nueve clase Polygono-Poetea annuae. Phytocoenologia, 2 : 123-140.
6453 5371 13/7.0.2.0.3 syn = Euphorbienion prostratae Ortiz & Rodríguez-Oubiña 1991 Ortiz, S. & J. Rodríguez-Oubiña, 1991. Contribución al conocimiento de la alianza Polycarpion tetraphylli en Portugal. Bot. Complut. (1990), 16 : 71-79.
6454 5372 13/7.0.2.0.3 syn incl Eleusinion indicae Leonard 1952 apud O. de Bolòs 1988 Bolòs, O. de, 1988. Irradiacions tropicals dins la vegetació nitrofila mediterrania. Acta Bot. Barcinon., 37 : 25-31.
6455 5373 13/7.0.2.0.3/01 ASS Euphorbietum chamaesyco - prostratae Rivas-Martínez 1976 Rivas-Martínez, S., 1976. De plantis hispaniae notula systematicae, chorologicae et ecologicae, II. Acta Bot. Malacitana, 2 : 59-64.
6456 3966 13/8. CLA Epilobietea angustifolii Tüxen & Preising in Tüxen 1950 mégaphorbiaies de clairières médioeuropéennes, mésohydriques à mésohygrophiles, mésoeutrophiles Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6457 3967 13/8. syn pp Epilobietea angustifolii Tüxen & Preising in Tüxen 1950 ex von Rochow 1951 Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6458 3963 13/8.0.1 ORD Pteridio aquilini - Rubetalia fruticosi Doing 1962 mégaphorbiaies de clairières acidophiles, médioeuropéennes, mésohydriques à mésohygrophiles Pteridio - Rubetalia plicati Doing, H., 1962. Systematische Ordnung und Floristische Zusammensetzung niederländischer Wald- und Gebüschgesellschaften. Wentia, 8 : 1-85. North-Holland Publ. Co. Amsterdam.
6459 3964 13/8.0.1 syn = Rubetalia fruticosi Weber in Pott 1995 Pott, R., 1995. Die Pflanzengesellschaften Deutschlands (2ten Aufl.). 622 p. Ulmer, Stuttgart.
6460 3965 13/8.0.1 syn pp Epilobietalia angustifolii (Vlieger 1937) Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Vlieger, J., 1937. Aperçu sur les unités phytosociologiques supérieures des Pays-Bas. Ned. Kruidk. Arch., 47: 335-353.
6461 3968 13/8.0.1.0.1 ALL Epilobion angustifolii von Soó 1933 em. Tüxen 1950 mégaphorbiaies pionnières de clairières acidophiles, médioeuropéenes, planitiaires-collinéennes Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Soó, R. von, 1933. A Balatonvidek növenyszövetkezeteinek szociologiai es ökologiai jellemzese. Magyar Tudoman. Akad. Mat. Termeszett. Ertes., 50 : 669-712.
6462 3969 13/8.0.1.0.1 syn = Carici piluliferae - Epilobion angustifolii Tüxen 1950 ex von Rochow 1951 Rochow, M. von, 1951. Die Pflanzengesellschaften des Kaiserstuhls. Pflanzensoz., 8 : 1-140. G. Fischer. Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6463 3970 13/8.0.1.0.1 syn = Epilobion angustifolii Rübel 1933 Rübel, E., 1933. Versuch einer Übersicht über die Pflanzengesellschaften der Schweiz. Berichte Geobot. Forsch. Inst. Rübel, 4 : 19-30.
6464 3971 13/8.0.1.0.1 syn = Epilobion angustifolii Tüxen 1950 ex Eggler 1952 Eggler, J., 1952. Übersicht der höheren Vegetationseinheiten der Ostalpen. Mitt. Naturw. Ver. Steiermark, 81/82 : 28-41. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6465 7921 13/8.0.1.0.1 syn incl Holco mollis - Pteridenion aquilini Passarge 1994 Passarge, H., 1994. Azidophile Waldsaumgesellschaften (Melampyro – Holcetea mollis) im europäischen Raum. Tuexenia, 14 : 83-111.
6466 6778 13/8.0.1.0.1 syn incl Holco mollis - Pteridion aquilini (Passarge 1994) 2002 Passarge, H., 2002. Pflanzengesellschaften Nordostdeutschlands, 3. 304 p. J. Cramer, Berlin. Passarge, H., 1994. Azidophile Waldsaumgesellschaften (Melampyro – Holcetea mollis) im europäischen Raum. Tuexenia, 14 : 83-111.
6467 3972 13/8.0.1.0.1 syn incl Holco mollis - Pteridion aquilini (Passarge 1994) Rameau in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 prov. Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris. Passarge, H., 1994. Azidophile Waldsaumgesellschaften (Melampyro – Holcetea mollis) im europäischen Raum. Tuexenia, 14 : 83-111.
6468 7922 13/8.0.1.0.1 syn incl Hyacinthoido non-scripti - Pteridenion aquilini Géhu 2006 'Géhu, J.-M., 2006. A Saint-Lunaire (35), une remarquable maquette estuarienne d''halipèdes dans un contexte de ria. Bull. Soc. Bot. Centre-Ouest, ns, 37 : 117-146.'
6469 3973 13/8.0.1.0.1/01 ASS Epilobio angustifolii - Digitalietum purpureae (Chouard 1925) Schwickerath 1944 Bassin parisien clairière planitiaire-collinéen plat subatlantique médian mésotherme hémihéliophile mésohydrique mésotrophile acidocline intermédiaire Schwickerath, M., 1944. Das hohe Venn und seine Randgebiete : Vegetation, Boden, und Landschaft. Pflanzensoziologie, 6, 278 p. G. Fischer, Jena. Chouard, P., 1925. Monographies phytosociologiques. I. La région de Brigueil l’Ainé Confolontais), suite et fin. Bull. Soc. Bot. France, 72 : 34-49.
6470 3974 13/8.0.1.0.1/01 syn = Digitali purpureae - Epilobietum angustifolii Schwickerath 1944 Schwickerath, M., 1944. Das hohe Venn und seine Randgebiete : Vegetation, Boden, und Landschaft. Pflanzensoziologie, 6, 278 p. G. Fischer, Jena.
6471 3975 13/8.0.1.0.1/01 syn = Epilobio angustifolii - Digitalietum purpureae Schwickerath (1933) 1940 em. Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Schwickerath, M., 1940. Aufbau und Gliederung der europäischen Hochmoorgesellschaften. Engler Bot. Jahrb., 71 : 249-266. Schwickerath, M., 1933. Die Vegetation des Landkreises Aachen und ihre Stellung im nördlichen Westdeutschland. Aachen. Beitr. Heimatk., 13 : 1-135. Aachen.
6472 6771 13/8.0.1.0.1/01 syn = Teucrio scorodoniae - Digitalietum purpureae Robbe in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
6473 3976 13/8.0.1.0.1/02 ASS Epilobio angustifolii - Senecionetum ovati subsp. ovati (Pfeiffer 1936) Wendelberger 1971 Ardennes, Nord clairière planitiaire-collinéen plat précontinental septentrional psychrophile hémihéliophile mésohydrique mésotrophile acidocline intermédiaire Wendelberger, G., 1971. Die Pflanzengesellschaften des Rax-Tplateaus.-Mitt. naturwiss. Ver. Stmk., 100 : 97-239. ?
6474 6849 13/8.0.1.0.1/02 syn = Senecioni ovati - Digitalietum purpureae (Kaiser 1926) Pfeiffer 1936 ? Kaiser, A., 1926. Die Pflanzenwelt des Hennebergisch-Fränkischen Muschelkalkgebietes. Feddes repert., Repert. Spec. Nov. Regni Veg., Beih. 43, 280 p. Dahlem.
6475 3977 13/8.0.1.0.1/02 syn = Senecioni ovati subsp. ovati - Epilobietum angustifolii (Hueck 1931) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
6476 3978 13/8.0.1.0.1/02 syn compl Senecioni sylvatici - Epilobietum angustifolii (Hueck 1931) Tüxen 1937 em. 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Hueck, K., 1931. Erläuterungen zur Vegetationskundlichen Karte des Endmoränengebietes von Chorin (Uckermark). Beitr. Naturdenkmalpfl., 14 : 105-214.
6477 3979 13/8.0.1.0.1/02 syn compl incl Senecionetum ovati Jouanne 1929 'Jouanne, P., 1929. Essai de géographie botanique sur les forêts de l''Aisne. IVème partie : les forêts. Bull. Soc. Bot. Fra., 76 : 972-1009. [rédigé par P. Chouard].'
6478 4824 13/8.0.1.0.1/02 syn pp Senecionetum ovati (Kaiser 1926) Oberdorfer 1973 Oberdorfer, E., 1973. Die Gliederung der Epilobietea angustifolii Gesellschaften am Beispiel süddeutscher Vegetationsaufnahmen. Acta Bot. Acad. Sci. Hung., 19 : 235-253. Kaiser, A., 1926. Die Pflanzenwelt des Hennebergisch-Fränkischen Muschelkalkgebietes. Feddes repert., Repert. Spec. Nov. Regni Veg., Beih. 43, 280 p. Dahlem.
6479 3980 13/8.0.1.0.1/03 ASS Linario repentis - Digitalietum purpureae Ghestem & Descubes 1977 Limousin clairière planitiaire-collinéen plat subatlantique médian mésotherme hémihéliophile mésohydrique mésotrophile acidocline intermédiaire Ghestem, A., Descubes, C., 1977. Phytosociologie de Digitalis purpurea L. en limousin. Doc. Phytosoc., N.S., 1 : 125-133.
6480 3981 13/8.0.1.0.1/03 syn compl Ceratocapno claviculatae - Digitalietum purpureae Billy 1997 prov. Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
6481 3982 13/8.0.1.0.1/03 syn compl Ceratocapno claviculatae - Epilobietum angustifolii Hülbusch & Tüxen 1968 ?
6482 3983 13/8.0.1.0.1/03 syn compl pp Teucrio scorodoniae - Ceratocapnetum claviculatae de Foucault & Frileux 1983 Foucault, B. de & P.-N. Frileux, 1983. Premières données phytosociologiques sur la végétation des ourlets préforestiers du nord-ouest et du nord de la France. Coll. Phytosoc., 8 : 305-324. (Lisières forestières, Lille 1979).
6483 3984 13/8.0.1.0.1/04 ASS Scrophulario scorodoniae - Digitalietum purpureae Géhu & Géhu-Franck 1988 clairière planitiaire-collinéen plat subcontinental méridional mésotherme hémihéliophile mésohydrique mésotrophile acidocline intermédiaire 'Géhu, J.-M. & J. Géhu-Franck, 1988. Données sur les forêts littorales hyperatlantiques thermophiles de la côte d''Emeraude d''Erquy à Cancale (Bretagne). Coll. Phytosoc., 14 : 115-132. (Phytosociologie et foresterie, Nancy 1985).'
6484 3993 13/8.0.1.0.1/05 ASS Epilobio angustifolii - Calamagrostietum arundinaceae Hilbig & Wagner 1990 Vosges clairière collinéen plat subcontinental septentrional psychrophile hémihéliophile mésohydrique mésotrophile acidocline intermédiaire ?
6485 3994 13/8.0.1.0.1/06 ASS Asphodelo macrocarpi subsp. macrocarpi var. arrondeaui - Epilobietum angustifolii Izco, J. Guitián & Amigo 1987 corr. Izco & Amigo 2001 Asphodelo arrondeaui - Epilobietum angustifolii Izco, J. & J. Amigo 2001. Precisiones nomenclaturales sobre la vegetación noroccidental ibérica, II. Lazaroa 21. Izco J., J. Guitián & J. Amigo, 1987. Datos sobre la vegetación herbácea del Caurel (Lugo). Stud. Bot. Univ. Salamanca, 5 : 71-84.
6486 3995 13/8.0.1.0.1/07 ASS Epilobietum montano - angustifolii Carrillo, Ninot & Vigo 1984 Carrillo, A., J.-M. Ninot & J. Vigo, 1984. Notes sobre la vegetació de vorada de bosc Origanetalia vulgaris). Butll. Inst. Catalana Hist. Nat., Sec. Bot. 51: 161-171.
6487 3985 13/8.0.1.0.1/08 ASS Carici piluliferae - Pteridietum aquilini Gillet 1986 Jura clairière planitiaire-collinéen plat subcontinental médian mésotherme hémihéliophile mésohydrique mésotrophile acidocline intermédiaire Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
6488 3986 13/8.0.1.0.1/09 ASS Luzulo pilosae - Pteridietum aquilini de Foucault prov. in Julve 1993 Bassin parisien clairière planitiaire-collinéen plat subatlantique médian mésotherme hémihéliophile mésohydrique mésotrophile acidocline intermédiaire Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
6489 3987 13/8.0.1.0.1/10 ASS Hieracio umbellati - Pteridietum aquilini (Géhu 1964) de Foucault 1995 ourlet acidophile, sublittoral psychroatlantique Manche, Bretagne septentrionale clairière planitiaire-collinéen plat atlantique médian mésotherme hémihéliophile mésohydrique mésotrophile acidocline intermédiaire ? 'Géhu, J.-M., 1964. L''excursion dans le nord et l''ouest de la France de la société internationale de phytosociologie en 1962. Vegetatio, 12 : 1-95.'
6490 3989 13/8.0.1.0.1/11 ASS Molinio caeruleae - Pteridietum aquilini Lecointe & Provost 1970 Bassin parisien clairière subatlantique septentrional mésotherme hémihéliophile mésohygrophile mésotrophile acidocline intermédiaire Lecointe, M. & M. Provost, 1970. Etude de la végétation du mont Pinçon (Calvados). Mém. Soc. Linn. Norm., N.S., Bot., 3, 218 p.
6491 3990 13/8.0.1.0.1/11 syn = Pteridio aquilini - Molinietum caeruleae Lecointe & Provost 1975 planitiaire plat ?
6492 3991 13/8.0.1.0.1/11 syn = ? Calamagrostio canescentis - Caricetum acutiformis Decocq 1997 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.'
6493 6848 13/8.0.1.0.1/11 syn = ? Molinio caeruleae - Epilobietum angustifolii Sougnez & Dethioux 1977 ?
6494 3992 13/8.0.1.0.1/12 ASS Ulici gallii - Pteridietum aquilini (Clément 1978) de Foucault 1995 Finistère clairière planitiaire plat hyperatlantique médian mésotherme hémihéliophile mésohydrique mésotrophile acidocline intermédiaire Foucault, B. de, 1995. Contribution à une monographie phytosociologique de la Hague (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 45-90. 'Clément, B., 1978. Contribution à l''étude phytoécologique des Monts d''Arrée; organisation et cartographie des biocénoses, évolution et productivité des landes. Thèse, Univ. Rennes, 260 p.'
6495 3996 13/8.0.1.0.1/13 ASS Stellario gramineae - Pteridietum aquilini O. de Bolòs 1983 Bolòs, O. de, 1983. La vegetació del Montseny. Diputació de Barcelona. 170 p. Barcelona.
6496 6779 13/8.0.1.0.1/14 ASS Trientali europaeae - Pteridietum aquilini Passarge 1994 Passarge, H., 1994. Azidophile Waldsaumgesellschaften (Melampyro – Holcetea mollis) im europäischen Raum. Tuexenia, 14 : 83-111.
6497 6780 13/8.0.1.0.1/15 ASS Holco mollis - Pteridietum aquilini Passarge 1994 Passarge, H., 1994. Azidophile Waldsaumgesellschaften (Melampyro – Holcetea mollis) im europäischen Raum. Tuexenia, 14 : 83-111.
6498 7226 13/8.0.1.0.1/16 ASS Hyacinthoido non-scriptae - Pteridietum aquilini Géhu & Géhu-Franck 1961 Géhu, J.-M. & J. Géhu-Franck, 1961. Recherche sur la végétation et le sol de la réserve de l’île des Landes et de quelques îlots de la côte nord Bretagne. Bull. Lab. Marit. Dinard 47: 19-57.
6499 7948 13/8.0.1.0.1/16 syn = ? Pteridio aquilini - Rubetum ulmifolii Géhu 2008 'Géhu J.-M., 2008. Etude des associations végétales des sentiers littoraux de Dinard et Saint-Enogat (France, Ille-et-Vilaine) suivie d''un guide itinéraire. J. Bot. Soc. Bot. France, 41 : 47-80.'
6500 3947 13/8.0.1.0.1/17 ASS Potentillo montanae - Asphodeletum albi Bouzillé & de Foucault 1988 ourlet externe acidophile, atlantique, planitiaire-collinéen de Vendée Bassin aquitain ourlet planitiaire plat atlantique s.l. méridional thermophile hémihéliophile xérophile méso-oligotrophile acidophile intermédiaire Bouzillé, J.B. & B. de Foucault, 1988. Données phytosociologiques sur les ourlets et manteaux préforestiers en Vendée et régions limitrophes. Doc. Phytosoc., N.S., 11 : 57-66, tab. h.t.
6501 3997 13/8.0.1.0.2 ALL Prenanthion purpureae Julve 1993 mégaphorbiaies pionnières de clairières acidophiles, médioeuropéenes, montagnardes Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
6502 3998 13/8.0.1.0.2/01 ASS Calamagrostio arundinaceae - Digitalietum grandiflorae (Sillinger 1933) Oberdorfer 1957 Vosges clairière montagnard plat subcontinental médian psychrophile hémihéliophile mésohydrique mésotrophile acidocline intermédiaire Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
6503 3999 13/8.0.1.0.2/02 ASS Epilobio angustifolii - Prenanthetum purpureae Klauck 1995 Vosges, Auvergne clairière montagnard plat subatlantique médian psychrophile hémihéliophile mésohydrique mésotrophile acidocline intermédiaire ?
6504 4000 13/8.0.1.0.2/03 ASS Calamagrostio villosae - Digitalietum purpureae Preising in Preising, Vahle, Brandes, Hofmeister, J.Tüxen & Weber 1993 Vosges clairière montagnard plat subcontinental médian psychrophile hémihéliophile mésohydrique mésotrophile acidocline intermédiaire Preising, E., H.-C. Vahle, D. Brandes, H. Hofmeister, J. Tüxen & H.E. Weber, 1993. Die Pflanzengesellschaften Niedersachsens – Ruderale Staudenfluren und Saumgesellschaften. Naturschutz und Landschaftspflege in Niedersachsen, Heft 20/4 : 86 p.
6505 4001 13/8.0.1.0.2/04 ASS Nepetetum latifoliae Vigo 1975 Vigo, J., 1975. Notas fitocenológicas I. Anales Inst. Bot. Cavanilles, 32(2) : 953-966.
6506 6951 13/8.0.1.0.2/05 ASS Polygonato verticillati - Senecionetum ovati Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
6507 4002 13/8.0.1.0.3 ALL Lonicero periclymeni écoph. rampant - Rubion sylvatici Tüxen & Neumann in Tüxen 1950 ex Wittig 1977 mégaphorbiaies de clairières acidophiles, médioeuropéenes, planitiaires-collinéenes, stabilisées Lonicero periclymeni - Rubion sylvatici ? Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6508 4004 13/8.0.1.0.3 syn = Lonicero periclymeni - Rubetea plicati Haveman, Schaminée & Stortfelder in Stortfelder, Schaminée & Hommel 1999 Stortfelder, A.F.H., J.H.J. Schaminée & P.W.F.M. Hommel 1999. Vegetatie van Nederland 5. 376 p. Opulus Press. Uppsala.
6509 4005 13/8.0.1.0.3 syn = Rubion fruticosi Weber 1977 Weber, H.E., 1977. Beiträge zur Systematik der Brombeergebüsche auf Potentiell natürlichen Quercion robori-petraeae Standorten in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem., N.F., 19/20 : 343-351.
6510 4003 13/8.0.1.0.3 syn = Rubion Tüxen 1952 Rubion subatlanticum Tüxen, R., 1952. Hecken und Gebüsche. Mitt. Geogr. Ges. Hamburg, 50 : 85-117.
6511 4006 13/8.0.1.0.3 syn compl Pruno spinosae - Rubion radulae Weber 1974 Weber, H.E., 1974. Eine neue Gebüschgesellschaft in Norwestdeutschland und Gedanken zur Neugliederung der Rhamno-Prunetea. Osnabrücker Naturwiss. Mitt., 3 : 143-150.
6512 7438 13/8.0.1.0.3 syn nn Lonicero periclymeni écoph. rampant - Rubion sylvatici Tüxen & Neumann in Tüxen 1950 Lonicero periclymeni - Rubion sylvatici Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6513 4863 13/8.0.1.0.3 syn incl Rubenion sprengelii Weber (1974) 1981 Weber, H.E., 1981. Kritische Gattungen als problem für die Syntaxonomie der Rhamno-Prunetea in Mitteleuropa. Ber. Int. Sympos. I.V.V. : 477-491. (Syntaxonomie, Rinteln 1980). Weber, H.E., 1974. Eine neue Gebüschgesellschaft in Norwestdeutschland und Gedanken zur Neugliederung der Rhamno-Prunetea. Osnabrücker Naturwiss. Mitt., 3 : 143-150.
6514 4007 13/8.0.1.0.3.1 SUBALL Rubenion grati Weber 1977 mégaphorbiaies de clairières acidophiles, médioeuropéenes, planitiaires-collinéenes, mésohygrophiles Weber, H.E., 1977. Beiträge zur Systematik der Brombeergebüsche auf Potentiell natürlichen Quercion robori-petraeae Standorten in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem., N.F., 19/20 : 343-351.
6515 4008 13/8.0.1.0.3.1 syn compl Frangulo alni - Rubenion (Rivas Goday 1964) Oberdorfer 1983 Oberdorfer, E., 1983. Pflanzensoziologische Exkursionsflora. 1051 p. E. Ulmer, Stuttgart. Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
6516 4009 13/8.0.1.0.3.1/01 ASS Rubetum grati Tüxen & Neumann in Tüxen 1950 ex Weber 1976 Bassin parisien clairière planitiaire-collinéen plat subatlantique à précontinental médian mésotherme hémisciaphile mésohydrique méso-oligotrophile acidophile Weber, H.E., 1976. Die Brombeeren des Natuschutzgebietes « Heiliges Meer » bei Hopsten und seiner nächsten Umgebung. Natur und Heimat, 36 : 53-56. Münster. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6517 4010 13/8.0.1.0.3.1/02 ASS Rubetum idaei Gams 1927 Bassin parisien clairière collinéen-montagnard plat subatlantique à subcontinental septentrional psychrophile hémisciaphile mésohydrique méso-oligotrophile acidocline intermédiaire Gams, H., 1927. Von den Follatères zur Dent de Morcles. Vegetationsmonographie aus dem Wallis. Beitr. Geobot. Landesaufn. Schweiz, 15 : 1-760, 1 carte.
6518 4011 13/8.0.1.0.3.1/02 syn = Rubetum idaei Pfeiffer 1936 ex Oberdorfer 1973 Oberdorfer, E., 1973. Die Gliederung der Epilobietea angustifolii Gesellschaften am Beispiel süddeutscher Vegetationsaufnahmen. Acta Bot. Acad. Sci. Hung., 19 : 235-253.
6519 4012 13/8.0.1.0.3.1/02 syn = ? Agrostio capillaris - Rubetum idaei Passarge 1982 Passarge, H., 1982. Rubus-coenosen. Feddes Repert., 93 : 369-403.
6520 7148 13/8.0.1.0.3.1/02 syn = ? Stellario holosteae - Rubetum idaei Raabe 1955 ex Passarge 1982 Passarge, H., 1982. Rubus-coenosen. Feddes Repert., 93 : 369-403. ?
6521 6581 13/8.0.1.0.3.1/02 syn compl Sambuco racemosae - Rubetum idaei O. de Bolòs 1979 Bolòs, O. de, 1979. Le Sambuco-Salicion capreae en Catalogne. Doc. Phytosoc. N.S. 4: 69-74.
6522 4013 13/8.0.1.0.3.1/03 ASS Rubetum fruticosi Neumann in Tüxen 1952 em. Oberdorfer 1983 ex Oberdorfer & Müller in Oberdorfer 1992 Bassin parisien clairière planitiaire-collinéen plat subatlantique à subcontinental médian mésotherme hémisciaphile mésohydrique méso-oligotrophile acidophile intermédiaire Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart. Oberdorfer, E., 1983. Pflanzensoziologische Exkursionsflora. 1051 p. E. Ulmer, Stuttgart. Tüxen, R., 1952. Hecken und Gebüsche. Mitt. Geogr. Ges. Hamburg, 50 : 85-117.
6523 4014 13/8.0.1.0.3.1/03 syn = Calamagrostietum epigeji Jurascewicz 1928 ?
6524 4016 13/8.0.1.0.3.1/03 syn incl Calamagrostio epigeji - Rubetum fruticosi Passarge 1982 Passarge, H., 1982. Rubus-coenosen. Feddes Repert., 93 : 369-403.
6525 4017 13/8.0.1.0.3.1/03 syn incl Dryopterido carthusianae - Rubetum fruticosi Passarge 1982 Passarge, H., 1982. Rubus-coenosen. Feddes Repert., 93 : 369-403.
6526 4018 13/8.0.1.0.3.1/03 syn incl Epilobio angustifolii - Rubetum nessensis Ranft 1991 Ranft, M., 1991. Beiträge zur Rubus-Flora von Sachsen. Zur Problematik der Rubus-Gesellschaften in den drei sächsischen Bezirken. Gleditschia, 19 : 83-99.
6527 4019 13/8.0.1.0.3.1/03 syn incl Holco mollis - Rubetum nessensis Ranft 1991 Ranft, M., 1991. Beiträge zur Rubus-Flora von Sachsen. Zur Problematik der Rubus-Gesellschaften in den drei sächsischen Bezirken. Gleditschia, 19 : 83-99.
6528 4020 13/8.0.1.0.3.1/03 syn incl Lysimachio vulgaris - Rubetum nessensis Passarge 1982 Passarge, H., 1982. Rubus-coenosen. Feddes Repert., 93 : 369-403.
6529 4015 13/8.0.1.0.3.1/03 syn nn Rubetum fruticosi Neumann in Tüxen 1952 em. Oberdorfer 1983 Oberdorfer, E., 1983. Pflanzensoziologische Exkursionsflora. 1051 p. E. Ulmer, Stuttgart. Tüxen, R., 1952. Hecken und Gebüsche. Mitt. Geogr. Ges. Hamburg, 50 : 85-117.
6530 4021 13/8.0.1.0.3.1/04 ASS Rubetum scissi Weber 1967 Weber, H.E., 1967. Über die Vegetation der Knicks in Schleswig-Holstein. Mitt. Arbeitsgem. Floristik in Schleswig-Holstein Hamburg, 15 : 1-196, Tab. h.t.
6531 4022 13/8.0.1.0.3.1/05 ASS Rubetum camptostachys (Neumann ex Tüxen 1952) Weber 1990 Weber, H.E., 1990. Übersicht über die Brombeergebüsche der Pteridio – Rubetalia, Franguletea und Prunetalia (Rhamno – Prunetea) in Westdeutschland mit grundsätzlichen Bemerkungen zur Bedeutung der Vegetationsstruktur. Ber. Reinhold Tüxen Gesell., 2 : 91-119. Tüxen, R., 1952. Hecken und Gebüsche. Mitt. Geogr. Ges. Hamburg, 50 : 85-117.
6532 4864 13/8.0.1.0.3.1/06 ASS Rubetum sprengelii Weber 1967 Weber, H.E., 1967. Über die Vegetation der Knicks in Schleswig-Holstein. Mitt. Arbeitsgem. Floristik in Schleswig-Holstein Hamburg, 15 : 1-196, Tab. h.t.
6533 4865 13/8.0.1.0.3.1/06 syn incl Calamagrostio epigei - Rubetum sprengelii Passarge 1982 Passarge, H., 1982. Rubus-coenosen. Feddes Repert., 93 : 369-403.
6534 4023 13/8.0.1.0.3.2 SUBALL Lonicero periclymeni écoph. rampant - Rubenion sylvatici (Tüxen & Neumann in Tüxen 1950) Weber 1977 mégaphorbiaies de clairières acidophiles, médioeuropéenes, planitiaires-collinéenes, mésohydriques Weber, H.E., 1977. Beiträge zur Systematik der Brombeergebüsche auf Potentiell natürlichen Quercion robori-petraeae Standorten in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem., N.F., 19/20 : 343-351. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6535 4024 13/8.0.1.0.3.2 syn = Lonicero periclymeni écoph. rampant - Rubenion sylvatici Tüxen & Neumann in Tüxen 1950 ex Wittig 1977 ? Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6536 4025 13/8.0.1.0.3.2/03 ASS Dryopterido carthusianae - Rubetum villicaulis Passarge 1982 Bassin parisien clairière planitiaire-collinéen plat subatlantique à subcontinental médian mésotherme hémisciaphile mésohydrique mésotrophile acidocline intermédiaire Passarge, H., 1982. Rubus-coenosen. Feddes Repert., 93 : 369-403.
6537 4026 13/8.0.1.0.3.2/04 ASS Agrostio capillaris - Rubetum grabowskii Passarge 1982 Bassin parisien clairière planitiaire-collinéen plat subatlantique à subcontinental médian mésotherme hémisciaphile mésohydrique mésotrophile acidocline intermédiaire Passarge, H., 1982. Rubus-coenosen. Feddes Repert., 93 : 369-403.
6538 4027 13/8.0.1.0.3.2/06 ASS Rubetum rudis Tüxen & Neumann in Tüxen 1950 ex Weber 1999 Weber, H.E., 1999. Rhamno-Prunetea (H2A). Synopsis der Pflanzengesellschaften Deutschlands, 5 : 108 p. Göttingen. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6539 4028 13/8.0.1.0.3.2/07 ASS Rubetum sylvatici Weber in Pott 1995 Bassin parisien clairière planitiaire-collinéen plat subatlantique à subcontinental médian mésotherme hémisciaphile mésohydrique mésotrophile acidocline intermédiaire Pott, R., 1995. Die Pflanzengesellschaften Deutschlands (2ten Aufl.). 622 p. Ulmer, Stuttgart.
6540 4029 13/8.0.1.0.3.2/07 syn nn Lonicero periclymeni écoph. rampant - Rubetum sylvatici Tüxen & Neumann in Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6541 4030 13/8.0.1.0.3.2/08 ASS Rubetum sciocharitis Weber in Pott 1995 Pott, R., 1995. Die Pflanzengesellschaften Deutschlands (2ten Aufl.). 622 p. Ulmer, Stuttgart.
6542 4031 13/8.0.1.0.3.2/09 ASS Rubetum pedemontani Weber in Pott 1995 Pott, R., 1995. Die Pflanzengesellschaften Deutschlands (2ten Aufl.). 622 p. Ulmer, Stuttgart.
6543 6959 13/8.0.1.0.3.2/10 ASS Rubo scabri - Pteridietum aquilini Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
6544 4840 13/8.0.2 ORD Atropo bellae-donae - Rubetalia macrophylli Gillet prov. in Julve 1993 mégaphorbiaies de clairières neutrophiles, médioeuropéennes, eutrophiles, mésohydriques Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
6545 4841 13/8.0.2 syn pp Atropetalia bellae-donnae Vlieger 1937 Vlieger, J., 1937. Aperçu sur les unités phytosociologiques supérieures des Pays-Bas. Ned. Kruidk. Arch., 47: 335-353.
6546 4842 13/8.0.2 syn pp Epilobietalia angustifolii (Vlieger 1937) Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Vlieger, J., 1937. Aperçu sur les unités phytosociologiques supérieures des Pays-Bas. Ned. Kruidk. Arch., 47: 335-353.
6547 4845 13/8.0.2.0.1 ALL Atropion bellae-donnae Braun-Blanquet 1930 ex Aichinger 1933 mégaphorbiaies de clairières neutrophiles, médioeuropéennes, eutrophiles, mésohydriques, pionnières Aichinger, E., 1933. Vegetationskunde der Karawanken. Pflanzensoziologie, 2, 13 + 329 p. G. Fischer, Jena. Braun-Blanquet, J., 1930. Zentralalpen und Tatra, eine Pflanzensoziologische Parallele. Veröff. Geobot. Inst. Rübel, 6 : 81-123.
6548 4846 13/8.0.2.0.1 syn = Atropion bellae-donnae Braun-Blanquet 1930 Braun-Blanquet, J., 1930. Zentralalpen und Tatra, eine Pflanzensoziologische Parallele. Veröff. Geobot. Inst. Rübel, 6 : 81-123.
6549 4847 13/8.0.2.0.1 syn = Atropion bellae-donnae Braun-Blanquet 1930 ex Tüxen 1937 em. 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Braun-Blanquet, J., 1930. Zentralalpen und Tatra, eine Pflanzensoziologische Parallele. Veröff. Geobot. Inst. Rübel, 6 : 81-123.
6550 4848 13/8.0.2.0.1/01 ASS Arctietum nemorosi Tüxen (1931) 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6551 4849 13/8.0.2.0.1/02 ASS Atropetum bellae-donnae Braun-Blanquet 1930 ex Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Braun-Blanquet, J., 1930. Zentralalpen und Tatra, eine Pflanzensoziologische Parallele. Veröff. Geobot. Inst. Rübel, 6 : 81-123.
6552 4850 13/8.0.2.0.1/02 syn = Atropetum bellae-donnae Braun-Blanquet 1930 Braun-Blanquet, J., 1930. Zentralalpen und Tatra, eine Pflanzensoziologische Parallele. Veröff. Geobot. Inst. Rübel, 6 : 81-123.
6553 6847 13/8.0.2.0.1/02 syn = Digitali luteae - Atropetum bellae-donnae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
6554 6958 13/8.0.2.0.1/02 syn = Rubo idaei - Atropetum bellae-donnae Braun-Blanquet 1930 ex Tüxen 1950 em. Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. Braun-Blanquet, J., 1930. Zentralalpen und Tatra, eine Pflanzensoziologische Parallele. Veröff. Geobot. Inst. Rübel, 6 : 81-123.
6555 4851 13/8.0.2.0.2 ALL Rubion macrophylli Weber 1981 mégaphorbiaies de clairières neutrophiles, médioeuropéennes, eutrophiles, mésohydriques, stabilisées Weber, H.E., 1981. Kritische Gattungen als problem für die Syntaxonomie der Rhamno-Prunetea in Mitteleuropa. Ber. Int. Sympos. I.V.V. : 477-491. (Syntaxonomie, Rinteln 1980).
6556 4852 13/8.0.2.0.2 syn = Rubenion radulae Weber (1974) 1981 Weber, H.E., 1981. Kritische Gattungen als problem für die Syntaxonomie der Rhamno-Prunetea in Mitteleuropa. Ber. Int. Sympos. I.V.V. : 477-491. (Syntaxonomie, Rinteln 1980).
6557 4853 13/8.0.2.0.2 syn compl Pruno spinosae - Rubion radulae Weber 1974 Weber, H.E., 1974. Eine neue Gebüschgesellschaft in Norwestdeutschland und Gedanken zur Neugliederung der Rhamno-Prunetea. Osnabrücker Naturwiss. Mitt., 3 : 143-150.
6558 4854 13/8.0.2.0.2/01 ASS Rubetum radulae Weber (1974) 1981 Weber, H.E., 1981. Kritische Gattungen als problem für die Syntaxonomie der Rhamno-Prunetea in Mitteleuropa. Ber. Int. Sympos. I.V.V. : 477-491. (Syntaxonomie, Rinteln 1980). Weber, H.E., 1974. Eine neue Gebüschgesellschaft in Norwestdeutschland und Gedanken zur Neugliederung der Rhamno-Prunetea. Osnabrücker Naturwiss. Mitt., 3 : 143-150.
6559 4855 13/8.0.2.0.2/02 ASS Rubetum vestiti Weber 1974 Weber, H.E., 1974. Eine neue Gebüschgesellschaft in Norwestdeutschland und Gedanken zur Neugliederung der Rhamno-Prunetea. Osnabrücker Naturwiss. Mitt., 3 : 143-150.
6560 4856 13/8.0.2.0.2/02 syn nn Rubetum vestiti Tüxen & Neumann in Tüxen 1950 Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
6561 4857 13/8.0.2.0.2/03 ASS Rubetum bifrontis Weber (1981) 1990 Weber, H.E., 1990. Übersicht über die Brombeergebüsche der Pteridio – Rubetalia, Franguletea und Prunetalia (Rhamno – Prunetea) in Westdeutschland mit grundsätzlichen Bemerkungen zur Bedeutung der Vegetationsstruktur. Ber. Reinhold Tüxen Gesell., 2 : 91-119. Weber, H.E., 1981. Kritische Gattungen als problem für die Syntaxonomie der Rhamno-Prunetea in Mitteleuropa. Ber. Int. Sympos. I.V.V. : 477-491. (Syntaxonomie, Rinteln 1980).
6562 4858 13/8.0.2.0.2/04 ASS Senecioni hercynici - Rubetum glandulosi Passarge 1982 Passarge, H., 1982. Rubus-coenosen. Feddes Repert., 93 : 369-403.
6563 4859 13/8.0.2.0.2/05 ASS Rubetum praecocis Weber 1986 ?
6564 4860 13/8.0.2.0.2/06 ASS Rubetum elegantispinosi Weber 1974 Weber, H.E., 1974. Eine neue Gebüschgesellschaft in Norwestdeutschland und Gedanken zur Neugliederung der Rhamno-Prunetea. Osnabrücker Naturwiss. Mitt., 3 : 143-150.
6565 4861 13/8.0.2.0.2/07 ASS Rubetum caesio - canescentis Ríos & Alcaraz in Ríos 1996 Ríos, S., 1996. El paisaje vegetal de las riberas del Río Segura (SE de España). Secr. Publ. Univ. Murcia. (microfiches). Murcia.
6566 4862 13/8.0.2.0.2/07 syn = Rubetum caesio - canescentis Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
6567 6960 13/8.0.2.0.2/08 ASS Rubetum schleicheri Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
6568 9425 14/1. CLA Genistetea corsico - salzmannii (Klein 1972) Julve 2012 class. nov. hoc loco landes orophiles corso-sardes hoc loco 'Klein, J.C., 1972. Le Genisto-Carlinetum macrocephalae de l''étage montagnard et le Ligusticum corsici de l''étage subalpin des massifs du Cinto et du Campotile orientale. Vegetatio, 25 : 311-333.'
6569 5374 14/1. syn compl Carlinetea macrocephalae Gamisans 1975 ex 1977 Gamisans, J., 1977. La végétation des montagnes corses (II, III). Phytocoenologia, 4 : 35-131; 4 : 133-179. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
6570 5376 14/1. syn = Cerastio - Carlinetea nebrodensis Brullo 1983 Brullo, S., 1983. Contributo alla conoscenza della vegetazione delle Madonie (Sicilia settentrionale) Contribution to the knowledge on vegetation of the Madonie northern Sicily). Boll. Accad. Gioenia Sci. Nat. Catania, 16 : 351-420.
6571 5377 14/1. syn pp Carici - Genistetea lobelii Klein 1972 'Klein, J.C., 1972. Le Genisto-Carlinetum macrocephalae de l''étage montagnard et le Ligusticum corsici de l''étage subalpin des massifs du Cinto et du Campotile orientale. Vegetatio, 25 : 311-333.'
6572 5375 14/1. syn pp Carlinetea macrocephalae Gamisans 1975 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
6573 9426 14/1.0.1 4090 ORD Berberido aetnensis - Genistetalia salzmannii var. lobelioidis Julve 2012 ord. nov. hoc loco landes oroméditerranéennes, corso-sardes hoc loco
6574 5378 14/1.0.1 syn compl Carlinetalia macrocephalae Gamisans 1975 ex 1977 Gamisans, J., 1977. La végétation des montagnes corses (II, III). Phytocoenologia, 4 : 35-131; 4 : 133-179. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
6575 5379 14/1.0.1.0.1 ALL Anthyllidion hermanniae Klein 1972 landes oroméditerranéennes, corses 'Klein, J.C., 1972. Le Genisto-Carlinetum macrocephalae de l''étage montagnard et le Ligusticum corsici de l''étage subalpin des massifs du Cinto et du Campotile orientale. Vegetatio, 25 : 311-333.'
6576 5380 14/1.0.1.0.1/01 ASS Berberido aetnensis - Genistetum salzmannii var. lobelioidis Gamisans 1975 ex 1977 Berberido aetnensis - Genistetum lobelioidis Gamisans, J., 1977. La végétation des montagnes corses (II, III). Phytocoenologia, 4 : 35-131; 4 : 133-179. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
6577 5381 14/1.0.1.0.1/02 ASS Thymo herbae-baronae - Genistetum salzmannii var. lobelioidis Gamisans 1989 Thymo herbae-baronae - Genistetum lobelioidis Gamisans, J., 1989. La végétation de la vallée du Verghellu (Corse centrale), son état actuel, son évolution probable et les particularités de sa flore. Trav. Sci. Parc Nat. Rég. Rés. Nat. Corse, 25 : 53-104.
6578 5382 14/1.0.1.0.1/03 ASS Astragaletum gennargentei auct. auct.
6579 5383 14/1.0.2 ORD Teucrio mari - Santolinetalia insularis Arrigoni 1986 landes supraméditerranéennes, corso-sardes Teucrio mari - Santolinetalia insularis Arrigoni, P.V., 1986. Contributo alla conoscenza della vegetazione del Monte Gennargentu, in Sardegna. Bull. Soc. Sard. Sci. Nat., 25 : 63-96.
6580 5384 14/1.0.2.0.1 ALL Armerio sardoae - Genistion salzmannii var. salzmannii Arrigoni 1986 landes supraméditerranéennes, corses Arrigoni, P.V., 1986. Contributo alla conoscenza della vegetazione del Monte Gennargentu, in Sardegna. Bull. Soc. Sard. Sci. Nat., 25 : 63-96.
6581 5385 14/1.0.2.0.1/01 ASS Helichryso italici - Genistetum salzmannii var. salzmannii Gamisans 1975 ex 1977 Gamisans, J., 1977. La végétation des montagnes corses (II, III). Phytocoenologia, 4 : 35-131; 4 : 133-179. 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
6582 5386 14/1.0.2.0.1/01 syn = Scrophulario ramosissimae - Genistetum salzmannii var. salzmannii (Malcuit 1926) Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154. ?
6583 5387 14/1.0.2.0.1/02 ASS Genisto salzmannii var. salzmannii - Alyssetum robertiani Roger Molinier 1959 Molinier, Ro., 1959. Etude des groupements végétaux terrestres du Cap Corse. Bull. Mus. Hist. Nat. Marseille, 19 : 1-75.
6584 5388 14/2. CLA Rosmarinetea officinalis (Braun-Blanquet 1947) Gaultier 1989 garrigues méditerranéennes occidentales à subméditerranéennes Gaultier, C., 1989. Relations entre pelouses eurosibériennes et groupements méditerranéens. Etude régionale (Diois) et synthèse sur le pourtour méditerranéen nord-occidental. Thèse, Univ. Paris sud-Orsay, 2 tomes de 230 p. et 119 p., 54 tab., fig. h.t. 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
6585 5389 14/2. syn = Ononido striatae - Rosmarinetea officinalis Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
6586 5390 14/2. syn = Rosmarinetea officinalis Rivas-Martínez, Díaz, Fernandez-Prieto, Loidi & Penas 1991 Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernández-Prieto, J Loidi & A. Penas, 1991. Festuco hystricis – Ononidetea striatae y Rosmarinetea officinalis, clases de vegetacion independanties. Itinera Geobotanica, 5 : 505-516.
6587 5391 14/2. syn = Rosmarinetea officinalis Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
6588 7181 14/2. syn = Rosmarinetea officinalis Rivas-Martínez, T.E. Díaz, F. Prieto, Loidi & Penas in Rivas-Martínez, Diaz-Gonzalez, Fernández-González, Izco, Loidi, Lousã & Penas 2002 Rivas-Martínez, S., T.E. Diaz-Gonzalez, F. Fernández-González, J. Izco, J. Loidi, M. Lousã & A. Penas, 2002. Vascular plant communities of Spain and Portugal. Addenda to the taxonomical check-list of 2001. Itinera Geobotanica, 15(1) : 5-432, 15(2) : 433-922.
6589 5392 14/2. syn = Serratulo nudicaulis - Jurineenea humilis Peinado, Alcaraz & Martínez-Parras 1992 Peinado, M., F. Alcaraz & J.-M. Martínez-Parras, 1992. Vegetation of Southeastern Spain. Flora et Vegetatio Mundi, 10 : 1-487. J. Cramer. Berlin.
6590 5393 14/2. syn pp Cisto salvifolii - Rosmarinetea officinalis Guinochet 1975 Guinochet, M., 1975. Contribution à la connaissance des Ononido-Rosmarinetea des Alpes maritimes. Phytocoenologia, 1 : 460-469.
6591 5394 14/2. syn pp Ononido striatae - Rosmarinetea officinalis Braun-Blanquet 1947 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32.'
6592 5395 14/2.0.1 ORD Rosmarinetalia officinalis Braun-Blanquet 1931 em. Julve 1993 prov. garrigues méso à subméditerranéennes occidentales Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6593 5396 14/2.0.1 syn = Phlomidetalia purpureae Rivas Goday & Rivas-Martínez 1969 ?
6594 5397 14/2.0.1 syn = Rosmarinetalia officinalis Braun-Blanquet 1931 ex René Molinier 1934 Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6595 5398 14/2.0.1 syn = Rosmarinetalia officinalis Braun-Blanquet in Braun-Blanquet & Pawłowski 1931 Braun-Blanquet, J. & B. Pawłowski, 1931. L’eau et l’air du sol dans l’Association à Deschampsia media et Brunella hyssopifolia. Rev. Bot. Appl. Agric. Trop., 11 : 1-14.
6596 5399 14/2.0.1.0.1 ALL Rosmarino officinalis - Ericion multiflorae Braun-Blanquet 1931 garrigues méso à subméditerranéennes occidentales Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6597 5401 14/2.0.1.0.1 syn = Rosmarinion officinalis Braun-Blanquet 1931 ex Molinier 1934 Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6598 5402 14/2.0.1.0.1 syn = Rosmarino officinalis - Ericion multiflorae Braun-Blanquet in Braun-Blanquet, Font Quer, G. Braun-Blanquet, Frey, Jansen & Moor 1935 'Braun-Blanquet, J., P. Font Quer, G. Braun-Blanquet, E. Frey, P. Jansen & M. Moor, 1935. L''Excursion de la Sigma en Catalogne (Pâques 1934). Cavanillesia, 7 : 89-110. Barcelona. [= Comm. SIGMA, 38 : 1-37, Montpellier.].'
6599 7179 14/2.0.1.0.1 syn incl Halimienion halimifolii Rivas-Martínez & Costa in Rivas-Martínez, Costa, P. Soriano, Pérez-Badia, Llorens & Roselló 1992 Rivas-Martínez, S., M. Costa, P. Soriano, M.R. Pérez Badia, L. Llorens & J. Roselló, 1992. Datos sobre el paisaje vegetal de Mallorca e Ibiza (Islas Baleares, España). Itinera Geobot., 6 : 5-98.
6600 5400 14/2.0.1.0.1 syn incl Rosmarinenion officinalis Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
6601 7178 14/2.0.1.0.1 syn incl Rosmarino officinalis - Ericenion multiflorae Stübing, Peris & Costa 1989 Stübing, G., J.B. Peris & M. Costa, 1989. Los matorrales seriales termófilos valencianos. Phytocoenologia, 17(1) : 1-69.
6602 5411 14/2.0.1.0.1/01 ASS Erico multiflorae - Thymelaeetum tinctoriae (Braun-Blanquet, Font Quer, G. Braun-Blanquet, Frey, Jansen, & Moor 1936) de Bolòs 1967 garrigue mésoméditerranéenne catalane Bolòs, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38(1) : 3-281. 'Braun-Blanquet, J., P. Font Quer, G. Braun-Blanquet, E. Frey, P. Jansen & M. Moor, 1936. L''Excursion de la Sigma en Catalogne (Pâques 1934). Cavanillesia, 7: 153-167. Barcelona. [= Comm. SIGMA, 38 : 1-37, Montpellier.].'
6603 5412 14/2.0.1.0.1/01 syn = Dictamnetum hispanici O. de Bolòs 1956 Bolos, O. de, 1956. De vegetatione notulae, II. Collect. Bot., 5 : 195-268.
6604 5413 14/2.0.1.0.1/01 syn = Rosmarino - Bupleuretum Lapraz 1960 Lapraz, G., 1960. Le massif de Montserrat : étude phytosociologique. Rev. Gen. Bot., 67 : 405-440.
6605 5403 14/2.0.1.0.1/02 ASS Lithodoro fruticosi - Rosmarinetum officinalis Braun-Blanquet 1924 garrigue mésoméditerranéenne languedocienne Braun-Blanquet, J., 1924. Etudes sur la végétation méditerranéenne. III : concentration en ions H+ et calcimétrie du sol de quelques associations de la garrigue languedocienne. Bull. Soc. Bot. Fra., 71 : 639-647.
6606 5404 14/2.0.1.0.1/02 syn = Lithodoro fruticosi - Rosmarinetum officinalis Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6607 5405 14/2.0.1.0.1/02 syn = Rosmarino officinalis - Lithodoretum fruticosi Braun-Blanquet 1931 ex Molinier 1934 Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6608 5409 14/2.0.1.0.1/03 ASS Helianthemo syriaci - Ericetum multiflorae René Molinier 1934 garrigue mésoméditerranéenne provençale Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274.
6609 5419 14/2.0.1.0.1/04 ASS Fumano ericoidis - Rosmarinetum officinalis Lapraz 1982 garrigue mésoméditerranéenne ligurienne 'Lapraz, G., 1982. Les groupements végétaux de l''ordre des Rosmarinetalia du littoral et de l''arrière pays de Nice, Monaco et Menton. Doc. Phytosoc., N.S., 7 : 399-418.'
6610 5414 14/2.0.1.0.1/05 ASS Coronilletum valentinae Roger Molinier 1959 garrigue mésoméditerranéenne corse Molinier, Ro., 1959. Etude des groupements végétaux terrestres du Cap Corse. Bull. Mus. Hist. Nat. Marseille, 19 : 1-75.
6611 5415 14/2.0.1.0.1/06 ASS Staehelino dubiae - Genistetum pilosae Julve & Marchal in Julve 2001 garrigue subméditerranéenne quercynoise Quercy Julve, Ph., 2001. Flore et végétation de trois sites de pelouses calcicoles du P.N.R. des Causses du Quercy (Lot). Parc Naturel Régional des Causses du Quercy. 52 p. + annexes et cartes.
6612 5416 14/2.0.1.0.1/07 ASS Lavandulo latifoliae - Genistetum scorpii de Foucault & Julve 2003 ?
6613 5418 14/2.0.1.0.1/08 ASS Rosmarino officinalis - Staehelinetum dubiae René Molinier 1967 garrigue subméditerranéenne provençale Molinier, Re., 1967. Monographies phytosociologiques. La végétation des gorges du Verdon. Bull. Mus. Hist. Nat. Marseille, 27 : 5-91.
6614 5420 14/2.0.1.0.1/09 ASS Dorycnio pentaphylli - Staehelinetum dubiae Tomaselli 1949 garrigue subméditerranéenne vauclusienne Dorycnio suffruticosi - Staehelinetum dubiae Tomaselli, R., 1949. Contribution à l’étude de la végétation des Monts du Vaucluse (2e note : l’association à Staehelina dubia et Dorycnium suffruticosum). Bull. Soc. Bot. Fra., 96(7/9) : 227-229.
6615 5410 14/2.0.1.0.1/10 ASS Genisto cinereae - Rosmarinetum officinalis de Bolòs 1970 garrigue subméditerranéenne ligurienne Bolos, O. de, 1970. A propos de quelques groupements végétaux observés entre Monaco et Gênes. Vegetatio, 21 : 49-73.
6616 3701 14/2.0.1.0.1/11 ASS Onobrychido saxatilis - Hedysaretum boveani subsp. europaei Braun-Blanquet prov. in Braun-Blanquet, Roussine & Nègre 1952 Onobrychido saxatilis - Hedysaretum europaei Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
6617 7182 14/2.0.2 ORD Erinacetalia anthyllidis Quézel 1952 garides sub/supra à oroméditerranéennes Quézel, P., 1952. Quelques aspects du problème de la végétation sur dolomie. Rec. Trav. Lab. Bot. Zool. Fac. Sci. Montpellier, Sér. Bot., 5 : 63-77.
6618 8209 14/2.0.2 syn incl Xeracantho - Erinacion anthyllidis Quézel 1951 em. O. de Bolòs 1967 Bolòs, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38(1) : 3-281. ?
6619 3290 14/2.0.2.0.1 ALL Genistion lobelii René Molinier 1934 garides basophiles sub/supra à oroméditerranéennes, mésoxérophiles, mésothermes, des crêtes ventées ibéro-provençales Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274.
6620 3291 14/2.0.2.0.1 syn pp Seslerion caeruleae Quézel 1971 Seslerion elegantissimae Quézel, P., 1971. A propos des pelouses caussenardes à Stipa pennata et à Sesleria caerulea. Bull. Soc. Et. Sci. Nat. Nîmes, 51 : 119-141.
6621 8194 14/2.0.2.0.1 syn incl Genistenion lobelii René Molinier 1934 Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274.
6622 8197 14/2.0.2.0.1 syn incl Globularienion cordifoliae (Guinochet 1938) Valls 2003 Valls, A., 2003. Revisio sintaxonomica dels prats oromediterranis de l’ordre Ononidetalia striatae Br.-Bl. 1947. Acta Bot. Barc., 48 : 67-198. 'Guinochet, M., 1938. Etude sur la végétation de l''étage alpin dans le bassin supérieur de la Tinée (Alpes maritimes). Comm. SIGMA, 59, 458 p.'
6623 8198 14/2.0.2.0.1 syn incl Erodienion rupestri - glandulosi X. Font et Valls in Valls 2003 Erodienion rupestri - glandulosi Valls, A., 2003. Revisio sintaxonomica dels prats oromediterranis de l’ordre Ononidetalia striatae Br.-Bl. 1947. Acta Bot. Barc., 48 : 67-198.
6624 8224 14/2.0.2.0.1 syn incl Genistion lobelii - villarsii - pulchellae Lavagne et Rebuffel 1997 Genistion lobelii - villarsii - pulchellae Lavagne, A. & G. Rebuffel, 1997. Contribution à l’étude du Genistetum villarsii dans le centre et le nord du département du Var (France). Doc. Phytosoc., N.S., 18 : 97-117.
6625 3292 14/2.0.2.0.1/01 ASS Genistetum lobelii René Molinier 1934 garide provençale Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274.
6626 3293 14/2.0.2.0.1/02 ASS Genistetum pulchellae subsp. pulchellae Lavagne et Rebuffel 1997 garide varoise Lavagne, A. & G. Rebuffel, 1997. Contribution à l’étude du Genistetum villarsii dans le centre et le nord du département du Var (France). Doc. Phytosoc., N.S., 18 : 97-117.
6627 3294 14/2.0.2.0.1/03 ASS Diantho subacaulis subsp. brachyanthi - Ptilotrichetum spinosi (Barbero, Loisel & Quézel 1972) Gaultier 1989 garide drômoise Diantho brachyanthi - Ptilotrichetum spinosi Gaultier, C., 1989. Relations entre pelouses eurosibériennes et groupements méditerranéens. Etude régionale (Diois) et synthèse sur le pourtour méditerranéen nord-occidental. Thèse, Univ. Paris sud-Orsay, 2 tomes de 230 p. et 119 p., 54 tab., fig. h.t. Barbero, M., Loisel, R., Quézel, R., 1972. Etude phytosociologique des pelouses à Anthyllis montana, Ononis striata et Sesleria caerulea en France méridionale. Bull. Soc. Bot. Fra., 119 : 141-168.
6628 3295 14/2.0.2.0.1/03 syn = Diantho subacaulis subsp. brachyanthi - Malvetum wigandii (Braun-Blanquet in Meier & Braun-Blanquet 1934) Braun-Blanquet, Roussine & Nègre 1952 Diantho brachyanthi - Malvetum wigandii Diantho subacaulis subsp. brachyanthi - Lavateretum maritimae Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris. Meier, H. & J. Braun-Blanquet, 1934. Classe des Asplenietales rupestres – groupements rupicoles. Prodr. Group. Végé., 2. Mari-Lavit, Montpellier.
6629 3296 14/2.0.2.0.1/04 ASS Erinaceo anthyllidis - Anthyllidetum montanae Braun-Blanquet & de Bolòs 1950 garide oroméditerranéenne aragonaise Braun-Blanquet, J. & O. de Bolos, 1950. Aperçu des groupements végétaux des montagnes tarragonaises. Collect. Bot., 2 : 304-342.
6630 3298 14/2.0.2.0.1/06 ASS Erodio glandulosi - Arenarietum aggregatae subsp. erinaceae Vives 1964 garide aragonaise Erodio glandulosi - Arenarietum erinaceae Vives, J., 1964. Vegetacion de la alta Cuenca de Cardener. Estudo floristico y fitocenologico Comarcal. Acta Geobot. Barcin., 1 : 1-218.
6631 8212 14/2.0.2.0.1/08 ASS Genisto lobelii - Juniperetum communis subsp. nanae Quézel 1953 garide oroméditerranéenne ibérique Genisto lobelii - Juniperetum nanae 'Quézel, P., 1953. Contribution à l''étude phytosociologique et géobotanique de la Sierra Nevada. Mem. Soc. Brot., 9 : 5-77.'
6632 3301 14/2.0.2.0.2 ALL Lavandulo angustifoliae subsp. angustifoliae - Genistion cinereae subsp. cinereae Barbero, Loisel & Quézel 1972 garides basophiles sub/supraméditerranéennes, mésohydriques, thermophiles des préalpes Lavandulo angustifoliae - Genistion cinereae Barbero, M., Loisel, R., Quézel, R., 1972. Etude phytosociologique des pelouses à Anthyllis montana, Ononis striata et Sesleria caerulea en France méridionale. Bull. Soc. Bot. Fra., 119 : 141-168.
6633 3302 14/2.0.2.0.2 syn = Genistenion cinereae subsp. cinereae (Guinochet 1975) Valls 2003 Valls, A., 2003. Revisio sintaxonomica dels prats oromediterranis de l’ordre Ononidetalia striatae Br.-Bl. 1947. Acta Bot. Barc., 48 : 67-198. Guinochet, M., 1975. Sur quelques associations de pelouses des préalpes de Grasse. Anales Inst. Bot. Cavanilles, 32 : 1291-1314.
6634 3303 14/2.0.2.0.2 syn incl Lavandulo angustifoliae subsp. angustifoliae - Genistenion cinereae subsp. cinereae (Barbero, Loisel & Quézel 1972) Gaultier 1989 Lavandulo angustifoliae - Genistenion cinereae Gaultier, C., 1989. Relations entre pelouses eurosibériennes et groupements méditerranéens. Etude régionale (Diois) et synthèse sur le pourtour méditerranéen nord-occidental. Thèse, Univ. Paris sud-Orsay, 2 tomes de 230 p. et 119 p., 54 tab., fig. h.t. Barbero, M., Loisel, R., Quézel, R., 1972. Etude phytosociologique des pelouses à Anthyllis montana, Ononis striata et Sesleria caerulea en France méridionale. Bull. Soc. Bot. Fra., 119 : 141-168.
6635 3304 14/2.0.2.0.2 syn incl Lilio pomponii - Artemisenion albae Gaultier 1989 Gaultier, C., 1989. Relations entre pelouses eurosibériennes et groupements méditerranéens. Etude régionale (Diois) et synthèse sur le pourtour méditerranéen nord-occidental. Thèse, Univ. Paris sud-Orsay, 2 tomes de 230 p. et 119 p., 54 tab., fig. h.t.
6636 3209 14/2.0.2.0.2 syn pp Aphyllanthion monspeliensis Braun-Blanquet (1931) 1947 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. ' Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6637 3306 14/2.0.2.0.2/01 ASS Astragalo hypoglottis subsp. hypoglottis - Lavanduletum angustifoliae subsp. angustifoliae René Molinier 1935 garide provençale Astragalo purpurei - Lavanduletum verae Molinier, Re., 1935. Principes de cartographie phytosociologiques appliquée aux Monts Olympe et Aurélien (Basse-Provence). Ann. Soc. Hist. Nat. Toulon, 19 : 68-103. [= Comm. SIGMA, n°41].
6638 3307 14/2.0.2.0.2/03 ASS Euphorbio spinosae - Genistetum cinereae (Lacoste 1967) Gaultier 1989 garide dauphinoise Gaultier, C., 1989. Relations entre pelouses eurosibériennes et groupements méditerranéens. Etude régionale (Diois) et synthèse sur le pourtour méditerranéen nord-occidental. Thèse, Univ. Paris sud-Orsay, 2 tomes de 230 p. et 119 p., 54 tab., fig. h.t. Lacoste, A., 1967. Les groupements méditerranéo-montagnards à Lavndula angustifolia et Genista cinerea dans les bassins supérieurs et moyens du Var et de la Tinée (Alpes maritimes). Bull. Soc. Bot. Fr., 114 : 95-102.
6639 3309 14/2.0.2.0.2/04 ASS Lavandulo angustifoliae - Artemisietum albae Braun-Blanquet 1961 garide dauphinoise Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
6640 8216 14/2.0.2.0.2/04 syn incl grpt à Artemisia alba Lacoste 1967 grpt à Artemisia alba subsp. camphorata Lacoste, A., 1967. Les groupements méditerranéo-montagnards à Lavndula angustifolia et Genista cinerea dans les bassins supérieurs et moyens du Var et de la Tinée (Alpes maritimes). Bull. Soc. Bot. Fr., 114 : 95-102.
6641 3310 14/2.0.2.0.2/05 ASS Lavandulo angustifoliae subsp. angustifoliae - Juniperetum sibiricae Barbero, Loisel & Quézel 1972 Barbero, M., Loisel, R., Quézel, R., 1972. Etude phytosociologique des pelouses à Anthyllis montana, Ononis striata et Sesleria caerulea en France méridionale. Bull. Soc. Bot. Fra., 119 : 141-168.
6642 8215 14/2.0.2.0.2/06 GRPT grpt à Lavandula angustifolia & Genista cinerea Archiloque, Borel & Devaux 1980 Archiloque, A., L. Borel & J.-P. Devaux, 1980. Notice explicative de la carte phytosociologique d’Allos au 1:50.000. Rev. Biol. Ecol. Médit., 7(4) : 211-248.
6643 3311 14/2.0.2.0.3 ALL Genistion hispanicae subsp. occidentalis Rivas-Martínez in Rivas-Martínez, T.E. Díaz, F. Prieto, Loidi & Penas 1984 garides basophiles sub/supraméditerranéennes, mésohydriques, pyrénéennes Genistion occidentalis Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
6644 3312 14/2.0.2.0.3/01 ASS Arctostaphylo uvae-ursi subsp. crassifoliae - Genistetum hispanicae subsp. occidentalis Rivas-Martínez, T.E. Díaz, F. Prieto, Loidi & Penas 1984 Arctostaphylo crassifoliae - Genistetum occidentalis Arctostaphylo crassifoliae - Genistetum occidentalis Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
6645 3314 14/2.0.2.0.3/02 ASS Lithodoro prostratae subsp. prostratae - Genistetum hispanicae subsp. occidentalis Rivas-Martínez, T.E. Díaz, F. Prieto, Loidi & Penas 1984 Lithodoro prostratae - Genistetum occidentalis Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
6646 3315 14/2.0.2.0.3/03 ASS Lithodoro prostratae subsp. prostratae - Genistetum scorpii Ladero, T.E. Díaz, Penas, Rivas-Martínez, C. Valle 1987 Lithodoro prostratae - Genistetum scorpii Ladero, M., T.E. Díaz, A. Penas, S. Rivas-Martínez & C. Valle, 1987. Datos sobre la vegetación de las Cordilleras Central y Cantábrica II Excursión Internacional de Fitosociología). Itinera Geobot., 1 : 3-147.
6647 3316 14/2.0.2.0.3/04 ASS Teucrio pyrenaici - Genistetum hispanicae subsp. occidentalis Vanden Berghen 1969 Teucrio pyrenaici - Genistetum occidentalis Vanden Berghen, C., 1969. La végétation méditerraneo-montagnarde en Haute-Soule (Pyrénées occidentales, France). Mitt. Flor. Soz. Arbeitsgem., N.F., 14 : 299-308.
6648 3317 14/2.0.2.0.4 ALL Echinospartion horridi Rivas-Martínez, T.E. Díaz, F. Prieto, Loidi & Penas 1991 garides basophiles sub/supraméditerranéennes, mésoxérophiles, mésothermes, des crêtes ventées pyrénéennes à caussenardes Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernández-Prieto, J Loidi & A. Penas, 1991. Festuco hystricis – Ononidetea striatae y Rosmarinetea officinalis, clases de vegetacion independanties. Itinera Geobotanica, 5 : 505-516.
6649 8288 14/2.0.2.0.4 syn = Echinospartenion horridi (Rivas-Martínez, T.E. Díaz, F. Prieto, Loidi & Penas 1991) Valls 2003 Valls, A., 2003. Revisio sintaxonomica dels prats oromediterranis de l’ordre Ononidetalia striatae Br.-Bl. 1947. Acta Bot. Barc., 48 : 67-198. Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernández-Prieto, J Loidi & A. Penas, 1991. Festuco hystricis – Ononidetea striatae y Rosmarinetea officinalis, clases de vegetacion independanties. Itinera Geobotanica, 5 : 505-516.
6650 3318 14/2.0.2.0.4/01 ASS Lavandulo angustifoliae subsp. pyrenaicae - Echinospartetum horridi O. de Bolòs & P. Montserrat 1960 Lavandulo pyrenaicae - Echinospartetum horridi 'Bolos, O. de & P. Montserrat, 1960. Guide de la partie espagnole (Pyrénées d''Aragon et Navarra). Excursion de l''assoc. intern. de phytos. dans les Pyrénées centrales, 22-29 mai 1960. Barcelona, 15 p.'
6651 3319 14/2.0.2.0.4/01 syn = Echinosparto horridi - Lavanduletum angustifoliae subsp. pyrenaicae O. de Bolòs & P. Montserrat 1983 Echinosparto horridi - Lavanduletum pyrenaicae ?
6652 3320 14/2.0.2.0.4/01 syn = Echinosparto horridi - Thymelaeetum nivalis (G. Montserrat 1986) X. Font 1993 Font Castell, X., 1993. Estudis geobotànics sobre els prats xeròfils de l’estatge montà dels Pirineus. Inst. Est. Catalans, Arxius Secc. Cièn., 105 : 1-828. Montserrat, G., 1986. Datos para el estudio de la alianza Aphyllanthion en el Prepirineo aragonés. Collect. Bot. (Barcelona) 16(2) : 391-395.
6653 3321 14/2.0.2.0.4/01 syn = Junipero communis subsp. hemisphaericae - Echinospartetum horridi O. de Bolòs & P. Montserrat 1960 ex Rivas Goday & Rivas-Martínez 1968 Junipero hemisphaericae - Echinospartetum horridi Rivas Goday, S. & S. Rivas-Martínez, 1968. Matorrales y tomillares de la Península Ibérica comprendidos en la clase Ononido-Rosmarinetea Br.-Bl. 1947. Anales Inst. Bot. Cavanilles, 25 : 1-297. 'Bolos, O. de & P. Montserrat, 1960. Guide de la partie espagnole (Pyrénées d''Aragon et Navarra). Excursion de l''assoc. intern. de phytos. dans les Pyrénées centrales, 22-29 mai 1960. Barcelona, 15 p.'
6654 3322 14/2.0.2.0.4/02 ASS Carici brevicollis - Echinospartetum horridi J.-M. Montserrat 1986 Montserrat, J.-M. 1986. Flora y vegetación de la Sierra de Guara (Prepirineo aragonés). Diputación General de Aragón. Naturaleza en Aragón 1, Huesca.
6655 3323 14/2.0.2.0.4/02 syn = Arenario aggregatae - Echinospartetum horridi J.-M. Montserrat 1987 ?
6656 6574 14/2.0.2.0.4/03 ASS Asperulo pyrenaicae - Echinospartetum horridi Carrillo & Ninot 1992 prov. Carrillo, E. & J.-M. Ninot, 1992. Flora i vegetació de les Valls d’Espot i de Boí. Inst. Est. Cat. 99, 2. 1-352.
6657 8289 14/2.0.2.0.4/04 GRPT grpt à Echinospartum horridum garide caussenarde hoc loco
6658 9318 14/2.0.3 ORD Ruscetalia aculeati Julve 2012 ord. nov. hoc loco chaméphytaies sciaphiles de sous-bois forestier thermophile, méditerranéo-atlantiques hoc loco
6659 9317 14/2.0.3.0.1 ALL Ruscion aculeati Julve 2012 all. nov. hoc loco chaméphytaies sciaphiles de sous-bois forestier thermophile, méditerranéo-atlantiques hoc loco
6660 8164 14/2.0.3.0.1/01 ASS Daphno laureolae - Ruscetum aculeati Julve, Vincent & Bouffard 2012 ass. nov. hoc loco chaméphytaie sciaphile de sous-bois forestier thermophile, méditerranéo-atlantique hoc loco
6661 5996 14/2.0.3.0.1/01 syn compl pp Hippocrepido emeri - Daphnetum laureolae Gillet 1986 Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
6662 5421 14/3. 2260+ CLA Cisto salvifolii - Lavanduletea stoechadis (Braun-Blanquet in Braun-Blanquet, Molinier & Wagner 1940) Julve 1993 prov. landes méditerranéennes Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Braun-Blanquet, J., René Molinier & H. Wagner, 1940. Cisto-Lavanduletea (landes siliceuses à cistes et lavandes). Prodr. Group. Vég., 7 : 55 p. Montpellier.
6663 5422 14/3. syn compl Cisto salvifolii - Lavanduletea stoechadis Braun-Blanquet in Braun-Blanquet, Molinier & Wagner 1940 Braun-Blanquet, J., René Molinier & H. Wagner, 1940. Cisto-Lavanduletea (landes siliceuses à cistes et lavandes). Prodr. Group. Vég., 7 : 55 p. Montpellier.
6664 5423 14/3. syn incl ? Rumici - Astragaletea siculi E. Pignatti, Pignatti, Nimis & Avanzini 1980 Pignatti, E., S. Pignatti, P. Nimis & A. Avanzini 1980. La vegetazione ad arbusti spinosi emisferici: Contributo alla interpretazione delle fasce di vegetazione delle alte montagne dell’Italia mediterranea The vegetation of hedge-hog scrub: contribution to interpretation of the high-altitude vegetation belts of the mediterranean Italy). CNRS, AQ/1/79, 130 p., Roma.
6665 5424 14/3. syn pp Cisto salvifolii - Rosmarinetea officinalis Guinochet 1975 Guinochet, M., 1975. Contribution à la connaissance des Ononido-Rosmarinetea des Alpes maritimes. Phytocoenologia, 1 : 460-469.
6666 5425 14/3.0.1 ORD Lavanduletalia stoechadis Braun-Blanquet in Braun-Blanquet, Molinier & Wagner 1940 em. Rivas-Martínez 1968 landes méditerranéennes occidentales 'Rivas-Martínez, S., 1968. Schéma des groupements végétaux de l''Espagne. Coll. Internat. sur la syntaxonomie européenne, Todenmann, 23 p.' Braun-Blanquet, J., René Molinier & H. Wagner, 1940. Cisto-Lavanduletea (landes siliceuses à cistes et lavandes). Prodr. Group. Vég., 7 : 55 p. Montpellier.
6667 5426 14/3.0.1 syn = Lavanduletalia stoechadis Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6668 5427 14/3.0.1 syn = Ulici - Cistetalia Braun-Blanquet, Pinto da Silva & Rozeira 1965 Braun-Blanquet, J., A.R. Pinto da Silva & A. Rozeira, 1965. Résultats de deux excursions géobotaniques à travers le Portugal septentrional et moyen, III Landes à Cistes et Ericacées (Cisto-Lavanduletea et Calluno-Ulicetea). Agron. Lusit., 23(4) : 229-313.
6669 5428 14/3.0.1.0.1 ALL Cistion ladaniferi (Braun-Blanquet 1931) Braun-Blanquet in Braun-Blanquet, Molinier & Wagner 1940 landes méso à supraméditerranéennes occidentales, catalano-provençales Cistion mediterraneum Braun-Blanquet, J., René Molinier & H. Wagner, 1940. Cisto-Lavanduletea (landes siliceuses à cistes et lavandes). Prodr. Group. Vég., 7 : 55 p. Montpellier. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6670 5430 14/3.0.1.0.1 syn = Cistion ladaniferi (Braun-Blanquet in Braun-Blanquet, Molinier & Wagner 1940) O. de Bolòs 1962 Cistion medio-mediterraneum Bolòs, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona. Braun-Blanquet, J., René Molinier & H. Wagner, 1940. Cisto-Lavanduletea (landes siliceuses à cistes et lavandes). Prodr. Group. Vég., 7 : 55 p. Montpellier.
6671 5432 14/3.0.1.0.1 syn = Cistion ladaniferi Braun-Blanquet 1931 ex A. & O. de Bolòs 1950 Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6672 5429 14/3.0.1.0.1 syn = Cistion ladaniferi Braun-Blanquet in Braun-Blanquet, Moliner & Wagner 1940 Cistion ladaniferi medio-mediterraneum Braun-Blanquet, J., René Molinier & H. Wagner, 1940. Cisto-Lavanduletea (landes siliceuses à cistes et lavandes). Prodr. Group. Vég., 7 : 55 p. Montpellier.
6673 5433 14/3.0.1.0.1 syn = Lavandulion stoechadis Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
6674 5434 14/3.0.1.0.1 syn compl Calicotomo spinosae - Cistion ladaniferi (Braun-Blanquet 1931) Braun-Blanquet in Braun-Blanquet, Molinier & Wagner 1940 em. Rivas-Martínez 1979 Rivas-Martínez, S., 1979. Brezales y jarales de Europa occidental (revision fitosociologica de las clases Calluno-Ulicetea y Cisto-Lavanduletea). Lazaroa, 1 : 5-127. Braun-Blanquet, J., René Molinier & H. Wagner, 1940. Cisto-Lavanduletea (landes siliceuses à cistes et lavandes). Prodr. Group. Vég., 7 : 55 p. Montpellier. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6675 5431 14/3.0.1.0.1 syn nn Cistion ladaniferi Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6676 5435 14/3.0.1.0.1/01 ASS Genisto pilosae - Lavanduletum stoechadis (Braun-Blanquet 1931) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6677 5436 14/3.0.1.0.1/01 syn compl Erico scopariae - Lavanduletum stoechadis Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
6678 5437 14/3.0.1.0.1/01 syn compl Erico scopariae - Lavanduletum stoechadis Braun-Blanquet in Braun-Blanquet, Molinier & Wagner 1940 Braun-Blanquet, J., René Molinier & H. Wagner, 1940. Cisto-Lavanduletea (landes siliceuses à cistes et lavandes). Prodr. Group. Vég., 7 : 55 p. Montpellier.
6679 5438 14/3.0.1.0.1/02 ASS Cisto crispi - Ericetum cinereae (Braun-Blanquet in Braun-Blanquet, Molinier & Wagner 1940) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Braun-Blanquet, J., René Molinier & H. Wagner, 1940. Cisto-Lavanduletea (landes siliceuses à cistes et lavandes). Prodr. Group. Vég., 7 : 55 p. Montpellier.
6680 5439 14/3.0.1.0.1/02 syn compl Calicotomo spinosae - Cistetum crispi Braun-Blanquet in Braun-Blanquet, Molinier & Wagner 1940 Braun-Blanquet, J., René Molinier & H. Wagner, 1940. Cisto-Lavanduletea (landes siliceuses à cistes et lavandes). Prodr. Group. Vég., 7 : 55 p. Montpellier.
6681 5440 14/3.0.1.0.1/02 syn compl Cisto - Pinetum pinastri O. de Bolòs 1967 Bolòs, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38(1) : 3-281.
6682 7907 14/3.0.1.0.1/05 ASS Cistetum monspeliensis Julve 2012 ass. nov. hoc loco hoc loco
6683 5445 14/3.0.1.0.1/05 syn = Cistetum ladaniferi cistetosum monspeliensis sensu Lapraz 1974 Cistetum catalaunicum cistetosum monspeliensis ?
6684 5446 14/3.0.1.0.1/05 syn = Lupino angustifolii - Lavanduletum stoechadis Franquesa 1995 Franquesa, T., 1995. El paisatge vegetal de la Península del Cap de Creus. Arxius Secc. Ci. Inst. Estud. Catalans, 109 : 1-628.
6685 5755 14/3.0.1.0.1/05 syn compl non Cisto monspeliensis - Cytisetum arborei subsp. catalaunici (A. & O. de Bolòs 1950) O. de Bolòs 1956 Cisto - Sarothamnetum catalaunici Bolòs, O. de, 1956. La végétation de la Catalogne moyenne. Veröff. Ber. Geobot. Inst. E.T.H. Stiffung Rübel, 31 : 70-89. Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona.
6686 5447 14/3.0.1.0.1/05 syn compl pp Cisto monspeliensis - Cytisetum arborei subsp. catalaunici sensu O. de Bolòs 1983 Cisto - Sarothamnetum catalaunici Bolòs, O. de, 1983. La brolla calcífuga (Cisto-Lavanduletea) als Països Catalans. Mem. Real Acad. Ci. Barcelona, 45.
6687 5444 14/3.0.1.0.1/05 syn illeg Lavandulo stoechadis - Cistetum monspeliensis (Lapraz 1974) Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341. ?
6688 5417 14/3.0.1.0.1/06 ASS Cistetum albidi Loisel 1971 'Loisel, R., 1971. Contribution à l''étude des cistaies calcifuges de Provence. Ann. Univ. Provence, Sci., 46 : 63-81.'
6689 5465 14/3.0.1.0.1/08 ASS Lavandulo stoechadis - Genistetum scorpii Rivas Goday & G. López 1979 Rivas Goday, S. & G. López 1979. Nuevos edafismos hispánicos de sustratos ultrabásicos y dolomíticos. Anales Real Acad. Farm., 45 : 95-112.
6690 5466 14/3.0.1.0.1/09 ASS Pteridio aquilini - Lavanduletum stoechadis O. de Bolòs 1967 Bolòs, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38(1) : 3-281.
6691 5463 14/3.0.1.0.1/19 ASS Calluno vulgaris - Cistetum laurifolii juv. Loisel 1976 'Loisel, R., 1976. La végétation de l''étage méditerranéen dans le sud-est continental français. Thèse, Univ. Marseille, 384 p.'
6692 5464 14/3.0.1.0.1/11 ASS Genisto scorpii - Cistetum laurifolii juv. Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
6693 5461 14/3.0.1.0.1/11 syn compl Hypochoerido - Cistetum laurifolii (Vigo 1968) O. de Bolòs 1983 Bolòs, O. de, 1983. La brolla calcífuga (Cisto-Lavanduletea) als Països Catalans. Mem. Real Acad. Ci. Barcelona, 45. Vigo, J., 1968. Notas sobre la vegetación del valle de Ribes. Collect. Bot. (Barcelona), 7(2) : 1171-1185.
6694 5467 14/3.0.1.0.1/12 ASS Ulici parviflori - Cistetum laurifolii juv. Roselló 1994 Roselló Gimeno, R., 1994. Catálogo florístico y vegetación de la comarca natural del Alto Mijares (Castellón). Publ. Diputac. Castelló, Castellón.
6695 8153 14/3.0.1.0.1/13 ASS Cisto cretici var. eriocephali - Anthyllidetum barbae-jovis juv. Biondi, Vagge & Mossa 2000 Biondi, E., I. Vagge & L. Mossa, 2000. On the phytosociological importance of Anthyllis barba-jovis L. Coll. Phytosoc., 26 : (Les données de la phytosociologie sigmatiste. Structure, gestion, utilisation. Bailleul 1997).
6696 5449 14/3.0.1.0.2 ALL Teucrion mari Gamisans & Murraciole 1985 landes mésoméditerranéennes occidentales, corso-sardes 'Gamisans, J. & M. Murraciole, 1985. La végétation de la réserve naturelle de la presqu''île de scandola (Corse). Etude phytosociologique et cartographie au 1/10000e. Ecol. Medit. (1984), 10 (3-4) : 159-205.'
6697 7903 14/3.0.1.0.2 syn = ? Genistion corsicae Paradis & Pozzo di Borgo 2005 Paradis G. & M.-L. Pozzo di Borgo, 2005. Etude phytosociologique et inventaire floristique de la réserve naturelle des Tre Padule de Suartone (Corse). Journal de Botanique de la Société Botanique de France, 30 : 27-96.
6698 8017 14/3.0.1.0.2 syn pp ? Stauracantho boivinii - Cistion halimifolii Rivas-Martínez 1979 Stauracantho - Halimion halimifolii Rivas-Martínez, S., 1979. Brezales y jarales de Europa occidental (revision fitosociologica de las clases Calluno-Ulicetea y Cisto-Lavanduletea). Lazaroa, 1 : 5-127.
6699 5450 14/3.0.1.0.2/01 ASS Helichryso italici subsp. italici - Cistetum cretici Allier & Lacoste 1980 Helichryso italici - Cistetum cretici Allier, C. & A. Lacoste, 1980. Maquis et groupements végétaux de la série du chêne vert dans le bassin du Fango, (Corse). Ecol. Médit., 5 : 59-82.
6700 5451 14/3.0.1.0.2/02 ASS Stachyo glutinosae - Genistetum corsicae Gamisans & Murraciole 1985 'Gamisans, J. & M. Murraciole, 1985. La végétation de la réserve naturelle de la presqu''île de scandola (Corse). Etude phytosociologique et cartographie au 1/10000e. Ecol. Medit. (1984), 10 (3-4) : 159-205.'
6701 5452 14/3.0.1.0.2/02 syn = Helichryso italici - Genistetum corsicae Paradis & Piazza 1992 Paradis, G. & C. Piazza, 1992. Description de trois associations nouvelles sur le littoral occidental de la Corse. Coll. Phytosoc., 18 : 179-191. (Phytosociologie littorale et taxonomie, Bailleul 1989).
6702 5453 14/3.0.1.0.2/02 syn compl Astragalo massiliensis - Genistetum corsicae Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
6703 5454 14/3.0.1.0.2/03 ASS Cisto salvifolii - Halimietum halimifolii Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
6704 7904 14/3.0.1.0.2/04 ASS Lavandulo stoechadis - Cistetum monspeliensis Arrigoni, di Tomasso, Camarda & Satta 1996 'Arrigoni P.V., P.L. di Tomasso, I. Camarda & V. Satta, 1996. La vegetazione dell''azienda forestale "Sa Pruna" Dorgali (Sardegna centro-orientale). Parlatorea, 1 : 47-59.'
6705 7905 14/3.0.1.0.2/05 ASS Lavandulo stoechadis - Cistetum salvifolii Paradis, Piazza & Pozzo di Borgo 2006 tab. 5 p. 100-101. Bull. Soc. Bot. Centre-Ouest, ns, 37 : 80. Paradis G., C. Piazza & M.-L. Pozzo di Borgo, 2006. Description phytosociologique et cartographique de la végétation des pourtours rocheux du golfe de la Rondinara (Corse). Bull. Soc. Bot. Centre-Ouest, ns, 37 : 65-116.
6706 8039 14/3.0.1.0.2/06 ASS Helichryso italici subsp. italici - Cistetum salvifolii Piazza & Paradis 1998 Piazza, C. & G. Paradis, 1998. Essai de présentation synthétique des végétations chaméphytique et phanérophytique du littoral sableux et sablo-graveleux de la Corse. Bull. Soc. Bot. Centre-Ouest, n.s., 29 : 109-168.
6707 8040 14/3.0.1.0.2/07 ASS Cisto salvifolii - Helichrysetum italici subsp. microphylli Paradis & Piazza 1998 Piazza, C. & G. Paradis, 1998. Essai de présentation synthétique des végétations chaméphytique et phanérophytique du littoral sableux et sablo-graveleux de la Corse. Bull. Soc. Bot. Centre-Ouest, n.s., 29 : 109-168.
6708 8150 14/3.0.1.0.2/08 ASS Cisto cretici var. corsici - Anthyllidetum barbae-jovis juv. Paradis 1997 Paradis, G., 1997. Observations sur l’espèce rare et protégée Anthyllis barba-jovis L. (Fabaceae) en Corse : description de ses stations et phytosociologie. Journal de Botanique Soc. Bot. France, 4 : 33-44.
6709 8151 14/3.0.1.0.2/08 syn incl Rosmarino officinalis - Anthyllidetum barbae-jovis juv. Paradis 1997 Paradis, G., 1997. Observations sur l’espèce rare et protégée Anthyllis barba-jovis L. (Fabaceae) en Corse : description de ses stations et phytosociologie. Journal de Botanique Soc. Bot. France, 4 : 33-44.
6710 5468 14/4. CLA Calluno vulgaris - Ulicetea minoris Braun-Blanquet & Tüxen 1943 landes atlantiques thermophiles Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
6711 5469 14/4. syn = Calluno vulgaris - Ulicetea minoris Braun-Blanquet & Tüxen 1943 ex Klika in Klika & Hadàč 1944 Klika, J. & E. Hadač, 1944. Rostlinná spolecenstva strední Evropy [Plant communities of Central Europe]. Príroda (Brno), 36: 1-26. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
6712 5470 14/4. syn = Calluno vulgaris - Ulicetea minoris Braun-Blanquet & Tüxen 1943 ex Westhoff, Dijk & Passchier 1946 Westhoff, V., J.W. Dijk & H. Passchier, 1946. Overzicht der Plantengemeenschappen in Nederland. Bibl. Ned. Natuurhist. Ver., 7 : 1–118. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
6713 5471 14/4. syn pp Nardo strictae - Callunetea vulgaris Preising 1949 Preising, E., 1949. Nardo-Callunetea. Zur Systematik der Zwergstrauch-Heiden und Magertriften Europas mit Ausnahme des Mediterran-Gebietes, der Arktis und der Hochgebirge. Mitt. Flor. Soz. Arbeitsgem., N.F., 1 : 12-25.
6714 8232 14/4. syn = Querco - Ulicetea Lebrun, Noirfalise, Heinemann & Vanden Berghen 1949 Lebrun, J., A. Noirfalise, P. Heinemann & C. Vanden Berghen, 1949. Les associations végétales de Belgique. Bull. Soc. Roy. Bot. Belg., 82 : 105-207.
6715 5476 14/4.0.1 ORD Ulicetalia minoris Quantin 1935 landes atlantiques thermophiles 'Quantin, A., 1935. L''évolution de la végétation à l''étage de la chênaie dans le Jura méridional. 383 p. Bosc et Riou, Lyon. [= Thèse Univ. Paris. ; = Comm. SIGMA Montpellier 37]'
6716 5473 14/4.0.1 syn = Calluno vulgaris - Ulicetalia minoris (Quantin 1935) Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. 'Quantin, A., 1935. L''évolution de la végétation à l''étage de la chênaie dans le Jura méridional. 383 p. Bosc et Riou, Lyon. [= Thèse Univ. Paris. ; = Comm. SIGMA Montpellier 37]'
6717 5474 14/4.0.1 syn = Erico - Ulicetalia minoris Braun-Blanquet, Pinto da Silva & Rozeira 1965 Braun-Blanquet, J., A.R. Pinto da Silva & A. Rozeira, 1965. Résultats de deux excursions géobotaniques à travers le Portugal septentrional et moyen, III Landes à Cistes et Ericacées (Cisto-Lavanduletea et Calluno-Ulicetea). Agron. Lusit., 23(4) : 229-313.
6718 5472 14/4.0.1 syn = Ulicetalia minoris (P. Duvigneaud 1944) Géhu 1975 Géhu, J.-M., 1975. Essai pour un système de classification phytosociologique des landes atlantiques françaises. Coll. Phytosoc., 2 : 361-377. (Landes, Lille 1973). 'Duvigneaud, P., 1944. Aperçu phytogéographique et phytosociologique des tourbières de l''Ardenne luxembourgeoise. Bull. Soc. Roy. Bot. Belg., 76 : 11-16.'
6719 5475 14/4.0.1 syn = Ulicetalia minoris Braun-Blanquet ex Rothmaler 1954 Rothmaler, W., 1954. Vegetationsstudien im Nordwestspanien. Vegetatio, 5-6 : 595-601.
6720 5481 14/4.0.1.0.1 4030pp ALL Ulici minoris - Ericion cinereae Géhu 1975 landes atlantiques thermophiles, mésohydriques à mésoxérophiles Géhu, J.-M., 1975. Essai pour un système de classification phytosociologique des landes atlantiques françaises. Coll. Phytosoc., 2 : 361-377. (Landes, Lille 1973).
6721 5482 14/4.0.1.0.1 syn = Ulicenion minoris Géhu et Botineau in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris.
6722 7898 14/4.0.1.0.1 syn incl Cisto salvifolii - Ericion cinereae Géhu in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris.
6723 5478 14/4.0.1.0.1 syn pp Ulicion gallii Des Abbayes & Corillion 1949 'Abbayes, H. des & R. Corillion, 1949. Sur la répartition d''Ulex Gallii Planch. et d''Ulex nanus Sm. dans le Massif Armoricain. C. R. Soc. Biogéogr., 26 : 229.'
6724 5479 14/4.0.1.0.1 syn pp Ulicion minoris Malcuit 1929 'Malcuit, G., 1929. Contribution à l''étude phytosociologique des Vosges méridionales saônoises. les associations végétales de la vallée de la Lanterne. Arch. Bot. (Caen), 2 : 1-211.'
6725 5480 14/4.0.1.0.1 syn pp Ulicion minoris P. Duvigneaud 1944 'Duvigneaud, P., 1944. Aperçu phytogéographique et phytosociologique des tourbières de l''Ardenne luxembourgeoise. Bull. Soc. Roy. Bot. Belg., 76 : 11-16.'
6726 5484 14/4.0.1.0.1/02 ASS Calluno vulgaris - Ericetum cinereae (Allorge 1922) Lemée 1937 Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.]. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
6727 7899 14/4.0.1.0.1/02 syn = Erico cinereae - Callunetum vulgaris Géhu, Franck & Bournique 1986 Géhu, J.-M., J. Franck & C.-P. Bournique, 1986. Les callunaies sèches du massif de Fontainebleau. Essai d’analyse phytosociologique affinée. Documents phytosociologiques, NS, 10(2) : 169-177.
6728 5485 14/4.0.1.0.1/02 syn = Ulici europaei - Ericetum cinereae (Lemée 1937) Lenormand 1966 em. Clément, Forgeard, Gloaguen & Touffet 1978 Clément, B., F. Forgeard, J.-C. Gloaguen & J. Touffet, 1978. Contribution à l’étude de la végétation des landes de Lanvaux : les forêts et les landes. Documents phytosociologiques, NS, 2 : 65-87. ? Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
6729 5486 14/4.0.1.0.1/02 syn = Ulici minoris - Ericetum cinereae (Allorge 1922) Géhu 1975 Géhu, J.-M., 1975. Essai pour un système de classification phytosociologique des landes atlantiques françaises. Coll. Phytosoc., 2 : 361-377. (Landes, Lille 1973). Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
6730 6761 14/4.0.1.0.1/02 syn compl ? Pleurozio schreberi - Ericetum cinereae Braun-Blanquet 1967 Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
6731 5487 14/4.0.1.0.1/03 ASS Ulici gallii - Ericetum cinereae (Vanden Berghen 1958) Gloaguen & Touffet 1975 'Gloaguen, J.C. & J. Touffet, 1975. La végétation des landes des Monts d''Arrée. Coll. Phytosoc., 2 : 225-233. (Landes, Lille 1973).' Vanden Berghen, C., 1958. Etude sur la végétation des dunes et des landes de Bretagne. Vegetatio, 8 : 193-208.
6732 5488 14/4.0.1.0.1/04 ASS Erico cinereae - Vaccinietum myrtilli (Gloaguen & Touffet 1975) Clément 1978 'Clément, B., 1978. Contribution à l''étude phytoécologique des Monts d''Arrée; organisation et cartographie des biocénoses, évolution et productivité des landes. Thèse, Univ. Rennes, 260 p.' 'Gloaguen, J.C. & J. Touffet, 1975. La végétation des landes des Monts d''Arrée. Coll. Phytosoc., 2 : 225-233. (Landes, Lille 1973).'
6733 5489 14/4.0.1.0.1/05 ASS Halimietum lasianthi subsp. alyssoidis Braun-Blanquet 1967 Halimietum alyssoidis Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
6734 5490 14/4.0.1.0.1/05 syn incl Pseudarrhenathero longifolii - Halimietum lasianthi subsp. alyssoidis J.-M. Géhu & J. Géhu 1975 Pseudarrhenathero longifolii - Halimietum alyssoidis 'Géhu, J.-M. & J. Géhu, 1975. Contribution à l''étude phytosociologique des landes du sud-ouest de la France. Coll. Phytosoc., 2 : 75-87. (Landes, Lille 1973).'
6735 5491 14/4.0.1.0.1/06 ASS Festuco rubrae subsp. orariae - Ericetum cinereae J.-M. Géhu & J. Géhu 1975 Festuco orariae - Ericetum cinereae Festuco juncifoliae - Ericetum cinereae Géhu, J.-M. & J. Géhu, 1975. Apport à la connaissance phytosociologique des landes littorales de Bretagne. Coll. Phytosoc., 2 : 193-212. (Landes, Lille 1973).
6736 5492 14/4.0.1.0.1/07 ASS Lavandulo stoechadis - Ericetum cinereae Géhu 1975 Géhu, J.-M., 1975. Essai pour un système de classification phytosociologique des landes atlantiques françaises. Coll. Phytosoc., 2 : 361-377. (Landes, Lille 1973).
6737 5493 14/4.0.1.0.1/08 4040*pp ASS Pteridio aquilini - Ericetum vagantis Vanden Berghen 1975 Vanden Berghen, C., 1975. Les landes à Erica vagans de la haute Soule (Pyrénées atlantiques, France). Colloques phytosociologiques, 2 : 91-96. (La végétation des landes d’Europe occidentale, Lille, 1973).
6738 5494 14/4.0.1.0.1/08 syn = Rubio peregrinae - Ericetum vagantis Botineau & Ghestem 1995 Botineau, M. & A. Ghestem, 1995. Les landes sèches et mésophiles du centre-ouest de la France. Caractérisation phytosociologique et chorologique. Intérêt écologique et patrimonial. Coll. Phytosoc. 23 ; 277-317. (Large area vegetation survey, Bailleul 1994).
6739 5495 14/4.0.1.0.1/09 ASS Erico cinereae - Genistetum pilosae var. microphyllae Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Erico cinereae - Genistetum microphyllae Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
6740 5496 14/4.0.1.0.1/10 ASS Carici arenariae - Ericetum cinereae Bridgewater 1986 ?
6741 5497 14/4.0.1.0.1/11 ASS Halimio umbellati - Ericetum cinereae (Rallet 1935) Géhu 1975 Géhu, J.-M., 1975. Essai pour un système de classification phytosociologique des landes atlantiques françaises. Coll. Phytosoc., 2 : 361-377. (Landes, Lille 1973).
6742 5498 14/4.0.1.0.1/12 ASS Potentillo montanae - Ericetum cinereae J.-M. Géhu & J. Géhu 1975 'Géhu, J.-M. & J. Géhu, 1975. Contribution à l''étude phytosociologique des landes du sud-ouest de la France. Coll. Phytosoc., 2 : 75-87. (Landes, Lille 1973).'
6743 5499 14/4.0.1.0.1/14 ASS Hyperico linarifoli - Ericetum cinereae de Foucault 1993 Foucault, B. de, 1993. Nouvelles recherches sur les pelouses de l’Agrostion curtisii et leur syndynamique dans l’Ouest et le Centre de la France. Bull. Soc. Bot. Centre-Ouest, 24 : 151-178.
6744 6575 14/4.0.1.0.1/15 ASS Erico vagantis - Genistetum hispanicae subsp. occidentalis O. de Bolòs & P. Montserrat (1960) 1984 Erico vagantis - Genistetum occidentalis Bolòs, O. de & P. Montserrat, 1984. Datos sobre algunas comunidades vegetales, principalmente de los Pirineos de Aragón y Navarra. Lazaroa, 5 : 89-96. 'Bolos, O. de & P. Montserrat, 1960. Guide de la partie espagnole (Pyrénées d''Aragon et Navarra). Excursion de l''assoc. intern. de phytos. dans les Pyrénées centrales, 22-29 mai 1960. Barcelona, 15 p.'
6745 5477 14/4.0.1.0.1/16 ASS Genisto pilosae - Ericetum cinereae Botineau & Ghestem 1995 Botineau, M. & A. Ghestem, 1995. Les landes sèches et mésophiles du centre-ouest de la France. Caractérisation phytosociologique et chorologique. Intérêt écologique et patrimonial. Coll. Phytosoc. 23 ; 277-317. (Large area vegetation survey, Bailleul 1994).
6746 7419 14/4.0.1.0.1/17 ASS Cisto salvifolii - Ericetum cinereae Julve 2011 ass. nov. hoc loco hoc loco
6747 3950 14/4.0.1.0.1/18 ASS Rubio peregrinae - Cistetum salviifolii Botineau, Bouzillé & Lahondère 1988 Charentes ourlet planitiaire plat atlantique s.l. méridional mésotherme hémihéliophile xérophile oligotrophile acidophile intermédiaire 'Botineau, M., J.B. Bouzillé & C. Lahondère, 1988. Sur la présence d''un ourlet méditerranéo-atlantique dans le centre-ouest : Le Rubio peregrinae - Cistetum salvifoliae ass. nov. Bull. Soc. Bot. Centre-Ouest, N.S., 19 : 101-104.'
6748 5500 14/4.0.1.0.2 4010 ALL Ulici minoris - Ericion tetralicis (Schwickerath 1933) Tüxen 1937 landes atlantiques thermophiles, hygrophiles à mésohygrophiles Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Schwickerath, M., 1933. Die Vegetation des Landkreises Aachen und ihre Stellung im nördlichen Westdeutschland. Aachen. Beitr. Heimatk., 13 : 1-135. Aachen.
6749 5501 14/4.0.1.0.2 syn = Ulici minoris - Ericion tetralicis (Schwickerath 1933) Tüxen 1937 em. Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Schwickerath, M., 1933. Die Vegetation des Landkreises Aachen und ihre Stellung im nördlichen Westdeutschland. Aachen. Beitr. Heimatk., 13 : 1-135. Aachen.
6750 5502 14/4.0.1.0.2 syn incl Ericion tetralicis Schwickerath 1933 Schwickerath, M., 1933. Die Vegetation des Landkreises Aachen und ihre Stellung im nördlichen Westdeutschland. Aachen. Beitr. Heimatk., 13 : 1-135. Aachen.
6751 5503 14/4.0.1.0.2 syn incl Ericion tetralicis Schwickerath 1940 Schwickerath, M., 1940. Aufbau und Gliederung der europäischen Hochmoorgesellschaften. Engler Bot. Jahrb., 71 : 249-266.
6752 5504 14/4.0.1.0.2 syn incl Ulici gallii - Ericion ciliaris Géhu 1975 Géhu, J.-M., 1975. Essai pour un système de classification phytosociologique des landes atlantiques françaises. Coll. Phytosoc., 2 : 361-377. (Landes, Lille 1973).
6753 5505 14/4.0.1.0.2 syn incl Ulici minoris - Ericenion ciliaris (Géhu 1975) Géhu et Botineau in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris. Géhu, J.-M., 1975. Essai pour un système de classification phytosociologique des landes atlantiques françaises. Coll. Phytosoc., 2 : 361-377. (Landes, Lille 1973).
6754 5506 14/4.0.1.0.2 syn pp Trichophoro cespitosi - Ericion tetralicis P. Duvigneaud 1947 Duvigneaud, P., 1947. Remarques sur la végétation des pannes dans les dunes littorales entre la Panne et Dunkerque. Bull. Soc. Roy. Bot. Belg., 79 : 123-140.
6755 5478 14/4.0.1.0.2 syn pp Ulicion gallii Des Abbayes & Corillion 1949 'Abbayes, H. des & R. Corillion, 1949. Sur la répartition d''Ulex Gallii Planch. et d''Ulex nanus Sm. dans le Massif Armoricain. C. R. Soc. Biogéogr., 26 : 229.'
6756 5479 14/4.0.1.0.2 syn pp Ulicion minoris Malcuit 1929 'Malcuit, G., 1929. Contribution à l''étude phytosociologique des Vosges méridionales saônoises. les associations végétales de la vallée de la Lanterne. Arch. Bot. (Caen), 2 : 1-211.'
6757 5480 14/4.0.1.0.2 syn pp Ulicion minoris P. Duvigneaud 1944 'Duvigneaud, P., 1944. Aperçu phytogéographique et phytosociologique des tourbières de l''Ardenne luxembourgeoise. Bull. Soc. Roy. Bot. Belg., 76 : 11-16.'
6758 5507 14/4.0.1.0.2 syn pp Vaccinio oxycocci - Ericion tetralicis Nordhagen 1936 Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88.
6759 5508 14/4.0.1.0.2/01 ASS Calluno vulgaris - Ericetum tetralicis (Grosser 1956) Schubert 1960 Schubert, R., 1960. Die zwergstrauchreichen azidophilen Pflanzengesellschaften Mitteldeutschlands. Pflanzensoziologie, 11 : 235 p. Gustav Fischer Verlag, Jena. ?
6760 5509 14/4.0.1.0.2/01 syn = Calluno vulgaris - Ericetum tetralicis (Tüxen 1937) Géhu & Wattez 1975 Géhu, J.-M. & J.-R. Wattez, 1975. Les landes atlantiques relictuelles du nord de la France. Colloques phytosociologiques, 2 : 348-360. (La végétation des landes d’Europe occidentale, Lille 1973). Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
6761 5510 14/4.0.1.0.2/01 syn ambig Ericetum tetralicis (Allorge 1922) Jonas 1932 Jonas, F., 1932. Die vegetation der emsländischen Heidekölke. Repert. spec. nov. regn. veget. Beih. 66. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
6762 5511 14/4.0.1.0.2/01 syn ambig pp Ericetum tetralicis Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
6763 5512 14/4.0.1.0.2/02 ASS Ulici minoris - Ericetum tetralicis (Allorge 1922) Lemée 1937 em. Géhu 1975 Géhu, J.-M., 1975. Essai pour un système de classification phytosociologique des landes atlantiques françaises. Coll. Phytosoc., 2 : 361-377. (Landes, Lille 1973). Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.]. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
6764 5513 14/4.0.1.0.2/02 syn compl Ericetum scopario - tetralicis (Rallet 1935) J.-M. Géhu & J. Géhu 1975 Scopario - Ericetum tetralicis 'Géhu, J.-M. & J. Géhu, 1975. Contribution à l''étude phytosociologique des landes du sud-ouest de la France. Coll. Phytosoc., 2 : 75-87. (Landes, Lille 1973).' Rallet, L., 1935. Etude phytogéographique de la Brenne. Bull. Soc. Sc. nat. Ouest France, 5è sér., 5, 220 p.
6765 5514 14/4.0.1.0.2/02 syn compl Ulici minoris - Ericetum scopariae (Rallet 1935) J.-M. Géhu & J. Géhu 1975 'Géhu, J.-M. & J. Géhu, 1975. Contribution à l''étude phytosociologique des landes du sud-ouest de la France. Coll. Phytosoc., 2 : 75-87. (Landes, Lille 1973).' Rallet, L., 1935. Etude phytogéographique de la Brenne. Bull. Soc. Sc. nat. Ouest France, 5è sér., 5, 220 p.
6766 5515 14/4.0.1.0.2/02 syn incl Molinio caeruleae - Ericetum vagantis Botineau & Ghestem 1995 Botineau, M. & A. Ghestem, 1995. Les landes sèches et mésophiles du centre-ouest de la France. Caractérisation phytosociologique et chorologique. Intérêt écologique et patrimonial. Coll. Phytosoc. 23 ; 277-317. (Large area vegetation survey, Bailleul 1994).
6767 5516 14/4.0.1.0.2/02 syn pp Erico tetralicis - Ulicetum minoris (Allorge 1922) Lemée 1937 Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.]. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
6768 5517 14/4.0.1.0.2/02 syn pp Ulici minoris - Callunetum vulgaris Allorge 1922 Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
6769 5518 14/4.0.1.0.2/03 ASS Ulici gallii - Ericetum tetralicis (Vanden Berghen 1958) Gloaguen & Touffet 1975 'Gloaguen, J.C. & J. Touffet, 1975. La végétation des landes des Monts d''Arrée. Coll. Phytosoc., 2 : 225-233. (Landes, Lille 1973).' Vanden Berghen, C., 1958. Etude sur la végétation des dunes et des landes de Bretagne. Vegetatio, 8 : 193-208.
6770 5519 14/4.0.1.0.2/04 4020*pp ASS Ulici minoris - Ericetum ciliaris (Lemée 1937) le Normand 1966 em. Géhu 1975 Géhu, J.-M., 1975. Essai pour un système de classification phytosociologique des landes atlantiques françaises. Coll. Phytosoc., 2 : 361-377. (Landes, Lille 1973). ? Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
6771 5520 14/4.0.1.0.2/04 syn pp Erico tetralicis - Ulicetum minoris (Allorge 1922) Lemée 1937 Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.]. Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
6772 5521 14/4.0.1.0.2/04 syn pp Ulici minoris - Callunetum vulgaris Allorge 1922 Allorge, P., 1922. Les associations végétales du Vexin français. Thèse, Univ. Paris. 342 p., 1 carte. Lesot, Nemours.
6773 5522 14/4.0.1.0.2/05 4020*pp ASS Ulici gallii - Ericetum ciliaris (Vanden Berghen 1958) Gloaguen & Touffet 1975 'Gloaguen, J.C. & J. Touffet, 1975. La végétation des landes des Monts d''Arrée. Coll. Phytosoc., 2 : 225-233. (Landes, Lille 1973).' Vanden Berghen, C., 1958. Etude sur la végétation des dunes et des landes de Bretagne. Vegetatio, 8 : 193-208.
6774 5523 14/4.0.1.0.2/06 4020*pp ASS Scorzonero humilis - Ericetum ciliaris J.-M. Géhu & J. Géhu 1975 'Géhu, J.-M. & J. Géhu, 1975. Contribution à l''étude phytosociologique des landes du sud-ouest de la France. Coll. Phytosoc., 2 : 75-87. (Landes, Lille 1973).'
6775 5524 14/4.0.1.0.2/07 4020*pp ASS Pseudarrhenathero longifolii - Ericetum ciliaris (Duchaufour 1948) J.-M. Géhu & J. Géhu 1975 'Géhu, J.-M. & J. Géhu, 1975. Contribution à l''étude phytosociologique des landes du sud-ouest de la France. Coll. Phytosoc., 2 : 75-87. (Landes, Lille 1973).' Duchaufour, Ph., 1948. Recherches écologiques sur la chênaie atlantique française. Thèse, Ann. E.N.E.F., XI, I, 1948, 335 p.
6776 6577 14/4.0.1.0.2/08 ASS Gymnadenio conopseae - Ericetum tetralicis Ballesteros, Baulies, Canalis & Sebastia 1983 Ballesteros, E., X. Baulies, V. Canalís & T. Sebastià, 1983. Landes, torberes i mulleres de l’Alta Ribagorça. Collect. Bot. (Barcelona), 14 : 55-84.
6777 5622 14/4.0.1.0.2/09 ASS Erico tetralicis - Vaccinietum uliginosi Rivas Goday & Rivas-Martínez 1959 Rivas Goday, S. & S. Rivas-Martínez, 1959. Una visita a la Laguna de Arvas (Leitariegos). Anales Inst. Bot. Cavanilles (1958), 16 : 565-586.
6778 5525 14/4.0.1.0.3 2150*pp+4030pp ALL Dactylido glomeratae subsp. oceanicae - Ulicion europaei subsp. europaei fo. maritimi Géhu 1975 landes atlantiques thermophiles, maritimes Dactylido oceanicae - Ulicion maritimi Géhu, J.-M., 1975. Essai pour un système de classification phytosociologique des landes atlantiques françaises. Coll. Phytosoc., 2 : 361-377. (Landes, Lille 1973).
6779 5526 14/4.0.1.0.3 syn = Dactylido glomeratae subsp. oceanicae - Ulicenion europaei subsp. europaei fo. maritimi (Géhu 1975) Loidi, García-Mijangos, Herrera, Berastegi & Darquistade 1997 Dactylido oceanicae - Ulicenion maritimi Loidi, J., I. García-Mijangos, M. Herrera, A. Berastegi & A. Darquistade, 1997. Heathland vegetation of the northern-central part of the Iberian Peninsula. Folia Geobot. Phytotax., 32 : 259-281. Géhu, J.-M., 1975. Essai pour un système de classification phytosociologique des landes atlantiques françaises. Coll. Phytosoc., 2 : 361-377. (Landes, Lille 1973).
6780 5527 14/4.0.1.0.3 syn = Ulicenion europaei subsp. europaei fo. maritimi - galli fo. humilis (Géhu 1975) Rivas-Martínez 1979 Ulicenion maritimi - humilis Rivas-Martínez, S., 1979. Brezales y jarales de Europa occidental (revision fitosociologica de las clases Calluno-Ulicetea y Cisto-Lavanduletea). Lazaroa, 1 : 5-127. Géhu, J.-M., 1975. Essai pour un système de classification phytosociologique des landes atlantiques françaises. Coll. Phytosoc., 2 : 361-377. (Landes, Lille 1973).
6781 5528 14/4.0.1.0.3/01 ASS Ulici galli fo. humilis - Ericetum ciliaris (Vanden Berghen 1958) J.-M. & J. Géhu 1975 Ulici humilis - Ericetum ciliaris Géhu, J.-M. & J. Géhu, 1975. Apport à la connaissance phytosociologique des landes littorales de Bretagne. Coll. Phytosoc., 2 : 193-212. (Landes, Lille 1973).
6782 5531 14/4.0.1.0.3/02 ASS Ulici galli fo. humilis - Ericetum cinereae (Vanden Berghen 1958) J.-M. & J. Géhu 1975 Ulici humilis - Ericetum cinereae Géhu, J.-M. & J. Géhu, 1975. Apport à la connaissance phytosociologique des landes littorales de Bretagne. Coll. Phytosoc., 2 : 193-212. (Landes, Lille 1973).
6783 5530 14/4.0.1.0.3/03 ASS Ulici europaei subsp. europaei fo. maritimi - Ericetum cinereae (Géhu 1963) J.-M. & J. Géhu 1975 Ulici maritimi - Ericetum cinereae Géhu, J.-M. & J. Géhu, 1975. Apport à la connaissance phytosociologique des landes littorales de Bretagne. Coll. Phytosoc., 2 : 193-212. (Landes, Lille 1973).
6784 5529 14/4.0.1.0.3/04 4040*pp ASS Ulici europaei subsp. europaei fo. maritimi - Ericetum vagantis (Gadeceau 1903) J.-M. & J. Géhu 1975 Ulici maritimi - Ericetum vagantis Géhu, J.-M. & J. Géhu, 1975. Apport à la connaissance phytosociologique des landes littorales de Bretagne. Coll. Phytosoc., 2 : 193-212. (Landes, Lille 1973).
6785 5532 14/4.0.1.0.3/05 4040*pp ASS Leucanthemo ircutianae subsp. crassifoliae - Ericetum vagantis (Allorge & Jovet 1941) J.-M. & J. Géhu 1981 Leucanthemo crassifoliae - Ericetum vagantis ? Allorge, P. & P. Jovet, 1941. La lande maritime autour de St Jean de Luz. Bull. Soc. Bot. Fra., 88 : 151-159.
6786 5533 14/4.0.1.0.3/06 ASS Dactylido glomeratae subsp. oceanicae - Cytisetum scoparii fo. maritimi Géhu 1963 Dactylido oceanicae - Cytisetum maritimi 'Géhu, J.-M., 1963. L''excursion dans le nord et l''ouest de la France de la société internationale de phytosociologie. Bull. Soc. Bot. N. Fr., 16 : 105-189.'
6787 5534 14/4.0.1.0.3/07 ASS Scillo vernae - Callunetum vulgaris Géhu 1993 ?
6788 5535 14/4.0.1.0.3/08 ASS Scillo vernae - Ericetum cinereae Bioret 1994 Bioret, F., 1994. Essai de synthèse de l’intérêt du patrimoine phytocoenotique des îles bretonnes. Coll. Phytosoc., 22 : 125-144. (La syntaxonomie et la synsystématique européenne comme base typologique des habitats, Bailleul 1993).
6789 7900 14/4.0.1.0.3/09 ASS Carici arenariae – Ulicetum europaei subsp. europaei fo. maritimi (Wattez & Godeau 1986) Bioret & Géhu 2008 Carici arenariae – Ulicetum maritimi Carici arenariae – Ulicetum maritimi Bioret, F. & J.-M. Géhu, 2008. Révision phytosociologique des végétations halophiles des falaises littorales atlantiques françaises. Fitosociologia, 45 (1) : 75-116. ?
6790 7940 14/4.0.1.0.3/10 ASS Sileno vulgaris subsp. maritimae - Ulicetum europaei subsp. europaei fo. maritimi Géhu 2007 Sileno maritimae - Ulicetum maritimi Sileno maritimae - Ulicetum maritimi tab. 2, p. 276. Bull. Soc. Bot. Centre-ouest, N.S., 38 : 275. 'Géhu, J.-M., 2007. Ruscus aculeatus en position d''ourlet préforestier littoral sur les falaises bretonnes. Bull. Soc. Bot. Centre-ouest, N.S., 38 : 273-276.'
6791 7941 14/4.0.1.0.3/10 syn incl Hedero helicis - Ruscetum aculeati Géhu 2007 tab. 1, p. 274. Bull. Soc. Bot. Centre-ouest, N.S., 38 : 273. 'Géhu, J.-M., 2007. Ruscus aculeatus en position d''ourlet préforestier littoral sur les falaises bretonnes. Bull. Soc. Bot. Centre-ouest, N.S., 38 : 273-276.'
6792 8018 14/4.0.1.0.3/11 ASS Festuco ovinae subsp. bigoudenensis - Ericetum cinereae Bioret & Davoust 2000 Festuco bigoudenensis - Ericetum cinereae Festuco bigoudenensis - Ericetum cinereae tab. 1, p. 276. Bull. Soc. Bot. Centre-Ouest, N.S., 31 : 272. Bioret, F. & M. Davoust, 2000. La végétation des affleurements de roches ultrabasiques de la baie d’Audierne. Bull. Soc. Bot. Centre-Ouest, N.S., 31 : 269-278.
6793 8019 14/4.0.1.0.3/12 ASS Schoeno nigricantis - Ulicetum europaei subsp. europaei fo. maritimi Bioret & Davoust 2000 Schoeno nigricantis - Ulicetum maritimi Schoeno nigricantis - Ulicetum maritimi tab. 2, p. 278. Bull. Soc. Bot. Centre-Ouest, N.S., 31 : 274. Bioret, F. & M. Davoust, 2000. La végétation des affleurements de roches ultrabasiques de la baie d’Audierne. Bull. Soc. Bot. Centre-Ouest, N.S., 31 : 269-278.
6794 5536 14/4.0.1.0.4 4030pp ALL Empetrion nigri Böcher 1943 landes atlantiques psychrophiles, maritimes Bocher, T.W., 1943. Studies on the plant geography of the north atlantic heath formation;danish dwarf shrub communities in relation to those of northern Europe. K. Dansk. Vidensk. Selsk. Biol., 2.
6795 5537 14/4.0.1.0.4/01 2150*pp ASS Carici trinervis - Callunetum vulgaris de Foucault & Géhu 1979 Foucault, B. de & J.-M. Géhu, 1979. Une association de lande dunaire nouvelle dans le nord de la France:le Carici trinervis-Callunetum. Doc. Phytosoc., N.S., 3 : 285-288.
6796 5483 14/4.0.1.0.4/02 2310pp ASS Calluno vulgaris - Genistetum anglicae Tüxen 1928 ex 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Tüxen, R., 1928. Vegetationsstudien im nordwestdeutschen Flachlandes. 1 : Über die Vegetation der nordwestdeutschen Binnendünen. Jahrb. Geogr. Ges. Hannover : 71-93.
6797 9339 14/4.0.1.0.4/02 2310pp syn nn Calluno vulgaris - Genistetum anglicae Tüxen 1928
6798 5605 14/4.0.1.0.4/02 2310pp syn incl Danthonio decumbentis - Callunetum vulgaris Heinemann 1956 nom. inv. ?
6799 5552 14/5. 9410pp CLA Calluno vulgaris - Vaccinietea myrtilli (Braun-Blanquet, Sissingh & Vlieger 1939) de Foucault 1990 landes psychrophiles laurasiennes boréomontagnardes Foucault, B. de, 1990. Essai sur une ordination synsystématique des landes continentales à boréo-alpines. Doc. Phytosoc., N.S., 12 : 151-174. Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
6800 5553 14/5. syn compl pp Pino sylvestris - Juniperetea sabinae Rivas-Martínez 1965 Rivas-Martínez, S., 1965. Esquema de la vegetación potencial y su correspondencia con los suelos de la España peninsular. Anales Inst. Bot. Cavanilles (1964), 22 : 343-404.
6801 3579 14/5. syn compl pp Pulsatillo vernalis - Pinetea sylvestris (Schmid 1936) Oberdorfer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., S. Görs, D. Korneck, W. Lohmeyer, T. Müller, G. Philippi & P. Seibert, 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62. ?
6802 7512 14/5. syn compl pp Pulsatillo vernalis - Pinetea sylvestris (Schmid 1936) Oberdorfer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 em. Oberdorfer 1992 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart. Oberdorfer, E., S. Görs, D. Korneck, W. Lohmeyer, T. Müller, G. Philippi & P. Seibert, 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62. ?
6803 7513 14/5. syn compl pp Pyrolo chloranthae - Pinetea sylvestris Oberdorfer in Müller 1966 Müller, T., 1966. Die Wald-, Gebüsch-, Saum-, Trocken-, und halbtrockenrasengesellschaften des Spitzbergs. Die Natur- und Landschaft. Geb. Baden-Württ., 3 : 278-472.
6804 5555 14/5. syn compl pp Vaccinio myrtilli - Piceetea abietis Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 Vaccinio - Piceetea Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
6805 5556 14/5.0.1 2310pp+4030pp ORD Vaccinio myrtilli - Genistetalia pilosae subsp. pilosae Schubert 1960 landes psychrophiles, boréoplanitiaires à montagnardes Vaccinio myrtilli - Genistetalia pilosae Schubert, R., 1960. Die zwergstrauchreichen azidophilen Pflanzengesellschaften Mitteldeutschlands. Pflanzensoziologie, 11 : 235 p. Gustav Fischer Verlag, Jena.
6806 6762 14/5.0.1 syn = Vaccinio myrtilli - Genistetalia pilosae subsp. pilosae Schubert 1960 ex Passarge 1964 Vaccinio myrtilli - Genistetalia pilosae Passarge, H., 1964. Pflanzengesellschaften der nordostdeutschen Flachlandes. Pflanzensoziologie, 13, 324 p. Schubert, R., 1960. Die zwergstrauchreichen azidophilen Pflanzengesellschaften Mitteldeutschlands. Pflanzensoziologie, 11 : 235 p. Gustav Fischer Verlag, Jena.
6807 5557 14/5.0.1.0.1 ALL Genistion tinctorio - germanicae (Böcher 1943) de Foucault 1990 landes psychrophiles planitiaires, centroeuropéennes, neutroclines Foucault, B. de, 1990. Essai sur une ordination synsystématique des landes continentales à boréo-alpines. Doc. Phytosoc., N.S., 12 : 151-174. Böcher, T.W., 1943. Studies on the plant geography of the north atlantic heath formation ; danish dwarf shrub communities in relation to those of northern Europe. K. Dansk. Vidensk. Selsk. Biol., 2.
6808 7285 14/5.0.1.0.1 syn = Genistion tinctorio - germanicae de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
6809 5558 14/5.0.1.0.1/01 ASS Daphno cneori - Callunetum vulgaris Muller 1986 Vosges du Nord 'Muller, S., 1986. La végétation du pays de Bitche (Vosges du nord). Analyse phytosociologique, applications à l''étude synchronique des successions végétales. Thèse, Univ. Paris Sud-Orsay, 283 p.'
6810 5559 14/5.0.1.0.1/02 ASS Genisto germanicae - Callunetum vulgaris Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
6811 6764 14/5.0.1.0.1/02 syn incl Antennario dioicae - Callunetum vulgaris Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
6812 5561 14/5.0.1.0.1/02 syn incl illeg Calluno vulgaris - Genistetum pilosae Oberdorfer 1938 Oberdorfer, E., 1938. Ein Beitrag zur Vegetationskunde des Nordschwarzwaldes. Beitr. Naturk. Forsch. Südwestdeutschl., 3 : 1-270.
6813 5564 14/5.0.1.0.1/02 syn incl Cytiso scoparii juv. - Genistetum germanicae de Foucault 1997 prov. Foucault, B. de, 1997. Contribution à la connaissance phytosociologique des forêts et lisières mésophiles du plateau de Chambaran (Isère et Drôme, France). Bull. Mens. Soc. Linn. Lyon, 66(9) : 233-250.
6814 5560 14/5.0.1.0.1/03 ASS Lembotropido nigricantis - Callunetum vulgaris Oberdorfer 1957 em. Rivas-Martínez 1979 Rivas-Martínez, S., 1979. Brezales y jarales de Europa occidental (revision fitosociologica de las clases Calluno-Ulicetea y Cisto-Lavanduletea). Lazaroa, 1 : 5-127. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
6815 5562 14/5.0.1.0.1/05 ASS Cytiso hirsuti - Callunetum vulgaris Oberdorfer 1954 Oberdorfer, E., 1954. Nordaegaeische Kraut- und Zwergstrauchfluren im Vergleich mit den entsprechenden Vegetationseinheiten des westlichen Mittelmeergebietes. Vegetatio, 5/6 : 88-96.
6816 5563 14/5.0.1.0.1/06 ASS Antherico liliago - Callunetum vulgaris Stöcker 1959 Ardennes ?
6817 6765 14/5.0.1.0.1/08 ASS Calluno vulgaris - Brachypodietum pinnati Royer 2003 ex Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p. ?
6818 6966 14/5.0.1.0.1/09 ASS Erico arboreae juv. - Genistetum pilosae Oberdorfer & Hofmann 1967 Ligurie Oberdorfer, E. & A. Hofmann, 1967. Beitrag zur Kenntnis der Vegetation des Nordapennin (Wälder, Heiden, Wiesen und Unkrautfluren). Beitr. naturk. Forsch. Südw.-Dtl., 26(1) : 83 - 139.
6819 9338 14/5.0.1.0.1/10 ASS Genisto tinctoriae - Callunetum vulgaris de Foucault 2010 BSBNF
6820 5565 14/5.0.1.0.2 ALL Calluno vulgaris - Arctostaphylion uvae-ursi Tüxen & Preising in Preising 1949 landes psychrophiles montagnardes, xérophiles, des adrets, neutroclines, méridionales Preising, E., 1949. Nardo-Callunetea. Zur Systematik der Zwergstrauch-Heiden und Magertriften Europas mit Ausnahme des Mediterran-Gebietes, der Arktis und der Hochgebirge. Mitt. Flor. Soz. Arbeitsgem., N.F., 1 : 82-95.
6821 5576 14/5.0.1.0.2 syn pp Calluno vulgaris - Genistion pilosae Duvigneaud 1944 Calluno - Genistion pilosae subatlanticum 'Duvigneaud, P., 1944. Aperçu phytogéographique et phytosociologique des tourbières de l''Ardenne luxembourgeoise. Bull. Soc. Roy. Bot. Belg., 76 : 11-16.'
6822 8290 14/5.0.1.0.2 syn = Euphorbio - Callunion vulgaris Schubert 1960 Schubert, R., 1960. Die zwergstrauchreichen azidophilen Pflanzengesellschaften Mitteldeutschlands. Pflanzensoziologie, 11 : 235 p. Gustav Fischer Verlag, Jena.
6823 8003 14/5.0.1.0.2 syn incl Calluno vulgaris - Avenulenion marginatae subsp. pyrenaicae Gruber 1995 Calluno vulgaris - Avenulenion pyrenaicae Gruber, M., 1995. Les callunaies montagnardes humides des Hautes-Pyrénées. Bull. Soc. Hist. Nat. Toulouse, 131 : 61-65.
6824 5567 14/5.0.1.0.2/02 ASS Gentiano luteae - Arctostaphyletum uvae-ursi (Fromart 1984) de Foucault 1990 prov. Pyrénées orientales Foucault, B. de, 1990. Essai sur une ordination synsystématique des landes continentales à boréo-alpines. Doc. Phytosoc., N.S., 12 : 151-174. Fromart, F., 1984. Les communautés à Arctostaphylos uva-ursi du massif du Carlit et de la haute vallée de la têt (Pyrénées orientales, France). Doc. Ecol. Pyr., 3/4 : 155-164.
6825 5600 14/5.0.1.0.2/03 ASS Alchemillo saxatilis - Callunetum vulgaris Susplugas 1942 Pyrénées Susplugas, J. 1942. Le sol et la végétation dans le haut Vallespir (Pyrénees Orientales). Thèse. Pharm. Sup. 225 p. Montpellier.
6826 5568 14/5.0.1.0.2/03 syn = Avenulo marginatae - Callunetum vulgaris Gruber 1978 Pyrénées Avenulo sulcatae - Callunetum vulgaris Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
6827 5797 14/5.0.1.0.2/03 syn compl pp Prunello hastifoliae - Cytisetum scoparii Susplugas 1942 Prunello hastifoliae - Sarothamnetum Susplugas, J. 1942. Le sol et la végétation dans le haut Vallespir (Pyrénees Orientales). Thèse. Pharm. Sup. 225 p. Montpellier.
6828 5551 14/5.0.1.0.2/03 syn = Violo caninae - Callunetum vulgaris O. de Bolòs 1956 Bolos, O. de, 1956. De vegetatione notulae, II. Collect. Bot., 5 : 195-268.
6829 5602 14/5.0.1.0.2/03 syn = Calluno vulgaris - Violetum caninae Nègre 1970 'Nègre, R., 1970. La végétation du bassin de l''One (Pyrénées centrales). 3ème note : les landes. Portug. Acta Biol., Sect. B, 11 : 51-166.'
6830 8005 14/5.0.1.0.2/03 syn non Avenulo marginatae - Callunetum vulgaris O. de Bolòs & Vigo in O. de Bolòs 1967 Avenulo sulcatae - Callunetum vulgaris Bolòs, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38(1) : 3-281.
6831 5569 14/5.0.1.0.2/04 ASS Festuco filiformis - Callunetum vulgaris Michalet, Coquillard & Gueugnot 1989 Massif central Michalet, R., P. Coquillard & J. Gueugnot, 1989. Landes et herbages des édifices volcaniques de la chaîne des Puys (Massif central français). I : synsystématique. Coll. Phytosoc., 16 : 665-680. (Phytosociologie et pastoralisme, Paris 1988).
6832 5571 14/5.0.1.0.2/05 ASS Astragalo alopecuri - Juniperetum sabinae Braun-Blanquet 1961 Alpes internes Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
6833 5572 14/5.0.1.0.2/06 5130pp ASS Junipero communis subsp. hemisphaericae - Chamaecytisetum polytrichi Barbéro & Quézel 1975 Vaucluse Mont-Ventoux Barbero, M. & P. Quézel, 1975. Végétation culminale du Mont Ventoux. Sa signification dans une interprétation phytogéographique des Préalpes méridionales. Ecol. Medit., 1 : 3-30.
6834 5573 14/5.0.1.0.2/07 5130pp ASS Junipero communis subsp. hemisphaericae - Rosetum pimpinellifoliae Barbéro & Quézel 1975 Vaucluse Mont-Ventoux Barbero, M. & P. Quézel, 1975. Végétation culminale du Mont Ventoux. Sa signification dans une interprétation phytogéographique des Préalpes méridionales. Ecol. Medit., 1 : 3-30.
6835 5574 14/5.0.1.0.2/08 ASS Seslerio caeruleae - Arctostaphyletum uvae-ursi Béguin 1973 Jura ?
6836 9301 14/5.0.1.0.2/09 ASS Daphno cneori - Arctostaphyletum uvae-ursi Julve 2012 ass. nov. hoc loco hoc loco
6837 8292 14/5.0.1.0.2/10 GRPT grpt à Genista sagittalis de Foucault 1987 Aubrac Foucault, B. de, 1987. Données phytosociologiques sur la végétation observée lors de la treizième session de la S.B.C.O. en Aubrac et Margeride. Bull. Soc. Bot. Centre-Ouest, N.S., 18 : 337-361.
6838 5575 14/5.0.1.0.3 ALL Genisto pilosae - Vaccinion uliginosi Braun-Blanquet 1926 landes psychrophiles montagnardes, acidophiles Genisto - Vaccinion Braun-Blanquet, J., 1926. Le climax complexe des landes alpines (Genisto - Vaccinion) du Cantal. Etudes phytosociologiques en Auvergne. Arvernia, 2 : 29-48.
6839 5576 14/5.0.1.0.3 syn pp Calluno vulgaris - Genistion pilosae Duvigneaud 1944 Calluno - Genistion pilosae subatlanticum 'Duvigneaud, P., 1944. Aperçu phytogéographique et phytosociologique des tourbières de l''Ardenne luxembourgeoise. Bull. Soc. Roy. Bot. Belg., 76 : 11-16.'
6840 5577 14/5.0.1.0.3 syn = ? Genistion pilosae Böcher 1943 Böcher, T.W., 1943. Studies on the plant geography of the north atlantic heath formation ; danish dwarf shrub communities in relation to those of northern Europe. K. Dansk. Vidensk. Selsk. Biol., 2.
6841 5578 14/5.0.1.0.3.1 SUBALL Carici piluliferae - Vaccinienion myrtilli Schaminée & Hennekens in Schaminée 1993 landes psychrophiles montagnardes inférieures, acidophiles ?
6842 5579 14/5.0.1.0.3.1/01 ASS Calluno vulgaris - Vaccinietum vitis-idaeae Büker 1942 Alpes Büker, R., 1942. Beiträge zur Vegetationskunde des südwestfälischen Berglandes. Beih. Bot. Zentralbl., 61 B : 452-558. Dresden.
6843 5580 14/5.0.1.0.3.1/02 ASS Alchemillo saxatilis - Vaccinietum uliginosi Thébaud 1988 ex Schaminée & Hennekens 1992 Massif central Schaminée, J.H.J. & S.M. Hennekens 1992. Subalpine heathland communities of the Monts du Forez (Massif Cetral, France). Docu. Phytosocio., n.s., 14 : Thébaud, G., 1988. Le Haut-Forez et ses milieux naturels. Apport de l’analyse phytosociologique pour la connaissance écologique et géographique d’une moyenne montagne cristalline subatlantique. Thèse d’état, Univ. Clermont-Ferrand II, 330 p.
6844 5581 14/5.0.1.0.3.1/03 ASS Galio saxatilis - Vaccinietum myrtilli Michalet, Coquillard & Gueugnot 1989 Massif central Michalet, R., P. Coquillard & J. Gueugnot, 1989. Landes et herbages des édifices volcaniques de la chaîne des Puys (Massif central français). I : synsystématique. Coll. Phytosoc., 16 : 665-680. (Phytosociologie et pastoralisme, Paris 1988).
6845 5582 14/5.0.1.0.3.1/04 ASS Luzulo glabratae - Vaccinietum myrtilli Carbiener 1966 Vosges Luzulo desvauxii - Vaccinietum myrtilli 'Carbiener, R., 1966. La végétation des hautes Vosges dans ses rapports avec les climats locaux, les sols et la géomorphologie; comparaison à la végétation subalpine d''autres massifs montagneux à climat allochtone d''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 109 p.'
6846 5583 14/5.0.1.0.3.1/05 ASS Anemono narcissiflorae - Vaccinietum myrtilli Carbiener 1966 Vosges 'Carbiener, R., 1966. La végétation des hautes Vosges dans ses rapports avec les climats locaux, les sols et la géomorphologie; comparaison à la végétation subalpine d''autres massifs montagneux à climat allochtone d''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 109 p.'
6847 7995 14/5.0.1.0.3.1/05 syn compl Sorbo chamaemespili - Vaccinietum myrtilli Carbiener 1966 'Carbiener, R., 1966. La végétation des hautes Vosges dans ses rapports avec les climats locaux, les sols et la géomorphologie; comparaison à la végétation subalpine d''autres massifs montagneux à climat allochtone d''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 109 p.'
6848 5584 14/5.0.1.0.3.1/06 ASS Diphasiastro tristachyi - Genistetum anglicae de Foucault (1987) 1990 prov. Aubrac Foucault, B. de, 1990. Essai sur une ordination synsystématique des landes continentales à boréo-alpines. Doc. Phytosoc., N.S., 12 : 151-174. Foucault, B. de, 1987. Données phytosociologiques sur la végétation observée lors de la treizième session de la S.B.C.O. en Aubrac et Margeride. Bull. Soc. Bot. Centre-Ouest, N.S., 18 : 337-361.
6849 5585 14/5.0.1.0.3.1/07 ASS Vaccinio myrtilli - Genistetum pilosae Thébaud 1988 ex Schaminée & Hennekens 1992 Massif central Schaminée, J.H.J. & S.M. Hennekens 1992. Subalpine heathland communities of the Monts du Forez (Massif Cetral, France). Docu. Phytosocio., n.s., 14 : Thébaud, G., 1988. Le Haut-Forez et ses milieux naturels. Apport de l’analyse phytosociologique pour la connaissance écologique et géographique d’une moyenne montagne cristalline subatlantique. Thèse d’état, Univ. Clermont-Ferrand II, 330 p.
6850 5586 14/5.0.1.0.3.1/07 syn illeg pp Calluno vulgaris - Genistetum pilosae Luquet 1926 'Luquet, A., 1926. Essai sur la géographie botanique de l''Auvergne. Les associations végétales du massif des Monts-Dore. Thèse, Univ. Paris, 267 p.'
6851 5587 14/5.0.1.0.3.1/08 ASS Allio victorialis - Vaccinietum myrtilli Schaminée & Hennekens 1992 Massif central Schaminée, J.H.J. & S.M. Hennekens 1992. Subalpine heathland communities of the Monts du Forez (Massif Cetral, France). Docu. Phytosocio., n.s., 14 :
6852 5588 14/5.0.1.0.3.1/08 syn incl Stachyo officinalis - Vaccinietum myrtilli Thébaud 1988 Thébaud, G., 1988. Le Haut-Forez et ses milieux naturels. Apport de l’analyse phytosociologique pour la connaissance écologique et géographique d’une moyenne montagne cristalline subatlantique. Thèse d’état, Univ. Clermont-Ferrand II, 330 p.
6853 5589 14/5.0.1.0.3.1/08 syn pp Alchemillo saxatilis - Vaccinietum uliginosi Thébaud 1988 prov. Thébaud, G., 1988. Le Haut-Forez et ses milieux naturels. Apport de l’analyse phytosociologique pour la connaissance écologique et géographique d’une moyenne montagne cristalline subatlantique. Thèse d’état, Univ. Clermont-Ferrand II, 330 p.
6854 5590 14/5.0.1.0.3.1/09 ASS Pulsatillo alpinae - Vaccinietum uliginosi (Issler 1927) Carbiener 1966 Vosges 'Carbiener, R., 1966. La végétation des hautes Vosges dans ses rapports avec les climats locaux, les sols et la géomorphologie; comparaison à la végétation subalpine d''autres massifs montagneux à climat allochtone d''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 109 p.' Issler, E., 1927. Les associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. 2ème partie : les garides et les landes. Bull. Soc. Hist. Nat. Colmar, 20 : 1-62.
6855 8000 14/5.0.1.0.3.1/09 syn pp compl Nardo strictae - Vaccinietum uliginosi Issler 1927 prov. Issler, E., 1927. Les associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. 2ème partie : les garides et les landes. Bull. Soc. Hist. Nat. Colmar, 20 : 1-62.
6856 5591 14/5.0.1.0.3.1/09 syn pp compl Pulsatillo alpinae - Vaccinietum uliginosi Issler 1927 prov. Issler, E., 1927. Les associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. 2ème partie : les garides et les landes. Bull. Soc. Hist. Nat. Colmar, 20 : 1-62.
6857 7999 14/5.0.1.0.3.1/09 syn pp compl Violo luteae subsp. luteae - Nardetum strictae (Issler 1927) Carbiener 1966 'Carbiener, R., 1966. La végétation des hautes Vosges dans ses rapports avec les climats locaux, les sols et la géomorphologie; comparaison à la végétation subalpine d''autres massifs montagneux à climat allochtone d''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 109 p.' Issler, E., 1927. Les associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. 2ème partie : les garides et les landes. Bull. Soc. Hist. Nat. Colmar, 20 : 1-62.
6858 5592 14/5.0.1.0.3.1/10 ASS Leontodono pyrenaici subsp. helvetici - Vaccinietum myrtilli J. & M. Bartsch 1940 Vosges Bartsch, J. & M. Bartsch, 1940. Vegetationskunde des Schwarzwaldes. Pflanzensoziologie, 4 : 229 p.
6859 5593 14/5.0.1.0.3.1/11 ASS Cytiso lotoidis - Callunetum vulgaris O. de Bolòs 1956 Pyrénées Chamaecytiso gallici - Callunetum Bolos, O. de, 1956. De vegetatione notulae, II. Collect. Bot., 5 : 195-268.
6860 5594 14/5.0.1.0.3.2 SUBALL Phyteumo hemisphaerici - Vaccinienion myrtilli Schaminée & Hennekens in Schaminée 1993 landes psychrophiles montagnardes supérieures (parfois pseudosubalpines), acidophiles ?
6861 8004 14/5.0.1.0.3.2 syn incl Lycopodio clavati - Callunenion vulgaris Bœuf 2001 Bœuf, R., 2001. Originalité syntaxonomique des landes et pelouses du Champ du Feu et du Hochfeld (Bas-Rhin). Bull. Soc. Bot. Centre-Ouest, n.s., 32 : 79-146.
6862 6763 14/5.0.1.0.3.2/01 ASS Calluno vulgaris - Genistetum pilosae Braun 1915 mésohydrique, Massif central Massif central Calluneto - Genistetum 'Braun, J., 1915. Les Cévennes méridionales (massif de l''Aigoual). Etude phytogéographique. Arch. Sci. Phys. Nat. Genève, 39 : 72-81, 167-186, 247-269, 339-358, 415-434, 508-538; 40 : 39-63, 112-137, 221-232, 313-328.'
6863 5596 14/5.0.1.0.3.2/01 syn = Genisto pilosae - Callunetum vulgaris Braun-Blanquet 1926 Braun-Blanquet, J., 1926. Le climax complexe des landes alpines (Genisto - Vaccinion) du Cantal. Etudes phytosociologiques en Auvergne. Arvernia, 2 : 29-48.
6864 5595 14/5.0.1.0.3.2/01 syn = Pulsatillo vernalis - Genistetum pilosae Quézel & Rioux 1954 nom. inv. 'Quézel, P. & J.A. Rioux, 1954. L''étage subalpin dans le Cantal (Massif Central de France). Vegetatio, 4 : 345-378.'
6865 5586 14/5.0.1.0.3.2/01 syn illeg pp Calluno vulgaris - Genistetum pilosae Luquet 1926 'Luquet, A., 1926. Essai sur la géographie botanique de l''Auvergne. Les associations végétales du massif des Monts-Dore. Thèse, Univ. Paris, 267 p.'
6866 7170 14/5.0.1.0.3.2/01 syn non illeg Calluno vulgaris - Genistetum pilosae Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
6867 5597 14/5.0.1.0.3.2/02 ASS Vaccinietum uliginoso - myrtilli Braun-Blanquet 1926 mésohygrophile, Massif central Massif central Braun-Blanquet, J., 1926. Le climax complexe des landes alpines (Genisto - Vaccinion) du Cantal. Etudes phytosociologiques en Auvergne. Arvernia, 2 : 29-48.
6868 5598 14/5.0.1.0.3.2/02 syn = Gentiano luteae - Vaccinietum myrtilli Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 nom. inv. Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
6869 5599 14/5.0.1.0.3.2/02 syn = Vaccinietum myrtillo - uliginosi Luquet 1926 'Luquet, A., 1926. Essai sur la géographie botanique de l''Auvergne. Les associations végétales du massif des Monts-Dore. Thèse, Univ. Paris, 267 p.'
6870 7168 14/5.0.1.0.3.2/02 syn = Vaccinio myrtilli - Gentianetum luteae Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
6871 7996 14/5.0.1.0.3.2/04 ASS Empetro nigri subsp. nigri - Vaccinietum uliginosi Carbiener 1966 mésohygrophile, vosgienne 'Carbiener, R., 1966. La végétation des hautes Vosges dans ses rapports avec les climats locaux, les sols et la géomorphologie; comparaison à la végétation subalpine d''autres massifs montagneux à climat allochtone d''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 109 p.'
6872 7997 14/5.0.1.0.3.2/05 ASS Diphasiastro alpini - Callunetum vulgaris Carbiener 1966 mésohydrique vosgienne 'Carbiener, R., 1966. La végétation des hautes Vosges dans ses rapports avec les climats locaux, les sols et la géomorphologie; comparaison à la végétation subalpine d''autres massifs montagneux à climat allochtone d''Europe occidentale. Thèse, Univ. Paris Sud-Orsay, 109 p.'
6873 8001 14/5.0.1.0.3.2/06 ASS Lycopodio clavati - Callunetum vulgaris Bœuf 2001 Bœuf, R., 2001. Originalité syntaxonomique des landes et pelouses du Champ du Feu et du Hochfeld (Bas-Rhin). Bull. Soc. Bot. Centre-Ouest, n.s., 32 : 79-146.
6874 8002 14/5.0.1.0.3.2/06 syn non Lycopodio clavati - Callunetum vulgaris Gruber 1995 Gruber, M., 1995. Les callunaies montagnardes humides des Hautes-Pyrénées. Bull. Soc. Hist. Nat. Toulouse, 131 : 61-65.
6875 5603 14/5.0.1.0.4 ALL Vaccinion myrtilli Böcher 1943 landes psychrophiles planitiaires, boréoeuropéennes Böcher, T.W., 1943. Studies on the plant geography of the north atlantic heath formation ; danish dwarf shrub communities in relation to those of northern Europe. K. Dansk. Vidensk. Selsk. Biol., 2.
6876 5604 14/5.0.1.0.4 syn = Vaccinion myrtilli Böcher 1943 em. Bridgewater ex Shimwell 1975 Shimwell, , 1975. Man-induced changes in the heathland vegetation of central and northern England. Coll. Phytosociol., 2 : 59-74. ? Böcher, T.W., 1943. Studies on the plant geography of the north atlantic heath formation ; danish dwarf shrub communities in relation to those of northern Europe. K. Dansk. Vidensk. Selsk. Biol., 2.
6877 5606 14/5.0.1.0.4/02 ASS Lonicero periclymeni - Vaccinietum myrtilli de Foucault 1994 lande sciaphile intraforestière Foucault, B. de, 1994. Compte rendu de l’excursion de la société de Botanique du nord de la France en forêt d’Andigny (Aisne). Bull. Soc. Bot. Nord Fra., 47(2) : 5-20.
6878 5538 14/5.0.1.0.5 5120 ALL Cytision oromediterranei Tüxen in Tüxen & Oberdorfer 1958 corr. Rivas-Martínez 1987 landes oroméditerranéennes à montagnardes des adrets Rivas-Martínez, S., 1987. Mapa de series de vegetacion de Espana (1/400 000) + memoria. ICONA, Serie Técnica. 268 p. + 30 mapas. Madrid. Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
6879 5539 14/5.0.1.0.5 syn = Cytision oromediterranei Tüxen in Tüxen & Oberdorfer 1958 Genistion purgantis Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
6880 5540 14/5.0.1.0.5 syn = Juniperetalia communis subsp. hemisphaericae Rivas-Martínez & J.A. Molina in Rivas-Martínez, Fernández-González & Loidi 1999 Juniperetalia hemisphaericae Rivas-Martínez, S., F. Fernández-González & J. Loidi, 1999. Checklist of plant communities of Iberian Peninsula, Balearic and Canary Islands to suballiance level. Itinera Geobot., 13 : 353-451.
6881 5541 14/5.0.1.0.5 syn = Pino - Cytision oromediterranei Rivas-Martínez 1965 Pino - Cytision purgantis Rivas-Martínez, S., 1965. Esquema de la vegetación potencial y su correspondencia con los suelos de la España peninsular. Anales Inst. Bot. Cavanilles (1964), 22 : 343-404.
6882 5542 14/5.0.1.0.5 syn = Pino - Cytision oromediterranei RIvas-Martínez 1965 corr. Rivas-Martínez, Belmonte, Cantó, Fernández-González, Fuente, J.-M. Moreno, Sánchez-Mata & Sancho 1987 Rivas-Martínez, S., D. Belmonte, P. Cantó, F. Fernández-González, V. Fuente, J.-M. Moreno, D. Sánchez-Mata & L.G. Sancho, 1987. Piornales, enebrales y pinares oromediterráneos Pino- Cytision oromediterranei) en el Sistema Central. Lazaroa 7: 93-124. Rivas-Martínez, S., 1965. Esquema de la vegetación potencial y su correspondencia con los suelos de la España peninsular. Anales Inst. Bot. Cavanilles (1964), 22 : 343-404.
6883 7180 14/5.0.1.0.5 syn compl ? Cytision oromediterraneo - scoparii Rivas-Martínez, Cantó & Sánchez-Mata in Rivas-Martínez, Diaz-Gonzalez, Fernández-González, Izco, Loidi, Lousã & Penas 2002 Rivas-Martínez, S., T.E. Diaz-Gonzalez, F. Fernández-González, J. Izco, J. Loidi, M. Lousã & A. Penas, 2002. Vascular plant communities of Spain and Portugal. Addenda to the taxonomical check-list of 2001. Itinera Geobotanica, 15(1) : 5-432, 15(2) : 433-922.
6884 5543 14/5.0.1.0.5 syn pp Junipero - Cytision oromediterranei Braun-Blanquet, Pinto da Silva & Rozeira 1965 Braun-Blanquet, J., A.R. Pinto da Silva & A. Rozeira, 1965. Résultats de deux excursions géobotaniques à travers le Portugal septentrional et moyen, III Landes à Cistes et Ericacées (Cisto-Lavanduletea et Calluno-Ulicetea). Agron. Lusit., 23(4) : 229-313.
6885 5544 14/5.0.1.0.5/01 ASS Cytiso oromediterranei - Ericetum cinereae (Baudière 1975) Géhu in Botineau & Ghestem 1995 montagnarde, Massif central Botineau, M. & A. Ghestem, 1995. Les landes sèches et mésophiles du centre-ouest de la France. Caractérisation phytosociologique et chorologique. Intérêt écologique et patrimonial. Coll. Phytosoc. 23 ; 277-317. (Large area vegetation survey, Bailleul 1994). Baudière, A., 1975. Les callunaies des monts de l’Espinouze (Cévennes occidentales) et leurs relations avec les groupements sylvatiques. Coll. Phytosoc., 2 : 97-126. (La végétation des landes de l’Europe occidentale, Lille 1973).
6886 5545 14/5.0.1.0.5/01 syn compl ? Teucrio scorodoniae - Cytisetum oromediterranei Coquillard 1993 ?
6887 5546 14/5.0.1.0.5/02 ASS ? montagnarde, Pyrénées catalanes
6888 5547 14/5.0.1.0.5/02 syn compl Erico scopariae - Genistetum pilosae Romo 1989 Romo, A.M., 1989. Flora i vegetació del Montsec (Pre-pirineus catalans). Arxius Secc. Ci. Inst. Estud. Catalans, 90 : 1-534.
6889 5548 14/5.0.1.0.5/03 ASS Senecioni adonidifolii - Cytisetum oromediterranei (Rivas-Martínez 1968) Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 oroméditerranéenne, Pyrénées ariégeoises Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
6890 5549 14/5.0.1.0.5/03 syn compl Cytisetum oromediterranei Rivas-Martínez 1968 Cytisetum oromediterranei pyrenaicum Rivas-Martínez, S., 1968. Estudio fitosociologico de los bosques y matorrales pirenaicos del piso subalpino. Publ. Inst. Biol. Aplicada (Barcelona), 44 : 5-44.
6891 5550 14/5.0.1.0.5/03 syn compl Senecioni adonidifolii - Cytisetum oromediterranei (Rivas-Martínez 1968) Gruber 1978 Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t. Rivas-Martínez, S., 1968. Estudio fitosociologico de los bosques y matorrales pirenaicos del piso subalpino. Publ. Inst. Biol. Aplicada (Barcelona), 44 : 5-44.
6892 7169 14/5.0.1.0.5/04 ASS Junipero sibiricae - Cytisetum oromediterranei Julve 2010 ass. nov. hoc loco oroméditerranéenne, Massif central hoc loco
6893 8250 14/5.0.1.0.6 ALL Daboecion cantabricae (Dupont 1975 ex Rivas-Martínez 1979) Rivas-Martínez, Fernández-González & Loidi 1999 landes basco-cantabriques montagnardes Rivas-Martínez, S., F. Fernández-González & J. Loidi, 1999. Checklist of plant communities of Iberian Peninsula, Balearic and Canary Islands to suballiance level. Itinera Geobot., 13 : 353-451. Rivas-Martínez, S., 1979. Brezales y jarales de Europa occidental (revision fitosociologica de las clases Calluno-Ulicetea y Cisto-Lavanduletea). Lazaroa, 1 : 5-127. 'Dupont, P., 1975. Les limites altitudinales des landes atlantiques dans les montagnes cantabriques (nord de l''Espagne). Coll. Phytosoc., 2 : 47-57. (Landes, Lille 1973).'
6894 8251 14/5.0.1.0.6/01 ASS ? ?
6895 5607 14/5.0.2 2320+4030pp+4060 ORD Empetretalia nigri subsp. hermaphroditi Schubert 1960 landes psychrophiles arctico-alpines à boréo-subalpines Empetretalia hermaphroditi Schubert, R., 1960. Die zwergstrauchreichen azidophilen Pflanzengesellschaften Mitteldeutschlands. Pflanzensoziologie, 11 : 235 p. Gustav Fischer Verlag, Jena.
6896 5608 14/5.0.2 syn = Juniperenalia sibiricae Rivas-Martínez, Belmonte, Cantó, Fernández-González, Fuente, Moreno, Sánchez-Mata & Sancho 1987 Rivas-Martínez, S., D. Belmonte, P. Cantó, F. Fernández-González, V. Fuente, J.-M. Moreno, D. Sánchez-Mata & L.G. Sancho, 1987. Piornales, enebrales y pinares oromediterráneos Pino- Cytision oromediterranei) en el Sistema Central. Lazaroa 7: 93-124.
6897 5609 14/5.0.2 syn = Vaccinio uliginosi subsp. microphylli - Juniperetalia sibiricae Rivas-Martínez & Costa 1998 Vaccinio microphylli - Juniperetalia sibiricae Rivas-Martínez, S. & M. Costa, 1998. Datos sobre la vegetación y el bioclima del Valle de Arán. Acta Bot. Barcinon., 45 : 473-499.
6898 5610 14/5.0.2 syn compl pp Cetrario nivalis - Loiseleurietea procumbentis Suzuki-Tokio & Umezu 1965 ?
6899 5611 14/5.0.2 syn incl Loiseleurio procumbentis - Vaccinietalia Eggler 1952 Eggler, J., 1952. Übersicht der höheren Vegetationseinheiten der Ostalpen. Mitt. Naturw. Ver. Steiermark, 81/82 : 28-41.
6900 5612 14/5.0.2 syn incl Loiseleurio procumbentis - Vaccinietea Eggler 1952 Eggler, J., 1952. Übersicht der höheren Vegetationseinheiten der Ostalpen. Mitt. Naturw. Ver. Steiermark, 81/82 : 28-41.
6901 5613 14/5.0.2 syn incl Loiseleurio procumbentis - Vaccinietea Eggler 1952 ex Schubert 1960 Schubert, R., 1960. Die zwergstrauchreichen azidophilen Pflanzengesellschaften Mitteldeutschlands. Pflanzensoziologie, 11 : 235 p. Gustav Fischer Verlag, Jena. Eggler, J., 1952. Übersicht der höheren Vegetationseinheiten der Ostalpen. Mitt. Naturw. Ver. Steiermark, 81/82 : 28-41.
6902 5614 14/5.0.2 syn incl compl Loiseleurio procumbentis - Cetrarietea Suzuki-Tokio & Umezu in Suzuki-Tokio 1964 Suzuki-Tokio, T. 1964. Übersicht auf die alpinen und subalpinen Pflanzengesellschaften im inneren Kurobe-Gebiet. The Synthetic Science Research Organization of the Toyama University, Toyama.
6903 5615 14/5.0.2 syn pp Rhododendro ferruginei - Vaccinietalia myrtilli Braun-Blanquet in Braun-Blanquet & Jenny 1926 Braun-Blanquet, J. & H. Jenny 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
6904 8293 14/5.0.2 syn compl pp Cladonio - Vaccinietalia Kielland-Lund 1967 ?
6905 7534 14/5.0.2 syn compl pp Vaccinio myrtilli - Piceetalia abietis Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 Vaccinio - Piceetalia Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
6906 5616 14/5.0.2.0.1 ALL Juniperion sibiricae Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 landines alpines à subalpines, des adrets, chionophes Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
6907 5617 14/5.0.2.0.1/01 ASS Junipero sibiricae - Arctostaphyletum uvae-ursi (Braun-Blanquet 1926) Haffter in Braun-Blanquet, Sissingh & Vlieger 1939 alpine, alpienne Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p. Braun-Blanquet, J., 1926. Le "Climax complexe" des landes alpines (Genisteto-Vaccinion) du Cantal. In Braun-Blanquet et al., Etudes Phytosociologiques en Auvergne, Arvernia Biol., 2 : 29-48. Impr. Typographique et Lithographique C. Mont St-Louis. Clermont-Ferrand.
6908 5623 14/5.0.2.0.1/01 syn = Junipero sibiricae - Vaccinietum uliginosi Rivas-Martínez & Géhu 1978 Rivas-Martínez, S. & J.-M. Géhu, 1978. Observations syntaxonomiques sur quelques végétations du Valais suisse. Doc. Phytosoc., N.S., 3 : 371-424.
6909 5621 14/5.0.2.0.1/02 ASS Junipero sibiricae - Vaccinietum uliginosi subsp. microphylli Rivas-Martínez ex Fernández Prieto 1983 corr. Loidi & Biurrun 1996 landine alpine des adrets aux Pyrénées occidentales Junipero sibiricae - Vaccinietum microphylli Loidi, J. & I. Biurrun, 1996. Notas nomenclaturales sobre la vegetación del norte de la Península Ibérica, III. Lazaroa, 16 : 170-172. Fernández Prieto, J.A., 1983. Aspectos geobotánicos de la Cordillera Cantábrica. Anales Jard. Bot. Madrid, 39(2) : 489-513.
6910 5624 14/5.0.2.0.1/02 syn = Junipero sibiricae - Vaccinietum uliginosi Rivas-Martínez ex Fernández Prieto 1983 Fernández Prieto, J.A., 1983. Aspectos geobotánicos de la Cordillera Cantábrica. Anales Jard. Bot. Madrid, 39(2) : 489-513.
6911 5625 14/5.0.2.0.1/02 syn = Vaccinio uliginosi - Juniperetum sibiricae Rivas Goday & Rivas-Martínez 1959 ex Fernández Prieto in Rivas-Martínez 1983 Rivas-Martínez, S., 1983. Vegetatio Hispaniae. Notulae VI. Stud. Bot. Univ. Salamanca, 3 : 7-13. Rivas Goday, S. & S. Rivas-Martínez, 1959. Una visita a la Laguna de Arvas (Leitariegos). Anales Inst. Bot. Cavanilles (1958), 16 : 565-586.
6912 5626 14/5.0.2.0.1/03 ASS Lycopodio clavati - Juniperetum sibiricae Braun-Blanquet, Pinto da Silva & Rozeira in Rivas-Martínez 1974 Rivas-Martínez, S., 1974.Vegetatio Hispaniae. Notula IV. Anales Inst. Bot. Cavanilles, 31(1) : 199-207.
6913 5627 14/5.0.2.0.1/04 ASS Vaccinio myrtilli - Juniperetum sibiricae Rivas-Martínez 1965 Rivas-Martínez, S., 1965. Esquema de la vegetación potencial y su correspondencia con los suelos de la España peninsular. Anales Inst. Bot. Cavanilles (1964), 22 : 343-404.
6914 5628 14/5.0.2.0.1/05 ASS Cotoneastro pyrenaici - Juniperetum sibiricae (Turmel 1955) Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 landine alpine des adrets aux Pyrénées centrales Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341. 'Turmel, J.-M., 1955. Le pic de midi d''Ossau. Ecologie et végétation. Mém. Mus. Nat. Hist. Nat. Paris, N.S., Sér. B, Bot., 5, 208 p.'
6915 6510 14/5.0.2.0.1/05 syn = Arctostaphylo uvae-ursi - Pinetum uncinatae Rivas-Martínez 1969 Rivas-Martínez, S., 1969. Vegetatio Hispaniae. Notula I. Publ. Inst. Biol. Aplicada, 46 : 5-34.
6916 6509 14/5.0.2.0.1/05 syn = Junipero sibiricae - Arctostaphyletum uvae-ursi sensu Chouard 1947, non Braun-Blanquet, Sissingh & Vlieger 1939 ?
6917 5629 14/5.0.2.0.1/05 syn = Junipero sibiricae - Arctostaphyletum uvae-ursi sensu Turmel 1955, non Braun-Blanquet, Sissingh & Vlieger 1939 'Turmel, J.-M., 1955. Le pic de midi d''Ossau. Ecologie et végétation. Mém. Mus. Nat. Hist. Nat. Paris, N.S., Sér. B, Bot., 5, 208 p.'
6918 5630 14/5.0.2.0.1/06 5120pp ASS Cytiso oromediterranei - Arctostaphyletum uvae-ursi Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 landine alpine des adrets aux Pyrénées orientales Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
6919 5631 14/5.0.2.0.1/06 syn = Cytiso oromediterranei - Arctostaphyletum uvae-ursi Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
6920 5632 14/5.0.2.0.1/06 syn = Cytiso oromediterranei - Arctostaphyletum uvae-ursi Braun-Blanquet 1948 corr. Rivas-Martínez & Costa 1998 Rivas-Martínez, S. & M. Costa, 1998. Datos sobre la vegetación y el bioclima del Valle de Arán. Acta Bot. Barcinon. 45 : 473-499. Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
6921 5618 14/5.0.2.0.1/06 syn = Phyteumo hemisphaerici - Arctostaphyletum uvae-ursi Fromart 1984 prov. Fromart, F., 1984. Les communautés à Arctostaphylos uva-ursi du massif du Carlit et de la haute vallée de la têt (Pyrénées orientales, France). Doc. Ecol. Pyr., 3/4 : 155-164.
6922 5633 14/5.0.2.0.1/07 ASS Vaccinio uliginosi subsp. microphylli - Callunetum vulgaris Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Vaccinio microphylli - Callunetum vulgaris Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
6923 5619 14/5.0.2.0.1/07 syn = Junco trifidi - Callunetum vulgaris Baudière & Serve 1975 prov. Baudière, A. & L. Serve, 1975. Les groupements à Festuca durissima (Hack.) Rouy du Massif du Puigmal et leur signification phytogéographique. Actes 96e Congr. Nat. Soc. Sav. : 91-111. Paris.
6924 5620 14/5.0.2.0.1/08 ASS Cotoneastro integerrimi - Arctostaphyletum uvae-ursi Nègre 1950 subalpine, dauphinoise Nègre, R., 1950. Contributions à l’étude phytosociologique de l’Oisans. La haute vallée du Vénéon. Phyton., 2(1-3) : 23-50.
6925 5634 14/5.0.2.0.2 ALL Loiseleurio procumbentis - Vaccinion uliginosi subsp. microphylli Braun-Blanquet in Braun-Blanquet & Jenny 1926 landines alpines des ubacs, chionophobes Loiseleurio procumbentis - Vaccinion microphylli Loiseleurio - Vaccinion Braun-Blanquet, J. & H. Jenny, 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
6926 8295 14/5.0.2.0.2 syn compl Cetrario - Loiseleurion procumbentis Braun-Blanquet, Sissingh & Vlieger 1939 Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
6927 5636 14/5.0.2.0.2/01 ASS Arctostaphylo alpinae - Loiseleurietum procumbentis Oberdorfer 1950 Alpes Oberdorfer, E., 1950. Beitrag zur Vegetationskunde des Allgäu. Beitr. Naturk. Forsch. Südwestdeutschl., 9 : 29-98.
6928 5635 14/5.0.2.0.2/01 syn compl Cetrario nivalis - Loiseleurietum procumbentis Braun-Blanquet in Braun-Blanquet & Jenny 1926 Braun-Blanquet, J. & H. Jenny, 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
6929 5637 14/5.0.2.0.2/02 ASS Primulo integrifoliae - Loiseleurietum procumbentis de Foucault 1988 Pyrénées orientales Foucault, B. de, 1988. Notes phytosociologiques sur la végétation observée lors de la quatorzième session de la société botanique du Centre-Ouest en Cerdagne et Capcir. Bull. Soc. Bot. Centre-Ouest, 19 : 387-400.
6930 5638 14/5.0.2.0.2/03 ASS Primulo integrifoliae - Empetretum nigri subsp. hermaphroditi (Braun-Blanquet 1948) Julve 2003 ass. nov. hoc loco Pyrénées orientales Primulo integrifoliae - Empetretum hermaphroditi hoc loco Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
6931 5639 14/5.0.2.0.2/04 ASS Empetro nigri subsp. hermaphroditi - Vaccinietum uliginosi Braun-Blanquet in Braun-Blanquet & Jenny 1926 Alpes, Monts-Dore Empetro hermaphroditi - Vaccinietum uliginosi Braun-Blanquet, J. & H. Jenny, 1926. Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges. Zürich, 63 : 183-349.
6932 5640 14/5.0.2.0.2/05 ASS Carici curvulae - Empetretum nigri subsp. hermaphroditi Rivas-Martínez (1968) 1987 Pyrénées centrales Carici curvulae - Empetretum hermaphroditi Rivas-Martínez, S., 1987. Mapa de series de vegetacion de Espana (1/400 000) + memoria. ICONA, Serie Técnica. 268 p. + 30 mapas. Madrid. Rivas-Martínez, S., 1968. Los jarales de la Cordillera Central. Collect. Bot. (Barcelona), 7(2) : 1033-1082.
6933 5641 14/5.0.2.0.2/05 syn = Empetro nigri subsp. hermaphroditi - Vaccinietum uliginosi Rivas-Martínez 1968 Empetro hermaphroditi - Vaccinietum pyrenaicum Rivas-Martínez, S., 1968. Los jarales de la Cordillera Central. Collect. Bot. (Barcelona), 7(2) : 1033-1082.
6934 5642 14/5.0.2.0.2/05 syn compl Cladonio delessertii - Empetretum nigri subsp. hermaphroditi Nègre 1970 'Nègre, R., 1970. La végétation du bassin de l''One (Pyrénées centrales). 3ème note : les landes. Portug. Acta Biol., Sect. B, 11 : 51-166.'
6935 5643 14/5.0.2.0.2/06 ASS Luzulo luteae subsp. pyrenaicae - Loiseleurietum procumbentis (Rivas-Martínez 1968) Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 Pyrénées Luzulo pyrenaicae - Loiseleurietum procumbentis Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
6936 5644 14/5.0.2.0.2/06 syn = Cetrario - Loiseleurietum procumbentis Rivas-Martínez 1968 Cetrario - Loiseleurietum pyrenaicum Rivas-Martínez, S., 1968. Los jarales de la Cordillera Central. Collect. Bot. (Barcelona), 7(2) : 1033-1082.
6937 5645 14/5.0.2.0.2/07 ASS Salici pyrenaicae - Arctostaphyletum alpini Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 Pyrénées Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
6938 5646 14/5.0.2.0.3 ALL Rhododendro ferruginei - Vaccinion myrtilli (Braun-Blanquet 1926) Schnyder 1930 landes subalpines des ubacs, chionophiles Schnyder, A., 1930. Floristische und Vegetationsstudien im Alviergebiet. Mitt. Bot. Museum Univ. Zürich., 17 : 1-96 et 97-188. Braun-Blanquet, J., 1926. Die alpinen Pflanzengesellschaften. In J. Braun-Blanquet & H. Jenny : Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges., 63 : 183-294.
6939 5647 14/5.0.2.0.3 syn = Rhododendro ferruginei - Vaccinienion myrtilli Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
6940 5648 14/5.0.2.0.3 syn = Rhododendro ferruginei - Vaccinion myrtilli (Braun-Blanquet 1926) Rivas-Martínez 1968 Rivas-Martínez, S., 1968. Los jarales de la Cordillera Central. Collect. Bot. (Barcelona), 7(2) : 1033-1082. Braun-Blanquet, J., 1926. Die alpinen Pflanzengesellschaften. In J. Braun-Blanquet & H. Jenny : Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges., 63 : 183-294.
6941 5649 14/5.0.2.0.3 syn = Rhododendro ferruginei - Vaccinion myrtilli Braun-Blanquet 1926 ex G. & J. Braun-Blanquet 1931 Braun-Blanquet, G. & J. Braun-Blanquet, 1931. Recherches phytogéographiques sur le massif du Gross Glockner (Hohe Tauern). Rev. Géogr. Alpine, 19 : 1-65. [= Comm. SIGMA, 13]. Braun-Blanquet, J., 1926. Die alpinen Pflanzengesellschaften. In J. Braun-Blanquet & H. Jenny : Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges., 63 : 183-294.
6942 7584 14/5.0.2.0.3 syn pp Rhododendro ferruginei - Vaccinion myrtilli Braun-Blanquet 1926 Braun-Blanquet, J., 1926. Die alpinen Pflanzengesellschaften. In J. Braun-Blanquet & H. Jenny : Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges., 63 : 183-294.
6943 5650 14/5.0.2.0.3/01 ASS Rhododendro ferruginei - Vaccinietum myrtilli Braun-Blanquet 1927 apud Braun-Blanquet, Sissingh & Vlieger 1939 Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
6944 5651 14/5.0.2.0.3/02 ASS Saxifrago geranioidis - Rhododendretum ferruginei Braun-Blanquet 1948 Braun-Blanquet, J., 1948. La végétation alpine des Pyrénées orientales. Monog. Estacion Estud. Pir., Barcelona, 9, 306 p. [= Comm. SIGMA, 98].
6945 5652 14/5.0.2.0.3/03 ASS Listero cordatae - Rhododendretum ferruginei Braun-Blanquet, Sissingh & Vlieger 1939 Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
6946 5653 14/5.0.2.0.3/04 ASS Salici pyrenaicae - Rhododendretum ferruginei Nègre 1968 Nègre, R., 1968. Course phytosociologique au Seil de la Baque. Ann. Fac. Sci. Marseille, 31 : 149-155.
6947 6962 14/5.0.2.0.3/05 ASS Homogyno alpinae - Vaccinietum vitis-idaeae Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
6948 5654 14/5.0.2.0.4 ALL Ericion carneae subsp. carneae (Gams 1936) Eggler 1952 landes subalpines des adrets méridionalo-orientales, basophiles Ericion carneae Eggler, J., 1952. Übersicht der höheren Vegetationseinheiten der Ostalpen. Mitt. Naturw. Ver. Steiermark, 81/82 : 28-41. Gams, H., 1936. Die Vegetation des Grossglocknergebietes. Verhandl. Zool. Bot. Ges. Wien, 16.
6949 5655 14/5.0.2.0.4 syn = Rhodendro hirsuti - Ericetalia carneae subsp. carneae Grabherr, Greimler & Mucina in Mucina & Grabherr 1993 Rhodendro hirsuti - Ericetalia carneae Mucina, L. & G. Grabherr (eds.) 1993. Die Pflanzengesellschaften Österreichs, Teil II : Natürliche waldfreie Vegetation. 323 p. Verlag Gustav Fischer, Jenavol. 2. 523 pp. Stuttgart.
6950 7521 14/5.0.2.0.4 syn compl pp Erico carneae - Pinetalia sylvestris Horvat 1959 Horvat, I., 1959. Sistematski odnosi termofilnih hrastovih i borovih šuma jugoistocne Evrope (Systematic relations of thermophilous shrubbery and pine woods of southeastern Europe). Biol. Glasn. Zagreb, 12 : 1-40.
6951 5656 14/5.0.2.0.4 syn compl pp Erico carneae - Pinetea sylvestris Horvat 1959 Horvat, I., 1959. Sistematski odnosi termofilnih hrastovih i borovih šuma jugoistocne Evrope (Systematic relations of thermophilous shrubbery and pine woods of southeastern Europe). Biol. Glasn. Zagreb, 12 : 1-40.
6952 7522 14/5.0.2.0.4 syn compl pp Erico carneae - Pinion sylvestris Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 Pineto - Ericion Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
6953 5657 14/5.0.2.0.4/01 4070*pp ASS Erico carneae - Rhododendretum hirsuti (Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939) Oberdorfer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., S. Görs, D. Korneck, W. Lohmeyer, T. Müller, G. Philippi & P. Seibert, 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62. Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
6954 7523 14/5.0.2.0.4/01 syn compl pp Erico carneae - Pinetum mugi Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
6955 5896 14/5.0.2.0.4/01 syn compl pp Rhododendro hirsuti - Pinetum mugi Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 em. Oberdorfer 1957 Rhododendro - Mugetum Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
6956 5658 14/5.0.2.0.4/02 ASS Daphno cneori - Polygaletum chamaebuxi (Braun-Blanquet 1961) Julve 2003 ass. nov. hoc loco hoc loco Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
6957 8294 14/5.0.2.0.4/03 GRPT grpt à Erica carnea & Cotoneaster tomentosus Barbero & Bono 1973 ?
6958 5659 14/5.0.3 7110*pp ORD Ledetalia palustris Nordhagen 1936 landes psychrophiles boréales à montagnardes, plus ou moins tourbeuses Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88.
6959 5660 14/5.0.3 syn = Andromedo polifoliae - Vaccinietea oxycocci Julve 1992 Julve, Ph., 1992. Propositions d’adaptation au contexte français de la typologie Corine-Biotope. 200 p. Secrétariat de la Faune et de la Flore, MNHN Paris.
6960 5661 14/5.0.3 syn = Erico tetralicis - Ledetalia palustris (Nordhagen 1936) Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88.
6961 5662 14/5.0.3 syn = Vaccinio oxycocci - Ledetalia palustris Nordhagen 1943 Nordhagen, R., 1943. Sikilsdalen og Norges Fjellbeiter. Berg. Mus. Skr., 22, 607 p.
6962 5664 14/5.0.3 syn compl Sphagnetalia fusci (Braun-Blanquet 1920) Tüxen 1955 Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176. Braun-Blanquet, J., 1920/1921. Prinzipien einer Systematik der Pflanzengesellschaften auf Floristischer Grundlage. Jahrb. St-Gall. Naturw. Ges., 57 : 305-351.
6963 5665 14/5.0.3 syn compl Sphagnetalia fusci Tüxen 1955 em. 1970 apud Tüxen, Miyawaki & Fujiwara 1972 Tüxen, R., A. Miyawaki & K. Fujiwara, 1972. Eine erweiterte Gliederung der Oxycocco-Sphagnetea. Ber. Int. Sympos. I.V.V., 500-520. (Grundfragen und Methoden in der Pflanzensoziologie, Rinteln 1970). Dr. W. Junk. Den Haag. Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
6964 5666 14/5.0.3 syn compl Sphagnetalia magellanici (Pawlowski 1928) Kästner & Flössner 1933 Kästner, M. & W. Flössner, 1933. Die Pflanzengesellschaften des westsächsischen Berg- und Hügellandes II : die Pflanzengesellschaften der erzgebirgischen Moore. Veröff. Landesver. sächs. Heimatschutz, Dresden. 'Pawlowski, B., 1928. Guide de l''excursion botanique dans les monts Tatras. In 5ème excursion phytogéographique internationale. Guide des excursions en Pologne. 1ère partie. Krakow, 61 p.'
6965 5667 14/5.0.3 syn compl Sphagnetalia magellanici Pawlowski 1928 em. Moore 1968 Moore, J.J., 1968. A classification of the bogs and wet heaths of northern Europe Oxycocco-Sphagnetea). Ber. Int. Symp. I.V.V., 306-320. (Pflanzensoziologische Systematik, Stolzenau/Weser 1964). 'Pawlowski, B., 1928. Guide de l''excursion botanique dans les monts Tatras. In 5ème excursion phytogéographique internationale. Guide des excursions en Pologne. 1ère partie. Krakow, 61 p.'
6966 5663 14/5.0.3 syn compl Sphagnetea Du Rietz 1954 Ombro - Sphagnetea Rietz, G.E. du, 1954. Die Mineralbodenwasserzeigergrenze als Grundlage einer natürlichen Zweigliederung der Nord- und Mitteleuropäischen Moore. Vegetatio, 5-6 : 571-585.
6967 5668 14/5.0.3 syn compl Vaccinio oxycocci - Sphagnetea magellanici Braun-Blanquet & Tüxen 1943 em. Du Rietz 1954 Rietz, G.E. du, 1954. Die Mineralbodenwasserzeigergrenze als Grundlage einer natürlichen Zweigliederung der Nord- und Mitteleuropäischen Moore. Vegetatio, 5-6 : 571-585. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
6968 5669 14/5.0.3 syn compl pp Vaccinietalia uliginosi Tüxen 1955 Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
6969 5670 14/5.0.3 syn compl pp Vaccinietea uliginosi Lohmeyer & Tüxen in Tüxen 1955 Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
6970 5671 14/5.0.3 syn incl Caricetalia pauciflorae Julve 1992 Julve, Ph., 1992. Propositions d’adaptation au contexte français de la typologie Corine-Biotope. 200 p. Secrétariat de la Faune et de la Flore, MNHN Paris.
6971 5672 14/5.0.3.0.1 ALL Vaccinio microcarpi - Empetrion nigri subsp. hermaphroditi Nordhagen 1936 landes psychrophiles boréales à montagnardes, tourbeuses Vaccinio microcarpi - Empetrion hermaphroditi Oxycocco - Empetrion Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88.
6972 5673 14/5.0.3.0.1 syn = Vaccinio microcarpi - Rubion chamaemori Kalliola 1939 Kalliola, R., 1939. Pflanzensoziologische Untersuchungen in der alpinen Stufe Finnisch-Lapplands, Annales Botanici Societatis Zoologicae Botanicae Fennicae "Vanamo", 13.
6973 5674 14/5.0.3.0.1 syn = Vaccinion microcarpi Julve 1992 Julve, Ph., 1992. Propositions d’adaptation au contexte français de la typologie Corine-Biotope. 200 p. Secrétariat de la Faune et de la Flore, MNHN Paris.
6974 5675 14/5.0.3.0.1 syn compl incl Calluno vulgaris - Sphagnion fusci (Braun-Blanquet 1920) Tüxen in Tüxen, Miyawaki & Fujiwara 1972 Tüxen, R., A. Miyawaki & K. Fujiwara, 1972. Eine erweiterte Gliederung der Oxycocco-Sphagnetea. Ber. Int. Sympos. I.V.V., 500-520. (Grundfragen und Methoden in der Pflanzensoziologie, Rinteln 1970). Dr. W. Junk. Den Haag. Braun-Blanquet, J., 1920/1921. Prinzipien einer Systematik der Pflanzengesellschaften auf Floristischer Grundlage. Jahrb. St-Gall. Naturw. Ges., 57 : 305-351.
6975 5676 14/5.0.3.0.1 syn compl pp Pino sylvestris - Ledion palustris Tüxen 1955 Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
6976 5677 14/5.0.3.0.1/01 ASS Vaccinio oxycocci - Callunetum vulgaris Schubert 1960 lande tourbeuse sur tourbe acide ombrotrophique Schubert, R., 1960. Die zwergstrauchreichen azidophilen Pflanzengesellschaften Mitteldeutschlands. Pflanzensoziologie, 11 : 235 p. Gustav Fischer Verlag, Jena.
6977 5678 14/5.0.3.0.1/01 syn = Carici pauciflorae - Andromedetum polifoliae Julve 1996 Julve, Ph., 1996. La végétation des tourbières de France. Cah. Sci. Tec. Rés. Tourb. Fra., 1 : 8-26.
6978 5679 14/5.0.3.0.1/01 syn = Eriophoro vaginati - Vaccinietum uliginosi de Foucault 1999 Foucault, B. de, 1999. Notes phytosociologiques sur la végétation observée dans le Jura français. Bull. Soc. Bot. Nord Fra., 52(4) : 23-48.
6979 5680 14/5.0.3.0.1/01 syn compl Carici pauciflorae - Sphagnetum magellanici J. Tüxen 1969 em. Julve 1992 Julve, Ph., 1992. Propositions d’adaptation au contexte français de la typologie Corine-Biotope. 200 p. Secrétariat de la Faune et de la Flore, MNHN Paris.
6980 5681 14/5.0.3.0.2 ALL Phyllodoco caeruleae - Vaccinion uliginosi Nordhagen 1936 landes psychrophiles boréales à montagnardes, hygrophiles paratourbeuses Nordhagen, R., 1936. Versuch einer neuen Einteilung der subalpinen-alpinen Vegetation Norwegens. Berg. Mus. Arb., Natv. Rk., 7 : 3-88.
6981 5682 14/5.0.3.0.2/01 ASS Salici repentis - Betuletum nanae (de Foucault 1987) Julve 2003 ass. nov. hoc loco hoc loco Foucault, B. de, 1987. Données phytosociologiques sur la végétation observée lors de la treizième session de la S.B.C.O. en Aubrac et Margeride. Bull. Soc. Bot. Centre-Ouest, N.S., 18 : 337-361.
6982 5683 14/6. 1430 CLA Pegano harmalae - Salsoletea vermiculatae Braun-Blanquet & O. de Bolòs 1958 Chaméphytaies halophiles continentales à sublittorales, méditerranéennes à subdésertiques Bolòs, O. de, 1958. Sòl i Vegetació in Solé Sabaris, L. : Geografia de Catalunya, I : 225-226. Ed. Aedos. Barcelona.
6983 5684 14/6.0.1 ORD Salsolo vermiculatae - Peganetalia harmalae Braun-Blanquet & O. de Bolòs 1954 Chaméphytaies halophiles continentales à sublittorales, méditerranéennes occidentales Bolòs, O. de, 1954. De vegetatione notulae, I. Pirineos de Aragon y Navarra. Collect. Bot., 4(2) : 253-281.
6984 5685 14/6.0.1 syn incl Ipomoeetalia purpureae Oberdorfer ex O. de Bolòs 1988 Bolòs, O. de, 1988. Irradiacions tropicals dins la vegetació nitrofila mediterrania. Acta Bot. Barcinon., 37 : 25-31.
6985 5686 14/6.0.1.0.1 ALL Artemision arborescentis Géhu & Biondi (1986) 1994 Chaméphytaies halophiles continentales à sublittorales, méditerranéennes occidentales Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154. ?
6986 5687 14/6.0.1.0.1/01 ASS Senecioni cinerariae subsp. cinerariae - Suaedetum verae Géhu, Biondi & Géhu-Franck 1988 Senecioni cinerariae - Suaedetum verae Géhu, J.-M., E. Biondi & J. Géhu-Franck 1988. Les végétations nitrohalophiles des falaises de Bonifacio (Corse). Acta Botan. Barcelona, 37 : 237-243.
6987 5688 14/6.0.1.0.1/02 ASS Senecioni cinerariae subsp. cinerariae - Artemisietum arborescentis Géhu, Biondi & Géhu-Franck 1988 Senecioni cinerariae - Artemisietum arborescentis Géhu, J.-M., E. Biondi & J. Géhu-Franck 1988. Les végétations nitrohalophiles des falaises de Bonifacio (Corse). Acta Botan. Barcelona, 37 : 237-243.
6988 5689 14/6.0.1.0.2 ALL Salsolo vermiculatae - Peganion harmalae Braun-Blanquet & O. de Bolòs 1954 Bolòs, O. de, 1954. De vegetatione notulae, I. Pirineos de Aragon y Navarra. Collect. Bot., 4(2) : 253-281.
6989 5690 14/6.0.1.0.2/01 ASS Salsolo vermiculatae - Artemisietum herbae-albae (Braun-Blanquet & O. de Bolòs 1958) O. de Bolòs 1967 Bolòs, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38(1) : 3-281. Braun-Blanquet, J. & O. de Bolos, 1958. Les groupements végétaux du bassin moyen de l’Ebre et leur dynamisme. Anales Estac. Exp. Aula Dei, 5 : 1-266.
6990 5691 14/6.0.1.0.2/02 ASS Salsolo vermiculatae - Peganetum harmalae Braun-Blanquet & O. de Bolòs 1954 Bolòs, O. de, 1954. De vegetatione notulae, I. Pirineos de Aragon y Navarra. Collect. Bot., 4(2) : 253-281.
6991 5692 14/6.0.1.0.2/02 syn = Limonio catalaunici - Haplophylletum linifolii O. de Bolòs 1973 Bolòs, O. de, 1973. Le vegetacion de la Serreta negra de Fraga. Mem. Real Acad. Cienc. Art. Barcelona, 42(6) : 269-313.
6992 5693 14/6.0.1.0.3 ALL Medicagini citrinae - Malvion dendromorphae O. de Bolòs, Folch & Vigo in O. de Bolòs & Vigo 1984 Medicagini citrinae - Lavaterion arboreae Bolòs, O. de & J. Vigo, 1984. Flora dels Països Catalans, I. Barcino. Barcelona.
6993 5694 14/6.0.1.0.3/01 ASS Beto vulgaris subsp. maritimae - Malvetum dendromorphae Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Beto maritimae - Malvetum dendromorphae Beto vulgaris subsp. maritimae - Lavateretum arboreae Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
6994 5695 14/6.0.1.0.3/02 ASS Malvetum dendromorphae Braun-Blanquet & René Molinier 1935 Lavateretum arboreae 'Braun-Blanquet, J. & René Molinier, 1935. Une excursion phytosociologique à l''île de Porquerolles. Le chêne, 40 : 169-181. [= Comm. SIGMA 44].'
6995 5899 14/7. 4080 CLA Salicetea bicolori - lapponum Julve 2003 class. nov. hoc loco sous-arbrisseaux hydrophiles, boréaux à subalpins-montagnards hoc loco
6996 5900 14/7.0.1 ORD Salicetalia hastato - foetidae Julve 2003 ord. nov. hoc loco sous-arbrisseaux hydrophiles, boréaux à subalpins-montagnards, européens hoc loco
6997 5901 14/7.0.1.0.1 ALL Salicion helveticae Rübel 1912 ex Theurillat in Theurillat, Aeschimann, Küpfer & Spichiger 1995 sous-arbrisseaux hydrophiles, subalpins à montagnards Theurillat, J.P., D. Aeschimann, P. Küpfer & R. Spichiger, 1995. The higher Vegetation units of the Alps. Coll. Phytosoc., 23 : 189-239. (Large Area Vegetation Surveys, Bailleul 1994). Rübel, E., 1912. Pflanzengeographische Monographie des Berninagebietes. Bot. Jahrb., 47 : 615 p.
6998 5902 14/7.0.1.0.1 syn incl Salicion lapponum - glaucosericeae Gams 1936 Gams, H., 1936. Die Vegetation des Grossglocknergebietes. Verhandl. Zool. Bot. Ges. Wien, 16.
6999 5903 14/7.0.1.0.1 syn incl pp Salicion pentandrae Braun-Blanquet 1950 Braun-Blanquet, J., 1950. Übersicht der Pflanzengesellschaften Rätiens, (VI). Vegetatio, 2 : 341-360.
7000 5904 14/7.0.1.0.1 syn incl pp Salicion pentandrae Braun-Blanquet 1967 Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
7001 5905 14/7.0.1.0.1 syn incl Salicion waldsteinianae Oberdorfer 1978 Oberdorfer, E., 1978. Süddeutsche Pflanzengesellschaften (2ten Aufl.), Teil II., 355 p. Gustav Fischer Verlag, Stuttgart.
7002 5906 14/7.0.1.0.1/01 ASS Salicetum caesio - foetidae Braun-Blanquet 1967 Alpes subalpin Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
7003 5907 14/7.0.1.0.1/02 ASS Salicetum bicolori - lapponum Julve 1993 prov. Auvergne, Pyrénées subalpin Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7004 5908 14/7.0.1.0.1/03 ASS Salicetum glaucosericeo - helveticae Julve 2003 ass. nov. hoc loco Alpes subalpin hoc loco
7005 5909 14/7.0.1.0.1/03 syn compl Salicetum helveticae Braun-Blanquet (1949) 1954 Braun-Blanquet, J., 1954. La végétation alpine et nivale des Alpes françaises. Comm. SIGMA, 125 : 26-96. Braun-Blanquet, J., 1949. Übersicht der Pflanzengesellschaften Rätiens, (III). Vegetatio, 1 : 285-316.
7006 5696 15/1. 6310pp CLA Pistacio lentisci - Rhamnetea alaterni subsp. alaterni Julve 1993 matorrals méditerranéens Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7007 5697 15/1. syn = ? Euphorbietea dendroidis Zohary & Orshan 1966 Zohary, M. & G. Orshan, 1965. An outline of the geobotany of Crete. Israel J. Bot., 14 : 1-49.
7008 5698 15/1. syn compl pp Quercetea ilicis Braun-Blanquet 1947 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32.'
7009 5699 15/1. syn compl pp Quercetea ilicis Braun-Blanquet 1947 ex A. & O. de Bolòs 1950 Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona . 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32.'
7010 5700 15/1. syn compl pp Quercetea ilicis Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
7011 5701 15/1.0.1 ORD Pistacio lentisci - Rhamnetalia alaterni subsp. alaterni Rivas-Martínez 1975 matorrals méditerranéens, héliophiles Rivas-Martínez, S., 1975. La vegetación de la clase Quercetea ilicis en España y Portugal. Anales Inst. Bot. Cavanilles 31, 2. 205-259.
7012 5702 15/1.0.1 syn illeg Tetraclinido articulatae - Arganietalia Rivas Goday ex Esteve 1973 Esteve, F., 1973. Vegetación y flora de las regiones central y meridional de la provincia de Murcia. Publ. Centro de Edafología y Biología Aplicada del Segura. 451 p. Murcia.
7013 7908 15/1.0.1 syn incl ? Myrto communis - Ericetalia scopariae Paradis & Pozzo di Borgo 2005 Paradis G. & M.-L. Pozzo di Borgo, 2005. Etude phytosociologique et inventaire floristique de la réserve naturelle des Tre Padule de Suartone (Corse). Journal de Botanique de la Société Botanique de France, 30 : 27-96.
7014 5703 15/1.0.1 syn incl ? Tetraclinido articulatae - Arganietalia Rivas Goday ex Fernández Casas & M.E. Sánchez 1972 Fernández Casas, J. & M.E. Sánchez, 1972. Acerca de la clímax forestal y sus restos en la región Sudoriental Ibérica. Cuad. Ci. Biol. (Granada), 1(2) : 23-30.
7015 5704 15/1.0.1.0.1 5330 ALL Myrtion communis Allier & Lacoste 1980 'matorrals thermoméditerranéens à mésoméditerranéens inférieur, héliophiles, de l''intérieur' Allier, C., & A. Lacoste, 1980. Maquis et groupements végétaux de la série du chêne vert dans le bassin du Fango, (Corse). Ecol. Médit., 5 : 59-82.
7016 5705 15/1.0.1.0.1 syn compl pp Oleo europaeae - Ceratonion siliquae Braun-Blanquet 1933 em. Rivas-Martínez 1975 Rivas-Martínez, S., 1975. La vegetación de la clase Quercetea ilicis en España y Portugal. Anales Inst. Bot. Cavanilles 31, 2. 205-259.
7017 5706 15/1.0.1.0.1/01 5320 ASS Euphorbietum dendroidis Guinochet in Guinochet et Drouineau 1944 'Guinochet, M. & G. Drouineau, 1944. Notes sur la végétation et les sols aux environs d''Antibes (Alpes-Maritimes). Rec. Trav. Bot., 1 : 22-40.'
7018 5707 15/1.0.1.0.1/01 syn compl Cisto monspeliensis - Euphorbietum dendroidis (René Molinier 1937) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. 'Molinier, Re., 1937. Les îles d''Hyères : étude phytosociologique. Ann. Soc. Hist. Toulon, 21 : 91-129.'
7019 5708 15/1.0.1.0.1/01 syn compl Cisto salviaefolii - Euphorbietum dendroidis René Molinier 1937 prov. 'Molinier, Re., 1937. Les îles d''Hyères : étude phytosociologique. Ann. Soc. Hist. Toulon, 21 : 91-129.'
7020 8006 15/1.0.1.0.1/01 syn compl Oleo europaeae - Euphorbietum dendroidis Trinajstić (1973) 1984 Trinajstić, I., 1984. Sulla sintaxonomia della vegetazione sempreverde della classe Quercetea ilicis Br.-Bl. del litorale adriatico jugoslavo. Not. Fitos., 19(1) : 77-98. ?
7021 5709 15/1.0.1.0.1/01 syn compl Oleo europaeae - Euphorbietum dendroidis Trinajstić 1977 thermoméditerranéen Trinajstić, I., 1977. Osnovne značajke biljnog pokrova otoka Hvara i njegov fi togeografski položaj u okviru Evropskog dijela Sredozemlja. Poljoprivreda I šumarstvo, XXIII, 4, 1-36, Titograd.
7022 5710 15/1.0.1.0.1/02 ASS Calicotomo spinosae - Myrtetum communis Guinochet in Guinochet & Drouineau 1944 em. O. de Bolòs 1962 mésoméditerranéen inf Bolòs, O. de, 1962. La bardissa, una formación vegetal típica del paisaje del Pirineo mediterráneo. Actas III Congr. Intern. Estud. Pirenaicos: 43-79. Zaragoza. 'Guinochet, M. & G. Drouineau, 1944. Notes sur la végétation et les sols aux environs d''Antibes (Alpes-Maritimes). Rec. Trav. Bot., 1 : 22-40.'
7023 5711 15/1.0.1.0.1/03 ASS Oleo europaeae - Pistacietum lentisci René Molinier (1936) 1954 thermoméditerranéen Molinier, Re., 1954. Observations sur la végétation de la zone littorale en Provence. Vegetatio, 5/6 : 257 – 267. ?
7024 5712 15/1.0.1.0.1/04 ASS Pistacio lentisci - Rhamnetum alaterni O. de Bolòs 1970 mésoméditerranéen inf Bolos, O. de, 1970. A propos de quelques groupements végétaux observés entre Monaco et Gênes. Vegetatio, 21 : 49-73.
7025 5713 15/1.0.1.0.1/05 ASS Clematido cirrhosae - Pistacietum lentisci Gamisans & Murraciole 1985 thermoméditerranéen 'Gamisans, J. & M. Murraciole, 1985. La végétation de la réserve naturelle de la presqu''île de scandola (Corse). Etude phytosociologique et cartographie au 1/10000e. Ecol. Medit. (1984), 10 (3-4) : 159-205.'
7026 5714 15/1.0.1.0.1/07 ASS Myrto communis - Pistacietum lentisci (René Molinier 1954) O. de Bolòs 1970 thermoméditerranéen Bolos, O. de, 1970. A propos de quelques groupements végétaux observés entre Monaco et Gênes. Vegetatio, 21 : 49-73. Molinier, Re., 1954. Observations sur la végétation de la zone littorale en Provence. Vegetatio, 5/6 : 257 – 267.
7027 5716 15/1.0.1.0.1/07 syn = Myrto communis - Pistacietum lentisci (René Molinier 1954) Rivas-Martínez 1975 Rivas-Martínez, S., 1975. La vegetación de la clase Quercetea ilicis en España y Portugal. Anales Inst. Bot. Cavanilles 31, 2. 205-259. Molinier, Re., 1954. Observations sur la végétation de la zone littorale en Provence. Vegetatio, 5/6 : 257 – 267.
7028 5715 15/1.0.1.0.1/07 syn compl Oleo europaeae - Pistacietum lentisci René Molinier 1954 Oleo - Lentiscetum provinciale Molinier, Re., 1954. Observations sur la végétation de la zone littorale en Provence. Vegetatio, 5/6 : 257 – 267.
7029 5717 15/1.0.1.0.1/09 ASS Calicotomo spinosae - Pistacietum lentisci Lapraz 1973 mésoméditerranéen inf Lapraz, G., 1973. Les garrigues de dégradation du Quercetum ilicis entre Nice et la Turbie (Calycotomo - Pistacietum). Riviéra scientifique, fasc. 1, 1973 : 2-16.
7030 5718 15/1.0.1.0.1/10 ASS Myrto communis - Juniperetum oxycedri Franquesa 1995 Franquesa, T., 1995. El paisatge vegetal de la Península del Cap de Creus. Arxius Secc. Ci. Inst. Estud. Catalans, 109 : 1-628.
7031 7963 15/1.0.1.0.1/11 ASS Phillyreo latifoliae - Euphorbietum dendroidis Paradis, Hugot & Delage 2005 Tab. 1, p. 93-94. Bull. Soc. Bot. Centre-Ouest, N.S., 36 : 89. 'Paradis, G., L. Hugot & A. Delage, 2005. Compléments à la connaissance de la répartition et de la phytosociologie d''Euphorbia dendroides en Corse. Bull. Soc. Bot. Centre-Ouest, N.S., 36 : 83-94.'
7032 7966 15/1.0.1.0.1/12 ASS Junipero oxycedri - Euphorbietum dendroidis Paradis & Piazza 2001 Paradis, G. & C. Piazza. 2001. Euphorbia dendroides en Corse : chorologie et phytosociologie. Bull. Soc. Bot. Centre-Ouest, n.s., 32 : 147-178.
7033 8007 15/1.0.1.0.1/12 syn = Erico arboreae - Euphorbietum dendroidis Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
7034 8008 15/1.0.1.0.1/13 ASS Clematidi flammulae - Euphorbietum dendroidis Géhu & Biondi 1994 Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
7035 5719 15/1.0.1.0.2 2250*+5210pp ALL Juniperion turbinatae Rivas-Martínez 1975 corr. 1987 matorrals thermoméditerranéens, héliophiles, maritimes Rivas-Martínez, S., 1987. Mapa de series de vegetacion de Espana, 1/400 000) + memoria. ICONA, Serie Técnica. 268 p. + 30 mapas. Madrid. Rivas-Martínez, S., 1975. La vegetación de la clase Quercetea ilicis en España y Portugal. Anales Inst. Bot. Cavanilles 31, 2. 205-259.
7036 8147 15/1.0.1.0.2 syn incl pp Anthyllidion barba-jovis Brullo & De Marco 1989 Brullo, S. & G. De Marco, 1989. Anthyllidion barbae-jovis alleanza nuova dei Crithmo – Limonietea. Archivio Botanico Italiano, 65 : 109-120.
7037 5720 15/1.0.1.0.2/01 5210pp ASS Phillyreo angustifolii - Juniperetum turbinatae (René Molinier & Tallon 1965) Arrigoni, Nardi & Raffaelli 1985 Arrigoni, P.V., E. Nardi & M. Raffaelli, 1985. La vegetazione del parco naturale della Maremma (Toscana). Univ. degl. stud. Firenze (avec carte au 1/25 000e).
7038 5721 15/1.0.1.0.2/01 syn = Juniperetum turbinatae Molinier ex O. de Bolòs 1967 Bolos, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38 (1) : 3-281.
7039 5722 15/1.0.1.0.2/01 syn = Oleo europaeae var. sylvestris - Juniperetum turbinatae Arrigoni, Nardi & Raffaelli 1985 corr. Biondi & Mossa 1992 Biondi, E. & L. Mossa, 1992. Studio fitosociologico del promontorio di Capo S. Elia e dei colli di Cagliari (Sardegna). Docu. Phytosoc., n.s., 14 : 1-44. Arrigoni, P.V., E. Nardi & M. Raffaelli, 1985. La vegetazione del parco naturale della Maremma (Toscana). Univ. degl. stud. Firenze (avec carte au 1/25 000e).
7040 5723 15/1.0.1.0.2/01 syn = Smilaco asperae subsp. mauritanicae - Juniperetum turbinatae (Géhu, Biondi, Géhu-Franck & Taffetani 1987) Julve 1993 prov. Smilaco mauritanicae - Juniperetum turbinatae Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Géhu, J.-M., E. Biondi, J. Géhu-Franck & F. Taffetani, 1987. Données sur la végétation maritime du littoral oriental de la Corse. Univ. Laguna, Ser. Informes, 22 : 363-391. (5e jornadas de fitosoc., vegetacion de riberas de agua dulce).
7041 5724 15/1.0.1.0.2/01 syn incl Asparago acutifolii - Anthyllidetum barbae-jovis Géhu, Biondi & Bournique in Géhu, & Bournique 1992 'Géhu, J.-M. & C.-P. Bournique, 1992. Interprétation phytosociologique actualisée et comparative des vestiges de végétation du cordon littoral entre Sète et Agde (Languedoc). Coll. Phytosoc., 19 : 133-146. (Végétation et qualité de l''environnement cotier en Méditerranée, Cagliari 1989).'
7042 8148 15/1.0.1.0.2/01 syn incl Pistacio lentisci - Anthyllidetum barbae-jovis Paradis 1997 Paradis, G., 1997. Observations sur l’espèce rare et protégée Anthyllis barba-jovis L. (Fabaceae) en Corse : description de ses stations et phytosociologie. Journal de Botanique Soc. Bot. France, 4 : 33-44.
7043 7964 15/1.0.1.0.2/02 ASS Junipero turbinatae - Euphorbietum dendroidis Paradis & Piazza 2001 Paradis, G. & C. Piazza. 2001. Euphorbia dendroides en Corse : chorologie et phytosociologie. Bull. Soc. Bot. Centre-Ouest, n.s., 32 : 147-178.
7044 5725 15/1.0.1.0.2/03 5210pp ASS Asparago acutifoli - Juniperetum oxycedri subsp. macrocarpae (René & Roger Molinier 1955) O. de Bolòs 1962 Asparago acutifoli - Juniperetum macrocarpae Bolòs, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona. 'Molinier, René & Roger Molinier, 1955. Observations sur la végétation littorale de l''Italie occidentale et de la Sicile. Arch. Bot. Biogeogr. Ital., 31 : 1-35.'
7045 5726 15/1.0.1.0.2/03 syn compl Rubio peregrinae subsp. longifoliae - Juniperetum oxycedri subsp. macrocarpae Rivas-Martínez, Costa & Loidi 1992 Rubio longifoliae - Juniperetum macrocarpae Rivas-Martínez, S., M. Costa & J. Loidi, 1992. La vegetación de las Islas de Ibiza y Formentera (Islas Baleares, España). Itinera Geobot. 6 : 99-235.
7046 5727 15/1.0.1.0.2/03 syn incl Pistacio lentisci - Juniperetum oxycedri subsp. macrocarpae Caneva, de Marco & Mossa, 1981 Pistacio lentisci - Juniperetum macrocarpae 'Caneva, G., G. de Marco & L. Mossa, 1981. Analisi fitosociologica e cartografia della vegetazione (1/25.000e) dell''isola di S. Antioco (Sardegna sud-occidentale). C.N.R. AQ1124. Roma.'
7047 5728 15/1.0.1.0.2/03 syn incl ? Rhamno oleoidis - Juniperetum oxycedri subsp. macrocarpae Rivas-Martínez 1965 Rhamno oleoidis - Juniperetum macrocarpae Rivas-Martínez, S., 1965. Esquema de la vegetación potencial y su correspondencia con los suelos de la España peninsular. Anales Inst. Bot. Cavanilles (1964), 22 : 343-404.
7048 5729 15/1.0.1.0.2/04 5210pp ASS Junipero oxycedri subsp. macrocarpae - Euphorbietum dendroidis Géhu & Biondi 1994 Junipero macrocarpae - Euphorbietum dendroidis Géhu, J.-M. & E. Biondi, 1994. Végétation du littoral de la Corse. Essai de synthèse phytosociologique. Braun-Blanquetia, 13 : 1-154.
7049 7965 15/1.0.1.0.2/05 ASS Asparago albi - Euphorbietum dendroidis Biondi & Mossa 1992 Biondi, E. & L. Mossa, 1992. Studio fitosociologico del promontorio di Capo S. Elia e dei colli di Cagliari (Sardegna). Docu. Phytosoc., n.s., 14 : 1-44.
7050 5730 15/1.0.1.0.3 ALL Rhamno lycioidis subsp. lycioidis - Quercion cocciferae (Rivas Goday 1964) Rivas-Martínez 1975 matorrals mésoméditerranéens, héliophiles, neutroclines Rivas-Martínez, S., 1975. La vegetación de la clase Quercetea ilicis en España y Portugal. Anales Inst. Bot. Cavanilles 31, 2. 205-259.
7051 5731 15/1.0.1.0.3/01 5210pp ASS Junipero oxycedri - Quercetum cocciferae (Braun-Blanquet 1924) de Foucault & Julve 1991 Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420. Braun-Blanquet, J., 1924. Etudes sur la végétation méditerranéenne. III : concentration en ions H+ et calcimétrie du sol de quelques associations de la garrigue languedocienne. Bull. Soc. Bot. Fra., 71 : 639-647.
7052 5732 15/1.0.1.0.3/01 syn compl Quercetum cocciferae Braun-Blanquet 1924 Braun-Blanquet, J., 1924. Etudes sur la végétation méditerranéenne. III : concentration en ions H+ et calcimétrie du sol de quelques associations de la garrigue languedocienne. Bull. Soc. Bot. Fra., 71 : 639-647.
7053 5745 15/1.0.1.0.3/02 ASS Rhamno lycioidis - Quercetum cocciferae Braun-Blanquet & O. de Bolòs 1954 Braun-Blanquet, J. & O. de Bolos, 1954. Datos sobre las comunidades terofiticas de las llanuras del Ebro medio. Collect. Bot., 4 : 235-242.
7054 5743 15/1.0.1.0.3/03 ASS Crataego monogynae - Quercetum cocciferae Martínez-Parras, Peinado & Alcaraz 1984 Martínez-Parras, J.-M., M Peinado & F. Alcaraz, 1984. Estudio de la serie mesomediterránea basífila de la encina (Paeonio-Querceto rotundifoliae S.). Lazaroa, 5 : 119-129.
7055 5747 15/1.0.1.0.3/04 ASS Spiraeo hypericifoliae subsp. obovatae - Quercetum cocciferae Loidi & Fernández Prieto 1986 Spiraeo obovatae - Quercetum cocciferae Loidi, J. & J.A. Fernández Prieto, 1986. Datos sobre la biogeografia y la vegetación del sector Castellano-Cantábrico. Doc. Phytosoc. 10: 323-362.
7056 5741 15/1.0.1.0.3/05 ASS Querco cocciferae - Pistacietum lentisci Braun-Blanquet, Font Quer, G. Braun-Blanquet, Frey, Jansen, & Moor 1936 'Braun-Blanquet, J., P. Font Quer, G. Braun-Blanquet, E. Frey, P. Jansen & M. Moor, 1936. L''Excursion de la Sigma en Catalogne (Pâques 1934). Cavanillesia, 7: 153-167. Barcelona. [= Comm. SIGMA, 38 : 1-37, Montpellier.].'
7057 5740 15/1.0.1.0.3/06 ASS Phillyreetum angustifoliae Tallon 1931 ?
7058 5742 15/1.0.1.0.3/07 ASS Asparago acutifolii - Jasminetum fruticantis O. de Bolòs 1961 Bolòs, O. de, 1961. La transición entre la Depresión del Ebro y los Pirineos en el aspecto geobotánico. Anales Inst. Bot. Cavanilles (1960) 18: 199-254.
7059 5737 15/1.0.1.0.3/08 ASS Jasmino fruticantis - Buxetum sempervirentis O. de Bolòs 1973 Bolòs, O. de, 1973. Le vegetacion de la Serreta negra de Fraga. Mem. Real Acad. Cienc. Art. Barcelona, 42 6) : 269-313.
7060 5736 15/1.0.1.0.3/09 5210pp ASS Junipero phoeniceae - Ficetum caricae de Foucault & Julve 1991 Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420.
7061 5733 15/1.0.1.0.3/10 5210pp ASS Buxo sempervirentis - Juniperetum phoeniceae Rivas-Martínez 1969 Rivas-Martínez, S., 1969. Vegetatio Hispaniae. Notula I. Publ. Inst. Biol. Aplicada, 46 : 5-34.
7062 5734 15/1.0.1.0.3/10 syn = Junipero phoeniceae - Amelanchieretum ovalis de Foucault 1991 Foucault, B. de, 1991. Introduction à une systémique des végétations arbustives. Doc. Phytosoc., N.S., 13 : 63-104.
7063 5735 15/1.0.1.0.3/10 syn compl Stipo - Juniperetum phoeniceae (Molinier 1934) O. de Bolòs & Vigo in Vigo 1984 Vigo, J. 1984. Notes fitocenològiques, IV. Collect. Bot. (Barcelona), 15: 459-485. Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274.
7064 5746 15/1.0.1.0.3/11 ASS Rhamno saxatilis - Juniperetum phoeniceae Roselló 1994 Roselló, R., 1994. Catálogo florístico y vegetación de la comarca natural del Alto Mijares (Castellón). Publ. Diputac. Castelló, Castellón,
7065 5744 15/1.0.1.0.3/12 ASS Rhamno lycioidis - Juniperetum phoeniceae Rivas-Martínez & G. López in G. López 1976 López, G., 1976. Contribución al conocimiento fitosociológico de la Serranía de Cuenca. I. Comunidades fruticosas : bosques, matorrales, tomillares y tomillar-praderas. Anales Inst. Bot. Cavanilles, 33 : 5-87.
7066 5739 15/1.0.1.0.3/13 ASS Clematido flammulae - Osyrietum albae O. de Bolòs 1962 Bolos, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona.
7067 5738 15/1.0.1.0.3/14 ASS Capparidetum spinosae var. inermis O. de Bolòs & Molinier 1958 Capparidetum inermis 'Bolos, O. de & René Molinier, 1958. Recherches phytosociologiques dans l''ile de Majorque. Collect. Bot., 5 (3) : 699-865.'
7068 5748 15/1.0.1.0.4 ALL Ericion arboreae Rivas-Martínez (1975) 1987 matorrals mésoméditerranéens, héliophiles, acidoclines Rivas-Martínez, S., 1987. Mapa de series de vegetacion de Espana (1/400 000) + memoria. ICONA, Serie Técnica. 268 p. + 30 mapas. Madrid. Rivas-Martínez, S., 1975. La vegetación de la clase Quercetea ilicis en España y Portugal. Anales Inst. Bot. Cavanilles 31, 2. 205-259.
7069 5750 15/1.0.1.0.4 syn = Ericenion arboreae Rivas-Martínez 1975 ex Rivas-Martínez, Costa & Izco 1986 Rivas-Martínez, S., M. Costa & J. Izco 1986. Sintaxonomía de la clase Quercetea ilicis en el Mediterráneo Occidental. Not. Fitosoc., 19(2) : 71-98. Rivas-Martínez, S., 1975. La vegetación de la clase Quercetea ilicis en España y Portugal. Anales Inst. Bot. Cavanilles 31, 2. 205-259.
7070 5751 15/1.0.1.0.4 syn = Ericenion arboreae Rivas-Martínez, Costa & Izco 1986 Rivas-Martínez, S., M. Costa & J. Izco 1986. Sintaxonomía de la clase Quercetea ilicis en el Mediterráneo Occidental. Not. Fitosoc., 19(2) : 71-98.
7071 5752 15/1.0.1.0.4 syn = Ericion arboreae (Rivas-Martínez 1975 ex Rivas-Martínez, Costa & Izco 1986) Rivas-Martínez 1987 Rivas-Martínez, S., 1987. Mapa de series de vegetacion de Espana 1/400 000) + memoria. ICONA, Serie Técnica. 268 p. + 30 mapas. Madrid. Rivas-Martínez, S., M. Costa & J. Izco 1986. Sintaxonomía de la clase Quercetea ilicis en el Mediterráneo Occidental. Not. Fitosoc., 19(2) : 71-98. Rivas-Martínez, S., 1975. La vegetación de la clase Quercetea ilicis en España y Portugal. Anales Inst. Bot. Cavanilles 31, 2. 205-259.
7072 7909 15/1.0.1.0.4 syn incl ? Myrto communis - Ericion scopariae Paradis & Pozzo di Borgo 2005 Paradis G. & M.-L. Pozzo di Borgo, 2005. Etude phytosociologique et inventaire floristique de la réserve naturelle des Tre Padule de Suartone (Corse). Journal de Botanique de la Société Botanique de France, 30 : 27-96.
7073 5749 15/1.0.1.0.4 syn nn ? Ericenion arboreae Rivas-Martínez 1975 Rivas-Martínez, S., 1975. La vegetación de la clase Quercetea ilicis en España y Portugal. Anales Inst. Bot. Cavanilles 31, 2. 205-259.
7074 5753 15/1.0.1.0.4/01 ASS Phillyreo angustifoliae - Ericetum scopariae (Braun-Blanquet 1931) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
7075 5754 15/1.0.1.0.4/02 ASS Calicotomo spinosae - Ericetum arboreae (Braun-Blanquet in Braun-Blanquet, Molinier & Wagner 1940) de Foucault & Julve 1991 Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420. Braun-Blanquet, J., René Molinier & H. Wagner, 1940. Cisto-Lavanduletea (landes siliceuses à cistes et lavandes). Prodr. Group. Vég., 7 : 55 p. Montpellier.
7076 5755 15/1.0.1.0.4/02 syn compl incl Cisto monspeliensis - Cytisetum arborei subsp. catalaunici (A. & O. de Bolòs 1950) O. de Bolòs 1956 Cisto monspeliensis - Cytisetum catalaunici Cisto - Sarothamnetum catalaunici Bolos, O. de, 1956. De vegetatione notulae, II. Collect. Bot., 5 : 195-268. Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona .
7077 5756 15/1.0.1.0.4/02 syn compl incl Cisto monspeliensis - Cytisetum arborei subsp. catalaunici (O. de Bolòs 1956) de Foucault & Julve 1991 Cisto monspeliensis - Cytisetum catalaunici Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420.
7078 5758 15/1.0.1.0.4/04 ASS Cytiso sessilifolii - Bupleuretum fruticosi Rivas-Martínez 1969 Rivas-Martínez, S., 1969. Vegetatio Hispaniae. Notula I. Publ. Inst. Biol. Aplicada 46: 5-34.
7079 5759 15/1.0.1.0.4/05 ASS Erico arboreae - Arbutetum unedonis Molinier 1937 mésoméditerranéen inf 'Molinier, Re., 1937. Les îles d''Hyères : étude phytosociologique. Ann. Soc. Hist. Toulon, 21 : 91-129.'
7080 5760 15/1.0.1.0.4/05 syn = Erico arboreae - Arbutetum unedonis Allier & Lacoste 1980 Allier, C. & A. Lacoste, 1980. Maquis et groupements végétaux de la série du chêne vert dans le bassin du Fango, (Corse). Ecol. Médit., 5 : 59-82.
7081 5761 15/1.0.1.0.4/06 ASS Erico arboreae - Buxetum sempervirentis Aguiar, Esteves & Penas 1999 Aguiar, C., A. Esteves & A. Penas, 1999. As comunidades de Buxus sempervirens do Sector Lusitano-Duriense. Quercetea, 1: 177-185.
7082 5762 15/1.0.1.0.4/07 ASS Erico scopariae - Arbutetum unedonis Ortiz, Amigo & Izco 1991 Ortiz, S., J. Amigo & J. Izco, 1991. Las orlas forestales fruticosas orensano-sanabrienses: dos nuevas asociaciones del valle del Sil. Lazaroa 12 : 303-315.
7083 5763 15/1.0.1.0.4/08 ASS Ericetum scopario - arboreae Mateo-Sanz 1983 Mateo-Sanz, G., 1983. Estudio sobre la flora y vegetacion de las sierras de Mira y Talayuelas. I.C.O.N.A. Monogr., 31 : 290 p.
7084 5764 15/1.0.1.0.4/10 ASS Phillyreo angustifoliae - Arbutetum unedonis Rivas Goday & Galiano in Rivas Goday, Borja, Esteve, Galiano, Rigual & Rivas-Martínez 1960 Rivas Goday, S., J. Borja, F. Esteve, E.F. Galiano, A. Rigual & S. Rivas-Martínez, 1960. Contribución al estudio de la Quercetea ilicis hispánica. Conexión de las comunidades hispánicas con Quercus lusitanica s.l. y sus correlaciones con las alianzas de Quercetalia ilicis, Quercetalia pubescentis y Quercetalia robori-petraeae. Anales Inst. Bot. Cavanilles (1959), 17(2). 285-406.
7085 7901 15/1.0.1.0.4/11 ASS Myrto communis - Ericetum scopariae Paradis & Pozzo di Borgo 2005 Paradis G. & M.-L. Pozzo di Borgo, 2005. Etude phytosociologique et inventaire floristique de la réserve naturelle des Tre Padule de Suartone (Corse). Journal de Botanique de la Société Botanique de France, 30 : 27-96.
7086 7902 15/1.0.1.0.4/12 ASS Pistacio lentisci - Calicotometum villosae Biondi, Filigheddu & Farris 2001 Biondi E., R. Filigheddu & E. Farris, 2001. Il paesaggio vegetale della Nurra. Fitosociologica, 38(2), Suppl.2 : 3-105.
7087 5462 15/1.0.1.0.4/13 ASS Erico scopariae - Cistetum populifolii de Bolòs 1957 Bolòs, O. de, 1957. Datos sobre la vegetación de la vertiente septentrional de los Pirineos : observaciones acerca de la zonación altitudinal del valle de Arán. Collect. Bot. (Barcelona), 5(2) : 465-514.
7088 5441 15/1.0.1.0.4/14 ASS Cistetum ladaniferi Loisel 1971 'Loisel, R., 1971. Contribution à l''étude des cistaies calcifuges de Provence. Ann. Univ. Provence, Sci., 46 : 63-81.'
7089 5442 15/1.0.1.0.4/14 syn compl Rosmarino officinalis - Cistetum ladaniferi Rivas-Martínez 1968 Rivas-Martínez, S., 1968. Los jarales de la Cordillera Central. Collect. Bot. (Barcelona), 7(2) : 1033-1082.
7090 5443 15/1.0.1.0.4/14 syn = Calicotomo spinosae - Cistetum ladaniferi Loisel 1971 em. Rivas-Martínez 1979 Rivas-Martínez, S., 1979. Brezales y jarales de Europa occidental (revision fitosociologica de las clases Calluno-Ulicetea y Cisto-Lavanduletea). Lazaroa, 1 : 5-127. 'Loisel, R., 1971. Contribution à l''étude des cistaies calcifuges de Provence. Ann. Univ. Provence, Sci., 46 : 63-81.'
7091 5455 15/1.0.1.0.5 ALL Cistion laurifolii subsp. laurifolii Rivas Goday (1949) 1955 em. Rivas-Martínez 1979 matorrals supraméditerranéens occidentaux Cistion laurifolii Rivas-Martínez, S., 1979. Brezales y jarales de Europa occidental (revision fitosociologica de las clases Calluno-Ulicetea y Cisto-Lavanduletea). Lazaroa, 1 : 5-127. Rivas Goday, S., 1955. Aportaciones a la fitosociologia hispanica (proyectos de comunidades hispanicas). I. Anales Inst. Bot. Cavanilles, 13 : 335-422. Rivas Goday, S., 1949. Proyecto de nuevas alianzas de la clase Cisto-Lavanduletea. Bol. Real Soc. Esp. Hist. Nat., secc. Biol., vol. extraordinario, 19-46.
7092 5456 15/1.0.1.0.5 syn = Cistion laurifolii Rivas Goday 1949 Rivas Goday, S., 1949. Proyecto de nuevas alianzas de la clase Cisto-Lavanduletea. Bol. Real Soc. Esp. Hist. Nat., secc. Biol., vol. extraordinario, 19-46.
7093 5457 15/1.0.1.0.5 syn = Cistion laurifolii Rivas Goday in Rivas Goday, Borja, Monasterio, Galiano & Rivas-Martínez 1956 Rivas Goday, S., J. Borja, A. Monasterio, E.F. Galiano & S. Rivas-Martínez, 1956. Aportaciones a la fitosociología hispánica nota 1. Anales Inst. Bot. Cavanilles (1955), 13 : 335-422.
7094 5458 15/1.0.1.0.5 syn compl Cisto laurifolii - Lavandulion pedunculatae Rivas-Martínez 1968 Rivas-Martínez, S., 1968. Los jarales de la Cordillera Central. Collect. Bot. (Barcelona), 7(2) : 1033-1082.
7095 5460 15/1.0.1.0.5/01 ASS Cistetum laurifolii Vigo 1968 Cistetum laurifolii valentinum Vigo, J., 1968. Notas sobre la vegetación del valle de Ribes. Collect. Bot. (Barcelona), 7(2) : 1171-1185.
7096 5765 15/1.0.2 5230*+5310 ORD Lauro nobilis - Viburnetalia tini Julve 1993 prov. matorrals méditerranéens, sciaphiles Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7097 5766 15/1.0.2.0.1 ALL Arbuto unedonis - Laurion nobilis Rivas-Martínez, Fernández-González & Loidi 1999 matorrals méditerranéens occidentaux, sciaphiles Rivas-Martínez, S., F. Fernández-González & J. Loidi, 1999. Checklist of plant communities of Iberian Peninsula, Balearic and Canary Islands to suballiance level. Itinera Geobot., 13 : 353-451.
7098 5768 15/1.0.2.0.1 syn = Arbuto unedonis - Laurenion nobilis (Rivas-Martínez, Fernández-González & Loidi 1999) Rivas-Martínez & Sánchez-Mata 1999 Rivas-Martínez, S. & D. Sánchez-Mata, 1999. Rhododendro pontici-Prunion lusitanicae (Pruno-Lauretea azoricae) nomenclaturalmente sinónimo de Osmundo-Alnion (Querco-Fagetea). Stud. Bot. Univ. Salamanca, 18 : 157-159. Rivas-Martínez, S., F. Fernández-González & J. Loidi, 1999. Checklist of plant communities of Iberian Peninsula, Balearic and Canary Islands to suballiance level. Itinera Geobot., 13 : 353-451.
7099 5767 15/1.0.2.0.1 syn = Arbuto unedonis - Laurion nobilis Rivas-Martínez, Fernández-González & Loidi in Loidi, Biurrun & Herrera 1997 Loidi, J., I. Biurrun & M. Herrera, 1997. La vegetación del centro-septentrional de España. Itinera Geobot., 9 : 161-618.
7100 5769 15/1.0.2.0.1 syn = Lauro nobilis - Viburnion tini Julve 2003 all. nov. hoc loco hoc loco
7101 5770 15/1.0.2.0.1/01 ASS Coluteo arborescentis - Viburnetum tini Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7102 5771 15/1.0.2.0.1/02 ASS Phillyreo latifoliae - Arbutetum unedonis (A. Velasco 1983) Loidi, Herrera, Olano & Silván 1994 Loidi, J., M. Herrera, J.-M. Olano & F. Silván, 1994. Maquis vegetation in the eastern Cantabrian coastal fringe. J. Veg. Sci., 5(4). 533-540. Velasco, A., 1983. Breves notas sobre la vegetación de Cantabria. Bol. Soc. Brot., ser. 2, 56: 105-109.
7103 5772 15/1.0.2.0.1/02 syn = Phillyreetum latifoliae Julve 2003 ass. nov. prov. hoc loco hoc loco
7104 5773 15/1.0.2.0.1/02 syn compl Rusco aculeati - Phillyreetum latifoliae Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7105 5774 15/1.0.2.0.1/03 ASS Frangulo alni - Arbutetum unedonis T.E. Díaz & Fernández-Prieto 1994 Díaz, T.E. & J.A. Fernández-Prieto, 1994. La vegetación de Asturias. Itinera Geobot., 8 : 243-520.
7106 5775 15/1.0.2.0.1/04 ASS Hedero helicis - Lauretum nobilis Bueno & Fernández-Prieto 1991 Bueno, A. & J.A. Fernández Prieto, 1991. Acebuchales y lauredales de la costa cantábrica. Lazaroa, 12 : 273-301.
7107 5776 15/2. CLA Cytisetea scopario subsp. scopario - striati Rivas-Martínez 1974 em. Julve 1993 prov. 'fourrés d''arbrisseaux européens pionniers, acidophiles, xérophiles' Cytisetea scopario - striati Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Rivas-Martínez, S., 1974.Vegetatio Hispaniae. Notula IV. Anales Inst. Bot. Cavanilles, 31(1) : 199-207.
7108 5777 15/2. syn = Cytisetea scopario - striati Rivas-Martínez 1975 Rivas-Martínez, S., 1975. Mapa de vegetacion de la provincia de Avila. Anales Inst. Bot. Cavanilles, 32 : 1493-1556.
7109 5778 15/2.0.1 ORD Cytisetalia scopario subsp. scopario - striati Rivas-Martínez 1974 'fourrés d''arbrisseaux médioeuropéens pionniers, acidophiles, xérophiles' Cytisetalia scopario - striati Rivas-Martínez, S., 1974.Vegetatio Hispaniae. Notula IV. Anales Inst. Bot. Cavanilles, 31(1) : 199-207.
7110 5779 15/2.0.1 syn = Cytisetalia scopario - striati Rivas-Martínez 1975 Rivas-Martínez, S., 1975. Mapa de vegetacion de la provincia de Avila. Anales Inst. Bot. Cavanilles, 32 : 1493-1556.
7111 5780 15/2.0.1 syn incl Retametalia sphaerocarpae Rivas Goday 1980 Rivas Goday, S., 1980. Visión fito-fisiográfica del entorno alpujarreño de Lanjarón (Granada). Anales Real Acad. Farm., 46 : 275-298.
7112 5781 15/2.0.1.0.1 ALL Cytision scoparii subsp. scoparii Tüxen apud Preising 1949 'fourrés d''arbrisseaux médioeuropéens pionniers, acidophiles, xérophiles' Preising, E., 1949. Nardo-Callunetea. Zur Systematik der Zwergstrauch-Heiden und Magertriften Europas mit Ausnahme des Mediterran-Gebietes, der Arktis und der Hochgebirge. Mitt. Flor. Soz. Arbeitsgem., N.F., 1 : 82-95.
7113 5782 15/2.0.1.0.1 syn = Cytision scoparii Tüxen apud Preising 1949 ex Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7114 5783 15/2.0.1.0.1 syn pp Ulici europaei - Rubion ulmifolii Weber 1997 Weber, H.E., 1997. Hecken und Gebüsche in den Kulturlandschaften Europas. Pflanzensoziologische Dokumentation als Basis für Schutzmassnahmen. Ber. R. Tüxen Ges., 9 : 75-106.
7115 5784 15/2.0.1.0.1 syn compl Cytision oromediterraneo - scoparii Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
7116 8286 15/2.0.1.0.1/01 5130pp ASS Ulici europaei - Cytisetum scoparii Oberdorfer 1957 ex Oberdorfer & Müller 1983 in Oberdorfer 1992 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7117 5786 15/2.0.1.0.1/01 syn incl Junipero communis - Cytisetum scoparii de Foucault 1991 'fourré d''arbrisseaux pionniers, acidophile, psychroatlantique' Foucault, B. de, 1991. Introduction à une systémique des végétations arbustives. Doc. Phytosoc., N.S., 13 : 63-104.
7118 5787 15/2.0.1.0.1/01 syn compl Calluno vulgaris - Cytisetum scoparii Malcuit 1929 em. Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. 'Malcuit, G., 1929. Contribution à l''étude phytosociologique des Vosges méridionales saônoises. les associations végétales de la vallée de la Lanterne. Arch. Bot. (Caen), 2 : 1-211.'
7119 5788 15/2.0.1.0.1/01 syn compl Veronico chamaedryos - Cytisetum scoparii Coquillard 1993 ?
7120 5789 15/2.0.1.0.1/01 syn nn Ulici europaei - Cytisetum scoparii Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7121 5790 15/2.0.1.0.1/01 syn pp Lonicero periclymeni - Salicetum capreae de Foucault (1984) 1998 Foucault, B. de, 1998. Contribution à une approche systémique des végétations forestières bas-normandes : les bois mésophiles du pays de Cinglais (Calvados). J. Bot. Soc. Bot. France, 6 : 39-56.
7122 7130 15/2.0.1.0.1/01 syn incl Rubo ulmifolii - Ulicetum europaei Julve 2009 ass. nov. hoc loco hoc loco
7123 7947 15/2.0.1.0.1/01 syn incl Rubo ulmifolii - Ulicetum europaei Géhu 2008 'Géhu J.-M., 2008. Etude des associations végétales des sentiers littoraux de Dinard et Saint-Enogat (France, Ille-et-Vilaine) suivie d''un guide itinéraire. J. Bot. Soc. Bot. France, 41 : 47-80.'
7124 6107 15/2.0.1.0.1/01 syn incl Rubio peregrinae - Ulicetum europaei Géhu (1964) 1972 in Delelis-Dusollier 1973 fourré arbustif pionnier, acidophile, thermoatlantique 'Delelis-Dusollier, A., 1973. Contribution à l''étude des haies, des fourrés préforestiers, des manteaux sylvatiques de France. Thèse, Univ. Lille, 146 p., tab. h.t.' Géhu, J.-M., 1964. La végétation psammophile des îles de Houat et Hoedic. Bull. Soc. Bot. N. Fr., 17 : 238-266.
7125 6105 15/2.0.1.0.1/01 syn incl Lonicero periclymeni - Rubetum ulmifolii (Tüxen 1954) Géhu & Delelis 1972 in Delelis-Dusollier 1973 haie acidophile, thermoatlantique 'Delelis-Dusollier, A., 1973. Contribution à l''étude des haies, des fourrés préforestiers, des manteaux sylvatiques de France. Thèse, Univ. Lille, 146 p., tab. h.t.' Tüxen, R., 1954. Über die räumliche, durch Relief und Gestein bedingte Ordnung der natürlichen Waldgesellschaften am nördlichen Rande des Harzes. Vegetatio, 5/6 : 454-478.
7126 5791 15/2.0.1.0.1/02 ASS Pyro cordatae - Cytisetum scoparii de Foucault 1988 'fourré d''arbrisseaux pionniers, acidophile, thermoatlantique' 'Foucault, B. de, 1988. Contribution à la connaissance phytosociologique des corniches rocheuses de la vallée de l''Argenton, entre Argenton-château et Massais (Deux-Sèvres). Bull. Soc. Bot. Centre-Ouest, N.S., 19 : 39-64.'
7127 5793 15/2.0.1.0.1/03 ASS Erico scopariae - Cytisetum scoparii (Géhu 1968) J.-M. & J. Géhu 1975 'fourré d''arbrisseaux pionniers, acidophile, thermooatlantique, mésohygrophile' 'Géhu, J.-M. & J. Géhu, 1975. Contribution à l''étude phytosociologique des landes du sud-ouest de la France. Coll. Phytosoc., 2 : 75-87. (Landes, Lille 1973).' Géhu, J.-M., 1968. Application en phytosociologie de la cartographie en réseaux. Bull. Soc. Bot. N. Fr., 22 : 1-25.
7128 5757 15/2.0.1.0.1/04 ASS Adenocarpo complicati - Ericetum arboreae Braun-Blanquet (1915) 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
7129 5795 15/2.0.1.0.1/04 syn = Erico arboreae - Cytisetum scoparii Julve 2012 ass. nov. hoc loco hoc loco
7130 5796 15/2.0.1.0.1/04 syn compl Centaureo pectinatae - Ericetum arboreae O. de Bolòs 1983 Bolòs, O. de, 1983. La vegetació del Montseny. Diputació de Barcelona. 170 p. Barcelona.
7131 5797 15/2.0.1.0.1/04 syn compl pp Prunello hastifoliae - Cytisetum scoparii Susplugas 1942 Prunello hastifoliae - Sarothamnetum Susplugas, J. 1942. Le sol et la végétation dans le haut Vallespir (Pyrénees Orientales). Thèse. Pharm. Sup. 225 p. Montpellier.
7132 5794 15/2.0.1.0.1/05 ASS Querco suberis juv. - Cytisetum scoparii (Dupont 1961) J.-M. & J. Géhu 1975 'fourré d''arbrisseaux pionniers, acidophile, thermooatlantique, sublittoral' 'Géhu, J.-M. & J. Géhu, 1975. Contribution à l''étude phytosociologique des landes du sud-ouest de la France. Coll. Phytosoc., 2 : 75-87. (Landes, Lille 1973).' Dupont, P., 1961. Sur la distribution du Phyllirea angustifolia le long du littoral landais. Bull. Hist. Nat. Toulouse, 96 : 256-266.
7133 6858 15/2.0.1.0.1/06 ASS Rubo bifrontis - Cytisetum scoparii Robbe in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
7134 9335 15/2.0.1.0.1/06 syn incl Rubo fruticosi - Cytisetum scoparii Weber 1987 ?
7135 8033 15/2.0.1.0.1/07 ASS Ericetum scopario - carneae subsp. occidentalis Lahondère & Bioret 1996 Ericetum scopario - erigenae Lahondère, C. & F. Bioret, 1996. Contribution à l’étude de la végétation des étangs et des zones humides du Médoc. Bull. Soc. Bot. Centre-Ouest, N.S. , 27 : 475-502.
7136 7145 15/2.0.1.0.1/08 ASS Roso caninae - Juniperetum communis Tüxen 1974 Tüxen, R., 1974. Die Pflanzengesellschaften Nordwestdeutschlands, (2ten Aufl.), 1, 207 p. Cramer, Lehre.
7137 5785 15/2.0.1.0.2 ALL Pyro cordatae - Frangulion dodonei Herrera, Fernández Prieto & Loidi 1991 nom. inv. Frangulo dodonei - Pyrion cordatae Herrera, M., J.A. Fernández Prieto & J. Loidi, 1991. Orlas arbustivas oligótrofas cantábricas: Frangulo-Pyretum cordatae. Stud. Bot. Univ. Salamanca, 9 : 17-23.
7138 6112 15/2.0.1.0.2/01 ASS Ulici europaei - Franguletum dodonei de Foucault 1988 'fourré pionnier d''arbrisseaux, acidophile, psychroatlantique' Foucault, B. de, 1988. Phytosociologie et dynamique des landes de Lessay (Manche), plus particulièrement de la réserve de Mathon. Bot. Rhedon., N.S., 1 : 37-70.
7139 6113 15/2.0.1.0.2/02 ASS Junipero communis - Franguletum dodonei de Foucault 1986 prov. 'fourré pionnier d''arbrisseaux, acidophile, psychroatlantique' Foucault, B. de, 1986. Données phytosociologiques sur la végétation observée lors de la douzième session de la S.B.C.O. en Limousin et Marche. Bull. Soc. Bot. Centre-Ouest, N.S., 17 : 291-308.
7140 6058 15/2.0.1.0.2/03 ASS Mespilo germanicae - Franguletum dodonei de Foucault 1995 'sous-bois d''arbrisseaux, acidophile, psychroatlantique' Foucault, B. de, 1995. Contribution à une monographie phytosociologique de la Hague (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 45-90.
7141 6114 15/2.0.1.0.2/04 ASS Erico scopariae - Franguletum dodonei J.-M. & J. Géhu 1975 'fourré pionnier d''arbrisseaux, acidophile, thermoatlantique' Scopario - Franguletum alni 'Géhu, J.-M. & J. Géhu, 1975. Les fourrés à Erica scoparia et Frangula alnus d''Aquitaine. Doc. Phytosoc., 9/14 : 117-120, tabl.'
7142 5792 15/2.0.1.0.2/05 ASS Frangulo dodonei - Pyretum cordatae Herrera, Fernández Prieto & Loidi 1991 Herrera, M., J.A. Fernández Prieto & J. Loidi, 1991. Orlas arbustivas oligótrofas cantábricas: Frangulo-Pyretum cordatae. Stud. Bot. Univ. Salamanca, 9 : 17-23. Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
7143 6115 15/2.0.1.0.2/06 ASS Sorbo torminalis juv.- Franguletum dodonei de Foucault 1997 'fourré pionnier d''arbrisseaux, acidophile, thermosubatlantique' Foucault, B. de, 1997. Contribution à la connaissance phytosociologique des forêts et lisières mésophiles du plateau de Chambaran (Isère et Drôme, France). Bull. Mens. Soc. Linn. Lyon, 66(9) : 233-250.
7144 6057 15/2.0.1.0.2/07 ASS Sorbo aucupariae juv.- Franguletum dodonei Julve & Gillet 1994 nom. inv. 'sous-bois d''arbrisseaux, acidophile, centroeuropéen' Julve, Ph. & F. Gillet, 1994. III. Experiences of French authors (Map 3). In Falinski, J.B., (Ed.) : Vegetation under the diverse anthropogenic impact as object of basic phytosociological map. Results of the international cartographical experiment organized in the Bialowieza Forest. Phytocoenosis, N.S. 6, Suppl. Cartog. Geobot., 4 : 45-66, 1 carte en couleur).
7145 6059 15/2.0.1.0.2/08 ASS Piceo abietis juv. - Franguletum dodonei de Foucault 1999 'sous-bois d''arbrisseaux, acidophile, montagnard' Foucault, B. de, 1999. Notes phytosociologiques sur la végétation observée dans le Jura français. Bull. Soc. Bot. Nord Fra., 52(4) : 23-48.
7146 5798 15/2.0.1.0.2 ALL Ulici europaei - Cytision striati Rivas-Martínez, Bascones, Díaz González, Fernandez-Gonzales & Loidi 1991 'fourrés d''arbrisseaux méditerranéens pionniers, acidophiles, xérophiles' Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. Sintaxonomía de los hayedos del suroccidente de Europa. Itinera Geobot., 5 : 457-480.
7147 5799 15/2.0.1.0.2/01 ASS Cytisetum striati Castroviejo 1973 Castroviejo, S., 1973. El área suroccidental de los brezales gallegos. Anales Inst. Bot. Cavanilles, 30 : 197-213.
7148 5800 15/2.0.1.0.2/01 syn = Ulici europaei - Cytisetum striati Rivas-Martínez ex T.E. Díaz & Fernández Prieto 1994 Díaz, T.E. & J.A. Fernández Prieto, 1994. La vegetación de Asturias. Itinera Geobot., 8 : 243-520.
7149 8037 15/2.0.1.0.2/02 ASS Cytisetum arborei subsp. catalaunici Julve 2012 ass. nov. hoc loco hoc loco
7150 5755 15/2.0.1.0.2/02 syn compl pp Cisto monspeliensis - Cytisetum arborei subsp. catalaunici (A. & O. de Bolòs 1950) O. de Bolòs 1956 Cisto - Sarothamnetum catalaunici Bolòs, O. de, 1956. La végétation de la Catalogne moyenne. Veröff. Ber. Geobot. Inst. E.T.H. Stiffung Rübel, 31 : 70-89. Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona.
7151 5447 15/2.0.1.0.2/02 syn compl pp Cisto monspeliensis - Cytisetum arborei subsp. catalaunici sensu O. de Bolòs 1983 Cisto - Sarothamnetum catalaunici Bolòs, O. de, 1983. La brolla calcífuga (Cisto-Lavanduletea) als Països Catalans. Mem. Real Acad. Ci. Barcelona, 45.
7152 5448 15/2.0.1.0.2/03 ASS Querco suberis juv. - Genistetum monspessulanae Loisel 1976 Querco suberis - Cytisetum monspessulani 'Loisel, R., 1976. La végétation de l''étage méditerranéen dans le sud-est continental français. Thèse, Univ. Marseille, 384 p.'
7153 5801 15/3. CLA Franguletea dodonei Doing 1962 'fourrés d''arbrisseaux médioeuropéens, planitiaires-collinéens, hydrophiles, des sols tourbeux' Doing, H., 1962. Systematische Ordnung und Floristische Zusammensetzung niederländischer Wald- und Gebüschgesellschaften. Wentia, 8 : 1-85. North-Holland Publ. Co. Amsterdam.
7154 5802 15/3. syn = Franguletea dodonei Doing 1962 em. Westhoff in Heukels & van Ooststroom 1968 Heukels, H. & S.J. van Ooststroom, 1968. Beknopte School- en Excursieflora voor Nederland (12e druk). Wolters Noorhoff, Groningen. Doing, H., 1962. Systematische Ordnung und Floristische Zusammensetzung niederländischer Wald- und Gebüschgesellschaften. Wentia, 8 : 1-85. North-Holland Publ. Co. Amsterdam.
7155 5803 15/3. syn = Franguletea dodonei Westhoff & Den Held 1969 Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen.
7156 5804 15/3. syn = Salici cinereae - Franguletea dodonei Jurko 1964 Jurko, A., 1964. Feldheckengesellschaften und Ufer-Weidengebüsche des West-Karpatengebietes. Biol. Prace, 10(6) : 5-100.
7157 5805 15/3. syn compl Carici - Salicetea cinereae Passarge & Hoffmann 1968 Passarge, H. & G. Hofmann 1968. Pflanzengesellschaften des nordostdeutschen Flachlandes 2. G. Fischer. Jena.
7158 5806 15/3. syn compl pp Alnetea glutinosae Braun-Blanquet & Tüxen 1943 Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
7159 5807 15/3. syn compl pp Alnetea glutinosae Braun-Blanquet & Tüxen 1943 ex Westhoff, Dijk & Passchier 1946 Westhoff, V., J.W. Dijk & H. Passchier, 1946. Overzicht der Plantengemeenschappen in Nederland. Bibl. Ned. Natuurhist. Ver., 7 : 1–118. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
7160 5808 15/3.0.1 ORD Salicetalia auritae Doing 1962 'fourrés d''arbrisseaux médioeuropéens, planitiaires-collinéens, hydrophiles, des sols tourbeux' Doing, H., 1962. Systematische Ordnung und Floristische Zusammensetzung niederländischer Wald- und Gebüschgesellschaften. Wentia, 8 : 1-85. North-Holland Publ. Co. Amsterdam.
7161 5809 15/3.0.1 syn = Salicetalia auritae Doing 1962 em. Westhoff in Heukels & van Ooststroom 1968 Heukels, H. & S.J. van Ooststroom, 1968. Beknopte School- en Excursieflora voor Nederland (12e druk). Wolters Noorhoff, Groningen. Doing, H., 1962. Systematische Ordnung und Floristische Zusammensetzung niederländischer Wald- und Gebüschgesellschaften. Wentia, 8 : 1-85. North-Holland Publ. Co. Amsterdam.
7162 5810 15/3.0.1 syn = Salicetalia auritae Doing 1962 ex Westhoff in Westhoff & den Held 1969 Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen. Doing, H., 1962. Systematische Ordnung und Floristische Zusammensetzung niederländischer Wald- und Gebüschgesellschaften. Wentia, 8 : 1-85. North-Holland Publ. Co. Amsterdam.
7163 5811 15/3.0.1 syn incl Alno glutinosae - Salicion cinereae Doing 1962 Doing, H., 1962. Systematische Ordnung und Floristische Zusammensetzung niederländischer Wald- und Gebüschgesellschaften. Wentia, 8 : 1-85. North-Holland Publ. Co. Amsterdam.
7164 5812 15/3.0.1 syn incl Frangulo dodonei - Salicion auritae Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., S. Görs, D. Korneck, W. Lohmeyer, T. Müller, G. Philippi & P. Seibert, 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
7165 5813 15/3.0.1 syn incl Salicion auritae Doing 1962 Doing, H., 1962. Systematische Ordnung und Floristische Zusammensetzung niederländischer Wald- und Gebüschgesellschaften. Wentia, 8 : 1-85. North-Holland Publ. Co. Amsterdam.
7166 5814 15/3.0.1 syn incl Salicion cinereae Müller & Görs 1958 Müller, T. & S. Görs, 1958. Zur Kenntnis einiger Auenwaldgesellschaften im württembergischen Oberland. Beitr. Naturk. Forsch. Südwestdeutsch., 17 : 88-165.
7167 5815 15/3.0.1.0.1 ALL Ribeso nigri - Salicion cinereae (de Foucault 1991) Julve 1993 'fourrés d''arbrisseaux centroeuropéens, planitiaires-collinéens, hydrophiles, des sols tourbeux' Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Foucault, B. de, 1991. Introduction à une systémique des végétations arbustives. Doc. Phytosoc., N.S., 13 : 63-104.
7168 5816 15/3.0.1.0.1 syn incl pp Betulion pubescentis subsp. glutinoso - subsp. pubescentis [juv.] Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Betulion glutinoso - pubescentis Betulion carpatico - pubescentis Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
7169 5903 15/3.0.1.0.1 syn incl pp Salicion pentandrae Braun-Blanquet 1950 Braun-Blanquet, J., 1950. Übersicht der Pflanzengesellschaften Rätiens, (VI). Vegetatio, 2 : 341-360.
7170 5904 15/3.0.1.0.1 syn incl pp Salicion pentandrae Braun-Blanquet 1967 Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
7171 5817 15/3.0.1.0.1/01 ASS Salicetum pentandro - cinereae (Almquist 1929) Passarge 1961 fourré à arbrisseaux, boréomontagnard à centroeuropéen, des zones tourbeuses Passarge, H., 1961. Zur soziologischen Gliederung der Salix cinerea Gebüsche Norddeutschlands. Vegetatio, 10 : 209-228. Almquist, E., 1929. Upplands Vegetation och flora. Acta Phytog. Suecica, 1, 624 p.
7172 5818 15/3.0.1.0.1/01 syn = Alno glutinosae - Salicetum cinereae Passarge 1956 Passarge, H., 1956. Die Wälder der Oberspreewaldes. Arch. für Forstwes., 5 : 46-95.
7173 7500 15/3.0.1.0.1/01 syn = Salicetum pentandro - cinereae Passarge 1961 em. Oberdorfer 1964 Oberdorfer, E., 1964. Der insubrische Vegetationskomplex, seine Struktur und Abgrenzung gegen die submediterrane Vegetation in Oberitalien und in der südschweiz. Beitr. Naturk. Forsch. Südwestdeutschl., 23 : 141-187. Passarge, H., 1961. Zur soziologischen Gliederung der Salix cinerea Gebüsche Norddeutschlands. Vegetatio, 10 : 209-228.
7174 5819 15/3.0.1.0.1/01 syn ambig Frangulo dodonei - Salicetum cinereae Graebner & Hueck 1931 nom. inv. Graebner, P., Hueck, K., 1931. Die Vegetationsverhältnisse des Dümmergebietes. Abh. Westf. Prov. Mus. Naturk., 2 : 59-83.
7175 7501 15/3.0.1.0.1/01 syn compl pp Salici pentandro - Betuletum pubescentis (Zolyomi 1934) von Soó 1955 Soó, R. von, 1955. La vegetation de Batorliget. Acta Botan. Hungarica, 1 : 301-334. ?
7176 5820 15/3.0.1.0.1/02 ASS Frangulo dodonei - Salicetum cinereae Oberdorfer 1964 fourré à arbrisseaux, subatlantique, des zones tourbeuses basophiles Oberdorfer, E., 1964. Der insubrische Vegetationskomplex, seine Struktur und Abgrenzung gegen die submediterrane Vegetation in Oberitalien und in der südschweiz. Beitr. Naturk. Forsch. Südwestdeutschl., 23 : 141-187.
7177 5821 15/3.0.1.0.1/02 syn ambig Salicetum cinereae Zolyomi 1931 ?
7178 5823 15/3.0.1.0.1/02 syn compl nn Alno glutinosae - Salicetum cinereae Doing 1962 Doing, H., 1962. Systematische Ordnung und Floristische Zusammensetzung niederländischer Wald- und Gebüschgesellschaften. Wentia, 8 : 1-85. North-Holland Publ. Co. Amsterdam.
7179 7504 15/3.0.1.0.1/02 syn compl pp Alno glutinosae - Salicetum cinereae Passarge 1961 Passarge, H., 1961. Zur soziologischen Gliederung der Salix cinerea Gebüsche Norddeutschlands. Vegetatio, 10 : 209-228.
7180 5822 15/3.0.1.0.1/02 syn compl pp Alno glutinosae - Salicetum cinereae Westhoff in Westhoff & den Held 1969 Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen.
7181 7503 15/3.0.1.0.1/02 syn non Frangulo dodonei - Salicetum cinereae Malcuit 1929 'Malcuit, G., 1929. Contribution à l''étude phytosociologique des Vosges méridionales saônoises. les associations végétales de la vallée de la Lanterne. Arch. Bot. (Caen), 2 : 1-211.'
7182 5824 15/3.0.1.0.1/03 ASS Salicetum auritae Jonas 1935 fourré à arbrisseaux, subatlantique, des zones tourbeuses acidophiles Toute la France planitiaire Jonas, F., 1935. Die Vegetation der Hochmoore am Nordhümmling. Repert. spec. nov. regn. veget. Beih., 78(1) : 1-143.
7183 5827 15/3.0.1.0.1/03 syn = Frangulo dodonei - Salicetum auritae Westhoff in Westhoff & den Held 1969 Westhoff, V. & A.J. den Held, 1969. Plantengemeenschappen in Nederland. 324 p. Thieme. Zutphen.
7184 5828 15/3.0.1.0.1/03 syn = Salicetum auritae Oberdorfer 1964 prov. Oberdorfer, E., 1964. Der insubrische Vegetationskomplex, seine Struktur und Abgrenzung gegen die submediterrane Vegetation in Oberitalien und in der südschweiz. Beitr. Naturk. Forsch. Südwestdeutschl., 23 : 141-187.
7185 5825 15/3.0.1.0.1/03 syn compl pp Betulo pubescentis - Salicetum auritae Meijer Drees 1936 Meijer Drees, E. 1936: De bosvegetatie von de Achterhoek en enkele aangrenzende gebieden. Wageningen.
7186 5826 15/3.0.1.0.1/03 syn nn Frangulo dodonei - Salicetum auritae Doing 1962 Doing, H., 1962. Systematische Ordnung und Floristische Zusammensetzung niederländischer Wald- und Gebüschgesellschaften. Wentia, 8 : 1-85. North-Holland Publ. Co. Amsterdam.
7187 7502 15/3.0.1.0.1/03 syn pp Frangulo dodonei - Salicetum auritae Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
7188 5829 15/3.0.1.0.1/05 91D0*pp ASS Pinetum x uliginosae Julve 1993 ex 2006 hoc loco fourré à arbustes des tourbières bombées montagnardes hoc loco Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7189 7559 15/3.0.1.0.1/05 syn compl Pinetum uncinatae Kästner & Flössner 1933 Kästner, M. & W. Flössner, 1933. Die Pflanzengesellschaften des westsächsischen Berg- und Hügellandes II : die Pflanzengesellschaften der erzgebirgischen Moore. Veröff. Landesver. sächs. Heimatschutz, Dresden.
7190 7558 15/3.0.1.0.1/05 syn compl Sphagno - Pinetum mugi Kuoch 1954 Sphagno - Mugetum Kuoch, R., 1954. Wälder der Schweizer Alpen im Verbreitungsgebiet der Weisstanne. Mitteilungen der Schweizerischen Anstalt das forstliche Versuchswesen, 30 : 129-314. Zürich.
7191 7557 15/3.0.1.0.1/05 syn compl Vaccinio uliginosi - Pinetum x uliginosae J. & M. Bartsch 1940 Bartsch, J. & M. Bartsch, 1940. Vegetationskunde des Schwarzwaldes. Pflanzensoziologie, 4 : 229 p.
7192 5830 15/3.0.1.0.1/05 syn compl Vaccinio uliginosi - Pinetum x uliginosae Oberdorfer 1934 Vaccinio uliginosi - Pinetum mugi ?
7193 7556 15/3.0.1.0.1/05 syn compl Vaccinio uliginosi - Pinetum x uliginosae Oberdorfer 1934 em. Seibert in Oberdorfer 1992 Vaccinio uliginosi - Pinetum rotundatae Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart. ?
7194 5831 15/3.0.1.0.1/06 91D0*pp ASS Pinetum sylvestris var. turfosae Julve 1993 prov. fourré à arbustes des tourbières bombées planitiaires, boréo centroeuropéennes Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7195 7557 15/3.0.1.0.1/06 syn compl Pino sylvestris - Ledetum palustris Tüxen 1955 Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
7196 7556 15/3.0.1.0.1/06 syn compl Pino sylvestris - Sphagnetum Kobendza 1930 'Kobendza, R., 1930. Les rapports phytosociologiques dans l''ancienne grande forêt de Kampinos. Contrib. Flor. Pol., 2 : 1-200.'
7197 7555 15/3.0.1.0.1/06 syn compl Pino sylvestris - Vaccinietum uliginosi Kobendza 1930 'Kobendza, R., 1930. Les rapports phytosociologiques dans l''ancienne grande forêt de Kampinos. Contrib. Flor. Pol., 2 : 1-200.'
7198 5832 15/3.0.1.0.1/06 syn compl Vaccinio uliginosi - Pinetum sylvestris de Kleist 1929 em. Matuskiewicz 1962 Matuskiewicz, W., 1962. Zur Systematik der natürlichen Kiefernwälder des mittel- und osteuropäischen Flachlandes. Mitt. flor. soz. Arbeitsgem., N.F., 9 : 145-186. Kleist, C. de, 1929. Recherches phytosociologiques sur les tourbières de la région des dunes de la rive droite de la Vistule aux environs de Varsovie. – Bull. Acad. Pol. Sci. B 1: 41–104, plates 10–13.
7199 5833 15/3.0.1.0.1/07 ASS Betuletum pubescentis subsp. glutinosae Rivas-Martínez & Costa 1998 fourré à arbustes des tourbières bombées montagnardes et des substrats minéraux subalpins, boréo centroeuropéen Rivas-Martínez, S. & M. Costa, 1998. Datos sobre la vegetación y el bioclima del Valle de Arán. Acta Bot. Barcinon. 45 : 473-499.
7200 7549 15/3.0.1.0.1/07 syn compl Betulo pubescentis subsp. glutinosae - Sorbetum aucupariae Lohmeyer & Bohn 1972 Betulo carpaticae - Sorbetum aucupariae ?
7201 7552 15/3.0.1.0.1/07 syn compl Vaccinio uliginosi - Betuletum pubescentis Libbert 1933 Libbert, W., 1933. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 75: 229-348.
7202 7553 15/3.0.1.0.1/07 syn compl Vaccinio uliginosi - Betuletum pubescentis subsp. glutinosae Lohmeyer & Bohn 1972 ?
7203 5834 15/3.0.1.0.2 ALL Myricion gale (de Foucault 1991) Julve 2003 all. nov. hoc loco 'fourrés d''arbrisseaux atlantiques, planitiaires-collinéens, hydrophiles, des sols tourbeux' hoc loco Foucault, B. de, 1991. Introduction à une systémique des végétations arbustives. Doc. Phytosoc., N.S., 13 : 63-104.
7204 5835 15/3.0.1.0.2 syn compl Osmundo regalis - Myricion gale (de Foucault 1991) Julve 1993 Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Foucault, B. de, 1991. Introduction à une systémique des végétations arbustives. Doc. Phytosoc., N.S., 13 : 63-104.
7205 5836 15/3.0.1.0.2/01 ASS Myricetum gale Jonas 1932 fourré à arbrisseaux, atlantique, des zones tourbeuses acidophiles Jonas, F., 1932. Die vegetation der emsländischen Heidekölke. Repert. spec. nov. regn. veget. Beih. 66.
7206 5837 15/3.0.1.0.2/01 syn = Frangulo dodonei - Myricetum gale Peinado & A. Velasco in Peinado, Moreno & A. Velasco 1983 Peinado, M., Moreno, G., Velasco, A., 1983. Sur les boulaies lusoextremadurenses (Galio broteriani – Betuleto parvibracteatae S.). Willdenowia, 13 : 349-360.
7207 5838 15/3.0.1.0.2/01 syn ambig Myrico gale - Salicetum cinereae Tüxen & Passarge in Passarge 1961 Passarge, H., 1961. Zur soziologischen Gliederung der Salix cinerea Gebüsche Norddeutschlands. Vegetatio, 10 : 209-228.
7208 5839 15/3.0.1.0.2/01 syn ambig pp Frangulo dodonei - Salicetum auritae (Malcuit 1929) Tüxen 1937 [typicum] Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. 'Malcuit, G., 1929. Contribution à l''étude phytosociologique des Vosges méridionales saônoises. les associations végétales de la vallée de la Lanterne. Arch. Bot. (Caen), 2 : 1-211.'
7209 5840 15/3.0.1.0.2/01 syn compl Myrico gale - Salicetum atrocinereae Vanden Berghen 1971 Vanden Berghen, C., 1971. Notes sur la végétation du sud-ouest de la France. VIII : les fourrés et les bois fangeux. Bull. Jard. Bot. Etat, 41 : 383-395.
7210 5841 15/3.0.1.0.2/01 syn compl Osmundo regalis - Salicetum atrocinereae Braun-Blanquet & Tüxen 1952 Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
7211 5842 15/3.0.1.0.2/01 syn incl Erico scopariae - Myricetum gale J.-M. & J. Géhu 1973 apud Géhu-Franck 1974 'Géhu-Franck, J., 1974. Contribution à l''étude auto- et synécologique de l''Ajonc d''Europe (Ulex europaeus). Thèse, Univ. Lille, 372 p.' 'Géhu, J.-M. & J. Géhu, 1975. Contribution à l''étude phytosociologique des landes du sud-ouest de la France. Coll. Phytosoc., 2 : 75-87. (Landes, Lille 1973).'
7212 5843 15/4. 92D0 CLA Nerio oleandri - Tamaricetea africanae (O. de Bolòs 1956) Braun-Blanquet & O. de Bolòs 1958 'fourrés d''arbrisseaux méditerranéens, hydrophiles, des sols minéraux' Anales Estac. Exp. Aula Dei, 5 : 193 Braun-Blanquet, J. & O. de Bolos, 1958. Les groupements végétaux du bassin moyen de l’Ebre et leur dynamisme. Anales Estac. Exp. Aula Dei, 5 : 1-266. Bolòs, O. de, 1956. La végétation de la Catalogne moyenne. Veröff. Ber. Geobot. Inst. E.T.H. Stiffung Rübel, 31 : 70-89.
7213 5844 15/4.0.1 ORD Tamaricetalia africanae Braun-Blanquet & O. de Bolòs 1958 'fourrés d''arbrisseaux méditerranéens, hydrophiles, halophiles, des sols minéraux' Anales Estac. Exp. Aula Dei, 5 : 195 Braun-Blanquet, J. & O. de Bolos, 1958. Les groupements végétaux du bassin moyen de l’Ebre et leur dynamisme. Anales Estac. Exp. Aula Dei, 5 : 1-266.
7214 5845 15/4.0.1 syn = Tamaricetalia Braun-Blanquet & O. de Bolòs 1958 em. Izco, Fernández-González & A. Molina 1984 Izco, J., F. Fernández-González & A. Molina, 1984. El orden Tamaricetalia Br. Bl. & O. Bolòs 1957 y su ampliación con los tarayales hiperhalófilos. Doc. Phytosoc. 8: 377-389. Braun-Blanquet, J. & O. de Bolos, 1958. Les groupements végétaux du bassin moyen de l’Ebre et leur dynamisme. Anales Estac. Exp. Aula Dei, 5 : 1-266.
7215 5846 15/4.0.1.0.1 ALL Tamaricion africanae Braun-Blanquet & O. de Bolòs 1958 'fourrés d''arbrisseaux méditerranéens-occidentaux à thermoatlantiques, hydrophiles, des sols minéraux' Anales Estac. Exp. Aula Dei, 5 : 195 Braun-Blanquet, J. & O. de Bolos, 1958. Les groupements végétaux du bassin moyen de l’Ebre et leur dynamisme. Anales Estac. Exp. Aula Dei, 5 : 1-266.
7216 5847 15/4.0.1.0.1 syn incl Rubo ulmifolii - Nerion oleandri O. de Bolòs 1985 Bolòs, O. de, 1985. A proposit de les comunitats de Nerium oleander. Collect. Bot. (Barcelona), 16(1) : 227-228.
7217 5848 15/4.0.1.0.1 syn incl Rubo ulmifolii - Nerion oleandri Paradis 2006 Paradis, G., 2006. Répartition en Corse et description phytosociologique des stations de deux espèces protégées Nerium oleander et Vitex agnus-castus. Journal de Botanique Soc. Bot. France, 33 : 49-91.
7218 5851 15/4.0.1.0.1/01 ASS Tamaricetum gallicae Braun-Blanquet & O. de Bolòs 1958 tab. 40 Braun-Blanquet, J. & O. de Bolos, 1958. Les groupements végétaux du bassin moyen de l’Ebre et leur dynamisme. Anales Estac. Exp. Aula Dei, 5 : 1-266.
7219 5850 15/4.0.1.0.1/02 ASS Solano dulcamarae - Tamaricetum gallicae de Foucault 1984 'fourré d''arbrisseaux subhalophile thermoatlantique' tab. 83 Foucault, B. de, 1984. Systémique, structuralisme et synsystématique des prairies hygrophiles des plaines atlantiques françaises. Thèse, Univ. Rouen, 675 p., 248 tab. h.t.
7220 7270 15/4.0.1.0.1/02 syn = Solano dulcamarae - Tamaricetum gallicae de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
7221 9340 15/4.0.1.0.1/03 ASS Tamaricetum africanae Auct. Auct.
7222 9341 15/4.0.1.0.1/03 syn incl Limbardio crithmoidis - Tamaricetum africanae Gamisans 1992 Gamisans, J., 1992. Flore et végétation de la réserve naturelle de l’étang de Biguglia (Corse du NE). Trav. Sci. P.N.R. et R.N. Corse, 33 : 1-67.
7223 9342 15/4.0.1.0.1/03 syn incl Althaeo officinalis - Tamaricetum africanae Gamisans 1992 Gamisans, J., 1992. Flore et végétation de la réserve naturelle de l’étang de Biguglia (Corse du NE). Trav. Sci. P.N.R. et R.N. Corse, 33 : 1-67.
7224 9343 15/4.0.1.0.1/03 syn incl grpt à Juncus acutus - Tamarix africana Paradis, Piazza & Ravetto 2002 Paradis G., C. Piazza & S. Ravetto, 2002. Paysage végétal du site de Canna-Gradugine (cordon littoral, marais, prairies). Bull. Soc. Sci. Hist. Nat. Corse, 698-701 : 43-166.
7225 9344 15/4.0.1.0.1/03 syn incl grpt à Tamarix africana Noble ined. ined
7226 9345 15/4.0.2 ORD Nerio oleandri - Viticetalia agni-casti de Foucault, Bensettiti, Noble & Paradis 2012 'fourrés d''arbrisseaux méditerranéens, hydrophiles, subhalophiles, des sols minéraux' Foucault, B. de, F. Bensettiti, V. Noble & G. Paradis, 2012. Contribution au prodrome des végétations de France : les Nerio oleandri – Tamaricetea africanae Braun-Blanq. & O. Bolos 1958. Journ. Bot. Soc. Bot. France, 58 : 41-54.
7227 9346 15/4.0.2.0.1 ALL Rubo ulmifolii - Nerion oleandri O. de Bolòs 1985 fourrés méditerranéens occidentaux Bolòs, O. de, 1985. A proposit de les comunitats de Nerium oleander. Collect. Bot. (Barcelona), 16(1) : 227-228.
7228 5852 15/4.0.2.0.1/01 ASS Rubo ulmifoli - Nerietum oleandri O. de Bolòs 1956 tab. 27 Bolos, O. de, 1956. De vegetatione notulae, II. Collect. Bot., 5 : 195-268.
7229 9347 15/4.0.2.0.1/02 ASS Erico scopariae - Nerietum oleandri (Lavagne & Moutte 1971) de Foucault, Bensettiti, Noble & Paradis 2012 Foucault, B. de, F. Bensettiti, V. Noble & G. Paradis, 2012. Contribution au prodrome des végétations de France : les Nerio oleandri – Tamaricetea africanae Braun-Blanq. & O. Bolos 1958. Journ. Bot. Soc. Bot. France, 58 : 41-54. Lavagne, A. & P. Moutte, 1971. Premières observations chorologiques et phénologiques sur les ripisylves à Nerium oleander en Provence. Ann. Fac. Sci. Marseille, 45 : 135-155.
7230 5854 15/4.0.2.0.1/03 ASS Viticetum agni-casti Auct. Auct.
7231 5855 15/4.0.2.0.1/03 syn incl Rubo ulmifolii - Viticetum agni-casti Paradis 2006 Paradis, G., 2006. Répartition en Corse et description phytosociologique des stations de deux espèces protégées Nerium oleander et Vitex agnus-castus. Journal de Botanique Soc. Bot. France, 33 : 49-91.
7232 5853 15/4.0.2.0.1/03 syn incl Nerio oleandri - Viticetum agni-casti Paradis 2006 Paradis, G., 2006. Répartition en Corse et description phytosociologique des stations de deux espèces protégées Nerium oleander et Vitex agnus-castus. Journal de Botanique Soc. Bot. France, 33 : 49-91.
7233 5856 15/4.0.2.0.1/03 syn compl Leucoio pulchelli - Viticetum agni-casti O. de Bolòs & Molinier 1958 'Bolòs, O. de & René Molinier, 1958. Recherches phytosociologiques dans l''ile de Majorque. Collect. Bot., 5 (3) : 699-865.'
7234 9348 15/4.0.2.0.1/03 syn compl Vinco majoris - Viticetum agni-casti O. de Bolòs 1956 Bolos, O. de, 1956. De vegetatione notulae, II. Collect. Bot., 5 : 195-268.
7235 5857 15/5. CLA Salicetea purpureae subsp. purpureae Moor 1958 'fourrés d''arbrisseaux médioeuropéens, planitiaires-montagnards, hydrophiles, des sols minéraux' Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360.
7236 5858 15/5. syn compl pp Salici purpureae - Populenea nigrae Rivas-Martínez & Cantó ex Rivas-Martínez 1987 Rivas-Martínez, S., 1987. Mapa de series de vegetacion de Espana (1/400 000) + memoria. ICONA, Serie Técnica. 268 p. + 30 mapas. Madrid.
7237 5859 15/5. syn compl pp Salici purpureae - Populenea nigrae Rivas-Martínez & Cantó ex Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
7238 5860 15/5. syn compl pp Salici purpureae - Populetea nigrae (Rivas-Martínez & Cantó ex Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991) Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341. Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
7239 5861 15/5.0.1 ORD Myricarietalia germanicae Aichinger 1933 'fourrés d''arbrisseaux médioeuropéens, planitiaires-montagnards, hydrophiles, des sols minéraux' Aichinger, E., 1933. Vegetationskunde der Karawanken. Pflanzensoziologie, 2, 13 + 329 p. G. Fischer, Jena.
7240 5862 15/5.0.1 syn = Salicetalia purpureae subsp. purpureae Moor 1958 Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360.
7241 5863 15/5.0.1.0.1 ALL Salicion triandrae subsp. triandrae Müller & Görs 1958 'fourrés d''arbrisseaux médioeuropéens, planitiaires, hydrophiles, des sols minéraux' Müller, T. & S. Görs, 1958. Zur Kenntnis einiger Auenwaldgesellschaften im württembergischen Oberland. Beitr. Naturk. Forsch. Südwestdeutsch., 17 : 88-165.
7242 5864 15/5.0.1.0.1/01 ASS Salicetum triandro - viminalis (Malcuit 1929) Tüxen 1950 'fourré d''arbrisseaux médioeuropéen, planitiaire, hydrophile, des sols minéraux' Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175. 'Malcuit, G., 1929. Contribution à l''étude phytosociologique des Vosges méridionales saônoises. les associations végétales de la vallée de la Lanterne. Arch. Bot. (Caen), 2 : 1-211.'
7243 7493 15/5.0.1.0.1/01 syn = Salicetum triandrae Malcuit 1929 'Malcuit, G., 1929. Contribution à l''étude phytosociologique des Vosges méridionales saônoises. les associations végétales de la vallée de la Lanterne. Arch. Bot. (Caen), 2 : 1-211.'
7244 5865 15/5.0.1.0.1/01 syn = Salicetum triandrae Malcuit 1929 ex Noirfalise in Lebrun, Noirfalise & Sougnez 1955 Lebrun, J., A. Noirfalise & N. Sougnez, 1955. Sur la flore et la végétation du territoire Belge de la Basse-Meuse. Bull. Soc. Roy. Bot. Belg., 87 : 157–194. 'Malcuit, G., 1929. Contribution à l''étude phytosociologique des Vosges méridionales saônoises. les associations végétales de la vallée de la Lanterne. Arch. Bot. (Caen), 2 : 1-211.'
7245 5866 15/5.0.1.0.1/01 syn = Salicetum triandro - viminalis (Libbert 1931) Tüxen 1951 Tüxen, R., 1951. Eindrücke während der Pflanzengeographischen Exkursionen durch süd-Schweden. Vegetatio, 3 : 149-173. Libbert, W., 1931. Die Pflanzengesellschaften im Überschwemmungs-gebiet der unteren Warthe in ihrer Abhängigkeit von Wasserstand. Naturwiss. Ver. Neumark (Landsberg/Warthe), 3 : 25-40.
7246 7494 15/5.0.1.0.1/01 syn = Salicetum triandro - viminalis Lohmeyer 1952 ex Moor 1958 Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360. ?
7247 7491 15/5.0.1.0.1/01 syn = Salicetum viminalis Wilzek 1935 Wilzek, F., 1935. Die Pflanzengesellschaften des mittelschlesischen Odertales. Beitr. Biol. Pflanzen, 23 : 1-96.
7248 7492 15/5.0.1.0.1/01 syn compl Salicetum albo - triandrae Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
7249 5867 15/5.0.1.0.1/01 syn illeg Salicetum triandro - viminalis (Tüxen 1931) Lohmeyer 1952 ? Tüxen, R., 1931. Die Pflanzendecke zwischen Hildesheimer Wald und Ith in ihren Beziehungen zu Klima, Boden und Mensch. In Barner, W., Unsere Heimat. In W. Barner (ed.), Das Land zwischen Hildesheimer Wald und Ith, 1 : 55-131. August Lax. Hildesheim, Leipzig.
7250 5868 15/5.0.1.0.1/01 syn illeg Salicetum triandro - viminalis Lohmeyer 1953 Lohmeyer, W., 1953. Beitrag zur Kenntnis der Pflanzengesellschaften in der Umgebung von Höxter an der Weser. Mitt. Flor. Soz. Arbeitsgem., 4 : 59-76.
7251 7489 15/5.0.1.0.1/01 syn pp Petasiti hybridi - Salicetum triandrae Müller & Görs 1958 Müller, T. & S. Görs, 1958. Zur Kenntnis einiger Auenwaldgesellschaften im württembergischen Oberland. Beitr. Naturk. Forsch. Südwestdeutsch., 17 : 88-165.
7252 5869 15/5.0.1.0.1/02 ASS Salicetum purpureae Wendelberger-Zelinka 1952 Wendelberger-Zelinka, E., 1952. Die vegetation der Donauauen bei Wallsee. Wels. 196 p.
7253 6859 15/5.0.1.0.1/03 ASS Frangulo alni - Salicetum purpureae Royer & Didier in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
7254 5870 15/5.0.1.0.2 3230+3240 ALL Salicion elaeagni subsp. elaeagni Aichinger 1933 'fourrés d''arbrisseaux médioeuropéens, montagnards, hydrophiles, des sols minéraux' Aichinger, E., 1933. Vegetationskunde der Karawanken. Pflanzensoziologie, 2, 13 + 329 p. G. Fischer, Jena.
7255 5871 15/5.0.1.0.2 syn = Myricarion germanicae auct. auct.
7256 5872 15/5.0.1.0.2 syn = Salicion elaeagni subsp. elaeagni Moor 1958 Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360.
7257 5873 15/5.0.1.0.2 syn = Salicion elaeagni subsp. elaeagno - daphnoidis (Moor 1958) Grass 1993 Salicion elaeagno - daphnoidis ? Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360.
7258 5874 15/5.0.1.0.2/01 ASS Salicetum elaeagni subsp. elaeagno - daphnoidis (Braun-Blanquet 1933) Moor 1958 Salicetum elaeagno - daphnoidis Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360. Braun-Blanquet, J., 1933. Catalogue de la Flore du Massif de l’Aigoual. Bull. Soc. Et. Sci. Nat. Nimes 4. [= Comm. SIGMA].
7259 7488 15/5.0.1.0.2/01 syn = Salicetum elaeagni subsp. elaeagno - daphnoidis (Braun-Blanquet & Volk 1940) Moor 1958 Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360. ?
7260 7487 15/5.0.1.0.2/01 syn ambig Salicetum elaeagni subsp. elaeagni (Hagene 1916) Jenik 1955 ? ?
7261 7489 15/5.0.1.0.2/01 syn pp Petasiti hybridi - Salicetum triandrae Müller & Görs 1958 Müller, T. & S. Görs, 1958. Zur Kenntnis einiger Auenwaldgesellschaften im württembergischen Oberland. Beitr. Naturk. Forsch. Südwestdeutsch., 17 : 88-165.
7262 5875 15/5.0.1.0.2/02 ASS Salicetum elaeagni subsp. elaeagno - purpureae Sillinger 1933 Salicetum elaeagno - purpureae Sillinger, P., 1933. Monograficka studie o vegetaci Nizkych Tater. Lib. Res. Board Slovak. Ruthenia Slav. Inst., 6 : 339 p.
7263 7845 15/5.0.1.0.2/02 syn compl pp Saponario officinalis - Salicetum purpureae Tchou 1948 Tchou, Y.T., 1948. Etudes écologiques et phytosociologiques sur les forêts riveraines du bas Languedoc Populetum albae). Vegetatio, 1 : 2-28.
7264 5876 15/5.0.1.0.2/03 ASS Salici elaeagni subsp. elaeagni - Myricarietum germanicae Moor 1958 Salici elaeagni - Myricarietum germanicae Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360.
7265 7484 15/5.0.1.0.2/03 syn = Myricarietum germanicae (Rübel 1912) Jenik 1955 ? Rübel, E., 1912. Pflanzengeographische Monographie des Berninagebietes. Bot. Jahrb., 47 : 615 p.
7266 7486 15/5.0.1.0.2/03 syn compl pp Myricario germanicae - Chondrilletum chondrilloidis Braun-Blanquet 1938 ?
7267 8287 15/5.0.1.0.2/03 syn compl pp Myricario germanicae - Chondrilletum chondrilloidis Braun-Blanquet in Volk 1939 Volk, O.H., 1939. Soziologische und Ökologische Untersuchungen an der Auenvegetation im Churer Rheintal und Domleschg. Jahrb. Naturf. Ges. Graubünden, 76 (1938/1939) : 29-79. [= Comm. SIGMA, 72, 51 p.]
7268 7485 15/5.0.1.0.2/03 syn compl pp Myricario germanicae - Epilobietum dodonaei subsp. fleischeri Aichinger 1933 Aichinger, E., 1933. Vegetationskunde der Karawanken. Pflanzensoziologie, 2, 13 + 329 p. G. Fischer, Jena.
7269 5877 15/5.0.1.0.3 ALL Salicion triandrae subsp. discolori - fragilis var. neotrichae Braun-Blanquet & de Bolòs 1958 'fourrés d''arbrisseaux subméditerranéens, montagnards-collinéens, hydrophiles, des sols minéraux' Salicion discolori - neotrichae Braun-Blanquet, J. & O. de Bolos, 1958. Les groupements végétaux du bassin moyen de l’Ebre et leur dynamisme. Anales Estac. Exp. Aula Dei, 5 : 1-266.
7270 5878 15/5.0.1.0.3/01 ASS Alno glutinosae - Salicetum elaeagni subsp. angustifoliae (Tchou 1948) de Foucault 1991 Alno glutinosae - Salicetum angustifoliae Foucault, B. de, 1991. Introduction à une systémique des végétations arbustives. Doc. Phytosoc., N.S., 13 : 63-104. Tchou, Y.T., 1948. Etudes écologiques et phytosociologiques sur les forêts riveraines du bas Languedoc (Populetum albae). Vegetatio, 1 : 2-28.
7271 5879 15/5.0.1.0.3/02 ASS Salicetum cantabricae Rivas-Martínez, Díaz-Gonzalez, Fernandez-Prieto, Loidi-Arregui, Penas-Marinas 1984 Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
7272 5880 15/5.0.1.0.3/03 ASS Salicetum purpureae subsp. lambertiano - elaeagni subsp. angustifoliae Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 Salicetum lambertiano - angustifoliae Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
7273 5881 15/5.0.1.0.3/04 ASS Salicetum triandrae subsp. discolori - elaeagni subsp. angustifoliae Rivas-Martínez ex G. López 1976 corr. Alcaraz, P. Sánchez, De la Torre, Ríos & J. Alvarez 1991 Salicetum discolori - angustifoliae Alcaraz, F., P. Sánchez, A. De la Torre, S. Ríos & J. Alvarez, 1991. Datos sobre la vegetación de Murcia (España). Guía Geobotánica de la Excursión de la XI Jornadas de Fitosociología (PPU Promociones y Publicaciones S.A.). Universidad de Murcia, 162 p. López, G., 1976. Contribución al conocimiento fitosociológico de la Serranía de Cuenca. I. Comunidades fruticosas : bosques, matorrales, tomillares y tomillar-praderas. Anales Inst. Bot. Cavanilles, 33 : 5-87.
7274 5882 15/5.0.1.0.3/04 syn = Salicetum triandro - elaeagni Rivas-Martínez ex G. López 1976 López, G., 1976. Contribución al conocimiento fitosociológico de la Serranía de Cuenca. I. Comunidades fruticosas : bosques, matorrales, tomillares y tomillar-praderas. Anales Inst. Bot. Cavanilles, 33 : 5-87.
7275 5883 15/6. CLA Pino mugo - Alnetea alnobetulae Eggler 1933 'buissons d''arbrisseaux mésohydriques, subalpins' Eggler, J., 1933. Die Pflanzengesellschaften der Umgebung von Graz. Repert. spec. nov. regni veget., Beih. 73 : 95-216.
7276 5884 15/6. syn = Betulo pubescentis subsp. glutinosae - Alnetea alnobetulae Rejmánek in Huml, Lepš, Prach & Rejmánek 1979 Betulo glutinosae - Alnetea alnobetulae Huml, O., J. Lepš, K. Prach & M. Rejmánek, 1979. Zur Kenntnis der Quellfluren, alpinen Hochstaudenfluren und Gebüsche des Fagaras-Gebirges in den Südkarpaten. Preslia, 51 : 35-45.
7277 5885 15/6. syn incl Roso pendulinae - Pinetea mugo Theurillat in Theurillat, Aeschimann, Küpfer & Spichiger 1995 Theurillat, J.P., D. Aeschimann, P. Küpfer & R. Spichiger, 1995. The higher Vegetation units of the Alps. Coll. Phytosoc., 23 : 189-239. (Large Area Vegetation Surveys, Bailleul 1994).
7278 5816 15/6. syn incl pp Betulion pubescentis subsp. glutinoso - subsp. pubescentis [juv.] Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Betulion glutinoso - pubescentis Betulion carpatico - pubescentis Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
7279 5886 15/6.0.1 ORD Pino mugo - Alnetalia alnobetulae subsp. alnobetulae Braun-Blanquet 1918 'buissons d''arbrisseaux mésohydriques, subalpins' Braun-Blanquet, J., 1918. Eine Pflanzengeographische Exkursion durch Unterengadin und in den schweizerischen Nationalpark. Beitr. Geobot. Landesaufn. Schweiz, 4 : 79 p.
7280 5887 15/6.0.1 syn = Alnetalia alnobetulae subsp. alnobetulae Rübel 1933 Rübel, E., 1933. Versuch einer Übersicht über die Pflanzengesellschaften der Schweiz. Berichte Geobot. Forsch. Inst. Rübel, 4 : 19-30.
7281 5888 15/6.0.1.0.1 ALL Alnion alnobetulae Schnyder 1930 'buissons d''arbrisseaux mésohydriques, subalpins' Schnyder, A., 1930. Floristische und Vegetationsstudien im Alviergebiet. Mitt. Bot. Museum Univ. Zürich., 17 : 1-96 et 97-188.
7282 5889 15/6.0.1.0.1 syn = Betulo pubescentis subsp. glutinosae - Alnion alnobetulae Gams 1936 Betulo glutinosae - Alnion alnobetulae Gams, H., 1936. Die Vegetation des Grossglocknergebietes. Verhandl. Zool. Bot. Ges. Wien, 16.
7283 5890 15/6.0.1.0.1 syn incl Pinion mugo Pawłowski in Pawłowski, Sokołowski & Wallisch 1928 Pawłowski, B., M. Sokołowski & K. Wallisch, 1928. Die Pflanzenassoziationen des Tatra-Gebirges. VII. Teil. Die Pflanzenassoziationen und die Flora des Morskie Oko-Tales. Bull. Int. Acad. Sci. Cracovie, Cl. Sci. Math., Ser. B., Sci. Nat., suppl. 2 : 205-272.
7284 5891 15/6.0.1.0.1/01 ASS Alnetum alnobetulae subsp. alnobetulae Braun-Blanquet 1918 Alpes subalpin Alnetum alnobetulae Alnetum viridis Braun-Blanquet, J., 1918. Eine Pflanzengeographische Exkursion durch Unterengadin und in den schweizerischen Nationalpark. Beitr. Geobot. Landesaufn. Schweiz, 4 : 79 p.
7285 5892 15/6.0.1.0.1/02 ASS Alnetum alnobetulae subsp. suaveolentis Gamisans 1975 Corse Alnetum suaveolentis 'Gamisans, J., 1975. La végétation des montagnes corses. Thèse d''état, Univ. Aix-Marseille, 295 p., 22 fig., 42 t.h.t.'
7286 5893 15/6.0.1.0.1/03 ASS Salicetum appendiculatae (Braun-Blanquet 1950) Oberdorfer 1957 em. 1973 apud 1978 Alpes, Jura, Vosges Oberdorfer, E., 1978. Süddeutsche Pflanzengesellschaften (2ten Aufl.), Teil II., 355 p. Gustav Fischer Verlag, Stuttgart. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Braun-Blanquet, J., 1950. Übersicht der Pflanzengesellschaften Rätiens, (V). Vegetatio, 2 : 214-237.
7287 6926 15/6.0.1.0.1/03 syn incl Salici appendiculatae - Sorbetum aucupariae subsp. glabratae Gallandat, Gillet, Havlicek, Perrenoud 1995 Salici appendiculatae - Sorbetum glabratae Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
7288 5894 15/6.0.1.0.1/04 ASS Pruno padi subsp. borealis - Sorbetum aucupariae subsp. glabratae Hueck 1939 toutes les montagnes Pruno borealis - Sorbetum glabratae Hueck, K., 1939. Botanische Wanderungen im Riesengebirge. Pflanzensoziol., 3.
7289 5895 15/6.0.1.0.1/05 4070*pp ASS Pinetum pumilionis Beger 1922 Alpes subalpin Beger, H., 1922. Assoziationsstudien in der Waldstufe des Schanfiggs. Mitt. Bot. Museum Univ. Zürich, 96 : 1-147.
7290 5896 15/6.0.1.0.1/05 syn compl Rhododendro hirsuti - Pinetum mugi Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 em. Oberdorfer 1957 Rhododendro - Mugetum Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7291 6925 15/6.0.1.0.1/06 ASS Cotoneastro integerrimi - Sorbetum chamaemespili Gallandat, Gillet, Havlicek, Perrenoud 1995 Auvergne Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
7292 5897 15/6.0.1.0.1/06 syn = Roso pendulinae - Sorbetum chamaemespili Billy 1997 prov. Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
7293 5898 15/6.0.1.0.1/07 ASS Lonicero nigrae - Rosetum pendulinae Gallandat, Gillet, Havlicek, Perrenoud 1995 toutes les montagnes Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
7294 5910 15/8. CLA Rhamno catharticae - Prunetea spinosae Rivas Goday & Borja Carbonell 1961 fourrés arbustifs médioeuropéens, planitiaires-montagnards, méso à eutrophiles Rivas Goday, S. & J. Borja Carbonell, 1961. Estudio de vegetacion y florula del macizo de Gudar y Javalambre. Anales Inst. Bot. Cavanilles, 19 : 3-543.
7295 5911 15/8. syn = Crataego monogynae - Prunetea spinosae Tüxen 1962 Tüxen, R., 1962. Pflanzensoziologische-systematische Überlegungen zu Jakucs P.: Die phytosoziologischen Verhältnisse der Flaumeichen-Buschwälder Südostmitteleuropas. Mitt. Florist.-Soziol. Arbeitsgem., 9 : 296-301.
7296 5912 15/8. syn = Prunetalia spinosae Tüxen 1952 Tüxen, R., 1952. Hecken und Gebüsche. Mitt. Geogr. Ges. Hamburg, 50 : 85-117.
7297 5913 15/8. syn = Rhamno catharticae - Prunenea spinosae Rivas-Martínez, Arnaiz & Loidi in Arnaiz & Loidi 1983 Arnaiz, C. & J. Loidi, 1983. Estudio fitosociológico de los zarzales y espinales del País Vasco (Ligustro-Rubenion ulmifolii). Lazaroa, 4 : 5-16.
7298 5914 15/8. syn = Sambuco nigrae - Prunetea spinosae Jurko 1964 Jurko, A., 1964. Feldheckengesellschaften und Ufer-Weidengebüsche des West-Karpatengebietes. Biol. Prace, 10(6) : 5-100.
7299 5915 15/8. syn compl incl Urtico dioicae - Sambucetea nigrae Passarge & Hofmann 1968 Passarge, H. & G. Hofmann 1968. Pflanzengesellschaften des nordostdeutschen Flachlandes 2. G. Fischer. Jena.
7300 5916 15/8. syn incl Sambucetea nigrae Doing 1962 Doing, H., 1962. Systematische Ordnung und Floristische Zusammensetzung niederländischer Wald- und Gebüschgesellschaften. Wentia, 8 : 1-85. North-Holland Publ. Co. Amsterdam.
7301 5917 15/8.0.1 5110 ORD Berberidetalia vulgaris de Foucault & Julve 2001 fourrés arbustifs médioeuropéens, planitiaires-montagnards, mésotrophiles, basophiles Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7302 6938 15/8.0.1 syn = Berberidetalia vulgaris de Foucault & Julve prov. in Julve 1993 Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7303 5918 15/8.0.1 syn = Berberidion vulgaris Braun-Blanquet 1950 Braun-Blanquet, J., 1950. Übersicht der Pflanzengesellschaften Rätiens, (VI). Vegetatio, 2 : 341-360.
7304 5919 15/8.0.1 syn = Berberidion vulgaris Tüxen 1952 Tüxen, R., 1952. Hecken und Gebüsche. Mitt. Geogr. Ges. Hamburg, 50 : 85-117.
7305 5920 15/8.0.1 syn compl incl pp Astragalo monspessulani - Pinetalia sylvestris Oberdorfer ex Théurillat, Aeschimann, Küpfer & Spichiger 1995 Theurillat, J.P., D. Aeschimann, P. Küpfer & R. Spichiger, 1995. The higher Vegetation units of the Alps. Coll. Phytosoc., 23 : 189-239. (Large Area Vegetation Surveys, Bailleul 1994).
7306 5922 15/8.0.1 syn compl incl pp Pino sylvestris - Juniperetalia sabinae Rivas-Martínez 1965 Rivas-Martínez, S., 1965. Esquema de la vegetación potencial y su correspondencia con los suelos de la España peninsular. Anales Inst. Bot. Cavanilles (1964), 22 : 343-404.
7307 5921 15/8.0.1 syn compl incl pp Pino sylvestris - Juniperion sabinae Rivas Goday & Borja Carbonell 1961 Rivas Goday, S. & J. Borja Carbonell, 1961. Estudio de vegetacion y florula del macizo de Gudar y Javalambre. Anales Inst. Bot. Cavanilles, 19 : 3-543.
7308 5923 15/8.0.1.0.1 ALL Amelanchierion ovalis Arlot 1985 fourrés arbustifs médioeuropéens, montagnards à supraméditerranéens, mésotrophiles, basophiles, xérophiles 'Arlot, C., 1985. Contribution à l''étude des groupements préforestiers du centre sud du bassin parisien. Essai de synthèse sur les Prunetalia spinosae des domaines atlantique et médioeuropéen. Thèse, Univ. Paris Sud-Orsay, 213 p.'
7309 6850 15/8.0.1.0.1 syn pp Berberidenion vulgaris Géhu, de Foucault & Delelis 1983 Géhu, J.-M., B. De Foucault & A. Delelis-Dusollier, 1983. Essai sur un schéma synsystématique des végétations arbustives préforestières de l’Europe occidentale. Coll. Phytosociol., 8 : 463-480.
7310 5924 15/8.0.1.0.1.1 SUBALL Cotoneastro integerrimi - Amelanchierenion ovalis de Foucault & Julve 2001 fourrés arbustifs médioeuropéens, montagnards inférieurs, mésotrophiles, basophiles, xérophiles Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7311 5925 15/8.0.1.0.1.1/01 ASS Cotoneastro integerrimi - Amelanchieretum ovalis Faber 1936 Ardennes,… Faber, A., 1936. Über Waldgesellschaften auf kalksteinböden und ihre Entwicklung im schwäbisch-fränkischen Stufenland und auf der Alb. Jahresber. Deutsch. Forstver. Württ., Anhang. Tübingen, 53 p.
7312 6851 15/8.0.1.0.1.1/01 syn = Cotoneastro integerrimi - Amelanchieretum ovalis Faber 1936 ex Korneck 1974 Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t. Faber, A., 1936. Über Waldgesellschaften auf kalksteinböden und ihre Entwicklung im schwäbisch-fränkischen Stufenland und auf der Alb. Jahresber. Deutsch. Forstver. Württ., Anhang. Tübingen, 53 p.
7313 5926 15/8.0.1.0.1.1/02 ASS Roso ellipticae - Cotoneastretum integerrimi (Rauschert 1969) Rauschert in Rauschert, Hilbig & Klotz 1990 Rauschert, S., W. Hilbig & S. Klotz, 1990. Übersicht über die Pflanzengesellschaften des südlichen teiles der DDR. XV. Die xerothermen Gebüschgesellschaften (Berberidion Br.-Bl. Und Prunion fruticosae Tx.52). Hercynia (Leipzig), N.F., 27(3) : 195-258. Rauschert, S., 1969. Die xerothermen Gebüschgesellschaften Mitteldeutschlands. Diss. Halle.
7314 5927 15/8.0.1.0.1.1/03 ASS Cytiso scopari - Cotoneastretum integerrimi Stöcker 1962 Ardennes,… Stöcker, G., 1962. Vorarbeit zu einer Vegetationsmonographie des Naturschutzgebiet Bodetal. I. Offene Pflanzengesellschaften. Wiss. Z. Univ. Halle, math.-nat. (Halle), 11(8) : 897-936.
7315 5928 15/8.0.1.0.1.1/04 5130pp ASS Junipero communis - Cotoneastretum integerrimi Hofmann 1958 Hofmann, G., 1958. Die eibenreichen Waldgesellschaften Mitteldeutschlands. Arch. Forstwesen (Berlin), 7(6-7) : 502-558.
7316 5929 15/8.0.1.0.1.1/05 ASS Roso pimpinellifoliae - Cotoneastretum integerrimi Billy 1997 prov. Auvergne Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
7317 5930 15/8.0.1.0.1.1/06 ASS Pruno mahalebo - Cornetum sanguinei Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
7318 5931 15/8.0.1.0.1.1/07 ASS Rhamno catharticae - Ribesetum alpini L. Herrero, M.E. García & Penas in L. Herrero 1989 Herrero, L., 1989. Flora y vegetación de la margen izquierda de la cuenca alta del río Pisuerga. (Palencia) Tesis Doctoral nº 30. Serv. Publ. Univ. León. (microfiches). León.
7319 5932 15/8.0.1.0.1.1/07 syn = Rhamno catharticae - Ribesetum alpini Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
7320 5933 15/8.0.1.0.1.1/08 ASS Rosetum corymbifero - vosagiacae Loidi & Arnaiz 1987 Loidi, J. & C. Arnaiz, 1987. Estudio de los espinares del orden Prunetalia spinosae en la Cordillera Cantábrica (España). Lazaroa, 7 : 433-441.
7321 5934 15/8.0.1.0.1.2 SUBALL Cotoneastro nebrodensis - Amelanchierenion ovalis de Foucault & Julve 2001 fourrés arbustifs médioeuropéens, montagnards supérieurs, mésotrophiles, basophiles, xérophiles Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7322 5935 15/8.0.1.0.1.2/01 ASS Lonicero alpigenae - Cotoneastretum nebrodensis de Foucault & Julve 2001 Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7323 5936 15/8.0.1.0.1.2/02 ASS Pino uncinatae juv. - Amelanchieretum ovalis de Foucault 1991 Foucault, B. de, 1991. Introduction à une systémique des végétations arbustives. Doc. Phytosoc., N.S., 13 : 63-104.
7324 5937 15/8.0.1.0.1.2/03 ASS Rhamno alpinae - Amelanchieretum ovalis (Gillet 1986) de Foucault & Julve 2001 Jura Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7325 5938 15/8.0.1.0.1.3 SUBALL Buxo sempervirentis - Amelanchierenion ovalis (de Bolòs & Romo in Romo 1989) de Foucault & Julve 2001 fourrés arbustifs médioeuropéens, supraméditerranéens à subméditerranéens, mésotrophiles, basophiles, xérophiles Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243. Romo, A.M., 1989. Flora i vegetació del Montsec (Pre-pirineus catalans). Arxius Secc. Ci. Inst. Estud. Catalans, 90 : 1-534.
7326 5939 15/8.0.1.0.1.3 syn = Amelanchiero ovalis - Buxenion sempervirentis (O. de Bolòs & Romo in Romo 1989) I. Soriano & Sebastià 1990 Soriano, I. & T. Sebastià, 1990. Composición, distribución altitudinal y sintaxonomía de los bojedales en la Sierra de Cadí y el Moixero (prepirineo Catalán). Folia Bot. Misc., 7 : 115-127. Romo, A.M., 1989. Flora i vegetació del Montsec (Pre-pirineus catalans). Arxius Secc. Ci. Inst. Estud. Catalans, 90 : 1-534.
7327 5940 15/8.0.1.0.1.3 syn = Amelanchiero ovalis - Buxion sempervirentis O. de Bolòs & Romo in Romo 1989 Romo, A.M., 1989. Flora i vegetació del Montsec (Pre-pirineus catalans). Arxius Secc. Ci. Inst. Estud. Catalans, 90 : 1-534.
7328 5941 15/8.0.1.0.1.3/01 ASS Rhamno saxatilis - Buxetum sempervirentis (de Bannes-Puygiron 1933) Tüxen 1952 jurassienne Alpes Tüxen, R., 1952. Hecken und Gebüsche. Mitt. Geogr. Ges. Hamburg, 50 : 85-117. Bannes-Puygiron, G. de, 1933. Le Valentinois méridional. Esquisse phytosociologique. Trav. Inst. Bot. Montpellier, 200 p. [= Comm. SIGMA 19, 200 p.].
7329 5942 15/8.0.1.0.1.3/01 syn = Rhamno saxatilis - Prunetum mahaleb (Quantin 1935) Tüxen 1952 nom. nov. Delelis-Dusollier 1973 'Delelis-Dusollier, A., 1973. Contribution à l''étude des haies, des fourrés préforestiers, des manteaux sylvatiques de France. Thèse, Univ. Lille, 146 p., tab. h.t.' Tüxen, R., 1952. Hecken und Gebüsche. Mitt. Geogr. Ges. Hamburg, 50 : 85-117. 'Quantin, A., 1935. L''évolution de la végétation à l''étage de la chênaie dans le Jura méridional. 383 p. Bosc et Riou, Lyon. [= Thèse Univ. Paris. ; = Comm. SIGMA Montpellier 37]'
7330 5943 15/8.0.1.0.1.3/02 ASS Hippocrepido emeri - Prunetum mahaleb Gallandat 1972 jurassienne Jura Coronillo emeri - Prunetum mahaleb Gallandat, J.D., 1972. Etude de la végétation des lisières de la chênaie buissonnante dans trois localités au pied du Jura suisse. Bull. Soc. Neuch. Sci. Nat., 95 : 97-111.
7331 5944 15/8.0.1.0.1.3/03 ASS Pruno mahaleb - Cotinetum coggygriae Rivas-Martínez & Géhu 1978 savoyarde Alpes Rivas-Martínez, S. & J.-M. Géhu, 1978. Observations syntaxonomiques sur quelques végétations du Valais suisse. Doc. Phytosoc., N.S., 3 : 371-424.
7332 5945 15/8.0.1.0.1.3/04 ASS Coluteo arborescentis - Amelanchieretum ovalis (Moor 1979) de Foucault & Julve 2001 Alpes Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243. Moor, M., 1979. Das Felsenbirnen-Gebüsch (Cotoneastro-Amelanchiereturn), eine natürliche Mantclgesellschaft im Jura. Phytocoenologia, 6 : 388-402.
7333 5946 15/8.0.1.0.1.3/05 ASS Pistacio terebenthi - Amelanchieretum ovalis (Vanden Berghen 1963) de Foucault & Julve 2001 caussenarde Causses Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243. Vanden Berghen, C., 1963. Etude sur la végétation des grands causses du Massif Central de la France. Mém. Soc. Roy. Bot. Belg., 1, 285 p.
7334 5947 15/8.0.1.0.1.3/06 ASS Cytisophyllo sessilifoli - Amelanchieretum ovalis de Foucault 1991 Foucault, B. de, 1991. Introduction à une systémique des végétations arbustives. Doc. Phytosoc., N.S., 13 : 63-104.
7335 5948 15/8.0.1.0.1.3/07 9560pp+5210pp ASS Amelanchiero ovali - Juniperetum thuriferae (Archiloque & Borel 1965) de Foucault 1991 dauphinoise Queyras Foucault, B. de, 1991. Introduction à une systémique des végétations arbustives. Doc. Phytosoc., N.S., 13 : 63-104. Archiloque, A. & L. Borel, 1965. Une série résiduelle du Genévrier thurifère dans les Alpes du Sud. Doc. Carte Vég. Alpes, 3 : 119-132.
7336 5949 15/8.0.1.0.1.3/07 syn compl Juniperetum sabino - thuriferae Barbéro & Quézel 1986 ?
7337 8252 15/8.0.1.0.1.3/07 syn compl Juniperetum sabino - thuriferae Rivas-Martínez, Izco & Costa 1971 Rivas-Martínez, S., J. Izco & M. Costa, 1971. Sobre la flora y vegetación del Macizo de Peña Ubiña. Trab. Dept. Bot. Fisiol. Veg. Madrid, 3 : 47-123.
7338 5950 15/8.0.1.0.1.3/08 ASS Taxo baccatae - Amelanchieretum ovalis (Frileux 1966) de Foucault, Frileux & Delelis in de Foucault & Frileux 1988 normande Normandie, Ile-de-France Foucault, B. de & P.-N. Frileux, 1988. Etude phytosociologique du système paysager des corniches et côtes calcaires de la basse vallée de la Seine des Andelys à Rouen. Doc. Phytosoc., N.S., 11 : 159-183. Frileux, P.N., 1966. Quelques remarques sur la flore et la végétation calcicoles aux environs des Andelys (Eure). Bull. Soc. Bot. Nord Fr., 19 : 227-261.
7339 5951 15/8.0.1.0.1.3/08 syn = Taxo baccatae - Prunetum mahaleb Géhu & Delelis 1972 in Delelis-Dusollier 1973 'Delelis-Dusollier, A., 1973. Contribution à l''étude des haies, des fourrés préforestiers, des manteaux sylvatiques de France. Thèse, Univ. Lille, 146 p., tab. h.t.'
7340 5952 15/8.0.1.0.1.3/09 5130pp ASS Junipero communis - Amelanchieretum ovalis Billy 1997 prov. auvergnate Auvergne Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
7341 5953 15/8.0.1.0.1.3/09 syn incl compl Rubo idaei - Amelanchieretum ovalis Billy 1997 prov. Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
7342 5954 15/8.0.1.0.1.3/10 ASS Aceri monspessulani juv. - Buxetum sempervirentis Billy 1997 prov. auvergnate Auvergne Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
7343 5955 15/8.0.1.0.1.3/11 ASS Berberido - Buxetum sempervirentis Rivas-Martínez & G. López in G. López 1976 López, G., 1976. Contribución al conocimiento fitosociológico de la Serranía de Cuenca. I. Comunidades fruticosas : bosques, matorrales, tomillares y tomillar-praderas. Anales Inst. Bot. Cavanilles, 33 : 5-87.
7344 5956 15/8.0.1.0.1.3/12 ASS Juniperetum phoeniceo - thuriferae (Braun-Blanquet & O. de Bolòs 1958) Rivas-Martínez 1987 Rivas-Martínez, S., 1987. Mapa de series de vegetacion de Espana 1/400 000) + memoria. ICONA, Serie Técnica. 268 p. + 30 mapas. Madrid. Braun-Blanquet, J. & O. de Bolos, 1958. Les groupements végétaux du bassin moyen de l’Ebre et leur dynamisme. Anales Estac. Exp. Aula Dei, 5 : 1-266.
7345 5957 15/8.0.1.0.1.3/13 ASS Juniperetum communis subsp. hemisphaerico - thuriferae Rivas-Martínez 1969 Juniperetum hemisphaerico - thuriferae Juniperetum hemisphaerico - thuriferae Rivas-Martínez, S., 1969. Vegetatio Hispaniae. Notula I. Publ. Inst. Biol. Aplicada, 46 : 5-34.
7346 5958 15/8.0.1.0.2 ALL Rubo ulmifolii - Viburnion lantanae (Arlot 1985) de Foucault & Julve 2001 fourrés arbustifs thermoatlantiques, planitiaires-collinéens, mésotrophiles, basophiles Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243. 'Arlot, C., 1985. Contribution à l''étude des groupements préforestiers du centre sud du bassin parisien. Essai de synthèse sur les Prunetalia spinosae des domaines atlantique et médioeuropéen. Thèse, Univ. Paris Sud-Orsay, 213 p.'
7347 5959 15/8.0.1.0.2 syn = Rosenion micranthae Arlot 1985 ex Rameau in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 prov. Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris. 'Arlot, C., 1985. Contribution à l''étude des groupements préforestiers du centre sud du bassin parisien. Essai de synthèse sur les Prunetalia spinosae des domaines atlantique et médioeuropéen. Thèse, Univ. Paris Sud-Orsay, 213 p.'
7348 5961 15/8.0.1.0.2 syn pp Dioscoreo communis - Viburnenion lantanae Géhu, De Foucault & Delelis 1983 Géhu, J.-M., B. De Foucault & A. Delelis-Dusollier, 1983. Essai sur un schéma synsystématique des végétations arbustives préforestières de l’Europe occidentale. Coll. Phytosociol., 8 : 463-480.
7349 5962 15/8.0.1.0.2 syn pp Dioscoreo communis - Viburnion lantanae (Géhu, de Foucault et Delelis 1983) Géhu in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 prov. Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris. Géhu, J.-M., B. De Foucault & A. Delelis-Dusollier, 1983. Essai sur un schéma synsystématique des végétations arbustives préforestières de l’Europe occidentale. Coll. Phytosociol., 8 : 463-480.
7350 5960 15/8.0.1.0.2 syn pp Rosion micranthae Arlot 1985 'Arlot, C., 1985. Contribution à l''étude des groupements préforestiers du centre sud du bassin parisien. Essai de synthèse sur les Prunetalia spinosae des domaines atlantique et médioeuropéen. Thèse, Univ. Paris Sud-Orsay, 213 p.'
7351 5963 15/8.0.1.0.2/01 ASS Sorbo ariae juv. - Rosetum micranthae (Tansley 1911) Tüxen 1952 nom. inv. Roso - Sorbetum ariae Tüxen, R., 1952. Hecken und Gebüsche. Mitt. Geogr. Ges. Hamburg, 50 : 85-117.
7352 5964 15/8.0.1.0.2/02 ASS Rubio peregrinae - Viburnetum lantanae (Géhu, Delelis, Frileux 1972 in Delelis-Dusollier 1973) de Foucault & Julve 2001 manteau externe basophile thermoatlantique Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243. 'Delelis-Dusollier, A., 1973. Contribution à l''étude des haies, des fourrés préforestiers, des manteaux sylvatiques de France. Thèse, Univ. Lille, 146 p., tab. h.t.'
7353 5965 15/8.0.1.0.2/02 syn pp Dioscoreo communis - Viburnetum lantane Géhu, Delelis, Frileux 1972 in Delelis-Dusollier 1973 [rubietosum peregrinae] Tamo - Viburnetum 'Delelis-Dusollier, A., 1973. Contribution à l''étude des haies, des fourrés préforestiers, des manteaux sylvatiques de France. Thèse, Univ. Lille, 146 p., tab. h.t.'
7354 5966 15/8.0.1.0.2/03 ASS Rubo ulmifolii - Buxetum sempervirentis Tüxen 1954 apud Tüxen & Oberdorfer 1958 Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
7355 5967 15/8.0.1.0.2/04 ASS Erico scopariae - Spiraeetum hispanicae Botineau & Ghestem 1995 Botineau, M. & A. Ghestem, 1995. Les landes sèches et mésophiles du centre-ouest de la France. Caractérisation phytosociologique et chorologique. Intérêt écologique et patrimonial. Coll. Phytosoc., 23 : 277-317. (Large area vegetation survey, Bailleul 1994).
7356 5968 15/8.0.1.0.2/05 ASS Rhamno saxatilis subsp. infectoriae - Ericetum scopariae Botineau & Ghestem 1995 Botineau, M. & A. Ghestem, 1995. Les landes sèches et mésophiles du centre-ouest de la France. Caractérisation phytosociologique et chorologique. Intérêt écologique et patrimonial. Coll. Phytosoc., 23 : 277-317. (Large area vegetation survey, Bailleul 1994).
7357 5969 15/8.0.1.0.2/06 ASS Roso micranthae - Prunetum spinosae de Foucault 1989 Foucault, B. de, 1989. Etude complémentaire de la végétation des coteaux secs de la vallée de la Laize entre Bretteville-sur-Laize et Laize-la-ville, (Calvados). Bull. Soc. Bot. Centre-Ouest, N.S., 20 : 77-93.
7358 5970 15/8.0.1.0.2/07 ASS Coluteo arborescentis - Loniceretum etruscae Billy 1997 prov. Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
7359 5971 15/8.0.1.0.2/08 ASS Lonicero etruscae - Prunetum mahaleb Julve & Marchal in Julve 2001 Quercy Julve, Ph., 2001. Flore et végétation de trois sites de pelouses calcicoles du P.N.R. des Causses du Quercy (Lot). Parc Naturel Régional des Causses du Quercy. 52 p. + annexes et cartes.
7360 5972 15/8.0.1.0.2/09 5130pp ASS Rubo ulmifolii - Juniperetum communis Julve 2004 Julve, Ph., 2004. Contribution à la réalisation du document d’objectif. Site Natura 2000 : FR3100488. Val de Lumbres. PNR Cap, Marais d’Opale. 89 p. + annexes et cartes.
7361 5973 15/8.0.1.0.2/10 ASS Clematido vitalbae - Sambucetum nigrae O. de Bolòs 1978 Bolòs, O. de, 1978. Observacions sobre vegetació de vora de bosc. Rev. Cat. Geogr. 1, 3. 415-420. Barcelona.
7362 5974 15/8.0.1.0.2/11 ASS Lonicero etruscae - Rosetum agrestis Arnaiz & Loidi 1983 Arnaiz, C. & J. Loidi, 1983. Estudio fitosociológico de los zarzales y espinales del País Vasco (Ligustro-Rubenion ulmifolii). Lazaroa, 4 : 5-16.
7363 5975 15/8.0.1.0.2/12 ASS Rhamno catharticae - Crataegetum laevigatae Arnaiz & Loidi 1983 Arnaiz, C. & J. Loidi, 1983. Estudio fitosociológico de los zarzales y espinales del País Vasco (Ligustro-Rubenion ulmifolii). Lazaroa, 4 : 5-16.
7364 5976 15/8.0.1.0.2/13 ASS Rubo ulmifolii - Clematidetum rectae Vigo 1996 Vigo, J., 1996. El poblament vegetal de la Vall de Ribes : 19-442. Les comunitats vegetals i el paisatge. Mapa de vegetació 1: 50.000. Institut Cartogràfic de Catalunya. Barcelona.
7365 7146 15/8.0.1.0.2/14 ASS Sorbo ariae juv. - Coryletum avellanae (Wattez 1983) Boullet 1991 ? ?
7366 5977 15/8.0.1.0.3 ALL Ribeso alpini - Viburnion lantanae de Foucault & Julve 2001 fourrés arbustifs pychroatlantiques à précontinentaux, planitiaires-collinéens, mésotrophiles, basophiles Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7367 5978 15/8.0.1.0.3 syn incl Ligustro vulgaris - Prunion spinosae Arlot 1985 'Arlot, C., 1985. Contribution à l''étude des groupements préforestiers du centre sud du bassin parisien. Essai de synthèse sur les Prunetalia spinosae des domaines atlantique et médioeuropéen. Thèse, Univ. Paris Sud-Orsay, 213 p.'
7368 5979 15/8.0.1.0.3 syn incl Prunetum mahaleb Nevole 1931 ex Müller 1986 ? ?
7369 6850 15/8.0.1.0.3 syn pp Berberidenion vulgaris Géhu, de Foucault & Delelis 1983 Géhu, J.-M., B. De Foucault & A. Delelis-Dusollier, 1983. Essai sur un schéma synsystématique des végétations arbustives préforestières de l’Europe occidentale. Coll. Phytosociol., 8 : 463-480.
7370 5980 15/8.0.1.0.3 syn pp Tamo communis - Viburnion lantanae (Géhu, de Foucault et Delelis 1983) Géhu in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris. Géhu, J.-M., B. De Foucault & A. Delelis-Dusollier, 1983. Essai sur un schéma synsystématique des végétations arbustives préforestières de l’Europe occidentale. Coll. Phytosociol., 8 : 463-480.
7371 6852 15/8.0.1.0.3/01 ASS Frangulo dodonei - Sorbetum ariae juv. Rameau in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
7372 5981 15/8.0.1.0.3/01 syn = Frangulo dodonei - Sorbetum ariae juv. Rameau 1974 prov. Rameau, J.-C., 1974. Essai de synthèse sur les groupements forestiers calcicoles de la Bourgogne du sud et de la Lorraine. Ann. Sci. Univ. Besançon, Bot., 14 : 343-530.
7373 5983 15/8.0.1.0.3/02 ASS Dioscoreo communis - Viburnetum lantane Géhu, Delelis, Frileux 1972 in Delelis-Dusollier 1973 em. de Foucault & Julve 2001 manteau externe basophile psychroatlantique Tamo - Viburnetum Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243. 'Delelis-Dusollier, A., 1973. Contribution à l''étude des haies, des fourrés préforestiers, des manteaux sylvatiques de France. Thèse, Univ. Lille, 146 p., tab. h.t.'
7374 5984 15/8.0.1.0.3/02 syn incl Roso arvensis - Viburnetum lantane de Foucault 1994 Foucault, B. de, 1994. Contribution à la connaissance phytosociologique des ZNIEFF régionales. III. Le système calcicole de la région d’Auxi-le-Château. Bull. Soc. Bot. Nord Fra., 47(3) : 29-39.
7375 5985 15/8.0.1.0.3/02 syn pp Dioscoreo communis - Viburnetum lantane Géhu, Delelis, Frileux 1972 in Delelis-Dusollier 1973 [viburnetosum opuli] Tamo - Viburnetum 'Delelis-Dusollier, A., 1973. Contribution à l''étude des haies, des fourrés préforestiers, des manteaux sylvatiques de France. Thèse, Univ. Lille, 146 p., tab. h.t.'
7376 5986 15/8.0.1.0.3/03 ASS Laburno anagyroidis - Prunetum mahaleb (de Foucault & Delelis-Dusollier 1983) de Foucault & Julve 2001 Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7377 5987 15/8.0.1.0.3/04 ASS Lonicero xylostei - Prunetum mahaleb (Géhu & Delelis 1972 in Delelis-Dusollier 1973) de Foucault & Julve 2001 Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243. 'Delelis-Dusollier, A., 1973. Contribution à l''étude des haies, des fourrés préforestiers, des manteaux sylvatiques de France. Thèse, Univ. Lille, 146 p., tab. h.t.'
7378 6853 15/8.0.1.0.3/04 syn = Lonicero xylostei - Prunetum mahaleb (Géhu & Delelis 1972 in Delelis-Dusollier 1973) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. 'Delelis-Dusollier, A., 1973. Contribution à l''étude des haies, des fourrés préforestiers, des manteaux sylvatiques de France. Thèse, Univ. Lille, 146 p., tab. h.t.'
7379 5988 15/8.0.1.0.3/04 syn compl Rubo - Prunetum mahaleb Géhu & Delelis 1972 in Delelis-Dusollier 1973 'Delelis-Dusollier, A., 1973. Contribution à l''étude des haies, des fourrés préforestiers, des manteaux sylvatiques de France. Thèse, Univ. Lille, 146 p., tab. h.t.'
7380 5989 15/8.0.1.0.3/05 ASS Ligustro vulgaris - Prunetum spinosae Tüxen 1952 Tüxen, R., 1952. Hecken und Gebüsche. Mitt. Geogr. Ges. Hamburg, 50 : 85-117.
7381 5990 15/8.0.1.0.3/05 syn incl Viburno lantanae - Cornetum sanguinei (Rauschert 1969) Rauschert, Hilbig & Klotz 1990 Rauschert, S., W. Hilbig & S. Klotz, 1990. Übersicht über die Pflanzengesellschaften des südlichen teiles der DDR. XV. Die xerothermen Gebüschgesellschaften (Berberidion Br.-Bl. Und Prunion fruticosae Tx.52). Hercynia (Leipzig), N.F., 27(3) : 195-258. Rauschert, S., 1969. Die xerothermen Gebüschgesellschaften Mitteldeutschlands. Diss. Halle.
7382 5991 15/8.0.1.0.3/06 ASS Ribeso alpini - Loniceretum xylostei (Gillet 1986) de Foucault & Julve 2001 Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7383 5992 15/8.0.1.0.3/06 syn = Lonicero xylostei - Viburnetum lantanae Billy 1997 prov. Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
7384 5993 15/8.0.1.0.3/06 syn = Ulmo glabrae juv.- Ribesetum alpini de Foucault 1999 Foucault, B. de, 1999. Notes phytosociologiques sur la végétation observée dans le Jura français. Bull. Soc. Bot. Nord Fra., 52(4) : 23-48.
7385 5998 15/8.0.1.0.3/06 syn compl Daphno mezerei - Ligustretum vulgaris Gillet 1986 Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7386 5994 15/8.0.1.0.3/06 syn illeg Sambuco nigrae - Coryletum avellanae Gillet 1986 Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7387 5995 15/8.0.1.0.3/07 ASS ?
7388 5996 15/8.0.1.0.3/07 syn compl Hippocrepido emeri - Daphnetum laureolae Gillet 1986 Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7389 5999 15/8.0.1.0.3/09 ASS Sambuco nigrae - Coryletum avellanae Rameau 1974 Rameau, J.-C., 1974. Essai de synthèse sur les groupements forestiers calcicoles de la Bourgogne du sud et de la Lorraine. Ann. Sci. Univ. Besançon, Bot., 14 : 343-530.
7390 6000 15/8.0.1.0.3/10 ASS Tamo communis - Coryletum avellanae (Moor 1960) Richard 1975 Richard, J.L., 1975. Les groupements végétaux du clos du Doubs (Jura suisse). Mat. Levé Géobot. Suisse, 57 : 1-71. Moor, M., 1960. Waldgesellschaften und ihre Zugehorigen Mantelgebüsche am Mückenberg südlich von Aesch Basel). Bauhinia, Zeitsch. Bas. Bot. Ges., 1 : 211-221.
7391 6001 15/8.0.1.0.3/11 ASS Berberido vulgaris - Prunetum brigantiacae Braun-Blanquet 1961 Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
7392 6002 15/8.0.1.0.3/12 ASS Berberido vulgaris - Rosetum caesiae Braun-Blanquet 1961 Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
7393 6003 15/8.0.1.0.3/13 ASS Roso vosagiacae - Coryletum avellanae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7394 6004 15/8.0.1.0.3/13 syn incl Pruno spinosae - Rosetum vosagiacae Billy 1997 prov. Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
7395 6005 15/8.0.1.0.3/14 ASS Roso villosae - Rhamnetum alpinae Richard in Richard, Bourgnon & Strub 1977 Richard, J.L., R. Bourgnon & D. Strub, 1977. La végétation du Vanil noir et du vallon des Morteys (Préalpes de la Suisse occidentale). Bull. Soc. Frib. Sci. Nat., 66(1) : 1-52.
7396 6006 15/8.0.1.0.3/15 ASS Loniceretum periclymeno - xylostei de Foucault 1986 fourré arbustif dunaire submaritime, psychroatlantique 'Foucault, B. de, 1986. Quelques données phytosociologiques peu connues sur la végétation du Boulonnais et de la côte d''opale (Pas de Calais, France). Doc. Phytosoc., N.S., 11 : 93-116.'
7397 6008 15/8.0.1.0.3/16 ASS Ligustro vulgaris - Coryletum avellanae Passarge & Hoffmann 1968 fourré sciaphile basophile, intraforestier, calcicole, médioeuropéen Passarge, H. & G. Hofmann 1968. Pflanzengesellschaften des nordostdeutschen Flachlandes 2. G. Fischer. Jena.
7398 6007 15/8.0.1.0.3/16 syn = Clematido vitalbae - Coryletum avellanae Hofmann 1958 em. Klotz in Schubert, Hilbig & Klotz 1995 Schubert, R., Hilbig, W., Klotz, S., 1995. Bestimmungbuch der Pflanzengesellschaften Mittel- und Nordostdeutschlands. 403 p. Gustav Fischer Verlag, Jena. Hofmann, G., 1958. Die eibenreichen Waldgesellschaften Mitteldeutschlands. Arch. Forstwesen (Berlin), 7(6-7) : 502-558.
7399 7238 15/8.0.1.0.3/16 syn incl Crataego laevigatae - Cornetum maris (Rameau 1974) Amat & de Foucault 1999 Amat, J.-P. & B. de Foucault, 1999. Contribution à une monographie historique, floristique et phytosociologique du plateau de Douaumont (forêt domaniale de Verdun, Meuse). Rapport pour l’ONF. 128 p. Verdun. Rameau, J.-C., 1974. Essai de synthèse sur les groupements forestiers calcicoles de la Bourgogne du sud et de la Lorraine. Ann. Sci. Univ. Besançon, Bot., 14 : 343-530.
7400 7239 15/8.0.1.0.3/16 syn incl Crataego laevigatae - Cornetum maris (Rameau 1974) de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61. Rameau, J.-C., 1974. Essai de synthèse sur les groupements forestiers calcicoles de la Bourgogne du sud et de la Lorraine. Ann. Sci. Univ. Besançon, Bot., 14 : 343-530.
7401 6009 15/8.0.1.0.3/17 ASS Viburno opuli - Berberidetum vulgaris Royer 1993 ?
7402 6855 15/8.0.1.0.3/17 syn = Viburno opuli - Berberidetum vulgaris Royer & Didier 1996 Royer, J.-M. & B. Didier, 1996. Flore et végétation des marais tufeux du plateau de Langres. Soc. Sc. Nat. Arch. Hte-Marne, Mém. N° 2, 112 p.
7403 6010 15/8.0.1.0.3/18 ASS Crataego laevigatae - Rhamnetum cathartici Billy 1997 prov. Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
7404 6011 15/8.0.1.0.3/19 5130pp ASS Junipero communis - Rosetum glaucae Billy 1997 prov. Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
7405 6012 15/8.0.1.0.3/20 ASS Hedero helicis - Rosetum arvensis Wilmanns 1980 Wilmanns, O., 1980. Rosa arvensis-Gesellschaften mit einer Bemerkung zur Kennarten-Garnitur des Carpinion, Tuexenia, 22 : 125 – 134.
7406 5982 15/8.0.1.0.3/21 ASS Frangulo dodonei - Prunetum mahaleb Thévenin & Royer 2001 Thévenin, S. & J.-M. Royer, 2001. Les groupements végétaux de la Champagne crayeuse. Bull. Soc. Et. Sci. Nat. Reims, n° spé., 1-32 et annexes.
7407 6854 15/8.0.1.0.3/22 ASS Viburno lantanae - Buxetum sempervirentis Vanden Berghen in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
7408 6927 15/8.0.1.0.3/23 ASS Rosetum tomentoso - rubiginosae Julve 2006 ass. nov. hoc loco hoc loco
7409 6928 15/8.0.1.0.3/23 syn compl Rubo canescentis - Rosetum rubiginosae Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
7410 7147 15/8.0.1.0.3/24 ASS Roso tomentosae - Juniperetum communis collectif Phytosocio TAG CBNBL 2010 ass. nov. hoc loco hoc loco
7411 7263 15/8.0.1.0.3/25 ASS Roso tomentosae - Cornetum maris Amat & de Foucault 1999 manteau arbustif basophile thermocentroeuropéen Amat, J.-P. & B. de Foucault, 1999. Contribution à une monographie historique, floristique et phytosociologique du plateau de Douaumont (forêt domaniale de Verdun, Meuse). Rapport pour l’ONF. 128 p. Verdun.
7412 7264 15/8.0.1.0.3/25 syn = Roso tomentosae - Cornetum maris de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
7413 6013 15/8.0.1.0.4 ALL Salici elaeagni subsp. elaeagni - Hippophaeion rhamnoidis subsp. fluviatilis de Foucault & Julve 2001 fourrés arbustifs médioeuropéens, montagnards, mésotrophiles, basophiles, mésohygrophiles Salici elaeagni - Hippophaeion fluviatilis Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7414 6937 15/8.0.1.0.4 syn = Salici elaeagni subsp. elaeagni - Hippophaeion rhamnoidis subsp. fluviatilis de Foucault & Julve prov. in Julve 1993 Salici elaeagni - Hippophaeion fluviatilis Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7415 6014 15/8.0.1.0.4/01 ASS Hippophaeio rhamnoidis subsp. fluviatilis - Salicetum elaeagni subsp. elaeagni Braun-Blanquet & Volk 1940 corr. de Foucault & Julve 2001 Hippophaeio fluviatilis - Salicetum elaeagni Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7416 6015 15/8.0.1.0.4/02 ASS Hippophaeio rhamnoidis subsp. fluviatilis - Berberidetum vulgaris Moor 1958 Hippophaeio fluviatilis - Berberidetum vulgaris Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360.
7417 6016 15/8.0.2 ORD Crataego laevigatae - Sambucetalia nigrae de Foucault & Julve 2001 fourrés arbustifs médioeuropéens, planitiaires-collinéens à montagnard, psychrophiles, mésotrophiles à eutrophiles Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7418 6936 15/8.0.2 syn = Crataego laevigatae - Sambucetalia nigrae de Foucault & Julve prov. in Julve 1993 Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7419 6017 15/8.0.2 syn incl Sambucetalia nigrae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7420 6018 15/8.0.2 syn incl Sambucetalia racemosae Oberdorfer 1957 ex Passarge in Scamoni & Passarge 1963 Scamoni, A. & H. Passarge, 1963. Einführung in die praktische Vegetationskunde. Ed. 2. – G. Fischer, Jena. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7421 6019 15/8.0.2 syn pp Pruno spinosae - Rubetalia (Tüxen 1952) Weber 1974 Weber, H.E., 1974. Eine neue Gebüschgesellschaft in Norwestdeutschland und Gedanken zur Neugliederung der Rhamno-Prunetea. Osnabrücker Naturwiss. Mitt., 3 : 143-150. Tüxen, R., 1952. Hecken und Gebüsche. Mitt. Geogr. Ges. Hamburg, 50 : 85-117.
7422 6020 15/8.0.2.0.1 ALL Sambuco nigrae - Salicion capreae Tüxen & Neumann in Tüxen 1950 fourrés arbustifs médioeuropéens, planitiaires-collinéens, psychrophiles, eutrophiles, mésohydriques Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
7423 6021 15/8.0.2.0.1 syn = Sambuco nigrae - Salicion capreae Tüxen & Neumann in Tüxen 1950 ex Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Tüxen, R., 1950. Grundriss einer Systematik der nitrophilen Unkrautgesellschaften in der Eurosibirischen Region Europas. Mitt. Flor. Soz. Arb. Gem., N.F., 2 : 94-175.
7424 6022 15/8.0.2.0.1 syn incl Carpino betuli - Prunion spinosae Weber 1974 Weber, H.E., 1974. Eine neue Gebüschgesellschaft in Norwestdeutschland und Gedanken zur Neugliederung der Rhamno-Prunetea. Osnabrücker Naturwiss. Mitt., 3 : 143-150.
7425 6023 15/8.0.2.0.1/01 ASS Ribeso uvae-crispae - Sambucetum racemosae de Foucault 1991 Foucault, B. de, 1991. Introduction à une systémique des végétations arbustives. Doc. Phytosoc., N.S., 13 : 63-104.
7426 6024 15/8.0.2.0.1/01 syn compl pp Sambucetum racemosae Oberdorfer 1973 Oberdorfer, E., 1973. Die Gliederung der Epilobietea angustifolii Gesellschaften am Beispiel süddeutscher Vegetationsaufnahmen. Acta Bot. Acad. Sci. Hung., 19 : 235-253.
7427 6025 15/8.0.2.0.1/02 ASS Salici capreae juv.- Sambucetum racemosae (Noirfalise in Lebrun, Noirfalise, Heinemann & Vanden Berghen 1949) de Foucault & Julve 2001 Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7428 6026 15/8.0.2.0.1/02 syn compl Sambuco racemosae - Rubetum idaei O. de Bolòs 1979 Bolòs, O. de, 1979. De vegetatione valentina, III. Butll. Inst. Catalana Hist. Nat., Sec. Bot. 44: 65-76.
7429 6024 15/8.0.2.0.1/02 syn compl pp Sambucetum racemosae Oberdorfer 1973 Oberdorfer, E., 1973. Die Gliederung der Epilobietea angustifolii Gesellschaften am Beispiel süddeutscher Vegetationsaufnahmen. Acta Bot. Acad. Sci. Hung., 19 : 235-253.
7430 6929 15/8.0.2.0.1/02 syn incl Lonicero xylostei - Sambucetum nigrae Gallandat, Gillet, Havlicek, Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
7431 6028 15/8.0.2.0.1/03 ASS Sambuco nigrae - Crataegetum laevigatae (Dumont & Lebrun 1983) de Foucault & Julve 2001 Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7432 6029 15/8.0.2.0.1/03 syn pp Carpino betuli - Prunetum spinosae Tüxen 1952 Tüxen, R., 1952. Hecken und Gebüsche. Mitt. Geogr. Ges. Hamburg, 50 : 85-117.
7433 6030 15/8.0.2.0.1/03 syn pp Crataego monogynae - Prunetum spinosae Hueck 1931 Hueck, K., 1931. Erläuterungen zur Vegetationskundlichen Karte des Endmoränengebietes von Chorin (Uckermark). Beitr. Naturdenkmalpfl., 14 : 105-214.
7434 6031 15/8.0.2.0.1/04 ASS Euonymo europaei - Prunetum spinosae (Passarge & Hofmann 1968) de Foucault & Julve 2001 Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243. Passarge, H. & G. Hofmann 1968. Pflanzengesellschaften des nordostdeutschen Flachlandes 2. G. Fischer. Jena.
7435 6032 15/8.0.2.0.1/04 syn pp Carpino betuli - Prunetum spinosae Tüxen 1952 Tüxen, R., 1952. Hecken und Gebüsche. Mitt. Geogr. Ges. Hamburg, 50 : 85-117.
7436 6033 15/8.0.2.0.1/04 syn pp Crataego monogynae - Prunetum spinosae Hueck 1931 Hueck, K., 1931. Erläuterungen zur Vegetationskundlichen Karte des Endmoränengebietes von Chorin (Uckermark). Beitr. Naturdenkmalpfl., 14 : 105-214.
7437 6034 15/8.0.2.0.1/05 ASS Crataego laevigatae - Cornetum sanguinei de Foucault & Julve 2001 Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7438 6035 15/8.0.2.0.1/05 syn = Crataego monogynae - Evonymetum europaei Decocq 1997 ex 1998 Decocq, G., 1998. Données phytosociologiques récentes sur les forêts de la Thiérache (Aisne, France). I - les forêts mésophiles de la Thiérache argilo-calcaire. Acta Botan. Gallica, 145 (2) : 125-147. 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.'
7439 6036 15/8.0.2.0.1/05 syn compl Euonymo europaei - Cornetum sanguinei Passarge 1957 em. Passarge & Hofmann 1968 Passarge, H. & G. Hofmann 1968. Pflanzengesellschaften des nordostdeutschen Flachlandes 2. G. Fischer. Jena.
7440 6037 15/8.0.2.0.1/05 syn compl Rhamno catharticae - Cornetum sanguinei Passarge 1957 Passarge, H., 1957. Vegetationskundliche Untersuchungen in der Wiesenlandschaft des nördlichen Havellandes. Feddes Repert., 137 : 5-55.
7441 6856 15/8.0.2.0.1/05 syn compl Rhamno catharticae - Cornetum sanguinei Passarge 1962 Passarge, H., 1962. Beobachtungen über Pflanzengesellschaften landwirtschaftlicher Nutzflächen im nördlichen Polen. Feddes Repert., Beih., 140 : 27-69.
7442 6038 15/8.0.2.0.1/05 syn pp Carpino betuli - Prunetum spinosae Tüxen 1952 Tüxen, R., 1952. Hecken und Gebüsche. Mitt. Geogr. Ges. Hamburg, 50 : 85-117.
7443 6039 15/8.0.2.0.1/05 syn pp Crataego monogynae - Prunetum spinosae Hueck 1931 Hueck, K., 1931. Erläuterungen zur Vegetationskundlichen Karte des Endmoränengebietes von Chorin (Uckermark). Beitr. Naturdenkmalpfl., 14 : 105-214.
7444 6040 15/8.0.2.0.1/06 ASS Ulmo minoris juv.- Sambucetum nigrae (Jovet 1936) de Foucault 1991 Foucault, B. de, 1991. Introduction à une systémique des végétations arbustives. Doc. Phytosoc., N.S., 13 : 63-104. 'Jovet, P., 1936. L''Ormaie subrudérale. Bull. Soc. Bot. Fra., 83 : 265-268.'
7445 6041 15/8.0.2.0.1/06 syn compl Euonymo europaei - Ulmetum minoris Passarge & Hoffmann 1968 Passarge, H. & G. Hofmann 1968. Pflanzengesellschaften des nordostdeutschen Flachlandes 2. G. Fischer. Jena.
7446 6042 15/8.0.2.0.1/06 syn compl Roso caninae - Ulmetum minoris Schubert & Mahn 1959 Schubert, R. & E.G. Mahn, 1959. Vegetationskundliche untersuchungen in der mitteldeutschen Ackerlandschaft. I. Die Pflanzengesellschaften der Germarkung Friedeburg (Saale). Wiss. Z. Univ. Halle, math.-nat., 8(6) : 965-1012.
7447 6043 15/8.0.2.0.1/06 syn compl Sambuco nigrae - Prunetum spinosae Schubert & Köhler 1964 ?
7448 6044 15/8.0.2.0.1/06 syn incl Ulmo minoris - Rubetum ulmifolii Billy 1997 Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
7449 6045 15/8.0.2.0.1/07 ASS Rubo gilloti - Sambucetum nigrae Billy 1997 prov. Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
7450 6046 15/8.0.2.0.1/08 ASS Ulmo glabrae juv.- Coryletum avellanae Julve & Gillet 1994 Julve, Ph. & F. Gillet, 1994. III. Experiences of French authors (Map 3). In Falinski, J.B., (Ed.) : Vegetation under the diverse anthropogenic impact as object of basic phytosociological map. Results of the international cartographical experiment organized in the Bialowieza Forest. Phytocoenosis, N.S. 6, Suppl. Cartog. Geobot., 4 : 45-66, 1 carte en couleur).
7451 6047 15/8.0.2.0.1/08 syn compl Euonymo europaei - Coryletum avellanae Passarge & Hofmann 1968 Passarge, H. & G. Hofmann 1968. Pflanzengesellschaften des nordostdeutschen Flachlandes 2. G. Fischer. Jena.
7452 6048 15/8.0.2.0.1/09 ASS Rhamno catharticae - Sambucetum nigrae (Passarge 1981) de Foucault & Julve 2001 Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243. Passarge, H., 1981. Zur Gliederung mitteleuropäischer Epilobietea angustifolii. Folia Geobot. Phytotaxon., 16 : 265–291. Praha.
7453 6049 15/8.0.2.0.1/10 ASS Salici capreae juv. - Buddlejetum davidii de Foucault & Wattez 2005 Foucault, B. de & J.-R. Wattez, 2005. Observations concernant l’implantation, puis la prolifération de Buddleja davidii Franch. En miieu urbain. Bull. Soc. Bot. Nord Fra., 58(1/2) : 3-8.
7454 6930 15/8.0.2.0.1/11 ASS Sambuco racemosae - Rosetum corymbiferae Gallandat, Gillet, Havlicek, Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
7455 7090 15/8.0.2.0.1/12 ASS Roso caesiae subsp. glaucae - Sambucetum racemosae (Passarge 1979) de Foucault & Julve 2001 Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243. Passarge, H., 1979. Über vikariierende Trifolio-Geranietea Gesellschaften im Mitteleuropa. Feddes Repert., 90 : 51-85.
7456 6050 15/8.0.2.0.2 ALL Mespilo germanicae - Ilicion aquifolii de Foucault & Julve 2001 fourrés arbustifs médioeuropéens, planitiaires-collinéens, psychrophiles, mésotrophiles, acidophiles Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7457 6935 15/8.0.2.0.2 syn = Mespilo germanicae - Ilicion aquifolii de Foucault & Julve prov. in Julve 1993 Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7458 6051 15/8.0.2.0.2 syn pp Lonicerion periclymeni Géhu, de Foucault et Delelis 1983 Géhu, J.-M., B. De Foucault & A. Delelis-Dusollier 1983. Essai sur un schéma synsystématique des végétations arbustives préforestières de l’Europe occidentale. Coll. Phytosociol. 8: 463-480.
7459 6052 15/8.0.2.0.2/01 ASS Lonicero periclymeni - Crataegetum laevigatae (Braun-Blanquet & Tüxen 1952) de Foucault & Julve 2001 manteau externe, acidophile, psychroatlantique Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7460 6053 15/8.0.2.0.2/02 ASS Ilici aquifoli - Prunetum spinosae Frileux 1977 manteau externe, acidophile, psychroatlantique Frileux, P.N., 1977. Les groupements végétaux du Pays de Bray Seine-maritime et Oise, France). Caractérisation, écologie, dynamique. Thèse, Univ. Rouen, 209 p.
7461 6054 15/8.0.2.0.2/03 ASS Lonicero periclymeni - Coryletum avellanae Gillet 1986 sous-bois arbustif, acidophile, centroeuropéen Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7462 6055 15/8.0.2.0.2/04 ASS Ilici aquifoli - Coryletum avellanae de Foucault 1994 sous-bois arbustif, acidophile, psychrosubatlantique Foucault, B. de, 1994. Compte rendu de l’excursion de la société de Botanique du nord de la France en forêt d’Andigny (Aisne). Bull. Soc. Bot. Nord Fra., 47(2) : 5-20.
7463 6056 15/8.0.2.0.2/05 ASS Mespilo germanicae - Ilicetum aquifolii de Foucault 1995 sous-bois arbustif, acidophile, psychroatlantique Foucault, B. de, 1995. Contribution à une monographie phytosociologique de la Hague (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 45-90.
7464 6060 15/8.0.2.0.3 ALL Humulo lupuli - Sambucion nigrae de Foucault & Julve 2001 fourrés arbustifs médioeuropéens, planitiaires-collinéens, psychrophiles, eutrophiles, hygrophiles Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7465 6061 15/8.0.2.0.3 syn = Humulo lupuli - Sambucenion nigrae (de Foucault et Julve 2001) Rameau in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 prov. Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris. Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7466 6934 15/8.0.2.0.3 syn = Humulo lupuli - Sambucion nigrae de Foucault & Julve prov. in Julve 1993 Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7467 6062 15/8.0.2.0.3 syn pp Salici cinereae - Rhamnion catharticae Géhu, de Foucault et Delelis 1983 ex Rameau in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 prov. Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris. Géhu, J.-M., B. De Foucault & A. Delelis-Dusollier 1983. Essai sur un schéma synsystématique des végétations arbustives préforestières de l’Europe occidentale. Coll. Phytosociol. 8: 463-480.
7468 6063 15/8.0.2.0.3/01 ASS Humulo lupuli - Sambucetum nigrae de Foucault 1991 Foucault, B. de, 1991. Introduction à une systémique des végétations arbustives. Doc. Phytosoc., N.S., 13 : 63-104.
7469 6064 15/8.0.2.0.3/02 ASS Rubo ulmifolii - Crataegetum laevigatae Julve apud de Foucault & Julve 2001 Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7470 6065 15/8.0.2.0.3/03 ASS Sambuco racemosae - Prunetum padi Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
7471 6857 15/8.0.2.0.3/04 ASS Pruno x fruticantis - Euonymetum europaei Felzines & Loiseau in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
7472 6066 15/8.0.2.0.4 ALL Salici cinereae - Viburnion opuli (Passarge 1985) de Foucault 1991 fourrés arbustifs médioeuropéens, planitiaires-collinéens, psychrophiles, mésotrophiles, hygrophiles, neutrophiles Foucault, B. de, 1991. Introduction à une systémique des végétations arbustives. Doc. Phytosoc., N.S., 13 : 63-104. Passarge, H., 1985. Phanerophyten Vegetation der märkischen Oderaue. Phytocoenologia, 13 : 505-603.
7473 6067 15/8.0.2.0.4 syn = Salici cinereae - Viburnenion opuli Passarge 1985 Passarge, H., 1985. Phanerophyten Vegetation der märkischen Oderaue. Phytocoenologia, 13 : 505-603.
7474 6068 15/8.0.2.0.4 syn pp Salici cinereae - Rhamnion catharticae Géhu, de Foucault et Delelis 1983 ex Rameau in Bardat, Bioret, Botineau, Boullet, Delpech, Géhu, Haury, Lacoste, Rameau, Royer, Roux & Touffet 2004 prov. Bardat, J., Bioret, F., Botineau, M., Boullet, V., Delpech, R., Géhu, J.-M., Haury, J., Lacoste, A., Rameau, J.C., Royer, J.-M., Roux, G. Touffet, J., 2004. Prodrome des végétations de France. Coll. Patrimoines naturels, 61 : 171 p. Muséum National d’Histoire Naturelle. Paris. Géhu, J.-M., B. De Foucault & A. Delelis-Dusollier, 1983. Essai sur un schéma synsystématique des végétations arbustives préforestières de l’Europe occidentale. Coll. Phytosociol., 8 : 463-480.
7475 6069 15/8.0.2.0.4/01 ASS Salici myrsinifoliae - Viburnetum opuli Moor 1958 Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360.
7476 6070 15/8.0.2.0.4/02 ASS Pruno padi - Coryletum avellanae Moor 1958 Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360.
7477 6071 15/8.0.2.0.4/03 ASS Salicetum myrsinifoliae subsp. alpicolae Moor 1958 Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360.
7478 6072 15/8.0.2.0.4/04 ASS Euonymo europaei - Sambucetum nigrae Moor 1958 Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360.
7479 6073 15/8.0.2.0.4/05 ASS Rhamno catharticae - Viburnetum opuli (Bon 1979) de Foucault 1991 Foucault, B. de, 1991. Introduction à une systémique des végétations arbustives. Doc. Phytosoc., N.S., 13 : 63-104. Bon, M., 1979. Macromycètes des saulaies fangeuses du bassin inférieur de la Somme. Doc. Phytosoc., N.S., 4 : 75-86.
7480 6074 15/8.0.2.0.4/06 ASS Crataego monogynae - Franguletum dodonei Delelis-Dusollier 1979 'Delelis-Dusollier, A., 1979. Phytosociologie des fourrés préforestiers dans les marais d''affaissements miniers du nord de la France. Doc. Phytosoc., N.S., 4 : 197-206.'
7481 6075 15/8.0.2.0.4/07 ASS Ligustro vulgaris - Viburnetum opuli de Foucault & Julve 2001 Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7482 6076 15/8.0.2.0.4/08 ASS Lonicero periclymeni - Viburnetum opuli (de Foucault & Philippe 1989) de Foucault & Julve 2001 Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7483 6077 15/8.0.2.0.4/09 ASS Prunetum pado - spinosae Dumont & Lebrun 1983 Ardennes Dumont, J.-M. & J. Lebrun, 1983. Les haies au pays des Tailles (haute Ardenne belge). Coll. Phytosoc. 8 : 381-396. (les lisières forestières, Lille 1979).
7484 6078 15/8.0.2.0.4/10 ASS Ribesetum rubro - nigri Julve & Gillet 1994 Julve, Ph. & F. Gillet, 1994. III. Experiences of French authors (Map 3). In Falinski, J.B., (Ed.) : Vegetation under the diverse anthropogenic impact as object of basic phytosociological map. Results of the international cartographical experiment organized in the Bialowieza Forest. Phytocoenosis, N.S. 6, Suppl. Cartog. Geobot., 4 : 45-66, 1 carte en couleur.
7485 6079 15/8.0.2.0.4/11 ASS Ribeso rubri - Viburnetum opuli Decoq 1997 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.'
7486 6080 15/8.0.2.0.4/12 ASS Salici purpureae - Viburnetum opuli de Foucault 1999 Foucault, B. de, 1999. Notes phytosociologiques sur la végétation observée dans le Jura français. Bull. Soc. Bot. Nord Fra., 52(4) : 23-48.
7487 7249 15/8.0.2.0.4/13 ASS Lonicero xylostei - Salicetum cinereae Amat & de Foucault 1999 fourré hygrophile marnicole, centroeuropéen Amat, J.-P. & B. de Foucault, 1999. Contribution à une monographie historique, floristique et phytosociologique du plateau de Douaumont (forêt domaniale de Verdun, Meuse). Rapport pour l’ONF. 128 p. Verdun.
7488 7250 15/8.0.2.0.4/13 syn = Lonicero xylostei - Salicetum cinereae de Foucault 2008 Foucault, B. de, 2008. Validation nomenclaturale de syntaxons inédits ou invalides. J. Bot. Soc. Bot. France, 43 : 43-61.
7489 6081 15/8.0.2.0.5 ALL Lonicero nigrae - Corylion avellanae (Braun-Blanquet 1961) de Foucault & Julve 2001 fourrés arbustifs médioeuropéens, montagnards, psychrophiles Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243. Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
7490 6931 15/8.0.2.0.5 syn = Lonicero nigrae - Corylion avellanae (Braun-Blanquet 1961) de Foucault & Julve prov. in Julve 1993 Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
7491 6082 15/8.0.2.0.5/01 ASS Sorbo aucupariae juv. - Loniceretum nigrae de Foucault 1987 T6, p. 350 Bull. Soc. Bot. Centre-Ouest, n.s., 18 : 350. Foucault, B. de, 1987. Données phytosociologiques sur la végétation observée lors de la treizième session de la S.B.C.O. en Aubrac et Margeride. Bull. Soc. Bot. Centre-Ouest, N.S., 18 : 337-361.
7492 6932 15/8.0.2.0.5/01 syn = Lonicero nigrae - Rosetum pendulinae Gallandat, Gillet, Havlicek, Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
7493 6083 15/8.0.2.0.5/02 ASS Lonicero nigrae - Coryletum avellanae Kulczynski 1928 em. Jurko 1964 Jurko, A., 1964. Feldheckengesellschaften und Ufer-Weidengebüsche des West-Karpatengebietes. Biol. Prace, 10(6) : 5-100. Kulczynski, S., 1928. Die Pflanzenassoziationen der Pieniny-Gebirges. Bull. Acad. Pol. Sci. Cracovie, 1928.
7494 6084 15/8.0.2.0.6 2160 ALL Salicion arenariae Tüxen 1952 'fourrés d''arbrisseaux médioeuropéens, planitiaires-collinéens, psychrophiles, maritimes' Tüxen, R., 1952. Hecken und Gebüsche. Mitt. Geogr. Ges. Hamburg, 50 : 85-117.
7495 6085 15/8.0.2.0.6 syn = Ligustro vulgaris - Hippophaeion rhamnoidis Géhu et Géhu-Franck 1983 Géhu, J.-M. & J. Géhu-Franck, 1983. Présentation synthétique des fourrés littoraux atlantiques. Coll. Phytosoc., 8 : 347-354. (Les lisières forestières, Lille 1979).
7496 6086 15/8.0.2.0.6 syn = Salicetalia arenariae Preising et Weber in Weber 1997 Weber, H.E., 1997. Hecken und Gebüsche in den Kulturlandschaften Europas. Pflanzensoziologische Dokumentation als Basis für Schutzmassnahmen. Ber. R. Tüxen Ges., 9 : 75-106.
7497 6087 15/8.0.2.0.6/01 ASS Sambuco nigrae - Hippophaetum rhamnoidis subsp. rhamnoidis (Meltzer 1941) Boerboom 1960 Boerboom, J.H.A., 1960. De plantengemeenschappen van de Wassemaarse duinen. Meded. Landbouwhoges. Wageningen, 60 : 1-135. Meltzer, J., 1941. Die Sanddorn-Liguster Assoziation. Nederl. Kruidk. Arch., 51 : 385-395.
7498 6088 15/8.0.2.0.6/02 ASS Ligustro vulgaris - Hippophaetum rhamnoidis subsp. rhamnoidis (Meltzer 1941) Boerboom 1960 Boerboom, J.H.A., 1960. De plantengemeenschappen van de Wassemaarse duinen. Meded. Landbouwhoges. Wageningen, 60 : 1-135. Meltzer, J., 1941. Die Sanddorn-Liguster Assoziation. Nederl. Kruidk. Arch., 51 : 385-395.
7499 6089 15/8.0.2.0.6/03 2170 ASS Salici arenariae - Hippophaetum rhamnoidis subsp. rhamnoidis Braun-Blanquet 1928 ex Eckman 1940 ? Braun-Blanquet, J., 1928. Pflanzensoziologie. 330 p. Springer. Berlin.
7500 6967 15/8.0.2.0.6/03 syn = Hippophaeo rhamnoidis - Salicetum arenariae (Braun-Blanquet & de Leeuw 1936) Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
7501 5839 15/8.0.2.0.6/03 syn ambig pp Frangulo dodonei - Salicetum auritae (Malcuit 1929) Tüxen 1937 [salicetosum arenariae] Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. 'Malcuit, G., 1929. Contribution à l''étude phytosociologique des Vosges méridionales saônoises. les associations végétales de la vallée de la Lanterne. Arch. Bot. (Caen), 2 : 1-211.'
7502 6093 15/8.0.2.0.6/03 syn compl Pyrolo rotundifoliae subsp. maritimae - Hippophaetum rhamnoidis subsp. rhamnoidis Géhu & Franck 1982 Géhu, J.-M. & J. Franck, 1982. La végétation du littoral Nord-Pas de Calais (essai de synthèse). 362 p. Bailleul.
7503 6094 15/8.0.2.0.6/03 syn compl pp Calliergonello cuspidatae - Salicetum arenariae Braun-Blanquet & de Leeuw 1936 Acrocladio - Salicetum Braun-Blanquet, J. & W.C. de Leeuw, 1936. Vegetationsskizze von Ameland. Nederl. Kruidkd. Arch., 46 : 359-393.
7504 6090 15/8.0.2.0.6/03 syn incl Salicetum cinereo - arenariae Weber & Preising in Weber 1998 Weber, H.E., 1998. Franguletea (H1), Faulbaum-Gebüsche. Synopsis der Pflanzengesellschaften Deutschlands, 4 : 86 p. Göttingen.
7505 6091 15/8.0.2.0.6/03 syn incl Salicetum cinereo - arenariae Westhoff in Westhoff & van Oosten 1991 Westhoff, V. & M. F. van Oosten 1991. De plantengroei van de Waddeneilanden. Bibl. K.N.N.V., 53.
7506 6095 15/8.0.2.0.6/03 syn incl Salici cinereae - Hippophaetum rhamnoidis subsp. rhamnoidis (Géhu & Franck 1982) de Foucault & Julve 2001 Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243. Géhu, J.-M. & J. Franck, 1982. La végétation du littoral Nord-Pas de Calais (essai de synthèse). 362 p. Bailleul.
7507 6096 15/8.0.2.0.6/05 ASS Rubio peregrinae - Salicetum arenariae J.-M. & J. Géhu 1975 Géhu, J.-M. & J. Géhu, 1975. Les fourrés des sables littoraux du sud-ouest de la France. Beitr. Naturkundl. Forsch. Südwestdeutschl., 34 : 79-94.
7508 6097 15/8.0.3 ORD Dioscoreo communis - Rubetalia ulmifolii de Foucault & Julve 2001 fourrés arbustifs médioeuropéens, planitiaires-collinéens, thermophiles Tamo communis - Rubetalia ulmifolii Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7509 6933 15/8.0.3 syn = Dioscoreo communis - Rubetalia ulmifolii de Foucault & Julve prov. in Julve 1993 Tamo communis - Rubetalia ulmifolii Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7510 6098 15/8.0.3.0.1 ALL Rubo ulmifolii - Ulicion europaei de Foucault & Julve 2001 'fourrés d''arbrisseaux et d''arbustes médioeuropéens, planitiaires-collinéens, thermophiles, acidophiles' Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7511 6939 15/8.0.3.0.1 syn = Pyro cordatae - Ulicion europaei de Foucault & Julve prov. in Julve 1993 Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7512 5783 15/8.0.3.0.1 syn pp Ulici europaei - Rubion ulmifolii Weber 1997 Weber, H.E., 1997. Hecken und Gebüsche in den Kulturlandschaften Europas – Pflanzensoziologische Dokumentation als Basis für Schutzmaßnahmen. Ber. Reinhold-Tüxen-Ges., 9 : 75-106.
7513 6100 15/8.0.3.0.1 syn pp Ligustro vulgaris - Rubenion ulmifolii (Géhu & Delelis in Delelis-Dusollier 1973) Arnaiz 1983 Arnaiz, C., 1983. Esquema sintaxonómico de las comunidades del orden Prunetalia spinosae R. Tüxen 1952 en la Península Ibérica. Coll. Phytosociol., 8 : 23-31. 'Delelis-Dusollier, A., 1973. Contribution à l''étude des haies, des fourrés préforestiers, des manteaux sylvatiques de France. Thèse, Univ. Lille, 146 p., tab. h.t.'
7514 6101 15/8.0.3.0.1 syn pp Ligustro vulgaris - Rubion ulmifolii Géhu & Delelis in Delelis-Dusollier 1973 'Delelis-Dusollier, A., 1973. Contribution à l''étude des haies, des fourrés préforestiers, des manteaux sylvatiques de France. Thèse, Univ. Lille, 146 p., tab. h.t.'
7515 6102 15/8.0.3.0.1 syn pp Lonicerenion periclymeni (Géhu, De Foucault & Delelis 1983) Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456. Géhu, J.-M., B. De Foucault & A. Delelis-Dusollier, 1983. Essai sur un schéma synsystématique des végétations arbustives préforestières de l’Europe occidentale. Coll. Phytosociol., 8 : 463-480.
7516 6103 15/8.0.3.0.1 syn pp Lonicerion periclymeni Géhu, de Foucault et Delelis-Dusollier 1983 Géhu, J.-M., B. De Foucault & A. Delelis-Dusollier, 1983. Essai sur un schéma synsystématique des végétations arbustives préforestières de l’Europe occidentale. Coll. Phytosociol., 8 : 463-480.
7517 6104 15/8.0.3.0.1/01 ASS Corylo avellanae - Crataegetum monogynae de Foucault 1981 haie acidophile, psychroatlantique Foucault, B. de, 1981. Les prairies permanentes du bocage virois basse-Normandie, France. typologie phytosociologique et essai de reconstitution des séries évolutives herbagères. Doc. Phytosoc., N.S., 5 : 1-109.
7518 6106 15/8.0.3.0.1/03 ASS Ulici europaei - Prunetum spinosae Géhu & Delelis 1972 in Delelis-Dusollier 1973 manteau externe acidophile, psychroatlantique 'Delelis-Dusollier, A., 1973. Contribution à l''étude des haies, des fourrés préforestiers, des manteaux sylvatiques de France. Thèse, Univ. Lille, 146 p., tab. h.t.'
7519 7918 15/8.0.3.0.1/05 ASS Ulici europaei subsp. europaei fo. maritimi - Prunetum spinosae (J.-M. & J. Géhu in Géhu 1979) Bioret, Bouzillé, de Foucault, Géhu & Godeau 1988 fourré arbustif acidophile, hyperatlantique submaritime Ulici maritimi - Prunetum spinosae Bioret, F., J.-B. Bouzillé, B. de Foucault, J.-M. Géhu & M. Godeau, 1988. Le système thermo-atlantique pelouses-landes-fourrés des falaises des îles sud-armoricaines. Doc. Phytosocio., N.S., 11 : 513-531, 2 tab. h.t. 'Géhu, J.-M., 1979. Etude phytocoenologique analytique et globale de l''ensemble des vases et prés salés et saumâtres de la façade atlantique française. Rapport pour le ministère de l''environnement et du cadre de vie (convention 77-29). 514 p., 3 cartes h.t. Bailleul.'
7520 6108 15/8.0.3.0.1/05 syn = Ulici europaei subsp. europaei fo. maritimi - Prunetum spinosae (J.-M. & J. Géhu in Géhu 1979) Bioret 1989 Ulici maritimi - Prunetum spinosae Ulici maritimi - Prunetum spinosae 'Bioret, F., 1989. Contribution à l''étude de la flore et de la végétation de quelques îles et archipels ouest et sud armoricains. Thèse, Univ. Nantes, 480 p.' 'Géhu, J.-M., 1979. Etude phytocoenologique analytique et globale de l''ensemble des vases et prés salés et saumâtres de la façade atlantique française. Rapport pour le ministère de l''environnement et du cadre de vie (convention 77-29). 514 p., 3 cartes h.t. Bailleul.'
7521 7942 15/8.0.3.0.1/05 syn compl Irido foetidissimae - Prunetum spinosae Géhu 2008 'Géhu J.-M., 2008. Etude des associations végétales des sentiers littoraux de Dinard et Saint-Enogat (France, Ille-et-Vilaine) suivie d''un guide itinéraire. J. Bot. Soc. Bot. France, 41 : 47-80.'
7522 7945 15/8.0.3.0.1/05 syn incl Hedero helicis - Rhamnetum alaterni Géhu 2007 'Géhu, J.-M., 2007. Brousses autochtones, maquis néophytiques et série thermophile du Rubio - Quercetum roboris sur la côte d''Emeraude (Bretagne, Côtes-d''Armor, Ille-et-Vilaine). Bull. Soc. Bot. Centre-Ouest, N.S., 38 : 37-52.'
7523 6109 15/8.0.3.0.1/06 ASS Rubio peregrinae - Sorbetum torminalis Bouzillé & de Foucault 1988 manteau externe, acidophile, thermoatlantique Bouzillé, J.B. & B. de Foucault, 1988. Données phytosociologiques sur les ourlets et manteaux préforestiers en Vendée et régions limitrophes. Doc. Phytosoc., N.S., 11 : 57-66, tab. h.t.
7524 7944 15/8.0.3.0.1/06 syn incl Rubio peregrinae - Ligustretum vulgaris Géhu 2007 tab. 2, p. 48. Bull. Soc. Bot. Centre-Ouest, N.S., 38 : 39. 'Géhu, J.-M., 2007. Brousses autochtones, maquis néophytiques et série thermophile du Rubio - Quercetum roboris sur la côte d''Emeraude (Bretagne, Côtes-d''Armor, Ille-et-Vilaine). Bull. Soc. Bot. Centre-Ouest, N.S., 38 : 37-52.'
7525 7943 15/8.0.3.0.1/06 syn incl Rubio peregrinae - Prunetum spinosae Géhu 2008 'Géhu J.-M., 2008. Etude des associations végétales des sentiers littoraux de Dinard et Saint-Enogat (France, Ille-et-Vilaine) suivie d''un guide itinéraire. J. Bot. Soc. Bot. France, 41 : 47-80.'
7526 6110 15/8.0.3.0.1/07 ASS Ulici europaei - Ligustretum vulgaris Géhu 1978 prov. Géhu, J.-M., 1978. Les phytocénoses endémiques des côtes françaises occidentales. Bull. Soc. Bot. France, 125 : 199-208.
7527 7946 15/8.0.3.0.1/07 syn incl Hedero helicis - Phillyreetum mediae Géhu 2007 'Géhu, J.-M., 2007. Brousses autochtones, maquis néophytiques et série thermophile du Rubio - Quercetum roboris sur la côte d''Emeraude (Bretagne, Côtes-d''Armor, Ille-et-Vilaine). Bull. Soc. Bot. Centre-Ouest, N.S., 38 : 37-52.'
7528 6111 15/8.0.3.0.1/08 ASS Daphno gnidii - Ligustretum vulgaris (Géhu 1968) J.-M. & J. Géhu 1975 'Géhu, J.-M. & J. Géhu, 1975. Les fourrés à Erica scoparia et Frangula alnus d''Aquitaine. Doc. Phytosoc., 9/14 : 117-120, tabl.' Géhu, J.-M., 1968. Application en phytosociologie de la cartographie en réseaux. Bull. Soc. Bot. N. Fr., 22 : 1-25.
7529 8105 15/8.0.3.0.1/13 ASS Roso sempervirentis - Vitidetum viniferae subsp. sylvestris Lazare & Bioret 2006 Lazare, J.-J. & F. Bioret, 2006. Associations végétales nouvelles du littoral du Pays Basque, Journal de Botanique Soc. Bot. Fra., 34 : 71-80.
7530 6116 15/8.0.3.0.2 ALL Dioscoreo communis - Salicion atrocinereae de Foucault & Julve 2001 fourrés arbustifs médioeuropéens, planitiaires-collinéens, thermophiles, subméditerranéens, hygrophiles Tamo communis - Salicion atrocinereae Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7531 6117 15/8.0.3.0.2 syn incl pp ? Betulion fontqueri - celtibericae Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
7532 6118 15/8.0.3.0.2/01 ASS Dioscoreo communis - Salicetum atrocinereae de Foucault 1995 Foucault, B. de, 1995. Synthèse phytosociologique sur la végétation observée dans le Cotentin (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 29-44.
7533 6119 15/8.0.3.0.2/02 ASS Crataego monogynae - Salicetum pentandrae Billy 1997 prov. Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
7534 6120 15/8.0.3.0.2/03 ASS Betulo celtibericae - Salicetum atrocinereae Mayor in Mayor, G. Martínez & Andrés 1975 ?
7535 6121 15/8.0.3.0.2/03 syn = Salici atrocinereae - Betuletum celtibericae Loidi, Berastegui, Darquistade & García-Mijangos 1997 Loidi, J., A. Berastegi, A. Darquistade & I. García-Mijangos, 1997. Nuevos datos sobre los bosques secundarios (prebosques) del sector Cántabro-Euskaldun. Lazaroa, 18 : 165-172.
7536 6122 15/8.0.3.0.2/04 ASS Vitido viniferae - Salicetum atrocinereae Rivas-Martínez & Costa in Rivas-Martínez, Costa, Castroviejo & E. Valdés 1980 Rivas-Martínez, S., M. Costa, S. Castroviejo & E. Valdes, 1980. Vegetacion de Donana Huelva (Espana). Lazaroa, 2 : 5-189.
7537 6123 15/8.0.3.0.3 ALL Pruno spinosae - Rubion ulmifolii de Bolòs 1954 fourrés arbustifs médioeuropéens, planitiaires-collinéens, thermophiles, subméditerranéens, mésohydriques Bolòs, O. de, 1954. De vegetatione notulae, I. Pirineos de Aragon y Navarra. Collect. Bot., 4(2) : 253-281.
7538 6124 15/8.0.3.0.3 syn = Pruno spinosae - Rubenion ulmifolii Arnaiz & Loidi 1983 Arnaiz, C. & J. Loidi, 1983. Estudio fitosociológico de los zarzales y espinales del País Vasco (Ligustro-Rubenion ulmifolii). Lazaroa, 4 : 5-16.
7539 6125 15/8.0.3.0.3 syn = Pruno spinosae - Rubenion ulmifolii Weber 1997 Weber, H.E., 1997. Hecken und Gebüsche in den Kulturlandschaften Europas. Pflanzensoziologische Dokumentation als Basis für Schutzmassnahmen. Ber. R. Tüxen Ges., 9 : 75-106.
7540 6126 15/8.0.3.0.3/01 ASS Dioscoreo communis - Rubetum ulmifolii Tüxen 1954 apud Tüxen & Oberdorfer 1958 fourré arbustif subméditerranéen Tamo - Rubetum Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
7541 6127 15/8.0.3.0.3/01 syn = Corno sanguineae - Rubetum ulmifolii Braun-Blanquet 1967 Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
7542 6128 15/8.0.3.0.3/01 syn = Corno sanguineae - Smilacetum asperae (Braun-Blanquet 1967) Géhu 1972 nom. nov. in Delelis-Dusollier 1973 'Delelis-Dusollier, A., 1973. Contribution à l''étude des haies, des fourrés préforestiers, des manteaux sylvatiques de France. Thèse, Univ. Lille, 146 p., tab. h.t.' Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
7543 7050 15/8.0.3.0.3/01 syn = Rubo ulmifolii - Dioscoreetum communis Tüxen 1954 in Tüxen & Oberdorfer 1958 Rubo - Tametum Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
7544 6129 15/8.0.3.0.3/02 ASS Rubo ulmifolii - Coriarietum myrtifoliae O. de Bolòs 1954 Bolòs, O. de, 1954. De vegetatione notulae, I. Pirineos de Aragon y Navarra. Collect. Bot., 4(2) : 253-281.
7545 6130 15/8.0.3.0.3/03 ASS Spartio juncei - Clematidetum vitalbae (Ozenda 1966) Loisel 1976 'Loisel, R., 1976. La végétation de l''étage méditerranéen dans le sud-est continental français. Thèse, Univ. Marseille, 384 p.' Ozenda, P., 1966. Perspectives nouvelles pour l’étude phytogéographique des Alpes du sud. Doc. Carte Végét. Alpes, 4 : 98 p.
7546 6131 15/8.0.3.0.3/04 ASS Corno sanguinei - Salicetum purpureae Billy 1997 prov. Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
7547 6132 15/8.0.3.0.3/05 ASS Pyro spinosae - Paliuretum spinae-christi O. de Bolòs 1962 Bolòs, O. de, 1962. El paisaje vegetal barcelones. 193 p. Barcelona.
7548 6133 15/8.0.3.0.4 ALL Rosion carioto - pouzinii (Arnaiz 1979) Arlot 1985 fourrés arbustifs médioeuropéens, planitiaires-collinéens, thermophiles, subméditerranéens, mésoxérophiles 'Arlot, C., 1985. Contribution à l''étude des groupements préforestiers du centre sud du bassin parisien. Essai de synthèse sur les Prunetalia spinosae des domaines atlantique et médioeuropéen. Thèse, Univ. Paris Sud-Orsay, 213 p.' Arnaiz, C., 1979. Ecología y fitosociología de los zarzales y espinales madrileños comprendidos en los sectores Guadarrámico, Manchego y Celtibérico-Alcarreño. Lazaroa, 1 : 129-138.
7549 6134 15/8.0.3.0.4 syn = Rosenion carioto - pouzinii Arnaiz 1979 ex Loidi 1989 Loidi, J., 1989. Los espinares de orla de los carrascales supramediterráneos castellano-cantábricos. Lazaroa, 11 : 77-83. Arnaiz, C., 1979. Ecología y fitosociología de los zarzales y espinales madrileños comprendidos en los sectores Guadarrámico, Manchego y Celtibérico-Alcarreño. Lazaroa, 1 : 129-138.
7550 6135 15/8.0.3.0.4/01 ASS Rosetum micrantho - agrestis Rivas-Martínez & Arnaiz in Arnaiz 1979 Arnaiz, C., 1979. Ecología y fitosociología de los zarzales y espinales madrileños comprendidos en los sectores Guadarrámico, Manchego y Celtibérico-Alcarreño. Lazaroa, 1 : 129-138.
7551 6136 15/8.0.3.0.4/02 ASS Rubo bifrontis - Rosetum micranthae O. de Bolòs & Vigo in O. de Bolòs 1967 Bolòs, O. de, 1957. De vegetationes valentina. Collectanea Bot., 5 : 527-596.
7552 6137 15/8.0.3.0.4/03 ASS Rubo ulmifolii - Rosetum corymbiferae Rivas-Martínez & Arnaiz in Arnaiz 1979 Arnaiz, C., 1979. Ecología y fitosociología de los zarzales y espinales madrileños comprendidos en los sectores Guadarrámico, Manchego y Celtibérico-Alcarreño. Lazaroa, 1 : 129-138.
7553 7091 15/8.0.3.0.5 ALL Cytision sessilifolii Biondi in Biondi, Allegrezza & Guitian 1988 'fourrés d''arbrisseaux subméditerranéens' Biondi, E., M. Allegrezza & J. Guitian, 1988. Mantelli di vegetazione nel piano collinare dell’Appennino centrale. Doc. Phytosoc., n.s., 11 : 479-490.
7554 7092 15/8.0.3.0.5/01 ASS Spartio juncei - Cytisetum sessilifolii Biondi, Allegrezza & Guitian 1988 Biondi, E., M. Allegrezza & J. Guitian, 1988. Mantelli di vegetazione nel piano collinare dell’Appennino centrale. Doc. Phytosoc., n.s., 11 : 479-490.
7555 8253 15/8.0.3.0.5/02 ASS Lonicero etruscae - Prunetum mahaleb Biondi, Allegrezza & Guitian 1988 Biondi, E., M. Allegrezza & J. Guitian, 1988. Mantelli di vegetazione nel piano collinare dell’Appennino centrale. Doc. Phytosoc., n.s., 11 : 479-490.
7556 8254 15/8.0.3.0.5/03 ASS Junipero oxycedri - Cotinetum coggygriae Biondi, Allegrezza & Guitian 1988 Biondi, E., M. Allegrezza & J. Guitian, 1988. Mantelli di vegetazione nel piano collinare dell’Appennino centrale. Doc. Phytosoc., n.s., 11 : 479-490.
7557 6897 16/1. CLA Fraxino excelsioris - Quercetea roboris Gillet 1986 ex Julve 1993 bois caducifoliés médioeuropéens Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7558 6138 16/1. syn = Fraxino excelsioris - Quercetea petraeae Gillet 1986 prov. Fraxino - Quercetea Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7559 6898 16/1. syn = Fraxino excelsioris - Quercetea roboris Gillet 1986 ex Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM). Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7560 6140 16/1. syn compl pp Fraxino excelsioris - Fagetea sylvaticae Moor 1975 Moor, M., 1975. Die soziologisch-systematische Gliederung des Hirschzungen-Ahornwaldes. Beitr. Naturk. Forsch. Südwestdeutschl., 34 : 215-223.
7561 6151 16/1. syn compl pp Querco roboris - Fagetea sylvaticae Braun-Blanquet & Vlieger in Vlieger 1937 Querco - Fagetea Vlieger, J., 1937. Aperçu sur les unités phytosociologiques supérieures des Pays-Bas. Ned. Kruidk. Arch., 47: 335-353.
7562 7589 16/1. syn compl pp Querco roboris - Fagetea sylvaticae Braun-Blanquet & Vlieger in Vlieger 1937 em. Oberdorfer 1992 Querco - Fagetea Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart. Vlieger, J., 1937. Aperçu sur les unités phytosociologiques supérieures des Pays-Bas. Ned. Kruidk. Arch., 47: 335-353.
7563 6152 16/1.0.1 ORD Sorbo ariae subsp. ariae - Quercetalia pubescentis subsp. pubescentis Gillet 1986 em. Julve 1991 ex 1993 bois caducifoliés médioeuropéens, basophiles, oligotrophiles, planitiaires à subméditerranéens Sorbo ariae - Quercetalia pubescentis Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Julve, Ph., 1991. Les forêts sur pente: caractères écologiques, architecturaux et phytosociologiques. Coll. Phytosoc., 17 : 389-413., (Phytosociologie et paysage, Versailles 1988). Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7564 6141 16/1.0.1 syn compl pp Fraxino orni - Ostryetalia carpinifoliae Jakucs 1959 Orno - Ostryetalia Jakucs, P., 1959. Über die ostbalkanischen Flieder-Buschwälder. Acta Bot. Acad. Sci. Hung., 5 : 357-390.
7565 7611 16/1.0.1 syn compl pp Quercetalia pubescenti - petraeae Klika 1933 corr. Moravec in Béguin & Theurillat 1984 Beguin, Cl. & J.-P. Theurillat, 1984. Landschaftsökologische Studie in der Région Aletsch (MAB 6) nach einem modifizierten symphytosoziologischen Méthode; Präsentation und Diskussion der analytischen Phase im Feld. Verh. Ges. Oekol., Bern 1982, : 149-157. Klika, J., 1933. Studien über die xerotherme Vegetation Mitteleuropas II. Xerotherme Gesellschaften in Böhmen. Beih. Bot. Centralbl., 50, 2. 707-773. Dresden.
7566 6142 16/1.0.1 syn compl pp Quercetalia pubescenti - petraeae Quantin 1935 Quercetalia pubescenti - sessiliflorae 'Quantin, A., 1935. L''évolution de la végétation à l''étage de la chênaie dans le Jura méridional. 383 p. Bosc et Riou, Lyon. [= Thèse Univ. Paris. ; = Comm. SIGMA Montpellier 37]'
7567 6143 16/1.0.1 syn compl pp nn Quercetalia pubescentis Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Recherches phytogéographiques sur le Massif du Grossglockner (Hohe Tauerm). Impr. All. et Fils. Grenoble.
7568 6144 16/1.0.1 syn compl pp Quercetalia pubescentis Klika 1933 Klika, J., 1933. Studien über die xerotherme Vegetation Mitteleuropas II. Xerotherme Gesellschaften in Böhmen. Beih. Bot. Centralbl., 50, 2. 707-773. Dresden.
7569 7612 16/1.0.1 syn compl pp Quercetalia robori - pubescentis Förster 1979 ?
7570 6145 16/1.0.1 syn compl pp Quercetea pubescenti - petraeae Jakucs 1960 Jakucs, P., 1960. Nouveau classement cénologique des bois de chênes xérothermes (Quercetea pubescenti-petraeae cl. nov.) de l’Europe. Acta Bot. Acad. Sci. Hung., 6 : 267-303.
7571 6146 16/1.0.1 syn compl pp Quercetea pubescentis subsp. pubescentis Doing-Kraft 1955 Doing Kraft, H. 1955. De natuurlijke standplants van Cornus mas L. Jaarboek der Nederl. Dendr. Ven., 20 : 169-201.
7572 6147 16/1.0.1 syn compl pp Quercetea pubescentis subsp. pubescentis Doing-Kraft 1955 ex Scamoni & Passarge 1959 Scamoni, A. & H. Passarge 1959. Gedanken zu einer natürlichen Ordnung der Waldgesellschaften. Arch. Forstwesen, 8 : 386-425. Doing Kraft, H. 1955. De natuurlijke standplants van Cornus mas L. Jaarboek der Nederl. Dendr. Ven., 20 : 169-201.
7573 6890 16/1.0.1 syn incl Sorbo ariae subsp. ariae - Quercetalia pubescentis subsp. pubescentis Gillet 1986 prov. Sorbo ariae - Quercetalia pubescentis Sorbo - Quercetalia pubescentis Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7574 6153 16/1.0.1.0.1 91I0*pp ALL Aceri opali - Quercion pubescentis subsp. pubescentis Gillet 1986 ex Julve 1993 bois caducifoliés médioeuropéens, basophiles, planitiaires à subméditerranéens occidentaux Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7575 6899 16/1.0.1.0.1 syn = Aceri opali - Quercion pubescentis subsp. pubescentis Gillet 1986 prov. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7576 6154 16/1.0.1.0.1 syn compl pp Buxo sempervirentis - Quercenion pubescentis Zólyomi & Jakucs 1957 ex Jakucs 1960 Jakucs, P., 1960. Nouveau classement cénologique des bois de chênes xérothermes (Quercetea pubescenti-petraeae cl. nov.) de l’Europe. Acta Bot. Acad. Sci. Hung., 6 : 267-303. Zólyomi, B. & P. Jakucs, 1957. Neue Einteilung der Assoziationen der Quercetalia pubescentis-petraeae Ordnung im pannonischen Eichenwaldgebiet. Ann. Hist.-Nat. Mus. Natl. Hung., 8 : 227-229.
7577 6155 16/1.0.1.0.1 syn compl pp Buxo sempervirentis - Quercion pubescentis Zólyomi & Jakucs 1957 Zólyomi, B. & P. Jakucs, 1957. Neue Einteilung der Assoziationen der Quercetalia pubescentis-petraeae Ordnung im pannonischen Eichenwaldgebiet. Ann. Hist.-Nat. Mus. Natl. Hung., 8 : 227-229.
7578 6158 16/1.0.1.0.1 syn compl pp Quercion pubescentis - petraeae Braun-Blanquet 1932 Quercion pubescentis - petraeae Braun-Blanquet, J., 1932. Zur Kenntnis nordschweizerischer Waldgesellschaften. Beih. Bot. Centralbl. (Dresden) 49B : 7-42.
7579 7613 16/1.0.1.0.1 syn compl pp Quercion pubescentis - petraeae Braun-Blanquet 1932 em. Rivas-Martinez 1972 Rivas-Martínez, S., 1972. Apuntes sobre la sintaxonomía del orden Quercetalia pubescentis en España. Anales Inst. Bot. Cavanilles, 29 : 123-128. Braun-Blanquet, J., 1932. Zur Kenntnis nordschweizerischer Waldgesellschaften. Beih. Bot. Centralbl. (Dresden) 49B : 7-42.
7580 6156 16/1.0.1.0.1 syn compl pp Quercion pubescentis Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Recherches phytogéographiques sur le Massif du Grossglockner (Hohe Tauerm). Impr. All. et Fils. Grenoble.
7581 6157 16/1.0.1.0.1 syn compl pp Quercion pubescentis Braun-Blanquet 1931 ex Klika 1937 Klika, J., 1937. Xerotherme und Waldgesellschaften der Westkarpathen (Brezover Berge). Beih. Bot. Centralbl., 57 B : 295-342. Dresden. Braun-Blanquet, J., 1931. Recherches phytogéographiques sur le Massif du Grossglockner (Hohe Tauerm). Impr. All. et Fils. Grenoble.
7582 6860 16/1.0.1.0.1 syn compl pp Sorbo ariae - Quercenion pubescentis Rameau in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
7583 9305 16/1.0.1.0.1 syn compl pp Ononido rotundifoliae - Pinion sylvestris Braun-Blanquet, Sissingh & Vlieger 1939 Ononido - Pinion Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
7584 9307 16/1.0.1.0.1 syn compl pp Cephalanthero rubrae - Pinion sylvestris Vanden Berghen 1969 Vanden Berghen, C., 1969. La végétation méditerraneo-montagnarde en Haute-Soule (Pyrénées occidentales, France). Mitt. Flor. Soz. Arbeitsgem., N.F., 14 : 299-308.
7585 6159 16/1.0.1.0.1/01 ASS Sorbo ariae - Quercetum pubescentis subsp. pubescentis Gillet 1986 Jura collinéen Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7586 7760 16/1.0.1.0.1/01 syn compl pp Campanulo bononiensis - Quercetum pubescentis Braun-Blanquet 1961 Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
7587 7623 16/1.0.1.0.1/01 syn compl pp Carici - Quercetum pubescentis Förster 1968 Förster, M., 1968. Über xerotherme Eichenmischwälder des deutschen Mittelgebirgsraumes. Eine waldkundlich-vegetationskundliche und pflanzengeographische Untersuchung. Diss. Hannoversch Münden.
7588 7621 16/1.0.1.0.1/01 syn compl pp Coronillo coronatae - Quercetum petraeae Moor 1962 ?
7589 7622 16/1.0.1.0.1/01 syn compl pp Hippocrepido emeri - Quercetum pubescentis Förster 1968 Förster, M., 1968. Über xerotherme Eichenmischwälder des deutschen Mittelgebirgsraumes. Eine waldkundlich-vegetationskundliche und pflanzengeographische Untersuchung. Diss. Hannoversch Münden.
7590 7620 16/1.0.1.0.1/01 syn compl pp Lithospermo purpurocaerulei - Quercetum petraeae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7591 7807 16/1.0.1.0.1/01 syn compl pp Molinio caeruleae subsp. arundinaceae - Pinetum sylvestris E. Schmid 1936 em. Seibert 1962 Molinio arundinaceae - Pinetum sylvestris Seibert, P., 1962. Die Auenvegetation an der Isar nördlich von München und ihre Beeinflüssung durch den Menschen. Landschaftspfl. Vegetationsk., 3 : 1-124. Schmid, E., 1936. Die Reliktföhrenwälder der Alpen : mit 6 Tafeln, einer vielfarbigen Karte, einem mehrfarbigen Profil und mehreren Textfiguren und Tabellen, Bände 21-23, Huber, Bern.
7592 7939 16/1.0.1.0.1/01 syn compl pp Noccaeo montanae - Quercetum petraeae de Laclos & Royer 2001 prov. Laclos, E. de & J.-M. Royer, 2001. Etude phytoécologique des dépressions des dalles calcaires à Deschampsia media et divers Juncus de Bourgogne et du sud du Jura. Bull. Soc. Bot. Centre-Ouest, n.s., 32 : 53-72.
7593 7808 16/1.0.1.0.1/01 syn compl pp Noccaeo montanae - Quercetum petraeae Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
7594 7833 16/1.0.1.0.1/01 syn compl pp Potentillo albae - Quercetum petraeae Libbert 1933 Libbert, W., 1933. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 75: 229-348.
7595 7624 16/1.0.1.0.1/01 syn compl pp Potentillo albae - Quercetum petraeae Libbert 1933 em. Müller in Oberdorfer 1992 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart. Libbert, W., 1933. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 75: 229-348.
7596 7618 16/1.0.1.0.1/01 syn compl pp Quercetum petraeae - pubescentis Imchenetzky 1926 Imchenetzky. A., 1926. Les associations végétales de la partie supérieure de la vallée de la Loue ; Thèse - Fac. Sc. Besançon. 120 p.
7597 7619 16/1.0.1.0.1/01 syn compl pp Querco petraeae - Lithospermetum purpurocaerulei Braun-Blanquet 1932 Braun-Blanquet, J., 1932. Zur Kenntnis nordschweizerischer Waldgesellschaften. Beih. Bot. Centralbl. (Dresden) 49B : 7-42.
7598 7840 16/1.0.1.0.1/01 syn compl pp Rubio peregrinae - Quercetum pubescentis Rameau 1974 Rameau, J.-C., 1974. Essai de synthèse sur les groupements forestiers calcicoles de la Bourgogne du sud et de la Lorraine. Ann. Sci. Univ. Besançon, Bot., 14 : 343-530.
7599 7810 16/1.0.1.0.1/01 syn compl pp Seslerio caeruleae - Quercetum petraeae Bugnon & Simonnot 1994 ?
7600 7809 16/1.0.1.0.1/01 syn compl pp illeg Lithospermo purpurocaerulei - Quercetum petraeae Rameau 1996 Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p.
7601 7937 16/1.0.1.0.1/01 syn compl pp illeg Lithospermo purpurocaerulei - Quercetum petraeae Rameau 1996 ex Royer 2006 ? Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p.
7602 6900 16/1.0.1.0.1/01bis SUBASS Sorbo ariae - Quercetum pubescentis subsp. pubescentis Gillet 1986, tilietosum platyphylli Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7603 6160 16/1.0.1.0.1/02 ASS Aceri monspessulani - Quercetum pubescentis subsp. pubescentis (Braun-Blanquet 1936) de Foucault & Julve 1991 marges méditerranéennes supraméditerranéen Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420.
7604 7729 16/1.0.1.0.1/02 syn compl pp Aceri monspessulani - Fagetum sylvaticae Comps, Letouzey & Timbal 1980 Comps, B., J. Letouzey & J. Timbal 1980. Essai de synthèse phytosociologique sur les hêtraies collinéennes du domaine atlantique français. Doc. Phytosoc. 5: 177-211.
7605 7792 16/1.0.1.0.1/02 syn compl pp Ilici aquifolii - Quercetum pubescentis Molinier 1934 Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274.
7606 7093 16/1.0.1.0.1/02 syn compl pp Querco pubescentis - Buxetum sempervirentis Braun-Blanquet (1931) 1932 Querco - Buxetum Braun-Blanquet, J., 1932. Zur Kenntnis nordschweizerischer Waldgesellschaften. Beih. Bot. Centralbl. (Dresden) 49B : 7-42. Braun-Blanquet, J., 1931. Recherches phytogéographiques sur le Massif du Grossglockner (Hohe Tauerm). Impr. All. et Fils. Grenoble.
7607 6161 16/1.0.1.0.1/03 ASS Sorbo domesticae - Quercetum pubescentis subsp. pubescentis Julve 1994 Bassin aquitain à Ile-de-France planitiaire Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
7608 6219 16/1.0.1.0.1/04 ASS Sorbo x vagensis - Fagetum sylvaticae (Thévenin & Royer 2001) Julve 2011 ass. nov. hoc loco Champagne hoc loco Thévenin, S. & J.-M. Royer, 2001. Les groupements végétaux de la Champagne crayeuse. Bull. Soc. Et. Sci. Nat. Reims, n° spé., 1-32 et annexes.
7609 6218 16/1.0.1.0.1/04 syn = Sorbo torminalis - Fagetum sylvaticae Julve 1993 prov. Jura collinéen-montagnard Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7610 6864 16/1.0.1.0.1/04 syn compl pp Sorbo latifoliae - Fagetum sylvaticae Thévenin & Royer 2001 Thévenin, S. & J.-M. Royer, 2001. Les groupements végétaux de la Champagne crayeuse. Bull. Soc. Et. Sci. Nat. Reims, n° spé., 1-32 et annexes.
7611 7055 16/1.0.1.0.1/05 ASS Aceri opali - Quercetum pubescentis subsp. pubescentis (Braun-Blanquet, Roussine & Nègre 1952) Julve 2008 ass. nov. hoc loco Mont Lozère montagnard hoc loco Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
7612 6271 16/1.0.1.0.1/05 syn compl pp Querco pubescentis - Aceretum opali Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
7613 8278 16/1.0.1.0.1/05 syn compl pp Lathyro latifoliae - Quercetum pubescentis Barbero, Gruber & Loisel 1971 'Barbero, M., M. Gruber & R. Loisel, 1971. Les forêts caducifoliées de l''étage collinéen de Provence et des AlpesMaritimes et de la Ligurie Occidentale. Ann. Univ. Provence, 45 : 157-202.'
7614 7795 16/1.0.1.0.1/07 ASS Aceri monspessulani - Juniperetum thuriferae Julve 2011 ass. nov. prov. hoc loco bois supraméditerranéen montagnard hoc loco
7615 8299 16/1.0.1.0.1/08 ASS Pinetum nigrae subsp. nigro - subsp. salzmannii Julve 2012 ass. nov. hoc loco Pinetum nigro - salzmannii hoc loco
7616 7769 16/1.0.1.0.1/09 DC DC Pinus sylvestris [Aceri opali - Quercion pubescentis] DC
7617 7770 16/1.0.1.0.1/09 syn compl pp Cephalanthero rubrae - Pinetum sylvestris Vanden Berghen 1969 Vanden Berghen, C., 1969. La végétation méditerraneo-montagnarde en Haute-Soule (Pyrénées occidentales, France). Mitt. Flor. Soz. Arbeitsgem., N.F., 14 : 299-308.
7618 9306 16/1.0.1.0.1/09 syn compl pp Onobrychido - Pinetum sylvestris Braun-Blanquet 1961 Onobrychideto - Pinetum Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
7619 6168 16/1.0.1.0.2 ALL Ostryo carpinifoliae - Fraxinion orni de Foucault & Julve 1991 bois caducifoliés médioeuropéens, basophiles, subméditerranéens orientaux Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420.
7620 6169 16/1.0.1.0.2 syn compl pp Carpinion orientalis Horvat 1958 ?
7621 6170 16/1.0.1.0.2 syn compl pp Fraxino orni - Ostryion carpinifoliae Tomazic 1940 ?
7622 6171 16/1.0.1.0.2 syn compl pp Ostryo carpinifoliae - Carpinion orientalis Horvat 1959 Horvat, I., 1959. Sistematski odnosi termofilnih hrastovih i borovih šuma jugoistocne Evrope (Systematic relations of thermophilous shrubbery and pine woods of southeastern Europe). Biol. Glasn. Zagreb, 12 : 1-40.
7623 6172 16/1.0.1.0.2/01 ASS Ostryo carpinifoliae - Fraxinetum orni de Foucault & Julve 1991 bois subméditerranéen oriental, mésohydrique Alpes maritimes supraméditerranéen Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420.
7624 7762 16/1.0.1.0.2/01 syn compl pp Campanulo persicifoliae - Ostryetum carpinifoliae Barbero, Gruber & Loisel 1971 'Barbero, M., M. Gruber & R. Loisel, 1971. Les forêts caducifoliées de l''étage collinéen de Provence et des AlpesMaritimes et de la Ligurie Occidentale. Ann. Univ. Provence, 45 : 157-202.'
7625 7814 16/1.0.1.0.2/01 syn compl pp Fraxino orni - Quercetum pubescentis Barbero 1970 Orno - Quercetum pubescentis ?
7626 7771 16/1.0.1.0.2/01 syn compl pp Leucanthemo virgati - Ostryetum carpinifoliae Barbero 1970 Chrysanthemo - Ostryetum ?
7627 8274 16/1.0.1.0.2/01 syn compl pp Leucanthemo virgati - Ostryetum carpinifoliae (Gruber 1968) Barbero, Gruber & Loisel 1971 'Barbero, M., M. Gruber & R. Loisel, 1971. Les forêts caducifoliées de l''étage collinéen de Provence et des AlpesMaritimes et de la Ligurie Occidentale. Ann. Univ. Provence, 45 : 157-202.' Gruber, M., 1968. Ostrya carpinifolia Scop. dans le secteur préligurien. Bull. Soc. Bot. Fr., 115 : 207-218.
7628 7849 16/1.0.1.0.2/01 syn compl pp Seslerio argenteae - Ostryetum carpinifoliae Barbero 1970 ?
7629 8275 16/1.0.1.0.2/01 syn compl pp Seslerio argenteae - Ostryetum carpinifoliae Horvat 1950 Seslerio argenteae - Ostryetum carpinifoliae Horvat, I., 1950. Šumske zajednice Jugoslavije. Drugo prošireno i popunjeno izdanje. Zagreb : Nakladni Zavod Hrvatske, 1950. VII + 73 p.
7630 8276 16/1.0.1.0.2/01 syn compl pp Ostryo carpinifoliae - Seslerietum argenteae Barbero, Gruber & Loisel 1971 Ostryo - Seslerietum argenteae 'Barbero, M., M. Gruber & R. Loisel, 1971. Les forêts caducifoliées de l''étage collinéen de Provence et des AlpesMaritimes et de la Ligurie Occidentale. Ann. Univ. Provence, 45 : 157-202.'
7631 8277 16/1.0.1.0.2/01 syn compl pp Seslerio argenteae - Ostryetum carpinifoliae Lapraz 1983 Seslerio argenteae - Ostryetum 'Lapraz, G., 1983. Les ostryaies de l''ordre des Quercetalia pubescentis de l''arrière pays de Nice et de Menton. Bull. Soc. Bot. Fr.130, 137-152.'
7632 8264 16/1.0.1.0.2/01 syn compl pp Melico uniflorae - Ostryetum carpinifoliae Lapraz 1979 Lapraz, G., 1979. Les forêts méso-hygrophiles de basse altitude des ravins et vallées affluents du var, du Paillon et du Loup : association à Melica uniflora et Ostrya carpinifolia (Melico uniflorae-Ostryetum). Riv. Scient., 66 : 33-46
7633 8267 16/1.0.1.0.2/01 syn compl pp Fraxino orni - Quercetum ilicis Horvatic 1953 Orno - Quercetum ilicis ?
7634 6389 16/1.0.1.0.2/01 syn compl pp Ostryo carpinifoliae - Quercetum ilicis Lapraz 1975 'Lapraz, G., 1975. Les forêts méditerranéennes mésophiles à Chêne vert, Chêne pubescent, Ostrya et Fraxinus ornus de la région niçoise : l''association à Ostrya carpinifolia et Quercus ilex (Ostryo - Quercetum ilicis). Riv. Scient., 1 : 6-27.'
7635 6173 16/1.0.1.0.2/02 ASS Quercetum cerro - pubescentis de Foucault & Julve 1991 bois subméditerranéen oriental, mésoxérophile Alpes maritimes, Corse supraméditerranéen Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420.
7636 6903 16/1.0.2 9160pp+9130pp ORD Pruno avii - Carpinetalia betuli Gillet 1986 ex Julve 1993 bois caducifoliés médioeuropéens, mésotrophiles, planitiaires-collinéens Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7637 6206 16/1.0.2 syn = Pruno avii - Carpinetalia betuli Gillet 1986 prov. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7638 7653 16/1.0.2 syn compl pp Carpinion betuli Horvat 1956 Carpinion betuli illyricum ?
7639 6207 16/1.0.2 syn compl pp Carpinion betuli Issler 1931 Issler, E., 1931. Les associations silvatiques haut-rhinoises. Classification sociologique des forêts du département du Haut-Rhin à l’exclusion du Sundgau et du Jura alsacien. Bull. Soc. Bot. France, 76 : 62-141.
7640 7649 16/1.0.2 syn compl pp Carpinion betuli Issler 1931 em. Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Issler, E., 1931. Les associations silvatiques haut-rhinoises. Classification sociologique des forêts du département du Haut-Rhin à l’exclusion du Sundgau et du Jura alsacien. Bull. Soc. Bot. France, 76 : 62-141.
7641 6208 16/1.0.2 syn compl pp Carpino betuli - Fagenalia sylvaticae Rameau (1981) 1996 Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p. ?
7642 6209 16/1.0.2 syn compl pp Carpino betuli - Fagetalia sylvaticae Scamoni & Passarge 1959 Scamoni, A. & H. Passarge, 1959. Gedanken zu einer natürlichen Ordnung der Waldgesellschaften. Arch. Forstwesen, 8 : 386-425.
7643 6139 16/1.0.2 syn compl pp Carpino betuli - Fagetea sylvaticae Jakucs 1967 Jakucs, P., 1967. Gedanken zur höheren Systematik der europäischen Laubwälder. Contr. Univ. “Babes-Bolyai” Bot. Cluj-Napoca 1967: 159-166.
7644 6210 16/1.0.2 syn compl pp Fagetalia sylvaticae Pawłowski in Pawłowski, Sokołowski & Wallisch 1928 Pawłowski, B., M. Sokołowski & K. Wallisch, 1928. Die Pflanzenassoziationen des Tatra-Gebirges. VII. Teil. Die Pflanzenassoziationen und die Flora des Morskie Oko-Tales. Bull. Int. Acad. Sci. Cracovie, Cl. Sci. Math., Ser. B., Sci. Nat., suppl.2 : 205-272.
7645 7443 16/1.0.2 syn compl pp Fraxino excelsioris - Quercion roboris Rameau 1994 'Rameau, J.-C., 1994. Typologie phytosociologique des habitats forestiers et associés. Types simplement représentatifs ou remarquables sur le plan patrimonial. Tome 1. ENGREF, Ministère de l''Agriculture et de la Pêche, 174 p.'
7646 7650 16/1.0.2 syn compl pp Galio sylvatici - Carpinenion betuli Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7647 6211 16/1.0.2 syn compl pp Polysticho setiferi - Corylenion avellanae (Vanden Berghen 1968) O. de Bolòs 1973 Bolòs, O. de, 1973. Le vegetacion de la Serreta negra de Fraga. Mem. Real Acad. Cienc. Art. Barcelona, 42(6) : 269-313. Vanden Berghen, C., 1968. Les forêts de la Haute Soule (Basses Pyrénées). Bull. Soc. Roy. Bot. Belgique, 102 : 107-132.
7648 8157 16/1.0.2 syn compl pp Polysticho setiferi - Corylion avellanae (Vanden Berghen 1969) O. de Bolòs 1973 Bolòs, O. de, 1973. Le vegetacion de la Serreta negra de Fraga. Mem. Real Acad. Cienc. Art. Barcelona, 42(6) : 269-313. Vanden Berghen, C., 1969. La végétation méditerraneo-montagnarde en Haute-Soule (Pyrénées occidentales, France). Mitt. Flor. Soz. Arbeitsgem., N.F., 14 : 299-308.
7649 6212 16/1.0.2 syn compl pp Polysticho setiferi - Fraxinion excelsioris (O. de Bolòs 1973) Rameau 1996 Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p. Bolòs, O. de, 1973. Le vegetacion de la Serreta negra de Fraga. Mem. Real Acad. Cienc. Art. Barcelona, 42(6) : 269-313.
7650 7923 16/1.0.2 syn compl pp Polysticho setiferi - Quercion roboris Géhu 2006 'Géhu, J.-M., 2006. A Saint-Lunaire (35), une remarquable maquette estuarienne d''halipèdes dans un contexte de ria. Bull. Soc. Bot. Centre-Ouest, ns, 37 : 117-146.'
7651 7652 16/1.0.2 syn compl pp Primulo vulgaris - Carpinenion betuli (Horvat 1956) Müller in Oberdorfer 1992 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart. ?
7652 6213 16/1.0.2 syn compl pp Pulmonario montanae - Carpinenion betuli Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7653 7651 16/1.0.2 syn compl pp Tilio cordatae - Carpinenion betuli Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7654 6214 16/1.0.2.0.1 ALL Aceri campestris - Carpinion betuli Gillet 1986 em. Julve 1993 bois caducifoliés médioeuropéens, planitiaires-collinéens, neutroclines Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7655 6215 16/1.0.2.0.1 syn compl pp Fraxino excelsioris - Carpinion betuli Tüxen 1936 ?
7656 6862 16/1.0.2.0.1 syn compl pp Fraxino excelsioris - Quercion roboris Rameau in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
7657 6216 16/1.0.2.0.1 syn pp Aceri campestris - Carpinion betuli Gillet 1986 prov. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7658 6217 16/1.0.2.0.1/01 ASS Aceri campestris - Carpinetum betuli Julve 1994 chênaie-hêtraie-charmaie neutrocline, climacique, mésotrophile, mésohydrique Bassin parisien planitiaire-collinéen Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
7659 7755 16/1.0.2.0.1/01 syn compl pp Bromo racemosi - Carpinetum betuli Passarge & Hofmann 1968 Passarge, H. & G. Hofmann 1968. Pflanzengesellschaften des nordostdeutschen Flachlandes 2. G. Fischer. Jena.
7660 7449 16/1.0.2.0.1/01 syn compl pp Carici albae - Fagetum sylvaticae Rübel 1930 ex Moor 1952 Carici - Fagetum Moor, M., 1952. Die Fagion-Gesellschaften im Schweizer Jura. Beitr. Geobot. Landesaufn. Schweiz, 31 : 1-201.
7661 7658 16/1.0.2.0.1/01 syn compl pp Carici albae - Tilietum cordatae Müller & Görs 1958 Müller, T. & S. Görs, 1958. Zur Kenntnis einiger Auenwaldgesellschaften im württembergischen Oberland. Beitr. Naturk. Forsch. Südwestdeutsch., 17 : 88-165.
7662 7779 16/1.0.2.0.1/01 syn compl pp Carici flaccae - Fagetum sylvaticae Comps, Letouzey & Timbal 1980 Comps, B., J. Letouzey & J. Timbal, 1980. Essai de synthèse phytosociologique sur les hêtraies collinéennes du domaine atlantique français. Doc. Phytosoc., 5 : 177-211.
7663 7732 16/1.0.2.0.1/01 syn compl pp Carici montanae - Quercetum roboris Rameau 1996 Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p.
7664 7448 16/1.0.2.0.1/01 syn compl pp Cephalanthero damasonii - Fagetum sylvaticae Oberdorfer 1957 Cephalanthero - Fagetum Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7665 7445 16/1.0.2.0.1/01 syn compl pp Daphno laureolae - Fagetum sylvaticae Durin, Géhu, Noirfalise & Sougnez 1967 Durin, L., J.-M. Géhu, A. Noirfalise & N. Sougnez, 1967. Les hêtraies atlantiques et leur essaim climacique dans le Nord-Ouest et l’Est de la France. Bull Soc. Bot. Nord Fra., 39(1/4) : 1-225.
7666 7657 16/1.0.2.0.1/01 syn compl pp Galio sylvatici - Carpinetum betuli Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7667 7758 16/1.0.2.0.1/01 syn compl pp Lithospermo purpurocaerulei - Carpinetum betuli (Issler 1924) Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7668 7620 16/1.0.2.0.1/01 syn compl pp Lithospermo purpurocaerulei - Quercetum petraeae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7669 8263 16/1.0.2.0.1/01 syn compl pp Mercurialo perennis - Aceretum campestris Bardat 1989 Bardat, J., 1989. Phytosociologie et écologie des forêts de Haute-Normandie – Leur place dans le contexte sylvatique Ouest-Européen. Thèse Univ. Rouen. 627 p.
7670 7446 16/1.0.2.0.1/01 syn compl pp Mercurialo perennis - Aceretum campestris Bardat 1993 Bardat, J., 1993. Phytosociologie et écologie des forêts de Haute-Normandie – Leur place dans le contexte sylvatique Ouest-Européen. Bull. Soc.Bot. Centre Ouest, NS, Numéro spécial, 11 : 1-376.
7671 7939 16/1.0.2.0.1/01 syn compl pp Noccaeo montanae - Quercetum petraeae de Laclos & Royer 2001 prov. Laclos, E. de & J.-M. Royer, 2001. Etude phytoécologique des dépressions des dalles calcaires à Deschampsia media et divers Juncus de Bourgogne et du sud du Jura. Bull. Soc. Bot. Centre-Ouest, n.s., 32 : 53-72.
7672 7808 16/1.0.2.0.1/01 syn compl pp Noccaeo montanae - Quercetum petraeae Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
7673 7841 16/1.0.2.0.1/01 syn compl pp Rubio peregrinae - Fagetum sylvaticae Roisin 1969 Rubio - Fagetum 'Roisin, P., 1969. Le domaine phytogéographique atlantique d''Europe. Duculot, Gembloux, 262 p.'
7674 7475 16/1.0.2.0.1/01 syn compl pp Scillo bifoliae - Carpinetum betuli Rameau 1974 Rameau, J.-C., 1974. Essai de synthèse sur les groupements forestiers calcicoles de la Bourgogne du sud et de la Lorraine. Ann. Sci. Univ. Besançon, Bot., 14 : 343-530.
7675 7731 16/1.0.2.0.1/01 syn compl pp Scillo bifoliae - Quercetum roboris Rameau 1996 Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p.
7676 7810 16/1.0.2.0.1/01 syn compl pp Seslerio caeruleae - Quercetum petraeae Bugnon & Simonnot in Simonnot 1994 Simonnot, J.-L., 1994. Catalogue des types de stations forestières des annexes du Morvan. SERFOB Dijon, université de Bourgogne. 211 p.
7677 7756 16/1.0.2.0.1/01 syn compl pp Stellario holosteae - Quercetum petraeae (Issler (1924) 1926) Boeuf & Simler 2009 ? 'Issler, E., 1926. Les Associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. Première partie : Les forêts (fin). Documents sociologiques, Bulletin de la Société d''Histoire Naturelle de Colmar, 19 : 1-109.' 'Issler, E., 1924. Les Associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. Première partie : Les forêts. A. Les associations d''arbres feuillus. Diagnoses phytosociologiques, Bulletin de la Société d''Histoire Naturelle de Colmar, 17 : 1-67.'
7678 7870 16/1.0.2.0.1/01 syn compl pp Viburno lantanae - Quercetum petraeae Lapraz 1963 'Lapraz, G., 1963. La végétation de l''Entre-Deux-Mers : les chênaies et charmaies mésophiles sur sol basique ou neutre. (Viburno- Quercetum occidentale). Mém. Soc. Sc. Phys. et Nat. de Bordeaux, 8 ème série , 3 : 1 - 14.'
7679 7809 16/1.0.2.0.1/01 syn compl pp illeg Lithospermo purpurocaerulei - Quercetum petraeae Rameau 1996 Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p.
7680 7937 16/1.0.2.0.1/01 syn compl pp illeg Lithospermo purpurocaerulei - Quercetum petraeae Rameau 1996 ex Royer in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p. Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p.
7681 6220 16/1.0.2.0.1/01 syn pp Querco petraeae - Carpinetum betuli (Tüxen 1930) Gillet 1986 Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t. Tüxen, R., 1930. Über einige nordwestdeutsche Waldassoziationen von regionaler Verbreitung. Jahrb. Geogr. Ges. Hannover (1929), 55-116.
7682 6221 16/1.0.2.0.1/01 syn pp Querco robori - Carpinetum betuli (Tüxen 1930) Gillet 1986 Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t. Tüxen, R., 1930. Über einige nordwestdeutsche Waldassoziationen von regionaler Verbreitung. Jahrb. Geogr. Ges. Hannover (1929), 55-116.
7683 6222 16/1.0.2.0.1/01bis SUBASS Aceri campestris - Carpinetum betuli Julve 1994, fraxinetosum excelsioris frênaie-hêtraie-charmaie neutrocline, climacique, mésotrophile, mésohygrophile Bassin parisien Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
7684 6223 16/1.0.2.0.1/01bis syn = Carpino betuli - Fraxinetum excelsioris Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7685 6224 16/1.0.2.0.1/01bis syn = Pruno avii - Fraxinetum excelsioris de Foucault 1994 Foucault, B. de, 1994. Contribution à la connaissance phytosociologique des ZNIEFF régionales. III. Le système calcicole de la région d’Auxi-le-Château. Bull. Soc. Bot. Nord Fra., 47(3) : 29-39.
7686 6225 16/1.0.2.0.1/01bis syn = Ulmo glabrae - Aceretum campestris Decocq 1997 ex 1998 Decocq, G., 1998. Données phytosociologiques récentes sur les forêts de la Thiérache (Aisne, France). I - les forêts mésophiles de la Thiérache argilo-calcaire. Acta Botan. Gallica, 145 (2) : 125-147. 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.'
7687 7444 16/1.0.2.0.1/01bis syn compl pp Aconito vulpariae - Quercetum roboris (Chouard) Bugnon & Rameau 1974 'Bugnon, F. & J.-C. Rameau, 1974.L''Aconito vulpariae-Quercetum pedunculatae, association sylvatique des fonds de combe dans les plateaux jurassiques du sud-est du Bassin Parisien et de la Bourgogne. Bull. Sc. Bourgogne , 29 : 5 - 16.'
7688 7470 16/1.0.2.0.1/01bis syn compl pp Adoxo moschatellinae - Fraxinetum excelsioris Bardat 1993 Bardat, J., 1993. Phytosociologie et écologie des forêts de Haute-Normandie – Leur place dans le contexte sylvatique Ouest-Européen. Bull. Soc.Bot. Centre Ouest, NS, Numéro spécial, 11 : 1-376.
7689 7733 16/1.0.2.0.1/01bis syn compl pp Alno glutinosae - Carpinetum betuli Issler 1926 'Issler, E., 1926. Les Associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. Première partie : Les forêts (fin). Documents sociologiques, Bulletin de la Société d''Histoire Naturelle de Colmar, 19 : 1-109.'
7690 7774 16/1.0.2.0.1/01bis syn compl pp Corydalido cavae - Aceretum pseudoplatani Moor 1973 Moor, M., 1973. Das Corydalido-Aceretum, ein Beitrag zur Systematik der Ahornwälder. Ber. Schweiz. bot. Ges., 83 : 106–132.
7691 7794 16/1.0.2.0.1/01bis syn compl pp Isopyro thalictroidis - Quercetum roboris Tüxen & Diémont 1936 Isopyro - Quercetum roboris Tüxen, R.& W.H. Diémont, 1936. Weitere Beiträge zum Klimax-Problem des westeuropäischen Festlandes. Mitteil. Naturwiss. Ver. Osnabrück, 23 : 131-184.
7692 7796 16/1.0.2.0.1/01bis syn compl pp Lonicero caprifolii - Fagetum sylvaticae Bournérias & Timbal 1979 Bournérias, M. & J. Timbal, 1979. Le hêtre (Fagus silvatica L.) et les climax en Champagne crayeuse (première partie). Bull. Soc. Bot. Fr., Lettres Bot. , 126(2) : 225 - 240.
7693 7822 16/1.0.2.0.1/01bis syn compl pp Phyllitido scolopendri - Fraxinetum excelsioris Durin, Géhu, Noirfalise & Sougnez 1967 Phyllitido - Fraxinetum Durin, L., J.-M. Géhu, A. Noirfalise & N. Sougnez, 1967. Les hêtraies atlantiques et leur essaim climacique dans le Nord-Ouest et l’Est de la France. Bull Soc. Bot. Nord Fra., 39(1/4) : 1-225.
7694 7823 16/1.0.2.0.1/01bis syn compl pp Phyllitido scolopendri - Tilietum platyphylli Savoie 1996 Phyllitido - Tilietum platyphylli 'Savoie, J.-M., 1996. Rapprochement entre types de stations et habitats
forestiers des Pyrénées centrales. ONF DTC. 507 p.'
7695 7476 16/1.0.2.0.1/01bis syn compl pp Phyllitido scolopendrii - Fraxinetum excelsioris Durin, Géhu, Noirfalise & Sougnez 1967 Durin, L., J.-M. Géhu, A. Noirfalise & N. Sougnez, 1967. Les hêtraies atlantiques et leur essaim climacique dans le Nord-Ouest et l’Est de la France. Bull Soc. Bot. Nord Fra., 39(1/4) : 1-225.
7696 7834 16/1.0.2.0.1/01bis syn compl pp Primulo elatiori - Quercetum roboris Noirfalise 1984 Noirfalise, A., 1984. Forêts et stations forestières en Belgique. Presses agronomiques de Gembloux, Gembloux. 234 p.
7697 7467 16/1.0.2.0.1/01bis syn compl pp Primulo elatioris - Carpinetum betuli Noirfalise 1984 Noirfalise, A., 1984. Forêts et stations forestières en Belgique. Presses agronomiques de Gembloux, Gembloux. 234 p.
7698 7835 16/1.0.2.0.1/01bis syn compl pp Pruno padi - Quercetum roboris Schnitzler-Lenoble 1988 Schnitzler-Lenoble, A., 1988. Typologie phytosociologique, écologique et dynamique des forêts alluviales du complexe géomorphologique allo-rhénan (plaine centrale d’Alsace). Thèse, Univ. Strasbourg, 485 p.
7699 7837 16/1.0.2.0.1/01bis syn compl pp Pulmonario affinis - Quercetum roboris Gruber 1989 Gruber, M., 1989. Les forêts de Quercus robur L. des Hautes-Pyrénées. Bull. Soc. Hist. Nat. Toulouse , 125 : 69 - 72.
7700 8298 16/1.0.2.0.1/01bis syn compl pp Pulmonario affinis - Quercetum roboris (Gruber 1990) Rameau 1996 Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p.
7701 7851 16/1.0.2.0.1/01bis syn compl pp Smilaco asperae - Quercetum roboris Timbal 1991 Smilaceto - Quercetum roboris Timbal, J., 1991. Un type forestier exceptionnel du sud-ouest de la France : la chênaie-frênaie à salsepareille. Doc. Phyt., N.S., Camerino, 13 : 49 - 62.
7702 7864 16/1.0.2.0.1/01bis syn compl pp Ulmo minoris - Fraxinetum excelsioris Lohmeyer 1952 ?
7703 7471 16/1.0.2.0.1/01bis syn compl pp Violo odoratae - Ulmetum minoris Doing 1962 ex Géhu & Franck 1982 Géhu, J.-M. & J. Franck, 1982. La végétation du littoral Nord-Pas de Calais (essai de synthèse). 362 p. Bailleul. Doing, H., 1962. Systematische Ordnung und Floristische Zusammensetzung niederländischer Wald- und Gebüschgesellschaften. Wentia, 8 : 1-85. North-Holland Publ. Co. Amsterdam.
7704 7439 16/1.0.2.0.1/01quater SUBASS Aceri campestris - Carpinetum betuli Julve 1994, sorbetosum torminalis Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
7705 7836 16/1.0.2.0.1/01quater syn compl pp Pulmonario affinis - Fagetum sylvaticae Comps, Letouzey & Timbal 1980 Comps, B., J. Letouzey & J. Timbal 1980. Essai de synthèse phytosociologique sur les hêtraies collinéennes du domaine atlantique français. Doc. Phytosoc. 5: 177-211.
7706 6912 16/1.0.2.0.1/01ter SUBASS Aceri campestris - Carpinetum betuli Julve 1994, sorbetosum ariae Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
7707 7625 16/1.0.2.0.1/01ter syn compl pp Lembotropido nigricantis - Quercetum roboris Oberdorfer 1957 Cytiso nigricantis - Quercetum roboris Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7708 7852 16/1.0.2.0.1/01ter syn compl pp Sorbo ariae - Quercetum petraeae Rameau 1996 Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p.
7709 6919 16/1.0.2.0.1/01ter syn incl Fraxino excelsioris - Quercetum roboris Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
7710 7741 16/1.0.2.0.1/02 ASS Fraxino excelsioris - Ulmetum minoris Julve 2011 ass. nov. hoc loco hoc loco
7711 7743 16/1.0.2.0.1/02 syn compl pp Aro italici var. neglecti - Fraxinetum excelsioris O. de Bolòs 1973 Aro neglecti - Fraxinetum excelsioris Bolòs, O. de, 1973. Le vegetacion de la Serreta negra de Fraga. Mem. Real Acad. Cienc. Art. Barcelona, 42(6) : 269-313.
7712 7742 16/1.0.2.0.1/02 syn compl pp Aro italici var. neglecti - Ulmetum minoris J.-M. Géhu & J. Géhu 1988 Aro neglecti - Ulmetum minoris Géhu, J.-M. & J. Géhu, 1988. Données sur les forêts littorales hyperatlantiques thermophiles de la côte d’Emeraude. Coll. Phytosoc., 14 : 115-132. (Phytosociologie et foresterie, Nancy 1985).
7713 7977 16/1.0.2.0.1/02 syn compl pp Fraxino excelsioris - Ulmetum minoris (Tüxen apud Lohmeyer 1952) Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7714 6226 16/1.0.2.0.2 ALL Populo tremulae - Carpinion betuli Julve 1993 bois caducifoliés médioeuropéens, planitiaires-collinéens, acidoclines Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7715 6227 16/1.0.2.0.2 syn compl pp Corylo avellanae - Populenion tremulae Braun-Blanquet ex O. de Bolòs 1973 Bolòs, O. de, 1973. Le vegetacion de la Serreta negra de Fraga. Mem. Real Acad. Cienc. Art. Barcelona, 42(6) : 269-313.
7716 6228 16/1.0.2.0.2 syn compl pp Corylo avellanae - Populion tremulae (Braun-Blanquet ex O. de Bolòs 1973) Rivas-Martínez & Costa 1998 Rivas-Martínez, S. & M. Costa, 1998. Datos sobre la vegetación y el bioclima del Valle de Arán. Acta Bot. Barcinon. 45 : 473-499. Bolòs, O. de, 1973. Le vegetacion de la Serreta negra de Fraga. Mem. Real Acad. Cienc. Art. Barcelona, 42(6) : 269-313.
7717 6229 16/1.0.2.0.2 syn compl pp Corylo avellanae - Populion tremulae Braun-Blanquet 1961 Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
7718 6230 16/1.0.2.0.2 syn compl pp Fraxino excelsioris - Carpinion betuli Tüxen 1936 ?
7719 7417 16/1.0.2.0.2 syn compl pp Fraxino excelsioris - Quercion roboris Passarge & Hoffmann 1968 Passarge, H. & G. Hofmann 1968. Pflanzengesellschaften des nordostdeutschen Flachlandes 2. G. Fischer. Jena.
7720 7416 16/1.0.2.0.2 syn compl pp Fraxino excelsioris - Quercion roboris Rameau 1994 'Rameau, J.-C., 1994. Typologie phytosociologique des habitats forestiers et associés. Types simplement représentatifs ou remarquables sur le plan patrimonial. Tome 1. ENGREF, Ministère de l''Agriculture et de la Pêche, 174 p.'
7721 6862 16/1.0.2.0.2 syn compl pp Fraxino excelsioris - Quercion roboris Rameau in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
7722 6231 16/1.0.2.0.2 syn compl pp Pulmonario affinis - Betulenion pendulae Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
7723 6232 16/1.0.2.0.2 syn compl pp Pulmonario longifoliae - Quercion roboris Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
7724 6216 16/1.0.2.0.2 syn pp Aceri campestris - Carpinion betuli Gillet 1986 prov. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7725 6234 16/1.0.2.0.2/01 ASS Populo tremulae - Carpinetum betuli Julve 1994 chênaie-hêtraie-charmaie acidocline, climacique, mésotrophile, mésohydrique Bassin parisien planitiaire-collinéen Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
7726 7657 16/1.0.2.0.2/01 syn compl pp Galio sylvatici - Carpinetum betuli Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7727 7757 16/1.0.2.0.2/01 syn compl pp Galio sylvatici - Quercetum petraeae (Oberdorfer 1957) Rameau 1996 Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7728 7473 16/1.0.2.0.2/01 syn compl pp Hyacinthoido non-scriptae - Fagetum sylvaticae Durin, Géhu, Noirfalise & Sougnez 1967 Endymio - Fagetum Durin, L., J.-M. Géhu, A. Noirfalise & N. Sougnez, 1967. Les hêtraies atlantiques et leur essaim climacique dans le Nord-Ouest et l’Est de la France. Bull Soc. Bot. Nord Fra., 39(1/4) : 1-225.
7729 7461 16/1.0.2.0.2/01 syn compl pp Lonicero periclymeni - Fagetum sylvaticae Passarge 1957 Periclymeno - Fagetum Passarge, H., 1957. Vegetationskundliche Untersuchungen in der Wiesenlandschaft des nördlichen Havellandes. Feddes Repert., 137 : 5-55.
7730 7815 16/1.0.2.0.2/01 syn compl pp Lonicero periclymeni - Quercetum petraeae Lapraz 1963 Periclymeno - Quercetum occidentale 'Lapraz, G., 1963. La végétation de l''Entre-Deux-Mers : chênaies, châtaigneraies et charmaies mésophiles sur sol acide (Periclymeno-Quercetum occidentale). Mém. Soc. Sc. Phys. et Nat. de Bordeaux, 8 ème série , 3 : 15-36.'
7731 7801 16/1.0.2.0.2/01 syn compl pp Luzulo sylvaticae - Quercetum petraeae Comps, Letouzey & Timbal 1980 Comps, B., J. Letouzey & J. Timbal 1980. Essai de synthèse phytosociologique sur les hêtraies collinéennes du domaine atlantique français. Doc. Phytosoc. 5: 177-211.
7732 7689 16/1.0.2.0.2/01 syn compl pp Milio effusi - Fagetum sylvaticae Frehner 1963 Frehner, H.K., 1963. Waldgesellschaften im westlichen Aargauer Mittelland. Beitr. z. Geobot. Landeraufn. d. Schweiz, 44, Bern, 96 p.
7733 7816 16/1.0.2.0.2/01 syn compl pp Peucedano gallici - Quercetum roboris Braun-Blanquet 1967 Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
7734 7472 16/1.0.2.0.2/01 syn compl pp Poo chaixii - Carpinetum betuli Oberdorfer 1957 prov. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7735 7468 16/1.0.2.0.2/01 syn compl pp Primulo vulgaris - Carpinetum betuli (Durin, Géhu, Noirfalise & Sougnez 1967) Géhu & Géhu-Franck 1986 Géhu, J.-M. & J. Géhu-Franck, 1986. Le Primulo vulgaris-Carpinetum betuli, forêt édaphique originale des argiles yprésiennes de la Flandre occidentale. Doc. Phyt., N.S., 10(1) : 415 - 422. Camerino. Durin, L., J.-M. Géhu, A. Noirfalise & N. Sougnez, 1967. Les hêtraies atlantiques et leur essaim climacique dans le Nord-Ouest et l’Est de la France. Bull Soc. Bot. Nord Fra., 39(1/4) : 1-225.
7736 7655 16/1.0.2.0.2/01 syn compl pp Querco roboris - Carpinetum betuli Knapp 1946 Querco - Carpinetum mogontiacense ?
7737 7656 16/1.0.2.0.2/01 syn compl pp Querco roboris - Carpinetum betuli Oberdorfer 1952 Querco - Carpinetum planare Oberdorfer, E., 1952. Die Wiesen des Oberrheingebietes. Beitr. Naturkundl. Forsch. Südwestdeutschl., 11 : 75-88.
7738 7654 16/1.0.2.0.2/01 syn compl pp Querco roboris - Carpinetum betuli Tüxen 1937 Querco - Carpinetum medioeuropaeum Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
7739 7842 16/1.0.2.0.2/01 syn compl pp Rusco aculeati - Quercetum petraeae Noirfalise 1968 Rusco - Quercetum petraeae 'Noirfalise, A., 1968. Le Carpinion dans l''Ouest de l''Europe. Centre de Cartographie Phytosociologique, Gembloux, communication No 49. Fedes Repertorium, Berlin,79 : 69-85.'
7740 7843 16/1.0.2.0.2/01 syn compl pp Rusco aculeati - Quercetum roboris Noirfalise 1968 Rusco - Quercetum roboris 'Noirfalise, A., 1968. Le Carpinion dans l''Ouest de l''Europe. Centre de Cartographie Phytosociologique, Gembloux, communication No 49. Fedes Repertorium, Berlin,79 : 69-85.'
7741 7756 16/1.0.2.0.2/01 syn compl pp Stellario holosteae - Quercetum petraeae (Issler (1924) 1926) Boeuf & Simler 2009 ? 'Issler, E., 1926. Les Associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. Première partie : Les forêts (fin). Documents sociologiques, Bulletin de la Société d''Histoire Naturelle de Colmar, 19 : 1-109.' 'Issler, E., 1924. Les Associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. Première partie : Les forêts. A. Les associations d''arbres feuillus. Diagnoses phytosociologiques, Bulletin de la Société d''Histoire Naturelle de Colmar, 17 : 1-67.'
7742 7917 16/1.0.2.0.2/01 syn incl pp ? Rubio peregrinae - Quercetum roboris Géhu 1982 ?
7743 8156 16/1.0.2.0.2/01 syn incl pp ? Rubio peregrinae - Quercetum roboris Géhu & Géhu-Franck 1988 'Géhu, J.-M. & J. Géhu-Franck, 1988. Données sur les forêts littorales hyperatlantiques thermophiles de la côte d''Emeraude d''Erquy à Cancale (Bretagne). Coll. Phytosoc., 14 : 115-132. (Phytosociologie et foresterie, Nancy 1985).'
7744 6235 16/1.0.2.0.2/01 syn pp Querco petraeae - Carpinetum betuli (Tüxen 1930) Gillet 1986 Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7745 6236 16/1.0.2.0.2/01 syn pp Querco roboris - Carpinetum betuli (Tüxen 1930) Gillet 1986 Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7746 8111 16/1.0.2.0.2/01 syn compl pp Umbilico rupestris - Quercetum roboris Géhu & Bournique 1993 Géhu, J.-M. & C.-P. Bournique, 1993. Observations sur les toposéquences forestières littorales des environs de Lannion (Côtes-d’Armor). Bull. Soc. Bot. Centre-Ouest, N.S., 24 : 103-111.
7747 6237 16/1.0.2.0.2/01bis SUBASS Populo tremulae - Carpinetum betuli Julve 1994, fraxinetosum excelsioris chênaie-hêtraie-charmaie acidocline, climacique, mésotrophile, mésohygrophile Bassin parisien planitiaire-collinéen Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
7748 6238 16/1.0.2.0.2/01bis syn = Betulo pubescentis - Carpinetum betuli Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7749 6239 16/1.0.2.0.2/01bis syn = Querco roboris - Alnetum glutinosae Decocq 1997 ex 1998 Decocq, G., 1998. Données phytosociologiques récentes sur les forêts de la Thiérache (Aisne, France). I - les forêts mésophiles de la Thiérache argilo-calcaire. Acta Botan. Gallica, 145 (2) : 125-147. 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.'
7750 7765 16/1.0.2.0.2/01bis syn compl pp Carici brizoidis - Quercetum roboris Rameau 1996 Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p.
7751 7780 16/1.0.2.0.2/01bis syn compl pp Deschampsio cespitosae - Fagetum sylvaticae Rameau 1996 Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p.
7752 7465 16/1.0.2.0.2/01bis syn compl pp Hyacinthoido non-scriptae - Carpinetum betuli Noirfalise 1968 'Noirfalise, A., 1968. Le Carpinion dans l''Ouest de l''Europe. Centre de Cartographie Phytosociologique, Gembloux, communication No 49. Fedes Repertorium, Berlin,79 : 69-85.'
7753 7782 16/1.0.2.0.2/01bis syn compl pp Hyacinthoido non-scriptae - Quercetum roboris Rameau 1996 Endymio - Quercetum Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p.
7754 7791 16/1.0.2.0.2/01bis syn compl pp Hyperico androsaemi - Quercetum roboris Rameau 1996 Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p.
7755 7460 16/1.0.2.0.2/01bis syn compl pp Oxalido acetosellae - Fagetum sylvaticae Bardat 1993 Bardat, J., 1993. Phytosociologie et écologie des forêts de Haute-Normandie – Leur place dans le contexte sylvatique Ouest-Européen. Bull. Soc.Bot. Centre Ouest, NS, Numéro spécial, 11 : 1-376.
7756 7781 16/1.0.2.0.2/01bis syn compl pp Poo chaixii - Fagetum sylvaticae Rameau 1996 Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p.
7757 7832 16/1.0.2.0.2/01bis syn compl pp Poo chaixii - Quercetum roboris Rameau 1996 Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p.
7758 7466 16/1.0.2.0.2/01bis syn compl pp Stellario holosteae - Carpinetum betuli Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7759 7855 16/1.0.2.0.2/01bis syn compl pp Stellario holosteae - Quercetum roboris (Oberdorfer 1957) Rameau 1996 Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7760 6240 16/1.0.2.0.2/01bis syn incl pp ? Querco roboris - Betuletum pubescentis subsp. pubescentis Decocq 1997 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.'
7761 8112 16/1.0.2.0.2/01bis syn compl pp Aro maculati subsp. neglecti - Fraxinetum excelsioris J.-M. & J. Géhu 1988 Géhu, J.-M. & J. Géhu, 1988. Données sur les forêts littorales hyperatlantiques thermophiles de la côte d’Emeraude. Coll. Phytosoc., 14 : 115-132. (Phytosociologie et foresterie, Nancy 1985).
7762 8113 16/1.0.2.0.2/01bis syn compl pp Conopodio majoris - Fraxinetum excelsioris J.-M. & J. Géhu 1988 Géhu, J.-M. & J. Géhu, 1988. Données sur les forêts littorales hyperatlantiques thermophiles de la côte d’Emeraude. Coll. Phytosoc., 14 : 115-132. (Phytosociologie et foresterie, Nancy 1985).
7763 8271 16/1.0.2.0.2/02 ASS Tilio cordatae - Fraxinetum excelsioris Julve 2012 ass. nov. hoc loco hoc loco
7764 8272 16/1.0.2.0.2/02 syn compl pp Salvio glutinosae - Fraxinetum excelsioris Oberdorfer 1964 Oberdorfer, E., 1964. Der insubrische Vegetationskomplex, seine Struktur und Abgrenzung gegen die submediterrane Vegetation in Oberitalien und in der südschweiz. Beitr. Naturk. Forsch. Südwestdeutschl., 23 : 141-187.
7765 6241 16/1.0.2.0.3 ALL Robinio pseudoacaciae - Ulmion minoris Julve 1993 bois caducifoliés médioeuropéens, planitiaires-collinéens, eutrophiles Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7766 6242 16/1.0.2.0.3 syn compl pp Robinietea pseudoacaciae Jurko 1963 ex Hadàč & Sofron 1980 Hadàč, E. & J. Sofron, 1980. Notes on syntaxonomy of cultural forest communities. Folia Geobot. Phytotax., 15: 245-258.
7767 6243 16/1.0.2.0.3/01 ASS Ailantho altissimae - Robinietum pseudacaciae Julve 2003 ass. nov. prov. hoc loco Bassin parisien planitiaire hoc loco
7768 6244 16/1.0.2.0.3/01 syn compl pp Ailanthetum altissimae Dihoru in Dihoru & Doniţă 1970 Dihoru, G. & N. Doniţă, 1970. Flora şi vegetaţia Podişului Babadag (Flora and vegetation of the Babadag Plateau). Bucureşti, Edit. Acad. R. S. România, 338 p.
7769 8283 16/1.0.2.0.3/01 syn compl pp Balloto nigrae - Ailanthetum altissimae Sîrbu & Oprea 2011 Sîrbu, C. & Ad. Oprea, 2011. Contribution to the study of plant communities dominated by Ailanthus altissima (Mill.) Swingle in the eastern Romania (Moldavia). Cercetări Agronomice în Moldova, 44(3) : 51-74.
7770 6906 16/1.0.3 ORD Betulo pendulae - Quercetalia petraeae Gillet 1986 ex Julve 1993 bois caducifoliés médioeuropéens, acidophiles, oligotrophiles Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7771 6245 16/1.0.3 syn = Betulo pendulae - Quercetalia petraeae Gillet 1986 prov. Betulo - Quercetalia petraeae Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7772 6246 16/1.0.3 syn compl pp Betulo pendulae - Populetalia tremulae Rivas-Martínez & Costa 1998 Rivas-Martínez, S. & M. Costa, 1998. Datos sobre la vegetación y el bioclima del Valle de Arán. Acta Bot. Barcinon. 45 : 473-499.
7773 6247 16/1.0.3 syn compl pp Betulo pendulae - Populetalia tremulae Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
7774 6248 16/1.0.3 syn compl pp Luzulo luzuloidis - Fagetalia sylvaticae Scamoni & Passarge 1959 Scamoni, A. & H. Passarge 1959. Gedanken zu einer natürlichen Ordnung der Waldgesellschaften. Arch. Forstwesen, 8 : 386-425.
7775 6249 16/1.0.3 syn compl pp Quercetalia robori - petraeae Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
7776 6250 16/1.0.3 syn compl pp Quercetalia roboris Tüxen 1931 Tüxen, R., 1931. Pflanzensoziologische Beobachtungen im Feldbergmassiv. Pflanzensoziol.–pflanzengeogr. Studien in Süddeutschland. Beitr. z. Naturdenkmalpfl. 14: 252-274.
7777 6148 16/1.0.3 syn compl pp Quercetea robori - petraeae Braun-Blanquet & Tüxen 1943 Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
7778 6149 16/1.0.3 syn compl pp Quercetea robori - petraeae Braun-Blanquet & Tüxen 1943 ex Braun-Blanquet 1950 ? Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
7779 6150 16/1.0.3 syn compl pp Quercetea robori - petraeae Braun-Blanquet & Tüxen 1943 ex Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
7780 6910 16/1.0.3.0.1 9190pp ALL Betulo pendulae - Quercion petraeae Gillet 1986 ex Julve 1993 bois caducifoliés médioeuropéens, acidophiles, oligotrophiles, psychrophiles Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7781 6251 16/1.0.3.0.1 syn = Betulo pendulae - Quercion petraeae Gillet 1986 prov. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7782 6117 16/1.0.3.0.1 syn compl pp Betulion fontqueri - celtibericae Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
7783 7515 16/1.0.3.0.1 syn compl pp Cytiso ruthenici - Pinion sylvestris Krausch 1962 corr. Oberdorfer 1983 Oberdorfer, E., 1983. Süddeutsche Pflanzengesellschaften (2ten Aufl.). Teil III. Wirtschaftswiesen und Unkrautgesellschaften. 455 p. Gustav Fischer Verlag, Stuttgart, New York. Krausch, H.D., 1962. Vorschläge zur Gliederung der Mitteleuropäischen Sand- und Silikat-Trockenrasen. Mitt. flor.-soz. Arbeitsgem., 9 : 266-269.
7784 7663 16/1.0.3.0.1 syn compl pp Deschampsio flexuosae - Acerenion pseudoplatani Müller in Oberdorfer 1992 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart.
7785 7685 16/1.0.3.0.1 syn compl pp Deschampsio flexuosae - Fagion sylvaticae von Soó (1962) 1964 em. Tüxen 1979 Tüxen, R., 1979. Die Pflanzengesellschaften Nordwestdeutschlands, (2ten Aufl.), 2, 212 p. Cramer, Lehre. Soó, R. von, 1964. Magyarország növénytársulásainak részletes (kritikai) áttekintése. In : Soó R.: A magyar flóra és vegetáció rendszertani-növényföldrajzi kézikönyve I. Synopsis systematico-geobotanica florae vegetationisque Hungariae. I : 130-289. Akadémiai Kiadó, Budapest. Soó, R. von, 1962. Systematische Übersicht der pannonischen Pflanzengesellschaften. V. Die Gebirgswälder I. Acta Bot. Acad. Sci. Hung., 8 : 335–366.
7786 7538 16/1.0.3.0.1 syn compl pp Dicrano rugosi - Pinenion sylvestris Seibert in Oberdorfer 1992 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart.
7787 7514 16/1.0.3.0.1 syn compl pp Dicrano rugosi - Pinion sylvestris Matuszkiewiecz 1962 Dicrano - Pinion Matuszkiewicz, W., 1962. Zur Systematik der natürlichen Kiefernwälder des mittel- und osteuropäischen Flachlandes. Mitt. flor. soz. Arbeitsgem., N.F., 9 : 145-186.
7788 7537 16/1.0.3.0.1 syn compl pp Dicrano rugosi - Pinion sylvestris Matuszkiewiecz 1962 em. Oberdorfer 1979 Dicrano - Pinion Oberdorfer, E., 1979. Pflanzensoziologische Exkursionsflora. 997 p. Stuttgart. Matuszkiewicz, W., 1962. Zur Systematik der natürlichen Kiefernwälder des mittel- und osteuropäischen Flachlandes. Mitt. flor. soz. Arbeitsgem., N.F., 9 : 145-186.
7789 7604 16/1.0.3.0.1 syn compl pp Genisto germanicae - Quercenion petraeae (R. & Z. Neuhäusl 1967) Oberdorfer 1992 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart. ?
7790 7610 16/1.0.3.0.1 syn compl pp Ilici aquifolii - Fagenion sylvaticae (Braun-Blanquet 1967) Tüxen 1979 em. Oberdorfer 1984 Ilici - Fagenion ? Tüxen, R., 1979. Die Pflanzengesellschaften Nordwestdeutschlands, (2ten Aufl.), 2, 212 p. Cramer, Lehre. Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
7791 6252 16/1.0.3.0.1 syn compl pp Ilici aquifolii - Fagenion sylvaticae Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Ilici - Fagenion Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
7792 6253 16/1.0.3.0.1 syn compl pp Ilici aquifolii - Fagion sylvaticae Braun-Blanquet 1967 Ilici - Fagion Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
7793 7980 16/1.0.3.0.1 syn compl pp Ligustro vulgaris - Betulion pubescentis Géhu 2005 'Géhu, J.-M., 2005. L''ordre des Betulo pendulae - Populetalia tremulae en France. Bull. Soc. Bot. Centre-Ouest, ns, 36 : 297-302.'
7794 7978 16/1.0.3.0.1 syn compl pp Lonicero periclymeni - Betulion pubescentis Géhu 2005 'Géhu, J.-M., 2005. L''ordre des Betulo pendulae - Populetalia tremulae en France. Bull. Soc. Bot. Centre-Ouest, ns, 36 : 297-302.'
7795 6255 16/1.0.3.0.1 syn compl pp Luzulo henriquesii - Quercenion petraeae Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
7796 7682 16/1.0.3.0.1 syn compl pp Luzulo luzuloidis - Fagenion sylvaticae (Lohmeyer in Tüxen 1954) Oberdorfer 1957 Luzulo - Fagenion Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7797 6254 16/1.0.3.0.1 syn compl pp Luzulo luzuloidis - Fagion sylvaticae Lohmeyer & Tüxen in Tüxen 1954 Tüxen, R., 1954. Über die räumliche, durch Relief und Gestein bedingte Ordnung der natürlichen Waldgesellschaften am nördlichen Rande des Harzes. Vegetatio, 5/6 : 454-478.
7798 7683 16/1.0.3.0.1 syn compl pp Luzulo luzuloidis - Fagion sylvaticae Lohmeyer in Tüxen 1954 Luzulo - Fagion Tüxen, R., 1954. Über die räumliche, durch Relief und Gestein bedingte Ordnung der natürlichen Waldgesellschaften am nördlichen Rande des Harzes. Vegetatio, 5/6 : 454-478.
7799 6256 16/1.0.3.0.1 syn compl pp Luzulo niveae - Fagenion sylvaticae Rivas-Martínez 1987 Rivas-Martínez, S., 1987. Mapa de series de vegetacion de Espana (1/400 000) + memoria. ICONA, Serie Técnica. 268 p. + 30 mapas. Madrid.
7800 6257 16/1.0.3.0.1 syn compl pp Molinio caeruleae - Quercion roboris Scamoni et Passarge 1959 Scamoni, A. & H. Passarge, 1959. Gedanken zu einer natürlichen Ordnung der Waldgesellschaften. Arch. Forstwesen, 8 : 386-425.
7801 7513 16/1.0.3.0.1 syn compl pp Pulsatillo vernalis - Pinetalia sylvestris Oberdorfer in Müller 1966 Müller, T., 1966. Die Wald-, Gebüsch-, Saum-, Trocken-, und halbtrockenrasengesellschaften des Spitzbergs. Die Natur- und Landschaft. Geb. Baden-Württ., 3 : 278-472.
7802 3579 16/1.0.3.0.1 syn compl pp Pulsatillo vernalis - Pinetea sylvestris (Schmid 1936) Oberdorfer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 Oberdorfer, E., Görs, S., Korneck, D., Lohmeyer, W., Müller, T., Philippi, G., Seibert, P., 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
7803 7512 16/1.0.3.0.1 syn compl pp Pulsatillo vernalis - Pinetea sylvestris (Schmid 1936) Oberdorfer in Oberdorfer, Görs, Korneck, Lohmeyer, Müller, Philippi & Seibert 1967 em. Oberdorfer 1992 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart. Oberdorfer, E., Görs, S., Korneck, D., Lohmeyer, W., Müller, T., Philippi, G., Seibert, P., 1967. Systematische Übersicht der westdeutschen Phanerogamen- und Gefässkryptogamen-Gesellschaften. Ein Diskussionentwurf. Schrift. für Vegetationskunde, 2 : 6-62.
7804 6350 16/1.0.3.0.1 syn compl pp Pyrolo chloranthae - Pinetea sylvestris Korneck 1974 Korneck, D., 1974. Xerothermvegetation in Rheinland-Pfalz und Nachbargebieten. Schrift. f. Vegetationskunde, 7 : 1-196, 158 tab. h.t.
7805 6259 16/1.0.3.0.1 syn compl pp Quercenion robori - petraeae Rivas-Martínez 1978 Rivas-Martínez, S., 1978. Vegetatio hispaniae. Notula V. Anales Inst. Bot. Cavanilles, 34(2) : 553-570.
7806 7590 16/1.0.3.0.1 syn compl pp Quercenion robori - petraeae Rivas-Martínez 1982 Rivas-Martínez, S., 1982. Les étages bioclimatologiques de la végétation de la Péninsule Iberique. Anales Jard. Bot. Madrid, 37(2) : 251-268. Madrid.
7807 6260 16/1.0.3.0.1 syn compl pp Quercion robori - petraeae Braun-Blanquet 1932 Braun-Blanquet, J., 1932. Zur Kenntnis nordschweizerischer Waldgesellschaften. Beih. Bot. Centralbl. (Dresden) 49B : 7-42.
7808 6261 16/1.0.3.0.1 syn compl pp Quercion robori - petraeae Tüxen 1930 Tüxen, R., 1930. Über einige nordwestdeutsche Waldassoziationen von regionaler Verbreitung. Jahrb. Geogr. Ges. Hannover (1929), 55-116.
7809 6262 16/1.0.3.0.1 syn compl pp Quercion roboris Malcuit 1929 'Malcuit, G., 1929. Contribution à l''étude phytosociologique des Vosges méridionales saônoises. les associations végétales de la vallée de la Lanterne. Arch. Bot. (Caen), 2 : 1-211.'
7810 6263 16/1.0.3.0.1 syn compl pp Saxifrago spathularis - Fagenion Rivas-Martínez, T. E. Díaz, F. Prieto, Loidi & Penas 1984 Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
7811 6258 16/1.0.3.0.1 syn compl pp Vaccinio myrtilli - Fagion sylvaticae Hoffmann & Passarge in Scamoni 1963 Myrtillo - Fagion sylvaticae Scamoni, A., & al. 1963. Natur, Entwicklung und Wirtschaft einer jungpleistozänen Landschaft, dargestellt am Gebiet des Messtischblattes Thurow (Kreis Neustrelitz) I. Wiss. Abh. DAL, 56 : 340 p. Berlin.
7812 7591 16/1.0.3.0.1/01 9120pp+9110pp+9150pp ASS Fago sylvaticae - Quercetum petraeae Julve 1993 ex 2011 hoc loco chênaie-hêtraie climacique sur moder, acidophile, mésooligotrophile, pédomésohydrique, aéromésohygrophile hoc loco Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7813 6265 16/1.0.3.0.1/01 syn = Querco petraeae - Fagetum sylvaticae (Tüxen 1955) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
7814 7595 16/1.0.3.0.1/01 syn compl pp Betulo pendulae - Quercetum petraeae Tüxen (1930) 1937 em. Oberdorfer 1992 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Tüxen, R., 1930. Über einige nordwestdeutsche Waldassoziationen von regionaler Verbreitung. Jahrb. Geogr. Ges. Hannover (1929), 55-116.
7815 7594 16/1.0.3.0.1/01 syn compl pp Betulo pendulae - Quercetum petraeae Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
7816 7753 16/1.0.3.0.1/01 syn compl pp Blechno spicantis - Quercetum roboris Braun-Blanquet 1967 Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
7817 7569 16/1.0.3.0.1/01 syn compl pp Calamagrostio villosae - Fagetum sylvaticae Mikyska 1972 ?
7818 7773 16/1.0.3.0.1/01 syn compl pp Conopodio maji - Quercetum petraeae (Braun-Blanquet 1970) Rameau 1996 Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p. ?
7819 7772 16/1.0.3.0.1/01 syn compl pp Conopodio maji - Quercetum roboris Braun-Blanquet 1970 ?
7820 7597 16/1.0.3.0.1/01 syn compl pp Fago sylvaticae - Quercetum petraeae Lohmeyer & Tüxen 1958 Fago - Quercetum ?
7821 7606 16/1.0.3.0.1/01 syn compl pp Genisto germanicae - Quercetum petraeae Aichinger 1933 Aichinger, E., 1933. Vegetationskunde der Karawanken. Pflanzensoziologie, 2, 13 + 329 p. G. Fischer, Jena.
7822 7805 16/1.0.3.0.1/01 syn compl pp Genisto sagittalis - Quercetum petraeae Gégout, Rameau, Renaux, Jabiol, Bar & Marage 2008 ?
7823 7605 16/1.0.3.0.1/01 syn compl pp Genisto tinctoriae - Quercetum petraeae Klika 1932 ?
7824 7593 16/1.0.3.0.1/01 syn compl pp Holco mollis - Quercetum petraeae Lemée 1937 em. Oberdorfer 1992 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart. Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
7825 7737 16/1.0.3.0.1/01 syn compl pp Hyperico androsaemi - Fagetum sylvaticae Comps, Letouzey & Timbal 1980 Androsaemo - Fagetum Comps, B., J. Letouzey & J. Timbal 1980. Essai de synthèse phytosociologique sur les hêtraies collinéennes du domaine atlantique français. Doc. Phytosoc. 5: 177-211.
7826 7458 16/1.0.3.0.1/01 syn compl pp Ilici aquifolii - Fagetum sylvaticae Durin, Géhu, Noirfalise & Sougnez 1967 Durin, L., J.-M. Géhu, A. Noirfalise & N. Sougnez, 1967. Les hêtraies atlantiques et leur essaim climacique dans le Nord-Ouest et l’Est de la France. Bull Soc. Bot. Nord Fra., 39(1/4) : 1-225.
7827 7477 16/1.0.3.0.1/01 syn compl pp Luzulo luzuloidis - Fagetum sylvaticae Meusel 1937 Luzulo - Fagetum ?
7828 7838 16/1.0.3.0.1/01 syn compl pp Luzulo luzuloidis - Quercetum petraeae Hilizer 1932 ?
7829 7602 16/1.0.3.0.1/01 syn compl pp Luzulo luzuloidis - Quercetum petraeae Noirfalise & Sougnez 1956 Luzulo - Quercetum ?
7830 7601 16/1.0.3.0.1/01 syn compl pp Luzulo luzuloidis - Quercetum petraeae Passarge 1953 ?
7831 7806 16/1.0.3.0.1/01 syn compl pp Mespilo germanici - Quercetum petraeae Frileux 1974 ?
7832 7608 16/1.0.3.0.1/01 syn compl pp Pino sylvestris - Quercetum petraeae Reinholz (1939) 1944 ? ?
7833 7599 16/1.0.3.0.1/01 syn compl pp Quercetum petraeae Braun-Blanquet 1932 Quercetum medioeuropaeum Braun-Blanquet, J., 1932. Zur Kenntnis nordschweizerischer Waldgesellschaften. Beih. Bot. Centralbl. (Dresden) 49B : 7-42.
7834 7598 16/1.0.3.0.1/01 syn compl pp Quercetum petraeae Issler 1926 'Issler, E., 1926. Les Associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. Première partie : Les forêts (fin). Documents sociologiques, Bulletin de la Société d''Histoire Naturelle de Colmar, 19 : 1-109.'
7835 7592 16/1.0.3.0.1/01 syn compl pp Querco petraeae - Holcetum mollis Lemée 1937 Querceto - Holcetum mollis Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
7836 7568 16/1.0.3.0.1/01 syn compl pp Querco petraeae - Vaccinietum myrtilli Zeidler 1953 ?
7837 7844 16/1.0.3.0.1/01 syn compl pp Rusco aculeati - Fagetum sylvaticae Durin, Géhu, Noirfalise & Sougnez 1967 Rusco - Fagetum Durin, L., J.-M. Géhu, A. Noirfalise & N. Sougnez, 1967. Les hêtraies atlantiques et leur essaim climacique dans le Nord-Ouest et l’Est de la France. Bull Soc. Bot. Nord Fra., 39(1/4) : 1-225.
7838 7463 16/1.0.3.0.1/01 syn compl pp Vaccinio myrtilli - Fagetum sylvaticae Scamoni 1935 nom. Inv. ?
7839 7459 16/1.0.3.0.1/01 syn compl pp Vaccinio myrtilli - Quercetum petraeae Clément, Gloaguen & Touffet 1975 ?
7840 7546 16/1.0.3.0.1/01 syn compl pp Vaccinio vitis-idaeae - Quercetum Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7841 7607 16/1.0.3.0.1/01 syn compl pp Vaccinio vitis-idaeae - Quercetum Oberdorfer 1957 em. 1992 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7842 7609 16/1.0.3.0.1/01 syn compl pp Vaccinio vitis-idaeae - Quercetum Zeidler 1953 ?
7843 7596 16/1.0.3.0.1/01 syn compl pp Violo rivinianae - Quercetum petraeae Oberdorfer 1957 Violo - Quercetum Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7844 7600 16/1.0.3.0.1/01 syn compl pp nn Luzulo luzuloidis - Quercetum petraeae Knapp 1948 em. Oberdorfer 1950 Luzulo - Quercetum Oberdorfer, E., 1950. Beitrag zur Vegetationskunde des Allgäu. Beitr. Naturk. Forsch. Südwestdeutschl., 9 : 29-98.
7845 6264 16/1.0.3.0.1/01 syn incl pp Betulo pendulae - Fagetum sylvaticae Gillet 1986 Bassin parisien collinéen-montagnard Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7846 7603 16/1.0.3.0.1/01bis SUBASS Fago sylvaticae - Quercetum petraeae Julve 1993 ex 2011 hoc loco, carpinetosum betuli chênaie-hêtraie-charmaie climacique sur moder, acidophile, mésotrophile, pédomésohydrique, aéromésohygrophile hoc loco Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7847 6913 16/1.0.3.0.1/01bis syn = Betulo pendulae - Fagetum sylvaticae Gillet 1986, carpinetosum betuli Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7848 6861 16/1.0.3.0.1/01bis syn compl pp Sorbo torminalis - Quercetum petraeae (Braun-Blanquet 1967) Rameau in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
7849 7857 16/1.0.3.0.1/01ter SUBASS Fago sylvaticae - Quercetum petraeae Julve 1993 ex 2011 hoc loco, castaneetosum sativae chênaie-châtaigneraie climacique sur moder, acidophile, oligotrophile, pédomésohydrique, aéromésoxérophile hoc loco Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7850 6266 16/1.0.3.0.1/01ter syn = Betulo pendulae - Quercetum petraeae Julve 1994 Bassin parisien planitiaire Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
7851 7740 16/1.0.3.0.1/01ter syn compl pp Aristolochio pallidae - Castaneetum sativae Loisel & Mercurin 1972 ?
7852 6395 16/1.0.3.0.1/01ter syn compl pp Castaneo sativae - Quercetum petraeae Braun-Blanquet 1950 Braun-Blanquet, J., 1950. Übersicht der Pflanzengesellschaften Rätiens, (VI). Vegetatio, 2 : 341-360.
7853 7859 16/1.0.3.0.1/01ter syn compl pp Corylo avellanae - Quercetum roboris Gruber 1973 Gruber, M., 1973. Les Hêtraies et les Sapinières des Pyrènèes ariègeoises. Pirineos, 109 : 51-62.
7854 7739 16/1.0.3.0.1/01ter syn compl pp Digitalo luteae - Quercetum petraeae Reboul 1992 ?
7855 7858 16/1.0.3.0.1/01ter syn compl pp Teucrio scorodoniae - Quercetum petraeae Lapraz 1968 ?
7856 6922 16/1.0.3.0.1/01ter syn incl pp Querco petraeae - Pinetum sylvestris Gallandat, Gillet, Havlicek & Perrenoud 1995 [typicum] Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
7857 7616 16/1.0.3.0.1/03 ASS Aceri monspessulani - Quercetum petraeae Julve 2011 ass. nov. hoc loco hoc loco
7858 7614 16/1.0.3.0.1/03 syn compl pp Aceri monspessulani - Quercetum petraeae (Knapp 1944) Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7859 7617 16/1.0.3.0.1/03 syn compl pp Corno maris - Quercetum petraeae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7860 6267 16/1.0.3.0.1/04 ASS Querco petraeae - Betuletum pubescentis subsp. pubescentis de Foucault 1994 chênaie-boulaie climacique sur moder, acidophile, oligotrophile, pédomésohygrophile, aéromésohydrique Bassin parisien planitiaire Foucault, B. de, 1994. Compte rendu de l’excursion de la société de Botanique du nord de la France en forêt d’Andigny (Aisne). Bull. Soc. Bot. Nord Fra., 47(2) : 5-20.
7861 7529 16/1.0.3.0.1/04 syn compl pp Molinio caeruleae - Pinetum sylvestris Schmid 1936 em. Seibert 1962 Molinio - Pinetum Seibert, P., 1962. Die Auenvegetation an der Isar nördlich von München und ihre Beeinflüssung durch den Menschen. Landschaftspfl. Vegetationsk., 3 : 1-124. Schmid, E., 1936. Die Reliktföhrenwälder der Alpen : mit 6 Tafeln, einer vielfarbigen Karte, einem mehrfarbigen Profil und mehreren Textfiguren und Tabellen, Bände 21-23, Huber, Bern.
7862 7464 16/1.0.3.0.1/04 syn compl pp Molinio caeruleae - Quercetum roboris (Tüxen 1937) Scamoni et Passarge 1959 Scamoni, A. & H. Passarge, 1959. Gedanken zu einer natürlichen Ordnung der Waldgesellschaften. Arch. Forstwesen, 8 : 386-425. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
7863 7462 16/1.0.3.0.1/04 syn compl pp Querco roboris - Betuletum pubescentis subsp. pubescentis Tüxen 1930 Tüxen, R., 1930. Über einige nordwestdeutsche Waldassoziationen von regionaler Verbreitung. Jahrb. Geogr. Ges. Hannover (1929), 55-116.
7864 7530 16/1.0.3.0.1/04 syn compl pp Salici - Pinetum sylvestris Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7865 6268 16/1.0.3.0.1/04 syn incl Querco roboris - Betuletum pubescentis subsp. pubescentis Decocq 1997 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.'
7866 6269 16/1.0.3.0.1/05 ASS Populo tremulae - Pinetum sylvestris Julve & Gillet 1994 pinède acidophile planitiaire Bassin parisien planitiaire à montagnard Julve, Ph. & F. Gillet, 1994. III. Experiences of French authors (Map 3). In Falinski, J.B., (Ed.) : Vegetation under the diverse anthropogenic impact as object of basic phytosociological map. Results of the international cartographical experiment organized in the Bialowieza Forest. Phytocoenosis, N.S. 6, Suppl. Cartog. Geobot., 4 : 45-66, 1 carte en couleur.
7867 7531 16/1.0.3.0.1/05 syn compl pp Calamagrostio variae - Pinetum sylvestris Oberdorfer 1957 Calamagrostio - Pinetum Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7868 7547 16/1.0.3.0.1/05 syn compl pp Cladonio - Pinetum sylvestris Kobendza 1930 'Kobendza, R., 1930. Les rapports phytosociologiques dans l''ancienne grande forêt de Kampinos. Contrib. Flor. Pol., 2 : 1-200.'
7869 7548 16/1.0.3.0.1/05 syn compl pp Cladonio - Pinetum sylvestris Passarge 1956 Passarge, H., 1956. Die Wälder der Oberspreewaldes. Arch. für Forstwes., 5 : 46-95.
7870 7532 16/1.0.3.0.1/05 syn compl pp Coronillo vaginalis - Pinetum sylvestris (Schmid 1936) Richard 1972 Coronillo - Pinetum Richard, J.L., 1972. La végétation des crêtes rocheuses du Jura. Ber. schweiz. Bot. Ges., 82 : 68-112. Schmid, E., 1936. Die Reliktföhrenwälder der Alpen : mit 6 Tafeln, einer vielfarbigen Karte, einem mehrfarbigen Profil und mehreren Textfiguren und Tabellen, Bände 21-23, Huber, Bern.
7871 7518 16/1.0.3.0.1/05 syn compl pp Dicrano polyseti - Pinetum sylvestris Knapp 1948 Dicrano - Pinetum Knapp, R., 1948. Einführung in die Pflanzensoziologie. 2 : Die Pflanzengesellschaften Mitteleuropas. Stuttgart/Ludwigsburg, 94 p.
7872 7545 16/1.0.3.0.1/05 syn compl pp Dicrano rugosi - Pinetum sylvestris Preising & Knapp 1942 ?
7873 7533 16/1.0.3.0.1/05 syn compl pp Lembotropido nigricantis - Pinetum sylvestris Braun-Blanquet 1932 Cytiso nigricantis - Pinetum Braun-Blanquet, J., 1932. Zur Kenntnis nordschweizerischer Waldgesellschaften. Beih. Bot. Centralbl. (Dresden) 49B : 7-42.
7874 7539 16/1.0.3.0.1/05 syn compl pp Leucobryo glauci - Pinetum sylvestris Matuszkiewicz 1962 Matuszkiewicz, W., 1962. Zur Systematik der natürlichen Kiefernwälder des mittel- und osteuropäischen Flachlandes. Mitt. flor. soz. Arbeitsgem., N.F., 9 : 145-186.
7875 7520 16/1.0.3.0.1/05 syn compl pp Peucedano oreoselini - Pinetum sylvestris Matuszkiewicz 1962 Peucedano - Pinetum Matuszkiewicz, W., 1962. Zur Systematik der natürlichen Kiefernwälder des mittel- und osteuropäischen Flachlandes. Mitt. flor. soz. Arbeitsgem., N.F., 9 : 145-186.
7876 7543 16/1.0.3.0.1/05 syn compl pp Pinetum sylvestris Hartmann 1934 ?
7877 7541 16/1.0.3.0.1/05 syn compl pp Pinetum sylvestris Hueck 1931 Hueck, K., 1931. Erläuterungen zur Vegetationskundlichen Karte des Endmoränengebietes von Chorin (Uckermark). Beitr. Naturdenkmalpfl., 14 : 105-214.
7878 7542 16/1.0.3.0.1/05 syn compl pp Pinetum sylvestris Libbert 1933 Libbert, W., 1933. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 75: 229-348.
7879 7544 16/1.0.3.0.1/05 syn compl pp Pino sylvestris - Vaccinietum myrtilli Braun-Blanquet & Vlieger in Braun-Blanquet, Sissingh & Vlieger 1939 Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
7880 7516 16/1.0.3.0.1/05 syn compl pp Pyrolo chloranthae - Pinetum sylvestris (Libbert 1933) Schmid 1936 Pyrolo - Pinetum Schmid, E., 1936. Die Reliktföhrenwälder der Alpen : mit 6 Tafeln, einer vielfarbigen Karte, einem mehrfarbigen Profil und mehreren Textfiguren und Tabellen, Bände 21-23, Huber, Bern. Libbert, W., 1933. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 75: 229-348.
7881 7517 16/1.0.3.0.1/05 syn compl pp Pyrolo chloranthae - Pinetum sylvestris Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 Pyrolo - Pinetum Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
7882 7519 16/1.0.3.0.1/05 syn compl pp Pyrolo chloranthae - Pinetum sylvestris Meusel 1952 Pyrolo - Pinetum ?
7883 7540 16/1.0.3.0.1/05 syn compl pp Vaccinio myrtilli - Pinetum sylvestris Kobendza 1930 Myrtillo - Pinetum 'Kobendza, R., 1930. Les rapports phytosociologiques dans l''ancienne grande forêt de Kampinos. Contrib. Flor. Pol., 2 : 1-200.'
7884 6921 16/1.0.3.0.1/05 syn incl Pinetum sylvestris Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
7885 6920 16/1.0.3.0.1/05 syn incl Pruno avii - Pinetum sylvestris Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
7886 8300 16/1.0.3.0.1/06 ASS Pinetum nigrae subsp. laricio - subsp. salzmannii Julve 2012 ass. nov. hoc loco Pinetum laricio - salzmannii hoc loco
7887 6270 16/1.0.3.0.1/07 ASS Populo tremulae - Betuletum pendulae de Foucault & Julve 2001 boulaie pionnière acidophile, oligotrophile toute la France médioeuropéenne planitiaire à montagnard Foucault, B. de & Ph. Julve, 2001. Syntaxonomie der Strauchgesellschaften der Rhamno catharticae-Prunetea spinosae Rivas-Goday, Borja-Carbonell 1961 in Europa. Verh. Zool.-Bot. Ges. Österreich, 138 : 177-243.
7888 6272 16/1.0.3.0.1/07 syn compl pp Betulo pendulae - Salicetum capreae Billy 1997 prov. Billy, F., 1997. Les forêts et leur lisières en Basse-Auvergne. Bull. Soc. Bot. Centre-Ouest, n° spécial 15 : 329 p.
7889 6273 16/1.0.3.0.1/07 syn compl pp Salicetum capreae Schreier 1955 Schreier, K., 1955. Die Vegetation auf Trümmer-Schutt zerstörter Stadtteile in Darmstadt und ihre Entwicklung in Pflanzensoziologischer Betrachtung. Schriftenr. Naturschutzstelle Darmstadt, 3(1) : 1–50.
7890 6335 16/1.0.3.0.1/08 ASS Populo tremulae - Betuletum pubescentis subsp. pubescentis (Boerboom 1960) de Foucault & Wattez 1993 bois tendre pionnier, hygrophile à mésohygrophile Nord, Picardie planitiaire ? Boerboom, J.H.A., 1960. De plantengemeenschappen van de Wassemaarse duinen. Meded. Landbouwhoges. Wageningen, 60 : 1-135.
7891 6336 16/1.0.3.0.1/08 syn = Salici capreae - Betuletum pubescentis subsp. pubescentis Decocq 1997 prov. 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.'
7892 7979 16/1.0.3.0.1/08 syn compl pp Blechno spicantis - Betuletum pubescentis Géhu 2005 'Géhu, J.-M., 2005. L''ordre des Betulo pendulae - Populetalia tremulae en France. Bull. Soc. Bot. Centre-Ouest, ns, 36 : 297-302.'
7893 6337 16/1.0.3.0.1/08 syn compl pp Ligustro vulgaris - Betuletum pubescentis subsp. pubescentis Géhu & Wattez 1978 Géhu, J.-M. & J.-R. Wattez, 1978. La forêt littorale des dunes de Merlimont (62, France) Ligustro vulgaris - Betuletum pubescentis. Docu. Phytosocio., N.S., 2 : 195-203.
7894 5790 16/1.0.3.0.1/08 syn pp Lonicero periclymeni - Salicetum capreae de Foucault (1984) 1998 Foucault, B. de, 1998. Contribution à une approche systémique des végétations forestières bas-normandes : les bois mésophiles du pays de Cinglais (Calvados). J. Bot. Soc. Bot. France, 6 : 39-56.
7895 6274 16/1.0.3.0.2 ALL Quercion subero - pyrenaicae Julve 1993 bois caducifoliés médioeuropéens, acidophiles, oligotrophiles, thermophiles Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
7896 6276 16/1.0.3.0.2 syn compl pp Fraxino excelsioris - Quercion pyrenaicae Rivas Goday & Borja Carbonell 1961 Rivas Goday, S. & J. Borja Carbonell, 1961. Estudio de vegetacion y florula del macizo de Gudar y Javalambre. Anales Inst. Bot. Cavanilles, 19 : 3-543.
7897 6277 16/1.0.3.0.2 syn compl pp Fraxino excelsioris - Quercion pyrenaicae Rivas-Martínez 1963 Rivas-Martínez, S., 1963. Contribución al estudio fitosociológico de los hayedos españoles. Anales Inst. Bot. Cavanilles (1962), 20 : 97-128.
7898 6278 16/1.0.3.0.2 syn compl pp Fraxino excelsioris - Quercion pytenaicae Rivas Goday 1964 Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
7899 6279 16/1.0.3.0.2 syn compl pp Quercenion pyrenaicae Rivas-Martínez 1975 Rivas-Martínez, S., 1975. Observaciones sobre la sintaxonomía de los bosques acidófilos europeos. Datos sobre la Quercetalia robori-petraeae en la Península Ibérica. Coll. Phytosociol. 3: 255-260.
7900 6280 16/1.0.3.0.2 syn compl pp Quercenion robori - pyrenaicae (Braun-Blanquet, P. Silva & Rozeira 1956) Rivas-Martínez 1975 Rivas-Martínez, S., 1975. Observaciones sobre la sintaxonomía de los bosques acidófilos europeos. Datos sobre la Quercetalia robori-petraeae en la Península Ibérica. Coll. Phytosociol. 3: 255-260.
7901 6275 16/1.0.3.0.2 syn compl pp Quercion pyrenaicae Braun-Blanquet, Pinto da Silva & Rozeira 1956 Quercion occidentale Braun-Blanquet, J., A.R. Pinto da Silva & A. Rozeira, 1956. Résultats de deux excursions géobotaniques à travers le Portugal septentrional et moyen, II Chênaies à feuilles caduques (Quercion occidentale) et chênaies à feuilles persistantes (Quercion fagineae) au Portugal. Agron. Lusit. 18, 3. 167-234.
7902 6281 16/1.0.3.0.2 syn compl pp Quercion pyrenaicae Rivas Goday ex Rivas-Martínez 1965 Rivas-Martínez, S., 1965. Esquema de la vegetación potencial y su correspondencia con los suelos de la España peninsular. Anales Inst. Bot. Cavanilles (1964), 22 : 343-404.
7903 6282 16/1.0.3.0.2 syn compl pp Quercion robori - pyrenaicae (Braun-Blanquet, Pinto da Silva & Rozeira 1956) Rivas-Martínez 1975 Rivas-Martínez, S., 1975. Observaciones sobre la sintaxonomía de los bosques acidófilos europeos. Datos sobre la Quercetalia robori-petraeae en la Península Ibérica. Coll. Phytosociol. 3: 255-260. Braun-Blanquet, J., A.R. Pinto da Silva & A. Rozeira, 1956. Résultats de deux excursions géobotaniques à travers le Portugal septentrional et moyen, II Chênaies à feuilles caduques (Quercion occidentale) et chênaies à feuilles persistantes (Quercion fagineae) au Portugal. Agron. Lusit. 18, 3. 167-234.
7904 6283 16/1.0.3.0.2 syn compl pp Quercion roboris - broteroanae Braun-Blanquet, Pinto da Silva, Rozeira & Fontes in Pinto da Silva, Rozeira & Fontes 1950 ?
7905 6284 16/1.0.3.0.2/01 2270*pp ASS Pino pinastri subsp. atlanticae - Quercetum suberis (Vanden Berghen 1970) de Foucault & Julve 1991 Landes planitiaire Pino atlanticae - Quercetum suberis Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420.
7906 7825 16/1.0.3.0.2/01 syn compl pp Pino pinastri - Quercetum suberis Géhu 1968 Pino - Quercetum suberis Géhu, J.-M., 1968. Application en phytosociologie de la cartographie en réseaux. Bull. Soc. Bot. N. Fr., 22 : 1-25.
7907 6285 16/1.0.3.0.2/02 2270*pp ASS Pino pinastri subsp. atlanticae - Quercetum ilicis (des Abbayes 1954) de Foucault & Julve 1991 Landes planitiaire Pino atlanticae - Quercetum ilicis Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420.
7908 7824 16/1.0.3.0.2/02 syn compl pp Pino pinastri - Quercetum ilicis Géhu 1969 Pino - Quercetum ilicis ?
7909 7751 16/1.0.3.0.2/03 ASS Sorbo torminalis - Quercetum pyrenaicae (Rivas Goday 1964) Julve 2011 ass. nov. prov. hoc loco hoc loco Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
7910 7746 16/1.0.3.0.2/03 syn compl pp Asphodeli albi - Quercetum pyrenaicae Botineau, Bouzillé & Lahondère 1990 Botineau, M., J.B. Bouzillé & C. Lahondère, 1990. Quatrièmes journées phytosociologiques du Centre-Ouest : les forêts sèches en Charente-Maritime. Bull. Soc. Bot. Centre-Ouest, N.S., 21 : 439-486.
7911 7752 16/1.0.3.0.2/03 syn compl pp Betulo pendulae - Quercetum pyrenaicae Braun-Blanquet 1967 Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
7912 6348 16/1.0.3.0.2/03 syn compl pp Fraxino angustifoliae subsp. oxycarpae - Quercetum pyrenaicae Rivas Goday 1964 Fraxino oxycarpae - Quercetum pyrenaicae Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
7913 6287 16/1.0.3.0.2/03 syn compl pp Genisto tournefortii - Quercetum pyrenaicae Rivas Goday 1964 Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
7914 6288 16/1.0.3.0.2/03 syn compl pp Quercetum pyrenaicae Rivas Goday 1964 Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
7915 6286 16/1.0.3.0.2/03 syn compl pp Sorbo torminalis - Quercetum pyrenaicae Rivas Goday 1964 ex Rivas-Martínez 1987 Bassin aquitain planitiaire Rivas-Martínez, S., 1987. Mapa de series de vegetacion de Espana (1/400 000) + memoria. ICONA, Serie Técnica. 268 p. + 30 mapas. Madrid. Rivas Goday, S., 1964. Vegetacion y florula de la Cuenca extremena del Guadiana. Madrid, 777 p.
7916 8282 16/1.0.3.0.2/03 syn compl pp Pulmonario longifoliae - Quercetum pyrenaicae Oberdorfer & Tüxen in Tüxen & Oberdorfer 1958 Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
7917 6174 16/1.0.4 ORD Abieti albae - Fagetalia sylvaticae Gillet 1986 em. Julve 1991 ex 1993 bois caducifoliés médioeuropéens, mésotrophiles, montagnards Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Julve, Ph., 1991. Les forêts sur pente: caractères écologiques, architecturaux et phytosociologiques. Coll. Phytosoc., 17 : 389-413., (Phytosociologie et paysage, Versailles 1988). Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7918 6175 16/1.0.4 syn compl pp Fagetalia sylvaticae Pawłowski in Pawłowski, Sokołowski & Wallisch 1928 Pawłowski, B., M. Sokołowski & K. Wallisch, 1928. Die Pflanzenassoziationen des Tatra-Gebirges. VII. Teil. Die Pflanzenassoziationen und die Flora des Morskie Oko-Tales. Bull. Int. Acad. Sci. Cracovie, Cl. Sci. Math., Ser. B., Sci. Nat., suppl.2 : 205-272.
7919 6896 16/1.0.4 syn incl Abieti albae - Fagetalia sylvaticae Gillet 1986 prov. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7920 6162 16/1.0.4.0.1 9150pp ALL Aceri platanoidis - Tilion platyphylli Gillet 1986 em. Julve 1993 bois caducifoliés médioeuropéens, basophiles, montagnards Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7921 6892 16/1.0.4.0.1 syn = Aceri pseudoplatani - Fraxinetalia excelsioris Gillet 1986 prov. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7922 7659 16/1.0.4.0.1 syn compl pp Aceretalia pseudoplatani Moor 1975 Moor, M., 1975. Die soziologisch-systematische Gliederung des Hirschzungen-Ahornwaldes. Beitr. Naturk. Forsch. Südwestdeutschl., 34 : 215-223.
7923 7681 16/1.0.4.0.1 syn compl pp Aceri pseudoplatani - Fagenion sylvaticae Ellenberg 1963 Aceri - Fagenion Ellenberg, H., 1963. Vegetation Mitteleuropas mit den Alpen. 914 p. Eugen Ulmer. Stuttgart.
7924 6177 16/1.0.4.0.1 syn compl pp Cephalanthero - Fagenion sylvaticae Tüxen 1955 ex Tüxen & Oberdorfer 1958 Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328. Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
7925 6178 16/1.0.4.0.1 syn compl pp Cephalanthero rubrae - Fagion sylvaticae (Tüxen in Tüxen & Oberdorfer 1958) Rameau 1996 Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p. Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
7926 7665 16/1.0.4.0.1 syn compl pp Lunario redivivae - Acerenion pseudoplatani (Moor 1973) Müller in Oberdorfer 1992 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart. Moor, M., 1973. Das Corydalido-Aceretum, ein Beitrag zur Systematik der Ahornwälder. Ber. Schweiz. bot. Ges., 83 : 106–132.
7927 7660 16/1.0.4.0.1 syn compl pp Lunario redivivae - Acerion pseudoplatani Moor 1973 Moor, M., 1973. Das Corydalido-Aceretum, ein Beitrag zur Systematik der Ahornwälder. Ber. Schweiz. bot. Ges., 83 : 106–132.
7928 7664 16/1.0.4.0.1 syn compl pp Tilienion platyphylli (Moor 1975) Müller in Oberdorfer 1992 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart. Moor, M., 1975. Die soziologisch-systematische Gliederung des Hirschzungen-Ahornwaldes. Beitr. Naturk. Forsch. Südwestdeutschl., 34 : 215-223.
7929 6163 16/1.0.4.0.1 syn compl pp Tilietalia platyphylli Moor 1973 Moor, M., 1973. Das Corydalido-Aceretum, ein Beitrag zur Systematik der Ahornwälder. Ber. Schweiz. bot. Ges., 83 : 106–132.
7930 6181 16/1.0.4.0.1 syn compl pp Tilio platyphylli - Acerion pseudoplatani Klika 1955 Klika, J., 1955. Nauka o rostlinných spolecenstvech. Nakl. Ceskoslov. Akad. Ved, Praha.
7931 6164 16/1.0.4.0.1 syn compl pp Tilion platyphylli Moor 1975 Moor, M., 1975. Die soziologisch-systematische Gliederung des Hirschzungen-Ahornwaldes. Beitr. Naturk. Forsch. Südwestdeutschl., 34 : 215-223.
7932 6891 16/1.0.4.0.1 syn incl Aceri platanoidis - Tilion platyphylli Gillet 1986 prov. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7933 6176 16/1.0.4.0.1 9180*pp syn incl Ulmo glabrae - Acerion pseudoplatani Gillet 1986 ex Julve 1993 Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7934 6894 16/1.0.4.0.1 syn incl Ulmo glabrae - Acerion pseudoplatani Gillet 1986 prov. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7935 6165 16/1.0.4.0.1/01 ASS Aceri opali - Tilietum platyphylli Gillet 1986 Jura collinéen-montagnard Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7936 7730 16/1.0.4.0.1/01 syn compl pp Aceri opali - Tilietum platyphylli Rameau 1996 Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p.
7937 6901 16/1.0.4.0.1/01bis SUBASS Aceri opali - Tilietum platyphylli Gillet 1986, fagetosum Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7938 7856 16/1.0.4.0.1/01bis syn compl pp Taxo baccatae - Fagetum sylvaticae Moor 1952 Taxo - Fagetum Moor, M., 1952. Die Fagion-Gesellschaften im Schweizer Jura. Beitr. Geobot. Landesaufn. Schweiz, 31 : 1-201.
7939 6893 16/1.0.4.0.1/01bis syn incl pp Tilio platyphylli - Fagetum sylvaticae Gillet 1986 [sorbetosum ariae] Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7940 6902 16/1.0.4.0.1/01ter SUBASS Aceri opali - Tilietum platyphylli Gillet 1986, carpinetosum Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7941 6166 16/1.0.4.0.1/02 ASS Sorbo ariae - Fagetum sylvaticae (Gillet 1986) Julve 1991 Jura collinéen-montagnard Julve, Ph., 1991. Les forêts sur pente: caractères écologiques, architecturaux et phytosociologiques. Coll. Phytosoc., 17 : 389-413., (Phytosociologie et paysage, Versailles 1988). Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7942 7728 16/1.0.4.0.1/02 syn compl pp Bupleuro longifolii - Fagetum sylvaticae Kuhn 1937 Kuhn, K., 1937. Die Pflanzengesellschaften im Neckargebiet der Schwäbischen Alb. Öhringen, 340 p.
7943 7094 16/1.0.4.0.1/02 syn compl pp Buxo sempervirentis - Fagetum sylvaticae Braun-Blanquet & Susplugas 1937 Buxo - Fagetum Braun-Blanquet, J. & J. Susplugas, 1937. Reconnaissance phytogéographique dans les Corbières. Bull. Soc. Bot. France 84: 669-685. [= Comm. SIGMA, 61, 16 p.].
7944 7727 16/1.0.4.0.1/02 syn compl pp Carici montanae - Fagetum sylvaticae Rübel 1930 ex Moor 1952 em. Lohmeyer 1953 Carici - Fagetum Lohmeyer, W., 1953. Beitrag zur Kenntnis der Pflanzengesellschaften in der Umgebung von Höxter an der Weser. Mitt. Flor. Soz. Arbeitsgem., 4 : 59-76. Moor, M., 1952. Die Fagion-Gesellschaften im Schweizer Jura. Beitr. Geobot. Landesaufn. Schweiz, 31 : 1-201.
7945 7448 16/1.0.4.0.1/02 syn compl pp Cephalanthero damasonii - Fagetum sylvaticae Oberdorfer 1957 Cephalanthero - Fagetum Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7946 7695 16/1.0.4.0.1/02 syn compl pp Helleboro foetidi - Fagetum sylvaticae Kuhn 1937 Kuhn, K., 1937. Die Pflanzengesellschaften im Neckargebiet der Schwäbischen Alb. Öhringen, 340 p.
7947 7788 16/1.0.4.0.1/02 syn compl pp Helleboro viridis subsp. occidentalis - Fagetum sylvaticae O. de Bolòs 1967 Bolos, O. de, 1967. Communidades vegetales de las comarques proximas al litoral situadas entre los rios Llobregat y Segura. Mem. Real Acad. Cienc. Art. Barcelona, 38 (1) : 3-281.
7948 7697 16/1.0.4.0.1/02 syn compl pp Lathyro verni - Fagetum sylvaticae Hartmann 1953 ?
7949 7803 16/1.0.4.0.1/02 syn compl pp Lysimachio nemori - Fagetum sylvaticae Gruber 1978 Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
7950 7850 16/1.0.4.0.1/02 syn compl pp Seslerio caeruleae - Fagetum sylvaticae Moor 1952 Moor, M., 1952. Die Fagion-Gesellschaften im Schweizer Jura. Beitr. Geobot. Landesaufn. Schweiz, 31 : 1-201.
7951 7447 16/1.0.4.0.1/02 syn compl pp Seslerio caeruleae - Fagetum sylvaticae Moor 1952 em. Müller in Oberdorfer 1992 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart. Moor, M., 1952. Die Fagion-Gesellschaften im Schweizer Jura. Beitr. Geobot. Landesaufn. Schweiz, 31 : 1-201.
7952 7666 16/1.0.4.0.1/02 syn compl pp Sorbo ariae - Aceretum pseudoplatani Moor 1952 Sorbo - Aceretum Moor, M., 1952. Die Fagion-Gesellschaften im Schweizer Jura. Beitr. Geobot. Landesaufn. Schweiz, 31 : 1-201.
7953 7861 16/1.0.4.0.1/02 syn compl pp Trochiscantho nodiflori - Abietetum albae Braun-Blanquet 1961 Trochiscantho - Abietetum Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
7954 6922 16/1.0.4.0.1/02 syn incl pp Querco petraeae - Pinetum sylvestris Gallandat, Gillet, Havlicek & Perrenoud 1995 [fagetosum] Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
7955 6167 16/1.0.4.0.1/02 syn pp Fraxino excelsioris - Fagetum sylvaticae Gillet 1986 [sorbetosum ariae] Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7956 6918 16/1.0.4.0.1/02bis SUBASS Sorbo ariae - Fagetum sylvaticae (Gillet 1986) Julve 1991, piceetosum abietis Julve, Ph., 1991. Les forêts sur pente: caractères écologiques, architecturaux et phytosociologiques. Coll. Phytosoc., 17 : 389-413., (Phytosociologie et paysage, Versailles 1988). Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7957 6895 16/1.0.4.0.1/03 ASS Aceri pseudoplatani - Tilietum platyphylli (Faber 1936) Gillet 1986 em. Julve 2006 hoc loco toutes les montagnes, quelques stations abyssales en plaine collinéen-montagnard hoc loco Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7958 7670 16/1.0.4.0.1/03 syn compl pp Aceretum pseudoplatani Winteler 1927 ?
7959 6863 16/1.0.4.0.1/03 syn compl pp Aceri platanoidis - Tilietum platyphylli Faber 1936 Faber, A., 1936. Über Waldgesellschaften auf kalksteinböden und ihre Entwicklung im schwäbisch-fränkischen Stufenland und auf der Alb. Jahresber. Deutsch. Forstver. Württ., Anhang. Tübingen, 53 p.
7960 6183 16/1.0.4.0.1/03 syn compl pp Aceri pseudoplatani - Fraxinetum excelsioris Koch 1926 Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
7961 7745 16/1.0.4.0.1/03 syn compl pp Asperulo taurinae - Aceretum pseudoplatani Ellenberg & Klötzli 1972 Ellenberg, H. & F. Klötzli, 1972. Waldgesellschaften und Waldstandorte der Schweiz. Mitt. Schweiz Anst. Forstl. Versuchwes., Zürich, 48 : 589-930.
7962 7668 16/1.0.4.0.1/03 syn compl pp Fraxino excelsioris - Aceretum pseudoplatani (Koch 1926) Rübel 1930 ex Tüxen 1937 em. Müller 1966 Müller, T., 1966. Die Wald-, Gebüsch-, Saum-, Trocken-, und halbtrockenrasengesellschaften des Spitzbergs. Die Natur- und Landschaft. Geb. Baden-Württ., 3 : 278-472. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
7963 7821 16/1.0.4.0.1/03 syn compl pp Phyllitido scolopendrii - Aceretum pseudoplatani Moor 1952 Phyllitido - Aceretum Moor, M., 1952. Die Fagion-Gesellschaften im Schweizer Jura. Beitr. Geobot. Landesaufn. Schweiz, 31 : 1-201.
7964 7848 16/1.0.4.0.1/03 syn compl pp Seslerio caeruleae - Tilietum platyphylli Rameau 1974 Seslerio albicantis - Tilietum Rameau, J.-C., 1974. Essai de synthèse sur les groupements forestiers calcicoles de la Bourgogne du sud et de la Lorraine. Ann. Sci. Univ. Besançon, Bot., 14 : 343-530.
7965 7667 16/1.0.4.0.1/03 syn compl pp Tilio platyphylli - Ulmetum glabrae Bohn 1981 ?
7966 6184 16/1.0.4.0.1/03 syn compl pp Ulmo glabrae - Aceretum pseudoplatani Beger 1922 Beger, H., 1922. Assoziationsstudien in der Waldstufe des Schanfiggs. Mitt. Bot. Museum Univ. Zürich, 96 : 1-147.
7967 6185 16/1.0.4.0.1/03 syn compl pp Ulmo glabrae - Aceretum pseudoplatani Issler 1925 Issler, E., 1925. Die Hartwälder der oberelsässischen Rheinebene ; Eine phytosociologische Studie. Verhandlungen Naturhistorischen Vereins der preuss. Rheinlande und Westfalens, 81 : 274-286.
7968 7669 16/1.0.4.0.1/03 syn compl pp Ulmo glabrae - Aceretum pseudoplatani Issler 1926 'Issler, E., 1926. Les Associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. Première partie : Les forêts (fin). Documents sociologiques, Bulletin de la Société d''Histoire Naturelle de Colmar, 19 : 1-109.'
7969 7860 16/1.0.4.0.1/03 syn compl pp Valeriano tripteridis - Tilietum platyphylli Seytre, Choisnet & Cloitre 2004 ?
7970 6182 16/1.0.4.0.1/03 syn incl Aceri pseudoplatani - Tilietum platyphylli (Faber 1936) Gillet 1986 Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t. Faber, A., 1936. Über Waldgesellschaften auf kalksteinböden und ihre Entwicklung im schwäbisch-fränkischen Stufenland und auf der Alb. Jahresber. Deutsch. Forstver. Württ., Anhang. Tübingen, 53 p.
7971 6186 16/1.0.4.0.1/03 syn incl Piceo abietis - Fraxinetum excelsioris de Foucault 1999 Foucault, B. de, 1999. Notes phytosociologiques sur la végétation observée dans le Jura français. Bull. Soc. Bot. Nord Fra., 52(4) : 23-48.
7972 6187 16/1.0.4.0.1/03 syn incl pp Aceri pseudoplatani - Fraxinetum excelsioris (Koch 1926) Gillet 1986 Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
7973 6904 16/1.0.4.0.1/03bis SUBASS Aceri pseudoplatani - Tilietum platyphylli (Faber 1936) Gillet 1986 em. Julve 1991, carpinetosum Julve, Ph., 1991. Les forêts sur pente: caractères écologiques, architecturaux et phytosociologiques. Coll. Phytosoc., 17 : 389-413., (Phytosociologie et paysage, Versailles 1988). Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t. Faber, A., 1936. Über Waldgesellschaften auf kalksteinböden und ihre Entwicklung im schwäbisch-fränkischen Stufenland und auf der Alb. Jahresber. Deutsch. Forstver. Württ., Anhang. Tübingen, 53 p.
7974 7662 16/1.0.4.0.1/03bis syn compl pp Querco petraeae - Tilietum platyphylli Rühl 1967 ?
7975 6905 16/1.0.4.0.1/03ter SUBASS Aceri pseudoplatani - Tilietum platyphylli (Faber 1936) Gillet 1986 em. Julve 1991, fagetosum Julve, Ph., 1991. Les forêts sur pente: caractères écologiques, architecturaux et phytosociologiques. Coll. Phytosoc., 17 : 389-413., (Phytosociologie et paysage, Versailles 1988). Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t. Faber, A., 1936. Über Waldgesellschaften auf kalksteinböden und ihre Entwicklung im schwäbisch-fränkischen Stufenland und auf der Alb. Jahresber. Deutsch. Forstver. Württ., Anhang. Tübingen, 53 p.
7976 7797 16/1.0.4.0.1/03ter syn compl pp Lunario redivivae - Aceretum pseudoplatani Grüneberg & Schlüter 1957 ?
7977 7706 16/1.0.4.0.1/03ter syn compl pp Tilio platyphylli - Fagetum sylvaticae Moor 1952 Moor, M., 1952. Die Fagion-Gesellschaften im Schweizer Jura. Beitr. Geobot. Landesaufn. Schweiz, 31 : 1-201.
7978 6865 16/1.0.4.0.1/03ter syn compl pp Tilio platyphylli - Fagetum sylvaticae Moor 1968 ?
7979 7744 16/1.0.4.0.1/03ter syn incl pp Arunco dioici - Aceretum pseudoplatani Moor 1952 Arunco - Aceretum Moor, M., 1952. Die Fagion-Gesellschaften im Schweizer Jura. Beitr. Geobot. Landesaufn. Schweiz, 31 : 1-201.
7980 6893 16/1.0.4.0.1/03ter syn incl pp Tilio platyphylli - Fagetum sylvaticae Gillet 1986 [typicum] Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7981 6189 16/1.0.4.0.2 9410pp ALL Abieti albae - Fagion sylvaticae Gillet 1986 ex Julve 1993 bois caducifoliés médioeuropéens, montagnards, des substrats acidoclines Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7982 6896 16/1.0.4.0.2 syn = Abieti albae - Fagion sylvaticae Gillet 1986 prov. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
7983 6190 16/1.0.4.0.2 syn compl pp Abieti albae - Piceenion abietis Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
7984 7681 16/1.0.4.0.2 syn compl pp Aceri pseudoplatani - Fagenion sylvaticae Ellenberg 1963 Aceri - Fagenion Ellenberg, H., 1963. Vegetation Mitteleuropas mit den Alpen. 914 p. Eugen Ulmer. Stuttgart.
7985 7677 16/1.0.4.0.2 syn compl pp Dentario glandulosae - Fagenion sylvaticae Oberdorfer & Müller 1984 ?
7986 6179 16/1.0.4.0.2 syn compl pp Epipactido helleborines - Fagenion sylvaticae Rivas-Martínez, T.E. Díaz, F. Prieto, Loidi & Penas in Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
7987 6180 16/1.0.4.0.2 syn compl pp Epipactido helleborines - Fagenion sylvaticae Rivas-Martínez, T.E. Díaz, F. Prieto, Loidi & Penas 1984 Rivas-Martínez, S., T.E. Diaz-Gonzalez, J.A. Fernandez-Prieto, J. Loidi-Arregui & A. Penas-Marinas, 1984. La vegetacion de la alta montana cantabrica : Los Picos de Europa. Ediciones leonesas, SA Leon. 300 p.
7988 7679 16/1.0.4.0.2 syn compl pp Fagenion sylvaticae Oberdorfer 1957 Eu-Fagenion Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
7989 7701 16/1.0.4.0.2 syn compl pp Fagion sylvaticae Horvat 1938 Fagion illyricum Horvat, I., 1938. Biljnosociološka istraživanja šuma u Hrvatskoj. Glasnik za šumske pokuse, 6 : 127–256.
7990 6191 16/1.0.4.0.2 syn compl pp Fagion sylvaticae Luquet 1926 'Luquet, A., 1926. Essai sur la géographie botanique de l''Auvergne. Les associations végétales du massif des Monts-Dore. Thèse, Univ. Paris, 267 p.'
7991 6192 16/1.0.4.0.2 syn compl pp Fagion sylvaticae Pawłoswski, Sokołoswski & Wallisch 1928 Pawłowski, B., M. Sokołowski & K. Wallisch, 1928. Die Pflanzenassoziationen des Tatra-Gebirges. VII. Teil. Die Pflanzenassoziationen und die Flora des Morskie Oko-Tales. Bull. Int. Acad. Sci. Cracovie, Cl. Sci. Math., Ser. B., Sci. Nat., suppl.2 : 205-272.
7992 6193 16/1.0.4.0.2 syn compl pp Fagion sylvaticae Tüxen & Diemont 1936 Tüxen, R. & W.H. Diémont, 1936. Weitere Beiträge zum Klimax-Problem des westeuropäischen Festlandes. Mitteil. Naturwiss. Ver. Osnabrück, 23 : 131-184.
7993 7680 16/1.0.4.0.2 syn compl pp Fagion sylvaticae von Soó (1960) 1962 Fagion medioeuropaeum Soó, R. von, 1962. Systematische Übersicht der pannonischen Pflanzengesellschaften. V. Die Gebirgswälder I. Acta Bot. Acad. Sci. Hung., 8 : 335–366. ?
7994 7678 16/1.0.4.0.2 syn compl pp Galio odorati - Fagenion sylvaticae (Tüxen 1955) Müller in Oberdorfer 1992 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart. Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
7995 7684 16/1.0.4.0.2 syn compl pp Galio odorati - Fagion sylvaticae Tüxen & Oberdorfer 1958 Asperulo - Fagion Tüxen, R. & E. Oberdorfer, 1958. Eurosibirische Phanerogamen-Gesellschaften Spaniens mit Ausblicken auf die Mediterran-Region dieses Landes. Veröff. Geobot. Inst. Rübel Zürich, 32 : 1-328.
7996 6194 16/1.0.4.0.2 syn compl pp Galio rotundifolii - Abietenion albae Oberdorfer 1962 Oberdorfer, E., 1962. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. (2ten Auffl.). Stuttgart, 987 p.
7997 6195 16/1.0.4.0.2 syn compl pp Galio rotundifolii - Abietion albae (Oberdorfer 1962) Rivas-Martínez 1987 Rivas-Martínez, S., 1987. Mapa de series de vegetacion de Espana (1/400 000) + memoria. ICONA, Serie Técnica. 268 p. + 30 mapas. Madrid. Oberdorfer, E., 1962. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. (2ten Auffl.). Stuttgart, 987 p.
7998 7675 16/1.0.4.0.2 syn compl pp Lonicero alpigenae - Fagenion sylvaticae Borhidi 1963 em. Oberdorfer & Müller 1984 ?
7999 6196 16/1.0.4.0.2 syn compl pp Piceo abietis - Abietion albae Ellenberg & Klötzli 1972 Ellenberg, H. & F. Klötzli, 1972. Waldgesellschaften und Waldstandorte der Schweiz. Mitt. Schweiz Anst. Forstl. Versuchwes., Zürich, 48 : 589-930. ?
8000 6197 16/1.0.4.0.2 syn compl pp Saxifrago umbrosae - Abietenion albae Rivas-Martínez, Fernández-González & Loidi 1999 Rivas-Martínez, S., F. Fernández-González & J. Loidi 1999. Checklist of plant communities of Iberian Peninsula, Balearic and Canary Islands to suballiance level. Itinera Geobot., 13 : 353-451.
8001 6199 16/1.0.4.0.2 syn compl pp Scillo - Fagion sylvaticae von Soó 1964 Scillo - Fagion Soó, R. von, 1964. Magyarország növénytársulásainak részletes (kritikai) áttekintése. In : Soó R.: A magyar flóra és vegetáció rendszertani-növényföldrajzi kézikönyve I. Synopsis systematico-geobotanica florae vegetationisque Hungariae. I : 130-289. Akadémiai Kiadó, Budapest.
8002 7674 16/1.0.4.0.2 syn compl pp Tractemo lilio-hyacinthi - Fagenion sylvaticae (Oberdorfer 1957) Rivas-Martínez 1982 Scillo - Fagenion Rivas-Martínez, S., 1982. Etages bioclimatiques, secteurs chorologiques et séries de vegetation de l´Espagne méditerraneenne. Ecologia Mediterránea, 8 : 278-288. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
8003 6198 16/1.0.4.0.2 syn compl pp Tractemo lilio-hyacinthi - Fagenion sylvaticae Oberdorfer 1957 ex Rivas-Martínez 1973 Scillo - Fagenion Rivas-Martínez, S., 1973. Comentarios sobre la sintaxonomía de la alianza Fagion en la Península Ibérica. Anales Inst. Bot. Cavanilles, 30 : 235-251. Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
8004 6200 16/1.0.4.0.2 syn compl pp Tractemo lilio-hyacinthi - Fagion sylvaticae Braun-Blanquet 1967 Scillo lilio-hyacinthi - Fagion sylvaticae Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
8005 6201 16/1.0.4.0.2/01 9140pp ASS Abieti albae - Fagetum sylvaticae (Oberdorfer 1938) Julve 1991 Alpes montagnard Julve, Ph., 1991. Les forêts sur pente: caractères écologiques, architecturaux et phytosociologiques. Coll. Phytosoc., 17 : 389-413., (Phytosociologie et paysage, Versailles 1988). Oberdorfer, E., 1938. Ein Beitrag zur Vegetationskunde des Nordschwarzwaldes. Beitr. Naturk. Forsch. Südwestdeutschl., 3 : 1-270.
8006 6202 16/1.0.4.0.2/01 syn compl pp Abietetum albae Barbero & Bono 1970 Abietetum albae sudoccidentale Barbero, M. & G. Bono, 1970. Les sapinières des Alpes-Maritimes de l’Authion à la Ligurie et de la Stura au Tanaro. Veröff. Geobot. Inst. Rübel. Zurich., 43 : 140-168.
8007 6204 16/1.0.4.0.2/01 syn compl pp Abietetum albae Kuoch 1954 Kuoch, R., 1954. Wälder der Schweizer Alpen im Verbreitungsgebiet der Weisstanne. Mitteilungen der Schweizerischen Anstalt das forstliche Versuchswesen, 30 : 129-314. Zürich.
8008 7718 16/1.0.4.0.2/01 syn compl pp Abietetum albae Mayer 1963 Mayer, H., 1963. Tannenreiche Wälder am Nordabfall der mittleren Ostalpen. BLV Verlagsgesellschaft, München, Basel, Wien.
8009 7690 16/1.0.4.0.2/01 syn compl pp Abieti albae - Fagetum sylvaticae Oberdorfer 1938 Oberdorfer, E., 1938. Ein Beitrag zur Vegetationskunde des Nordschwarzwaldes. Beitr. Naturk. Forsch. Südwestdeutschl., 3.
8010 7710 16/1.0.4.0.2/01 syn compl pp Abieti albae - Fagetum sylvaticae Oberdorfer 1957 Abieti - Fagetum jurassicum Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
8011 7711 16/1.0.4.0.2/01 syn compl pp Aceri pseudoplatani - Fagetum sylvaticae Rübel 1930 ex J. & M. Bartsch 1940 Aceri - Fagetum Bartsch, J. & M. Bartsch, 1940. Vegetationskunde des Schwarzwaldes. Pflanzensoziologie, 4 : 229 p.
8012 723 16/1.0.4.0.2/01 syn compl pp Adenostylo glabrae - Abietetum albae Mayer 1969 Mayer, H., 1969. Tannenreiche Wälder am Südabfall der mittleren Ostalpen. München, Basel, Wien.
8013 7703 16/1.0.4.0.2/01 syn compl pp Aposerido foetidae - Fagetum sylvaticae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
8014 6264 16/1.0.4.0.2/01 syn incl pp Betulo pendulae - Fagetum sylvaticae Gillet 1986 chênaie-hêtraie climacique sur moder, acidophile, mésooligotrophile, pédomésohydrique, aéromésohygrophile Bassin parisien collinéen-montagnard Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8015 7749 16/1.0.4.0.2/01 syn compl pp Betulo pubescentis - Abietetum albae Lemée 1995 Lemée, G., 1995. Les sapinières disparues et actuelles sur tourbe du Massif Central Français. Rev. Sc. Nat. Auvergne., 59 : 21-36.
8016 7693 16/1.0.4.0.2/01 syn compl pp Bromo ramosi - Fagetum sylvaticae Rübel 1930 Rübel, E., 1930. Pflanzengesellschaften der Erde. 464 p. Hans Huber. Berlin.
8017 7761 16/1.0.4.0.2/01 syn compl pp Calamintho grandiflorae - Fagetum sylvaticae Braun 1915 'Braun, J., 1915. Les Cévennes méridionales (massif de l''Aigoual). Etude phytogéographique. Arch. Sci. Phys. Nat. Genève, 39 : 72-81, 167-186, 247-269, 339-358, 415-434, 508-538; 40 : 39-63, 112-137, 221-232, 313-328.'
8018 7764 16/1.0.4.0.2/01 syn compl pp Cardamino heptaphyllae - Abietetum albae Moor 1952 Moor, M., 1952. Die Fagion-Gesellschaften im Schweizer Jura. Beitr. Geobot. Landesaufn. Schweiz, 31 : 1-201.
8019 7705 16/1.0.4.0.2/01 syn compl pp Cardamino heptaphyllae - Fagetum sylvaticae (Braun-Blanquet 1932) Müller 1966 Müller, T., 1966. Die Wald-, Gebüsch-, Saum-, Trocken-, und halbtrockenrasengesellschaften des Spitzbergs. Die Natur- und Landschaft. Geb. Baden-Württ., 3 : 278-472. Braun-Blanquet, J., 1932. Zur Kenntnis nordschweizerischer Waldgesellschaften. Beih. Bot. Centralbl. (Dresden) 49B : 7-42.
8020 7702 16/1.0.4.0.2/01 syn compl pp Cardamino trifoliae - Fagetum sylvaticae (Mayer & Hoffmann 1969) Oberdorfer 1969 ex Oberdorfer & Müller 1984 ? ? ?
8021 7724 16/1.0.4.0.2/01 syn compl pp Carici albae - Abietetum albae Ellenberg & Klötzli 1972 Ellenberg, H. & F. Klötzli, 1972. Waldgesellschaften und Waldstandorte der Schweiz. Mitt. Schweiz Anst. Forstl. Versuchwes., Zürich, 48 : 589-930.
8022 7726 16/1.0.4.0.2/01 syn compl pp Carici albae - Abietetum albae Lingg 1986 ?
8023 7725 16/1.0.4.0.2/01 syn compl pp Carici albae - Abietetum albae Zukrigl 1973 Zukrigl, K., 1973. Montane und subalpine Waldgesellschaften am Alpenostrand. Mitt. Forstl. Bundesversuchsanst. 101, Wien.
8024 7778 16/1.0.4.0.2/01 syn compl pp Cytisophylli sessilifolii - Fagetum sylvaticae Barbero 1970 Cytiso sessiliflorae - Fagetum sylvaticae Barbero, M., 1970. A propos des Hêtraies des Alpes maritimes et ligures. Ann. Fac. Sci. Marseille, 44 : 43-78.
8025 8296 16/1.0.4.0.2/01 syn compl pp Cytisophylli sessilifolii - Fagetum sylvaticae (Ozenda 1966) Pigeon 1990 Cytiso sessiliflorae - Fagetum sylvaticae ? Ozenda, P., 1966. Perspectives nouvelles pour l’étude phytogéographique des Alpes du sud. Doc. Carte Végét. Alpes, 4 : 98 p.
8026 7700 16/1.0.4.0.2/01 syn compl pp Dentario enneaphylli - Fagetum sylvaticae Oberdorfer 1957 ex W. & A. Matuszkiewicz 1960 ? Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
8027 7784 16/1.0.4.0.2/01 syn compl pp Equiseto sylvatici - Abietetum albae Moor 1952 Moor, M., 1952. Die Fagion-Gesellschaften im Schweizer Jura. Beitr. Geobot. Landesaufn. Schweiz, 31 : 1-201.
8028 7095 16/1.0.4.0.2/01 syn compl pp Fagetum sylvaticae Braun-Blanquet (1915) 1932 Fagetum gallicum Braun-Blanquet, J., 1932. Zur Kenntnis nordschweizerischer Waldgesellschaften. Beih. Bot. Centralbl. (Dresden) 49B : 7-42. 'Braun, J., 1915. Les Cévennes méridionales (massif de l''Aigoual). Etude phytogéographique. Arch. Sci. Phys. Nat. Genève, 39 : 72-81, 167-186, 247-269, 339-358, 415-434, 508-538; 40 : 39-63, 112-137, 221-232, 313-328.'
8029 7707 16/1.0.4.0.2/01 syn compl pp Fagetum sylvaticae Braun-Blanquet 1932 Fagetum praealpino-jurassicum Braun-Blanquet, J., 1932. Zur Kenntnis nordschweizerischer Waldgesellschaften. Beih. Bot. Centralbl. (Dresden) 49B : 7-42.
8030 7694 16/1.0.4.0.2/01 syn compl pp Fagetum sylvaticae Faber 1933 Fagetum calcareum ?
8031 6916 16/1.0.4.0.2/01 syn incl Fagetum sylvaticae Gallandat, Gillet, Havlicek & Perrenoud 1995 [piceetosum + typicum] Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
8032 7712 16/1.0.4.0.2/01 syn compl pp Fagetum sylvaticae Issler 1932 Fagetum subalpinum ?
8033 7696 16/1.0.4.0.2/01 syn compl pp Fagetum sylvaticae Tüxen 1937 Fagetum boreoatlanticum Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
8034 7096 16/1.0.4.0.2/01 syn compl pp Fago sylvaticae - Tractemetum lilio-hyacinthi Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Fago sylvaticae - Scilletum lilio-hyacinthi Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
8035 7786 16/1.0.4.0.2/01 syn compl pp Festuco altissimae - Abietetum albae Issler 1925 Issler, E., 1925. Die Hartwälder der oberelsässischen Rheinebene ; Eine phytosociologische Studie. Verhandlungen Naturhistorischen Vereins der preuss. Rheinlande und Westfalens, 81 : 274-286.
8036 7691 16/1.0.4.0.2/01 syn compl pp Festuco altissimae - Fagetum sylvaticae Schlüter in Grüneberg & Schlüter 1957 ?
8037 6167 16/1.0.4.0.2/01 syn pp Fraxino excelsioris - Fagetum sylvaticae Gillet 1986 [typicum] Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8038 7687 16/1.0.4.0.2/01 syn compl pp Galio odorati - Fagetum sylvaticae Rübel 1930 ex Sougnez & Thill 1959 ? Rübel, E., 1930. Pflanzengesellschaften der Erde. 464 p. Hans Huber. Berlin.
8039 7474 16/1.0.4.0.2/01 syn compl pp Galio odorati - Fagetum sylvaticae Rübel 1930 ex Sougnez & Thill 1959 em. Dierschke 1989 ? ? Rübel, E., 1930. Pflanzengesellschaften der Erde. 464 p. Hans Huber. Berlin.
8040 7714 16/1.0.4.0.2/01 syn compl pp Galio rotundifolii - Abietetum albae Lingg 1986 ?
8041 8255 16/1.0.4.0.2/01 syn compl pp Galio rotundifolii - Abietetum albae O. de Bolòs 1957 Bolòs, O. de, 1957. Datos sobre la vegetación de la vertiente septentrional de los Pirineos : observaciones acerca de la zonación altitudinal del valle de Arán. Collect. Bot. (Barcelona), 5(2) : 465-514.
8042 7713 16/1.0.4.0.2/01 syn compl pp Galio rotundifolii - Abietetum albae Wraber (1955) 1959 ?
8043 7695 16/1.0.4.0.2/01 syn compl pp Helleboro foetidi - Fagetum sylvaticae Kuhn 1937 Kuhn, K., 1937. Die Pflanzengesellschaften im Neckargebiet der Schwäbischen Alb. Öhringen, 340 p.
8044 7704 16/1.0.4.0.2/01 syn compl pp Helleboro foetidi - Fagetum sylvaticae Zukrigl 1973 Zukrigl, K., 1973. Montane und subalpine Waldgesellschaften am Alpenostrand. Mitt. Forstl. Bundesversuchsanst. 101, Wien.
8045 8256 16/1.0.4.0.2/01 syn compl pp Homogyno alpinae - Abietetum albae Gruber 1978 Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
8046 7692 16/1.0.4.0.2/01 syn compl pp Hordelymo europaei - Fagetum sylvaticae (Tüxen 1937) Kuhn 1937 em. Jahn 1972 ? Kuhn, K., 1937. Die Pflanzengesellschaften im Neckargebiet der Schwäbischen Alb. Öhringen, 340 p. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
8047 7709 16/1.0.4.0.2/01 syn compl pp Hordelymo europaei - Fagetum sylvaticae Kuhn 1937 Kuhn, K., 1937. Die Pflanzengesellschaften im Neckargebiet der Schwäbischen Alb. Öhringen, 340 p.
8048 7697 16/1.0.4.0.2/01 syn compl pp Lathyro verni - Fagetum sylvaticae Hartmann 1953 ?
8049 7708 16/1.0.4.0.2/01 syn compl pp Lonicero alpigenae - Fagetum sylvaticae Oberdorfer & Müller 1984 ?
8050 7572 16/1.0.4.0.2/01 syn compl pp Lonicero periclymeni - Abietetum albae Oberdorfer 1957 Periclymeno - Abietetum Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
8051 7571 16/1.0.4.0.2/01 syn compl pp Luzulo luzuloidis - Abietetum albae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
8052 7798 16/1.0.4.0.2/01 syn compl pp Luzulo niveae - Fagetum sylvaticae Susplugas 1942 Susplugas, J., 1942. Le sol et la végétation dans le haut Vallespir (Pyrénees Orientales). Thèse. Pharm. Sup. 225 p. Montpellier.
8053 7799 16/1.0.4.0.2/01 syn compl pp Luzulo pedemontanae - Fagetum sylvaticae Barbero 1970 Barbero, M., 1970. A propos des Hêtraies des Alpes maritimes et ligures. Ann. Fac. Sci. Marseille, 44 : 43-78.
8054 7800 16/1.0.4.0.2/01 syn compl pp Luzulo sylvaticae - Fagetum sylvaticae Cusset 1964 ?
8055 7802 16/1.0.4.0.2/01 syn compl pp Lycopodio annotini - Abietetum albae Thébaud 1988 Thébaud, G., 1988. Le Haut-Forez et ses milieux naturels. Apport de l’analyse phytosociologique pour la connaissance écologique et géographique d’une moyenne montagne cristalline subatlantique. Thèse d’état, Univ. Clermont-Ferrand II, 330 p.
8056 7565 16/1.0.4.0.2/01 syn compl pp Melampyro - Abietetum albae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
8057 7688 16/1.0.4.0.2/01 syn compl pp Melico uniflorae - Fagetum sylvaticae Lohmeyer in Seibert 1954 Melico - Fagetum ?
8058 7804 16/1.0.4.0.2/01 syn compl pp Mercurialo perennis - Abietetum albae Rameau 1996 Rameau, J.-C., 1996. Typologie phytosociologique des habitats forestiers et associés. Manuel de vulgarisation. ENGREF Nancy, 1110 p.
8059 7719 16/1.0.4.0.2/01 syn compl pp Oxalido acetosellae - Abietetum albae Mayer 1969 Mayer, H., 1969. Tannenreiche Wälder am Südabfall der mittleren Ostalpen. München, Basel, Wien.
8060 7829 16/1.0.4.0.2/01 syn compl pp Polygalo chamaebuxi - Fagetum sylvaticae Bartoli 1966 Bartoli, Ch., 1966. Études écologiques sur les associations forestières de la haute Maurienne. Ann. Sci. For. Nancy, 23(3) : 429-571.
8061 8273 16/1.0.4.0.2/01 syn compl pp Polygalo chamaebuxi - Fagetum sylvaticae Barbero 1970 Barbero, M., 1970. A propos des Hêtraies des Alpes maritimes et ligures. Ann. Fac. Sci. Marseille, 44 : 43-78.
8062 7686 16/1.0.4.0.2/01 syn compl pp Polygonato verticillati - Fagetum sylvaticae Oberdorfer 1957 Verticillato - Fagetum Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
8063 7698 16/1.0.4.0.2/01 syn compl pp Pulmonario montanae - Fagetum sylvaticae Frehner 1963 Frehner, H.K., 1963. Waldgesellschaften im westlichen Aargauer Mittelland. Beitr. z. Geobot. Landeraufn. d. Schweiz, 44, Bern, 96 p.
8064 7720 16/1.0.4.0.2/01 syn compl pp Pyrolo secundae - Abietetum albae Oberdorfer 1957 ex Stoffler 1975 Pyrolo - Abietetum ? Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
8065 6365 16/1.0.4.0.2/01 syn compl pp Rhododendro ferruginei - Abietetum albae Barbero & Bono 1970 Rhododendro - Abietetum Barbero, M. & G. Bono, 1970. Les sapinières des Alpes-Maritimes de l’Authion à la Ligurie et de la Stura au Tanaro. Veröff. Geobot. Inst. Rübel. Zurich., 43 : 140-168.
8066 6917 16/1.0.4.0.2/01 syn incl Salici capreae - Aceretum pseudoplatani Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
8067 7846 16/1.0.4.0.2/01 syn compl pp Saxifrago hirsutae - Fagetum sylvaticae Braun-Blanquet 1967 Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
8068 7750 16/1.0.4.0.2/01 syn compl pp Sphagno - Abietetum albae Duchaufour & Millischer 1954 ex Zoller 1956 ? ?
8069 7847 16/1.0.4.0.2/01 syn compl pp Tractemo lilio hyacinthi - Fagetum sylvaticae Braun-Blanquet 1952 Scillo lilio hyacinthi - Fagetum ?
8070 8257 16/1.0.4.0.2/01 syn compl pp Tractemo lilio-hyacinthi - Abietetum albae Bresset 1986 Scillo - Abietetum Bresset, V., 1986. Contribution à l’étude phyto-écologique des sapinières oriento-pyrénéennes. Thèse Univ. Nice. 257 p.
8071 7717 16/1.0.4.0.2/01 syn compl pp Vaccinio myrtilli - Abietetum albae Kuoch 1954 Myrtillo - Abietetum Kuoch, R., 1954. Wälder der Schweizer Alpen im Verbreitungsgebiet der Weisstanne. Mitteilungen der Schweizerischen Anstalt das forstliche Versuchswesen, 30 : 129-314. Zürich.
8072 7564 16/1.0.4.0.2/01 syn compl pp Vaccinio myrtilli - Abietetum albae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
8073 7868 16/1.0.4.0.2/01 syn compl pp Veronico urticifoliae - Abietetum albae Bartoli 1966 Bartoli, Ch., 1966. Études écologiques sur les associations forestières de la haute Maurienne. Ann. Sci. For. Nancy, 23(3) : 429-571.
8074 7699 16/1.0.4.0.2/01 syn compl pp Violo reichenbachianae - Fagetum sylvaticae Moravec 1979 ?
8075 6915 16/1.0.4.0.2/01bis SUBASS Abieti albae - Fagetum sylvaticae (Oberdorfer 1938) Julve 1991, piceetosum abietis Julve, Ph., 1991. Les forêts sur pente: caractères écologiques, architecturaux et phytosociologiques. Coll. Phytosoc., 17 : 389-413., (Phytosociologie et paysage, Versailles 1988). Oberdorfer, E., 1938. Pflanzensoziologische Beobachtungen und Floristische Neufunde im Oberrheingebiet. Verhandl. Heidelb. Naturhist. Med. Ver., N.F., 18 : 183-201.
8076 6914 16/1.0.4.0.2/01bis syn incl Aceri pseudoplatani - Piceetum abietis Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
8077 7567 16/1.0.4.0.2/01bis syn compl pp Fago sylvaticae - Piceetum abietis Oberdorfer 1938 Oberdorfer, E., 1938. Pflanzensoziologische Beobachtungen und Floristische Neufunde im Oberrheingebiet. Verhandl. Heidelb. Naturhist. Med. Ver., N.F., 18 : 183-201.
8078 7715 16/1.0.4.0.2/01bis syn compl pp Galio rotundifolii - Piceetum abietis J. & M. Bartsch 1940 Bartsch, J. & M. Bartsch, 1940. Vegetationskunde des Schwarzwaldes. Pflanzensoziologie, 4 : 229 p.
8079 7570 16/1.0.4.0.2/01bis syn compl pp Luzulo luzuloidis - Piceetum abietis Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
8080 8261 16/1.0.4.0.2/01bis syn compl pp nn Bazzanio trilobatae - Piceetum abietis Guinochet 1955 Mastigobryo - Piceetum Guinochet, M., 1955. Carte phytosociologique de Pontarlier (5-6). IGN. Paris.
8081 8260 16/1.0.4.0.2/01bis syn compl pp Sphagno girgensohnii - Piceetum abietis Richard 1961 Richard, J.L., 1961. Les forêts acidiphiles du Jura. Hans Huber ; Berne. fascicule 38, 164 p.
8082 8259 16/1.0.4.0.2/01bis syn compl pp Sphagno girgensohnii - Piceetum abietis Kuoch 1954 Kuoch, R., 1954. Wälder der Schweizer Alpen im Verbreitungsgebiet der Weisstanne. Mitteilungen der Schweizerischen Anstalt das forstliche Versuchswesen, 30 : 129-314. Zürich.
8083 8258 16/1.0.4.0.2/01bis syn compl pp Sphagno girgensohnii - Piceetum abietis Kuoch 1954 emend. Zupanciö 1981 ? Kuoch, R., 1954. Wälder der Schweizer Alpen im Verbreitungsgebiet der Weisstanne. Mitteilungen der Schweizerischen Anstalt das forstliche Versuchswesen, 30 : 129-314. Zürich.
8084 7854 16/1.0.4.0.2/01bis syn compl pp Sphagno girgensohnii - Piceetum abietis Polak. 1962 Sphagno - Piceetum ?
8085 8269 16/1.0.4.0.2/02 ASS Abieti albae - Pinetum sylvestris Julve 2012 ass. nov. hoc loco hoc loco
8086 8270 16/1.0.4.0.2/02 syn compl pp Buxo sempervirenti - Pinetum sylvestris Guinochet in Lacoste 1967 Lacoste, A., 1967. Les groupements méditerranéo-montagnards à Lavandula angustifolia et Genista cinerea dans les bassins supérieurs et moyens du Var et de la Tinée (Alpes maritimes). Bull. Soc. Bot. Fr., 114 : 95-102.
8087 6289 16/1.0.5 ORD Fraxino excelsioris - Alnetalia glutinosae Julve 1993 bois caducifoliés médioeuropéens, hygrophiles à amphibies Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8088 6290 16/1.0.5 syn compl pp Alno glutinosae - Fraxinetalia excelsioris Moor 1975 Moor, M., 1975. Die soziologisch-systematische Gliederung des Hirschzungen-Ahornwaldes. Beitr. Naturk. Forsch. Südwestdeutschl., 34 : 215-223.
8089 6291 16/1.0.5 syn compl pp Alno glutinosae - Populetea nigrae Fukarek & Fabijanic 1968 Fukarek, P. & B. Fabijanic, 1968. Versuch einer Pflanzensoziologische Gliederung der Wald- und Sibljak-Gesellschaften Bosniens und der Hercegovina. In : Tüxen R. (ed.), Pflanzensoziologische Systematik : 112-123. Dr. W. Junk. Den Haag.
8090 6292 16/1.0.5 syn compl pp Alno glutinosae - Ulmenalia minoris Rameau 1981 ?
8091 6293 16/1.0.5 syn compl pp Fagetalia sylvaticae Pawłowski in Pawłowski, Sokołowski & Wallisch 1928 Pawłowski, B., M. Sokołowski & K. Wallisch, 1928. Die Pflanzenassoziationen des Tatra-Gebirges. VII. Teil. Die Pflanzenassoziationen und die Flora des Morskie Oko-Tales. Bull. Int. Acad. Sci. Cracovie, Cl. Sci. Math., Ser. B., Sci. Nat., suppl.2 : 205-272.
8092 6294 16/1.0.5 syn compl pp Fraxinetalia excelsioris Scamoni & Passarge 1959 Scamoni, A. & H. Passarge 1959. Gedanken zu einer natürlichen Ordnung der Waldgesellschaften. Arch. Forstwesen, 8 : 386-425.
8093 6295 16/1.0.5 syn compl pp Populetalia albae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
8094 6296 16/1.0.5 syn compl pp Populetalia albae Braun-Blanquet 1931 ex Tchou 1948 Tchou, Y.T., 1948. Etudes écologiques et phytosociologiques sur les forêts riveraines du bas Languedoc Populetum albae). Vegetatio, 1 : 2-28. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
8095 6297 16/1.0.5 syn compl pp Populetea albae Braun-Blanquet 1962 ?
8096 6298 16/1.0.5 syn compl pp Salicetalia albae Müller & Görs 1958 Müller, T. & S. Görs, 1958. Zur Kenntnis einiger Auenwaldgesellschaften im württembergischen Oberland. Beitr. Naturk. Forsch. Südwestdeutsch., 17 : 88-165.
8097 6299 16/1.0.5 syn compl pp Salici purpureae - Populenea nigrae Rivas-Martínez & Cantó ex Rivas-Martínez 1987 Rivas-Martínez, S., 1987. Mapa de series de vegetacion de Espana (1/400 000) + memoria. ICONA, Serie Técnica. 268 p. + 30 mapas. Madrid.
8098 6300 16/1.0.5 syn compl pp Salici purpureae - Populenea nigrae Rivas-Martínez & Cantó ex Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
8099 6301 16/1.0.5 syn compl pp Salici purpureae - Populetea nigrae (Rivas-Martínez & Cantó ex Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi) Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341. Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
8100 6892 16/1.0.5 syn pp Aceri pseudoplatani - Fraxinetalia excelsioris Gillet 1986 prov. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8101 6302 16/1.0.5.0.1 91E0*pp ALL Fraxino excelsioris - Alnion glutinosae Julve 1993 bois caducifoliés médioeuropéens, hygrophiles à amphibies, médioeuropéens Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8102 6303 16/1.0.5.0.1 syn compl pp Alnenion glutinoso - incanae Oberdorfer 1953 Oberdorfer, E., 1953. Der europaïsche Auenwald. Beitr. Naturk. Forsch. Südwestdeutschl. 12(1) : 23-70.
8103 6304 16/1.0.5.0.1 syn compl pp Alnion incanae Pawłowski in Pawłowski, Sokołowski & Wallisch 1928 Pawłowski, B., M. Sokołowski & K. Wallisch, 1928. Die Pflanzenassoziationen des Tatra-Gebirges. VII. Teil. Die Pflanzenassoziationen und die Flora des Morskie Oko-Tales. Bull. Int. Acad. Sci. Cracovie, Cl. Sci. Math., Ser. B., Sci. Nat., suppl.2 : 205-272.
8104 6305 16/1.0.5.0.1 syn compl pp Alno glutinosae - Prunion padi Knapp 1942 Alno - Padion Knapp, R., 1942. Zur Systematik der Wälder, Zwergstrauchheiden und Trockenrasen des eurosibirischen Vegetationskreises I/II. 81 + 180 p. Hannover. [manuscrit]
8105 6306 16/1.0.5.0.1 syn compl pp Alno glutinosae - Prunion padi Knapp 1948 Alno - Padion Knapp, R., 1948. Einführung in die Pflanzensoziologie. 2 : Die Pflanzengesellschaften Mitteleuropas. Stuttgart/Ludwigsburg, 94 p.
8106 6307 16/1.0.5.0.1 syn compl pp Alno glutinosae - Ulmion minoris Braun-Blanquet & Tüxen 1943 Alno - Ulmion Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
8107 6308 16/1.0.5.0.1 syn compl pp Alno glutinosae - Ulmion minoris Braun-Blanquet & Tüxen 1943 ex Tchou 1948 em. Müller & Görs 1958 Alno - Ulmion Müller, T. & S. Görs, 1958. Zur Kenntnis einiger Auenwaldgesellschaften im württembergischen Oberland. Beitr. Naturk. Forsch. Südwestdeutsch., 17 : 88-165. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
8108 6309 16/1.0.5.0.1 syn compl pp Fraxinion excelsioris Moor 1976 Moor, M., 1976. Gedanken zur Systematik mitteleuropäischer Laubwälder. Schweiz. Z. Forstwesen, 127 : 327–340.
8109 7661 16/1.0.5.0.1 syn compl pp Fraxinion excelsioris Nègre 1972 'Nègre, R., 1972. La végétation du bassin de l''One (Pyrénées centrales). 4ème note : les forêts. Veröff. Geobot. Inst. Rübel Zürich, 49 : 1-125. '
8110 6310 16/1.0.5.0.1 syn compl pp Fraxino excelsioris - Carpinion betuli Tüxen 1936 ?
8111 7978 16/1.0.5.0.1 syn compl pp Lonicero periclymeni - Betulion pubescentis Géhu 2005 'Géhu, J.-M., 2005. L''ordre des Betulo pendulae - Populetalia tremulae en France. Bull. Soc. Bot. Centre-Ouest, ns, 36 : 297-302.'
8112 6311 16/1.0.5.0.1 syn compl pp Salicion albae Müller & Görs 1958 Müller, T. & S. Görs, 1958. Zur Kenntnis einiger Auenwaldgesellschaften im württembergischen Oberland. Beitr. Naturk. Forsch. Südwestdeutsch., 17 : 88-165.
8113 6312 16/1.0.5.0.1 syn compl pp Salicion albae Tüxen 1955 ex Moor 1958 Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360. Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
8114 6313 16/1.0.5.0.1 syn compl pp Salicion albae von Soó 1930 Soó, R. von, 1930. A modern növénhföldrajz problémái, irányai és irodalma. A növényszociológia Magyarországon. Über Probleme, Richtungen und Literatur der modernen Geobotanik. Die Pflanzensoziologie in Ungarn. Magy. Biol. Kut. Inst. Munkái, 3 : 1-51.
8115 7490 16/1.0.5.0.1 syn compl pp Salicion albae von Soó 1930 em. Moor 1958 Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360. Soó, R. von, 1930. A modern növénhföldrajz problémái, irányai és irodalma. A növényszociológia Magyarországon. Über Probleme, Richtungen und Literatur der modernen Geobotanik. Die Pflanzensoziologie in Ungarn. Magy. Biol. Kut. Inst. Munkái, 3 : 1-51.
8116 6314 16/1.0.5.0.1 syn compl pp Ulmenion minoris Oberdorfer 1953 Oberdorfer, E., 1953. Der europaïsche Auenwald. Beitr. Naturk. Forsch. Südwestdeutschl. 12(1) : 23-70.
8117 6316 16/1.0.5.0.1 syn compl pp Alnetalia glutinosae Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
8118 7499 16/1.0.5.0.1 syn compl pp Alnetalia glutinosae Tüxen 1937 em. Müller & Görs 1958 Müller, T. & S. Görs, 1958. Zur Kenntnis einiger Auenwaldgesellschaften im württembergischen Oberland. Beitr. Naturk. Forsch. Südwestdeutsch., 17 : 88-165. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
8119 6317 16/1.0.5.0.1 syn compl pp Alnetea glutinosae Braun-Blanquet & Tüxen 1943 Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
8120 6318 16/1.0.5.0.1 syn compl pp Alnetea glutinosae Braun-Blanquet & Tüxen 1943 ex Westhoff, Dijk & Passchier 1946 Westhoff, V., J.W. Dijk & H. Passchier, 1946. Overzicht der Plantengemeenschappen in Nederland. Bibl. Ned. Natuurhist. Ver., 7 : 1–118. Braun-Blanquet, J. & R. Tüxen, 1943. Übersicht der höheren Vegetationseinheiten Mitteleuropas. Comm. SIGMA, 84, 11 p.
8121 6319 16/1.0.5.0.1 syn compl pp Alnion glutinosae Malcuit 1929 'Malcuit, G., 1929. Contribution à l''étude phytosociologique des Vosges méridionales saônoises. les associations végétales de la vallée de la Lanterne. Arch. Bot. (Caen), 2 : 1-211.'
8122 7505 16/1.0.5.0.1 syn compl pp Alnion glutinosae Malcuit 1929 em. Moor 1958 Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360. 'Malcuit, G., 1929. Contribution à l''étude phytosociologique des Vosges méridionales saônoises. les associations végétales de la vallée de la Lanterne. Arch. Bot. (Caen), 2 : 1-211.'
8123 7506 16/1.0.5.0.1 syn compl pp Alnion glutinosae Malcuit 1929 em. Müller & Görs 1958 Müller, T. & S. Görs, 1958. Zur Kenntnis einiger Auenwaldgesellschaften im württembergischen Oberland. Beitr. Naturk. Forsch. Südwestdeutsch., 17 : 88-165. 'Malcuit, G., 1929. Contribution à l''étude phytosociologique des Vosges méridionales saônoises. les associations végétales de la vallée de la Lanterne. Arch. Bot. (Caen), 2 : 1-211.'
8124 6320 16/1.0.5.0.1 syn compl pp Sphagno - Alnion glutinosae (Doing-Kraft in Maas 1959) Passarge & Hoffmann 1968 Passarge, H. & G. Hofmann 1968. Pflanzengesellschaften des nordostdeutschen Flachlandes 2. G. Fischer. Jena.
8125 9313 16/1.0.5.0.1/01 91D0*pp ASS Alnetum glutinosae (Julve & Gillet 1994) Julve 2012 ass. nov. hoc loco hoc loco
8126 6315 16/1.0.5.0.1/01 syn pp Betulo pubescentis subsp. pubescentis - Alnetum glutinosae Julve & Gillet 1994 bois marécageux hydrophile à amphibie, tourbeux toute la France médioeuropéenne planitiaire Betulo pubescentis - Alnetum glutinosae Julve, Ph. & F. Gillet, 1994. III. Experiences of French authors (Map 3). In Falinski, J.B., (Ed.) : Vegetation under the diverse anthropogenic impact as object of basic phytosociological map. Results of the international cartographical experiment organized in the Bialowieza Forest. Phytocoenosis, N.S. 6, Suppl. Cartog. Geobot., 4 : 45-66, 1 carte en couleur).
8127 7097 16/1.0.5.0.1/01 syn = Betulo pubescentis subsp. pubescentis - Alnetum glutinosae Julve & Gillet 1994, alnetosum glutinosae bois marécageux, tourbeux, climacique Julve, Ph. & F. Gillet, 1994. III. Experiences of French authors (Map 3). In Falinski, J.B., (Ed.) : Vegetation under the diverse anthropogenic impact as object of basic phytosociological map. Results of the international cartographical experiment organized in the Bialowieza Forest. Phytocoenosis, N.S. 6, Suppl. Cartog. Geobot., 4 : 45-66, 1 carte en couleur).
8128 7644 16/1.0.5.0.1/01 syn compl pp Alnetum glutinosae Issler 1926 'Issler, E., 1926. Les Associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. Première partie : Les forêts (fin). Documents sociologiques, Bulletin de la Société d''Histoire Naturelle de Colmar, 19 : 1-109.'
8129 7643 16/1.0.5.0.1/01 syn compl pp Alnetum glutinosae Roll 1938 Roll, H., 1938. Neue Pflanzengesellschaften aus ostholsteinischen Fließgewässern. Bot. Cbl., Beih. B, 58 : 466–475.
8130 7748 16/1.0.5.0.1/01 syn compl pp Athyrio filix feminae - Alnetum glutinosae Passarge 1968 ?
8131 7508 16/1.0.5.0.1/01 syn compl pp Blechno spicantis - Alnetum glutinosae Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
8132 7455 16/1.0.5.0.1/01 syn compl pp Carici elongatae - Alnetum glutinosae Koch 1926 ex Tüxen 1931 Tüxen, R., 1931. Die Pflanzendecke zwischen Hildesheimer Wald und Ith in ihren Beziehungen zu Klima, Boden und Mensch. In Barner, W., Unsere Heimat. In W. Barner (ed.), Das Land zwischen Hildesheimer Wald und Ith, 1 : 55-131. August Lax. Hildesheim, Leipzig. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
8133 7457 16/1.0.5.0.1/01 syn compl pp Carici laevigatae - Alnetum glutinosae Schwickerath 1938 Schwickerath, M., 1938. Wälder und Waldböden des Hohen Venns und seiner Randgebiete. Mitt. Forstwirt. u. Forstwiss., Hannover, 3 : 261-350.
8134 7454 16/1.0.5.0.1/01 syn compl pp Glycerio fluitantis - Alnetum glutinosae Noirfalise & Sougnez 1961 ?
8135 7507 16/1.0.5.0.1/01 syn compl pp Sphagno - Alnetum glutinosae Lemée 1937 nom. Inv. Alneto - Sphagnetum Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
8136 7510 16/1.0.5.0.1/01 syn compl pp Sphagno - Alnetum glutinosae Maas 1959 Maas, F.M., 1959. Bronnen, bronbeken en bronbossen van Nederland, in het bijzonder die van de Veluwezoom. Meded. Landbouwhogesch. Wageningen, 59, 166 p.
8137 7509 16/1.0.5.0.1/01 syn compl pp Sphagno - Alnetum glutinosae Passarge 1968 ?
8138 7453 16/1.0.5.0.1/01 syn compl pp Thysselino palustris - Alnetum glutinosae Noirfalise & Sougnez 1961 Peucedano palustris - Alnetum glutinosae ?
8139 7853 16/1.0.5.0.1/01 syn compl pp Sphagno squarrosi - Alnetum glutinosae Bodeux 1955 ?
8140 9314 16/1.0.5.0.1/01 syn compl pp Hottonio palustris - Alnetum glutinosae Hueck 1929 ?
8141 9315 16/1.0.5.0.1/01 syn compl pp Frangulo dodonei - Alnetum glutinosae Raus 1968 ?
8142 9316 16/1.0.5.0.1/01 syn compl pp Osmundo regalis - Alnetum glutinosae Vanden Berghen 1971 Vanden Berghen, C., 1971. Notes sur la végétation du sud-ouest de la France. VIII : les fourrés et les bois fangeux. Bull. Jard. Bot. Etat, 41 : 383-395.
8143 9312 16/1.0.5.0.1/02 91D0*pp ASS Betuletum pubescentis subsp. pubescentis (Julve & Gillet 1994) Julve 2012 ass. nov. hoc loco bois pionnier marécageux, tourbeux hoc loco
8144 6315 16/1.0.5.0.1/02 syn pp Betulo pubescentis subsp. pubescentis - Alnetum glutinosae Julve & Gillet 1994 bois marécageux hydrophile à amphibie, tourbeux toute la France médioeuropéenne planitiaire Betulo pubescentis - Alnetum glutinosae Julve, Ph. & F. Gillet, 1994. III. Experiences of French authors (Map 3). In Falinski, J.B., (Ed.) : Vegetation under the diverse anthropogenic impact as object of basic phytosociological map. Results of the international cartographical experiment organized in the Bialowieza Forest. Phytocoenosis, N.S. 6, Suppl. Cartog. Geobot., 4 : 45-66, 1 carte en couleur).
8145 7098 16/1.0.5.0.1/02 syn = Betulo pubescentis subsp. pubescentis - Alnetum glutinosae Julve & Gillet 1994, betuletosum pubescentis subsp. pubescentis Julve, Ph. & F. Gillet, 1994. III. Experiences of French authors (Map 3). In Falinski, J.B., (Ed.) : Vegetation under the diverse anthropogenic impact as object of basic phytosociological map. Results of the international cartographical experiment organized in the Bialowieza Forest. Phytocoenosis, N.S. 6, Suppl. Cartog. Geobot., 4 : 45-66, 1 carte en couleur).
8146 7551 16/1.0.5.0.1/02 syn compl pp Betuletum pubescentis Tüxen 1937 Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
8147 7483 16/1.0.5.0.1/02 syn compl pp Blechno spicantis - Betuletum pubescentis Géhu 2005 'Géhu, J.-M., 2005. L''ordre des Betulo pendulae - Populetalia tremulae en France. Bull. Soc. Bot. Centre-Ouest, ns, 36 : 297-302.'
8148 7554 16/1.0.5.0.1/02 syn compl pp Holco mollis - Betuletum pubescentis (Tüxen 1937) Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
8149 7456 16/1.0.5.0.1/02 syn compl pp Sphagno palustris - Betuletum pubescentis Mériaux, Schumacker, Tombal & De Zuttere 1980 Mériaux, J.-L., R. Schumacker, P. Tombal & Ph. De Zuttere, 1980. Contribution à l’étude des boulaies à sphaignes dans le Nord de la France, l’ïle-de-France et les Ardennes. Coll. Phytosoc., 7 : 477-494. (La végétation des sols tourbeux, Lille 1978).
8150 6321 16/1.0.5.0.1/03 ASS Fraxino excelsioris - Alnetum glutinosae (Matuszkiewicz 1952) Julve 1993 ex de Foucault 1994 bois hygrophile climacique sur anmoor, des petites vallées toute la France médioeuropéenne planitiaire Foucault, B. de, 1994. Compte rendu de l’excursion de la société de Botanique du nord de la France en forêt d’Andigny (Aisne). Bull. Soc. Bot. Nord Fra., 47(2) : 5-20. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Matuszkiewicz, W., 1952. Zespoly lesne Bialowieskiego Parku Narodowego. Ann. Univ. Mar. Curie-Sklodowska, Lublin, sect. C, suppl., 6 : 1-218.
8151 7440 16/1.0.5.0.1/03 syn = Fraxino excelsioris - Alnetum glutinosae (Matuszkiewicz 1952) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Matuszkiewicz, W., 1952. Zespoly lesne Bialowieskiego Parku Narodowego. Ann. Univ. Mar. Curie-Sklodowska, Lublin, sect. C, suppl., 6 : 1-218.
8152 7671 16/1.0.5.0.1/03 syn compl pp Aceri pseudoplatani - Fraxinetum excelsioris Etter 1947 Aceri - Fraxinetum excelsioris alluviale ?
8153 7673 16/1.0.5.0.1/03 syn compl pp Adoxo moschatellinae - Aceretum pseudoplatani (Etter 1947) Passarge 1959 Passarge, H., 1959. Vegetationskundliche Untersuchungen in den Wäldern der Jungmoränenlandschaft um Dargurs/Ostmecklenburg. Arch. Forstwesen, 8 : 1-74. ?
8154 8262 16/1.0.5.0.1/03 syn compl pp Adoxo moschatellinae - Aceretum pseudoplatani Passarge 1960 ?
8155 7452 16/1.0.5.0.1/03 syn compl pp Alnetum glutinosae Lemée 1937 Alno - Macrophorbietum Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
8156 7641 16/1.0.5.0.1/03 syn compl pp Alno glutinosae - Fraxinetum excelsioris Beauvois 1934 ?
8157 7736 16/1.0.5.0.1/03 syn compl pp Alno glutinosae - Fraxinetum excelsioris Vanden Berghen 1963 Alno - Fraxinetum calciense Vanden Berghen, C., 1963. Etude sur la végétation des grands causses du Massif Central de la France. Mém. Soc. Roy. Bot. Belg., 1, 285 p.
8158 7638 16/1.0.5.0.1/03 syn compl pp Arunco dioici - Alnetum glutinosae (Kästner 1938) Tüxen 1957 Tüxen, R., 1957. Die Pflanzengesellschaften des Aussendeichslandes von Neuwerk. Mitt. Flor. Soz. Arb. Gem., N.F., 6/7 : 205-235. Kästner, M., 1938. Die Pflanzengesellschaften der Quellfluren und Bachufer aus dem Verband der Schwarzerlen-Gesellschaften. Veröff. Landesver. Sächsisches Heimatschutz, 69-118. Dresden. (In Kästner, M., W. Flössner & J. Uhlig. Die Pflanzengesellchaften des westsächsischen Berg- und Hügellandes. Teil IV).
8159 7763 16/1.0.5.0.1/03 syn compl pp Campanulo latifoliae - Fraxinetum excelsioris Nègre 1972 'Nègre, R., 1972. La végétation du bassin de l''One (Pyrénées centrales). 4ème note : les forêts. Veröff. Geobot. Inst. Rübel Zürich, 49 : 1-125.'
8160 7672 16/1.0.5.0.1/03 syn compl pp Carici pendulae - Aceretum pseudoplatani Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
8161 7767 16/1.0.5.0.1/03 syn compl pp Carici pendulae - Alnetum glutinosae Oberdorfer 1953 Oberdorfer, E., 1953. Der europaïsche Auenwald. Beitr. Naturk. Forsch. Südwestdeutschl. 12(1) : 23-70.
8162 7768 16/1.0.5.0.1/03 syn compl pp Carici remotae - Alnetum glutinosae Lemée 1937 Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
8163 7478 16/1.0.5.0.1/03 syn compl pp Carici remotae - Fraxinetum excelsioris Koch 1926 ex Faber 1936 Faber, A., 1936. Über Waldgesellschaften auf kalksteinböden und ihre Entwicklung im schwäbisch-fränkischen Stufenland und auf der Alb. Jahresber. Deutsch. Forstver. Württ., Anhang. Tübingen, 53 p. Koch, W., 1926. Die Vegetationseinheiten der Linthebene. Jb. St. Gall. Naturwiss. Ges., 61 : 1-146.
8164 7637 16/1.0.5.0.1/03 syn compl pp Chaerophyllo hirsuti - Alnetum glutinosae Müller & Görs 1958 Müller, T. & S. Görs, 1958. Zur Kenntnis einiger Auenwaldgesellschaften im württembergischen Oberland. Beitr. Naturk. Forsch. Südwestdeutsch., 17 : 88-165.
8165 7451 16/1.0.5.0.1/03 syn compl pp Cirsio oleracei - Alnetum glutinosae Lemée 1937 ex Noirfalise & Sougnez 1961 ? Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
8166 7783 16/1.0.5.0.1/03 syn compl pp Equiseto hyemalis - Alnetum glutinosae O. de Bolòs 1957 Bolòs, O. de, 1957. Datos sobre la vegetación de la vertiente septentrional de los Pirineos : observaciones acerca de la zonación altitudinal del valle de Arán. Collect. Bot. (Barcelona), 5(2) : 465-514.
8167 7635 16/1.0.5.0.1/03 syn compl pp Equiseto telmatejae - Fraxinetum excelsioris Oberdorfer 1957 ex Seibert 1987 ? Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
8168 7482 16/1.0.5.0.1/03 syn compl pp Equiseto telmatejae - Fraxinetum excelsioris Rühl 1967 ?
8169 7790 16/1.0.5.0.1/03 syn compl pp Hyperico androsaemi - Alnetum glutinosae Braun-Blanquet 1967 Braun-Blanquet, J., 1967. Vegetationsskizzen aus dem Baskenland mit Ausblicken auf das weitere Ibero-Atlantikum (Zweiten Teil). Vegetatio, 14 : 1-126.
8170 7793 16/1.0.5.0.1/03 syn compl pp Impatienti noli-tangeris - Alnetum glutinosae Brunerye 1970 ?
8171 7646 16/1.0.5.0.1/03 syn compl pp Piceo abietis - Alnetum glutinosae Rubner 1954 ?
8172 7450 16/1.0.5.0.1/03 syn compl pp Pruno padi - Fraxinetum exclesioris Oberdorfer 1953 Pruno - Fraxinetum Oberdorfer, E., 1953. Der europaïsche Auenwald. Beitr. Naturk. Forsch. Südwestdeutschl. 12(1) : 23-70.
8173 7639 16/1.0.5.0.1/03 syn compl pp Ribeso rubri - Fraxinetum excelsioris (Lemée 1937) Passarge 1958 Ribeso sylvestris - Fraxinetum excelsioris ? Lemée, G., 1937. Recherches écologiques sur la végétation du Perche. Rev. Gén. Bot., 49 : 1-388. [= Thèse, Univ. Paris, 392 p.].
8174 7642 16/1.0.5.0.1/03 syn compl pp Ribeso rubri - Fraxinetum excelsioris Tüxen & Ohba 1975 Ribeso sylvestris - Fraxinetum excelsioris ?
8175 7479 16/1.0.5.0.1/03 syn compl pp Stellario nemorum - Alnetum glutinosae Kästner 1938 ex Lohmeyer 1957 ? Kästner, M., 1938. Die Pflanzengesellschaften der Quellfluren und Bachufer aus dem Verband der Schwarzerlen-Gesellschaften. Veröff. Landesver. Sächsisches Heimatschutz, 69-118. Dresden. (In Kästner, M., W. Flössner & J. Uhlig. Die Pflanzengesellchaften des westsächsischen Berg- und Hügellandes. Teil IV).
8176 7511 16/1.0.5.0.1/03 syn compl pp Urtico dioicae - Alnetum glutinosae Fukarek 1961 Fukarek, F., 1961. Die Vegetation des Darss und ihre Geschichte. Pflanzensoziologie, 12, 321 p. G. Fischer, Jena.
8177 7787 16/1.0.5.0.1/03 syn compl pp illeg Filipendulo ulmariae - Alnetum glutinosae Gégout, Rameau, Renaux, Jabiol, Bar & Marage 2008 ?
8178 7645 16/1.0.5.0.1/03 syn compl pp nn Alno glutinosae - Fraxinetum excelsioris Oberdorfer 1949 Oberdorfer, E., 1949. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. Stuttgart, 411 p.
8179 8281 16/1.0.5.0.1/03 syn compl pp Sambuco nigrae - Alnetum glutinosae Gruber 1980 Gruber, M., 1980. La ripisylve à Alnus glutinosa (L.) Gaertner en vallée de Louron (Pyrénées centrales). Coll. Phytosociol., 9 : 405-409.
8180 6322 16/1.0.5.0.1/03bis SUBASS Fraxino excelsioris - Alnetum glutinosae (Matuszkiewicz 1952) Julve 1993 ex de Foucault 1994, quercetosum roboris bois mésohygrophile climacique sur anmoor, des petites vallées Foucault, B. de, 1994. Compte rendu de l’excursion de la société de Botanique du nord de la France en forêt d’Andigny (Aisne). Bull. Soc. Bot. Nord Fra., 47(2) : 5-20. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Matuszkiewicz, W., 1952. Zespoly lesne Bialowieskiego Parku Narodowego. Ann. Univ. Mar. Curie-Sklodowska, Lublin, sect. C, suppl., 6 : 1-218.
8181 7481 16/1.0.5.0.1/03bis syn compl pp Aegopodio podagrariae - Fraxinetum excelsioris Noirfalise & Sougnez 1961 ?
8182 7480 16/1.0.5.0.1/03bis syn compl pp Aegopodio podagrariae - Fraxinetum excelsioris Scamoni & Passarge 1959 Scamoni, A. & H. Passarge 1959. Gedanken zu einer natürlichen Ordnung der Waldgesellschaften. Arch. Forstwesen, 8 : 386-425.
8183 7469 16/1.0.5.0.1/03bis syn compl pp Polygono bistortae - Quercetum roboris Sougnez 1963 ?
8184 6323 16/1.0.5.0.1/04 91F0pp ASS Querco roboris - Ulmetum laevis (Issler 1924) Julve 1993 ex de Foucault 1996 bois hygrophile climacique sur anmoor des grandes vallées centroeuropéennes septentrionales, climacique Alsace à Champagne planitiaire ? Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. 'Issler, E., 1924. Les Associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. Première partie : Les forêts. A. Les associations d''arbres feuillus. Diagnoses phytosociologiques, Bulletin de la Société d''Histoire Naturelle de Colmar, 17 : 1-67.'
8185 7441 16/1.0.5.0.1/04 syn = Querco roboris - Ulmetum laevis (Issler 1924) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. 'Issler, E., 1924. Les Associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. Première partie : Les forêts. A. Les associations d''arbres feuillus. Diagnoses phytosociologiques, Bulletin de la Société d''Histoire Naturelle de Colmar, 17 : 1-67.'
8186 7648 16/1.0.5.0.1/04 syn compl pp Fraxino excelsioris - Ulmetum laevis (Tüxen 1952) Oberdorfer 1953 Fraxino - Ulmetum Oberdorfer, E., 1953. Der europaïsche Auenwald. Beitr. Naturk. Forsch. Südwestdeutschl. 12(1) : 23-70. Tüxen, R., 1952. Hecken und Gebüsche. Mitt. Geogr. Ges. Hamburg, 50 : 85-117.
8187 6867 16/1.0.5.0.1/04 syn compl pp Fraxino excelsioris - Ulmetum laevis Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
8188 7647 16/1.0.5.0.1/04 syn compl pp Querco roboris - Ulmetum minoris Issler 1924 'Issler, E., 1924. Les Associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. Première partie : Les forêts. A. Les associations d''arbres feuillus. Diagnoses phytosociologiques, Bulletin de la Société d''Histoire Naturelle de Colmar, 17 : 1-67.'
8189 6868 16/1.0.5.0.1/04 syn compl pp Ulmo minoris - Quercetum roboris Felzines & Loiseau in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p.
8190 6324 16/1.0.5.0.1/05 ASS Alnetum incanae (Lüdi 1921) Julve 1993 prov. bois hygrophile climacique sur anmoor, montagnard, centroeuropéen Vosges, Jura, Alpes montagnard Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Lüdi, W., 1921. Die Pflanzengesellschaften des Lauterbrunnentales und ihre Sukzession. Beitr. Geobot. Landesaufn. Schweiz, 9, 364 p.
8191 7627 16/1.0.5.0.1/05 syn compl pp Aceri pseudoplatani - Alnetum incanae Beger 1922 Beger, H., 1922. Assoziationsstudien in der Waldstufe des Schanfiggs. Mitt. Bot. Museum Univ. Zürich, 96 : 1-147.
8192 7640 16/1.0.5.0.1/05 syn compl pp Alnetum glutinoso - incanae Braun 1915 'Braun, J., 1915. Les Cévennes méridionales (massif de l''Aigoual). Etude phytogéographique. Arch. Sci. Phys. Nat. Genève, 39 : 72-81, 167-186, 247-269, 339-358, 415-434, 508-538; 40 : 39-63, 112-137, 221-232, 313-328.'
8193 7626 16/1.0.5.0.1/05 syn compl pp Alnetum incanae Lüdi 1921 Lüdi, W., 1921. Die Pflanzengesellschaften des Lauterbrunnentales und ihre Sukzession. Beitr. Geobot. Landesaufn. Schweiz, 9, 364 p.
8194 7628 16/1.0.5.0.1/05 syn compl pp Alno incanae - Piceetum abietis Aichinger & Siegrist 1930 ?
8195 7734 16/1.0.5.0.1/05 syn compl pp Alno incanae - Salicetum albae Varèse 1993 Varese, P., 1993. Les groupements ligneux riverains de la basse Durance (Provence). ENGREF. Parc naturel régional du Lubéron. Colloques phytosociologiques, p. 566-593. Bailleul.
8196 7629 16/1.0.5.0.1/05 syn compl pp Alno incanae - Salicetum pentandrae Braun-Blanquet 1950 Braun-Blanquet, J., 1950. Übersicht der Pflanzengesellschaften Rätiens, (VI). Vegetatio, 2 : 341-360.
8197 7630 16/1.0.5.0.1/05 syn compl pp Astrantio - Fraxinetum excelsioris Oberdorfer 1953 prov. Oberdorfer, E., 1953. Der europaïsche Auenwald. Beitr. Naturk. Forsch. Südwestdeutschl. 12(1) : 23-70.
8198 7631 16/1.0.5.0.1/05 syn compl pp Calamagrostido variae - Alnetum incanae Moor 1958 Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360.
8199 7636 16/1.0.5.0.1/05 syn compl pp Carici remotae - Alnetum incanae Feldner 1978 Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360.
8200 7634 16/1.0.5.0.1/05 syn compl pp Elytrigio - Alnetum incanae Braun-Blanquet 1975 Agropyro - Alnetum incanae ?
8201 7632 16/1.0.5.0.1/05 syn compl pp Equiseto hyemalis - Alnetum incanae Moor 1958 Moor, M., 1958. Pflanzengesellschaften schweizerischer Flussauen. Mitt. Schweiz. Anst. Forstl. Versuchswes., 34 : 221-360.
8202 7633 16/1.0.5.0.1/05 syn compl pp Violo biflorae - Alnetum incanae Zoller 1974 ?
8203 6329 16/1.0.5.0.1/06 ASS Salicetum albo - fragilis (Issler 1926) Julve 1993 prov. bois hygrophile pionnier, des vallées septentrionales balayées par les crues Bassin parisien planitiaire Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. 'Issler, E., 1926. Les Associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. Première partie : Les forêts (fin). Documents sociologiques, Bulletin de la Société d''Histoire Naturelle de Colmar, 19 : 1-109.'
8204 7496 16/1.0.5.0.1/06 syn compl pp Chaerophyllo hirsuti - Salicetum fragilis Müller & Görs 1958 Müller, T. & S. Görs, 1958. Zur Kenntnis einiger Auenwaldgesellschaften im württembergischen Oberland. Beitr. Naturk. Forsch. Südwestdeutsch., 17 : 88-165.
8205 6330 16/1.0.5.0.1/06 syn compl pp Salicetum albae Issler 1926 'Issler, E., 1926. Les Associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. Première partie : Les forêts (fin). Documents sociologiques, Bulletin de la Société d''Histoire Naturelle de Colmar, 19 : 1-109.'
8206 7497 16/1.0.5.0.1/06 syn compl pp Salicetum albae Knapp 1944 Knapp, R., 1944. Vegetationsaufnahmen von Wäldern der Alpenostrand-Gebiete VI. (Auen- und Quellwälder). Halle/Saale. [manuscrit]
8207 6331 16/1.0.5.0.1/06 syn compl pp Salicetum albo - fragilis Issler 1926 'Issler, E., 1926. Les Associations végétales des Vosges méridionales et de la plaine rhénane avoisinante. Première partie : Les forêts (fin). Documents sociologiques, Bulletin de la Société d''Histoire Naturelle de Colmar, 19 : 1-109.'
8208 6332 16/1.0.5.0.1/06 syn compl pp Salicetum albo - fragilis Tüxen (1944) 1955 Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176. ?
8209 7498 16/1.0.5.0.1/06 syn compl pp Salicetum albo - fragilis Tüxen (1948) 1955 Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176. ?
8210 6333 16/1.0.5.0.1/06 syn compl pp Salicetum fragilis Passarge 1955 Passarge, H., 1955. Die Ufervegetation des Briesener Sees. Mitt. Flor. Soz. Arbeitsgem., N.F. 5 : 91-98.
8211 6334 16/1.0.5.0.1/06 syn compl pp Salicetum fragilis Passarge 1957 Passarge, H., 1957. Vegetationskundliche Untersuchungen in der Wiesenlandschaft des nördlichen Havellandes. Feddes Repert., 137 : 5-55.
8212 7495 16/1.0.5.0.1/06 syn compl pp Salicetum fragilis Passarge 1957 em. Seibert in Oberdorfer 1992 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart. Passarge, H., 1957. Vegetationskundliche Untersuchungen in der Wiesenlandschaft des nördlichen Havellandes. Feddes Repert., 137 : 5-55.
8213 8103 16/1.0.5.0.1/06 syn compl pp Angelico sylvestris - Salicetum fragilis Lavagne 2006 Lavagne, A., 2006. La végétation des bas-marais du vallon du Lauzanier Larche (Alpes-de-Haute-Provence, France). J. Bot. Soc. Bot. Fra., 34 : 41-57.
8214 6325 16/1.0.5.0.1/07 ASS Salici albae - Populetum nigrae (Tüxen 1931) Julve 1993 prov. bois hygrophile pionnier, des vallées méridionales balayées par les crues vallées de la Saône, du Rhône planitiaire Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Tüxen, R., 1931. Die Pflanzendecke zwischen Hildesheimer Wald und Ith in ihren Beziehungen zu Klima, Boden und Mensch. In Barner, W., Unsere Heimat. In W. Barner (ed.), Das Land zwischen Hildesheimer Wald und Ith, 1 : 55-131. August Lax. Hildesheim, Leipzig.
8215 6326 16/1.0.5.0.1/07 syn compl pp Populetum nigrae Szafer 1935 Szafer, W., 1935. Las i step na zachodnim Podolu. – Rozprawy Wydziału Matematyczno-Przyrodniczego, Kraków PAU.1935, т. 71, Dział B nr 2, S. 1-123.
8216 6327 16/1.0.5.0.1/07 syn compl pp Salici albae - Populetum nigrae (Tüxen 1931) Meijer Drees 1936 Meijer Drees, E. 1936: De bosvegetatie von de Achterhoek en enkele aangrenzende gebieden. Wageningen. Tüxen, R., 1931. Die Pflanzendecke zwischen Hildesheimer Wald und Ith in ihren Beziehungen zu Klima, Boden und Mensch. In Barner, W., Unsere Heimat. In W. Barner (ed.), Das Land zwischen Hildesheimer Wald und Ith, 1 : 55-131. August Lax. Hildesheim, Leipzig.
8217 6328 16/1.0.5.0.1/07 syn compl pp Salici albae - Populetum nigrae von Soó (1927) 1946 ? Soó, R. von, 1927/1928. Geobotanische Monographie von Kolozsvar (Klausenburg). Mitt. Komm. Heimatkunde, 4 : 1-151.
8218 7862 16/1.0.5.0.1/08 ASS Ulmo laevis - Fraxinetum angustifoliae subsp. oxycarpae Julve 2011 ass. nov. hoc loco bois hygrophile sur anmoor des grandes vallées centroeuropéennes méridionales, climacique hoc loco
8219 7863 16/1.0.5.0.1/08 syn compl pp Ulmo minoris - Fraxinetum angustifoliae (Breton 1952) Rameau & Schmitt 1981 ? Breton, R., 1952. Recherches phytosociologiques dans la région de Dijon. 175 p. Thèse Univ. Dijon. [= Comm. SIGMA 136].
8220 6866 16/1.0.5.0.1/08 syn compl pp Ulmo minoris - Fraxinetum angustifoliae (Breton 1952) Rameau & Schmitt in Royer, Felzines, Misset & Thévenin 2006 Royer, J.-M., J.-C. Felzines, C. Misset & S. Thévenin, 2006. Synopsis commenté des groupements végétaux de la Bourgogne et de la Champagne-Ardennes. Bull. Soc. Bot. Centre-Ouest, n.s., numéro spécial, 25 : 394 p. Breton, R., 1952. Recherches phytosociologiques dans la région de Dijon. 175 p. Thèse Univ. Dijon. [= Comm. SIGMA 136].
8221 6338 16/1.0.5.0.2 3280pp+91B0pp+92A0pp ALL Fraxino angustifoliae subsp. oxycarpae - Populion albae Julve 1993 bois caducifoliés médioeuropéens, hygrophiles, subméditerranéens Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8222 6339 16/1.0.5.0.2 syn compl pp Fraxino angustifoliae - Ulmenion minoris Rivas-Martínez 1975 Rivas-Martínez, S., 1975. Mapa de vegetacion de la provincia de Avila. Anales Inst. Bot. Cavanilles, 32 : 1493-1556.
8223 6340 16/1.0.5.0.2 syn compl pp Osmundo regalis - Alnion glutinosae (Braun-Blanquet, Pinto da Silva & Rozeira 1956) Dierschke & Rivas-Martínez in Rivas-Martínez 1975 Osmundo - Alnion Rivas-Martínez, S., 1975. Mapa de vegetacion de la provincia de Avila. Anales Inst. Bot. Cavanilles, 32 : 1493-1556. Braun-Blanquet, J., A.R. Pinto da Silva & A. Rozeira, 1956. Résultats de deux excursions géobotaniques à travers le Portugal septentrional et moyen, II Chênaies à feuilles caduques (Quercion occidentale) et chênaies à feuilles persistantes (Quercion fagineae) au Portugal. Agron. Lusit. 18, 3. 167-234.
8224 6341 16/1.0.5.0.2 syn compl pp Osmundo regalis - Alnion glutinosae Dierschke & Rivas-Martínez in Dierschke 1975 Osmundo - Alnion Dierschke, H., 1975. Die Schwarzerlen- (Alnus-glutinosa-) Uferwälder Korsikas. Mit einem Beitrag zur syntaxonomischen Abgrenzung und Gliederung der Auenwälder des Mediterrangebietes. Phytocoenologia, 2( ¾) : 229-243.
8225 6342 16/1.0.5.0.2 syn compl pp Populenion albae Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
8226 6343 16/1.0.5.0.2 syn compl pp Populion albae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
8227 6344 16/1.0.5.0.2 syn compl pp Populion albae Braun-Blanquet 1931 ex Tchou 1948 Tchou, Y.T., 1948. Etudes écologiques et phytosociologiques sur les forêts riveraines du bas Languedoc Populetum albae). Vegetatio, 1 : 2-28. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
8228 6345 16/1.0.5.0.2 syn compl pp nn Populion albae Tüxen 1931 Tüxen, R., 1931. Die Grundlagen der Urlandschaftsforschung. Ein Beitrag zur Erforschung der Geschichte der anthropogenen Vereinflussung der Vegetation Mitteleuropas. Nachricht. Niedersachs. Urgeschichte, 5 : 59-?. Hildescheim et Leipzig.
8229 8280 16/1.0.5.0.2 syn compl pp Fraxinion angustifoliae (Pedrotti 1970) Rivas-Martínez 1975 Rivas-Martínez, S., 1975. Mapa de vegetacion de la provincia de Avila. Anales Inst. Bot. Cavanilles, 32 : 1493-1556. ?
8230 6346 16/1.0.5.0.2/01 ASS Populo nigrae - Fraxinetum angustifoliae subsp. oxycarpae (Tchou 1946) de Foucault & Julve 1991 Provence au Languedoc mésoméditerranéen Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420. ?
8231 7735 16/1.0.5.0.2/01 syn compl pp Alno glutinosae - Fraxinetum angustifoliae subsp. oxycarpae Tchou 1948 Tchou, Y.T., 1948. Etudes écologiques et phytosociologiques sur les forêts riveraines du bas Languedoc Populetum albae). Vegetatio, 1 : 2-28.
8232 7754 16/1.0.5.0.2/01 syn compl pp Brachypodio phoenicoidis - Populetum nigrae Varèse 1993 Varese, P., 1993. Les groupements ligneux riverains de la basse Durance (Provence). ENGREF. Parc naturel régional du Lubéron. Colloques phytosociologiques, p. 566-593. Bailleul.
8233 7775 16/1.0.5.0.2/01 syn compl pp Corylo avellanae - Populetum nigrae Varèse 1993 Varese, P., 1993. Les groupements ligneux riverains de la basse Durance (Provence). ENGREF. Parc naturel régional du Lubéron. Colloques phytosociologiques, p. 566-593. Bailleul.
8234 7819 16/1.0.5.0.2/01 syn compl pp Phalarido arundinaceae - Populetum nigrae Varèse 1993 Phalarido - Populetum nigrae Varese, P., 1993. Les groupements ligneux riverains de la basse Durance (Provence). ENGREF. Parc naturel régional du Lubéron. Colloques phytosociologiques, p. 566-593. Bailleul.
8235 6347 16/1.0.5.0.2/01 syn compl pp Populetum albae Braun-Blanquet 1931 ex Tchou 1948 Tchou, Y.T., 1948. Etudes écologiques et phytosociologiques sur les forêts riveraines du bas Languedoc Populetum albae). Vegetatio, 1 : 2-28. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
8236 7442 16/1.0.5.0.2/01 syn compl pp nn Populetum albae Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
8237 7280 16/1.0.5.0.2/02 ASS Salici albae - Platanetum orientalis de Foucault 1993 bois subméditerranéen oriental ?
8238 6349 16/2. 9410pp CLA Pino cembrae - Piceetea abietis Julve 1993 bois boréosubalpins sempervirents, aciculifoliés Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8239 5656 16/2. syn compl pp Erico carneae - Pinetea sylvestris Horvat 1959 Horvat, I., 1959. Sistematski odnosi termofilnih hrastovih i borovih šuma jugoistocne Evrope (Systematic relations of thermophilous shrubbery and pine woods of southeastern Europe). Biol. Glasn. Zagreb, 12 : 1-40.
8240 5555 16/2. syn compl pp Vaccinio myrtilli - Piceetea abietis Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 Vaccinio - Piceetea Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
8241 6352 16/2.0.1 ORD Pino uncinatae - Piceetalia abietis Julve 1993 prov. bois subalpins sempervirents, aciculifoliés Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8242 7521 16/2.0.1 syn compl pp Erico carneae - Pinetalia sylvestris Horvat 1959 Horvat, I., 1959. Sistematski odnosi termofilnih hrastovih i borovih šuma jugoistocne Evrope (Systematic relations of thermophilous shrubbery and pine woods of southeastern Europe). Biol. Glasn. Zagreb, 12 : 1-40.
8243 6353 16/2.0.1 syn compl pp Piceetalia abietis Pawłowski in Pawłowski, Sokołowski & Wallisch 1928 Pawłowski, B., M. Sokołowski & K. Wallisch, 1928. Die Pflanzenassoziationen des Tatra-Gebirges. VII. Teil. Die Pflanzenassoziationen und die Flora des Morskie Oko-Tales. Bull. Int. Acad. Sci. Cracovie, Cl. Sci. Math., Ser. B., Sci. Nat., suppl.2 : 205-272.
8244 7535 16/2.0.1 syn compl pp Pinetalia sylvestris Oberdorfer 1949 Oberdorfer, E., 1949. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. Stuttgart, 411 p.
8245 7534 16/2.0.1 syn compl pp Vaccinio myrtilli - Piceetalia abietis Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 Vaccinio - Piceetalia Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
8246 6354 16/2.0.1.0.1 ALL Pino uncinatae - Piceion abietis Gillet prov. in Julve 1993 bois subalpins sempervirents, aciculifoliés Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8247 6355 16/2.0.1.0.1 syn compl pp Abieti albae - Piceenion abietis Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
8248 7563 16/2.0.1.0.1 syn compl pp Abieti albae - Piceion abietis Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
8249 7538 16/2.0.1.0.1 syn compl pp Dicrano rugosi - Pinenion sylvestris Seibert in Oberdorfer 1992 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart.
8250 7514 16/2.0.1.0.1 syn compl pp Dicrano rugosi - Pinion sylvestris Matuszkiewiecz 1962 Dicrano - Pinion Matuszkiewicz, W., 1962. Zur Systematik der natürlichen Kiefernwälder des mittel- und osteuropäischen Flachlandes. Mitt. flor. soz. Arbeitsgem., N.F., 9 : 145-186.
8251 7537 16/2.0.1.0.1 syn compl pp Dicrano rugosi - Pinion sylvestris Matuszkiewiecz 1962 em. Oberdorfer 1979 Dicrano - Pinion Oberdorfer, E., 1979. Pflanzensoziologische Exkursionsflora. 997 p. Stuttgart. Matuszkiewicz, W., 1962. Zur Systematik der natürlichen Kiefernwälder des mittel- und osteuropäischen Flachlandes. Mitt. flor. soz. Arbeitsgem., N.F., 9 : 145-186.
8252 7522 16/2.0.1.0.1 syn compl pp Erico carneae - Pinion sylvestris Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 Pineto - Ericion Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
8253 7560 16/2.0.1.0.1 syn compl pp Piceion abietis Pawłowski in Pawłowski, Sokołowski & Wallisch 1928 Pawłowski, B., M. Sokołowski & K. Wallisch, 1928. Die Pflanzenassoziationen des Tatra-Gebirges. VII. Teil. Die Pflanzenassoziationen und die Flora des Morskie Oko-Tales. Bull. Int. Acad. Sci. Cracovie, Cl. Sci. Math., Ser. B., Sci. Nat., suppl. 2 : 205-272.
8254 7550 16/2.0.1.0.1 syn compl pp Piceo abietis - Vaccinienion uliginosi Seibert in Oberdorfer 1992 Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart.
8255 7536 16/2.0.1.0.1 syn compl pp Pinion sylvestris Libbert 1933 Pinion medioeuropaeum Libbert, W., 1933. Die Vegetationseinheiten der neumärkischen Staubeckenlandschaft unter Berücksichtigung der angrenzenden Landschaften. Verh. Bot. Ver. Prov. Brandenburg, 75: 229-348.
8256 6356 16/2.0.1.0.1 syn compl pp Pinion uncinatae Rivas-Martínez & Costa 1998 Rivas-Martínez, S. & M. Costa, 1998. Datos sobre la vegetación y el bioclima del Valle de Arán. Acta Bot. Barcinon. 45 : 473-499.
8257 6357 16/2.0.1.0.1 syn compl pp Rhododendro ferruginei - Pinenion uncinatae Rivas-Martínez, Báscones, T.E. Díaz, Fernández-González & Loidi 1991 Rivas-Martínez, S., J.C. Báscones, T.E. Díaz González, F. Fernández-González & J. Loidi, 1991. La vegetación del Pirineo Occidental y Navarra. Itinera Geobot., 5 : 5-456.
8258 6358 16/2.0.1.0.1 syn compl pp Seslerio caeruleae - Pinenion uncinatae Vigo (1974) 1979 Vigo, J., 1979. Notes fitocenològiques II. Bull. Inst. Catalana, Hist. Nat., Sec. Bot., 44 : 77-89. Vigo, J., 1974. A propos des forêts de conifères calcicoles des Pyrénées Orientales. Doc. Phytosoc., 7-8 : 51-54.
8259 6359 16/2.0.1.0.1 syn compl pp Seslerio caeruleae - Pinion uncinatae Vigo 1974 Vigo, J., 1974. A propos des forêts de conifères calcicoles des Pyrénées Orientales. Doc. Phytosoc., 7-8 : 51-54.
8260 5670 16/2.0.1.0.1 syn compl pp Vaccinietea uliginosi Lohmeyer & Tüxen in Tüxen 1955 Tüxen, R., 1955. Das System der Nordwestdeutschen Pflanzengesellschaften. Mitt. Flor. Soz. Arbeitsgem., N.F., 5 : 155-176.
8261 7562 16/2.0.1.0.1 syn compl pp Vaccinio myrtilli - Abietenion albae Oberdorfer 1962 Oberdorfer, E., 1962. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. (2ten Auffl.). Stuttgart, 987 p.
8262 7573 16/2.0.1.0.1 syn compl pp Vaccinio myrtilli - Piceenion abietis Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
8263 7561 16/2.0.1.0.1 syn compl pp Vaccinio myrtilli - Piceion abietis Braun-Blanquet 1938 ?
8264 6360 16/2.0.1.0.1 syn compl pp Vaccinio uliginosi - Piceion abietis Oberdorfer 1992 em. Rameau 1993 Rameau, J.-C., 1993. Habitats forestiers de la directive Habitats présents et à retenir en France métropolitaine . 44 p. Oberdorfer, E., 1992-1993. Süddeutsche Pflanzengesellschaften (3ten Aufl.). 5 volumes. Gustav Fischer Verlag, Stuttgart.
8265 7584 16/2.0.1.0.1 syn pp Rhododendro ferruginei - Vaccinion myrtilli Braun-Blanquet 1926 Braun-Blanquet, J., 1926. Die alpinen Pflanzengesellschaften. In J. Braun-Blanquet & H. Jenny : Vegetationsentwicklung und Bodenbildung in der alpinen Stufe der Zentralalpen. Denkschr. Schweiz. Naturf. Ges., 63 : 183-294.
8266 6362 16/2.0.1.0.1/02 ASS Abieti albae - Piceetum abietis (Oberdorfer 1950) Julve 1993 ex de Foucault 1999 bois subalpin sempervirent, aciculifolié, des Alpes externes Alpes subalpin inférieur Foucault, B. de, 1999. Notes phytosociologiques sur la végétation observée dans le Jura français. Bull. Soc. Bot. Nord Fra., 52(4) : 23-48. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Oberdorfer, E., 1950. Beitrag zur Vegetationskunde des Allgäu. Beitr. Naturk. Forsch. Südwestdeutschl., 9 : 29-98.
8267 6911 16/2.0.1.0.1/02 syn = Abieti albae - Piceetum abietis (Oberdorfer 1950) Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Oberdorfer, E., 1950. Beitrag zur Vegetationskunde des Allgäu. Beitr. Naturk. Forsch. Südwestdeutschl., 9 : 29-98.
8268 7831 16/2.0.1.0.1/02 syn compl pp Abieti albae - Piceetum abietis Oberdorfer 1950 Abieti - Piceetum Oberdorfer, E., 1950. Beitrag zur Vegetationskunde des Allgäu. Beitr. Naturk. Forsch. Südwestdeutschl., 9 : 29-98.
8269 7582 16/2.0.1.0.1/02 syn compl pp Adenostylo glabrae - Piceetum abietis Mayer 1969 Adenostylo - Piceetum Mayer, H., 1969. Tannenreiche Wälder am Südabfall der mittleren Ostalpen. München, Basel, Wien.
8270 7583 16/2.0.1.0.1/02 syn compl pp Asplenio viride - Piceetum abietis Kuoch 1954 Asplenio - Piceetum Kuoch, R., 1954. Wälder der Schweizer Alpen im Verbreitungsgebiet der Weisstanne. Mitteilungen der Schweizerischen Anstalt das forstliche Versuchswesen, 30 : 129-314. Zürich.
8271 7578 16/2.0.1.0.1/02 syn compl pp Barbilophozio lycopodioidis - Piceetum abietis Volk 1939 Barbilophozio - Piceetum Volk, O.H., 1939. Soziologische und Ökologische Untersuchungen an der Auenvegetation im Churer Rheintal und Domleschg. Jahrb. Naturf. Ges. Graubünden, 76, 1938/39. 29-79. [= Comm. SIGMA, 72, 51 p.]
8272 7474 16/2.0.1.0.1/02 syn compl pp Bazzanio trilobatae - Piceetum abietis Braun-Blanquet & Sissingh in Braun-Blanquet, Sissingh & Vlieger 1939 Bazzanio - Piceetum Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
8273 7581 16/2.0.1.0.1/02 syn compl pp Bazzanio trilobatae - Piceetum abietis Siede 1960 Bazzanio - Piceetum Siede, E., 1960. Untersuchungen über die Pflanzengesellschaften im Flyschgebiet Oberbayerns. Landschaftspflege und Vegetationskunde, 2 : 59 p. München.
8274 7574 16/2.0.1.0.1/02 syn compl pp Bazzanio trilobatae - Piceetum abietis Trautmann 1952 Bazzanio - Piceetum Trautmann, W., 1952. Pflanzensoziologische Untersuchungen der Fichtenwälder des Bayerischen Waldes. Forstwirtschaft. Centralblatt, 71 : 289-313. Berlin.
8275 7576 16/2.0.1.0.1/02 syn compl pp Calamagrostio villosae - Piceetum abietis (Tüxen 1937) Hartmann 1956 ex Schlüter 1966 Schlüter, H., 1966. Vegetationsgliederung und –kartierung eines Quellengebietes im Thüringer Wald als Grundlage zur Beurteilung des wasserhaushaltes. Arch. Natursch. Landsch. Forschung, 6 : 3-44. Hartmann, F. K., 1956. Waldgesellschaften der Bergmischwaldstufe aus dem bayerischen Randalpengebiet in ihrem Aufbau und in ihrer waldbaulichen Bedeutung. Forstarchiv, 27 : 48-55. Tüxen, R., 1937. Die Pflanzengesellschaften in Nordwestdeutschland. Mitt. Flor. Soz. Arbeitsgem. Niedersachsen, 3 : 1-170.
8276 7579 16/2.0.1.0.1/02 syn compl pp Homogyno alpinae - Piceetum abietis Zukrigl 1973 Homogyno - Piceetum Zukrigl, K., 1973. Montane und subalpine Waldgesellschaften am Alpenostrand. Mitt. Forstl. Bundesversuchsanst. 101, Wien.
8277 7566 16/2.0.1.0.1/02 syn compl pp Luzulo luzuloidis - Piceetum abietis Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
8278 6363 16/2.0.1.0.1/02 syn compl pp Piceetum abietis Bartoli 1966 Piceetum austro-occidentale Bartoli, Ch., 1966. Études écologiques sur les associations forestières de la haute Maurienne. Ann. Sci. For. Nancy, 23(3) : 429-571.
8279 6203 16/2.0.1.0.1/02 syn compl pp Piceetum abietis Braun-Blanquet 1938 Piceetum montanum ?
8280 7722 16/2.0.1.0.1/02 syn compl pp Piceetum abietis Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 Piceetum montanum Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
8281 6924 16/2.0.1.0.1/02 syn incl Piceetum abietis Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
8282 7580 16/2.0.1.0.1/02 syn compl pp Piceetum abietis Oberdorfer 1950 Piceetum boreoalpinum Oberdorfer, E., 1950. Beitrag zur Vegetationskunde des Allgäu. Beitr. Naturk. Forsch. Südwestdeutschl., 9 : 29-98.
8283 7575 16/2.0.1.0.1/02 syn compl pp Piceetum abietis Tüxen in Braun-Blanquet, Sissingh & Vlieger 1939 Piceetum hercynicum Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
8284 7716 16/2.0.1.0.1/02 syn compl pp Piceo abietis - Abietetum albae Oberdorfer 1950 Oberdorfer, E., 1950. Beitrag zur Vegetationskunde des Allgäu. Beitr. Naturk. Forsch. Südwestdeutschl., 9 : 29-98.
8285 6366 16/2.0.1.0.1/02 syn incl Piceo abietis - Betuletum pendulae de Foucault 1999 prov. Foucault, B. de, 1999. Notes phytosociologiques sur la végétation observée dans le Jura français. Bull. Soc. Bot. Nord Fra., 52(4) : 23-48.
8286 7830 16/2.0.1.0.1/02 syn compl pp Polygalo chamaebuxi - Piceetum abietis Bartoli 1966 Bartoli, Ch., 1966. Études écologiques sur les associations forestières de la haute Maurienne. Ann. Sci. For. Nancy, 23(3) : 429-571.
8287 7577 16/2.0.1.0.1/02 syn compl pp Soldanello alpinae - Piceetum abietis Volk 1939 Volk, O.H., 1939. Soziologische und Ökologische Untersuchungen an der Auenvegetation im Churer Rheintal und Domleschg. Jahrb. Naturf. Ges. Graubünden, 76, 1938/39. 29-79. [= Comm. SIGMA, 72, 51 p.]
8288 6923 16/2.0.1.0.1/02 syn incl Sorbo aucupariae - Piceetum abietis Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
8289 7866 16/2.0.1.0.1/02 syn compl pp Vaccinio vitis-idaeae - Piceetum abietis Bartoli 1966 Bartoli, Ch., 1966. Études écologiques sur les associations forestières de la haute Maurienne. Ann. Sci. For. Nancy, 23(3) : 429-571.
8290 6367 16/2.0.1.0.1/03 9430pp [* sur substrats gypseux ou calcaire] ASS Sorbo aucupariae - Pinetum uncinatae de Foucault 1988 bois subalpin sempervirent, aciculifolié, des Pyrénées Pyrénées subalpin Foucault, B. de, 1988. Notes phytosociologiques sur la végétation observée lors de la quatorzième session de la société botanique du Centre-Ouest en Cerdagne et Capcir. Bull. Soc. Bot. Centre-Ouest, 19 : 387-400.
8291 6368 16/2.0.1.0.1/03 syn = Piceo abietis - Pinetum uncinatae de Foucault 1999 Foucault, B. de, 1999. Notes phytosociologiques sur la végétation observée dans le Jura français. Bull. Soc. Bot. Nord Fra., 52(4) : 23-48.
8292 7738 16/2.0.1.0.1/03 syn compl pp Arctostaphylo uvae-ursi - Pinetum uncinatae Rivas-Martínez 1968 Rivas-Martínez, S., 1968. Estudio fitosociologico de los bosques y matorrales pirenaicos del piso subalpino. Publ. Inst. Biol. Aplicada (Barcelona), 44 : 5-44.
8293 7777 16/2.0.1.0.1/03 syn compl pp Cotoneastro integerrimae - Pinetum uncinatae Nègre 1950 Nègre, R., 1950. Contributions à l’étude phytosociologique de l’Oisans. La haute vallée du Vénéon. Phyton., 2(1-3) : 23-50.
8294 7785 16/2.0.1.0.1/03 syn compl pp Erico carneae - Pinetum uncinatae Braun-Blanquet 1934 ?
8295 7789 16/2.0.1.0.1/03 syn compl pp Huperzio selagini - Pinetum uncinatae (Moor 1954) Richard 1961 Richard, J.L., 1961. Les forêts acidiphiles du Jura. Hans Huber ; Berne. fascicule 38, 164 p. Moor, M., 1954. Fichtenwälder im Schweizer Jura. Vegetatio., 5-6 : 542-552.
8296 7812 16/2.0.1.0.1/03 syn compl pp Ononido rotundifoliae - Pinetum uncinatae Bartoli 1966 Bartoli, Ch., 1966. Études écologiques sur les associations forestières de la haute Maurienne. Ann. Sci. For. Nancy, 23(3) : 429-571.
8297 7827 16/2.0.1.0.1/03 syn compl pp Polygalo calcareae - Pinetum uncinatae Vigo 1974 Polygalo calcareae - Pinetum Vigo, J., 1974. A propos des forêts de conifères calcicoles des Pyrénées Orientales. Doc. Phytosoc., 7-8 : 51-54.
8298 7839 16/2.0.1.0.1/03 syn compl pp Rhododendro ferruginei - Pinetum uncinatae Rivas-Martínez 1968 Rivas-Martínez, S., 1968. Estudio fitosociologico de los bosques y matorrales pirenaicos del piso subalpino. Publ. Inst. Biol. Aplicada (Barcelona), 44 : 5-44.
8299 7869 16/2.0.1.0.1/03 syn compl pp Veronico officinalis - Pinetum sylvestris Rivas-Martínez 1968 Veronico - Pinetum sylvestris Rivas-Martínez, S., 1968. Estudio fitosociologico de los bosques y matorrales pirenaicos del piso subalpino. Publ. Inst. Biol. Aplicada (Barcelona), 44 : 5-44.
8300 7828 16/2.0.1.0.1/04 ASS Pinetum uncinato - nigrae subsp. salzmannii Julve 2011 ass. nov. prov. hoc loco bois subalpin sempervirent, aciculifolié, pyrénéo-cévenol Pinetum uncinato - salzmannii hoc loco
8301 6369 16/2.0.1.0.1/04 syn compl pp Pinetum uncinato - nigrae subsp. salzmannii Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Pinetum uncinato - salzmannii Pinetum uncinato - pyrenaicae Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
8302 7524 16/2.0.1.0.1/05 ASS Pino sylvestris - Piceetum abietis Julve 2011 ass. nov. hoc loco bois subalpin sempervirent pionnier, aciculifolié, des Alpes hoc loco
8303 7747 16/2.0.1.0.1/05 syn compl pp Astero bellidiastri - Pinetum sylvestris Richard 1972 Bellidiastro - Pinetum Richard, J.L., 1972. La végétation des crêtes rocheuses du Jura. Ber. schweiz. Bot. Ges., 82 : 68-112.
8304 7528 16/2.0.1.0.1/05 syn compl pp Calamagrostio variae - Pinetum sylvestris Lippert 1966 Lippert, W., 1966. Die Pflanzengesellschaften des NSG Berchtesgaden. Ber. Bay. Bot. Ges., 39 : 67-122.
8305 7766 16/2.0.1.0.1/05 syn compl pp Carici humilis - Pinetum sylvestris Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
8306 7518 16/2.0.1.0.1/05 syn compl pp Dicrano rugosi - Pinetum sylvestris Knapp 1948 Dicrano - Pinetum Knapp, R., 1948. Einführung in die Pflanzensoziologie. 2 : Die Pflanzengesellschaften Mitteleuropas. Stuttgart/Ludwigsburg, 94 p.
8307 7527 16/2.0.1.0.1/05 syn compl pp Dorycnio germanici - Pinetum sylvestris Oberdorfer 1957 Oberdorfer, E., 1957. Süddeutsche Pflanzengesellschaften. Pflanzensoziologie, 10, 567 p. Gustav Fischer. Jena.
8308 7525 16/2.0.1.0.1/05 syn compl pp Erico carneae - Pinetum sylvestris Braun-Blanquet in Braun-Blanquet, Sissingh & Vlieger 1939 Braun-Blanquet, J., G. Sissingh & J. Vlieger, 1939. Klasse der Vaccinio-Piceetea. Prodr. Pflanzenges., 6 : 123 p.
8309 7811 16/2.0.1.0.1/05 syn compl pp Onobrychido saxatilis - Pinetum sylvestris Braun-Blanquet 1961 Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
8310 7813 16/2.0.1.0.1/05 syn compl pp Ononido rotundifoliae - Pinetum sylvestris Braun-Blanquet 1961 Braun-Blanquet, J., 1961. Die inneralpine Trockenvegetation. Gustav Fischer, Stuttgart, 273 p.
8311 7865 16/2.0.1.0.1/05 syn compl pp Vaccinio uliginosi - Piceetum abietis Richard 1961 Richard, J.L., 1961. Les forêts acidiphiles du Jura. Hans Huber ; Berne. fascicule 38, 164 p.
8312 7526 16/2.0.1.0.1/05 syn compl pp nn Erico carneae - Pinetum sylvestris Braun-Blanquet 1934 ?
8313 7587 16/2.0.1.0.1/06 ASS Pino cembrae - Laricetum deciduae Julve 1993 prov. bois subalpin mixte aciculifolié, des Alpes internes Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8314 7776 16/2.0.1.0.1/06 syn compl pp Cotoneastro integerrimae - Pinetum cembrae Bartoli 1966 Bartoli, Ch., 1966. Études écologiques sur les associations forestières de la haute Maurienne. Ann. Sci. For. Nancy, 23(3) : 429-571.
8315 7585 16/2.0.1.0.1/06 syn compl pp Larici deciduae - Pinetum cembrae Leandru 1954 ?
8316 7588 16/2.0.1.0.1/06 syn compl pp Rhododendro ferruginei - Pinetum cembrae Bartoli 1966 Bartoli, Ch., 1966. Études écologiques sur les associations forestières de la haute Maurienne. Ann. Sci. For. Nancy, 23(3) : 429-571.
8317 7867 16/2.0.1.0.1/06 syn compl pp Vaccinio myrtilli - Pinetum cembrae Pallmann & Haffter 1933 Pallmann, H. & P. Haffter, 1933. Pflanzensoziologische und bodenkundliche Untersuchungen im Oberengadin. Ber. Schweizer. Bot. Ges., 42 : 466 p.
8318 7586 16/2.0.1.0.1/06 syn compl pp Vaccinio myrtilli - Pinetum cembrae Pallmann & Haffter 1933 em. Oberdorfer 1962 Oberdorfer, E., 1962. Pflanzensoziologische Exkursionsflora für Südwestdeutschland und die angrenzenden Gebiete. (2ten Auffl.). Stuttgart, 987 p. Pallmann, H. & P. Haffter, 1933. Pflanzensoziologische und bodenkundliche Untersuchungen im Oberengadin. Ber. Schweizer. Bot. Ges., 42 : 466 p.
8319 6370 16/3. 6310pp+9380pp CLA Pino halepensis - Quercetea ilicis coll. (Braun-Blanquet 1947) de Foucault & Julve 1991 bois méditerranéens sempervirents Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420. 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
8320 5698 16/3. syn compl pp Quercetea ilicis Braun-Blanquet 1947 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
8321 5699 16/3. syn compl pp Quercetea ilicis Braun-Blanquet 1947 ex A. & O. de Bolòs 1950 Bolos, A. de & O. de Bolos, 1950. Vegetacion de las comarcas barcelonesas : Descripcion, geobotanica, y catalogo floristico. Inst. Espan. Estud. Medit., Publ. Bot., 579 p. Barcelona . 'Braun-Blanquet, J., 1947. II. Les groupements végétaux supérieurs de la France. In Braun-Blanquet, Emberger & Molinier : Instructions pour l''établissement de la carte des groupements végétaux, Montpellier, 19-32. '
8322 5700 16/3. syn compl pp Quercetea ilicis Braun-Blanquet in Braun-Blanquet, Roussine & Nègre 1952 Braun-Blanquet, J., N. Roussine & R. Nègre, 1952. Les groupements végétaux de la France méditerranéenne. 297 p. CNRS, Paris.
8323 6374 16/3.0.1 9340pp ORD Quercetalia ilicis subsp. balloto - ilicis subsp. ilicis de Foucault & Julve 1991 bois méditerranéens sempervirents, occidentaux Quercetalia balloto - ilicis Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420.
8324 6375 16/3.0.1 syn compl pp Quercetalia ilicis Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
8325 6376 16/3.0.1 syn compl pp Quercetalia ilicis Braun-Blanquet 1931 ex Molinier 1934 em. Rivas-Martínez 1975 Rivas-Martínez, S., 1975. La vegetación de la clase Quercetea ilicis en España y Portugal. Anales Inst. Bot. Cavanilles, 31(2) : 205-259. Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
8326 6377 16/3.0.1.0.1 ALL Aceri monspessulani - Quercion ilicis subsp. ilicis de Foucault & Julve 1991 bois mésoméditerranéens sempervirents, occidentaux, neutrophiles Aceri monspessulani - Quercion ilicis Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420.
8327 6378 16/3.0.1.0.1 syn compl pp Quercenion ilicis subsp. ballotae Rivas Goday in Rivas Goday, Borja, Esteve, Galiano, Rigual & Rivas-Martínez 1960 em. Rivas-Martínez 1975 Quercenion ballotae Quercenion rotundifoliae Rivas-Martínez, S., 1975. La vegetación de la clase Quercetea ilicis en España y Portugal. Anales Inst. Bot. Cavanilles, 31(2) : 205-259. Rivas Goday, S., J. Borja, F. Esteve, E.F. Galiano, A. Rigual & S. Rivas-Martínez, 1960. Contribución al estudio de la Quercetea ilicis hispánica. Conexión de las comunidades hispánicas con Quercus lusitanica s.l. y sus correlaciones con las alianzas de Quercetalia ilicis, Quercetalia pubescentis y Quercetalia robori-petraeae. Anales Inst. Bot. Cavanilles (1959), 17(2) : 285-406.
8328 6379 16/3.0.1.0.1 syn compl pp Quercenion ilicis subsp. ilicis Rivas-Martínez, Fernández-González, Loidi, Lousã & Penas 2001 Quercenion ilicis Rivas-Martínez, S., F. Fernández-González, J. Loidi, M. Lousã, & A. Penas, 2001. Syntaxonomical checklist of vascular plant communities of Spain and Portugal to association level. Itinera Geobotanica 14 : 5-341.
8329 6380 16/3.0.1.0.1 syn compl pp Quercion ilicis Braun-Blanquet 1931 Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
8330 6381 16/3.0.1.0.1 syn compl pp Quercion ilicis Braun-Blanquet 1931 ex Molinier 1934 em. Rivas-Martínez 1975 Rivas-Martínez, S., 1975. La vegetación de la clase Quercetea ilicis en España y Portugal. Anales Inst. Bot. Cavanilles, 31(2) : 205-259. Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
8331 6382 16/3.0.1.0.1/01 ASS Pino halepensis - Quercetum ilicis de Foucault & Julve 1991 bois mésoméditerranéen Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420.
8332 6384 16/3.0.1.0.1/01 syn compl pp Quercetum ilicis Braun-Blanquet 1931 Quercetum ilicis galloprovincialis Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
8333 6383 16/3.0.1.0.1/01 syn compl pp Quercetum ilicis Braun-Blanquet 1931 ex Molinier 1934 Quercetum galloprovincialis Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
8334 6385 16/3.0.1.0.1/01 syn compl pp Viburno tini - Quercetum ilicis (Braun-Blanquet 1931 ex Molinier 1934) Rivas-Martínez 1975 Rivas-Martínez, S., 1975. La vegetación de la clase Quercetea ilicis en España y Portugal. Anales Inst. Bot. Cavanilles, 31(2) : 205-259. Molinier, Re., 1934. Etudes phytosociologiques et écologiques en Provence occidentale. Ann. Mus. Hist. Nat. Marseille, 27 (1) : 1-274. Braun-Blanquet, J., 1931. Aperçu des groupements végétaux du Bas-Languedoc. Comm. SIGMA, 9 : 35-40.
8335 8268 16/3.0.1.0.1/01 syn compl pp Viburno tini - Quercetum ilicis (Braun-Blanquet 1936) Rivas-Martínez 1974 Rivas-Martínez, S., 1974. La vegetacion de la clase Quercetea ilicis en Espana y Portugal. Anal. Inst. Bot. Cavanilles., 31 : 205-259. 'Braun-Blanquet, J., 1936. La chênaie d''Yeuse méditerranéenne, (Quercion ilicis). Monographie phytosociologique. Comm. SIGMA, 45, 150 p.'
8336 8265 16/3.0.1.0.1/01 syn compl pp Junipero phoeniceae - Quercetum ilicis Barbero 1972 Barbero, M., 1972. Etudes phytosociologiques et écologiques comparées des végétations orophiles alpine, subalpine et mésogéenne des Alpes maritimes et ligures. Thèse, Univ. Marseille, 418 p.
8337 8266 16/3.0.1.0.1/01 syn compl pp Epipactido microphyllae - Quercetum ilicis Barbero & Loisel 1983 Barbero, M. & R. Loisel, 1983. Les chênaies vertes du sud-est de la France méditerranéenne. Valeurs phytosociologiques, dynamiques et potentielles. Phytocoenologia, 11(2) : 225-244.
8338 6387 16/3.0.1.0.1/02 syn compl pp Quercetum ilicis Braun-Blanquet 1936 Quercetum ilicis mediterraneo-montanum 'Braun-Blanquet, J., 1936. La chênaie d''Yeuse méditerranéenne, (Quercion ilicis). Monographie phytosociologique. Comm. SIGMA, 45, 150 p.'
8339 6386 16/3.0.1.0.1/02 ASS Aceri monspessulani - Quercetum ilicis (Braun 1915) de Foucault & Julve 1991 bois supraméditerranéen occidental Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420. 'Braun, J., 1915. Les Cévennes méridionales (massif de l''Aigoual). Etude phytogéographique. Arch. Sci. Phys. Nat. Genève, 39 : 72-81, 167-186, 247-269, 339-358, 415-434, 508-538; 40 : 39-63, 112-137, 221-232, 313-328.'
8340 6388 16/3.0.1.0.1/02 syn compl pp Asplenio onopteridis - Quercetum ilicis (Braun-Blanquet 1936) Rivas-Martínez 1975 Rivas-Martínez, S., 1975. La vegetación de la clase Quercetea ilicis en España y Portugal. Anales Inst. Bot. Cavanilles, 31(2) : 205-259. 'Braun-Blanquet, J., 1936. La chênaie d''Yeuse méditerranéenne, (Quercion ilicis). Monographie phytosociologique. Comm. SIGMA, 45, 150 p.'
8341 7820 16/3.0.1.0.1/02 syn compl pp Phillyreo latifoliae - Quercetum ilicis Lahondère 1987 Phillyreo - Quercetum ilicis Lahondère, C., 1987. Les bois de chêne vert (Quercus ilex L.) en Charente-Maritime. Bull. Soc. Bot. Centre-Ouest, N.S., 18 : 57-66.
8342 7826 16/3.0.1.0.1/02 syn compl pp Piptathero paradoxi - Quercetum ilicis Quézel & Barbero 1986 Quézel, P. & M. Barbero, 1986. A propos des forêts de Quercus ilex dans les Cévennes. Bull. Soc. Linn. Provence, 38 : 101-117.
8343 6387 16/3.0.1.0.1/02 syn compl pp Quercetum ilicis Braun-Blanquet 1936 Quercetum ilicis mediterraneo-montanum 'Braun-Blanquet, J., 1936. La chênaie d''Yeuse méditerranéenne, (Quercion ilicis). Monographie phytosociologique. Comm. SIGMA, 45, 150 p.'
8344 6390 16/3.0.1.0.1/04 ASS Quercetum ilicis subsp. ballotae Braun-Blanquet & O. de Bolòs in Vives 1956 bois thermoméditerranéen Quercetum ballotae Quercetum rotundifoliae ?
8345 6391 16/3.0.1.0.1/04 syn compl pp Buxo sempervirentis - Quercetum ilicis subsp. ballotae Gruber 1974 Buxo sempervirentis - Quercetum ballotae Gruber, M., 1974. Les forêts de Quercus pubescens Willd., de Q. rotundifolia Lam. et les garrigues à Q. coccifera des Pyrénées catalanes. Bull. Soc. Hist. Nat. Toulouse, 111(1-2) : 49-63.
8346 6392 16/3.0.1.0.1/04 syn compl pp Helleboro foetidi - Quercetum ilicis subsp. ballotae (Gruber 1974) Rivas-Martínez 1983 Helleboro foetidi - Quercetum ballotae Rivas-Martínez, S., 1983. Vegetatio Hispaniae. Notulae VI. Stud. Bot. Univ. Salamanca, 3 : 7-13. Gruber, M., 1974. Les forêts de Quercus pubescens Willd., de Q. rotundifolia Lam. et les garrigues à Q. coccifera des Pyrénées catalanes. Bull. Soc. Hist. Nat. Toulouse, 111(1-2) : 49-63.
8347 6393 16/3.0.1.0.2 9260pp ALL Quercion suberis de Foucault & Julve 1991 bois mésoméditerranéens sempervirents, occidentaux, acidophiles Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420.
8348 6394 16/3.0.1.0.2/01 9330pp ASS Castaneo sativae - Quercetum suberis de Foucault & Julve 1991 bois supraméditerranéen Foucault, B. de & Ph. Julve, 1991. Données phytosociologiques sur la 17e session de la S.B.C.O. en Languedoc-Roussillon ; réflexions sur les associations arborescentes méditerranéennes. Bull. Soc. Bot. Centre-Ouest, N.S., 22 : 391-420.
8349 6396 16/3.0.1.0.2/03 ASS Oleo europaeae subsp. europaeae var. sylvestris - Quercetum suberis Rivas Goday, Galiano & Rivas-Martínez ex Rivas-Martínez 1987 bois thermoméditerranéen Oleo sylvestris - Quercetum suberis Rivas-Martínez, S., 1987. Mapa de series de vegetacion de Espana 1/400 000) + memoria. ICONA, Serie Técnica. 268 p. + 30 mapas. Madrid.
8350 6397 16/3.0.1.0.3 2270*pp+9320pp ALL Oleo europaeae subsp. europaeae var. sylvestris - Ceratonion siliquae (Braun-Blanquet 1933 em. Rivas-Martínez 1975) Offerhaus 2004 all. nov. hoc loco bois thermoméditerranéens sempervirents, occidentaux hoc loco Rivas-Martínez, S., 1975. La vegetación de la clase Quercetea ilicis en España y Portugal. Anales Inst. Bot. Cavanilles, 31(2) : 205-259. ?
8351 5705 16/3.0.1.0.3 syn compl pp Oleo europaeae - Ceratonion siliquae Braun-Blanquet 1933 em. Rivas-Martínez 1975 Oleo - Ceratonion Rivas-Martínez, S., 1975. La vegetación de la clase Quercetea ilicis en España y Portugal. Anales Inst. Bot. Cavanilles, 31(2) : 205-259. ?
8352 6399 16/3.0.1.0.3 syn compl pp Oleo europaeae - Ceratonion siliquae Braun-Blanquet 1933 ex Guinochet & Drouineau 1944 em. Rivas-Martínez 1975 Oleo - Ceratonion Rivas-Martínez, S., 1975. La vegetación de la clase Quercetea ilicis en España y Portugal. Anales Inst. Bot. Cavanilles, 31(2) : 205-259. 'Guinochet, M. & G. Drouineau, 1944. Notes sur la végétation et les sols aux environs d''Antibes (Alpes-Maritimes). Rec. Trav. Bot., 1 : 22-40.' ?
8353 6400 16/3.0.1.0.3 syn compl pp Querco ilicis subsp. ballotae - Oleion europaeae subsp. europaeae var. sylvestris Barbéro, Quézel & Rivas-Martínez in Rivas-Martínez, Costa & Izco 1986 Querco ballotae - Oleion sylvestris Querco rotundifoliae - Oleion sylvestris Rivas-Martínez, S., M. Costa & J. Izco 1986. Sintaxonomía de la clase Quercetea ilicis en el Mediterráneo Occidental. Not. Fitosoc., 19(2) : 71-98.
8354 6401 16/3.0.1.0.3/01 ASS Ceratonio siliquae - Oleetum europaeae subsp. europaeae var. sylvestris Offerhaus 2004 ass. nov. hoc loco bois thermoméditerranéen Ceratonio siliquae - Oleetum sylvestris hoc loco
8355 6402 16/4. CLA Anemono nemorosae - Caricetea sylvaticae Gillet 1986 em. Julve 1993 sous-bois herbacés médioeuropéens, planitiaires à montagnards Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8356 6403 16/4. syn compl pp Querco robori - Fagetea sylvaticae Braun-Blanquet & Vlieger in Vlieger 1937 Vlieger, J., 1937. Aperçu sur les unités phytosociologiques supérieures des Pays-Bas. Ned. Kruidk. Arch., 47: 335-353.
8357 6404 16/4. syn pp Anemono nemorosae - Caricetea sylvaticae Gillet 1986 prov. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8358 6944 16/4.0.1 ORD Mercurialietalia perennis Gillet 1986 ex Julve 1993 sous-bois herbacés médioeuropéens, basophiles Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8359 6405 16/4.0.1 syn = Mercurialietalia perennis Gillet 1986 prov. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8360 6881 16/4.0.1.0.1 ALL Scillion bifoliae Gillet 1986 em. Julve 1989 sous-bois herbacés médioeuropéens, basophiles, mésohydriques, planitiaires-collinéens 'Julve, Ph., 1989. Répartition et sociologie d''Ornithogalum pyrenaicum dans le nord de la France. Bull. Soc. Bot. N. Fr., 42 : 5-12.' Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8361 6406 16/4.0.1.0.1 syn pp Scillion bifoliae Gillet 1986 prov. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8362 6407 16/4.0.1.0.1/01 ASS Orchido masculae - Mercurialietum perennis Julve 1989 sous-bois herbacé, basophile, mésohydrique, planitiaire, subatlantique 'Julve, Ph., 1989. Répartition et sociologie d''Ornithogalum pyrenaicum dans le nord de la France. Bull. Soc. Bot. N. Fr., 42 : 5-12.'
8363 6408 16/4.0.1.0.1/01 syn pp Carici sylvaticae - Orchidetum purpureae de Foucault 1994 [race nord-atlantique] Foucault, B. de, 1994. Compte rendu de l’excursion de la société de Botanique du nord de la France en forêt d’Andigny Aisne). Bull. Soc. Bot. Nord Fra., 47(2) : 5-20.
8364 6409 16/4.0.1.0.1/01 syn pp Mercuriali perennis - Hyacinthoidetum non-scriptae de Foucault 1995 ex 1997 Foucault, B. de, 1997. Résultats d’investigations floristiques et phytosociologiques sur les étangs du sud-est du département du Nord (France). Belg. J. Bot., 130(1) : 68-92. Foucault, B. de, 1995. Contribution à la connaissance phytosociologique des forêts sur sable tertiaire du département du Nord. Bull. Soc. Bot. Nord Fra., 48(1) : 13-26.
8365 6410 16/4.0.1.0.1/02 ASS Rusco aculeati - Ornithogaletum pyrenaici Gillet 1986 sous-bois herbacé, basophile, mésohydrique, planitiaire, subcontinental thermophile Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8366 6411 16/4.0.1.0.1/03 ASS Scillo bifoliae - Ornithogaletum pyrenaici Gillet 1986 sous-bois herbacé, basophile, mésohydrique, planitiaire, subcontinental psychrophile Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8367 6412 16/4.0.1.0.1/04 ASS Vinco minoris - Hederetum helicis écoph. rampant Julve & Catteau 2005 ass. nov. prov. hoc loco sous-bois chaméphytique, basophile, mésohydrique, planitiaire, subatlantique hoc loco
8368 6413 16/4.0.1.0.1/04 syn compl pp Vinco minoris - Allietum ursini (de Foucault 1997) Decocq 1997 ex 1998 Decocq, G., 1998. Données phytosociologiques récentes sur les forêts de la Thiérache (Aisne, France). I - les forêts mésophiles de la Thiérache argilo-calcaire. Acta Botan. Gallica, 145 (2) : 125-147. 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.' Foucault, B. de, 1997. Résultats d’investigations floristiques et phytosociologiques sur les étangs du sud-est du département du Nord (France). Belg. J. Bot., 130(1) : 68-92.
8369 6583 16/4.0.1.0.1/05 ASS Cardamino bulbiferae - Mercurialietum perennis Julve 2006 ass. nov. hoc loco sous-bois herbacé, basophile, mésohydrique, planitiaire, précontinental hoc loco
8370 6414 16/4.0.1.0.2 ALL Ranunculion ficariae Julve 1989 sous-bois herbacés médioeuropéens, basophiles, hygrophiles à mésohygrophiles 'Julve, Ph., 1989. Répartition et sociologie d''Ornithogalum pyrenaicum dans le nord de la France. Bull. Soc. Bot. N. Fr., 42 : 5-12.'
8371 6415 16/4.0.1.0.2 syn compl incl pp Lamietum galeobdolontis Jouanne 1929 'Jouanne, P., 1929. Essai de géographie botanique sur les forêts de l''Aisne. IVème partie : les forêts. Bull. Soc. Bot. Fra., 76 : 972-1009. [rédigé par P. Chouard].'
8372 6406 16/4.0.1.0.2 syn pp Scillion bifoliae Gillet 1986 prov. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8373 6416 16/4.0.1.0.2/01 ASS Adoxo moschatellinae - Ranunculetum ficariae Julve 1994 sous-bois herbacé, basophile, hygrophile, planitiaire, atlantique Ile-de-France Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
8374 6417 16/4.0.1.0.2/01 syn = Circaeo lutetianae - Galietum odorati Decocq 1997 ex 1998 Decocq, G., 1998. Données phytosociologiques récentes sur les forêts de la Thiérache (Aisne, France). I - les forêts mésophiles de la Thiérache argilo-calcaire. Acta Botan. Gallica, 145 (2) : 125-147. 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.'
8375 6421 16/4.0.1.0.2/01 syn incl Primulo acaulis subsp. vulgaris - Ranunculetum ficariae Julve 1993 ex 2006 hoc loco hoc loco Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8376 6420 16/4.0.1.0.2/01 syn pp Mercuriali perennis - Hyacinthoidetum non-scriptae de Foucault 1995 ex 1997 Foucault, B. de, 1997. Résultats d’investigations floristiques et phytosociologiques sur les étangs du sud-est du département du Nord (France). Belg. J. Bot., 130(1) : 68-92. Foucault, B. de, 1995. Contribution à la connaissance phytosociologique des forêts sur sable tertiaire du département du Nord. Bull. Soc. Bot. Nord Fra., 48(1) : 13-26.
8377 6587 16/4.0.1.0.2/02 ASS Cardamino pratensis - Ranunculetum ficariae Julve 2006 ass. nov. hoc loco sous-bois herbacé, basophile, hygrophile, planitiaire, continental hoc loco
8378 6945 16/4.0.1.0.2/02 syn = illeg Ranunculo ficariae subsp. bulbiferae - Adoxetum moschatellinae Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
8379 6418 16/4.0.1.0.2/02 syn incl [pro subass acidocline] Ranunculo ficariae - Anemonetum nemorosae Gillet 1986 Jura, Nord Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8380 6422 16/4.0.1.0.2/03 ASS Leucojo verni - Scilletum bifoliae Gillet 1986 Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8381 6423 16/4.0.1.0.2/04 ASS Ranunculo ficariae - Leucojetum verni (Jouanne 1929) Decoq 1997 ex 1998 Decocq, G., 1998. Données phytosociologiques récentes sur les forêts de la Thiérache (Aisne, France). I - les forêts mésophiles de la Thiérache argilo-calcaire. Acta Botan. Gallica, 145 (2) : 125-147. 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.' 'Jouanne, P., 1929. Essai de géographie botanique sur les forêts de l''Aisne. IVème partie : les forêts. Bull. Soc. Bot. Fra., 76 : 972-1009. [rédigé par P. Chouard].'
8382 6424 16/4.0.1.0.2/04 syn compl Leucojetum verni Jouanne 1929 'Jouanne, P., 1929. Essai de géographie botanique sur les forêts de l''Aisne. IVème partie : les forêts. Bull. Soc. Bot. Fra., 76 : 972-1009. [rédigé par P. Chouard].'
8383 6425 16/4.0.1.0.2/05 ASS Corydalido solidae - Allietum ursini Julve (1993) 2005 ass. nov. hoc loco sous-bois herbacé, basophile, hygrophile, planitiaire, subatlantique, sur substrats fins argileux hoc loco
8384 6426 16/4.0.1.0.2/05 syn = Listero ovati - Allietum ursini Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8385 6427 16/4.0.1.0.2/05 syn compl pp Vinco minoris - Allietum ursini (de Foucault 1997) Decocq 1997 ex 1998 Decocq, G., 1998. Données phytosociologiques récentes sur les forêts de la Thiérache (Aisne, France). I - les forêts mésophiles de la Thiérache argilo-calcaire. Acta Botan. Gallica, 145 (2) : 125-147. 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.' Foucault, B. de, 1997. Résultats d’investigations floristiques et phytosociologiques sur les étangs du sud-est du département du Nord (France). Belg. J. Bot., 130(1) : 68-92.
8386 6428 16/4.0.1.0.2/06 ASS Corydalido cavae - Allietum ursini Julve & Gillet prov. in Julve 1993 sous-bois herbacé, basophile, hygrophile, planitiaire, continental, sur substrats fins argileux Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8387 6429 16/4.0.1.0.2/07 ASS Listero ovatae - Paridetum quadrifoliae (Julve 2001) de Foucault & Julve 2002 sous-bois herbacé, basophile, mésohygrophile, planitiaire, subatlantique Foucault, B. de & Ph. Julve, 2002. Observations phytosociologiques sur la végétation de la région de Reims. Bull. Soc. Bot. Nord Fra., 55(3/4) : 73-87. ?
8388 6584 16/4.0.1.0.2/08 ASS Pulmonario obscurae - Paridetum quadrifoliae Julve 2006 ass. nov. hoc loco sous-bois herbacé, basophile, mésohygrophile, planitiaire, subcontinental hoc loco
8389 6585 16/4.0.1.0.2/09 ASS Pulmonario montanae - Paridetum quadrifoliae Julve 2006 ass. nov. hoc loco sous-bois herbacé, basophile, mésohygrophile, submontagnard, précontinental hoc loco
8390 9303 16/4.0.1.0.2/10 ASS Geranio nodosi - Salvietum glutinosae Julve 2012 ass. nov. hoc loco
8391 6430 16/4.0.1.0.3 9180*pp ALL Actaeo spicatae - Mercurialion perennis Gillet 1986 prov. sous-bois herbacés médioeuropéens, basophiles, montagnards à planitiaires, des ubacs ou gorges profondes aérohygrophiles Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8392 6431 16/4.0.1.0.3 syn compl incl Actaeetum spicati Jouanne 1929 'Jouanne, P., 1929. Essai de géographie botanique sur les forêts de l''Aisne. IVème partie : les forêts. Bull. Soc. Bot. Fra., 76 : 972-1009. [rédigé par P. Chouard].'
8393 6432 16/4.0.1.0.3/01 ASS Cardamino heptaphyllae - Mercurialietum perennis Gillet 1986 sous-bois herbacé basophile, planitiaire, subcontinental Jura Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8394 6433 16/4.0.1.0.3/02 ASS Polygonato verticillati - Ornithogaletum pyrenaici Gillet 1986 sous-bois herbacé basophile, submontagnard, subcontinental Jura Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8395 6434 16/4.0.1.0.3/03 ASS Phyllitido scolopendrii - Mercurialietum perennis Gillet 1986 sous-bois herbacé basophile de pente, planitiaire, subcontinental Jura Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8396 6435 16/4.0.1.0.3/04 ASS Polysticho aculeati - Dryopteridetum affinis subsp. borreri Decoq 1997 prov. sous-bois herbacé basophile de pente, planitiaire, précontinental bassin parisien Polysticho aculeati - Dryopteridetum borreri 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.'
8397 6436 16/4.0.1.0.3/04 syn = Athyrio filicis-feminae - Dryopteridetum filicis-maris Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8398 6438 16/4.0.1.0.3/05 syn = Polysticho setiferi - Dryopteridetum affinis Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8399 6437 16/4.0.1.0.3/05 syn incl Dioscoreo communis - Dryopteridetum affinis subsp. affinis de Foucault 1995 Foucault, B. de, 1995. Contribution à la connaissance phytosociologique des forêts sur sable tertiaire du département du Nord. Bull. Soc. Bot. Nord Fra., 48(1) : 13-26.
8400 6439 16/4.0.1.0.3/06 ASS Polysticho setiferi - Phyllitidetum scolopendrii (de Foucault 1986) Julve 1988 ex de Foucault 1994 sous-bois herbacé basophile de pente, planitiaire, atlantique bassin parisien Foucault, B. de, 1994. Compte rendu de l’excursion de la société de Botanique du nord de la France en forêt d’Andigny Aisne). Bull. Soc. Bot. Nord Fra., 47(2) : 5-20. Julve, Ph., 1988. La classification des forêts planitiaires-collinéennes, mésophiles, mésotrophes, de la moitié nord de la France : nouvelles orientations. Coll. Phytosoc., 14 : 237-286, 2 tab. (Phytosociologie et foresterie, Nancy 1985). 'Foucault, B. de, 1986. Quelques données phytosociologiques peu connues sur la végétation du Boulonnais et de la côte d''opale (Pas de Calais, France). Doc. Phytosoc., N.S., 11 : 93-116.'
8401 6946 16/4.0.1.0.3/06 ASS Valeriano montanae - Polygonatetum verticillati Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
8402 7174 16/4.0.1.0.3/07 ASS Tractemo lilio-hyacinthi - Cardaminetum heptaphyllae Julve 2010 ass. nov. hoc loco 'sous-bois basocline mésohydrique, vernal, de hêtraie montagnarde d''Auvergne' hoc loco
8403 7175 16/4.0.1.0.3/08 ASS Tractemo lilio-hyacinthi - Polystichetum aculeati Julve 2010 ass. nov. hoc loco 'sous-bois basocline mésohygrophile, aérohygrophile, de hêtraie montagnarde d''Auvergne à l''ubac' hoc loco
8404 6440 16/4.0.1.0.4 9150pp ALL Seslerio caeruleae - Mercurialion perennis Gillet 1986 prov. sous-bois herbacés médioeuropéens, basophiles, planitiaires à montagnards, mésoxérophiles, mésooligotrophiles, thermophiles Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8405 6441 16/4.0.1.0.4/01 ASS Lathyro nigri - Caricetum montanae Gillet 1986 Jura Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8406 6442 16/4.0.1.0.4/02 ASS Cephalanthero longifoli - Caricetum albae Gillet 1986 Jura Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8407 6443 16/4.0.1.0.4/03 ASS Convallario majalis - Mercurialietum perennis Gillet 1986 sous-bois herbacé, basophile, planitiaire-collinéen, mésoxérophile, mésooligotrophile, des adrets subcontinentaux psychrophiles Jura Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8408 6444 16/4.0.1.0.4/04 ASS Anemono hepaticae - Primuletum veris subsp. columnae Julve 2006 ass. nov. hoc loco sous-bois herbacé, basophile, montagnard, mésoxérophile, mésooligotrophile, des adrets subatlantiques thermophiles Anemono hepaticae - Primuletum columnae hoc loco
8409 6447 16/4.0.1.0.4/04 syn compl pp Anemono hepaticae - Pinetum sylvestris Gruber 1978 Gruber, M., 1978. La végétation des Pyrénées ariégeoises et catalanes occidentales. Thèse, Univ. Aix-Marseille, 305 p., 60 tab. h.t.
8410 6445 16/4.0.1.0.4/04 syn compl pp Pinetum sylvestris Vigo 1974 Pinetum sylvestris calcicolum Vigo, J., 1974. A propos des forêts de conifères calcicoles des Pyrénées Orientales. Doc. Phytosoc. 7-8: 51-54.
8411 6448 16/4.0.1.0.4/04 syn compl pp Polygalo calcareae - Pinetum sylvestris (Vigo 1974) Rivas-Martínez 1983 Rivas-Martínez, S., 1983. Vegetatio Hispaniae. Notulae VI. Stud. Bot. Univ. Salamanca 3: 7-13. Vigo, J., 1974. A propos des forêts de conifères calcicoles des Pyrénées Orientales. Doc. Phytosoc. 7-8: 51-54.
8412 6446 16/4.0.1.0.4/04 syn compl pp Polygalo calcareae - Pinetum sylvestris (Vigo 1974) Rivas-Martínez 1983 corr. Rivas-Martínez & Costa 1998 Polygalo calcareae - Pinetum catalaunici Rivas-Martínez, S. & M. Costa, 1998. Datos sobre la vegetación y el bioclima del Valle de Arán. Acta Bot. Barcinon., 45 : 473-499. Rivas-Martínez, S., 1983. Vegetatio Hispaniae. Notulae VI. Stud. Bot. Univ. Salamanca 3: 7-13. Vigo, J., 1974. A propos des forêts de conifères calcicoles des Pyrénées Orientales. Doc. Phytosoc. 7-8: 51-54.
8413 6449 16/4.0.1.0.4/04 syn compl pp Primulo veris subsp. columnae - Pinetum sylvestris (Molero Briones & Vigo 1981) Vigo, Carreras & Carrillo in Carreras, Carrillo, X. Font, Ninot, I. Soriano & Vigo 1995 Primulo columnae - Pinetum sylvestris Carreras, J., E. Carrillo, X. Font, J.-M. Ninot, I. Soriano & J. Vigo, 1995. La vegetación de las sierras prepirenaicas situadas entre los ríos Segre y Llobregat. 1-Comunidades forestales bosques, mantos marginales y orlas herbáceas). Ecol. Medit., 21, 3-4. 21-73. 'Molero Briones, J. & J. Vigo 1981. Aportació al coneixement florístic i geobotànic de la serra d''Aubenç. Treb. Inst. Bot. Barcelona, 6 : 1-82. Barcelona.'
8414 6582 16/4.0.1.0.4/05 ASS Primulo veris - Cephalantheretum damasonii Julve 2006 ass. nov. hoc loco sous-bois herbacé, basophile, planitiaire-collinéen, mésoxérophile, mésooligotrophile, des adrets subatlantiques psychrophiles hoc loco
8415 6947 16/4.0.1.0.4/06 ASS Saniculo europaei - Mercurialietum perennis Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
8416 8129 16/4.0.1.0.4/07 ASS Carici montanae - Galietum sylvatici de Foucault 2001 Foucault, B. de, 2001. Contribution à la connaissance phytosociologique des forêts du bas-Chablais (Haute-Savoir, France). J. Bot. Soc. Bot. France, 15 : 51-59.
8417 6882 16/4.0.2 ORD Luzuletalia pilosae Julve 2006 ord. nov. hoc loco sous-bois herbacés médioeuropéens, acidophiles hoc loco
8418 6948 16/4.0.2 syn = Luzuletalia sylvaticae sensu Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
8419 6450 16/4.0.2 syn pp Luzuletalia Gillet 1986 prov. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8420 6883 16/4.0.2.0.1 9120pp+9130pp+9160pp+9170pp ALL Luzulion forsteri Julve 2006 all. nov. hoc loco sous-bois herbacés acidophiles, planitiaires-collinéens, subatlantiques, mésothermes hoc loco
8421 6452 16/4.0.2.0.1 syn compl incl Anemonetum nemorosae Jouanne 1929 'Jouanne, P., 1929. Essai de géographie botanique sur les forêts de l''Aisne. IVème partie : les forêts. Bull. Soc. Bot. Fra., 76 : 972-1009. [rédigé par P. Chouard].'
8422 6453 16/4.0.2.0.1 syn compl incl Galietum odorati Jouanne 1929 'Jouanne, P., 1929. Essai de géographie botanique sur les forêts de l''Aisne. IVème partie : les forêts. Bull. Soc. Bot. Fra., 76 : 972-1009. [rédigé par P. Chouard].'
8423 6454 16/4.0.2.0.1 syn compl incl pp Lamietum galeobdolontis Jouanne 1929 'Jouanne, P., 1929. Essai de géographie botanique sur les forêts de l''Aisne. IVème partie : les forêts. Bull. Soc. Bot. Fra., 76 : 972-1009. [rédigé par P. Chouard].'
8424 6451 16/4.0.2.0.1 syn pp Luzulion pilosae Gillet 1986 prov. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8425 6458 16/4.0.2.0.1/01 ASS Hyacinthoido non-scriptae - Luzuletum pilosae Julve (1993) 1997 sous-bois herbacé mésohydrique, acidophile, planitiaire-collinéen, atlantique Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994]. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8426 6419 16/4.0.2.0.1/01 syn pp Rusco aculeati - Conopodietum majoris de Foucault 1998 Foucault, B. de, 1998. Contribution à une approche systémique des végétations forestières bas-normandes : les bois mésophiles du pays de Cinglais (Calvados). J. Bot. Soc. Bot. France, 6 : 39-56.
8427 6462 16/4.0.2.0.1/02 ASS Luzulo forsteri - Melicetum uniflorae Julve 1994 sous-bois herbacé clairiéré, mésohydrique, mésotrophile, acidophile, planitiaire-collinéen, atlantique Ile-de-France Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
8428 6461 16/4.0.2.0.1/03 ASS Luzulo forsteri - Poetum nemoralis Julve 1993 prov. sous-bois herbacé clairiéré, mésohydrique, mésoeutrophile, acidophile, planitiaire-collinéen, atlantique Ile-de-France Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8429 6457 16/4.0.2.0.1/04 ASS Hyacinthoido non-scriptae - Oxalidetum acetosellae Julve (1993) 1997 sous-bois herbacé mésohygrophile, acidophile, planitiaire-collinéen, atlantique Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994]. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8430 6419 16/4.0.2.0.1/04 syn pp Rusco aculeati - Conopodietum majoris de Foucault 1998 Foucault, B. de, 1998. Contribution à une approche systémique des végétations forestières bas-normandes : les bois mésophiles du pays de Cinglais (Calvados). J. Bot. Soc. Bot. France, 6 : 39-56.
8431 6464 16/4.0.2.0.1/05 ASS Hyacinthoido non-scriptae - Athyrietum filicis-feminae de Foucault 1994 nom. inv. sous-bois herbacé hygrophile, acidophile, planitiaire-collinéen, atlantique Athyrio filicis-feminae - Hyacinthoidetum non-scriptae Foucault, B. de, 1994. Compte rendu de l’excursion de la société de Botanique du nord de la France en forêt d’Andigny Aisne). Bull. Soc. Bot. Nord Fra., 47(2) : 5-20.
8432 6459 16/4.0.2.0.1/06 ASS Hyacinthoido non-scriptae - Holcetum mollis Julve 1993 prov. sous-bois herbacé clairiéré, mésohydrique, mésooligotrophile, acidophile, planitiaire-collinéen, atlantique Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8433 6419 16/4.0.2.0.1/06 syn pp Rusco aculeati - Conopodietum majoris de Foucault 1998 Foucault, B. de, 1998. Contribution à une approche systémique des végétations forestières bas-normandes : les bois mésophiles du pays de Cinglais (Calvados). J. Bot. Soc. Bot. France, 6 : 39-56.
8434 6465 16/4.0.2.0.1/07 ASS Holco mollis - Dryopteridetum affinis subsp. affinis de Foucault 1995 sous-bois herbacé acidophile, de pente, planitiaire, atlantique Foucault, B. de, 1995. Contribution à la connaissance phytosociologique des forêts sur sable tertiaire du département du Nord. Bull. Soc. Bot. Nord Fra., 48(1) : 13-26.
8435 6466 16/4.0.2.0.1/07 syn = Blechno spicantis - Dryopteridetum dilatatae Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8436 6467 16/4.0.2.0.1/08 ASS Blechno spicantis - Dryopteridetum aemulae (Braun-Blanquet & Tüxen 1952) de Foucault 1995 prov. sous-bois herbacé acidophile, de pente, planitiaire, hyperatlantique Foucault, B. de, 1995. Contribution à une monographie phytosociologique de la Hague (Manche, France). Bull. Soc. Bot. Nord Fra., 48(4) : 45-90. Braun-Blanquet, J. & R. Tüxen, 1952. Irische Pflanzengesellschaften. Veröff. Geobot. Inst. Rübel, 25 : 224-421.
8437 6470 16/4.0.2.0.1/09 ASS Polypodietum interjecto - vulgaris Julve 1994 blocs de cailloux acidophiles forestiers Ile-de-France Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994].
8438 6471 16/4.0.2.0.2 9110pp ALL Luzulion luzuloidis Julve 1993 sous-bois herbacés acidophiles, boréomontagnards à centroeuropéens, psychrophiles Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8439 6451 16/4.0.2.0.2 syn pp Luzulion pilosae Gillet 1986 prov. Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8440 6886 16/4.0.2.0.2/01 ASS Luzuletum luzuloido - pilosae Julve 2006 ass. nov. hoc loco sous-bois herbacé mésohydrique, acidophile, planitiaire-collinéen, subcontinental hoc loco
8441 6456 16/4.0.2.0.2/01 syn incl Poo chaixii - Convallarietum majalis Julve 1993 prov. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8442 6455 16/4.0.2.0.2/01 syn incl Poo chaixii - Luzuletum pilosae Julve 1993 prov. Ardennes Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8443 6879 16/4.0.2.0.2/02 ASS Luzulo luzuloidis - Oxalidetum acetosellae Julve 2006 ass. nov. hoc loco sous-bois herbacé mésohygrophile, acidophile, planitiaire-collinéen, subcontinental hoc loco
8444 6586 16/4.0.2.0.2/03 ASS Luzulo luzuloidis - Athyrietum filicis-feminae Julve 2006 ass. nov. hoc loco sous-bois herbacé mésohygrophile, acidophile, planitiaire-collinéen, subcontinental, de pente hoc loco
8445 6473 16/4.0.2.0.2/04 ASS Hyacinthoido non-scriptae - Luzuletum luzuloidis Decocq 1997 ex 1998 sous-bois herbacé mésohydrique, acidophile, submontagnard, précontinental Decocq, G., 1998. Données phytosociologiques récentes sur les forêts de la Thiérache (Aisne, France). II - les forêts mésophiles de la Thiérache schisto-gréseuse. Acta Botan. Gallica, 145 (3) : 219-231. 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.'
8446 6474 16/4.0.2.0.2/04 syn compl incl Luzuletum luzuloidis Jouanne 1929 'Jouanne, P., 1929. Essai de géographie botanique sur les forêts de l''Aisne. IVème partie : les forêts. Bull. Soc. Bot. Fra., 76 : 972-1009. [rédigé par P. Chouard].'
8447 6460 16/4.0.2.0.2/05 ASS Carici brizoidis - Milietum effusi Gillet 1986 sous-bois herbacé mésohygrophile, acidophile, planitiaire-collinéen, subcontinental Jura Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8448 6885 16/4.0.2.0.2/06 ASS Primulo elatioris - Milietum effusi Julve 2006 ass. nov. hoc loco sous-bois herbacé mésohygrophile, acidophile, planitiaire-collinéen, subatlantique hoc loco
8449 6880 16/4.0.2.0.2/07 ASS Euphorbio dulcis - Galietum sylvatici Julve 2006 ass. nov. hoc loco sous-bois herbacé mésohydrique, acidophile, submontagnard, subcontinental hoc loco
8450 6472 16/4.0.2.0.2/08 ASS Carici montanae - Galietum odorati Gillet 1986 sous-bois herbacé mésohydrique, acidophile, submontagnard, subcontinental Gillet, F., 1986. Les phytocoenoses forestières du Jura nord-occidental. Essai de phytosociologie intégrée. Thèse, Univ. Besançon, 604 p., 100 t. h.t.
8451 6475 16/4.0.2.0.2/09 ASS Maianthemo bifolii - Convallarietum maialis de Foucault (1989) 1994 sous-bois herbacé mésoxérophile, acidophile, planitiaire-collinéen, boréal Foucault, B. de, 1994. Compte rendu de l’excursion de la société de Botanique du nord de la France en forêt d’Andigny Aisne). Bull. Soc. Bot. Nord Fra., 47(2) : 5-20. ?
8452 6476 16/4.0.2.0.2/10 ASS Maianthemo bifolii - Trientalietum europaeae Julve & Gillet 1994 sous-bois herbacé mésohydrique, acidophile, planitiaire-collinéen, boréal Julve, Ph. & F. Gillet, 1994. III. Experiences of French authors (Map 3). In Falinski, J.B., (Ed.) : Vegetation under the diverse anthropogenic impact as object of basic phytosociological map. Results of the international cartographical experiment organized in the Bialowieza Forest. Phytocoenosis, N.S. 6, Suppl. Cartog. Geobot., 4 : 45-66, 1 carte en couleur).
8453 6468 16/4.0.2.0.2/11 ASS Polypodio vulgaris- Luzuletum sylvaticae de Foucault 1995 prov. sous-bois herbacé acidophile, de pente, planitiaire, subcontinental Foucault, B. de, 1995. Contribution à la connaissance phytosociologique des forêts sur sable tertiaire du département du Nord. Bull. Soc. Bot. Nord Fra., 48(1) : 13-26.
8454 6469 16/4.0.2.0.2/12 ASS Polypodio vulgaris - Festucetum altissimae Decocq 1997 prov. sous-bois herbacé acidophile, de pente, planitiaire, précontinental 'Decocq, G., 1997. Contribution à l''étude phytosociologique de l''actuelle Theoracia sylva (Thiérache, Aisne, France). Essai d''analyse systémique des phénomènes phytodynamiques. Thèse, Univ. Lille 2, 442 p. + 42 tab + 6 fig.'
8455 6949 16/4.0.2.0.2/13 ASS Galio rotundifolii - Oxalidetum acetosellae Gallandat, Gillet, Havlicek & Perrenoud 1995 Gallandat, J.D., F. Gillet, E. Havlicek & A. Perrenoud, 1995. PATUBOIS : Typologie et systémique phyto-écologique des pâturages boisés du Jura suisse. Volume 1. 466 p. Lab. Ecol. Vég., Univ. de Neuchâtel. (3 volumes, 4 annexes, + version CD-ROM).
8456 6950 16/4.0.2.0.2/14 ASS Circaeo alpinae - Oxalidetum acetosellae Julve & Gillet 1994 Julve, Ph. & F. Gillet, 1994. III. Experiences of French authors (Map 3). In Falinski, J.B., (Ed.) : Vegetation under the diverse anthropogenic impact as object of basic phytosociological map. Results of the international cartographical experiment organized in the Bialowieza Forest. Phytocoenosis, N.S. 6, Suppl. Cartog. Geobot., 4 : 45-66, 1 carte en couleur).
8457 7173 16/4.0.2.0.2/15 ASS Luzulo niveae - Oxalidetum acetosellae Julve 2010 ass. nov. hoc loco sous-bois acidocline mésohygrophile, vernal, de hêtraie montagnarde du Massif Central hoc loco
8458 9302 16/4.0.2.0.2/16 ASS Luzulo niveae - Festucetum altissimae Julve 2010 ass. nov. hoc loco sous-bois acidocline mésohydrique, vernal, de hêtraie montagnarde du Massif Central hoc loco
8459 6463 16/4.0.2.0.2/16 ASS Primulo acaulis subsp. vulgaris - Polygonatetum multiflorae de Foucault 1997 prov. Foucault, B. de, 1997. Contribution à la connaissance phytosociologique des forêts et lisières mésophiles du plateau de Chambaran (Isère et Drôme, France). Bull. Mens. Soc. Linn. Lyon, 66(9) : 233-250.
8460 6477 16/4.0.2.0.3 ALL Goodyerion repentis de Foucault & Julve 2002 sous-bois herbacés médioeuropéens, hyperacidophiles, boréomontagnards, psychrophiles, des humus bruts (mor) Foucault, B. de & Ph. Julve, 2002. Observations phytosociologiques sur la végétation de la région de Reims. Bull. Soc. Bot. Nord Fra., 55(3/4) : 73-87.
8461 6478 16/4.0.2.0.3/01 ASS Pyrolo chloranthae - Goodyeretum repentis de Foucault & Julve 2002 Foucault, B. de & Ph. Julve, 2002. Observations phytosociologiques sur la végétation de la région de Reims. Bull. Soc. Bot. Nord Fra., 55(3/4) : 73-87.
8462 6479 16/5. CLA Hederetea hederacei Julve 2005 cla. nov. hoc loco 'lianes grimpantes sur parois de falaises ou murs, épiphytes sur troncs d''arbres et d''arbustes' hoc loco
8463 6480 16/5.0.1 ORD Hederetalia hederacei Julve 2005 ord. nov. hoc loco hoc loco
8464 6481 16/5.0.1.0.1 ALL Hederion hederacei Julve 2005 all. nov. hoc loco hoc loco
8465 6482 16/5.0.1.0.1/1 ASS Lonicero periclymeni - Hederetum hederacei Julve (1993) 1997 Europe bassin parisien mésohydrique acidophile climacique Julve, Ph., 1997. Flore et végétation du P.N.R. de la Haute Vallée de Chevreuse Yvelines). Inventaire floristique et phytosociologique et évaluation patrimoniale botanique du territoire du Parc. Parc Naturel Régional de la Haute Vallée de Chevreuse. 119 p. + annexes et cartes. [1ère version 1994]. Julve, Ph., 1993. Synopsis phytosociologique de la France (communautés de plantes vasculaires). Lejeunia, N.S., 140 : 160 p.
8466 6483 16/5.0.1.0.1/2 ASS Clematido vitalbae - Hederetum hederacei Julve 2004 ass. nov. hoc loco Europe bassin parisien mésohydrique basophile climacique hoc loco
8467 7919 16/5.0.1.0.1/2 syn compl Rubo ulmifolii - Clematidetum vitalbae Géhu 2006 'Géhu, J.-M., 2006. A Saint-Lunaire (35), une remarquable maquette estuarienne d''halipèdes dans un contexte de ria. Bull. Soc. Bot. Centre-Ouest, ns, 37 : 117-146.'
8468 6484 16/5.0.1.0.1/3 ASS Vitido viniferae - Hederetum hederacei Julve 2005 ass. nov. hoc loco Europe Alsace, Corse hygrophile basophile climacique hoc loco
8469 6485 16/6. CLA Viscetea albi Julve 2005 cla. nov. hoc loco 'épiphytes de houppiers d''arbres ou d''arbustes, sur branches' hoc loco
8470 6486 16/6.0.1 ORD Viscetalia albi Julve 2005 ord. nov. hoc loco hoc loco
8471 6487 16/6.0.1.0.1 ALL Viscion albi Julve 2005 all. nov. hoc loco hoc loco
8472 6488 16/6.0.1.0.1/1 ASS Viscetum albi subsp. albi Julve 2004 ass. nov. hoc loco bassin parisien hoc loco
8473 6489 16/6.0.1.0.1/2 ASS Viscetum albi subsp. abietis Julve 2005 ass. nov. hoc loco Alpes hoc loco
8474 6490 16/6.0.1.0.1/3 ASS Viscetum albi subsp. austriaci Julve 2005 ass. nov. hoc loco Alpes hoc loco
/branches/refact/donnees/baseveg/2013-01-09/baseveg_insertion_meta_v2013_01_09.sql
New file
0,0 → 1,32
-- phpMyAdmin SQL Dump
-- version 3.5.5
-- http://www.phpmyadmin.net
--
-- Client: localhost
-- Généré le: Lun 11 Février 2013 à 11:57
-- Version du serveur: 5.1.61-log
-- Version de PHP: 5.2.17
 
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
 
 
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
 
--
-- Base de données: `tb_eflore`
--
 
--
-- Contenu de la table `baseveg_meta`
--
 
INSERT INTO `baseveg_meta` (`guid`, `langue_meta`, `code`, `version`, `titre`, `description`, `mots_cles`, `citation`, `url_tech`, `url_projet`, `source`, `createurs`, `editeur`, `contributeurs`, `droits`, `url_droits`, `langue`, `date_creation`, `date_validite`, `couverture_spatiale`, `couverture_temporelle`, `web_services`) VALUES
('urn:lsid:tela-botanica.org:baseveg:2013_01_09', 'fr', 'baseveg', '2013_01_09', 'baseveg', 'Répertoire synonymique des groupements végétaux de France. [Extrait du programme Catminat, programme personnel de Ph. Julve]. ', 'phytosociologie, syntaxons, catminat, végétation ', 'Julve, Ph., 2013 ff. - Baseveg. Répertoire synonymique des groupements végétaux de France. Version : 09 janvier 2013. http://perso.wanadoo.fr/philippe.julve/catminat.htm', 'http://philippe.julve.pagesperso-orange.fr/catminat.htm##REPERTOIRE', 'http://www.tela-botanica.org/page:liste_projets?id_projet=18&act=documents&id_repertoire=98', NULL, 'p.nom=JULVE,p.prenom=Philippe,p.courriel=philippe.julve@wanadoo.fr', 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.org,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données;', NULL, NULL, NULL, 'fr', '2013-01-09', NULL, 'iso-3166-1.id=FR;', NULL, 'syntaxons;metadonnees;ontologies;');
 
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/branches/refact/donnees/baseveg/2013-01-09/baseveg_v2013_01_09.sql
New file
0,0 → 1,115
-- phpMyAdmin SQL Dump
-- version 3.5.5
-- http://www.phpmyadmin.net
--
-- Client: localhost
-- Généré le: Lun 11 Février 2013 à 11:55
-- Version du serveur: 5.1.61-log
-- Version de PHP: 5.2.17
 
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
 
 
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
 
--
-- Base de données: `tb_eflore`
--
 
-- --------------------------------------------------------
-- --------------------------------------------------------
 
--
-- Structure de la table `baseveg_meta`
--
 
CREATE TABLE IF NOT EXISTS `baseveg_meta` (
`guid` varchar(255) NOT NULL DEFAULT 'urn:lsid:tela-botanica.org:#baseveg:#v2012_07_04',
`langue_meta` varchar(2) NOT NULL DEFAULT 'fr',
`code` varchar(20) NOT NULL,
`version` varchar(20) NOT NULL,
`titre` varchar(255) DEFAULT NULL,
`description` text,
`mots_cles` varchar(510) DEFAULT NULL,
`citation` varchar(255) DEFAULT NULL,
`url_tech` varchar(510) DEFAULT NULL,
`url_projet` varchar(510) DEFAULT NULL,
`source` text,
`createurs` text,
`editeur` varchar(1000) NOT NULL DEFAULT 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.org,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données;',
`contributeurs` text,
`droits` text,
`url_droits` varchar(510) DEFAULT NULL,
`langue` varchar(255) NOT NULL DEFAULT 'fr',
`date_creation` varchar(30) NOT NULL DEFAULT 'YYYY-MM-DD',
`date_validite` varchar(255) DEFAULT NULL,
`couverture_spatiale` varchar(510) NOT NULL DEFAULT 'iso-3166-1.id=FX;',
`couverture_temporelle` varchar(510) DEFAULT NULL,
`web_services` varchar(510) DEFAULT NULL COMMENT 'ontologies,meta-donnees,noms,taxons,aide,textes,images,observations,noms-vernaculaires',
PRIMARY KEY (`guid`,`langue_meta`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
 
-- --------------------------------------------------------
 
--
-- Structure de la table `baseveg_ontologies`
--
 
CREATE TABLE IF NOT EXISTS `baseveg_ontologies` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`classe_id` int(10) NOT NULL,
`nom` text NOT NULL,
`description` text,
`code` varchar(100) NOT NULL,
`complements` text,
PRIMARY KEY (`id`),
KEY `code_idx` (`code`),
KEY `classe_id` (`classe_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=130 ;
 
--
-- Structure de la table `baseveg_v2013_01_09`
--
 
CREATE TABLE IF NOT EXISTS `baseveg_v2013_01_09` (
`cle` int(11) NOT NULL AUTO_INCREMENT,
`code_fixe_nom` int(5) DEFAULT NULL,
`code_catminat` varchar(18) NOT NULL,
`code_natura_2000` varchar(30) NOT NULL,
`niveau` varchar(155) NOT NULL,
`syntaxon` varchar(255) NOT NULL,
`physio_biotype` varchar(255) NOT NULL,
`chorologie_mondiale` varchar(255) NOT NULL,
`repartition_france` varchar(255) NOT NULL,
`physionomie` varchar(255) NOT NULL,
`altitude` varchar(200) NOT NULL,
`expo_pente` varchar(255) NOT NULL,
`oceanite` varchar(155) NOT NULL,
`lattitude` varchar(155) NOT NULL,
`temperature` varchar(155) NOT NULL,
`lumiere` varchar(155) NOT NULL,
`hum_edaph` varchar(155) NOT NULL,
`hum_atmos` varchar(155) NOT NULL,
`trophique` varchar(155) NOT NULL,
`ph_sol` varchar(155) NOT NULL,
`texture_sol` text NOT NULL,
`dynamique` varchar(155) NOT NULL,
`nom_simplifie` varchar(255) NOT NULL,
`nom_original` varchar(255) NOT NULL,
`ref_tableau_princeps` text NOT NULL,
`ref_page` text NOT NULL,
`ref_der_biblio` text NOT NULL,
`ref_anteriorite_deux` text NOT NULL,
`ref_anteriorite_trois` text NOT NULL,
`ref_anteriorite_quatre` text NOT NULL,
PRIMARY KEY (`cle`),
KEY `code_catminat` (`code_catminat`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;
 
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/branches/refact/donnees
New file
Property changes:
Added: svn:ignore
+*
/branches/refact/initialiserBdd.sh
New file
0,0 → 1,66
#!/bin/bash
##############################################################################################################
# But : Script permettant d'initialiser en une seule commande l'ensemble de la base de données eFlore.
# Auteur : Jean-Pascal Milcent <jpm@tela-botanica.org> (translate bat file to shell script)
# License : GPL v3
# Création : 07 decembre 2011
# Version: 0.1
# 2011-12-07 - Création
# $Id$
##############################################################################################################
# Constante
APPDIR_ABSOLU=`pwd`;
#
CHEMIN_PHP="/opt/lampp/bin"
CHEMIN_TBF_CLI="$APPDIR_ABSOLU/scripts"
MEMORY_LIMIT="3500M"
echo -e "\033[31m`tput blink`ATTENTION :`tput sgr0` Nécessite la création préalable de la base de données \033[31mtb_eflore\033[00m"
echo "Nettoyage et chargement en cours...";
echo "BASEFLOR :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php baseflor -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php baseflor -a chargerTous
echo "BIBLIO_BOTA :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php biblio_bota -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php biblio_bota -a chargerTous
echo "BDNT :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php bdnt -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php bdnt -a chargerTous
echo "BDTFX :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php bdtfx -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php bdtfx -a chargerTous
echo "CHORODEP :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php chorodep -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php chorodep -a chargerTous
echo "COSTE :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php coste -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php coste -a chargerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php coste -a chargerTxt
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php coste -a chargerIndex
echo "EFLORE :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php eflore -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php eflore -a chargerTous
echo "INSEE-D :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php insee_d -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php insee_d -a chargerTous
echo "ISO-3166-1 :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php iso_3166_1 -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php iso_3166_1 -a chargerTous
echo "ISO-639-1 :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php iso_639_1 -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php iso_639_1 -a chargerTous
echo "NVJFL :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php nvjfl -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php nvjfl -a chargerTous
echo "PHOTOFLORA :";
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php photoflora -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php photoflora -a chargerTous
echo "CEL :";
echo -e "\033[31m`tput blink`ATTENTION :`tput sgr0` Nécessite la création préalable de la base de données \033[31mtb_cel\033[00m"
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php cel -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php cel -a chargerTous
echo "TAPIRLINK :";
echo -e "\033[31m`tput blink`ATTENTION :`tput sgr0` Nécessite la création préalable de la base de données \033[31mtb_hit_indexation\033[00m"
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php tapirlink -a supprimerTous
$CHEMIN_PHP/php -d memory_limit=$MEMORY_LIMIT $CHEMIN_TBF_CLI/cli.php tapirlink -a chargerTous
 
 
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
Added: svn:executable
+*
\ No newline at end of property
/branches/refact/livraison.sh
New file
0,0 → 1,21
#!/bin/bash
##############################################################################################################
# But : Script permettant d'initialiser en une seule commande l'ensemble de la base de données eFlore.
# Auteur : Jean-Pascal Milcent <jpm@tela-botanica.org> (translate bat file to shell script)
# License : GPL v3
# Création : 07 decembre 2011
# Version: 0.1
# 2011-12-07 - Création
# $Id$
##############################################################################################################
 
# ATTENTION NE PAS UTILISER !!!
 
# compresser les services en excluant les fichiers svn et les fichiers de config et framework
#tar cvzf services.tar.gz services/ --exclude=".svn" --exclude="*.ini" --exclude="framework.php" --exclude="*.sh"
# envoyer sur tela
#scp services.tar.gz root@tela-botanica.org:/home/telabotap/www/eflore-test/.
 
# se connecter sur tela botanica en ssh et effectuer le déploiement
#ssh root@tela-botanica.org "cd /home/telabotap/www/eflore-test/; cd services; tar cvzf ../backup/services.tar.gz .; cd ../; rm -Rf services; tar xvzf services.tar.gz; cd services; cp ../configurations/services/* . -R; chown #telabotap:users /home/telabotap/www/eflore-test/services -R; chmod 755 /home/telabotap/www/eflore-test/services -R; exit";
#echo "Done !"
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
Added: svn:executable
+*
\ No newline at end of property
/branches/refact/chargerDonnees.sh
New file
0,0 → 1,50
#!/bin/bash
##############################################################################################################
# But : téléchargement automatique en local des données des projets depuis le serveur de Tela Botanica par ftp
# Auteur : Jean-Pascal Milcent <jpm@tela-botanica.org> (translate bat file to shell script)
# License : GPL v3
# Création : 07 decembre 2011
# Version: 0.1
# 2011-12-07 - Création
# $Id$
##############################################################################################################
# Constante
NBREPARAM=$#
APPDIR_ABSOLU=`pwd`;
DOSSIER_LOCAL="$APPDIR_ABSOLU/donnees/"
DOSSIER_DISTANT="/www/eflore/donnees/"
# Aide
E_OPTERR=65
if [ "$1" = '--help' ]
then # Le script a besoin d'au moins un argument sur la ligne de commande
echo "Usage $0 -[parameters -u, -p ]"
echo "Paramétres : "
echo " -h: indiquer l'hote ftp"
echo " -u: indiquer le nom de l'utilisateur ftp"
echo " -p: indiquer le mot de passe de l'utilisateur ftp"
exit $E_OPTERR
fi
 
# Récupération des paramètres et des options de la ligne de commande
TEMP=`getopt -o u:p:h: -l help: -- "$@"`
if [ $? != 0 ] ; then echo "Terminating..." >&2 ; exit 1 ; fi
eval set -- "$TEMP"
while [ ! -z "$1" ] ; do
#echo $1" # "$2
case "$1" in
-h) HOST=$2;;
-u) FTP_USER=$2;;
-p) FTP_PASSWD=$2;;
--) shift ; break ;;
*) echo "Internal error!" ; exit 1 ;;
esac
shift 2
done
 
# Transfert sur le serveur par FTP
if [ $NBREPARAM -eq 0 ]; then
echo "Pas de transfert sur le serveur. Utiliser --help pour voir les options de transfert."
else
echo "Téléchargement en cours :";
lftp ftp://$FTP_USER:$FTP_PASSWD@$HOST -e "set ftp:passive off; mirror -e --no-symlinks -x '.*cel\/images\/.*' -x '.*osm\/.*' -x '.*plantscan\/.*' -x '.*coste\/cles\/.*' -x '.*coste\/descriptions\/.*' -x '.*coste\/images\/.*' -x '.*coste\/ressources\/.*' $DOSSIER_DISTANT $DOSSIER_LOCAL ; quit"
fi;
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
Added: svn:executable
+*
\ No newline at end of property
/branches/refact/services/bibliotheque/Versions.php
New file
0,0 → 1,65
<?php
class Versions {
private $parametres = null;
private $ressources = null;
private $bdd = null;
private $projetNom = null;
private $versionsDispo = array();
private $versionCourrante = array();
 
public function __construct(Parametres $parametres, Ressources $ressources, Bdd $bdd) {
$this->parametres = $parametres;
$this->ressources = $ressources;
$this->bdd = $bdd;
$this->projetNom = $this->ressources->getProjetNom();
$this->versionsDispo = $this->chargerVersionsDisponibles();
}
 
private function chargerVersionsDisponibles() {
$tableMeta = $this->projetNom.'_meta';
$requete = "SELECT version FROM $tableMeta";
$resultat = $this->bdd->recupererTous($requete);
if ($resultat == '') {
//cas ou la requete comporte des erreurs
$message = "La requête SQL de versionnage formée comporte une erreur : $requete";
$code = RestServeur::HTTP_CODE_RESSOURCE_INTROUVABLE;
throw new Exception($message, $code);
} elseif ($resultat === false) {
$message = "Versions introuvables dans la table des méta-données";
$code = RestServeur::HTTP_CODE_RESSOURCE_INTROUVABLE;
throw new Exception($message, $code);
} else {
foreach ($resultat as $version) {
$versionsDispo[] = $version['version'];
}
}
 
return $versionsDispo;
}
 
public function getVersions() {
$versions = array();
$versionDemandee = $this->parametres->get('version.projet');
if ($versionDemandee == '+') {
$versions[] = end($this->versionsDispo);
} else if (is_numeric($versionDemandee)) {
if (in_array($versionDemandee, $this->versionsDispo)) {
$versions[] = $versionDemandee;
}
} else if ($versionDemandee == '*') {
$versions = $this->versionsDispo;
}
$versions = $this->remplacerPointParUnderscore($versions);
return $versions;
}
 
private function remplacerPointParUnderscore($versions) {
if (count($versions) > 0) {
foreach ($versions as $cle => $valeur) {
$versions[$cle] = str_replace('.', '_', $valeur);
}
}
return $versions;
}
}
?>
/branches/refact/services/bibliotheque/ontologie/OntologieDAO.php
New file
0,0 → 1,202
<?php
class OntologieDAO {
private $bdd = null;
private $versions = null;
private $requeteNbreTermesTotal = null;
private $masquesStrictes = array();
private $paramsMasque = array();
 
public function __construct(Ressources $ressources, Parametres $parametres, Bdd $bdd, Versions $versions) {
$this->ressources = $ressources;
$this->parametres = $parametres;
$this->bdd = $bdd;
$this->versions = $versions;
$this->masquesStrictes = array('code');
$this->paramsMasque = array(
'' => 'nom',
'code' => 'id_terme',
'nom' => $this->getChampPourLangue('nom'),
'description' => $this->getChampPourLangue('description'));
}
 
public function getDetails() {
$table = $this->getTableTerme();
$tableType = $this->getTableType();
$detailsId = $this->ressources->getDetailsId();
$detailsId = $this->bdd->proteger($detailsId);
$requete =
'SELECT o.*, type '.
"FROM $table AS o ".
" LEFT JOIN $tableType ON (ce_type = id_type) ".
"WHERE id_terme = $detailsId ";
$resultats = $this->bdd->recuperer($requete);
$terme = new OntologieDO($resultats);
return $terme;
}
 
public function rechercher() {
$clause = $this->getClauseSelectSpeciale();
$table = $this->getTableTerme();
$tableType = $this->getTableType();
$tablePublication = $this->getTablePublication();
$tableAuteur = $this->getTableAuteur();
$tableImage = $this->getTableImage();
$conditions = $this->getConditions();
$where = $this->getWhere($conditions);
$ordre = $this->getOrdre();
$navigation = $this->getNavigation();
 
$requete = "SELECT $clause o.*, t.type, p.*, a.*, i.* ".
"FROM $table AS o ".
" LEFT JOIN $tableType AS t ON (ce_type = id_type) ".
" LEFT JOIN $tablePublication AS p ON (ce_publication = id_publication) ".
" LEFT JOIN $tableAuteur AS a ON (ce_auteur = id_auteur) ".
" LEFT JOIN $tableImage AS i ON (ce_image = id_image) ".
$where.' '.$conditions.' '.$ordre.' '.
"LIMIT $navigation ";
//die($requete);
$this->requeteNbreNomsTotal = $this->transformerRequetePourNbreTermesTotal($requete);
$resultats = $this->bdd->recupererTous($requete);
 
return $resultats;
}
 
private function getClauseSelectSpeciale() {
$clause = (Config::get('bdd_protocole') == 'mysql') ? 'SQL_CALC_FOUND_ROWS' : '';
return $clause;
}
 
private function getTableTerme() {
return sprintf($this->getNomTableTpl(), 'terme');
}
 
private function getTableType() {
return sprintf($this->getNomTableTpl(), 'type');
}
 
private function getTablePublication() {
return sprintf($this->getNomTableTpl(), 'publication');
}
 
private function getTableAuteur() {
return sprintf($this->getNomTableTpl(), 'auteur');
}
 
private function getTableImage() {
return sprintf($this->getNomTableTpl(), 'image');
}
 
private function getTableHierarchie() {
return sprintf($this->getNomTableTpl(), 'hierarchie');
}
 
private function getNomTableTpl() {
$versions = $this->versions->getVersions();
$derniereVersion = end($versions);
$projetNom = strtolower($this->ressources->getProjetNom());
return $projetNom.'_ontologies_%s_v'.$derniereVersion;
}
 
private function getConditions() {
$operateurParDefaut = $this->getOperateurCondition();
$conditionsSql = array();
foreach ($this->paramsMasque as $typeMasque => $champ) {
$operateur = in_array($typeMasque, $this->masquesStrictes) ? '=' : $operateurParDefaut;
if ($valeurMasque = $this->parametres->getMasquePourBdd($typeMasque)) {
if ($operateur == 'SOUNDEX') {
$tpl = '(SOUNDEX(%s) = SOUNDEX(%s)) OR (SOUNDEX(REVERSE(%s)) = SOUNDEX(REVERSE(%s))) ';
$conditionsSql[] = sprintf($tpl, $champ, $valeurMasque, $champ, $valeurMasque);
} else {
$conditionsSql[] = "$champ $operateur $valeurMasque";
}
}
}
return implode(' AND ', $conditionsSql);
}
 
private function getOperateurCondition() {
$operateur = '';
$recherche = $this->parametres->get('recherche');
if ($recherche == 'stricte') {
$operateur = '=';
} else if ($recherche == 'etendue') {
$operateur = 'LIKE';
} else if ($recherche == 'floue') {
$operateur = 'SOUNDEX';
}
return $operateur;
}
 
private function getWhere($conditions = '') {
$where = '';
if ($conditions != '') {
$where = 'WHERE ';
}
return $where;
}
 
private function getOrdre() {
$champNom = $this->getChampPourLangue('nom');
$ordre = "ORDER BY $champNom ASC ";
return $ordre;
}
 
private function getChampPourLangue($champ) {
$lg = $this->parametres->get('retour.langue');
if ($lg == 'en') {
$champ .= '_en';
}
return $champ;
}
 
private function getNavigation() {
$debut = (int) $this->parametres->get('navigation.depart');
$nbre = $this->parametres->get('navigation.limite');
$navigation = "$debut,$nbre";
return $navigation;
}
 
private function transformerRequetePourNbreTermesTotal($requete) {
$requete = preg_replace('/SELECT .* FROM/', 'SELECT COUNT(*) AS nbre FROM', $requete);
$requete = preg_replace('/LIMIT [0-9]+,[0-9]+/', '', $requete);
return $requete;
}
 
public function trierResultatsFloue($termes) {
foreach ($this->paramsMasque as $typeMasque => $champ) {
if ($termeDemande = $this->parametres->getMasquePourBdd($typeMasque)) {
$termeDemandeSimple = strtolower(Chaine::supprimerAccents($termeDemande));
 
foreach ($termes as $id => $terme) {
$termeFlouSimple = strtolower(Chaine::supprimerAccents($terme[$this->getChampPourLangue('nom')]));
// Prime pour la ressemblance globale :
$leven = levenshtein($termeFlouSimple, $termeDemandeSimple);
// On affine
$similar = similar_text($termeDemandeSimple, $termeFlouSimple) * 3;
// Prime Soundex
$soundex = (soundex($termeDemandeSimple) == soundex($termeFlouSimple)) ? 1000 : 0;
// Calcul du score
$score = 500 - $leven + $similar + $soundex;
 
$termes[$id]['score'] = $score;
$termes[$id]['score_calcul'] = "$termeDemandeSimple / $termeFlouSimple : 500 - $leven + $similar + $soundex = $score";
}
$termes = Tableau::trierMD($termes, array('score' => SORT_DESC));
}
}
//echo 'ici<pre>'.print_r($termes, true).'</pre>';die();
return $termes;
}
 
public function recupererNombreTermesTotal() {
if (Config::get('bdd_protocole') == 'mysql') {
$requete = 'SELECT FOUND_ROWS() AS nbre';
} else {
$requete = $this->requeteNbreNomsTotal;
}
 
$nombre = $this->bdd->recuperer($requete);
return (int) $nombre['nbre'];
}
}
?>
/branches/refact/services/bibliotheque/ontologie/OntologieFormateur.php
New file
0,0 → 1,89
<?php
class OntologieFormateur {
 
private $termeAFormater = null;
private $decorateurs = array();
private $bdd = null;
private $champsProjet = array();
private $champsRetour = null;
private $detailsHrefTpl = null;
private $langueDemandee = null;
 
public function setTermeAFormater(OntologieDO $ontologieDO) {
$this->termeAFormater = $ontologieDO;
}
 
public function setChampsRetour(Array $champsRetour) {
$this->champsRetour = $champsRetour;
}
 
public function setChampsProjet(Array $champsProjet) {
$this->champsProjet = $champsProjet;
}
 
public function setDetailsHrefTpl($tpl) {
$this->detailsHrefTpl = $tpl;
}
 
public function setLangueDemandee($langue) {
$this->langueDemandee = $langue;
}
 
public function setBdd($bdd) {
$this->bdd = $bdd;
}
 
public function formaterDetails() {
$termeDeco = new OntologieDecorateur($this->termeAFormater, $this->detailsHrefTpl, $this->langueDemandee);
$projetDeco = new OntologieChampsProjetDecorateur($termeDeco, $this->champsProjet);
 
if ($this->avoirDemandeChampsRetour()) {
$this->decorateurs[] = $termeDeco;
$this->decorateurs[] = $projetDeco;
 
$this->traiterChampsRetour();
} else {
$termeDeco->ajouterId();
$termeDeco->ajouterIntitule();
$termeDeco->ajouterDescription();
$termeDeco->ajouterClasseId();
$termeDeco->ajouterClasse();
$termeDeco->ajouterClasseHref();
 
$projetDeco->ajouterChampsSupplementaires();
}
 
return $termeDeco->getTermeFormate();
}
 
public function formaterListe() {
$termeDeco = new OntologieDecorateur($this->termeAFormater, $this->detailsHrefTpl, $this->langueDemandee);
$termeDeco->ajouterId();
$termeDeco->ajouterIntitule();
$termeDeco->ajouterHref();
 
if ($this->avoirDemandeChampsRetour()) {
$this->decorateurs[] = $termeDeco;
$this->decorateurs[] = new OntologieChampsProjetDecorateur($termeDeco, $this->champsProjet);
 
$this->traiterChampsRetour();
}
 
return $termeDeco->getTermeFormate();
}
 
private function avoirDemandeChampsRetour() {
$demande = true;
if ($this->champsRetour === null || count($this->champsRetour) == 0) {
$demande = false;
}
return $demande;
}
 
private function traiterChampsRetour() {
foreach ($this->decorateurs as $deco) {
$deco->traiterChampsRetour($this->champsRetour);
}
}
}
?>
/branches/refact/services/bibliotheque/ontologie/decorateurs/OntologieResponsabilite.php
New file
0,0 → 1,5
<?php
interface OntologieResponsabilite {
public function traiterChampsRetour(Array $champsRetour);
}
?>
/branches/refact/services/bibliotheque/ontologie/decorateurs/OntologieChampsProjetDecorateur.php
New file
0,0 → 1,38
<?php
class OntologieChampsProjetDecorateur extends OntologieDecorateur {
 
private $ontologieDecorateur = null;
private $champs = array();
protected $correspondances = array();
 
public function __construct(OntologieDecorateur $ontologieDecorateur, Array $champs) {
$this->ontologieDecorateur = $ontologieDecorateur;
$this->champs = $champs;
$this->correspondances = array_flip($this->champs);
}
 
public function traiterChampsRetour(Array $champsRetour) {
//die(print_r($this->correspondances,true));
foreach ($champsRetour as $champ) {
if (array_key_exists($champ, $this->correspondances)) {
$champBdd = $this->correspondances[$champ];
$champSortie = $champ;
//die(print_r($this->ontologieDecorateur->terme,true));
if ($this->ontologieDecorateur->terme->verifierTag($champBdd)) {
$valeur = $this->ontologieDecorateur->terme->getTag($champBdd);
$this->ontologieDecorateur->termeFormate[$champSortie] = $valeur;
}
}
}
}
 
public function ajouterChampsSupplementaires() {
foreach ($this->champs as $champBdd => $champSortie) {
if ($this->ontologieDecorateur->terme->verifierTag($champBdd)) {
$valeur = $this->ontologieDecorateur->terme->getTag($champBdd);
$this->ontologieDecorateur->termeFormate[$champSortie] = $valeur;
}
}
}
}
?>
/branches/refact/services/bibliotheque/ontologie/decorateurs/OntologieDecorateur.php
New file
0,0 → 1,92
<?php
class OntologieDecorateur implements OntologieResponsabilite {
protected $terme = null;
protected $termeFormate = array();
private $detailsHrefTpl = null;
private $langueDemandee = null;
protected $correspondances = array(
'id' => 'Id',
'nom' => 'Intitule',
'description' => 'Description',
'href' => 'Href',
'classe' => 'Classe',
'classe.id' => 'ClasseId',
'classe.href' => 'ClasseHref',
'classe.*' => 'ClasseId,Classe,ClasseHref');
 
public function __construct(OntologieDO $termeADecorer, $detailsHrefTpl, $langueDemandee) {
$this->terme = $termeADecorer;
$this->detailsHrefTpl = $detailsHrefTpl;
$this->langueDemandee = $langueDemandee;
$this->initialiserTermeFormate();
}
 
public function traiterChampsRetour(Array $champsRetour) {
foreach ($champsRetour as $champ) {
if (array_key_exists($champ, $this->correspondances)) {
$methodesAExecuter = explode(',', $this->correspondances[$champ]);
foreach ($methodesAExecuter as $methodeNom) {
$methodeAjouter = 'ajouter'.$methodeNom;
if (method_exists($this, $methodeAjouter)) {
$this->$methodeAjouter();
}
}
}
}
}
 
public function ajouterId() {
$this->termeFormate['id'] = (int) $this->terme->getTag('id_terme');
}
 
public function ajouterIntitule() {
if ($this->langueDemandee == 'en') {
$this->termeFormate['nom'] = $this->terme->getTag('nom_en');
} else {
$this->termeFormate['nom'] = $this->terme->getTag('nom');
}
}
 
public function ajouterDescription() {
if ($this->langueDemandee == 'en') {
if ($this->terme->verifierTag('description_en')) {
$this->termeFormate['description'] = $this->terme->getTag('description_en');
}
} else {
if ($this->terme->verifierTag('description')) {
$this->termeFormate['description'] = $this->terme->getTag('description');
}
}
}
 
public function ajouterHref() {
if ($this->terme->verifierTag('id_terme')) {
$href = sprintf($this->detailsHrefTpl, $this->terme->getTag('id_terme'));
$this->termeFormate['href'] = $href;
}
}
 
public function ajouterClasseId() {
$this->termeFormate['classe.id'] = (int) $this->terme->getTag('ce_type');
}
 
public function ajouterClasse() {
$this->termeFormate['classe'] = (string) $this->terme->getTag('type');
}
 
public function ajouterClasseHref() {
if ($this->terme->verifierTag('ce_type')) {
$href = sprintf($this->detailsHrefTpl, $this->terme->getTag('ce_type'));
$this->termeFormate['classe.href'] = $href;
}
}
 
public function initialiserTermeFormate() {
$this->termeFormate = array();
}
 
public function getTermeFormate() {
return $this->termeFormate;
}
}
?>
/branches/refact/services/bibliotheque/ontologie/OntologieDO.php
New file
0,0 → 1,21
<?php
class OntologieDO {
private $infos;
 
public function __construct(Array $infos) {
$this->infos = $infos;
}
 
public function getTag($tag) {
return isset($this->infos[$tag]) ? $this->infos[$tag] : null;
}
 
public function verifierTag($tag) {
$existe = true;
if ($this->getTag($tag) == null || $this->getTag($tag) == '') {
$existe = false;
}
return $existe;
}
}
?>
/branches/refact/services/bibliotheque/JSON.php
New file
0,0 → 1,806
<?php
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
 
/**
* Converts to and from JSON format.
*
* JSON (JavaScript Object Notation) is a lightweight data-interchange
* format. It is easy for humans to read and write. It is easy for machines
* to parse and generate. It is based on a subset of the JavaScript
* Programming Language, Standard ECMA-262 3rd Edition - December 1999.
* This feature can also be found in Python. JSON is a text format that is
* completely language independent but uses conventions that are familiar
* to programmers of the C-family of languages, including C, C++, C#, Java,
* JavaScript, Perl, TCL, and many others. These properties make JSON an
* ideal data-interchange language.
*
* This package provides a simple encoder and decoder for JSON notation. It
* is intended for use with client-side Javascript applications that make
* use of HTTPRequest to perform server communication functions - data can
* be encoded into JSON notation for use in a client-side javascript, or
* decoded from incoming Javascript requests. JSON format is native to
* Javascript, and can be directly eval()'ed with no further parsing
* overhead
*
* All strings should be in ASCII or UTF-8 format!
*
* LICENSE: Redistribution and use in source and binary forms, with or
* without modification, are permitted provided that the following
* conditions are met: Redistributions of source code must retain the
* above copyright notice, this list of conditions and the following
* disclaimer. Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following disclaimer
* in the documentation and/or other materials provided with the
* distribution.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
* DAMAGE.
*
* @category
* @package Services_JSON
* @author Michal Migurski <mike-json@teczno.com>
* @author Matt Knapp <mdknapp[at]gmail[dot]com>
* @author Brett Stimmerman <brettstimmerman[at]gmail[dot]com>
* @copyright 2005 Michal Migurski
* @version CVS: $Id$
* @license http://www.opensource.org/licenses/bsd-license.php
* @link http://pear.php.net/pepr/pepr-proposal-show.php?id=198
*/
 
/**
* Marker constant for Services_JSON::decode(), used to flag stack state
*/
define('SERVICES_JSON_SLICE', 1);
 
/**
* Marker constant for Services_JSON::decode(), used to flag stack state
*/
define('SERVICES_JSON_IN_STR', 2);
 
/**
* Marker constant for Services_JSON::decode(), used to flag stack state
*/
define('SERVICES_JSON_IN_ARR', 3);
 
/**
* Marker constant for Services_JSON::decode(), used to flag stack state
*/
define('SERVICES_JSON_IN_OBJ', 4);
 
/**
* Marker constant for Services_JSON::decode(), used to flag stack state
*/
define('SERVICES_JSON_IN_CMT', 5);
 
/**
* Behavior switch for Services_JSON::decode()
*/
define('SERVICES_JSON_LOOSE_TYPE', 16);
 
/**
* Behavior switch for Services_JSON::decode()
*/
define('SERVICES_JSON_SUPPRESS_ERRORS', 32);
 
/**
* Converts to and from JSON format.
*
* Brief example of use:
*
* <code>
* // create a new instance of Services_JSON
* $json = new Services_JSON();
*
* // convert a complexe value to JSON notation, and send it to the browser
* $value = array('foo', 'bar', array(1, 2, 'baz'), array(3, array(4)));
* $output = $json->encode($value);
*
* print($output);
* // prints: ["foo","bar",[1,2,"baz"],[3,[4]]]
*
* // accept incoming POST data, assumed to be in JSON notation
* $input = file_get_contents('php://input', 1000000);
* $value = $json->decode($input);
* </code>
*/
class Services_JSON
{
/**
* constructs a new JSON instance
*
* @param int $use object behavior flags; combine with boolean-OR
*
* possible values:
* - SERVICES_JSON_LOOSE_TYPE: loose typing.
* "{...}" syntax creates associative arrays
* instead of objects in decode().
* - SERVICES_JSON_SUPPRESS_ERRORS: error suppression.
* Values which can't be encoded (e.g. resources)
* appear as NULL instead of throwing errors.
* By default, a deeply-nested resource will
* bubble up with an error, so all return values
* from encode() should be checked with isError()
*/
function Services_JSON($use = 0)
{
$this->use = $use;
}
 
/**
* convert a string from one UTF-16 char to one UTF-8 char
*
* Normally should be handled by mb_convert_encoding, but
* provides a slower PHP-only method for installations
* that lack the multibye string extension.
*
* @param string $utf16 UTF-16 character
* @return string UTF-8 character
* @access private
*/
function utf162utf8($utf16)
{
// oh please oh please oh please oh please oh please
if(function_exists('mb_convert_encoding')) {
return mb_convert_encoding($utf16, 'UTF-8', 'UTF-16');
}
 
$bytes = (ord($utf16{0}) << 8) | ord($utf16{1});
 
switch(true) {
case ((0x7F & $bytes) == $bytes):
// this case should never be reached, because we are in ASCII range
// see: http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
return chr(0x7F & $bytes);
 
case (0x07FF & $bytes) == $bytes:
// return a 2-byte UTF-8 character
// see: http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
return chr(0xC0 | (($bytes >> 6) & 0x1F))
. chr(0x80 | ($bytes & 0x3F));
 
case (0xFFFF & $bytes) == $bytes:
// return a 3-byte UTF-8 character
// see: http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
return chr(0xE0 | (($bytes >> 12) & 0x0F))
. chr(0x80 | (($bytes >> 6) & 0x3F))
. chr(0x80 | ($bytes & 0x3F));
}
 
// ignoring UTF-32 for now, sorry
return '';
}
 
/**
* convert a string from one UTF-8 char to one UTF-16 char
*
* Normally should be handled by mb_convert_encoding, but
* provides a slower PHP-only method for installations
* that lack the multibye string extension.
*
* @param string $utf8 UTF-8 character
* @return string UTF-16 character
* @access private
*/
function utf82utf16($utf8)
{
// oh please oh please oh please oh please oh please
if(function_exists('mb_convert_encoding')) {
return mb_convert_encoding($utf8, 'UTF-16', 'UTF-8');
}
 
switch(strlen($utf8)) {
case 1:
// this case should never be reached, because we are in ASCII range
// see: http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
return $utf8;
 
case 2:
// return a UTF-16 character from a 2-byte UTF-8 char
// see: http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
return chr(0x07 & (ord($utf8{0}) >> 2))
. chr((0xC0 & (ord($utf8{0}) << 6))
| (0x3F & ord($utf8{1})));
 
case 3:
// return a UTF-16 character from a 3-byte UTF-8 char
// see: http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
return chr((0xF0 & (ord($utf8{0}) << 4))
| (0x0F & (ord($utf8{1}) >> 2)))
. chr((0xC0 & (ord($utf8{1}) << 6))
| (0x7F & ord($utf8{2})));
}
 
// ignoring UTF-32 for now, sorry
return '';
}
 
/**
* encodes an arbitrary variable into JSON format
*
* @param mixed $var any number, boolean, string, array, or object to be encoded.
* see argument 1 to Services_JSON() above for array-parsing behavior.
* if var is a strng, note that encode() always expects it
* to be in ASCII or UTF-8 format!
*
* @return mixed JSON string representation of input var or an error if a problem occurs
* @access public
*/
function encode($var)
{
switch (gettype($var)) {
case 'boolean':
return $var ? 'true' : 'false';
 
case 'NULL':
return 'null';
 
case 'integer':
return (int) $var;
 
case 'double':
case 'float':
return (float) $var;
 
case 'string':
// STRINGS ARE EXPECTED TO BE IN ASCII OR UTF-8 FORMAT
$ascii = '';
$strlen_var = strlen($var);
 
/*
* Iterate over every character in the string,
* escaping with a slash or encoding to UTF-8 where necessary
*/
for ($c = 0; $c < $strlen_var; ++$c) {
 
$ord_var_c = ord($var{$c});
 
switch (true) {
case $ord_var_c == 0x08:
$ascii .= '\b';
break;
case $ord_var_c == 0x09:
$ascii .= '\t';
break;
case $ord_var_c == 0x0A:
$ascii .= '\n';
break;
case $ord_var_c == 0x0C:
$ascii .= '\f';
break;
case $ord_var_c == 0x0D:
$ascii .= '\r';
break;
 
case $ord_var_c == 0x22:
case $ord_var_c == 0x2F:
case $ord_var_c == 0x5C:
// double quote, slash, slosh
$ascii .= '\\'.$var{$c};
break;
 
case (($ord_var_c >= 0x20) && ($ord_var_c <= 0x7F)):
// characters U-00000000 - U-0000007F (same as ASCII)
$ascii .= $var{$c};
break;
 
case (($ord_var_c & 0xE0) == 0xC0):
// characters U-00000080 - U-000007FF, mask 110XXXXX
// see http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
$char = pack('C*', $ord_var_c, ord($var{$c + 1}));
$c += 1;
$utf16 = $this->utf82utf16($char);
$ascii .= sprintf('\u%04s', bin2hex($utf16));
break;
 
case (($ord_var_c & 0xF0) == 0xE0):
// characters U-00000800 - U-0000FFFF, mask 1110XXXX
// see http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
$char = pack('C*', $ord_var_c,
ord($var{$c + 1}),
ord($var{$c + 2}));
$c += 2;
$utf16 = $this->utf82utf16($char);
$ascii .= sprintf('\u%04s', bin2hex($utf16));
break;
 
case (($ord_var_c & 0xF8) == 0xF0):
// characters U-00010000 - U-001FFFFF, mask 11110XXX
// see http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
$char = pack('C*', $ord_var_c,
ord($var{$c + 1}),
ord($var{$c + 2}),
ord($var{$c + 3}));
$c += 3;
$utf16 = $this->utf82utf16($char);
$ascii .= sprintf('\u%04s', bin2hex($utf16));
break;
 
case (($ord_var_c & 0xFC) == 0xF8):
// characters U-00200000 - U-03FFFFFF, mask 111110XX
// see http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
$char = pack('C*', $ord_var_c,
ord($var{$c + 1}),
ord($var{$c + 2}),
ord($var{$c + 3}),
ord($var{$c + 4}));
$c += 4;
$utf16 = $this->utf82utf16($char);
$ascii .= sprintf('\u%04s', bin2hex($utf16));
break;
 
case (($ord_var_c & 0xFE) == 0xFC):
// characters U-04000000 - U-7FFFFFFF, mask 1111110X
// see http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
$char = pack('C*', $ord_var_c,
ord($var{$c + 1}),
ord($var{$c + 2}),
ord($var{$c + 3}),
ord($var{$c + 4}),
ord($var{$c + 5}));
$c += 5;
$utf16 = $this->utf82utf16($char);
$ascii .= sprintf('\u%04s', bin2hex($utf16));
break;
}
}
 
return '"'.$ascii.'"';
 
case 'array':
/*
* As per JSON spec if any array key is not an integer
* we must treat the the whole array as an object. We
* also try to catch a sparsely populated associative
* array with numeric keys here because some JS engines
* will create an array with empty indexes up to
* max_index which can cause memory issues and because
* the keys, which may be relevant, will be remapped
* otherwise.
*
* As per the ECMA and JSON specification an object may
* have any string as a property. Unfortunately due to
* a hole in the ECMA specification if the key is a
* ECMA reserved word or starts with a digit the
* parameter is only accessible using ECMAScript's
* bracket notation.
*/
 
// treat as a JSON object
if (is_array($var) && count($var) && (array_keys($var) !== range(0, sizeof($var) - 1))) {
$properties = array_map(array($this, 'name_value'),
array_keys($var),
array_values($var));
 
foreach($properties as $property) {
if(Services_JSON::isError($property)) {
return $property;
}
}
 
return '{' . join(',', $properties) . '}';
}
 
// treat it like a regular array
$elements = array_map(array($this, 'encode'), $var);
 
foreach($elements as $element) {
if(Services_JSON::isError($element)) {
return $element;
}
}
 
return '[' . join(',', $elements) . ']';
 
case 'object':
$vars = get_object_vars($var);
 
$properties = array_map(array($this, 'name_value'),
array_keys($vars),
array_values($vars));
 
foreach($properties as $property) {
if(Services_JSON::isError($property)) {
return $property;
}
}
 
return '{' . join(',', $properties) . '}';
 
default:
return ($this->use & SERVICES_JSON_SUPPRESS_ERRORS)
? 'null'
: new Services_JSON_Error(gettype($var)." can not be encoded as JSON string");
}
}
 
/**
* array-walking function for use in generating JSON-formatted name-value pairs
*
* @param string $name name of key to use
* @param mixed $value reference to an array element to be encoded
*
* @return string JSON-formatted name-value pair, like '"name":value'
* @access private
*/
function name_value($name, $value)
{
$encoded_value = $this->encode($value);
 
if(Services_JSON::isError($encoded_value)) {
return $encoded_value;
}
 
return $this->encode(strval($name)) . ':' . $encoded_value;
}
 
/**
* reduce a string by removing leading and trailing comments and whitespace
*
* @param $str string string value to strip of comments and whitespace
*
* @return string string value stripped of comments and whitespace
* @access private
*/
function reduce_string($str)
{
$str = preg_replace(array(
 
// eliminate single line comments in '// ...' form
'#^\s*//(.+)$#m',
 
// eliminate multi-line comments in '/* ... */' form, at start of string
'#^\s*/\*(.+)\*/#Us',
 
// eliminate multi-line comments in '/* ... */' form, at end of string
'#/\*(.+)\*/\s*$#Us'
 
), '', $str);
 
// eliminate extraneous space
return trim($str);
}
 
/**
* decodes a JSON string into appropriate variable
*
* @param string $str JSON-formatted string
*
* @return mixed number, boolean, string, array, or object
* corresponding to given JSON input string.
* See argument 1 to Services_JSON() above for object-output behavior.
* Note that decode() always returns strings
* in ASCII or UTF-8 format!
* @access public
*/
function decode($str)
{
$str = $this->reduce_string($str);
 
switch (strtolower($str)) {
case 'true':
return true;
 
case 'false':
return false;
 
case 'null':
return null;
 
default:
$m = array();
 
if (is_numeric($str)) {
// Lookie-loo, it's a number
 
// This would work on its own, but I'm trying to be
// good about returning integers where appropriate:
// return (float)$str;
 
// Return float or int, as appropriate
return ((float)$str == (integer)$str)
? (integer)$str
: (float)$str;
 
} elseif (preg_match('/^("|\').*(\1)$/s', $str, $m) && $m[1] == $m[2]) {
// STRINGS RETURNED IN UTF-8 FORMAT
$delim = substr($str, 0, 1);
$chrs = substr($str, 1, -1);
$utf8 = '';
$strlen_chrs = strlen($chrs);
 
for ($c = 0; $c < $strlen_chrs; ++$c) {
 
$substr_chrs_c_2 = substr($chrs, $c, 2);
$ord_chrs_c = ord($chrs{$c});
 
switch (true) {
case $substr_chrs_c_2 == '\b':
$utf8 .= chr(0x08);
++$c;
break;
case $substr_chrs_c_2 == '\t':
$utf8 .= chr(0x09);
++$c;
break;
case $substr_chrs_c_2 == '\n':
$utf8 .= chr(0x0A);
++$c;
break;
case $substr_chrs_c_2 == '\f':
$utf8 .= chr(0x0C);
++$c;
break;
case $substr_chrs_c_2 == '\r':
$utf8 .= chr(0x0D);
++$c;
break;
 
case $substr_chrs_c_2 == '\\"':
case $substr_chrs_c_2 == '\\\'':
case $substr_chrs_c_2 == '\\\\':
case $substr_chrs_c_2 == '\\/':
if (($delim == '"' && $substr_chrs_c_2 != '\\\'') ||
($delim == "'" && $substr_chrs_c_2 != '\\"')) {
$utf8 .= $chrs{++$c};
}
break;
 
case preg_match('/\\\u[0-9A-F]{4}/i', substr($chrs, $c, 6)):
// single, escaped unicode character
$utf16 = chr(hexdec(substr($chrs, ($c + 2), 2)))
. chr(hexdec(substr($chrs, ($c + 4), 2)));
$utf8 .= $this->utf162utf8($utf16);
$c += 5;
break;
 
case ($ord_chrs_c >= 0x20) && ($ord_chrs_c <= 0x7F):
$utf8 .= $chrs{$c};
break;
 
case ($ord_chrs_c & 0xE0) == 0xC0:
// characters U-00000080 - U-000007FF, mask 110XXXXX
//see http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
$utf8 .= substr($chrs, $c, 2);
++$c;
break;
 
case ($ord_chrs_c & 0xF0) == 0xE0:
// characters U-00000800 - U-0000FFFF, mask 1110XXXX
// see http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
$utf8 .= substr($chrs, $c, 3);
$c += 2;
break;
 
case ($ord_chrs_c & 0xF8) == 0xF0:
// characters U-00010000 - U-001FFFFF, mask 11110XXX
// see http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
$utf8 .= substr($chrs, $c, 4);
$c += 3;
break;
 
case ($ord_chrs_c & 0xFC) == 0xF8:
// characters U-00200000 - U-03FFFFFF, mask 111110XX
// see http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
$utf8 .= substr($chrs, $c, 5);
$c += 4;
break;
 
case ($ord_chrs_c & 0xFE) == 0xFC:
// characters U-04000000 - U-7FFFFFFF, mask 1111110X
// see http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
$utf8 .= substr($chrs, $c, 6);
$c += 5;
break;
 
}
 
}
 
return $utf8;
 
} elseif (preg_match('/^\[.*\]$/s', $str) || preg_match('/^\{.*\}$/s', $str)) {
// array, or object notation
 
if ($str{0} == '[') {
$stk = array(SERVICES_JSON_IN_ARR);
$arr = array();
} else {
if ($this->use & SERVICES_JSON_LOOSE_TYPE) {
$stk = array(SERVICES_JSON_IN_OBJ);
$obj = array();
} else {
$stk = array(SERVICES_JSON_IN_OBJ);
$obj = new stdClass();
}
}
 
array_push($stk, array('what' => SERVICES_JSON_SLICE,
'where' => 0,
'delim' => false));
 
$chrs = substr($str, 1, -1);
$chrs = $this->reduce_string($chrs);
 
if ($chrs == '') {
if (reset($stk) == SERVICES_JSON_IN_ARR) {
return $arr;
 
} else {
return $obj;
 
}
}
 
//print("\nparsing {$chrs}\n");
 
$strlen_chrs = strlen($chrs);
 
for ($c = 0; $c <= $strlen_chrs; ++$c) {
 
$top = end($stk);
$substr_chrs_c_2 = substr($chrs, $c, 2);
 
if (($c == $strlen_chrs) || (($chrs{$c} == ',') && ($top['what'] == SERVICES_JSON_SLICE))) {
// found a comma that is not inside a string, array, etc.,
// OR we've reached the end of the character list
$slice = substr($chrs, $top['where'], ($c - $top['where']));
array_push($stk, array('what' => SERVICES_JSON_SLICE, 'where' => ($c + 1), 'delim' => false));
//print("Found split at {$c}: ".substr($chrs, $top['where'], (1 + $c - $top['where']))."\n");
 
if (reset($stk) == SERVICES_JSON_IN_ARR) {
// we are in an array, so just push an element onto the stack
array_push($arr, $this->decode($slice));
 
} elseif (reset($stk) == SERVICES_JSON_IN_OBJ) {
// we are in an object, so figure
// out the property name and set an
// element in an associative array,
// for now
$parts = array();
if (preg_match('/^\s*(["\'].*[^\\\]["\'])\s*:\s*(\S.*),?$/Uis', $slice, $parts)) {
// "name":value pair
$key = $this->decode($parts[1]);
$val = $this->decode($parts[2]);
 
if ($this->use & SERVICES_JSON_LOOSE_TYPE) {
$obj[$key] = $val;
} else {
$obj->$key = $val;
}
} elseif (preg_match('/^\s*(\w+)\s*:\s*(\S.*),?$/Uis', $slice, $parts)) {
// name:value pair, where name is unquoted
$key = $parts[1];
$val = $this->decode($parts[2]);
 
if ($this->use & SERVICES_JSON_LOOSE_TYPE) {
$obj[$key] = $val;
} else {
$obj->$key = $val;
}
}
 
}
 
} elseif ((($chrs{$c} == '"') || ($chrs{$c} == "'")) && ($top['what'] != SERVICES_JSON_IN_STR)) {
// found a quote, and we are not inside a string
array_push($stk, array('what' => SERVICES_JSON_IN_STR, 'where' => $c, 'delim' => $chrs{$c}));
//print("Found start of string at {$c}\n");
 
} elseif (($chrs{$c} == $top['delim']) &&
($top['what'] == SERVICES_JSON_IN_STR) &&
((strlen(substr($chrs, 0, $c)) - strlen(rtrim(substr($chrs, 0, $c), '\\'))) % 2 != 1)) {
// found a quote, we're in a string, and it's not escaped
// we know that it's not escaped becase there is _not_ an
// odd number of backslashes at the end of the string so far
array_pop($stk);
//print("Found end of string at {$c}: ".substr($chrs, $top['where'], (1 + 1 + $c - $top['where']))."\n");
 
} elseif (($chrs{$c} == '[') &&
in_array($top['what'], array(SERVICES_JSON_SLICE, SERVICES_JSON_IN_ARR, SERVICES_JSON_IN_OBJ))) {
// found a left-bracket, and we are in an array, object, or slice
array_push($stk, array('what' => SERVICES_JSON_IN_ARR, 'where' => $c, 'delim' => false));
//print("Found start of array at {$c}\n");
 
} elseif (($chrs{$c} == ']') && ($top['what'] == SERVICES_JSON_IN_ARR)) {
// found a right-bracket, and we're in an array
array_pop($stk);
//print("Found end of array at {$c}: ".substr($chrs, $top['where'], (1 + $c - $top['where']))."\n");
 
} elseif (($chrs{$c} == '{') &&
in_array($top['what'], array(SERVICES_JSON_SLICE, SERVICES_JSON_IN_ARR, SERVICES_JSON_IN_OBJ))) {
// found a left-brace, and we are in an array, object, or slice
array_push($stk, array('what' => SERVICES_JSON_IN_OBJ, 'where' => $c, 'delim' => false));
//print("Found start of object at {$c}\n");
 
} elseif (($chrs{$c} == '}') && ($top['what'] == SERVICES_JSON_IN_OBJ)) {
// found a right-brace, and we're in an object
array_pop($stk);
//print("Found end of object at {$c}: ".substr($chrs, $top['where'], (1 + $c - $top['where']))."\n");
 
} elseif (($substr_chrs_c_2 == '/*') &&
in_array($top['what'], array(SERVICES_JSON_SLICE, SERVICES_JSON_IN_ARR, SERVICES_JSON_IN_OBJ))) {
// found a comment start, and we are in an array, object, or slice
array_push($stk, array('what' => SERVICES_JSON_IN_CMT, 'where' => $c, 'delim' => false));
$c++;
//print("Found start of comment at {$c}\n");
 
} elseif (($substr_chrs_c_2 == '*/') && ($top['what'] == SERVICES_JSON_IN_CMT)) {
// found a comment end, and we're in one now
array_pop($stk);
$c++;
 
for ($i = $top['where']; $i <= $c; ++$i)
$chrs = substr_replace($chrs, ' ', $i, 1);
 
//print("Found end of comment at {$c}: ".substr($chrs, $top['where'], (1 + $c - $top['where']))."\n");
 
}
 
}
 
if (reset($stk) == SERVICES_JSON_IN_ARR) {
return $arr;
 
} elseif (reset($stk) == SERVICES_JSON_IN_OBJ) {
return $obj;
 
}
 
}
}
}
 
/**
* @todo Ultimately, this should just call PEAR::isError()
*/
function isError($data, $code = null)
{
if (class_exists('pear')) {
return PEAR::isError($data, $code);
} elseif (is_object($data) && (get_class($data) == 'services_json_error' ||
is_subclass_of($data, 'services_json_error'))) {
return true;
}
 
return false;
}
}
 
if (class_exists('PEAR_Error')) {
 
class Services_JSON_Error extends PEAR_Error
{
function Services_JSON_Error($message = 'unknown error', $code = null,
$mode = null, $options = null, $userinfo = null)
{
parent::PEAR_Error($message, $code, $mode, $options, $userinfo);
}
}
 
} else {
 
/**
* @todo Ultimately, this class shall be descended from PEAR_Error
*/
class Services_JSON_Error
{
function Services_JSON_Error($message = 'unknown error', $code = null,
$mode = null, $options = null, $userinfo = null)
{
 
}
}
 
}
?>
/branches/refact/services/bibliotheque/Requete.php
New file
0,0 → 1,12
<?php
 
class Requete {
 
public $champs_recherches = " * ";
public $table = "";
public $requete_condition = "";
public $requete_jointure = "";
public $limite_requete = array('depart' => 0, 'limite' => 100);
public $limite_besoin = false;
}
?>
/branches/refact/services/bibliotheque/ReponseHttp.php
New file
0,0 → 1,85
<?php
class ReponseHttp {
 
private $resultatService = null;
private $erreurs = array();
 
public function __construct() {
$this->resultatService = new ResultatService();
if (function_exists('json_decode') == false){
require_once (dirname(__FILE__).'/JSON.php');
function json_decode($content, $assoc = false){
if ($assoc) {
$json = new Services_JSON(SERVICES_JSON_LOOSE_TYPE);
} else {
$json = new Services_JSON;
}
return $json->decode($content);
}
}
 
if ( !function_exists('json_encode') ){
function json_encode($content){
$json = new Services_JSON;
return $json->encode($content);
}
}
}
 
public function setResultatService($resultat) {
if (!($resultat instanceof ResultatService)) {
$this->resultatService->corps = $resultat;
} else {
$this->resultatService = $resultat;
}
}
 
public function getCorps() {
if ($this->etreEnErreur()) {
$this->resultatService->corps = $this->erreurs[0]['message'];
} else {
$this->transformerReponseCorpsSuivantMime();
}
return $this->resultatService->corps;
}
 
public function ajouterErreur(Exception $e) {
$this->erreurs[] = array('entete' => $e->getCode(), 'message' => $e->getMessage());
}
 
public function emettreLesEntetes() {
$enteteHttp = new EnteteHttp();
if ($this->etreEnErreur()) {
$enteteHttp->code = $this->erreurs[0]['entete'];
$enteteHttp->mime = 'text/html';
} else {
$enteteHttp->encodage = $this->resultatService->encodage;
$enteteHttp->mime = $this->resultatService->mime;
}
header("Content-Type: $enteteHttp->mime; charset=$enteteHttp->encodage");
RestServeur::envoyerEnteteStatutHttp($enteteHttp->code);
}
 
private function etreEnErreur() {
$enErreur = false;
if (count($this->erreurs) > 0) {
$enErreur = true;
}
return $enErreur;
}
 
private function transformerReponseCorpsSuivantMime() {
switch ($this->resultatService->mime) {
case 'application/json' :
if (isset($_GET['callback'])) {
$contenu = $_GET['callback'].'('.json_encode($this->resultatService->corps).');';
} else {
$contenu = json_encode($this->resultatService->corps);
}
$this->resultatService->corps = $contenu;
break;
}
}
 
}
?>
/branches/refact/services/bibliotheque/ParametresVerificateur.php
New file
0,0 → 1,99
<?php
class ParametresVerificateur {
private $parametres = null;
private $parametresApi = array();
private $erreursParametres = array();
private $typesVerif = array(
'recherche' => 'Simple',
'ns.format' => 'Simple',
'retour' => 'Simple',
'retour.format' => 'Simple',
'retour.langue' => 'RegExp',
'ns.structure' => 'Multiple',
'version.projet' => 'RegExp'
);
private $valeursPermises = array(
'recherche' => 'stricte|floue|etendue',
'ns.format' => 'htm|txt',
'retour' => 'application/json|image/jpeg',
'retour.format' => 'min|max|oss|perso',
'retour.langue' => '/^(?:[*]|orig|[a-z]{2})$/',
'ns.structure' => '|an|au|bib|ad',
'version.projet' => '/^(?:[0-9]+[.][0-9]+|[*+])$/'
);
 
public function __construct(Parametres $parametres, Array $parametresApi) {
$this->parametres = $parametres;
$this->parametresApi = $parametresApi;
}
 
public function verifier() {
$this->verifierConformiteApi();
$this->verifierValeurs();
}
 
public function verifierConformiteApi() {
$this->parametres->rewind();
while (is_null($parametre = $this->parametres->key()) === false) {
if (in_array($parametre, $this->parametresApi) === false) {
$message = "Le paramètre '$parametre' n'est pas pris en compte par cette version de l'API.";
$code = RestServeur::HTTP_CODE_MAUVAISE_REQUETE;
throw new Exception($message, $code);
}
$this->parametres->next();
}
}
 
public function verifierValeurs() {
foreach ($this->typesVerif as $parametre => $type) {
$methode = "verifierValeur$type";
$this->$methode($parametre);
}
 
if (count($this->erreursParametres) > 0) {
array_unshift($this->erreursParametres, 'Erreur dans le paramètrage de votre URL :');
$message = implode('<br/>', $this->erreursParametres);
$code = RestServeur::HTTP_CODE_MAUVAISE_REQUETE;
throw new Exception($message, $code);
}
}
 
private function verifierValeurSimple($parametre) {
$valeur = $this->parametres->get($parametre);
$valeursPermises = $this->valeursPermises[$parametre];
$permissionOk = $this->verifierValeursPermises($valeur, $valeursPermises);
if ($permissionOk == false) {
$this->erreursParametres[] = "Le paramètre '$parametre' ne peut pas prendre la valeur '$valeur'. Valeurs permises : $valeursPermises";
}
}
 
private function verifierValeursPermises($valeur, $valeursPermises) {
$permise = false;
if (in_array($valeur, explode('|', $valeursPermises))) {
$permise = true;
}
return $permise;
}
 
private function verifierValeurRegExp($parametre) {
$valeur = $this->parametres->get($parametre);
$regexp = $this->valeursPermises[$parametre];
$permissionOk = preg_match($regexp, $valeur) ? true : false;
if ($permissionOk == false) {
$this->erreursParametres[] = "Le paramètre '$parametre' ne peut pas prendre la valeur '$valeur'. Valeurs permises : $regexp";
}
}
 
private function verifierValeurMultiple($parametre) {
$valeursConcatenees = $this->parametres->get($parametre);
$valeursPermises = $this->valeursPermises[$parametre];
$valeurs = explode(',', $valeursConcatenees);
foreach ($valeurs as $valeur) {
$permissionOk = $this->verifierValeursPermises($valeur, $valeursPermises);
if ($permissionOk == false) {
$this->erreursParametres[] = "Le paramètre '$parametre' ne peut pas prendre la valeur '$valeur'. Valeurs permises : $valeursPermises";
}
}
}
}
?>
/branches/refact/services/bibliotheque/Outils.php
New file
0,0 → 1,21
<?php
class Outils {
 
public static function recupererTableauConfig($parametres) {
$tableau = array();
$tableauPartiel = explode(',', Config::get($parametres));
$tableauPartiel = array_map('trim', $tableauPartiel);
foreach ($tableauPartiel as $champ) {
if (strpos($champ, '=') === false) {
$tableau[] = $champ;
} else {
list($cle, $val) = explode('=', $champ);
$clePropre = trim($cle);
$valeurPropre = trim($val);
$tableau[$clePropre] = $valeurPropre;
}
}
return $tableau;
}
}
?>
/branches/refact/services/bibliotheque/RequetesAssemblage.php
New file
0,0 → 1,90
<?php
 
/** FONCTIONS D'ASSEMBLAGE DE REQUETE
*
* @package eflore-projets
* @author Mathilde SALTHUN-LASSALLE <mathilde@tela-botanica.org>
* @author Delphine CAUQUIL <delphine@tela-botanica.org>
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
* @version 1.0
* @copyright 1999-2011 Tela Botanica (accueil@tela-botanica.org)
*/
 
class RequetesAssemblage {
private $table;
private $total_resultat;
private $Bdd;
private $condition;
public function __construct(BDD $bdd) {
$this->Bdd = $bdd;
}
 
public function getTotal_resultat() {
return $this->total_resultat;
}
public function retournerRequeteJointure($requete_jointure) {
$jointure = '';
if ($requete_jointure !== "") {
foreach ($requete_jointure as $req_j) {
$jointure .= ' '.$req_j['type'].' '.$req_j['table'].' ON '
.implode(' AND', $req_j['on']);
}
}
return $jointure;
}
 
public function assemblerLaRequete(Requete $requete_param) {
$this->table = $requete_param->table;
$requete_jointure = $this->retournerRequeteJointure($requete_param->requete_jointure);
$this->condition = $this->retournerRequeteCondition($requete_param->requete_condition);
$limites = $this->delimiterResultatsRequete($requete_param->limite_besoin, $requete_param->limite_requete);
$requete = ' SELECT '.$requete_param->champs_recherches.' FROM '.$requete_param->table.' '
.$requete_jointure .' '.$this->condition.' '.$limites;
return $requete;
}
 
public function retournerRequeteCondition($requete_condition) {
$condition = '';
if ($requete_condition !== "") {
$condition = ' WHERE '.implode(' AND ', $requete_condition);
}
return $condition;
}
 
public function calculerTotalResultat() {
$requete = 'SELECT count(*) as nombre FROM '.$this->table.' '.$this->condition;
$res = $this->Bdd->recuperer($requete);
if ($res) {
$this->total_resultat = $res['nombre'];
} else {
$this->total_resultat = 0;
$e = 'Données introuvables dans la base';
throw new Exception($e, RestServeur::HTTP_CODE_RESSOURCE_INTROUVABLE);
}
}
 
public function delimiterResultatsRequete($limite_besoin, $limite_requete) {
$this->calculerTotalResultat();
$requete_limite = '';
if ($limite_besoin) {
if (($limite_requete['depart'] <= $this->total_resultat) ){
if (($limite_requete['limite'] + $limite_requete['depart'] )
< $this->total_resultat ){
$requete_limite = 'LIMIT '.$limite_requete['depart'].', '
.$limite_requete['limite'];
}
} else {
$e = "Erreur : la valeur pour le paramètre navigation.départ est supérieure".
" au nombre total de résultats.";
throw new Exception($e, RestServeur::HTTP_CODE_RESSOURCE_INTROUVABLE);
}
}
return $requete_limite;
}
}
?>
/branches/refact/services/bibliotheque/robots/WikipediaBot.php
New file
0,0 → 1,158
<?php
class WikipediaBot {
const HTTP_URL_REQUETE_SEPARATEUR = '&';
private $langue = 'fr';
private $url = '';
private $parametres = array();
private $titre = '';
private $txt = '';
private $userAgent = 'eFloreBot v0.1';
private $reponse_entetes = null;
 
public function __construct($options = array()) {
if (array_key_exists('langue', $options)) {
$this->langue = strtolower($options['langue']);
}
}
 
public function chargerPage($article) {
$this->initialiserRequete();
$this->url = $this->getBaseApiURL();
$this->parametres = array(
'action' => 'query',
'prop' => 'revisions',
'titles' => $article,
'rvprop' => 'content',
'redirects' => 1
);
$this->resultats = $this->consulterAPI();
$sxGetAID = $this->resultats['query']['pages'];
$sxGetAID = array_shift($sxGetAID);
$this->titre = $sxGetAID['title'];
$this->txt = $sxGetAID['revisions'][0]['*'];
}
 
public function getPageTitre() {
return $this->titre;
}
 
public function getPageTxt() {
return $this->txt;
}
 
public function getTaxobox() {
$taxobox = '';
if (preg_match('/([{]{2}Taxobox début.+[{]{2}Taxobox fin[}]{2})/s', $this->txt, $match)) {
$taxobox = $match[1];
}
return $taxobox;
}
 
public function extraireTaxobox() {
$taxobox = $this->getTaxobox();
$this->txt = str_replace($taxobox, '', $this->txt);
return $taxobox;
}
 
public function getSectionParNumero($num) {
$sections = preg_split('/[=]{2}[^=]+[=]{2}/U', $this->txt);
//Debug::printr($sections);
$sectionTxt = isset($sections[$num]) ? $sections[$num] : '';
return $sectionTxt;
}
 
public function getSectionParTitre($titre) {
$section = '';
if (preg_match('/[=]{2} '.$titre.' [=]{2}(.*)\n\n/sU', $this->txt, $match)) {
$section = $match[1];
}
return $section;
}
 
public function rendre($wikitxt) {
$wikitxt .= '<references />';
$this->initialiserRequete();
$this->url = $this->getBaseApiURL();
$this->parametres = array(
'action' => 'parse',
'prop' => 'text',
'text' => $wikitxt
);
$this->resultats = $this->consulterAPI();
$txt = $this->resultats['parse']['text']['*'];
$txt = $this->remplacerUrls($txt);
return $txt;
}
 
private function initialiserRequete() {
$this->url = '';
$this->parametres = array();
$this->resultats = array();
}
 
private function getBaseWpURL() {
$baseURL = "http://{$this->langue}.wikipedia.org";
return $baseURL;
}
 
private function getBaseApiURL() {
$baseURL = $this->getBaseWpURL().'/w/api.php';
return $baseURL;
}
 
private function consulterAPI() {
$this->parametres['format'] = 'php';
$resultat = $this->consulterEnPost();
$resultat = unserialize($resultat);
 
if (isset($resultat['error'])) {
throw new Exception($resultat['error']['info'], $resultat['error']['info']);
}
return $resultat;
}
 
private function consulterEnPost() {
return $this->consulter('POST');
}
 
private function consulter($mode) {
$entetes = array(
'Content-type' => 'application/x-www-form-urlencoded',
'User-Agent' => $this->userAgent);
$contexte = array('http' => array(
'method' => $mode,
'header' => $this->getEnteteChaine($entetes),
'content' => http_build_query($this->parametres, null, self::HTTP_URL_REQUETE_SEPARATEUR)));
$contexteFlux = stream_context_create($contexte);
$flux = fopen($this->url, 'r', false, $contexteFlux);
 
if (!$flux) {
$this->reponse_entetes = $http_response_header;
$e = "L'ouverture de l'url '{$this->url}' par la méthode HTTP '$mode' a échoué!";
throw new Exception($e);
}
// Informations sur les en-têtes et métadonnées du flux
$this->reponse_entetes = stream_get_meta_data($flux);
// Contenu actuel de $url
$contenu = stream_get_contents($flux);
fclose($flux);
return $contenu;
}
 
private function getEnteteChaine(Array $entetes) {
$entetesCleVal = array();
foreach ($entetes as $cle => $valeur) {
$entetesCleVal[] = $cle.': '.$valeur;
}
return implode("\r\n", $entetesCleVal);
}
 
private function remplacerUrls($txt) {
$remplacements = array(
'href="/wiki/' => 'href="'.$this->getBaseWpURL().'/wiki/',
'href="/w/' => 'href="'.$this->getBaseWpURL().'/w/');
$txt = strtr($txt, $remplacements);
return $txt;
}
}
?>
/branches/refact/services/bibliotheque/ResultatService.php
New file
0,0 → 1,7
<?php
class ResultatService {
public $mime = 'application/json';
public $encodage = 'utf-8';
public $corps = '';
}
?>
/branches/refact/services/bibliotheque/EnteteHttp.php
New file
0,0 → 1,7
<?php
class EnteteHttp {
public $code = RestServeur::HTTP_CODE_OK;
public $encodage = 'utf-8';
public $mime = 'application/json';
}
?>
/branches/refact/services/bibliotheque/Utilisateurs.php
New file
0,0 → 1,114
<?php
class Utilisateurs {
const TPL_URL_WS_ANNUAIRE = 'http://www.tela-botanica.org/service:annuaire:utilisateur/identite-par-courriel/%s';
 
private $courriels = array();
private $identites = array();
private $clientRest = null;
 
/**
* Prend en paramêtre un tableau de courriels.
*
* @param array $courriels un tableau de courriels pour lesquels il faut rechercher les infos d'identité
*/
public function __construct(Array $courriels = array(), RestClient $clientRest = null) {
$this->courriels = $courriels;
$this->clientRest = is_null($clientRest) ? new RestClient() : $clientRest;
}
 
public function setCourriels($courriels) {
$this->courriels = $courriels;
}
/**
* Lance l'interrogation du service de l'annuaire.
*
* @return null.
*/
public function chargerIdentites() {
$this->identites = $this->getIdentites();
}
 
/**
* Retourne après avoir interrogé un service de l'annuaire, les intitulés correspondant aux
* courriels des utilisateurs.
*
* @return mixed tableau avec en clé le courriel et en valeur l'intitulé de la personne à
* afficher, false en cas d'erreur ou de résultat vide.
*/
public function getIntitules() {
$intitules = false;
$this->chargerIdentites();
if ($this->identites) {
$intitules = array();
foreach ($this->identites as $courriel => $infos) {
$intitules[$courriel] = $infos['intitule'];
}
}
return $intitules;
}
 
/**
* Retourne un intitulé en fonction d'un courriel.
*
* @return String l'intitulé de l'utilisateur ou une chaine vide en cas de problème.
*/
public function getIntitule($courriel) {
$intitule = '';
if ($this->contenirCourriel($courriel)) {
$intitule = $this->identites[$courriel]['intitule'];
}
return $intitule;
}
 
/**
* Retourne l'identifiant de l'utilisateur en fonction d'un courriel.
*
* @return String l'id de l'utilisateur ou une chaine vide en cas de problème.
*/
public function getId($courriel) {
$id = '';
if ($this->contenirCourriel($courriel)) {
$id = $this->identites[$courriel]['id'];
}
return $id;
}
 
private function contenirCourriel($courriel) {
$ok = ($this->identites && isset($this->identites[$courriel])) ? true : false;
return $ok;
}
 
private function getIdentites() {
$utilisateursInfos = $this->consulterServiceAnnuaire();
$identites = $this->extraireIdentites($utilisateursInfos);
return $identites;
}
 
private function consulterServiceAnnuaire() {
$url = sprintf(self::TPL_URL_WS_ANNUAIRE, implode(',', $this->courriels));
$json = $this->clientRest->consulter($url);
$utilisateurs = json_decode($json, true);
return $utilisateurs;
}
 
private function extraireIdentites($utilisateursInfos) {
$identites = array();
foreach ($this->courriels as $courriel) {
$info = array('id' => null, 'intitule' => '');
if (isset($utilisateursInfos[$courriel])) {
$info['intitule'] = $utilisateursInfos[$courriel]['intitule'];
$info['id'] = $utilisateursInfos[$courriel]['id'];
} else {
$info['intitule'] = $this->tronquerCourriel($courriel);
}
$identites[$courriel] = $info;
}
return $identites;
}
 
private function tronquerCourriel($courriel) {
$courriel = str_replace(substr($courriel, strpos($courriel, '@')), '@...', $courriel);
return $courriel;
}
}
?>
/branches/refact/services/bibliotheque/Ressources.php
New file
0,0 → 1,108
<?php
class Ressources {
 
private $ressources = array();
 
public function __construct(Array $ressources) {
$this->ressources = $ressources;
}
 
public function getParPosition($position) {
$valeur = '';
if (array_key_exists($position, $this->ressources)) {
$valeur = $this->ressources[$position];
}
return $valeur;
}
 
public function getNombre() {
return count($this->ressources);
}
 
public function getProjetNom() {
return $this->getParPosition(0);
}
 
public function getServiceNom() {
return $this->getParPosition(1);
}
 
public function getDetailsId() {
return (int) $this->getParPosition(2);
}
 
public function etreId($aTester) {
$etreId = is_numeric($aTester) ? true : false;
return $etreId;
}
 
public function etreStats($aTester) {
$etreStats = $aTester == 'stats' ? true : false;
return $etreStats;
}
 
public function etreTypeDeStats($aTester) {
$typesStats = array('annees', 'rangs', 'initiales');
$etreStatsType = in_array($aTester, $typesStats) ? true : false;
return $etreStatsType;
}
 
public function etreRelations($aTester) {
$etreRelations = $aTester == 'relations' ? true : false;
return $etreRelations;
}
 
public function etreTypeDeRelations($aTester) {
$typesRelations = array('synonymie', 'homonymie', 'flores');
$etreRelationsType = in_array($aTester, $typesRelations) ? true : false;
return $etreRelationsType;
}
 
public function getServiceClasse() {
$classeNom = '';
if ($this->getNombre() == 2) {
if ($this->getServiceNom() == 'noms') {
$classeNom = 'NomsListe';
} else if ($this->getServiceNom() == 'taxons') {
$classeNom = 'TaxonsListe';
} else if ($this->getServiceNom() == 'ontologies') {
$classeNom = 'OntologiesListe';
}
 
} else if ($this->getNombre() == 3) {
$position3 = $this->getParPosition(2);
if ($this->etreId($position3)) {
if ($this->getServiceNom() == 'noms') {
$classeNom = 'NomDetails';
} else if ($this->getServiceNom() == 'taxons') {
$classeNom = 'TaxonDetails';
}
}
} else if ($this->getNombre() == 4) {
$position3 = $this->getParPosition(2);
$position4 = $this->getParPosition(3);
if ($this->etreStats($position3)) {
if ($this->etreTypeDeStats($position4)) {
$classeNom = 'NomsStats'.ucfirst($position4);
}
} else if ($this->etreId($position3)) {
if ($this->etreRelations($position4)) {
$classeNom = 'NomRelations';
}
}
} else if ($this->getNombre() == 5) {
$position3 = $this->getParPosition(2);
$position4 = $this->getParPosition(3);
$position5 = $this->getParPosition(4);
if ($this->etreId($position3)) {
if ($this->etreRelations($position4)) {
if ($this->etreTypeDeRelations($position5)) {
$classeNom = 'NomRelations'.ucfirst($position5);
}
}
}
}
return $classeNom;
}
}
?>
/branches/refact/services/bibliotheque/interfaces/NomsListe.php
New file
0,0 → 1,6
<?php
interface NomsListe {
public function __construct(NomsListeGenerique $nomsListe);
public function consulter();
}
?>
/branches/refact/services/bibliotheque/interfaces/NomDetails.php
New file
0,0 → 1,6
<?php
interface NomDetails {
public function __construct(NomDetailsGenerique $nomDetails);
public function consulter();
}
?>
/branches/refact/services/bibliotheque/interfaces/OntologiesListe.php
New file
0,0 → 1,6
<?php
interface OntologiesListe {
public function __construct(OntologiesListeGenerique $ontologiesListe);
public function consulter();
}
?>
/branches/refact/services/bibliotheque/VersionVerificateur.php
New file
0,0 → 1,44
<?php
class VersionVerificateur {
 
private $ressources = null;
private $parametres = null;
private $versions = null;
 
public function __construct(Ressources $ressources, Parametres $parametres, Versions $versions) {
$this->ressources = $ressources;
$this->parametres = $parametres;
$this->versions = $versions;
}
 
public function verifier() {
$this->verifierDispoMultiProjetPourService();
$this->verifierExistance();
}
 
private function verifierDispoMultiProjetPourService() {
$servicesMultiProjet = array('NomDetails');
$classeService = $this->ressources->getServiceClasse();
$versionDemandee = $this->parametres->get('version.projet');
if ($versionDemandee == '*' && in_array($classeService, $servicesMultiProjet) === false) {
$message = "L'affichage de plusieurs versions ne fonctionne que pour les ressources de type /ressources/#id";
$code = RestServeur::HTTP_CODE_MAUVAISE_REQUETE;
throw new Exception($message, $code);
}
}
 
private function verifierExistance() {
$versionDemandee = $this->parametres->get('version.projet');
$versionTrouvee = $this->versions->getVersions();
if (is_numeric($versionDemandee)) {
if (count($versionTrouvee) == 0) {
$projet = $this->ressources->getProjetNom();
$message = "La version '$versionDemandee' n'est pas disponible pour le projet '$projet' !";
$code = RestServeur::HTTP_CODE_RESSOURCE_INTROUVABLE;
throw new Exception($message, $code);
}
}
 
}
}
?>
/branches/refact/services/bibliotheque/generique/NomDetailsGenerique.php
New file
0,0 → 1,30
<?php
class NomDetailsGenerique {
 
private $parametres = null;
private $ressources = null;
private $nomDao = null;
private $nomFormateur = null;
private $nom = array();
 
public function __construct(Ressources $ressources, Parametres $parametres, NomDAO $nomDao, NomFormateur $nomFormateur) {
$this->ressources = $ressources;
$this->parametres = $parametres;
$this->nomDao = $nomDao;
$this->nomFormateur = $nomFormateur;
}
 
public function consulter() {
$this->nom = $this->nomDao->rechercherInfosNom();
$retour = $this->formaterDetails();
return $retour;
}
 
private function formaterDetails() {
$this->nomFormateur->setNomAFormater($this->nom);
$this->nomFormateur->setChampsRetour($this->parametres->getListe('retour.champs'));
$details = $this->nomFormateur->formaterDetails();
return $details;
}
}
?>
/branches/refact/services/bibliotheque/generique/OntologiesListeGenerique.php
New file
0,0 → 1,157
<?php
class OntologiesListeGenerique {
 
private $parametres = null;
private $ressources = null;
private $ontologieDao = null;
private $ontologieFormateur = null;
 
private $listeUrl = null;
private $nbreTotalTermes = 0;
private $termes = array();
 
public function __construct(Ressources $ressources, Parametres $parametres, OntologieDAO $ontologieDao, OntologieFormateur $ontologieFormateur) {
$this->ressources = $ressources;
$this->parametres = $parametres;
$this->ontologieDao = $ontologieDao;
$this->ontologieFormateur = $ontologieFormateur;
}
 
public function setListeUrl($url) {
$this->listeUrl = $url;
}
 
public function consulter() {
$this->rechercher();
if ($this->avoirResultats()) {
$this->trierResultats();
$retour = $this->construireTableauRetour();
} else {
$message = "Aucun résultat ne correspond a votre requête !";
$code = RestServeur::HTTP_CODE_RESSOURCE_INTROUVABLE;
throw new Exception($message, $code);
}
return $retour;
}
 
private function rechercher() {
$resultats = array();
$resultats = $this->ontologieDao->rechercher();
$this->termes = $resultats;
$this->nbreTotalTermes = $this->ontologieDao->recupererNombreTermesTotal();
}
 
private function avoirResultats() {
$resultat = ($this->nbreTotalTermes == 0) ? false : true;
return $resultat;
}
 
private function trierResultats() {
$recherche = $this->parametres->get('recherche');
if ($recherche == 'floue') {
$this->termes = $this->ontologieDao->trierResultatsFloue($this->termes);
}
}
 
private function construireTableauRetour() {
$retour = array('entete' => array(), 'resultats' => array());
$retour['resultats'] = $this->construireResultats();
$retour['entete'] = $this->construireEntete();
return $retour;
}
 
private function construireResultats() {
$nomsFormates = array();
foreach ($this->termes as $terme) {
$id = $terme['id_terme'];
$termesFormates[$id] = $this->formaterTerme($terme);
}
return $termesFormates;
}
 
private function formaterTerme($infos) {
$termeAFormater = new OntologieDO($infos);
$this->ontologieFormateur->setTermeAFormater($termeAFormater);
$this->ontologieFormateur->setChampsRetour($this->parametres->getListe('retour.champs'));
$terme = $this->ontologieFormateur->formaterListe();
return $terme;
}
 
private function construireEntete() {
$entete = array('masque' => '', 'depart' => 0, 'limite' => 100, 'total' => 0);
$entete['masque'] = $this->formaterEnteteMasque();
$entete['depart'] = (int) $this->parametres->get('navigation.depart');
$entete['limite'] = (int) $this->parametres->get('navigation.limite');
$entete['total'] = $this->nbreTotalTermes;
if ($hrefPrecedent = $this->formaterEnteteHrefPrecedent()) {
$entete['href.precedent'] = $hrefPrecedent;
}
if ($hrefSuivant = $this->formaterEnteteHrefSuivant()) {
$entete['href.suivant'] = $hrefSuivant;
}
return $entete;
}
 
private function formaterEnteteMasque() {
$masquesStrictes = array('code');
$paramsMasque = array(
'' => 'terme',
'code' => 'id_terme',
'nom' => 'terme',
'description' => 'definition');
$etendre = ($this->parametres->get('recherche') == 'etendue') ? true : false;
 
$masqueComplet = array();
foreach ($paramsMasque as $masqueType => $champ) {
$masqueParam = 'masque'.($masqueType != '' ? '.'.$masqueType : $masqueType);
if ($this->parametres->exister($masqueParam)) {
$masqueValeur = $this->parametres->get($masqueParam);
$masque = "$champ=$masqueValeur";
$masque .= ($etendre && in_array($masqueType, $masquesStrictes) === false) ? '%' : '';
 
$masqueComplet[] = $masque;
}
}
return implode('&', $masqueComplet);
}
 
private function formaterEnteteHrefPrecedent() {
$limite = $this->parametres->get('navigation.limite');
$departActuel = $this->parametres->get('navigation.depart');
$departPrecedent = $departActuel - $limite;
$href = null;
if ($departPrecedent >= 0) {
$squelette = $this->construireTplHrefNavigation();
$href = sprintf($squelette, $departPrecedent, $limite);
}
return $href;
}
 
private function formaterEnteteHrefSuivant() {
$limite = $this->parametres->get('navigation.limite');
$departActuel = $this->parametres->get('navigation.depart');
$departSuivant = $departActuel + $limite;
$href = null;
if ($departSuivant < $this->nbreTotalTermes) {
$squelette = $this->construireTplHrefNavigation();
$href = sprintf($squelette, $departSuivant, $limite);
}
return $href;
}
 
private function construireTplHrefNavigation() {
$requetes = array();
$this->parametres->rewind();
while (is_null($parametre = $this->parametres->key()) === false) {
if (strpos($parametre, 'navigation') === false) {
$valeur = $this->parametres->current();
$requetes[] = "$parametre=$valeur";
}
$this->parametres->next();
}
$requetes[] = "navigation.depart=%s";
$requetes[] = "navigation.limite=%s";
$tpl = $this->listeUrl.'?'.implode('&', $requetes);
return $tpl;
}
}
/branches/refact/services/bibliotheque/generique/NomsListeGenerique.php
New file
0,0 → 1,187
<?php
class NomsListeGenerique {
 
private $parametres = null;
private $ressources = null;
private $nomDao = null;
private $nomFormateur = null;
 
private $listeUrl = null;
private $nbreNomsTotal = 0;
private $noms = array();
 
public function __construct(Ressources $ressources, Parametres $parametres, NomDAO $nomDao, NomFormateur $nomFormateur) {
$this->ressources = $ressources;
$this->parametres = $parametres;
$this->nomDao = $nomDao;
$this->nomFormateur = $nomFormateur;
}
 
public function setListeUrl($url) {
$this->listeUrl = $url;
}
 
public function consulter() {
$this->rechercher();
if ($this->avoirResultats()) {
$this->trierNoms();
$retour = $this->construireTableauRetour();
} else {
$message = "Aucun résultat ne correspond a votre requête !";
$code = RestServeur::HTTP_CODE_RESSOURCE_INTROUVABLE;
throw new Exception($message, $code);
}
return $retour;
}
 
private function avoirResultats() {
$resultat = ($this->nbreNomsTotal == 0) ? false : true;
return $resultat;
}
 
 
private function rechercher() {
$resultats = array();
$recherche = $this->parametres->get('recherche');
 
if ($recherche == 'floue') {
$resultats = $this->nomDao->rechercherFloue();
} else {
$resultats = $this->nomDao->rechercher();
}
$this->noms = $resultats;
$this->nbreNomsTotal = $this->nomDao->recupererNombreNomsTotal();
}
 
private function trierNoms() {
$recherche = $this->parametres->get('recherche');
if ($recherche == 'floue') {
$this->trierRechercheFloue();
}
}
 
public function trierRechercheFloue() {
$nomDemande = $this->parametres->get('masque');
$nomDemandeSimple = strtolower(Chaine::supprimerAccents($nomDemande));
 
foreach ($this->noms as $id => $nom) {
$nomFlouSimple = strtolower(Chaine::supprimerAccents($nom['nom_sci']));
// Prime pour la ressemblance globale :
$score = 500 - levenshtein($nomFlouSimple, $nomDemandeSimple);
// On affine
$score += similar_text($nomDemandeSimple, $nomFlouSimple) * 3;
$this->noms[$id]['score'] = $score;
}
$noms = $this->noms;
$this->noms = Tableau::trierMD($noms, array('score' => false));
//print_r($this->noms);
}
 
private function construireTableauRetour() {
$retour = array('entete' => array(), 'resultats' => array());
$retour['resultats'] = $this->construireResultats();
$retour['entete'] = $this->construireEntete();
return $retour;
}
 
private function construireResultats() {
$nomsFormates = array();
foreach ($this->noms as $nom) {
$id = $nom['num_nom'];
$nomsFormates[$id] = $this->formaterNom($nom);
}
return $nomsFormates;
}
 
private function formaterNom($infos) {
$nomAFormater = new NomDO($infos);
$this->nomFormateur->setNomAFormater($nomAFormater);
$this->nomFormateur->setChampsRetour($this->parametres->getListe('retour.champs'));
$nom = $this->nomFormateur->formaterListe();
return $nom;
}
 
private function construireEntete() {
$entete = array('masque' => '', 'depart' => 0, 'limite' => 100, 'total' => 0);
$entete['masque'] = $this->formaterEnteteMasque();
$entete['depart'] = (int) $this->parametres->get('navigation.depart');
$entete['limite'] = (int) $this->parametres->get('navigation.limite');
$entete['total'] = $this->nbreNomsTotal;
if ($hrefPrecedent = $this->formaterEnteteHrefPrecedent()) {
$entete['href.precedent'] = $hrefPrecedent;
}
if ($hrefSuivant = $this->formaterEnteteHrefSuivant()) {
$entete['href.suivant'] = $hrefSuivant;
}
return $entete;
}
 
private function formaterEnteteMasque() {
$masquesStrictes = array('nn', 'rg');
$paramsMasque = array(
'' => 'nom_sci',
'nn' => 'num_nom',
'rg' => 'rang',
'sg' => 'nom_supra_generique',
'gen' => 'genre',
'sp' => 'epithete_sp',
'ssp' => 'epithete_infra_sp',
'au' => 'auteur',
'an' => 'annee');
$etendre = ($this->parametres->get('recherche') == 'etendue') ? true : false;
 
$masqueComplet = array();
foreach ($paramsMasque as $masqueType => $champ) {
$masqueParam = 'masque'.($masqueType != '' ? '.'.$masqueType : $masqueType);
if ($this->parametres->exister($masqueParam)) {
$masqueValeur = $this->parametres->get($masqueParam);
$masque = "$champ=$masqueValeur";
$masque .= ($etendre && in_array($masqueType, $masquesStrictes) === false) ? '%' : '';
 
$masqueComplet[] = $masque;
}
}
return implode('&', $masqueComplet);
}
 
private function formaterEnteteHrefPrecedent() {
$limite = $this->parametres->get('navigation.limite');
$departActuel = $this->parametres->get('navigation.depart');
$departPrecedent = $departActuel - $limite;
$href = null;
if ($departPrecedent >= 0) {
$squelette = $this->construireTplHrefNavigation();
$href = sprintf($squelette, $departPrecedent, $limite);
}
return $href;
}
 
private function formaterEnteteHrefSuivant() {
$limite = $this->parametres->get('navigation.limite');
$departActuel = $this->parametres->get('navigation.depart');
$departSuivant = $departActuel + $limite;
$href = null;
if ($departSuivant < $this->nbreNomsTotal) {
$squelette = $this->construireTplHrefNavigation();
$href = sprintf($squelette, $departSuivant, $limite);
}
return $href;
}
 
private function construireTplHrefNavigation() {
$requetes = array();
$this->parametres->rewind();
while (is_null($parametre = $this->parametres->key()) === false) {
if (strpos($parametre, 'navigation') === false) {
$valeur = $this->parametres->current();
$requetes[] = "$parametre=$valeur";
}
$this->parametres->next();
}
$requetes[] = "navigation.depart=%s";
$requetes[] = "navigation.limite=%s";
$tpl = $this->listeUrl.'?'.implode('&', $requetes);
return $tpl;
}
}
?>
/branches/refact/services/bibliotheque/generique/TaxonsListeGenerique.php
New file
0,0 → 1,187
<?php
class TaxonsListeGenerique {
 
private $parametres = null;
private $ressources = null;
private $nomDao = null;
private $nomFormateur = null;
 
private $listeUrl = null;
private $nbreTotalNoms = 0;
private $noms = array();
 
public function __construct(Ressources $ressources, Parametres $parametres, NomDAO $nomDao, NomFormateur $nomFormateur) {
$this->ressources = $ressources;
$this->parametres = $parametres;
$this->nomDao = $nomDao;
$this->nomFormateur = $nomFormateur;
}
 
public function setListeUrl($url) {
$this->listeUrl = $url;
}
 
public function consulter() {
$this->noms = $this->rechercher();
$this->nbreNomsTotal = $this->nomDao->recupererNombreNomsTotal();
$this->trierNoms();
$retour = $this->construireTableauRetour();
return $retour;
}
 
private function rechercher() {
$resultats = array();
$recherche = $this->parametres->get('recherche');
 
if ($recherche == 'stricte') {
$resultats = $this->nomDao->rechercherStricte();
} else if ($recherche == 'etendue') {
$resultats = $this->nomDao->rechercherEtendue();
} else if ($recherche == 'floue') {
$resultats = $this->nomDao->rechercherFloue();
}
 
return $resultats;
}
 
private function trierNoms() {
$recherche = $this->parametres->get('recherche');
if ($recherche == 'floue') {
$this->trierRechercheFloue();
}
}
 
public function trierRechercheFloue() {
$nomDemande = $this->parametres->get('masque');
$nomDemandeSimple = strtolower(Chaine::supprimerAccents($nomDemande));
 
foreach ($this->noms as $id => $nom) {
$nomFlouSimple = strtolower(Chaine::supprimerAccents($nom['nom_sci']));
// Prime pour la ressemblance globale :
$score = 500 - levenshtein($nomFlouSimple, $nomDemandeSimple);
// On affine
$score += similar_text($nomDemandeSimple, $nomFlouSimple) * 3;
$this->noms[$id]['score'] = $score;
}
$noms = $this->noms;
$this->noms = Tableau::trierMD($noms, array('score' => false));
//print_r($this->noms);
}
 
private function construireTableauRetour() {
$retour = array('entete' => array(), 'resultats' => array());
$retour['resultats'] = $this->construireResultats();
$retour['entete'] = $this->construireEntete();
return $retour;
}
 
private function construireResultats() {
$nomsFormates = array();
foreach ($this->noms as $nom) {
$id = $nom['num_nom'];
$nomsFormates[$id] = $this->formaterNom($nom);
}
return $nomsFormates;
}
 
private function formaterNom($infos) {
$nomAFormater = new NomDO($infos);
$this->nomFormateur->setNomAFormater($nomAFormater);
$this->nomFormateur->setChampsRetour($this->parametres->getListe('retour.champs'));
$nom = $this->nomFormateur->formaterListe();
return $nom;
}
 
private function construireEntete() {
$entete = array('masque' => '', 'depart' => 0, 'limite' => 100, 'total' => 0);
$entete['masque'] = $this->formaterEnteteMasque();
$entete['depart'] = (int) $this->parametres->get('navigation.depart');
$entete['limite'] = (int) $this->parametres->get('navigation.limite');
$entete['total'] = $this->nbreNomsTotal;
if ($hrefPrecedent = $this->formaterEnteteHrefPrecedent()) {
$entete['href.precedent'] = $hrefPrecedent;
}
if ($hrefSuivant = $this->formaterEnteteHrefSuivant()) {
$entete['href.suivant'] = $hrefSuivant;
}
return $entete;
}
 
private function formaterEnteteMasque() {
$masqueComplet = array();
if ($this->parametres->exister('masque')) {
$masque = '';
$masque .= 'nom_sci='.$this->parametres->get('masque');
if ($this->parametres->get('recherche') == 'etendue') {
$masque .= '%';
}
$masqueComplet[] = $masque;
}
if ($this->parametres->exister('masque.sg')) {
$masque = '';
$masque .= 'nom_supra_generique='.$this->parametres->get('masque.sg');
if ($this->parametres->get('recherche') == 'etendue') {
$masque .= '%';
}
$masqueComplet[] = $masque;
}
if ($this->parametres->exister('masque.gen')) {
$masque = '';
$masque .= 'genre='.$this->parametres->get('masque.gen');
if ($this->parametres->get('recherche') == 'etendue') {
$masque .= '%';
}
$masqueComplet[] = $masque;
}
if ($this->parametres->exister('masque.sp')) {
$masque = '';
$masque .= 'epithete_sp='.$this->parametres->get('masque.sp');
if ($this->parametres->get('recherche') == 'etendue') {
$masque .= '%';
}
$masqueComplet[] = $masque;
}
return implode('&', $masqueComplet);
}
 
private function formaterEnteteHrefPrecedent() {
$limite = $this->parametres->get('navigation.limite');
$departActuel = $this->parametres->get('navigation.depart');
$departPrecedent = $departActuel - $limite;
$href = null;
if ($departPrecedent >= 0) {
$squelette = $this->construireTplHrefNavigation();
$href = sprintf($squelette, $departPrecedent, $limite);
}
return $href;
}
 
private function formaterEnteteHrefSuivant() {
$limite = $this->parametres->get('navigation.limite');
$departActuel = $this->parametres->get('navigation.depart');
$departSuivant = $departActuel + $limite;
$href = null;
if ($departSuivant < $this->nbreNomsTotal) {
$squelette = $this->construireTplHrefNavigation();
$href = sprintf($squelette, $departSuivant, $limite);
}
return $href;
}
 
private function construireTplHrefNavigation() {
$requetes = array();
$this->parametres->rewind();
while (is_null($parametre = $this->parametres->key()) === false) {
if (strpos($parametre, 'navigation') === false) {
$valeur = $this->parametres->current();
$requetes[] = "$parametre=$valeur";
}
$this->parametres->next();
}
$requetes[] = "navigation.depart=%s";
$requetes[] = "navigation.limite=%s";
$tpl = $this->listeUrl.'?'.implode('&', $requetes);
return $tpl;
}
}
?>
/branches/refact/services/bibliotheque/CacheEflore.php
New file
0,0 → 1,68
<?php
class CacheEflore {
private $service;
private $config;
private $dureecache = 0;
private $projetNom;
private $serviceNom;
private $cache;
private $cacheActif;
public function __construct($service, $projetNom, $serviceNom, $cacheActif) {
$this->cacheActif = $cacheActif;
$this->service = $service;
$this->chargerDureeCache();
$this->projetNom = $projetNom;
$this->serviceNom = $serviceNom;
$this->cache = new CacheSimple(array("mise_en_cache" => true, "stockage_chemin" => Config::get("chemincache"), "duree_de_vie" => $this->dureecache));
}
 
public function chargerDureeCache() {
if ($this->cacheActif == "1") {
$this->dureecache = $this->service->getDureeCache();
}
}
public function consulter($ressources, $parametres) {
$id = $this->genererID($ressources, $parametres);
$retour = unserialize($this->cache->charger($id));
if ($retour == false) {
$retour = $this->mettreEnCache($ressources, $parametres);
}
return $retour;
}
public function mettreEnCache($ressources, $parametres) {
$retour = $this->service->consulter($ressources, $parametres);
$id = $this->genererID($ressources, $parametres);
if ($this->dureecache > 0) {
$this->cache->sauver(serialize($retour), $id);
}
return $retour;
}
public function genererID($ressources, $parametres) {
$chaineRessources = "";
$chaineParametres = "";
if (count($ressources) > 0) {
foreach ($ressources as $key => $val) {
$chaineRessources .= "$key:$val;";
}
}
if (count($parametres) > 0) {
foreach ($parametres as $key => $val) {
$chaineParametres .= "$key:$val;";
}
}
$chaineMD5 = $this->projetNom.'/'.$this->serviceNom.'/'.md5($chaineRessources.$chaineParametres);
return $chaineMD5;
}
}
 
 
?>
/branches/refact/services/bibliotheque/Conteneur.php
New file
0,0 → 1,201
<?php
class Conteneur {
protected $parametres = array();
protected $partages = array();
 
public function __construct(array $parametres = null) {
$this->parametres = is_null($parametres) ? array() : $parametres;
}
 
public function getParametre($cle) {
$valeur = isset($this->parametres[$cle]) ? $this->parametres[$cle] : Config::get($cle);
return $valeur;
}
 
public function getParametreTableau($cle) {
$tableau = array();
$parametre = $this->getParametre($cle);
if (empty($parametre) === false) {
$tableauPartiel = explode(',', $parametre);
$tableauPartiel = array_map('trim', $tableauPartiel);
foreach ($tableauPartiel as $champ) {
if (strpos($champ, '=') === false) {
$tableau[] = trim($champ);
} else {
list($cle, $val) = explode('=', $champ);
$tableau[trim($cle)] = trim($val);
}
}
}
return $tableau;
}
 
public function setParametre($cle, $valeur) {
$this->parametres[$cle] = $valeur;
}
 
public function getParametresUrl() {
if (!isset($this->partages['Parametres'])){
$this->partages['Parametres'] = new Parametres($this->parametres['parametres'], $this->getBdd());
}
return $this->partages['Parametres'];
}
 
public function getParametresUrlVerificateur() {
if (!isset($this->partages['ParametresVerificateur'])){
$parametres = $this->getParametresUrl();
$parametresAPI = $this->getParametreTableau('parametresAPI');
$this->partages['ParametresVerificateur'] = new ParametresVerificateur($parametres, $parametresAPI);
}
return $this->partages['ParametresVerificateur'];
}
 
public function getRessourcesUrl() {
if (!isset($this->partages['Ressources'])){
$this->partages['Ressources'] = new Ressources($this->parametres['ressources']);
}
return $this->partages['Ressources'];
}
 
public function getRessourcesUrlVerificateur() {
if (!isset($this->partages['RessourcesVerificateur'])){
$ressources = $this->getRessourcesUrl();
$projetsDispo = $this->getParametreTableau('projetsDispo');
$servicesDispo = $this->getParametreTableau('servicesDispo');
$this->partages['RessourcesVerificateur'] = new RessourcesVerificateur($ressources, $projetsDispo, $servicesDispo);
}
return $this->partages['RessourcesVerificateur'];
}
public function getUrlFormatage() {
if (!isset($this->partages['UrlFormatage'])){
$Bdd = $this->getBdd();
$this->partages['UrlFormatage'] = new UrlFormatage($Bdd);
}
return $this->partages['UrlFormatage'];
}
public function getRequetesAssemblage() {
if (!isset($this->partages['RequetesAssemblage'])){
$this->partages['RequetesAssemblage'] = new RequetesAssemblage($this->getBdd());
}
return $this->partages['RequetesAssemblage'];
}
 
public function getVersionVerificateur() {
if (!isset($this->partages['VersionVerificateur'])){
$ressources = $this->getRessourcesUrl();
$parametres = $this->getParametresUrl();
$versions = $this->getVersions();
$this->partages['VersionVerificateur'] = new VersionVerificateur($ressources, $parametres, $versions);
}
return $this->partages['VersionVerificateur'];
}
 
public function getBdd() {
if (!isset($this->partages['Bdd'])){
$this->partages['Bdd'] = new Bdd();
}
return $this->partages['Bdd'];
}
 
public function getCacheSimple($options = array()) {
$cache = new CacheSimple($options);
return $cache;
}
 
public function getVersions() {
if (!isset($this->partages['Versions'])){
$parametres = $this->getParametresUrl();
$ressources = $this->getRessourcesUrl();
$bdd = $this->getBdd();
$versions = new Versions($parametres, $bdd);
$this->partages['Versions'] = $versions;
}
return $this->partages['Versions'];
}
 
public function getProjet() {
if (!isset($this->partages['Projet'])){
$ressources = $this->getRessourcesUrl();
$projet = new Projet($ressources);
$projet->setCheminBase($this->getParametre('cheminBase'));
$projet->setCheminConfig($this->getParametre('chemin_configurations'));
$projet->setCheminBiblio($this->getParametre('chemin_bibliotheque'));
$projet->initialiser();
$projet->setParamsVerif($this->getParametresUrlVerificateur());
$projet->setRessourcesVerif($this->getRessourcesUrlVerificateur());
$projet->setVersionVerif($this->getVersionVerificateur());
$projet->setServiceGenerique($this->getServiceGenerique());
$this->partages['Projet'] = $projet;
}
return $this->partages['Projet'];
}
 
public function getNomDao() {
$ressources = $this->getRessourcesUrl();
$parametres = $this->getParametresUrl();
$bdd = $this->getBdd();
$versions = $this->getVersions();
$nomDao = new NomDAO($ressources, $parametres, $bdd, $versions);
return $nomDao;
}
 
public function getOntologiesDao() {
$ressources = $this->getRessourcesUrl();
$parametres = $this->getParametresUrl();
$bdd = $this->getBdd();
$versions = $this->getVersions();
$ontologieDao = new OntologieDAO($ressources, $parametres, $bdd, $versions);
return $ontologieDao;
}
 
public function getNomFormateur() {
$formateur = new NomFormateur();
$formateur->setBdd($this->getBdd());
$formateur->setChampsProjet($this->getParametreTableau('champsProjet'));
$formateur->setDetailsHrefTpl($this->getParametre('detailsHrefTpl'));
$formateur->setOntologieHrefTpl($this->getParametre('ontologieHrefTpl'));
return $formateur;
}
 
public function getOntologiesFormateur() {
$formateur = new OntologieFormateur();
$formateur->setBdd($this->getBdd());
$formateur->setChampsProjet($this->getParametreTableau('champsProjet'));
$formateur->setDetailsHrefTpl($this->getParametre('detailsHrefOntologiesTpl'));
$formateur->setLangueDemandee($this->getParametresUrl()->get('retour.langue'));
return $formateur;
}
 
public function getWikipediaBot($options = array()) {
$wpBot = new WikipediaBot($options);
return $wpBot;
}
 
public function getUrl($url) {
$url = new Url($url);
return $url;
}
 
public function getServiceGenerique() {
$ressources = $this->getRessourcesUrl();
$classe = $ressources->getServiceClasse();
$classeGenerique = $classe.'Generique';
if ($ressources->getServiceNom() == 'noms' || $ressources->getServiceNom() == 'taxons') {
$service = new $classeGenerique($this->getRessourcesUrl(), $this->getParametresUrl(), $this->getNomDao(), $this->getNomFormateur());
if ($classe == 'NomsListe') {
$service->setListeUrl($this->getParametre('listeUrl'));
}
} else if ($ressources->getServiceNom() == 'ontologies') {
$service = new $classeGenerique($this->getRessourcesUrl(), $this->getParametresUrl(), $this->getOntologiesDao(), $this->getOntologiesFormateur());
if ($classe == 'OntologiesListe') {
$service->setListeUrl($this->getParametre('listeUrlOntologies'));
}
}
 
return $service;
}
}
?>
/branches/refact/services/bibliotheque/nom/decorateurs/NomCompoDecorateur.php
New file
0,0 → 1,84
<?php
class NomCompoDecorateur extends NomDecorateur {
 
private $nomDecorateur;
protected $correspondances = array(
'nom_sci.*' => 'Compo',
'nom_sci.supra_generique', 'SupraGenre',
'nom_sci.genre' => 'Genre',
'nom_sci.infra_generique' => 'InfraGenre',
'nom_sci.sp' => 'Sp',
'nom_sci.type_epithete' => 'TypeInfraSp',
'nom_sci.infra_sp' => 'InfraSp',
'nom_sci.cultivar_groupe' => 'CultivarGroupe',
'nom_sci.cultivar' => 'Cultivar',
'nom_sci.nom_commercial' => 'NomCommercial');
 
public function __construct(NomDecorateur $nomDecorateur) {
$this->nomDecorateur = $nomDecorateur;
}
 
public function ajouterCompo() {
$this->ajouterSupraGenre();
$this->ajouterGenre();
$this->ajouterInfraGenre();
$this->ajouterSp();
$this->ajouterTypeInfraSp();
$this->ajouterInfraSp();
$this->ajouterCultivarGroupe();
$this->ajouterCultivar();
$this->ajouterNomCommercial();
}
 
public function ajouterSupraGenre() {
$this->ajouterPourChampSonFormatage('nom_supra_generique', 'supra_generique');
}
 
public function ajouterGenre() {
$this->ajouterPourChampSonFormatage('genre', 'genre');
}
 
public function ajouterInfraGenre() {
$this->ajouterPourChampSonFormatage('epithete_infra_generique', 'infra_generique');
}
 
public function ajouterSp() {
$this->ajouterPourChampSonFormatage('epithete_sp', 'sp');
}
 
public function ajouterTypeInfraSp() {
$this->ajouterPourChampSonFormatage('type_epithete', 'type_epithete');
}
 
public function ajouterInfraSp() {
$this->ajouterPourChampSonFormatage('epithete_infra_sp', 'infra_sp');
}
 
public function ajouterCultivarGroupe() {
$this->ajouterPourChampSonFormatage('cultivar_groupe', 'cultivar_groupe');
}
 
public function ajouterCultivar() {
$this->ajouterPourChampSonFormatage('cultivar', 'cultivar');
}
 
public function ajouterNomCommercial() {
$this->ajouterPourChampSonFormatage('nom_commercial', 'nom_commercial');
}
 
private function ajouterPourChampSonFormatage($champ, $format) {
$valeur = $this->nomDecorateur->nom->getTag($champ);
if ($this->exister($valeur)) {
$this->nomDecorateur->nomFormate["nom_sci.$format"] = $valeur;
}
}
 
private function exister($valeur) {
$existe = true;
if (is_null($valeur) || $valeur == '') {
$existe = false;
}
return $existe;
}
}
?>
/branches/refact/services/bibliotheque/nom/decorateurs/NomChampsProjetDecorateur.php
New file
0,0 → 1,36
<?php
class NomChampsProjetDecorateur extends NomDecorateur {
 
private $nomDecorateur = null;
private $champs = array();
protected $correspondances = array();
 
public function __construct(NomDecorateur $nomDecorateur, Array $champs) {
$this->nomDecorateur = $nomDecorateur;
$this->champs = $champs;
$this->correspondances = array_flip($this->champs);
}
 
public function traiterChampsRetour(Array $champsRetour) {
foreach ($champsRetour as $champ) {
if (array_key_exists($champ, $this->correspondances)) {
$champBdd = $this->correspondances[$champ];
$champSortie = $champ;
if ($this->nomDecorateur->nom->verifierTag($champBdd)) {
$valeur = $this->nomDecorateur->nom->getTag($champBdd);
$this->nomDecorateur->nomFormate[$champSortie] = $valeur;
}
}
}
}
 
public function ajouterChampsSupplementaires() {
foreach ($this->champs as $champBdd => $champSortie) {
if ($this->nomDecorateur->nom->verifierTag($champBdd)) {
$valeur = $this->nomDecorateur->nom->getTag($champBdd);
$this->nomDecorateur->nomFormate[$champSortie] = $valeur;
}
}
}
}
?>
/branches/refact/services/bibliotheque/nom/decorateurs/NomDecorateur.php
New file
0,0 → 1,96
<?php
class NomDecorateur implements NomResponsabilite {
protected $nom = null;
protected $nomFormate = array();
private $detailsHrefTpl = null;
protected $correspondances = array(
'id' => 'Id',
'nom_sci' => 'Intitule',
'href' => 'Href',
'auteur' => 'Auteur',
'annee' => 'Annee',
'biblio_origine' => 'Biblio',
'nom_addendum' => 'Addendum',
'notes' => 'Notes',
'homonyme' => 'Homonyme');
 
public function __construct(NomDO $nomADecorer, $detailsHrefTpl) {
$this->nom = $nomADecorer;
$this->detailsHrefTpl = $detailsHrefTpl;
$this->initialiserNomFormate();
}
 
public function traiterChampsRetour(Array $champsRetour) {
foreach ($champsRetour as $champ) {
if (array_key_exists($champ, $this->correspondances)) {
$methodesAExecuter = explode(',', $this->correspondances[$champ]);
foreach ($methodesAExecuter as $methodeNom) {
$methodeAjouter = 'ajouter'.$methodeNom;
if (method_exists($this, $methodeAjouter)) {
$this->$methodeAjouter();
}
}
}
}
}
 
public function ajouterId() {
$this->nomFormate['id'] = (int) $this->nom->getTag('num_nom');
}
 
public function ajouterIntitule() {
$this->nomFormate['nom_sci'] = $this->nom->getTag('nom_sci');
}
 
public function ajouterHref() {
if ($this->nom->verifierTag('num_nom')) {
$href = sprintf($this->detailsHrefTpl, $this->nom->getTag('num_nom'));
$this->nomFormate['href'] = $href;
}
}
 
public function ajouterAuteur() {
if ($this->nom->verifierTag('auteur')) {
$this->nomFormate['auteur'] = $this->nom->getTag('auteur');
}
}
 
public function ajouterAnnee() {
if ($this->nom->verifierTag('annee')) {
$this->nomFormate['annee'] = $this->nom->getTag('annee');
}
}
 
public function ajouterBiblio() {
if ($this->nom->verifierTag('biblio_origine')) {
$this->nomFormate['biblio_origine'] = $this->nom->getTag('biblio_origine');
}
}
 
public function ajouterAddendum() {
if ($this->nom->verifierTag('nom_addendum')) {
$this->nomFormate['nom_addendum'] = $this->nom->getTag('nom_addendum');
}
}
 
public function ajouterNotes() {
if ($this->nom->verifierTag('notes')) {
$this->nomFormate['notes'] = $this->nom->getTag('notes');
}
}
 
public function ajouterHomonyme() {
if ($this->nom->verifierTag('homonyme') && $this->nom->getTag('homonyme') == 1) {
$this->nomFormate['homonyme'] = true;
}
}
 
public function initialiserNomFormate() {
$this->nomFormate = array();
}
 
public function getNomFormate() {
return $this->nomFormate;
}
}
?>
/branches/refact/services/bibliotheque/nom/decorateurs/NomRetenuDecorateur.php
New file
0,0 → 1,47
<?php
class NomRetenuDecorateur extends NomDecorateur {
 
private $nomDecorateur = null;
private $numNom = null;
private $numNomRetenu = null;
private $nomSciRetenu = null;
private $detailsHrefTpl = null;
protected $correspondances = array(
'retenu' => 'Retenu',
'nom_retenu' => 'Intitule',
'nom_retenu.id' => 'Id',
'nom_retenu.href' => 'Href',
'nom_retenu.*' => 'Intitule,Id,Href');
 
public function __construct(NomDecorateur $nomDecorateur, $detailsHrefTpl) {
$this->nomDecorateur = $nomDecorateur;
$this->numNom = $this->nomDecorateur->nom->getTag('num_nom');
$this->numNomRetenu = $this->nomDecorateur->nom->getTag('num_nom_retenu');
$this->nomSciRetenu = $this->nomDecorateur->nom->getTag('nr_nom_sci');
$this->detailsHrefTpl = $detailsHrefTpl;
}
 
public function ajouterRetenu() {
$nn = (int) $this->numNom;
$nnr = (int) $this->numNomRetenu;
$this->nomDecorateur->nomFormate['retenu'] = ($nn == $nnr) ? true : false;
}
 
public function ajouterId() {
if (empty($this->numNomRetenu) === false) {
$this->nomDecorateur->nomFormate['nom_retenu.id'] = (int) $this->numNomRetenu;
}
}
 
public function ajouterHref() {
if (empty($this->numNomRetenu) === false) {
$href = sprintf($this->detailsHrefTpl, $this->numNomRetenu);
$this->nomDecorateur->nomFormate['nom_retenu.href'] = $href;
}
}
 
public function ajouterIntitule() {
$this->nomDecorateur->nomFormate['nom_retenu'] = $this->nomSciRetenu;
}
}
?>
/branches/refact/services/bibliotheque/nom/decorateurs/NomResponsabilite.php
New file
0,0 → 1,5
<?php
interface NomResponsabilite {
public function traiterChampsRetour(Array $champsRetour);
}
?>
/branches/refact/services/bibliotheque/nom/decorateurs/NomBasionymeDecorateur.php
New file
0,0 → 1,44
<?php
class NomBasionymeDecorateur extends NomDecorateur {
 
private $nomDecorateur = null;
private $basionyme = null;
private $basionymeId = null;
private $detailsHrefTpl = null;
protected $correspondances = array(
'basionyme' => 'Intitule',
'basionyme.id' => 'Id',
'basionyme.href' => 'Href',
'basionyme.*' => 'Intitule,Id,Href');
 
public function __construct(NomDecorateur $nomDecorateur, $detailsHrefTpl) {
$this->nomDecorateur = $nomDecorateur;
$this->detailsHrefTpl = $detailsHrefTpl;
if ($this->nomDecorateur->nom->verifierTag('basionyme')) {
$this->basionymeId = $this->nomDecorateur->nom->getTag('basionyme');
}
if ($this->nomDecorateur->nom->verifierTag('nb_nom_sci')) {
$this->basionyme = $this->nomDecorateur->nom->getTag('nb_nom_sci');
}
}
 
public function ajouterId() {
if (is_null($this->basionymeId) === false) {
$this->nomDecorateur->nomFormate['basionyme.id'] = $this->basionymeId;
}
}
 
public function ajouterHref() {
if (is_null($this->basionymeId) === false) {
$href = sprintf($this->detailsHrefTpl, $this->basionymeId);
$this->nomDecorateur->nomFormate['basionyme.href'] = $href;
}
}
 
public function ajouterIntitule() {
if (is_null($this->basionyme) === false) {
$this->nomDecorateur->nomFormate['basionyme'] = $this->basionyme;
}
}
}
?>
/branches/refact/services/bibliotheque/nom/decorateurs/NomRangDecorateur.php
New file
0,0 → 1,47
<?php
class NomRangDecorateur extends NomDecorateur {
 
private $nomDecorateur = null;
private $rang = null;
private $bdd = null;
private $ontologieHrefTpl = null;
protected $correspondances = array(
'rang' => 'Intitule',
'rang.code' => 'Code',
'rang.href' => 'Href',
'rang.*' => 'Intitule,Code,Href');
 
public function __construct(NomDecorateur $nomDecorateur, Bdd $bdd = null, $ontologieHrefTpl) {
$this->nomDecorateur = $nomDecorateur;
$this->rang = $this->nomDecorateur->nom->getTag('rang');
$this->bdd = is_null($bdd) ? new Bdd() : $bdd;
$this->ontologieHrefTpl = $ontologieHrefTpl;
}
 
public function ajouterCode() {
$squelette = 'bdnt.rangTaxo:%s';
$rangCode = sprintf($squelette, $this->rang);
$this->nomDecorateur->nomFormate['rang.code'] = $rangCode;
}
 
public function ajouterHref() {
$href = sprintf($this->ontologieHrefTpl, $this->rang);
$this->nomDecorateur->nomFormate['rang.href'] = $href;
}
 
public function ajouterIntitule() {
$resultat = $this->rechercherOntologieNomParCode($this->rang);
$this->nomDecorateur->nomFormate['rang'] = $resultat['nom'];
}
 
// TODO : supprimer cette recherche dans la bdd de cette classe
private function rechercherOntologieNomParCode($code) {
$code = $this->bdd->proteger($code);
$requete = 'SELECT nom '.
'FROM bdnt_ontologies_v4_30 '.
"WHERE code = $code ";
$resultats = $this->bdd->recuperer($requete);
return $resultats;
}
}
?>
/branches/refact/services/bibliotheque/nom/NomDO.php
New file
0,0 → 1,21
<?php
class NomDO {
private $infos;
 
public function __construct(Array $infos) {
$this->infos = $infos;
}
 
public function getTag($tag) {
return isset($this->infos[$tag]) ? $this->infos[$tag] : null;
}
 
public function verifierTag($tag) {
$existe = true;
if ($this->getTag($tag) == null || $this->getTag($tag) == '') {
$existe = false;
}
return $existe;
}
}
?>
/branches/refact/services/bibliotheque/nom/NomDAO.php
New file
0,0 → 1,155
<?php
class NomDAO {
private $bdd = null;
private $versions = null;
private $requeteNbreNomsTotal = null;
 
public function __construct(Ressources $ressources, Parametres $parametres, Bdd $bdd, Versions $versions) {
$this->ressources = $ressources;
$this->parametres = $parametres;
$this->bdd = $bdd;
$this->versions = $versions;
}
 
public function rechercherInfosNom() {
$table = $this->getTable();
$detailsId = $this->ressources->getDetailsId();
$detailsId = $this->bdd->proteger($detailsId);
$requete =
'SELECT ns.*, '.
' nr.nom_sci AS nr_nom_sci, nb.nom_sci AS nb_nom_sci '.
"FROM $table AS ns ".
" LEFT JOIN $table AS nr ON (ns.num_nom_retenu = nr.num_nom) ".
" LEFT JOIN $table AS nb ON (ns.basionyme = nb.num_nom) ".
"WHERE ns.num_nom = $detailsId ";
$resultats = $this->bdd->recuperer($requete);
$nom = new NomDO($resultats);
return $nom;
}
 
public function rechercher() {
$clause = $this->getClauseSelectSpeciale();
$table = $this->getTable();
$conditions = $this->getConditions();
$where = $this->getWhere($conditions);
$navigation = $this->getNavigation();
 
$requete = "SELECT $clause ns.*, ".
' nr.nom_sci AS nr_nom_sci, nb.nom_sci AS nb_nom_sci '.
"FROM $table AS ns ".
" LEFT JOIN $table AS nr ON (ns.num_nom_retenu = nr.num_nom) ".
" LEFT JOIN $table AS nb ON (ns.basionyme = nb.num_nom) ".
$where.' '.$conditions.' '.
'ORDER BY ns.nom_sci ASC '.
"LIMIT $navigation ";
$this->requeteNbreNomsTotal = $this->transformerRequetePourNbreNomsTotal($requete);
$resultats = $this->bdd->recupererTous($requete);
 
return $resultats;
}
 
public function rechercherFloue() {
$clause = $this->getClauseSelectSpeciale();
$table = $this->getTable();
$masque = $this->parametres->getMasquePourBdd();
$where = $this->getWhere();
$navigation = $this->getNavigation();
 
$requete = "SELECT $clause ns.*, ".
' nr.nom_sci AS nr_nom_sci, nb.nom_sci AS nb_nom_sci '.
"FROM $table AS ns ".
" LEFT JOIN $table AS nr ON (ns.num_nom_retenu = nr.num_nom) ".
" LEFT JOIN $table AS nb ON (ns.basionyme = nb.num_nom) ".
$where .
($masque ? ($where ? ' AND ' : ' WHERE ').
" (SOUNDEX(ns.nom_sci) = SOUNDEX($masque)) ".
" OR (SOUNDEX(REVERSE(ns.nom_sci)) = SOUNDEX(REVERSE($masque))) " : '').
'ORDER BY ns.nom_sci ASC '.
"LIMIT $navigation ";
$this->requeteNbreNomsTotal = $this->transformerRequetePourNbreNomsTotal($requete);
$resultats = $this->bdd->recupererTous($requete);
return $resultats;
}
 
private function getClauseSelectSpeciale() {
$clause = (Config::get('bdd_protocole') == 'mysql') ? 'SQL_CALC_FOUND_ROWS' : '';
return $clause;
}
 
private function getTable() {
$versions = $this->versions->getVersions();
$derniereVersion = end($versions);
$projetNom = strtolower($this->ressources->getProjetNom());
return $projetNom.'_v'.$derniereVersion;
}
 
private function getConditions() {
$masquesStrictes = array('nn', 'rg');
$paramsMasque = array(
'' => 'nom_sci',
'nn' => 'num_nom',
'rg' => 'rang',
'sg' => 'nom_supra_generique',
'gen' => 'genre',
'sp' => 'epithete_sp',
'ssp' => 'epithete_infra_sp',
'au' => 'auteur',
'an' => 'annee');
 
$operateurParDefaut = $this->getOperateurCondition();
$conditionsSql = array();
foreach ($paramsMasque as $typeMasque => $champ) {
$operateur = in_array($typeMasque, $masquesStrictes) ? '=' : $operateurParDefaut;
if ($valeurMasque = $this->parametres->getMasquePourBdd($typeMasque)) {
$conditionsSql[] = "ns.$champ $operateur $valeurMasque";
}
}
return implode(' AND ', $conditionsSql);
}
 
private function getOperateurCondition() {
$operateur = '';
$recherche = $this->parametres->get('recherche');
if ($recherche == 'stricte') {
$operateur = '=';
} else if ($recherche == 'etendue') {
$operateur = 'LIKE';
}
return $operateur;
}
 
private function getWhere($conditions = '') {
$where = '';
if ($this->ressources->getServiceNom() == 'taxons') {
$where = 'WHERE ns.num_nom = ns.num_nom_retenu ';
} else if ($conditions != '') {
$where = 'WHERE ';
}
return $where;
}
 
private function getNavigation() {
$debut = (int) $this->parametres->get('navigation.depart');
$nbre = $this->parametres->get('navigation.limite');
$navigation = "$debut,$nbre";
return $navigation;
}
 
private function transformerRequetePourNbreNomsTotal($requete) {
$requete = preg_replace('/SELECT .* FROM/', 'SELECT COUNT(*) AS nbre FROM', $requete);
$requete = preg_replace('/LIMIT [0-9]+,[0-9]+/', '', $requete);
return $requete;
}
 
public function recupererNombreNomsTotal() {
if (Config::get('bdd_protocole') == 'mysql') {
$requete = 'SELECT FOUND_ROWS() AS nbre';
} else {
$requete = $this->requeteNbreNomsTotal;
}
 
$nombre = $this->bdd->recuperer($requete);
return (int) $nombre['nbre'];
}
}
?>
/branches/refact/services/bibliotheque/nom/NomFormateur.php
New file
0,0 → 1,121
<?php
class NomFormateur {
 
private $nomAFormater = null;
private $decorateurs = array();
private $bdd = null;
private $champsProjet = array();
private $champsRetour = null;
private $detailsHrefTpl = null;
private $ontologieHrefTpl = null;
 
public function setNomAFormater(NomDO $nomDO) {
$this->nomAFormater = $nomDO;
}
 
public function setChampsRetour(Array $champsRetour) {
$this->champsRetour = $champsRetour;
}
 
public function setChampsProjet(Array $champsProjet) {
$this->champsProjet = $champsProjet;
}
 
public function setDetailsHrefTpl($tpl) {
$this->detailsHrefTpl = $tpl;
}
 
public function setBdd($bdd) {
$this->bdd = $bdd;
}
 
public function setOntologieHrefTpl($tpl) {
$this->ontologieHrefTpl = $tpl;
}
 
public function formaterDetails() {
$nomDeco = new NomDecorateur($this->nomAFormater, $this->detailsHrefTpl);
$retenuDeco = new NomRetenuDecorateur($nomDeco, $this->detailsHrefTpl);
$rangDeco = new NomRangDecorateur($nomDeco, $this->bdd, $this->ontologieHrefTpl);
$compoDeco = new NomCompoDecorateur($nomDeco);
$basioDeco = new NomBasionymeDecorateur($nomDeco, $this->detailsHrefTpl);
$projetDeco = new NomChampsProjetDecorateur($nomDeco, $this->champsProjet);
 
if ($this->avoirDemandeChampsRetour()) {
$this->decorateurs[] = $nomDeco;
$this->decorateurs[] = $retenuDeco;
$this->decorateurs[] = $rangDeco;
$this->decorateurs[] = $compoDeco;
$this->decorateurs[] = $basioDeco;
$this->decorateurs[] = $projetDeco;
 
$this->traiterChampsRetour();
} else {
$nomDeco->ajouterId();
$nomDeco->ajouterIntitule();
 
$retenuDeco->ajouterRetenu();
$retenuDeco->ajouterId();
$retenuDeco->ajouterIntitule();
$retenuDeco->ajouterHref();
 
$rangDeco->ajouterCode();
$rangDeco->ajouterIntitule();
$rangDeco->ajouterHref();
 
$compoDeco->ajouterCompo();
 
$nomDeco->ajouterAuteur();
$nomDeco->ajouterAnnee();
$nomDeco->ajouterBiblio();
$nomDeco->ajouterAddendum();
$nomDeco->ajouterNotes();
 
$basioDeco->ajouterId();
$basioDeco->ajouterIntitule();
$basioDeco->ajouterHref();
 
$projetDeco->ajouterChampsSupplementaires();
}
return $nomDeco->getNomFormate();
}
 
public function formaterListe() {
$nomDeco = new NomDecorateur($this->nomAFormater, $this->detailsHrefTpl);
$nomDeco->ajouterIntitule();
 
$retenuDeco = new NomRetenuDecorateur($nomDeco, $this->detailsHrefTpl);
$retenuDeco->ajouterRetenu();
 
$nomDeco->ajouterHref();
 
if ($this->avoirDemandeChampsRetour()) {
$this->decorateurs[] = $nomDeco;
$this->decorateurs[] = $retenuDeco;
 
$this->decorateurs[] = new NomRangDecorateur($nomDeco, $this->bdd, $this->ontologieHrefTpl);
$this->decorateurs[] = new NomCompoDecorateur($nomDeco);
$this->decorateurs[] = new NomBasionymeDecorateur($nomDeco, $this->detailsHrefTpl);
$this->decorateurs[] = new NomChampsProjetDecorateur($nomDeco, $this->champsProjet);
 
$this->traiterChampsRetour();
}
 
return $nomDeco->getNomFormate();
}
 
private function avoirDemandeChampsRetour() {
$demande = true;
if ($this->champsRetour === null || count($this->champsRetour) == 0) {
$demande = false;
}
return $demande;
}
 
private function traiterChampsRetour() {
foreach ($this->decorateurs as $deco) {
$deco->traiterChampsRetour($this->champsRetour);
}
}
}
?>
/branches/refact/services/bibliotheque/Parametres.php
New file
0,0 → 1,124
<?php
// TODO : il est peut être nécessaire de mieux distinguer les attributs parametres et parametresOrigine
// TODO : déplacer les méthodes getMasquePourBdd et getPourBdd dans les DAO
class Parametres implements Iterator {
 
private $parametres = array();
private $parametresOrigine = array();
private $parametresTypeEntier = array('navigation.limite', 'navigation.depart');
private $bdd = null;
 
public function __construct(Array $parametres, Bdd $bdd) {
$this->parametresOrigine = $parametres;
$this->parametres = $this->parametresOrigine;
$this->bdd = $bdd;
$this->definirValeursParDefaut();
}
 
public function current () {
return current($this->parametresOrigine);
}
 
public function key() {
return key($this->parametresOrigine);
}
 
public function next() {
return next($this->parametresOrigine);
}
 
public function rewind() {
return reset($this->parametresOrigine);
}
 
public function valid() {
return current($this->parametresOrigine) == false ? false : true;
}
 
public function get($parametreCode) {
$valeur = '';
if ($this->exister($parametreCode)) {
$valeur = $this->parametres[$parametreCode];
}
return $this->etreParametreDeTypeEntier($parametreCode) ? (int) $valeur : $valeur;
}
 
private function etreParametreDeTypeEntier($parametreCode) {
$entier = in_array($parametreCode, $this->parametresTypeEntier) ? true : false;
return $entier;
}
 
public function getListe($parametreCode) {
$valeurs = array();
if ($this->exister($parametreCode)) {
$valeurs = explode(',', $this->parametres[$parametreCode]);
$valeurs = array_map('trim', $valeurs);
}
return $valeurs;
}
 
public function exister($parametreCode) {
$existe = false;
if (array_key_exists($parametreCode, $this->parametres) && $this->parametres[$parametreCode] != '') {
$existe = true;
}
return $existe;
}
 
public function getPourBdd($parametreCode) {
$valeur = false;
if ($this->exister($parametreCode)) {
$valeur = $this->get($parametreCode);
$valeur = $this->proteger($valeur);
}
return $valeur;
}
 
private function proteger($valeur) {
$valeur = $this->bdd->proteger($valeur);
return $valeur;
}
 
public function getMasquePourBdd($type = '') {
$masque = false;
$parametreMasque = 'masque'.($type != '' ? '.'.$type : $type);
if ($this->exister($parametreMasque)) {
$masque = $this->get($parametreMasque);
$recherche = $this->get('recherche');
if ($recherche == 'etendue') {
$masque = str_replace(' ', '% ', $masque);
$masque .= '%';
}
$masque = $this->proteger($masque);
}
return $masque;
}
 
private function definirValeursParDefaut() {
if ($this->exister('recherche') == false) {
$this->parametres['recherche'] = 'stricte';
}
if ($this->exister('ns.format') == false) {
$this->parametres['ns.format'] = 'txt';
}
if ($this->exister('retour') == false) {
$this->parametres['retour'] = 'application/json';
}
if ($this->exister('retour.format') == false) {
$this->parametres['retour.format'] = 'max';
}
if ($this->exister('retour.langue') == false) {
$this->parametres['retour.langue'] = 'fr';
}
if ($this->exister('version.projet') == false) {
$this->parametres['version.projet'] = '+';
}
if ($this->exister('navigation.depart') == false) {
$this->parametres['navigation.depart'] = (int) 0;
}
if ($this->exister('navigation.limite') == false) {
$this->parametres['navigation.limite'] = (int) 100;
}
}
}
?>
/branches/refact/services/bibliotheque/Projet.php
New file
0,0 → 1,135
<?php
class Projet {
private $ressources = null;
private $paramsVerif = null;
private $ressourcesVerif = null;
private $versionVerif = null;
private $cheminBase = '';
private $cheminConfig = '';
private $cheminBiblio = '';
private $serviceGenerique = '';
 
public function __construct(Ressources $ressources) {
$this->ressources = $ressources;
}
 
public function setCheminBase($chemin) {
$this->cheminBase = $chemin;
}
 
public function setCheminConfig($chemin) {
$this->cheminConfig = $chemin;
}
 
public function setCheminBiblio($chemin) {
$this->cheminBiblio = $chemin;
}
 
public function setParamsVerif($paramsVerificateur) {
$this->paramsVerif = $paramsVerificateur;
}
 
public function setVersionVerif($versionVerificateur) {
$this->versionVerif = $versionVerificateur;
}
 
public function setRessourcesVerif($ressourcesVerificateur) {
$this->ressourcesVerif = $ressourcesVerificateur;
}
 
public function setServiceGenerique($generique) {
$this->serviceGenerique = $generique;
}
 
public function initialiser() {
$this->chargerConfig();
// php5.3 : Enregistrement en première position des autoload de la méthode gérant les classes des services
if (phpversion() < 5.3) {
spl_autoload_register(array($this, 'chargerClasseProjet'));
} else {
spl_autoload_register(array($this, 'chargerClasseProjet'), true , true);
}
}
 
private function chargerConfig() {
$projet = $this->getNom();
$chemin = $this->cheminConfig."config_$projet.ini";
Config::charger($chemin);
}
 
public function getNom() {
return $this->ressources->getProjetNom();
}
 
public function getClasse() {
return $this->ressources->getServiceClasse().ucfirst($this->getNom());
}
 
private function chargerClasseProjet($classe) {
if (class_exists($classe)) {
return null;
}
 
$chemins = array();
$chemins[] = $this->cheminBase.$this->getNom().DS;
$chemins[] = $this->cheminBase.'commun'.DS;
$chemins[] = $this->cheminBiblio;
$chemins[] = $this->cheminBiblio.'generique'.DS;
$chemins[] = $this->cheminBiblio.'interfaces'.DS;
$chemins[] = $this->cheminBiblio.'nom'.DS;
$chemins[] = $this->cheminBiblio.'nom'.DS.'decorateurs'.DS;
$chemins[] = $this->cheminBiblio.'ontologie'.DS;
$chemins[] = $this->cheminBiblio.'ontologie'.DS.'decorateurs'.DS;
 
foreach ($chemins as $chemin) {
$chemin = $chemin.$classe.'.php';
if (file_exists($chemin)) {
require_once $chemin;
}
}
}
 
public function verifier() {
$this->paramsVerif->verifier();
$this->ressourcesVerif->verifier();
$this->versionVerif->verifier();
$this->verifierExistanceServiceClasse();
}
 
private function verifierExistanceServiceClasse() {
$classe = $this->getClasse();
$existe = $this->verifierExistanceClasseDuProjet($classe);
 
if ($existe === false) {
$service = $this->ressources->getServiceNom();
$projet = $this->getNom();
$message = "La classe du service demandé '$service' n'existe pas dans le projet '$projet' !";
$code = RestServeur::HTTP_CODE_RESSOURCE_INTROUVABLE;
throw new Exception($message, $code);
}
}
 
private function verifierExistanceClasseDuProjet($classe) {
$chemins = array();
$chemins[] = $this->cheminBase.$this->getNom().DS.$classe.'.php';
$chemins[] = $this->cheminBase.'commun'.DS.$classe.'.php';
 
$existe = false;
foreach ($chemins as $chemin) {
if (file_exists($chemin)) {
$existe = true;
break;
}
}
return $existe;
}
 
public function consulter() {
$serviceNom = $this->getClasse();
$service = new $serviceNom($this->serviceGenerique);
$retour = $service->consulter();
return $retour;
}
 
}
?>
/branches/refact/services/bibliotheque/RessourcesVerificateur.php
New file
0,0 → 1,51
<?php
class RessourcesVerificateur {
 
private $ressources = null;
private $projetsDispo = array();
private $servicesDispo = array();
 
public function __construct(Ressources $ressources, Array $projetsDispo, Array $servicesDispo) {
$this->ressources = $ressources;
$this->projetsDispo = $projetsDispo;
$this->servicesDispo = $servicesDispo;
}
 
public function verifier() {
$this->verifierPresenceRessources();
$this->verifierPresenceProjet();
$this->verifierPresenceService();
}
 
private function verifierPresenceRessources() {
if ($this->ressources->getNombre() == 0) {
$message = "Aucune ressource n'a été indiquée.\n".
"Veuillez indiquer au moins un code de projet et un type de service.";
$code = RestServeur::HTTP_CODE_MAUVAISE_REQUETE;
throw new Exception($message, $code);
}
}
 
private function verifierPresenceProjet() {
$projet = $this->ressources->getProjetNom();
if (in_array($projet, $this->projetsDispo) === false) {
$message = "La ressource '$projet' n'indique pas un projet existant.\n".
"Les projets existant sont :\n".implode(', ', $this->projetsDispo);
$code = RestServeur::HTTP_CODE_MAUVAISE_REQUETE;
throw new Exception($message, $code);
}
}
 
private function verifierPresenceService() {
$service = $this->ressources->getServiceNom();
if (in_array($service, $this->servicesDispo) === false) {
$message = "La service demandé '$service' n'est pas disponible pour le projet '{$this->ressources->getProjetNom()}' !\n".
"Les services disponibles sont : ".implode(', ', $this->servicesDispo);
$code = RestServeur::HTTP_CODE_RESSOURCE_INTROUVABLE;
throw new Exception($message, $code);
}
}
 
 
}
?>
/branches/refact/services/index.php
New file
0,0 → 1,43
<?php
// Encodage : UTF-8
// Permet d'afficher le temps d'execution du service
$temps_debut = (isset($_GET['chrono']) && $_GET['chrono'] == 1) ? microtime(true) : '';
// +-------------------------------------------------------------------------------------------------------------------+
/**
* Serveur
*
* Description : initialise le chargement et l'exécution des services web.
*
//Auteur original :
* @author auteur <aut@tela-botanica.org>
* @copyright Tela-Botanica 1999-2008
* @licence GPL v3 & CeCILL v2
* @version $Id$
*/
// +-------------------------------------------------------------------------------------------------------------------+
 
// Le fichier autoload.inc.php du Framework de Tela Botanica doit être appelée avant tout autre chose dans l'application.
// Sinon, rien ne sera chargé.
// Chemin du fichier chargeant le framework requis
$framework = dirname(__FILE__).DIRECTORY_SEPARATOR.'framework.php';
if (!file_exists($framework)) {
$e = "Veuillez paramétrer l'emplacement et la version du Framework dans le fichier $framework";
trigger_error($e, E_USER_ERROR);
} else {
// Inclusion du Framework
require_once $framework;
// Ajout d'information concernant cette application
Framework::setCheminAppli(__FILE__);// Obligatoire
Framework::setInfoAppli(Config::get('info'));
// Initialisation et lancement du serveur
$Serveur = new RestServeur();
$Serveur->executer();
// Affiche le temps d'execution du service
if (isset($_GET['chrono']) && $_GET['chrono'] == 1) {
$temps_fin = microtime(true);
echo 'Temps d\'execution : '.round($temps_fin - $temps_debut, 4);
}
}
?>
/branches/refact/services/presentations/images/cartes/france_utm_miniature.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/branches/refact/services/presentations/images/cartes/france_utm_miniature.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/branches/refact/services/presentations/images/cartes/france_utm_600x564.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/refact/services/presentations/images/cartes/france_utm_600x564.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/refact/services/presentations/images/cartes/france_utm_miniature.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
/branches/refact/services/presentations/images/cartes/france_utm_miniature.png
New file
Property changes:
Added: svn:mime-type
+image/png
\ No newline at end of property
/branches/refact/services/presentations/images/cartes/france_01.svg
New file
0,0 → 1,251
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="2000" height="1922.0374" id="svg2" sodipodi:version="0.32" inkscape:version="0.46" version="1.0" sodipodi:docname="France_location_map-Regions_and_departements.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" inkscape:export-filename="D:\Wikipédia\Atelier graphique\Cartes\France géoloc\Terres noir.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" style="display:inline">
<defs id="defs4">
<inkscape:perspective sodipodi:type="inkscape:persp3d" inkscape:vp_x="0 : 961.01868 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_z="2000 : 961.01868 : 1" inkscape:persp3d-origin="1000 : 640.67912 : 1" id="perspective208"/>
<inkscape:perspective id="perspective3034" inkscape:persp3d-origin="1000 : 640.67912 : 1" inkscape:vp_z="2000 : 961.01868 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 961.01868 : 1" sodipodi:type="inkscape:persp3d"/>
<inkscape:perspective id="perspective319" inkscape:persp3d-origin="1000 : 640.67912 : 1" inkscape:vp_z="2000 : 961.01868 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 961.01868 : 1" sodipodi:type="inkscape:persp3d"/>
<inkscape:perspective sodipodi:type="inkscape:persp3d" inkscape:vp_x="0 : 961.01868 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_z="2000 : 961.01868 : 1" inkscape:persp3d-origin="1000 : 640.67912 : 1" id="perspective2786"/>
<inkscape:perspective sodipodi:type="inkscape:persp3d" inkscape:vp_x="0 : 961.01868 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_z="2000 : 961.01868 : 1" inkscape:persp3d-origin="1000 : 640.67912 : 1" id="perspective2684"/>
<inkscape:perspective id="perspective229" inkscape:persp3d-origin="1000 : 640.67912 : 1" inkscape:vp_z="2000 : 961.01868 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 961.01868 : 1" sodipodi:type="inkscape:persp3d"/>
</defs>
<sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="0.375" inkscape:cx="1016.2491" inkscape:cy="980.68103" inkscape:document-units="px" inkscape:current-layer="layer3" showgrid="false" inkscape:window-width="1280" inkscape:window-height="1004" inkscape:window-x="-8" inkscape:window-y="-8" borderlayer="true"/>
<metadata id="metadata7">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title>Location map of France for geo-location purpose</dc:title>
<dc:date>07/2008</dc:date>
<dc:creator>
<cc:Agent>
<dc:title>Eric Gaba (user Sting) for Wikipedia</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>See description page</dc:source>
<dc:description>Equi-rectangular projection, WGS84 datum
Approximate scale: 1:3,000,000
Standard meridian: 2° 06'E
Standard parallel: 46° 15'N
Geographic limits of the map: 51°30'N - 41°N / 5°48'W - 10°E</dc:description>
<cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/"/>
</cc:Work>
<cc:License rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
<cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"/>
<cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"/>
<cc:requires rdf:resource="http://creativecommons.org/ns#Notice"/>
<cc:requires rdf:resource="http://creativecommons.org/ns#Attribution"/>
<cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/>
<cc:requires rdf:resource="http://creativecommons.org/ns#ShareAlike"/>
</cc:License>
</rdf:RDF>
</metadata>
<g inkscape:groupmode="layer" id="layer5" inkscape:label="Fond" style="display:inline" transform="translate(-6.2490173e-2,5.4199219e-2)">
<rect x="0.062490173" y="-1921.9832" width="2000" height="1922.0374" style="fill:#c6ecff;stroke:none;display:inline;fill-opacity:1" id="rect2449" transform="scale(1,-1)"/>
</g>
<g inkscape:groupmode="layer" id="layer12" inkscape:label="France" style="display:inline">
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1997.7431,195.94781 C 1998.5076,195.73874 1999.2692,195.57362 2000.0625,195.54004" id="path5743"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1548.0196,681.00901 C 1549.2173,678.67599 1552.3283,678.36073 1552.9212,675.58538 C 1554.2757,674.64424 1556.2795,672.26742 1557.9342,673.86787 C 1556.7783,675.08756 1554.7908,676.15563 1554.3216,678.32271 C 1553.642,680.36649 1552.2685,681.3213 1550.619,681.38451 C 1549.6547,682.29866 1548.3102,682.85376 1548.0196,681.00901 z" id="path5769"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1541.5955,683.58699 C 1540.1102,681.86504 1545.1155,679.81633 1544.9005,682.35167 C 1544.2301,683.10811 1542.5217,684.65917 1541.5955,683.58699 z" id="path5771"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1515.9363,683.90915 C 1517.0839,681.94488 1519.6477,683.90141 1521.0607,681.922 C 1521.545,680.5963 1524.3991,677.56693 1524.2062,680.76652 C 1524.6089,683.80478 1521.4095,686.96898 1518.5798,686.80568 C 1518.7949,684.0509 1513.9455,687.03747 1515.9363,683.90915 z" id="path5773"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1345.3451,621.29619 C 1346.5106,619.28664 1349.4085,621.72617 1351.2052,621.83598 C 1351.5344,623.13402 1347.2177,621.90693 1345.7907,621.99385 C 1345.7146,621.72634 1345.2285,621.65654 1345.3451,621.29619 z" id="path5775"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1124.4381,720.31694 C 1123.149,717.72975 1123.8642,714.36718 1124.271,711.65947 C 1126.0916,708.32885 1126.064,712.86155 1125.8492,714.46381 C 1125.5091,716.9952 1126.8344,719.55886 1125.7007,721.98176 C 1125.1114,721.5819 1124.8567,720.8732 1124.4381,720.31694 z" id="path5777"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 586.33705,213.23821 C 583.78963,211.21073 586.56389,209.54081 588.49247,211.3286 C 589.61038,213.44515 587.98104,214.60985 586.33705,213.23821 z" id="path5779"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 578.72479,170.1183 C 578.30297,165.75203 577.43918,160.92285 573.86019,158.03653 C 572.60946,156.19852 572.23873,153.74549 569.88693,152.93457 C 568.08829,150.76156 565.05823,150.04742 563.64859,147.4036 C 561.40576,146.50147 559.57917,144.62099 559.97239,141.98013 C 560.42237,139.58965 561.91029,136.73198 559.87954,134.44999 C 558.65564,132.37427 556.18181,130.46317 556.81605,127.80338 C 559.2981,127.87351 562.62291,128.51339 563.61147,131.07903 C 566.84992,132.83833 569.34675,135.73305 572.3378,137.68382 C 574.18312,137.39376 576.27658,135.65008 576.8664,138.72851 C 578.26492,139.93173 579.89139,141.69615 578.16769,143.48362 C 577.50522,145.57744 581.35346,147.01657 578.98641,148.98463 C 579.34744,151.19072 582.50689,151.55585 583.77493,153.36406 C 586.10502,154.7971 586.79135,157.94137 585.03746,160.13035 C 584.43311,163.28122 585.25877,167.6009 582.51238,169.79596 C 581.43509,171.02948 579.61909,174.1675 578.92507,170.62928 L 578.91047,170.33296 L 578.72479,170.1183 z" id="path5781"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 587.45112,133.81784 C 587.41601,131.49568 591.18692,130.38514 591.46149,133.11951 C 589.54484,132.66944 587.5438,137.1195 587.52184,134.28092 L 587.48821,134.08667 L 587.45112,133.81784 z" id="path5783"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 569.73846,108.36449 C 565.97844,107.3142 562.74733,104.99155 559.1925,103.47786 C 557.41329,102.05453 555.41889,100.7471 553.43679,99.772539 C 550.85737,100.05009 548.35229,99.058574 545.88772,100.0947 C 543.24249,100.04334 539.51724,98.256701 539.62327,95.208232 C 538.60183,94.043861 536.1546,91.081159 539.37351,91.209894 C 541.73689,92.553538 543.03691,89.930287 545.34173,90.053425 C 547.94719,89.131706 548.91323,92.424474 548.22156,94.229554 C 546.87567,94.042379 544.28277,91.990202 543.22517,93.490566 C 543.54738,95.954133 546.76358,96.49146 548.59627,96.940713 C 551.69485,97.898978 550.36436,92.934309 553.39973,94.509741 C 557.16994,93.304708 554.44617,95.284945 553.85869,96.693121 C 557.01134,99.481652 561.63372,96.631718 564.98545,98.752707 C 566.4929,101.41284 570.89039,98.893623 571.66936,102.29652 C 572.04461,104.83384 576.62952,105.38533 575.15997,108.14965 C 573.52965,108.89276 571.47463,108.47149 569.73846,108.36449 z" id="path5785"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 434.23848,8.6458964 C 432.95639,7.17253 430.87722,4.107434 433.79289,3.1684304 C 435.91589,1.2178249 438.99309,3.3335462 440.73684,4.8332521 C 443.10965,5.0031419 443.89048,7.5414477 446.12109,8.1090642 C 448.58253,11.052834 444.74325,9.5582313 443.12676,9.5445676 C 440.97191,10.792402 439.6962,8.0341612 437.50621,8.9140655 C 436.204,8.1628956 435.42598,10.241412 434.23848,8.6458964 z" id="path5787"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 461.04888,-30.017708 C 459.10115,-33.590004 458.10745,-39.481329 453.02794,-39.629489 C 451.01046,-39.819134 447.83913,-38.465283 447.46947,-41.515234 C 446.85875,-44.897063 446.406,-48.551011 443.93021,-51.174756 C 445.37056,-51.356498 448.02344,-51.019023 449.98299,-51.873247 C 453.01899,-51.650348 457.71078,-49.890705 456.47928,-45.994597 C 455.30747,-44.033127 455.55623,-41.565938 458.26377,-41.294312 C 460.23314,-38.778394 464.28665,-37.747038 463.90805,-33.910688 C 463.84556,-32.428432 464.00394,-27.660815 461.64289,-29.266045 C 461.41361,-29.486308 461.47894,-29.991862 461.04888,-30.017708 z" id="path5789"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 643.8197,283.15431 C 642.92885,279.48835 646.87007,280.39524 644.65524,283.38066 C 644.60811,283.74069 643.68442,283.53689 643.8197,283.15431 z" id="path5791"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 496.77123,-95.046505 C 497.97487,-93.751424 500.30434,-92.828224 500.37314,-90.911695 C 498.26837,-92.163152 496.23392,-93.571328 495.21162,-95.852329 C 493.54654,-97.214576 496.82725,-95.753885 496.77123,-95.046505 z" id="path5793"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 370.59165,-109.59958 C 374.38665,-110.15123 371.67446,-107.33652 369.54316,-108.50995 C 368.58158,-109.39841 369.89805,-109.57505 370.59165,-109.59958 z" id="path5795"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 357.11226,-119.26536 C 358.86036,-117.29105 362.09423,-119.66687 360.41707,-117.11754 C 359.00452,-117.03292 354.37494,-118.39417 356.74089,-119.74819 L 357.01929,-119.38619 L 357.11226,-119.26536 z" id="path5797"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 324.65762,-116.79471 C 326.80722,-115.85751 328.35812,-115.24727 330.35635,-114.0475 C 331.96751,-113.06981 335.53108,-113.95136 335.24065,-111.04907 C 336.08664,-108.75853 337.00451,-107.5069 339.30586,-106.85204 C 340.49479,-103.76866 344.05826,-105.24878 346.49202,-104.65895 C 347.09944,-102.39276 344.41444,-101.15283 344.15266,-98.966647 C 342.00214,-97.953893 339.89407,-102.25299 337.84,-99.718969 C 335.94731,-99.967054 333.97881,-102.35176 332.16023,-101.0613 C 330.21584,-101.91272 327.80807,-100.01792 326.25428,-102.13496 C 323.88597,-103.37835 324.75963,-105.22442 324.21364,-107.33207 C 322.78832,-109.09945 322.93371,-111.14834 321.53833,-112.87457 C 322.0909,-114.61446 322.36771,-116.55305 323.42336,-117.78919 C 323.94668,-117.61897 323.96874,-116.8841 324.65762,-116.79471 z" id="path5799"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 375.64188,-155.61915 C 379.27002,-153.60665 373.62774,-155.31756 373.9709,-152.50417 C 374.60359,-149.46624 372.21295,-149.67844 373.41382,-152.93434 C 372.83051,-154.39387 375.9377,-158.79224 375.30761,-155.78048 L 375.64188,-155.61915 z" id="path5801"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 381.43467,-156.31682 C 383.65735,-153.48565 382.34151,-155.16775 380.30559,-154.19682 C 379.12752,-151.31363 378.4595,-156.91654 380.58061,-155.99531 C 380.43488,-157.5607 380.71217,-157.31673 381.43467,-156.31682 z" id="path5803"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 337.32012,-176.02454 C 340.49224,-174.61274 333.1623,-172.72897 336.1114,-174.49322 C 337.03006,-174.9033 335.96588,-178.40052 337.32012,-176.02454 z" id="path5805"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 292.35153,-165.55293 C 294.9548,-166.29505 296.72033,-163.01759 299.44394,-163.94211 C 301.88779,-163.89025 302.10578,-158.85595 299.49203,-160.91389 C 297.1787,-161.02715 294.63459,-160.17721 292.76002,-162.17061 C 291.26386,-163.06022 288.06714,-166.41456 292.35153,-165.55293 z" id="path5807"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 106.72124,-302.91529 C 107.3815,-299.89596 103.60109,-302.67314 106.72124,-302.91529 z" id="path5809"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 95.135724,-316.50039 C 95.76886,-313.62263 97.616248,-315.0476 94.793722,-312.98554 C 93.673831,-311.48386 91.008092,-312.65104 89.825612,-310.43325 C 85.461468,-309.17966 91.388352,-311.70611 89.335171,-313.0374 C 87.970718,-313.77771 83.373304,-310.73335 84.738251,-313.44007 C 86.792486,-314.44163 87.91529,-316.41775 90.308317,-316.17889 C 92.315107,-316.53084 93.222438,-318.40688 95.135724,-316.50039 z" id="path5811"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 226.58811,-367.08493 C 228.4235,-366.72984 230.69693,-363.54292 227.35595,-365.38455 C 224.41747,-365.10716 222.36523,-366.31417 226.58811,-367.08493 z" id="path5813"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 281.61991,-377.7712 C 286.02565,-377.56295 278.75407,-374.68799 281.488,-377.52854 L 281.61991,-377.61053 L 281.61991,-377.7712 z" id="path5815"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 356.22103,-387.32964 C 355.26581,-386.39344 355.39323,-381.773 353.41753,-383.20636 C 353.58851,-385.32669 352.22866,-386.76285 354.72485,-387.28848 C 355.26228,-387.92607 355.60481,-387.60868 356.22103,-387.32964 z" id="path5817"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 428.82032,-102.07964 C 430.45846,-100.06665 431.80288,-99.383305 427.89376,-99.341162 C 425.05939,-97.911749 424.99348,-99.914211 427.48364,-100.89766 C 427.41144,-101.96523 428.62902,-104.85419 428.82032,-102.07964 z" id="path5833"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1943.7882,842.58924 C 1943.1393,839.94425 1940.8229,842.33769 1940.6893,844.01075 C 1938.805,844.57804 1937.0134,847.44739 1940.2604,847.04621 C 1942.5993,847.11733 1943.4546,844.30657 1943.7956,842.66381 C 1944.324,846.79203 1942.9991,850.82132 1940.149,853.8125 C 1938.4333,855.80575 1937.3445,858.30174 1936.0294,860.43985 C 1936.485,859.14444 1933.7417,856.64696 1932.4996,858.26948 C 1934.7252,861.45574 1932.4546,857.89842 1931.0759,859.98484 C 1930.1452,862.67657 1935.2063,863.66249 1935.8255,860.85782 C 1935.9841,861.0106 1933.8239,863.63747 1933.1144,864.72645 C 1930.4886,869.5711 1926.4195,873.77571 1925.3326,879.31919 C 1926.5418,875.90247 1921.9421,877.95859 1924.0332,880.28568 C 1927.587,883.48907 1923.71,888.04465 1923.7731,891.88445 C 1922.9442,896.33188 1926.4862,901.2628 1923.4017,905.25555 C 1923.6612,907.56074 1922.4338,910.12111 1924.2558,911.91434 C 1923.9905,915.93539 1923.9419,920.07003 1923.9588,924.37226 C 1922.9057,925.63261 1920.5839,926.22377 1920.0771,928.15825 C 1921.4057,929.54733 1921.2872,929.72593 1921.8213,932.12217 C 1921.1082,933.5687 1920.152,936.43116 1918.1288,934.9512 C 1914.8956,935.22036 1919.4254,939.41641 1916.5646,939.06297 C 1914.8007,938.07128 1912.8069,938.52202 1911.0734,937.58252 C 1911.8766,939.92361 1909.0847,940.49501 1908.5423,942.48084 C 1907.323,945.13225 1911.7713,945.99388 1912.2617,943.38166 C 1913.3604,940.50686 1915.6002,943.2381 1917.0489,943.42989 C 1920.2194,943.07365 1916.992,946.46931 1917.2006,947.99996 C 1916.6862,950.34335 1913.2713,949.62446 1912.1875,951.75927 C 1910.3454,953.01682 1910.1912,956.92148 1907.3132,955.87465 C 1907.0827,956.70879 1909.3945,958.90567 1907.026,960.35122 C 1909.4277,960.72787 1908.916,963.12674 1908.194,965.32889 C 1906.1018,966.57639 1908.7487,967.28806 1905.6149,967.86851 C 1904.3523,969.61614 1902.4925,971.09444 1900.2676,971.19815 C 1900.5131,972.60468 1903.3748,974.55101 1901.3058,976.53767 C 1898.5487,978.1857 1902.5296,979.01737 1902.904,976.4603 C 1903.9131,974.39759 1906.725,973.53118 1905.2914,976.77473 C 1903.5722,979.39666 1902.7125,982.55757 1901.233,985.21358 C 1899.1566,985.51072 1895.4864,986.60727 1895.1803,983.49476 C 1894.3666,981.33887 1891.0628,981.90665 1889.9446,979.73594 C 1888.2821,978.53766 1885.1125,982.22947 1885.5031,978.58145 C 1886.212,976.68139 1887.3195,975.54204 1887.6794,973.56081 C 1890.5554,971.78109 1886.6764,971.20244 1885.5478,970.20549 C 1883.7415,971.50057 1881.2532,970.60716 1882.1837,967.92251 C 1883.799,966.47713 1883.723,963.31309 1881.4429,965.74423 C 1881.2481,967.3009 1877.4281,969.19174 1878.0247,966.68718 C 1877.346,965.36214 1875.0857,967.2413 1874.4175,965.05726 C 1872.6765,963.30025 1871.2409,965.40841 1869.781,964.37804 C 1868.3748,962.80557 1866.9295,961.84632 1865.0501,962.5802 C 1862.4879,963.07555 1863.6967,959.58309 1861.3889,959.27656 C 1857.9228,960.42629 1859.3279,958.14199 1857.5589,956.78748 C 1856.0843,957.26061 1852.2216,958.10166 1854.1108,955.35659 C 1855.7698,953.87252 1852.2303,951.9853 1850.8431,952.99393 C 1849.9076,951.17815 1847.7555,951.1849 1846.7505,949.69326 C 1847.6206,947.98531 1848.6964,946.31555 1846.6469,944.93915 C 1843.9926,944.36362 1848.7549,942.55591 1846.4985,940.69683 C 1847.4153,939.14297 1846.7055,936.46687 1848.8185,935.59241 C 1850.0273,937.07137 1851.8114,936.36267 1853.2567,934.9512 C 1854.8001,933.54862 1858.3644,935.21443 1858.1582,932.05155 C 1857.2948,928.89987 1860.4686,928.9769 1862.4935,928.55367 C 1864.4992,927.37612 1863.2708,924.2567 1860.9803,925.33877 C 1858.7,925.85946 1857.3797,923.57533 1854.8805,924.44849 C 1852.2829,924.18887 1850.7215,920.65148 1847.7608,922.27844 C 1846.9764,924.73312 1845.0073,921.58374 1844.976,920.34479 C 1846.6613,918.71026 1846.0401,915.57553 1843.305,917.06981 C 1840.699,917.64072 1838.4406,919.32661 1835.8411,919.86129 C 1835.7357,917.88764 1835.2723,915.78328 1832.1966,916.29887 C 1828.6854,916.9646 1830.8077,912.82091 1833.0189,914.70649 C 1835.6484,914.70928 1837.8231,911.88339 1838.6711,909.63366 C 1839.1686,908.02712 1835.2792,905.90729 1837.4006,905.25555 C 1839.8006,907.06392 1841.0749,902.79675 1843.5649,903.96754 C 1844.0731,902.68382 1847.4386,901.15333 1845.8315,899.8329 C 1844.8765,898.52201 1841.5578,898.18898 1842.4508,897.25458 C 1843.9735,896.84205 1848.0143,897.31286 1846.5349,894.40646 C 1845.0275,892.95252 1845.2663,890.62164 1847.5011,890.1123 C 1849.9676,887.73812 1847.105,884.76324 1845.7557,882.64834 C 1844.0582,882.26131 1841.7693,880.96772 1840.4102,882.08139 C 1840.0769,884.87518 1836.7528,885.86851 1834.2443,885.65516 C 1831.7626,886.70249 1829.1462,885.00408 1826.7805,886.03149 C 1824.8278,888.17173 1824.5001,887.90374 1824.144,885.06548 C 1824.4775,883.36609 1827.0984,880.35367 1824.0698,879.80219 C 1823.719,878.34249 1820.7023,876.92395 1821.8569,875.15821 C 1824.0974,874.23995 1826.3723,875.14027 1828.6744,874.91555 C 1829.2761,873.60598 1832.8061,872.06974 1830.7302,870.74124 C 1828.5903,869.72865 1830.9208,866.60758 1832.1277,865.41127 C 1833.456,863.72011 1836.2696,864.95461 1837.7349,863.10195 C 1838.5775,861.01883 1842.1509,862.55771 1841.0515,859.39055 C 1840.4779,857.18955 1837.0568,858.56267 1837.9205,855.31533 C 1835.4844,853.99507 1836.7452,850.25979 1834.5414,848.9792 C 1833.1276,849.30071 1830.2819,851.63274 1829.7627,849.18794 C 1829.7345,846.92225 1827.2708,846.96916 1825.7779,846.34855 C 1824.9136,843.60347 1821.6571,846.28632 1820.9397,845.30155 C 1822.4578,843.70076 1821.6033,840.46068 1819.0568,841.94491 C 1816.8855,842.24386 1821.025,840.19349 1821.5817,839.15209 C 1821.9416,837.22108 1816.104,839.31985 1819.1652,836.67684 C 1821.5548,837.18519 1820.6898,832.31189 1819.2424,832.0103 C 1817.9798,831.8954 1820.7432,828.01854 1817.9689,827.76816 C 1814.474,828.26795 1815.9848,824.85567 1818.7596,825.9425 C 1821.3663,825.3441 1823.2668,821.74958 1826.1604,823.25703 C 1828.5464,823.02145 1830.4007,820.45401 1833.0883,820.72136 C 1835.6794,819.19514 1832.0155,817.97167 1831.7935,816.33006 C 1831.1075,813.61808 1827.7182,815.49428 1827.3151,813.29657 C 1827.1096,810.01154 1823.65,814.38242 1822.9186,811.76575 C 1821.4494,808.98347 1827.0121,810.27674 1826.8549,807.57744 C 1824.9145,806.72074 1824.4889,804.02556 1821.7245,805.01477 C 1819.5064,804.94414 1818.8658,808.12974 1817.0515,808.27577 C 1817.015,805.78026 1817.5492,803.06894 1816.049,800.86531 C 1815.8829,798.06015 1819.3729,802.84966 1819.7027,799.12048 C 1820.8215,797.629 1824.9953,799.52924 1823.8469,796.67634 C 1823.4127,795.05267 1823.624,792.38118 1826.0807,792.31172 C 1827.8684,792.48803 1831.1386,794.23071 1830.531,790.76937 C 1829.3686,788.26466 1830.6583,788.14711 1831.1886,785.7303 C 1832.7697,784.66239 1833.1479,781.23217 1830.3824,782.39292 C 1827.9626,781.81477 1831.701,779.07431 1831.0137,777.31779 C 1830.125,774.64202 1833.4604,775.51172 1834.2017,773.86007 C 1835.6852,773.07071 1838.3269,774.24775 1836.6209,771.22299 C 1837.8978,769.34564 1838.2875,766.45422 1836.6121,764.848 C 1838.1945,761.11388 1837.656,766.94067 1839.6689,765.38665 C 1842.858,763.61433 1841.9834,767.47702 1844.4932,767.08884 C 1846.4003,766.44961 1849.3322,765.31257 1848.5036,762.71203 C 1849.5146,761.3213 1848.8379,757.51525 1851.5887,759.01726 C 1853.2155,758.36569 1854.4501,756.25753 1856.673,757.47639 C 1858.3184,756.56225 1858.3288,753.2094 1861.024,754.21228 C 1862.4158,754.08238 1864.8043,751.83908 1865.5712,752.73331 C 1867.9019,753.81833 1870.6517,752.62614 1872.8632,751.99893 C 1874.3925,751.29765 1876.4041,752.44127 1877.0675,749.65126 C 1878.9063,749.39461 1882.2332,748.46762 1880.5498,745.98513 C 1879.9892,743.24533 1882.0532,742.76315 1883.1119,740.82966 C 1883.9043,738.52149 1886.4557,738.24279 1887.7165,736.26601 C 1889.1907,734.37697 1891.0174,737.37671 1892.2469,735.03069 C 1894.9274,734.81076 1897.6721,737.2516 1900.1191,735.45953 C 1901.8529,736.11259 1903.5491,737.6225 1905.667,737.58019 C 1905.1398,740.21891 1907.7716,740.26962 1908.3998,742.33315 C 1908.7789,743.70133 1910.111,747.87795 1911.0516,744.52509 C 1912.5879,742.99724 1915.0205,741.34657 1913.9699,738.73534 C 1914.0986,736.77618 1917.2195,736.17925 1916.874,733.71635 C 1917.0443,730.89078 1915.4217,728.21748 1916.3464,725.36491 C 1916.7952,721.69466 1913.6564,719.25563 1912.4846,716.18147 C 1913.4313,714.26116 1914.2423,712.08058 1915.6664,710.68162 C 1915.3451,708.3751 1912.6652,705.35034 1915.4925,703.56271 C 1915.9124,701.86661 1919.9072,701.27446 1918.4825,699.58577 C 1917.5346,697.94597 1919.8738,695.7425 1917.2376,694.81009 C 1918.0256,691.92345 1915.7497,688.83382 1917.1261,686.05697 C 1918.8989,685.44459 1921.1855,684.23412 1923.0017,685.0755 C 1924.7355,686.66904 1927.3558,682.38294 1928.1548,685.73481 C 1929.3841,687.02759 1932.3942,687.62648 1931.6674,689.93283 C 1930.9264,692.26882 1930.2854,695.03595 1932.4996,696.84992 C 1931.7586,698.69451 1932.9451,700.71096 1932.5867,703.05172 C 1932.5775,705.04135 1934.6,707.01912 1932.9079,708.82485 C 1935.5627,711.33452 1933.7722,715.37911 1935.1731,718.38396 C 1936.5906,722.71466 1933.2621,726.24795 1932.4326,730.21961 C 1931.7618,734.58686 1930.9726,738.9291 1930.2936,743.25504 C 1929.4856,746.15074 1931.6436,749.41915 1929.3431,751.99893 C 1929.8858,753.73718 1931.7954,754.95456 1932.0245,757.12526 C 1930.9987,759.35144 1933.63,760.39581 1933.4649,762.6852 C 1934.1985,764.42426 1936.4392,765.27767 1938.0325,766.06835 C 1938.4139,762.85904 1936.8443,759.33481 1934.5791,757.04624 C 1933.3938,759.09282 1934.3444,759.66307 1933.9477,756.24173 C 1933.1394,755.13168 1931.3382,751.96008 1931.6455,751.83809 C 1934.0444,755.67247 1936.9421,759.23637 1938.7379,763.43686 C 1940.8416,767.23732 1941.8811,771.82369 1940.186,776.00229 C 1939.3356,780.14698 1942.5014,783.82644 1941.8943,788.05838 C 1942.7214,791.38901 1941.5192,794.66038 1940.6433,797.88121 C 1940.9369,803.10549 1942.028,808.31659 1943.8767,813.23484 C 1943.6822,816.48003 1945.263,819.61674 1944.048,822.82818 C 1943.3066,826.58469 1943.7345,830.34679 1944.3822,834.05079 C 1943.9308,836.89694 1943.5927,839.70539 1943.7882,842.58924 z" id="path5845"/>
<path style="fill:#fefee4;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1055.9062,74.84375 C 1049.038,77.912451 1042.6365,80.899997 1035.75,82 C 1033.2811,81.15451 1031.0385,82.536079 1029.0312,81 C 1023.8496,82.39384 1018.8456,84.71792 1013.4062,85.09375 C 1010.3383,86.40546 1007.4522,88.129038 1004.0938,88.75 C 1000.3699,90.77452 996.10608,89.242449 992.21875,90.3125 C 988.11237,90.62034 984.19053,91.989079 980.125,92.4375 C 977.7978,92.46187 975.32931,93.747191 973.21875,95.03125 C 969.22173,94.75913 966.01389,97.44818 962.28125,98.1875 C 958.51013,99.28239 954.47841,100.77141 951.78125,103.84375 C 947.15087,106.57153 945.29836,112.93598 939.5625,113.90625 C 937.65527,114.60376 934.2189,113.9006 933.6875,116.34375 C 934.93656,122.28332 938.20067,128.22633 936.625,134.4375 C 936.51529,139.48514 931.57262,142.92579 932.125,148.0625 C 932.82533,154.36587 934.17796,160.60381 933.8125,166.96875 C 933.26553,169.73654 935.13749,171.54283 936.84375,173.3125 C 939.27237,176.75771 934.88579,174.19374 934.03125,176.21875 C 933.32118,183.12728 933.7466,190.1718 932.375,197 C 931.17952,199.20856 931.00257,202.09762 933.5,203.46875 C 935.34875,204.30141 938.24104,205.1598 937.625,207.0625 C 935.23762,205.976 933.36167,207.9757 931.0625,208.125 C 929.31769,212.20994 929.81049,216.86067 928.46875,221.09375 C 928.34073,223.2261 929.65444,226.33259 931.90625,226.6875 C 934.96906,224.83946 933.98803,229.90429 936.25,228.78125 C 937.54223,230.99097 938.876,234.0897 941.5,234.75 C 944.76738,234.35277 945.80385,236.38618 942.75,236.9375 C 943.56128,238.72003 947.75225,239.92841 943.90625,240.875 C 940.64111,239.84726 937.61264,238.15505 934.5625,236.5625 C 932.5905,235.50529 931.61838,233.38192 929.0625,235.03125 C 924.15318,236.48832 922.04534,241.66984 920.6875,246.125 C 920.12652,251.54089 916.89821,256.26397 912.59375,259.40625 C 907.81764,262.661 902.85461,265.75684 898.875,270.03125 C 895.18461,273.08368 892.18717,276.75975 888.0625,279.25 C 882.20914,281.93581 875.92432,283.85399 870.65625,287.65625 C 866.97958,288.60414 863.07247,289.41046 859.21875,289.125 C 855.67391,288.23982 853.1068,291.03456 850.0625,292.09375 C 846.16427,293.76433 841.8863,293.91199 837.9375,295.21875 C 833.52539,298.36583 827.9147,297.84153 822.84375,297.375 C 819.23292,298.18872 815.56776,298.86639 812.1875,300.375 C 807.75898,301.32075 803.92568,303.78468 800.53125,306.71875 C 797.84381,307.09244 796.38489,309.56768 794,310.40625 C 789.60347,312.9281 784.67292,314.04384 780.59375,317.0625 C 779.07917,319.65628 776.45126,320.90809 773.5625,321.25 C 770.01928,321.12242 767.67526,323.93188 764.59375,325.0625 C 761.98875,324.85903 760.18363,326.65706 758.375,328.125 C 756.97718,330.01881 755.0708,331.72383 754.90625,334.3125 C 754.24781,341.30844 750.47189,347.3001 747.28125,353.375 C 745.95734,356.7234 742.33777,360.19597 744.0625,363.9375 C 746.74532,365.09759 747.25132,368.36513 750.125,369.28125 C 751.37061,371.01769 755.89033,369.10351 754.53125,371.78125 C 757.95533,372.88438 757.25826,371.78289 758.65625,370.5 C 760.61889,371.42485 762.55458,371.93552 764.28125,373.40625 C 768.14936,374.11281 772.16169,374.62685 776.09375,374.59375 C 783.52691,374.85056 790.18564,371.12588 796.75,368.3125 C 792.94591,373.03847 787.36846,375.69901 781.53125,377 C 776.87204,377.63675 772.2036,378.78208 767.5,378.78125 C 765.42285,380.05971 762.58079,377.99793 761.5,380.125 C 757.8234,381.69796 753.33174,381.64316 750.28125,384.5 C 747.33664,386.41374 746.17986,389.97706 743.6875,392.25 C 738.20736,394.71949 733.32458,398.47828 727.65625,400.5 C 722.56942,403.22894 716.69638,403.21992 711.15625,404.125 C 709.2435,404.55203 706.01653,404.80061 706.59375,407.21875 C 704.99097,407.38683 705.10116,405.74255 703.5,404.34375 C 699.1348,403.48936 695.17621,401.52009 691.1875,399.65625 C 686.97734,398.59411 683.60387,394.30431 678.96875,395.1875 C 673.10723,396.76556 667.59779,391.14839 661.9375,394.03125 C 658.43553,395.71566 654.83908,394.0895 651.34375,393.5 C 643.57754,394.03485 636.00513,391.99166 628.34375,391.21875 C 624.38663,390.26362 619.90432,389.1271 617.53125,385.53125 C 613.4481,385.15855 609.21081,384.5331 605.1875,385.59375 C 602.53413,386.95205 599.45617,384.2387 597.21875,386.375 C 595.97596,388.13052 592.58208,389.51228 593.4375,391.96875 C 595.70959,394.20646 592.02186,395.95846 590.0625,395.15625 C 588.78878,393.99485 590.6427,389.68446 587.53125,391.96875 C 585.8054,393.58237 582.65207,392.77974 585.09375,390.625 C 586.45048,388.96494 584.91949,386.14537 586.59375,384.34375 C 586.85438,381.49086 583.98995,379.38156 582.4375,377.21875 C 578.4151,373.95841 575.76137,369.49102 573.28125,365.0625 C 570.59875,361.25793 567.51447,356.41184 569.71875,351.65625 C 570.62081,348.92155 574.76379,351.68087 574.78125,349.375 C 574.65301,347.33187 575.28263,343.58261 577.8125,345.90625 C 580.21669,344.64837 577.61627,341.50904 577.5625,339.5 C 578.19576,335.9812 572.24937,334.05815 574.90625,330.5 C 572.55393,330.48239 570.12038,330.64481 567.875,329.65625 C 564.79762,329.47122 561.78707,328.1384 558.71875,328.40625 C 555.15708,327.96275 551.97667,330.24027 548.5,329.90625 C 547.67427,332.06559 546.73092,334.33735 544.65625,335.59375 C 541.49802,338.76042 536.95921,336.48126 533.21875,337.21875 C 532.12637,339.09693 528.49965,339.5535 529,336.5625 C 526.84284,336.46768 523.4634,338.41048 522.28125,335.71875 C 522.34113,332.74962 518.39301,335.49276 517.0625,333.125 C 514.30084,333.78447 511.84133,332.50655 509.125,332.34375 C 507.4818,330.46048 504.20666,332.89031 503.5,330.125 C 503.15428,327.04772 499.45999,326.00894 497.25,327.9375 C 494.97734,328.984 494.64824,325.37665 492.375,325.1875 C 490.51955,323.51823 487.0259,324.84767 488.125,327.625 C 489.12679,329.85415 488.37392,331.83608 487.90625,333.96875 C 490.46174,335.35009 493.63061,335.35686 496.34375,336.5 C 500.67095,337.78734 500.32223,343.13065 501.1875,346.71875 C 502.42215,350.60251 500.38184,354.31226 497.90625,357.125 C 495.09917,358.10894 494.97542,361.80192 497.375,363.3125 C 500.66382,364.24509 501.248,367.88272 500.65625,370.8125 C 502.84114,373.09958 504.4245,376.04916 504.125,379.375 C 503.51423,382.50314 504.50259,385.4815 504.78125,388.5 C 506.53173,391.02892 508.88669,386.37484 509.875,388.375 C 507.88831,390.48166 512.40428,390.63238 513.09375,392.3125 C 514.60595,393.62635 514.9557,397.67197 517.53125,396.65625 C 517.97817,394.81264 517.98218,391.0227 519.625,394.65625 C 520.98862,397.03915 521.25996,398.53568 518,398 C 518.03482,399.99209 519.86079,401.24591 520.6875,402.875 C 521.49632,404.5981 525.89476,404.81663 522.78125,406.625 C 524.59234,408.80937 525.08297,411.61308 525.9375,414.25 C 526.31083,415.42177 528.16647,420.04678 528.625,417.03125 C 528.58987,413.99085 532.33061,414.75175 534.1875,415.1875 C 534.97375,416.40191 540.1363,417.54087 536.6875,417.8125 C 534.90685,416.19674 532.57274,417.74557 530.53125,417.53125 C 529.98995,420.24273 531.04752,422.75848 531.40625,425.375 C 531.62919,427.19391 531.48278,430.63355 533.0625,431.1875 C 534.29846,428.47897 536.64449,434.36848 533.375,433.5625 C 530.43054,432.55337 531.59871,436.94612 530.5625,438.53125 C 529.71631,440.79926 530.78852,443.21471 533.21875,443.6875 C 531.74092,445.42739 531.40838,447.53137 531.90625,449.78125 C 532.60969,451.8792 532.27924,455.16605 534.1875,456.34375 C 535.16592,454.48763 535.70736,451.35537 538.375,450.875 C 540.08861,450.43233 543.89079,451.49479 543.125,453.625 C 541.82128,452.00694 538.86274,451.0912 537.4375,453.1875 C 536.9239,455.55739 537.80438,457.68918 536.9375,460.03125 C 537.15606,462.25545 535.49585,465.42205 537.1875,467.0625 C 540.61046,465.91805 538.16236,470.98076 538.0625,471.53125 C 537.42783,467.62543 535.88471,472.43222 536.15625,474.09375 C 535.19177,477.8361 535.85977,482.4279 533.0625,485.40625 C 529.72909,487.54815 532.01355,486.2332 534.375,487.34375 C 536.34173,491.67989 536.74846,496.66578 536.375,501.40625 C 535.46064,504.04431 537.75974,505.59488 539.90625,506.34375 C 543.60798,507.8084 542.19722,512.78727 545.03125,514.84375 C 547.24464,515.32099 549.59107,515.91216 551.25,517.59375 C 551.26597,521.4069 553.3801,517.61965 555.28125,517.53125 C 556.56502,518.81613 557.38342,520.57956 560.15625,520.65625 C 562.43554,520.37705 563.52423,525.35574 560.90625,522.84375 C 558.45986,522.75485 555.92577,522.04629 553.5,522.65625 C 551.65246,523.77979 549.26882,523.32678 548,525 C 545.8251,524.21937 543.60055,525.4953 542.0625,524.3125 C 538.74068,524.32765 534.93473,522.20419 531.9375,524.28125 C 528.6282,529.00886 522.32777,528.06494 517.3125,528.65625 C 515.29724,529.71378 511.11408,527.04424 510.9375,529.8125 C 508.92276,529.18381 506.65458,528.52221 504.375,528.875 C 500.57247,529.1565 499.44256,525.24304 498.03125,522.59375 C 497.15331,521.01124 498.15054,517.78628 499.6875,516.9375 C 502.19883,516.15209 501.32025,513.62188 500.34375,511.96875 C 500.61349,509.37282 497.56211,513.19862 495.90625,512.875 C 494.13467,514.12876 491.93051,513.16578 490.03125,512.625 C 486.30729,513.03212 490.25974,514.94817 487.34375,514.96875 C 486.00569,514.30878 481.05956,514.14255 482.84375,516.5625 C 483.13162,519.79683 479.27846,519.77487 477.1875,520.8125 C 478.05691,522.92559 477.6968,523.77847 478.8125,525.78125 C 479.98423,527.44607 479.65593,529.70317 481.15625,530.90625 C 481.6059,532.91711 485.13816,530.44242 485.625,533.34375 C 488.08738,535.54574 485.5838,536.29281 483.96875,534.0625 C 482.13489,534.39421 484.57524,537.71768 484.53125,539.09375 C 488.59547,538.09747 483.5835,543.17788 487.46875,542.34375 C 490.28477,544.01664 485.42965,544.41367 485,545.875 C 482.85456,548.69135 483.18573,543.94239 484.46875,542.71875 C 483.42773,541.17295 482.17427,539.88118 481.21875,538.15625 C 478.68303,536.66954 482.56805,533.8582 479.375,533.53125 C 478.33698,531.8842 477.71172,529.76106 477.46875,527.90625 C 478.85434,524.53562 473.36786,526.58766 474.9375,523.125 C 472.75682,521.98022 470.20381,524.43797 468.03125,522.84375 C 466.93053,522.96475 464.4619,524.04636 462.75,524.625 C 461.44801,525.77076 464.39707,527.87837 465.03125,529.21875 C 463.51216,528.53738 461.98182,525.85977 460.8125,528.90625 C 457.90768,530.74557 461.88964,532.26364 460.15625,533.75 C 457.78247,536.32238 456.88963,532.18589 457.46875,530.3125 C 455.91772,526.60933 456.81617,532.35136 455.90625,533.59375 C 453.72878,536.86462 454.89895,532.51832 453.125,531.3125 C 454.08289,528.33613 449.80622,528.98449 450.34375,526.46875 C 450.17511,525.09925 450.49809,521.25937 448.8125,522.15625 C 446.50755,524.22522 443.33391,525.15145 441.75,527.9375 C 439.97487,528.57212 438.60355,525.30246 440.875,524.40625 C 443.43984,523.36025 442.91534,520.22849 444.78125,518.53125 C 444.96319,517.01591 440.47354,517.45612 441.59375,514.15625 C 439.08174,513.58172 441.01029,518.19863 438.34375,518.21875 C 436.37708,519.41768 433.9232,519.72235 432.4375,521.5625 C 430.63693,521.96516 428.71437,525.85725 428.71875,522.03125 C 427.76728,519.8831 424.31079,521.39783 422.40625,521.59375 C 418.9829,521.47901 419.64642,523.83355 422.59375,524.03125 C 422.0955,526.69763 419.09261,527.62535 417.25,529.25 C 415.69914,530.90429 413.51304,531.41111 411.4375,531.15625 C 409.62586,532.95869 408.13337,535.28319 406.25,537.125 C 405.56365,539.71829 402.46935,540.32954 401.375,542.5625 C 400.03459,545.06344 397.60648,542.79431 396.0625,542.1875 C 393.54891,543.2103 395.79082,546.51794 394.5625,548.5 C 393.49789,548.25882 392.32612,545.369 390.71875,544.75 C 390.11309,542.19967 387.67863,543.6811 390,540.9375 C 390.40599,538.63575 389.50402,537.99134 386.84375,537.40625 C 384.60928,537.11372 383.94837,535.06325 382.65625,533.6875 C 380.79536,532.93172 378.47703,532.20514 377.25,530.6875 C 379.30217,528.78133 377.18461,526.64176 377.0625,524.46875 C 377.80473,522.06412 376.44085,520.41163 374.625,519.1875 C 374.03891,516.18332 370.24828,517.57931 368.90625,515.53125 C 368.72835,513.04398 367.87114,511.96464 365.6875,511.0625 C 363.84133,510.11576 363.23244,507.89475 361.5625,506.96875 C 362.77438,505.19133 362.2957,503.47652 362.71875,501.59375 C 360.32594,499.97782 361.34446,498.85202 358.78125,500.8125 C 356.37037,499.94363 353.60208,499.91114 351.3125,498.6875 C 350.80179,496.12515 353.10568,497.30087 349.125,496.875 C 348.88205,495.83871 351.92329,494.04914 353.3125,493.5625 C 352.506,492.29081 354.17235,489.14693 350.78125,489.625 C 348.92041,491.41197 346.59874,488.12547 345.28125,490.53125 C 343.6712,492.56433 344.09165,495.45354 342.59375,497.375 C 342.33854,499.50438 340.17335,500.11848 339.5,502.0625 C 338.13097,503.30968 339.27744,498.24166 340.6875,497.65625 C 343.3813,496.65996 342.51796,493.67333 343.5625,491.6875 C 346.08837,489.77361 342.34978,488.33309 343.65625,486.84375 C 344.43742,484.96081 343.86457,482.65289 343.34375,481.28125 C 343.10841,479.25871 340.07996,482.63005 338.5625,482.5 C 337.56225,484.94431 335.39081,483.33688 334.0625,484.9375 C 333.01763,486.99956 329.83355,486.00312 330.4375,489.28125 C 330.34516,492.39046 325.91959,492.30468 326.09375,495.34375 C 325.72677,492.99575 328.28822,491.00935 328.1875,488.46875 C 328.55578,486.18198 326.21318,485.04718 327.53125,482.5 C 326.7721,479.83691 323.81752,482.51417 323.28125,484.125 C 322.44119,486.00053 321.25255,487.9769 319.5,486.40625 C 318.36192,489.44764 315.06273,485.53706 313,487.5 C 311.40939,489.52189 308.6921,488.85175 306.71875,490 C 305.77368,491.90056 304.61836,493.70452 301.96875,493.625 C 298.1431,494.7301 300.67067,491.1512 300.53125,490.1875 C 298.45904,491.25474 296.57931,490.00916 295.40625,488.25 C 293.74528,484.62536 294.08173,490.11035 292.0625,487.9375 C 290.5638,489.16146 289.0585,486.05214 288.15625,489.5 C 285.5752,488.50419 285.69826,491.88598 286.46875,493.03125 C 285.80185,495.89156 282.26248,493.79927 281.34375,495.875 C 280.7831,497.53899 279.98166,501.41413 282.78125,500.53125 C 284.7488,501.55075 284.68151,504.36908 286.28125,505.28125 C 288.0328,506.27508 283.02837,506.14969 281.96875,506.6875 C 279.55329,507.33134 281.14499,511.03165 281.125,512.96875 C 283.9285,514.56838 280.57304,518.57875 278.28125,516.625 C 277.08253,513.76156 275.53919,515.08548 273.625,515.875 C 271.23128,515.06703 275.19515,511.00443 271.5,512.84375 C 269.24568,514.60981 267.04238,512.44865 264.65625,512.15625 C 263.48818,509.61663 260.03638,509.65032 257.65625,509.84375 C 255.84192,511.4814 254.10706,509.38732 252.71875,508.3125 C 250.8824,507.60891 251.99613,511.66019 249.28125,509.46875 C 249.24752,511.66217 247.08366,512.72504 247.53125,514.84375 C 249.5476,516.87847 247.13852,520.08902 246.5625,516.1875 C 244.32066,514.49114 246.70274,518.62814 246.625,520.09375 C 246.87191,520.55275 248.12624,526.10225 246.3125,525.53125 C 246.14788,523.08497 243.61478,522.84948 241.875,521.96875 C 239.45917,520.97953 239.69203,518.24271 241.1875,517.03125 C 238.93174,516.10048 237.53923,516.48357 236.5625,518.8125 C 234.49029,519.83645 233.17269,522.81643 234.25,518.84375 C 235.27841,516.31565 230.84081,515.88107 232.53125,513.1875 C 230.47033,512.17194 231.33512,509.22262 232.15625,507.3125 C 230.51214,505.07446 228.76835,508.38517 227.5625,509.125 C 225.988,509.81904 223.71857,510.34977 221.8125,510.78125 C 221.08112,512.40558 220.74214,514.69384 220,516.03125 C 219.88258,517.86202 218.4836,512.1701 215.96875,514.15625 C 213.82678,512.29455 210.9176,514.20014 208.46875,514.40625 C 205.41101,514.15092 203.78494,516.81869 201.5,518.1875 C 198.34914,520.59081 202.85948,520.803 203.3125,521.8125 C 200.81744,523.32307 198.59233,520.43724 196.125,521.65625 C 194.12696,521.81757 191.32609,522.51558 190.65625,524.40625 C 187.47839,525.21503 188.96353,522.33797 190.15625,521.09375 C 191.38359,518.25205 187.42754,518.3965 186.5,517.15625 C 183.07479,515.57342 181.23077,519.63578 178.25,520.25 C 177.09337,520.95803 171.8228,520.82706 174.6875,522.53125 C 178.79187,524.19507 174.20543,523.41287 172.6875,524.46875 C 170.83922,522.66597 169.7124,525.66987 167.65625,525.6875 C 165.05754,527.28961 163.77591,524.45984 161.8125,524.65625 C 158.91107,523.12082 159.55861,526.65284 156.875,526.25 C 155.66154,528.20373 159.62047,527.97368 158.0625,530.1875 C 162.00592,530.56302 159.5544,531.8259 156.875,531.71875 C 154.05125,532.00585 153.7003,529.40414 151.9375,529.71875 C 151.11357,530.96544 149.9405,535.2952 152.21875,534.78125 C 153.74803,534.93057 155.54875,539.07519 152.625,538.09375 C 152.59362,535.85884 149.78567,535.36996 148.28125,534.53125 C 146.48942,536.13121 143.80067,534.1535 142.59375,536.15625 C 141.1774,535.99558 137.5257,535.49964 138.96875,538.4375 C 138.00659,539.55479 135.39154,536.68749 134.40625,539.8125 C 133.58972,541.74961 132.23215,542.74055 131.3125,544.46875 C 130.62363,546.36947 128.24361,547.8443 129.9375,550.1875 C 130.05893,552.64894 132.61014,553.29059 133.375,554.28125 C 132.07198,555.92814 130.28657,554.15218 129.46875,557.21875 C 129.23505,559.53761 128.67266,561.16209 127.8125,563.09375 C 128.48051,565.28125 130.03587,566.11008 129.96875,568.4375 C 132.15621,569.19361 132.00636,572.36264 129.625,572.59375 C 127.39093,572.98571 129.96581,576.15052 130.25,577.71875 C 130.77787,580.59832 133.87853,579.1781 135.8125,579.1875 C 138.03984,580.05868 141.03001,578.70013 140.03125,576 C 142.16716,573.25789 145.13948,576.37452 147.6875,576.375 C 149.69928,579.36207 153.58012,576.65089 155.96875,575.46875 C 158.91594,574.35804 162.08839,573.9932 164.5625,571.84375 C 168.26738,570.12428 172.10188,568.31533 176.15625,567.90625 C 179.42086,567.2807 182.67256,566.20714 185.71875,564.8125 C 187.42133,564.54894 189.70371,562.04212 190.90625,562.96875 C 187.9341,566.38975 183.31414,567.43657 179.375,569.34375 C 176.95844,569.52829 176.21901,571.84236 174.46875,573 C 171.66563,573.55016 172.52665,576.78147 171.65625,578.53125 C 168.91627,580.84023 173.03725,579.84886 174.375,578.9375 C 177.10002,577.58859 177.92749,578.15562 176.25,580.34375 C 178.36805,580.67546 181.47511,580.5793 181.84375,577.84375 C 182.60402,575.44126 186.13283,578.26983 186.78125,575.40625 C 186.79991,575.91675 186.59339,579.00705 189.71875,576.3125 C 189.62923,574.04961 196.16986,575.24463 192.375,575.53125 C 192.77458,577.68105 189.40383,578.10969 189.0625,579.1875 C 188.53107,580.20585 184.87653,582.62106 188.65625,581.84375 C 190.60411,583.97857 192.96771,579.76502 193.0625,582.8125 C 194.90908,583.41107 196.45552,585.65947 197.9375,583.1875 C 197.62763,584.27105 198.44737,586.22781 201.4375,585.5 C 205.87548,584.86126 202.95277,587.10661 200.28125,586.6875 C 197.76867,585.27356 196.49471,588.39409 194.21875,588.5625 C 189.81261,588.15868 193.28826,587.09519 193.84375,586.375 C 191.43389,585.94435 188.57613,585.37098 186.3125,586.71875 C 182.92825,587.28917 179.48916,590.50171 176,588.625 C 175.31925,586.07155 173.42286,585.49428 170.90625,586.21875 C 168.90185,586.59838 167.06151,587.53188 165.03125,587.96875 C 163.90706,587.45695 162.35893,583.98118 161.46875,587.5625 C 159.7246,587.76762 156.87443,584.94244 158.875,583.46875 C 158.3396,581.47156 161.42418,579.23677 160.03125,577.875 C 157.64116,578.60181 154.19494,580.18145 154.375,583.09375 C 155.31044,584.98888 156.44778,588.98579 153.1875,589.09375 C 152.09078,587.76953 148.6679,587.22417 149.125,589.59375 C 149.03842,593.25889 149.44282,591.39629 151.75,592.75 C 153.40005,595.06064 155.81025,592.44878 157.8125,593.0625 C 160.43233,594.03937 158.44652,596.88403 156.5,597.28125 C 156.73885,600.5816 160.14573,603.5785 157.96875,606.96875 C 155.95084,609.86824 160.83543,609.29464 160.65625,606.65625 C 163.12069,604.824 163.99418,601.97995 165.34375,599.375 C 164.48805,596.53888 168.73871,595.65479 170.6875,596.71875 C 173.13879,596.27558 173.41918,597.7447 175.53125,598.6875 C 176.89522,601.08949 180.16495,597.9529 180.65625,600.96875 C 181.31649,603.84997 184.34515,601.93813 186.25,602.15625 C 189.63449,603.24029 190.31643,607.2339 190.4375,610.3125 C 192.57298,610.92178 193.61929,613.03273 192.84375,615.40625 C 191.77917,617.34516 192.4293,619.47857 191.21875,621.5 C 190.13863,624.20275 187.58059,621.2381 185.6875,621.46875 C 183.87828,619.35221 181.25658,619.94934 178.96875,620.84375 C 175.79452,620.62727 173.11013,622.45515 169.96875,622.375 C 167.8516,622.74836 166.36557,625.22393 163.84375,624.21875 C 160.88641,623.07381 159.24636,626.87034 156.46875,626.1875 C 153.9225,624.78757 151.84663,626.99445 149.40625,627.28125 C 147.31503,627.87439 144.47595,626.06846 143.125,628.21875 C 141.55253,629.32122 136.92366,626.40074 138,630.1875 C 140.03452,632.58753 133.55222,632.9815 137.25,633.8125 C 139.62451,633.85727 141.12387,635.88275 143.84375,635.5 C 145.80261,636.75442 148.03522,633.94763 149.09375,636.59375 C 151.60858,636.46385 153.18421,637.71038 154.4375,639.53125 C 157.2425,641.26702 158.36483,637.7609 160.4375,636.78125 C 161.45295,637.31199 162.18482,640.04762 165.0625,639.59375 C 167.89549,642.20515 171.16435,644.27895 173.90625,647 C 176.01551,649.68697 178.21426,652.35774 179.5,655.59375 C 181.9608,659.13642 183.45751,663.24491 184.3125,667.46875 C 185.04771,669.88836 183.39163,671.30487 181.28125,671.78125 C 180.69275,673.11124 180.55462,676.88742 182.75,676.8125 C 184.91718,676.12274 186.96775,677.25854 189.09375,676.71875 C 191.11377,677.91045 193.16786,677.82344 195.46875,678.25 C 197.6757,677.0825 200.39659,678.2578 202.375,676.75 C 205.2478,677.35647 206.33297,674.30268 207.71875,672.4375 C 210.32945,669.12992 203.13506,671.29281 205.5,668.6875 C 205.07453,668.36924 202.30337,665.78137 204.125,664.09375 C 204.60122,660.50317 206.98671,663.49694 207.21875,665.46875 C 208.50513,667.29688 209.85173,667.7068 211.28125,665.40625 C 215.10513,665.64066 212.41846,663.24988 212.09375,661.21875 C 210.47068,659.7602 208.68756,657.77595 209.96875,655.40625 C 211.444,653.73484 210.10908,659.07524 212.28125,659.71875 C 213.58868,661.59181 214.3079,661.6668 215.21875,663.625 C 216.60663,666.10947 219.03784,662.95242 220.6875,664.5 C 221.97139,665.66206 222.5163,669.59465 223.625,666.03125 C 222.73333,665.8775 229.227,665.23221 226.59375,667.28125 C 225.44066,667.66414 224.97477,667.87723 224.90625,667.9375 C 225.18408,667.92899 227.03103,667.40732 228.21875,666.90625 C 231.5062,666.64071 229.57601,663.70844 230.03125,661.65625 C 228.70473,659.93957 230.14495,657.87367 232.125,659.34375 C 234.37823,658.64988 234.83026,660.92018 236.25,662.25 C 236.71667,664.38153 240.33732,663.96648 239.96875,666.3125 C 236.87508,667.57598 243.87561,667.34982 241.40625,669.5625 C 241.99023,672.07973 244.7175,673.58688 246.46875,675.375 C 247.26499,677.87117 246.9956,679.22321 249.5625,677 C 251.97588,677.08083 254.03679,679.07911 256.65625,678.53125 C 259.3789,678.54854 260.37737,675.37563 263.03125,675.5625 C 264.85004,674.28454 263.87888,678.10176 266.25,678.53125 C 267.8866,680.63413 270.21534,679.50823 272.46875,679.65625 C 273.90748,682.18896 277.29782,681.49575 279.78125,681.84375 C 282.65418,681.17012 285.34626,684.58704 287.78125,682 C 288.46784,684.0497 290.42483,684.97457 291.3125,686.90625 C 291.94619,689.58234 293.21549,692.15164 295.40625,693.78125 C 296.49717,696.00596 298.78406,695.48057 300.65625,694.5625 C 303.23246,694.90047 307.20391,695.44765 307.96875,692.1875 C 308.87562,689.31879 303.01621,689.45407 305.46875,688.59375 C 307.78593,689.3525 309.54828,689.34249 310.625,686.90625 C 313.1581,686.65931 313.43872,684.17342 314.875,683.5625 C 316.34388,683.49697 318.52222,679.10059 318.59375,681.34375 C 316.51291,682.277 316.66153,684.84913 315.6875,686.71875 C 314.60235,688.49337 312.63996,689.37142 311.0625,690.03125 C 312.95687,692.37777 307.89555,693.37927 310.15625,694.46875 C 311.96875,693.02864 314.78065,694.02565 316.5625,695.15625 C 319.04681,695.64271 318.8657,699.18026 316.4375,696.8125 C 314.61241,695.09269 312.20838,696.27354 309.96875,696.09375 C 308.39354,698.02674 313.03973,695.8524 314.375,696.4375 C 317.86978,698.70072 322.73402,699.33525 325.03125,703.125 C 326.41945,706.31603 328.72908,703.34593 327.5625,701.09375 C 329.05477,699.65249 330.38008,698.31301 328.3125,696.4375 C 331.489,698.74878 329.57942,694.19112 332.125,694.53125 C 335.23203,695.68706 332.88577,691.30836 333.28125,689.6875 C 332.24729,688.9686 328.52571,686.68765 332,687.09375 C 333.8506,688.54406 335.97108,689.14309 336.4375,686.25 C 338.26588,686.79786 335.24842,690.90284 337.53125,691.25 C 339.9957,688.77294 339.75014,692.19674 339.40625,694.1875 C 341.34675,697.1604 337.644,694.91832 336.46875,697.03125 C 335.14858,699.2482 332.44378,697.96087 330.9375,699.5625 C 328.46524,700.6788 329.13385,702.92999 329.1875,705.03125 C 327.51767,707.63968 331.14222,709.15058 332.90625,710.34375 C 335.97199,711.65397 336.83684,715.21477 337.71875,718.15625 C 337.60055,721.05063 338.30304,725.02494 335.625,726.9375 C 335.54409,729.74365 337.23267,732.59899 337.34375,735.53125 C 337.89129,737.02667 340.3,736.21311 341.96875,737.21875 C 344.76826,737.60018 341.82018,734.63606 340.5625,733.84375 C 338.52755,732.63262 339.83822,730.34876 338.71875,728.59375 C 337.6552,725.84835 338.13755,722.32244 338.875,719.5 C 339.8229,717.98548 336.49066,714.61911 339.25,714.21875 C 339.81865,715.73409 344.66138,716.56712 341.625,717.46875 C 340.41341,719.68867 345.04752,718.82962 346.4375,718.40625 C 348.26137,717.51827 349.91102,716.89654 351.84375,718.34375 C 352.61749,716.8791 350.03704,713.26703 352.40625,712.40625 C 353.6064,714.12111 352.86788,716.59957 354.09375,718.375 C 357.47953,720.57073 354.3836,715.20929 355.78125,715.5 C 357.07139,716.92365 359.25877,718.01408 358.40625,720.28125 C 360.33589,718.80245 361.24294,721.73222 362.90625,720.65625 C 362.33747,718.39253 360.35108,716.66549 359.09375,714.8125 C 358.57069,712.64163 359.57654,711.03086 359.6875,708.90625 C 359.02503,706.98923 356.77691,705.62718 357.5,703.375 C 359.35544,704.00106 359.19843,706.85303 360.8125,707.875 C 364.64627,707.48797 359.85463,709.75611 361.78125,712.09375 C 362.18896,715.89587 362.79005,712.32734 364.9375,712.84375 C 364.90672,716.51416 364.83624,713.48618 366.8125,715.5 C 370.33991,717.70329 367.97185,711.90147 370.5625,713 C 373.33576,714.59733 372.44895,710.70024 373.125,709.34375 C 375.10166,709.35544 377.34556,710.35882 379.28125,709.125 C 381.6639,710.36296 383.84027,708.25568 381.34375,706.5 C 382.65973,707.45661 385.36748,706.78761 385.90625,707.21875 C 385.64496,708.97412 390.05485,711.40524 386.4375,709.96875 C 384.40299,708.38213 381.72003,709.5698 385.09375,710.75 C 386.63566,712.41943 388.60115,712.83649 390.46875,713.75 C 389.55488,716.31234 393.88356,713.02325 391.0625,712.1875 C 390.70025,710.22816 394.67106,712.17999 392.65625,708.8125 C 389.59085,706.96891 393.88258,706.28845 393.75,709.28125 C 395.62045,710.78063 394.37781,713.30466 393.875,715.0625 C 392.00573,716.83284 391.10976,716.58927 390.59375,718.78125 C 388.31381,719.65094 390.34292,722.22844 388.3125,722.96875 C 387.92659,725.24679 384.63334,723.2912 382.90625,723.5625 C 382.53124,719.6175 379.53255,725.27303 379.53125,722.3125 C 377.68521,718.28272 378.80109,725.71924 376.65625,723.03125 C 373.78941,722.26181 373.39116,725.34316 372.6875,721.625 C 370.95937,720.06174 369.13116,720.83933 367.21875,720.28125 C 364.17896,720.26396 365.85456,724.33287 368,723.625 C 367.15155,725.17212 371.62777,724.56532 372.28125,726.75 C 374.27753,728.04936 373.78363,730.62904 374.9375,732.375 C 376.86745,733.05243 379.19224,734.43005 381.15625,733.9375 C 382.62429,731.49303 385.46809,731.9669 387.875,731.46875 C 390.45179,729.49691 392.89269,732.70556 395.4375,732.53125 C 396.90817,731.1499 397.17979,728.50376 396.75,727.28125 C 398.32624,728.26356 402.11498,729.56802 402.53125,726.9375 C 399.80554,725.36141 401.45547,724.29816 404.03125,725.25 C 405.62683,726.01912 409.08853,721.85857 407.8125,724.75 C 407.23726,726.89173 403.92658,726.43814 403.78125,728.5 C 401.80633,729.58717 400.96101,731.27417 404.0625,729.8125 C 406.20265,726.98874 410.3929,730.29943 412.53125,727.8125 C 414.63064,726.10471 417.44122,726.66703 419.09375,728.625 C 422.32864,728.09229 424.02466,731.52114 427.09375,731.4375 C 429.28707,732.90906 431.2301,729.17622 433,731.125 C 436.88355,731.46396 433.76627,732.66697 431.53125,731.71875 C 429.98128,733.85076 427.75739,732.00771 425.625,732.375 C 423.52387,734.12576 421.71923,731.99594 419.40625,732.46875 C 417.41349,734.39137 420.87559,736.59872 419.4375,738.59375 C 418.37558,740.65794 420.73632,743.33454 422.4375,741.125 C 425.20489,740.23275 425.301,743.69896 424.125,745.21875 C 425.31456,748.02555 428.35746,745.23951 430.15625,746.875 C 433.04796,746.49818 430.76913,751.66714 429.5,749.0625 C 427.17473,747.62453 426.30896,750.28244 425.21875,751.53125 C 426.13346,748.89631 422.88176,749.33847 421.96875,747.3125 C 419.60427,748.54717 417.70175,750.37781 415.6875,752.21875 C 414.68545,753.70644 410.45246,753.12626 411.34375,755.1875 C 415.20265,755.14733 418.67282,759.19605 417.8125,763 C 416.14085,766.71815 420.62749,765.19791 419,762.5625 C 418.68164,759.31336 420.74801,763.16516 422.53125,763.28125 C 424.44361,764.27458 424.88064,766.40541 425.9375,768.03125 C 426.11546,771.82529 421.37356,771.30155 418.875,770.65625 C 417.25695,769.57172 416.12006,767.17422 413.71875,767.875 C 410.53198,769.05681 414.91163,770.4899 416.3125,770.9375 C 419.21124,772.98572 422.89645,773.39003 425.6875,775.5 C 429.32647,777.05535 426.38656,772.25941 428.96875,771.84375 C 432.54029,771.79091 437.41003,772.54311 438.59375,776.5625 C 440.73622,777.46397 442.10924,779.54612 444.4375,780 C 447.27619,780.02963 448.50522,777.26316 450.65625,776.1875 C 453.02896,776.40843 453.61429,773.81149 455.9375,773.8125 C 457.82801,772.88206 458.19051,770.21376 458.9375,768.40625 C 460.21925,767.05766 462.99932,765.61766 464.625,767 C 467.2227,766.60704 469.85458,766.80862 472.46875,766.75 C 475.14619,765.48504 478.266,764.22883 481.15625,765.625 C 482.37198,767.40753 485.51166,766.4975 485.9375,768.71875 C 487.49451,771.20669 490.12244,768.72288 491.46875,769.59375 C 495.61842,770.53094 498.73983,773.46894 501.46875,776.53125 C 503.49034,779.80821 506.12998,782.78875 510,783.78125 C 511.07345,784.94183 516.21041,784.45994 514.5625,785.6875 C 511.13627,785.68931 506.6699,786.30791 504.25,783.34375 C 503.18666,779.73606 498.95343,780.92904 496.5625,779 C 494.36273,778.21426 492.00884,776.54551 491.28125,774.4375 C 494.07064,774.39404 493.72913,773.93092 491.3125,772.3125 C 487.49942,769.84169 490.61408,773.64651 488.03125,773.5 C 486.05721,771.71122 483.42416,772.99655 481.15625,772.0625 C 479.72248,770.94999 477.97583,767.97638 476.28125,770.5 C 472.30705,773.52131 466.5915,771.47073 462.3125,773.625 C 459.24289,773.76937 460.32799,777.22398 459.875,779.25 C 458.09305,781.16653 459.99903,783.02826 461.03125,784.71875 C 461.83023,787.62367 461.56385,791.344 459.9375,793.96875 C 457.79152,795.05986 454.61138,793.60992 453.125,796.28125 C 451.37337,798.03611 449.17787,798.88142 453,799.21875 C 454.09968,801.6861 456.96539,799.44626 458.9375,800.5 C 461.26642,801.63441 463.71588,802.41691 466.40625,802.0625 C 469.42443,803.90544 473.38775,804.26709 475.65625,807.21875 C 479.11718,809.78208 481.69609,813.44749 483,817.53125 C 482.05878,819.26982 479.27211,819.23518 478.90625,821.625 C 477.35255,823.09738 477.44898,825.19185 476.625,827.09375 C 476.65809,829.36603 476.74213,832.21154 474.03125,832.90625 C 471.59648,833.13886 469.35585,834.27207 468.75,836.78125 C 467.07779,838.25099 469.42814,840.99579 466.21875,840.9375 C 462.78937,842.02137 464.82125,846.30442 464.21875,848.90625 C 463.13761,855.06821 468.48051,859.42339 473.09375,862.3125 C 478.04101,865.09017 482.78172,869.09085 484.53125,874.6875 C 484.5766,877.13328 486.42434,878.80398 488.90625,878.59375 C 493.60089,879.74989 492.44259,885.90315 496.125,888.25 C 499.12318,888.95046 499.02163,892.10339 500.09375,894.34375 C 500.83679,896.50507 500.86122,898.93002 503.875,898.3125 C 501.56741,900.38591 504.13076,903.08753 503.75,905.59375 C 504.10993,909.32704 505.12458,913.01163 505.9375,916.6875 C 506.83818,919.80676 510.05032,915.8682 508,914.46875 C 506.47009,912.83158 508.64095,908.34037 509.3125,912.09375 C 509.85325,913.92681 510.10689,916.22488 511.96875,917.25 C 515.92128,918.75876 518.59,922.22861 522.34375,924.03125 C 524.17186,925.52107 526.25998,925.44674 527.53125,923.78125 C 529.9866,924.82051 528.87838,927.26271 527.59375,928.65625 C 528.9195,930.85987 531.87028,929.17936 533.90625,929.4375 C 537.68183,930.09352 542.52128,928.58023 545.4375,931.71875 C 549.07357,934.18545 548.94172,938.77699 549.875,942.59375 C 549.63752,945.48106 553.45663,945.70887 555.09375,944.40625 C 556.32092,942.21497 558.7049,945.43599 560.4375,943.25 C 563.64167,941.73811 565.21545,945.83708 567.34375,947.40625 C 568.68902,950.13041 571.31317,948.94835 569.6875,946.21875 C 572.13548,948.34632 574.00546,951.41809 576.28125,953.8125 C 577.0321,954.99729 579.6965,957.98523 580.4375,956.125 C 579.24105,953.90376 579.99842,951.15148 581.3125,949.15625 C 583.08547,948.34944 584.77114,947.67205 586.59375,946.96875 C 588.54281,948.10744 590.74275,948.57771 593.09375,948.84375 C 593.71481,951.49498 593.6752,954.63149 595,957.125 C 595.06255,959.66331 592.8144,960.41107 590.8125,960.90625 C 589.66756,962.70442 587.87686,963.42884 586.375,964.84375 C 584.30762,965.32083 581.59279,967.85117 584.03125,969.65625 C 583.56782,972.23011 580.40695,973.83748 581,976.8125 C 581.98155,980.5081 586.01991,977.55283 588.40625,978.4375 C 588.33902,980.35815 589.07111,982.13677 591.46875,982.9375 C 594.61506,984.31654 589.60272,985.95892 591.59375,987.1875 C 593.93317,987.37204 595.24008,989.1256 595.46875,991.375 C 596.79878,993.32231 595.39639,996.97683 598.3125,997.5 C 601.16097,998.0212 601.69362,1001.1225 600.46875,1003.3438 C 601.9881,1005.5533 598.08854,1007.2673 596.53125,1006.125 C 594.89969,1003.8374 592.38578,1004.5918 594.25,1007.25 C 593.28414,1010.0642 595.98157,1010.3643 597.46875,1011.5938 C 597.90226,1014.1786 598.63777,1014.6522 596.5,1016.5625 C 597.62794,1018.3236 598.67141,1020.1911 598.8125,1022.3438 C 599.88286,1025.1562 596.62196,1026.8822 594.375,1025.4062 C 591.84069,1023.9246 593.71962,1028.1927 592.0625,1029 C 593.42831,1032.7468 588.09223,1028.0269 588.84375,1031.75 C 590.84708,1035.1288 589.35783,1039.8342 592.3125,1042.6562 C 593.76043,1046.6615 597.10239,1049.7159 600.53125,1052.125 C 603.67648,1054.2467 606.58363,1056.5667 609.4375,1058.9062 C 606.19054,1056.909 602.02712,1056.3798 599.1875,1053.5938 C 595.47889,1051.7532 592.3862,1048.7737 591.09375,1044.75 C 590.70898,1041.8819 587.96597,1043.0722 586.3125,1044 C 584.06301,1043.4558 581.52725,1043.3598 579.375,1044.2188 C 576.3885,1048.3423 578.99673,1053.9389 577.125,1058.5 C 576.21526,1060.0165 576.9321,1063.2399 579.15625,1061.875 C 580.40395,1059.3732 584.80518,1060.2501 585.53125,1062.6875 C 588.41944,1068.3423 596.43095,1067.3584 599.8125,1072.5938 C 601.3513,1074.9576 603.87822,1076.0317 606.4375,1076.8438 C 609.5298,1078.2055 609.26157,1081.7701 610.1875,1084.4375 C 612.33791,1085.2203 613.43116,1087.8873 615.90625,1087.625 C 618.66932,1086.6342 619.25884,1089.4126 620.40625,1090.8125 C 624.77762,1091.7525 626.60306,1095.9372 629.625,1098.6562 C 634.46626,1101.9731 636.66987,1107.6124 639.40625,1112.5625 C 640.64501,1117.2962 642.24215,1121.9373 643.59375,1126.5938 C 645.43221,1133.7804 646.34319,1141.0714 646.84375,1148.4688 C 647.79963,1153.8912 648.48962,1159.3233 648.8125,1164.8125 C 650.31778,1169.8013 651.43603,1175.45 655.625,1178.9375 C 659.24564,1183.4254 666.51643,1181.4067 669.9375,1185.9688 C 670.48095,1187.0578 672.27932,1190.1982 671.34375,1190.2812 C 668.40305,1186.6454 663.69914,1184.8877 659.09375,1185.5938 C 660.36804,1187.1236 662.22657,1188.0574 663.5625,1189.5 C 667.68177,1192.3653 664.66677,1197.5416 665.25,1201.5 C 665.32284,1204.2781 666.81287,1207.572 665.59375,1210.0312 C 664.44517,1208.2886 664.02209,1206.085 663.625,1204.0625 C 662.33586,1199.5337 665.30967,1194.2988 661.84375,1190.4375 C 656.96822,1186.8469 651.63262,1183.2237 648.78125,1177.6875 C 646.34084,1174.4316 644.75361,1170.7095 643.71875,1166.75 C 643.39759,1163.1134 642.09941,1159.6341 642,1156 C 641.23531,1152.6944 641.77366,1149.3737 641.28125,1146.0312 C 639.6904,1142.221 638.6192,1138.1926 637.8125,1134.1562 C 635.40626,1129.5474 633.7768,1124.1748 629.6875,1120.7188 C 627.5615,1118.0963 623.78754,1116.9732 622.46875,1113.6875 C 619.6995,1110.8305 618.10671,1106.5594 614.09375,1105.25 C 610.51023,1105.0592 607.68015,1102.8073 605.625,1100.0938 C 604.46452,1098.1394 602.49778,1097.0364 600.9375,1095.5 C 597.49448,1092.8372 602.75892,1088.4786 600.09375,1085.4375 C 596.77939,1085.0925 595.44624,1088.7765 594.25,1091.1875 C 593.17547,1094.8673 589.42945,1097.4353 589.59375,1101.4688 C 590.37951,1105.4533 588.31374,1109.2566 588.65625,1113.3125 C 587.6723,1119.2081 588.8702,1125.1288 588.40625,1131.0312 C 587.29212,1139.9763 587.04209,1149.012 584.8125,1157.7812 C 582.67025,1164.9049 582.37266,1172.3353 581.59375,1179.6875 C 581.4939,1189.213 579.75155,1198.5654 578.90625,1208.0312 C 578.20284,1216.9774 577.06811,1225.9069 576.09375,1234.8125 C 575.93546,1241.408 573.73782,1247.8629 574.53125,1254.4688 C 573.89112,1256.6198 574.59942,1260.6925 576.09375,1256.8438 C 575.48492,1253.1838 575.89444,1249.5219 577.375,1246.0938 C 578.21119,1243.176 580.10307,1241.0135 582.125,1238.9062 C 583.87029,1236.774 584.48505,1234.2414 585.09375,1231.625 C 587.2446,1230.1145 589.56125,1232.9606 591.375,1234.0938 C 593.6956,1236.8268 595.61606,1239.9129 598.78125,1241.7812 C 601.91889,1243.0111 597.82264,1245.3449 600.5,1246.125 C 603.46782,1246.8006 603.52793,1250.8206 601,1252.0625 C 598.65896,1252.5111 596.33776,1253.8297 593.875,1253.3125 C 591.82635,1254.3691 590.03175,1253.1906 588,1252.75 C 587.58842,1250.506 584.64438,1250.325 583.125,1251.9062 C 580.90259,1255.5843 581.15326,1260.2416 579.46875,1264.1562 C 578.4476,1267.4326 574.47271,1269.7354 574.90625,1273.3438 C 578.06922,1279.5443 575.69121,1286.525 575.0625,1293.0312 C 575.25364,1297.8197 573.26063,1302.2864 572.78125,1306.9688 C 572.15434,1311.8749 571.83774,1316.7778 571.59375,1321.7188 C 569.39207,1331.8743 567.77556,1342.1899 566.28125,1352.5 C 564.41046,1360.2088 563.18077,1368.0904 561.71875,1375.9062 C 560.85456,1381.932 560.65196,1388.1216 558.78125,1394 C 557.05732,1398.0618 556.85086,1402.4336 555.46875,1406.625 C 555.63403,1409.9707 555.07666,1413.2303 553.84375,1416.3125 C 552.74562,1426.925 549.83425,1437.2081 547.84375,1447.6875 C 545.95417,1452.2767 545.94933,1458.1321 541.625,1461.2812 C 540.0645,1463.6241 537.51908,1464.899 535.8125,1466.9688 C 534.75632,1474.3904 527.90922,1479.3115 521.03125,1480.8438 C 517.79594,1482.6075 513.42036,1481.3695 510.03125,1483.4688 C 508.92026,1490.0809 512.77984,1489.9885 514.375,1490.25 C 517.0591,1492.4341 514.36487,1496.5672 517.59375,1498.125 C 519.67504,1495.4447 522.24438,1496.892 525.09375,1495.625 C 527.27302,1496.0757 532.14951,1497.474 529.21875,1500.5312 C 530.75754,1502.8112 529.60556,1506.8854 533.96875,1506.4062 C 537.97152,1507.2202 538.38744,1502.3033 538.59375,1500.0625 C 540.94224,1499.0557 543.95639,1499.6679 546.3125,1500.4688 C 548.55449,1502.1376 551.46762,1504.0908 554.34375,1503.7188 C 557.24141,1501.6864 560.40769,1504.0497 561.125,1507.0938 C 560.94866,1510.47 561.02117,1514.2195 560.90625,1517.3125 C 558.29316,1519.1628 559.89859,1522.9217 557.46875,1525.0625 C 558.39425,1527.9993 555.58825,1530.5038 553.9375,1532.375 C 552.00206,1534.0083 547.87614,1535.5856 550.8125,1538.6875 C 552.68105,1540.581 552.40807,1545.3077 556.1875,1544.6562 C 558.7817,1545.953 562.01131,1546.5315 564.71875,1546.8125 C 567.94114,1545.3188 564.97508,1541.1817 566.65625,1538.7812 C 565.5012,1535.8828 567.37888,1532.2709 570.34375,1532.1562 C 572.9248,1530.2626 577.71888,1530.8933 573.125,1533.4688 C 571.30594,1535.8184 569.93042,1539.8864 573.71875,1540.9062 C 575.9179,1543.9633 578.16257,1544.5618 581,1542.4375 C 584.22458,1543.5479 585.03408,1545.6277 587.8125,1546.8125 C 591.71935,1544.8659 591.87288,1551.3234 593.71875,1550.4375 C 596.37504,1547.6309 597.74109,1550.8964 600.4375,1551.8438 C 602.25184,1555.3247 606.79975,1552.1309 609.375,1554.9375 C 609.86398,1558.0294 613.5639,1559.3429 615.96875,1560.8125 C 618.35372,1563.3103 621.15179,1559.317 623.40625,1561.3125 C 626.28082,1563.0847 629.64508,1561.6608 632.71875,1563 C 636.22919,1562.5994 638.11562,1558.8307 641.875,1559.5 C 642.95827,1562.7369 646.23982,1565.638 644.34375,1569.3125 C 642.20082,1571.2547 645.79709,1575.471 648.46875,1575.125 C 652.26649,1573.0626 652.25138,1578.1048 654.84375,1579.125 C 658.02915,1579.8101 658.83534,1583.4542 660.8125,1585.4062 C 660.43635,1589.5225 663.05398,1588.9017 665.65625,1590.4688 C 663.20794,1594.4684 668.26055,1594.051 669.375,1591.6562 C 671.14553,1592.3897 670.02852,1587.9576 672.625,1586.75 C 674.70941,1584.2015 676.81189,1589.8768 679.65625,1589.625 C 681.37515,1591.3486 684.98519,1588.2576 687.40625,1590.4062 C 690.36673,1588.5799 691.3419,1585.0076 694.125,1583.4688 C 695.55636,1589.0497 697.13113,1579.1278 697.90625,1581.9688 C 700.34612,1583.4207 702.35952,1586.4813 704.84375,1586.875 C 708.1943,1585.9238 708.00514,1590.9519 711.4375,1591.4375 C 714.27432,1595.604 716.16576,1589.0528 718.5,1590.3438 C 716.91463,1593.2661 717.41395,1596.1523 720.65625,1597.7188 C 722.51797,1599.6792 722.41368,1603.4585 724.5,1604.7812 C 728.23364,1603.6659 729.03063,1606.8078 729.375,1609.5625 C 732.23879,1609.3273 734.75765,1611.7825 737.71875,1610.9062 C 737.85753,1606.3746 741.41185,1609.387 744.1875,1608.7188 C 746.56729,1606.1526 748.86635,1605.6024 751.71875,1606.4688 C 754.28037,1605.165 757.4901,1604.3153 759.125,1602.2812 C 762.22704,1602.1472 764.41259,1604.9558 767.125,1605.625 C 771.88888,1604.2406 770.18001,1609.0965 772.0625,1611.2812 C 773.72835,1614.872 777.72308,1612.7084 778.40625,1609.7188 C 776.90102,1607.1204 782.40758,1605.8326 784.6875,1605.2188 C 786.26984,1607.14 787.43696,1608.1236 788.28125,1610.2812 C 790.43758,1610.1227 793.74442,1611.6472 796.375,1610.125 C 798.09023,1606.8958 801.44099,1612.8748 803.4375,1609.0625 C 805.74186,1608.257 808.80111,1610.0477 811.53125,1610.0312 C 813.53262,1606.9244 814.67952,1609.8046 817.96875,1610.4062 C 820.54679,1608.8395 823.62265,1612.8039 823.4375,1607.875 C 823.88879,1604.5374 822.78773,1600.9782 820.09375,1598.9688 C 817.69954,1598.5073 823.6745,1595.5703 819.71875,1593.75 C 821.86027,1592.1412 822.39595,1589.7156 822.0625,1586.4375 C 820.34914,1583.1715 824.48885,1581.3522 826.6875,1580.4062 C 830.26112,1577.8597 831.31509,1584.3011 834.84375,1583.3438 C 837.25003,1584.2392 840.74963,1581.554 842.09375,1584.8125 C 845.18168,1585.2049 847.0889,1586.4899 849.90625,1588.1875 C 852.82623,1588.0718 854.41374,1594.103 857.09375,1591.75 C 859.3219,1587.9419 861.79566,1592.6963 863.875,1593.1875 C 866.98275,1592.0754 868.93622,1593.9943 871.90625,1594.5312 C 875.2667,1592.1438 877.07175,1595.5665 879.65625,1597.0938 C 883.00552,1598.8667 880.23062,1602.7179 883.0625,1604.8438 C 885.19072,1608.0032 887.53529,1607.0559 890.0625,1605.6562 C 892.88004,1604.8735 894.51569,1604.5804 897.59375,1606.1875 C 900.05572,1605.612 903.70151,1607.0301 905.65625,1605.5938 C 910.80052,1604.9948 908.01263,1608.7816 910.1875,1610.625 C 914.02479,1609.772 913.71915,1613.9528 915.15625,1616.125 C 918.32107,1618.4245 916.59038,1623.173 919.15625,1625.5938 C 919.67089,1628.5971 925.86854,1627.5196 924.375,1624.1562 C 922.42931,1622.5976 925.58774,1615.9096 927.4375,1619.0938 C 930.45687,1620.672 934.37608,1614.953 937.34375,1618.8125 C 937.80762,1622.2653 941.61709,1622.1936 944.03125,1623.125 C 946.79765,1622.0838 948.82165,1624.7496 951.8125,1623 C 953.77155,1624.1617 959.22073,1624.0832 957.1875,1627 C 954.64884,1630.0243 960.30832,1630.6719 962.40625,1630.9375 C 965.87709,1634.2693 958.73062,1632.1419 958.125,1635.0312 C 957.44443,1637.3653 955.94412,1640.1787 955.8125,1643 C 955.85133,1645.0267 956.51928,1648.2937 959.3125,1647.0312 C 961.96584,1648.7457 965.05578,1647.7385 968.09375,1648.3438 C 971.07803,1648.9498 972.09329,1652.6978 975.1875,1653.25 C 976.62337,1656.1752 979.88665,1656.2402 982.15625,1655.3125 C 984.23744,1655.1237 985.08802,1658.6471 985.78125,1661.125 C 986.19013,1663.9811 986.45314,1667.5276 988.53125,1669.8438 C 990.75378,1671.399 993.06823,1674.6989 995.875,1672.3125 C 997.89977,1673.0597 1001.6474,1671.4829 1002.8438,1670.3125 C 1002.9959,1667.7679 1007.4625,1667.2664 1007.2188,1663.4375 C 1008.3322,1660.8797 1012.1017,1659.7817 1014.875,1660.5 C 1017.9702,1662.4646 1021.2036,1659.1902 1024.25,1658 C 1026.7936,1658.655 1029.3608,1660.2584 1031.9062,1660.5312 C 1034.9616,1661.3909 1035.8706,1663.0638 1038.375,1664.5938 C 1041.0447,1665.1288 1043.4057,1667.0555 1046.4375,1666.5312 C 1046.1631,1669.1318 1049.6666,1671.4722 1051.125,1673.5625 C 1052.6145,1675.9252 1056.1027,1675.1297 1058.2812,1677.0625 C 1062.1046,1678.2829 1060.2269,1671.2255 1064.4375,1672.3125 C 1066.4662,1674.2392 1069.641,1674.7698 1072.6562,1674.9375 C 1075.0973,1676.0719 1080.3403,1676.4448 1076.5938,1672.7812 C 1075.3314,1670.0784 1073.1047,1667.02 1076.8125,1666.8438 C 1076.4567,1663.1238 1081.3214,1664.8262 1082.625,1661.7812 C 1085.0858,1660.4273 1088.0958,1661.8419 1090.5938,1662.9688 C 1093.473,1661.5505 1094.6594,1658.998 1097.5312,1657.9062 C 1098.0311,1654.8578 1104.2164,1653.6317 1103.0625,1654.2188 C 1105.6873,1655.0888 1109.4848,1656.3159 1109.6875,1652.4688 C 1111.878,1647.3655 1114.3301,1654.4177 1116.4375,1652.5 C 1118.4738,1649.7346 1120.8598,1653.5575 1123.5625,1651.4688 C 1124.2687,1653.8492 1126.0253,1656.8812 1128.5312,1658.0938 C 1130.3887,1662.0619 1133.3773,1657.4258 1136.125,1658.5625 C 1137.6061,1659.7253 1139.1644,1658.6144 1140.9062,1658.4375 C 1140.9703,1657.9309 1140.986,1657.5829 1140.9062,1657.0625 C 1138.8378,1653.5976 1137.7733,1649.3779 1134.25,1647.0312 C 1134.3434,1644.7174 1132.952,1642.6145 1130.7188,1641.875 C 1126.7286,1641.1215 1126.0651,1636.7076 1125.5938,1633.375 C 1125.7025,1629.3729 1124.2354,1625.5839 1124.5625,1621.5938 C 1124.7176,1620.3268 1124.1563,1615.7006 1122.4688,1617.75 C 1120.2523,1617.5751 1118.8704,1613.9907 1120.3125,1612.1562 C 1122.8721,1610.1539 1122.4573,1614.7228 1123.9375,1615.2812 C 1125.4897,1612.7209 1124.4041,1609.3974 1124.9688,1606.5312 C 1124.8041,1602.0431 1126.6592,1596.8302 1124.4062,1592.5312 C 1122.46,1590.113 1119.4834,1591.006 1116.875,1590.4688 C 1114.0829,1589.9094 1116.1093,1586.3041 1113.8438,1585.4375 C 1113.3856,1583.0493 1116.4725,1581.8321 1117.9062,1580.2812 C 1121.0252,1578.8102 1119.6408,1574.4882 1120.8438,1572 C 1122.5218,1572.854 1124.4252,1573.0884 1126.2812,1573.5 C 1126.8213,1571.8958 1126.7558,1569.1576 1125.1562,1567.7812 C 1121.9213,1567.3311 1119.4113,1564.1337 1120.6562,1560.9062 C 1120.3296,1558.7504 1124.6898,1556.8229 1124.0938,1559.6562 C 1122.8029,1561.1373 1120.8038,1565.1196 1123.9062,1565.5625 C 1127.2784,1562.8183 1127.4359,1557.8004 1127.7812,1553.75 C 1127.3754,1551.0609 1129.9331,1549.7616 1130.8125,1547.6562 C 1131.5559,1545.4902 1131.6529,1542.5901 1128.7188,1544.0312 C 1125.434,1543.3393 1126.2083,1539.551 1126.3125,1537.0938 C 1124.8195,1535.2071 1126.2683,1533.0027 1128.5312,1533.1562 C 1130.868,1532.3463 1133.1777,1535.1216 1130.125,1536.0312 C 1127.5232,1536.3156 1128.3867,1539.1168 1130.2188,1539.875 C 1130.2785,1543.0254 1133.5993,1541.3281 1133.5938,1539 C 1133.6913,1536.6211 1135.9192,1536.3872 1136.4688,1533.8438 C 1139.3032,1530.0575 1141.7277,1525.9954 1143.9688,1521.8125 C 1145.511,1520.4112 1145.6761,1517.9262 1147.25,1516.75 C 1149.9591,1517.8225 1150.5579,1514.5173 1152.2188,1513.2188 C 1156.0067,1511.6962 1159.1296,1509.0089 1161.8438,1506.0625 C 1164.0609,1502.8233 1168.1885,1502.7429 1171.5625,1501.875 C 1173.5125,1502.4186 1175.5177,1503.2185 1177.75,1503.3438 C 1180.6507,1504.7668 1180.8377,1500.9218 1181.9688,1499.25 C 1182.9131,1496.1757 1185.9269,1494.6672 1187.2812,1491.9375 C 1190.0136,1490.956 1190.2868,1487.8803 1192.1562,1486 C 1195.1548,1483.8173 1198.6107,1481.7985 1202.4688,1481.6875 C 1204.4896,1480.2812 1205.0152,1477.2645 1207.9062,1477.125 C 1209.8586,1475.663 1211.8834,1474.2814 1213.875,1472.8438 C 1217.179,1470.9968 1219.0574,1467.66 1221.9688,1465.4062 C 1224.3063,1462.1376 1227.8796,1460.2988 1230.5938,1457.4688 C 1232.168,1456.8912 1234.0446,1452.9035 1231.1562,1454.6875 C 1229.4697,1456.9564 1225.762,1456.9527 1225.0312,1459.9375 C 1223.3265,1462.6066 1219.9292,1463.7524 1218.5312,1466.7188 C 1214.0196,1470.2845 1209.5911,1475.8676 1203.2188,1475.3438 C 1204.0833,1473.1265 1206.7111,1473.6902 1208.375,1472.7188 C 1210.8084,1470.2896 1216.0266,1469.7723 1215.9688,1465.5 C 1216.6886,1463.7733 1216.7198,1460.516 1219.0625,1460.3125 C 1221.4122,1460.9479 1223.2956,1459.477 1224.25,1457.4688 C 1225.7434,1456.011 1225.4737,1452.9384 1228.3125,1453.5625 C 1229.6882,1451.8285 1231.9391,1452.2577 1233.7812,1451.3438 C 1235.8562,1451.2551 1236.9369,1449.7703 1238.5312,1448.8438 C 1240.4828,1448.227 1241.6356,1446.061 1244.0312,1447 C 1245.5903,1445.3518 1247.2154,1446.0958 1249.1875,1445.625 C 1250.3692,1444.1819 1254.1397,1443.6207 1252,1446.25 C 1252.5085,1448.6332 1249.9064,1449.6918 1247.9375,1449.25 C 1245.1786,1450.3753 1241.9347,1450.2597 1239.125,1451.5 C 1238.0753,1451.5924 1235.6321,1452.8065 1234.9688,1453.0938 C 1239.9013,1452.5989 1244.9643,1450.6175 1250.0312,1451.5625 C 1253.9177,1451.7039 1257.2872,1454.0623 1258.875,1457.5938 C 1259.1311,1461.2665 1258.4561,1466.166 1262.5312,1468.0312 C 1265.3736,1470.1467 1268.9086,1470.3085 1272.2812,1470.25 C 1278.0781,1470.1308 1283.7742,1471.1525 1289.2812,1472.9688 C 1291.1826,1472.3273 1293.4331,1473.4662 1295.3125,1472.3438 C 1299.8781,1471.2713 1305.0671,1470.7991 1309.5,1472.8125 C 1312.2966,1473.8302 1317.1462,1475.4706 1316.125,1479.2188 C 1315.6316,1481.9356 1312.2806,1483.6166 1312.7812,1486.4688 C 1314.8126,1490.6925 1319.9673,1489.9271 1323.8438,1490.25 C 1329.8704,1490.2736 1335.8913,1490.5041 1341.9062,1490.9375 C 1345.6193,1491.7438 1344.7154,1486.1682 1342.125,1485.4062 C 1338.3049,1482.7309 1332.7311,1480.7053 1332.3125,1475.3125 C 1332.5784,1471.8307 1333.9024,1468.4621 1333,1464.9375 C 1333.9539,1459.4951 1329.5163,1455.3133 1328.4688,1450.3438 C 1330.7722,1451.1227 1331.5969,1453.9563 1332.8125,1455.875 C 1336.6975,1461.3024 1335.0127,1468.1479 1334.0938,1474.2188 C 1333.0614,1478.0666 1337.0227,1480.1132 1339.625,1481.9375 C 1342.9038,1483.3292 1345.2652,1486.4204 1348.4688,1487.5312 C 1351.1754,1489.4704 1350.9471,1486.1134 1350.125,1484.4688 C 1347.4599,1484.4351 1346.5274,1481.7409 1348.7812,1480.125 C 1350.4726,1479.0258 1351.7872,1478.3147 1353.875,1478.25 C 1355.2562,1476.6905 1357.3332,1475.7031 1359.3125,1477.125 C 1360.4423,1479.2743 1363.5871,1476.7991 1363.75,1479.4688 C 1364.0026,1482.6088 1366.9828,1479.7485 1368.4688,1480.125 C 1370.5139,1480.1559 1372.528,1478.8947 1374.125,1477.7188 C 1375.3053,1475.4651 1375.0634,1472.1704 1374.125,1469.8125 C 1373.4069,1467.0949 1370.0107,1468.6919 1368.9375,1466.5938 C 1369.5725,1464.4008 1367.0968,1462.7452 1368.5938,1460.7188 C 1370.9371,1459.3419 1368.6522,1456.5551 1369.875,1454.625 C 1371.9085,1453.2673 1371.8969,1457.403 1373.8125,1457.75 C 1375.7647,1457.4654 1377.4632,1458.2306 1379.5625,1458.0938 C 1382.412,1457.7586 1383.3151,1460.3674 1381.125,1461.9375 C 1381.3498,1465.3006 1385.1801,1465.95 1386.75,1468.5312 C 1389.9977,1469.393 1391.8978,1464.7036 1395.1875,1465 C 1396.7789,1466.4975 1395.5792,1469.3111 1396.0312,1471.125 C 1393.8678,1472.2228 1391.6349,1473.7484 1391.0625,1476.2812 C 1389.2891,1477.667 1387.0104,1478.2313 1385.4375,1479.9062 C 1382.9572,1478.7648 1380.437,1480.2967 1377.9062,1479.75 C 1375.3567,1478.7761 1373.0702,1480.1829 1371.1562,1481.625 C 1368.1438,1482.2648 1367.2593,1485.7537 1368.6875,1488.25 C 1370.6385,1489.3489 1369.8949,1492.6324 1372.6875,1492.8125 C 1374.4796,1494.25 1376.9766,1493.3001 1379.0312,1494.4062 C 1380.8324,1493.1892 1382.9695,1493.7974 1384.875,1493.9375 C 1386.9353,1493.5936 1388.7765,1495.2261 1390.5,1493.25 C 1393.1999,1494.7712 1396.369,1493.9209 1398.9688,1492.5938 C 1400.6544,1491.123 1402.6328,1490.3762 1404.6875,1489.5938 C 1408.3616,1487.3861 1411.4155,1491.7705 1412.5938,1494.75 C 1412.6535,1496.7674 1413.084,1499.1893 1412.1562,1500.9688 C 1409.7167,1502.8013 1413.195,1504.0685 1414.125,1505.4375 C 1414.7116,1508.7138 1410.7426,1510.4069 1411.2812,1513.75 C 1413.0692,1516.7819 1417.1311,1515.7995 1420.0625,1516.375 C 1421.5171,1514.0397 1424.3087,1518.6236 1425.3125,1515.625 C 1427.5709,1516.3566 1429.5167,1518.6084 1432.0938,1517.875 C 1433.3464,1516.9112 1435.5289,1514.2121 1436.8125,1516.75 C 1436.8191,1519.7552 1439.6825,1521.1713 1441.9375,1522.4688 C 1444.2436,1524.7801 1444.8851,1522.1579 1446.3125,1520.8438 C 1448.6087,1521.0704 1451.0809,1520.7402 1453.4062,1521.3125 C 1456.255,1521.8047 1454.7546,1524.5081 1454.5625,1526.1562 C 1455.87,1527.5693 1458.296,1526.8124 1459.1562,1529.2188 C 1460.959,1531.5904 1464.2419,1527.621 1465.5625,1530.1562 C 1464.3521,1532.9729 1466.447,1533.8077 1468.9375,1533.4062 C 1472.0966,1534.7091 1468.5811,1535.9636 1466.9688,1536.25 C 1464.6391,1536.6086 1464.0461,1541.5808 1466.9062,1540.75 C 1470.1702,1539.9413 1470.2973,1544.4314 1472.9062,1545.0625 C 1475.1702,1545.7911 1478.0833,1545.8542 1477.75,1542.625 C 1478.995,1541.5253 1480.2753,1538.6696 1482.2812,1540.2812 C 1484.418,1542.2846 1487.1316,1538.776 1483.4688,1538.9375 C 1481.3524,1538.4084 1482.76,1534.6009 1479.5938,1535.3125 C 1476.9796,1534.2537 1481.1494,1532.7952 1482.4062,1532.7188 C 1483.3006,1531.1953 1487.5673,1531.2608 1485.8438,1533.5 C 1484.3133,1536.8337 1487.7055,1533.8685 1489.1875,1534.75 C 1491.3381,1536.8718 1494.1626,1533.8037 1496.375,1535.125 C 1496.9442,1538.3542 1500.3943,1538.3482 1502.8438,1536.8438 C 1505.399,1536.6296 1509.7018,1537.4443 1509.375,1540.875 C 1510.1631,1543.4176 1508.2216,1544.8606 1505.8438,1544.4062 C 1502.6834,1543.6788 1503.8536,1547.6322 1506.4375,1546.4375 C 1508.4103,1546.2473 1510.5463,1545.5788 1512.5312,1546.3125 C 1514.0333,1548.0626 1518.3202,1545.2707 1515.0312,1544.5625 C 1511.6979,1544.5804 1514.7182,1540.9489 1513.7812,1539.0625 C 1513.2719,1535.526 1516.0473,1531.0974 1520.0312,1532.5 C 1522.628,1533.7758 1524.7277,1530.4851 1527.1562,1531.4062 C 1529.0998,1533.0763 1531.722,1532.8712 1533.8125,1534.1562 C 1535.0978,1535.3737 1533.774,1538.7465 1536.625,1538.5 C 1538.1106,1538.4686 1541.6252,1540.285 1540.5625,1536.9062 C 1539.0836,1535.2132 1540.0786,1533.0891 1539.375,1531.1562 C 1539.4429,1528.3582 1542.8135,1528.8196 1543.8125,1526.6562 C 1545.5412,1525.5721 1548.164,1527.9806 1548.9688,1525.0312 C 1551.2069,1524.9298 1553.5299,1525.3632 1555.8125,1524.9062 C 1557.6597,1524.5676 1559.7998,1523.2828 1560.1875,1521.4375 C 1560.9749,1519.7279 1563.5248,1519.5213 1565.0625,1519.125 C 1567.3412,1519.2544 1570.3433,1520.0781 1569.1562,1523.0312 C 1570.4273,1525.3442 1571.7888,1524.8964 1573.0625,1523.2812 C 1576.1369,1523.7849 1572.9976,1519.7132 1575.2812,1518.625 C 1576.2776,1516.5488 1579.679,1517.7931 1580.1875,1515.8125 C 1579.051,1514.359 1575.8475,1513.4123 1578.1562,1511.0625 C 1577.9284,1508.0913 1583.0257,1508.3646 1581.9062,1505.0625 C 1580.7994,1502.4991 1578.1132,1504.0005 1576.2188,1504.0312 C 1573.5215,1502.4187 1570.9664,1505.7885 1568.0938,1504.3438 C 1566.7026,1502.418 1569.6209,1501.1809 1571.3125,1501.1562 C 1573.1088,1500.064 1574.2068,1498.4198 1576.6875,1499.1875 C 1580.2773,1498.4905 1576.6276,1494.2087 1579.125,1492.75 C 1580.7522,1490.7144 1584.6963,1491.6751 1584.875,1488.5312 C 1585.146,1486.2477 1586.3112,1484.1974 1586.375,1481.8125 C 1586.3857,1479.5128 1587.2879,1474.8791 1590.5625,1476.5938 C 1591.8248,1478.0561 1593.19,1479.3787 1595.3125,1478.5 C 1597.3166,1477.4622 1600.1849,1479.392 1601.625,1477.625 C 1601.5241,1473.9714 1605.9026,1478.5817 1606.5625,1475.5625 C 1605.8281,1472.614 1609.7897,1473.5513 1610.3125,1471.2188 C 1610.469,1468.9663 1611.597,1467.1878 1612.75,1465.375 C 1613.5489,1463.6337 1616.0338,1462.2266 1613.7188,1460.375 C 1613.519,1457.995 1616.0186,1455.9833 1618.2812,1455.4375 C 1619.9467,1454.1409 1621.8584,1453.0188 1623.8438,1454.3438 C 1627.1383,1454.0352 1629.0019,1450.3599 1632.5312,1450.6875 C 1635.5126,1449.0711 1634.3717,1454.8566 1636.9062,1452.8438 C 1638.3061,1447.8359 1635.4992,1442.1659 1638.375,1437.4375 C 1639.0928,1434.4679 1642.0859,1433.572 1644.8125,1433.6875 C 1648.8164,1434.1651 1648.0505,1428.5312 1651.25,1427.5625 C 1653.2403,1426.7019 1655.3695,1427.9833 1657.4375,1426.9688 C 1658.9049,1427.3252 1662.5488,1424.6566 1661.2812,1428 C 1659.7014,1431.2098 1664.8746,1429.3163 1663.8438,1427.1875 C 1661.7812,1425.6983 1663.45,1423.6705 1665.4688,1423.4688 C 1666.7446,1423.977 1667.6681,1423.9781 1668.5,1423.6875 C 1668.9159,1423.5423 1669.4766,1423.1891 1669.875,1422.9062 C 1668.9224,1420.3652 1669.1124,1418.225 1671.2812,1416.5938 C 1672.4914,1414.3814 1675.2368,1413.6405 1675.75,1416.7812 L 1675.875,1417.2812 C 1678.315,1417.7832 1681.6366,1417.9515 1680.75,1414.875 C 1680.3336,1412.6248 1683.0784,1412.0599 1684.4688,1411.125 C 1685.7314,1411.0967 1686.6567,1411.849 1687.4688,1412.4062 C 1687.139,1409.2663 1684.8927,1407.1312 1684.5625,1403.9062 C 1683.4512,1400.3075 1680.5571,1394.9308 1685.0625,1392.5 C 1687.0661,1390.8931 1690.5436,1389.9836 1690.0625,1386.75 C 1691.4898,1384.4228 1690.4828,1379.9756 1694.2812,1379.8125 C 1697.5825,1379.527 1697.9334,1375.3486 1700.7812,1374.1562 C 1702.7623,1372.6086 1704.9772,1370.8122 1703.8438,1367.9688 C 1702.7473,1364.4613 1707.0978,1364.2206 1708.1875,1361.9688 C 1709.6193,1359.405 1711.6015,1355.0644 1708.0625,1353.1875 C 1705.1217,1351.3276 1701.8358,1347.3033 1704.6562,1344.0625 C 1702.2136,1342.1341 1707.7014,1339.0914 1703.6562,1338.7188 C 1701.031,1336.9253 1699.6589,1338.7343 1698.0625,1339.875 C 1698.0843,1342.7598 1696.529,1343.3444 1693.875,1342.5938 C 1691.2962,1341.5238 1690.3308,1344.2589 1688.25,1344.3125 C 1683.7418,1343.7075 1680.4149,1349.0487 1675.7812,1347.375 C 1674.4497,1349.3687 1672.2801,1350.897 1670.0312,1348.875 C 1667.8573,1347.0439 1663.7218,1350.8512 1663.125,1346.75 C 1662.5111,1341.9904 1657.057,1345.149 1654.1562,1343.8125 C 1651.9309,1342.2105 1650.6532,1337.5879 1647.375,1339.2188 C 1644.1613,1338.3784 1643.8433,1333.8615 1640.4688,1333.2188 C 1639.0244,1329.9557 1636.017,1335.959 1634.9688,1332 C 1633.3874,1329.958 1630.3524,1329.8557 1628.5938,1327.8438 C 1626.0443,1325.497 1623.1245,1329.8766 1620.875,1327.5625 C 1617.1472,1326.6893 1618.5316,1321.7293 1616.5,1319.25 C 1615.1742,1317.1443 1610.8963,1317.0494 1612.125,1313.6875 C 1612.1056,1310.4357 1607.439,1309.5601 1607.625,1306.1875 C 1605.2167,1305.2974 1604.1781,1303.8237 1605.4375,1301.4688 C 1607.094,1299.3262 1605.5146,1297.1074 1605.9375,1294.9062 C 1607.2337,1292.6598 1610.7774,1293.4816 1612.0312,1291.7812 C 1610.5768,1289.845 1607.7547,1288.9449 1607.5625,1286.3438 C 1603.8963,1284.7089 1601.982,1280.5412 1601.6562,1276.75 C 1601.3037,1274.4583 1601.9388,1272.4086 1604.0625,1271.25 C 1604.5617,1267.9941 1609.1148,1269.5428 1609.4375,1266.3125 C 1611.5756,1265.1928 1612.2678,1263.488 1612.2812,1260.9062 C 1613.0261,1258.3716 1614.7911,1257.9363 1615.3125,1256.5938 C 1613.2851,1254.0795 1613.5276,1250.7856 1615.8125,1248.5625 C 1617.774,1244.6274 1622.5379,1244.1318 1626.0938,1246.125 C 1629.0215,1247.7502 1629.9093,1245.8882 1628.4688,1243.375 C 1629.277,1238.9353 1622.682,1238.5675 1623.3438,1234.0625 C 1624.0045,1231.0993 1623.9623,1227.4785 1621.375,1225.4688 C 1621.8486,1223.7049 1626.2409,1221.3123 1623.0312,1220.0938 C 1621.4001,1218.9129 1621.4207,1215.9825 1618.5938,1216 C 1615.9831,1214.4517 1612.2689,1211.8746 1609.8438,1215.0938 C 1606.8075,1216.1941 1603.3073,1214.6033 1600.625,1213.2188 C 1598.1993,1210.7942 1595.7501,1208.3661 1592.3438,1207.4688 C 1591.1691,1205.2777 1587.971,1205.5455 1587.7188,1202.9375 C 1589.466,1200.6453 1586.4141,1199.0784 1588.1562,1197.4062 C 1590.1806,1194.854 1588.057,1191.5222 1587.2812,1189.0625 C 1588.6409,1187.1104 1588.2186,1184.8629 1585.7812,1184.1875 C 1583.0057,1182.7147 1578.1691,1185.5663 1576.9688,1181.4062 C 1576.166,1178.7706 1578.4299,1174.701 1574.7188,1173.6562 C 1574.5548,1171.6179 1571.4852,1170.1904 1572.6875,1168.5 C 1574.0433,1165.5999 1578.3719,1166.8238 1579.2188,1163.5 C 1581.4254,1162.0376 1583.7396,1162.2478 1586.1562,1162.7812 C 1588.2292,1161.656 1589.6657,1157.1758 1592.4375,1159.7812 C 1594.5328,1161.6708 1598.2608,1160.3698 1599.1562,1163.7812 C 1600.7982,1166.0042 1603.4396,1163.9521 1605.5312,1163.9062 C 1609.7247,1162.361 1603.6247,1159.8533 1606.4062,1158.2188 C 1608.5602,1158.2207 1610.5955,1157.6048 1612.5938,1157 C 1613.6785,1154.8718 1614.7059,1153.6028 1615.1875,1151.4375 C 1615.691,1149.8926 1619.3418,1149.8162 1621.0938,1148.8125 C 1623.6794,1149.7151 1625.2769,1146.5799 1627.4375,1146.8125 C 1628.3167,1149.8538 1630.1838,1149.8396 1631.1562,1146.7812 C 1632.0729,1144.9606 1633.5087,1141.4093 1636.0625,1143.1562 C 1638.4891,1138.4936 1634.8331,1133.8484 1634.1562,1129.2812 C 1634.8613,1126.7734 1638.353,1128.6055 1637.0938,1124.75 C 1639.4714,1123.1971 1640.685,1121.5421 1640.9688,1118.6875 C 1641.8555,1116.9942 1645.1577,1113.1995 1641.375,1113.0625 C 1639.4479,1112.2742 1638.5126,1110.1225 1636,1110.0625 C 1632.5834,1108.3592 1633.762,1103.19 1630.4062,1101.1562 C 1628.8211,1100.0675 1625.234,1101.6137 1626.0312,1098.3125 C 1626.0851,1096.2648 1621.9936,1097.0546 1620.6562,1095.375 C 1618.5001,1092.1718 1617.7179,1087.8183 1618.6562,1084.0312 C 1617.2909,1082.0749 1615.5851,1080.3303 1616.9062,1077.6875 C 1616.372,1075.458 1621.196,1072.6905 1617.625,1071.5 C 1616.0639,1069.3277 1614.2863,1068.0174 1611.5625,1069.2188 C 1609.4116,1069.6373 1608.0548,1066.7407 1608.2188,1064.9062 C 1605.1361,1063.9669 1600.8607,1064.6741 1599.5,1060.8438 C 1598.2426,1058.5606 1595.2185,1057.1724 1595.8438,1054.0312 C 1595.2915,1049.389 1594.075,1044.6638 1595.5938,1040 C 1595.2196,1036.7137 1599.0473,1034.3601 1601.5,1036.875 C 1604.5677,1038.3292 1601.2945,1031.7278 1604.9688,1033.3125 C 1609.3528,1035.9845 1613.9452,1032.0509 1617.8125,1030.1875 C 1620.5454,1027.7852 1620.8313,1023.8511 1622.4062,1020.9062 C 1626.2684,1019.505 1623.4831,1018.2587 1623.9688,1015.2812 C 1625.8265,1012.2185 1618.9596,1012.5416 1621.7188,1009.9375 C 1622.3211,1006.5074 1618.0948,1005.2804 1616.875,1002.4688 C 1615.0233,999.93079 1611.7304,998.2063 1611.2812,994.84375 C 1608.1779,994.05949 1606.5044,999.21994 1603.375,996.96875 C 1601.7573,994.47226 1606.7846,991.55212 1603.2188,989.96875 C 1603.6045,988.07165 1606.5187,986.90171 1605.8438,984.25 C 1604.2651,982.42171 1600.6885,983.69178 1598.9062,981.5 C 1596.5454,981.85921 1592.3508,981.5692 1592.8125,978.3125 C 1591.7598,975.32049 1595.4833,973.00603 1594.4375,969.78125 C 1593.0008,964.42067 1599.1966,961.54086 1600.5625,957.09375 C 1600.7211,953.49824 1597.2661,951.77141 1596.125,948.65625 C 1594.0677,946.48736 1591.1128,944.1396 1590.7812,941.0625 C 1592.2516,938.95979 1596.2913,938.1088 1595.3438,934.71875 C 1596.5983,931.88495 1596.3811,927.19051 1592.4375,926.96875 C 1586.976,924.79048 1581.3809,923.02261 1575.5312,922.1875 C 1572.3363,921.22924 1569.3958,924.1743 1566.0625,922.9375 C 1561.1614,922.24297 1555.5496,922.56149 1552.2188,926.75 C 1549.1526,930.31143 1544.6584,932.34824 1539.9688,931.9375 C 1535.7582,931.61369 1530.9904,933.19038 1529.4375,937.46875 C 1526.8236,939.52505 1523.7903,941.44169 1523.0938,945 C 1521.3235,947.36199 1522.8534,948.81906 1525.25,949.375 C 1526.7204,951.1865 1522.9867,952.51302 1525.125,954.6875 C 1525.8872,956.36237 1527.643,960.69194 1529.2188,957.375 C 1531.139,956.10099 1532.2092,959.81923 1532.2812,961.28125 C 1529.2313,964.13809 1525.2144,966.28617 1521.7188,968.6875 C 1521.0306,970.90067 1516.8802,970.65267 1517.875,973.71875 C 1517.8137,976.27369 1514.2703,976.73383 1512.9375,978.65625 C 1510.501,979.49681 1506.9768,980.80465 1505.1562,978.1875 C 1502.9757,978.01712 1500.8611,978.5354 1499.375,980.15625 C 1496.7937,979.63225 1493.986,978.8266 1491.625,980.6875 C 1488.1671,982.35775 1491.4615,979.38184 1492.0938,977.78125 C 1493.5184,975.94028 1494.9876,974.46041 1492.5312,972.75 C 1490.9025,971.38084 1487.6918,969.07142 1490.4688,967 C 1493.4761,963.91597 1497.8384,963.01407 1501.375,960.90625 C 1503.4615,961.79306 1504.9497,961.02044 1506.5625,960.40625 C 1509.8272,960.21364 1508.4061,956.16844 1507.0938,954.46875 C 1505.8961,951.87513 1509.7303,950.398 1509.0938,948.0625 C 1510.8608,945.2422 1512.0336,941.97597 1513.75,939.0625 C 1513.7938,935.15256 1509.3265,934.0545 1507.2188,931.4375 C 1505.8164,930.19723 1501.2624,929.28268 1503.7812,927.3125 C 1507.0405,924.95726 1500.9529,921.31486 1504.4375,918.71875 C 1506.7723,916.26144 1508.531,913.50114 1509.4375,910.21875 C 1510.2709,907.60159 1513.0421,906.76748 1514.2812,904.53125 C 1512.831,902.64896 1509.1655,900.83332 1510.125,898.15625 C 1515.0989,894.7364 1518.9217,890.01532 1523.5312,886.15625 C 1526.9833,883.47654 1529.1143,879.01639 1533.7812,878.03125 C 1536.4712,876.8152 1540.1487,876.10082 1541,873 C 1543.7696,872.95934 1542.539,869.13442 1545.5,869.46875 C 1548.7176,869.19334 1549.7665,865.96064 1551.5625,863.84375 C 1552.1264,861.25425 1546.5207,860.42129 1549.2812,857.4375 C 1549.6381,854.92684 1550.2305,852.4542 1552.0938,850.53125 C 1553.7004,845.74915 1551.5235,840.88469 1548.6875,837.09375 C 1550.3981,834.323 1553.1137,831.78036 1555.5625,829.46875 C 1557.7408,829.16371 1560.1418,829.44387 1562.3125,828.25 C 1566.0554,827.55793 1569.0419,825.11846 1572.8125,824.5 C 1576.2013,822.327 1577.2814,816.8924 1582.0625,816.90625 C 1584.8598,815.82748 1583.9777,812.79485 1581.875,811.5625 C 1582.4891,810.8813 1582.3204,807.80055 1584.3125,806.84375 C 1586.2071,806.50117 1589.6407,806.12635 1587.9375,803.34375 C 1588.383,800.99229 1591.9516,801.61341 1593.5312,800.03125 C 1596.6995,798.84597 1598.0562,795.41001 1601.125,794.1875 C 1598.9311,792.66656 1600.5413,791.14007 1602.8125,789.75 C 1604.9289,786.84821 1607.663,784.19886 1610.875,782.53125 C 1612.4725,781.69201 1614.0351,779.72681 1614.4062,778.0625 C 1613.6879,776.01658 1614.8089,773.56553 1613.4375,771.5 C 1613.7777,769.17356 1617.4833,770.66021 1619.0312,768.78125 C 1621.2179,768.87031 1623.0001,766.98507 1621.6875,764.90625 C 1623.1599,763.13508 1626.5551,764.74144 1627.2812,761.8125 C 1628.0063,760.27542 1626.7273,757.58413 1625.3125,757.15625 C 1623.6662,755.40056 1621.7156,755.54962 1619.7188,757.0625 C 1615.5543,758.12481 1611.2728,757.69483 1607.0938,758 C 1603.9245,759.72129 1605.1868,755.00579 1606.75,754.03125 C 1609.836,754.07092 1608.4655,748.86872 1611.8438,749.8125 C 1614.6988,748.99416 1610.5776,743.56971 1614.5312,744.15625 C 1616.9592,744.71909 1617.6312,741.265 1620.25,741.78125 C 1623.2643,739.53877 1618.7922,737.16038 1619.2812,734.59375 C 1617.693,731.59599 1621.975,733.09854 1622.9375,731.09375 C 1624.6079,730.52927 1626.3453,733.10773 1628.4062,732.90625 C 1632.0098,735.34973 1635.8965,729.29049 1639.3125,732.71875 C 1641.0329,734.88567 1644.1529,731.74225 1645.4062,733.5625 C 1643.8197,735.60479 1642.8569,737.81834 1643.0312,740.46875 C 1641.8323,743.28576 1646.5327,743.54813 1648.3438,743.28125 C 1651.4298,742.4323 1649.7028,748.38423 1652.5625,746.15625 C 1654.2319,744.53308 1656.5147,744.75099 1658.3125,743.84375 C 1660.1069,742.94245 1662.9605,743.14537 1664.8125,744.125 C 1667.1502,744.73115 1669.3222,744.63508 1671.0625,742.96875 C 1673.7308,742.6 1674.1112,738.97924 1676.875,738.65625 C 1679.3865,736.2885 1675.5939,735.70359 1674.5938,734.25 C 1674.7637,730.82306 1678.4774,732.83773 1679.7188,734.4375 C 1682.3716,734.93153 1685.518,731.41069 1682.8438,729.25 C 1681.4765,726.12267 1687.3836,729.9008 1686.5938,726.09375 C 1687.2121,723.34753 1680.9942,725.44171 1684.2188,722.625 C 1685.695,720.43652 1690.4622,721.53919 1689.9688,718.21875 C 1691.1869,715.61246 1696.0101,718.25443 1694.9062,714.40625 C 1694.9427,711.6355 1691.6563,710.14973 1692.0625,707.1875 C 1689.9011,704.28868 1685.3945,702.80559 1685.4062,698.625 C 1684.6481,696.18646 1684.6934,693.53997 1687.25,692.25 C 1690.1755,690.06317 1689.3538,686.38022 1687.7188,683.65625 C 1685.764,678.91892 1688.1405,673.4923 1691.2812,669.8125 C 1692.7133,666.93919 1687.9534,663.04973 1692.0312,661.3125 C 1695.5751,659.70644 1693.4142,655.95044 1693.9688,653.125 C 1696.9298,649.97661 1700.851,646.0038 1698.8125,641.25 C 1697.1131,637.20952 1691.5619,635.33917 1692.125,630.375 C 1692.1693,627.2215 1692.3851,623.95361 1693.125,620.84375 C 1692.5745,617.18174 1697.6578,616.34011 1696.7812,612.71875 C 1697.5585,608.77375 1700.4756,605.60174 1701.9375,601.84375 C 1703.6819,599.07299 1707.3412,597.57607 1707.5625,593.84375 C 1708.8408,590.2196 1706.1514,584.89321 1710.5312,582.90625 C 1712.9418,581.60376 1716.8486,579.6397 1714.9688,576.25 C 1714.0952,572.06975 1712.6232,567.79635 1714.4688,563.625 C 1715.0992,559.60725 1719.2989,556.59604 1717.8125,552.25 C 1716.973,548.30171 1723.4556,549.22207 1722.6875,545.1875 C 1722.4694,540.86157 1721.8568,536.51438 1721.7812,532.21875 C 1723.772,529.11035 1724.1581,525.23659 1726.1875,522.25 C 1730.4118,520.29956 1733.8731,517.30999 1737,513.90625 C 1740.3304,511.76387 1743.0913,507.82148 1742.1875,503.6875 C 1743.3286,499.87403 1749.5756,505.07895 1749.7812,500.15625 C 1748.7592,495.94193 1753.8986,496.48314 1756.375,495.3125 C 1761.804,492.31111 1759.9468,485.13488 1763.125,480.5625 C 1764.213,475.23434 1769.2352,472.05371 1770.75,466.84375 C 1772.3004,465.45598 1778.3816,462.81534 1773.0938,462.96875 C 1770.8413,464.05839 1768.7131,461.5546 1766.2188,461.9375 C 1763.0271,461.56184 1760.2262,459.56816 1756.875,459.65625 C 1754.0878,457.93611 1752.1281,454.96633 1748.6875,454.1875 C 1746.5472,452.64054 1742.9556,453.89824 1742.0312,450.90625 C 1739.7837,448.60302 1737.548,448.35406 1735.4062,450.78125 C 1732.6655,448.11537 1730.0898,452.48981 1727.5312,450.46875 C 1724.5621,450.84853 1722.3894,445.49145 1720.0938,447.875 C 1718.0981,448.90142 1714.9115,451.00162 1713.0938,449.03125 C 1710.6879,448.00121 1707.8757,448.71014 1705.5312,449.84375 C 1702.103,450.27291 1700.4565,447.67053 1699.4688,444.96875 C 1697.3095,442.36856 1694.7124,443.19148 1691.875,443.34375 C 1687.2499,442.64263 1687.7106,436.61376 1684.0625,435.03125 C 1681.679,432.39236 1683.0689,432.29595 1683.5312,429.875 C 1682.3699,426.80201 1679.699,427.62576 1677.0312,427.875 C 1673.9842,428.03271 1676.1359,423.96405 1672.0938,425.34375 C 1668.5914,425.30293 1665.8986,426.88402 1666,430.5625 C 1665.5569,433.00878 1661.1232,430.67375 1659.6875,433.15625 C 1657.7642,436.62105 1657.1248,437.38532 1653.8438,435.96875 C 1651.5071,433.40146 1648.0178,435.03605 1645.7188,436.46875 C 1644.1229,436.30874 1642.0726,432.48267 1639.4688,435.46875 C 1638.0084,433.087 1634.313,433.07821 1633.9375,431.34375 C 1631.1967,427.27611 1632.0517,434.53751 1630.375,434.90625 C 1629.6688,436.79776 1625.6421,438.77831 1625,435.46875 C 1624.7975,431.40605 1622.6038,427.69384 1623.75,423.5625 C 1621.8134,423.72893 1619.1747,421.72458 1617.0312,420.71875 C 1613.4401,422.01515 1613.1103,416.0318 1609.75,417.40625 C 1607.5679,420.33207 1604.735,418.87369 1602.2812,417.59375 C 1598.3629,418.76783 1601.4008,422.45307 1602.5,424.6875 C 1601.8277,426.4269 1600.2651,430.63509 1597.1875,429.3125 C 1594.3292,428.35687 1591.936,426.88177 1589.0625,427.40625 C 1586.1652,428.13224 1583.7011,425.29966 1584.3438,422.59375 C 1587.2127,421.82333 1586.883,415.96177 1583.5312,417.6875 C 1579.9228,420.0597 1581.5185,414.25283 1580.4062,412.375 C 1578.8697,410.70853 1575.5775,411.09157 1577,407.6875 C 1575.9252,405.57688 1573.6059,403.30081 1571.25,401.84375 C 1567.9907,401.25621 1569.4146,396.78138 1566.9062,396.8125 C 1563.2325,393.40138 1567.196,392.78978 1569.0312,391.71875 C 1567.4925,389.59792 1567.2748,386.7476 1563.875,385.9375 C 1559.2325,384.32832 1564.2449,381.58611 1561.7812,379.3125 C 1559.1569,378.20904 1557.5253,375.92672 1554.8438,375.09375 C 1553.2544,372.11952 1550.0071,374.05214 1548,371.5 C 1545.2708,368.71247 1544.1225,374.02271 1540.9688,372.90625 C 1537.7781,374.282 1535.1474,370.79808 1532,370.375 C 1530.8745,368.06931 1528.5174,367.29783 1526.25,365.6875 C 1522.5214,363.1189 1518.0928,366.41221 1514,365.28125 C 1512.867,366.73338 1513.6125,367.88936 1510.2812,368.1875 C 1508.3693,367.94305 1509.8437,373.00413 1506.4062,372.0625 C 1506.0107,376.93086 1503.6477,372.68272 1501.25,372.875 C 1499.4738,375.74782 1497.839,375.73365 1494.5938,374.90625 C 1491.2549,374.87661 1491.0293,375.97195 1490,372.25 C 1490.6745,369.04498 1488.2797,367.25004 1485.375,366.65625 C 1482.1497,366.27268 1478.7403,366.35208 1475.625,366.0625 C 1472.9102,363.85904 1473.3635,361.78277 1471.9062,359.375 C 1469.3769,359.65881 1469.1312,356.99572 1466.0938,357 C 1462.7746,352.8242 1462.4186,359.35701 1459.9688,359.59375 C 1457.3526,359.25067 1456.2375,359.362 1454.4688,357.375 C 1451.0331,355.44563 1446.4505,357.59463 1446.4375,361.71875 C 1446.1873,365.54803 1443.632,362.76084 1442.25,361.3125 C 1439.9673,360.52923 1436.3161,359.564 1435.625,362.84375 C 1433.775,365.43985 1429.9183,363.51676 1427.5312,365.34375 C 1425.3494,363.99253 1425.8136,361.68609 1427.3125,359.96875 C 1427.9303,357.65187 1423.5952,356.62421 1425.4688,354.40625 C 1424.4475,352.61533 1422.1424,351.16143 1422.6562,348.53125 C 1421.196,345.62271 1417.6736,343.9104 1414.625,342.96875 C 1412.139,340.61548 1411.5073,342.63019 1409.6562,344.1875 C 1406.9127,346.15456 1404.8934,342.03067 1406.5312,340.28125 C 1407.3358,338.51683 1410.6121,337.14608 1407.625,335.46875 C 1405.3543,333.90518 1403.757,331.8338 1402.0312,329.75 C 1399.2352,328.77347 1397.5263,333.5707 1394.5625,331.21875 C 1393.0084,329.16788 1388.7866,331.87345 1388.2812,328.65625 C 1388.9973,324.97809 1385.9557,327.45623 1384.4062,326.75 C 1382.5085,324.41929 1383.4845,320.89001 1381.1875,318.65625 C 1379.7804,314.90073 1375.38,319.19742 1373.75,316.03125 C 1370.2967,316.31045 1368.2171,313.28388 1366.6562,310.71875 C 1364.5179,310.55659 1362.2349,310.49976 1360.5312,311.875 C 1357.7478,314.59341 1354.1034,312.26169 1351.0312,311.6875 C 1347.8681,313.76009 1349.8734,309.2763 1350.625,307.84375 C 1351.132,305.24865 1349.7125,302.38935 1348.3125,300.15625 C 1348.725,298.09699 1350.6558,296.47357 1351.1562,294.21875 C 1353.6948,291.19431 1350.9725,287.90986 1348.625,285.90625 C 1348.7199,282.07517 1346.559,284.76426 1344.5312,283.53125 C 1341.0222,282.99441 1340.7525,277.46804 1343.875,276.25 C 1346.6603,273.76487 1343.9356,269.01001 1347.3125,266.65625 C 1347.4855,265.14881 1344.8739,262.19562 1347.7188,261.21875 C 1349.194,259.90753 1347.4302,255.03514 1350.625,256.5625 C 1352.1746,259.57101 1351.9664,253.58974 1351.875,253 C 1351.8727,253.0274 1351.8448,253.03867 1351.8438,253.09375 C 1350.8073,250.88058 1355.5609,249.75534 1352.875,248.03125 C 1352.7594,245.07086 1349.2953,246.67891 1347.4062,247.09375 C 1345.249,247.66796 1346.9329,241.69015 1343.625,244.21875 C 1342.5276,247.25075 1339.7853,248.51797 1337.0938,249.75 C 1335.9586,251.92285 1335.526,254.68639 1332.5625,255 C 1329.5411,256.15927 1326.9612,259.67549 1327.9375,262.78125 C 1329.9156,265.79169 1327.2905,269.60334 1326.875,272.84375 C 1326.5902,276.52305 1321.7588,276.10356 1319.125,276.875 C 1316.2485,276.64321 1314.1154,278.32095 1312.0312,279.90625 C 1308.4559,279.77159 1307.4394,284.69499 1303.7188,284.40625 C 1300.783,285.11545 1297.7924,286.73659 1294.9375,284.65625 C 1292.7388,283.42092 1290.3343,284.57884 1288.1875,283.0625 C 1285.9311,283.65711 1284.0724,282.59207 1282.625,280.96875 C 1279.3045,279.31742 1275.4871,281.09474 1271.9062,281.09375 C 1269.348,281.6095 1265.9228,282.85717 1264.6562,279.65625 C 1263.5186,277.19531 1260.0595,279.48548 1259.3125,277.90625 C 1260.5308,276.0712 1261.5629,274.37218 1259.1562,272.75 C 1257.8659,270.54571 1259.9604,267.78888 1261.5312,266.4375 C 1264.4693,267.2853 1264.9089,264.28201 1266.875,263.25 C 1269.471,263.2202 1270.5345,260.32149 1268.375,258.75 C 1266.4053,256.85076 1265.2134,254.39892 1266.1562,251.75 C 1266.5018,249.00872 1262.0222,248.94231 1260.6875,250.53125 C 1257.1342,251.3537 1258.5547,248.2985 1258.4688,246.3125 C 1261.1909,245.52051 1259.7712,242.71529 1260.9062,240.71875 C 1262.3578,239.0699 1259.2014,235.65602 1262.2188,235.375 C 1263.5972,233.33517 1264.5785,230.61164 1267.375,229.9375 C 1270.5858,227.88335 1266.7809,224.06567 1264.0312,224.1875 C 1263.2078,221.23517 1259.7356,222.65885 1261.6875,225.25 C 1262.9143,227.79341 1257.5029,228.1713 1258.4062,225.15625 C 1255.9099,223.84916 1257.525,220.15556 1254.6875,218.90625 C 1253.381,216.73538 1250.9038,217.57392 1249.8125,215.3125 C 1247.1293,214.25002 1246.5869,211.52796 1245.2188,209.34375 C 1242.3098,210.40342 1239.4748,211.87339 1236.3125,211.65625 C 1233.602,212.91791 1230.5922,214.9539 1227.5,213.90625 C 1226.7363,211.49321 1223.7204,212.07664 1222.4062,210.0625 C 1220.2106,209.07854 1218.5155,211.43238 1216.3125,210 C 1213.8277,210.38654 1211.1851,209.1482 1209,210.96875 C 1206.8657,212.03666 1207.0985,215.29053 1206.4375,217.40625 C 1203.5641,214.65279 1204.8104,220.84867 1201.9062,217.40625 C 1199.6463,214.27399 1199.025,210.29769 1197.7812,206.84375 C 1199.2378,204.46349 1200.1885,201.72371 1198.9688,198.96875 C 1198.6961,196.51012 1199.5355,193.72107 1197.625,191.6875 C 1197.048,189.45802 1193.9877,188.87859 1193.5938,186.34375 C 1192.5873,184.83055 1190.177,182.36442 1188.6562,184.625 C 1185.7955,182.66634 1182.2916,183.24758 1179.375,184.84375 C 1176.1955,184.54677 1178.2223,180.79368 1179.5,179.59375 C 1178.6033,178.43267 1174.6218,176.32672 1173.5938,178.25 C 1172.7296,180.69612 1170.7043,181.68774 1168.25,181.59375 C 1165.4677,181.78965 1163.1383,183.82462 1160.4062,183.875 C 1158.7245,181.60519 1155.7035,181.4618 1153.625,179.6875 C 1151.2849,179.28863 1150.6491,176.72337 1149.1875,175.4375 C 1148.8914,172.24828 1149.8066,169.02954 1149.5312,165.8125 C 1149.2586,163.13624 1146.2077,161.83916 1146.625,159.09375 C 1146.0569,156.62262 1144.1881,154.13385 1144.875,151.625 C 1147.8408,150.54261 1146.1645,148.84183 1145.4062,146.96875 C 1146.4488,144.27768 1143.0951,143.14327 1141.0625,143.6875 C 1139.1469,142.41514 1138.885,140.2575 1137.9375,138.5 C 1137.0881,135.85156 1135.1707,133.88505 1134.4688,131.125 C 1132.8386,129.3089 1128.9754,129.312 1127.5625,130.21875 C 1126.3028,132.45942 1123.3234,132.98818 1121.3438,131.6875 C 1118.9081,131.7438 1117.6292,134.33305 1115.0312,133.78125 C 1113.1012,134.29289 1111.379,136.68555 1109.5625,136.3125 C 1108.038,135.05051 1105.1972,138.15638 1106.9375,139.46875 C 1104.771,140.64991 1106.0558,143.57303 1103.6562,144.65625 C 1102.2874,148.32518 1101.0667,145.92306 1099.375,144.25 C 1096.7803,144.87754 1095.7055,142.23157 1093.7812,141.5 C 1090.5032,143.13074 1085.5977,140.94333 1086.625,136.84375 C 1084.3854,135.8012 1083.3724,134.27876 1083.0625,131.9375 C 1080.8005,131.31638 1079.3774,129.66316 1078.1875,127.84375 C 1079.719,124.35525 1074.9679,124.41141 1072.8125,124.15625 C 1071.2562,123.11946 1069.0049,126.87679 1067.3438,124.15625 C 1066.3719,122.3077 1066.7983,119.35262 1064.0312,119 C 1063.8143,116.99343 1065.7631,114.7351 1064.875,112.28125 C 1064.4362,110.09309 1064.3597,107.77807 1062.4688,106.375 C 1063.0635,104.25895 1065.4562,103.11339 1066.0938,101.03125 C 1068.5881,100.60027 1066.259,97.085326 1065.0938,96.03125 C 1064.6843,93.551384 1063.4296,92.089814 1061,91.53125 C 1058.5104,88.399812 1059.1084,83.775409 1057.9375,80.03125 C 1057.6962,78.196538 1057.1784,76.22328 1055.9062,74.84375 z M 1234.9688,1453.0938 C 1234.9267,1453.098 1234.8858,1453.121 1234.8438,1453.125 C 1234.7141,1453.2182 1234.7964,1453.1684 1234.9688,1453.0938 z M 989.25,1647.0625 C 990.61721,1646.9606 989.1205,1651.5505 990.8125,1652.6562 C 994.05715,1654.3605 992.18585,1656.8166 988.4375,1655.5938 C 988.02904,1655.113 987.78464,1654.7995 987.09375,1655.0625 C 983.71018,1653.1063 986.95313,1650.431 987.75,1647.9688 C 988.4437,1647.343 988.93449,1647.086 989.25,1647.0625 z" id="path9417"/>
<path id="path08" style="opacity:1;fill:#fefee4;fill-opacity:1;fill-rule:evenodd;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 1628.9029,1460.3073 L 1628.4103,1459.9698 L 1625.9931,1459.9159 L 1624.842,1459.5108 L 1624.6411,1459.2725 L 1624.5425,1458.97 L 1626.2251,1458.4585 L 1628.5104,1459.235 L 1629.2159,1459.787 L 1628.9908,1460.0017 L 1628.9029,1460.3073 z"/>
<path id="path27" style="opacity:1;fill:#fefee4;fill-opacity:1;fill-rule:evenodd;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 1906.7131,1855.8279 L 1905.575,1854.6109 L 1906.2753,1854.0847 L 1907.1427,1854.147 L 1907.4208,1854.6897 L 1907.9923,1854.7085 L 1908.0134,1855.2858 L 1907.7831,1855.4795 L 1907.2633,1855.3832 L 1907.2216,1855.6907 L 1906.7131,1855.8279 z"/>
<path id="path70" style="opacity:1;fill:#fefee4;fill-opacity:1;fill-rule:evenodd;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 543.44926,523.71694 L 543.20616,523.59999 L 543.26506,523.40795 L 543.45161,523.35969 L 543.59802,523.56843 L 543.44926,523.71694 z"/>
<path id="path45" style="opacity:1;fill:#fefee4;fill-opacity:1;fill-rule:evenodd;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 121.42961,634.08407 L 120.32117,633.44261 L 119.79286,632.68551 L 118.81592,632.58919 L 118.61983,632.37215 L 118.78351,632.13958 L 120.6689,632.65219 L 120.98509,633.49109 L 121.43223,633.89559 L 121.42961,634.08407 z"/>
</g>
<g inkscape:groupmode="layer" id="layer15" inkscape:label="Other countries" style="display:inline">
<path transform="translate(-6.2490173e-2,5.4199219e-2)" inkscape:transform-center-y="161.23798" inkscape:transform-center-x="-475.91757" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 987.17111,1655.0069 C 983.78756,1653.0508 987.03076,1650.3837 987.82763,1647.9215 C 991.52735,1644.5842 988.79379,1651.2464 990.87625,1652.6073 C 994.12092,1654.3115 992.24185,1656.7726 988.4935,1655.5498 C 988.08506,1655.0691 987.862,1654.7439 987.17111,1655.0069 z" id="path9452"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1979.5105,674.40405 C 1980.1321,676.50594 1982.118,677.03174 1980.4038,679.74389 C 1978.8219,681.3641 1977.9394,683.44195 1976.7998,685.35849 C 1975.1419,684.18358 1973.55,681.14104 1974.7574,679.12985 C 1974.662,676.74794 1974.8805,674.3033 1976.9094,673.09135 C 1978.0606,670.63207 1979.2255,672.77314 1979.5105,674.40405 z" id="path5745"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1988.5339,606.47576 C 1989.6022,609.56539 1985.3454,609.82714 1986.3357,606.61421 C 1986.4357,605.6785 1988.1672,605.75077 1988.5339,606.47576 z" id="path5747"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1917.3863,1006.2633 C 1917.49,1005.5814 1919.0635,1010.8016 1916.2139,1009.813 C 1914.367,1008.6842 1914.5646,1005.3112 1917.3863,1006.2633 z" id="path5749"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1926.4838,1003.3098 C 1927.2962,1004.8339 1927.9308,1007.4282 1927.7093,1009.4849 C 1928.2802,1008.8269 1929.4851,1011.0914 1926.8553,1012.2238 C 1924.95,1011.6527 1922.3888,1014.5949 1921.2968,1012.325 C 1920.2772,1009.948 1921.4787,1009.0017 1923.2533,1007.9816 C 1922.8459,1003.7046 1924.7796,1006.9404 1925.0729,1004.3564 C 1925.0684,1003.2522 1925.4075,1001.8142 1926.4838,1003.3098 z" id="path5751"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1932.128,1008.1963 C 1934.0584,1008.7971 1934.0883,1011.8947 1933.7365,1013.4819 C 1933.2755,1015.5278 1932.3647,1017.5296 1932.1476,1019.4825 C 1930.7319,1018.5477 1930.0899,1018.4035 1928.3405,1018.5064 C 1928.8409,1016.1913 1930.2101,1013.9653 1929.9803,1011.4069 C 1931.735,1011.36 1929.9621,1006.9532 1932.128,1008.1963 z" id="path5753"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1920.7654,997.24184 C 1923.7357,996.12834 1920.0834,1000.5668 1919.0387,999.02766 C 1918.3,997.80995 1920.1691,997.86412 1920.7654,997.24184 z" id="path5755"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1926.0012,1014.9626 C 1927.6351,1018.0286 1922.7078,1018.2953 1923.8601,1015.5012 C 1924.2609,1014.6203 1925.2308,1014.0982 1926.0012,1014.9626 z" id="path5757"/>
<path id="path5759" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1774.1343,1922.2363 C 1773.3974,1920.7082 1777.1908,1918.6536 1775.2511,1917.5643 C 1774.393,1915.4616 1775.3336,1914.0547 1777.4419,1913.2146 C 1780.2899,1913.1055 1779.4707,1908.4667 1782.5664,1908.8109 C 1784.0821,1907.5287 1780.0504,1904.2676 1782.7519,1903.5482 C 1785.5986,1904.688 1785.7509,1900.9354 1787.4679,1899.8429 C 1788.9927,1900.4596 1786.9059,1903.1864 1789.1761,1903.6555 C 1792.1469,1904.5362 1789.723,1906.8243 1789.6415,1908.4583 C 1790.6123,1910.3701 1788.6547,1912.8765 1786.8026,1911.4365 C 1784.8369,1910.7386 1782.9537,1910.5839 1781.3037,1911.872 C 1780.0852,1912.8478 1779.508,1914.9515 1777.7499,1915.9649 C 1777.5833,1917.2476 1778.3856,1919.4256 1779.4099,1920.8932 C 1779.466,1921.2747 1779.6244,1921.8637 1779.5807,1922.2584" sodipodi:nodetypes="ccccccccccccc"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1891.8383,1007.2832 C 1895.4954,1007.4292 1889.8271,1011.4619 1891.0791,1007.9432 C 1891.3742,1007.7199 1891.1818,1006.8521 1891.8383,1007.2832 z" id="path5763"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1916.1608,996.16802 C 1918.8557,997.22933 1917.4827,999.79035 1915.5388,997.39577 C 1914.8925,996.70682 1914.9159,995.73917 1916.1608,996.16802 z" id="path5765"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1918.1288,1000.3561 C 1915.8268,1002.8244 1915.5389,998.07121 1918.2959,999.80583 C 1918.5478,999.9721 1918.2277,1000.1703 1918.1288,1000.3561 z" id="path5767"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 470.74058,-458.58839 C 471.27623,-455.5582 474.18353,-456.8434 476.26671,-456.63532 C 478.3879,-455.65318 479.49215,-454.24994 478.94722,-451.9296 C 480.96386,-449.77008 477.38973,-448.90368 477.94452,-446.55947 C 479.21689,-444.18463 477.92266,-441.84074 475.37556,-443.72221 C 473.39372,-442.81859 471.42107,-442.4989 470.4064,-444.94864 C 467.96325,-444.78122 467.08676,-446.50268 465.54202,-447.95546 C 463.51061,-449.31261 459.82689,-448.56737 460.34328,-445.53963 C 461.43955,-442.31584 457.23131,-443.78888 457.89175,-446.23928 C 456.19001,-447.37747 454.66301,-443.62623 452.55407,-445.35015 C 450.35628,-445.94494 454.52939,-448.66943 453.17874,-450.82318 C 453.01535,-453.83461 448.76597,-455.94061 450.16871,-458.96389 C 452.27758,-460.65505 454.8546,-458.86693 456.85277,-458.1049 C 459.38392,-457.27454 460.92089,-461.25066 463.30704,-459.26664 C 465.4627,-458.8755 467.60802,-457.85418 469.63243,-459.24786 C 470.08874,-459.44311 470.47289,-458.83812 470.74058,-458.58839 z" id="path5819"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 437.8033,-492.5257 C 439.53715,-490.24404 435.10045,-490.23993 435.16696,-487.90773 C 432.70178,-487.17384 435.43887,-490.51024 434.60973,-491.8812 C 435.29557,-494.46725 436.56159,-495.09002 437.8033,-492.5257 z" id="path5821"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 424.88088,-499.9895 C 425.60709,-495.53203 422.0731,-498.89427 424.28968,-500.61308 C 424.62621,-500.76569 424.63482,-500.07082 424.88088,-499.9895 z" id="path5823"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 417.75125,-503.64147 C 416.91573,-501.69942 415.84393,-500.09469 414.38957,-498.61507 C 413.61128,-496.37999 414.62267,-494.09932 414.22353,-491.77387 C 415.0645,-488.91522 411.829,-491.40347 410.31731,-489.68564 C 408.24737,-491.42833 406.30331,-488.50728 403.9747,-489.73354 C 401.49983,-490.62037 398.49831,-489.19754 396.3623,-490.91471 C 395.88252,-493.38223 400.12455,-492.64307 398.00647,-495.55178 C 399.47495,-496.93312 401.799,-497.18681 403.71482,-497.35884 C 404.08478,-499.79376 407.34171,-499.12259 407.68774,-501.86932 C 408.85442,-504.03722 412.97711,-501.83062 412.36684,-504.60797 C 413.42671,-505.41939 418.38932,-505.93761 417.75125,-503.64147 z" id="path5825"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 459.7491,-545.95639 C 463.30036,-546.10603 459.46653,-544.10851 458.59795,-542.89475 C 456.60665,-542.31314 453.99698,-539.54436 452.17567,-541.7019 C 452.03546,-544.06357 455.45854,-545.65381 457.48402,-544.50557 C 458.01746,-545.50664 459.59617,-545.39388 459.7491,-545.95639 z" id="path5827"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 598.33123,-719.24288 C 594.80612,-717.31038 590.02431,-717.34743 587.93389,-713.38909 C 585.39955,-711.22744 587.55901,-707.83129 586.33705,-705.3343 C 581.16582,-702.42329 574.96912,-700.56587 569.04902,-701.46256 C 566.84969,-702.94037 565.42224,-705.56198 563.01734,-706.73095 C 558.92398,-710.96453 551.85319,-710.88931 548.27532,-715.69841 C 545.77225,-717.52587 542.391,-718.37565 539.54899,-716.6114 C 537.97686,-716.02518 533.61342,-714.95152 536.93875,-717.05275 C 537.69376,-718.98657 539.7836,-719.42084 540.663,-721.33671 C 541.28316,-724.37003 543.39753,-723.96523 545.91409,-724.51391 C 548.62067,-725.45539 551.28116,-726.62782 553.54832,-728.37166 C 555.75653,-728.75523 552.74606,-723.85822 556.58032,-726.39818 C 559.54551,-726.41694 557.34242,-729.64749 560.12087,-729.8745 C 562.35533,-730.68329 563.87109,-732.76592 565.4681,-734.17064 C 567.45566,-734.57445 568.89797,-737.71528 571.07292,-736.02362 C 572.69866,-735.6119 574.33365,-735.26702 576.05109,-733.79513 C 579.94309,-731.14061 584.63598,-729.32976 589.38214,-729.3375 C 591.47567,-730.39076 593.60807,-730.36227 594.76637,-728.0495 C 595.87966,-726.21232 595.76139,-725.1403 598.03414,-723.91403 C 598.52354,-721.61607 601.22451,-721.01438 598.41499,-719.50496 L 598.33123,-719.24288 z" id="path5829"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 144.52319,-813.91334 C 145.22581,-812.1374 143.33805,-809.65029 145.93313,-808.43719 C 146.17594,-806.18911 140.89335,-807.24007 142.77786,-809.88653 C 143.52024,-811.15724 141.99773,-814.30728 144.52319,-813.91334 z" id="path5831"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 792.09788,-870.02473 C 789.65883,-868.0513 791.45943,-864.5876 788.86299,-863.10188 C 787.01093,-861.84763 784.42782,-861.97653 782.6988,-860.73857 C 785.15403,-859.42226 788.45136,-860.39533 790.97971,-861.27623 C 793.48569,-862.75996 793.10851,-867.49861 796.92098,-867.02121 C 800.15345,-866.80654 803.40924,-868.45523 806.51247,-866.96721 C 808.70154,-868.33933 810.88549,-867.06812 812.81413,-865.94737 C 815.22402,-865.43705 817.73885,-865.9421 820.01806,-864.76671 C 822.95145,-865.01793 827.6952,-862.42792 825.77376,-858.96642 C 822.58943,-856.55125 818.64811,-859.44975 815.2649,-858.75225 C 814.09904,-857.23147 812.42255,-855.89951 810.68082,-854.64526 C 808.94875,-853.37997 805.76548,-854.77925 804.71908,-852.95245 C 806.06807,-851.06819 807.67543,-848.735 810.21478,-848.81764 C 812.22733,-845.9491 812.9553,-850.38764 815.46067,-849.33241 C 817.67346,-851.67794 818.77793,-847.32765 820.53794,-848.06598 C 822.01885,-848.7536 825.88937,-849.37061 823.78741,-851.86462 C 822.33671,-853.31544 824.3052,-857.69933 826.03362,-855.10027 C 826.20305,-851.22524 828.85681,-854.25807 827.97235,-856.62879 C 828.53682,-859.01877 830.08307,-860.6612 832.68047,-858.91291 C 835.35997,-859.07079 837.60624,-857.0112 840.32996,-856.81859 C 843.34712,-855.59233 847.1427,-856.31403 849.68768,-854.13378 C 850.47241,-851.70314 853.45312,-850.77928 853.88375,-848.11931 C 855.5451,-845.06294 851.46865,-846.6392 850.39325,-844.89766 C 847.49802,-841.97661 843.51026,-845.53376 840.09617,-845.27382 C 838.72807,-844.91725 833.86832,-847.11562 835.26117,-844.64299 C 839.0999,-842.16576 844.24899,-843.36224 848.16515,-841.08501 C 851.42141,-839.93316 854.27911,-843.0078 857.56988,-841.81643 C 861.01033,-841.13819 863.77599,-843.15069 866.45864,-844.88367 C 870.61906,-846.63426 875.38999,-845.00137 879.543,-846.88465 C 883.88165,-846.8081 887.82172,-849.48568 892.20554,-848.22665 C 895.0982,-847.29522 897.55621,-849.31677 900.44907,-848.92514 C 903.5931,-848.88892 906.57495,-850.15355 909.76794,-849.9988 C 912.34653,-850.70338 915.6551,-851.22079 918.05033,-849.94563 C 918.90165,-846.29333 917.405,-842.31837 915.37679,-839.31336 C 913.65225,-836.78131 909.0082,-839.72376 908.35855,-836.09104 C 909.93571,-834.44878 909.21201,-832.33207 909.47249,-830.29125 C 912.64138,-825.11833 913.05761,-818.71388 912.62881,-812.78535 C 911.8193,-808.13215 908.95328,-803.76128 905.01653,-801.24058 C 900.90942,-800.71264 897.57059,-797.92937 893.61119,-796.81851 C 891.27479,-796.29567 888.10288,-797.64243 887.15527,-794.52845 C 884.06392,-790.53637 878.49751,-792.34869 874.23286,-791.89713 C 869.19327,-789.78076 864.88961,-786.11346 861.01338,-782.2847 C 856.77022,-777.62935 855.62022,-770.34383 858.22832,-764.67146 C 858.68782,-761.20617 854.20892,-762.29449 852.1282,-762.60611 C 846.3606,-762.99446 841.10011,-765.51103 835.50262,-766.55111 C 832.09045,-766.9276 829.90615,-763.69312 826.99906,-762.36214 C 822.85576,-760.1837 821.18838,-754.45008 816.11894,-753.87835 C 812.55815,-752.5836 808.7272,-752.09336 805.38743,-750.27989 C 802.09514,-750.32087 799.09191,-749.31964 796.02985,-748.29355 C 789.75688,-748.02143 783.46774,-746.20384 778.17093,-742.89725 C 777.58014,-740.95931 776.68627,-739.32265 774.44748,-738.76194 C 770.87496,-737.51295 770.29502,-733.11871 767.62275,-730.94832 C 763.20221,-728.95327 759.13163,-732.53116 755.29439,-734.17064 C 752.50272,-735.39131 748.95432,-732.94371 746.71653,-735.78163 C 744.53516,-737.04889 742.02853,-739.04411 739.43845,-737.66128 C 734.15351,-738.82861 729.41976,-741.89963 724.04687,-742.97857 C 718.11933,-744.41654 712.27529,-746.88669 706.0925,-746.3604 C 704.05202,-745.17693 701.70761,-747.23767 699.39864,-746.11247 C 695.47978,-745.25266 691.74843,-743.67179 687.85998,-742.44042 C 685.19818,-742.55532 682.68577,-741.99511 680.43325,-740.7221 C 677.28929,-739.93586 674.07075,-741.44495 670.88006,-740.42248 C 667.54572,-739.61073 664.19099,-738.85578 660.7897,-738.7351 C 655.28641,-737.52349 649.71694,-736.41559 644.09049,-735.8567 C 642.5798,-735.72795 640.26925,-731.75398 639.80933,-734.70764 C 637.66406,-737.43888 637.99962,-733.12183 639.46427,-731.88914 C 639.80694,-728.95771 636.97692,-726.24013 634.16505,-727.94216 C 630.47023,-730.46499 626.69772,-733.19508 622.31947,-734.60029 C 620.78284,-735.1075 617.14869,-736.18939 618.70663,-738.31713 C 621.29376,-737.85059 620.8643,-742.23333 623.76769,-741.31243 C 626.78441,-743.54322 621.77521,-743.75707 621.78462,-745.77813 C 620.54747,-749.17757 618.97527,-745.60034 618.53188,-743.94391 C 615.05314,-743.15653 618.57351,-747.66272 617.12334,-749.01805 C 615.76868,-749.86141 611.69622,-749.03632 612.47907,-747.21956 C 615.61621,-746.50477 614.48987,-744.27481 613.42201,-742.35975 C 612.80017,-740.59253 615.07396,-737.28232 612.77616,-736.90945 C 610.59527,-736.64523 608.00246,-738.87751 606.53771,-736.47995 C 603.66627,-736.30447 605.67565,-740.16831 607.52026,-740.53278 C 610.04114,-741.83148 608.36491,-744.87271 609.84264,-746.84406 C 610.20385,-750.25058 603.6939,-750.33404 603.63284,-746.9318 C 603.01871,-744.68537 603.01876,-742.38 602.67579,-740.18526 C 600.51072,-739.08921 597.91904,-736.624 595.36062,-738.09078 C 593.28474,-739.65551 594.27835,-742.2939 596.2167,-743.21348 C 595.83855,-745.67953 596.21049,-746.48633 598.73975,-747.32689 C 599.569,-749.99228 595.23286,-751.12341 593.65238,-749.20605 C 591.5458,-747.93221 587.96557,-751.33906 586.9683,-748.74922 C 588.59484,-747.73992 589.99816,-746.8299 591.3116,-745.12623 C 594.27222,-743.71295 591.64408,-740.85643 591.64717,-738.62777 C 588.93099,-736.18676 584.7231,-738.79322 582.69806,-741.09777 C 580.06956,-745.29183 575.1097,-746.56305 570.85252,-748.29355 C 566.97245,-751.43207 563.64521,-755.46169 559.26436,-757.77956 C 556.45938,-757.91192 555.28522,-761.54167 552.25712,-761.74383 C 550.92176,-763.08401 545.93419,-762.80712 548.79519,-760.69733 C 551.46989,-759.36174 554.80087,-758.96566 556.89025,-756.72384 C 558.01173,-752.62706 563.42361,-752.793 565.35669,-749.15321 C 566.39395,-747.34006 567.45362,-745.36756 568.8015,-744.51465 C 567.9473,-742.08944 565.85721,-740.12912 564.02101,-738.36026 C 559.10944,-735.52975 552.55314,-737.57633 547.90403,-733.95531 C 544.13968,-731.85671 539.97064,-729.57982 538.19951,-725.45736 C 535.7086,-724.5954 534.21601,-728.07765 531.67671,-728.15618 C 526.84041,-729.26441 521.34565,-732.07616 516.63756,-729.23016 C 515.61259,-728.13444 510.23536,-728.36985 512.77821,-727.04744 C 516.32529,-727.49012 515.0405,-723.88522 512.14442,-725.09585 C 508.48749,-725.75286 504.72205,-727.6819 501.11578,-725.79303 C 497.81943,-725.2394 494.57579,-724.28344 492.50087,-721.49738 C 491.71225,-719.92047 488.12845,-717.78235 488.67967,-721.14229 C 489.63592,-724.08523 486.7553,-726.73532 483.923,-725.31002 C 481.48513,-724.65696 478.20853,-723.16632 476.40106,-725.70529 C 473.76145,-726.49349 473.03066,-723.52848 472.22591,-721.8202 C 469.58487,-719.65806 472.41997,-718.50966 474.00831,-720.85371 C 475.07541,-722.50652 479.27781,-723.7448 477.72342,-720.50751 C 476.19384,-717.95159 480.49023,-717.55765 481.28097,-719.61279 C 483.00758,-720.33021 485.02442,-717.89594 487.26592,-718.23276 C 490.42341,-718.44183 490.46951,-716.25302 488.26944,-714.74327 C 488.26134,-712.32168 493.16948,-713.90288 492.68654,-710.9731 C 491.42151,-709.6492 487.47722,-709.6581 488.86173,-706.99912 C 489.24966,-705.21627 487.63808,-702.16632 485.40019,-702.54084 C 481.90132,-703.4502 477.86127,-703.47424 475.04804,-700.98466 C 472.98176,-700.7313 472.70149,-704.66412 470.02705,-704.04433 C 467.44035,-703.54535 466.29589,-706.55827 463.67494,-706.11395 C 461.52101,-706.81606 459.3024,-706.84043 457.40974,-707.85828 C 455.20531,-708.91368 453.00034,-706.71943 450.68863,-707.91162 C 446.41752,-708.88306 441.84069,-708.42754 437.79517,-710.11245 C 435.39293,-709.34531 433.11906,-711.06183 430.78202,-710.66706 C 428.70664,-710.12267 425.15987,-710.31034 425.21506,-707.2138 C 426.34899,-704.56749 422.70473,-703.7085 422.83849,-701.30749 C 423.49858,-698.57887 427.13821,-700.12336 427.74014,-697.49468 C 429.24658,-695.58523 428.64919,-693.3839 426.59136,-692.25937 C 425.14069,-690.8963 425.19848,-687.56089 423.02417,-687.34475 C 420.98926,-689.79613 425.37107,-691.86164 423.72972,-694.16503 C 424.29878,-696.43666 424.07703,-698.80737 421.3129,-699.41104 C 418.14562,-702.28287 414.64089,-704.81459 411.17858,-707.37528 C 407.57832,-709.95294 404.75145,-713.78534 400.44698,-715.21475 C 394.73259,-717.42595 388.9616,-719.75288 384.25684,-723.86069 C 381.37834,-725.77903 377.57723,-725.02078 374.41645,-726.33117 C 370.47502,-727.11231 365.58202,-729.68469 362.1995,-726.16985 C 357.90444,-724.62503 354.01282,-720.83116 349.12862,-722.41053 C 344.85246,-724.22681 342.26018,-718.2777 337.98047,-719.8319 C 332.25836,-720.41614 325.90491,-720.29646 320.98136,-716.98707 C 318.55817,-715.07745 317.95105,-711.68262 315.41138,-710.06011 C 312.22317,-709.79358 311.29642,-705.54782 307.82626,-705.89204 C 305.73563,-705.73648 301.92028,-705.66388 301.42724,-708.09715 C 303.14268,-711.01755 299.42723,-712.42852 298.84983,-714.99992 C 298.78429,-716.7426 296.06189,-720.05759 295.05854,-717.28866 C 296.42469,-714.93456 299.08699,-712.64993 298.10719,-709.46978 C 296.04202,-706.52172 299.68712,-705.78421 299.03347,-703.59458 C 296.93021,-701.85633 297.84766,-698.58612 295.43354,-697.01053 C 292.158,-693.44086 288.18968,-688.2775 290.82901,-683.26393 C 291.03321,-681.60142 294.72831,-679.71007 292.58498,-678.56019 C 289.79114,-678.74786 284.87903,-678.76662 284.99909,-674.83282 C 285.35126,-672.81439 284.31836,-669.15271 287.56125,-669.30251 C 289.36759,-667.84577 291.44361,-667.38104 293.55798,-667.11468 C 293.55723,-665.18499 289.64347,-664.98892 290.04692,-662.40288 C 288.77581,-660.40025 290.66705,-657.73008 287.89548,-657.11291 C 285.63589,-655.4769 284.19577,-658.87601 282.51111,-659.63623 C 280.52789,-657.63707 284.39664,-655.70787 283.33893,-654.03959 C 279.45368,-653.43707 275.0942,-651.94345 273.78478,-647.7693 C 271.97414,-644.41924 270.39436,-639.9784 272.70783,-636.4927 C 271.93625,-634.40084 268.41033,-636.62752 266.72935,-635.04254 C 264.95212,-634.30849 262.8026,-631.7715 261.0851,-634.02271 C 259.37181,-634.08773 256.55455,-637.70399 255.90189,-635.12666 C 254.65753,-632.74179 251.64232,-635.61164 249.80352,-636.08229 C 246.8651,-637.3191 246.91932,-640.77599 245.74897,-643.25883 C 243.32929,-644.39406 242.52434,-647.55579 239.51054,-647.6618 C 236.53291,-647.55266 235.85661,-649.77834 234.74753,-651.34621 C 232.40366,-648.5985 228.17574,-651.9856 225.62265,-649.43347 C 224.06445,-648.33758 220.78324,-649.08233 219.90405,-650.45396 C 218.62615,-652.24735 215.61341,-652.05293 213.83309,-652.80328 C 212.6765,-654.84821 213.85702,-657.3898 212.21746,-659.26057 C 211.13585,-661.21513 208.11244,-660.40569 206.33515,-660.34345 C 204.86665,-662.3716 201.73268,-662.27875 199.92635,-660.97956 C 201.74577,-660.32815 203.54225,-658.79469 205.75621,-659.26057 C 207.84471,-657.61254 202.57094,-656.72802 203.89076,-654.30529 C 205.03052,-652.07022 199.48674,-651.32333 199.77773,-653.51493 C 199.89737,-655.51608 196.2635,-655.50916 195.5097,-657.56908 C 193.58164,-659.43424 190.48731,-659.66225 187.9321,-660.1204 C 183.38449,-659.76399 178.78013,-660.29785 174.27798,-659.87297 C 170.81289,-659.23983 170.04656,-653.91019 165.91198,-654.96509 C 161.97143,-653.79891 157.5926,-654.27351 153.57695,-655.0102 C 151.28962,-654.9264 149.20506,-653.52695 146.89977,-654.48143 C 145.01569,-654.86468 142.9878,-650.55076 141.77162,-653.536 C 142.28741,-655.55608 140.78497,-658.76637 138.58178,-656.68325 C 136.45344,-654.76326 131.34232,-656.78285 131.30367,-652.76327 C 133.01158,-650.29921 132.15671,-650.06923 130.11718,-648.53249 C 129.90511,-646.6744 127.13137,-644.18466 129.96685,-643.20483 C 130.32958,-640.82489 127.66896,-638.97519 127.33041,-636.54603 C 125.06036,-635.08485 123.62919,-639.20814 121.0449,-638.07044 C 118.91623,-637.13785 116.95652,-635.55781 114.96495,-634.23689 C 113.94001,-631.8734 113.18265,-630.0512 110.21022,-631.59058 C 106.30198,-632.33928 104.79202,-627.33972 104.30166,-624.34508 C 103.60151,-622.4167 101.26588,-621.75904 99.62875,-620.81246 C 101.10835,-621.39407 103.1641,-625.4808 100.07446,-623.60461 C 97.485933,-623.47851 101.9351,-627.45199 99.35123,-628.55331 C 96.678808,-630.44794 100.61869,-633.80524 98.886092,-635.63354 C 97.049865,-635.04007 97.664087,-631.0791 94.791581,-631.3583 C 91.78514,-630.10998 97.099663,-627.69069 94.875686,-625.69893 C 91.713463,-625.26515 93.268911,-622.28911 95.766966,-622.31595 C 96.415117,-619.94852 91.867879,-621.62124 91.472754,-619.02664 C 89.819719,-617.77106 91.949087,-613.75544 88.711533,-613.99283 C 85.060087,-613.84927 85.915133,-612.13425 88.890279,-611.62672 C 90.873744,-610.59339 93.120816,-610.69907 93.093308,-607.87104 C 95.938388,-606.24045 94.051935,-601.82315 91.310913,-601.21208 C 89.701636,-599.9863 90.736449,-596.00426 87.735769,-596.45944 C 85.495743,-596.74786 82.004028,-597.31975 80.69265,-595.13045 C 79.995163,-592.67396 77.549425,-590.82723 77.757178,-587.94914 C 75.856732,-585.22135 75.338321,-590.09351 73.117324,-589.87473 C 71.032223,-591.30529 70.248474,-593.96344 68.770893,-595.94994 C 69.415603,-597.95914 70.281843,-600.68117 68.028235,-602.07124 C 66.495735,-604.06382 66.62024,-606.9722 64.166302,-608.35453 C 61.402267,-609.80748 59.254823,-613.2196 55.727189,-612.14626 C 53.893563,-613.33385 52.187471,-615.02155 49.684312,-614.42232 C 45.333173,-614.17638 42.592037,-619.97421 37.912954,-618.28913 C 35.255956,-617.73979 31.796327,-616.07957 32.914208,-612.73907 C 34.651069,-608.00783 29.991312,-603.13321 25.213276,-603.78956 C 21.628699,-604.18481 18.368296,-600.19932 14.927302,-602.66223 C 13.687271,-604.32689 10.932651,-604.29264 10.450556,-606.54549 C 9.4638944,-609.32168 13.361171,-609.31082 13.219267,-611.68367 C 13.523899,-614.72704 9.6187707,-617.81848 12.588023,-620.38279 C 12.558079,-622.8029 14.125362,-624.70313 16.645346,-624.71153 C 19.978759,-625.84133 23.435853,-627.01262 26.215955,-629.24291 C 29.545764,-629.65381 31.320174,-633.54366 34.905146,-633.43172 C 36.973555,-635.40092 41.455535,-635.59567 41.700625,-631.98157 C 43.132309,-631.01259 46.391659,-629.69463 48.058966,-631.37608 C 49.902255,-633.12272 51.308226,-635.3066 51.503829,-637.88804 C 53.066816,-639.30708 55.523321,-638.66291 57.556583,-638.74786 C 59.5076,-639.03282 60.341163,-641.74348 62.378788,-642.3944 C 64.92409,-644.34302 68.082642,-645.29965 69.996389,-648.03813 C 71.883088,-649.33042 72.585448,-651.52301 73.375402,-653.4616 C 75.45298,-654.0139 77.503759,-654.45937 78.645988,-656.60258 C 80.424958,-657.3368 83.194195,-657.87841 82.844456,-660.55005 C 83.321992,-663.25628 81.589378,-665.88726 82.844456,-668.44351 C 83.609998,-670.68204 86.952103,-667.6069 87.403266,-670.50952 C 89.127945,-672.49716 91.309185,-669.87342 92.944836,-671.7725 C 97.178501,-672.56416 95.490221,-678.20872 98.217727,-680.63327 C 98.577211,-683.33604 94.582725,-686.1114 97.586483,-688.36524 C 99.238514,-690.28572 98.564602,-692.44111 98.958279,-694.46037 C 100.68536,-696.91735 102.52567,-692.54433 104.08487,-694.32636 C 105.52454,-695.60778 106.58393,-697.69058 108.21579,-698.55599 C 108.49397,-696.62284 110.09044,-693.85916 110.97669,-697.54143 C 113.01566,-699.40248 111.81196,-700.84144 110.62031,-702.48865 C 112.68824,-702.96737 114.59252,-699.80466 117.10543,-701.18566 C 120.28895,-704.49424 125.27094,-701.82983 129.00139,-704.04548 C 131.13133,-706.00119 131.7461,-708.7833 132.08346,-711.50943 C 133.99628,-713.06874 130.06305,-716.2945 133.04885,-717.30923 C 134.97777,-717.98978 136.43496,-718.87067 138.10916,-720.23917 C 139.25147,-721.56998 141.59926,-721.96376 142.51799,-723.91403 C 145.05629,-724.57976 146.31362,-727.22129 146.37985,-729.65967 C 148.38085,-730.6013 149.68587,-731.85671 150.83741,-733.65701 C 152.59471,-734.62137 153.8321,-736.35138 155.92319,-736.47995 C 159.14538,-739.09546 158.41353,-743.98144 158.52256,-747.70256 C 158.13769,-749.79737 159.66835,-752.3849 157.70557,-753.93185 C 156.82628,-756.81109 157.42311,-759.89018 157.66834,-762.8458 C 159.39776,-764.52741 159.35244,-766.83328 160.21382,-768.8173 C 162.69558,-772.47372 159.92601,-777.3327 161.71596,-781.10336 C 164.1286,-780.51583 166.62039,-781.01924 169.04313,-780.71008 C 170.93067,-779.08214 173.9978,-780.10674 175.64099,-777.88172 C 179.48673,-775.27097 185.53269,-773.21353 189.269,-777.12989 C 191.60804,-779.14979 193.98557,-781.22798 196.21287,-783.41268 C 198.59965,-783.95693 199.17416,-786.10375 200.22557,-787.99889 C 200.9715,-789.90274 203.23896,-790.67498 201.00314,-792.86362 C 199.4283,-794.80271 202.49439,-798.72647 198.94232,-799.25508 C 198.31981,-800.50225 196.45005,-802.46125 197.40123,-803.87206 C 200.07582,-803.48455 202.09269,-804.93947 201.97345,-807.76323 C 203.02439,-810.29956 198.2242,-810.85763 202.1543,-812.08768 C 203.47993,-814.29757 206.47321,-812.63554 208.13277,-814.55768 C 211.83769,-815.45437 215.74449,-816.12092 219.60696,-815.73966 C 221.78938,-814.89696 224.14199,-814.09097 226.03893,-815.98083 C 229.10383,-818.46925 233.26015,-815.28612 236.24278,-817.94082 C 238.82431,-819.6784 242.00154,-816.531 244.52354,-818.85397 C 247.01417,-819.67182 249.55923,-819.49666 251.80181,-818.20899 C 253.87078,-819.23096 255.71975,-820.85792 258.19036,-819.62079 C 260.6666,-819.78326 263.15433,-819.23771 265.50408,-818.58581 C 267.66043,-816.91786 270.81539,-819.26718 273.13738,-817.46358 C 275.86723,-817.24134 278.31833,-815.88782 281.06295,-816.92082 C 281.91286,-819.84879 284.60885,-819.02962 286.88885,-818.30793 C 289.64222,-817.65306 292.32251,-817.07144 295.02502,-816.27649 C 296.14213,-813.83712 299.55495,-815.74328 300.64928,-813.08217 C 302.36885,-811.79153 303.57775,-809.61572 306.128,-810.36952 C 310.80699,-810.36113 315.57256,-809.50905 320.16444,-809.50971 C 324.41151,-810.03089 327.6048,-814.54517 332.16874,-813.24169 C 334.53609,-813.28465 336.42788,-815.645 339.03082,-814.84543 C 341.49491,-814.39486 343.94891,-813.6995 346.45492,-813.80601 C 348.53807,-814.69612 350.30365,-816.53034 352.8419,-816.06117 C 355.11477,-816.8469 355.21734,-820.1084 354.84706,-822.07563 C 353.29009,-823.76119 352.14235,-825.81403 352.8419,-828.19742 C 352.77385,-830.89064 355.18074,-834.67941 351.98784,-836.35971 C 351.67741,-838.55939 356.23369,-833.87178 356.41148,-837.40489 C 357.37611,-839.32472 354.18976,-842.3689 357.63217,-842.53501 C 359.50239,-843.53031 360.44892,-847.20534 358.13349,-847.97017 C 358.51798,-850.32344 361.67892,-849.67318 363.48848,-849.60173 C 367.22031,-850.96086 368.90136,-854.91787 371.59429,-857.62426 C 374.63956,-862.06296 378.93762,-865.34025 383.58834,-867.88103 C 386.09203,-868.5698 389.75555,-866.51027 391.2415,-870.06893" id="path5837" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1857.5248,1052.3991 C 1855.544,1049.2743 1860.1391,1050.0986 1859.0495,1048.4703 C 1858.5892,1046.8219 1862.369,1047.2614 1863.5055,1046.2157 C 1864.9475,1042.8304 1867.3443,1039.978 1870.4511,1037.9759 C 1870.7682,1035.1029 1873.2579,1033.1228 1874.4599,1030.5354 C 1875.8798,1029.4206 1877.8789,1029.1359 1879.4827,1028.3527 C 1882.0554,1029.5525 1885.1718,1028.9639 1887.828,1028.1722 C 1889.7837,1027.1351 1888.0921,1023.2291 1891.3657,1024.23 C 1893.1893,1023.9068 1895.1364,1021.4462 1894.6605,1019.5269 C 1893.9668,1017.558 1892.1585,1016.3821 1893.5524,1014.0916 C 1895.025,1012.4279 1892.9546,1009.5139 1894.5119,1008.5185 C 1895.6005,1005.9444 1898.1701,1008.6677 1899.4595,1006.9759 C 1900.5444,1006.5614 1902.9862,1003.4465 1902.9413,1006.3167 C 1903.6362,1007.8627 1906.7083,1007.1649 1907.7686,1009.0021 C 1909.6882,1011.6666 1905.5613,1014.9623 1907.6944,1017.3792 C 1909.563,1018.5382 1907.5691,1014.3599 1908.911,1012.8527 C 1909.7627,1011.2783 1911.7943,1016.1385 1909.4965,1016.3136 C 1910.1639,1018.8165 1913.7389,1014.8332 1913.3015,1017.1104 C 1916.1122,1018.9357 1915.5115,1017.392 1915.8489,1015.2908 C 1917.0699,1012.8227 1920.4765,1014.8433 1919.8741,1017.2177 C 1920.3243,1019.0952 1922.1827,1018.4191 1923.5875,1019.5811 C 1925.5925,1019.8314 1928.2496,1020.115 1925.4639,1022.2741 C 1924.8562,1023.9097 1928.3872,1024.1433 1927.5607,1026.7761 C 1930.1754,1028.023 1928.103,1029.8355 1928.9242,1032.0311 C 1929.0463,1034.0296 1929.5021,1037.4972 1930.4571,1033.7571 C 1930.4124,1031.6382 1932.8351,1029.8923 1932.3444,1028.1532 C 1930.3608,1025.7344 1934.1576,1026.491 1935.3959,1027.0449 C 1938.328,1028.1715 1938.2416,1025.5333 1939.2918,1024.4083 C 1941.2424,1024.8339 1939.3107,1029.1276 1941.3001,1028.0649 C 1942.4616,1028.8733 1940.8851,1032.4697 1944.0161,1030.4089 C 1945.2097,1031.6117 1945.0571,1033.9191 1944.5309,1035.7975 C 1944.2835,1040.7178 1941.1097,1035.5051 1941.2495,1037.1216 C 1940.0125,1039.0494 1942.1385,1041.2949 1940.0376,1042.671 C 1939.4601,1045.039 1940.3927,1048.242 1937.8467,1049.6516 C 1939.5169,1052.1557 1940.9362,1048.8299 1940.7936,1046.9318 C 1942.308,1047.1847 1945.331,1044.0839 1944.308,1047.5037 C 1942.9716,1049.6667 1943.0726,1050.863 1945.2734,1051.1022 C 1946.7427,1051.274 1946.5203,1048.0787 1949.2305,1048.8943 C 1951.349,1049.6639 1952.7338,1052.2304 1955.4109,1051.5852 C 1956.0203,1051.6157 1956.8268,1052.0801 1957.2452,1052.5207" id="path5841" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccc"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1950.7847,1052.2997 C 1950.5863,1052.4441 1950.3324,1052.0798 1950.1422,1052.2997" id="path5843"/>
<path id="path9433" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1669.878,1422.8997 C 1670.2782,1422.6146 1670.5322,1422.4158 1670.9803,1422.031 C 1674.2639,1422.6327 1673.639,1417.5225 1675.8771,1417.2808 L 1675.7426,1416.7681 C 1675.2294,1413.6273 1672.4769,1414.3692 1671.2667,1416.5816 C 1669.0979,1418.2128 1668.9429,1420.3877 1669.878,1422.8997 z" sodipodi:nodetypes="cccccc"/>
<path id="path9435" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M -0.53032584,1435.1093 C 0.88079701,1436.2226 3.9639032,1436.6156 3.650463,1439.1605 C 6.3221126,1441.6845 7.1854395,1446.0017 10.780091,1447.591 C 11.958406,1451.5353 12.421487,1445.7038 14.376686,1447.2642 C 14.79211,1449.0653 15.016209,1450.9279 17.201105,1451.5709 C 19.169621,1451.3839 21.322596,1452.5435 22.959861,1450.8135 C 25.644943,1450.8602 28.230957,1451.7923 30.943696,1451.2436 C 34.128603,1451.3399 37.282677,1451.6575 40.375628,1452.3168 C 43.457614,1450.024 47.596638,1450.8238 51.107069,1451.2436 C 53.094336,1452.6839 52.869973,1455.4286 51.088599,1456.9468 C 50.053357,1457.63 46.769396,1460.3457 49.621784,1459.9423 C 51.531563,1458.6202 54.992493,1458.134 54.634868,1455.1096 C 56.020343,1452.9641 59.308156,1454.8798 61.467403,1454.25 C 63.705192,1453.4621 65.344513,1454.3252 66.776066,1456.0751 C 68.491838,1457.2238 68.937996,1459.5918 71.307746,1459.9423 C 74.106417,1461.2008 75.100536,1465.5659 78.845867,1464.668 C 81.505631,1464.9705 84.06491,1464.2042 86.505397,1463.5162 C 89.833576,1463.7595 92.309259,1466.3528 95.073196,1467.6209 C 96.338217,1465.0875 98.554225,1467.185 100.43042,1467.3288 C 102.55834,1466.6866 104.15791,1470.0976 105.80473,1467.7824 C 108.02237,1465.8622 110.13909,1468.8626 112.56291,1468.588 C 114.7485,1469.5302 116.73218,1471.57 119.29387,1470.3786 C 121.20992,1471.3742 123.48135,1471.4467 125.18839,1472.8837 C 129.04999,1474.7268 133.1821,1476.7506 137.4795,1477.0185 C 140.01681,1475.9228 142.11421,1478.4593 144.6834,1478.0385 C 146.96425,1478.1829 149.02068,1479.3319 151.3026,1479.3961 C 153.87468,1479.8208 156.30727,1479.2427 158.75697,1478.468 C 160.6926,1479.2259 162.21759,1480.7763 164.3743,1479.7334 C 165.90625,1479.7874 166.78047,1484.7868 168.07748,1481.4755 C 169.21974,1479.9616 171.9054,1480.3891 173.6586,1479.7033 C 176.25041,1479.3257 178.2674,1481.0339 179.2176,1483.3011 C 180.53332,1483.0428 179.97525,1479.6613 182.63381,1479.8646 C 184.69504,1478.9014 185.96272,1481.7425 187.64684,1482.334 C 189.29815,1480.7144 191.86789,1480.7492 193.99668,1480.0261 C 196.17406,1479.133 198.32317,1481.0028 200.11422,1480.1794 C 204.62076,1478.0912 209.11119,1475.9012 213.60317,1473.7428 C 215.62173,1473.1048 217.59608,1472.6651 219.63986,1472.2986 C 221.57334,1470.8926 223.39497,1471.8953 224.59464,1473.5273 C 225.20903,1472.7393 224.76338,1468.0196 227.11759,1471.1387 C 228.80821,1472.2673 230.46335,1472.8909 232.42971,1472.132 C 231.9986,1471.3127 229.56978,1469.0467 232.84655,1468.2802 C 235.01139,1466.5808 237.3347,1464.0548 240.37633,1464.9362 C 242.45053,1464.9533 243.86437,1464.7428 245.74444,1463.5458 C 247.68034,1463.7025 249.30672,1461.7794 250.95932,1462.3587 C 253.48718,1462.6728 254.05437,1462.9514 255.19221,1464.7158 C 258.85015,1464.9663 255.57474,1466.527 253.93008,1467.0299 C 251.71863,1468.4591 248.79786,1469.6572 247.80305,1472.2927 C 249.85648,1473.2193 249.00492,1475.8146 251.2868,1475.6566 C 252.47929,1474.6823 255.91201,1474.9289 255.11836,1472.5608 C 256.40903,1470.1863 257.90202,1470.3264 258.79361,1472.668 C 261.35575,1473.8092 261.20418,1470.1137 259.87141,1468.9095 C 257.03608,1466.4295 261.1117,1467.3234 262.54508,1467.1914 C 262.23143,1464.6727 264.90024,1464.0532 267.00104,1464.7214 C 269.26239,1464.3447 269.51673,1461.1116 272.12056,1461.2726 C 275.01185,1460.6901 277.05968,1458.4149 279.77492,1457.5796 C 281.21391,1458.5168 285.14463,1457.8892 284.41836,1460.5026 C 283.06986,1463.7383 287.57634,1459.6314 287.94429,1462.5202 C 289.84873,1467.4031 295.85531,1465.5549 299.56427,1467.5084 C 301.68811,1468.75 300.92114,1472.673 298.0818,1471.4342 C 295.74615,1469.5348 294.66515,1470.94 293.38549,1472.7256 C 289.95917,1472.9714 291.66141,1475.0603 294.1828,1474.87 C 293.79294,1477.0303 296.22381,1480.53 296.44562,1476.5134 C 296.99928,1473.1558 299.18206,1477.1849 301.12673,1476.4815 C 303.40906,1476.4122 305.77141,1475.7089 307.92213,1476.7503 C 310.17693,1475.944 312.20993,1476.4614 312.92196,1478.615 C 315.05989,1478.1111 317.23952,1478.0492 319.40357,1478.7962 C 323.44611,1478.6723 327.01384,1480.9383 329.5338,1483.9454 C 331.24532,1486.3909 334.06854,1487.8234 337.07191,1487.8656 C 339.18604,1488.198 340.99785,1489.2499 341.91926,1486.5562 C 343.65241,1485.8684 345.63209,1487.712 347.39506,1488.0269 C 348.6159,1489.5335 350.02731,1490.7234 350.54502,1492.7787 C 352.07349,1495.0864 354.0818,1493.7885 352.5195,1491.4634 C 351.96082,1489.429 352.4637,1486.8762 351.2047,1485.2621 C 349.95746,1483.1101 353.4115,1483.1921 354.33896,1481.8511 C 356.38806,1481.2318 357.95683,1479.9303 358.38655,1477.7168 C 360.65604,1476.9607 362.46197,1477.0254 361.65277,1474.1834 C 362.96,1472.7044 365.56551,1473.8587 367.19725,1473.1283 C 370.07437,1473.9726 372.92878,1472.8725 375.77439,1473.8892 C 378.19402,1473.5217 381.06168,1473.0741 382.00342,1470.413 C 384.74378,1471.1568 384.17086,1468.3442 386.01379,1470.467 C 386.63891,1473.3456 388.90931,1475.1548 391.06393,1476.8038 C 393.71556,1479.3273 391.57439,1483.8939 394.36887,1486.2548 C 395.46978,1485.0718 395.8473,1481.7726 395.16757,1480.0395 C 393.84278,1477.7068 397.86476,1477.9654 399.2333,1477.931 C 401.93257,1480.5002 405.72492,1481.5151 409.35468,1481.2012 C 411.10303,1483.065 413.49955,1483.6422 415.96428,1483.725 C 418.15337,1485.2122 420.49831,1486.4028 422.14469,1488.5639 C 424.20959,1490.624 427.01318,1492.1446 429.6556,1493.2128 C 431.91376,1492.8801 433.00223,1494.9603 434.5472,1495.9739 C 436.5065,1496.8235 438.36997,1497.8032 440.72155,1497.5075 C 443.29136,1497.4153 445.77116,1498.8261 448.24948,1497.3705 C 450.86287,1496.8729 453.59539,1496.3746 456.12145,1495.8071 C 457.35223,1496.8493 457.7642,1499.7212 460.13229,1499.0882 C 462.63348,1497.0745 462.90541,1500.2089 464.48148,1500.8378 C 465.39367,1499.1312 466.77021,1497.5493 468.91654,1497.269 C 471.84145,1496.2825 474.52997,1494.8587 477.54524,1494.261 C 479.294,1492.6903 482.59577,1495.0441 483.15493,1491.9997 C 484.44762,1490.3527 487.78907,1490.6037 489.05924,1492.1077 C 489.26953,1494.1727 494.14961,1495.0517 492.1767,1492.4967 C 489.43776,1491.0813 491.70257,1489.883 493.73795,1489.9059 C 497.23028,1488.7127 497.57815,1484.0271 501.12496,1482.7155 C 503.18137,1481.9641 505.06652,1480.3949 507.18036,1480.1328 C 508.32741,1481.3444 508.25758,1484.8941 510.01222,1483.4508 C 508.91686,1490.0864 512.78295,1489.9748 514.37811,1490.2363 C 517.06221,1492.4204 514.35871,1496.5753 517.58759,1498.133 C 519.66888,1495.4527 522.25262,1496.894 525.10197,1495.627 C 527.28124,1496.0777 532.16404,1497.4811 529.23327,1500.5383 C 530.77206,1502.8183 529.59152,1506.8721 533.95473,1506.3929 C 537.9575,1507.2069 538.39367,1502.3176 538.59998,1500.0768 C 540.94847,1499.07 543.95871,1499.6727 546.31484,1500.4735 C 548.55683,1502.1424 551.47574,1504.1028 554.35184,1503.7307 C 557.2495,1501.6984 560.41685,1504.0484 561.13414,1507.0924 C 560.9578,1510.4687 561.0216,1514.2164 560.90666,1517.3094 C 558.29357,1519.1597 559.90591,1522.909 557.47609,1525.0498 C 558.40159,1527.9866 555.59142,1530.5025 553.94065,1532.3737 C 552.00521,1534.007 547.87895,1535.5847 550.81532,1538.6866 C 552.68387,1540.5801 552.40612,1545.3232 556.18552,1544.6717 C 558.77972,1545.9685 562.02394,1546.5228 564.73141,1546.8038 C 567.9538,1545.3101 564.9611,1541.1706 566.64228,1538.7702 C 565.48723,1535.8718 567.36509,1532.2554 570.32997,1532.1407 C 572.91102,1530.247 577.72504,1530.8944 573.13114,1533.4698 C 571.31208,1535.8195 569.93872,1539.8969 573.72708,1540.9168 C 575.92623,1543.9739 578.1655,1544.5699 581.00291,1542.4456 C 584.22749,1543.556 585.03939,1545.6359 587.81782,1546.8207 C 591.72467,1544.8741 591.88466,1551.3219 593.73051,1550.436 C 596.3868,1547.6294 597.7359,1550.8874 600.43231,1551.8347 C 602.24665,1555.3157 606.79047,1552.1278 609.36574,1554.9345 C 609.85472,1558.0264 613.57367,1559.3585 615.97852,1560.8281 C 618.36349,1563.3259 621.14398,1559.3242 623.39843,1561.3197 C 626.273,1563.0919 629.64569,1561.6731 632.71939,1563.0123 C 636.22983,1562.6117 638.12795,1558.8255 641.88735,1559.4947 C 642.97062,1562.7316 646.24952,1565.6454 644.35343,1569.3199 C 642.2105,1571.2621 645.80484,1575.4752 648.4765,1575.1292 C 652.27424,1573.0668 652.25077,1578.1054 654.84311,1579.1256 C 658.02851,1579.8107 658.83717,1583.4425 660.81432,1585.3945 C 660.43817,1589.5108 663.06893,1588.8972 665.67123,1590.4642 C 663.22292,1594.4638 668.26751,1594.0497 669.38196,1591.6549 C 671.15249,1592.3883 670.01381,1587.9431 672.61032,1586.7355 C 674.69473,1584.187 676.82513,1589.8647 679.66949,1589.6129 C 681.38839,1591.3365 684.98391,1588.2469 687.40496,1590.3955 C 690.36544,1588.5692 691.32792,1585.0138 694.11102,1583.475 C 695.54238,1589.0559 697.1304,1579.1196 697.90551,1581.9606 C 700.34538,1583.4126 702.34689,1586.4842 704.83109,1586.8779 C 708.18164,1585.9267 707.9966,1590.946 711.42893,1591.4316 C 714.26575,1595.5981 716.17076,1589.0447 718.50503,1590.3357 C 716.91966,1593.2581 717.42298,1596.166 720.66526,1597.7324 C 722.52698,1599.6929 722.42894,1603.4439 724.51527,1604.7666 C 728.24891,1603.6512 729.02904,1606.8127 729.37339,1609.5674 C 732.23718,1609.3322 734.74703,1611.7962 737.70812,1610.9199 C 737.8469,1606.3883 741.4146,1609.3809 744.19022,1608.7127 C 746.57001,1606.1465 748.86989,1605.5908 751.72228,1606.4571 C 754.2839,1605.1534 757.49541,1604.3215 759.13034,1602.2875 C 762.23238,1602.1534 764.41698,1604.9435 767.12942,1605.6127 C 771.8933,1604.2283 770.19502,1609.112 772.0775,1611.2968 C 773.74335,1614.8876 777.73553,1612.7195 778.41869,1609.7299 C 776.14,1605.7964 790.06106,1604.7866 784.26591,1604.7333 C 786.07241,1607.0344 787.35846,1607.9344 788.27767,1610.2835 C 790.434,1610.125 793.72892,1611.6461 796.35948,1610.1239 C 798.07471,1606.8947 801.42823,1612.8819 803.42474,1609.0696 C 805.7291,1608.2641 808.79818,1610.04 811.52835,1610.0235 C 813.52972,1606.9167 814.69197,1609.8007 817.98121,1610.4024 C 820.55925,1608.8356 823.6116,1612.812 823.42643,1607.883 C 823.87772,1604.5454 822.78932,1600.9821 820.09531,1598.9726 C 817.7011,1598.5112 823.6604,1595.5852 819.70468,1593.7649 C 821.8462,1592.1561 822.38765,1589.7074 822.05417,1586.4293 C 820.34081,1583.1633 824.48177,1581.3411 826.68045,1580.3952 C 830.25407,1577.8486 831.30215,1584.288 834.83083,1583.3307 C 837.23711,1584.2261 840.75659,1581.5506 842.10068,1584.8091 C 845.18861,1585.2015 847.0781,1586.479 849.89547,1588.1766 C 852.81545,1588.0609 854.40385,1594.1092 857.08384,1591.7562 C 859.31199,1587.9481 861.78834,1592.6878 863.86765,1593.1789 C 866.9754,1592.0668 868.94324,1593.9933 871.91324,1594.5303 C 875.27369,1592.1428 877.06656,1595.5737 879.65106,1597.1009 C 883.00033,1598.8738 880.24045,1602.7233 883.07232,1604.8491 C 885.20054,1608.0085 887.53883,1607.045 890.06603,1605.6454 C 892.88357,1604.8627 894.51459,1604.582 897.59264,1606.1891 C 900.05461,1605.6136 903.69205,1607.0433 905.64682,1605.6069 C 910.79109,1605.0079 908.01184,1608.7774 910.18671,1610.6208 C 914.024,1609.7678 913.70725,1613.9609 915.14433,1616.1331 C 918.30915,1618.4326 916.57537,1623.1719 919.14121,1625.5927 C 919.65585,1628.596 925.85737,1627.5119 924.36381,1624.1485 C 922.41812,1622.5899 925.57791,1615.9035 927.42768,1619.0876 C 930.44705,1620.6659 934.38804,1614.9633 937.3557,1618.8228 C 937.81957,1622.2756 941.60244,1622.1896 944.01662,1623.121 C 946.78302,1622.0798 948.80718,1624.7577 951.79801,1623.008 C 953.75706,1624.1697 959.21206,1624.0875 957.17882,1627.0043 C 954.64016,1630.0286 960.30075,1630.6695 962.39867,1630.935 C 965.86951,1634.2668 958.72922,1632.1561 958.1236,1635.0454 C 957.44303,1637.3794 955.94992,1640.1852 955.8183,1643.0065 C 955.85713,1645.0332 956.5299,1648.2937 959.32315,1647.0313 C 961.97649,1648.7458 965.06353,1647.7243 968.10153,1648.3296 C 971.08581,1648.9357 972.09903,1652.7118 975.19324,1653.264 C 976.62911,1656.1892 979.87615,1656.2323 982.14577,1655.3046 C 984.22696,1655.1158 985.09003,1658.6506 985.78324,1661.1285 C 986.19212,1663.9846 986.4391,1667.5319 988.51719,1669.848 C 990.73972,1671.4032 993.06408,1674.7114 995.87083,1672.3249 C 997.8956,1673.0721 1001.6584,1671.4852 1002.8548,1670.3148 C 1003.007,1667.7702 1007.469,1667.2699 1007.2253,1663.441 C 1008.3387,1660.8832 1012.1043,1659.7817 1014.8776,1660.5 C 1017.9728,1662.4646 1021.2093,1659.195 1024.2557,1658.0047 C 1026.7993,1658.6597 1029.3602,1660.2433 1031.9056,1660.5161 C 1034.961,1661.3758 1035.8754,1663.0758 1038.3797,1664.6057 C 1041.0494,1665.1408 1043.3972,1667.0655 1046.4289,1666.5413 C 1046.1545,1669.1418 1049.6537,1671.4809 1051.1121,1673.5712 C 1052.6016,1675.9339 1056.089,1675.1376 1058.2676,1677.0704 C 1062.0909,1678.2908 1060.2295,1671.2315 1064.4401,1672.3185 C 1066.4688,1674.2452 1069.6514,1674.778 1072.6666,1674.9457 C 1075.1076,1676.0801 1080.3413,1676.4383 1076.5947,1672.7748 C 1075.3324,1670.072 1073.0904,1667.0267 1076.7982,1666.8505 C 1076.4424,1663.1306 1081.3347,1664.8212 1082.6383,1661.7763 C 1085.0991,1660.4224 1088.0975,1661.8428 1090.5954,1662.9696 C 1093.4746,1661.5513 1094.6571,1658.9974 1097.5289,1657.9056 C 1098.0287,1654.8572 1104.2245,1653.6444 1103.0706,1654.2315 C 1105.6954,1655.1016 1109.4905,1656.3221 1109.6932,1652.475 C 1111.8837,1647.3718 1114.32,1654.419 1116.4274,1652.5014 C 1118.4637,1649.736 1120.8731,1653.547 1123.5758,1651.4582 C 1124.282,1653.8387 1126.0268,1656.8907 1128.5327,1658.1033 C 1130.3901,1662.0714 1133.391,1657.4151 1136.1387,1658.5517 C 1137.6198,1659.7145 1139.132,1658.6633 1140.9291,1658.4145 C 1140.8619,1658.9238 1140.7154,1659.6002 1140.5605,1660.0982 C 1140.2508,1661.0941 1139.8192,1662.0837 1139.4909,1663.0989 C 1138.9991,1665.6945 1138.8422,1668.3806 1140.4545,1670.5497 C 1140.7937,1672.5261 1142.9713,1673.5736 1143.128,1675.7577 C 1144.0911,1677.8265 1145.4667,1673.1178 1147.5581,1674.5765 C 1150.2107,1673.5949 1150.0541,1677.1709 1152.1515,1677.1005 C 1153.8562,1675.0003 1156.4154,1677.4118 1157.8701,1678.6038 C 1158.607,1680.7421 1156.0688,1682.295 1156.3829,1684.4808 C 1153.7359,1685.6379 1156.3091,1689.5806 1153.7111,1691.0617 C 1151.9367,1692.2362 1151.2763,1694.1473 1148.5859,1692.7908 C 1146.9185,1693.08 1145.2743,1695.4246 1143.4994,1693.3716 C 1141.1592,1693.7964 1140.327,1691.6781 1138.5881,1690.8122 C 1135.1649,1691.5072 1134.3679,1695.8787 1133.4362,1698.7412 C 1132.8047,1702.6437 1132.7853,1706.6915 1133.0649,1710.6086 C 1133.6575,1714.0937 1137.1025,1715.5797 1139.7861,1717.0521 C 1142.3795,1719.6339 1145.896,1722.6185 1144.7064,1726.7803 C 1143.5751,1729.4412 1142.4528,1732.1649 1143.4623,1735.0415 C 1143.608,1737.9685 1144.876,1740.5889 1147.2128,1742.3441 C 1149.8963,1744.9529 1145.7771,1747.5258 1146.2844,1750.4531 C 1144.9353,1752.4341 1144.9574,1755.1138 1142.9053,1756.6282 C 1142.0433,1758.9416 1141.1453,1761.465 1138.5235,1762.2672 C 1136.7685,1763.6997 1135.2074,1766.3982 1132.5079,1765.3815 C 1129.1419,1767.058 1127.5636,1770.7997 1125.2857,1773.6088 C 1124.8435,1775.67 1122.9825,1776.881 1121.665,1777.5712 C 1118.451,1779.3064 1115.0624,1781.4082 1112.6786,1784.3909 C 1110.8329,1786.034 1109.6459,1788.3663 1106.9972,1788.8478 C 1105.5506,1789.6051 1103.8742,1790.7347 1102.0585,1790.3513 C 1099.3715,1790.7932 1096.0573,1791.5664 1095.5601,1794.755 C 1094.5431,1796.4277 1091.6165,1795.9317 1091.0669,1798.2981 C 1089.877,1801.2027 1085.9443,1800.0431 1084.3829,1802.7018 C 1082.957,1804.4221 1081.0129,1805.3961 1078.7758,1805.3866 C 1073.2578,1807.2076 1070.0083,1812.8171 1064.2937,1814.1399 C 1059.592,1815.6419 1055.4927,1818.532 1051.3713,1821.1202 C 1046.9907,1822.6036 1043.5988,1825.7979 1040.2313,1828.7455 C 1036.1882,1831.1777 1032.3508,1834.2231 1027.5687,1835.1363 C 1025.1868,1835.9518 1023.4143,1837.73 1021.5159,1839.2711 C 1019.0605,1843.0183 1017.6046,1847.3629 1015.426,1851.2993 C 1014.937,1853.3796 1013.6748,1854.8356 1012.1396,1856.1446 C 1009.1813,1860.7891 1007.2287,1866.5983 1001.8724,1869.1274 C 997.83731,1871.6324 993.5179,1875.6885 988.35579,1873.9606 C 983.62249,1874.8586 978.43405,1874.2564 974.09653,1876.6453 C 970.93,1879.0088 967.05842,1879.8 963.17932,1879.7056 C 959.81525,1881.3225 956.42128,1883.0521 952.63336,1883.1968 C 949.80299,1883.3018 947.8353,1885.7218 945.16957,1885.506 C 940.27988,1886.8701 935.0899,1886.374 930.13047,1887.4924 C 925.15767,1887.7779 920.93565,1890.555 916.42819,1892.2716 C 913.5485,1894.3888 910.99727,1897.7925 906.99628,1897.4268 C 904.5157,1897.522 901.79157,1896.9585 899.86667,1898.8764 C 897.37823,1899.396 895.23856,1900.7012 893.14552,1902.0446 C 891.06422,1901.2905 889.35682,1902.2277 887.72924,1903.4893 C 885.87098,1905.451 886.63104,1909.014 884.41919,1910.6899 C 881.42018,1909.637 878.42896,1906.6105 874.913,1908.2206 C 871.89521,1909.1664 868.67275,1909.3891 865.92666,1911.1195 C 862.62697,1912.1732 859.54444,1913.9579 857.7573,1917.0272 C 856.26823,1918.7884 854.33819,1920.909 852.61515,1922.4515 L -0.4375,1922.5062 L -0.53032584,1435.1093 z" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccc"/>
<path transform="translate(-6.2528328e-2,869.73772)" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 344.11344,-870.02473 C 341.78177,-868.76652 338.3336,-867.74341 337.80289,-864.65938 C 337.92603,-861.89553 335.53834,-860.85825 333.42125,-861.16873 C 332.31791,-859.27064 335.56638,-857.67743 334.42365,-855.42243 C 334.07255,-852.73482 331.52195,-849.48979 328.59379,-851.23364 C 325.5217,-851.18951 322.90073,-849.77393 320.53579,-847.95848 C 317.8493,-846.81336 315.17159,-850.63045 312.84913,-847.95848 C 309.42089,-847.09817 305.97841,-848.47489 302.52609,-847.85115 C 300.40716,-849.05123 298.04525,-848.8476 295.61921,-848.81764 C 292.33387,-849.64223 289.28237,-851.34656 285.85315,-851.12695 C 282.8151,-851.87894 282.99888,-855.71892 280.0619,-856.54318 C 278.44765,-857.91695 277.1961,-859.6575 275.08549,-860.52325 C 273.28449,-862.10658 272.3912,-865.04607 269.44014,-865.03488 C 267.74661,-863.59509 265.36864,-864.13983 263.49872,-865.08821 C 263.20451,-867.53927 260.51393,-867.71975 260.00873,-870.11312" id="path5839" sodipodi:nodetypes="ccccccccccccccc"/>
<path id="path9431" style="fill:#e0e0e0;stroke:#0978ab;stroke-width:0.69999999000000002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 2000.6187,1363.4893 C 1997.2657,1360.8108 1997.8412,1366.1431 1995.6752,1365.7006 C 1992.9297,1363.8335 1991.0411,1360.8802 1987.9144,1359.5253 C 1987.8596,1356.3343 1984.8443,1357.8185 1983.3083,1356.4945 C 1981.9977,1355.1647 1980.3477,1351.659 1978.2969,1353.6184 C 1979.1744,1355.8399 1976.0465,1356.8599 1978.7072,1358.7434 C 1980.9884,1360.0139 1980.101,1361.7991 1979.0395,1363.4455 C 1980.7532,1363.7955 1981.9455,1367.403 1978.8647,1365.7958 C 1977.9947,1364.2245 1978.0829,1361.805 1975.809,1361.2436 C 1972.4802,1360.1739 1970.1798,1357.4424 1967.0825,1356.0889 C 1964.0269,1355.9963 1965.5793,1351.1393 1962.3055,1351.2697 C 1961.1731,1349.3593 1958.8089,1348.55 1957.0937,1347.1209 C 1954.6736,1346.0295 1953.861,1349.6962 1951.7927,1347.1138 C 1949.7367,1345.9425 1950.2698,1343.7674 1949.8155,1342.1809 C 1947.7281,1341.7773 1946.5609,1339.9333 1945.0859,1339.0306 C 1944.2385,1335.9951 1941.2659,1335.1195 1938.5639,1334.555 C 1935.7785,1333.9898 1936.1751,1330.2133 1933.9594,1329.2928 C 1932.4155,1331.1004 1929.8502,1329.5143 1928.0532,1329.037 C 1927.3763,1327.4869 1926.19,1324.0381 1924.0819,1326.0712 C 1923.1319,1325.8478 1920.7476,1323.8104 1921.6203,1322.3395 C 1920.7014,1320.1827 1918.2193,1318.9615 1916.8781,1316.9424 C 1913.3025,1314.2006 1908.8954,1312.6874 1904.8097,1310.8738 C 1902.8975,1308.6927 1901.8422,1309.5013 1900.7673,1311.6742 C 1899.5205,1313.4004 1900.0102,1315.8734 1900.4279,1317.8547 C 1898.1546,1317.3791 1896.2078,1315.2865 1893.7809,1314.7404 C 1890.6793,1314.5067 1891.8034,1311.5644 1891.613,1309.5133 C 1890.9577,1305.0447 1885.6384,1305.8373 1882.5298,1304.215 C 1879.3491,1302.9049 1875.5875,1303.92 1872.7264,1301.6377 C 1870.5585,1300.7571 1868.1508,1302.4838 1866.1537,1300.7252 C 1864.4694,1300.5867 1863.4895,1295.9758 1862.3326,1298.4904 C 1861.9652,1300.6215 1858.7164,1298.0646 1857.2046,1297.933 C 1856.1036,1297.3172 1850.4399,1296.7938 1852.7115,1296.9665 C 1856.6055,1296.6523 1852.0125,1294.7596 1850.3291,1295.0177 C 1847.6949,1295.7312 1845.2598,1294.8969 1842.7125,1294.2499 C 1839.3756,1293.947 1838.2191,1297.9607 1835.1102,1298.47 C 1833.8798,1300.1692 1832.4471,1301.7384 1830.0861,1301.3162 C 1825.7874,1301.1079 1825.4391,1306.8937 1821.3443,1307.4159 C 1818.8674,1307.2235 1818.4218,1309.5864 1816.3577,1310.0153 C 1814.712,1311.9465 1812.3478,1312.6924 1809.9708,1313.4511 C 1808.4404,1314.6708 1808.1494,1317.0114 1806.1089,1317.8007 C 1804.8106,1319.4583 1801.8274,1321.1757 1802.6184,1323.4397 C 1804.3373,1325.2652 1802.0621,1327.5702 1801.8014,1329.5617 C 1799.5949,1330.4933 1797.8571,1332.6426 1799.2286,1335.0842 C 1800.5596,1337.4609 1798.3429,1339.0969 1796.8998,1340.5694 C 1792.9127,1341.1097 1789.7698,1344.2629 1785.6679,1344.493 C 1781.5675,1345.4887 1779.8535,1349.4541 1778.036,1352.7592 C 1775.0725,1355.0214 1775.5524,1359.3594 1775.6967,1362.6397 C 1776.8288,1365.5673 1772.2583,1365.5706 1772.1185,1368.3135 C 1770.646,1370.9611 1766.7935,1371.7986 1766.4876,1375.2597 C 1765.5312,1377.4872 1768.5981,1379.5781 1767.3789,1381.4882 C 1765.0427,1381.7934 1762.8914,1382.9474 1762.3286,1385.4617 C 1761.745,1387.6113 1758.4829,1386.6277 1757.4641,1388.684 C 1756.2829,1390.4989 1755.943,1393.3003 1753.1567,1393.4093 C 1749.4752,1393.5073 1747.0454,1396.8119 1743.6133,1397.6514 C 1742.3283,1399.8388 1740.4155,1401.5736 1737.7091,1401.5716 C 1735.3136,1402.7282 1732.8141,1403.0935 1730.1741,1403.4028 C 1727.9694,1403.6294 1726.2415,1404.9292 1724.5639,1406.1899 C 1722.4184,1405.9948 1720.3167,1405.55 1718.2465,1406.6421 C 1716.2142,1407.2318 1714.7922,1408.8255 1713.5352,1410.3782 C 1711.484,1410.2796 1708.6147,1409.2915 1707.7423,1411.989 C 1705.9425,1413.1885 1704.038,1413.7696 1701.9155,1412.7354 C 1698.2469,1411.679 1693.6414,1409.566 1690.4011,1412.6874 C 1689.0059,1413.327 1688.2608,1413.0089 1687.5463,1412.5117 C 1687.2246,1409.3695 1684.892,1407.1191 1684.5618,1403.8942 C 1683.4505,1400.2954 1680.5484,1394.9404 1685.0538,1392.5096 C 1687.0574,1390.9027 1690.5293,1389.9981 1690.0482,1386.7645 C 1691.4755,1384.4373 1690.4738,1379.9601 1694.2722,1379.797 C 1697.5735,1379.5115 1697.9227,1375.3503 1700.7705,1374.158 C 1702.7516,1372.6103 1704.9676,1370.7993 1703.8341,1367.9558 C 1702.7377,1364.4483 1707.089,1364.2348 1708.1787,1361.9829 C 1709.6105,1359.4191 1711.5878,1355.0797 1708.0488,1353.2028 C 1705.108,1351.3429 1701.8213,1347.2878 1704.6417,1344.047 C 1702.199,1342.1186 1707.6883,1339.0875 1703.6432,1338.7149 C 1701.0179,1336.9214 1699.6668,1338.7441 1698.0704,1339.8848 C 1698.0922,1342.7696 1696.5363,1343.3334 1693.8823,1342.5828 C 1691.3035,1341.5128 1690.3404,1344.2482 1688.2597,1344.3017 C 1683.7515,1343.6967 1680.4042,1349.0358 1675.7705,1347.3621 C 1674.439,1349.3558 1672.2913,1350.9015 1670.0425,1348.8795 C 1667.8686,1347.0484 1663.7141,1350.846 1663.1173,1346.7447 C 1662.5034,1341.9851 1657.0504,1345.1417 1654.1496,1343.8052 C 1651.9243,1342.2032 1650.6416,1337.5966 1647.3634,1339.2274 C 1644.1497,1338.3871 1643.8496,1333.8691 1640.4751,1333.2263 C 1639.0308,1329.9633 1636.0043,1335.971 1634.9561,1332.012 C 1633.3748,1329.97 1630.3418,1329.8418 1628.5831,1327.8298 C 1626.0337,1325.4831 1623.1368,1329.8881 1620.8873,1327.574 C 1617.1595,1326.7008 1618.5184,1321.7173 1616.4868,1319.238 C 1615.161,1317.1323 1610.9042,1317.0548 1612.1329,1313.6929 C 1612.1135,1310.4411 1607.4445,1309.5475 1607.6305,1306.1749 C 1605.2222,1305.2848 1604.1746,1303.8198 1605.4339,1301.4649 C 1607.0904,1299.3223 1605.5198,1297.1113 1605.9427,1294.9102 C 1607.2389,1292.6637 1610.7676,1293.4844 1612.0215,1291.784 C 1610.5671,1289.8478 1607.7484,1288.9482 1607.5562,1286.3471 C 1603.89,1284.7123 1601.9778,1280.5258 1601.6521,1276.7346 C 1601.2995,1274.4429 1601.9235,1272.4029 1604.0472,1271.2443 C 1604.5464,1267.9884 1609.0995,1269.5339 1609.4222,1266.3036 C 1611.5603,1265.1839 1612.2722,1263.4932 1612.2856,1260.9115 C 1613.0304,1258.3768 1614.7773,1257.94 1615.2987,1256.5974 C 1613.2713,1254.0832 1613.5336,1250.779 1615.8185,1248.5559 C 1617.78,1244.6208 1622.5301,1244.1341 1626.0859,1246.1273 C 1629.0137,1247.7525 1629.9215,1245.8875 1628.4809,1243.3743 C 1629.2892,1238.9346 1622.6854,1238.5762 1623.3472,1234.0712 C 1624.0079,1231.108 1623.9665,1227.4891 1621.3791,1225.4794 C 1621.8527,1223.7155 1626.2414,1221.3012 1623.0317,1220.0827 C 1621.4006,1218.9018 1621.4303,1215.9975 1618.6034,1216.015 C 1615.9927,1214.4667 1612.2744,1211.8834 1609.8493,1215.1025 C 1606.813,1216.2028 1603.3132,1214.6067 1600.6309,1213.2222 C 1598.2052,1210.7976 1595.7379,1208.3744 1592.3315,1207.477 C 1591.1569,1205.286 1587.9793,1205.5605 1587.727,1202.9525 C 1589.4743,1200.6603 1586.4119,1199.0802 1588.1541,1197.4081 C 1590.1784,1194.8559 1588.0679,1191.5071 1587.2921,1189.0474 C 1588.6517,1187.0953 1588.2335,1184.8605 1585.7961,1184.185 C 1583.0205,1182.7122 1578.168,1185.5523 1576.9677,1181.3922 C 1576.1649,1178.7566 1578.4321,1174.7049 1574.721,1173.6601 C 1574.5571,1171.6218 1571.4969,1170.1928 1572.6992,1168.5024 C 1574.055,1165.6023 1578.3765,1166.8211 1579.2234,1163.4973 C 1581.4301,1162.0349 1583.7322,1162.2527 1586.1488,1162.7861 C 1588.2217,1161.6608 1589.6712,1157.1736 1592.443,1159.7791 C 1594.5383,1161.6687 1598.2593,1160.3816 1599.1548,1163.7931 C 1600.7967,1166.0161 1603.4315,1163.9462 1605.5232,1163.9004 C 1609.7167,1162.3552 1603.6143,1159.8427 1606.3959,1158.2081 C 1608.5498,1158.2101 1610.5896,1157.5911 1612.5879,1156.9863 C 1613.6726,1154.8581 1614.7149,1153.5947 1615.1965,1151.4295 C 1615.7,1149.8846 1619.3362,1149.8007 1621.0881,1148.797 C 1623.6737,1149.6996 1625.2623,1146.5781 1627.4228,1146.8107 C 1628.302,1149.852 1630.1821,1149.8285 1631.1546,1146.7702 C 1632.0713,1144.9495 1633.5209,1141.4125 1636.0747,1143.1594 C 1638.5013,1138.4968 1634.8206,1133.845 1634.1438,1129.2778 C 1634.8489,1126.77 1638.3552,1128.6093 1637.096,1124.7538 C 1639.4736,1123.2009 1640.6841,1121.5292 1640.9679,1118.6746 C 1641.8547,1116.9813 1645.1605,1113.2026 1641.3778,1113.0656 C 1639.4507,1112.2773 1638.5224,1110.1137 1636.0098,1110.0537 C 1632.5932,1108.3504 1633.7677,1103.1868 1630.412,1101.1531 C 1628.8269,1100.0643 1625.2329,1101.6081 1626.0301,1098.3069 C 1626.0839,1096.2592 1621.9809,1097.0581 1620.6436,1095.3785 C 1618.4875,1092.1753 1617.7301,1087.8098 1618.6685,1084.0227 C 1617.3031,1082.0664 1615.5842,1080.3297 1616.9054,1077.6869 C 1616.3712,1075.4574 1621.1904,1072.702 1617.6194,1071.5115 C 1616.0583,1069.3392 1614.2724,1068.0075 1611.5486,1069.2089 C 1609.3977,1069.6275 1608.0608,1066.7412 1608.2247,1064.9067 C 1605.142,1063.9674 1600.8684,1064.6697 1599.5077,1060.8393 C 1598.2503,1058.5562 1595.2246,1057.1603 1595.8499,1054.0192 C 1595.2976,1049.3769 1594.0899,1044.6542 1595.6086,1039.9903 C 1595.2344,1036.704 1599.038,1034.3489 1601.4907,1036.8638 C 1604.5584,1038.318 1601.3091,1031.733 1604.9834,1033.3177 C 1609.3674,1035.9897 1613.9563,1032.0402 1617.8236,1030.1767 C 1620.5565,1027.7744 1620.8254,1023.859 1622.4004,1020.9141 C 1626.2625,1019.5129 1623.4929,1018.2525 1623.9785,1015.2751 C 1625.8362,1012.2123 1618.9729,1012.5361 1621.732,1009.932 C 1622.3343,1006.5019 1618.0965,1005.2662 1616.8767,1002.4545 C 1615.025,999.91654 1611.7372,998.19245 1611.2881,994.82988 C 1608.1847,994.04562 1606.5082,999.21475 1603.3788,996.96355 C 1601.7611,994.46706 1606.7961,991.53942 1603.2302,989.95608 C 1603.6159,988.05898 1606.5138,986.90202 1605.8389,984.25029 C 1604.2603,982.422 1600.6957,983.70325 1598.9134,981.51147 C 1596.5525,981.87068 1592.3619,981.56004 1592.8236,978.30332 C 1591.7709,975.31131 1595.4986,973.00365 1594.4528,969.77886 C 1593.0161,964.41828 1599.1999,961.55337 1600.5658,957.10627 C 1600.7244,953.51076 1597.2694,951.77696 1596.1283,948.66182 C 1594.071,946.49293 1591.106,944.12929 1590.7744,941.05217 C 1592.2448,938.94946 1596.3055,938.1168 1595.3579,934.72674 C 1596.6124,931.89294 1596.3866,927.17586 1592.443,926.95411 C 1586.9815,924.77584 1581.3782,923.0101 1575.5286,922.17497 C 1572.3337,921.21671 1569.4021,924.17644 1566.0689,922.93964 C 1561.1678,922.24511 1555.549,922.56381 1552.2181,926.75229 C 1549.1519,930.31372 1544.6722,932.34531 1539.9826,931.93459 C 1535.7721,931.61078 1530.9804,933.20069 1529.4275,937.47905 C 1526.8136,939.53535 1523.8019,941.4387 1523.1054,944.99701 C 1521.3351,947.359 1522.8534,948.81772 1525.25,949.37365 C 1526.7204,951.18515 1522.9724,952.50179 1525.1107,954.67628 C 1525.8729,956.35115 1527.6474,960.6779 1529.2232,957.36094 C 1531.1435,956.08693 1532.2054,959.80623 1532.2775,961.26825 C 1529.2275,964.12509 1525.2272,966.2902 1521.7316,968.69154 C 1521.0435,970.90471 1516.8657,970.65993 1517.8605,973.726 C 1517.7992,976.28094 1514.273,976.74353 1512.9402,978.66598 C 1510.5037,979.50654 1506.9906,980.81381 1505.17,978.19664 C 1502.9895,978.02626 1500.854,978.52161 1499.3679,980.14248 C 1496.7866,979.61848 1493.9958,978.83209 1491.6348,980.69298 C 1488.1769,982.36323 1491.4576,979.39411 1492.0898,977.79349 C 1493.5144,975.95252 1495.0009,974.46944 1492.5446,972.75902 C 1490.9158,971.38986 1487.6975,969.08466 1490.4745,967.01322 C 1493.4819,963.92919 1497.8364,963.02689 1501.3731,960.91908 C 1503.4596,961.80589 1504.9579,961.02197 1506.5707,960.40776 C 1509.8354,960.21515 1508.4133,956.16051 1507.1009,954.46079 C 1505.9032,951.86717 1509.7426,950.39348 1509.1061,948.05799 C 1510.8731,945.23769 1512.0315,941.96352 1513.7479,939.05004 C 1513.7917,935.1401 1509.3199,934.04174 1507.2122,931.42476 C 1505.8098,930.18449 1501.2606,929.29751 1503.7794,927.32731 C 1507.0386,924.97207 1500.9426,921.30693 1504.4273,918.71083 C 1506.7621,916.25352 1508.5154,913.50944 1509.4219,910.22705 C 1510.2553,907.60989 1513.0378,906.75747 1514.277,904.52125 C 1512.8267,902.63896 1509.1679,900.8487 1510.1274,898.17161 C 1515.1013,894.75176 1518.9136,890.02875 1523.5232,886.16968 C 1526.9753,883.48997 1529.1237,879.0195 1533.7907,878.03439 C 1536.4806,876.81834 1540.1525,876.11425 1541.0038,873.01343 C 1543.7734,872.97277 1542.5544,869.13527 1545.5154,869.46961 C 1548.733,869.1942 1549.7818,865.96168 1551.5777,863.84481 C 1552.1416,861.25531 1546.5053,860.42446 1549.2659,857.44069 C 1549.6228,854.93003 1550.2156,852.45017 1552.0789,850.52722 C 1553.6855,845.74512 1551.5358,840.89372 1548.6998,837.1028 C 1550.4104,834.33205 1553.102,831.78897 1555.5508,829.47734 C 1557.7291,829.1723 1560.1384,829.44887 1562.3091,828.25503 C 1566.052,827.56296 1569.0471,825.11535 1572.8178,824.49687 C 1576.2066,822.32387 1577.283,816.89759 1582.0641,816.91142 C 1584.8614,815.83265 1583.9792,812.78484 1581.8765,811.55248 C 1582.4906,810.87128 1582.3119,807.81178 1584.304,806.855 C 1586.1986,806.51242 1589.6438,806.12177 1587.9406,803.33916 C 1588.3861,800.9877 1591.9494,801.61854 1593.5291,800.03635 C 1596.6973,798.85107 1598.0542,795.40653 1601.123,794.18405 C 1598.9291,792.66311 1600.555,791.12866 1602.8262,789.73859 C 1604.9426,786.8368 1607.6492,784.21174 1610.8612,782.54412 C 1612.4587,781.70488 1614.0456,779.73847 1614.4168,778.07414 C 1613.6984,776.02822 1614.8041,773.57469 1613.4327,771.50918 C 1613.7729,769.18274 1617.4916,770.66253 1619.0396,768.78354 C 1621.2263,768.8726 1623.0074,766.98257 1621.6948,764.90373 C 1623.1672,763.13256 1626.5573,764.73186 1627.2834,761.80291 C 1628.0085,760.26583 1626.7212,757.58645 1625.3064,757.15859 C 1623.6601,755.4029 1621.7235,755.55139 1619.7267,757.06426 C 1615.5622,758.12657 1611.2805,757.68506 1607.1014,757.99026 C 1603.9322,759.71155 1605.1855,754.99151 1606.7487,754.01695 C 1609.8347,754.05662 1608.467,748.85786 1611.8452,749.80164 C 1614.7002,748.9833 1610.5651,743.56263 1614.5188,744.14918 C 1616.9468,744.71202 1617.6371,741.25694 1620.2559,741.77319 C 1623.2702,739.53071 1618.7828,737.15818 1619.2719,734.59156 C 1617.6836,731.5938 1621.9669,733.09219 1622.9295,731.08741 C 1624.5999,730.52293 1626.3459,733.11457 1628.4068,732.91308 C 1632.0104,735.35656 1635.8987,729.28365 1639.3147,732.71191 C 1641.0351,734.87883 1644.1419,731.75067 1645.3953,733.57091 C 1643.8087,735.6132 1642.854,737.80992 1643.0283,740.46033 C 1641.8293,743.27734 1646.5364,743.55753 1648.3474,743.29067 C 1651.4335,742.44172 1649.689,748.38112 1652.5487,746.15312 C 1654.2181,744.52995 1656.5014,744.76124 1658.2992,743.85401 C 1660.0936,742.95271 1662.9532,743.14976 1664.8052,744.12942 C 1667.1429,744.73557 1669.3235,744.64832 1671.0638,742.98201 C 1673.7321,742.61326 1674.102,738.98186 1676.8658,738.65887 C 1679.3773,736.29112 1675.5823,735.69584 1674.5822,734.24223 C 1674.7522,730.81529 1678.4745,732.84377 1679.7158,734.44356 C 1682.3686,734.93759 1685.5186,731.42259 1682.8444,729.26193 C 1681.4771,726.1346 1687.394,729.9135 1686.6041,726.10645 C 1687.2224,723.36023 1680.9802,725.43463 1684.2047,722.61795 C 1685.6809,720.42947 1690.4767,721.54676 1689.9833,718.22632 C 1691.2015,715.62003 1696.0073,718.26188 1694.9035,714.41368 C 1694.9399,711.64293 1691.6471,710.15376 1692.0534,707.19155 C 1689.892,704.29273 1685.3949,702.82018 1685.4066,698.6396 C 1684.6485,696.20106 1684.6788,693.52612 1687.2353,692.23614 C 1690.1608,690.04931 1689.3625,686.3682 1687.7274,683.6442 C 1685.7726,678.90687 1688.1422,673.49706 1691.283,669.81727 C 1692.7151,666.94396 1687.9385,663.05657 1692.0163,661.31932 C 1695.5602,659.71326 1693.4021,655.95544 1693.9567,653.13003 C 1696.9178,649.98164 1700.853,646.01326 1698.8145,641.25948 C 1697.1151,637.219 1691.5647,635.32617 1692.1278,630.362 C 1692.1721,627.2085 1692.3997,623.95343 1693.1397,620.84355 C 1692.5892,617.18154 1697.6461,616.33028 1696.7695,612.70892 C 1697.5468,608.76392 1700.4691,605.59216 1701.931,601.83417 C 1703.6754,599.06341 1707.3353,597.57918 1707.5567,593.84687 C 1708.835,590.22272 1706.1568,584.88058 1710.5366,582.89359 C 1712.9471,581.5911 1716.8634,579.64971 1714.9835,576.25998 C 1714.11,572.07973 1712.6365,567.81191 1714.4821,563.64055 C 1715.1125,559.6228 1719.3105,556.60263 1717.8241,552.25662 C 1716.9846,548.30833 1723.4474,549.21688 1722.6793,545.18232 C 1722.4612,540.85639 1721.8451,536.52238 1721.7695,532.22674 C 1723.7603,529.11834 1724.1684,525.23952 1726.1978,522.25295 C 1730.4221,520.30251 1733.8672,517.31957 1736.9942,513.91583 C 1740.3246,511.77345 1743.0967,507.83356 1742.1929,503.69957 C 1743.334,499.8861 1749.5811,505.06494 1749.7867,500.14225 C 1748.7647,495.92793 1753.8923,496.48024 1756.3686,495.30961 C 1761.7976,492.30822 1759.9394,485.12774 1763.1176,480.55537 C 1764.2056,475.22721 1769.2337,472.04507 1770.7485,466.83512 C 1772.2989,465.44735 1778.385,462.81571 1773.0972,462.96913 C 1770.8447,464.05877 1768.7035,461.56638 1766.2091,461.94929 C 1763.0175,461.57363 1760.2118,459.57841 1756.8606,459.66649 C 1754.0734,457.94635 1752.1412,454.95418 1748.7006,454.17536 C 1746.5603,452.6284 1742.9411,453.90587 1742.0167,450.91387 C 1739.7691,448.61064 1737.5519,448.33868 1735.4101,450.76587 C 1732.6694,448.09999 1730.0931,452.47827 1727.5345,450.45721 C 1724.5654,450.83699 1722.3756,445.48217 1720.0799,447.86572 C 1718.0842,448.89214 1714.8981,451.00458 1713.0803,449.03422 C 1710.6744,448.00418 1707.8681,448.71978 1705.5237,449.85338 C 1702.0955,450.28254 1700.4587,447.66867 1699.4709,444.96689 C 1697.3117,442.3667 1694.6969,443.19261 1691.8595,443.34488 C 1687.2344,442.64376 1687.7178,436.62765 1684.0697,435.04514 C 1681.6862,432.40625 1683.0783,432.28426 1683.5406,429.86332 C 1682.3792,426.79033 1679.7101,427.62777 1677.0423,427.877 C 1673.9953,428.03471 1676.1271,423.95917 1672.0849,425.33886 C 1668.5826,425.29804 1665.8937,426.89684 1665.9951,430.57532 C 1665.552,433.0216 1661.1088,430.68364 1659.6731,433.16614 C 1657.7498,436.63094 1657.1148,437.38837 1653.8338,435.9718 C 1651.4972,433.40451 1648.01,435.03559 1645.7109,436.46829 C 1644.1151,436.30828 1642.0577,432.47571 1639.4539,435.46179 C 1637.9935,433.08004 1634.3058,433.07494 1633.9303,431.34048 C 1631.1895,427.27284 1632.0609,434.52921 1630.3841,434.89796 C 1629.6779,436.78947 1625.6419,438.77135 1624.9998,435.46179 C 1624.7973,431.39909 1622.6188,427.68505 1623.765,423.5537 C 1621.8284,423.72013 1619.1594,421.71405 1617.016,420.70821 C 1613.4249,422.00461 1613.0982,416.03113 1609.7379,417.40557 C 1607.5558,420.33139 1604.7371,418.88666 1602.2833,417.60673 C 1598.365,418.78081 1601.3977,422.44727 1602.4969,424.68169 C 1601.8246,426.42109 1600.2642,430.62273 1597.1867,429.30015 C 1594.3284,428.34452 1591.9373,426.89602 1589.0638,427.4205 C 1586.1665,428.14649 1583.7145,425.2931 1584.3572,422.5872 C 1587.2261,421.81678 1586.8919,415.94849 1583.5402,417.67423 C 1579.9317,420.04643 1581.524,414.2496 1580.4117,412.37175 C 1578.8752,410.70528 1575.5823,411.10335 1577.0047,407.69929 C 1575.9299,405.58867 1573.5956,403.30322 1571.2398,401.84616 C 1567.9805,401.25862 1569.422,396.78123 1566.9137,396.81234 C 1563.24,393.40122 1567.1857,392.79491 1569.021,391.72388 C 1567.4823,389.60305 1567.2873,386.74769 1563.8874,385.93758 C 1559.2449,384.3284 1564.2438,381.59288 1561.7801,379.31929 C 1559.1557,378.21583 1557.5362,375.93713 1554.8546,375.10415 C 1553.2652,372.12992 1550.0012,374.04546 1547.9942,371.49332 C 1545.265,368.70579 1544.126,374.03245 1540.9723,372.91598 C 1537.7816,374.29173 1535.1463,370.80208 1531.9989,370.379 C 1530.8734,368.07331 1528.5292,367.30403 1526.2618,365.6937 C 1522.5332,363.1251 1518.0915,366.42198 1513.9986,365.29103 C 1512.8656,366.74316 1513.6104,367.89025 1510.2792,368.18837 C 1508.3673,367.94392 1509.833,372.9983 1506.3955,372.05666 C 1506,376.92502 1503.6348,372.67021 1501.2371,372.86249 C 1499.4609,375.73531 1497.8429,375.73185 1494.5976,374.90446 C 1491.2587,374.87482 1491.0396,375.98059 1490.0103,372.25865 C 1490.6848,369.05363 1488.2734,367.25398 1485.3686,366.66019 C 1482.1433,366.27662 1478.7364,366.34592 1475.6211,366.05635 C 1472.9063,363.85289 1473.3651,361.79183 1471.9078,359.38406 C 1469.3784,359.66787 1469.1432,356.99014 1466.1057,356.99441 C 1462.7866,352.81861 1462.4059,359.35838 1459.9561,359.59512 C 1457.34,359.25204 1456.2259,359.34851 1454.4572,357.36152 C 1451.0215,355.43215 1446.4658,357.60894 1446.4527,361.73305 C 1446.2025,365.56233 1443.6369,362.76392 1442.2549,361.31558 C 1439.9722,360.53231 1436.3101,359.56778 1435.619,362.84754 C 1433.769,365.44364 1429.9203,363.51755 1427.5332,365.34453 C 1425.3514,363.99331 1425.8096,361.68499 1427.3085,359.96764 C 1427.9263,357.65076 1423.5802,356.62155 1425.4537,354.40359 C 1424.4325,352.61267 1422.1351,351.15676 1422.6489,348.52659 C 1421.1886,345.61805 1417.6781,343.90713 1414.6295,342.96549 C 1412.1435,340.61222 1411.5134,342.61749 1409.6624,344.17481 C 1406.9189,346.14187 1404.9057,342.01678 1406.5436,340.26735 C 1407.3482,338.50293 1410.6147,337.15368 1407.6276,335.47634 C 1405.3569,333.91277 1403.7668,331.82553 1402.041,329.74174 C 1399.245,328.76521 1397.5132,333.57085 1394.5494,331.2189 C 1392.9953,329.16803 1388.7899,331.85944 1388.2845,328.64224 C 1389.0005,324.96408 1385.9708,327.45449 1384.4214,326.74825 C 1382.5236,324.41754 1383.4876,320.90023 1381.1906,318.66647 C 1379.7835,314.91095 1375.3661,319.18833 1373.7361,316.02215 C 1370.2828,316.30135 1368.2231,313.29749 1366.6622,310.73236 C 1364.5239,310.5702 1362.2392,310.50501 1360.5355,311.88026 C 1357.7521,314.59867 1354.0918,312.27371 1351.0197,311.69951 C 1347.8565,313.7721 1349.8783,309.26541 1350.6299,307.83287 C 1351.1369,305.23777 1349.709,302.38734 1348.309,300.15424 C 1348.7215,298.09498 1350.6586,296.4621 1351.159,294.20728 C 1353.6976,291.18284 1350.9721,287.9141 1348.6246,285.91049 C 1348.7195,282.07941 1346.5522,284.77625 1344.5244,283.54323 C 1341.0154,283.00639 1340.7584,277.47625 1343.8808,276.25821 C 1346.6661,273.77308 1343.9203,268.9997 1347.2972,266.64594 C 1347.4702,265.1385 1344.87,262.18567 1347.7149,261.20881 C 1349.1901,259.89759 1347.4195,255.04881 1350.6143,256.57617 C 1352.3853,260.01447 1351.8784,251.67505 1351.8507,253.10726 C 1350.8142,250.89409 1355.5716,249.76314 1352.8857,248.03904 C 1352.7701,245.07865 1349.2954,246.68701 1347.4064,247.10185 C 1345.2492,247.67606 1346.9473,241.69781 1343.6394,244.22641 C 1342.542,247.25841 1339.7863,248.52534 1337.0947,249.75737 C 1335.9596,251.93022 1335.5278,254.69306 1332.5643,255.00667 C 1329.5429,256.16594 1326.9741,259.67403 1327.9505,262.7798 C 1329.9286,265.79024 1327.2798,269.60831 1326.8643,272.84873 C 1326.5795,276.52803 1321.7651,276.09062 1319.1313,276.86205 C 1316.2548,276.63026 1314.1137,278.32422 1312.0295,279.90953 C 1308.4542,279.77487 1307.451,284.68159 1303.7304,284.39284 C 1300.7946,285.10204 1297.7937,286.7285 1294.9389,284.64817 C 1292.7402,283.41284 1290.3227,284.59022 1288.1759,283.07389 C 1285.9195,283.6685 1284.0766,282.60669 1282.6291,280.98336 C 1279.3086,279.33203 1275.4877,281.09184 1271.9069,281.09086 C 1269.3486,281.60661 1265.9324,282.86861 1264.6659,279.6677 C 1263.5282,277.20676 1260.0726,279.47773 1259.3256,277.89851 C 1260.5439,276.06346 1261.5547,274.36983 1259.1481,272.74765 C 1257.8578,270.54336 1259.9665,267.79599 1261.5374,266.44461 C 1264.4754,267.29241 1264.8947,264.29004 1266.8609,263.25802 C 1269.4569,263.22822 1270.548,260.33681 1268.3886,258.76532 C 1266.4189,256.86608 1265.1991,254.39395 1266.142,251.74502 C 1266.4876,249.00374 1262.0273,248.9336 1260.6926,250.52254 C 1257.1393,251.34499 1258.5597,248.29339 1258.4738,246.30739 C 1261.196,245.5154 1259.7813,242.70102 1260.9164,240.70448 C 1262.368,239.05563 1259.1883,235.66096 1262.2057,235.37995 C 1263.5841,233.34012 1264.5708,230.60361 1267.3673,229.92948 C 1270.5781,227.87533 1266.7748,224.06186 1264.0252,224.18368 C 1263.2017,221.23135 1259.7247,222.66653 1261.6766,225.25768 C 1262.9034,227.80109 1257.4962,228.16523 1258.3995,225.15017 C 1255.9031,223.84308 1257.5145,220.1432 1254.677,218.89389 C 1253.3705,216.72302 1250.9164,217.57889 1249.8251,215.31748 C 1247.1419,214.255 1246.576,211.52047 1245.2079,209.33626 C 1242.299,210.39593 1239.4862,211.88889 1236.3238,211.67176 C 1233.6133,212.93342 1230.5874,214.96107 1227.4952,213.91342 C 1226.7315,211.50038 1223.7128,212.06158 1222.3987,210.04744 C 1220.2031,209.06348 1218.5305,211.41758 1216.3275,209.9852 C 1213.8427,210.37174 1211.188,209.13938 1209.0029,210.95993 C 1206.8686,212.02784 1207.0923,215.30184 1206.4313,217.41755 C 1203.5579,214.66409 1204.8025,220.84812 1201.8983,217.4057 C 1199.6383,214.27344 1199.0323,210.30605 1197.7886,206.85211 C 1199.2452,204.47185 1200.1966,201.72711 1198.9768,198.97216 C 1198.7042,196.51353 1199.5226,193.72961 1197.612,191.69604 C 1197.035,189.46656 1193.9956,188.88775 1193.6017,186.3529 C 1192.5952,184.8397 1190.1652,182.36048 1188.6444,184.62107 C 1185.7836,182.66241 1182.2776,183.23974 1179.361,184.83591 C 1176.1815,184.53893 1178.2225,180.80004 1179.5003,179.60011 C 1178.6036,178.43903 1174.6262,176.33845 1173.5981,178.26173 C 1172.734,180.70785 1170.6926,181.70134 1168.2383,181.60734 C 1165.456,181.80324 1163.1365,183.81904 1160.4044,183.86941 C 1158.7226,181.5996 1155.6968,181.46824 1153.6183,179.69394 C 1151.2782,179.29507 1150.6517,176.71132 1149.1901,175.42545 C 1148.894,172.23623 1149.8182,169.0294 1149.5428,165.81236 C 1149.2701,163.1361 1146.2106,161.84629 1146.6279,159.10088 C 1146.0598,156.62975 1144.1771,154.13162 1144.864,151.62277 C 1147.8298,150.54038 1146.1759,148.84593 1145.4176,146.97286 C 1146.4602,144.28179 1143.0997,143.14441 1141.0671,143.68865 C 1139.1515,142.41629 1138.8898,140.24509 1137.9423,138.48759 C 1137.0929,135.83915 1135.1593,133.89694 1134.4574,131.13688 C 1132.8273,129.32078 1128.982,129.31716 1127.5691,130.2239 C 1126.3094,132.46457 1123.3322,133.00156 1121.3525,131.70088 C 1118.9168,131.75718 1117.6159,134.33368 1115.018,133.78187 C 1113.088,134.29351 1111.3708,136.69667 1109.5543,136.32363 C 1108.0298,135.06164 1105.1826,138.16114 1106.9229,139.47351 C 1104.7564,140.65467 1106.0547,143.57259 1103.6551,144.65581 C 1102.2862,148.32474 1101.0539,145.91912 1099.3622,144.24606 C 1096.7675,144.8736 1095.702,142.24607 1093.7777,141.51449 C 1090.4997,143.14523 1085.6115,140.92827 1086.6388,136.82869 C 1084.3992,135.78614 1083.3873,134.28792 1083.0774,131.94666 C 1080.8154,131.32554 1079.3901,129.65365 1078.2002,127.83424 C 1079.7317,124.34574 1074.9816,124.42525 1072.8262,124.17009 C 1071.2699,123.1333 1068.9999,126.88997 1067.3387,124.16943 C 1066.3669,122.32088 1066.8007,119.34041 1064.0337,118.98779 C 1063.8167,116.98122 1065.7774,114.74943 1064.8893,112.29558 C 1064.4505,110.10742 1064.3743,107.77143 1062.4834,106.36836 C 1063.0782,104.25231 1065.4665,103.12021 1066.104,101.03807 C 1068.5983,100.60709 1066.2479,97.09883 1065.0827,96.044756 C 1064.6733,93.56489 1063.4276,92.079507 1060.9981,91.520944 C 1058.5085,88.389506 1059.1147,83.773013 1057.9439,80.028852 C 1057.7026,78.19414 1057.1829,76.226742 1055.9171,74.87416 C 1060.5598,73.18146 1064.2193,70.1692 1068.6754,67.90681 C 1073.1279,65.45559 1077.2248,62.4514 1081.9392,60.45536 C 1088.3986,56.3915 1095.4526,53.40707 1102.0144,49.48479 C 1107.4401,46.73049 1112.094,42.68968 1117.6916,40.25147 C 1123.2306,36.74157 1128.2578,32.1343 1134.8844,30.80052 C 1140.7396,28.2046 1147.3297,27.67238 1153.2585,25.48143 C 1157.8231,24.23112 1162.4457,22.84122 1166.485,20.27575 C 1170.1087,19.7697 1173.6109,18.5464 1177.0309,17.16143 C 1179.6837,15.75474 1182.9109,15.71342 1185.3116,17.53693 C 1187.2616,18.83416 1188.8326,20.12496 1191.2608,20.19541 C 1194.2011,21.78977 1197.5597,21.97382 1200.6849,22.85307 C 1203.9163,24.23573 1205.7837,28.19127 1209.6895,27.95553 C 1211.7084,28.89091 1213.2288,25.63962 1215.464,27.95437 C 1218.1932,28.5396 1221.3854,30.0184 1224.0596,29.00598 C 1226.7396,25.80079 1230.8137,24.11226 1234.959,24.0344 C 1237.5717,23.58548 1237.3732,20.68105 1237.0368,18.83712 C 1237.8217,16.16332 1240.1065,17.03138 1242.1712,17.48229 C 1246.7761,17.1746 1245.8681,24.0749 1250.2171,24.25812 C 1252.5152,24.53288 1254.2725,26.55229 1256.4966,26.66637 C 1257.2752,22.99267 1259.6687,28.9184 1260.9677,26.90969 C 1259.5491,24.37945 1261.9569,23.39238 1264.146,23.22923 C 1266.5974,22.06601 1268.2873,24.19688 1269.1938,26.10155 C 1271.5804,27.89973 1273.6254,30.33498 1273.8751,33.43201 C 1274.8253,36.37479 1277.9832,37.1676 1280.0763,38.90882 C 1280.1018,40.21937 1277.0217,44.31318 1279.8348,43.14273 C 1279.823,40.94552 1283.7015,38.78568 1280.8189,37.02916 C 1278.2398,36.18399 1275.4839,34.36541 1276.2887,31.23019 C 1276.9174,28.75708 1274.791,27.44915 1273.3567,26.03308 C 1272.1593,22.87595 1271.7853,19.41033 1271.3127,16.08678 C 1269.9779,16.61126 1267.5105,19.66764 1265.9299,16.97607 C 1263.4042,15.52855 1261.5491,19.62417 1258.7617,18.61077 C 1255.1364,18.11525 1251.6297,16.78362 1248.4016,15.28178 C 1247.7496,13.30829 1245.7294,12.20697 1244.0622,11.18664 C 1241.2143,11.36855 1239.7995,7.97602 1237.3093,7.84976 C 1235.3386,8.30971 1232.9895,8.04352 1231.4132,9.79032 C 1231.7135,11.91937 1230.9365,13.86274 1229.8347,15.76527 C 1229.1546,17.79868 1227.9334,20.21665 1225.4158,18.93293 C 1221.9542,19.7725 1217.6606,21.26546 1214.7513,18.25354 C 1213.2841,16.61159 1211.6233,15.41479 1209.2528,15.58303 C 1205.8575,15.51802 1204.8219,11.1366 1202.1442,9.52347 C 1202.0448,6.47714 1199.5135,8.21242 1197.8257,9.05249 C 1194.3273,10.96621 1189.8526,10.70101 1186.056,9.97272 C 1183.2273,8.69871 1179.8445,7.34997 1179.5188,3.79035 C 1178.9986,1.91333 1176.5802,0.57272991 1175.1808,-0.53008009 L 1248.0206,-0.46964523 C 1250.0074,1.4987962 1248.2193,4.28586 1250.7758,5.53517 C 1252.0531,8.62694 1254.6273,11.33003 1258.1303,11.57647 C 1260.6437,12.2394 1263.0304,10.13142 1265.5943,11.2543 C 1267.8041,10.33472 1270.0615,13.21347 1272.3232,11.33464 C 1273.8922,9.62455 1277.5581,10.5759 1277.514,7.44165 C 1278.2047,4.51649 1276.5982,1.697252 1274.2272,-0.507983 L 2000.4688,-0.4763125 L 2000.6187,1363.4893 z" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"/>
</g>
<g inkscape:groupmode="layer" id="layer6" inkscape:label="Lakes" style="display:inline" transform="translate(-6.2490173e-2,5.4199219e-2)">
<path id="polyline2482" d="M 1757.8607,2.4474745 C 1761.0799,2.9643896 1764.5923,0.42904931 1767.7755,2.2859872 C 1770.3281,3.1895936 1769.4857,5.0590428 1767.404,3.0918131 C 1763.9614,1.6768823 1760.5645,4.7558105 1757.1551,3.4673132 C 1754.5683,4.9090668 1758.2122,5.7698786 1759.4772,5.8510372 C 1758.6203,6.5413008 1755.7694,6.7829666 1755.0016,5.6151321 C 1753.9939,5.1237397 1754.1183,2.3804773 1753.7018,2.1253101 C 1755.3933,2.8820808 1756.2999,2.0828456 1757.8607,2.4474745 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2480" d="M 1603.0142,510.27721 C 1605.1361,511.5262 1605.7952,508.4639 1607.8137,509.86023 C 1610.5457,508.51774 1608.4174,511.5267 1608.684,512.87807 C 1610.419,515.67484 1608.2906,513.47976 1606.8389,513.22247 C 1605.1928,515.27678 1605.8637,510.37088 1603.9797,512.2102 C 1603.1261,514.22517 1601.701,509.51007 1603.0142,510.27721 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2488" d="M 1888.5334,798.04987 C 1894.3635,798.24166 1900.0689,800.4122 1905.9862,799.82154 C 1907.8454,800.58802 1911.5941,798.25582 1911.9076,801.18773 C 1909.2307,803.58018 1905.2499,801.26395 1902.077,802.26337 C 1897.9437,801.59995 1893.8166,800.91413 1889.8703,799.44537 C 1888.4977,799.30693 1886.5191,799.61296 1888.5334,798.04987 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2490" d="M 1848.5036,806.85583 C 1847.6974,804.89173 1845.5339,803.69772 1845.9784,801.37902 C 1846.0755,798.29039 1845.27,800.46965 1844.0696,797.77183 C 1844.2246,795.17525 1847.8231,794.81884 1847.0406,798.02255 C 1848.0483,800.77009 1847.035,804.3516 1849.9517,806.15816 C 1850.6195,807.61293 1849.2151,808.02399 1848.5036,806.85583 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2492" d="M 1822.213,840.90179 C 1823.2173,838.268 1820.1734,837.27484 1820.6034,834.80683 C 1820.7228,831.95525 1822.8937,829.17577 1821.9903,826.34888 C 1819.573,825.29826 1817.2779,828.16285 1814.7492,828.28187 C 1811.5993,829.23207 1808.1872,830.83022 1805.087,828.73853 C 1803.4586,828.02786 1800.3697,828.14161 1800.3043,825.81122 C 1801.8427,825.68348 1806.3879,824.47976 1803.0526,823.186 C 1799.7191,822.70366 1795.5552,821.88236 1792.6547,823.93223 C 1791.2926,825.61796 1789.0422,828.72619 1786.7507,826.61688 C 1788.2463,824.72456 1783.7564,822.005 1787.0089,821.78424 C 1787.8831,824.62397 1790.557,822.81148 1789.3871,820.33491 C 1789.405,818.12717 1788.5898,815.86148 1786.5279,814.80345 C 1787.0024,812.07715 1789.6406,815.32069 1790.2969,816.58713 C 1792.1001,818.84294 1794.2221,815.41947 1795.7741,814.37444 C 1797.5403,812.2044 1800.0266,810.76313 1801.5298,808.35998 C 1802.5372,810.03155 1801.0134,812.53973 1800.1933,814.21262 C 1799.9545,815.81719 1795.8384,816.99095 1798.0763,818.0791 C 1800.4592,817.48909 1802.3183,817.8157 1804.2877,819.0772 C 1808.0226,819.26536 1805.9577,826.07413 1809.9963,825.16755 C 1812.4001,824.60438 1815.1948,826.58413 1817.2744,824.41572 C 1820.0687,823.04574 1824.3691,823.93684 1824.3819,827.64676 C 1825.1882,830.70297 1825.4158,833.82272 1824.7088,836.89868 C 1825.1273,838.48465 1827.3464,841.50233 1824.4039,841.97496 C 1823.2874,843.14262 1822.3801,842.64382 1822.213,840.90179 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2494" d="M 1770.9688,849.97657 C 1769.594,847.11956 1774.5613,847.82579 1774.9421,845.35745 C 1775.2806,841.97644 1778.8416,843.39203 1777.0394,846.1957 C 1775.697,847.95271 1773.5377,848.96152 1772.0086,850.62091 C 1771.38,850.80759 1771.1946,850.47867 1770.9688,849.97657 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2496" d="M 1784.0769,829.73186 C 1785.1206,829.05164 1789.4614,827.14055 1788.6815,829.14087 C 1786.9446,830.25289 1785.0749,831.65251 1782.9258,831.28869 C 1783.5351,830.96241 1783.2063,829.80989 1784.0769,829.73186 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2498" d="M 1767.6269,800.41187 C 1766.1192,798.79117 1763.4731,798.19128 1762.7623,796.00889 C 1762.0271,794.30193 1762.1676,789.73498 1764.4355,792.77407 C 1765.9579,795.27402 1768.4755,796.66886 1770.2262,798.96237 C 1770.8459,800.54867 1768.6832,801.40652 1767.6269,800.41187 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2500" d="M 1779.7696,789.13527 C 1778.9368,787.64791 1776.7736,785.20656 1778.1433,783.6848 C 1781.0862,783.33712 1779.6716,786.80636 1780.9579,788.16877 C 1781.7025,789.70667 1780.7272,791.54006 1779.7696,789.13527 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2502" d="M 1773.4568,775.28134 C 1772.7848,771.91186 1771.6548,768.35685 1771.8796,764.99263 C 1774.3076,764.31242 1773.7878,768.14432 1774.4223,769.69638 C 1774.4913,772.25608 1776.1693,774.75241 1774.6822,777.16034 C 1773.8728,777.26141 1773.8452,775.76319 1773.4568,775.28134 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2504" d="M 1810.2561,809.70198 C 1808.9309,807.89246 1804.7366,806.32954 1807.0627,803.68752 C 1808.765,801.57575 1803.892,801.65625 1806.1403,798.84319 C 1805.3139,797.44127 1805.6217,795.01029 1805.1316,792.73308 C 1804.0723,789.70206 1807.2729,789.43982 1809.1113,790.75811 C 1812.4507,790.29157 1810.9177,794.27921 1810.4535,796.08511 C 1810.3119,798.40529 1807.9456,800.51838 1809.8106,802.77502 C 1810.7167,805.28863 1813.4438,807.73409 1812.2612,810.56114 C 1811.4122,810.92249 1810.7933,810.26087 1810.2561,809.70198 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2506" d="M 1836.1381,784.78562 C 1833.9175,782.03216 1831.7025,778.81182 1828.3772,777.37566 C 1822.6681,776.62169 1819.5515,770.82107 1817.7941,765.93773 C 1816.2716,763.19825 1814.18,760.26766 1814.4521,756.96962 C 1816.5608,757.26084 1817.014,760.36923 1818.3125,761.89856 C 1818.9049,765.62923 1821.9383,767.91187 1824.144,770.60954 C 1827.8162,774.53676 1833.455,775.81439 1837.512,779.30865 C 1840.8343,781.40561 1844.9608,780.91635 1848.5779,780.22115 C 1851.1126,781.49533 1847.659,783.54569 1846.8697,784.94696 C 1844.1417,787.04062 1840.9417,784.13652 1838.0691,785.80612 C 1837.0647,786.0919 1836.9771,784.92753 1836.1381,784.78562 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2508" d="M 1833.6874,763.25291 C 1833.1334,760.64662 1830.9293,759.37079 1829.454,757.39977 C 1827.8535,754.21747 1831.5721,755.55601 1832.4268,757.38628 C 1834.1201,758.87446 1834.5576,761.29572 1835.9279,763.03528 C 1836.7683,764.95872 1833.8005,764.88925 1833.6874,763.25291 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2510" d="M 1845.2358,759.92326 C 1843.3311,757.4839 1847.017,755.39764 1847.2151,758.76647 C 1848.0166,760.33943 1845.72,761.97857 1845.2358,759.92326 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1872.4184,686.74326 C 1869.9298,687.36471 1874.5693,689.18655 1874.231,690.71243 C 1871.69,689.77672 1868.8737,687.17234 1866.1051,688.93099 C 1865.7735,691.24476 1868.6782,692.10792 1870.2305,693.18145 C 1871.8548,693.79252 1875.0964,695.37805 1872.7934,697.24438 C 1869.5976,699.74005 1866.2988,702.45761 1862.386,703.65131 C 1861.2574,703.93709 1856.4126,703.46548 1859.9794,705.08897 C 1863.4944,705.99603 1867.0741,704.00383 1870.2618,702.74497 C 1873.5158,700.10987 1877.7883,700.31174 1881.7631,699.99467 C 1884.626,699.34161 1887.2813,703.35024 1889.8264,701.15105 C 1889.0207,699.16373 1887.5278,697.19802 1886.3886,695.27542 C 1881.3972,692.98553 1876.3948,690.56872 1872.4184,686.74326 z M 1879.5128,693.90027 C 1879.7355,693.908 1880.0193,694.01638 1880.3879,694.21281 C 1881.9867,695.11578 1883.8256,695.85186 1884.8571,697.4319 C 1883.7959,697.37278 1882.7785,697.00335 1881.7006,697.05686 C 1879.7387,697.81684 1877.9539,693.84615 1879.5128,693.90027 z" id="polyline2512"/>
<path id="polyline2514" d="M 1933.5392,732.80558 C 1933.0417,730.55849 1930.2913,730.3858 1928.9718,729.10028 C 1929.1974,726.82141 1926.2006,726.39965 1924.8054,725.04564 C 1922.5997,723.82777 1921.2584,721.52717 1921.4709,719.00434 C 1920.4146,716.9795 1917.3779,717.06493 1915.8266,715.29969 C 1912.0555,711.99984 1907.9826,709.00043 1903.2011,707.29889 C 1900.6039,705.94933 1897.8189,705.06515 1896.2201,702.35827 C 1898.5553,702.43333 1900.7645,700.67781 1899.4135,698.2228 C 1898.3291,695.724 1895.1243,694.6393 1895.3288,691.45717 C 1895.4032,688.51454 1893.8467,685.72634 1890.8357,685.01386 C 1888.9606,684.10004 1887.5684,682.44707 1885.3323,682.19422 C 1881.5355,681.30986 1881.2348,676.23819 1877.4305,675.45476 C 1877.0246,672.81077 1881.0416,674.16099 1882.3027,675.21342 C 1885.1229,677.35548 1889.3483,677.51665 1890.9819,681.06639 C 1893.6942,683.80718 1898.1229,684.14565 1900.8989,686.78536 C 1901.2603,689.60747 1901.9812,692.46613 1904.6123,693.98048 C 1908.4905,696.77198 1912.5109,699.1478 1916.5691,701.65994 C 1919.5181,702.91436 1922.2031,699.51145 1925.1362,701.3167 C 1928.4451,702.80636 1931.6147,704.93674 1935.4327,704.82249 C 1939.5895,706.45389 1937.7126,712.07145 1941.1145,714.49403 C 1942.9726,717.1186 1946.4818,715.44307 1948.8328,716.63659 C 1949.6958,719.60999 1953.7053,718.32709 1955.745,720.18633 C 1958.7684,719.57031 1958.3668,723.36699 1960.8763,722.97008 C 1964.2817,721.85724 1965.2368,725.98662 1967.5163,727.43545 C 1967.6562,730.14168 1963.5914,729.09978 1961.8366,729.36828 C 1960.0633,730.35091 1960.4396,733.75628 1957.5645,732.96642 C 1954.1562,734.94781 1955.141,729.02653 1953.1095,730.54944 C 1951.8796,732.57051 1949.5304,734.62335 1947.1299,732.80558 C 1945.5848,731.13335 1942.3933,730.15172 1941.4858,732.96642 C 1940.012,735.11606 1934.194,736.07695 1933.5392,732.80558 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2518" d="M 1822.7329,818.18709 C 1820.6838,818.34875 1818.1616,814.8935 1821.2688,814.90486 C 1821.5463,816.45527 1826.4535,817.15935 1823.3272,818.13243 L 1822.8723,818.17441 L 1822.7329,818.18709 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2568" d="M 1536.2112,856.04438 C 1534.8474,857.99449 1532.773,859.44332 1531.1611,861.25318 C 1529.2648,859.79298 1533.3415,858.47156 1533.7419,856.83752 C 1534.2874,855.52104 1537.94,852.09691 1536.2112,856.04438 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2570" d="M 1627.0024,825.22089 C 1627.4357,827.42287 1625.0518,829.01658 1624.0318,830.75186 C 1620.8748,832.45421 1617.7376,834.22176 1615.3054,836.92765 C 1610.672,840.46307 1606.1646,844.22896 1602.5686,848.84859 C 1598.8236,851.78445 1594.365,853.86972 1591.3915,857.7627 C 1589.2097,859.92863 1585.7758,857.55248 1583.4047,859.62556 C 1580.7589,860.41805 1578.5631,864.20238 1575.6098,862.70317 C 1574.1263,858.92131 1578.9053,857.43263 1581.2169,855.61488 C 1584.7174,852.54764 1588.7806,849.47925 1590.3889,844.87461 C 1593.104,841.04123 1597.6847,839.30858 1601.2317,836.49815 C 1602.1102,834.43462 1605.3664,833.77498 1604.8817,830.94019 C 1604.9043,827.79986 1608.8703,828.21421 1610.8122,826.72504 C 1614.5301,826.49292 1615.9506,820.40652 1619.9271,821.97125 C 1621.8034,823.89058 1625.2692,821.4815 1626.5939,824.46923 L 1626.8119,824.87041 L 1627.0024,825.22089 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2572" d="M 1636.6943,833.00767 C 1637.5099,835.57429 1634.0781,837.02412 1632.2011,838.00165 C 1631.0695,840.60761 1627.1397,842.79412 1625.22,839.7198 C 1624.4092,836.43889 1628.4505,834.6664 1630.9044,833.5608 C 1632.8458,833.17542 1634.9727,830.94743 1636.6943,833.00767 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2574" d="M 1648.5399,802.66768 C 1646.8107,804.24098 1646.2702,806.38682 1645.6807,808.52082 C 1643.2008,810.55291 1641.8301,814.47964 1638.1426,814.42729 C 1636.4338,815.41272 1634.2389,816.9521 1632.9272,814.61644 C 1630.1832,815.16628 1629.9193,812.1881 1632.6467,812.0113 C 1635.6548,811.34063 1637.2124,808.18384 1640.0735,807.07066 C 1643.3666,804.80958 1646.7202,802.56414 1649.8024,800.09036 C 1652.2464,799.65757 1649.0703,802.41762 1648.5399,802.66768 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2576" d="M 1704.4257,871.99213 C 1707.0606,872.90923 1707.8928,876.74805 1711.0726,876.34177 C 1713.291,877.53281 1714.1819,880.05202 1715.9,881.65922 C 1718.5708,882.29153 1722.1929,879.58745 1723.8837,882.78589 C 1726.9929,883.75074 1724.244,886.96746 1722.0338,885.39811 C 1719.6738,885.32815 1717.8216,887.68768 1715.3058,886.4917 C 1713.3905,885.12566 1709.7411,885.55006 1709.5502,882.57172 C 1708.7103,880.76582 1707.2702,879.29854 1705.2809,878.49157 C 1703.6388,876.88387 1701.7772,875.4431 1700.5267,873.54961 C 1699.9248,870.81376 1702.2416,869.34435 1703.9414,871.7233 L 1704.0915,871.83211 L 1704.4257,871.99213 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2578" d="M 1748.763,867.53515 C 1750.1943,868.39415 1755.1412,868.22377 1752.3939,870.52781 C 1748.181,872.46805 1744.6226,875.6036 1740.2224,877.14825 C 1738.6991,879.37443 1734.7263,881.65132 1732.6843,878.97374 C 1733.0254,877.38218 1735.765,877.12142 1736.8975,875.72608 C 1738.759,874.53932 1740.3371,872.83137 1742.0791,871.45529 C 1744.7503,870.94101 1745.9342,867.14796 1748.763,867.53515 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2516" d="M 1861.0175,785.48395 C 1858.8611,785.26056 1856.2358,784.97214 1854.5209,786.42049 C 1853.4962,788.58609 1849.8937,787.76693 1848.8006,786.07494 C 1845.8203,785.04441 1850.0322,781.73485 1851.6598,783.1748 C 1853.5867,784.55483 1855.4193,781.53665 1857.6496,783.0673 C 1860.3177,782.78218 1863.0481,781.26848 1865.7706,782.47647 C 1865.5259,784.47712 1862.0928,784.4172 1861.0175,785.48395 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2484" d="M 1963.4316,930.47095 C 1965.3617,929.89098 1966.8634,926.89437 1968.9448,927.68719 C 1969.0549,929.63088 1966.2447,930.02465 1965.1397,931.43744 C 1963.7755,931.43563 1959.8678,932.45069 1963.4316,930.47095 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2486" d="M 1971.638,925.36948 C 1972.1734,923.98797 1976.0556,921.41789 1974.8666,924.28264 C 1973.8665,924.26519 1971.2709,927.86136 1971.638,925.36948 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2520" d="M 1927.1894,970.15438 C 1927.4487,968.58636 1930.0841,965.63074 1930.7247,968.46042 C 1930.6207,969.74678 1927.3888,973.21701 1927.1894,970.15438 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2522" d="M 1883.706,1035.989 C 1885.5704,1034.0884 1886.811,1031.47 1889.4247,1030.2974 C 1892.6912,1028.3413 1891.4595,1024.4548 1890.5104,1021.5286 C 1889.8778,1018.5383 1890.8455,1015.3364 1893.6578,1013.8655 C 1894.8729,1011.6592 1898.2595,1013.675 1898.9978,1012.2858 C 1899.5202,1009.6599 1903.8681,1010.9503 1904.1295,1007.9583 C 1902.8829,1006.1037 1902.6726,1003.916 1903.7806,1001.8431 C 1902.9269,999.32802 1905.9772,999.07253 1906.5061,997.00323 C 1907.692,994.61753 1909.1559,992.34937 1908.5483,989.56611 C 1908.5829,986.24207 1908.9678,982.51239 1911.6304,980.35716 C 1912.1537,977.77917 1915.5017,978.66501 1916.8312,976.66501 C 1918.5411,975.81836 1920.4247,974.69119 1922.3992,974.93369 C 1921.644,977.01253 1920.8124,979.54425 1918.4609,980.61298 C 1915.5302,980.88444 1917.785,984.34232 1915.4924,985.0823 C 1915.77,982.6584 1912.322,983.51016 1913.1537,985.72943 C 1914.1023,988.34149 1912.1721,990.70315 1911.5933,992.97575 C 1913.7668,994.35381 1912.6712,996.8824 1911.4577,998.26572 C 1911.2301,1000.2129 1908.3805,1001.2966 1909.4768,1003.716 C 1910.6331,1007.4633 1912.1353,1011.2646 1911.6676,1015.2608 C 1913.9521,1017.5206 1911.5175,1021.925 1915.121,1023.2091 C 1915.8711,1025.4107 1917.1824,1026.6714 1919.5281,1026.9682 C 1921.2442,1029.1114 1922.4226,1031.9464 1922.7705,1034.647 C 1920.427,1032.4557 1919.6927,1028.5058 1915.975,1028.0955 C 1912.497,1026.5043 1912.2258,1022.0202 1909.9965,1019.2349 C 1908.6133,1016.1754 1908.3847,1012.7352 1907.2487,1009.6231 C 1903.8193,1011.6725 1901.4754,1015.5346 1897.2598,1016.2819 C 1894.9114,1016.7406 1892.1628,1018.0582 1892.7295,1020.9531 C 1892.8392,1024.327 1893.996,1028.1331 1892.2095,1031.2099 C 1890.2204,1031.9378 1887.8807,1032.0633 1887.5323,1034.6348 C 1886.8151,1036.8683 1884.0496,1037.7407 1884.0402,1040.2313 C 1882.2172,1039.3147 1883.3898,1037.4803 1883.706,1035.989 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2524" d="M 1860.7576,1021.6516 C 1859.3189,1019.7864 1860.1286,1017.6416 1859.6722,1015.8671 C 1858.3561,1014.4188 1854.5588,1015.3619 1854.8888,1012.8565 C 1856.4583,1010.6876 1858.77,1015.3576 1859.5694,1012.2005 C 1859.998,1010.7121 1861.6588,1006.8626 1863.1595,1009.592 C 1862.284,1011.8908 1861.2475,1014.2317 1862.1314,1016.7388 C 1860.4678,1018.6446 1863.5297,1021.1464 1864.9166,1019.0208 C 1866.8765,1017.4677 1868.4793,1015.3904 1868.1623,1012.7816 C 1869.6021,1010.7828 1867.8601,1008.8534 1868.3329,1007.0458 C 1870.1853,1006.3488 1872.9412,1007.4645 1874.1257,1005.1122 C 1876.6792,1002.8536 1880.5254,1002.0586 1883.8546,1002.32 C 1886.289,1003.782 1887.1503,999.44655 1889.0707,1000.4494 C 1889.7491,1002.6945 1886.8184,1003.6314 1885.86,1005.327 C 1883.6868,1005.6653 1881.3009,1003.7458 1879.213,1005.5417 C 1876.7152,1007.447 1873.5311,1008.3039 1871.0808,1010.1601 C 1868.5026,1013.1011 1868.9165,1018.022 1871.5262,1020.7384 C 1872.6945,1023.7675 1869.2045,1024.8273 1869.8331,1021.1745 C 1869.1114,1018.7565 1866.139,1018.6296 1864.9908,1020.7384 C 1863.7685,1021.0634 1861.5476,1024.5088 1861.0127,1023.0224 C 1861.0098,1022.5524 1860.8176,1022.1133 1860.7576,1021.6516 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2526" d="M 1899.8963,1045.6014 C 1901.358,1043.7904 1905.6806,1045.0226 1902.1536,1046.3263 C 1901.1051,1047.3629 1899.4044,1047.7812 1899.8963,1045.6014 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2528" d="M 1907.6944,1042.648 C 1907.6135,1039.9353 1912.4909,1040.5268 1910.3503,1042.9249 C 1910.4874,1045.2064 1906.1221,1045.9822 1907.5829,1043.1848 L 1907.6757,1042.7377 L 1907.6944,1042.648 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2530" d="M 1917.3118,1042.9166 C 1918.0061,1040.8671 1911.9477,1041.5394 1915.4181,1039.587 C 1917.3234,1041.074 1919.0677,1038.2305 1920.3198,1040.0705 C 1921.2249,1041.9264 1918.9817,1045.0108 1917.3118,1042.9166 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2534" d="M 1839.4058,1041.4126 C 1840.9815,1039.3293 1838.6088,1038.125 1838.1432,1037.009 C 1840.2921,1035.4436 1841.2526,1036.7285 1842.3022,1038.4597 C 1842.8566,1040.0657 1844.3093,1041.3402 1845.7912,1042.486 C 1849.3131,1041.8316 1846.6156,1044.3592 1844.5675,1044.2588 C 1843.0312,1042.9329 1842.1164,1041.2721 1840.1646,1043.6624 C 1838.7252,1044.231 1839.2775,1042.0794 1839.4058,1041.4126 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2536" d="M 1831.1623,1045.3326 C 1828.7306,1044.684 1829.8416,1040.9463 1831.5523,1043.3043 C 1832.5676,1044.0285 1833.0711,1047.5265 1831.1623,1045.3326 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2538" d="M 1833.2045,1050.9176 C 1835.4803,1050.0433 1833.3936,1046.9067 1836.2124,1047.5878 C 1838.8252,1049.5785 1835.4911,1051.9526 1833.3531,1052.1529 C 1833.1432,1051.7558 1833.1553,1051.3467 1833.2045,1050.9176 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2540" d="M 1820.5792,1054.6762 C 1820.3271,1051.5986 1817.4436,1049.6984 1816.6061,1046.9974 C 1816.244,1044.5074 1815.5242,1040.9835 1818.6196,1040.0311 C 1821.9056,1037.3216 1820.8788,1031.987 1818.871,1028.6859 C 1817.0343,1026.4985 1813.2829,1027.4201 1812.2242,1024.4971 C 1811.3352,1022.4283 1810.2025,1020.5065 1808.6593,1018.8594 C 1808.9656,1016.4331 1812.8178,1017.4165 1814.415,1018.2151 C 1815.6648,1018.7598 1817.8253,1022.3316 1818.632,1020.2376 C 1819.5435,1016.5653 1824.5606,1017.3146 1825.8893,1013.8655 C 1828.037,1010.6761 1830.0801,1007.3189 1831.9792,1003.9842 C 1834.6648,1003.2618 1838.9332,1002.3075 1838.1062,998.58755 C 1838.5163,995.20885 1833.9727,993.62206 1835.1356,990.07693 C 1835.3985,986.49064 1839.3965,985.2978 1840.1856,981.91464 C 1840.8486,980.02429 1843.0326,978.84264 1844.8384,978.26268 C 1846.6088,980.0419 1849.1509,978.29329 1848.6521,975.90018 C 1850.2632,975.24778 1853.2149,973.34739 1854.1108,975.90018 C 1856.1362,978.26992 1853.279,979.00972 1851.6143,980.07368 C 1848.8901,981.17122 1846.4966,982.93777 1845.3842,985.72729 C 1844.4774,987.99578 1841.4152,986.94681 1841.2762,989.73666 C 1839.3896,990.79402 1839.5941,992.81838 1840.7799,994.31842 C 1841.5759,996.24844 1840.4444,998.76963 1841.8458,1000.2919 C 1843.6214,1001.9941 1844.0193,1006.1771 1840.9283,1006.777 C 1838.4802,1007.3639 1840.0089,1010.8043 1837.3557,1010.9923 C 1834.5802,1011.551 1832.1459,1013.1843 1831.3479,1016.0133 C 1829.5554,1016.7539 1827.9997,1017.6669 1826.68,1019.3013 C 1825.4637,1021.352 1825.1471,1022.4719 1823.6241,1024.0141 C 1822.2274,1027.8578 1823.969,1031.6968 1826.0749,1034.7543 C 1827.035,1037.7305 1824.6002,1038.5785 1824.3517,1041.1537 C 1824.0047,1044.2371 1820.6679,1041.8884 1819.5023,1043.5605 C 1818.9108,1045.6768 1818.5388,1048.4701 1820.9877,1049.4668 C 1820.8674,1051.8441 1823.7315,1052.4331 1823.5106,1055.0789 C 1825.817,1055.7998 1825.9532,1058.6112 1823.1786,1057.1462 C 1821.8353,1056.8133 1821.2427,1055.7598 1820.5792,1054.6762 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2542" d="M 1800.9356,1048.2863 C 1801.4129,1045.5473 1797.0086,1046.185 1798.0763,1044.1513 C 1799.5763,1042.3293 1796.4654,1040.609 1797.3707,1038.4597 C 1797.8365,1035.7763 1797.5659,1032.3583 1799.9702,1030.6189 C 1801.4906,1028.4498 1800.7268,1033.6767 1800.2981,1034.7129 C 1799.2772,1036.7738 1799.0066,1039.0006 1800.4884,1040.9181 C 1801.3395,1042.7239 1799.8987,1043.3435 1801.3812,1045.5481 C 1801.6669,1046.3391 1801.9835,1051.7652 1800.9356,1048.2863 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2544" d="M 1749.8401,1113.2617 C 1749.5955,1109.9904 1755.0321,1109.6216 1755.2243,1112.8862 C 1757.7458,1114.5461 1754.2527,1116.4779 1752.7364,1114.9265 C 1751.7557,1114.2784 1749.2444,1115.3313 1749.8401,1113.2617 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2548" d="M 2000.0624,1067.4647 C 1998.6474,1067.4853 1994.6062,1068.975 1995.4779,1066.3823 C 1996.0881,1065.7928 1996.9428,1065.7113 1997.7431,1065.6313" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2552" d="M 1512.7799,964.67757 C 1513.9884,959.86452 1514.8796,955.03517 1516.3076,950.28599 C 1518.3197,948.05339 1520.101,945.76827 1521.4691,943.08955 C 1523.5829,940.27863 1524.6367,936.38087 1527.8561,934.55176 C 1529.5108,932.27833 1529.5964,928.94901 1532.4606,927.6248 C 1534.2161,925.8347 1535.4306,923.43813 1537.1023,921.77166 C 1541.3297,921.19845 1547.1932,923.25013 1549.6904,918.54985 C 1552.2556,916.84173 1553.6067,913.38549 1556.9687,912.96505 C 1559.6849,910.61836 1563.4145,913.56164 1566.215,911.67639 C 1570.6277,911.57465 1574.5965,914.15115 1578.9517,914.7372 C 1581.0618,915.5292 1581.829,918.06619 1584.5605,917.83687 C 1590.0988,919.18841 1595.8324,919.9065 1601.1947,921.77166 C 1603.7268,925.09999 1608.6427,925.2921 1611.295,928.59129 C 1613.1111,930.2413 1611.5126,933.89344 1608.8812,932.67276 C 1606.5211,932.19503 1604.2326,932.03946 1603.1226,934.42829 C 1597.6057,934.49398 1592.9546,930.63474 1587.3439,930.68561 C 1582.5293,930.43703 1577.7584,930.24689 1572.9733,930.52494 C 1568.5915,931.37916 1564.2139,933.48649 1559.6795,931.97444 C 1556.1542,931.59465 1555.5588,935.82346 1553.1068,937.12908 C 1550.5273,937.2881 1548.7658,939.11557 1546.4228,939.86789 C 1544.7036,941.03128 1544.0511,943.87413 1541.447,943.08955 C 1538.4219,942.62153 1539.7342,937.75119 1536.2854,937.9889 C 1533.9775,937.53207 1532.4329,939.49601 1530.3811,939.92189 C 1529.0732,941.50177 1528.4108,943.46851 1526.7548,944.73033 C 1525.5048,948.20583 1523.029,951.04309 1521.6548,954.47414 C 1519.8037,956.96932 1519.0997,960.06388 1517.0502,962.42176 C 1514.8878,964.79281 1514.7401,968.82078 1511.4803,970.04705 C 1508.9672,969.21209 1512.8723,966.25432 1512.7799,964.67757 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2554" d="M 1433.1286,1106.3888 C 1434.9266,1105.4768 1435.0327,1102.8252 1436.9259,1102.2704 C 1438.8635,1103.2195 1436.3089,1105.9713 1435.1338,1106.8718 C 1434.1509,1108.2147 1430.3698,1108.056 1433.1286,1106.3888 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2556" d="M 1465.8061,1087.8624 C 1468.1577,1087.6742 1466.8863,1082.2074 1469.371,1084.8007 C 1469.2226,1086.5251 1469.2457,1089.2589 1467.0345,1089.2103 C 1465.77,1090.01 1463.3601,1088.2584 1465.8061,1087.8624 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2558" d="M 1477.3175,1068.7456 C 1475.1246,1066.8324 1477.0474,1064.1048 1476.2405,1061.7647 C 1475.7474,1059.7741 1476.6579,1057.2447 1474.8318,1055.7774 C 1473.2714,1052.7291 1473.6378,1048.6451 1470.9305,1046.0844 C 1470.1699,1044.0431 1471.5483,1040.4881 1474.0243,1042.7187 C 1475.3178,1044.2119 1474.9884,1046.67 1476.4244,1048.2741 C 1477.1333,1050.6955 1480.5071,1051.7045 1479.5611,1054.5923 C 1477.4389,1056.3804 1480.4734,1058.3672 1479.4711,1060.0464 C 1480.0539,1061.8073 1480.3031,1063.8773 1480.3624,1066.0068 C 1480.76,1068.1616 1479.702,1070.2969 1477.3175,1068.7456 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2560" d="M 1521.0978,1041.8428 C 1520.8404,1039.6482 1520.4442,1037.3511 1519.2422,1035.6137 C 1517.4209,1037.6239 1517.0433,1034.2758 1515.0078,1033.8947 C 1513.1879,1032.7125 1511.1066,1031.5943 1512.1563,1028.9297 C 1513.2713,1026.8006 1509.65,1025.0537 1511.7031,1023.6919 C 1514.5712,1021.9143 1515.5133,1025.8575 1515.8161,1027.9497 C 1516.0801,1030.5501 1516.7864,1033.3104 1519.6124,1034.1635 C 1522.5704,1035.078 1522.5632,1038.3176 1523.4743,1040.769 C 1523.8226,1042.5049 1521.5582,1044.4647 1521.0978,1041.8428 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2566" d="M 1535.5798,886.11554 C 1534.205,888.32262 1531.9377,889.81904 1530.2327,891.75384 C 1527.8758,891.39957 1527.139,894.46072 1524.9969,894.43866 C 1524.4773,892.20803 1527.417,890.89188 1528.6358,889.28385 C 1530.9867,887.77921 1533.289,886.1669 1535.0971,883.96706 C 1534.4651,882.00838 1536.539,881.68194 1535.9658,884.69205 C 1535.9852,885.19135 1535.6919,885.63945 1535.5798,886.11554 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2670" d="M 1528.5987,1283.9707 C 1529.8558,1282.287 1531.8311,1281.2347 1531.7551,1278.7614 C 1534.0066,1278.7152 1534.0335,1275.413 1536.4809,1275.8412 C 1539.5584,1277.6051 1541.4534,1273.5181 1544.5291,1274.0903 C 1547.0586,1274.0404 1549.5385,1273.3524 1551.8073,1272.5328 C 1555.0606,1273.2349 1550.5125,1274.9121 1548.9813,1274.6544 C 1546.1703,1274.7303 1544.0419,1276.5023 1541.4097,1277.1506 C 1537.8772,1277.196 1535.168,1279.9609 1533.2033,1282.5741 C 1532.7032,1285.9956 1537.1312,1285.9906 1539.4788,1286.0112 C 1543.195,1287.5429 1538.8843,1287.9888 1537.017,1287.4607 C 1534.2769,1288.7003 1532.1448,1285.0383 1529.3044,1285.9572 C 1527.7378,1286.3062 1528.7127,1284.737 1528.5987,1283.9707 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2622" d="M 1032.5328,1739.3909 C 1033.0735,1736.1125 1034.9739,1738.1051 1036.6252,1739.0953 C 1038.6184,1739.5707 1040.5179,1739.8864 1042.2245,1741.2159 C 1045.3098,1742.1408 1043.361,1744.2944 1040.962,1743.4177 C 1039.0041,1742.3558 1036.7601,1742.3039 1035.0786,1742.0622 C 1034.0432,1741.1652 1030.235,1741.7032 1032.5328,1739.3909 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2624" d="M 1054.7757,1742.6667 C 1052.8097,1741.6507 1054.8971,1738.2916 1056.5218,1738.6282 C 1059.4723,1738.1298 1060.2471,1740.095 1057.9604,1741.7919 C 1057.6487,1742.5257 1055.8545,1742.8834 1054.7757,1742.6667 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2626" d="M 934.19552,1737.7569 C 935.75103,1739.2696 940.24236,1738.4862 939.53159,1737.7816 C 938.09813,1739.2167 939.20964,1742.966 937.27755,1742.9663 C 936.09364,1741.3267 933.73822,1741.2844 932.60059,1739.702 C 932.23442,1738.3201 932.28466,1736.4113 934.19552,1737.7569 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2642" d="M 1364.2832,1473.6346 C 1363.9707,1472.0498 1361.4003,1469.1056 1364.2461,1468.6407 C 1365.6475,1469.1314 1365.7685,1473.5627 1364.7707,1473.9989 C 1364.5439,1473.9909 1364.4332,1473.7782 1364.2832,1473.6346 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2644" d="M 1343.1541,1477.9843 C 1342.4003,1476.3155 1341.3974,1473.1691 1343.7113,1472.3993 C 1345.8392,1473.6039 1345.5813,1476.8581 1345.5308,1479.0048 C 1344.8225,1480.2075 1343.7599,1478.3693 1343.1541,1477.9843 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2646" d="M 1331.6057,1488.617 C 1330.1136,1486.9758 1332.4723,1483.2003 1334.0919,1485.7409 C 1335.7396,1488.027 1333.9677,1489.4425 1331.6057,1488.617 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2648" d="M 1318.0148,1487.0062 C 1317.1578,1482.9305 1321.3703,1489.3796 1320.7144,1485.6384 C 1321.5262,1483.4586 1323.7585,1486.676 1324.2904,1483.3002 C 1326.1073,1483.9052 1326.5264,1487.9362 1324.696,1488.5421 C 1322.5337,1488.367 1319.7934,1488.367 1318.0148,1487.0062 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 1312.2649,1450.3559 C 1310.6977,1451.0376 1307.9701,1450.7194 1307.1705,1452.6374 C 1306.9187,1454.9839 1305.3068,1456.3635 1303.6389,1457.7316 C 1303.6337,1460.3253 1301.4485,1461.359 1299.2323,1460.5757 C 1297.9051,1461.7591 1297.5497,1464.3295 1297.3258,1466.2638 C 1296.6125,1467.6156 1297.615,1467.584 1298.6696,1467.514 C 1300.1779,1466.3793 1304.0714,1467.0154 1301.8262,1469.2329 C 1298.4393,1470.9497 1302.8637,1469.9522 1304.4828,1470.0456 C 1306.8773,1471.1115 1308.7241,1468.4427 1310.8897,1468.8578 C 1313.383,1469.3608 1310.7651,1472.2129 1313.5462,1472.9521 C 1315.2572,1474.1678 1317.1048,1475.0176 1318.4843,1476.3274 C 1318.6926,1478.3759 1322.2027,1479.8499 1321.6721,1476.8275 C 1321.027,1475.0991 1319.572,1473.3202 1317.5779,1473.1083 C 1314.9053,1472.157 1317.2945,1469.5489 1318.7968,1468.7328 C 1319.0947,1466.4241 1321.8507,1466.1389 1322.6098,1464.1386 C 1322.2368,1460.5105 1320.0154,1464.3763 1318.6717,1463.5449 C 1316.6869,1461.9508 1318.4568,1459.5836 1320.5157,1459.2944 C 1323.7566,1457.1459 1320.2432,1453.1479 1317.6092,1452.3561 C 1316.3779,1450.0921 1314.0296,1451.7272 1312.2649,1450.3559 z M 1306.7018,1459.4818 C 1307.2674,1459.4313 1307.8763,1459.4982 1308.4207,1459.7632 C 1310.2895,1460.9641 1307.6882,1461.188 1306.8268,1461.1383 C 1303.8143,1460.8829 1305.0048,1459.6334 1306.7018,1459.4818 z M 1312.9524,1462.1697 C 1313.9299,1462.0426 1315.3275,1462.7531 1314.7026,1464.1699 C 1314.1229,1464.728 1313.2291,1464.2967 1312.6087,1464.0136 C 1311.7009,1462.8692 1312.1922,1462.2685 1312.9524,1462.1697 z M 1307.2955,1462.4197 C 1308.0921,1462.4062 1309.0661,1462.574 1309.6396,1463.076 C 1310.5211,1464.1857 1307.9857,1463.336 1307.4832,1463.6073 C 1305.1395,1463.0204 1305.9681,1462.442 1307.2955,1462.4197 z M 1304.8891,1466.0451 C 1305.5795,1466.0179 1306.711,1466.4159 1307.4518,1466.8264 C 1307.7072,1467.9864 1305.7343,1468.0628 1304.9203,1467.889 C 1303.9594,1466.5396 1304.1986,1466.0722 1304.8891,1466.0451 z" id="polyline2650"/>
<path id="polyline2652" d="M 1295.1407,1460.8012 C 1295.4089,1459.4469 1291.9785,1456.8467 1293.6346,1456.5184 C 1294.5229,1458.1325 1297.0036,1459.2523 1296.8363,1461.1204 C 1296.0121,1462.6083 1295.6578,1462.0663 1295.1407,1460.8012 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2654" d="M 1284.0748,1467.46 C 1283.5805,1464.4985 1283.2641,1461.1734 1284.2605,1458.3306 C 1285.596,1459.5925 1284.2432,1462.6774 1284.8583,1464.6343 C 1286.0056,1465.757 1285.4762,1470.6184 1283.9634,1468.1037 L 1284.0413,1467.6536 L 1284.0748,1467.46 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2656" d="M 1271.2638,1466.4395 C 1270.8663,1464.9102 1272.6941,1461.5193 1273.8274,1464.117 C 1276.2271,1464.3934 1274.98,1459.0131 1277.9479,1460.3175 C 1279.2195,1461.7796 1282.5365,1459.0789 1281.7692,1462.6466 C 1282.2397,1465.4253 1279.6132,1466.6231 1278.0963,1468.3185 C 1275.9547,1468.3582 1274.5619,1467.7785 1272.7728,1467.8485 C 1271.7107,1468.1761 1271.0348,1467.5033 1271.2638,1466.4395 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2658" d="M 1275.4971,1455.9679 C 1275.05,1454.4661 1272.9805,1452.4427 1273.6504,1451.4364 C 1275.3774,1451.865 1277.4708,1452.6947 1277.7251,1453.9816 C 1277.308,1455.7315 1277.8879,1456.7744 1275.4971,1455.9679 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2660" d="M 1266.1393,1460.5857 C 1265.4948,1458.2613 1263.9206,1456.3712 1263.7868,1453.946 C 1262.5805,1451.2849 1265.6742,1450.6956 1266.4364,1453.1758 C 1267.9194,1454.5548 1269.7816,1456.1138 1268.6214,1458.4497 C 1268.2266,1459.6918 1269.4705,1464.3723 1267.0677,1461.875 C 1266.7078,1461.4897 1266.2834,1461.1151 1266.1393,1460.5857 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2662" d="M 1276.6482,1443.3486 C 1273.7394,1442.726 1277.389,1439.7594 1278.7581,1440.3443 C 1280.2414,1441.9964 1278.7687,1444.1128 1276.6482,1443.3486 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2664" d="M 1283.5551,1441.1468 C 1282.9939,1438.4347 1287.1205,1436.1519 1288.2973,1439.0988 C 1290.321,1442.4417 1285.1246,1443.3603 1283.5551,1441.1468 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2666" d="M 1182.4035,1489.4762 C 1183.0761,1486.8139 1183.204,1483.1712 1186.451,1482.4413 C 1188.8323,1481.0395 1189.8146,1478.098 1192.4295,1476.8569 C 1193.3957,1474.5536 1195.2351,1472.7641 1197.7767,1472.5066 C 1198.9603,1471.6465 1200.2655,1467.5751 1201.5794,1470.4222 C 1200.757,1476.1413 1195.2603,1479.2762 1191.7983,1483.4077 C 1189.062,1485.8876 1185.5073,1487.4815 1183.7032,1490.8717 C 1181.879,1492.8297 1181.3655,1491.4729 1182.4035,1489.4762 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2668" d="M 1121.913,1547.5782 C 1122.1939,1544.4063 1117.7901,1546.8616 1118.6831,1544.0861 C 1119.2488,1542.2803 1114.4528,1542.3131 1117.457,1540.0068 C 1120.2077,1539.8132 1119.573,1537.328 1118.2606,1535.783 C 1119.6216,1533.4089 1119.2855,1530.3462 1120.1677,1527.8165 C 1122.9706,1528.1813 1120.8924,1532.2619 1122.3957,1533.885 C 1124.0475,1535.882 1121.8677,1538.3931 1123.0788,1540.5163 C 1121.5544,1543.1561 1125.2353,1545.197 1123.9182,1547.6855 C 1123.1841,1548.2933 1122.5974,1547.861 1121.913,1547.5782 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2550" d="M 981.84561,1036.472 C 981.71755,1034.5627 979.90841,1031.0732 982.33811,1030.209 C 983.7487,1031.2448 982.97547,1034.1857 983.8508,1035.3982 C 983.54864,1036.8329 982.94321,1038.8457 981.84561,1036.472 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2562" d="M 1288.828,587.7106 C 1285.4214,587.11928 1288.598,590.36875 1286.4515,591.52324 C 1283.6504,590.3029 1283.3171,593.45871 1281.7174,594.8221 C 1279.3969,595.73806 1278.3772,591.56621 1279.5445,589.91242 C 1279.4054,586.29815 1281.1548,587.46926 1280.7886,585.65859 C 1282.268,583.27585 1283.9703,586.23114 1284.4028,586.50277 C 1285.3318,585.05459 1289.7014,585.69019 1288.828,587.7106 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2564" d="M 1228.5604,795.31106 C 1229.6065,796.65454 1229.9127,800.72975 1227.8919,797.88854 C 1227.9468,795.54071 1223.7706,796.35641 1225.224,793.23155 C 1226.243,794.50886 1228.6893,792.93705 1228.5604,795.31106 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2628" d="M 858.61111,1693.156 C 858.27412,1695.5575 858.66534,1698.3747 857.57137,1700.4585 C 855.03475,1700.1334 855.34505,1702.5991 853.13408,1703.1838 C 850.52928,1704.9069 851.21668,1700.6197 852.40984,1699.492 C 854.38385,1698.7598 856.18308,1697.5547 856.30882,1695.1964 C 856.53302,1693.9615 858.7457,1688.6711 858.61111,1693.156 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2630" d="M 849.03073,1714.9576 C 848.10126,1717.1801 849.79537,1718.8886 848.45217,1721.1021 C 848.40673,1722.3852 849.20712,1727.5688 847.13693,1725.4824 C 845.73915,1721.7644 847.35284,1717.7756 848.02807,1714.0444 C 848.9962,1711.8219 849.08611,1713.7265 849.03073,1714.9576 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2632" d="M 843.89011,1739.4444 C 843.01199,1741.6487 843.96719,1743.837 844.89265,1745.6731 C 843.76082,1747.3433 846.47656,1750.6929 844.25205,1751.1354 C 840.58768,1751.5063 844.04436,1748.7587 843.22164,1746.9082 C 843.10226,1744.5525 842.41316,1742.2736 841.94748,1740.0659 C 842.18668,1738.7385 844.01984,1736.39 843.89011,1739.4444 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2634" d="M 799.55739,1874.228 C 800.85148,1876.056 803.35231,1876.5388 804.53333,1878.3094 C 803.07912,1879.1125 800.49753,1878.6852 799.09677,1877.8003 C 797.59659,1875.9756 794.56297,1875.6187 793.46751,1878.0406 C 791.65404,1880.3894 790.66952,1875.9842 788.45448,1876.86 C 786.35927,1877.5173 783.86602,1878.4599 782.40182,1876.1616 C 783.37922,1875.5155 785.86354,1874.8424 787.45195,1874.282 C 789.46938,1873.9579 791.44505,1876.2514 793.24193,1874.2869 C 795.0024,1873.8105 798.3883,1872.2033 799.55739,1874.228 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2636" d="M 776.58281,1707.4396 C 774.74363,1710.1294 777.14289,1714.5648 773.90913,1716.4609 C 771.05191,1715.9481 773.90514,1712.9187 774.28111,1711.3581 C 774.65605,1709.3296 774.70064,1706.5744 776.8799,1705.7213 C 777.04731,1706.3544 776.62401,1706.8427 776.58281,1707.4396 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" sodipodi:nodetypes="ccccc"/>
<path id="polyline2638" d="M 763.47516,1687.5492 C 764.24748,1690.6162 764.28017,1693.8171 764.50079,1696.8566 C 764.28437,1699.182 764.08274,1701.4153 764.41528,1703.7885 C 764.55809,1706.6025 761.65356,1706.6644 761.1358,1704.1419 C 760.55493,1702.0945 762.14229,1700.5224 761.5072,1698.261 C 762.99751,1695.8914 761.03507,1693.3529 761.84136,1690.8248 C 761.32918,1689.1239 758.96804,1686.6416 762.06264,1686.3147 C 762.63057,1683.8358 763.07492,1686.9596 763.47516,1687.5492 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2640" d="M 754.48896,1659.6792 C 756.11298,1661.9391 755.53583,1665.2468 757.90515,1667.0363 C 758.81891,1669.3074 759.02814,1671.743 759.31628,1674.1241 C 760.22659,1675.2387 761.76684,1679.3721 759.06485,1678.0722 C 755.38477,1678.2567 758.11433,1676.2546 757.12541,1674.7684 C 754.23621,1673.6524 758.50088,1671.3051 756.05509,1669.9098 C 756.06465,1667.8449 753.825,1666.922 754.04326,1664.6731 C 754.34423,1662.0859 750.61479,1662.3788 750.36705,1660.3775 C 751.44973,1659.0096 753.06489,1657.5121 754.48896,1659.6792 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2732" d="M 640.18058,1662.3865 C 641.93765,1663.2297 643.43049,1665.005 645.60209,1664.1582 C 646.78437,1665.9363 650.72452,1664.8651 650.07447,1666.914 C 649.3288,1668.859 646.17459,1668.0416 644.74803,1667.1123 C 642.57025,1667.3772 640.82255,1667.8158 640.03072,1665.2091 C 639.65815,1664.2831 638.04045,1662.3156 640.18058,1662.3865 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2734" d="M 640.02889,1691.5452 C 640.36931,1694.5438 639.62823,1697.6296 641.10584,1700.4052 C 641.53771,1703.9877 638.0755,1701.9042 638.53244,1699.4675 C 637.70767,1696.772 639.13029,1694.1652 638.28368,1691.5452 C 638.37555,1689.1743 640.35493,1688.861 640.02889,1691.5452 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2736" d="M 651.46917,1708.5674 C 651.80458,1710.6349 653.44868,1711.0165 653.86642,1713.1166 C 654.38671,1715.379 653.2271,1716.0112 651.69193,1717.3734 C 650.60337,1715.3403 647.53977,1717.5793 646.9505,1714.9513 C 648.26067,1712.7169 645.25229,1711.961 646.97603,1709.9094 C 647.56157,1708.896 650.59014,1706.6481 651.46917,1708.5674 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2738" d="M 287.36352,1586.8287 C 289.44689,1587.2349 290.15196,1589.737 292.52499,1589.7815 C 294.46836,1589.9876 293.47435,1594.6734 294.40203,1594.3743 C 292.93819,1592.9616 291.26385,1591.9815 289.85149,1590.48 C 287.71593,1590.4383 285.7443,1588.813 285.72959,1586.6138 C 286.33904,1586.3508 286.78918,1586.8706 287.36352,1586.8287 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" sodipodi:nodetypes="cccccc"/>
<path id="polyline2740" d="M 240.47604,1546.3429 C 242.71169,1546.2828 243.41368,1548.8157 245.25314,1549.6218 C 245.82271,1551.7114 243.20772,1552.4388 242.22122,1553.9142 C 240.33809,1553.4305 238.03165,1555.0799 236.56845,1553.1777 C 234.61784,1551.7494 233.04316,1554.7427 230.96985,1553.3772 C 228.38964,1554.4479 225.94879,1556.3219 222.9861,1555.2035 C 220.41965,1556.8919 220.74821,1553.2119 218.24625,1553.2305 C 216.71999,1552.2344 220.00229,1550.6841 220.79528,1549.6725 C 222.10186,1547.8788 227.03663,1549.597 223.50908,1550.4301 C 220.74992,1549.8004 220.69673,1554.0559 223.43172,1553.3238 C 226.45692,1553.4075 228.70829,1551.3304 229.85575,1548.706 C 231.65764,1547.1209 233.85688,1551.7757 234.31256,1548.0591 C 235.02366,1546.4701 237.77466,1545.6021 239.45329,1545.8319 C 239.75951,1546.078 240.23176,1545.996 240.47604,1546.3429 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2742" d="M 130.94009,1568.4801 C 131.96304,1570.716 134.48315,1572.3704 136.69582,1570.5211 C 138.48518,1571.0454 141.00322,1566.7524 140.2827,1570.7986 C 139.2401,1572.6526 137.61997,1573.5621 135.47041,1573.2599 C 133.83039,1574.4755 132.06636,1574.2545 130.33482,1575.2462 C 129.11188,1577.0149 126.78167,1575.9696 124.99873,1576.9112 C 123.86023,1576.0056 125.74528,1572.4093 122.80497,1571.8795 C 123.66678,1569.4741 125.31236,1573.2861 127.04109,1572.9371 C 128.46083,1572.3543 132.36391,1574.4919 131.21954,1571.6937 C 129.93246,1570.5538 127.7888,1569.2969 130.30885,1568.1046 C 130.84636,1567.7663 130.90897,1567.9701 130.94009,1568.4801 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2744" d="M 311.78999,1692.5359 C 312.23307,1694.8758 316.24957,1694.0259 315.09005,1697.0181 C 313.70406,1698.6174 311.65836,1695.865 310.82452,1694.6844 C 309.00373,1693.9851 310.68155,1690.3489 311.78999,1692.5359 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2746" d="M 243.64487,1858.3336 C 244.78696,1859.9549 246.67119,1861.0528 246.61554,1863.3275 C 248.48752,1865.8787 251.77007,1866.3902 254.63644,1865.636 C 256.10715,1867.4721 252.12612,1868.163 250.74215,1868.28 C 247.75839,1868.9507 252.29591,1872.8609 249.1778,1872.7245 C 245.77019,1872.4593 246.61169,1867.9687 244.23906,1866.4959 C 244.88439,1863.5453 242.2312,1863.784 240.89873,1862.0149 C 240.60009,1860.1681 241.85884,1858.9419 242.64228,1857.4738 C 243.03348,1857.6855 243.36221,1857.9948 243.64487,1858.3336 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" sodipodi:nodetypes="ccccccccc"/>
<path id="polyline2750" d="M 0.062494419,1782.3902 C 2.6839343,1781.134 3.6717977,1783.4265 1.5964088,1785.1952 C 1.0342413,1787.1795 1.2779641,1789.4431 0.062494419,1791.2174" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2752" d="M 0.062494419,1772.3142 C 0.88455058,1772.2826 1.6020883,1773.4812 0.89082266,1774.0799" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2754" d="M 0.062494419,1828.5312 C 3.217935,1827.6558 2.2281291,1830.7219 0.40821697,1831.6456 C 0.30871947,1831.9295 0.096801633,1832.1705 0.062494419,1832.4795" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2756" d="M 590.12474,1624.0451 C 592.42764,1624.4155 594.61986,1624.1705 596.88297,1623.9916 C 598.77519,1625.0149 601.04903,1626.632 603.04245,1624.8922 C 604.94689,1624.8223 607.2269,1624.1752 609.02564,1624.9581 C 611.37223,1625.9962 612.17728,1627.384 608.95628,1627.5479 C 606.74573,1628.3458 604.08794,1627.0955 602.00739,1627.8042 C 600.00186,1627.9687 598.44316,1629.5588 596.57417,1628.4845 C 594.33312,1627.3557 591.50895,1628.0395 589.75334,1625.8713 C 588.59299,1624.8567 587.52302,1623.4304 590.12474,1624.0451 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2758" d="M 411.95829,1563.2043 C 413.08877,1564.9582 413.72851,1566.9903 415.06589,1568.5267 C 413.64399,1569.6901 415.34916,1572.9343 414.07491,1573.0849 C 413.45593,1571.1582 411.49941,1570.2924 411.09169,1568.1472 C 411.15403,1564.996 407.7098,1564.7532 405.34855,1565.1921 C 404.03641,1564.9108 406.99504,1561.9783 408.07045,1561.755 C 409.45869,1563.5846 410.13397,1562.6004 411.95829,1563.2043 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2760" d="M 181.90972,1586.8638 C 184.13187,1588.8199 188.06537,1585.278 189.4849,1588.6888 C 190.12013,1592.0698 185.48815,1591.6775 183.35779,1591.1061 C 181.4663,1590.1414 179.58183,1588.0585 179.79294,1585.8433 C 180.70369,1585.2933 181.25227,1586.4755 181.90972,1586.8638 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2762" d="M 392.53753,1762.3205 C 393.28727,1764.207 391.20006,1765.7853 393.7241,1767.1763 C 393.59084,1770.2863 391.01809,1765.3953 389.7525,1766.9381 C 389.63735,1771.2453 388.497,1765.8091 386.84612,1766.2082 C 384.93557,1766.4021 382.937,1764.3316 383.21707,1762.4271 C 384.41412,1763.7754 386.76099,1765.3006 388.11353,1763.1302 C 390.72169,1763.4452 391.26202,1760.9669 390.90361,1758.8833 C 391.99969,1759.3722 392.21006,1761.2807 392.53753,1762.3205 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2790" d="M 765.20904,1845.124 C 767.19806,1845.938 768.22298,1847.2932 768.8128,1849.2818 C 769.84099,1851.2175 772.13895,1852.2539 772.82132,1854.3594 C 770.04465,1854.5749 767.74718,1851.8942 766.06309,1849.9565 C 764.60812,1848.7063 763.14991,1847.0566 761.10675,1848.4564 C 759.52099,1850.2745 757.1119,1847.6773 755.36866,1849.6343 C 751.3884,1852.261 750.98719,1858.1158 753.32624,1861.9314 C 751.79253,1863.1866 749.71375,1864.1768 747.94196,1864.939 C 747.90504,1862.1516 745.30139,1861.2657 745.35738,1864.7183 C 743.53776,1866.7693 741.44998,1868.6649 739.88397,1871.0061 C 737.82673,1871.0219 738.38302,1867.7916 736.96791,1866.6249 C 735.21565,1864.1944 735.47434,1869.085 736.50486,1870.0396 C 737.62056,1871.5519 738.75427,1875.3914 735.64396,1874.9715 C 732.2978,1874.6068 728.43309,1876.0583 725.69891,1873.3695 C 723.65222,1872.912 722.22664,1871.3593 719.9693,1872.0275 C 718.14254,1873.556 716.80961,1871.8373 715.63576,1870.4154 C 713.46152,1867.4614 709.45983,1868.901 706.8351,1866.9254 C 703.93171,1865.57 702.39755,1869.9644 699.6684,1869.1272 C 699.57916,1866.0988 697.68616,1867.2582 695.72121,1867.7845 C 694.28039,1867.0691 691.27202,1865.9393 694.35829,1865.1532 C 696.57191,1866.8116 697.8619,1864.1561 699.75017,1864.2139 C 700.93655,1865.1206 701.18691,1868.7639 702.97335,1866.227 C 705.55557,1864.8878 708.66164,1865.4324 711.40259,1865.7442 C 713.39813,1866.8453 716.75802,1866.1097 717.08398,1869.1272 C 718.37023,1869.4521 720.50761,1868.0947 722.23449,1869.676 C 723.753,1871.9172 725.40898,1868.4738 727.33284,1869.7175 C 729.79996,1870.6534 731.73938,1873.4027 734.72245,1872.1342 C 736.87887,1870.6524 733.81371,1868.0301 734.05397,1865.9589 C 733.25591,1864.15 735.46473,1860.6786 737.3217,1862.4144 C 737.81364,1862.2223 739.15425,1866.1582 741.26257,1865.238 C 744.76251,1864.6778 743.78619,1860.0346 746.45665,1858.6557 C 748.97774,1858.999 750.31035,1856.8742 750.04394,1854.5483 C 749.81689,1851.3167 753.71137,1850.8174 754.5517,1848.0235 C 756.52388,1847.8001 757.36851,1844.6897 759.75031,1846.3053 C 762.11444,1847.7135 762.79717,1844.0882 765.20904,1845.124 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2728" d="M 589.75334,1175.2304 C 589.26069,1172.9846 589.82618,1170.673 588.82497,1168.5714 C 589.88026,1166.2175 588.67634,1163.7849 589.75334,1161.4831 C 588.91795,1159.279 590.25716,1157.4262 590.54195,1155.3463 C 589.88391,1152.9807 591.61451,1151.2448 592.27841,1149.24 C 591.51264,1146.33 594.72219,1148.8319 595.07585,1150.435 C 597.27583,1154.2895 596.54358,1159.0536 596.28878,1163.2553 C 596.6502,1166.3472 593.94611,1168.9054 594.1722,1172.0085 C 593.03582,1173.5878 592.37654,1175.8592 590.53323,1176.6797 C 590.11488,1176.2785 590.10191,1175.6722 589.75334,1175.2304 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2764" d="M 580.80423,1314.1494 C 581.2092,1311.8063 581.68688,1309.522 580.89266,1307.3113 C 581.63921,1305.5935 580.07503,1301.7985 583.25499,1302.2285 C 584.58898,1303.2916 585.155,1305.5872 587.16584,1306.2731 C 589.0798,1307.6496 592.52719,1307.2781 593.39246,1309.7458 C 591.43999,1311.4326 588.48854,1310.6691 586.22562,1311.8401 C 584.08045,1312.6704 583.15478,1314.8005 581.13841,1315.7062 C 580.54827,1315.3661 580.80258,1314.6851 580.80423,1314.1494 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2766" d="M 581.84401,1298.0936 C 582.12619,1294.2617 585.36843,1297.2422 582.73361,1299.047 C 581.8596,1299.4656 582.02202,1298.6295 581.84401,1298.0936 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2768" d="M 582.51234,1291.2734 C 582.57194,1288.7507 582.94258,1286.18 582.36387,1283.6209 C 582.69944,1280.6839 582.19769,1275.8414 586.11425,1275.3256 C 587.9997,1274.9308 589.65959,1276.9564 591.41777,1277.3921 C 591.7367,1280.4513 596.64329,1279.3317 596.84591,1282.0911 C 595.65694,1285.2016 591.24682,1283.3944 589.90185,1286.4407 C 588.28593,1288.2581 586.34443,1289.7886 585.55729,1292.1859 C 583.01664,1293.1616 583.95871,1296.7632 583.44071,1293.0455 C 582.91911,1292.7155 582.39668,1291.8767 582.51234,1291.2734 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
<path id="polyline2726" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline" d="M 594.64155,1189.7788 C 594.7133,1193.1019 593.96458,1196.8179 591.90717,1199.5557 C 591.12737,1199.5725 591.12148,1198.9349 590.94158,1198.3744 C 590.47643,1196.0952 591.47062,1194.0616 589.71628,1192.3059 C 589.78137,1191.4297 590.26823,1190.5101 589.52779,1189.7788 C 588.44668,1187.279 592.89166,1186.921 593.80096,1188.8161 C 593.99306,1189.1954 594.49906,1189.3915 594.64155,1189.7788 z" sodipodi:nodetypes="ccccccc"/>
<path id="polyline2532" d="M 1925.3326,1040.8756 C 1924.4333,1039.7183 1925.1344,1034.3077 1925.7783,1037.8687 C 1926.0442,1038.458 1926.4894,1043.1568 1925.3326,1040.8756 z" style="opacity:1;fill:#c8ebff;stroke:#0978ab;stroke-width:0.69999999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;display:inline"/>
</g>
<g inkscape:groupmode="layer" id="layer11" inkscape:label="Departments" style="display:inline">
<path id="path5079" style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#646464;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 1123.3474,435.46985 L 1123.9983,434.64591 L 1125.2703,434.43552 L 1126.0224,433.37914 L 1126.1352,430.98093 L 1127.5716,432.18061 L 1128.6041,432.04891 L 1129.0419,431.60933 L 1128.6169,431.16328 L 1127.8049,430.24534 L 1130.3299,430.43818 L 1130.2949,429.80847 L 1132.2555,428.18076 L 1131.6332,427.38449 L 1130.3056,427.30603 L 1128.6186,426.3255 L 1128.748,422.08059 L 1127.2146,420.88488 L 1125.2214,425.33115 L 1126.1823,428.2256 L 1124.8475,427.19468 L 1124.56,426.62517 L 1125.0706,422.91771 L 1124.6208,421.73876 L 1123.459,421.17955 L 1122.2532,421.71284 L 1121.8551,421.26077 L 1121.9905,419.64669 L 1120.8498,419.18163 L 1119.7469,418.73841 L 1118.6602,419.33554 L 1118.1522,418.16447 L 1116.3439,417.41024 L 1115.028,417.6444 L 1114.4438,417.9552 L 1114.0764,418.48629 L 1114.3127,420.99074 L 1115.0376,422.75478 L 1117.4696,422.18327 L 1118.0225,423.33779 L 1118.6899,423.38957 L 1118.7751,423.92432 L 1119.0466,426.02337 L 1117.6816,425.87389 L 1117.0011,425.77444 L 1116.2764,424.04967 L 1113.1999,421.85937 L 1112.3382,422.77756 L 1111.8955,423.23273 L 1111.2803,422.96999 L 1110.6847,422.67293 L 1110.389,422.1202 L 1110.3915,418.57425 L 1109.7217,417.13797 L 1109.0303,415.52743 L 1109.7398,414.55675 L 1113.7713,413.93563 L 1114.4558,413.87209 L 1115.8547,415.08777 L 1115.4158,416.20156 L 1117.1612,416.86486 L 1119.1938,415.38166 L 1118.4659,412.4672 L 1118.4667,412.38504 L 1118.4153,411.74378 L 1117.6375,409.31371 L 1118.1517,408.17113 L 1117.7428,407.31331 L 1117.7363,406.69545 L 1118.705,405.87052 L 1118.6309,404.6836 L 1118.069,404.37165 L 1116.6891,405.50052 L 1116.0485,405.43121 L 1116.5665,404.27873 L 1115.4053,403.7238 L 1113.5148,404.25073 L 1112.847,402.71268 L 1110.4626,401.62795 L 1110.8932,401.26977 L 1111.5391,400.38421 L 1110.1037,398.63823 L 1109.7284,398.19343 L 1114.0326,395.25131 L 1114.4774,394.76196 L 1115.3731,395.18154 L 1115.8573,395.29882 L 1118.658,396.80389 L 1118.849,397.39697 L 1120.3328,395.37552 L 1122.9368,393.45445 L 1123.4529,393.34564 L 1123.9801,391.95872 L 1124.5122,388.50999 L 1126.1915,387.74308 L 1125.7441,384.13763 L 1126.3532,384.18603 L 1126.3975,380.54089 L 1126.3115,379.93389 L 1126.2816,379.60341 L 1126.2416,379.27447 L 1126.1997,377.55076 L 1126.9412,376.63424 L 1128.2348,376.77923 L 1129.637,378.01131 L 1134.5624,376.61965 L 1135.146,376.34615 L 1134.7365,376.02666 L 1135.2804,375.23708 L 1134.8639,374.74488 L 1133.8916,373.90732 L 1133.3304,373.70963 L 1130.6691,372.46834 L 1130.0602,372.33442 L 1127.8016,371.33919 L 1127.6965,370.19156 L 1129.8543,369.04038 L 1129.5985,366.68556 L 1128.9924,366.4039 L 1127.8184,364.85868 L 1127.2191,364.58869 L 1126.4401,362.25553 L 1129.7472,361.56331 L 1130.4365,359.78915 L 1130.1862,357.88457 L 1130.8878,357.59554 L 1130.921,354.51753 L 1130.2317,353.4466 L 1130.3185,352.19574 L 1131.8379,351.65827 L 1131.721,351.15616 L 1131.3454,350.64664 L 1129.9639,347.92494 L 1129.7565,346.87012 L 1129.3259,346.41932 L 1127.1577,344.35284 L 1126.8087,343.93721 L 1126.0929,343.11767 L 1126.4724,342.94866 L 1128.0713,341.95641 L 1128.5204,341.51217 L 1128.2303,340.98059 L 1128.5096,339.88927 L 1127.6564,338.29625 L 1126.4555,337.98161 L 1126.8272,336.89767 L 1127.8657,336.52284 L 1127.9558,335.41501 L 1128.5288,335.22502 L 1129.8963,336.0539 L 1130.3327,334.5256 L 1130.0674,333.93674 L 1128.9647,332.40885 L 1130.184,329.59531 L 1129.2649,327.88684 M 1113.0149,418.4401 L 1113.2061,418.39231 L 1113.2858,418.17949 L 1113.5571,418.13218 L 1113.6596,418.32179 L 1113.7136,418.09216 L 1113.8635,417.83061 L 1113.9849,417.83996 L 1114.2128,417.57871 L 1113.9722,417.32046 L 1114.0192,416.92664 L 1114.0367,416.90197 L 1114.6003,416.94754 L 1114.5757,416.79126 L 1114.3028,416.24683 L 1113.9658,416.07983 L 1113.4607,416.27299 L 1113.2969,416.14847 L 1112.79,416.34988 L 1112.9161,416.82721 L 1112.3151,417.06916 L 1112.0354,417.30523 L 1112.0257,417.41196 L 1112.3641,417.42281 L 1112.5185,417.62941 L 1112.4112,417.99992 L 1112.6181,418.14942 L 1112.714,418.10089 L 1112.8093,418.12627 L 1112.6593,418.39622 L 1112.799,418.315 L 1113.0149,418.4401 z M 1202.059,1018.2312 L 1201.7113,1017.7743 L 1200.6203,1016.4783 L 1200.3864,1015.9246 L 1200.0494,1013.6595 L 1198.611,1012.7083 L 1198.0064,1012.7343 L 1195.133,1011.9273 L 1194.227,1012.7251 L 1194.0044,1012.1553 L 1193.4519,1008.5852 L 1191.8853,1006.0633 L 1191.8315,1005.4517 L 1189.9838,1002.361 L 1188.7031,1001.1818 L 1188.1549,1001.4364 L 1187.366,1002.3419 L 1184.4309,1002.2399 L 1184.2324,1002.8144 L 1183.6865,1002.7071 L 1183.2091,1003.0387 L 1182.3764,1001.7029 L 1180.1447,1001.8794 L 1180.1104,1002.9649 L 1175.8383,1002.985 L 1174.1293,1003.6413 L 1173.5621,1003.8848 L 1172.987,1004.1102 L 1173.3995,1000.5057 L 1172.8589,998.75376 L 1173.3641,998.40892 L 1173.9533,998.24961 L 1172.5331,996.37295 L 1172.5436,995.17023 L 1172.1227,994.74293 L 1171.6516,993.9381 L 1170.5371,994.5788 L 1169.2937,994.48063 L 1167.6812,992.56576 L 1167.3684,992.0021 L 1165.2098,993.38577 L 1162.7084,993.79624 L 1160.9652,995.6407 L 1156.8068,997.1844 L 1156.2726,997.53942 L 1156.2192,996.95969 L 1156.3678,995.8114 L 1154.369,994.79225 L 1154.0346,994.33722 L 1152.9132,994.41375 L 1152.5195,993.57626 L 1151.9536,993.83585 L 1150.2381,993.54176 L 1149.1504,994.09468 L 1146.7211,993.57214 L 1146.2944,993.83698 L 1144.8414,994.1837 L 1144.2804,994.03736 L 1143.4195,993.37423 L 1143.6789,992.85379 L 1143.1389,992.71285 L 1142.3311,993.27957 L 1141.3994,991.89841 L 1136.9632,992.17046 L 1136.9498,993.42907 L 1136.3467,993.54271 L 1130.4326,992.53003 L 1129.6711,991.62724 L 1129.2268,991.23447 L 1128.9421,990.90913 L 1128.5612,990.70952 L 1128.0378,990.70928 L 1127.0165,990.55445 L 1126.6897,990.00661 L 1126.8928,988.11799 L 1125.7802,985.17505 L 1120.6252,987.19498 L 1119.2044,985.94806 L 1118.705,986.31546 L 1117.5602,986.78083 L 1116.9919,987.00784 L 1116.063,986.35145 L 1115.3899,984.6624 L 1113.5303,983.07358 L 1111.741,982.83163 L 1110.6808,983.34968 L 1110.2941,982.95807 L 1109.7501,982.001 L 1109.3988,981.49125 L 1108.1973,974.27171 L 1107.7158,974.66629 L 1103.5881,973.75941 L 1103.2896,973.33581 L 1102.9632,972.9321 L 1104.0138,972.2455 L 1104.1218,970.95448 L 1103.1375,968.56648 L 1103.6022,966.69087 L 1104.6216,965.90207 L 1105.744,965.61271 L 1106.2015,965.20649 L 1106.5514,964.68594 L 1105.6855,963.11947 L 1107.4199,961.40675 L 1106.8216,961.3332 L 1104.8788,959.99699 L 1102.3245,960.11815 L 1099.8702,959.31235 L 1097.3008,959.68793 L 1096.51,958.67895 L 1095.9453,958.93681 L 1091.3726,961.38562 L 1091.364,961.99105 L 1091.1846,963.15654 L 1091.8976,965.37892 L 1091.3513,965.662 L 1091.1396,968.11053 L 1090.2643,969.72098 L 1089.6562,969.68276 L 1087.2748,969.27557 L 1086.9153,968.76178 L 1085.1096,967.0635 L 1083.8658,967.1982 L 1082.1681,965.39408 L 1080.4195,964.74653 L 1080.1248,965.29805 L 1079.102,966.84457 L 1080.1029,969.70756 L 1079.1545,971.20673 L 1079.2177,972.40817 L 1078.7589,972.69386 L 1076.6357,972.50289 L 1076.1959,972.95975 L 1074.4021,973.47156 L 1073.3488,974.13825 L 1073.1237,976.61355 L 1072.3299,977.57598 L 1071.7535,979.91823 L 1071.473,980.41067 L 1070.5204,982.69711 L 1069.5661,983.52255 L 1068.347,983.77119 L 1066.6401,983.14778 L 1066.0961,982.81344 L 1063.8783,981.66545 L 1063.4416,981.94698 L 1062.5491,982.41791 L 1062.0874,981.96889 L 1059.2586,979.44611 M 1463.1642,1420.8494 L 1462.9726,1420.2433 L 1461.9855,1418.6401 L 1457.9671,1415.814 L 1457.6237,1411.3922 L 1456.5814,1411.6727 L 1455.2756,1410.8261 L 1454.7291,1410.6584 L 1453.9221,1409.8688 L 1452.68,1406.5936 L 1452.1289,1406.345 L 1450.4719,1404.5538 L 1450.1449,1403.3464 L 1449.6567,1403.3216 L 1449.191,1403.1661 L 1448.7082,1403.0149 L 1447.2248,1402.7144 L 1446.7599,1402.3073 L 1443.1915,1402.9776 L 1439.6975,1402.573 L 1438.6867,1404.1238 L 1437.0866,1404.7907 L 1436.6627,1404.9404 L 1436.2394,1404.7874 L 1436.9908,1398.6363 L 1437.8778,1397.7989 L 1438.3612,1397.4296 L 1439.805,1396.3252 L 1442.0257,1391.9867 L 1442.1623,1391.3576 L 1444.0855,1386.7102 L 1441.1515,1386.741 L 1439.3924,1382.4199 L 1439.1594,1381.8538 L 1438.5656,1381.8875 L 1436.2941,1382.5094 L 1435.8106,1382.1844 L 1433.7909,1381.0817 L 1432.2047,1381.3487 L 1432.0662,1380.7784 L 1431.61,1379.0808 L 1432.2673,1376.2356 L 1432.4051,1375.608 L 1433.0742,1372.4686 L 1436.0136,1366.9095 L 1436.2323,1358.6219 L 1435.6677,1358.8447 L 1432.7947,1359.7548 L 1430.9834,1359.7115 L 1430.7994,1359.1212 L 1430.3689,1357.9645 L 1430.4475,1350.2006 M 1613.8726,1251.6099 L 1613.327,1251.8208 L 1610.5896,1251.3985 L 1609.6884,1250.6984 L 1608.7188,1251.3222 L 1608.6399,1251.9567 L 1605.525,1255.8954 L 1602.5507,1256.4992 L 1601.746,1258.8799 L 1600.841,1259.7437 L 1597.8007,1260.1521 L 1596.2744,1261.2417 L 1595.0806,1260.8998 L 1594.3843,1262.6249 L 1592.6437,1262.8295 L 1591.1827,1263.9928 L 1591.433,1265.864 L 1589.2897,1267.0043 L 1587.2335,1270.1367 L 1583.0479,1272.707 L 1579.9939,1272.3359 L 1580.1468,1272.9327 L 1580.3007,1274.134 L 1578.4619,1279.8682 L 1577.9793,1280.1701 L 1575.067,1282.5674 L 1574.7717,1283.6987 L 1573.8817,1289.6321 L 1573.2593,1289.61 L 1570.1863,1289.4465 L 1568.385,1289.8807 L 1567.9754,1289.8001 L 1567.3907,1289.6076 L 1564.4139,1289.7989 L 1561.5838,1288.7228 L 1559.895,1289.4186 L 1558.7149,1289.0701 L 1558.149,1288.9105 L 1557.0044,1289.1754 L 1554.8186,1288.331 L 1554.2796,1288.6359 L 1553.1007,1288.6359 L 1551.9521,1286.4457 L 1550.1981,1285.9469 L 1549.3569,1285.022 L 1546.5,1285.5681 L 1545.6655,1284.6933 L 1545.5458,1283.4929 L 1545.2931,1282.977 L 1544.3355,1280.9924 L 1543.8107,1280.7222 L 1540.748,1278.0262 L 1539.6788,1275.8863 L 1539.093,1275.7844 L 1537.8605,1277.1009 L 1536.2396,1277.8388 L 1535.9324,1278.0944 L 1536.3315,1278.5914 L 1537.797,1280.5476 L 1536.9238,1283.599 L 1536.8454,1284.1581 L 1536.5984,1285.2616 L 1535.563,1285.6089 L 1535.2626,1286.6057 L 1534.6588,1286.4949 L 1531.582,1284.5327 L 1531.0093,1283.411 L 1530.5121,1283.7884 L 1528.2978,1284.9182 L 1527.0456,1286.202 L 1523.4205,1286.5535 L 1523.325,1286.7133 L 1523.7838,1287.1025 L 1524.2726,1289.479 L 1524.7932,1289.7661 L 1527.0861,1295.9703 L 1524.7969,1300.5135 L 1522.5485,1301.6129 L 1522.2484,1301.0459 L 1519.5455,1295.9714 L 1517.2525,1293.8081 L 1515.8822,1290.9725 L 1515.4316,1291.3596 L 1514.4146,1291.9159 L 1514.092,1291.4781 L 1513.643,1290.5104 L 1513.6382,1289.8977 L 1513.4567,1286.8523 L 1512.8329,1286.7912 L 1510.5444,1285.7495 L 1510.0199,1285.7399 L 1508.463,1284.3894 L 1507.7548,1284.397 L 1506.8598,1285.0655 L 1505.4586,1284.158 L 1504.3585,1284.1383 L 1504.012,1284.6135 L 1503.5185,1285.689 L 1504.224,1286.5042 L 1503.2683,1288.7819 L 1503.2858,1290.0242 L 1502.3498,1290.2185 L 1500.9874,1289.1687 L 1500.6212,1289.699 L 1497.9816,1291.4766 L 1497.0115,1292.2526 L 1496.6429,1294.1429 L 1492.8762,1296.0762 L 1492.3802,1296.2563 L 1491.0357,1296.8963 L 1490.2671,1297.5954 L 1489.7749,1297.8384 L 1487.9922,1299.1229 L 1487.7661,1299.7065 L 1486.4512,1303.2113 L 1486.3705,1303.8133 L 1485.9574,1305.5434 L 1484.5106,1307.4241 L 1484.0904,1307.8849 L 1483.6823,1309.0788 L 1482.6465,1309.6063 L 1481.6097,1309.9424 L 1481.8597,1311.1559 L 1480.8558,1313.2866 L 1482.2879,1314.3482 L 1483.889,1313.7243 L 1484.3981,1314.0497 L 1484.3945,1314.5615 L 1484.1944,1316.0515 L 1484.3134,1316.6253 L 1484.4746,1317.7885 L 1482.9257,1318.6486 L 1483.266,1319.8532 L 1482.9858,1322.2663 L 1484.3499,1323.1425 L 1483.8269,1324.2651 L 1483.8606,1325.3762 L 1483.9785,1325.9348 L 1482.7657,1325.7325 L 1482.3855,1325.2239 L 1478.7035,1321.7751 L 1478.0629,1320.685 L 1478.1159,1318.1508 L 1477.6887,1317.7966 L 1474.7686,1316.3784 L 1474.2048,1316.5036 L 1473.1342,1316.9496 L 1473.1043,1318.168 L 1471.7058,1320.2367 L 1471.462,1321.4551 L 1471.9156,1323.2636 L 1472.1638,1323.6503 L 1472.5143,1323.9398 L 1473.0383,1324.285 L 1476.0671,1326.4815 L 1476.3852,1328.3596 L 1477.348,1329.1733 L 1477.7608,1330.3598 L 1477.8236,1330.9933 L 1478.2716,1332.1661 L 1479.2507,1332.9216 L 1482.7797,1333.9126 L 1482.4699,1336.3225 L 1481.2563,1336.4562 L 1480.6555,1336.5103 L 1476.0365,1335.6699 L 1475.4459,1335.4515 L 1472.4525,1334.7085 L 1469.9412,1332.82 L 1467.5396,1332.6177 L 1467.0384,1332.9043 L 1465.5579,1333.7684 L 1462.8104,1332.9903 L 1462.2383,1333.1521 L 1460.9846,1334.4007 L 1458.0846,1334.8531 L 1457.2454,1335.7012 L 1455.5662,1336.2732 L 1454.9463,1337.2989 L 1454.4944,1336.9348 L 1452.8769,1336.3547 M 1611.9405,1466.4102 L 1609.7376,1465.9084 L 1609.311,1464.147 L 1608.2511,1463.7051 L 1607.6991,1463.5314 L 1605.7602,1462.3397 L 1607.1484,1458.7941 L 1606.5856,1457.7555 L 1605.404,1457.4364 L 1605.1158,1456.8691 L 1605.226,1456.2602 L 1606.1252,1453.3268 L 1608.0068,1451.0524 L 1608.5963,1451.0721 L 1608.7467,1449.8302 L 1607.7954,1447.597 L 1609.2736,1444.8208 L 1608.7521,1444.6375 L 1607.0567,1442.499 L 1606.5846,1442.7583 L 1605.6941,1443.3264 L 1605.0686,1443.2966 L 1603.2977,1443.5712 L 1602.2918,1442.9867 L 1601.8285,1443.3459 L 1599.9945,1441.9922 L 1599.9641,1441.4288 L 1598.2159,1440.2749 L 1596.8222,1439.0834 L 1595.0853,1439.3319 L 1593.8049,1436.5852 L 1593.4756,1436.0848 L 1591.9459,1433.6164 L 1590.8031,1433.4501 L 1590.1843,1432.4652 L 1590.5036,1429.3296 L 1591.9006,1427.3526 L 1591.7096,1426.7552 L 1590.825,1422.5653 L 1589.6939,1421.1336 L 1589.302,1419.3043 L 1584.0233,1418.8498 L 1584.1287,1418.2236 L 1582.5595,1416.3834 L 1580.2287,1415.6965 L 1577.06,1417.318 L 1576.945,1416.7549 L 1576.4951,1414.5146 L 1575.0903,1413.7571 L 1575.0992,1413.1632 L 1575.4943,1412.1044 L 1574.5773,1411.4211 L 1574.3683,1410.459 L 1574.399,1409.9605 L 1574.3542,1409.7356 L 1575.1242,1408.8183 L 1583.2208,1406.3854 L 1583.6918,1405.9895 L 1583.8861,1405.3821 L 1582.4884,1403.4088 L 1578.3874,1402.3414 L 1579.9482,1398.4191 L 1582.2258,1397.8035 L 1582.8056,1397.7055 L 1582.2897,1397.3709 L 1581.9631,1394.2383 L 1579.7092,1393.4689 L 1578.9724,1392.5077 L 1578.8589,1391.8836 L 1583.9872,1393.1705 L 1584.5381,1393.3854 L 1588.5307,1394.798 L 1592.2167,1392.8943 L 1592.7761,1392.659 L 1595.2902,1387.7676 L 1598.6288,1386.491 L 1599.2022,1386.3227 L 1599.6521,1386.8304 L 1601.4139,1387.0958 L 1602.074,1388.1301 L 1604.6008,1389.7778 L 1605.6595,1391.3172 L 1606.8194,1391.4847 L 1609.554,1390.8753 L 1610.119,1390.8273 L 1611.9565,1390.6036 L 1612.5126,1390.3232 L 1613.1052,1390.1519 L 1613.2288,1389.5238 L 1609.4002,1384.7017 L 1607.7131,1384.7607 L 1607.1408,1384.5628 L 1606.7079,1384.1248 L 1605.475,1382.7295 L 1604.3134,1379.8959 L 1601.2963,1379.5759 L 1601.0815,1378.3496 L 1601.1854,1377.7233 L 1600.8572,1375.4555 L 1599.8518,1374.8866 L 1599.4939,1374.4206 L 1599.921,1373.2258 L 1594.8597,1370.3834 L 1594.5412,1369.8787 L 1593.7074,1367.4711 L 1591.4504,1366.5178 L 1588.2301,1363.5308 L 1588.4825,1359.7546 L 1589.3112,1357.3692 L 1589.5962,1356.8078 L 1589.1348,1356.5371 L 1588.7517,1355.5249 L 1588.3355,1355.0623 L 1587.6035,1353.3317 L 1585.4995,1351.0484 L 1585.2535,1350.624 L 1584.8634,1349.7287 L 1583.455,1348.6157 L 1583.0737,1344.8834 L 1580.8341,1340.5842 L 1582.1808,1339.3494 L 1582.604,1338.8963 L 1582.7013,1338.2892 L 1582.2554,1336.5886 L 1584.6461,1333.2075 L 1584.2302,1331.4541 L 1585.3659,1330.1315 L 1585.5272,1325.4816 L 1586.027,1325.1747 L 1587.2012,1325.0454 L 1587.9457,1324.0593 L 1589.651,1323.4045 L 1590.4317,1320.4444 L 1593.3119,1321.3282 L 1593.8798,1321.5576 L 1593.387,1318.5541 L 1594.6026,1316.4663 L 1594.4746,1314.0144 L 1594.7011,1313.4447 L 1595.6775,1312.6902 L 1596.3613,1310.9618 L 1598.0687,1310.3181 L 1600.2785,1308.1482 L 1602.6088,1308.4008 L 1603.0686,1307.9835 L 1603.8317,1307.2599 L 1604.1551,1306.8427 L 1605.6603,1305.719 L 1606.1662,1305.3341 M 1301.7769,1145.3021 L 1302.7925,1146.015 L 1305.2522,1145.8209 L 1306.0422,1144.209 L 1308.2613,1145.2873 L 1309.5083,1144.0706 L 1311.846,1143.2394 L 1314.2646,1143.5136 L 1314.792,1143.8467 L 1315.2367,1143.3956 L 1317.3777,1142.1369 L 1317.3871,1140.2642 L 1317.0882,1139.9427 L 1316.5259,1139.2941 L 1315.9141,1139.1462 L 1315.7558,1137.9514 L 1316.5382,1135.542 L 1317.0608,1135.2644 L 1318.2211,1135.0779 L 1319.4382,1135.1668 L 1319.6008,1134.5642 L 1318.8489,1133.6005 L 1318.7335,1131.7538 L 1320.9986,1130.8862 L 1321.8271,1130.4764 L 1322.1799,1130.1627 L 1321.8033,1129.2792 L 1321.5951,1128.8286 L 1326.2428,1125.5186 L 1326.8055,1125.2179 L 1329.1195,1125.3924 L 1329.7887,1124.5553 L 1331.7534,1123.7139 L 1332.2937,1123.6335 L 1332.5797,1122.3848 L 1335.8806,1121.5658 L 1336.456,1121.6086 L 1338.2026,1123.2025 L 1338.5513,1123.6892 L 1338.415,1125.3012 L 1337.3864,1125.5074 L 1337.095,1126.5995 L 1337.0679,1126.9607 L 1337.2422,1129.3115 L 1339.2074,1131.4723 L 1339.6875,1131.8132 L 1341.7339,1133.6609 L 1342.0819,1134.1002 L 1343.1494,1135.3294 L 1343.2245,1135.8716 L 1343.2601,1138.6429 L 1343.2398,1139.1969 L 1343.2873,1139.7498 L 1343.2759,1140.6926 L 1343.1427,1141.1459 L 1342.2256,1143.5426 L 1342.3169,1146.7633 L 1342.4748,1147.3889 L 1343.329,1150.4201 L 1343.569,1151.0025 L 1342.6456,1153.053 L 1342.8803,1153.5906 L 1343.4665,1155.8956 L 1343.3192,1156.4932 L 1343.2506,1157.727 L 1344.4945,1158.9984 L 1345.0852,1159.1559 L 1345.4369,1159.493 L 1345.6567,1159.9313 L 1345.6396,1160.2764 L 1342.7258,1163.9104 L 1342.5459,1164.4774 L 1342.5097,1164.8712 L 1342.5349,1166.0866 L 1343.5896,1167.5739 L 1343.8949,1168.1005 L 1344.7216,1169.0424 L 1345.1911,1169.4657 L 1345.5595,1169.9698 L 1345.7696,1170.5609 L 1346.0284,1172.4852 L 1345.8785,1173.1172 L 1345.5437,1174.1185 L 1345.7138,1175.1609 L 1346.5353,1175.9843 L 1348.7349,1176.7705 L 1349.4798,1177.6639 L 1349.5835,1178.2533 L 1349.1693,1179.321 L 1348.846,1179.7942 L 1347.6626,1181.0689 L 1347.3327,1181.5502 L 1347.3003,1183.7297 L 1347.6066,1184.209 L 1347.5553,1185.4434 L 1346.796,1186.4752 L 1346.92,1187.7038 L 1347.4013,1188.121 L 1348.587,1189.6313 L 1348.6273,1191.5779 L 1348.6761,1192.2263 L 1348.7406,1192.5247 L 1349.6791,1194.7824 L 1350.9854,1196.0417 L 1351.423,1196.4628 L 1352.0481,1198.0965 L 1352.3204,1198.614 L 1352.8913,1199.53 L 1352.9817,1200.0679 L 1351.1812,1203.1286 L 1351.0522,1203.7119 L 1350.744,1204.9556 L 1348.9936,1206.7693 L 1348.8983,1207.4063 L 1349.779,1210.7532 L 1349.5784,1211.8921 L 1349.2074,1212.339 L 1348.3493,1213.2093 L 1348.0427,1213.7439 L 1347.6069,1216.7445 L 1346.7241,1217.5041 L 1346.134,1217.5851 L 1344.9754,1217.837 L 1344.5903,1219.5377 L 1344.7424,1221.8796 L 1343.6473,1222.2192 L 1343.0847,1222.3557 L 1342.1415,1222.8601 L 1342.1495,1223.9646 L 1341.6729,1224.331 L 1341.4593,1226.1476 L 1339.9536,1227.972 L 1338.312,1228.6484 L 1337.7901,1228.9431 L 1337.1864,1229.8879 L 1337.0947,1230.3228 L 1337.2625,1230.914 L 1338.1417,1232.4511 L 1336.8999,1234.4818 L 1337.4889,1237.4872 L 1337.4723,1238.0396 L 1337.4962,1240.5993 L 1338.4781,1242.2515 L 1339.6458,1246.5724 L 1339.6933,1247.2157 L 1339.2308,1251.0728 L 1339.3751,1251.6319 L 1338.5957,1253.8384 L 1337.0524,1255.5351 L 1336.7207,1256.0133 L 1336.2305,1257.6415 L 1336.0042,1258.1725 L 1334.4831,1261.1981 L 1334.9627,1261.4718 L 1334.5743,1263.1212 L 1334.5799,1263.6875 L 1334.1113,1264.0725 L 1333.5286,1264.2154 L 1332.9919,1264.4355 L 1330.7453,1264.9262 L 1330.1797,1265.9665 L 1330.0639,1266.5488 L 1329.9335,1268.2921 L 1328.8302,1268.3879 L 1328.4208,1271.4686 L 1329.8024,1273.3922 L 1330.3731,1273.6288 L 1329.9452,1274.8232 L 1329.7652,1275.4313 L 1328.4964,1276.8695 L 1327.8365,1279.3862 L 1328.0318,1281.3223 L 1329.3122,1283.5654 L 1329.3841,1284.8689 L 1329.4223,1285.5216 L 1328.7743,1289.8369 L 1328.0152,1290.8022 L 1326.8721,1291.2111 L 1326.3298,1291.4988 L 1325.4097,1292.173 L 1324.6955,1296.9258 L 1324.7305,1297.4204 L 1324.8612,1298.4033 L 1324.7493,1299.0415 L 1322.9262,1303.1353 L 1322.6421,1307.669 L 1322.991,1310.2379 L 1323.1204,1311.048 M 1361.1281,413.64621 L 1361.07,413.02774 L 1357.6976,411.13499 L 1358.9482,409.11434 L 1357.7704,409.14662 L 1356.3675,408.55396 L 1355.7683,408.79348 L 1353.3727,409.66978 L 1351.659,408.86272 L 1352.4301,409.84471 L 1349.8473,413.28382 L 1350.5402,414.9209 L 1350.431,415.5291 L 1345.4549,413.93204 L 1345.4877,413.42012 L 1345.7995,412.5122 L 1344.5809,412.69104 L 1343.5535,411.35512 L 1342.9075,411.50027 L 1340.6838,412.75932 L 1337.4989,412.24658 L 1334.9652,412.80407 L 1334.8749,412.26884 L 1333.0528,410.96034 L 1332.6298,410.66707 L 1331.6748,411.07526 L 1331.0451,411.15602 L 1329.7885,411.00326 L 1329.8631,410.40541 L 1328.1145,409.87574 L 1327.4743,410.12064 L 1325.6354,412.84681 L 1321.3934,414.41663 L 1319.1182,413.17526 L 1319.1001,411.8992 L 1318.2109,410.18522 L 1318.1852,409.54659 L 1317.5773,407.82872 L 1315.9457,406.90656 L 1315.8056,405.10456 L 1316.7022,404.20684 L 1313.9189,402.92665 L 1311.3689,403.06876 L 1310.7135,403.2449 L 1308.7001,404.93386 L 1306.0632,405.52185 L 1303.1385,405.6065 L 1302.5769,405.61184 L 1302.0151,405.61704 L 1301.4049,405.80363 L 1298.3087,406.4884 L 1297.8232,406.74707 L 1297.326,407.06332 L 1297.038,406.48732 L 1292.5032,404.49454 L 1292.4759,404.28694 L 1292.2578,403.69476 L 1290.9963,403.3528 L 1290.2441,402.32177 L 1288.46,398.96618 L 1288.3212,397.74824 L 1287.7716,397.93365 L 1286.6743,398.30131 L 1286.2615,398.50984 L 1285.5486,399.07598 L 1284.9037,398.99135 L 1283.0019,397.26755 L 1279.8016,397.23708 L 1279.7403,397.24401 L 1279.4311,396.70915 L 1277.5262,393.52204 L 1277.637,392.81962 L 1277.9995,392.47153 L 1275.3908,392.04732 L 1273.4733,390.20505 L 1272.1388,387.26727 L 1271.5309,387.40454 L 1271.2622,387.02044 L 1270.6521,387.17248 L 1267.8281,386.03375 L 1267.3013,386.27332 L 1266.2645,386.77922 L 1265.956,386.23166 L 1264.7058,384.05291 L 1265.0144,383.62432 L 1261.9657,383.47129 L 1261.3336,383.53138 L 1258.9063,383.04812 L 1258.3321,383.22778 L 1255.3472,383.4611 L 1254.7932,383.46079 L 1254.2391,383.46232 L 1251.5859,383.53432 L 1250.7759,383.52558 L 1250.1931,383.19629 L 1246.8609,382.78211 M 1329.9052,636.14359 L 1329.4823,635.66399 L 1325.9474,637.0982 L 1322.7386,635.32804 L 1319.4919,635.3923 L 1319.1775,635.01326 L 1318.8432,634.1072 L 1318.2538,634.34894 L 1313.9521,634.61904 L 1312.076,637.02675 L 1310.9855,637.59916 L 1310.7246,638.16457 L 1309.8321,638.93154 L 1308.5885,638.64437 L 1308.5552,639.27192 L 1309.4989,641.5943 L 1311.0781,642.6295 L 1311.6496,645.07026 L 1311.2209,645.47146 L 1310.6894,645.73496 L 1308.0393,645.34855 L 1306.1441,645.99823 L 1303.4899,645.68693 L 1297.3498,647.85452 L 1296.2303,647.27442 L 1295.7037,646.89225 L 1293.4903,645.64586 L 1290.4359,646.77526 L 1287.8272,646.91664 L 1284.7457,647.83005 L 1280.3739,646.70244 L 1279.4704,648.22685 L 1278.6646,649.24371 L 1278.8062,649.86736 L 1279.0177,651.12937 L 1277.9217,653.43727 M 986.47218,1344.0296 L 987.34252,1342.4257 L 984.64585,1341.2297 L 984.3781,1340.024 L 985.19427,1339.0959 L 984.92968,1338.5315 L 982.7312,1337.6855 L 980.94422,1337.9265 L 980.21409,1340.3146 L 979.40842,1339.4226 L 979.03766,1337.0699 L 977.97195,1336.7617 L 977.05505,1337.4293 L 976.46538,1337.444 L 976.70606,1336.9051 L 975.79637,1336.2229 L 975.43384,1334.0527 L 973.84059,1333.4009 L 974.38433,1332.4424 L 976.12006,1332.5064 L 979.1332,1326.986 L 980.1474,1326.5957 L 980.51221,1326.0824 L 982.36284,1327.147 L 982.91,1327.0421 L 982.86925,1326.4422 L 983.18762,1322.979 L 983.99949,1320.8223 L 983.4426,1320.5947 L 980.55486,1320.1523 L 980.15816,1319.6891 L 979.66554,1319.9942 L 976.30885,1319.8958 L 975.23872,1320.3163 L 971.67096,1318.1751 L 971.11204,1317.9531 L 972.55192,1315.9283 L 970.06139,1312.487 L 971.57188,1310.5303 L 972.6348,1310.0979 L 973.2432,1310.0483 L 973.01733,1309.6104 L 972.79437,1309.1693 M 1334.2788,1385.2863 L 1338.1072,1386.0097 L 1338.6536,1386.1128 L 1342.7611,1386.964 L 1343.3461,1387.0901 L 1348.9313,1387.6834 L 1351.755,1389.0777 L 1352.3109,1389.3762 L 1355.6248,1392.1308 L 1357.4615,1392.0719 L 1358.0404,1392.1807 L 1358.5366,1392.5102 L 1363.4818,1395.1907 L 1365.8768,1398.147 L 1366.2548,1398.6637 L 1366.7535,1399.3952 L 1367.0334,1399.7357 L 1371.546,1403.6949 L 1371.8042,1404.2552 L 1372.6308,1406.221 L 1372.7251,1406.7492 L 1373.4222,1409.8173 L 1378.2632,1412.7208 L 1378.8039,1413.0383 L 1382.4748,1415.1707 L 1382.995,1415.4828 L 1384.4167,1416.3022 L 1384.8926,1416.5717 L 1390.8967,1419.7062 L 1396.6311,1417.5174 L 1397.2424,1417.5461 L 1397.8239,1417.572 L 1398.4037,1417.6059 L 1400.7509,1418.1379 L 1402.991,1418.8065 L 1403.5707,1418.8868 L 1407.2284,1419.5398 L 1408.1386,1420.4133 L 1408.5723,1420.8796 L 1410.3086,1422.5069 L 1410.8222,1422.794 L 1413.7315,1424.2996 L 1414.2183,1424.5462 L 1415.9614,1425.6534 L 1416.4446,1425.8278 L 1419.0505,1427.1729 L 1419.5337,1427.5118 L 1423.1026,1429.796 L 1423.6967,1429.8914 L 1428.4882,1431.8581 L 1429.0274,1432.0734 L 1434.4211,1433.6691 L 1436.2732,1433.4142 L 1436.8783,1433.5784 L 1439.8697,1433.1857 L 1443.4707,1433.6759 L 1444.0689,1433.7761 L 1445.7694,1432.5705 L 1446.2727,1432.4182 L 1448.4665,1431.3237 L 1450.4729,1428.8984 L 1453.1289,1427.5456 L 1453.7431,1427.5616 L 1457.4329,1427.9525 L 1460.6648,1423.2037 L 1462.2913,1422.2839 L 1462.6647,1421.7595 L 1465.6476,1422.3205 L 1466.4984,1423.187 L 1466.5419,1425.6721 L 1467.1066,1426.8005 L 1469.6911,1427.9533 L 1470.2394,1428.2288 L 1469.9015,1428.7679 L 1468.7547,1431.005 L 1468.4625,1433.5549 L 1467.8614,1433.4136 L 1464.7863,1433.4563 L 1458.31,1435.4008 L 1457.9378,1435.9155 L 1456.2964,1436.5309 L 1453.5793,1442.2989 L 1454.4421,1447.283 L 1450.5146,1448.9651 L 1452.0254,1450.9818 L 1452.599,1451.0372 L 1454.8827,1451.2379 L 1456.792,1452.5528 L 1457.182,1452.9339 L 1459.1561,1453.4543 L 1458.1443,1456.3417 L 1457.7127,1462.572 L 1456.3142,1463.6603 L 1455.7731,1466.084 L 1456.3864,1466.0374 L 1459.4507,1469.0352 L 1462.3463,1474.716 L 1465.2442,1477.1094 L 1467.0265,1477.358 L 1467.0878,1477.3852 L 1466.7554,1478.5462 L 1464.3101,1480.1294 L 1462.119,1480.8333 L 1461.5599,1480.5741 L 1458.6985,1479.5044 L 1456.27,1479.6049 L 1453.7309,1481.2443 L 1453.9677,1481.8355 L 1455.1866,1487.4172 L 1456.3364,1488.9101 L 1456.3166,1489.5523 L 1454.3922,1491.8999 L 1454.6176,1493.7245 L 1453.8179,1495.3841 L 1452.1281,1495.9284 L 1453.3454,1495.9303 L 1454.73,1497.07 L 1455.2855,1496.8648 L 1459.3298,1496.1813 L 1460.6033,1499.001 L 1463.2996,1502.3123 L 1463.8317,1502.5901 L 1463.6,1504.8065 L 1463.597,1505.3721 L 1460.7525,1506.3404 L 1456.1222,1509.0822 L 1456.32,1509.5795 L 1456.4878,1510.087 L 1456.055,1510.5494 L 1453.678,1511.2102 L 1453.6465,1511.8338 L 1453.1779,1514.8948 L 1453.1737,1515.5395 L 1452.8653,1519.3788 L 1452.5622,1520.9655 M 1052.0507,1100.9753 L 1053.6883,1100.2632 L 1055.9557,1100.8382 L 1056.5494,1100.8875 L 1055.6171,1104.243 L 1055.5121,1104.8168 L 1058.7234,1103.4948 L 1059.3253,1103.4701 L 1060.3951,1104.9753 L 1062.5525,1106.0731 L 1063.7916,1106.0194 L 1065.7069,1103.5997 L 1066.5159,1103.5664 L 1066.8638,1106.6837 L 1066.7451,1107.3035 L 1068.4752,1106.9614 L 1069.5732,1107.3558 L 1070.1403,1107.5142 L 1071.2875,1108.9701 L 1073.0249,1108.3605 L 1074.834,1108.4393 L 1075.0313,1109.5061 L 1074.1799,1110.8352 L 1073.755,1111.182 L 1073.9835,1113.6673 L 1076.2358,1115.614 L 1076.8725,1117.3428 L 1078.1326,1118.721 L 1079.8718,1117.2029 L 1082.0958,1116.6813 L 1082.6245,1116.926 L 1084.1513,1117.8013 L 1085.9321,1117.7373 L 1086.4882,1117.9592 L 1087.0686,1118.1518 L 1087.6482,1117.0645 L 1090.8901,1115.2594 L 1092.5002,1117.0233 L 1094.9478,1116.7776 L 1095.5751,1116.7325 L 1096.2862,1118.4269 L 1097.646,1119.698 L 1098.2524,1119.8355 L 1099.1488,1118.4219 L 1100.2025,1118.8144 L 1100.7126,1119.129 L 1102.2521,1120.9006 L 1103.9154,1121.3786 L 1104.4773,1121.164 L 1104.2469,1121.7628 L 1104.6693,1124.275 L 1104.705,1125.1307 L 1105.6607,1128.1471 L 1107.6752,1131.3217 L 1107.754,1131.9508 L 1110.2045,1132.362 L 1114.1536,1135.3157 L 1115.977,1135.764 L 1116.5718,1135.9849 L 1117.2737,1134.4363 L 1118.3355,1134.023 L 1118.9038,1133.9491 L 1121.288,1132.6516 L 1121.7712,1132.3698 L 1121.4535,1131.8223 L 1122.5749,1130.3751 L 1122.2491,1127.8845 L 1123.119,1126.9945 L 1125.4396,1126.3538 L 1126.1305,1124.6429 L 1126.4601,1124.1032 L 1126.9663,1124.0193 L 1127.3522,1123.676 L 1128.343,1124.4147 L 1128.6824,1128.0442 L 1128.6069,1128.6654 L 1126.8028,1128.4829 L 1125.8536,1129.181 L 1126.9965,1130.6681 L 1128.6114,1131.5315 L 1128.219,1132.7351 L 1127.2567,1133.5086 L 1126.6345,1133.4597 L 1125.0628,1134.2208 L 1125.2274,1135.417 L 1127.0479,1135.2686 L 1128.4789,1136.3868 L 1130.9083,1136.1584 L 1132.6304,1135.8438 L 1133.977,1134.5764 L 1134.5863,1134.458 L 1134.6729,1135.6005 L 1135.6437,1137.0029 L 1135.0382,1139.2682 L 1137.6703,1137.9496 L 1137.7427,1137.3548 L 1140.7386,1137.0543 L 1142.3538,1138.7146 L 1142.9613,1138.7513 L 1143.1796,1139.991 L 1142.4439,1143.5677 L 1143.7137,1144.8606 L 1144.0668,1147.9955 L 1144.8976,1148.8936 L 1145.5013,1149.0554 L 1146.0935,1148.9654 L 1148.703,1150.178 L 1148.6684,1150.8095 L 1148.544,1153.3234 L 1147.5297,1154.8724 L 1147.3228,1156.7555 L 1148.1637,1160.3093 L 1149.8895,1160.7564 L 1149.1803,1162.3897 L 1150.702,1166.4605 L 1151.2412,1166.1414 L 1152.4109,1165.8072 L 1153.9529,1166.8779 L 1153.9851,1166.8783 L 1156.0563,1168.1504 L 1158.4778,1168.1061 L 1158.7777,1169.3112 L 1159.9931,1169.4294 L 1155.8329,1171.1384 L 1155.265,1170.9205 L 1153.0653,1169.9498 L 1152.3132,1168.9976 L 1151.736,1169.0184 L 1150.1463,1169.6913 L 1150.5239,1170.7867 L 1150.411,1171.3645 L 1151.2021,1172.1606 L 1153.3497,1172.7337 L 1153.7383,1173.6961 L 1152.1928,1178.4016 L 1152.6188,1180.2298 L 1151.9912,1181.9624 L 1152.9302,1183.5766 L 1153.159,1184.1635 L 1153.6606,1184.5022 L 1156.3878,1183.5616 L 1156.9205,1183.8483 L 1155.6405,1186.6401 L 1157.9384,1186.1351 L 1159.1496,1188.0776 L 1160.874,1187.6071 L 1161.2594,1188.0828 L 1160.2174,1190.2813 L 1158.0243,1191.1786 L 1158.2995,1193.0363 L 1159.3833,1193.5688 L 1159.9797,1193.7118 M 735.18918,1153.4371 L 734.7549,1153.1805 L 734.37629,1152.8431 L 734.35267,1152.1986 L 735.38279,1147.8997 L 735.339,1147.2836 L 730.50692,1145.6177 L 729.57726,1143.3981 L 729.03387,1143.1236 L 728.69678,1143.0156 L 728.346,1142.9787 L 725.25415,1143.5276 L 722.73574,1143.36 L 722.10066,1143.3636 L 719.86333,1143.0594 L 719.40473,1142.7202 L 719.97473,1142.4847 L 720.38444,1142.0158 L 720.47434,1141.422 L 720.87122,1135.5071 L 720.33225,1135.2986 L 718.17047,1134.6204 L 716.25742,1135.788 L 716.36518,1135.256 L 715.96296,1133.7318 L 715.53854,1133.316 L 715.03255,1133.0803 L 714.17287,1132.4236 L 712.08974,1132.1308 L 709.82767,1132.5638 L 709.13995,1131.5906 L 705.69483,1129.6571 L 705.48928,1130.8952 L 702.56964,1131.5657 L 701.90245,1132.5956 L 702.05412,1133.8398 L 699.27659,1132.5494 L 698.79684,1132.1427 L 698.40289,1128.8855 L 697.86854,1128.7406 L 699.31122,1127.0849 L 699.01344,1126.621 L 698.87228,1126.5023 L 699.46788,1125.4533 L 699.46559,1124.8443 L 701.23423,1126.3746 L 703.3114,1125.4932 L 703.48181,1124.9129 L 703.41071,1123.0601 L 700.33748,1123.0436 L 699.26517,1123.5999 L 698.97639,1121.8831 L 697.88141,1121.5039 L 697.28102,1120.6454 L 696.13635,1120.4753 L 695.3322,1119.6142 L 695.26319,1118.359 L 695.39153,1117.7437 L 696.37769,1117.8466 L 696.57575,1117.3822 L 698.40448,1117.3988 L 699.39843,1116.6524 L 699.8519,1115.4896 L 702.82311,1114.9302 L 703.16197,1113.709 L 705.0228,1113.6485 L 704.69248,1111.9262 L 703.46884,1112.0461 L 702.61169,1111.3472 L 702.86405,1108.4005 L 702.45249,1107.932 L 702.42949,1107.4718 L 700.99705,1106.3134 L 700.68442,1105.1124 L 699.01522,1104.8462 L 698.42543,1105.0225 L 698.514,1104.4665 L 699.09528,1101.757 L 700.84067,1102.2593 L 701.86648,1100.7433 L 702.04858,1099.5257 L 703.43644,1098.5294 L 703.95513,1098.8445 L 704.20465,1098.0461 L 703.4575,1096.527 L 702.23609,1096.3736 L 701.26989,1095.5979 L 702.33619,1093.6197 L 700.96167,1092.4593 L 699.3074,1093.1569 L 698.76683,1093.4716 L 698.98797,1092.3102 L 698.00231,1091.6075 L 696.22131,1091.8527 L 694.1448,1090.6663 L 693.93451,1090.6736 L 693.9569,1089.4051 L 695.40834,1088.5026 L 697.0945,1085.2646 L 696.54335,1085.025 L 695.22467,1083.0141 L 694.17082,1082.4426 L 693.70097,1082.2644 L 693.02937,1081.5352 L 692.6593,1081.0442 L 691.45306,1081.211 L 691.42858,1080.6274 L 690.73062,1079.7017 L 689.09574,1079.1445 L 688.46438,1078.0915 L 687.01192,1076.9883 L 686.48768,1075.2271 L 686.4331,1074.6742 L 685.6312,1073.9154 L 683.83304,1075.1147 L 683.29815,1075.2323 L 682.11061,1075.6286 L 680.49878,1074.6471 L 679.98602,1074.2802 L 682.63932,1069.0262 L 682.89501,1068.4805 L 684.55346,1069.1381 L 685.65268,1068.6565 L 686.25396,1068.6172 L 686.28896,1067.9773 L 683.07277,1064.0194 L 682.69091,1063.5077 L 681.12482,1063.1024 L 682.0779,1060.9136 L 681.3422,1059.2457 L 681.44985,1058.6458 L 681.59277,1056.1071 L 683.47883,1054.4878 L 683.589,1053.8616 L 682.0215,1052.8469 L 676.43223,1053.2856 L 676.25586,1051.5565 L 676.04332,1051.0194 L 677.69226,1049.0403 L 677.78198,1048.3967 L 680.76727,1048.6325 L 681.71669,1047.8546 L 683.40712,1047.5972 L 683.77249,1044.6442 L 687.32065,1045.3691 L 687.83781,1045.6869 L 688.31891,1045.7113 L 691.16566,1044.7763 L 691.72294,1044.5481 L 694.17104,1044.9662 L 695.13856,1044.6862 L 696.95693,1043.0143 L 696.7767,1041.7989 L 697.71749,1041.1429 L 699.40602,1041.4318 L 699.83782,1041.0371 L 703.25436,1041.178 L 704.27622,1041.5457 L 703.95901,1042.6099 L 704.13257,1043.1408 L 704.70766,1043.1497 L 705.17588,1044.1334 L 705.395,1044.6711 L 706.2862,1046.2006 L 706.61608,1046.6885 L 706.66581,1046.7116 L 708.89865,1046.2401 L 710.89671,1044.1171 L 711.44199,1043.8558 L 711.88138,1044.2548 L 714.68938,1044.1921 L 714.09637,1045.2154 L 714.89356,1045.9256 L 715.62395,1044.6098 L 715.8726,1044.174 L 715.51008,1042.3255 L 717.4186,1038.4044 L 717.29391,1037.8009 L 716.79239,1035.4135 L 716.18375,1035.3819 L 717.11311,1033.8314 L 718.2143,1033.3946 L 718.80784,1033.2986 L 719.94262,1029.9374 L 720.35952,1029.4996 L 718.44444,1028.4736 L 718.06929,1025.5356 L 716.92134,1025.6988 L 716.24006,1024.8349 L 716.064,1024.266 L 716.50374,1023.6167 L 716.95654,1023.3322 L 717.6848,1021.8341 L 716.14386,1021.0864 L 715.9578,1019.4198 L 715.51613,1019.024 L 716.51768,1018.5871 L 716.86825,1018.1578 L 718.48445,1019.0037 L 720.86387,1018.6242 L 721.37374,1018.9621 L 721.74187,1018.6197 L 722.51868,1018.2433 L 722.4137,1017.1106 L 723.50291,1015.149 L 723.70543,1014.6175 L 723.12386,1014.555 L 722.64925,1012.8661 L 721.48449,1012.914 L 721.61474,1011.1519 L 726.19635,1009.1019 L 726.7943,1009.3121 L 727.69965,1007.8177 L 728.27016,1007.6042 L 729.30474,1006.3085 L 728.10118,1005.2539 L 728.90055,1003.0335 L 728.88074,1001.8324 L 730.69363,1001.606 L 731.76949,1000.1282 L 729.98906,997.6867 L 729.8088,996.48229 L 729.64234,995.89147 L 730.72759,995.37291 L 734.82538,995.1359 L 735.25967,994.71798 L 736.6588,995.56519 L 737.06246,995.94002 L 739.42291,993.06863 L 741.29113,992.82782 L 742.38632,992.33167 L 741.30315,990.91969 L 743.36371,988.75602 L 743.8734,988.43179 L 746.39671,989.14249 L 746.90312,989.34855 L 747.23832,988.86818 L 746.63094,987.2478 L 746.41076,986.70434 L 746.87844,986.33373 L 748.01337,987.68409 L 749.16462,987.97884 L 749.71494,987.75401 L 751.32362,986.91346 L 751.82674,986.57501 L 755.4851,989.63624 L 755.83776,990.14162 L 756.61762,990.58746 L 757.10479,990.38635 L 759.02464,988.27764 L 759.58951,988.16176 L 762.93974,988.68454 L 763.32316,989.1301 L 764.12301,989.59738 L 764.36912,989.9907 L 765.28969,990.82023 L 767.08869,991.21161 L 769.25288,993.30707 L 769.67654,994.43323 L 771.50464,994.71435 L 773.97708,994.16435 L 774.42325,993.7 L 775.45176,994.1904 L 776.55201,993.70946 L 778.29863,993.94604 L 778.82958,993.92117 L 779.31511,993.70637 L 782.94981,994.013 L 783.97173,993.32913 L 785.05933,993.77773 L 785.60611,994.05877 L 786.80772,996.04526 L 786.93641,996.62636 L 791.12041,996.23449 L 793.62005,994.45442 L 794.25098,993.39259 L 795.46081,993.63843 L 795.12764,993.10834 L 794.63363,991.99768 L 794.79762,990.13252 L 793.69294,989.58433 L 791.23809,989.65822 L 791.03942,988.47637 L 791.44726,988.0024 L 790.72991,987.02894 L 791.13332,986.64722 L 791.72501,985.85281 L 792.30443,986.05446 L 793.72546,984.11614 L 794.40459,981.80564 L 796.16918,982.18011 L 797.30613,980.86296 L 798.43485,981.28574 L 799.00756,981.47477 L 798.45674,983.78191 L 800.56968,985.00974 L 802.58241,988.11652 L 802.82966,989.34516 L 802.96797,989.95752 L 804.65802,989.13886 L 805.90886,989.30113 L 807.28598,991.31581 L 809.40588,990.76114 L 809.90887,991.75547 L 810.01605,992.31594 L 811.49427,991.37794 L 811.33041,990.3217 L 811.69851,989.19262 L 812.28577,989.40694 L 813.16598,988.56469 L 815.63677,988.83493 L 816.73993,988.29264 L 821.00353,987.82623 L 821.62863,987.81796 L 820.23746,985.02335 L 821.39478,983.52427 L 824.54724,981.54259 L 824.72288,980.28984 L 824.77817,980.19011 L 826.3966,980.67486 L 826.91389,980.90285 L 829.27713,980.23576 L 833.99766,981.63524 L 836.9188,980.58537 L 838.43208,981.59598 L 838.83624,982.08841 M 639.67699,949.96239 L 639.1459,950.29452 L 640.33865,954.47281 L 640.66523,955.00829 L 641.49963,956.64175 L 639.18416,959.59499 L 639.55112,960.7857 L 640.11437,961.12082 L 645.70604,964.53793 L 646.18437,964.89151 L 647.79323,966.52358 L 647.93425,967.11931 L 648.28939,969.45016 L 646.68706,969.76074 L 646.50961,970.35545 L 647.5152,972.2776 L 650.50188,972.35521 L 651.70769,974.52365 L 652.21704,974.81372 L 653.20601,975.42639 L 654.33576,975.29614 L 655.83296,976.17443 L 657.07,976.06531 L 658.13058,976.63128 L 658.2382,977.23149 L 655.31124,977.77997 L 655.15124,979.32389 L 656.69715,980.29595 L 658.41442,979.54151 L 660.8584,980.08055 L 660.96774,979.53643 L 661.33227,978.49063 L 662.98344,979.39717 L 665.4414,979.2947 L 666.55711,979.86757 L 667.15876,980.0531 L 667.98117,980.81323 L 667.98985,981.41386 L 668.77811,982.14074 L 669.97179,982.1647 L 669.55635,982.59309 L 669.04133,982.89014 L 670.13528,984.24478 L 669.29766,985.04584 L 669.85679,985.24773 L 670.67991,985.99982 L 672.41926,985.85766 L 674.71192,986.44668 L 677.58768,986.95448 L 678.49173,987.74712 L 678.78083,988.2849 L 679.03327,986.65771 L 680.83187,985.17644 L 681.33928,984.88522 L 681.31444,988.53461 L 683.3455,989.82943 L 683.8412,990.19729 L 685.74246,987.8885 L 687.38117,988.40279 L 688.84941,990.21068 L 688.52781,991.2425 L 688.74126,991.7883 L 692.68735,990.52333 L 693.23964,990.7366 L 695.66619,991.28812 L 697.13291,990.26051 L 697.52887,989.76811 L 698.09441,990.03718 L 699.90128,993.24444 L 700.07953,995.12329 L 700.65072,995.28217 L 705.15188,996.74136 L 705.64913,996.84024 L 707.38416,997.32825 L 709.52135,996.38612 L 710.05599,996.83629 L 710.47574,997.62935 L 710.61759,1000.1848 L 710.70848,1000.8237 L 713.82343,999.06399 L 713.35858,1000.7036 L 713.95841,1001.5223 L 714.01995,1002.1244 L 713.86321,1003.2687 L 714.60891,1004.1058 L 714.58297,1004.6828 L 716.31771,1004.7509 L 717.32644,1007.5816 L 717.8618,1007.8709 L 717.48058,1009.529 L 719.79314,1009.7193 L 721.04289,1010.9887 L 721.61474,1011.1519 M 893.21243,1107.2441 L 893.506,1106.1211 L 894.50174,1105.4737 L 894.56766,1103.0229 L 895.23629,1101.3667 L 896.05285,1101.0756 L 896.46435,1101.2345 L 897.4201,1100.5634 L 897.51778,1099.3773 L 897.28217,1098.8209 L 904.94839,1102.7592 L 905.47681,1103.0979 L 907.85827,1098.9512 L 908.70254,1098.0783 L 909.88302,1097.8549 L 910.47749,1097.7456 L 910.71235,1095.7107 L 911.26494,1095.4555 L 912.92576,1092.227 L 913.98945,1091.6335 L 915.16335,1091.5948 L 916.25044,1093.0432 L 916.79759,1093.31 L 918.46183,1090.6336 L 918.5518,1087.4933 L 921.04815,1087.2726 L 921.76462,1086.2395 L 921.97151,1084.9835 L 922.93662,1085.6557 L 923.46441,1085.9131 L 923.37406,1087.4772 L 923.49453,1088.0106 L 925.88434,1087.5094 L 926.59523,1086.5179 L 926.64914,1085.2882 L 929.76161,1086.9817 L 930.37203,1087.0824 L 931.88682,1087.7269 L 933.45742,1086.9313 L 935.18999,1086.7876 L 936.20293,1083.3225 L 937.15349,1082.5189 L 940.28848,1082.6507 L 943.34325,1080.4842 L 943.67833,1080.009 L 944.55942,1079.3169 L 944.67609,1077.5931 L 945.29726,1076.617 L 945.74116,1076.1673 L 949.28791,1072.6015 L 951.11374,1071.1946 L 952.81315,1071.65 L 956.10822,1070.3954 L 956.45026,1069.2312 L 956.52023,1068.6121 L 957.82839,1068.775 L 958.0354,1068.2124 L 959.21158,1068.092 L 960.26881,1065.3531 L 960.6173,1063.6379 L 961.75172,1063.9573 L 962.5851,1065.406 L 962.69139,1064.8162 L 964.34526,1064.168 L 964.91569,1065.2174 L 965.37288,1065.6043 L 965.49714,1066.4934 L 965.75439,1066.8604 L 968.11218,1067.1661 L 969.24559,1065.8476 L 971.87595,1066.929 L 972.4083,1066.6148 L 972.80841,1064.1577 L 975.24416,1064.3857 L 976.27228,1063.7958 L 975.98782,1061.9743 L 974.89972,1061.4063 L 974.90276,1060.7826 M 1819.5066,1669.361 L 1820.0899,1669.5165 L 1821.2449,1669.879 L 1822.9983,1671.434 L 1824.6722,1670.73 L 1825.805,1671.1192 L 1827.5809,1670.8846 L 1829.6918,1672.9847 L 1833.153,1673.6095 L 1833.4352,1675.4728 L 1833.9931,1675.3267 L 1837.3542,1675.3951 L 1838.6575,1676.5447 L 1839.1397,1676.9118 L 1842.646,1677.2274 L 1844.5316,1679.6147 L 1845.1239,1679.6589 L 1846.8914,1679.5642 L 1850.7411,1681.1339 L 1855.4132,1678.5941 L 1855.9563,1678.8405 L 1855.8663,1684.424 L 1857.9233,1685.5564 L 1858.9509,1687.0308 L 1858.6593,1688.8288 L 1858.548,1689.4506 L 1861.0286,1692.2431 L 1861.4368,1692.7153 L 1862.0215,1692.5948 L 1863.7698,1692.2131 L 1864.2015,1692.656 L 1864.494,1693.194 L 1865.3324,1694.0087 L 1865.9082,1695.7647 L 1866.8549,1696.4063 L 1870.1988,1696.6375 L 1870.6277,1697.6777 L 1870.9296,1698.1852 L 1871.4664,1698.0708 L 1872.7954,1699.924 L 1874.2406,1700.3992 L 1874.3079,1700.9827 L 1874.8949,1701.0447 L 1876.4291,1701.9226 L 1879.2753,1701.163 L 1879.5569,1703.3285 L 1879.6849,1703.8598 L 1879.68,1706.4821 L 1879.5753,1707.0267 L 1880.1005,1708.1308 L 1881.7199,1708.8262 L 1883.1255,1714.2691 L 1882.6024,1715.3951 L 1884.0695,1716.3523 L 1885.1413,1717.8257 L 1886.8359,1718.0195 L 1888.2525,1719.0834 L 1889.1329,1719.8994 L 1889.999,1722.1691 L 1890.4035,1722.6194 L 1890.0063,1727.885 L 1890.3886,1728.3232 L 1890.164,1729.5178 L 1892.666,1732.0628 L 1893.4392,1733.7567 L 1893.6848,1734.3306 L 1897.0135,1733.5881 L 1900.8815,1734.1168 L 1901.4632,1734.1453 L 1901.419,1734.7467 L 1900.7707,1740.1235 L 1901.3559,1741.0993 L 1901.1997,1741.6897 L 1901.5652,1744.0485 L 1902.0896,1744.2879 L 1901.6637,1748.4534 L 1900.9217,1750.0704 L 1902.1395,1751.314 L 1902.6724,1751.5361 L 1900.475,1754.3128 L 1900.8831,1754.7737 L 1903.191,1754.7653 L 1905.0488,1756.2881 L 1905.1335,1758.1515 L 1903.5017,1760.808 L 1903.3642,1762.0088 L 1902.5653,1765.0842 L 1902.2745,1765.6422 L 1902.7139,1766.0666 L 1903.3606,1767.0764 L 1904.5218,1766.8902 L 1907.725,1768.3934 L 1909.3858,1767.7477 L 1911.7078,1767.87 L 1912.5373,1768.7019 L 1912.599,1769.9349 L 1914.8717,1769.2635 L 1920.6778,1763.9617 L 1922.4211,1763.6644 L 1923.8351,1764.8313 M 1255.4676,800.16877 L 1254.537,798.7674 L 1255.5186,798.09468 L 1255.0383,796.47162 L 1255.4373,796.02126 L 1256.0513,796.11066 L 1258.44,796.51985 L 1263.8101,795.19954 M 283.54665,605.88365 L 283.31506,605.10072 L 286.29873,604.45212 L 289.26124,604.98331 L 289.05845,603.79421 L 288.89277,602.55625 L 286.53115,601.59575 L 284.66112,598.28983 L 284.60517,597.66069 L 284.95245,595.80183 L 286.13043,595.31087 L 286.69638,594.17338 L 286.59992,593.54701 L 288.94569,593.17333 L 288.75754,592.5966 L 288.39641,592.10323 L 288.48117,590.3295 L 289.4863,588.23391 L 288.84794,588.3343 L 287.94167,587.44823 L 285.04093,586.26623 L 285.13242,585.04749 L 285.74308,585.22607 L 286.73878,584.7023 L 288.15378,581.95872 L 289.39489,581.68467 L 288.86718,581.32033 L 287.98703,581.28646 L 286.55911,582.54865 L 285.42894,582.11425 L 284.64816,577.22908 L 283.80416,576.38992 L 285.00946,572.15912 L 284.86494,570.87688 L 278.68233,569.19544 L 278.12484,568.83707 L 278.68647,567.22307 L 278.62642,566.61242 L 279.07157,566.28154 L 279.25356,562.56003 L 280.99022,560.66624 L 284.89371,558.40176 L 285.36119,557.95418 L 285.10515,557.42033 L 283.0282,557.02142 L 281.77073,555.81658 L 281.79331,555.22979 L 280.08844,554.90487 L 279.73713,553.81912 L 279.14875,553.75473 L 279.34249,553.18663 L 278.47691,552.39208 L 278.87019,551.26404 L 278.57013,549.50175 L 279.39199,548.67201 L 280.00452,548.40676 L 284.69847,542.99705 L 286.78049,541.41794 L 284.94028,540.86293 L 282.55347,538.03135 L 281.41153,538.54426 L 279.16907,537.69453 L 280.38737,536.42736 L 280.95456,534.74586 L 280.13132,533.22115 L 279.78328,532.73216 L 279.15155,532.94103 L 277.35837,532.0953 L 275.39015,532.25348 L 274.44781,531.34622 L 273.95934,530.8477 L 274.05151,528.45859 L 272.90016,527.99867 L 272.24122,526.96202 L 272.13809,525.73306 L 271.05801,520.28738 L 271.40703,519.82822 L 271.61258,519.29714 L 272.03659,518.80614 L 274.50674,516.78098 L 274.51459,515.53719 M 487.42784,542.28586 L 489.73577,539.59331 L 489.99442,539.07106 L 490.24854,539.16466 L 491.07457,540.14749 L 490.98036,541.3938 L 491.83722,542.35006 L 492.76414,545.37427 L 492.76112,546.62903 L 491.35186,548.51197 L 492.83656,551.19388 L 493.07543,551.78424 L 491.41412,552.55891 L 490.80413,552.65001 L 490.32282,553.83428 L 490.97633,554.93956 L 490.93929,556.19449 L 489.29186,558.10169 L 488.93345,557.82408 L 488.13408,558.22328 L 487.63226,561.23653 L 489.39307,563.06736 L 489.00136,564.76411 L 489.38213,565.26614 L 489.05561,566.44739 L 489.88306,567.3739 L 490.40816,567.735 L 489.36758,568.69512 L 489.16213,569.23611 L 488.32405,572.70838 L 490.16177,575.00293 L 490.37884,576.18373 L 488.16822,577.19715 L 485.74907,577.15682 L 487.04872,580.99079 L 487.19641,581.54947 L 486.04434,584.72421 L 486.86839,586.2451 L 485.66156,586.46513 L 484.54034,584.94374 L 482.64401,585.31939 L 482.06241,585.60081 L 481.30755,586.61245 L 481.01785,588.43937 L 479.77635,588.72964 L 475.64241,586.85502 L 474.69052,585.25124 L 471.76386,586.51951 L 471.86289,587.77895 L 470.80242,589.32532 L 467.58224,589.54856 L 467.69361,590.71855 L 468.95669,591.7677 L 467.81664,593.25126 L 468.07402,593.82846 L 465.86215,592.42936 L 462.56789,592.53642 L 462.22654,591.98869 L 461.73622,592.38304 L 459.08743,593.95768 L 458.59496,594.3408 L 457.8751,595.23068 L 457.48369,598.84622 L 458.28489,600.49829 L 458.25413,601.0979 L 457.27299,601.77183 L 456.02971,601.79507 L 454.49703,600.77722 L 452.71304,601.27916 L 453.87765,602.66989 L 453.21295,606.21727 L 453.12243,608.65194 L 452.45109,609.72739 L 450.26571,610.9476 L 450.21839,611.5744 L 451.14011,612.42523 L 450.93483,613.33947 L 449.64468,613.26738 L 448.06261,612.23189 L 446.30607,613.00865 L 445.71964,613.27938 L 445.63894,613.82577 L 445.20963,615.39209 M 1049.9904,1053.5789 L 1049.4259,1053.7291 L 1047.7002,1055.1655 L 1047.3625,1056.8613 L 1046.7822,1056.9294 L 1045.1656,1058.7778 L 1043.9644,1059.0835 L 1042.8689,1060.6009 L 1042.3396,1060.286 L 1039.6732,1058.8205 L 1036.0267,1058.8901 L 1035.0475,1058.1426 L 1034.6542,1058.1013 L 1034.2593,1058.0682 L 1033.6287,1058.1766 L 1031.8216,1058.7834 L 1031.3991,1059.2471 L 1031.6994,1060.4616 L 1031.8569,1061.7201 L 1030.905,1063.3538 L 1028.2222,1065.855 L 1026.5462,1065.115 L 1025.4228,1065.6782 L 1023.9637,1066.8507 L 1022.0902,1067.0082 L 1022.0178,1061.995 L 1021.4494,1062.1963 L 1020.3274,1062.5824 L 1018.9276,1061.5128 L 1017.8183,1061.7609 L 1017.0763,1060.7945 L 1015.8905,1060.8652 L 1014.6288,1058.1292 L 1014.5239,1058.7516 L 1013.9598,1060.4406 L 1012.247,1060.2117 L 1013.4541,1057.335 L 1011.0737,1056.7093 L 1009.7659,1054.6092 L 1008.0787,1053.9137 L 1007.5645,1056.5721 L 1007.0112,1056.2854 L 1005.8919,1055.8817 L 1004.1548,1054.1603 L 1002.1542,1055.5529 L 1000.0342,1054.3712 L 998.43452,1055.3387 L 998.40541,1053.891 L 998.33835,1053.2512 L 998.20599,1052.0605 L 995.39784,1050.6271 L 994.51043,1048.9356 L 993.88697,1048.8129 L 993.40549,1049.2326 L 992.63829,1050.2524 L 989.50544,1050.5035 L 987.90941,1051.5452 L 987.42198,1054.647 L 986.6215,1056.3551 L 985.50252,1056.9195 L 985.22527,1056.3532 L 982.17506,1056.1307 L 980.59459,1057.9715 L 980.6347,1059.2152 L 979.44752,1059.3152 L 978.61084,1058.3863 L 977.42556,1058.2594 L 976.41312,1059.7737 L 974.90276,1060.7826 L 974.63171,1060.2115 L 972.68188,1058.8046 L 972.6329,1058.1928 L 973.61193,1057.4749 L 974.11062,1057.1264 L 972.97949,1055.708 L 971.86798,1055.4891 L 973.34317,1052.2029 L 972.96317,1051.7181 L 971.7956,1050.3117 L 972.18964,1049.819 L 974.60299,1049.4824 L 975.33514,1047.7492 L 974.78533,1048.0402 L 973.98598,1047.362 L 973.01353,1043.1472 L 970.15515,1040.8807 L 969.53511,1040.914 L 969.47134,1040.3322 L 968.02842,1039.9776 L 966.74633,1037.5257 L 966.29155,1037.9664 L 966.0739,1039.8388 L 965.54699,1040.1874 L 961.92925,1036.7832 L 960.70942,1036.7769 L 959.64941,1036.1049 L 959.02127,1034.3309 L 959.7991,1032.6091 L 958.71112,1029.6751 L 958.08286,1029.5645 L 956.96704,1030.0779 L 956.82127,1032.0008 L 956.29461,1032.151 L 954.78248,1032.7813 L 954.33276,1033.2093 L 953.59909,1034.1989 L 952.41759,1034.5554 L 948.79365,1034.1947 L 947.26292,1035.2343 L 945.56629,1035.132 L 944.68444,1035.9985 L 944.53284,1035.4124 L 943.78639,1033.8346 L 943.16509,1033.9567 L 940.70404,1033.4753 L 940.22003,1033.0651 L 937.40492,1031.6713 L 937.98611,1030.0204 L 937.56841,1027.6781 L 935.9677,1026.9873 L 937.36506,1025.7795 L 938.60628,1025.6659 L 939.41739,1026.3001 L 939.92848,1024.5742 L 941.21374,1025.7176 L 942.35119,1025.2828 L 942.16543,1024.9308 L 942.36131,1024.5835 L 940.38263,1021.021 L 941.79961,1019.1422 L 940.64735,1019.0639 L 940.36302,1017.9327 L 939.35526,1018.3846 L 937.72544,1017.8469 L 937.16842,1018.122 L 934.70623,1018.2836 L 934.2102,1020.6695 L 933.69493,1021.0185 L 931.51214,1020.3325 L 930.42897,1020.8141 L 930.03278,1020.3475 L 928.54848,1018.4327 L 926.16753,1018.2239 L 925.58026,1016.5205 L 926.71734,1016.3275 L 926.57663,1015.1919 L 926.80946,1014.6564 L 929.05679,1013.9995 L 931.5868,1012.1788 L 932.83004,1012.2453 L 933.91385,1010.0348 L 934.22829,1009.6204 L 933.77301,1008.1275 L 933.41794,1007.7246 L 933.10084,1006.1826 L 932.57722,1006.0742 L 929.24457,1006.0913 L 929.07691,1005.4924 L 928.61264,1003.7087 L 929.04565,1001.2688 L 929.95774,999.65355 L 930.55273,999.48316 L 928.94164,996.32882 L 929.09272,995.90769 L 928.57189,994.85337 L 929.73149,991.94058 L 927.82215,990.63563 L 927.70282,989.37317 L 926.03112,988.4939 L 925.44208,989.28172 L 924.53784,988.10664 L 924.39232,987.49609 L 924.07762,986.36575 L 922.99141,985.82477 L 923.62271,984.08494 L 925.06095,983.07421 L 924.71955,981.91452 L 923.72938,981.19948 L 923.89489,979.96033 L 922.14195,980.23603 L 920.67891,978.24303 L 918.29227,977.68562 L 920.02547,975.88905 L 919.24194,974.2573 L 919.50135,973.11886 L 918.4469,972.47615 L 917.93771,972.824 L 916.27069,973.38608 L 915.36442,972.81899 L 914.16458,973.09298 L 912.64839,972.09892 L 912.0138,972.0902 L 911.1684,969.79485 L 910.19101,969.09088 L 908.57068,965.70616 L 909.16213,965.51956 L 911.21522,961.89931 L 912.3466,961.42026 L 913.54884,961.65103 L 914.07992,961.32887 L 914.25138,960.12073 L 912.7619,959.06872 L 912.61347,957.8808 L 913.71853,956.38517 L 914.8966,956.74656 L 916.44506,955.77247 L 915.66292,954.86349 L 913.9687,954.46855 L 915.01188,951.09962 L 915.55903,950.83 L 917.13533,950.04839 L 916.68902,946.50753 L 917.58074,945.13821 L 917.43257,944.53436 L 915.65115,944.56464 L 913.02004,943.07661 L 913.30652,942.54668 L 913.71562,942.10581 M 870.68678,1265.7801 L 871.01856,1264.587 L 870.16493,1262.3427 L 868.37454,1262.0536 L 867.09814,1260.7262 L 865.40417,1260.1037 L 864.85082,1259.8681 L 862.76103,1258.7396 L 860.86169,1256.2394 L 860.66201,1255.6313 L 858.3051,1253.7714 L 856.95987,1255.0144 L 854.11566,1254.2534 L 853.50979,1254.3516 L 851.89756,1255.2319 L 850.38251,1257.109 L 849.93811,1257.3951 L 849.46739,1257.6361 L 847.96158,1258.7223 L 845.52507,1259.0812 L 844.72763,1262.125 L 844.21882,1261.9967 L 843.17652,1261.9807 L 842.62709,1261.7282 L 840.31738,1261.2307 L 840.67105,1258.9042 L 839.577,1259.2828 L 839.21851,1258.8588 L 839.03693,1257.7537 L 838.0226,1256.6947 L 840.3833,1254.8894 L 840.30687,1251.887 L 841.31906,1251.3407 L 841.3579,1250.1619 L 842.02691,1249.3412 L 842.50599,1249.0177 L 841.99642,1248.8006 L 840.35572,1248.7554 L 839.14069,1247.753 L 839.58573,1246.8889 L 839.80363,1246.4239 L 839.4907,1245.2159 L 838.13294,1243.9481 L 835.80324,1243.2053 L 834.40207,1244.2175 L 834.26453,1246.0347 L 833.74686,1246.2509 L 831.20697,1245.1893 L 830.81673,1246.9478 L 829.05328,1246.6817 L 826.90428,1247.7369 L 826.32144,1247.5452 L 822.71914,1247.5497 L 822.25955,1247.6221 L 821.35897,1247.816 L 820.76121,1247.6843 L 817.83082,1247.3963 L 817.79451,1245.7205 L 817.60293,1245.1787 L 816.64857,1242.9509 L 814.40492,1242.1437 L 814.0277,1242.5734 L 813.32212,1243.4644 L 813.55192,1244.5977 L 813.09613,1244.937 L 812.68412,1244.5465 L 809.47383,1243.9055 L 808.98008,1243.5828 L 807.58663,1244.6135 L 806.40881,1248.5564 L 805.81218,1248.4107 L 803.80085,1249.7196 L 802.81764,1249.1176 L 802.2629,1247.9904 L 801.79951,1247.6001 L 800.64966,1247.2622 L 800.02936,1247.3494 L 797.35611,1248.868 L 796.39695,1249.3979 L 794.18113,1248.909 L 793.85453,1249.4156 L 791.83472,1251.4675 L 791.27517,1251.743 L 788.96267,1252.3534 L 787.40144,1253.3667 L 784.12029,1251.6632 L 782.31446,1251.7704 L 781.03174,1250.4445 L 779.62867,1251.5816 L 779.15858,1251.4623 L 778.87817,1250.5053 L 778.98561,1247.9244 L 780.13635,1244.9346 L 779.78052,1244.4141 L 777.85068,1242.9128 L 778.10439,1241.6755 L 778.65901,1241.4453 L 778.59296,1239.5995 L 778.29875,1239.0625 L 777.79576,1238.6775 L 777.25734,1236.8586 L 773.48965,1232.7214 L 773.02854,1232.5593 L 772.26387,1231.9546 M 1455.7485,774.26085 L 1456.9058,773.70716 L 1457.3497,773.24164 L 1459.8361,774.33331 L 1460.3639,774.54679 L 1461.2015,774.26631 L 1462.2044,772.89138 L 1462.7753,772.8137 L 1463.1796,772.18882 L 1464.974,771.93319 L 1465.3962,771.47713 L 1466.3559,769.92782 L 1467.349,769.70229 L 1467.9684,769.74389 L 1469.9141,768.81398 L 1470.4664,768.74907 L 1471.9947,768.24598 L 1472.514,768.09742 L 1473.6956,767.89392 L 1474.2657,767.69664 L 1475.1919,766.40844 L 1475.278,765.88034 L 1476.6479,764.93786 L 1477.8194,765.18887 L 1478.5552,764.26636 L 1479.0292,763.90533 L 1480.5606,765.69587 L 1481.4784,765.11759 L 1480.7327,763.08357 L 1480.8013,762.5432 L 1481.763,761.82198 L 1483.9597,762.80965 L 1484.5634,762.90903 L 1485.0969,762.57237 L 1484.3403,760.24443 L 1484.5966,759.67464 L 1486.1005,760.1029 L 1486.5029,759.77686 L 1486.6526,760.30562 L 1488.848,760.67332 L 1489.2596,761.04602 L 1489.3178,761.0569 L 1491.1681,762.73184 L 1491.7399,762.47614 L 1492.2461,762.40553 L 1492.3741,762.89224 L 1492.8667,762.64138 L 1493.4477,760.5699 L 1494.9026,761.31182 L 1495.1999,761.79482 L 1496.8521,761.94498 L 1497.2905,761.46785 L 1497.7275,760.99068 L 1498.7943,759.6466 L 1499.9478,759.36756 L 1500.3252,758.91062 L 1500.472,758.30002 L 1500.8241,758.47301 L 1501.1533,758.77637 L 1502.975,758.62083 L 1504.2313,757.33391 L 1504.296,756.73268 L 1504.2944,755.2438 L 1504.2497,754.74599 L 1506.6393,754.89767 L 1506.9292,756.03616 L 1506.8408,756.6463 L 1506.9153,756.66627 L 1507.9742,756.5151 L 1508.6833,755.76811 L 1509.018,755.3409 L 1507.8776,754.06667 L 1507.3666,753.78072 L 1508.0191,753.47386 L 1507.389,752.56799 L 1508.8631,750.765 L 1508.7757,750.19104 L 1509.8539,750.6867 L 1510.3229,751.76294 L 1512.5406,752.14666 L 1513.1363,752.11081 L 1513.6067,751.42504 L 1514.1698,751.67592 L 1515.5757,750.56726 L 1515.7257,749.97824 L 1516.6164,749.22217 L 1517.7921,749.13541 L 1517.8194,748.55533 L 1517.3212,748.61536 L 1516.3779,748.34606 L 1515.5054,747.8645 L 1515.4557,747.31368 L 1516.3535,746.64686 L 1517.4788,746.9743 L 1518.4349,746.32018 L 1519.0166,746.30393 L 1519.4628,744.10368 L 1519.986,743.8506 L 1520.19,744.30514 L 1520.6493,744.85439 L 1522.2985,745.5503 L 1522.9648,746.55277 L 1523.3179,747.04265 L 1524.4393,747.60785 L 1524.7118,747.06609 L 1523.3642,744.43273 L 1523.6039,743.87782 L 1525.0235,744.79359 L 1525.5758,745.06102 L 1526.8777,744.36216 L 1526.9056,743.2847 L 1527.0127,742.7349 L 1527.0555,741.66314 L 1527.2028,741.14659 L 1529.3251,741.53067 L 1529.9259,741.24913 L 1530.4677,740.87082 L 1530.0286,740.55419 L 1529.6643,740.15578 L 1530.8564,738.07832 L 1531.1027,737.50905 L 1532.0517,736.79832 L 1531.7862,734.96848 L 1531.7271,734.35285 L 1532.15,732.83377 L 1532.7675,733.05538 L 1533.3048,733.42626 L 1533.8511,733.69052 L 1534.4349,733.52352 L 1535.7821,731.21381 L 1535.828,730.65279 L 1536.1952,730.1885 L 1537.3915,730.27621 L 1537.9925,730.26671 L 1539.927,729.07236 L 1540.4484,728.81705 L 1541.3038,729.24534 L 1541.7905,729.20562 L 1542.7735,729.77075 L 1543.1955,730.15772 L 1544.1073,727.9242 L 1545.8978,727.28036 L 1546.3432,727.73126 L 1546.6035,727.42346 L 1547.0917,727.70016 L 1548.1021,728.19161 L 1551.6142,728.70888 L 1552.1634,729.00889 L 1552.5335,729.51039 L 1553.5367,733.65889 L 1554.0708,733.35865 L 1554.0837,732.15189 L 1556.7946,729.85096 L 1557.2138,729.40983 L 1557.929,730.89494 L 1559.3834,731.89315 L 1559.9779,731.78579 L 1560.9114,731.16906 L 1561.3044,730.13369 L 1563.7356,732.51639 L 1563.9531,733.05661 L 1564.5486,731.94982 L 1565.8189,731.96885 L 1566.4438,732.10893 L 1566.7868,731.59003 L 1567.729,729.39289 L 1567.1409,727.12303 L 1567.2134,726.54043 L 1567.441,725.9263 L 1565.8898,725.54964 L 1567.43,723.80743 L 1567.3211,723.2185 L 1569.0945,723.53978 L 1570.0622,724.27152 L 1570.6058,724.5459 L 1570.4973,725.10351 L 1571.4819,725.65016 L 1572.0613,725.61187 L 1573.2123,725.82492 L 1575.4182,725.05681 L 1575.8836,724.67984 L 1576.2569,724.14802 L 1576.6657,723.64284 L 1577.2623,722.76065 L 1578.3661,721.24687 L 1578.6753,720.69519 L 1578.2797,720.18309 L 1576.5893,718.25982 L 1577.3609,716.67058 L 1578.0414,718.01692 L 1581.0401,718.33553 L 1580.8012,718.77562 L 1580.5818,719.73572 L 1583.4368,720.67662 L 1584.2955,721.56361 L 1584.9173,721.67663 L 1585.0589,720.81796 L 1585.2674,720.41089 L 1585.7319,720.23842 L 1587.5247,720.89676 L 1588.1354,721.99457 L 1588.6312,722.39085 L 1589.2487,723.42636 L 1589.8029,723.68274 L 1590.7516,724.13707 L 1591.2185,724.38692 L 1592.2071,724.52561 L 1592.7109,724.63423 L 1594.6339,722.33218 L 1595.1233,720.57508 L 1595.2706,719.98192 L 1595.9887,719.79943 M 796.11588,368.83638 L 797.02281,368.39516 L 798.39157,368.27316 L 799.06666,368.41427 L 800.70495,369.25596 L 802.29529,371.07328 L 802.67643,371.53991 L 802.79436,371.7181 L 803.09894,372.05825 L 803.39694,372.40347 L 805.22846,374.58233 L 805.59302,375.02001 L 808.18807,377.60575 L 809.87331,378.40168 L 810.48816,378.53015 L 812.40295,378.34105 L 815.44215,376.10612 L 815.94274,375.72477 L 816.27769,376.26512 L 814.43921,378.80509 L 814.29483,379.41931 L 815.55351,379.20627 L 816.09243,380.288 L 817.37237,380.31958 L 817.76819,381.32871 L 816.86609,382.19318 L 817.26241,382.61091 L 817.82222,382.79827 L 818.91716,383.36615 L 819.53985,383.16635 L 821.48741,382.76446 L 823.3741,383.30728 L 824.30454,382.59564 L 825.00898,382.06595 L 825.17639,381.83265 L 828.05894,382.34219 L 828.76022,381.4104 L 831.77171,380.34751 L 833.76166,381.83995 L 834.30097,381.47008 L 836.2503,380.60259 L 835.99962,379.44061 L 835.88473,378.8578 L 836.23359,378.86797 L 837.79141,383.68655 L 838.25733,384.14945 L 839.413,384.78571 L 840.05278,384.97953 L 843.02328,384.92977 L 843.56841,384.66688 L 843.98522,385.13108 L 845.18544,384.69421 L 845.79663,384.50276 L 845.56898,385.68156 L 846.50018,386.53941 L 846.53498,387.78101 L 846.03629,388.19065 L 845.86711,388.79482 L 847.01013,388.66167 L 847.60524,388.91093 L 847.95436,387.79249 L 850.1922,386.63339 L 850.81439,386.47637 L 850.73632,387.58366 L 850.77807,388.13834 L 851.31738,390.8518 L 851.60019,391.33994 L 851.30232,392.41634 L 851.4591,392.97893 L 851.91553,393.18809 L 852.60074,393.89619 L 852.18721,394.38627 L 851.06,395.04625 L 846.68784,393.63618 L 844.94641,394.36833 L 843.99307,393.76405 L 843.37683,393.84069 L 841.96567,396.35859 L 841.49747,397.3102 L 843.81048,397.4497 L 844.01939,397.98167 L 844.65828,397.83564 L 847.59512,399.11852 L 847.72292,401.499 L 848.51379,402.46467 L 849.71768,402.1465 L 849.56874,400.91663 L 851.18085,399.91463 L 851.77406,399.65149 L 853.24165,398.44851 L 855.01117,402.591 L 856.18001,403.17464 L 856.20494,403.77565 L 856.44903,404.74768 L 855.59084,405.42579 L 855.1577,405.77644 L 855.5501,406.78052 L 855.57971,407.34038 L 857.45109,405.83395 L 858.75317,407.57073 L 859.35195,407.72695 L 859.85355,408.84443 L 861.12539,409.04738 L 860.45853,409.93234 L 861.06301,410.88884 L 865.36532,409.39407 L 866.03573,409.47558 L 866.07546,409.77075 L 867.71894,408.97122 L 867.70642,409.55477 L 867.94684,409.09258 L 868.89803,409.54971 L 869.22096,409.13543 L 867.84017,407.14042 L 869.48226,405.60998 L 867.30984,402.50491 L 869.71648,401.33573 L 870.25781,400.953 L 872.58575,400.31281 L 873.19604,400.32176 L 876.95297,400.37328 L 877.57441,400.3051 L 878.13092,400.30524 L 878.21216,397.9133 L 878.49915,397.38007 L 879.48995,396.14827 L 879.58397,395.6111 L 880.79545,395.6515 L 881.46585,394.69722 L 882.26747,394.99793 L 882.50903,395.52724 L 883.72393,394.34677 L 884.29589,394.08743 L 884.56617,395.14346 L 884.65374,395.17513 L 886.58231,394.99268 L 886.34645,392.56564 L 886.53625,391.98139 L 887.07442,392.59349 L 887.69472,392.52429 L 888.02928,393.01251 L 891.70106,393.36952 L 892.31603,393.41401 L 895.61414,393.44194 L 895.62375,392.1849 L 896.87826,390.82986 L 897.39542,390.59164 L 897.35215,388.76518 L 897.77036,388.29986 L 897.38441,386.7521 L 897.38201,386.20831 L 898.1811,385.44921 L 898.81632,384.79213 L 900.14966,384.48657 L 901.08428,381.78541 L 900.5313,379.09124 L 900.35668,378.56274 L 902.78913,378.12231 L 903.95164,378.52561 L 903.6582,377.31176 L 903.88179,376.70941 L 905.31889,377.27713 L 905.46226,376.78916 L 904.71632,375.35557 L 907.82702,374.4729 L 910.07725,372.24233 L 910.46231,372.34474 L 910.79789,372.54628 L 909.75812,374.68395 L 913.30892,373.64348 L 916.35661,373.75633 L 918.10778,374.66558 L 921.43524,374.43373 L 923.34736,375.13209 L 924.25401,376.08235 L 924.68159,376.58569 L 927.9311,376.12666 L 928.93847,377.71853 L 929.15055,378.31614 L 930.80707,376.42097 L 934.0867,376.49222 L 933.99078,376.99596 L 934.80987,377.66371 L 935.21061,378.01003 L 936.61697,380.59641 L 937.97953,381.83294 L 940.05667,381.15452 L 940.64203,381.15118 L 940.63014,381.72463 L 942.73271,382.81587 L 943.14763,383.23465 L 943.51395,383.26449 L 944.56764,383.83743 L 946.00968,382.66921 L 947.29253,382.7512 L 947.49802,383.32934 L 948.73266,384.31691 L 949.02927,384.75655 L 949.98312,382.65625 L 950.97075,382.44175 L 951.51512,382.13045 M 926.99218,643.08917 L 925.86017,642.79311 L 923.65131,642.15307 L 923.27612,641.65699 L 918.83474,638.30483 L 917.0303,637.72103 L 915.91777,638.28929 L 916.24639,639.26749 L 916.79139,642.92233 L 916.50415,644.14604 L 915.88158,644.38816 L 912.70217,645.22352 L 910.05422,643.38077 L 907.99797,648.30656 L 905.42873,646.53661 L 903.97328,647.57089 L 900.23039,648.30362 L 899.88836,647.82112 L 899.08484,645.67022 L 894.76025,646.63936 L 894.15262,645.60319 L 893.95762,644.99706 L 892.55886,643.76577 L 891.90187,643.81246 L 889.35313,644.30281 L 887.14339,645.58364 L 885.4074,644.97466 L 885.96708,644.66412 L 886.48501,644.29169 L 884.93187,639.73791 L 883.21297,638.89567 L 882.63241,638.62442 L 882.69289,638.03144 L 881.65958,636.58091 L 882.32302,635.05142 L 881.87912,634.62872 L 879.38948,634.5927 L 879.03833,634.16054 L 878.0426,633.634 L 877.50481,633.53837 L 876.379,632.52397 L 876.05695,632.0173 L 875.82501,630.25436 L 875.50373,629.70016 L 874.7016,628.69734 L 875.44463,625.07105 L 874.78511,625.03661 L 870.27224,625.82144 L 869.40798,624.19189 L 865.46858,624.16558 L 864.89055,623.83937 L 862.36712,624.456 L 860.63202,623.51906 L 860.48283,621.71726 L 866.2559,618.53797 L 867.13395,617.60132 L 866.20883,615.8824 L 864.92155,615.55619 L 862.30537,615.76145 L 860.57229,616.67972 L 855.49202,621.47208 L 854.2689,621.94201 L 854.29117,621.39392 L 854.09301,619.29702 L 853.46613,619.30778 L 852.21922,619.41814 L 850.20409,620.80031 L 847.11832,621.14603 L 846.47462,620.97826 L 844.94717,620.01228 L 841.08382,621.00051 M 1161.5353,1340.1336 L 1163.9223,1340.512 L 1164.482,1341.6085 L 1168.4721,1344.1748 L 1169.3212,1347.083 L 1169.7576,1347.5202 L 1170.3179,1347.7981 L 1175.1227,1348.6392 L 1178.1766,1348.2832 L 1182.1117,1349.3561 L 1183.3717,1350.5652 L 1185.8077,1348.8368 L 1186.3804,1348.9924 L 1186.9657,1349.1402 L 1190.9571,1350.1668 L 1194.3321,1349.193 L 1194.7145,1346.1013 L 1196.1466,1344.9749 L 1193.9933,1342.9413 L 1194.9478,1339.2788 L 1195.8671,1338.4444 L 1196.4594,1338.2886 L 1197.7491,1339.4951 L 1198.7652,1338.8618 L 1199.1729,1337.698 L 1200.3415,1337.9029 L 1200.9367,1337.9529 L 1200.8573,1338.5518 L 1201.8733,1340.0205 L 1203.8001,1341.2854 L 1205.5002,1341.2359 L 1206.0741,1341.3254 L 1207.2665,1342.5939 L 1209.2656,1343.5389 L 1209.8243,1343.6727 L 1210.3751,1343.7127 L 1210.7027,1344.773 L 1211.5504,1345.2792 L 1212.0734,1345.4667 L 1212.6046,1345.7236 L 1215.1053,1348.0657 L 1216.8564,1347.8514 L 1217.5953,1347.2672 L 1218.0481,1347.1411 L 1219.0882,1346.4103 L 1219.5494,1346.2466 L 1224.6882,1347.8331 L 1227.4195,1344.4486 L 1227.946,1344.1815 L 1229.075,1344.3216 L 1229.4816,1343.8845 L 1229.6065,1342.0795 L 1231.1125,1342.1063 L 1231.5898,1341.8645 L 1231.5671,1338.2375 L 1237.5179,1341.3105 L 1237.7041,1340.3077 L 1236.977,1339.8216 L 1236.4837,1339.9787 L 1235.5804,1337.6913 L 1235.6319,1336.4555 L 1233.0206,1335.3999 L 1233.9926,1332.4716 L 1234.1186,1331.8641 L 1234.5824,1331.7013 L 1234.0141,1327.2862 L 1235.0662,1325.7181 L 1236.6077,1325.6673 L 1237.1386,1325.5702 L 1237.5987,1323.8631 L 1236.8998,1322.94 L 1235.5476,1321.8056 L 1234.4254,1322.0876 L 1234.0567,1322.5535 L 1232.4798,1320.9886 L 1232.906,1319.9336 L 1233.2038,1319.4481 L 1233.1039,1318.8128 L 1232.3073,1317.0886 L 1231.2949,1316.3485 L 1231.0317,1315.5436 L 1233.6733,1313.2226 L 1234.3162,1312.1375 L 1234.5967,1311.5843 L 1234.5855,1310.3866 L 1232.8998,1309.9034 L 1231.3031,1308.0325 L 1231.3037,1306.8581 L 1229.5704,1303.6375 L 1226.7613,1300.8424 L 1226.3442,1300.4098 L 1226.7076,1299.4977 L 1227.4786,1300.0168 L 1228.1922,1299.561 L 1228.334,1299.0294 L 1229.2161,1297.6544 L 1230.2203,1297.287 L 1234.3288,1297.7863 L 1234.365,1296.5189 L 1235.8915,1295.5299 L 1237.2145,1293.3871 L 1237.3824,1293.3249 L 1237.2374,1292.7213 L 1237.7514,1290.3819 L 1240.5602,1287.2746 M 948.28889,1504.2117 L 947.81766,1503.8526 L 946.41473,1502.7871 L 946.13748,1503.3435 L 943.50269,1506.7228 L 944.16006,1508.342 L 944.09578,1509.5981 L 942.71841,1510.794 L 941.53881,1510.8789 L 941.45897,1510.2585 L 941.80037,1507.7871 L 941.3504,1507.3789 L 937.88514,1506.5792 L 937.2179,1505.5519 L 934.89667,1505.0676 L 934.42101,1503.9253 L 933.9103,1504.2362 L 933.33784,1504.2569 L 933.50449,1506.6282 L 932.73033,1507.5301 L 931.66487,1506.0836 L 930.18994,1503.6177 L 929.71985,1503.9301 L 929.72592,1503.7493 L 929.18573,1503.5677 L 927.21616,1504.7476 L 926.67748,1504.5612 L 926.57612,1502.8122 L 926.45363,1502.2271 L 925.91913,1500.7554 L 925.28113,1501.7157 L 924.35221,1501.1229 L 923.96803,1500.6984 L 923.81695,1503.6006 L 923.01229,1505.1183 L 923.27283,1505.6429 L 923.51477,1506.1775 L 923.21019,1506.6707 L 923.60069,1507.7476 L 924.15215,1507.6674 L 924.81116,1508.2204 L 925.01881,1508.6058 L 923.90755,1510.5377 L 923.48997,1510.9271 L 924.50962,1511.4922 L 924.95997,1512.5077 L 924.93643,1513.116 L 924.95149,1513.8323 L 922.80489,1512.8163 L 921.48079,1513.9424 L 921.34577,1514.5553 L 920.71409,1515.3941 L 919.96283,1515.7956 L 918.37945,1515.4282 L 917.45408,1515.1009 L 917.08041,1514.7603 L 915.7825,1514.347 L 913.97604,1512.8048 L 915.19916,1508.0751 L 914.80043,1506.9 L 912.14097,1503.6644 L 912.03772,1503.4683 L 909.17364,1501.4129 L 907.44955,1498.2782 L 908.37809,1497.52 L 904.89549,1496.5419 L 903.0989,1496.8454 L 902.17112,1497.6567 L 901.24688,1499.8517 L 900.08703,1499.9746 L 899.33564,1501.6498 L 898.19287,1501.5031 L 899.29439,1504.3291 L 898.48808,1505.1801 L 898.39305,1505.7895 L 902.9959,1506.5773 L 902.93022,1507.1979 L 901.46908,1508.3089 L 903.7836,1508.8132 L 905.25107,1509.7763 L 905.79215,1509.5044 L 906.32298,1509.6718 L 907.39362,1509.9796 L 908.3829,1509.4558 L 908.617,1510.5966 L 908.96422,1511.0307 L 909.6312,1512.5144 L 909.2564,1513.5775 L 908.99244,1514.1446 L 908.02189,1515.7117 L 906.30843,1515.2837 L 905.75419,1515.4736 L 902.65842,1516.8297 L 902.62071,1517.3051 L 902.88518,1518.2087 L 902.4099,1518.3729 L 901.97068,1519.3121 L 900.98608,1519.4934 L 900.61254,1519.1912 L 899.86217,1518.5936 L 899.39587,1518.8367 L 898.66751,1519.6225 L 895.63767,1518.4231 L 894.88021,1519.2211 L 895.10722,1519.3493 L 894.66143,1519.7236 L 893.22332,1520.6272 L 892.73348,1520.7165 L 892.50989,1520.1232 L 891.48278,1519.6618 L 890.3214,1519.9699 L 889.99367,1522.4184 L 888.49355,1524.9994 L 888.96554,1526.1459 L 891.23868,1526.8121 L 892.91557,1527.1553 L 893.49208,1527.1831 L 895.8328,1527.1016 L 896.1909,1528.2712 L 899.057,1531.3875 L 899.48141,1531.8186 L 897.89322,1531.6651 L 896.94963,1533.0226 L 896.8279,1533.5748 L 896.47258,1534.0728 L 894.16894,1534.4904 L 894.31142,1537.4772 L 892.75715,1537.955 L 892.24441,1538.1318 L 891.68878,1538.2287 L 889.46676,1538.5248 L 889.28075,1537.9492 L 887.80936,1534.6883 L 887.84504,1533.1908 L 886.39997,1531.8161 L 886.28115,1531.3037 L 883.63928,1528.9652 L 883.31863,1528.4575 L 881.74702,1530.091 L 879.62939,1528.8855 L 876.87756,1525.5434 L 875.85424,1526.8304 L 875.35808,1527.0983 L 875.34581,1527.6243 L 874.90368,1527.8633 L 874.34691,1527.912 L 872.32356,1528.6294 L 872.30977,1529.7652 L 871.82234,1529.4759 L 869.13997,1528.8791 L 867.95304,1527.6374 L 867.73995,1527.9205 L 867.30288,1528.9749 L 867.7974,1529.926 L 867.61101,1532.3267 L 866.01523,1535.894 L 864.40401,1535.5592 L 862.3799,1533.4852 L 861.82199,1533.5183 L 861.28989,1533.3388 L 861.65382,1534.9394 L 860.71199,1536.2956 L 860.17699,1536.3135 L 860.12283,1537.5648 L 861.80604,1539.3143 L 861.13083,1540.2482 L 858.43012,1540.8872 L 858.68813,1541.3969 L 859.35335,1542.8143 L 859.15898,1543.365 L 859.1238,1544.5355 L 859.77788,1545.4867 L 860.32504,1545.383 L 860.46511,1546.9511 L 860.31086,1547.0034 L 859.93757,1546.6371 L 859.16822,1545.938 L 859.22111,1546.5237 L 859.7899,1549.9606 L 860.28733,1549.9631 L 860.77362,1549.8524 L 862.18199,1550.808 L 862.88289,1552.4057 L 864.01035,1552.374 L 863.53279,1552.749 L 861.87653,1553.1253 L 860.55673,1555.9144 L 858.71268,1558.3189 L 858.53186,1558.9136 L 858.11504,1559.1793 L 856.71134,1559.5783 L 856.282,1560.0233 L 853.34428,1560.5203 L 852.46559,1560.3776 L 852.02372,1560.3303 L 850.65052,1561.4195 L 850.12235,1561.6645 L 849.54356,1561.863 L 846.40963,1561.783 L 846.52073,1562.392 L 847.73348,1565.8168 L 847.62491,1566.4171 L 846.25222,1567.4595 L 845.13146,1567.3322 L 844.1618,1567.9612 L 842.46403,1567.7455 L 842.08403,1568.2034 L 841.65469,1568.5933 L 840.30553,1569.5145 L 841.26166,1572.2045 L 841.74453,1572.5626 L 842.35622,1574.254 L 841.38997,1577.1783 L 841.92143,1578.288 L 843.03054,1578.6895 L 844.21761,1582.0489 L 844.62506,1582.4547 L 844.42462,1584.7554 M 797.03701,1608.2199 L 797.70817,1607.2124 L 797.53836,1606.0156 L 792.92453,1603.041 L 794.29367,1601.9316 L 794.22243,1600.6815 L 794.05604,1600.0698 L 794.46362,1598.2225 L 794.29481,1597.6468 L 793.41537,1596.1314 L 793.51761,1594.3659 L 794.27773,1592.7529 L 794.42135,1592.618 L 794.45919,1590.3775 L 794.38681,1589.9751 L 794.00694,1589.9026 L 793.75702,1589.3635 L 793.8723,1586.4491 L 793.92494,1585.8399 L 794.54764,1583.5057 L 794.97407,1582.2642 L 794.62837,1582.0051 L 794.05578,1581.3494 L 795.21121,1580.2964 L 795.62891,1579.9688 L 795.62486,1579.3625 L 795.52819,1578.1575 L 796.22099,1576.505 L 796.80344,1576.5561 L 798.35029,1577.1799 L 798.94843,1578.2347 L 799.52811,1578.1644 L 801.14037,1578.46 L 801.41534,1578.9544 L 802.23303,1579.6113 L 803.87209,1578.9981 L 804.74584,1579.8248 L 805.25794,1579.6301 L 805.79725,1579.7025 L 806.02363,1579.232 L 807.51704,1577.8606 L 807.73544,1576.7858 L 807.65598,1576.1666 L 807.97574,1575.6431 L 808.15454,1575.1115 L 808.74674,1573.5594 L 808.82469,1572.9988 L 809.58632,1570.9648 L 809.99188,1570.6842 L 810.25698,1569.2287 L 810.20535,1568.599 L 810.5856,1567.4019 L 811.12225,1566.7223 L 811.27612,1566.3079 L 811.71901,1566.1777 L 812.50633,1565.7946 L 812.84925,1565.3002 L 813.9328,1564.8725 L 815.29929,1562.9038 L 815.87567,1562.8561 L 816.0708,1560.8682 L 815.16149,1560.0151 L 815.05912,1559.9187 L 813.61443,1559.3884 L 813.10726,1559.2785 L 812.53872,1558.1332 L 812.32019,1557.5255 L 812.58402,1557.1052 L 812.01004,1556.3808 L 812.4714,1556.2223 L 813.80019,1555.8464 L 813.79677,1555.3025 L 813.72907,1553.8152 L 813.39083,1553.4107 L 812.54961,1552.2109 L 812.39232,1551.6476 L 812.64767,1550.5045 L 812.54277,1550.3017 L 812.22478,1549.7617 L 811.58108,1548.0182 L 811.10858,1547.9571 L 809.70476,1547.755 L 809.81738,1548.3257 L 809.63074,1549.4774 L 809.52698,1550.1469 L 809.14268,1550.0722 L 808.76243,1549.9743 L 808.68676,1550.5743 L 807.03328,1550.3457 L 806.01401,1550.8121 L 805.66945,1551.2952 L 804.00496,1553.0115 L 803.7129,1553.5558 L 803.22624,1554.0524 L 802.73894,1553.9443 L 801.31892,1552.6067 L 802.12991,1551.7045 L 802.35274,1547.4626 L 802.58443,1546.9245 L 804.03216,1546.1927 L 805.8428,1547.5755 L 806.37376,1547.3936 L 806.19762,1546.7635 L 805.97934,1546.1985 L 805.35525,1542.741 L 804.86289,1542.4866 L 805.71677,1541.0051 L 805.98858,1540.6602 L 801.98919,1538.842 L 802.03779,1537.071 L 801.60034,1537.1473 L 800.73646,1537.3081 L 798.48939,1536.798 L 797.91794,1534.6032 L 796.79516,1534.3631 L 796.55309,1533.1745 L 796.05149,1533.3694 L 793.44265,1533.8753 L 791.95227,1533.6552 L 792.45236,1533.3235 L 793.33281,1532.5125 L 792.18384,1531.1297 L 790.61236,1530.2969 L 790.47936,1530.251 L 790.80305,1529.8089 L 792.43666,1527.6177 L 792.70404,1527.0767 L 793.19995,1526.6845 L 797.79381,1522.3737 L 800.5588,1518.859 L 798.63731,1517.7147 L 799.92421,1515.931 L 800.10845,1515.3989 L 800.62043,1515.623 L 802.18735,1516.1865 L 803.60104,1515.2747 L 804.47315,1515.99 L 804.97108,1515.72 L 806.79513,1514.4881 L 807.15665,1514.0145 L 807.12578,1511.6072 L 806.53851,1511.7049 L 804.92679,1510.8987 L 804.35673,1511.0784 L 804.75584,1510.6168 L 806.3587,1508.0966 L 807.52703,1507.9423 L 807.55841,1507.4372 L 807.61624,1506.936 L 808.06141,1506.5063 L 810.15802,1504.2267 L 812.40915,1503.4297 L 812.50165,1502.9326 L 812.95769,1501.1257 L 815.0695,1500.1699 L 814.63041,1499.1132 L 811.99942,1497.5747 L 811.42404,1497.3841 L 811.84807,1497.0339 L 812.06155,1496.5129 L 812.66324,1496.5368 L 816.19367,1497.1166 L 817.75161,1496.2168 L 818.13021,1495.8366 L 820.01665,1493.978 L 820.09359,1493.4669 L 821.99141,1490.259 L 822.41102,1489.8025 L 822.85732,1488.8905 L 823.11976,1488.4458 L 823.22403,1488.1969 L 823.59529,1487.5805 L 825.26864,1484.9813 L 827.27858,1486.2743 L 828.3782,1484.8453 L 828.82222,1484.4183 L 829.59854,1483.5091 L 829.20083,1481.8016 L 829.53881,1481.2914 L 830.16733,1480.226 L 830.46912,1479.6986 L 829.82542,1478.0092 L 832.12678,1478.0132 L 836.29205,1480.7572 L 836.79365,1481.1381 L 836.83895,1481.055 L 838.15875,1478.4326 L 838.54191,1477.9677 L 840.98158,1479.0591 L 841.47837,1479.2696 L 842.63759,1478.5775 L 843.09072,1478.4403 L 844.03318,1478.1866 L 845.47712,1479.1148 L 846.06274,1479.1428 L 846.38642,1479.1857 L 846.70581,1479.2535 L 848.26008,1479.9105 L 848.8066,1480.1202 L 849.12143,1479.6555 L 850.71012,1479.9622 L 850.72784,1480.5404 L 852.03739,1481.4129 L 851.97703,1481.9894 L 853.85005,1484.1188 L 854.17526,1484.6339 L 854.39164,1484.2386 L 854.45896,1483.7887 L 856.57367,1483.5243 L 857.05869,1485.7935 L 856.7321,1486.3008 L 858.21779,1487.7315 L 858.71521,1487.8457 L 859.80813,1487.3738 L 860.3759,1487.2073 L 861.02062,1485.4256 L 861.5412,1485.3194 L 861.81414,1484.7474 L 861.04175,1483.9411 L 861.38087,1482.7285 L 860.40969,1479.7578 L 860.81069,1479.2935 L 861.72392,1478.5573 L 864.06084,1478.9465 L 864.15283,1478.3466 L 864.79691,1477.3491 L 863.84167,1475.8555 L 863.57025,1475.4805 L 863.93063,1475.0714 L 865.26131,1473.5506 L 865.46402,1472.4441 L 865.62055,1471.381 L 866.12177,1471.4875 L 865.87401,1471.0085 L 866.73726,1470.4117 L 866.45077,1469.9662 L 866.09419,1469.5303 L 863.44396,1467.6387 L 863.71361,1467.1195 L 865.92058,1465.4404 L 865.44833,1465.2088 L 867.64024,1464.7252 L 868.68443,1462.0344 L 870.40093,1461.9921 L 870.01094,1461.5188 L 868.13715,1459.999 L 867.96405,1458.8168 L 868.74125,1458.0308 L 869.83809,1458.5038 L 870.87013,1457.9207 L 870.42434,1457.491 L 867.57482,1455.2958 L 868.72265,1455.6131 L 870.64312,1454.3098 L 871.82196,1454.2982 L 872.74594,1455.0274 L 873.46253,1456.7234 L 874.5414,1456.1055 L 876.12782,1454.4736 L 875.61951,1452.9876 L 875.39857,1452.429 L 877.05193,1452.8706 L 880.43684,1452.3742 L 881.0055,1452.4426 L 881.85065,1449.8418 L 881.71475,1449.303 L 882.28747,1449.5357 L 886.40238,1450.1479 L 886.73062,1448.9888 L 886.54524,1445.293 L 885.02235,1443.4834 L 884.70828,1442.9639 L 884.06774,1441.9329 L 882.86828,1443.252 L 881.25263,1443.565 L 879.65559,1441.0324 L 879.22207,1440.6152 L 879.75505,1438.5977 L 879.83679,1438.0787 L 879.51715,1437.6333 L 878.75425,1436.8614 L 877.70107,1436.7123 L 877.30045,1437.0573 L 875.84677,1437.27 L 875.78743,1437.7954 L 873.13581,1436.7524 L 872.38936,1435.8639 L 873.76483,1433.9963 L 874.00715,1433.4369 L 873.0032,1432.7384 L 871.2314,1433.0787 L 870.64616,1433.2266 L 869.08885,1431.4972 L 868.51917,1431.5562 L 868.3696,1431.0081 L 867.3807,1430.6106 L 867.67415,1430.1306 L 867.67744,1429.5354 L 869.49086,1426.1819 L 869.26537,1425.6892 L 868.27698,1425.3542 L 867.75969,1425.0574 L 866.3317,1423.9982 L 864.64304,1424.3171 L 864.25912,1423.8487 L 863.98377,1423.2944 L 864.14068,1422.2231 L 862.69308,1421.1586 L 862.16276,1420.959 L 859.39599,1418.2105 L 859.79269,1418.2033 L 860.18977,1418.1961 L 857.96673,1415.3804 L 856.8828,1415.3312 L 857.36859,1414.9984 L 856.0026,1413.0914 L 855.31157,1410.8516 L 855.35498,1410.2458 L 855.61754,1409.8874 L 858.71179,1410.2075 L 858.96373,1409.6802 L 859.60642,1408.7413 L 860.66707,1408.3836 L 861.22055,1408.2339 L 865.82947,1407.3836 L 866.86999,1408.0233 L 868.66001,1408.1932 L 869.02912,1407.6871 L 871.57053,1405.109 L 871.71883,1404.9503 L 873.46013,1406.4373 L 874.56076,1406.7151 L 874.47155,1407.6801 L 874.80384,1408.1596 L 875.73947,1408.3433 L 875.9537,1407.7528 L 877.06901,1406.2633 L 879.18043,1405.0835 L 879.47527,1403.8587 L 881.08687,1404.5864 L 881.80599,1406.3163 L 883.36494,1407.1338 L 883.91311,1408.7002 L 884.35738,1409.0207 L 888.47837,1409.7163 L 888.75675,1410.9074 L 887.37546,1412.0789 L 887.75545,1413.2273 L 888.10154,1413.7449 L 896.28138,1409.9564 L 895.04484,1408.8115 L 894.94715,1408.1882 L 895.47456,1408.2891 L 896.35047,1407.6406 L 896.83903,1408.6233 L 897.38188,1408.448 L 899.01701,1407.9766 L 899.37854,1407.8809 L 899.7803,1407.7227 L 900.61191,1407.7836 L 901.03404,1407.3767 L 902.46836,1406.379 L 904.62533,1406.0117 L 904.83906,1405.4939 L 905.65878,1404.8111 L 906.73473,1404.7902 L 906.89569,1404.1914 L 906.02485,1401.2729 L 903.14344,1401.0825 L 900.96736,1401.878 L 899.5233,1399.9052 L 898.35787,1399.5974 L 898.71497,1399.1272 L 901.596,1397.3169 L 902.14619,1397.5693 L 903.60467,1398.5642 L 906.58732,1398.3375 L 906.91632,1397.3154 L 905.37647,1394.7822 L 905.82024,1394.4131 L 906.24807,1394.0244 L 906.21517,1392.8426 L 907.38742,1391.5548 L 910.65275,1393.0177 L 912.36077,1392.4652 L 912.88186,1392.7892 L 914.08549,1394.7934 L 915.7148,1395.2339 L 917.8342,1394.4935 L 917.98377,1395.077 L 920.27665,1390.6291 L 920.6345,1390.1087 L 921.28921,1388.6297 L 921.53571,1388.132 L 922.89334,1389.3184 L 923.42303,1391.7047 L 924.02422,1391.7358 L 926.54677,1389.1595 L 926.36923,1388.5579 L 926.895,1388.743 L 927.39786,1388.9907 L 928.39056,1387.5366 L 928.72285,1385.7901 L 930.90805,1386.3573 L 931.48519,1386.2987 L 930.46023,1389.6997 L 930.86452,1391.499 L 931.96351,1392.9475 L 931.58427,1394.0795 L 932.54558,1394.7911 L 932.24695,1395.1379 L 931.44508,1394.9833 L 931.41774,1395.4111 L 933.35037,1398.4591 L 933.63065,1399.0119 L 934.08088,1399.2572 L 935.99085,1399.968 L 936.23672,1400.0478 L 935.65603,1404.795 L 940.32746,1407.6069 L 942.76725,1407.8898 L 942.97326,1408.4732 L 942.42534,1411.2829 L 943.62113,1412.3521 L 944.15905,1413.9929 L 943.61114,1416.2335 L 943.45094,1416.7904 L 944.43693,1417.9915 L 944.65926,1418.509 L 947.15384,1419.6869 L 948.33482,1421.0181 L 948.87084,1420.7929 L 950.20216,1422.7693 L 950.56975,1423.2577 L 950.04803,1424.3405 L 948.85515,1424.4014 L 947.08171,1425.9671 L 945.41596,1425.2965 L 944.82236,1425.19 L 945.25665,1425.5643 L 945.14542,1426.7226 L 945.1439,1427.311 L 951.78908,1428.1643 L 952.37369,1428.3551 L 952.14756,1428.9258 L 952.33218,1430.7686 L 953.61313,1432.7817 L 953.5958,1433.3999 L 952.83036,1434.1295 L 950.07372,1435.2126 L 948.67496,1437.2119 L 948.20626,1438.9486 L 949.57845,1440.837 L 950.5471,1440.6019 L 952.1716,1441.1505 L 952.67029,1441.4472 L 952.75722,1441.989 L 954.88712,1443.4232 L 955.0987,1443.6714 L 955.41365,1443.7147 L 955.45389,1443.8789 L 957.62681,1444.1841 L 957.68818,1444.0111 L 958.17295,1444.1684 L 958.90068,1444.855 L 958.93927,1445.9116 L 959.34837,1446.2553 L 961.57368,1447.4817 L 962.24168,1447.707 L 962.73303,1447.9614 L 963.73344,1448.3209 L 965.14852,1447.951 L 965.70188,1448.1149 L 967.3613,1448.5736 L 968.66478,1450.4472 L 968.98138,1453.2543 L 968.8251,1453.8042 L 969.97724,1454.2767 L 970.53692,1454.5592 L 972.07436,1455.2037 L 972.58368,1455.4274 L 971.6559,1456.1317 L 973.50741,1459.7019 L 973.71911,1459.8403 L 973.99851,1460.3482 L 977.22234,1462.5302 L 977.66421,1461.8605 L 981.21577,1464.2344 L 981.70611,1464.5474 L 982.30628,1463.9524 L 984.42454,1465.0253 L 986.1714,1466.672 L 987.21092,1466.1412 L 988.96803,1466.1892 L 989.30652,1465.6815 L 989.54049,1462.0418 L 989.23541,1461.5006 L 989.75295,1461.2074 L 992.1291,1462.7984 L 993.06561,1460.801 L 993.80194,1463.1122 L 993.46939,1465.0381 L 993.82547,1465.4098 L 993.40853,1465.8716 L 992.65309,1466.8706 L 990.88851,1467.3035 L 990.16458,1468.2976 L 989.61085,1472.0341 L 990.55749,1472.6661 L 991.40188,1474.3406 M 828.48487,1359.4371 L 829.5664,1359.3781 L 829.83884,1360.4907 L 829.96803,1361.052 L 830.64451,1362.0098 L 830.54176,1363.2305 L 830.37485,1363.8195 L 830.92783,1365.51 L 831.32111,1365.9409 L 835.53801,1363.3212 L 837.29019,1362.2775 L 837.57958,1361.7997 L 838.66162,1361.194 L 840.51288,1362.7689 L 842.27746,1362.6416 L 842.69643,1363.6481 L 843.71089,1364.0113 L 844.13821,1364.3516 L 843.1936,1364.9785 L 842.05905,1365.1242 L 841.15607,1366.729 L 838.94063,1366.0464 L 838.38538,1366.296 L 837.87531,1366.599 L 838.71653,1368.6837 L 838.07486,1369.7014 L 838.86636,1370.1311 L 839.05212,1370.555 L 839.15841,1371.186 L 838.93431,1372.3728 L 837.01143,1374.6448 L 836.92601,1374.8029 L 836.57424,1375.1257 L 835.98444,1375.5208 L 834.88507,1377.5511 L 834.70032,1378.114 L 833.98981,1379.0249 L 833.8181,1379.6057 L 830.82457,1381.3633 L 830.87784,1382.5774 L 831.816,1385.1165 L 832.07553,1385.5995 L 837.04673,1383.741 L 838.23252,1384.6033 L 838.39424,1385.0802 L 841.66577,1386.8417 L 842.1146,1386.5072 L 842.46777,1385.4972 L 842.96431,1385.8047 L 844.05444,1385.4084 L 845.3979,1387.3028 L 846.46677,1387.759 L 847.03088,1387.8895 L 847.1616,1388.872 L 848.67538,1389.4943 L 849.11244,1389.8443 L 848.59617,1390.2816 L 846.40401,1391.6836 L 846.35567,1392.2403 L 846.7568,1394.7253 L 848.6464,1396.3021 L 849.91837,1398.468 L 850.13159,1399.0691 L 849.59582,1398.9033 L 847.93931,1398.93 L 847.9221,1400.6404 L 851.15022,1401.896 L 851.70839,1402.0795 L 851.58754,1402.6458 L 850.39441,1404.5394 L 849.29631,1405.9052 L 848.16885,1409.1741 L 848.14784,1410.383 L 849.22519,1410.8409 L 850.84615,1410.4105 L 851.60602,1409.4854 L 853.87043,1409.3789 L 855.35498,1410.2458 M 811.42404,1497.3841 L 810.95826,1497.1615 L 810.52397,1496.8773 L 810.0549,1496.4922 L 807.99029,1495.4986 L 806.9051,1495.7478 L 806.33428,1495.5691 L 803.86387,1493.9235 L 803.38745,1494.147 L 802.93052,1494.4145 L 802.59215,1494.3322 L 802.08878,1493.9631 L 799.76958,1493.2782 L 799.22205,1493.1863 L 797.62095,1494.6214 L 797.09177,1494.715 L 795.35515,1493.4152 L 794.92353,1493.4802 L 794.48925,1493.4351 L 794.10495,1492.9796 L 792.99052,1492.6889 L 792.50057,1492.4463 L 790.95275,1491.9479 L 790.7723,1492.5081 L 790.69246,1494.2674 L 790.08102,1494.1662 L 787.62567,1494.239 L 784.72628,1493.1123 L 784.44929,1492.528 L 785.0873,1489.9683 L 784.52509,1490.0454 L 783.67424,1489.2589 L 782.54084,1489.2491 L 782.17856,1489.6844 L 780.68464,1490.309 L 778.44174,1490.5709 L 777.64278,1491.3698 L 776.5677,1491.5747 L 776.51722,1490.9677 L 775.81594,1485.6999 L 775.40127,1486.099 L 774.10653,1487.0942 L 772.66702,1486.3246 L 772.67019,1485.6866 L 772.4447,1483.1759 L 771.84161,1483.3207 L 768.95628,1484.2649 L 768.41786,1484.4377 L 765.53201,1486.0767 L 765.0437,1486.4456 L 763.96003,1486.9922 L 761.81709,1486.6027 L 760.75088,1486.98 L 760.41036,1486.5294 L 759.70529,1485.6733 L 757.67396,1486.3566 L 757.0333,1485.2868 L 756.9141,1484.6639 L 757.42721,1484.9055 L 757.3437,1484.2799 L 756.6328,1480.58 L 756.09438,1480.7552 L 754.51543,1481.2237 L 753.41037,1480.143 L 753.40278,1479.5004 L 751.66591,1476.9736 L 752.11715,1475.0416 L 752.03464,1474.8714 L 755.11586,1473.4952 L 755.65339,1473.3367 L 754.65134,1471.1546 L 754.30411,1470.6583 L 754.29235,1470.5025 L 753.8921,1470.136 L 753.39632,1469.1657 L 752.92851,1469.4277 L 752.4364,1469.1922 L 751.55266,1468.6132 L 751.18354,1467.5423 L 751.09712,1466.9332 L 750.74635,1464.5086 L 750.76964,1462.9835 L 750.48163,1462.499 L 748.84435,1459.6225 L 748.36641,1459.9803 L 746.26764,1460.9261 L 745.0158,1459.6238 L 744.83598,1458.4193 L 743.21237,1459.2494 L 741.42551,1459.3662 L 739.68409,1456.0506 L 739.25373,1455.5983 L 738.44363,1454.6482 L 736.63691,1454.8636 L 736.00359,1452.7604 L 735.8382,1452.223 L 735.69053,1451.693 L 734.43056,1450.8528 L 733.80746,1445.824 L 733.53792,1445.3736 L 732.74093,1443.501 L 730.86126,1443.5866 L 730.36035,1443.6468 L 730.32405,1443.1462 L 729.79397,1443.3902 L 729.07363,1442.4659 L 727.55908,1443.3167 L 725.24962,1443.3826 L 725.07529,1445.8287 L 724.63038,1446.2459 L 722.8558,1446.2144 L 722.30221,1446.4463 L 722.33522,1447.0883 L 722.39326,1447.7293 M 729.55404,1169.7587 L 731.4655,1167.5009 L 734.9585,1166.7193 L 735.52312,1166.9424 L 738.66938,1167.063 L 740.43497,1167.7327 L 742.47224,1170.9554 L 743.19301,1174.0527 L 743.5787,1174.5646 L 743.79495,1174.8215 L 743.91478,1175.6573 L 741.71896,1180.7879 L 740.31008,1181.9654 L 740.02245,1183.1968 L 739.7895,1184.4333 L 739.59349,1184.0358 L 739.15111,1185.8594 L 739.71547,1189.6621 L 739.27689,1190.0389 L 738.37986,1192.7829 L 736.88202,1192.0235 L 736.37498,1192.3581 L 736.47785,1193.5892 L 735.80834,1195.2898 L 735.28788,1198.314 L 736.68993,1201.0658 L 736.94541,1201.6439 L 737.43259,1202.1409 L 738.93232,1204.0326 L 737.22557,1207.2701 L 736.81571,1207.7236 L 736.65792,1207.8107 L 736.5348,1208.3739 L 736.23819,1209.4773 L 734.77831,1211.1079 L 734.79565,1211.1487 L 734.44593,1212.1302 L 734.03271,1212.5133 L 733.37016,1214.1233 L 730.52059,1214.9468 L 730.31209,1215.5276 L 735.14565,1216.7249 L 735.76468,1216.6598 L 737.45574,1216.0212 L 739.57881,1218.1867 L 739.37888,1219.4205 L 740.12356,1220.3524 L 740.69032,1220.5923 L 741.075,1220.6071 L 742.853,1220.5688 L 743.61033,1221.5567 L 744.21961,1221.4975 L 745.10146,1219.3865 L 746.19248,1219.0895 L 746.75634,1219.0548 L 748.38818,1219.5106 L 748.47017,1221.3825 L 749.07022,1221.5016 L 749.16867,1221.4245 L 750.36319,1219.9386 L 753.47288,1219.7372 L 754.62236,1220.2457 L 757.10796,1220.2753 L 757.69472,1220.4992 L 757.93375,1220.7639 L 758.59681,1221.392 L 759.04261,1221.2528 L 760.75986,1217.9433 L 761.1801,1217.4923 L 762.19026,1217.0199 L 762.74323,1216.9241 L 764.79632,1215.0131 L 765.23199,1214.6521 L 765.4852,1214.1679 L 764.88654,1211.8939 L 770.58559,1213.1724 L 771.09035,1213.5043 L 774.10653,1216.3199 L 774.50639,1216.7603 L 772.54846,1218.5727 L 772.69739,1219.7191 L 771.64801,1219.2847 L 770.79969,1220.846 L 768.59273,1220.239 L 768.01141,1220.2269 L 768.04393,1220.8694 L 768.29701,1222.7547 L 769.39954,1225.2819 L 769.35639,1225.8474 L 769.0179,1227.5563 L 769.31514,1228.0535 L 770.10158,1229.7404 L 771.80264,1231.5356 L 772.26387,1231.9546 L 772.16644,1232.528 L 769.01917,1233.6178 L 768.48935,1233.8907 L 766.1637,1233.9771 L 764.49642,1231.6057 L 763.31405,1231.612 L 763.10842,1232.1837 L 762.26529,1233.0627 L 761.45038,1236.1113 L 762.30654,1238.4767 L 760.14349,1239.2429 L 759.95647,1238.6344 L 759.17889,1235.5595 L 758.60883,1234.427 L 757.99082,1234.3786 L 757.47289,1235.0251 L 757.21324,1235.5343 L 756.49412,1237.0175 L 755.45536,1236.8184 L 755.05892,1237.2228 L 753.95234,1237.7086 L 752.50726,1236.4865 L 752.22027,1237.0361 L 751.97605,1240.6845 L 751.19683,1242.3262 L 750.84429,1241.8113 L 749.81389,1241.1469 L 748.62493,1241.3988 L 747.93023,1243.0136 L 747.33715,1243.1659 L 748.18508,1246.0107 L 749.26066,1246.5881 L 751.06067,1246.4124 L 751.6506,1246.5615 L 751.5891,1247.1226 L 751.19797,1248.1707 L 751.53595,1249.2156 L 752.6171,1249.6089 L 754.24097,1249.011 L 755.28238,1248.7575 L 755.8508,1249.1297 L 757.4758,1249.8897 L 757.80012,1250.4432 L 757.62107,1250.9072 L 757.03444,1251.699 L 756.64685,1252.1789 L 755.94203,1253.1961 L 755.54622,1255.6244 L 754.92352,1255.6502 L 753.16299,1255.1661 L 752.50701,1254.0777 L 752.15625,1254.4959 L 752.26304,1256.6697 L 754.17251,1258.9084 L 753.73001,1260.053 L 753.14616,1260.0913 L 751.48559,1260.506 L 749.50083,1262.6896 L 749.39884,1262.7502 L 749.03681,1263.1474 L 748.59583,1263.4483 L 747.99363,1263.6239 L 745.04718,1264.5762 L 745.3715,1266.3321 L 744.97581,1268.0846 L 743.9597,1269.5067 L 743.33233,1271.1033 L 742.86135,1270.7143 L 739.4319,1270.0392 L 738.77984,1270.6825 L 738.31431,1271.052 L 737.29555,1272.3401 L 736.76763,1272.1389 L 734.51275,1270.4542 L 734.50336,1271.0681 L 736.90796,1274.4333 L 735.84389,1275.8989 L 735.25005,1275.8909 L 734.82564,1276.131 L 734.61752,1276.5832 L 734.10845,1276.7536 L 732.67114,1279.0455 L 732.59865,1279.6187 L 732.61105,1281.8051 L 732.89272,1285.9903 L 733.71825,1287.3781 L 734.2722,1287.1899 L 735.20943,1287.8324 L 735.59145,1289.5155 L 735.24701,1289.9768 L 734.26668,1290.423 L 733.68199,1292.0257 L 733.84101,1293.189 L 734.00654,1293.7517 L 733.15275,1294.4968 L 735.47782,1298.6963 L 736.63982,1299.7466 L 736.95528,1300.1761 L 736.7241,1300.7541 L 735.96208,1301.6412 L 737.25252,1302.8109 L 736.0933,1304.1248 L 734.45425,1303.4102 L 733.2689,1303.4781 L 730.99431,1305.4903 L 730.5339,1305.3728 L 730.06094,1305.3695 L 729.48401,1305.5014 L 727.14112,1305.529 L 725.84356,1306.7795 L 724.66642,1306.6771 L 723.78923,1309.6189 L 724.46535,1310.2209 L 724.79954,1310.5261 L 727.39903,1313.0085 L 729.88186,1316.586 L 730.23576,1317.0964 L 729.21321,1317.7406 L 730.38817,1321.2491 L 728.35971,1322.3708 L 727.88785,1322.7574 L 726.51681,1325.8 L 726.18643,1326.2513 L 725.38814,1325.3885 L 723.44532,1327.7488 L 721.37548,1328.9556 L 720.24923,1328.6202 L 719.55775,1327.6868 L 719.05359,1327.3511 L 718.70503,1328.4993 L 717.32168,1329.6122 L 716.83815,1329.9554 L 716.35096,1329.5519 L 713.5293,1327.0076 L 712.32431,1324.0285 L 710.57547,1322.1851 L 709.4931,1322.2786 L 708.51572,1323.0453 L 706.04256,1322.9379 L 705.76907,1324.8212 L 706.31943,1333.0718 L 706.36638,1333.7066 L 701.7815,1335.3505 L 701.21068,1335.5626 L 700.01664,1335.8786 L 695.92125,1334.4478 L 695.34115,1334.2248 L 688.04537,1333.649 L 687.45311,1333.4958 L 685.86867,1333.1595 L 685.33954,1333.0503 L 684.49241,1327.9325 L 686.01961,1319.6388 L 686.12842,1318.9998 L 685.55417,1318.757 L 683.73598,1318.8408 L 680.27723,1316.2154 L 679.99583,1312.3688 L 679.39352,1312.3284 L 673.97706,1311.9095 L 669.13995,1309.3441 L 668.958,1308.7652 L 667.81595,1304.6728 L 667.23848,1304.415 L 663.77972,1302.8484 L 662.45372,1301.4592 L 658.3251,1299.866 L 657.79872,1299.626 L 653.47035,1298.1677 L 654.02505,1297.8777 L 655.42941,1296.702 L 655.26057,1292.8559 L 655.16689,1290.3728 L 654.19601,1289.6422 L 653.71202,1289.2744 L 653.15961,1288.9933 L 649.61051,1287.9418 L 648.2431,1288.9293 L 648.36046,1289.945 L 646.76061,1290.6523 L 646.22019,1290.3974 L 645.62927,1290.2382 L 642.6588,1289.535 L 636.70867,1290.8732 L 635.90584,1293.0689 L 635.31531,1292.8792 L 634.09744,1293.0726 L 631.99057,1294.3992 L 628.31329,1294.8422 L 619.59837,1291.6 L 618.27375,1290.3169 L 615.17076,1291.4268 L 614.6645,1291.6444 L 611.78775,1292.8626 L 605.02685,1293.958 L 604.41274,1294.058 L 604.86084,1293.633 L 607.12348,1291.5315 L 609.05731,1286.9689 L 609.2822,1286.3632 L 610.50385,1282.7047 L 609.5652,1278.2734 L 608.56327,1277.8284 L 606.69289,1278.0243 L 604.30467,1278.3521 L 597.88299,1274.3275 L 597.326,1274.0332 L 597.09187,1274.5953 L 594.56452,1279.4391 L 593.98024,1279.6565 L 582.81885,1283.6535 L 582.24926,1283.8397 L 575.97527,1285.845 M 1159.6392,1386.9929 L 1159.7929,1387.541 L 1161.0743,1386.6278 L 1162.5032,1387.3841 L 1164.1628,1387.6786 L 1165.0881,1386.9565 L 1167.8969,1387.5805 L 1169.3966,1389.582 L 1169.5554,1392.067 L 1168.7936,1394.4663 L 1167.603,1394.7121 L 1168.7678,1396.1561 L 1169.3208,1396.424 L 1170.8322,1395.3429 L 1172.5702,1394.8821 L 1175.2558,1391.3957 L 1176.4583,1391.2415 L 1177.0359,1391.3375 L 1178.4317,1390.3118 L 1180.1397,1391.7674 L 1180.501,1392.2483 L 1180.2621,1396.0607 L 1180.9445,1397.1402 L 1183.6903,1398.4846 L 1185.3195,1397.8188 L 1186.9337,1399.7245 L 1187.5085,1399.9708 L 1187.874,1399.4918 L 1190.1112,1398.8599 L 1190.1615,1398.251 L 1187.2517,1396.152 L 1187.4967,1394.9196 L 1188.022,1393.7774 L 1190.2421,1391.6752 L 1190.4569,1390.4934 L 1192.8437,1387.0643 L 1193.162,1386.5453 L 1194.9315,1386.921 L 1194.9842,1389.8422 L 1195.907,1389.2087 L 1195.8471,1387.3348 L 1198.0794,1387.5893 L 1198.6532,1387.7177 L 1199.4686,1387.2241 L 1200.1302,1384.878 L 1199.8672,1383.7239 L 1200.7625,1382.2189 L 1201.1102,1382.4273 L 1201.5021,1382.3454 L 1200.868,1380.2031 L 1202.7607,1379.0008 L 1205.0166,1378.4974 L 1206.77,1376.7244 L 1213.8819,1377.421 L 1213.8336,1378.0185 L 1213.8508,1379.8047 L 1214.9172,1381.9186 L 1218.0545,1381.8943 L 1218.4316,1382.374 L 1219.0644,1385.251 L 1218.5218,1386.3485 L 1218.1237,1387.4685 L 1215.4267,1391.3292 L 1216.1765,1393.5653 L 1218.3135,1394.39 L 1219.0182,1395.328 L 1219.3827,1395.7907 L 1219.8445,1395.3824 L 1221.516,1395.3878 L 1223.2356,1393.9114 L 1228.044,1393.5791 L 1229.8895,1391.9998 L 1230.6137,1392.9473 L 1230.4448,1393.5521 L 1230.3818,1395.4419 L 1231.0636,1397.1877 L 1232.4059,1398.017 L 1232.9351,1398.14 L 1233.4689,1398.1761 L 1235.603,1398.1528 L 1235.4457,1398.7151 L 1235.4953,1399.8672 L 1238.2017,1400.1331 L 1237.4693,1401.15 L 1237.5277,1402.9615 L 1235.9955,1404.9375 L 1235.746,1406.833 L 1236.1883,1407.1138 L 1237.5473,1407.6677 L 1238.1114,1407.4122 L 1240.236,1406.1286 L 1240.9627,1405.5512 L 1244.4183,1407.6541 L 1244.7809,1408.1342 L 1247.0906,1410.2108 L 1247.5144,1410.6727 L 1247.3712,1411.9619 L 1247.3414,1412.6435 L 1248.3641,1413.0008 L 1249.0089,1413.915 L 1249.3026,1414.4315 L 1251.403,1413.8438 L 1252.3203,1414.5591 L 1252.8847,1416.8021 L 1253.3494,1417.1566 L 1253.9248,1417.3361 L 1254.9274,1418.879 L 1255.2392,1419.3371 L 1256.2961,1419.4378 L 1257.6831,1418.7984 L 1258.9963,1419.736 L 1259.1458,1420.2939 L 1259.9746,1422.9807 L 1260.2649,1423.4811 L 1261.3331,1424.8076 L 1261.6228,1426.9587 L 1261.5848,1427.5366 L 1261.4971,1428.0296 L 1265.3182,1435.0505 L 1265.2024,1436.8563 L 1262.3112,1442.538 L 1259.7252,1445.2256 L 1259.8128,1446.5102 L 1259.8002,1447.1542 L 1256.3417,1446.6437 L 1253.4327,1447.2076 L 1251.9602,1446.1718 L 1250.8465,1446.2874 L 1250.2983,1446.5277 L 1250.242,1446.6002 L 1251.3586,1446.6443 L 1254.2484,1449.749 L 1254.5481,1450.2871 L 1253.8136,1452.2694 M 1146.8604,1516.9889 L 1143.2299,1514.1615 L 1139.7552,1508.9293 L 1138.7039,1508.4471 L 1137.5385,1508.4978 L 1136.1611,1509.6474 L 1134.3978,1509.7609 L 1132.7939,1508.9988 L 1132.8573,1507.7604 L 1132.1745,1506.7819 L 1129.2984,1506.5574 L 1128.7639,1507.6527 L 1127.0876,1507.3938 L 1126.585,1507.0713 L 1126.1029,1506.7149 L 1125.162,1505.9922 L 1123.995,1506.1564 L 1121.1315,1503.0274 L 1118.8169,1502.6849 L 1115.6604,1503.4709 L 1115.7852,1502.8639 L 1114.9792,1501.8937 L 1114.8639,1499.9667 L 1115.0494,1499.3521 L 1114.8135,1495.7724 L 1113.6562,1495.8015 L 1113.0796,1495.8622 L 1109.4189,1496.991 L 1108.8809,1497.095 L 1107.4305,1497.1898 L 1106.9237,1496.8783 L 1104.2892,1494.606 L 1103.9246,1495.0764 L 1102.9904,1495.7101 L 1100.9578,1494.5738 L 1100.4459,1494.2676 L 1099.7172,1493.2961 L 1100.4829,1491.7306 L 1100.2709,1489.9097 L 1100.0826,1489.3874 L 1100.3228,1488.8895 L 1100.2115,1488.3069 L 1100.0458,1487.198 L 1098.0927,1486.0384 L 1097.8761,1484.5608 L 1097.6998,1484.0813 L 1096.1307,1485.4246 L 1095.9857,1485.938 L 1097.7505,1489.0532 L 1098.2776,1492.1286 L 1097.6183,1493.8789 L 1094.7643,1494.6906 L 1094.2514,1495.0453 L 1091.2442,1494.9942 L 1089.7191,1495.8637 L 1091.0473,1497.7948 L 1090.1709,1498.5764 L 1089.6705,1498.9446 L 1089.1767,1499.3193 L 1087.3301,1501.6268 L 1087.2767,1503.4423 L 1087.2967,1504.0505 L 1087.3119,1504.1245 L 1086.8175,1505.4789 L 1086.4147,1505.7329 L 1085.566,1506.4657 L 1085.4649,1507.0517 L 1084.9615,1507.1951 L 1082.9386,1507.6797 L 1082.6284,1507.1687 L 1081.451,1505.8541 L 1081.0892,1505.3658 L 1078.5367,1503.8471 L 1077.421,1504.1948 L 1076.9487,1504.0444 L 1076.6672,1503.6159 L 1076.3297,1502.5182 L 1076.9895,1500.7911 L 1076.1848,1497.8522 L 1076.3851,1497.3273 L 1074.7453,1495.17 L 1074.4646,1496.3453 L 1073.4097,1496.8876 L 1073.1111,1498.6989 L 1071.1985,1500.0461 L 1071.1355,1500.662 L 1069.6857,1500.439 L 1069.1954,1500.3811 L 1068.6685,1500.1899 L 1067.5852,1500.1199 L 1066.7534,1501.6416 L 1065.7833,1502.2213 L 1065.8957,1501.6285 L 1063.7865,1499.6948 L 1063.7559,1499.1164 L 1063.6012,1496.8462 L 1063.1874,1496.715 L 1062.6272,1496.087 L 1062.4981,1495.4622 L 1061.555,1493.1747 L 1058.0114,1492.5244 L 1057.5012,1492.822 L 1056.0567,1491.1039 L 1056.7933,1489.4183 L 1057.9739,1487.2392 L 1057.6141,1485.3992 L 1058.2051,1482.9571 L 1059.3753,1481.5325 L 1059.7197,1481.0438 L 1060.2823,1481.182 L 1061.9789,1481.1531 L 1062.6638,1480.1512 L 1062.7594,1478.9469 L 1061.5916,1478.7722 L 1059.8163,1477.2049 L 1059.3083,1476.8896 M 480.21127,536.56162 L 479.09047,537.60416 L 478.78276,538.12934 L 477.27291,539.0529 L 476.65126,540.72939 L 476.08967,540.71991 L 474.88485,538.91728 L 475.56488,536.68449 L 473.95796,535.59161 L 471.36553,535.9683 L 469.6229,535.29353 L 465.75516,531.32783 L 465.62298,530.57595 L 464.87745,528.99536 M 844.40799,868.77127 L 846.56294,867.61083 L 850.02517,867.14142 L 850.62547,867.2672 L 852.32488,867.4292 L 854.03024,870.52572 L 854.50046,870.89263 L 856.24669,870.27299 L 858.59551,867.3412 L 858.97069,866.14982 L 862.03533,866.89443 L 862.65714,867.01726 L 862.59286,865.48307 L 862.38281,865.01433 L 861.17284,862.76882 L 861.72544,860.96754 L 859.32247,858.99909 L 862.30688,856.65969 L 862.46923,852.84927 L 863.44687,851.20885 L 864.04337,850.95871 L 863.74411,850.43218 L 863.31907,849.34352 L 864.41148,844.73267 L 864.36959,844.71691 L 865.45934,839.66873 L 865.71887,833.93663 L 865.91475,833.32131 L 866.39396,833.05186 L 866.86126,832.76285 L 868.5217,831.92806 L 869.14098,830.2562 L 868.76074,828.46057 L 868.75909,827.8452 L 867.7192,826.33171 L 868.31102,823.37682 L 870.06117,822.63302 L 870.9992,819.82914 L 874.55051,817.5736 L 875.13019,817.37872 L 875.44729,817.83126 L 875.80198,818.25689 L 881.54937,815.52775 L 883.44618,815.18727 L 884.0895,815.22067 L 885.22924,816.49578 L 885.60518,816.92638 L 886.83969,817.6623 L 887.33762,817.55154 L 889.09638,818.17004 L 890.24902,819.60842 L 890.56284,820.13878 L 892.08599,819.07787 L 892.68464,818.91664 L 896.11409,815.26371 L 895.66361,813.50755 L 897.76669,811.23048 L 898.2531,810.11349 L 898.35142,809.51165 L 900.68049,809.21484 L 901.19968,807.38682 L 900.56623,805.60486 L 901.35241,803.9001 L 902.51024,803.58754 L 904.13386,804.35351 L 905.69788,803.30409 L 906.1829,802.88843 L 907.29606,800.57631 L 907.24203,798.66186 L 907.20558,798.0223 L 906.96643,797.43967 L 905.57906,794.61502 L 904.64799,790.98577 L 902.51265,788.66973 L 903.79284,787.20742 L 905.70091,787.26594 L 910.32805,784.89336 L 910.88672,784.56097 L 912.59917,783.30693 L 913.00612,782.96492 L 914.10966,781.36123 L 914.47599,780.81739 L 918.51814,779.01966 L 920.39673,779.0122 L 921.03196,779.03328 L 922.87866,779.29644 L 923.79328,780.09289 L 924.89012,779.83624 L 927.81797,782.03351 L 927.99791,782.62906 L 928.80523,781.8345 L 928.58682,780.61598 L 927.86353,778.87446 L 927.8324,776.54996 L 927.47746,776.02892 L 932.42854,774.91678 L 935.5586,775.5649 L 936.20091,775.59839 L 936.23178,772.54138 L 937.44491,772.43145 L 938.06811,772.35665 L 938.63045,772.04225 L 939.60492,772.86752 L 940.84285,772.53734 L 943.35983,773.07635 L 943.57115,774.83978 L 945.41355,775.38019 L 949.80824,774.43114 L 951.39225,772.62545 L 951.75592,772.1011 L 955.6623,777.02991 L 956.08722,777.49729 L 958.92383,779.98073 L 959.38481,780.41015 L 960.63818,780.40801 L 961.59481,779.78452 L 961.88003,779.23311 L 963.86593,780.26286 L 964.25807,780.66497 L 966.77594,782.39102 L 967.35384,782.61937 L 967.32954,783.26771 L 967.14632,786.44909 L 967.75345,790.25054 L 967.15846,790.39558 L 965.39224,790.91022 L 964.16949,792.26391 L 963.8062,792.86679 L 963.65144,794.15929 L 959.17628,798.81286 L 959.60904,798.93155 L 960.00422,799.14432 L 961.87952,800.63017 L 963.09429,800.75047 L 963.60728,800.41128 L 966.0081,800.54207 L 967.92503,801.97285 L 968.31477,802.42947 L 972.38097,804.01934 L 972.91977,804.34364 L 973.53209,803.56677 L 974.14327,803.74908 L 975.87103,802.95498 L 977.62574,803.7008 L 979.76994,802.43946 L 980.57979,801.68538 L 981.04848,801.38842 L 983.05134,800.01496 L 984.53678,800.5905 L 986.73273,799.74664 L 987.29367,799.50074 L 987.70492,801.2692 L 987.74605,801.89255 L 988.93032,802.37622 L 988.28093,804.14255 L 988.54767,805.31445 L 991.03542,805.08234 L 991.66445,803.54166 L 994.13233,803.6427 L 994.49929,804.16127 L 993.84952,805.15728 L 994.75515,808.07424 L 994.46032,809.8998 L 992.96805,810.97132 L 992.58792,812.14741 L 991.43415,814.39915 L 991.69127,814.98055 L 994.48335,815.73522 L 995.89349,817.61569 L 998.00998,818.74715 L 998.22497,819.31735 L 999.64359,819.99879 L 999.97626,820.45533 L 1001.1679,822.686 L 1001.4906,823.2395 L 1001.0241,823.57647 L 999.71471,824.64977 L 999.68649,826.28027 L 999.33699,826.75007 L 998.7315,827.75243 L 999.10251,829.39155 L 998.4187,830.29035 L 998.01264,830.6536 L 996.60072,831.06133 L 996.66171,834.79087 L 1001.1376,838.273 L 1001.6769,838.60542 L 1005.893,837.84731 L 1006.9475,838.3943 L 1007.3259,838.87879 L 1007.0947,839.46667 L 1005.4421,842.86971 L 1003.6869,844.69552 L 1003.0276,844.63807 L 999.13946,846.76195 L 999.41076,849.63867 L 997.56456,852.34936 L 996.93111,852.41561 L 996.48456,852.81529 L 994.1465,852.68196 L 993.79093,853.38908 L 996.7742,857.50006 L 1000.471,860.00711 L 1000.9034,860.48147 L 1001.1025,861.0847 L 1002.4081,863.22642 L 999.65017,867.35432 L 996.58984,868.04534 L 996.03775,869.81756 L 997.11092,871.29142 L 999.10796,872.41512 L 999.26398,873.57476 L 998.73808,875.3122 L 999.36736,875.41717 L 1000.4781,876.0357 L 1001.6468,875.55022 L 1002.8756,875.83633 L 1004.0092,876.41258 L 1005.5798,878.40579 L 1007.3865,879.02341 L 1007.2091,879.6344 L 1005.0877,882.65193 L 1005.3967,883.88186 L 1006.9125,885.02989 L 1008.8171,887.22211 L 1009.9802,886.94489 L 1010.4918,888.03142 L 1011.6887,888.1706 L 1010.655,891.16049 L 1011.4251,892.94252 L 1011.1603,893.52549 L 1011.078,895.4079 L 1010.5883,895.82347 L 1009.9871,895.83949 L 1008.8667,897.89192 L 1008.9722,898.50211 L 1009.693,902.12033 L 1007.7984,903.67779 L 1007.9829,904.27939 L 1010.6794,909.2311 L 1010.8426,911.73334 L 1010.8834,912.34861 L 1011.7556,913.1762 L 1012.3536,913.02208 L 1012.7238,915.22289 L 1013.505,916.087 L 1013.4212,917.25697 L 1013.0463,917.71008 L 1013.0464,917.79236 L 1012.797,918.39499 L 1012.1629,919.5347 L 1006.8762,921.90176 L 1007.3636,926.12769 L 1008.9486,928.05085 M 1380.1208,1039.7332 L 1381.1193,1042.4407 L 1381.6849,1042.2436 L 1381.5699,1040.4516 L 1382.6752,1040.0548 L 1384.9944,1041.0831 L 1385.578,1041.3446 L 1387.3057,1041.5915 L 1389.1882,1043.1006 L 1389.7399,1043.3891 L 1390.7283,1045.0733 L 1391.0348,1045.6509 L 1391.1352,1046.8416 L 1392.0754,1047.4558 L 1392.6648,1047.4066 L 1395.7193,1047.8786 L 1397.2268,1046.7164 L 1397.7265,1046.3184 L 1399.1754,1045.3437 L 1399.678,1045.0498 L 1400.6255,1044.4284 L 1401.1044,1044.1238 L 1402.5517,1041.4503 L 1403.8765,1040.1636 L 1404.1065,1039.5862 L 1404.155,1038.9377 L 1405.6091,1033.3783 L 1407.079,1031.5246 L 1409.1523,1030.3331 L 1409.6602,1029.233 L 1409.7903,1028.6404 L 1410.1997,1027.823 L 1410.4712,1027.4564 L 1412.2439,1027.0409 L 1414.7611,1028.9517 L 1415.1664,1029.4419 L 1415.5438,1029.8945 L 1418.5009,1031.779 L 1419.789,1032.874 L 1420.0116,1033.3947 L 1420.2153,1034.6591 L 1421.7771,1035.7864 L 1422.2063,1036.2728 L 1422.457,1036.7357 L 1422.5193,1037.354 L 1420.8233,1037.8431 L 1420.7968,1040.8765 L 1422.4706,1042.6508 L 1422.9016,1043.0845 L 1423.5662,1044.1666 L 1423.9051,1044.7056 L 1424.3356,1045.0635 L 1425.5908,1046.1479 L 1428.5765,1050.7242 L 1429.9179,1051.9445 L 1430.3671,1052.3514 L 1432.4039,1054.3627 L 1432.8173,1054.7649 L 1433.7074,1057.115 L 1434.0523,1057.6397 L 1436.3646,1057.982 L 1436.8496,1058.2919 L 1437.2626,1058.6943 L 1437.3373,1059.906 L 1439.9092,1061.5197 L 1439.9962,1062.737 L 1438.9229,1063.2258 L 1437.7616,1061.0749 L 1436.6031,1060.8521 L 1436.5794,1063.2915 L 1436.9675,1063.7868 L 1437.1496,1065.3142 L 1437.5955,1065.662 L 1438.5909,1065.2029 L 1439.1212,1065.3912 L 1440.6463,1066.3342 L 1440.5779,1066.934 L 1440.9544,1067.4272 L 1443.5005,1069.1348 L 1443.8157,1072.1401 L 1445.1413,1074.1081 L 1446.002,1075.7631 L 1446.2595,1076.329 L 1446.113,1076.9288 L 1446.3034,1078.1373 L 1448.0206,1080.6524 L 1448.3164,1081.1096 L 1449.0635,1081.8776 L 1449.1907,1082.9583 L 1452.2573,1085.8285 L 1452.2666,1087.0441 L 1452.769,1087.3936 L 1452.5322,1087.9021 L 1453.5137,1089.4759 L 1452.971,1089.4278 L 1452.5357,1089.0961 L 1452.3802,1089.7135 L 1453.0159,1091.3761 L 1454.7834,1091.9433 L 1454.9239,1092.4978 L 1454.8015,1093.0557 L 1455.3627,1093.3929 L 1455.7112,1093.5876 L 1456.0422,1093.8095 L 1457.4384,1096.9349 L 1457.6768,1097.5036 L 1458.357,1099.539 L 1458.407,1100.0798 L 1460.1799,1101.6955 L 1460.5314,1102.1902 L 1459.9826,1105.6902 L 1460.8599,1107.8596 L 1460.9688,1108.459 L 1462.6292,1108.9176 L 1463.2058,1108.945 L 1463.5891,1108.6818 L 1463.9305,1108.1602 L 1466.3441,1107.8147 L 1468.1021,1108.3709 L 1470.0002,1110.6892 L 1472.3302,1111.4745 L 1472.9444,1111.6375 L 1473.0255,1111.6328 L 1479.6279,1114.8954 L 1480.0791,1117.2992 L 1480.5139,1117.5251 L 1482.6158,1116.3755 L 1484.1198,1113.4924 L 1483.752,1112.782 L 1482.6663,1113.4711 L 1481.6619,1113.0672 L 1481.8347,1109.8457 L 1481.7808,1109.4233 L 1482.8787,1108.8317 L 1483.8223,1107.2089 L 1484.4113,1103.463 L 1483.4011,1101.9372 L 1483.1617,1101.3516 L 1483.2198,1101.3211 L 1490.2027,1098.6167 L 1491.2697,1099.2747 L 1492.6313,1101.3894 L 1495.0139,1102.1662 L 1494.9685,1104.0317 L 1495.3081,1104.5733 L 1495.0826,1105.0039 L 1494.8571,1105.4363 L 1499.5862,1108.1031 L 1500.1008,1108.4178 L 1500.7571,1107.8811 L 1502.3589,1107.2748 L 1503.5226,1107.4217 L 1504.6979,1107.4573 L 1505.2613,1107.2839 L 1505.8006,1107.59 L 1505.839,1108.8405 L 1505.8305,1109.4691 L 1506.3656,1109.4144 L 1506.848,1109.1728 L 1509.2222,1108.3303 L 1510.34,1108.9254 L 1512.3488,1112.9017 L 1516.0736,1116.4103 L 1517.9482,1121.1816 L 1516.021,1122.7294 L 1515.384,1122.7306 L 1516.224,1123.5202 L 1517.9954,1123.7618 L 1518.5159,1124.0646 L 1518.0944,1126.3758 L 1517.6358,1127.5718 L 1517.3114,1128.0695 L 1517.2105,1130.3361 L 1516.6117,1130.3637 L 1513.8369,1131.3671 L 1513.2153,1132.9553 L 1511.7439,1133.8411 L 1511.8906,1134.4611 L 1510.5873,1135.8312 L 1510.7699,1138.9581 L 1511.6133,1140.6073 L 1509.7771,1143.8108 L 1509.9607,1144.4278 L 1510.1704,1146.3437 L 1511.5698,1147.6465 L 1511.5471,1149.5196 L 1513.9933,1151.4774 L 1514.3602,1154.0272 L 1514.1915,1155.2343 L 1512.3868,1158.4914 L 1512.4637,1159.7256 L 1512.0666,1160.2181 L 1514.2656,1160.8495 L 1514.7102,1160.4747 L 1515.2599,1160.2962 L 1516.7743,1158.3343 L 1520.1672,1159.8357 L 1521.9709,1162.4072 L 1524.8558,1161.2985 L 1526.0423,1161.476 L 1527.3537,1162.8508 L 1527.1971,1164.0749 L 1526.8434,1165.2854 M 1336.456,1121.6086 L 1336.585,1120.5509 L 1336.5098,1119.9396 L 1336.8169,1118.1256 L 1336.3103,1115.7361 L 1336.0021,1115.2887 L 1335.0375,1113.9845 L 1334.8296,1111.598 L 1336.5439,1109.8327 L 1336.9557,1109.3701 L 1336.9561,1108.2918 L 1336.7909,1107.7633 L 1336.3968,1106.7271 L 1336.3592,1106.3638 L 1336.3216,1106.0005 L 1336.574,1105.1442 M 1468.7492,1242.1075 L 1468.1631,1242.3296 L 1465.3545,1243.6217 L 1462.9101,1243.9035 L 1460.5107,1241.0303 L 1458.1778,1240.5362 L 1456.4227,1237.9892 L 1455.8234,1238.8765 L 1454.7981,1239.2116 L 1451.8594,1238.8341 L 1450.9301,1239.4406 L 1449.2155,1238.9396 L 1449.0693,1238.487 L 1448.8207,1237.5727 L 1448.3013,1237.3771 L 1446.9327,1235.1548 L 1446.6291,1234.1342 L 1446.5851,1233.6006 L 1446.087,1233.4653 L 1444.2286,1233.1306 L 1441.5028,1231.6197 L 1440.9832,1229.1068 L 1440.4596,1228.7668 L 1436.8831,1226.2795 L 1436.3236,1227.0824 L 1437.378,1229.3607 L 1437.0886,1230.4877 L 1428.2683,1227.6164 L 1427.8145,1226.5358 L 1426.0493,1226.1785 L 1425.5664,1225.0611 L 1427.4528,1223.6089 L 1428.6743,1220.841 L 1428.1213,1220.904 L 1426.0205,1220.3088 L 1426.0856,1219.6613 L 1427.4288,1212.6442 L 1426.8623,1210.7789 L 1428.1331,1207.1056 L 1428.5218,1202.5631 L 1428.4544,1201.948 L 1427.7766,1194.5629 L 1427.9685,1193.9632 L 1429.1278,1190.3742 L 1429.7228,1189.322 L 1428.1265,1186.0906 L 1428.528,1184.3158 L 1427.97,1184.0871 L 1427.7849,1182.369 L 1426.2019,1180.5196 L 1426.1885,1179.877 L 1427.5367,1175.6286 L 1428.648,1175.1259 L 1429.8664,1175.3768 L 1428.8802,1173.7113 L 1427.2754,1172.6843 L 1426.0394,1172.5859 L 1425.2222,1173.5487 L 1424.9513,1174.025 L 1423.9978,1175.3544 L 1423.7583,1175.939 L 1422.0484,1178.5154 L 1420.8428,1178.7747 L 1418.9164,1180.2778 L 1417.1676,1179.915 L 1416.1014,1178.409 L 1416.0251,1179.5287 L 1417.6017,1181.4731 L 1417.0479,1181.6717 L 1415.9338,1181.9039 L 1414.1252,1180.446 L 1411.9157,1179.8947 L 1411.3433,1179.8162 L 1410.43,1177.1662 L 1409.5138,1177.5123 L 1408.965,1177.7495 L 1407.9608,1178.3934 L 1407.8853,1178.9995 L 1407.3715,1179.029 L 1406.0273,1178.3545 L 1406.1654,1177.7936 L 1404.2332,1176.7988 L 1404.0057,1177.3481 L 1402.3135,1177.5695 L 1402.1622,1178.1465 L 1401.8048,1178.4241 L 1401.0332,1178.2119 L 1400.8859,1177.6219 L 1398.5291,1177.3775 L 1398.273,1176.2351 L 1397.6833,1176.0974 L 1396.6547,1175.4694 L 1396.1192,1174.3628 L 1395.9774,1174.0564 L 1395.6978,1173.8695 L 1395.1719,1173.7413 L 1394.2023,1173.2537 L 1393.628,1173.0824 L 1390.1229,1173.1791 L 1388.9493,1175.916 L 1387.9117,1176.4917 L 1387.3377,1176.3601 L 1385.8293,1174.5337 L 1384.8364,1175.174 L 1384.3567,1174.8272 L 1384.467,1174.237 L 1387.0817,1173.3436 L 1387.9442,1170.483 L 1388.4832,1170.1539 L 1390.9811,1166.5144 L 1391.0574,1166.0021 L 1391.0661,1164.9784 L 1391.2716,1162.4971 L 1390.672,1161.39 L 1391.5272,1159.7411 L 1391.2929,1158.4993 L 1391.1261,1157.889 L 1389.5758,1155.3311 L 1388.8151,1152.9243 L 1388.6489,1152.3404 L 1388.5169,1150.054 L 1388.9555,1149.6322 L 1390.447,1148.698 L 1392.857,1148.7248 L 1392.5951,1148.1603 L 1391.5453,1147.5417 L 1389.6717,1143.0557 L 1387.9,1143.3625 L 1386.7054,1141.61 L 1385.1835,1143.632 L 1382.7933,1143.5978 L 1383.8608,1136.6041 L 1384.8943,1134.2711 L 1384.4606,1133.9343 L 1383.8475,1134.0224 L 1382.6421,1134.1088 L 1382.0553,1135.2086 L 1380.9861,1135.8417 L 1378.5348,1136.1324 L 1376.8742,1136.9424 L 1376.6409,1136.6874 L 1376.2552,1136.2208 L 1375.9225,1134.4248 L 1375.7281,1133.8779 L 1374.8112,1131.1276 L 1374.4779,1130.5808 L 1371.4957,1130.3081 L 1370.9698,1130.4873 L 1369.9449,1130.091 L 1369.7112,1129.5051 L 1368.5528,1125.896 L 1367.9284,1125.9255 L 1366.1131,1125.6801 L 1364.5797,1126.6794 L 1364.0334,1126.9866 L 1361.9848,1128.2467 L 1360.7706,1128.3915 L 1360.2336,1128.5231 L 1358.243,1129.4618 L 1357.8709,1129.8871 L 1355.0651,1131.7555 L 1354.3301,1132.6774 L 1351.7755,1134.145 L 1349.4404,1133.8905 L 1349.4878,1133.255 L 1349.4649,1131.9819 L 1348.9027,1132.1561 L 1343.1904,1133.4757 L 1342.0819,1134.1002 M 1432.9475,767.095 L 1433.3999,766.88254 L 1434.8418,770.37126 L 1437.6949,771.69267 L 1437.5866,773.52905 L 1439.3151,773.42104 L 1439.4297,774.52059 L 1439.8975,774.89847 L 1439.897,775.99008 L 1440.8201,776.48031 L 1441.2042,776.0629 L 1443.4232,775.06324 L 1444.623,775.34632 L 1446.2073,776.26761 L 1447.9925,775.88022 L 1448.6083,775.87277 L 1449.1734,775.37752 L 1449.9217,774.74829 L 1450.008,774.25957 L 1451.7782,773.68598 L 1452.9544,772.29944 L 1453.816,772.58744 L 1453.8932,773.0466 L 1454.8559,772.92745 L 1455.6011,773.72773 L 1455.7485,774.26085 L 1456.1231,774.77225 L 1458.3085,778.56453 L 1458.236,779.19047 L 1457.6844,779.56231 L 1458.7891,781.49781 L 1458.5309,782.01047 L 1458.8704,782.77904 L 1459.3269,782.92523 L 1460.849,785.35132 L 1460.6756,785.91368 L 1462.9572,785.16317 L 1463.3911,786.20274 L 1463.1461,786.75208 L 1463.6774,787.21126 L 1465.3908,787.36074 L 1466.1715,787.99695 L 1466.6902,788.24679 L 1466.7889,790.98459 L 1466.6778,791.53144 L 1467.6995,790.79828 L 1469.5171,791.40601 L 1470.0153,791.80813 L 1469.8914,793.63718 L 1470.4244,794.71272 L 1470.2925,795.31131 L 1471.5551,796.64916 L 1472.1162,796.90609 L 1470.6644,798.07269 L 1469.2664,800.87709 L 1469.1636,801.49509 L 1468.7995,802.51175 L 1467.499,803.48957 L 1467.3238,804.01699 L 1466.9887,805.17149 L 1465.7863,804.89399 L 1464.8421,805.67988 L 1464.792,806.8502 L 1465.6304,808.48047 L 1465.8571,809.05016 L 1466.3766,812.10928 L 1466.6296,812.68178 L 1463.856,814.2912 L 1461.959,812.58432 L 1460.7571,812.80933 L 1460.9231,814.00535 L 1462.3552,815.28699 L 1462.2039,816.52872 L 1461.1816,817.26874 L 1461.7723,819.07417 L 1462.1753,819.57067 L 1463.5743,820.22368 L 1464.0611,820.44228 L 1464.7577,819.49416 L 1467.057,818.92992 L 1467.534,818.58359 L 1468.4649,816.91307 L 1468.1989,815.02745 L 1468.6062,814.52973 L 1469.2322,814.36106 L 1469.8478,814.16394 L 1470.4519,814.33364 L 1470.7431,815.54032 L 1470.5489,817.97402 L 1470.5911,818.59342 L 1470.7588,819.68272 L 1473.0657,820.28959 L 1473.5557,819.91774 L 1473.5619,820.55025 L 1473.7075,821.16781 L 1474.1314,820.89155 L 1474.5033,821.65564 L 1474.504,822.15795 L 1475.943,821.20717 L 1478.2995,821.66101 L 1478.8849,821.79251 L 1479.2545,823.00317 L 1480.4238,823.35996 L 1482.6792,822.41541 L 1483.4113,820.08506 L 1483.9449,820.07617 L 1482.9526,824.43679 L 1483.1153,825.06188 L 1484.3539,826.18645 L 1486.1379,825.70411 L 1486.9259,824.76488 L 1487.4152,826.16892 L 1487.9925,826.18036 L 1489.897,826.33151 L 1489.9375,826.96086 L 1489.9229,827.09195 L 1490.476,827.12056 L 1490.7313,827.60658 L 1490.9869,829.01328 L 1491.3131,829.40377 L 1488.7508,831.6995 L 1488.3723,832.14339 L 1488.9091,832.40982 L 1489.5033,832.33486 L 1492.4492,834.45132 L 1493.5202,834.88608 L 1493.1694,835.33602 L 1491.8306,837.17667 L 1491.5557,837.71907 L 1491.5864,839.51244 L 1493.7912,841.60017 L 1494.9378,841.82466 L 1495.1768,842.39242 L 1495.098,845.93322 L 1496.1757,846.54651 L 1497.6874,845.68296 L 1497.9535,846.2389 L 1497.7332,846.75092 L 1497.5165,848.26914 L 1496.9933,848.96948 L 1497.3405,849.84379 L 1499.6878,850.36847 L 1499.8309,850.95496 L 1502.4579,848.57984 L 1502.9855,848.9043 L 1504.4724,849.90843 L 1505.0767,851.50183 L 1505.6736,851.55976 L 1506.2235,851.21196 L 1506.8663,851.10595 L 1507.228,851.01591 L 1508.2106,852.67529 L 1512.6069,855.35669 L 1513.1348,855.7297 L 1512.7047,856.37608 L 1513.3154,856.51752 L 1514.5962,858.59721 L 1516.9949,860.3426 L 1518.6294,862.96389 L 1519.3236,863.81979 L 1519.6003,864.29602 L 1520.0103,865.4578 L 1517.1115,867.59785 L 1516.7739,869.40164 L 1516.6727,870.00951 L 1515.1525,870.98665 L 1514.6442,871.31108 L 1514.0811,871.57062 L 1513.5167,871.82502 L 1513.1385,872.20208 L 1511.2686,873.22386 L 1510.4604,874.0004 L 1510.4006,874.03872 L 1509.9554,874.46704 L 1508.1645,876.1718 L 1507.709,876.30653 L 1506.9805,876.91418 L 1506.4953,877.35556 L 1504.7686,878.29949 L 1502.9461,879.96919 L 1506.826,886.61703 L 1506.383,887.80496 L 1504.7566,888.8361 L 1504.2131,889.19408 L 1501.7911,890.92098 L 1501.3563,891.332 L 1501.4758,891.8812 L 1501.7787,893.40431 L 1500.6735,893.51524 L 1500.0166,894.46436 L 1504.4829,898.61402 L 1504.8894,899.06822 L 1510.4595,904.36728 L 1512.1798,902.86945 M 1017.9852,709.16211 L 1017.3204,709.21722 L 1012.6753,711.63565 L 1007.4929,712.80727 L 1005.1899,715.04482 L 1002.8462,716.1168 L 1003.0867,716.72148 L 1003.8753,718.49754 L 1003.5574,720.98071 L 1004.3407,722.01465 L 1012.2358,722.40394 L 1012.7159,722.85214 L 1014.8583,727.55151 L 1012.5254,733.49856 L 1013.1901,733.44639 L 1015.4819,732.12023 L 1017.4516,731.95305 L 1018.4752,732.60976 L 1019.0647,732.79825 L 1018.4736,733.9208 L 1017.8595,736.96638 L 1018.7175,738.6118 L 1017.9141,740.25298 L 1018.933,741.82109 L 1018.553,746.86359 L 1018.1342,747.1995 L 1016.8697,748.19799 L 1016.2107,748.19726 L 1013.6359,748.4611 L 1011.5363,743.04449 L 1005.0129,748.41814 L 1002.267,745.64532 L 1002.3477,746.29652 L 1002.5107,747.59891 L 1000.7173,751.1079 L 1000.0006,755.64521 L 1000.6066,755.49058 L 1001.8102,755.14658 L 1002.2254,755.60605 L 1003.749,759.5566 L 1002.824,761.74865 L 1003.9789,762.17163 L 1004.8003,763.88696 L 1006.4431,764.86999 L 1007.6016,767.8235 L 1007.1308,768.25064 L 1005.421,769.06229 L 1004.532,771.30199 L 1003.9588,771.48772 L 1002.1746,771.67038 L 1001.7784,771.20248 L 1000.868,770.47451 L 999.63701,770.53428 L 998.97433,770.51493 L 995.1721,771.45034 L 990.81955,774.24172 L 990.27961,773.89673 L 989.0394,773.6385 L 987.28722,774.12619 L 984.67331,772.29352 L 984.65648,772.26892 L 984.10136,771.94885 L 980.29634,769.67881 L 977.9736,772.69124 L 977.93298,774.47146 L 974.49277,776.12844 L 974.24007,776.66285 L 974.56971,777.59875 L 976.26773,778.14227 L 976.61179,778.69649 L 977.04126,779.89844 L 976.1155,782.32994 L 975.8027,782.87945 L 971.94175,784.85548 L 969.12677,782.39459 L 967.35384,782.61937 M 902.51265,788.66973 L 902.1467,787.75797 L 901.92652,787.27049 L 899.7107,783.04757 L 899.49116,782.48939 L 899.3526,781.87587 L 897.61775,778.65572 L 895.97553,775.92001 L 894.70483,775.6754 L 891.81937,772.30065 L 891.96337,771.83801 L 892.00791,770.85026 L 891.8715,770.3074 L 889.43741,768.92792 L 888.93353,769.0304 L 888.47179,769.25404 L 888.41864,769.86846 L 886.13563,770.71186 L 884.26223,770.62047 L 883.21145,769.94618 L 883.11604,770.50202 L 881.68438,772.94644 L 877.78193,768.86015 L 874.85927,768.15444 L 874.58885,767.56795 L 873.18086,762.64406 L 874.6301,762.17744 L 874.74779,761.57182 L 875.82931,758.6991 L 876.66763,757.79133 L 874.70248,755.58219 L 874.76791,754.53318 L 876.17362,752.92898 L 876.59702,752.56388 L 876.57589,751.33522 L 875.5265,749.85407 L 875.16334,747.9956 L 871.93483,744.14641 L 875.69885,744.22647 L 877.86949,741.2191 L 878.05323,740.62244 L 877.48267,740.41223 L 875.46146,737.51941 L 874.80751,737.66597 L 872.20018,738.26908 L 873.03913,736.68473 L 872.60232,736.25226 L 871.50042,733.44304 L 871.33592,732.82869 L 869.89073,730.73903 L 869.88642,727.72683 L 866.87493,725.51276 L 867.19495,724.54537 L 867.45802,723.9948 L 870.68969,720.35876 L 870.92075,718.03716 L 870.43674,718.26686 L 869.22425,719.19081 L 869.03558,718.56866 L 868.75719,717.29828 L 865.39734,711.71739 L 864.83563,711.44535 L 863.61782,711.59356 L 862.76306,712.4894 L 861.64838,715.85894 L 861.22738,715.93339 L 860.80006,715.93063 L 860.61987,715.34139 L 859.61604,714.6146 L 859.26755,712.20705 L 860.13776,709.33653 L 859.53847,709.24457 L 857.73302,709.0217 L 856.78145,707.59183 L 856.23278,707.88415 L 855.05837,708.21688 L 853.24899,707.80074 L 852.64844,707.73717 L 851.00331,707.00928 L 850.64382,707.51081 L 849.03981,710.07936 L 847.92741,710.63556 L 848.41674,712.31965 L 844.04179,712.99275 L 843.1631,710.79959 L 842.5437,710.64122 L 842.29404,708.77874 L 843.3791,708.11877 L 843.75214,706.93401 L 841.52544,704.75081 L 843.53095,699.54976 L 843.71646,698.94754 L 843.41213,698.45958 L 844.39901,697.18299 L 844.13277,696.66143 L 841.47369,698.02647 L 841.04852,698.3453 L 840.19375,698.93025 L 839.58244,698.96489 L 837.35966,697.96374 L 836.19677,698.47938 L 834.2463,698.21732 L 827.72577,695.52676 L 827.34058,695.97535 L 825.67154,696.54011 L 824.75249,698.03763 L 824.14105,697.82625 L 820.02336,694.89316 L 819.74738,695.46151 L 817.42704,697.60407 L 816.7908,697.56967 L 816.32084,696.66809 L 817.13537,694.99102 L 815.46733,693.22622 L 814.20448,693.24304 L 812.38751,695.76928 M 1127.3522,1123.676 L 1130.8067,1124.2292 L 1131.8394,1123.6541 L 1132.8062,1124.3339 L 1133.3946,1124.2693 L 1137.1748,1124.0532 L 1136.716,1123.6222 L 1136.9802,1122.429 L 1138.659,1121.7514 L 1139.4989,1120.8313 L 1140.706,1120.7756 L 1141.015,1121.3286 L 1141.5696,1120.8166 L 1141.9239,1120.9115 L 1142.4487,1118.5906 L 1144.0556,1116.9082 L 1144.1397,1116.3134 L 1144.9521,1117.0602 L 1146.6309,1117.1968 L 1147.1774,1117.024 L 1150.0736,1115.7164 L 1150.638,1115.4042 L 1151.1741,1114.4893 L 1151.6363,1112.6146 L 1151.6811,1111.9701 L 1152.1959,1111.631 L 1153.3429,1111.9695 L 1155.2937,1114.3487 L 1155.5002,1115.5623 L 1156.046,1115.8425 L 1157.3862,1111.4256 L 1158.8535,1111.4711 L 1159.2969,1111.1792 L 1160.272,1112.798 L 1160.7417,1113.2305 L 1162.34,1115.1193 L 1163.5132,1114.7436 L 1164.6228,1115.2787 L 1165.7,1114.7292 L 1167.2223,1115.331 L 1167.4302,1115.8475 L 1168.3414,1115.0294 L 1171.3598,1115.0643 L 1171.9385,1115.2701 L 1172.5403,1115.1176 L 1172.9123,1113.9482 L 1174.9175,1111.6215 L 1177.1157,1110.5321 L 1177.6835,1110.279 L 1178.3927,1113.3121 L 1179.871,1114.457 L 1180.2822,1114.9421 L 1183.6147,1115.6931 L 1184.589,1116.4503 L 1185.6849,1116.0006 L 1186.2947,1114.9128 L 1187.5317,1117.8877 L 1187.7908,1118.4828 L 1188.5001,1119.5076 L 1188.6701,1120.1092 L 1188.428,1120.6056 L 1189.0129,1123.1802 L 1189.5457,1123.4999 L 1192.4326,1126.6391 L 1193.639,1126.5062 L 1195.3511,1124.7612 L 1195.9202,1123.0317 L 1198.1739,1122.1027 L 1198.7012,1119.619 L 1199.3682,1118.6548 L 1200.5273,1118.5269 L 1200.9008,1118.9825 L 1202.1949,1120.2163 L 1203.3444,1120.5376 L 1202.8067,1121.5696 L 1203.0565,1122.6438 L 1203.6514,1122.5192 L 1204.6896,1122.62 L 1205.1943,1122.4809 L 1205.7309,1122.7374 L 1206.8885,1122.75 L 1208.1583,1123.923 L 1209.9082,1123.7644 L 1210.2831,1123.3864 L 1211.8827,1124.4212 L 1212.985,1124.1802 L 1213.9402,1123.5037 L 1213.8608,1120.4896 L 1214.3853,1118.732 L 1214.3982,1118.1168 L 1215.0005,1118.0444 L 1216.2403,1116.8633 L 1217.7571,1117.8697 L 1218.3722,1118.9313 L 1220.0795,1118.4231 L 1220.048,1120.8956 L 1220.2079,1121.4943 L 1221.2103,1120.8474 L 1222.6625,1122.7107 L 1224.9168,1123.4842 L 1227.3076,1123.5209 L 1227.8115,1123.1804 M 1098.3901,727.55009 L 1097.875,727.9431 L 1094.1624,729.12488 L 1092.27,731.63822 L 1089.7668,732.29935 L 1089.2773,731.87556 L 1088.6329,731.77132 L 1088.2632,731.24282 L 1086.8615,728.50757 L 1084.2085,726.72318 L 1081.6962,726.43548 L 1080.3189,724.31979 L 1079.7289,724.66235 L 1079.2787,727.01081 L 1079.5185,729.40867 L 1079.0461,730.47726 L 1079.7615,731.48908 L 1079.507,732.06359 L 1078.1372,733.25131 L 1074.5671,734.36031 L 1074.0233,734.33 L 1072.4191,734.08782 L 1071.8138,733.89156 L 1070.7617,732.5021 L 1070.7091,729.3847 L 1065.1591,726.46084 L 1065.3258,725.90707 L 1065.757,724.23402 L 1064.5354,722.29703 L 1064.0203,721.95975 L 1062.752,720.65451 L 1060.3382,720.38228 L 1059.536,718.76134 L 1059.1255,718.27492 L 1056.6751,717.63007 L 1053.5592,718.05165 L 1051.8132,718.83426 L 1049.8913,718.79585 L 1049.7582,718.15885 L 1045.4688,714.12503 L 1044.3331,711.7959 L 1043.1491,711.21042 L 1042.5647,711.49426 L 1038.3744,713.25837 L 1037.6096,714.29407 L 1035.757,714.71879 L 1034.8749,715.66105 L 1033.2891,714.63405 L 1031.164,712.17786 L 1028.6499,711.43285 L 1026.5876,709.82966 L 1026.0656,709.42523 L 1024.8684,708.86163 L 1024.3643,707.68418 L 1023.7567,707.75528 L 1017.9852,709.16211 L 1018.0552,708.54192 L 1018.1742,705.45273 L 1015.6181,701.1466 L 1013.8781,701.48795 L 1013.7934,699.02758 L 1013.4892,698.63331 L 1012.8742,698.83668 L 1009.1764,700.00988 L 1006.5951,700.05999 L 1005.1565,698.88411 L 1003.9021,698.68662 L 1001.9668,700.19686 L 1001.3496,700.00287 L 1000.8575,698.85125 L 997.14876,697.97445 L 996.56491,698.25436 L 995.89628,699.30766 L 988.84377,698.83228 L 987.78173,699.52587 L 987.11209,701.24757 L 985.42444,701.01308 L 984.83414,701.2394 L 983.28392,702.2235 L 982.1929,701.66128 L 980.38555,701.69121 L 979.76551,698.81085 L 978.54821,698.69361 L 976.83133,699.37688 L 976.20054,699.26671 L 974.94299,699.49718 L 973.89576,698.77771 L 970.74305,699.1097 L 970.36812,696.79428 L 969.29861,696.64783 L 968.67617,696.85208 L 967.94389,697.76945 L 968.15053,702.14188 L 963.85327,703.39612 L 962.97535,704.33454 L 962.73328,705.59284 L 961.70654,706.39255 L 961.09891,706.19435 L 959.7123,704.92581 L 959.94905,703.70035 L 959.43113,703.33058 L 955.66597,702.61894 L 954.8217,701.6876 L 953.30969,696.93189 L 952.47315,696.0288 L 952.20552,695.4568 L 952.76608,695.13997 L 953.30438,694.79048 L 953.00144,694.21543 L 951.40794,690.66982 L 951.30621,688.74616 L 948.97056,687.6179 L 946.35424,687.49126 L 944.14829,686.08029 L 943.70794,685.71228 L 940.80337,683.84747 L 940.59294,684.4579 L 939.55304,687.49197 L 934.9316,689.87646 L 934.96576,689.22954 L 935.49507,688.84645 L 936.84461,687.44408 L 930.4968,681.99401 L 930.88173,681.50501 L 933.46147,678.80734 L 932.95671,678.49305 L 933.33379,677.02392 L 932.89369,676.59882 L 929.61647,673.31141 L 927.88504,672.8911 L 927.98007,672.28487 L 928.41625,671.1918 L 928.99567,669.38318 L 930.64472,668.48865 L 935.02878,663.89903 L 935.00575,663.2841 L 935.66185,662.23359 L 934.45012,660.14618 L 934.74989,659.64519 L 934.2269,658.61046 L 934.46619,657.48979 L 934.04001,657.00532 L 931.22667,654.33977 L 927.6636,652.81078 L 927.30941,652.30777 L 927.76546,649.971 L 928.68147,649.13967 L 931.0523,648.41889 L 931.52606,648.01958 L 930.39392,647.49275 L 930.5011,646.88154 L 932.60101,644.76266 L 932.64808,641.71794 L 932.12446,642.06505 L 930.95145,641.74083 L 926.99218,643.08917 L 926.97472,640.03684 L 927.08835,637.81707 L 926.22384,634.86892 L 927.72876,633.76962 L 929.60774,634.17382 L 930.53602,633.53156 L 929.53194,632.76512 L 930.17931,631.69306 L 932.84637,633.16247 L 935.21542,633.71405 L 935.44838,634.26612 L 936.07209,634.2227 L 937.00936,632.02828 L 938.85505,631.77318 L 939.78613,631.01169 L 940.10083,628.73118 L 939.84433,628.16606 L 940.17207,627.63854 L 944.7677,626.11087 L 945.75913,627.63044 L 946.86989,627.88431 L 948.11098,626.11314 L 948.42138,625.66826 L 950.51331,627.10408 L 950.89103,627.60586 L 953.39726,627.24799 L 955.92436,627.8181 L 958.24192,626.71945 L 958.80641,627.03782 L 959.63485,626.10126 L 962.09185,625.64061 L 962.41301,624.46427 L 962.75466,623.53288 L 966.61776,624.97672 L 967.23148,625.07489 L 967.49544,623.88592 L 970.58045,624.3 L 970.65257,623.06127 L 970.6198,622.43982 L 972.73818,621.92286 L 973.49413,621.06185 L 973.75948,620.53909 L 974.99361,616.51981 L 976.05122,615.99944 L 976.65759,616.23142 L 977.64308,613.07733 L 976.35567,613.05919 L 975.46952,610.58076 L 976.06476,610.58747 L 977.15793,609.29581 L 977.53463,608.85151 L 978.49367,608.12802 L 979.45878,608.87305 L 981.62601,607.91208 L 983.44627,608.26538 L 983.98861,608.56549 L 983.92281,607.27508 L 983.83626,606.62247 L 981.67801,604.39278 L 982.20151,603.26061 L 984.02594,604.31123 L 984.73582,603.29674 L 982.98086,599.13944 L 983.21597,597.39535 L 983.48929,596.85968 L 983.33023,596.38354 L 982.91442,594.95486 L 983.40552,593.31171 L 984.91589,592.42688 L 985.36042,592.04162 L 985.90846,591.15787 L 986.18077,590.70616 L 986.9667,587.43721 M 1013.9695,1258.7938 L 1014.1954,1260.5862 L 1012.7331,1261.5755 L 1012.8134,1262.8123 L 1012.1781,1263.8727 L 1011.228,1263.3317 L 1009.2036,1263.2044 L 1009.1717,1263.2209 L 1008.8047,1263.7003 L 1007.0204,1266.8313 L 1006.454,1267.0003 L 1004.7141,1267.0524 L 1003.7806,1265.6109 L 1002.4312,1266.5538 L 1000.8782,1266.8512 L 1000.158,1266.0557 L 999.78266,1265.6556 L 997.81853,1264.3726 L 995.89274,1267.5323 L 995.46503,1267.2328 L 995.85908,1266.0341 L 995.27637,1265.0986 L 992.20249,1267.0808 L 991.36708,1269.2732 L 991.26382,1269.3148 L 990.7111,1269.6196 L 988.24993,1269.505 L 985.72219,1271.2796 L 985.12885,1272.4189 L 984.40454,1273.4107 L 984.14134,1273.9696 L 984.01202,1274.5869 L 982.39169,1276.4387 L 981.16047,1276.7573 L 980.55473,1276.7934 L 978.63969,1278.9924 L 977.45567,1279.1222 L 976.48866,1279.3973 L 977.56424,1281.9932 L 977.14515,1282.4231 L 976.09095,1282.082 L 975.70463,1279.6879 L 974.11986,1278.9027 L 973.53222,1279.0443 L 972.77438,1282.8577 L 972.20837,1282.83 L 971.68361,1282.7888 L 970.20045,1282.2404 L 967.46519,1283.6526 L 967.41053,1284.2944 L 968.22367,1285.2595 L 968.43853,1285.8633 L 968.97619,1287.0078 L 968.5533,1290.1304 L 968.84978,1291.3783 L 971.67007,1293.7947 L 971.6864,1293.8768 L 971.3784,1294.433 L 971.80711,1296.9548 L 971.12355,1298.7203 L 971.82318,1299.7768 L 973.97788,1302.0268 L 974.60159,1303.8009 L 976.10487,1304.899 L 976.33315,1305.4915 L 976.4316,1306.1207 L 975.80928,1307.1966 L 974.00205,1307.0294 L 973.12615,1308.6331 L 972.79437,1309.1693 L 969.53144,1310.51 L 968.69983,1310.0945 L 968.3845,1309.5835 L 967.80988,1309.7352 L 966.67357,1310.0716 L 965.75781,1312.1843 L 964.07256,1311.3801 L 963.3275,1310.42 L 963.1649,1309.7979 L 962.63964,1309.9677 L 961.61784,1310.3253 L 961.30175,1311.4211 L 960.31905,1311.4052 L 960.8891,1312.5259 L 960.17808,1313.549 L 959.02519,1313.8996 L 957.28908,1312.2583 L 954.92964,1311.6879 L 953.94074,1313.2234 L 950.54875,1314.2099 L 950.04828,1313.8441 L 949.56263,1314.1507 L 946.66097,1316.8906 L 946.09775,1316.8151 L 946.00044,1317.704 L 945.9173,1318.1915 L 945.37167,1318.1091 L 944.628,1319.5596 L 944.17373,1319.2185 L 943.56191,1317.0992 L 943.01147,1317.4002 L 941.81226,1317.0431 L 941.63144,1317.9326 L 943.44752,1319.5128 L 942.71031,1321.2972 L 941.0939,1321.9058 L 939.07928,1320.448 L 939.28642,1317.5272 L 939.20822,1316.9242 L 938.62501,1317.0974 L 937.42049,1317.198 L 936.68416,1316.2184 L 935.52291,1316.2348 L 934.98196,1316.518 L 933.79503,1316.3213 L 933.39377,1316.7906 L 933.99281,1319.1841 L 932.60379,1320.3639 L 932.70932,1320.9812 L 934.14971,1322.0816 L 934.66991,1323.8886 L 935.31792,1325.4691 L 934.87908,1326.4535 L 934.43443,1326.7952 L 933.67304,1328.3289 L 930.27459,1329.265 L 929.7282,1329.5355 L 928.24745,1328.4592 L 927.85492,1327.98 L 926.74467,1325.216 L 927.49619,1323.5897 L 925.95482,1321.7827 L 925.57938,1321.3048 L 923.93691,1321.7605 L 922.83184,1321.4817 L 922.47323,1320.3559 L 921.09763,1319.3848 L 919.7791,1322.1348 L 918.69061,1322.6918 L 918.38161,1324.5455 L 915.62901,1326.9035 L 915.05199,1327.0995 L 914.71009,1326.9624 L 914.29668,1327.3602 L 911.05426,1329.4837 L 910.43447,1329.5277 L 908.06263,1331.559 L 906.37182,1334.2319 L 903.94608,1329.9105 L 901.18601,1329.1219 L 899.5319,1329.6097 L 897.36366,1328.4802 L 896.77589,1328.3224 L 897.05478,1327.848 L 897.16449,1325.1806 L 897.7105,1324.9198 L 899.51608,1323.354 L 899.50507,1322.1075 L 898.44898,1321.6319 L 899.64705,1317.56 L 899.13799,1317.4091 L 896.95912,1318.3486 L 895.67551,1319.6609 L 893.8736,1319.596 L 893.49019,1319.1146 L 893.22015,1319.6546 L 892.87483,1322.031 L 892.07776,1322.707 L 891.88011,1322.1326 L 891.33333,1321.0502 L 889.72073,1320.3304 L 888.13899,1321.7565 L 886.90208,1319.701 L 885.86104,1319.7858 L 885.09118,1318.8897 L 884.51315,1318.9116 L 884.06748,1318.5368 L 883.63371,1317.4416 L 883.82731,1314.5671 L 883.38898,1314.9422 L 882.55889,1315.746 L 881.37107,1314.6839 L 880.33801,1315.1457 L 878.26328,1313.4088 L 877.69563,1313.3914 L 876.72596,1313.6339 L 876.40873,1313.1884 L 875.02895,1311.9821 L 875.56105,1309.6248 L 874.36956,1308.2149 L 873.36168,1307.5322 L 872.18019,1307.5369 L 871.45614,1306.5507 L 872.04821,1306.378 L 873.07646,1304.116 L 874.27162,1304.2544 L 876.53363,1303.2788 L 877.74447,1303.3005 L 878.18723,1302.8809 L 878.03994,1300.4257 L 877.94124,1299.3303 L 874.67895,1299.6096 L 874.12623,1299.6926 L 873.57996,1299.9845 L 871.67619,1301.5766 L 869.28714,1302.1395 M 744.26314,1374.444 L 742.60802,1371.1451 L 742.38303,1368.6647 L 742.51602,1368.0554 L 742.43529,1367.4229 L 742.26067,1366.8113 L 743.47215,1366.6465 L 744.28617,1365.7404 L 745.70961,1359.6611 L 746.65523,1358.8598 L 747.56049,1356.1106 L 747.39827,1355.492 L 750.35067,1352.1545 L 751.95125,1351.1653 L 751.83155,1350.5948 L 751.32046,1349.5651 L 751.82345,1348.6489 L 751.21366,1348.596 L 739.01812,1347.4666 L 738.69203,1346.9419 L 734.19229,1343.9483 L 734.16056,1343.9443 L 727.65989,1343.7814 L 727.06696,1343.7786 L 726.4872,1343.5782 L 723.53717,1342.8352 L 721.15535,1343.0238 L 720.12176,1343.6709 L 718.29811,1343.4887 L 718.29096,1342.8324 L 718.23612,1334.3073 L 716.83815,1329.9554 M 577.95238,674.59798 L 580.88894,675.96483 L 581.61415,677.01463 L 582.87308,677.29372 L 583.67461,678.94602 L 585.59776,679.23409 L 587.21819,680.2897 L 590.32041,681.05436 L 590.70806,680.69685 L 590.47939,679.68101 L 590.42045,679.16496 L 596.35061,679.86258 L 597.87076,681.05249 L 598.53523,681.09843 L 598.6049,681.14489 L 602.0633,681.24439 L 602.59881,681.47052 L 603.82722,681.69583 L 605.44625,681.05189 L 606.1504,682.04327 L 607.29709,682.26235 L 608.12092,682.94432 L 609.25392,683.00778 L 609.78789,683.2047 L 610.28915,683.38816 L 610.82585,683.37614 L 614.13832,681.91342 L 613.34502,680.24528 L 611.6298,679.50724 L 612.91036,677.61104 L 613.19081,677.09748 L 614.35667,677.2425 L 615.62945,678.5027 L 616.73824,678.78035 L 616.712,677.61247 L 621.46132,681.68328 L 621.63448,682.30335 L 621.61819,682.91802 L 625.23216,683.89815 L 625.83125,684.08671 L 627.9311,684.90242 L 628.4345,685.15271 L 628.37895,682.22631 L 628.92798,681.98097 L 630.7669,681.83602 L 631.37406,681.68732 L 631.92001,682.7608 L 634.30031,683.46463 L 635.13957,685.03534 L 635.5097,685.53459 L 637.90061,684.81513 L 638.91255,685.4908 L 639.74711,687.08971 L 641.58916,687.46554 L 642.06393,687.05241 L 643.72599,687.23614 L 644.89028,686.70814 L 647.34112,687.45361 L 649.87792,687.25986 L 651.9094,688.60803 L 652.46302,688.39328 L 652.86343,687.96365 L 656.68385,688.13564 L 657.34586,688.18547 L 660.26355,684.48446 L 660.65669,684.0324 L 662.1163,684.89142 L 663.14512,684.31776 L 663.72874,684.20953 L 666.59159,685.29536 L 667.20335,685.44309 L 669.04779,682.33109 L 668.62133,679.95809 L 668.57174,679.35419 L 668.85196,678.89 L 669.91807,679.07283 L 670.46523,679.15556 L 673.86852,680.6309 L 676.83346,683.73213 L 677.19836,684.2445 L 680.33079,682.41997 L 682.13109,682.78445 L 682.75271,682.78646 L 682.2234,680.98265 L 682.80368,680.44116 L 686.05043,682.42941 L 686.33819,683.63576 M 589.30243,817.32296 L 589.87944,817.07188 L 593.18294,815.36018 L 592.81635,812.92736 L 593.48228,811.26153 L 592.90362,810.99848 L 589.30662,809.99465 L 587.61515,808.17491 L 586.84904,806.17155 L 586.52033,805.72822 L 585.94784,805.61349 L 585.40637,805.2998 L 579.23665,804.48079 L 577.61836,805.42957 L 576.51137,804.87334 L 576.88983,804.36059 L 578.70271,802.6339 L 579.36495,801.64577 L 578.72204,799.32122 L 578.87276,798.71484 L 578.33176,798.49717 L 577.95741,798.05615 L 580.40817,796.33418 L 581.64388,796.29391 L 583.92478,794.30374 L 584.26719,793.78959 L 586.33194,792.02368 L 586.64621,791.54381 L 586.88012,790.98992 L 587.63072,788.74221 L 587.17609,788.33567 L 585.73724,787.4949 L 586.00329,786.43254 L 585.22828,784.79689 L 585.92751,784.02684 L 586.02316,783.51857 L 585.62704,783.19183 L 584.254,782.49344 L 584.30674,781.92608 L 585.18384,778.67291 L 584.68525,778.37544 L 583.31621,776.60954 L 582.17099,776.45131 L 581.59088,776.68293 L 581.0244,777.75711 L 578.83723,778.9134 L 578.30407,778.63604 L 575.95388,776.99245 L 574.0363,774.91682 L 573.12619,773.42311 L 572.99199,770.6263 L 573.08555,770.04897 L 572.64232,769.16329 L 572.33428,768.6338 L 570.80246,767.61643 L 568.39315,767.32276 L 567.73265,767.27722 L 565.16564,767.68652 L 563.28177,767.10475 L 565.42241,764.66919 L 567.26297,764.04786 L 568.83537,762.00307 L 569.31032,761.55818 L 571.68034,760.44751 L 572.33908,760.37486 L 575.64891,760.31941 L 578.15164,759.45466 L 578.70877,759.10044 L 579.20272,758.72452 L 582.08474,758.90749 L 584.40689,758.25489 L 584.92641,757.95206 L 586.57649,756.04022 L 589.75857,755.42862 L 593.64041,755.6047 L 593.93449,755.80592 L 594.58056,755.81595 L 595.2116,755.67666 L 598.16291,754.91645 L 600.00402,755.02737 L 603.43412,756.03305 L 604.03697,755.97636 L 606.49462,755.84665 L 609.29574,754.5823 L 610.48349,754.90341 L 611.10775,754.87424 L 611.98093,754.27504 L 612.35732,753.90056 L 612.8778,753.52178 L 613.4342,753.19755 L 614.50502,752.4276 L 614.95769,751.94949 L 616.21827,751.8106 L 617.31935,750.24102 L 617.78558,749.80054 L 617.52769,749.22164 L 615.29047,746.17329 L 614.63741,745.41801 L 614.69903,744.77667 L 614.07036,743.02761 L 613.91912,739.8414 L 612.16689,737.13106 L 612.86764,735.09684 L 613.29018,734.7222 L 613.04664,734.25477 L 612.46779,732.78859 L 611.81171,732.69707 L 606.63393,733.14085 L 604.83428,731.26676 L 602.47445,730.28259 L 601.86257,730.32322 L 598.90907,731.01806 L 598.35474,730.68763 L 594.49352,731.11455 L 590.02763,730.36222 L 589.4998,729.98995 L 588.33441,729.43142 L 586.84121,725.96301 L 588.55518,724.18244 L 588.56331,723.54653 L 585.53256,722.50646 L 586.21721,717.97318 L 592.47183,718.57603 L 594.83143,719.35385 L 595.45886,719.26935 L 600.44253,719.22355 L 601.05939,719.35224 L 602.76055,719.72668 L 603.40746,718.3988 L 603.92568,718.12843 L 605.54763,717.18132 L 607.06736,715.24103 L 606.93339,714.63581 L 605.36914,713.59963 L 604.9045,713.18097 L 604.24651,713.11649 L 598.60483,711.87931 L 595.04497,709.23706 L 592.45123,709.48669 L 590.65072,709.53966 L 590.67958,708.94899 L 588.59422,706.85429 L 588.1834,706.41951 L 588.11821,705.83949 L 588.30165,704.68558 L 587.48176,701.93868 L 586.21114,701.96129 L 585.15065,700.45497 L 585.89558,698.12378 L 585.58668,696.90571 L 585.96536,695.70702 L 585.29685,695.2999 L 583.36809,692.51455 L 583.34022,690.74254 L 580.84096,691.27232 L 578.47604,690.44172 L 575.90732,688.73821 L 575.79391,687.54459 L 575.7414,686.92934 L 577.51232,686.87538 L 578.17056,684.51311 L 576.80426,683.18746 L 576.98608,680.68331 M 593.30277,394.86283 L 593.75902,397.22557 L 593.32344,397.70412 L 590.45142,400.34984 L 590.78334,403.38829 L 591.45182,404.88655 L 592.00707,405.08047 L 592.76797,405.99293 L 591.78642,406.39054 L 591.22297,407.31861 L 593.80145,409.14525 L 594.83073,410.72083 L 596.04117,410.76956 L 596.04202,411.87947 L 596.37831,412.34909 L 597.00311,412.0651 L 598.664,414.43402 L 600.23837,415.38086 L 600.71011,415.78419 L 601.29112,415.57131 L 602.14769,416.44894 L 603.43471,416.48056 L 605.04957,419.69108 L 605.11606,419.77884 L 607.08649,419.8028 L 609.52158,420.81992 L 609.70335,421.42935 L 611.61189,421.59313 L 613.24999,420.59212 L 616.01848,417.37098 L 616.6324,417.15107 L 616.82467,415.522 L 617.55115,414.61361 L 618.13132,414.76843 L 617.66901,415.24048 L 618.10237,416.44695 L 620.5515,419.51197 L 622.35395,420.06978 L 619.05599,422.08807 L 619.44526,423.25032 L 617.04454,426.89035 L 615.80402,427.21397 L 614.68375,426.59224 L 613.54533,426.86603 L 613.31445,427.45575 L 616.18896,428.03257 L 616.78702,428.09942 L 615.99263,429.52542 L 619.83729,431.64537 L 620.27664,432.09673 L 620.03295,432.67383 L 620.66903,432.82492 L 621.32285,432.78622 L 621.93656,433.05831 L 622.18407,434.093 L 620.19682,435.80208 L 618.93459,436.19547 L 617.85314,437.82658 L 617.61428,438.42824 L 621.61508,435.52627 L 622.86181,435.69645 L 623.4782,435.55408 L 623.62577,437.12224 L 623.65026,437.65417 L 623.54425,438.16975 L 623.5143,440.08712 L 623.27537,440.69013 L 624.44402,442.88791 L 624.50378,443.51222 L 624.66372,443.92871 L 624.58552,444.36594 L 624.44789,445.1525 L 623.82527,446.29835 L 623.78198,446.94147 L 623.21821,447.27918 L 621.8397,448.63389 L 622.63597,449.63408 L 624.51585,450.0363 L 625.44041,450.92974 L 625.48882,452.14003 L 624.87136,452.02745 L 622.58367,452.873 L 621.37186,454.94012 L 620.53139,454.6689 L 620.10483,454.88612 L 619.55269,457.22864 L 618.84285,458.88166 L 615.47651,462.48546 L 615.15192,463.00663 L 613.82282,463.20429 L 609.85764,465.58714 L 609.30408,465.95982 L 608.84926,465.95678 L 608.40988,466.06336 L 607.84777,465.78193 L 606.71567,465.31606 L 605.46236,465.50187 L 604.6743,463.85098 L 604.15314,464.13872 L 602.4115,463.99808 L 601.51097,464.7274 L 600.94403,464.53667 L 600.72178,465.08555 L 601.13662,466.15272 L 599.10672,467.00277 L 599.97583,467.64631 L 599.80632,469.42336 L 598.52768,470.74783 L 598.54303,471.3493 L 599.09801,471.55023 L 599.66665,471.71083 L 601.50807,470.95409 L 605.41321,470.45202 L 606.38037,471.29277 L 605.32796,474.31969 L 601.87321,476.34941 L 601.686,476.98075 L 601.42329,477.58708 L 600.76848,478.93984 L 600.61064,479.417 L 599.98743,479.52661 L 599.28237,480.52966 L 598.06439,480.7627 L 596.54711,478.94203 L 596.11019,479.38796 L 595.19176,481.41033 L 592.86861,483.22682 L 592.76714,484.72821 L 592.12924,484.58557 L 591.02113,485.05358 L 589.49523,487.03128 L 588.22126,486.89608 L 588.24267,487.16663 L 587.94333,488.32775 L 588.5739,489.31611 L 591.49574,489.90332 L 591.82465,490.4176 L 592.07253,490.37261 L 593.83702,490.80671 L 594.74659,490.71944 L 595.15307,490.93771 L 595.78851,492.69296 L 596.08312,493.25175 L 596.46543,494.3429 L 595.58934,495.22512 L 596.19741,496.28068 L 597.65058,497.47219 L 600.66462,498.42 L 602.78109,496.68592 L 603.36685,496.69149 L 605.94424,498.51079 L 608.1851,497.7798 L 608.82687,497.7258 L 611.25075,498.20536 L 612.2668,496.09142 L 612.86262,496.36049 L 613.95768,495.68159 L 615.40714,496.87895 L 615.64806,497.46504 L 617.92705,498.78418 L 621.72936,499.85812 L 622.69043,501.38821 L 624.5775,501.51349 L 626.12684,500.58126 L 626.58896,500.15203 L 629.20473,499.91595 L 630.21622,499.11697 L 630.62246,498.62265 L 630.82642,498.92737 L 628.6454,501.79483 L 628.22538,502.28319 L 626.85515,503.49936 L 627.45149,506.39962 L 628.03949,506.62854 L 629.38073,506.40875 L 629.74071,505.8867 L 631.01055,506.08954 L 632.48499,507.35896 L 632.98759,509.17898 L 633.79648,510.17462 L 635.62111,511.3291 L 636.12026,511.58817 L 636.97916,512.31401 L 637.32431,512.75992 L 637.90167,513.04246 L 641.40094,514.35359 L 641.47012,515.58301 L 640.86415,515.35105 L 638.88578,516.81704 L 638.24787,518.56193 L 636.78484,519.75079 L 636.84496,520.37368 L 637.04066,520.95192 L 638.15423,524.33668 L 640.54776,525.08058 L 641.002,526.15261 L 640.3789,526.19906 L 639.35366,526.52885 L 639.52174,529.49522 L 638.68761,531.08322 L 638.08688,531.33133 L 637.26381,532.26243 L 636.63019,534.61945 L 636.74807,536.51854 L 634.59949,538.88734 L 632.69325,539.31244 L 632.27711,539.65403 L 626.32596,546.18147 L 626.31667,546.81202 L 625.76826,548.1432 M 1325.5964,542.57332 L 1323.1661,541.63759 L 1323.04,541.11922 L 1321.1447,540.27129 L 1321.2955,539.31519 L 1321.9463,538.55058 L 1321.3109,538.58372 L 1315.8268,538.83251 L 1314.9485,539.59945 L 1314.3183,539.52296 L 1313.6686,539.40814 L 1311.4108,540.64594 L 1309.6218,543.27837 L 1308.9725,543.39412 L 1307.7068,543.02808 L 1306.6942,540.18688 L 1306.1963,540.27558 L 1305.4583,539.65896 L 1305.0244,540.14248 L 1303.4637,541.3232 L 1302.8953,541.06318 L 1299.4308,539.70794 L 1298.7621,539.65605 L 1294.9346,538.68272 L 1294.3568,538.50353 L 1293.7359,538.26077 L 1290.4496,536.07442 L 1285.0369,530.49511 L 1284.4111,530.41565 L 1282.654,529.78388 L 1281.0628,527.66524 L 1280.6405,527.1502 L 1282.6701,524.70474 L 1282.4322,523.50986 L 1282.0931,523.02658 L 1281.8323,522.50061 L 1281.6904,522.08443 L 1281.2434,520.48331 L 1282.285,519.86065 L 1282.0816,519.305 L 1281.7982,518.78181 L 1282.9542,516.64583 L 1281.7007,514.73427 L 1282.1713,512.39918 L 1281.9899,511.7913 L 1280.2417,509.89763 L 1278.4284,509.42339 L 1273.9921,510.52048 L 1272.2232,509.7113 L 1271.5539,508.77989 L 1270.2807,511.40594 L 1263.2324,510.32162 L 1261.3152,510.70307 L 1260.7554,511.0343 L 1260.2321,511.34006 L 1257.3791,514.36198 L 1256.7951,514.06478 L 1251.9435,512.03481 L 1251.4173,511.82302 L 1250.8874,511.62432 L 1249.141,514.17049 L 1249.3474,515.88157 L 1248.7449,516.98039 L 1246.3963,518.97015 L 1245.7896,518.83753 L 1244.6099,519.20939 L 1241.0052,518.43523 L 1240.618,518.93365 L 1238.7934,520.61855 L 1237.9141,524.24952 L 1238.3278,524.72806 L 1238.08,525.21966 L 1236.5667,524.6469 L 1236.2433,525.15512 L 1234.3674,529.4902 L 1230.5431,529.02438 L 1229.5803,529.78029 L 1229.2026,529.7977 L 1227.8347,534.55462 L 1226.1054,534.18491 L 1226.0189,534.2244 L 1225.4621,533.9541 L 1222.471,533.9098 L 1222.4591,535.09344 L 1223.5482,535.6729 L 1222.9281,538.01253 L 1223.0762,540.44245 L 1223.4706,540.43318 L 1223.8644,540.44218 L 1223.6022,541.7118 L 1222.1232,543.86617 L 1219.8501,545.17598 L 1219.2454,545.27018 L 1218.7605,545.63133 L 1218.2209,545.28937 L 1215.0267,543.26534 L 1213.7476,543.15219 L 1213.2533,543.38516 L 1212.2542,542.95649 L 1211.2509,543.38619 L 1210.3291,542.57923 L 1206.8486,541.53938 L 1206.1878,541.60542 L 1203.6282,542.0819 L 1202.9934,542.13708 L 1201.3367,541.28435 L 1198.2984,541.90865 L 1197.9342,542.06718 L 1197.5793,541.88896 L 1195.6969,541.77475 L 1194.3057,540.08062 L 1194.1493,535.318 L 1193.8472,534.84463 L 1193.1923,533.9399 L 1192.1051,534.05098 L 1191.664,534.48819 L 1191.1488,534.84174 L 1190.7134,535.15562 L 1190.5156,534.56741 L 1189.2234,532.49561 L 1187.972,532.77739 L 1187.8823,532.18413 L 1187.6309,529.22891 L 1187.0156,529.30362 L 1185.788,529.47425 L 1185.5033,527.78803 L 1184.5763,526.33562 M 1329.9052,636.14359 L 1330.5057,635.87487 L 1330.391,633.99917 L 1332.1242,632.09375 L 1332.2998,631.47536 L 1330.6478,630.49402 L 1328.2511,626.68598 L 1325.0607,625.81424 L 1324.4023,625.7345 L 1323.9977,625.35274 L 1325.1158,624.73163 L 1327.6409,624.44248 L 1328.2148,624.12513 L 1330.1643,623.06803 L 1330.2453,622.47318 L 1329.8857,621.96418 L 1332.7933,619.75099 L 1333.4027,618.00035 L 1334.5436,618.69214 L 1337.2179,618.79469 L 1339.7545,619.58316 L 1340.3642,619.86148 L 1343.9186,620.9039 L 1345.7531,620.67707 L 1346.3739,620.61224 L 1346.4044,618.90881 L 1346.2441,618.35418 L 1345.9355,616.72246 L 1345.6419,616.23796 L 1347.2211,615.22202 L 1347.7511,614.11301 L 1348.3617,613.95256 L 1346.8809,612.01972 L 1346.6522,610.17989 L 1346.9389,608.96299 L 1348.2014,607.53273 L 1347.981,606.94022 L 1349.1208,604.64747 L 1349.1472,604.62361 L 1349.9116,603.60094 L 1349.9222,601.69446 L 1346.6495,599.86427 L 1346.5239,599.23688 L 1347.0069,598.84209 L 1348.5427,597.8908 L 1347.5004,595.81385 L 1347.8146,594.66187 L 1347.6648,594.29533 L 1347.9067,593.06232 L 1349.5391,591.19303 L 1347.4571,587.9946 L 1348.457,585.6663 L 1345.929,584.41566 L 1345.3473,584.57059 L 1345.2223,582.76706 L 1344.2228,581.2412 L 1343.8217,580.77185 L 1346.7413,578.1596 L 1347.2716,577.76312 L 1346.921,577.21427 L 1343.7631,576.51102 L 1341.7023,574.8742 L 1339.0743,574.49259 L 1336.276,572.81036 L 1336.5433,572.30504 L 1336.9853,568.95748 L 1335.2695,568.09903 L 1332.1046,567.71807 L 1330.3391,568.3215 L 1329.8227,567.94793 L 1329.6167,567.04712 L 1330.4262,566.47678 L 1328.638,564.01029 L 1327.5048,563.61743 L 1326.8786,563.57312 L 1327.8579,562.04685 L 1326.5793,560.76333 L 1326.4506,560.17078 L 1326.3205,559.12406 L 1326.064,558.62177 L 1321.2427,556.34021 L 1320.524,554.71141 L 1320.1103,554.24256 L 1321.2984,554.39926 L 1322.8822,553.75968 L 1323.4802,553.78977 L 1323.23,552.57374 L 1324.2017,549.64232 L 1324.1567,547.20842 L 1325.1029,546.45882 L 1325.5237,546.42984 L 1326.3744,544.83239 L 1325.8451,543.12318 L 1325.5964,542.57332 L 1326.1962,541.52283 L 1327.4343,541.93672 L 1331.8459,540.83058 L 1332.5108,540.83185 L 1340.2566,542.70891 L 1341.3034,543.02796 L 1341.919,542.95762 L 1341.5276,542.45898 L 1340.0974,538.37157 L 1341.2331,536.13905 L 1338.976,536.15385 L 1338.2807,534.42754 L 1337.9916,531.31699 L 1342.3134,530.42304 L 1342.9134,530.17957 L 1345.7758,527.83362 L 1348.9042,527.79105 L 1349.3213,527.33015 L 1348.6986,527.20907 L 1348.3533,526.04386 L 1348.514,523.13264 L 1348.2916,522.64229 L 1346.965,521.73499 L 1347.2622,521.11922 L 1343.6095,520.11843 L 1339.1658,520.44091 L 1338.5582,520.63997 L 1338.4641,520.62896 L 1338.5001,520.20897 L 1338.5342,519.79044 L 1339.7033,517.27779 L 1340.9351,517.38033 L 1341.6301,516.51138 L 1341.8102,515.94444 L 1343.9829,515.56081 L 1344.5501,515.50394 L 1344.9739,516.56441 L 1347.3661,516.71262 L 1347.9308,516.93579 L 1348.477,517.75987 L 1348.9732,517.87377 L 1350.0658,517.67215 L 1350.5984,517.82672 L 1351.3786,516.85574 L 1354.275,515.60851 L 1355.6454,514.3275 L 1356.0686,513.86689 L 1359.2114,515.93299 L 1359.5702,516.44106 L 1360.1679,515.35805 L 1361.4977,514.18324 L 1365.3017,514.36929 L 1365.867,514.67685 M 1635.9966,545.91867 L 1631.5988,546.56968 L 1631.0099,546.8517 L 1630.3349,547.05793 L 1627.7607,548.56273 L 1627.2009,548.8216 L 1626.8285,549.2384 L 1624.0453,549.85069 L 1621.3519,551.73209 L 1618.7089,552.03428 L 1618.1222,552.34841 L 1617.604,552.66317 L 1616.0865,553.62785 L 1611.6221,558.89304 L 1610.5362,559.48912 L 1610.0633,560.19382 L 1609.6522,560.67652 L 1606.7971,563.18298 L 1605.5623,563.56045 L 1603.9421,562.57937 L 1603.272,560.19208 L 1602.0705,560.63623 L 1601.8361,561.20772 L 1601.327,562.334 L 1598.6078,563.83912 L 1598.4354,564.40767 L 1597.0054,567.59298 L 1594.8032,566.32137 L 1593.304,567.4005 L 1593.2724,566.33823 L 1592.6279,566.27347 L 1592.0003,566.44006 L 1590.7881,566.39082 L 1590.0486,564.67099 L 1587.4557,564.49457 L 1587.3651,563.87545 L 1586.8298,563.57323 L 1585.6,563.73594 L 1584.0911,562.77722 L 1582.2771,564.34 L 1581.7102,564.05118 L 1580.625,563.39722 L 1580.2905,562.21851 L 1579.8576,562.7224 L 1579.4721,562.40041 L 1578.5783,561.92661 L 1577.29,561.91446 L 1575.464,561.45882 L 1575.761,560.89818 L 1575.4237,559.07241 L 1574.4002,557.49704 L 1574.695,555.63052 L 1574.2732,553.79892 L 1573.6963,553.51816 L 1572.4174,553.44444 L 1570.7513,554.39634 L 1569.4794,554.44339 L 1569.2977,554.86366 L 1569.0964,555.27797 L 1568.4699,555.48079 L 1567.5011,556.26024 L 1565.8404,559.70416 L 1567.7543,563.54119 L 1567.1037,563.85147 L 1562.7806,561.64039 L 1562.2703,561.58283 L 1561.493,560.93875 L 1560.963,561.29662 L 1559.4235,562.39159 L 1558.8645,562.74826 L 1557.3682,564.02848 L 1556.7165,563.95905 L 1555.4944,563.71408 L 1554.9441,563.95447 L 1553.5122,565.00965 L 1552.9562,564.78559 L 1551.6822,563.57858 L 1550.5882,564.05687 L 1549.9892,564.3099 L 1547.6095,565.1865 L 1546.0919,567.91274 L 1544.855,568.10623 L 1544.5727,567.53898 L 1543.9724,567.66221 L 1542.892,568.12876 L 1542.4937,567.67766 L 1542.4683,566.77913 L 1543.2784,565.86776 L 1541.5507,564.51606 L 1539.8826,565.2535 L 1539.7331,565.32845 L 1539.2939,565.80068 L 1538.6616,565.9819 L 1536.4531,565.85205 L 1535.8004,565.80362 L 1532.8678,564.50648 L 1532.2605,561.47238 L 1531.5085,560.53393 L 1529.9532,561.31134 L 1529.2396,562.29258 L 1528.0749,561.91852 L 1526.8266,565.52142 L 1526.2365,565.51942 L 1524.5787,565.95027 L 1523.398,567.21903 L 1523.2408,566.65017 L 1521.957,566.56922 L 1519.3996,566.80665 L 1519.1989,567.05067 L 1516.448,567.12986 L 1516.4958,566.59219 L 1516.9949,565.0535 L 1516.5128,564.77895 L 1516.2899,565.32649 L 1514.5209,565.63191 L 1512.7782,565.17998 L 1512.5263,565.25877 L 1513.1467,570.0483 L 1512.7004,570.49 L 1510.6645,573.51612 L 1510.1232,573.1617 L 1509.6994,572.67945 L 1508.6828,575.13274 L 1508.0859,574.93883 L 1506.8547,574.68584 L 1505.7355,573.3027 L 1506.3087,573.11841 L 1505.4137,569.93647 L 1504.9436,569.7272 L 1503.5779,570.3756 L 1503.2046,570.80292 L 1503.9713,573.34174 L 1503.3854,573.61281 L 1502.9177,574.04899 L 1502.2773,574.10858 L 1501.6357,574.05291 L 1501.2646,573.64108 L 1499.8614,572.9811 L 1499.8075,573.59099 L 1498.0172,573.81917 L 1497.0283,574.57618 L 1496.4384,573.74116 L 1495.8017,573.83257 L 1494.5185,573.93115 L 1492.9789,575.02738 L 1492.3855,574.92673 L 1491.662,575.82762 L 1490.5435,575.49294 L 1489.4187,575.82467 L 1488.8445,575.64773 L 1488.2292,574.65092 L 1488.0649,574.12039 L 1488.3631,572.67349 L 1487.7843,572.76815 L 1487.8734,571.69055 L 1486.8668,571.11436 L 1488.1694,569.00104 L 1487.8017,568.50727 L 1487.4919,567.3317 L 1487.1619,567.0093 L 1486.419,566.55677 L 1484.7211,567.84638 L 1484.3823,567.41688 L 1483.8121,566.49483 L 1483.5052,565.93311 L 1482.4877,565.82104 L 1482.5986,562.60825 L 1484.3288,562.20189 L 1485.1804,560.48321 L 1484.6019,560.23558 L 1480.9691,560.11771 L 1482.2197,561.57455 L 1480.8334,565.13997 L 1478.4551,566.14236 L 1477.4248,565.57106 L 1476.7906,565.4169 L 1475.5711,564.9775 L 1475.6895,564.52672 L 1476.0714,563.67419 L 1478.9499,560.58778 L 1479.1931,560.0373 L 1479.3514,559.76423 L 1480.878,557.80301 L 1479.5513,556.41878 L 1479.7768,553.99117 L 1481.7616,551.52666 L 1481.3448,551.39329 L 1481.0638,551.0667 L 1481.4073,550.50565 L 1481.9637,549.32192 L 1481.3451,549.49918 L 1478.2568,548.86458 L 1476.9043,547.63437 L 1476.4389,547.21605 L 1473.3435,547.52415 L 1473.1699,548.27357 L 1472.5878,548.37392 L 1471.6479,549.06447 L 1469.9268,548.71474 L 1469.7286,549.29548 L 1467.5671,550.48096 L 1466.9214,551.5283 L 1466.498,551.04803 L 1465.8542,550.9304 L 1465.3661,550.51327 L 1464.1532,549.04545 L 1464.1193,548.43514 L 1463.8521,545.45199 L 1463.6238,544.4781 L 1464.3762,542.1482 L 1465.4754,541.57739 L 1465.5731,540.9741 L 1465.1121,540.74082 L 1463.8642,539.9365 L 1463.201,539.85445 L 1461.521,538.81517 L 1459.5342,538.61255 L 1459.1038,538.22449 L 1457.8684,537.01007 L 1457.6963,536.52577 L 1457.7991,534.99805 L 1457.5969,534.38089 L 1458.1846,531.723 L 1458.7886,531.53403 L 1461.1629,530.72574 L 1462.8458,528.96273 L 1464.0378,528.69163 L 1464.6904,528.57578 L 1467.2863,528.80165 L 1468.3132,527.63715 L 1469.0084,525.51912 L 1468.4911,525.1912 L 1467.3045,524.998 L 1464.0507,526.63695 L 1463.5587,526.27578 L 1463.295,526.22364 L 1463.4016,525.61778 L 1463.6207,524.42228 L 1463.0358,523.34823 L 1462.7851,522.9312 L 1462.5254,522.5189 L 1462.225,521.98316 L 1461.5411,519.71052 L 1461.9043,519.16764 L 1462.0996,517.89071 L 1461.7484,517.3759 L 1462.9806,513.29558 L 1463.1431,512.82189 L 1464.0832,511.63035 L 1463.5538,511.32032 L 1462.3727,509.30331 L 1460.0882,507.47443 L 1459.9653,507.33609 L 1459.5504,506.95714 L 1458.3169,505.80869 L 1459.0408,504.8678 L 1457.6852,503.66689 L 1458.3274,503.01034 L 1460.031,502.64968 L 1461.3663,501.37058 L 1460.534,500.39998 L 1460.9747,498.61498 L 1464.2808,495.5424 L 1465.5831,495.35655 L 1465.6504,494.75392 L 1465.8414,493.55756 L 1465.3023,493.77689 L 1463.8064,494.65393 L 1463.4193,494.29544 L 1463.2745,493.31379 L 1463.8686,493.06062 L 1465.0751,491.7026 L 1466.203,487.07069 L 1465.7772,486.61854 L 1465.4195,483.10097 L 1464.9817,482.97577 L 1464.6901,482.64116 L 1464.5287,482.02407 L 1464.1588,480.19077 L 1465.2054,479.87243 L 1465.7072,479.61536 L 1466.3192,479.51753 L 1466.8655,479.23766 L 1467.042,477.46499 L 1464.7706,476.14286 L 1463.1526,473.43028 L 1463.1003,472.87535 L 1462.6346,472.86429 L 1462.2484,472.65744 L 1461.8584,472.46019 L 1462.4773,471.38887 L 1465.6065,470.65013 L 1468.5097,466.78057 L 1470.1834,467.28031 L 1470.7425,467.48812 L 1472.5301,467.20998 L 1473.9291,465.7114 L 1474.5432,465.78026 L 1474.7097,465.21648 L 1474.7832,464.05307 L 1472.4095,461.3169 L 1470.817,460.57716 L 1470.1981,460.49828 L 1469.1185,459.91001 L 1468.9074,459.31882 L 1471.2653,456.33851 L 1470.7651,455.48999 L 1470.3413,455.97075 L 1470.4598,455.39653 L 1472.3114,451.94936 L 1472.3453,451.37505 L 1475.3299,449.56558 L 1475.0407,449.01356 L 1473.4305,447.2427 L 1473.1256,444.88242 L 1472.5167,445.15936 L 1469.3136,445.35681 L 1469.2932,444.78681 L 1469.5967,443.10528 L 1469.8787,442.55604 L 1471.0091,441.16786 L 1471.4984,440.74418 L 1470.8211,436.65608 L 1470.1853,436.60963 L 1469.5477,436.60098 L 1468.9177,436.42985 L 1465.698,436.54738 L 1465.8409,437.02013 L 1465.0885,437.69796 L 1464.5805,437.43511 L 1462.8832,436.08029 L 1462.0203,434.44597 L 1462.8071,432.78593 L 1464.9922,431.39764 L 1464.4677,431.33807 L 1462.9915,430.92343 L 1463.4468,429.77444 L 1463.3668,429.13626 L 1462.1323,428.62483 L 1461.7791,427.43101 L 1463.5148,422.62744 L 1464.2308,420.84474 L 1463.6407,420.11971 L 1463.1661,420.20703 L 1462.2842,420.65424 L 1461.6268,420.71603 L 1459.7433,421.27034 L 1458.8419,420.51479 L 1459.2616,420.06813 L 1458.4277,417.24809 L 1459.5422,415.82 L 1460.1408,415.60782 L 1461.0394,414.87973 L 1460.6333,414.45357 L 1459.1061,412.19722 L 1458.5568,411.66337 L 1459.5129,410.02179 L 1459.1105,408.24863 L 1459.0363,407.62578 L 1463.6143,405.8285 L 1464.3653,402.74962 L 1464.5483,402.14047 L 1463.9797,400.02025 L 1463.8672,399.47784 L 1463.4966,399.28662 L 1463.1179,399.4618 L 1462.6734,399.92866 L 1462.1294,400.29113 L 1459.961,400.10055 L 1458.5473,396.59926 L 1460.6146,394.99158 L 1460.8838,393.71154 L 1460.7054,393.12212 L 1460.6614,391.91676 L 1459.9019,390.92871 L 1459.2857,390.72747 L 1457.4549,390.49519 L 1457.7262,389.43407 L 1456.8932,386.7185 L 1456.5081,386.21604 L 1454.2978,384.95431 L 1455.0933,384.32221 L 1454.911,383.4169 L 1454.8786,382.82709 L 1454.8683,381.05249 L 1453.6325,381.159 L 1452.9791,380.33204 L 1447.4996,376.88623 L 1447.0648,377.36559 L 1445.3,378.25951 L 1445.3927,379.51274 L 1444.1633,379.70777 L 1444.0833,380.33436 L 1443.0654,379.56938 L 1441.2721,380.3724 L 1439.4601,379.70018 L 1439.2467,380.1539 L 1438.5801,380.28592 L 1437.2465,380.47606 L 1434.5533,382.39476 L 1430.4941,382.45034 L 1430.1724,384.84023 L 1428.7024,386.8677 L 1428.1926,387.01614 L 1427.2929,385.79202 L 1427.551,385.25243 L 1427.1333,384.37502 L 1425.9007,384.37981 L 1423.8689,383.08219 L 1423.913,383.06756 L 1424.5484,382.88397 L 1427.0282,382.12206 L 1427.9414,383.03278 L 1429.8324,382.51732 L 1431.4565,379.87934 L 1430.3699,379.35305 L 1429.8735,379.74197 L 1426.9609,378.68503 L 1427.9444,377.82605 L 1428.2216,375.9376 L 1428.7247,375.51106 L 1428.3661,375.0043 L 1426.4696,374.66807 L 1426.2805,373.61224 L 1426.9517,372.5524 L 1426.432,372.2978 L 1426.0763,370.79826 L 1426.569,369.06097 L 1425.9994,368.77986 L 1426.6288,368.59484 L 1427.2788,368.70621 L 1427.6458,368.24492 L 1428.3834,366.66653 L 1427.9628,366.33192 L 1426.9172,366.03434 M 1480.3802,366.08764 L 1481.0168,368.39043 L 1480.8386,368.97331 L 1481.8063,368.35361 L 1482.8569,368.80146 L 1483.433,368.70121 L 1484.42,368.29471 L 1484.9606,368.20286 L 1485.7152,369.49335 L 1486.2502,369.65949 L 1485.5781,370.69772 L 1486.5117,374.21931 L 1485.1085,375.29668 L 1486.3771,377.62905 L 1486.5661,378.26049 L 1485.997,378.55655 L 1484.7941,378.97168 L 1483.7105,380.49387 L 1483.1929,382.07172 L 1482.7133,382.43265 L 1483.2121,382.72048 L 1483.7334,382.97312 L 1484.97,383.53948 L 1485.6491,387.29534 L 1484.3504,388.73913 L 1485.4425,389.3997 L 1486.4053,390.99531 L 1487.6746,390.75449 L 1488.3172,390.83505 L 1489.2601,393.57168 L 1490.5043,393.81019 L 1491.134,393.89529 L 1490.4807,393.97033 L 1489.1659,393.89484 L 1486.7061,394.73029 L 1486.6955,395.34163 L 1487.4783,396.96765 L 1490.0726,398.70891 L 1491.9997,401.15347 L 1492.3651,400.7289 L 1493.5051,399.49434 L 1494.5052,400.3213 L 1494.2439,404.09766 L 1494.0765,404.70559 L 1493.9269,406.57388 L 1495.1151,407.1346 L 1494.8583,407.50484 L 1495.1146,408.3024 L 1494.8736,409.51878 L 1497.5566,411.23489 L 1497.3977,414.2955 L 1497.7624,414.33641 L 1495.7074,416.38678 L 1495.0812,416.40181 L 1493.8245,418.38428 L 1494.3157,418.74631 L 1493.3017,419.01916 L 1492.3047,418.62816 L 1491.8975,419.03299 L 1492.1288,420.12386 L 1491.184,421.32751 L 1491.2802,421.66895 L 1491.6081,422.7361 L 1491.9955,423.15944 L 1494.5062,423.5482 L 1496.0646,425.52872 L 1497.8092,426.3334 L 1497.4042,426.80228 L 1496.2856,427.34471 L 1495.2477,428.85809 L 1494.6911,428.92061 L 1493.8155,428.47885 L 1492.6466,428.71512 L 1493.1503,429.76382 L 1491.626,430.63261 L 1491.8994,431.14801 L 1492.1186,431.73177 L 1493.1096,432.53711 L 1492.6826,433.63834 L 1494.1421,435.66389 L 1494.5005,436.13379 L 1494.2124,436.70337 L 1493.0783,437.23556 L 1490.4115,437.17239 L 1489.7832,437.1514 L 1487.268,437.06936 L 1485.2148,437.00961 L 1484.7357,438.74895 L 1484.4618,439.9741 L 1486.4791,442.23485 L 1485.6116,443.15449 L 1485.6715,443.78058 L 1485.8755,444.36356 L 1487.59,445.09305 L 1487.7604,445.68614 L 1488.2582,447.81361 L 1488.5289,448.29925 L 1489.6833,448.45844 L 1490.3841,449.36115 L 1491.4892,449.02813 L 1492.0244,449.27382 L 1492.8667,449.68283 L 1493.234,449.99686 L 1494.0753,450.52766 L 1494.5602,450.66762 L 1495.0213,450.40842 L 1495.4712,450.13228 L 1496.3358,452.47072 L 1497.7506,453.85331 L 1499.0437,454.23532 L 1499.5605,455.32953 L 1499.3378,456.61104 L 1499.415,458.96064 L 1498.1601,459.74675 L 1499.1017,460.53592 L 1499.3668,461.08253 L 1501.645,460.82801 L 1502.0658,460.43568 L 1503.2133,460.80016 L 1502.86,461.95235 L 1503.6534,462.85551 L 1503.8919,463.4124 L 1504.1617,463.72064 L 1505.8556,462.8369 L 1506.4748,462.66108 L 1508.3257,462.95623 L 1509.6558,464.99657 L 1509.4628,466.21352 L 1510.1,466.2247 L 1509.7065,467.95404 L 1511.7825,469.2063 L 1512.4138,469.29304 L 1512.8182,469.15705 L 1512.8548,468.06616 L 1514.3029,467.25946 L 1514.7886,467.56337 L 1515.4361,467.54243 L 1516.0356,468.62356 L 1519.2809,468.46061 L 1519.9258,468.35756 L 1519.9091,468.01123 L 1521.7903,468.26087 L 1522.3571,469.89195 L 1523.581,470.15047 L 1523.8723,470.69247 L 1525.1643,470.70085 L 1526.5485,469.44863 L 1527.096,469.12253 L 1527.6405,469.25705 L 1528.193,469.15981 L 1528.9263,470.13626 L 1529.8016,470.05484 L 1530.2888,470.18827 L 1530.3071,471.73766 L 1530.3655,472.26705 L 1532.7182,471.68397 L 1533.2486,471.39849 L 1533.2046,473.10126 L 1534.9201,473.87855 L 1535.3141,474.36005 L 1535.1027,475.99532 L 1534.5028,476.23292 L 1533.2876,476.67633 L 1531.5011,478.45798 L 1532.9019,479.22662 L 1532.8546,479.76086 L 1533.2146,480.23241 L 1533.1297,481.92834 L 1531.5122,481.3814 L 1531.7184,483.4203 L 1531.8463,483.93514 L 1531.2114,484.06753 L 1529.9946,484.49952 L 1530.3169,485.55327 L 1532.7706,487.36493 L 1533.8898,486.78701 L 1535.6292,487.00784 L 1536.2393,487.20877 L 1536.8493,487.41419 L 1535.8801,488.83365 L 1534.1528,488.16899 L 1531.975,489.104 L 1532.4245,489.44165 L 1532.9452,489.67083 L 1535.8217,489.2834 L 1536.1046,489.79747 L 1536.3969,491.17274 L 1536.8112,491.5222 L 1538.6294,491.21236 L 1539.093,491.60533 L 1537.8416,492.81975 L 1538.7762,494.39105 L 1538.8509,494.99378 L 1539.2428,497.26283 L 1540.2728,496.66165 L 1540.8021,496.33688 L 1542.4504,497.05812 L 1543.0622,497.08661 L 1543.8385,498.15523 L 1548.1147,495.79457 L 1548.6769,495.53287 L 1549.8109,497.01827 L 1550.9741,497.36592 L 1551.3491,499.16565 L 1551.2708,499.77732 L 1551.7996,499.77897 L 1552.2517,499.51541 L 1555.3038,499.78258 L 1555.9251,499.94728 L 1558.152,501.88387 L 1557.9785,502.95834 L 1558.5814,502.89496 L 1559.6012,502.17991 L 1561.4704,502.75736 L 1562.0299,502.42874 L 1562.7068,501.9959 L 1563.1671,501.83839 L 1565.01,501.5659 L 1565.3477,502.78824 L 1567.8077,505.76299 L 1568.4654,505.88755 L 1569.6057,508.39621 L 1569.6651,508.95736 L 1571.903,509.13631 L 1573.4725,509.80431 L 1574.5512,511.25679 L 1575.1618,511.38264 L 1577.1004,510.41112 L 1577.5872,510.71662 L 1579.2524,513.32171 L 1578.7482,514.30756 L 1578.7153,516.75724 L 1578.2005,517.12534 L 1578.521,517.80064 L 1581.0286,515.09504 L 1581.7348,516.74102 L 1582.9948,516.87551 L 1583.547,517.198 L 1585.45,517.89247 L 1585.7493,518.33473 L 1587.3276,517.7558 L 1589.0798,517.82198 L 1589.4247,517.33673 L 1590.0314,517.37453 L 1590.0756,519.48751 L 1590.3992,519.97917 L 1590.5422,520.58784 L 1592.2543,520.33467 L 1592.16,520.88114 L 1591.8279,521.35234 L 1592.5855,521.94479 L 1592.9047,522.30292 L 1596.8501,521.55257 L 1599.4656,522.12234 L 1600.0776,523.27068 L 1600.4979,524.17635 L 1600.5227,524.67992 L 1601.163,525.75416 L 1602.3754,526.28533 L 1606.9091,525.54348 L 1607.8957,526.16814 L 1608.4396,526.48827 L 1609.9711,525.66808 L 1610.1434,524.53161 L 1610.9655,523.76428 L 1611.5539,523.61429 L 1613.1315,526.82337 L 1612.7859,527.36054 L 1615.0014,528.33499 L 1615.5827,528.52094 L 1618.8512,527.904 L 1619.3044,528.37931 L 1619.5498,528.30267 L 1621.517,527.95028 L 1622.3293,529.36681 L 1619.8285,531.24 L 1622.8385,533.60859 L 1624.0897,533.73129 L 1624.7446,533.69635 L 1626.0692,537.01195 L 1627.638,538.99302 L 1630.8518,540.77981 L 1628.2821,541.06422 L 1627.6534,541.23545 L 1629.8756,541.59448 L 1630.4531,541.74325 M 1424.9752,369.01129 L 1425.0621,368.40298 L 1426.1998,367.92099 L 1423.2605,364.86199 L 1422.2301,367.19589 L 1421.2336,368.05983 L 1424.4806,368.57345 L 1424.9752,369.01129 z M 287.85839,682.00646 L 287.98688,680.40605 L 289.27351,676.27321 L 288.90334,675.04666 L 287.54915,673.64927 L 286.70989,671.21997 L 286.9361,669.95329 L 288.72941,668.07783 L 288.84159,667.44131 L 289.31421,667.5224 L 289.35593,669.28576 L 290.61686,670.65384 L 292.89411,671.8463 L 293.53981,671.80293 L 295.1929,669.87776 L 296.46562,669.67563 L 297.11039,669.72987 L 298.21594,667.56756 L 298.09855,665.21441 L 301.72673,663.8812 L 303.30654,664.86519 L 304.61058,664.88948 L 303.9139,663.92322 L 304.10081,660.81956 L 302.97112,657.26212 L 303.61001,654.97561 L 305.43665,654.39237 L 305.9171,653.19576 L 304.28511,650.46026 L 305.27034,648.83879 L 305.3162,648.2518 L 304.24123,647.03692 L 303.97798,645.88812 L 303.3389,645.83953 L 302.76408,644.72941 L 299.13915,647.13988 L 296.64863,647.60522 L 296.31075,649.43836 L 295.7991,649.81169 L 295.44005,649.31472 L 294.29235,648.85143 L 293.61259,645.9138 L 292.0762,644.10997 L 291.47451,644.3546 L 289.5337,644.24264 L 287.8569,642.37532 L 285.96071,642.07936 L 284.90399,641.33831 L 282.34346,641.57464 L 281.37735,642.42046 L 280.35767,641.81236 L 279.0725,641.65761 L 277.45111,642.57835 L 276.31589,642.99695 L 273.90543,642.45215 L 272.89701,638.75158 L 271.39056,636.64149 L 269.65988,629.8095 L 266.25414,627.9917 L 265.97551,627.40369 L 265.96238,624.36655 L 266.59966,623.23392 L 267.07627,622.77918 L 265.42566,621.90285 L 262.91562,622.34443 L 262.27242,622.24747 L 262.68592,621.04707 L 262.33352,619.19646 L 263.89189,618.09523 L 263.42922,617.10555 L 264.94882,615.16789 L 264.80542,613.92512 L 266.92787,612.67681 L 266.94809,612.05187 L 270.04291,612.152 L 272.35648,611.28325 L 275.89367,608.81115 L 276.47299,608.58555 L 280.1507,607.51472 L 282.90943,605.96118 L 283.54665,605.88365 L 284.42211,606.76329 L 285.00676,606.99786 L 287.63062,607.23998 L 291.57181,606.69172 L 292.16915,606.40638 L 293.72518,606.05227 L 294.22591,605.86303 L 295.52128,607.11594 L 298.02129,607.21917 L 298.55105,606.87141 L 298.69805,605.66716 L 301.61135,608.15095 L 299.6068,610.54245 L 300.14798,611.67134 L 301.81101,612.69087 L 302.18008,613.2187 L 303.30542,612.61608 L 303.91525,611.50298 L 305.71359,611.76831 L 307.65157,610.08514 L 310.81604,609.48864 L 311.75008,608.617 L 312.38596,608.47692 L 313.97137,610.86726 L 314.16229,612.48945 L 314.75138,612.63961 L 315.10387,611.46756 L 316.96312,611.50306 L 318.10514,611.95958 L 318.99776,613.56118 L 320.18144,613.8485 L 320.72725,614.15383 L 320.90794,613.57734 L 322.51212,612.91102 L 323.03126,612.57685 L 324.86151,612.36188 L 328.25148,613.8011 L 327.83698,612.0721 L 329.52158,610.3266 L 330.69129,609.88416 L 331.83966,610.36794 L 332.46821,610.38142 L 333.0104,610.71055 L 334.63438,609.73661 L 336.30993,610.39139 L 338.22728,608.04489 L 338.5433,607.506 L 337.73401,606.52369 L 337.79948,605.25662 L 338.58167,603.51929 L 339.80146,603.09276 L 340.42702,602.03866 L 342.76977,602.23275 L 343.0266,602.72161 L 344.09031,602.42305 L 344.68559,601.44217 L 345.28284,601.46662 L 346.15759,602.31967 L 348.07453,602.09353 L 350.46871,602.84635 L 351.13135,603.91674 L 352.38082,603.88022 L 352.97817,603.64321 L 352.67213,604.86494 L 353.55582,607.81795 L 355.26819,609.25293 L 355.05303,610.46204 L 357.61917,610.35131 L 359.05914,609.15115 L 359.63037,608.88474 L 362.12521,608.45185 L 368.17857,609.97984 L 368.7577,609.72663 L 369.18633,610.20843 L 370.46546,612.25363 L 373.3944,613.81768 L 374.02892,614.02759 L 378.36665,613.05246 L 379.01417,613.05092 L 382.23163,617.42859 L 382.61231,617.84622 L 382.42119,619.48481 L 383.09958,620.45383 L 383.46149,623.93459 L 385.1398,622.08697 L 386.47885,618.5455 L 386.88743,619.02743 L 389.38199,618.54667 L 391.84007,619.20255 L 392.47933,619.29132 L 392.69252,618.1394 L 395.57464,616.16958 L 395.99113,615.74506 L 397.7166,616.00604 L 398.48025,617.67104 L 399.05955,617.91222 L 398.97567,619.1003 L 399.08178,619.62455 L 398.98124,620.24535 L 398.59125,623.76599 L 396.61307,628.34873 L 397.15873,629.48334 L 396.94989,631.29735 L 398.07643,631.64964 L 398.35943,632.09852 L 397.95115,633.07617 L 398.58126,633.90078 L 399.78137,632.52176 L 400.16496,633.03388 L 402.68575,633.1031 L 407.79783,628.26816 L 408.0561,627.68567 L 408.26643,627.09785 L 410.13038,627.19749 L 411.49421,625.94852 L 412.13192,625.86557 L 411.73849,622.34005 L 412.38743,621.36852 L 413.89487,620.16569 L 415.647,617.51502 L 416.40249,615.85205 L 416.33962,614.62821 L 414.08724,611.74804 L 413.94682,611.15016 L 419.76735,610.97221 L 420.13836,609.75902 L 423.24408,609.99181 L 424.41976,608.61431 L 424.9933,608.30208 L 428.29759,608.16725 L 430.03575,609.11988 L 430.98632,611.49102 L 433.43693,613.67114 L 434.01997,613.98487 L 434.11211,614.47868 L 434.16528,615.91212 L 435.27393,618.66488 L 435.73999,619.07441 L 436.31928,619.4939 L 437.65383,616.73483 L 439.78868,617.8407 L 440.75881,617.06011 L 441.45778,615.32505 L 442.72163,615.02516 L 444.58536,615.57265 L 445.20963,615.39209 L 449.42109,620.24793 L 449.19401,622.15023 L 449.54562,622.95743 L 449.46685,623.4279 L 450.03309,624.4666 L 449.04625,626.59972 L 449.15226,628.3547 L 451.76947,628.2215 L 451.82449,626.42121 L 453.41839,625.40566 L 457.98245,624.93089 L 458.57274,624.64595 L 459.8259,625.55626 L 460.24166,625.91365 L 459.81452,626.39698 L 459.86753,628.29489 L 457.34727,630.25893 L 450.88558,630.23171 L 449.96535,631.12556 L 449.57254,631.60246 L 446.97947,634.16954 L 446.12679,635.46221 L 446.06147,635.9847 L 445.82462,636.56163 L 446.51911,638.23679 L 445.19218,639.55004 L 445.17599,641.4058 L 451.42039,639.97183 L 453.83036,640.82429 L 454.42853,641.08716 L 455.01281,640.80227 L 457.38496,641.83061 L 459.19871,643.49847 L 462.36049,642.84982 L 463.51622,643.18934 L 464.04881,643.55685 L 465.54476,646.13946 L 466.06061,646.46005 L 466.40575,646.9932 L 467.48792,647.3339 L 467.78332,648.4129 L 468.31709,648.63395 L 469.15338,651.60579 L 471.57115,654.57516 L 470.96886,656.00494 L 471.18273,656.50719 L 470.21477,657.61772 L 469.70375,657.74952 L 468.45536,657.96795 L 468.11488,659.1332 L 467.09761,659.82671 L 467.20083,662.29692 L 469.10664,664.79808 L 468.12104,667.01357 L 467.71221,667.49569 L 468.9872,668.42709 L 469.51558,668.51666 L 472.79041,666.93712 L 474.18766,664.26321 L 474.63958,663.8451 L 475.0605,665.42152 L 475.11792,665.97862 L 474.73754,667.10956 L 475.30673,669.50158 L 476.46017,669.98418 L 477.00004,670.30742 L 475.84285,672.35517 L 475.64327,672.91785 L 473.10144,674.00516 L 472.64533,674.34142 L 472.63634,674.95141 L 472.43406,676.69217 L 471.94595,678.40574 L 469.48818,680.27032 L 468.23296,680.14669 L 467.6304,680.34137 L 467.46921,681.49521 L 465.43037,682.31304 L 465.2858,683.48579 L 470.36849,683.26793 L 471.13528,685.47944 L 473.0445,685.40931 L 473.67594,685.33872 L 473.98779,687.70707 L 468.26566,687.84317 L 467.71255,688.1536 L 467.97203,688.72591 L 465.3135,690.33265 L 465.22977,691.50368 L 466.46799,693.56851 L 465.86246,696.01395 L 466.04054,697.88384 L 467.96191,698.79234 L 468.42191,699.07007 L 467.59577,702.5754 L 467.33694,704.30789 L 469.54136,705.00178 L 469.51707,705.6028 L 468.40694,706.03476 L 468.50534,706.62736 L 468.83946,707.01254 L 469.28445,707.26805 M 1254.2166,760.68135 L 1254.3401,761.28468 L 1255.8932,760.60684 L 1257.3589,757.93428 L 1258.4918,757.49243 L 1258.9289,757.93174 L 1258.1303,759.41606 L 1256.615,761.33691 L 1256.4552,762.45227 L 1257.2947,764.0986 L 1257.0866,764.68449 L 1255.666,765.88689 L 1255.8644,766.86544 L 1256.4551,767.08431 L 1257.5653,766.49046 L 1257.4113,767.07099 L 1255.2932,769.21234 L 1256.657,777.09514 L 1257.6593,778.72202 L 1257.8946,779.31642 L 1263.283,776.50355 L 1264.4235,777.89405 L 1265.1198,779.6726 L 1268.5275,782.59592 L 1269.7562,785.45703 L 1270.01,786.69066 L 1267.6608,789.60053 L 1267.3008,791.9897 L 1267.376,793.71787 L 1267.3451,794.30283 M 1125.6712,264.26241 L 1125.1169,263.96851 L 1125.1125,262.34473 L 1126.1072,261.86449 L 1126.6644,261.57554 L 1126.2582,261.10079 L 1125.3436,260.2718 L 1125.4938,259.06297 L 1127.3767,259.2837 L 1128.684,257.19596 L 1128.5613,256.61532 L 1128.122,254.92862 L 1127.4875,254.95569 L 1127.6123,254.33463 L 1127.4474,253.72254 L 1127.3794,253.13074 L 1126.0944,251.84382 L 1126.395,251.31951 L 1130.7861,248.64636 L 1131.376,248.35138 L 1131.4008,247.71807 L 1130.7298,247.6526 L 1128.8651,246.98033 L 1128.4554,245.78651 L 1127.0266,244.47014 L 1128.6023,243.61115 L 1131.0692,243.75563 L 1131.6513,243.56086 L 1133.422,241.12199 L 1134.0384,240.88662 L 1133.8858,240.32043 L 1132.8598,239.6639 L 1132.3332,238.15697 L 1131.8383,237.97501 L 1130.8514,237.60779 L 1131.0256,237.04324 L 1132.3191,233.99738 L 1132.974,234.01202 L 1136.8857,234.02702 L 1137.1072,233.08208 L 1137.5487,232.71888 L 1137.9311,232.26973 L 1137.8948,231.12692 L 1137.329,231.36265 L 1136.3033,230.02617 L 1135.1156,229.81586 L 1132.8732,229.06222 L 1133.174,226.37993 L 1133.7555,226.50539 L 1133.3326,226.15005 L 1131.7338,225.58166 L 1131.0607,225.40135 L 1130.4071,225.37721 L 1127.8618,224.97633 L 1127.213,224.83424 L 1124.0544,223.9149 L 1122.1164,224.38051 L 1122.0727,224.33113 L 1121.543,224.13454 L 1121.166,223.73915 L 1120.6768,223.40174 L 1118.8553,224.82107 L 1118.0225,225.22797 L 1116.6107,225.73839 L 1116.1992,225.41836 L 1115.8001,225.08368 L 1116.2858,223.94672 L 1116.1832,222.19309 L 1118.8235,221.50565 L 1119.8596,222.31343 L 1121.2228,222.46595 L 1120.8885,221.49651 L 1121.2362,221.10058 L 1120.783,220.69623 L 1120.2756,220.35224 L 1120.6452,219.94185 L 1121.6418,218.8113 L 1122.5376,217.8916 L 1124.4613,217.56041 L 1124.9901,217.1727 L 1124.6438,216.70855 L 1124.2706,216.26215 L 1123.6906,216.09792 L 1121.8888,213.93904 L 1121.9846,213.23257 L 1121.6097,212.75343 L 1120.1594,210.84893 L 1119.6642,211.02376 L 1119.1605,211.1772 L 1118.7031,210.75492 L 1115.9539,208.36287 L 1115.5639,208.47809 L 1115.1798,208.34861 L 1115.2968,207.7965 L 1114.6043,206.26324 L 1114.4639,205.71076 L 1113.4844,204.27352 L 1113.0407,201.86299 L 1112.2145,200.89501 L 1111.7853,200.41258 L 1113.2046,200.62855 L 1113.6761,200.95079 L 1116.1436,200.37252 L 1117.7359,199.38132 L 1117.9865,198.82848 L 1118.9894,197.28279 L 1119.1831,196.70013 L 1122.1237,196.25226 L 1122.5927,196.63192 L 1123.2908,196.30968 L 1123.6993,193.89787 L 1124.5998,192.94233 L 1124.0225,192.71263 L 1122.8328,192.37248 L 1122.6694,190.23608 L 1122.2186,190.52285 L 1121.6941,190.66457 L 1121.0835,190.90213 L 1119.5161,192.79913 L 1119.1314,193.23237 L 1118.0282,192.76731 L 1116.313,193.27352 L 1116.3668,192.66033 L 1116.364,191.43285 L 1115.2965,190.72565 L 1116.4232,188.91296 L 1116.7264,188.44296 L 1116.4585,187.61872 L 1116.9077,187.1447 L 1117.3283,185.56645 L 1115.6235,184.43041 L 1115.3074,183.97522 L 1114.8074,183.56429 L 1113.5217,183.26218 L 1112.9666,182.86094 L 1109.7864,180.31527 L 1108.0099,180.47455 L 1107.4504,180.74613 L 1104.9968,181.22454 L 1104.4775,181.60163 L 1102.8809,182.68173 L 1102.5005,182.38893 L 1102.208,182.01915 L 1101.806,182.46628 L 1099.3304,181.23441 L 1099.2317,179.41751 L 1100.2316,177.17615 L 1099.958,176.61983 L 1099.9485,175.76487 L 1099.3833,176.07284 L 1098.8738,176.31424 L 1096.7959,177.20687 L 1096.1682,177.3049 L 1095.544,177.42065 L 1094.8539,177.54795 L 1092.0782,177.96838 L 1090.7616,177.50771 L 1090.2887,177.3806 L 1089.4209,177.72991 L 1088.7987,177.54465 L 1089.1125,175.82686 L 1088.5119,174.17967 L 1088.2444,173.65335 L 1090.0531,173.358 L 1090.6089,173.63506 L 1090.8518,170.58336 L 1089.9849,168.23081 L 1088.0997,167.79555 L 1087.5615,167.46125 L 1087.9399,166.8711 L 1089.9618,162.98254 L 1092.0486,161.44892 L 1092.5385,161.0283 L 1092.9154,160.70259 L 1094.1848,159.30576 L 1096.1687,159.36848 L 1096.8325,159.37909 L 1097.3203,159.05083 L 1097.7674,158.67776 L 1097.398,158.18324 L 1094.7018,154.80401 L 1094.3356,154.3278 L 1092.8539,153.26106 L 1091.6368,153.15737 L 1091.2427,152.79435 L 1090.1071,151.67751 L 1089.7019,152.20182 L 1088.5155,152.84976 L 1085.1072,152.73034 L 1083.8227,154.96311 L 1083.7773,155.0957 L 1087.481,157.79024 L 1087.9888,158.20793 L 1087.0037,159.02778 L 1084.4727,158.25859 L 1083.9228,158.60862 L 1082.6816,161.88673 L 1082.8083,163.10471 L 1082.2608,163.40389 L 1079.5884,161.83132 L 1078.6418,158.99377 L 1076.0504,159.0351 L 1074.2908,158.30779 L 1074.1384,157.70502 L 1072.9462,158.08577 L 1072.4746,159.73095 L 1069.2499,160.23735 L 1067.4978,161.08097 L 1065.6969,159.40817 L 1065.3427,158.23902 L 1062.8233,158.58393 L 1062.6933,158.01756 L 1061.7362,157.6112 L 1061.4007,158.11375 L 1059.6491,158.41733 L 1059.1179,159.89555 L 1058.7895,159.34032 L 1057.5078,159.5157 L 1056.269,159.019 L 1055.2991,156.74307 L 1054.6355,156.57757 L 1051.8434,158.25146 L 1051.229,158.51919 L 1049.9118,158.56272 L 1047.5888,157.30543 L 1047.1987,156.77508 L 1044.7587,154.58986 L 1044.1575,154.28536 L 1042.1493,153.97812 L 1041.0531,152.38251 L 1040.3692,152.32454 L 1040.1644,151.66654 L 1039.5468,151.39203 L 1038.5517,149.74759 L 1035.6106,151.21062 L 1034.7056,150.26532 L 1034.3003,149.85018 L 1033.7129,148.88385 L 1034.174,148.44129 L 1036.573,146.33616 L 1034.0738,144.33876 L 1034.0738,144.30602 L 1033.5519,144.04323 L 1032.4351,142.78502 L 1032.1044,142.31758 L 1032.0653,141.2203 L 1030.6958,140.46721 L 1031.0142,138.63366 L 1033.7263,136.64613 L 1036.0665,136.02068 L 1039.7809,133.87131 L 1039.2298,133.79213 L 1038.8763,132.97521 L 1038.415,132.54507 L 1036.6258,131.89768 L 1035.9816,131.68573 L 1035.0781,130.89148 L 1033.991,132.27203 L 1033.3073,132.28831 L 1030.807,131.27918 L 1028.0862,130.99901 L 1027.2698,130.12833 L 1026.8276,130.52207 L 1024.2294,131.98784 L 1024.1915,131.39092 L 1024.1083,130.19855 L 1022.3437,130.85271 L 1019.9582,129.97709 L 1019.4802,129.68412 L 1018.4312,128.42554 L 1018.0633,127.96523 L 1016.4011,126.35663 L 1015.8884,125.98173 L 1014.7204,125.85883 L 1014.664,125.30288 L 1014.4579,124.21584 L 1014.6235,123.663 L 1013.9768,122.68808 L 1014.1118,121.01035 L 1013.8043,120.43025 L 1013.3553,119.93557 L 1013.4784,118.69729 L 1011.7707,115.3645 L 1011.798,114.73467 L 1011.5996,114.13647 L 1008.8375,107.95607 L 1008.662,107.36958 L 1008.5404,106.77138 L 1006.8611,103.54448 L 1006.126,101.25064 L 1005.658,100.81868 L 1004.8776,97.962651 L 1003.9106,97.176271 L 1003.5482,96.673719 L 1003.2374,96.172814 L 1003.1082,95.033477 L 1001.54,94.107927 L 1001.6909,93.515765 L 1001.1988,93.051618 L 998.99901,90.573608 L 996.2802,90.02241 M 1122.7666,250.54721 L 1122.1586,250.23833 L 1120.8508,249.87586 L 1118.9373,250.20979 L 1118.655,250.74728 L 1117.3687,252.80521 L 1115.5962,253.46065 L 1115.2422,252.94402 L 1114.3191,252.12582 L 1114.5526,250.32355 L 1113.5819,248.8254 L 1114.7242,246.62975 L 1115.2413,246.89987 L 1116.142,246.2159 L 1116.6782,245.98053 L 1117.0799,246.30222 L 1117.5769,246.47376 L 1118.7957,246.37372 L 1119.1954,245.43154 L 1119.3633,244.88472 L 1121.8603,243.39389 L 1122.1877,242.31161 L 1125.0757,242.82277 L 1125.6464,242.67993 L 1125.9246,243.83481 L 1126.3835,244.25745 L 1125.9032,244.70788 L 1122.8292,247.11859 L 1123.3651,249.54448 L 1123.4085,250.16701 L 1122.7666,250.54721 z M 628.22538,502.28319 L 630.20297,502.2349 L 631.78387,501.14274 L 632.36517,500.84097 L 634.73866,497.27104 L 635.31588,496.98757 L 635.75491,496.56952 L 635.85814,495.98658 L 640.49853,495.02212 L 643.52663,493.66229 L 644.20167,493.56979 L 644.60054,493.04016 L 644.98877,492.5027 L 647.75189,489.87918 L 648.31612,489.55253 L 647.22176,489.08609 L 645.7458,487.28852 L 645.36297,486.8189 L 647.16717,485.08945 L 648.21186,485.80935 L 652.01776,486.51262 L 653.21673,486.05811 L 653.2659,487.9839 L 652.96699,488.56895 L 655.61447,488.61283 L 657.3487,487.69711 L 657.90209,487.34671 L 658.31122,487.2334 L 658.73084,487.15921 L 661.2086,486.8606 L 661.91277,487.85708 L 662.53235,487.96512 L 663.66561,487.27054 L 665.08636,485.08395 L 668.32913,484.34598 L 669.83338,484.67869 L 670.10415,485.13806 L 671.92804,484.57682 L 671.74356,483.34638 L 674.20035,482.68503 L 675.24297,481.10331 L 675.82653,480.56391 L 679.88797,480.25212 L 680.8651,480.78671 L 680.82876,481.39149 L 682.64743,480.75195 L 683.21434,481.06033 L 683.44532,482.28593 L 683.85959,482.76718 L 685.44261,484.75383 L 686.07402,484.9535 L 688.34714,484.6369 L 688.65477,484.56102 L 689.17523,485.56033 L 687.95824,485.89955 L 687.85322,487.04932 L 690.70852,489.4277 L 690.92838,489.55209 L 692.37404,487.41808 L 692.9228,487.04837 L 692.4088,485.58818 L 692.15088,485.07521 L 692.84942,483.53299 L 693.06537,483.01126 L 695.734,482.99102 L 696.53524,483.99646 L 696.85837,484.55514 L 698.26162,483.90348 L 698.78602,483.96409 L 700.72085,483.8205 L 701.86583,484.41913 L 702.53211,484.49025 L 703.98362,484.53351 L 705.35158,485.35904 L 705.83352,485.63346 L 707.43858,486.09651 L 708.31697,485.41335 L 708.73691,485.03695 L 709.46222,486.04075 L 711.8009,486.89649 L 712.60355,488.47371 L 715.43227,489.84301 L 715.85967,489.429 L 718.08083,490.37025 L 718.67141,490.51537 L 716.30945,487.60818 L 716.63793,487.06547 L 718.47114,486.624 L 718.84799,484.8729 L 720.10556,486.10818 L 721.13056,486.29971 L 723.45878,485.48433 L 724.61633,485.77753 L 725.14403,486.11069 L 725.83036,485.74364 L 726.97232,484.36192 L 727.17021,483.76256 L 730.3238,481.30835 L 730.73862,480.79178 L 730.70516,480.06085 L 731.78078,479.49231 L 733.43719,479.89885 L 733.79545,480.37865 L 733.85464,480.33586 L 733.50299,478.75089 L 733.38992,478.2197 L 737.65061,476.14092 L 740.98022,475.38869 L 741.98861,474.32984 L 741.97684,473.83032 L 742.45288,472.74185 L 742.70191,472.1891 L 742.95891,470.47697 L 744.52774,468.79793 L 744.85142,468.31061 L 747.26958,468.90261 L 749.97927,466.46997 L 750.49416,466.12717 L 750.78406,465.70689 L 751.88393,466.03922 L 752.93712,467.32486 L 753.11478,467.84791 L 753.72659,470.28803 L 755.61189,470.52433 L 756.24825,470.32016 L 757.30675,469.78932 L 758.00752,468.2206 L 758.33905,467.74505 L 761.84101,466.76184 L 762.74816,467.3845 L 763.06122,467.88945 L 764.33951,467.84694 L 765.16366,466.93324 L 765.56327,464.54907 L 767.15867,463.6537 L 768.97943,463.39443 L 769.59011,463.30025 L 769.838,466.09222 L 770.41059,466.31305 L 773.1547,465.53655 L 773.70211,465.34059 L 775.11074,466.65417 L 776.33373,466.98768 L 776.80332,467.43331 L 779.76458,466.18143 L 782.08327,462.52902 L 782.39911,461.98723 L 785.80617,463.78269 L 785.27306,465.61013 L 786.87377,465.9985 M 544.69105,1457.665 L 546.155,1458.0376 L 546.63253,1457.6725 L 548.93581,1455.8053 L 550.97309,1456.9156 L 550.68215,1459.9437 L 551.17227,1459.6126 L 555.10088,1460.3679 L 556.75275,1463.5312 L 557.18817,1463.4764 L 557.75155,1463.5535 L 561.91185,1463.6259 L 565.14356,1462.3507 L 565.72128,1462.2236 L 565.83432,1462.1275 L 567.30513,1461.8942 L 571.23205,1463.0961 L 574.70578,1460.7017 L 575.2225,1460.3905 L 575.99499,1459.9174 L 576.40074,1459.7185 L 580.56776,1457.1996 L 581.86091,1455.8677 L 582.30407,1455.4371 L 583.00615,1454.7293 L 583.35055,1454.3691 L 583.88309,1454.2288 L 586.06177,1454.3779 L 586.62777,1454.5125 L 587.91877,1455.7287 L 588.60604,1457.4387 L 591.16126,1459.0834 L 591.54647,1460.2106 L 590.73126,1461.0217 L 587.83576,1461.2325 L 587.23367,1461.2707 L 586.80519,1461.5672 L 586.36159,1461.8381 L 586.61236,1463.3249 L 586.63477,1464.0742 L 587.13932,1464.3944 L 588.64609,1463.4946 L 589.31073,1464.4605 L 589.73981,1464.8847 L 590.29756,1464.6892 L 590.68864,1462.909 L 591.27584,1462.8538 L 591.83071,1462.7358 L 593.38967,1462.1718 L 594.5218,1460.1814 L 596.76891,1460.6175 L 597.57233,1459.7781 L 597.84245,1458.5943 L 598.27033,1458.9169 L 599.37252,1461.2537 L 602.27373,1460.6842 L 604.43699,1461.4929 L 604.69765,1462.0602 L 605.10597,1462.4877 L 605.82789,1461.7084 L 609.06692,1462.0634 L 608.89079,1461.1467 L 609.4763,1459.4526 L 609.37985,1457.0189 L 607.95724,1456.0392 L 609.5951,1455.4482 L 612.8892,1456.3582 L 614.47697,1456.9018 L 615.72516,1455.7514 L 616.24504,1455.9951 L 617.2128,1456.693 L 617.75933,1456.4685 L 618.33119,1454.7425 L 619.23924,1453.9595 L 619.78355,1453.7137 L 621.55551,1453.6056 L 624.36752,1454.4881 L 624.83892,1454.6191 L 625.31702,1454.7219 L 625.80741,1455.0169 L 627.99331,1454.8594 L 628.05573,1452.9041 L 628.65579,1452.7998 L 630.76055,1451.6085 L 632.98662,1452.5245 L 633.95461,1451.5562 L 634.1487,1451.1023 L 635.71937,1450.7537 L 635.65,1448.9965 L 636.6151,1448.476 L 637.1682,1448.3214 L 641.24536,1452.2339 L 641.75042,1452.6046 L 641.92122,1453.1157 L 642.45287,1454.5381 L 643.38131,1455.2303 L 644.46918,1455.1168 L 645.02464,1455.2455 L 644.81596,1454.0417 L 645.11526,1452.2286 L 646.00371,1451.4505 L 646.42837,1451.8906 L 647.47451,1452.3793 L 650.95346,1450.2225 L 652.96105,1449.1701 L 653.52435,1449.1197 L 651.39368,1451.8727 L 651.6804,1452.4041 L 653.87831,1453.0335 L 654.44643,1452.9056 L 654.75978,1453.5691 L 656.27346,1454.4598 L 656.83305,1454.6203 L 656.7904,1455.2651 L 656.89921,1455.9023 L 658.71246,1455.7305 L 662.88399,1452.1529 L 663.5596,1453.1662 L 663.91971,1454.3726 L 664.13771,1454.9728 L 664.69393,1454.9067 L 665.24019,1454.6011 L 668.15278,1452.239 L 668.67992,1451.9162 L 670.44659,1450.2782 L 670.40264,1450.1385 L 670.7773,1449.6553 L 675.76825,1446.4128 L 676.19723,1446.7817 L 677.79535,1445.1941 L 678.78651,1445.7048 L 678.84178,1446.2308 L 680.00402,1446.9919 L 680.01238,1447.5212 L 677.80582,1450.2347 L 676.38097,1451.0016 L 677.7343,1453.6796 L 678.14783,1453.2761 L 679.25263,1453.141 L 679.72698,1452.8226 L 683.26149,1450.3224 L 683.60372,1450.7786 L 683.93979,1451.2382 L 684.37111,1450.7949 L 685.41214,1450.3309 L 687.20299,1450.4829 L 688.10984,1451.3216 L 689.8965,1451.5006 L 690.11523,1452.0666 L 690.49947,1452.5265 L 692.05276,1453.4314 L 695.36544,1452.1801 L 696.19417,1451.3795 L 696.40062,1450.7936 L 696.52736,1449.7596 L 697.40008,1450.3799 L 698.30334,1449.1575 L 698.78931,1447.4071 L 702.14898,1446.6699 L 702.79596,1447.682 L 703.37658,1447.6784 L 703.9129,1447.2585 M 1008.7258,1615.7024 L 1009.628,1617.2194 L 1009.9953,1617.6983 L 1010.0032,1617.7737 L 1010.0122,1618.4484 L 1011.5119,1617.874 L 1012.0555,1617.9254 L 1011.917,1617.0354 L 1012.0301,1616.592 L 1015.3845,1614.1471 L 1018.203,1613.2118 L 1020.1939,1609.4205 L 1021.1807,1608.7168 L 1021.2105,1607.452 L 1022.5611,1608.5675 L 1024.2331,1608.9818 L 1028.0231,1607.9224 L 1028.5222,1607.6217 L 1031.1034,1604.9148 L 1032.6803,1603.974 L 1032.9042,1602.0788 L 1032.4544,1600.2227 L 1032.3157,1600.0174 L 1032.231,1599.554 L 1032.0677,1598.6262 L 1032.3331,1598.1039 L 1031.9246,1596.3924 L 1031.158,1595.5495 L 1031.2723,1594.3704 L 1031.2446,1593.738 L 1031.234,1590.5926 L 1030.6521,1590.5367 L 1029.7616,1589.9257 L 1029.7306,1587.4618 L 1028.5107,1586.161 L 1028.8439,1584.3789 L 1030.2446,1583.3702 L 1034.0875,1582.484 L 1034.6405,1582.3396 L 1036.0726,1581.9527 L 1038.0368,1582.5636 L 1038.5016,1582.7939 L 1044.9296,1584.0616 L 1045.5198,1583.9623 L 1046.1996,1583.7662 L 1050.5597,1581.9678 L 1051.0408,1581.5944 L 1052.5118,1582.0938 L 1052.9111,1582.5036 L 1053.33,1582.9269 L 1057.8354,1582.3559 L 1058.3989,1582.4941 L 1059.5518,1582.826 L 1060.1463,1582.8854 L 1064.0481,1584.2078 L 1068.1016,1583.8766 L 1068.6871,1583.8199 L 1071.781,1584.0958 L 1071.8811,1584.1127 L 1074.0157,1585.1984 L 1079.7632,1584.5256 L 1081.4202,1583.8856 L 1082.8633,1581.9028 L 1083.1687,1581.361 L 1084.1249,1577.4074 L 1087.3229,1573.5512 L 1089.6298,1572.9167 L 1090.2272,1572.817 L 1093.4726,1570.4054 L 1096.7378,1569.5294 L 1097.2057,1569.1746 L 1099.1341,1572.2802 L 1101.9062,1573.1914 L 1102.4851,1573.319 L 1103.4161,1574.8244 L 1103.7653,1575.2969 L 1112.3223,1578.6517 L 1112.8452,1578.9981 L 1115.3294,1580.7351 L 1116.3657,1581.4228 M 1693.5334,617.64421 L 1692.8922,617.65553 L 1688.4405,617.23068 L 1686.0341,616.47845 L 1685.8851,615.96465 L 1685.6241,615.49642 L 1686.1156,613.11181 L 1686.2543,612.5043 L 1680.518,610.67617 L 1679.9026,610.55156 L 1679.9697,609.96435 L 1680.2352,606.51869 L 1680.5418,605.99429 L 1680.3335,603.68227 L 1680.7635,602.62187 L 1680.1933,602.40289 L 1677.4291,601.13122 L 1676.6934,600.19824 L 1675.5158,600.00072 L 1673.2785,599.11909 L 1672.8382,598.71259 L 1672.1758,598.79645 L 1670.8673,597.36042 L 1664.892,594.58942 L 1661.5854,594.95615 L 1660.0357,593.73258 L 1660.247,592.49166 L 1660.1816,591.85019 L 1661.2707,591.69759 L 1662.0034,590.86598 L 1662.3445,590.43053 L 1662.673,590.0075 L 1659.4894,590.7384 L 1657.6024,590.32669 L 1658.3658,588.11438 L 1657.1704,586.67409 L 1657.2091,586.10639 L 1656.6474,585.89262 L 1656.123,585.60211 L 1655.9137,585.01109 L 1655.1256,584.05218 L 1653.2561,584.02795 L 1652.6267,583.88282 L 1651.4436,584.36827 L 1648.0416,582.98913 L 1646.1435,583.17039 L 1645.5026,583.06456 M 1339.52,973.29351 L 1339.7866,974.21545 L 1340.0352,974.81254 L 1340.9787,975.68493 L 1342.0239,976.43731 L 1342.3475,976.99551 L 1341.5114,980.15453 L 1341.1598,980.66366 L 1340.4404,981.66846 L 1340.0326,982.14113 L 1338.4898,984.09323 L 1338.429,984.63438 L 1337.8623,986.12281 L 1337.2914,986.85078 L 1336.986,987.19868 L 1336.6011,987.63122 L 1335.4475,988.89601 L 1335.648,990.53187 L 1336.4913,991.16207 L 1337.0966,992.71833 L 1337.1843,993.27086 L 1336.8465,994.41267 L 1336.4981,994.89735 L 1334.3834,996.91935 L 1335.1476,999.15837 L 1335.288,999.65185 L 1335.2406,1000.6759 L 1334.9322,1001.8895 L 1335.5569,1004.2891 L 1335.5691,1004.9166 L 1335.5064,1005.0958 L 1335.6422,1006.2687 L 1336.2796,1010.3938 L 1335.9842,1011.5567 L 1335.7179,1012.0982 L 1335.5021,1012.4784 L 1335.0634,1012.9406 L 1333.2015,1014.6726 L 1333.4064,1016.4303 L 1334.4187,1016.9652 L 1334.9957,1017.0472 L 1336.5554,1017.5599 L 1337.1044,1017.4912 L 1338.122,1016.8841 L 1339.2408,1016.9718 L 1340.3699,1019.0501 L 1340.6309,1019.585 L 1343.0062,1020.0881 L 1343.2612,1020.544 L 1343.3756,1022.1082 L 1342.5422,1024.2464 L 1342.6791,1024.5635 L 1347.6481,1021.7772 L 1348.2398,1021.5395 L 1348.7438,1022.5814 L 1350.9684,1023.3202 L 1351.1369,1024.4814 L 1351.1457,1025.0742 L 1351.8069,1024.4982 L 1352.2353,1024.4101 L 1352.5543,1026.9228 L 1352.632,1027.5509 L 1355.2319,1028.55 L 1355.8182,1028.6269 L 1354.8348,1031.1 L 1354.7503,1031.6454 L 1356.6961,1033.8744 L 1357.0553,1035.6611 L 1357.3492,1036.1924 L 1357.1798,1036.7878 L 1357.0291,1040.4703 L 1357.7809,1041.4419 L 1360.6046,1040.4596 L 1361.1968,1040.5767 L 1363.1466,1040.5272 L 1363.5828,1040.83 L 1364.844,1041.1116 L 1366.4358,1040.7542 L 1366.9472,1040.5083 L 1367.4843,1040.3292 L 1368.8876,1041.2235 L 1369.4435,1041.1538 L 1369.953,1040.8751 L 1372.1155,1040.6535 L 1373.0623,1040.0182 L 1374.1994,1040.0628 L 1374.6908,1040.3648 L 1378.4083,1040.0231 L 1379.044,1040.016 L 1379.5816,1039.8704 L 1380.1208,1039.7332 L 1378.8125,1044.5286 L 1378.3038,1044.8794 L 1375.3953,1043.85 L 1374.8055,1043.6698 L 1374.9325,1044.8594 L 1374.8748,1045.4583 L 1376.1061,1048.3235 L 1378.5692,1048.2126 L 1379.1685,1048.392 L 1378.9221,1048.9743 L 1378.7058,1050.8434 L 1379.2929,1053.253 L 1383.8284,1053.9567 L 1384.2565,1054.3607 L 1385.419,1056.4063 L 1386.9753,1057.3286 L 1387.4816,1057.6798 L 1387.1537,1059.5429 L 1386.9869,1060.1641 L 1386.5734,1059.7226 L 1385.4987,1060.2287 L 1383.8767,1059.52 L 1380.5276,1060.7794 L 1380.8813,1062.6227 L 1378.8602,1064.0539 L 1378.6141,1064.6376 L 1377.3935,1064.835 L 1374.1684,1067.7736 L 1374.5043,1068.5937 L 1374.6787,1069.0015 L 1372.1775,1070.8237 L 1371.9502,1073.3575 L 1372.9157,1074.998 L 1372.4278,1075.3612 L 1371.6049,1076.1738 L 1367.6745,1074.6483 L 1365.9966,1075.3597 L 1366.3591,1075.879 L 1367.5511,1076.2031 L 1367.1882,1078.0755 L 1367.1206,1078.1555 L 1366.5575,1077.8645 L 1363.7261,1076.4328 L 1358.8203,1077.4129 L 1358.1047,1077.71 L 1356.3206,1077.4793 L 1353.5851,1078.4734 L 1353.1231,1078.4664 L 1352.2569,1079.0175 L 1349.5883,1080.433 L 1349.7878,1080.94 L 1349.3109,1083.0495 L 1348.179,1082.4284 L 1347.6712,1082.1272 L 1345.635,1080.9997 L 1343.3931,1080.6364 L 1342.7856,1080.7669 L 1339.1299,1081.0607 L 1339.2797,1081.6845 L 1343.0918,1083.812 L 1343.838,1084.5881 L 1344.0493,1085.0937 L 1344.4352,1085.9274 L 1344.6428,1086.339 L 1346.1282,1088.4625 L 1346.6478,1088.848 L 1350.0012,1090.1388 L 1351.2335,1091.3924 L 1351.1109,1091.9891 L 1349.7845,1093.9621 L 1348.1851,1095.8788 L 1347.7657,1096.3408 L 1347.2693,1096.9338 L 1346.7329,1097.1963 L 1345.1202,1097.9706 L 1343.7443,1099.9329 L 1342.1853,1100.8197 L 1341.9133,1100.9756 L 1341.3824,1101.2386 L 1339.492,1102.5942 L 1339.5013,1103.1395 L 1339.6604,1104.764 L 1339.4266,1105.2669 L 1338.977,1105.4173 L 1338.5168,1105.1707 L 1336.574,1105.1442 L 1336.2172,1104.6919 L 1334.1511,1102.0319 L 1334.7311,1101.8046 L 1334.2338,1099.3909 L 1332.1328,1098.0683 L 1331.721,1098.5165 L 1329.3469,1101.0427 L 1327.083,1100.7366 L 1326.516,1100.5828 L 1325.6622,1101.3816 L 1325.4242,1100.2717 L 1324.5856,1099.4926 L 1324.0247,1099.6782 L 1323.1193,1097.5722 L 1323.5865,1097.155 L 1323.1323,1091.5814 L 1324.8574,1089.8292 L 1324.9825,1089.2092 L 1325.1294,1089.1724 L 1325.3682,1088.6544 L 1327.494,1087.0302 L 1327.8668,1086.4816 L 1326.3725,1084.4695 L 1324.1295,1085.3812 L 1323.5114,1085.4483 L 1322.9519,1085.1732 L 1322.8976,1085.7608 L 1322.6124,1086.8781 L 1324.2876,1089.1388 L 1323.3075,1089.3481 L 1322.3589,1089.6983 L 1322.0905,1089.1143 L 1321.2158,1088.1978 L 1319.9682,1084.5627 L 1318.5969,1083.2419 L 1318.0747,1083.5259 L 1317.0786,1084.1683 L 1315.0859,1084.1102 L 1314.674,1083.6506 L 1312.9963,1082.0005 L 1312.5106,1081.7413 L 1311.0893,1082.5693 L 1310.042,1082.3849 L 1309.4546,1082.4553 L 1306.8306,1083.7601 L 1305.8884,1083.0489 L 1304.7229,1082.9831 L 1304.6393,1081.7515 L 1304.1312,1081.4131 L 1299.9902,1081.3624 L 1300.0357,1080.8699 L 1300.837,1079.7235 L 1300.5823,1079.2408 L 1299.1076,1078.5731 L 1297.74,1077.41 L 1296.6588,1074.5397 L 1296.1499,1074.3301 L 1294.2479,1073.3308 L 1293.695,1073.37 L 1292.7092,1072.8944 L 1292.5304,1071.968 L 1292.0404,1071.5879 L 1290.4735,1068.9507 L 1290.8871,1068.6539 L 1290.4665,1067.3294 L 1289.8782,1067.0884 L 1287.0964,1065.7429 L 1287.451,1065.2766 L 1287.0931,1063.5769 L 1288.049,1062.1552 L 1287.6041,1061.7634 L 1287.0452,1060.7383 L 1287.9559,1059.8879 L 1288.2621,1058.0216 L 1289.4823,1056.5922 L 1290.3009,1053.541 L 1291.7787,1052.4361 L 1291.5587,1051.9514 L 1290.2293,1050.3955 L 1289.6122,1050.473 L 1288.0261,1051.4254 L 1286.2413,1051.122 L 1286.3875,1050.5545 L 1284.9678,1047.4516 L 1286.1314,1046.0367 L 1288.4278,1045.0878 L 1288.3232,1041.3654 L 1289.3465,1041.2672 L 1289.8695,1041.6299 L 1288.9134,1038.9894 L 1289.1905,1038.4734 L 1288.3763,1037.6404 L 1288.9505,1037.5502 L 1289.3449,1035.9623 L 1290.2199,1035.3272 L 1289.765,1034.8987 L 1289.2677,1033.773 L 1290.2201,1032.9849 L 1290.9205,1031.2394 L 1290.7097,1030.2626 L 1290.0956,1030.3631 L 1286.4857,1030.0795 L 1284.1293,1028.1159 L 1283.8551,1027.5442 L 1283.4291,1025.6917 L 1282.0726,1024.3747 L 1281.6931,1023.1816 L 1282.22,1022.861 L 1284.6027,1021.0096 L 1284.0261,1020.845 L 1283.6117,1019.9423 L 1284.5788,1018.4169 L 1283.3797,1018.0716 L 1281.5454,1016.3722 L 1280.3233,1016.1568 L 1277.9854,1014.1261 L 1278.8289,1013.2256 L 1277.3413,1010.5103 L 1275.6863,1009.666 L 1275.2697,1009.2672 L 1273.5649,1009.0473 L 1272.1813,1008.0325 L 1272.0915,1006.8749 L 1271.9286,1006.3146 L 1272.575,1006.4096 L 1274.2856,1005.8755 L 1274.9117,1006.9362 L 1275.5195,1007.0006 L 1277.3625,1006.398 L 1278.7665,1007.6366 L 1279.2523,1006.6347 L 1280.2751,1004.6675 L 1280.0628,1004.1387 L 1279.7997,1003.5461 L 1279.4952,1001.6555 L 1279.3967,1001.6778 L 1278.8328,1001.8052 L 1277.2035,1002.2465 L 1276.2266,1001.623 L 1275.7164,1001.2335 L 1274.9371,999.47298 L 1273.7645,999.01105 L 1273.8158,998.45087 L 1272.5652,996.60989 L 1272.8613,996.13326 L 1273.3255,995.74472 L 1274.4814,996.09909 L 1276.8706,995.78644 L 1278.418,993.99989 L 1278.7603,993.52624 L 1278.9359,991.2559 L 1279.3862,991.12092 L 1280.0717,990.65926 L 1280.0215,990.05559 L 1280.1892,988.2576 L 1279.5136,987.25467 L 1279.9309,985.48766 L 1280.3751,985.07754 L 1281.2508,984.24039 L 1281.5538,981.83372 L 1282.5105,981.2392 L 1282.8979,980.82278 L 1285.9201,980.31606 L 1286.5484,980.28292 L 1288.522,978.20785 L 1289.108,978.23451 L 1289.5669,978.60367 L 1292.4524,980.53955 L 1293.605,980.74789 L 1294.4024,977.91837 L 1295.3518,977.15368 L 1296.2918,974.90255 L 1295.8593,974.52209 L 1293.2199,972.6726 L 1292.7431,972.40647 L 1292.2136,972.2756 L 1291.7769,971.85752 L 1290.9255,970.99896 L 1291.0135,969.82117 L 1294.3149,968.45535 L 1294.1616,967.74335 L 1293.9219,967.18724 L 1292.2635,965.43973 L 1289.9,965.40885 M 1193.9014,868.54365 L 1194.4885,869.50105 L 1195.7683,870.11286 L 1196.2327,869.79145 L 1197.9102,870.68656 L 1202.757,869.29445 L 1203.3349,869.02304 L 1207.7212,868.08777 L 1212.862,870.6732 L 1213.4189,870.99602 L 1212.9262,872.11916 L 1214.2071,874.20781 L 1214.8099,877.21732 L 1218.298,876.64688 L 1218.8461,876.88924 L 1220.2009,875.72838 L 1221.1695,873.56655 L 1222.2562,873.0293 L 1224.9786,872.25577 L 1225.1471,871.68638 L 1226.1512,872.41523 L 1226.7719,872.42574 L 1227.5879,871.51861 L 1231.7041,870.02075 L 1232.3651,868.31438 L 1234.824,867.65009 L 1236.0133,866.14237 L 1236.1393,865.51303 L 1236.5846,865.6127 L 1236.8121,865.03482 L 1240.7666,863.37933 L 1243.1638,863.50566 L 1245.623,861.70353 L 1246.3399,862.72776 L 1246.6781,863.25839 L 1247.915,863.09098 L 1248.7072,861.43621 L 1248.6383,860.81593 L 1248.5046,860.18437 L 1248.1891,856.3793 L 1248.1767,855.81127 L 1246.608,853.5886 L 1246.4137,852.61676 L 1246.9171,852.36102 L 1247.3817,851.90551 L 1253.5591,848.49121 L 1253.4605,847.85873 L 1252.8405,846.05612 L 1250.2815,842.49448 L 1249.8261,842.06322 L 1248.2819,841.05373 L 1246.4486,840.79852 L 1246.3135,840.22293 L 1245.4843,837.4125 L 1245.4543,836.19739 L 1246.4957,834.1099 L 1245.8261,832.42374 L 1247.2557,831.2285 L 1247.6086,830.08091 L 1245.493,825.52479 L 1244.2989,825.88439 L 1241.895,827.80001 L 1240.173,827.04152 L 1240.1617,825.77419 L 1240.2865,825.14982 L 1240.8883,825.24633 L 1245.017,822.79611 L 1245.4227,822.34566 L 1246.0764,821.30664 L 1247.6849,820.29779 L 1248.5015,818.61226 L 1248.381,817.36213 L 1248.1677,816.76854 L 1248.1555,815.51599 L 1249.7791,812.10375 L 1247.303,809.16213 L 1246.1229,808.63981 L 1245.7088,808.14221 L 1245.8926,806.90047 L 1247.4469,804.99208 L 1246.9495,802.60025 L 1247.7525,801.65324 L 1248.432,800.64437 L 1252.1535,801.32127 L 1252.792,800.30192 L 1252.5247,799.73324 L 1253.1523,799.6467 L 1254.5855,800.8781 L 1255.2164,800.93642 L 1255.4676,800.16877 L 1255.7292,799.59701 L 1256.7829,798.90315 L 1257.345,799.19553 L 1258.1962,800.82413 L 1259.7767,801.86872 L 1261.0628,800.51247 L 1262.0057,801.27955 L 1262.5613,801.62311 L 1263.0239,801.45605 L 1262.8697,800.22502 L 1264.4009,798.13087 L 1264.6158,796.1957 L 1263.8101,795.19954 L 1264.3383,794.88265 L 1265.3791,795.54041 L 1266.7658,794.51468 L 1267.3451,794.30283 L 1267.9137,794.53655 L 1268.5471,796.08371 L 1270.8739,795.92813 L 1271.4024,795.61672 L 1271.5395,798.39124 L 1272.6371,798.67427 L 1272.723,799.24902 L 1273.6589,801.87497 L 1274.1558,802.21776 L 1276.4028,803.00304 L 1278.6038,802.23416 L 1278.8381,802.66288 L 1279.015,803.11652 L 1279.9909,803.766 L 1283.6177,803.96512 L 1284.6938,804.47111 L 1285.004,804.99404 L 1284.522,808.85095 L 1284.3541,809.47866 L 1286.0242,811.20449 L 1286.6237,810.96958 L 1287.6462,808.63732 L 1288.6028,807.82247 L 1291.1277,807.59606 L 1292.8966,808.27743 L 1293.4531,808.60135 L 1292.2983,810.02117 L 1291.8212,812.41469 L 1292.2034,813.5801 L 1294.8603,815.33318 L 1298.677,815.38153 L 1300.469,817.14769 L 1302.7519,816.87018 L 1303.4552,817.6924 L 1303.9166,818.04726 L 1304.325,819.29273 L 1304.6879,819.64825 L 1304.9142,820.25186 L 1308.0807,820.43902 L 1310.9989,819.057 L 1311.2469,821.44877 L 1310.0976,823.5794 L 1310.9887,824.43374 L 1312.1933,824.15142 L 1312.6787,824.34608 L 1312.6018,825.86635 L 1313.042,827.22686 L 1313.3842,827.59184 L 1315.6871,828.61816 L 1315.4132,830.43387 L 1316.1078,831.43142 L 1316.6141,831.80629 L 1318.366,832.01437 L 1318.9335,832.96059 L 1318.5301,833.39176 L 1322.3866,833.54757 L 1323.0263,833.44752 L 1323.3366,833.91759 L 1326.6429,835.44655 L 1326.756,836.05065 L 1325.0159,838.20504 L 1325.0957,838.75878 L 1327.1568,840.40291 L 1327.501,840.83777 L 1330.444,840.11878 L 1330.9799,839.82208 L 1331.883,837.95279 L 1331.7443,837.37599 L 1332.6231,837.06829 L 1332.93,837.4691 L 1334.5473,836.97988 L 1334.9783,836.54358 L 1336.4142,837.83658 L 1337.6971,837.63708 L 1338.3399,837.75719 L 1338.8949,837.76106 L 1339.4099,837.55962 L 1340.8642,836.35185 L 1340.8042,835.72105 L 1340.6087,835.1193 L 1343.1267,835.41122 L 1344.0701,834.97974 L 1344.1213,834.46301 L 1350.4376,832.48783 L 1350.9792,832.20222 L 1353.3005,831.80908 L 1353.8982,831.69497 L 1353.5382,830.49819 L 1354.2257,828.91868 L 1355.9632,828.70321 L 1356.5449,828.62002 L 1360.1236,829.12366 L 1361.2698,829.12841 L 1361.6663,829.45422 L 1362.8362,829.20315 L 1363.2045,829.67955 L 1367.3008,830.24737 L 1367.8903,830.38568 L 1368.0467,830.18532 L 1367.4911,830.08748 L 1366.8962,829.29055 L 1367.7934,827.87201 L 1369.6749,827.7905 L 1371.0261,826.44517 L 1372.9481,826.25534 L 1373.5714,826.0924 L 1374.2278,826.83898 L 1374.5473,827.22032 L 1375.6527,828.2509 L 1375.6749,828.75705 L 1376.2986,828.71594 L 1376.7998,829.84442 L 1379.799,830.55901 L 1380.1295,831.0415 L 1379.6646,832.18576 L 1379.6742,832.80508 L 1380.3901,832.0892 L 1380.7453,830.56728 L 1382.2971,829.97141 L 1382.5386,829.45618 L 1384.8328,829.59778 L 1385.7991,829.06378 L 1386.3697,828.87507 L 1388.1644,829.26476 L 1390.3201,827.32835 L 1391.2919,827.6941 L 1391.7364,827.96359 L 1392.463,826.30722 L 1392.8314,825.79697 L 1393.7719,825.97252 L 1394.1839,826.35636 L 1395.2501,825.2523 L 1395.4332,824.76341 L 1397.9583,826.10006 L 1399.6299,826.40169 M 763.74175,711.46355 L 763.2709,711.05301 L 762.08953,710.70894 L 760.69988,711.84157 L 760.18652,710.15046 L 758.15279,709.97432 L 757.91755,713.1811 L 756.93789,714.02191 L 755.02779,714.38609 L 753.42783,716.42063 L 752.88182,716.09818 L 751.62567,714.01967 L 749.86855,713.73065 L 749.2723,711.96993 L 748.63607,711.92006 L 747.99097,712.02681 L 746.75583,712.39192 L 743.624,711.51544 L 742.51387,712.18033 L 741.25013,711.86074 L 738.96586,709.63032 L 735.89312,708.65245 L 736.27855,707.75268 L 734.50539,704.72684 L 734.06713,704.27882 L 732.4722,705.84096 L 732.07138,706.22954 L 731.25234,704.52407 L 728.00896,704.09657 L 725.21007,702.48674 L 722.9437,703.67066 L 722.9368,703.07515 L 722.67241,701.91637 L 722.10596,701.69983 L 721.29062,702.56053 L 720.23339,704.71228 L 720.20006,706.51199 L 718.45914,706.28707 L 717.61821,707.05838 L 717.07428,706.75091 L 715.97101,706.3916 L 714.5247,704.39756 L 712.66314,704.7713 L 710.19718,704.23635 L 709.74783,703.8506 L 709.75382,701.52668 L 709.39754,700.99812 L 707.32676,697.83474 L 707.09296,696.03041 L 708.89603,695.83168 L 711.31111,693.72667 L 711.42407,692.49366 L 712.69544,692.26009 L 712.45516,691.7293 L 711.28568,691.77406 L 710.1435,690.44401 L 709.02985,690.09577 L 708.6054,690.578 L 704.67749,693.86574 L 702.16116,693.23059 L 698.24222,691.21482 L 697.74844,691.4745 L 695.52831,691.54225 L 694.8953,691.43799 L 692.41738,690.88294 L 690.20603,692.07049 L 688.34776,691.76421 L 688.54983,691.17812 L 689.236,689.48139 L 688.93992,688.35902 L 687.34031,687.42197 L 687.49804,686.82255 L 687.12722,686.36268 L 686.59144,685.34719 L 686.93492,683.69974 L 686.33819,683.63576 L 687.08046,682.65967 L 686.7045,680.24651 L 686.54309,679.65455 L 685.89456,676.18928 L 685.6485,675.64445 L 685.51486,675.45147 L 681.87123,675.93726 L 680.20598,675.13187 L 679.7094,674.76874 L 678.4131,670.96394 L 677.95877,670.56652 L 679.91183,668.9688 L 680.7973,667.40137 L 682.63198,667.89667 L 682.33929,666.39094 L 682.50042,665.885 L 685.49587,665.57299 L 686.61211,666.13112 L 687.19061,665.88952 L 687.354,665.2967 L 686.80653,664.22219 L 687.61654,663.29483 L 687.7083,662.68945 L 686.95397,660.46517 L 685.75739,660.23552 L 685.13698,660.11821 L 684.96226,659.5399 L 683.16033,659.28989 L 682.62468,658.98554 L 683.5094,658.07178 L 682.81873,655.72385 L 682.39638,655.24121 L 684.3183,654.79587 L 685.41592,652.7989 L 685.94034,652.49653 L 692.0171,652.19183 L 692.92422,651.38681 L 694.14596,651.68066 L 694.91321,651.13549 L 695.20028,650.76572 L 696.94972,650.19682 L 699.14215,648.1609 L 698.61986,647.31555 L 698.15047,646.92597 L 697.532,646.79137 L 696.61802,645.9457 L 696.7345,644.12196 L 695.1536,640.88091 L 695.10075,639.65344 L 695.59753,638.81445 L 695.53866,638.8246 L 691.85043,637.62769 L 692.3129,633.92816 L 691.55021,631.78951 L 692.35319,630.96332 L 692.83399,630.6365 L 694.59158,631.46244 L 698.8522,629.55486 L 698.43817,629.17021 L 699.93536,628.06059 L 704.84659,628.79214 L 705.41445,629.06209 L 705.94051,627.3359 L 706.041,626.73872 L 706.37162,625.5089 L 704.74325,624.47959 L 704.82716,622.5897 L 707.23796,619.78541 L 707.26399,619.14816 L 706.32746,617.93198 L 706.42348,617.40575 L 704.12387,616.63116 L 703.83484,615.58075 L 703.05373,615.1663 L 702.52017,614.88056 L 704.40854,612.63716 L 703.21706,611.51836 L 702.97545,610.96829 L 703.4278,610.56066 L 706.48264,608.40079 L 710.60376,606.69074 L 711.11341,606.30144 L 711.63191,605.40829 L 712.02475,605.03104 L 713.79237,603.34443 L 715.48952,602.60138 L 716.05692,602.357 L 715.33657,600.74205 L 716.23701,599.26679 L 714.69121,596.65381 L 714.26995,596.17647 L 713.81132,592.45441 L 715.36023,589.88476 L 715.65912,589.32796 L 715.52434,589.11823 L 715.7407,587.96826 L 717.09755,585.91003 L 716.62966,583.44512 L 715.85968,582.44367 L 715.44941,582.42166 L 715.0378,582.41119 L 714.92513,581.78787 L 714.64483,578.67243 L 715.31247,577.11406 L 715.90006,576.91337 L 718.62344,577.8046 L 719.17201,577.97869 L 717.83718,576.62587 L 717.38733,573.51395 L 719.76779,572.50108 L 720.44468,571.40657 L 722.95732,571.33967 L 724.66609,572.14762 L 725.86332,570.74856 L 727.03392,570.81115 L 727.73725,569.98778 M 1446.2595,1076.329 L 1446.7214,1076.7421 L 1447.7428,1076.1878 L 1447.8574,1075.5736 L 1448.1161,1074.5454 L 1449.1345,1074.2266 L 1449.3705,1073.7443 L 1449.938,1072.0478 L 1452.9144,1071.7953 L 1453.9734,1071.1804 L 1454.378,1070.7155 L 1454.5742,1069.5252 L 1454.3713,1068.9449 L 1453.9049,1067.7473 L 1454.0923,1066.5006 L 1456.819,1063.8175 L 1457.1332,1062.5813 L 1456.7035,1061.3639 L 1456.3807,1060.8063 L 1455.8956,1059.2058 L 1455.9841,1058.6483 L 1458.8557,1058.9741 L 1459.4188,1058.773 L 1459.8729,1058.6117 L 1461.5,1059.3221 L 1462.6735,1059.2238 L 1463.9201,1057.0901 L 1465.3763,1055.9573 L 1464.9217,1053.6002 L 1464.7262,1053.0036 L 1465.6075,1052.6803 L 1466.0855,1052.6191 L 1466.4861,1052.2005 L 1465.9713,1049.7304 L 1466.3633,1047.8605 L 1466.4174,1047.2155 L 1466.0397,1046.1992 L 1466.2069,1045.6829 L 1466.5549,1043.2923 L 1466.6139,1042.687 L 1466.7058,1038.5097 L 1466.91,1037.9327 L 1468.038,1036.731 L 1468.5947,1034.3974 L 1468.7038,1033.8044 L 1469.247,1031.5937 L 1469.5153,1031.0902 L 1470.48,1028.0618 L 1471.7107,1023.8216 L 1471.8925,1023.217 L 1472.2775,1021.4062 L 1471.4197,1019.1559 L 1471.5264,1017.9584 L 1472.3124,1017.0186 M 1594.7872,1046.1164 L 1592.7722,1047.6175 L 1589.7309,1048.1888 L 1587.8773,1050.7662 L 1587.5675,1052.0059 L 1583.9596,1056.2758 L 1583.4174,1055.9815 L 1581.1426,1055.3098 L 1582.2825,1052.5164 L 1580.8036,1050.5863 L 1581.0794,1049.4186 L 1581.2578,1047.5615 L 1579.5047,1045.8304 L 1577.3047,1042.1518 L 1576.7439,1042.2425 L 1574.4757,1042.168 L 1573.953,1042.4303 L 1570.0061,1043.0797 L 1569.6892,1043.5764 L 1569.1363,1043.3418 L 1567.8828,1042.0654 L 1566.9723,1039.3068 L 1565.8835,1038.9045 L 1565.4348,1039.307 L 1564.9926,1038.8529 L 1563.8099,1037.3618 L 1562.7297,1033.1281 L 1561.6108,1030.8447 L 1565.1397,1030.6735 L 1565.7474,1030.6901 L 1565.8758,1028.3474 L 1566.35,1027.9629 L 1566.0849,1027.4295 L 1565.6637,1026.9682 L 1564.6167,1026.305 L 1564.2992,1025.1245 L 1561.2937,1024.4397 L 1559.1649,1023.3184 L 1558.5393,1022.2353 L 1558.1416,1022.7494 L 1556.5524,1025.5231 L 1553.5876,1026.7754 L 1551.9878,1030.3237 L 1550.9084,1030.965 L 1551.3416,1032.0491 L 1550.3476,1033.4149 L 1550.1891,1033.9832 L 1550.5092,1034.4515 L 1550.7101,1035.5133 L 1550.0783,1036.4404 L 1548.5553,1038.4607 L 1547.5946,1041.4745 L 1547.0319,1041.7663 L 1546.3787,1042.7748 L 1543.9508,1044.4253 L 1543.6344,1044.9409 L 1539.8438,1048.0403 L 1541.007,1048.422 L 1541.0007,1050.2124 L 1540.7468,1050.7874 L 1540.3352,1051.1977 L 1537.8657,1053.6694 L 1538.2572,1054.0735 L 1538.2989,1055.0839 L 1538.2972,1055.1168 L 1537.6764,1056.1308 L 1537.428,1056.7011 L 1535.6908,1061.2837 L 1532.8385,1061.7549 L 1532.2591,1062.0253 L 1529.3442,1063.2438 L 1526.856,1062.9133 L 1526.5326,1063.4685 L 1524.712,1063.1904 L 1522.9431,1063.6467 L 1523.1836,1059.9637 L 1522.7473,1059.7361 L 1522.3117,1059.4984 L 1520.9862,1058.8243 L 1520.779,1060.0033 L 1519.2106,1060.7124 L 1518.6947,1061.7904 L 1518.2136,1061.4485 L 1518.1564,1056.7888 L 1518.2889,1056.2337 L 1518.6146,1054.5548 L 1517.0117,1054.3847 L 1516.6885,1053.9288 L 1516.4425,1051.8444 L 1515.8807,1051.8479 L 1514.8566,1051.4102 L 1514.9064,1050.2777 L 1514.2843,1050.1466 L 1511.2838,1049.2514 L 1510.9015,1050.3676 L 1509.8463,1051.0194 L 1506.9218,1048.8657 L 1506.8043,1049.4547 L 1506.851,1053.6229 L 1506.1668,1054.3227 L 1506.135,1053.7596 L 1506.0349,1052.6362 L 1505.4277,1052.4338 L 1503.6162,1052.9805 L 1500.8431,1051.4752 L 1499.2168,1053.2884 L 1498.6789,1052.9926 L 1494.8263,1051.1938 L 1493.0867,1051.7458 L 1493.0099,1051.151 L 1493.4493,1049.4208 L 1493.144,1048.9074 L 1492.6225,1048.6702 L 1490.5846,1047.9059 L 1490.4617,1047.3169 L 1491.6148,1045.2579 L 1491.4095,1042.8798 L 1490.8363,1042.9435 L 1488.5642,1043.1093 L 1488.4874,1042.5406 L 1489.1611,1039.8511 L 1488.528,1039.9713 L 1487.2863,1040.2563 L 1485.534,1039.5096 L 1485.4251,1040.1139 L 1484.1435,1041.2472 L 1482.9813,1041.4373 L 1482.712,1040.8683 L 1481.8133,1040.0167 L 1481.7029,1037.5049 L 1479.2511,1037.3647 L 1478.8427,1036.4352 L 1478.4096,1035.9824 L 1477.8534,1035.0395 L 1478.2052,1033.9505 L 1478.1908,1030.5834 L 1478.1302,1029.9301 L 1477.018,1024.1318 L 1476.8824,1023.1455 L 1476.4867,1020.8481 L 1476.8891,1020.4282 L 1476.7708,1019.8218 L 1476.4173,1018.0021 L 1473.6599,1017.98 L 1472.3124,1017.0186 L 1471.7563,1016.8537 L 1472.2068,1016.4868 L 1472.9703,1014.3273 L 1472.7114,1012.6063 L 1472.855,1011.3511 L 1472.8683,1010.7191 L 1470.1174,1008.045 L 1469.8527,1006.8128 L 1469.7696,1004.6433 L 1469.8978,1004.1138 L 1469.4228,1003.2313 L 1469.2553,1002.7264 L 1470.1196,1001.2514 L 1469.8906,1000.1377 L 1469.7451,999.57804 L 1469.5769,998.07841 L 1469.4479,997.58831 L 1470.2849,995.6739 L 1469.9534,994.83731 L 1469.5846,994.47341 L 1469.9182,992.02602 L 1470.022,991.41303 L 1471.3084,989.16459 L 1471.186,986.77924 L 1472.3155,986.27958 L 1473.3978,986.84847 L 1475.237,989.2912 L 1475.6471,989.75436 L 1476.9481,989.96128 L 1479.9503,989.66588 L 1480.3609,987.82011 L 1479.4749,985.55631 L 1480.3347,983.85614 L 1480.8152,983.70013 L 1482.0772,983.19439 L 1483.7996,981.63915 L 1484.7513,982.19689 L 1485.8929,982.07646 L 1487.8888,981.76339 L 1490.0198,980.59278 M 1136.1048,271.89633 L 1135.9402,272.26391 L 1134.3912,275.19919 L 1133.9515,275.5988 L 1135.1354,275.61857 L 1136.7372,276.53742 L 1137.9997,276.30709 L 1138.613,276.12432 L 1139.3732,276.83164 L 1139.9028,276.74512 L 1138.6366,278.19857 L 1135.814,279.94175 L 1134.959,280.7904 L 1134.7679,282.43555 L 1134.7012,283.03074 L 1135.3263,283.19287 L 1135.1183,283.68487 L 1134.5423,283.86493 L 1131.6987,285.821 L 1130.2,287.85769 L 1129.9,289.08326 L 1129.1336,289.8247 L 1129.4521,290.32503 L 1129.7649,292.4857 L 1129.165,294.15828 L 1129.3265,295.01675 L 1129.3267,295.48326 L 1125.3661,298.65251 L 1124.7789,298.49128 L 1125.0016,296.81178 L 1124.7044,296.31144 L 1123.608,296.76993 L 1123.2234,297.24277 L 1124.3075,298.70387 L 1124.7611,301.63572 L 1124.9309,302.20868 L 1124.5936,303.09901 L 1124.0736,303.4097 L 1123.5715,303.55308 L 1123.0252,303.90138 L 1121.4716,305.03746 L 1121.7225,305.60943 L 1121.8427,306.06206 L 1121.9355,306.99066 L 1124.2539,306.78588 L 1124.7034,307.14786 L 1125.0077,307.43794 L 1124.6681,307.87832 L 1124.4124,308.85478 L 1125.1501,309.84499 L 1124.9109,311.60166 L 1125.1245,312.17506 L 1124.5484,312.39819 L 1122.0114,314.0708 L 1122.7779,315.53574 L 1122.5182,316.06557 L 1123.5915,316.8105 L 1126.2874,316.85599 L 1126.9624,316.89659 L 1126.2321,318.48135 L 1126.4971,320.1638 L 1126.8243,321.9306 L 1126.9901,322.51184 L 1128.6334,324.29406 L 1129.4855,327.90533 L 1129.2649,327.88684 L 1128.591,327.81652 L 1126.5595,327.88004 L 1125.9645,329.02268 L 1125.6629,329.53092 L 1124.2729,330.47914 L 1124.6969,328.90458 L 1124.795,326.66839 L 1124.1771,326.94392 L 1120.8857,326.43578 L 1121.0831,327.03857 L 1121.538,328.19539 L 1121.2518,330.04898 L 1120.6135,330.11581 L 1119.3773,329.87034 L 1118.4878,332.04727 L 1117.8327,332.60028 L 1117.2557,332.33111 L 1115.9483,330.32171 L 1115.304,330.28531 L 1114.9123,329.81247 L 1114.8057,328.62239 L 1113.2857,327.55454 L 1112.9845,327.9447 L 1112.025,328.23619 L 1111.3956,328.10163 L 1110.4173,329.58218 L 1107.9501,330.27992 L 1107.7651,332.09519 L 1108.6933,332.9214 L 1108.3044,333.36197 L 1108.3409,335.07199 L 1107.4819,333.50856 L 1106.4665,332.83292 L 1105.9992,333.22868 L 1103.295,327.21514 L 1102.8293,327.6388 L 1102.4668,328.7237 L 1100.6218,329.19419 L 1100.2998,328.67471 L 1099.5474,326.42473 L 1099.2825,326.45587 L 1099.4691,327.05651 L 1097.3208,328.49769 L 1097.6833,329.00433 L 1099.9228,331.07173 L 1100.133,332.24246 L 1100.1786,334.31382 L 1099.649,333.97365 L 1098.4996,331.92144 L 1096.6146,331.71899 L 1096.1268,332.10849 L 1096.5778,332.46933 L 1094.9468,334.04909 L 1094.656,334.32654 L 1094.8486,334.83684 L 1095.2899,335.83467 L 1094.429,336.53747 L 1093.9591,336.12881 L 1088.9982,336.0199 L 1088.8789,336.36596 L 1089.2403,336.49755 L 1088.6558,336.76859 L 1088.1546,337.1584 L 1087.7213,340.15017 L 1088.4792,341.82139 L 1088.3071,344.16424 L 1087.7418,344.50936 L 1085.9051,344.52094 L 1085.3639,344.64788 L 1083.8425,343.99952 L 1083.573,343.40688 L 1082.9882,343.19865 L 1081.9013,342.63323 L 1079.4797,342.72028 L 1078.871,343.39088 L 1078.4501,342.91594 L 1076.0733,342.44061 L 1075.4834,342.512 L 1074.8902,342.55055 L 1074.7497,343.02971 L 1074.6909,343.98029 L 1074.655,344.5601 L 1072.9969,346.88381 L 1073.0126,347.23701 L 1072.3918,347.25915 L 1072.5847,350.6402 L 1071.9855,350.93022 L 1069.9168,352.40532 L 1069.3573,352.0634 L 1067.6782,351.06019 L 1067.1531,349.92846 L 1067.5297,347.55125 L 1066.7334,345.9226 L 1067.0591,345.38827 L 1066.9198,345.23997 L 1066.2554,345.16872 L 1064.4273,345.75069 L 1062.7092,344.98813 L 1063.117,345.39524 L 1062.0608,345.88625 L 1061.3074,347.36719 L 1060.9407,347.7406 L 1060.0472,347.77568 L 1059.7044,347.21791 L 1058.4691,345.73978 L 1058.7889,345.24789 L 1059.3935,343.76147 L 1056.8661,344.2903 L 1054.3465,341.85693 L 1053.6265,342.3152 L 1053.1886,341.82792 L 1051.662,340.61117 L 1051.6793,339.97542 L 1051.1484,340.3275 L 1048.2132,343.43947 L 1047.6996,343.10028 L 1046.7825,342.29567 L 1047.6129,340.78268 L 1047.055,340.65368 L 1046.6251,340.29496 L 1045.5113,340.82053 L 1045.0214,339.71778 L 1044.8035,339.16398 L 1044.5504,338.62329 L 1044.0971,337.55351 L 1039.8943,336.04448 L 1038.604,336.1748 L 1038.0505,336.46672 L 1036.9261,337.01453 L 1035.027,336.99381 L 1034.4444,336.68644 L 1033.5295,335.03737 L 1032.6363,335.52131 L 1032.0322,335.70367 L 1030.1327,334.12852 L 1029.7613,332.43019 L 1029.157,332.11016 L 1027.6382,330.81956 L 1027.5228,331.44039 L 1025.7383,332.26547 L 1024.4825,331.83269 L 1024.1336,331.30554 L 1020.6483,329.7956 L 1020.0963,329.72533 L 1018.9896,328.6542 L 1017.1287,328.57426 L 1016.638,328.52545 L 1016.0128,328.52314 L 1013.6504,329.21803 L 1012.0144,328.42586 L 1011.7775,328.24563 L 1011.1699,328.4602 L 1007.4016,328.56953 L 1006.3412,329.19431 L 1006.0168,329.71072 L 1005.1994,330.59112 L 1003.409,331.14257 L 1002.7653,330.91924 L 1001.754,330.07957 L 999.74179,330.24762 L 999.31194,330.55926 L 998.81337,330.76111 L 998.2499,330.40971 L 996.11063,331.78611 L 994.16017,331.43456 L 993.87697,331.14812 L 995.18146,331.03532 L 995.16147,329.85144 L 992.51441,328.15238 L 992.01736,327.01112 L 991.36025,327.02829 L 991.31634,326.99561 L 990.66947,326.94218 L 989.49418,327.45411 L 987.94434,326.50767 L 986.81865,327.11807 L 984.89159,326.87817 L 984.10401,325.30843 L 983.55041,325.69515 L 981.27258,328.80776 L 981.04735,328.27505 L 979.24392,325.31759 L 978.74118,325.67641 L 977.04733,326.46159 L 974.39698,328.99111 L 973.82148,329.12406 L 972.66125,329.34546 L 972.12485,329.01829 L 970.43797,328.24923 L 968.60442,328.65555 L 968.17204,328.18343 L 967.20971,327.34826 L 967.23907,326.76178 L 967.00788,325.75642 L 965.22812,325.37781 L 965.00693,324.82899 L 965.59698,324.49231 L 967.552,322.74943 L 967.02863,321.59311 L 964.99453,321.81236 L 964.69273,321.28377 L 963.62158,319.10789 L 961.74463,319.54192 L 961.2071,319.19741 L 961.42474,318.74749 L 960.48886,318.36442 M 931.48519,1386.2987 L 932.67351,1386.4838 L 933.25749,1386.3315 L 933.75213,1386.0304 L 933.79338,1383.7083 L 933.66646,1383.2527 L 934.25651,1382.5513 L 933.69747,1382.3647 L 932.7912,1381.5846 L 929.3482,1380.9907 L 929.45298,1379.7778 L 928.90886,1378.7362 L 929.97558,1379.2727 L 930.79834,1378.6818 L 931.06382,1378.1217 L 932.8508,1377.7053 L 935.74929,1378.6019 L 939.42574,1378.8356 L 939.97606,1378.5476 L 939.87812,1377.9697 L 939.4589,1376.3279 L 940.54991,1374.4021 L 941.48516,1372.8726 L 941.79417,1372.3335 L 943.40209,1372.7759 L 943.97456,1372.6438 L 944.37416,1371.5866 L 943.6062,1369.3178 L 945.26588,1369.2584 L 945.86074,1369.332 L 946.32273,1368.1819 L 948.45516,1367.1078 L 949.86822,1363.6937 L 950.28744,1363.2496 L 948.93538,1360.3688 L 947.27684,1359.5511 L 945.55781,1359.4873 L 945.193,1358.2721 L 945.84315,1355.1751 L 944.27192,1354.1648 L 943.82309,1353.7231 L 943.98114,1353.1807 L 943.78411,1351.5217 L 944.52981,1350.0301 L 944.94738,1350.4917 L 946.09091,1350.1231 L 948.43783,1350.739 L 950.14952,1350.1079 L 952.55628,1350.3115 L 952.55021,1349.7082 L 953.03295,1350.0643 L 953.81964,1350.9492 L 955.40087,1350.1441 L 956.59147,1351.4355 L 957.75525,1351.6665 L 958.54928,1353.259 L 959.61954,1353.6636 L 960.0952,1353.5021 L 961.49763,1353.1089 L 960.8519,1351.4741 L 962.895,1348.7613 L 963.12681,1348.2088 L 963.58425,1348.6201 L 965.61381,1351.6151 L 966.77037,1351.9836 L 967.14454,1352.4778 L 967.04015,1351.9574 L 967.53492,1350.4841 L 967.33726,1349.9263 L 966.21347,1347.2156 L 967.06103,1345.0462 L 967.59793,1344.995 L 968.25024,1346.5249 L 968.77879,1346.6413 L 970.62777,1345.1335 L 972.87953,1346.0272 L 973.99218,1345.5207 L 975.47496,1347.4491 L 976.88195,1346.4545 L 977.39316,1345.7035 L 976.93142,1345.318 L 974.42166,1342.838 L 976.30139,1341.4508 L 977.4744,1341.538 L 977.90008,1341.9088 L 979.19773,1342.8786 L 980.29976,1344.3212 L 982.07978,1344.156 L 983.74553,1344.8911 L 985.61033,1343.5041 L 986.47218,1344.0296 L 987.60901,1343.786 L 988.19488,1343.7177 L 988.72951,1343.4308 L 991.54373,1342.5441 L 991.14374,1340.8324 L 991.65306,1340.4998 L 995.11882,1339.855 L 994.19117,1337.1896 L 995.70925,1336.7532 L 996.26375,1336.5917 L 997.27112,1338.0681 L 999.48605,1337.495 L 999.93362,1338.6134 L 1000.9686,1338.3997 L 1001.3562,1337.9183 L 1000.7651,1336.3416 L 1001.6077,1335.701 L 1002.1497,1335.5532 L 1003.9192,1335.4986 L 1004.8251,1334.7118 L 1006.0065,1334.6988 L 1006.5964,1334.6858 L 1007.0319,1336.3489 L 1007.807,1337.1673 L 1007.2954,1338.2047 L 1007.7279,1338.5836 L 1009.4744,1338.3461 L 1010.593,1338.7564 L 1010.7488,1339.9942 L 1011.8894,1341.467 L 1013.0033,1341.136 L 1013.7367,1340.1612 L 1016.0424,1340.8169 L 1017.7829,1342.3519 L 1014.1783,1344.6149 L 1011.8414,1344.6111 L 1010.9188,1345.4432 L 1010.9735,1346.0747 L 1011.5632,1346.2377 L 1012.0046,1345.8063 L 1016.1727,1346.0062 L 1017.7741,1346.7981 L 1020.8481,1344.902 L 1023.7648,1344.7827 L 1024.2074,1345.2067 L 1025.3709,1346.51 L 1024.4922,1348.7615 L 1026.6011,1349.6828 L 1028.6288,1348.6004 L 1029.7835,1348.8632 L 1030.7816,1350.9908 L 1031.7826,1351.5682 L 1032.2563,1351.9086 L 1032.6951,1352.2804 L 1032.984,1352.7885 L 1036.3618,1354.1779 L 1036.9666,1354.0663 L 1036.9662,1354.6993 L 1038.2943,1355.9944 L 1039.714,1358.689 L 1039.6234,1361.147 L 1045.4481,1362.0209 L 1046.033,1362.1581 L 1046.7819,1365.4102 L 1047.1802,1365.8154 L 1049.0738,1366.8465 L 1049.9718,1368.9364 L 1050.4028,1369.3105 L 1050.3771,1370.4055 L 1049.9431,1370.717 L 1050.3069,1371.6714 L 1050.35,1372.1828 L 1050.7841,1372.6311 L 1051.2119,1373.8058 L 1053.9272,1374.9909 L 1053.907,1376.2568 L 1053.6271,1378.1074 L 1053.4919,1378.6727 L 1051.4713,1379.6167 L 1050.8692,1381.4025 L 1052.0611,1381.369 L 1055.6963,1383.4626 L 1055.6648,1384.0907 L 1057.798,1385.7932 L 1057.6703,1388.2245 L 1057.4392,1389.3599 L 1057.3747,1389.9745 L 1057.565,1391.1917 L 1060.6367,1392.9849 L 1061.1038,1394.0039 L 1060.9293,1394.5508 L 1059.5069,1395.4078 L 1059.0343,1396.3765 L 1059.0655,1396.9452 L 1059.1317,1398.6157 L 1058.8054,1399.5288 L 1062.4346,1404.594 L 1063.1498,1404.4961 L 1063.6058,1404.8117 L 1063.508,1405.4426 L 1064.7952,1406.6917 L 1065.3718,1408.4906 L 1066.71,1409.7993 L 1067.3349,1411.5492 L 1067.7905,1411.9324 L 1070.8203,1414.7559 L 1070.8932,1415.3858 L 1073.9805,1418.2666 L 1075.7093,1418.3321 L 1076.294,1418.4418 L 1078.0415,1418.5506 L 1081.4231,1420.9288 L 1085.9998,1419.526 L 1086.6055,1419.4671 L 1087.5735,1416.6157 L 1090.7842,1414.962 L 1091.9656,1415.0322 L 1093.4705,1416.8784 L 1095.7305,1417.3408 L 1096.321,1417.2216 L 1096.3571,1417.2383 L 1096.884,1417.528 L 1097.861,1419.0637 L 1101.9297,1418.4951 L 1102.4364,1418.7373 L 1104.3712,1419.7961 L 1104.0286,1420.3079 L 1104.8535,1425.1804 L 1106.0243,1427.1918 M 1462.6647,1421.7595 L 1462.9114,1421.3017 L 1463.1642,1420.8494 L 1465.4225,1417.035 L 1466.202,1416.0489 L 1472.0635,1417.5079 L 1474.0084,1419.8547 L 1474.7125,1422.2703 L 1474.7687,1422.9032 L 1475.6164,1421.9852 L 1478.0512,1422.0224 L 1479.7766,1421.4065 L 1481.6138,1419.7314 L 1481.8495,1416.5748 L 1483.588,1416.0801 L 1484.0834,1415.7039 L 1484.4637,1415.9919 L 1484.9326,1417.0874 L 1486.0288,1417.3407 L 1486.5136,1419.1856 L 1486.2175,1420.427 L 1486.7592,1421.5359 L 1488.3317,1422.4444 L 1489.4745,1422.057 L 1491.3275,1423.3959 L 1491.913,1423.5774 L 1492.1998,1426.4891 L 1492.3234,1427.0648 L 1494.3979,1428.3706 L 1495.2873,1430.7344 L 1496.2614,1431.508 L 1496.6209,1432.0276 L 1498.7782,1429.9585 L 1498.2502,1427.5611 L 1499.8192,1426.7698 L 1500.3944,1426.6452 L 1501.0261,1426.2125 L 1502.2515,1425.3502 L 1502.7788,1425.3238 L 1504.752,1423.1793 L 1505.4905,1421.508 L 1505.2957,1420.9288 L 1505.9292,1420.8108 L 1507.9185,1417.876 L 1508.5174,1417.8962 L 1509.6112,1419.2154 L 1510.1462,1419.4976 L 1511.1716,1419.5067 L 1511.6627,1419.3489 L 1514.7883,1417.1825 L 1516.9941,1414.8579 L 1517.1744,1414.2286 L 1517.2853,1413.7405 L 1517.7093,1412.3024 L 1520.1043,1408.8015 L 1521.6462,1407.979 L 1522.2395,1407.9686 L 1523.3595,1408.1254 L 1524.9129,1407.4985 L 1525.4592,1407.6504 L 1526.4057,1408.378 L 1527.7565,1411.8624 L 1533.4529,1415.4728 L 1535.5286,1417.7723 L 1538.7284,1419.5498 L 1541.482,1418.4912 L 1541.8187,1419.0262 L 1542.404,1419.9302 L 1546.1041,1414.8419 L 1546.4927,1409.76 L 1549.397,1408.9982 L 1549.3962,1408.3514 L 1550.6778,1409.1063 L 1551.6782,1409.1956 L 1553.3382,1408.393 L 1555.5021,1409.357 L 1559.7066,1406.6735 L 1562.0082,1408.7595 L 1562.3762,1409.2805 L 1562.8365,1410.4867 L 1562.5699,1411.7049 L 1562.4976,1412.3494 L 1563.5964,1411.3674 L 1563.9816,1410.9692 L 1567.0622,1408.7344 L 1567.4128,1408.2785 L 1568.048,1407.4912 L 1568.138,1406.9662 L 1572.3635,1407.0763 L 1573.3342,1409.3924 L 1574.3106,1409.8721 M 482.92418,817.41231 L 484.56184,817.4698 L 485.08043,817.50081 L 485.99241,818.39895 L 487.91469,822.5674 L 489.29364,823.91334 L 491.97955,824.1233 L 492.22773,827.19435 L 495.42033,830.28441 L 497.79022,831.30516 L 501.00134,831.11228 L 503.43651,831.69263 L 503.63901,832.30312 L 503.19172,834.6694 L 502.80946,835.1475 L 507.16456,835.89815 L 508.40364,835.63591 L 509.43829,836.38285 L 512.54115,835.58651 L 513.16745,835.44037 L 514.17393,837.17933 L 513.77791,837.55885 L 514.73334,838.45699 L 514.93828,838.90775 L 514.70773,840.02834 L 515.44265,842.79291 L 515.78962,843.26274 L 517.59566,843.80928 L 520.67255,842.83217 L 523.51444,845.29595 L 524.05919,845.64238 L 526.42142,844.83477 L 527.0574,844.94781 L 530.46255,845.91577 L 530.9645,846.27622 L 532.06862,845.95772 L 534.97172,847.40022 L 538.69502,848.31563 L 538.98068,845.94768 L 540.18206,845.53801 L 541.44153,845.80103 L 544.7574,844.05033 L 544.27922,842.3108 L 541.42275,839.96578 L 539.34888,836.89777 L 539.02077,836.35706 L 541.4651,836.39894 L 542.30267,834.73749 L 542.09702,833.51061 L 540.56728,832.4665 L 539.24707,830.355 L 539.39772,829.7416 L 537.96504,826.63077 L 538.39279,824.29711 L 539.31099,822.03833 L 537.94693,819.98674 L 540.48789,818.44271 L 542.30256,818.03326 L 544.28598,815.57846 L 544.85184,815.28594 L 545.36135,815.13782 L 547.01032,815.71566 L 547.28322,816.24774 L 548.23375,817.03559 L 547.99914,818.77468 L 549.18369,822.84893 L 549.532,823.36262 L 549.56189,824.55208 L 548.34798,825.03026 L 547.9095,826.17794 L 548.33202,828.06999 L 550.08376,830.73189 L 548.60518,834.39187 L 548.4094,834.94663 L 549.57229,836.13926 L 550.11381,836.28957 L 555.53335,832.90386 L 558.69616,832.23101 L 560.29668,831.1809 L 560.8559,831.49073 L 561.76771,830.64767 L 561.65123,828.90229 L 562.50295,828.01436 L 562.66693,826.17687 L 560.59081,824.76008 L 562.03336,822.03624 L 561.86578,821.42132 L 561.667,819.55956 L 560.56755,817.30173 L 562.23275,815.4486 L 564.49088,814.98141 L 564.3547,814.3635 L 565.5264,814.66999 L 567.86773,816.45443 L 569.69385,816.4398 L 570.30106,816.37907 L 570.17932,814.70969 L 571.74965,812.06382 L 571.30165,810.43583 L 571.36263,809.84987 L 571.81695,808.75371 L 573.32164,808.04299 L 573.59742,807.51679 L 574.20369,807.31622 L 576.65383,810.18966 L 579.00582,811.06874 L 580.66107,812.94617 L 581.6104,813.65311 L 583.20292,815.45467 L 589.30243,817.32296 L 591.39929,818.5256 L 591.96824,818.80379 L 596.01937,820.02283 L 596.64154,819.9268 L 597.01876,820.32057 L 597.56086,820.40773 L 598.7165,820.96882 L 599.93977,820.78793 L 600.98667,821.5336 L 606.06309,822.06073 L 607.46191,819.34567 L 607.81474,818.83356 L 609.9174,820.3921 L 610.89867,820.04318 L 613.27268,823.06813 L 615.56391,822.34777 L 616.34253,821.344 L 618.8688,823.56036 L 620.59115,824.2919 L 621.52202,826.57569 L 621.77222,827.14841 M 759.58951,988.16176 L 759.17281,987.88513 L 758.77333,986.43942 L 758.5362,985.24767 L 759.94698,984.12758 L 760.46604,983.15711 L 760.33178,982.61103 L 759.75628,982.40931 L 760.01809,981.85587 L 762.01196,979.61082 L 762.34349,977.19052 L 761.63387,976.51846 L 759.73325,976.35626 L 758.27831,978.29887 L 757.02887,978.14895 L 756.38896,977.10646 L 755.85674,977.06063 L 754.26805,976.86104 L 754.10722,976.26655 L 753.38177,974.04481 L 752.30847,972.75809 L 748.26835,971.5901 L 748.49624,971.01721 L 748.99404,966.79585 L 749.57789,966.61649 L 751.25681,964.12144 L 751.8337,964.3225 L 752.69581,963.46034 L 752.44589,962.26592 L 752.28835,961.67447 L 752.03426,960.80101 L 751.10079,957.31467 L 750.94325,956.73312 L 751.54506,956.81496 L 755.14585,956.67654 L 756.44502,954.65387 L 756.19359,953.63701 L 753.99333,949.99787 L 755.51926,949.7333 L 756.08641,948.78763 L 755.63846,947.62148 L 757.08366,945.59985 L 756.81565,945.00314 L 754.40421,942.82637 L 752.05097,941.70692 L 750.24526,942.18414 L 749.56524,943.26157 L 747.46647,944.6906 L 746.72799,945.72069 L 746.90527,946.98142 L 744.53773,949.83768 L 740.60921,946.64301 L 738.35467,945.49592 L 736.55099,945.93923 L 737.48308,943.03124 L 738.48185,942.31856 L 736.39307,940.31433 L 736.74169,939.86436 L 738.96965,937.30021 L 738.42832,937.01964 L 737.47941,936.25598 L 736.49658,934.13009 L 734.69796,933.8692 L 733.62739,934.45417 L 733.6644,933.81933 L 733.03308,932.08345 L 732.0817,931.37781 L 733.02454,927.71994 L 733.2998,923.32986 L 732.20534,922.71075 L 732.38095,922.13758 L 733.31606,919.95655 L 733.05431,919.41788 L 732.92008,918.84395 L 729.56477,919.63956 L 729.16569,919.20535 L 729.25741,917.39206 L 730.56974,916.24134 L 729.67599,915.42548 L 729.73174,914.21705 L 730.69378,912.64914 L 730.67249,909.59631 L 733.84623,909.7812 L 734.01493,909.18689 L 735.53856,905.87263 L 733.36037,904.02604 L 734.22073,901.04759 L 737.23595,898.6855 L 738.51234,898.61501 L 739.47745,897.78521 L 740.04561,897.49213 L 737.67655,896.77124 L 737.90521,894.94566 L 737.38438,893.82188 L 737.53192,893.22004 L 735.04278,893.78225 L 733.36724,892.84925 L 734.69391,888.61741 L 734.0198,887.70244 L 732.463,888.67052 L 731.07112,890.65944 L 726.93079,891.71608 L 726.31214,891.70362 L 726.44649,889.88718 L 730.31991,885.94295 L 729.84877,884.20901 L 730.58453,883.21244 L 730.63363,883.19451 L 730.97655,882.66243 L 733.46544,880.80058 L 732.34254,878.69085 L 734.63869,877.69925 L 734.96129,876.52761 L 734.56978,874.68247 L 735.11845,874.36174 L 735.56298,873.94534 L 737.53319,872.52788 L 738.67697,872.61956 L 739.2903,872.35479 L 739.45543,871.88746 L 738.82299,870.54957 L 738.20409,870.46063 L 734.39587,866.3818 L 733.03694,867.64998 L 732.64419,867.15469 L 731.87136,863.62724 L 732.39777,863.3217 L 731.77215,861.2186 L 733.43145,859.49709 L 733.74591,858.97916 L 735.48883,857.41833 L 735.51439,856.82995 L 734.11687,855.75683 L 733.7675,855.28325 L 732.98346,856.29902 L 731.79616,856.70155 L 730.8154,855.87145 L 728.91937,855.50214 L 728.42737,855.08882 L 728.89468,854.91179 L 728.85768,853.42985 L 730.14636,853.34508 L 731.37775,851.87294 L 733.65157,850.76841 L 734.90232,851.0722 L 736.53606,852.97962 L 736.74131,852.90776 L 737.06018,852.41286 L 738.9117,849.41257 L 737.64403,849.43617 L 735.91855,848.58485 L 734.85132,847.87391 L 733.61537,846.42244 L 731.80314,845.75032 L 730.56235,846.07209 L 730.12938,845.59782 L 730.64241,845.26479 L 731.72407,843.19645 L 731.70226,841.98402 L 733.48515,839.5642 L 733.33645,838.92667 L 732.88464,837.01424 L 732.73616,836.39154 L 731.83706,834.04308 L 730.75086,833.37424 L 730.67308,832.73134 L 730.34633,831.50497 L 728.96529,830.12912 L 728.78615,828.84899 L 729.13698,828.34797 L 730.4483,826.33851 L 730.35008,825.73739 L 729.74045,824.68573 L 727.63818,823.7069 L 727.00684,823.74553 L 723.69652,825.41474 L 723.88888,824.8048 L 722.94979,821.75891 L 722.86485,821.17209 L 724.18305,820.88991 L 724.3576,820.3462 L 723.46967,818.14639 L 723.38181,817.67998 L 723.21773,816.74679 L 723.0714,815.79659 L 722.97498,815.16417 L 721.71731,810.8754 M 1426.8115,562.86496 L 1431.7405,564.87975 L 1432.3596,564.71638 L 1431.8584,563.57796 L 1432.5531,561.2108 L 1434.9613,560.78481 L 1437.7273,559.39441 L 1438.2972,559.10753 L 1439.2057,559.86925 L 1439.0337,560.45466 L 1439.6336,560.74826 L 1440.3001,560.84544 L 1440.7557,559.67872 L 1441.8548,559.02801 L 1444.4229,559.04499 L 1445.0255,559.27155 L 1445.5872,560.9956 L 1445.9028,558.77871 L 1446.6695,557.75294 L 1448.9444,556.8081 L 1449.5628,556.64062 L 1449.765,556.04998 L 1448.2915,554.04677 L 1448.5675,553.48691 L 1448.8903,553.54934 L 1450.0043,554.07185 L 1450.4505,553.66031 L 1452.9201,553.60952 L 1454.0005,554.19017 L 1454.5918,554.36909 L 1455.2858,555.08873 L 1457.8887,555.65019 L 1460.3782,554.77426 L 1461.0475,554.73777 L 1461.2785,553.06738 L 1461.7435,552.74774 L 1462.7221,550.38269 L 1464.1532,549.04545 M 1277.9217,653.43727 L 1278.3141,653.91892 L 1279.467,654.40262 L 1279.6127,656.23574 L 1280.3642,657.2229 L 1279.8555,657.5165 L 1278.7631,657.93247 L 1276.9966,658.02958 L 1275.4484,658.80689 L 1275.0447,659.30541 L 1274.5716,660.48027 L 1272.0927,662.49429 L 1274.2556,663.3452 L 1274.0324,668.3725 L 1275.1384,669.04219 L 1278.0932,667.88605 L 1281.9005,667.78983 L 1282.2378,669.39072 L 1281.6614,669.64141 L 1281.9053,672.62858 L 1281.2828,674.33092 L 1281.7475,674.65822 L 1283.854,676.50034 L 1283.5729,677.03778 L 1282.1996,679.04247 L 1283.1139,680.58037 L 1283.2417,681.18243 L 1282.6138,681.36432 L 1282.4912,681.99143 L 1282.6821,684.45077 L 1281.0322,685.44845 L 1279.9566,685.13251 L 1277.8735,688.70141 L 1277.2542,688.50526 L 1275.6528,687.43519 L 1273.7709,687.30635 L 1273.198,689.76375 L 1271.3293,690.2739 L 1271.0807,691.45919 L 1272.8765,692.10064 L 1273.3682,693.27226 L 1274.4399,693.9856 L 1273.9247,695.7632 L 1276.3263,697.41537 L 1276.7376,697.87924 L 1276.1458,698.07902 L 1273.0882,697.72603 L 1272.5274,698.71632 L 1269.4684,698.69361 L 1269.389,699.93542 L 1272.0045,701.70661 L 1270.7749,704.47458 L 1270.1433,704.60448 L 1269.1402,706.89587 L 1268.0423,707.36379 L 1267.8232,712.26524 L 1268.1019,712.84417 L 1267.4762,712.75404 L 1266.232,712.6361 L 1265.7657,713.05146 L 1264.3465,716.41801 L 1264.6187,717.90179 L 1264.4756,718.3954 L 1262.9306,721.59144 L 1262.0653,721.84314 L 1261.5675,721.48794 L 1260.9754,721.63572 L 1260.2088,723.19298 L 1259.2576,723.88724 L 1259.6993,724.83834 L 1259.8622,725.34056 L 1258.9146,726.10569 L 1258.5223,726.5691 L 1258.1942,727.72995 L 1255.9189,728.59564 L 1255.2989,728.58683 L 1255.4835,730.2659 L 1255.0161,730.6455 L 1255.229,731.17178 L 1255.4879,731.67607 L 1255.8454,732.12661 L 1256.0934,733.16871 L 1255.4082,734.69029 L 1255.7348,735.16153 L 1256.0498,735.3413 L 1256.6864,735.47723 L 1257.0948,736.68749 L 1255.9048,741.60703 L 1255.42,741.95827 L 1254.4735,741.23159 L 1253.9321,741.49097 L 1254.3314,742.59562 L 1253.274,744.00053 L 1252.8647,743.55716 L 1251.6,742.27752 L 1250.9791,742.945 L 1251.3238,743.43955 L 1251.2521,745.26604 L 1251.4278,745.87701 L 1250.0287,747.07572 L 1249.0431,748.24404 L 1249.1266,748.85941 L 1251.8071,751.04203 L 1250.6952,752.5431 L 1250.8979,753.73715 L 1253.158,754.43985 L 1254.3048,753.91226 L 1254.1646,755.78661 L 1253.214,757.34693 L 1254.3444,758.83796 L 1254.2166,760.68135 L 1253.594,760.88644 L 1250.5295,760.41127 L 1249.3242,760.82446 L 1246.8632,760.63165 L 1245.8362,762.84426 L 1244.6861,763.06172 L 1244.2928,764.88311 L 1243.3457,765.55587 L 1240.8685,765.61262 L 1239.2187,763.69444 L 1238.5749,763.72887 L 1237.3724,761.45972 L 1236.2386,755.81608 L 1237.1723,754.21771 L 1235.9015,752.80478 L 1235.7959,752.17082 L 1234.5412,750.84397 L 1232.9385,753.26192 L 1229.2527,752.85472 L 1226.8202,755.28666 L 1226.5532,755.81309 L 1224.522,755.57649 L 1223.2627,750.78591 L 1225.5399,749.58893 L 1227.3035,747.69143 L 1226.9008,745.94943 L 1225.6825,744.71989 L 1225.5975,744.121 L 1225.0417,744.30281 L 1223.6323,743.29345 L 1222.4679,743.37843 L 1221.9775,743.06478 L 1222.0325,744.53013 L 1220.801,747.97868 L 1220.4124,748.46647 L 1219.1655,748.51885 L 1218.3467,749.40691 L 1219.1888,752.25413 L 1219.0364,752.85678 L 1217.2252,753.16215 L 1215.5178,751.46575 L 1214.2775,751.45155 L 1213.6677,751.34343 L 1213.4766,750.8018 L 1213.3732,748.62651 L 1212.2717,748.43886 L 1212.0146,749.00845 L 1207.1185,750.10979 L 1205.4005,749.33631 L 1204.7027,748.32233 L 1204.718,747.84218 L 1204.4005,746.93511 L 1203.0273,744.72839 L 1201.3127,743.78294 L 1200.7981,743.37779 L 1200.2771,743.6206 L 1199.4714,743.06108 L 1199.991,741.45266 L 1200.2199,740.93316 L 1199.9668,741.00294 L 1199.5928,740.51465 L 1197.2108,740.6463 L 1194.4995,739.31718 L 1193.8072,739.56922 L 1193.1865,739.44408 L 1192.2553,738.72012 L 1192.1055,737.53318 L 1190.8543,737.46561 L 1190.3007,737.651 L 1189.3181,739.01916 L 1188.6424,738.25511 L 1188.0621,738.32669 L 1187.8593,737.78721 L 1187.1576,734.55345 L 1187.1019,734.36341 L 1187.0472,733.79334 L 1187.7074,732.22418 L 1187.0722,731.52503 L 1186.4731,731.37268 L 1184.1224,730.66067 L 1182.766,728.67939 L 1182.361,728.25035 L 1180.8203,727.36702 L 1180.227,727.16247 L 1179.3193,726.30684 L 1178.8278,722.04869 L 1177.3164,720.15131 L 1176.9339,720.31704 L 1176.5152,720.3125 L 1176.4332,720.95801 L 1176.8593,727.39286 L 1176.0398,732.41368 L 1175.4381,732.55806 L 1172.7743,731.06935 L 1172.1693,731.19909 L 1171.1385,730.57787 L 1170.7641,729.40448 L 1168.9487,729.94548 L 1166.4184,729.84546 L 1165.9821,729.81677 L 1165.5636,729.69422 L 1164.9149,729.71685 L 1163.7725,730.0851 L 1163.7384,731.34808 L 1162.3889,733.5102 L 1160.5317,733.7478 L 1157.9993,735.56145 L 1158.0951,736.8279 L 1157.0307,736.30935 L 1156.7296,734.67531 L 1152.9897,732.44315 L 1151.7394,732.64034 L 1150.6245,731.12676 L 1150.3492,730.56419 L 1149.0122,732.75616 L 1147.0571,732.76478 L 1145.9298,733.40496 L 1143.9942,733.18079 L 1143.823,732.59321 L 1140.1338,727.04342 L 1137.8089,726.97085 L 1136.8898,727.72448 L 1135.157,728.08483 L 1134.785,726.89492 L 1133.1605,725.88971 L 1131.5472,723.9472 L 1129.8213,724.07493 L 1129.7201,723.44062 L 1128.9783,719.0248 L 1129.8849,717.35904 L 1129.4745,716.85825 L 1129.1263,716.5308 L 1128.3737,715.94285 L 1127.8214,715.64144 L 1125.3929,715.37666 L 1123.3612,716.73473 L 1122.8892,717.19266 L 1121.6809,718.70991 L 1119.1249,719.3864 L 1118.1573,720.20872 L 1117.6313,720.548 L 1116.4106,720.71032 L 1113.1562,718.84423 L 1111.2849,718.58916 M 1612.7143,743.4099 L 1612.4048,742.96534 L 1612.1793,740.97337 L 1611.8384,739.92394 L 1611.8469,739.36402 L 1611.5367,738.86852 L 1610.2082,737.09852 L 1608.6869,736.24212 L 1609.0018,735.86792 L 1609.7456,735.26449 L 1609.465,734.69481 L 1608.7202,732.2812 L 1610.2937,731.68228 L 1610.6658,731.2552 L 1611.7111,731.69586 L 1612.6347,733.75089 L 1613.157,734.04288 L 1613.4992,733.60942 L 1613.973,733.90031 L 1613.4276,731.60324 L 1613.7291,729.38124 L 1613.4516,728.8446 L 1612.9337,728.52977 L 1612.5118,728.09856 L 1612.1369,728.03587 L 1610.9612,727.71314 L 1610.4324,727.57742 L 1608.7543,726.33483 L 1609.7702,725.72544 L 1609.0562,724.03371 L 1608.641,723.56847 L 1608.5708,722.96635 L 1607.7051,722.17398 L 1606.4702,722.1269 L 1606.1533,721.62285 L 1605.7339,721.19541 L 1605.2274,721.47318 L 1602.6796,722.58808 L 1602.1532,722.51724 L 1601.5087,722.48243 L 1598.9799,722.79213 L 1597.211,722.52022 L 1596.9443,721.98305 L 1595.9887,719.79943 L 1596.3461,718.72043 L 1597.3493,718.15689 L 1597.8525,717.87688 L 1597.7621,717.69061 L 1597.6483,717.47846 L 1597.2463,717.00607 L 1595.6228,716.09678 L 1595.3966,714.88972 L 1594.0026,713.67551 L 1594.2534,713.12925 L 1593.9954,712.63717 L 1593.7548,712.13781 L 1593.6134,712.10526 L 1593.2877,710.91929 L 1592.3023,710.17908 L 1592.4119,708.95462 L 1592.6243,708.3764 L 1593.9734,708.08055 L 1594.1484,707.50539 L 1595.0861,706.1142 L 1594.8923,704.95019 L 1593.9265,704.23927 L 1593.5196,703.54952 L 1593.1432,703.05931 L 1592.2222,700.92735 L 1592.4012,699.12187 L 1592.8142,697.06064 L 1592.5907,696.57896 L 1592.4776,695.99923 L 1591.3169,694.0868 L 1591.5068,692.40864 L 1589.9242,690.53744 L 1590.0972,688.15822 L 1589.9888,687.54768 L 1589.9063,687.01598 L 1589.7431,685.9527 L 1591.4504,682.91303 L 1591.8865,682.50393 L 1593.3639,679.65963 L 1596.0126,677.80458 L 1598.2255,674.65574 L 1598.081,674.03337 M 977.86275,556.16209 L 977.1659,555.12 L 977.19817,553.22251 L 978.61654,551.98224 L 979.25037,551.80481 L 979.39728,549.18012 L 981.57223,544.73051 L 981.76786,544.1198 L 983.18851,543.31422 L 983.59799,543.70036 L 984.83465,543.36275 L 984.69862,542.14675 L 982.92847,541.99197 L 979.3783,539.51156 L 979.81739,537.03022 L 982.35436,537.5015 L 982.99275,537.34732 L 985.14201,538.47043 L 985.56149,538.01486 L 989.3331,538.05842 L 989.93719,537.87522 L 989.84216,536.07705 L 991.8721,532.41638 L 992.31283,531.98569 L 991.81503,531.00443 L 991.89513,530.45013 L 992.14403,529.23268 L 994.00111,528.6886 L 994.64937,528.66481 L 995.01696,526.95716 L 993.49419,525.78048 L 993.03941,525.33151 L 992.96197,525.26618 L 992.27689,524.30371 L 992.13087,522.53704 L 990.27999,522.42238 L 989.82685,521.99179 L 989.18948,520.32245 L 989.3927,519.22517 L 990.54268,519.54127 L 991.32861,519.03509 L 991.371,518.46302 L 992.41507,515.46568 L 993.06067,515.42554 L 994.1174,514.15751 L 994.7568,514.24916 L 995.66864,514.1721 L 996.13101,514.2281 L 996.55744,513.88299 L 997.57254,514.32044 L 998.10058,514.49303 L 999.0171,512.19049 L 999.52705,512.59665 L 1000.0967,512.92373 L 1000.0125,511.73714 L 1001.3549,509.71634 L 1001.6748,509.20259 L 1001.3466,508.63639 L 1001.7159,507.43374 L 1000.4386,505.27396 L 1000.9568,504.88801 L 1003.2353,504.32129 L 1004.1932,504.9862 L 1004.7935,505.04058 L 1005.2892,503.94628 L 1005.2997,503.30846 L 1006.8721,502.17388 L 1008.2018,502.21371 L 1009.9164,501.27343 L 1011.0732,501.78718 L 1011.6777,502.05714 L 1011.9997,499.60425 L 1011.3713,498.54847 L 1011.8403,498.11038 L 1013.1292,498.13793 L 1013.9411,498.9731 L 1016.4993,498.73269 L 1016.6705,498.13578 L 1017.1864,499.18875 L 1017.1373,499.77069 L 1019.9738,500.7389 L 1021.2294,500.66868 L 1022.073,501.30576 L 1022.6735,501.48446 L 1023.4835,503.57968 L 1023.0195,503.98107 L 1022.6157,504.43669 L 1022.9897,505.56404 L 1025.9536,504.68786 L 1026.0625,505.87792 L 1026.2036,506.46468 L 1027.7439,505.67516 L 1028.266,502.87078 L 1029.2205,502.66352 L 1029.5663,503.03497 L 1030.8322,504.3516 L 1032.0581,504.42404 L 1032.5757,504.7644 L 1033.8865,503.4759 L 1034.5126,503.40888 L 1034.58,506.18212 L 1034.5884,506.73592 L 1034.5881,507.20439 L 1034.6222,508.143 L 1036.6315,508.15699 L 1039.7233,507.068 L 1040.1934,508.02034 L 1040.1343,508.57408 L 1042.1931,507.52912 L 1042.7743,507.42624 L 1043.3694,507.22972 L 1043.7036,507.96162 L 1044.223,508.92081 L 1044.7764,509.02331 L 1044.7007,507.89883 L 1046.9372,506.90109 L 1047.5648,506.79034 L 1047.8675,506.78426 L 1048.4675,506.72611 L 1049.0285,506.51505 L 1051.6783,505.48456 L 1052.2558,505.49234 L 1052.9414,506.51441 L 1053.2588,508.92179 L 1053.4239,509.50898 L 1054.2886,510.25558 L 1054.6689,510.67893 L 1054.5134,511.03197 L 1054.915,511.87126 L 1056.0711,512.01542 L 1056.5897,512.11535 L 1057.0986,513.21471 L 1057.1949,513.82647 L 1059.4503,513.32623 L 1060.05,513.29176 L 1061.1532,513.75524 L 1061.694,515.42699 L 1061.6217,516.01035 L 1061.0055,515.9444 L 1059.2334,517.43525 L 1058.1895,516.79129 L 1056.9885,516.9675 L 1056.6541,517.45306 L 1055.2539,519.64254 L 1056.6074,520.66343 L 1057.0527,521.03773 L 1056.0509,523.96626 L 1053.5494,524.40094 L 1053.0715,524.78785 L 1054.1747,526.24206 L 1054.2918,527.41757 L 1056.0039,528.0184 L 1056.3628,528.51082 L 1056.2283,530.68871 L 1055.9472,531.27491 L 1053.2966,533.18229 L 1053.7722,534.37028 L 1053.738,535.01629 L 1054.3603,534.98154 L 1054.9808,534.93695 L 1053.4701,535.90985 L 1053.2666,537.10638 L 1050.8961,540.56055 L 1052.179,540.61233 L 1050.6804,545.2553 L 1051.851,545.52236 L 1052.1327,546.64746 L 1052.7319,546.66518 L 1052.512,549.24753 L 1052.2362,550.08197 L 1052.2951,550.52121 L 1051.2957,551.28857 L 1051.7346,555.5115 L 1050.9384,555.89626 L 1050.7957,556.2363 L 1051.1426,556.38989 L 1051.7184,557.36602 L 1051.5411,557.90328 L 1051.6202,558.49369 L 1051.6192,561.23428 L 1053.1739,561.63235 L 1056.5242,565.98101 L 1056.9381,566.43569 L 1053.7394,565.95593 L 1051.8032,567.62731 L 1049.2159,567.27536 L 1047.6729,568.45317 L 1048.7632,569.90523 L 1044.6364,571.50345 L 1044.737,572.70057 L 1043.5166,572.47863 L 1042.5305,573.20579 L 1042.1049,573.64268 L 1042.536,574.08217 L 1043.5359,574.52239 L 1042.1698,576.2965 L 1042.6106,578.66636 L 1042.1111,578.29418 L 1039.6148,578.38537 L 1038.4931,578.94348 L 1037.3639,578.42308 L 1037.5733,579.03324 L 1037.7482,580.27312 L 1038.6669,581.19459 M 1028.191,475.11933 L 1027.7218,475.48596 L 1026.156,476.34442 L 1025.6731,476.67005 L 1023.6887,477.85942 L 1023.145,479.18289 L 1020.648,478.87427 L 1020.0163,479.8939 L 1018.7988,479.58127 L 1017.638,480.58684 L 1017.1695,480.83397 L 1016.2843,482.69405 L 1016.0535,483.81203 L 1019.1018,485.07206 L 1020.312,487.21594 L 1020.9635,487.35847 L 1020.9979,487.32541 L 1022.1185,488.35666 L 1023.8202,488.09412 L 1024.3509,488.39113 L 1025.3123,488.79184 L 1025.8085,488.95943 L 1026.8817,489.32375 L 1027.4191,489.50108 L 1029.2396,490.05793 L 1029.7288,490.44577 M 1016.6705,498.13578 L 1016.359,496.92642 L 1016.0433,496.37949 L 1014.1752,495.95815 L 1014.2178,494.7434 L 1013.3399,493.84898 L 1010.8769,494.05054 L 1011.1358,493.53065 L 1010.0785,490.98496 L 1009.5751,490.76077 L 1008.1141,491.21908 L 1007.6207,490.86512 L 1006.749,490.07975 L 1006.7487,489.99756 L 1006.7975,489.43367 L 1006.5208,488.33634 L 1006.3973,487.83695 L 1006.1726,486.8332 L 1006.1726,486.20041 L 1006.6624,485.02737 L 1007.9078,484.8471 L 1007.6878,484.3101 L 1006.7673,482.85425 L 1007.1594,481.7653 L 1007.1056,480.89086 L 1006.7427,480.54028 L 1007.4036,479.40948 L 1007.704,478.82865 L 1008.8454,476.51208 L 1009.1288,476.03651 L 1009.7674,475.4271 L 1012.559,473.98385 L 1013.0949,473.64437 L 1015.1367,471.97629 L 1015.5948,471.5023 L 1016.4804,470.60372 L 1016.9303,470.16102 L 1018.5457,468.97244 L 1019.0355,468.52159 L 1019.5841,468.17257 L 1021.7405,466.73744 L 1024.2503,465.98458 L 1024.8425,466.01054 M 1040.2809,483.43704 L 1040.1918,482.8962 L 1040.0085,480.17259 L 1039.6818,479.19272 L 1039.2839,478.81763 L 1038.372,478.22866 L 1038.1575,477.19288 L 1038.0701,476.56168 L 1036.9933,475.03901 L 1034.5695,474.95394 L 1034.0073,474.96195 L 1032.2392,474.97793 L 1030.0226,475.032 L 1029.469,475.04355 L 1028.8307,475.09605 L 1028.191,475.11933 L 1027.7176,473.28048 L 1027.3983,472.70352 L 1027.8416,472.50782 L 1028.2764,472.29736 L 1028.4661,471.80426 L 1028.9044,471.50014 L 1029.2529,471.10564 L 1030.2209,469.49675 L 1030.0774,467.66408 L 1027.771,466.64378 L 1027.1356,466.49276 L 1024.8425,466.01054 L 1024.2503,465.98458 L 1024.6818,465.81998 L 1024.3238,464.93453 L 1024.2147,464.47097 L 1025.0173,463.53538 L 1025.5006,463.12263 L 1026.3212,463.73859 L 1027.3419,463.87792 L 1028.7876,464.65333 L 1029.2607,464.34578 L 1029.5525,464.75349 L 1029.891,465.12817 L 1030.8582,463.46992 L 1031.9065,462.9704 L 1032.5178,463.22014 L 1033.4958,461.87622 L 1034.0472,461.68246 L 1034.6498,461.92757 L 1035.2836,462.08561 L 1035.6929,462.1647 L 1036.1074,462.21916 L 1038.7308,464.69104 L 1039.264,464.99223 L 1039.6616,464.74278 L 1040.5373,464.39682 L 1041.1432,464.55355 L 1042.8401,465.10436 L 1044.0768,464.89882 L 1044.4752,465.14917 L 1045.4164,465.05679 L 1045.8565,465.18891 L 1046.7742,463.6701 L 1049.8608,461.86923 L 1050.4773,461.95749 L 1050.6301,461.57652 L 1051.0484,461.48859 L 1051.1742,460.84131 L 1052.4326,460.47575 L 1055.1147,456.17432 L 1057.5892,455.79262 L 1057.6965,455.17331 L 1058.7315,454.74057 L 1059.3072,454.70123 L 1060.0339,456.68851 L 1060.5792,456.91671 L 1061.0829,459.3718 L 1060.6645,460.56044 L 1059.3643,461.44586 L 1062.387,465.63239 L 1062.6129,466.23132 L 1062.8546,466.73499 L 1063.3585,468.28145 L 1063.9765,469.2646 L 1063.9656,469.88745 L 1063.1506,470.49463 L 1062.6668,470.68047 L 1062.2172,473.52079 L 1062.7163,473.87895 L 1062.5003,473.98514 L 1061.9384,474.31705 L 1062.0207,475.52368 L 1058.5,477.93786 L 1058.9833,478.3468 L 1059.9189,479.13831 L 1059.5841,481.48443 L 1061.3937,481.58498 L 1062.033,481.65594 L 1061.9741,482.23595 L 1061.4244,483.2665 L 1060.3267,483.78103 L 1061.6337,486.69886 L 1061.9005,487.28004 L 1061.9501,488.44389 L 1062.516,488.67246 L 1063.0459,490.35229 L 1063.1043,490.93597 L 1062.6591,492.18378 L 1059.8413,490.78487 L 1059.6503,490.20085 L 1059.5608,489.03359 L 1055.9146,486.45664 L 1055.3176,485.48544 L 1053.295,484.62446 L 1052.9636,484.1471 L 1052.7131,484.3701 L 1052.342,483.90581 L 1051.4823,483.07745 L 1050.9473,483.36222 L 1050.5267,482.58889 L 1048.6468,482.31423 L 1048.0535,482.51373 L 1045.1995,483.40836 L 1044.2901,484.18946 L 1043.6821,483.97845 L 1040.7294,484.52227 L 1040.4003,484.53838 L 1040.2809,483.43704 z M 1028.266,502.87078 L 1027.1838,502.37135 L 1027.1286,501.2224 L 1027.7663,499.60643 L 1028.1965,498.89953 L 1028.9203,496.86776 L 1028.5123,495.93749 L 1028.0234,495.73376 L 1028.5257,493.88286 L 1028.6943,493.26645 L 1028.8285,492.77332 L 1028.0743,491.72809 L 1028.6079,491.77072 L 1029.3327,491.06219 L 1029.7288,490.44577 L 1031.2528,490.62661 L 1032.3364,490.19447 L 1032.7098,490.64327 L 1033.2729,490.68943 L 1033.8292,490.60249 L 1034.3838,490.33327 L 1037.0525,488.80423 L 1037.5695,488.50214 L 1038.7394,488.21045 L 1040.8518,489.16896 L 1045.4968,490.43534 L 1046.0724,490.20279 L 1046.7037,488.66694 L 1046.5531,488.06019 L 1047.139,486.94673 L 1046.8471,486.38907 L 1046.5135,485.94805 L 1044.3488,485.33351 L 1043.751,485.21438 L 1043.0194,486.01556 L 1041.805,485.93033 L 1041.2347,485.73249 L 1040.4165,487.19779 L 1040.3394,485.01497 L 1040.4003,484.53838 M 1062.6591,492.18378 L 1063.1937,492.43365 L 1062.7582,493.48917 L 1062.5667,494.02624 L 1063.2048,494.18915 L 1063.4869,494.75876 L 1063.2233,495.33487 L 1062.2041,496.94418 L 1062.0089,498.18624 L 1064.4533,498.42572 L 1065.5119,500.65487 L 1063.3267,500.75474 L 1063.5802,502.55036 L 1062.0884,503.77179 L 1062.8912,505.38862 L 1062.9629,506.01512 L 1061.1576,507.62876 L 1059.9633,509.68646 L 1059.6042,510.19025 L 1059.6892,510.51103 L 1060.0423,511.34528 L 1060.3902,511.64908 L 1060.6432,512.52909 L 1060.1273,512.75281 L 1060.05,513.29176 M 1013.0949,473.64437 L 1013.2521,472.76646 L 1012.9188,471.78731 L 1013.3548,471.41696 L 1012.8859,468.80931 L 1013.2632,468.467 L 1013.8608,467.72317 L 1013.7632,466.16036 L 1013.1588,466.07752 L 1009.6232,465.51054 L 1009.9212,465.16301 L 1010.251,464.32585 L 1010.258,463.64213 L 1010.2396,463.02917 L 1008.7636,460.35656 L 1008.1996,460.04714 L 1003.8411,458.97098 L 1003.3646,458.50218 L 1003.1535,457.24056 L 1003.7585,455.38031 L 1003.0567,453.58752 L 1001.0995,455.23623 L 998.6037,454.29035 L 998.29786,454.81551 L 996.78648,456.65595 L 996.24236,455.813 L 995.86629,455.46748 L 993.59947,456.62889 L 991.05972,456.84026 L 990.70237,457.35272 L 989.04041,455.89981 L 988.67902,455.46243 L 988.3318,455.12708 L 987.92308,454.62569 L 986.68705,453.12707 L 984.91867,453.46985 L 983.40489,452.57761 L 982.28287,452.98204 L 982.01233,452.48205 L 980.8359,452.37253 L 979.8432,452.98698 L 979.51357,452.47748 L 976.63785,449.35954 L 976.84095,448.58611 L 976.48019,448.40243 L 976.13815,448.18711 L 972.96886,451.00271 L 972.76881,453.39494 L 972.19888,453.47534 L 970.21475,454.38718 L 969.90359,454.41527 L 970.30447,453.28228 L 969.91283,451.52444 L 968.90217,450.86804 L 970.48618,447.025 L 970.69016,446.45835 L 970.19185,446.17854 L 967.64994,445.12035 L 967.54934,444.28942 L 967.05154,443.87172 L 965.39236,442.94683 L 964.35437,442.99456 L 961.96962,443.75908 L 962.13614,444.31 L 961.68529,446.32622 L 961.06284,446.38784 L 960.46836,446.48218 L 958.7029,446.4021 L 957.27111,445.39622 L 956.75686,445.80097 L 956.22856,448.14981 L 955.57132,448.16927 L 954.26265,448.06532 L 953.81028,447.74815 L 953.44977,448.08275 L 952.72002,448.74386 L 952.27385,448.31826 L 948.95132,446.60322 L 949.3546,445.01423 L 948.66003,444.14206 L 948.18323,443.83027 L 947.67467,443.47272 L 946.06017,442.53738 L 942.99578,442.09743 L 942.3784,442.16996 L 939.64883,443.45044 L 938.90769,443.95156 L 938.63741,443.56279 L 938.21211,442.72347 M 1062.438,442.40143 L 1060.247,446.12695 L 1062.9368,448.34855 L 1062.3088,448.34169 L 1061.0579,448.46449 L 1059.7565,449.72778 L 1059.5609,450.90077 L 1058.426,452.20728 L 1056.6865,452.86998 L 1055.4647,452.61882 L 1055.4597,453.20715 L 1055.8457,454.3256 L 1057.3955,454.65996 L 1057.6965,455.17331"/>
</g>
<g inkscape:groupmode="layer" id="layer1" inkscape:label="Regions" style="display:inline">
<path id="path5220" style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#646464;stroke-width:2;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 917.90038,1184.9502 L 919.42935,1185.9279 L 921.57253,1184.808 L 921.55444,1183.5611 L 921.90786,1183.5903 L 925.18217,1181.2591 L 927.31511,1180.6818 L 927.83404,1180.3852 L 929.54965,1180.3147 L 930.00886,1182.7676 L 931.03319,1183.2753 L 933.42806,1181.2473 L 937.59169,1182.0193 L 938.1229,1182.3514 L 938.23489,1183.1993 L 938.31106,1182.5751 L 940.61141,1182.3875 L 941.19893,1182.5711 L 943.09537,1183.7582 L 943.66757,1183.8583 L 943.83309,1185.0149 L 946.13748,1187.6958 L 947.23305,1187.8738 L 947.77793,1187.9959 L 948.3962,1189.4696 L 948.77784,1189.8397 L 949.80293,1190.4645 L 950.18204,1190.9384 L 950.70578,1193.5086 L 950.86383,1194.0354 L 951.13196,1194.502 L 951.39605,1194.4587 L 953.07699,1194.5159 L 954.33326,1195.7002 L 954.90863,1195.6908 L 955.93005,1196.3771 L 956.75648,1198.6984 L 956.58628,1199.3002 L 956.15124,1199.6769 L 958.23559,1200.7271 L 958.7959,1201.784 L 959.123,1202.285 L 959.1964,1202.4653 L 959.55501,1201.9774 L 960.45343,1201.1895 L 960.59895,1200.0206 L 960.96743,1200.4424 L 962.59421,1201.9409 L 962.43022,1203.0607 L 962.51019,1203.0436 L 963.68017,1201.6603 L 964.90696,1201.7901 L 965.90573,1201.1518 L 966.12477,1200.5597 L 966.23131,1199.3895 L 966.94942,1198.6642 L 967.28336,1199.7872 L 967.8214,1199.9893 L 968.86914,1198.3129 L 973.42972,1196.4674 L 973.58966,1195.2623 L 976.04692,1192.4616 L 978.50164,1192.3592 L 979.68389,1193.3911 L 980.14373,1193.6338 L 980.29381,1196.1267 L 980.90714,1196.9889 L 981.51503,1197.05 L 982.22491,1195.9804 L 985.7351,1193.2889 L 988.76228,1192.8297 L 992.88453,1191.7781 L 993.42548,1191.4699 L 995.1292,1192.9804 L 995.67686,1192.7794 L 998.43781,1191.5937 L 998.99344,1191.3288 L 999.55578,1191.0966 L 1001.1554,1191.8648 L 1004.5838,1191.0901 L 1005.4187,1188.1171 L 1005.5454,1187.4931 L 1005.1575,1186.9958 L 1002.5127,1184.4665 L 1001.6696,1181.4224 L 999.75786,1178.2352 L 1000.1653,1177.6155 L 1000.3969,1177.1392 L 1000.6377,1177.1139 L 1004.5859,1173.5214 L 1005.1918,1173.5888 L 1005.8612,1172.6988 L 1008.0917,1172.9105 L 1008.9932,1173.657 L 1009.5795,1173.6195 L 1010.4134,1171.2242 L 1010.3503,1169.3242 L 1011.4971,1167.139 L 1010.6327,1164.1221 L 1010.3405,1163.5568 L 1012.1499,1163.6733 L 1013.2022,1163.0348 L 1014.3418,1161.572 L 1014.4619,1159.137 L 1016.2861,1159.0552 L 1016.8732,1158.8719 L 1016.9917,1158.3617 L 1017.2018,1157.8843 L 1013.2791,1155.1794 L 1012.836,1152.0906 L 1011.9119,1151.2649 L 1012.0725,1148.2966 L 1011.9054,1147.6916 L 1012.8819,1147.9152 L 1013.4114,1147.6724 L 1013.3153,1147.0475 L 1015.6981,1145.0398 L 1016.2281,1143.9072 L 1017.9048,1143.2748 L 1017.9615,1140.8482 L 1018.6163,1139.7747 L 1019.8022,1139.4476 L 1020.6171,1138.5683 L 1020.8362,1136.6877 L 1021.6192,1135.9631 L 1021.8429,1135.4694 L 1022.2929,1135.5084 L 1022.6576,1135.7813 L 1024.454,1135.7274 L 1026.3459,1132.4229 L 1026.4554,1131.7895 L 1027.8196,1129.7028 L 1030.1108,1128.7879 L 1030.7225,1128.8998 L 1032.4363,1128.1712 L 1033.1193,1127.1234 L 1033.0871,1126.49 L 1032.1967,1124.9055 L 1033.8308,1123.0584 L 1033.8561,1119.9621 L 1033.7111,1118.9339 L 1034.3834,1117.8911 L 1033.757,1116.1156 L 1032.4842,1114.7613 L 1032.145,1112.9499 L 1032.6545,1112.5832 L 1033.4869,1112.5917 L 1035.4182,1112.7125 L 1035.9273,1112.8559 L 1037.5219,1113.775 L 1037.8831,1114.9367 L 1038.8536,1115.6927 L 1040.6471,1115.8161 L 1041.2577,1115.8873 L 1042.7928,1117.1266 L 1043.122,1117.5596 L 1043.3897,1117.8315 L 1043.5896,1118.1608 L 1046.9863,1118.4753 L 1047.9957,1120.5302 L 1048.4811,1120.875 L 1049.1608,1119.2097 L 1052.0543,1118.9654 L 1053.6018,1118.1975 L 1053.9431,1118.7067 L 1053.9606,1118.1111 L 1054.435,1117.0232 L 1053.7985,1114.8566 L 1053.1955,1114.9539 L 1049.4085,1112.0091 L 1050.0086,1110.9393 L 1050.4863,1107.316 L 1050.591,1106.7057 L 1051.0912,1106.4649 L 1050.9484,1104.2797 L 1051.4537,1104.0505 L 1052.0507,1100.9753 L 1052.7442,1098.3526 L 1052.3237,1097.4566 L 1052.124,1097.0021 L 1052.1978,1095.7996 L 1053.3102,1093.5844 L 1052.8689,1092.4909 L 1053.2521,1091.3598 L 1052.882,1089.5476 L 1053.2833,1089.0747 L 1053.0967,1087.6906 L 1052.9957,1087.1903 L 1051.9489,1087.2867 L 1050.5177,1086.6501 L 1049.4962,1084.422 L 1047.7309,1082.5925 L 1046.3641,1079.7291 L 1046.6174,1078.5646 L 1047.7818,1077.5581 L 1048.2575,1077.3089 L 1048.7147,1072.9513 L 1048.7126,1072.3163 L 1049.2517,1071.2906 L 1052.7552,1071.5432 L 1053.255,1071.4571 L 1053.4013,1070.6595 L 1053.3829,1070.1461 L 1054.2778,1068.5754 L 1052.8192,1066.721 L 1052.825,1065.5627 L 1054.0923,1063.9039 L 1054.6158,1063.7243 L 1054.318,1063.2102 L 1054.2554,1061.5022 L 1053.6795,1061.231 L 1053.7227,1058.7336 L 1049.9904,1053.5789 L 1049.1173,1051.8973 L 1047.3506,1051.4153 L 1046.8092,1050.2677 L 1045.2609,1049.2846 L 1044.7253,1049.5997 L 1043.6849,1049.2378 L 1042.649,1047.6933 L 1042.5651,1047.1138 L 1042.2383,1044.2623 L 1036.9815,1037.7879 L 1036.8158,1037.1741 L 1038.5988,1035.3919 L 1041.6634,1035.9085 L 1042.4691,1035.0489 L 1043.2607,1033.6776 L 1044.3846,1033.8008 L 1044.6158,1032.6314 L 1043.8253,1031.7566 L 1043.7357,1030.5653 L 1043.8277,1029.9747 L 1046.6003,1029.7073 L 1046.5912,1029.1314 L 1047.732,1029.1665 L 1049.4131,1030.4362 L 1050.0029,1030.4704 L 1051.1856,1028.3208 L 1051.2547,1026.437 L 1052.4859,1026.2471 L 1057.2763,1022.2642 L 1057.7179,1021.8096 L 1058.3058,1021.5233 L 1056.5412,1020.854 L 1056.564,1018.3562 L 1057.5402,1017.5592 L 1057.5206,1016.3465 L 1059.6957,1015.2717 L 1059.3157,1013.4937 L 1063.9126,1011.9105 L 1064.5041,1011.7448 L 1065.0044,1010.5915 L 1063.6512,1008.5219 L 1063.2347,1008.0467 L 1062.7716,1006.3241 L 1063.5228,1003.4143 L 1063.4234,1002.815 L 1063.8632,1001.7536 L 1063.6548,1000.0631 L 1063.9817,999.59203 L 1063.5402,999.11502 L 1060.2871,997.00847 L 1057.9049,991.6821 L 1057.3963,989.79512 L 1057.6451,988.52393 L 1057.4356,987.38788 L 1057.19,984.97693 L 1057.3796,983.85038 L 1058.1104,983.01161 L 1058.1481,981.8287 L 1058.4786,980.23381 L 1059.0839,979.85382 L 1059.2586,979.44611 L 1058.4722,973.70974 L 1057.8936,973.66699 L 1056.2804,973.36483 L 1054.593,971.78249 L 1054.2893,971.25705 L 1054.5676,970.09133 L 1053.7401,968.5228 L 1052.9103,961.98056 L 1053.0502,961.81616 L 1052.4416,961.80016 L 1051.2368,960.43667 L 1049.5838,959.88394 L 1049.4602,959.27164 L 1048.1737,956.44417 L 1048.4026,955.24181 L 1048.4938,954.61362 L 1047.2172,953.23733 L 1043.7774,951.65585 L 1043.1973,951.90023 L 1042.1587,952.43369 L 1041.6237,953.57001 L 1041.0376,953.42458 L 1040.3107,951.11868 L 1040.9471,948.88839 L 1040.346,948.66548 L 1036.8343,944.96875 L 1036.5714,944.89455 L 1036.2802,945.4143 L 1034.6141,948.41459 L 1034.0587,948.69736 L 1033.0096,946.46757 L 1030.0139,946.13817 L 1027.5252,944.40601 L 1027.1485,943.24944 L 1025.9453,942.99323 L 1026.6697,942.02217 L 1026.8943,940.38989 L 1028.6222,938.71118 L 1030.3786,938.71761 L 1030.293,938.11377 L 1030.168,937.51321 L 1029.6531,936.3995 L 1027.2583,936.83089 L 1025.7988,935.77035 L 1024.0253,935.50626 L 1023.7535,934.95691 L 1023.7285,934.35143 L 1022.9476,930.87042 L 1023.4049,930.47355 L 1023.0818,929.92095 L 1023.2801,928.72135 M 950.30377,414.50485 L 950.11636,415.11753 L 946.75296,418.16387 L 946.36107,419.36487 L 946.77334,419.8726 L 946.12837,421.66555 L 945.99867,422.29446 L 946.18632,423.88834 L 945.7199,424.28168 L 945.49251,424.83221 L 945.87074,426.01721 L 944.87349,428.29131 L 945.23539,428.81422 L 945.02976,429.0788 L 943.83435,431.04243 L 944.18271,433.12324 L 943.78829,433.38794 L 943.18673,434.10267 L 942.98983,434.7222 L 940.51878,437.74378 L 939.64795,439.23194 L 939.55836,440.88264 L 940.04971,441.22695 L 939.56671,441.57623 L 938.21211,442.72347 L 937.84882,442.2123 L 936.98405,441.59549 L 936.38401,441.83586 L 935.81307,442.03163 L 933.58927,442.92293 L 933.20637,443.41127 L 932.14218,444.09501 L 930.35014,443.69454 L 929.67214,443.58434 L 927.10164,444.50997 L 926.9694,443.96402 L 926.55018,442.35271 L 925.74325,441.55547 L 926.10919,442.72684 L 924.86165,446.16093 L 924.19644,446.24162 L 922.77984,447.50328 L 921.48876,447.16181 L 919.58714,445.3789 L 917.77435,447.18302 L 918.27734,447.58027 L 917.89177,448.76769 L 918.98418,450.30744 L 919.06795,451.53914 L 919.09921,452.16023 L 920.39851,453.25419 L 920.88125,453.56286 L 921.54798,454.2626 L 921.16115,455.19685 L 921.67933,455.46247 L 921.96505,455.95273 L 921.9357,456.55948 L 920.77357,458.59313 L 919.59815,459.00489 L 920.50467,461.03331 L 920.76142,461.57463 L 921.6954,460.76464 L 923.66991,460.74429 L 925.44563,459.93727 L 926.15247,460.89988 L 926.77125,460.9266 L 926.29533,461.33728 L 923.83023,463.17331 L 924.57618,465.47328 L 925.83663,465.45896 L 925.53926,466.03226 L 924.63793,467.74903 L 924.17796,468.14487 L 923.03582,468.51156 L 921.34615,467.94065 L 919.54905,468.38855 L 919.38544,469.005 L 919.05973,470.22638 L 917.85951,470.75043 L 918.32416,471.21386 L 919.45554,473.51272 L 919.56474,475.32944 L 920.19415,475.31128 L 920.76357,476.2208 L 920.11885,479.07278 L 919.915,479.62557 L 919.08339,480.46596 L 918.6138,480.7029 L 918.09613,480.82188 L 917.54341,481.1533 L 915.71506,481.50707 L 914.82941,482.3895 L 914.22519,482.31403 L 912.40797,482.43798 L 911.53713,483.21714 L 911.44007,483.74258 L 910.55405,485.07923 L 910.02006,485.37633 L 906.70247,487.83988 L 906.58238,488.41482 L 906.32968,490.69445 L 907.54433,492.72332 L 907.73793,493.04979 L 908.03543,493.40793 L 908.34329,493.93033 L 908.87286,495.62715 L 908.48995,496.7675 L 907.23912,496.67374 L 906.2716,497.30988 L 906.19492,497.37655 L 905.64498,497.6938 L 903.17976,500.46232 L 901.9536,500.75353 L 900.86094,500.10953 L 900.57509,499.96515 L 899.93695,499.8564 L 898.75306,499.3553 L 896.40538,500.28429 L 895.82723,500.40025 L 895.10292,501.24638 L 894.48896,501.25091 L 893.43185,500.85068 L 893.32632,499.72437 L 892.30692,499.09014 L 891.7127,499.16543 L 889.34516,499.52604 L 889.5523,500.03612 L 889.83613,500.84618 L 889.38717,501.1858 L 888.82977,500.85472 L 884.99387,498.52738 L 881.79763,499.15759 L 881.20164,499.12172 L 880.13618,497.79562 L 880.42342,496.15234 L 879.84717,496.28576 L 876.53679,495.52042 L 876.22563,496.07737 L 876.70635,499.18877 L 875.56814,503.36479 L 875.12095,502.94239 L 872.29294,502.10709 L 872.33457,501.50807 L 871.80247,501.78905 L 870.36234,502.79271 L 869.15098,501.04893 L 868.65887,501.44947 L 865.63801,504.53328 L 865.8201,506.3092 L 865.2994,506.62653 L 863.95568,505.50042 L 863.5133,505.96619 L 862.56161,506.68843 L 859.35853,507.10902 L 858.97398,506.8538 L 858.42873,506.17067 L 857.84488,506.49762 L 856.10484,507.44073 L 854.99864,509.00144 L 851.20426,510.15451 L 850.99914,509.57769 L 848.54087,509.66971 L 847.30244,508.27919 L 845.57455,508.98218 L 845.08561,509.38873 L 843.81503,514.0281 L 842.24064,514.95089 L 839.36935,515.35842 L 838.87939,515.7686 L 837.74383,517.28907 L 837.15543,517.07163 L 835.42273,516.42151 L 833.61639,517.95521 L 833.3842,517.94299 L 831.73249,516.65895 L 831.32946,516.27223 L 831.45334,513.56997 L 831.78323,513.07223 L 831.73034,512.59643 L 831.22899,512.20979 L 829.68825,511.10496 L 827.13989,511.13309 L 826.85316,510.58134 L 827.34008,510.12625 L 828.7301,508.7247 L 829.33863,508.45972 L 830.60756,508.06697 L 831.26644,506.28034 L 832.70848,505.00185 L 832.31381,504.47814 L 829.67649,500.76374 L 830.39852,499.67792 L 830.27071,499.00629 L 829.87351,498.52877 L 828.20434,497.65371 L 827.07637,496.17942 L 825.28446,496.10622 L 824.88346,495.6357 L 824.30505,495.32655 L 823.69083,495.09376 L 823.10166,494.849 L 821.97091,494.63153 L 818.15198,491.3926 L 817.65886,491.06398 L 816.50989,490.82774 L 815.97235,490.52643 L 814.20018,488.94367 L 813.70427,488.57912 L 811.55564,487.60305 L 811.9755,487.129 L 814.83338,483.29649 L 813.01982,483.89803 L 811.90957,483.29157 L 811.36925,482.13731 L 811.6837,479.70254 L 809.24809,480.26845 L 808.99551,479.86446 L 808.68537,479.4995 L 808.82241,478.95243 L 810.18991,477.98148 L 810.00846,477.44609 L 809.39651,477.30449 L 807.78163,476.41819 L 807.24979,476.76329 L 804.71319,479.48933 L 804.21729,479.88312 L 800.54817,478.76977 L 799.89536,478.8072 L 797.46822,479.13729 L 794.66412,477.62365 L 792.73036,477.48832 L 792.51044,478.95818 L 791.90217,478.90959 L 790.70789,478.68049 L 790.76079,478.17948 L 791.58405,476.89962 L 789.90045,477.85567 L 788.57306,477.68414 L 787.52089,475.53514 L 783.49506,473.32792 L 783.64489,472.72086 L 784.09283,470.30045 L 784.64707,469.9683 L 784.77715,469.329 L 786.87377,465.9985 L 789.2384,462.68204 L 789.32748,462.10625 L 789.35836,460.94984 L 788.49271,460.1413 L 788.63911,459.58046 L 789.39986,457.49173 L 789.52147,456.35958 L 789.69267,455.81973 L 790.84354,454.56696 L 791.08093,453.49302 L 788.3601,451.1112 L 787.1004,450.9678 L 786.4605,450.96461 L 783.34916,450.20087 L 782.09858,447.44248 L 781.56105,447.79388 L 781.07286,447.39469 L 782.77114,445.76807 L 782.61676,444.63385 L 782.58032,444.03818 L 783.97616,442.99594 L 786.94843,443.18285 L 787.43927,443.55446 L 787.51583,441.61629 L 787.33526,440.98927 L 785.52905,440.79135 L 786.697,439.61181 L 786.53161,439.10939 L 785.37366,439.07393 L 785.22459,438.53334 L 786.2593,435.4107 L 786.44253,434.86729 L 786.47986,434.62809 L 786.30055,433.45534 L 788.12701,433.04463 L 789.04593,431.49988 L 789.34773,430.96367 L 788.73541,430.746 L 788.63139,430.13365 L 786.9168,430.20618 L 786.08366,429.62726 L 785.42288,429.62459 L 783.65425,428.95597 L 783.45925,428.79619 L 783.68804,428.25989 L 784.23013,424.31878 L 783.93339,423.85236 L 783.74941,422.25742 L 783.95035,421.64454 L 784.44942,419.16082 L 783.78572,418.20994 L 783.69398,417.61383 L 783.07875,417.4623 L 781.08488,417.35822 L 777.91509,415.03754 L 777.34478,414.69296 L 775.32105,410.886 L 775.95576,410.72107 L 777.84904,410.57678 L 782.43492,408.70918 L 783.07382,408.68573 L 782.88363,405.2242 L 783.17264,404.70922 L 782.73722,404.34492 L 780.90722,402.99775 L 780.32793,402.72556 L 777.93673,403.29215 L 775.41747,405.98912 L 773.73703,405.17537 L 773.86357,404.5954 L 775.43809,402.77554 L 774.62635,400.03743 L 772.93276,399.60392 L 772.36548,399.46974 L 773.13585,398.95947 L 773.49142,398.66811 L 775.59323,394.76951 L 773.61682,391.48314 L 773.03778,389.66649 L 772.81583,389.06386 L 773.43296,386.74474 L 773.74602,386.21617 L 773.6577,385.59384 L 772.32195,382.12445 L 772.24793,378.35645 M 1322.9453,1321.9189 L 1322.8591,1322.4476 L 1323.2294,1323.9692 L 1323.4327,1324.5611 L 1326.505,1328.3901 L 1325.9443,1331.3851 L 1326.0363,1332.0967 L 1327.0781,1332.6391 L 1329.361,1331.8415 L 1330.4582,1332.3184 L 1330.6729,1333.5378 L 1329.8552,1335.2149 L 1330.4234,1336.3001 L 1332.0409,1336.9795 L 1331.5665,1340.3962 L 1331.5596,1341.0161 L 1331.5365,1341.6456 L 1331.5453,1342.2677 L 1331.7387,1343.4958 L 1331.867,1344.0298 L 1331.6638,1345.6356 L 1330.0951,1350.9523 L 1330.0121,1351.5797 L 1331.8535,1355.1268 L 1331.8667,1355.7112 L 1332.8896,1357.0168 L 1336.0689,1355.2722 L 1336.6735,1355.2819 L 1336.9782,1356.4053 L 1336.9658,1357.035 L 1337.3276,1357.6717 L 1340.0139,1359.0711 L 1340.355,1359.5939 L 1340.4312,1361.3203 L 1341.0634,1362.2474 L 1341.5007,1362.6022 L 1341.899,1362.9475 L 1343.0056,1364.0891 L 1344.6262,1368.1924 L 1346.9917,1368.8283 L 1347.4646,1370.642 L 1347.4796,1371.2873 L 1347.7617,1372.1686 L 1347.7172,1372.8005 L 1347.2047,1373.9383 L 1346.6164,1374.1012 L 1343.6645,1373.5579 L 1343.3108,1375.4018 L 1343.8414,1377.8225 L 1341.0081,1380.0918 L 1341.0588,1380.7119 L 1338.8879,1382.834 L 1335.5063,1383.9619 L 1334.6195,1384.7741 L 1334.2788,1385.2863 L 1334.3756,1385.791 L 1333.8628,1386.6316 L 1332.3306,1388.5435 L 1329.1815,1390.2665 L 1329.7755,1390.193 L 1330.3692,1390.1246 L 1330.0644,1390.6595 L 1328.4478,1392.4704 L 1325.1858,1393.974 L 1324.6263,1395.0671 L 1324.5092,1394.4812 L 1321.9959,1395.6307 L 1322.6593,1397.3271 L 1322.2423,1398.4557 L 1324.5455,1398.3671 L 1325.164,1399.3468 L 1324.9402,1399.9206 L 1323.317,1400.6697 L 1322.1536,1402.0663 L 1323.6066,1406.2918 L 1323.4121,1410.1837 L 1323.0677,1411.4246 L 1320.4491,1415.0479 L 1320.2731,1415.6724 L 1320.155,1416.3037 L 1318.2272,1421.7048 L 1318.3795,1423.6303 L 1320.0662,1428.4162 L 1316.4392,1428.6499 L 1313.9927,1426.7624 L 1311.569,1426.3284 L 1308.819,1424.9367 L 1307.1721,1425.7682 L 1302.8962,1426.1525 L 1302.3429,1426.4361 L 1301.0939,1428.6399 L 1301.205,1431.1788 L 1297.9384,1432.7665 L 1294.8545,1439.7917 L 1295.0392,1441.0284 L 1296.3175,1442.4291 L 1297.5151,1442.6222 L 1299.8214,1441.7799 L 1300.7427,1442.6053 L 1300.7184,1443.8476 L 1298.0911,1447.336 L 1297.5226,1447.5898 L 1296.9125,1447.5841 L 1295.1254,1447.2018 L 1292.5791,1448.8773 L 1293.2196,1450.419 L 1292.5707,1451.4599 L 1292.0227,1451.7276 L 1290.216,1451.663 L 1287.9359,1453.7117 L 1285.5764,1454.1329 L 1282.9076,1456.2315 L 1280.7924,1454.2533 L 1281.5774,1453.3452 L 1281.082,1452.3471 L 1280.575,1452.6921 L 1279.925,1454.2912 L 1281.3475,1457.7173 L 1277.9278,1460.2331 L 1271.7544,1462.571 L 1270.8764,1463.3723 L 1271.1334,1463.9492 L 1270.1612,1466.2836 L 1269.9321,1470.0836 M 1423.5676,851.00816 L 1423.3888,850.91059 L 1423.1085,850.8586 L 1423.2745,850.44507 L 1423.117,850.43889 L 1422.9877,850.35151 L 1423.0494,850.04933 L 1423.1485,849.85562 L 1423.2586,849.8023 L 1423.261,849.95059 L 1423.4757,849.98369 L 1423.376,850.18561 L 1423.7884,850.2594 L 1423.944,850.52073 L 1424.1098,850.52724 L 1424.0012,850.7535 L 1424.0821,850.80589 L 1424.0019,850.94287 L 1423.8626,850.89624 L 1423.7592,850.99097 L 1423.5676,851.00816 z M 995.67686,1192.7794 L 997.33009,1196.2182 L 997.92836,1197.338 L 997.37729,1200.4094 L 1000.6669,1203.1278 L 1001.0181,1204.3357 L 1001.3959,1204.833 L 998.52752,1206.9936 L 998.41187,1208.8972 L 999.54945,1211.8229 L 1000.0433,1212.1521 L 1002.5482,1216.2339 L 1003.8047,1217.089 L 1003.8718,1217.6284 L 1005.0236,1220.2587 L 1005.4069,1220.7019 L 1005.9893,1220.7563 L 1008.7587,1222.8503 L 1008.7286,1225.237 L 1009.1162,1226.3481 L 1009.4352,1226.8408 L 1009.2136,1227.8644 L 1009.0388,1228.3632 L 1008.5534,1230.07 L 1007.3619,1230.2601 L 1006.821,1230.5412 L 1006.5894,1230.5993 L 1006.5589,1231.2228 L 1007.1395,1233.6344 L 1007.0496,1234.8353 L 1006.4561,1239.1674 L 1004.5818,1241.6363 L 1004.1747,1243.4745 L 1004.5299,1243.8602 L 1005.2148,1244.648 L 1005.8048,1244.4984 L 1007.2879,1243.4618 L 1007.7785,1243.8308 L 1010.386,1248.0192 L 1010.0185,1248.497 L 1008.7227,1250.4257 L 1009.1048,1250.8756 L 1009.7018,1251.8957 L 1009.1697,1252.91 L 1009.1541,1254.688 L 1009.5231,1255.0902 L 1010.0572,1255.1467 L 1013.6389,1258.2714 L 1013.9695,1258.7938 L 1015.1279,1257.7475 L 1015.6264,1257.6053 L 1015.2526,1257.0992 L 1014.0887,1253.616 L 1016.4551,1251.752 L 1019.4194,1252.1166 L 1021.2754,1250.5077 L 1021.8877,1250.5549 L 1022.4457,1250.4392 L 1024.0685,1249.4643 L 1026.464,1250.0404 L 1028.7314,1248.9871 L 1029.4493,1249.4656 L 1029.7537,1249.8209 L 1030.3102,1250.8867 L 1030.1126,1252.7025 L 1032.1291,1254.0925 L 1033.9384,1253.9811 L 1035.9125,1252.5495 L 1037.4041,1253.4156 L 1037.9687,1253.1874 L 1038.493,1253.3292 L 1038.9349,1253.0056 L 1042.8421,1254.3668 L 1044.6725,1252.8413 L 1046.9411,1253.7907 L 1047.4381,1252.1205 L 1047.9876,1252.429 L 1049.0486,1252.0165 L 1049.6596,1250.8961 L 1049.6155,1248.9683 L 1051.0483,1245.3938 L 1053.0886,1244.099 L 1053.3755,1243.5241 L 1053.5346,1242.9718 L 1055.5913,1241.1594 L 1058.1005,1239.2814 L 1057.2353,1238.1078 L 1057.5815,1237.594 L 1057.8366,1237.1293 L 1057.8486,1236.1867 L 1057.6584,1235.6417 L 1057.7777,1232.846 L 1058.6643,1232.1839 L 1059.0149,1229.6831 L 1059.1461,1229.065 L 1060.8873,1227.6278 L 1061.9393,1227.9865 L 1062.3912,1227.5669 L 1063.6552,1226.2175 L 1063.4393,1221.2607 L 1065.0732,1219.462 L 1064.166,1217.1773 L 1065.9224,1215.3707 L 1067.0083,1212.3992 L 1067.3193,1211.8443 L 1070.3523,1212.2989 L 1070.7543,1211.8156 L 1071.0571,1209.3674 L 1073.6841,1205.9623 L 1073.9986,1205.4273 L 1074.9602,1206.0815 L 1076.6173,1205.7998 L 1077.0993,1205.4748 L 1078.4153,1201.4987 L 1079.4026,1201.7701 L 1080.5853,1199.7496 L 1081.0615,1199.3886 L 1081.1344,1199.2325 L 1081.6179,1200.923 L 1083.3678,1200.8929 L 1085.9222,1205.0083 L 1085.4336,1206.7671 L 1085.8964,1208.5511 L 1086.2378,1209.0581 L 1085.1458,1211.2101 L 1084.8607,1213.0015 L 1085.4402,1214.7434 L 1086.625,1214.64 L 1087.0185,1213.4975 L 1089.3007,1211.5569 L 1089.9074,1211.5079 L 1090.7974,1212.3573 L 1095.4674,1211.9122 L 1095.8975,1211.4694 L 1096.4981,1211.4405 L 1096.4796,1212.0704 L 1095.9714,1215.6809 L 1096.9876,1216.3869 L 1096.7348,1218.1173 L 1097.7885,1219.6495 L 1099.0004,1224.4923 L 1100.2913,1227.1927 L 1101.3308,1227.7809 L 1102.4756,1227.7187 L 1103.718,1226.5141 L 1104.1557,1226.0996 L 1105.6266,1228.0356 L 1105.8748,1228.5983 L 1106.1214,1229.1743 L 1105.9591,1231.0285 L 1105.0135,1231.6643 L 1103.85,1231.2836 L 1103.3869,1231.6946 L 1103.4096,1232.3231 L 1103.7542,1232.8422 L 1105.4118,1233.5491 L 1105.8423,1234.7136 L 1105.564,1236.5423 L 1104.545,1238.1086 L 1105.317,1240.3845 L 1105.5091,1240.9633 L 1105.9271,1244.0373 L 1106.8418,1245.683 L 1106.5799,1247.4473 L 1107.6011,1248.0262 L 1108.6065,1250.2467 L 1109.5124,1251.0584 L 1109.4295,1251.6744 L 1110.159,1252.3993 L 1110.4906,1252.8098 L 1111.3719,1253.4588 L 1111.9362,1253.4636 L 1112.4359,1250.9843 L 1114.2204,1247.6376 L 1114.4607,1245.7546 L 1116.2821,1241.0564 L 1118.5932,1240.5048 L 1119.2053,1240.6042 L 1118.6704,1238.4002 L 1117.7111,1237.8207 L 1117.8913,1237.2779 L 1118.2206,1234.269 L 1119.6,1232.487 L 1120.3588,1231.5829 L 1119.8286,1229.9001 L 1120.5143,1228.969 L 1120.5771,1228.3724 L 1120.4187,1226.045 L 1120.1065,1225.5535 L 1120.3185,1224.3446 L 1122.3581,1221.3588 L 1123.4529,1220.8987 L 1123.996,1220.6194 L 1123.3874,1218.4273 L 1125.5587,1219.0635 L 1126.1302,1219.0019 L 1126.8017,1219.0398 L 1126.6153,1217.4588 L 1126.9311,1217.026 L 1126.2564,1214.9121 L 1127.3117,1213.4981 L 1127.5379,1212.941 L 1127.5746,1210.0956 L 1127.304,1209.581 L 1129.3784,1208.3176 L 1130.5,1206.1165 L 1132.3315,1206.3527 L 1132.9756,1207.4401 L 1133.4229,1207.8812 L 1134.1906,1209.2134 L 1134.5356,1209.6119 L 1135.0913,1211.3107 L 1137.0176,1212.6575 L 1137.2372,1213.2292 L 1138.331,1213.6246 L 1139.0521,1211.8774 L 1141.4381,1211.3435 L 1142.8116,1210.0467 L 1143.9822,1208.8596 L 1143.0754,1207.3075 L 1143.1417,1205.502 L 1142.9061,1204.9465 L 1143.5058,1204.738 L 1145.8503,1203.8017 L 1145.2014,1200.971 L 1145.9148,1200.0813 L 1145.6884,1199.5457 L 1146.1638,1199.3126 L 1146.6704,1199.1626 L 1147.8758,1199.1508 L 1147.4777,1200.3271 L 1148.0571,1201.3592 L 1150.367,1201.9696 L 1152.3279,1199.5709 L 1154.0308,1199.4955 L 1154.5255,1198.3569 L 1156.5291,1196.9235 L 1157.018,1196.5464 L 1158.5902,1196.7071 L 1159.1171,1196.7454 L 1159.2053,1196.1165 L 1159.9797,1193.7118 L 1160.9465,1193.2065 L 1161.4168,1192.9232 L 1161.2856,1194.1652 L 1162.0582,1196.4213 L 1163.7196,1197.1201 L 1165.2797,1196.3734 L 1166.2392,1197.9925 L 1166.4944,1198.5702 L 1166.6116,1203.1206 L 1166.1833,1203.5193 L 1166.5194,1203.9056 L 1167.3074,1205.2294 L 1167.1246,1205.8506 L 1167.5928,1207.7175 L 1169.3888,1210.3836 L 1169.4987,1210.9791 L 1170.1591,1215.1424 L 1170.5899,1215.5928 L 1172.1572,1217.5026 L 1171.978,1219.3473 L 1173.7298,1221.0478 L 1174.7712,1223.289 L 1175.8742,1223.8748 L 1176.3847,1223.5091 L 1176.6502,1222.9537 L 1178.457,1220.6272 L 1179.0679,1220.5214 L 1182.7252,1219.9283 L 1184.5261,1220.3651 L 1186.226,1218.8081 L 1187.9582,1220.2839 L 1188.8791,1219.6836 L 1188.5172,1218.4668 L 1189.9048,1214.3226 L 1189.5486,1211.1976 L 1190.6044,1210.5421 L 1191.2254,1210.5508 L 1191.9792,1211.3779 L 1193.9565,1210.4617 L 1194.295,1210.9215 L 1195.3234,1210.6906 L 1195.7833,1210.9534 L 1197.7869,1212.1657 L 1198.3252,1213.909 L 1199.1935,1214.6316 L 1199.4969,1215.1617 L 1199.0018,1217.5105 L 1197.9723,1218.1556 L 1197.4443,1218.4525 L 1198.2332,1219.3134 L 1198.5757,1219.7964 L 1202.1152,1219.2434 L 1203.0577,1218.4606 L 1205.2957,1219.2214 L 1207.3778,1218.3413 L 1207.3085,1217.7233 L 1208.3843,1218.1475 L 1209.8904,1221.8523 L 1210.4037,1222.1234 L 1210.6382,1222.7053 L 1210.4188,1223.9021 L 1210.9481,1224.9895 L 1211.9376,1224.6362 L 1215.1503,1227.5301 L 1215.953,1230.51 L 1216.3709,1230.9885 L 1216.8319,1231.2985 L 1217.6807,1230.5795 L 1217.9376,1230.078 L 1219.6934,1229.5807 L 1220.7823,1230.1565 L 1220.902,1230.7659 L 1219.6581,1232.8769 L 1219.2707,1233.3546 L 1220.4737,1234.7288 L 1222.8641,1235.0214 L 1223.3982,1235.3248 L 1224.6598,1233.2328 L 1227.5988,1233.6774 L 1228.1531,1231.8626 L 1229.2762,1231.3756 L 1229.868,1231.1789 L 1230.8964,1230.9698 L 1231.2932,1230.6146 L 1231.2183,1230.3662 L 1230.4201,1228.9266 L 1232.7992,1225.4095 L 1233.7667,1221.2162 L 1233.9036,1220.6071 L 1235.5772,1219.8675 L 1236.1341,1219.6178 L 1236.6587,1221.368 L 1238.0541,1222.515 L 1238.5016,1222.9244 L 1239.1609,1222.042 L 1238.4393,1220.2512 L 1238.9569,1219.2604 L 1240.6723,1220.7206 L 1241.9774,1218.7123 L 1242.8494,1219.4817 L 1244.0319,1219.2429 L 1244.4106,1218.7278 L 1243.8042,1217.0381 L 1243.3302,1216.6723 L 1244.429,1212.9584 L 1245.7157,1211.753 L 1250.0203,1212.2989 L 1250.608,1212.2926 L 1251.4829,1212.4063 L 1251.9164,1212.1974 L 1255.113,1210.6916 L 1255.7181,1210.7748 L 1258.1161,1211.517 L 1260.6135,1211.5316 L 1261.8183,1210.073 L 1263.5029,1209.2381 L 1264.1165,1205.248 L 1265.0487,1204.5515 L 1264.841,1204.1763 L 1267.7557,1201.0634 L 1268.1985,1200.6316 L 1268.2147,1200.0101 L 1268.9053,1198.301 L 1269.1189,1195.2722 L 1270.1271,1194.7474 L 1270.5593,1194.3713 L 1273.2609,1195.8209 L 1276.1503,1194.5724 L 1278.0237,1194.5543 L 1278.4586,1194.1623 L 1280.5721,1193.3922 L 1280.4292,1192.2185 L 1280.0181,1191.9712 L 1279.681,1191.0654 L 1277.7609,1189.5963 L 1278.4012,1185.3706 L 1278.7147,1184.8191 L 1281.0437,1183.008 L 1285.277,1183.426 L 1285.5569,1182.892 L 1286.9961,1181.9804 L 1288.7591,1181.8676 L 1288.989,1181.2813 L 1288.7175,1178.8156 L 1287.6428,1178.2424 L 1286.4369,1178.3536 L 1284.7952,1176.5514 L 1284.623,1174.7597 L 1285.7065,1174.3504 L 1286.1722,1172.7106 L 1286.7051,1172.4795 L 1286.2495,1170.2738 L 1286.8367,1170.1181 L 1287.7989,1169.3965 L 1289.4571,1170.0003 L 1289.8696,1169.5324 L 1291.389,1168.714 L 1291.1,1166.8877 L 1287.9376,1165.0607 L 1288.4427,1162.0821 L 1288.9988,1162.2288 L 1291.1325,1162.9753 L 1292.8201,1162.7294 L 1295.142,1164.6372 L 1294.9327,1166.993 L 1296.0166,1168.4658 L 1296.4401,1168.3852 L 1296.7254,1168.0575 L 1296.3342,1166.4717 L 1298.0733,1166.6989 L 1298.6576,1166.7413 L 1298.4749,1165.5579 L 1297.5358,1164.808 L 1296.9212,1162.4822 L 1296.8942,1161.8611 L 1297.4957,1158.8644 L 1298.7666,1157.6009 L 1299.0492,1156.4123 L 1300.5929,1155.5845 L 1301.6025,1152.7375 L 1301.3491,1152.2154 L 1301.1436,1149.955 L 1301.6992,1148.9962 L 1302.3176,1148.8851 L 1302.7095,1147.6701 L 1301.7769,1145.3021 L 1301.3979,1145.0118 L 1300.8395,1144.7971 L 1300.0066,1143.2681 L 1298.6083,1142.1319 L 1298.2479,1141.6185 L 1297.1626,1141.0174 L 1295.7208,1138.246 L 1293.8953,1138.1175 L 1293.3901,1138.448 L 1290.3093,1140.2875 L 1289.7862,1141.386 L 1288.2349,1140.5763 L 1287.7625,1140.9555 L 1285.1049,1137.6962 L 1286.2967,1136.2957 L 1286.5074,1135.1065 L 1287.5066,1133.8065 L 1287.1382,1133.3855 L 1285.3733,1132.8584 L 1282.7599,1130.2396 L 1286.7745,1126.7649 L 1287.3606,1126.8332 L 1286.3226,1124.589 L 1283.8846,1121.8576 L 1283.3649,1121.5199 L 1280.3905,1120.8163 L 1279.7923,1120.638 L 1279.2371,1122.128 L 1278.2039,1121.9092 L 1277.4581,1122.8168 L 1275.1642,1122.6898 L 1274.972,1122.1601 L 1275.0602,1119.9176 L 1273.3349,1120.5096 L 1271.7123,1118.0241 L 1271.1052,1118.0749 L 1270.7448,1117.7401 L 1269.4612,1117.2117 L 1268.9099,1117.4912 L 1266.2102,1118.5857 L 1263.673,1116.8496 L 1261.305,1117.3609 L 1260.7455,1117.5946 L 1259.0714,1118.2382 L 1259.5068,1118.7075 L 1260.6198,1120.9157 L 1259.7608,1121.6887 L 1256.0293,1121.1163 L 1254.6005,1122.3192 L 1254.435,1123.5972 L 1253.6481,1123.033 L 1253.2591,1122.7246 L 1251.4348,1123.0632 L 1250.6785,1124.0548 L 1250.4755,1125.9624 L 1249.7535,1127.0256 L 1248.7351,1126.4088 L 1247.7374,1124.1452 L 1246.0507,1123.5763 L 1245.5457,1123.9338 L 1243.9766,1124.8307 L 1243.3964,1128.4629 L 1242.6882,1127.9834 L 1242.6408,1127.469 L 1242.4142,1126.8815 L 1241.1083,1123.3795 L 1240.5046,1123.3665 L 1239.1639,1121.7349 L 1238.9708,1120.5295 L 1238.0427,1119.7759 L 1237.4316,1119.8649 L 1235.861,1120.768 L 1234.1643,1120.0775 L 1233.0415,1120.5643 L 1232.5036,1122.3369 L 1230.4649,1123.6771 L 1230.5859,1125.975 L 1229.393,1127.1979 L 1228.9327,1127.5391 L 1228.7946,1127.0031 L 1228.4921,1126.5428 L 1228.455,1125.9644 L 1227.8115,1123.1804 L 1227.1464,1120.845 L 1227.133,1115.882 L 1227.9545,1113.5357 L 1229.0343,1112.9619 L 1229.5471,1111.7941 L 1229.8987,1111.2632 L 1230.4725,1111.4313 L 1232.8616,1109.8481 L 1235.7069,1109.083 L 1236.144,1108.6693 L 1236.1479,1108.472 L 1236.0939,1107.8734 L 1235.7495,1107.3858 L 1237.1321,1106.6875 L 1237.6438,1106.5042 L 1236.8926,1105.5849 L 1237.3537,1104.4674 L 1236.5813,1102.8433 L 1236.6873,1102.2466 L 1237.2045,1101.1714 L 1238.6845,1100.1135 L 1238.9758,1099.5717 L 1238.6832,1099.0782 L 1238.7696,1097.9464 L 1237.3444,1097.0195 L 1236.9138,1096.7815 L 1236.344,1096.4552 L 1236.0144,1096.0269 L 1235.5494,1094.5212 L 1234.0147,1089.1066 L 1235.033,1086.8339 L 1233.7862,1085.5689 L 1233.446,1084.4246 L 1233.1386,1083.9146 L 1232.643,1082.9187 L 1232.2098,1082.5297 L 1229.3395,1079.833 L 1229.2504,1079.2603 L 1228.7094,1078.9629 L 1225.7946,1078.2133 L 1224.229,1076.3704 L 1223.7308,1076.2108 L 1223.2289,1076.0626 L 1223.1316,1075.4685 L 1222.9104,1074.3055 L 1220.0235,1073.7935 L 1218.4774,1072.9014 L 1218.2983,1072.4059 L 1218.1063,1071.9152 L 1217.9299,1071.3622 L 1217.7288,1070.2163 L 1216.1726,1068.505 L 1215.8635,1068.0135 L 1214.794,1065.3195 L 1214.4856,1064.7624 L 1212.6498,1062.194 L 1212.5711,1061.6083 L 1212.4314,1060.4358 L 1213.2562,1058.3382 L 1212.9551,1057.8965 L 1212.5767,1056.8973 L 1213.0718,1055.9569 L 1212.47,1055.875 L 1211.4429,1055.2257 L 1209.8967,1051.9441 L 1208.6464,1052.9382 L 1206.7328,1050.6871 L 1206.2612,1050.3033 L 1206.5029,1049.8816 L 1206.6832,1049.4307 L 1207.0219,1049.1406 L 1207.4899,1048.6997 L 1206.4341,1046.5679 L 1202.8813,1045.1885 L 1201.9955,1044.2582 L 1202.213,1043.1494 L 1204.4297,1041.9443 L 1206.2349,1036.6448 L 1205.2523,1033.0235 L 1205.4594,1032.8297 L 1206.1982,1031.2878 L 1206.4414,1030.7162 L 1205.397,1030.8885 L 1205.0084,1029.8103 L 1204.796,1029.2717 L 1207.1438,1029.1456 L 1209.1995,1026.7489 L 1209.7118,1026.4472 L 1209.5368,1025.845 L 1207.9219,1022.4737 L 1206.5005,1021.3044 L 1206.1673,1020.7703 L 1205.533,1019.7321 L 1202.0747,1018.2725 L 1202.059,1018.2312 L 1202.0933,1015.0839 L 1203.4012,1013.7342 L 1203.0594,1011.872 L 1204.0478,1010.3342 L 1208.1569,1011.6959 L 1209.2407,1011.0852 L 1209.818,1009.2954 L 1210.4268,1009.1369 L 1213.1721,1010.5813 L 1216.1373,1008.6602 L 1216.7154,1008.4096 L 1218.4244,1007.7704 L 1219.0547,1006.1385 L 1219.5022,1005.706 L 1219.5439,1005.6656 L 1218.9446,1005.5654 L 1218.6119,1004.397 L 1217.4944,1002.1115 L 1216.4401,996.50137 L 1216.1959,995.90106 L 1217.7895,991.33321 L 1217.5843,990.13952 L 1218.1798,989.1009 L 1217.8079,988.59522 L 1215.8448,985.46275 L 1214.6615,985.08535 L 1215.6452,981.56871 L 1214.2271,977.55159 L 1214.4261,976.9678 L 1216.2842,976.09724 L 1216.7179,975.77642 L 1215.9206,974.76272 L 1214.1943,971.3173 L 1214.0496,969.38758 L 1214.6725,967.62184 L 1213.5935,965.28971 L 1212.1133,964.05623 L 1211.5994,961.63598 L 1212.1101,961.26187 L 1212.7323,961.15482 L 1215.3343,961.72961 L 1215.8267,961.98564 L 1216.4475,958.53155 L 1221.268,957.7246 L 1221.8828,957.67392 L 1224.2066,957.38497 L 1225.0231,955.76186 L 1225.9076,955.36618 L 1226.4889,955.534 L 1228.0813,955.14595 M 423.54701,740.7784 L 424.25836,738.43038 L 425.84266,737.54291 L 427.45326,735.71822 L 428.0355,735.47595 L 428.40821,737.34406 L 429.63103,738.82044 L 431.5395,739.23337 L 433.78524,738.10226 L 435.09696,738.02349 L 436.52577,739.34039 L 441.56089,738.14687 L 441.90367,734.38799 L 443.30079,732.23404 L 443.9514,729.73951 L 443.84231,728.46053 L 443.92449,728.45578 L 446.19671,729.30018 L 448.72337,729.14183 L 449.17701,729.5805 L 448.45288,731.20551 L 450.09901,732.15094 L 450.65258,732.46037 L 454.12697,730.00005 L 455.84472,729.37042 L 456.45228,729.25531 L 458.07784,729.63125 L 457.63372,731.40466 L 457.97919,732.5303 L 460.52911,732.95827 L 461.59623,732.25101 L 461.91837,731.69253 L 462.12466,729.77795 L 461.92883,727.86614 L 462.74559,726.98178 L 463.34666,726.72575 L 469.05514,725.17275 L 469.26809,723.93338 L 468.41658,722.30839 L 469.22458,718.62924 L 469.32345,718.00761 L 468.50323,717.54403 L 468.26924,717.11033 L 468.84999,716.86898 L 468.5902,713.86196 L 470.61963,712.4071 L 470.7688,711.80744 L 470.91479,711.18159 L 470.61119,708.66119 L 469.28445,707.26805 L 471.17987,703.95935 L 474.98238,703.78564 L 475.5627,701.33723 L 476.10986,700.98782 L 477.09315,700.47964 L 479.42037,700.78005 L 480.00822,700.85037 L 484.4563,696.23886 L 484.92887,695.78375 L 484.97248,695.80578 L 485.48027,696.94356 L 485.4493,699.42589 L 486.45519,700.02936 L 487.08883,699.98398 L 489.60536,697.17811 L 495.71988,695.54072 L 496.3579,695.63079 L 496.96707,695.59227 L 499.49166,693.20537 L 500.10166,693.24444 L 501.61623,693.70759 L 502.09003,693.47878 L 503.27464,692.96938 L 504.33358,693.68877 L 508.60757,694.73556 L 510.46286,694.95526 L 513.16622,693.48022 L 514.95243,693.95461 L 515.40038,694.37828 L 515.76391,694.83409 L 517.53554,694.81407 L 518.09848,694.63766 L 518.7452,693.07642 L 521.23922,692.40979 L 524.43832,692.84824 L 526.00017,691.00036 L 526.56076,690.67455 L 527.35329,690.65185 L 527.52072,687.07642 L 528.87568,684.36974 L 528.74509,683.7734 L 529.69327,683.08948 L 531.95213,682.91113 L 532.41679,682.54771 L 532.82116,681.30603 L 532.91925,680.8105 L 534.03656,680.2851 L 535.29038,680.40695 L 537.69045,679.40314 L 540.98246,679.21011 L 543.2889,676.93429 L 544.3272,676.22777 L 545.46341,676.69901 L 548.48276,675.86422 L 548.82394,675.34605 L 548.08059,672.0368 L 547.27448,671.17746 L 547.12447,670.60972 L 547.40665,670.05973 L 549.24565,670.05198 L 550.32486,670.62031 L 554.01461,670.54302 L 555.04436,671.11417 L 555.60645,671.39758 L 555.97088,671.20446 L 556.32628,671.41353 L 556.78431,671.85332 L 558.50033,671.20565 L 559.85975,672.50972 L 560.67013,674.81068 L 561.84472,675.32131 L 561.98075,676.48576 L 565.07711,677.30077 L 565.43733,677.40784 L 576.33778,680.5177 L 576.98608,680.68331 L 578.10215,676.49956 L 577.70551,676.0084 L 577.47106,674.93691 L 577.95238,674.59798 L 579.26489,672.71566 L 579.86271,672.9494 L 580.15089,672.45429 L 580.75724,669.81474 L 580.91189,668.15496 L 579.96307,666.7858 L 580.43168,666.45399 L 580.65764,666.03575 L 581.13661,665.96199 L 582.35836,665.73221 L 583.70874,664.48278 L 584.16246,664.0433 L 583.06536,661.37134 L 583.33087,660.19264 L 585.33136,658.9462 L 585.80593,658.55514 L 585.86415,656.13585 L 586.7597,655.30824 L 587.45698,652.99977 L 586.94828,651.88752 L 587.49992,651.20168 L 587.91454,650.96511 L 587.72514,649.08983 L 587.6891,648.45596 L 588.80641,646.0042 L 589.28266,645.66266 L 591.65596,645.11294 L 592.64112,642.33979 L 594.50181,641.87688 L 595.69877,642.23264 L 596.33234,642.13514 L 597.55012,642.46553 L 598.1392,642.70057 L 598.95574,643.12872 L 599.38969,642.96889 L 601.72609,642.66674 L 603.64515,641.29608 L 604.24936,641.22664 L 605.35067,640.69004 L 605.79523,639.5722 L 605.61528,637.2174 L 605.38874,636.66072 L 603.89189,633.90813 L 604.47765,632.79246 L 603.89429,630.43323 L 604.5272,628.68849 L 605.37831,627.33951 L 604.87227,627.07754 L 602.99562,625.57042 L 602.119,624.01196 L 601.8822,623.46566 L 601.6275,621.03017 L 601.3996,620.457 L 600.88297,617.45491 L 600.5965,616.90232 L 600.41982,612.64993 L 599.37523,610.68394 L 598.7435,610.71704 L 598.89967,609.53213 L 597.99799,607.50254 L 598.19905,606.93776 L 598.2723,602.69801 L 597.73603,602.33213 L 597.43569,601.86414 L 597.07418,601.43825 L 597.65512,600.30611 L 597.89914,599.70825 L 595.6128,593.89082 L 595.45257,590.77022 L 596.24933,589.94511 L 596.90517,586.79202 L 599.76326,583.21599 L 600.38501,582.95797 L 600.60479,582.7579 L 602.29875,579.56209 L 601.31591,578.01328 L 601.04018,577.46338 L 600.53895,572.76588 L 599.89472,572.6907 L 600.85303,571.12024 L 600.93822,570.50449 L 601.41797,570.18666 L 599.95913,566.71238 L 598.04121,564.15604 L 598.00905,563.52051 L 598.17088,563.31624 L 598.19997,562.6732 L 597.6474,560.25413 L 597.94648,559.03533 L 599.40179,557.79624 L 599.83074,557.32582 L 599.60011,555.66493 L 599.91734,554.46044 L 598.78637,553.00018 L 598.30473,550.03841 L 598.61741,548.20219 L 599.56209,547.38428 L 599.21974,546.85713 M 696.99616,1580.9194 L 697.52346,1577.9044 L 696.43744,1575.0062 L 696.42138,1573.1382 L 695.36921,1571.6225 L 695.04591,1569.1457 L 695.63231,1569.0523 L 696.79835,1568.8362 L 698.72746,1566.5663 L 700.35236,1566.7076 L 701.07236,1565.0894 L 701.06893,1564.4863 L 700.49328,1562.0296 L 699.75956,1561.0529 L 699.42583,1555.3791 L 700.00694,1552.9275 L 702.38632,1552.4457 L 702.91063,1552.1134 L 703.62826,1551.1709 L 703.9621,1549.397 L 703.49067,1547.0547 L 705.00175,1546.2325 L 706.80092,1547.3956 L 707.24542,1547.783 L 711.13912,1544.7605 L 711.73644,1544.7221 L 709.4792,1542.815 L 709.53012,1541.5327 L 710.93547,1538.0426 L 709.64824,1535.9857 L 710.35366,1535.0904 L 710.14445,1533.2695 L 712.30778,1533.9521 L 713.57441,1532.037 L 715.58379,1531.0028 L 716.12577,1530.7955 L 717.06253,1527.6723 L 716.99265,1527.1041 L 717.58186,1526.4927 L 718.64352,1525.2541 L 718.58264,1524.1384 L 718.78489,1523.6219 L 719.93359,1521.4797 L 720.50573,1521.6433 L 721.75629,1523.6885 L 723.09368,1521.8608 L 725.46183,1521.8988 L 726.05247,1521.847 L 725.56053,1514.1511 L 725.27926,1513.5701 L 726.3281,1513.426 L 726.82526,1513.7288 L 727.84764,1514.2861 L 728.56171,1513.9081 L 728.72365,1513.3242 L 728.95395,1511.4838 L 731.38517,1507.9178 L 732.28874,1504.9908 L 732.27395,1504.3599 L 731.35302,1503.5639 L 731.60614,1502.9936 L 731.05861,1502.9025 L 729.48051,1502.3774 L 729.07194,1501.3251 L 728.99953,1498.863 L 729.92943,1498.1017 L 730.30515,1497.6228 L 731.0983,1495.2285 L 731.32193,1494.3829 L 731.42983,1493.9586 L 734.2331,1493.6235 L 735.71774,1494.6045 L 736.25565,1494.3394 L 737.23898,1492.7288 L 737.69971,1492.3134 L 737.87218,1492.0187 L 738.17638,1491.47 L 737.81714,1490.4339 L 735.31711,1487.8467 L 735.57867,1487.3272 L 735.24246,1486.2426 L 734.70252,1486.503 L 734.05137,1485.5304 L 734.80349,1483.8363 L 734.48826,1483.3892 L 734.97508,1482.3989 L 734.09714,1482.3 L 734.59088,1481.7747 L 734.15877,1481.4444 L 735.62878,1477.5759 L 735.86148,1477.0277 L 734.48737,1475.7388 L 734.03347,1475.3043 L 734.22859,1474.6965 L 734.32603,1472.8419 L 733.74609,1473.0393 L 732.54881,1473.0507 L 731.84653,1474.5413 L 731.50034,1475.5946 L 731.06763,1475.2562 L 730.30683,1475.4549 L 729.81373,1477.6377 L 729.26669,1478.6416 L 729.20048,1479.2208 L 726.12845,1479.1829 L 727.89189,1476.969 L 725.83031,1474.8321 L 726.18506,1473.0711 L 726.7983,1471.2807 L 726.31975,1469.4773 L 726.85232,1469.6427 L 730.57818,1469.0107 L 732.17958,1468.858 L 732.24732,1468.2754 L 732.08604,1467.8235 L 731.30064,1467.3994 L 730.74587,1467.5517 L 730.02733,1464.8385 L 728.41673,1464.2602 L 728.72588,1463.1124 L 728.96077,1462.1034 L 729.06041,1461.5955 L 729.56176,1460.4943 L 729.1172,1459.1174 L 729.11001,1458.5963 L 728.54527,1457.8283 L 728.41132,1457.359 L 727.5323,1456.7591 L 727.31053,1456.1758 L 725.83289,1454.2533 L 723.63098,1455.0184 L 723.07449,1455.0299 L 722.62674,1454.0068 L 723.2419,1451.8326 L 722.80233,1451.1496 L 722.96395,1450.5803 L 722.39326,1447.7293 L 721.28681,1447.8411 L 719.74983,1447.1596 L 718.75144,1447.5312 L 718.32262,1447.9055 L 717.71996,1447.904 L 715.53314,1447.1707 L 714.66948,1447.905 L 714.12813,1447.8654 L 713.75396,1447.4504 L 712.25272,1445.1343 L 709.2499,1447.1762 L 708.69914,1447.4384 L 708.54765,1446.8399 L 707.99095,1445.7488 L 705.68812,1446.4048 L 704.40925,1447.6132 L 703.9129,1447.2585 L 703.07262,1445.1215 L 702.49931,1445.1136 L 702.47033,1444.4896 L 703.1394,1443.455 L 703.35985,1441.594 L 699.88256,1441.5881 L 699.15935,1440.7121 L 699.0555,1440.1055 L 699.16249,1439.5278 L 698.94215,1436.6344 L 700.85973,1437.7566 L 701.31463,1437.43 L 701.31604,1436.2819 L 701.51215,1435.7422 L 701.8426,1434.7901 L 703.47801,1434.4638 L 703.85745,1432.8158 L 704.30472,1431.4831 L 703.09107,1431.3719 L 702.15587,1430.6494 L 702.43021,1429.4015 L 704.11798,1427.5637 L 703.33755,1424.5331 L 706.00284,1423.1176 L 706.51931,1422.7726 L 707.02103,1422.4068 L 710.07479,1419.4545 L 709.85323,1418.8799 L 709.78864,1417.6534 L 706.94641,1417.0195 L 707.56929,1416.0444 L 708.34566,1415.3075 L 707.37234,1412.9851 L 707.44008,1411.1178 L 706.5333,1410.2966 L 706.97417,1408.5595 L 705.92277,1406.5346 L 707.30788,1405.6434 L 707.73499,1406.2391 L 710.00309,1406.2512 L 709.79505,1402.61 L 710.61825,1401.7731 L 710.16607,1400.6188 L 710.0297,1400.0709 L 708.20573,1397.3888 L 708.78898,1396.9166 L 709.86105,1395.0069 L 710.963,1396.2531 L 711.13947,1395.7042 L 710.91046,1395.1624 L 710.09237,1393.0173 L 709.17459,1392.3425 L 708.65533,1392.3945 L 707.35633,1391.6112 L 705.89147,1391.3188 L 704.83447,1390.9865 L 704.28638,1390.1219 L 705.17884,1389.3677 L 705.8044,1387.675 L 707.2,1388.2543 L 708.11023,1387.5029 L 708.89293,1387.2001 L 709.26039,1386.9706 L 709.49133,1386.3936 L 712.05234,1383.0293 L 713.90215,1384.5517 L 715.30038,1382.6251 L 717.54072,1383.0102 L 718.78119,1381.6766 L 721.133,1384.3748 L 721.66274,1384.6603 L 722.14546,1384.365 L 722.5669,1383.978 L 722.25736,1381.7197 L 722.66572,1381.2542 L 725.21355,1381.437 L 726.94167,1378.9079 L 729.0967,1377.9725 L 730.06452,1374.3348 L 734.01822,1378.213 L 734.51983,1378.5642 L 735.3447,1379.4794 L 735.32142,1381.3766 L 732.11786,1384.2957 L 736.66399,1387.4077 L 738.33633,1389.2757 L 738.83957,1389.6515 L 739.31333,1389.2606 L 742.05846,1389.9451 L 743.38307,1388.6698 L 744.14192,1386.9628 L 744.10067,1386.3226 L 743.46506,1383.2019 L 741.65012,1379.2138 L 743.13252,1377.3301 L 743.18592,1376.0719 L 743.46253,1375.649 L 744.26314,1374.444 L 744.81093,1374.7039 L 746.44733,1373.9691 L 748.22874,1374.0346 L 750.76445,1371.6209 L 750.69131,1371.0096 L 752.48183,1372.5247 L 752.18231,1375.6406 L 754.47975,1376.3334 L 755.01741,1376.0515 L 755.57406,1374.9334 L 755.61505,1372.3763 L 757.56248,1370.8994 L 758.65843,1368.6162 L 759.12207,1368.858 L 759.62342,1368.5526 L 761.81178,1367.193 L 762.31654,1367.4962 L 763.63545,1367.4542 L 764.09605,1367.2671 L 764.12237,1369.643 L 766.35528,1370.5809 L 767.51855,1370.3185 L 768.9497,1371.1737 L 769.25504,1371.7166 L 770.3682,1371.7255 L 772.95212,1372.935 L 773.29655,1372.4602 L 774.88348,1371.8632 L 774.48134,1370.1323 L 774.56143,1369.538 L 775.72622,1369.9164 L 780.41676,1368.59 L 781.83652,1369.7979 L 782.43429,1369.9435 L 783.47836,1369.3556 L 784.99531,1367.3576 L 786.20691,1367.31 L 787.64819,1366.224 L 790.01737,1366.0258 L 790.62628,1366.1009 L 791.26137,1363.7494 L 791.62214,1363.2454 L 791.66098,1362.8744 L 792.67949,1361.7453 L 792.81767,1361.2337 L 796.06174,1361.2226 L 796.09882,1360.628 L 796.49463,1361.0359 L 797.58995,1360.8299 L 798.39297,1361.5274 L 798.50647,1362.0954 L 799.37415,1359.8869 L 800.75481,1360.9441 L 802.34781,1361.2644 L 802.77184,1361.6768 L 803.74176,1361.0764 L 805.34171,1360.713 L 806.42172,1360.1529 L 807.6251,1357.9196 L 808.62843,1357.2317 L 809.63112,1356.8745 L 810.71872,1357.0945 L 810.47791,1357.6527 L 813.41576,1359.6247 L 814.54942,1361.6943 L 814.70203,1362.2845 L 817.25039,1363.5264 L 817.41881,1365.3532 L 818.47503,1366.8657 L 820.21393,1366.444 L 820.63378,1365.994 L 821.03567,1363.6351 L 822.52693,1363.1091 L 823.84495,1361.1695 L 824.219,1360.7009 L 825.38303,1360.8289 L 828.14271,1359.9328 L 828.48487,1359.4371 L 828.02554,1358.3022 L 828.26216,1357.0769 L 829.26005,1355.5461 L 829.29105,1354.3005 L 830.08407,1352.2051 L 832.46375,1350.5341 L 832.71228,1349.9843 L 833.58223,1350.7114 L 835.26823,1350.8298 L 835.69264,1351.2257 L 835.0068,1349.6987 L 835.25456,1348.0079 L 835.56281,1347.5164 L 835.25811,1346.9421 L 834.31919,1345.2525 L 835.43463,1344.8217 L 838.4646,1345.1848 L 842.83954,1347.4959 L 843.18575,1348.0301 L 844.61273,1348.2244 L 846.02389,1347.2726 L 846.49752,1345.7406 L 847.52084,1346.2456 L 847.77696,1345.7145 L 847.05075,1344.1463 L 847.0195,1341.4003 L 847.23271,1340.8421 L 847.25967,1340.2314 L 846.25723,1339.6076 L 844.74661,1340.4542 L 843.95853,1339.6193 L 842.65796,1339.3964 L 842.66277,1337.6661 L 843.1836,1336.6395 L 843.42403,1336.1135 L 843.58903,1336.0691 L 848.33752,1336.4479 L 848.9177,1336.6046 L 852.22466,1329.2534 L 852.13191,1328.7388 L 850.94093,1327.7858 L 852.67451,1325.4115 L 852.04093,1322.4578 L 853.69314,1323.0406 L 854.70444,1321.6043 L 854.9517,1321.0569 L 854.34811,1321.0484 L 851.50036,1318.0386 L 851.24171,1317.5583 L 850.60294,1316.095 L 850.04769,1316.3291 L 847.89982,1317.0998 L 847.40354,1316.7279 L 846.47437,1315.0911 L 844.65752,1314.8056 L 845.34754,1312.7083 L 845.14318,1312.1857 L 845.92987,1311.4977 L 846.41489,1311.3076 L 847.86642,1308.5824 L 848.03294,1308.0431 L 847.5135,1307.3687 L 847.68547,1306.2438 L 846.92004,1304.6759 L 847.42784,1303.6103 L 847.76051,1303.1254 L 847.93589,1302.0167 L 849.36856,1301.4616 L 849.89787,1301.325 L 850.45122,1301.1173 L 851.03583,1301.0586 L 851.51643,1302.2325 L 853.24381,1303.9486 L 853.65797,1307.7453 L 853.7449,1308.377 L 853.88738,1308.3743 L 854.10769,1306.5807 L 854.88071,1305.6045 L 859.03864,1305.6131 L 860.76083,1303.8522 L 861.73417,1304.4815 L 863.99655,1304.7826 L 864.30088,1304.2705 L 867.15471,1305.0538 L 868.83198,1304.3807 L 868.82692,1302.5386 L 869.28714,1302.1395 L 868.71683,1299.8727 L 867.65276,1299.6226 L 868.59332,1298.2644 L 868.9837,1297.8566 L 868.76365,1297.2912 L 868.95497,1295.5149 L 868.45249,1293.1482 L 867.63302,1292.649 L 867.14838,1292.5356 L 866.87291,1291.9893 L 865.12186,1292.1573 L 865.13173,1290.9828 L 863.92101,1289.6862 L 864.11272,1288.469 L 863.8337,1287.9244 L 864.34466,1286.2067 L 864.02212,1285.0246 L 864.09019,1284.4132 L 862.72661,1283.8514 L 862.32004,1283.5707 L 863.07485,1281.8024 L 863.23694,1279.2565 L 861.17462,1275.3137 L 859.84343,1273.9964 L 859.71866,1272.7108 L 858.83909,1271.7939 L 860.3139,1270.8861 L 862.00952,1271.2131 L 862.68068,1272.7409 L 862.84442,1273.3137 L 865.82845,1269.6699 L 866.34271,1269.3716 L 866.53302,1269.3272 L 867.91065,1268.2594 L 869.68548,1267.9383 L 870.43016,1266.9934 L 870.68678,1265.7801 L 870.8566,1266.3563 L 871.94242,1266.7627 L 873.65588,1266.7758 L 874.23897,1266.8026 L 873.76863,1265.2821 L 874.27048,1265.1144 L 873.3451,1262.8922 L 874.76753,1260.9102 L 876.82163,1258.9213 L 877.28489,1258.5669 L 879.7348,1255.8997 L 880.27284,1255.6249 L 880.48214,1255.0177 L 879.71848,1251.97 L 880.13694,1251.5705 L 879.76846,1249.275 L 879.7453,1248.6863 L 881.55772,1248.2915 L 882.30708,1247.2601 L 884.02725,1246.5118 L 888.99034,1246.3965 L 889.59267,1246.2231 L 889.61291,1245.9597 L 890.28218,1244.963 L 891.9187,1244.3275 L 892.53203,1242.0043 L 894.27435,1241.486 L 895.01472,1240.4968 L 895.34866,1239.3061 L 896.9538,1240.585 L 897.49804,1240.7007 L 898.95299,1238.1477 L 898.91642,1235.7959 L 899.16329,1235.2481 L 900.67581,1235.759 L 901.17045,1235.9629 L 901.8654,1232.1734 L 900.16826,1230.3802 L 899.64047,1230.0862 L 898.77988,1229.269 L 899.62238,1227.6733 L 899.47091,1227.0765 L 898.2941,1226.9149 L 899.28578,1225.4702 L 901.90399,1224.305 L 902.36649,1223.9583 L 905.78392,1223.4892 L 906.29514,1223.1849 L 906.76321,1223.0177 L 907.25152,1222.9424 L 906.83483,1217.9469 L 907.4226,1216.8339 L 909.05178,1217.1308 L 910.35108,1215.9169 L 912.11161,1216.0878 L 912.1559,1215.7665 L 912.48503,1213.5104 L 912.96993,1213.2216 L 913.24123,1211.7625 L 913.56681,1211.9527 L 913.91732,1212.0915 L 915.77225,1211.9329 L 916.83771,1211.2985 L 917.13064,1210.7308 L 917.17329,1210.2335 L 916.83707,1208.7914 L 916.31523,1208.6593 L 914.55596,1207.4268 L 914.28314,1206.953 L 914.10536,1205.4088 L 913.12557,1205.164 L 914.78297,1203.4299 L 917.05358,1203.3356 L 915.98256,1199.9644 L 916.02849,1198.35 L 915.41415,1198.3013 L 914.19672,1196.1131 L 914.27024,1194.2631 L 913.59806,1193.2545 L 913.69006,1189.6589 L 912.94842,1187.2528 L 915.97282,1186.5123 L 917.90038,1184.9502 L 917.37575,1184.8148 L 916.17705,1182.9781 L 915.75757,1182.5027 L 913.26122,1178.8572 L 912.94019,1177.619 L 911.7382,1177.293 L 912.01608,1176.7418 L 912.55273,1175.6411 L 911.94901,1174.5678 L 911.60445,1174.0703 L 910.74829,1172.4652 L 910.94113,1170.6794 L 910.4475,1170.3927 L 909.6784,1169.6454 L 909.27019,1170.0486 L 909.04166,1169.0808 L 909.6374,1169.1705 L 910.83927,1169.1211 L 912.92134,1167.9063 L 913.50569,1166.8578 L 913.44989,1165.6394 L 913.00915,1165.3471 L 912.01937,1164.997 L 911.59053,1164.7554 L 911.02895,1164.4596 L 909.32928,1163.663 L 907.53863,1164.2777 L 905.71913,1163.9702 L 905.70863,1163.5064 L 905.718,1162.58 L 905.10099,1162.6161 L 903.4093,1163.2942 L 901.79808,1162.432 L 900.24722,1163.4266 L 897.9341,1162.5365 L 896.63442,1161.1837 L 893.37491,1159.4968 L 893.45109,1158.3489 L 895.11747,1158.2944 L 896.34452,1157.0106 L 896.80284,1156.6209 L 897.33127,1156.2879 L 898.05203,1154.5325 L 897.82376,1153.9416 L 897.37049,1153.5037 L 895.61566,1151.6982 L 890.7195,1152.195 L 890.07655,1151.1083 L 890.44377,1149.2426 L 890.71304,1148.3254 L 890.7386,1147.8479 L 891.32701,1147.6438 L 894.19956,1146.4761 L 896.31567,1144.2109 L 896.33794,1143.579 L 896.1394,1141.7207 L 895.58098,1141.4256 L 893.74921,1141.851 L 891.46936,1140.8533 L 891.573,1140.3007 L 891.34055,1139.4517 L 889.91079,1138.768 L 890.54437,1135.8436 L 891.41356,1135.1334 L 891.75091,1133.3796 L 891.34472,1133.1616 L 891.65841,1132.629 L 891.01648,1129.5877 L 891.6307,1129.5443 L 894.06657,1129.8408 L 895.86139,1128.1541 L 896.85181,1125.9142 L 897.26066,1124.099 L 899.48913,1122.9993 L 900.11752,1123.0172 L 900.64177,1122.7306 L 901.65421,1121.3285 L 902.07938,1118.419 L 901.50957,1118.2059 L 899.09319,1116.3723 L 896.82094,1118.0583 L 895.85203,1116.6353 L 896.34401,1115.4718 L 894.59816,1115.6671 L 894.10656,1115.2856 L 893.91649,1112.8088 L 894.7924,1112.0759 L 896.59329,1112.5644 L 897.77289,1112.1666 L 897.79718,1111.5508 L 897.65647,1109.2 L 895.64704,1108.51 L 895.30095,1108.0278 L 893.21243,1107.2441 L 892.83092,1107.7447 L 891.80406,1108.4534 L 891.22363,1108.2265 L 890.7834,1105.2728 L 888.01941,1103.9256 L 884.60376,1105.2544 L 883.57993,1104.5919 L 883.36545,1102.7505 L 881.73462,1101.003 L 881.19392,1101.3091 L 880.14466,1101.9323 L 877.75586,1102.1174 L 876.31471,1101.105 L 876.16515,1099.2546 L 876.729,1098.9677 L 878.18862,1096.151 L 879.84059,1094.2233 L 881.96606,1092.8449 L 882.10436,1092.2208 L 877.92783,1089.4859 L 877.41054,1089.1387 L 876.27523,1088.6365 L 875.06211,1088.8763 L 874.37943,1089.8957 L 872.06365,1090.6898 L 871.88839,1091.2932 L 871.44348,1090.9055 L 870.56783,1088.7017 L 868.98521,1087.005 L 868.94637,1087.1125 L 868.37897,1087.1005 L 867.35072,1086.66 L 865.98422,1084.3399 L 865.74431,1083.7448 L 865.56943,1082.4757 L 866.15594,1081.3436 L 865.34938,1078.9286 L 864.16359,1077.4347 L 860.64923,1076.4303 L 859.86114,1077.4099 L 858.10188,1077.9343 L 857.75858,1077.4006 L 854.38607,1076.3842 L 850.90891,1077.8067 L 849.09144,1077.6722 L 848.34739,1078.6964 L 847.73191,1078.5665 L 847.30282,1078.1613 L 846.14929,1076.8187 L 845.61049,1075.1275 L 844.64728,1074.4528 L 844.33283,1074.9213 L 843.42479,1076.3437 L 843.22372,1076.9646 L 842.12992,1079.9887 L 841.96326,1080.6124 L 840.93197,1082.1757 L 837.32512,1083.1677 L 837.20706,1082.5809 L 836.61131,1079.675 L 836.04682,1079.4987 L 832.98661,1080.1818 L 831.74906,1077.9523 L 829.62081,1075.6704 L 830.0165,1075.172 L 831.30896,1072.9965 L 832.78908,1066.3661 L 832.57764,1066.3539 L 830.86924,1065.7797 L 828.80172,1062.6145 L 826.00649,1061.4529 L 824.87776,1061.5571 L 823.54581,1062.6892 L 822.48454,1062.2049 L 820.85029,1062.7629 L 820.24721,1062.5865 L 818.41986,1062.7575 L 817.34681,1062.1076 L 816.92822,1060.909 L 815.34459,1060.1057 L 814.32659,1057.8026 M 723.91671,1503.5432 L 722.62885,1502.2585 L 723.1279,1499.7843 L 723.34244,1499.1806 L 722.75689,1499.1355 L 720.24488,1497.7251 L 719.17535,1499.1134 L 718.70876,1499.5037 L 718.22182,1501.2509 L 717.25926,1501.9818 L 717.55584,1502.3665 L 717.27336,1502.7622 L 717.12314,1503.3689 L 716.84873,1504.5552 L 718.78447,1508.5584 L 718.93706,1509.1912 L 719.65941,1510.0961 L 720.79194,1509.8779 L 721.36424,1509.8148 L 721.59815,1509.8318 L 721.44648,1509.2778 L 722.71099,1507.558 L 723.71505,1507.4116 L 724.54934,1505.8062 L 724.56018,1504.5744 L 723.91671,1503.5432 z M 720.11376,1495.3453 L 720.7308,1497.0349 L 722.43529,1496.9922 L 724.48353,1497.9843 L 725.04459,1498.1058 L 725.14478,1498.0697 L 725.76835,1496.4761 L 725.84877,1495.8652 L 726.00059,1495.2931 L 726.11289,1494.1206 L 726.49896,1492.4394 L 726.39368,1491.8722 L 726.54928,1491.3247 L 726.72219,1490.783 L 726.6668,1490.216 L 724.79577,1487.4749 L 724.67051,1487.4625 L 724.21917,1487.1664 L 723.8413,1486.2957 L 722.86021,1485.864 L 722.3759,1485.8354 L 721.06498,1486.439 L 721.13334,1487.0122 L 721.56555,1488.6619 L 722.71265,1488.8069 L 723.22345,1488.5207 L 723.64968,1492.5908 L 723.59695,1493.186 L 723.03288,1493.2423 L 720.91372,1492.4616 L 720.14494,1493.4488 L 720.11376,1495.3453 z M 1501.9699,929.48511 L 1501.536,929.25042 L 1500.5524,930.36513 L 1497.7961,934.62815 L 1495.5643,936.84263 L 1491.8615,939.28231 L 1490.7247,941.54211 L 1486.7858,948.50885 L 1486.4716,949.04602 L 1485.9399,948.95405 L 1484.4948,948.2224 L 1483.6122,949.04018 L 1483.2316,952.05505 L 1482.3804,953.67647 L 1480.5367,953.1891 L 1480.2011,953.74063 L 1477.3182,957.14465 L 1477.1294,956.55311 L 1476.263,956.45152 L 1474.9729,957.74415 L 1471.8857,957.74126 L 1471.3706,957.69034 L 1470.8763,957.53182 L 1470.281,957.39636 L 1464.2656,956.53202 L 1463.6992,956.74771 L 1460.1711,957.36658 L 1459.662,957.70353 L 1459.0953,957.92934 L 1458.6353,957.47304 L 1457.9289,954.32996 L 1458.3111,951.7839 L 1457.7502,949.26304 L 1453.9576,948.74144 L 1453.7987,947.83714 L 1453.4077,947.36922 L 1451.9204,946.37054 L 1448.9848,946.2068 L 1449.5572,944.48697 L 1449.4826,943.91897 L 1449.0873,942.91074 L 1447.9952,944.07533 L 1447.6969,944.63917 L 1444.8682,945.88258 L 1443.9723,948.24606 L 1444.1961,948.68042 L 1443.8419,949.01478 L 1442.9881,951.12499 L 1441.6421,952.10972 L 1441.0542,951.97684 L 1438.7856,952.06105 L 1438.3925,953.19447 L 1438.1262,953.75477 L 1435.5737,956.42674 L 1432.0407,957.2577 L 1431.5513,957.05166 L 1430.9305,956.18691 L 1430.5495,956.55521 L 1427.485,957.10043 L 1426.9705,956.73584 L 1425.2446,954.97422 L 1425.4129,952.47142 L 1426.3661,951.97589 L 1427.3228,948.51164 L 1427.476,947.92663 L 1426.9925,947.71629 L 1426.1952,946.43465 L 1425.6529,946.6304 L 1424.8412,947.44778 L 1422.648,947.97344 L 1422.4962,947.36311 L 1420.9253,942.01059 L 1420.0908,942.89991 L 1419.2424,949.0744 L 1418.7797,948.92636 L 1418.4607,948.03938 L 1418.459,947.87464 L 1418.4988,947.23237 L 1418.1617,944.74271 L 1418.2923,944.13528 L 1414.5899,941.18721 L 1414.7385,940.62158 L 1414.8806,940.05391 L 1414.9709,939.46332 L 1413.325,937.93412 L 1413.5274,937.37567 L 1414.8039,936.16188 L 1415.1483,935.68453 L 1414.1884,935.00688 L 1413.7856,934.52043 L 1413.3316,934.20983 L 1411.3829,932.5592 L 1409.6066,932.5028 L 1406.4517,930.57674 L 1405.2666,929.68568 L 1406.3364,929.7063 L 1406.8542,929.52172 L 1406.5195,928.13421 L 1408.0427,927.15626 L 1406.6304,923.89843 L 1406.9652,922.85255 L 1408.0526,922.64858 L 1408.2226,922.12304 L 1408.2481,921.02084 L 1414.6305,921.39689 L 1414.9544,920.90719 L 1416.0887,919.54984 L 1417.1346,920.09099 L 1417.7077,920.27298 L 1420.0384,918.82766 L 1420.4849,917.78802 L 1420.4733,917.65584 L 1420.6262,914.10845 L 1418.9059,914.08895 L 1417.3978,913.12463 L 1416.9901,912.66256 L 1415.7324,911.3147 L 1413.2468,910.88956 L 1412.817,909.84231 L 1412.8954,909.73006 L 1413.0861,905.34437 L 1413.2127,904.72026 L 1412.5886,903.08765 L 1413.5035,902.36697 L 1413.8823,901.92215 L 1413.4706,900.44089 L 1413.1542,900.03358 L 1414.2363,899.43794 L 1414.8516,899.5061 L 1418.0014,899.49133 L 1418.5421,899.1468 L 1419.4604,896.12652 L 1417.9605,894.16143 L 1417.7696,893.55136 L 1419.1964,893.21002 L 1419.6929,893.1981 L 1421.7034,891.14946 L 1422.1852,890.80101 L 1423.0856,888.94279 L 1419.8465,885.97396 L 1420.8461,885.21274 L 1421.3775,884.87456 L 1421.0881,884.65743 L 1421.0657,884.05372 L 1420.5003,883.07333 L 1420.7422,882.51981 L 1417.7576,880.75711 L 1417.3607,880.32187 L 1418.7958,878.43129 L 1419.0049,877.87465 L 1418.7876,876.87005 L 1417.3171,875.3015 L 1417.4305,874.73454 L 1416.7818,872.76654 L 1417.1426,872.35237 L 1413.6094,871.90685 L 1413.1402,871.5316 L 1413.6533,868.59904 L 1413.7409,868.00637 L 1414.3431,868.16611 L 1416.6962,865.29785 L 1416.7138,864.67943 L 1415.8519,863.77685 L 1414.6275,863.49433 L 1414.2538,862.31428 L 1412.2597,860.9587 L 1411.1715,861.09015 L 1410.5463,861.00219 L 1409.4063,859.71919 L 1409.2391,857.42262 L 1408.9107,856.93932 L 1409.5428,856.04268 L 1409.8287,855.50868 L 1410.979,855.45847 L 1411.7624,856.35924 L 1414.3014,854.70104 L 1414.819,854.36523 L 1415.2479,854.25819 L 1415.6882,854.2091 L 1416.3017,854.39422 L 1418.6009,853.37493 L 1419.2414,853.34212 L 1419.6517,854.13208 L 1420.0544,854.40278 L 1425.9435,854.07367 L 1425.4749,853.6666 L 1426.0734,851.95474 L 1425.2623,851.02224 L 1425.5167,849.81201 L 1425.45,849.19685 L 1424.8072,849.07588 L 1423.6721,848.43213 L 1423.2982,849.34941 L 1421.8934,848.21761 L 1421.1324,848.35258 L 1420.4931,848.22231 L 1418.4549,846.70255 L 1418.0215,844.16993 L 1418.4133,842.95349 L 1417.0138,842.58826 L 1416.885,842.09596 L 1416.3192,842.28492 L 1415.7714,842.52238 L 1415.1357,842.84373 L 1412.9286,843.87565 L 1411.7176,842.4531 L 1410.5169,842.82392 L 1409.7888,843.81732 L 1408.9324,842.9667 L 1408.9392,841.75682 L 1407.0654,839.43072 L 1406.8208,838.87326 L 1406.6543,837.70796 L 1406.5633,837.12649 L 1406.2107,836.65409 L 1406.2258,834.34474 L 1404.3208,833.56899 L 1403.7044,833.55115 L 1402.1695,834.55596 L 1401.6147,835.64344 L 1400.4869,836.00336 L 1400.5705,835.37588 L 1400.5697,834.11161 L 1399.1334,832.85857 L 1400.5205,831.83782 L 1400.6174,831.20917 L 1399.6299,826.40169 L 1401.2148,824.84825 L 1401.7456,824.67358 L 1402.1388,823.08621 L 1402.6544,822.87974 L 1405.0706,822.39818 L 1405.7971,820.81513 L 1407.0223,820.65663 L 1407.6016,820.44637 L 1407.4702,819.83392 L 1402.7326,818.09008 L 1402.1723,817.79936 L 1402.1573,817.75765 L 1403.2031,814.25341 L 1404.5969,813.06214 L 1405.1756,812.00038 L 1405.5332,811.58564 L 1406.6033,811.63036 L 1408.3327,809.23234 L 1409.4113,808.71806 L 1410.5044,808.6111 L 1411.0877,808.70722 L 1412.6224,808.34883 L 1412.8706,807.88574 L 1413.3092,808.39649 L 1415.1173,808.2183 L 1416.7503,806.85338 L 1416.8519,806.30902 L 1417.6711,805.41355 L 1417.7151,803.58608 L 1418.0229,803.05279 L 1419.3666,801.35461 L 1419.4803,800.80416 L 1419.1104,799.85964 L 1419.7374,798.99479 L 1419.7909,798.44531 L 1421.0987,797.67437 L 1421.6079,797.676 L 1422.8824,796.5747 L 1422.8963,795.47542 L 1422.7948,794.92321 L 1423.6535,793.75149 L 1424.1035,793.52537 L 1424.5613,792.31665 L 1425.4034,789.45189 L 1425.0621,787.67851 L 1424.5969,787.28 L 1423.8809,786.00901 L 1424.1814,785.55973 L 1426.8391,784.1178 L 1427.3386,783.75711 L 1427.9624,782.76236 L 1427.477,780.42361 L 1428.085,779.37407 L 1428.6195,779.18932 L 1428.1714,775.64341 L 1428.4681,775.10026 L 1429.0535,772.11041 L 1429.0839,771.48598 L 1429.1187,771.04281 L 1429.1535,770.59966 L 1429.7229,770.02122 L 1430.7347,770.57985 L 1431.2809,770.77437 L 1431.6906,769.07342 L 1432.9475,767.095 L 1432.2589,766.36789 L 1431.7543,766.38077 L 1430.41,765.26065 L 1427.9666,765.12477 L 1427.0169,764.54583 L 1427.2773,763.41349 L 1427.7041,762.96761 L 1429.594,762.06735 L 1429.9688,760.28265 L 1429.3445,757.92183 L 1429.1882,757.64401 L 1429.2375,755.08258 L 1429.5753,754.5312 L 1429.9464,754.02889 L 1429.7381,752.80566 L 1430.2125,751.66698 L 1427.8176,750.62609 L 1424.4505,752.50303 L 1424.1589,751.99616 L 1422.1567,750.9406 L 1422.5698,749.17218 L 1423.0964,748.85163 L 1423.0865,747.72023 L 1421.7979,745.66687 L 1422.0743,742.50683 L 1422.8139,741.48346 L 1423.1384,741.05812 L 1422.4556,740.37482 L 1421.9738,740.74473 L 1420.2452,740.30113 L 1419.7134,738.60647 L 1419.1549,738.33154 L 1415.3626,740.32531 L 1415.5338,739.77373 L 1415.6132,738.73965 L 1414.2438,737.78067 L 1415.3575,737.47718 L 1418.4682,735.83754 L 1418.9151,735.45612 L 1418.3703,735.42718 L 1416.3401,734.72419 L 1416.45,734.2806 L 1416.8274,733.45048 L 1417.6122,731.97082 L 1417.8475,731.46454 L 1421.4633,731.92093 L 1422.0014,732.78785 L 1422.5576,733.03652 L 1423.4028,732.20986 L 1423.9533,731.97933 L 1424.7452,730.05927 L 1426.3103,728.0377 L 1427.0267,726.26283 L 1428.8813,726.35208 L 1429.0597,725.81418 L 1430.1765,722.66599 L 1430.1789,722.03392 L 1429.4992,719.6926 L 1428.372,719.3142 L 1428.8932,716.90808 L 1427.8896,712.01249 L 1426.9391,711.49305 L 1426.6187,710.96036 L 1423.0307,707.55198 L 1421.1859,707.13033 L 1420.1748,709.26937 L 1417.9232,713.51597 L 1417.475,713.73429 L 1416.5705,713.86765 L 1415.1859,712.34862 L 1414.6677,712.16606 L 1414.7743,709.09022 L 1416.4069,706.37343 L 1418.3523,704.75043 L 1418.6578,704.19401 L 1418.1611,704.13706 L 1417.8175,703.28956 L 1418.16,702.72977 L 1418.7684,699.53154 L 1420.639,699.01705 L 1422.2772,699.9639 L 1423.5677,700.03176 L 1426.7218,699.30957 L 1427.9432,697.94479 L 1428.4212,697.51734 L 1430.8916,698.84058 L 1431.4392,698.97736 L 1431.9048,699.42043 L 1434.4717,699.46104 L 1438.8826,693.99381 L 1439.1284,693.4061 L 1439.5899,693.46579 L 1440.1142,693.84243 L 1441.1878,694.54744 L 1441.3913,696.43235 L 1442.852,699.89416 L 1443.5515,699.26732 L 1444.0265,699.24215 L 1445.2043,699.58474 L 1446.9951,698.96147 L 1449.438,699.18007 L 1449.9957,698.88547 L 1450.7639,698.08413 L 1450.813,697.53629 L 1451.317,697.46656 L 1451.8158,697.36371 L 1452.7997,697.89671 L 1454.9029,697.05563 L 1455.1265,696.49698 L 1455.2769,695.87272 L 1455.0508,693.98483 L 1453.9107,692.4623 L 1454.2663,691.00859 L 1454.0362,690.55781 L 1454.9615,690.31809 L 1455.3897,690.10382 L 1454.9607,689.60851 L 1454.6002,688.5086 L 1454.9454,687.95335 L 1457.1021,686.48764 L 1456.9244,685.91882 L 1456.7126,685.36026 L 1456.8918,684.73723 L 1456.8976,683.45799 L 1457.038,682.88123 L 1456.334,681.98423 L 1453.3752,681.91216 L 1453.6635,680.91991 L 1453.3916,680.49213 L 1452.9501,680.23201 L 1453.1439,679.62582 L 1454.1064,674.08173 L 1455.1103,672.44264 L 1456.9825,672.40231 L 1457.6355,672.47554 L 1458.2777,672.56499 L 1459.4538,673.04548 L 1459.8868,673.19555 L 1461.3935,672.5528 L 1461.7366,672.10484 L 1462.0458,670.97523 L 1461.5027,667.4853 L 1462.6677,666.9748 L 1463.6533,665.56783 L 1467.1802,666.32545 L 1468.4215,666.23207 L 1468.1359,667.3082 L 1468.7028,667.82968 L 1469.2742,667.76681 L 1471.5445,666.85704 L 1472.1729,666.92041 L 1472.018,666.42146 L 1471.6851,665.55758 L 1471.5469,663.20893 L 1473.3995,660.76033 L 1473.4866,659.60017 L 1474.2697,658.66446 L 1474.6618,657.50439 L 1475.062,657.05423 L 1479.0904,658.08461 L 1479.5086,657.65023 L 1479.8505,656.78445 L 1480.0099,656.34697 L 1479.8139,655.74733 L 1479.2841,653.36818 M 835.57167,604.28607 L 835.00667,604.54019 L 830.7055,606.91221 L 830.21466,606.5433 L 829.68016,606.21341 L 828.10285,605.24926 L 827.27845,603.60924 L 826.20439,603.61241 L 826.01661,603.17699 L 825.77783,602.76579 L 825.78972,602.12378 L 821.61762,595.81306 L 821.17828,593.39768 L 820.56899,593.19792 L 817.20028,591.67994 L 815.97058,592.01976 L 814.59751,593.25876 L 814.53601,593.86201 L 815.42912,596.75943 L 814.99686,596.77831 L 814.59852,596.94126 L 814.29192,596.41316 L 813.40273,595.0585 L 812.2225,595.45679 L 809.76664,595.12588 L 807.92715,595.15061 L 807.32179,595.05845 L 803.82856,594.10015 L 802.63113,594.26799 L 802.631,593.61666 L 802.53255,592.33923 L 801.74067,591.29427 L 801.17264,591.21133 L 799.49689,590.91172 L 797.20009,588.00453 L 797.62905,586.85009 L 798.64364,586.14467 L 796.84223,583.67382 L 794.86811,584.97512 L 793.25815,584.01859 L 790.66829,584.13784 L 790.12278,583.879 L 789.04454,583.39775 L 788.75161,582.26809 L 788.57724,581.78041 L 787.2177,581.05576 L 786.3356,581.99914 L 784.6658,581.08993 L 783.21541,578.97174 L 782.80201,577.10995 L 783.66969,576.33226 L 783.6526,575.73267 L 782.79252,572.31563 L 782.83225,571.6716 L 782.55222,569.76388 L 782.31471,569.36664 L 781.94509,569.07948 L 782.17969,568.50805 L 781.79388,564.84313 L 782.66029,563.96891 L 782.94006,562.16294 L 782.21791,561.15218 L 781.87575,560.6851 L 781.1789,559.79568 L 781.16523,559.14307 L 780.59632,557.26712 L 779.29145,555.78073 L 778.93714,555.97025 L 777.7864,555.54617 L 777.25911,555.20859 L 775.70218,553.54624 L 774.46375,553.31203 L 773.81815,553.29511 L 772.33435,552.10019 L 770.51713,551.80193 L 769.91582,551.90421 L 768.39786,551.22876 L 767.88272,551.54279 L 767.74644,552.18766 L 767.3834,552.6804 L 763.1665,553.37231 L 762.68591,553.32059 L 762.21885,553.19945 L 761.66069,553.37677 L 759.30505,555.04016 L 758.92733,555.29692 L 758.273,555.21035 L 756.44376,555.02327 L 756.18574,556.23584 L 756.61066,557.39236 L 756.03111,557.64619 L 753.93715,556.3401 L 752.8493,556.64885 L 753.09326,557.15547 L 754.23654,558.41271 L 754.6707,558.81891 L 754.03762,559.7585 L 753.45352,559.91065 L 750.55325,560.44598 L 750.05457,560.11738 L 749.52513,560.08406 L 748.75729,560.78752 L 748.16458,561.91887 L 748.47233,562.48779 L 747.22099,564.69316 L 745.2256,564.68058 L 745.23901,564.84469 L 744.72526,565.10068 L 743.16049,565.58816 L 742.76151,566.07792 L 741.53168,568.25547 L 742.5488,569.80122 L 739.65853,570.28025 L 739.1239,570.28364 L 737.55837,570.31656 L 737.00046,570.06592 L 735.30117,568.59116 L 735.06366,567.43006 L 734.48043,567.19507 L 732.08453,567.80696 L 731.84102,568.93074 L 728.13207,570.69012 L 728.35117,571.24465 L 727.73725,569.98778 L 727.39328,569.47971 L 727.86954,568.49194 L 727.84713,567.88563 L 727.35035,561.37807 L 727.64953,561.10449 L 728.24496,558.67731 L 727.8863,556.91133 L 726.72248,556.36166 L 726.11774,556.23124 L 724.47121,557.60724 L 720.93793,557.91453 L 719.64501,557.87614 L 717.19496,557.03713 L 716.64544,556.76757 L 715.78849,555.94482 L 715.89275,553.60092 L 715.21184,552.62483 L 715.63457,552.25847 L 715.01667,550.75706 L 714.96615,550.21267 L 714.93673,549.63293 L 713.44486,547.86582 L 712.86078,548.0186 L 713.54662,545.71942 L 716.24007,544.5386 L 716.33919,543.33322 L 711.95531,540.79253 L 710.65947,539.51656 L 710.37693,538.9578 L 710.17416,538.53493 L 709.85208,538.1845 L 709.38191,537.75973 L 708.40032,536.97615 L 707.33184,537.47488 L 705.44606,537.07986 L 703.93362,535.97433 L 703.37171,537.59085 L 702.05736,538.9072 L 701.6637,539.42303 L 703.8819,541.63106 L 702.89657,543.27254 L 700.67628,544.63096 L 700.27498,547.04701 L 698.53734,546.82786 L 698.46158,545.63424 L 697.92998,545.32428 L 695.54267,545.05724 L 695.11902,544.70247 L 694.11503,544.21686 L 692.24968,546.74838 L 692.01536,547.96676 L 689.87021,549.05042 L 689.94974,551.37717 L 688.34814,550.68809 L 687.68086,549.22304 L 687.08983,549.12253 L 685.38133,548.52463 L 684.86308,548.21289 L 684.85095,546.64722 L 684.31754,546.48737 L 683.9118,546.9665 L 680.80091,547.06285 L 680.92398,546.91064 L 680.41886,546.54276 L 678.08965,545.67732 L 677.60202,546.06589 L 676.30424,546.0837 L 674.12559,548.12286 L 672.29588,548.02149 L 670.19237,546.79318 L 669.74748,547.21501 L 669.00967,548.8579 L 666.94987,549.95497 L 666.57453,550.44197 L 664.6413,553.35301 L 663.48161,553.20143 L 663.23758,552.64264 L 662.83258,553.06339 L 662.30229,554.09242 L 661.77526,553.88084 L 659.57353,553.74237 L 659.43335,553.4348 L 658.85007,553.76027 L 656.98984,555.61219 L 651.8531,558.55151 L 651.89309,556.83895 L 651.88282,556.19106 L 651.35445,553.01034 L 650.00291,550.88652 L 649.97287,551.46528 L 648.12699,552.62728 L 648.13353,553.77053 L 647.57947,553.99996 L 646.98876,554.21121 L 645.80225,553.95253 L 645.63838,553.36944 L 643.91276,553.83507 L 642.86556,553.26217 L 642.25445,553.52218 L 641.60859,554.64389 L 642.06251,555.74567 L 644.0444,557.39082 L 638.91208,559.94353 L 638.36503,560.03813 L 636.70078,558.88708 L 636.43434,558.31805 L 636.20613,554.73485 L 634.23856,554.76232 L 631.79413,556.65468 L 631.4957,556.18901 L 631.05245,554.18405 L 631.11845,553.14145 L 630.62411,552.78538 L 629.99236,552.58291 L 627.607,548.80533 L 625.76826,548.1432 L 625.24422,548.43026 L 621.25432,549.34923 L 620.83294,548.87045 L 619.56863,548.90906 L 618.4639,548.27816 L 617.73185,546.00713 L 615.17844,545.73243 L 613.93447,545.33975 L 612.87834,546.07341 L 612.67119,547.91815 L 611.41676,549.35601 L 607.72207,550.40967 L 606.60081,549.69199 L 600.41043,545.59646 L 600.12782,546.01812 L 599.21974,546.85713 L 595.29152,546.05391 L 593.25758,544.45137 L 592.62913,544.50227 L 591.37486,544.43706 L 589.66094,545.18295 L 587.60308,543.97729 L 587.00153,542.91031 L 584.2618,543.16459 L 583.65699,543.0623 L 581.9187,540.69377 L 581.74472,541.26067 L 578.6793,541.52888 L 576.58818,540.4255 L 576.5279,540.41992 L 575.92956,540.49552 L 573.56439,542.24368 L 573.9562,542.73166 L 573.99104,543.95786 L 572.79382,546.73282 L 572.239,546.84953 L 571.70241,546.66758 L 571.37879,547.16907 L 569.56055,548.62909 L 567.76283,548.9068 L 567.37735,548.4484 L 566.80597,548.67971 L 566.28882,550.97747 L 565.99409,550.44756 L 564.8963,550.38498 L 564.00293,552.08755 L 564.24844,553.32735 L 560.65325,555.86182 L 559.63863,556.29789 L 557.56059,555.51395 L 556.94674,555.46287 L 553.9726,555.29678 L 552.37569,553.49901 L 552.96039,552.44983 L 551.23301,550.83106 L 550.19676,551.07499 L 549.11456,550.61009 L 548.03413,550.99291 L 546.61832,550.10434 L 546.10154,550.35402 L 545.38705,547.48707 L 545.36873,546.89058 L 545.01453,546.39692 L 542.8923,542.87052 L 542.57929,542.95274 L 542.32795,541.15729 L 540.63938,539.36897 L 541.39067,537.08984 L 542.17098,536.14775 L 541.31529,534.55367 L 541.3169,533.94954 L 539.51327,533.62167 L 539.90808,530.5876 L 539.07462,529.0091 L 537.91157,528.43553 L 537.45121,528.0688 L 536.47078,527.41115 L 535.25002,523.37094 M 909.2221,262.20154 L 912.35141,263.62433 L 912.96233,263.65378 L 914.29947,261.94478 L 914.55799,261.44789 L 915.79769,261.08012 L 918.20319,261.79482 L 918.53775,262.31676 L 919.27598,262.66203 L 918.40628,266.47981 L 919.23853,267.33148 L 921.05524,267.93023 L 921.38614,268.47831 L 922.71277,269.88484 L 923.57058,270.71694 L 924.16088,270.53698 L 926.27825,271.77708 L 927.43342,273.7295 L 927.63879,274.28249 L 927.85505,274.71714 L 931.72144,277.67215 L 932.19912,278.05359 L 933.31658,278.59668 L 933.85703,278.90882 L 934.31257,280.70059 L 937.57992,284.44329 L 938.16909,284.73209 L 940.20687,286.1103 L 942.60224,286.83739 L 943.13851,287.15479 L 943.7025,287.4295 L 947.02578,289.06284 L 947.05147,289.95915 L 948.58664,292.07198 L 948.6971,292.60971 L 948.90589,293.1828 L 949.37561,293.59793 L 950.53584,293.94385 L 951.28229,294.86602 L 951.51322,296.58022 L 951.24686,297.1027 L 951.38036,297.71256 L 952.12289,298.6496 L 952.28751,299.38896 L 952.16211,301.82508 L 952.95893,302.76017 L 953.07104,303.36201 L 953.006,303.97991 L 954.03666,308.19764 L 955.10781,309.49881 L 955.36999,310.01259 L 956.06748,311.60716 L 956.42419,312.10226 L 957.13863,313.68201 L 957.24998,314.2511 L 959.07555,314.99083 L 959.82378,316.02042 L 959.99334,316.62363 L 960.29741,317.16505 L 960.48886,318.36442 L 957.80435,318.48094 L 956.06608,317.59466 L 955.1588,319.28927 L 954.84701,319.76447 L 955.50438,321.90133 L 955.17993,321.90362 L 952.95336,323.1809 L 951.71708,322.942 L 951.66456,326.4783 L 951.56928,327.63849 L 950.4069,327.97566 L 948.31243,330.10538 L 950.73349,332.36013 L 951.916,331.7763 L 953.91974,329.21929 L 955.20828,328.89475 L 955.63813,329.39921 L 956.11721,329.71774 L 956.24488,331.89462 L 956.35598,332.43582 L 955.70924,332.59804 L 952.80594,334.11017 L 952.63398,335.96736 L 952.4796,336.53019 L 951.49424,337.20103 L 950.77449,338.80287 L 949.58541,339.13198 L 949.92529,339.56973 L 950.31199,339.97251 L 950.67035,340.33607 L 951.93586,341.21026 L 952.12276,341.80018 L 952.49643,342.97672 L 951.77086,344.69192 L 948.9579,347.0472 L 950.41993,348.09039 L 950.67617,349.22033 L 951.7582,349.41263 L 952.30105,349.1343 L 952.48795,349.28899 L 952.2059,350.48191 L 949.06761,350.80121 L 949.46001,352.32251 L 951.06882,351.40364 L 952.01103,352.25075 L 952.3337,352.80191 L 953.07813,353.85099 L 953.52747,354.32077 L 953.284,354.8794 L 953.09129,357.78017 L 955.4325,358.30358 L 955.51159,358.36873 L 954.66239,361.76519 L 952.27271,363.90162 L 952.02634,364.29787 L 952.18578,364.9963 L 952.97411,365.56873 L 954.87902,365.89842 L 955.43099,367.04257 L 957.16128,363.84344 L 958.36694,363.33103 L 960.3298,364.13754 L 960.8309,364.39047 L 960.97389,366.72379 L 960.96769,367.33311 L 959.67914,367.42725 L 959.29915,367.93248 L 959.3404,370.38806 L 958.02364,371.76213 L 957.4222,372.01759 L 955.75543,372.9459 L 956.06963,373.43159 L 955.93271,374.41164 L 954.8026,374.80245 L 954.35427,375.1983 L 953.97782,376.28032 L 953.05168,376.85712 L 952.53654,379.88696 L 951.51512,382.13045 L 951.97648,383.14066 L 954.26822,382.62772 L 954.86169,382.77788 L 954.35617,383.17251 L 952.28726,384.68099 L 955.16652,387.33465 L 956.06786,389.03688 L 957.26149,389.62655 L 957.36488,390.15813 L 957.04423,391.67661 L 959.11693,395.57767 L 958.84639,396.81502 L 958.69277,397.42888 L 958.38377,397.9699 L 959.29864,402.10894 L 958.91282,403.26495 L 959.28649,403.72068 L 960.46254,403.41047 L 961.98151,404.5805 L 961.6577,406.40621 L 962.74252,406.9644 L 961.2114,411.87563 L 960.71866,411.46483 L 958.21686,410.87706 L 958.36491,410.25331 L 956.67663,407.5901 L 956.14618,407.95366 L 954.20014,407.7078 L 953.18505,408.49091 L 951.22636,408.5942 L 950.79005,408.98033 L 950.76677,410.11094 L 949.93288,410.92241 L 949.7346,411.49574 L 949.95819,412.65733 L 949.87746,414.18278 L 950.30377,414.50485 L 951.12045,413.55715 L 954.34832,415.71701 L 954.87055,416.10595 L 954.28252,416.37967 L 954.05247,418.20195 L 951.72707,419.25102 L 951.72366,419.87198 L 953.00562,420.8911 L 953.03131,421.48918 L 954.682,421.82222 L 955.17778,423.50458 L 955.15463,424.08808 L 956.85442,424.988 L 959.00811,423.59943 L 959.41733,423.12013 L 959.48642,423.09501 L 961.05082,423.77798 L 961.59355,424.00117 L 961.69376,423.46648 L 962.12475,423.11039 L 964.55797,424.8054 L 966.36013,424.60364 L 967.04319,425.59692 L 966.71646,426.77231 L 967.24919,426.57832 L 968.61543,425.78965 L 971.23655,425.39334 L 971.83293,425.09587 L 972.11966,424.90858 L 972.86017,426.62181 L 972.85359,427.25266 L 979.35299,425.26693 L 979.79778,425.7413 L 982.41232,425.35436 L 982.99326,425.03789 L 984.07656,423.84832 L 984.43365,423.44418 L 986.47206,424.64335 L 987.64355,424.86017 L 990.02121,422.8888 L 990.47043,422.4648 L 992.1625,422.23833 L 992.5511,421.83105 L 992.56831,421.78155 L 994.10247,420.61622 L 996.55618,419.78303 L 997.42044,418.85044 L 997.94836,418.48237 L 997.94,419.07556 L 999.13149,419.40058 L 999.5225,421.70145 L 999.84492,422.20989 L 1002.3824,422.58894 L 1004.1986,422.08491 L 1005.3992,423.47997 L 1005.8403,423.03725 L 1007.0777,423.33332 L 1007.6022,423.6345 L 1008.3918,424.4838 L 1007.6742,425.42047 L 1008.191,426.203 L 1008.4573,426.59367 L 1009.4956,426.49954 L 1010.3614,425.18002 L 1010.0587,424.68272 L 1010.9268,425.18076 L 1011.423,425.28979 L 1013.9334,424.98484 L 1014.9797,424.37364 L 1015.5865,424.19696 L 1017.331,426.66579 L 1015.5062,428.27198 L 1015.0909,428.73611 L 1016.2895,429.2453 L 1018.2827,429.24956 L 1020.5388,428.54063 L 1020.8834,428.05556 L 1021.4382,428.38699 L 1023.3171,427.86797 L 1023.955,427.72294 L 1024.2675,425.93826 L 1025.6659,423.94274 L 1025.8268,423.33964 L 1026.5498,423.10274 L 1027.0148,423.15845 L 1027.9462,423.09411 L 1028.4301,423.24024 L 1032.5376,429.44818 L 1033.0192,429.87552 L 1034.5123,428.22459 L 1034.9373,427.84519 L 1037.6699,429.57044 L 1039.6513,429.15628 L 1043.5047,430.30405 L 1043.3776,430.69827 L 1043.2524,431.09249 L 1042.9583,432.01398 L 1042.8086,432.4739 L 1045.7715,431.45903 L 1046.0861,431.98532 L 1047.6773,432.6484 L 1048.1481,432.9992 L 1048.0741,433.56433 L 1050.3298,434.38178 L 1050.8854,434.60799 L 1051.1032,435.69789 L 1049.7086,437.51759 L 1054.2813,438.51792 L 1054.9128,438.7542 L 1055.118,435.76738 L 1055.7822,434.8356 L 1056.3804,434.64644 L 1056.3337,435.23298 L 1057.8262,435.47176 L 1058.5082,439.1167 L 1060.6938,440.06603 L 1061.1265,441.74198 L 1061.4346,442.2505 L 1061.9381,442.3161 L 1062.438,442.40143 L 1064.793,440.22495 L 1064.9442,439.60592 L 1065.5063,439.76062 L 1066.0865,439.69191 L 1067.6457,437.74511 L 1067.8472,437.14933 L 1068.7829,438.73191 L 1070.0855,438.63487 L 1073.302,440.71645 L 1073.547,441.29098 L 1075.47,443.53562 L 1075.1717,444.05365 L 1075.027,444.61176 L 1076.0779,445.18653 L 1076.6806,445.13002 L 1078.9246,443.1353 L 1079.3724,442.25492 L 1080.4793,445.38086 L 1080.7205,445.91282 L 1083.3809,445.71558 L 1083.9881,445.44587 L 1087.0802,443.17298 L 1085.4907,442.08484 L 1084.9372,441.74193 L 1087.4536,441.81269 L 1086.9181,440.75806 L 1087.4207,440.66218 L 1087.8979,440.48403 L 1089.5473,439.45628 L 1090.1156,439.13084 L 1091.6353,441.09188 L 1094.0054,441.5842 L 1094.6312,441.44504 L 1095.8126,443.59035 L 1096.0406,444.16021 L 1098.0583,443.93822 L 1100.3577,442.61893 L 1100.979,442.87782 L 1101.7174,441.36107 L 1104.6312,442.65163 L 1105.8748,442.33512 L 1106.3929,442.70369 L 1107.2049,442.00626 L 1107.3962,440.86045 L 1108.5391,441.25017 L 1110.1183,440.38961 L 1110.6367,440.69759 L 1110.9829,442.73949 L 1111.0389,443.2824 L 1112.13,443.82165 L 1112.7502,443.73285 L 1112.9725,442.05179 L 1114.1506,440.77769 L 1114.7519,440.73978 L 1115.868,440.39551 L 1118.1106,441.07779 L 1118.607,440.76332 L 1122.0571,441.1561 L 1122.6123,441.38448 L 1122.4358,440.84391 L 1121.433,439.45307 L 1121.378,438.33019 L 1123.0273,435.9651 L 1123.3474,435.46985 L 1124.3506,436.32198 L 1128.8392,437.42147 L 1129.64,437.0182 L 1129.9587,437.35827 L 1131.7894,437.51041 L 1132.6929,438.3573 L 1134.5272,438.80922 L 1135.1598,438.74321 L 1134.3315,442.26328 L 1135.4945,442.90431 L 1137.0356,444.99223 L 1137.2451,445.59915 L 1137.1375,446.70079 L 1138.3789,447.82941 L 1138.3722,448.42428 L 1137.17,448.87046 L 1136.5918,451.22457 L 1134.9315,452.16765 L 1134.879,453.32085 L 1135.9632,454.68268 L 1139.4327,455.9098 L 1140.6923,457.56982 L 1140.7381,458.10443 L 1142.5074,458.71328 L 1142.7028,459.28568 L 1143.2512,459.08616 L 1143.3341,460.68294 L 1143.5091,461.21897 L 1145.3785,461.34457 L 1146.5103,463.4362 L 1146.5859,464.04187 L 1147.0347,465.87946 L 1147.5197,466.3073 L 1147.3067,466.64185 L 1147.1297,466.99489 L 1147.8049,468.1119 L 1148.3517,468.40569 L 1150.1603,467.91016 L 1152.3368,466.72401 L 1152.8151,466.33679 L 1153.7606,468.77866 L 1153.8336,470.72411 L 1153.8683,471.37539 L 1154.3648,471.80699 L 1156.0347,473.79936 L 1160.0234,471.67683 L 1160.7455,469.98791 L 1161.7815,473.56931 L 1161.048,475.95989 L 1162.6503,477.8276 L 1162.7522,480.28628 L 1163.3431,480.56501 L 1164.9478,479.63878 L 1165.6078,479.6654 L 1164.9976,480.97415 L 1164.7278,481.39639 L 1165.9446,481.89212 L 1167.7858,481.18638 L 1169.062,482.56742 L 1171.0012,482.80232 L 1171.4771,483.24781 L 1170.6602,485.11216 L 1170.6077,485.63749 L 1172.3647,486.03259 L 1172.7072,486.50755 L 1173.7503,484.29944 L 1175.0096,484.10642 L 1175.6465,484.04968 M 937.57267,206.74644 L 940.38541,207.4622 L 941.77291,209.42156 L 942.3541,209.69094 L 942.98199,211.89957 L 943.63012,211.94858 L 945.23589,212.91217 L 944.97864,213.47544 L 945.64676,213.60619 L 948.55753,211.97053 L 948.80593,211.3811 L 949.09823,212.11756 L 950.23607,211.35733 L 952.98752,210.86612 L 953.55391,210.48135 L 954.85713,209.2577 L 956.71852,208.79355 L 957.57822,207.96053 L 960.73878,208.3188 L 961.38691,208.35391 L 962.45717,208.33745 L 962.99673,208.3274 L 964.75284,209.67521 L 965.17775,210.03036 L 968.26504,211.25437 L 968.94709,211.38019 L 969.00276,211.71797 L 971.15392,212.92515 L 971.94112,215.0707 L 973.55322,215.92529 L 974.21109,215.90553 L 974.88226,216.31701 L 974.91883,216.78957 L 977.52653,216.926 L 980.26407,213.61882 L 980.9055,213.46995 L 983.1999,215.34684 L 983.14966,215.92657 L 982.63262,217.10376 L 979.384,219.33763 L 980.83501,221.46927 L 981.30447,221.7509 L 982.10749,221.13843 L 982.6349,220.96707 L 983.88498,222.43706 L 986.97087,223.66985 L 987.79059,224.26877 L 988.12187,224.64331 L 989.21352,225.08551 L 991.03378,224.79638 L 992.04963,225.40976 L 992.49239,225.80057 L 993.87242,227.13339 L 995.18412,227.38833 L 995.86237,227.34333 L 997.24164,228.1597 L 997.56001,228.60337 L 995.87603,230.09567 L 995.78834,231.21544 L 996.31183,231.48445 L 996.3794,232.56106 L 997.88369,233.96447 L 998.29241,234.41308 L 998.44742,236.74332 L 998.55916,237.33054 L 999.94298,236.30404 L 1001.6695,236.69486 L 1002.2103,236.99185 L 1003.1421,235.63544 L 1005.2455,236.62006 L 1005.6394,237.06573 L 1006.3109,238.74658 L 1006.6643,239.26614 L 1009.6414,236.07233 L 1010.2999,236.1828 L 1010.9288,235.68262 L 1011.4688,235.74571 L 1012.9561,235.24573 L 1013.0082,234.74025 L 1013.6371,234.96409 L 1014.765,234.34029 L 1016.1102,234.34011 L 1016.486,235.9414 L 1016.919,235.57161 L 1018.0493,235.10582 L 1019.7816,234.82986 L 1021.797,232.45955 L 1024.1221,233.61024 L 1024.4958,234.11882 L 1025.2859,235.00798 L 1025.8895,235.1455 L 1028.0023,234.01403 L 1028.8626,234.60144 L 1029.107,235.12008 L 1029.6341,233.54275 L 1028.3079,231.51097 L 1027.7309,231.77376 L 1027.543,231.22074 L 1029.3277,230.70831 L 1029.8341,230.36853 L 1030.082,230.73775 L 1030.3121,231.11686 L 1033.4848,236.22175 L 1034.2566,236.04965 L 1034.6568,235.52461 L 1034.9494,234.26604 L 1036.1947,232.80575 L 1036.4123,232.86811 L 1036.9964,232.98662 L 1038.6565,231.44019 L 1039.2162,231.24359 L 1040.5304,232.3394 L 1042.3803,232.43651 L 1042.9909,232.52924 L 1044.2678,232.1483 L 1044.9162,231.98992 L 1045.5136,233.50581 L 1045.8706,233.9396 L 1046.4795,234.91215 L 1048.4985,236.02973 L 1049.1106,236.08989 L 1049.5803,236.62591 L 1050.0447,237.05842 L 1050.3567,237.59736 L 1050.3132,238.06004 L 1050.4361,238.51011 L 1049.9813,238.66848 L 1049.1311,239.09862 L 1048.6039,239.11745 L 1047.6778,239.59019 L 1047.1414,239.8208 L 1044.7597,241.44404 L 1044.079,241.31182 L 1042.758,241.24287 L 1040.9671,242.15361 L 1040.2063,242.43341 L 1040.2959,243.00455 L 1040.1675,244.06854 L 1039.6988,244.24337 L 1038.7425,243.95241 L 1038.5528,244.46246 L 1038.1842,245.48658 L 1037.0493,245.71042 L 1037.2811,247.60176 L 1036.4922,248.59424 L 1035.7708,252.29389 L 1035.2221,254.11079 L 1037.681,253.9398 L 1037.9982,254.61462 L 1039.532,255.58278 L 1040.1638,255.68501 L 1040.5435,257.37957 L 1041.4537,258.05841 L 1042.0806,257.96387 L 1043.9254,253.20554 L 1044.1665,252.61484 L 1044.3296,252.19001 L 1044.6542,251.34182 L 1045.2455,250.58251 L 1045.2939,250.10172 L 1046.5522,250.00168 L 1047.1094,249.6511 L 1047.9428,249.06169 L 1049.8534,248.91556 L 1052.2509,248.35229 L 1052.8731,248.33876 L 1055.0731,253.04662 L 1056.7153,251.9786 L 1057.0772,251.44752 L 1056.8469,249.20305 L 1057.4772,248.1771 L 1059.1648,248.80858 L 1059.6335,249.22682 L 1060.7823,248.65222 L 1061.4037,248.84589 L 1061.944,248.97061 L 1061.4849,249.92487 L 1059.7936,251.66972 L 1059.757,252.07187 L 1060.2188,252.97584 L 1060.5566,253.36592 L 1062.4616,254.13804 L 1062.7372,254.60511 L 1065.1203,253.95589 L 1067.0219,254.09689 L 1067.5237,254.47271 L 1067.5134,254.86846 L 1067.7656,255.37814 L 1068.163,255.79986 L 1069.2521,256.35362 L 1069.6525,256.82453 L 1070.4553,256.16269 L 1070.7892,255.75194 L 1072.3923,256.51656 L 1072.7559,256.96773 L 1074.0601,256.70877 L 1075.2245,257.26015 L 1076.4354,258.74604 L 1076.777,259.27932 L 1078.2745,258.47995 L 1078.6932,258.06317 L 1078.2171,257.60963 L 1075.9826,255.33297 L 1076.7308,254.39717 L 1078.0013,253.93962 L 1077.1914,250.97002 L 1079.4775,250.98191 L 1080.0759,251.07335 L 1082.2561,252.96651 L 1082.5572,253.46193 L 1084.3688,253.87981 L 1086.1529,253.28472 L 1086.5261,253.76277 L 1086.2213,255.36333 L 1086.1776,255.90648 L 1086.4251,256.43811 L 1086.645,257.42913 L 1085.7122,259.60265 L 1084.4387,260.95541 L 1083.9949,261.40291 L 1084.1403,262.49214 L 1084.356,263.0084 L 1082.0939,264.92314 L 1081.6472,265.31177 L 1082.4747,266.24152 L 1082.8935,266.71645 L 1085.8732,266.26365 L 1086.5288,265.24758 L 1088.2489,264.93668 L 1088.4002,264.71576 L 1089.4773,263.1719 L 1089.8546,262.66843 L 1090.2716,263.14191 L 1092.4489,262.08724 L 1092.8959,262.53804 L 1093.7275,260.92102 L 1095.2937,259.81058 L 1095.9556,259.82795 L 1095.8936,262.33595 L 1096.1187,262.93653 L 1096.6335,263.00054 L 1097.1337,263.13166 L 1098.6069,266.00249 L 1097.7956,267.6998 L 1096.5259,267.93315 L 1095.6576,268.75848 L 1095.957,269.3234 L 1096.0772,269.7773 L 1097.9498,270.23725 L 1098.8855,269.60613 L 1098.5274,269.15423 L 1099.4077,268.38468 L 1101.1114,267.40591 L 1103.7504,267.59117 L 1104.1502,265.20368 L 1105.4842,266.03852 L 1106.0082,265.81743 L 1106.4946,265.43357 L 1106.6616,264.86005 L 1107.1768,264.45168 L 1107.8493,264.39243 L 1108.8963,264.74008 L 1109.4168,264.92113 L 1110.2657,266.10125 L 1110.6481,266.52608 L 1112.829,265.07493 L 1113.473,264.87139 L 1114.5904,264.40102 L 1115.1153,264.10457 L 1115.7651,263.47602 L 1117.0264,263.69475 L 1117.4029,264.18852 L 1117.5714,263.70737 L 1118.0985,263.57862 L 1121.0749,264.5113 L 1121.6277,264.79348 L 1123.3139,265.3562 L 1123.6763,265.80609 L 1125.2991,264.78105 L 1125.6712,264.26241 L 1126.369,265.728 L 1128.5508,266.91689 L 1128.7144,267.95765 L 1129.6256,269.15625 L 1129.8887,269.61345 L 1133.0943,269.46824 L 1132.8975,270.65823 L 1134.8208,270.5571 L 1135.3812,270.25224 L 1135.9157,271.32464 L 1136.1048,271.89633 L 1140.0062,270.82081 L 1143.2708,268.57104 L 1143.8576,268.89912 L 1145.1364,268.44156 L 1145.2328,268.49185 L 1145.4713,269.02457 L 1146.6247,269.4377 L 1146.998,268.34518 L 1147.5996,268.48636 L 1148.0567,268.58164 L 1148.507,268.70142 L 1149.4208,270.16299 L 1148.8625,270.38336 L 1150.3897,271.3166 L 1152.2731,270.87494 L 1152.8324,270.71382 L 1153.39,270.55107 L 1155.714,271.19059 L 1156.9079,270.90731 L 1157.7324,269.28536 L 1158.7515,268.65387 L 1158.5655,268.08202 L 1158.9326,267.55935 L 1161.6028,267.43261 L 1163.2433,268.40992 L 1163.9136,268.39694 L 1164.6723,267.76618 L 1166.8117,269.19867 L 1168.0194,269.10247 L 1168.4692,269.55986 L 1168.3826,270.05126 L 1175.6103,270.50351 L 1176.2679,270.62221 L 1178.1812,268.50446 L 1178.4135,267.98874 L 1178.5519,267.59665 L 1181.3012,266.97834 L 1182.8029,264.58463 L 1184.0081,264.25546 L 1184.6616,264.23187 L 1186.0983,264.40212 L 1187.0854,265.08316 L 1187.5462,265.47745 L 1189.4434,266.05882 L 1191.1531,267.96954 L 1191.2799,268.5853 L 1191.5444,269.09498 L 1191.9605,269.50847 L 1192.8931,268.81847 L 1193.3491,268.4624 L 1193.9864,268.23234 L 1195.6427,267.32362 L 1197.4877,268.11255 L 1198.0315,267.00778 L 1197.4554,266.77059 L 1197.5342,265.23989 L 1198.4902,264.08593 L 1199.0156,264.01515 L 1203.5318,262.08614 L 1204.1383,261.93015 L 1204.748,261.42119 L 1205.5119,262.36137 L 1208.223,263.83118 L 1208.6164,264.29258 L 1211.8063,264.75508 L 1212.3462,265.11407 L 1212.688,265.67972 L 1214.6688,265.25727 L 1216.8742,266.65812 L 1217.4839,266.94981 L 1219.5592,265.53323 L 1220.1699,265.34706 L 1221.5715,266.67732 L 1224.1818,267.21205 L 1225.8972,268.17108 L 1226.0237,268.78244 L 1225.3915,268.98928 L 1226.4521,269.78864 L 1226.5408,271.68035 L 1226.5273,272.31713 L 1230.6374,269.77109 L 1231.0288,269.28755 L 1233.5768,268.66412 L 1234.2483,268.68515 L 1234.4404,269.17326 L 1238.5506,265.99134 L 1239.4665,266.52809 L 1239.6898,267.10563 L 1240.1857,268.88704 L 1238.2758,273.43762 L 1238.3598,275.26373 L 1238.9624,275.04723 L 1241.5147,274.96768 L 1242.2306,276.64042 L 1243.5174,276.62828 L 1244.2548,277.20137 L 1244.7268,277.36848 L 1246.4575,276.67755 L 1250.2747,277.56347 L 1250.9027,277.75542 L 1251.4736,279.45543 L 1253.4189,279.1494 L 1254.0674,279.2878 L 1258.0459,278.20104 L 1258.6171,277.97365 M 962.36999,1632.4528 L 965.02755,1631.1382 L 965.53611,1630.8226 L 967.23375,1630.3249 L 970.67902,1631.0625 L 971.83078,1630.7907 L 971.70702,1629.5484 L 973.36987,1629.075 L 974.11834,1628.1295 L 974.24096,1626.2846 L 974.90149,1625.2574 L 975.09851,1624.6651 L 976.42173,1625.9169 L 978.21959,1625.8294 L 979.31579,1626.3703 L 980.38694,1625.8324 L 981.44746,1624.2913 L 984.33406,1624.0302 L 984.72279,1623.5373 L 984.69305,1622.3728 L 986.54672,1618.8628 L 987.45666,1616.2539 L 987.98002,1616.2219 L 989.63907,1617.2623 L 990.04526,1617.5792 L 990.59659,1617.6327 L 993.18936,1616.8763 L 993.66439,1615.7626 L 995.4377,1616.0826 L 997.06448,1615.3902 L 1001.1961,1615.534 L 1003.8967,1614.217 L 1005.825,1615.7127 L 1006.9866,1616.04 L 1008.1283,1615.643 L 1008.7258,1615.7024 L 1008.8141,1614.4457 L 1009.7688,1612.8752 L 1009.7065,1611.6665 L 1008.5729,1609.4586 L 1007.5839,1608.799 L 1006.3914,1608.8776 L 1005.5068,1608.0389 L 1005.5314,1607.4446 L 1002.1155,1604.6242 L 1001.7675,1604.1951 L 1000.4364,1603.3039 L 999.94691,1603.0412 L 998.82577,1601.8657 L 998.64166,1599.5817 L 998.46451,1599.6562 L 997.89521,1599.5498 L 995.0696,1598.9572 L 993.27047,1600.4341 L 992.13441,1600.5406 L 991.60915,1601.5167 L 990.24253,1601.7853 L 989.65261,1601.9209 L 988.1921,1602.972 L 987.92713,1602.6348 L 987.52587,1602.5299 L 987.07135,1602.5977 L 986.63099,1602.7394 L 986.04803,1602.6617 L 981.42114,1602.2168 L 980.58118,1600.6526 L 979.05348,1599.7886 L 979.05765,1599.3616 L 978.83368,1599.0081 L 978.26172,1599.0112 L 976.70644,1598.258 L 976.19813,1597.1704 L 976.27089,1596.5867 L 978.36055,1595.9031 L 978.72536,1595.4609 L 978.21959,1595.1598 L 975.24669,1590.6994 L 974.85745,1590.3223 L 974.79393,1589.7099 L 973.98383,1588.905 L 970.21273,1587.5421 L 969.92093,1587.0102 L 970.02216,1585.7988 L 971.96946,1583.5921 L 971.89961,1582.4147 L 971.89936,1581.8234 L 972.56318,1581.1819 L 973.67394,1581.1768 L 974.28854,1581.1369 L 981.02356,1580.4485 L 982.68362,1579.5906 L 983.21065,1579.3087 L 985.82178,1577.8569 L 985.42761,1576.6975 L 985.38484,1576.0997 L 985.94882,1572.0165 L 986.59151,1571.1577 L 986.36349,1570.6101 L 985.295,1567.7518 L 985.25691,1567.1179 L 979.92368,1565.5369 L 979.3287,1565.3693 L 979.64542,1563.0364 L 981.61791,1562.2983 L 981.55198,1561.7203 L 982.86356,1561.1862 L 985.10582,1561.4626 L 986.27036,1562.7666 L 986.81017,1562.7046 L 988.33496,1561.2686 L 986.64959,1560.9181 L 985.91364,1560.0048 L 985.59641,1556.3544 L 986.08548,1555.2448 L 986.07637,1554.1342 L 984.90349,1552.9587 L 983.82474,1552.7864 L 984.15564,1552.3034 L 985.87593,1549.9458 L 985.91276,1548.761 L 985.76015,1548.2163 L 985.11468,1547.3077 L 984.668,1546.5032 L 982.78978,1545.1767 L 981.90401,1545.6857 L 980.86475,1545.2048 L 980.1722,1542.9774 L 980.65748,1541.9956 L 982.80206,1542.0419 L 983.04147,1541.5133 L 981.82024,1539.6253 L 981.35964,1539.3007 L 981.66637,1538.8686 L 982.11799,1538.6132 L 982.06699,1537.9777 L 981.46771,1535.5146 L 981.57653,1533.8841 L 981.18553,1532.2382 L 979.15407,1531.5886 L 978.60426,1531.5292 L 978.52973,1530.5585 L 977.11971,1529.8369 L 975.62086,1530.253 L 974.13505,1532.82 L 973.80908,1531.6603 L 972.60545,1530.3647 L 972.61165,1527.2576 L 972.27126,1527.7526 L 969.60091,1527.7908 L 968.98151,1524.8685 L 968.74083,1525.4172 L 968.19848,1525.6147 L 968.52824,1527.2935 L 965.72124,1527.5966 L 965.1198,1526.9911 L 964.57796,1526.7649 L 962.58396,1525.5254 L 960.35714,1525.9885 L 959.80948,1524.9131 L 959.23322,1524.6959 L 955.77036,1522.1313 L 954.76451,1520.5356 L 953.02928,1519.9156 L 951.24357,1520.0698 L 950.97202,1519.4906 L 951.01593,1517.691 L 952.82024,1515.3819 L 952.38925,1513.6404 L 952.77924,1513.1952 L 951.78819,1512.4755 L 949.78787,1509.3406 L 949.88404,1506.8716 L 948.69571,1504.6798 L 948.28889,1504.2117 L 949.56174,1503.1966 L 949.91453,1502.7234 L 950.59493,1501.929 L 951.56004,1499.911 L 950.71742,1499.1918 L 950.26176,1498.8605 L 950.68794,1498.4032 L 953.23339,1496.8948 L 954.30302,1496.4472 L 952.84251,1493.9515 L 953.09243,1493.3973 L 953.02169,1492.269 L 952.6522,1491.7805 L 954.2352,1492.4808 L 955.64395,1491.4243 L 955.98206,1490.3304 L 958.44564,1492.1733 L 958.8989,1492.6136 L 959.4372,1491.5922 L 960.50126,1491.1175 L 961.56381,1491.5896 L 962.02428,1491.9575 L 962.50867,1491.6978 L 964.11394,1491.7866 L 964.17544,1491.1502 L 964.12584,1489.9608 L 963.05494,1488.4482 L 963.04684,1482.8226 L 963.99082,1482.1751 L 965.71175,1482.0646 L 965.14409,1481.3109 L 964.57277,1479.7369 L 964.59239,1479.1404 L 965.79488,1477.8419 L 967.51821,1478.0259 L 968.04069,1476.9541 L 968.22847,1475.469 L 967.84266,1475.1361 L 969.38985,1473.678 L 969.55055,1473.1413 L 971.63768,1474.3294 L 971.7694,1475.5547 L 974.76053,1478.4784 L 974.50327,1481.7143 L 975.51621,1482.1816 L 976.4159,1481.5635 L 976.91333,1480.9509 L 976.51941,1480.465 L 978.03598,1477.1449 L 979.20899,1476.8147 L 980.95573,1477.3198 L 982.42269,1476.405 L 982.75018,1476.7058 L 983.12878,1476.9273 L 983.03894,1477.4473 L 983.40033,1478.351 L 984.29876,1477.6217 L 986.58999,1479.379 L 989.32184,1478.3398 L 990.36287,1476.8462 L 991.35885,1477.4995 L 992.4338,1477.0317 L 992.57514,1476.428 L 991.61927,1474.9182 L 991.40188,1474.3406 L 991.92841,1474.4962 L 994.43033,1475.5464 L 996.55643,1479.7031 L 996.63046,1481.3595 L 996.92681,1481.876 L 997.49914,1481.889 L 998.55979,1481.4398 L 999.31674,1482.2064 L 999.75065,1481.7843 L 1000.9252,1481.8922 L 1001.4809,1482.1009 L 1001.7686,1481.7861 L 1004.227,1480.8634 L 1004.6157,1480.4369 L 1005.2177,1480.4106 L 1007.4949,1478.3653 L 1009.2698,1478.1853 L 1011.0059,1481.4946 L 1014.4279,1483.9107 L 1014.9243,1484.2682 L 1016.7328,1479.5719 L 1015.9771,1477.8341 L 1015.8714,1475.9113 L 1017.5263,1474.2195 L 1018.0035,1473.8197 L 1018.2541,1473.2835 L 1018.5657,1472.7801 L 1020.1951,1471.2794 L 1020.4001,1470.0959 L 1021.1111,1470.8624 L 1021.3004,1471.4113 L 1021.7145,1471.8334 L 1023.3733,1473.5083 L 1023.7631,1473.1711 L 1025.6388,1472.5274 L 1026.196,1472.3235 L 1027.4387,1473.5801 L 1031.799,1475.0952 L 1033.66,1476.5961 L 1034.1966,1476.8493 L 1034.6925,1476.8676 L 1035.1888,1476.8827 L 1038.1694,1477.9709 L 1039.1963,1477.5675 L 1038.9409,1476.9856 L 1039.3128,1476.4781 L 1041.8217,1474.7798 L 1044.7969,1475.1947 L 1047.1304,1474.6233 L 1047.6553,1474.4107 L 1048.2,1474.4265 L 1050.274,1474.3337 L 1050.6474,1474.8176 L 1053.3866,1476.7517 L 1057.0643,1476.5806 L 1058.7646,1477.2544 L 1059.2928,1476.8936 L 1061.0154,1476.8275 L 1063.3845,1475.1066 L 1063.916,1475.3583 L 1064.4451,1475.237 L 1064.4084,1474.134 L 1064.7576,1473.6982 L 1065.8723,1474.0424 L 1068.8333,1470.9231 L 1069.2783,1470.4962 L 1069.2835,1469.8848 L 1068.9004,1468.8247 L 1071.6899,1469.3525 L 1072.2422,1468.2784 L 1071.8757,1467.7969 L 1070.9305,1466.2824 L 1070.6024,1463.8633 L 1071.2183,1462.1682 L 1071.0855,1459.7054 L 1072.6883,1460.296 L 1073.2586,1460.3397 L 1072.9011,1459.8269 L 1067.6166,1453.9714 L 1065.7446,1450.8446 L 1065.914,1450.2338 L 1067.5612,1447.5772 L 1067.0841,1445.7576 L 1066.4906,1445.8917 L 1066.1779,1445.3499 L 1065.613,1444.4172 L 1067.1535,1442.482 L 1069.3945,1433.4174 L 1069.9372,1433.6416 L 1070.4178,1435.3695 L 1072.1529,1435.4705 L 1074.3554,1434.6719 L 1074.6868,1435.1994 L 1079.1924,1436.7421 L 1081.4716,1439.5271 L 1082.1816,1441.2469 L 1083.1911,1441.9265 L 1083.7679,1441.7901 L 1086.6293,1439.7815 L 1088.33,1440.0071 L 1089.1477,1439.1114 L 1089.5402,1438.6324 L 1090.8069,1437.2923 L 1092.5431,1437.6669 L 1094.6263,1436.3278 L 1097.6479,1436.2897 L 1099.6127,1434.065 L 1101.9719,1434.5181 L 1102.586,1434.4997 L 1103.9379,1433.1738 L 1104.0792,1428.679 L 1106.0243,1427.1918 L 1106.9436,1427.7285 L 1108.5568,1426.8589 L 1108.8885,1426.3255 L 1110.3764,1425.49 L 1110.959,1425.3798 L 1111.9877,1424.7574 L 1113.7478,1425.0373 L 1115.9401,1425.961 L 1116.6154,1426.9567 L 1117.1208,1427.2556 L 1118.2246,1427.6093 L 1120.3574,1426.7827 L 1121.9326,1427.5408 L 1122.0834,1426.9553 L 1122.1455,1425.7855 L 1123.0056,1424.9736 L 1121.2092,1423.3041 L 1121.5493,1421.5171 L 1121.0261,1420.3731 L 1121.4818,1419.1953 L 1120.9805,1418.0365 L 1121.2437,1416.7961 L 1121.3749,1416.176 L 1122.5311,1416.0376 L 1123.5549,1413.8645 L 1121.6938,1411.6532 L 1121.4729,1411.0823 L 1121.6413,1410.4789 L 1120.4001,1407.664 L 1120.6014,1407.0921 L 1122.3295,1405.6275 L 1121.6768,1404.6432 L 1121.6865,1402.8216 L 1122.6459,1401.4876 L 1123.2596,1401.5692 L 1125.0996,1401.4345 L 1128.4982,1402.9864 L 1130.3216,1404.707 L 1133.3246,1405.4196 L 1133.4208,1405.2317 L 1133.868,1404.8156 L 1137.332,1405.5905 L 1140.2336,1405.5677 L 1142.433,1404.6858 L 1143.5854,1403.1705 L 1144.1569,1402.9192 L 1145.2204,1402.669 L 1145.7671,1402.5276 L 1145.9232,1400.0831 L 1144.261,1398.2924 L 1144.0356,1396.4729 L 1145.0099,1394.2322 L 1146.6777,1393.6162 L 1147.3951,1391.9167 L 1147.4838,1391.2947 L 1148.9436,1389.9201 L 1149.3616,1390.2394 L 1150.4224,1390.8742 L 1151.5997,1390.5669 L 1154.5774,1391.2695 L 1157.6031,1390.7111 L 1157.5187,1388.9722 L 1159.1861,1387.3617 L 1159.6392,1386.9929 L 1158.8215,1383.3745 L 1158.7599,1382.7504 L 1159.1696,1381.5787 L 1159.7079,1380.4564 L 1161.8173,1379.2752 L 1162.0315,1377.4069 L 1165.5792,1376.9057 L 1165.6774,1376.2675 L 1167.2139,1372.7707 L 1170.3809,1370.9339 L 1171.3201,1367.2398 L 1171.1627,1367.106 L 1170.5356,1366.8418 L 1170.0345,1366.4645 L 1167.1395,1364.0563 L 1164.8404,1363.1603 L 1163.1638,1361.3068 L 1161.4291,1361.7448 L 1160.7746,1360.7163 L 1158.7624,1362.1705 L 1158.2735,1361.779 L 1157.8541,1361.3707 L 1156.9592,1360.6189 L 1156.3301,1357.7381 L 1156.0856,1357.3334 L 1155.8746,1356.9097 L 1155.1329,1356.7602 L 1154.5472,1356.9104 L 1152.9018,1358.7078 L 1151.7,1358.6447 L 1149.0188,1355.3536 L 1147.582,1354.405 L 1151.1488,1352.1904 L 1153.5696,1352.1701 L 1154.6304,1351.5444 L 1155.2333,1351.4434 L 1155.2431,1350.8912 L 1155.2005,1348.1346 L 1154.9094,1347.6457 L 1154.792,1346.5013 L 1156.0398,1345.3632 L 1156.3026,1344.8026 L 1156.5021,1342.947 L 1159.3177,1340.8648 L 1161.5353,1340.1336 L 1161.3355,1338.3121 L 1159.6054,1335.797 L 1159.861,1334.5722 L 1159.253,1334.6314 L 1156.2758,1334.1444 L 1154.5353,1334.7153 L 1152.3482,1333.6052 L 1151.1555,1333.7479 L 1150.6822,1334.8751 L 1147.7071,1334.7295 L 1145.0323,1336.144 L 1144.5302,1336.4934 L 1143.4329,1336.64 L 1142.8918,1336.5069 L 1140.016,1335.9817 L 1141.0898,1335.5586 L 1141.5608,1334.4028 L 1141.9926,1333.9622 L 1142.549,1332.816 L 1142.6252,1330.9207 L 1143.4269,1329.2379 L 1139.0156,1327.3516 L 1138.0215,1325.8423 L 1136.3255,1326.5106 L 1134.5671,1326.3219 L 1133.7756,1321.4293 L 1132.7515,1320.8822 L 1131.9894,1322.5266 L 1131.7543,1323.0884 L 1131.1989,1323.3769 L 1130.0178,1323.5224 L 1129.6778,1322.9844 L 1130.1437,1319.1739 L 1133.7753,1314.8115 L 1132.739,1313.3647 L 1133.3535,1311.0246 L 1131.2342,1310.1847 L 1130.439,1307.8166 L 1130.6682,1306.5954 L 1130.9544,1306.0423 L 1129.8933,1305.3849 L 1129.501,1304.279 L 1129.7543,1303.6945 L 1129.8688,1301.8291 L 1129.4068,1300.7093 L 1131.5967,1299.7422 L 1131.6218,1296.6997 L 1130.7523,1296.0097 L 1130.2888,1295.658 L 1130.697,1294.4911 L 1132.1014,1293.3102 L 1132.2409,1291.4024 L 1131.3473,1290.5261 L 1131.5107,1289.9093 L 1131.4881,1289.2874 L 1131.3986,1288.058 L 1130.0551,1286.9997 L 1129.1014,1284.7167 L 1127.3519,1283.6644 L 1126.8525,1283.5014 L 1123.6004,1280.5383 L 1123.1152,1278.7987 L 1123.9006,1276.3639 L 1123.7342,1273.8359 L 1124.817,1268.8909 L 1124.2527,1267.7653 L 1123.9488,1267.213 L 1123.8968,1266.6549 L 1122.081,1265.4763 L 1121.8002,1264.995 L 1121.2596,1263.998 L 1119.4539,1262.6949 L 1118.9527,1262.4518 L 1118.2899,1261.9159 L 1118.1406,1261.4986 L 1116.5813,1259.5766 L 1115.9346,1257.8224 L 1112.7122,1254.1018 L 1112.4137,1253.5498 L 1111.9362,1253.4636 M 1223.3982,1235.3248 L 1225.2413,1236.7651 L 1223.554,1239.2631 L 1223.4706,1241.1482 L 1224.3446,1242.0296 L 1224.2477,1243.2747 L 1224.2981,1243.9024 L 1226.0561,1243.9478 L 1226.1865,1244.5475 L 1225.8302,1245.0701 L 1224.5514,1247.127 L 1226.2907,1251.1234 L 1227.4778,1252.4986 L 1227.5,1253.0055 L 1227.6039,1253.9007 L 1227.4298,1254.4995 L 1227.3975,1258.84 L 1228.9821,1259.6294 L 1229.1618,1260.2269 L 1228.8128,1262.4652 L 1228.9675,1263.0292 L 1230.4757,1263.9456 L 1230.2671,1265.1635 L 1230.8755,1266.2125 L 1231.1211,1266.777 L 1233.7614,1266.4524 L 1234.3111,1266.5942 L 1235.5394,1269.5187 L 1235.8465,1270.0812 L 1236.3582,1272.4232 L 1236.4513,1273.0322 L 1236.7002,1273.5475 L 1238.1349,1275.9439 L 1237.7298,1276.8613 L 1238.2992,1277.1022 L 1239.1212,1279.479 L 1239.1636,1284.5185 L 1240.5602,1287.2746 L 1241.1212,1287.509 L 1242.701,1288.4305 L 1242.9005,1288.9991 L 1243.8131,1289.7432 L 1245.488,1289.8068 L 1246.5396,1292.0857 L 1245.5782,1294.3868 L 1247.7272,1295.5061 L 1249.4536,1297.2856 L 1248.3148,1299.3241 L 1246.1582,1299.2951 L 1246.3281,1301.0361 L 1246.7041,1301.4179 L 1247.4975,1302.1071 L 1247.9689,1305.3384 L 1247.5842,1305.7475 L 1247.6271,1306.3488 L 1247.5061,1309.2295 L 1246.8562,1310.2001 L 1245.3116,1311.0405 L 1245.6911,1311.3993 L 1246.8743,1313.0331 L 1247.3042,1313.3306 L 1247.8306,1313.0202 L 1248.4028,1312.8111 L 1250.1364,1311.191 L 1253.9359,1310.2985 L 1254.2851,1310.5811 L 1254.639,1310.8577 L 1255.1836,1311.1863 L 1256.831,1309.5983 L 1258.6115,1311.7641 L 1258.7401,1313.4877 L 1258.8716,1314.0567 L 1261.2556,1314.275 L 1262.7156,1313.2838 L 1263.3155,1313.2541 L 1264.0649,1316.0753 L 1264.4028,1316.5474 L 1267.7389,1318.0622 L 1268.1741,1318.5039 L 1269.995,1320.6729 L 1270.409,1321.06 L 1270.9313,1321.4185 L 1271.8112,1322.3371 L 1273.5537,1323.0046 L 1275.4355,1321.6641 L 1277.0268,1318.4397 L 1277.3622,1317.9354 L 1277.4366,1317.3368 L 1277.283,1313.7518 L 1279.5557,1313.5228 L 1281.0448,1312.5203 L 1282.4576,1310.5767 L 1282.0161,1309.4893 L 1287.6341,1309.1582 L 1289.3599,1308.3868 L 1289.7689,1307.8929 L 1290.3806,1307.9803 L 1291.7055,1310.0956 L 1291.5913,1311.3477 L 1291.4157,1311.9598 L 1290.3449,1315.6287 L 1290.5627,1317.4869 L 1291.8594,1318.6606 L 1295.4556,1318.386 L 1295.9154,1319.547 L 1296.5227,1319.5293 L 1297.7417,1317.3719 L 1298.1425,1316.8881 L 1297.579,1317.101 L 1297.8352,1310.8833 L 1297.8704,1310.2622 L 1298.9845,1308.8919 L 1299.6034,1308.8764 L 1301.8993,1309.512 L 1304.834,1309.1365 L 1305.5827,1310.025 L 1305.9262,1311.1751 L 1307.1204,1311.2373 L 1308.0044,1312.0921 L 1310.2772,1312.0166 L 1310.1042,1312.316 L 1309.8379,1312.8941 L 1311.2969,1315.7365 L 1312.9198,1316.6183 L 1313.461,1316.3612 L 1316.587,1318.0073 L 1317.011,1317.9753 L 1317.4075,1318.1369 L 1317.8706,1318.465 L 1318.8194,1320.5236 L 1319.3078,1320.1666 L 1320.8517,1319.2444 L 1321.4012,1319.4847 L 1321.997,1321.2171 L 1322.9453,1321.9189 L 1323.2891,1318.7345 L 1323.3421,1318.0945 L 1323.446,1317.4479 L 1323.2372,1311.685 L 1323.1204,1311.048 L 1323.6615,1311.3146 L 1326.8249,1312.715 L 1331.0172,1312.7222 L 1332.1114,1311.6361 L 1336.7606,1311.8675 L 1337.3414,1311.9092 L 1338.4688,1313.2912 L 1339.6145,1313.3676 L 1342.0225,1315.8493 L 1342.6016,1315.7858 L 1342.3946,1320.0124 L 1342.5911,1320.593 L 1342.7657,1321.1005 L 1342.5302,1322.1309 L 1343.6073,1324.175 L 1343.6836,1326.5204 L 1343.5599,1327.0953 L 1343.725,1328.8578 L 1344.668,1329.5041 L 1345.2307,1329.5851 L 1348.7527,1326.6727 L 1349.248,1326.3768 L 1351.6447,1323.7652 L 1352.1792,1323.4902 L 1354.2948,1323.0088 L 1354.8406,1323.032 L 1355.1188,1323.9104 L 1358.1232,1323.4303 L 1358.7303,1323.3656 L 1359.9322,1322.0939 L 1363.2261,1320.5724 L 1363.7496,1320.2615 L 1365.4923,1319.1475 L 1366.0154,1319.1017 L 1367.6771,1319.1748 L 1368.9869,1318.1318 L 1369.5014,1317.918 L 1370.467,1317.0884 L 1371.0653,1316.8843 L 1374.4827,1315.5125 L 1374.9546,1315.1064 L 1376.6858,1318.8876 L 1377.0138,1319.4097 L 1378.2745,1319.4373 L 1381.2065,1320.0905 L 1386.2506,1316.38 L 1386.7261,1314.6436 L 1387.8279,1314.0511 L 1388.3922,1313.7825 L 1388.6968,1313.9157 L 1389.2017,1314.9976 L 1388.8119,1316.1316 L 1388.8575,1316.7308 L 1388.6436,1317.9173 L 1386.3953,1319.813 L 1385.9903,1322.1378 L 1387.6443,1322.7868 L 1387.8413,1325.8367 L 1387.7742,1326.4496 L 1387.4197,1326.9464 L 1386.542,1327.7809 L 1386.3118,1328.3417 L 1388.0215,1329.9669 L 1388.5785,1330.1589 L 1389.554,1330.9722 L 1393.7493,1332.1491 L 1397.4663,1332.3668 L 1397.6989,1329.7923 L 1397.7581,1329.1496 L 1398.272,1329.1724 L 1398.7815,1329.0967 L 1399.3025,1329.0937 L 1399.7895,1329.2903 L 1402.292,1330.9472 L 1402.8478,1331.1663 L 1404.2575,1332.1083 L 1405.2211,1333.5216 L 1405.711,1333.8006 L 1405.8097,1333.181 L 1407.6154,1333.1056 L 1409.8187,1334.0617 L 1412.3422,1332.3323 L 1414.4525,1333.5654 L 1414.9946,1333.8487 L 1415.4623,1334.2544 L 1415.9902,1334.5702 L 1415.819,1334.9583 L 1415.5788,1336.1795 L 1416.2568,1338.5783 L 1415.8214,1342.3223 L 1415.826,1342.9643 L 1417.5612,1343.5036 L 1419.951,1343.0806 L 1420.8473,1343.9235 L 1421.8777,1343.6546 L 1422.4711,1343.5194 L 1422.5902,1345.3822 L 1423.3933,1346.1357 L 1423.9668,1346.3536 L 1424.421,1349.2094 L 1424.8707,1349.5588 L 1429.8213,1350.2517 L 1430.4475,1350.2006 L 1431.5652,1349.8278 L 1432.0043,1348.6942 L 1435.9345,1346.991 L 1437.0943,1344.0699 L 1437.0972,1343.9959 L 1439.5126,1344.1847 L 1440.8758,1342.9891 L 1439.2183,1340.5071 L 1438.7468,1340.1084 L 1440.3336,1336.9556 L 1443.1364,1336.7979 L 1443.5154,1336.3422 L 1444.4355,1336.4873 L 1445.4008,1338.6966 L 1447.0227,1339.5259 L 1448.1643,1340.9533 L 1447.306,1343.2102 L 1447.1959,1343.8256 L 1448.4021,1344.0709 L 1448.9906,1344.2629 L 1452.6264,1344.4213 L 1453.2024,1344.6459 L 1453.5674,1341.9876 L 1453.7234,1341.4646 L 1449.0556,1340.7407 L 1448.811,1340.1786 L 1449.8721,1337.3053 L 1449.783,1336.694 L 1452.8769,1336.3547 L 1454.1247,1335.299 L 1452.9653,1332.3328 L 1453.5222,1329.1743 L 1453.6348,1328.6296 L 1452.5318,1327.4419 L 1452.4478,1326.4358 L 1452.6507,1324.5718 L 1453.3859,1323.5673 L 1454.2199,1322.7055 L 1453.9474,1322.1997 L 1452.8228,1320.9088 L 1452.3253,1321.213 L 1449.1751,1322.518 L 1449.1236,1321.9134 L 1447.4134,1319.6381 L 1447.3808,1318.4401 L 1447.7781,1318.0279 L 1448.2882,1317.1384 L 1447.5325,1316.3384 L 1446.9667,1316.2891 L 1445.2877,1314.7841 L 1444.3074,1315.3804 L 1444.9286,1313.615 L 1447.0783,1311.4055 L 1446.8315,1310.292 L 1446.2665,1310.0585 L 1445.8324,1310.4742 L 1441.7599,1310.6145 L 1441.6005,1310.6406 L 1441.1009,1310.5928 L 1439.6243,1310.3782 L 1439.0487,1310.4903 L 1437.9729,1310.2535 L 1436.9679,1310.8708 L 1435.7974,1310.8162 L 1435.1842,1308.6573 L 1434.0232,1308.3582 L 1433.2038,1307.4416 L 1430.9977,1308.4205 L 1429.7085,1309.708 L 1429.3903,1309.2354 L 1428.2713,1307.3145 L 1426.6604,1307.1079 L 1426.4318,1306.529 L 1425.8926,1304.2026 L 1423.5055,1304.1093 L 1422.9195,1304.0722 L 1422.3704,1303.8588 L 1421.9135,1302.7227 L 1423.341,1301.6372 L 1423.2244,1299.7332 L 1422.104,1296.0781 L 1420.5317,1294.2644 L 1420.2757,1293.6812 L 1422.2188,1292.1459 L 1422.8303,1292.0753 L 1427.1503,1294.3811 L 1428.2604,1294.0271 L 1428.8359,1292.9136 L 1429.7937,1293.0505 L 1429.972,1292.5511 L 1430.0309,1291.1149 L 1426.1515,1289.3133 L 1426.0246,1288.6924 L 1425.5668,1285.6682 L 1426.4028,1284.7662 L 1425.7336,1283.0647 L 1425.5851,1282.4578 L 1425.4013,1282.0223 L 1425.267,1280.2606 L 1426.3421,1279.862 L 1426.9125,1279.9234 L 1427.4274,1280.9734 L 1428.4669,1281.5299 L 1431.4131,1281.3825 L 1431.9967,1281.476 L 1436.4315,1283.1931 L 1436.8927,1283.5993 L 1438.2475,1284.6231 L 1438.787,1284.4502 L 1439.3454,1284.2057 L 1443.1257,1286.0923 L 1443.7165,1286.2329 L 1445.5016,1284.5617 L 1446.4147,1280.9405 L 1446.5874,1280.3307 L 1447.4566,1279.5388 L 1449.7402,1280.0464 L 1450.8183,1279.5618 L 1451.4177,1279.5765 L 1451.2338,1279.0186 L 1449.1183,1276.2513 L 1448.6586,1275.889 L 1446.7548,1273.6401 L 1445.1522,1273.9296 L 1444.8341,1273.4121 L 1442.9079,1272.0092 L 1443.8225,1268.3167 L 1444.077,1267.7334 L 1444.1596,1267.4242 L 1445.0137,1266.7877 L 1446.0387,1264.2212 L 1446.5862,1264.0819 L 1446.7326,1262.5556 L 1447.9417,1259.9495 L 1449.0887,1259.8198 L 1449.5149,1258.0918 L 1448.6774,1257.1992 L 1448.3553,1252.8904 L 1448.5343,1252.2938 L 1449.4863,1251.9617 L 1449.7779,1251.5382 L 1450.7601,1252.2987 L 1453.8222,1252.4954 L 1459.137,1254.3042 L 1462.1285,1252.2943 L 1462.7137,1250.5656 L 1464.9093,1251.7098 L 1466.7533,1251.9166 L 1467.3769,1251.8889 L 1468.6927,1247.9511 L 1469.734,1247.3484 L 1470.2429,1247.0226 L 1470.7374,1246.6598 L 1472.1856,1245.5506 L 1471.7851,1243.1682 L 1470.1668,1242.4322 L 1469.6985,1242.289 L 1468.7492,1242.1075 L 1469.9964,1240.783 L 1470.95,1237.7411 L 1472.2781,1235.5857 L 1471.9202,1233.0684 L 1471.9924,1232.4312 L 1473.7554,1233.0389 L 1474.6363,1233.924 L 1477.1007,1234.0196 L 1478.7603,1234.7816 L 1479.3761,1234.6999 L 1480.349,1233.1843 L 1481.496,1232.7406 L 1483.694,1233.6948 L 1485.9871,1231.7463 L 1487.1515,1232.1356 L 1487.6862,1232.4441 L 1487.8252,1230.837 L 1487.9451,1230.306 L 1490.8884,1228.7647 L 1491.3755,1228.5014 L 1491.2777,1227.9023 L 1491.0595,1226.7078 L 1487.6971,1224.7929 L 1487.4838,1224.2312 L 1490.7854,1222.0284 L 1491.2373,1221.6597 L 1494.3047,1221.3372 L 1495.9211,1218.6057 L 1497.6948,1218.0918 L 1500.4846,1221.919 L 1501.0206,1222.1675 L 1505.676,1218.4086 L 1506.1868,1218.0681 L 1508.1885,1216.7325 L 1510.3782,1213.6281 L 1513.852,1214.4006 L 1514.7532,1215.2593 L 1515.3405,1215.4781 L 1518.238,1214.6819 L 1518.7205,1214.2731 L 1522.8615,1215.5487 L 1525.3624,1215.4475 L 1527.669,1212.4235 L 1531.1454,1211.5291 L 1532.3834,1211.7464 L 1534.2915,1214.975 L 1536.4283,1216.2133 L 1538.4202,1215.3954 L 1538.8387,1215.0336 L 1538.2207,1211.3183 L 1538.4133,1210.0568 L 1539.2406,1209.0906 L 1538.7493,1207.3025 L 1539.1646,1205.4367 L 1538.6875,1202.3283 L 1539.2077,1199.8109 L 1539.1931,1199.1677 L 1538.5924,1198.988 L 1535.6387,1198.0362 L 1534.854,1197.063 L 1534.7747,1196.4264 L 1535.4026,1194.6391 L 1533.8559,1191.9232 L 1533.8839,1190.6399 L 1534.7014,1188.9184 L 1534.1362,1187.7772 L 1533.5146,1187.7762 L 1526.2869,1189.1759 L 1520.9989,1187.4442 L 1519.5758,1186.2079 L 1519.5491,1184.2894 L 1520.2779,1183.3002 L 1520.3879,1180.748 L 1521.5489,1177.1436 L 1521.72,1176.528 L 1524.6552,1175.6922 L 1522.9879,1170.2314 L 1523.13,1168.3609 L 1526.5799,1165.8683 L 1526.8434,1165.2854 L 1528.9085,1167.4633 L 1530.9908,1168.6164 L 1533.987,1168.0134 L 1535.9916,1166.6057 L 1536.165,1166.0004 L 1539.7697,1169.2738 L 1541.2718,1173.4314 L 1540.0426,1175.6498 L 1544.0943,1177.1466 L 1545.2634,1176.7344 L 1547.0624,1177.2895 L 1548.8993,1176.9625 L 1551.209,1178.9047 L 1554.8797,1178.1982 L 1555.5068,1178.1679 L 1555.7122,1175.6487 L 1555.0392,1171.3259 L 1558.1239,1169.0979 L 1558.4598,1168.5493 L 1560.9728,1170.3652 L 1562.2084,1170.2812 L 1564.9066,1168.8578 L 1565.2267,1167.6678 L 1566.4511,1166.4289 L 1566.8247,1165.9718 L 1568.5209,1166.6851 L 1571.5056,1166.3633 L 1573.1717,1168.0296 M 1365.6889,1317.8315 L 1365.2507,1317.4081 L 1357.4415,1314.8908 L 1356.8421,1314.9443 L 1353.3443,1315.7636 L 1353.5649,1315.1985 L 1353.4966,1313.9902 L 1352.4133,1311.8673 L 1354.0866,1309.5379 L 1353.592,1309.1725 L 1352.0345,1308.202 L 1350.8222,1308.2551 L 1351.3351,1307.1683 L 1353.6718,1305.2592 L 1353.78,1304.6442 L 1353.8309,1304.0864 L 1355.1462,1303.1914 L 1355.5744,1302.8505 L 1355.8263,1302.2634 L 1355.9644,1299.0975 L 1357.0205,1296.7869 L 1360.8495,1295.1688 L 1361.2486,1294.7103 L 1361.7206,1294.5077 L 1362.2322,1294.504 L 1363.6426,1292.7001 L 1365.3172,1293.9727 L 1365.8909,1293.9681 L 1368.1146,1296.0684 L 1369.0927,1295.3525 L 1369.7049,1295.2887 L 1369.5735,1296.9064 L 1369.0411,1297.215 L 1369.6878,1299.5663 L 1371.4782,1299.8766 L 1373.3557,1301.4821 L 1376.3012,1301.2785 L 1376.4454,1302.141 L 1376.2292,1302.5183 L 1375.7647,1302.9327 L 1374.079,1304.6427 L 1370.5039,1305.3445 L 1370.0479,1308.389 L 1368.471,1310.3242 L 1368.5698,1311.4679 L 1369.0187,1311.8079 L 1366.9911,1313.14 L 1366.3448,1314.1901 L 1365.6889,1317.8315 z M 593.08203,948.80268 L 593.77341,947.99658 L 594.04532,946.4381 L 594.59747,946.43024 L 595.01951,947.57276 L 596.51011,948.16029 L 598.21387,947.21829 L 597.97076,946.65756 L 598.82285,945.82503 L 601.11143,942.25236 L 601.30862,941.67416 L 601.68265,942.8306 L 605.86968,941.04668 L 610.84358,941.37715 L 612.28088,939.35849 L 612.59235,938.78054 L 614.24017,939.56771 L 617.2973,937.76864 L 616.58262,939.22615 L 616.42496,939.74815 L 616.26761,940.36073 L 615.22083,943.9814 L 613.31798,946.46697 L 616.46034,948.42851 L 618.85221,947.89924 L 619.22698,948.40901 L 621.33548,947.65991 L 622.14291,946.37679 L 622.41927,945.85659 L 624.51675,946.6335 L 624.73921,946.07935 L 625.71457,946.08071 L 625.43608,947.23983 L 627.20999,947.38993 L 627.72749,946.23928 L 627.48703,944.48377 L 628.80453,943.17726 L 629.81787,943.58425 L 630.19376,944.09109 L 631.99568,943.78316 L 632.93566,942.9765 L 633.69694,943.70846 L 632.50857,945.00419 L 633.05449,946.11688 L 634.31139,946.29224 L 635.8331,947.38266 L 636.46693,947.36408 L 639.29911,949.47012 L 639.67699,949.96239 L 642.74223,950.15503 L 643.76046,949.79094 L 643.55734,948.07486 L 643.99313,947.65283 L 645.16415,947.4476 L 645.99552,946.57891 L 646.40104,946.13526 L 649.07875,947.43807 L 649.57194,947.77479 L 651.68437,947.85041 L 652.12823,947.54533 L 652.71528,947.50323 L 653.20795,947.18317 L 654.06157,946.23202 L 654.00442,944.41642 L 656.26196,943.47821 L 657.69815,942.20908 L 658.35662,939.84471 L 661.44636,940.49675 L 663.83025,939.5968 L 664.12196,939.02788 L 666.23429,935.41531 L 666.5885,934.92816 L 666.14553,934.47515 L 665.09123,933.7861 L 662.6369,933.44521 L 662.21187,932.32307 L 660.99757,932.0439 L 658.55999,930.14233 L 657.32512,930.06707 L 656.30754,933.62043 L 656.07411,934.19891 L 653.92436,932.90853 L 654.58574,931.84786 L 653.73072,928.92797 L 654.05558,926.54467 L 656.15663,925.28159 L 656.42908,923.50135 L 657.32833,923.04444 L 657.67841,922.53902 L 656.6648,920.9618 L 656.44072,919.08332 L 655.10254,917.83476 L 655.48578,914.75598 L 654.56106,913.90501 L 654.36997,913.30301 L 653.1044,912.17343 L 653.82333,910.63819 L 653.37264,909.63605 L 655.14985,909.0141 L 657.62114,909.02178 L 658.44738,908.07876 L 658.34953,906.91835 L 658.3243,906.33808 L 657.8855,903.3167 L 657.04707,902.76189 L 656.44515,902.91782 L 655.82831,900.58155 L 655.59165,900.00264 L 657.01839,898.14294 L 656.32207,897.16302 L 656.60344,896.0839 L 655.28101,894.85255 L 656.47652,892.49932 L 656.94955,892.19678 L 654.53219,889.2349 L 653.26484,888.96325 L 651.49563,889.66908 L 651.29333,888.48961 L 652.28944,887.80642 L 652.66598,885.49365 L 653.58376,884.69834 L 654.03674,884.29596 L 651.88037,882.2584 L 651.41126,881.85136 L 648.84372,880.00288 L 651.65106,877.52845 L 649.46507,873.78174 L 648.03686,872.53385 L 647.49623,872.86243 L 646.30788,871.01778 L 646.63358,869.2929 L 646.28569,868.1504 L 645.08447,868.50266 L 643.96207,867.90231 L 643.56294,867.39908 L 642.70177,865.01365 L 642.87871,862.42503 L 643.45504,861.26169 L 643.71799,859.50622 L 645.60451,857.93855 L 646.17693,857.68277 L 645.93334,857.18006 L 644.79176,855.35678 L 644.1661,855.35783 L 642.31398,855.36025 L 641.18077,854.01946 L 638.72964,853.57489 L 638.27282,853.11197 L 636.80424,851.92144 L 636.21534,851.80957 L 635.08406,849.80743 L 634.89055,849.37214 L 634.2018,848.72262 L 634.03214,848.13819 L 631.00319,844.46631 L 629.30134,843.80476 L 631.09509,840.54381 L 630.83483,839.37357 L 631.66057,838.45801 L 632.15524,837.41109 L 630.32789,837.04411 L 629.53759,835.31875 L 626.74839,834.01936 L 626.85016,832.93181 L 623.77628,832.74131 L 623.1598,832.51765 L 622.99415,831.89222 L 625.1448,831.35225 L 624.80111,830.15916 L 623.56464,830.19764 L 622.87624,828.48345 L 620.98061,828.56545 L 620.47406,828.15616 L 621.2299,827.35654 L 621.77222,827.14841 L 623.02372,827.06138 L 625.95401,828.12855 L 626.54472,827.9222 L 626.42885,826.76272 L 627.37099,825.25929 L 629.06881,825.01023 L 630.67088,824.03404 L 631.3023,823.99759 L 632.18392,824.88468 L 632.77408,824.65716 L 632.34639,824.20993 L 634.67974,822.27849 L 635.07301,821.79194 L 636.84785,822.11271 L 638.29529,823.99737 L 639.57137,824.14031 L 641.78599,823.26087 L 644.23345,825.28882 L 645.78725,824.15907 L 646.25647,823.72128 L 647.36184,824.05779 L 647.98814,824.92136 L 648.5699,824.98322 L 648.54694,823.96348 L 649.44145,822.38504 L 652.77706,823.77718 L 654.5515,823.28756 L 655.53892,823.94382 L 656.16312,823.94033 L 658.63155,823.17538 L 659.28654,823.10838 L 659.25619,822.60901 L 660.32901,821.60471 L 661.23469,820.00247 L 662.92142,819.09941 L 663.58328,817.33017 L 665.42097,817.46764 L 665.86929,816.30522 L 664.27484,814.38443 L 664.26686,811.89058 L 663.81341,811.44282 L 668.90279,808.82065 L 669.45527,808.47323 L 672.40887,807.5743 L 675.45038,807.47323 L 676.00718,807.75488 L 675.87007,808.80175 L 673.41306,810.55785 L 673.85201,812.91783 L 676.36021,810.22825 L 678.2716,810.35054 L 680.67247,809.51619 L 682.93199,810.56559 L 683.92461,809.78401 L 685.05581,805.92276 L 685.66151,805.83123 L 686.30799,806.53178 L 688.61915,805.80632 L 689.19824,805.62026 L 689.7614,805.41685 L 691.35372,806.22404 L 691.59756,806.76565 L 694.49592,806.03645 L 695.07801,805.89196 L 697.6248,804.32768 L 700.97986,803.89807 L 701.37475,803.43744 L 701.96867,804.3861 L 704.21462,803.50971 L 708.17617,805.18612 L 708.53786,805.68333 L 710.95792,804.05083 L 711.199,802.8992 L 714.87906,804.14783 L 716.13681,803.94391 L 716.76507,803.76945 L 716.81032,805.02888 L 713.5396,807.91477 L 712.04545,809.96346 L 712.52567,810.37954 L 713.08094,810.64349 L 713.63466,810.91246 L 714.54457,810.13 L 715.68354,809.98901 L 717.17635,810.95819 L 717.77245,812.5674 L 718.32851,812.80691 L 721.10123,811.10663 L 721.71731,810.8754 L 721.46765,809.66816 L 721.90364,807.25679 L 721.98691,806.61725 L 722.23147,806.02051 L 723.391,804.75392 L 723.81395,804.3592 L 725.94093,805.07321 L 726.06384,805.64889 L 729.04181,805.69103 L 729.58646,806.70345 L 730.17007,806.86709 L 731.21326,803.94913 L 731.08947,803.33559 L 729.89506,802.94977 L 729.63949,801.74106 L 730.28061,800.66693 L 730.33541,799.45884 L 733.29156,793.92837 L 736.60401,791.03339 L 737.04487,790.5844 L 738.89348,792.93706 L 739.27436,793.40005 L 741.09968,792.16254 L 741.4388,792.62188 M 837.74383,517.28907 L 837.12683,518.374 L 838.36716,520.43598 L 838.84953,520.85456 L 838.64985,521.93847 L 838.75488,523.658 L 839.88613,524.00894 L 839.38301,524.42743 L 838.26429,526.73682 L 838.70122,528.49792 L 839.27406,528.23744 L 841.67741,528.47132 L 842.10714,532.6925 L 844.38078,534.886 L 847.62865,535.27219 L 849.25531,536.34201 L 849.82043,536.67908 L 851.2202,537.55421 L 851.77444,537.4986 L 853.22255,539.52083 L 851.57944,541.4533 L 852.55037,542.16334 L 856.46358,543.9778 L 857.09311,544.04124 L 856.89217,544.65957 L 855.43811,547.55496 L 853.78046,548.64697 L 855.01029,549.61431 L 855.53137,549.75184 L 855.54542,550.33368 L 855.23616,552.03734 L 853.04084,552.8872 L 853.16738,553.34544 L 853.24798,553.8127 L 853.62507,555.69216 L 855.5153,558.3175 L 856.58999,559.01962 L 857.92561,559.01716 L 858.19109,559.60634 L 857.78034,560.0718 L 854.25245,563.38391 L 854.64282,566.39461 L 852.25402,568.41721 L 851.87807,569.60278 L 851.33332,569.89342 L 849.45119,572.16431 L 849.09245,571.70194 L 848.06521,572.01604 L 847.82833,572.57935 L 846.46007,574.61155 L 844.60261,574.51817 L 842.68694,576.00163 L 840.9321,575.30847 L 841.1786,575.85979 L 839.39326,577.24629 L 839.01884,576.79094 L 838.19621,575.94612 L 837.60616,576.05909 L 834.3531,577.42777 L 834.0236,577.59026 L 833.50656,579.00622 L 833.1296,579.50514 L 831.97405,580.98274 L 832.0234,582.21688 L 830.4628,584.84383 L 830.86329,585.32617 L 831.38653,584.98697 L 833.15744,584.59952 L 835.54902,586.54879 L 836.76265,586.86159 L 836.16286,587.14258 L 835.11423,587.88602 L 834.09357,590.25063 L 834.79422,591.34235 L 834.26301,592.03512 L 838.66541,598.96501 L 839.59535,601.19435 L 836.70672,602.50007 L 836.72153,603.73806 L 835.57167,604.28607 L 835.55585,605.43767 L 837.29095,606.06614 L 839.39415,608.2028 L 840.05848,608.9339 L 840.49402,609.19393 L 841.00157,609.57602 L 843.54095,609.36988 L 846.5551,610.24991 L 849.7068,612.40289 L 849.9724,612.97059 L 849.73767,613.59969 L 850.62901,614.4393 L 850.32469,614.98575 L 842.24228,615.51044 L 842.82765,617.19694 L 841.34841,620.46109 L 841.08382,621.00051 L 840.58007,621.3914 L 838.13509,621.98442 L 837.91175,622.54306 L 839.70139,623.18074 L 841.56416,622.88151 L 841.31197,626.56391 L 840.72407,626.80683 L 835.10866,627.14879 L 835.45196,627.66369 L 835.55889,633.03697 L 836.76961,633.15715 L 837.55706,634.09633 L 840.71914,633.88261 L 841.00562,636.37106 L 840.39494,638.17689 L 839.96168,639.77551 L 838.33401,642.17942 L 838.95088,643.18773 L 839.54346,644.86432 L 840.5311,645.52861 L 841.28881,647.78455 L 841.63566,648.27819 L 841.98984,650.10247 L 841.58808,650.60334 L 837.93731,651.86716 L 837.41597,652.98729 L 837.20263,656.63011 L 837.86986,659.02066 L 837.99881,659.63016 L 837.54365,660.0582 L 835.5985,658.50766 L 835.11853,656.77477 L 834.22353,655.98752 L 831.82815,657.88101 L 831.27998,658.14006 L 830.78269,658.48532 L 830.4633,660.30598 L 831.23696,664.51196 L 830.70107,665.59333 L 832.08515,666.77712 L 832.5598,667.16108 L 832.58384,668.99976 L 831.87219,670.7359 L 830.67956,670.28207 L 830.34347,670.78726 L 829.25094,671.33332 L 828.31202,674.12705 L 827.49078,675.01687 L 827.02626,675.42421 L 824.83702,678.16269 L 824.72161,678.76219 L 823.55505,678.3169 L 822.17047,679.43575 L 823.5486,681.97082 L 822.87959,682.9731 L 822.2593,682.94462 L 820.05031,682.13444 L 819.54112,682.40321 L 817.04072,684.63171 L 816.92341,684.66725 L 816.3941,685.00884 L 813.89446,685.31986 L 813.08018,686.26833 L 812.83242,688.01256 L 811.91147,688.8532 L 812.02877,689.56633 L 811.66586,690.08576 L 809.8127,690.49915 L 808.09431,692.36594 L 808.0709,692.44854 L 809.64985,694.31297 L 810.04249,696.67689 L 811.13554,697.14687 L 811.97993,696.23703 L 812.38751,695.76928 L 812.8328,696.75513 L 812.16759,697.83545 L 809.1633,700.18877 L 805.34614,700.05192 L 805.4499,700.89693 L 804.96551,701.30086 L 803.63129,702.54451 L 801.16328,703.13629 L 800.02456,702.71777 L 797.70738,704.81391 L 797.07431,704.756 L 795.18648,704.92119 L 794.80218,704.42496 L 792.99457,704.98851 L 792.74972,705.57503 L 791.75766,709.07482 L 789.26978,709.65011 L 788.0583,709.41891 L 784.77918,705.52891 L 784.17888,705.50064 L 783.07571,705.11767 L 782.90476,705.74377 L 780.76727,708.96349 L 781.86563,710.56061 L 783.02788,711.17546 L 784.63113,713.9897 L 784.84789,714.57862 L 785.58029,716.92853 L 784.98911,717.10731 L 782.53097,718.75476 L 782.04721,718.39141 L 777.54863,716.70549 L 777.59621,716.07574 L 775.39646,713.87148 L 769.48825,713.16406 L 767.42643,710.7506 L 766.84852,710.80011 L 764.08454,711.00701 L 763.74175,711.46355 L 764.04341,712.02497 L 763.81362,715.74155 L 764.32028,716.91139 L 763.81337,717.14846 L 762.34147,717.82889 L 761.72814,718.70732 L 759.95735,723.39463 L 759.07551,724.33143 L 760.6599,725.2634 L 760.85312,726.41031 L 763.08919,726.29839 L 762.44055,730.33882 L 762.49041,730.92991 L 760.47123,733.73641 L 760.02847,734.12173 L 759.80083,735.60058 L 757.95324,739.37876 L 757.52629,739.84129 L 757.98272,744.16354 L 758.06725,744.78001 L 757.53414,746.53871 L 754.47722,749.31044 L 754.10709,749.80764 L 755.92824,750.27816 L 755.98885,752.13281 L 757.68624,752.87703 L 754.5887,755.91799 L 754.10735,756.32444 L 752.40464,756.56045 L 752.7139,757.12449 L 753.27751,759.56439 L 752.91535,760.03165 L 751.78346,761.39609 L 749.50109,761.94778 L 749.55638,762.58808 L 748.69769,764.98671 L 747.33095,766.36267 L 745.06249,770.26446 L 745.8445,771.08504 L 745.7086,772.33964 L 745.16385,772.59033 L 744.77525,773.04073 L 744.30224,776.65488 L 743.38168,778.2267 L 743.98109,780.02153 L 743.80659,782.51492 L 744.30515,783.16074 L 743.8605,783.50086 L 743.28044,783.55519 L 741.44627,786.35931 L 742.46946,787.80471 L 743.06546,788.01651 L 742.67635,790.46833 L 741.8064,792.11761 L 741.4388,792.62188 L 742.85401,796.01134 L 743.36396,796.3803 L 744.55861,795.96454 L 744.74564,800.66466 L 745.06932,801.1838 L 746.05227,800.44173 L 747.88962,800.63529 L 748.59912,799.08155 L 750.32498,799.51238 L 750.82987,800.59776 L 752.01452,800.36746 L 752.44121,799.94095 L 751.612,801.64586 L 751.71463,802.90701 L 754.70916,803.93719 L 755.12788,804.41785 L 755.87623,802.90963 L 757.32016,801.99469 L 757.85631,801.78448 L 758.09306,803.69871 L 759.66796,806.37509 L 756.72024,809.78914 L 757.00192,810.98637 L 756.87108,811.62026 L 757.45935,811.85281 L 759.23773,811.20389 L 760.98333,812.99043 L 763.4974,811.5114 L 764.10213,810.58526 L 764.39507,810.07721 L 765.49798,809.7519 L 767.98826,810.19705 L 768.07278,814.23502 L 768.51099,814.67125 L 771.90463,813.22578 L 772.40142,812.85593 L 773.59974,814.08098 L 773.74766,817.00168 L 773.85826,817.59954 L 772.67576,818.86573 L 773.25264,822.27084 L 773.63467,822.74001 L 773.95822,823.21889 L 772.10507,824.52533 L 771.51729,824.50588 L 773.4336,826.57958 L 772.37383,827.98111 L 773.41208,829.32215 L 772.98299,830.34199 L 772.85784,830.89802 L 773.93836,833.7523 L 775.26043,835.04677 L 775.80873,835.35378 L 778.05732,834.30136 L 778.68419,834.3628 L 780.77878,832.13174 L 783.08078,833.01289 L 783.71284,833.02038 L 785.39896,834.02909 L 785.93384,834.40611 L 787.87925,834.35895 L 789.6227,835.22199 L 790.15226,835.60444 L 790.80748,834.04346 L 790.92364,833.48792 L 796.19626,831.13519 L 796.80592,830.89719 L 798.23378,830.44446 L 798.56556,830.05829 L 799.54092,830.79779 L 804.17831,830.11634 L 804.76672,830.32034 L 805.91898,830.81438 L 810.33644,830.69382 L 810.77705,830.2448 L 810.41047,827.31209 L 807.63598,826.22437 L 807.23296,825.76448 L 807.16437,824.6519 L 807.32002,824.10869 L 806.50296,822.7873 L 806.37945,822.26181 L 806.4803,821.57662 L 808.77812,821.60967 L 809.36653,821.49634 L 812.90214,821.35179 L 813.55546,822.28391 L 813.33275,822.8334 L 813.59697,823.88089 L 814.80857,825.16639 L 815.34497,825.42314 L 816.48432,824.87389 L 817.63469,825.43531 L 818.21322,826.56842 L 821.97193,827.30106 L 822.57172,828.99527 L 822.605,829.63108 L 822.70762,830.15573 L 823.99756,834.4093 L 823.61819,836.29143 L 824.34554,837.77233 L 823.68969,839.3014 L 823.80737,840.48528 L 826.66866,843.55689 L 826.9454,844.08939 L 828.1846,845.978 L 828.72416,846.20919 L 829.97714,848.22134 L 831.52243,847.39248 L 832.30191,848.09783 L 831.61303,849.08892 L 832.25016,849.98303 L 835.23913,850.06249 L 835.44475,850.64284 L 834.21075,851.76138 L 835.19509,853.28556 L 836.88261,853.97362 L 837.01434,855.78779 L 837.11747,856.39467 L 837.15682,856.70657 L 837.84468,858.38664 L 837.55896,860.82414 L 839.17283,861.7116 L 839.59079,863.53189 L 841.54543,866.06523 L 843.30166,866.77113 L 843.42959,867.39899 L 844.17136,868.25567 L 844.40799,868.77127 L 845.96922,870.50316 L 848.31272,871.04278 L 848.88227,872.02965 L 849.93836,872.63752 L 849.84143,874.40495 L 851.25588,877.09141 L 851.66473,877.54996 L 851.95792,878.75899 L 850.8216,879.32879 L 848.81116,881.67417 L 849.44157,881.58851 L 850.02251,882.60158 L 849.45258,883.72758 L 850.50222,886.60979 L 849.49016,887.33238 L 847.95677,890.05737 L 847.76569,890.63682 L 849.14446,892.55334 L 849.59734,894.91166 L 850.58422,896.40284 L 852.73677,896.87115 L 853.30227,896.89714 L 853.03995,897.93869 L 853.5046,898.89638 L 853.7592,899.37386 L 855.55972,899.97095 L 856.42473,900.89875 L 858.90236,900.76536 L 859.9868,902.08971 L 862.43077,901.836 L 863.04714,901.77282 L 864.30594,905.07417 L 863.76031,907.37224 L 869.46783,906.9856 L 871.31669,907.54834 L 872.57803,907.29134 L 874.35716,908.05155 L 876.28877,909.73451 L 876.83365,910.08318 L 879.76783,913.21757 L 880.0514,913.76125 L 879.56764,914.15197 L 878.49194,914.75428 L 878.86168,916.51414 L 880.53313,919.13157 L 878.32541,919.4892 L 880.27575,923.25437 L 881.90291,923.89955 L 882.50372,923.97616 L 884.64855,925.2264 L 884.6941,927.09341 L 885.91343,927.03777 L 886.91157,926.27151 L 888.13861,926.40346 L 887.9116,926.98101 L 885.65175,930.6683 L 885.90318,932.45006 L 883.61119,935.38797 L 884.05344,936.36729 L 885.05309,936.6717 L 885.58658,936.58493 L 885.66314,935.97496 L 887.54793,934.43877 L 888.12507,934.64786 L 888.47508,938.05715 L 890.72203,938.55189 L 891.31537,938.63408 L 892.89545,936.70331 L 894.10466,936.34587 L 895.29172,936.77741 L 896.55305,936.75213 L 896.99151,937.53609 L 900.47158,937.13785 L 900.53788,935.91933 L 901.90184,934.90938 L 900.73971,933.60313 L 904.26381,932.50635 L 904.79414,932.16067 L 906.65615,932.86956 L 907.05412,933.25133 L 908.49122,935.03869 L 908.83439,935.50032 L 910.77448,937.7441 L 911.35985,937.59227 L 911.17953,938.18695 L 912.68104,939.28452 L 913.25527,941.68671 L 913.71562,942.10581 L 916.42304,940.47501 L 916.48707,939.19904 L 917.50824,937.58636 L 919.85477,936.78976 L 921.87066,933.55564 L 923.63815,932.95583 L 924.06306,933.4334 L 924.19416,932.93014 L 924.46141,931.44638 L 925.62746,930.11604 L 925.76805,928.93971 L 927.10784,927.81011 L 927.6555,927.57902 L 928.84041,928.00964 L 929.96951,929.45093 L 930.30028,933.19918 L 931.43255,933.20433 L 933.25863,931.48166 L 933.85754,931.28495 L 934.25259,930.78915 L 936.09373,931.06276 L 937.73278,928.5858 L 938.24818,928.21575 L 939.78878,928.90403 L 938.92668,931.83598 L 940.56105,934.38631 L 942.30121,935.08667 L 943.5976,933.73573 L 944.08781,933.34644 L 944.90095,931.64645 L 947.14043,929.44877 L 947.68087,929.12835 L 950.94544,933.66938 L 953.27831,934.47208 L 953.3393,933.84142 L 955.56398,931.66403 L 956.15137,931.43091 L 955.92651,930.20036 L 957.31515,927.42729 L 956.7504,925.64932 L 957.13205,925.15306 L 956.41799,924.1316 L 956.0938,923.72086 L 955.7777,923.3053 L 960.45406,922.38136 L 961.6105,922.60532 L 962.18714,922.41212 L 962.67646,923.62307 L 964.55949,925.41214 L 964.74398,926.70583 L 967.79558,927.54999 L 969.2089,926.33186 L 972.39615,926.53342 L 973.03327,926.48186 L 973.50362,924.95553 L 974.47316,925.46011 L 975.04271,925.40099 L 976.52523,924.57181 L 977.53615,925.14391 L 978.3689,926.61708 L 984.68698,925.22862 L 985.32688,925.08587 L 986.02057,925.90871 L 986.54963,926.01003 L 986.8413,926.79853 L 991.05086,927.47533 L 991.43959,927.95573 L 995.11832,928.63487 L 995.74684,928.54876 L 996.8853,928.77522 L 998.39339,930.38927 L 998.94687,930.56192 L 998.93068,930.61133 L 1000.805,930.48383 L 1002.3926,928.51468 L 1005.5092,928.59359 L 1006.5977,928.08252 L 1008.9486,928.05085 L 1010.5557,928.20876 L 1011.1139,928.21935 L 1012.2767,927.70185 L 1012.7502,927.27831 L 1015.6377,928.1389 L 1019.2095,927.65232 L 1019.8139,927.7619 L 1020.2326,928.22216 L 1022.6776,928.56219 L 1023.2801,928.72135 L 1022.95,927.47623 L 1023.739,923.06103 L 1026.371,918.65833 L 1027.3367,919.51027 L 1027.8296,919.92477 L 1028.3881,919.85043 L 1029.5776,918.03067 L 1029.4276,917.48937 L 1028.8375,916.40682 L 1030.0208,914.24489 L 1033.7378,911.01219 L 1034.3218,910.79358 L 1036.3204,910.81923 L 1040.0775,910.4454 L 1042.2444,909.35359 L 1044.3855,910.38964 L 1048.3025,908.53503 L 1048.826,908.18552 L 1050.5477,908.46692 L 1051.016,910.11322 L 1052.2222,909.8754 L 1053.5526,908.69228 L 1054.708,909.08004 L 1055.1226,910.19661 L 1055.6247,910.56149 L 1056.0991,910.1563 L 1057.5405,908.97053 L 1059.8607,908.05409 L 1060.6736,907.12032 L 1065.3182,904.17883 L 1064.3584,902.59106 L 1064.696,900.82347 L 1063.3891,896.70737 L 1061.5288,896.912 L 1060.8125,894.59646 L 1059.6394,894.16022 L 1060.2132,893.96614 L 1062.2043,892.7776 L 1061.859,892.26332 L 1061.6909,891.05497 L 1063.1747,889.16119 L 1062.7673,887.35822 L 1062.2475,887.0818 L 1059.4642,886.27861 L 1059.9143,885.03772 L 1064.4181,883.2027 L 1064.5297,884.42061 L 1066.6671,885.5208 L 1067.6342,883.29463 L 1067.6698,882.67134 L 1066.3778,881.37998 L 1066.6111,879.54464 L 1067.2106,879.3609 L 1069.7245,879.60905 L 1070.7497,878.07312 L 1073.0372,877.17275 L 1073.4841,876.74524 L 1073.279,875.60744 L 1074.8531,873.71563 L 1076.6931,873.52817 L 1076.958,871.07625 L 1076.9062,870.45078 L 1080.1717,868.8113 L 1080.6636,869.13625 L 1081.8359,872.00159 L 1083.2686,873.21509 L 1083.6993,874.35938 L 1085.3251,873.70017 L 1085.7532,874.12374 L 1086.7648,873.48114 L 1088.1144,871.45192 L 1091.8039,871.1119 L 1092.4263,871.12727 L 1094.1571,872.5926 L 1094.7342,872.72135 L 1094.4924,870.4147 L 1094.5955,869.84114 L 1098.4821,866.49884 L 1099.1235,864.7822 L 1100.8853,864.02443 L 1101.4705,863.75051 L 1102.9846,862.71165 L 1102.7301,862.14054 L 1103.2399,861.09451 L 1106.1694,860.14387 L 1106.6487,860.54729 L 1107.217,860.58291 L 1108.2443,860.63855 L 1109.1839,858.59252 L 1111.7115,858.67524 L 1113.8254,859.85751 L 1116.2983,859.33067 L 1117.7468,860.51271 L 1118.3129,860.23154 M 883.61119,935.38797 L 883.08618,935.15548 L 881.0465,934.42237 L 880.83151,935.00649 L 879.97117,936.64691 L 880.04254,937.88821 L 877.44825,939.36106 L 877.61047,939.96247 L 877.34436,941.80465 L 875.02668,940.89607 L 874.0107,939.33556 L 870.95934,940.03403 L 870.38106,939.86395 L 867.5261,939.25868 L 867.62809,939.86258 L 864.61634,942.79541 L 864.48702,943.41797 L 864.49588,946.51645 L 863.85863,948.30946 L 862.43127,949.52161 L 862.3885,951.3603 L 861.65293,952.35519 L 861.92436,954.21998 L 861.60637,954.35702 L 861.15564,953.92038 L 859.92188,953.70783 L 859.43775,954.10782 L 857.70594,953.38739 L 855.20579,953.36867 L 852.9949,952.34157 L 852.84976,954.15601 L 852.21872,954.22327 L 848.68411,953.02516 L 847.22196,956.49141 L 843.67065,957.72271 L 843.88817,958.29132 L 843.17601,959.96849 L 841.98389,960.20169 L 841.38283,961.91803 L 842.43829,962.45255 L 842.39463,963.09338 L 841.37866,963.68719 L 836.93335,963.90772 L 835.79008,966.19469 L 835.20635,966.45961 L 835.42286,966.96386 L 836.05024,967.67727 L 835.89902,968.75832 L 836.36595,969.15714 L 837.55731,969.45149 L 838.5495,971.67856 L 840.08454,972.56889 L 839.50259,974.11893 L 839.84741,974.47418 L 840.70522,975.297 L 839.97268,977.01266 L 840.39469,978.86909 L 841.67324,980.2994 L 840.94754,981.15911 L 840.55426,981.66694 L 838.83624,982.08841 L 838.25151,982.34661 L 837.37548,983.11407 L 839.95902,986.52155 L 839.95282,988.43062 L 839.30469,989.46014 L 839.30431,989.87156 L 838.29719,991.44951 L 839.17473,993.70517 L 837.9759,995.07622 L 838.13749,996.8471 L 838.65301,997.12491 L 841.59453,998.92806 L 842.10992,999.2967 L 842.98949,1000.1686 L 843.26762,1002.0163 L 844.28829,1002.5895 L 846.77692,999.80107 L 847.80758,1000.916 L 847.77139,1001.4531 L 849.23468,1002.2754 L 849.78272,1002.3953 L 851.53402,1004.093 L 851.04077,1005.1946 L 851.24842,1006.3067 L 852.91291,1007.0284 L 852.77928,1007.6005 L 852.90683,1009.9167 L 854.01341,1010.5288 L 853.69897,1013.0653 L 851.64828,1014.5274 L 851.37331,1015.4901 L 851.11846,1015.9339 L 851.17933,1016.9582 L 850.56144,1017.0946 L 849.32174,1016.9559 L 846.5818,1019.5343 L 843.60814,1020.2715 L 841.94074,1019.4952 L 840.68522,1019.6198 L 838.64972,1018.1187 L 837.40408,1018.1726 L 837.13214,1018.7128 L 837.01181,1019.9165 L 837.89365,1020.7302 L 837.86506,1021.3643 L 837.58363,1024.4604 L 839.33544,1027.0463 L 838.87762,1027.4056 L 836.82061,1029.3742 L 837.22148,1029.7006 L 838.19937,1029.5317 L 838.52647,1029.9335 L 837.94414,1031.6991 L 835.36275,1036.7249 L 833.60804,1038.448 L 833.4424,1039.0538 L 833.72699,1040.8665 L 832.95662,1041.7705 L 833.81835,1043.3725 L 833.62411,1043.9228 L 832.10287,1044.2872 L 831.82815,1043.7251 L 831.06284,1042.7386 L 829.84643,1042.7087 L 828.60863,1041.3782 L 825.58562,1041.1575 L 824.54813,1041.7766 L 824.16598,1046.1571 L 825.0849,1047.8099 L 824.69542,1048.9732 L 824.18559,1049.1814 L 822.63208,1049.1073 L 822.09657,1049.3291 L 818.94386,1051.6543 L 818.98119,1052.1934 L 818.82314,1053.2616 L 818.24574,1053.2591 L 817.25229,1053.2674 L 816.58859,1054.865 L 816.94189,1055.3428 L 816.32527,1057.0066 L 814.80414,1056.7241 L 814.32659,1057.8026 L 814.06465,1059 L 812.23769,1061.5515 L 811.19729,1061.5254 L 810.83096,1063.7998 L 810.13246,1064.6974 L 810.61268,1065.6365 L 808.97615,1066.3297 L 808.99792,1067.5454 L 806.39173,1069.0148 L 807.23081,1070.6859 L 807.45642,1071.2699 L 806.07551,1072.4632 L 804.29296,1072.519 L 802.77475,1073.5003 L 802.60101,1072.9926 L 802.39171,1070.9173 L 801.17871,1071.115 L 799.51081,1073.0024 L 798.9753,1074.8417 L 797.96058,1075.1768 L 798.09193,1075.9471 L 798.39575,1076.4582 L 799.59382,1077.7632 L 799.9523,1078.8935 L 799.45247,1079.8795 L 799.97457,1080.9386 L 797.72927,1085.1962 L 798.19645,1085.5607 L 798.73778,1087.1062 L 797.78925,1088.641 L 795.78526,1089.9297 L 794.58352,1090.0195 L 794.07116,1089.9397 L 793.57361,1089.797 L 793.39216,1090.9005 L 792.56637,1092.3692 L 791.49458,1092.6699 L 791.69553,1093.6328 L 791.08928,1094.3667 L 790.77888,1094.8697 L 789.40151,1096.7417 L 789.27231,1099.6776 L 788.65645,1099.6434 L 788.15523,1100.0096 L 787.69248,1099.6129 L 786.31169,1098.5463 L 782.52021,1099.945 L 782.58107,1100.5771 L 781.83209,1101.4568 L 780.59252,1101.5938 L 779.77495,1103.2193 L 776.98857,1104.3329 L 776.9496,1104.3915 L 776.77852,1106.2145 L 776.29185,1107.3232 L 773.96594,1104.5845 L 772.93288,1104.5623 L 773.00767,1106.9929 L 774.65684,1108.75 L 773.05006,1109.4882 L 772.45634,1109.4249 L 771.33103,1109.3675 L 769.86875,1110.3641 L 768.91465,1111.8691 L 769.00246,1112.3902 L 768.50555,1113.8715 L 768.2073,1114.3387 L 767.9036,1115.9037 L 766.71211,1118.816 L 766.20356,1121.9895 L 766.30175,1122.5333 L 767.15677,1123.914 L 767.35493,1124.4649 L 768.12024,1127.2635 L 768.16161,1127.3035 L 768.88693,1130.9476 L 768.6784,1132.8111 L 768.3761,1134.0305 L 767.88462,1134.3744 L 766.60683,1135.556 L 766.22368,1135.7063 L 765.87886,1135.477 L 765.40674,1135.1261 L 762.59404,1135.4054 L 762.49078,1135.9547 L 761.2893,1138.3362 L 761.2502,1138.8721 L 760.50704,1140.2752 L 760.04644,1140.599 L 756.76706,1140.6708 L 756.80199,1141.1914 L 756.88031,1142.18 L 756.44249,1142.4491 L 756.32228,1143.068 L 756.30545,1144.2979 L 756.75086,1144.7362 L 754.6111,1147.0677 L 753.39405,1147.415 L 753.04948,1149.2565 L 752.48272,1149.2084 L 751.38385,1150.2603 L 749.29875,1149.425 L 749.10008,1149.2332 L 748.73844,1148.8009 L 747.29843,1147.1377 L 746.28232,1146.8743 L 745.82653,1147.2876 L 744.26492,1148.1992 L 743.04825,1148.1362 L 741.67366,1146.9392 L 741.1222,1147.2666 L 739.27132,1149.8299 L 738.92625,1150.3752 L 735.94677,1151.4063 L 735.18918,1153.4371 L 734.85297,1154.9451 L 734.38011,1155.3512 L 732.22765,1158.2741 L 732.85785,1159.2357 L 734.68784,1159.5074 L 735.01064,1160.643 L 729.9927,1162.7751 L 730.17317,1163.3835 L 730.89184,1165.114 L 729.38575,1167.8745 L 729.55404,1169.7587 L 728.80714,1170.5998 L 727.84059,1169.9964 L 727.41631,1170.3814 L 726.82254,1170.4196 L 723.52685,1166.2753 L 722.89532,1166.3496 L 720.59825,1167.3558 L 716.48123,1171.9581 L 715.24498,1172.1628 L 714.15098,1171.5679 L 713.52411,1171.5209 L 710.41617,1171.1536 L 708.10276,1170.1523 L 707.75827,1169.7849 L 706.64536,1168.7752 L 703.55344,1168.6927 L 702.1476,1167.4892 L 699.97603,1163.8199 L 699.75266,1162.5913 L 699.21487,1162.2855 L 695.72315,1161.1261 L 695.49312,1161.6674 L 694.95499,1163.3087 L 694.56939,1162.7906 L 693.7282,1159.7415 L 691.77335,1158.0793 L 688.71237,1157.3504 L 688.30533,1157.8386 L 686.74425,1159.8113 L 686.12564,1162.2693 L 685.91557,1161.6744 L 684.09224,1155.6782 L 683.94842,1155.0496 L 683.69755,1153.7911 L 681.81918,1151.1964 L 681.59801,1150.006 L 682.35705,1147.6628 L 682.30057,1147.0491 L 683.26588,1144.8286 L 682.77096,1143.1342 L 680.98548,1143.0253 L 681.6051,1140.6919 L 681.78425,1140.1324 L 681.68434,1138.4454 L 679.79167,1137.1733 L 679.29618,1136.8883 L 676.72978,1135.7481 L 676.17165,1135.7075 L 674.79024,1134.7832 L 673.13988,1134.7942 L 672.61692,1135.1624 L 669.61774,1136.1372 L 669.23484,1135.6707 L 665.20914,1134.8774 L 664.82107,1134.4985 L 662.80987,1134.0901 L 662.43233,1133.5645 L 662.02414,1131.6586 L 662.64372,1127.9064 L 662.16718,1127.5474 L 660.57791,1125.7752 L 659.47595,1127.8403 L 659.41514,1129.7523 L 658.81975,1129.7158 L 657.7505,1129.2281 L 654.46664,1130.2465 L 653.92554,1130.5456 L 652.29969,1129.5038 L 644.96866,1128.6153 L 644.1826,1128.546 M 1414.6677,712.16606 L 1413.618,712.4853 L 1412.7228,714.04356 L 1412.344,714.51476 L 1410.6489,713.6002 L 1410.831,712.34939 L 1410.0787,711.34516 L 1409.5059,711.05218 L 1408.2421,710.80252 L 1407.3205,711.6755 L 1406.0983,711.66483 L 1402.5278,715.14332 L 1402.498,716.40474 L 1401.9099,716.55262 L 1399.7544,717.28408 L 1397.8933,714.01826 L 1397.8895,712.83315 L 1399.7261,709.48093 L 1400.0552,708.93324 L 1398.5027,709.31314 L 1398.0649,709.66764 L 1397.7366,709.92904 L 1397.3137,709.92858 L 1397.3736,709.28385 L 1394.0783,705.37818 L 1391.1699,703.92337 L 1389.6313,703.59917 L 1389.275,703.20624 L 1389.4144,702.58242 L 1389.8989,698.19177 L 1389.2792,698.21616 L 1387.6035,698.70352 L 1387.032,700.4892 L 1384.5704,703.49575 L 1383.4281,704.13252 L 1382.1931,703.74907 L 1382.1186,703.48316 L 1380.9206,703.60973 L 1380.288,702.51009 L 1378.3899,702.36917 L 1375.8257,700.67715 L 1375.1806,700.71142 L 1373.9839,700.22314 L 1373.2538,699.17648 L 1374.4493,695.65544 L 1371.284,695.78093 L 1371.5215,693.29717 L 1371.021,692.89368 L 1368.4686,694.53179 L 1367.839,694.63931 L 1367.5965,695.88863 L 1366.5626,696.66747 L 1363.3543,697.02639 L 1363.7084,696.49471 L 1361.8534,694.75554 L 1361.4796,693.55353 L 1361.8796,693.05307 L 1362.8028,692.25369 L 1362.8346,690.53825 L 1363.6357,689.61975 L 1363.7305,689.02383 L 1362.8326,688.33951 L 1362.332,688.70665 L 1362.9109,686.98765 L 1362.1426,683.39313 L 1361.5686,683.2379 L 1360.5416,682.64672 L 1359.6274,683.36103 L 1357.8133,683.62027 L 1357.388,682.66036 L 1356.8026,682.48859 L 1357.3122,682.30264 L 1357.4501,680.81923 L 1356.9504,680.60904 L 1359.6312,679.36549 L 1360.1293,679.03268 L 1360.6573,678.81115 L 1361.6834,678.30132 L 1365.7535,675.58062 L 1366.5882,672.8088 L 1366.0932,672.5572 L 1365.4228,671.79958 L 1365.3426,671.92037 L 1365.3866,671.38039 L 1363.947,670.71453 L 1362.4631,668.96626 L 1362.5412,666.49544 L 1361.5232,664.20957 L 1360.3143,664.2791 L 1358.1518,663.33574 L 1358.2371,660.51468 L 1357.6359,659.52291 L 1357.15,659.17334 L 1356.7194,658.68403 L 1355.4325,655.11998 L 1355.1347,654.55599 L 1354.0033,653.99852 L 1351.4626,654.56352 L 1349.2097,658.93115 L 1348.7349,658.58217 L 1346.3286,656.89023 L 1345.7535,655.88667 L 1345.814,655.28137 L 1347.826,653.94328 L 1350.2748,650.53112 L 1350.0151,649.98164 L 1349.1255,648.38907 L 1347.7227,647.08182 L 1344.516,646.70801 L 1343.4105,647.18442 L 1342.2315,646.69597 L 1341.6095,646.68858 L 1340.4775,646.19846 L 1340.2158,645.06344 L 1341.424,642.87385 L 1342.989,641.88487 L 1341.5454,640.68588 L 1340.6844,638.40562 L 1340.0769,638.61432 L 1335.6368,639.05701 L 1331.8935,638.21736 L 1331.5379,637.76598 L 1329.9052,636.14359 L 1329.4823,635.66399 L 1325.9474,637.0982 L 1322.7386,635.32804 L 1319.4919,635.3923 L 1319.1775,635.01326 L 1318.8432,634.1072 L 1318.2538,634.34894 L 1313.9521,634.61904 L 1312.076,637.02675 L 1310.9855,637.59916 L 1310.7246,638.16457 L 1309.8321,638.93154 L 1308.5885,638.64437 L 1308.5552,639.27192 L 1309.4989,641.5943 L 1311.0781,642.6295 L 1311.6496,645.07026 L 1311.2209,645.47146 L 1310.6894,645.73496 L 1308.0393,645.34855 L 1306.1441,645.99823 L 1303.4899,645.68693 L 1297.3498,647.85452 L 1296.2303,647.27442 L 1295.7037,646.89225 L 1293.4903,645.64586 L 1290.4359,646.77526 L 1287.8272,646.91664 L 1284.7457,647.83005 L 1280.3739,646.70244 L 1279.4704,648.22685 L 1278.6646,649.24371 L 1278.8062,649.86736 L 1279.0177,651.12937 L 1277.9217,653.43727 L 1277.3193,653.222 L 1275.5034,653.83148 L 1273.6297,653.45596 L 1271.9634,652.56779 L 1269.125,649.26366 L 1269.0916,648.62936 L 1269.5861,646.792 L 1269.3837,644.97604 L 1268.777,645.10832 L 1266.3471,644.86125 L 1265.5088,645.74181 L 1265.5137,646.37199 L 1266.6789,646.96158 L 1266.8665,649.47119 L 1266.1506,650.48284 L 1264.2593,650.78823 L 1264.1083,648.28412 L 1261.9663,647.15812 L 1261.3855,647.42137 L 1258.7345,650.09929 L 1258.7406,651.34638 L 1258.1642,651.22184 L 1256.2443,652.34384 L 1255.181,652.9834 L 1252.7649,652.95037 L 1252.5248,650.58454 L 1252.1548,650.09122 L 1248.5027,649.77427 L 1247.7386,652.64008 L 1246.6029,653.21302 L 1244.9957,652.21867 L 1243.9613,652.89454 L 1243.3077,652.8875 L 1241.4925,650.38406 L 1241.0298,650.70994 L 1238.9726,652.55315 L 1238.4122,652.61578 L 1237.8221,652.41463 L 1236.1247,651.65001 L 1234.3905,652.27182 L 1231.4853,651.81116 L 1231.1385,652.20245 L 1230.4782,653.00871 L 1229.9152,652.7166 L 1228.7941,653.29012 L 1227.5927,652.9116 L 1227.3838,652.77598 L 1228.4405,651.12838 L 1228.8542,647.31848 L 1229.9297,644.30943 L 1228.6085,641.37559 L 1228.4256,640.78811 L 1227.5981,639.87569 L 1226.3432,639.79407 L 1225.8716,640.21768 L 1225.6647,643.23852 L 1223.3055,644.15297 L 1223.4998,643.57599 L 1223.0634,642.76836 L 1221.8144,642.83378 L 1221.7341,642.26167 L 1220.5226,639.13344 L 1221.1219,639.18405 L 1223.4365,638.69936 L 1224.4448,639.32206 L 1224.4217,638.70643 L 1224.3722,636.86161 L 1221.558,634.46979 L 1220.9755,633.37665 L 1220.4978,633.24935 L 1219.5532,633.21889 L 1219.1712,632.71004 L 1218.2654,631.81342 L 1218.8435,631.59703 L 1218.8193,628.22966 L 1218.3691,627.80692 L 1216.3238,624.7778 L 1215.3079,624.08674 L 1215.353,623.50203 L 1216.1993,621.46297 L 1215.9692,620.8848 L 1215.6944,620.32721 L 1215.261,619.89013 L 1214.385,618.33984 L 1213.2204,617.91444 L 1212.5096,616.31468 L 1211.5533,615.54959 L 1210.9252,615.6831 L 1209.5324,616.81004 L 1207.9753,615.70737 L 1207.867,614.48185 L 1208.1594,613.931 L 1209.7317,612.03237 L 1208.5852,609.2066 L 1208.0249,608.8762 L 1204.9227,607.99073 L 1205.5873,610.91819 L 1203.5546,613.29172 L 1202.5987,612.65201 L 1202.1227,611.48965 L 1202.0235,612.09489 L 1201.7001,613.25227 L 1198.7641,614.38629 L 1198.6118,613.75883 L 1197.7237,610.66224 L 1196.5858,609.08812 L 1196.3512,608.58584 L 1195.302,606.08231 L 1194.7947,605.69592 L 1193.1568,604.7308 L 1189.4134,607.16549 L 1188.9101,606.81896 L 1187.0356,605.32835 L 1187.5946,604.9749 L 1191.3403,601.32095 L 1192.9103,598.58602 L 1192.6218,598.12428 L 1191.189,597.44891 L 1190.7691,597.80417 L 1190.3696,597.34571 L 1190.1765,596.77697 L 1193.2694,593.1811 L 1193.2574,592.5823 L 1193.0707,592.04487 L 1192.0978,590.00515 L 1191.5621,589.62509 L 1187.9629,588.11899 L 1188.5982,585.25907 L 1185.5174,583.00376 L 1185.6296,581.12747 L 1184.991,581.25931 L 1183.0769,581.36236 L 1183.0839,580.8198 L 1183.229,578.66444 L 1182.689,578.29797 L 1178.0792,573.0049 L 1176.9802,572.29894 L 1174.3431,572.3143 L 1174.103,571.83243 L 1173.8281,571.36819 L 1173.786,571.32649 L 1173.1282,571.3552 L 1171.2093,571.66118 L 1168.862,573.85739 L 1168.2341,573.70102 L 1166.6422,570.98642 L 1166.7394,568.4735 L 1167.5094,565.04542 L 1167.6443,564.4569 L 1166.9735,563.79835 L 1165.1574,563.87662 L 1166.3059,563.39508 L 1166.3655,562.7957 L 1165.788,562.55627 L 1163.988,562.07081 L 1164.4536,560.31416 L 1164.9503,559.88997 L 1165.4755,559.49693 L 1165.5903,556.94832 L 1164.4739,555.45085 L 1164.5287,554.22824 L 1162.8548,552.42417 L 1163.3086,552.03538 L 1165.3427,550.96827 L 1166.3985,550.73547 L 1167.9468,549.95191 L 1169.0991,550.16294 L 1169.132,549.54515 L 1168.0037,546.12493 L 1165.5508,543.28272 L 1165.9412,542.93103 L 1166.7203,542.22605 L 1170.6811,543.14046 L 1171.2835,543.1636 L 1174.4374,540.85709 L 1175.1078,540.82878 L 1175.4678,539.79979 L 1173.1587,535.51578 L 1173.6012,535.04672 L 1175.0769,533.93439 L 1175.6618,533.69101 L 1177.0977,531.96023 L 1179.4467,531.76683 L 1178.1894,529.57366 L 1178.6137,529.0947 L 1184.6761,526.95364 L 1184.5763,526.33562 L 1182.7029,524.59645 L 1180.1988,523.95664 L 1180.3877,522.96946 L 1181.7275,521.61297 L 1181.073,521.74995 L 1179.1194,522.07509 L 1176.5451,521.4794 L 1174.5589,523.17641 L 1171.3334,523.78153 L 1172.3091,520.74016 L 1170.2529,518.34816 L 1170.7115,517.88415 L 1170.2697,516.85891 L 1172.0325,514.96422 L 1173.8467,514.16711 L 1174.0465,512.31051 L 1174.6902,512.13693 L 1173.0427,510.49982 L 1173.4428,508.23498 L 1173.3654,507.6536 L 1173.3131,506.56789 L 1173.3514,505.96178 L 1173.3952,504.76559 L 1170.2752,504.91716 L 1169.5243,503.92896 L 1169.5886,502.71332 L 1169.4977,502.10551 L 1169.0309,501.67186 L 1166.051,502.17837 L 1164.8466,501.71395 L 1166.1301,496.5195 L 1166.7636,496.51793 L 1168.4788,497.04848 L 1170.2073,496.31538 L 1170.2592,495.71277 L 1170.0473,493.2655 L 1167.5447,493.08776 L 1165.8088,492.27092 L 1166.9703,490.28225 L 1167.5064,490.61149 L 1169.2455,491.343 L 1171.1331,491.33381 L 1173.7522,489.75855 L 1174.3377,490.00005 L 1174.7245,490.95078 L 1175.1084,491.31429 L 1175.4696,490.99218 L 1175.902,490.7648 L 1175.6552,488.87916 L 1176.4178,487.11762 L 1175.8511,484.654 L 1175.6465,484.04968 L 1175.7095,483.54905 L 1175.8494,483.06279 L 1175.5612,482.52618 L 1175.1563,481.38798 L 1176.2116,481.14463 L 1176.7687,480.90586 L 1177.9014,480.46814 L 1178.6454,476.87884 L 1180.1669,474.23277 L 1181.1369,473.03529 L 1183.5231,472.50622 L 1185.9585,472.78714 L 1186.6866,471.85123 L 1186.9536,468.75188 L 1186.9416,468.11888 L 1188.7015,467.25797 L 1189.3362,467.08992 L 1190.3334,466.71723 L 1189.4278,464.71781 L 1189.0974,464.23777 L 1190.547,463.2852 L 1192.2838,463.33824 L 1192.8583,463.17951 L 1193.252,460.17112 L 1194.9641,456.81203 L 1195.2144,456.23576 L 1197.8187,456.18014 L 1198.4212,455.93669 L 1198.8868,455.50861 L 1200.0058,454.03756 L 1198.2163,450.14292 L 1197.5639,450.06182 L 1196.498,449.39068 L 1192.1715,450.30579 L 1192.0328,450.83141 L 1188.4889,450.41404 L 1188.3027,449.85882 L 1188.5902,446.73876 L 1188.6197,446.11302 L 1189.0029,445.97088 L 1190.2494,445.52636 L 1190.6817,444.32153 L 1191.1108,443.82551 L 1194.2384,443.7259 L 1195.0555,442.72792 L 1195.1167,442.09778 L 1194.2541,441.22321 L 1193.0293,437.8578 L 1192.716,437.33852 L 1191.8716,435.76896 L 1190.3697,435.45355 L 1190.1765,434.89527 L 1191.4956,433.64655 L 1191.7003,431.91094 L 1192.6765,431.17167 L 1192.6831,429.98521 L 1192.8461,429.57687 L 1193.2689,429.28761 L 1197.1057,429.75562 L 1200.2034,428.98343 L 1200.7839,428.71347 L 1202.2724,429.3261 L 1202.5763,429.77137 L 1203.2461,430.77848 L 1204.3706,430.23009 L 1204.9819,430.07588 L 1207.237,428.59676 L 1207.8361,428.27489 L 1208.45,428.25916 L 1208.9879,427.9756 L 1209.0113,427.37944 L 1209.3006,424.4689 L 1207.9718,424.29515 L 1206.0965,424.96039 L 1203.65,423.99121 L 1202.5177,421.86902 L 1203.3269,420.88807 L 1203.4182,420.2702 L 1202.9019,420.12514 L 1202.5096,419.17706 L 1200.5433,420.62075 L 1199.8774,419.06194 L 1198.0885,418.74892 L 1197.1102,418.02836 L 1197.115,416.87316 L 1196.6886,416.44736 L 1198.5268,416.16438 L 1199.92,413.60841 L 1199.6711,413.06046 L 1199.0655,412.94062 L 1197.1661,408.89743 L 1197.8234,407.88726 L 1198.4158,407.6931 L 1197.8417,407.44404 L 1196.7133,406.01129 L 1197.64,404.52243 L 1197.2542,403.73413 L 1195.2858,402.38525 L 1195.0256,401.85534 L 1195.5585,401.51042 L 1195.858,399.70597 L 1196.1976,399.18549 L 1198.5851,398.13231 L 1198.9255,397.57744 L 1201.2233,397.1971 L 1201.9511,396.8721 L 1203.7206,396.00391 L 1204.3911,395.87364 L 1206.8037,395.71333 L 1207.4097,395.6019 L 1208.1468,394.98006 L 1208.0483,393.92841 L 1208.027,393.40059 L 1208.7092,393.2971 L 1210.145,393.3971 L 1212.1329,392.1939 L 1212.6398,391.8954 L 1212.927,392.43606 L 1214.1381,392.09725 L 1214.621,391.69981 L 1215.8742,391.34553 L 1217.8242,391.6758 L 1218.4889,391.68109 L 1219.0759,392.6134 L 1219.6303,392.91091 L 1221.9739,393.8835 L 1222.6748,392.88226 L 1222.5767,391.72037 L 1221.6645,390.8756 L 1221.4902,390.29075 L 1222.2628,389.95808 L 1222.5766,389.60378 L 1223.0074,388.63577 L 1222.7044,387.61148 L 1223.0543,387.19393 L 1224.9166,386.74161 L 1227.0023,385.36079 L 1227.5974,385.1353 L 1229.443,384.68032 L 1230.8342,382.83514 L 1231.2772,382.40321 L 1232.3333,383.6081 L 1232.5299,384.10645 L 1235.4699,387.47258 L 1235.8947,387.95738 L 1238.4517,387.61139 L 1239.1,387.67039 L 1241.83,389.7739 L 1242.2946,390.86285 L 1242.4018,391.44015 L 1243.5045,391.09595 L 1245.2823,391.14684 L 1245.5593,387.34856 L 1245.4848,386.71767 L 1245.8776,384.32644 L 1246.8609,382.78211 L 1247.0076,382.16762 L 1246.2647,379.31609 L 1245.7769,377.33271 L 1245.5457,376.84984 L 1246.7613,375.55197 L 1247.9789,375.45048 L 1248.5602,375.26859 L 1249.1616,375.50288 L 1246.1189,370.88063 L 1246.0266,369.65956 L 1246.0303,369.04678 L 1246.0441,368.44571 L 1245.9687,366.87192 L 1245.9477,366.34721 L 1245.9062,364.58174 L 1245.96,363.99464 L 1247.8892,363.91259 L 1248.4135,361.63945 L 1250.171,362.12783 L 1250.2934,361.53066 L 1250.3616,358.40218 L 1249.3384,357.63832 L 1247.3586,357.2837 L 1247.1732,356.09204 L 1248.342,355.56239 L 1250.5036,352.59416 L 1248.7198,351.88508 L 1248.4325,349.43779 L 1248.945,348.30804 L 1248.458,347.90388 L 1246.8076,347.11922 L 1244.7792,344.65968 L 1244.1196,343.59821 L 1245.675,342.61938 L 1246.1481,340.30624 L 1246.8023,340.32583 L 1247.1855,340.85131 L 1249.8346,340.666 L 1252.9344,341.90364 L 1254.7608,341.27025 L 1255.4288,341.15628 L 1255.6243,339.64574 L 1256.5906,337.98406 L 1256.7675,333.57531 L 1256.7936,332.93682 L 1259.3529,333.00163 L 1259.3672,330.914 L 1259.9045,330.66275 L 1261.0507,330.22273 L 1261.6466,330.06815 L 1263.5563,329.30647 L 1264.2331,329.15726 L 1264.1213,328.72768 L 1265.1426,326.65735 L 1265.006,326.09089 L 1266.3872,325.19994 L 1266.7515,324.79901 L 1268.683,324.20499 L 1269.3117,323.96269 L 1269.5924,323.26937 L 1269.4039,322.69002 L 1269.9622,320.35025 L 1272.0294,318.75768 L 1271.4159,316.9795 L 1269.1979,315.61199 L 1267.9015,315.93446 L 1267.6173,315.37782 L 1266.8983,314.39101 L 1267.3554,313.94781 L 1269.2508,312.45276 L 1269.5193,311.91018 L 1268.5668,309.75012 L 1267.9663,309.54616 L 1269.074,304.83547 L 1269.9145,304.06428 L 1270.3674,301.77003 L 1271.9214,300.74086 L 1272.2981,300.2468 L 1272.3659,299.67166 L 1272.4353,299.0987 L 1273.0496,292.2733 L 1273.1487,291.64815 L 1271.9599,291.96276 L 1270.7706,291.68292 L 1270.3541,290.70962 L 1268.898,290.46981 L 1268.3464,289.40306 L 1268.7555,285.60029 L 1269.8281,284.02305 L 1270.1619,282.14353 L 1270.2941,281.80162 M 1106.1948,609.96525 L 1108.1757,609.78763 L 1109.1846,611.4299 L 1109.6485,611.89079 L 1111.4916,612.3079 L 1112.6863,611.99672 L 1113.4998,613.67571 L 1114.5245,613.93893 L 1114.7454,613.35367 L 1115.9265,613.60664 L 1116.6638,614.649 L 1117.1786,615.03469 L 1117.7039,615.94378 L 1116.2621,618.6862 L 1118.6936,618.70022 L 1119.4666,622.20153 L 1119.6822,622.76913 L 1120.6043,623.16036 L 1120.5652,623.70602 L 1120.5452,626.03782 L 1120.64,626.61755 L 1121.8812,628.01326 L 1124.2415,628.82891 L 1125.6848,629.98026 L 1126.3197,629.97465 L 1125.7085,631.02808 L 1126.6057,632.61034 L 1129.4041,633.90662 L 1129.9766,634.1539 L 1129.5206,634.61657 L 1127.1818,635.7389 L 1127.7379,637.43482 L 1129.5438,638.13284 L 1129.5796,640.58881 L 1129.7871,641.5184 L 1130.2829,641.44264 L 1129.8171,642.55319 L 1130.5132,643.59282 L 1130.466,644.87355 L 1128.6067,646.54794 L 1127.5735,649.54949 L 1127.0031,649.35679 L 1125.4748,650.23702 L 1124.2157,652.04774 L 1122.5058,652.55358 L 1122.2461,653.13528 L 1121.0626,653.66386 L 1120.3581,656.06072 L 1118.1331,656.70093 L 1115.7485,657.25149 L 1116.207,658.40991 L 1115.1678,658.99498 L 1115.7073,662.68859 L 1113.6094,664.10552 L 1116.5557,665.23026 L 1117.2014,665.26203 L 1117.658,665.64585 L 1118.5341,668.39847 L 1118.133,669.56956 L 1116.0096,670.59909 L 1116.0254,671.84267 L 1116.7091,672.86505 L 1116.2113,673.94625 L 1116.7679,674.03649 L 1117.334,674.02978 L 1117.3251,674.65471 L 1117.743,676.46426 L 1117.2648,678.91423 L 1116.6317,678.89571 L 1112.8485,678.95986 L 1111.7791,679.61742 L 1111.3885,680.08803 L 1108.4962,681.12819 L 1107.5704,682.67697 L 1106.3423,682.58403 L 1106.1034,683.14298 L 1105.4662,683.2205 L 1103.2338,682.02007 L 1102.6596,682.27094 L 1101.5582,682.83723 L 1096.0919,683.41904 L 1095.7658,683.97946 L 1096.3356,685.80886 L 1095.5951,689.56103 L 1095.1028,689.99197 L 1095.4174,691.11245 L 1095.1424,691.62883 L 1096.6866,692.70953 L 1098.7826,691.2644 L 1099.5127,692.24966 L 1099.0264,694.01803 L 1099.584,694.3307 L 1100.1636,694.60623 L 1100.7262,694.91421 L 1104.6584,697.9096 L 1103.8975,700.23323 L 1105.1722,702.31013 L 1106.3102,702.19848 L 1106.8625,702.47565 L 1108.0728,704.23828 L 1108.462,704.64261 L 1106.6224,705.98079 L 1106.1751,706.33619 L 1105.9103,707.4822 L 1105.6903,708.05136 L 1107.1205,711.57888 L 1106.5259,712.71271 L 1107.3842,714.41493 L 1109.1067,715.28037 L 1109.8074,717.66769 L 1111.0678,717.98851 L 1111.2849,718.58916 L 1110.6853,718.86388 L 1109.022,720.79193 L 1108.415,720.56521 L 1103.4093,719.22012 L 1102.7868,720.38373 L 1102.3367,720.77698 L 1099.4989,721.64392 L 1098.88,721.67279 L 1097.6159,722.86664 L 1096.1141,721.95046 L 1094.6644,723.06798 L 1094.8822,723.68803 L 1098.3901,727.55009 L 1099.987,729.34422 L 1100.2805,729.8659 L 1100.5416,730.93035 L 1100.6385,731.47222 L 1101.2178,733.34827 L 1101.2416,734.00149 L 1103.8501,737.90718 L 1104.0286,738.48753 L 1104.1099,738.83358 L 1105.6364,742.8404 L 1105.5931,743.45877 L 1104.2453,745.33738 L 1104.0829,747.075 L 1104.1019,747.65913 L 1100.7172,755.22703 L 1100.4049,755.79242 L 1099.3335,757.32979 L 1099.0415,757.88879 L 1098.7044,758.43102 L 1097.8368,760.118 L 1098.2721,762.53918 L 1098.9473,764.15265 L 1100.9625,765.34438 L 1101.5319,765.53113 L 1102.7558,765.92626 L 1103.2414,766.34101 L 1103.6428,766.82922 L 1104.5531,767.70776 L 1104.9899,768.14346 L 1106.8599,770.57593 L 1110.9073,773.358 L 1111.9345,774.71675 L 1112.0726,775.80546 L 1111.9525,776.36055 L 1111.6011,780.83418 L 1113.1321,784.37714 L 1113.4764,784.92781 L 1113.7376,785.45313 L 1113.9685,785.99301 L 1116.1801,793.02022 L 1116.2733,793.62958 L 1116.6945,794.14317 L 1116.861,794.74659 L 1116.4292,797.16152 L 1117.4127,798.74772 L 1117.8337,799.2367 L 1117.9732,802.3064 L 1118.0511,802.91565 L 1118.0824,803.14625 L 1118.0647,803.79597 L 1118.2242,805.73873 L 1117.1053,808.06528 L 1116.7921,810.51251 L 1117.0702,811.08399 L 1120.6486,813.45826 L 1121.0843,813.89981 L 1121.8594,814.33789 L 1122.3049,814.28107 L 1123.4515,816.63939 L 1123.7173,817.23907 L 1123.716,819.82545 L 1123.5785,820.46236 L 1122.7214,822.05219 L 1122.5206,823.24153 L 1122.1953,826.33662 L 1123.7608,829.66135 L 1124.2947,829.9954 L 1124.1614,831.24293 L 1122.6112,833.98611 L 1122.4237,834.47798 L 1120.6108,839.33821 L 1121.6041,840.96123 L 1121.9929,841.49128 L 1122.1435,842.41239 L 1122.3041,842.85151 L 1123.0379,849.74394 L 1121.4241,851.62459 L 1121.1632,852.21109 L 1121.4603,853.09748 L 1121.6571,853.52377 L 1121.5501,854.70415 L 1119.4628,856.98227 L 1119.1991,857.54101 L 1118.3213,859.65574 L 1118.3129,860.23154 L 1118.8438,863.69636 L 1119.006,864.26891 L 1120.5251,867.03348 L 1124.3292,870.28019 L 1124.8188,870.68117 L 1126.9769,871.31729 L 1127.5017,871.5213 L 1130.5857,872.56032 L 1132.3923,875.2589 L 1132.8559,875.7209 L 1133.1418,876.08598 L 1135.4402,879.23937 L 1139.4822,881.33777 L 1140.1242,881.47478 L 1142.9713,879.41693 L 1143.8934,878.06988 L 1147.1259,876.18839 L 1148.2362,874.67609 L 1149.4851,874.60369 L 1150.0631,874.85081 L 1150.1132,874.81849 L 1151.9705,874.68457 L 1152.7851,877.06886 L 1154.5014,879.70295 L 1157.0069,880.2856 L 1158.8631,880.04106 L 1159.4184,879.70596 L 1160.6216,879.29373 L 1163.0096,875.07164 L 1163.6115,874.86573 L 1166.719,875.55755 L 1169.1997,875.35324 L 1168.6362,877.17009 L 1168.9206,878.38524 L 1170.6806,879.00526 L 1171.5646,879.90626 L 1170.8748,884.0892 L 1170.3699,884.47703 L 1171.7147,885.84688 L 1171.9208,886.46522 L 1174.2592,886.0856 L 1175.3901,886.42445 L 1175.8373,886.03604 L 1175.8588,884.80223 L 1180.1158,880.28735 L 1181.2506,879.74657 L 1181.8727,879.86953 L 1182.9436,881.34372 L 1183.9015,880.80713 L 1184.3907,880.40492 L 1185.0978,879.41865 L 1183.7123,876.57364 L 1183.588,874.1216 L 1183.5631,873.48935 L 1185.6329,874.64183 L 1186.7563,874.35327 L 1187.2649,873.39861 L 1187.7227,874.48361 L 1189.6492,872.96401 L 1187.4043,868.57785 L 1189.2363,866.1023 L 1189.7233,865.7036 L 1190.4094,868.05609 L 1193.519,868.02893 L 1193.9014,868.54365 L 1193.8317,869.15133 L 1193.0624,870.10801 L 1194.9459,873.16491 L 1194.9413,876.22057 L 1196.6494,876.81488 L 1197.0921,879.22308 L 1197.1976,879.82874 L 1199.2857,880.89719 L 1199.1096,882.69281 L 1201.8565,884.24359 L 1202.6217,885.22268 L 1202.7516,885.83855 L 1202.7834,886.38231 L 1203.2642,887.16567 L 1203.4151,887.61094 L 1204.44,889.78113 L 1204.882,890.21175 L 1205.7711,891.71163 L 1204.5342,893.91644 L 1205.3119,894.88118 L 1207.2047,895.1844 L 1207.6215,898.20322 L 1207.7689,898.82786 L 1207.9267,899.79168 L 1207.9494,900.27918 L 1208.1821,902.58389 L 1208.0216,903.15204 L 1207.1688,904.22297 L 1206.9676,905.43221 L 1208.1273,906.9322 L 1209.8915,907.55292 L 1211.7207,907.04134 L 1212.6915,908.44958 L 1213.0398,908.97761 L 1214.7818,909.16436 L 1216.4257,910.61839 L 1216.9725,910.39984 L 1220.1699,908.38342 L 1221.3426,909.77333 L 1220.5643,910.79027 L 1221.1855,911.77142 L 1221.284,911.798 L 1222.4632,911.36318 L 1223.5622,911.84683 L 1223.1304,914.97671 L 1223.7441,916.05664 L 1226.6176,917.38986 L 1227.8034,917.44621 L 1227.9872,916.83272 L 1228.5129,915.67639 L 1229.5918,914.98862 L 1230.2271,914.87791 L 1232.4619,915.81988 L 1234.9068,915.66407 L 1235.4741,915.90612 L 1234.7553,918.05378 L 1235.8029,918.24978 L 1236.3827,918.1877 L 1237.5475,917.90082 L 1240.9146,921.11143 L 1240.9893,921.70729 L 1240.4793,922.83682 L 1241.1526,925.03837 L 1239.4471,925.69509 L 1240.2166,927.24179 L 1240.2004,927.86188 L 1239.7445,928.2308 L 1238.7829,928.85557 L 1238.8497,929.43808 L 1239.1189,929.94895 L 1239.2735,931.05317 L 1237.9556,932.84245 L 1238.3717,934.58242 L 1238.4994,935.16603 L 1239.7245,937.8611 L 1239.3145,940.86085 L 1239.1982,941.45926 L 1239.2252,942.05212 L 1238.9788,945.49473 L 1240.0793,945.68247 L 1241.4592,945.72815 L 1238.9787,947.5402 L 1237.2177,946.9489 L 1234.1691,947.2611 L 1234.1945,949.71537 L 1234.1954,950.06921 L 1232.1421,951.43105 L 1228.3903,951.9924 L 1227.2053,953.50918 L 1228.0813,955.14595 L 1228.6177,955.49403 L 1228.9796,957.36086 L 1229.2489,957.94226 L 1229.0779,961.00146 L 1227.8095,962.23672 L 1227.8003,964.10768 L 1226.8911,966.37877 L 1228.8354,967.34237 L 1229.3357,967.57951 L 1230.305,968.31817 L 1232.721,967.8949 L 1235.7723,968.40529 L 1236.3855,968.50524 L 1237.3231,969.07775 L 1237.1882,970.91813 L 1238.3637,972.33994 L 1238.9042,974.09411 L 1239.3422,974.54112 L 1243.0926,974.14369 L 1244.2891,974.59736 L 1244.7347,974.15441 L 1246.6173,972.82755 L 1247.1297,972.56079 L 1247.965,971.61452 L 1248.382,971.14 L 1249.3132,971.43868 L 1250.7451,970.74627 L 1251.2862,970.66963 L 1253.3771,969.55768 L 1253.932,969.31344 L 1257.6053,972.5602 L 1257.6733,973.17564 L 1257.7306,973.17694 L 1258.3311,973.29625 L 1258.9299,973.41851 L 1263.3346,973.84041 L 1264.4242,973.30157 L 1264.1839,972.70999 L 1264.043,971.44926 L 1264.1953,970.83404 L 1264.7397,971.10693 L 1266.8868,970.03568 L 1268.1064,971.3649 L 1268.576,971.75308 L 1269.0577,972.65195 L 1269.2646,973.11924 L 1269.4644,972.98417 L 1270.0557,972.74171 L 1271.2792,971.42508 L 1273.0625,971.38138 L 1273.4593,971.85524 L 1273.9356,973.56876 L 1272.8598,975.00057 L 1272.2589,975.0435 L 1272.8323,976.74286 L 1275.9143,976.96365 L 1276.5314,976.92646 L 1277.5254,974.64026 L 1278.5291,973.95598 L 1279.1187,973.72406 L 1279.9152,973.97931 L 1280.2516,974.29556 L 1280.8325,974.27566 L 1282.0951,972.37375 L 1282.126,971.79191 L 1283.1723,972.36829 L 1284.6572,971.35784 L 1286.1607,972.19645 L 1287.1475,971.69366 L 1287.7147,971.89452 L 1288.0548,971.36006 L 1286.7715,969.29076 L 1288.2173,967.28901 L 1289.9435,966.63456 L 1289.9,965.40885 L 1289.6654,964.33286 L 1290.3323,962.16782 L 1289.9128,961.07069 L 1289.5823,960.58622 L 1289.9272,960.26605 L 1290.5192,957.26773 L 1291.0092,956.86269 L 1290.9608,955.89032 L 1290.949,955.39624 L 1291.2521,953.60848 L 1292.3078,952.06772 L 1292.1447,951.46084 L 1292.7523,951.59228 L 1294.4951,951.4163 L 1294.831,950.22371 L 1296.1826,951.42019 L 1296.4018,952.01022 L 1298.1468,951.39051 L 1299.2784,951.83441 L 1300.9525,953.59336 L 1302.0105,953.10542 L 1302.6032,952.93567 L 1304.2511,956.21371 L 1304.5682,956.75084 L 1309.421,955.86728 L 1309.9402,955.50988 L 1310.1473,953.807 L 1311.079,952.3389 L 1311.3823,951.83886 L 1312.9546,952.01519 L 1313.1934,952.5734 L 1313.2642,954.93911 L 1314.523,956.18638 L 1315.011,956.52645 L 1318.5462,956.88531 L 1319.0649,957.17839 L 1319.2677,954.77152 L 1318.8695,954.28406 L 1321.2444,952.21844 L 1321.1829,950.94589 L 1321.6172,950.47963 L 1323.4474,950.15983 L 1324.8762,951.35948 L 1326.8071,949.9139 L 1328.5405,950.31479 L 1328.4789,951.27096 L 1328.5964,951.74034 L 1329.7821,953.51284 L 1330.3167,953.53705 L 1330.385,955.69881 L 1330.3086,956.26919 L 1329.4584,956.68812 L 1328.6199,955.95013 L 1327.4185,956.96921 L 1326.9114,956.73513 L 1326.9954,958.54834 L 1328.2163,959.94954 L 1330.0526,959.70856 L 1330.4958,960.14335 L 1331.9889,960.93269 L 1333.9481,962.95633 L 1333.5487,963.99762 L 1331.9034,963.81575 L 1333.3907,966.61012 L 1333.8858,966.88865 L 1332.0927,969.00513 L 1332.0891,969.60749 L 1331.9465,970.20399 L 1332.4544,971.8985 L 1333.5613,973.08955 L 1336.9102,973.85603 L 1337.3665,973.47344 L 1338.4287,973.48156 L 1338.9239,973.2173 L 1339.52,973.29351 L 1339.5193,972.67947 L 1339.6335,970.84922 L 1341.0535,968.85259 L 1341.1056,967.65564 L 1341.3011,965.91024 L 1341.4567,965.34557 L 1341.7524,964.53984 L 1342.1181,963.60494 L 1343.0594,962.0592 L 1343.3908,959.65965 L 1343.3935,959.0523 L 1343.4091,958.49969 L 1344.1111,957.06828 L 1345.1564,955.69063 L 1345.3559,955.14697 L 1346.03,951.44981 L 1346.1903,950.84436 L 1347.2402,948.58122 L 1348.5317,945.97196 L 1348.7509,945.39146 L 1348.6871,942.91502 L 1348.6542,942.29679 L 1348.4663,941.0726 L 1349.4304,938.30003 L 1350.0123,937.34253 L 1350.3364,936.88544 L 1350.5984,936.46422 L 1351.3783,935.19859 L 1353.0967,931.95371 L 1353.2936,929.84652 L 1353.4044,929.32152 L 1353.5462,928.05376 L 1353.6065,927.41847 L 1353.6049,926.91303 L 1353.6407,925.40148 L 1353.7784,924.66664 L 1353.9763,924.15451 L 1356.2598,921.60328 L 1356.5075,921.08462 L 1356.5793,918.35093 L 1356.5165,917.80068 L 1356.5159,917.57018 L 1358.1815,914.31594 L 1358.3282,913.87299 L 1358.4257,913.41855 L 1358.6945,912.37365 L 1358.93,911.88771 L 1359.0755,911.72789 L 1360.6581,911.5201 L 1360.6726,912.62193 L 1361.3595,913.34602 L 1362.6062,912.96607 L 1363.5401,911.58642 L 1364.8289,911.3843 L 1368.1376,912.38982 L 1368.6725,912.13963 L 1368.9073,913.62104 L 1369.1341,914.0813 L 1373.7736,916.67852 L 1374.2607,917.03941 L 1375.8371,916.76635 L 1376.3732,916.75862 L 1379.387,914.53419 L 1381.6079,915.45189 L 1383.6654,913.99682 L 1384.2924,913.90053 L 1385.1946,912.61224 L 1388.1208,913.32109 L 1388.3175,910.93264 L 1390.321,912.34006 L 1392.7948,912.73433 L 1393.0914,913.2868 L 1392.6855,913.69515 L 1393.8411,915.60762 L 1393.4863,916.69285 L 1394.2882,917.5404 L 1394.5738,919.329 L 1394.5461,919.95018 L 1395.7527,920.00278 L 1396.8549,921.40987 L 1397.2281,921.88463 L 1398.1908,921.39493 L 1398.7143,921.59374 L 1399.7595,922.96449 L 1401.4524,923.26768 L 1401.9621,923.56677 L 1406.6304,923.89843 M 1636.9042,730.7305 L 1637.6959,729.77589 L 1638.4011,726.70832 L 1638.0119,726.25322 L 1637.8592,725.67898 L 1637.7052,725.12575 L 1637.216,724.11593 L 1637.0599,723.91708 L 1636.6111,723.63483 L 1635.4223,722.6328 L 1634.8438,722.511 L 1633.8513,721.8966 L 1634.029,721.47375 L 1634.0177,720.57164 L 1634.1098,719.98223 L 1633.3657,718.37411 L 1632.3506,717.84424 L 1632.1638,717.21356 L 1631.6387,716.00585 L 1631.3339,715.75711 L 1631.3934,715.25638 L 1631.2151,714.26698 L 1630.3313,713.57224 L 1629.8733,713.20723 L 1629.8398,713.20526 L 1625.6514,713.03008 L 1623.6229,714.3894 L 1623.4939,714.98496 L 1622.8872,715.12093 L 1622.5962,714.61292 L 1622.6177,713.57113 L 1621.5773,713.10846 L 1621.4752,712.29182 L 1621.8332,711.95343 L 1621.3789,711.63204 L 1621.1924,709.46095 L 1621.3724,709.05123 L 1621.288,708.16478 L 1621.7428,707.48268 L 1622.1229,707.55587 L 1622.508,704.75893 L 1622.5844,704.1949 L 1622.9166,703.72816 L 1624.7742,703.95187 L 1625.3766,703.78111 L 1625.187,703.2213 L 1624.87,702.08557 L 1626.1414,700.12658 L 1625.6831,699.75372 L 1625.1735,699.25432 L 1625.952,698.31446 L 1625.3005,696.91365 L 1625.0106,696.13051 L 1625.3016,696.06529 L 1624.9332,695.62837 L 1623.8998,693.72605 L 1624.1274,693.12289 L 1625.1454,690.76671 L 1624.8649,690.3005 L 1624.4709,689.91995 L 1624.1323,689.51794 L 1623.0172,688.41 L 1622.7899,687.86953 L 1622.4083,686.75988 L 1621.8891,687.09551 L 1620.2118,686.32767 L 1619.5815,686.1594 L 1617.1897,685.29481 L 1612.6252,681.75599 L 1610.7247,681.89478 L 1610.5863,681.52443 L 1610.1573,681.17548 L 1608.7115,680.49532 L 1608.0211,680.72803 L 1606.7057,680.38177 L 1606.1669,680.08444 L 1603.3235,679.23565 L 1602.9736,678.71682 L 1600.5398,673.91989 L 1600.9461,672.22432 L 1606.6403,670.2888 L 1607.2624,670.38984 L 1607.3889,670.05761 L 1608.6681,667.99978 L 1609.903,667.71556 L 1610.2931,667.22372 L 1610.1385,666.75362 L 1610.1495,665.80695 L 1609.6483,665.43748 L 1608.7739,664.59386 L 1608.66,663.3831 L 1608.6644,661.55633 L 1607.4686,660.18543 L 1609.5739,658.79562 L 1610.0928,658.4229 L 1610.8906,657.05153 L 1611.0866,655.31471 L 1609.3201,654.77138 L 1610.8885,652.80264 L 1610.5816,649.1329 L 1610.7719,648.5358 L 1610.991,647.29619 L 1611.6854,645.11984 L 1612.9518,643.90686 L 1613.2947,643.43214 L 1613.0952,642.91487 L 1613.2024,641.30997 L 1613.2661,640.0863 L 1614.3231,639.40351 L 1615.5296,639.76068 L 1617.4396,638.15335 L 1618.0755,638.12062 L 1619.0653,636.51353 L 1620.736,635.59155 L 1621.4737,634.5616 L 1622.4389,633.04234 L 1621.6446,631.99979 L 1622.7674,629.77466 L 1623.3685,629.5127 L 1623.504,628.25053 L 1624.7585,626.05613 L 1626.9477,624.73693 L 1629.0681,620.95432 L 1629.3202,620.37759 L 1630.1179,620.00407 L 1631.0916,616.8684 L 1631.0611,616.21241 L 1629.0916,615.93098 L 1627.8848,614.38954 L 1630.3362,609.84884 L 1630.226,608.58544 L 1630.805,607.88288 L 1630.9567,607.39258 L 1631.4191,606.24005 L 1633.4083,604.74704 L 1633.8604,604.30902 L 1634.1206,603.72298 L 1633.7692,603.18342 L 1635.1385,601.96405 L 1636.4578,598.67934 L 1637.3133,595.99673 L 1637.1969,595.43633 L 1639.2317,591.50061 L 1639.8689,591.33239 L 1640.3731,590.91911 L 1640.4683,590.76825 L 1640.7375,590.2142 L 1640.83,589.05497 L 1642.4594,587.20774 L 1642.2322,585.43976 L 1642.7128,585.14049 L 1644.9114,584.60916 L 1645.5026,583.06456 L 1645.3015,582.47103 L 1644.4913,580.79509 L 1643.3099,580.31949 L 1643.0879,579.73316 L 1643.6305,577.95811 L 1641.8639,577.24365 L 1641.4855,577.78625 L 1639.1291,578.89553 L 1638.737,579.0964 L 1638.2941,579.12463 L 1637.6782,579.05208 L 1635.2312,578.73692 L 1633.8216,576.91314 L 1633.2509,576.74484 L 1630.0239,575.36391 L 1631.2513,573.98086 L 1631.5977,573.44922 L 1633.1695,571.49346 L 1633.9064,571.06872 L 1634.1182,570.52766 L 1633.5322,568.889 L 1632.1728,567.75872 L 1631.6294,567.4734 L 1631.1648,567.07901 L 1631.4506,566.50597 L 1632.5349,565.78674 L 1632.2335,564.64744 L 1632.7003,562.40141 L 1632.52,561.83926 L 1633.7394,559.90914 L 1634.2526,559.59651 L 1634.09,559.32345 L 1633.8522,558.64065 L 1633.6078,556.78667 L 1635.1936,553.28202 L 1635.4461,551.38136 L 1634.8424,551.08727 L 1632.2632,550.36363 L 1632.2712,549.80245 L 1631.9273,548.24242 L 1632.3384,547.26988 L 1632.5962,547.83334 L 1636.3076,548.47836 L 1635.9966,545.91867 L 1633.5461,545.17761 L 1630.9714,545.55654 L 1630.6138,546.08589 L 1630.3896,545.75172 L 1630.1689,545.4161 L 1629.1009,544.28697 L 1628.6854,543.95989 L 1630.4531,541.74325 L 1632.0152,542.95539 L 1635.0479,541.67302 L 1637.8668,543.22 L 1639.734,542.83895 L 1640.9972,543.26259 L 1641.6584,543.35763 L 1641.7333,543.15617 L 1642.0256,542.66266 L 1644.0871,541.5874 L 1644.3944,541.08183 L 1644.8649,539.39837 L 1645.8912,538.76589 L 1647.1741,538.86365 L 1648.2854,538.40449 L 1650.9364,534.91947 L 1652.4977,532.6313 L 1652.8411,532.18726 L 1653.4158,531.93686 L 1653.9616,531.63053 L 1653.0244,530.74893 L 1655.3338,525.66971 L 1654.8805,524.01008 L 1657.1769,521.77673 L 1658.9239,519.10533 L 1658.3165,519.10462 L 1654.7246,518.70847 L 1654.1061,518.72068 L 1653.5264,517.04039 L 1652.9626,516.79409 L 1651.4356,513.72308 L 1651.0675,513.27119 L 1653.5749,512.23074 L 1653.9098,511.74341 L 1654.3675,509.23115 L 1656.6189,506.06252 L 1657.3631,502.28001 L 1659.7666,500.1079 L 1660.0618,499.53121 L 1659.4343,499.47658 L 1657.1957,496.04575 L 1657.2351,495.57874 L 1657.222,494.65399 L 1655.1121,493.45805 L 1654.5953,493.08148 L 1653.8266,493.70059 L 1653.4196,493.98732 L 1653.0414,492.78564 L 1651.9471,492.11088 L 1651.4439,491.70532 L 1653.0908,490.32648 L 1653.6222,490.14419 L 1653.3273,489.82846 L 1653.0719,489.4838 L 1652.6116,489.89945 L 1651.454,490.36703 L 1649.1352,488.33009 L 1647.9656,488.39896 L 1648.1788,488.9666 L 1648.2498,490.0495 L 1647.7526,489.73509 L 1647.2345,488.7591 L 1646.1535,488.60946 L 1645.5426,488.44834 L 1644.1853,487.21037 L 1645.0199,486.37198 L 1643.8093,484.32778 L 1643.2943,484.57574 L 1642.3674,485.85512 L 1639.2472,485.38403 L 1638.3934,487.03849 L 1639.0623,489.47193 L 1638.1025,490.33966 L 1636.8283,490.67702 L 1635.9951,491.64272 L 1636.0149,492.84945 L 1636.4264,493.34438 L 1635.8502,493.59077 L 1635.2356,493.73453 L 1634.1418,493.92953 L 1633.6425,494.18874 L 1633.0151,494.34176 L 1631.2359,495.07224 L 1630.4396,496.04705 L 1629.9185,495.72555 L 1628.8623,493.66237 L 1629.3383,493.30608 L 1631.5407,492.4105 L 1631.1725,491.36171 L 1630.6484,491.05811 L 1627.0469,490.82633 L 1626.7077,490.29642 L 1626.3734,489.76503 L 1626.6991,489.25199 L 1627.284,486.95226 L 1627.1057,486.46781 L 1627,484.96501 L 1627.6395,484.86993 L 1630.749,484.83631 L 1631.1912,484.85851 L 1631.5956,484.6892 L 1632.1119,484.41602 L 1632.9097,483.62402 L 1632.325,482.03909 L 1631.6919,482.00089 L 1630.4406,481.85463 L 1626.8074,482.76238 L 1627.3718,481.6668 L 1623.7716,478.96154 L 1618.8899,476.831 L 1618.2214,476.79821 L 1616.9082,476.94174 L 1615.0279,476.31075 L 1615.7906,473.91999 L 1614.7268,471.58519 L 1613.0012,470.75274 L 1613.3753,468.88696 L 1613.6766,468.91201 L 1613.8629,469.50853 L 1615.4583,470.57419 L 1616.0862,470.40196 L 1617.6094,469.25595 L 1618.106,467.58171 L 1618.6877,466.681 L 1618.6999,466.14992 L 1618.8691,465.60298 L 1618.9606,464.4919 L 1619.4925,464.22887 L 1622.6987,464.68853 L 1623.164,464.82692 L 1623.6231,464.98306 L 1624.056,465.00273 L 1624.4886,465.00083 L 1623.9407,462.54468 L 1625.3036,461.23106 L 1624.6731,458.81778 L 1626.34,456.97991 L 1627.0643,455.40929 L 1626.4745,454.05391 L 1627.3599,451.36312 L 1627.7304,450.90028 L 1630.3645,447.75348 L 1629.773,446.94415 L 1629.5641,446.49425 L 1629.0912,445.37071 L 1629.399,444.2063 L 1629.8704,443.77398 L 1631.6881,444.09067 L 1632.9824,442.71966 L 1635.2525,444.74397 L 1634.8169,445.12875 L 1633.3023,445.76901 L 1633.925,448.06868 L 1633.8692,448.67133 L 1635.1676,449.69139 L 1635.5296,450.15686 L 1635.1369,451.2784 L 1635.9716,452.1203 L 1635.8952,452.71681 L 1636.883,455.97464 L 1640.7444,456.00557 L 1640.8612,456.60991 L 1641.8364,456.04126 L 1642.3774,455.84572 L 1643.6668,457.61382 L 1643.9745,458.10297 L 1645.1935,458.1022 L 1646.6002,460.07887 L 1646.8983,460.60508 L 1647.5222,460.40812 L 1650.5448,459.21225 L 1657.6054,461.97066 L 1657.1628,462.98167 L 1657.152,464.42339 L 1657.1332,464.91629 L 1659.0657,464.89255 L 1659.19,465.49289 L 1661.2425,466.96713 L 1661.7707,467.31857 L 1662.619,466.42959 L 1663.86,466.39437 L 1664.8028,465.59711 L 1665.3491,465.29438 L 1666.4593,465.14791 L 1666.9922,465.45871 L 1667.9521,465.84835 L 1668.4857,465.88918 L 1670.0548,465.61141 L 1671.5987,464.60769 L 1677.0336,463.1726 L 1677.5614,462.82155 L 1677.8169,463.38733 L 1680.8966,464.00556 L 1682.0384,466.09603 L 1684.746,467.27185 L 1685.3503,467.34271 L 1687.1936,467.58213 L 1688.2851,469.102 L 1690.8538,468.63186 L 1690.4553,467.49976 L 1693.7957,463.98433 L 1694.2543,463.17329 L 1693.9887,462.58979 L 1694.6156,460.78818 L 1695.3649,459.7356 L 1695.2164,459.13978 L 1694.9077,458.60459 L 1697.3731,455.05906 L 1697.2062,453.32224 L 1697.6823,452.93921 L 1698.6018,451.40689 L 1699.6555,450.79735 L 1699.9222,450.23797 L 1701.3073,448.16399 L 1700.7999,447.05786 M 1600.9461,672.22432 L 1600.3956,671.88698 L 1598.081,674.03337 L 1597.6925,673.53057 L 1594.0836,670.90404 L 1593.7101,670.05152 L 1593.9775,669.50123 L 1593.922,668.33185 L 1593.1984,667.3546 L 1587.2795,665.07318 L 1587.1683,664.44611 L 1586.9086,664.54726 L 1586.3382,664.26912 L 1583.7282,662.55432 L 1582.9141,661.53018 L 1582.337,661.37217 L 1581.3508,660.72101 L 1581.1052,660.45393 L 1580.783,660.27879 L 1580.3074,659.88405 L 1578.5663,659.35915 L 1575.5156,657.38564 L 1574.8381,656.29374 L 1574.9677,655.01919 L 1573.5007,652.97784 L 1571.3769,651.54107 L 1571.1165,651.0167 L 1570.5524,650.00033 L 1569.9527,650.01646 L 1569.3347,650.21117 L 1565.836,651.82274 L 1564.5119,653.93085 L 1564.2153,654.4803 L 1562.4578,657.66955 L 1561.8298,657.71759 L 1557.577,658.81665 L 1554.3907,660.79387 L 1554.0801,660.24269 L 1551.7063,656.69906 L 1552.1986,654.92905 L 1550.6377,653.97831 L 1548.5257,650.11973 L 1545.5516,650.23292 L 1545.4138,649.63806 L 1545.0571,648.4708 L 1543.0119,647.15596 L 1541.7908,647.40449 L 1540.0576,646.68898 L 1539.5518,647.11172 L 1534.6756,648.97306 L 1532.6947,648.84451 L 1530.9259,647.95592 L 1528.9648,648.29165 L 1528.5476,648.68481 L 1527.1457,649.69344 L 1526.7608,650.01743 L 1525.6038,650.98544 L 1525.0138,650.92067 L 1523.9856,652.12579 L 1523.4062,651.98751 L 1521.6604,651.60864 L 1521.0043,652.57518 L 1520.363,652.45223 L 1519.7505,652.22681 L 1520.2083,650.3882 L 1520.072,649.76765 L 1516.909,647.71979 L 1516.5534,648.14747 L 1515.5144,648.50652 L 1514.2756,647.47148 L 1514.2175,646.9402 L 1513.5176,646.34897 L 1512.957,646.16133 L 1512.8,645.60548 L 1514.2814,644.82082 L 1514.616,644.30645 L 1514.0083,641.43581 L 1513.2139,640.55534 L 1513.1751,640.04308 L 1513.619,638.57392 L 1513.1578,638.11587 L 1510.4985,635.4389 L 1509.9889,635.77893 L 1508.3346,636.53969 L 1507.693,637.56352 L 1507.1082,637.37347 L 1504.6967,637.38308 L 1504.1034,637.50235 L 1503.0092,637.0007 L 1502.483,637.37652 L 1498.1232,640.06932 L 1496.5248,642.6898 L 1496.7311,643.89973 L 1495.0703,645.69273 L 1494.988,646.90733 L 1494.1581,647.874 L 1493.512,647.69476 L 1490.1739,647.66959 L 1490.13,648.27002 L 1489.9359,649.46184 L 1489.3921,649.69906 L 1488.3103,651.06153 L 1487.2444,651.51439 L 1486.598,651.49213 L 1485.3473,651.19444 L 1485.9705,648.87285 L 1486.4735,648.56431 L 1488.7713,645.96036 L 1488.5515,645.40557 L 1487.5813,644.68723 L 1487.2313,643.55374 L 1486.6638,643.53502 L 1484.683,644.52697 L 1483.916,645.14311 L 1483.6428,645.72218 L 1483.5007,649.47113 L 1482.8411,649.58188 L 1482.1721,649.60156 L 1480.6682,650.65824 L 1480.8215,652.34588 L 1479.2841,653.36818 L 1479.2791,652.78022 L 1476.7231,649.74133 L 1475.698,649.28675 L 1474.8799,646.3604 L 1475.4266,646.05488 L 1475.3835,645.70253 L 1475.3403,645.3515 L 1474.7222,645.40202 L 1474.363,644.28839 L 1473.612,645.67987 L 1473.5912,646.27968 L 1472.2946,647.51938 L 1470.498,647.72186 L 1469.23,649.54082 L 1468.8746,649.03996 L 1467.097,648.4948 L 1465.841,643.86494 L 1466.3428,643.49466 L 1467.7529,641.54298 L 1467.9202,640.99866 L 1466.845,639.1091 L 1466.9582,638.48675 L 1465.5796,635.74658 L 1465.5606,635.22724 L 1465.6299,633.69123 L 1464.617,634.35101 L 1464.0368,634.07459 L 1461.0719,630.87987 L 1458.6415,631.56624 L 1458.5197,630.33006 L 1458.6018,630.20181 L 1457.6004,628.57329 L 1455.9452,627.50864 L 1455.4389,625.65895 L 1454.9077,626.02707 L 1450.7375,624.54195 L 1450.2864,624.98764 L 1450.3129,626.79271 L 1447.4151,624.413 L 1448.2009,622.05178 L 1449.0553,621.09407 L 1449.5055,620.63348 L 1450.678,620.4559 L 1452.3803,619.82948 L 1452.0762,619.31828 L 1450.4114,617.7985 L 1451.0455,616.87131 L 1451.1662,616.2903 L 1451.7049,616.03273 L 1452.9618,614.91558 L 1452.8857,613.81957 L 1453.7479,613.28885 L 1454.1176,612.23916 L 1453.9126,610.90575 L 1454.0199,610.36209 L 1454.224,609.2842 L 1453.6685,607.75202 L 1453.4012,607.16827 L 1455.881,605.15724 L 1459.8291,605.1518 L 1459.8527,604.6228 L 1459.7123,603.57507 L 1459.3146,603.17515 L 1459.0099,602.70637 L 1458.7304,602.17956 L 1457.2818,599.62254 L 1456.7374,599.256 L 1454.3636,597.01667 L 1453.8149,597.24262 L 1452.9157,597.96112 L 1452.3897,597.59721 L 1448.4304,595.5216 L 1449.5143,593.2632 L 1449.7825,592.66683 L 1450.0648,590.73631 L 1449.5265,590.41321 L 1444.7293,586.47679 L 1444.3937,587.01792 L 1441.7908,589.779 L 1441.7523,589.12725 L 1434.8419,580.38839 L 1434.5446,579.8289 L 1433.5143,577.57195 L 1433.9577,576.41106 L 1433.4057,576.08835 L 1431.496,575.80659 L 1430.5234,575.00366 L 1427.3736,575.00047 L 1427.113,575.55504 L 1425.526,575.93005 L 1423.4939,578.24502 L 1421.2428,579.29982 L 1421.0562,578.72356 L 1420.1183,577.18543 L 1420.7773,575.51565 L 1420.2956,573.87992 L 1420.6365,573.39588 L 1423.3727,570.46212 L 1422.808,570.19071 L 1419.0655,569.79722 L 1417.1664,568.23516 L 1417.6647,568.04651 L 1419.1845,568.04273 L 1423.9122,563.95184 L 1426.1957,563.03551 L 1426.8115,562.86496 L 1426.5982,562.35985 L 1426.1282,562.05537 L 1424.9695,562.57379 L 1423.7604,562.14926 L 1423.5401,561.56496 L 1422.9355,560.45273 L 1421.6279,560.38175 L 1419.1338,558.35434 L 1418.4334,556.59381 L 1418.7127,554.73352 L 1418.4058,554.2827 L 1418.0918,553.83655 L 1417.7024,553.30697 L 1415.0768,553.54135 L 1414.0716,552.69288 L 1413.9837,552.74721 L 1413.339,552.56043 L 1411.5535,551.69818 L 1411.2351,551.13693 L 1408.7747,546.75749 L 1407.4462,546.77646 L 1406,545.52107 L 1405.628,546.00954 L 1404.7523,546.88105 L 1404.3242,546.70107 L 1403.9201,546.47917 L 1403.7029,545.89717 L 1401.8312,545.78543 L 1396.3233,542.7761 L 1395.4158,543.56169 L 1394.8073,543.33628 L 1394.1895,543.13852 L 1394.0998,542.5678 L 1393.5352,541.55107 L 1391.971,540.98651 L 1392.2621,539.86799 L 1391.71,539.55424 L 1389.1934,537.95151 L 1388.2191,536.4539 L 1387.6225,536.67679 L 1386.5917,537.37005 L 1385.4925,536.85856 L 1385.1191,536.39011 L 1384.3453,535.47697 L 1383.9414,535.12908 L 1383.4093,533.75565 L 1382.9511,533.38308 L 1382.2473,532.51366 L 1382.4458,530.90008 L 1381.8445,531.1067 L 1379.3128,531.40284 L 1376.2254,530.86186 L 1376.0103,530.26251 L 1374.8462,527.3386 L 1374.5011,524.20366 L 1373.8871,524.08775 L 1371.5564,527.59835 L 1370.9975,527.77901 L 1368.1409,528.03433 L 1366.8587,526.67843 L 1367.8607,523.78806 L 1366.6578,521.67325 L 1366.5409,520.01642 L 1366.4215,519.4599 L 1366.8411,519.05751 L 1368.7289,517.71073 L 1368.3767,517.22556 L 1368.2706,515.47369 L 1367.7419,515.11291 L 1365.867,514.67685 L 1366.1498,513.52495 L 1367.7476,512.52898 L 1368.1399,512.03843 L 1367.2379,509.92854 L 1368.9366,510.51991 L 1369.356,510.08786 L 1368.1113,507.90587 L 1368.497,504.25891 L 1366.0116,504.13894 L 1364.9715,503.48209 L 1364.8779,502.95935 L 1364.6661,502.37197 L 1361.488,499.35766 L 1360.9088,498.92809 L 1359.2901,495.81289 L 1359.0267,495.26186 L 1358.3956,495.18275 L 1357.8152,494.93423 L 1357.2673,495.19003 L 1354.4285,494.24628 L 1353.8377,494.09618 L 1353.782,493.96289 L 1353.4144,493.47456 L 1354.2162,491.88961 L 1353.4605,490.95983 L 1353.2541,490.39263 L 1354.7032,489.02993 L 1355.0464,488.46669 L 1358.5966,486.33475 L 1359.167,486.13402 L 1359.4067,484.7421 L 1358.2941,484.20874 L 1357.6172,482.03975 L 1356.2269,480.83684 L 1356.3339,480.23996 L 1357.1486,479.2245 L 1357.6508,476.71928 L 1357.2191,476.22886 L 1356.3959,475.67703 L 1356.6753,475.28109 L 1356.8346,474.66447 L 1358.745,472.93197 L 1359.259,471.20341 L 1360.9496,469.71104 L 1361.52,469.5992 L 1361.9211,470.125 L 1363.9555,469.97273 L 1366.9461,468.47851 L 1368.9563,468.53201 L 1369.2134,467.47637 L 1369.1194,466.91585 L 1370.8386,465.70718 L 1371.2465,465.3176 L 1372.1081,461.69674 L 1371.1197,460.87187 L 1367.3859,459.9993 L 1366.7507,460.17123 L 1368.5042,458.21986 L 1371.2034,457.87849 L 1371.3261,456.72976 L 1371.8409,453.20132 L 1371.7935,452.83801 L 1371.4962,452.25607 L 1368.5962,450.62119 L 1363.1179,453.12244 L 1362.9563,453.0433 L 1363.3103,452.5251 L 1367.3758,447.72237 L 1368.0566,446.01468 L 1367.8192,444.95288 L 1366.9059,440.70287 L 1367.0473,440.08902 L 1366.8664,437.487 L 1365.8099,435.08548 L 1365.3966,434.56275 L 1364.882,433.83256 L 1364.6121,433.47376 L 1364.3748,433.07488 L 1364.1485,432.66994 L 1362.942,429.31523 L 1362.8536,428.72549 L 1361.5592,426.2184 L 1361.3752,425.68318 L 1359.9491,423.34978 L 1360.0392,422.80841 L 1361.5059,421.47028 L 1364.6123,420.30612 L 1366.1318,419.03114 L 1366.2999,418.40685 L 1365.9334,417.92327 L 1364.493,416.77586 L 1364.2383,416.22194 L 1363.6384,413.88812 L 1361.1281,413.64621 L 1362.3015,413.08136 L 1363.2846,411.4652 L 1366.8563,409.78701 L 1367.3175,409.33325 L 1367.1613,408.74628 L 1368.1678,408.01248 L 1368.726,407.71824 L 1370.5952,407.0304 L 1371.8853,407.3632 L 1373.806,406.84543 L 1373.6195,405.14276 L 1374.3477,404.29853 L 1374.8464,403.97621 L 1374.4968,403.31375 L 1373.8435,403.15924 L 1372.6112,402.70479 L 1371.2263,400.60491 L 1372.1565,399.13747 L 1371.4266,397.72453 L 1371.049,397.33929 L 1370.936,396.18312 L 1370.7592,395.5874 L 1374.3913,391.23082 L 1374.1711,390.01047 L 1374.9478,389.02159 L 1377.945,389.22034 L 1378.5437,389.36668 L 1380.0602,387.38016 L 1379.8823,386.77918 L 1380.5085,385.68217 L 1377.9275,382.97155 L 1380.5232,381.13582 L 1381.1635,380.98301 L 1381.8836,380.0485 L 1380.9665,379.30127 L 1380.7622,378.7471 L 1380.0952,376.34479 L 1381.2317,373.52567 L 1380.3478,372.80742 L 1380.0673,372.60928 L 1379.4524,372.76807 L 1377.8258,370.94429 L 1377.8315,370.31495 L 1378.0259,369.07856 L 1377.4403,368.01885 L 1376.7599,367.96034 L 1374.918,365.30806 L 1374.905,364.66498 L 1375.2449,364.16325 L 1377.1258,363.92913 L 1378.0786,362.3972 L 1378.153,361.8063 L 1378.7014,361.66821 L 1379.6955,359.37204 L 1378.7816,358.57594 L 1378.9116,356.72957 L 1379.4865,354.95719 L 1380.5114,355.26704 L 1381.0447,355.41291 L 1381.5204,354.60674 L 1381.6715,354.16815 L 1380.8605,350.53039 L 1381.8856,348.89622 L 1382.4767,348.57565 L 1385.7535,349.21441 L 1386.647,350.87488 L 1386.6752,351.51188 L 1387.6139,352.80253 L 1387.5606,353.3283 L 1388.6672,353.88182 L 1389.8125,353.24352 L 1390.981,352.77872 L 1392.1707,353.17108 L 1392.806,353.06282 L 1394.4251,352.17185 L 1397.0375,353.51455 L 1397.0251,354.14364 L 1398.6021,354.9874 L 1399.1883,355.15247 L 1400.1409,357.41294 L 1400.5715,357.87674 L 1401.7312,357.375 L 1402.3836,357.4489 L 1403.3091,355.93805 L 1406.2261,354.95648 L 1406.7791,354.68192 L 1406.3244,354.03111 L 1406.8379,353.61232 L 1410.3501,348.29887 L 1411.3192,349.1194 L 1412.5697,349.0856 L 1413.074,348.68962 L 1414.4045,348.66879 L 1415.3789,348.03518 L 1415.5187,346.81079 L 1415.6265,346.19339 L 1416.6376,344.38107 L 1417.1266,344.11128 M 924.67247,467.74868 L 925.90471,469.12841 L 925.75274,470.83105 L 926.20625,471.26867 L 927.3494,470.70507 L 929.28519,471.28935 L 929.57268,471.87663 L 929.71605,472.37654 L 930.05505,473.28401 L 929.31935,474.03385 L 931.87442,476.83649 L 932.51053,476.97021 L 932.14079,478.06672 L 930.29497,480.29828 L 931.39218,481.52384 L 931.88973,481.79528 L 932.02564,481.26818 L 933.13133,481.50256 L 933.56422,481.85357 L 934.93805,483.04079 L 934.22273,485.43237 L 934.82935,485.45966 L 935.40523,485.64343 L 936.44639,486.38681 L 936.40438,487.01493 L 934.80784,488.09491 L 935.89367,490.37454 L 934.92198,491.54719 L 934.49681,491.91781 L 934.15338,496.25707 L 935.52899,498.3715 L 934.93792,499.47827 L 935.18834,500.25678 L 937.75999,500.75303 L 940.25736,502.86656 L 939.97188,504.4897 L 939.66098,505.24855 L 939.00184,505.37596 L 935.83407,509.47778 L 936.45044,510.12974 L 934.66232,511.57787 L 935.0756,512.0097 L 934.84403,512.55432 L 937.94043,513.80855 L 938.52757,513.94292 L 938.19009,515.11324 L 937.88273,515.65008 L 937.31445,517.96995 L 937.44073,518.582 L 938.05647,519.21766 L 939.97846,520.91719 L 942.5639,520.74031 L 942.26578,521.91002 L 943.05373,522.86493 L 943.62442,523.14798 L 943.36995,524.21853 L 944.30014,524.98195 L 944.36581,526.17805 L 945.14124,527.11875 L 945.49555,527.61398 L 947.42387,526.63501 L 948.51831,527.02087 L 947.87903,527.69322 L 948.20335,528.09195 L 948.64409,527.68717 L 951.59838,527.71709 L 952.01027,528.76925 L 950.31756,532.28404 L 950.00362,532.8635 L 950.53267,533.19809 L 950.92292,534.13876 L 953.15924,535.08525 L 955.39454,534.85677 L 955.88349,534.50307 L 957.5371,535.30346 L 957.97011,537.03159 L 959.37406,538.23023 L 959.64548,538.7839 L 960.21883,538.68482 L 960.79205,538.57903 L 959.40822,543.50577 L 959.47681,546.0536 L 961.06955,549.42489 L 960.71587,549.968 L 961.54521,550.84041 L 961.94216,551.29977 L 961.528,551.7678 L 962.80351,554.51987 L 963.42203,554.67041 L 966.60359,554.38232 L 967.10544,555.51367 L 967.35725,556.08265 L 968.39702,558.16773 L 969.62204,558.24429 L 970.1368,558.56519 L 971.82053,559.32828 L 972.45967,559.25891 L 973.05036,559.37908 L 975.63174,559.33369 L 976.3458,558.29743 L 977.57664,557.93099 L 977.86275,556.16209 L 978.67702,556.50342 L 978.93529,556.87174 L 979.17432,558.36688 L 979.91027,559.12614 L 980.48855,559.19896 L 979.77918,560.2152 L 979.9972,562.6442 L 978.33663,564.36566 L 978.82647,564.57202 L 978.91099,565.97408 L 982.36626,565.75521 L 982.93429,565.90534 L 984.54779,566.37832 L 984.83541,566.84892 L 983.73364,569.69007 L 983.50422,570.27645 L 984.79985,570.51399 L 985.67993,572.83342 L 986.11408,573.31496 L 984.62978,574.5809 L 983.99772,577.66996 L 985.48063,579.80588 L 984.62662,580.7189 L 984.83085,582.42147 L 982.55531,583.39532 L 983.08424,585.18186 L 983.25937,585.77794 L 984.46351,585.8401 L 985.16049,587.21166 L 986.36324,587.36398 L 986.9667,587.43721 L 988.88895,587.66772 L 991.38404,587.06274 L 993.18443,587.51485 L 994.2266,586.7745 L 994.38503,585.81202 L 998.79136,585.98832 L 1000.3559,584.12068 L 1001.4712,583.61927 L 1002.1041,583.65863 L 1001.8487,584.91555 L 1001.7092,585.54241 L 1005.5766,585.11472 L 1008.1621,585.26997 L 1008.2633,584.70578 L 1007.3814,583.98587 L 1007.1858,583.44698 L 1007.0329,582.27332 L 1008.845,582.60151 L 1009.3318,582.23383 L 1010.2181,582.62011 L 1010.6799,582.46138 L 1010.8638,580.62769 L 1013.9193,576.76497 L 1014.8809,578.27617 L 1017.0481,579.53937 L 1018.8822,579.50411 L 1017.8361,581.98979 L 1019.1241,582.1626 L 1018.7452,584.64422 L 1018.7356,585.27727 L 1019.9627,584.72512 L 1021.3147,582.66687 L 1021.768,582.23239 L 1025.2583,583.36461 L 1025.7016,582.92883 L 1027.249,579.47515 L 1027.8496,579.2101 L 1028.9859,579.38105 L 1029.3851,578.97963 L 1030.7825,581.54643 L 1032.7369,583.07585 L 1034.5275,583.39706 L 1037.6133,582.46973 L 1038.1463,581.56907 L 1038.6669,581.19459 L 1040.5757,584.58002 L 1040.9569,585.11989 L 1040.808,590.46533 L 1040.8737,591.07233 L 1041.0775,591.59033 L 1042.8409,593.23992 L 1043.4094,593.54152 L 1043.9617,593.30711 L 1044.8857,594.04994 L 1046.6055,593.53126 L 1047.0729,593.16203 L 1048.046,593.97595 L 1048.5299,595.70171 L 1048.982,596.14484 L 1051.2047,596.19332 L 1051.7669,596.22422 L 1051.9127,597.97083 L 1052.9267,598.34626 L 1052.7698,600.64162 L 1053.1867,600.64253 L 1053.5046,603.01919 L 1053.8949,603.49677 L 1053.5524,604.38415 L 1052.9342,604.55049 L 1052.1022,606.75877 L 1052.8712,609.70064 L 1051.7844,611.2375 L 1051.241,610.86967 L 1048.8623,609.76007 L 1048.3891,610.8725 L 1047.4219,611.57467 L 1047.6998,612.12092 L 1046.0618,614.57195 L 1043.93,615.80373 L 1043.7331,616.8972 L 1045.3979,617.281 L 1045.7895,616.8754 L 1048.1445,616.23622 L 1053.1706,616.82169 L 1053.794,616.94791 L 1053.7327,616.3625 L 1055.3365,614.5985 L 1055.7303,614.14887 L 1059.9126,614.09427 L 1060.839,615.74634 L 1063.5142,615.77763 L 1067.998,614.54821 L 1068.6579,614.43554 L 1071.4301,617.27305 L 1071.8307,617.80252 L 1072.1877,617.77932 L 1073.189,616.95627 L 1077.1197,617.01944 L 1079.1351,614.71668 L 1082.6595,613.35264 L 1083.276,613.20943 L 1083.1563,612.06608 L 1081.149,609.9608 L 1080.8984,609.43171 L 1083.2117,610.33133 L 1085.9952,609.53857 L 1086.5379,609.23894 L 1087.711,609.61541 L 1088.8127,609.1184 L 1090.3271,609.84081 L 1090.2639,610.43574 L 1088.9974,611.75385 L 1088.6804,614.14293 L 1088.8771,614.71962 L 1089.2498,615.80397 L 1091.0129,615.99347 L 1091.5882,616.13337 L 1091.896,615.56458 L 1093.7934,614.99231 L 1097.0991,611.88216 L 1097.4008,611.31021 L 1097.9284,611.23143 L 1100.9928,610.77841 L 1101.6057,610.68889 L 1105.539,610.07226 L 1106.1948,609.96525 L 1105.9318,607.70875 L 1105.9958,607.14353 L 1108.1108,605.00837 L 1108.6106,604.63888 L 1110.5786,604.3335 L 1110.6676,602.64685 L 1112.3029,601.90642 L 1112.8568,601.62159 L 1113.8893,602.11008 L 1115.0109,601.54681 L 1115.8743,599.22889 L 1118.3911,594.35798 L 1120.2718,594.18183 L 1119.7831,590.1324 L 1117.9548,589.69903 L 1117.3864,589.43605 L 1117.6652,588.18871 L 1118.0162,587.64905 L 1117.6386,587.17391 L 1116.7898,585.64557 L 1117.7278,584.86616 L 1116.4161,584.15268 L 1116.2382,583.64491 L 1119.5993,579.09565 L 1118.9058,578.07184 L 1119.1291,576.83233 L 1120.5107,574.00461 L 1122.1059,574.47741 L 1122.6935,574.42657 L 1124.4522,573.85724 L 1127.0412,574.96293 L 1126.8561,575.54509 L 1127.3387,575.92781 L 1129.2334,572.78708 L 1129.7493,572.43192 L 1131.4306,572.01924 L 1131.951,571.7052 L 1132.5828,572.67332 L 1135.7668,571.32084 L 1135.993,570.77724 L 1137.4558,571.9137 L 1137.6556,572.52252 L 1138.7698,572.29244 L 1139.5175,573.19318 L 1140.1233,573.24054 L 1140.9899,572.86353 L 1141.394,572.62122 L 1142.3724,572.17961 L 1142.9108,572.13612 L 1145.4895,572.67592 L 1146.0157,573.07645 L 1147.1042,572.43902 L 1148.0985,570.87849 L 1148.6937,570.65821 L 1149.8889,570.68858 L 1150.0858,570.09908 L 1152.9745,571.65214 L 1153.5672,571.64785 L 1153.7145,571.07886 L 1155.4376,571.61425 L 1156.0244,571.79254 L 1156.8379,571.59841 L 1158.0747,571.58567 L 1158.7538,570.60419 L 1159.3716,570.63475 L 1159.3124,571.236 L 1159.9566,571.7094 L 1160.6066,568.2497 L 1161.597,567.51898 L 1161.7553,566.93414 L 1162.9821,566.92827 L 1164.8944,568.36217 L 1166.1252,568.42431 L 1166.7394,568.4735"/>
</g>
<g inkscape:groupmode="layer" id="layer3" inkscape:label="International boundaries" style="display:inline" transform="translate(-6.2490173e-2,5.4199219e-2)">
<path id="polyline3151" d="M 734.23967,1613.4397 L 734.23967,1613.4397" style="fill:none;stroke:#646464;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"/>
<path id="polyline3153" d="M 1978.3687,1649.9015 C 1977.449,1639.1164 1976.551,1628.2363 1974.0055,1617.7089 L 1973.9404,1617.6144" style="fill:none;stroke:#646464;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"/>
<path id="polyline3155" d="M 1878.0526,1859.4879 C 1887.8518,1862.3954 1897.6422,1865.3576 1907.3788,1868.4423 C 1912.8996,1861.2019 1918.4511,1853.9821 1924.0796,1846.8286" style="fill:none;stroke:#646464;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"/>
<path id="polyline3157" d="M 734.23967,1613.4397 L 734.23967,1613.4397" style="fill:none;stroke:#646464;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"/>
<path id="polyline3159" d="M 1520.0952,-0.05400259 C 1519.4668,3.057023 1523.4085,5.5954934 1520.9864,8.5957284 C 1521.2262,11.544272 1520.6836,14.550927 1519.8632,17.48268 C 1523.6886,18.414111 1519.9921,21.526453 1521.9324,24.690816 C 1521.2937,27.301062 1517.9675,27.974859 1517.3287,30.612597 C 1512.937,30.962089 1513.8228,36.632986 1510.6447,38.841718 C 1508.404,41.607532 1506.9612,45.125503 1503.7194,47.08434 C 1504.8978,50.109268 1501.8296,51.954515 1503.1499,55.498003 C 1502.6521,58.034168 1504.7472,62.427599 1507.5905,59.837437 C 1510.1579,58.852175 1512.4948,55.198391 1515.3885,56.441451 C 1515.5764,58.511408 1508.7491,60.598978 1514.8965,61.677252 C 1515.1454,64.568013 1510.109,65.375484 1507.7947,66.550227 C 1505.3661,68.555157 1502.9122,69.47062 1500.6279,71.289034 C 1498.1751,75.511258 1491.6149,75.656124 1490.2863,80.847314 C 1490.0003,84.011347 1485.5664,86.864739 1483.7137,83.183628 C 1482.8735,77.956551 1480.472,81.465797 1477.3082,82.4183 C 1477.1395,83.902861 1476.5641,88.83263 1479.0295,89.489636 C 1482.0401,90.899458 1480.5453,94.064315 1480.0188,96.460059 C 1483.2273,96.987343 1486.4024,92.206721 1489.4044,95.440226 C 1491.928,96.430756 1495.8615,93.37455 1497.3881,96.299223 C 1494.4364,97.903135 1494.705,100.85036 1495.6335,103.83018 C 1497.9895,105.31524 1500.3395,105.73733 1502.7251,106.56571 C 1505.5763,107.23999 1500.6673,111.61137 1503.905,113.59045 C 1504.5201,115.41611 1502.4676,121.0307 1499.6843,118.57076 C 1496.4526,118.62575 1494.4041,121.0954 1496.2649,123.9674 C 1496.7055,127.07843 1493.7413,128.59064 1491.4097,127.57871 C 1490.2291,130.66949 1497.5717,131.72718 1495.4126,135.49686 L 1495.2437,135.91599" style="fill:none;stroke:#646464;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"/>
<path id="polyline3161" d="M 1160.931,23.027147 C 1160.901,25.90836 1163.718,29.506173 1160.7175,31.981593 C 1157.8189,33.860258 1163.4414,34.873342 1160.8567,37.110061 C 1162.6787,38.860485 1161.1783,42.320674 1164.338,42.909033 C 1167.3639,44.620607 1169.6802,48.112568 1173.6957,47.137842 C 1175.8839,46.650067 1178.461,46.630476 1180.3333,45.607351 C 1181.0107,43.301328 1179.0842,40.656018 1180.4075,38.693888 C 1182.977,39.328999 1184.8634,36.728796 1187.5087,37.704346 C 1188.8726,36.081667 1190.8598,34.818193 1192.8937,36.706737 C 1195.4208,38.843364 1199.2839,36.678257 1201.1187,39.754218 C 1203.6814,42.604318 1208.2075,40.319366 1210.8941,43.110366 C 1213.7087,42.380102 1215.7308,44.073569 1214.2639,47.012729 C 1213.2964,50.006708 1215.4008,52.345493 1218.4137,52.373478 C 1221.0046,53.206959 1223.6281,52.301374 1226.1838,52.011474 C 1225.8745,55.251892 1229.7558,53.555793 1230.9368,52.011474 C 1233.1748,52.474885 1235.4069,52.373643 1237.1951,50.51753 C 1240.2011,48.780275 1242.4804,44.91775 1246.4772,45.916676 C 1251.8398,43.814618 1256.6219,40.366283 1261.4885,37.270732 C 1264.9629,33.859106 1268.84,30.559094 1271.301,26.329793 C 1269.7296,23.767287 1270.5822,22.17457 1273.8354,22.571144 C 1277,22.708274 1280.42,21.598393 1283.4343,22.879152 C 1283.9372,26.904981 1289.2418,25.592944 1292.1143,25.980629 C 1294.9719,26.354156 1297.3179,22.480437 1294.6116,20.744828 C 1293.9172,17.772908 1288.8576,15.772586 1291.6965,12.502207 C 1294.2635,10.546827 1288.0412,8.9274416 1292.0771,8.0850711 C 1295.8578,7.0418618 1299.4029,5.1263209 1302.7535,3.3732617 C 1305.2137,3.6689227 1307.9464,2.1162085 1310.1147,3.1045987 C 1310.6371,6.5689029 1306.6889,9.9922162 1309.1679,13.374868 C 1312.1736,13.57225 1315.0829,10.750794 1318.0335,12.95821 C 1320.359,13.224733 1322.5755,14.585169 1324.8197,13.26737 C 1326.3842,12.526735 1324.3793,9.1671312 1327.6975,8.8508924 C 1328.5317,6.6584573 1330.1715,5.4063428 1331.9701,4.1892927 C 1333.6673,2.4110464 1335.7949,2.1588457 1337.1815,-0.05400259" style="fill:none;stroke:#646464;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"/>
<path id="polyline3163" d="M 1342.42,-0.05400259 C 1344.3578,0.92879044 1346.7419,2.2207435 1347.6751,4.0575951 C 1348.1413,6.7320433 1345.8135,7.8514725 1345.8828,10.447561 C 1345.356,12.533979 1348.2956,15.694556 1344.5096,13.871862 C 1342.9302,12.793424 1338.8728,10.814503 1339.2644,14.288026 C 1339.8761,17.391973 1344.6547,16.364402 1347.0461,15.951366 C 1350.4671,15.279709 1354.7815,14.456599 1357.0608,17.844683 C 1359.5006,19.645812 1361.4585,15.84963 1363.3919,14.689868 C 1366.4756,12.352072 1369.6132,9.4140641 1369.0827,5.1322472 C 1369.3337,3.1567838 1372.9666,0.8082872 1373.1302,4.0575951 C 1374.5541,5.7321296 1377.7869,4.4612482 1378.1526,7.6290683 C 1379.6146,9.8101448 1381.397,12.781736 1378.821,14.891859 C 1376.1495,17.009885 1376.5548,20.82006 1379.3129,22.677983 C 1382.0041,25.243946 1384.6965,28.223109 1384.5952,32.182925 C 1386.3893,35.174271 1390.0188,33.114686 1392.6067,32.948088 C 1394.6761,33.894335 1399.0147,34.553646 1396.7564,37.727392 C 1396.6475,39.675693 1394.1973,43.945163 1397.966,43.351702 C 1400.806,42.356068 1403.6049,42.753794 1406.4575,43.473028 C 1409.7164,44.712302 1411.5182,40.236561 1414.692,41.996533 C 1416.8846,42.977845 1419.432,43.248154 1420.9859,41.083376 C 1423.7873,40.61733 1427.0189,40.098772 1428.6447,37.472722 C 1432.3484,36.207109 1434.1333,40.005431 1436.8048,41.593375 C 1439.3715,44.121474 1436.5664,48.272909 1438.4201,50.788992 C 1442.2092,52.210008 1446.3536,52.92562 1449.848,54.964463 C 1450.112,58.288674 1453.7575,57.68056 1456.0771,57.300613 C 1458.709,57.597261 1461.4054,55.026525 1463.8101,57.407288 C 1466.7906,57.727807 1464.9274,62.60753 1468.2105,62.227089 C 1470.1953,61.627536 1472.7757,59.854887 1474.1518,62.442415 C 1477.2936,64.548423 1473.2464,66.928363 1471.441,68.134218 C 1468.4763,70.192487 1472.9526,71.393239 1473.7248,72.712025 C 1473.2952,75.79128 1467.3338,72.129593 1469.3489,75.765763 C 1468.8756,77.517012 1469.4377,80.914808 1467.1893,81.357312 C 1464.5118,78.906421 1464.8539,83.605059 1463.7358,85.00912 C 1466.4783,86.330706 1464.6993,89.119401 1464.525,91.466745 C 1464.3537,95.261611 1457.9837,95.184568 1458.7786,99.198874 C 1460.3781,100.54301 1464.0545,96.763292 1463.296,100.58581 C 1461.1016,102.57807 1460.8132,106.20485 1458.4629,107.84466 C 1455.0769,106.66102 1456.2439,111.12327 1453.9976,112.31512 C 1452.5451,113.81351 1448.6198,112.62528 1448.8154,116.15724 C 1446.5699,118.7902 1448.7524,123.76952 1451.8902,124.97439 C 1454.3852,126.20312 1456.3513,126.69338 1455.8094,129.57162 C 1458.3967,131.55959 1452.5401,135.30754 1456.1744,135.76519 C 1457.998,133.65771 1459.9008,136.07107 1461.5636,134.8955 C 1462.813,134.05494 1464.6558,129.64784 1465.8896,132.50585 C 1467.8456,133.11955 1469.2995,136.2235 1471.4921,135.62922 C 1473.4483,134.13297 1474.8764,133.95946 1476.0828,135.66 C 1477.712,135.6144 1480.7641,131.86497 1480.6873,135.25816 C 1480.5556,137.85968 1484.7803,135.7247 1486.4008,135.57472 C 1489.074,133.66297 1491.2329,136.95903 1493.8696,136.06316 C 1494.941,136.10596 1497.7238,138.3198 1497.5274,139.8758 C 1495.8279,143.91744 1498.8489,143.99744 1501.2444,142.1168 C 1503.6173,142.19928 1505.7232,143.12166 1507.4419,142.11828 C 1509.428,147.01743 1512.5102,151.98325 1516.2704,155.63654 C 1513.9542,155.75194 1515.413,163.02824 1517.7465,159.60986 C 1520.8702,158.74823 1523.8389,161.98338 1527.0671,160.37519 C 1530.1939,161.72706 1524.2859,163.76969 1525.3125,166.26881 C 1522.2204,165.88755 1521.4053,169.28766 1518.6657,170.79263 C 1514.2544,171.94745 1516.0937,175.22162 1518.1364,176.59242 C 1515.4267,178.71753 1521.2381,178.88001 1519.9652,180.60689 C 1521.1142,181.10307 1521.0197,185.98971 1524.152,183.70771 C 1526.5352,183.03918 1528.5119,182.51981 1530.2976,183.90904 C 1533.2438,181.95779 1535.4812,185.67659 1538.5319,185.13087 C 1535.4141,186.42216 1536.1902,192.42938 1540.1101,191.74917 C 1542.8902,194.52091 1539.0854,197.50138 1539.581,200.59562 C 1537.1346,202.91465 1537.0613,205.8976 1539.5532,208.05958 C 1541.9175,209.83141 1544.8904,212.00014 1544.1578,215.3897 C 1541.2739,216.84348 1539.5649,219.11872 1536.82,217.21404 C 1534.6276,214.55178 1530.5197,217.54378 1530.4741,220.5715 C 1527.9917,222.85317 1531.6879,225.73174 1527.3084,226.46514 C 1524.1265,227.18454 1519.5938,227.094 1518.6657,231.00244 C 1515.6748,231.27489 1513.2172,234.07248 1516.4097,235.98358 C 1517.2269,239.15452 1518.3096,242.46524 1513.7509,241.98322 C 1509.7029,241.27996 1512.716,246.10881 1510.8211,246.19919 C 1512.7417,246.7943 1512.8785,252.32692 1509.4472,250.52233 C 1506.4812,249.59782 1510.3108,244.09434 1506.2536,243.50088 C 1503.2913,241.85153 1503.6746,249.26083 1500.1638,245.89053 C 1495.8213,246.82772 1498.8126,239.03995 1494.6125,241.78271 C 1493.0411,243.64393 1488.5407,242.24942 1489.2001,246.13285 C 1489.2072,248.90508 1488.0704,251.70876 1484.9763,252.20081 C 1481.928,253.49046 1478.4474,255.24632 1478.9977,259.22161 C 1479.0648,262.28292 1473.078,262.60838 1476.0811,266.30892 C 1476.0856,269.35129 1473.8696,271.18321 1471.1904,272.39137 C 1468.8427,275.17891 1474.3329,276.44848 1472.2858,278.741 C 1469.4325,281.04736 1468.9125,281.76923 1465.5843,282.24186 C 1464.1243,284.69703 1464.3399,287.38447 1462.7239,289.77578 C 1461.629,291.76243 1457.2702,295.4493 1462.2319,295.66941 C 1467.8095,296.79295 1460.7012,300.07502 1462.1205,299.73721 C 1462.7055,302.81581 1460.7281,302.28161 1460.5795,305.53701 C 1461.6741,307.71183 1460.5389,311.54917 1462.7239,312.86647 C 1465.9681,311.70589 1467.2581,311.99958 1467.7834,315.96795 C 1469.5207,318.59038 1472.5508,321.19058 1471.2276,324.70773 C 1472.4075,328.50309 1476.5581,322.73885 1477.6609,326.64006 C 1479.1603,329.1247 1472.9,332.68843 1476.8161,334.42685 C 1480.5189,334.38124 1481.3873,337.05899 1481.0959,340.17248 C 1480.6039,342.55439 1476.1725,342.01082 1477.1039,345.35428 C 1478.1928,347.94017 1471.5207,349.78789 1476.3613,349.73027 C 1478.0846,352.36701 1474.2398,354.40207 1473.1956,356.84638 C 1472.005,357.42782 1470.5771,357.22534 1469.3987,357.81287" style="fill:none;stroke:#646464;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"/>
<path id="polyline3165" d="M 1539.581,373.46612 C 1540.2658,369.03845 1538.389,364.67695 1539.1261,360.35035 C 1540.6231,358.31941 1542.2373,355.31308 1539.2654,353.69156 C 1540.6988,351.96748 1540.481,350.34892 1542.1154,348.1471 C 1545.4925,346.10726 1547.3789,342.19174 1548.8643,338.69549 C 1545.6308,336.14401 1548.2585,335.16271 1550.8046,333.00386 C 1552.5093,330.65618 1555.6256,329.88146 1557.767,328.21171 C 1556.8019,326.1378 1556.7761,324.98989 1559.1689,325.4189 C 1556.8842,323.68806 1556.0851,320.1184 1559.2432,318.81409 C 1558.1515,316.07215 1557.3039,313.16246 1559.9394,311.18881 C 1560.3413,307.75727 1557.8209,311.48118 1555.1956,309.29566 C 1553.1475,305.38654 1551.0924,309.9841 1548.1726,309.51378 C 1546.288,307.55231 1542.5696,308.63948 1541.8369,305.28168 C 1540.8302,302.61662 1536.9025,301.13716 1535.0879,303.85869 C 1533.5649,303.1737 1533.8674,297.3311 1530.6503,299.02604 C 1528.7279,296.79839 1525.1644,296.49795 1523.6878,293.58842 C 1521.7697,291.06888 1522.5096,288.15129 1521.339,285.30513 C 1519.6984,283.70896 1517.4155,282.23988 1516.6975,280.62049 C 1516.925,285.86156 1515.2328,281.89763 1513.9497,279.2515 C 1515.3254,276.51729 1510.0913,276.17734 1511.3132,272.90137 C 1509.0665,271.16609 1512.002,267.4025 1509.4194,265.16924 C 1507.3067,262.96676 1510.1074,262.11254 1508.7138,259.16762 C 1509.9245,256.98012 1509.5919,254.3065 1510.6886,251.26576 L 1510.7561,251.12616" style="fill:none;stroke:#646464;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"/>
<path id="polyline3167" d="M 1687.6506,1412.7404 C 1687.3313,1409.6026 1684.9545,1407.0649 1684.6243,1403.84 C 1683.513,1400.2412 1680.6109,1394.8862 1685.1163,1392.4554 C 1687.1199,1390.8485 1690.5918,1389.9439 1690.1107,1386.7103 C 1691.538,1384.3831 1690.5363,1379.9059 1694.3347,1379.7428 C 1697.636,1379.4573 1697.9852,1375.2961 1700.833,1374.1038 C 1702.8141,1372.5561 1705.0301,1370.7451 1703.8966,1367.9016 C 1702.8002,1364.3941 1707.1515,1364.1806 1708.2412,1361.9287 C 1709.673,1359.3649 1711.6503,1355.0255 1708.1113,1353.1486 C 1705.1705,1351.2887 1701.8838,1347.2336 1704.7042,1343.9928 C 1702.2615,1342.0644 1707.7508,1339.0333 1703.7057,1338.6607 C 1701.0804,1336.8672 1699.7293,1338.6899 1698.1329,1339.8306 C 1698.1547,1342.7154 1696.5988,1343.2792 1693.9448,1342.5286 C 1691.366,1341.4586 1690.4029,1344.194 1688.3222,1344.2475 C 1683.814,1343.6425 1680.4667,1348.9816 1675.833,1347.3079 C 1674.5015,1349.3016 1672.3538,1350.8473 1670.105,1348.8253 C 1667.9311,1346.9942 1663.7766,1350.7918 1663.1798,1346.6905 C 1662.5659,1341.9309 1657.1129,1345.0875 1654.2121,1343.751 C 1651.9868,1342.149 1650.7041,1337.5424 1647.4259,1339.1732 C 1644.2122,1338.3329 1643.9121,1333.8149 1640.5376,1333.1721 C 1639.0933,1329.9091 1636.0668,1335.9168 1635.0186,1331.9578 C 1633.4373,1329.9158 1630.4043,1329.7876 1628.6456,1327.7756 C 1626.0962,1325.4289 1623.1993,1329.8339 1620.9498,1327.5198 C 1617.222,1326.6466 1618.5809,1321.6631 1616.5493,1319.1838 C 1615.2235,1317.0781 1610.9667,1317.0006 1612.1954,1313.6387 C 1612.176,1310.3869 1607.507,1309.4933 1607.693,1306.1207 C 1605.2847,1305.2306 1604.2371,1303.7656 1605.4964,1301.4107 C 1607.1529,1299.2681 1605.5823,1297.0571 1606.0052,1294.856 C 1607.3014,1292.6095 1610.8301,1293.4302 1612.084,1291.7298 C 1610.6296,1289.7936 1607.8109,1288.894 1607.6187,1286.2929 C 1603.9525,1284.6581 1602.0403,1280.4716 1601.7146,1276.6804 C 1601.362,1274.3887 1601.986,1272.3487 1604.1097,1271.1901 C 1604.6089,1267.9342 1609.162,1269.4797 1609.4847,1266.2494 C 1611.6228,1265.1297 1612.3347,1263.439 1612.3481,1260.8573 C 1613.0929,1258.3226 1614.8398,1257.8858 1615.3612,1256.5432 C 1613.3338,1254.029 1613.5961,1250.7248 1615.881,1248.5017 C 1617.8425,1244.5666 1622.5926,1244.0799 1626.1484,1246.0731 C 1629.0762,1247.6983 1629.984,1245.8333 1628.5434,1243.3201 C 1629.3517,1238.8804 1622.7479,1238.522 1623.4097,1234.017 C 1624.0704,1231.0538 1624.029,1227.4349 1621.4416,1225.4252 C 1621.9152,1223.6613 1626.3039,1221.247 1623.0942,1220.0285 C 1621.4631,1218.8476 1621.4928,1215.9433 1618.6659,1215.9608 C 1616.0552,1214.4125 1612.3369,1211.8292 1609.9118,1215.0483 C 1606.8755,1216.1486 1603.3757,1214.5525 1600.6934,1213.168 C 1598.2677,1210.7434 1595.8004,1208.3202 1592.394,1207.4228 C 1591.2194,1205.2318 1588.0418,1205.5063 1587.7895,1202.8983 C 1589.5368,1200.6061 1586.4744,1199.026 1588.2166,1197.3539 C 1590.2409,1194.8017 1588.1304,1191.4529 1587.3546,1188.9932 C 1588.7142,1187.0411 1588.296,1184.8063 1585.8586,1184.1308 C 1583.083,1182.658 1578.2305,1185.4981 1577.0302,1181.338 C 1576.2274,1178.7024 1578.4946,1174.6507 1574.7835,1173.6059 C 1574.6196,1171.5676 1571.5594,1170.1386 1572.7617,1168.4482 C 1574.1175,1165.5481 1578.439,1166.7669 1579.2859,1163.4431 C 1581.4926,1161.9807 1583.7947,1162.1985 1586.2113,1162.7319 C 1588.2842,1161.6066 1589.7337,1157.1194 1592.5055,1159.7249 C 1594.6008,1161.6145 1598.3218,1160.3274 1599.2173,1163.7389 C 1600.8592,1165.9619 1603.494,1163.892 1605.5857,1163.8462 C 1609.7792,1162.301 1603.6768,1159.7885 1606.4584,1158.1539 C 1608.6123,1158.1559 1610.6521,1157.5369 1612.6504,1156.9321 C 1613.7351,1154.8039 1614.7774,1153.5405 1615.259,1151.3753 C 1615.7625,1149.8304 1619.3987,1149.7465 1621.1506,1148.7428 C 1623.7362,1149.6454 1625.3248,1146.5239 1627.4853,1146.7565 C 1628.3645,1149.7978 1630.2446,1149.7743 1631.2171,1146.716 C 1632.1338,1144.8953 1633.5834,1141.3583 1636.1372,1143.1052 C 1638.5638,1138.4426 1634.8831,1133.7908 1634.2063,1129.2236 C 1634.9114,1126.7158 1638.4177,1128.5551 1637.1585,1124.6996 C 1639.5361,1123.1467 1640.7466,1121.475 1641.0304,1118.6204 C 1641.9172,1116.9271 1645.223,1113.1484 1641.4403,1113.0114 C 1639.5132,1112.2231 1638.5849,1110.0595 1636.0723,1109.9995 C 1632.6557,1108.2962 1633.8302,1103.1326 1630.4745,1101.0989 C 1628.8894,1100.0101 1625.2954,1101.5539 1626.0926,1098.2527 C 1626.1464,1096.205 1622.0434,1097.0039 1620.7061,1095.3243 C 1618.55,1092.1211 1617.7926,1087.7556 1618.731,1083.9685 C 1617.3656,1082.0122 1615.6467,1080.2755 1616.9679,1077.6327 C 1616.4337,1075.4032 1621.2529,1072.6478 1617.6819,1071.4573 C 1616.1208,1069.285 1614.3349,1067.9533 1611.6111,1069.1547 C 1609.4602,1069.5733 1608.1233,1066.687 1608.2872,1064.8525 C 1605.2045,1063.9132 1600.9309,1064.6155 1599.5702,1060.7851 C 1598.3128,1058.502 1595.2871,1057.1061 1595.9124,1053.965 C 1595.3601,1049.3227 1594.1524,1044.6 1595.6711,1039.9361 C 1595.2969,1036.6498 1599.1005,1034.2947 1601.5532,1036.8096 C 1604.6209,1038.2638 1601.3716,1031.6788 1605.0459,1033.2635 C 1609.4299,1035.9355 1614.0188,1031.986 1617.8861,1030.1225 C 1620.619,1027.7202 1620.8879,1023.8048 1622.4629,1020.8599 C 1626.325,1019.4587 1623.5554,1018.1983 1624.041,1015.2209 C 1625.8987,1012.1581 1619.0354,1012.4819 1621.7945,1009.8778 C 1622.3968,1006.4477 1618.159,1005.212 1616.9392,1002.4003 C 1615.0875,999.86234 1611.7997,998.13825 1611.3506,994.77568 C 1608.2472,993.99142 1606.5707,999.16055 1603.4413,996.90935 C 1601.8236,994.41286 1606.8586,991.48522 1603.2927,989.90188 C 1603.6784,988.00478 1606.5763,986.84782 1605.9014,984.19609 C 1604.3228,982.3678 1600.7582,983.64905 1598.9759,981.45727 C 1596.615,981.81648 1592.4244,981.50584 1592.8861,978.24912 C 1591.8334,975.25711 1595.5611,972.94945 1594.5153,969.72466 C 1593.0786,964.36408 1599.2624,961.49917 1600.6283,957.05207 C 1600.7869,953.45656 1597.3319,951.72276 1596.1908,948.60762 C 1594.1335,946.43873 1591.1685,944.07509 1590.8369,940.99797 C 1592.3073,938.89526 1596.368,938.0626 1595.4204,934.67254 C 1596.6749,931.83874 1596.4491,927.12166 1592.5055,926.89991 C 1587.044,924.72164 1581.4407,922.9559 1575.5911,922.12077 C 1572.3962,921.16251 1569.4646,924.12224 1566.1314,922.88544 C 1561.2303,922.19091 1555.6115,922.50961 1552.2806,926.69809 C 1549.2144,930.25952 1544.7347,932.29111 1540.0451,931.88039 C 1535.8346,931.55658 1531.0429,933.14649 1529.49,937.42485 C 1526.8761,939.48115 1523.8644,941.3845 1523.1679,944.94281 C 1521.3976,947.3048 1522.9159,948.76352 1525.3125,949.31945 C 1526.7829,951.13095 1523.0349,952.44759 1525.1732,954.62208 C 1525.9354,956.29695 1527.7099,960.6237 1529.2857,957.30674 C 1531.206,956.03273 1532.2679,959.75203 1532.34,961.21405 C 1529.29,964.07089 1525.2897,966.236 1521.7941,968.63734 C 1521.106,970.85051 1516.9282,970.60573 1517.923,973.6718 C 1517.8617,976.22674 1514.3355,976.68933 1513.0027,978.61178 C 1510.5662,979.45234 1507.0531,980.75961 1505.2325,978.14244 C 1503.052,977.97206 1500.9165,978.46741 1499.4304,980.08828 C 1496.8491,979.56428 1494.0583,978.77789 1491.6973,980.63878 C 1488.2394,982.30903 1491.5201,979.33991 1492.1523,977.73929 C 1493.5769,975.89832 1495.0634,974.41524 1492.6071,972.70482 C 1490.9783,971.33566 1487.76,969.03046 1490.537,966.95902 C 1493.5444,963.87499 1497.8989,962.97269 1501.4356,960.86488 C 1503.5221,961.75169 1505.0204,960.96777 1506.6332,960.35356 C 1509.8979,960.16095 1508.4758,956.10631 1507.1634,954.40659 C 1505.9657,951.81297 1509.8051,950.33928 1509.1686,948.00379 C 1510.9356,945.18349 1512.094,941.90932 1513.8104,938.99584 C 1513.8542,935.0859 1509.3824,933.98754 1507.2747,931.37056 C 1505.8723,930.13029 1501.3231,929.24331 1503.8419,927.27311 C 1507.1011,924.91787 1501.0051,921.25273 1504.4898,918.65663 C 1506.8246,916.19932 1508.5779,913.45524 1509.4844,910.17285 C 1510.3178,907.55569 1513.1003,906.70327 1514.3395,904.46705 C 1512.8892,902.58476 1509.2304,900.7945 1510.1899,898.11741 C 1515.1638,894.69756 1518.9761,889.97455 1523.5857,886.11548 C 1527.0378,883.43577 1529.1862,878.9653 1533.8532,877.98019 C 1536.5431,876.76414 1540.215,876.06005 1541.0663,872.95923 C 1543.8359,872.91857 1542.6169,869.08107 1545.5779,869.41541 C 1548.7955,869.14 1549.8443,865.90748 1551.6402,863.79061 C 1552.2041,861.20111 1546.5678,860.37026 1549.3284,857.38649 C 1549.6853,854.87583 1550.2781,852.39597 1552.1414,850.47302 C 1553.748,845.69092 1551.5983,840.83952 1548.7623,837.0486 C 1550.4729,834.27785 1553.1645,831.73477 1555.6133,829.42314 C 1557.7916,829.1181 1560.2009,829.39467 1562.3716,828.20083 C 1566.1145,827.50876 1569.1096,825.06115 1572.8803,824.44267 C 1576.2691,822.26967 1577.3455,816.84339 1582.1266,816.85722 C 1584.9239,815.77845 1584.0417,812.73064 1581.939,811.49828 C 1582.5531,810.81708 1582.3744,807.75758 1584.3665,806.8008 C 1586.2611,806.45822 1589.7063,806.06757 1588.0031,803.28496 C 1588.4486,800.9335 1592.0119,801.56434 1593.5916,799.98215 C 1596.7598,798.79687 1598.1167,795.35233 1601.1855,794.12985 C 1598.9916,792.60891 1600.6175,791.07446 1602.8887,789.68439 C 1605.0051,786.7826 1607.7117,784.15754 1610.9237,782.48992 C 1612.5212,781.65068 1614.1081,779.68427 1614.4793,778.01994 C 1613.7609,775.97402 1614.8666,773.52049 1613.4952,771.45498 C 1613.8354,769.12854 1617.5541,770.60833 1619.1021,768.72934 C 1621.2888,768.8184 1623.0699,766.92837 1621.7573,764.84953 C 1623.2297,763.07836 1626.6198,764.67766 1627.3459,761.74871 C 1628.071,760.21163 1626.7837,757.53225 1625.3689,757.10439 C 1623.7226,755.3487 1621.786,755.49719 1619.7892,757.01006 C 1615.6247,758.07237 1611.343,757.63086 1607.1639,757.93606 C 1603.9947,759.65735 1605.248,754.93731 1606.8112,753.96275 C 1609.8972,754.00242 1608.5295,748.80366 1611.9077,749.74744 C 1614.7627,748.9291 1610.6276,743.50843 1614.5813,744.09498 C 1617.0093,744.65782 1617.6996,741.20274 1620.3184,741.71899 C 1623.3327,739.47651 1618.8453,737.10398 1619.3344,734.53736 C 1617.7461,731.5396 1622.0294,733.03799 1622.992,731.03321 C 1624.6624,730.46873 1626.4084,733.06037 1628.4693,732.85888 C 1632.0729,735.30236 1635.9612,729.22945 1639.3772,732.65771 C 1641.0976,734.82463 1644.2044,731.69647 1645.4578,733.51671 C 1643.8712,735.559 1642.9165,737.75572 1643.0908,740.40613 C 1641.8918,743.22314 1646.5989,743.50333 1648.4099,743.23647 C 1651.496,742.38752 1649.7515,748.32692 1652.6112,746.09892 C 1654.2806,744.47575 1656.5639,744.70704 1658.3617,743.79981 C 1660.1561,742.89851 1663.0157,743.09556 1664.8677,744.07522 C 1667.2054,744.68137 1669.386,744.59412 1671.1263,742.92781 C 1673.7946,742.55906 1674.1645,738.92766 1676.9283,738.60467 C 1679.4398,736.23692 1675.6448,735.64164 1674.6447,734.18803 C 1674.8147,730.76109 1678.537,732.78957 1679.7783,734.38936 C 1682.4311,734.88339 1685.5811,731.36839 1682.9069,729.20773 C 1681.5396,726.0804 1687.4565,729.8593 1686.6666,726.05225 C 1687.2849,723.30603 1681.0427,725.38043 1684.2672,722.56375 C 1685.7434,720.37527 1690.5392,721.49256 1690.0458,718.17212 C 1691.264,715.56583 1696.0698,718.20768 1694.966,714.35948 C 1695.0024,711.58873 1691.7096,710.09956 1692.1159,707.13735 C 1689.9545,704.23853 1685.4574,702.76598 1685.4691,698.5854 C 1684.711,696.14686 1684.7413,693.47192 1687.2978,692.18194 C 1690.2233,689.99511 1689.425,686.314 1687.7899,683.59 C 1685.8351,678.85267 1688.2047,673.44286 1691.3455,669.76307 C 1692.7776,666.88976 1688.001,663.00237 1692.0788,661.26512 C 1695.6227,659.65906 1693.4646,655.90124 1694.0192,653.07583 C 1696.9803,649.92744 1700.9155,645.95906 1698.877,641.20528 C 1697.1776,637.1648 1691.6272,635.27197 1692.1903,630.3078 C 1692.2346,627.1543 1692.4622,623.89923 1693.2022,620.78935 C 1692.6517,617.12734 1697.7086,616.27608 1696.832,612.65472 C 1697.6093,608.70972 1700.5316,605.53796 1701.9935,601.77997 C 1703.7379,599.00921 1707.3978,597.52498 1707.6192,593.79267 C 1708.8975,590.16852 1706.2193,584.82638 1710.5991,582.83939 C 1713.0096,581.5369 1716.9259,579.59551 1715.046,576.20578 C 1714.1725,572.02553 1712.699,567.75771 1714.5446,563.58635 C 1715.175,559.5686 1719.373,556.54843 1717.8866,552.20242 C 1717.0471,548.25413 1723.5099,549.16268 1722.7418,545.12812 C 1722.5237,540.80219 1721.9076,536.46818 1721.832,532.17254 C 1723.8228,529.06414 1724.2309,525.18532 1726.2603,522.19875 C 1730.4846,520.24831 1733.9297,517.26537 1737.0567,513.86163 C 1740.3871,511.71925 1743.1592,507.77936 1742.2554,503.64537 C 1743.3965,499.8319 1749.6436,505.01074 1749.8492,500.08805 C 1748.8272,495.87373 1753.9548,496.42604 1756.4311,495.25541 C 1761.8601,492.25402 1760.0019,485.07354 1763.1801,480.50117 C 1764.2681,475.17301 1769.2962,471.99087 1770.811,466.78092 C 1772.3614,465.39315 1778.4475,462.76151 1773.1597,462.91493 C 1770.9072,464.00457 1768.766,461.51218 1766.2716,461.89509 C 1763.08,461.51943 1760.2743,459.52421 1756.9231,459.61229 C 1754.1359,457.89215 1752.2037,454.89998 1748.7631,454.12116 C 1746.6228,452.5742 1743.0036,453.85167 1742.0792,450.85967 C 1739.8316,448.55644 1737.6144,448.28448 1735.4726,450.71167 C 1732.7319,448.04579 1730.1556,452.42407 1727.597,450.40301 C 1724.6279,450.78279 1722.4381,445.42797 1720.1424,447.81152 C 1718.1467,448.83794 1714.9606,450.95038 1713.1428,448.98002 C 1710.7369,447.94998 1707.9306,448.66558 1705.5862,449.79918 C 1702.158,450.22834 1700.5212,447.61447 1699.5334,444.91269 C 1697.3742,442.3125 1694.7594,443.13841 1691.922,443.29068 C 1687.2969,442.58956 1687.7803,436.57345 1684.1322,434.99094 C 1681.7487,432.35205 1683.1408,432.23006 1683.6031,429.80912 C 1682.4417,426.73613 1679.7726,427.57357 1677.1048,427.8228 C 1674.0578,427.98051 1676.1896,423.90497 1672.1474,425.28466 C 1668.6451,425.24384 1665.9562,426.84264 1666.0576,430.52112 C 1665.6145,432.9674 1661.1713,430.62944 1659.7356,433.11194 C 1657.8123,436.57674 1657.1773,437.33417 1653.8963,435.9176 C 1651.5597,433.35031 1648.0725,434.98139 1645.7734,436.41409 C 1644.1776,436.25408 1642.1202,432.42151 1639.5164,435.40759 C 1638.056,433.02584 1634.3683,433.02074 1633.9928,431.28628 C 1631.252,427.21864 1632.1234,434.47501 1630.4466,434.84376 C 1629.7404,436.73527 1625.7044,438.71715 1625.0623,435.40759 C 1624.8598,431.34489 1622.6813,427.63085 1623.8275,423.4995 C 1621.8909,423.66593 1619.2219,421.65985 1617.0785,420.65401 C 1613.4874,421.95041 1613.1607,415.97693 1609.8004,417.35137 C 1607.6183,420.27719 1604.7996,418.83246 1602.3458,417.55253 C 1598.4275,418.72661 1601.4602,422.39307 1602.5594,424.62749 C 1601.8871,426.36689 1600.3267,430.56853 1597.2492,429.24595 C 1594.3909,428.29032 1591.9998,426.84182 1589.1263,427.3663 C 1586.229,428.09229 1583.777,425.2389 1584.4197,422.533 C 1587.2886,421.76258 1586.9544,415.89429 1583.6027,417.62003 C 1579.9942,419.99223 1581.5865,414.1954 1580.4742,412.31755 C 1578.9377,410.65108 1575.6448,411.04915 1577.0672,407.64509 C 1575.9924,405.53447 1573.6581,403.24902 1571.3023,401.79196 C 1568.043,401.20442 1569.4845,396.72703 1566.9762,396.75814 C 1563.3025,393.34702 1567.2482,392.74071 1569.0835,391.66968 C 1567.5448,389.54885 1567.3498,386.69349 1563.9499,385.88338 C 1559.3074,384.2742 1564.3063,381.53868 1561.8426,379.26509 C 1559.2182,378.16163 1557.5987,375.88293 1554.9171,375.04995 C 1553.3277,372.07572 1550.0637,373.99126 1548.0567,371.43912 C 1545.3275,368.65159 1544.1885,373.97825 1541.0348,372.86178 C 1537.8441,374.23753 1535.2088,370.74788 1532.0614,370.3248 C 1530.9359,368.01911 1528.5917,367.24983 1526.3243,365.6395 C 1522.5957,363.0709 1518.154,366.36778 1514.0611,365.23683 C 1512.9281,366.68896 1513.6729,367.83605 1510.3417,368.13417 C 1508.4298,367.88972 1509.8955,372.9441 1506.458,372.00246 C 1506.0625,376.87082 1503.6973,372.61601 1501.2996,372.80829 C 1499.5234,375.68111 1497.9054,375.67765 1494.6601,374.85026 C 1491.3212,374.82062 1491.1021,375.92639 1490.0728,372.20445 C 1490.7473,368.99943 1488.3359,367.19978 1485.4311,366.60599 C 1482.2058,366.22242 1478.7989,366.29172 1475.6836,366.00215 C 1472.9688,363.79869 1473.4276,361.73763 1471.9703,359.32986 C 1469.4409,359.61367 1469.2057,356.93594 1466.1682,356.94021 C 1462.8491,352.76441 1462.4684,359.30418 1460.0186,359.54092 C 1457.4025,359.19784 1456.2884,359.29431 1454.5197,357.30732 C 1451.084,355.37795 1446.5283,357.55474 1446.5152,361.67885 C 1446.265,365.50813 1443.6994,362.70972 1442.3174,361.26138 C 1440.0347,360.47811 1436.3726,359.51358 1435.6815,362.79334 C 1433.8315,365.38944 1429.9828,363.46335 1427.5957,365.29033 C 1425.4139,363.93911 1425.8721,361.63079 1427.371,359.91344 C 1427.9888,357.59656 1423.6427,356.56735 1425.5162,354.34939 C 1424.495,352.55847 1422.1976,351.10256 1422.7114,348.47239 C 1421.2511,345.56385 1417.7406,343.85293 1414.692,342.91129 C 1412.206,340.55802 1411.5759,342.56329 1409.7249,344.12061 C 1406.9814,346.08767 1404.9682,341.96258 1406.6061,340.21315 C 1407.4107,338.44873 1410.6772,337.09948 1407.6901,335.42214 C 1405.4194,333.85857 1403.8293,331.77133 1402.1035,329.68754 C 1399.3075,328.71101 1397.5757,333.51665 1394.6119,331.1647 C 1393.0578,329.11383 1388.8524,331.80524 1388.347,328.58804 C 1389.063,324.90988 1386.0333,327.40029 1384.4839,326.69405 C 1382.5861,324.36334 1383.5501,320.84603 1381.2531,318.61227 C 1379.846,314.85675 1375.4286,319.13413 1373.7986,315.96795 C 1370.3453,316.24715 1368.2856,313.24329 1366.7247,310.67816 C 1364.5864,310.516 1362.3017,310.45081 1360.598,311.82606 C 1357.8146,314.54447 1354.1543,312.21951 1351.0822,311.64531 C 1347.919,313.7179 1349.9408,309.21121 1350.6924,307.77867 C 1351.1994,305.18357 1349.7715,302.33314 1348.3715,300.10004 C 1348.784,298.04078 1350.7211,296.4079 1351.2215,294.15308 C 1353.7601,291.12864 1351.0346,287.8599 1348.6871,285.85629 C 1348.782,282.02521 1346.6147,284.72205 1344.5869,283.48903 C 1341.0779,282.95219 1340.8209,277.42205 1343.9433,276.20401 C 1346.7286,273.71888 1343.9828,268.9455 1347.3597,266.59174 C 1347.5327,265.0843 1344.9325,262.13147 1347.7774,261.15461 C 1349.2526,259.84339 1347.482,254.99461 1350.6768,256.52197 C 1352.4478,259.96027 1351.9409,251.62085 1351.9132,253.05306 C 1350.8767,250.83989 1355.6341,249.70894 1352.9482,247.98484 C 1352.8326,245.02445 1349.3579,246.63281 1347.4689,247.04765 C 1345.3117,247.62186 1347.0098,241.64361 1343.7019,244.17221 C 1342.6045,247.20421 1339.8488,248.47114 1337.1572,249.70317 C 1336.0221,251.87602 1335.5903,254.63886 1332.6268,254.95247 C 1329.6054,256.11174 1327.0366,259.61983 1328.013,262.7256 C 1329.9911,265.73604 1327.3423,269.55411 1326.9268,272.79453 C 1326.642,276.47383 1321.8276,276.03642 1319.1938,276.80785 C 1316.3173,276.57606 1314.1762,278.27002 1312.092,279.85533 C 1308.5167,279.72067 1307.5135,284.62739 1303.7929,284.33864 C 1300.8571,285.04784 1297.8562,286.6743 1295.0014,284.59397 C 1292.8027,283.35864 1290.3852,284.53602 1288.2384,283.01969 C 1285.982,283.6143 1284.1391,282.55249 1282.6916,280.92916 C 1279.3711,279.27783 1275.5502,281.03764 1271.9694,281.03666 C 1269.4111,281.55241 1265.9949,282.81441 1264.7284,279.6135 C 1263.5907,277.15256 1260.1351,279.42353 1259.3881,277.84431 C 1260.6064,276.00926 1261.6172,274.31563 1259.2106,272.69345 C 1257.9203,270.48916 1260.029,267.74179 1261.5999,266.39041 C 1264.5379,267.23821 1264.9572,264.23584 1266.9234,263.20382 C 1269.5194,263.17402 1270.6105,260.28261 1268.4511,258.71112 C 1266.4814,256.81188 1265.2616,254.33975 1266.2045,251.69082 C 1266.5501,248.94954 1262.0898,248.8794 1260.7551,250.46834 C 1257.2018,251.29079 1258.6222,248.23919 1258.5363,246.25319 C 1261.2585,245.4612 1259.8438,242.64682 1260.9789,240.65028 C 1262.4305,239.00143 1259.2508,235.60676 1262.2682,235.32575 C 1263.6466,233.28592 1264.6333,230.54941 1267.4298,229.87528 C 1270.6406,227.82113 1266.8373,224.00766 1264.0877,224.12948 C 1263.2642,221.17715 1259.7872,222.61233 1261.7391,225.20348 C 1262.9659,227.74689 1257.5587,228.11103 1258.462,225.09597 C 1255.9656,223.78888 1257.577,220.089 1254.7395,218.83969 C 1253.433,216.66882 1250.9789,217.52469 1249.8876,215.26328 C 1247.2044,214.2008 1246.6385,211.46627 1245.2704,209.28206 C 1242.3615,210.34173 1239.5487,211.83469 1236.3863,211.61756 C 1233.6758,212.87922 1230.6499,214.90687 1227.5577,213.85922 C 1226.794,211.44618 1223.7753,212.00738 1222.4612,209.99324 C 1220.2656,209.00928 1218.593,211.36338 1216.39,209.931 C 1213.9052,210.31754 1211.2505,209.08518 1209.0654,210.90573 C 1206.9311,211.97364 1207.1548,215.24764 1206.4938,217.36335 C 1203.6204,214.60989 1204.865,220.79392 1201.9608,217.3515 C 1199.7008,214.21924 1199.0948,210.25185 1197.8511,206.79791 C 1199.3077,204.41765 1200.2591,201.67291 1199.0393,198.91796 C 1198.7667,196.45933 1199.5851,193.67541 1197.6745,191.64184 C 1197.0975,189.41236 1194.0581,188.83355 1193.6642,186.2987 C 1192.6577,184.7855 1190.2277,182.30628 1188.7069,184.56687 C 1185.8461,182.60821 1182.3401,183.18554 1179.4235,184.78171 C 1176.244,184.48473 1178.285,180.74584 1179.5628,179.54591 C 1178.6661,178.38483 1174.6887,176.28425 1173.6606,178.20753 C 1172.7965,180.65365 1170.7551,181.64714 1168.3008,181.55314 C 1165.5185,181.74904 1163.199,183.76484 1160.4669,183.81521 C 1158.7851,181.5454 1155.7593,181.41404 1153.6808,179.63974 C 1151.3407,179.24087 1150.7142,176.65712 1149.2526,175.37125 C 1148.9565,172.18203 1149.8807,168.9752 1149.6053,165.75816 C 1149.3326,163.0819 1146.2731,161.79209 1146.6904,159.04668 C 1146.1223,156.57555 1144.2396,154.07742 1144.9265,151.56857 C 1147.8923,150.48618 1146.2384,148.79173 1145.4801,146.91866 C 1146.5227,144.22759 1143.1622,143.09021 1141.1296,143.63445 C 1139.214,142.36209 1138.9523,140.19089 1138.0048,138.43339 C 1137.1554,135.78495 1135.2218,133.84274 1134.5199,131.08268 C 1132.8898,129.26658 1129.0445,129.26296 1127.6316,130.1697 C 1126.3719,132.41037 1123.3947,132.94736 1121.415,131.64668 C 1118.9793,131.70298 1117.6784,134.27948 1115.0805,133.72767 C 1113.1505,134.23931 1111.4333,136.64247 1109.6168,136.26943 C 1108.0923,135.00744 1105.2451,138.10694 1106.9854,139.41931 C 1104.8189,140.60047 1106.1172,143.51839 1103.7176,144.60161 C 1102.3487,148.27054 1101.1164,145.86492 1099.4247,144.19186 C 1096.83,144.8194 1095.7645,142.19187 1093.8402,141.46029 C 1090.5622,143.09103 1085.674,140.87407 1086.7013,136.77449 C 1084.4617,135.73194 1083.4498,134.23372 1083.1399,131.89246 C 1080.8779,131.27134 1079.4526,129.59945 1078.2627,127.78004 C 1079.7942,124.29154 1075.0441,124.37105 1072.8887,124.11589 C 1071.3324,123.0791 1069.0624,126.83577 1067.4012,124.11523 C 1066.4294,122.26668 1066.8632,119.28621 1064.0962,118.93359 C 1063.8792,116.92702 1065.8399,114.69523 1064.9518,112.24138 C 1064.513,110.05322 1064.4368,107.71723 1062.5459,106.31416 C 1063.1407,104.19811 1065.529,103.06601 1066.1665,100.98387 C 1068.6608,100.55289 1066.3104,97.044631 1065.1452,95.990557 C 1064.7358,93.510691 1063.4901,92.025308 1061.0606,91.466745 C 1058.571,88.335307 1059.1772,83.718814 1058.0064,79.974653 C 1057.7651,78.139941 1057.2454,76.172543 1055.9733,74.793012" style="fill:none;stroke:#646464;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"/>
<path id="polyline3169" d="M 1669.8917,1422.7149 C 1669.0035,1420.3435 1669.1604,1418.1586 1671.3292,1416.5274 C 1672.5394,1414.315 1675.2919,1413.5731 1675.8051,1416.7139 L 1675.9443,1417.2245" style="fill:none;stroke:#646464;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"/>
<path id="polyline3171" d="M 1959.1333,1564.52 C 1957.3671,1559.9557 1954.8655,1555.7238 1952.7742,1551.3103 C 1950.728,1544.9865 1945.7422,1540.3663 1942.4698,1534.7305 C 1938.9038,1530.3847 1935.0272,1526.0607 1930.6521,1522.5279" style="fill:none;stroke:#646464;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"/>
<path id="polyline3173" d="M 1832.7959,696.75975 C 1830.8054,693.99508 1832.2864,692.80224 1835.2763,693.07518 C 1838.3611,693.85631 1836.3513,697.39651 1833.5016,696.61192 L 1832.9234,696.73308 L 1832.7959,696.75975 z" style="fill:none;stroke:#646464;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"/>
<path id="polyline3175" d="M 1694.7896,716.69513 C 1697.883,717.01796 1699.651,712.11306 1702.4855,713.74215 C 1705.6602,711.8304 1705.9481,713.21387 1704.9235,715.61999 C 1707.0432,718.71028 1702.3208,719.62673 1700.1369,718.97795 C 1696.4885,720.14923 1700.7808,721.53535 1701.9285,722.64277 C 1704.1221,722.81216 1705.2707,725.31112 1707.7956,724.26775 C 1711.8671,722.4551 1717.5717,724.01538 1720.8387,720.40094 C 1722.0792,718.42153 1723.181,714.76692 1726.186,716.44047 C 1729.2339,715.73901 1733.9219,714.55786 1735.1536,718.62879 C 1734.1529,721.34439 1736.2721,723.34092 1739.0527,722.49543 C 1744.074,719.99647 1749.9002,723.56761 1754.7867,720.62499 C 1756.9154,721.27656 1759.971,721.32513 1760.2929,718.42746 C 1760.9889,716.13805 1764.1345,716.85861 1764.9719,714.60131 C 1767.5779,714.50698 1768.9926,712.75441 1770.347,710.69483 C 1772.541,707.93149 1774.6806,712.52033 1776.6318,710.68133 C 1778.6287,709.65557 1780.4962,712.40345 1782.7588,711.46066 C 1784.4606,712.775 1784.5057,715.62477 1786.5927,716.84297 C 1788.8401,719.18126 1792.5301,718.69941 1795.3191,718.17212 C 1797.9636,716.25494 1801.1553,720.10693 1804.1383,718.21279 C 1805.3486,717.08563 1810.6741,717.38375 1808.5803,715.90545 C 1805.9291,717.11377 1803.744,714.01691 1806.7099,712.68182 C 1807.524,710.53285 1810.7642,711.24269 1811.24,708.65369 C 1813.1332,706.1297 1815.9496,709.24287 1818.0635,709.9295 C 1818.6646,711.71104 1818.5432,717.02768 1821.2101,714.26317 C 1823.8273,712.63079 1823.3806,709.16056 1822.148,706.77469 C 1822.8455,702.36694 1824.0735,706.59015 1825.6572,706.2242 C 1828.3071,704.89241 1825.0215,701.70417 1823.5746,701.60226 C 1821.2921,699.36917 1819.9279,703.4783 1817.9613,701.74088 C 1814.5412,699.74204 1814.0877,705.49426 1810.9617,704.89504 C 1808.8268,704.34405 1806.344,706.70506 1806.0787,704.23721 C 1805.1386,702.7431 1802.2834,703.30743 1801.2327,701.37756 C 1797.2337,701.25887 1800.172,699.35815 1799.5338,697.12241 C 1797.0517,695.17773 1799.6095,692.86496 1801.8547,692.38377 C 1804.6191,691.85879 1804.5439,689.50207 1804.1754,687.40264 C 1806.1943,686.09142 1806.1274,682.95587 1808.2879,682.1135 C 1811.5666,682.56704 1814.2036,679.63544 1817.5065,680.89234 C 1821.4002,680.12421 1814.5467,676.51948 1818.5554,675.96536 C 1820.8941,677.28415 1825.4606,675.00249 1825.9727,678.50284 C 1823.9487,679.80468 1826.3863,682.51468 1827.1854,683.7128 C 1830.5639,683.26733 1828.4217,679.29353 1829.8441,677.53569 C 1831.7289,678.30464 1835.0997,679.61849 1833.8916,682.42216 C 1835.2871,684.7249 1840.1505,681.75002 1840.1856,685.57698 C 1838.6508,687.11455 1837.5921,688.96704 1837.4749,691.16194 C 1842.2998,691.08934 1837.5802,697.49792 1838.7012,696.18094 C 1842.2378,695.80939 1844.982,698.4305 1848.1973,698.89474 C 1849.4281,696.85984 1849.1013,693.98537 1846.0899,694.26276 C 1843.0822,693.36179 1845.6705,690.37802 1847.7052,690.30229 C 1848.8408,686.76571 1850.1995,690.95403 1850.8337,692.43711 C 1853.1655,691.44838 1854.0565,694.51151 1856.4744,694.29174 C 1859.315,697.18579 1854.9586,695.17181 1854.4263,696.61192 C 1854.6831,699.08092 1857.7824,700.36875 1857.8705,703.06938 C 1861.6374,706.76234 1867.0316,703.32125 1870.635,701.13573 C 1873.6371,698.57948 1877.5531,696.71563 1881.4933,698.1294 C 1885.2714,697.30136 1887.919,700.89621 1891.1977,701.39171 C 1894.1813,700.03342 1896.5323,704.15144 1899.5342,702.76006 C 1903.226,702.52415 1907.1921,701.45082 1910.249,704.30766 C 1921.9047,711.1133 1933.7082,717.95022 1945.2548,724.76408 C 1945.1907,727.95544 1942.4868,732.43481 1946.3037,734.44271 C 1947.6909,735.97747 1948.0468,739.0238 1950.9083,737.83935 C 1952.8098,739.1927 1957.4545,738.73703 1956.1441,742.26998 C 1954.7598,745.45854 1956.0583,748.79379 1958.7157,750.71328 C 1958.674,754.40722 1954.6652,756.827 1951.2611,756.40624 C 1948.0975,759.11855 1949.2377,764.47534 1945.2455,766.56851 C 1941.2573,771.49268 1939.4882,777.70766 1936.2128,783.09441 C 1933.9527,787.47105 1934.4981,792.68545 1937.0855,796.774 C 1938.0849,800.74254 1940.2791,806.86895 1935.3679,809.08459 C 1932.4981,808.68259 1932.1453,813.9342 1934.6274,812.63022 C 1937.4468,812.4121 1940.8467,809.86062 1943.4167,811.56743 C 1945.285,815.30944 1949.1425,810.24353 1951.6139,812.84324 C 1954.4136,814.29143 1957.0656,810.22493 1960.0525,812.18541 C 1962.1851,812.67302 1963.8408,814.51218 1965.9938,814.62906 C 1968.3459,814.49226 1970.174,817.22663 1972.6407,815.89073 C 1975.7526,816.34443 1977.7059,820.77984 1981.4228,819.15303 C 1985.7889,818.05567 1982.3801,822.26078 1985.1546,822.50902 C 1988.3594,823.1838 1984.5447,826.58638 1984.5885,828.50998 C 1983.5546,830.66077 1984.8166,832.7816 1984.783,834.78554 C 1987.0435,836.22466 1990.2953,836.2385 1991.4117,839.18276 C 1993.2098,840.99853 1996.4133,836.84315 1997.743,840.14941 C 1998.0643,841.00396 1999.2498,841.30836 2000.0624,841.26374" style="fill:none;stroke:#646464;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"/>
<path id="polyline3177" d="M 2000.0624,954.04327 C 1998.3108,951.97611 2000.9684,948.38374 1998.0957,946.67381 C 1996.8812,944.62805 2001.1776,942.06374 1998.1329,940.47234 C 1995.5684,940.11807 1993.8323,935.58108 1991.3466,938.02869 C 1990.2683,939.47028 1988.6154,934.50858 1986.3523,937.37152 C 1984.0007,938.71533 1981.2483,938.94382 1978.7214,939.30451 C 1976.2459,940.9639 1973.9433,943.39174 1971.0163,944.08299 C 1969.3647,943.30285 1967.8537,939.07223 1966.0588,942.25733 C 1964.3151,944.21616 1964.7375,946.94659 1965.1492,949.06412 C 1964.5021,951.53229 1961.6403,953.7063 1959.6788,951.00896 C 1956.58,949.84409 1953.2849,955.662 1950.4814,951.9636 C 1948.234,952.54686 1946.3592,952.40512 1944.7535,950.54061 C 1941.4981,951.50777 1938.3304,947.73743 1938.1438,944.54031 C 1937.8712,940.86545 1935.498,937.75542 1931.9146,936.76702 C 1930.5605,935.10006 1933.7958,932.84968 1931.5365,930.92344 C 1929.3805,928.01507 1931.9613,924.60096 1931.0316,921.32862 C 1930.8519,918.75722 1932.2575,916.21052 1931.599,913.73016 C 1930.2634,914.30453 1927.3515,915.65591 1926.9534,917.61804 C 1926.8435,920.42747 1923.7662,920.75013 1922.4642,918.50946 C 1920.0957,917.4437 1920.4284,916.24821 1921.0531,914.28065 C 1919.002,912.27622 1916.4548,916.03371 1914.0904,914.33399 C 1910.7216,913.52355 1906.9297,916.80068 1908.2235,920.28161 C 1908.1257,922.9694 1903.7422,923.6758 1905.262,926.79258 C 1906.1535,928.56918 1910.3077,928.06955 1909.0552,931.19095 C 1908.9158,934.04846 1907.9434,937.3837 1909.0312,939.96233 C 1911.6502,941.01213 1911.4191,943.99475 1910.0523,945.86881 C 1911.6321,948.0219 1907.5095,949.58992 1908.6157,952.15144 C 1908.0946,955.18591 1904.8482,957.10096 1904.8072,960.46156 C 1904.5345,962.7149 1904.1607,965.23527 1901.4003,965.53603 C 1899.9814,967.45683 1897.3354,967.93934 1897.8276,971.06041 C 1897.4952,975.75889 1891.1642,974.47385 1889.5453,978.35662 C 1887.9555,981.16046 1884.7524,982.85705 1883.604,985.83457 C 1884.1017,988.64714 1885.5895,991.59766 1883.3254,994.11785 C 1880.5483,996.08903 1875.0723,995.88079 1874.5713,1000.3202 C 1874.6454,1002.9948 1879.7693,1005.2631 1876.8178,1007.851 C 1874.9946,1008.8737 1871.109,1011.8484 1874.6734,1013.2886 C 1876.1291,1014.7392 1875.0278,1017.9553 1877.5235,1019.2349 C 1879.7957,1019.8457 1881.9811,1020.5112 1883.4476,1022.1148 C 1884.2702,1024.0473 1884.6534,1026.2201 1882.6572,1027.8266 C 1880.4218,1029.1154 1879.6628,1031.4635 1879.77,1033.8277 C 1877.4181,1035.2366 1879.3164,1039.1666 1876.241,1039.2445 C 1873.1626,1041.5278 1873.5659,1035.2167 1870.9507,1037.0899 C 1868.4284,1038.8889 1868.4839,1032.7192 1865.4372,1035.7002 C 1862.2775,1038.723 1862.6608,1035.4007 1864.2207,1033.0832 C 1866.6249,1030.401 1864.4323,1027.3302 1864.0254,1024.376 C 1863.2066,1021.6063 1859.2695,1019.9048 1860.8597,1016.698 C 1860.8333,1013.3689 1856.3469,1014.1226 1854.742,1011.9182 C 1852.3444,1009.9372 1849.5868,1008.1212 1846.3034,1008.5621 C 1848.2566,1006.1762 1846.619,1001.8257 1850.3045,1000.9369 C 1851.6935,998.78686 1852.5997,997.32585 1854.8069,996.30552 C 1855.2673,992.89125 1852.6853,989.54746 1849.8126,988.11689 C 1847.6667,988.99268 1845.938,989.40703 1843.8143,988.18899 C 1842.2278,986.94742 1842.0819,982.41274 1839.87,986.29057 C 1837.9221,988.618 1833.7908,989.22924 1832.5176,985.92791 C 1829.7191,987.71422 1829.1961,982.53275 1826.3629,984.30408 C 1823.2046,985.83885 1825.6711,980.78956 1823.0207,980.34427 C 1822.7135,978.51054 1823.3389,975.73336 1820.3471,975.85964 C 1818.4565,974.18543 1817.7599,971.25862 1815.1856,970.0605 C 1814.9379,967.04495 1812.7392,966.22694 1810.2795,965.72238 C 1808.5924,964.24193 1805.0984,965.56023 1804.7696,962.74387 C 1801.2185,961.59531 1805.4483,958.12475 1803.3307,955.97758 C 1800.6558,953.66547 1802.823,950.26076 1803.5441,947.54647 C 1805.8907,945.48425 1804.1014,942.45768 1805.6888,940.01568 C 1806.016,937.57828 1805.4946,935.1506 1805.9022,932.73955 C 1804.0915,929.98246 1805.451,926.87539 1805.1224,923.94643 C 1803.0775,919.68486 1798.7546,923.8307 1795.4955,923.54327 C 1790.9834,923.01384 1789.2209,928.60523 1785.2281,929.38274 C 1782.6666,931.78787 1787.3961,932.27005 1786.7319,934.52537 C 1785.7267,937.27389 1783.1095,939.36904 1780.2987,939.81385 C 1780.2852,942.95483 1777.5695,942.96059 1775.8705,944.59365 C 1774.5761,947.23517 1773.2619,950.90147 1769.7528,950.99711 C 1767.9686,953.21555 1764.7712,950.12 1763.1058,952.82277 C 1761.0189,954.60019 1758.7442,957.04482 1758.3993,959.79022 C 1760.6397,960.33232 1761.6311,962.11567 1762.6139,963.9657 C 1766.2707,965.15756 1764.6946,969.70738 1766.9398,972.15432 C 1767.7419,974.65592 1764.9265,975.97273 1765.9286,978.49095 C 1765.7279,981.51242 1761.1317,980.7173 1761.1006,983.94142 C 1759.9914,987.52836 1755.8901,987.05606 1753.052,987.86156 C 1751.5729,990.25533 1749.7764,993.69774 1750.9447,996.50734 C 1753.195,998.45482 1750.4403,999.99635 1749.1436,1001.286 C 1749.1322,1003.7699 1747.9968,1006.3769 1745.1704,1006.723 C 1741.8445,1008.4754 1737.85,1006.938 1734.5595,1008.3614 C 1733.0783,1010.4082 1730.1447,1011.588 1731.004,1014.7109 C 1728.6955,1016.4832 1731.6571,1019.2003 1729.6022,1021.2219 C 1727.3518,1021.8516 1725.2245,1018.6037 1722.881,1020.7121 C 1720.5195,1022.9144 1718.9377,1019.9291 1718.063,1018.0137 C 1715.2549,1015.5531 1713.7565,1022.3238 1711.0727,1019.4367 C 1709.5099,1017.5184 1710.7829,1014.3142 1707.2216,1014.3172 C 1704.5136,1013.6129 1703.7571,1008.9445 1700.341,1010.4425 C 1697.1047,1011.1498 1693.9075,1010.3738 1691.3455,1008.3614 C 1688.7388,1007.8314 1687.4842,1010.8219 1688.0034,1012.9792 C 1685.6569,1014.5978 1681.5552,1012.4663 1680.1219,1015.9863 C 1676.6469,1018.6871 1672.6524,1021.2724 1668.3926,1022.3274 C 1665.188,1020.4991 1661.5936,1022.0889 1658.3245,1020.6579 C 1655.1023,1021.7235 1653.3141,1025.5964 1649.4682,1025.3832 C 1646.9947,1025.5765 1646.057,1027.729 1644.1859,1028.8466 C 1641.4475,1028.1579 1638.6951,1027.4841 1635.9238,1028.4845 C 1630.5446,1028.9979 1628.276,1022.174 1625.2757,1019.1276" style="fill:none;stroke:#646464;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"/>
<path id="polyline3179" d="M 1949.256,811.98425 C 1951.2458,810.32765 1953.1575,807.99596 1953.9627,805.52662 C 1952.9446,803.33123 1953.3041,801.40383 1953.4706,799.16365 C 1952.4584,796.93484 1952.1665,795.17421 1949.6366,794.54584 C 1949.2119,791.92374 1944.1389,792.96053 1945.5241,789.91388 C 1946.6881,787.59172 1948.2008,783.90435 1944.8279,782.63775 C 1941.3317,781.59685 1946.6113,779.44359 1944.7906,777.76477 C 1943.3686,776.45521 1941.7924,775.27504 1941.0217,773.44213" style="fill:none;stroke:#646464;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"/>
<path id="polyline3181" d="M 1945.2826,724.72359 C 1949.9148,727.60332 1955.3459,726.58036 1960.5725,726.81741 C 1962.9673,726.38232 1966.3794,726.79239 1966.69,723.55592 C 1967.8478,719.40103 1970.4683,713.54625 1975.7971,714.81614 C 1979.3565,715.58246 1977.4139,719.57224 1976.9946,721.87744 C 1978.4563,723.19228 1980.9505,723.44891 1982.0262,725.48891 C 1983.7998,725.88598 1984.3902,721.20232 1987.0485,723.3006 C 1988.3988,726.50035 1990.6316,723.96517 1992.8878,724.92426 C 1995.226,724.1023 1996.559,722.93908 1995.4871,726.76408 C 1996.307,729.17183 2000.7069,729.20262 1999.8131,732.50971 C 1999.9763,733.10218 1999.7433,733.78603 2000.0624,734.33224" style="fill:none;stroke:#646464;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"/>
<path id="polyline3183" d="M 510.08995,1483.4121 C 508.97935,1490.0322 512.84544,1489.9206 514.4406,1490.1821 C 517.1247,1492.3662 514.4212,1496.5211 517.65008,1498.0788 C 519.73137,1495.3985 522.31511,1496.8398 525.16446,1495.5728 C 527.34373,1496.0235 532.22653,1497.4269 529.29576,1500.4841 C 530.83455,1502.7641 529.65401,1506.8179 534.01722,1506.3387 C 538.01999,1507.1527 538.45616,1502.2634 538.66247,1500.0226 C 541.01096,1499.0158 544.0212,1499.6185 546.37733,1500.4193 C 548.61932,1502.0882 551.53823,1504.0486 554.41433,1503.6765 C 557.31199,1501.6442 560.47934,1503.9942 561.19663,1507.0382 C 561.02029,1510.4145 561.08409,1514.1622 560.96915,1517.2552 C 558.35606,1519.1055 559.9684,1522.8548 557.53858,1524.9956 C 558.46408,1527.9324 555.65391,1530.4483 554.00314,1532.3195 C 552.0677,1533.9528 547.94144,1535.5305 550.87781,1538.6324 C 552.74636,1540.5259 552.46861,1545.269 556.24801,1544.6175 C 558.84221,1545.9143 562.08643,1546.4686 564.7939,1546.7496 C 568.01629,1545.2559 565.02359,1541.1164 566.70477,1538.716 C 565.54972,1535.8176 567.42758,1532.2012 570.39246,1532.0865 C 572.97351,1530.1928 577.78753,1530.8402 573.19363,1533.4156 C 571.37457,1535.7653 570.00121,1539.8427 573.78957,1540.8626 C 575.98872,1543.9197 578.22799,1544.5157 581.0654,1542.3914 C 584.28998,1543.5018 585.10188,1545.5817 587.88031,1546.7665 C 591.78716,1544.8199 591.94715,1551.2677 593.793,1550.3818 C 596.44929,1547.5752 597.79839,1550.8332 600.4948,1551.7805 C 602.30914,1555.2615 606.85296,1552.0736 609.42823,1554.8803 C 609.91721,1557.9722 613.63616,1559.3043 616.04101,1560.7739 C 618.42598,1563.2717 621.20647,1559.27 623.46092,1561.2655 C 626.33549,1563.0377 629.70818,1561.6189 632.78188,1562.9581 C 636.29232,1562.5575 638.19044,1558.7713 641.94984,1559.4405 C 643.03311,1562.6774 646.31201,1565.5912 644.41592,1569.2657 C 642.27299,1571.2079 645.86733,1575.421 648.53899,1575.075 C 652.33673,1573.0126 652.31326,1578.0512 654.9056,1579.0714 C 658.091,1579.7565 658.89966,1583.3883 660.87681,1585.3403 C 660.50066,1589.4566 663.13142,1588.843 665.73372,1590.41 C 663.28541,1594.4096 668.33,1593.9955 669.44445,1591.6007 C 671.21498,1592.3341 670.0763,1587.8889 672.67281,1586.6813 C 674.75722,1584.1328 676.88762,1589.8105 679.73198,1589.5587 C 681.45088,1591.2823 685.0464,1588.1927 687.46745,1590.3413 C 690.42793,1588.515 691.39041,1584.9596 694.17351,1583.4208 C 695.60487,1589.0017 697.19289,1579.0654 697.968,1581.9064 C 700.40787,1583.3584 702.40938,1586.43 704.89358,1586.8237 C 708.24413,1585.8725 708.05909,1590.8918 711.49142,1591.3774 C 714.32824,1595.5439 716.23325,1588.9905 718.56752,1590.2815 C 716.98215,1593.2039 717.48547,1596.1118 720.72775,1597.6782 C 722.58947,1599.6387 722.49143,1603.3897 724.57776,1604.7124 C 728.3114,1603.597 729.09153,1606.7585 729.43588,1609.5132 C 732.29967,1609.278 734.80952,1611.742 737.77061,1610.8657 C 737.90939,1606.3341 741.47709,1609.3267 744.25271,1608.6585 C 746.6325,1606.0923 748.93238,1605.5366 751.78477,1606.4029 C 754.34639,1605.0992 757.5579,1604.2673 759.19283,1602.2333 C 762.29487,1602.0992 764.47947,1604.8893 767.19191,1605.5585 C 771.95579,1604.1741 770.25751,1609.0578 772.13999,1611.2426 C 773.80584,1614.8334 777.79802,1612.6653 778.48118,1609.6757 C 776.20249,1605.7422 790.12355,1604.7324 784.3284,1604.6791 C 786.1349,1606.9802 787.42095,1607.8802 788.34016,1610.2293 C 790.49649,1610.0708 793.79141,1611.5919 796.42197,1610.0697 C 798.1372,1606.8405 801.49072,1612.8277 803.48723,1609.0154 C 805.79159,1608.2099 808.86067,1609.9858 811.59084,1609.9693 C 813.59221,1606.8625 814.75446,1609.7465 818.0437,1610.3482 C 820.62174,1608.7814 823.67409,1612.7578 823.48892,1607.8288 C 823.94021,1604.4912 822.85181,1600.9279 820.1578,1598.9184 C 817.76359,1598.457 823.72289,1595.531 819.76717,1593.7107 C 821.90869,1592.1019 822.45014,1589.6532 822.11666,1586.3751 C 820.4033,1583.1091 824.54426,1581.2869 826.74294,1580.341 C 830.31656,1577.7944 831.36464,1584.2338 834.89332,1583.2765 C 837.2996,1584.1719 840.81908,1581.4964 842.16317,1584.7549 C 845.2511,1585.1473 847.14059,1586.4248 849.95796,1588.1224 C 852.87794,1588.0067 854.46634,1594.055 857.14633,1591.702 C 859.37448,1587.8939 861.85083,1592.6336 863.93014,1593.1247 C 867.03789,1592.0126 869.00573,1593.9391 871.97573,1594.4761 C 875.33618,1592.0886 877.12905,1595.5195 879.71355,1597.0467 C 883.06282,1598.8196 880.30294,1602.6691 883.13481,1604.7949 C 885.26303,1607.9543 887.60132,1606.9908 890.12852,1605.5912 C 892.94606,1604.8085 894.57708,1604.5278 897.65513,1606.1349 C 900.1171,1605.5594 903.75454,1606.9891 905.70931,1605.5527 C 910.85358,1604.9537 908.07433,1608.7232 910.2492,1610.5666 C 914.08649,1609.7136 913.76974,1613.9067 915.20682,1616.0789 C 918.37164,1618.3784 916.63786,1623.1177 919.2037,1625.5385 C 919.71834,1628.5418 925.91986,1627.4577 924.4263,1624.0943 C 922.48061,1622.5357 925.6404,1615.8493 927.49017,1619.0334 C 930.50954,1620.6117 934.45053,1614.9091 937.41819,1618.7686 C 937.88206,1622.2214 941.66493,1622.1354 944.07911,1623.0668 C 946.84551,1622.0256 948.86967,1624.7035 951.8605,1622.9538 C 953.81955,1624.1155 959.27455,1624.0333 957.24131,1626.9501 C 954.70265,1629.9744 960.36324,1630.6153 962.46116,1630.8808 C 965.932,1634.2126 958.79171,1632.1019 958.18609,1634.9912 C 957.50552,1637.3252 956.01241,1640.131 955.88079,1642.9523 C 955.91962,1644.979 956.59239,1648.2395 959.38564,1646.9771 C 962.03898,1648.6916 965.12602,1647.6701 968.16402,1648.2754 C 971.1483,1648.8815 972.16152,1652.6576 975.25573,1653.2098 C 976.6916,1656.135 979.93864,1656.1781 982.20826,1655.2504 C 984.28945,1655.0616 985.15252,1658.5964 985.84573,1661.0743 C 986.25461,1663.9304 986.50159,1667.4777 988.57968,1669.7938 C 990.80221,1671.349 993.12657,1674.6572 995.93332,1672.2707 C 997.95809,1673.0179 1001.7209,1671.431 1002.9173,1670.2606 C 1003.0695,1667.716 1007.5315,1667.2157 1007.2878,1663.3868 C 1008.4012,1660.829 1012.1668,1659.7275 1014.9401,1660.4458 C 1018.0353,1662.4104 1021.2718,1659.1408 1024.3182,1657.9505 C 1026.8618,1658.6055 1029.4227,1660.1891 1031.9681,1660.4619 C 1035.0235,1661.3216 1035.9379,1663.0216 1038.4422,1664.5515 C 1041.1119,1665.0866 1043.4597,1667.0113 1046.4914,1666.4871 C 1046.217,1669.0876 1049.7162,1671.4267 1051.1746,1673.517 C 1052.6641,1675.8797 1056.1515,1675.0834 1058.3301,1677.0162 C 1062.1534,1678.2366 1060.292,1671.1773 1064.5026,1672.2643 C 1066.5313,1674.191 1069.7139,1674.7238 1072.7291,1674.8915 C 1075.1701,1676.0259 1080.4038,1676.3841 1076.6572,1672.7206 C 1075.3949,1670.0178 1073.1529,1666.9725 1076.8607,1666.7963 C 1076.5049,1663.0764 1081.3972,1664.767 1082.7008,1661.7221 C 1085.1616,1660.3682 1088.16,1661.7886 1090.6579,1662.9154 C 1093.5371,1661.4971 1094.7196,1658.9432 1097.5914,1657.8514 C 1098.0912,1654.803 1104.287,1653.5902 1103.1331,1654.1773 C 1105.7579,1655.0474 1109.553,1656.2679 1109.7557,1652.4208 C 1111.9462,1647.3176 1114.3825,1654.3648 1116.4899,1652.4472 C 1118.5262,1649.6818 1120.9356,1653.4928 1123.6383,1651.404 C 1124.3445,1653.7845 1126.0893,1656.8365 1128.5952,1658.0491 C 1130.4526,1662.0172 1133.4535,1657.3609 1136.2012,1658.4975 C 1137.6823,1659.6603 1139.1614,1658.587 1140.7501,1658.4114" style="fill:none;stroke:#646464;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none" inkscape:transform-center-x="-312.22571" inkscape:transform-center-y="91.711108" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"/>
<path id="polyline3185" d="M 920.55923,1627.232 C 920.19278,1629.8376 917.64254,1631.5687 920.70833,1633.5965 C 919.7447,1634.375 914.88191,1639.3951 919.04945,1638.8707 C 921.35806,1637.3424 923.54173,1642.1095 923.63736,1644.2284 C 922.24163,1645.9789 917.68658,1645.8345 918.06959,1647.9624 C 919.99731,1650.0833 920.92312,1652.8705 921.06811,1655.4082 C 922.10098,1657.5389 925.98847,1655.8891 928.02882,1657.4716 C 930.5683,1657.5047 935.49889,1658.1939 935.00566,1654.3829 C 937.54155,1654.0686 938.06155,1653.9048 940.24284,1651.9089 C 942.38728,1653.168 945.4339,1652.49 947.84459,1651.2489 C 949.02894,1649.6752 947.5108,1643.9628 950.12577,1645.9697 C 951.99034,1646.9497 954.91591,1646.9829 955.82425,1644.3166" style="fill:none;stroke:#646464;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none" inkscape:transform-center-x="-423.42272" inkscape:transform-center-y="152.18689"/>
<path id="polyline3187" d="M 987.17111,1655.0069 C 983.78756,1653.0508 987.03076,1650.3837 987.82763,1647.9215 C 991.52735,1644.5842 988.79379,1651.2464 990.87625,1652.6073 C 994.12092,1654.3115 992.24185,1656.7726 988.4935,1655.5498 C 988.08506,1655.0691 987.862,1654.7439 987.17111,1655.0069 z" style="fill:none;stroke:#646464;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none" inkscape:transform-center-x="-475.91757" inkscape:transform-center-y="161.23798"/>
<path style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 428.6147,473.05883 C 455.95567,474.87741 480.59394,474.94229 491.38772,466.84157 C 505.40237,455.49847 513.95131,410.3087 499.17972,398.59426 C 475.20598,379.58217 470.4878,362.2728 475.99086,314.66688" id="path2691" sodipodi:nodetypes="ccss"/>
</g>
<g inkscape:groupmode="layer" id="layer14" inkscape:label="Legend" style="display:inline">
<g transform="translate(19.032227,8)" id="g7172">
<text sodipodi:linespacing="125%" xml:space="preserve" x="97.243156" y="1839.4103" transform="scale(1.0299372,0.970933)" id="text4242" style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;font-family:Arial;-inkscape-font-specification:Arial"><tspan x="97.243156" y="1839.4103" id="tspan4244" sodipodi:role="line" style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;font-family:Arial;-inkscape-font-specification:Arial">0</tspan></text>
<text sodipodi:linespacing="125%" xml:space="preserve" x="542.34253" y="1839.4103" transform="scale(1.0299372,0.970933)" id="text4246" style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;font-family:Arial;-inkscape-font-specification:Arial"><tspan x="542.34253" y="1839.4103" id="tspan4248" sodipodi:role="line" style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;font-family:Arial;-inkscape-font-specification:Arial">250</tspan></text>
<text sodipodi:linespacing="125%" xml:space="preserve" x="319.53906" y="1836.2384" transform="scale(1.0299372,0.970933)" id="text4250" style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;font-family:Arial;-inkscape-font-specification:Arial"><tspan x="319.53906" y="1836.2384" id="tspan4252" sodipodi:role="line" style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;font-family:Arial;-inkscape-font-specification:Arial">(km)</tspan></text>
</g>
<g transform="translate(20.032227,12)" id="g7188">
<text xml:space="preserve" style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial;-inkscape-font-specification:Arial" x="93" y="1840.0374" id="text7180" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan7182" x="93" y="1840.0374">41°</tspan></text>
<text xml:space="preserve" style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:100%;writing-mode:lr-tb;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial;-inkscape-font-specification:Arial" x="92.726563" y="1793.7874" id="text7184" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan7186" x="92.726563" y="1793.7874">51° 30'</tspan></text>
</g>
<path sodipodi:nodetypes="ccccccc" d="M 119.13223,1848.0475 L 119.13223,1801.0269 L 577.52881,1801.0268 C 555.40679,1810.5984 535.33668,1821.1534 518.63788,1832.7432 C 511.31423,1837.8044 503.13144,1842.6409 497.07351,1848.0475 L 497.07351,1848.0475 L 119.13223,1848.0475 z" style="fill:#ffffff;stroke:#000000;stroke-width:0.40000001;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none" id="path7113"/>
<path sodipodi:nodetypes="ccccccc" d="M 270.36669,1848.0437 L 194.73685,1848.0437 C 197.19022,1838.1049 200.38885,1828.2056 203.67099,1818.3164 C 206.02367,1812.5486 208.07415,1806.7537 210.85667,1801.0232 L 302.59198,1801.0232 C 288.95312,1815.4664 279.78679,1830.6363 271.40053,1845.8315 C 271.03676,1846.5671 270.69084,1847.3045 270.36669,1848.0437 z" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7115"/>
<path sodipodi:nodetypes="ccccccc" d="M 346.00368,1848.0437 L 421.62503,1848.0437 C 428.97003,1840.2228 438.7864,1832.939 447.68023,1825.467 C 458.84604,1816.8373 471.83278,1808.6956 486.03756,1801.0232 L 394.311,1801.0232 C 383.34544,1808.9283 373.6358,1817.2033 365.26982,1825.7248 C 358.85208,1833.1628 351.37279,1840.4298 346.00368,1848.0437 z" style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7117"/>
<path id="polyline7119" style="fill:none;stroke:#000000;stroke-width:0.3;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none" d="M 119.13223,1839.1088 L 508.99281,1839.1088M 119.13223,1830.132 L 522.40202,1830.132M 119.13223,1821.1814 L 536.80452,1821.1814M 119.13223,1812.2228 L 553.69021,1812.2228M 119.13223,1803.2454 L 572.39877,1803.2454"/>
<path id="path7194" d="M 116.53223,1848.0475 L 121.78223,1848.0475" style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<path style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 116.53223,1801.0268 L 121.78223,1801.0268" id="path7196"/>
</g>
</svg>
/branches/refact/services/presentations/images/cartes/france_02.svg
New file
0,0 → 1,376
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="550"
viewBox="0 0 587.5 550"
preserveAspectRatio="xMinYMin"
id="svg1"
version="1.0">
<title>Carte de France</title>
<metadata id="metadata7">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<cc:license rdf:resource="http://web.resource.org/cc/PublicDomain"/>
</cc:Work>
<cc:License rdf:about="http://web.resource.org/cc/PublicDomain">
<cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
<cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
<cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
</cc:License>
<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>
<pattern id="fond" x="0" y="0" width="100%" height="100%" patternUnits="objectBoundingBox" >
<rect x="0" y="0" width="50" height="50" style="fill:#FFFFFF"/>
</pattern>
</defs>
<style id="cssCarte" type="text/css">
@CHARSET "UTF-8";
/* Pour cacher, une zone de la carte passer son opacity à zéro.
*
* Pour modifier le style d'un département utiliser les classe : .departement
* Par exemple : .departement61, .departement05, .departement972
*
* Pour modifier le style d'une région utiliser les classe :
* .alsace, .aquitaine, .auvergne, .bretagne, .bourgogne, .centre, .champagne, .corse, .franche-comte, .idf,
* .languedoc, .limousin, .lorraine, .midi (Midi-Pyrénées), .basse-normandie, .haute-normandie,
* .npdc (Nord-Pas-de-Calais), .paca (Provence-Alpes-Cote d'Azur), .pdll (Pays de la Loire), .poitou,
* .rhone-alpes
*/
.bordure {
fill-opacity: 1;
fill:white;
stroke:black;
stroke-opacity: 1;
stroke-width:1;
stroke-miterlimit: 3.97446823;
stroke-dasharray: none;
}
.cadre {
fill: none;
fill-rule: evenodd;
stroke: rgb(51, 51, 51);
stroke-width: 0.918924px;
stroke-linecap: butt;
stroke-linejoin: miter;
stroke-opacity: 1;
}
.txt {
font-size:9px;
font-style:normal;
font-variant:normal;
font-weight:normal;
font-stretch:normal;
fill:#000000;
fill-opacity:1;
stroke:none;
stroke-width:1px;
stroke-linecap:butt;
stroke-linejoin:miter;
stroke-opacity:1;
font-family:Sans;
}
.land {
fill: #E0E3E5;
fill-opacity: 1;
stroke: white;
stroke-opacity: 1;
stroke-width:0.5;
stroke-miterlimit: 3.97446823;
stroke-dasharray: none;
}
.titre{
width:50px;
}
#couche-num-dep text{
font-size:9px;
font-style:italic;
font-variant:normal;
font-weight:bold;
font-stretch:normal;
text-align:start;
line-height:100%;
text-anchor:start;
fill:#000000;
fill-opacity:1;
stroke:none;
stroke-width:1px;
stroke-linecap:butt;
stroke-linejoin:miter;
stroke-opacity:1;
display:inline;
font-family:Serif;
}
.mayotte {
opacity:1;
}
.dom {
opacity:1;
}
.idfbig {
opacity:1;
}
.idfsmall {
opacity:0;
}
</style>
<rect x="0" y="0" width="587.5" height="550" class="bordure" />
<g
style="font-size:12;fill:none;stroke:#000000;stroke-width:600.4;stroke-linecap:round;stroke-linejoin:round;"
viewBox="-130372.3 -5686867.2 1200851.3 1118189.4"
id="fra">
<path
d="M 505115.8 -5440680 L 505491.8 -5441181 L 506226.1 -5441310 L 506660.4 -5441953 L 506726.2 -5443411 L 507554.9 -5442682 L 508149.1 -5442763 L 508402.6 -5443031 L 508157.1 -5443302 L 507689.1 -5443859 L 509145.1 -5443744 L 509124.8 -5444127 L 510256.9 -5445118 L 509897.8 -5445601 L 509132.8 -5445648 L 508159.8 -5446242 L 508235.8 -5448822 L 507352.1 -5449548 L 506201.8 -5446843 L 506754.5 -5445085 L 505985.6 -5445711 L 505820.2 -5446056 L 506115.6 -5448310 L 505857.9 -5449027 L 505188.5 -5449365 L 504493.8 -5449040 L 504264.3 -5449315 L 504344.2 -5450297 L 503686.7 -5450578 L 503051.2 -5450848 L 502425.4 -5450484 L 502133.8 -5451196 L 501093.6 -5451654 L 500336.3 -5451511 L 499998.9 -5451322 L 499786.3 -5450999 L 499919.3 -5449477 L 500334.2 -5448405 L 501737 -5448753 L 502053.7 -5448051 L 502438.7 -5448020 L 502488.1 -5447695 L 502642.7 -5446420 L 501855.8 -5446510 L 501463.9 -5446570 L 501046.9 -5447618 L 499277.3 -5448949 L 498779.2 -5448391 L 498523.6 -5448114 L 498169.9 -5448274 L 497827.2 -5448454 L 497656.8 -5448790 L 497664 -5450946 L 497279.7 -5451819 L 496884.6 -5452799 L 497294.8 -5453388 L 499616.7 -5453765 L 500010.8 -5453804 L 500814.4 -5453065 L 500560.1 -5452388 L 501564.4 -5451985 L 502736.3 -5452887 L 502320.7 -5454659 L 502320.6 -5454709 L 502291.4 -5455099 L 501846.3 -5456575 L 502143.7 -5457270 L 501908.7 -5457791 L 501905.4 -5458167 L 502464.4 -5458668 L 502421.8 -5459389 L 502099.2 -5459579 L 501304.8 -5458892 L 500936.9 -5458935 L 501235.3 -5459635 L 500568.9 -5459972 L 499480.2 -5459652 L 499098 -5460586 L 497729.2 -5461247 L 497977.7 -5461465 L 498349.8 -5462002 L 497526.9 -5463063 L 497312.4 -5463334 L 499789.1 -5465122 L 500045.7 -5465420 L 500559.2 -5465164 L 500838.1 -5465093 L 502445.4 -5464179 L 502554.7 -5463819 L 503409.2 -5465048 L 504906.6 -5466216 L 505203.7 -5466282 L 505506.4 -5467126 L 505814.6 -5469223 L 506778.6 -5469691 L 506524 -5471882 L 506873 -5471853 L 506900.4 -5474068 L 506851.1 -5474438 L 506834.5 -5474637 L 506811.9 -5474838 L 506789 -5475886 L 507214.1 -5476443 L 507955.9 -5476356 L 508759.4 -5475608 L 511584.1 -5476460 L 511918.4 -5476627 L 511683.8 -5476819 L 511995.8 -5477301 L 511756.4 -5477599 L 511199.4 -5478107 L 510877.6 -5478227 L 509352.1 -5478978 L 509003.3 -5479059 L 507709.5 -5479663 L 507649.9 -5480360 L 508886.3 -5481061 L 508740.2 -5482492 L 508393.5 -5482663 L 507721.4 -5483601 L 507377.7 -5483765 L 506933.6 -5485183 L 508827.4 -5485606 L 509221.6 -5486685 L 509079 -5487843 L 509481.3 -5488018 L 509500.1 -5489890 L 509106.4 -5490540 L 509156 -5491300 L 510025.6 -5491628 L 509958.2 -5491933 L 509743.8 -5492242 L 508955.2 -5493897 L 508836.5 -5494537 L 508591.1 -5494811 L 507352.8 -5496066 L 507153.3 -5496318 L 506744.4 -5496816 L 506961.6 -5496919 L 507875.8 -5497522 L 508132.3 -5497794 L 507967 -5498116 L 508126.4 -5498780 L 507640.5 -5499748 L 506955 -5499938 L 507167.3 -5500597 L 507760.7 -5500826 L 507812.1 -5501499 L 508139.3 -5501615 L 508920.2 -5501112 L 509169.1 -5502042 L 509018.9 -5502398 L 508389.9 -5503327 L 509086.4 -5505039 L 508562.6 -5506076 L 508688.6 -5506066 L 508203.3 -5508260 L 507267.7 -5509342 L 507173.5 -5509695 L 506987.8 -5510770 L 506837 -5511791 L 507255 -5512756 L 506870.1 -5512779 L 505334.4 -5512807 L 504724.5 -5513259 L 504872.2 -5513581 L 504437.2 -5514472 L 505883.1 -5515489 L 506211.3 -5515625 L 506090.1 -5515974 L 506227.3 -5517041 L 505807.7 -5517643 L 505953.9 -5518237 L 506147.4 -5518505 L 505974.8 -5518681 L 505719.3 -5518901 L 504399.3 -5518776 L 504312.9 -5519506 L 504159.3 -5520160 L 505040.2 -5520674 L 505333.6 -5520866 L 505618.7 -5520953 L 505915.1 -5521143 L 506107.2 -5521684 L 506011 -5522032 L 505754.9 -5523815 L 505140 -5524703 L 505358.6 -5524990 L 505982.1 -5525269 L 506151.4 -5524965 L 506023.2 -5523943 L 506356.9 -5523846 L 508609.5 -5525775 L 508608.9 -5526058 L 508517 -5526580 L 508859.1 -5527598 L 508681 -5528910 L 508501.7 -5529215 L 508936.6 -5529666 L 509107.2 -5530411 L 509958.6 -5531650 L 511572.7 -5532842 L 511899.9 -5532952 L 512018.5 -5533251 L 511663.8 -5533349 L 511701.6 -5533710 L 511809.7 -5534711 L 512295.7 -5535228 L 513895.5 -5536291 L 514614.2 -5537175 L 514313.2 -5537122 L 513882.2 -5537551 L 513534.1 -5537439 L 512819 -5537298 L 511910.4 -5537855 L 511238.6 -5537867 L 511489.1 -5538109 L 512366.7 -5539896 L 512460.2 -5540119 L 514672 -5540777 L 516520.4 -5542149 L 516852.9 -5541951 L 517577.3 -5542231 L 517632.2 -5542201 L 517767.5 -5541876 L 518421.8 -5541627 L 518632.2 -5542292 L 518972.9 -5542207 L 519232.7 -5542150 L 519487.5 -5542078 L 520006.5 -5541190 L 519690.3 -5541057 L 520556.9 -5540491 L 521624.2 -5540763 L 521940.3 -5540862 L 522256.4 -5540963 L 523574.2 -5540579 L 524250.4 -5540753 L 524715.3 -5541741 L 525292 -5542127 L 525186.7 -5542474 L 525393.3 -5542794 L 526906 -5542876 L 527836.5 -5542286 L 528217.4 -5542297 L 528646.1 -5542682 L 529861 -5541817 L 530544.9 -5541878 L 530800.3 -5541602 L 530752.7 -5541303 L 534849.2 -5541050 L 535223 -5540980 L 536302.3 -5542274 L 536431.9 -5542588 L 536509.4 -5542827 L 538065.8 -5543213 L 538909.5 -5544673 L 539590.7 -5544878 L 539960.6 -5544895 L 540775.2 -5544796 L 541336.2 -5544387 L 541598.7 -5544149 L 542674.8 -5543802 L 543650.3 -5542649 L 543724.5 -5542275 L 543875.9 -5541967 L 544113.4 -5541717 L 544639.1 -5542140 L 544896.5 -5542358 L 545256.7 -5542501 L 546191.6 -5543061 L 547239.5 -5542590 L 547543.8 -5543264 L 547216.1 -5543405 L 547255.9 -5544335 L 547792.2 -5545041 L 548090.2 -5545087 L 550640 -5546281 L 550982.1 -5546379 L 551325.6 -5546691 L 551761.4 -5546123 L 553303.4 -5545245 L 553528.8 -5544966 L 555338 -5544701 L 555645.5 -5544487 L 555841.8 -5544144 L 556962.1 -5544412 L 558217.3 -5543573 L 558564.9 -5543400 L 559733.3 -5544273 L 560078.5 -5544389 L 560878.9 -5543590 L 562362.1 -5543281 L 563338.9 -5542708 L 563414.2 -5542337 L 563057 -5542208 L 563662 -5541729 L 563722.9 -5540580 L 563719.2 -5540193 L 566034.8 -5541766 L 566253.3 -5542063 L 567693.9 -5542458 L 568073.8 -5542450 L 568186.2 -5542155 L 570494.5 -5544117 L 571016.9 -5543798 L 571147.3 -5543448 L 571440.3 -5542368 L 570387.4 -5539591 L 570446.4 -5538482 L 570786.6 -5538617 L 572233.6 -5538685 L 572651.8 -5537673 L 573380.8 -5537689 L 573803.2 -5537347 L 574072 -5537249 L 575048.7 -5537681 L 577220.7 -5537173 L 577578.5 -5537061 L 577914.7 -5536032 L 579016 -5536233 L 579384.8 -5536155 L 581634 -5536847 L 581956.7 -5536991 L 582182 -5537298 L 582348.8 -5536875 L 582795.2 -5536611 L 583929.3 -5536960 L 584439.9 -5536843 L 584606.6 -5536420 L 585257.1 -5536382 L 585779.2 -5536050 L 585693.2 -5534965 L 585999.8 -5534621 L 586634.8 -5534872 L 587568.7 -5534922 L 588355 -5535036 L 588774 -5535225 L 588613.5 -5534765 L 588541.1 -5534556 L 588367.2 -5533411 L 587771.5 -5532443 L 587570.6 -5530128 L 587893.5 -5529487 L 588722.3 -5529354 L 588967.3 -5528765 L 589645.1 -5528607 L 590318.5 -5528809 L 590266.8 -5528428 L 589976.8 -5524276 L 589943.2 -5523927 L 589908.6 -5523577 L 589699.1 -5523273 L 588823.9 -5522634 L 588585.5 -5521237 L 588113.6 -5520761 L 587522.7 -5517889 L 587866.5 -5517770 L 588426.3 -5516467 L 588277.7 -5516134 L 587211 -5515209 L 586954.5 -5514936 L 587371.6 -5514343 L 587539.1 -5514007 L 588274.5 -5514215 L 589550.3 -5513405 L 589914.5 -5512330 L 588749.7 -5511344 L 588451.3 -5509918 L 588563.7 -5509568 L 588410 -5509143 L 588053.7 -5508990 L 586956.9 -5508613 L 586752.4 -5508365 L 585972.3 -5507812 L 586054.7 -5507469 L 585488.5 -5506203 L 585556.1 -5505943 L 585170.9 -5505846 L 584087.9 -5505367 L 583748.7 -5505268 L 583098.1 -5504991 L 582793.8 -5504833 L 582801.6 -5503566 L 581340.4 -5503583 L 581330.7 -5503195 L 581263.1 -5500516 L 580724.2 -5499499 L 580623.6 -5498579 L 580243.4 -5498504 L 579204.5 -5498104 L 577423.5 -5498832 L 575912 -5498698 L 575689.5 -5499015 L 575315.4 -5499021 L 575061.9 -5497612 L 574179.7 -5497005 L 574563.7 -5496366 L 575740.3 -5494887 L 576688.7 -5494424 L 576970.3 -5494181 L 576685 -5493491 L 576867.5 -5492007 L 577893 -5491591 L 576677.6 -5489770 L 576011.9 -5489439 L 576126.7 -5488716 L 577261.6 -5488516 L 577853.9 -5488060 L 577836.6 -5486159 L 577771 -5485795 L 576761.2 -5486078 L 576477.7 -5484693 L 575373.4 -5484628 L 575345.7 -5484271 L 575382.9 -5483199 L 575398.4 -5482880 L 575452.8 -5481925 L 575448.2 -5481560 L 575450.5 -5481186 L 575512.2 -5480446 L 577288.9 -5477662 L 576943 -5477799 L 576610.7 -5477684 L 575912.4 -5477612 L 575224.8 -5476815 L 575360.3 -5476523 L 575654.3 -5475322 L 576100.4 -5473597 L 576020.8 -5473221 L 575468 -5472275 L 575258.4 -5470820 L 575305.7 -5470438 L 575172.7 -5468127 L 574151.4 -5468145 L 573519.8 -5467927 L 573454.4 -5468277 L 573180.5 -5468935 L 571599.3 -5470193 L 571226.3 -5470224 L 569760.5 -5469995 L 569514 -5470286 L 567805.1 -5472311 L 567689.6 -5472611 L 567075.7 -5473336 L 566824.2 -5473071 L 566037 -5471940 L 564980.2 -5471652 L 564639.9 -5471511 L 563450.1 -5470657 L 562383.4 -5470371 L 562184.9 -5470115 L 562364.8 -5469494 L 562122.7 -5468904 L 561944.3 -5468686 L 561502.8 -5468479 L 561606.2 -5468125 L 562134.4 -5467617 L 562198.2 -5466912 L 561801 -5466300 L 560448.7 -5466875 L 560127.9 -5467053 L 559786.8 -5467615 L 559404.7 -5467614 L 558282.8 -5467804 L 557565.3 -5467581 L 557288.8 -5467336 L 556595.3 -5467123 L 556427.9 -5467450 L 556138.5 -5467266 L 555001.9 -5466524 L 554176.8 -5466577 L 553785.6 -5466510 L 553800 -5466189 L 553860.9 -5465550 L 553440.1 -5465169 L 553092.9 -5465097 L 551707.4 -5464987 L 551322.2 -5464903 L 550309 -5464368 L 549892.5 -5464166 L 548573.8 -5463924 L 548380.2 -5463585 L 547011.8 -5462932 L 546819.2 -5462614 L 546653.2 -5461516 L 546348.8 -5461304 L 546499.2 -5460984 L 547636.9 -5460174 L 547862.1 -5459697 L 547335.3 -5458787 L 547989.9 -5457923 L 548320.7 -5457774 L 547981.4 -5457653 L 547607.2 -5457036 L 548716 -5454588 L 549065 -5454520 L 549211.4 -5454187 L 548419.4 -5452627 L 547361.8 -5452446 L 547608.4 -5452189 L 547611.2 -5451488 L 548176.5 -5451055 L 549208.4 -5450873 L 549598.8 -5449931 L 550725.7 -5450817 L 550955.7 -5450244 L 551253.6 -5450158 L 551203.9 -5449782 L 550741.7 -5449182 L 551403.6 -5447898 L 552817.9 -5447324 L 553894.9 -5447737 L 554662.9 -5447640 L 554509.8 -5445870 L 554499.2 -5445507 L 554190.8 -5445332 L 553835.7 -5445319 L 553492.3 -5445120 L 552198.3 -5444209 L 551847 -5444111 L 551200.2 -5443773 L 550809.2 -5444381 L 550632.6 -5444650 L 549771 -5445014 L 549437.6 -5444846 L 547654.3 -5444362 L 545440.2 -5444628 L 545196.8 -5444450 L 545104.3 -5444201 L 545105 -5443479 L 544544 -5443026 L 544433.1 -5441970 L 543675.6 -5441206 L 543790 -5440867 L 544657.9 -5440682 L 545150.4 -5439733 L 545332.9 -5439418 L 546053.5 -5437379 L 546554.7 -5436853 L 546522 -5436469 L 546053.8 -5435860 L 544247.2 -5435784 L 544001.6 -5435480 L 543755.2 -5434747 L 543037.5 -5434470 L 542816.3 -5434383 L 542801.6 -5434002 L 542646.2 -5432105 L 542755.6 -5431769 L 544805.8 -5431532 L 544883.4 -5431852 L 547381.1 -5432429 L 547999.6 -5432027 L 548376.6 -5431981 L 549426.8 -5429624 L 548786 -5428725 L 548518.5 -5428462 L 548172.1 -5428311 L 546665.6 -5428264 L 546522.9 -5427912 L 545545 -5425864 L 545328.8 -5424034 L 544997.5 -5423934 L 543990.2 -5423958 L 543154.9 -5423372 L 543348.5 -5423082 L 543879.6 -5421872 L 543304 -5421641 L 542936.7 -5421535 L 541920.5 -5421004 L 541929.8 -5420621 L 541785.5 -5418736 L 541367.4 -5418164 L 539954.2 -5418323 L 538574.2 -5417993 L 538015.8 -5417261 L 537141.7 -5415647 L 536719.8 -5413463 L 536065.1 -5413193 L 535741.8 -5413044 L 535131.3 -5412893 L 535369.2 -5412203 L 535537.7 -5411878 L 535457.2 -5411582 L 535422.7 -5411277 L 535053.5 -5411240 L 534323.1 -5411119 L 533723.6 -5409772 L 533524 -5410059 L 532503.1 -5410293 L 532532.7 -5410613 L 533001.8 -5411749 L 532725.2 -5412017 L 531599.1 -5412154 L 530856.3 -5412989 L 529790.2 -5412553 L 529083.5 -5412851 L 529239 -5413108 L 529590.5 -5413905 L 529207.4 -5413919 L 528279.1 -5413351 L 527935.3 -5413519 L 527871.9 -5415012 L 526939.6 -5416142 L 527361.3 -5417597 L 526754 -5419771 L 526339.1 -5418742 L 524031.2 -5417441 L 523061.1 -5418646 L 522772.5 -5418908 L 522751.2 -5419303 L 522706.3 -5420486 L 522155.8 -5421967 L 521879.3 -5421731 L 520620.7 -5421004 L 519573.9 -5420700 L 519257.2 -5420877 L 518865.3 -5421554 L 518967.7 -5421769 L 519090.1 -5421973 L 518808.5 -5422231 L 518547.5 -5423347 L 518503.1 -5423716 L 517846.3 -5424984 L 516765.2 -5425056 L 516663.8 -5425382 L 516614.6 -5426352 L 516297.3 -5426230 L 516183.9 -5426577 L 515160.4 -5426944 L 515133 -5427269 L 514403.7 -5428275 L 512397.7 -5429016 L 511770.1 -5429842 L 511800.4 -5430543 L 512759.6 -5431118 L 513093.3 -5432550 L 513787.9 -5432823 L 513791.6 -5433185 L 513073.7 -5433868 L 513136 -5434538 L 513015.7 -5434907 L 512124.9 -5436173 L 511452.5 -5436562 L 511930.6 -5438701 L 511565.5 -5438660 L 510506.9 -5438933 L 509985.8 -5439446 L 508928.8 -5439537 L 508745.2 -5439742 L 508282.7 -5439497 L 505692.6 -5440163 L 505114.5 -5440679 L 505115.8 -5440680 z M 499175.1 -5451027 L 499285.2 -5451056 L 499331.5 -5451186 L 499487.6 -5451214 L 499546.4 -5451099 L 499577.7 -5451239 L 499665 -5451398 L 499734 -5451392 L 499866.3 -5451551 L 499727.6 -5451708 L 499755.1 -5451948 L 499765.1 -5451962 L 500090.1 -5451934 L 500076.3 -5452029 L 499919.9 -5452360 L 499725.1 -5452462 L 499434.8 -5452344 L 499339.9 -5452420 L 499047.6 -5452298 L 499120 -5452007 L 498773.7 -5451860 L 498612.4 -5451717 L 498606.3 -5451652 L 498801.3 -5451646 L 498890.1 -5451520 L 498827.7 -5451295 L 498946.5 -5451204 L 499002.6 -5451234 L 499056.6 -5451218 L 498970.3 -5451054 L 499050.4 -5451103 L 499175.3 -5451027 L 499175.1 -5451027 z "
id="path604" />
</g>
<path id="INSEE-D2A" title="Corse-du-Sud (2A)" class="land departement corse departement2a" d="M 530.5446,479.52925 L 530.5446,481.61726 L 532.45105,482.94875 L 535.65872,484.82493 L 535.87055,486.33798 L 533.9641,486.91294 L 530.938,487.4879 L 530.938,488.78912 L 532.05766,489.93904 L 532.26948,493.72167 L 536.41524,495.05316 L 537.9283,495.41629 L 539.25978,497.5043 L 538.32169,498.83579 L 536.80864,499.38048 L 535.65872,501.46849 L 534.53906,502.79998 L 535.08376,506.18922 L 537.9283,506.00765 L 538.68482,506.58261 L 541.34779,505.25112 L 542.10432,506.00765 L 540.77283,508.85219 L 542.10432,510.18367 L 539.83474,511.87829 L 538.32169,515.26752 L 542.46745,516.23588 L 548.33809,516.78058 L 545.88695,519.62511 C 545.88695,519.62511 544.73525,519.18082 544.22259,519.41328 C 544.20743,519.42075 544.176,519.43477 544.16207,519.44355 C 544.15771,519.44677 544.13601,519.47043 544.13181,519.47381 C 544.12775,519.47735 544.10544,519.50037 544.10154,519.50407 C 544.09797,519.5081 544.07468,519.53014 544.07128,519.53433 C 544.06482,519.54305 544.04678,519.55517 544.04102,519.56459 C 544.03833,519.56947 544.04353,519.58979 544.04102,519.59485 C 544.03638,519.60534 544.01463,519.64415 544.01076,519.65537 C 544.00903,519.66117 544.01229,519.67964 544.01076,519.68563 C 544.00812,519.698 543.98229,519.73301 543.9805,519.74616 C 543.97915,519.7597 543.98096,519.79232 543.9805,519.80668 C 543.98051,520.75233 542.67928,523.04461 542.67928,523.04461 L 544.55546,525.10236 L 547.97496,527.19037 L 554.39029,528.88499 L 556.26648,529.64151 L 557.99136,530.39804 L 556.84144,532.48605 L 559.86754,532.30448 L 560.4425,533.63597 L 563.4686,533.63597 L 564.22513,530.03491 L 562.31868,529.64151 L 564.98165,526.82724 L 564.04356,525.85888 L 564.22513,524.16427 L 567.64463,522.28808 L 567.82619,520.20007 L 565.55661,520.01851 L 564.04356,521.31973 L 564.04356,519.44355 L 567.06967,519.26198 L 568.00776,516.9924 L 568.76428,510.36524 L 568.18932,507.5207 L 568.1288,504.79721 L 564.83035,506.976 L 560.89642,507.12731 L 560.56354,504.40381 L 561.07798,503.70781 L 559.86754,502.8605 L 559.53467,498.23056 L 559.02023,497.38326 L 556.96248,497.38326 L 555.93361,496.53595 L 555.93361,493.26776 L 554.57186,492.42045 L 553.54299,491.90601 L 551.48524,489.33382 L 551.63654,487.79051 L 549.09461,487.79051 L 548.21704,485.21832 L 544.61598,485.21832 L 542.7398,482.64613 L 543.25424,481.79883 L 542.07406,481.10282 L 539.3203,481.61726 L 538.29143,480.95152 L 534.53906,480.95152 L 534.17593,479.92264 L 532.05766,479.52925 L 530.5446,479.52925 z "/>
<path id="INSEE-D2B" title="Haute-Corse (2B)" class="land departement corse departement2b" d="M 562.13712,441.70296 L 559.29258,443.60941 L 559.68597,445.48559 L 561.19903,447.39204 L 559.50441,448.69326 L 560.26093,450.20631 L 559.11102,451.5378 L 559.11102,453.23242 L 561.01746,454.95729 L 561.01746,457.59 L 559.86754,460.04115 L 558.56632,460.61611 L 557.05327,458.5281 L 554.39029,458.73992 L 553.81534,458.34653 L 551.54576,458.34653 L 549.48801,460.25297 L 548.70122,463.46064 L 543.79893,464.39873 L 540.01631,467.6064 L 539.25978,469.69441 L 537.3836,469.51285 L 536.41524,468.36293 L 535.87055,471.60086 L 534.53906,472.14556 L 534.14567,475.17166 L 534.72063,476.50315 L 532.63262,478.0162 L 532.05766,479.52925 L 534.17593,479.92264 L 534.53906,480.95152 L 538.29143,480.95152 L 539.3203,481.61726 L 542.07406,481.10282 L 543.25424,481.79883 L 542.7398,482.64613 L 544.61598,485.21832 L 548.21704,485.21832 L 549.09461,487.79051 L 551.63654,487.79051 L 551.48524,489.33382 L 553.54299,491.90601 L 554.57186,492.42045 L 555.93361,493.26776 L 555.93361,496.53595 L 556.96248,497.38326 L 559.02023,497.38326 L 559.53467,498.23056 L 559.86754,502.8605 L 561.07798,503.70781 L 560.56354,504.40381 L 560.89642,507.12731 L 564.83035,506.976 L 568.1288,504.79721 L 568.00776,499.19892 L 572.54691,492.78358 L 572.54691,482.19222 L 570.67073,478.59116 L 570.09577,467.24327 L 568.76428,465.15526 L 566.31314,463.27908 L 565.91975,456.25852 L 567.06967,453.05085 L 565.55661,447.93674 L 564.61852,443.79097 L 563.83174,442.64106 L 562.13712,441.70296 z "/>
<path id="INSEE-D20" title="Corse (20 [2A+2B])" class="land departement corse departement20" d="M 530.5446,479.52925 L 530.5446,481.61726 L 532.45105,482.94875 L 535.65872,484.82493 L 535.87055,486.33798 L 533.9641,486.91294 L 530.938,487.4879 L 530.938,488.78912 L 532.05766,489.93904 L 532.26948,493.72167 L 536.41524,495.05316 L 537.9283,495.41629 L 539.25978,497.5043 L 538.32169,498.83579 L 536.80864,499.38048 L 535.65872,501.46849 L 534.53906,502.79998 L 535.08376,506.18922 L 537.9283,506.00765 L 538.68482,506.58261 L 541.34779,505.25112 L 542.10432,506.00765 L 540.77283,508.85219 L 542.10432,510.18367 L 539.83474,511.87829 L 538.32169,515.26752 L 542.46745,516.23588 L 548.33809,516.78058 L 545.88695,519.62511 C 545.88695,519.62511 544.73525,519.18082 544.22259,519.41328 C 544.20743,519.42075 544.176,519.43477 544.16207,519.44355 C 544.15771,519.44677 544.13601,519.47043 544.13181,519.47381 C 544.12775,519.47735 544.10544,519.50037 544.10154,519.50407 C 544.09797,519.5081 544.07468,519.53014 544.07128,519.53433 C 544.06482,519.54305 544.04678,519.55517 544.04102,519.56459 C 544.03833,519.56947 544.04353,519.58979 544.04102,519.59485 C 544.03638,519.60534 544.01463,519.64415 544.01076,519.65537 C 544.00903,519.66117 544.01229,519.67964 544.01076,519.68563 C 544.00812,519.698 543.98229,519.73301 543.9805,519.74616 C 543.97915,519.7597 543.98096,519.79232 543.9805,519.80668 C 543.98051,520.75233 542.67928,523.04461 542.67928,523.04461 L 544.55546,525.10236 L 547.97496,527.19037 L 554.39029,528.88499 L 556.26648,529.64151 L 557.99136,530.39804 L 556.84144,532.48605 L 559.86754,532.30448 L 560.4425,533.63597 L 563.4686,533.63597 L 564.22513,530.03491 L 562.31868,529.64151 L 564.98165,526.82724 L 564.04356,525.85888 L 564.22513,524.16427 L 567.64463,522.28808 L 567.82619,520.20007 L 565.55661,520.01851 L 564.04356,521.31973 L 564.04356,519.44355 L 567.06967,519.26198 L 568.00776,516.9924 L 568.76428,510.36524 L 568.18932,507.5207 L 568.1288,504.79721 L 564.83035,506.976 L 560.89642,507.12731 L 560.56354,504.40381 L 561.07798,503.70781 L 559.86754,502.8605 L 559.53467,498.23056 L 559.02023,497.38326 L 556.96248,497.38326 L 555.93361,496.53595 L 555.93361,493.26776 L 554.57186,492.42045 L 553.54299,491.90601 L 551.48524,489.33382 L 551.63654,487.79051 L 549.09461,487.79051 L 548.21704,485.21832 L 544.61598,485.21832 L 542.7398,482.64613 L 543.25424,481.79883 L 542.07406,481.10282 L 539.3203,481.61726 L 538.29143,480.95152 L 534.53906,480.95152 L 534.17593,479.92264 L 532.05766,479.52925 L 530.5446,479.52925 z M 562.13712,441.70296 L 559.29258,443.60941 L 559.68597,445.48559 L 561.19903,447.39204 L 559.50441,448.69326 L 560.26093,450.20631 L 559.11102,451.5378 L 559.11102,453.23242 L 561.01746,454.95729 L 561.01746,457.59 L 559.86754,460.04115 L 558.56632,460.61611 L 557.05327,458.5281 L 554.39029,458.73992 L 553.81534,458.34653 L 551.54576,458.34653 L 549.48801,460.25297 L 548.70122,463.46064 L 543.79893,464.39873 L 540.01631,467.6064 L 539.25978,469.69441 L 537.3836,469.51285 L 536.41524,468.36293 L 535.87055,471.60086 L 534.53906,472.14556 L 534.14567,475.17166 L 534.72063,476.50315 L 532.63262,478.0162 L 532.05766,479.52925 L 534.17593,479.92264 L 534.53906,480.95152 L 538.29143,480.95152 L 539.3203,481.61726 L 542.07406,481.10282 L 543.25424,481.79883 L 542.7398,482.64613 L 544.61598,485.21832 L 548.21704,485.21832 L 549.09461,487.79051 L 551.63654,487.79051 L 551.48524,489.33382 L 553.54299,491.90601 L 554.57186,492.42045 L 555.93361,493.26776 L 555.93361,496.53595 L 556.96248,497.38326 L 559.02023,497.38326 L 559.53467,498.23056 L 559.86754,502.8605 L 561.07798,503.70781 L 560.56354,504.40381 L 560.89642,507.12731 L 564.83035,506.976 L 568.1288,504.79721 L 568.00776,499.19892 L 572.54691,492.78358 L 572.54691,482.19222 L 570.67073,478.59116 L 570.09577,467.24327 L 568.76428,465.15526 L 566.31314,463.27908 L 565.91975,456.25852 L 567.06967,453.05085 L 565.55661,447.93674 L 564.61852,443.79097 L 563.83174,442.64106 L 562.13712,441.70296 z "/>
<path id="INSEE-D82" class="land departement midi departement82" title="Tarn-et-Garonne (82)" d="M 266.55906,372.63392 L 265.22758,376.96124 L 267.31559,379.23082 L 266.3775,382.83188 L 265.22758,384.16337 L 266.01436,386.43295 L 262.4133,387.18947 L 259.56877,387.946 L 260.32529,390.57871 L 258.90302,391.00236 L 259.75033,391.78915 L 262.50409,391.78915 L 263.86583,391.12341 L 265.07627,391.78915 L 262.83696,392.81802 L 262.83696,394.5429 L 260.77921,396.08621 L 260.77921,398.29527 L 264.56184,398.47684 L 265.74202,399.68728 L 265.74202,402.0779 L 267.13402,403.43964 L 265.92358,405.31583 L 266.43802,406.3447 L 268.82864,405.31583 L 273.79145,405.31583 L 275.18346,404.46852 L 276.87807,404.46852 L 278.75426,406.70784 L 283.05132,405.49739 L 284.2315,403.62121 L 282.53689,402.74364 L 283.71707,402.25946 L 284.0802,400.53459 L 285.95638,400.71615 L 286.98526,401.89633 L 287.83257,400.53459 L 290.58632,399.50571 L 291.82702,400.08067 L 292.79538,398.47684 L 291.10076,396.60065 L 294.33869,396.60065 L 295.36756,394.72447 L 297.60688,392.66672 L 295.36756,392.66672 L 296.06357,389.76166 L 301.87368,389.06566 L 304.113,387.70391 L 306.83649,386.67503 L 307.71406,385.79746 L 306.65493,383.07397 L 308.19824,379.98735 L 305.47475,379.80578 L 305.14187,375.53898 L 301.02638,377.41516 L 298.27262,376.74942 L 296.578,378.80717 L 293.67295,378.44403 L 293.15851,381.86353 L 291.7665,381.86353 L 290.91919,379.98735 L 290.40475,379.14004 L 288.86144,379.29134 L 285.95638,382.37797 L 282.35532,382.22666 L 281.84088,379.98735 L 281.84088,378.29273 L 281.50801,377.9296 L 280.29757,379.29134 L 278.75426,379.29134 L 277.05964,377.41516 L 275.51633,377.41516 L 274.48745,375.35741 L 275.8492,373.8141 L 275.69789,372.81548 L 273.27701,372.90627 L 273.57962,373.57201 L 269.4036,374.32853 L 266.55906,372.63392 z "/>
<path id="INSEE-D85" title="Vendee (85)" class="land departement pdll departement85" d="M 187.487,222.41817 L 186.3976,224.44566 L 183.28071,224.44566 L 184.52141,225.71662 L 183.58332,228.83351 L 180.76905,229.7716 L 179.67965,228.98481 L 180.16383,225.86793 L 179.37704,224.14305 L 177.65216,224.14305 L 176.41146,225.53506 L 177.01668,229.92291 L 178.43895,231.95039 L 177.01668,233.52397 L 174.38397,233.03979 L 170.4803,232.1017 L 169.3909,229.13612 L 166.87924,228.83351 L 163.61104,227.41124 L 162.82426,225.53506 L 159.25346,223.20496 L 153.6249,230.4676 L 153.44334,235.00676 L 159.28372,240.66557 L 159.10215,242.36019 L 160.79677,242.36019 L 164.39783,253.16338 L 168.18046,255.03956 L 171.96309,258.82219 L 176.32068,258.82219 L 178.01529,262.60482 L 182.19132,262.60482 L 184.0675,265.44935 L 188.24352,267.53736 L 188.42509,264.87439 L 189.48422,265.87301 L 195.26408,262.36273 L 197.92705,262.18116 L 199.04671,265.20727 L 202.64777,263.69421 L 205.67387,265.96379 L 208.12502,264.81387 L 210.21303,264.23891 L 211.15112,263.11925 L 213.78383,261.42464 L 211.90765,259.51819 L 210.39459,260.66811 L 210.21303,259.15506 L 211.54451,256.67366 L 210.21303,254.40408 L 211.33269,252.89103 L 210.75773,247.59535 L 208.88154,244.78107 L 210.21303,243.05619 L 207.18693,239.66696 L 208.30658,237.21581 L 203.76743,233.43319 L 203.76743,231.16361 L 201.89125,228.50064 L 202.25438,228.34933 L 199.68219,226.17054 L 194.84043,226.17054 L 193.26685,225.23245 L 191.08806,224.92984 L 188.57639,222.56948 L 187.487,222.41817 z "/>
<path id="INSEE-D56" title="Morbihan (56)" class="land departement bretagne departement56" d="M 107.56762,155.63208 L 104.42047,157.14513 L 102.21142,157.14513 L 99.881318,159.02132 L 100.03262,160.41332 L 101.42463,164.01439 L 102.21142,166.82866 L 107.05318,167.61545 L 109.41354,169.49163 L 110.35163,168.37197 L 111.89495,170.42972 L 111.10816,171.36782 L 110.95685,174.15183 L 109.56485,174.15183 L 108.47545,175.87671 L 106.26639,175.87671 L 105.35856,179.59882 L 107.47684,182.98805 L 110.50294,183.74458 L 111.6226,182.04996 L 111.0779,184.10771 L 113.71061,185.25763 L 117.1301,188.64686 L 118.24976,190.73487 L 117.88663,193.18602 L 117.49324,195.66742 L 119.76281,197.36204 L 120.91273,196.03055 L 119.76281,194.5175 L 119.76281,191.12827 L 122.03239,191.67297 L 122.78892,189.40339 L 123.36388,190.73487 L 125.81502,192.82288 L 126.96494,190.91644 L 125.81502,188.28373 L 127.90303,191.12827 L 130.53574,190.73487 L 129.99104,189.40339 L 132.44218,189.97835 L 134.31837,192.24793 L 133.38028,193.76098 L 130.92913,193.00445 L 128.0846,191.67297 L 126.57155,193.57941 L 128.84112,194.33594 L 130.53574,196.96865 L 140.76397,196.03055 L 143.39668,196.60551 L 142.09545,197.72517 L 142.27702,199.45005 L 142.64015,199.7224 L 143.4572,199.57109 L 145.15182,197.87648 L 146.27147,199.1777 L 149.29758,199.1777 L 152.89864,197.30152 L 158.19432,195.21351 L 158.37589,189.91783 L 159.49554,189.31261 L 157.49832,185.56024 L 159.22319,184.16823 L 158.92058,183.23014 L 157.83119,182.59466 L 159.52581,181.80787 L 161.09938,179.93169 L 160.94807,178.0555 L 158.92058,178.0555 L 158.43641,176.20958 L 159.85868,174.3334 L 158.2851,171.51912 L 155.955,170.09685 L 153.29203,170.09685 L 152.35394,169.79424 L 152.35394,168.55354 L 153.74595,167.28258 L 154.53274,164.16569 L 154.07882,162.1382 L 153.44334,162.92499 L 149.69097,162.62238 L 147.96609,159.47523 L 146.57409,159.47523 L 144.39529,160.26202 L 144.39529,162.28951 L 141.42971,164.16569 L 139.06935,163.2276 L 138.13126,161.20011 L 137.37473,162.28951 L 135.16568,162.28951 L 134.07628,160.8975 L 132.98688,160.8975 L 130.65678,158.53714 L 127.99381,159.17262 L 125.17954,156.66096 L 122.66787,156.84252 L 121.91135,158.38583 L 118.94577,159.95941 L 115.3447,158.38583 L 114.40661,157.44774 L 112.83304,158.53714 L 110.95685,158.38583 L 110.65424,156.84252 L 107.68866,156.05573 L 107.56762,155.63208 z "/>
<path id="INSEE-D53" title="Mayenne (53)" class="land departement pdll departement53" d="M 230.06426,141.89357 L 228.18808,142.07514 L 227.40129,143.95132 L 224.58702,145.10124 L 219.4729,144.34472 L 214.35879,147.37082 L 212.48261,146.03933 L 209.63807,147.94578 L 207.55006,146.43273 L 206.21857,144.16315 L 203.4043,143.01323 L 201.49785,144.52628 L 198.29018,144.13289 L 198.10862,149.06544 L 199.04671,149.82196 L 199.04671,153.60459 L 197.14026,155.51104 L 197.14026,158.53714 L 197.71522,160.41332 L 197.71522,165.89057 L 199.04671,167.22205 L 199.04671,172.33617 L 195.83904,171.94277 L 194.50755,172.6993 L 192.05641,178.75151 L 191.08806,182.171 L 190.78545,182.83675 L 194.20494,183.53275 L 197.01922,183.53275 L 200.13611,185.56024 L 201.40707,184.01693 L 207.00536,185.71154 L 209.21441,186.98251 L 214.20748,186.80094 L 216.38628,184.62215 L 219.83604,185.71154 L 221.68196,185.71154 L 221.71222,185.7418 L 222.31744,184.31954 L 222.31744,178.69098 L 221.68196,177.75289 L 222.01483,176.8148 L 224.6778,176.6635 L 225.9185,175.5741 L 226.06981,174.63601 L 224.6778,171.18625 L 225.13172,169.79424 L 228.2486,169.49163 L 227.94599,168.70484 L 228.73278,166.82866 L 228.0973,165.40639 L 228.88408,163.86308 L 231.69836,161.50272 L 231.36549,159.02132 L 231.84966,154.96634 L 232.93906,153.09015 L 236.4796,151.94024 L 235.9349,151.90997 L 234.96655,148.49048 L 232.51541,147.55239 L 231.75888,143.40663 L 230.06426,141.89357 z "/>
<path id="INSEE-D41" title="Loir-et-Cher (41)" class="land departement centre departement41" d="M 268.79838,166.91944 L 267.52742,168.55354 L 266.01436,171.18625 L 267.89055,172.91113 L 267.70898,176.87532 L 266.95246,179.50803 L 265.04601,179.50803 L 265.04601,183.10909 L 262.4133,186.52859 L 259.56877,187.64825 L 258.23728,189.34287 L 258.81224,190.76513 L 267.98133,191.06775 L 268.76812,191.76375 L 268.64707,192.42949 L 267.28533,193.1255 L 267.55768,195.00168 L 268.76812,195.81873 L 270.67456,194.45698 L 271.21926,194.45698 L 273.39806,196.09108 L 275.3045,196.24238 L 275.57685,201.11441 L 277.05964,205.04834 L 277.05964,211.85707 L 278.14904,213.49117 L 281.81062,213.49117 L 284.65516,217.69745 L 285.71429,218.60528 L 285.74456,218.5145 L 287.651,218.24215 L 289.2851,216.8804 L 292.55329,216.7291 L 292.82564,217.2738 L 293.49138,215.79101 L 296.33592,214.82265 L 298.78706,214.97396 L 299.9975,214.5503 L 301.6316,216.06335 L 304.50639,217.69745 L 306.92728,217.54615 L 306.80623,215.095 L 307.89563,213.88456 L 308.98503,213.76352 L 309.92312,214.82265 L 313.73601,214.42926 L 316.15689,213.06751 L 315.88454,212.12942 L 315.2188,211.31237 L 315.33984,209.52697 L 317.12524,206.28904 L 319.42508,205.32069 L 319.42508,203.2932 L 319.96978,202.08276 L 318.48699,201.53806 L 317.51864,199.48031 L 315.06749,198.81457 L 314.94645,197.99752 L 317.39759,195.97003 L 320.15135,194.60829 L 318.60803,192.30845 L 311.67826,192.0361 L 310.74017,193.1255 L 308.83372,193.1255 L 308.16798,192.42949 L 305.17214,192.0361 L 304.35509,193.79124 L 302.44864,194.33594 L 300.6935,192.30845 L 300.26985,189.97835 L 298.66601,188.6166 L 296.21487,188.34425 L 294.42947,187.13381 L 294.42947,185.92337 L 293.37033,183.32092 L 295.51887,181.17239 L 295.24652,180.08299 L 294.30843,178.99359 L 293.21903,178.99359 L 293.21903,178.02524 L 294.30843,176.14906 L 294.42947,175.05966 L 292.82564,175.05966 L 290.37449,174.36366 L 288.07465,176.54245 L 285.47221,176.8148 L 281.26592,175.7254 L 280.05548,173.00191 L 278.42139,172.06382 L 277.48329,169.88503 L 274.7598,169.88503 L 273.67041,169.06798 L 275.3045,168.12989 L 275.42554,167.31284 L 273.67041,167.31284 L 270.67456,167.85754 L 268.79838,166.91944 z "/>
<path id="INSEE-D21" title="Cote-d'Or (21)" class="land departement bourgogne departement21" d="M 405.2151,171.76121 L 404.8217,174.21235 L 402.37056,175.54384 L 396.13679,175.7254 L 396.40914,177.08715 L 396.56044,178.4489 L 394.654,179.81064 L 394.654,182.11048 L 395.04739,182.53414 L 396.56044,182.53414 L 397.49853,184.13797 L 396.95384,186.86146 L 394.77504,188.49556 L 394.77504,190.12965 L 395.47105,190.67435 L 395.31974,191.06775 L 393.95799,191.61244 L 393.5646,193.63993 L 391.38581,198.26987 L 389.90302,200.44866 L 389.90302,202.62746 L 390.44771,203.56555 L 389.63067,204.65495 L 387.72422,205.59304 L 387.84527,207.49948 L 389.63067,208.58888 L 390.29641,210.07167 L 390.02406,212.12942 L 389.63067,213.61221 L 390.56876,215.24631 L 393.29225,215.79101 L 394.50269,217.69745 L 394.50269,218.5145 L 393.68564,218.78685 L 393.68564,220.75381 L 393.83695,220.81434 L 397.49853,224.59696 L 401.31142,224.47592 L 404.70066,227.04811 L 407.1518,228.83351 L 407.27285,231.13335 L 409.84503,231.67805 L 412.02383,233.43319 L 417.74316,231.4057 L 421.6771,230.16499 L 423.43224,229.89264 L 423.97693,229.10586 L 425.88338,229.2269 L 427.36617,230.16499 L 429.54496,229.6203 L 431.72376,228.13751 L 433.35785,228.31907 L 433.38811,228.13751 L 434.68934,227.38098 L 434.50777,226.41263 L 434.14464,225.29297 L 435.08273,223.77992 L 438.2904,222.26687 L 438.2904,220.75381 L 439.44032,219.24076 L 440.55998,217.72771 L 440.19685,216.39623 L 440.74154,214.30822 L 441.13494,211.28211 L 441.89146,211.28211 L 441.7099,210.16245 L 440.95337,209.40593 L 440.74154,205.6233 L 439.04693,205.44173 L 438.68379,202.41563 L 436.59578,201.44728 L 437.35231,200.50919 L 438.50223,200.14605 L 440.95337,197.30152 L 440.74154,195.78847 L 439.22849,192.76236 L 436.98918,192.36897 L 436.20239,194.27541 L 432.05663,195.21351 L 431.66324,194.27541 L 428.63713,190.49279 L 426.94252,191.43088 L 424.67294,191.24931 L 423.91641,189.73626 L 420.89031,189.91783 L 420.70874,186.71016 L 419.01413,185.56024 L 421.46527,182.92753 L 417.10768,177.05689 L 413.71845,173.45583 L 410.69234,171.76121 L 405.2151,171.76121 z "/>
<path id="INSEE-D43" title="Haute-Loire (43)" class="land departement auvergne departement43" d="M 361.09452,316.13658 L 359.73277,316.83258 L 359.73277,318.01276 L 357.67502,318.19433 L 355.79884,319.73764 L 352.37934,320.25208 L 351.59255,321.37173 L 352.19777,321.43226 L 353.04508,323.85314 L 357.34215,323.85314 L 358.18946,326.9095 L 359.3999,328.11994 L 359.73277,331.72101 L 360.76165,333.08275 L 362.8194,333.26432 L 361.60895,334.29319 L 360.58008,334.62606 L 361.45765,335.47337 L 360.42877,337.01669 L 362.48652,338.22713 L 363.5154,339.77044 L 363.5154,341.37427 L 363.96931,341.22297 L 367.38881,349.93815 L 372.2911,348.42509 L 372.65423,346.15552 L 374.56067,346.15552 L 375.3172,348.78823 L 378.82748,347.94092 L 383.18507,353.50895 L 385.90856,349.18162 L 390.81085,345.58056 L 395.35,345.58056 L 396.86305,340.85984 L 399.88916,340.64801 L 400.10098,337.07721 L 402.91526,337.07721 L 402.37056,335.74572 L 401.61403,333.29458 L 402.73369,331.38813 L 405.39666,330.26848 L 406.51632,325.72932 L 404.06518,322.88479 L 401.03907,323.06635 L 401.40221,319.46529 L 395.35,316.83258 L 393.29225,317.01415 L 389.11623,320.43364 L 385.30334,319.19294 L 384.54681,319.9192 L 382.15619,319.2232 L 380.46158,317.49832 L 379.4327,319.55607 L 376.49738,319.40477 L 375.13563,318.19433 L 374.10676,320.58495 L 372.23058,319.73764 L 371.02013,317.49832 L 369.47682,317.49832 L 368.11508,316.31814 L 366.05733,317.16545 L 363.6667,317.34702 L 362.30496,316.46945 L 361.45765,316.98389 L 361.09452,316.13658 z "/>
<path id="INSEE-D69" title="Rhone (69)" class="land departement rhone-alpes departement69" d="M 413.32505,266.72032 L 411.2673,266.90188 L 409.54242,268.5965 L 408.42277,267.08345 L 406.72815,268.5965 L 404.42831,267.08345 L 402.55213,267.08345 L 401.7956,267.65841 L 401.40221,269.8372 L 402.43108,270.65425 L 402.43108,272.50017 L 403.67178,274.55792 L 402.64291,275.79863 L 398.73924,275.79863 L 398.52741,279.49047 L 397.28671,280.73117 L 398.10375,283.8178 L 398.10375,285.66372 L 399.76811,287.29782 L 399.76811,289.56739 L 402.21925,291.83697 L 402.21925,294.49994 L 401.00881,296.34586 L 402.43108,297.19317 L 402.43108,298.61544 L 401.19038,299.64432 L 401.19038,301.30867 L 406.54658,306.24122 L 412.93166,307.27009 L 413.53688,309.11602 L 411.47913,311.56716 L 413.14349,312.59604 L 415.20124,311.77899 L 417.41029,312.11186 L 421.37449,310.14489 L 420.739,308.90419 L 418.07603,306.24122 L 422.19153,304.78869 L 427.54774,303.54799 L 431.66324,298.22205 L 428.97,295.95247 L 429.12131,293.9855 L 425.27816,292.86585 L 422.79675,293.68289 L 422.40336,290.38444 L 420.13378,288.32669 L 418.68125,288.11486 L 414.98941,285.87555 L 415.59463,284.42302 L 415.59463,278.03794 L 416.6235,276.61567 L 416.98664,272.19756 L 416.35116,273.71061 L 415.01967,273.52905 L 414.29341,269.74642 L 413.32505,266.72032 z "/>
<path id="INSEE-D14" title="Calvados (14)" class="land departement basse-normandie departement14" d="M 249.58263,94.807413 L 245.16452,95.5942 L 237.96239,99.770222 L 229.85244,102.97789 L 223.40684,99.376828 L 207.91319,97.107251 L 204.31213,95.231067 L 198.71384,96.653336 L 199.04671,98.741347 L 197.95731,99.830744 L 198.10862,101.37406 L 201.70968,104.97512 L 203.88847,106.21582 L 205.46205,104.18833 L 206.70275,105.76191 L 205.12918,107.78939 L 206.55144,110.11949 L 205.91596,110.90628 L 207.00536,113.11534 L 206.40014,115.59674 L 204.82657,118.10841 L 202.3149,119.65172 L 200.92289,118.56232 L 199.53089,119.80302 L 201.0742,121.22529 L 199.8335,123.55539 L 196.86791,124.64479 L 200.46898,129.18394 L 204.03978,129.48655 L 206.79353,131.27195 L 210.60642,130.12203 L 213.4207,126.85384 L 217.32437,127.94324 L 220.74387,125.58288 L 222.80162,124.82635 L 224.98041,127.00515 L 228.58147,126.36967 L 231.69836,128.09454 L 235.60203,126.85384 L 239.17283,124.19087 L 241.53319,121.5279 L 243.10677,121.22529 L 243.56068,123.25278 L 244.80138,122.95017 L 244.95269,121.5279 L 248.55375,120.92268 L 249.79445,121.67921 L 253.6376,120.8319 L 254.27309,118.98597 L 254.09152,117.29136 L 252.18507,116.53483 L 252.00351,115.20335 L 253.69813,114.08369 L 253.90995,112.17724 L 252.76003,107.63809 L 250.49046,104.43042 L 252.3969,103.31076 L 252.3969,102.55424 L 250.49046,101.97928 L 249.58263,94.807413 z "/>
<path id="INSEE-D39" title="Jura (39)" class="land departement franche-comte departement39" d="M 441.80068,210.76767 L 441.89146,211.28211 L 441.13494,211.28211 L 440.74154,214.30822 L 440.19685,216.39623 L 440.55998,217.72771 L 439.44032,219.24076 L 438.2904,220.75381 L 438.2904,222.26687 L 435.08273,223.77992 L 434.14464,225.29297 L 434.50777,226.41263 L 434.68934,227.38098 L 433.38811,228.13751 L 433.17629,230.58865 L 434.68934,230.77021 L 436.41422,233.61475 L 438.50223,233.61475 L 439.62189,234.94624 L 440.95337,234.94624 L 440.55998,236.45929 L 436.20239,237.00399 L 436.59578,238.51704 L 438.10883,239.48539 L 438.10883,241.36157 L 437.53388,241.93653 L 438.68379,243.44959 L 440.37841,246.47569 L 439.62189,249.68336 L 437.71544,251.01484 L 437.92727,253.64755 L 440.19685,254.40408 L 440.95337,255.554 L 439.04693,257.06705 L 434.08412,257.67227 L 436.41422,258.5801 L 440.19685,263.87578 L 442.64799,264.99544 L 442.64799,267.65841 L 445.49253,267.26502 L 449.09359,263.30082 L 452.11969,264.81387 L 452.11969,267.08345 L 457.59694,267.08345 L 465.4648,258.42879 L 465.13193,258.24723 L 465.49507,254.28303 L 468.3396,250.8938 L 466.43316,250.13727 L 466.61472,248.98735 L 464.31489,248.77553 L 464.16358,247.41378 L 465.64637,245.93099 L 465.25298,244.4482 L 464.43593,242.54175 L 467.82516,241.45236 L 469.06587,239.69722 L 469.33822,237.51842 L 466.61472,234.91598 L 464.70828,234.40154 L 460.502,233.03979 L 460.502,229.2269 L 460.22965,226.38237 L 456.84041,226.65471 L 451.54473,224.86931 L 452.36178,222.99313 L 453.57222,220.11833 L 453.99587,218.24215 L 452.63413,216.45675 L 450.18299,214.82265 L 449.91064,212.79516 L 449.9409,211.64524 L 448.27654,211.58472 L 447.33845,212.52281 L 444.88731,212.52281 L 443.25321,211.16107 L 441.80068,210.76767 z "/>
<path id="INSEE-D10" title="Aube (10)" class="land departement champagne departement10" d="M 391.59763,134.4191 L 387.75448,136.53737 L 384.48629,138.83721 L 381.24836,138.83721 L 375.8619,142.49879 L 371.26222,143.25532 L 367.99403,139.80556 L 367.17698,139.98713 L 367.17698,140.56209 L 364.54427,141.68175 L 364.36271,143.95132 L 363.03122,145.6762 L 362.2747,149.45883 L 361.85104,152.63624 L 363.03122,153.60459 L 365.3008,153.60459 L 370.20309,158.71871 L 369.62813,163.83282 L 373.04762,166.46553 L 374.95407,165.13404 L 377.98017,168.73511 L 378.3433,172.1546 L 380.43131,174.96888 L 381.36941,177.05689 L 388.93466,177.45028 L 392.71729,175.54384 L 393.83695,177.63185 L 395.16844,177.81341 L 396.13679,175.7254 L 402.37056,175.54384 L 404.8217,174.21235 L 405.2151,171.76121 L 410.69234,171.76121 L 411.44887,172.18486 L 410.81339,169.76398 L 409.27007,168.79563 L 411.38835,166.88918 L 414.65654,166.67736 L 415.80646,164.95248 L 415.59463,158.05296 L 414.8381,154.02825 L 411.56991,152.87833 L 408.12016,148.06682 L 408.30172,145.19203 L 409.30034,143.10401 L 407.5452,142.49879 L 402.15873,143.64871 L 398.31558,143.64871 L 394.86582,138.47408 L 394.47243,134.63093 L 391.59763,134.4191 z "/>
<path id="INSEE-D55" title="Meuse (55)" class="land departement lorraine departement55" d="M 431.11854,83.913443 L 429.78705,86.092237 L 428.09243,87.211895 L 426.76095,85.910671 L 423.91641,85.910671 L 423.37171,85.154145 L 421.46527,88.724946 L 420.70874,90.056432 L 422.97832,92.900968 L 422.22179,96.683597 L 420.13378,98.378214 L 420.34561,99.7097 L 421.07188,101.58588 L 419.95222,102.7358 L 417.68264,103.85546 L 418.04577,105.94347 L 419.01413,106.12504 L 417.31951,107.63809 L 418.62073,110.48263 L 419.95222,114.65865 L 418.2576,116.53483 L 421.2837,116.35327 L 419.77065,121.07399 L 417.68264,122.01208 L 416.53272,124.85661 L 417.68264,125.79471 L 416.35116,128.06428 L 416.74455,129.57733 L 420.34561,132.42187 L 420.52718,139.04904 L 424.49137,139.624 L 426.94252,142.25671 L 431.48167,144.52628 L 433.17629,145.10124 L 437.17074,149.45883 L 436.74709,149.88249 L 440.0758,149.45883 L 440.0758,147.79447 L 443.79791,147.03795 L 443.79791,145.76699 L 444.70574,145.76699 L 444.70574,146.85638 L 447.67132,145.94855 L 448.82124,144.40524 L 448.60941,144.46576 L 448.60941,141.86331 L 446.76349,140.19896 L 446.76349,139.0793 L 448.24628,138.35303 L 449.91064,138.35303 L 449.33568,137.41494 L 448.24628,137.41494 L 447.48975,135.75058 L 447.48975,132.42187 L 446.76349,130.36412 L 448.24628,127.03541 L 449.51724,123.52513 L 448.03445,122.04234 L 447.85289,121.10425 L 448.79098,119.80302 L 451.00003,119.80302 L 451.00003,118.86493 L 449.15411,117.9571 L 448.79098,116.65588 L 450.6369,114.62839 L 448.60941,112.7522 L 449.33568,111.26941 L 447.67132,110.54315 L 446.55166,109.60506 L 446.3701,107.21443 L 446.18853,105.73164 L 445.46226,104.61199 L 445.64383,102.1911 L 446.55166,101.07145 L 446.55166,99.800483 L 445.64383,99.043957 L 445.64383,97.3796 L 445.06887,95.715244 L 444.34261,94.232454 L 442.67825,92.931229 L 439.5311,93.869321 L 437.65492,94.050887 L 436.74709,95.715244 L 435.809,96.441509 L 435.62743,95.715244 L 435.99056,94.41402 L 436.38396,93.294362 L 435.2643,91.448439 L 435.38534,89.178862 L 434.47751,89.178862 L 433.72099,85.577799 L 432.20793,84.064748 L 431.11854,83.913443 z "/>
<path id="INSEE-D03" title="Allier (03)" class="land departement auvergne departement03" d="M 345.4193,240.24192 L 342.78659,243.63115 L 341.27354,243.81272 L 339.57893,245.5376 L 337.67248,243.44959 L 332.58863,248.5637 L 332.58863,251.5898 L 333.52672,252.34633 L 333.70829,253.85938 L 331.07558,255.91713 L 328.59417,255.1606 L 323.87345,256.12896 L 321.42231,258.94323 L 320.51448,260.87994 L 320.66578,260.84968 L 322.93536,264.05735 L 322.93536,266.32692 L 324.23658,268.02154 L 325.56807,266.32692 L 327.08112,268.98989 L 329.16913,269.74642 L 331.25714,274.64871 L 331.34793,276.07097 L 334.22272,278.31029 L 335.76604,277.61429 L 336.97648,274.70923 L 338.15666,274.37636 L 338.15666,272.83304 L 340.21441,272.65148 L 340.39597,273.68035 L 342.96816,270.77529 L 345.87322,270.77529 L 346.38766,271.80417 L 345.02591,273.68035 L 347.0534,275.91967 L 347.41653,277.28142 L 352.19777,280.03517 L 358.00789,280.88248 L 359.73277,280.70091 L 362.30496,281.21535 L 364.51401,279.8536 L 366.23889,280.70091 L 366.57176,283.09153 L 368.81108,283.60597 L 371.71614,283.45467 L 372.56345,285.51242 L 375.22642,286.57155 L 375.3172,285.63346 L 379.85635,285.42163 L 379.49322,274.64871 L 378.16174,272.016 L 378.70644,269.92799 L 381.85358,269.38329 L 381.94437,269.17146 L 385.90856,266.14536 L 386.09013,258.76167 L 384.75864,256.88548 L 381.73254,256.88548 L 380.61288,255.37243 L 377.40521,255.37243 L 376.46712,254.22251 L 376.46712,251.37798 L 372.65423,244.20611 L 370.77805,242.87463 L 367.17698,247.80717 L 365.66393,248.17031 L 365.08897,245.71916 L 363.39436,244.96264 L 362.63783,246.47569 L 359.82355,246.47569 L 359.43016,244.78107 L 357.52372,245.90073 L 355.46597,247.05065 L 353.19639,244.56924 L 349.95846,243.05619 L 349.77689,240.60505 L 345.4193,240.24192 z "/>
<path id="INSEE-D94" title="Val-de-Marne (94)" class="land departement idf idfbig departement94" d="M 50.990297,35.820069 L 48.401399,37.911102 L 45.812502,38.309394 L 45.613356,39.703416 L 45.115491,40.997864 L 46.409939,40.997864 L 47.10695,40.400427 L 46.808231,39.404697 L 50.791151,39.205551 L 51.786881,39.603843 L 51.786881,41.694875 L 50.791151,43.785908 L 45.015918,42.989324 L 44.119761,42.19274 L 41.43129,44.084627 L 38.842393,44.781638 L 35.158192,44.582492 L 34.06289,48.465838 L 35.058619,50.158579 L 33.465452,54.838509 L 35.058619,57.825698 L 37.846663,56.431677 L 44.518053,60.115877 L 56.068519,60.115877 L 62.939055,63.302213 L 62.839482,62.605202 L 67.718558,50.357725 L 67.718558,44.781638 L 64.631795,43.985054 L 63.835211,42.491459 L 62.540763,41.894021 L 59.752719,38.807259 L 54.873643,36.019215 L 50.990297,35.820069 z "/>
<path id="INSEE-D83" title="Var (83)" class="land departement paca departement83" d="M 496.63366,400.23197 L 493.75887,400.35302 L 492.39712,401.74503 L 487.25275,401.56346 L 482.80437,404.80139 L 479.74801,402.74364 L 474.93651,404.28695 L 474.0892,406.01183 L 470.6697,408.58402 L 464.49645,404.46852 L 459.50338,406.10261 L 459.26129,407.4341 L 459.35208,407.37358 L 462.4387,409.43133 L 458.3232,412.18508 L 456.62858,415.60458 L 458.68633,417.2992 L 458.50477,420.90026 L 461.77296,423.98688 L 460.89539,424.68289 L 457.14302,424.50132 L 457.14302,425.86307 L 458.83764,426.71037 L 458.83764,427.22481 L 457.29433,428.61682 L 458.1719,429.64569 L 459.53364,429.64569 L 460.89539,431.00744 L 461.07696,432.03632 L 459.35208,433.06519 L 457.99033,434.6085 L 457.80876,438.36087 L 458.3232,439.05687 L 461.71244,440.56993 L 462.65053,444.35255 L 464.73854,444.74595 L 466.64498,443.41446 L 470.03422,441.32645 L 475.90486,441.90141 L 475.72329,443.41446 L 473.81685,444.35255 L 478.356,444.56438 L 477.23634,443.41446 L 476.84295,440.96332 L 479.29409,439.2687 L 482.13863,440.20679 L 483.28855,440.56993 L 484.22664,441.71985 L 485.55813,440.78175 L 485.92126,438.30035 L 487.43431,436.99912 L 491.39851,436.99912 L 492.54843,435.27425 L 495.18113,436.03077 L 498.20724,434.72955 L 498.20724,429.797 L 494.24304,429.97857 L 497.26915,428.10238 L 498.7822,426.01437 L 499.17559,422.98827 L 504.65284,422.23174 L 507.7092,418.81225 L 505.59093,416.63345 L 505.59093,415.42301 L 504.56205,414.39414 L 505.9238,413.21396 L 505.59093,411.30751 L 503.35161,410.4602 L 502.17143,410.4602 L 500.11368,408.40245 L 499.75055,404.80139 L 497.54149,403.77252 L 495.30218,403.62121 L 494.45487,401.56346 L 496.63366,400.23197 z "/>
<path id="INSEE-D06" title="Alpes-Maritimes (06)" class="land departement paca departement06" d="M 502.56483,369.91042 L 502.17143,370.06173 L 499.59924,371.42348 L 499.41768,373.8141 L 497.54149,375.35741 L 496.51262,377.77829 L 495.81662,382.22666 L 497.87437,385.28303 L 498.05593,387.85521 L 499.23611,388.21835 L 502.68587,391.45628 L 505.9238,394.36134 L 504.56205,395.23891 L 502.5043,393.8469 L 499.93212,395.23891 L 499.23611,396.08621 L 496.51262,396.08621 L 496.84549,397.44796 L 495.99818,398.47684 L 496.69419,400.20171 L 494.45487,401.56346 L 495.30218,403.62121 L 497.54149,403.77252 L 499.75055,404.80139 L 500.11368,408.40245 L 502.17143,410.4602 L 503.35161,410.4602 L 505.59093,411.30751 L 505.9238,413.21396 L 504.56205,414.39414 L 505.59093,415.42301 L 505.59093,416.63345 L 507.7092,418.81225 L 507.86051,418.63068 L 508.04207,414.30335 L 511.8247,415.05988 L 513.15619,413.335 L 515.06263,413.72839 L 515.2442,407.85775 L 519.60178,407.49462 L 523.38441,404.07513 L 526.77365,404.07513 L 526.95521,401.98711 L 530.37471,399.92936 L 528.46827,395.57178 L 531.3128,393.12063 L 530.73784,390.2761 L 534.91387,388.94461 L 536.03352,384.79885 L 535.48882,381.95431 L 534.52047,380.2597 L 533.76395,377.77829 L 530.94967,377.99012 L 522.05293,381.19779 L 519.20839,381.19779 L 514.3061,377.23359 L 509.37356,375.90211 L 506.52902,375.90211 L 506.52902,372.48261 L 502.56483,370.03147 L 502.56483,369.91042 z "/>
<path id="INSEE-D05" title="Hautes-Alpes (05)" class="land departement paca departement05" d="M 486.52648,328.5436 L 484.83186,329.30012 L 484.43847,332.14466 L 481.04923,332.53805 L 480.47427,329.87508 L 479.35462,328.75543 L 475.93512,329.11856 L 474.60364,330.26848 L 473.84711,334.23267 L 474.42207,335.17076 L 478.38626,335.56416 L 479.14279,338.0153 L 480.65584,338.77183 L 480.65584,342.91759 L 477.05478,342.73602 L 475.54173,344.43064 L 471.2144,343.67411 L 468.76326,345.76212 L 467.03838,345.0056 L 464.58723,346.91204 L 465.52533,348.60666 L 464.01228,350.11971 L 459.29155,350.11971 L 459.29155,352.38929 L 460.80461,353.14581 L 460.22965,354.4773 L 457.02198,355.77852 L 453.05778,356.17192 L 451.90786,359.77298 L 451.7263,362.04256 L 453.81431,363.73717 L 451.7263,366.18832 L 449.09359,364.85683 L 446.06749,364.67527 L 445.67409,366.36988 L 447.58054,367.70137 L 445.2807,369.21442 L 446.06749,372.42209 L 452.48282,374.14697 L 453.63274,376.59811 L 455.50893,376.96124 L 454.87344,382.86214 L 454.90371,382.89241 L 457.80876,380.16891 L 461.25852,380.16891 L 462.62027,381.01622 L 464.49645,380.32022 L 461.59139,377.08229 L 461.07696,375.53898 L 462.10583,375.35741 L 463.98201,377.08229 L 465.19246,377.08229 L 465.01089,374.32853 L 463.80045,373.99566 L 464.31489,372.30105 L 466.37264,368.85129 L 469.64083,366.9751 L 471.18414,366.64223 L 471.18414,364.91735 L 472.21301,364.91735 L 474.0892,366.46067 L 474.0892,367.67111 L 477.32713,369.72886 L 478.2047,369.36573 L 477.69026,366.1278 L 476.81269,366.1278 L 477.69026,364.91735 L 481.26106,365.09892 L 483.16751,363.73717 L 486.07257,365.28049 L 492.21555,365.43179 L 493.24443,362.8596 L 493.94043,361.83073 L 493.94043,359.95455 L 496.51262,359.80324 L 497.54149,357.74549 L 500.44655,356.02061 L 502.5043,352.93399 L 504.95545,353.05503 L 506.74085,351.11833 L 508.7986,351.29989 L 508.7986,349.60527 L 506.16589,348.27379 L 505.59093,342.79654 L 503.50292,342.04002 L 500.87021,342.43341 L 495.93766,339.95201 L 495.18113,334.29319 L 492.36686,333.3551 L 491.39851,331.44866 L 490.1578,328.72516 L 486.52648,328.5436 z "/>
<path id="INSEE-D48" title="Lozere (48)" class="land departement languedoc departement48" d="M 363.96931,341.22297 L 358.67363,343.12941 L 357.16058,346.51865 L 353.77135,344.24907 L 351.10838,352.57085 L 348.38488,358.83489 L 352.34908,363.70691 L 352.07673,367.45928 L 354.7397,369.33546 L 354.7397,373.87462 L 355.55675,380.28996 L 358.76442,381.6517 L 358.49207,383.76998 L 363.03122,382.98319 L 364.63506,383.76998 L 363.63644,384.64755 L 369.47682,388.55122 L 374.46989,387.52234 L 375.3172,386.3119 L 374.6212,384.61728 L 376.67895,384.10285 L 379.58401,386.82634 L 384.54681,387.34078 L 386.78613,383.92128 L 386.78613,381.01622 L 388.14788,379.47291 L 386.93744,379.14004 L 386.93744,375.2061 L 384.21394,372.30105 L 386.45326,371.93791 L 387.63344,370.90904 L 388.57153,369.09338 L 387.63344,368.51842 L 388.17814,364.52396 L 384.97047,361.04394 L 383.63898,354.08391 L 378.82748,347.94092 L 375.3172,348.78823 L 374.56067,346.15552 L 372.65423,346.15552 L 372.2911,348.42509 L 367.38881,349.93815 L 363.96931,341.22297 z "/>
<path id="INSEE-D15" title="Cantal (15)" class="land departement auvergne departement15" d="M 330.13748,313.59465 L 329.56253,315.68266 L 330.50062,317.95224 L 329.3507,319.28372 L 327.47451,319.28372 L 325.56807,317.19571 L 323.87345,316.25762 L 323.69189,321.5533 L 320.27239,323.64131 L 317.82125,327.03055 L 318.39621,330.45004 L 317.63968,331.96309 L 316.67133,334.9892 L 315.15828,334.9892 L 313.64522,336.86538 L 314.79514,338.0153 L 315.55167,339.89148 L 313.10053,341.61636 L 314.09914,347.94092 L 317.30681,350.33154 L 314.88593,355.96009 L 317.30681,357.01923 L 316.24767,360.2269 L 318.36594,360.49924 L 319.96978,357.83627 L 322.66301,357.83627 L 323.17745,358.62306 L 329.07835,358.62306 L 330.13748,356.23244 L 331.46897,355.68774 L 332.01367,351.42094 L 333.34515,351.42094 L 333.34515,346.88178 L 338.70136,342.31237 L 339.24605,343.12941 L 339.76049,346.60943 L 343.51286,346.06473 L 344.32991,351.42094 L 346.17583,351.42094 L 346.72053,356.77714 L 348.38488,358.83489 L 351.10838,352.57085 L 353.77135,344.24907 L 357.16058,346.51865 L 358.67363,343.12941 L 363.5154,341.37427 L 363.5154,339.77044 L 362.48652,338.22713 L 360.42877,337.01669 L 361.45765,335.47337 L 360.58008,334.62606 L 361.60895,334.29319 L 362.8194,333.26432 L 360.76165,333.08275 L 359.73277,331.72101 L 359.3999,328.11994 L 358.18946,326.9095 L 357.34215,323.85314 L 353.04508,323.85314 L 352.19777,321.43226 L 350.83603,321.28095 L 350.14002,322.6427 L 347.41653,322.46113 L 344.84434,318.5272 L 343.81547,318.37589 L 341.75772,317.34702 L 340.54728,318.5272 L 337.49091,318.5272 L 335.9476,315.28927 L 330.13748,313.59465 z "/>
<path id="INSEE-D64" title="Pyrenees-Atlantiques (64)" class="land departement aquitaine departement64" d="M 220.04786,415.42301 L 217.32437,416.96632 L 211.84712,416.78476 L 211.33269,415.93745 L 207.73162,417.14789 L 204.97787,417.9952 L 202.92012,416.45189 L 200.71107,417.14789 L 200.01506,416.27032 L 197.29157,416.27032 L 195.56669,417.14789 L 191.11832,416.96632 L 188.7277,418.84251 L 184.43063,418.50964 L 183.58332,419.72008 L 182.55445,419.35694 L 183.91619,417.9952 L 181.52557,416.11901 L 178.62051,418.6912 L 173.65771,419.02407 L 168.21072,416.30058 L 167.42393,417.69259 L 163.06635,422.98827 L 159.67711,424.31975 L 157.22597,424.68289 L 157.22597,426.7709 L 159.49554,428.85891 L 162.88478,429.04047 L 163.06635,431.49162 L 165.72932,431.70344 L 166.48584,429.97857 L 170.0869,431.49162 L 172.35648,432.06658 L 172.90118,434.33615 L 171.59996,435.48607 L 171.59996,439.05687 L 168.93699,440.38836 L 168.75542,442.08298 L 170.45004,443.98942 L 173.47614,444.92751 L 174.0511,442.08298 L 175.74572,440.20679 L 175.56415,442.65794 L 176.89564,444.56438 L 180.28487,444.56438 L 181.79792,446.62213 L 186.33708,447.37866 L 190.69466,450.04163 L 197.86653,450.04163 L 198.25992,454.00582 L 203.16221,457.78845 L 205.06865,460.05803 L 207.15666,458.93837 L 209.03285,458.54498 L 209.97094,459.48307 L 211.69582,458.54498 L 214.99427,456.72932 L 215.29688,452.82564 L 216.80993,451.67572 L 217.59672,445.44195 L 220.41099,446.01691 L 221.56091,445.26039 L 220.22943,442.59741 L 225.34354,438.23983 L 228.36965,431.4311 L 230.24583,428.97995 L 227.97625,425.59072 L 226.4632,423.32114 L 228.55121,421.41469 L 225.34354,416.11901 L 220.22943,415.75588 L 220.04786,415.42301 z "/>
<path id="INSEE-D12" title="Aveyron (12)" class="land departement midi departement12" d="M 338.70136,342.31237 L 333.34515,346.88178 L 333.34515,351.42094 L 332.01367,351.42094 L 331.46897,355.68774 L 330.13748,356.23244 L 329.07835,358.62306 L 323.17745,358.62306 L 322.66301,357.83627 L 319.96978,357.83627 L 318.36594,360.49924 L 317.79098,360.43872 L 317.45811,361.49786 L 316.24767,362.8596 L 312.82818,362.8596 L 312.13217,363.73717 L 310.43755,363.55561 L 307.35093,366.9751 L 306.32206,366.64223 L 304.113,368.51842 L 304.77874,371.93791 L 306.50362,374.5101 L 305.17214,375.90211 L 305.47475,379.80578 L 308.19824,379.98735 L 306.65493,383.07397 L 307.86537,386.1606 L 309.40868,385.28303 L 310.10468,386.82634 L 312.31374,384.61728 L 315.58193,384.43572 L 318.81986,386.82634 L 324.47867,387.85521 L 326.53642,391.45628 L 329.44148,392.81802 L 330.98479,396.75196 L 330.80323,398.29527 L 332.67941,401.74503 L 332.67941,403.62121 L 336.09891,408.06958 L 339.3671,409.7642 L 341.42485,409.24976 L 342.45372,407.88802 L 343.99704,408.25115 L 347.53758,410.52072 L 347.56784,410.52072 L 349.14141,410.52072 L 352.34908,410.52072 L 352.07673,404.92243 L 352.07673,403.04625 L 353.68056,403.04625 L 356.61588,404.65009 L 359.5512,404.65009 L 359.03677,401.44242 L 360.6406,400.08067 L 363.84827,399.56623 L 363.84827,396.873 L 367.32829,395.26917 L 366.51124,391.54706 L 363.57592,391.54706 L 360.91295,391.00236 L 360.36825,388.85383 L 362.51679,388.33939 L 362.51679,385.64616 L 364.63506,383.76998 L 363.03122,382.98319 L 358.49207,383.76998 L 358.76442,381.6517 L 355.55675,380.28996 L 354.7397,373.87462 L 354.7397,369.33546 L 352.07673,367.45928 L 352.34908,363.70691 L 346.72053,356.77714 L 346.17583,351.42094 L 344.32991,351.42094 L 343.51286,346.06473 L 339.76049,346.60943 L 339.24605,343.12941 L 338.70136,342.31237 z "/>
<path id="INSEE-D13" title="Bouches-du-Rhone (13)" class="land departement paca departement13" d="M 421.04161,397.05457 L 415.74593,400.08067 L 414.38419,410.24838 L 408.7859,409.46159 L 407.18206,413.72839 L 408.51355,415.60458 L 402.37056,419.35694 L 400.67594,423.29088 L 406.66763,423.56323 L 414.62628,424.13819 L 416.13933,425.65124 L 413.29479,425.65124 L 411.41861,428.85891 L 419.52856,430.55353 L 425.97416,429.43387 L 422.55467,426.19594 L 424.82424,424.31975 L 428.42531,425.83281 L 430.11992,429.43387 L 440.92311,429.61543 L 443.73739,428.46551 L 444.31235,430.19039 L 441.28624,432.8231 L 445.46226,433.00467 L 444.70574,434.91111 L 443.55582,436.2426 L 452.81569,436.2426 L 457.35485,437.75565 L 457.80876,438.36087 L 457.99033,434.6085 L 459.35208,433.06519 L 461.07696,432.03632 L 460.89539,431.00744 L 459.53364,429.64569 L 458.1719,429.64569 L 457.29433,428.61682 L 458.83764,427.22481 L 458.83764,426.71037 L 457.14302,425.86307 L 457.14302,424.50132 L 460.89539,424.68289 L 461.77296,423.98688 L 458.50477,420.90026 L 458.68633,417.2992 L 456.62858,415.60458 L 458.3232,412.18508 L 462.4387,409.43133 L 459.35208,407.37358 L 457.14302,409.09846 L 451.99865,410.27864 L 447.88315,409.7642 L 440.52972,406.70784 L 436.08135,406.85914 L 432.32898,405.16452 L 430.93697,403.25808 L 428.03191,400.02015 L 421.19292,397.11509 L 421.04161,397.05457 z "/>
<path id="INSEE-D84" title="Vaucluse (84)" class="land departement paca departement84" d="M 428.09243,369.39599 L 425.42946,369.60781 L 423.37171,372.81548 L 423.91641,376.20472 L 427.12408,376.59811 L 426.57938,378.11116 L 424.09798,378.29273 L 421.2837,381.13727 L 420.52718,380.19917 L 421.07188,376.41655 L 419.95222,375.08506 L 414.8381,375.84159 L 413.83949,377.86907 L 414.38419,378.17169 L 417.59186,383.49763 L 417.59186,387.79469 L 423.22041,393.39298 L 423.22041,395.81386 L 421.04161,397.05457 L 421.19292,397.11509 L 428.03191,400.02015 L 430.93697,403.25808 L 432.32898,405.16452 L 436.08135,406.85914 L 440.52972,406.70784 L 447.88315,409.7642 L 451.99865,410.27864 L 457.14302,409.09846 L 459.26129,407.4341 L 459.53364,406.01183 L 455.59971,401.56346 L 451.30264,401.56346 L 451.30264,400.02015 L 452.84596,398.29527 L 452.84596,396.41909 L 449.42646,394.72447 L 449.09359,391.97071 L 450.96977,391.12341 L 450.96977,388.73278 L 448.91202,388.36965 L 448.76072,385.79746 L 448.73046,385.6159 L 447.00558,385.49485 L 444.16104,383.40684 L 443.40451,380.9557 L 438.10883,380.56231 L 434.14464,380.19917 L 433.75125,377.9296 L 435.08273,375.08506 L 432.63159,377.17307 L 428.84896,376.77968 L 428.09243,375.44819 L 430.72514,371.87739 L 428.09243,369.39599 z "/>
<path id="INSEE-D04" title="Alpes-de-Haute-Provence (04)" class="land departement paca departement04" d="M 502.5043,352.93399 L 500.44655,356.02061 L 497.54149,357.74549 L 496.51262,359.80324 L 493.94043,359.95455 L 493.94043,361.83073 L 493.24443,362.8596 L 492.21555,365.43179 L 486.07257,365.28049 L 483.16751,363.73717 L 481.26106,365.09892 L 477.69026,364.91735 L 476.81269,366.1278 L 477.69026,366.1278 L 478.2047,369.36573 L 477.32713,369.72886 L 474.0892,367.67111 L 474.0892,366.46067 L 472.21301,364.91735 L 471.18414,364.91735 L 471.18414,366.64223 L 469.64083,366.9751 L 466.37264,368.85129 L 464.31489,372.30105 L 463.80045,373.99566 L 465.01089,374.32853 L 465.19246,377.08229 L 463.98201,377.08229 L 462.10583,375.35741 L 461.07696,375.53898 L 461.59139,377.08229 L 464.49645,380.32022 L 462.62027,381.01622 L 461.25852,380.16891 L 457.80876,380.16891 L 454.90371,382.89241 L 454.87344,382.86214 L 454.7524,383.9818 L 453.63274,382.65032 L 452.11969,381.31883 L 451.15134,384.16337 L 449.45672,385.67642 L 448.73046,385.6159 L 448.76072,385.79746 L 448.91202,388.36965 L 450.96977,388.73278 L 450.96977,391.12341 L 449.09359,391.97071 L 449.42646,394.72447 L 452.84596,396.41909 L 452.84596,398.29527 L 451.30264,400.02015 L 451.30264,401.56346 L 455.59971,401.56346 L 459.53364,406.01183 L 459.50338,406.10261 L 464.49645,404.46852 L 470.6697,408.58402 L 474.0892,406.01183 L 474.93651,404.28695 L 479.74801,402.74364 L 482.80437,404.80139 L 487.25275,401.56346 L 492.39712,401.74503 L 493.75887,400.35302 L 496.63366,400.23197 L 496.69419,400.20171 L 495.99818,398.47684 L 496.84549,397.44796 L 496.51262,396.08621 L 499.23611,396.08621 L 499.93212,395.23891 L 502.5043,393.8469 L 504.56205,395.23891 L 505.9238,394.36134 L 502.68587,391.45628 L 499.23611,388.21835 L 498.05593,387.85521 L 497.87437,385.28303 L 495.81662,382.22666 L 496.51262,377.77829 L 497.54149,375.35741 L 499.41768,373.8141 L 499.59924,371.42348 L 502.17143,370.06173 L 502.56483,369.91042 L 502.56483,366.24884 L 505.2278,365.88571 L 503.71474,364.55422 L 501.8083,363.97926 L 500.87021,361.52812 L 501.62673,359.8335 L 505.01597,356.23244 L 504.47127,353.56947 L 504.95545,353.05503 L 502.5043,352.93399 z "/>
<path id="INSEE-D30" title="Gard (30)" class="land departement languedoc departement30" d="M 388.57153,369.09338 L 387.63344,370.90904 L 386.45326,371.93791 L 384.21394,372.30105 L 386.93744,375.2061 L 386.93744,379.14004 L 388.14788,379.47291 L 386.78613,381.01622 L 386.78613,383.92128 L 384.54681,387.34078 L 379.58401,386.82634 L 376.67895,384.10285 L 374.6212,384.61728 L 375.3172,386.3119 L 374.46989,387.52234 L 369.47682,388.55122 L 363.63644,384.64755 L 362.51679,385.64616 L 362.51679,388.33939 L 360.36825,388.85383 L 360.91295,391.00236 L 363.57592,391.54706 L 366.51124,391.54706 L 367.32829,395.26917 L 363.84827,396.873 L 363.84827,398.56762 L 366.57176,399.50571 L 366.57176,401.04902 L 367.7822,401.74503 L 368.81108,400.86746 L 370.17283,400.86746 L 370.86883,402.41077 L 372.92658,402.41077 L 373.95545,398.80971 L 375.65007,398.80971 L 378.22226,395.57178 L 381.30888,395.90465 L 381.82332,400.35302 L 383.0035,401.74503 L 384.90995,400.71615 L 388.14788,402.41077 L 389.35832,404.46852 L 394.98687,407.88802 L 397.04462,412.69952 L 397.04462,415.24145 L 393.44356,417.2992 L 391.11346,419.38721 L 394.01852,419.59903 L 394.01852,423.38166 L 398.34584,423.16983 L 400.67594,423.29088 L 402.37056,419.35694 L 408.51355,415.60458 L 407.18206,413.72839 L 408.7859,409.46159 L 414.38419,410.24838 L 415.74593,400.08067 L 423.22041,395.81386 L 423.22041,393.39298 L 417.59186,387.79469 L 417.59186,383.49763 L 414.38419,378.17169 L 407.6965,374.41932 L 407.18206,377.35464 L 404.48883,377.62699 L 403.70205,374.69167 L 401.00881,375.2061 L 400.49438,378.95847 L 398.34584,378.17169 L 393.80669,375.2061 L 391.65816,376.2955 L 391.65816,370.9393 L 388.57153,369.09338 z "/>
<path id="INSEE-D11" title="Aude (11)" class="land departement languedoc departement11" d="M 318.91064,424.71315 L 318.63829,428.19317 L 315.15828,427.10377 L 311.40591,427.10377 L 311.67826,425.77228 L 309.80207,426.04463 L 305.80762,427.37612 L 304.47613,424.95524 L 301.7829,427.37612 L 302.59995,429.2523 L 299.63437,430.58379 L 299.11993,433.51911 L 296.69905,434.6085 L 298.84758,436.99912 L 298.30288,438.60296 L 307.6838,443.14211 L 308.47059,449.58771 L 308.47059,453.06773 L 309.01529,457.60689 L 304.20378,457.60689 L 302.8723,459.48307 L 309.01529,464.56692 L 312.4953,462.69074 L 316.76211,467.77459 L 316.12663,467.83511 L 316.94368,468.31929 L 324.62998,464.56692 L 322.75379,461.81317 L 322.60249,458.57524 L 340.54728,458.57524 L 340.21441,456.15436 L 344.32991,453.9453 L 349.11115,457.69767 L 351.59255,458.84759 L 351.44125,453.43086 L 351.65308,447.19709 L 349.3835,447.37866 L 347.47705,444.56438 L 348.99011,442.08298 L 352.19777,445.10908 L 355.04231,442.8395 L 356.94876,440.96332 L 357.19084,438.96609 L 354.76996,438.87531 L 353.92265,436.15182 L 351.53203,435.97025 L 349.29272,432.70206 L 347.56784,432.88362 L 345.54035,431.67318 L 345.17722,428.76812 L 344.14834,429.28256 L 344.66278,431.34031 L 342.27216,431.34031 L 342.09059,434.75981 L 338.51979,435.97025 L 336.79491,432.36919 L 334.40429,433.9125 L 332.34654,432.36919 L 331.31766,429.97857 L 333.04254,427.92082 L 332.2255,425.71176 L 332.01367,425.77228 L 326.38512,425.77228 L 320.51448,424.71315 L 318.91064,424.71315 z "/>
<path id="INSEE-D34" title="Herault (34)" class="land departement languedoc departement34" d="M 378.22226,395.57178 L 375.65007,398.80971 L 373.95545,398.80971 L 372.92658,402.41077 L 370.86883,402.41077 L 370.17283,400.86746 L 368.81108,400.86746 L 367.7822,401.74503 L 366.57176,401.04902 L 366.57176,399.50571 L 363.84827,398.56762 L 363.84827,399.56623 L 360.6406,400.08067 L 359.03677,401.44242 L 359.5512,404.65009 L 356.61588,404.65009 L 353.68056,403.04625 L 352.07673,403.04625 L 352.07673,404.92243 L 352.34908,410.52072 L 349.14141,410.52072 L 347.53758,410.52072 L 346.44818,412.66926 L 339.48814,415.05988 L 336.82517,413.21396 L 335.22134,415.60458 L 334.43455,418.26755 L 337.36987,420.96078 L 336.28047,424.4408 L 332.2255,425.71176 L 333.04254,427.92082 L 331.31766,429.97857 L 332.34654,432.36919 L 334.40429,433.9125 L 336.79491,432.36919 L 338.51979,435.97025 L 342.09059,434.75981 L 342.27216,431.34031 L 344.66278,431.34031 L 344.14834,429.28256 L 345.17722,428.76812 L 345.54035,431.67318 L 347.56784,432.88362 L 349.29272,432.70206 L 351.53203,435.97025 L 353.92265,436.15182 L 354.76996,438.87531 L 357.19084,438.96609 L 357.31189,437.93722 L 364.12062,435.84921 L 364.87715,434.15459 L 370.17283,433.97302 L 371.86744,431.88501 L 382.09567,423.74479 L 388.51101,419.20564 L 391.11346,419.38721 L 393.44356,417.2992 L 397.04462,415.24145 L 397.04462,412.69952 L 394.98687,407.88802 L 389.35832,404.46852 L 388.14788,402.41077 L 384.90995,400.71615 L 383.0035,401.74503 L 381.82332,400.35302 L 381.30888,395.90465 L 378.22226,395.57178 z "/>
<path id="INSEE-D66" title="Pyrenees-Orientales (66)" class="land departement languedoc departement66" d="M 344.32991,453.9453 L 340.21441,456.15436 L 340.54728,458.57524 L 322.60249,458.57524 L 322.75379,461.81317 L 324.62998,464.56692 L 316.94368,468.31929 L 316.12663,467.83511 L 309.80207,468.28903 L 309.01529,469.89286 L 305.80762,470.70991 L 303.65908,472.58609 L 297.78845,473.94784 L 298.12132,475.94507 L 300.96585,478.60804 L 306.62467,480.12109 L 306.80623,483.51033 L 309.83233,486.1733 L 312.10191,485.7799 L 315.33984,481.81571 L 319.30404,481.05918 L 325.53781,483.14719 L 330.83349,487.68635 L 332.34654,485.7799 L 333.67802,485.7799 L 335.00951,486.71799 L 336.12917,486.1733 L 336.31073,483.51033 L 341.99981,482.17884 L 343.87599,479.7277 L 346.72053,478.78961 L 350.68472,478.78961 L 353.16613,481.42231 L 356.19223,481.63414 L 356.19223,478.60804 L 354.67918,476.52003 L 352.01621,475.37011 L 351.59255,458.84759 L 349.11115,457.69767 L 344.32991,453.9453 z "/>
<path id="INSEE-D63" title="Puy-de-Dome (63)" class="land departement auvergne departement63" d="M 342.96816,270.77529 L 340.39597,273.68035 L 340.21441,272.65148 L 338.15666,272.83304 L 338.15666,274.37636 L 336.97648,274.70923 L 335.76604,277.61429 L 334.22272,278.31029 L 331.34793,276.07097 L 331.62028,280.51935 L 333.13333,282.39553 L 333.88985,285.99659 L 331.62028,287.69121 L 331.07558,290.35418 L 328.98757,291.47384 L 325.3865,293.56185 L 325.74964,295.25647 L 330.10722,299.61405 L 330.50062,302.27703 L 328.77574,305.0913 L 328.77574,307.75427 L 329.92566,309.08576 L 330.50062,312.29343 L 330.13748,313.59465 L 335.9476,315.28927 L 337.49091,318.5272 L 340.54728,318.5272 L 341.75772,317.34702 L 343.81547,318.37589 L 344.84434,318.5272 L 347.41653,322.46113 L 350.14002,322.6427 L 350.83603,321.28095 L 351.59255,321.37173 L 352.37934,320.25208 L 355.79884,319.73764 L 357.67502,318.19433 L 359.73277,318.01276 L 359.73277,316.83258 L 361.09452,316.13658 L 361.45765,316.98389 L 362.30496,316.46945 L 363.6667,317.34702 L 366.05733,317.16545 L 368.11508,316.31814 L 369.47682,317.49832 L 371.02013,317.49832 L 372.23058,319.73764 L 374.10676,320.58495 L 375.13563,318.19433 L 376.49738,319.40477 L 379.4327,319.55607 L 380.46158,317.49832 L 382.15619,319.2232 L 384.54681,319.9192 L 385.30334,319.19294 L 383.82055,318.70876 L 383.24559,316.43919 L 386.84665,313.04995 L 385.15203,306.81618 L 380.21949,303.57825 L 378.16174,298.67596 L 375.89216,295.64986 L 376.46712,291.47384 L 378.16174,289.77922 L 375.13563,287.32808 L 375.22642,286.57155 L 372.56345,285.51242 L 371.71614,283.45467 L 368.81108,283.60597 L 366.57176,283.09153 L 366.23889,280.70091 L 364.51401,279.8536 L 362.30496,281.21535 L 359.73277,280.70091 L 358.00789,280.88248 L 352.19777,280.03517 L 347.41653,277.28142 L 347.0534,275.91967 L 345.02591,273.68035 L 346.38766,271.80417 L 345.87322,270.77529 L 342.96816,270.77529 z "/>
<path id="INSEE-D65" title="Hautes-Pyrenees (65)" class="land departement midi departement65" d="M 226.88685,415.09014 L 225.01067,416.08875 L 225.34354,416.11901 L 228.55121,421.41469 L 226.4632,423.32114 L 227.97625,425.59072 L 230.24583,428.97995 L 228.36965,431.4311 L 225.34354,438.23983 L 220.22943,442.59741 L 221.56091,445.26039 L 220.41099,446.01691 L 217.59672,445.44195 L 216.80993,451.67572 L 215.29688,452.82564 L 214.99427,456.72932 L 215.47845,456.45697 L 218.68612,458.36341 L 222.46874,461.20795 L 222.83188,463.47752 L 225.85798,465.92867 L 228.33938,465.92867 L 234.57316,463.2657 L 237.20587,466.2918 L 240.80693,467.26015 L 242.13841,464.99058 L 243.83303,465.7471 L 247.49462,465.98919 L 247.25253,455.82148 L 249.15897,455.82148 L 250.85359,456.66879 L 252.06403,455.48861 L 251.88246,453.61243 L 254.27309,452.22042 L 253.42578,448.64962 L 252.3969,447.77205 L 250.33915,448.46805 L 251.36803,446.74318 L 250.85359,444.53412 L 247.76696,442.2948 L 247.94853,440.75149 L 249.67341,437.84643 L 251.88246,436.99912 L 251.88246,435.78868 L 253.24421,433.73093 L 254.15204,432.45997 L 250.70228,430.67457 L 246.07235,430.67457 L 245.37634,429.28256 L 242.98572,429.28256 L 242.28972,427.73925 L 240.08066,427.73925 L 239.38466,428.43525 L 236.81247,428.43525 L 236.66117,426.89194 L 234.60342,425.53019 L 235.29942,424.83419 L 235.63229,423.13957 L 235.11785,422.62514 L 234.08898,419.87138 L 231.84966,419.53851 L 229.64061,418.32807 L 229.79191,415.09014 L 226.88685,415.09014 z "/>
<path id="INSEE-D40" title="Landes (40)" class="land departement aquitaine departement40" d="M 188.7277,362.7083 L 182.73601,365.79492 L 181.1927,365.85545 L 177.83373,383.8305 L 173.47614,400.47406 L 172.14465,406.91966 L 171.025,411.45882 L 168.21072,416.30058 L 173.65771,419.02407 L 178.62051,418.6912 L 181.52557,416.11901 L 183.91619,417.9952 L 182.55445,419.35694 L 183.58332,419.72008 L 184.43063,418.50964 L 188.7277,418.84251 L 191.11832,416.96632 L 195.56669,417.14789 L 197.29157,416.27032 L 200.01506,416.27032 L 200.71107,417.14789 L 202.92012,416.45189 L 204.97787,417.9952 L 207.73162,417.14789 L 211.33269,415.93745 L 211.84712,416.78476 L 217.32437,416.96632 L 220.04786,415.42301 L 218.71638,413.09291 L 220.04786,409.49185 L 221.92405,407.04071 L 221.34909,403.83304 L 222.86214,402.31999 L 220.62282,398.53736 L 222.49901,396.26778 L 224.58702,395.87439 L 226.4632,396.63091 L 229.12617,394.36134 L 230.06426,397.20587 L 231.00235,398.53736 L 233.09037,397.9624 L 232.9088,395.51125 L 233.51402,394.17977 L 233.0601,392.99959 L 233.57454,389.24722 L 235.63229,387.18947 L 234.60342,385.97903 L 232.3641,385.79746 L 229.79191,384.79885 L 226.03955,385.13172 L 225.34354,381.01622 L 222.95292,378.11116 L 221.92405,377.77829 L 222.28718,381.19779 L 222.28718,382.22666 L 219.01899,382.37797 L 215.59949,381.19779 L 214.90349,376.90072 L 212.51287,374.32853 L 210.81825,374.17723 L 210.63668,372.63392 L 208.7605,371.42348 L 205.67387,370.57617 L 206.52118,369.54729 L 206.52118,368.51842 L 205.49231,367.67111 L 204.31213,366.64223 L 200.86237,367.15667 L 198.83488,368.85129 L 197.44287,369.03285 L 195.23382,367.48954 L 191.96563,368.85129 L 190.42232,367.82241 L 191.81432,366.1278 L 191.96563,363.88848 L 188.7277,362.7083 z "/>
<path id="INSEE-D33" title="Gironde (33)" class="land departement aquitaine departement33" d="M 190.11971,305.36365 L 187.0936,309.9028 L 186.15551,325.78984 L 183.70437,341.85845 L 181.97949,354.32599 L 181.79792,357.56392 L 183.12941,353.20634 L 185.76212,349.78684 L 189.54475,353.20634 L 189.93814,354.32599 L 191.0578,355.83905 L 186.33708,356.05087 L 185.58055,354.90095 L 183.70437,355.65748 L 183.31097,358.50202 L 181.22296,361.34655 L 181.22296,365.67388 L 181.1927,365.85545 L 182.73601,365.79492 L 188.7277,362.7083 L 191.96563,363.88848 L 191.81432,366.1278 L 190.42232,367.82241 L 191.96563,368.85129 L 195.23382,367.48954 L 197.44287,369.03285 L 198.83488,368.85129 L 200.86237,367.15667 L 204.31213,366.64223 L 205.49231,367.67111 L 206.52118,368.51842 L 206.52118,369.54729 L 205.67387,370.57617 L 208.7605,371.42348 L 210.63668,372.63392 L 210.81825,374.17723 L 212.51287,374.32853 L 214.90349,376.90072 L 215.59949,381.19779 L 219.01899,382.37797 L 222.28718,382.22666 L 222.28718,381.19779 L 221.92405,377.77829 L 222.95292,378.11116 L 224.88963,380.47152 L 227.91573,379.98735 L 229.30774,378.6256 L 229.12617,376.74942 L 227.91573,375.72054 L 228.27886,373.8141 L 230.15505,373.8141 L 232.03123,372.63392 L 231.18392,370.90904 L 230.66948,368.33685 L 232.03123,365.94623 L 234.93629,361.49786 L 236.66117,359.44011 L 238.20448,358.92567 L 238.53735,357.23105 L 236.4796,357.04949 L 235.63229,355.1733 L 236.29803,353.29712 L 238.71892,352.78268 L 240.41353,352.26824 L 242.41076,351.9959 L 242.28972,351.90511 L 242.13841,348.15274 L 244.0146,346.791 L 241.62398,345.24769 L 239.23335,348.15274 L 233.39298,348.33431 L 232.87854,346.9423 L 231.18392,346.09499 L 232.54567,344.37012 L 232.54567,342.49393 L 231.84966,341.46506 L 231.84966,340.43618 L 233.57454,339.40731 L 234.08898,336.35094 L 235.11785,333.59719 L 234.08898,332.05388 L 232.2128,332.05388 L 231.21418,330.8737 L 230.24583,332.90119 L 228.36965,331.5697 L 225.70667,332.90119 L 223.4371,332.53805 L 219.10977,328.18047 L 216.4468,327.9989 L 215.69027,321.94669 L 210.75773,321.37173 L 210.57616,318.5272 L 209.63807,319.46529 L 204.03978,319.46529 L 204.31213,320.67573 L 205.64361,326.15298 L 206.00675,331.63022 L 205.06865,333.14327 L 204.13056,328.60412 L 201.46759,318.22459 L 191.81432,309.50941 L 192.02615,305.54522 L 190.11971,305.36365 z "/>
<path id="INSEE-D24" title="Dordogne (24)" class="land departement aquitaine departement24" d="M 256.54266,300.76397 L 254.84805,303.79008 L 252.18507,304.15321 L 252.00351,308.69236 L 243.10677,314.74457 L 242.9252,321.37173 L 239.5057,324.76097 L 237.62952,326.48585 L 233.84689,326.09245 L 231.75888,329.69352 L 231.21418,330.8737 L 232.2128,332.05388 L 234.08898,332.05388 L 235.11785,333.59719 L 234.08898,336.35094 L 233.57454,339.40731 L 231.84966,340.43618 L 231.84966,341.46506 L 232.54567,342.49393 L 232.54567,344.37012 L 231.18392,346.09499 L 232.87854,346.9423 L 233.39298,348.33431 L 239.23335,348.15274 L 241.62398,345.24769 L 244.0146,346.791 L 242.13841,348.15274 L 242.28972,351.90511 L 245.04347,353.81156 L 245.37634,357.38236 L 248.2814,358.41123 L 250.00628,356.86792 L 253.75865,356.86792 L 255.8164,355.1733 L 257.02684,355.35487 L 257.35971,356.71662 L 261.14234,356.71662 L 261.98965,355.68774 L 263.35139,355.86931 L 264.89471,357.56392 L 264.89471,358.77437 L 263.53296,359.62167 L 264.0474,360.83212 L 265.92358,360.98342 L 268.3142,358.77437 L 270.37195,358.77437 L 271.7337,360.31768 L 274.69928,361.55838 L 274.88085,361.0742 L 276.60572,359.37959 L 276.78729,356.53505 L 280.93305,356.17192 L 283.59602,352.38929 L 282.4461,351.9959 L 282.26454,349.93815 L 285.47221,349.54475 L 285.68403,347.66857 L 287.19708,346.70022 L 288.8917,343.67411 L 287.19708,341.79793 L 287.19708,339.70992 L 288.49831,338.59026 L 286.80369,335.92729 L 286.98526,331.78153 L 282.8395,331.96309 L 281.14488,330.81318 L 282.65793,328.93699 L 280.56992,327.24237 L 282.08297,325.33593 L 280.56992,324.5794 L 280.56992,321.94669 L 284.35255,318.5272 L 282.26454,316.83258 L 281.14488,313.98804 L 277.15042,313.41308 L 275.81894,312.47499 L 278.66347,311.14351 L 277.72538,309.84228 L 273.57962,309.26732 L 272.61127,305.48469 L 266.55906,304.90973 L 265.22758,306.81618 L 263.92635,307.17931 L 262.20148,304.90973 L 262.98826,302.82172 L 262.01991,300.94554 L 256.54266,300.76397 z "/>
<path id="INSEE-D47" title="Lot-et-Garonne (47)" class="land departement aquitaine departement47" d="M 242.41076,351.9959 L 240.41353,352.26824 L 238.71892,352.78268 L 236.29803,353.29712 L 235.63229,355.1733 L 236.4796,357.04949 L 238.53735,357.23105 L 238.20448,358.92567 L 236.66117,359.44011 L 234.93629,361.49786 L 232.03123,365.94623 L 230.66948,368.33685 L 231.18392,370.90904 L 232.03123,372.63392 L 230.15505,373.8141 L 228.27886,373.8141 L 227.91573,375.72054 L 229.12617,376.74942 L 229.30774,378.6256 L 227.91573,379.98735 L 224.88963,380.47152 L 225.34354,381.01622 L 226.03955,385.13172 L 229.79191,384.79885 L 232.3641,385.79746 L 234.60342,385.97903 L 235.63229,387.18947 L 233.57454,389.24722 L 233.0601,392.99959 L 233.51402,394.17977 L 234.24028,392.66672 L 236.4796,394.57316 L 239.5057,391.54706 L 240.83719,393.42324 L 244.04486,392.84828 L 247.46435,392.48515 L 248.97741,389.82218 L 254.63622,389.27748 L 257.48075,392.09176 L 258.44911,391.15367 L 260.32529,390.57871 L 259.56877,387.946 L 262.4133,387.18947 L 266.01436,386.43295 L 265.22758,384.16337 L 266.3775,382.83188 L 267.31559,379.23082 L 265.22758,376.96124 L 266.55906,372.63392 L 269.4036,374.32853 L 273.57962,373.57201 L 271.67318,369.39599 L 270.16013,363.73717 L 273.94275,363.55561 L 274.69928,361.55838 L 271.7337,360.31768 L 270.37195,358.77437 L 268.3142,358.77437 L 265.92358,360.98342 L 264.0474,360.83212 L 263.53296,359.62167 L 264.89471,358.77437 L 264.89471,357.56392 L 263.35139,355.86931 L 261.98965,355.68774 L 261.14234,356.71662 L 257.35971,356.71662 L 257.02684,355.35487 L 255.8164,355.1733 L 253.75865,356.86792 L 250.00628,356.86792 L 248.2814,358.41123 L 245.37634,357.38236 L 245.04347,353.81156 L 242.41076,351.9959 z "/>
<path id="INSEE-D46" title="Lot (46)" class="land departement midi departement46" d="M 292.97694,336.44173 L 288.95222,338.31791 L 288.37727,338.40869 L 288.49831,338.59026 L 287.19708,339.70992 L 287.19708,341.79793 L 288.8917,343.67411 L 287.19708,346.70022 L 285.68403,347.66857 L 285.47221,349.54475 L 282.26454,349.93815 L 282.4461,351.9959 L 283.59602,352.38929 L 280.93305,356.17192 L 276.78729,356.53505 L 276.60572,359.37959 L 274.88085,361.0742 L 273.94275,363.55561 L 270.16013,363.73717 L 271.67318,369.39599 L 273.27701,372.90627 L 275.69789,372.81548 L 275.8492,373.8141 L 274.48745,375.35741 L 275.51633,377.41516 L 277.05964,377.41516 L 278.75426,379.29134 L 280.29757,379.29134 L 281.50801,377.9296 L 281.84088,378.29273 L 281.84088,379.98735 L 282.35532,382.22666 L 285.95638,382.37797 L 288.86144,379.29134 L 290.40475,379.14004 L 290.91919,379.98735 L 291.7665,381.86353 L 293.15851,381.86353 L 293.67295,378.44403 L 296.578,378.80717 L 298.27262,376.74942 L 301.02638,377.41516 L 305.14187,375.53898 L 305.17214,375.90211 L 306.50362,374.5101 L 304.77874,371.93791 L 304.113,368.51842 L 306.32206,366.64223 L 307.35093,366.9751 L 310.43755,363.55561 L 312.13217,363.73717 L 312.82818,362.8596 L 316.24767,362.8596 L 317.45811,361.49786 L 317.79098,360.43872 L 316.24767,360.2269 L 317.30681,357.01923 L 314.88593,355.96009 L 317.30681,350.33154 L 314.09914,347.94092 L 313.00974,340.98088 L 310.07442,340.19409 L 307.92589,342.31237 L 306.86675,340.43618 L 303.65908,343.64385 L 301.51055,343.9162 L 297.78845,338.59026 L 292.97694,336.44173 z "/>
<path id="INSEE-D09" title="Ariege (09)" class="land departement midi departement09" d="M 283.05132,432.36919 L 281.84088,433.2165 L 281.32645,434.24537 L 283.71707,435.97025 L 284.41307,437.18069 L 283.89863,438.1793 L 279.78313,438.54244 L 278.60295,440.23705 L 278.75426,440.75149 L 280.29757,441.26593 L 281.17514,442.47637 L 280.14627,444.17099 L 278.93582,444.01968 L 277.05964,442.2948 L 274.82032,441.62906 L 272.61127,441.78037 L 268.67734,444.17099 L 268.82864,447.43918 L 269.85752,448.13518 L 269.19177,450.67711 L 264.71314,451.88755 L 263.01852,453.9453 L 263.01852,457.3648 L 263.71453,458.39367 L 262.11069,459.87646 L 263.13957,460.45142 L 268.97995,461.57108 L 271.46135,461.57108 L 274.66902,465.7471 L 282.80924,465.35371 L 286.0169,470.46782 L 288.86144,469.3179 L 297.18322,470.46782 L 297.78845,473.94784 L 303.65908,472.58609 L 305.80762,470.70991 L 309.01529,469.89286 L 309.80207,468.28903 L 316.76211,467.77459 L 312.4953,462.69074 L 309.01529,464.56692 L 302.8723,459.48307 L 304.20378,457.60689 L 309.01529,457.60689 L 308.47059,453.06773 L 308.47059,449.58771 L 307.6838,443.14211 L 298.30288,438.60296 L 298.84758,436.99912 L 297.06218,435.0019 L 295.54913,435.63738 L 293.49138,435.97025 L 289.70875,434.24537 L 288.67988,433.9125 L 290.22319,435.78868 L 289.55745,437.332 L 286.28925,436.99912 L 286.13795,435.27425 L 284.2315,432.70206 L 283.05132,432.36919 z "/>
<path id="INSEE-D32" title="Gers (32)" class="land departement midi departement32" d="M 254.63622,389.27748 L 248.97741,389.82218 L 247.46435,392.48515 L 244.04486,392.84828 L 240.83719,393.42324 L 239.5057,391.54706 L 236.4796,394.57316 L 234.24028,392.66672 L 232.9088,395.51125 L 233.09037,397.9624 L 231.00235,398.53736 L 230.06426,397.20587 L 229.12617,394.36134 L 226.4632,396.63091 L 224.58702,395.87439 L 222.49901,396.26778 L 220.62282,398.53736 L 222.86214,402.31999 L 221.34909,403.83304 L 221.92405,407.04071 L 220.04786,409.49185 L 218.71638,413.09291 L 220.22943,415.75588 L 225.01067,416.08875 L 226.88685,415.09014 L 229.79191,415.09014 L 229.64061,418.32807 L 231.84966,419.53851 L 234.08898,419.87138 L 235.11785,422.62514 L 235.63229,423.13957 L 235.29942,424.83419 L 234.60342,425.53019 L 236.66117,426.89194 L 236.81247,428.43525 L 239.38466,428.43525 L 240.08066,427.73925 L 242.28972,427.73925 L 242.98572,429.28256 L 245.37634,429.28256 L 246.07235,430.67457 L 250.70228,430.67457 L 254.15204,432.45997 L 254.45465,432.03632 L 256.33084,431.00744 L 259.75033,426.55907 L 266.10515,427.07351 L 268.82864,428.94969 L 269.70621,427.73925 L 271.06796,423.65401 L 272.76257,419.72008 L 276.36364,418.17676 L 278.08852,417.48076 L 277.57408,415.93745 L 275.8492,415.75588 L 275.18346,414.06126 L 273.79145,414.06126 L 271.58239,411.82195 L 271.7337,410.27864 L 268.82864,407.37358 L 268.3142,405.52765 L 266.43802,406.3447 L 265.92358,405.31583 L 267.13402,403.43964 L 265.74202,402.0779 L 265.74202,399.68728 L 264.56184,398.47684 L 260.77921,398.29527 L 260.77921,396.08621 L 262.83696,394.5429 L 262.83696,392.81802 L 265.07627,391.78915 L 263.86583,391.12341 L 262.50409,391.78915 L 259.75033,391.78915 L 258.90302,391.00236 L 258.44911,391.15367 L 257.48075,392.09176 L 254.63622,389.27748 z "/>
<path id="INSEE-D31" title="Haute-Garonne (31)" class="land departement midi departement31" d="M 290.58632,399.50571 L 287.83257,400.53459 L 286.98526,401.89633 L 285.95638,400.71615 L 284.0802,400.53459 L 283.71707,402.25946 L 282.53689,402.74364 L 284.2315,403.62121 L 283.05132,405.49739 L 278.75426,406.70784 L 276.87807,404.46852 L 275.18346,404.46852 L 273.79145,405.31583 L 268.82864,405.31583 L 268.3142,405.52765 L 268.82864,407.37358 L 271.7337,410.27864 L 271.58239,411.82195 L 273.79145,414.06126 L 275.18346,414.06126 L 275.8492,415.75588 L 277.57408,415.93745 L 278.08852,417.48076 L 276.36364,418.17676 L 272.76257,419.72008 L 271.06796,423.65401 L 269.70621,427.73925 L 268.82864,428.94969 L 266.10515,427.07351 L 259.75033,426.55907 L 256.33084,431.00744 L 254.45465,432.03632 L 253.24421,433.73093 L 251.88246,435.78868 L 251.88246,436.99912 L 249.67341,437.84643 L 247.94853,440.75149 L 247.76696,442.2948 L 250.85359,444.53412 L 251.36803,446.74318 L 250.33915,448.46805 L 252.3969,447.77205 L 253.42578,448.64962 L 254.27309,452.22042 L 251.88246,453.61243 L 252.06403,455.48861 L 250.85359,456.66879 L 249.15897,455.82148 L 247.25253,455.82148 L 247.49462,465.98919 L 255.18092,466.50363 L 255.57431,457.21349 L 258.20702,457.60689 L 262.11069,459.87646 L 263.71453,458.39367 L 263.01852,457.3648 L 263.01852,453.9453 L 264.71314,451.88755 L 269.19177,450.67711 L 269.85752,448.13518 L 268.82864,447.43918 L 268.67734,444.17099 L 272.61127,441.78037 L 274.82032,441.62906 L 277.05964,442.2948 L 278.93582,444.01968 L 280.14627,444.17099 L 281.17514,442.47637 L 280.29757,441.26593 L 278.75426,440.75149 L 278.60295,440.23705 L 279.78313,438.54244 L 283.89863,438.1793 L 284.41307,437.18069 L 283.71707,435.97025 L 281.32645,434.24537 L 281.84088,433.2165 L 283.05132,432.36919 L 284.2315,432.70206 L 286.13795,435.27425 L 286.28925,436.99912 L 289.55745,437.332 L 290.22319,435.78868 L 288.67988,433.9125 L 289.70875,434.24537 L 293.49138,435.97025 L 295.54913,435.63738 L 297.06218,435.0019 L 296.69905,434.6085 L 299.11993,433.51911 L 299.63437,430.58379 L 302.59995,429.2523 L 301.7829,427.37612 L 304.47613,424.95524 L 305.80762,427.37612 L 309.80207,426.04463 L 310.5586,425.92359 L 310.61912,424.68289 L 310.61912,422.262 L 308.56137,422.62514 L 305.98918,421.92913 L 303.74987,419.20564 L 302.90256,417.9952 L 298.45419,416.11901 L 297.42531,414.5757 L 298.78706,414.06126 L 298.78706,412.18508 L 297.42531,410.64177 L 295.70043,407.88802 L 295.54913,405.49739 L 295.03469,405.16452 L 292.97694,402.74364 L 292.12963,400.20171 L 290.58632,399.50571 z "/>
<path id="INSEE-D81" title="Tarn (81)" class="land departement midi departement81" d="M 315.58193,384.43572 L 312.31374,384.61728 L 310.10468,386.82634 L 309.40868,385.28303 L 307.86537,386.1606 L 307.71406,385.79746 L 306.83649,386.67503 L 304.113,387.70391 L 301.87368,389.06566 L 296.06357,389.76166 L 295.36756,392.66672 L 297.60688,392.66672 L 295.36756,394.72447 L 294.33869,396.60065 L 291.10076,396.60065 L 292.79538,398.47684 L 291.82702,400.08067 L 292.12963,400.20171 L 292.97694,402.74364 L 295.03469,405.16452 L 295.54913,405.49739 L 295.70043,407.88802 L 297.42531,410.64177 L 298.78706,412.18508 L 298.78706,414.06126 L 297.42531,414.5757 L 298.45419,416.11901 L 302.90256,417.9952 L 303.74987,419.20564 L 305.98918,421.92913 L 308.56137,422.62514 L 310.61912,422.262 L 310.61912,424.68289 L 310.5586,425.92359 L 311.67826,425.77228 L 311.40591,427.10377 L 315.15828,427.10377 L 318.63829,428.19317 L 318.91064,424.71315 L 320.51448,424.71315 L 326.38512,425.77228 L 332.01367,425.77228 L 336.28047,424.4408 L 337.36987,420.96078 L 334.43455,418.26755 L 335.22134,415.60458 L 336.82517,413.21396 L 339.48814,415.05988 L 346.44818,412.66926 L 347.53758,410.52072 L 343.99704,408.25115 L 342.45372,407.88802 L 341.42485,409.24976 L 339.3671,409.7642 L 336.09891,408.06958 L 332.67941,403.62121 L 332.67941,401.74503 L 330.80323,398.29527 L 330.98479,396.75196 L 329.44148,392.81802 L 326.53642,391.45628 L 324.47867,387.85521 L 318.81986,386.82634 L 315.58193,384.43572 z "/>
<path id="INSEE-D38" title="Isere (38)" class="land departement rhone-alpes departement38" d="M 438.65353,289.35557 L 437.41283,290.8081 L 436.17213,294.49994 L 433.69072,295.74064 L 431.02775,293.25924 L 429.18183,293.25924 L 428.97,295.95247 L 431.66324,298.22205 L 427.54774,303.54799 L 422.19153,304.78869 L 418.07603,306.24122 L 420.739,308.90419 L 421.37449,310.14489 L 417.25899,312.20264 L 416.83533,318.16407 L 416.71429,318.22459 L 417.86421,320.61521 L 421.16266,321.64408 L 423.43224,320.82704 L 426.09521,318.98111 L 429.60549,321.85591 L 432.48028,321.85591 L 434.53803,324.73071 L 433.69072,326.78846 L 434.11438,329.69352 L 433.0855,332.56831 L 433.50916,333.59719 L 434.93143,333.17354 L 438.22988,334.20241 L 442.55721,335.44311 L 444.40313,334.20241 L 445.22018,332.78014 L 445.85566,332.78014 L 446.03722,348.18301 L 447.0661,349.21188 L 449.75933,349.21188 L 452.21047,350.66441 L 454.0564,352.11694 L 455.93258,352.29851 L 457.14302,353.32738 L 460.56252,353.72077 L 460.80461,353.14581 L 459.29155,352.38929 L 459.29155,350.11971 L 464.01228,350.11971 L 465.52533,348.60666 L 464.58723,346.91204 L 467.03838,345.0056 L 468.76326,345.76212 L 471.2144,343.67411 L 475.54173,344.43064 L 477.05478,342.73602 L 480.65584,342.91759 L 480.65584,338.77183 L 479.14279,338.0153 L 478.38626,335.56416 L 474.42207,335.17076 L 473.84711,334.23267 L 474.60364,330.26848 L 475.93512,329.11856 L 474.84572,327.63577 L 472.78797,326.39507 L 471.54727,327.63577 L 471.97093,325.97141 L 471.97093,324.33732 L 470.30657,322.67296 L 471.15388,318.76929 L 472.9998,317.74041 L 472.78797,315.07744 L 468.8843,311.17377 L 467.43177,311.17377 L 466.4029,312.59604 L 463.95175,309.32784 L 462.49922,309.50941 L 461.25852,312.20264 L 462.10583,313.83674 L 461.47035,314.47222 L 459.83625,313.23152 L 455.08527,312.20264 L 452.84596,308.08714 L 452.84596,306.42279 L 450.57638,303.97164 L 450.33429,302.91251 L 442.76903,293.68289 L 441.92172,291.01992 L 440.28763,289.56739 L 438.65353,289.35557 z "/>
<path id="INSEE-D07" title="Ardeche (07)" class="land departement rhone-alpes departement07" d="M 416.71429,318.22459 L 412.32644,320.82704 L 411.47913,324.54914 L 408.21094,325.15436 L 406.4558,325.63854 L 406.51632,325.72932 L 405.39666,330.26848 L 402.73369,331.38813 L 401.61403,333.29458 L 402.37056,335.74572 L 402.91526,337.07721 L 400.10098,337.07721 L 399.88916,340.64801 L 396.86305,340.85984 L 395.35,345.58056 L 390.81085,345.58056 L 385.90856,349.18162 L 383.18507,353.50895 L 383.63898,354.08391 L 384.97047,361.04394 L 388.17814,364.52396 L 387.63344,368.51842 L 391.65816,370.9393 L 391.65816,376.2955 L 393.80669,375.2061 L 398.34584,378.17169 L 400.49438,378.95847 L 401.00881,375.2061 L 403.70205,374.69167 L 404.48883,377.62699 L 407.18206,377.35464 L 407.6965,374.41932 L 413.83949,377.86907 L 414.8381,375.84159 L 417.44055,375.44819 L 417.65238,371.45374 L 417.04716,370.60643 L 416.23011,370.42486 L 416.23011,368.97233 L 416.83533,367.5198 L 415.80646,365.88571 L 416.41168,362.19386 L 418.89308,359.2888 L 418.89308,355.20356 L 417.86421,350.45258 L 419.71013,350.05919 L 420.13378,348.00144 L 421.97971,344.49116 L 423.00858,341.82819 L 421.37449,337.71269 L 420.34561,334.41424 L 418.89308,328.66464 L 418.89308,320.94808 L 417.86421,320.61521 L 416.71429,318.22459 z "/>
<path id="INSEE-D26" title="Drome (26)" class="land departement rhone-alpes departement26" d="M 426.09521,318.98111 L 423.43224,320.82704 L 421.16266,321.64408 L 418.89308,320.94808 L 418.89308,328.66464 L 420.34561,334.41424 L 421.37449,337.71269 L 423.00858,341.82819 L 421.97971,344.49116 L 420.13378,348.00144 L 419.71013,350.05919 L 417.86421,350.45258 L 418.89308,355.20356 L 418.89308,359.2888 L 416.41168,362.19386 L 415.80646,365.88571 L 416.83533,367.5198 L 416.23011,368.97233 L 416.23011,370.42486 L 417.04716,370.60643 L 417.65238,371.45374 L 417.44055,375.44819 L 419.95222,375.08506 L 421.07188,376.41655 L 420.52718,380.19917 L 421.2837,381.13727 L 424.09798,378.29273 L 426.57938,378.11116 L 427.12408,376.59811 L 423.91641,376.20472 L 423.37171,372.81548 L 425.42946,369.60781 L 428.09243,369.39599 L 430.72514,371.87739 L 428.09243,375.44819 L 428.84896,376.77968 L 432.63159,377.17307 L 435.08273,375.08506 L 433.75125,377.9296 L 434.14464,380.19917 L 438.10883,380.56231 L 443.40451,380.9557 L 444.16104,383.40684 L 447.00558,385.49485 L 449.45672,385.67642 L 451.15134,384.16337 L 452.11969,381.31883 L 453.63274,382.65032 L 454.7524,383.9818 L 455.50893,376.96124 L 453.63274,376.59811 L 452.48282,374.14697 L 446.06749,372.42209 L 445.2807,369.21442 L 447.58054,367.70137 L 445.67409,366.36988 L 446.06749,364.67527 L 449.09359,364.85683 L 451.7263,366.18832 L 453.81431,363.73717 L 451.7263,362.04256 L 451.90786,359.77298 L 453.05778,356.17192 L 457.02198,355.77852 L 460.22965,354.4773 L 460.56252,353.72077 L 457.14302,353.32738 L 455.93258,352.29851 L 454.0564,352.11694 L 452.21047,350.66441 L 449.75933,349.21188 L 447.0661,349.21188 L 446.03722,348.18301 L 445.85566,332.78014 L 445.22018,332.78014 L 444.40313,334.20241 L 442.55721,335.44311 L 438.22988,334.20241 L 434.93143,333.17354 L 433.50916,333.59719 L 433.0855,332.56831 L 434.11438,329.69352 L 433.69072,326.78846 L 434.53803,324.73071 L 432.48028,321.85591 L 429.60549,321.85591 L 426.09521,318.98111 z "/>
<path id="INSEE-D19" title="Correze (19)" class="land departement limousin departement19" d="M 310.67964,298.01022 L 309.8626,300.06797 L 306.77597,300.67319 L 305.56553,302.73094 L 304.113,302.73094 L 302.05525,302.12572 L 300.60272,304.57686 L 298.3634,304.78869 L 296.91088,307.45166 L 295.06495,307.45166 L 293.61242,308.90419 L 289.92058,308.48054 L 288.67988,310.53829 L 287.25761,310.35672 L 284.7762,313.44334 L 282.50663,312.59604 L 281.44749,314.74457 L 282.26454,316.83258 L 284.35255,318.5272 L 280.56992,321.94669 L 280.56992,324.5794 L 282.08297,325.33593 L 280.56992,327.24237 L 282.65793,328.93699 L 281.14488,330.81318 L 282.8395,331.96309 L 286.98526,331.78153 L 286.80369,335.92729 L 288.37727,338.40869 L 288.95222,338.31791 L 292.97694,336.44173 L 297.78845,338.59026 L 301.51055,343.9162 L 303.65908,343.64385 L 306.86675,340.43618 L 307.92589,342.31237 L 310.07442,340.19409 L 313.00974,340.98088 L 313.10053,341.61636 L 315.55167,339.89148 L 314.79514,338.0153 L 313.64522,336.86538 L 315.15828,334.9892 L 316.67133,334.9892 L 317.63968,331.96309 L 318.39621,330.45004 L 317.82125,327.03055 L 320.27239,323.64131 L 323.69189,321.5533 L 323.87345,316.25762 L 325.56807,317.19571 L 327.47451,319.28372 L 329.3507,319.28372 L 330.50062,317.95224 L 329.56253,315.68266 L 330.50062,312.29343 L 329.92566,309.08576 L 328.77574,307.75427 L 328.77574,305.0913 L 330.50062,302.27703 L 330.10722,299.61405 L 329.68357,299.1904 L 327.77712,300.67319 L 324.05502,300.67319 L 322.84458,302.51911 L 320.575,302.51911 L 318.72908,300.67319 L 317.88177,299.43249 L 313.16105,299.43249 L 312.13217,298.01022 L 310.67964,298.01022 z "/>
<path id="INSEE-D23" title="Creuse (23)" class="land departement limousin departement23" d="M 301.35925,259.51819 L 300.23959,262.54429 L 296.82009,262.36273 L 296.06357,261.96934 L 293.79399,262.18116 L 292.09937,261.03124 L 288.83118,264.78361 L 288.8917,267.56763 L 286.62213,272.07652 L 287.04578,274.3461 L 289.49692,274.95132 L 291.16128,279.06682 L 292.79538,280.73117 L 292.19015,288.53852 L 295.67017,287.50964 L 297.1227,289.35557 L 294.85313,291.20149 L 294.85313,293.07767 L 296.69905,293.25924 L 299.9975,293.07767 L 301.02638,291.62514 L 301.84342,291.62514 L 301.45003,294.10655 L 304.113,295.31699 L 306.5944,296.98135 L 306.5944,298.01022 L 305.14187,298.01022 L 305.56553,300.46136 L 306.53388,301.06658 L 306.77597,300.67319 L 309.8626,300.06797 L 310.67964,298.01022 L 312.13217,298.01022 L 313.16105,299.43249 L 317.88177,299.43249 L 318.72908,300.67319 L 320.575,302.51911 L 322.84458,302.51911 L 324.05502,300.67319 L 327.77712,300.67319 L 329.68357,299.1904 L 325.74964,295.25647 L 325.3865,293.56185 L 328.98757,291.47384 L 331.07558,290.35418 L 331.62028,287.69121 L 333.88985,285.99659 L 333.13333,282.39553 L 331.62028,280.51935 L 331.25714,274.64871 L 329.16913,269.74642 L 327.08112,268.98989 L 325.56807,266.32692 L 324.23658,268.02154 L 322.93536,266.32692 L 322.93536,264.05735 L 320.66578,260.84968 L 314.43201,261.6062 L 310.83095,260.66811 L 301.35925,259.51819 z "/>
<path id="INSEE-D87" title="Haute-Vienne (87)" class="land departement limousin departement87" d="M 285.29064,262.36273 L 283.59602,264.05735 L 278.84504,263.69421 L 278.30034,263.57317 L 274.69928,264.23891 L 272.61127,265.96379 L 272.61127,268.23337 L 268.46551,268.41493 L 266.01436,271.25947 L 264.50131,272.37913 L 265.80254,273.89218 L 265.62097,279.00629 L 264.68288,280.70091 L 266.19593,282.39553 L 268.82864,282.60736 L 269.4036,285.24007 L 269.58517,286.93468 L 266.19593,287.69121 L 264.50131,288.26617 L 264.86445,292.98689 L 262.59487,294.49994 L 260.68842,295.0749 L 259.75033,297.73787 L 258.23728,297.91944 L 257.6018,300.79423 L 262.01991,300.94554 L 262.98826,302.82172 L 262.20148,304.90973 L 263.92635,307.17931 L 265.22758,306.81618 L 266.55906,304.90973 L 272.61127,305.48469 L 273.57962,309.26732 L 277.72538,309.84228 L 278.66347,311.14351 L 275.81894,312.47499 L 277.15042,313.41308 L 281.14488,313.98804 L 281.44749,314.74457 L 282.50663,312.59604 L 284.7762,313.44334 L 287.25761,310.35672 L 288.67988,310.53829 L 289.92058,308.48054 L 293.61242,308.90419 L 295.06495,307.45166 L 296.91088,307.45166 L 298.3634,304.78869 L 300.60272,304.57686 L 302.05525,302.12572 L 304.113,302.73094 L 305.56553,302.73094 L 306.53388,301.06658 L 305.56553,300.46136 L 305.14187,298.01022 L 306.5944,298.01022 L 306.5944,296.98135 L 304.113,295.31699 L 301.45003,294.10655 L 301.84342,291.62514 L 301.02638,291.62514 L 299.9975,293.07767 L 296.69905,293.25924 L 294.85313,293.07767 L 294.85313,291.20149 L 297.1227,289.35557 L 295.67017,287.50964 L 292.19015,288.53852 L 292.79538,280.73117 L 291.16128,279.06682 L 289.49692,274.95132 L 287.04578,274.3461 L 286.62213,272.07652 L 288.8917,267.56763 L 288.83118,264.78361 L 288.31674,265.38883 L 285.29064,262.36273 z "/>
<path id="INSEE-D16" title="Charente (16)" class="land departement poitou departement16" d="M 253.09291,275.98019 L 251.45881,277.22089 L 251.67064,279.91413 L 250.64176,280.73117 L 247.7367,279.06682 L 244.86191,280.09569 L 241.56345,280.30752 L 239.08205,277.28142 L 238.29526,277.43272 L 234.99681,279.06682 L 232.51541,279.7023 L 232.51541,281.12457 L 231.09314,282.78892 L 231.48653,283.8178 L 229.64061,284.84667 L 228.00651,290.8081 L 227.58286,294.71177 L 226.16059,295.31699 L 224.10284,295.13542 L 223.67919,294.10655 L 221.40961,294.10655 L 220.19917,295.13542 L 217.50594,295.13542 L 215.23636,296.34586 L 216.90072,296.98135 L 217.11254,301.30867 L 217.92959,301.49024 L 216.47706,303.1546 L 218.14142,304.18347 L 220.38073,306.24122 L 221.62144,308.29897 L 223.07397,309.72124 L 222.65031,311.77899 L 221.83326,312.59604 L 223.07397,313.83674 L 223.07397,315.28927 L 220.59256,317.34702 L 221.62144,318.16407 L 223.07397,318.58772 L 223.07397,318.98111 L 221.01622,319.79816 L 221.19778,320.82704 L 222.43848,321.46252 L 226.34216,320.82704 L 228.00651,322.67296 L 229.24722,324.33732 L 233.27193,327.06081 L 233.84689,326.09245 L 237.62952,326.48585 L 239.5057,324.76097 L 242.9252,321.37173 L 243.10677,314.74457 L 252.00351,308.69236 L 252.18507,304.15321 L 254.84805,303.79008 L 256.54266,300.76397 L 257.6018,300.79423 L 258.23728,297.91944 L 259.75033,297.73787 L 260.68842,295.0749 L 262.59487,294.49994 L 264.86445,292.98689 L 264.50131,288.26617 L 266.19593,287.69121 L 269.58517,286.93468 L 269.4036,285.24007 L 268.82864,282.60736 L 266.19593,282.39553 L 264.68288,280.70091 L 265.62097,279.00629 L 265.68149,277.46298 L 263.98688,276.61567 L 260.71868,276.61567 L 259.26616,278.24977 L 255.75588,279.7023 L 254.54544,278.4616 L 253.09291,275.98019 z "/>
<path id="INSEE-D79" title="Deux-Sevres (79)" class="land departement poitou departement79" d="M 229.30774,222.26687 L 224.19362,222.44843 L 219.4729,223.38652 L 214.35879,223.77992 L 214.35879,226.41263 L 211.72608,228.13751 L 205.85544,226.80602 L 201.89125,228.50064 L 203.76743,231.16361 L 203.76743,233.43319 L 208.30658,237.21581 L 207.18693,239.66696 L 210.21303,243.05619 L 208.88154,244.78107 L 210.75773,247.59535 L 211.33269,252.89103 L 210.21303,254.40408 L 211.54451,256.67366 L 210.21303,259.15506 L 210.39459,260.66811 L 211.90765,259.51819 L 213.78383,261.42464 L 211.15112,263.11925 L 210.21303,264.23891 L 208.12502,264.81387 L 205.67387,265.96379 L 205.49231,265.81249 L 205.58309,268.5965 L 207.64084,270.83582 L 207.64084,272.07652 L 210.72747,274.3461 L 214.63114,274.55792 L 217.29411,278.03794 L 221.62144,277.64455 L 225.13172,280.09569 L 227.79469,281.33639 L 228.21834,283.39414 L 229.70113,284.81641 L 231.48653,283.8178 L 231.09314,282.78892 L 232.51541,281.12457 L 232.51541,279.7023 L 234.99681,279.06682 L 238.29526,277.43272 L 241.77528,276.8275 L 242.41076,274.95132 L 239.5057,274.13427 L 238.08344,271.86469 L 239.11231,269.41355 L 240.35301,267.96102 L 240.35301,264.87439 L 239.11231,264.05735 L 237.47821,264.87439 L 237.47821,265.90327 L 236.63091,267.14397 L 234.99681,265.29805 L 234.78498,264.05735 L 235.42047,262.63508 L 233.96794,261.6062 L 233.96794,257.27888 L 233.15089,257.06705 L 233.15089,255.61452 L 234.39159,253.55677 L 234.57316,252.52789 L 235.42047,250.28858 L 234.78498,248.83605 L 232.72723,248.019 L 234.78498,244.93238 L 235.42047,243.29828 L 235.42047,242.26941 L 233.96794,240.60505 L 233.96794,239.99983 L 234.78498,238.5473 L 234.17976,237.51842 L 235.42047,236.09616 L 234.39159,233.82658 L 233.75611,230.52813 L 233.54428,228.47038 L 231.91019,228.6822 L 231.60758,224.02201 L 231.21418,224.71801 L 229.8827,223.59835 L 229.30774,222.26687 z "/>
<path id="INSEE-D22" title="Cotes-d'Armor (22)" class="land departement bretagne departement22" d="M 120.91273,119.43989 L 119.18785,120.77138 L 114.86053,121.31607 L 113.89217,122.64756 L 110.86607,120.37798 L 106.90188,123.04095 L 108.41493,125.0987 L 105.78222,128.69977 L 105.66117,128.63924 L 104.57178,133.7231 L 106.90188,133.8744 L 106.75057,135.90189 L 108.47545,136.99129 L 106.90188,138.56486 L 105.81248,139.35165 L 105.96379,141.19757 L 108.32414,141.98436 L 106.11509,142.61984 L 106.11509,144.94994 L 107.53736,146.82612 L 107.83997,152.30337 L 106.90188,153.24146 L 107.68866,156.05573 L 110.65424,156.84252 L 110.95685,158.38583 L 112.83304,158.53714 L 114.40661,157.44774 L 115.3447,158.38583 L 118.94577,159.95941 L 121.91135,158.38583 L 122.66787,156.84252 L 125.17954,156.66096 L 127.99381,159.17262 L 130.65678,158.53714 L 132.98688,160.8975 L 134.07628,160.8975 L 135.16568,162.28951 L 137.37473,162.28951 L 138.13126,161.20011 L 139.06935,163.2276 L 141.42971,164.16569 L 144.39529,162.28951 L 144.39529,160.26202 L 146.57409,159.47523 L 147.96609,159.47523 L 149.69097,162.62238 L 153.44334,162.92499 L 155.31952,160.56463 L 157.34701,156.20704 L 160.00998,155.26895 L 161.40199,153.24146 L 162.82426,154.63347 L 165.78984,154.02825 L 166.72793,145.43411 L 167.66602,141.98436 L 166.72793,140.10817 L 165.15436,139.50295 L 164.09522,133.78362 L 162.88478,135.14536 L 159.28372,134.75197 L 158.92058,136.83998 L 156.65101,137.02155 L 156.46944,134.38884 L 154.563,133.81388 L 153.23151,135.32693 L 153.23151,131.5443 L 150.96193,133.23892 L 147.5727,132.66396 L 146.42278,134.93354 L 139.43248,138.71617 L 139.43248,140.62261 L 137.91943,140.62261 L 137.91943,137.20311 L 133.95524,135.32693 L 134.31837,131.90743 L 130.74757,129.27472 L 130.74757,126.06706 L 128.0846,125.4921 L 128.26616,122.46599 L 126.20841,122.28443 L 126.38998,120.19642 L 122.60735,120.19642 L 122.03239,122.0726 L 120.91273,119.43989 z "/>
<path id="INSEE-D29" title="Finistere (29)" class="land departement bretagne departement29" d="M 92.709454,125.0987 L 90.651704,127.36828 L 88.382127,126.43019 L 84.206105,126.82358 L 83.449579,128.69977 L 80.998436,129.27472 L 80.605043,127.18671 L 76.277716,127.76167 L 76.277716,129.09316 L 73.251613,129.27472 L 71.920127,128.33663 L 70.407076,129.09316 L 70.013683,131.36274 L 64.92983,131.5443 L 62.266859,134.75197 L 64.536436,136.44659 L 61.510334,138.92799 L 62.448425,140.62261 L 61.6919,144.76837 L 64.718003,145.16176 L 65.867922,144.01185 L 66.442881,144.76837 L 73.614745,143.83028 L 78.335465,140.44104 L 74.189705,144.40524 L 74.552837,146.28142 L 78.335465,144.58681 L 77.57894,147.24978 L 81.754962,147.43134 L 81.573396,148.551 L 77.034241,148.36943 L 73.433179,147.43134 L 69.075591,145.34333 L 66.442881,148.36943 L 69.832116,149.51935 L 69.65055,154.60321 L 70.588642,153.84668 L 72.676653,150.63901 L 76.640848,152.90859 L 78.547293,153.30198 L 79.303818,156.32808 L 78.153899,158.38583 L 75.702756,158.20427 L 73.433179,158.20427 L 69.65055,158.77923 L 63.204951,159.14236 L 61.903727,160.86724 L 63.779911,161.9869 L 65.867922,161.80533 L 67.562539,163.31838 L 70.013683,163.13682 L 74.008138,167.67597 L 74.94623,172.57826 L 73.614745,175.24123 L 77.57894,175.99775 L 81.936528,175.78593 L 82.87462,174.09131 L 81.180002,171.82173 L 82.87462,172.57826 L 84.599498,172.39669 L 87.625601,174.09131 L 89.501785,173.72818 L 89.501785,170.49025 L 90.258311,173.72818 L 92.709454,177.69237 L 98.005134,178.0555 L 98.216961,176.93584 L 99.518186,178.81203 L 102.75612,179.38699 L 105.20726,179.38699 L 105.35856,179.59882 L 106.26639,175.87671 L 108.47545,175.87671 L 109.56485,174.15183 L 110.95685,174.15183 L 111.10816,171.36782 L 111.89495,170.42972 L 110.35163,168.37197 L 109.41354,169.49163 L 107.05318,167.61545 L 102.21142,166.82866 L 101.42463,164.01439 L 100.03262,160.41332 L 99.881318,159.02132 L 102.21142,157.14513 L 104.42047,157.14513 L 107.56762,155.63208 L 106.90188,153.24146 L 107.83997,152.30337 L 107.53736,146.82612 L 106.11509,144.94994 L 106.11509,142.61984 L 108.32414,141.98436 L 105.96379,141.19757 L 105.81248,139.35165 L 106.90188,138.56486 L 108.47545,136.99129 L 106.75057,135.90189 L 106.90188,133.8744 L 104.57178,133.7231 L 105.66117,128.63924 L 102.54429,126.82358 L 97.248608,127.00515 L 97.248608,130.78778 L 95.735557,130.78778 L 95.372425,129.09316 L 93.102847,129.45629 L 92.709454,125.0987 z "/>
<path id="INSEE-D35" title="Ille-et-Villaine (35)" class="land departement bretagne departement35" d="M 165.91088,131.72587 L 164.09522,133.78362 L 165.15436,139.50295 L 166.72793,140.10817 L 167.66602,141.98436 L 166.72793,145.43411 L 165.78984,154.02825 L 162.82426,154.63347 L 161.40199,153.24146 L 160.00998,155.26895 L 157.34701,156.20704 L 155.31952,160.56463 L 154.07882,162.1382 L 154.53274,164.16569 L 153.74595,167.28258 L 152.35394,168.55354 L 152.35394,169.79424 L 153.29203,170.09685 L 155.955,170.09685 L 158.2851,171.51912 L 159.85868,174.3334 L 158.43641,176.20958 L 158.92058,178.0555 L 160.94807,178.0555 L 161.09938,179.93169 L 159.52581,181.80787 L 157.83119,182.59466 L 158.92058,183.23014 L 159.22319,184.16823 L 157.49832,185.56024 L 159.49554,189.31261 L 163.30843,187.28512 L 175.01945,186.71016 L 175.77598,184.62215 L 177.68242,182.74596 L 181.82818,182.171 L 182.00975,180.08299 L 184.85429,180.47639 L 186.5489,182.74596 L 190.36179,183.68405 L 191.08806,182.171 L 192.05641,178.75151 L 194.50755,172.6993 L 195.83904,171.94277 L 199.04671,172.33617 L 199.04671,167.22205 L 197.71522,165.89057 L 197.71522,160.41332 L 197.14026,158.53714 L 197.14026,155.51104 L 199.04671,153.60459 L 199.04671,149.82196 L 198.10862,149.06544 L 198.29018,143.76976 L 196.77713,143.01323 L 194.50755,143.01323 L 192.60111,141.50018 L 190.54336,143.95132 L 188.84874,144.16315 L 187.33569,146.2209 L 185.82264,145.85777 L 182.58471,143.01323 L 181.46505,139.41217 L 180.89009,137.02155 L 171.59996,137.02155 L 168.18046,134.93354 L 170.45004,131.90743 L 165.91088,131.72587 z "/>
<path id="INSEE-D44" title="Loire-Atlantique (44)" class="land departement pdll departement44" d="M 182.00975,180.08299 L 181.82818,182.171 L 177.68242,182.74596 L 175.77598,184.62215 L 175.01945,186.71016 L 163.30843,187.28512 L 158.37589,189.91783 L 158.19432,195.21351 L 152.89864,197.30152 L 149.29758,199.1777 L 146.27147,199.1777 L 145.15182,197.87648 L 143.4572,199.57109 L 142.64015,199.7224 L 143.6085,200.38814 L 140.00744,203.59581 L 140.76397,204.35234 L 141.52049,205.86539 L 139.61405,208.52836 L 141.70206,209.64802 L 145.30312,210.40454 L 145.66625,208.89149 L 147.75427,211.55446 L 151.17376,211.55446 L 153.6249,208.89149 L 156.83257,208.89149 L 153.44334,210.58611 L 153.6249,212.49255 L 154.38143,214.18717 L 152.29342,216.27518 L 150.02384,216.27518 L 150.41724,219.11972 L 154.563,218.36319 L 159.49554,222.90235 L 159.25346,223.20496 L 162.82426,225.53506 L 163.61104,227.41124 L 166.87924,228.83351 L 169.3909,229.13612 L 170.4803,232.1017 L 174.38397,233.03979 L 177.01668,233.52397 L 178.43895,231.95039 L 177.01668,229.92291 L 176.41146,225.53506 L 177.65216,224.14305 L 179.37704,224.14305 L 180.16383,225.86793 L 179.67965,228.98481 L 180.76905,229.7716 L 183.58332,228.83351 L 184.52141,225.71662 L 183.28071,224.44566 L 186.3976,224.44566 L 187.487,222.41817 L 188.57639,222.56948 L 191.08806,224.92984 L 192.90372,225.17192 L 192.96424,223.20496 L 191.39067,221.17747 L 189.99866,221.17747 L 189.51448,221.32877 L 188.57639,220.87486 L 189.36318,220.08807 L 189.36318,218.6658 L 190.93675,218.21189 L 191.87484,216.03309 L 191.08806,215.24631 L 190.93675,212.58334 L 188.90926,212.58334 L 186.88178,210.07167 L 186.88178,208.22575 L 189.06057,207.10609 L 192.96424,206.34956 L 199.04671,206.50087 L 200.92289,205.22991 L 200.28741,201.32623 L 197.47314,198.69352 L 194.05364,199.14744 L 193.11555,198.36065 L 192.96424,195.57664 L 195.44565,193.36758 L 193.56946,191.03748 L 192.32876,187.73903 L 190.30127,186.49833 L 190.30127,184.31954 L 190.08944,183.62353 L 186.5489,182.74596 L 184.85429,180.47639 L 182.00975,180.08299 z "/>
<path id="INSEE-D70" title="Haute-Saone (70)" class="land departement franche-comte departement70" d="M 463.43732,170.06659 L 459.86651,170.64155 L 459.29155,172.51773 L 457.38511,173.84922 L 456.08389,172.33617 L 455.14579,172.91113 L 455.87206,174.03079 L 453.99587,175.18071 L 454.57083,176.69376 L 452.48282,177.45028 L 452.48282,179.90143 L 449.81985,179.90143 L 449.63829,181.41448 L 447.00558,181.98944 L 447.18714,184.25901 L 448.88176,184.44058 L 447.94367,185.56024 L 447.36871,189.34287 L 445.67409,189.34287 L 442.82956,190.49279 L 439.80345,189.34287 L 437.17074,190.49279 L 437.17074,192.39923 L 439.22849,192.76236 L 440.74154,195.78847 L 440.95337,197.30152 L 438.50223,200.14605 L 437.35231,200.50919 L 436.59578,201.44728 L 438.68379,202.41563 L 439.04693,205.44173 L 440.74154,205.6233 L 440.95337,209.40593 L 441.7099,210.16245 L 441.80068,210.76767 L 443.25321,211.16107 L 444.88731,212.52281 L 447.33845,212.52281 L 448.27654,211.58472 L 449.9409,211.64524 L 451.66578,211.70577 L 455.47867,208.58888 L 456.56806,208.58888 L 457.7785,207.65079 L 461.71244,207.77183 L 464.70828,205.32069 L 466.88707,204.9273 L 467.70412,202.89981 L 469.45926,202.35511 L 471.2144,199.35927 L 473.66554,197.45282 L 476.23773,197.05943 L 478.14418,198.42118 L 481.68472,197.99752 L 481.68472,196.09108 L 483.10698,195.27403 L 484.22664,193.73072 L 486.40544,193.73072 L 487.61588,192.45975 L 488.06979,189.43365 L 488.06979,187.55747 L 487.25275,184.68267 L 487.25275,182.26179 L 488.73554,181.17239 L 490.49068,180.26456 L 490.30911,179.90143 L 484.2569,176.69376 L 482.56229,174.78731 L 480.86767,173.66765 L 479.35462,174.42418 L 479.14279,175.54384 L 477.62974,176.48193 L 476.69165,176.48193 L 473.84711,173.27426 L 469.88291,173.27426 L 468.1883,174.60575 L 466.67525,174.78731 L 464.2241,172.91113 L 464.40567,170.82312 L 463.43732,170.06659 z "/>
<path id="INSEE-D76" title="Seine-Maritime (76)" class="land departement haute-normandie departement76" d="M 287.62074,59.674359 L 286.38004,61.18741 L 278.27008,67.421182 L 263.89609,71.022245 L 254.42439,74.41148 L 246.67757,78.587502 L 242.13841,85.396233 L 241.20032,90.691913 L 244.98295,93.53645 L 250.4602,94.656108 L 249.58263,94.807413 L 249.61289,94.958718 L 253.84943,94.41402 L 256.02823,92.08392 L 257.66232,91.690527 L 259.5385,94.958718 L 262.14095,94.686369 L 263.23035,96.562553 L 267.83003,96.290203 L 272.45996,99.558395 L 269.46412,100.49649 L 271.64292,102.13058 L 273.00466,102.13058 L 274.2151,104.73303 L 276.3939,104.73303 L 277.05964,103.09893 L 275.42554,102.00954 L 280.05548,100.64779 L 284.92751,100.10309 L 286.16821,96.562553 L 288.46805,94.535064 L 292.82564,94.41402 L 297.84897,96.986207 L 300.84481,97.319078 L 301.35925,95.745505 L 302.69073,93.264101 L 303.44726,91.962876 L 301.54081,91.962876 L 301.54081,88.724946 L 300.42115,86.848763 L 301.17768,83.066134 L 301.93421,81.159689 L 300.42115,81.159689 L 301.17768,79.283505 L 303.05386,77.013928 L 301.17768,73.594432 L 300.60272,70.205197 L 292.28094,62.06498 L 291.34285,60.188796 L 289.25483,60.370362 L 287.62074,59.674359 z "/>
<path id="INSEE-D27" title="Eure (27)" class="land departement haute-normandie departement27" d="M 257.66232,91.690527 L 256.02823,92.08392 L 253.84943,94.41402 L 249.61289,94.958718 L 250.49046,101.97928 L 252.3969,102.55424 L 252.3969,103.31076 L 250.49046,104.43042 L 252.76003,107.63809 L 253.90995,112.17724 L 253.69813,114.08369 L 252.00351,115.20335 L 252.18507,116.53483 L 254.09152,117.29136 L 254.27309,118.98597 L 252.76003,123.34356 L 254.27309,125.25001 L 259.56877,125.43157 L 260.68842,128.06428 L 262.59487,129.97073 L 265.22758,130.90882 L 266.01436,133.75336 L 264.68288,135.62954 L 267.43663,137.47546 L 270.16013,134.87301 L 272.79284,134.87301 L 279.63183,131.30221 L 281.87114,132.24031 L 286.62213,132.24031 L 287.74178,130.90882 L 287.74178,128.06428 L 291.52441,126.1881 L 291.52441,123.162 L 292.55329,122.31469 L 292.4625,121.46738 L 293.43086,120.49903 L 291.73624,120.13589 L 291.73624,118.62284 L 290.76789,117.10979 L 291.52441,116.1717 L 296.82009,114.65865 L 298.15158,112.38907 L 299.3015,108.21305 L 300.6935,106.48817 L 300.99611,104.24885 L 302.69073,105.18695 L 304.02222,104.82381 L 303.05386,103.31076 L 302.50917,98.953174 L 300.81455,97.440123 L 300.84481,97.319078 L 297.84897,96.986207 L 292.82564,94.41402 L 288.46805,94.535064 L 286.16821,96.562553 L 284.92751,100.10309 L 280.05548,100.64779 L 275.42554,102.00954 L 277.05964,103.09893 L 276.3939,104.73303 L 274.2151,104.73303 L 273.00466,102.13058 L 271.64292,102.13058 L 269.46412,100.49649 L 272.45996,99.558395 L 267.83003,96.290203 L 263.23035,96.562553 L 262.14095,94.686369 L 259.5385,94.958718 L 257.66232,91.690527 z "/>
<path id="INSEE-D37" title="Indre-et-Loire (37)" class="land departement centre departement37" d="M 258.81224,190.76513 L 259.17537,191.61244 L 253.69813,193.1255 L 252.3969,195.03194 L 250.09706,193.51889 L 251.24698,197.30152 L 249.15897,197.30152 L 245.37634,194.63855 L 243.50016,198.42118 L 244.43825,199.57109 L 244.43825,200.69075 L 242.53181,203.17216 L 242.74363,207.31792 L 239.71753,210.91898 L 237.569,218.6658 L 237.81109,218.6658 L 238.56761,221.69191 L 242.16867,222.44843 L 242.16867,224.71801 L 246.70783,226.04949 L 246.70783,229.65056 L 246.52626,231.92013 L 252.18507,231.92013 L 257.11762,230.77021 L 256.72423,228.6822 L 258.23728,227.74411 L 259.75033,229.83212 L 261.08182,230.40708 L 262.20148,234.94624 L 265.43941,238.33547 L 265.80254,240.99844 L 268.73786,243.9035 L 270.40221,243.7522 L 272.45996,241.84575 L 273.94275,234.12919 L 274.88085,231.4057 L 275.57685,228.01646 L 278.57269,226.92706 L 280.60018,227.32046 L 281.96193,228.56116 L 283.44472,226.11002 L 284.80646,224.86931 L 284.80646,223.38652 L 286.5616,223.26548 L 286.98526,221.48008 L 285.47221,219.45259 L 285.71429,218.60528 L 284.65516,217.69745 L 281.81062,213.49117 L 278.14904,213.49117 L 277.05964,211.85707 L 277.05964,205.04834 L 275.57685,201.11441 L 275.3045,196.24238 L 273.39806,196.09108 L 271.21926,194.45698 L 270.67456,194.45698 L 268.76812,195.81873 L 267.55768,195.00168 L 267.28533,193.1255 L 268.64707,192.42949 L 268.76812,191.76375 L 267.98133,191.06775 L 258.81224,190.76513 z "/>
<path id="INSEE-D18" title="Cher (18)" class="land departement centre departement18" d="M 320.15135,194.60829 L 317.39759,195.97003 L 314.94645,197.99752 L 315.06749,198.81457 L 317.51864,199.48031 L 318.48699,201.53806 L 319.96978,202.08276 L 319.42508,203.2932 L 319.42508,205.32069 L 317.12524,206.28904 L 315.33984,209.52697 L 315.2188,211.31237 L 315.88454,212.12942 L 316.15689,213.06751 L 313.73601,214.42926 L 309.92312,214.82265 L 308.98503,213.76352 L 307.89563,213.88456 L 306.80623,215.095 L 306.92728,217.54615 L 304.50639,217.69745 L 304.35509,219.84598 L 302.17629,221.63138 L 302.44864,222.44843 L 303.81039,223.53783 L 306.53388,223.93122 L 308.56137,223.11417 L 311.13356,222.99313 L 312.37426,223.93122 L 311.95061,226.50341 L 314.1294,229.37821 L 314.1294,230.58865 L 313.19131,232.22274 L 313.19131,232.88849 L 314.28071,234.12919 L 316.03585,234.12919 L 316.15689,234.91598 L 314.00836,236.70138 L 314.1294,237.91182 L 312.76765,238.60782 L 313.31235,239.54591 L 315.06749,241.0287 L 315.06749,242.1181 L 313.19131,243.2075 L 313.19131,244.84159 L 315.7635,246.20334 L 316.30819,248.10978 L 317.94229,249.59257 L 317.79098,250.13727 L 317.12524,250.95432 L 316.97394,253.40546 L 316.58054,254.22251 L 317.66994,256.37104 L 318.06333,258.00514 L 316.15689,259.91159 L 316.06611,261.42464 L 320.51448,260.87994 L 321.42231,258.94323 L 323.87345,256.12896 L 328.59417,255.1606 L 331.07558,255.91713 L 333.70829,253.85938 L 333.52672,252.34633 L 332.58863,251.5898 L 332.58863,248.5637 L 337.67248,243.44959 L 339.57893,245.5376 L 341.27354,243.81272 L 342.78659,243.63115 L 345.4193,240.24192 L 349.77689,240.60505 L 349.83741,241.63392 L 351.28994,237.00399 L 350.35185,235.30937 L 350.53342,232.85823 L 351.10838,227.92568 L 349.02037,225.86793 L 349.41376,221.32877 L 347.50732,217.33432 L 347.32575,214.70161 L 343.90625,212.03864 L 343.36155,209.76906 L 345.05617,207.31792 L 345.05617,203.71686 L 343.0892,201.41702 L 341.1525,202.2038 L 340.21441,201.81041 L 338.85266,200.02501 L 338.03561,199.90397 L 337.49091,200.17631 L 337.33961,202.89981 L 336.12917,203.02085 L 335.19108,202.2038 L 333.01228,199.20796 L 332.19523,198.14883 L 329.07835,197.99752 L 327.5653,196.09108 L 326.35486,196.09108 L 325.81016,196.78708 L 323.78267,197.05943 L 322.14857,195.54638 L 320.24213,194.72933 L 320.15135,194.60829 z "/>
<path id="INSEE-D58" title="Nievre (58)" class="land departement bourgogne departement58" d="M 350.38211,197.45282 L 349.44402,198.93561 L 347.65862,198.93561 L 345.268,198.39091 L 342.60503,199.1777 L 342.78659,201.08415 L 345.05617,203.71686 L 345.05617,207.31792 L 343.36155,209.76906 L 343.90625,212.03864 L 347.32575,214.70161 L 347.50732,217.33432 L 349.41376,221.32877 L 349.02037,225.86793 L 351.10838,227.92568 L 350.53342,232.85823 L 350.35185,235.30937 L 351.28994,237.00399 L 349.83741,241.63392 L 349.95846,243.05619 L 353.19639,244.56924 L 355.46597,247.05065 L 357.52372,245.90073 L 359.43016,244.78107 L 359.82355,246.47569 L 362.63783,246.47569 L 363.39436,244.96264 L 365.08897,245.71916 L 365.66393,248.17031 L 367.17698,247.80717 L 370.77805,242.87463 L 372.65423,244.20611 L 372.95684,244.78107 L 375.92242,242.93515 L 377.13286,243.08645 L 378.07095,245.38629 L 379.85635,245.11394 L 381.2181,243.7522 L 382.97324,243.7522 L 384.33499,241.99706 L 385.69673,241.72471 L 385.96908,240.75635 L 388.93466,240.90766 L 389.08597,240.21166 L 387.72422,239.00121 L 387.72422,237.79077 L 389.63067,236.70138 L 389.63067,235.88433 L 387.84527,234.79493 L 387.57292,232.76744 L 387.72422,230.861 L 386.51378,230.04395 L 387.57292,228.56116 L 388.54127,228.01646 L 389.20701,226.38237 L 388.26892,225.83767 L 387.17952,224.20357 L 388.54127,222.29713 L 390.84111,220.93538 L 393.68564,220.93538 L 393.68564,218.78685 L 394.50269,218.5145 L 394.50269,217.69745 L 393.29225,215.79101 L 390.56876,215.24631 L 389.63067,213.61221 L 390.02406,212.12942 L 390.29641,210.07167 L 389.81223,208.98227 L 386.78613,211.04002 L 385.54543,211.58472 L 383.91133,210.49533 L 384.06264,207.77183 L 382.27724,207.77183 L 380.79445,208.74019 L 380.40105,207.49948 L 381.2181,206.13774 L 380.24975,204.9273 L 379.16035,206.56139 L 379.31166,207.77183 L 376.73947,207.65079 L 372.65423,203.8379 L 369.53734,203.71686 L 369.53734,201.65911 L 367.35855,200.29736 L 366.9349,198.54222 L 366.26915,198.42118 L 366.26915,201.81041 L 365.05871,202.08276 L 363.27331,201.53806 L 361.39713,202.7485 L 360.30773,203.02085 L 359.21833,202.08276 L 358.12894,202.62746 L 355.67779,200.99336 L 353.92265,200.99336 L 352.68195,200.17631 L 352.9543,198.66326 L 351.59255,197.45282 L 350.38211,197.45282 z "/>
<path id="INSEE-D71" title="Saone-et-Loire (71)" class="land departement bourgogne departement71" d="M 393.68564,220.75381 L 393.68564,220.93538 L 390.84111,220.93538 L 388.54127,222.29713 L 387.17952,224.20357 L 388.26892,225.83767 L 389.20701,226.38237 L 388.54127,228.01646 L 387.57292,228.56116 L 386.51378,230.04395 L 387.72422,230.861 L 387.57292,232.76744 L 387.84527,234.79493 L 389.63067,235.88433 L 389.63067,236.70138 L 387.72422,237.79077 L 387.72422,239.00121 L 389.08597,240.21166 L 388.93466,240.90766 L 385.96908,240.75635 L 385.69673,241.72471 L 384.33499,241.99706 L 382.97324,243.7522 L 381.2181,243.7522 L 379.85635,245.11394 L 378.07095,245.38629 L 377.13286,243.08645 L 375.92242,242.93515 L 372.95684,244.78107 L 376.46712,251.37798 L 376.46712,254.22251 L 377.40521,255.37243 L 380.61288,255.37243 L 381.73254,256.88548 L 384.75864,256.88548 L 386.09013,258.76167 L 385.90856,266.14536 L 381.94437,269.17146 L 381.85358,269.38329 L 382.12593,269.35303 L 382.70089,269.53459 L 382.88246,272.5607 L 385.72699,273.13565 L 386.09013,274.46714 L 387.60318,274.46714 L 389.87276,273.13565 L 395.92496,274.07375 L 397.07488,275.22367 L 398.58793,273.71061 L 400.67594,273.71061 L 401.7956,267.65841 L 402.55213,267.08345 L 404.42831,267.08345 L 406.72815,268.5965 L 408.42277,267.08345 L 409.54242,268.5965 L 411.2673,266.90188 L 413.32505,266.72032 L 414.29341,269.74642 L 415.01967,273.52905 L 416.35116,273.71061 L 417.50107,271.04764 L 421.07188,257.06705 L 422.40336,254.61591 L 424.49137,254.40408 L 426.57938,256.12896 L 428.09243,255.73556 L 429.96862,254.40408 L 431.87506,254.79747 L 432.99472,257.24861 L 434.08412,257.67227 L 439.04693,257.06705 L 440.95337,255.554 L 440.19685,254.40408 L 437.92727,253.64755 L 437.71544,251.01484 L 439.62189,249.68336 L 440.37841,246.47569 L 438.68379,243.44959 L 437.53388,241.93653 L 438.10883,241.36157 L 438.10883,239.48539 L 436.59578,238.51704 L 436.20239,237.00399 L 440.55998,236.45929 L 440.95337,234.94624 L 439.62189,234.94624 L 438.50223,233.61475 L 436.41422,233.61475 L 434.68934,230.77021 L 433.17629,230.58865 L 433.35785,228.31907 L 431.72376,228.13751 L 429.54496,229.6203 L 427.36617,230.16499 L 425.88338,229.2269 L 423.97693,229.10586 L 423.43224,229.89264 L 421.6771,230.16499 L 417.74316,231.4057 L 412.02383,233.43319 L 409.84503,231.67805 L 407.27285,231.13335 L 407.1518,228.83351 L 404.70066,227.04811 L 401.31142,224.47592 L 397.49853,224.59696 L 393.83695,220.81434 L 393.68564,220.75381 z "/>
<path id="INSEE-D60" title="Oise (60)" class="land departement picardie departement60" d="M 302.41838,77.800715 L 301.17768,79.283505 L 300.42115,81.159689 L 301.93421,81.159689 L 301.17768,83.066134 L 300.42115,86.848763 L 301.54081,88.724946 L 301.54081,91.962876 L 303.44726,91.962876 L 302.69073,93.264101 L 301.35925,95.745505 L 300.81455,97.440123 L 302.50917,98.953174 L 303.05386,103.31076 L 304.02222,104.82381 L 302.69073,105.18695 L 300.99611,104.24885 L 300.6935,106.48817 L 300.81455,106.33686 L 301.54081,108.03148 L 302.69073,109.90767 L 307.80485,110.30106 L 311.40591,109.90767 L 313.85705,108.03148 L 316.88315,109.90767 L 318.39621,111.05759 L 320.66578,110.48263 L 322.72353,109.54453 L 326.71799,111.63254 L 330.86375,114.08369 L 332.19523,115.41517 L 334.46481,113.90212 L 336.341,115.02178 L 337.49091,115.95987 L 339.18553,115.77831 L 340.33545,114.26525 L 342.96816,115.77831 L 346.20609,114.44682 L 348.08227,115.02178 L 349.95846,113.50873 L 351.10838,112.93377 L 351.47151,113.20612 L 351.8649,110.63393 L 350.50316,109.09062 L 348.20332,107.54731 L 347.23497,109.09062 L 346.66001,109.27218 L 346.47844,106.39739 L 348.20332,106.00399 L 347.80993,103.34102 L 345.51009,102.94763 L 346.66001,101.01092 L 349.9282,100.2544 L 351.07812,95.654722 L 352.803,94.867935 L 350.50316,93.143056 L 351.28994,91.418178 L 351.65308,85.668582 L 350.86629,81.220211 L 346.87183,81.613605 L 344.1786,81.250472 L 339.18553,82.581957 L 334.94899,86.606674 L 331.49923,85.456755 L 328.04947,85.093623 L 325.35624,82.400391 L 320.54474,81.038645 L 314.03862,81.613605 L 312.31374,80.282119 L 308.83372,80.282119 L 306.35232,81.250472 L 305.2024,80.463685 L 305.2024,78.375675 L 304.809,77.800715 L 302.41838,77.800715 z "/>
<path id="INSEE-D62" title="Pas-de-Calais (62)" class="land departement npdc departement62" d="M 314.06888,8.5029594 L 303.59856,10.500187 L 295.27678,16.915525 L 295.27678,42.455834 L 295.21626,43.212359 L 298.15158,43.908363 L 299.08967,45.996374 L 301.35925,45.421414 L 302.69073,43.726797 L 304.38535,44.301756 L 307.98641,47.116032 L 309.3179,46.571333 L 310.25599,48.840911 L 313.64522,50.353962 L 313.64522,52.230146 L 316.12663,53.168238 L 318.57777,52.230146 L 323.29849,51.655186 L 324.44841,52.623539 L 326.71799,51.655186 L 327.83765,53.561631 L 325.02337,55.437815 L 325.02337,58.100785 L 325.96146,59.038877 L 326.71799,58.857311 L 327.26269,57.34426 L 328.98757,56.194341 L 330.68218,57.525826 L 334.64638,58.857311 L 336.341,58.857311 L 336.341,56.950866 L 338.8224,58.675745 L 339.00397,60.188796 L 337.85405,61.883414 L 339.94206,60.733495 L 341.66694,59.976969 L 342.3932,61.308454 L 342.3932,62.63994 L 345.23774,61.126888 L 349.77689,61.126888 L 349.95846,61.308454 L 351.07812,59.159921 L 350.50316,58.191568 L 348.77828,57.828436 L 346.87183,57.828436 L 345.72191,57.435043 L 347.62836,56.285124 L 349.35324,56.46669 L 351.07812,56.285124 L 351.28994,53.198499 L 352.43986,52.441973 L 352.62143,50.717094 L 350.50316,49.355348 L 348.02175,49.173782 L 347.44679,48.780389 L 348.99011,47.630469 L 349.35324,46.48055 L 348.02175,45.542458 L 346.08505,43.212359 L 346.29687,42.06244 L 348.77828,40.912521 L 349.17167,39.581036 L 347.44679,38.794249 L 346.47844,36.312845 L 343.02868,35.919451 L 339.57893,34.981359 L 339.18553,31.138209 L 341.66694,29.594896 L 340.72884,27.658191 L 338.79214,27.658191 L 337.46065,29.776463 L 331.49923,29.41333 L 326.68773,28.23315 L 324.02476,25.358352 L 324.02476,23.058514 L 326.11277,22.090161 L 324.38789,20.758676 L 320.18161,20.57711 L 317.66994,14.222294 L 314.06888,8.5029594 z "/>
<path id="INSEE-D59" title="Nord (59)" class="land departement npdc departement59" d="M 330.07696,4.0545882 L 324.02476,6.8991249 L 314.58332,8.4121763 L 314.06888,8.5029594 L 317.66994,14.222294 L 320.18161,20.57711 L 324.38789,20.758676 L 326.11277,22.090161 L 324.02476,23.058514 L 324.02476,25.358352 L 326.68773,28.23315 L 331.49923,29.41333 L 337.46065,29.776463 L 338.79214,27.658191 L 340.72884,27.658191 L 341.66694,29.594896 L 339.18553,31.138209 L 339.57893,34.981359 L 343.02868,35.919451 L 346.47844,36.312845 L 347.44679,38.794249 L 349.17167,39.581036 L 348.77828,40.912521 L 346.29687,42.06244 L 346.08505,43.212359 L 348.02175,45.542458 L 349.35324,46.48055 L 348.99011,47.630469 L 347.44679,48.780389 L 348.02175,49.173782 L 350.50316,49.355348 L 352.62143,50.717094 L 352.43986,52.441973 L 351.28994,53.198499 L 351.07812,56.285124 L 349.35324,56.46669 L 347.62836,56.285124 L 345.72191,57.435043 L 346.87183,57.828436 L 348.77828,57.828436 L 350.50316,58.191568 L 351.07812,59.159921 L 349.95846,61.308454 L 351.47151,62.821506 L 352.98456,63.214899 L 354.49761,62.246546 L 356.58562,62.246546 L 357.16058,63.396465 L 357.91711,63.214899 L 360.18669,61.883414 L 362.45626,63.214899 L 365.48237,61.126888 L 366.81385,61.126888 L 368.3269,62.458373 L 371.35301,60.370362 L 372.65423,60.551929 L 373.80415,61.490021 L 377.98017,61.883414 L 378.3433,63.578032 L 380.43131,61.701848 L 381.55097,61.701848 L 382.3075,64.152991 L 385.90856,65.091083 L 386.93744,64.395079 L 386.63483,64.395079 L 386.45326,62.518896 L 390.23589,60.249318 L 389.66093,56.648256 L 386.05987,55.710164 L 386.99796,54.741811 L 386.99796,52.109102 L 389.84249,50.021091 L 389.08597,48.508039 L 383.03376,43.787319 L 372.4424,44.362278 L 371.32274,46.238462 L 369.99126,46.238462 L 370.17283,39.611297 L 367.14672,36.040495 L 364.87715,36.403628 L 363.54566,34.890576 L 359.76303,36.585194 L 358.46181,35.28397 L 355.79884,34.890576 L 355.04231,32.439433 L 354.86074,24.874176 L 353.16613,24.11765 L 352.9543,22.967731 L 351.83464,22.967731 L 351.44125,20.698154 L 348.99011,20.909981 L 344.26938,22.423033 L 341.99981,25.237308 L 339.73023,25.237308 L 338.21718,23.361124 L 337.64222,21.273114 L 335.76604,19.185103 L 333.10307,19.185103 L 331.98341,17.127353 L 331.98341,13.889423 L 333.28463,11.831673 L 332.52811,8.9871359 L 330.07696,4.0545882 z "/>
<path id="INSEE-D02" title="Aisne (02)" class="land departement picardie departement02" d="M 371.35301,60.370362 L 368.3269,62.458373 L 366.81385,61.126888 L 365.48237,61.126888 L 362.45626,63.214899 L 360.18669,61.883414 L 357.91711,63.214899 L 357.16058,63.396465 L 356.58562,62.246546 L 354.49761,62.246546 L 352.98456,63.214899 L 352.92404,63.214899 L 353.37795,65.87787 L 350.89655,68.571101 L 350.89655,71.052506 L 349.17167,72.989211 L 349.56506,75.28905 L 350.50316,79.1322 L 351.65308,85.668582 L 351.28994,91.418178 L 350.50316,93.143056 L 352.803,94.867935 L 351.07812,95.654722 L 349.9282,100.2544 L 346.66001,101.01092 L 345.51009,102.94763 L 347.80993,103.34102 L 348.20332,106.00399 L 346.47844,106.39739 L 346.66001,109.27218 L 347.23497,109.09062 L 348.20332,107.54731 L 350.50316,109.09062 L 351.8649,110.63393 L 351.47151,113.20612 L 353.19639,114.44682 L 353.77135,118.62284 L 358.8552,123.52513 L 360.54982,124.10009 L 361.51817,126.36967 L 364.69558,127.03541 L 365.08897,126.55123 L 366.05733,124.49348 L 368.90186,123.162 L 370.41491,119.1978 L 372.10953,118.04788 L 371.14118,116.7164 L 368.69004,116.7164 L 368.3269,115.41517 L 370.02152,114.65865 L 370.77805,113.50873 L 369.08343,112.38907 L 369.62813,110.66419 L 373.98572,110.30106 L 373.22919,108.60644 L 370.59648,106.88156 L 370.59648,101.79771 L 374.16728,99.13474 L 378.16174,99.13474 L 377.76834,97.258556 L 380.03792,96.290203 L 383.24559,98.378214 L 384.57708,98.015082 L 384.39551,91.569483 L 384.97047,89.299906 L 385.72699,86.667196 L 383.24559,85.335711 L 383.82055,83.82266 L 387.42161,83.066134 L 387.42161,80.614991 L 390.26615,79.101939 L 391.02267,76.832362 L 390.08458,75.319311 L 390.26615,72.474774 L 391.96077,70.961723 L 390.26615,67.754053 L 390.78059,64.395079 L 386.93744,64.395079 L 385.90856,65.091083 L 382.3075,64.152991 L 381.55097,61.701848 L 380.43131,61.701848 L 378.3433,63.578032 L 377.98017,61.883414 L 373.80415,61.490021 L 372.65423,60.551929 L 371.35301,60.370362 z "/>
<path id="INSEE-D80" title="Somme (80)" class="land departement picardie departement80" d="M 295.21626,43.212359 L 294.70182,49.446131 L 298.87784,53.22876 L 298.87784,55.135205 L 293.76373,52.109102 L 287.62074,59.674359 L 289.25483,60.370362 L 291.34285,60.188796 L 292.28094,62.06498 L 300.60272,70.205197 L 301.17768,73.594432 L 303.05386,77.013928 L 302.41838,77.800715 L 304.809,77.800715 L 305.2024,78.375675 L 305.2024,80.463685 L 306.35232,81.250472 L 308.83372,80.282119 L 312.31374,80.282119 L 314.03862,81.613605 L 320.54474,81.038645 L 325.35624,82.400391 L 328.04947,85.093623 L 331.49923,85.456755 L 334.94899,86.606674 L 339.18553,82.581957 L 344.1786,81.250472 L 346.87183,81.613605 L 350.86629,81.220211 L 350.50316,79.1322 L 349.56506,75.28905 L 349.17167,72.989211 L 350.89655,71.052506 L 350.89655,68.571101 L 353.37795,65.87787 L 352.92404,63.214899 L 351.47151,62.821506 L 349.77689,61.126888 L 345.23774,61.126888 L 342.3932,62.63994 L 342.3932,61.308454 L 341.66694,59.976969 L 339.94206,60.733495 L 337.85405,61.883414 L 339.00397,60.188796 L 338.8224,58.675745 L 336.341,56.950866 L 336.341,58.857311 L 334.64638,58.857311 L 330.68218,57.525826 L 328.98757,56.194341 L 327.26269,57.34426 L 326.71799,58.857311 L 325.96146,59.038877 L 325.02337,58.100785 L 325.02337,55.437815 L 327.83765,53.561631 L 326.71799,51.655186 L 324.44841,52.623539 L 323.29849,51.655186 L 318.57777,52.230146 L 316.12663,53.168238 L 313.64522,52.230146 L 313.64522,50.353962 L 310.25599,48.840911 L 309.3179,46.571333 L 307.98641,47.116032 L 304.38535,44.301756 L 302.69073,43.726797 L 301.35925,45.421414 L 299.08967,45.996374 L 298.15158,43.908363 L 295.21626,43.212359 z "/>
<path id="INSEE-D54" title="Meurthe-et-Moselle (54)" class="land departement lorraine departement54" d="M 442.22433,85.759365 L 439.95476,87.847376 L 436.74709,88.028943 L 435.62743,89.178862 L 435.38534,89.178862 L 435.2643,91.448439 L 436.38396,93.294362 L 435.99056,94.41402 L 435.62743,95.715244 L 435.809,96.441509 L 436.74709,95.715244 L 437.65492,94.050887 L 439.5311,93.869321 L 442.67825,92.931229 L 444.34261,94.232454 L 445.06887,95.715244 L 445.64383,97.3796 L 445.64383,99.043957 L 446.55166,99.800483 L 446.55166,101.07145 L 445.64383,102.1911 L 445.46226,104.61199 L 446.18853,105.73164 L 446.3701,107.21443 L 446.55166,109.60506 L 447.67132,110.54315 L 449.33568,111.26941 L 448.60941,112.7522 L 450.6369,114.62839 L 448.79098,116.65588 L 449.15411,117.9571 L 451.00003,118.86493 L 451.00003,119.80302 L 448.79098,119.80302 L 447.85289,121.10425 L 448.03445,122.04234 L 449.51724,123.52513 L 448.24628,127.03541 L 446.76349,130.36412 L 447.48975,132.42187 L 447.48975,135.75058 L 448.24628,137.41494 L 449.33568,137.41494 L 449.91064,138.35303 L 448.24628,138.35303 L 446.76349,139.0793 L 446.76349,140.19896 L 448.60941,141.86331 L 448.60941,144.46576 L 450.45533,143.8908 L 453.23935,144.07237 L 453.42092,147.03795 L 454.54057,147.43134 L 453.23935,148.33917 L 453.05778,149.27726 L 455.08527,149.6404 L 456.3865,151.30475 L 462.49922,150.94162 L 463.80045,148.52074 L 466.58446,148.52074 L 467.70412,147.61291 L 469.55004,148.73257 L 471.2144,148.15761 L 473.63528,148.33917 L 475.66277,147.61291 L 477.69026,146.13012 L 478.80992,147.24978 L 478.99148,144.64733 L 480.47427,144.07237 L 481.2308,146.49325 L 483.43986,146.67482 L 485.67917,147.24978 L 486.587,147.43134 L 489.76441,145.94855 L 491.42877,144.82889 L 492.91156,142.98297 L 495.87714,141.86331 L 497.81384,141.43966 L 496.72445,140.38052 L 498.81246,140.56209 L 499.20585,140.16869 L 496.96654,139.44243 L 493.81939,137.23338 L 491.03537,135.17563 L 487.70666,135.17563 L 484.19638,133.14814 L 481.41237,132.96657 L 481.41237,132.21004 L 477.14556,129.63786 L 472.33406,127.58011 L 469.91318,127.58011 L 469.00534,125.00792 L 465.28324,120.34772 L 461.59139,120.34772 L 460.1086,118.32023 L 457.14302,118.32023 L 457.32459,115.35465 L 453.42092,112.93377 L 453.60248,110.54315 L 455.66023,110.54315 L 455.66023,108.4854 L 456.3865,107.00261 L 454.72214,105.33825 L 456.20493,102.76606 L 455.08527,99.800483 L 454.17744,99.043957 L 451.75656,93.869321 L 452.69465,92.386531 C 452.69465,92.386531 452.61802,91.169079 452.54335,89.541994 L 450.00142,89.541994 L 446.58192,85.759365 L 442.22433,85.759365 z "/>
<path id="INSEE-D77" title="Seine-et-Marne (77)" class="land departement idf departement77" d="M 351.10838,112.93377 L 349.95846,113.50873 L 348.08227,115.02178 L 346.20609,114.44682 L 342.96816,115.77831 L 340.33545,114.26525 L 339.18553,115.77831 L 337.49091,115.95987 L 336.341,115.02178 L 334.46481,113.90212 L 332.19523,115.41517 L 332.10445,115.32439 L 331.2874,120.55955 L 332.40706,127.21697 L 332.40706,131.66535 L 330.92427,135.38745 L 331.2874,137.95964 L 329.62305,139.26086 L 330.53088,144.28419 L 329.80461,145.37359 L 329.25991,150.39692 L 330.53088,152.06128 L 326.29433,154.84529 L 326.29433,158.65818 L 327.47451,160.41332 L 329.74409,161.56324 L 329.92566,164.77091 L 326.89955,166.85892 L 328.59417,168.37197 L 330.68218,167.04049 L 335.7963,167.22205 L 337.67248,166.85892 L 338.24744,165.34587 L 340.33545,165.52744 L 340.69858,167.04049 L 345.4193,164.37752 L 347.14418,162.31977 L 349.41376,159.6568 L 347.90071,157.96218 L 349.23219,155.11764 L 352.62143,153.42303 L 360.00512,153.78616 L 361.69974,152.48493 L 361.85104,152.63624 L 362.2747,149.45883 L 363.03122,145.6762 L 364.36271,143.95132 L 364.54427,141.68175 L 367.17698,140.56209 L 367.17698,139.04904 L 364.36271,139.2306 L 363.78775,137.89912 L 364.72584,136.2045 L 363.96931,133.35996 L 362.45626,132.42187 L 362.84966,129.78916 L 364.36271,128.82081 L 364.15088,127.70115 L 364.69558,127.03541 L 361.51817,126.36967 L 360.54982,124.10009 L 358.8552,123.52513 L 353.77135,118.62284 L 353.19639,114.44682 L 351.10838,112.93377 z "/>
<path id="INSEE-D91" title="Essonne (91)" class="land departement idf departement91" d="M 318.88038,132.21004 L 317.18576,132.96657 L 315.33984,133.69283 L 314.97671,135.75058 L 312.19269,137.05181 L 311.82956,139.0793 L 313.13079,141.31861 L 311.2546,143.8908 L 308.50085,143.8908 L 309.59025,145.55516 L 308.28902,147.03795 L 307.83511,150.03379 L 308.74294,150.21536 L 309.10607,152.6665 L 309.49946,153.24146 L 309.89286,158.32531 L 315.94506,157.78061 L 318.39621,155.51104 L 320.48422,157.20565 L 325.56807,157.56879 L 326.29433,158.65818 L 326.29433,154.84529 L 330.53088,152.06128 L 329.25991,150.39692 L 329.80461,145.37359 L 330.53088,144.28419 L 329.62305,139.26086 L 331.2874,137.95964 L 330.95453,135.59928 L 328.86652,134.63093 L 325.35624,134.63093 L 323.32875,133.51127 L 321.84596,134.26779 L 318.88038,132.21004 z "/>
<path id="INSEE-D95" title="Val-d'Oise (95)" class="land departement idf departement95" d="M 300.81455,106.33686 L 299.3015,108.21305 L 298.15158,112.38907 L 296.88061,114.5376 L 301.48029,116.59535 L 304.99057,115.95987 L 309.34816,118.74389 L 314.00836,118.95571 L 317.30681,120.95294 L 318.15412,123.73696 L 318.12386,123.79748 L 318.48699,123.73696 L 321.87622,121.92129 L 326.96008,121.58842 L 329.74409,120.31746 L 331.52949,119.0465 L 332.10445,115.32439 L 330.86375,114.08369 L 326.71799,111.63254 L 322.72353,109.54453 L 320.66578,110.48263 L 318.39621,111.05759 L 316.88315,109.90767 L 313.85705,108.03148 L 311.40591,109.90767 L 307.80485,110.30106 L 302.69073,109.90767 L 301.54081,108.03148 L 300.81455,106.33686 z "/>
<path id="INSEE-D93" title="Seine-Saint-Denis (93)" class="land departement idf idfbig departement93" d="M 64.830941,8.8357923 L 58.956135,13.017858 L 49.795421,17.199922 L 33.06716,18.295224 L 33.565025,20.585403 L 34.959046,20.884122 L 36.253495,22.875582 L 34.959046,25.663625 L 33.266306,25.962344 L 34.461182,28.849961 L 42.526593,28.750388 L 45.115491,32.733307 L 45.613356,38.309394 L 48.401399,37.911102 L 50.990297,35.820069 L 54.873643,36.019215 L 59.752719,38.807259 L 62.540763,41.894021 L 63.835211,42.491459 L 64.631795,43.985054 L 67.718558,44.781638 L 67.718558,35.720496 L 64.034357,13.814441 L 64.830941,8.8357923 z "/>
<path id="INSEE-D75" title="Paris (75)" class="land departement idf idfbig departement75" d="M 42.526593,28.750388 L 34.461182,28.849961 L 30.876554,30.443128 L 29.382959,32.434588 L 26.097051,32.633734 L 23.109861,36.019215 L 23.209434,37.911102 L 23.906445,40.101708 L 28.885094,41.495729 L 34.959046,44.582492 L 38.842393,44.781638 L 41.43129,44.084627 L 44.119761,42.19274 L 45.015918,42.989324 L 50.791151,43.785908 L 51.786881,41.694875 L 51.786881,39.603843 L 50.791151,39.205551 L 46.808231,39.404697 L 47.10695,40.400427 L 46.409939,40.997864 L 45.115491,40.997864 L 45.613356,39.703416 L 45.812502,38.309394 L 45.613356,38.309394 L 45.115491,32.733307 L 42.526593,28.750388 z "/>
<path id="INSEE-D25" title="Doubs (25)" class="land departement franche-comte departement25" d="M 486.587,193.51889 L 486.40544,193.73072 L 484.22664,193.73072 L 483.10698,195.27403 L 481.68472,196.09108 L 481.68472,197.99752 L 478.14418,198.42118 L 476.23773,197.05943 L 473.66554,197.45282 L 471.2144,199.35927 L 469.45926,202.35511 L 467.70412,202.89981 L 466.88707,204.9273 L 464.70828,205.32069 L 461.71244,207.77183 L 457.7785,207.65079 L 456.56806,208.58888 L 455.47867,208.58888 L 451.66578,211.70577 L 449.9409,211.64524 L 449.91064,212.79516 L 450.18299,214.82265 L 452.63413,216.45675 L 453.99587,218.24215 L 453.57222,220.11833 L 452.36178,222.99313 L 451.54473,224.86931 L 456.84041,226.65471 L 460.22965,226.38237 L 460.502,229.2269 L 460.502,233.03979 L 464.70828,234.40154 L 466.61472,234.91598 L 469.33822,237.51842 L 469.06587,239.69722 L 467.82516,241.45236 L 464.43593,242.54175 L 465.25298,244.4482 L 465.64637,245.93099 L 464.16358,247.41378 L 464.31489,248.77553 L 466.61472,248.98735 L 466.64498,248.80579 L 478.356,237.82103 L 477.99287,228.74273 L 482.13863,226.68498 L 484.98317,225.35349 L 487.61588,222.90235 L 487.8277,219.30128 L 490.46041,217.9698 L 496.51262,210.9795 L 495.57453,208.70992 L 497.66254,207.77183 L 500.11368,204.74573 L 498.7822,203.41424 L 494.24304,204.35234 L 494.06148,203.59581 L 498.2375,198.78431 L 486.587,193.51889 z "/>
<path id="INSEE-D90" title="Territoire de Belfort (90)" class="land departement franche-comte departement90" d="M 490.49068,180.26456 L 488.73554,181.17239 L 487.25275,182.26179 L 487.25275,184.68267 L 488.06979,187.55747 L 488.06979,189.43365 L 487.61588,192.45975 L 486.587,193.51889 L 498.2375,198.78431 L 498.96376,197.937 L 501.47543,197.54361 L 500.53734,193.51889 L 499.96238,191.43088 L 497.29941,191.82427 L 496.93627,189.55469 L 497.87437,187.82982 L 498.05593,185.56024 L 497.51123,184.25901 L 494.09174,181.59604 L 491.06563,181.41448 L 490.49068,180.26456 z "/>
<path id="INSEE-D01" title="Ain (01)" class="land departement rhone-alpes departement01" d="M 424.49137,254.40408 L 422.40336,254.61591 L 421.07188,257.06705 L 417.50107,271.04764 L 416.98664,272.19756 L 416.6235,276.61567 L 415.59463,278.03794 L 415.59463,284.42302 L 414.98941,285.87555 L 418.68125,288.11486 L 420.13378,288.32669 L 422.40336,290.38444 L 422.79675,293.68289 L 425.27816,292.86585 L 429.12131,293.9855 L 429.18183,293.25924 L 431.02775,293.25924 L 433.69072,295.74064 L 436.17213,294.49994 L 437.41283,290.8081 L 438.65353,289.35557 L 440.28763,289.56739 L 441.92172,291.01992 L 442.76903,293.68289 L 450.36455,302.94277 L 452.63413,301.30867 L 453.02752,297.79839 L 455.50893,297.37474 L 455.50893,291.20149 L 456.74963,290.17261 L 457.14302,284.63485 L 457.6272,285.02824 L 457.56668,283.00075 L 456.5378,281.12457 L 456.96146,275.79863 L 458.80738,276.8275 L 459.83625,274.95132 L 461.68218,274.3461 L 463.58862,272.83304 L 461.53087,272.83304 L 461.53087,269.23198 L 463.80045,267.9005 L 467.18968,267.53736 L 467.40151,265.63092 L 466.25159,264.87439 L 469.09613,261.27333 L 468.70273,260.15367 L 465.4648,258.42879 L 457.59694,267.08345 L 452.11969,267.08345 L 452.11969,264.81387 L 449.09359,263.30082 L 445.49253,267.26502 L 442.64799,267.65841 L 442.64799,264.99544 L 440.19685,263.87578 L 436.41422,258.5801 L 432.99472,257.24861 L 431.87506,254.79747 L 429.96862,254.40408 L 428.09243,255.73556 L 426.57938,256.12896 L 424.49137,254.40408 z "/>
<path id="INSEE-D74" title="Haute-Savoie (74)" class="land departement rhone-alpes departement74" d="M 485.3463,257.8841 L 481.01897,258.64062 L 476.84295,262.02986 L 475.72329,260.33524 L 473.63528,260.51681 L 471.72884,264.69283 L 471.94066,266.38745 L 473.99841,268.08206 L 470.21579,270.56347 L 467.76464,272.83304 L 463.58862,272.83304 L 461.68218,274.3461 L 459.83625,274.95132 L 458.80738,276.8275 L 456.96146,275.79863 L 456.5378,281.12457 L 457.56668,283.00075 L 457.6272,285.02824 L 459.20077,286.26894 L 459.20077,291.62514 L 462.92288,292.23036 L 464.34515,294.9236 L 467.6436,295.31699 L 468.24882,294.10655 L 469.91318,294.10655 L 472.78797,297.19317 L 473.81685,298.22205 L 477.1153,297.58657 L 477.93235,295.95247 L 478.7494,292.65402 L 480.59532,291.20149 L 482.04785,286.90442 L 483.89377,285.66372 L 485.3463,286.05711 L 485.73969,287.29782 L 484.71082,288.53852 L 486.55674,290.8081 L 489.64337,290.8081 L 491.51955,293.89472 L 491.0959,294.9236 L 492.94182,293.68289 L 494.39435,292.0488 L 495.66531,292.2001 L 495.75609,288.90165 L 502.20169,286.23868 L 502.95822,284.3625 L 502.56483,280.18647 L 498.41906,275.85915 L 497.08758,276.61567 L 497.08758,274.89079 L 497.08758,272.07652 L 493.48652,270.35164 L 493.30495,268.83859 L 495.39296,266.56901 L 495.39296,263.9363 L 491.97347,260.33524 L 491.7919,257.8841 L 485.3463,257.8841 z "/>
<path id="INSEE-D42" title="Loire (42)" class="land departement rhone-alpes departement42" d="M 382.12593,269.35303 L 378.70644,269.92799 L 378.16174,272.016 L 379.49322,274.64871 L 379.85635,285.42163 L 375.3172,285.63346 L 375.13563,287.32808 L 378.16174,289.77922 L 376.46712,291.47384 L 375.89216,295.64986 L 378.16174,298.67596 L 380.21949,303.57825 L 385.15203,306.81618 L 386.84665,313.04995 L 383.24559,316.43919 L 383.82055,318.70876 L 389.11623,320.43364 L 393.29225,317.01415 L 395.35,316.83258 L 401.40221,319.46529 L 401.03907,323.06635 L 404.06518,322.88479 L 406.4558,325.63854 L 408.21094,325.15436 L 411.47913,324.54914 L 412.32644,320.82704 L 416.83533,318.16407 L 417.25899,312.20264 L 417.41029,312.11186 L 415.20124,311.77899 L 413.14349,312.59604 L 411.47913,311.56716 L 413.53688,309.11602 L 412.93166,307.27009 L 406.54658,306.24122 L 401.19038,301.30867 L 401.19038,299.64432 L 402.43108,298.61544 L 402.43108,297.19317 L 401.00881,296.34586 L 402.21925,294.49994 L 402.21925,291.83697 L 399.76811,289.56739 L 399.76811,287.29782 L 398.10375,285.66372 L 398.10375,283.8178 L 397.28671,280.73117 L 398.52741,279.49047 L 398.73924,275.79863 L 402.64291,275.79863 L 403.67178,274.55792 L 402.43108,272.50017 L 402.43108,270.65425 L 401.40221,269.8372 L 400.67594,273.71061 L 398.58793,273.71061 L 397.07488,275.22367 L 395.92496,274.07375 L 389.87276,273.13565 L 387.60318,274.46714 L 386.09013,274.46714 L 385.72699,273.13565 L 382.88246,272.5607 L 382.70089,269.53459 L 382.12593,269.35303 z "/>
<path id="INSEE-D73" title="Savoie (73)" class="land departement rhone-alpes departement73" d="M 457.14302,284.63485 L 456.74963,290.17261 L 455.50893,291.20149 L 455.50893,297.37474 L 453.02752,297.79839 L 452.63413,301.30867 L 450.36455,302.94277 L 450.33429,302.91251 L 450.57638,303.97164 L 452.84596,306.42279 L 452.84596,308.08714 L 455.08527,312.20264 L 459.83625,313.23152 L 461.47035,314.47222 L 462.10583,313.83674 L 461.25852,312.20264 L 462.49922,309.50941 L 463.95175,309.32784 L 466.4029,312.59604 L 467.43177,311.17377 L 468.8843,311.17377 L 472.78797,315.07744 L 472.9998,317.74041 L 471.15388,318.76929 L 470.30657,322.67296 L 471.97093,324.33732 L 471.97093,325.97141 L 471.54727,327.63577 L 472.78797,326.39507 L 474.84572,327.63577 L 475.93512,329.11856 L 479.35462,328.75543 L 480.47427,329.87508 L 481.04923,332.53805 L 484.43847,332.14466 L 484.83186,329.30012 L 486.52648,328.5436 L 490.1578,328.72516 L 490.09728,328.60412 L 495.75609,326.33454 L 497.84411,327.66603 L 499.93212,327.66603 L 500.11368,325.39645 L 502.56483,324.06497 L 503.50292,322.94531 L 508.43547,321.03886 L 509.01042,317.83119 L 508.04207,316.31814 L 510.70504,311.77899 L 508.2539,310.8409 L 507.49737,308.17793 L 502.38326,305.15182 C 502.38326,305.15182 502.68831,299.35405 502.20169,298.31283 C 502.18638,298.28673 502.15357,298.23797 502.14117,298.22205 C 502.13632,298.21677 502.11589,298.19627 502.11091,298.19179 C 502.10745,298.192 502.08341,298.19172 502.08065,298.19179 C 502.0806,298.18503 502.08048,298.16334 502.08065,298.16153 C 502.0772,298.16164 502.05314,298.16149 502.05039,298.16153 C 502.04757,298.16138 502.02298,298.16146 502.02013,298.16153 C 502.01671,298.16145 501.99262,298.16154 501.98987,298.16153 C 501.23334,298.35066 498.41906,298.55492 498.41906,298.55492 L 495.57453,295.31699 L 495.66531,292.2001 L 494.39435,292.0488 L 492.94182,293.68289 L 491.0959,294.9236 L 491.51955,293.89472 L 489.64337,290.8081 L 486.55674,290.8081 L 484.71082,288.53852 L 485.73969,287.29782 L 485.3463,286.05711 L 483.89377,285.66372 L 482.04785,286.90442 L 480.59532,291.20149 L 478.7494,292.65402 L 477.93235,295.95247 L 477.1153,297.58657 L 473.81685,298.22205 L 472.78797,297.19317 L 469.91318,294.10655 L 468.24882,294.10655 L 467.6436,295.31699 L 464.34515,294.9236 L 462.92288,292.23036 L 459.20077,291.62514 L 459.20077,286.26894 L 457.14302,284.63485 z "/>
<path id="INSEE-D17" title="Charente-Maritime (17)" class="land departement poitou departement17" d="M 197.92705,262.18116 L 195.26408,262.36273 L 189.48422,265.87301 L 190.87623,267.14397 L 187.85013,269.59511 L 187.487,271.50156 L 184.64246,271.86469 L 183.12941,270.17007 L 179.34678,269.80694 L 178.95339,267.9005 L 176.68381,266.38745 L 173.47614,267.53736 L 175.56415,270.56347 L 178.19686,270.56347 L 180.85983,272.25808 L 182.94784,273.9527 L 186.91204,273.77114 L 187.66856,275.46575 L 190.30127,276.04071 L 191.26962,278.67342 L 192.96424,279.42995 L 192.78268,281.51796 L 190.5131,281.15483 L 189.75657,282.27449 L 191.45119,284.72563 L 190.5131,288.90165 L 188.24352,288.72008 L 188.42509,291.35279 L 189.00005,292.29089 L 186.33708,292.29089 L 185.97394,290.77783 L 187.66856,288.50826 L 187.0936,287.20703 L 186.15551,286.45051 L 185.76212,281.91135 L 182.55445,281.51796 L 179.92174,278.31029 L 179.52835,284.93746 L 183.88593,288.14512 L 184.24907,291.74619 L 185.00559,295.89195 L 185.39898,300.06797 L 187.66856,299.85614 L 191.63276,303.09407 L 194.29573,304.60712 L 194.47729,306.48331 L 196.5653,306.8767 L 202.61751,312.92891 L 204.03978,319.46529 L 209.63807,319.46529 L 210.57616,318.5272 L 210.75773,321.37173 L 215.69027,321.94669 L 216.4468,327.9989 L 219.10977,328.18047 L 223.4371,332.53805 L 225.70667,332.90119 L 228.36965,331.5697 L 230.24583,332.90119 L 231.75888,329.69352 L 233.27193,327.06081 L 229.24722,324.33732 L 228.00651,322.67296 L 226.34216,320.82704 L 222.43848,321.46252 L 221.19778,320.82704 L 221.01622,319.79816 L 223.07397,318.98111 L 223.07397,318.58772 L 221.62144,318.16407 L 220.59256,317.34702 L 223.07397,315.28927 L 223.07397,313.83674 L 221.83326,312.59604 L 222.65031,311.77899 L 223.07397,309.72124 L 221.62144,308.29897 L 220.38073,306.24122 L 218.14142,304.18347 L 216.47706,303.1546 L 217.92959,301.49024 L 217.11254,301.30867 L 216.90072,296.98135 L 215.23636,296.34586 L 217.50594,295.13542 L 220.19917,295.13542 L 221.40961,294.10655 L 223.67919,294.10655 L 224.10284,295.13542 L 226.16059,295.31699 L 227.58286,294.71177 L 228.00651,290.8081 L 229.64061,284.84667 L 229.70113,284.81641 L 228.21834,283.39414 L 227.79469,281.33639 L 225.13172,280.09569 L 221.62144,277.64455 L 217.29411,278.03794 L 214.63114,274.55792 L 210.72747,274.3461 L 207.64084,272.07652 L 207.64084,270.83582 L 205.58309,268.5965 L 205.49231,265.81249 L 202.64777,263.69421 L 199.04671,265.20727 L 197.92705,262.18116 z "/>
<path id="INSEE-D86" title="Vienne (86)" class="land departement poitou departement86" d="M 236.11647,218.6658 L 232.51541,222.44843 L 231.60758,224.02201 L 231.91019,228.6822 L 233.54428,228.47038 L 233.75611,230.52813 L 234.39159,233.82658 L 235.42047,236.09616 L 234.17976,237.51842 L 234.78498,238.5473 L 233.96794,239.99983 L 233.96794,240.60505 L 235.42047,242.26941 L 235.42047,243.29828 L 234.78498,244.93238 L 232.72723,248.019 L 234.78498,248.83605 L 235.42047,250.28858 L 234.57316,252.52789 L 234.39159,253.55677 L 233.15089,255.61452 L 233.15089,257.06705 L 233.96794,257.27888 L 233.96794,261.6062 L 235.42047,262.63508 L 234.78498,264.05735 L 234.99681,265.29805 L 236.63091,267.14397 L 237.47821,265.90327 L 237.47821,264.87439 L 239.11231,264.05735 L 240.35301,264.87439 L 240.35301,267.96102 L 239.11231,269.41355 L 238.08344,271.86469 L 239.5057,274.13427 L 242.41076,274.95132 L 241.77528,276.8275 L 239.08205,277.28142 L 241.56345,280.30752 L 244.86191,280.09569 L 247.7367,279.06682 L 250.64176,280.73117 L 251.67064,279.91413 L 251.45881,277.22089 L 253.09291,275.98019 L 254.54544,278.4616 L 255.75588,279.7023 L 259.26616,278.24977 L 260.71868,276.61567 L 263.98688,276.61567 L 265.68149,277.46298 L 265.80254,273.89218 L 264.50131,272.37913 L 266.01436,271.25947 L 268.46551,268.41493 L 272.61127,268.23337 L 272.61127,265.96379 L 274.69928,264.23891 L 279.81339,263.30082 L 280.17653,260.45628 L 278.11878,259.33663 L 276.96886,255.37243 L 273.94275,254.97904 L 272.06657,253.10285 L 268.46551,250.25832 L 269.22203,247.98874 L 269.22203,244.38768 L 265.80254,240.99844 L 265.43941,238.33547 L 262.20148,234.94624 L 261.08182,230.40708 L 259.75033,229.83212 L 258.23728,227.74411 L 256.72423,228.6822 L 257.11762,230.77021 L 252.18507,231.92013 L 246.52626,231.92013 L 246.70783,229.65056 L 246.70783,226.04949 L 242.16867,224.71801 L 242.16867,222.44843 L 238.56761,221.69191 L 237.81109,218.6658 L 236.11647,218.6658 z "/>
<path id="INSEE-D50" title="Manche (50)" class="land departement basse-normandie departement50" d="M 169.11855,75.168005 L 168.36203,77.07445 L 172.35648,80.282119 L 172.35648,84.458141 L 170.84343,86.334325 L 171.78152,87.272417 L 172.35648,87.66581 L 171.96309,91.266873 L 173.29457,94.292976 L 177.65216,99.195262 L 178.59025,103.55285 L 179.52835,104.88434 L 179.52835,111.69307 L 181.79792,116.23222 L 181.79792,121.5279 L 179.34678,126.43019 L 181.97949,133.23892 L 186.15551,134.17701 L 186.51864,136.08346 L 184.46089,137.02155 L 180.89009,137.02155 L 181.46505,139.41217 L 182.58471,143.01323 L 185.82264,145.85777 L 187.33569,146.2209 L 188.84874,144.16315 L 190.54336,143.95132 L 192.60111,141.50018 L 194.50755,143.01323 L 196.77713,143.01323 L 198.29018,143.76976 L 198.29018,144.13289 L 201.49785,144.52628 L 203.4043,143.01323 L 206.21857,144.16315 L 206.27909,144.28419 L 209.51702,141.53044 L 210.60642,137.92938 L 210.30381,136.35581 L 210.75773,134.50988 L 208.88154,132.6337 L 204.03978,129.48655 L 200.46898,129.18394 L 196.86791,124.64479 L 199.8335,123.55539 L 201.0742,121.22529 L 199.53089,119.80302 L 200.92289,118.56232 L 202.3149,119.65172 L 204.82657,118.10841 L 206.40014,115.59674 L 207.00536,113.11534 L 205.91596,110.90628 L 206.55144,110.11949 L 205.12918,107.78939 L 206.70275,105.76191 L 205.46205,104.18833 L 203.88847,106.21582 L 201.70968,104.97512 L 198.10862,101.37406 L 197.95731,99.830744 L 199.04671,98.741347 L 198.71384,96.653336 L 196.92844,97.107251 L 196.74687,92.568097 L 191.81432,86.727718 L 193.32737,82.94509 L 195.41539,82.94509 L 193.5392,77.830976 L 185.39898,77.437583 L 181.0414,80.463685 L 176.13911,77.256016 L 169.11855,75.168005 z "/>
<path id="INSEE-D49" title="Maine-et-Loire (49)" class="land departement pdll departement49" d="M 190.78545,182.83675 L 190.36179,183.68405 L 190.08944,183.62353 L 190.30127,184.31954 L 190.30127,186.49833 L 192.32876,187.73903 L 193.56946,191.03748 L 195.44565,193.36758 L 192.96424,195.57664 L 193.11555,198.36065 L 194.05364,199.14744 L 197.47314,198.69352 L 200.28741,201.32623 L 200.92289,205.22991 L 199.04671,206.50087 L 192.96424,206.34956 L 189.06057,207.10609 L 186.88178,208.22575 L 186.88178,210.07167 L 188.90926,212.58334 L 190.93675,212.58334 L 191.08806,215.24631 L 191.87484,216.03309 L 190.93675,218.21189 L 189.36318,218.6658 L 189.36318,220.08807 L 188.57639,220.87486 L 189.51448,221.32877 L 189.99866,221.17747 L 191.39067,221.17747 L 192.96424,223.20496 L 192.90372,225.17192 L 193.26685,225.23245 L 194.84043,226.17054 L 199.68219,226.17054 L 202.25438,228.34933 L 205.85544,226.80602 L 211.72608,228.13751 L 214.35879,226.41263 L 214.35879,223.77992 L 219.4729,223.38652 L 224.19362,222.44843 L 229.30774,222.26687 L 229.8827,223.59835 L 231.21418,224.71801 L 232.51541,222.44843 L 236.11647,218.6658 L 237.569,218.6658 L 239.71753,210.91898 L 242.74363,207.31792 L 242.53181,203.17216 L 244.43825,200.69075 L 244.43825,199.57109 L 243.50016,198.42118 L 244.10538,197.18047 L 241.53319,196.18186 L 233.57454,191.34009 L 226.22111,189.1613 L 223.40684,189.01 L 223.40684,187.13381 L 221.68196,185.71154 L 219.83604,185.71154 L 216.38628,184.62215 L 214.20748,186.80094 L 209.21441,186.98251 L 207.00536,185.71154 L 201.40707,184.01693 L 200.13611,185.56024 L 197.01922,183.53275 L 194.20494,183.53275 L 190.78545,182.83675 z "/>
<path id="INSEE-D72" title="Sarthe (72)" class="land departement pdll departement72" d="M 249.3708,147.18925 L 244.25669,147.37082 L 239.14257,152.09154 L 236.4796,151.94024 L 232.93906,153.09015 L 231.84966,154.96634 L 231.36549,159.02132 L 231.69836,161.50272 L 228.88408,163.86308 L 228.0973,165.40639 L 228.73278,166.82866 L 227.94599,168.70484 L 228.2486,169.49163 L 225.13172,169.79424 L 224.6778,171.18625 L 226.06981,174.63601 L 225.9185,175.5741 L 224.6778,176.6635 L 222.01483,176.8148 L 221.68196,177.75289 L 222.31744,178.69098 L 222.31744,184.31954 L 221.71222,185.7418 L 223.40684,187.13381 L 223.40684,189.01 L 226.22111,189.1613 L 233.57454,191.34009 L 241.53319,196.18186 L 244.10538,197.18047 L 245.37634,194.63855 L 249.15897,197.30152 L 251.24698,197.30152 L 250.09706,193.51889 L 252.3969,195.03194 L 253.69813,193.1255 L 259.17537,191.61244 L 258.23728,189.34287 L 259.56877,187.64825 L 262.4133,186.52859 L 265.04601,183.10909 L 265.04601,179.50803 L 266.95246,179.50803 L 267.70898,176.87532 L 267.89055,172.91113 L 266.01436,171.18625 L 267.52742,168.55354 L 269.76673,165.709 L 267.13402,163.83282 L 264.68288,163.43943 L 262.01991,159.47523 L 261.26338,159.47523 L 261.08182,161.35141 L 260.90025,160.05019 L 256.93606,160.05019 L 255.02961,157.20565 L 251.82194,156.05573 L 250.88385,149.247 L 249.3708,147.18925 z "/>
<path id="INSEE-D61" title="Orne (61)" class="land departement basse-normandie departement61" d="M 253.6376,120.8319 L 249.79445,121.67921 L 248.55375,120.92268 L 244.95269,121.5279 L 244.80138,122.95017 L 243.56068,123.25278 L 243.10677,121.22529 L 241.53319,121.5279 L 239.17283,124.19087 L 235.60203,126.85384 L 231.69836,128.09454 L 228.58147,126.36967 L 224.98041,127.00515 L 222.80162,124.82635 L 220.74387,125.58288 L 217.32437,127.94324 L 213.4207,126.85384 L 210.60642,130.12203 L 206.79353,131.27195 L 208.88154,132.6337 L 210.75773,134.50988 L 210.30381,136.35581 L 210.60642,137.92938 L 209.51702,141.53044 L 206.27909,144.28419 L 207.55006,146.43273 L 209.63807,147.94578 L 212.48261,146.03933 L 214.35879,147.37082 L 219.4729,144.34472 L 224.58702,145.10124 L 227.40129,143.95132 L 228.18808,142.07514 L 230.06426,141.89357 L 231.75888,143.40663 L 232.51541,147.55239 L 234.96655,148.49048 L 235.9349,151.90997 L 239.14257,152.09154 L 244.25669,147.37082 L 249.3708,147.18925 L 250.88385,149.247 L 251.82194,156.05573 L 255.02961,157.20565 L 256.93606,160.05019 L 260.90025,160.05019 L 261.08182,161.35141 L 261.26338,159.47523 L 262.01991,159.47523 L 264.68288,163.43943 L 266.74063,163.7723 L 266.74063,159.29367 L 265.43941,157.56879 L 265.04601,156.05573 L 267.89055,154.36112 L 270.73509,153.78616 L 272.61127,151.51658 L 272.24814,144.52628 L 268.25368,141.13705 L 268.07211,137.89912 L 264.68288,135.62954 L 266.01436,133.75336 L 265.22758,130.90882 L 262.59487,129.97073 L 260.68842,128.06428 L 259.56877,125.43157 L 254.27309,125.25001 L 252.76003,123.34356 L 253.6376,120.8319 z "/>
<path id="INSEE-D28" title="Eure-et-Loir (28)" class="land departement centre departement28" d="M 292.67433,122.2239 L 291.52441,123.162 L 291.52441,126.1881 L 287.74178,128.06428 L 287.74178,130.90882 L 286.62213,132.24031 L 281.87114,132.24031 L 279.63183,131.30221 L 272.79284,134.87301 L 270.16013,134.87301 L 267.43663,137.47546 L 268.07211,137.89912 L 268.25368,141.13705 L 272.24814,144.52628 L 272.61127,151.51658 L 270.73509,153.78616 L 267.89055,154.36112 L 265.04601,156.05573 L 265.43941,157.56879 L 266.74063,159.29367 L 266.74063,163.7723 L 267.13402,163.83282 L 269.76673,165.709 L 268.79838,166.91944 L 270.67456,167.85754 L 273.67041,167.31284 L 275.42554,167.31284 L 275.3045,168.12989 L 273.67041,169.06798 L 274.7598,169.88503 L 277.48329,169.88503 L 278.42139,172.06382 L 280.05548,173.00191 L 281.26592,175.7254 L 285.47221,176.8148 L 288.07465,176.54245 L 290.37449,174.36366 L 292.43224,174.93862 L 292.94668,173.81896 L 292.82564,172.60852 L 293.91503,171.79147 L 295.67017,172.88087 L 296.75957,172.06382 L 296.75957,170.58103 L 298.24236,169.61268 L 299.60411,170.15737 L 300.81455,171.51912 L 302.99334,170.30868 L 305.29318,170.30868 L 306.92728,168.52328 L 307.89563,165.013 L 309.37842,164.74065 L 308.98503,161.20011 L 310.74017,159.71732 L 310.19547,158.62792 L 310.40729,158.26479 L 309.89286,158.32531 L 309.49946,153.24146 L 309.10607,152.6665 L 308.74294,150.21536 L 304.77874,149.45883 L 303.05386,147.37082 L 302.50917,143.1948 L 300.23959,142.83167 L 299.84619,140.74365 L 297.21349,138.86747 L 295.882,135.62954 L 297.21349,133.35996 L 295.882,131.84691 L 295.882,129.97073 L 296.63853,127.88272 L 295.12547,126.36967 L 294.55051,124.10009 L 292.67433,122.2239 z "/>
<path id="INSEE-D89" title="Yonne (89)" class="land departement bourgogne departement89" d="M 361.69974,152.48493 L 360.00512,153.78616 L 352.62143,153.42303 L 349.23219,155.11764 L 347.90071,157.96218 L 349.41376,159.6568 L 347.14418,162.31977 L 345.4193,164.37752 L 348.8388,167.61545 L 349.77689,170.64155 L 352.2583,173.27426 L 352.2583,176.69376 L 347.32575,180.83952 L 349.02037,182.74596 L 348.65723,185.56024 L 345.99426,187.46668 L 342.21164,187.46668 L 342.78659,189.55469 L 345.23774,192.94393 L 345.8127,195.97003 L 346.38766,198.05804 L 345.268,198.39091 L 347.65862,198.93561 L 349.44402,198.93561 L 350.38211,197.45282 L 351.59255,197.45282 L 352.9543,198.66326 L 352.68195,200.17631 L 353.92265,200.99336 L 355.67779,200.99336 L 358.12894,202.62746 L 359.21833,202.08276 L 360.30773,203.02085 L 361.39713,202.7485 L 363.27331,201.53806 L 365.05871,202.08276 L 366.26915,201.81041 L 366.26915,198.42118 L 366.9349,198.54222 L 367.35855,200.29736 L 369.53734,201.65911 L 369.53734,203.71686 L 372.65423,203.8379 L 376.73947,207.65079 L 379.31166,207.77183 L 379.16035,206.56139 L 380.24975,204.9273 L 381.2181,206.13774 L 380.40105,207.49948 L 380.79445,208.74019 L 382.27724,207.77183 L 384.06264,207.77183 L 383.91133,210.49533 L 385.54543,211.58472 L 386.78613,211.04002 L 389.81223,208.98227 L 389.63067,208.58888 L 387.84527,207.49948 L 387.72422,205.59304 L 389.63067,204.65495 L 390.44771,203.56555 L 389.90302,202.62746 L 389.90302,200.44866 L 391.38581,198.26987 L 393.5646,193.63993 L 393.95799,191.61244 L 395.31974,191.06775 L 395.47105,190.67435 L 394.77504,190.12965 L 394.77504,188.49556 L 396.95384,186.86146 L 397.49853,184.13797 L 396.56044,182.53414 L 395.04739,182.53414 L 394.654,182.11048 L 394.654,179.81064 L 396.56044,178.4489 L 396.40914,177.08715 L 396.13679,175.7254 L 395.16844,177.81341 L 393.83695,177.63185 L 392.71729,175.54384 L 388.93466,177.45028 L 381.36941,177.05689 L 380.43131,174.96888 L 378.3433,172.1546 L 377.98017,168.73511 L 374.95407,165.13404 L 373.04762,166.46553 L 369.62813,163.83282 L 370.20309,158.71871 L 365.3008,153.60459 L 363.03122,153.60459 L 361.69974,152.48493 z "/>
<path id="INSEE-D45" title="Loiret (45)" class="land departement centre departement45" d="M 318.39621,155.51104 L 315.94506,157.78061 L 310.40729,158.26479 L 310.19547,158.62792 L 310.74017,159.71732 L 308.98503,161.20011 L 309.37842,164.74065 L 307.89563,165.013 L 306.92728,168.52328 L 305.29318,170.30868 L 302.99334,170.30868 L 300.81455,171.51912 L 299.60411,170.15737 L 298.24236,169.61268 L 296.75957,170.58103 L 296.75957,172.06382 L 295.67017,172.88087 L 293.91503,171.79147 L 292.82564,172.60852 L 292.94668,173.81896 L 292.43224,174.93862 L 292.82564,175.05966 L 294.42947,175.05966 L 294.30843,176.14906 L 293.21903,178.02524 L 293.21903,178.99359 L 294.30843,178.99359 L 295.24652,180.08299 L 295.51887,181.17239 L 293.37033,183.32092 L 294.42947,185.92337 L 294.42947,187.13381 L 296.21487,188.34425 L 298.66601,188.6166 L 300.26985,189.97835 L 300.6935,192.30845 L 302.44864,194.33594 L 304.35509,193.79124 L 305.17214,192.0361 L 308.16798,192.42949 L 308.83372,193.1255 L 310.74017,193.1255 L 311.67826,192.0361 L 318.60803,192.30845 L 320.24213,194.72933 L 322.14857,195.54638 L 323.78267,197.05943 L 325.81016,196.78708 L 326.35486,196.09108 L 327.5653,196.09108 L 329.07835,197.99752 L 332.19523,198.14883 L 333.01228,199.20796 L 335.19108,202.2038 L 336.12917,203.02085 L 337.33961,202.89981 L 337.49091,200.17631 L 338.03561,199.90397 L 338.85266,200.02501 L 340.21441,201.81041 L 341.1525,202.2038 L 343.0892,201.41702 L 342.78659,201.08415 L 342.60503,199.1777 L 346.38766,198.05804 L 345.8127,195.97003 L 345.23774,192.94393 L 342.78659,189.55469 L 342.21164,187.46668 L 345.99426,187.46668 L 348.65723,185.56024 L 349.02037,182.74596 L 347.32575,180.83952 L 352.2583,176.69376 L 352.2583,173.27426 L 349.77689,170.64155 L 348.8388,167.61545 L 345.4193,164.37752 L 340.69858,167.04049 L 340.33545,165.52744 L 338.24744,165.34587 L 337.67248,166.85892 L 335.7963,167.22205 L 330.68218,167.04049 L 328.59417,168.37197 L 326.89955,166.85892 L 329.92566,164.77091 L 329.74409,161.56324 L 327.47451,160.41332 L 325.56807,157.56879 L 320.48422,157.20565 L 318.39621,155.51104 z "/>
<path id="INSEE-D36" title="Indre (36)" class="land departement centre departement36" d="M 299.9975,214.5503 L 298.78706,214.97396 L 296.33592,214.82265 L 293.49138,215.79101 L 292.82564,217.2738 L 292.55329,216.7291 L 289.2851,216.8804 L 287.651,218.24215 L 285.74456,218.5145 L 285.47221,219.45259 L 286.98526,221.48008 L 286.5616,223.26548 L 284.80646,223.38652 L 284.80646,224.86931 L 283.44472,226.11002 L 281.96193,228.56116 L 280.60018,227.32046 L 278.57269,226.92706 L 275.57685,228.01646 L 274.88085,231.4057 L 273.94275,234.12919 L 272.45996,241.84575 L 270.40221,243.7522 L 268.73786,243.9035 L 269.22203,244.38768 L 269.22203,247.98874 L 268.46551,250.25832 L 272.06657,253.10285 L 273.94275,254.97904 L 276.96886,255.37243 L 278.11878,259.33663 L 280.17653,260.45628 L 279.81339,263.30082 L 278.30034,263.57317 L 278.84504,263.69421 L 283.59602,264.05735 L 285.29064,262.36273 L 288.31674,265.38883 L 292.09937,261.03124 L 293.79399,262.18116 L 296.06357,261.96934 L 296.82009,262.36273 L 300.23959,262.54429 L 301.35925,259.51819 L 310.83095,260.66811 L 314.43201,261.6062 L 316.06611,261.42464 L 316.15689,259.91159 L 318.06333,258.00514 L 317.66994,256.37104 L 316.58054,254.22251 L 316.97394,253.40546 L 317.12524,250.95432 L 317.79098,250.13727 L 317.94229,249.59257 L 316.30819,248.10978 L 315.7635,246.20334 L 313.19131,244.84159 L 313.19131,243.2075 L 315.06749,242.1181 L 315.06749,241.0287 L 313.31235,239.54591 L 312.76765,238.60782 L 314.1294,237.91182 L 314.00836,236.70138 L 316.15689,234.91598 L 316.03585,234.12919 L 314.28071,234.12919 L 313.19131,232.88849 L 313.19131,232.22274 L 314.1294,230.58865 L 314.1294,229.37821 L 311.95061,226.50341 L 312.37426,223.93122 L 311.13356,222.99313 L 308.56137,223.11417 L 306.53388,223.93122 L 303.81039,223.53783 L 302.44864,222.44843 L 302.17629,221.63138 L 304.35509,219.84598 L 304.50639,217.69745 L 301.6316,216.06335 L 299.9975,214.5503 z "/>
<path id="INSEE-D51" title="Marne (51)" class="land departement champagne departement51" d="M 380.03792,96.290203 L 377.76834,97.258556 L 378.16174,99.13474 L 374.16728,99.13474 L 370.59648,101.79771 L 370.59648,106.88156 L 373.22919,108.60644 L 373.98572,110.30106 L 369.62813,110.66419 L 369.08343,112.38907 L 370.77805,113.50873 L 370.02152,114.65865 L 368.3269,115.41517 L 368.69004,116.7164 L 371.14118,116.7164 L 372.10953,118.04788 L 370.41491,119.1978 L 368.90186,123.162 L 366.05733,124.49348 L 365.08897,126.55123 L 364.15088,127.70115 L 364.36271,128.82081 L 362.84966,129.78916 L 362.45626,132.42187 L 363.96931,133.35996 L 364.72584,136.2045 L 363.78775,137.89912 L 364.36271,139.2306 L 367.17698,139.04904 L 367.17698,139.98713 L 367.99403,139.80556 L 371.26222,143.25532 L 375.8619,142.49879 L 381.24836,138.83721 L 384.48629,138.83721 L 387.75448,136.53737 L 391.59763,134.4191 L 394.47243,134.63093 L 394.86582,138.47408 L 398.31558,143.64871 L 402.15873,143.64871 L 407.5452,142.49879 L 411.38835,143.83028 L 415.41306,140.95548 L 415.98802,136.17424 L 420.43639,135.41771 L 420.34561,132.42187 L 416.74455,129.57733 L 416.35116,128.06428 L 417.68264,125.79471 L 416.53272,124.85661 L 417.68264,122.01208 L 419.77065,121.07399 L 421.2837,116.35327 L 418.2576,116.53483 L 419.95222,114.65865 L 418.62073,110.48263 L 417.31951,107.63809 L 419.01413,106.12504 L 418.04577,105.94347 L 417.80368,104.64225 C 417.76457,104.64807 417.53134,104.67251 417.53134,104.67251 L 415.80646,103.1292 L 413.86975,105.0659 L 413.29479,105.0659 L 412.53827,104.09755 L 407.93859,103.91598 L 407.1518,105.0659 L 405.82032,105.0659 L 404.6704,102.55424 L 402.15873,102.55424 L 401.58377,103.1292 L 399.10237,102.94763 L 396.01574,100.64779 L 393.89747,100.07283 L 393.14095,98.922913 L 389.11623,96.411248 L 384.51655,96.290203 L 384.57708,98.015082 L 383.24559,98.378214 L 380.03792,96.290203 z "/>
<path id="INSEE-D08" title="Ardennes (08)" class="land departement champagne departement08" d="M 409.3306,54.197113 L 407.42415,57.011388 L 405.72953,58.736267 L 405.72953,60.430885 L 405.72953,62.700462 L 403.45996,64.213513 L 399.3142,65.544998 L 397.04462,66.48309 L 394.38165,64.395079 L 390.78059,64.395079 L 390.26615,67.754053 L 391.96077,70.961723 L 390.26615,72.474774 L 390.08458,75.319311 L 391.02267,76.832362 L 390.26615,79.101939 L 387.42161,80.614991 L 387.42161,83.066134 L 383.82055,83.82266 L 383.24559,85.335711 L 385.72699,86.667196 L 384.97047,89.299906 L 384.39551,91.569483 L 384.51655,96.290203 L 389.11623,96.411248 L 393.14095,98.922913 L 393.89747,100.07283 L 396.01574,100.64779 L 399.10237,102.94763 L 401.58377,103.1292 L 402.15873,102.55424 L 404.6704,102.55424 L 405.82032,105.0659 L 407.1518,105.0659 L 407.93859,103.91598 L 412.53827,104.09755 L 413.29479,105.0659 L 413.86975,105.0659 L 415.80646,103.1292 L 417.53134,104.67251 C 417.53134,104.67251 417.76457,104.64807 417.80368,104.64225 L 417.68264,103.85546 L 419.95222,102.7358 L 421.07188,101.58588 L 420.34561,99.7097 L 420.13378,98.378214 L 422.22179,96.683597 L 422.97832,92.900968 L 420.70874,90.056432 L 421.46527,88.724946 L 423.37171,85.154145 L 423.91641,85.910671 L 426.76095,85.910671 L 428.09243,87.211895 L 429.78705,86.092237 L 431.11854,83.913443 L 429.75679,83.701616 L 429.00027,79.918987 L 427.48721,78.769068 L 422.19153,78.194108 L 421.25344,75.742965 L 419.52856,74.623307 L 413.47636,73.866781 L 413.11323,69.509193 L 413.86975,68.752667 L 413.86975,67.05805 L 410.84365,65.151605 L 411.41861,63.063594 L 412.17513,61.18741 L 410.84365,60.037491 L 412.93166,58.161307 L 412.93166,54.741811 L 412.17513,54.197113 L 409.3306,54.197113 z "/>
<path id="INSEE-D52" title="Haute-Marne (52)" class="land departement champagne departement52" d="M 420.43639,135.41771 L 415.98802,136.17424 L 415.41306,140.95548 L 411.38835,143.83028 L 409.30034,143.10401 L 408.30172,145.19203 L 408.12016,148.06682 L 411.56991,152.87833 L 414.8381,154.02825 L 415.59463,158.05296 L 415.80646,164.95248 L 414.65654,166.67736 L 411.38835,166.88918 L 409.27007,168.79563 L 410.81339,169.76398 L 411.44887,172.18486 L 413.71845,173.45583 L 417.10768,177.05689 L 421.46527,182.92753 L 419.01413,185.56024 L 420.70874,186.71016 L 420.89031,189.91783 L 423.91641,189.73626 L 424.67294,191.24931 L 426.94252,191.43088 L 428.63713,190.49279 L 431.66324,194.27541 L 432.05663,195.21351 L 436.20239,194.27541 L 436.98918,192.36897 L 437.17074,192.39923 L 437.17074,190.49279 L 439.80345,189.34287 L 442.82956,190.49279 L 445.67409,189.34287 L 447.36871,189.34287 L 447.94367,185.56024 L 448.88176,184.44058 L 447.18714,184.25901 L 447.00558,181.98944 L 449.63829,181.41448 L 449.81985,179.90143 L 452.48282,179.90143 L 452.48282,177.45028 L 454.57083,176.69376 L 453.99587,175.18071 L 454.57083,174.81757 L 452.84596,173.45583 L 450.78821,174.21235 L 450.78821,170.24816 L 445.49253,167.61545 L 446.61218,162.50133 L 448.3068,161.35141 L 447.7621,159.6568 L 445.2807,159.29367 L 444.736,156.81226 L 442.46642,156.81226 L 439.80345,153.24146 L 436.77735,153.02963 L 435.47613,151.15345 L 437.17074,149.45883 L 433.17629,145.10124 L 431.48167,144.52628 L 426.94252,142.25671 L 424.49137,139.624 L 420.52718,139.04904 L 420.43639,135.41771 z "/>
<path id="INSEE-D67" title="Bas-Rhin (67)" class="land departement alsace departement67" d="M 518.84526,108.84853 L 515.2442,109.84714 L 513.57984,112.7522 L 513.57984,115.59674 L 512.06679,116.92822 L 510.7353,116.92822 L 508.28416,115.20335 L 506.37772,116.53483 L 504.10814,116.53483 L 502.23195,114.65865 L 498.63089,114.08369 L 496.54288,113.1456 L 495.78636,110.30106 L 494.09174,112.17724 L 493.15365,116.53483 L 490.67224,117.29136 L 490.67224,119.7425 L 493.15365,120.89242 L 495.02983,122.2239 L 494.2733,123.91852 L 495.99818,125.03818 L 499.02429,122.7686 L 504.2897,125.79471 L 502.05039,129.97073 L 502.23195,131.30221 L 503.74501,132.81526 L 502.59509,136.77946 L 498.81246,140.56209 L 496.72445,140.38052 L 498.05593,141.68175 L 497.29941,145.10124 L 498.05593,150.21536 L 501.65699,151.15345 L 501.35438,151.84945 L 504.19892,151.69815 L 505.86328,153.72564 L 507.34607,155.57156 L 511.06817,155.38999 L 512.73253,160.2015 L 515.63759,161.47246 L 515.60733,160.86724 L 520.53988,151.21397 L 519.96492,145.73672 L 522.23449,138.35303 L 522.80945,131.90743 L 527.71174,128.33663 L 527.71174,126.06706 L 529.61819,123.58565 L 531.13124,123.58565 L 532.82585,121.89103 L 532.46272,118.68336 L 534.15734,114.14421 L 536.79005,113.56925 L 534.15734,111.48124 L 529.43662,110.93654 L 525.2606,108.84853 L 522.41606,110.54315 L 520.90301,108.84853 L 518.84526,108.84853 z "/>
<path id="INSEE-D68" title="Haut-Rhin (68)" class="land departement alsace departement68" d="M 504.19892,151.69815 L 501.35438,151.84945 L 499.56898,155.87417 L 497.29941,160.41332 L 497.87437,163.25786 L 495.99818,167.61545 L 492.76025,170.42972 L 492.57869,177.81341 L 490.21833,179.8409 L 490.30911,179.90143 L 491.06563,181.41448 L 494.09174,181.59604 L 497.51123,184.25901 L 498.05593,185.56024 L 497.87437,187.82982 L 496.93627,189.55469 L 497.29941,191.82427 L 499.96238,191.43088 L 500.53734,193.51889 L 501.47543,197.54361 L 503.71474,197.18047 L 503.32135,199.23822 L 504.65284,200.38814 L 511.64313,200.20658 L 515.2442,197.36204 L 515.42576,193.18602 L 517.33221,190.73487 L 514.8508,187.89034 L 513.54958,184.86423 L 515.06263,182.80648 L 515.06263,178.0555 L 516.00072,175.78593 L 516.00072,172.0033 L 517.69534,169.55215 L 515.81916,166.91944 L 515.63759,161.47246 L 512.73253,160.2015 L 511.06817,155.38999 L 507.34607,155.57156 L 505.86328,153.72564 L 504.19892,151.69815 z "/>
<path id="INSEE-D57" title="Moselle (57)" class="land departement lorraine departement57" d="M 463.04392,87.66581 L 460.19939,87.847376 L 457.92981,89.753821 L 457.35485,90.691913 L 454.14718,90.691913 L 453.02752,89.541994 L 452.54335,89.541994 C 452.61802,91.169079 452.69465,92.386531 452.69465,92.386531 L 451.75656,93.869321 L 454.17744,99.043957 L 455.08527,99.800483 L 456.20493,102.76606 L 454.72214,105.33825 L 456.3865,107.00261 L 455.66023,108.4854 L 455.66023,110.54315 L 453.60248,110.54315 L 453.42092,112.93377 L 457.32459,115.35465 L 457.14302,118.32023 L 460.1086,118.32023 L 461.59139,120.34772 L 465.28324,120.34772 L 469.00534,125.00792 L 469.91318,127.58011 L 472.33406,127.58011 L 477.14556,129.63786 L 481.41237,132.21004 L 481.41237,132.96657 L 484.19638,133.14814 L 487.70666,135.17563 L 491.03537,135.17563 L 493.81939,137.23338 L 496.96654,139.44243 L 499.20585,140.16869 L 502.59509,136.77946 L 503.74501,132.81526 L 502.23195,131.30221 L 502.05039,129.97073 L 504.2897,125.79471 L 499.02429,122.7686 L 495.99818,125.03818 L 494.2733,123.91852 L 495.02983,122.2239 L 493.15365,120.89242 L 490.67224,119.7425 L 490.67224,117.29136 L 493.15365,116.53483 L 494.09174,112.17724 L 495.78636,110.30106 L 496.54288,113.1456 L 498.63089,114.08369 L 502.23195,114.65865 L 504.10814,116.53483 L 506.37772,116.53483 L 508.28416,115.20335 L 510.7353,116.92822 L 512.06679,116.92822 L 513.57984,115.59674 L 513.57984,112.7522 L 515.2442,109.84714 L 514.8508,109.96819 L 513.54958,108.092 L 509.76695,105.82243 L 508.43547,103.73442 L 503.89631,104.12781 L 501.23334,106.57895 L 494.818,106.76052 L 492.91156,105.42903 C 492.78374,105.19718 491.85302,103.55467 491.03537,103.09893 C 491.0037,103.08212 490.95166,103.05465 490.91433,103.03841 C 490.88669,103.02712 490.84666,103.01491 490.82355,103.00815 C 490.81321,103.0029 490.77394,102.98348 490.76302,102.97789 C 490.76027,102.9779 490.73608,102.97776 490.73276,102.97789 C 490.70854,102.97663 490.66138,102.97789 490.64198,102.97789 C 489.75543,102.9779 488.03895,101.98291 487.8277,101.85823 L 485.16473,102.97789 L 484.98317,105.24747 L 481.7755,105.64086 L 479.86905,102.0398 L 478.7494,101.64641 L 478.7494,99.013696 L 476.08643,97.863777 L 475.90486,93.324623 L 473.99841,91.448439 L 470.03422,89.541994 L 468.15804,89.541994 L 467.58308,89.935387 L 465.67663,89.935387 L 463.04392,87.66581 z "/>
<path id="INSEE-D88" title="Vosges (88)" class="land departement lorraine departement88" d="M 497.81384,141.43966 L 495.87714,141.86331 L 492.91156,142.98297 L 491.42877,144.82889 L 489.76441,145.94855 L 486.587,147.43134 L 485.67917,147.24978 L 483.43986,146.67482 L 481.2308,146.49325 L 480.47427,144.07237 L 478.99148,144.64733 L 478.80992,147.24978 L 477.69026,146.13012 L 475.66277,147.61291 L 473.63528,148.33917 L 471.2144,148.15761 L 469.55004,148.73257 L 467.70412,147.61291 L 466.58446,148.52074 L 463.80045,148.52074 L 462.49922,150.94162 L 456.3865,151.30475 L 455.08527,149.6404 L 453.05778,149.27726 L 453.23935,148.33917 L 454.54057,147.43134 L 453.42092,147.03795 L 453.23935,144.07237 L 450.45533,143.8908 L 448.82124,144.40524 L 447.67132,145.94855 L 444.70574,146.85638 L 444.70574,145.76699 L 443.79791,145.76699 L 443.79791,147.03795 L 440.0758,147.79447 L 440.0758,149.45883 L 436.74709,149.88249 L 435.47613,151.15345 L 436.77735,153.02963 L 439.80345,153.24146 L 442.46642,156.81226 L 444.736,156.81226 L 445.2807,159.29367 L 447.7621,159.6568 L 448.3068,161.35141 L 446.61218,162.50133 L 445.49253,167.61545 L 450.78821,170.24816 L 450.78821,174.21235 L 452.84596,173.45583 L 454.57083,174.81757 L 455.87206,174.03079 L 455.14579,172.91113 L 456.08389,172.33617 L 457.38511,173.84922 L 459.29155,172.51773 L 459.86651,170.64155 L 463.43732,170.06659 L 464.40567,170.82312 L 464.2241,172.91113 L 466.67525,174.78731 L 468.1883,174.60575 L 469.88291,173.27426 L 473.84711,173.27426 L 476.69165,176.48193 L 477.62974,176.48193 L 479.14279,175.54384 L 479.35462,174.42418 L 480.86767,173.66765 L 482.56229,174.78731 L 484.2569,176.69376 L 490.21833,179.8409 L 492.57869,177.81341 L 492.76025,170.42972 L 495.99818,167.61545 L 497.87437,163.25786 L 497.29941,160.41332 L 499.56898,155.87417 L 501.65699,151.15345 L 498.05593,150.21536 L 497.29941,145.10124 L 498.05593,141.68175 L 497.81384,141.43966 z "/>
<path id="INSEE-D78" title="Yvelines (78)" class="land departement idf departement78" d="M 296.88061,114.5376 L 296.82009,114.65865 L 291.52441,116.1717 L 290.76789,117.10979 L 291.73624,118.62284 L 291.73624,120.13589 L 293.43086,120.49903 L 292.4625,121.46738 L 292.55329,122.31469 L 292.67433,122.2239 L 294.55051,124.10009 L 295.12547,126.36967 L 296.63853,127.88272 L 295.882,129.97073 L 295.882,131.84691 L 297.21349,133.35996 L 295.882,135.62954 L 297.21349,138.86747 L 299.84619,140.74365 L 300.23959,142.83167 L 302.50917,143.1948 L 303.05386,147.37082 L 304.77874,149.45883 L 307.83511,150.03379 L 308.28902,147.03795 L 309.59025,145.55516 L 308.50085,143.8908 L 311.2546,143.8908 L 313.13079,141.31861 L 311.82956,139.0793 L 312.19269,137.05181 L 314.97671,135.75058 L 315.33984,133.69283 L 317.18576,132.96657 L 318.88038,132.21004 L 319.21325,132.42187 L 319.21325,132.21004 L 317.51864,130.3036 L 316.4595,127.4288 L 318.15412,123.73696 L 317.30681,120.95294 L 314.00836,118.95571 L 309.34816,118.74389 L 304.99057,115.95987 L 301.48029,116.59535 L 296.88061,114.5376 z "/>
<path id="INSEE-D92" title="Hauts-de-Seine (92)" class="land departement idf idfbig departement92" d="M 33.06716,18.295224 L 21.914986,24.269603 L 20.72011,24.468749 L 15.243596,36.417507 L 18.72865,45.876941 L 24.304737,52.150038 L 24.304737,52.847049 L 32.967587,58.921001 L 35.058619,57.825698 L 33.465452,54.838509 L 35.058619,50.158579 L 34.06289,48.465838 L 35.158192,44.582492 L 34.959046,44.582492 L 28.885094,41.495729 L 23.906445,40.101708 L 23.209434,37.911102 L 23.109861,36.019215 L 26.097051,32.633734 L 29.382959,32.434588 L 30.876554,30.443128 L 34.461182,28.849961 L 33.266306,25.962344 L 34.959046,25.663625 L 36.253495,22.875582 L 34.959046,20.884122 L 33.565025,20.585403 L 33.06716,18.295224 z "/>
 
<path id="dom-cadre" class="dom cadre" d="M 4.9513254,493.17701 L 275.37144,493.17701 L 275.37144,546.92063"/>
<text id="text2505" x="7.5722885" y="542.53876" class="txt departement971">
Guadeloupe
</text>
<text id="text2509" x="66.464882" y="542.53876" class="txt departement972">
Martinique
</text>
<text id="text2513" x="121.86009" y="542.38055" class="txt departement973">
Guyane
</text>
<text id="text2517" x="166.49937" y="542.53876" class="txt departement974">
La Réunion
</text>
<text id="text2521" x="225.19235" y="542.2619" class="txt mayotte">
Mayotte
</text>
<path id="INSEE-D974" title="La Reunion (974)" class="land departement dom departement974" d="M 188.55297,500.95998 L 186.22178,501.00453 L 185.37542,501.42029 L 184.41027,502.1627 L 184.23209,502.32604 L 183.56391,502.32604 L 182.15332,502.86058 L 181.54453,503.39513 L 179.59939,503.67724 L 179.42121,504.70178 L 178.88667,506.83995 C 178.88667,506.83995 178.14218,507.33673 177.92153,507.41904 C 177.70083,507.50133 176.46639,508.16146 176.46639,508.16146 L 176.24366,510.43326 L 176.7782,511.78446 L 178.23334,513.50688 L 178.93122,514.29384 L 179.49546,514.17506 L 179.15395,514.33839 L 179.19848,517.42685 L 180.65363,519.23835 L 182.15332,520.63411 L 184.79633,522.19319 L 184.97452,522.08925 L 184.76664,522.23774 L 187.89965,524.12348 L 190.31994,524.99954 L 192.9184,525.44498 L 194.99718,526.18741 L 196.31869,526.43983 C 196.31869,526.43983 198.35539,526.02408 198.62019,526.02408 C 198.88498,526.02408 200.99594,525.60832 200.99594,525.60832 L 203.16379,524.91044 L 204.61894,523.58893 L 204.48531,521.2429 L 204.75257,519.7729 L 205.33167,518.94139 L 206.29682,517.66443 L 206.78682,516.06081 L 206.65318,514.50172 L 205.62863,513.92263 L 204.30713,513.31385 L 203.69834,513.2693 L 202.71834,511.87356 C 202.49768,511.70902 201.30693,510.38658 201.21865,510.18084 C 201.13038,509.9751 200.34261,508.206 200.34261,508.206 L 200.07533,505.4442 L 198.57564,504.00391 L 196.80869,503.02391 C 196.80869,503.02392 195.39562,502.2039 195.13082,502.1627 C 194.86602,502.12161 192.53068,501.62816 192.35416,501.62816 C 192.17761,501.62816 190.45316,501.75039 190.40902,501.79149 L 190.18631,501.70241 L 188.55297,500.95998 z"/>
<path id="INSEE-D971" title="Guadeloupe (971)" class="land departement dom departement971" d="M 36.266401,501.65044 L 34.766711,502.0068 L 33.385815,503.22437 L 33.445212,505.95647 L 34.514286,506.13465 L 34.573683,507.82737 L 33.519446,508.64403 L 33.326418,509.98039 L 33.326418,510.21795 L 32.390975,511.19796 L 32.331578,511.37614 L 30.267652,511.25734 L 30.015227,510.2625 L 28.515537,509.40129 L 25.842827,508.00555 L 22.902844,508.00555 L 21.536797,510.09917 L 21.596194,513.1134 L 21.967401,514.34582 L 22.026798,514.56854 L 22.219826,516.89973 L 23.095872,521.20578 L 23.97193,523.47758 C 23.971941,523.47758 24.589525,524.06265 24.714356,524.35363 C 24.839187,524.64462 25.531017,525.5712 25.531017,525.5712 L 26.897064,525.74938 L 27.283121,525.03665 L 27.342518,525.1109 L 28.708565,525.1109 L 30.772491,523.35879 L 32.079153,521.56213 L 32.019756,517.37489 L 31.262492,515.16248 L 31.514917,513.35097 L 32.940361,513.06885 L 32.95521,513.06885 L 33.385815,513.58854 L 34.573683,513.87067 L 35.509137,514.22702 L 35.598221,514.18248 L 35.702166,514.524 L 37.513666,514.62793 L 40.631829,514.04884 L 42.383944,512.77188 L 45.44271,512.6531 L 48.056022,511.77704 L 46.43755,510.85644 L 46.244522,509.98039 L 44.180596,508.64403 L 40.260622,508.58463 L 39.072754,506.55041 L 39.072754,504.2786 L 38.256081,502.52649 L 36.266401,501.65044 z"/>
<path id="INSEE-D972" title="Martinique (972)" class="land departement dom departement972" d="M 81.074386,499.50485 C 81.074386,499.50485 77.462124,499.59268 77.02078,499.75727 C 76.579425,499.92185 74.808374,501.15302 74.808362,501.15302 L 74.541099,501.22726 L 73.486863,502.80119 L 73.843221,504.85026 L 76.931685,507.89419 L 76.397148,508.7257 L 76.397148,510.37387 L 77.718647,512.18537 L 81.965293,515.97172 L 85.751636,515.97172 L 86.107994,515.97172 L 87.162231,515.88262 L 87.34041,515.88262 L 87.162231,516.62505 L 87.162231,517.20413 L 88.409496,517.53079 L 88.929184,517.85746 C 88.929184,517.85746 88.755091,519.26 89.196458,519.3423 L 87.874947,519.41654 L 86.018898,518.8523 L 84.786483,518.59988 L 83.197709,519.25321 L 82.306802,520.3223 L 81.876197,521.55471 L 82.217718,522.80198 L 83.108613,524.03439 L 84.251945,524.68772 C 84.251945,524.68772 85.399376,524.36227 85.840719,524.19772 C 86.282074,524.03308 86.642543,523.29197 86.642531,523.29198 C 86.642531,523.29198 87.95494,523.21094 88.572825,523.12864 C 89.190711,523.04634 89.82009,523.87105 89.82009,523.87106 L 92.730376,524.27197 L 94.051887,525.01438 L 94.838849,524.94015 L 94.838849,524.10864 L 95.551577,523.70773 L 96.264298,524.10864 L 95.90794,525.10348 L 95.106124,525.84589 L 95.462482,527.31588 L 96.516723,527.89497 L 97.763988,527.82073 L 98.996404,526.82589 L 99.352762,525.51923 L 100.58518,524.19772 L 99.783366,522.54955 L 99.263678,521.06471 L 98.640046,519.08988 L 98.016413,517.69412 C 98.016413,517.69412 96.516711,516.2118 96.516723,515.88262 C 96.516723,515.55344 95.106124,514.81355 95.106124,514.81354 L 94.927944,513.49204 C 94.927944,513.49204 95.288378,513.09244 95.729761,512.92779 C 96.171069,512.7632 95.462482,512.02203 95.462482,512.02204 L 94.586424,512.18537 L 93.250075,512.51203 L 92.908555,512.09628 L 92.374017,511.51719 L 92.463101,510.77478 L 93.428254,510.95296 L 94.230066,510.0472 L 93.086734,509.14146 L 92.195838,508.88903 L 91.928564,508.39903 L 91.928564,508.39903 L 91.928564,507.81995 L 92.908555,507.40419 L 93.606433,507.98328 L 94.838849,508.47328 L 95.462482,507.73085 L 95.462482,506.91419 L 95.997024,506.26086 L 95.551577,505.75602 L 94.586424,505.35511 L 93.962791,505.91935 L 91.49796,506.17178 L 90.696148,506.75086 L 89.641911,506.4242 L 88.409496,504.44936 L 85.573457,501.64302 L 83.984671,500.98969 L 81.074386,499.50485 z"/>
<path id="INSEE-D973" title="Guyane (973)" class="land departement dom departement973" d="M 131.69165,498.79176 C 131.6152,498.79678 131.55755,498.82055 131.53104,498.8453 L 130.04994,500.71897 L 128.76512,502.20008 L 127.28402,503.68119 L 127.49816,507.6427 L 127.39108,511.30086 L 128.6759,513.08533 L 129.94286,515.35158 L 130.6745,516.74346 L 129.94286,517.6357 L 129.08634,520.00904 L 129.19339,523.27461 L 128.14055,525.14829 L 126.44532,526.54018 L 126.96281,527.12904 L 128.24763,527.91421 L 129.40753,528.61015 L 131.10278,528.11049 L 132.90508,527.02199 L 136.61676,526.93275 L 138.00865,527.91421 L 139.48976,528.02129 L 140.97086,528.32464 L 143.09438,526.6294 L 145.53909,522.38237 L 147.3414,518.72422 L 149.1437,516.04753 L 151.05309,513.58497 L 152.10592,511.69344 L 151.26722,510.01604 L 150.62481,507.6427 L 149.25078,507.14304 L 147.68045,506.07238 L 146.37778,504.87678 L 144.68255,503.78826 L 143.52265,503.39567 L 140.13215,501.02234 L 137.90158,500.21933 L 135.77807,499.93381 C 135.77807,499.93381 134.82734,499.54274 134.29697,499.34494 C 133.83284,499.17192 132.2268,498.75662 131.69165,498.79176 z"/>
<g id="mayotte" class="land mayotte" title="Mayotte" transform="translate(-7.6293945e-6,0)">
<path id="path5886" d="M 246.2712,526.59904 C 246.01634,526.59877 245.81851,526.62078 245.69538,526.87243 C 245.54574,527.17815 245.26524,526.85585 245.09184,526.80156 C 244.75766,526.69708 244.50998,526.86209 244.37416,527.17231 C 244.31913,527.29813 244.35067,527.40926 244.31457,527.53488 C 244.26538,527.70599 244.08856,527.66842 244.08064,527.50784 C 244.05259,526.93805 244.11654,526.33948 243.4561,526.17521 C 242.76707,526.00376 242.48644,526.3276 242.62313,526.98012 C 242.64655,527.09186 242.66823,527.20862 242.6538,527.3233 C 242.56146,527.32189 242.46349,527.34142 242.40497,527.41979 C 242.30593,527.5528 242.34022,527.7421 242.22977,527.87087 C 242.1173,528.00199 241.78466,528.16976 241.61187,528.18076 C 241.29513,528.20123 241.31178,527.67922 241.17958,527.48945 C 241.05101,527.30511 240.71669,527.18741 240.51732,527.3396 C 240.40016,527.42899 240.44532,527.68687 240.23227,527.60641 C 240.12443,527.38255 240.14966,527.0467 240.07282,526.79686 C 239.99445,526.5416 239.62296,526.43665 239.37621,526.43665 C 239.10692,526.43665 238.91654,527.14675 238.59512,527.32411 C 238.51218,527.37913 238.4244,526.82485 238.55049,526.70976 C 238.79817,526.48402 238.66678,526.33351 238.68853,525.97759 C 238.71047,525.61723 239.06558,524.56316 238.28852,524.77642 C 238.07385,524.8354 238.0362,525.06698 237.82738,525.13194 C 237.59627,525.2038 237.2794,525.29251 237.04379,525.19481 C 236.84617,525.11288 236.91818,524.86788 236.60802,524.91129 C 236.26766,524.9588 236.2633,524.78896 236.53669,524.63067 C 236.75719,524.50303 236.97515,524.38768 237.22451,524.32675 C 237.52534,524.25314 237.60345,524.01458 237.81764,523.82078 C 238.14928,523.52082 238.26697,522.80938 238.10981,522.3938 C 238.04157,522.21336 237.99366,521.96192 237.7647,521.93367 C 237.60244,521.91353 237.02527,522.52096 237.02527,521.99715 C 237.02527,521.65693 236.95119,521.69504 236.70613,521.51574 C 236.48012,521.35006 236.40959,521.04581 236.32839,520.79302 C 236.25934,520.57816 236.28712,520.228 236.08339,520.09145 C 235.92234,519.98341 235.58783,519.98005 235.64594,519.707 C 235.99039,519.66318 236.37497,519.60158 236.72176,519.60843 C 236.86033,519.61118 236.98004,519.6907 237.11855,519.70009 C 237.26598,519.71002 237.38005,519.64681 237.51863,519.61849 C 237.65599,519.59031 237.98561,519.81967 238.04399,519.93422 C 238.11525,520.0744 238.0615,520.24277 238.07465,520.39067 C 238.09405,520.60882 238.14652,520.81329 238.15739,521.03413 C 238.17162,521.32322 238.39414,521.45669 238.54499,521.67632 C 238.72604,521.94004 239.00747,521.90146 239.26737,522.02587 C 239.53606,522.15437 239.77018,522.26509 240.05833,522.34824 C 240.38338,522.44218 240.611,522.71765 240.96075,522.74114 C 241.15475,522.75422 241.49041,522.68691 241.63528,522.54063 C 241.7711,522.40353 242.09522,522.09056 242.09166,521.93803 C 242.08844,521.80107 242.103,521.6582 242.08784,521.52198 C 242.13428,521.41891 242.23896,521.51588 242.21211,521.34415 C 242.16172,521.02205 241.8317,520.83852 241.73574,520.5438 C 241.70387,520.44623 241.76567,520.33919 241.64448,520.27699 C 241.53926,520.22317 241.42927,520.2372 241.40337,520.08608 C 241.3464,519.75532 241.41156,519.7378 241.1416,519.54186 C 240.93217,519.38994 240.99692,519.10172 240.84915,518.91121 C 240.77366,518.81398 240.65912,518.83632 240.56457,518.77304 C 240.40056,518.66319 240.27649,518.50785 240.12228,518.38618 C 239.68892,518.04456 239.07324,517.806 238.96345,517.19166 C 238.92219,516.96075 238.90964,516.72475 238.60183,516.72374 C 238.30885,516.72267 237.96454,516.52518 237.7951,516.2877 C 237.70175,516.15684 237.403,516.03934 237.48527,515.82454 C 237.5246,515.7214 237.68894,515.73911 237.76705,515.68925 C 237.88388,515.61484 237.88253,515.5321 237.92709,515.41534 C 238.10384,514.95185 239.22724,515.15087 239.2671,514.89226 C 239.30387,514.65377 239.09404,514.63645 238.91702,514.60418 C 238.67235,514.55948 238.48963,514.39984 238.22148,514.37314 C 237.92716,514.34374 238.07928,514.01332 238.1839,513.85972 C 238.37803,513.57473 238.37891,513.21417 238.37891,512.88368 C 238.37891,512.3857 237.64773,512.07662 237.96172,511.46925 C 238.10304,511.19587 238.43017,511.41812 238.58297,511.2158 C 238.89615,510.80069 238.10962,510.96879 237.97319,510.95618 C 237.71652,510.93249 237.62498,510.59099 237.64901,510.38062 C 237.67726,510.13475 237.89314,510.03798 238.0097,509.8364 C 238.08767,509.70206 238.27664,509.265 238.21913,509.11751 C 238.10935,508.83587 237.99144,508.69126 237.72517,508.90271 C 237.20652,509.31352 236.88228,508.38292 236.40529,508.63784 C 236.15996,508.7691 235.911,508.71817 235.78089,508.44479 C 235.71325,508.30259 235.60662,508.32776 235.49737,508.24267 C 235.39813,508.16516 235.30357,508.02639 235.21439,507.93378 C 235.05166,507.76482 234.88169,507.60591 234.63709,507.5833 C 234.43323,507.56451 234.13253,507.86004 233.95269,507.76878 C 233.84573,507.71429 233.81848,507.56028 233.73789,507.48036 C 233.63019,507.3736 233.49336,507.36957 233.36392,507.31179 C 233.02618,507.16081 233.51738,506.76899 233.60891,506.66175 C 233.88753,506.33515 234.30023,505.99789 234.44738,505.62485 C 234.70889,504.96153 233.51007,505.26699 233.2593,505.11627 C 233.03812,504.98333 233.8374,504.36584 233.88431,504.16258 C 233.93914,503.9247 233.80922,503.66057 233.92639,503.43383 C 234.06838,503.1591 234.18581,503.30082 234.41806,503.35229 C 234.65763,503.40557 235.00382,503.42604 235.12991,503.17876 C 235.19849,503.04408 235.39081,502.6999 235.51428,502.61314 C 235.66392,502.50818 235.88973,502.22809 235.69969,502.03798 C 235.40564,501.74373 235.55381,501.79742 235.92791,501.74709 C 236.09527,501.72461 236.47562,501.76265 236.50199,501.53342 C 236.52407,501.34204 236.5022,500.88077 236.66707,500.75119 C 236.84711,500.60973 236.97984,500.44398 237.15968,500.30702 C 237.24209,500.24408 237.36576,500.19053 237.42139,500.09752 C 237.50474,499.95821 237.35294,499.74422 237.59573,499.71711 C 237.85415,499.68805 237.86972,499.80045 238.06687,499.54827 C 238.14041,499.45433 238.58975,498.98949 238.57284,499.35924 C 238.56445,499.5415 238.11377,499.68973 238.35844,499.87279 C 238.62451,500.07202 238.30489,500.10557 238.15632,500.14262 C 237.73202,500.24864 236.74095,500.62194 237.49809,501.03779 C 237.73397,501.16737 237.98185,501.22495 238.23738,501.27769 C 238.65585,501.36472 237.92769,501.62637 238.40333,501.71783 C 238.55432,501.74675 238.59948,501.70998 238.68215,501.83506 C 238.72275,501.89639 238.7814,502.03617 238.84461,502.07509 C 239.08558,502.22333 238.99137,502.42994 239.11236,502.65454 C 239.22073,502.85572 239.53055,503.00697 239.72294,503.11944 C 239.87057,503.20573 240.02881,503.28687 240.20495,503.28687 C 240.35426,503.287 240.56987,503.23513 240.6567,503.40309 C 240.74414,503.57179 239.89171,503.84893 240.16348,504.27565 C 240.30494,504.49777 240.58658,504.61077 240.69273,504.87006 C 240.78118,505.08641 240.63436,505.5403 240.95558,505.49897 C 241.07577,505.48353 241.2285,505.41455 241.34298,505.49527 C 241.43538,505.56057 241.44867,505.62056 241.58113,505.62593 C 241.8919,505.63861 241.89042,505.42857 242.15568,505.71021 C 242.74794,506.33898 243.06421,505.37865 243.51428,505.20471 C 243.80504,505.09238 243.83444,505.14754 244.02011,505.35597 C 244.12956,505.4789 244.2986,505.79906 244.51273,505.70571 C 244.79698,505.58171 245.01024,505.74853 245.26416,505.69874 C 245.55996,505.64082 245.67216,505.67901 245.92219,505.83925 C 246.10659,505.95716 246.43507,505.80074 246.65276,505.903 C 246.74308,505.94528 246.89433,505.94179 246.95862,506.03043 C 247.00083,506.08848 246.94902,506.17122 247.07525,506.17021 C 247.23167,506.16901 247.26697,505.95293 247.35118,506.21638 C 247.38071,506.30872 247.44674,506.32858 247.38587,506.40796 C 247.30159,506.51808 247.55525,506.7002 247.60705,506.76939 C 247.77562,506.99432 248.07,506.98063 248.33017,507.00426 C 248.53464,507.02278 248.73575,507.31763 248.82788,507.47909 C 248.90552,507.61531 249.01973,507.60866 249.10691,507.71496 C 249.22816,507.86245 249.41545,508.06826 249.4796,508.24965 C 249.64595,508.71891 248.62328,509.20367 249.01598,509.77882 C 249.15844,509.98853 249.33707,510.07153 249.36217,510.36243 C 249.39841,510.78211 248.98706,510.42598 248.82419,510.52268 C 248.46787,510.73392 247.74388,510.98879 247.66584,511.45543 C 247.589,511.91382 247.36668,511.87933 247.07793,512.14822 C 246.9097,512.30464 246.4954,512.49273 246.49909,512.77625 C 246.50345,513.11781 246.48553,513.19552 246.19577,513.39643 C 245.95232,513.56506 245.7702,513.55151 245.6525,513.84818 C 245.60814,513.96004 245.68981,514.02272 245.75725,514.0921 C 245.89186,514.23067 245.75436,514.24369 245.719,514.38038 C 245.6482,514.65135 245.51594,514.91615 245.69799,515.18349 C 245.77879,515.30227 245.79523,515.39319 245.84086,515.52565 C 245.87454,515.62443 245.79509,515.72133 245.86669,515.8036 C 245.94064,515.88889 246.01668,516.00297 246.10351,516.07464 C 246.18692,516.14322 246.38548,516.11611 246.43561,516.21703 C 246.58411,516.51605 246.43789,516.64281 246.84266,516.7028 C 246.98506,516.72394 247.50304,516.93592 247.12652,516.98498 C 247.03921,517.26856 247.24254,517.63079 247.54947,517.63126 C 247.64221,517.6314 247.74421,517.58348 247.83608,517.6167 C 247.97492,517.66689 247.70569,517.83539 247.6912,517.87572 C 247.5843,518.17387 247.68691,518.53777 247.43365,518.77029 C 247.20684,518.97859 246.87595,519.11783 246.60793,519.27364 C 246.39971,519.39457 246.13451,519.63258 246.00882,519.8437 C 245.87649,520.06588 246.02996,520.68713 246.0513,520.94844 C 246.06136,521.07238 246.53466,521.61781 245.98279,521.39133 C 245.51372,521.19887 245.29074,521.36147 245.09285,521.74926 C 244.96904,521.99117 244.64405,521.9485 244.42945,522.12471 C 244.24068,522.27966 244.3396,522.79073 244.43589,522.97929 C 244.6158,523.33179 244.50441,523.38648 244.11869,523.36534 C 243.74612,523.34487 243.64889,523.90848 243.75539,524.17758 C 243.88121,524.49518 244.22378,524.57175 244.24894,524.948 C 244.27156,525.28695 244.60392,525.4235 244.88234,525.55053 C 245.06352,525.63314 245.23672,525.68615 245.39864,525.80875 C 245.50406,525.88894 245.5917,526.02576 245.73,526.04476 C 245.89065,526.06663 246.07331,525.99597 246.21389,526.10227 C 246.44843,526.27969 246.2763,526.3527 246.3116,526.57877" i:knockout="Off"/>
<path id="path5890" d="M 253.92011,511.36202 C 253.89179,511.42416 253.77248,511.4047 253.71685,511.42195 C 253.56251,511.46959 253.4232,511.48489 253.31228,511.61366 C 253.26611,511.66728 253.25262,511.72506 253.23095,511.7876 C 253.1935,511.89563 253.13921,511.99569 253.09284,512.09742 C 253.03594,512.2221 253.08224,512.39885 252.96146,512.49307 C 252.90421,512.53789 252.84114,512.53561 252.76813,512.54333 C 252.65653,512.55527 252.64949,512.56796 252.57654,512.48253 C 252.51709,512.41274 252.48615,512.3904 252.47971,512.29538 C 252.47374,512.20848 252.47958,512.11882 252.47971,512.03159 C 252.47978,511.94791 252.48944,511.90107 252.42381,511.84396 C 252.36208,511.79021 252.28732,511.75291 252.22102,511.70204 C 252.16123,511.65601 252.08245,511.60467 252.03736,511.54407 C 251.98495,511.47355 251.96797,511.37658 251.92717,511.30076 C 251.82692,511.11461 251.78149,510.9557 251.58642,510.87571 C 251.50213,510.84109 251.44416,510.77432 251.36423,510.73305 C 251.25519,510.67682 251.15413,510.64407 251.05844,510.56509 C 250.89329,510.42927 250.72546,510.28667 250.75861,510.04677 C 250.92872,509.96491 250.99207,510.11213 251.12487,510.17977 C 251.25076,510.24379 251.37094,510.30969 251.48542,510.38813 C 251.6301,510.48718 251.76652,510.51188 251.79028,510.30754 C 251.79967,510.22655 251.77659,510.15977 251.76954,510.08381 C 251.76599,510.04577 251.78021,509.99745 251.77062,509.96108 C 251.76109,509.92545 251.72868,509.90646 251.71324,509.87646 C 251.68781,509.82727 251.66117,509.73239 251.66768,509.67804 C 251.67862,509.5865 251.78652,509.58181 251.85161,509.53101 C 251.91415,509.48209 251.94952,509.40881 251.99783,509.35345 C 252.05178,509.29138 252.12728,509.23897 252.19686,509.19562 C 252.2692,509.15073 252.35181,509.14509 252.41831,509.0902 C 252.49085,509.03014 252.53829,508.9837 252.6064,508.90546 C 252.64875,508.85708 252.70592,508.82044 252.74846,508.76991 C 252.81147,508.69529 252.84235,508.60752 252.89099,508.52719 C 252.93643,508.45217 253.01527,508.33104 253.09291,508.2826 C 253.22296,508.2014 253.28013,508.32172 253.33637,508.41519 C 253.36395,508.46096 253.40206,508.50149 253.42823,508.54545 C 253.48695,508.64416 253.49715,508.68562 253.61586,508.68381 C 253.76302,508.68167 253.8367,508.75441 253.86381,508.88667 C 253.89038,509.01665 253.88461,509.14073 253.89944,509.27272 C 253.90602,509.3307 253.93406,509.37848 253.96581,509.43062 C 254.01419,509.50994 254.00996,509.54805 254.02057,509.63844 C 254.03351,509.74809 254.05694,509.87525 254.118,509.96612 C 254.15833,510.02604 254.21846,510.03436 254.25992,510.08891 C 254.29844,510.13965 254.29039,510.21883 254.28227,510.28372 C 254.06331,510.27687 253.9601,510.50147 253.96071,510.69245 C 253.96145,510.9196 254.05298,511.12018 254.01801,511.3584 C 253.98225,511.37564 253.94198,511.39195 253.89978,511.38229" i:knockout="Off"/>
</g>
 
<path id="corse-cadre" class="corse cadre" d="M 516.72142,543.99287 L 516.72142,468.56568 L 551.77498,431.31769 L 581.57051,431.31769"/>
 
<path id="idfbig-cadre" class="idfbig cadre" d="M 4.2701863,83.695652 C 83.695652,83.695652 83.695652,83.695652 83.695652,83.695652 L 83.695652,3.416149"/>
<text id="idfbig-text" class="idfbig txt" x="11.724806" y="76.211243">
Île-de-France
</text>
<path id="INSEE-D94-zoom" title="Val-de-Marne (94)" class="land departement idf idfsmall departement94" d="M 327.16282,127.37489 L 326.38985,127.9992 L 325.61689,128.11812 L 325.55743,128.53433 L 325.40879,128.92082 L 325.79526,128.92082 L 326.00337,128.74244 L 325.91418,128.44515 L 327.10335,128.38569 L 327.40066,128.50461 L 327.40066,129.12892 L 327.10335,129.75324 L 325.37905,129.51541 L 325.11148,129.27757 L 324.30878,129.84244 L 323.53581,130.05054 L 322.43583,129.99108 L 322.1088,131.15053 L 322.40611,131.65594 L 321.93043,133.05322 L 322.40611,133.94511 L 323.23852,133.52889 L 325.2304,134.62889 L 328.67902,134.62889 L 330.73036,135.58022 L 330.70064,135.37213 L 332.15738,131.71539 L 332.15738,130.05054 L 331.23576,129.81271 L 330.99792,129.36676 L 330.61144,129.18838 L 329.77902,128.26677 L 328.32226,127.43434 L 327.16282,127.37489 z"/>
<path id="INSEE-D93-zoom" title="Seine-Saint-Denis" class="land departement idf idfsmall departement93" d="M 331.29522,119.31819 L 329.54117,120.56682 L 326.80606,121.81547 L 321.81151,122.14249 L 321.96016,122.82627 L 322.37637,122.91546 L 322.76285,123.51004 L 322.37637,124.34247 L 321.87096,124.43166 L 322.22772,125.29381 L 324.63582,125.26409 L 325.40879,126.45327 L 325.55743,128.11812 L 326.38985,127.9992 L 327.16282,127.37489 L 328.32226,127.43434 L 329.77902,128.26677 L 330.61144,129.18838 L 330.99792,129.36676 L 331.23576,129.81271 L 332.15738,130.05054 L 332.15738,127.34515 L 331.05739,120.80467 L 331.29522,119.31819 z"/>
<path id="INSEE-D75-zoom" title="Paris (75)" class="land departement idf idfsmall departement75 " d="M 324.63582,125.26409 L 322.22772,125.29381 L 321.15746,125.76949 L 320.71152,126.36408 L 319.73044,126.42353 L 318.83856,127.43434 L 318.86828,127.9992 L 319.07639,128.65325 L 320.56287,129.06946 L 322.37637,129.99108 L 323.53581,130.05054 L 324.30878,129.84244 L 325.11148,129.27757 L 325.37905,129.51541 L 327.10335,129.75324 L 327.40066,129.12892 L 327.40066,128.50461 L 327.10335,128.38569 L 325.91418,128.44515 L 326.00337,128.74244 L 325.79526,128.92082 L 325.40879,128.92082 L 325.55743,128.53433 L 325.61689,128.11812 L 325.55743,128.11812 L 325.40879,126.45327 L 324.63582,125.26409 z"/>
<path id="INSEE-D92-zoom" title="Hauts-de-Seine (92)" class="land departement idf idfsmall departement92" d="M 321.81151,122.14249 L 318.48181,123.92626 L 318.12505,123.98572 L 316.48993,127.55326 L 317.53045,130.37757 L 319.19531,132.25053 L 319.19531,132.45863 L 321.78178,134.27213 L 322.40611,133.94511 L 321.93043,133.05322 L 322.40611,131.65594 L 322.1088,131.15053 L 322.43583,129.99108 L 322.37637,129.99108 L 320.56287,129.06946 L 319.07639,128.65325 L 318.86828,127.9992 L 318.83856,127.43434 L 319.73044,126.42353 L 320.71152,126.36408 L 321.15746,125.76949 L 322.22772,125.29381 L 321.87096,124.43166 L 322.37637,124.34247 L 322.76285,123.51004 L 322.37637,122.91546 L 321.96016,122.82627 L 321.81151,122.14249 z"/>
<text id="titre-texte" x="295" y="522" class="txt titre" xml:space="preserve">
<tspan id="titre-taxon" x="285" y="525"></tspan>
<tspan id="titre-msg" x="285" y="540">Carte en cours d'élaboration.</tspan>
</text>
<!--<g id="couche-num-dep" desc="Numéros des départements" transform="translate(45,-7)">
<text x="500" y="522.46307">2a</text>
<text x="505" y="490">2b</text>
<text x="340.05017" y="165.48323">10</text>
<text x="275.93124" y="462.3653">11</text>
<text x="285.49982" y="394.9285">12</text>
<text x="385.47107" y="432.74658">13</text>
<text x="169.59084" y="119.59122">14</text>
<text x="286.01541" y="347.34229">15</text>
<text x="184.93521" y="313.28046">16</text>
<text x="149.35028" y="305.01443">17</text>
<text x="278.17551" y="236.72379">18</text>
<text x="255.70399" y="333.50601">19</text>
<text x="366.62848" y="215.44362">21</text>
<text x="77.443314" y="154.65916">22</text>
<text x="259.49942" y="291.12961">23</text>
<text x="208.14978" y="347.36383">24</text>
<text x="426.4913" y="226.924">25</text>
<text x="387.52527" y="370.61215">26</text>
<text x="218.36873" y="123.45922">27</text>
<text x="236.24745" y="163.9295">28</text>
<text x="32.752422" y="159.80573">29</text>
<text x="350.10199" y="411.25201">30</text>
<text x="226.46878" y="444.25089">31</text>
<text x="193.67938" y="427.59033">32</text>
<text x="155.21661" y="363.45023">33</text>
<text x="313.85724" y="433.47208">34</text>
<text x="121.07767" y="170.81239">35</text>
<text x="242.11922" y="253.26028">36</text>
<text x="208.55455" y="225.61589">37</text>
<text x="400.02567" y="336.1355">38</text>
<text x="403.70837" y="252.62927">39</text>
<text x="141.87534" y="410.00177">40</text>
<text x="236.533" y="206.03616">41</text>
<text x="344.24771" y="313.84027">42</text>
<text x="330.82129" y="347.94345">43</text>
<text x="115.84439" y="216.11394">44</text>
<text x="270.39145" y="187.10056">45</text>
<text x="242.91499" y="374.47601">46</text>
<text x="194.812" y="389.22894">47</text>
<text x="318.72366" y="379.78024">48</text>
<text x="160.44055" y="215.16055">49</text>
<text x="135.04189" y="118.67933">50</text>
<text x="343.89667" y="126.01338">51</text>
<text x="381.26428" y="173.22806">52</text>
<text x="156.85811" y="172.43538">53</text>
<text x="415.3656" y="143.31583">54</text>
<text x="387.02689" y="126.03261">55</text>
<text x="74.415573" y="184.25244">56</text>
<text x="430.32043" y="121.86172">57</text>
<text x="318.98431" y="235.73589">58</text>
<text x="309.578" y="51.367298">59</text>
<text x="273.19901" y="104.4">60</text>
<text x="188.631" y="143.62782">61</text>
<text x="270.05676" y="43.54641">62</text>
<text x="301.97977" y="312.34189">63</text>
<text x="144.4501" y="452.05734">64</text>
<text x="181.70399" y="463.116">65</text>
<text x="280.77542" y="489.75699">66</text>
<text x="468.83728" y="138.92934">67</text>
<text x="458.48599" y="183.41901">68</text>
<text x="361.61499" y="303.90601">69</text>
<text x="389.52344" y="289.11728">01</text>
<text x="317.71494" y="91.464127">02</text>
<text x="304.79639" y="273.39404">03</text>
<text x="429.73807" y="403.08469">04</text>
<text x="431.49451" y="370.41684">05</text>
<text x="468.04169" y="408.98822">06</text>
<text x="355.52588" y="367.6001">07</text>
<text x="355.23471" y="94.337006">08</text>
<text x="235.62527" y="471.0025">09</text>
<text x="415.52142" y="198.70544">70</text>
<text x="358.86234" y="258.45761">71</text>
<text x="191.15994" y="181.91512">72</text>
<text x="436.55295" y="321.66956">73</text>
<text x="429.935" y="291.53601">74</text>
<text x="224.36623" y="87.776649">76</text>
<text x="295.07571" y="147.75082">77</text>
<text x="253.75279" y="137.74051">78</text>
<text x="167.42421" y="262.80984">79</text>
<text x="271.19772" y="74.197655">80</text>
<text x="264.30704" y="423.10611">81</text>
<text x="228.1265" y="405.17361">82</text>
<text x="433.41739" y="437.59961">83</text>
<text x="385.51199" y="408.30801">84</text>
<text x="130.51228" y="257.07504">85</text>
<text x="199.62645" y="265.11456">86</text>
<text x="228.26965" y="303.53333">87</text>
<text x="424.64432" y="167.36722">88</text>
<text x="320.9649" y="194.08562">89</text>
<text x="447.48077" y="200.24228">90</text>
<text x="268.57501" y="155.17101">91</text>
<text x="260.90515" y="121.41072">95</text>
</g>-->
</svg>
/branches/refact/services/presentations/images/cartes/europe_01.svg
New file
0,0 → 1,24
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" id="svg2443" sodipodi:version="0.32" inkscape:version="0.48.0 r9654" width="700.20001" height="544.77948" xml:space="preserve" sodipodi:docname="Europe_polar_stereographic_Caucasus_Urals_boundary.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" version="1.0"><metadata id="metadata2448"><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="defs2446"><linearGradient id="linearGradient6576"><stop id="stop6578" offset="0" style="stop-color:#ffffff;stop-opacity:0.87029289"/><stop style="stop-color:#ffffff;stop-opacity:0.84313725;" offset="0.24846628" id="stop6580"/><stop id="stop6582" offset="0.35889572" style="stop-color:#ffffff;stop-opacity:0.80784314;"/><stop style="stop-color:#ffffff;stop-opacity:0.77254902;" offset="0.45398772" id="stop6584"/><stop id="stop6586" offset="0.5398773" style="stop-color:#ffffff;stop-opacity:0.69803922;"/><stop style="stop-color:#ffffff;stop-opacity:0.5372549;" offset="0.67177916" id="stop6588"/><stop id="stop6590" offset="1" style="stop-color:#ffffff;stop-opacity:0;"/></linearGradient><linearGradient id="linearGradient6554"><stop style="stop-color:#ffffff;stop-opacity:0.84313726;" offset="0" id="stop6556"/><stop id="stop6562" offset="0.19938652" style="stop-color:#ffffff;stop-opacity:0.84313725;"/><stop style="stop-color:#ffffff;stop-opacity:0.80784314;" offset="0.29754603" id="stop6566"/><stop id="stop6568" offset="0.40797544" style="stop-color:#ffffff;stop-opacity:0.77254902;"/><stop style="stop-color:#ffffff;stop-opacity:0.69803922;" offset="0.5398773" id="stop6570"/><stop id="stop6572" offset="0.67177916" style="stop-color:#ffffff;stop-opacity:0.5372549;"/><stop style="stop-color:#ffffff;stop-opacity:0;" offset="1" id="stop6558"/></linearGradient><linearGradient id="linearGradient30254"><stop id="stop30256" offset="0" style="stop-color:#ffffff;stop-opacity:0.70588237;"/><stop style="stop-color:#ffffff;stop-opacity:0.49803922;" offset="0.06936417" id="stop30278"/><stop style="stop-color:#ffffff;stop-opacity:0.42352942;" offset="0.18829629" id="stop30258"/><stop style="stop-color:#ffffff;stop-opacity:0.23137255;" offset="0.4757762" id="stop30260"/><stop id="stop30280" offset="0.52215797" style="stop-color:#ffffff;stop-opacity:0.21176471;"/><stop style="stop-color:#ffffff;stop-opacity:0.13333334;" offset="0.63416964" id="stop30262"/><stop id="stop30264" offset="0.72393781" style="stop-color:#d8d8d8;stop-opacity:0.10980392;"/><stop style="stop-color:#bfbfbf;stop-opacity:0.09411765;" offset="0.82466286" id="stop30268"/><stop id="stop30266" offset="1" style="stop-color:#000000;stop-opacity:0;"/></linearGradient><linearGradient id="linearGradient26900"><stop style="stop-color:#ffffff;stop-opacity:0.52816904;" offset="0" id="stop26902"/><stop id="stop30218" offset="0.31546393" style="stop-color:#ffffff;stop-opacity:0.42352942;"/><stop id="stop30216" offset="0.55670106" style="stop-color:#ffffff;stop-opacity:0.23137255;"/><stop id="stop30214" offset="0.85154641" style="stop-color:#ffffff;stop-opacity:0.13333334;"/><stop style="stop-color:#d8d8d8;stop-opacity:0.10980392;" offset="0.87422681" id="stop30234"/><stop style="stop-color:#000000;stop-opacity:0;" offset="1" id="stop26904"/></linearGradient><radialGradient inkscape:collect="always" xlink:href="#linearGradient26900" id="radialGradient26906" cx="388" cy="-49.22052" fx="388" fy="-49.22052" r="665" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0,0.9586396,-1,0,338.77949,-421.17269)"/><linearGradient id="linearGradient26892"><stop style="stop-color:#000000;stop-opacity:1;" offset="0" id="stop26894"/><stop style="stop-color:#000000;stop-opacity:0;" offset="1" id="stop26896"/></linearGradient><inkscape:perspective sodipodi:type="inkscape:persp3d" inkscape:vp_x="0 : 526.18109 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_z="744.09448 : 526.18109 : 1" inkscape:persp3d-origin="372.04724 : 350.78739 : 1" id="perspective2450"/><inkscape:perspective id="perspective67867" inkscape:persp3d-origin="372.04724 : 350.78739 : 1" inkscape:vp_z="744.09448 : 526.18109 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 526.18109 : 1" sodipodi:type="inkscape:persp3d"/><inkscape:perspective id="perspective76559" inkscape:persp3d-origin="372.04724 : 350.78739 : 1" inkscape:vp_z="744.09448 : 526.18109 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 526.18109 : 1" sodipodi:type="inkscape:persp3d"/>
 
 
 
 
 
 
 
 
 
 
 
 
 
<inkscape:perspective id="perspective76809" inkscape:persp3d-origin="227.08525 : 149.90885 : 1" inkscape:vp_z="454.1705 : 224.86328 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 224.86328 : 1" sodipodi:type="inkscape:persp3d"/><inkscape:perspective id="perspective26882" inkscape:persp3d-origin="372.04724 : 350.78739 : 1" inkscape:vp_z="744.09448 : 526.18109 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 526.18109 : 1" sodipodi:type="inkscape:persp3d"/><radialGradient inkscape:collect="always" xlink:href="#linearGradient30254" id="radialGradient30252" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-2.1313608e-8,1.0258432,-1,-2.0776672e-8,338.7795,-447.24769)" cx="388" cy="-49.22052" fx="388" fy="-49.22052" r="665"/><radialGradient inkscape:collect="always" xlink:href="#linearGradient6554" id="radialGradient6560" cx="132" cy="198.77948" fx="132" fy="198.77948" r="326" gradientUnits="userSpaceOnUse"/><radialGradient inkscape:collect="always" xlink:href="#linearGradient6576" id="radialGradient6574" gradientUnits="userSpaceOnUse" cx="132" cy="198.77948" fx="132" fy="198.77948" r="326"/></defs><sodipodi:namedview inkscape:window-height="750" inkscape:window-width="1280" inkscape:pageshadow="2" inkscape:pageopacity="0.0" guidetolerance="10.0" gridtolerance="10.0" objecttolerance="10.0" borderopacity="1.0" bordercolor="#666666" pagecolor="#ffffff" id="base" showgrid="false" inkscape:zoom="8.0032384" inkscape:cx="643.4648" inkscape:cy="156.76913" inkscape:window-x="132" inkscape:window-y="0" inkscape:current-layer="g2452" showguides="true" inkscape:guide-bbox="true" inkscape:window-maximized="0"/><g id="g2452" inkscape:groupmode="layer" inkscape:label="Europe raw" transform="matrix(1.25,0,0,-1.25,52.773157,551.17946)">
 
 
<g id="g2862" transform="translate(264,285.84)"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path2864"/></g><g id="g2870" transform="translate(261.6,285.6)"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path2872"/></g><g id="g2942" transform="translate(272.4,277.2)"><path d="M 0,0 L 0,-0.24 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path2944"/></g><g id="g3006" transform="translate(272.64,277.44)"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3008"/></g><g id="g3046" transform="translate(272.4,265.92)"><path d="M 0,0 L 0,-0.24 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3048"/></g><g id="g3050" transform="translate(272.64,265.92)"><path d="M 0,0 L -0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3052"/></g><g id="g3162" transform="translate(290.4,259.92)"><path d="M 0,0 L 0,-0.24 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3164"/></g><g id="g3256" transform="translate(294.24,233.76)"><path d="M 0,0 L -0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3258"/></g><g id="g3276" transform="translate(292.8,233.76)"><path d="M 0,0 L 0,0.24 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3278"/></g><g id="g3802" transform="translate(316.08,285.6)"><path d="M 0,0 L -0.72,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3804"/></g><g id="g3870" transform="translate(252.48,284.88)"><path d="M 0,0 L -0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3872"/></g><g id="g3882" transform="translate(254.64,285.12)"><path d="M 0,0 L -0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3884"/></g><g id="g3970" transform="translate(233.52,283.2)"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3972"/></g><g id="g4510" transform="translate(281.76,216.96)"><path d="M 0,0 L 0,-0.24 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path4512"/></g><g id="g6006" transform="translate(317.28,224.88)"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path6008"/></g><g id="g6018" transform="translate(308.16,213.12)"><path d="M 0,0 L -0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path6020"/></g><g id="g6394" transform="translate(322.56,238.8)"><path d="M 0,0 L -0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path6396"/></g><g id="g6826" transform="translate(204.96,285.84)"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path6828"/></g><g id="g7010" transform="translate(233.52,283.2)"><path d="M 0,0 L 0,-0.24 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path7012"/></g><g id="g7218" transform="translate(237.84,266.16)"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path7220"/></g><g id="g7650" transform="translate(274.56,206.16)"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path7652"/></g><g id="g7898" transform="translate(280.8,205.2)"><path d="M 0,0 L 0,0.24 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path7900"/></g><g id="g7916" transform="translate(279.36,189.36)"><path d="M 0,0 L 0,0.48 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path7918"/></g><g id="g8188" transform="translate(301.68,206.16)"><path d="M 0,0 L -0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path8190"/></g><g id="g8584" transform="translate(370.08,230.4)"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path8586"/></g><g id="g8904" transform="translate(205.2,285.84)"><path d="M 0,0 L -0.24,0 L 0,0" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path8906"/></g><g id="g8908" transform="translate(189.84,279.36)"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path8910"/></g><g id="g8956" transform="translate(200.4,288)"><path d="M 0,0 L -0.96,0 L 0,0" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path8958"/></g><g id="g9072" transform="translate(200.4,288)"><path d="M 0,0 L -0.96,0 L 0,0" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path9074"/></g><g id="g9504" transform="translate(205.44,280.8)"><path d="M 0,0 L 0,-0.24 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path9506"/></g><g id="g9932" transform="translate(181.44,251.52)"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path9934"/></g><g id="g9992" transform="translate(216.48,246)"><path d="M 0,0 L -0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path9994"/></g><g id="g9996" transform="translate(216.24,246.24)"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path9998"/></g><g id="g10024" transform="translate(242.64,190.56)"><path d="M 0,0 L -0.48,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path10026"/></g><g id="g10664" transform="translate(313.68,146.16)"><path d="M 0,0 L -0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path10666"/></g><g id="g10848" transform="translate(354.48,192.96)"><path d="M 0,0 L -0.24,0 L 0,0" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path10850"/></g><g id="g10988" transform="translate(377.52,174.96)"><path d="M 0,0 L 0,0.24 L 0,0" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path10990"/></g><g id="g10992" transform="translate(376.56,174.24)"><path d="M 0,0 L 0,0.24 L 0,0" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path10994"/></g><g id="g11028" transform="translate(354.48,192.96)"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path11030"/></g><g id="g11368" transform="translate(397.92,264)"><path d="M 0,0 L 0,-0.24 L 0,0" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path11370"/></g><g id="g12232" transform="translate(300.72,143.76)"><path d="M 0,0 L 0,-0.48 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path12234"/></g><g id="g12248" transform="translate(288.96,143.76)"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path12250"/></g><g id="g12748" transform="translate(351.6,151.68)"><path d="M 0,0 L 0,-0.24 L 0,0" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path12750"/></g><g id="g13024" transform="translate(448.56,245.04)"><path d="M 0,0 L -0.24,0 L 0,0" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path13026"/></g><g id="g13572" transform="translate(121.68,288)"/><g id="g13764" transform="translate(386.16,139.2)"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path13766"/></g><path id="path2472" style="fill:#90b2d6;fill-opacity:1;fill-rule:nonzero;stroke:none" d="M -360.74313,479.8661 L -360.74313,460.31141 L -360.04474,456.81951 L -360.04474,443.55026 L -359.34636,440.05835 L -359.34636,433.77291 L -358.64798,430.281 L -358.64798,427.48748 L -357.9496,423.99557 L -357.9496,417.71014 L -357.25122,414.21823 L -357.25122,410.72632 L -356.55284,407.93279 L -355.85445,404.44088 L -355.85445,400.94898 L -355.15607,398.15545 L -355.15607,394.66354 L -354.45769,391.17163 L -353.75931,388.37811 L -353.75931,384.8862 L -353.06093,381.39429 L -352.36255,378.60076 L -351.66416,375.10886 L -351.66416,371.61695 L -350.96578,368.82342 L -349.56902,361.83961 L -348.87064,359.04608 L -347.47387,352.06226 L -346.77549,349.26874 L -346.07711,345.77683 L -345.37873,342.9833 L -343.98197,335.99949 L -343.28358,333.20596 C -337.27459,305.23869 -327.47106,278.34808 -318.14185,251.49531 L -316.74508,248.70178 L -315.34832,245.20988 L -312.55479,239.62282 L -311.85641,236.13092 L -309.06289,230.54386 C -301.29339,213.6052 -293.87018,196.39591 -284.61953,180.26039 L -283.22277,176.76848 L -281.12762,173.97495 C -274.72579,161.36625 -266.54017,149.85751 -259.47779,137.65911 L -257.38265,134.86558 L -255.98588,132.07205 L -251.79559,126.485 L -250.39883,123.69148 L -246.20854,118.10442 L -244.81178,116.00928 L -238.52634,107.6287 L -237.12958,104.83517 L -235.03443,102.74003 L -228.749,94.359447 L -226.65385,92.264302 L -222.46357,86.677249 L -220.36842,84.582105 L -216.17813,78.995052 L -214.08299,76.899907 L -209.8927,71.312854 L -207.79755,69.217709 L -205.70241,66.424183 L -203.60726,64.329038 L -201.51212,61.535511 L -199.41697,59.440366 L -197.32183,56.64684 L -194.5283,54.551695 L -192.43316,51.758169 L -190.33801,49.663024 L -188.24287,46.869497 L -186.14772,44.774352 L -183.35419,42.679208 L -181.25905,39.885681 L -179.16391,37.790536 L -176.37038,35.695391 L -174.27523,32.901865 L -172.18009,30.80672 L -169.38656,28.711575 L -167.29142,25.918049 C -158.9283,18.852755 -151.5691,10.946493 -142.84806,4.2682187 L -140.75292,2.1730739 L -135.16586,-2.0172158 L -133.07072,-4.1123607 L -127.48367,-8.3026504 L -125.38852,-10.397795 L -119.80147,-14.588085 L -117.70632,-16.68323 L -109.32574,-22.968664 L -107.2306,-25.063809 L -104.43707,-26.460572 L -96.056493,-32.746007 L -93.961348,-34.14277 L -88.374295,-38.33306 L -85.580768,-39.729823 L -79.993716,-43.920113 L -77.200189,-45.316876 L -74.406663,-47.412021 L -71.613136,-48.808784 L -68.81961,-50.903929 L -66.026083,-52.300692 L -63.232557,-54.395837 L -60.43903,-55.7926 L -57.645504,-57.887745 L -54.851977,-59.284508 L -52.058451,-61.379653 L -46.471398,-64.17318 L -43.677872,-66.268325 L -38.090819,-69.061851 L -35.297292,-71.156996 L -31.805384,-72.553759 L -26.218331,-75.347286 L -23.424805,-77.44243 L -17.837752,-80.235957 L -14.345844,-81.63272 L -5.9652643,-85.82301 L -2.4733562,-87.219773 L 5.9072232,-91.410063 L 9.3991313,-92.806826 L 14.986184,-95.600352 L 18.478092,-96.997116 L 24.065145,-99.790642 L 27.557053,-100.48902 L 33.144106,-103.28255 L 36.636014,-104.67931 L 39.429541,-106.07608 C 66.282314,-115.40529 93.172916,-125.20882 121.14019,-131.21781 L 123.93372,-131.9162 L 130.91753,-133.31296 L 133.71106,-134.01134 L 137.20297,-134.70972 L 139.99649,-135.4081 L 146.98031,-136.80487 L 149.77384,-137.50325 L 156.75765,-138.90001 L 159.55118,-139.59839 L 163.04309,-139.59839 L 166.53499,-140.29678 L 169.32852,-140.99516 L 172.82043,-141.69354 L 176.31234,-141.69354 L 179.10586,-142.39192 L 182.59777,-143.0903 L 186.08968,-143.0903 L 188.88321,-143.78868 L 192.37511,-143.78868 L 195.86702,-144.48707 L 198.66055,-145.18545 L 202.15246,-145.18545 L 205.64437,-145.88383 L 211.9298,-145.88383 L 215.42171,-146.58221 L 218.21523,-146.58221 L 221.70714,-147.28059 L 227.99258,-147.28059 L 231.48449,-147.97897 L 244.75374,-147.97897 L 248.24564,-148.67736 L 287.35501,-148.67736 L 290.84692,-147.97897 L 304.11617,-147.97897 L 307.60808,-147.28059 L 313.89352,-147.28059 L 317.38542,-146.58221 L 320.17895,-146.58221 L 323.67086,-145.88383 L 329.95629,-145.88383 L 333.4482,-145.18545 L 336.94011,-145.18545 L 339.73364,-144.48707 L 343.22554,-143.78868 L 346.71745,-143.78868 L 349.51098,-143.0903 L 353.00289,-143.0903 L 356.49479,-142.39192 C 370.49444,-140.29096 384.529,-138.14925 398.39769,-134.70972 L 401.8896,-134.01134 L 404.68313,-133.31296 L 411.66694,-131.9162 L 414.46047,-131.21781 L 417.95238,-130.51943 L 420.7459,-129.82105 L 424.23781,-129.12267 L 427.03134,-128.42429 L 430.52325,-127.02753 L 433.31677,-126.32914 L 440.30059,-124.93238 L 443.09411,-123.53562 L 446.58602,-122.83724 L 449.37955,-122.13885 L 452.87146,-120.74209 L 455.66498,-120.04371 L 459.15689,-118.64695 L 461.95042,-117.94856 L 465.44233,-116.5518 L 468.23585,-115.85342 L 471.72776,-114.45666 L 474.52129,-113.75827 L 477.31481,-112.36151 L 480.80672,-111.66313 L 483.60025,-110.26637 L 487.09216,-109.56798 L 489.88568,-108.17122 L 493.37759,-106.77446 L 496.17112,-106.07608 L 498.96464,-104.67931 L 502.45655,-103.28255 L 508.04361,-100.48902 L 511.53551,-99.790642 L 517.12257,-96.997116 L 520.61447,-95.600352 L 526.20153,-92.806826 L 529.69344,-91.410063 L 538.07401,-87.219773 L 541.56592,-85.82301 L 549.9465,-81.63272 L 553.43841,-80.235957 L 559.02546,-77.44243 L 561.81899,-75.347286 L 567.40604,-72.553759 L 570.89795,-71.156996 C 582.93921,-63.605745 595.48971,-56.872182 607.21379,-48.808784 L 610.00732,-47.412021 L 612.80085,-45.316876 L 615.59437,-43.920113 L 621.18143,-39.729823 L 623.97495,-38.33306 L 629.56201,-34.14277 L 631.65715,-32.746007 L 640.03773,-26.460572 L 642.83126,-25.063809 L 644.9264,-22.968664 L 653.30698,-16.68323 L 655.40213,-14.588085 L 660.98918,-10.397795 L 663.08432,-8.3026504 L 668.67138,-4.1123607 L 670.76652,-2.0172158 L 676.35357,2.1730739 L 678.44872,4.2682187 L 681.24225,6.3633636 L 683.33739,8.4585084 L 686.13092,10.553653 L 688.22606,12.648798 L 691.01959,14.743943 L 693.11473,17.537469 L 695.90826,19.632614 L 698.0034,21.727759 L 700.79693,23.822904 L 702.89208,25.918049 L 704.98722,28.711575 L 707.78075,30.80672 L 709.87589,32.901865 L 711.97104,35.695391 L 714.76456,37.790536 L 716.85971,39.885681 L 718.95485,42.679208 L 721.74838,44.774352 L 723.84352,46.869497 L 725.93867,49.663024 L 728.03381,51.758169 L 730.12896,54.551695 L 732.92249,56.64684 L 735.01763,59.440366 L 737.11278,61.535511 L 739.20792,64.329038 L 741.30306,66.424183 L 743.39821,69.217709 L 745.49335,71.312854 C 757.65101,86.915863 770.92899,101.56733 781.8092,118.10442 L 785.99949,123.69148 L 787.39625,126.485 L 791.58654,132.07205 L 792.9833,134.86558 C 799.17562,144.52653 806.54937,155.56096 811.83961,165.59437 L 813.93475,168.3879 L 816.72828,173.97495 L 818.82342,176.76848 L 820.22019,180.26039 L 823.01371,185.84744 L 825.10886,188.64097 L 827.90239,194.22802 L 829.29915,197.71993 L 833.48944,206.10051 L 834.8862,209.59241 L 839.07649,217.97299 L 840.47325,221.4649 L 843.26678,227.05195 L 844.66354,230.54386 L 847.45707,236.13092 L 848.15545,239.62282 L 850.94898,245.20988 L 852.34574,248.70178 L 853.74251,251.49531 L 854.44089,254.28884 L 855.83765,257.78075 L 857.23441,260.57427 L 857.93279,264.06618 L 859.32956,266.85971 L 860.02794,270.35161 L 861.4247,273.14514 L 862.12308,275.93867 L 863.51985,279.43058 L 864.21823,282.2241 L 865.61499,285.71601 L 866.31337,288.50954 C 870.99253,301.06586 874.03049,313.99756 877.48748,326.92053 L 878.18586,329.71405 L 878.88424,333.20596 L 879.58262,335.99949 L 880.97939,342.9833 L 881.67777,345.77683 L 882.37615,349.26874 L 883.07453,352.06226 L 884.4713,359.04608 L 885.16968,361.83961 L 886.56644,368.82342 L 887.26482,371.61695 L 887.26482,375.10886 L 887.9632,378.60076 L 888.66159,381.39429 L 889.35997,384.8862 L 889.35997,388.37811 L 890.05835,391.17163 L 890.75673,394.66354 L 890.75673,398.15545 L 891.45511,400.94898 L 891.45511,404.44088 L 892.15349,407.93279 L 892.85188,410.72632 L 892.85188,414.21823 L 893.55026,417.71014 L 893.55026,423.99557 L 894.24864,427.48748 L 894.24864,430.281 L 894.94702,433.77291 L 894.94702,440.05835 L 895.6454,443.55026 L 895.6454,456.81951 L 896.34378,460.31141 L 896.34378,479.8661 L 267.80033,479.8661"/><path style="fill:#d2d0c5;fill-opacity:1;fill-rule:nonzero;stroke:none" d="M -360.74313,479.86612 L -360.74313,478.48391 L -360.01565,477.75642 L -360.01565,472.15482 L -357.9787,470.77261 L -357.25122,471.50009 L -357.25122,472.8823 L -353.75931,477.10169 L -353.03183,479.13864 L -353.03183,479.86612 L -360.74313,479.86612 z M -325.82405,479.86612 L -326.55153,479.13864 L -327.93374,478.48391 L -326.55153,478.48391 L -325.09657,479.86612 L -325.82405,479.86612 z M -161.70437,479.86612 L -161.70437,479.13864 L -158.93994,477.10169 L -159.59467,477.75642 L -158.21246,477.10169 L -158.21246,477.75642 L -157.48498,475.64673 L -157.48498,476.37421 L -156.83025,474.992 L -156.10277,475.64673 L -156.10277,474.992 L -155.44803,474.992 L -154.72055,473.60978 L -151.95612,473.60978 L -151.22864,472.8823 L -148.46422,472.8823 L -147.73674,472.15482 L -147.00926,474.992 L -145.91803,474.26452 L -147.00926,474.26452 L -146.35452,472.8823 L -145.62704,470.77261 L -146.35452,472.15482 L -143.51735,463.13406 L -142.86261,461.6791 L -142.13513,463.13406 L -142.13513,466.62597 L -142.86261,466.62597 L -142.13513,468.66291 L -143.51735,468.66291 L -142.86261,470.11788 L -143.51735,470.11788 L -143.51735,470.77261 L -144.24483,470.77261 L -144.24483,471.50009 L -143.51735,471.50009 L -141.4804,470.11788 L -140.02544,467.2807 L -140.75292,466.62597 L -139.37071,465.17101 L -139.37071,462.40658 L -138.64323,459.64215 L -137.98849,458.91467 L -138.64323,458.91467 L -137.98849,457.53246 L -138.64323,457.53246 L -137.26101,455.42276 L -137.98849,454.69528 L -134.49658,454.69528 L -134.49658,454.33154 L -135.15132,454.04055 L -134.49658,453.31307 L -134.49658,452.65834 L -135.8788,452.65834 L -136.53353,451.93085 L -136.53353,451.20337 L -135.15132,451.20337 L -135.8788,450.54864 L -133.7691,449.82116 L -134.49658,449.16643 L -135.8788,449.16643 L -135.15132,447.71147 L -134.49658,444.94704 L -134.49658,444.21956 L -133.04162,444.21956 L -132.38689,444.94704 L -131.00468,445.67452 L -133.04162,444.94704 L -134.49658,447.05673 L -133.04162,448.43895 L -132.38689,448.43895 L -131.65941,449.82116 L -131.00468,449.82116 L -131.65941,449.16643 L -129.54971,450.54864 L -128.89498,451.20337 L -129.54971,451.93085 L -128.1675,452.65834 L -128.89498,451.93085 L -128.1675,451.93085 L -126.78529,451.20337 L -125.40307,449.82116 L -125.40307,450.54864 L -124.02086,451.20337 L -119.07399,449.82116 L -117.69178,448.43895 L -117.03704,448.43895 L -117.03704,447.71147 L -115.58208,447.71147 L -114.19987,446.32925 L -114.92735,446.32925 L -113.54514,445.67452 L -115.58208,445.67452 L -114.92735,444.94704 L -113.1814,445.52902 L -111.43544,444.94704 L -113.54514,444.94704 L -112.81766,444.21956 L -114.19987,443.56482 L -112.09017,443.56482 L -114.19987,442.83734 L -111.43544,442.83734 L -112.81766,442.18261 L -111.43544,441.45513 L -112.81766,441.45513 L -111.43544,440.07292 L -111.43544,440.72765 L -108.59827,440.07292 L -107.94353,440.07292 L -107.94353,439.34544 L -105.83384,439.34544 L -106.56132,438.6907 L -109.32575,439.34544 L -108.59827,438.6907 L -109.32575,437.23574 L -107.21605,437.23574 L -107.21605,436.58101 L -107.94353,436.58101 L -107.21605,435.85353 L -106.56132,435.85353 L -107.21605,435.1988 L -105.83384,435.85353 L -108.59827,433.74383 L -106.56132,433.74383 L -107.21605,433.0891 L -105.83384,433.0891 L -105.83384,432.36162 L -106.56132,432.36162 L -105.83384,431.70689 L -105.83384,430.97941 L -105.10636,430.97941 L -105.10636,430.25193 L -104.45163,430.25193 L -105.10636,428.86971 L -103.06941,427.4875 L -102.34193,428.21498 L -103.06941,428.86971 L -101.61445,428.86971 L -102.34193,427.4875 L -100.66873,428.72422 L -99.577504,428.21498 L -100.23224,427.4875 L -100.95972,427.4875 L -99.577504,424.72307 L -100.23224,424.72307 L -98.122542,422.61338 L -98.122542,421.23116 L -93.248421,415.62956 L -93.975902,414.90208 L -91.138726,413.51987 L -92.593688,413.51987 L -91.866207,413.01063 L -93.248421,413.51987 L -95.358115,415.62956 L -96.085596,415.62956 L -96.085596,414.24735 L -95.358115,412.79239 L -93.975902,405.15384 L -96.740329,410.02796 L -98.122542,409.30048 L -97.46781,410.75544 L -97.46781,411.41017 L -96.085596,411.41017 L -95.358115,412.79239 L -96.085596,412.13765 L -96.740329,412.13765 L -98.122542,414.90208 L -102.34193,419.7762 L -103.06941,419.12147 L -102.34193,418.39399 L -103.72414,419.12147 L -103.72414,419.7762 L -106.56132,421.23116 L -108.59827,421.8859 L -111.43544,421.23116 L -110.70796,420.50368 L -111.43544,420.50368 L -112.09017,419.7762 L -110.70796,419.7762 L -112.81766,418.39399 L -112.09017,418.39399 L -113.54514,417.73925 L -112.81766,417.01177 L -114.19987,415.62956 L -112.81766,416.28429 L -112.81766,414.90208 L -111.43544,415.62956 L -111.43544,414.90208 L -110.70796,414.90208 L -111.43544,413.51987 L -110.05323,413.51987 L -110.70796,412.79239 L -109.32575,412.79239 L -110.05323,412.13765 L -108.59827,412.13765 L -107.94353,411.41017 L -107.21605,411.41017 L -107.21605,410.75544 L -106.56132,411.41017 L -106.56132,410.75544 L -105.10636,410.02796 L -104.45163,410.75544 L -105.10636,409.30048 L -104.45163,410.02796 L -103.72414,409.30048 L -103.72414,410.02796 L -102.34193,410.02796 L -102.34193,409.30048 L -103.06941,408.64574 L -102.34193,407.91826 L -101.61445,408.64574 L -100.95972,407.26353 L -102.34193,407.26353 L -102.34193,406.53605 L -103.06941,405.15384 L -101.61445,404.42636 L -100.23224,405.80857 L -100.95972,404.42636 L -100.23224,404.42636 L -100.23224,403.77162 L -99.577504,403.77162 L -100.23224,403.04414 L -99.577504,403.04414 L -99.577504,402.31666 L -98.850023,402.31666 L -99.577504,401.66193 L -98.850023,400.27971 L -98.122542,400.93445 L -98.122542,399.55223 L -97.46781,399.55223 L -98.122542,398.82475 L -96.740329,399.55223 L -97.46781,398.82475 L -96.085596,397.44254 L -96.085596,396.06033 L -95.358115,396.06033 L -95.358115,395.33284 L -94.630634,396.06033 L -94.630634,395.33284 L -93.975902,395.33284 L -93.975902,393.95063 L -92.593688,395.33284 L -93.248421,393.95063 L -92.593688,391.84094 L -92.593688,392.56842 L -91.866207,392.56842 L -92.593688,391.1862 L -91.138726,390.45872 L -91.138726,393.2959 L -89.756513,391.84094 L -89.247276,392.56842 L -88.374299,392.56842 L -89.10178,391.84094 L -87.646818,390.45872 L -86.992085,390.45872 L -86.992085,391.1862 L -87.646818,392.56842 L -86.264605,391.1862 L -85.609872,391.84094 L -84.882391,390.45872 L -84.15491,390.45872 L -84.882391,391.84094 L -84.15491,391.1862 L -83.500177,389.80399 L -81.390483,389.07651 L -82.772697,389.80399 L -78.626056,389.07651 L -76.516361,389.80399 L -76.516361,391.1862 L -75.134148,390.45872 L -75.134148,391.84094 L -85.609872,395.33284 L -88.374299,393.95063 L -89.10178,394.67811 L -89.10178,396.78781 L -89.756513,396.78781 L -87.646818,397.44254 L -90.483994,400.27971 L -89.756513,404.42636 L -90.483994,404.42636 L -91.138726,405.15384 L -90.483994,406.53605 L -89.756513,405.15384 L -90.483994,407.26353 L -89.756513,406.53605 L -89.756513,407.26353 L -90.483994,408.64574 L -89.10178,409.30048 L -89.10178,411.41017 L -87.646818,409.30048 L -87.646818,411.41017 L -86.992085,412.79239 L -87.646818,414.24735 L -86.264605,414.90208 L -86.482849,415.12032 L -84.882391,415.62956 L -85.609872,414.90208 L -83.500177,416.28429 L -84.15491,417.01177 L -83.500177,417.01177 L -82.772697,417.73925 L -80.663002,417.01177 L -81.390483,419.7762 L -80.663002,419.7762 L -81.390483,421.23116 L -78.626056,418.39399 L -78.626056,419.12147 L -77.898575,418.39399 L -76.516361,418.39399 L -75.134148,417.73925 L -75.134148,418.39399 L -73.679186,418.39399 L -74.406667,419.7762 L -73.679186,419.7762 L -74.406667,420.50368 L -76.516361,423.26811 L -75.788881,423.26811 L -74.406667,424.72307 L -74.406667,426.10528 L -73.679186,428.21498 L -73.024453,428.21498 L -74.406667,430.25193 L -73.024453,428.86971 L -73.024453,428.21498 L -73.024453,426.76002 L -71.64224,425.3778 L -73.024453,422.61338 L -72.296972,421.23116 L -70.187278,419.12147 L -68.805064,418.39399 L -68.150332,416.28429 L -66.040637,416.28429 L -63.930943,418.39399 L -64.658424,416.28429 L -63.930943,416.28429 L -62.548729,419.12147 L -61.821248,423.99559 L -63.203462,428.21498 L -69.532545,439.34544 L -72.296972,442.83734 L -76.516361,447.05673 L -78.626056,447.05673 L -81.390483,449.16643 L -85.609872,451.93085 L -87.646818,456.15024 L -84.882391,453.31307 L -81.390483,452.65834 L -81.390483,450.54864 L -79.280789,450.54864 L -78.626056,449.82116 L -78.626056,449.16643 L -75.134148,447.71147 L -73.679186,446.32925 L -70.914759,445.67452 L -70.914759,444.94704 L -68.805064,444.94704 L -67.422851,442.18261 L -67.422851,442.83734 L -66.040637,442.18261 L -65.313156,441.45513 L -66.040637,441.45513 L -65.313156,440.07292 L -64.658424,440.72765 L -64.658424,440.07292 L -63.930943,440.07292 L -63.203462,435.85353 L -58.32934,435.1988 L -56.947127,433.74383 L -56.219646,433.0891 L -54.837432,432.36162 L -54.837432,431.70689 L -54.182699,431.70689 L -54.837432,430.97941 L -54.182699,429.59719 L -53.455219,428.86971 L -52.727738,422.61338 L -51.345524,420.50368 L -52.073005,418.39399 L -50.690791,417.01177 L -51.345524,414.24735 L -49.963311,410.75544 L -49.23583,405.80857 L -49.963311,405.15384 L -50.690791,405.15384 L -49.23583,403.04414 L -48.581097,401.66193 L -47.853616,400.93445 L -48.581097,400.93445 L -47.853616,400.27971 L -48.581097,400.27971 L -47.853616,398.82475 L -46.471403,396.78781 L -47.198883,396.78781 L -46.471403,395.33284 L -45.743922,394.67811 L -45.089189,395.33284 L -42.979494,393.2959 L -42.252014,393.2959 L -41.597281,392.56842 L -40.8698,392.56842 L -40.8698,391.1862 L -38.760106,391.84094 L -38.105373,391.84094 L -38.760106,391.1862 L -38.105373,391.1862 L -36.723159,389.80399 L -36.723159,390.45872 L -35.995678,391.1862 L -35.995678,390.45872 L -35.995678,389.07651 L -34.613465,389.07651 L -35.268198,388.34903 L -33.885984,387.6943 L -34.613465,387.6943 L -33.231251,386.31208 L -31.776289,384.20239 L -32.50377,383.47491 L -31.776289,382.09269 L -31.121557,382.82017 L -31.121557,382.09269 L -30.394076,381.36521 L -29.739343,381.36521 L -27.629649,379.32827 L -25.519954,378.60079 L -24.792473,379.32827 L -24.792473,377.8733 L -24.137741,377.8733 L -23.41026,378.60079 L -22.755527,378.60079 L -22.028046,381.36521 L -22.028046,377.8733 L -21.300565,378.60079 L -21.300565,383.47491 L -20.645833,380.71048 L -19.918352,380.71048 L -18.536138,382.09269 L -19.263619,380.71048 L -18.536138,381.36521 L -17.808657,380.71048 L -16.426444,381.36521 L -15.771711,381.36521 L -15.771711,380.71048 L -15.04423,381.36521 L -14.316749,381.36521 L -14.316749,382.09269 L -13.662016,382.09269 L -14.316749,382.82017 L -12.934536,383.47491 L -12.279803,383.47491 L -12.934536,386.96682 L -11.552322,385.5846 L -11.552322,386.31208 L -12.279803,386.96682 L -12.279803,387.6943 L -12.934536,389.07651 L -15.771711,389.07651 L -15.771711,389.80399 L -14.316749,389.80399 L -15.04423,391.1862 L -12.934536,389.07651 L -12.279803,389.07651 L -11.552322,390.45872 L -10.824841,389.80399 L -9.4426276,391.84094 L -10.170108,396.06033 L -11.552322,396.78781 L -11.552322,395.33284 L -13.662016,398.17002 L -16.426444,398.82475 L -16.426444,400.27971 L -17.808657,400.93445 L -18.536138,402.31666 L -18.536138,401.66193 L -19.918352,403.04414 L -21.300565,403.77162 L -20.645833,403.77162 L -20.645833,405.15384 L -19.263619,403.77162 L -17.153924,403.77162 L -17.153924,404.42636 L -16.426444,403.77162 L -16.426444,403.04414 L -15.771711,403.04414 L -15.771711,400.93445 L -13.662016,398.82475 L -12.934536,398.82475 L -13.662016,399.55223 L -12.934536,399.55223 L -12.279803,397.44254 L -10.824841,396.78781 L -13.662016,400.93445 L -13.662016,402.31666 L -10.170108,396.06033 L -8.7878948,396.06033 L -8.060414,393.2959 L -7.3329331,392.56842 L -7.3329331,393.95063 L -6.6782003,392.56842 L -5.9507195,392.56842 L -5.9507195,397.44254 L -5.9507195,398.17002 L -6.6782003,398.17002 L -5.9507195,399.55223 L -6.6782003,400.27971 L -5.9507195,400.27971 L -6.6782003,400.93445 L -5.9507195,400.93445 L -5.9507195,401.66193 L -5.2959867,400.93445 L -4.5685059,401.66193 L -3.8410251,401.66193 L -3.8410251,402.31666 L -3.1862923,403.04414 L -5.2959867,403.77162 L -8.4969025,405.59032 L -8.4241544,405.66307 L -4.5685059,403.77162 L -4.5685059,404.42636 L -3.8410251,404.42636 L -5.2959867,405.15384 L -5.2959867,406.39055 L -5.2232387,406.39055 L -5.1504906,406.39055 L -4.5685059,405.80857 L -3.1862923,405.80857 L -4.5685059,406.53605 L -7.3329331,407.91826 L -4.5685059,407.26353 L -5.9507195,407.91826 L -4.5685059,407.91826 L -7.3329331,410.02796 L -5.2959867,408.64574 L -5.9507195,410.02796 L -4.5685059,408.64574 L -3.1862923,408.64574 L -3.1862923,407.91826 L -2.4588115,409.30048 L -1.8040787,409.30048 L -2.4588115,410.02796 L -0.34911701,409.30048 L -0.34911701,410.75544 L -1.8040787,412.13765 L -0.34911701,411.41017 L -0.34911701,413.51987 L 0.30561575,414.24735 L -0.34911701,414.90208 L -0.34911701,417.01177 L 0.30561575,414.90208 L 1.0330966,414.90208 L 1.6878294,415.62956 L 2.4153102,414.90208 L 1.6878294,417.01177 L 1.6878294,419.12147 L 2.4153102,416.28429 L 2.4153102,418.39399 L 3.142791,417.73925 L 3.142791,418.39399 L 3.142791,419.12147 L 4.5250046,417.73925 L 4.5250046,418.39399 L 5.1797374,421.8859 L 5.1797374,419.12147 L 6.6346991,419.12147 L 6.6346991,418.39399 L 8.0169127,417.73925 L 5.1797374,417.73925 L 5.9072182,417.01177 L 5.1797374,416.28429 L 6.6346991,416.28429 L 6.6346991,417.01177 L 8.0169127,417.01177 L 9.3991263,417.01177 L 10.126607,417.73925 L 9.3991263,419.12147 L 9.3991263,420.50368 L 10.126607,420.50368 L 10.126607,419.7762 L 10.78134,420.50368 L 11.508821,419.7762 L 11.508821,420.50368 L 10.78134,422.61338 L 11.508821,423.26811 L 11.508821,422.61338 L 12.163554,421.8859 L 12.527294,421.23116 L 12.163554,421.23116 L 11.508821,420.50368 L 12.891034,419.7762 L 12.891034,420.50368 L 14.273248,421.8859 L 14.273248,421.23116 L 15.655462,421.23116 L 15.000729,421.8859 L 15.655462,422.61338 L 15.000729,423.26811 L 14.273248,423.26811 L 15.364469,423.85009 L 15.655462,423.26811 L 16.382942,423.26811 L 16.382942,423.99559 L 17.110423,423.99559 L 16.382942,424.72307 L 17.110423,424.72307 L 16.382942,426.10528 L 15.000729,426.76002 L 15.655462,427.4875 L 16.382942,426.76002 L 17.110423,424.72307 L 17.546912,425.15956 L 17.765156,424.72307 L 18.492637,425.3778 L 19.87485,425.3778 L 17.765156,427.4875 L 19.14737,427.4875 L 18.492637,428.21498 L 18.492637,429.59719 L 19.14737,428.86971 L 19.14737,427.4875 L 21.257064,426.76002 L 20.602331,427.4875 L 21.984545,426.76002 L 22.639278,428.21498 L 21.984545,428.21498 L 21.984545,428.86971 L 22.639278,428.21498 L 23.366758,428.86971 L 23.366758,429.59719 L 24.094239,428.86971 L 23.803247,430.03368 L 24.748972,429.59719 L 24.748972,430.25193 L 25.476453,430.25193 L 24.748972,430.97941 L 26.131186,430.97941 L 24.748972,431.70689 L 26.131186,431.70689 L 25.476453,433.0891 L 26.858667,431.70689 L 27.586147,433.0891 L 26.858667,433.74383 L 28.24088,433.0891 L 28.24088,433.74383 L 28.968361,433.0891 L 28.968361,433.74383 L 29.623094,433.74383 L 28.968361,434.47131 L 29.623094,434.47131 L 30.13233,434.98055 L 29.623094,435.85353 L 30.350575,435.1988 L 31.732788,435.85353 L 32.460269,435.85353 L 33.115002,437.96322 L 32.460269,437.23574 L 32.460269,437.96322 L 30.350575,437.96322 L 30.350575,438.6907 L 28.968361,437.96322 L 29.623094,438.6907 L 28.968361,438.6907 L 28.24088,437.96322 L 28.968361,439.34544 L 27.586147,440.07292 L 25.476453,438.6907 L 24.748972,437.96322 L 25.476453,439.34544 L 23.366758,437.96322 L 24.748972,439.34544 L 22.639278,438.6907 L 21.984545,437.96322 L 21.984545,439.34544 L 20.602331,437.96322 L 21.257064,440.07292 L 20.602331,440.72765 L 19.87485,439.34544 L 19.87485,440.07292 L 19.14737,440.07292 L 19.87485,440.72765 L 19.14737,440.72765 L 17.765156,439.34544 L 17.765156,440.07292 L 19.87485,442.18261 L 16.382942,442.83734 L 16.382942,443.56482 L 15.655462,443.56482 L 16.382942,444.21956 L 15.000729,444.94704 L 14.273248,446.32925 L 11.508821,447.05673 L 15.655462,447.71147 L 14.273248,447.71147 L 13.618515,447.71147 L 12.163554,449.16643 L 14.273248,447.71147 L 16.382942,449.16643 L 15.655462,449.82116 L 14.273248,449.82116 L 17.765156,450.54864 L 18.492637,451.93085 L 18.492637,454.69528 L 17.110423,456.15024 L 15.655462,456.80498 L 16.382942,456.80498 L 16.382942,457.53246 L 17.110423,457.53246 L 17.110423,458.18719 L 16.382942,458.18719 L 17.110423,458.91467 L 17.110423,458.18719 L 17.765156,457.53246 L 17.765156,456.80498 L 19.14737,457.53246 L 18.492637,456.80498 L 17.765156,456.80498 L 17.765156,456.15024 L 18.492637,455.42276 L 19.87485,456.15024 L 19.14737,455.42276 L 19.87485,455.42276 L 20.602331,456.15024 L 21.257064,456.15024 L 21.257064,454.69528 L 21.984545,454.69528 L 21.984545,457.53246 L 22.639278,456.80498 L 23.366758,457.53246 L 24.748972,456.15024 L 24.748972,457.53246 L 26.131186,456.80498 L 26.858667,457.53246 L 26.858667,458.91467 L 26.858667,461.6791 L 27.586147,462.40658 L 27.586147,458.91467 L 27.586147,458.18719 L 28.24088,458.18719 L 28.24088,457.53246 L 29.623094,457.53246 L 29.623094,458.18719 L 30.350575,457.53246 L 31.732788,458.18719 L 32.460269,457.53246 L 33.115002,458.18719 L 34.569963,456.80498 L 36.60691,457.53246 L 35.952177,458.18719 L 35.224696,458.18719 L 33.842483,458.91467 L 34.569963,459.64215 L 34.569963,460.29688 L 36.60691,460.29688 L 36.60691,461.02437 L 35.952177,461.02437 L 35.952177,462.40658 L 35.224696,462.40658 L 36.60691,463.78879 L 35.952177,465.17101 L 37.334391,465.17101 L 36.60691,465.89849 L 37.334391,465.89849 L 37.334391,467.2807 L 38.061872,466.62597 L 38.716604,467.2807 L 39.444085,466.62597 L 39.444085,467.2807 L 40.098818,465.89849 L 40.826299,468.00818 L 40.098818,468.00818 L 40.098818,468.66291 L 40.826299,468.00818 L 41.55378,469.39039 L 41.55378,468.66291 L 42.208512,468.66291 L 42.935993,470.11788 L 41.55378,470.11788 L 42.208512,470.77261 L 42.935993,470.11788 L 44.318207,470.77261 L 44.318207,471.50009 L 45.70042,472.8823 L 46.427901,474.26452 L 47.082634,474.992 L 45.045688,477.10169 L 45.045688,478.48391 L 44.318207,477.75642 L 45.045688,479.86612 L 31.732788,479.86612 L 32.460269,479.13864 L 31.078055,477.10169 L 31.732788,475.64673 L 31.078055,474.992 L 33.115002,474.26452 L 33.115002,473.60978 L 31.078055,474.26452 L 31.078055,473.60978 L 30.350575,473.60978 L 30.350575,472.8823 L 29.623094,473.60978 L 31.078055,474.26452 L 31.078055,474.992 L 31.078055,477.10169 L 31.078055,477.75642 L 31.732788,479.86612 L 26.131186,479.86612 L 3.142791,479.86612 L 3.142791,479.13864 L 3.7975238,478.48391 L 4.5250046,479.13864 L 4.5250046,478.48391 L 3.7975238,477.75642 L 3.142791,479.13864 L 2.4153102,477.10169 L 2.4153102,479.86612 L -47.198883,479.86612 L -47.853616,479.13864 L -48.581097,479.13864 L -48.581097,479.86612 L -55.564913,479.86612 L -54.837432,479.13864 L -56.219646,479.86612 L -55.564913,479.13864 L -55.564913,478.48391 L -57.674607,479.86612 L -59.711554,479.86612 L -60.439035,479.86612 L -59.711554,479.13864 L -61.166516,478.48391 L -60.439035,479.13864 L -61.166516,479.86612 L -65.313156,479.86612 L -65.313156,477.75642 L -66.69537,479.13864 L -66.040637,479.13864 L -66.040637,479.86612 L -71.64224,479.86612 L -71.64224,479.13864 L -70.914759,479.13864 L -70.187278,477.10169 L -70.914759,477.10169 L -73.024453,477.75642 L -72.296972,477.10169 L -73.024453,477.10169 L -72.296972,476.37421 L -73.024453,476.37421 L -73.679186,475.64673 L -73.679186,474.992 L -74.406667,475.64673 L -73.679186,474.26452 L -74.406667,474.26452 L -74.406667,474.992 L -75.134148,475.64673 L -73.024453,477.10169 L -73.679186,477.10169 L -74.406667,477.75642 L -73.679186,478.48391 L -74.406667,478.48391 L -72.296972,479.13864 L -73.679186,479.13864 L -73.679186,479.86612 L -99.577504,479.86612 L -98.850023,477.75642 L -100.23224,473.60978 L -98.122542,471.50009 L -98.122542,470.11788 L -93.975902,468.00818 L -92.593688,465.17101 L -89.10178,460.29688 L -88.374299,456.80498 L -89.756513,458.91467 L -89.10178,460.29688 L -94.630634,466.62597 L -95.358115,468.00818 L -98.122542,470.11788 L -98.850023,471.50009 L -100.95972,473.60978 L -100.95972,471.50009 L -104.45163,476.37421 L -105.83384,479.86612 L -151.95612,479.86612 L -158.93994,479.86612 L -159.59467,479.13864 L -161.70437,479.86612 z M -100.95972,473.60978 L -98.850023,477.75642 L -99.577504,479.13864 L -99.577504,479.86612 L -105.10636,479.86612 L -104.45163,477.10169 L -102.34193,474.26452 L -101.61445,472.8823 L -100.95972,473.60978 z M 19.14737,455.42276 L 18.492637,455.42276 L 19.87485,454.04055 L 20.602331,454.69528 L 19.14737,455.42276 z M 21.984545,439.34544 L 22.639278,438.6907 L 23.366758,439.34544 L 22.639278,439.34544 L 23.366758,440.07292 L 21.984545,439.34544 z M 30.350575,435.1988 L 30.13233,434.98055 L 30.350575,434.47131 L 30.350575,435.1988 z M 5.1797374,417.73925 L 5.9072182,418.39399 L 5.1797374,419.12147 L 5.1797374,417.73925 z M 1.0330966,414.90208 L 1.0330966,413.51987 L 1.6878294,413.51987 L 1.6878294,414.24735 L 2.4153102,414.24735 L 1.0330966,414.90208 z M -5.9507195,397.44254 L -5.2959867,395.33284 L -5.2959867,396.06033 L -4.5685059,396.06033 L -5.2959867,397.44254 L -5.9507195,397.44254 z M -19.918352,380.71048 L -19.918352,379.32827 L -19.263619,379.32827 L -19.918352,380.71048 z M -84.882391,390.45872 L -85.609872,389.80399 L -83.500177,388.34903 L -86.264605,389.80399 L -87.646818,389.80399 L -87.646818,390.45872 L -88.374299,389.07651 L -86.992085,387.6943 L -85.609872,385.5846 L -84.882391,386.31208 L -84.15491,385.5846 L -83.500177,384.20239 L -83.500177,384.85712 L -82.772697,385.5846 L -81.390483,384.85712 L -81.390483,386.31208 L -81.390483,386.96682 L -82.772697,387.6943 L -81.390483,387.6943 L -80.663002,388.34903 L -83.718422,389.58575 L -81.390483,388.34903 L -82.117964,388.34903 L -83.718422,389.58575 L -83.863918,389.65849 L -84.882391,390.45872 z M -89.10178,391.84094 L -89.756513,390.45872 L -88.374299,390.45872 L -89.10178,391.84094 z M -103.72414,419.7762 L -103.06941,419.7762 L -105.10636,421.8859 L -106.56132,421.8859 L -104.45163,420.50368 L -103.72414,419.7762 z M -107.21605,435.1988 L -108.59827,436.58101 L -109.32575,435.85353 L -109.32575,435.1988 L -108.59827,435.56254 L -108.59827,434.47131 L -107.21605,435.1988 z M 63.159961,479.86612 L 63.159961,477.75642 L 63.887441,478.48391 L 64.542174,477.75642 L 65.997136,479.86612 L 63.159961,479.86612 z M 65.997136,479.86612 L 65.997136,478.48391 L 64.542174,477.75642 L 65.269655,477.75642 L 64.542174,477.10169 L 65.997136,477.10169 L 65.997136,476.37421 L 64.542174,476.37421 L 64.542174,475.64673 L 65.269655,474.992 L 64.542174,474.992 L 63.887441,474.992 L 62.505228,474.992 L 63.887441,474.26452 L 64.542174,473.60978 L 63.159961,474.26452 L 63.159961,473.60978 L 61.777747,474.26452 L 62.505228,473.60978 L 61.050266,472.8823 L 61.050266,472.15482 L 60.395533,472.15482 L 59.668053,471.50009 L 60.395533,470.77261 L 59.01332,471.50009 L 59.01332,470.77261 L 58.285839,470.11788 L 56.903625,470.11788 L 58.285839,469.39039 L 57.558358,468.66291 L 59.01332,468.66291 L 56.903625,467.2807 L 56.903625,466.62597 L 56.176145,466.62597 L 56.903625,465.89849 L 56.176145,465.89849 L 56.176145,466.62597 L 55.521412,467.2807 L 55.521412,468.00818 L 54.793931,467.2807 L 54.793931,468.00818 L 54.06645,468.00818 L 52.684237,467.2807 L 52.684237,466.62597 L 53.411717,465.89849 L 52.029504,466.62597 L 52.029504,465.17101 L 52.684237,465.17101 L 52.684237,464.88001 L 52.029504,465.17101 L 52.684237,463.78879 L 51.302023,464.51627 L 52.029504,463.78879 L 51.302023,463.78879 L 51.302023,463.13406 L 49.919809,461.6791 L 50.574542,461.02437 L 51.302023,460.29688 L 50.574542,460.29688 L 49.919809,459.64215 L 50.574542,459.64215 L 50.574542,458.18719 L 49.919809,458.91467 L 48.537596,458.18719 L 49.919809,457.53246 L 47.810115,457.53246 L 47.082634,456.15024 L 47.082634,455.42276 L 47.810115,455.42276 L 46.427901,454.69528 L 46.427901,453.31307 L 47.082634,451.93085 L 46.427901,451.93085 L 46.427901,449.82116 L 45.70042,448.43895 L 45.70042,447.71147 L 44.318207,445.67452 L 45.045688,444.21956 L 45.70042,444.94704 L 47.082634,445.67452 L 46.427901,444.94704 L 47.082634,444.94704 L 47.810115,444.21956 L 47.810115,445.67452 L 48.537596,445.67452 L 48.537596,446.32925 L 47.810115,446.32925 L 48.537596,447.05673 L 49.192328,446.32925 L 49.192328,447.05673 L 49.919809,447.05673 L 51.302023,448.43895 L 50.574542,449.16643 L 51.302023,449.16643 L 50.574542,449.82116 L 52.029504,449.82116 L 52.029504,450.54864 L 52.684237,450.54864 L 53.411717,451.20337 L 52.684237,451.93085 L 53.411717,451.93085 L 52.684237,452.65834 L 54.06645,451.93085 L 54.06645,453.31307 L 54.793931,454.69528 L 56.903625,455.42276 L 57.558358,457.53246 L 59.01332,457.53246 L 59.01332,455.42276 L 58.285839,455.42276 L 59.01332,454.69528 L 58.285839,454.69528 L 56.176145,452.65834 L 59.668053,454.04055 L 58.285839,453.31307 L 59.01332,452.65834 L 57.558358,452.65834 L 55.521412,450.54864 L 56.176145,450.54864 L 56.176145,449.82116 L 55.521412,449.82116 L 54.793931,449.16643 L 56.176145,449.16643 L 54.06645,448.43895 L 54.06645,447.71147 L 53.411717,446.32925 L 56.176145,447.05673 L 54.793931,446.32925 L 54.06645,445.67452 L 53.411717,445.67452 L 53.411717,444.94704 L 54.06645,444.94704 L 54.06645,444.21956 L 52.684237,444.21956 L 54.06645,443.56482 L 52.684237,443.56482 L 52.684237,442.83734 L 52.029504,442.83734 L 51.302023,442.18261 L 52.029504,441.45513 L 54.793931,443.56482 L 53.411717,441.45513 L 54.06645,440.72765 L 54.793931,441.45513 L 55.521412,441.45513 L 55.521412,442.18261 L 56.176145,441.45513 L 56.176145,442.83734 L 56.903625,442.18261 L 58.285839,442.83734 L 59.668053,443.56482 L 61.050266,444.94704 L 61.050266,443.56482 L 62.505228,442.83734 L 63.159961,442.18261 L 63.159961,442.83734 L 62.505228,443.56482 L 63.159961,443.56482 L 63.159961,444.21956 L 63.887441,444.21956 L 63.887441,445.67452 L 64.542174,444.94704 L 65.269655,446.32925 L 65.269655,444.94704 L 65.997136,444.94704 L 66.651869,444.21956 L 67.37935,444.94704 L 65.997136,445.67452 L 67.37935,445.67452 L 67.015609,446.32925 L 67.37935,446.32925 L 68.761563,446.32925 L 66.651869,447.05673 L 67.37935,447.05673 L 68.761563,446.32925 L 68.761563,447.05673 L 69.489044,447.05673 L 68.761563,447.71147 L 69.489044,447.71147 L 69.489044,448.43895 L 67.37935,447.71147 L 68.761563,448.43895 L 68.034082,449.82116 L 68.761563,449.16643 L 69.489044,449.16643 L 69.489044,449.82116 L 70.143777,450.54864 L 70.143777,451.05788 L 70.871258,451.20337 L 70.143777,451.93085 L 71.52599,451.20337 L 70.143777,452.65834 L 72.253471,451.93085 L 71.52599,453.31307 L 72.253471,452.65834 L 72.253471,454.04055 L 72.980952,452.65834 L 73.635685,452.65834 L 73.635685,454.04055 L 74.363166,454.04055 L 74.363166,453.31307 L 75.017898,454.04055 L 75.017898,455.42276 L 74.363166,455.42276 L 73.635685,456.15024 L 74.363166,456.15024 L 75.017898,455.42276 L 75.017898,456.15024 L 75.745379,455.42276 L 76.47286,456.15024 L 75.745379,456.80498 L 77.127593,456.80498 L 77.855074,457.53246 L 76.47286,455.42276 L 77.855074,455.42276 L 77.127593,454.69528 L 77.855074,454.69528 L 77.127593,454.04055 L 78.509806,453.31307 L 79.964768,456.15024 L 82.001715,456.80498 L 81.346982,456.15024 L 82.001715,456.15024 L 79.964768,454.69528 L 80.619501,454.04055 L 81.346982,455.42276 L 81.346982,454.04055 L 82.656447,454.69528 L 82.001715,454.04055 L 82.729195,454.04055 L 82.729195,453.31307 L 83.456676,454.69528 L 83.456676,453.31307 L 82.729195,453.31307 L 82.001715,452.65834 L 81.346982,452.65834 L 82.001715,451.93085 L 80.619501,451.93085 L 79.964768,451.20337 L 80.619501,451.20337 L 79.237287,449.82116 L 82.001715,448.43895 L 80.619501,448.43895 L 79.237287,449.82116 L 78.509806,449.16643 L 79.964768,446.32925 L 81.346982,446.32925 L 79.237287,445.67452 L 79.237287,446.32925 L 78.509806,447.71147 L 77.127593,447.71147 L 76.47286,447.05673 L 77.127593,445.67452 L 75.745379,447.05673 L 75.745379,446.32925 L 75.017898,446.32925 L 76.47286,444.94704 L 75.745379,444.94704 L 75.017898,446.32925 L 74.363166,446.32925 L 75.017898,443.56482 L 73.635685,445.67452 L 73.635685,444.21956 L 72.980952,444.94704 L 72.253471,444.21956 L 73.562937,443.56482 L 72.980952,443.56482 L 73.635685,442.83734 L 72.253471,442.83734 L 72.253471,442.18261 L 72.980952,442.18261 L 72.253471,441.45513 L 72.253471,440.72765 L 70.871258,440.72765 L 70.871258,440.07292 L 72.253471,440.07292 L 72.253471,439.34544 L 72.980952,440.07292 L 72.980952,439.34544 L 73.635685,440.72765 L 73.635685,440.07292 L 74.363166,440.07292 L 75.017898,440.72765 L 75.017898,440.07292 L 75.745379,441.45513 L 75.745379,440.07292 L 76.47286,441.45513 L 76.47286,440.72765 L 77.127593,440.72765 L 79.237287,441.45513 L 77.127593,440.07292 L 77.127593,439.34544 L 78.509806,439.34544 L 78.509806,437.96322 L 79.237287,438.6907 L 79.237287,437.23574 L 79.964768,437.96322 L 80.619501,437.96322 L 81.346982,436.58101 L 82.729195,438.6907 L 82.001715,439.34544 L 83.456676,438.6907 L 84.111409,438.6907 L 84.111409,437.96322 L 83.456676,437.96322 L 83.456676,437.23574 L 84.111409,435.85353 L 84.83889,435.85353 L 86.221103,437.23574 L 86.221103,438.6907 L 86.948584,437.96322 L 85.493623,435.85353 L 86.948584,435.85353 L 87.603317,436.58101 L 87.603317,437.96322 L 88.330798,437.23574 L 88.330798,438.6907 L 89.713011,438.6907 L 88.985531,439.34544 L 88.330798,439.34544 L 88.330798,440.07292 L 88.330798,440.72765 L 86.221103,440.07292 L 85.493623,440.72765 L 88.330798,441.45513 L 87.603317,442.83734 L 86.948584,442.83734 L 86.948584,443.49208 L 87.603317,442.83734 L 88.330798,442.18261 L 88.985531,442.83734 L 90.440492,442.18261 L 91.095225,442.83734 L 88.985531,443.56482 L 86.948584,444.21956 L 87.603317,444.21956 L 88.985531,443.56482 L 89.713011,443.56482 L 88.330798,447.05673 L 89.713011,444.94704 L 88.985531,447.71147 L 90.440492,446.32925 L 90.440492,444.94704 L 91.822706,445.67452 L 91.095225,446.32925 L 92.477439,445.67452 L 92.477439,447.05673 L 93.204919,447.05673 L 93.204919,447.71147 L 93.9324,447.71147 L 93.9324,448.43895 L 92.477439,448.43895 L 93.9324,449.16643 L 93.204919,449.82116 L 94.587133,449.16643 L 94.587133,449.82116 L 95.314614,448.43895 L 95.314614,449.82116 L 94.587133,450.54864 L 93.204919,450.54864 L 91.822706,449.82116 L 93.204919,451.20337 L 95.314614,450.54864 L 94.587133,451.93085 L 93.9324,451.93085 L 94.587133,452.65834 L 95.314614,452.65834 L 94.587133,453.31307 L 95.314614,453.31307 L 95.314614,454.69528 L 93.9324,455.42276 L 96.696828,454.69528 L 96.696828,456.15024 L 95.969347,456.80498 L 96.696828,456.80498 L 96.696828,456.15024 L 97.424308,456.80498 L 95.969347,457.53246 L 95.969347,458.18719 L 97.424308,457.53246 L 97.424308,456.80498 L 98.079041,456.80498 L 98.079041,457.53246 L 98.806522,457.53246 L 98.806522,458.18719 L 98.079041,458.91467 L 98.806522,458.91467 L 98.079041,461.02437 L 98.806522,460.29688 L 98.806522,461.02437 L 99.461255,459.64215 L 100.18874,463.13406 L 100.18874,463.78879 L 100.91622,462.40658 L 100.18874,461.02437 L 100.91622,461.02437 L 100.91622,459.64215 L 101.57095,459.64215 L 101.57095,461.02437 L 102.29843,458.91467 L 102.95316,460.29688 L 103.68064,461.02437 L 102.29843,461.6791 L 101.57095,462.40658 L 102.29843,462.40658 L 103.68064,461.02437 L 103.68064,460.29688 L 104.40812,462.40658 L 103.68064,463.13406 L 104.40812,463.13406 L 104.40812,462.40658 L 104.40812,460.29688 L 103.68064,458.91467 L 103.68064,456.15024 L 105.06286,456.15024 L 105.79034,457.53246 L 105.79034,459.64215 L 106.44507,462.40658 L 105.79034,463.78879 L 107.17255,462.40658 L 107.17255,461.02437 L 108.55477,460.29688 L 107.90003,458.18719 L 109.93698,458.18719 L 109.93698,458.91467 L 112.04667,460.29688 L 112.77415,461.02437 L 111.39194,461.6791 L 110.66446,461.02437 L 110.66446,462.40658 L 109.93698,462.40658 L 109.28225,462.40658 L 109.28225,463.13406 L 107.90003,464.51627 L 107.90003,465.17101 L 109.93698,463.13406 L 111.39194,462.40658 L 110.66446,465.17101 L 109.28225,465.17101 L 108.55477,465.89849 L 107.90003,467.2807 L 109.28225,466.62597 L 109.28225,465.89849 L 109.93698,465.89849 L 112.04667,464.51627 L 112.77415,462.40658 L 113.42889,462.40658 L 112.77415,461.6791 L 114.15637,461.6791 L 116.26606,465.17101 L 114.15637,466.62597 L 114.88385,466.62597 L 114.15637,467.2807 L 113.42889,467.2807 L 114.15637,468.00818 L 115.53858,466.62597 L 116.26606,465.89849 L 116.9208,466.62597 L 116.26606,466.62597 L 114.15637,469.39039 L 113.50164,469.46314 L 114.15637,470.77261 L 114.15637,469.39039 L 116.9208,468.00818 L 117.64828,468.00818 L 118.37576,468.66291 L 117.64828,470.11788 L 117.64828,470.77261 L 119.75797,470.11788 L 121.14018,470.77261 L 122.5224,473.60978 L 120.48545,474.33726 L 121.14018,474.992 L 121.86766,474.992 L 121.14018,475.64673 L 120.4127,475.64673 L 119.75797,475.64673 L 119.75797,474.992 L 120.26721,474.41001 L 116.9208,475.64673 L 119.03049,474.992 L 119.75797,475.64673 L 117.64828,477.10169 L 120.4127,475.64673 L 121.14018,476.37421 L 121.86766,476.37421 L 121.14018,477.10169 L 120.5582,477.24719 L 121.14018,477.75642 L 122.5224,476.37421 L 123.24988,476.37421 L 123.24988,477.10169 L 121.86766,477.75642 L 123.24988,477.75642 L 122.5224,478.48391 L 121.14018,479.13864 L 120.4127,479.13864 L 119.75797,479.13864 L 118.37576,479.86612 L 108.55477,479.86612 L 100.18874,479.86612 L 100.18874,479.13864 L 99.461255,479.13864 L 99.461255,478.48391 L 98.806522,479.13864 L 96.696828,477.75642 L 97.424308,476.37421 L 98.806522,477.75642 L 98.079041,475.64673 L 95.969347,477.10169 L 95.314614,475.64673 L 94.587133,475.64673 L 94.587133,473.60978 L 92.477439,473.60978 L 91.095225,472.15482 L 87.603317,471.50009 L 86.948584,470.77261 L 85.493623,471.50009 L 84.83889,472.8823 L 82.729195,473.60978 L 82.001715,470.11788 L 82.001715,473.60978 L 77.855074,477.75642 L 75.017898,476.37421 L 73.635685,474.992 L 71.52599,474.992 L 72.253471,477.10169 L 70.871258,478.48391 L 71.52599,479.13864 L 70.871258,479.13864 L 70.871258,479.86612 L 65.997136,479.86612 z M 96.696828,477.75642 L 95.314614,477.75642 L 95.314614,477.10169 L 96.696828,477.75642 z M 98.806522,479.13864 L 99.461255,479.13864 L 99.461255,479.86612 L 98.806522,479.13864 z M 118.37576,479.86612 L 120.4127,479.13864 L 120.4127,479.86612 L 118.37576,479.86612 z M 120.4127,479.86612 L 121.14018,479.13864 L 121.14018,479.86612 L 120.4127,479.86612 z M 121.14018,479.86612 L 122.5224,479.13864 L 121.86766,479.86612 L 121.14018,479.86612 z M 92.477439,445.67452 L 91.822706,445.67452 L 91.822706,444.94704 L 93.204919,445.67452 L 92.477439,445.67452 z M 88.330798,440.72765 L 90.440492,440.07292 L 88.985531,441.45513 L 88.330798,440.72765 z M 88.330798,438.6907 L 88.985531,437.23574 L 88.985531,437.96322 L 88.330798,438.6907 z M 78.509806,437.96322 L 77.855074,437.23574 L 78.509806,437.23574 L 78.509806,437.96322 z M 78.509806,439.34544 L 77.855074,438.6907 L 77.127593,437.96322 L 77.855074,437.96322 L 78.509806,439.34544 z M 67.37935,446.32925 L 67.37935,445.67452 L 68.034082,444.94704 L 68.034082,445.67452 L 68.761563,445.67452 L 67.37935,446.32925 z M 61.050266,443.56482 L 57.558358,442.18261 L 56.903625,440.72765 L 57.558358,441.45513 L 57.558358,440.72765 L 58.285839,440.72765 L 58.285839,442.18261 L 59.01332,440.72765 L 59.668053,441.45513 L 59.740801,441.45513 L 60.395533,441.45513 L 61.050266,443.56482 z M 60.395533,441.45513 L 58.285839,440.07292 L 57.558358,439.34544 L 60.395533,440.72765 L 60.395533,441.45513 z M 54.793931,468.00818 L 55.521412,468.00818 L 55.521412,469.39039 L 54.793931,468.00818 z M 63.887441,474.992 L 64.542174,476.37421 L 64.542174,477.10169 L 63.159961,476.37421 L 62.505228,476.37421 L 63.887441,475.64673 L 63.159961,475.64673 L 63.887441,474.992 z M 95.969347,479.86612 L 96.696828,479.13864 L 98.079041,479.86612 L 95.969347,479.86612 z M 95.969347,479.86612 L 95.314614,479.13864 L 95.969347,479.13864 L 95.969347,479.86612 z M 122.5224,479.86612 L 123.90461,477.75642 L 125.35957,477.75642 L 126.01431,479.86612 L 122.5224,479.86612 z M 177.73819,479.86612 L 177.73819,479.13864 L 179.77514,479.86612 L 177.73819,479.86612 z M 181.2301,479.86612 L 181.2301,479.13864 L 182.61232,479.86612 L 181.2301,479.86612 z M 184.72201,479.86612 L 184.72201,478.48391 L 185.37674,478.48391 L 185.37674,477.10169 L 186.75896,477.75642 L 187.48644,479.86612 L 186.75896,479.86612 L 184.72201,479.86612 z M 187.48644,479.86612 L 188.21392,478.48391 L 187.48644,478.48391 L 187.48644,477.10169 L 186.10422,476.37421 L 186.75896,474.992 L 188.21392,474.26452 L 188.21392,474.992 L 188.86865,473.60978 L 189.59613,473.60978 L 189.59613,474.992 L 189.59613,475.64673 L 190.97834,476.37421 L 189.59613,474.992 L 190.97834,473.60978 L 190.97834,472.8823 L 191.70583,472.8823 L 191.70583,473.60978 L 192.36056,472.8823 L 197.23468,470.77261 L 201.45407,467.2807 L 202.18155,468.00818 L 198.68964,472.8823 L 197.96216,473.60978 L 198.68964,473.60978 L 201.45407,470.11788 L 202.18155,470.77261 L 202.83628,469.39039 L 203.56376,468.66291 L 203.56376,468.00818 L 204.2185,468.00818 L 204.2185,467.2807 L 206.32819,465.89849 L 208.43789,465.17101 L 209.16537,465.17101 L 210.54758,466.62597 L 209.16537,468.00818 L 210.54758,468.00818 L 211.20231,468.66291 L 212.65727,468.66291 L 211.92979,469.39039 L 212.65727,470.11788 L 211.20231,470.11788 L 211.92979,470.77261 L 211.20231,471.50009 L 209.8201,473.60978 L 212.65727,471.50009 L 213.31201,474.26452 L 212.73002,474.91925 L 214.03949,474.992 L 213.31201,476.37421 L 214.03949,477.75642 L 214.03949,479.86612 L 188.86865,479.86612 L 187.48644,479.86612 z M 355.8255,479.86612 L 356.48024,479.13864 L 352.98833,478.48391 L 354.37054,477.10169 L 355.8255,476.37421 L 355.8255,475.64673 L 352.3336,477.10169 L 350.87863,476.37421 L 352.98833,475.64673 L 351.60612,474.992 L 352.98833,474.26452 L 353.71581,474.26452 L 354.37054,473.60978 L 355.8255,473.60978 L 356.48024,474.26452 L 355.8255,472.8823 L 357.20772,472.8823 L 359.97214,471.50009 L 362.08184,470.77261 L 362.80932,470.77261 L 362.80932,471.50009 L 362.08184,472.15482 L 360.69963,474.26452 L 361.35436,474.992 L 360.69963,476.37421 L 361.35436,476.37421 L 360.69963,477.10169 L 359.97214,479.86612 L 355.8255,479.86612 z M 364.84627,479.86612 L 365.57375,479.13864 L 364.84627,478.48391 L 365.57375,477.75642 L 365.57375,476.37421 L 369.79314,473.60978 L 371.17535,472.15482 L 372.55756,472.8823 L 373.93978,472.15482 L 374.66726,470.77261 L 374.66726,470.11788 L 373.93978,468.66291 L 375.32199,468.66291 L 376.04947,469.39039 L 377.43169,470.11788 L 377.43169,469.39039 L 376.77695,469.39039 L 376.77695,468.66291 L 376.04947,469.39039 L 376.04947,468.00818 L 376.77695,466.62597 L 377.43169,466.62597 L 377.43169,465.17101 L 378.8139,463.13406 L 377.43169,463.78879 L 377.43169,463.13406 L 378.15917,461.6791 L 376.48596,462.84307 L 376.77695,463.13406 L 375.32199,463.78879 L 376.04947,463.78879 L 375.32199,464.51627 L 374.66726,463.78879 L 375.32199,463.13406 L 374.66726,463.13406 L 375.32199,461.6791 L 376.04947,461.02437 L 375.32199,460.29688 L 376.04947,460.29688 L 376.04947,459.64215 L 375.32199,459.64215 L 375.32199,458.18719 L 376.04947,458.91467 L 376.04947,457.53246 L 376.77695,457.53246 L 377.43169,458.18719 L 376.77695,458.91467 L 377.43169,458.91467 L 378.15917,454.69528 L 377.43169,454.04055 L 378.15917,453.31307 L 378.15917,452.65834 L 377.43169,452.65834 L 378.15917,450.54864 L 378.8139,449.82116 L 378.8139,449.16643 L 378.15917,449.16643 L 378.8139,447.71147 L 378.8139,448.43895 L 379.54138,447.05673 L 379.54138,446.32925 L 380.26886,446.32925 L 380.92359,445.67452 L 379.54138,443.56482 L 380.26886,443.56482 L 380.92359,444.94704 L 381.65107,444.21956 L 380.92359,444.21956 L 380.92359,443.56482 L 381.65107,443.56482 L 381.65107,442.83734 L 380.92359,443.56482 L 380.92359,442.83734 L 380.26886,442.18261 L 380.92359,442.18261 L 380.92359,441.45513 L 381.65107,441.45513 L 382.30581,442.83734 L 383.03329,442.83734 L 382.30581,442.18261 L 383.76077,442.18261 L 384.4155,441.45513 L 385.14298,441.45513 L 385.14298,442.18261 L 386.5252,441.45513 L 385.79771,441.45513 L 385.79771,440.72765 L 385.14298,441.45513 L 385.14298,440.72765 L 384.4155,440.72765 L 384.4155,440.07292 L 385.14298,439.34544 L 386.5252,440.72765 L 387.90741,440.72765 L 390.0171,440.72765 L 388.63489,440.07292 L 388.63489,437.23574 L 389.28962,436.58101 L 388.63489,435.1988 L 387.90741,432.36162 L 386.5252,426.10528 L 387.25268,426.10528 L 387.90741,424.72307 L 389.28962,425.3778 L 388.63489,423.99559 L 389.28962,424.72307 L 390.0171,423.99559 L 391.39932,424.72307 L 392.78153,423.26811 L 394.89123,422.61338 L 396.27344,424.72307 L 397.36466,425.23231 L 398.38313,424.72307 L 400.49283,425.3778 L 401.87504,426.76002 L 403.25726,426.76002 L 406.09443,424.72307 L 412.35077,423.99559 L 413.07825,422.61338 L 413.07825,421.23116 L 414.46046,421.23116 L 415.18794,421.8859 L 415.84267,421.8859 L 417.95237,422.61338 L 417.95237,421.8859 L 419.33458,423.26811 L 418.67985,424.72307 L 418.67985,426.10528 L 422.17176,427.4875 L 423.55397,426.10528 L 424.93618,426.10528 L 427.04588,425.3778 L 428.42809,425.3778 L 431.92,425.3778 L 430.53779,424.72307 L 428.42809,425.3778 L 426.3184,424.72307 L 424.93618,426.10528 L 423.55397,425.3778 L 422.17176,426.76002 L 419.33458,425.3778 L 418.67985,424.72307 L 420.06206,422.61338 L 417.95237,421.8859 L 417.95237,421.23116 L 415.84267,420.50368 L 416.57015,421.23116 L 415.84267,421.23116 L 415.18794,421.23116 L 413.73298,419.7762 L 412.35077,421.23116 L 411.69603,421.8859 L 408.85886,423.26811 L 407.47664,422.61338 L 409.58634,421.23116 L 410.96855,421.23116 L 410.24107,420.50368 L 410.96855,419.7762 L 410.24107,419.7762 L 408.85886,421.23116 L 404.71222,422.61338 L 404.71222,424.72307 L 403.25726,424.72307 L 402.60252,426.10528 L 401.87504,425.3778 L 400.49283,421.8859 L 397.7284,421.8859 L 395.61871,420.50368 L 394.23649,419.7762 L 392.78153,417.73925 L 393.50901,417.73925 L 392.78153,416.28429 L 393.50901,414.90208 L 392.78153,414.90208 L 394.23649,414.24735 L 394.23649,415.62956 L 394.89123,415.62956 L 396.27344,414.24735 L 396.27344,413.51987 L 393.50901,412.79239 L 393.50901,410.02796 L 395.61871,409.30048 L 399.76535,411.41017 L 399.76535,412.79239 L 400.49283,412.13765 L 400.49283,412.79239 L 403.25726,412.13765 L 402.60252,411.41017 L 400.49283,411.41017 L 398.38313,407.91826 L 397.00092,406.53605 L 395.61871,406.53605 L 395.61871,407.91826 L 392.78153,408.64574 L 390.74458,410.75544 L 388.63489,411.41017 L 388.63489,412.13765 L 387.25268,412.13765 L 386.5252,412.79239 L 385.14298,412.13765 L 385.14298,411.41017 L 390.0171,409.30048 L 390.74458,407.91826 L 390.74458,404.42636 L 392.1268,403.77162 L 392.78153,401.66193 L 394.89123,402.31666 L 400.49283,400.93445 L 402.60252,397.44254 L 403.98474,397.44254 L 405.36695,396.06033 L 408.20412,395.33284 L 409.58634,393.95063 L 410.24107,393.95063 L 410.24107,395.33284 L 411.69603,396.06033 L 411.69603,399.55223 L 417.22489,403.04414 L 420.06206,401.66193 L 420.06206,402.31666 L 422.17176,401.66193 L 422.17176,399.55223 L 424.93618,398.17002 L 426.3184,399.55223 L 426.3184,398.82475 L 427.04588,399.55223 L 427.04588,400.27971 L 427.70061,400.93445 L 429.15557,400.27971 L 427.70061,399.55223 L 427.04588,398.17002 L 424.2087,396.78781 L 424.2087,398.17002 L 422.82649,398.17002 L 421.44428,399.55223 L 420.7168,398.82475 L 419.33458,400.27971 L 416.57015,399.55223 L 415.84267,400.27971 L 415.18794,400.27971 L 414.46046,399.55223 L 413.73298,394.67811 L 413.73298,393.95063 L 415.84267,391.84094 L 419.33458,391.84094 L 421.44428,390.45872 L 422.82649,386.31208 L 424.93618,384.85712 L 424.93618,381.36521 L 425.66367,380.71048 L 424.93618,379.32827 L 425.66367,378.60079 L 427.04588,377.8733 L 427.04588,376.49109 L 424.93618,375.83636 L 422.82649,372.34445 L 422.17176,371.61697 L 418.67985,370.88949 L 417.95237,371.61697 L 418.67985,371.61697 L 418.67985,372.34445 L 417.95237,372.34445 L 418.67985,373.72666 L 419.33458,373.72666 L 420.06206,373.72666 L 420.7168,375.10888 L 420.86229,375.69086 L 421.44428,375.10888 L 422.17176,375.83636 L 422.82649,375.83636 L 423.55397,377.21857 L 421.44428,377.8733 L 420.7168,378.60079 L 421.44428,378.60079 L 421.44428,380.71048 L 420.7168,380.71048 L 420.7168,381.36521 L 419.33458,381.36521 L 420.06206,382.82017 L 418.67985,384.20239 L 418.02512,386.09384 L 415.18794,388.34903 L 413.73298,390.45872 L 413.07825,390.45872 L 408.85886,389.80399 L 406.74916,391.84094 L 406.09443,391.84094 L 403.25726,393.95063 L 401.87504,394.67811 L 400.49283,395.33284 L 399.76535,395.33284 L 399.76535,396.78781 L 396.27344,398.82475 L 394.23649,399.55223 L 390.74458,399.55223 L 390.0171,401.66193 L 386.5252,405.15384 L 385.14298,405.80857 L 383.76077,407.26353 L 380.92359,405.15384 L 378.8139,402.31666 L 378.8139,401.66193 L 378.15917,402.31666 L 377.43169,400.93445 L 384.4155,392.56842 L 385.14298,390.45872 L 385.14298,388.34903 L 386.5252,385.5846 L 387.90741,384.85712 L 387.90741,386.31208 L 389.28962,386.31208 L 390.0171,384.85712 L 391.39932,384.85712 L 390.74458,384.20239 L 392.1268,383.47491 L 392.78153,383.47491 L 393.50901,382.09269 L 392.78153,382.09269 L 394.89123,380.05575 L 394.89123,380.71048 L 398.38313,381.36521 L 399.11061,380.71048 L 401.87504,379.983 L 403.25726,380.71048 L 403.98474,382.09269 L 403.98474,381.36521 L 406.74916,377.21857 L 407.47664,377.21857 L 407.47664,375.83636 L 405.36695,376.49109 L 401.87504,375.83636 L 401.22031,376.49109 L 397.7284,375.18163 L 397.7284,375.83636 L 394.23649,373.72666 L 394.23649,372.34445 L 393.50901,372.99918 L 393.50901,373.72666 L 390.74458,373.72666 L 387.90741,371.61697 L 382.30581,368.12506 L 383.76077,366.74285 L 383.03329,366.01537 L 383.03329,365.36063 L 389.28962,363.25094 L 388.63489,363.25094 L 388.63489,361.14125 L 387.25268,360.41376 L 387.25268,359.75903 L 389.28962,357.64934 L 387.25268,356.26712 L 385.79771,357.64934 L 386.5252,359.03155 L 384.4155,359.03155 L 384.4155,360.41376 L 383.76077,359.75903 L 382.30581,356.92186 L 383.03329,356.26712 L 382.30581,356.26712 L 381.65107,354.15743 L 382.30581,355.53964 L 383.03329,353.42995 L 379.54138,352.04773 L 378.15917,349.93804 L 378.15917,347.17361 L 379.54138,346.44613 L 377.43169,346.44613 L 377.43169,345.06392 L 378.15917,343.68171 L 377.43169,341.57201 L 377.43169,345.06392 L 376.77695,345.7914 L 376.77695,345.06392 L 375.32199,344.40919 L 375.32199,343.68171 L 374.66726,344.40919 L 374.66726,345.06392 L 375.32199,345.06392 L 376.04947,345.7914 L 376.04947,346.44613 L 374.66726,347.17361 L 373.93978,349.28331 L 372.55756,348.55583 L 374.66726,350.66552 L 372.55756,349.28331 L 371.90283,347.10087 L 372.55756,346.44613 L 373.28504,346.44613 L 372.55756,345.7914 L 371.83008,345.7914 L 371.83008,346.73712 L 371.32085,344.99117 L 372.55756,344.40919 L 372.55756,342.29949 L 371.83008,342.29949 L 371.83008,343.68171 L 371.17535,342.95422 L 371.17535,344.40919 L 369.06566,340.1898 L 368.33817,340.1898 L 368.33817,336.69789 L 367.68344,336.69789 L 366.30123,333.20598 L 366.30123,331.82377 L 364.84627,329.71407 L 365.57375,328.98659 L 366.95596,324.83995 L 362.80932,321.34804 L 362.08184,321.34804 L 360.69963,323.45774 L 357.86245,323.45774 L 357.20772,324.11247 L 357.86245,326.94965 L 360.69963,329.71407 L 358.58993,331.09629 L 356.48024,331.82377 L 356.48024,332.4785 L 355.09802,332.4785 L 350.87863,330.44155 L 348.11421,330.44155 L 352.3336,328.98659 L 354.37054,324.83995 L 355.09802,320.62056 L 357.20772,320.62056 L 358.58993,319.96583 L 358.58993,318.51087 L 359.97214,317.85614 L 359.97214,315.01896 L 361.35436,312.25453 L 359.31741,313.63675 L 357.86245,311.52705 L 358.58993,313.63675 L 357.20772,314.36423 L 355.09802,312.98201 L 355.09802,313.63675 L 353.71581,313.63675 L 352.98833,309.49011 L 350.87863,307.38041 L 350.87863,305.27072 L 350.2239,303.8885 L 349.49642,303.16102 L 349.49642,301.77881 L 350.2239,301.05133 L 351.60612,300.39659 L 353.71581,298.2869 L 355.8255,297.55942 L 355.09802,296.17721 L 353.71581,296.90469 L 352.98833,296.17721 L 352.3336,294.79499 L 348.11421,294.79499 L 347.38673,294.06751 L 347.38673,293.41278 L 346.73199,294.06751 L 348.11421,294.79499 L 347.38673,295.52247 L 346.00451,294.79499 L 344.6223,295.52247 L 342.5126,296.17721 L 341.85787,295.52247 L 341.85787,294.06751 L 341.13039,293.41278 L 341.85787,292.03057 L 342.5126,292.03057 L 345.34978,289.92087 L 346.73199,290.5756 L 346.73199,291.30308 L 348.11421,290.5756 L 348.11421,289.92087 L 349.49642,287.81118 L 348.11421,287.0837 L 348.11421,285.70148 L 346.73199,286.42896 L 343.24009,285.70148 L 342.5126,287.0837 L 341.85787,287.0837 L 340.40291,287.81118 L 339.0207,287.0837 L 337.63848,287.81118 L 337.63848,288.53866 L 336.911,287.81118 L 336.911,289.19339 L 336.25627,289.92087 L 336.25627,290.5756 L 334.87406,291.30308 L 335.52879,292.03057 L 335.52879,292.6853 L 333.41909,294.06751 L 332.76436,294.06751 L 334.14657,295.52247 L 334.14657,296.17721 L 332.76436,297.55942 L 334.14657,297.55942 L 333.41909,298.2869 L 333.41909,299.01438 L 332.76436,298.2869 L 332.76436,299.66911 L 329.92719,300.39659 L 327.89024,300.39659 L 326.43528,299.66911 L 328.54497,301.05133 L 327.16276,301.05133 L 327.89024,301.77881 L 326.43528,301.77881 L 325.05306,302.50629 L 326.43528,303.16102 L 325.05306,303.16102 L 322.94337,303.8885 L 322.94337,305.27072 L 321.56116,305.27072 L 322.28864,305.9982 L 323.67085,305.9982 L 324.39833,305.27072 L 326.43528,303.8885 L 326.43528,305.27072 L 328.54497,303.8885 L 329.27245,304.54324 L 329.92719,303.16102 L 331.38215,304.54324 L 334.14657,303.16102 L 339.0207,304.54324 L 341.85787,303.8885 L 346.00451,305.9982 L 348.11421,308.03514 L 348.84169,310.14484 L 349.49642,314.36423 L 348.84169,316.47392 L 347.38673,317.12865 L 345.34978,319.96583 L 344.6223,320.62056 L 343.89482,319.96583 L 343.24009,320.62056 L 341.85787,321.34804 L 340.40291,322.00278 L 341.13039,321.34804 L 340.40291,321.34804 L 341.13039,320.62056 L 336.911,322.00278 L 336.25627,322.00278 L 336.25627,321.34804 L 332.76436,323.45774 L 326.43528,324.83995 L 325.05306,324.83995 L 325.05306,324.11247 L 324.39833,324.83995 L 322.28864,324.83995 L 320.17894,324.11247 L 320.90642,322.73026 L 319.45146,321.34804 L 320.17894,322.73026 L 319.45146,322.73026 L 320.17894,323.45774 L 319.45146,323.45774 L 319.45146,324.83995 L 318.79673,324.11247 L 318.06925,322.73026 L 318.06925,323.45774 L 318.06925,324.83995 L 317.41452,324.83995 L 316.68703,324.11247 L 315.95955,324.83995 L 315.30482,324.11247 L 315.30482,326.22216 L 313.92261,326.22216 L 314.57734,324.83995 L 313.92261,324.83995 L 313.19513,324.11247 L 313.19513,324.83995 L 310.4307,325.49468 L 310.4307,324.11247 L 309.70322,325.49468 L 309.70322,324.83995 L 308.321,323.45774 L 308.321,324.11247 L 309.70322,324.83995 L 308.97574,325.49468 L 308.321,325.49468 L 307.59352,324.83995 L 308.321,326.22216 L 307.59352,326.22216 L 304.8291,326.22216 L 305.48383,326.94965 L 308.97574,326.94965 L 309.70322,328.33186 L 311.08543,329.71407 L 311.08543,330.44155 L 309.70322,330.44155 L 309.70322,331.09629 L 307.95726,330.58705 L 307.88452,330.73255 L 308.321,331.09629 L 307.59352,331.82377 L 306.93879,331.09629 L 306.93879,331.82377 L 305.48383,331.09629 L 305.48383,331.82377 L 304.10162,332.4785 L 303.44688,331.09629 L 304.10162,328.98659 L 303.44688,328.98659 L 302.7194,328.33186 L 303.44688,330.44155 L 301.33719,329.71407 L 302.7194,331.09629 L 303.44688,333.20598 L 301.99192,332.4785 L 301.99192,333.93346 L 301.33719,333.20598 L 300.60971,333.93346 L 300.60971,332.4785 L 299.95498,332.4785 L 299.95498,331.82377 L 300.60971,331.82377 L 301.33719,331.09629 L 299.95498,331.09629 L 300.60971,330.44155 L 299.95498,330.44155 L 300.60971,328.98659 L 299.95498,328.98659 L 300.60971,328.33186 L 299.22749,328.33186 L 298.50001,326.94965 L 298.50001,328.98659 L 297.84528,328.98659 L 298.50001,330.44155 L 298.50001,331.82377 L 296.46307,326.22216 L 295.73559,324.11247 L 295.73559,324.83995 L 295.00811,324.11247 L 295.73559,326.94965 L 295.00811,327.60438 L 296.46307,331.09629 L 295.73559,331.09629 L 295.00811,331.09629 L 295.00811,329.71407 L 294.35337,331.09629 L 293.62589,330.44155 L 292.97116,331.09629 L 293.62589,329.71407 L 292.24368,330.44155 L 292.24368,328.98659 L 292.97116,328.98659 L 293.62589,328.33186 L 292.97116,328.33186 L 292.24368,326.94965 L 291.5162,326.94965 L 290.86146,325.49468 L 290.86146,324.83995 L 290.13398,324.11247 L 290.86146,323.45774 L 290.13398,323.45774 L 290.86146,322.73026 L 291.5162,322.73026 L 290.13398,322.00278 L 290.13398,322.73026 L 289.47925,323.45774 L 289.47925,324.11247 L 288.75177,324.11247 L 288.02429,324.11247 L 288.02429,323.45774 L 287.36956,323.45774 L 286.64208,322.00278 L 287.36956,322.73026 L 287.36956,322.00278 L 286.64208,321.34804 L 285.98734,322.00278 L 285.25986,322.00278 L 285.25986,320.62056 L 284.53238,320.62056 L 284.53238,319.96583 L 283.87765,320.62056 L 283.15017,319.96583 L 283.15017,318.51087 L 283.15017,316.47392 L 282.49544,315.74644 L 281.76795,315.74644 L 281.76795,316.47392 L 283.15017,318.51087 L 282.49544,321.34804 L 281.76795,319.96583 L 281.04047,319.23835 L 281.76795,318.51087 L 281.04047,318.51087 L 281.04047,319.23835 L 281.04047,319.96583 L 279.65826,319.23835 L 279.00353,318.51087 L 279.00353,317.85614 L 279.65826,317.85614 L 279.00353,317.12865 L 279.65826,316.47392 L 280.38574,316.47392 L 281.04047,317.12865 L 281.04047,316.47392 L 280.38574,316.47392 L 281.04047,315.01896 L 280.38574,315.01896 L 280.38574,315.74644 L 279.00353,316.47392 L 279.00353,317.12865 L 279.00353,317.85614 L 277.54857,317.12865 L 276.89383,317.12865 L 276.53009,316.11018 L 276.16635,316.47392 L 276.16635,317.12865 L 275.51162,316.47392 L 276.16635,317.85614 L 275.51162,317.12865 L 274.05666,317.12865 L 274.78414,316.47392 L 274.05666,316.47392 L 273.40192,315.74644 L 274.05666,315.01896 L 273.40192,314.36423 L 274.05666,314.36423 L 272.67444,313.63675 L 274.05666,313.63675 L 274.05666,312.98201 L 274.78414,314.36423 L 276.16635,314.36423 L 276.16635,315.01896 L 276.89383,314.36423 L 275.51162,313.63675 L 274.78414,312.98201 L 274.78414,312.25453 L 275.51162,312.25453 L 274.78414,311.52705 L 274.78414,310.87232 L 274.05666,310.14484 L 273.40192,310.87232 L 272.67444,310.14484 L 272.67444,309.49011 L 272.01971,308.76262 L 272.01971,309.49011 L 271.29223,308.03514 L 272.01971,308.03514 L 274.05666,308.76262 L 275.51162,309.49011 L 275.51162,308.76262 L 276.16635,308.03514 L 274.78414,308.03514 L 274.78414,306.65293 L 274.05666,308.03514 L 273.40192,307.38041 L 273.40192,308.03514 L 272.01971,308.03514 L 273.40192,305.9982 L 271.29223,307.38041 L 272.01971,306.65293 L 272.01971,305.27072 L 272.01971,303.8885 L 271.29223,305.27072 L 271.29223,303.8885 L 270.56475,306.65293 L 270.56475,305.27072 L 270.56475,303.8885 L 269.91002,304.54324 L 269.18254,303.8885 L 269.10979,303.74301 L 269.25528,303.81575 L 270.56475,302.50629 L 268.5278,302.50629 L 268.5278,301.77881 L 268.5278,301.05133 L 269.18254,300.39659 L 267.80032,300.39659 L 267.07284,299.66911 L 266.41811,300.39659 L 265.69063,299.01438 L 267.07284,299.01438 L 267.07284,298.2869 L 268.16406,298.79614 L 269.18254,298.2869 L 267.80032,298.2869 L 267.07284,298.2869 L 265.69063,298.2869 L 265.69063,296.90469 L 265.03589,296.17721 L 265.03589,296.90469 L 264.30841,296.17721 L 264.30841,296.90469 L 263.58093,296.17721 L 262.9262,296.17721 L 264.30841,294.79499 L 263.58093,294.79499 L 262.9262,294.79499 L 262.9262,294.06751 L 262.19872,294.06751 L 262.9262,293.41278 L 262.19872,292.6853 L 263.58093,293.41278 L 262.9262,292.6853 L 262.19872,292.6853 L 262.19872,292.03057 L 261.54399,292.6853 L 261.54399,291.30308 L 262.9262,290.5756 L 261.54399,290.5756 L 261.54399,289.92087 L 260.08903,289.19339 L 261.54399,289.19339 L 260.81651,288.53866 L 261.54399,287.81118 L 261.54399,287.0837 L 260.81651,288.53866 L 260.08903,287.81118 L 260.08903,286.42896 L 259.43429,286.42896 L 258.70681,285.70148 L 258.70681,285.04675 L 259.43429,285.04675 L 259.43429,284.31927 L 260.08903,284.31927 L 259.79803,283.95553 L 259.43429,284.31927 L 259.43429,283.59179 L 258.05208,282.20957 L 259.43429,282.20957 L 258.70681,281.55484 L 259.43429,281.55484 L 258.70681,280.82736 L 258.05208,282.20957 L 257.3246,280.82736 L 255.2149,280.09988 L 254.56017,279.44515 L 254.56017,278.71767 L 255.2149,278.71767 L 254.56017,278.06293 L 256.23338,279.00866 L 255.94238,278.71767 L 256.59712,278.71767 L 255.2149,278.06293 L 255.2149,276.60797 L 255.2149,275.95324 L 254.56017,274.57102 L 254.56017,275.95324 L 253.83269,275.95324 L 253.5417,276.46248 L 252.45048,275.95324 L 253.10521,275.22576 L 251.723,275.95324 L 252.45048,275.22576 L 251.723,275.22576 L 251.06826,274.57102 L 251.06826,273.84354 L 250.34078,274.57102 L 250.34078,273.11606 L 249.6133,273.11606 L 249.6133,272.46133 L 250.34078,272.46133 L 250.34078,271.73385 L 249.6133,271.73385 L 248.23109,271.73385 L 248.23109,271.07912 L 248.95857,271.07912 L 247.57635,269.62416 L 248.95857,270.13339 L 248.95857,268.96942 L 249.6133,269.62416 L 249.6133,268.96942 L 248.95857,268.24194 L 249.6133,268.24194 L 251.06826,268.96942 L 253.10521,270.35164 L 253.10521,271.07912 L 251.723,271.07912 L 254.56017,273.11606 L 253.83269,272.46133 L 255.2149,272.46133 L 255.2149,273.11606 L 258.05208,273.84354 L 255.2149,272.46133 L 253.10521,271.07912 L 254.56017,271.07912 L 255.2149,270.35164 L 253.10521,269.62416 L 251.723,268.96942 L 252.45048,268.96942 L 252.45048,268.24194 L 253.10521,267.58721 L 249.6133,268.24194 L 249.6133,267.58721 L 250.34078,266.85973 L 248.95857,266.85973 L 248.23109,266.85973 L 248.95857,268.24194 L 248.23109,269.62416 L 247.57635,269.62416 L 247.57635,268.96942 L 246.12139,268.96942 L 247.57635,268.24194 L 246.12139,268.24194 L 246.12139,267.58721 L 247.57635,267.58721 L 246.12139,266.85973 L 246.12139,267.58721 L 245.46666,268.24194 L 244.08445,268.24194 L 244.73918,267.58721 L 244.08445,267.58721 L 244.08445,266.13225 L 243.35697,267.58721 L 242.62948,267.58721 L 242.62948,266.13225 L 243.35697,266.13225 L 244.08445,265.47751 L 241.97475,266.13225 L 242.62948,265.47751 L 243.35697,265.47751 L 242.62948,264.75003 L 244.08445,263.36782 L 242.62948,264.0953 L 242.62948,264.75003 L 241.97475,266.13225 L 241.24727,265.47751 L 243.35697,261.98561 L 241.97475,263.36782 L 241.24727,264.75003 L 240.59254,264.75003 L 239.13758,264.75003 L 238.48284,265.47751 L 237.75536,265.47751 L 237.75536,264.0953 L 237.10063,263.36782 L 239.86506,263.36782 L 238.48284,262.64034 L 241.24727,263.36782 L 239.13758,262.64034 L 239.13758,261.98561 L 239.86506,261.98561 L 239.13758,261.25813 L 237.75536,262.64034 L 237.10063,262.64034 L 237.10063,261.98561 L 236.37315,262.64034 L 235.64567,261.98561 L 236.37315,261.98561 L 234.26346,261.25813 L 234.99094,261.25813 L 235.64567,259.14843 L 234.99094,258.4937 L 234.26346,260.60339 L 233.60872,260.60339 L 232.88124,261.25813 L 232.15376,260.60339 L 231.49903,260.60339 L 231.49903,259.87591 L 231.49903,259.14843 L 230.77155,259.87591 L 230.77155,259.14843 L 231.49903,258.4937 L 230.77155,258.4937 L 229.38933,257.76622 L 230.77155,257.76622 L 232.15376,257.11148 L 231.49903,257.11148 L 232.00826,257.03874 L 230.77155,256.384 L 231.49903,257.11148 L 229.38933,257.76622 L 230.11681,257.11148 L 229.38933,257.11148 L 228.66185,257.76622 L 228.00712,257.76622 L 228.66185,257.11148 L 229.38933,256.384 L 228.66185,256.384 L 228.00712,255.65652 L 230.11681,255.65652 L 228.00712,255.00179 L 229.38933,255.00179 L 228.66185,254.27431 L 228.00712,253.61958 L 228.00712,252.8921 L 228.00712,252.16461 L 228.66185,250.7824 L 229.38933,250.7824 L 232.15376,251.50988 L 233.60872,250.12767 L 233.60872,251.50988 L 234.26346,251.50988 L 234.26346,250.7824 L 235.64567,250.7824 L 234.99094,250.12767 L 235.64567,250.12767 L 236.37315,248.67271 L 235.64567,248.01797 L 235.64567,248.67271 L 234.99094,248.67271 L 235.64567,249.40019 L 234.99094,250.12767 L 234.26346,250.7824 L 233.60872,250.12767 L 232.88124,249.40019 L 232.88124,250.12767 L 231.49903,250.7824 L 229.38933,250.7824 L 229.38933,250.12767 L 228.00712,250.7824 L 227.27964,250.7824 L 228.00712,250.12767 L 228.00712,249.40019 L 227.27964,250.12767 L 227.27964,248.67271 L 228.00712,248.67271 L 229.38933,249.40019 L 229.38933,248.67271 L 228.66185,248.67271 L 228.00712,248.01797 L 228.66185,247.29049 L 228.00712,247.72698 L 228.00712,247.29049 L 227.27964,247.29049 L 228.00712,246.63576 L 230.11681,248.01797 L 229.89857,247.29049 L 229.38933,247.29049 L 228.66185,245.90828 L 228.00712,246.63576 L 228.00712,245.1808 L 227.27964,245.1808 L 228.00712,244.52607 L 227.27964,244.52607 L 228.00712,243.14385 L 229.38933,245.1808 L 228.66185,243.79859 L 229.38933,243.79859 L 228.66185,243.14385 L 229.38933,243.14385 L 229.38933,242.41637 L 228.00712,242.41637 L 227.27964,241.68889 L 226.62491,241.03416 L 227.27964,240.30668 L 227.27964,239.65194 L 228.00712,241.03416 L 228.66185,241.03416 L 228.66185,241.68889 L 229.38933,241.68889 L 230.77155,243.79859 L 231.42628,243.79859 L 230.77155,243.14385 L 230.77155,242.41637 L 231.49903,242.41637 L 230.11681,241.68889 L 230.11681,241.03416 L 228.66185,240.30668 L 229.38933,239.65194 L 230.11681,240.30668 L 230.11681,239.65194 L 231.49903,240.30668 L 230.11681,238.92446 L 229.38933,239.65194 L 228.66185,238.19698 L 228.00712,238.92446 L 227.27964,237.54225 L 228.00712,237.54225 L 227.78888,237.03301 L 227.27964,237.54225 L 228.00712,239.65194 L 227.27964,238.19698 L 227.27964,238.92446 L 225.89743,238.19698 L 226.62491,236.16004 L 227.27964,236.81477 L 227.27964,235.43256 L 228.66185,236.16004 L 228.66185,236.81477 L 228.00712,236.81477 L 228.66185,237.54225 L 228.66185,236.81477 L 229.38933,236.16004 L 230.77155,238.19698 L 230.77155,237.54225 L 232.15376,237.54225 L 229.38933,236.16004 L 230.11681,235.43256 L 228.66185,234.05034 L 229.24384,232.95912 L 230.11681,233.32286 L 231.49903,233.32286 L 229.38933,232.66813 L 230.11681,231.94065 L 228.00712,232.66813 L 227.27964,231.94065 L 228.00712,233.32286 L 226.62491,234.05034 L 227.27964,232.66813 L 226.62491,233.32286 L 225.89743,231.21317 L 226.62491,229.83095 L 229.38933,227.06653 L 230.77155,226.33904 L 232.15376,226.33904 L 230.11681,225.68431 L 230.77155,224.95683 L 231.49903,225.68431 L 231.49903,224.95683 L 231.49903,224.22935 L 232.88124,224.95683 L 232.15376,224.22935 L 232.88124,224.22935 L 234.26346,223.57462 L 236.37315,224.22935 L 237.10063,224.22935 L 237.75536,224.95683 L 238.48284,224.95683 L 239.86506,227.06653 L 240.59254,227.06653 L 241.24727,228.44874 L 241.24727,227.72126 L 242.62948,229.17622 L 241.97475,229.17622 L 243.35697,229.83095 L 242.62948,230.55843 L 244.08445,229.83095 L 243.35697,230.55843 L 244.73918,231.21317 L 244.08445,232.66813 L 244.73918,231.94065 L 245.46666,231.94065 L 245.46666,230.55843 L 246.12139,230.55843 L 246.12139,231.21317 L 246.84887,231.21317 L 246.84887,231.94065 L 247.57635,231.21317 L 248.23109,233.32286 L 248.23109,234.70507 L 247.57635,235.43256 L 248.23109,235.43256 L 248.95857,235.43256 L 248.95857,237.54225 L 249.6133,235.43256 L 248.95857,234.05034 L 248.95857,233.32286 L 249.6133,233.32286 L 249.6133,231.94065 L 250.34078,232.66813 L 251.723,231.21317 L 251.06826,230.55843 L 251.723,227.06653 L 251.06826,226.33904 L 251.723,226.33904 L 251.06826,224.95683 L 252.15948,225.53882 L 252.45048,226.33904 L 253.10521,225.68431 L 251.723,223.57462 L 251.723,222.84714 L 253.10521,222.84714 L 251.723,222.1924 L 252.45048,221.46492 L 252.81422,221.90141 L 252.45048,220.73744 L 253.83269,220.08271 L 253.10521,219.35523 L 253.83269,217.97302 L 253.83269,216.5908 L 254.56017,217.24553 L 254.56017,215.20859 L 255.2149,215.20859 L 255.2149,213.09889 L 256.59712,211.71668 L 257.3246,210.26172 L 258.05208,210.26172 L 258.05208,208.22477 L 256.59712,208.22477 L 257.3246,206.76981 L 255.94238,207.49729 L 258.70681,201.89569 L 257.3246,201.24096 L 258.05208,199.78599 L 257.3246,199.13126 L 260.08903,199.13126 L 262.19872,199.78599 L 263.58093,199.13126 L 265.03589,200.51348 L 264.30841,201.89569 L 264.30841,203.2779 L 265.69063,205.3876 L 266.41811,204.73286 L 266.41811,206.11508 L 269.18254,206.11508 L 269.18254,205.3876 L 270.56475,206.11508 L 272.01971,206.11508 L 272.01971,205.3876 L 273.40192,210.26172 L 274.05666,210.26172 L 274.05666,210.9892 L 274.78414,213.09889 L 274.78414,213.75363 L 275.51162,213.75363 L 274.78414,215.20859 L 275.51162,217.24553 L 275.51162,217.97302 L 274.78414,217.97302 L 274.78414,218.7005 L 275.51162,217.97302 L 274.78414,219.35523 L 275.51162,218.7005 L 275.51162,219.35523 L 274.78414,220.73744 L 276.16635,220.73744 L 276.16635,221.46492 L 275.51162,221.46492 L 276.16635,222.1924 L 275.51162,222.84714 L 276.16635,222.84714 L 275.51162,224.22935 L 274.78414,224.95683 L 275.51162,224.95683 L 276.16635,225.68431 L 275.51162,227.06653 L 276.89383,227.06653 L 276.16635,227.72126 L 276.89383,227.72126 L 276.89383,228.44874 L 277.54857,227.72126 L 279.00353,228.44874 L 278.27605,229.17622 L 279.00353,229.17622 L 279.00353,231.94065 L 279.65826,230.55843 L 279.65826,229.83095 L 280.38574,228.44874 L 281.04047,230.55843 L 283.15017,231.94065 L 281.76795,232.66813 L 282.49544,232.66813 L 281.76795,233.32286 L 281.04047,233.32286 L 281.04047,234.05034 L 281.76795,234.05034 L 285.25986,236.81477 L 283.87765,236.81477 L 284.53238,237.54225 L 283.87765,238.19698 L 285.25986,237.54225 L 285.25986,238.19698 L 284.53238,238.19698 L 283.87765,238.92446 L 283.87765,239.65194 L 283.15017,240.30668 L 283.15017,239.65194 L 282.20444,241.03416 L 281.76795,241.03416 L 282.05895,241.2524 L 281.76795,241.68889 L 281.04047,241.68889 L 280.38574,243.79859 L 279.00353,243.14385 L 278.27605,244.52607 L 276.89383,244.52607 L 277.54857,245.1808 L 276.89383,245.1808 L 277.54857,245.90828 L 276.16635,246.63576 L 276.89383,247.29049 L 276.16635,247.29049 L 276.89383,249.40019 L 276.16635,250.7824 L 276.89383,250.7824 L 276.16635,251.50988 L 276.89383,251.50988 L 276.16635,252.16461 L 276.67559,252.67385 L 277.54857,252.16461 L 276.89383,255.00179 L 277.54857,257.11148 L 278.27605,257.11148 L 276.89383,257.76622 L 276.89383,259.14843 L 277.54857,259.87591 L 278.27605,258.4937 L 278.27605,259.14843 L 279.00353,259.87591 L 279.00353,261.25813 L 278.27605,264.0953 L 279.00353,262.64034 L 279.65826,262.64034 L 279.65826,261.98561 L 280.38574,262.64034 L 281.04047,263.36782 L 279.65826,264.0953 L 281.04047,264.0953 L 281.04047,265.47751 L 281.76795,265.47751 L 282.49544,265.47751 L 281.76795,266.13225 L 282.49544,266.13225 L 283.15017,265.47751 L 283.87765,268.24194 L 284.53238,267.58721 L 284.53238,268.96942 L 285.25986,267.58721 L 285.98734,269.62416 L 287.36956,269.62416 L 287.36956,270.35164 L 288.02429,271.73385 L 288.02429,270.35164 L 288.75177,271.07912 L 289.47925,274.57102 L 291.5162,276.60797 L 290.86146,277.33545 L 290.86146,278.06293 L 289.47925,278.71767 L 290.13398,278.71767 L 290.13398,279.44515 L 289.62475,279.66339 L 290.86146,282.20957 L 290.13398,283.59179 L 290.86146,282.93705 L 290.86146,284.31927 L 290.13398,285.04675 L 291.5162,285.04675 L 291.5162,285.70148 L 290.86146,285.70148 L 292.24368,286.42896 L 292.97116,286.42896 L 292.24368,287.0837 L 292.24368,287.81118 L 292.97116,287.0837 L 292.24368,288.53866 L 293.62589,287.81118 L 293.62589,289.19339 L 295.00811,287.81118 L 295.73559,288.53866 L 296.46307,289.19339 L 296.46307,288.53866 L 297.1178,289.19339 L 297.1178,288.53866 L 298.50001,289.92087 L 298.50001,289.19339 L 299.22749,289.19339 L 299.95498,289.92087 L 300.60971,287.81118 L 301.99192,288.53866 L 302.7194,287.0837 L 302.7194,286.42896 L 303.44688,285.70148 L 302.7194,285.70148 L 303.44688,285.04675 L 303.44688,284.31927 L 304.10162,283.59179 L 304.10162,282.93705 L 303.44688,283.59179 L 304.10162,282.20957 L 302.7194,282.20957 L 301.33719,281.55484 L 301.33719,280.82736 L 300.60971,278.71767 L 300.60971,278.06293 L 299.95498,278.06293 L 299.95498,276.60797 L 299.22749,275.95324 L 299.22749,274.57102 L 297.84528,274.57102 L 298.50001,273.84354 L 297.1178,273.11606 L 297.1178,271.73385 L 296.46307,271.07912 L 295.73559,271.73385 L 295.00811,270.35164 L 295.00811,268.96942 L 294.35337,268.96942 L 295.00811,267.58721 L 294.35337,266.85973 L 294.35337,266.13225 L 293.62589,267.58721 L 292.97116,266.85973 L 292.24368,267.58721 L 292.24368,266.85973 L 292.24368,266.13225 L 292.97116,265.47751 L 292.24368,265.47751 L 292.24368,264.0953 L 291.5162,264.0953 L 290.86146,263.36782 L 290.86146,261.25813 L 291.5162,261.25813 L 291.5162,259.14843 L 292.24368,259.87591 L 292.24368,259.14843 L 292.97116,258.4937 L 292.24368,256.384 L 295.00811,252.8921 L 293.62589,253.61958 L 294.35337,252.8921 L 293.62589,252.8921 L 294.35337,252.16461 L 293.62589,252.16461 L 294.35337,250.12767 L 293.62589,250.12767 L 294.35337,248.67271 L 292.97116,248.67271 L 293.62589,248.01797 L 293.62589,247.29049 L 294.35337,246.63576 L 293.62589,245.90828 L 295.00811,244.52607 L 295.73559,245.1808 L 295.73559,243.79859 L 296.46307,245.1808 L 297.84528,243.79859 L 299.22749,243.79859 L 298.50001,242.41637 L 299.22749,243.14385 L 299.22749,242.41637 L 301.33719,243.79859 L 300.60971,242.41637 L 301.33719,241.68889 L 301.33719,241.03416 L 301.99192,241.03416 L 301.99192,240.30668 L 301.33719,238.92446 L 302.7194,239.65194 L 303.44688,241.03416 L 304.8291,241.03416 L 305.48383,241.68889 L 306.93879,242.41637 L 306.93879,241.68889 L 307.59352,242.41637 L 307.59352,241.68889 L 308.321,243.14385 L 308.97574,243.79859 L 309.70322,243.79859 L 310.4307,244.52607 L 311.08543,244.52607 L 311.81291,245.90828 L 311.81291,245.1808 L 313.19513,245.1808 L 312.46765,245.90828 L 313.19513,245.90828 L 313.19513,245.1808 L 313.92261,245.90828 L 313.92261,246.63576 L 315.30482,245.90828 L 314.57734,246.63576 L 314.57734,247.29049 L 316.68703,247.29049 L 317.41452,248.67271 L 319.45146,248.01797 L 318.79673,248.67271 L 320.17894,248.67271 L 320.17894,249.40019 L 320.90642,248.67271 L 322.28864,249.40019 L 322.28864,250.12767 L 323.67085,251.50988 L 323.67085,250.7824 L 324.39833,248.67271 L 325.78055,247.29049 L 329.27245,248.01797 L 329.92719,246.63576 L 330.65467,246.63576 L 332.03688,246.63576 L 331.38215,245.90828 L 330.65467,245.90828 L 326.43528,245.90828 L 326.43528,243.79859 L 324.39833,243.79859 L 324.39833,242.41637 L 322.94337,243.14385 L 323.67085,240.30668 L 322.94337,239.65194 L 318.79673,238.92446 L 317.41452,239.65194 L 314.57734,239.65194 L 313.92261,238.92446 L 313.19513,240.30668 L 313.19513,238.92446 L 312.46765,239.65194 L 312.46765,238.19698 L 311.08543,238.19698 L 310.4307,237.54225 L 309.70322,238.19698 L 309.70322,237.54225 L 307.59352,237.54225 L 306.93879,236.81477 L 307.59352,236.16004 L 306.21131,236.16004 L 306.93879,235.43256 L 304.10162,234.70507 L 304.8291,233.32286 L 304.10162,232.66813 L 305.48383,232.66813 L 304.8291,231.94065 L 304.8291,230.55843 L 306.93879,227.72126 L 307.59352,227.72126 L 308.321,227.06653 L 308.97574,228.44874 L 310.4307,227.72126 L 309.70322,223.57462 L 311.08543,218.7005 L 309.70322,216.5908 L 307.59352,215.86332 L 306.21131,216.5908 L 304.8291,218.7005 L 302.7194,220.73744 L 301.99192,222.1924 L 298.50001,219.35523 L 297.1178,217.24553 L 297.84528,215.20859 L 296.46307,213.09889 L 295.73559,210.26172 L 297.1178,203.2779 L 298.50001,201.89569 L 297.84528,200.51348 L 298.50001,200.51348 L 297.84528,199.13126 L 298.50001,197.02157 L 297.84528,196.29409 L 295.00811,197.02157 L 295.51734,197.60355 L 292.97116,196.29409 L 292.24368,196.29409 L 292.24368,193.52966 L 292.97116,194.91187 L 292.97116,194.25714 L 295.00811,194.25714 L 292.97116,193.52966 L 290.13398,190.03775 L 290.13398,190.76523 L 289.47925,190.76523 L 290.13398,191.41996 L 286.64208,190.76523 L 285.98734,191.41996 L 284.53238,194.91187 L 282.49544,194.91187 L 275.51162,192.14745 L 273.40192,189.31027 L 266.41811,187.27332 L 266.41811,186.54584 L 265.69063,184.43615 L 265.69063,183.78142 L 264.30841,185.16363 L 261.54399,185.81836 L 262.19872,186.54584 L 261.76223,187.41882 L 262.63521,187.78256 L 261.54399,188.65554 L 260.08903,187.92806 L 258.05208,190.03775 L 258.05208,191.41996 L 256.59712,190.76523 L 255.2149,190.76523 L 254.56017,190.03775 L 254.56017,190.76523 L 253.10521,189.31027 L 251.06826,189.31027 L 250.34078,188.65554 L 249.6133,187.27332 L 248.23109,187.92806 L 246.84887,187.92806 L 246.12139,188.65554 L 248.23109,189.31027 L 248.23109,191.41996 L 246.12139,190.76523 L 244.08445,192.14745 L 243.35697,191.41996 L 243.35697,192.14745 L 242.62948,192.14745 L 241.97475,192.80218 L 242.62948,192.80218 L 242.62948,194.91187 L 241.97475,194.91187 L 241.24727,196.29409 L 241.97475,195.63935 L 241.97475,196.29409 L 241.24727,197.74905 L 240.59254,197.74905 L 241.97475,199.13126 L 241.24727,199.13126 L 241.97475,199.78599 L 241.24727,200.51348 L 241.97475,201.24096 L 241.24727,201.24096 L 242.62948,202.62317 L 241.24727,203.2779 L 243.35697,203.2779 L 244.08445,203.2779 L 244.08445,204.00538 L 244.73918,204.00538 L 245.46666,206.76981 L 246.12139,206.76981 L 246.12139,206.11508 L 246.84887,207.49729 L 247.57635,206.76981 L 248.95857,208.8795 L 248.23109,209.60699 L 245.46666,210.26172 L 246.12139,211.71668 L 245.46666,213.75363 L 246.12139,213.75363 L 247.57635,215.86332 L 246.84887,218.7005 L 248.23109,220.08271 L 244.73918,219.35523 L 241.97475,215.86332 L 238.48284,215.86332 L 236.37315,213.09889 L 237.10063,212.00767 L 237.10063,212.37141 L 237.10063,213.09889 L 239.13758,214.48111 L 240.59254,214.48111 L 239.86506,215.20859 L 241.24727,214.48111 L 243.35697,215.20859 L 244.08445,214.48111 L 243.35697,214.48111 L 242.62948,213.75363 L 241.97475,214.48111 L 240.59254,213.75363 L 240.59254,211.71668 L 241.24727,211.71668 L 241.24727,210.26172 L 240.59254,211.71668 L 239.86506,210.9892 L 239.86506,213.09889 L 238.70109,212.29866 L 239.13758,213.75363 L 238.48284,213.75363 L 237.10063,212.37141 L 238.04636,211.93492 L 237.75536,211.71668 L 238.48284,210.26172 L 237.75536,210.9892 L 236.37315,210.9892 L 235.64567,212.37141 L 235.64567,210.9892 L 235.20918,207.13355 L 236.37315,205.3876 L 234.99094,204.73286 L 234.26346,202.62317 L 234.99094,201.89569 L 234.99094,202.62317 L 237.10063,200.51348 L 236.37315,197.02157 L 236.37315,194.91187 L 235.64567,194.25714 L 237.75536,193.52966 L 236.37315,192.80218 L 235.64567,192.80218 L 235.64567,191.41996 L 237.10063,191.41996 L 236.37315,190.76523 L 237.10063,189.31027 L 236.37315,189.31027 L 236.37315,188.65554 L 238.48284,187.92806 L 239.86506,185.16363 L 238.48284,187.27332 L 236.37315,187.27332 L 235.64567,187.92806 L 234.26346,186.54584 L 234.26346,185.16363 L 232.88124,185.81836 L 232.88124,185.16363 L 232.88124,184.43615 L 232.15376,185.16363 L 232.88124,185.16363 L 231.49903,187.27332 L 228.00712,187.27332 L 227.27964,186.54584 L 226.62491,184.43615 L 228.00712,183.78142 L 226.62491,183.78142 L 225.16994,185.81836 L 222.40552,185.81836 L 222.40552,185.16363 L 221.67804,185.16363 L 220.29582,185.81836 L 218.18613,184.43615 L 217.5314,183.78142 L 216.80391,181.67172 L 218.91361,180.94424 L 218.18613,179.56203 L 219.64109,178.83455 L 217.5314,178.83455 L 215.4217,177.45233 L 216.14918,176.7976 L 214.03949,178.17981 L 215.4217,178.17981 L 214.69422,178.83455 L 214.69422,180.28951 L 216.14918,179.56203 L 216.80391,180.94424 L 216.14918,180.94424 L 215.4217,182.32645 L 214.69422,182.32645 L 214.03949,183.05393 L 212.65727,178.83455 L 209.16537,175.34264 L 208.43789,175.34264 L 208.43789,173.96042 L 211.92979,172.57821 L 210.54758,172.57821 L 208.43789,173.96042 L 207.7104,173.96042 L 208.43789,172.57821 L 209.16537,171.85073 L 207.78315,171.85073 L 207.05567,172.57821 L 204.94598,171.85073 L 206.32819,170.46852 L 207.7104,171.196 L 209.16537,169.81378 L 207.7104,170.46852 L 206.32819,169.81378 L 204.94598,171.196 L 198.68964,169.0863 L 193.74277,168.35882 L 192.36056,163.4847 L 192.36056,162.82997 L 191.70583,162.82997 L 189.66888,161.37501 C 187.5763,161.55207 185.41974,161.48277 183.26705,160.72027 L 182.61232,159.33806 L 182.61232,158.61058 L 184.72201,157.8831 L 181.2301,157.8831 L 179.77514,157.22836 L 176.28323,159.99279 L 174.90102,159.33806 L 174.90102,161.37501 L 175.6285,162.82997 L 172.79132,162.82997 L 171.40911,164.21218 L 171.40911,160.72027 L 172.79132,159.33806 L 171.40911,155.11867 L 172.13659,153.73646 L 169.29942,154.39119 L 169.29942,155.11867 L 168.64468,155.11867 L 168.64468,153.73646 L 167.9172,155.11867 L 167.26247,154.39119 L 167.26247,155.11867 L 166.53499,155.11867 L 166.53499,155.84615 L 164.42529,155.11867 L 163.04308,158.61058 L 162.3156,158.61058 L 162.3156,159.33806 L 160.93339,158.61058 L 160.27865,159.33806 L 159.55117,157.8831 L 158.16896,158.61058 L 158.16896,157.8831 L 157.44148,159.33806 L 153.94957,159.99279 L 153.94957,159.33806 L 152.56736,159.33806 L 151.83988,157.22836 L 153.29484,157.22836 L 153.94957,157.22836 L 155.33178,155.84615 L 153.29484,156.50088 L 153.29484,157.22836 L 152.56736,156.50088 L 152.56736,155.84615 L 153.29484,155.84615 L 153.94957,155.11867 L 153.94957,154.39119 L 151.18514,155.11867 L 152.56736,153.73646 L 152.56736,152.35424 L 153.94957,151.62676 L 153.94957,153.00898 L 154.67705,151.62676 L 155.33178,152.35424 L 155.33178,150.89928 L 156.05926,151.62676 L 157.44148,150.24455 L 157.44148,149.51707 L 158.82369,150.24455 L 158.16896,149.51707 L 158.82369,148.86234 L 158.82369,146.75264 L 159.55117,148.13485 L 160.27865,147.40737 L 161.66087,147.40737 L 161.66087,146.75264 L 162.3156,146.75264 L 161.66087,146.02516 L 162.3156,146.02516 L 163.04308,145.37043 L 161.66087,145.37043 L 162.3156,143.91547 L 163.04308,143.26073 L 163.77056,143.26073 L 163.04308,142.53325 L 164.42529,141.15104 L 163.04308,139.76882 L 163.77056,136.27692 L 167.26247,132.78501 L 166.53499,132.05753 L 167.26247,132.05753 L 167.26247,129.94783 L 165.80751,129.2931 L 165.15277,127.91089 L 167.26247,125.07371 L 167.26247,124.41898 L 165.80751,126.45593 L 162.3156,118.81738 L 163.77056,120.19959 L 163.77056,118.81738 L 163.04308,118.81738 L 162.3156,118.0899 L 158.82369,110.45135 L 157.44148,108.99638 L 153.29484,108.34165 L 150.45766,110.45135 L 149.80293,110.45135 L 149.80293,111.10608 L 148.34797,111.83356 L 147.69323,110.45135 L 146.31102,112.48829 L 145.58354,112.48829 L 144.85606,111.83356 L 144.85606,112.48829 L 145.58354,112.48829 L 144.85606,113.94325 L 142.81911,113.21577 L 142.81911,113.94325 L 138.59972,114.59799 L 133.7256,117.43516 L 132.99812,117.43516 L 132.99812,118.0899 L 131.61591,118.81738 L 130.88843,120.19959 L 128.85148,119.47211 L 128.124,120.19959 L 123.90461,122.30928 L 122.5224,121.5818 L 123.24988,122.30928 L 121.86766,122.96402 L 121.14018,124.41898 L 119.75797,124.41898 L 119.75797,125.80119 L 118.37576,125.07371 L 118.37576,125.80119 L 114.88385,125.80119 L 114.15637,124.41898 L 114.88385,124.41898 L 115.53858,123.6915 L 114.88385,122.96402 L 114.88385,124.41898 L 113.42889,123.6915 L 113.42889,124.41898 L 111.39194,124.41898 L 110.66446,125.07371 L 109.93698,125.07371 L 109.93698,124.41898 L 108.55477,124.41898 L 107.90003,123.6915 L 107.17255,123.6915 L 106.44507,122.30928 L 107.17255,122.96402 L 107.90003,122.30928 L 107.17255,120.19959 L 106.44507,118.81738 L 108.55477,119.47211 L 109.28225,118.81738 L 107.90003,117.43516 L 107.17255,118.0899 L 107.17255,116.70768 L 108.55477,116.70768 L 106.44507,115.9802 L 108.55477,115.9802 L 105.79034,114.59799 L 103.68064,108.34165 L 103.68064,106.23196 L 104.40812,105.50448 L 101.57095,101.35784 L 98.806522,97.865928 L 97.424308,96.483714 L 93.9324,92.264325 L 91.822706,92.264325 L 91.822706,90.882112 L 88.985531,87.390204 L 88.985531,86.662723 L 91.095225,86.00799 L 93.9324,88.044937 L 93.204919,86.662723 L 93.204919,86.00799 L 91.822706,85.280509 L 91.095225,85.280509 L 91.095225,86.00799 L 90.440492,86.00799 L 90.440492,84.553029 L 89.713011,83.170815 L 91.822706,83.170815 L 92.477439,82.516082 L 93.204919,83.170815 L 93.204919,82.516082 L 93.9324,81.788601 L 92.477439,82.516082 L 92.477439,81.788601 L 91.822706,83.170815 L 91.822706,81.06112 L 89.713011,78.296693 L 89.713011,76.186999 L 85.493623,70.585396 L 89.713011,69.930664 L 93.204919,67.093488 L 92.477439,67.820969 L 94.587133,67.093488 L 97.424308,67.093488 L 100.18874,66.438755 L 100.91622,65.711275 L 102.95316,62.946847 L 103.68064,60.109672 L 102.95316,60.109672 L 102.95316,58.727459 L 104.40812,58.072726 L 103.68064,57.345245 L 102.95316,58.072726 L 103.68064,53.853337 L 105.06286,53.853337 L 106.44507,51.08891 L 107.90003,51.08891 L 108.55477,52.471123 L 108.55477,51.08891 L 111.39194,53.853337 L 115.53858,53.125856 L 117.64828,54.580818 L 122.5224,53.125856 L 125.35957,51.743642 L 128.85148,51.08891 L 130.23369,49.633948 L 132.34339,51.08891 L 133.7256,50.361429 L 135.10782,48.979215 L 137.21751,50.361429 L 138.59972,52.471123 L 142.09163,54.580818 L 144.20133,54.580818 L 144.85606,53.853337 L 147.69323,53.853337 L 146.96575,55.235551 L 148.34797,55.963031 L 150.45766,58.727459 L 151.18514,59.454939 L 151.18514,60.109672 L 156.05926,61.564634 L 158.16896,62.946847 L 156.78675,64.329061 L 155.33178,67.093488 L 155.33178,69.930664 L 157.44148,72.695091 L 159.55117,74.804785 L 165.15277,79.024174 L 165.15277,78.296693 L 167.26247,79.678907 L 165.80751,81.06112 L 168.64468,82.516082 L 177.01071,83.170815 L 178.39293,84.553029 L 183.26705,85.280509 L 185.37674,86.662723 L 186.10422,88.044937 L 185.37674,90.154631 L 187.48644,90.882112 L 186.10422,90.882112 L 186.10422,93.646539 L 186.75896,95.756234 L 186.10422,95.028753 L 186.10422,96.483714 L 186.75896,95.756234 L 186.75896,97.865928 L 187.48644,97.865928 L 189.59613,99.248142 L 190.25086,99.248142 L 194.47025,100.63036 L 195.19773,99.975622 L 197.96216,99.248142 L 197.96216,98.520661 L 197.96216,97.865928 L 199.34437,97.865928 L 199.34437,99.248142 L 200.72659,98.520661 L 200.72659,97.865928 L 202.83628,97.865928 L 202.18155,96.483714 L 204.94598,95.756234 L 205.67346,94.37402 L 206.32819,94.37402 L 206.32819,95.028753 L 207.7104,93.646539 L 208.43789,94.37402 L 209.16537,93.646539 L 209.8201,94.37402 L 211.20231,94.37402 L 211.92979,95.028753 L 211.20231,95.756234 L 211.92979,96.483714 L 213.31201,96.483714 L 214.03949,97.865928 L 214.69422,97.138447 L 215.4217,98.520661 L 221.67804,99.975622 L 225.16994,103.46753 L 226.62491,104.12226 L 229.38933,102.74005 L 230.11681,102.74005 L 233.60872,99.975622 L 233.60872,100.63036 L 234.26346,99.975622 L 235.64567,99.248142 L 236.37315,94.37402 L 237.75536,92.264325 L 237.10063,89.499898 L 239.13758,88.772417 L 238.48284,88.044937 L 241.24727,85.280509 L 240.59254,83.898296 L 242.62948,83.898296 L 244.08445,83.170815 L 245.46666,80.406388 L 247.57635,79.024174 L 248.23109,77.569212 L 251.06826,74.077304 L 253.10521,74.077304 L 253.83269,72.040358 L 255.2149,72.695091 L 257.3246,72.040358 L 258.70681,72.040358 L 260.81651,69.203183 L 260.81651,67.820969 L 262.9262,68.54845 L 263.58093,67.820969 L 262.9262,65.711275 L 266.41811,66.438755 L 267.80032,64.329061 L 267.07284,62.946847 L 268.5278,62.219367 L 270.56475,60.109672 L 271.29223,60.109672 L 272.01971,61.564634 L 272.67444,60.837153 L 272.67444,60.109672 L 276.89383,49.633948 L 276.16635,48.251734 L 274.05666,47.597002 L 274.78414,46.14204 L 274.05666,44.105094 L 272.67444,43.377613 L 272.67444,41.267918 L 273.40192,40.613186 L 276.16635,40.613186 L 276.89383,42.650132 L 279.65826,45.487307 L 279.65826,48.979215 L 281.76795,50.361429 L 283.87765,50.361429 L 284.53238,51.743642 L 283.87765,52.471123 L 283.87765,55.235551 L 281.04047,57.345245 L 279.65826,57.345245 L 279.00353,58.072726 L 279.65826,60.109672 L 279.65826,60.837153 L 279.65826,61.564634 L 281.76795,65.056542 L 283.15017,65.711275 L 283.87765,65.056542 L 283.87765,64.329061 L 285.98734,63.60158 L 288.75177,63.60158 L 290.13398,60.837153 L 290.13398,60.109672 L 292.24368,59.454939 L 292.97116,61.564634 L 293.62589,62.219367 L 292.97116,64.329061 L 289.47925,66.438755 L 289.47925,67.093488 L 285.98734,68.54845 L 282.49544,70.585396 L 274.78414,74.077304 L 274.05666,75.532266 L 276.16635,77.569212 L 276.16635,78.296693 L 273.40192,78.296693 L 273.40192,77.569212 L 272.01971,79.024174 L 270.56475,78.514938 L 266.41811,79.678907 L 265.69063,81.06112 L 264.30841,81.06112 L 260.81651,86.00799 L 258.70681,93.646539 L 252.45048,97.865928 L 250.34078,99.975622 L 249.6133,104.84974 L 250.34078,106.23196 L 251.06826,105.50448 L 251.06826,106.95944 L 251.723,107.61417 L 250.34078,108.34165 L 250.34078,109.72387 L 249.6133,109.72387 L 249.6133,111.10608 L 250.34078,111.83356 L 251.723,112.48829 L 252.45048,112.48829 L 251.06826,111.10608 L 254.56017,113.21577 L 255.94238,113.21577 L 255.94238,114.59799 L 257.3246,113.94325 L 257.3246,113.21577 L 258.70681,113.94325 L 258.70681,114.59799 L 260.08903,112.48829 L 258.05208,111.83356 L 258.70681,110.45135 L 258.70681,108.34165 L 258.70681,107.61417 L 260.81651,104.84974 L 260.81651,105.50448 L 261.54399,105.50448 L 261.54399,106.95944 L 262.19872,106.95944 L 263.58093,110.45135 L 265.03589,109.72387 L 267.07284,108.34165 L 267.80032,103.46753 L 269.91002,101.35784 L 269.91002,99.975622 L 268.5278,100.63036 L 268.5278,99.975622 L 272.67444,95.756234 L 274.05666,95.756234 L 274.05666,93.646539 L 275.51162,92.991806 L 277.18482,93.501043 L 280.38574,92.264325 L 286.64208,87.390204 L 287.36956,87.390204 L 292.24368,83.898296 L 292.24368,84.553029 L 293.62589,84.553029 L 293.62589,83.898296 L 292.24368,83.898296 L 294.35337,82.516082 L 295.00811,82.516082 L 297.1178,79.678907 L 299.95498,79.024174 L 300.60971,76.91448 L 299.22749,76.91448 L 299.95498,75.532266 L 299.22749,74.804785 L 299.95498,73.422572 L 299.22749,71.312877 L 299.95498,69.930664 L 299.22749,70.585396 L 298.50001,67.820969 L 299.22749,67.093488 L 299.95498,67.093488 L 299.95498,66.438755 L 299.22749,66.438755 L 300.60971,65.711275 L 300.60971,65.056542 L 298.50001,65.711275 L 300.60971,63.60158 L 303.44688,62.219367 L 304.10162,60.837153 L 304.8291,60.837153 L 304.8291,58.727459 L 306.21131,58.727459 L 305.48383,57.345245 L 306.93879,57.345245 L 306.93879,55.963031 L 308.321,55.235551 L 310.4307,52.471123 L 311.08543,52.471123 L 311.08543,53.853337 L 311.81291,53.125856 L 313.19513,53.853337 L 313.92261,52.471123 L 311.08543,52.471123 L 311.08543,50.361429 L 311.81291,51.08891 L 313.19513,48.251734 L 313.92261,48.979215 L 314.57734,47.597002 L 313.92261,46.869521 L 315.30482,46.869521 L 315.95955,48.251734 L 317.41452,46.869521 L 320.17894,48.251734 L 323.67085,48.251734 L 323.67085,48.979215 L 325.05306,47.597002 L 325.78055,48.979215 L 327.16276,47.597002 L 330.65467,47.597002 L 329.92719,46.14204 L 327.89024,45.487307 L 328.54497,45.487307 L 327.89024,44.759826 L 320.90642,47.597002 L 319.45146,47.597002 L 318.06925,45.487307 L 315.95955,46.14204 L 315.95955,44.105094 L 314.57734,43.377613 L 314.57734,41.995399 L 315.95955,41.995399 L 316.68703,40.613186 L 317.41452,40.613186 L 319.45146,38.503491 L 319.45146,37.77601 L 318.79673,35.666316 L 320.17894,34.284102 L 320.17894,32.901889 L 321.56116,32.901889 L 321.56116,32.174408 L 322.28864,32.901889 L 322.28864,35.011583 L 323.67085,35.011583 L 323.67085,34.284102 L 325.78055,32.174408 L 325.78055,30.792194 L 327.16276,29.409981 L 326.43528,31.519675 L 327.89024,33.629369 L 328.54497,33.629369 L 330.65467,31.519675 L 332.76436,30.792194 L 330.65467,32.174408 L 331.38215,33.629369 L 327.16276,41.267918 L 330.65467,40.613186 L 329.92719,39.158224 L 331.38215,38.503491 L 332.03688,39.885705 L 333.41909,40.613186 L 332.76436,41.267918 L 332.76436,42.650132 L 331.38215,41.995399 L 332.03688,41.267918 L 330.65467,41.995399 L 330.65467,44.105094 L 329.27245,44.105094 L 332.76436,46.14204 L 336.911,43.377613 L 337.63848,44.759826 L 336.25627,47.597002 L 336.911,48.251734 L 335.52879,49.633948 L 333.41909,49.633948 L 332.03688,51.08891 L 330.65467,50.361429 L 330.65467,51.743642 L 329.27245,52.471123 L 328.54497,51.743642 L 327.89024,52.471123 L 324.39833,53.125856 L 326.43528,53.853337 L 327.89024,55.235551 L 327.16276,55.235551 L 327.16276,55.963031 L 325.78055,56.617764 L 326.43528,58.727459 L 327.89024,58.072726 L 328.54497,57.345245 L 327.89024,55.963031 L 329.92719,57.345245 L 323.67085,64.329061 L 322.94337,64.329061 L 322.94337,67.820969 L 322.28864,68.54845 L 325.05306,70.585396 L 325.05306,69.930664 L 324.39833,69.203183 L 325.05306,67.820969 L 328.54497,66.438755 L 328.54497,67.820969 L 330.65467,67.093488 L 332.76436,65.711275 L 333.41909,65.056542 L 333.41909,65.711275 L 333.41909,66.438755 L 331.38215,67.093488 L 330.65467,68.54845 L 334.14657,68.54845 L 335.52879,67.093488 L 336.25627,67.820969 L 332.76436,69.930664 L 332.76436,69.203183 L 332.03688,69.203183 L 331.38215,69.930664 L 332.03688,70.585396 L 329.92719,71.312877 L 330.65467,72.695091 L 332.76436,72.695091 L 334.87406,73.422572 L 334.87406,74.804785 L 336.25627,75.532266 L 336.25627,74.077304 L 337.63848,74.804785 L 339.74818,76.186999 L 343.24009,75.532266 L 346.73199,76.186999 L 347.38673,74.077304 L 352.3336,75.532266 L 352.3336,74.804785 L 348.84169,71.312877 L 349.49642,70.585396 L 348.84169,68.54845 L 351.60612,73.422572 L 355.8255,76.186999 L 356.48024,79.678907 L 357.86245,80.406388 L 359.97214,79.678907 L 361.35436,81.788601 L 363.46405,81.06112 L 363.46405,81.788601 L 364.19153,81.06112 L 366.95596,81.788601 L 366.95596,82.516082 L 366.95596,84.553029 L 360.69963,85.280509 L 357.86245,88.044937 L 357.86245,89.499898 L 355.8255,91.536845 L 355.09802,92.991806 L 352.98833,92.991806 L 354.37054,94.37402 L 354.37054,95.756234 L 355.8255,95.756234 L 355.09802,100.63036 L 355.8255,102.01257 L 357.20772,102.74005 L 357.86245,102.74005 L 358.58993,104.12226 L 357.86245,106.95944 L 357.86245,108.34165 L 357.20772,111.10608 L 358.58993,114.59799 L 357.86245,113.21577 L 357.20772,114.59799 L 356.48024,115.32547 L 357.86245,115.9802 L 357.20772,117.43516 L 358.58993,118.0899 L 358.58993,116.70768 L 359.31741,116.70768 L 362.08184,118.0899 L 362.08184,120.92707 L 361.35436,120.92707 L 362.08184,121.5818 L 362.08184,123.6915 L 360.69963,123.6915 L 361.35436,124.41898 L 360.69963,124.41898 L 359.97214,126.45593 L 361.35436,124.41898 L 362.08184,125.80119 L 361.35436,125.80119 L 362.08184,126.45593 L 362.08184,127.18341 L 362.80932,127.18341 L 362.80932,127.91089 L 363.46405,127.18341 L 364.84627,129.94783 L 362.08184,131.40279 L 362.08184,132.05753 L 362.80932,132.78501 L 364.84627,129.94783 L 364.84627,132.78501 L 365.57375,133.43974 L 364.84627,134.8947 L 366.30123,136.27692 L 367.68344,136.27692 L 365.57375,139.76882 L 366.95596,137.65913 L 367.68344,136.27692 L 369.06566,136.27692 L 371.17535,136.93165 L 371.83008,137.65913 L 371.17535,139.04134 L 371.83008,139.76882 L 371.83008,139.04134 L 372.55756,137.65913 L 373.28504,136.93165 L 374.66726,137.65913 L 374.66726,136.93165 L 369.79314,136.27692 L 371.17535,134.8947 L 371.17535,136.27692 L 373.28504,136.27692 L 373.28504,135.54944 L 371.83008,134.8947 L 371.83008,134.16722 L 372.55756,134.8947 L 375.32199,134.16722 L 375.32199,133.43974 L 377.43169,133.43974 L 380.92359,135.54944 L 383.03329,135.54944 L 383.03329,136.27692 L 383.76077,134.8947 L 385.14298,134.8947 L 385.14298,134.16722 L 384.4155,134.16722 L 382.30581,132.05753 L 381.65107,132.78501 L 381.65107,132.05753 L 378.8139,127.91089 L 380.26886,127.18341 L 380.92359,127.91089 L 381.65107,127.91089 L 383.03329,129.94783 L 382.30581,127.91089 L 384.4155,127.18341 L 385.14298,127.91089 L 386.5252,126.45593 L 387.25268,122.96402 L 387.90741,122.96402 L 386.5252,122.30928 L 389.28962,121.5818 L 390.74458,122.30928 L 392.78153,124.41898 L 393.50901,126.45593 L 395.61871,127.91089 L 396.27344,127.91089 L 397.00092,129.94783 L 397.7284,129.94783 L 397.7284,131.40279 L 399.11061,132.05753 L 400.49283,131.40279 L 403.25726,133.43974 L 403.98474,133.43974 L 403.25726,135.54944 L 403.98474,136.27692 L 401.87504,136.93165 L 399.76535,134.8947 L 399.11061,135.54944 L 398.38313,134.16722 L 397.00092,133.43974 L 394.38199,135.0402 L 397.00092,132.78501 L 394.23649,132.78501 L 394.23649,134.16722 L 393.50901,134.8947 L 392.1268,135.54944 L 391.39932,134.8947 L 391.39932,136.27692 L 390.74458,134.8947 L 391.32657,136.64066 L 391.39932,136.27692 L 392.1268,136.93165 L 392.99978,136.20417 L 390.74458,139.04134 L 390.74458,138.38661 L 391.25382,136.78615 L 390.0171,135.54944 L 390.0171,136.27692 L 389.28962,136.27692 L 389.50787,136.71341 L 390.0171,136.27692 L 390.0171,136.93165 L 389.65336,136.93165 L 390.0171,137.65913 L 389.28962,139.04134 L 390.74458,139.04134 L 392.1268,141.87852 L 391.39932,143.26073 L 392.78153,141.87852 L 392.1268,139.04134 L 392.78153,139.76882 L 393.50901,142.53325 L 395.61871,146.02516 L 397.51016,146.67989 L 397.7284,147.40737 L 399.11061,148.13485 L 400.49283,148.13485 L 400.49283,147.40737 L 401.87504,151.62676 L 402.60252,150.89928 L 403.25726,153.00898 L 406.09443,154.39119 L 406.74916,153.73646 L 408.20412,156.50088 L 408.85886,155.84615 L 410.96855,157.22836 L 410.96855,157.8831 L 412.35077,158.61058 L 413.73298,157.22836 L 412.35077,156.50088 L 411.69603,154.39119 L 409.58634,153.00898 L 409.58634,152.35424 L 410.24107,153.00898 L 410.96855,152.35424 L 409.58634,151.62676 L 408.85886,152.35424 L 407.47664,150.24455 L 405.36695,150.24455 L 408.20412,148.13485 L 409.58634,148.86234 L 413.07825,146.75264 L 410.96855,146.75264 L 410.24107,148.13485 L 410.96855,145.37043 L 410.24107,146.02516 L 409.58634,145.37043 L 409.58634,142.53325 L 408.85886,141.15104 L 409.58634,139.04134 L 407.47664,137.65913 L 408.20412,137.65913 L 406.74916,136.27692 L 406.74916,137.65913 L 404.71222,137.65913 L 403.98474,136.27692 L 404.71222,136.93165 L 405.36695,136.27692 L 406.09443,136.93165 L 404.71222,134.8947 L 406.74916,134.8947 L 407.47664,136.27692 L 408.20412,136.27692 L 408.20412,135.54944 L 406.74916,134.8947 L 408.85886,134.8947 L 410.96855,132.78501 L 413.07825,132.78501 L 413.07825,134.16722 L 416.57015,132.05753 L 420.7168,132.78501 L 431.19252,128.56562 L 431.92,128.56562 L 433.30221,128.56562 L 434.02969,127.91089 L 438.17634,128.56562 L 439.6313,128.56562 L 441.01351,127.18341 L 443.12321,127.18341 L 448.65206,120.92707 L 448.65206,115.9802 L 442.39572,108.34165 L 441.01351,107.61417 L 438.17634,106.95944 L 436.79412,107.61417 L 436.13939,106.23196 L 435.41191,106.23196 L 430.53779,102.74005 L 427.04588,102.01257 L 426.3184,102.74005 L 425.66367,102.74005 L 424.93618,101.35784 L 422.82649,102.01257 L 420.7168,101.35784 L 418.67985,102.01257 L 417.22489,102.01257 L 416.57015,100.63036 L 413.73298,101.35784 L 412.35077,103.46753 L 411.69603,103.46753 L 409.58634,101.35784 L 407.47664,101.35784 L 405.36695,102.74005 L 405.36695,104.12226 L 404.71222,104.12226 L 403.25726,102.01257 L 393.50901,99.975622 L 387.25268,94.37402 L 382.30581,89.499898 L 383.03329,88.772417 L 381.65107,87.390204 L 378.8139,86.00799 L 375.32199,86.00799 L 373.28504,85.280509 L 367.68344,84.553029 L 366.95596,82.516082 L 369.06566,81.06112 L 369.06566,80.406388 L 373.93978,81.06112 L 371.83008,80.406388 L 371.17535,80.406388 L 367.68344,79.024174 L 366.30123,77.569212 L 369.06566,76.91448 L 368.33817,76.186999 L 363.46405,75.532266 L 361.35436,74.077304 L 360.69963,74.804785 L 359.97214,73.422572 L 357.20772,73.422572 L 355.8255,74.077304 L 354.37054,73.422572 L 352.3336,72.695091 L 350.2239,70.585396 L 350.2239,69.203183 L 348.84169,68.54845 L 348.84169,67.820969 L 349.49642,63.60158 L 355.8255,65.711275 L 353.71581,62.219367 L 355.8255,60.837153 L 355.8255,59.454939 L 357.86245,59.454939 L 356.48024,58.727459 L 356.48024,57.345245 L 355.8255,57.345245 L 355.8255,56.617764 L 357.86245,54.580818 L 356.48024,53.853337 L 355.8255,54.580818 L 355.8255,53.125856 L 355.09802,53.853337 L 355.09802,55.235551 L 352.98833,56.617764 L 352.98833,55.963031 L 353.71581,53.853337 L 354.37054,53.853337 L 353.71581,52.471123 L 355.8255,51.08891 L 355.8255,52.471123 L 356.48024,52.471123 L 357.86245,51.08891 L 358.58993,51.743642 L 360.69963,51.08891 L 361.35436,48.979215 L 359.97214,47.597002 L 361.35436,47.597002 L 362.08184,44.759826 L 363.46405,46.14204 L 364.19153,44.759826 L 365.57375,44.759826 L 364.19153,42.650132 L 365.57375,41.995399 L 371.17535,44.105094 L 370.44787,42.650132 L 369.06566,42.650132 L 369.06566,41.267918 L 366.30123,40.613186 L 364.19153,39.158224 L 364.84627,38.503491 L 366.95596,39.158224 L 366.95596,40.613186 L 369.79314,41.267918 L 370.44787,40.613186 L 369.06566,39.885705 L 370.44787,39.885705 L 371.83008,41.267918 L 371.17535,41.995399 L 371.83008,41.995399 L 372.55756,42.650132 L 372.55756,41.995399 L 373.93978,42.650132 L 373.93978,41.267918 L 375.32199,41.267918 L 376.04947,40.613186 L 376.04947,42.650132 L 377.43169,41.995399 L 377.43169,40.613186 L 378.15917,40.613186 L 378.8139,39.158224 L 383.76077,37.77601 L 385.79771,39.885705 L 387.25268,40.613186 L 388.63489,40.613186 L 389.28962,39.885705 L 389.28962,46.869521 L 392.78153,47.597002 L 400.49283,46.869521 L 403.98474,44.105094 L 407.47664,44.105094 L 413.07825,46.869521 L 413.73298,47.597002 L 414.46046,46.869521 L 415.18794,48.979215 L 415.84267,48.979215 L 416.57015,49.633948 L 416.57015,50.361429 L 419.33458,55.963031 L 420.7168,55.963031 L 425.66367,55.235551 L 427.04588,56.617764 L 427.70061,58.072726 L 426.3184,58.072726 L 427.70061,58.727459 L 428.42809,60.837153 L 429.81031,60.109672 L 431.19252,58.072726 L 429.15557,54.580818 L 431.92,52.471123 L 431.19252,50.361429 L 431.92,49.633948 L 431.19252,47.597002 L 433.30221,46.869521 L 434.68443,44.759826 L 434.68443,41.995399 L 436.79412,38.503491 L 435.41191,35.011583 L 436.13939,32.901889 L 435.41191,30.792194 L 435.41191,20.31647 L 434.68443,19.661737 L 436.13939,10.568227 L 434.02969,2.8569298 L 431.92,0.092502547 L 428.42809,-1.2897111 L 427.04588,-2.0171919 L 427.70061,-2.0171919 L 425.66367,-2.7446727 L 425.66367,-1.2897111 L 424.93618,-2.0171919 L 424.93618,-3.3994055 L 424.2087,-2.7446727 L 422.17176,-4.1268863 L 423.55397,-2.7446727 L 420.7168,-4.1268863 L 418.67985,-3.3994055 L 418.67985,-4.1268863 L 417.22489,-4.7816191 L 417.22489,-5.5090999 L 415.84267,-4.7816191 L 415.84267,-4.1268863 L 415.18794,-4.7816191 L 415.18794,-4.1268863 L 413.73298,-4.1268863 L 413.73298,-1.2897111 L 411.69603,-3.3994055 L 406.74916,-2.7446727 L 406.09443,-3.3994055 L 406.74916,-3.7631459 L 406.74916,-4.7816191 L 404.71222,-4.7816191 L 404.71222,-5.5090999 L 403.25726,-6.2365808 L 404.71222,-4.7816191 L 406.09443,-3.3994055 L 402.60252,-5.5090999 L 401.22031,-5.5090999 L 400.49283,-7.6187944 L 399.76535,-8.2735272 L 399.11061,-7.6187944 L 398.38313,-8.2735272 L 394.89123,-13.220397 L 392.1268,-15.257343 L 385.79771,-13.87513 L 381.65107,-14.60261 L 380.26886,-13.220397 L 378.8139,-14.60261 L 376.77695,-14.60261 L 375.32199,-13.220397 L 362.80932,-13.220397 L 358.58993,-15.257343 L 357.20772,-15.257343 L 354.37054,-11.110702 L 346.73199,-11.765435 L 343.24009,-11.110702 L 339.74818,-11.110702 L 339.74818,-11.765435 L 337.63848,-10.383222 L 337.63848,-9.001008 L 336.911,-6.8913136 L 328.54497,-4.7816191 L 326.43528,-5.5090999 L 325.05306,-5.5090999 L 322.28864,-7.6187944 L 319.45146,-7.6187944 L 315.95955,-9.7284888 L 311.81291,-14.60261 L 311.08543,-15.984824 L 311.08543,-16.712305 L 310.4307,-18.749251 L 311.81291,-20.858946 L 313.19513,-25.078335 L 312.46765,-27.842762 L 312.46765,-28.570243 L 308.97574,-32.716884 L 306.21131,-34.826578 L 303.44688,-34.826578 L 292.97116,-28.570243 L 283.15017,-26.460548 L 277.54857,-25.733067 L 274.05666,-24.350854 L 272.01971,-21.586427 L 270.56475,-16.712305 L 269.91002,-14.60261 L 263.58093,-13.220397 L 260.81651,-11.110702 L 255.94238,-10.383222 L 253.83269,-9.001008 L 248.23109,-9.7284888 L 244.73918,-9.001008 L 237.10063,-4.7816191 L 237.75536,-5.5090999 L 235.64567,-4.7816191 L 234.99094,-4.1268863 L 236.37315,-4.1268863 L 234.99094,-3.3994055 L 234.99094,-0.6349783 L 233.60872,-0.6349783 L 233.60872,-1.2897111 L 232.15376,-2.0171919 L 231.49903,-1.2897111 L 232.15376,0.092502547 L 230.11681,-0.6349783 L 228.00712,1.4747162 L 226.62491,3.5844106 L 226.62491,5.694105 L 228.00712,7.0763186 L 232.88124,9.8407459 L 236.37315,14.714868 L 235.64567,16.169829 L 235.64567,18.934256 L 234.26346,19.661737 L 234.26346,21.043951 L 232.88124,21.043951 L 231.49903,24.535859 L 232.15376,26.645553 L 234.99094,27.300286 L 237.10063,30.792194 L 237.10063,33.629369 L 233.60872,31.519675 L 232.15376,30.137461 L 230.77155,30.792194 L 231.49903,31.519675 L 230.11681,33.629369 L 230.77155,34.284102 L 230.11681,34.284102 L 230.77155,35.011583 L 228.66185,35.666316 L 228.00712,35.666316 L 228.00712,36.393797 L 227.27964,37.121277 L 223.133,36.393797 L 218.91361,33.629369 L 216.14918,33.629369 L 214.69422,34.284102 L 211.92979,33.629369 L 211.20231,33.629369 L 211.20231,35.011583 L 209.8201,35.011583 L 208.43789,36.393797 L 207.05567,36.393797 L 207.05567,35.011583 L 204.94598,35.011583 L 200.72659,37.121277 L 200.07186,37.121277 L 199.34437,35.666316 L 195.19773,35.666316 L 191.70583,34.284102 L 190.25086,35.011583 L 190.25086,36.393797 L 188.21392,37.77601 L 181.2301,39.158224 L 177.73819,38.503491 L 176.28323,39.158224 L 174.90102,38.503491 L 173.5188,39.885705 L 170.0269,38.503491 L 168.64468,39.158224 L 158.82369,39.885705 L 152.56736,38.503491 L 149.07545,35.666316 L 147.69323,35.666316 L 146.31102,37.121277 L 143.47385,35.666316 L 142.81911,37.121277 L 141.36415,37.121277 L 138.59972,35.666316 L 137.21751,34.284102 L 131.61591,32.901889 L 128.124,35.011583 L 126.01431,35.011583 L 124.63209,36.393797 L 125.35957,35.011583 L 124.63209,35.666316 L 124.63209,36.393797 L 124.63209,39.158224 L 123.24988,37.77601 L 121.14018,37.121277 L 118.37576,39.158224 L 117.64828,38.503491 L 116.9208,39.885705 L 113.42889,39.885705 L 110.66446,41.267918 L 107.90003,46.14204 L 107.90003,48.251734 L 108.55477,48.979215 L 107.17255,49.633948 L 104.40812,49.633948 L 103.68064,50.361429 L 100.18874,45.487307 L 90.440492,36.393797 L 83.456676,35.011583 L 74.363166,35.011583 L 70.871258,32.901889 L 65.269655,30.792194 L 63.887441,27.300286 L 56.176145,22.426164 L 53.411717,16.824562 L 52.029504,15.442348 L 53.411717,11.95044 L 51.302023,9.1860131 L 50.574542,8.4585323 L 47.082634,5.694105 L 43.590726,4.2391434 L 39.444085,2.202197 L 33.842483,2.202197 L 28.24088,-0.6349783 L 20.602331,0.092502547 L 15.000729,2.202197 L 10.78134,0.74723531 L 2.4153102,-6.2365808 L -3.8410251,-6.2365808 L -7.3329331,-6.8913136 L -15.04423,-13.87513 L -19.263619,-18.749251 L -33.231251,-22.241159 L -34.613465,-23.696121 L -30.394076,-21.586427 L -31.776289,-23.696121 L -40.215067,-27.842762 L -39.487586,-27.842762 L -40.215067,-29.224975 L -41.597281,-28.570243 L -47.198883,-33.444364 L -48.581097,-32.716884 L -49.963311,-32.716884 L -54.182699,-35.554059 L -61.166516,-44.647569 L -61.166516,-45.302302 L -59.056821,-42.537875 L -57.674607,-42.537875 L -58.32934,-48.139477 L -57.674607,-50.176424 L -56.219646,-48.79421 L -56.219646,-49.521691 L -55.564913,-50.176424 L -56.219646,-50.176424 L -56.947127,-53.013599 L -56.219646,-55.778026 L -57.674607,-56.505507 L -58.32934,-57.887721 L -49.963311,-62.10711 C -46.165861,-66.585505 -39.065648,-66.6495 -35.268198,-71.127872 L 2.4153102,-90.042374 L 5.1797374,-91.424588 L 6.6346991,-91.424588 L 20.602331,-98.408404 L 21.984545,-98.408404 L 24.748972,-99.790617 L 26.858667,-100.5181 L 31.078055,-102.55504 L 32.460269,-102.55504 L 39.444085,-106.04695 L 40.826299,-106.04695 L 42.208512,-106.77443 L 44.318207,-107.50191 C 49.105031,-109.70766 54.145018,-110.86579 59.01332,-113.03077 L 60.395533,-113.03077 L 64.542174,-115.14046 L 65.997136,-115.14046 L 68.761563,-116.52268 L 70.871258,-117.25016 L 72.253471,-117.25016 L 75.017898,-118.63237 L 76.47286,-118.63237 L 79.237287,-120.01458 L 81.346982,-120.01458 L 84.111409,-121.46955 L 85.493623,-121.46955 L 88.330798,-122.85176 L 89.713011,-122.85176 L 91.822706,-123.50649 L 93.204919,-124.23397 L 94.587133,-124.23397 L 95.969347,-124.96145 L 97.424308,-124.96145 L 98.806522,-125.61619 L 100.91622,-126.34367 L 102.29843,-126.34367 L 103.68064,-126.9984 L 105.06286,-126.9984 L 106.44507,-127.72588 L 107.90003,-127.72588 L 109.93698,-128.45336 L 111.39194,-129.1081 L 112.77415,-129.1081 L 114.15637,-129.83558 L 115.53858,-129.83558 L 116.9208,-130.49031 L 119.03049,-130.49031 L 120.4127,-131.21779 L 121.86766,-131.21779 L 123.24988,-131.94527 L 124.63209,-131.94527 L 126.74179,-132.6 L 128.124,-132.6 L 129.50621,-133.32748 L 130.88843,-133.32748 L 132.34339,-133.98222 L 133.7256,-133.98222 L 135.8353,-134.7097 L 137.21751,-134.7097 L 138.59972,-135.43718 L 139.98194,-135.43718 L 141.36415,-136.09191 L 143.47385,-136.09191 L 144.85606,-136.81939 L 147.69323,-136.81939 L 149.07545,-137.47413 L 151.18514,-137.47413 L 152.56736,-138.20161 L 153.94957,-138.20161 L 155.33178,-138.92909 L 158.82369,-138.92909 L 160.27865,-139.58382 L 163.04308,-139.58382 L 165.15277,-140.3113 L 166.53499,-140.3113 L 167.9172,-140.96603 L 170.75438,-140.96603 L 172.79132,-141.69351 L 175.6285,-141.69351 L 177.01071,-142.42099 L 180.50262,-142.42099 L 181.88483,-143.07573 L 186.75896,-143.07573 L 188.21392,-143.80321 L 190.97834,-143.80321 L 193.08804,-144.45794 L 197.23468,-144.45794 L 198.68964,-145.18542 L 203.56376,-145.18542 L 204.94598,-145.9129 L 211.20231,-145.9129 L 213.31201,-146.56764 L 221.0233,-146.56764 L 222.40552,-147.29512 L 230.11681,-147.29512 L 231.49903,-147.94985 L 246.12139,-147.94985 L 247.57635,-148.67733 L 288.02429,-148.67733 L 289.47925,-147.94985 L 304.10162,-147.94985 L 305.48383,-147.29512 L 313.19513,-147.29512 L 314.57734,-146.56764 L 322.28864,-146.56764 L 324.39833,-145.9129 L 330.65467,-145.9129 L 332.03688,-145.18542 L 336.911,-145.18542 L 338.36596,-144.45794 L 342.5126,-144.45794 L 344.6223,-143.80321 L 347.38673,-143.80321 L 348.84169,-143.07573 L 353.71581,-143.07573 L 355.09802,-142.42099 L 358.58993,-142.42099 L 359.97214,-141.69351 L 362.80932,-141.69351 L 364.84627,-140.96603 L 367.68344,-140.96603 L 369.06566,-140.3113 L 370.44787,-140.3113 L 372.55756,-139.58382 L 375.32199,-139.58382 L 376.77695,-138.92909 L 380.26886,-138.92909 L 381.65107,-138.20161 L 383.03329,-138.20161 L 384.4155,-137.47413 L 386.5252,-137.47413 L 387.90741,-136.81939 L 390.74458,-136.81939 L 392.1268,-136.09191 L 394.23649,-136.09191 L 395.61871,-135.43718 L 397.00092,-135.43718 L 398.38313,-134.7097 L 399.76535,-134.7097 L 401.87504,-133.98222 L 403.25726,-133.98222 L 404.71222,-133.32748 L 406.09443,-133.32748 L 407.47664,-132.6 L 408.85886,-132.6 L 410.96855,-131.94527 L 412.35077,-131.94527 L 413.73298,-131.21779 L 415.18794,-131.21779 L 416.57015,-130.49031 L 418.67985,-130.49031 L 420.06206,-129.83558 L 421.44428,-129.83558 L 422.82649,-129.1081 L 424.2087,-129.1081 L 425.66367,-128.45336 L 427.70061,-127.72588 L 429.15557,-127.72588 L 430.53779,-126.9984 L 431.92,-126.9984 L 433.30221,-126.34367 L 434.68443,-126.34367 C 437.78638,-125.56376 440.65268,-123.75966 443.77794,-123.50649 L 445.88763,-122.85176 L 447.26985,-122.85176 L 450.10702,-121.46955 L 451.48924,-121.46955 L 452.87145,-120.74207 L 454.98114,-120.01458 L 456.36336,-120.01458 L 459.12778,-118.63237 L 460.58275,-118.63237 L 461.96496,-117.97764 L 464.07465,-117.25016 L 465.45687,-116.52268 C 469.53369,-116.44118 473.13906,-112.95802 477.3148,-113.03077 L 481.53419,-110.99382 L 482.91641,-110.99382 L 485.68083,-109.53886 L 487.79053,-108.88413 L 489.17274,-108.15665 L 490.55496,-108.15665 L 496.15656,-105.39222 L 497.53877,-105.39222 L 498.99373,-104.66474 L 501.03068,-104.01001 L 505.25007,-101.90031 L 503.14037,-97.02619 L 503.14037,-96.298709 L 499.64847,-91.424588 L 498.99373,-89.314893 L 500.37595,-90.042374 L 501.75816,-91.424588 L 501.75816,-90.042374 L 496.88404,-87.93268 L 494.04686,-84.440771 L 493.39213,-81.603596 L 487.79053,-80.221383 L 485.0261,-78.111688 L 481.53419,-78.111688 L 478.04229,-76.729475 L 473.8229,-71.855353 L 471.7132,-66.981231 L 472.44068,-66.25375 L 472.44068,-66.981231 L 475.20511,-66.25375 L 471.7132,-65.599018 L 466.83908,-62.10711 L 456.36336,-51.631385 L 447.26985,-43.920088 L 447.26985,-41.810394 L 445.16015,-39.7007 L 444.50542,-38.318486 L 443.12321,-38.318486 L 440.28603,-35.554059 L 441.01351,-35.554059 L 439.6313,-34.171845 L 441.01351,-34.171845 L 440.28603,-33.444364 L 431.92,-27.842762 L 430.53779,-26.460548 L 428.42809,-25.078335 L 428.42809,-23.696121 L 427.04588,-21.586427 L 423.55397,-19.476732 L 424.2087,-15.984824 L 423.55397,-15.257343 L 424.2087,-15.257343 L 425.66367,-15.984824 L 427.70061,-19.476732 L 432.64748,-22.96864 L 434.68443,-27.188029 L 441.66824,-31.33467 L 446.61511,-32.716884 L 445.88763,-32.062151 L 447.26985,-29.224975 L 445.88763,-25.733067 L 446.61511,-21.586427 L 445.16015,-15.257343 L 445.88763,-13.220397 L 447.26985,-12.492916 L 447.99733,-21.586427 L 448.65206,-22.96864 L 448.65206,-27.842762 L 449.37954,-28.570243 L 449.37954,-27.188029 L 450.10702,-27.842762 L 452.14397,-26.460548 L 454.25366,-26.460548 L 453.59893,-27.188029 L 457.09084,-28.570243 L 459.85526,-31.33467 L 462.61969,-32.716884 L 462.61969,-33.444364 L 468.22129,-36.936272 L 473.09542,-41.155661 L 475.20511,-41.155661 L 475.20511,-43.192608 L 476.58732,-43.920088 L 477.3148,-43.920088 L 478.69702,-44.647569 L 483.57114,-48.139477 L 485.0261,-50.903905 L 484.29862,-51.631385 L 488.51801,-54.395813 L 488.51801,-55.123293 L 490.55496,-55.778026 L 491.28244,-55.123293 L 494.04686,-55.778026 L 494.04686,-55.123293 L 494.77435,-55.778026 L 501.03068,-57.16024 L 507.35976,-62.761842 L 508.0145,-64.144056 L 508.74198,-63.489323 L 510.12419,-64.871537 L 508.0145,-64.144056 L 510.12419,-65.599018 L 510.85167,-65.599018 L 512.96137,-69.745658 L 513.6161,-68.363445 L 513.6161,-71.855353 L 514.34358,-72.582834 L 514.34358,-73.237567 L 513.6161,-72.582834 L 513.6161,-73.965047 L 516.45327,-76.074742 L 518.49022,-78.839169 L 518.49022,-80.221383 L 520.59992,-82.331077 L 528.96594,-87.205199 L 531.07564,-87.205199 L 531.80312,-86.550466 L 533.18533,-86.550466 L 538.05946,-87.205199 L 543.66106,-84.440771 L 545.77075,-83.713291 L 572.3238,-70.473139 L 573.70602,-69.090926 L 577.85266,-66.981231 L 578.58014,-66.25375 L 582.79953,-64.144056 L 584.18174,-62.761842 L 592.54777,-58.615202 L 593.92998,-57.16024 L 599.53159,-54.395813 L 600.9138,-53.013599 L 602.29601,-52.286118 L 603.02349,-51.631385 L 605.78792,-50.176424 L 607.24288,-48.79421 L 611.38952,-46.684516 L 612.77174,-45.302302 L 615.60891,-43.920088 L 617.71861,-41.810394 L 621.86525,-39.7007 L 623.24746,-38.318486 L 626.08464,-36.936272 L 628.19433,-34.826578 L 630.95876,-33.444364 L 632.34097,-32.062151 L 633.72319,-31.33467 L 635.83288,-29.224975 L 638.67006,-27.842762 L 640.05227,-26.460548 L 641.43448,-25.733067 L 643.54418,-23.696121 L 646.30861,-22.241159 L 648.4183,-20.204213 L 649.80051,-19.476732 C 652.23035,-17.474705 656.29837,-13.933328 658.89402,-12.492916 L 659.6215,-11.110702 L 662.38593,-9.7284888 L 665.87784,-6.2365808 L 667.26005,-5.5090999 L 669.36975,-3.3994055 L 670.75196,-2.7446727 L 672.13417,-1.2897111 L 673.58914,-0.6349783 L 674.24387,0.74723531 L 675.62608,1.4747162 L 677.08104,2.8569298 L 678.46326,3.5844106 L 679.11799,4.9666242 L 680.57295,5.694105 L 684.06486,9.1860131 L 685.44707,9.8407459 L 686.10181,11.222959 L 687.55677,11.95044 L 691.04868,15.442348 L 692.43089,16.169829 L 693.08562,17.552043 L 694.54058,18.206776 L 693.08562,21.043951 L 693.08562,26.645553 L 693.8131,27.300286 L 695.19532,25.190592 L 697.30501,26.645553 L 697.30501,27.300286 L 695.9228,30.137461 L 696.57753,32.174408 L 695.9228,31.519675 L 695.19532,34.284102 L 694.54058,38.503491 L 695.9228,41.995399 L 693.08562,51.743642 L 690.3212,54.580818 L 688.2115,52.471123 L 674.97135,54.580818 L 672.86166,54.580818 L 670.75196,52.471123 L 659.6215,46.869521 L 651.91021,47.597002 L 647.03609,49.633948 L 642.16196,54.580818 L 640.707,55.235551 L 640.05227,58.727459 L 638.67006,58.727459 L 638.67006,60.109672 L 637.94258,59.454939 L 637.21509,59.454939 L 637.21509,60.109672 L 636.56036,59.454939 L 635.83288,59.454939 L 637.21509,53.853337 L 636.56036,52.471123 L 636.56036,49.633948 L 635.83288,49.633948 L 636.56036,47.597002 L 635.83288,41.995399 L 635.17815,38.503491 L 635.17815,37.77601 L 634.45067,37.77601 L 635.83288,35.011583 L 635.17815,34.284102 L 635.83288,34.284102 L 635.17815,33.629369 L 634.45067,33.629369 L 634.45067,32.174408 L 635.83288,32.901889 L 636.56036,32.174408 L 635.17815,30.137461 L 633.72319,30.137461 L 633.72319,29.409981 L 635.17815,29.409981 L 634.45067,28.027767 L 631.68624,24.535859 L 629.57655,23.808378 L 628.84906,23.153645 L 626.73937,22.426164 L 623.24746,19.661737 L 622.59273,19.661737 L 621.21052,16.169829 L 619.75555,14.714868 L 620.48304,14.060135 L 619.10082,14.060135 L 618.37334,13.332654 L 616.99113,12.677921 L 615.60891,15.442348 L 614.88143,14.060135 L 614.2267,14.714868 L 614.2267,13.332654 L 613.49922,14.060135 L 612.11701,13.332654 L 611.38952,12.677921 L 610.73479,14.060135 L 610.73479,16.169829 L 610.00731,16.169829 L 610.00731,15.442348 L 610.00731,14.060135 L 609.27983,15.442348 L 607.89762,15.442348 L 609.27983,16.169829 L 610.00731,15.442348 L 609.27983,21.043951 L 607.24288,23.153645 L 606.5154,22.426164 L 604.40571,24.535859 L 604.40571,25.918073 L 603.75098,25.918073 L 604.40571,26.645553 L 603.75098,26.645553 L 603.02349,28.027767 L 603.75098,27.300286 L 603.02349,28.6825 L 600.9138,28.027767 L 600.25907,28.6825 L 598.80411,28.6825 L 597.42189,25.918073 L 598.80411,23.808378 L 598.14937,23.808378 L 598.80411,22.426164 L 600.25907,22.426164 L 600.25907,20.31647 L 598.80411,20.31647 L 604.40571,14.714868 L 604.40571,13.332654 L 600.25907,14.714868 L 597.42189,17.552043 L 596.03968,18.206776 L 596.76716,16.824562 L 592.54777,18.206776 L 593.92998,18.206776 L 590.43808,20.31647 L 589.92884,20.31647 L 589.05586,21.698684 L 590.43808,21.043951 L 589.05586,24.535859 L 588.32838,25.918073 L 588.32838,24.535859 L 587.01892,24.535859 L 585.56395,26.645553 L 586.94617,26.645553 L 584.83647,27.300286 L 581.34457,26.645553 L 579.30762,28.027767 L 578.58014,27.300286 L 579.30762,27.300286 L 577.85266,26.645553 L 577.85266,27.300286 L 577.19792,26.645553 L 576.47044,28.027767 L 575.81571,27.300286 L 575.81571,28.027767 L 574.36075,28.027767 L 575.81571,28.6825 L 574.36075,29.409981 L 570.86884,28.027767 L 570.86884,28.6825 L 570.21411,28.6825 L 569.48663,28.6825 L 569.48663,29.409981 L 569.48663,30.137461 L 568.10441,30.792194 L 568.10441,31.519675 L 565.99472,30.792194 L 563.88503,33.629369 L 561.1206,34.284102 L 560.39312,35.666316 L 559.73838,35.666316 L 557.62869,36.393797 L 554.86426,39.885705 L 553.4093,39.158224 L 552.75457,37.77601 L 552.75457,38.503491 L 551.37235,37.77601 L 552.75457,40.613186 L 554.13678,41.995399 L 554.86426,44.759826 L 552.02709,45.487307 L 551.37235,44.759826 L 552.02709,44.759826 L 552.02709,44.105094 L 552.02709,43.377613 L 549.91739,44.759826 L 552.02709,46.14204 L 552.75457,46.14204 L 554.13678,46.14204 L 554.86426,46.869521 L 554.13678,46.869521 L 555.519,47.597002 L 555.519,48.251734 L 554.86426,48.251734 L 556.90121,48.979215 L 556.24648,51.08891 L 554.13678,51.743642 L 555.519,53.853337 L 554.13678,53.853337 L 555.519,54.580818 L 556.24648,53.853337 L 556.24648,55.235551 L 557.62869,55.235551 L 557.62869,53.853337 L 555.519,52.471123 L 558.35617,52.471123 L 558.35617,53.125856 L 559.0109,52.471123 L 561.1206,53.125856 L 561.84808,52.471123 L 563.88503,56.617764 L 565.33999,56.617764 L 566.7222,55.235551 L 573.70602,53.853337 L 575.81571,51.08891 L 577.85266,51.743642 L 578.58014,50.361429 L 577.85266,51.08891 L 577.85266,49.633948 L 579.96235,49.633948 L 579.30762,50.361429 L 579.96235,50.361429 L 582.79953,47.597002 L 588.32838,44.759826 L 591.82029,45.487307 L 593.92998,47.597002 L 596.03968,47.597002 L 598.14937,48.251734 L 601.64128,48.251734 L 600.9138,46.869521 L 602.29601,46.869521 L 610.73479,48.979215 L 611.38952,47.597002 L 614.2267,47.597002 L 618.37334,51.743642 L 619.75555,51.08891 L 623.24746,52.471123 L 625.35716,58.072726 L 626.73937,59.454939 L 626.73937,62.219367 L 628.19433,64.329061 L 628.84906,66.438755 L 630.23128,68.54845 L 632.34097,70.585396 L 633.06845,69.930664 L 634.45067,70.585396 L 635.83288,69.930664 L 637.94258,69.203183 L 641.43448,66.438755 L 643.54418,65.711275 L 644.19891,64.329061 L 647.03609,62.946847 L 650.52799,65.711275 L 651.91021,65.711275 L 651.91021,65.056542 L 652.63769,66.438755 L 654.67463,66.438755 L 655.40212,68.54845 L 656.78433,69.203183 L 657.51181,70.585396 L 663.11341,72.040358 L 663.76815,73.422572 L 663.11341,72.695091 L 662.38593,73.422572 L 663.11341,74.077304 L 663.76815,73.422572 L 664.49563,74.804785 L 663.76815,74.804785 L 668.64227,76.91448 L 668.64227,77.569212 L 670.09723,77.569212 L 671.47944,79.024174 L 671.47944,80.406388 L 672.13417,80.406388 L 673.58914,81.06112 L 672.13417,81.06112 L 672.86166,82.516082 L 673.58914,82.516082 L 674.24387,81.788601 L 681.95517,86.00799 L 681.22769,87.390204 L 681.22769,88.044937 L 681.95517,88.044937 L 683.33738,89.499898 L 684.71959,88.044937 L 684.71959,89.499898 L 686.10181,90.882112 L 685.44707,90.882112 L 685.44707,92.264325 L 686.82929,92.991806 L 687.55677,92.991806 L 687.55677,92.264325 L 688.2115,92.991806 L 687.55677,93.646539 L 687.55677,95.756234 L 691.04868,98.520661 L 692.43089,100.63036 L 694.54058,102.01257 L 693.08562,102.74005 L 693.8131,104.12226 L 697.30501,106.95944 L 696.57753,107.61417 L 695.9228,106.95944 L 696.57753,108.99638 L 697.30501,108.99638 L 696.57753,107.61417 L 697.30501,107.61417 L 700.06944,108.99638 L 700.79692,110.45135 L 702.17913,109.72387 L 702.90661,111.10608 L 701.5244,111.10608 L 701.5244,112.48829 L 705.01631,115.9802 L 705.01631,117.43516 L 707.05326,119.47211 L 710.54516,125.07371 L 712.00013,126.45593 L 711.27264,126.45593 L 711.27264,127.18341 L 709.89043,126.45593 L 709.16295,123.6915 L 708.50822,125.80119 L 709.89043,127.91089 L 712.65486,127.18341 L 712.65486,126.45593 L 715.49203,127.18341 L 718.25646,123.6915 L 719.63867,125.80119 L 721.02089,126.45593 L 721.02089,127.18341 L 722.47585,128.56562 L 723.13058,126.45593 L 723.85806,127.91089 L 724.5128,127.18341 L 723.85806,126.45593 L 724.5128,126.45593 L 725.24028,125.80119 L 725.24028,126.45593 L 725.96776,125.80119 L 725.96776,126.45593 L 727.34997,126.45593 L 726.62249,125.07371 L 728.0047,125.80119 L 727.34997,125.07371 L 728.73218,124.41898 L 728.73218,125.07371 L 730.1144,125.07371 L 729.45967,124.41898 L 730.1144,124.41898 L 730.1144,123.6915 L 730.84188,125.07371 L 731.49661,124.41898 L 732.44234,124.85547 L 732.95157,124.41898 L 733.60631,125.07371 L 732.95157,125.80119 L 734.33379,126.45593 L 733.67905,127.18341 L 735.716,127.18341 L 734.33379,128.56562 L 735.716,128.56562 L 735.716,131.40279 L 736.44348,129.2931 L 737.8257,128.56562 L 737.8257,127.91089 L 739.20791,127.91089 L 739.20791,129.2931 L 737.8257,131.40279 L 738.48043,130.67531 L 739.20791,131.40279 L 740.59012,129.2931 L 741.3176,129.94783 L 742.69982,129.2931 L 744.08203,129.94783 L 744.08203,128.56562 L 745.46424,129.2931 L 744.80951,128.56562 L 751.06585,131.40279 L 752.44806,132.05753 L 755.28524,134.8947 L 754.55775,137.65913 L 755.28524,138.38661 L 755.93997,139.04134 L 755.28524,139.76882 L 756.66745,140.42356 L 755.28524,141.15104 L 756.66745,141.15104 L 757.39493,142.53325 L 760.15936,137.65913 L 758.77714,136.27692 L 758.77714,133.43974 L 758.04966,133.43974 L 758.77714,132.05753 L 758.04966,130.67531 L 756.66745,131.40279 L 757.39493,129.94783 L 756.66745,127.91089 L 755.93997,127.18341 L 755.28524,128.56562 L 754.55775,126.45593 L 753.90302,127.91089 L 754.55775,125.07371 L 771.36256,127.18341 L 773.39951,127.91089 L 781.11081,131.40279 L 783.2205,137.65913 L 782.49302,139.04134 L 783.87523,146.02516 L 782.49302,146.75264 L 781.11081,150.24455 L 778.34638,150.24455 L 778.34638,150.89928 L 779.00111,150.89928 L 778.34638,151.62676 L 776.89142,150.89928 L 777.6189,151.62676 L 776.23668,151.62676 L 776.23668,153.00898 L 774.85447,155.11867 L 774.85447,155.84615 L 776.23668,155.11867 L 775.5092,156.50088 L 777.6189,157.8831 L 778.34638,159.99279 L 778.34638,157.8831 L 776.89142,156.50088 L 779.00111,154.39119 L 779.72859,154.39119 L 780.38332,156.50088 L 780.38332,155.11867 L 781.83829,153.00898 L 783.87523,156.50088 L 783.87523,155.11867 L 784.60271,153.00898 L 784.60271,152.35424 L 785.33019,153.73646 L 785.98493,150.89928 L 787.36714,151.62676 L 786.71241,150.89928 L 788.09462,150.24455 L 788.09462,152.35424 L 788.8221,150.89928 L 789.47684,151.62676 L 790.20432,151.62676 L 790.85905,150.24455 L 792.31401,150.24455 L 792.96874,150.89928 L 792.96874,150.24455 L 795.07844,148.86234 L 796.46065,146.02516 L 799.29783,144.64295 L 799.95256,146.02516 L 802.06225,148.13485 L 806.28164,156.50088 L 807.66386,157.22836 L 813.26546,168.35882 L 814.64767,169.0863 L 822.28622,184.43615 L 823.0137,185.16363 L 837.70881,214.48111 L 839.09103,217.24553 L 839.09103,218.7005 L 844.69263,229.83095 L 844.69263,231.21317 L 848.83927,239.65194 L 848.83927,241.03416 L 851.67645,246.63576 L 851.67645,248.01797 L 854.44087,253.61958 L 854.44087,255.00179 L 857.2053,260.60339 L 857.2053,261.98561 L 859.315,266.13225 L 859.315,268.24194 L 860.69721,271.07912 L 860.69721,272.46133 L 862.8069,276.60797 L 862.8069,278.06293 L 863.53438,279.44515 L 862.15217,281.55484 L 861.42469,285.04675 L 861.42469,283.59179 L 860.69721,285.04675 L 860.04248,284.31927 L 858.66026,285.04675 L 859.315,285.04675 L 857.93278,289.19339 L 857.93278,287.81118 L 857.2053,288.53866 L 856.55057,287.0837 L 856.55057,288.53866 L 852.33118,287.81118 L 850.94897,289.19339 L 848.83927,292.03057 L 849.56675,294.79499 L 849.56675,299.66911 L 846.07484,305.27072 L 848.18454,304.54324 L 852.33118,303.8885 L 852.33118,304.54324 L 850.94897,304.54324 L 850.94897,305.9982 L 852.33118,305.27072 L 851.67645,305.9982 L 852.33118,305.9982 L 849.56675,307.38041 L 848.83927,308.03514 L 850.94897,308.03514 L 848.18454,309.49011 L 848.83927,310.14484 L 848.18454,310.14484 L 848.18454,310.87232 L 848.83927,310.87232 L 852.33118,308.76262 L 853.05866,310.14484 L 853.71339,310.14484 L 851.67645,310.87232 L 853.05866,310.87232 L 854.44087,312.25453 L 853.71339,312.25453 L 854.44087,312.98201 L 850.94897,312.25453 L 850.22149,312.98201 L 850.94897,313.63675 L 852.33118,313.63675 L 852.33118,314.36423 L 853.05866,314.36423 L 853.71339,315.01896 L 851.67645,316.47392 L 853.71339,315.74644 L 853.71339,317.12865 L 851.67645,317.12865 L 852.33118,317.85614 L 850.22149,318.51087 L 851.67645,318.51087 L 850.94897,319.23835 L 852.33118,318.51087 L 852.33118,319.23835 L 853.05866,317.85614 L 854.44087,318.51087 L 854.44087,319.23835 L 853.71339,319.23835 L 853.71339,321.34804 L 851.67645,321.34804 L 850.94897,322.00278 L 849.56675,322.00278 L 848.18454,323.45774 L 853.05866,322.00278 L 852.33118,323.45774 L 850.94897,324.11247 L 850.94897,324.83995 L 852.33118,323.45774 L 853.05866,323.45774 L 851.67645,325.49468 L 853.71339,322.73026 L 854.44087,323.45774 L 855.16836,324.83995 L 851.67645,327.60438 L 853.05866,327.60438 L 850.94897,330.44155 L 847.45706,330.44155 L 849.56675,331.09629 L 854.44087,329.71407 L 853.05866,331.82377 L 849.56675,333.20598 L 847.45706,331.82377 L 846.07484,332.4785 L 846.72958,333.20598 L 848.83927,334.58819 L 847.45706,336.69789 L 848.18454,338.0801 L 848.18454,340.1898 L 851.67645,341.57201 L 854.44087,342.29949 L 854.44087,342.95422 L 859.315,342.29949 L 860.04248,341.57201 L 860.04248,342.95422 L 861.42469,342.29949 L 861.42469,342.95422 L 863.53438,342.95422 L 864.18912,341.57201 L 865.64408,342.29949 L 867.02629,342.29949 L 872.6279,344.40919 L 869.79072,343.68171 L 869.79072,345.06392 L 873.28263,344.40919 L 878.88423,347.17361 L 878.88423,348.55583 L 879.61171,347.17361 L 880.99393,348.55583 L 880.26644,348.55583 L 879.61171,349.93804 L 876.1198,351.393 L 878.15675,350.66552 L 878.88423,351.393 L 878.88423,350.66552 L 880.99393,349.28331 L 880.26644,351.393 L 880.99393,351.393 L 880.99393,349.93804 L 882.37614,350.66552 L 881.64866,352.04773 L 883.10362,352.04773 L 880.99393,352.77522 L 883.75835,353.42995 L 883.75835,355.53964 L 884.48583,356.92186 L 884.48583,359.75903 L 885.14057,361.14125 L 885.14057,363.25094 L 885.86805,364.63315 L 885.86805,366.01537 L 886.59553,367.39758 L 886.59553,370.88949 L 887.25026,372.34445 L 887.25026,375.10888 L 887.97774,377.21857 L 887.97774,378.60079 L 888.63247,379.983 L 888.63247,382.82017 L 889.35995,384.85712 L 889.35995,387.6943 L 890.08744,389.07651 L 890.08744,392.56842 L 890.74217,393.95063 L 890.74217,398.82475 L 891.46965,400.27971 L 891.46965,403.04414 L 892.12438,405.15384 L 892.12438,409.30048 L 892.85186,410.75544 L 892.85186,415.62956 L 893.57934,417.01177 L 893.57934,423.26811 L 894.23408,425.3778 L 894.23408,432.36162 L 894.96156,434.47131 L 894.96156,442.83734 L 895.61629,444.94704 L 895.61629,458.18719 L 896.34377,459.64215 L 896.34377,479.86612 L 786.71241,479.86612 L 687.55677,479.86612 L 595.3122,479.86612 L 582.07205,479.86612 L 582.79953,478.48391 L 582.07205,475.64673 L 580.68983,472.8823 L 579.96235,472.8823 L 579.96235,477.75642 L 579.30762,478.48391 L 578.58014,479.86612 L 509.46946,479.86612 L 427.04588,479.86612 L 404.71222,479.86612 L 406.09443,477.75642 L 405.36695,477.75642 L 403.98474,479.86612 L 398.38313,479.86612 L 387.90741,479.86612 L 388.63489,477.75642 L 389.28962,477.75642 L 390.0171,474.992 L 390.74458,474.992 L 390.0171,473.60978 L 392.78153,473.60978 L 391.39932,472.15482 L 390.0171,472.15482 L 390.74458,470.11788 L 390.74458,471.50009 L 394.23649,472.15482 L 395.61871,472.15482 L 395.61871,470.77261 L 394.23649,471.50009 L 391.39932,470.77261 L 391.39932,468.66291 L 390.74458,468.66291 L 390.74458,469.39039 L 389.28962,470.77261 L 387.90741,470.11788 L 387.47092,469.68139 L 387.25268,469.39039 L 386.88894,469.75414 L 385.79771,470.77261 L 387.25268,470.11788 L 389.28962,472.15482 L 389.28962,475.64673 L 387.90741,477.75642 L 387.25268,477.10169 L 385.14298,478.48391 L 385.79771,479.13864 L 387.25268,479.13864 L 387.25268,479.86612 L 369.79314,479.86612 L 369.79314,478.48391 L 369.06566,479.86612 L 364.84627,479.86612 z M 387.90741,477.75642 L 387.90741,478.48391 L 387.25268,478.48391 L 387.90741,477.75642 z M 882.37614,350.66552 L 880.99393,349.28331 L 882.37614,349.28331 L 883.10362,349.93804 L 883.10362,350.66552 L 882.37614,350.66552 z M 861.42469,342.29949 L 862.8069,341.57201 L 863.53438,342.29949 L 861.42469,342.29949 z M 790.20432,151.62676 L 788.8221,150.89928 L 789.47684,150.24455 L 790.20432,150.24455 L 790.20432,151.62676 z M 736.44348,129.2931 L 735.716,128.56562 L 736.44348,127.18341 L 737.09821,127.91089 L 736.44348,129.2931 z M 569.48663,30.137461 L 570.21411,28.6825 L 570.21411,29.409981 L 569.48663,30.137461 z M 600.25907,20.31647 L 598.80411,21.698684 L 598.80411,21.043951 L 600.25907,20.31647 z M 635.17815,30.137461 L 635.17815,30.792194 L 633.72319,30.792194 L 635.17815,30.137461 z M 637.21509,60.109672 L 638.67006,60.837153 L 637.94258,60.837153 L 637.94258,61.564634 L 637.21509,60.837153 L 637.21509,61.564634 L 635.83288,61.564634 L 636.56036,60.837153 L 636.56036,60.109672 L 637.21509,60.109672 z M 232.15376,0.092502547 L 232.88124,0.74723531 L 233.60872,-0.6349783 L 234.99094,0.74723531 L 234.26346,1.4747162 L 232.15376,2.202197 L 232.15376,0.092502547 z M 370.44787,39.885705 L 369.06566,39.158224 L 369.79314,39.158224 L 370.44787,39.885705 z M 364.19153,42.650132 L 363.46405,43.377613 L 362.80932,42.650132 L 362.80932,41.267918 L 364.19153,42.650132 z M 353.71581,52.471123 L 352.98833,53.125856 L 352.98833,52.471123 L 353.71581,52.471123 z M 360.69963,74.804785 L 361.35436,75.532266 L 359.31741,75.532266 L 358.58993,74.804785 L 360.69963,74.804785 z M 397.51016,146.67989 L 397.00092,144.64295 L 397.7284,146.75264 L 397.51016,146.67989 z M 392.99978,136.20417 L 393.50901,135.54944 L 394.38199,135.0402 L 392.99978,136.20417 z M 359.31741,116.70768 L 358.58993,115.9802 L 358.58993,115.32547 L 359.31741,116.70768 z M 358.58993,115.32547 L 357.86245,115.32547 L 357.20772,114.59799 L 358.58993,115.32547 z M 328.54497,66.438755 L 329.27245,65.056542 L 332.03688,64.329061 L 330.65467,65.056542 L 328.54497,66.438755 z M 326.43528,53.853337 L 326.43528,53.125856 L 327.89024,53.853337 L 329.92719,53.125856 L 332.76436,51.08891 L 333.41909,50.361429 L 336.25627,50.361429 L 337.63848,47.597002 L 339.0207,46.869521 L 339.74818,46.869521 L 340.40291,46.869521 L 340.40291,48.979215 L 338.36596,48.979215 L 336.25627,53.125856 L 332.03688,53.125856 L 329.92719,55.963031 L 326.43528,53.853337 z M 332.76436,46.14204 L 332.03688,45.487307 L 332.76436,44.759826 L 333.41909,45.487307 L 332.76436,46.14204 z M 286.64208,87.390204 L 283.15017,88.772417 L 281.76795,88.772417 L 286.64208,86.662723 L 285.98734,87.390204 L 286.64208,87.390204 z M 281.76795,88.772417 L 279.65826,88.772417 L 279.00353,88.044937 L 283.15017,88.044937 L 281.76795,88.772417 z M 265.03589,109.72387 L 264.30841,107.61417 L 265.69063,107.61417 L 266.41811,106.23196 L 266.41811,106.95944 L 265.03589,109.72387 z M 165.80751,129.2931 L 165.80751,130.67531 L 165.15277,131.40279 L 165.80751,129.2931 z M 161.66087,146.75264 L 160.27865,147.40737 L 160.93339,146.75264 L 161.66087,146.75264 z M 208.43789,172.57821 L 207.05567,173.30569 L 207.7104,173.96042 L 206.32819,173.30569 L 207.7104,172.57821 L 208.43789,172.57821 z M 214.03949,183.05393 L 215.4217,183.78142 L 214.69422,185.16363 L 214.03949,183.78142 L 214.03949,183.05393 z M 237.75536,210.9892 L 237.75536,211.71668 L 237.24613,211.71668 L 237.75536,210.9892 z M 241.97475,201.24096 L 243.35697,198.40378 L 244.08445,197.74905 L 243.35697,197.74905 L 246.84887,197.02157 L 246.84887,199.13126 L 247.57635,199.13126 L 246.84887,200.51348 L 246.84887,201.89569 L 246.12139,201.24096 L 245.46666,200.51348 L 245.46666,201.24096 L 246.12139,201.24096 L 244.73918,201.89569 L 243.35697,201.89569 L 241.97475,201.24096 z M 241.24727,197.74905 L 241.97475,196.94882 L 241.97475,196.29409 L 242.62948,195.63935 L 243.35697,195.63935 L 243.35697,197.02157 L 241.24727,197.74905 z M 254.56017,190.76523 L 257.3246,191.41996 L 255.2149,191.41996 L 254.56017,190.76523 z M 258.05208,190.03775 L 259.43429,189.31027 L 260.08903,190.03775 L 261.54399,190.03775 L 260.81651,191.41996 L 259.43429,192.14745 L 258.70681,192.14745 L 259.43429,191.41996 L 258.70681,191.41996 L 258.70681,190.76523 L 258.05208,190.03775 z M 260.81651,191.41996 L 260.81651,192.14745 L 260.08903,192.80218 L 260.08903,193.52966 L 259.43429,192.80218 L 260.81651,191.41996 z M 262.63521,187.78256 L 262.9262,187.56432 L 262.9262,187.92806 L 262.63521,187.78256 z M 262.9262,187.56432 L 262.9262,187.27332 L 262.19872,186.54584 L 262.19872,185.81836 L 262.9262,185.81836 L 264.30841,185.81836 L 264.30841,186.54584 L 262.9262,187.56432 z M 264.30841,186.54584 L 265.03589,186.54584 L 265.69063,185.81836 L 266.41811,187.27332 L 264.30841,186.54584 z M 284.53238,194.91187 L 286.64208,192.80218 L 286.64208,193.52966 L 284.53238,194.91187 z M 295.51734,197.60355 L 295.73559,197.74905 L 295.95383,198.18554 L 295.51734,197.60355 z M 295.95383,198.18554 L 297.84528,200.51348 L 297.84528,201.89569 L 295.95383,198.18554 z M 324.39833,248.67271 L 322.94337,249.40019 L 323.67085,248.01797 L 324.39833,248.67271 z M 300.60971,242.41637 L 300.60971,243.14385 L 299.22749,242.41637 L 298.50001,241.68889 L 299.95498,241.68889 L 298.50001,241.03416 L 298.50001,240.30668 L 299.95498,241.03416 L 300.60971,241.03416 L 300.60971,242.41637 z M 292.24368,266.85973 L 291.5162,267.58721 L 290.86146,266.85973 L 290.86146,267.58721 L 290.13398,266.85973 L 291.5162,266.13225 L 292.24368,266.85973 z M 297.1178,271.73385 L 296.46307,273.11606 L 296.46307,272.46133 L 297.1178,271.73385 z M 281.76795,241.68889 L 282.13169,241.3979 L 282.49544,241.68889 L 281.76795,241.68889 z M 282.13169,241.3979 L 282.05895,241.2524 L 282.20444,241.03416 L 282.49544,241.03416 L 282.13169,241.3979 z M 281.76795,233.32286 L 283.15017,232.66813 L 283.87765,233.32286 L 283.15017,233.32286 L 282.49544,234.05034 L 282.49544,233.32286 L 281.76795,233.32286 z M 252.15948,225.53882 L 252.08674,225.32057 L 252.45048,225.68431 L 252.15948,225.53882 z M 252.08674,225.32057 L 251.723,224.95683 L 251.723,224.22935 L 252.08674,225.32057 z M 229.38933,232.66813 L 229.24384,232.95912 L 228.66185,232.66813 L 229.38933,232.66813 z M 227.27964,239.65194 L 226.62491,241.03416 L 225.89743,240.30668 L 226.62491,239.65194 L 226.62491,238.92446 L 227.27964,239.65194 z M 227.27964,245.1808 L 226.62491,245.90828 L 225.89743,243.79859 L 226.62491,243.79859 L 227.27964,245.1808 z M 228.00712,247.72698 L 228.00712,248.01797 L 226.62491,248.67271 L 228.00712,247.72698 z M 230.77155,258.4937 L 230.11681,259.87591 L 229.38933,259.87591 L 229.38933,259.14843 L 230.77155,258.4937 z M 235.64567,261.98561 L 235.64567,262.64034 L 234.26346,262.64034 L 234.26346,261.98561 L 235.64567,261.98561 z M 239.13758,264.75003 L 240.59254,265.47751 L 240.59254,266.13225 L 239.86506,265.47751 L 239.13758,266.13225 L 239.13758,264.75003 z M 244.08445,268.24194 L 246.12139,268.96942 L 246.12139,269.62416 L 245.46666,269.62416 L 245.46666,270.35164 L 244.73918,270.35164 L 242.62948,268.96942 L 244.08445,268.24194 z M 242.62948,268.96942 L 241.24727,268.96942 L 241.97475,267.58721 L 242.62948,268.24194 L 242.62948,268.96942 z M 244.73918,270.35164 L 245.46666,271.07912 L 244.73918,271.73385 L 243.35697,270.35164 L 244.73918,270.35164 z M 253.5417,276.46248 L 253.83269,276.60797 L 253.10521,277.33545 L 253.5417,276.46248 z M 259.43429,283.59179 L 258.70681,285.04675 L 258.05208,283.59179 L 258.70681,284.31927 L 257.3246,282.20957 L 259.43429,283.59179 z M 260.81651,288.53866 L 259.43429,288.53866 L 258.70681,287.81118 L 260.81651,288.53866 z M 260.08903,289.19339 L 260.08903,290.5756 L 258.70681,288.53866 L 260.08903,289.19339 z M 266.41811,300.39659 L 267.80032,300.39659 L 267.80032,301.05133 L 266.41811,300.39659 z M 268.5278,302.50629 L 269.10979,303.74301 L 268.5278,303.16102 L 268.5278,303.8885 L 267.80032,303.8885 L 267.07284,303.16102 L 267.07284,302.50629 L 267.07284,301.77881 L 268.5278,302.50629 z M 272.01971,309.49011 L 272.67444,311.52705 L 271.29223,312.25453 L 272.01971,311.52705 L 271.29223,311.52705 L 271.29223,310.14484 L 270.56475,310.14484 L 269.91002,308.76262 L 270.56475,308.03514 L 271.29223,309.49011 L 272.01971,309.49011 z M 269.91002,308.76262 L 270.56475,310.87232 L 269.91002,310.87232 L 270.56475,312.25453 L 269.91002,312.25453 L 269.91002,311.52705 L 269.18254,310.87232 L 269.91002,309.49011 L 268.5278,309.49011 L 269.18254,308.76262 L 268.5278,307.38041 L 269.91002,307.38041 L 269.91002,308.76262 z M 269.18254,308.76262 L 268.5278,308.76262 L 267.07284,307.38041 L 267.07284,308.03514 L 265.69063,308.03514 L 266.41811,307.38041 L 265.69063,307.38041 L 265.69063,305.9982 L 267.07284,306.65293 L 267.80032,307.38041 L 269.18254,308.76262 z M 276.16635,317.85614 L 278.27605,317.85614 L 278.27605,318.51087 L 279.00353,319.23835 L 279.00353,319.96583 L 278.27605,320.62056 L 278.27605,319.96583 L 277.54857,319.23835 L 276.89383,319.23835 L 276.89383,318.51087 L 277.54857,318.51087 L 276.16635,317.85614 z M 278.27605,320.62056 L 279.65826,319.96583 L 281.04047,321.34804 L 280.38574,322.00278 L 279.65826,321.34804 L 279.65826,322.00278 L 279.00353,321.34804 L 278.27605,320.62056 z M 287.36956,323.45774 L 287.36956,324.11247 L 286.64208,324.83995 L 286.64208,323.45774 L 285.98734,324.83995 L 285.25986,323.45774 L 285.25986,324.11247 L 284.53238,323.45774 L 286.64208,322.73026 L 287.36956,323.45774 z M 288.75177,324.11247 L 289.47925,324.83995 L 288.75177,325.49468 L 288.02429,324.83995 L 288.75177,324.11247 z M 291.5162,326.94965 L 292.24368,327.60438 L 291.5162,328.33186 L 290.86146,328.98659 L 291.5162,326.94965 z M 295.73559,331.09629 L 296.46307,331.82377 L 296.46307,333.20598 L 295.73559,332.4785 L 295.73559,333.20598 L 295.00811,332.4785 L 294.35337,332.4785 L 295.73559,331.09629 z M 315.30482,326.22216 L 315.95955,325.49468 L 317.41452,325.49468 L 318.06925,326.94965 L 316.68703,326.94965 L 314.57734,327.60438 L 313.92261,326.94965 L 315.30482,326.22216 z M 371.17535,344.40919 L 371.32085,344.99117 L 371.17535,345.06392 L 371.17535,344.40919 z M 378.15917,402.31666 L 378.15917,403.04414 L 377.50443,403.04414 L 378.15917,402.31666 z M 377.50443,403.04414 L 378.8139,403.77162 L 378.8139,405.15384 L 379.54138,406.53605 L 378.15917,406.53605 L 376.77695,407.26353 L 376.04947,406.53605 L 375.32199,404.42636 L 376.77695,403.77162 L 377.50443,403.04414 z M 418.02512,386.09384 L 418.67985,385.5846 L 417.95237,386.31208 L 418.02512,386.09384 z M 421.44428,375.10888 L 421.44428,373.72666 L 422.82649,374.3814 L 422.82649,375.10888 L 421.44428,375.10888 z M 418.67985,372.34445 L 420.06206,371.61697 L 421.44428,372.34445 L 420.7168,372.99918 L 418.67985,372.34445 z M 385.14298,411.41017 L 383.76077,412.13765 L 383.03329,411.41017 L 383.76077,410.75544 L 385.14298,411.41017 z M 383.76077,442.18261 L 380.92359,440.72765 L 381.65107,440.72765 L 382.30581,440.07292 L 383.03329,440.07292 L 383.03329,440.72765 L 383.76077,442.18261 z M 376.04947,457.53246 L 376.04947,456.80498 L 376.77695,456.15024 L 376.04947,457.53246 z M -54.182699,479.13864 L -51.345524,477.10169 L -52.073005,476.37421 L -52.073005,477.10169 L -52.727738,477.75642 L -52.727738,477.10169 L -53.455219,477.10169 L -53.455219,478.48391 L -54.182699,479.13864 z M -6.6782003,479.13864 L -4.5685059,479.13864 L -4.5685059,477.10169 L -5.9507195,476.37421 L -6.6782003,474.992 L -8.060414,474.992 L -8.060414,476.37421 L -7.3329331,475.64673 L -6.6782003,479.13864 z M 92.477439,479.13864 L 91.095225,477.75642 L 90.440492,474.992 L 92.477439,474.992 L 92.477439,476.37421 L 93.204919,477.75642 L 93.9324,477.75642 L 93.204919,478.48391 L 93.204919,479.13864 L 92.477439,479.13864 z M 21.984545,478.48391 L 22.639278,478.48391 L 21.984545,476.37421 L 22.639278,477.10169 L 23.366758,477.10169 L 21.984545,476.37421 L 21.839049,476.01047 L 21.984545,475.64673 L 21.693553,475.64673 L 20.602331,472.8823 L 20.602331,474.26452 L 21.257064,474.992 L 21.257064,475.64673 L 21.693553,475.64673 L 21.839049,476.01047 L 21.257064,477.75642 L 21.984545,478.48391 z M 578.58014,478.48391 L 577.19792,477.10169 L 575.81571,476.37421 L 578.58014,478.48391 z M 4.5250046,477.75642 L 5.1797374,476.37421 L 4.5250046,476.37421 L 4.5250046,477.75642 z M 35.224696,477.75642 L 34.569963,476.37421 L 35.224696,475.64673 L 34.569963,473.60978 L 34.569963,474.992 L 33.842483,474.992 L 34.569963,475.64673 L 33.842483,476.37421 L 35.224696,477.75642 z M 406.74916,477.75642 L 407.47664,475.64673 L 410.24107,473.60978 L 410.96855,472.8823 L 411.69603,472.8823 L 414.46046,474.992 L 413.73298,473.60978 L 410.96855,472.15482 L 410.24107,473.60978 L 407.47664,474.992 L 406.74916,477.75642 z M -84.15491,477.10169 L -83.500177,477.10169 L -82.772697,475.64673 L -82.117964,475.64673 L -82.772697,474.992 L -83.500177,474.26452 L -82.772697,475.64673 L -84.882391,475.64673 L -84.882391,476.37421 L -82.772697,475.64673 L -84.15491,477.10169 z M 10.78134,477.10169 L 10.78134,475.64673 L 10.78134,474.26452 L 11.508821,473.60978 L 10.126607,472.8823 L 10.78134,475.64673 L 10.126607,475.64673 L 10.78134,477.10169 z M -62.548729,476.37421 L -61.166516,475.64673 L -61.821248,476.37421 L -61.166516,476.37421 L -59.711554,474.992 L -59.711554,475.64673 L -57.674607,472.8823 L -59.711554,474.26452 L -59.711554,474.992 L -60.439035,474.992 L -61.166516,474.26452 L -62.548729,476.37421 z M -3.8410251,476.37421 L -3.1862923,476.37421 L -3.6227808,475.93772 L -2.4588115,472.8823 L -1.8040787,472.8823 L -1.8040787,471.50009 L -2.4588115,472.8823 L -2.4588115,472.15482 L -3.1862923,472.15482 L -3.1862923,474.26452 L -3.8410251,473.60978 L -3.8410251,474.26452 L -4.5685059,474.992 L -3.6227808,475.93772 L -3.8410251,476.37421 z M 18.492637,476.37421 L 18.492637,475.64673 L 19.14737,476.37421 L 19.14737,475.64673 L 18.492637,474.26452 L 17.765156,474.992 L 18.492637,476.37421 z M 174.24629,476.37421 L 173.5188,475.64673 L 172.13659,474.992 L 172.13659,473.60978 L 171.40911,473.60978 L 172.13659,471.50009 L 170.75438,472.15482 L 170.75438,471.50009 L 170.0269,471.50009 L 169.29942,470.11788 L 170.0269,468.66291 L 170.0269,467.2807 L 171.40911,465.89849 L 170.75438,464.51627 L 170.0269,464.51627 L 169.29942,465.17101 L 168.64468,464.51627 L 169.29942,466.62597 L 167.9172,469.39039 L 167.26247,465.17101 L 167.9172,464.51627 L 167.26247,464.51627 L 167.26247,465.17101 L 167.26247,470.77261 L 167.26247,471.50009 L 166.53499,472.8823 L 166.53499,472.15482 L 165.80751,473.60978 L 165.15277,472.8823 L 165.15277,472.15482 L 164.42529,472.8823 L 163.77056,472.15482 L 165.15277,470.77261 L 165.80751,470.11788 L 164.42529,470.77261 L 163.77056,470.77261 L 163.04308,468.66291 L 163.04308,466.62597 L 162.3156,466.62597 L 162.3156,468.00818 L 160.93339,470.11788 L 158.82369,468.00818 L 158.82369,467.2807 L 157.44148,463.13406 L 159.55117,465.17101 L 160.27865,465.17101 L 160.27865,464.51627 L 158.82369,463.13406 L 160.93339,463.13406 L 160.93339,462.40658 L 160.27865,461.6791 L 160.27865,460.29688 L 160.93339,460.29688 L 160.93339,459.64215 L 161.66087,460.29688 L 161.66087,459.64215 L 160.27865,458.91467 L 160.27865,458.18719 L 162.3156,458.18719 L 162.3156,456.80498 L 161.66087,456.80498 L 162.3156,456.15024 L 161.66087,454.69528 L 161.66087,453.31307 L 160.27865,452.65834 L 160.93339,451.93085 L 160.27865,451.20337 L 160.93339,450.54864 L 159.55117,450.54864 L 160.27865,449.16643 L 158.82369,449.16643 L 159.55117,447.71147 L 158.82369,447.71147 L 158.82369,447.05673 L 158.16896,447.05673 L 158.16896,446.32925 L 156.78675,447.05673 L 157.44148,446.32925 L 156.05926,446.32925 L 156.05926,445.67452 L 154.67705,445.67452 L 153.94957,443.56482 L 154.67705,442.83734 L 153.94957,442.18261 L 153.29484,442.83734 L 152.56736,442.18261 L 151.83988,440.72765 L 151.83988,440.07292 L 151.18514,440.07292 L 150.45766,440.07292 L 150.45766,440.72765 L 149.80293,440.07292 L 147.69323,441.45513 L 149.80293,439.34544 L 148.34797,439.34544 L 148.34797,438.6907 L 147.69323,438.6907 L 146.96575,437.23574 L 146.96575,437.96322 L 146.96575,438.6907 L 146.31102,438.6907 L 146.31102,437.96322 L 145.58354,437.96322 L 144.20133,435.1988 L 142.81911,435.1988 L 142.81911,434.47131 L 142.09163,435.1988 L 141.36415,435.1988 L 141.36415,433.0891 L 139.98194,432.36162 L 139.3272,433.0891 L 139.98194,431.70689 L 139.3272,432.36162 L 139.3272,431.70689 L 138.59972,432.36162 L 137.87224,431.70689 L 137.87224,430.97941 L 137.21751,433.74383 L 136.49003,433.74383 L 136.49003,433.0891 L 137.21751,433.0891 L 136.49003,432.36162 L 137.21751,432.36162 L 136.49003,431.70689 L 135.8353,431.70689 L 133.7256,432.36162 L 132.99812,431.70689 L 134.38034,430.25193 L 133.7256,430.25193 L 132.34339,431.70689 L 131.61591,430.97941 L 131.61591,431.70689 L 130.23369,432.36162 L 130.23369,431.70689 L 128.85148,430.25193 L 128.85148,429.59719 L 129.50621,430.25193 L 128.85148,428.86971 L 130.23369,426.76002 L 131.61591,427.4875 L 131.61591,428.21498 L 132.34339,427.4875 L 132.99812,427.4875 L 133.7256,426.76002 L 137.21751,429.59719 L 135.10782,427.4875 L 133.7256,426.76002 L 135.8353,425.3778 L 132.99812,426.10528 L 133.7256,423.26811 L 135.10782,422.61338 L 133.7256,422.61338 L 132.34339,423.99559 L 130.88843,424.72307 L 131.61591,423.26811 L 132.99812,421.8859 L 132.99812,421.23116 L 131.61591,422.61338 L 130.88843,422.61338 L 129.50621,422.61338 L 132.34339,421.23116 L 131.61591,420.50368 L 129.50621,421.8859 L 130.88843,419.7762 L 130.23369,419.7762 L 130.23369,418.39399 L 129.50621,419.12147 L 129.50621,421.23116 L 128.85148,418.39399 L 129.50621,417.73925 L 128.124,417.01177 L 128.124,418.39399 L 127.39652,419.12147 L 127.39652,417.73925 L 127.39652,417.01177 L 126.74179,416.28429 L 126.74179,417.73925 L 126.01431,416.28429 L 126.74179,415.62956 L 126.01431,415.62956 L 125.35957,414.90208 L 125.35957,417.73925 L 126.01431,422.61338 L 125.35957,425.3778 L 123.90461,426.10528 L 122.5224,423.99559 L 122.5224,420.50368 L 121.86766,419.12147 L 122.5224,417.01177 L 121.86766,416.28429 L 122.5224,416.28429 L 123.24988,415.62956 L 123.24988,414.90208 L 123.90461,413.51987 L 123.24988,413.51987 L 122.5224,414.24735 L 121.86766,412.13765 L 121.14018,413.51987 L 120.4127,413.51987 L 119.03049,413.51987 L 119.75797,411.41017 L 119.03049,412.13765 L 119.03049,413.51987 L 117.64828,412.79239 L 116.26606,412.79239 L 116.9208,412.13765 L 118.37576,411.41017 L 116.9208,411.41017 L 118.37576,410.75544 L 117.64828,410.02796 L 116.26606,410.75544 L 116.9208,410.02796 L 116.26606,410.02796 L 116.26606,409.37323 L 116.19331,409.37323 L 115.53858,410.02796 L 116.26606,410.75544 L 114.88385,410.02796 L 116.26606,411.41017 L 116.26606,412.79239 L 114.15637,412.13765 L 114.88385,411.41017 L 112.77415,412.13765 L 114.15637,410.75544 L 112.77415,410.75544 L 112.77415,409.30048 L 112.04667,409.30048 L 112.77415,411.41017 L 112.04667,410.75544 L 110.66446,412.79239 L 110.66446,413.51987 L 111.39194,412.79239 L 111.39194,414.24735 L 110.66446,415.62956 L 110.08248,415.92055 L 110.66446,414.24735 L 110.30072,414.24735 L 109.93698,414.90208 L 109.93698,414.24735 L 108.55477,414.90208 L 107.17255,416.28429 L 108.55477,414.24735 L 107.17255,414.90208 L 108.55477,413.51987 L 107.17255,413.51987 L 109.28225,410.75544 L 109.93698,411.41017 L 110.66446,410.75544 L 112.04667,410.02796 L 109.28225,410.75544 L 109.28225,409.30048 L 108.55477,410.75544 L 108.55477,409.30048 L 107.90003,406.53605 L 107.53629,406.89979 L 107.90003,405.80857 L 105.06286,408.64574 L 105.79034,407.26353 L 105.06286,407.26353 L 105.06286,408.64574 L 103.68064,409.30048 L 104.40812,412.13765 L 103.68064,412.79239 L 103.68064,413.51987 L 102.29843,413.51987 L 102.95316,412.79239 L 101.57095,413.51987 L 102.29843,413.51987 L 100.18874,414.90208 L 98.079041,414.24735 L 100.18874,412.79239 L 99.461255,412.79239 L 101.57095,410.02796 L 98.079041,414.24735 L 97.424308,414.24735 L 98.079041,412.79239 L 97.424308,413.51987 L 96.696828,413.51987 L 96.696828,412.79239 L 97.424308,410.02796 L 98.806522,409.30048 L 97.424308,409.30048 L 97.424308,408.64574 L 96.696828,410.75544 L 95.969347,410.75544 L 96.696828,409.30048 L 95.314614,410.75544 L 95.969347,409.30048 L 94.587133,411.41017 L 93.9324,410.75544 L 94.587133,409.30048 L 94.587133,407.91826 L 93.204919,411.41017 L 91.095225,410.75544 L 90.440492,410.75544 L 90.440492,409.51872 L 89.713011,410.02796 L 89.713011,409.30048 L 88.985531,409.30048 L 90.440492,407.91826 L 88.985531,408.64574 L 88.985531,407.91826 L 89.567515,407.55452 L 88.330798,407.91826 L 88.985531,407.26353 L 87.603317,407.91826 L 87.603317,406.53605 L 88.330798,405.80857 L 86.948584,405.80857 L 88.330798,405.15384 L 87.603317,405.15384 L 86.221103,404.42636 L 88.330798,403.04414 L 88.985531,403.77162 L 91.095225,402.31666 L 91.095225,400.93445 L 89.713011,403.04414 L 88.330798,403.04414 L 85.493623,404.42636 L 85.493623,403.77162 L 85.493623,403.04414 L 84.83889,403.04414 L 85.493623,402.31666 L 84.111409,403.04414 L 84.111409,401.66193 L 82.729195,402.31666 L 82.729195,401.66193 L 83.456676,401.66193 L 83.456676,400.93445 L 84.111409,400.93445 L 84.111409,400.27971 L 83.456676,400.27971 L 83.456676,400.93445 L 82.001715,401.66193 L 82.729195,400.93445 L 81.346982,401.66193 L 77.855074,398.82475 L 79.237287,398.17002 L 79.964768,398.17002 L 79.964768,397.44254 L 82.001715,397.44254 L 81.346982,398.17002 L 83.456676,398.17002 L 82.001715,397.44254 L 84.111409,396.78781 L 86.221103,398.82475 L 86.948584,399.55223 L 86.948584,398.82475 L 87.603317,398.17002 L 86.221103,398.82475 L 84.111409,396.06033 L 84.111409,395.33284 L 84.111409,394.67811 L 83.456676,394.67811 L 82.729195,393.95063 L 83.456676,395.33284 L 83.456676,396.06033 L 82.729195,396.06033 L 82.001715,396.06033 L 82.729195,395.33284 L 81.346982,395.33284 L 82.729195,394.67811 L 82.001715,393.95063 L 81.346982,394.67811 L 79.964768,394.67811 L 80.619501,393.2959 L 77.855074,396.78781 L 77.127593,396.06033 L 75.745379,396.06033 L 75.745379,395.33284 L 75.017898,396.06033 L 74.363166,396.06033 L 74.363166,395.33284 L 75.017898,394.67811 L 75.745379,392.56842 L 74.363166,393.95063 L 73.635685,393.95063 L 74.363166,392.56842 L 72.980952,393.95063 L 72.980952,393.2959 L 73.635685,392.56842 L 74.363166,390.45872 L 72.253471,393.2959 L 71.52599,393.2959 L 72.253471,392.56842 L 71.52599,392.56842 L 72.253471,391.84094 L 73.562937,389.22201 L 73.490189,389.22201 L 71.52599,391.1862 L 70.871258,390.45872 L 70.143777,390.45872 L 71.52599,389.07651 L 70.871258,389.07651 L 71.52599,388.34903 L 70.143777,388.34903 L 69.489044,388.34903 L 70.143777,387.6943 L 67.37935,387.6943 L 66.651869,386.31208 L 68.034082,385.5846 L 68.034082,384.85712 L 67.37935,385.5846 L 66.651869,385.5846 L 67.37935,384.20239 L 66.651869,384.20239 L 67.37935,383.47491 L 65.997136,384.20239 L 66.651869,382.82017 L 65.997136,383.47491 L 65.997136,382.82017 L 64.542174,382.82017 L 65.997136,382.09269 L 66.651869,382.09269 L 66.651869,381.36521 L 64.542174,382.82017 L 64.542174,382.09269 L 63.159961,382.09269 L 63.159961,381.36521 L 64.542174,381.36521 L 65.997136,380.71048 L 63.159961,380.71048 L 64.542174,379.983 L 63.014464,379.983 L 62.505228,380.71048 L 62.505228,379.983 L 61.777747,380.71048 L 62.505228,379.32827 L 61.777747,379.983 L 61.777747,379.32827 L 63.887441,377.8733 L 63.159961,377.8733 L 63.887441,377.21857 L 61.050266,379.32827 L 61.777747,378.60079 L 62.505228,377.8733 L 61.777747,377.8733 L 62.505228,376.49109 L 61.777747,377.21857 L 61.777747,376.49109 L 61.050266,377.21857 L 60.395533,377.21857 L 60.759274,376.85483 L 60.395533,376.49109 L 61.050266,375.83636 L 62.505228,375.83636 L 62.505228,375.10888 L 61.050266,375.83636 L 61.050266,375.10888 L 61.777747,375.10888 L 60.395533,374.3814 L 61.777747,373.72666 L 60.395533,373.72666 L 61.050266,372.99918 L 59.668053,373.72666 L 59.01332,372.99918 L 59.668053,372.34445 L 60.395533,370.88949 L 60.395533,371.61697 L 60.395533,372.34445 L 61.050266,372.34445 L 60.395533,371.61697 L 61.050266,370.88949 L 60.395533,370.88949 L 61.777747,370.23476 L 61.050266,370.23476 L 61.26851,369.72552 L 61.050266,369.50728 L 60.395533,369.50728 L 61.050266,368.85254 L 61.777747,368.85254 L 63.159961,368.85254 L 63.159961,368.12506 L 63.887441,368.85254 L 63.159961,367.39758 L 63.887441,367.39758 L 65.269655,366.74285 L 65.997136,368.12506 L 65.997136,367.39758 L 65.997136,366.01537 L 63.887441,367.39758 L 63.159961,366.74285 L 65.997136,365.36063 L 67.37935,364.63315 L 65.269655,365.36063 L 63.159961,366.74285 L 62.505228,366.74285 L 63.887441,366.01537 L 61.777747,366.74285 L 61.777747,366.01537 L 63.159961,366.01537 L 63.159961,365.36063 L 62.505228,365.36063 L 63.159961,364.63315 L 63.887441,363.90567 L 63.159961,363.90567 L 61.777747,365.36063 L 62.505228,363.90567 L 61.050266,363.90567 L 61.050266,363.25094 L 63.159961,363.25094 L 63.159961,362.52346 L 61.050266,363.25094 L 63.159961,361.86873 L 61.050266,361.86873 L 64.542174,361.14125 L 60.54103,360.55926 L 61.050266,361.14125 L 60.395533,361.86873 L 59.01332,361.14125 L 60.250037,360.48651 L 59.668053,360.41376 L 60.395533,359.75903 L 61.050266,359.75903 L 61.777747,358.37682 L 61.050266,359.03155 L 60.395533,359.03155 L 59.668053,359.75903 L 59.01332,359.75903 L 59.668053,359.03155 L 59.01332,358.37682 L 59.668053,358.37682 L 60.395533,358.37682 L 59.668053,357.64934 L 60.395533,356.92186 L 59.668053,356.92186 L 60.395533,356.26712 L 61.050266,356.26712 L 61.050266,356.92186 L 62.505228,357.64934 L 61.777747,356.92186 L 63.159961,357.64934 L 63.159961,356.92186 L 61.777747,356.92186 L 63.159961,354.88491 L 62.505228,354.88491 L 63.159961,352.77522 L 63.887441,354.15743 L 64.542174,353.42995 L 64.542174,354.15743 L 65.269655,353.42995 L 64.542174,354.88491 L 63.887441,355.53964 L 65.269655,354.88491 L 65.269655,356.26712 L 65.997136,354.88491 L 65.997136,354.15743 L 66.651869,354.88491 L 67.37935,354.15743 L 67.37935,354.88491 L 68.761563,354.88491 L 68.761563,357.64934 L 69.489044,355.53964 L 70.143777,354.88491 L 70.871258,355.53964 L 71.52599,355.53964 L 70.143777,356.92186 L 70.725761,356.92186 L 71.52599,355.53964 L 71.52599,357.64934 L 72.253471,355.53964 L 72.980952,356.26712 L 72.253471,356.92186 L 72.835456,356.92186 L 72.980952,356.26712 L 74.363166,356.26712 L 75.017898,356.92186 L 73.635685,358.37682 L 74.363166,359.03155 L 75.017898,356.92186 L 75.745379,357.64934 L 76.47286,356.92186 L 76.47286,357.64934 L 77.127593,356.92186 L 75.745379,359.03155 L 76.47286,359.03155 L 76.47286,358.37682 L 77.127593,357.64934 L 77.855074,357.64934 L 77.855074,358.37682 L 78.509806,357.64934 L 79.237287,357.64934 L 77.855074,359.03155 L 79.237287,359.03155 L 80.619501,359.75903 L 80.619501,363.25094 L 81.346982,360.41376 L 82.001715,359.75903 L 81.346982,361.14125 L 82.001715,361.86873 L 82.001715,360.41376 L 82.729195,361.14125 L 82.001715,363.90567 L 82.001715,364.63315 L 82.729195,362.52346 L 83.456676,363.25094 L 83.456676,362.52346 L 84.111409,362.52346 L 84.111409,363.25094 L 85.493623,362.52346 L 84.111409,362.52346 L 84.83889,361.14125 L 85.493623,361.14125 L 85.493623,360.41376 L 86.221103,361.14125 L 86.221103,360.41376 L 86.948584,360.41376 L 86.221103,362.52346 L 86.221103,363.25094 L 87.603317,363.90567 L 86.948584,362.52346 L 87.603317,360.41376 L 87.603317,363.25094 L 88.330798,360.41376 L 88.985531,361.86873 L 88.985531,362.52346 L 89.713011,363.90567 L 91.095225,363.90567 L 90.440492,363.25094 L 90.440492,362.52346 L 91.095225,363.25094 L 90.440492,361.86873 L 91.095225,362.52346 L 90.440492,361.14125 L 91.095225,361.14125 L 91.822706,362.52346 L 91.822706,361.14125 L 92.477439,361.86873 L 92.477439,360.41376 L 93.204919,361.14125 L 92.477439,364.63315 L 93.204919,364.63315 L 93.204919,361.86873 L 93.9324,360.41376 L 95.314614,361.86873 L 95.314614,362.52346 L 95.969347,361.86873 L 96.696828,362.52346 L 96.696828,363.90567 L 95.969347,363.90567 L 95.969347,366.74285 L 98.806522,363.90567 L 98.079041,363.90567 L 98.806522,363.25094 L 99.461255,364.63315 L 100.40698,365.14239 L 100.18874,364.63315 L 100.91622,364.63315 L 100.91622,365.36063 L 101.57095,365.36063 L 102.29843,366.01537 L 102.29843,366.74285 L 101.57095,367.39758 L 101.20721,366.74285 L 101.57095,368.12506 L 102.29843,368.12506 L 102.95316,368.85254 L 102.95316,368.12506 L 103.68064,368.12506 L 102.95316,367.39758 L 104.40812,367.39758 L 103.68064,366.01537 L 104.40812,365.36063 L 105.06286,365.36063 L 106.44507,366.01537 L 106.44507,366.74285 L 107.17255,366.74285 L 107.17255,367.39758 L 107.90003,367.39758 L 107.90003,366.74285 L 109.28225,367.39758 L 109.93698,366.74285 L 109.28225,366.01537 L 109.93698,366.01537 L 109.93698,365.36063 L 110.66446,366.74285 L 109.93698,364.63315 L 110.66446,364.63315 L 110.66446,363.90567 L 111.39194,364.63315 L 111.39194,363.90567 L 112.04667,364.63315 L 112.04667,363.90567 L 112.04667,363.25094 L 113.42889,363.90567 L 112.77415,364.63315 L 113.42889,365.36063 L 113.42889,364.63315 L 114.15637,364.63315 L 114.15637,363.90567 L 115.53858,364.63315 L 116.26606,364.63315 L 116.26606,365.36063 L 116.9208,365.36063 L 116.9208,366.74285 L 117.64828,366.01537 L 117.64828,365.36063 L 118.37576,363.90567 L 114.88385,363.90567 L 115.53858,363.25094 L 114.88385,363.25094 L 113.42889,363.25094 L 112.77415,362.52346 L 112.77415,361.86873 L 113.42889,361.86873 L 112.77415,361.14125 L 114.15637,361.14125 L 114.15637,361.86873 L 114.88385,362.52346 L 114.88385,361.86873 L 114.88385,361.14125 L 115.53858,361.14125 L 115.53858,361.86873 L 116.9208,363.25094 L 116.26606,361.86873 L 116.9208,362.52346 L 116.26606,361.14125 L 117.64828,360.41376 L 118.37576,361.14125 L 119.03049,360.41376 L 118.37576,360.41376 L 118.37576,359.75903 L 118.37576,359.03155 L 119.75797,359.75903 L 120.4127,359.03155 L 121.14018,359.75903 L 121.86766,359.75903 L 121.14018,360.41376 L 121.86766,360.41376 L 121.86766,359.75903 L 121.86766,358.37682 L 122.5224,358.37682 L 122.5224,359.03155 L 123.24988,359.03155 L 122.5224,358.37682 L 123.24988,358.37682 L 123.24988,357.64934 L 125.35957,358.37682 L 125.35957,359.03155 L 126.74179,359.03155 L 126.01431,358.37682 L 126.74179,358.37682 L 127.39652,358.37682 L 128.124,359.03155 L 129.50621,359.03155 L 129.50621,359.75903 L 131.61591,359.03155 L 131.61591,360.41376 L 132.34339,359.75903 L 132.34339,360.41376 L 133.7256,359.75903 L 133.7256,361.14125 L 137.87224,361.14125 L 138.59972,359.75903 L 138.59972,360.41376 L 139.3272,360.41376 L 139.3272,361.14125 L 140.70942,361.14125 L 139.98194,362.52346 L 140.70942,361.86873 L 141.36415,365.36063 L 142.09163,365.36063 L 141.36415,363.90567 L 142.09163,363.90567 L 141.36415,361.86873 L 142.09163,361.14125 L 141.36415,361.14125 L 140.70942,359.75903 L 141.36415,359.75903 L 142.09163,358.37682 L 142.81911,359.75903 L 142.81911,358.37682 L 143.47385,357.64934 L 144.20133,359.03155 L 144.20133,358.37682 L 143.47385,357.64934 L 144.85606,356.92186 L 144.85606,358.37682 L 145.58354,357.64934 L 146.31102,358.37682 L 146.31102,356.26712 L 147.69323,356.26712 L 147.69323,356.92186 L 148.34797,355.53964 L 149.80293,355.53964 L 150.45766,354.88491 L 150.45766,355.53964 L 151.18514,354.88491 L 151.83988,355.53964 L 151.83988,354.15743 L 152.56736,354.15743 L 153.29484,353.42995 L 153.29484,354.15743 L 153.94957,353.42995 L 155.33178,353.42995 L 154.67705,352.77522 L 158.16896,352.77522 L 158.16896,352.04773 L 158.82369,352.77522 L 159.55117,352.77522 L 158.82369,353.42995 L 159.55117,353.42995 L 159.55117,352.77522 L 160.27865,353.42995 L 160.93339,352.77522 L 161.66087,353.42995 L 160.93339,354.15743 L 161.66087,354.15743 L 162.3156,352.77522 L 163.04308,354.15743 L 163.77056,353.42995 L 164.42529,353.42995 L 164.42529,352.77522 L 165.15277,353.42995 L 165.15277,354.15743 L 165.80751,352.77522 L 166.53499,352.77522 L 167.26247,354.15743 L 167.9172,353.42995 L 168.64468,354.15743 L 169.29942,354.15743 L 170.0269,353.42995 L 170.0269,354.15743 L 170.75438,353.42995 L 171.40911,353.42995 L 172.13659,353.42995 L 172.79132,354.15743 L 170.75438,354.88491 L 168.64468,356.92186 L 167.26247,360.41376 L 166.53499,360.41376 L 167.26247,361.14125 L 163.77056,361.86873 L 163.04308,363.25094 L 160.93339,362.52346 L 160.27865,362.52346 L 160.93339,363.25094 L 159.55117,363.90567 L 159.55117,364.63315 L 158.82369,364.63315 L 158.82369,365.36063 L 159.55117,364.63315 L 160.27865,363.90567 L 163.04308,363.90567 L 164.42529,362.52346 L 165.15277,363.25094 L 165.15277,363.90567 L 160.93339,366.01537 L 161.66087,367.39758 L 159.55117,368.12506 L 159.55117,368.85254 L 161.66087,367.39758 L 162.3156,367.39758 L 164.42529,368.85254 L 164.42529,370.23476 L 165.15277,368.85254 L 165.80751,370.23476 L 165.80751,368.12506 L 167.26247,366.74285 L 170.0269,366.01537 L 170.75438,367.39758 L 170.75438,366.74285 L 171.40911,366.74285 L 171.40911,368.85254 L 169.29942,370.88949 L 169.29942,372.34445 L 170.0269,372.34445 L 169.29942,374.3814 L 170.0269,374.3814 L 169.29942,375.83636 L 170.0269,375.83636 L 170.75438,375.10888 L 170.0269,370.88949 L 170.75438,370.23476 L 171.40911,370.88949 L 171.40911,370.23476 L 172.13659,368.85254 L 172.13659,366.01537 L 173.5188,366.01537 L 172.79132,365.36063 L 172.79132,363.25094 L 170.75438,360.41376 L 171.40911,358.37682 L 172.79132,356.92186 L 175.6285,359.03155 L 173.5188,356.92186 L 174.24629,356.26712 L 174.24629,355.53964 L 175.6285,355.53964 L 175.6285,356.26712 L 176.28323,356.92186 L 176.28323,357.64934 L 177.01071,357.64934 L 177.73819,358.37682 L 177.01071,359.03155 L 177.73819,359.03155 L 178.39293,359.75903 L 179.12041,360.41376 L 178.39293,361.14125 L 179.12041,361.14125 L 179.77514,362.52346 L 179.12041,362.52346 L 177.73819,361.86873 L 178.39293,363.25094 L 180.50262,363.90567 L 180.50262,364.63315 L 178.39293,363.90567 L 179.77514,365.36063 L 177.73819,365.36063 L 180.50262,366.01537 L 179.77514,369.50728 L 179.12041,369.50728 L 179.77514,370.23476 L 179.12041,372.34445 L 177.73819,372.99918 L 175.6285,375.10888 L 179.12041,372.99918 L 179.12041,373.72666 L 179.77514,374.3814 L 179.77514,375.10888 L 181.2301,375.83636 L 179.77514,376.49109 L 179.77514,375.83636 L 179.12041,376.49109 L 177.73819,377.21857 L 177.01071,378.60079 L 176.28323,379.32827 L 177.73819,378.60079 L 177.73819,377.21857 L 179.12041,377.21857 L 180.50262,376.49109 L 181.2301,377.21857 L 179.77514,379.983 L 179.12041,382.09269 L 179.77514,383.47491 L 179.77514,381.36521 L 180.50262,380.71048 L 180.50262,379.32827 L 181.2301,379.32827 L 182.61232,375.83636 L 185.37674,374.3814 L 186.10422,374.3814 L 183.26705,377.8733 L 185.37674,375.83636 L 183.99453,378.60079 L 182.61232,379.32827 L 181.88483,379.32827 L 182.61232,379.983 L 184.72201,379.32827 L 183.99453,382.82017 L 184.72201,383.47491 L 184.72201,379.32827 L 185.37674,379.983 L 186.75896,380.71048 L 187.34094,379.32827 L 186.10422,379.32827 L 186.10422,377.21857 L 187.48644,374.3814 L 189.59613,374.3814 L 191.70583,372.99918 L 193.08804,375.10888 L 193.74277,375.83636 L 192.36056,378.60079 L 191.70583,378.60079 L 190.25086,376.49109 L 190.97834,377.8733 L 190.97834,379.983 L 191.70583,379.32827 L 191.70583,379.983 L 193.08804,380.71048 L 193.74277,380.71048 L 194.47025,382.82017 L 194.47025,381.36521 L 195.12499,380.71048 L 194.47025,380.71048 L 193.08804,379.983 L 193.08804,378.60079 L 195.85247,377.21857 L 195.85247,378.60079 L 195.85247,379.32827 L 195.27048,380.63773 L 196.57995,379.32827 L 195.85247,378.60079 L 196.57995,377.8733 L 196.57995,377.21857 L 199.34437,377.8733 L 198.68964,379.32827 L 199.34437,379.983 L 197.96216,379.32827 L 197.96216,379.983 L 197.96216,380.71048 L 196.57995,381.36521 L 197.23468,381.36521 L 198.68964,383.47491 L 197.96216,384.85712 L 196.57995,384.20239 L 196.57995,384.85712 L 197.96216,384.85712 L 198.68964,384.85712 L 199.34437,384.20239 L 199.34437,386.96682 L 199.34437,389.80399 L 200.07186,385.5846 L 200.72659,384.85712 L 200.72659,384.20239 L 200.72659,382.82017 L 202.83628,384.85712 L 203.56376,386.96682 L 204.2185,386.96682 L 204.2185,389.07651 L 201.45407,391.1862 L 203.56376,389.80399 L 204.2185,389.07651 L 204.94598,389.07651 L 205.67346,389.80399 L 205.67346,390.45872 L 204.2185,391.1862 L 204.2185,392.56842 L 203.56376,392.56842 L 202.18155,392.56842 L 203.56376,393.95063 L 204.2185,393.95063 L 203.56376,394.67811 L 204.2185,394.67811 L 203.56376,395.33284 L 204.2185,395.33284 L 203.56376,396.78781 L 204.2185,396.78781 L 204.94598,397.44254 L 204.94598,395.33284 L 207.05567,395.33284 L 205.67346,396.78781 L 207.7104,395.33284 L 206.32819,396.78781 L 207.05567,396.78781 L 208.43789,395.33284 L 209.8201,392.56842 L 210.54758,392.56842 L 212.65727,396.06033 L 211.92979,397.44254 L 211.20231,396.06033 L 210.54758,396.78781 L 211.20231,398.17002 L 210.54758,398.17002 L 209.8201,399.55223 L 211.20231,398.82475 L 210.54758,399.55223 L 210.54758,400.27971 L 211.20231,399.55223 L 210.54758,400.93445 L 211.20231,401.66193 L 211.20231,400.93445 L 211.92979,400.27971 L 212.65727,398.82475 L 213.31201,398.82475 L 213.31201,399.55223 L 212.65727,400.93445 L 211.92979,402.31666 L 212.65727,403.04414 L 209.8201,401.66193 L 209.16537,402.31666 L 211.92979,404.42636 L 211.92979,405.15384 L 212.65727,404.42636 L 215.4217,407.26353 L 214.69422,407.26353 L 214.69422,407.91826 L 215.4217,407.26353 L 215.4217,408.64574 L 216.80391,408.64574 L 217.5314,407.91826 L 218.18613,409.30048 L 218.91361,409.30048 L 221.67804,412.79239 L 222.40552,413.51987 L 223.78773,412.13765 L 225.16994,413.51987 L 225.89743,414.24735 L 223.78773,415.62956 L 224.51521,415.62956 L 223.78773,417.01177 L 223.133,415.62956 L 222.40552,415.62956 L 222.40552,414.90208 L 221.67804,414.24735 L 221.0233,414.24735 L 221.67804,414.90208 L 221.0233,414.90208 L 221.67804,415.62956 L 222.40552,416.28429 L 223.78773,417.01177 L 225.16994,415.62956 L 226.62491,414.90208 L 229.38933,415.62956 L 228.00712,417.73925 L 226.62491,417.73925 L 225.89743,419.7762 L 225.16994,419.12147 L 224.51521,419.12147 L 223.78773,419.7762 L 225.89743,419.7762 L 226.62491,418.39399 L 228.66185,419.12147 L 228.66185,418.39399 L 230.11681,417.01177 L 230.77155,417.73925 L 232.15376,417.73925 L 232.88124,419.12147 L 233.60872,419.12147 L 237.75536,421.23116 L 237.10063,422.61338 L 236.37315,424.72307 L 234.26346,426.10528 L 233.60872,425.3778 L 232.88124,426.10528 L 232.88124,424.72307 L 232.15376,425.3778 L 231.49903,424.72307 L 230.77155,423.26811 L 230.11681,425.3778 L 229.38933,424.72307 L 228.66185,424.72307 L 230.11681,426.10528 L 228.66185,426.10528 L 220.29582,422.61338 L 225.16994,426.10528 L 225.89743,426.10528 L 227.27964,426.76002 L 229.38933,430.25193 L 227.27964,431.70689 L 225.89743,429.59719 L 225.16994,430.25193 L 221.67804,430.25193 L 221.67804,430.97941 L 225.16994,430.97941 L 225.89743,432.36162 L 223.78773,435.1988 L 223.133,435.1988 L 221.67804,435.1988 L 221.67804,435.85353 L 220.29582,436.58101 L 218.18613,436.58101 L 218.91361,437.96322 L 222.40552,436.58101 L 222.40552,438.6907 L 223.78773,435.85353 L 224.51521,435.85353 L 227.27964,433.0891 L 229.38933,433.0891 L 230.11681,432.36162 L 232.88124,433.74383 L 232.15376,436.58101 L 231.49903,435.85353 L 232.15376,437.23574 L 230.11681,437.23574 L 232.15376,437.96322 L 232.15376,439.34544 L 229.38933,440.72765 L 229.38933,441.45513 L 232.15376,440.07292 L 232.88124,440.72765 L 232.15376,442.83734 L 231.49903,442.83734 L 231.49903,443.56482 L 231.49903,445.67452 L 229.38933,447.71147 L 228.66185,447.71147 L 228.66185,448.43895 L 228.00712,448.43895 L 227.27964,449.16643 L 226.62491,449.16643 L 226.62491,449.82116 L 225.16994,449.16643 L 225.16994,450.54864 L 224.51521,449.16643 L 224.51521,447.71147 L 223.133,448.43895 L 223.78773,447.05673 L 222.40552,448.43895 L 222.40552,447.71147 L 221.0233,447.05673 L 221.67804,447.71147 L 222.40552,448.43895 L 221.67804,449.16643 L 222.40552,451.20337 L 222.40552,452.65834 L 221.67804,451.93085 L 221.67804,453.31307 L 221.0233,451.93085 L 221.0233,453.31307 L 220.29582,453.31307 L 221.0233,454.04055 L 220.29582,454.04055 L 219.64109,451.20337 L 218.91361,452.65834 L 218.91361,451.93085 L 220.29582,449.82116 L 220.29582,447.71147 L 218.18613,446.32925 L 218.91361,447.05673 L 219.64109,449.16643 L 218.91361,449.16643 L 217.5314,448.43895 L 219.64109,449.82116 L 217.5314,452.65834 L 215.4217,449.16643 L 215.4217,449.82116 L 216.80391,452.65834 L 216.14918,454.04055 L 214.69422,452.65834 L 213.31201,449.16643 L 214.03949,449.82116 L 214.69422,449.82116 L 211.20231,447.71147 L 211.92979,449.82116 L 212.65727,451.20337 L 212.65727,451.93085 L 214.03949,454.69528 L 213.31201,456.80498 L 211.20231,455.42276 L 209.8201,453.31307 L 209.16537,453.31307 L 209.8201,454.69528 L 207.7104,451.93085 L 209.16537,454.69528 L 209.16537,456.80498 L 205.67346,456.80498 L 209.16537,458.18719 L 211.20231,459.64215 L 209.8201,460.29688 L 209.8201,461.02437 L 209.16537,461.02437 L 207.05567,463.78879 L 202.83628,458.91467 L 204.2185,462.40658 L 205.67346,463.13406 L 206.32819,463.78879 L 204.94598,465.17101 L 202.83628,463.78879 L 201.45407,464.51627 L 200.07186,463.13406 L 198.68964,463.78879 L 200.07186,465.17101 L 200.07186,465.89849 L 199.34437,466.62597 L 197.96216,467.2807 L 195.85247,467.2807 L 195.19773,468.00818 L 195.19773,468.66291 L 192.36056,470.11788 L 190.25086,468.66291 L 190.25086,467.2807 L 190.97834,466.62597 L 190.97834,465.89849 L 192.36056,465.89849 L 191.70583,464.51627 L 190.25086,466.62597 L 190.25086,465.89849 L 189.59613,464.51627 L 188.86865,465.89849 L 186.75896,465.17101 L 183.26705,466.62597 L 182.61232,468.00818 L 183.26705,468.66291 L 181.88483,469.39039 L 182.61232,470.11788 L 181.2301,471.50009 L 180.50262,470.77261 L 180.50262,471.50009 L 179.77514,471.50009 L 179.77514,472.15482 L 179.12041,473.60978 L 178.39293,473.60978 L 178.39293,474.26452 L 177.01071,475.64673 L 175.6285,476.37421 L 174.24629,476.37421 z M 218.91361,452.65834 L 219.64109,454.04055 L 218.91361,454.69528 L 218.18613,453.31307 L 218.91361,452.65834 z M 222.40552,448.43895 L 223.133,449.16643 L 223.133,449.82116 L 223.133,450.54864 L 222.40552,448.43895 z M 223.133,449.16643 L 223.78773,449.16643 L 223.78773,450.54864 L 223.133,449.16643 z M 218.91361,409.30048 L 220.29582,410.02796 L 220.29582,410.75544 L 218.91361,409.30048 z M 197.96216,380.71048 L 198.68964,380.71048 L 199.34437,381.36521 L 199.34437,382.09269 L 200.07186,382.82017 L 199.34437,383.47491 L 197.96216,382.09269 L 197.96216,380.71048 z M 170.0269,366.01537 L 167.26247,366.01537 L 165.80751,367.39758 L 163.77056,366.74285 L 163.04308,367.39758 L 161.66087,366.74285 L 161.66087,366.01537 L 165.80751,363.90567 L 166.53499,363.25094 L 168.64468,362.52346 L 168.64468,363.90567 L 169.29942,364.63315 L 169.29942,365.36063 L 170.0269,366.01537 z M 165.80751,367.39758 L 164.42529,368.12506 L 163.77056,367.39758 L 165.80751,367.39758 z M 168.64468,354.15743 L 168.64468,353.42995 L 169.29942,353.42995 L 168.64468,354.15743 z M 100.18874,364.63315 L 99.461255,364.63315 L 100.18874,363.25094 L 100.18874,364.63315 z M 98.079041,363.90567 L 97.424308,364.63315 L 96.696828,364.63315 L 97.424308,363.25094 L 98.079041,363.90567 z M 90.440492,363.25094 L 89.713011,363.90567 L 88.985531,361.14125 L 89.713011,361.14125 L 90.440492,363.25094 z M 83.456676,362.52346 L 83.456676,361.86873 L 84.111409,361.86873 L 83.456676,362.52346 z M 84.111409,361.86873 L 84.111409,361.14125 L 84.83889,360.41376 L 84.111409,361.86873 z M 63.159961,352.77522 L 61.777747,356.26712 L 61.050266,355.53964 L 61.777747,354.88491 L 62.505228,352.77522 L 63.159961,352.77522 z M 61.777747,354.88491 L 61.050266,354.88491 L 61.050266,354.15743 L 61.777747,354.15743 L 61.777747,354.88491 z M 61.777747,354.15743 L 61.050266,353.42995 L 61.777747,353.42995 L 61.777747,354.15743 z M 59.01332,372.99918 L 59.01332,373.72666 L 58.285839,374.3814 L 57.558358,373.72666 L 58.285839,372.99918 L 59.01332,371.61697 L 59.01332,372.99918 z M 65.997136,382.82017 L 65.633396,383.47491 L 64.542174,383.47491 L 65.997136,382.82017 z M 65.633396,383.47491 L 65.997136,383.47491 L 65.269655,384.20239 L 65.633396,383.47491 z M 73.635685,393.95063 L 75.017898,394.67811 L 73.635685,395.33284 L 73.635685,393.95063 z M 77.855074,396.78781 L 78.509806,396.06033 L 79.964768,395.33284 L 79.237287,396.06033 L 78.36431,397.44254 L 77.855074,397.44254 L 77.855074,396.78781 z M 78.36431,397.44254 L 78.509806,397.44254 L 77.855074,398.17002 L 78.36431,397.44254 z M 79.964768,395.33284 L 81.346982,394.67811 L 81.346982,395.33284 L 80.619501,396.06033 L 79.964768,396.06033 L 79.964768,395.33284 z M 82.001715,396.06033 L 82.001715,396.78781 L 82.001715,397.44254 L 79.237287,396.78781 L 80.619501,396.78781 L 82.001715,396.06033 z M 82.001715,396.78781 L 82.729195,396.06033 L 82.729195,396.78781 L 82.001715,396.78781 z M 103.68064,413.51987 L 107.17255,410.02796 L 106.44507,410.02796 L 107.75454,408.79124 L 107.90003,409.30048 L 107.17255,411.41017 L 107.17255,412.79239 L 107.17255,413.51987 L 107.17255,414.24735 L 106.44507,412.13765 L 106.44507,414.90208 L 105.79034,414.90208 L 105.79034,413.51987 L 106.44507,411.41017 L 105.06286,412.79239 L 105.06286,414.24735 L 104.40812,414.90208 L 104.40812,414.24735 L 103.68064,414.90208 L 103.68064,414.24735 L 102.95316,414.90208 L 103.68064,414.90208 L 102.95316,415.62956 L 102.29843,414.90208 L 100.91622,414.90208 L 103.68064,413.51987 z M 106.44507,414.90208 L 106.44507,415.62956 L 105.79034,416.28429 L 106.44507,414.90208 z M 107.17255,412.79239 L 107.90003,411.41017 L 109.28225,410.75544 L 107.90003,412.13765 L 107.17255,412.79239 z M 107.75454,408.79124 L 107.53629,408.282 L 107.90003,408.64574 L 107.75454,408.79124 z M 107.53629,408.282 L 107.17255,407.91826 L 107.31805,407.55452 L 107.53629,408.282 z M 107.31805,407.55452 L 107.17255,407.26353 L 107.53629,406.89979 L 107.31805,407.55452 z M 107.17255,407.91826 L 106.44507,409.30048 L 105.79034,408.64574 L 106.44507,407.91826 L 107.17255,407.91826 z M 105.79034,408.64574 L 106.44507,410.02796 L 104.40812,412.13765 L 104.40812,409.30048 L 105.79034,408.64574 z M 110.08248,415.92055 L 109.93698,416.28429 L 109.28225,416.28429 L 110.08248,415.92055 z M 119.03049,413.51987 L 120.4127,414.24735 L 121.86766,414.24735 L 121.86766,414.90208 L 119.75797,415.62956 L 119.03049,414.24735 L 119.03049,413.51987 z M 121.86766,414.90208 L 121.86766,415.62956 L 121.14018,415.62956 L 121.86766,414.90208 z M 121.86766,415.62956 L 122.5224,415.26582 L 122.5224,414.90208 L 123.24988,414.90208 L 122.5224,415.62956 L 121.86766,415.62956 z M 130.88843,422.61338 L 130.88843,424.72307 L 130.23369,424.72307 L 129.50621,423.99559 L 129.50621,423.26811 L 130.88843,422.61338 z M 136.49003,432.36162 L 135.8353,433.0891 L 135.10782,432.36162 L 136.49003,432.36162 z M 135.10782,432.36162 L 134.38034,433.0891 L 134.38034,432.36162 L 135.10782,432.36162 z M 137.21751,433.74383 L 137.87224,433.74383 L 139.98194,433.0891 L 138.59972,434.47131 L 137.87224,434.47131 L 137.21751,433.74383 z M 146.96575,438.6907 L 146.96575,439.34544 L 146.31102,440.07292 L 146.31102,439.34544 L 146.96575,438.6907 z M 151.83988,440.72765 L 151.83988,441.45513 L 151.25789,442.03712 L 151.83988,440.72765 z M 160.27865,461.6791 L 159.55117,462.40658 L 158.82369,461.6791 L 160.27865,461.6791 z M -57.674607,475.64673 L -52.073005,473.60978 L -51.345524,473.60978 L -51.345524,474.26452 L -47.198883,469.39039 L -47.853616,468.66291 L -48.581097,470.11788 L -47.853616,467.2807 L -49.23583,469.39039 L -49.23583,468.66291 L -48.581097,467.2807 L -48.581097,466.62597 L -49.963311,468.66291 L -51.345524,469.39039 L -50.690791,469.39039 L -53.455219,471.50009 L -49.963311,469.39039 L -49.23583,470.11788 L -52.727738,472.15482 L -52.073005,472.15482 L -54.837432,472.8823 L -56.947127,472.8823 L -56.365142,473.46429 L -56.43789,473.53704 L -56.947127,473.60978 L -56.219646,473.60978 L -55.564913,474.26452 L -57.674607,475.64673 z M -56.219646,473.60978 L -56.365142,473.46429 L -53.455219,472.8823 L -56.219646,473.60978 z M 27.586147,475.64673 L 26.858667,474.992 L 27.586147,473.60978 L 26.858667,473.60978 L 26.131186,473.60978 L 25.476453,474.26452 L 25.476453,473.60978 L 23.366758,473.60978 L 24.748972,474.26452 L 25.476453,474.992 L 25.476453,474.26452 L 26.131186,474.992 L 27.586147,475.64673 z M 168.64468,475.64673 L 167.9172,474.992 L 167.9172,473.60978 L 168.64468,474.992 L 168.64468,475.64673 z M -47.198883,474.26452 L -45.089189,473.60978 L -45.089189,474.26452 L -44.361708,473.60978 L -45.089189,473.60978 L -47.198883,473.60978 L -47.198883,474.26452 z M 115.53858,474.26452 L 116.26606,472.8823 L 115.53858,472.15482 L 115.53858,474.26452 z M -145.62704,474.04627 L -144.97231,473.60978 L -145.62704,473.60978 L -144.24483,472.8823 L -144.97231,472.8823 L -145.62704,472.8823 L -145.62704,473.60978 L -145.62704,474.04627 z M 168.64468,473.60978 L 167.9172,472.8823 L 168.64468,471.50009 L 168.64468,473.60978 z M 563.23029,473.60978 L 565.33999,473.60978 L 563.88503,472.15482 L 564.61251,471.50009 L 563.23029,471.50009 L 561.84808,468.66291 L 562.50281,470.77261 L 559.0109,469.39039 L 563.23029,472.15482 L 563.88503,472.8823 L 563.23029,473.60978 z M -328.58847,472.8823 L -330.04344,472.15482 L -328.73397,472.15482 L -328.58847,472.8823 z M -328.73397,472.15482 L -328.73397,472.08207 L -328.58847,472.15482 L -328.73397,472.15482 z M -328.73397,472.08207 L -330.04344,471.50009 L -329.31595,469.39039 L -328.73397,472.08207 z M -89.10178,472.8823 L -88.374299,472.8823 L -87.646818,471.50009 L -88.374299,471.50009 L -88.374299,472.15482 L -89.10178,472.15482 L -89.10178,472.8823 z M 4.5250046,472.8823 L 5.1797374,472.15482 L 5.1797374,471.50009 L 5.1797374,470.11788 L 4.5250046,472.8823 z M 347.38673,472.8823 L 346.00451,472.15482 L 345.34978,471.50009 L 346.00451,471.50009 L 347.38673,470.77261 L 347.38673,469.39039 L 346.00451,470.11788 L 346.00451,470.77261 L 344.6223,470.11788 L 345.34978,467.2807 L 344.6223,467.2807 L 345.34978,466.62597 L 344.6223,466.62597 L 345.34978,465.89849 L 345.34978,465.17101 L 346.73199,465.17101 L 348.11421,463.78879 L 349.49642,463.78879 L 349.49642,464.51627 L 352.3336,464.51627 L 352.98833,465.17101 L 352.98833,465.89849 L 353.71581,465.89849 L 353.71581,467.2807 L 355.8255,469.39039 L 355.8255,471.50009 L 355.09802,472.15482 L 353.71581,472.15482 L 352.3336,471.50009 L 352.3336,472.15482 L 349.49642,472.8823 L 347.38673,472.8823 z M -335.57229,472.15482 L -334.19008,469.39039 L -332.08038,468.00818 L -331.42565,468.00818 L -332.80786,469.39039 L -335.57229,472.15482 z M -331.42565,468.00818 L -329.31595,468.00818 L -330.04344,470.11788 L -330.69817,470.11788 L -331.42565,468.00818 z M -16.426444,472.15482 L -15.771711,471.50009 L -14.316749,469.39039 L -14.316749,467.2807 L -13.662016,467.2807 L -14.316749,466.62597 L -15.771711,468.66291 L -16.426444,471.50009 L -16.426444,472.15482 z M 559.0109,472.15482 L 556.90121,470.77261 L 556.24648,470.11788 L 556.24648,470.77261 L 554.86426,470.77261 L 553.4093,470.11788 L 554.86426,471.50009 L 556.24648,471.50009 L 559.0109,472.15482 z M 411.0413,472.08207 L 412.35077,470.77261 L 412.35077,467.2807 L 413.07825,467.2807 L 413.73298,465.89849 L 412.35077,467.2807 L 411.69603,470.77261 L 411.0413,472.08207 z M 545.77075,471.50009 L 549.26266,471.50009 L 544.24304,470.48162 L 543.66106,470.11788 L 543.00633,470.26337 L 542.27884,470.11788 L 541.55136,468.00818 L 542.27884,468.00818 L 542.27884,467.2807 L 541.55136,467.2807 L 542.27884,465.89849 L 542.27884,465.17101 L 543.66106,465.17101 L 545.04327,464.51627 L 545.04327,465.89849 L 545.77075,465.89849 L 545.77075,465.17101 L 546.42549,465.89849 L 546.42549,466.62597 L 546.42549,467.2807 L 549.26266,466.62597 L 549.26266,467.2807 L 549.91739,466.62597 L 549.26266,466.62597 L 546.42549,466.62597 L 547.88045,464.51627 L 547.15297,463.78879 L 547.15297,464.51627 L 546.42549,465.89849 L 546.42549,464.51627 L 544.38854,463.78879 L 543.66106,463.13406 L 542.93358,463.13406 L 543.66106,462.40658 L 542.27884,461.6791 L 542.93358,463.13406 L 543.66106,463.78879 L 542.27884,463.78879 L 542.27884,464.51627 L 541.55136,463.78879 L 541.55136,464.51627 L 540.16915,463.78879 L 540.16915,464.51627 L 540.89663,464.51627 L 540.89663,465.89849 L 541.55136,464.51627 L 542.27884,464.51627 L 540.89663,466.62597 L 540.16915,466.62597 L 540.89663,468.00818 L 539.44167,468.00818 L 540.16915,468.66291 L 540.89663,468.66291 L 540.89663,469.39039 L 540.16915,469.39039 L 541.55136,470.11788 L 540.89663,470.77261 L 543.00633,470.26337 L 544.24304,470.48162 L 545.77075,471.50009 z M -100.95972,470.77261 L -98.850023,470.11788 L -100.95972,470.11788 L -100.95972,470.77261 z M 65.269655,470.77261 L 65.997136,469.39039 L 64.542174,469.39039 L 63.887441,470.11788 L 65.269655,470.77261 z M 341.13039,470.77261 L 338.36596,469.39039 L 337.63848,469.39039 L 337.63848,468.66291 L 336.911,469.39039 L 336.25627,468.66291 L 336.25627,468.00818 L 337.63848,465.89849 L 337.63848,465.17101 L 339.0207,463.78879 L 339.0207,465.17101 L 340.40291,464.51627 L 341.13039,464.51627 L 341.13039,463.13406 L 341.85787,463.78879 L 341.85787,462.40658 L 342.5126,461.6791 L 342.5126,463.13406 L 343.89482,463.78879 L 343.24009,463.13406 L 343.24009,462.40658 L 345.34978,464.51627 L 344.6223,465.89849 L 343.89482,469.39039 L 341.85787,469.39039 L 341.13039,470.77261 z M 336.25627,468.66291 L 336.25627,469.39039 L 335.52879,468.66291 L 335.52879,468.00818 L 336.25627,468.66291 z M 401.87504,470.77261 L 402.60252,470.77261 L 401.87504,470.11788 L 401.22031,470.11788 L 401.87504,470.77261 z M -113.54514,469.39039 L -111.43544,468.66291 L -107.21605,469.39039 L -104.45163,468.66291 L -105.83384,468.66291 L -103.72414,467.2807 L -104.45163,467.2807 L -105.10636,467.2807 L -105.10636,468.00818 L -108.59827,468.00818 L -108.59827,468.66291 L -110.05323,468.00818 L -113.54514,469.39039 z M 17.110423,469.39039 L 17.765156,469.39039 L 17.110423,468.66291 L 16.382942,468.00818 L 16.382942,467.2807 L 15.655462,468.00818 L 17.110423,469.39039 z M 67.37935,469.39039 L 67.524846,469.2449 L 68.034082,469.39039 L 68.034082,468.66291 L 67.524846,469.2449 L 67.015609,469.02665 L 66.651869,468.66291 L 66.651869,468.00818 L 67.37935,468.66291 L 67.37935,467.2807 L 68.034082,468.00818 L 68.761563,468.00818 L 71.52599,468.66291 L 68.761563,465.17101 L 65.997136,463.78879 L 65.269655,463.78879 L 65.269655,465.17101 L 65.997136,464.51627 L 66.651869,465.17101 L 65.269655,466.62597 L 65.269655,467.2807 L 65.997136,468.66291 L 67.015609,469.02665 L 67.37935,469.39039 z M 392.1268,468.66291 L 394.23649,468.66291 L 393.50901,468.00818 L 392.1268,468.66291 z M 18.492637,467.2807 L 19.14737,466.62597 L 20.602331,467.2807 L 20.602331,466.62597 L 18.492637,465.89849 L 17.765156,465.17101 L 17.765156,465.89849 L 18.492637,467.2807 z M 22.639278,467.2807 L 24.094239,467.2807 L 24.094239,465.89849 L 22.639278,467.2807 z M 406.74916,467.2807 L 408.20412,467.2807 L 408.85886,465.89849 L 408.20412,465.89849 L 408.20412,466.62597 L 406.74916,465.17101 L 406.74916,467.2807 z M -8.060414,466.62597 L -7.3329331,465.89849 L -7.3329331,466.62597 L -6.6782003,466.62597 L -6.6782003,465.89849 L -5.9507195,465.17101 L -6.6782003,464.51627 L -6.6782003,465.89849 L -7.3329331,465.89849 L -7.3329331,465.17101 L -8.060414,465.17101 L -8.060414,464.51627 L -8.7878948,465.17101 L -8.060414,466.62597 z M 15.655462,465.89849 L 17.110423,465.89849 L 17.110423,463.78879 L 16.382942,463.78879 L 16.382942,465.17101 L 15.655462,465.89849 z M 51.302023,465.17101 L 50.574542,464.51627 L 49.919809,463.78879 L 49.919809,464.51627 L 48.537596,463.13406 L 48.537596,461.6791 L 50.574542,463.13406 L 51.302023,465.17101 z M 367.68344,465.17101 L 369.06566,462.40658 L 369.06566,463.78879 L 369.79314,463.13406 L 369.06566,464.51627 L 367.68344,465.17101 z M -71.64224,464.51627 L -70.914759,463.78879 L -70.187278,462.40658 L -71.64224,461.02437 L -73.024453,461.02437 L -73.024453,463.13406 L -71.64224,464.51627 z M -27.629649,464.51627 L -28.284381,463.78879 L -27.629649,463.78879 L -27.629649,463.13406 L -28.284381,463.13406 L -28.284381,463.78879 L -29.011862,463.13406 L -29.739343,463.78879 L -27.629649,464.51627 z M 346.00451,464.51627 L 344.6223,463.13406 L 343.89482,461.02437 L 344.6223,461.02437 L 345.34978,461.02437 L 346.73199,462.40658 L 347.38673,461.6791 L 347.38673,463.13406 L 346.00451,464.51627 z M 347.38673,461.6791 L 346.73199,460.29688 L 347.38673,461.02437 L 347.38673,461.6791 z M 335.52879,463.78879 L 334.87406,463.13406 L 334.87406,462.40658 L 335.52879,461.6791 L 336.25627,463.13406 L 335.52879,463.78879 z M 348.18696,463.71604 L 348.84169,463.13406 L 348.11421,462.40658 L 349.49642,463.13406 L 348.18696,463.71604 z M -129.54971,461.6791 L -128.89498,461.6791 L -127.51277,461.02437 L -128.1675,460.29688 L -129.54971,461.6791 z M 11.508821,461.6791 L 12.163554,461.6791 L 11.508821,461.02437 L 11.508821,459.64215 L 10.78134,460.29688 L 11.508821,461.02437 L 11.508821,461.6791 z M 106.44507,461.02437 L 106.44507,459.64215 L 107.17255,459.64215 L 107.17255,460.29688 L 106.44507,461.02437 z M -32.50377,460.29688 L -31.121557,458.91467 L -31.485297,458.18719 L -31.776289,457.53246 L -31.776289,458.18719 L -32.50377,458.18719 L -31.776289,458.91467 L -32.50377,459.64215 L -32.50377,460.29688 z M -28.284381,459.64215 L -27.629649,459.64215 L -27.629649,458.91467 L -28.648122,458.91467 L -29.011862,458.18719 L -29.011862,458.91467 L -28.648122,458.91467 L -28.284381,459.64215 z M -59.056821,458.91467 L -56.947127,458.91467 L -58.32934,457.53246 L -59.056821,458.18719 L -59.711554,458.18719 L -59.056821,458.91467 z M -34.613465,458.91467 L -33.231251,458.18719 L -33.231251,457.53246 L -32.50377,456.15024 L -33.231251,456.80498 L -32.50377,455.42276 L -33.231251,456.15024 L -35.995678,455.42276 L -33.885984,456.15024 L -35.268198,456.80498 L -34.613465,456.80498 L -34.613465,457.53246 L -33.231251,457.53246 L -34.613465,458.91467 z M 844.69263,458.91467 L 846.72958,458.18719 L 843.96515,458.18719 L 844.69263,458.91467 z M 211.20231,458.18719 L 209.16537,457.53246 L 209.8201,455.42276 L 210.54758,456.15024 L 211.20231,458.18719 z M -359.36091,457.53246 L -360.01565,454.04055 L -359.36091,456.15024 L -359.36091,457.53246 z M -52.727738,457.53246 L -50.690791,457.53246 L -52.073005,456.80498 L -52.727738,456.15024 L -52.727738,455.42276 L -51.345524,455.42276 L -52.727738,454.69528 L -52.727738,454.04055 L -53.455219,454.69528 L -53.455219,455.42276 L -54.182699,455.42276 L -54.182699,456.15024 L -52.727738,456.15024 L -53.455219,456.80498 L -52.073005,456.80498 L -52.727738,457.53246 z M 12.891034,457.53246 L 12.163554,456.80498 L 10.126607,455.42276 L 11.508821,456.80498 L 12.891034,457.53246 z M 80.619501,457.53246 L 80.619501,456.80498 L 79.237287,456.15024 L 80.619501,457.53246 z M 841.20072,457.53246 L 843.23767,456.15024 L 839.09103,456.15024 L 841.20072,457.53246 z M -64.658424,456.80498 L -62.548729,456.15024 L -62.766973,455.85925 L -61.821248,455.42276 L -63.203462,454.69528 L -63.930943,454.69528 L -61.821248,454.04055 L -61.821248,452.65834 L -59.711554,454.04055 L -59.711554,453.31307 L -61.821248,452.65834 L -61.166516,451.93085 L -61.821248,451.20337 L -62.621477,450.62139 L -62.548729,450.54864 L -62.91247,450.40314 L -64.658424,449.16643 L -64.658424,449.82116 L -62.91247,450.40314 L -62.621477,450.62139 L -63.203462,451.20337 L -63.930943,451.20337 L -61.821248,452.65834 L -62.548729,453.31307 L -63.930943,454.04055 L -63.203462,454.04055 L -63.930943,454.69528 L -62.766973,455.85925 L -64.658424,456.80498 z M 582.07205,456.80498 L 584.83647,456.15024 L 587.67365,454.04055 L 589.78334,454.69528 L 589.78334,452.80383 L 590.43808,452.65834 L 589.78334,452.65834 L 589.78334,452.80383 L 584.18174,454.04055 L 582.79953,454.04055 L 582.07205,454.69528 L 581.34457,454.69528 L 579.96235,455.42276 L 582.07205,456.80498 z M -117.03704,456.15024 L -116.30956,456.15024 L -116.30956,455.42276 L -115.58208,455.42276 L -117.03704,454.04055 L -118.41926,454.69528 L -117.03704,456.15024 z M -26.247435,456.15024 L -24.792473,456.15024 L -24.137741,455.42276 L -24.792473,455.42276 L -24.792473,454.69528 L -25.519954,455.42276 L -26.247435,454.69528 L -26.902168,454.04055 L -28.284381,452.65834 L -27.629649,454.04055 L -26.247435,454.69528 L -26.902168,455.42276 L -25.519954,455.42276 L -26.247435,456.15024 z M 97.424308,456.15024 L 98.079041,454.69528 L 98.079041,456.15024 L 97.424308,456.15024 z M 82.729195,455.42276 L 83.456676,455.42276 L 82.729195,454.69528 L 82.729195,455.42276 z M -42.979494,454.69528 L -42.252014,454.69528 L -42.252014,454.04055 L -43.706975,453.31307 L -42.39751,452.73108 L -42.252014,452.65834 L -42.979494,452.65834 L -44.361708,451.93085 L -44.361708,452.65834 L -45.089189,452.65834 L -43.706975,453.31307 L -45.089189,453.31307 L -42.252014,454.04055 L -42.979494,454.69528 z M -19.918352,454.69528 L -18.536138,454.04055 L -17.808657,454.69528 L -17.153924,454.69528 L -18.536138,454.04055 L -19.918352,453.31307 L -19.918352,454.69528 z M 93.204919,454.69528 L 93.204919,453.31307 L 92.477439,453.31307 L 93.204919,454.69528 z M 95.969347,454.69528 L 95.969347,453.31307 L 96.696828,453.31307 L 95.969347,454.69528 z M -137.26101,454.04055 L -136.53353,453.31307 L -135.15132,453.31307 L -136.53353,454.04055 L -137.26101,454.04055 z M -16.426444,454.04055 L -17.008428,452.94933 L -16.426444,451.93085 L -17.153924,451.20337 L -16.426444,449.82116 L -17.153924,450.54864 L -17.153924,451.20337 L -17.808657,451.93085 L -17.153924,451.93085 L -17.153924,452.65834 L -17.008428,452.94933 L -17.153924,453.31307 L -16.426444,454.04055 z M -105.83384,453.31307 L -105.10636,453.31307 L -105.10636,452.65834 L -103.72414,452.65834 L -105.10636,451.93085 L -105.10636,452.65834 L -105.83384,452.65834 L -105.83384,453.31307 z M 13.618515,453.31307 L 15.655462,453.31307 L 12.891034,452.65834 L 13.618515,453.31307 z M 364.84627,453.31307 L 364.84627,452.65834 L 365.57375,452.65834 L 364.84627,453.31307 z M -1.8040787,452.65834 L -1.0765979,451.93085 L -3.1862923,451.93085 L -5.2959867,449.82116 L -3.8410251,451.93085 L -1.8040787,452.65834 z M 29.623094,452.65834 L 31.078055,450.54864 L 32.460269,450.54864 L 33.115002,451.20337 L 33.115002,451.93085 L 29.623094,452.65834 z M 2.4153102,451.93085 L 3.142791,451.20337 L 1.0330966,451.20337 L 2.4153102,451.93085 z M 12.163554,451.93085 L 15.655462,451.20337 L 15.000729,450.54864 L 12.163554,451.93085 z M 4.5250046,451.20337 L 3.7975238,450.54864 L 3.142791,450.54864 L 4.5250046,451.20337 z M -137.98849,450.54864 L -137.98849,449.82116 L -137.26101,447.71147 L -136.53353,449.16643 L -137.26101,449.82116 L -137.98849,450.54864 z M -24.137741,450.54864 L -23.41026,450.54864 L -23.41026,449.82116 L -22.755527,449.82116 L -23.41026,448.43895 L -24.137741,448.43895 L -24.792473,447.05673 L -24.792473,447.71147 L -24.137741,448.43895 L -24.137741,449.16643 L -23.41026,449.82116 L -24.137741,450.54864 z M 4.5250046,450.54864 L 5.1797374,449.16643 L 4.5250046,449.16643 L 3.7975238,449.16643 L 1.6878294,447.71147 L 1.1058447,447.71147 L 3.7975238,449.82116 L 4.5250046,450.54864 z M -3.1862923,449.82116 L -2.4588115,449.82116 L -1.8040787,449.16643 L -3.1862923,449.16643 L -2.4588115,448.43895 L -4.5685059,448.43895 L -3.8410251,447.71147 L -3.1862923,447.71147 L -4.5685059,447.05673 L -4.5685059,447.71147 L -5.2959867,447.05673 L -4.5685059,448.43895 L -3.1862923,449.16643 L -3.1862923,449.82116 z M 332.76436,449.82116 L 332.03688,449.16643 L 332.76436,448.43895 L 333.41909,449.16643 L 332.76436,449.82116 z M 580.68983,449.82116 L 582.79953,448.43895 L 581.34457,448.43895 L 580.68983,449.82116 z M -42.979494,449.16643 L -42.252014,449.16643 L -42.688502,448.87544 L -42.252014,448.43895 L -43.706975,447.71147 L -40.8698,447.71147 L -43.706975,447.05673 L -42.252014,446.32925 L -42.979494,445.67452 L -42.979494,444.94704 L -40.215067,444.94704 L -41.306289,444.36505 L -40.8698,444.21956 L -41.597281,444.21956 L -41.306289,444.36505 L -42.979494,444.94704 L -42.979494,443.56482 L -42.252014,442.83734 L -43.706975,443.56482 L -46.471403,442.18261 L -47.853616,442.83734 L -47.853616,443.56482 L -48.581097,444.21956 L -52.073005,444.94704 L -49.963311,444.94704 L -47.198883,447.71147 L -45.743922,447.71147 L -44.361708,447.71147 L -42.688502,448.87544 L -42.979494,449.16643 z M -45.743922,447.71147 L -47.198883,447.05673 L -47.853616,445.67452 L -47.198883,443.56482 L -46.471403,443.56482 L -45.089189,444.94704 L -45.089189,444.21956 L -45.743922,443.56482 L -44.361708,443.56482 L -43.706975,444.94704 L -43.706975,446.32925 L -45.743922,447.71147 z M -28.284381,449.16643 L -26.902168,449.16643 L -26.902168,448.43895 L -26.247435,448.43895 L -26.247435,447.71147 L -25.519954,448.43895 L -24.792473,448.43895 L -25.519954,447.71147 L -26.902168,447.05673 L -26.247435,448.43895 L -27.629649,447.71147 L -28.284381,449.16643 z M -338.40947,448.43895 L -338.9187,446.91124 L -339.0642,447.05673 L -339.79168,447.05673 L -339.79168,444.21956 L -338.40947,444.94704 L -338.40947,446.32925 L -338.62771,446.5475 L -337.68198,447.05673 L -337.68198,448.43895 L -338.40947,448.43895 z M -339.79168,444.21956 L -340.51916,444.21956 L -341.17389,442.18261 L -339.79168,442.18261 L -339.0642,444.21956 L -339.79168,444.21956 z M -56.947127,448.43895 L -55.564913,447.71147 L -54.182699,447.71147 L -52.727738,447.71147 L -52.073005,447.05673 L -53.455219,447.05673 L -56.219646,447.05673 L -56.947127,446.32925 L -56.219646,446.32925 L -56.947127,445.67452 L -58.32934,445.67452 L -60.439035,444.94704 L -59.711554,445.67452 L -59.056821,445.67452 L -60.439035,446.32925 L -59.711554,447.05673 L -59.056821,447.05673 L -59.711554,446.32925 L -58.32934,446.32925 L -57.674607,446.32925 L -56.947127,448.43895 z M -0.34911701,448.43895 L 0.30561575,448.43895 L -0.34911701,447.71147 L 0.30561575,447.05673 L -0.34911701,447.05673 L -0.34911701,447.71147 L -0.34911701,448.43895 z M -96.740329,447.05673 L -95.358115,446.32925 L -95.358115,445.67452 L -96.740329,446.32925 L -96.740329,444.94704 L -98.850023,444.94704 L -96.740329,447.05673 z M 423.19023,446.69299 C 423.06778,446.23099 422.96989,445.76561 422.82649,445.31078 L 422.82649,446.32925 L 423.19023,446.69299 z M 600.9138,446.32925 L 600.47731,445.67452 L 601.64128,445.67452 L 599.53159,443.56482 L 599.53159,444.21956 L 600.47731,445.67452 L 600.25907,445.67452 L 600.9138,446.32925 z M 716.87425,446.32925 L 719.63867,445.67452 L 718.25646,443.56482 L 718.25646,441.45513 L 717.52898,440.72765 L 716.87425,438.6907 L 716.14677,438.6907 L 715.49203,437.96322 L 714.76455,437.96322 L 714.76455,439.34544 L 712.65486,439.34544 L 712.00013,440.72765 L 712.65486,443.56482 L 713.38234,443.56482 L 716.14677,444.94704 L 716.87425,446.32925 z M -5.2959867,445.67452 L -5.2959867,444.94704 L -5.2959867,444.21956 L -4.5685059,443.56482 L -5.2959867,443.56482 L -5.9507195,444.21956 L -5.2959867,445.67452 z M -2.4588115,445.67452 L -3.1862923,444.94704 L -4.5685059,444.94704 L -2.4588115,445.67452 z M 223.78773,445.67452 L 226.62491,443.56482 L 228.66185,442.83734 L 226.62491,442.83734 L 226.62491,443.56482 L 225.16994,444.21956 L 223.78773,442.83734 L 224.51521,444.21956 L 224.51521,444.94704 L 222.40552,444.21956 L 223.78773,445.67452 z M -92.593688,444.94704 L -93.248421,444.21956 L -92.593688,444.21956 L -94.630634,443.56482 L -95.358115,443.56482 L -92.593688,444.94704 z M -31.121557,444.94704 L -29.739343,444.94704 L -29.011862,444.94704 L -29.739343,444.21956 L -28.284381,443.56482 L -29.011862,442.83734 L -29.739343,443.56482 L -29.739343,444.21956 L -30.394076,443.56482 L -31.121557,444.94704 z M 446.61511,444.94704 L 449.37954,444.21956 L 452.87145,444.94704 L 449.37954,443.56482 L 446.61511,444.94704 z M 435.41191,444.21956 L 438.17634,442.83734 L 440.28603,439.34544 L 439.6313,439.34544 L 438.17634,442.18261 L 435.41191,444.21956 z M 422.46275,443.85582 C 422.35129,443.42722 422.22888,442.99362 422.17176,442.54635 L 422.17176,443.56482 L 422.46275,443.85582 z M 633.72319,443.56482 L 633.06845,440.72765 L 632.34097,442.18261 L 633.72319,443.56482 z M -60.439035,442.83734 L -61.166516,442.18261 L -59.711554,442.18261 L -59.711554,441.45513 L -63.203462,441.45513 L -60.439035,442.83734 z M 8.6716455,442.83734 L 8.6716455,442.18261 L 8.6716455,441.45513 L 7.2894319,441.45513 L 8.6716455,442.18261 L 8.0169127,442.18261 L 8.6716455,442.83734 z M 61.050266,442.83734 L 61.050266,441.45513 L 61.777747,442.18261 L 62.505228,442.18261 L 61.777747,442.83734 L 61.050266,442.83734 z M 61.050266,441.45513 L 61.050266,440.72765 L 61.777747,441.45513 L 61.050266,441.45513 z M 443.77794,442.83734 L 444.50542,442.83734 L 445.16015,441.45513 L 443.77794,442.83734 z M 42.935993,442.18261 L 41.55378,440.07292 L 40.826299,439.34544 L 42.935993,438.6907 L 42.208512,439.34544 L 43.590726,438.6907 L 43.590726,442.18261 L 42.935993,442.18261 z M -41.597281,441.45513 L -40.215067,440.72765 L -41.597281,439.34544 L -41.597281,441.45513 z M 45.045688,441.45513 L 44.318207,440.72765 L 45.045688,439.34544 L 45.70042,441.45513 L 45.045688,441.45513 z M 50.574542,441.45513 L 49.919809,440.07292 L 51.302023,438.6907 L 51.302023,440.72765 L 50.574542,441.45513 z M 340.40291,441.45513 L 339.0207,440.07292 L 341.13039,440.72765 L 341.13039,441.45513 L 340.40291,441.45513 z M 434.02969,441.45513 L 435.19366,441.45513 L 435.04817,440.87315 L 434.02969,441.45513 z M -0.34911701,440.07292 L 0.30561575,439.34544 L -1.8040787,437.96322 L -3.8410251,437.96322 L -1.8040787,438.6907 L -0.34911701,440.07292 z M 383.03329,439.34544 L 383.03329,437.96322 L 383.76077,438.6907 L 383.03329,439.34544 z M 568.8319,439.34544 L 568.8319,437.23574 L 568.10441,438.6907 L 568.8319,439.34544 z M 425.51817,439.12719 L 424.93618,437.96322 L 426.3184,435.1988 L 425.66367,433.74383 L 424.93618,436.58101 L 424.2087,437.23574 L 424.2087,437.96322 L 424.2087,438.6907 L 425.51817,439.12719 z M 434.82992,439.05444 L 435.41191,437.96322 L 435.41191,435.1988 L 434.68443,434.47131 L 434.17519,434.47131 L 434.68443,435.1988 L 434.68443,438.6907 L 434.82992,439.05444 z M -17.153924,438.6907 L -17.808657,437.96322 L -17.808657,437.23574 L -17.153924,437.96322 L -17.153924,437.23574 L -16.426444,437.96322 L -16.426444,437.23574 L -14.316749,437.96322 L -15.04423,436.58101 L -13.662016,438.6907 L -13.662016,437.96322 L -12.934536,438.6907 L -12.934536,437.23574 L -12.279803,437.96322 L -12.934536,436.58101 L -13.662016,437.23574 L -14.316749,437.23574 L -15.04423,436.58101 L -15.04423,437.23574 L -17.153924,435.1988 L -15.771711,437.23574 L -16.426444,436.58101 L -20.645833,430.97941 L -20.645833,429.59719 L -19.918352,429.59719 L -19.263619,430.25193 L -19.918352,427.4875 L -19.263619,429.59719 L -16.426444,430.25193 L -16.426444,430.97941 L -15.04423,431.70689 L -15.04423,430.97941 L -15.771711,430.97941 L -16.426444,430.25193 L -19.263619,428.86971 L -19.263619,427.4875 L -18.536138,427.4875 L -17.808657,428.21498 L -17.153924,427.4875 L -17.153924,426.76002 L -15.771711,426.76002 L -14.316749,426.76002 L -12.934536,427.4875 L -14.316749,426.10528 L -15.771711,426.76002 L -17.153924,423.99559 L -18.536138,423.26811 L -18.536138,422.61338 L -19.045375,421.23116 L -18.536138,419.7762 L -18.536138,421.8859 L -17.808657,423.26811 L -17.808657,421.23116 L -17.153924,419.7762 L -17.808657,420.50368 L -18.536138,419.12147 L -19.263619,420.50368 L -20.645833,423.99559 L -19.263619,424.72307 L -19.263619,427.4875 L -19.918352,426.76002 L -20.645833,427.4875 L -21.300565,429.59719 L -22.028046,428.86971 L -22.028046,429.59719 L -22.755527,430.25193 L -23.41026,429.59719 L -24.137741,429.59719 L -24.792473,429.59719 L -25.519954,428.21498 L -25.519954,427.4875 L -24.792473,427.4875 L -25.519954,426.10528 L -25.519954,426.76002 L -26.247435,426.10528 L -27.629649,426.10528 L -26.247435,426.76002 L -25.519954,428.21498 L -25.519954,430.25193 L -24.792473,431.70689 L -24.792473,430.25193 L -24.137741,430.97941 L -24.137741,430.25193 L -22.755527,430.97941 L -22.755527,430.25193 L -21.300565,430.25193 L -21.300565,431.70689 L -20.645833,430.97941 L -19.918352,432.36162 L -19.918352,433.0891 L -16.426444,437.23574 L -18.536138,435.1988 L -18.536138,437.23574 L -19.263619,435.85353 L -19.263619,436.58101 L -20.645833,435.85353 L -19.918352,436.58101 L -17.808657,437.96322 L -19.918352,437.23574 L -17.153924,438.6907 z M -17.153924,426.76002 L -18.536138,427.4875 L -18.536138,426.76002 L -17.808657,426.76002 L -17.153924,426.76002 z M -17.808657,426.76002 L -18.536138,426.10528 L -17.808657,425.3778 L -17.153924,426.10528 L -17.808657,426.76002 z M 370.44787,438.6907 L 370.44787,437.96322 L 370.44787,437.23574 L 371.17535,438.6907 L 370.44787,438.6907 z M 33.842483,437.96322 L 33.115002,435.85353 L 33.842483,435.85353 L 33.842483,436.58101 L 34.569963,437.23574 L 33.842483,437.96322 z M 427.04588,437.23574 L 426.3184,435.85353 L 426.3184,436.58101 L 427.04588,437.23574 z M 431.92,437.23574 L 431.92,436.58101 L 431.19252,435.85353 L 430.53779,434.47131 L 430.53779,436.58101 L 431.92,437.23574 z M -5.2959867,436.58101 L -4.5685059,436.58101 L -3.8410251,434.47131 L -5.9507195,433.74383 L -4.5685059,434.47131 L -4.5685059,435.85353 L -5.2959867,435.85353 L -5.2959867,436.58101 z M 316.68703,436.58101 L 315.30482,435.85353 L 317.41452,435.1988 L 317.41452,435.85353 L 316.68703,436.58101 z M 603.02349,435.85353 L 603.02349,433.74383 L 602.29601,433.74383 L 602.29601,434.47131 L 603.02349,435.85353 z M -34.613465,435.1988 L -31.776289,435.1988 L -34.613465,434.47131 L -34.613465,435.1988 z M 320.90642,435.1988 L 320.90642,434.47131 L 321.56116,433.0891 L 320.90642,432.36162 L 320.90642,430.97941 L 322.28864,430.97941 L 322.94337,430.97941 L 323.67085,431.70689 L 322.94337,433.74383 L 322.28864,434.47131 L 320.90642,435.1988 z M 320.90642,430.97941 L 318.79673,428.86971 L 318.79673,428.21498 L 320.17894,426.10528 L 321.56116,426.10528 L 321.56116,426.76002 L 322.28864,426.76002 L 322.28864,428.21498 L 320.90642,430.97941 z M 373.28504,435.1988 L 374.66726,434.47131 L 374.66726,435.1988 L 373.28504,435.1988 z M 374.66726,434.47131 L 373.93978,434.47131 L 374.66726,433.74383 L 374.66726,434.47131 z M -95.358115,434.47131 L -95.358115,433.74383 L -96.085596,432.36162 L -95.358115,431.70689 L -96.085596,431.70689 L -96.085596,432.36162 L -96.085596,433.0891 L -95.358115,434.47131 z M -33.231251,434.47131 L -33.885984,433.0891 L -33.231251,433.0891 L -32.50377,433.0891 L -33.231251,433.74383 L -29.739343,433.74383 L -32.50377,432.36162 L -33.231251,433.0891 L -33.231251,431.70689 L -35.268198,431.70689 L -33.885984,433.0891 L -35.268198,432.36162 L -33.231251,434.47131 z M -21.300565,434.47131 L -20.645833,433.74383 L -22.755527,431.70689 L -21.300565,434.47131 z M 434.10244,434.32582 L 434.68443,433.74383 L 433.30221,433.0891 L 434.10244,434.32582 z M 312.46765,433.74383 L 311.81291,432.36162 L 312.46765,432.36162 L 313.19513,433.0891 L 312.46765,433.74383 z M 419.33458,433.74383 L 419.33458,433.0891 L 420.06206,432.36162 L 424.2087,432.36162 L 423.55397,431.70689 L 421.44428,431.70689 L 420.06206,430.97941 L 419.33458,432.36162 L 418.67985,433.0891 L 419.33458,433.74383 z M 830.725,433.74383 L 831.37973,433.0891 L 827.88782,432.36162 L 830.725,433.74383 z M 318.79673,431.70689 L 318.06925,430.97941 L 318.06925,429.59719 L 319.45146,430.25193 L 318.79673,431.70689 z M 312.46765,430.97941 L 312.46765,429.59719 L 314.57734,430.25193 L 314.57734,430.97941 L 313.19513,430.97941 L 312.46765,430.97941 z M -0.34911701,430.25193 L 0.30561575,428.86971 L -0.34911701,428.86971 L -0.34911701,430.25193 z M 231.49903,430.25193 L 230.77155,429.59719 L 230.77155,427.4875 L 231.49903,428.21498 L 231.49903,430.25193 z M 463.34717,430.25193 L 462.61969,428.86971 L 459.85526,428.21498 L 462.61969,429.59719 L 463.34717,430.25193 z M -31.776289,429.59719 L -31.121557,429.59719 L -31.121557,428.86971 L -29.739343,428.86971 L -30.394076,427.4875 L -31.776289,426.76002 L -31.776289,427.4875 L -33.231251,426.76002 L -32.50377,427.4875 L -31.776289,429.59719 z M -8.060414,429.59719 L -8.060414,428.86971 L -8.7878948,428.21498 L -9.4426276,428.21498 L -9.4426276,428.86971 L -8.060414,429.59719 z M 313.19513,429.59719 L 312.46765,428.86971 L 313.92261,428.21498 L 313.41337,427.99673 L 313.92261,427.4875 L 314.57734,429.59719 L 313.19513,429.59719 z M 313.41337,427.99673 L 313.19513,428.21498 L 313.19513,427.85124 L 313.41337,427.99673 z M 313.19513,427.85124 L 312.46765,427.4875 L 313.19513,427.4875 L 313.19513,427.85124 z M -5.9507195,428.86971 L -7.3329331,427.4875 L -6.6782003,427.4875 L -6.6782003,426.76002 L -8.7878948,427.4875 L -8.060414,427.4875 L -8.060414,428.21498 L -5.9507195,428.86971 z M -3.8410251,428.86971 L -3.1862923,428.86971 L -1.0765979,428.21498 L -1.8040787,428.21498 L -3.1862923,428.21498 L -2.4588115,426.10528 L -3.1862923,426.76002 L -3.1862923,428.21498 L -3.1862923,428.86971 L -3.8410251,428.21498 L -3.8410251,427.4875 L -4.5685059,427.4875 L -3.8410251,428.86971 z M 315.95955,428.86971 L 315.95955,428.21498 L 316.68703,428.21498 L 316.68703,428.86971 L 315.95955,428.86971 z M 730.84188,428.86971 L 729.45967,426.10528 L 730.1144,428.21498 L 730.84188,428.86971 z M -22.028046,428.21498 L -22.319038,427.05101 L -22.028046,426.76002 L -22.755527,424.72307 L -22.755527,425.3778 L -22.319038,427.05101 L -22.755527,427.4875 L -22.028046,428.21498 z M 315.95955,427.4875 L 313.92261,426.76002 L 314.57734,426.76002 L 315.30482,426.76002 L 316.68703,426.76002 L 316.68703,427.4875 L 315.95955,427.4875 z M 314.57734,426.76002 L 313.92261,426.10528 L 312.46765,426.10528 L 313.19513,425.3778 L 313.92261,425.3778 L 315.95955,425.3778 L 315.30482,423.99559 L 316.68703,423.99559 L 317.41452,424.72307 L 316.68703,425.3778 L 317.41452,425.3778 L 317.41452,426.10528 L 314.57734,426.76002 z M 317.41452,427.4875 L 317.41452,426.76002 L 318.06925,426.76002 L 318.06925,427.4875 L 317.41452,427.4875 z M -104.45163,426.76002 L -103.72414,426.10528 L -103.06941,426.10528 L -104.45163,426.76002 z M 132.34339,426.76002 L 131.61591,426.10528 L 131.61591,425.3778 L 132.99812,424.72307 L 132.99812,425.3778 L 132.34339,426.76002 z M -30.394076,426.10528 L -30.394076,425.3778 L -29.739343,425.3778 L -31.776289,423.26811 L -32.50377,423.99559 L -32.50377,425.3778 L -31.776289,425.3778 L -31.776289,424.72307 L -30.394076,426.10528 z M 128.124,426.10528 L 127.39652,425.3778 L 128.124,424.72307 L 129.50621,426.10528 L 128.124,426.10528 z M 452.14397,426.10528 L 452.87145,423.26811 L 453.23519,423.12261 L 452.14397,422.61338 L 451.48924,422.61338 L 450.10702,423.99559 L 452.14397,423.26811 L 452.14397,426.10528 z M 120.4127,425.3778 L 119.03049,424.72307 L 118.37576,423.26811 L 118.37576,424.72307 L 116.9208,424.72307 L 115.53858,423.99559 L 116.26606,421.8859 L 115.53858,421.23116 L 116.26606,421.23116 L 115.53858,420.50368 L 115.53858,419.7762 L 114.88385,421.8859 L 114.15637,420.50368 L 114.15637,419.7762 L 118.37576,416.28429 L 119.03049,416.28429 L 119.75797,417.01177 L 120.4127,419.12147 L 120.4127,419.7762 L 121.86766,421.8859 L 121.86766,424.72307 L 120.4127,425.3778 z M 319.45146,425.3778 L 318.06925,423.99559 L 320.17894,422.61338 L 320.90642,422.61338 L 320.90642,423.26811 L 321.56116,423.26811 L 320.17894,423.99559 L 320.90642,425.3778 L 319.45146,425.3778 z M 700.06944,425.3778 L 701.5244,424.72307 L 700.06944,421.8859 L 698.68723,423.26811 L 699.41471,424.72307 L 700.06944,425.3778 z M 313.92261,424.72307 L 313.19513,423.99559 L 313.19513,423.26811 L 314.57734,423.99559 L 315.30482,424.72307 L 313.92261,424.72307 z M -92.593688,423.99559 L -90.483994,423.26811 L -90.483994,422.61338 L -92.593688,423.26811 L -92.593688,423.99559 z M -43.706975,423.99559 L -47.198883,421.8859 L -48.581097,421.8859 L -43.706975,423.99559 z M 322.94337,423.99559 L 322.28864,423.26811 L 322.94337,422.61338 L 323.67085,423.26811 L 322.94337,423.99559 z M 318.79673,423.26811 L 318.06925,421.8859 L 318.79673,420.50368 L 319.45146,420.50368 L 320.17894,421.8859 L 318.79673,423.26811 z M 438.17634,423.26811 L 443.77794,421.8859 L 444.50542,419.7762 L 445.16015,421.8859 L 445.16015,419.7762 L 444.50542,419.7762 L 443.12321,421.8859 L 438.90382,422.61338 L 437.5216,422.61338 L 438.17634,423.26811 z M 447.26985,423.26811 L 448.65206,423.26811 L 448.65206,421.8859 L 447.99733,421.8859 L 447.26985,423.26811 z M -16.426444,422.61338 L -16.426444,421.23116 L -17.153924,421.8859 L -16.426444,420.50368 L -17.153924,420.50368 L -17.153924,421.8859 L -16.426444,422.61338 z M 309.70322,421.8859 L 309.19398,420.94017 L 308.97574,421.23116 L 308.321,419.7762 L 309.70322,419.12147 L 309.70322,417.73925 L 308.97574,417.73925 L 308.321,416.28429 L 309.70322,415.62956 L 310.4307,414.90208 L 311.08543,414.24735 L 310.4307,415.62956 L 311.08543,415.62956 L 309.70322,417.01177 L 311.08543,417.01177 L 310.4307,418.39399 L 311.08543,418.39399 L 311.81291,419.7762 L 311.81291,421.23116 L 310.4307,421.23116 L 309.70322,421.8859 z M 309.70322,415.62956 L 308.321,415.62956 L 308.321,414.90208 L 308.97574,414.24735 L 309.70322,415.62956 z M 314.57734,421.8859 L 315.30482,421.23116 L 315.95955,421.23116 L 315.30482,421.8859 L 314.57734,421.8859 z M 388.63489,421.8859 L 388.63489,420.50368 L 390.0171,419.12147 L 391.39932,421.23116 L 388.63489,421.8859 z M 734.33379,421.8859 L 733.60631,419.12147 L 732.95157,419.12147 L 731.49661,420.50368 L 731.49661,421.23116 L 734.33379,421.8859 z M -33.231251,421.23116 L -33.231251,419.7762 L -35.995678,419.12147 L -35.268198,419.7762 L -33.885984,420.50368 L -33.231251,421.23116 z M 128.124,421.23116 L 128.85148,419.7762 L 128.85148,421.23116 L 128.124,421.23116 z M 314.57734,420.50368 L 314.57734,418.39399 L 315.30482,418.39399 L 315.95955,419.12147 L 315.95955,419.7762 L 314.57734,420.50368 z M 459.85526,420.50368 L 462.61969,418.39399 L 464.2929,418.103 L 461.96496,418.39399 L 459.85526,420.50368 z M -55.564913,419.7762 L -56.947127,415.62956 L -59.056821,414.24735 L -59.711554,410.02796 L -59.711554,404.42636 L -59.056821,402.31666 L -56.947127,403.77162 L -56.947127,406.53605 L -55.564913,409.30048 L -54.182699,418.39399 L -55.564913,419.7762 z M 542.93358,419.7762 L 542.27884,418.39399 L 542.93358,417.01177 L 543.66106,414.24735 L 542.93358,412.13765 L 543.51556,411.04643 L 544.09755,410.60994 L 545.989,410.17345 L 547.88045,411.41017 L 549.26266,411.41017 L 550.64487,412.13765 L 551.15411,411.99216 L 551.37235,412.13765 L 552.09984,411.62842 L 552.75457,411.41017 L 552.75457,412.79239 L 553.4093,412.79239 L 552.75457,411.41017 L 554.86426,410.75544 L 553.4093,410.75544 L 552.09984,411.62842 L 551.15411,411.99216 L 549.26266,410.75544 L 547.88045,411.41017 L 546.42549,410.02796 L 545.989,410.17345 L 545.77075,410.02796 L 545.04327,410.02796 L 544.09755,410.60994 L 543.66106,410.75544 L 543.51556,411.04643 L 542.93358,411.41017 L 542.93358,412.13765 L 542.93358,416.28429 L 540.89663,419.12147 L 541.55136,418.39399 L 542.93358,419.7762 z M 306.21131,419.12147 L 306.21131,417.73925 L 304.8291,415.62956 L 306.21131,415.62956 L 306.21131,416.28429 L 306.93879,415.62956 L 306.93879,416.28429 L 307.59352,417.01177 L 306.93879,418.39399 L 308.97574,418.39399 L 307.59352,419.12147 L 306.21131,419.12147 z M -20.645833,418.39399 L -19.263619,414.90208 L -20.645833,417.73925 L -20.645833,418.39399 z M 350.87863,418.39399 L 349.49642,417.73925 L 348.84169,416.28429 L 349.49642,413.51987 L 350.87863,412.79239 L 350.2239,412.13765 L 350.2239,411.41017 L 349.49642,410.75544 L 350.2239,410.02796 L 348.84169,408.64574 L 348.84169,406.53605 L 348.11421,406.53605 L 348.11421,405.80857 L 347.38673,406.53605 L 346.00451,404.42636 L 346.73199,403.77162 L 347.38673,403.77162 L 347.38673,402.31666 L 346.73199,402.31666 L 346.73199,403.04414 L 346.00451,402.31666 L 346.00451,401.66193 L 346.73199,401.66193 L 346.73199,400.93445 L 345.34978,399.55223 L 346.00451,398.17002 L 345.34978,396.78781 L 346.00451,396.78781 L 345.34978,395.33284 L 346.73199,394.67811 L 345.34978,393.95063 L 345.34978,393.2959 L 346.00451,393.2959 L 346.00451,391.1862 L 346.73199,390.45872 L 347.38673,391.1862 L 346.73199,389.07651 L 347.38673,389.80399 L 348.11421,389.07651 L 348.84169,389.80399 L 347.38673,387.6943 L 347.38673,386.96682 L 348.84169,387.6943 L 347.38673,385.5846 L 349.49642,385.5846 L 348.11421,384.85712 L 348.11421,384.20239 L 351.60612,384.85712 L 348.84169,383.47491 L 348.84169,382.09269 L 348.84169,379.983 L 348.11421,379.983 L 350.2239,379.32827 L 350.87863,382.09269 L 350.87863,381.36521 L 352.3336,382.09269 L 352.3336,381.36521 L 351.60612,381.36521 L 350.87863,379.983 L 350.87863,377.21857 L 351.60612,377.8733 L 352.3336,377.8733 L 350.87863,376.49109 L 350.2239,375.10888 L 351.60612,374.3814 L 350.87863,373.72666 L 352.3336,373.72666 L 350.87863,372.99918 L 350.87863,370.88949 L 352.3336,370.88949 L 352.3336,370.23476 L 352.98833,370.88949 L 352.98833,369.50728 L 353.71581,368.85254 L 352.98833,368.85254 L 353.71581,368.12506 L 352.98833,368.12506 L 354.37054,366.74285 L 352.3336,366.74285 L 352.98833,363.90567 L 355.09802,362.52346 L 357.20772,362.52346 L 356.48024,363.25094 L 357.20772,363.25094 L 356.48024,364.63315 L 358.58993,363.25094 L 357.86245,363.90567 L 358.58993,363.90567 L 359.31741,365.36063 L 359.31741,363.90567 L 360.69963,363.25094 L 361.35436,363.25094 L 362.08184,363.90567 L 362.80932,363.25094 L 362.08184,363.25094 L 362.80932,362.52346 L 361.35436,362.52346 L 362.80932,361.14125 L 362.08184,360.41376 L 364.19153,361.14125 L 364.84627,361.86873 L 364.84627,362.52346 L 367.68344,361.86873 L 366.95596,362.52346 L 367.68344,363.25094 L 369.06566,363.25094 L 368.33817,363.90567 L 368.84741,364.12392 L 368.33817,364.63315 L 369.06566,365.36063 L 369.79314,364.63315 L 371.83008,365.36063 L 369.79314,365.36063 L 371.83008,366.01537 L 371.17535,366.74285 L 371.17535,367.39758 L 366.30123,367.39758 L 363.46405,368.85254 L 361.35436,370.88949 L 360.69963,370.23476 L 360.69963,370.88949 L 359.97214,371.61697 L 359.97214,372.34445 L 358.58993,372.99918 L 357.86245,373.72666 L 357.20772,373.72666 L 357.86245,374.3814 L 357.20772,375.83636 L 357.86245,375.83636 L 356.48024,376.49109 L 357.20772,377.21857 L 357.20772,378.60079 L 355.8255,377.21857 L 356.48024,378.60079 L 356.48024,379.32827 L 355.09802,378.60079 L 356.48024,379.983 L 355.8255,379.983 L 355.09802,379.32827 L 354.37054,379.983 L 353.71581,380.71048 L 355.09802,379.983 L 355.8255,380.71048 L 355.09802,381.36521 L 355.8255,381.36521 L 355.8255,382.82017 L 352.98833,383.47491 L 355.09802,383.47491 L 355.8255,384.20239 L 354.37054,384.85712 L 352.3336,384.20239 L 354.37054,385.5846 L 355.09802,384.85712 L 355.09802,385.5846 L 352.98833,386.96682 L 352.3336,387.6943 L 353.71581,386.96682 L 354.37054,387.6943 L 353.71581,388.34903 L 354.37054,388.34903 L 354.37054,389.07651 L 353.71581,389.07651 L 354.37054,389.80399 L 352.98833,390.45872 L 351.60612,390.45872 L 353.71581,391.1862 L 352.98833,392.56842 L 351.60612,393.2959 L 353.71581,393.2959 L 353.71581,393.95063 L 352.98833,393.95063 L 352.98833,394.67811 L 353.71581,394.67811 L 352.98833,395.33284 L 353.71581,396.06033 L 352.98833,396.78781 L 351.60612,396.06033 L 352.3336,396.78781 L 352.3336,397.44254 L 352.98833,397.44254 L 351.60612,399.55223 L 352.3336,399.55223 L 352.3336,400.93445 L 352.98833,403.04414 L 352.3336,403.77162 L 352.98833,403.77162 L 352.98833,405.15384 L 354.37054,414.24735 L 355.09802,414.90208 L 352.98833,418.39399 L 350.87863,418.39399 z M 369.79314,364.63315 L 369.06566,364.63315 L 369.06566,364.12392 L 370.44787,364.63315 L 369.79314,364.63315 z M 369.06566,364.12392 L 368.84741,364.12392 L 369.06566,363.90567 L 369.06566,364.12392 z M 346.00451,391.1862 L 345.34978,391.84094 L 344.6223,391.1862 L 345.34978,389.80399 L 346.00451,391.1862 z M -74.406667,417.73925 L -73.024453,417.01177 L -73.679186,417.73925 L -74.406667,417.73925 z M 392.1268,417.73925 L 390.0171,416.28429 L 391.39932,414.24735 L 392.1268,413.51987 L 392.78153,415.62956 L 392.1268,417.73925 z M 710.54516,417.73925 L 711.27264,416.28429 L 709.89043,417.01177 L 710.54516,417.73925 z M 3.7975238,417.01177 L 4.5250046,414.90208 L 4.5250046,417.01177 L 3.7975238,417.01177 z M 311.81291,417.01177 L 311.81291,415.62956 L 312.46765,415.62956 L 312.46765,416.28429 L 311.81291,417.01177 z M 313.92261,417.01177 L 313.92261,416.28429 L 313.92261,415.62956 L 313.19513,414.90208 L 314.57734,415.62956 L 315.30482,415.62956 L 314.57734,416.28429 L 313.92261,417.01177 z M 467.71206,416.79353 L 471.05847,414.90208 L 468.22129,416.28429 L 467.71206,416.79353 z M 401.22031,415.62956 L 402.60252,415.62956 L 402.60252,414.90208 L 401.22031,415.62956 z M -107.21605,414.90208 L -106.56132,414.90208 L -105.83384,414.24735 L -106.56132,414.24735 L -105.83384,413.51987 L -106.56132,413.51987 L -107.21605,414.90208 z M 596.76716,414.90208 L 598.14937,412.13765 L 596.03968,411.41017 L 594.65747,409.30048 L 593.92998,410.02796 L 594.65747,411.41017 L 596.76716,414.24735 L 596.03968,414.24735 L 596.76716,414.90208 z M -84.15491,414.24735 L -84.15491,412.13765 L -85.609872,412.13765 L -85.609872,409.30048 L -86.264605,410.02796 L -86.992085,408.64574 L -86.992085,405.80857 L -86.264605,405.80857 L -86.264605,406.53605 L -84.882391,405.15384 L -84.15491,407.26353 L -84.15491,408.64574 L -83.500177,407.91826 L -83.500177,409.30048 L -84.882391,409.30048 L -84.882391,410.02796 L -84.15491,410.02796 L -84.882391,410.75544 L -83.500177,410.75544 L -82.772697,411.41017 L -82.772697,412.13765 L -82.117964,412.79239 L -81.390483,412.13765 L -80.008269,412.13765 L -82.772697,414.24735 L -84.15491,414.24735 z M -84.882391,405.15384 L -86.264605,405.15384 L -86.264605,403.77162 L -87.646818,404.42636 L -86.992085,403.77162 L -87.646818,403.77162 L -87.646818,400.93445 L -86.992085,400.93445 L -85.609872,400.93445 L -85.609872,401.66193 L -84.882391,402.31666 L -84.882391,400.93445 L -84.15491,400.93445 L -82.117964,398.82475 L -83.500177,403.04414 L -83.500177,402.31666 L -84.15491,405.15384 L -84.882391,405.15384 z M -14.316749,414.24735 L -13.662016,412.79239 L -13.662016,412.13765 L -14.316749,414.24735 z M 586.29144,414.24735 L 586.29144,412.79239 L 587.67365,411.41017 L 587.67365,410.02796 L 587.67365,409.30048 L 586.29144,408.64574 L 583.45426,407.91826 L 582.07205,412.79239 L 584.18174,412.79239 L 586.29144,414.24735 z M -91.138726,412.57414 L -90.483994,412.13765 L -91.866207,411.41017 L -91.866207,412.13765 L -91.138726,412.13765 L -91.138726,412.57414 z M 604.40571,410.75544 L 605.78792,409.30048 L 606.5154,409.30048 L 605.13319,407.91826 L 604.40571,408.64574 L 604.40571,410.02796 L 604.40571,410.75544 z M 609.27983,410.75544 L 610.00731,410.02796 L 609.27983,409.30048 L 607.24288,409.30048 L 609.27983,410.75544 z M 410.67756,410.46445 C 410.54445,410.14012 410.41967,409.82794 410.24107,409.51872 L 410.24107,410.02796 L 410.67756,410.46445 z M -14.316749,409.30048 L -13.662016,407.91826 L -15.771711,407.91826 L -14.316749,409.30048 z M 409.95008,409.00948 C 409.83843,408.82444 409.69324,408.61415 409.58634,408.4275 L 409.58634,408.64574 L 409.95008,409.00948 z M 91.822706,408.64574 L 95.314614,407.26353 L 96.696828,407.26353 L 100.18874,405.15384 L 100.91622,404.42636 L 99.461255,405.15384 L 100.18874,403.04414 L 98.806522,405.80857 L 97.424308,405.80857 L 95.969347,406.53605 L 95.314614,406.53605 L 93.9324,407.26353 L 91.822706,408.64574 z M 409.14985,407.55452 C 409.00736,407.22014 408.90847,406.90126 408.85886,406.53605 L 408.85886,407.26353 L 409.14985,407.55452 z M 217.5314,407.26353 L 217.5314,406.53605 L 218.18613,406.53605 L 217.5314,407.26353 z M 603.02349,407.26353 L 603.75098,407.26353 L 605.13319,404.42636 L 606.5154,403.04414 L 606.5154,402.31666 L 604.40571,401.66193 L 603.75098,403.77162 L 603.02349,404.42636 L 601.64128,403.77162 L 601.64128,405.15384 L 602.29601,405.80857 L 602.29601,405.15384 L 603.75098,404.42636 L 604.40571,405.15384 L 603.02349,406.53605 L 602.29601,406.53605 L 603.02349,407.26353 z M 90.367744,407.04529 L 91.095225,406.53605 L 90.440492,406.53605 L 90.440492,405.80857 L 91.095225,405.80857 L 89.713011,405.15384 L 90.367744,407.04529 z M 292.24368,406.53605 L 290.13398,405.15384 L 290.86146,405.15384 L 292.24368,406.53605 z M -28.284381,405.80857 L -28.284381,405.15384 L -29.739343,403.04414 L -29.739343,403.77162 L -28.284381,405.80857 z M 278.27605,405.80857 L 278.27605,404.42636 L 277.54857,405.15384 L 277.54857,402.31666 L 276.89383,402.31666 L 276.89383,403.77162 L 275.51162,403.04414 L 274.78414,404.42636 L 274.05666,404.42636 L 274.05666,403.04414 L 273.40192,403.77162 L 274.05666,402.31666 L 273.40192,401.66193 L 273.40192,400.93445 L 272.67444,400.93445 L 272.01971,400.27971 L 273.40192,398.82475 L 274.78414,399.55223 L 276.89383,400.27971 L 276.89383,398.82475 L 275.51162,398.82475 L 276.89383,397.44254 L 274.78414,398.17002 L 274.78414,397.44254 L 275.51162,396.78781 L 276.89383,396.06033 L 279.00353,396.78781 L 279.65826,395.33284 L 280.38574,395.33284 L 281.04047,396.06033 L 281.76795,397.44254 L 282.49544,396.78781 L 283.15017,398.17002 L 283.15017,399.55223 L 284.53238,401.66193 L 284.53238,402.31666 L 283.87765,403.04414 L 283.87765,403.77162 L 282.49544,403.77162 L 281.76795,404.42636 L 281.04047,403.77162 L 281.04047,405.15384 L 280.38574,403.77162 L 280.38574,404.42636 L 279.65826,403.77162 L 279.65826,403.04414 L 279.00353,403.04414 L 279.00353,405.15384 L 278.27605,405.80857 z M 273.40192,401.66193 L 272.67444,403.04414 L 271.29223,402.31666 L 272.01971,400.93445 L 273.40192,401.66193 z M 91.822706,405.08109 L 92.477439,404.42636 L 91.822706,404.42636 L 91.095225,403.77162 L 91.822706,405.08109 z M 496.88404,404.42636 L 496.88404,403.77162 L 496.6658,403.33513 C 496.75661,403.68975 496.8551,404.05696 496.88404,404.42636 z M 709.89043,404.42636 L 710.54516,403.77162 L 709.16295,401.66193 L 709.89043,404.42636 z M 212.65727,402.31666 L 212.65727,401.66193 L 213.31201,400.27971 L 214.03949,400.93445 L 213.31201,401.66193 L 212.65727,402.31666 z M 496.15656,401.80742 L 496.15656,400.93445 L 495.72007,400.49796 C 495.84999,400.95065 495.99172,401.35469 496.15656,401.80742 z M 269.18254,401.66193 L 269.18254,400.93445 L 269.18254,399.55223 L 268.5278,400.27971 L 268.5278,399.55223 L 269.91002,392.56842 L 269.18254,394.67811 L 268.5278,393.95063 L 268.5278,398.17002 L 267.07284,399.55223 L 266.41811,397.44254 L 266.41811,395.33284 L 265.69063,396.78781 L 265.03589,396.78781 L 265.69063,397.44254 L 264.30841,397.44254 L 265.03589,398.82475 L 265.69063,398.82475 L 266.41811,400.27971 L 264.30841,398.82475 L 263.58093,399.55223 L 263.58093,398.17002 L 262.9262,399.55223 L 262.9262,398.82475 L 262.19872,399.55223 L 262.9262,398.17002 L 261.54399,398.17002 L 262.19872,397.44254 L 261.54399,397.44254 L 262.19872,393.95063 L 262.9262,394.67811 L 263.58093,395.33284 L 263.58093,394.67811 L 262.9262,393.95063 L 263.43544,392.85941 L 262.19872,393.2959 L 262.9262,391.84094 L 262.19872,391.1862 L 263.58093,389.80399 L 265.03589,389.80399 L 263.58093,389.07651 L 264.30841,388.34903 L 264.30841,386.96682 L 265.69063,386.96682 L 266.41811,387.6943 L 266.41811,388.34903 L 267.80032,388.34903 L 266.41811,389.07651 L 267.07284,389.80399 L 267.07284,391.1862 L 267.80032,389.80399 L 268.5278,391.84094 L 268.5278,390.45872 L 267.80032,389.80399 L 268.5278,389.07651 L 269.91002,389.80399 L 269.91002,391.1862 L 270.56475,390.45872 L 269.91002,389.07651 L 270.56475,388.34903 L 271.29223,388.34903 L 270.56475,387.6943 L 269.18254,387.6943 L 269.18254,386.96682 L 268.5278,386.96682 L 267.80032,385.5846 L 266.41811,386.31208 L 265.69063,385.5846 L 265.69063,382.82017 L 268.5278,384.20239 L 269.18254,383.47491 L 271.29223,384.85712 L 270.56475,384.20239 L 271.29223,383.47491 L 269.91002,383.47491 L 267.07284,382.09269 L 269.18254,381.36521 L 269.91002,380.71048 L 267.80032,381.36521 L 267.07284,380.71048 L 267.07284,381.36521 L 265.69063,381.36521 L 267.07284,378.60079 L 268.5278,377.21857 L 269.91002,377.8733 L 270.56475,377.21857 L 268.5278,375.83636 L 269.91002,375.10888 L 269.91002,373.72666 L 271.29223,373.72666 L 272.01971,375.10888 L 271.29223,375.83636 L 272.01971,376.49109 L 272.01971,380.71048 L 273.40192,381.36521 L 273.40192,385.5846 L 274.05666,386.31208 L 274.05666,388.34903 L 275.51162,389.07651 L 274.78414,390.45872 L 275.51162,390.45872 L 276.16635,390.45872 L 276.89383,391.1862 L 277.54857,391.1862 L 277.54857,392.56842 L 275.51162,393.2959 L 274.78414,394.67811 L 273.40192,394.67811 L 273.40192,396.78781 L 272.67444,398.17002 L 272.01971,396.06033 L 271.29223,397.44254 L 272.01971,398.82475 L 271.29223,400.27971 L 270.56475,400.93445 L 269.91002,400.27971 L 269.91002,400.93445 L 269.18254,401.66193 z M 584.18174,401.66193 L 584.83647,401.66193 L 584.18174,400.27971 L 583.45426,400.93445 L 584.18174,401.66193 z M -75.134148,400.93445 L -75.788881,400.27971 L -75.134148,399.55223 L -75.134148,400.27971 L -73.679186,400.27971 L -75.134148,400.93445 z M 216.14918,399.55223 L 214.69422,398.82475 L 214.69422,398.17002 L 216.14918,398.82475 L 216.14918,399.55223 z M 643.54418,399.55223 L 644.92639,398.82475 L 644.19891,398.17002 L 643.54418,398.17002 L 643.54418,399.55223 z M -71.64224,398.82475 L -71.64224,398.17002 L -72.296972,398.17002 L -70.914759,397.44254 L -71.64224,398.82475 z M 589.05586,398.17002 L 589.78334,397.44254 L 590.43808,397.44254 L 589.78334,396.06033 L 588.32838,397.44254 L 589.05586,398.17002 z M 780.01958,398.02452 C 779.92581,397.2669 779.82148,396.52205 779.72859,395.76933 L 779.72859,397.44254 L 780.01958,398.02452 z M 87.603317,396.78781 L 87.603317,396.06033 L 88.330798,395.33284 L 86.948584,395.33284 L 86.948584,396.06033 L 87.603317,396.78781 z M 288.02429,395.33284 L 287.36956,393.95063 L 288.02429,393.95063 L 288.75177,394.67811 L 289.47925,394.67811 L 290.13398,395.33284 L 288.02429,395.33284 z M 275.51162,394.67811 L 275.51162,393.95063 L 276.16635,393.2959 L 276.89383,393.95063 L 275.51162,394.67811 z M 456.36336,394.67811 L 456.36336,393.2959 L 454.98114,393.2959 L 456.36336,394.67811 z M 209.16537,393.2959 L 208.43789,391.84094 L 207.7104,391.1862 L 206.32819,386.96682 L 207.05567,387.6943 L 209.16537,391.84094 L 209.16537,393.2959 z M 263.58093,393.2959 L 264.30841,392.56842 L 263.58093,392.78666 L 263.58093,393.2959 z M 779.36485,392.85941 C 779.26703,392.17919 779.11795,391.49941 779.00111,390.82246 L 779.00111,392.56842 L 779.36485,392.85941 z M 260.81651,392.56842 L 261.54399,389.80399 L 262.9262,386.96682 L 262.9262,389.07651 L 262.19872,389.80399 L 261.54399,391.84094 L 260.81651,392.56842 z M 398.38313,391.1862 L 399.76535,391.1862 L 399.76535,390.45872 L 399.11061,390.45872 L 398.38313,391.1862 z M 277.54857,390.45872 L 277.54857,389.80399 L 276.16635,389.07651 L 276.89383,389.07651 L 276.89383,388.34903 L 277.54857,386.96682 L 279.00353,387.6943 L 279.00353,389.80399 L 278.27605,390.45872 L 277.54857,390.45872 z M 398.38313,390.45872 L 398.38313,389.80399 L 397.7284,389.07651 L 397.00092,389.80399 L 398.38313,390.45872 z M 778.63737,388.85827 C 778.54381,388.41663 778.45428,387.98927 778.34638,387.5488 L 778.34638,388.34903 L 778.63737,388.85827 z M -60.439035,387.6943 L -59.056821,384.20239 L -58.32934,385.5846 L -59.056821,385.5846 L -59.056821,386.31208 L -56.947127,385.5846 L -60.439035,387.6943 z M -59.056821,384.20239 L -58.32934,382.09269 L -59.711554,383.47491 L -66.040637,386.96682 L -66.040637,385.5846 L -68.150332,385.5846 L -68.150332,384.20239 L -67.422851,382.09269 L -66.69537,381.36521 L -66.040637,381.36521 L -66.69537,380.71048 L -64.658424,379.983 L -66.040637,379.983 L -65.313156,378.60079 L -64.658424,378.60079 L -65.313156,377.8733 L -64.658424,377.21857 L -65.313156,377.21857 L -65.313156,375.83636 L -64.658424,374.3814 L -63.203462,374.3814 L -64.658424,373.72666 L -64.658424,372.99918 L -64.658424,370.88949 L -63.930943,370.23476 L -63.203462,370.23476 L -63.203462,369.50728 L -62.548729,368.12506 L -62.548729,367.39758 L -60.439035,368.12506 L -61.166516,367.39758 L -61.821248,366.74285 L -60.439035,366.01537 L -59.711554,366.01537 L -59.056821,365.36063 L -60.439035,366.01537 L -59.711554,365.36063 L -61.821248,366.01537 L -61.821248,365.36063 L -63.203462,366.74285 L -63.930943,366.74285 L -61.821248,364.63315 L -63.203462,365.36063 L -63.203462,364.63315 L -61.821248,363.90567 L -63.203462,363.90567 L -63.203462,363.25094 L -61.821248,362.52346 L -61.166516,362.52346 L -61.166516,363.25094 L -59.711554,363.25094 L -60.439035,362.52346 L -59.711554,361.14125 L -60.439035,361.14125 L -60.439035,360.41376 L -59.056821,359.03155 L -62.548729,361.14125 L -65.313156,361.86873 L -66.040637,363.25094 L -68.150332,363.90567 L -68.150332,362.52346 L -66.69537,361.86873 L -67.422851,360.41376 L -66.040637,359.75903 L -65.313156,360.41376 L -65.313156,359.75903 L -64.658424,359.03155 L -63.930943,359.75903 L -63.930943,359.03155 L -61.821248,359.03155 L -61.166516,357.64934 L -60.439035,356.92186 L -56.219646,356.92186 L -56.219646,356.26712 L -57.674607,354.15743 L -59.711554,353.42995 L -60.439035,353.42995 L -65.313156,353.42995 L -65.313156,352.77522 L -64.658424,352.04773 L -60.439035,350.66552 L -61.166516,350.66552 L -60.439035,349.93804 L -62.548729,350.66552 L -62.548729,349.93804 L -63.930943,349.93804 L -65.313156,349.28331 L -65.313156,348.55583 L -64.658424,348.55583 L -63.930943,347.90109 L -64.658424,346.44613 L -62.548729,345.7914 L -61.166516,346.44613 L -60.439035,347.17361 L -59.711554,346.44613 L -55.564913,346.44613 L -53.455219,348.55583 L -56.219646,348.55583 L -57.674607,349.28331 L -56.947127,349.93804 L -56.219646,349.93804 L -56.219646,350.66552 L -53.455219,350.66552 L -51.345524,349.93804 L -50.690791,350.66552 L -52.073005,350.66552 L -53.455219,352.04773 L -57.674607,352.04773 L -57.674607,352.77522 L -58.32934,352.77522 L -56.947127,353.42995 L -57.674607,353.42995 L -55.564913,355.53964 L -56.219646,354.15743 L -53.455219,354.15743 L -54.182699,356.26712 L -53.455219,356.26712 L -52.727738,356.26712 L -52.727738,354.88491 L -51.345524,353.42995 L -49.963311,354.15743 L -49.963311,352.77522 L -47.853616,352.04773 L -47.198883,353.42995 L -48.581097,353.42995 L -48.581097,354.88491 L -50.690791,355.53964 L -49.23583,355.53964 L -51.345524,356.26712 L -50.690791,356.92186 L -52.073005,357.64934 L -52.073005,358.37682 L -49.23583,356.26712 L -49.963311,357.64934 L -48.581097,356.26712 L -48.581097,357.64934 L -49.23583,357.64934 L -48.726593,358.23132 L -47.198883,357.64934 L -49.23583,359.75903 L -46.471403,358.37682 L -46.471403,359.03155 L -45.743922,357.64934 L -45.743922,358.37682 L -45.089189,356.92186 L -44.361708,357.64934 L -44.361708,356.92186 L -42.979494,357.64934 L -42.252014,361.14125 L -43.706975,361.86873 L -43.706975,362.52346 L -45.089189,362.52346 L -42.979494,363.25094 L -43.706975,363.90567 L -42.979494,363.90567 L -45.743922,364.63315 L -44.361708,365.36063 L -45.743922,365.36063 L -46.471403,366.01537 L -47.198883,366.74285 L -48.581097,366.74285 L -44.361708,367.39758 L -45.089189,367.39758 L -44.361708,368.12506 L -45.743922,367.39758 L -46.471403,368.12506 L -45.743922,368.12506 L -45.089189,368.12506 L -45.743922,368.85254 L -46.471403,368.85254 L -45.089189,369.50728 L -45.743922,369.50728 L -46.471403,370.23476 L -45.743922,370.23476 L -45.743922,370.88949 L -47.198883,372.34445 L -45.089189,370.88949 L -45.743922,371.61697 L -44.361708,371.61697 L -45.743922,372.99918 L -44.361708,372.34445 L -45.089189,372.99918 L -41.597281,370.23476 L -40.8698,370.88949 L -42.252014,371.61697 L -41.597281,372.34445 L -41.597281,372.99918 L -42.252014,372.99918 L -42.252014,373.72666 L -41.597281,373.72666 L -40.8698,374.3814 L -42.252014,375.10888 L -43.706975,375.10888 L -44.361708,375.83636 L -47.198883,376.49109 L -45.743922,376.49109 L -45.743922,377.21857 L -43.706975,377.21857 L -42.252014,377.21857 L -40.215067,376.49109 L -39.487586,377.21857 L -39.487586,376.49109 L -38.105373,375.83636 L -38.105373,376.49109 L -36.723159,375.83636 L -35.268198,376.49109 L -35.995678,375.83636 L -32.50377,375.10888 L -31.121557,375.83636 L -32.50377,376.49109 L -31.121557,377.8733 L -30.394076,375.10888 L -29.739343,375.10888 L -29.739343,374.3814 L -28.284381,375.10888 L -27.629649,375.10888 L -28.284381,376.49109 L -29.011862,375.83636 L -29.011862,377.21857 L -28.284381,377.21857 L -32.50377,380.71048 L -33.885984,380.71048 L -35.268198,381.36521 L -35.268198,382.09269 L -35.995678,380.71048 L -38.760106,382.82017 L -38.760106,381.36521 L -39.487586,382.09269 L -44.725448,382.09269 L -45.089189,382.82017 L -45.743922,382.82017 L -46.471403,382.09269 L -46.471403,382.82017 L -47.853616,382.82017 L -49.23583,382.09269 L -49.963311,382.09269 L -49.23583,382.82017 L -51.345524,383.47491 L -52.727738,383.47491 L -52.073005,381.36521 L -53.455219,382.82017 L -54.182699,383.47491 L -53.455219,384.20239 L -59.056821,384.20239 z M -44.361708,365.36063 L -42.979494,363.90567 L -42.252014,364.63315 L -43.706975,365.36063 L -44.361708,365.36063 z M -43.706975,365.36063 L -42.979494,365.36063 L -43.706975,366.01537 L -43.706975,365.36063 z M -53.455219,356.26712 L -53.455219,354.15743 L -52.727738,354.15743 L -53.455219,356.26712 z M 280.38574,387.6943 L 277.54857,386.31208 L 279.00353,384.85712 L 278.27605,381.36521 L 280.38574,382.82017 L 281.04047,382.09269 L 281.04047,379.983 L 283.15017,382.82017 L 283.15017,383.47491 L 283.15017,384.85712 L 282.49544,384.85712 L 280.38574,387.6943 z M 516.45327,386.96682 L 519.2177,385.5846 L 521.3274,382.82017 L 522.70961,382.09269 L 520.59992,382.82017 L 519.2177,385.5846 L 516.45327,386.31208 L 516.45327,386.96682 z M 565.33999,386.96682 L 567.37693,386.31208 L 565.99472,386.31208 L 565.33999,385.5846 L 565.33999,386.96682 z M 510.85167,386.31208 L 511.5064,385.5846 L 514.34358,384.85712 L 511.5064,384.85712 L 510.85167,385.5846 L 510.12419,384.20239 L 510.85167,386.31208 z M 414.46046,384.20239 L 415.18794,382.82017 L 414.46046,382.09269 L 413.73298,382.82017 L 413.07825,382.09269 L 412.35077,382.09269 L 412.35077,382.82017 L 413.73298,382.82017 L 413.73298,383.47491 L 414.46046,384.20239 z M 504.52259,384.20239 L 505.61381,383.69315 L 506.63228,384.20239 L 505.97755,383.47491 L 505.61381,383.69315 L 505.25007,383.47491 L 504.52259,383.47491 L 503.86786,382.09269 L 501.03068,381.36521 L 503.14037,382.09269 L 503.86786,382.09269 L 504.52259,384.20239 z M 718.98394,384.20239 L 719.63867,383.47491 L 716.87425,381.36521 L 718.25646,383.47491 L 718.98394,384.20239 z M 202.83628,383.47491 L 201.45407,381.36521 L 203.56376,380.71048 L 203.56376,379.32827 L 204.94598,380.71048 L 204.2185,380.71048 L 204.2185,382.09269 L 204.94598,382.09269 L 204.94598,383.47491 L 203.56376,382.82017 L 204.2185,383.47491 L 202.83628,383.47491 z M 177.73819,381.36521 L 178.39293,381.36521 L 179.12041,379.983 L 178.39293,379.983 L 177.73819,380.71048 L 176.28323,379.983 L 177.73819,381.36521 z M 498.99373,380.71048 L 501.03068,380.71048 L 499.64847,379.983 L 498.99373,380.71048 z M -56.947127,379.983 L -55.273921,378.96453 L -52.436745,377.8733 L -51.345524,377.8733 L -51.345524,377.43682 L -50.690791,377.21857 L -50.545295,376.92758 L -49.23583,376.49109 L -49.963311,375.83636 L -50.545295,376.92758 L -51.345524,377.21857 L -51.345524,377.43682 L -52.436745,377.8733 L -53.455219,377.8733 L -55.273921,378.96453 L -56.219646,379.32827 L -56.947127,379.983 z M 495.50183,379.983 L 498.26625,379.983 L 495.50183,379.32827 L 495.50183,379.983 z M 394.96397,379.91025 L 395.61871,379.32827 L 396.27344,379.32827 L 394.96397,379.91025 z M 199.34437,379.32827 L 199.34437,378.60079 L 200.07186,378.60079 L 200.07186,379.32827 L 199.34437,379.32827 z M 187.70468,378.38254 L 188.21392,377.21857 L 189.59613,376.49109 L 188.21392,376.49109 L 187.70468,378.38254 z M 722.47585,377.21857 L 722.47585,376.49109 L 721.74837,374.3814 L 721.74837,375.83636 L 722.47585,377.21857 z M 490.55496,376.49109 L 492.66465,376.49109 L 492.66465,375.83636 L 491.28244,375.83636 L 490.55496,374.3814 L 490.55496,375.83636 L 490.55496,376.49109 z M 718.98394,376.49109 L 718.98394,375.10888 L 718.25646,374.3814 L 717.52898,374.3814 L 717.52898,375.10888 L 718.98394,376.49109 z M -56.219646,375.83636 L -54.182699,374.3814 L -52.727738,372.99918 L -56.219646,375.83636 z M 181.88483,375.83636 L 181.2301,375.10888 L 182.61232,374.3814 L 183.99453,372.99918 L 181.2301,375.10888 L 180.50262,372.99918 L 180.50262,371.61697 L 181.2301,370.23476 L 181.2301,368.12506 L 181.88483,368.12506 L 181.2301,367.39758 L 182.61232,366.74285 L 183.26705,367.39758 L 182.61232,368.12506 L 182.61232,369.50728 L 183.99453,368.12506 L 184.72201,368.85254 L 183.99453,369.50728 L 183.99453,370.88949 L 185.37674,370.23476 L 185.37674,371.61697 L 186.75896,371.61697 L 186.10422,372.99918 L 184.72201,374.3814 L 181.88483,375.83636 z M 602.29601,375.10888 L 603.75098,373.72666 L 603.75098,372.99918 L 605.13319,372.34445 L 602.29601,371.61697 L 602.29601,372.99918 L 602.29601,375.10888 z M 665.87784,375.10888 L 672.13417,375.10888 L 672.13417,374.3814 L 667.98753,374.3814 L 666.60532,372.99918 L 665.87784,375.10888 z M 483.57114,374.3814 L 483.57114,373.87216 L 484.29862,374.3814 L 485.0261,373.72666 L 484.29862,373.72666 L 484.29862,374.3814 L 483.57114,373.72666 L 483.57114,373.87216 L 482.18893,372.99918 L 483.57114,374.3814 z M -35.268198,373.72666 L -35.268198,372.99918 L -34.613465,372.34445 L -34.613465,373.72666 L -35.268198,373.72666 z M 533.18533,373.72666 L 533.91281,373.72666 L 532.45785,372.99918 L 533.18533,372.34445 L 534.56755,365.36063 L 535.29503,363.90567 L 535.29503,362.95995 L 535.65877,362.37796 L 536.67724,361.86873 L 535.94976,361.86873 L 535.65877,362.37796 L 535.29503,362.52346 L 535.29503,362.95995 L 533.91281,365.36063 L 533.91281,367.39758 L 532.45785,371.61697 L 532.45785,372.99918 L 533.18533,373.72666 z M 693.08562,373.72666 L 693.08562,372.99918 L 691.70341,371.61697 L 691.70341,372.99918 L 693.08562,373.72666 z M 606.5154,372.99918 L 607.24288,372.99918 L 607.24288,372.34445 L 605.78792,372.34445 L 606.5154,372.99918 z M -59.056821,372.34445 L -56.947127,371.61697 L -56.947127,370.88949 L -59.056821,372.34445 z M 480.07923,372.34445 L 479.4245,371.61697 L 477.3148,370.88949 L 477.3148,370.23476 L 475.93259,369.50728 L 473.09542,368.85254 L 475.20511,369.50728 L 476.58732,370.23476 L 476.58732,371.61697 L 478.69702,371.61697 L 480.07923,372.34445 z M 417.22489,370.88949 L 417.95237,367.39758 L 415.18794,366.01537 L 415.84267,364.63315 L 413.73298,363.90567 L 415.18794,365.36063 L 415.18794,366.01537 L 417.22489,367.39758 L 417.22489,368.85254 L 416.57015,369.50728 L 417.22489,370.88949 z M 716.87425,370.23476 L 717.52898,369.50728 L 715.49203,367.39758 L 716.87425,370.23476 z M 587.67365,369.50728 L 588.32838,368.85254 L 588.32838,367.39758 L 587.67365,366.74285 L 586.94617,367.39758 L 587.67365,369.50728 z M 375.32199,368.12506 L 375.32199,366.74285 L 376.77695,366.74285 L 375.32199,366.01537 L 377.43169,365.36063 L 378.8139,364.63315 L 378.15917,365.36063 L 380.26886,366.01537 L 380.92359,365.36063 L 382.30581,365.36063 L 381.65107,366.01537 L 382.30581,366.01537 L 383.03329,366.74285 L 381.65107,368.12506 L 380.92359,368.12506 L 379.54138,368.12506 L 375.32199,368.12506 z M 473.09542,368.12506 L 473.09542,367.39758 L 472.00419,367.39758 L 471.05847,366.74285 L 471.7132,367.39758 L 472.00419,367.39758 L 473.09542,368.12506 z M -66.69537,367.39758 L -70.187278,366.01537 L -68.805064,365.36063 L -68.150332,366.74285 L -68.150332,366.01537 L -66.69537,367.39758 z M 471.05847,366.01537 L 471.05847,365.36063 L 468.94878,364.63315 L 469.60351,365.36063 L 471.05847,366.01537 z M 61.050266,365.36063 L 60.395533,363.90567 L 61.777747,364.63315 L 61.050266,365.36063 z M -49.963311,364.63315 L -48.581097,363.90567 L -48.581097,362.52346 L -49.963311,364.63315 z M 719.63867,364.63315 L 718.98394,360.41376 L 718.25646,359.75903 L 717.52898,360.41376 L 718.98394,361.14125 L 717.52898,361.86873 L 718.98394,362.52346 L 718.25646,362.52346 L 719.63867,364.63315 z M 723.13058,363.90567 L 722.47585,361.86873 L 722.47585,361.14125 L 723.13058,361.86873 L 723.85806,361.14125 L 721.74837,360.41376 L 721.74837,361.86873 L 723.13058,363.90567 z M 751.06585,363.90567 L 753.90302,363.25094 L 751.79333,363.25094 L 751.79333,361.86873 L 751.06585,363.90567 z M -40.8698,363.25094 L -42.252014,362.52346 L -40.8698,361.14125 L -40.215067,362.52346 L -40.8698,362.52346 L -40.8698,363.25094 z M 357.86245,363.25094 L 358.58993,362.52346 L 357.86245,362.52346 L 357.20772,361.86873 L 357.86245,361.14125 L 358.58993,361.86873 L 360.69963,361.14125 L 359.97214,363.25094 L 359.31741,362.52346 L 357.86245,363.25094 z M 521.3274,363.25094 L 521.98213,361.86873 L 521.98213,361.14125 L 521.3274,360.41376 L 520.59992,361.86873 L 521.3274,363.25094 z M 712.65486,363.25094 L 713.38234,363.25094 L 714.03707,362.52346 L 712.65486,361.14125 L 712.65486,363.25094 z M 581.34457,362.52346 L 582.07205,356.92186 L 583.45426,355.53964 L 586.29144,355.53964 L 586.94617,354.15743 L 591.82029,359.03155 L 593.27525,357.64934 L 592.54777,356.26712 L 593.27525,356.92186 L 593.27525,356.26712 L 589.78334,354.15743 L 588.32838,352.04773 L 586.29144,351.393 L 586.94617,354.15743 L 586.29144,354.88491 L 584.83647,354.15743 L 582.07205,355.53964 L 581.34457,360.41376 L 579.30762,360.41376 L 577.85266,359.75903 L 577.85266,359.03155 L 575.08823,357.64934 L 576.47044,359.75903 L 575.81571,361.86873 L 577.19792,359.03155 L 577.85266,360.41376 L 580.68983,361.86873 L 581.34457,362.52346 z M 612.77174,362.52346 L 613.49922,361.86873 L 613.49922,359.03155 L 612.77174,361.14125 L 612.77174,362.52346 z M 695.9228,362.52346 L 695.19532,360.41376 L 693.8131,358.37682 L 694.54058,361.86873 L 695.9228,362.52346 z M 466.1116,361.86873 L 466.83908,361.86873 L 466.83908,361.14125 L 465.45687,360.41376 L 466.1116,361.14125 L 466.1116,361.86873 z M 753.17554,360.41376 L 754.55775,360.41376 L 755.28524,359.03155 L 753.90302,359.75903 L 753.17554,360.41376 z M 415.18794,359.75903 L 417.22489,358.37682 L 415.84267,359.03155 L 415.18794,359.03155 L 415.18794,359.75903 z M 464.72939,359.03155 L 463.34717,356.26712 L 461.96496,355.53964 L 460.58275,351.393 L 458.47305,350.66552 L 457.74557,347.90109 L 457.09084,347.17361 L 457.09084,347.90109 L 458.47305,350.66552 L 459.85526,351.393 L 461.96496,355.53964 L 462.61969,356.26712 L 464.72939,359.03155 z M 751.06585,359.03155 L 750.41111,358.37682 L 749.68363,356.92186 L 749.68363,358.37682 L 751.06585,359.03155 z M 772.30829,358.59506 C 772.22585,358.1603 772.11907,357.71871 772.01729,357.2856 L 772.01729,358.37682 L 772.30829,358.59506 z M 649.14578,358.37682 L 651.18273,358.37682 L 649.80051,356.92186 L 649.14578,353.42995 L 648.4183,354.88491 L 647.03609,355.53964 L 649.14578,357.64934 L 649.14578,358.37682 z M 276.89383,357.64934 L 276.16635,356.92186 L 276.16635,356.26712 L 276.89383,356.92186 L 276.89383,357.64934 z M 414.46046,357.64934 L 415.84267,356.92186 L 414.46046,356.26712 L 414.46046,357.64934 z M 732.95157,357.64934 L 736.44348,357.64934 L 737.09821,356.92186 L 736.44348,356.26712 L 735.716,354.88491 L 734.98852,354.88491 L 735.716,356.26712 L 735.716,356.92186 L 732.95157,357.64934 z M 762.26905,356.92186 L 763.65127,356.26712 L 762.92378,354.88491 L 764.37875,354.88491 L 764.37875,349.93804 L 760.88684,350.66552 L 762.26905,352.77522 L 761.54157,354.15743 L 762.26905,356.92186 z M 771.8718,356.63086 C 771.71606,356.02167 771.54798,355.41761 771.36256,354.81216 L 771.36256,355.53964 L 771.8718,356.63086 z M 60.395533,355.53964 L 59.01332,354.88491 L 60.395533,354.88491 L 60.395533,355.53964 z M 60.395533,354.88491 L 59.668053,354.15743 L 60.395533,353.42995 L 60.395533,354.88491 z M 522.70961,354.15743 L 522.70961,352.77522 L 521.98213,352.77522 L 521.3274,353.42995 L 522.70961,354.15743 z M 715.49203,354.15743 L 716.87425,354.15743 L 714.76455,352.04773 L 714.76455,353.42995 L 715.49203,354.15743 z M 733.60631,354.15743 L 734.98852,354.15743 L 736.44348,352.77522 L 735.716,352.77522 L 734.33379,353.42995 L 733.60631,354.15743 z M 422.17176,353.42995 L 421.44428,352.04773 L 420.7168,352.77522 L 422.17176,353.42995 z M 696.57753,353.42995 L 698.03249,352.04773 L 696.57753,350.66552 L 695.9228,352.04773 L 696.57753,353.42995 z M 744.08203,352.77522 L 744.80951,352.77522 L 744.80951,352.04773 L 744.80951,351.393 L 744.08203,351.393 L 744.08203,352.04773 L 744.08203,352.77522 z M 539.44167,352.04773 L 541.55136,350.66552 L 540.16915,349.28331 L 538.78694,350.66552 L 539.44167,352.04773 z M 781.83829,352.04773 L 781.83829,351.393 L 783.2205,351.393 L 781.11081,349.28331 L 782.49302,349.28331 L 781.83829,348.55583 L 782.49302,347.17361 L 781.11081,347.90109 L 781.11081,349.28331 L 779.2921,349.28331 L 778.49187,348.11934 L 779.00111,346.44613 L 778.34638,347.90109 L 778.49187,348.11934 L 778.34638,348.55583 L 779.00111,349.28331 L 779.2921,349.28331 L 779.72859,349.93804 L 781.11081,349.93804 L 781.11081,351.393 L 781.83829,352.04773 z M 425.66367,351.393 L 428.42809,349.93804 L 424.93618,350.66552 L 425.66367,351.393 z M 521.3274,351.393 L 521.83663,348.55583 L 523.43709,348.55583 L 524.09182,349.93804 L 524.8193,349.28331 L 523.43709,348.55583 L 522.70961,347.90109 L 521.98213,346.44613 L 521.3274,347.17361 L 519.94518,344.40919 L 519.2177,345.06392 L 519.2177,346.44613 L 520.59992,347.17361 L 519.2177,347.90109 L 519.2177,349.28331 L 521.3274,351.393 z M 721.74837,351.393 L 722.47585,351.393 L 721.74837,350.66552 L 722.47585,349.93804 L 722.47585,348.55583 L 721.02089,348.55583 L 721.02089,349.28331 L 721.74837,351.393 z M 542.27884,350.66552 L 543.66106,350.66552 L 542.93358,349.93804 L 542.27884,349.93804 L 542.27884,350.66552 z M 851.67645,349.28331 L 850.94897,347.90109 L 853.05866,347.17361 L 848.18454,346.44613 L 850.22149,347.53735 L 850.22149,347.90109 L 846.72958,347.90109 L 846.72958,348.55583 L 850.22149,348.55583 L 851.67645,349.28331 z M 428.42809,348.55583 L 430.53779,347.90109 L 430.53779,347.17361 L 428.42809,348.55583 z M 875.39232,347.90109 L 873.28263,346.44613 L 873.28263,347.17361 L 875.39232,347.90109 z M 785.33019,346.44613 L 784.60271,344.40919 L 783.87523,344.40919 L 783.87523,345.7914 L 785.33019,346.44613 z M 431.92,345.7914 L 431.92,344.40919 L 431.19252,344.40919 L 431.92,345.7914 z M 455.63588,345.7914 L 455.63588,345.06392 L 455.34488,344.48193 C 455.43879,344.89277 455.5428,345.21361 455.63588,345.7914 z M 359.31741,345.06392 L 358.58993,343.68171 L 359.31741,340.91728 L 359.97214,338.80758 L 359.97214,339.46232 L 361.35436,338.80758 L 362.08184,339.46232 L 363.46405,341.57201 L 363.46405,342.95422 L 363.46405,344.40919 L 364.19153,342.95422 L 364.19153,344.40919 L 362.80932,345.06392 L 362.08184,345.06392 L 359.31741,345.06392 z M 749.68363,345.06392 L 748.95615,344.40919 L 751.06585,342.29949 L 750.41111,340.91728 L 748.95615,341.57201 L 748.30142,338.80758 L 746.91921,338.80758 L 746.91921,340.1898 L 748.30142,340.1898 L 747.57394,340.91728 L 747.57394,343.68171 L 749.68363,345.06392 z M 460.58275,344.40919 L 461.96496,342.95422 L 464.07465,342.29949 L 464.07465,340.91728 L 465.45687,341.57201 L 465.45687,340.91728 L 466.83908,340.1898 L 466.1116,340.1898 L 465.45687,340.91728 L 464.07465,340.91728 L 463.34717,342.29949 L 461.96496,342.29949 L 460.58275,343.68171 L 459.85526,343.68171 L 460.58275,344.40919 z M 455.12664,343.60896 L 455.92687,343.17247 L 453.59893,341.57201 L 452.58046,342.51774 C 454.02143,342.18528 454.64715,342.16487 455.12664,343.60896 z M 432.64748,342.95422 L 434.02969,340.91728 L 433.30221,340.91728 L 432.64748,342.95422 z M 443.77794,342.95422 L 444.21443,342.80873 L 441.66824,341.57201 L 443.77794,342.95422 z M 450.10702,342.95422 C 450.65264,342.88001 450.9837,342.82877 451.41649,342.73598 L 449.0158,341.93575 L 450.10702,342.95422 z M 459.12778,342.95422 L 459.85526,341.57201 L 459.12778,341.57201 L 459.12778,342.29949 L 458.47305,340.91728 L 457.74557,341.57201 L 459.12778,342.95422 z M 460.58275,342.95422 L 461.23748,342.29949 L 460.58275,340.1898 L 460.58275,342.95422 z M 208.43789,342.29949 L 207.05567,341.57201 L 209.16537,340.91728 L 209.8201,342.29949 L 208.43789,342.29949 z M 446.32412,342.22674 L 448.28832,341.64476 L 447.99733,341.57201 L 446.32412,342.22674 z M 614.88143,340.91728 L 615.60891,340.1898 L 613.49922,338.0801 L 613.49922,339.46232 L 614.88143,340.91728 z M 439.6313,340.1898 L 441.01351,339.46232 L 440.28603,339.46232 L 440.28603,338.80758 L 439.6313,338.80758 L 439.6313,340.1898 z M 749.68363,340.1898 L 752.44806,338.0801 L 751.79333,338.0801 L 749.68363,338.0801 L 748.95615,338.80758 L 749.68363,340.1898 z M 852.33118,340.1898 L 850.22149,339.46232 L 850.94897,338.80758 L 852.33118,339.46232 L 852.33118,340.1898 z M 600.9138,338.80758 L 605.13319,337.42537 L 603.75098,337.42537 L 603.75098,335.97041 L 600.25907,334.58819 L 597.42189,335.97041 L 597.42189,336.69789 L 598.80411,338.0801 L 600.9138,338.80758 z M 392.1268,338.0801 L 392.78153,338.0801 L 395.61871,337.42537 L 397.00092,335.31568 L 398.38313,334.58819 L 396.27344,335.31568 L 395.61871,336.69789 L 392.78153,338.0801 L 391.39932,336.69789 L 392.1268,338.0801 z M 809.04607,338.0801 L 809.77355,334.58819 L 811.8105,333.93346 L 812.53798,331.09629 L 811.8105,331.09629 L 809.77355,334.58819 L 809.04607,335.31568 L 809.04607,338.0801 z M 849.56675,337.42537 L 848.18454,336.69789 L 848.18454,335.97041 L 849.56675,335.97041 L 849.56675,337.42537 z M 376.77695,336.69789 L 377.43169,335.31568 L 378.8139,334.58819 L 376.77695,335.31568 L 376.77695,336.69789 z M 746.91921,335.97041 L 746.91921,334.58819 L 747.57394,331.82377 L 746.19172,332.4785 L 746.91921,335.97041 z M 755.28524,335.97041 L 755.28524,335.31568 L 752.44806,333.20598 L 751.06585,332.4785 L 755.28524,335.97041 z M 850.22149,335.97041 L 854.44087,333.93346 L 853.05866,335.97041 L 850.22149,335.97041 z M 594.65747,335.31568 L 596.03968,335.31568 L 596.03968,334.58819 L 596.76716,334.58819 L 595.3122,333.20598 L 593.92998,332.4785 L 593.27525,332.4785 L 594.65747,335.31568 z M 390.74458,334.58819 L 391.39932,333.20598 L 392.1268,331.09629 L 391.69031,330.73255 L 392.1268,328.33186 L 390.0171,325.78568 L 390.0171,325.49468 L 389.58062,325.20369 L 388.63489,324.11247 L 387.03443,323.74873 L 386.5252,323.45774 L 386.45245,323.60323 L 385.79771,323.45774 L 384.4155,326.22216 L 384.4155,327.60438 L 380.92359,331.82377 L 380.26886,332.4785 L 381.65107,331.82377 L 385.14298,328.33186 L 385.14298,325.49468 L 386.45245,323.60323 L 387.03443,323.74873 L 389.58062,325.20369 L 390.0171,325.78568 L 390.0171,326.94965 L 392.1268,328.33186 L 391.39932,330.44155 L 391.69031,330.73255 L 391.39932,332.4785 L 390.74458,334.58819 z M 466.83908,334.58819 L 469.60351,332.4785 L 470.33099,332.4785 L 470.33099,331.09629 L 471.05847,331.09629 L 470.33099,330.44155 L 470.33099,331.09629 L 469.60351,331.09629 L 469.60351,332.4785 L 467.56656,333.93346 L 466.83908,334.58819 z M 151.18514,331.82377 L 151.18514,331.09629 L 152.56736,330.44155 L 152.56736,329.71407 L 151.83988,328.98659 L 151.18514,330.44155 L 151.83988,328.33186 L 151.03965,327.53163 L 149.80293,326.94965 L 151.18514,328.33186 L 149.80293,327.60438 L 150.45766,328.33186 L 149.80293,328.33186 L 150.45766,328.98659 L 149.80293,328.98659 L 150.45766,329.71407 L 149.80293,329.71407 L 150.45766,330.44155 L 149.80293,331.09629 L 149.07545,331.09629 L 149.07545,330.44155 L 148.34797,331.09629 L 147.69323,330.44155 L 148.34797,328.33186 L 146.96575,329.71407 L 146.96575,328.98659 L 148.34797,327.60438 L 146.96575,328.33186 L 147.69323,327.60438 L 146.31102,327.60438 L 146.96575,328.33186 L 146.31102,329.71407 L 145.58354,328.98659 L 145.58354,328.33186 L 145.2198,328.6956 L 144.85606,329.71407 L 143.47385,328.98659 L 144.85606,326.94965 L 146.31102,326.94965 L 146.96575,326.22216 L 147.69323,326.22216 L 148.05698,325.85842 L 147.69323,325.49468 L 148.34797,324.83995 L 149.07545,325.49468 L 149.07545,324.83995 L 150.45766,324.83995 L 149.07545,324.11247 L 149.80293,324.11247 L 149.80293,323.45774 L 150.45766,322.73026 L 146.96575,322.73026 L 147.69323,321.34804 L 149.07545,321.34804 L 148.34797,319.96583 L 146.31102,322.00278 L 144.85606,322.73026 L 144.20133,322.00278 L 144.20133,322.73026 L 143.47385,322.73026 L 142.81911,323.45774 L 141.36415,324.11247 L 141.36415,322.73026 L 142.81911,322.00278 L 144.20133,320.62056 L 144.85606,320.62056 L 144.85606,319.96583 L 145.58354,319.96583 L 144.85606,319.23835 L 144.20133,318.51087 L 144.85606,317.85614 L 144.20133,317.12865 L 146.31102,317.12865 L 144.20133,316.47392 L 144.85606,315.74644 L 145.58354,315.74644 L 146.31102,315.01896 L 144.20133,315.01896 L 144.20133,314.36423 L 143.47385,315.01896 L 143.47385,314.36423 L 142.81911,314.36423 L 140.70942,315.01896 L 139.3272,313.63675 L 143.47385,311.52705 L 144.20133,310.87232 L 144.85606,309.49011 L 145.58354,310.14484 L 145.58354,309.49011 L 144.85606,309.49011 L 145.58354,308.76262 L 145.58354,306.65293 L 146.31102,305.9982 L 149.80293,302.50629 L 151.83988,301.77881 L 151.18514,302.50629 L 151.18514,303.16102 L 151.83988,302.50629 L 153.29484,302.50629 L 153.29484,303.16102 L 154.67705,303.16102 L 156.78675,301.77881 L 157.44148,302.50629 L 157.44148,301.77881 L 158.82369,301.77881 L 161.66087,302.50629 L 164.42529,301.77881 L 165.15277,301.05133 L 165.80751,301.77881 L 165.15277,301.77881 L 166.53499,302.50629 L 166.53499,301.77881 L 167.26247,301.77881 L 168.64468,302.50629 L 167.26247,303.16102 L 168.64468,303.16102 L 168.64468,304.54324 L 169.29942,303.16102 L 170.0269,303.8885 L 171.40911,303.8885 L 170.75438,305.9982 L 171.40911,305.9982 L 172.13659,304.54324 L 172.79132,304.54324 L 172.79132,305.27072 L 172.13659,305.27072 L 172.79132,305.9982 L 171.40911,306.65293 L 173.5188,306.65293 L 172.13659,307.38041 L 173.5188,307.38041 L 174.24629,308.03514 L 173.5188,308.76262 L 173.5188,309.49011 L 172.13659,310.14484 L 172.79132,311.52705 L 171.40911,311.52705 L 172.79132,313.63675 L 172.13659,315.01896 L 172.79132,315.01896 L 172.79132,315.74644 L 174.90102,315.74644 L 173.5188,316.47392 L 172.13659,316.47392 L 171.40911,315.74644 L 170.75438,316.47392 L 171.40911,317.85614 L 170.75438,319.96583 L 169.29942,319.96583 L 169.29942,318.51087 L 167.9172,317.85614 L 167.26247,317.85614 L 166.53499,319.23835 L 165.15277,317.85614 L 164.42529,318.51087 L 164.42529,319.96583 L 163.77056,320.62056 L 161.66087,317.12865 L 162.3156,318.51087 L 162.3156,322.00278 L 160.93339,322.00278 L 160.93339,321.34804 L 159.55117,322.00278 L 158.16896,319.96583 L 157.44148,320.62056 L 158.16896,323.45774 L 158.16896,324.11247 L 157.44148,324.11247 L 155.33178,321.34804 L 154.67705,321.34804 L 153.94957,321.34804 L 154.67705,322.00278 L 153.29484,322.00278 L 152.56736,320.62056 L 152.56736,321.34804 L 151.18514,319.23835 L 151.83988,321.34804 L 151.83988,322.00278 L 151.18514,322.00278 L 152.56736,322.73026 L 151.83988,322.73026 L 152.56736,323.45774 L 151.83988,324.11247 L 153.29484,324.11247 L 153.94957,324.11247 L 153.94957,324.83995 L 153.29484,325.49468 L 154.67705,325.49468 L 153.94957,326.22216 L 153.94957,326.94965 L 153.29484,326.22216 L 153.94957,327.60438 L 153.29484,328.33186 L 153.94957,328.33186 L 153.94957,328.98659 L 153.29484,328.98659 L 153.94957,330.44155 L 151.83988,331.82377 L 151.83988,331.09629 L 151.18514,331.82377 z M 483.57114,331.82377 L 484.29862,331.82377 L 483.57114,330.44155 L 482.91641,330.44155 L 483.57114,331.82377 z M 496.88404,331.09629 L 497.53877,331.09629 L 498.26625,329.71407 L 497.53877,329.71407 L 497.53877,328.98659 L 496.15656,328.98659 L 496.88404,331.09629 z M 813.92019,331.09629 L 814.64767,331.09629 L 814.64767,330.44155 L 817.4121,329.71407 L 818.13958,328.98659 L 820.24927,328.98659 L 820.24927,328.33186 L 820.90401,328.33186 L 822.28622,328.98659 L 828.6153,328.33186 L 828.10607,327.82262 L 828.6153,327.60438 L 829.99752,325.49468 L 828.6153,326.94965 L 824.39592,327.60438 L 819.52179,327.60438 L 813.92019,330.44155 L 813.92019,331.09629 z M 743.4273,330.44155 L 744.80951,329.71407 L 744.80951,328.98659 L 744.08203,328.98659 L 743.4273,328.98659 L 743.4273,330.44155 z M 288.75177,328.98659 L 289.47925,328.33186 L 289.47925,327.60438 L 288.75177,328.33186 L 288.75177,327.60438 L 287.36956,328.33186 L 287.36956,327.60438 L 286.64208,327.60438 L 286.64208,326.94965 L 287.36956,326.94965 L 287.36956,326.22216 L 288.02429,326.94965 L 288.75177,326.22216 L 289.47925,325.49468 L 290.13398,324.83995 L 290.86146,326.22216 L 290.86146,326.94965 L 290.13398,326.94965 L 290.13398,326.22216 L 289.47925,326.94965 L 290.13398,328.98659 L 288.75177,328.98659 z M 290.86146,326.94965 L 290.86146,327.60438 L 290.13398,327.60438 L 290.86146,326.94965 z M 612.77174,328.98659 L 612.77174,327.60438 L 611.38952,326.94965 L 611.38952,328.33186 L 612.77174,328.98659 z M 731.49661,327.60438 L 732.95157,325.49468 L 732.22409,325.49468 L 730.84188,326.22216 L 731.49661,327.60438 z M 521.98213,326.22216 L 522.70961,326.22216 L 522.70961,325.49468 L 521.98213,324.83995 L 521.98213,326.22216 z M 456.36336,325.49468 L 457.09084,324.83995 L 454.25366,323.45774 L 456.36336,325.49468 z M 751.79333,325.49468 L 752.44806,324.83995 L 751.79333,322.00278 L 751.06585,322.73026 L 750.41111,324.11247 L 751.79333,325.49468 z M 589.78334,324.83995 L 589.78334,323.45774 L 591.16556,321.34804 L 589.78334,319.23835 L 590.43808,318.51087 L 589.78334,317.85614 L 589.05586,316.47392 L 587.67365,315.74644 L 587.67365,314.36423 L 586.29144,313.63675 L 584.83647,310.87232 L 584.18174,310.14484 L 582.07205,307.38041 L 580.68983,303.16102 L 579.96235,303.16102 L 579.96235,301.77881 L 579.30762,302.50629 L 579.96235,301.05133 L 579.52586,300.61484 L 579.96235,299.66911 L 579.30762,299.66911 L 581.34457,297.55942 L 581.34457,295.52247 L 580.68983,295.52247 L 580.68983,294.06751 L 582.07205,293.41278 L 582.07205,292.6853 L 582.79953,292.6853 L 583.45426,292.03057 L 583.45426,290.5756 L 584.83647,289.92087 L 585.56395,290.5756 L 586.94617,289.19339 L 586.94617,288.53866 L 588.32838,288.53866 L 589.78334,289.92087 L 590.43808,289.19339 L 589.05586,287.81118 L 588.32838,288.53866 L 586.94617,287.81118 L 585.56395,289.19339 L 584.83647,288.53866 L 582.07205,288.53866 L 580.68983,287.81118 L 579.96235,287.81118 L 579.96235,289.19339 L 579.30762,288.53866 L 579.30762,289.19339 L 578.58014,290.5756 L 578.58014,291.30308 L 577.85266,291.30308 L 577.19792,292.03057 L 577.85266,292.6853 L 577.85266,294.06751 L 577.19792,293.41278 L 576.47044,295.52247 L 576.47044,298.2869 L 575.08823,299.66911 L 575.81571,301.77881 L 576.47044,301.77881 L 576.47044,302.50629 L 577.85266,303.16102 L 579.30762,306.65293 L 579.96235,308.03514 L 581.34457,308.76262 L 582.07205,308.76262 L 582.79953,310.87232 L 584.83647,312.25453 L 585.56395,315.01896 L 586.29144,317.12865 L 586.94617,317.85614 L 589.05586,318.51087 L 587.67365,319.23835 L 588.32838,319.23835 L 587.67365,319.96583 L 588.32838,319.96583 L 587.67365,321.34804 L 588.32838,322.00278 L 589.05586,322.00278 L 589.05586,322.73026 L 587.67365,322.73026 L 588.32838,323.45774 L 587.67365,324.11247 L 588.32838,324.11247 L 589.78334,324.83995 z M 516.45327,324.11247 L 517.10801,324.11247 L 517.83549,323.45774 L 516.45327,323.45774 L 516.45327,324.11247 z M 280.38574,323.45774 L 281.04047,322.00278 L 281.76795,322.00278 L 281.76795,322.73026 L 280.38574,323.45774 z M 282.49544,323.45774 L 282.49544,322.00278 L 283.87765,322.00278 L 283.87765,323.45774 L 282.49544,323.45774 z M 521.98213,323.45774 L 524.09182,322.73026 L 523.43709,322.00278 L 520.59992,322.00278 L 521.98213,323.45774 z M 747.57394,322.00278 L 749.68363,321.34804 L 749.68363,319.96583 L 751.79333,317.85614 L 751.79333,317.12865 L 751.06585,317.12865 L 749.68363,319.23835 L 746.91921,321.34804 L 747.57394,322.00278 z M 306.21131,320.62056 L 306.21131,319.23835 L 306.93879,319.23835 L 306.21131,318.51087 L 306.93879,317.85614 L 306.21131,317.85614 L 305.48383,317.12865 L 306.93879,316.47392 L 305.48383,316.47392 L 305.48383,315.74644 L 306.21131,315.74644 L 305.48383,315.01896 L 304.8291,315.74644 L 304.8291,315.01896 L 304.8291,314.36423 L 304.10162,315.01896 L 303.44688,315.74644 L 302.7194,315.74644 L 304.8291,318.51087 L 305.48383,318.51087 L 304.8291,319.23835 L 305.48383,319.96583 L 306.21131,320.62056 z M 304.10162,315.01896 L 304.8291,315.01896 L 304.10162,315.74644 L 304.10162,315.01896 z M 829.99752,320.62056 L 828.6153,319.23835 L 827.23309,319.23835 L 827.23309,316.47392 L 823.74118,317.12865 L 823.74118,315.01896 L 822.28622,313.63675 L 821.63149,312.98201 L 820.90401,312.98201 L 820.24927,311.52705 L 817.4121,310.87232 L 813.92019,311.52705 L 818.79431,311.52705 L 819.52179,312.98201 L 822.28622,313.63675 L 823.74118,317.12865 L 825.77813,317.12865 L 826.50561,319.23835 L 829.99752,320.62056 z M 335.52879,319.96583 L 335.74703,319.74759 L 336.25627,319.96583 L 336.25627,319.23835 L 335.74703,319.74759 L 335.52879,319.60209 L 335.52879,319.23835 L 334.87406,319.23835 L 335.52879,319.60209 L 335.52879,319.96583 z M 554.13678,318.51087 L 554.86426,317.85614 L 553.4093,317.85614 L 554.13678,316.47392 L 553.4093,316.47392 L 553.4093,317.85614 L 554.13678,318.51087 z M 654.52914,317.27415 L 654.0199,315.74644 L 653.29242,314.36423 L 653.07418,314.00049 C 653.57447,315.03391 654.04053,316.16102 654.52914,317.27415 z M 277.54857,316.47392 L 279.00353,315.74644 L 278.27605,315.74644 L 277.54857,315.01896 L 277.54857,316.47392 z M 315.30482,316.47392 L 315.30482,315.01896 L 314.57734,313.63675 L 315.30482,316.47392 z M 321.56116,316.47392 L 322.28864,315.01896 L 321.56116,315.01896 L 321.56116,316.47392 z M 755.93997,316.47392 L 758.04966,315.01896 L 756.66745,315.01896 L 755.93997,315.01896 L 755.93997,316.47392 z M 271.29223,315.74644 L 269.18254,312.98201 L 270.56475,312.98201 L 271.29223,314.36423 L 271.29223,315.74644 z M 328.54497,315.74644 L 328.54497,312.98201 L 327.89024,315.01896 L 328.54497,315.74644 z M 322.94337,313.63675 L 323.67085,310.87232 L 322.94337,310.14484 L 323.67085,310.14484 L 323.67085,309.49011 L 322.28864,309.49011 L 322.28864,308.03514 L 320.90642,308.76262 L 321.56116,308.03514 L 320.90642,308.03514 L 319.45146,308.76262 L 320.17894,308.76262 L 318.79673,309.49011 L 320.39719,309.99934 L 320.17894,310.14484 L 320.90642,310.14484 L 320.39719,309.99934 L 320.90642,309.49011 L 319.45146,309.49011 L 320.17894,308.76262 L 320.90642,308.76262 L 322.28864,309.49011 L 322.28864,310.14484 L 322.94337,310.14484 L 322.28864,310.87232 L 322.94337,310.87232 L 322.28864,311.52705 L 321.56116,311.52705 L 322.94337,312.25453 L 321.56116,312.98201 L 322.28864,312.98201 L 322.94337,313.63675 z M 325.78055,313.63675 L 326.43528,313.63675 L 327.89024,311.52705 L 327.16276,310.87232 L 325.78055,312.25453 L 325.78055,313.63675 z M 268.5278,312.98201 L 267.80032,312.25453 L 268.5278,311.52705 L 267.80032,311.52705 L 267.80032,310.87232 L 266.41811,311.52705 L 266.41811,310.87232 L 265.69063,310.14484 L 266.41811,309.49011 L 267.07284,310.14484 L 268.5278,310.87232 L 268.5278,310.14484 L 267.07284,310.14484 L 267.80032,309.49011 L 269.18254,310.14484 L 268.5278,312.98201 z M 505.97755,312.98201 L 506.63228,312.25453 L 506.63228,310.87232 L 505.97755,311.52705 L 505.97755,312.69102 L 505.97755,312.98201 z M 748.95615,312.98201 L 750.41111,311.52705 L 748.95615,311.52705 L 748.95615,310.14484 L 747.57394,308.76262 L 746.91921,308.76262 L 746.19172,309.49011 L 748.95615,312.98201 z M 488.51801,312.25453 L 487.79053,310.14484 L 487.06305,310.14484 L 486.40832,310.87232 L 487.79053,310.87232 L 488.51801,312.25453 z M 279.65826,310.14484 L 281.76795,309.49011 L 282.49544,308.03514 L 281.76795,307.38041 L 283.15017,307.38041 L 283.6594,305.8527 L 284.02314,305.27072 L 284.53238,305.27072 L 284.53238,304.54324 L 285.25986,304.54324 L 285.25986,303.8885 L 284.53238,304.54324 L 284.02314,305.27072 L 283.87765,305.27072 L 283.6594,305.8527 L 283.15017,306.65293 L 279.65826,308.03514 L 279.00353,308.03514 L 278.27605,308.76262 L 280.38574,308.03514 L 282.49544,308.03514 L 279.65826,310.14484 z M 304.10162,310.14484 L 304.8291,309.49011 L 305.48383,309.49011 L 305.48383,308.76262 L 306.21131,308.76262 L 306.21131,309.49011 L 306.93879,308.76262 L 306.93879,309.49011 L 307.59352,308.76262 L 306.93879,308.76262 L 306.93879,307.38041 L 306.21131,307.38041 L 304.8291,308.03514 L 305.48383,308.76262 L 304.8291,309.49011 L 304.10162,309.49011 L 303.44688,308.76262 L 304.10162,308.03514 L 303.44688,308.03514 L 301.99192,308.76262 L 301.33719,309.49011 L 302.7194,309.49011 L 303.44688,308.76262 L 304.10162,310.14484 z M 651.03723,309.6356 L 650.52799,308.03514 L 649.80051,306.65293 C 650.22699,307.8051 650.63294,308.69737 651.03723,309.6356 z M 263.58093,307.38041 L 262.9262,305.27072 L 263.58093,305.9982 L 263.58093,305.27072 L 264.30841,306.65293 L 265.03589,306.65293 L 265.03589,307.38041 L 263.58093,307.38041 z M 324.39833,307.38041 L 325.05306,307.38041 L 326.43528,305.9982 L 325.05306,306.65293 L 324.39833,307.38041 z M 610.00731,306.65293 L 610.00731,304.54324 L 607.24288,300.39659 L 606.5154,300.39659 L 606.5154,302.50629 L 608.6251,304.54324 L 610.00731,306.65293 z M 269.91002,305.9982 L 268.5278,305.27072 L 269.18254,304.54324 L 269.18254,305.27072 L 269.91002,305.27072 L 269.91002,305.9982 z M 280.38574,303.8885 L 281.76795,303.8885 L 283.15017,303.16102 L 280.38574,303.8885 z M 322.28864,303.8885 L 322.28864,302.50629 L 323.67085,302.50629 L 322.94337,301.77881 L 324.39833,300.39659 L 322.28864,300.39659 L 322.94337,301.05133 L 321.56116,302.50629 L 320.17894,302.50629 L 321.56116,303.16102 L 320.90642,303.16102 L 322.28864,303.8885 z M 578.58014,303.8885 L 579.30762,303.16102 L 579.30762,303.8885 L 578.58014,303.8885 z M 766.41569,303.8885 L 769.25287,303.8885 L 769.25287,302.50629 L 767.87065,303.16102 L 766.41569,303.16102 L 766.41569,303.8885 z M 848.83927,303.8885 L 850.94897,301.77881 L 850.94897,303.16102 L 848.83927,303.8885 z M 274.05666,303.16102 L 275.51162,302.50629 L 275.07513,302.50629 L 277.25757,301.05133 L 279.65826,300.39659 L 283.15017,297.55942 L 281.76795,298.2869 L 279.65826,300.39659 L 278.27605,300.39659 L 277.25757,301.05133 L 274.78414,301.77881 L 274.78414,302.50629 L 275.07513,302.50629 L 274.05666,303.16102 z M 619.75555,303.16102 L 619.75555,301.05133 L 621.21052,302.50629 L 620.48304,299.01438 L 621.21052,299.01438 L 621.86525,295.52247 L 619.75555,292.03057 L 616.99113,289.92087 L 616.26365,288.53866 L 615.60891,288.53866 L 614.88143,289.19339 L 615.60891,290.5756 L 615.60891,292.6853 L 619.10082,301.05133 L 619.75555,303.16102 z M 753.17554,301.77881 L 753.90302,301.05133 L 751.06585,301.05133 L 753.17554,301.77881 z M 274.05666,301.05133 L 274.78414,301.05133 L 272.67444,300.39659 L 273.40192,299.66911 L 272.67444,299.01438 L 272.01971,299.66911 L 272.67444,299.66911 L 272.01971,300.39659 L 274.05666,301.05133 z M 741.97234,301.05133 L 742.69982,299.66911 L 741.3176,297.55942 L 740.59012,298.2869 L 741.97234,301.05133 z M 322.94337,299.66911 L 323.67085,298.2869 L 321.56116,298.2869 L 321.56116,299.01438 L 322.94337,299.01438 L 322.94337,299.66911 z M 737.8257,299.66911 L 739.20791,299.66911 L 739.93539,299.66911 L 739.93539,298.2869 L 738.48043,298.2869 L 739.20791,299.66911 L 738.48043,299.01438 L 737.8257,299.66911 z M 307.59352,299.01438 L 308.321,298.2869 L 308.321,297.55942 L 308.321,296.17721 L 307.59352,296.90469 L 307.59352,298.2869 L 308.321,297.55942 L 307.59352,299.01438 z M 309.70322,298.2869 L 309.70322,297.55942 L 308.97574,297.55942 L 309.70322,298.2869 z M 320.17894,298.2869 L 321.56116,295.52247 L 319.45146,296.17721 L 318.79673,296.90469 L 320.17894,298.2869 z M 427.70061,298.2869 L 429.81031,297.55942 L 431.33802,296.4682 L 431.92,296.17721 L 431.84725,296.10446 L 432.64748,295.52247 L 431.19252,293.41278 L 431.92,293.41278 L 431.92,292.03057 L 432.64748,292.6853 L 433.30221,291.30308 L 434.02969,292.6853 L 434.68443,292.03057 L 434.02969,292.03057 L 434.68443,290.5756 L 434.02969,290.5756 L 434.02969,289.19339 L 435.41191,289.19339 L 436.79412,289.19339 L 436.79412,288.53866 L 436.79412,287.81118 L 436.13939,287.81118 L 437.5216,287.0837 L 438.17634,287.81118 L 439.6313,287.81118 L 440.28603,287.0837 L 441.66824,285.70148 L 439.6313,286.42896 L 439.6313,287.0837 L 438.17634,287.0837 L 438.17634,286.42896 L 436.79412,287.0837 L 436.13939,287.81118 L 436.79412,288.53866 L 435.41191,288.53866 L 435.41191,289.19339 L 434.68443,287.81118 L 433.30221,289.19339 L 431.92,286.42896 L 433.30221,289.92087 L 432.64748,289.92087 L 433.30221,290.5756 L 432.64748,291.30308 L 431.92,292.03057 L 431.19252,293.41278 L 431.19252,294.79499 L 430.53779,294.79499 L 431.84725,296.10446 L 431.33802,296.4682 L 427.70061,298.2869 z M 326.43528,297.55942 L 327.89024,297.55942 L 327.89024,296.17721 L 326.43528,295.52247 L 326.43528,296.17721 L 327.16276,296.90469 L 326.43528,296.90469 L 326.43528,297.55942 z M 297.84528,296.90469 L 298.50001,296.17721 L 299.22749,296.90469 L 299.22749,295.52247 L 298.50001,296.17721 L 298.50001,294.79499 L 297.84528,296.90469 z M 329.27245,296.90469 L 330.65467,296.90469 L 328.54497,295.52247 L 329.27245,296.90469 z M 644.92639,296.90469 C 644.71979,296.07168 644.40724,295.25446 644.05341,294.504 C 644.47801,295.45499 644.75447,296.34545 644.92639,296.90469 z M 276.89383,296.17721 L 280.38574,295.52247 L 282.49544,294.79499 L 281.76795,294.06751 L 279.00353,295.52247 L 277.54857,295.52247 L 276.89383,296.17721 z M 310.4307,296.17721 L 311.08543,296.17721 L 310.4307,295.52247 L 310.4307,296.17721 z M 312.46765,296.17721 L 313.92261,296.17721 L 313.19513,294.79499 L 312.46765,294.06751 L 311.08543,293.41278 L 310.4307,294.06751 L 311.08543,294.79499 L 311.08543,294.06751 L 313.19513,295.52247 L 312.46765,296.17721 z M 355.8255,296.17721 L 360.69963,296.17721 L 361.35436,295.52247 L 360.91787,295.01324 L 361.06337,294.43125 L 361.35436,294.06751 L 361.35436,292.6853 L 361.06337,294.43125 L 360.69963,294.79499 L 360.91787,295.01324 L 360.69963,296.17721 L 357.86245,295.52247 L 355.8255,296.17721 z M 323.67085,295.52247 L 324.39833,295.52247 L 325.78055,294.79499 L 325.78055,293.41278 L 327.16276,293.41278 L 327.89024,292.6853 L 327.16276,292.6853 L 325.05306,293.41278 L 324.39833,294.06751 L 322.94337,294.06751 L 322.28864,294.79499 L 323.67085,295.52247 z M 315.95955,294.79499 L 316.68703,294.79499 L 315.95955,294.06751 L 317.41452,294.06751 L 315.95955,293.63102 L 315.95955,293.41278 L 315.66856,293.55827 L 315.30482,293.41278 L 314.57734,294.06751 L 315.66856,293.55827 L 315.95955,293.63102 L 315.95955,294.06751 L 315.95955,294.79499 z M 338.36596,294.79499 L 337.63848,293.41278 L 338.36596,292.6853 L 339.0207,293.41278 L 338.36596,294.79499 z M 737.09821,294.79499 L 738.48043,294.79499 L 738.48043,294.06751 L 737.8257,293.41278 L 737.09821,294.79499 z M 306.93879,294.06751 L 308.321,293.41278 L 308.321,292.6853 L 307.59352,293.41278 L 306.93879,292.6853 L 306.93879,294.06751 z M 736.44348,294.06751 L 735.716,292.03057 L 734.33379,292.03057 L 734.33379,290.5756 L 732.95157,289.92087 L 733.60631,292.6853 L 736.44348,294.06751 z M 530.42091,293.41278 L 530.42091,292.6853 L 529.69343,291.30308 L 529.69343,292.6853 L 530.42091,293.41278 z M 277.54857,292.6853 L 279.65826,292.03057 L 279.65826,291.30308 L 279.00353,292.03057 L 278.27605,291.30308 L 277.54857,292.6853 z M 274.05666,292.03057 L 278.27605,289.19339 L 277.54857,289.19339 L 277.54857,287.81118 L 279.65826,285.70148 L 278.27605,285.70148 L 278.27605,286.42896 L 277.54857,287.81118 L 276.89383,287.0837 L 276.89383,288.53866 L 276.16635,289.19339 L 276.16635,288.53866 L 275.80261,288.82965 L 275.51162,288.53866 L 275.51162,289.19339 L 275.80261,288.82965 L 276.16635,289.19339 L 277.54857,289.19339 L 274.05666,291.30308 L 274.05666,292.03057 z M 361.35436,292.03057 L 363.46405,291.30308 L 366.15573,288.02942 L 367.68344,288.53866 L 366.30123,287.81118 L 366.15573,288.02942 L 365.57375,287.81118 L 363.46405,291.30308 L 362.08184,291.30308 L 361.35436,292.03057 z M 528.96594,292.03057 L 529.69343,290.5756 L 529.54793,290.43011 L 529.69343,289.92087 L 531.07564,289.19339 L 531.07564,290.5756 L 531.80312,289.92087 L 531.07564,289.19339 L 531.80312,287.81118 L 529.69343,287.0837 L 529.69343,287.81118 L 528.31121,289.19339 L 529.54793,290.43011 L 528.96594,292.03057 z M 265.03589,291.30308 L 263.58093,289.92087 L 263.58093,290.5756 L 262.9262,289.92087 L 263.58093,289.19339 L 262.9262,289.19339 L 262.9262,289.92087 L 262.9262,290.50286 L 265.03589,291.30308 z M 695.9228,291.30308 L 695.19532,288.53866 L 695.19532,290.5756 L 695.9228,291.30308 z M 706.39852,291.30308 L 707.05326,291.30308 L 706.68952,291.01209 L 707.78074,289.92087 L 706.39852,289.92087 L 706.39852,288.53866 L 705.01631,289.92087 L 706.68952,291.01209 L 706.39852,291.30308 z M 266.41811,289.19339 L 267.07284,289.19339 L 267.80032,288.53866 L 266.41811,289.19339 z M 321.56116,289.19339 L 322.28864,289.19339 L 323.67085,289.19339 L 324.39833,289.19339 L 326.43528,287.81118 L 323.67085,289.19339 L 322.94337,288.53866 L 322.28864,288.17492 L 322.28864,287.81118 L 322.28864,287.0837 L 321.56116,286.42896 L 322.28864,287.81118 L 321.56116,287.81118 L 320.90642,287.81118 L 320.17894,288.53866 L 321.56116,287.81118 L 322.28864,288.17492 L 322.28864,288.53866 L 322.94337,288.53866 L 321.56116,289.19339 z M 440.28603,289.19339 L 440.28603,288.53866 L 438.90382,288.53866 L 440.28603,289.19339 z M 640.99799,288.61141 C 640.89449,288.34097 640.79221,288.09269 640.707,287.81118 L 639.32479,285.70148 C 639.74033,286.30763 640.34787,287.41601 640.99799,288.61141 z M 315.95955,287.81118 L 316.68703,287.0837 L 317.41452,287.81118 L 316.68703,286.42896 L 316.68703,285.04675 L 315.95955,285.04675 L 315.95955,287.81118 z M 263.58093,287.0837 L 264.30841,286.42896 L 265.03589,287.0837 L 264.30841,285.70148 L 263.58093,287.0837 z M 498.99373,285.70148 L 500.37595,284.31927 L 500.37595,281.55484 L 498.99373,285.70148 z M 326.43528,285.04675 L 327.89024,285.04675 L 327.89024,284.31927 L 325.05306,283.59179 L 325.05306,284.31927 L 327.16276,284.31927 L 326.43528,285.04675 z M 272.01971,283.59179 L 275.51162,280.82736 L 274.78414,280.82736 L 272.01971,283.59179 z M 301.33719,283.59179 L 301.33719,282.93705 L 301.99192,282.20957 L 301.99192,283.59179 L 301.33719,283.59179 z M 321.56116,283.59179 L 321.56116,282.93705 L 322.28864,282.93705 L 322.28864,282.20957 L 321.56116,282.20957 L 320.90642,282.93705 L 321.56116,283.59179 z M 337.63848,282.93705 L 337.63848,282.20957 L 338.36596,282.93705 L 338.36596,282.20957 L 339.0207,282.20957 L 340.40291,280.09988 L 341.85787,280.82736 L 342.5126,280.09988 L 341.13039,280.09988 L 341.13039,279.44515 L 339.74818,280.09988 L 341.13039,278.06293 L 341.85787,275.22576 L 341.13039,277.33545 L 339.74818,279.44515 L 338.36596,279.44515 L 338.36596,280.09988 L 337.63848,281.55484 L 336.911,280.09988 L 336.911,282.20957 L 337.63848,282.93705 z M 435.41191,282.20957 L 436.79412,281.55484 L 437.5216,280.82736 L 438.17634,280.82736 L 440.28603,278.71767 L 438.90382,278.71767 L 438.17634,278.06293 L 438.90382,275.95324 L 436.79412,273.11606 L 436.79412,271.73385 L 436.13939,272.46133 L 436.79412,273.84354 L 436.79412,274.57102 L 438.17634,275.22576 L 438.17634,275.95324 L 437.5216,277.33545 L 438.90382,279.44515 L 438.17634,279.44515 L 438.17634,280.82736 L 436.79412,280.09988 L 436.79412,281.55484 L 435.41191,281.55484 L 435.41191,282.20957 z M 688.93898,282.20957 L 689.59372,282.20957 L 690.3212,281.55484 L 688.93898,281.55484 L 688.93898,282.20957 z M 637.72433,281.91858 C 637.2543,281.07117 636.83329,280.19251 636.34212,279.3724 L 636.56036,280.09988 L 637.72433,281.91858 z M 319.45146,281.55484 L 320.17894,280.82736 L 320.90642,280.82736 L 319.45146,279.44515 L 320.90642,279.44515 L 320.90642,278.71767 L 319.45146,279.44515 L 319.45146,280.09988 L 318.79673,280.82736 L 319.45146,281.55484 z M 332.76436,281.55484 L 333.41909,281.55484 L 334.87406,280.82736 L 334.87406,280.09988 L 332.76436,281.55484 z M 309.70322,280.82736 L 310.4307,280.09988 L 311.08543,280.82736 L 311.08543,280.09988 L 311.81291,279.44515 L 312.46765,280.09988 L 313.19513,280.09988 L 313.92261,279.44515 L 313.92261,278.71767 L 315.30482,278.06293 L 313.19513,278.06293 L 313.92261,278.71767 L 313.41337,278.93591 L 313.19513,278.71767 L 313.19513,279.08141 L 312.46765,279.44515 L 311.81291,278.06293 L 311.81291,277.33545 L 311.08543,278.06293 L 310.4307,278.06293 L 309.70322,279.44515 L 309.70322,280.82736 z M 313.19513,279.08141 L 313.41337,278.93591 L 313.92261,279.44515 L 313.19513,279.44515 L 313.19513,279.08141 z M 616.26365,280.09988 L 616.99113,280.09988 L 616.99113,279.44515 L 615.60891,279.44515 L 616.26365,280.09988 z M 262.19872,279.44515 L 262.9262,279.44515 L 263.58093,277.33545 L 265.69063,275.22576 L 267.80032,274.57102 L 268.5278,274.57102 L 269.18254,272.46133 L 269.83727,271.07912 L 269.18254,271.07912 L 268.5278,271.07912 L 268.5278,271.73385 L 269.18254,271.07912 L 269.18254,271.73385 L 267.80032,273.84354 L 265.69063,275.22576 L 262.9262,277.33545 L 261.54399,277.33545 L 262.19872,278.71767 L 262.19872,279.44515 z M 262.19872,278.71767 L 262.9262,277.33545 L 263.58093,277.33545 L 262.9262,278.06293 L 262.19872,278.71767 z M 271.29223,279.44515 L 273.40192,277.33545 L 274.05666,275.95324 L 271.29223,278.71767 L 271.29223,279.44515 z M 318.06925,279.44515 L 318.79673,279.08141 L 318.79673,279.44515 L 319.45146,278.71767 L 318.79673,279.08141 L 318.79673,278.71767 L 318.06925,278.71767 L 315.95955,278.06293 L 315.95955,277.33545 L 315.30482,278.71767 L 317.41452,278.71767 L 318.06925,279.44515 z M 324.39833,278.71767 L 326.43528,278.06293 L 325.78055,277.33545 L 326.43528,276.60797 L 325.05306,277.33545 L 325.05306,278.06293 L 324.39833,278.71767 z M 335.52879,278.71767 L 336.25627,278.06293 L 336.911,278.71767 L 336.911,278.06293 L 338.36596,276.60797 L 335.52879,276.60797 L 334.87406,277.33545 L 334.14657,278.06293 L 335.52879,278.71767 z M 635.03265,277.2627 C 634.54572,276.37751 634.09356,275.51812 633.72319,274.57102 L 634.45067,276.60797 L 635.03265,277.2627 z M 323.67085,276.60797 L 325.05306,275.95324 L 325.05306,275.22576 L 324.39833,275.95324 L 323.67085,276.60797 z M 737.09821,276.60797 L 737.8257,276.60797 L 737.8257,274.57102 L 735.716,275.22576 L 737.09821,276.60797 z M 506.63228,275.95324 L 508.0145,275.22576 L 508.0145,274.57102 L 507.35976,274.57102 L 506.63228,274.57102 L 506.63228,275.95324 z M 340.40291,275.22576 L 341.13039,275.22576 L 343.89482,274.57102 L 344.6223,273.84354 L 344.6223,274.57102 L 346.73199,273.11606 L 346.73199,270.35164 L 348.11421,269.62416 L 348.11421,268.96942 L 350.87863,266.13225 L 351.60612,266.13225 L 351.60612,264.75003 L 352.3336,264.75003 L 350.87863,261.25813 L 350.2239,261.25813 L 348.84169,261.98561 L 349.49642,261.98561 L 349.49642,262.64034 L 348.11421,264.75003 L 344.6223,265.47751 L 342.5126,266.13225 L 342.5126,266.85973 L 343.89482,266.13225 L 343.24009,267.58721 L 341.85787,268.96942 L 340.91215,270.27889 L 340.18467,270.86087 L 339.74818,270.35164 L 339.0207,271.73385 L 340.18467,270.86087 L 340.40291,271.07912 L 340.91215,270.27889 L 341.85787,269.62416 L 341.85787,268.96942 L 343.24009,268.24194 L 341.13039,271.73385 L 343.24009,270.35164 L 341.13039,272.46133 L 343.24009,271.07912 L 343.24009,270.35164 L 344.6223,268.96942 L 345.34978,269.62416 L 343.89482,271.07912 L 345.34978,270.35164 L 346.00451,271.73385 L 343.89482,273.84354 L 343.89482,273.11606 L 342.5126,273.84354 L 343.24009,272.46133 L 341.85787,273.84354 L 341.85787,273.11606 L 340.40291,275.22576 z M 350.2239,275.22576 L 351.60612,273.84354 L 350.87863,272.46133 L 350.2239,274.57102 L 350.2239,275.22576 z M 705.01631,275.22576 L 705.67104,273.84354 L 703.56135,273.84354 L 702.17913,273.11606 L 700.06944,269.62416 L 701.5244,273.11606 L 704.28883,274.57102 L 705.01631,275.22576 z M 183.99453,274.57102 L 183.26705,273.11606 L 184.72201,271.07912 L 184.43102,272.67957 L 184.72201,271.73385 L 185.37674,272.46133 L 185.37674,273.84354 L 184.72201,273.11606 L 184.72201,274.57102 L 184.14002,273.98904 L 183.99453,274.57102 z M 183.26705,273.11606 L 182.61232,273.11606 L 182.61232,272.46133 L 183.26705,271.73385 L 183.26705,273.11606 z M 318.79673,274.57102 L 321.56116,273.11606 L 322.94337,273.11606 L 323.67085,271.73385 L 325.05306,270.35164 L 325.78055,269.62416 L 325.05306,269.62416 L 324.39833,268.96942 L 325.05306,270.35164 L 324.39833,270.35164 L 323.67085,271.07912 L 322.94337,271.73385 L 322.94337,272.46133 L 322.28864,271.73385 L 321.56116,272.46133 L 320.90642,271.73385 L 318.79673,273.84354 L 319.45146,273.84354 L 318.79673,274.57102 z M 355.8255,274.57102 L 356.48024,273.84354 L 357.20772,274.57102 L 356.48024,273.11606 L 355.8255,273.84354 L 355.8255,274.57102 z M 734.33379,274.57102 L 737.09821,273.84354 L 736.44348,273.11606 L 736.44348,272.46133 L 735.716,272.46133 L 735.716,273.11606 L 734.33379,274.57102 z M 269.18254,273.84354 L 269.91002,273.84354 L 271.29223,273.11606 L 270.56475,271.73385 L 270.56475,273.11606 L 269.18254,273.84354 z M 263.58093,273.11606 L 267.07284,270.35164 L 266.41811,270.35164 L 265.03589,271.73385 L 263.58093,273.11606 z M 307.59352,273.11606 L 308.321,271.73385 L 307.59352,271.73385 L 307.59352,273.11606 z M 311.08543,273.11606 L 312.46765,273.11606 L 313.19513,271.73385 L 313.92261,269.62416 L 313.19513,269.62416 L 314.57734,268.24194 L 315.30482,268.24194 L 314.57734,268.96942 L 315.95955,268.24194 L 315.30482,269.62416 L 315.95955,269.62416 L 315.95955,268.96942 L 317.41452,269.62416 L 315.95955,271.07912 L 315.30482,272.46133 L 317.41452,270.35164 L 317.41452,269.62416 L 316.68703,268.96942 L 318.06925,266.13225 L 318.65123,265.914 L 318.79673,266.13225 L 319.30597,265.62301 L 321.56116,264.75003 L 320.17894,264.75003 L 321.56116,263.36782 L 320.90642,263.36782 L 320.90642,262.64034 L 321.9249,263.00408 L 320.90642,261.98561 L 321.34291,261.33087 L 320.17894,261.76736 L 320.17894,261.25813 L 319.45146,261.98561 L 317.41452,261.98561 L 318.06925,262.64034 L 317.56001,263.36782 L 317.41452,263.36782 L 317.48726,263.51332 L 316.68703,264.75003 L 316.68703,264.0953 L 315.95955,264.0953 L 315.30482,264.75003 L 315.30482,264.0953 L 314.57734,264.0953 L 314.57734,265.47751 L 315.30482,264.75003 L 316.68703,264.0953 L 315.30482,265.47751 L 315.95955,265.47751 L 315.30482,268.24194 L 315.30482,267.58721 L 313.19513,268.96942 L 312.46765,272.46133 L 311.81291,272.46133 L 311.08543,273.11606 z M 315.95955,265.47751 L 316.68703,264.75003 L 317.41452,264.0953 L 318.06925,264.75003 L 317.41452,266.13225 L 316.68703,266.85973 L 315.95955,266.13225 L 316.68703,266.13225 L 315.95955,265.47751 z M 318.06925,264.75003 L 317.48726,263.51332 L 317.56001,263.36782 L 320.17894,263.36782 L 320.17894,264.75003 L 319.45146,264.75003 L 318.79673,265.47751 L 319.45146,265.47751 L 319.30597,265.62301 L 318.65123,265.914 L 318.06925,264.75003 z M 319.45146,261.98561 L 320.17894,261.76736 L 320.17894,261.98561 L 319.45146,261.98561 z M 316.68703,268.96942 L 315.95955,268.96942 L 315.95955,268.24194 L 315.95955,267.58721 L 317.41452,266.85973 L 316.68703,267.58721 L 316.68703,268.96942 z M 327.16276,272.46133 L 327.16276,271.07912 L 326.43528,270.35164 L 327.16276,269.62416 L 326.43528,269.62416 L 326.43528,270.35164 L 325.78055,271.07912 L 327.16276,272.46133 z M 259.43429,271.73385 L 260.08903,271.73385 L 260.81651,270.35164 L 259.43429,271.73385 z M 310.4307,271.07912 L 311.08543,270.35164 L 311.08543,269.62416 L 311.08543,267.58721 L 312.46765,266.13225 L 311.81291,268.24194 L 312.46765,267.58721 L 313.92261,266.85973 L 313.19513,266.85973 L 313.19513,266.13225 L 313.92261,265.47751 L 313.19513,265.47751 L 313.92261,264.75003 L 312.46765,265.47751 L 311.08543,267.58721 L 309.70322,269.62416 L 310.4307,268.96942 L 311.08543,269.62416 L 309.70322,270.35164 L 310.4307,271.07912 z M 321.56116,271.07912 L 323.67085,268.96942 L 322.94337,268.24194 L 321.56116,269.62416 L 322.94337,268.96942 L 321.56116,271.07912 z M 269.91002,270.93362 L 270.56475,269.62416 L 269.91002,270.35164 L 269.91002,270.93362 z M 360.69963,270.35164 L 361.35436,268.24194 L 360.69963,267.58721 L 359.97214,269.62416 L 360.69963,270.35164 z M 260.81651,269.62416 L 261.03475,269.40591 L 261.54399,269.62416 L 261.54399,268.96942 L 261.03475,269.40591 L 260.81651,269.33316 L 260.81651,268.24194 L 261.54399,266.85973 L 260.08903,268.96942 L 260.81651,269.33316 L 260.81651,269.62416 z M 304.8291,269.62416 L 306.21131,268.24194 L 306.21131,266.85973 L 306.93879,266.85973 L 306.21131,266.13225 L 304.8291,269.62416 z M 182.61232,268.96942 L 182.61232,267.58721 L 183.26705,266.85973 L 183.26705,268.24194 L 182.61232,268.96942 z M 307.59352,268.96942 L 307.59352,268.24194 L 308.97574,268.24194 L 309.70322,267.58721 L 308.97574,267.58721 L 311.08543,265.47751 L 309.70322,266.13225 L 309.70322,264.75003 L 308.97574,264.75003 L 308.97574,264.0953 L 310.4307,262.64034 L 310.86719,262.64034 L 310.4307,264.0953 L 311.08543,262.64034 L 310.86719,262.64034 L 311.08543,261.98561 L 310.4307,261.98561 L 309.70322,262.64034 L 310.4307,259.87591 L 309.70322,261.25813 L 309.70322,259.87591 L 310.4307,259.14843 L 309.70322,259.14843 L 309.70322,258.4937 L 309.70322,257.11148 L 309.70322,256.384 L 310.4307,255.65652 L 309.70322,255.65652 L 309.70322,255.00179 L 310.4307,254.27431 L 309.70322,254.27431 L 309.70322,253.61958 L 308.97574,252.8921 L 308.321,254.27431 L 308.321,255.00179 L 308.97574,255.00179 L 308.97574,255.65652 L 307.59352,257.11148 L 308.321,257.11148 L 308.97574,257.76622 L 307.59352,257.76622 L 308.321,258.4937 L 308.97574,258.4937 L 308.97574,259.14843 L 309.70322,259.14843 L 308.321,260.60339 L 308.97574,260.60339 L 308.97574,261.25813 L 309.70322,261.98561 L 308.97574,263.36782 L 308.321,264.0953 L 307.59352,264.0953 L 307.59352,264.75003 L 306.21131,264.0953 L 306.21131,264.75003 L 306.93879,264.75003 L 306.93879,265.47751 L 307.59352,265.47751 L 307.59352,264.75003 L 308.321,264.0953 L 308.97574,264.75003 L 308.321,266.85973 L 308.97574,266.85973 L 307.59352,267.58721 L 306.93879,268.24194 L 307.59352,268.96942 z M 700.06944,268.96942 L 699.41471,266.85973 L 695.9228,266.13225 L 698.68723,267.58721 L 700.06944,268.96942 z M 299.95498,268.24194 L 300.60971,266.85973 L 299.95498,266.13225 L 299.95498,268.24194 z M 512.96137,268.24194 L 513.6161,268.24194 L 514.34358,266.85973 L 513.6161,267.58721 L 513.6161,266.85973 L 512.96137,267.58721 L 512.96137,268.24194 z M 322.94337,267.58721 L 325.05306,266.13225 L 324.39833,265.47751 L 325.05306,265.47751 L 323.67085,264.75003 L 325.78055,264.0953 L 323.67085,264.0953 L 323.67085,263.36782 L 325.05306,261.98561 L 325.05306,261.25813 L 324.39833,260.60339 L 323.67085,259.14843 L 323.16161,258.63919 L 323.67085,258.4937 L 322.94337,258.4937 L 323.16161,258.63919 L 321.56116,259.14843 L 321.56116,258.4937 L 322.28864,257.11148 L 321.56116,257.76622 L 321.56116,257.11148 L 320.90642,255.65652 L 321.56116,255.65652 L 322.28864,256.384 L 322.94337,255.65652 L 320.90642,253.61958 L 319.45146,253.61958 L 319.45146,254.27431 L 320.90642,254.27431 L 319.45146,255.00179 L 318.79673,255.00179 L 318.43299,254.63805 L 318.79673,254.27431 L 318.06925,254.27431 L 317.41452,254.27431 L 317.41452,255.00179 L 316.68703,255.00179 L 316.68703,255.65652 L 316.68703,256.384 L 315.95955,257.76622 L 316.68703,257.11148 L 316.68703,256.384 L 317.41452,256.384 L 316.68703,257.76622 L 317.41452,257.11148 L 318.06925,258.4937 L 317.41452,259.14843 L 318.06925,259.14843 L 319.45146,257.11148 L 319.45146,259.14843 L 320.90642,259.14843 L 320.17894,260.60339 L 320.90642,260.60339 L 321.48841,261.18538 L 322.28864,259.87591 L 323.67085,259.87591 L 323.67085,261.98561 L 324.39833,261.98561 L 322.94337,263.36782 L 322.94337,261.98561 L 322.36139,263.14958 L 322.94337,263.36782 L 322.94337,264.0953 L 322.28864,266.85973 L 323.67085,265.47751 L 322.94337,267.58721 z M 320.90642,259.14843 L 320.17894,258.4937 L 320.17894,257.76622 L 320.90642,258.4937 L 320.90642,259.14843 z M 317.41452,256.384 L 318.06925,255.65652 L 319.45146,256.384 L 318.06925,257.11148 L 318.79673,256.384 L 317.41452,256.384 z M 321.56116,257.11148 L 320.90642,257.11148 L 320.17894,256.384 L 321.56116,257.11148 z M 310.4307,266.85973 L 312.46765,264.75003 L 311.81291,261.98561 L 311.08543,263.36782 L 311.81291,263.36782 L 311.81291,264.0953 L 311.08543,264.75003 L 311.81291,264.75003 L 310.4307,266.85973 z M 336.911,266.85973 L 339.0207,266.13225 L 338.36596,265.47751 L 337.63848,265.47751 L 336.911,266.85973 z M 263.58093,266.13225 L 264.30841,265.62301 L 264.30841,266.13225 L 265.03589,266.13225 L 265.69063,265.47751 L 265.69063,266.13225 L 267.07284,264.0953 L 265.69063,264.75003 L 264.30841,265.62301 L 264.30841,265.47751 L 263.58093,266.13225 z M 362.80932,265.47751 L 363.46405,264.75003 L 364.84627,264.75003 L 364.84627,262.64034 L 364.19153,262.64034 L 364.19153,263.36782 L 363.46405,264.0953 L 363.46405,263.36782 L 362.80932,264.75003 L 362.80932,265.47751 z M 301.99192,264.75003 L 303.44688,261.98561 L 302.7194,261.98561 L 301.99192,264.75003 z M 328.54497,264.75003 L 329.27245,264.75003 L 329.92719,263.36782 L 329.27245,263.36782 L 328.54497,264.75003 z M 312.46765,264.0953 L 312.97688,263.87706 L 313.19513,264.0953 L 313.92261,263.36782 L 312.97688,263.87706 L 312.46765,263.36782 L 312.46765,264.0953 z M 266.41811,263.36782 L 266.41811,260.60339 L 265.69063,262.64034 L 266.41811,263.36782 z M 268.5278,263.36782 L 269.18254,261.25813 L 267.80032,262.64034 L 268.5278,263.36782 z M 324.39833,263.36782 L 325.05306,263.36782 L 325.78055,262.64034 L 326.43528,261.98561 L 327.16276,260.60339 L 326.43528,261.25813 L 326.43528,260.60339 L 325.78055,261.25813 L 326.43528,261.98561 L 325.78055,261.98561 L 324.39833,263.36782 z M 346.00451,262.64034 L 348.11421,262.64034 L 347.38673,261.98561 L 348.11421,261.25813 L 346.73199,261.25813 L 346.73199,260.60339 L 346.00451,262.64034 z M 806.28164,262.64034 L 807.66386,259.14843 L 807.66386,257.76622 L 806.93638,257.11148 L 806.28164,257.76622 L 806.28164,262.64034 z M 329.92719,261.98561 L 331.38215,261.25813 L 332.03688,261.25813 L 333.41909,259.87591 L 333.41909,260.60339 L 337.63848,258.4937 L 340.40291,255.65652 L 340.40291,253.61958 L 339.74818,254.27431 L 340.40291,252.8921 L 340.40291,251.50988 L 339.0207,250.12767 L 338.36596,250.7824 L 336.911,250.7824 L 336.25627,249.40019 L 336.911,248.67271 L 336.911,248.01797 L 336.25627,247.29049 L 334.87406,247.29049 L 334.87406,248.01797 L 334.87406,248.67271 L 332.03688,252.16461 L 330.65467,252.16461 L 330.65467,254.27431 L 327.89024,255.65652 L 327.16276,256.384 L 327.89024,256.384 L 327.16276,257.11148 L 327.89024,257.11148 L 328.54497,257.76622 L 327.89024,257.76622 L 328.54497,258.4937 L 327.89024,259.14843 L 329.27245,259.14843 L 329.27245,261.25813 L 329.92719,261.98561 z M 313.92261,261.25813 L 315.30482,259.87591 L 314.57734,261.25813 L 315.95955,259.14843 L 314.57734,259.87591 L 313.92261,261.25813 z M 835.59912,261.25813 L 837.70881,261.25813 L 838.36355,259.14843 L 834.87164,257.76622 L 835.59912,255.65652 L 833.48943,254.27431 L 834.21691,255.00179 L 834.87164,256.384 L 833.48943,257.11148 L 834.21691,258.4937 L 836.25385,259.14843 L 836.25385,260.60339 L 836.98133,260.60339 L 835.59912,261.25813 z M 232.88124,260.60339 L 233.60872,259.14843 L 234.26346,258.4937 L 232.88124,258.4937 L 232.88124,259.14843 L 232.15376,258.4937 L 232.88124,259.87591 L 232.15376,259.87591 L 232.88124,260.60339 z M 304.8291,260.60339 L 305.48383,260.60339 L 305.48383,259.87591 L 305.48383,259.14843 L 305.48383,258.4937 L 306.21131,257.76622 L 304.8291,258.4937 L 305.48383,258.4937 L 304.10162,259.87591 L 305.48383,259.14843 L 304.8291,260.60339 z M 302.7194,259.87591 L 302.7194,259.14843 L 303.44688,259.87591 L 303.44688,258.4937 L 304.10162,259.14843 L 304.10162,258.4937 L 303.44688,258.4937 L 303.44688,257.76622 L 302.7194,256.675 L 302.7194,256.384 L 302.57391,256.45675 L 301.99192,255.65652 L 301.99192,255.00179 L 302.7194,255.00179 L 302.7194,254.27431 L 302.50116,253.83782 L 302.7194,253.61958 L 301.99192,252.8921 L 302.7194,252.16461 L 304.10162,251.50988 L 303.44688,253.61958 L 304.8291,254.27431 L 304.8291,255.00179 L 304.8291,255.65652 L 306.21131,256.384 L 305.48383,255.00179 L 306.21131,254.27431 L 304.8291,254.27431 L 304.10162,253.61958 L 304.10162,252.16461 L 304.8291,252.16461 L 304.10162,251.50988 L 305.48383,251.50988 L 306.21131,250.12767 L 305.48383,250.7824 L 305.48383,250.12767 L 302.7194,251.50988 L 301.33719,252.16461 L 301.99192,252.8921 L 302.50116,253.83782 L 301.33719,255.00179 L 301.99192,255.65652 L 301.99192,256.384 L 301.33719,257.11148 L 302.57391,256.45675 L 302.7194,256.675 L 302.7194,257.11148 L 303.44688,257.76622 L 302.7194,259.14843 L 301.33719,258.4937 L 301.33719,259.14843 L 301.99192,259.14843 L 302.7194,259.87591 z M 312.46765,259.87591 L 313.92261,259.14843 L 314.57734,257.76622 L 313.92261,257.76622 L 314.57734,257.11148 L 314.57734,256.384 L 313.19513,257.40248 L 313.19513,256.384 L 312.46765,257.11148 L 311.81291,257.76622 L 311.81291,257.11148 L 311.81291,255.65652 L 311.08543,255.65652 L 310.4307,256.384 L 310.4307,257.76622 L 311.52192,257.25698 L 311.81291,257.76622 L 311.81291,258.4937 L 311.81291,259.14843 L 312.46765,259.87591 z M 312.46765,259.87591 L 312.46765,258.4937 L 313.19513,259.14843 L 312.46765,259.87591 z M 311.81291,258.4937 L 312.46765,257.11148 L 312.97688,257.62072 L 311.81291,258.4937 z M 311.52192,257.25698 L 311.08543,256.384 L 311.81291,257.11148 L 311.52192,257.25698 z M 360.69963,259.87591 L 362.08184,258.4937 L 360.69963,257.76622 L 358.58993,257.76622 L 358.58993,259.14843 L 360.69963,259.87591 z M 255.94238,259.14843 L 255.94238,255.00179 L 255.2149,256.384 L 255.94238,259.14843 z M 267.80032,259.14843 L 268.5278,258.4937 L 268.5278,259.14843 L 269.18254,259.14843 L 268.5278,258.4937 L 268.5278,257.11148 L 267.80032,259.14843 z M 366.95596,258.4937 L 369.79314,257.11148 L 370.44787,257.11148 L 370.44787,256.384 L 366.95596,257.76622 L 366.95596,258.4937 z M 519.94518,258.4937 L 520.59992,258.4937 L 520.59992,257.76622 L 520.45442,257.40248 L 520.59992,257.11148 L 520.30892,257.11148 L 519.94518,256.384 L 519.2177,257.11148 L 520.30892,257.11148 L 520.45442,257.40248 L 519.94518,258.4937 z M 431.92,257.76622 L 433.37496,255.80202 L 434.02969,257.11148 L 434.68443,255.65652 L 434.02969,255.65652 L 434.02969,255.00179 L 434.02969,254.27431 L 432.64748,253.61958 L 433.30221,253.61958 L 431.92,252.8921 L 431.19252,251.50988 L 429.15557,249.40019 L 428.42809,249.40019 L 428.42809,246.63576 L 427.70061,246.63576 L 428.42809,245.1808 L 426.3184,244.52607 L 427.70061,243.14385 L 427.70061,242.41637 L 429.15557,242.41637 L 427.70061,241.68889 L 429.15557,239.65194 L 428.42809,240.30668 L 427.70061,238.19698 L 429.15557,237.54225 L 429.81031,237.54225 L 431.19252,236.81477 L 431.92,236.81477 L 433.30221,241.03416 L 434.02969,241.03416 L 433.30221,240.30668 L 433.30221,238.19698 L 432.64748,237.54225 L 434.68443,236.16004 L 432.64748,236.16004 L 434.02969,234.05034 L 438.17634,236.16004 L 436.13939,234.70507 L 435.41191,234.05034 L 436.13939,232.66813 L 434.02969,231.21317 L 433.30221,231.94065 L 434.68443,231.94065 L 435.41191,232.66813 L 435.41191,233.32286 L 434.02969,233.32286 L 432.64748,234.05034 L 431.19252,236.81477 L 427.70061,236.81477 L 426.3184,239.65194 L 426.3184,241.03416 L 427.70061,241.68889 L 425.66367,243.79859 L 427.04588,246.63576 L 424.93618,247.29049 L 424.2087,248.01797 L 426.3184,247.29049 L 427.04588,247.29049 L 426.3184,248.01797 L 425.66367,248.67271 L 425.66367,249.40019 L 426.3184,248.01797 L 427.70061,249.40019 L 428.42809,249.40019 L 428.42809,250.12767 L 429.15557,250.7824 L 429.81031,250.7824 L 430.53779,252.16461 L 431.19252,252.16461 L 431.19252,252.8921 L 434.02969,255.00179 L 433.37496,255.80202 L 433.30221,255.65652 L 431.92,257.76622 z M 232.15376,256.96599 L 235.64567,256.384 L 232.88124,256.384 L 232.15376,255.65652 L 232.15376,256.96599 z M 313.92261,256.384 L 314.57734,255.00179 L 313.92261,255.00179 L 313.92261,256.384 z M 632.34097,256.384 L 633.06845,256.384 L 633.72319,255.65652 L 633.06845,255.00179 L 633.72319,253.61958 L 631.68624,255.00179 L 632.34097,256.384 z M 482.18893,255.00179 L 483.57114,255.00179 L 484.29862,254.27431 L 483.57114,253.61958 L 483.57114,254.27431 L 482.18893,255.00179 z M 203.56376,254.27431 L 202.83628,253.61958 L 203.56376,252.8921 L 204.2185,254.27431 L 203.56376,254.27431 z M 202.83628,253.61958 L 202.18155,253.61958 L 202.18155,252.16461 L 202.83628,253.61958 z M 314.57734,254.27431 L 315.30482,253.54683 L 315.95955,252.8921 L 315.30482,252.8921 L 315.30482,253.54683 L 314.57734,252.16461 L 314.57734,251.50988 L 313.92261,251.50988 L 314.57734,250.7824 L 313.19513,250.7824 L 313.92261,251.50988 L 313.19513,251.50988 L 313.92261,252.16461 L 314.57734,252.16461 L 313.92261,253.61958 L 314.57734,254.27431 z M 201.45407,253.61958 L 200.07186,252.16461 L 200.72659,252.16461 L 200.07186,251.50988 L 200.07186,250.7824 L 199.34437,250.7824 L 200.07186,249.40019 L 200.07186,250.12767 L 200.72659,250.12767 L 201.45407,250.12767 L 201.45407,250.7824 L 202.18155,251.50988 L 201.45407,251.50988 L 201.45407,252.16461 L 200.72659,251.50988 L 201.45407,253.61958 z M 200.72659,250.12767 L 200.07186,248.01797 L 199.34437,247.29049 L 200.07186,247.29049 L 200.72659,248.01797 L 200.72659,250.12767 z M 306.21131,253.61958 L 306.7933,252.67385 L 306.93879,252.8921 L 307.59352,251.50988 L 306.7933,252.67385 L 306.21131,251.50988 L 306.21131,250.7824 L 305.48383,252.16461 L 306.21131,252.16461 L 306.21131,253.61958 z M 311.08543,253.61958 L 312.46765,252.8921 L 313.19513,252.16461 L 312.46765,250.7824 L 312.46765,252.16461 L 311.81291,252.8921 L 311.08543,252.16461 L 310.86719,252.38286 L 310.4307,251.50988 L 311.08543,250.7824 L 309.99421,251.36439 L 309.70322,250.7824 L 309.70322,251.50988 L 309.99421,251.36439 L 310.4307,252.16461 L 309.70322,252.8921 L 311.08543,253.61958 z M 318.79673,253.61958 L 319.45146,252.8921 L 318.79673,251.50988 L 317.41452,252.16461 L 317.41452,252.8921 L 318.06925,252.16461 L 318.79673,252.16461 L 318.79673,253.61958 z M 238.48284,252.8921 L 237.10063,251.50988 L 237.10063,252.16461 L 238.48284,252.8921 z M 299.95498,252.8921 L 301.33719,252.8921 L 298.50001,250.7824 L 299.95498,252.8921 z M 227.27964,252.16461 L 226.62491,250.7824 L 227.27964,251.50988 L 227.27964,252.16461 z M 241.24727,251.50988 L 244.73918,250.7824 L 243.35697,250.7824 L 241.24727,251.50988 z M 364.84627,251.50988 L 366.30123,251.50988 L 366.30123,250.7824 L 364.19153,250.12767 L 366.30123,249.40019 L 369.79314,248.01797 L 371.17535,248.01797 L 371.17535,247.29049 L 371.83008,246.63576 L 371.17535,246.63576 L 371.17535,245.90828 L 371.83008,244.52607 L 370.44787,245.1808 L 371.17535,244.52607 L 369.79314,243.79859 L 370.44787,243.14385 L 369.79314,243.14385 L 369.06566,244.52607 L 367.68344,243.79859 L 364.84627,245.90828 L 363.46405,246.63576 L 364.19153,247.29049 L 364.19153,246.63576 L 364.84627,245.90828 L 365.57375,245.90828 L 364.84627,246.63576 L 367.68344,246.63576 L 366.95596,247.29049 L 366.30123,247.29049 L 366.30123,248.01797 L 365.57375,248.67271 L 364.19153,248.67271 L 364.19153,248.01797 L 363.46405,248.01797 L 363.46405,248.67271 L 364.19153,249.40019 L 362.80932,250.7824 L 364.19153,250.7824 L 364.84627,251.50988 z M 364.84627,251.50988 L 364.84627,250.7824 L 365.57375,250.7824 L 364.84627,251.50988 z M 237.10063,250.7824 L 238.48284,250.7824 L 237.10063,250.12767 L 237.10063,249.40019 L 236.37315,250.12767 L 237.10063,250.12767 L 237.10063,250.7824 z M 416.57015,250.12767 L 417.95237,248.67271 L 419.33458,249.40019 L 420.06206,248.67271 L 418.67985,248.01797 L 416.57015,249.40019 L 415.84267,248.67271 L 415.84267,248.01797 L 415.18794,248.67271 L 413.07825,247.29049 L 416.57015,250.12767 z M 422.82649,250.12767 L 422.17176,249.40019 L 421.44428,247.29049 L 421.44428,249.40019 L 422.82649,250.12767 z M 392.78153,248.67271 L 392.78153,245.90828 L 394.89123,244.52607 L 396.27344,242.41637 L 394.89123,241.03416 L 395.61871,242.41637 L 394.89123,242.41637 L 394.89123,243.14385 L 394.23649,243.79859 L 393.50901,243.79859 L 394.23649,244.52607 L 392.1268,245.1808 L 392.1268,247.29049 L 390.74458,246.63576 L 390.0171,246.63576 L 390.0171,248.01797 L 390.74458,246.63576 L 392.1268,248.01797 L 392.78153,248.67271 z M 410.24107,248.01797 L 408.85886,244.52607 L 408.20412,245.1808 L 408.85886,245.1808 L 410.24107,248.01797 z M 637.21509,247.29049 L 637.94258,247.29049 L 636.56036,245.90828 L 636.56036,246.63576 L 637.21509,247.29049 z M 251.06826,246.63576 L 251.723,245.90828 L 251.723,244.52607 L 252.45048,243.79859 L 252.45048,242.41637 L 251.723,243.79859 L 250.34078,245.90828 L 251.06826,245.1808 L 251.06826,246.63576 z M 265.69063,246.63576 L 266.41811,246.63576 L 267.80032,245.90828 L 268.5278,245.90828 L 267.80032,244.52607 L 267.80032,245.1808 L 266.41811,245.1808 L 265.69063,245.90828 L 265.69063,246.63576 z M 389.28962,246.63576 L 387.25268,245.90828 L 386.5252,244.52607 L 386.5252,245.1808 L 386.5252,245.90828 L 389.28962,246.63576 z M 248.23109,245.90828 L 248.95857,243.14385 L 248.95857,241.03416 L 248.23109,245.90828 z M 233.60872,245.1808 L 233.60872,244.52607 L 232.15376,244.52607 L 231.49903,243.87133 L 231.49903,244.52607 L 233.60872,245.1808 z M 189.59613,243.79859 L 188.86865,242.41637 L 189.59613,241.68889 L 190.25086,241.68889 L 190.25086,240.30668 L 190.97834,241.03416 L 191.70583,241.68889 L 190.25086,242.41637 L 190.25086,243.14385 L 189.59613,243.79859 z M 188.86865,242.41637 L 188.21392,241.68889 L 188.86865,241.03416 L 189.59613,241.03416 L 188.86865,242.41637 z M 304.10162,243.79859 L 305.48383,243.79859 L 305.48383,243.14385 L 304.10162,242.41637 L 304.10162,243.79859 z M 610.00731,243.79859 L 610.00731,241.68889 L 609.27983,241.03416 L 610.00731,243.79859 z M 175.6285,243.14385 L 172.79132,242.41637 L 172.79132,241.03416 L 172.13659,242.41637 L 172.13659,241.03416 L 171.40911,242.41637 L 170.75438,241.68889 L 170.75438,241.03416 L 171.40911,241.03416 L 170.75438,240.30668 L 171.40911,239.65194 L 170.0269,239.65194 L 170.0269,238.19698 L 171.40911,238.92446 L 172.13659,238.92446 L 172.13659,240.30668 L 172.79132,240.30668 L 175.6285,241.03416 L 174.24629,241.03416 L 175.6285,241.68889 L 175.6285,243.14385 z M 172.79132,240.30668 L 172.13659,238.92446 L 172.79132,238.92446 L 172.79132,239.65194 L 173.5188,239.65194 L 174.24629,240.30668 L 172.79132,240.30668 z M 277.54857,243.14385 L 276.89383,241.68889 L 275.51162,241.03416 L 277.54857,243.14385 z M 287.36956,243.14385 L 288.02429,242.41637 L 288.02429,241.68889 L 287.36956,241.68889 L 288.02429,240.30668 L 288.75177,239.65194 L 288.75177,240.30668 L 288.75177,241.68889 L 289.47925,241.03416 L 289.47925,241.68889 L 288.75177,242.41637 L 287.36956,243.14385 z M 288.75177,240.30668 L 289.47925,239.65194 L 290.13398,241.03416 L 288.75177,240.30668 z M 181.2301,242.41637 L 180.50262,241.03416 L 180.50262,240.30668 L 179.77514,241.03416 L 179.77514,240.30668 L 180.50262,238.92446 L 178.39293,239.65194 L 179.12041,238.92446 L 178.39293,238.19698 L 177.73819,238.19698 L 178.39293,236.16004 L 176.28323,237.54225 L 175.6285,237.54225 L 175.6285,236.16004 L 174.90102,235.43256 L 174.24629,233.32286 L 174.90102,233.32286 L 174.90102,232.66813 L 174.24629,232.66813 L 175.6285,231.94065 L 174.90102,231.94065 L 174.24629,231.21317 L 174.90102,230.55843 L 173.5188,231.21317 L 173.5188,230.55843 L 174.24629,229.83095 L 172.79132,230.55843 L 172.13659,229.83095 L 173.5188,229.17622 L 172.13659,229.17622 L 172.79132,228.44874 L 170.0269,229.17622 L 173.5188,227.72126 L 171.40911,227.72126 L 172.13659,226.33904 L 175.6285,227.72126 L 174.90102,227.06653 L 174.24629,227.06653 L 173.5188,226.33904 L 172.79132,225.68431 L 172.13659,224.95683 L 171.40911,224.22935 L 172.13659,224.22935 L 171.40911,223.57462 L 172.13659,223.57462 L 171.40911,222.84714 L 170.0269,222.1924 L 171.40911,222.1924 L 174.90102,222.84714 L 172.13659,221.46492 L 171.40911,220.73744 L 172.13659,220.08271 L 172.79132,221.46492 L 173.5188,220.08271 L 174.24629,222.1924 L 174.24629,221.46492 L 175.6285,222.1924 L 174.90102,221.46492 L 174.90102,221.39218 L 175.6285,219.35523 L 174.24629,220.73744 L 172.79132,218.7005 L 174.24629,217.24553 L 174.24629,216.5908 L 171.40911,214.48111 L 170.75438,212.37141 L 170.0269,213.09889 L 169.29942,212.37141 L 170.0269,209.60699 L 170.0269,211.71668 L 170.75438,211.71668 L 172.79132,209.60699 L 173.5188,211.71668 L 174.90102,209.60699 L 175.6285,210.26172 L 177.01071,209.60699 L 177.01071,210.9892 L 179.77514,209.60699 L 177.73819,209.60699 L 175.6285,206.76981 L 176.28323,204.00538 L 177.01071,204.00538 L 177.01071,202.62317 L 177.73819,203.2779 L 178.39293,202.62317 L 177.73819,201.89569 L 177.73819,201.24096 L 177.01071,201.24096 L 177.01071,200.51348 L 176.28323,199.78599 L 177.73819,199.13126 L 177.01071,199.13126 L 175.6285,197.74905 L 176.28323,195.63935 L 175.6285,197.02157 L 174.90102,197.02157 L 174.90102,195.63935 L 174.24629,197.02157 L 172.79132,197.02157 L 171.40911,197.74905 L 171.40911,197.02157 L 169.29942,197.02157 L 165.15277,194.91187 L 166.53499,194.25714 L 167.26247,194.91187 L 169.29942,194.25714 L 168.64468,193.52966 L 168.64468,192.80218 L 169.29942,192.80218 L 167.9172,192.14745 L 168.64468,191.41996 L 167.9172,191.41996 L 166.53499,189.31027 L 163.77056,189.31027 L 163.04308,188.65554 L 161.66087,188.65554 L 159.55117,187.92806 L 160.93339,187.27332 L 160.27865,186.54584 L 161.66087,185.81836 L 160.27865,185.81836 L 160.93339,185.16363 L 164.42529,185.81836 L 164.42529,184.43615 L 163.77056,183.78142 L 166.53499,183.05393 L 166.53499,181.67172 L 167.9172,180.28951 L 169.29942,180.28951 L 170.75438,181.67172 L 171.40911,180.94424 L 172.13659,180.94424 L 174.24629,182.32645 L 174.24629,181.67172 L 172.13659,180.28951 L 170.75438,179.56203 L 169.29942,178.17981 L 167.9172,178.83455 L 165.80751,180.28951 L 163.04308,180.28951 L 163.04308,179.56203 L 163.77056,178.83455 L 162.3156,178.83455 L 161.66087,179.56203 L 160.27865,177.45233 L 158.82369,176.7976 L 158.16896,176.7976 L 158.16896,176.07012 L 157.44148,176.7976 L 156.05926,175.34264 L 153.94957,173.96042 L 152.56736,174.68791 L 151.83988,173.96042 L 152.56736,173.30569 L 153.29484,173.96042 L 153.94957,172.57821 L 154.67705,171.85073 L 154.67705,172.57821 L 155.33178,172.57821 L 154.67705,173.30569 L 156.05926,173.30569 L 157.44148,173.30569 L 158.16896,173.96042 L 160.27865,173.96042 L 160.93339,173.30569 L 160.93339,173.96042 L 161.66087,172.57821 L 162.3156,172.57821 L 163.04308,171.196 L 163.77056,171.196 L 164.42529,171.85073 L 165.15277,173.96042 L 165.80751,173.96042 L 165.80751,174.68791 L 166.53499,173.96042 L 169.29942,173.96042 L 170.75438,171.85073 L 171.40911,172.57821 L 173.5188,171.196 L 173.5188,172.57821 L 176.28323,171.85073 L 177.73819,171.85073 L 177.01071,173.30569 L 178.39293,171.85073 L 178.39293,172.57821 L 180.50262,171.85073 L 179.77514,171.196 L 180.50262,170.46852 L 183.26705,171.196 L 184.72201,169.81378 L 186.10422,169.0863 L 189.59613,170.46852 L 190.25086,169.81378 L 190.97834,171.196 L 193.08804,171.196 L 193.74277,173.30569 L 190.97834,173.30569 L 190.25086,173.96042 L 190.97834,173.96042 L 190.25086,174.68791 L 189.59613,173.96042 L 188.86865,174.68791 L 190.25086,174.68791 L 187.48644,175.34264 L 191.70583,175.34264 L 190.97834,176.07012 L 191.70583,176.7976 L 190.25086,177.45233 L 192.36056,177.45233 L 192.36056,176.7976 L 193.74277,177.45233 L 194.47025,178.17981 L 195.85247,178.83455 L 197.96216,182.32645 L 197.96216,184.43615 L 196.57995,186.54584 L 192.36056,187.92806 L 190.97834,186.54584 L 189.59613,187.92806 L 192.36056,190.03775 L 191.70583,192.80218 L 190.97834,193.52966 L 190.25086,194.91187 L 188.21392,195.63935 L 187.48644,194.91187 L 187.48644,195.63935 L 188.21392,195.63935 L 190.25086,195.63935 L 190.97834,194.25714 L 191.70583,193.52966 L 191.70583,195.63935 L 190.97834,197.74905 L 191.70583,198.40378 L 190.97834,199.78599 L 190.25086,201.89569 L 188.21392,204.00538 L 187.48644,204.00538 L 188.21392,204.73286 L 187.48644,208.8795 L 188.21392,212.37141 L 186.75896,214.48111 L 186.75896,215.86332 L 183.99453,217.97302 L 182.61232,217.97302 L 181.2301,218.7005 L 179.77514,219.35523 L 179.12041,220.08271 L 181.2301,218.7005 L 183.26705,219.35523 L 185.37674,219.35523 L 183.99453,220.73744 L 184.72201,221.46492 L 185.37674,221.46492 L 188.21392,224.22935 L 190.97834,227.72126 L 192.36056,229.17622 L 191.70583,230.55843 L 186.75896,231.21317 L 186.10422,232.66813 L 182.61232,232.66813 L 181.2301,231.94065 L 180.50262,231.94065 L 181.88483,232.66813 L 182.61232,233.32286 L 180.50262,232.66813 L 181.88483,233.32286 L 182.61232,233.32286 L 183.26705,233.32286 L 183.99453,234.05034 L 183.26705,234.05034 L 181.88483,235.43256 L 183.26705,234.70507 L 183.26705,235.43256 L 188.21392,236.81477 L 189.59613,239.65194 L 188.21392,240.30668 L 188.21392,239.65194 L 186.75896,240.30668 L 185.37674,240.30668 L 182.61232,239.65194 L 183.26705,241.03416 L 182.61232,241.03416 L 181.88483,241.68889 L 181.2301,242.41637 z M 177.73819,171.85073 L 175.6285,171.196 L 177.01071,170.46852 L 179.12041,171.196 L 177.73819,171.85073 z M 174.24629,220.73744 L 174.90102,220.73744 L 174.90102,221.39218 L 174.24629,220.73744 z M 171.40911,220.73744 L 169.29942,219.35523 L 167.9172,216.5908 L 169.29942,216.5908 L 169.29942,217.24553 L 171.40911,220.08271 L 171.40911,220.73744 z M 171.40911,220.73744 L 171.40911,222.1924 L 170.0269,220.73744 L 170.0269,220.08271 L 171.40911,220.73744 z M 170.0269,222.1924 L 169.8814,222.3379 L 169.7359,222.1924 L 170.0269,222.1924 z M 169.7359,222.1924 L 168.64468,222.1924 L 168.64468,220.73744 L 169.7359,222.1924 z M 169.8814,222.3379 L 170.75438,223.57462 L 169.29942,222.84714 L 169.8814,222.3379 z M 712.00013,241.03416 L 714.03707,240.30668 L 712.65486,240.30668 L 712.00013,241.03416 z M 238.48284,240.30668 L 239.13758,238.19698 L 238.48284,238.92446 L 238.48284,240.30668 z M 247.57635,240.30668 L 247.57635,239.65194 L 248.23109,240.30668 L 248.23109,239.65194 L 248.23109,238.19698 L 247.57635,239.65194 L 246.84887,238.92446 L 246.84887,239.65194 L 247.57635,240.30668 z M 275.51162,240.30668 L 275.51162,239.65194 L 274.05666,239.65194 L 275.51162,240.30668 z M 324.39833,239.65194 L 325.78055,239.65194 L 324.39833,238.92446 L 324.39833,237.54225 L 323.67085,238.92446 L 324.39833,239.65194 z M 712.65486,239.65194 L 710.54516,238.92446 L 708.50822,238.92446 L 712.65486,239.65194 z M 167.26247,238.19698 L 168.64468,236.81477 L 168.64468,237.54225 L 169.29942,237.54225 L 168.64468,238.19698 L 167.26247,238.19698 z M 171.40911,236.81477 L 170.75438,235.43256 L 170.75438,236.16004 L 170.0269,235.43256 L 170.75438,234.70507 L 171.40911,234.70507 L 171.40911,234.05034 L 170.75438,234.05034 L 171.40911,232.66813 L 172.13659,232.66813 L 172.13659,231.94065 L 172.79132,232.66813 L 172.79132,231.94065 L 173.5188,231.94065 L 172.13659,231.21317 L 174.24629,231.94065 L 172.79132,233.32286 L 172.13659,233.32286 L 173.5188,235.43256 L 172.79132,236.81477 L 172.13659,236.81477 L 172.13659,234.70507 L 171.40911,236.81477 z M 167.9172,236.16004 L 166.53499,235.43256 L 166.53499,234.05034 L 167.26247,233.32286 L 167.26247,234.70507 L 167.9172,235.43256 L 167.9172,236.16004 z M 322.28864,236.16004 L 322.94337,235.43256 L 324.39833,231.94065 L 323.16161,230.12195 L 323.67085,229.17622 L 325.05306,229.83095 L 326.43528,228.44874 L 326.43528,227.06653 L 325.78055,227.06653 L 324.39833,228.44874 L 324.39833,227.72126 L 323.67085,229.17622 L 322.94337,229.83095 L 323.16161,230.12195 L 322.94337,230.55843 L 321.56116,231.21317 L 321.56116,232.66813 L 320.17894,234.05034 L 320.17894,235.43256 L 322.28864,236.16004 z M 339.0207,236.16004 L 340.40291,235.43256 L 341.13039,235.43256 L 341.85787,234.05034 L 340.40291,234.05034 L 340.40291,233.32286 L 337.63848,233.32286 L 339.0207,234.70507 L 339.0207,236.16004 z M 596.03968,236.16004 L 596.03968,234.70507 L 595.3122,233.32286 L 593.27525,234.05034 L 594.65747,235.43256 L 596.03968,236.16004 z M 526.20152,235.43256 L 526.929,234.70507 L 527.58373,235.43256 L 528.31121,232.66813 L 527.58373,231.94065 L 529.69343,229.17622 L 528.31121,227.72126 L 529.69343,227.72126 L 530.42091,227.06653 L 530.42091,226.33904 L 531.07564,226.33904 L 531.07564,224.95683 L 531.80312,226.33904 L 533.18533,226.33904 L 533.91281,224.95683 L 535.94976,224.95683 L 537.40472,224.22935 L 538.05946,224.95683 L 537.40472,225.68431 L 538.78694,225.68431 L 539.44167,224.95683 L 540.16915,225.68431 L 540.16915,224.95683 L 539.44167,224.95683 L 540.16915,223.57462 L 539.44167,223.57462 L 539.44167,220.08271 L 538.78694,219.35523 L 539.44167,219.35523 L 539.44167,218.7005 L 540.16915,217.97302 L 540.89663,218.7005 L 542.27884,216.5908 L 540.16915,217.24553 L 542.27884,215.86332 L 540.16915,216.5908 L 541.55136,214.48111 L 540.89663,213.09889 L 542.27884,212.37141 L 542.27884,213.09889 L 543.66106,213.09889 L 544.38854,213.75363 L 545.04327,212.37141 L 544.38854,211.71668 L 544.38854,210.9892 L 543.66106,209.60699 L 542.27884,209.60699 L 541.55136,208.22477 L 542.27884,206.76981 L 540.89663,206.76981 L 540.89663,204.73286 L 538.78694,205.3876 L 539.44167,206.76981 L 537.40472,205.3876 L 536.67724,206.11508 L 536.67724,205.3876 L 535.29503,204.73286 L 535.94976,204.00538 L 534.56755,204.00538 L 535.29503,202.62317 L 534.56755,203.2779 L 533.91281,202.62317 L 532.45785,199.78599 L 528.96594,203.2779 L 526.20152,204.73286 L 526.20152,206.11508 L 524.09182,206.76981 L 519.94518,215.86332 L 519.94518,217.97302 L 521.3274,218.7005 L 521.98213,220.08271 L 522.70961,220.08271 L 523.43709,217.97302 L 524.09182,219.35523 L 521.98213,221.46492 L 520.59992,222.1924 L 521.3274,223.57462 L 524.09182,222.84714 L 523.43709,224.22935 L 523.43709,224.95683 L 522.70961,224.95683 L 521.3274,224.95683 L 521.3274,225.68431 L 520.59992,224.95683 L 520.59992,227.06653 L 521.3274,228.44874 L 521.3274,229.17622 L 521.98213,228.44874 L 521.98213,229.17622 L 521.98213,229.83095 L 524.09182,231.21317 L 524.8193,229.83095 L 525.47404,229.83095 L 526.929,230.55843 L 526.929,231.21317 L 525.47404,231.94065 L 526.20152,232.66813 L 526.20152,235.43256 z M 521.98213,229.17622 L 522.70961,228.44874 L 522.70961,229.17622 L 524.09182,229.17622 L 524.09182,229.83095 L 521.98213,229.17622 z M 534.56755,204.00538 L 533.91281,204.00538 L 533.18533,204.00538 L 533.18533,203.2779 L 534.56755,204.00538 z M 538.78694,225.68431 L 538.78694,224.95683 L 539.44167,224.22935 L 538.78694,225.68431 z M 254.56017,234.70507 L 254.56017,234.05034 L 255.2149,234.05034 L 254.63292,232.88637 L 254.77841,232.44988 L 255.2149,232.0134 L 255.2149,233.32286 L 255.94238,231.94065 L 256.59712,232.66813 L 255.94238,231.21317 L 255.2149,230.55843 L 254.77841,232.44988 L 254.56017,232.66813 L 254.56017,229.83095 L 253.83269,233.32286 L 254.56017,234.70507 z M 254.56017,232.66813 L 254.63292,232.88637 L 254.56017,233.32286 L 254.56017,232.66813 z M 260.08903,233.32286 L 262.19872,233.32286 L 262.19872,232.66813 L 263.58093,232.66813 L 262.9262,230.55843 L 263.58093,230.55843 L 262.9262,227.72126 L 260.81651,227.06653 L 260.08903,226.33904 L 259.43429,226.33904 L 260.08903,227.06653 L 258.70681,227.06653 L 257.3246,224.95683 L 257.3246,225.68431 L 255.94238,224.95683 L 257.3246,227.06653 L 256.59712,228.44874 L 256.59712,229.83095 L 257.3246,228.44874 L 258.05208,230.55843 L 258.70681,231.21317 L 260.08903,229.17622 L 259.43429,232.66813 L 260.08903,233.32286 z M 301.33719,233.32286 L 300.60971,231.94065 L 299.95498,231.21317 L 300.60971,229.83095 L 301.33719,229.83095 L 301.33719,230.55843 L 301.99192,230.55843 L 302.7194,231.21317 L 301.99192,232.66813 L 301.33719,232.66813 L 301.33719,233.32286 z M 269.91002,232.66813 L 270.56475,232.66813 L 274.05666,232.66813 L 270.56475,231.21317 L 269.91002,232.66813 z M 304.10162,229.83095 L 303.44688,229.17622 L 303.73788,228.81248 L 302.7194,229.17622 L 301.33719,228.44874 L 301.33719,229.17622 L 299.95498,228.44874 L 299.22749,227.06653 L 298.50001,227.72126 L 297.84528,227.72126 L 299.22749,226.33904 L 298.50001,225.68431 L 299.95498,224.95683 L 299.22749,222.84714 L 299.95498,222.84714 L 299.95498,223.57462 L 300.60971,225.68431 L 301.99192,225.68431 L 301.99192,226.33904 L 304.8291,228.44874 L 304.31986,228.66698 L 304.8291,229.17622 L 304.10162,229.83095 z M 315.95955,229.83095 L 316.68703,229.83095 L 317.41452,227.06653 L 315.95955,229.17622 L 315.95955,229.83095 z M 267.07284,229.17622 L 267.80032,228.44874 L 267.07284,226.33904 L 267.80032,225.68431 L 266.41811,224.95683 L 264.30841,220.08271 L 263.58093,220.73744 L 264.30841,224.22935 L 265.69063,227.06653 L 267.07284,229.17622 z M 349.49642,229.17622 L 350.87863,227.72126 L 350.2239,227.06653 L 349.49642,228.44874 L 348.11421,227.72126 L 349.49642,229.17622 z M 169.29942,228.44874 L 169.29942,227.72126 L 170.75438,227.06653 L 169.29942,226.33904 L 168.64468,226.33904 L 168.64468,225.68431 L 170.75438,225.68431 L 170.75438,224.95683 L 171.40911,225.68431 L 172.13659,225.68431 L 170.75438,227.72126 L 170.75438,228.44874 L 169.29942,228.44874 z M 435.41191,227.72126 L 435.41191,222.84714 L 436.13939,222.1924 L 436.79412,222.1924 L 436.13939,221.46492 L 435.41191,220.08271 L 435.41191,222.1924 L 434.68443,225.68431 L 435.41191,227.72126 z M 526.20152,227.72126 L 526.20152,227.06653 L 525.47404,226.33904 L 526.929,226.33904 L 526.929,227.72126 L 526.20152,227.72126 z M 525.47404,226.33904 L 524.09182,224.95683 L 524.8193,224.95683 L 525.47404,226.33904 z M 270.56475,226.33904 L 272.01971,225.68431 L 270.56475,225.68431 L 270.56475,226.33904 z M 253.10521,224.95683 L 253.83269,224.95683 L 253.68719,224.37485 L 253.10521,224.95683 z M 167.26247,222.84714 L 165.80751,221.46492 L 167.26247,221.46492 L 166.53499,220.08271 L 167.9172,220.08271 L 168.64468,222.84714 L 167.26247,222.1924 L 167.26247,222.84714 z M 267.80032,222.1924 L 269.18254,221.46492 L 268.5278,220.73744 L 267.80032,221.46492 L 267.80032,222.1924 z M 284.53238,221.46492 L 281.76795,217.97302 L 282.49544,216.5908 L 281.76795,215.86332 L 282.49544,213.75363 L 282.49544,212.37141 L 283.87765,213.75363 L 283.87765,214.48111 L 284.53238,215.20859 L 284.53238,216.5908 L 285.98734,217.24553 L 285.25986,217.97302 L 285.25986,220.08271 L 286.64208,220.73744 L 285.98734,221.46492 L 285.25986,221.46492 L 285.25986,220.73744 L 284.53238,221.46492 z M 460.58275,221.46492 L 461.23748,220.73744 L 460.58275,220.08271 L 459.85526,220.73744 L 460.58275,221.46492 z M 526.929,220.73744 L 526.20152,219.35523 L 526.929,219.35523 L 526.929,220.73744 z M 156.05926,220.08271 L 156.05926,219.35523 L 154.67705,219.35523 L 154.67705,218.7005 L 155.33178,217.97302 L 153.94957,217.97302 L 153.94957,217.24553 L 153.29484,217.97302 L 151.83988,217.97302 L 152.56736,216.5908 L 153.94957,216.5908 L 153.29484,215.86332 L 155.33178,215.86332 L 153.94957,215.20859 L 151.18514,214.48111 L 151.83988,214.48111 L 151.83988,213.75363 L 151.18514,213.75363 L 149.80293,215.20859 L 148.34797,213.75363 L 148.34797,215.86332 L 146.31102,216.5908 L 145.58354,216.5908 L 146.31102,215.86332 L 144.92881,216.5908 L 145.58354,216.5908 L 145.58354,217.24553 L 144.85606,217.24553 L 144.20133,216.5908 L 144.20133,215.86332 L 144.85606,216.51805 L 144.85606,215.20859 L 145.58354,215.20859 L 144.85606,214.48111 L 144.85606,213.75363 L 144.20133,214.48111 L 144.20133,213.75363 L 145.58354,213.09889 L 145.58354,212.37141 L 143.47385,212.37141 L 143.47385,211.71668 L 144.20133,210.9892 L 142.81911,211.71668 L 141.36415,211.71668 L 142.09163,210.26172 L 141.36415,210.26172 L 142.09163,209.60699 L 142.81911,209.60699 L 142.09163,208.8795 L 144.20133,208.8795 L 143.47385,207.49729 L 146.31102,206.76981 L 145.58354,206.76981 L 146.31102,206.11508 L 146.31102,205.3876 L 144.20133,206.11508 L 142.81911,205.3876 L 143.47385,204.73286 L 142.09163,204.00538 L 139.3272,203.2779 L 140.70942,202.62317 L 141.36415,203.2779 L 142.09163,202.62317 L 142.81911,202.62317 L 142.09163,201.89569 L 142.81911,201.89569 L 144.85606,202.62317 L 144.20133,201.89569 L 145.58354,201.24096 L 141.36415,201.89569 L 140.70942,202.62317 L 139.98194,201.89569 L 138.59972,201.89569 L 139.3272,201.24096 L 138.59972,200.51348 L 137.87224,200.51348 L 137.87224,201.24096 L 136.49003,201.24096 L 137.21751,201.89569 L 135.8353,201.89569 L 135.10782,200.51348 L 137.21751,199.78599 L 135.8353,199.13126 L 135.10782,198.40378 L 135.10782,197.02157 L 135.8353,197.02157 L 138.59972,197.02157 L 135.8353,196.29409 L 135.10782,196.29409 L 138.59972,195.63935 L 135.8353,194.91187 L 137.87224,194.91187 L 135.8353,194.25714 L 137.87224,194.25714 L 137.87224,193.52966 L 138.59972,193.52966 L 137.87224,192.80218 L 139.3272,193.52966 L 140.70942,192.80218 L 140.70942,193.52966 L 141.36415,192.80218 L 141.36415,193.52966 L 142.81911,192.14745 L 142.81911,193.52966 L 144.20133,192.80218 L 144.85606,193.52966 L 144.20133,194.91187 L 145.58354,193.52966 L 144.85606,193.52966 L 144.85606,192.80218 L 146.31102,193.52966 L 146.96575,193.52966 L 146.96575,194.25714 L 147.69323,193.52966 L 148.34797,193.52966 L 149.07545,194.25714 L 149.07545,194.91187 L 151.83988,193.52966 L 152.56736,194.25714 L 152.56736,193.52966 L 153.94957,194.25714 L 153.29484,193.52966 L 153.94957,192.80218 L 156.05926,192.80218 L 156.05926,194.25714 L 155.33178,193.52966 L 155.33178,194.25714 L 156.05926,194.25714 L 159.55117,198.40378 L 160.27865,201.24096 L 159.55117,201.89569 L 160.93339,201.89569 L 160.27865,202.62317 L 160.93339,203.2779 L 160.27865,204.73286 L 160.93339,205.3876 L 160.93339,207.49729 L 162.3156,206.76981 L 161.66087,208.22477 L 163.04308,206.76981 L 163.77056,207.49729 L 164.42529,208.8795 L 165.15277,208.22477 L 165.80751,208.22477 L 165.80751,208.8795 L 166.53499,210.9892 L 166.53499,208.22477 L 167.26247,209.60699 L 167.26247,211.71668 L 165.15277,211.71668 L 167.26247,212.37141 L 165.80751,214.48111 L 165.80751,216.5908 L 162.3156,217.97302 L 161.66087,217.24553 L 160.27865,217.24553 L 162.3156,218.7005 L 160.93339,220.08271 L 160.93339,219.35523 L 160.27865,220.08271 L 159.55117,217.97302 L 158.16896,217.24553 L 159.55117,218.7005 L 159.55117,220.08271 L 158.82369,220.08271 L 158.16896,219.35523 L 157.44148,220.08271 L 156.05926,220.08271 z M 135.10782,198.40378 L 134.38034,198.40378 L 134.38034,197.74905 L 135.10782,198.40378 z M 172.13659,219.35523 L 170.75438,218.7005 L 170.75438,217.24553 L 171.40911,216.5908 L 172.13659,219.35523 z M 595.3122,217.24553 C 592.96533,214.71604 590.68395,212.1307 588.40113,209.53424 C 589.8018,211.17676 591.18618,212.85413 592.54777,214.48111 L 595.3122,217.24553 z M 277.54857,216.5908 L 276.89383,215.86332 L 276.16635,213.09889 L 274.05666,209.60699 L 274.78414,206.11508 L 277.54857,216.5908 z M 432.64748,215.86332 L 431.92,213.75363 L 430.53779,213.75363 L 430.53779,212.37141 L 430.39229,212.00767 L 430.53779,211.71668 L 430.02855,209.38874 L 430.53779,207.49729 L 431.92,206.76981 L 432.64748,206.11508 L 432.42924,205.75134 L 432.64748,205.3876 L 433.30221,204.73286 L 431.92,204.00538 L 431.92,203.2779 L 434.02969,201.89569 L 434.53893,200.87722 L 434.68443,201.24096 L 435.19366,201.4592 L 435.41191,201.89569 L 436.13939,201.89569 L 436.79412,201.89569 L 437.5216,201.89569 L 437.5216,201.24096 L 436.13939,201.89569 L 435.19366,201.4592 L 434.68443,200.51348 L 434.53893,200.87722 L 433.44771,198.76752 L 433.37496,198.33103 L 434.02969,197.74905 L 434.68443,195.63935 L 434.68443,191.41996 L 435.41191,190.03775 L 435.41191,183.78142 L 436.13939,183.05393 L 434.68443,183.78142 L 434.68443,189.31027 L 434.02969,192.14745 L 433.30221,192.80218 L 434.02969,192.80218 L 434.02969,195.63935 L 433.30221,197.02157 L 433.30221,197.74905 L 433.37496,198.33103 L 433.30221,198.40378 L 433.44771,198.76752 L 434.02969,201.89569 L 431.19252,203.2779 L 432.42924,205.75134 L 431.92,206.76981 L 430.53779,206.76981 L 429.81031,208.22477 L 430.02855,209.38874 L 429.81031,210.26172 L 430.39229,212.00767 L 429.81031,213.09889 L 430.53779,213.75363 L 430.53779,215.20859 L 431.19252,214.48111 L 430.53779,213.75363 L 431.92,214.48111 L 432.64748,215.86332 z M 142.81911,215.20859 L 143.47385,213.75363 L 144.20133,215.20859 L 142.81911,215.20859 z M 155.33178,214.48111 L 156.78675,214.48111 L 156.05926,212.37141 L 155.33178,214.48111 z M 163.04308,213.75363 L 163.77056,213.09889 L 163.04308,210.9892 L 161.66087,211.71668 L 163.04308,213.75363 z M 261.54399,213.75363 L 262.19872,213.09889 L 261.54399,210.9892 L 261.54399,213.75363 z M 526.929,213.75363 L 526.929,213.09889 L 526.20152,213.09889 L 526.929,212.37141 L 528.31121,213.09889 L 526.929,213.75363 z M 265.69063,210.9892 L 266.41811,210.26172 L 266.41811,210.9892 L 267.07284,210.26172 L 267.07284,208.8795 L 265.69063,209.60699 L 265.69063,210.9892 z M 144.85606,209.60699 L 145.58354,209.60699 L 146.31102,208.8795 L 146.31102,208.22477 L 144.85606,209.60699 z M 152.56736,208.22477 L 152.56736,207.49729 L 151.83988,206.76981 L 152.56736,206.76981 L 151.83988,206.11508 L 151.83988,206.76981 L 151.83988,207.49729 L 152.56736,208.22477 z M 172.13659,207.49729 L 170.75438,206.76981 L 168.64468,205.3876 L 170.0269,204.73286 L 171.40911,205.3876 L 172.13659,207.49729 z M 255.2149,206.11508 L 252.45048,204.73286 L 253.10521,204.73286 L 252.45048,201.89569 L 251.723,202.62317 L 252.45048,202.62317 L 251.723,203.2779 L 251.723,204.00538 L 252.45048,204.73286 L 251.723,204.73286 L 249.6133,205.3876 L 251.06826,204.73286 L 251.06826,204.00538 L 250.34078,204.00538 L 249.6133,202.62317 L 247.57635,203.2779 L 248.95857,202.62317 L 248.23109,202.62317 L 248.95857,201.89569 L 248.95857,199.78599 L 249.6133,198.40378 L 251.723,198.40378 L 251.723,197.02157 L 251.06826,197.02157 L 252.45048,196.29409 L 253.83269,196.29409 L 253.83269,197.02157 L 253.10521,197.74905 L 255.2149,198.40378 L 253.83269,199.78599 L 254.56017,201.24096 L 255.94238,201.89569 L 255.94238,204.00538 L 256.59712,205.3876 L 255.2149,206.11508 z M 255.94238,201.89569 L 255.94238,201.24096 L 256.59712,201.24096 L 255.94238,201.89569 z M 253.83269,196.29409 L 253.10521,195.63935 L 255.94238,195.63935 L 255.2149,196.29409 L 254.56017,197.02157 L 254.56017,196.29409 L 253.83269,196.29409 z M 252.45048,196.29409 L 251.723,195.63935 L 252.15948,193.96615 L 251.06826,195.63935 L 251.06826,194.91187 L 248.95857,196.29409 L 248.23109,195.63935 L 248.23109,194.91187 L 247.57635,194.91187 L 247.57635,194.25714 L 250.34078,192.80218 L 250.34078,193.52966 L 252.23223,193.52966 L 252.45048,192.80218 L 252.45048,193.52966 L 253.83269,194.91187 L 252.45048,195.63935 L 252.45048,196.29409 z M 246.12139,205.3876 L 246.12139,203.2779 L 246.84887,203.2779 L 246.84887,204.73286 L 246.12139,205.3876 z M 707.85348,204.95111 C 707.36762,204.17374 706.87608,203.40126 706.39852,202.62317 L 705.67104,201.89569 C 706.4046,202.83285 707.15243,203.89311 707.85348,204.95111 z M 149.07545,204.00538 L 149.80293,203.2779 L 148.34797,202.62317 L 146.96575,201.89569 L 147.69323,202.62317 L 148.34797,202.62317 L 149.07545,204.00538 z M 461.96496,204.00538 L 462.61969,204.00538 L 461.96496,203.2779 L 463.34717,203.2779 L 461.96496,202.62317 L 461.23748,202.62317 L 461.23748,203.2779 L 461.96496,204.00538 z M 253.68719,202.47767 L 253.83269,201.89569 L 253.46895,202.25943 L 253.68719,202.47767 z M 534.56755,200.51348 L 535.29503,199.13126 L 534.56755,198.40378 L 533.18533,198.40378 L 533.18533,199.78599 L 533.91281,199.13126 L 534.56755,199.13126 L 534.56755,200.51348 z M 485.68083,199.78599 L 487.06305,199.78599 L 489.17274,199.13126 L 489.17274,197.02157 L 490.55496,196.29409 L 492.00992,193.52966 L 492.66465,189.31027 L 496.88404,189.31027 L 494.77435,187.92806 L 492.66465,187.27332 L 489.90022,184.43615 L 488.51801,184.43615 L 488.51801,183.05393 L 487.06305,183.05393 L 487.06305,180.28951 L 488.51801,179.56203 L 487.79053,179.56203 L 487.06305,178.17981 L 487.06305,176.7976 L 489.90022,177.45233 L 490.55496,176.7976 L 492.66465,176.7976 L 490.55496,176.07012 L 490.55496,174.68791 L 488.51801,175.34264 L 485.0261,173.30569 L 485.0261,171.85073 L 486.40832,170.46852 L 490.55496,171.85073 L 491.28244,170.46852 L 496.88404,167.70409 L 498.26625,165.59439 L 500.37595,167.70409 L 503.86786,165.59439 L 504.52259,166.97661 L 505.97755,166.97661 L 506.63228,167.70409 L 508.74198,168.35882 L 509.46946,166.97661 L 510.85167,162.10249 L 512.23389,161.37501 L 512.96137,159.99279 L 514.34358,159.99279 L 514.99831,158.61058 L 516.45327,158.61058 L 519.2177,156.50088 L 517.10801,158.61058 L 515.72579,161.37501 L 514.99831,160.72027 L 514.34358,163.4847 L 514.34358,165.59439 L 517.10801,168.35882 L 519.2177,168.35882 L 523.43709,164.86691 L 528.96594,164.86691 L 530.42091,164.21218 L 530.42091,162.82997 L 529.69343,162.10249 L 528.31121,162.10249 L 527.58373,161.37501 L 529.69343,160.72027 L 528.31121,159.99279 L 526.929,157.22836 L 524.09182,158.61058 L 524.09182,157.22836 L 523.43709,157.22836 L 523.43709,156.50088 L 522.70961,156.50088 L 521.98213,155.84615 L 521.98213,156.50088 L 519.2177,157.22836 L 521.3274,153.73646 L 522.70961,150.24455 L 524.8193,148.13485 L 527.58373,147.40737 L 525.47404,148.86234 L 525.47404,149.51707 L 526.929,149.51707 L 527.43824,150.0263 L 528.31121,150.24455 L 528.31121,150.89928 L 528.31121,151.62676 L 529.69343,151.62676 L 529.69343,149.51707 L 530.42091,148.86234 L 531.07564,149.51707 L 533.18533,148.86234 L 532.45785,148.13485 L 531.07564,147.40737 L 530.42091,146.75264 L 529.69343,148.13485 L 530.42091,145.37043 L 531.80312,143.91547 L 531.07564,145.37043 L 532.45785,146.02516 L 533.18533,147.40737 L 533.91281,146.02516 L 533.91281,146.75264 L 535.29503,145.37043 L 534.56755,146.75264 L 535.94976,145.37043 L 538.05946,146.02516 L 539.44167,142.53325 L 542.93358,137.65913 L 551.37235,129.94783 L 550.64487,129.2931 L 548.53518,128.56562 L 549.91739,130.67531 L 539.44167,118.0899 L 532.45785,115.32547 L 526.20152,115.32547 L 524.09182,116.70768 L 522.78236,116.05295 L 522.70961,115.9802 L 516.45327,113.94325 L 512.96137,115.32547 L 507.43251,122.30928 L 507.43251,123.6915 L 506.70503,125.80119 L 508.08724,125.80119 L 508.08724,124.41898 L 508.81473,124.41898 L 507.43251,127.91089 L 508.08724,128.56562 L 508.81473,127.91089 L 508.08724,129.2931 L 506.70503,129.2931 L 506.70503,131.40279 L 505.32282,134.16722 L 504.59534,135.54944 L 505.97755,138.38661 L 506.63228,138.9686 L 506.63228,139.04134 L 506.70503,139.04134 L 508.0145,139.76882 L 509.46946,139.76882 L 508.74198,140.42356 L 505.25007,141.15104 L 503.86786,139.76882 L 501.75816,139.76882 L 501.03068,140.42356 L 498.26625,141.15104 L 494.77435,143.26073 L 491.28244,144.64295 L 488.51801,144.64295 L 485.0261,146.75264 L 481.53419,148.13485 L 480.07923,149.51707 L 477.3148,150.24455 L 477.3148,152.35424 L 476.58732,152.35424 L 475.93259,153.73646 L 474.55038,157.22836 L 473.8229,156.50088 L 475.20511,153.73646 L 473.09542,156.50088 L 470.33099,158.61058 L 470.33099,157.8831 L 468.94878,158.61058 L 466.83908,158.61058 L 465.45687,159.99279 L 466.1116,162.10249 L 465.45687,162.82997 L 466.83908,162.10249 L 466.1116,163.4847 L 466.83908,166.32188 L 466.1116,168.35882 L 465.45687,169.81378 L 464.07465,171.196 L 466.1116,170.46852 L 464.72939,171.85073 L 466.83908,171.196 L 466.1116,172.57821 L 468.22129,173.30569 L 468.22129,174.68791 L 468.94878,175.34264 L 468.22129,175.34264 L 468.94878,176.7976 L 470.33099,176.07012 L 471.05847,176.7976 L 468.94878,177.45233 L 468.94878,178.17981 L 469.60351,178.17981 L 469.60351,178.83455 L 470.33099,178.83455 L 470.33099,180.28951 L 470.33099,181.67172 L 471.7132,181.67172 L 469.60351,182.32645 L 470.33099,182.32645 L 470.33099,183.05393 L 469.60351,183.78142 L 471.05847,183.78142 L 470.33099,184.43615 L 471.7132,184.43615 L 471.7132,185.16363 L 472.44068,185.16363 L 473.09542,186.54584 L 473.8229,190.03775 L 474.55038,190.76523 L 475.20511,190.03775 L 474.55038,191.41996 L 475.20511,192.14745 L 475.20511,192.80218 L 476.58732,194.91187 L 479.4245,194.91187 L 479.4245,195.63935 L 480.80671,194.91187 L 480.80671,195.63935 L 481.53419,195.63935 L 481.53419,196.29409 L 482.18893,195.63935 L 483.57114,197.02157 L 483.57114,198.40378 L 485.68083,199.78599 z M 167.9172,199.13126 L 167.9172,198.40378 L 168.64468,197.02157 L 170.75438,197.74905 L 169.29942,197.74905 L 169.29942,199.13126 L 167.9172,199.13126 z M 451.48924,199.13126 L 452.14397,199.13126 L 452.87145,198.40378 L 451.48924,199.13126 z M 234.99094,198.40378 L 234.26346,195.63935 L 234.99094,197.02157 L 234.99094,198.40378 z M 266.41811,198.40378 L 266.41811,197.02157 L 267.80032,195.63935 L 268.5278,196.29409 L 268.5278,197.02157 L 266.41811,198.40378 z M 703.3431,197.96729 L 702.90661,197.02157 L 702.47013,196.58508 C 702.75828,197.04757 703.078,197.50291 703.3431,197.96729 z M 247.57635,197.74905 L 246.12139,195.63935 L 246.12139,194.25714 L 247.57635,196.29409 L 247.57635,197.74905 z M 769.9076,197.74905 L 771.36256,196.29409 L 771.36256,194.25714 L 770.63508,196.29409 L 769.9076,196.29409 L 769.9076,197.74905 z M 701.96089,195.78485 L 701.5244,194.91187 L 701.16066,194.54813 C 701.43741,194.9595 701.69443,195.37262 701.96089,195.78485 z M 443.77794,194.91187 L 444.50542,194.91187 L 443.77794,194.25714 L 443.12321,194.25714 L 443.77794,194.91187 z M 700.36043,193.38416 L 700.06944,192.80218 L 699.77845,192.51119 C 699.98028,192.80383 700.15948,193.09145 700.36043,193.38416 z M 248.23109,192.80218 L 247.57635,192.14745 L 248.95857,191.41996 L 248.23109,192.14745 L 248.23109,192.80218 z M 698.97822,191.27447 L 698.68723,190.76523 L 698.39623,190.47424 C 698.578,190.74412 698.7938,191.00485 698.97822,191.27447 z M 697.66875,189.31027 L 697.30501,188.65554 L 697.08677,188.43729 C 697.2704,188.7308 697.47821,189.01732 697.66875,189.31027 z M 302.7194,187.92806 L 302.7194,186.54584 L 301.99192,186.54584 L 301.99192,187.27332 L 301.33719,186.54584 L 301.33719,187.27332 L 302.7194,187.92806 z M 427.70061,187.27332 L 429.15557,186.54584 L 429.81031,187.27332 L 430.53779,187.27332 L 430.53779,185.16363 L 430.53779,184.43615 L 429.81031,183.78142 L 429.15557,182.32645 L 430.53779,181.67172 L 431.19252,182.32645 L 430.53779,180.94424 L 430.53779,180.28951 L 431.19252,180.28951 L 429.81031,179.56203 L 430.53779,178.17981 L 429.81031,177.45233 L 429.81031,176.07012 L 431.19252,175.34264 L 430.53779,174.68791 L 431.92,172.57821 L 430.53779,173.30569 L 429.15557,171.85073 L 429.15557,170.46852 L 428.42809,170.46852 L 427.70061,168.35882 L 426.3184,169.81378 L 427.04588,170.46852 L 426.3184,170.46852 L 427.04588,171.196 L 426.3184,171.196 L 427.04588,171.85073 L 427.04588,172.57821 L 427.04588,173.30569 L 428.42809,171.85073 L 429.15557,173.30569 L 428.42809,175.34264 L 427.70061,175.34264 L 429.15557,176.7976 L 429.15557,177.45233 L 427.04588,178.83455 L 428.42809,179.56203 L 429.15557,178.83455 L 429.81031,179.56203 L 429.81031,181.67172 L 429.15557,182.32645 L 429.15557,183.78142 L 430.53779,185.16363 L 429.81031,186.54584 L 429.15557,186.54584 L 428.42809,186.54584 L 427.70061,187.27332 z M -38.760106,186.54584 L -39.487586,185.16363 L -38.105373,185.81836 L -38.105373,186.54584 L -38.760106,186.54584 z M 255.94238,183.05393 L 256.59712,182.32645 L 255.94238,181.67172 L 255.2149,182.32645 L 255.94238,183.05393 z M 457.74557,180.94424 L 458.47305,180.94424 L 459.12778,180.28951 L 459.85526,180.28951 L 461.96496,180.28951 L 463.34717,178.83455 L 464.07465,177.45233 L 461.23748,179.56203 L 459.85526,180.28951 L 459.12778,179.56203 L 459.12778,180.28951 L 457.74557,180.94424 z M 352.3336,174.68791 L 354.37054,169.0863 L 352.98833,170.46852 L 352.3336,172.57821 L 351.60612,172.57821 L 352.3336,173.30569 L 352.3336,174.68791 z M 207.8559,171.77798 L 209.16537,171.196 L 209.16537,170.46852 L 207.8559,171.77798 z M 705.67104,169.0863 L 705.67104,168.35882 L 705.4528,167.84959 L 705.01631,165.81264 L 705.01631,164.21218 L 704.50707,163.26646 L 704.28883,162.10249 L 705.67104,161.37501 L 705.67104,160.72027 L 706.39852,159.99279 L 705.01631,159.99279 L 705.01631,161.37501 L 704.28883,162.10249 L 704.28883,162.82997 L 704.50707,163.26646 L 705.01631,165.81264 L 705.01631,166.97661 L 705.4528,167.84959 L 705.67104,169.0863 z M -31.776289,167.70409 L -31.776289,166.97661 L -31.121557,166.32188 L -31.121557,166.97661 L -31.776289,167.70409 z M -31.121557,165.59439 L -30.394076,162.82997 L -29.011862,162.10249 L -29.739343,164.86691 L -31.121557,165.59439 z M 361.35436,164.21218 L 364.19153,162.82997 L 364.84627,162.82997 L 369.06566,162.10249 L 368.33817,162.82997 L 368.33817,164.21218 L 369.06566,163.4847 L 369.79314,163.4847 L 372.55756,160.72027 L 373.28504,159.99279 L 371.83008,159.33806 L 371.83008,160.72027 L 370.44787,159.99279 L 369.06566,160.72027 L 362.80932,162.82997 L 361.35436,164.21218 z M 421.44428,162.10249 L 425.66367,162.10249 L 421.44428,161.37501 L 421.44428,162.10249 z M -23.41026,161.37501 L -22.755527,159.33806 L -21.300565,159.33806 L -21.300565,159.99279 L -22.755527,161.37501 L -23.41026,161.37501 z M 189.95987,161.37501 L 190.97834,161.37501 L 191.77857,161.15676 C 191.17592,161.26154 190.56562,161.31527 189.95987,161.37501 z M 378.15917,161.37501 L 378.15917,160.72027 L 382.5968,158.82882 L 385.14298,159.33806 L 383.03329,158.61058 L 382.5968,158.82882 L 381.65107,158.61058 L 378.8139,159.99279 L 378.15917,159.33806 L 373.93978,160.72027 L 377.43169,160.72027 L 378.15917,161.37501 z M 417.95237,161.37501 L 416.57015,159.99279 L 413.73298,157.8831 L 416.57015,160.72027 L 417.95237,161.37501 z M 433.30221,161.37501 L 434.02969,161.37501 L 436.13939,161.37501 L 437.5216,160.72027 L 438.17634,160.72027 L 440.28603,160.72027 L 437.5216,159.99279 L 436.13939,160.72027 L 434.68443,159.99279 L 434.02969,160.72027 L 433.30221,161.37501 z M 168.64468,160.72027 L 168.64468,159.99279 L 170.0269,159.33806 L 170.0269,159.99279 L 168.64468,160.72027 z M 430.53779,160.72027 L 431.19252,160.72027 L 429.15557,159.99279 L 430.53779,160.72027 z M 706.39852,159.33806 L 706.39852,158.61058 L 705.01631,158.61058 L 705.01631,157.8831 L 704.28883,158.61058 L 706.39852,159.33806 z M 385.79771,156.50088 L 387.25268,155.84615 L 387.25268,154.39119 L 389.28962,152.35424 L 389.28962,150.89928 L 387.25268,150.24455 L 385.14298,150.24455 L 383.76077,148.86234 L 382.30581,148.13485 L 382.30581,147.40737 L 383.03329,148.13485 L 383.76077,147.40737 L 382.30581,147.40737 L 381.65107,143.91547 L 382.30581,143.26073 L 381.65107,143.26073 L 381.65107,142.53325 L 376.04947,139.04134 L 380.92359,142.53325 L 380.92359,143.91547 L 382.30581,147.40737 L 380.92359,149.51707 L 383.03329,149.51707 L 383.03329,150.24455 L 383.76077,150.24455 L 385.14298,150.89928 L 387.25268,151.62676 L 387.90741,153.00898 L 385.79771,156.50088 z M 706.39852,153.73646 L 705.88929,152.136 L 706.39852,151.62676 L 707.05326,151.62676 L 706.39852,150.24455 L 706.39852,151.62676 L 705.67104,151.62676 L 705.88929,152.136 L 705.67104,152.35424 L 706.39852,153.73646 z M -19.918352,147.40737 L -19.918352,146.75264 L -19.918352,145.37043 L -19.263619,143.91547 L -16.426444,142.53325 L -15.771711,143.91547 L -18.536138,145.37043 L -19.263619,146.75264 L -19.918352,147.40737 z M 707.05326,147.40737 L 709.89043,146.02516 L 713.38234,143.26073 L 719.63867,143.91547 L 718.25646,143.26073 L 713.38234,143.26073 L 707.05326,147.40737 z M 410.96855,144.64295 L 412.35077,143.91547 L 411.69603,143.26073 L 410.96855,143.26073 L 410.96855,144.64295 z M 531.80312,143.26073 L 531.80312,141.87852 L 533.91281,140.42356 L 531.80312,143.26073 z M 725.24028,139.04134 L 725.96776,139.04134 L 725.60402,138.6776 L 726.62249,137.65913 L 726.186,136.71341 L 726.62249,136.27692 L 726.62249,135.54944 L 726.62249,134.8947 L 729.45967,131.40279 L 725.96776,134.8947 L 724.5128,135.54944 L 725.24028,136.93165 L 725.96776,134.8947 L 726.62249,135.54944 L 725.96776,136.27692 L 726.186,136.71341 L 725.96776,136.93165 L 726.62249,137.65913 L 725.24028,138.38661 L 725.60402,138.6776 L 725.24028,139.04134 z M 231.49903,134.8947 L 235.64567,131.40279 L 234.26346,131.40279 L 231.49903,134.8947 z M 279.00353,134.16722 L 278.27605,132.05753 L 278.27605,133.43974 L 279.00353,134.16722 z M 482.91641,131.40279 L 487.06305,130.67531 L 483.57114,129.94783 L 481.53419,128.56562 L 482.18893,129.94783 L 481.53419,130.67531 L 482.91641,131.40279 z M 217.5314,128.56562 L 218.91361,128.56562 L 216.14918,127.18341 L 217.5314,128.56562 z M 227.27964,128.56562 L 227.27964,127.91089 L 228.00712,127.18341 L 226.62491,127.91089 L 227.27964,128.56562 z M 286.64208,126.45593 L 287.36956,125.80119 L 283.15017,122.96402 L 281.76795,122.96402 L 285.98734,125.07371 L 286.64208,126.45593 z M 214.69422,125.07371 L 217.5314,123.6915 L 213.31201,123.6915 L 211.92979,122.30928 L 211.92979,122.96402 L 213.31201,124.41898 L 214.69422,125.07371 z M 353.71581,123.6915 L 355.8255,120.19959 L 354.37054,120.19959 L 353.71581,123.6915 z M 474.55038,121.5818 L 480.07923,121.5818 L 480.80671,120.92707 L 478.69702,118.81738 L 477.3148,120.92707 L 474.55038,120.92707 L 474.55038,121.5818 z M 228.66185,120.19959 L 226.62491,115.9802 L 226.62491,118.0899 L 227.27964,118.0899 L 228.66185,120.19959 z M 232.15376,119.47211 L 231.49903,118.0899 L 230.11681,116.70768 L 232.15376,119.47211 z M 241.24727,115.9802 L 239.86506,112.48829 L 239.13758,113.21577 L 239.13758,113.94325 L 241.24727,115.9802 z M 263.58093,108.99638 L 262.9262,108.34165 L 264.30841,106.95944 L 263.58093,108.99638 z M 264.30841,106.95944 L 262.9262,106.23196 L 264.30841,103.46753 L 264.30841,106.95944 z M 265.69063,104.12226 L 267.07284,102.01257 L 269.18254,100.63036 L 269.18254,101.35784 L 267.07284,102.74005 L 268.5278,102.01257 L 267.80032,102.74005 L 265.69063,104.12226 z M 488.51801,103.46753 L 489.90022,102.74005 L 490.55496,99.975622 L 492.00992,99.975622 L 493.39213,100.63036 L 494.04686,99.975622 L 493.39213,99.248142 L 496.15656,98.520661 L 495.50183,97.138447 L 494.77435,96.483714 L 495.50183,95.028753 L 494.77435,94.37402 L 492.66465,95.028753 L 489.90022,99.248142 L 488.51801,99.248142 L 487.79053,99.975622 L 487.79053,102.01257 L 486.40832,101.35784 L 486.40832,102.74005 L 488.51801,103.46753 z M 471.7132,102.74005 L 473.8229,102.74005 L 471.7132,100.63036 L 471.7132,97.865928 L 473.09542,98.520661 L 473.8229,97.865928 L 473.09542,95.756234 L 471.7132,95.028753 L 470.33099,96.483714 L 469.60351,95.028753 L 468.22129,95.028753 L 466.83908,94.37402 L 467.56656,96.483714 L 466.83908,97.138447 L 470.33099,99.248142 L 471.05847,100.63036 L 470.33099,99.975622 L 469.60351,100.63036 L 471.7132,102.74005 z M 266.41811,99.248142 L 267.80032,97.865928 L 269.18254,96.483714 L 267.80032,98.520661 L 266.41811,99.248142 z M 438.03084,96.629211 C 436.43629,95.942073 434.99658,95.236428 433.66595,94.592264 L 435.41191,95.756234 L 438.03084,96.629211 z M 430.39229,93.137302 C 428.67234,92.382282 426.75342,91.647096 424.2087,90.882112 L 425.66367,91.536845 L 430.39229,93.137302 z M 277.54857,92.264325 L 277.54857,91.536845 L 279.00353,90.882112 L 280.38574,91.536845 L 277.54857,92.264325 z M 229.38933,90.882112 L 228.66185,87.390204 L 227.27964,88.044937 L 226.62491,87.390204 L 224.51521,87.390204 L 223.78773,86.00799 L 223.133,85.280509 L 223.78773,83.898296 L 223.133,83.898296 L 223.133,83.170815 L 224.51521,82.516082 L 223.133,81.788601 L 223.133,81.06112 L 224.51521,80.406388 L 223.133,79.678907 L 225.16994,79.024174 L 223.78773,77.569212 L 225.16994,76.91448 L 226.62491,75.532266 L 228.00712,77.569212 L 227.27964,77.569212 L 228.66185,78.296693 L 228.66185,81.06112 L 230.11681,82.516082 L 230.11681,90.882112 L 229.38933,90.882112 z M 276.89383,90.882112 L 278.27605,90.154631 L 278.27605,90.663868 L 276.89383,90.882112 z M 278.27605,90.663868 L 279.00353,90.518371 L 278.27605,90.882112 L 278.27605,90.663868 z M 279.00353,90.518371 L 279.65826,90.154631 L 281.04047,90.154631 L 279.00353,90.518371 z M 236.37315,88.772417 L 234.26346,88.044937 L 236.37315,87.390204 L 236.37315,88.772417 z M 116.9208,86.662723 L 118.23026,85.789746 L 119.39423,85.426006 L 121.14018,86.00799 L 121.86766,84.553029 L 119.39423,85.426006 L 119.03049,85.280509 L 118.23026,85.789746 L 117.64828,86.00799 L 116.9208,86.662723 z M 495.50183,84.553029 L 496.88404,83.170815 L 494.77435,83.898296 L 495.50183,84.553029 z M 296.46307,83.170815 L 297.84528,82.516082 L 299.22749,81.06112 L 297.1178,81.788601 L 296.46307,83.170815 z M 451.48924,83.170815 L 452.87145,83.170815 L 452.87145,82.516082 L 452.87145,81.788601 L 451.48924,83.170815 z M 553.4093,81.06112 L 554.86426,81.06112 L 553.4093,80.406388 L 552.75457,79.024174 L 552.75457,79.678907 L 553.4093,81.06112 z M 121.86766,80.406388 L 122.5224,80.406388 L 120.4127,79.024174 L 121.86766,80.406388 z M 506.63228,80.406388 L 506.63228,79.678907 L 508.0145,79.024174 L 505.97755,78.296693 L 506.63228,80.406388 z M 371.17535,78.296693 L 373.28504,78.296693 L 372.55756,77.569212 L 370.44787,77.569212 L 371.17535,78.296693 z M 596.76716,78.296693 C 595.6646,77.595891 594.61209,76.825599 593.56624,76.041503 C 594.16371,76.541567 594.7108,77.040375 595.3122,77.569212 L 596.76716,78.296693 z M 142.81911,77.569212 L 143.47385,74.804785 L 142.09163,76.91448 L 142.81911,77.569212 z M 403.25726,75.532266 L 406.74916,74.077304 L 403.98474,74.804785 L 403.25726,74.804785 L 403.25726,75.532266 z M 226.62491,74.077304 L 221.67804,70.585396 L 219.64109,71.312877 L 218.91361,72.040358 L 218.18613,69.203183 L 219.64109,69.203183 L 219.64109,66.438755 L 220.29582,65.711275 L 219.64109,62.946847 L 219.64109,61.564634 L 220.29582,62.219367 L 221.0233,61.564634 L 220.29582,60.837153 L 220.29582,60.109672 L 219.64109,60.837153 L 219.64109,59.454939 L 218.91361,58.072726 L 218.91361,56.617764 L 218.18613,55.963031 L 218.91361,54.580818 L 218.18613,54.580818 L 218.18613,53.125856 L 219.64109,54.580818 L 220.29582,52.471123 L 221.0233,53.125856 L 221.67804,52.471123 L 223.133,53.125856 L 223.78773,55.235551 L 223.133,55.963031 L 227.27964,53.853337 L 228.00712,55.963031 L 229.38933,62.219367 L 229.38933,62.946847 L 228.66185,64.329061 L 230.77155,67.093488 L 229.38933,69.930664 L 230.11681,69.930664 L 228.66185,71.312877 L 229.38933,72.040358 L 228.66185,72.040358 L 228.66185,73.422572 L 228.00712,72.695091 L 228.00712,73.422572 L 227.27964,73.422572 L 226.62491,74.077304 z M 336.911,74.077304 L 336.25627,72.695091 L 336.911,72.040358 L 338.36596,72.040358 L 337.63848,73.422572 L 336.911,74.077304 z M 364.84627,74.077304 L 366.95596,74.077304 L 365.57375,73.422572 L 364.84627,74.077304 z M 402.60252,74.077304 L 403.98474,72.695091 L 403.98474,71.312877 L 405.36695,70.585396 L 404.71222,72.040358 L 406.74916,70.585396 L 406.09443,69.930664 L 406.09443,68.54845 L 405.36695,68.54845 L 401.87504,69.930664 L 401.87504,71.312877 L 402.60252,72.040358 L 402.60252,74.077304 z M 308.321,73.422572 L 308.97574,72.040358 L 308.321,71.312877 L 308.321,73.422572 z M 361.35436,73.422572 L 362.08184,73.422572 L 362.08184,72.695091 L 360.69963,72.695091 L 361.35436,73.422572 z M 309.70322,72.040358 L 311.08543,72.040358 L 311.81291,70.585396 L 310.4307,69.930664 L 310.4307,71.312877 L 309.70322,72.040358 z M 343.24009,72.040358 L 343.89482,71.312877 L 344.6223,72.040358 L 343.24009,72.040358 z M 538.78694,71.312877 L 539.44167,71.312877 L 539.29617,70.803641 L 539.44167,70.585396 L 539.15068,70.294404 L 538.78694,69.203183 L 538.05946,69.203183 L 539.15068,70.294404 L 539.29617,70.803641 L 538.78694,71.312877 z M 346.73199,70.585396 L 345.34978,68.54845 L 347.38673,69.203183 L 346.73199,70.585396 z M 181.88483,69.203183 L 178.39293,68.54845 L 174.90102,67.093488 L 176.28323,65.056542 L 177.01071,65.711275 L 177.73819,64.329061 L 179.12041,62.946847 L 179.77514,62.946847 L 181.2301,63.60158 L 183.26705,66.438755 L 182.61232,67.093488 L 181.88483,66.438755 L 181.2301,67.093488 L 181.88483,68.54845 L 181.2301,68.54845 L 181.88483,69.203183 z M 186.75896,69.203183 L 186.75896,68.54845 L 186.10422,67.820969 L 188.86865,66.438755 L 189.59613,66.438755 L 189.59613,67.820969 L 188.86865,68.54845 L 186.75896,69.203183 z M 341.85787,67.093488 L 341.13039,66.438755 L 341.13039,65.056542 L 342.5126,65.056542 L 342.5126,65.711275 L 343.24009,65.056542 L 343.89482,67.093488 L 342.5126,66.438755 L 342.5126,67.093488 L 341.85787,67.093488 z M 5.9072182,65.711275 L 7.2894319,62.219367 L 10.126607,62.219367 L 8.0169127,64.329061 L 7.2894319,65.711275 L 5.9072182,65.711275 z M 630.95876,65.711275 L 630.23128,65.056542 L 628.84906,62.946847 L 627.46685,62.219367 L 628.84906,61.564634 L 626.08464,57.345245 L 626.73937,55.963031 L 630.95876,62.219367 L 630.95876,65.711275 z M 391.39932,65.056542 L 390.74458,63.60158 L 390.0171,62.946847 L 389.28962,64.329061 L 391.39932,65.056542 z M 166.53499,63.60158 L 165.15277,62.219367 L 166.53499,61.564634 L 167.9172,62.219367 L 167.9172,63.60158 L 166.53499,63.60158 z M 501.03068,63.60158 L 503.14037,62.946847 L 499.64847,62.946847 L 501.03068,63.60158 z M 351.60612,62.946847 L 348.11421,60.837153 L 348.11421,60.109672 L 350.2239,59.454939 L 350.2239,60.837153 L 351.60612,60.837153 L 350.2239,59.454939 L 351.60612,59.454939 L 353.71581,59.454939 L 354.37054,60.109672 L 351.60612,62.946847 z M 491.28244,61.564634 L 492.66465,60.109672 L 496.15656,58.727459 L 496.88404,56.617764 L 495.50183,56.617764 L 493.39213,57.345245 L 491.28244,60.109672 L 491.28244,61.564634 z M 166.53499,60.837153 L 165.80751,60.109672 L 165.80751,59.454939 L 167.26247,59.454939 L 166.53499,60.837153 z M 301.99192,60.109672 L 301.99192,58.727459 L 304.8291,56.617764 L 304.10162,57.345245 L 304.10162,58.727459 L 303.44688,58.727459 L 304.10162,60.109672 L 301.99192,60.109672 z M 304.8291,56.617764 L 305.48383,55.963031 L 305.48383,56.617764 L 304.8291,56.617764 z M 386.5252,60.109672 L 387.25268,60.109672 L 387.25268,59.454939 L 387.90741,59.454939 L 388.63489,58.072726 L 387.90741,56.617764 L 387.25268,57.345245 L 387.25268,58.727459 L 386.5252,58.727459 L 386.5252,60.109672 z M 526.929,60.109672 L 524.09182,58.727459 L 523.72808,58.872955 L 523.43709,58.727459 L 521.98213,58.727459 L 520.59992,56.617764 L 520.59992,55.963031 L 520.09068,56.472268 L 519.29045,56.326772 L 517.10801,55.235551 L 514.99831,55.235551 L 514.99831,55.963031 L 513.6161,55.963031 L 514.99831,56.617764 L 514.99831,55.963031 L 517.10801,55.235551 L 517.83549,55.963031 L 519.29045,56.326772 L 519.94518,56.617764 L 520.09068,56.472268 L 520.59992,56.617764 L 521.98213,59.454939 L 523.72808,58.872955 L 526.929,60.109672 z M 392.1268,58.727459 L 394.89123,56.617764 L 393.50901,55.235551 L 391.39932,58.072726 L 392.1268,58.727459 z M 528.96594,57.345245 L 530.42091,57.345245 L 531.07564,56.617764 L 528.96594,57.345245 z M 338.36596,56.617764 L 338.36596,55.235551 L 339.0207,55.235551 L 339.74818,54.580818 L 340.40291,54.580818 L 338.36596,56.617764 z M 509.46946,56.617764 L 510.12419,55.963031 L 510.85167,56.617764 L 512.23389,55.963031 L 510.12419,55.963031 L 508.0145,55.963031 L 509.46946,56.617764 z M 384.4155,55.963031 L 384.4155,55.235551 L 382.30581,53.125856 L 383.03329,54.580818 L 384.4155,55.963031 z M 350.2239,55.235551 L 349.49642,54.580818 L 350.87863,53.125856 L 350.2239,51.743642 L 350.87863,51.08891 L 352.3336,52.471123 L 351.60612,54.580818 L 350.2239,55.235551 z M 497.53877,54.580818 L 498.99373,53.853337 L 499.64847,53.853337 L 500.37595,53.125856 L 499.64847,52.471123 L 497.53877,53.125856 L 497.53877,54.580818 z M 500.37595,52.471123 L 500.59419,51.598146 L 503.86786,49.633948 L 505.25007,49.633948 L 505.25007,47.597002 L 502.48564,47.597002 L 500.37595,49.633948 L 501.03068,49.633948 L 500.59419,51.598146 L 500.37595,51.743642 L 500.37595,52.471123 z M 310.4307,51.743642 L 309.70322,51.08891 L 309.70322,49.633948 L 310.4307,48.979215 L 311.08543,49.633948 L 310.4307,51.743642 z M 357.86245,48.979215 L 356.48024,47.597002 L 358.58993,46.869521 L 359.31741,48.251734 L 359.97214,48.979215 L 357.86245,48.979215 z M 545.04327,48.979215 L 546.78923,48.397231 L 548.53518,48.979215 L 547.15297,48.251734 L 546.78923,48.397231 L 546.42549,48.251734 L 545.04327,48.979215 z M 550.64487,48.979215 L 552.02709,48.251734 L 553.4093,46.869521 L 550.64487,48.979215 z M 309.70322,47.597002 L 309.70322,46.869521 L 308.97574,46.869521 L 308.321,44.759826 L 308.97574,44.759826 L 308.97574,46.14204 L 309.70322,44.105094 L 311.81291,44.105094 L 312.46765,44.759826 L 310.4307,46.14204 L 309.70322,47.597002 z M 342.5126,47.597002 L 341.85787,46.869521 L 343.89482,44.759826 L 344.6223,45.487307 L 343.89482,46.869521 L 343.24009,46.869521 L 342.5126,47.597002 z M 355.09802,46.869521 L 352.98833,46.14204 L 352.3336,44.759826 L 355.09802,46.869521 z M 422.17176,45.487307 L 416.57015,39.885705 L 410.24107,38.503491 L 410.96855,35.666316 L 408.85886,35.666316 L 407.47664,33.629369 L 406.74916,34.284102 L 408.20412,30.792194 L 410.96855,30.792194 L 412.35077,31.519675 L 413.73298,30.792194 L 413.73298,32.174408 L 417.95237,34.284102 L 417.95237,36.393797 L 420.7168,37.121277 L 418.67985,39.158224 L 422.17176,45.487307 z M 269.91002,44.105094 L 268.5278,42.650132 L 267.07284,43.377613 L 262.19872,41.267918 L 260.08903,41.995399 L 258.05208,41.267918 L 256.59712,42.650132 L 255.2149,42.650132 L 255.2149,43.377613 L 253.10521,43.377613 L 253.10521,41.995399 L 251.723,41.995399 L 250.34078,43.377613 L 250.34078,42.650132 L 248.23109,41.995399 L 248.23109,39.885705 L 249.6133,37.121277 L 251.723,37.77601 L 253.83269,36.393797 L 258.05208,32.901889 L 262.19872,32.174408 L 263.58093,29.409981 L 267.80032,28.6825 L 269.18254,28.027767 L 268.5278,30.137461 L 270.56475,31.519675 L 269.18254,33.629369 L 269.91002,33.629369 L 268.5278,34.284102 L 268.5278,36.393797 L 272.67444,44.105094 L 272.01971,44.105094 L 269.91002,43.377613 L 269.91002,44.105094 z M 311.08543,42.650132 L 311.08543,41.995399 L 312.46765,39.885705 L 313.12238,41.19517 L 311.08543,42.650132 z M 313.12238,41.19517 L 313.92261,40.613186 L 313.19513,41.267918 L 313.12238,41.19517 z M 349.49642,41.267918 L 348.11421,39.158224 L 348.84169,38.503491 L 350.2239,39.158224 L 350.2239,39.885705 L 349.49642,41.267918 z M 363.46405,41.267918 L 362.08184,39.885705 L 360.69963,39.158224 L 361.35436,37.77601 L 361.35436,39.158224 L 364.19153,40.613186 L 363.46405,41.267918 z M 347.38673,39.885705 L 346.00451,39.158224 L 346.73199,38.503491 L 347.38673,38.503491 L 347.38673,39.885705 z M 371.83008,38.503491 L 369.06566,36.393797 L 368.33817,34.284102 L 369.06566,34.284102 L 369.06566,31.519675 L 370.44787,33.629369 L 371.17535,34.284102 L 371.83008,38.503491 z M 539.00518,37.557766 C 538.45344,37.167138 537.90712,36.794691 537.40472,36.393797 L 534.56755,35.011583 C 536.10257,35.783155 537.58167,36.637718 539.00518,37.557766 z M 357.20772,37.121277 L 357.20772,36.393797 L 355.8255,36.393797 L 356.48024,35.666316 L 357.86245,36.393797 L 357.20772,37.121277 z M 227.27964,35.666316 L 228.5891,35.011583 L 227.27964,35.011583 L 227.27964,35.666316 z M 341.13039,35.666316 L 341.85787,34.284102 L 342.5126,34.284102 L 342.5126,35.666316 L 341.13039,35.666316 z M 341.85787,34.284102 L 341.13039,35.011583 L 341.13039,34.284102 L 341.85787,34.284102 z M -22.028046,34.284102 L -22.028046,30.137461 L -19.918352,32.174408 L -19.918352,33.629369 L -20.645833,34.284102 L -22.028046,34.284102 z M 698.03249,32.901889 L 699.41471,27.300286 L 700.06944,26.645553 L 700.06944,31.519675 L 698.03249,32.901889 z M 364.84627,30.792194 L 364.19153,28.027767 L 365.57375,25.918073 L 366.30123,27.300286 L 364.84627,28.027767 L 364.84627,30.792194 z M 330.65467,30.137461 L 330.65467,28.027767 L 331.38215,27.300286 L 332.03688,28.6825 L 330.65467,30.137461 z M 631.68624,28.027767 L 630.95876,25.918073 L 632.34097,25.918073 L 633.06845,28.027767 L 631.68624,28.027767 z M -29.011862,25.918073 L -28.284381,23.808378 L -26.247435,24.535859 L -26.247435,25.190592 L -29.011862,25.918073 z M -19.263619,25.190592 L -20.645833,24.535859 L -19.918352,23.153645 L -18.536138,23.153645 L -19.263619,25.190592 z M 593.27525,25.190592 L 591.82029,24.535859 L 593.92998,22.426164 L 595.3122,21.698684 L 594.65747,23.808378 L 593.92998,24.535859 L 592.54777,24.535859 L 593.27525,25.190592 z M -15.771711,24.535859 L -15.771711,20.31647 L -12.934536,20.31647 L -10.824841,22.426164 L -8.060414,23.153645 L -9.4426276,23.808378 L -12.279803,23.153645 L -15.771711,24.535859 z M 341.85787,23.808378 L 340.40291,22.426164 L 338.36596,22.426164 L 337.63848,21.698684 L 336.911,23.153645 L 336.911,20.31647 L 337.63848,19.661737 L 343.89482,20.31647 L 346.73199,19.661737 L 346.73199,18.934256 L 347.38673,17.552043 L 356.48024,21.043951 L 357.86245,20.31647 L 359.31741,21.698684 L 359.31741,23.808378 L 357.86245,22.426164 L 357.20772,22.426164 L 355.09802,21.043951 L 354.37054,21.698684 L 354.37054,23.153645 L 352.3336,22.426164 L 348.84169,22.426164 L 348.11421,23.153645 L 342.5126,21.698684 L 342.5126,22.426164 L 341.85787,22.426164 L 341.85787,23.808378 z M 262.19872,21.698684 L 262.9262,20.31647 L 264.30841,19.661737 L 263.58093,21.043951 L 262.19872,21.698684 z M -6.6782003,16.824562 L -9.4426276,15.442348 L -8.060414,12.677921 L -5.9507195,12.677921 L -5.2959867,14.060135 L -4.5685059,16.169829 L -5.2959867,15.442348 L -6.6782003,16.824562 z M 16.382942,16.824562 L 15.655462,16.169829 L 12.891034,16.169829 L 11.508821,14.714868 L 15.655462,14.714868 L 17.110423,16.169829 L 16.382942,16.824562 z M 9.3991263,14.060135 L 5.1797374,10.568227 L 2.4153102,10.568227 L 3.7975238,9.8407459 L 7.2894319,9.8407459 L 9.3991263,10.568227 L 10.78134,14.060135 L 9.3991263,14.060135 z M 237.10063,11.222959 L 235.64567,9.8407459 L 237.75536,9.8407459 L 237.75536,10.568227 L 237.10063,11.222959 z M 443.77794,11.222959 L 445.16015,7.0763186 L 444.50542,5.694105 L 445.88763,4.9666242 L 445.16015,4.2391434 L 443.77794,4.9666242 L 443.12321,9.1860131 L 443.12321,10.568227 L 443.77794,11.222959 z M 421.44428,-11.110702 L 423.55397,-13.220397 L 420.7168,-11.765435 L 421.44428,-11.110702 z M 119.24873,-17.148793 C 120.23278,-17.468326 121.1856,-17.751124 122.15866,-18.094519 L 121.14018,-18.094519 L 119.24873,-17.148793 z M 122.74064,-18.312763 C 123.16938,-18.462985 123.61921,-18.604803 124.05011,-18.749251 L 123.24988,-18.749251 L 122.74064,-18.312763 z M 125.79606,-19.331236 C 125.96661,-19.381566 126.1338,-19.4288 126.3053,-19.476732 L 126.01431,-19.476732 L 125.79606,-19.331236 z M 128.41499,-19.985969 C 128.77911,-20.058135 129.13509,-20.149367 129.50621,-20.204213 L 128.85148,-20.204213 L 128.41499,-19.985969 z M 397.00092,-22.241159 L 395.61871,-22.96864 L 395.03672,-22.96864 C 395.69078,-22.738174 396.35233,-22.487362 397.00092,-22.241159 z M 394.23649,-23.259633 L 393.50901,-23.696121 L 392.85428,-23.696121 C 393.3181,-23.55407 393.77507,-23.415302 394.23649,-23.259633 z M 142.74636,-23.696121 L 143.47385,-23.696121 L 144.56507,-24.205358 C 143.95587,-24.049619 143.35179,-23.881541 142.74636,-23.696121 z M 391.03558,-24.205358 L 390.74458,-24.350854 L 390.38084,-24.350854 C 390.59739,-24.299965 390.81945,-24.2606 391.03558,-24.205358 z M 145.2198,-24.350854 L 146.31102,-24.350854 L 146.52927,-24.641846 C 146.0945,-24.559414 145.65291,-24.452631 145.2198,-24.350854 z M 410.24107,-24.350854 L 410.96855,-24.350854 L 408.85886,-25.733067 L 406.74916,-25.733067 L 410.24107,-24.350854 z M 389.07138,-24.641846 L 388.63489,-25.078335 L 385.79771,-25.078335 C 386.88863,-25.0213 387.98921,-24.846984 389.07138,-24.641846 z M 362.80932,-29.952456 L 361.35436,-30.679937 L 360.11764,-30.679937 C 360.99858,-30.464161 361.93246,-30.239072 362.80932,-29.952456 z M 175.483,-30.679937 L 176.28323,-30.679937 L 176.79247,-30.970929 C 176.35084,-30.87737 175.92347,-30.787837 175.483,-30.679937 z M 358.58993,-31.043678 L 357.86245,-31.33467 L 356.84398,-31.33467 C 357.42298,-31.234755 358.01307,-31.162961 358.58993,-31.043678 z M 178.75667,-31.33467 L 180.50262,-31.33467 L 180.79361,-31.69841 C 180.11339,-31.60059 179.43363,-31.451509 178.75667,-31.33467 z M 354.73428,-31.69841 L 354.37054,-32.062151 L 351.89711,-32.062151 C 352.844,-31.945312 353.7944,-31.832826 354.73428,-31.69841 z M 183.70354,-32.062151 L 185.37674,-32.062151 L 185.95873,-32.353143 C 185.2011,-32.259397 184.45625,-32.155036 183.70354,-32.062151 z M 349.64192,-32.353143 L 348.84169,-32.716884 L 346.73199,-32.716884 C 347.71809,-32.574297 348.66483,-32.474056 349.64192,-32.353143 z M 446.61511,-75.347261 L 448.65206,-78.111688 L 448.65206,-79.56665 L 450.10702,-79.56665 L 448.65206,-80.221383 L 450.76175,-83.058558 L 450.10702,-83.058558 L 450.76175,-83.713291 L 449.37954,-84.440771 L 450.76175,-85.822985 L 452.14397,-85.822985 L 450.76175,-86.550466 L 448.65206,-85.822985 L 448.65206,-87.205199 L 447.99733,-87.93268 L 447.99733,-89.314893 L 446.61511,-91.424588 L 446.46962,-91.35184 L 445.88763,-92.07932 L 446.61511,-92.806801 L 445.88763,-92.806801 L 445.88763,-92.07932 L 445.88763,-91.424588 L 444.50542,-90.697107 L 443.12321,-92.07932 L 442.39572,-93.534282 L 443.12321,-94.189015 L 441.66824,-95.571228 L 442.39572,-96.298709 L 440.28603,-97.02619 L 441.01351,-97.680923 L 438.90382,-99.790617 L 438.90382,-103.28253 L 436.79412,-107.50191 L 437.5216,-105.39222 L 437.5216,-104.01001 L 438.17634,-102.55504 L 438.17634,-99.790617 L 440.28603,-95.571228 L 441.66824,-94.916496 L 439.6313,-93.534282 L 441.66824,-93.534282 L 441.66824,-92.806801 L 443.77794,-90.042374 L 446.46962,-91.35184 L 447.99733,-89.314893 L 447.26985,-87.93268 L 447.99733,-86.550466 L 447.99733,-83.713291 L 449.37954,-82.331077 L 448.65206,-81.603596 L 448.65206,-80.948863 L 447.99733,-80.948863 L 447.99733,-80.221383 L 445.88763,-81.603596 L 447.26985,-80.221383 L 446.61511,-79.56665 L 447.99733,-80.221383 L 447.26985,-77.456955 L 446.61511,-76.729475 L 446.61511,-75.347261 z" id="path2780"/><g id="g3466" transform="matrix(2.9099234,0,0,2.9099234,376.74786,403.7425)"><path d="M 0,0 L 0.48,-0.48 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3468"/></g><path id="path4764" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" d="M 273.38738,279.43058 L 271.29224,281.52572 L 274.08576,278.73219 L 273.38738,279.43058"/><path id="path4936" style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" d="M 273.38738,279.43058 L 271.29224,281.52572 L 274.08576,278.73219 L 273.38738,279.43058"/><g id="g5390" transform="matrix(2.9099234,0,0,2.9099234,322.97248,273.14514)"><path d="M 0,0 L 0.24,-0.48 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path5392"/></g><g id="g6998" transform="matrix(2.9099234,0,0,2.9099234,30.35058,434.47129)"><path d="M 0,0 L 0.24,0 L 0.24,0.24 L 0.24,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path7000"/></g><g id="g8192" transform="matrix(2.9099234,0,0,2.9099234,303.41779,241.01959)"><path d="M 0,0 L 0.48,0 L 0.72,0.24 L 0.48,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path8194"/></g><g id="g12152" transform="matrix(2.9099234,0,0,2.9099234,158.8528,74.10638)"><path d="M 0,0 L 0.24,0.24 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path12154"/></g><g id="g13720" transform="matrix(2.9099234,0,0,2.9099234,476.61643,-46.015258)"><path d="M 0,0 L 0.96,-0.48 L 1.2,-0.24 L 0.96,-0.48 L 0.24,0 L 0.96,-0.24 L 0.48,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path13722"/></g><g id="g13736" transform="matrix(2.9099234,0,0,2.9099234,476.61643,-46.015258)"><path d="M 0,0 L 0.96,-0.48 L 1.2,-0.24 L 0.96,-0.48 L 0.24,0 L 0.96,-0.24 L 0.48,0 L 0,0" style="fill:#dcdcdc;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path13738"/></g><path id="path76565" d="m 316.67089,436.57988 -1.38221,-0.72748 2.10969,-0.65473 0,0.65473 z m 4.21939,-1.38221 0,-0.72748 0.65473,-1.38222 -0.65473,-0.72748 0,-1.38221 1.38221,0 0.65474,0 0.72748,0.72748 -0.72748,2.03695 -0.65474,0.72748 z m 0,-4.21939 -2.10969,-2.10969 0,-0.65474 1.38221,-2.10969 1.38221,0 0,0.65473 0.72748,0 0,1.45496 z m -8.43878,2.76443 -0.65473,-1.38222 0.65473,0 0.72748,0.72748 z m 6.32909,-2.03695 -0.72748,-0.72748 0,-1.38221 1.38221,0.65473 z m -6.32909,-0.72748 0,-1.38221 2.1097,0.65473 0,0.72748 -1.38222,0 z m 0.72748,-1.38221 -0.72748,-0.72748 1.45497,-0.65474 -0.50924,-0.21824 0.50924,-0.50924 0.65473,2.1097 z m 0.21825,-1.60046 -0.21825,0.21824 0,-0.36374 z m -0.21825,-0.1455 -0.72748,-0.36374 0.72748,0 z m 2.76443,1.01848 0,-0.65474 0.72748,0 0,0.65474 z m 0,-1.38222 -2.03694,-0.72748 0.65473,0 0.72748,0 1.38221,0 0,0.72748 z m -1.38221,-0.72748 -0.65473,-0.65473 -1.45497,0 0.72748,-0.72748 0.72749,0 2.03694,0 -0.65473,-1.38222 1.38221,0 0.72748,0.72748 -0.72748,0.65474 0.72748,0 0,0.72748 z m 2.83717,0.72748 0,-0.72748 0.65474,0 0,0.72748 z m 2.03695,-2.10969 -1.38221,-1.38222 2.10969,-1.38221 0.72748,0 0,0.65473 0.65473,0 -1.38221,0.72748 0.72748,1.38222 z m -5.52885,-0.65474 -0.72749,-0.72748 0,-0.72748 1.38222,0.72748 0.72748,0.72748 z m 9.02076,-0.72748 -0.65474,-0.72748 0.65474,-0.65473 0.72748,0.65473 z m -4.14664,-0.72748 -0.72748,-1.38221 0.72748,-1.38221 0.65473,0 0.72748,1.38221 z m -9.09351,-1.38221 -0.50924,-0.94573 -0.21824,0.291 -0.65474,-1.45496 1.38222,-0.65474 0,-1.38221 -0.72748,0 -0.65474,-1.45496 1.38222,-0.65474 0.72748,-0.72748 0.65473,-0.65473 -0.65473,1.38221 0.65473,0 -1.38221,1.38222 1.38221,0 -0.65473,1.38221 0.65473,0 0.72748,1.38222 0,1.45496 -1.38221,0 z m 0,-6.25634 -1.38222,0 0,-0.72748 0.65474,-0.65473 z m 4.87412,6.25634 0.72748,-0.65473 0.65473,0 -0.65473,0.65473 z m 0,-1.38221 0,-2.1097 0.72748,0 0.65473,0.72748 0,0.65474 z m -8.36603,-1.38222 0,-1.38221 -1.38222,-2.1097 1.38222,0 0,0.65474 0.72748,-0.65474 0,0.65474 0.65473,0.72748 -0.65473,1.38221 2.03695,0 -1.38222,0.72748 z m 44.66732,-0.72748 -1.38221,-0.65473 -0.65473,-1.45496 0.65473,-2.76443 1.38221,-0.72748 -0.65473,-0.65473 0,-0.72748 -0.72748,-0.65474 0.72748,-0.72748 -1.38221,-1.38221 0,-2.1097 -0.72749,0 0,-0.72748 -0.72748,0.72748 -1.38221,-2.10969 0.72748,-0.65473 0.65473,0 0,-1.45497 -0.65473,0 0,0.72749 -0.72748,-0.72749 0,-0.65473 0.72748,0 0,-0.72748 -1.38221,-1.38221 0.65473,-1.38222 -0.65473,-1.38221 0.65473,0 -0.65473,-1.45496 1.38221,-0.65473 -1.38221,-0.72748 0,-0.65474 0.65473,0 0,-2.10969 0.72748,-0.72748 0.65473,0.72748 -0.65473,-2.1097 0.65473,0.72748 0.72748,-0.72748 0.72749,0.72748 -1.45497,-2.10969 0,-0.72748 1.45497,0.72748 -1.45497,-2.10969 2.1097,0 -1.38222,-0.72749 0,-0.65473 3.49191,0.65473 -2.76442,-1.38221 0,-1.38221 0,-2.1097 -0.72749,0 2.1097,-0.65473 0.65473,2.76443 0,-0.72748 1.45496,0.72748 0,-0.72748 -0.72748,0 -0.72748,-1.38222 0,-2.76442 0.72748,0.65473 0.72748,0 -1.45496,-1.38222 -0.65473,-1.38221 1.38221,-0.72748 -0.72748,-0.65473 1.45496,0 -1.45496,-0.72748 0,-2.1097 1.45496,0 0,-0.65473 0.65474,0.65473 0,-1.38221 0.72748,-0.65473 -0.72748,0 0.72748,-0.72749 -0.72748,0 1.38221,-1.38221 -2.03695,0 0.65474,-2.83717 2.10969,-1.38222 2.1097,0 -0.72749,0.72748 0.72749,0 -0.72749,1.38222 2.1097,-1.38222 -0.72748,0.65474 0.72748,0 0.72748,1.45496 0,-1.45496 1.38221,-0.65474 0.65474,0 0.72748,0.65474 0.72748,-0.65474 -0.72748,0 0.72748,-0.72748 -1.45496,0 1.45496,-1.38221 -0.72748,-0.72748 2.10969,0.72748 0.65473,0.72748 0,0.65473 2.83718,-0.65473 -0.72748,0.65473 0.72748,0.72748 1.38221,0 -0.72748,0.65474 0.50924,0.21824 -0.50924,0.50924 0.72748,0.72748 0.72748,-0.72748 2.03695,0.72748 -2.03695,0 2.03695,0.65473 -0.65473,0.72748 0,0.65473 -4.87412,0 -2.83718,1.45497 -2.10969,2.03694 -0.65474,-0.65473 0,0.65473 -0.72748,0.72748 0,0.72748 -1.38221,0.65474 -0.72748,0.72748 -0.65473,0 0.65473,0.65473 -0.65473,1.45496 0.65473,0 -1.38222,0.65473 0.72749,0.72749 0,1.38221 -1.38222,-1.38221 0.65473,1.38221 0,0.72748 -1.38221,-0.72748 1.38221,1.38221 -0.65473,0 -0.72748,-0.65473 -0.72748,0.65473 -0.65473,0.72748 1.38221,-0.72748 0.72748,0.72748 -0.72748,0.65474 0.72748,0 0,1.45496 -2.83717,0.65473 2.10969,0 0.72748,0.72748 -1.45496,0.65473 -2.03695,-0.65473 2.03695,1.38222 0.72748,-0.72749 0,0.72749 -2.10969,1.38221 -0.65474,0.72748 1.38222,-0.72748 0.65473,0.72748 -0.65473,0.65473 0.65473,0 0,0.72748 -0.65473,0 0.65473,0.72748 -1.38221,0.65474 -1.38222,0 2.1097,0.72748 -0.72748,1.38221 -1.38222,0.72748 2.1097,0 0,0.65474 -0.72748,0 0,0.72748 0.72748,0 -0.72748,0.65473 0.72748,0.72748 -0.72748,0.72748 -1.38222,-0.72748 0.72748,0.72748 0,0.65473 0.65474,0 -1.38222,2.1097 0.72748,0 0,1.38221 0.65474,2.1097 -0.65474,0.72748 0.65474,0 0,1.38221 1.38221,9.09351 0.72748,0.65473 -2.10969,3.49191 z m 18.9145,-53.76083 -0.72748,0 0,-0.50924 1.38222,0.50924 z m -0.72748,-0.50924 -0.21824,0 0.21824,-0.21824 z m -23.06114,27.06229 -0.65473,0.65473 -0.72748,-0.65473 0.72748,-1.38222 z m -34.1916,25.82557 0,-1.38222 0.65473,0 0,0.65474 z m 2.1097,0 0,-0.72748 0,-0.65474 -0.72749,-0.72748 1.38222,0.72748 0.72748,0 -0.72748,0.65474 z m -21.67893,-10.47573 -2.1097,-1.38221 0.72748,0 z m -13.96764,-0.72748 0,-1.38221 -0.72748,0.72748 0,-2.83718 -0.65473,0 0,1.45497 -1.38221,-0.72748 -0.72748,1.38221 -0.72749,0 0,-1.38221 -0.65473,0.72748 0.65473,-1.45497 -0.65473,-0.65473 0,-0.72748 -0.72748,0 -0.65473,-0.65473 1.38221,-1.45496 1.38222,0.72748 2.10969,0.72748 0,-1.45496 -1.38221,0 1.38221,-1.38222 -2.10969,0.72748 0,-0.72748 0.72748,-0.65473 1.38221,-0.72748 2.10969,0.72748 0.65474,-1.45496 0.72748,0 0.65473,0.72748 0.72748,1.38221 0.72748,-0.65473 0.65474,1.38221 0,1.38222 1.38221,2.10969 0,0.65473 -0.65473,0.72749 0,0.72748 -1.38222,0 -0.72748,0.65473 -0.72748,-0.65473 0,1.38221 -0.65473,-1.38221 0,0.65473 -0.72748,-0.65473 0,-0.72748 -0.65474,0 0,2.10969 z m -4.87412,-4.14664 -0.72748,1.38222 -1.38221,-0.72749 0.72748,-1.38221 z m -4.21939,0 0,-0.72748 0,-1.38221 -0.65473,0.72748 0,-0.72748 1.38221,-6.98382 -0.72748,2.1097 -0.65473,-0.72748 0,4.21938 -1.45496,1.38222 -0.65473,-2.1097 0,-2.10969 -0.72749,1.45496 -0.65473,0 0.65473,0.65473 -1.38221,0 0.72748,1.38222 0.65473,0 0.72749,1.45496 -2.1097,-1.45496 -0.72748,0.72748 0,-1.38222 -0.65473,1.38222 0,-0.72748 -0.72748,0.72748 0.72748,-1.38222 -1.38222,0 0.65474,-0.72748 -0.65474,0 0.65474,-3.4919 0.72748,0.72748 0.65473,0.65473 0,-0.65473 -0.65473,-0.72748 0.50923,-1.09123 -1.23671,0.43649 0.72748,-1.45496 -0.72748,-0.65473 1.38221,-1.38222 1.45496,0 -1.45496,-0.72748 0.72748,-0.72748 0,-1.38221 1.38221,0 0.72749,0.72748 0,0.65473 1.38221,0 -1.38221,0.72748 0.65473,0.72748 0,1.38222 0.72748,-1.38222 0.72748,2.03695 0,-1.38221 -0.72748,-0.65474 0.72748,-0.72748 1.38221,0.72748 0,1.38222 0.65474,-0.72748 -0.65474,-1.38222 0.65474,-0.72748 0.72748,0 -0.72748,-0.65473 -1.38222,0 0,-0.72748 -0.65473,0 -0.72748,-1.38221 -1.38221,0.72748 -0.72749,-0.72748 0,-2.76443 2.83718,1.38221 0.65473,-0.72748 2.1097,1.38221 -0.72748,-0.65473 0.72748,-0.72748 -1.38222,0 -2.83717,-1.38221 2.10969,-0.72748 0.72748,-0.65474 -2.10969,0.65474 -0.72748,-0.65474 0,0.65474 -1.38222,0 1.38222,-2.76443 1.45496,-1.38221 1.38221,0.65473 0.65474,-0.65473 -2.03695,-1.38222 1.38221,-0.72748 0,-1.38221 1.38222,0 0.72748,1.38221 -0.72748,0.72748 0.72748,0.65473 0,4.21939 1.38221,0.65474 0,4.21939 0.65473,0.72748 0,2.03694 1.45497,0.72748 -0.72748,1.38222 0.72748,0 0.65473,0 0.72748,0.72748 0.65473,0 0,1.38221 -2.03694,0.72748 -0.72748,1.38222 -1.38222,0 0,2.10969 -0.72748,1.38221 -0.65473,-2.10969 -0.72748,1.38221 0.72748,1.38222 -0.72748,1.45496 -0.72748,0.65473 -0.65474,-0.65473 0,0.65473 z m 18.84176,-6.32908 -0.65474,-1.38221 0.65474,0 0.72748,0.72748 0.72748,0 0.65473,0.65473 z m -12.51267,-0.65473 0,-0.72748 0.65473,-0.65474 0.72748,0.65474 z m -11.93069,-1.38222 0.72748,-0.72748 -0.72748,0.21825 z m -2.76443,-0.72748 0.72748,-2.76443 1.38222,-2.83717 0,2.10969 -0.72748,0.72748 -0.65474,2.03695 z m 16.73206,-2.10969 0,-0.65474 -1.38221,-0.72748 0.72748,0 0,-0.72748 0.65473,-1.38221 1.45496,0.72748 0,2.10969 -0.72748,0.65474 z m 2.83718,-2.76443 -2.83718,-1.38221 1.45496,-1.45497 -0.72748,-3.4919 2.1097,1.45496 0.65473,-0.72748 0,-2.1097 2.1097,2.83718 0,0.65473 0,1.38221 -0.65474,0 z m 114.57823,-7.78405 0.65473,-0.58198 0.65474,0 z m 6.25634,-3.41916 -3.49191,-1.30946 0,0.65473 -3.49191,-2.10969 0,-1.38222 -0.72748,0.65474 0,0.72748 -2.76443,0 -2.83717,-2.1097 -5.60161,-3.49191 1.45497,-1.38221 -0.72748,-0.72748 0,-0.65473 6.25633,-2.1097 -0.65473,0 0,-2.10969 -1.38222,-0.72748 0,-0.65473 2.03695,-2.1097 -2.03695,-1.38221 -1.45496,1.38221 0.72748,1.38221 -2.10969,0 0,1.38222 -0.65473,-0.65473 -1.45497,-2.83718 0.72749,-0.65473 -0.72749,0 -0.65473,-2.1097 0.65473,1.38222 0.72749,-2.1097 -3.49191,-1.38221 -1.38222,-2.1097 0,-2.76442 1.38222,-0.72748 -2.1097,0 0,-1.38222 0.72748,-1.38221 -0.72748,-2.1097 0,3.49191 -0.65473,0.72748 0,-0.72748 -1.45496,-0.65473 0,-0.72748 -0.65473,0.72748 0,0.65473 0.65473,0 0.72748,0.72748 0,0.65474 -1.38221,0.72748 -0.72748,2.10969 -1.38222,-0.72748 2.1097,2.10969 -2.1097,-1.38221 -0.65473,-2.18244 0.65473,-0.65473 0.72748,0 -0.72748,-0.65474 -0.72748,0 0,0.94573 -0.50924,-1.74596 1.23672,-0.58198 0,-2.1097 -0.72748,0 0,1.38222 -0.65473,-0.72748 0,1.45496 -2.1097,-4.21939 -0.72748,0 0,-3.49191 -0.65473,0 -1.38221,-3.49191 0,-1.38221 -1.45497,-2.10969 0.72749,-0.72748 1.38221,-4.14665 -4.14664,-3.4919 -0.72748,0 -1.38222,2.10969 -2.83717,0 -0.65473,0.65473 0.65473,2.83718 2.83717,2.76443 -2.10969,1.38221 -2.1097,0.72748 0,0.65473 -1.38221,0 -4.21939,-2.03694 -2.76443,0 4.21939,-1.45496 2.03695,-4.14665 0.72748,-4.21938 2.1097,0 1.38221,-0.65474 0,-1.45496 1.38221,-0.65473 0,-2.83718 1.38222,-2.76442 -2.03695,1.38221 -1.45496,-2.1097 0.72748,2.1097 -1.38221,0.72748 -2.1097,-1.38221 0,0.65473 -1.38221,0 -0.72748,-4.14664 -2.1097,-2.1097 0,-2.10969 -0.65473,-1.38221 -0.72748,-0.72749 0,-1.38221 0.72748,-0.72748 1.38221,-0.65473 2.1097,-2.1097 2.10969,-0.72748 -0.72748,-1.38221 -1.38221,0.72748 -0.72748,-0.72748 -0.65474,-1.38221 -4.21939,0 -0.72748,-0.72749 0,-0.65473 -0.65473,0.65473 1.38221,0.72749 -0.72748,0.72748 -1.38221,-0.72748 -1.38221,0.72748 -2.1097,0.65473 -0.65473,-0.65473 0,-1.45497 -0.72748,-0.65473 0.72748,-1.38221 0.65473,0 2.83718,-2.1097 1.38221,0.65474 0,0.72748 1.38221,-0.72748 0,-0.65474 1.38222,-2.10969 -1.38222,-0.72748 0,-1.38222 -1.38221,0.72749 -3.49191,-0.72749 -0.72748,1.38222 -0.65473,0 -1.45496,0.72748 -1.38222,-0.72748 -1.38221,0.72748 0,0.72748 -0.72748,-0.72748 0,1.38221 -0.65473,0.72748 0,0.65474 -1.38222,0.72748 0.65474,0.72748 0,0.65473 -2.1097,1.38221 -0.65473,0 1.38221,1.45497 0,0.65473 -1.38221,1.38221 1.38221,0 -0.72748,0.72748 0,0.72748 -0.65473,-0.72748 0,1.38222 -2.83718,0.72748 -2.03694,0 -1.45496,-0.72748 2.10969,1.38221 -1.38221,0 0.72748,0.72748 -1.45496,0 -1.38222,0.72748 1.38222,0.65473 -1.38222,0 -2.10969,0.72749 0,1.38221 -1.38222,0 0.72748,0.72748 1.38222,0 0.72748,-0.72748 2.03695,-1.38221 0,1.38221 2.10969,-1.38221 0.72748,0.65473 0.65473,-1.38222 1.45497,1.38222 2.76442,-1.38222 4.87412,1.38222 2.83718,-0.65473 4.14664,2.10969 2.10969,2.03695 0.72749,2.10969 0.65473,4.21939 -0.65473,2.10969 -1.45497,0.65474 -2.03694,2.83717 -0.72748,0.65474 -0.72748,-0.65474 -0.65474,0.65474 -1.38221,0.72748 -1.45496,0.65473 0.72748,-0.65473 -0.72748,0 0.72748,-0.72748 -4.21939,1.38221 -0.65473,0 0,-0.65473 -3.49191,2.10969 -6.32908,1.38221 -1.38222,0 0,-0.72748 -0.65473,0.72748 -2.1097,0 -2.10969,-0.72748 0.72748,-1.38221 -1.45496,-1.38221 0.72748,1.38221 -0.72748,0 0.72748,0.72748 -0.72748,0 0,1.38221 -0.65473,-0.72748 -0.72748,-1.38221 0,0.72748 0,1.38221 -0.65474,0 -0.72748,-0.72748 -0.72748,0.72748 -0.65473,-0.72748 0,2.1097 -1.38221,0 0.65473,-1.38222 -0.65473,0 -0.72749,-0.72748 0,0.72748 -2.76442,0.65474 0,-1.38222 -0.72748,1.38222 0,-0.65474 -1.38222,-1.38221 0,0.65473 1.38222,0.72748 -0.72748,0.65474 -0.65474,0 -0.72748,-0.65474 0.72748,1.38222 -0.72748,0 -2.76443,0 0.65474,0.72748 3.49191,0 0.72748,1.38221 1.38221,1.38222 0,0.72748 -1.38221,0 0,0.65473 -1.74596,-0.50924 -0.0727,0.1455 0.43649,0.36374 -0.72748,0.72748 -0.65473,-0.72748 0,0.72748 -1.45496,-0.72748 0,0.72748 -1.38222,0.65473 -0.65473,-1.38221 0.65473,-2.10969 -0.65473,0 -0.72748,-0.65474 0.72748,2.1097 -2.10969,-0.72748 1.38221,1.38221 0.72748,2.10969 -1.45496,-0.72748 0,1.45496 -0.65473,-0.72748 -0.72748,0.72748 0,-1.45496 -0.65474,0 0,-0.65473 0.65474,0 0.72748,-0.72748 -1.38222,0 0.65474,-0.65473 -0.65474,0 0.65474,-1.45496 -0.65474,0 0.65474,-0.65474 -1.38222,0 -0.72748,-1.38221 0,2.03695 -0.65473,0 0.65473,1.45496 0,1.38221 -2.03695,-5.6016 -0.72748,-2.1097 0,0.72748 -0.72748,-0.72748 0.72748,2.83718 -0.72748,0.65473 1.45496,3.49191 -0.72748,0 -0.72748,0 0,-1.38221 -0.65473,1.38221 -0.72748,-0.65473 -0.65473,0.65473 0.65473,-1.38221 -1.38221,0.72748 0,-1.45496 0.72748,0 0.65473,-0.65474 -0.65473,0 -0.72748,-1.38221 -0.72749,0 -0.65473,-1.45496 0,-0.65474 -0.72748,-0.72748 0.72748,-0.65473 -0.72748,0 0.72748,-0.72748 0.65473,0 -1.38221,-0.72748 0,0.72748 -0.65473,0.72748 0,0.65473 -0.72748,0 -0.72748,0 0,-0.65473 -0.65474,0 -0.72748,-1.45496 0.72748,0.72748 0,-0.72748 -0.72748,-0.65473 -0.65473,0.65473 -0.72748,0 0,-1.38221 -0.72748,0 0,-0.65474 -0.65473,0.65474 -0.72748,-0.65474 0,-1.45496 0,-2.03695 -0.65474,-0.72748 -0.72748,0 0,0.72748 1.38222,2.03695 -0.65474,2.83718 -0.72748,-1.38222 -0.72748,-0.72748 0.72748,-0.72748 -0.72748,0 0,0.72748 0,0.72748 -1.38221,-0.72748 -0.65474,-0.72748 0,-0.65473 0.65474,0 -0.65474,-0.72748 0.65474,-0.65474 0.72748,0 0.65473,0.65474 0,-0.65474 -0.65473,0 0.65473,-1.45496 -0.65473,0 0,0.72748 -1.38222,0.72748 0,0.65474 0,0.72748 -1.45496,-0.72748 -0.65473,0 -0.36374,-1.01848 -0.36374,0.36374 0,0.65474 -0.65473,-0.65474 0.65473,1.38222 -0.65473,-0.72748 -1.45497,0 0.72749,-0.65474 -0.72749,0 -0.65473,-0.72748 0.65473,-0.72748 -0.65473,-0.65473 0.65473,0 -1.38221,-0.72748 1.38221,0 0,-0.65473 0.72749,1.38221 1.38221,0 0,0.65473 0.72748,-0.65473 -1.38221,-0.72748 -0.72748,-0.65473 0,-0.72748 0.72748,0 -0.72748,-0.72749 0,-0.65473 -0.72749,-0.72748 -0.65473,0.72748 -0.72748,-0.72748 0,-0.65473 -0.65473,-0.72748 0,0.72748 -0.72748,-1.45496 0.72748,0 2.03694,0.72748 1.45497,0.72748 0,-0.72748 0.65473,-0.72748 -1.38221,0 0,-1.38222 -0.72749,1.38222 -0.65473,-0.65474 0,0.65474 -1.38221,0 1.38221,-2.03695 -2.10969,1.38221 0.72748,-0.72748 0,-1.38221 0,-1.38221 -0.72748,1.38221 0,-1.38221 -0.72748,2.76442 0,-1.38221 0,-1.38221 -0.65474,0.65473 -0.72748,-0.65473 -0.0727,-0.1455 0.1455,0.0728 1.30947,-1.30947 -2.03695,0 0,-0.72748 0,-0.72748 0.65473,-0.65473 -1.38221,0 -0.72748,-0.72748 -0.65473,0.72748 -0.72749,-1.38222 1.38222,0 0,-0.72748 1.09122,0.50924 1.01847,-0.50924 -1.38221,0 -0.72748,0 -1.38222,0 0,-1.38221 -0.65473,-0.72748 0,0.72748 -0.72748,-0.72748 0,0.72748 -0.72748,-0.72748 -0.65473,0 1.38221,-1.38221 -0.72748,0 -0.65473,0 0,-0.72749 -0.72748,0 0.72748,-0.65473 -0.72748,-0.72748 1.38221,0.72748 -0.65473,-0.72748 -0.72748,0 0,-0.65473 -0.65474,0.65473 0,-1.38221 1.38222,-0.72748 -1.38222,0 0,-0.65474 -1.45496,-0.72748 1.45496,0 -0.72748,-0.65473 0.72748,-0.72748 0,-0.72748 -0.72748,1.45496 -0.72748,-0.72748 0,-1.38221 -0.65473,0 -0.72748,-0.72749 0,-0.65473 0.72748,0 0,-0.72748 0.65473,0 -0.29099,-0.36374 -0.36374,0.36374 0,-0.72748 -1.38221,-1.38221 1.38221,0 -0.72748,-0.65474 0.72748,0 -0.72748,-0.72748 -0.65473,1.38222 -0.72749,-1.38222 -2.10969,-0.72748 -0.65473,-0.65473 0,-0.72748 0.65473,0 -0.65473,-0.65473 1.6732,0.94572 -0.29099,-0.29099 0.65473,0 -1.38221,-0.65473 0,-1.45497 0,-0.65473 -0.65473,-1.38221 0,1.38221 -0.72748,0 -0.291,0.50924 -1.09122,-0.50924 0.65474,-0.72748 -1.38222,0.72748 0.72748,-0.72748 -0.72748,0 -0.65473,-0.65473 0,-0.72748 -0.72748,0.72748 0,-1.45496 -0.72748,0 0,-0.65474 0.72748,0 0,-0.72748 -0.72748,0 -1.38222,0 0,-0.65473 0.72749,0 -1.38222,-1.45496 1.38222,0.50923 0,-1.16396 0.65473,0.65473 0,-0.65473 -0.65473,-0.72749 0.65473,0 1.45496,0.72749 2.03695,1.38221 0,0.72748 -1.38222,0 2.83718,2.03695 -0.72748,-0.65474 1.38221,0 0,0.65474 2.83718,0.72748 -2.83718,-1.38222 -2.10969,-1.38221 1.45496,0 0.65473,-0.72748 -2.10969,-0.72748 -1.38222,-0.65473 0.72748,0 0,-0.72749 0.65474,-0.65473 -3.49191,0.65473 0,-0.65473 0.72748,-0.72748 -1.38221,0 -0.72749,0 0.72749,1.38221 -0.72749,1.38222 -0.65473,0 0,-0.65473 -1.45496,0 1.45496,-0.72749 -1.45496,0 0,-0.65473 1.45496,0 -1.45496,-0.72748 0,0.72748 -0.65473,0.65473 -1.38222,0 0.65474,-0.65473 -0.65474,0 0,-1.45496 -0.72748,1.45496 -0.72748,0 0,-1.45496 0.72748,0 0.72748,-0.65473 -2.10969,0.65473 0.65473,-0.65473 0.72748,0 -0.72748,-0.72748 1.45496,-1.38222 -1.45496,0.72748 0,0.65474 -0.65473,1.38221 -0.72748,-0.65473 2.10969,-3.49191 -1.38221,1.38221 -0.72748,1.38222 -0.65473,0 -1.45497,0 -0.65473,0.72748 -0.72748,0 0,-1.38222 -0.65473,-0.72748 2.76442,0 -1.38221,-0.72748 2.76443,0.72748 -2.1097,-0.72748 0,-0.65473 0.72748,0 -0.72748,-0.72748 -1.38221,1.38221 -0.65473,0 0,-0.65473 -0.72748,0.65473 -0.72748,-0.65473 0.72748,0 -2.1097,-0.72748 0.72748,0 0.65474,-2.1097 -0.65474,-0.65473 -0.72748,2.1097 -0.65473,0 -0.72748,0.65473 -0.72748,-0.65473 -0.65474,0 0,-0.72749 0,-0.72748 -0.72748,0.72748 0,-0.72748 0.72748,-0.65473 -0.72748,0 -1.38221,-0.72748 1.38221,0 1.38222,-0.65473 -0.65474,0 0.50924,-0.0728 -1.23672,-0.65473 0.72748,0.72748 -2.10969,0.65473 0.72748,-0.65473 -0.72748,0 -0.72748,0.65473 -0.65473,0 0.65473,-0.65473 0.72748,-0.72748 -0.72748,0 -0.65473,-0.72748 2.10969,0 -2.10969,-0.65474 1.38221,0 -0.72748,-0.72748 -0.65473,-0.65473 0,-0.72748 0,-0.72748 0.65473,-1.38222 0.72748,0 2.76443,0.72748 1.45496,-1.38221 0,1.38221 0.65473,0 0,-0.72748 1.38222,0 -0.65474,-0.65473 0.65474,0 0.72748,-1.45496 -0.72748,-0.65473 0,0.65473 -0.65474,0 0.65474,0.72748 -0.65474,0.72748 -0.72748,0.65473 -0.65473,-0.65473 -0.72748,-0.72748 0,0.72748 -1.38222,0.65473 -2.10969,0 0,-0.65473 -1.38221,0.65473 -0.72748,0 0.72748,-0.65473 0,-0.72748 -0.72748,0.72748 0,-1.45496 0.72748,0 1.38221,0.72748 0,-0.72748 -0.72748,0 -0.65473,-0.65473 0.65473,-0.72748 -0.65473,0.43648 0,-0.43648 -0.72748,0 0.72748,-0.65474 2.10969,1.38222 -0.21824,-0.72748 -0.50924,0 -0.72748,-1.38222 -0.65473,0.72748 0,-1.45496 -0.72748,0 0.72748,-0.65473 -0.72748,0 0.72748,-1.38222 1.38221,2.03695 -0.72748,-1.38221 0.72748,0 -0.72748,-0.65474 0.72748,0 0,-0.72748 -1.38221,0 -0.72748,-0.72748 -0.65474,-0.65473 0.65474,-0.72748 0,-0.65473 0.72748,1.38221 0.65473,0 0,0.65473 0.72748,0 1.38221,2.1097 0.65474,0 -0.65474,-0.65474 0,-0.72748 0.72748,0 -1.38221,-0.72748 0,-0.65473 -1.45496,-0.72748 0.72748,-0.65473 0.72748,0.65473 0,-0.65473 1.38221,0.65473 -1.38221,-1.38221 -0.72748,0.72748 -0.72748,-1.45496 -0.65473,0.72748 -0.72748,-1.38222 0.72748,0 -0.21825,-0.50923 -0.50923,0.50923 0.72748,2.1097 -0.72748,-1.45496 0,0.72748 -1.38222,-0.72748 0.72748,-2.03695 0.65474,0.65473 0,-1.38221 1.38221,0.72748 0,0.65473 -0.65473,0 0.65473,0.72748 0,-0.72748 0.72748,-0.65473 1.38221,2.03695 0,-0.65474 1.38222,0 -2.76443,-1.38221 0.72748,-0.72748 -1.45496,-1.38222 0.58198,-1.09122 0.87298,0.36374 1.38221,0 -2.10969,-0.65473 0.72748,-0.72748 -2.10969,0.72748 -0.72748,-0.72748 0.72748,1.38221 -1.38222,0.72748 0.65474,-1.38221 -0.65474,0.65473 -0.72748,-2.10969 0.72748,-1.38221 2.76443,-2.76443 1.38221,-0.72748 1.38222,0 -2.03695,-0.65474 0.65473,-0.72748 0.72748,0.72748 0,-0.72748 0,-0.72748 1.38222,0.72748 -0.72748,-0.72748 0.72748,0 1.38221,-0.65473 2.1097,0.65473 0.72748,0 0.65473,0.72748 0.72748,0 1.38221,2.1097 0.72749,0 0.65473,1.38221 0,-0.72748 1.38221,1.45496 -0.65473,0 1.38221,0.65474 -0.72748,0.72748 1.45496,-0.72748 -0.72748,0.72748 1.38222,0.65473 -0.65474,1.45496 0.65474,-0.72748 0.72748,0 0,-1.38221 0.65473,0 0,0.65473 0.72748,0 0,0.72748 0.72748,-0.72748 0.65473,2.10969 0,1.38222 -0.65473,0.72748 0.65473,0 0.72749,0 0,2.10969 0.65473,-2.10969 -0.65473,-1.38222 0,-0.72748 0.65473,0 0,-1.38221 0.72748,0.72748 1.38221,-1.45496 -0.65473,-0.65473 0.65473,-3.49191 -0.65473,-0.72748 0.65473,0 -0.65473,-1.38222 1.09122,0.58199 0.29099,0.80023 0.65474,-0.65474 -1.38222,-2.10969 0,-0.72748 1.38222,0 -1.38222,-0.65473 0.72748,-0.72748 0.36374,0.43648 -0.36374,-1.16397 1.38222,-0.65473 -0.72748,-0.72748 0.72748,-1.38221 0,-1.38222 0.72748,0.65474 0,-2.03695 0.65473,0 0,-2.10969 1.38221,-1.38222 0.72748,-1.45496 0.72749,0 0,-2.03695 -1.45497,0 0.72748,-1.45496 -1.38221,0.72748 2.76443,-5.6016 -1.38222,-0.65473 0.72749,-1.45496 -0.72749,-0.65474 2.76443,0 2.1097,0.65474 1.38221,-0.65474 1.45496,1.38222 -0.72748,1.38221 0,1.38221 1.38221,2.1097 0.72749,-0.65473 0,1.38221 2.76442,0 0,-0.72748 1.38222,0.72748 1.45496,0 0,-0.72748 1.38221,4.87412 0.65473,0 0,0.72748 0.72749,2.1097 0,0.65473 0.72748,0 -0.72748,1.45496 0.72748,2.03695 0,0.72748 -0.72748,0 0,0.72748 0.72748,-0.72748 -0.72748,1.38221 0.72748,-0.65473 0,0.65473 -0.72748,1.38221 1.38221,0 0,0.72749 -0.65473,0 0.65473,0.72748 -0.65473,0.65473 0.65473,0 -0.65473,1.38221 -0.72748,0.72748 0.72748,0 0.65473,0.72748 -0.65473,1.38222 1.38221,0 -0.72748,0.65473 0.72748,0 0,0.72748 0.65473,-0.72748 1.45496,0.72748 -0.72748,0.72748 0.72748,0 0,2.76443 0.65474,-1.38221 0,-0.72748 0.72748,-1.38222 0.65473,2.1097 2.1097,1.38221 -1.38222,0.72748 0.72748,0 -0.72748,0.65473 -0.72748,0 0,0.72748 0.72748,0 3.49191,2.76443 -1.38221,0 0.65473,0.72748 -0.65473,0.65474 1.38221,-0.65474 0,0.65474 -0.72748,0 -0.65473,0.72748 0,0.72748 -0.72748,0.65473 0,-0.65473 -0.94573,1.38221 -0.43649,0 0.29099,0.21824 -0.29099,0.43649 -0.72748,0 -0.65473,2.1097 -1.38222,-0.65474 -0.72748,1.38222 -1.38221,0 0.65473,0.65473 -0.65473,0 0.65473,0.72748 -1.38221,0.72748 0.72748,0.65474 -0.72748,0 0.72748,2.10969 -0.72748,1.38221 0.72748,0 -0.72748,0.72748 0.72748,0 -0.72748,0.65474 0.50924,0.50923 0.87297,-0.50923 -0.65473,2.83717 0.65473,2.1097 0.72748,0 -1.38221,0.65473 0,1.38221 0.65473,0.72748 0.72748,-1.38221 0,0.65473 0.72748,0.72748 0,1.38222 -0.72748,2.83717 0.72748,-1.45496 0.65474,0 0,-0.65473 0.72748,0.65473 0.65473,0.72748 -1.38221,0.72748 1.38221,0 0,1.38222 0.72748,0 0.72748,0 -0.72748,0.65473 0.72748,0 0.65474,-0.65473 0.72748,2.76442 0.65473,-0.65473 0,1.38222 0.72748,-1.38222 0.72748,2.03695 1.38221,0 0,0.72748 0.65474,1.38221 0,-1.38221 0.72748,0.72748 0.72748,3.49191 2.03694,2.03694 -0.65473,0.72748 0,0.72749 -1.38221,0.65473 0.65473,0 0,0.72748 -0.50924,0.21824 1.23672,2.54619 -0.72748,1.38221 0.72748,-0.65473 0,1.38221 -0.72748,0.72748 1.38221,0 0,0.65473 -0.65473,0 1.38222,0.72749 0.72748,0 -0.72748,0.65473 0,0.72748 0.72748,-0.72748 -0.72748,1.45496 1.38221,-0.72748 0,1.38221 1.38221,-1.38221 0.72748,0.72748 0.72748,0.65473 0,-0.65473 0.65474,0.65473 0,-0.65473 1.38221,1.38221 0,-0.72748 0.72748,0 0.72748,0.72748 0.65474,-2.10969 1.38221,0.72748 0.72748,-1.45496 0,-0.65473 0.72748,-0.72749 -0.72748,0 0.72748,-0.65473 0,-0.72748 0.65473,-0.72748 0,-0.65473 -0.65473,0.65473 0.65473,-1.38221 -1.38221,0 -1.38221,-0.65474 0,-0.72748 -0.72748,-2.10969 0,-0.65473 -0.65474,0 0,-1.45497 -0.72748,-0.65473 0,-1.38221 -1.38221,0 0.65473,-0.72748 -1.38221,-0.72748 0,-1.38222 -0.65474,-0.65473 -0.72748,0.65473 -0.72748,-1.38221 0,-1.38221 -0.65473,0 0.65473,-1.38222 -0.65473,-0.72748 0,-0.72748 -0.72748,1.45496 -0.65473,-0.72748 -0.72748,0.72748 0,-0.72748 0,-0.72748 0.72748,-0.65473 -0.72748,0 0,-1.38222 -0.72749,0 -0.65473,-0.72748 0,-2.10969 0.65473,0 0,-2.1097 0.72749,0.72748 0,-0.72748 0.72748,-0.65473 -0.72748,-2.10969 2.76442,-3.49191 -1.38221,0.72748 0.72748,-0.72748 -0.72748,0 0.72748,-0.72748 -0.72748,0 0.72748,-2.03695 -0.72748,0 0.72748,-1.45496 -1.38221,0 0.65473,-0.65473 0,-0.72748 0.72748,-0.65474 -0.72748,-0.72748 1.38221,-1.38221 0.72748,0.65473 0,-1.38221 0.72748,1.38221 1.38222,-1.38221 1.38221,0 -0.72748,-1.38222 0.72748,0.72748 0,-0.72748 2.1097,1.38222 -0.72748,-1.38222 0.72748,-0.72748 0,-0.65473 0.65473,0 0,-0.72748 -0.65473,-1.38221 1.38221,0.72748 0.72748,1.38221 1.38221,0 0.65474,0.65473 1.45496,0.72748 0,-0.72748 0.65473,0.72748 0,-0.72748 0.72748,1.45496 0.65474,0.65474 0.72748,0 0.72748,0.72748 0.65473,0 0.72748,1.38221 0,-0.72748 1.38221,0 -0.72748,0.72748 0.72748,0 0,-0.72748 0.72749,0.72748 0,0.72748 1.38221,-0.72748 -0.72748,0.72748 0,0.65474 2.10969,0 0.72748,1.38221 2.03695,-0.65473 -0.65473,0.65473 1.38221,0 0,0.72748 0.72748,-0.72748 1.38221,0.72748 0,0.72748 1.38222,1.38221 0,-0.72748 0.72748,-2.10969 1.38221,-1.38221 3.49191,0.72748 0.65473,-1.38222 0.72748,0 1.38222,0 -0.65473,-0.72748 -0.72749,0 -4.21938,0 0,-2.10969 -2.03695,0 0,-1.38222 -1.45496,0.72748 0.72748,-2.83717 -0.72748,-0.65473 -4.14664,-0.72748 -1.38222,0.72748 -2.83717,0 -0.65473,-0.72748 -0.72749,1.38221 0,-1.38221 -0.72748,0.72748 0,-1.45496 -1.38221,0 -0.65473,-0.65474 -0.72748,0.65474 0,-0.65474 -2.1097,0 -0.65473,-0.72748 0.65473,-0.65473 -1.38221,0 0.72748,-0.72748 -2.83718,-0.72748 0.72748,-1.38222 -0.72748,-0.65473 1.38222,0 -0.65474,-0.72748 0,-1.38221 2.1097,-2.83718 0.65473,0 0.72748,-0.65473 0.65474,1.38221 1.45496,-0.72748 -0.72748,-4.14664 1.38221,-4.87412 -1.38221,-2.1097 -2.1097,-0.72748 -1.38221,0.72748 -1.38222,2.1097 -2.10969,2.03694 -0.72748,1.45497 -3.49191,-2.83718 -1.38221,-2.10969 0.72748,-2.03695 -1.38222,-2.10969 -0.72748,-2.83718 1.38222,-6.98382 1.38221,-1.38221 -0.65473,-1.38221 0.65473,0 -0.65473,-1.38222 0.65473,-2.10969 -0.65473,-0.72748 -2.83718,0.72748 0.50924,0.58198 -2.54618,-1.30946 -0.72748,0 0,-2.76443 0.72748,1.38221 0,-0.65473 2.03694,0 -2.03694,-0.72748 -2.83718,-3.49191 0,0.72748 -0.65473,0 0.65473,0.65474 -3.49191,-0.65474 -0.65473,0.65474 -1.45496,3.4919 -2.03695,0 -6.98381,-2.76442 -2.1097,-2.83718 -6.98381,-2.03694 0,-0.72749 -0.72749,-2.10969 0,-0.65473 -1.38221,1.38221 -2.76443,0.65473 0.65474,0.72748 -0.43649,0.87298 0.87298,0.36374 -1.09123,0.87298 -1.45496,-0.72748 -2.03694,2.10969 0,1.38222 -1.45497,-0.65474 -1.38221,0 -0.65473,-0.72748 0,0.72748 -1.45496,-1.45496 -2.03695,0 -0.72748,-0.65473 -0.72748,-1.38221 -1.38222,0.65473 -1.38221,0 -0.72748,0.72748 2.10969,0.65473 0,2.1097 -2.10969,-0.65474 -2.03695,1.38222 -0.72748,-0.72748 0,0.72748 -0.72748,0 -0.65473,0.65473 0.65473,0 0,2.10969 -0.65473,0 -0.72748,1.38222 0.72748,-0.65473 0,0.65473 -0.72748,1.45496 -0.65473,0 1.38221,1.38221 -0.72748,0 0.72748,0.65474 -0.72748,0.72748 0.72748,0.72748 -0.72748,0 1.38221,1.38221 -1.38221,0.65473 2.10969,0 0.72748,0 0,0.72749 0.65474,0 0.72748,2.76442 0.65473,0 0,-0.65473 0.72748,1.38221 0.72748,-0.72748 1.38222,2.1097 -0.72749,0.72748 -2.76442,0.65473 0.65473,1.45496 -0.65473,2.03695 0.65473,0 1.45496,2.10969 -0.72748,2.83718 1.38221,1.38221 -3.4919,-0.72748 -2.76443,-3.49191 -3.49191,0 -2.10969,-2.76442 0.72748,-1.09123 0,0.36374 0,0.72749 2.03694,1.38221 1.45497,0 -0.72749,0.72748 1.38222,-0.72748 2.10969,0.72748 0.72748,-0.72748 -0.72748,0 -0.72748,-0.72748 -0.65473,0.72748 -1.38221,-0.72748 0,-2.03695 0.65473,0 0,-1.45496 -0.65473,1.45496 -0.72749,-0.72748 0,2.1097 -1.16396,-0.80023 0.43648,1.45496 -0.65473,0 -1.38221,-1.38222 0.94572,-0.43648 -0.29099,-0.21825 0.72748,-1.45496 -0.72748,0.72748 -1.38221,0 -0.72748,1.38221 0,-1.38221 -0.43649,-3.85565 1.16397,-1.74595 -1.38222,-0.65473 -0.72748,-2.1097 0.72748,-0.72748 0,0.72748 2.1097,-2.10969 -0.72748,-3.49191 0,-2.1097 -0.72748,-0.65473 2.10969,-0.72748 -1.38221,-0.72748 -0.72748,0 0,-1.38221 1.45496,0 -0.72748,-0.65474 0.72748,-1.45496 -0.72748,0 0,-0.65473 2.10969,-0.72748 1.38221,-2.76443 -1.38221,2.1097 -2.10969,0 -0.72748,0.65473 -1.38222,-1.38222 0,-1.38221 -1.38221,0.65473 0,-0.65473 0,-0.72748 -0.72748,0.72748 0.72748,0 -1.38222,2.1097 -3.4919,0 -0.72748,-0.72749 -0.65474,-2.10969 1.38222,-0.65473 -1.38222,0 -1.45496,2.03694 -2.76443,0 0,-0.65473 -0.72748,0 -1.38221,0.65473 -2.10969,-1.38221 -0.65474,-0.65473 -0.72748,-2.1097 2.1097,-0.72748 -0.72748,-1.38221 1.45496,-0.72748 -2.1097,0 -2.10969,-1.38222 0.72748,-0.65473 -2.1097,1.38221 1.38222,0 -0.72748,0.65474 0,1.45496 1.45496,-0.72748 0.65473,1.38221 -0.65473,0 -0.72748,1.38222 -0.72748,0 -0.65474,0.72748 -1.38221,-4.21939 -3.49191,-3.49191 -0.72748,0 0,-1.38221 3.49191,-1.38222 -1.38221,0 -2.1097,1.38222 -0.72748,0 0.72748,-1.38222 0.72748,-0.72748 -1.38221,0 -0.72748,0.72748 -2.1097,-0.72748 1.38222,-1.38221 1.38221,0.72748 1.45496,-1.38221 -1.45496,0.65473 -1.38221,-0.65473 -1.38222,1.38221 -6.25633,-2.1097 -4.94687,-0.72748 -1.38222,-4.87412 0,-0.65473 -0.65473,0 -2.03694,-1.45496 c -2.09256,0.1771 -4.24916,0.10775 -6.40184,-0.65474 l -0.65473,-1.38221 0,-0.72748 2.1097,-0.72748 -3.49191,0 -1.45496,-0.65473 -3.49191,2.76442 -1.38222,-0.65473 0,2.03695 0.72749,1.45496 -2.83718,0 -1.38221,1.38221 0,-3.49191 1.38221,-1.38221 -1.38221,-4.21939 0.72748,-1.38221 -2.83718,0.65473 0,0.72748 -0.65473,0 0,-1.38221 -0.72748,1.38221 -0.65473,-0.72748 0,0.72748 -0.72749,0 0,0.72748 -2.10969,-0.72748 -1.38221,3.49191 -0.72748,0 0,0.72748 -1.38222,-0.72748 -0.65473,0.72748 -0.72748,-1.45496 -1.38221,0.72748 0,-0.72748 -0.72749,1.45496 -3.4919,0.65473 0,-0.65473 -1.38222,0 -0.72748,-2.10969 1.45496,0 0.65474,0 1.38221,-1.38222 -2.03695,0.65474 0,0.72748 -0.72748,-0.72748 0,-0.65474 0.72748,0 0.65474,-0.72748 0,-0.72748 -2.76443,0.72748 1.38221,-1.38221 0,-1.38222 1.38222,-0.72748 0,1.38222 0.72748,-1.38222 0.65473,0.72748 0,-1.45496 0.72748,0.72748 1.38221,-1.38221 0,-0.72748 1.38222,0.72748 -0.65473,-0.72748 0.65473,-0.65473 0,-2.1097 0.72748,1.38222 0.72748,-0.72749 1.38221,0 0,-0.65473 0.65474,0 -0.65474,-0.72748 0.65474,0 0.72748,-0.65473 -1.38222,0 0.65474,-1.45496 0.72748,-0.65474 0.72748,0 -0.72748,-0.72748 1.38221,-1.38221 -1.38221,-1.38221 0.72748,-3.49191 3.49191,-3.49191 -0.72749,-0.72748 0.72749,0 0,-2.1097 -1.45497,-0.65473 -0.65473,-1.38221 2.1097,-2.83718 0,-0.65473 -1.45497,2.03695 -3.4919,-7.63855 1.45496,1.38221 0,-1.38221 -0.72748,0 -0.72748,-0.72748 -3.49191,-7.63855 -1.38222,-1.45496 -4.14664,-0.65474 -2.83717,2.1097 -0.65473,0 0,0.65473 -1.45497,0.72748 -0.65473,-1.38221 -1.38221,2.03694 -0.72748,0 -0.72748,-0.65473 0,0.65473 0.72748,0 -0.72748,1.45497 -2.03695,-0.72748 0,0.72748 -4.21939,0.65473 -4.87412,2.83717 -0.72748,0 0,0.65474 -1.38222,0.72748 -0.72748,1.38221 -2.03694,-0.72748 -0.72748,0.72748 -4.21939,2.1097 -1.38222,-0.72749 0.72748,0.72749 -1.38221,0.65473 -0.72748,1.45496 -1.38221,0 0,1.38221 -1.38222,-0.72748 0,0.72748 -3.49191,0 -0.72748,-1.38221 0.72748,0 0.65474,-0.72748 -0.65474,-0.72748 0,1.45496 -1.45496,-0.72748 0,0.72748 -2.03694,0 -0.72748,0.65473 -0.72749,0 0,-0.65473 -1.38221,0 -0.65473,-0.72748 -0.72748,0 -0.72748,-1.38221 0.72748,0.65473 0.72748,-0.65473 -0.72748,-2.1097 -0.72748,-1.38221 2.10969,0.65473 0.72748,-0.65473 -1.38221,-1.38222 -0.72748,0.65474 0,-1.38222 1.38221,0 -2.10969,-0.72748 2.10969,0 -2.76443,-1.38221 -2.10969,-6.25634 0,-2.10969 0.72748,-0.72748 -2.83718,-4.14664 -2.764422,-3.491911 -1.382214,-1.382214 -3.491908,-4.219388 -2.109694,0 0,-1.382214 -2.837176,-3.491908 0,-0.727481 2.109695,-0.654733 2.837175,2.036947 -0.727481,-1.382214 0,-0.654733 -1.382213,-0.727481 -0.727481,0 0,0.727481 -0.654733,0 0,-1.454961 -0.727481,-1.382214 2.109695,0 0.654732,-0.654733 0.727481,0.654733 0,-0.654733 0.727481,-0.727481 -1.454962,0.727481 0,-0.727481 -0.654732,1.382214 0,-2.109695 -2.109695,-2.764427 0,-2.109694 -4.219389,-5.601603 4.219389,-0.654733 3.491908,-2.837175 -0.727481,0.727481 2.109695,-0.727481 2.837175,0 2.764426,-0.654733 0.72748,-0.72748 2.03695,-2.764428 0.72748,-2.837175 -0.72748,0 0,-1.382214 1.45496,-0.654732 -0.72748,-0.727481 -0.72748,0.727481 0.72748,-4.219389 1.38221,0 1.38222,-2.764428 1.45496,0 0.65473,1.382214 0,-1.382214 2.83718,2.764428 4.14664,-0.727481 2.10969,1.454962 4.87412,-1.454962 2.83718,-1.382214 3.49191,-0.654733 1.38221,-1.454961 2.10969,1.454961 1.38222,-0.72748 1.38221,-1.382214 2.1097,1.382214 1.38221,2.109694 3.49191,2.109695 2.10969,0 0.65474,-0.727481 2.83717,0 -0.72748,1.382213 1.38221,0.727481 2.1097,2.764427 0.72748,0.727481 0,0.654733 4.87412,1.454962 2.1097,1.382213 -1.38222,1.382214 -1.45496,2.764427 0,2.837175 2.10969,2.764428 2.1097,2.109694 5.6016,4.219389 0,-0.727481 2.1097,1.382214 -1.45497,1.382213 2.83718,1.454962 8.36603,0.654733 1.38221,1.382214 4.87412,0.72748 2.1097,1.382214 0.72748,1.382214 -0.72748,2.109694 2.10969,0.727481 -1.38221,0 0,2.764427 0.65473,2.109695 -0.65473,-0.727481 0,1.454961 0.65473,-0.72748 0,2.109694 0.72748,0 2.1097,1.382214 0.65473,0 4.21939,1.382217 0.72748,-0.654736 2.76443,-0.727481 0,-0.727481 0,-0.654733 1.38221,0 0,1.382214 1.38221,-0.727481 0,-0.654733 2.1097,0 -0.65473,-1.382214 2.76442,-0.72748 0.72748,-1.382214 0.65474,0 0,0.654733 1.38221,-1.382214 0.72748,0.727481 0.72748,-0.727481 0.65474,0.727481 1.38221,0 0.72748,0.654733 -0.72748,0.727481 0.72748,0.72748 1.38221,0 0.72748,1.382214 0.65474,-0.727481 0.72748,1.382214 6.25633,1.454962 3.49191,3.491906 1.45496,0.65473 2.76443,-1.38221 0.72748,0 3.49191,-2.764426 0,0.654736 0.65473,-0.654736 1.38222,-0.727481 0.72748,-4.874122 1.38221,-2.109694 -0.65473,-2.764428 2.03694,-0.727481 -0.65473,-0.72748 2.76443,-2.764428 -0.65473,-1.382213 2.03694,0 1.45496,-0.727481 1.38222,-2.764427 2.10969,-1.382214 0.65473,-1.454962 2.83718,-3.491908 2.03695,0 0.72748,-2.036946 1.38221,0.654733 2.10969,-0.654733 1.38222,0 2.10969,-2.837175 0,-1.382214 2.1097,0.727481 0.65473,-0.727481 -0.65473,-2.109694 3.49191,0.72748 1.38221,-2.109694 -0.72748,-1.382214 1.45496,-0.727481 2.03695,-2.109694 0.72748,0 0.72748,1.454962 0.65473,-0.727481 0,-0.727481 4.21939,-10.475724 -0.72748,-1.382214 -2.1097,-0.654733 0.72749,-1.454961 -0.72749,-2.036947 -1.38221,-0.727481 0,-2.109694 0.72748,-0.654733 2.76443,0 0.72748,2.036947 2.76443,2.837175 0,3.491908 2.10969,1.382214 2.1097,0 0.65473,1.382213 -0.65473,0.727481 0,2.764427 -2.83718,2.109695 -1.38221,0 -0.65474,0.727481 0.65474,2.036946 0,0.727481 0,0.727481 2.10969,3.491908 1.38222,0.654733 0.72748,-0.654733 0,-0.727481 2.10969,-0.727481 2.76443,0 1.38221,-2.764427 0,-0.727481 2.1097,-0.654733 0.72748,2.109695 0.65473,0.654732 -0.65473,2.109695 -3.49191,2.109694 0,0.654733 -3.49191,1.454962 -3.49191,2.036946 -7.71129,3.491908 -0.72749,1.454962 2.1097,2.036946 0,0.727481 -2.76443,0 0,-0.727481 -1.38221,1.454962 -1.45496,-0.509237 -4.14664,1.16397 -0.72749,1.382213 -1.38221,0 -3.49191,4.94687 -2.10969,7.638549 -6.25634,4.219389 -2.10969,2.109695 -0.72748,4.874126 0.72748,1.38221 0.72748,-0.72748 0,1.45496 0.65473,0.65473 -1.38221,0.72748 0,1.38222 -0.72748,0 0,1.38221 0.72748,0.72748 1.38221,0.65473 0.72748,0 -1.38221,-1.38221 3.49191,2.1097 1.38221,0 0,1.38221 1.38221,-0.65473 0,-0.72748 1.38222,0.72748 0,0.65473 1.38221,-2.1097 -2.03694,-0.65473 0.65473,-1.38221 0,-2.1097 0,-0.72748 2.10969,-2.76442 0,0.65473 0.72748,0 0,1.45496 0.65474,0 1.38221,3.49191 1.45496,-0.72748 2.03695,-1.38222 0.72748,-4.87412 2.10969,-2.10969 0,-1.382216 -1.38221,0.654736 0,-0.654736 4.14664,-4.219389 1.38221,0 0,-2.109695 1.45497,-0.654733 1.6732,0.509237 3.20092,-1.236717 6.25633,-4.874122 0.72748,0 4.87413,-3.491908 0,0.654733 1.38221,0 0,-0.654733 -1.38221,0 2.10969,-1.382214 0.65473,0 2.1097,-2.837175 2.83717,-0.654733 0.65474,-2.109694 -1.38222,0 0.72748,-1.382214 -0.72748,-0.727481 0.72748,-1.382213 -0.72748,-2.109695 0.72748,-1.382214 -0.72748,0.654733 -0.72748,-2.764427 0.72748,-0.727481 0.72748,0 0,-0.654733 -0.72748,0 1.38222,-0.72748 0,-0.654733 -2.1097,0.654733 2.1097,-2.109695 2.83717,-1.382214 0.65473,-1.382213 0.72748,0 0,-2.109695 1.38222,0 -0.72748,-1.382213 1.45496,0 0,-1.382214 1.38221,-0.727481 2.1097,-2.764427 0.65473,0 0,1.382214 0.72748,-0.727481 1.38221,0.727481 0.72749,-1.382214 -2.83718,0 0,-2.109694 0.72748,0.72748 1.38221,-2.837175 0.72749,0.727481 0.65473,-1.382214 -0.65473,-0.72748 1.38221,0 0.65473,1.382213 1.45496,-1.382213 2.76443,1.382213 3.49191,0 0,0.727481 1.38221,-1.382214 0.72748,1.382214 1.38222,-1.382214 3.4919,0 -0.72748,-1.454961 -2.03694,-0.654733 0.65473,0 -0.65473,-0.727481 -6.98382,2.837175 -1.45496,0 -1.38221,-2.109694 -2.1097,0.654733 0,-2.036947 -1.38221,-0.727481 0,-1.382213 1.38221,0 0.72748,-1.382214 0.72748,0 2.03695,-2.109694 0,-0.727481 -0.65473,-2.109695 1.38221,-1.382213 0,-1.382214 1.38221,0 0,-0.727481 0.72748,0.727481 0,2.109695 1.38222,0 0,-0.727481 2.10969,-2.109695 0,-1.382213 1.38222,-1.382214 -0.72748,2.109695 1.45496,2.109694 0.65473,0 2.10969,-2.109694 2.1097,-0.727481 -2.1097,1.382213 0.72749,1.454962 -4.21939,7.638549 3.4919,-0.654733 -0.72748,-1.454962 1.45497,-0.654732 0.65473,1.382213 1.38221,0.727481 -0.65473,0.654733 0,1.382214 -1.38221,-0.654733 0.65473,-0.727481 -1.38222,0.727481 0,2.109694 -1.38221,0 3.49191,2.036947 4.14664,-2.764428 0.72748,1.382214 -1.38221,2.837175 0.65473,0.654733 -1.38221,1.382214 -2.1097,0 -1.38221,1.454961 -1.38222,-0.72748 0,1.382213 -1.38221,0.727481 -0.72748,-0.727481 -0.65473,0.727481 -3.49191,0.654733 2.03695,0.727481 1.45496,1.382213 -0.72748,0 0,0.727481 -1.38222,0.654733 0.65474,2.109694 1.45496,-0.654732 0.65473,-0.727481 -0.65473,-1.382214 2.03694,1.382214 -6.25633,6.983816 -0.72748,0 0,3.491908 -0.65474,0.727481 2.76443,2.036946 0,-0.654733 -0.65473,-0.72748 0.65473,-1.382214 3.49191,-1.382214 0,1.382214 2.10969,-0.727481 2.1097,-1.382213 0.65473,-0.654733 0,0.654733 0,0.72748 -2.03694,0.654733 -0.72749,1.454962 3.49191,0 1.38222,-1.454962 0.72748,0.727481 -3.49191,2.109694 0,-0.72748 -0.72748,0 -0.65473,0.72748 0.65473,0.654733 -2.1097,0.727481 0.72748,1.382214 2.1097,0 2.10969,0.727481 0,1.382213 1.38222,0.727481 0,-1.454962 1.38221,0.727481 2.1097,1.382214 3.4919,-0.654733 3.49191,0.654733 0.65473,-2.109695 4.94687,1.454962 0,-0.727481 -3.4919,-3.491908 0.65473,-0.727481 -0.21825,-0.654733 0.72749,0.654733 1.60045,2.837176 4.21939,2.764427 0.65473,3.491908 1.38222,0.727481 2.10969,-0.727481 1.38222,2.109694 2.10969,-0.727481 0,0.727481 0.72748,-0.727481 2.76443,0.727481 0,0.727481 0,2.036947 -6.25634,0.72748 -2.83717,2.764428 0,1.454961 -2.03695,2.036947 -0.72748,1.454961 -2.10969,0 1.38221,1.382214 0,1.382214 1.45496,0 -0.72748,4.874125 0.72748,1.38221 1.38222,0.72748 0.65473,0 0.72748,1.38221 -0.72748,2.83718 0,1.38221 -0.65473,2.76443 1.38221,3.49191 -0.72748,-1.38221 -0.65473,1.38221 -0.72749,0.72748 1.38222,0.65473 -0.65473,1.45496 1.38221,0.65474 0,-1.38222 0.72748,0 2.76443,1.38222 0,2.83717 -0.72748,0 0.72748,0.65473 0,2.1097 -1.38222,0 0.65474,0.72748 -0.65474,0 -0.72748,2.03695 1.38222,-2.03695 0.72748,1.38221 -0.72748,0 0.72748,0.65474 0,0.72748 0.72748,0 0,0.72748 0.65473,-0.72748 1.38221,2.76442 -2.76442,1.45497 0,0.65473 0.72748,0.72748 2.03694,-2.83718 0,2.83718 0.72749,0.65473 -0.72749,1.45496 1.45497,1.38222 1.38221,0 -2.10969,3.49191 1.38221,-2.1097 0.72748,-1.38221 1.38221,0 2.1097,0.65473 0.65473,0.72748 -0.65473,1.38222 0.65473,0.72748 0,-0.72748 0.72748,-1.38222 0.72748,-0.72748 1.38222,0.72748 0,-0.72748 -4.87413,-0.65473 1.38222,-1.38222 0,1.38222 2.10969,0 0,-0.72748 -1.45496,-0.65474 0,-0.72748 0.72748,0.72748 2.76443,-0.72748 0,-0.72748 2.10969,0 3.49191,2.1097 2.1097,0 0,0.72748 0.72748,-1.38222 1.38221,0 0,-0.72748 -0.72748,0 -2.1097,-2.10969 -0.65473,0.72748 0,-0.72748 -2.83717,-4.14664 1.45496,-0.72748 0.65473,0.72748 0.72748,0 1.38222,2.03694 -0.72749,-2.03694 2.1097,-0.72748 0.72748,0.72748 1.38221,-1.45496 0.72748,-3.49191 0.65474,0 -1.38222,-0.65473 2.76443,-0.72749 1.45496,0.72749 2.03695,2.10969 0.72748,2.03695 2.10969,1.45496 0.65474,0 0.72748,2.03694 0.72748,0 0,1.45497 1.38221,0.65473 1.38222,-0.65473 2.76442,2.03694 0.72748,0 -0.72748,2.1097 0.72748,0.72748 -2.10969,0.65473 -2.10969,-2.03695 -0.65474,0.65474 -0.72748,-1.38222 -1.38221,-0.72748 -2.61893,1.60046 2.61893,-2.25519 -2.76443,0 0,1.38221 -0.72748,0.72748 -1.38221,0.65474 -0.72748,-0.65474 0,1.38222 -0.65474,-1.38222 0.58199,1.74596 0.0727,-0.36374 0.72748,0.65473 0.87297,-0.72748 -2.25519,2.83718 0,-0.65474 0.50924,-1.60046 -1.23672,-1.23671 0,0.72748 -0.72748,0 0.21825,0.43649 0.50923,-0.43649 0,0.65473 -0.36374,0 0.36374,0.72748 -0.72748,1.38222 1.45496,0 1.38222,2.83717 -0.72748,1.38221 1.38221,-1.38221 -0.65473,-2.83717 0.65473,0.72748 0.72748,2.76442 2.10969,3.49191 1.89145,0.65473 0.21825,0.72748 1.38221,0.72749 1.38222,0 0,-0.72749 1.38221,4.21939 0.72748,-0.72748 0.65473,2.1097 2.83718,1.38221 0.65473,-0.65473 1.45496,2.76443 0.65474,-0.65474 2.10969,1.38222 0,0.65473 1.38221,0.72748 1.38222,-1.38221 -1.38222,-0.72748 -0.65473,-2.1097 -2.10969,-1.38221 0,-0.65474 0.65473,0.65474 0.72748,-0.65474 -1.38221,-0.72748 -0.72748,0.72748 -1.38222,-2.10969 -2.10969,0 2.83717,-2.10969 1.38222,0.72748 3.4919,-2.1097 -2.10969,0 -0.72748,1.38222 0.72748,-2.76443 -0.72748,0.65473 -0.65473,-0.65473 0,-2.83718 -0.72748,-1.38221 0.72748,-2.10969 -2.1097,-1.38222 0.72748,0 -1.45496,-1.38221 0,1.38221 -2.03694,0 -0.72749,-1.38221 0.72749,0.65473 0.65473,-0.65473 0.72748,0.65473 -1.38221,-2.03695 2.03694,0 0.72748,1.38222 0.72748,0 0,-0.72748 -1.45496,-0.65474 2.1097,0 2.10969,-2.10969 2.10969,0 0,1.38221 3.49191,-2.10969 4.14664,0.72748 5.67351,-2.04747 5.5297,-0.33419 3.36131,0.84819 1.01021,0.47618 2.3089,-0.61755 2.02043,0.70683 3.07858,0.59688 2.25105,0.14137 0.76054,1.91711 2.11546,-0.48031 1.41689,1.0474 7.95521,-0.15626 -0.23564,-0.5448 1.44006,-0.34308 4.436,1.99149 5.12793,0.80686 2.37752,0.0356 3.01501,-0.90436 1.44127,1.56855 3.39715,-0.39293 0.85852,0.87297 3.33863,-1.2095 1.91866,-1.636 3.28812,1.32112 6.9178,2.72004 6.2386,0.59976 -0.72748,0.65473 -2.76443,0.72748 -3.49191,2.10969 -3.4919,1.38222 -2.76443,0 -3.49191,2.10969 -3.49191,1.38222 -1.45496,1.38221 -2.76443,0.72748 0,2.10969 -0.72748,0 -0.65473,1.38222 -1.38221,3.49191 -0.72748,-0.72748 1.38221,-2.76443 -2.1097,2.76443 -2.76442,2.10969 0,-0.72748 -1.38222,0.72748 -2.10969,0 -1.38221,1.38221 0.65473,2.1097 -0.65473,0.72748 1.38221,-0.72748 -0.72748,1.38221 0.72748,2.83718 -0.72748,2.03694 -0.65473,1.45497 -1.38222,1.38221 2.03695,-0.72748 -1.38221,1.38221 2.10969,-0.65473 -0.72748,1.38221 2.10969,0.72748 0,1.38222 0.72748,0.65473 -0.72748,0 0.72748,1.45496 1.38222,-0.72748 0.72748,0.72748 -2.1097,0.65473 0,0.72748 0.65474,0 0,0.65474 0.72748,0 0,1.45496 0,1.38221 1.38221,0 -2.10969,0.65474 0.72748,0 0,0.72748 -0.72748,0.72748 1.45496,0 -0.72748,0.65473 1.38221,0 0,0.72748 0.72748,0 0.65473,1.38221 0.72749,3.49191 0.72748,0.72748 0.65473,-0.72748 -0.65473,1.38222 0.65473,0.72748 0,0.65473 1.38221,2.10969 0.80023,0 -0.21824,1.81871 -0.94573,1.45496 -1.23671,0.87298 -1.09123,0.94572 -1.30946,2.54618 -1.23672,2.54619 -0.94572,2.54618 -0.72748,2.18244 -2.69168,1.45496 -2.40069,1.45497 -3.05542,1.8187 -1.30947,1.8187 -2.90992,4.72863 0.43649,3.7829 3.7829,2.76442 4.21939,4.72863 1.9642,2.54618 2.54618,3.05542 2.32794,0.72748 5.52885,2.03695 2.47344,1.60046 1.45496,1.6732 3.12817,0.50924 -0.72748,1.6732 -0.21825,0.72749 1.45496,0.87297 0.21825,1.09122 2.18244,0.58199 0.21824,-1.45496 2.69168,0 2.90993,1.8187 0.94572,-0.94573 0.29099,0.72748 0.43649,1.30947 2.32794,1.45496 2.32794,3.41916 -1.60046,3.12817 -0.72748,1.45496 -2.03694,-1.30946 -2.47344,0.21824 -1.67321,-1.30947 -1.09122,0.94573 -2.03694,0.1455 0.72748,1.45496 -7.27481,0.94572 -2.90992,-0.21824 -0.87298,1.45496 -1.8187,1.45496 -1.67321,8.00229 -1.60046,1.8187 -1.45496,-0.36374 -0.72748,0.58199 -1.45496,-1.67321 -1.09122,-1.45496 -0.94573,-3.41916 -0.50923,-2.40069 -2.40069,-0.87297 -2.18244,0 -4.36489,1.09122 -2.18244,0.87297 -2.32794,1.45497 0.1455,2.18244 1.6732,1.8187 2.18244,3.6374 0.94573,0.94573 0,3.6374 -0.72748,2.90993 -3.12817,0.36374 -3.85565,0 -2.18244,1.45496 -1.45496,3.7829 0.58198,5.31061 -3.6374,6.69282 -5.81985,10.18474 -4.72862,6.18358 -2.69168,2.18245 0.50923,1.8187 -5.09236,5.09236 -9.23901,9.821 -1.45496,2.90992 0.72748,4.72862 -0.21824,14.76787 0.0727,0.65473 -0.29099,0.14549 -0.65473,0 0,0.72749 0.94572,-0.65474 0.291,2.54619 -0.65474,2.98267 -2.03694,-0.72748 1.45496,1.45496 0,0.65473 0.50924,-1.09122 -0.1455,0.72748 -0.21824,0.43649 -2.54619,5.23786 -4.21939,1.9642 -4.07389,3.05542 -2.61893,-0.50924 z m -3.71016,-229.8112 -0.50923,-2.03694 0.72748,2.10969 z m -4.51038,-10.47572 0.50924,-0.65473 0.87298,-0.50924 z m -33.68236,-19.49649 -0.72748,-0.72748 0,-0.65473 z m -0.72748,-1.38221 -0.72748,0 -0.65473,-0.72748 z m 8.36603,-32.809387 0.43649,-0.290992 0.29099,2.327939 z m -38.41099,-16.077327 0.72748,-1.382213 2.76443,-0.727481 -1.38222,0.727481 z m -2.10969,-12.585418 0,-0.727481 1.45496,0.727481 2.03694,-0.727481 2.83718,-2.036947 0.65473,-0.72748 2.83718,0 1.38221,-2.764428 1.38221,-0.72748 0.72749,0 0.65473,0 0,2.109694 -2.03695,0 -2.10969,4.146641 -4.21939,0 -2.1097,2.837175 z m 6.32908,-7.711297 -0.72748,-0.654733 0.72748,-0.727481 0.65473,0.727481 z m -46.12229,41.248164 -3.4919,1.382213 -1.38222,0 4.87412,-2.109694 -0.65473,0.727481 z m -4.87412,1.382213 -2.10969,0 -0.65474,-0.72748 4.14665,0 z m -16.73206,20.951452 -0.72748,-2.1097 1.38221,0 0.72749,-1.38221 0,0.72748 z m -99.22839,19.56923 0,1.38222 -0.65473,0.72748 z m -4.14664,17.45954 -1.38221,0.65473 0.65473,-0.65473 z m 46.77702,25.82557 -1.38221,0.72748 0.65473,0.65474 -1.38221,-0.65474 1.38221,-0.72748 z m 5.6016,10.47573 1.38222,0.72748 -0.72748,1.38221 -0.65474,-1.38221 z m 23.71588,27.93526 0,0.72748 -0.50924,0 z m 4.21939,-9.74824 1.38221,-2.83718 0.72748,-0.65473 -0.72748,0 3.49191,-0.72748 0,2.10969 0.72748,0 -0.72748,1.38222 0,1.38221 -0.72748,-0.65473 -0.65473,-0.72748 0,0.72748 0.65473,0 -1.38221,0.65473 -1.38222,0 z m -0.72748,-3.49191 0.72748,-0.80023 0,-0.65473 0.65473,-0.65473 0.72748,0 0,1.38221 z m 13.3129,-6.98382 2.76442,0.65474 -2.10969,0 z m 3.49191,-0.72748 1.38221,-0.72748 0.65473,0.72748 1.45496,0 -0.72748,1.38222 -1.38221,0.72748 -0.72748,0 0.72748,-0.72748 -0.72748,0 0,-0.65474 z m 2.76442,1.38222 0,0.72748 -0.72748,0.65473 0,0.72748 -0.65473,-0.72748 z m 1.81871,-3.63741 0.29099,-0.21824 0,0.36374 z m 0.29099,-0.21824 0,-0.29099 -0.72748,-0.72749 0,-0.72748 0.72748,0 1.38221,0 0,0.72748 z m 1.38221,-1.01848 0.72748,0 0.65473,-0.72748 0.72749,1.45497 z m 20.22397,8.36603 2.10969,-2.10969 0,0.72748 z m 10.98496,2.69168 0.21824,0.1455 0.21825,0.43649 z m 0.43649,0.58199 1.89145,2.32794 0,1.38221 z m 28.4445,50.48717 -1.45496,0.72748 0.72748,-1.38221 z m -23.78862,-6.25634 0,0.72748 -1.38222,-0.72748 -0.72748,-0.72748 1.45496,0 -1.45496,-0.65473 0,-0.72748 1.45496,0.72748 0.65474,0 z m -8.36603,24.44336 -0.72749,0.72748 -0.65473,-0.72748 0,0.72748 -0.72748,-0.72748 1.38221,-0.72748 z m 4.87412,4.87412 -0.65474,1.38222 0,-0.65474 z m -15.34985,-30.04496 0.36374,-0.29099 0.36374,0.29099 z m 0.36374,-0.29099 -0.0727,-0.1455 0.1455,-0.21824 0.29099,0 z m -0.36374,-8.07504 1.38222,-0.65473 0.72748,0.65473 -0.72748,0 -0.65474,0.72748 0,-0.72748 z m -29.60847,-7.78404 -0.0727,-0.21825 0.36374,0.36374 z m -0.0727,-0.21825 -0.36374,-0.36374 0,-0.72748 z m -22.6974,7.34756 -0.1455,0.29099 -0.58198,-0.29099 z m -2.10969,6.98382 -0.65474,1.38221 -0.72748,-0.72748 0.72748,-0.65473 0,-0.72748 z m 0,5.52885 -0.65474,0.72748 -0.72748,-2.10969 0.72748,0 z m 0.72748,2.54618 0,0.291 -1.38222,0.65473 z m 2.76442,10.76672 -0.65473,1.38221 -0.72748,0 0,-0.72748 z m 4.87413,3.49191 0,0.65473 -1.38222,0 0,-0.65473 z m 3.4919,2.76443 1.45497,0.72748 0,0.65473 -0.72749,-0.65473 -0.72748,0.65473 z m 4.94687,3.4919 2.03695,0.72749 0,0.65473 -0.65473,0 0,0.72748 -0.72748,0 -2.1097,-1.38221 z m -1.45496,0.72749 -1.38221,0 0.72748,-1.38222 0.65473,0.65473 z m 2.1097,1.38221 0.72748,0.72748 -0.72748,0.65473 -1.38222,-1.38221 z m 8.80251,6.11084 0.291,0.14549 -0.72748,0.72748 z m 5.8926,7.12931 -0.72748,1.45496 -0.65473,-1.45496 0.65473,0.72748 -1.38222,-2.10969 z m 1.38221,4.94687 -1.38221,0 -0.72748,-0.72748 z m -0.72748,0.65473 0,1.38222 -1.38221,-2.03695 z m 6.32909,11.20321 1.38221,0 0,0.65473 z m 2.10969,2.10969 0.58198,1.23672 -0.58198,-0.58199 0,0.72749 -0.72748,0 -0.72748,-0.72749 0,-0.65473 0,-0.72748 z m 3.49191,6.98382 0.65473,2.03694 -1.38221,0.72749 0.72748,-0.72749 -0.72748,0 0,-1.38221 -0.72748,0 -0.65474,-1.38221 0.65474,-0.72748 0.72748,1.45496 z m -2.1097,-0.72748 0.65474,2.10969 -0.65474,0 0.65474,1.38222 -0.65474,0 0,-0.72749 -0.72748,-0.65473 0.72748,-1.38221 -1.38221,0 0.65473,-0.72748 -0.65473,-1.38222 1.38221,0 z m -0.72748,0 -0.65473,0 -1.45496,-1.38222 0,0.65474 -1.38222,0 0.72749,-0.65474 -0.72749,0 0,-1.38221 1.38222,0.65473 0.72748,0.72748 z m 6.98382,9.09351 2.10969,0 0,0.65473 0.72748,0.72748 0,0.72748 -0.72748,0.65474 0,-0.65474 -0.72748,-0.72748 -0.65473,0 0,-0.72748 0.65473,0 z m 2.10969,2.76443 1.38222,-0.65474 1.38221,1.38222 -0.65473,0.65473 -0.72748,-0.65473 0,0.65473 -0.65474,-0.65473 z m 9.09351,2.83717 0,0.65473 -0.72748,0.72748 0,-1.38221 -0.65473,1.38221 -0.72748,-1.38221 0,0.65473 -0.72748,-0.65473 2.10969,-0.72748 z m 1.38222,0.65473 0.72748,0.72748 -0.72748,0.65474 -0.72748,-0.65474 z m 2.76442,2.83718 0.72749,0.65473 -0.72749,0.72748 -0.65473,0.65474 z m 4.21939,4.14664 0.72748,0.72748 0,1.38221 -0.72748,-0.72748 0,0.72748 -0.72748,-0.72748 -0.65473,0 z m 19.56924,-4.87412 0.65473,-0.72748 1.45496,0 0.65474,1.45496 -1.38222,0 -2.10969,0.65473 -0.65473,-0.65473 z m 55.87053,18.18702 0.14549,0.58198 -0.14549,0.0727 z m 4.14664,23.71587 0,-1.38221 1.45496,0 -1.45496,-0.72748 2.10969,-0.65473 1.38222,-0.72748 -0.65474,0.72748 2.1097,0.65473 0.65473,-0.65473 1.38221,0 -0.65473,0.65473 0.65473,0 0.72749,0.72748 -1.38222,1.38221 -0.72748,0 -1.38221,0 z m -17.45954,-4.87412 0.72748,-0.72748 -0.72748,0 -0.65473,-0.65473 0.65473,-0.72748 0.72748,0.72748 2.10969,-0.72748 -0.72748,2.10969 -0.65473,-0.72748 z m -80.96862,-5.6016 -0.72748,-0.72748 0,-0.65473 0.72748,0.65473 z m 137.56663,0 1.38221,-0.72748 -1.38221,-0.65473 z m -55.14305,-12.58542 -0.72748,-1.38221 0.72748,-2.76443 0.65473,-2.10969 0,0.65473 1.38222,-0.65473 0.72748,0.65473 1.38221,2.10969 0,1.38222 0,1.45496 0.72748,-1.45496 0,1.45496 -1.38221,0.65473 -0.72748,0 z m -150.87953,-2.76443 -1.38221,-0.72748 2.10969,-0.65473 0.65474,1.38221 z m 183.68892,-4.21938 0.65473,0 2.83717,-0.65474 1.38222,-2.10969 1.38221,-0.72748 -2.10969,0.72748 -0.65474,1.38221 -2.83717,1.38222 -1.38221,-1.38222 z m -15.34985,-1.38222 0.65473,-1.38221 1.38222,-0.72748 -2.03695,0.72748 z m 13.96763,-2.10969 0.65474,-1.38222 0.72748,-2.10969 -0.43649,-0.36374 0.43649,-2.40069 -2.1097,-2.54618 0,-0.29099 -0.43649,-0.291 -0.94572,-1.09122 -1.60046,-0.36374 -0.50924,-0.29099 -0.0727,0.1455 -0.65474,-0.1455 -1.38221,2.76443 0,1.38221 -3.49191,4.21939 -0.65473,0.65473 1.38221,-0.65473 3.49191,-3.49191 0,-2.83717 1.30947,-1.89145 0.58198,0.14549 2.54618,1.45496 0.43649,0.58199 0,1.16397 2.1097,1.38221 -0.72748,2.1097 0.29099,0.29099 -0.29099,1.74595 z m -239.55944,-2.76443 0,-0.72748 1.38221,-0.65473 0,-0.72748 -0.72748,-0.72748 -0.65473,1.45496 0.65473,-2.1097 -0.80023,-0.80023 -1.23671,-0.58198 1.38221,1.38221 -1.38221,-0.72748 0.65473,0.72748 -0.65473,0 0.65473,0.65474 -0.65473,0 0.65473,0.72748 -0.65473,0 0.65473,0.72748 -0.65473,0.65473 -0.72749,0 0,-0.65473 -0.72748,0.65473 -0.65473,-0.65473 0.65473,-2.1097 -1.38221,1.38222 0,-0.72748 1.38221,-1.38222 -1.38221,0.72748 0.72748,-0.72748 -1.38221,0 0.65473,0.72748 -0.65473,1.38222 -0.72748,-0.72748 0,-0.65474 -0.36374,0.36374 -0.36374,1.01848 -1.38222,-0.72748 1.38222,-2.03695 1.45496,0 0.65473,-0.72748 0.72748,0 0.36374,-0.36374 -0.36374,-0.36374 0.65473,-0.65474 0.72748,0.65474 0,-0.65474 1.38222,0 -1.38222,-0.72748 0.72749,0 0,-0.65473 0.65473,-0.72748 -3.49191,0 0.72748,-1.38221 1.38221,0 -0.72748,-1.38222 -2.03694,2.03695 -1.45496,0.72748 -0.65474,-0.72748 0,0.72748 -0.72748,0 -0.65473,0.72748 -1.45496,0.65473 0,-1.38221 1.45496,-0.72748 1.38221,-1.38221 0.65474,0 0,-0.65474 0.72748,0 -0.72748,-0.72748 -0.65474,-0.72748 0.65474,-0.65473 -0.65474,-0.72748 2.1097,0 -2.1097,-0.65474 0.65474,-0.72748 0.72748,0 0.72748,-0.72748 -2.1097,0 0,-0.65473 -0.72748,0.65473 0,-0.65473 -0.65473,0 -2.1097,0.65473 -1.38221,-1.38221 4.14664,-2.1097 0.72748,-0.65473 0.65474,-1.38221 0.72748,0.65473 0,-0.65473 -0.72748,0 0.72748,-0.72748 0,-2.1097 0.72748,-0.65473 3.49191,-3.49191 2.03694,-0.72748 -0.65473,0.72748 0,0.65473 0.65473,-0.65473 1.45496,0 0,0.65473 1.38222,0 2.10969,-1.38221 0.65473,0.72748 0,-0.72748 1.38222,0 2.83717,0.72748 2.76443,-0.72748 0.72748,-0.72748 0.65473,0.72748 -0.65473,0 1.38221,0.72748 0,-0.72748 0.72749,0 1.38221,0.72748 -1.38221,0.65473 1.38221,0 0,1.38222 0.65473,-1.38222 0.72748,0.72749 1.38222,0 -0.65474,2.10969 0.65474,0 0.72748,-1.45496 0.65473,0 0,0.72748 -0.65473,0 0.65473,0.72748 -1.38221,0.65473 2.10969,0 -1.38221,0.72748 1.38221,0 0.72748,0.65474 -0.72748,0.72748 0,0.72748 -1.38221,0.65473 0.65473,1.38221 -1.38221,0 1.38221,2.1097 -0.65473,1.38221 0.65473,0 0,0.72748 2.10969,0 -1.38221,0.72748 -1.38221,0 -0.72748,-0.72748 -0.65474,0.72748 0.65474,1.38222 -0.65474,2.10969 -1.45496,0 0,-1.45496 -1.38221,-0.65473 -0.65473,0 -0.72749,1.38221 -1.38221,-1.38221 -0.72748,0.65473 0,1.45496 -0.65473,0.65474 -2.1097,-3.49191 0.65474,1.38221 0,3.49191 -1.38222,0 0,-0.65473 -1.38221,0.65473 -1.38221,-2.03695 -0.72749,0.65474 0.72749,2.83717 0,0.65473 -0.72749,0 -2.10969,-2.76442 -0.65473,0 -0.72748,0 0.72748,0.65473 -1.38222,0 -0.72748,-1.38221 0,0.72748 -1.38221,-2.1097 0.65473,2.1097 0,0.65473 -0.65473,0 1.38221,0.72748 -0.72748,0 0.72748,0.72748 -0.72748,0.65473 1.45496,0 0.65474,0 0,0.72748 -0.65474,0.65474 1.38222,0 -0.72748,0.72748 0,0.72748 -0.65474,-0.72748 0.65474,1.38221 -0.65474,0.72748 0.65474,0 0,0.65474 -0.65474,0 0.65474,1.45496 -2.1097,1.38221 0,-0.72748 z m 137.56663,-2.83717 0.72748,-0.65474 0,-0.72748 -0.72748,0.72748 0,-0.72748 -1.38222,0.72748 0,-0.72748 -0.72748,0 0,-0.65473 0.72748,0 0,-0.72748 0.65474,0.72748 0.72748,-0.72748 0.72748,-0.72748 0.65473,-0.65474 0.72748,1.38222 0,0.72748 -0.72748,0 0,-0.72748 -0.65473,0.72748 0.65473,2.03695 z m 2.10969,-2.03695 0,0.65473 -0.72748,0 z m -10.47572,-3.49191 0.65473,-1.45496 0.72748,0 0,0.72748 z m 2.10969,0 0,-1.45496 1.38222,0 0,1.45496 z m 23.71588,-2.83717 0,-1.38222 0.72748,0 -0.72748,-0.72748 0.72748,-0.65473 -0.72748,0 -0.72748,-0.72748 1.45496,-0.65474 -1.45496,0 0,-0.72748 0.72748,0 -0.72748,-0.72748 -0.65474,0.72748 0,-0.72748 0,-0.65473 -0.72748,0.65473 -0.65473,0.72748 -0.72748,0 2.10969,2.76443 0.65474,0 -0.65474,0.72748 0.65474,0.72748 z m -2.1097,-5.60161 0.72748,0 -0.72748,0.72748 z m 31.42718,4.94687 0.21824,-0.21824 0.50924,0.21824 0,-0.72748 -0.50924,0.50924 -0.21824,-0.1455 0,-0.36374 -0.65474,0 0.65474,0.36374 z m -57.98023,-3.49191 1.45496,-0.72748 -0.72748,0 -0.72748,-0.72748 z m 37.75626,0 0,-1.45496 -0.72748,-1.38221 z m 6.25633,0 0.72748,-1.45496 -0.72748,0 z m -50.26892,-0.72748 -2.1097,-2.76442 1.38222,0 0.72748,1.38221 z m 57.25274,0 0,-2.76442 -0.65473,2.03694 z m -5.6016,-2.10969 0.72748,-2.76443 -0.72748,-0.72748 0.72748,0 0,-0.65473 -1.38222,0 0,-1.45496 -1.38221,0.72748 0.65473,-0.72748 -0.65473,0 -1.45496,0.72748 0.72748,0 -1.38221,0.72748 1.60045,0.50923 -0.21824,0.1455 0.72748,0 -0.50924,-0.1455 0.50924,-0.50923 -1.45496,0 0.72748,-0.72748 0.72748,0 1.38221,0.72748 0,0.65473 0.65474,0 -0.65474,0.72748 0.65474,0 -0.65474,0.65473 -0.72748,0 1.38222,0.72749 -1.38222,0.72748 0.72748,0 z m 2.83717,0 0.65474,0 1.45496,-2.1097 -0.72748,-0.65473 -1.38222,1.38222 z m -57.25274,-0.65473 -0.72748,-0.72748 0.72748,-0.72749 -0.72748,0 0,-0.65473 -1.38221,0.65473 0,-0.65473 -0.72749,-0.72748 0.72749,-0.65473 0.65473,0.65473 1.45496,0.72748 0,-0.72748 -1.45496,0 0.72748,-0.65473 1.38221,0.65473 z m 11.13046,-2.83718 2.10969,-0.65473 0.72748,-1.45496 -0.72748,-0.65474 1.38222,0 0.50923,-1.52771 0.36374,-0.58198 0.50924,0 0,-0.72748 0.72748,0 0,-0.65473 -0.72748,0.65473 -0.50924,0.72748 -0.14549,0 -0.21825,0.58198 -0.50923,0.80023 -3.49191,1.38222 -0.65474,0 -0.72748,0.72748 2.1097,-0.72748 2.10969,0 z m 24.44335,0 0.72748,-0.65473 0.65474,0 0,-0.72748 0.72748,0 0,0.72748 0.72748,-0.72748 0,0.72748 0.65473,-0.72748 -0.65473,0 0,-1.38222 -0.72748,0 -1.38222,0.65474 0.65474,0.72748 -0.65474,0.72748 -0.72748,0 -0.65473,-0.72748 0.65473,-0.72748 -0.65473,0 -1.45496,0.72748 -0.65473,0.72748 1.38221,0 0.72748,-0.72748 z m -40.52068,-2.76443 -0.65473,-2.10969 0.65473,0.72748 0,-0.72748 0.72748,1.38221 0.72748,0 0,0.72748 z m 60.8174,0 0.65473,0 1.38222,-1.38221 -1.38222,0.65473 z m -54.48832,-1.38221 -1.38221,-0.72748 0.65473,-0.72748 0,0.72748 0.72748,0 z m 10.47573,-2.10969 1.38221,0 1.38222,-0.72749 z m 41.90289,0 0,-1.38222 1.38222,0 -0.72748,-0.72748 1.45496,-1.38221 -2.1097,0 0.65474,0.65473 -1.38222,1.45496 -1.38221,0 1.38221,0.65473 -0.65473,0 z m -48.23198,-0.72749 1.45497,-0.65473 -0.43649,0 2.18244,-1.45496 2.40069,-0.65473 3.49191,-2.83718 -1.38222,0.72748 -2.10969,2.1097 -1.38222,0 -1.01847,0.65473 -2.47343,0.72748 0,0.72748 0.29099,0 z m 0,-2.10969 0.72749,0 -2.1097,-0.65473 0.72748,-0.72748 -0.72748,-0.65474 -0.65473,0.65474 0.65473,0 -0.65473,0.72748 z m 48.88672,-1.38221 0.72748,-1.38222 -2.1097,0 0,0.72748 1.38222,0 z m -15.34985,-0.65474 0.72748,-0.72748 0,-0.72748 0,-1.38221 -0.72748,0.72748 0,1.38221 0.72748,-0.72748 z m 2.1097,-0.72748 0,-0.72748 -0.72748,0 z m 10.47572,0 1.38221,-2.76442 -2.10969,0.65473 -0.65473,0.72748 z m 107.52167,0 2.10969,-0.72748 1.52771,-1.09122 0.58199,-0.29099 -0.0727,-0.0727 0.80023,-0.58198 -1.45496,-2.1097 0.72748,0 0,-1.38221 0.72748,0.65473 0.65473,-1.38221 0.72748,1.38221 0.65474,-0.65473 -0.65474,0 0.65474,-1.45496 -0.65474,0 0,-1.38222 1.38222,0 1.38221,0 0,-0.65473 0,-0.72748 -0.65473,0 1.38221,-0.72748 0.65473,0.72748 1.45497,0 0.65473,-0.72748 1.38221,-1.38222 -2.03694,0.72749 0,0.65473 -1.45497,0 0,-0.65473 -1.38221,0.65473 -0.65473,0.72748 0.65473,0.72748 -1.38221,0 0,0.65473 -0.72748,-1.38221 -1.38222,1.38221 -1.38221,-2.76442 1.38221,3.4919 -0.65473,0 0.65473,0.65474 -0.65473,0.72748 -0.72748,0.72748 -0.72748,1.38221 0,1.38222 -0.65473,0 1.30946,1.30946 -0.50924,0.36374 z m -101.26533,-0.72748 1.45496,0 0,-1.38221 -1.45496,-0.65473 0,0.65473 0.72748,0.72748 -0.72748,0 z m -28.59,-0.65473 0.65473,-0.72748 0.72748,0.72748 0,-1.38221 -0.72748,0.65473 0,-1.38221 z m 31.42717,0 1.38221,0 -2.10969,-1.38221 z m -52.37862,-0.72748 3.49191,-0.65473 2.10969,-0.72748 -0.72748,-0.72749 -2.76443,1.45497 -1.45496,0 z m 33.53687,0 0.65473,0 -0.65473,-0.65473 z m 2.03694,0 1.45497,0 -0.72749,-1.38221 -0.72748,-0.72749 -1.38221,-0.65473 -0.65473,0.65473 0.65473,0.72749 0,-0.72749 2.10969,1.45497 z m 43.35786,0 4.87412,0 0.65474,-0.65473 -0.43649,-0.50924 0.14549,-0.58199 0.291,-0.36374 0,-1.38221 -0.291,1.74595 -0.36374,0.36375 0.21825,0.21824 -0.21825,1.16397 -2.83717,-0.65473 z m -32.15465,-0.65473 0.72748,0 1.38221,-0.72748 0,-1.38222 1.38222,0 0.72748,-0.72748 -0.72748,0 -2.1097,0.72748 -0.65473,0.65473 -1.45496,0 -0.65474,0.72749 z m -7.7113,-0.72748 0.72748,0 -0.72748,-0.72749 1.45496,0 -1.45496,-0.43648 0,-0.21825 -0.29099,0.1455 -0.36374,-0.1455 -0.72748,0.65473 1.09122,-0.50923 0.29099,0.0728 0,0.43648 z m 22.40641,0 -0.72748,-1.38222 0.72748,-0.72748 0.65473,0.72748 z m -31.42717,-0.72749 1.38221,-0.65473 0,-0.72748 -0.72748,0.72748 -0.65473,-0.72748 z m -29.39023,-1.38221 2.1097,-0.65473 0,-0.72748 -0.65474,0.72748 -0.72748,-0.72748 z m -3.49191,-0.65473 4.21939,-2.83718 -0.72748,0 0,-1.38221 2.1097,-2.1097 -1.38222,0 0,0.72749 -0.72748,1.38221 -0.65473,-0.72748 0,1.45496 -0.72748,0.65473 0,-0.65473 -0.36374,0.29099 -0.29099,-0.29099 0,0.65473 0.29099,-0.36374 0.36374,0.36374 1.38221,0 -3.49191,2.1097 z m 87.29771,0 2.10969,-0.72748 2.69168,-3.27367 1.52771,0.50924 -1.38221,-0.72748 -0.1455,0.21824 -0.58198,-0.21824 -2.1097,3.49191 -1.38221,0 z m -96.31847,-0.72748 -1.45496,-1.38222 0,0.65474 -0.65473,-0.65474 0.65473,-0.72748 -0.65473,0 0,0.72748 0,0.58199 z m 1.38222,-2.1097 0.65473,0 0.72748,-0.65473 z m 55.14304,0 0.72748,0 1.38222,0 0.72748,0 2.03695,-1.38221 -2.76443,1.38221 -0.72748,-0.65473 -0.65474,-0.36374 0,-0.36374 0,-0.72748 -0.72748,-0.65473 0.72748,1.38221 -0.72748,0 -0.65473,0 -0.72748,0.72748 1.38221,-0.72748 0.72748,0.36374 0,0.36374 0.65474,0 z m 118.72488,0 0,-0.65473 -1.38221,0 z m -124.32648,-1.38221 0.72748,-0.72748 0.72748,0.72748 -0.72748,-1.38221 0,-1.38222 -0.72748,0 z m -52.37862,-0.72748 0.72748,-0.65473 0.72748,0.65473 -0.72748,-1.38222 z m 62.85435,-2.03695 1.45496,0 0,-0.72748 -2.83718,-0.72748 0,0.72748 2.1097,0 z m -54.41557,-1.45496 3.49191,-2.76443 -0.72748,0 z m 29.31748,0 0,-0.65473 0.65473,-0.72748 0,1.38221 z m 20.22396,0 0,-0.65473 0.72748,0 0,-0.72748 -0.72748,0 -0.65473,0.72748 z m 16.07733,-0.65473 0,-0.72748 0.72748,0.72748 0,-0.72748 0.65473,0 1.38222,-2.1097 1.45496,0.72748 0.65473,-0.72748 -1.38221,0 0,-0.65473 -1.38221,0.65473 1.38221,-2.03694 0.72748,-2.83718 -0.72748,2.10969 -1.38221,2.1097 -1.38222,0 0,0.65473 -0.72748,1.45496 -0.72748,-1.45496 0,2.1097 z m 97.77343,-0.72748 1.38221,-0.65474 0.72748,-0.72748 0.65473,0 2.1097,-2.10969 -1.38221,0 -0.72749,-0.65473 0.72749,-2.1097 -2.1097,-2.83717 0,-1.38222 -0.65473,0.72748 0.65473,1.38222 0,0.72748 1.38221,0.65473 0,0.72748 -0.65473,1.38221 1.38222,2.1097 -0.72749,0 0,1.38221 -1.38221,-0.72748 0,1.45496 -1.38221,0 z m -115.96045,-0.65474 0.72748,-0.72748 0.72748,0 -1.45496,-1.38221 1.45496,0 0,-0.72748 -1.45496,0.72748 0,0.65473 -0.65473,0.72748 z m 13.3129,0 0.65473,0 1.45496,-0.72748 0,-0.72748 z m -23.06114,-0.72748 0.72748,-0.72748 0.65473,0.72748 0,-0.72748 0.72748,-0.65473 0.65473,0.65473 0.72748,0 0.72749,-0.65473 0,-0.72748 1.38221,-0.65473 -2.1097,0 0.72749,0.65473 -0.50924,0.21824 -0.21825,-0.21824 0,0.36374 -0.72748,0.36374 -0.65473,-1.38221 0,-0.72749 -0.72748,0.72749 -0.65473,0 -0.72748,1.38221 z m 3.4919,-1.74595 0.21825,-0.1455 0.50924,0.50924 -0.72749,0 z m -50.9964,0.36374 0.72748,0 0.65473,-2.1097 2.10969,-2.10969 2.1097,-0.65473 0.72748,0 0.65473,-2.1097 0.65474,-1.38221 -0.65474,0 -0.65473,0 0,0.65473 0.65473,-0.65473 0,0.65473 -1.38221,2.1097 -2.1097,1.38221 -2.76442,2.10969 -1.38222,0 0.65474,1.38222 z m 0,-0.72748 0.72748,-1.38222 0.65473,0 -0.65473,0.72749 z m 9.09351,0.72748 2.10969,-2.1097 0.65473,-1.38221 -2.76442,2.76443 z m 46.77702,0 0.72748,-0.36374 0,0.36374 0.65473,-0.72748 -0.65473,0.36374 0,-0.36374 -0.72748,0 -2.1097,-0.65473 0,-0.72749 -0.65473,1.38222 2.10969,0 z m 6.32908,-0.72748 2.03695,-0.65473 -0.65474,-0.72749 0.65474,-0.72748 -1.38222,0.72748 0,0.72749 z m 11.13046,0 0.72748,-0.65473 0.65473,0.65473 0,-0.65473 1.45496,-1.45497 -2.83717,0 -0.65474,0.72748 -0.72748,0.72749 z m -11.85794,-2.1097 1.38221,-0.65473 0,-0.72748 -0.65473,0.72748 z m 16.73206,-1.38221 0.72748,0 2.76443,-0.65473 0.72748,-0.72748 0,0.72748 2.10969,-1.45496 0,-2.76443 1.38221,-0.72748 0,-0.65473 2.76443,-2.83718 0.72748,0 0,-1.38221 0.72748,0 -1.45496,-3.49191 -0.65473,0 -1.38221,0.72748 0.65473,0 0,0.65473 -1.38222,2.1097 -3.4919,0.72748 -2.1097,0.65473 0,0.72748 1.38222,-0.72748 -0.65474,1.45496 -1.38221,1.38222 -0.94573,1.30946 -0.72748,0.58199 -0.43648,-0.50924 -0.72749,1.38221 1.16397,-0.87297 0.21825,0.21824 0.50923,-0.80023 0.94573,-0.65473 0,-0.65473 1.38221,-0.72749 -2.10969,3.49191 2.10969,-1.38221 -2.10969,2.10969 2.10969,-1.38221 0,-0.72748 1.38222,-1.38221 0.72748,0.65473 -1.45496,1.45496 1.45496,-0.72748 0.65473,1.38221 -2.10969,2.1097 0,-0.72748 -1.38222,0.72748 0.72748,-1.38222 -1.38221,1.38222 0,-0.72748 z m 9.82099,0 1.38221,-1.38221 -0.72748,-1.38222 -0.65473,2.1097 z m -166.22937,-0.65473 -0.72749,-1.45496 1.45497,-2.03695 -0.291,1.60046 0.291,-0.94573 0.65473,0.72748 0,1.38222 -0.65473,-0.72748 0,1.45496 -0.58199,-0.58199 z m -0.72749,-1.45496 -0.65473,0 0,-0.65474 0.65473,-0.72748 z m 135.52969,1.45496 2.76442,-1.45496 1.38222,0 0.72748,-1.38222 1.38221,-1.38221 0.72748,-0.72748 -0.72748,0 -0.65473,-0.65473 0.65473,1.38221 -0.65473,0 -0.72748,0.72748 -0.72748,0.65473 0,0.72748 -0.65474,-0.72748 -0.72748,0.72748 -0.65473,-0.72748 -2.10969,2.1097 0.65473,0 z m 37.02877,0 0.65473,-0.72748 0.72749,0.72748 -0.72749,-1.45496 -0.65473,0.72748 z m -86.64297,-0.72748 0.72748,0 1.38222,-0.72748 -0.72748,-1.38222 0,1.38222 z m -5.6016,-0.72748 3.49191,-2.76443 -0.65473,0 -1.38222,1.38221 z m 44.01259,0 0.72748,-1.38222 -0.72748,0 z m 3.49191,0 1.38221,0 0.72748,-1.38222 0.72749,-2.10969 -0.72749,0 1.38222,-1.38222 0.72748,0 -0.72748,0.72749 1.38221,-0.72749 -0.65473,1.38222 0.65473,0 0,-0.65473 1.45496,0.65473 -1.45496,1.45496 -0.65473,1.38221 2.10969,-2.10969 0,-0.72748 -0.72748,-0.65473 1.38222,-2.83718 0.58198,-0.21824 0.1455,0.21824 0.50923,-0.50924 2.25519,-0.87297 -1.38221,0 1.38221,-1.38222 -0.65473,0 0,-0.72748 1.01847,0.36374 -1.01847,-1.01847 0.43649,-0.65473 -1.16397,0.43648 0,-0.50923 -0.72748,0.72748 -2.03695,0 0.65474,0.65473 -0.50924,0.72748 -0.1455,0 0.0727,0.1455 -0.80023,1.23672 0,-0.65474 -0.72748,0 -0.65473,0.65474 0,-0.65474 -0.72748,0 0,1.38222 0.72748,-0.72748 1.38221,-0.65474 -1.38221,1.38222 0.65473,0 -0.65473,2.76442 0,-0.65473 -2.1097,1.38222 -0.72748,3.4919 -0.65473,0 z m 4.87412,-7.63855 0.72748,-0.72748 0.72748,-0.65474 0.65474,0.65474 -0.65474,1.38221 -0.72748,0.72748 -0.72748,-0.72748 0.72748,0 z m 2.1097,-0.72748 -0.58199,-1.23672 0.0728,-0.1455 2.61893,0 0,1.38222 -0.72748,0 -0.65473,0.72748 0.65473,0 -0.1455,0.14549 -0.65473,0.291 z m 1.38221,-2.76443 0.72748,-0.21825 0,0.21825 z m -2.76443,6.98382 -0.72748,0 0,-0.72749 0,-0.65473 1.45496,-0.72748 -0.72748,0.72748 z m 10.47573,3.4919 0,-1.38221 -0.72748,-0.72748 0.72748,-0.72748 -0.72748,0 0,0.72748 -0.65474,0.72748 z m -67.72847,-0.72748 0.65473,0 0.72748,-1.38221 z m 50.99641,-0.65473 0.65473,-0.72748 0,-0.72748 0,-2.03695 1.38221,-1.45496 -0.65473,2.10969 0.65473,-0.65473 1.45497,-0.72748 -0.72749,0 0,-0.72748 0.72749,-0.65473 -0.72749,0 0.72749,-0.72748 -1.45497,0.72748 -1.38221,2.10969 -1.38221,2.03695 0.72748,-0.65473 0.65473,0.65473 -1.38221,0.72748 z m 11.13045,0 2.1097,-2.10969 -0.72748,-0.72749 -1.38222,1.38222 1.38222,-0.65473 z m -51.65114,-0.1455 0.65474,-1.30946 -0.65474,0.72748 z m 90.78961,-0.58198 0.65474,-2.1097 -0.65474,-0.65473 -0.72748,2.03695 z m -99.88312,-0.72748 0.21825,-0.21825 0.50923,0.21825 0,-0.65473 -0.50923,0.43648 -0.21825,-0.0727 0,-1.09123 0.72748,-1.38221 -1.45496,2.1097 0.72748,0.36374 z m 44.01259,0 1.38222,-1.38222 0,-1.38221 0.72748,0 -0.72748,-0.72748 z m -122.21678,-0.65473 0,-1.38222 0.65473,-0.72748 0,1.38221 z m 124.98121,0 0,-0.72749 1.38222,0 0.72748,-0.65473 -0.72748,0 2.10969,-2.10969 -1.38221,0.65473 0,-1.38221 -0.72748,0 0,-0.65474 1.45496,-1.45496 0.43649,0 -0.43649,1.45496 0.65473,-1.45496 -0.21824,0 0.21824,-0.65473 -0.65473,0 -0.72748,0.65473 0.72748,-2.76443 -0.72748,1.38222 0,-1.38222 0.72748,-0.72748 -0.72748,0 0,-0.65473 0,-1.38221 0,-0.72748 0.72748,-0.72748 -0.72748,0 0,-0.65474 0.72748,-0.72748 -0.72748,0 0,-0.65473 -0.72748,-0.72748 -0.65474,1.38221 0,0.72748 0.65474,0 0,0.65474 -1.38222,1.45496 0.72748,0 0.65474,0.65473 -1.38222,0 0.72748,0.72748 0.65474,0 0,0.65473 0.72748,0 -1.38222,1.45497 0.65474,0 0,0.65473 0.72748,0.72748 -0.72748,1.38221 -0.65474,0.72748 -0.72748,0 0,0.65474 -1.38221,-0.65474 0,0.65474 0.72748,0 0,0.72748 0.65473,0 0,-0.72748 0.72748,-0.65474 0.65474,0.65474 -0.65474,2.10969 0.65474,0 -1.38222,0.72748 -0.65473,0.65473 z m -7.63855,-0.72749 0.65474,-1.38221 -0.65474,-0.72748 z m 22.9884,-0.65473 2.10969,-1.45496 -0.65473,-0.65473 0.65473,0 -1.38221,-0.72748 2.10969,-0.65474 -2.10969,0 0,-0.72748 1.38221,-1.38221 0,-0.72748 -0.65473,-0.65473 -0.72748,-1.45497 -0.50924,-0.50923 0.50924,-0.1455 -0.72748,0 0.21824,0.1455 -1.60046,0.50923 0,-0.65473 0.72748,-1.38221 -0.72748,0.65473 0,-0.65473 -0.65473,-1.45496 0.65473,0 0.72748,0.72748 0.65474,-0.72748 -2.03695,-2.03695 -1.45496,0 0,0.65473 1.45496,0 -1.45496,0.72748 -0.65473,0 -0.36374,-0.36374 0.36374,-0.36374 -0.72748,0 -0.65474,0 0,0.72748 -0.72748,0 0,0.65474 0,0.72748 -0.72748,1.38221 0.72748,-0.65473 0,-0.72748 0.72748,0 -0.72748,1.38221 0.72748,-0.65473 0.65474,1.38221 -0.65474,0.65473 0.65474,0 1.38221,-2.03694 0,2.03694 1.45496,0 -0.72748,1.45497 0.72748,0 0.58199,0.58198 0.80022,-1.30947 1.38222,0 0,2.1097 0.72748,0 -1.45496,1.38221 0,-1.38221 -0.58199,1.16397 0.58199,0.21824 0,0.72748 -0.65474,2.76443 1.38222,-1.38221 z m -2.03695,-8.43878 -0.72748,-0.65473 0,-0.72748 0.72748,0.72748 z m -3.49191,-2.76442 0.65474,-0.72748 1.38221,0.72748 -1.38221,0.72748 0.72748,-0.72748 z m 4.14664,0.72748 -0.65473,0 -0.72748,-0.72748 z m -11.13045,9.74824 2.03694,-2.10969 -0.65473,-2.76443 -0.72748,1.38221 0.72748,0 0,0.72748 -0.72748,0.65474 0.72748,0 z m 26.4803,0 2.10969,-0.72748 -0.65473,-0.65473 -0.72748,0 z m -73.33007,-0.72748 0.72748,-0.50924 0,0.50924 0.72748,0 0.65473,-0.65473 0,0.65473 1.38222,-2.03695 -1.38222,0.65474 -1.38221,0.87297 0,-0.14549 z m 99.22839,-0.65473 0.65473,-0.72748 1.38221,0 0,-2.1097 -0.65473,0 0,0.72748 -0.72748,0.72748 0,-0.72748 -0.65473,1.38222 z m -60.8174,-0.72748 1.45496,-2.76443 -0.72748,0 z m 26.55305,0 0.72748,0 0.65473,-1.38222 -0.65473,0 z m -16.07733,-0.65474 0.50924,-0.21824 0.21824,0.21824 0.72749,-0.72748 -0.94573,0.50924 -0.50924,-0.50924 z m -46.04953,-0.72748 0,-2.76442 -0.72749,2.03694 z m 2.10969,0 0.65473,-2.10969 -1.38221,1.38221 z m 55.87053,0 0.65473,0 0.72748,-0.72748 0.65474,-0.65473 0.72748,-1.38221 -0.72748,0.65473 0,-0.65473 -0.65474,0.65473 0.65474,0.72748 -0.65474,0 z m 21.60618,-0.72748 2.10969,0 -0.72748,-0.65473 0.72748,-0.72748 -1.38221,0 0,-0.65473 z m -16.07733,-0.65473 1.45497,-0.72748 0.65473,0 1.38221,-1.38222 0,0.72749 4.21939,-2.1097 2.76443,-2.83717 0,-2.03695 -0.65473,0.65473 0.65473,-1.38221 0,-1.38222 -1.38222,-1.38221 -0.65473,0.65473 -1.45496,0 -0.65473,-1.38221 0.65473,-0.72748 0,-0.65473 -0.65473,-0.72748 -1.38222,0 0,0.72748 0,0.65473 -2.83717,3.49191 -1.38222,0 0,2.10969 -2.76442,1.38222 -0.72748,0.72748 0.72748,0 -0.72748,0.72748 0.72748,0 0.65473,0.65473 -0.65473,0 0.65473,0.72748 -0.65473,0.65473 1.38221,0 0,2.1097 z m -16.00457,-0.72748 1.38221,-1.38222 -0.72748,1.38222 1.38221,-2.1097 -1.38221,0.72748 z m -81.04137,-0.65473 0.72748,-1.45497 0.65473,-0.65473 -1.38221,0 0,0.65473 -0.72748,-0.65473 0.72748,1.38221 -0.72748,0 z m 71.94785,0 0.65474,0 0,-0.72749 0,-0.72748 0,-0.65473 0.72748,-0.72748 -1.38222,0.72748 0.65474,0 -1.38222,1.38221 1.38222,-0.72748 z m -2.10969,-0.72749 0,-0.72748 0.72748,0.72748 0,-1.38221 0.65473,0.65473 0,-0.65473 -0.65473,0 0,-0.72748 -0.72748,-1.09122 0,-0.29099 -0.1455,0.0727 -0.58198,-0.80022 0,-0.65474 0.72748,0 0,-0.72748 -0.21824,-0.43649 0.21824,-0.21824 -0.72748,-0.72748 0.72748,-0.72748 1.38221,-0.65474 -0.65473,2.1097 1.38221,0.65473 0,0.72748 0,0.65474 1.38222,0.72748 -0.72748,-1.38222 0.72748,-0.72748 -1.38222,0 -0.72748,-0.65473 0,-1.45496 0.72748,0 -0.72748,-0.65474 1.38222,0 0.72748,-1.38221 -0.72748,0.65473 0,-0.65473 -2.76443,1.38221 -1.38221,0.65474 0.65473,0.72748 0.50924,0.94572 -1.16397,1.16397 0.65473,0.65474 0,0.72748 -0.65473,0.72748 1.23671,-0.65474 0.1455,0.21825 0,0.43649 0.72748,0.65473 -0.72748,1.38221 -1.38221,-0.65473 0,0.65473 0.65473,0 z m 9.74824,0 1.45497,-0.72748 0.65473,-1.38221 -0.65473,0 0.65473,-0.65473 0,-0.72748 -1.38222,1.01847 0,-1.01847 -0.72748,0.72748 -0.65473,0.65473 0,-0.65473 0,-1.45496 -0.72748,0 -0.65473,0.72748 0,1.38221 1.09122,-0.50924 0.29099,0.50924 0,0.72748 0,0.65473 z m 0,0 0,-1.38221 0.72748,0.65473 z m -0.65473,-1.38221 0.65473,-1.38221 0.50924,0.50923 z m -0.29099,-1.23672 -0.43649,-0.87297 0.72748,0.72748 z m 49.1777,2.61893 1.38222,-1.38221 -1.38222,-0.72748 -2.10969,0 0,1.38221 z m -104.75724,-0.72748 0,-4.14664 -0.72748,1.38222 z m 11.85794,0 0.72748,-0.65473 0,0.65473 0.65473,0 -0.65473,-0.65473 0,-1.38221 z m 99.15564,-0.65473 2.83717,-1.38221 0.65474,0 0,-0.72748 -3.49191,1.38221 z m 64.96404,-0.72748 1.45496,-1.9642 0.65473,1.30947 0.65474,-1.45496 -0.65474,0 0,-0.65474 0,-0.72748 -1.38221,-0.65473 0.65473,0 -1.38221,-0.72748 -0.72748,-1.38222 -2.03695,-2.10969 -0.72748,0 0,-2.76443 -0.72748,0 0.72748,-1.45496 -2.10969,-0.65473 1.38221,-1.38222 0,-0.72748 1.45496,0 -1.45496,-0.72748 1.45496,-2.03694 -0.72748,0.65473 -0.72748,-2.10969 1.45496,-0.65474 0.65473,0 1.38222,-0.72748 0.72748,0 1.38221,4.21939 0.72748,0 -0.72748,-0.72748 0,-2.10969 -0.65473,-0.65474 2.03695,-1.38221 -2.03695,0 1.38221,-2.1097 4.14664,2.1097 -2.03694,-1.45496 -0.72748,-0.65474 0.72748,-1.38221 -2.1097,-1.45496 -0.72748,0.72748 1.38222,0 0.72748,0.72748 0,0.65473 -1.38222,0 -1.38221,0.72748 -1.45496,2.76443 -3.49191,0 -1.38221,2.83718 0,1.38221 1.38221,0.65473 -2.03695,2.1097 1.38222,2.83717 -2.1097,0.65474 -0.72748,0.72748 2.1097,-0.72748 0.72748,0 -0.72748,0.72748 -0.65474,0.65473 0,0.72748 0.65474,-1.38221 1.38221,1.38221 0.72748,0 0,0.72748 0.72748,0.65473 0.65473,0 0.72749,1.38222 0.65473,0 0,0.72748 2.83717,2.10969 -0.65473,0.80023 -0.0727,-0.14549 z m -199.76624,-0.80023 3.49191,-0.58198 -2.76443,0 -0.72748,-0.72748 z m 81.76885,-0.58198 0.65473,-1.38222 -0.65473,0 z m 168.26632,-1.38222 1.38221,0 0.72748,-0.72748 -0.72748,-0.65473 0,0.65473 z m -278.62517,-0.72748 -0.72748,-0.65473 0.72748,-0.72748 0.65473,1.38221 z m -0.72748,-0.65473 -0.65473,0 0,-1.45496 z m 111.74106,0.65473 0.72748,-0.72748 0.65473,-0.65473 -0.65473,0 0,0.65473 -0.72748,-1.38221 0,-0.65474 -0.65473,0 0.65473,-0.72748 -1.38222,0 0.72749,0.72748 -0.72749,0 0.72749,0.65474 0.65473,0 -0.65473,1.45496 z m -113.12327,-0.65473 -1.38222,-1.45496 0.65473,0 -0.65473,-0.65474 0,-0.72748 -0.72748,0 0.72748,-1.38221 0,0.72748 0.65473,0 0.72749,0 0,0.65473 0.72748,0.72748 -0.72748,0 0,0.65474 -0.72749,-0.65474 z m -0.72749,-3.49191 -0.65473,-2.10969 -0.72748,-0.72748 0.72748,0 0.65473,0.72748 z m 105.48473,3.49191 0.58198,-0.94573 0.1455,0.21825 0.65473,-1.38222 -0.80023,1.16397 -0.58198,-1.16397 0,-0.72748 -0.72748,1.38222 0.72748,0 z m 4.87412,0 1.38221,-0.72748 0.72748,-0.72748 -0.72748,-1.38222 0,1.38222 -0.65473,0.72748 -0.72748,-0.72748 -0.21824,0.21824 -0.43649,-0.87298 0.65473,-0.72748 -1.09122,0.58199 -0.29099,-0.58199 0,0.72748 0.29099,-0.14549 0.43649,0.80023 -0.72748,0.72748 z m 7.7113,0 0.65473,-0.72748 -0.65473,-1.38222 -1.38222,0.65474 0,0.72748 0.65474,-0.72748 0.72748,0 z m -80.31389,-0.72748 -1.38221,-1.38222 0,0.65474 z m 61.47213,0 1.38222,0 -2.83718,-2.1097 z m -72.67533,-0.72748 -0.65474,-1.38222 0.65474,0.72748 z m 13.96763,-0.65474 3.49191,-0.72748 -1.38222,0 z m 123.59899,0 1.45497,0 0,-0.72748 -2.1097,-0.65473 2.1097,-0.72748 3.4919,-1.38221 1.38222,0 0,-0.72748 0.65473,-0.65474 -0.65473,0 0,-0.72748 0.65473,-1.38221 -1.38221,0.65473 0.72748,-0.65473 -1.38222,-0.72748 0.65474,-0.65474 -0.65474,0 -0.72748,1.38222 -1.38221,-0.72748 -2.83718,2.10969 -1.38221,0.72748 0.72748,0.65474 0,-0.65474 0.65473,-0.72748 0.72749,0 -0.72749,0.72748 2.83718,0 -0.72748,0.65474 -0.65473,0 0,0.72748 -0.72748,0.65473 -1.38222,0 0,-0.65473 -0.72748,0 0,0.65473 0.72748,0.72748 -1.38221,1.38221 1.38221,0 z m 0,0 0,-0.72748 0.72749,0 z m -127.74563,-0.72748 1.38221,0 -1.38221,-0.65473 0,-0.72748 -0.72748,0.72748 0.72748,0 z m 179.46952,-0.65473 1.38222,-1.45496 1.38221,0.72748 0.72748,-0.72748 -1.38221,-0.65473 -2.1097,1.38221 -0.72748,-0.72748 0,-0.65473 -0.65473,0.65473 -2.1097,-1.38221 z m 6.25634,0 -0.65473,-0.72748 -0.72749,-2.10969 0,2.10969 z m -30.04496,-1.45496 0,-2.76443 2.10969,-1.38221 1.38222,-2.1097 -1.38222,-1.38221 0.72748,1.38221 -0.72748,0 0,0.72748 -0.65473,0.65474 -0.72748,0 0.72748,0.72748 -2.10969,0.65473 0,2.1097 -1.38222,-0.65474 -0.72748,0 0,1.38222 0.72748,-1.38222 1.38222,1.38222 z m 17.45954,-0.65473 -1.38221,-3.49191 -0.65474,0.65473 0.65474,0 z m -159.17281,-1.38222 0.65473,-0.72748 0,-1.38221 0.72748,-0.72748 0,-1.38222 -0.72748,1.38222 -1.38221,2.10969 0.72748,-0.72748 z m 14.62236,0 0.72749,0 1.38221,-0.72748 0.72748,0 -0.72748,-1.38221 0,0.65473 -1.38221,0 -0.72749,0.72748 z m 123.599,0 -2.03695,-0.72748 -0.72748,-1.38221 0,0.65473 0,0.72748 z m -141.05854,-0.72748 0.72749,-2.76443 0,-2.10969 z m -14.62236,-0.72748 0,-0.65473 -1.45496,0 -0.65474,-0.65473 0,0.65473 z m -44.01259,-1.38221 -0.72748,-1.38222 0.72748,-0.72748 0.65473,0 0,-1.38221 0.72748,0.72748 0.72748,0.65473 -1.45496,0.72748 0,0.72748 z m -0.72748,-1.38222 -0.65474,-0.72748 0.65474,-0.65473 0.72748,0 z m 115.23296,1.38222 1.38222,0 0,-0.65474 -1.38222,-0.72748 z m -128.47311,-0.65474 -2.83718,-0.72748 0,-1.38221 -0.65473,1.38221 0,-1.38221 -0.72748,1.38221 -0.65474,-0.72748 0,-0.65473 0.65474,0 -0.65474,-0.72748 0.65474,-0.65473 -1.38222,0 0,-1.45496 1.38222,0.72748 0.72748,0 0,1.38221 0.65473,0 2.83718,0.72748 -1.38222,0 1.38222,0.65473 z m -2.83718,-2.83717 -0.65473,-1.38221 0.65473,0 0,0.72748 0.72748,0 0.72748,0.65473 z m 104.75724,2.83717 -0.65473,-1.45496 -1.38221,-0.65473 z m 9.82099,0 0.65474,-0.72748 0,-0.72748 -0.65474,0 0.65474,-1.38221 0.72748,-0.65473 0,0.65473 0,1.38221 0.72748,-0.65473 0,0.65473 -0.72748,0.72748 z m 1.38222,-2.83717 0.72748,-0.65473 0.65473,1.38221 z m -107.52167,2.10969 -0.72748,-1.38221 0,-0.72748 -0.72748,0.72748 0,-0.72748 0.72748,-1.38221 -2.1097,0.72748 0.72748,-0.72748 -0.72748,-0.72748 -0.65473,0 0.65473,-2.03695 -2.10969,1.38221 -0.65473,0 0,-1.38221 -0.72749,-0.72748 -0.65473,-2.1097 0.65473,0 0,-0.65473 -0.65473,0 1.38222,-0.72748 -0.72749,0 -0.65473,-0.72748 0.65473,-0.65473 -1.38221,0.65473 0,-0.65473 0.72748,-0.72748 -1.45496,0.72748 -0.65473,-0.72748 1.38221,-0.65474 -1.38221,0 0.65473,-0.72748 -2.76443,0.72748 3.49191,-1.45496 -2.10969,0 0.72748,-1.38221 3.49191,1.38221 -0.72749,-0.65473 -0.65473,0 -0.72748,-0.72748 -0.72748,-0.65474 -0.65473,-0.72748 -0.72748,-0.72748 0.72748,0 -0.72748,-0.65473 0.72748,0 -0.72748,-0.72748 -1.38222,-0.65473 1.38222,0 3.4919,0.65473 -2.76442,-1.38221 -0.72748,-0.72749 0.72748,-0.65473 0.65473,1.38222 0.72748,-1.38222 0.72748,2.1097 0,-0.72748 1.38222,0.72748 -0.72749,-0.72748 0,-0.0727 0.72749,-2.03695 -1.38222,1.38221 -1.45496,-2.03694 1.45496,-1.45496 0,-0.65474 -2.83717,-2.10969 -0.65474,-2.1097 -0.72748,0.72749 -0.72748,-0.72749 0.72748,-2.76442 0,2.10969 0.72748,0 2.03695,-2.10969 0.72748,2.10969 1.38221,-2.10969 0.72749,0.65473 1.38221,-0.65473 0,1.38221 2.76443,-1.38221 -2.03695,0 -2.10969,-2.83718 0.65473,-2.76442 0.72748,0 0,-1.38222 0.72748,0.65473 0.65473,-0.65473 -0.65473,-0.72748 0,-0.65473 -0.72748,0 0,-0.72748 -0.72748,-0.72748 1.45496,-0.65474 -0.72748,0 -1.38221,-1.38221 0.65473,-2.10969 -0.65473,1.38221 -0.72749,0 0,-1.38221 -0.65473,1.38221 -1.45496,0 -1.38221,0.72748 0,-0.72748 -2.1097,0 -4.14664,-2.1097 1.38221,-0.65473 0.72749,0.65473 2.03694,-0.65473 -0.65473,-0.72748 0,-0.72748 0.65473,0 -1.38221,-0.65473 0.72748,-0.72748 -0.72748,0 -1.38222,-2.1097 -2.76442,0 -0.72748,-0.65473 -1.38222,0 -2.10969,-0.72748 1.38221,-0.65473 -0.65473,-0.72749 1.38221,-0.72748 -1.38221,0 0.65473,-0.65473 3.49191,0.65473 0,-1.38221 -0.65473,-0.65473 2.76442,-0.72748 0,-1.38222 1.38222,-1.38221 1.38221,0 1.45496,1.38221 0.65474,-0.72748 0.72748,0 2.10969,1.38222 0,-0.65474 -2.10969,-1.38221 -1.38222,-0.72748 -1.45496,-1.38222 -1.38221,0.65474 -2.1097,1.45496 -2.76442,0 0,-0.72748 0.72748,-0.72748 -1.45496,0 -0.65474,0.72748 -1.38221,-2.1097 -1.45496,-0.65473 -0.65473,0 0,-0.72748 -0.72749,0.72748 -1.38221,-1.45496 -2.10969,-1.38221 -1.38222,0.72748 -0.72748,-0.72748 0.72748,-0.65474 0.72748,0.65474 0.65474,-1.38222 0.72748,-0.72748 0,0.72748 0.65473,0 -0.65473,0.72748 1.38221,0 1.38221,0 0.72749,0.65474 2.10969,0 0.65473,-0.65474 0,0.65474 0.72748,-1.38222 0.65474,0 0.72748,-1.38221 0.72748,0 0.65473,0.65473 0.72748,2.1097 0.65473,0 0,0.72748 0.72748,-0.72748 2.76443,0 1.45496,-2.1097 0.65474,0.72748 2.10969,-1.38221 0,1.38221 2.76443,-0.72748 1.45496,0 -0.72748,1.45496 1.38221,-1.45496 0,0.72748 2.1097,-0.72748 -0.72748,-0.65473 0.72748,-0.72748 2.76442,0.72748 1.45497,-1.38221 1.38221,-0.72749 3.49191,1.38222 0.65473,-0.65473 0.72748,1.38221 2.1097,0 0.65473,2.10969 -2.76443,0 -0.72748,0.65474 0.72748,0 -0.72748,0.72748 -0.65473,-0.72748 -0.72748,0.72748 1.38221,0 -2.76443,0.65473 4.21939,0 -0.72748,0.72748 0.72748,0.72748 -1.45496,0.65473 2.10969,0 0,-0.65473 1.38222,0.65473 0.72748,0.72748 1.38221,0.65474 2.1097,3.49191 0,2.10969 -1.38222,2.10969 -4.21939,1.38222 -1.38221,-1.38222 -1.38221,1.38222 2.76442,2.10969 -0.65473,2.76443 -0.72748,0.72748 -0.72748,1.38221 -2.03695,0.72749 -0.72748,-0.72749 0,0.72749 0.72748,0 2.03695,0 0.72748,-1.38222 0.72748,-0.72748 0,2.1097 -0.72748,2.10969 0.72748,0.65473 -0.72748,1.38222 -0.72748,2.10969 -2.03695,2.1097 -0.72748,0 0.72748,0.72748 -0.72748,4.14664 0.72748,3.4919 -1.45496,2.1097 0,1.38221 -2.76442,2.1097 -1.38222,0 -1.38221,0.72748 -1.45496,0.65473 -0.65474,0.72748 2.1097,-1.38221 2.03694,0.65473 2.1097,0 -1.38221,1.38221 0.72748,0.72749 0.65473,0 2.83717,2.76442 2.76443,3.49191 1.38221,1.45496 -0.65473,1.38222 -4.94687,0.65473 -0.65473,1.45496 -3.49191,0 -1.38221,-0.72748 -0.72748,0 1.38221,0.72748 0.72748,0.65473 -2.10969,-0.65473 1.38221,0.65473 0.72748,0 0.65473,0 0.72749,0.72748 -0.72749,0 -1.38221,1.38222 1.38221,-0.72748 0,0.72748 4.94687,1.38221 1.38222,2.83718 -1.38222,0.65473 0,-0.65473 -1.45496,0.65473 -1.38221,0 -2.76443,-0.65473 0.65473,1.38221 -0.65473,0 -0.72748,0.65473 z m -3.49191,-70.56564 -2.10969,-0.65473 1.38221,-0.72748 2.10969,0.72748 z m -3.49191,48.88671 0.65473,0 0,0.65474 z m -2.83717,0 -2.1097,-1.38221 -1.38221,-2.76443 1.38221,0 0,0.65474 2.1097,2.83717 z m 0,0 0,1.45497 -1.38222,-1.45497 0,-0.65473 z m -1.38222,1.45497 -0.14549,0.14549 -0.1455,-0.14549 z m -0.29099,0 -1.09122,0 0,-1.45497 z m 0.1455,0.14549 0.87297,1.23672 -1.45496,-0.72748 z m 68.60144,17.96878 0.65473,-2.10969 -0.65473,0.72748 z m 9.09351,0 0,-0.65473 0.65473,0.65473 0,-0.65473 0,-1.45496 -0.65473,1.45496 -0.72748,-0.72748 0,0.72748 z m 27.93527,0 0,-0.65473 -1.45497,0 z m 48.88671,-0.65473 1.38221,0 -1.38221,-0.72748 0,-1.38222 -0.72748,1.38222 z m -157.13586,-1.45496 1.38221,-1.38222 0,0.72748 0.65473,0 -0.65473,0.65474 z m 4.14664,-1.38222 -0.65474,-1.38221 0,0.72748 -0.72748,-0.72748 0.72748,-0.72748 0.65474,0 0,-0.65474 -0.65474,0 0.65474,-1.38221 0.72748,0 0,-0.72748 0.65473,0.72748 0,-0.72748 0.72748,0 -1.38221,-0.72748 2.10969,0.72748 -1.45496,1.38221 -0.65473,0 1.38221,2.1097 -0.72748,1.38221 -0.65473,0 0,-2.10969 z m -3.49191,-0.65473 -1.38222,-0.72748 0,-1.38222 0.72749,-0.72748 0,1.38222 0.65473,0.72748 z m 154.37143,0 0.65474,-0.72748 1.45496,-3.49191 -1.23672,-1.8187 0.50924,-0.94573 1.38221,0.65474 1.38222,-1.38222 0,-1.38221 -0.65474,0 -1.38221,1.38221 0,-0.72748 -0.72748,1.45496 -0.72748,0.65474 0.21824,0.29099 -0.21824,0.43649 -1.38222,0.65473 0,1.45496 -1.38221,1.38221 0,1.38222 z m 16.73206,0 1.38222,-0.72748 0.72748,0 0.72748,-1.38222 -1.45496,0 0,-0.72748 -2.76443,0 1.38221,1.38222 z m -84.46052,-1.45496 0,-0.65474 0.65473,0 -0.58198,-1.16397 0.14549,-0.43648 0.43649,-0.43649 0,1.30946 0.72748,-1.38221 0.65473,0.72748 -0.65473,-1.45496 -0.72748,-0.65473 -0.43649,1.89145 -0.21824,0.21824 0,-2.83717 -0.72748,3.4919 z m 0,-2.03695 0.0728,0.21824 -0.0728,0.43649 z m 5.52885,0.65473 2.1097,0 0,-0.65473 1.38221,0 -0.65473,-2.10969 0.65473,0 -0.65473,-2.83718 -2.1097,-0.65473 -0.72748,-0.72748 -0.65473,0 0.65473,0.72748 -1.38221,0 -1.38222,-2.1097 0,0.72748 -1.38221,-0.72748 1.38221,2.1097 -0.72748,1.38221 0,1.38222 0.72748,-1.38222 0.72749,2.1097 0.65473,0.65473 1.38221,-2.03695 -0.65473,3.49191 z m 41.24817,0 -0.72748,-1.38221 -0.65474,-0.72748 0.65474,-1.38221 0.72748,0 0,0.72748 0.65473,0 0.72748,0.65473 -0.72748,1.45496 -0.65473,0 z m -31.42718,-0.65473 0.65474,0 3.4919,0 -3.4919,-1.45496 z m 34.1916,-2.83717 -0.65473,-0.65474 0.29099,-0.36374 -1.01847,0.36374 -1.38221,-0.72748 0,0.72748 -1.38222,-0.72748 -0.72748,-1.38221 -0.72748,0.65473 -0.65473,0 1.38221,-1.38221 -0.72748,-0.65474 1.45496,-0.72748 -0.72748,-2.10969 0.72748,0 0,0.72748 0.65474,2.10969 1.38221,0 0,0.65474 2.83717,2.10969 -0.50923,0.21825 0.50923,0.50923 z m 11.85794,0 0.72748,0 0.72748,-2.76443 -1.45496,2.10969 z m -48.88671,-0.65474 0.72748,-0.72748 -0.72748,-2.10969 0.72748,-0.65474 -1.38221,-0.72748 -2.1097,-4.87412 -0.72748,0.65473 0.72748,3.49191 1.38221,2.83718 z m 82.42358,0 1.38221,-1.45496 -0.65473,-0.65473 -0.72748,1.38221 -1.38222,-0.72748 z m -180.19701,-0.72748 0,-0.72748 1.45496,-0.65473 -1.45496,-0.72748 -0.65473,0 0,-0.65474 2.10969,0 0,-0.72748 0.65474,0.72748 0.72748,0 -1.38222,2.03695 0,0.72748 z m 266.1125,-0.72748 0,-4.87412 0.72748,-0.65473 0.65473,0 -0.65473,-0.72748 -0.72748,-1.38222 0,2.1097 -0.72748,3.4919 z m -164.84716,-1.38221 1.45496,-0.65474 -1.45496,0 z m -17.45954,-1.38222 0.72748,0 -0.1455,-0.58198 z m -85.84274,-2.10969 -1.45497,-1.38221 1.45497,0 -0.72749,-1.38222 1.38222,0 0.72748,2.76443 -1.38221,-0.65473 z m 100.53785,-0.65473 1.38221,-0.72748 -0.65473,-0.72749 -0.72748,0.72749 z m 16.73206,-0.72748 -2.76443,-3.49191 0.72748,-1.38222 -0.72748,-0.72748 0.72748,-2.10969 0,-1.38222 1.38222,1.38222 0,0.72748 0.65473,0.72748 0,1.38221 1.45496,0.65474 -0.72748,0.72748 0,2.10969 1.38221,0.65473 -0.65473,0.72749 -0.72748,0 0,-0.72749 z m -128.47312,-1.38222 0,-0.72748 -1.38221,0 0,-0.65473 0.65473,-0.72748 -1.38221,0 0,-0.72748 -0.65474,0.72748 -1.45496,0 0.72748,-1.38222 1.38222,0 -0.65474,-0.72748 2.03695,0 -1.38221,-0.65473 -2.76443,-0.72748 0.65473,0 0,-0.72748 -0.65473,0 -1.38221,1.45496 -1.45497,-1.45496 0,2.10969 -2.03694,0.72748 -0.72748,0 0.72748,-0.72748 -1.38222,0.72748 0.65474,0 0,0.65474 -0.72748,0 -0.65474,-0.65474 0,-0.72748 0.65474,0.65474 0,-1.30947 0.72748,0 -0.72748,-0.72748 0,-0.72748 -0.65474,0.72748 0,-0.72748 1.38222,-0.65473 0,-0.72749 -2.1097,0 0,-0.65473 0.72748,-0.72748 -1.38221,0.72748 -1.45496,0 0.72748,-1.45496 -0.72748,0 0.72748,-0.65473 0.72748,0 -0.72748,-0.72748 2.10969,0 -0.72748,-1.38222 2.83718,-0.72748 -0.72748,0 0.72748,-0.65473 0,-0.72748 -2.1097,0.72748 -1.38221,-0.72748 0.65473,-0.65473 -1.38221,-0.72748 -2.76443,-0.72749 1.38221,-0.65473 0.65474,0.65473 0.72748,-0.65473 0.72748,0 -0.72748,-0.72748 0.72748,0 2.03695,0.72748 -0.65474,-0.72748 1.38222,-0.65473 -4.21939,0.65473 -0.65474,0.72748 -0.72748,-0.72748 -1.38221,0 0.72748,-0.65473 -0.72748,-0.72748 -0.72748,0 0,0.72748 -1.38221,0 0.72748,0.65473 -1.38222,0 -0.72748,-1.38221 2.1097,-0.72748 -1.38222,-0.65474 -0.72748,-0.72748 0,-1.38221 0.72748,0 2.76443,0 -2.76443,-0.72748 -0.72748,0 3.49191,-0.65473 -2.76443,-0.72749 2.03695,0 -2.03695,-0.65473 2.03695,0 0,-0.72748 0.72748,0 -0.72748,-0.72748 1.45496,0.72748 1.38221,-0.72748 0,0.72748 0.65474,-0.72748 0,0.72748 1.45496,-1.38221 0,1.38221 1.38221,-0.72748 0.65474,0.72748 -0.65474,1.38221 1.38222,-1.38221 -0.72748,0 0,-0.72748 1.45496,0.72748 0.65473,0 0,0.72748 0.72748,-0.72748 0.65473,0 0.72748,0.72748 0,0.65473 2.76443,-1.38221 0.72748,0.72748 0,-0.72748 1.38222,0.72748 -0.65474,-0.72748 0.65474,-0.72748 2.10969,0 0,1.45496 -0.72748,-0.72748 0,0.72748 0.72748,0 3.49191,4.14664 0.72748,2.83718 -0.72748,0.65473 1.38221,0 -0.65473,0.72748 0.65473,0.65473 -0.65473,1.45497 0.65473,0.65473 0,2.10969 1.38222,-0.72748 -0.65474,1.45496 1.38222,-1.45496 0.72748,0.72748 0.65473,1.38222 0.72748,-0.65474 0.65473,0 0,0.65474 0.72748,2.10969 0,-2.76443 0.72749,1.38222 0,2.10969 -2.1097,0 2.1097,0.65473 -1.45497,2.1097 0,2.10969 -3.4919,1.38222 -0.65474,-0.72748 -1.38221,0 2.03695,1.45496 -1.38222,1.38221 0,-0.72748 -0.65473,0.72748 -0.72748,-2.10969 -1.38221,-0.72748 1.38221,1.45496 0,1.38221 -0.72748,0 -0.65473,-0.72748 -0.72749,0.72748 z m -20.95145,-21.67893 -0.72748,0 0,-0.65473 z m 37.02878,20.95145 -1.38222,-0.65473 0,-1.45496 0.65474,-0.65474 z m 105.41197,-2.76443 -0.65473,-0.72748 -0.72748,-2.76442 -2.1097,-3.49191 0.72749,-3.49191 z m 155.09892,-0.72748 -0.72748,-2.10969 -1.38221,0 0,-1.38222 -0.1455,-0.36374 0.1455,-0.29099 -0.50924,-2.32794 0.50924,-1.89145 1.38221,-0.72748 0.72748,-0.65473 -0.21824,-0.36374 0.21824,-0.36374 0.65473,-0.65473 -1.38221,-0.72748 0,-0.72749 2.10969,-1.38221 0.50924,-1.01847 0.1455,0.36374 0.50923,0.21824 0.21825,0.43649 0.72748,0 0.65473,0 0.72748,0 0,-0.65473 -1.38221,0.65473 -0.94573,-0.43649 -0.50923,-0.94572 -0.1455,0.36374 -1.09122,-2.1097 -0.0728,-0.43649 0.65473,-0.58198 0.65474,-2.10969 0,-4.21939 0.72748,-1.38222 0,-6.25633 0.72748,-0.72748 -1.45496,0.72748 0,5.52885 -0.65474,2.83718 -0.72748,0.65473 0.72748,0 0,2.83718 -0.72748,1.38221 0,0.72748 0.0727,0.58198 -0.0727,0.0727 0.1455,0.36374 0.58198,3.12817 -2.83717,1.38221 1.23672,2.47344 -0.50924,1.01847 -1.38221,0 -0.72749,1.45496 0.21825,1.16397 -0.21825,0.87298 0.58199,1.74595 -0.58199,1.09123 0.72749,0.65473 0,1.45496 0.65473,-0.72748 -0.65473,-0.72748 1.38221,0.72748 z m -289.82837,-0.65473 0.65473,-1.45496 0.72748,1.45496 z m 12.51267,-0.72748 1.45496,0 -0.72748,-2.1097 z m 7.7113,-0.72748 0.72748,-0.65473 -0.72748,-2.1097 -1.38222,0.72748 z m 98.5009,0 0.65474,-0.65473 -0.65474,-2.1097 z m 4.14664,-2.76443 0.72749,-0.72748 0,0.72748 0.65473,-0.72748 0,-1.38221 -1.38222,0.72748 z m -120.83456,-1.38221 0.72748,0 0.72748,-0.72748 0,-0.65474 z m 7.71129,-1.38222 0,-0.72748 -0.72748,-0.72748 0.72748,0 -0.72748,-0.65473 0,0.65473 0,0.72748 z m 19.56924,-0.72748 -1.38222,-0.72748 -2.10969,-1.38221 1.38221,-0.65473 1.38222,0.65473 z m 83.07831,-1.38221 -2.76443,-1.38221 0.65474,0 -0.65474,-2.83718 -0.72748,0.72748 0.72748,0 -0.72748,0.65473 0,0.72749 0.72748,0.72748 -0.72748,0 -2.10969,0.65473 1.45496,-0.65473 0,-0.72748 -0.72748,0 -0.72748,-1.38222 -2.03695,0.65473 1.38222,-0.65473 -0.72749,0 0.72749,-0.72748 0,-2.10969 0.65473,-1.38222 2.10969,0 0,-1.38221 -0.65473,0 1.38221,-0.72748 1.38222,0 0,0.72748 -0.72748,0.72748 2.10969,0.65473 -1.38221,1.38222 0.72748,1.45496 1.38221,0.65473 0,2.1097 0.65473,1.38221 z m 0.72748,-4.21939 0,-0.65473 0.65473,0 z m -2.10969,-5.6016 -0.72748,-0.65473 2.83717,0 -0.72748,0.65473 -0.65473,0.72748 0,-0.72748 z m -1.38222,0 -0.72748,-0.65473 0.43649,-1.67321 -1.09122,1.67321 0,-0.72749 -2.10969,1.38222 -0.72749,-0.65473 0,-0.72749 -0.65473,0 0,-0.65473 2.76443,-1.45496 0,0.72748 1.89145,0 0.21824,-0.72748 0,0.72748 1.38222,1.38221 -1.38222,0.72749 z m -6.32908,9.09351 0,-2.1097 0.72748,0 0,1.45497 z m -97.04595,-1.38221 0.72749,-0.72749 -1.45497,-0.65473 -1.38221,-0.72748 0.72748,0.72748 0.65473,0 z m 312.88952,0 0.65473,0 -0.65473,-0.72749 1.38221,0 -1.38221,-0.65473 -0.72748,0 0,0.65473 z m -208.27777,-1.52771 0.1455,-0.58199 -0.36374,0.36374 z m -85.76999,-3.34642 0,-0.72748 0.72748,-1.38221 2.10969,0.72748 -1.45496,0 0,1.38221 z m 283.57203,0 0.65474,0 0.72748,-0.72748 z m -216.4983,-0.72748 -0.72748,-2.76442 0.72748,1.38221 z m 31.42718,0 0,-1.38221 1.38221,-1.38221 0.72748,0.65473 0,0.72748 z m -18.84176,-0.65473 -1.45496,-2.10969 0,-1.38222 1.45496,2.03695 z m 196.20159,-2.83718 0.72748,0 -0.72748,-0.65473 -0.65474,0 z m -195.54686,-2.10969 -0.65473,-0.65473 1.38222,-0.72748 -0.72749,0.72748 z m 54.48832,-4.87412 0,-1.38222 -0.72748,0 0,0.72749 -0.65473,-0.72749 0,0.72749 z m 124.98121,-0.65473 1.45496,-0.72749 0.65473,0.72749 0.72749,0 0,-2.1097 0,-0.72748 -0.72749,-0.65473 -0.65473,-1.45496 1.38222,-0.65474 0.65473,0.65474 -0.65473,-1.38222 0,-0.65473 0.65473,0 -1.38222,-0.72748 0.72749,-1.38222 -0.72749,-0.72748 0,-1.38221 1.38222,-0.72748 -0.65473,-0.65473 1.38221,-2.1097 -1.38221,0.72748 -1.38222,-1.45496 0,-1.38221 -0.72748,0 -0.72748,-2.1097 -1.38221,1.45497 0.72748,0.65473 -0.72748,0 0.72748,0.72748 -0.72748,0 0.72748,0.65473 0,0.72748 0,0.72748 1.38221,-1.45496 0.72748,1.45496 -0.72748,2.03695 -0.72748,0 1.45496,1.45496 0,0.65473 -2.10969,1.38222 1.38221,0.72748 0.72748,-0.72748 0.65473,0.72748 0,2.10969 -0.65473,0.65474 0,1.45496 1.38222,1.38221 -0.72749,1.38221 -0.65473,0 -0.72748,0 z m -466.460721,-0.72749 -0.727481,-1.38221 1.382214,0.65473 0,0.72748 z m 294.702491,-3.4919 0.65473,-0.72748 -0.65473,-0.65474 -0.72748,0.65474 z m 201.80319,-2.1097 0.72748,0 0.65473,-0.65473 0.72748,0 2.1097,0 1.38221,-1.45496 0.72748,-1.38222 -2.83717,2.1097 -1.38222,0.72748 -0.72748,-0.72748 0,0.72748 z m -105.41198,-6.25633 2.03695,-5.60161 -1.38221,1.38222 -0.65474,2.10969 -0.72748,0 0.72748,0.72748 z m -144.47769,-2.90993 1.30946,-0.58198 0,-0.72748 z m -239.632195,-4.07389 0,-0.72748 0.654733,-0.65473 0,0.65473 z m 0.654733,-2.10969 0.727481,-2.76443 1.382213,-0.72748 -0.727481,2.76443 z m 392.475922,-1.38222 2.83717,-1.38221 0.65473,0 4.21939,-0.72748 -0.72748,0.72748 0,1.38221 0.72748,-0.72748 0.72748,0 2.76443,-2.76443 0.72748,-0.72748 -1.45496,-0.65473 0,1.38221 -1.38221,-0.72748 -1.38222,0.72748 -6.25633,2.1097 z m 60.08991,-2.10969 4.21939,0 -4.21939,-0.72748 z m -444.854535,-0.72748 0.654733,-2.03695 1.454961,0 0,0.65473 -1.454961,1.38222 z m 213.370135,0 1.01847,0 0.80023,-0.21825 c -0.60264,0.10482 -1.21294,0.15851 -1.8187,0.21825 z m 188.19929,0 0,-0.65474 4.43764,-1.89145 2.54618,0.50924 -2.10969,-0.72748 -0.43649,0.21824 -0.94573,-0.21824 -2.83717,1.38221 -0.65474,-0.65473 -4.21938,1.38221 3.4919,0 z m 39.79321,0 -1.38222,-1.38222 -2.83717,-2.10969 2.83717,2.83717 z m 15.34984,0 0.72748,0 2.1097,0 1.38221,-0.65474 0.65473,0 2.1097,0 -2.76443,-0.72748 -1.38221,0.72748 -1.45496,-0.72748 -0.65474,0.72748 z m -264.65753,-0.65474 0,-0.72748 1.38221,-0.65473 0,0.65473 z m 261.89311,0 0.65473,0 -2.03695,-0.72748 z m -44.74008,-4.21938 1.45496,-0.65474 0,-1.45496 2.03695,-2.03695 0,-1.45496 -2.03695,-0.65473 -2.10969,0 -1.38221,-1.38221 -1.45497,-0.72748 0,-0.72749 0.72749,0.72749 0.72748,-0.72749 -1.45497,0 -0.65473,-3.4919 0.65473,-0.65474 -0.65473,0 0,-0.72748 -5.6016,-3.4919 4.87412,3.4919 0,1.38222 1.38221,3.4919 -1.38221,2.1097 2.1097,0 0,0.72748 0.72748,0 1.38221,0.65473 2.10969,0.72748 0.65474,1.38222 z m -405.716067,-9.09352 0,-0.65473 0,-1.38221 0.654733,-1.45496 2.837175,-1.38222 0.654733,1.38222 -2.764427,1.45496 -0.727481,1.38221 z m 430.886907,-2.76442 1.38221,-0.72748 -0.65473,-0.65474 -0.72748,0 z m -179.46953,-9.74825 4.14665,-3.4919 -1.38222,0 z m 47.5045,-0.72748 -0.72748,-2.10969 0,1.38221 z m -61.47213,-5.6016 1.38222,0 -2.76443,-1.38221 z m 9.74825,0 0,-0.65473 0.72748,-0.72748 -1.38222,0.72748 z m 59.36243,-2.10969 0.72748,-0.65474 -4.21938,-2.83717 -1.38222,0 4.21939,2.10969 z m -71.94785,-1.38222 2.83717,-1.38221 -4.21939,0 -1.38221,-1.38221 0,0.65473 1.38221,1.45496 z m 139.02159,-1.38221 2.10969,-3.49191 -1.45496,0 z m -125.05396,-3.49191 -2.03695,-4.21939 0,2.1097 0.65474,0 z m 3.49191,-0.72748 -0.65474,-1.38221 -1.38221,-1.38222 z m 9.09351,-3.49191 -1.38222,-3.49191 -0.72748,0.72749 0,0.72748 z m 22.33366,-6.98381 -0.65473,-0.65474 1.38221,-1.38221 z m 0.72748,-2.03695 -1.38221,-0.72748 1.38221,-2.76443 z m 1.38221,-2.83718 1.38222,-2.10969 2.10969,-1.38221 0,0.72748 -2.10969,1.38221 1.45496,-0.72748 -0.72748,0.72748 z m 0.72749,-4.874117 1.38221,-1.382214 1.38221,-1.382214 -1.38221,2.036947 z m 11.13045,-6.983816 0,-0.727481 1.45496,-0.654733 1.38222,0.654733 z m -48.15923,-1.382214 -0.72748,-3.491908 -1.38221,0.654733 -0.65474,-0.654733 -2.10969,0 -0.72748,-1.382214 -0.65474,-0.727481 0.65474,-1.382213 -0.65474,0 0,-0.727481 1.38222,-0.654733 -1.38222,-0.727481 0,-0.727481 1.38222,-0.654732 -1.38222,-0.727481 2.03695,-0.654733 -1.38221,-1.454962 1.38221,-0.654732 1.45496,-1.382214 1.38222,2.036946 -0.72748,0 1.38221,0.727481 0,2.764427 1.45496,1.454962 0,8.36603 z m 47.5045,0 1.38221,-0.727481 0,0.509237 z m 1.38221,-0.218244 0.72748,-0.145496 -0.72748,0.36374 z m 0.72748,-0.145496 0.65474,-0.363741 1.38221,0 z m -42.63037,-1.745955 -2.1097,-0.72748 2.1097,-0.654733 z m -119.45236,-2.109694 1.30947,-0.872977 1.16397,-0.36374 1.74595,0.581984 0.72748,-1.454961 -2.47343,0.872977 -0.36374,-0.145497 -0.80023,0.509237 -0.58199,0.218244 z m 378.58104,-2.109694 1.38221,-1.382214 -2.1097,0.727481 z m -199.03877,-1.382214 1.38222,-0.654733 1.38221,-1.454962 -2.10969,0.727481 z m -174.5954,-2.764427 0.65473,0 -2.10969,-1.382214 z m 20.95145,-2.837176 0.65473,-2.764427 -1.38221,2.109695 z m 83.80579,-3.491908 -4.94687,-3.491908 -2.03694,0.727481 -0.72748,0.727481 -0.72748,-2.837175 1.45496,0 0,-2.764428 0.65473,-0.72748 -0.65473,-2.764428 0,-1.382213 0.65473,0.654732 0.72748,-0.654732 -0.72748,-0.727481 0,-0.727481 -0.65473,0.727481 0,-1.382214 -0.72748,-1.382213 0,-1.454962 -0.72748,-0.654733 0.72748,-1.382213 -0.72748,0 0,-1.454962 1.45496,1.454962 0.65473,-2.109695 0.72748,0.654733 0.65473,-0.654733 1.45496,0.654733 0.65474,2.109694 -0.65474,0.727481 4.14665,-2.109694 0.72748,2.109694 1.38221,6.256335 0,0.727481 -0.72748,1.382214 2.10969,2.764427 -1.38221,2.837175 0.72748,0 -1.45496,1.382214 0.72748,0.727481 -0.72748,0 0,1.382214 -0.65473,-0.727481 0,0.727481 -0.72748,0 z m 110.2861,0 -0.65473,-1.382213 0.65473,-0.654733 1.45496,0 -0.72748,1.382214 z m -28.59,-0.654732 0.65474,-1.382214 -0.65474,-0.727481 z m 1.38222,-1.382214 1.38221,0 0.72748,-1.454962 -1.38221,-0.654733 0,1.382214 z m 33.53686,0 0.65474,-0.727481 0.72748,0.727481 z m -161.35525,-2.837175 -3.49191,-0.654733 -3.49191,-1.454962 1.38222,-2.036946 0.72748,0.654733 0.72748,-1.382214 1.38221,-1.382214 0.65474,0 1.45496,0.654733 2.03694,2.837175 -0.65473,0.654733 -0.72748,-0.654733 -0.65473,0.654733 0.65473,1.454962 -0.65473,0 z m 4.87412,0 0,-0.654733 -0.65473,-0.727481 2.76443,-1.382214 0.72748,0 0,1.382214 -0.72748,0.727481 z m 155.09892,-2.109695 -0.72748,-0.654733 0,-1.382213 1.38221,0 0,0.654733 0.72748,-0.654733 0.65474,2.036946 -1.38222,-0.654733 0,0.654733 z m -175.32289,-3.491908 -1.38221,-1.382214 1.38221,-0.654732 1.38222,0.654732 0,1.382214 z m 185.07113,-0.654733 -3.49191,-2.109694 0,-0.727481 2.1097,-0.654733 0,1.382214 1.38221,0 -1.38221,-1.382214 1.38221,0 2.1097,0 0.65473,0.654733 z m -185.07113,-2.109694 -0.72748,-0.727481 0,-0.654733 1.45497,0 z m 135.45694,-0.727481 0,-1.382214 2.83717,-2.109694 -0.72748,0.727481 0,1.382213 -0.65473,0 0.65473,1.382214 z m 2.83717,-3.491908 0.65474,-0.654733 0,0.654733 z m 33.53687,0 0,-1.382214 0.65473,0 0.72749,-0.654732 0.65473,0 z m 11.85794,-1.382214 -0.72748,-0.654732 1.38221,-1.454962 -0.65473,-1.382214 0.65473,-0.654733 1.45496,1.382214 -0.72748,2.109695 z m -39.7932,-3.491908 -0.72748,-0.654733 0,-1.454961 0.72748,-0.654733 0.65473,0.654733 z m 47.43175,-2.764427 -1.38222,-1.382214 2.1097,-0.72748 0.72748,1.382213 0.65473,0.727481 z m -48.15923,-1.382214 0,-0.72748 -0.72748,0 -0.65474,-2.109695 0.65474,0 0,1.382214 0.72748,-2.036947 2.10969,0 0.65473,0.654733 -2.03694,1.382214 z m 32.80938,0 -0.65473,-0.72748 2.03695,-2.109695 0.72748,0.727481 -0.72748,1.382214 -0.65474,0 z m 12.58542,-0.72748 -2.10969,-0.727481 -0.65474,-1.382214 z m -85.18801,-2.764428 -1.38221,-1.454961 -1.45496,0.72748 -4.87412,-2.109694 -2.1097,0.727481 -2.03694,-0.727481 -1.45497,1.382214 -1.38221,0 0,0.72748 -2.10969,0 0,-1.382213 -1.38222,0 -1.38221,1.382213 0,-0.72748 -2.1097,-0.654733 0,-2.109695 1.38222,-2.764427 2.10969,0.654733 2.1097,-1.382214 4.21939,-3.491908 4.14664,-0.727481 1.38221,-2.764427 4.21939,-0.727481 1.38221,-0.654733 -0.65473,2.109695 2.03695,1.382214 -1.38222,2.109694 0.72748,0 -1.38221,0.654733 0,2.109694 4.14664,7.711297 -0.65473,0 -2.1097,-0.727481 z m 41.17542,-1.454961 0,-0.654733 1.38221,-2.109695 0.65474,1.309466 z m 2.03695,-1.454962 0.80023,-0.581985 -0.72749,0.654733 z m 49.68694,0.218244 0,-0.145496 0.14549,0.145496 z m -13.3129,-0.145496 -1.38222,-2.109695 0.72749,-0.654732 1.38221,0.654732 0,0.727481 z m 13.96763,0 -1.38221,-1.382214 -1.38222,-0.727481 0.65474,-1.382213 0,1.382213 2.83717,1.454962 z m -16.07733,-1.382214 -1.38221,-0.727481 0.72748,-0.654732 0.65473,0 z m 24.44336,-1.382213 -2.76443,-2.109695 -0.72748,-2.109694 0.72748,0 0,-2.764427 1.38222,2.109694 0.72748,0.654733 z m -14.62236,-1.382214 0,-0.727481 -1.38222,0 0.65473,-0.727481 1.38222,0.727481 z m -16.07733,-1.454962 0.72748,-1.382213 0.65473,0 0,1.382213 z m 0.72748,-1.382213 -0.72748,0.727481 0,-0.727481 z m 22.98839,-3.491908 -0.65473,-2.764428 1.38222,-2.109694 0.72748,1.382214 -1.45497,0.72748 z m -34.1916,-0.654733 0,-2.109695 0.72749,-0.72748 0.65473,1.382213 z m 11.20321,-6.329083 -1.45496,-1.382214 -2.03695,0 -0.72748,-0.727481 -0.72748,1.454962 0,-2.837176 0.72748,-0.654732 6.25634,0.654732 2.83717,-0.654732 0,-0.727481 0.65473,-1.382214 9.09351,3.491908 1.38222,-0.727481 1.45496,1.382214 0,2.109695 -1.45496,-1.382214 -0.65473,0 -2.1097,-1.382214 -0.72748,0.654733 0,1.454962 -2.03695,-0.727481 -3.4919,0 -0.72749,0.727481 -5.6016,-1.454962 0,0.727481 -0.65473,0 z m -79.65915,-2.109695 0.72748,-1.382214 1.38221,-0.654732 -0.72748,1.382213 z" style="fill:#fcf9ea;fill-opacity:1;fill-rule:evenodd;stroke:none" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"/><g transform="matrix(2.9099234,0,0,2.9099234,-360.38752,479.8661)" style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="g76427"><path d="M 0,0 L 216,0" style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path16298"/><path id="path16302" d="M 7.44,-55.92 C 76.938447,-37.20017 146.42829,-18.44606 216,-2e-06" style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/><path style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 29.04,-108 C 91.243432,-71.798583 153.65072,-35.949323 216.00001,0" id="path16306"/><path id="path16310" d="M 63.36,-152.64 C 114.24,-101.76 165.12,-50.88 216,0" style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/><path style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 108,-186.96 C 144.20142,-124.75657 180.05068,-62.34928 216,1e-05" id="path16314"/><path id="path16318" d="M 160.08,-208.56 C 178.79653,-139.06066 197.54415,-69.56909 216,0" style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/><path style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 216,-216 C 216,-144 216,-72 216,0" id="path16322"/><path id="path16326" d="M 271.92,-208.56 C 253.20347,-139.06066 234.45585,-69.56909 216,0" style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/><path style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 324,-186.96 C 287.79858,-124.75657 251.94932,-62.34928 216,1e-05" id="path16330"/><path id="path16334" d="M 368.64,-152.64 C 317.76,-101.76 266.88,-50.88 216,0" style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/><path style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 402.96,-108 C 340.75657,-71.798583 278.34928,-35.949323 215.99999,0" id="path16338"/><path id="path16342" d="M 424.56,-55.92 C 355.06155,-37.20017 285.57171,-18.44606 216,-2e-06" style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/><path style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 432,0 C 360,0 288,0 216,0" id="path16346"/><path id="path16350" d="M 0,0 C -0.22245792,-47.799793 16.411019,-95.392391 45.84,-133.2 C 74.595684,-169.74716 115.3736,-197.02715 160.8,-208.8 C 221.04791,-225.01201 286.34626,-213.4974 337.67999,-178.56 C 379.95084,-149.71908 411.8462,-105.29843 424.79999,-55.200001 C 429.5906,-37.270127 431.99273,-18.677866 432,0" style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/><path style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 37.68,0 C 37.635873,-45.848742 55.790855,-91.085521 87.734405,-123.7344 C 107.77861,-144.84476 134.48915,-161.45029 162.24,-169.92 C 196.36588,-180.95903 234.25209,-181.06425 268.56863,-170.35725 C 300.43154,-160.71847 329.37335,-141.45366 351.01441,-116.50559 C 379.05974,-83.883163 394.22088,-42.735902 394.32001,0" id="path16354"/><path id="path16358" d="M 71.76,0 C 72.128954,-27.951888 79.489617,-53.473165 93.84,-76.559998 C 110.32971,-102.98924 136.69377,-124.55184 164.88,-134.64 C 190.6733,-144.95817 222.61942,-147.0662 250.32,-139.92 C 274.48621,-134.15158 296.99679,-122.00586 316.08001,-103.68 C 335.53227,-84.934213 348.83194,-61.633073 355.2,-37.200001 C 358.5684,-25.211094 359.92276,-12.839439 360.24001,0" style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/><path style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 103.44,0 C 102.865,-44.486997 131.35188,-87.356588 172.8,-103.92 C 212.26633,-121.04993 261.51741,-112.24341 292.8,-82.32 C 315.34331,-61.566273 328.84641,-30.770451 328.56,0" id="path16362"/><path id="path16366" d="M 132.96,0 C 133.05742,-21.321328 141.37268,-41.945749 156.24,-57.599998 C 175.15322,-77.110874 203.27734,-86.731901 230.4,-81.599998 C 258.53941,-77.189956 284.07857,-56.035764 293.76,-28.799999 C 297.18297,-19.769618 298.8165,-10.081641 299.04,0" style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/><path style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 161.28,0 C 161.3745,-21.098816 173.83523,-40.597078 192.48,-49.200001 C 208.71989,-57.697891 231.46991,-55.813837 246.48,-45.360001 C 261.61173,-35.11673 270.5154,-18.083387 270.72,0" id="path16370"/><path id="path16374" d="M 188.88,0 C 189.26616,-10.624944 194.05838,-17.951834 201.36,-22.799999 C 210.52749,-29.429797 226.58404,-27.985046 234,-20.16 C 239.07799,-15.886754 243.01994,-8.6446903 243.12,0" style="fill:none;stroke:#ffffff;stroke-width:0.02749213000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/></g><g style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="g17372" transform="matrix(2.9099234,0,0,2.9099234,-569.84631,-358.48817)"><g id="g14408" transform="translate(213.36,126)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.2,-0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14410"/><g id="g14412" transform="translate(86.88,108.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0 L -0.48,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14414"/><g id="g14416" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14418"/><g id="g14420" transform="translate(-12.24,-12.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0 L -0.48,-2.16 L -0.96,-3.12" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14422"/><g id="g14424" transform="translate(5.04,7.2)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14426"/><g id="g14428" transform="translate(0,-0.72)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.96,0.24 L -1.92,0.24 L -1.68,-0.72 L -1.92,-1.2 L -2.64,-0.96 L -3.12,-1.44 L -3.36,-2.16 L -3.84,-2.88 L -3.6,-3.36 L -3.6,-3.84 L -4.56,-5.52 L -4.56,-6 L -5.04,-6.24 L -5.04,-6.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14430"/><g id="g14432" transform="translate(0.48,2.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,-0.24 L 0,-0.96 L -0.48,-1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14434"/><g id="g14436" transform="translate(-0.48,-1.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0 L 0,-0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14438"/><g id="g14440" transform="translate(5.04,0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.24 L -0.96,0.48 L -1.68,-0.24 L -1.92,0 L -2.64,-0.24 L -3.6,1.44 L -3.84,1.44 L -4.08,1.2 L -4.08,0.72 L -4.56,0.72 L -2.88,-0.72 L -1.92,-0.96 L -1.68,-1.68 L -1.44,-1.68 L -0.96,-2.16 L -1.2,-2.4 L -0.96,-3.36 L -0.72,-3.6 L -0.72,-4.32 L -0.24,-5.28 L -0.24,-6.48 L 0.48,-7.92 L 0.48,-8.64" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14442"/><g id="g14444" transform="translate(1.68,4.32)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.48 L -0.96,-0.48 L -1.2,-1.2 L -1.2,-2.4 L -0.96,-3.12 L -1.44,-3.6 L -1.68,-4.32" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14446"/><g id="g14448" transform="translate(2.16,-2.4)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,-0.48 L 0,-0.48 L -0.24,-1.44 L 0.24,-2.4 L 0.96,-2.4 L 1.92,-3.36 L 1.44,-5.76 L 2.88,-7.68 L 3.12,-7.92" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14450"/><g id="g14452" transform="translate(3.36,-8.88)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0 L 0,-0.24 L -0.24,-1.2 L 0.24,-1.2 L 0.24,-1.44 L 0,-1.68 L 0,-1.92" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14454"/><g id="g14456" transform="translate(-4.8,11.28)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.24 L 0.96,-0.48 L 1.44,-0.96 L 1.2,-2.16 L 1.44,-2.4 L 1.68,-1.92 L 1.44,-1.44 L 1.92,-0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14458"/><g id="g14460" transform="translate(4.56,-10.32)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.72 L 0.48,-0.96 L 0.24,-0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14462"/><g id="g14464" transform="translate(-2.64,9.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.24 L 0,0.72 L 0.48,0.48 L 0.96,0.48 L 0.72,1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14466"/><g id="g14468" transform="translate(-15.36,-14.4)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,-1.2 L -0.24,-1.44 L 0,-2.4 L -0.24,-2.88 L -1.2,-2.64 L -1.92,-2.88 L -2.64,-3.84 L -2.64,-4.32 L -2.88,-4.8 L -2.64,-5.52 L -2.88,-6.72 L -2.64,-7.68 L -2.88,-9.12 L -1.92,-10.32 L -2.4,-11.28 L -2.88,-11.28 L -2.4,-12.96 L -2.64,-13.92 L -2.88,-14.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14470"/><g id="g14472" transform="translate(18.24,2.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.24 L 0.48,-0.48 L 0.72,-0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14474"/><g id="g14476" transform="translate(0.72,-0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14478"/><g id="g14480" transform="translate(2.16,-7.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,-1.44 L -2.16,-4.08 L -2.4,-4.8" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14482"/><g id="g14484" transform="translate(-2.16,8.4)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.24 L 0,-0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14486"/><g id="g14488" transform="translate(0,-0.72)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.24 L 0.96,-0.48 L 1.2,-0.96 L 0.96,-1.68 L 0.72,-2.16 L 2.64,-3.12 L 3.36,-3.84 L 2.88,-5.76 L 2.16,-7.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14490"/><g id="g14492" transform="translate(-29.28,-29.04)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14494"/><g id="g14496" transform="translate(7.44,13.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.24 L -0.72,-0.48 L -0.72,-0.96 L -0.96,-1.2 L -0.96,-2.16 L -1.2,-3.12 L -1.44,-3.12 L -1.68,-2.64 L -2.64,-3.12" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14498"/><g id="g14500" transform="translate(13.68,-11.04)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0 L 0.48,0.48 L 1.68,1.2 L 2.64,1.2 L 3.12,1.44 L 3.36,0.96 L 3.6,1.44 L 5.04,1.2 L 5.76,1.44 L 6.24,1.92 L 6.48,1.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14502"/><g id="g14504" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0 L 0.48,0.48 L 1.68,1.2 L 2.64,1.2 L 3.12,1.44 L 3.36,0.96 L 3.6,1.44 L 5.04,1.2 L 5.76,1.44 L 6.24,1.92 L 6.48,1.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14506"/><g id="g14508" transform="translate(5.52,6.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.96,-0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14510"/><g id="g14512" transform="translate(-2.4,-9.12)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.96,-0.24 L -2.16,0.24 L -2.4,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14514"/><g id="g14516" transform="translate(0,-0.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14518"/><g id="g14520" transform="translate(3.36,4.56)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.48 L 1.2,-0.48 L 2.4,-1.44 L 2.88,-1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14522"/><g id="g14524" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.48 L 1.2,-0.48 L 2.4,-1.44 L 2.88,-1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14526"/><g id="g14528" transform="translate(2.88,4.08)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,0.24 L -1.2,-0.24 L -2.16,0.48 L -2.88,0.72 L -3.36,0.96 L -3.36,0.72 L -3.6,0.96 L -3.84,0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14530"/><g id="g14532" transform="translate(5.52,-3.84)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0 L -0.72,-0.48 L -1.2,-0.24 L -1.2,0.24 L -1.68,0.24 L -2.16,0 L -2.4,0.24 L -2.88,0 L -3.36,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14534"/><g id="g14536" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0 L -0.72,-0.48 L -1.2,-0.24 L -1.2,0.24 L -1.68,0.24 L -2.16,0 L -2.4,0.24 L -2.88,0 L -3.36,0.24 L -3.6,1.44 L -4.08,1.92 L -4.08,2.16 L -4.56,1.92 L -4.56,3.36 L -5.04,3.6 L -5.04,4.08 L -5.52,3.84" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14538"/><g id="g14540" transform="translate(-5.52,-1.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.96 L 0.72,-1.2 L 0.48,-1.68 L -0.24,-1.68 L -0.24,-2.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14542"/><g id="g14544" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.96 L 0.72,-1.2 L 0.48,-1.68 L -0.24,-1.68 L -0.24,-2.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14546"/><g id="g14548" transform="translate(-0.24,10.32)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,-1.2 L 0,-2.88 L 0.48,-3.36" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14550"/><g id="g14552" transform="translate(0.24,-4.8)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.96 L 0.48,1.2 L 0.24,1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14554"/><g id="g14556" transform="translate(1.2,-4.8)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,-0.24 L -0.72,-0.48 L -1.2,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14558"/><g id="g14560" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,-0.24 L -0.72,-0.48 L -1.2,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14562"/><g id="g14564" transform="translate(0.96,1.2)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.24 L -0.48,-1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14566"/><g id="g14568" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.24 L -0.48,-1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14570"/><g id="g14572" transform="translate(-2.4,8.4)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.48 L 0.48,0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14574"/><g id="g14576" transform="translate(1.92,-9.6)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14578"/><g id="g14580" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14582"/><g id="g14584" transform="translate(-1.92,10.56)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14586"/><g id="g14588" transform="translate(7.44,-9.84)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0 L -0.96,0.48 L -1.44,0.48 L -1.68,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14590"/><g id="g14592" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0 L -0.96,0.48 L -1.44,0.48 L -1.68,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14594"/><g id="g14596" transform="translate(0.48,-1.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.24 L -0.48,0.72 L -0.48,1.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14598"/><g id="g14600" transform="translate(51.36,35.52)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.24 L -0.48,0.24 L -0.24,0.72 L -0.48,1.2 L 0,1.44 L -0.48,1.68 L 0.24,1.92 L 0,2.16 L 0.48,2.4 L 1.2,2.64" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14602"/><g id="g14604" transform="translate(1.44,3.6)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.48 L 0.96,0.24 L 1.2,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14606"/><g id="g14608" transform="translate(-0.24,-0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0.24 L 0.24,0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14610"/><g id="g14612" transform="translate(-116.4,-34.32)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14614"/><g id="g14616" transform="translate(17.04,-20.88)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.48 L -0.48,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14618"/><g id="g14620" transform="translate(-1.2,0.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.72 L 0,1.2 L -0.72,1.2 L -0.72,1.68 L -1.44,1.92 L -1.44,2.88 L -1.92,2.64 L -2.16,2.64 L -2.4,3.12 L -2.4,3.84" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14622"/><g id="g14624" transform="translate(2.4,4.08)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.24 L -0.48,0 L -0.48,0.24 L -0.72,0 L -0.96,0.24 L -1.2,0.24 L -1.2,0 L -1.44,0 L -2.16,-0.24 L -2.64,0 L -3.12,0 L -3.12,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14626"/><g id="g14628" transform="translate(1.44,-4.8)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.72 L 0.48,0.96 L 0.48,1.44 L 0.24,1.68 L 0.48,1.92 L 0,2.4 L 0.24,2.88 L 0,3.36 L 0.48,3.6 L 0.48,3.84 L 0.72,4.08 L 0.48,5.52 L 0.96,5.52 L 0.96,5.76 L 1.2,5.52 L 1.92,5.76 L 2.16,5.76 L 1.92,6.24 L 2.64,6.48 L 2.64,7.2 L 2.16,7.2 L 2.16,7.68 L 2.4,7.92 L 2.88,7.68 L 3.36,8.88 L 3.36,9.84 L 2.88,9.84 L 2.88,10.32 L 2.16,10.8" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14630"/><g id="g14632" transform="translate(0,2.4)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0 L -0.72,0.48 L 0,1.2 L -0.72,1.68 L -1.2,1.68 L -1.44,2.4" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14634"/><g id="g14636" transform="translate(0,-1.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.24 L -0.72,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14638"/><g id="g14640" transform="translate(6.24,13.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.24 L 0.72,-0.24 L 1.2,-0.72 L 1.68,-0.48 L 2.4,-0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14642"/><g id="g14644" transform="translate(5.28,-14.4)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-0.72 L 0.96,0 L 1.92,0 L 2.64,0.72 L 2.88,0.72 L 2.88,0.96 L 3.6,0.96 L 3.6,1.2 L 4.56,1.44 L 4.32,1.68 L 4.32,1.92 L 4.8,1.92 L 5.04,1.44 L 5.28,1.2 L 5.76,1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14646"/><g id="g14648" transform="translate(0.48,-1.2)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.24 L -0.48,1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14650"/><g id="g14652" transform="translate(5.04,2.64)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14654"/><g id="g14656" transform="translate(0.24,1.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 1.5987212e-14,9.9642516e-15 L 1.5987212e-14,0.24 L -0.48,0.48 L -0.48,0.96 L -0.72,1.44 L -0.48,2.16 L -0.96,3.12 L -0.72,3.6 L -1.68,4.56 L -0.87951657,5.73504 L -0.76554564,6.8206602" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14658" sodipodi:nodetypes="ccccccccccc"/><g id="g14660" transform="translate(-8.64,10.56)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14662"/><g id="g14664" transform="translate(8.64,-12)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.48 L 0.24,0.48 L 0.72,-0.24 L 1.68,-0.48 L 1.92,-0.72 L 2.64,-0.72 L 2.88,-0.96 L 2.4,-1.44 L 3.12,-2.4 L 4.08,-1.92 L 3.6,-1.2 L 4.32,-1.44 L 4.8,-1.92 L 5.28,-1.68 L 5.28,-1.92 L 5.04,-2.16 L 5.28,-2.16 L 5.52,-2.64" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14666"/><g id="g14668" transform="translate(6,-2.64)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.24 L 0.24,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14670"/><g id="g14672" transform="translate(2.64,13.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14674"/><g id="g14676" transform="translate(-8.64,-10.08)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14678"/><g id="g14680" transform="translate(16.08,-2.4)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,1.2 L 1.44,1.44 L 1.44,1.92 L 0.96,2.64 L 1.44,2.88 L 0.24,3.84 L 0.24,4.32 L 0,4.8 L 0,6.24 L -0.96,6.72 L -0.72,7.44 L 0.24,8.16 L -0.24,9.6 L -0.72,10.56 L -1.44,12.48 L -2.16,12.96 L -5.04,12.48 L -7.44,12.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14682"/><g id="g14684" transform="translate(1.2,12.72)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0 L 0,-0.48 L -0.48,-0.48 L -0.72,-0.96 L -1.2,-0.72 L -2.16,-0.96 L -2.4,-0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14686"/><g id="g14688" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0 L 0,-0.48 L -0.48,-0.48 L -0.72,-0.96 L -1.2,-0.72 L -2.16,-0.96 L -2.4,-0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14690"/><g id="g14692" transform="translate(1.2,-6.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.96,-0.24 L -1.44,-1.2 L -2.16,-1.2 L -2.4,-1.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14694"/><g id="g14696" transform="translate(-5.04,6.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.72 L 0,1.44 L -0.48,1.92" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14698"/><g id="g14700" transform="translate(5.52,2.88)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,-0.24 L -0.72,-0.72 L -0.48,-1.44 L -0.72,-2.16 L -0.24,-2.16 L -0.24,-2.64 L -0.72,-2.64 L -0.96,-2.16 L -1.2,-2.4 L -1.44,-2.88 L -1.68,-2.88" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14702"/><g id="g14704" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,-0.24 L -0.72,-0.72 L -0.48,-1.44 L -0.72,-2.16 L -0.24,-2.16 L -0.24,-2.64 L -0.72,-2.64 L -0.96,-2.16 L -1.2,-2.4 L -1.44,-2.88 L -1.68,-2.88" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14706"/><g id="g14708" transform="translate(4.32,-9.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0 L 0.48,-0.48 L 0.72,0.24 L 1.2,0 L 1.44,0.48 L 1.68,0 L 2.16,0.24 L 2.4,0 L 2.4,0.24 L 2.88,0.72 L 3.6,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14710"/><g id="g14712" transform="translate(-3.84,0.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0 L -0.96,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14714"/><g id="g14716" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 3.12,0 L 3.36,-0.48 L 3.84,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14718"/><g id="g14720" transform="translate(7.44,-0.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0.48 L 0.96,0.48 L 1.2,0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14722"/><g id="g14724" transform="translate(3.84,3.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0 L 0.72,0.24 L 0.72,0.96 L 1.92,1.2 L 2.16,1.68 L 2.88,1.68 L 3.36,1.92 L 4.08,1.44 L 4.08,0.96 L 4.8,0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14726"/><g id="g14728" transform="translate(-3.12,6.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0 L 0,0.48 L -0.96,0.72 L -0.96,1.2 L -0.72,1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14730"/><g id="g14732" transform="translate(1.44,-3.6)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.48 L 0.72,-0.96 L 0.72,-1.2 L 0.96,-1.68 L 1.2,-2.4 L 1.68,-2.88" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14734"/><g id="g14736" transform="translate(2.16,1.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.24 L -0.48,-0.48 L -0.48,-0.72 L -0.72,-1.2 L -1.2,-1.44 L -1.68,-1.2 L -2.16,-1.2 L -2.16,-1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14738"/><g id="g14740" transform="translate(4.56,-5.28)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,0.24 L 0.96,0 L 1.44,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14742"/><g id="g14744" transform="translate(-7.68,-1.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0 L 1.2,-0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14746"/><g id="g14748" transform="translate(3.12,6.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,0.24 L -0.72,0.72 L -1.92,0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14750"/><g id="g14752" transform="translate(-2.16,-5.28)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-1.2 L 0.24,-1.68 L 0.24,-2.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14754"/><g id="g14756" transform="translate(1.68,0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.44,-0.48 L -1.44,-0.72 L -1.68,-0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14758"/><g id="g14760" transform="translate(4.8,0.72)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.24 L -0.24,-0.48 L 0.24,-1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14762"/><g id="g14764" transform="translate(-6.24,4.8)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.2,0.48 L -1.68,0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14766"/><g id="g14768" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14770"/><g id="g14772" transform="translate(6.48,-6)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14774"/><g id="g14776" transform="translate(2.4,-0.72)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-0.48 L 0.48,-0.72 L 0.72,-1.2 L 1.2,-1.44 L 1.92,-0.96 L 2.4,-1.2 L 2.64,-0.96 L 3.12,-1.2 L 3.36,-0.48 L 4.32,0.24 L 5.28,-0.72 L 5.52,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14778"/><g id="g14780" transform="translate(6.24,-0.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0 L 0,0.24 L 0.48,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14782"/><g id="g14784" transform="translate(-7.2,1.2)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0 L 0.48,-0.48 L 0.96,-0.24 L 0.96,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14786"/><g id="g14788" transform="translate(25.2,12.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.48 L -0.72,-0.72 L -0.48,-1.2 L -0.24,-1.44 L -0.48,-1.92 L -0.72,-2.64 L -1.2,-2.88 L -0.96,-2.88 L 0,-4.08 L 0.48,-4.08 L 0.24,-4.32" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14790"/><g id="g14792" transform="translate(-0.72,-5.04)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.24 L -1.68,0.72 L -1.92,0.24 L -1.92,0 L -1.68,-0.72 L -1.68,-0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14794"/><g id="g14796" transform="translate(0.96,7.2)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-0.24 L 0.24,-0.48 L 0.24,-0.24 L 0,-0.48 L 0.24,-1.44 L -0.24,-2.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14798"/><g id="g14800" transform="translate(7.92,3.12)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,-0.24 L -0.72,-0.72 L -0.48,-0.72 L 0.24,-1.2 L 0,-1.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14802"/><g id="g14804" transform="translate(-4.56,-1.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.96,0.48 L -1.2,0 L -1.44,-0.24 L -1.44,-0.96 L -1.68,-0.96 L -1.92,-1.44 L -2.16,-1.2 L -1.92,-1.2 L -2.16,-0.96 L -3.36,-1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14806"/><g id="g14808" transform="translate(4.56,0)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.24 L -0.48,0.72 L -1.2,0.72 L -2.16,0.96 L -2.64,0.72 L -2.88,0.96 L -3.6,0.96 L -4.56,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14810"/><g id="g14812" transform="translate(3.6,5.52)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-0.48 L 0,-0.96 L -0.72,-0.72 L -1.44,-1.44 L -1.2,-1.68 L -1.68,-1.68 L -1.68,-2.4 L -1.92,-2.4 L -1.68,-2.88 L -1.92,-4.08 L -2.64,-4.08 L -3.36,-3.84 L -3.6,-3.84" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14814"/><g id="g14816" transform="translate(3.84,2.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.72 L 0,-1.2 L -0.24,-1.2 L -0.24,-0.96 L -0.48,-0.96 L -1.44,-1.68 L -2.4,-1.68 L -2.4,-1.2 L -3.12,-1.44 L -3.12,-1.68 L -3.36,-1.92 L -3.84,-2.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14818"/><g id="g14820" transform="translate(-2.64,2.64)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.24 L 0.24,0.96 L 0.48,1.2 L 0.72,2.16 L 0.24,2.4 L 0,2.16 L -0.24,2.4 L -0.48,2.4 L -0.72,3.36 L -0.96,3.36 L -0.48,4.08 L 0,4.08 L 0.48,4.56 L 0.48,4.8 L 0.24,5.04 L -1.2,4.32 L -1.68,4.8 L -1.2,4.8 L -1.2,5.28 L -1.44,5.28 L -1.68,5.04 L -2.4,4.56 L -2.16,4.8 L -2.4,5.52 L -2.88,5.28 L -2.88,5.52 L -2.64,5.52 L -2.88,6 L -2.16,6.24 L -2.16,6.48 L -1.68,6.72 L -1.92,6.96 L -1.44,7.44 L -1.2,7.2 L -0.96,7.2 L -1.2,7.68 L -0.72,8.4 L -0.96,8.64 L -0.72,8.88" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14822"/><g id="g14824" transform="translate(3.84,0.72)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.24 L 0.72,-1.44 L 0,-2.64 L -0.72,-3.12 L -1.44,-3.12 L -1.2,-3.36" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14826"/><g id="g14828" transform="translate(-3.6,10.32)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0 L 0.48,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14830"/><g id="g14832" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0 L 0.48,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14834"/><g id="g14836" transform="translate(1.68,-10.56)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,-0.72 L -0.96,-0.24 L -1.68,-0.72 L -1.92,-0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14838"/><g id="g14840" transform="translate(-1.92,9.12)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.24 L -0.24,0.48 L 0.24,1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14842"/><g id="g14844" transform="translate(1.92,-9.12)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-0.24 L 1.2,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14846"/><g id="g14848" transform="translate(-2.64,8.4)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.72 L 0.72,0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14850"/><g id="g14852" transform="translate(4.56,-8.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14854"/><g id="g14856" transform="translate(-2.4,12.72)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,2.16 L 0.96,2.4 L 1.2,3.12 L 1.44,3.36 L 1.44,3.6" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14858"/><g id="g14860" transform="translate(-0.72,-1.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0 L 0,0.48 L 0.24,0.96 L 0,0.96 L 0.48,1.44 L 0.48,1.92 L 0.72,1.68 L 0.72,1.92" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14862"/><g id="g14864" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0 L 0,0.48 L 0.24,0.96 L 0,0.96 L 0.48,1.44 L 0.48,1.92 L 0.72,1.68 L 0.72,1.92" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14866"/><g id="g14868" transform="translate(6.96,7.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.24 L 0,0.48 L 0.72,0.72 L 0.48,1.2 L 0.48,1.44 L 1.2,1.68 L 0.48,1.92 L 0.48,2.16 L 1.2,1.92 L 1.44,2.16 L 1.44,1.92 L 1.92,1.68 L 1.92,1.92 L 2.16,2.16 L 1.68,2.16 L 1.68,1.92 L 1.44,2.4 L 1.92,2.88 L 2.4,2.64 L 2.64,3.12 L 2.88,3.36 L 2.64,3.6 L 2.88,3.84 L 3.12,3.6 L 2.88,3.12 L 3.36,2.4 L 4.08,2.4" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14870"/><g id="g14872" transform="translate(-2.16,1.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-0.48 L 0.96,-0.24 L 1.2,-0.48 L 1.92,-0.96 L 1.68,-1.2 L 2.16,-1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14874"/><g id="g14876" transform="translate(6.24,0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.72 L -0.24,0.96 L 0.24,1.2 L 0.24,1.44 L 0.72,1.68 L 0.24,1.92 L 0.48,2.16 L 0.24,2.64 L 0.48,2.88" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14878"/><g id="g14880" transform="translate(9.84,6.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 2.64,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14882"/><g id="g14884" transform="translate(-9.6,-2.4)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.96 L -0.24,1.2 L 0.24,1.44 L 0,2.4 L 0.24,1.92 L 0.48,1.92 L 0.72,1.44 L 0.48,0.96 L 0.96,0.96 L 3.84,2.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14886"/><g id="g14888" transform="translate(0.24,-1.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.96 L -0.48,0.96 L -0.24,1.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14890"/><g id="g14892" transform="translate(3.6,3.84)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 5.76,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14894"/><g id="g14896" transform="translate(10.08,2.88)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.48 L 0.48,0.96 L 0.72,1.68 L 0.72,2.16 L 0.48,2.4 L 0.72,2.88 L 0.48,3.12 L 0.72,3.6 L 1.44,4.32 L 3.6,4.56 L 3.36,4.8 L 4.32,5.52" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14898"/><g id="g14900" transform="translate(-1.68,-2.64)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0 L 0.24,0.24 L 0.24,0.96 L -0.48,1.2 L -0.48,1.68 L -0.72,1.92 L -0.24,2.16 L 0,2.4 L 0,2.64 L 0.72,2.16 L 0.96,2.64 L 1.44,2.4 L 1.68,2.64" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14902"/><g id="g14904" transform="translate(6,8.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14906"/><g id="g14908" transform="translate(3.12,9.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0 L -0.48,0.96 L -0.24,1.44 L -0.72,2.16 L -0.72,2.88 L -1.2,3.84 L -0.96,4.56 L -1.44,5.04 L -0.72,5.52 L -0.96,5.76 L -0.96,6 L -0.48,6 L -0.24,6.24 L 0.24,8.4 L 1.2,8.4 L 1.92,8.88 L 1.92,9.36 L 2.16,9.6" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14910"/><g id="g14912" transform="translate(2.4,11.52)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14914"/><g id="g14916" transform="translate(0.72,3.84)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.24 L -0.96,0.72 L -1.68,0.72 L -1.92,0.24 L -2.64,0.24 L -3.12,0 L -4.56,0.72 L -4.32,0.96 L -5.28,1.2 L -5.52,1.92 L -6.24,2.4 L -5.76,3.12 L -5.52,3.84 L -5.04,4.32 L -4.8,5.28 L -3.84,6.96 L -3.84,7.2 L -3.36,8.4 L -2.64,8.4 L -1.44,8.64 L -1.2,8.4 L -0.24,9.6 L -0.24,10.32 L 0,10.32 L 0.24,12 L -0.24,12.48 L -0.48,13.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14918"/><g id="g14920" transform="translate(-149.04,-76.56)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,-0.48 L -1.2,-0.48 L -0.96,-0.96 L -1.92,-0.96 L -1.68,-1.92 L -0.72,-2.4 L -0.48,-2.16 L -0.48,-1.92 L 0,-1.92 L 0.24,-2.64 L 0.24,-3.12 L 0.72,-3.12" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14922"/><g id="g14924" transform="translate(17.52,-21.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.24 L -0.24,0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14926"/><g id="g14928" transform="translate(-0.72,0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.24 L -0.72,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14930"/><g id="g14932" transform="translate(4.8,-8.4)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.48 L 0.24,1.2 L 0.24,1.68 L 0.96,3.12 L 1.92,4.08 L 0.72,4.56 L 0.48,5.04 L 0.24,4.8 L -0.48,4.8 L -0.48,5.28 L -0.96,5.04 L -1.2,6 L -1.44,6 L -1.2,7.2 L -1.68,7.44 L -1.68,7.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14934"/><g id="g14936" transform="translate(-2.88,-7.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.24 L 0.96,0.48 L 1.2,1.2 L 0.48,2.16 L 0.72,2.64 L 1.2,2.88 L 1.44,2.64 L 2.16,2.88 L 2.88,2.4 L 3.6,3.12 L 3.6,3.6 L 4.32,4.08 L 4.32,3.36 L 4.56,2.88 L 5.04,2.88 L 5.04,2.4 L 5.28,1.92 L 5.52,2.16 L 5.52,2.64 L 6,3.12 L 6.24,3.84 L 6.48,3.84 L 6.72,3.36 L 7.68,3.36" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14938"/><g id="g14940" transform="translate(7.92,5.04)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.24 L -0.24,0.48 L -1.2,0.48 L -0.96,0.96 L -0.72,1.68 L -0.72,2.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14942"/><g id="g14944" transform="translate(-0.48,1.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.24 L 0.48,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14946"/><g id="g14948" transform="translate(-6.24,-4.08)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0.72 L -0.24,1.44 L -0.48,1.68 L -1.44,1.68 L -1.68,1.44 L -1.44,1.2 L -2.16,0.96 L -1.68,1.44 L -1.92,1.68 L -1.68,2.16 L -0.96,2.64 L -0.96,3.12 L -0.24,3.36 L 0.72,4.32 L 0.24,4.32 L 0.48,4.8 L 0.96,4.56 L 0.96,4.32 L 1.92,4.8 L 1.92,4.56 L 3.12,4.8 L 3.84,4.56 L 4.08,4.8 L 3.6,5.04 L 3.84,5.28 L 4.56,4.8 L 5.28,4.56 L 6.24,4.08" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14950"/><g id="g14952" transform="translate(0.24,10.8)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.24 L -0.96,0.24 L -1.2,0.48 L -1.92,0.48 L -2.16,1.2 L -2.64,1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14954"/><g id="g14956" transform="translate(-0.96,1.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.24 L 0,-0.96 L -0.24,-1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14958"/><g id="g14960" transform="translate(6.48,-10.08)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14962"/><g id="g14964" transform="translate(8.88,-2.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.68,-0.48 L 2.4,0.24 L 2.64,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14966"/><g id="g14968" transform="translate(-8.16,0)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.48 L 0.48,0.24 L 0.24,0.24 L 0.24,0.48 L 0.48,0.72 L 0.72,0.48 L 0.96,0.48 L 0.96,0.96 L 1.2,1.68 L 0.96,1.92 L 0.48,1.44 L 0.24,1.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14970"/><g id="g14972" transform="translate(0.24,3.6)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.48 L 0.48,-0.48 L 0.48,-0.72 L 0.96,-0.48 L 1.2,0.24 L 1.2,0 L 1.92,0 L 2.16,-0.48 L 2.64,-0.48 L 3.6,0 L 4.8,0 L 4.8,0.48 L 4.8,0.24 L 5.28,0.24 L 5.28,0 L 6,0 L 6,-0.24 L 6.48,-0.48 L 6.48,0 L 6.24,0.24 L 6.48,0.72 L 6,1.44 L 7.2,2.16 L 7.44,2.88 L 7.92,2.64 L 8.16,3.36 L 7.68,4.08 L 7.44,4.08 L 6.96,4.56 L 6.72,5.04 L 6,5.52 L 5.52,6.48 L 5.76,6.96 L 5.28,7.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14974"/><g id="g14976" transform="translate(7.68,-6.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0.24 L -0.24,0.72 L 0,1.2 L -0.48,1.44 L 0,1.92 L -0.48,1.92 L -0.72,2.16 L 0.24,2.88 L -2.64,3.6 L -2.88,4.08 L -3.12,4.32 L -3.12,4.8 L -4.08,4.56 L -5.28,4.56 L -5.52,4.08 L -6.72,4.32" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14978"/><g id="g14980" transform="translate(0.48,9.84)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-0.48 L 0.96,-0.72 L 1.2,-0.24 L 1.68,-0.48 L 1.92,0 L 2.4,0 L 2.4,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14982"/><g id="g14984" transform="translate(2.4,-10.08)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,-0.24 L -0.96,0.48 L -0.96,0 L -1.44,-0.24 L -2.16,0 L -2.88,-0.24 L -3.12,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14986"/><g id="g14988" transform="translate(5.52,13.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14990"/><g id="g14992" transform="translate(0.72,0.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.24 L 0.72,-0.24 L 0.96,-0.96 L 1.2,-0.96 L 1.68,-1.92 L 2.16,-1.68 L 2.64,-1.2 L 3.12,-1.68 L 3.36,-1.68 L 3.36,-2.4 L 3.84,-2.4" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14994"/><g id="g14996" transform="translate(-6.24,-10.8)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.96,0 L 1.92,0.48 L 2.16,0.24 L 2.16,0.72 L 2.64,0.96 L 3.36,-0.24 L 4.8,-1.2 L 5.04,-1.92 L 5.52,-1.92 L 6.24,-2.4 L 7.44,-2.4 L 7.92,-1.92 L 8.64,-1.68 L 8.88,-1.44 L 9.36,-1.44 L 9.84,-0.96 L 10.8,-0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path14998"/><g id="g15000" transform="translate(2.4,0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.48 L 0.72,0.48 L 0.72,1.68 L 0.96,1.68 L 1.2,2.16 L 0.72,2.64 L 0.96,2.64 L 1.2,2.4 L 1.92,2.64 L 1.68,3.12 L 2.16,3.6 L 3.36,2.88 L 5.28,2.88 L 5.52,3.12 L 5.28,3.6 L 5.52,3.84 L 6.72,4.08 L 7.2,4.56 L 7.68,4.32 L 7.92,4.32" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15002"/><g id="g15004" transform="translate(5.28,8.4)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,-0.24 L -0.96,-0.72 L -1.2,-0.72 L -1.44,-1.44 L -1.92,-1.92 L -2.64,-2.4 L -3.36,-2.4 L -3.84,-3.12" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15006"/><g id="g15008" transform="translate(-7.68,-2.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.24 L 0.24,0 L 0.48,0.24 L 1.44,-0.24 L 1.68,0 L 2.16,-0.48 L 2.88,-0.48 L 3.12,-0.24 L 3.84,-0.48 L 4.08,-0.96 L 3.84,-1.68 L 4.32,-2.4" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15010"/><g id="g15012" transform="translate(4.56,-2.64)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15014"/><g id="g15016" transform="translate(3.84,-9.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.48 L -0.48,0.24 L -1.2,0.48 L -1.44,0.24 L -1.68,0.48 L -2.16,0.24 L -4.08,0.72 L -5.04,0.48 L -5.52,-0.24 L -6.24,0.48 L -6.72,0.48 L -6.72,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15018"/><g id="g15020" transform="translate(0,2.88)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.48 L 0.24,-0.96 L 0.72,-1.2 L 0.48,-1.44 L 1.44,-1.92 L 0.72,-2.16 L 0.72,-2.64" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15022"/><g id="g15024" transform="translate(-5.04,1.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0 L -0.48,-0.24 L -0.96,-0.24 L -1.92,-0.96 L -1.68,-1.44 L -1.92,-1.92 L -2.64,-2.4 L -2.4,-2.64 L -2.64,-2.88 L -2.4,-3.12 L -2.64,-3.36 L -3.12,-3.36 L -3.36,-3.12" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15026"/><g id="g15028" transform="translate(6.72,8.64)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.48 L 0.48,0.72 L 1.2,0.96 L 1.68,0.48 L 2.16,0.72 L 1.92,0.96 L 3.12,1.2 L 3.84,0.96 L 4.08,0.48 L 5.04,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15030"/><g id="g15032" transform="translate(0.72,-9.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0 L 1.68,-0.96 L 1.92,-0.96 L 1.92,-1.92 L 3.6,-2.64 L 3.36,-3.12" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15034"/><g id="g15036" transform="translate(0.72,0)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0.24 L 0.72,0.24 L 0.96,0.72 L 1.68,0.48 L 1.92,0.72 L 1.92,1.92 L 2.4,2.16 L 2.64,3.12 L 3.12,4.32 L 3.12,4.8 L 3.6,5.52 L 4.32,5.76 L 5.28,6.96 L 5.76,6.72 L 6.72,6.48 L 8.16,6.96 L 9.12,6.24 L 9.12,6.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15038"/><g id="g15040" transform="translate(3.12,7.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.72 L 0.24,0.96 L 0.48,2.16 L 1.2,2.16 L 1.2,2.4 L 0.72,2.64 L 0.48,3.84 L 1.44,5.28" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15042"/><g id="g15044" transform="translate(-4.32,-1.2)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,0.48 L 0.96,1.2 L 1.44,1.44 L 2.16,1.2 L 2.88,1.68 L 3.6,0.96 L 4.56,1.2 L 5.28,0.48 L 5.76,0.48 L 6,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15046"/><g id="g15048" transform="translate(10.32,0.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,0.48 L 2.4,0.96 L 2.64,1.68 L 3.36,2.16 L 4.08,1.92 L 4.8,0.48 L 5.52,0 L 6.24,-0.72 L 6.96,-1.2 L 7.68,-2.64 L 7.44,-3.36 L 8.16,-5.04 L 7.92,-5.28 L 8.64,-6 L 9.12,-6.24 L 9.6,-6 L 9.6,-5.76 L 10.08,-5.76 L 10.8,-5.28 L 11.28,-5.28 L 11.52,-5.76" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15050"/><g id="g15052" transform="translate(11.04,-1.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0 L 0,0.72 L -0.96,0.96 L -0.96,1.44 L -1.2,1.44 L -1.2,2.16 L -1.68,1.92 L -2.4,2.4 L -2.4,3.6 L -2.64,3.84 L -2.88,3.6 L -3.12,3.84" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15054"/><g id="g15056" transform="translate(-6.24,4.56)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0 L 1.2,-0.24 L 1.2,-0.48 L 1.92,-0.24 L 1.92,-0.72 L 1.92,-0.48 L 2.16,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15058"/><g id="g15060" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 3.13638e-15,4.4929338e-15 L -0.48,-0.48 L -1.2,-0.48 L -1.44,-0.96 L -1.4688791,-0.93112088 L -1.68,-0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15062" sodipodi:nodetypes="cccccc"/><g id="g15064" transform="translate(3.12,-0.72)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.24 L -0.72,0.24 L -0.96,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15066"/><g id="g15068" transform="translate(3.12,-3.84)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 1.8457458e-15,8.9858676e-16 L 0.24,-0.24 C 0.115705,-0.36273157 -0.092396349,-0.61069661 -0.37643483,-0.66623652 C -0.61019762,-0.71194569 -0.7338976,-0.5893572 -0.91717988,-0.71869091 C -1.1400837,-0.87598369 -1.0529024,-1.4997182 -1.2198305,-1.6901229 C -1.4021577,-1.8980923 -1.4312695,-2.2811718 -1.5999372,-2.3781778 C -1.9407098,-2.5741665 -1.832519,-2.649032 -2.0686542,-2.9617209 C -2.3261939,-3.3027536 -2.5097082,-3.3620591 -2.869055,-3.6480942" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15070" sodipodi:nodetypes="ccsssssc"/><g id="g15072" transform="translate(12,15.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-0.24 L 0.72,0 L 0.72,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15074"/><g id="g15076" transform="translate(1.2,0.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.24 L 0.48,0 L 0.96,-0.24 L 1.44,0.24 L 1.68,-0.24 L 2.4,0 L 2.88,-0.24 L 3.36,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15078"/><g id="g15080" transform="translate(3.6,-5.52)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.44,0.48 L 1.2,0.96 L 1.44,1.92 L 0.96,1.92 L 0.96,2.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15082"/><g id="g15084" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.24 L -0.24,-0.96 L -0.96,-1.44 L -0.96,-2.4 L -0.48,-2.4 L -0.48,-2.88" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15086"/><g id="g15088" transform="translate(0.24,2.4)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.72 L 0.48,0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15090"/><g id="g15092" transform="translate(0.24,1.2)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,-0.24 L -0.72,0.24 L -0.24,0.48 L -0.24,0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15094"/><g id="g15096" transform="translate(-0.24,-1.2)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0.24 L 0.72,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15098"/><g id="g15100" transform="translate(-1.92,-11.52)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15102"/><g id="g15104" transform="translate(1.44,14.64)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15106"/><g id="g15108" transform="translate(0.96,-2.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.24 L -0.24,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15110"/><g id="g15112" transform="translate(-0.48,0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15114"/><g id="g15116" transform="translate(-0.48,1.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.48 L 0.48,-0.72 L 0.48,-1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15118"/><g id="g15120" transform="translate(14.4,9.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.72 L -0.72,-0.96 L -0.96,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15122"/><g id="g15124" transform="translate(0,-6.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.48 L 0.48,-0.48 L 0.48,-0.72 L 0.96,-1.2 L 1.44,-1.2 L 1.2,-0.72 L 1.92,-0.72 L 2.64,-0.24 L 4.08,-0.72 L 6,-1.68 L 5.52,-2.16 L 5.28,-2.16 L 5.04,-2.64 L 5.52,-2.88 L 5.76,-2.64 L 6.96,-2.64" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15126"/><g id="g15128" transform="translate(-2.64,4.56)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.72 L 0.48,-2.16 L 1.2,-2.4 L 0.96,-3.12 L 1.44,-4.8 L 2.64,-4.56" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15130"/><g id="g15132" transform="translate(24,-1.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 3.12,5.28 L 5.28,5.52" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15134"/><g id="g15136" transform="translate(32.16,42.72)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.24 L 0.48,2.16 L 0.48,3.84 L 1.2,4.08 L 1.2,4.8 L 1.92,5.28 L 0.96,5.76 L 0.72,5.28 L 0.48,5.28 L -3.12,8.4 L -3.84,8.64 L -2.4,10.08 L -1.92,11.76 L -1.44,11.76 L -1.2,12 L -1.44,12.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15138"/><g id="g15140" transform="translate(-10.32,15.6)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15142"/><g id="g15144" transform="translate(8.88,-3.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.48 L 0,1.2 L -0.48,1.68 L -2.64,2.16 L -3.84,3.12 L -3.6,4.8 L -4.08,5.28 L -4.8,5.52 L -5.04,6 L -4.56,6.96 L -4.8,7.68 L -4.08,7.68 L -3.84,7.44 L -3.12,7.92 L -2.88,7.44 L -2.16,8.4 L -1.44,8.4 L -0.96,9.12 L -0.48,9.12 L -0.48,10.08 L 0.48,10.56 L 0.24,11.04" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15146"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><g id="g15148" transform="translate(397.92,253.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.72 L -0.48,1.2 L -0.48,1.92 L 0,2.4 L -0.48,2.4 L 0,2.64 L -0.24,3.12 L -0.48,3.12 L -0.24,3.36 L -0.48,4.08 L -1.2,4.32 L -1.2,5.04" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15150"/><g id="g15152" transform="translate(-3.84,-4.56)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.96,0.24 L 1.2,0.96 L 1.92,1.92 L 1.44,2.88 L 1.44,3.12 L 1.68,3.12 L 1.92,2.64 L 2.4,3.12 L 2.88,3.12 L 3.6,3.6 L 3.84,3.6" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15154"/><g id="g15156" transform="translate(8.88,7.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0 L 0.96,0.48 L 2.88,0.72 L 3.36,0.96 L 4.56,0.96 L 5.28,0.48 L 6.24,0.48 L 6.96,-0.24 L 7.68,-0.48 L 8.64,-0.24 L 8.64,0.24 L 9.6,1.2 L 9.6,2.16 L 10.08,2.88 L 10.08,3.84 L 10.56,4.56" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15158"/><g id="g15160" transform="translate(-4.08,11.28)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0 L 0.24,0.72 L 0.48,0.96 L 0.24,1.44 L 0.48,1.68 L 0.24,1.92" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15162"/><g id="g15164" transform="translate(0.48,1.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0.96 L 0.24,1.2 L 0.48,1.68 L 0.96,2.4 L 0.72,2.88 L 0.48,2.88 L 0.48,3.84" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15166"/><g id="g15168" transform="translate(-239.52,14.4)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-4.8 L 0.96,-4.8 L 1.2,-5.04 L 1.2,-5.52 L 1.44,-5.76 L 1.2,-6 L 1.68,-6.24 L 1.68,-6.48 L 2.16,-6.48 L 2.64,-6.96 L 3.36,-7.2 L 4.08,-7.2 L 4.32,-7.2 L 5.76,-7.68 L 6,-7.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15170"/><g id="g15172" transform="translate(7.68,-9.84)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,-1.2 L -0.24,-2.4 L -4.32,-2.88 L -4.56,-3.6" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15174"/><g id="g15176" transform="translate(-1.68,2.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 2.4,-1.2 L 2.4,-1.68 L 1.92,-1.68 L 1.68,-2.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15178"/><g id="g15180" transform="translate(-2.88,-5.76)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.2,-0.24 L -1.44,-0.48 L -1.2,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15182"/><g id="g15184" transform="translate(93.36,-115.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.48 L -1.44,1.2 L -1.68,0.72 L -2.88,1.2 L -3.36,1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15186"/><g id="g15188" transform="translate(3.84,-1.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0.24 L -1.2,0.24 L -1.2,0 L -2.16,0.48 L -2.64,0.48 L -3.36,0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15190"/><g id="g15192" transform="translate(-3.36,0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0 L -0.72,0.48 L -0.24,0.72 L 0.24,0.48 L 0,0 z" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15194"/><g id="g15196" transform="translate(0.48,-0.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.24 L 0,0 z" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15198"/><g id="g15200" transform="translate(13.68,1.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.24 L 0.48,0.96 L 0.48,1.2 L -0.48,1.2 L -1.2,1.68 L -1.44,2.16 L -1.2,2.16 L -1.2,2.64 L -0.96,2.88 L -0.72,2.88 L -0.72,3.36 L -1.44,3.84 L -1.44,4.08" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15202"/><g id="g15204" transform="translate(4.56,-3.12)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15206"/><g id="g15208" transform="translate(0.24,-1.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15210"/><g id="g15212" transform="translate(-2.4,-3.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,-0.24 L 0.96,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15214"/><g id="g15216" transform="translate(-2.88,7.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15218"/><g id="g15220" transform="translate(11.52,-0.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0 L 0.24,-0.24 L 0,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15222"/><g id="g15224" transform="translate(17.76,-4.08)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.24 L -0.48,0.24 L -0.72,0.24 L -1.44,-1.2 L -1.2,-1.44 L -1.2,-2.4" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15226"/><g id="g15228" transform="translate(-3.6,-0.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.48 L 0,0.72 L 0,1.2 L 0.48,1.68 L 0.48,2.4 L 0.96,2.64 L 1.2,2.4 L 1.44,2.4 L 0.96,3.12 L 2.4,3.6 L 1.44,4.8 L 2.16,4.56 L 2.4,4.8 L 1.2,6 L 1.68,7.44 L 1.2,7.68 L 0.48,7.44 L 0.24,7.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15230"/><g id="g15232" transform="translate(-6.48,7.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.72 L 0.72,-1.44 L 1.2,-2.4 L 3.6,-4.56 L 3.6,-5.28 L 4.56,-6 L 4.32,-6.48 L 5.04,-6.48 L 5.76,-7.2 L 6.48,-7.2 L 6.48,-7.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15234"/><g id="g15236" transform="translate(8.16,-4.32)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M -0.070671378,0.14134276 L 1.2,-0.96 L 1.92,-1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15238" sodipodi:nodetypes="ccc"/><g id="g15240" transform="translate(-0.72,4.8)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.24 L -0.24,-0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15242"/><g id="g15244" transform="translate(5.04,0.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-0.48 L 0,-0.48 L 0.24,-0.72 L 0.72,-0.72 L 0.72,-1.2 L 1.68,-0.96 L 1.92,-1.44 L 2.64,-0.72 L 3.12,-0.96 L 3.36,-1.2 L 2.88,-1.2 L 2.64,-1.44 L 3.36,-2.16 L 4.08,-2.4 L 3.84,-3.12 L 4.08,-3.36 L 5.04,-3.12 L 6.96,-3.36 L 7.68,-2.88 L 8.88,-3.12" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15246"/><g id="g15248" transform="translate(0.48,-13.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.2,0.48 L 1.68,0.24 L 2.64,1.44 L 4.32,1.44 L 4.32,2.16 L 6.24,2.64 L 6.96,2.88 L 7.2,2.88 L 7.44,3.36 L 7.92,3.36 L 8.4,3.6 L 8.64,3.12 L 9.12,2.88 L 9.36,3.12 L 9.6,3.12" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15250"/><g id="g15252" transform="translate(-1.2,-2.88)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,0.48 L 0.96,1.44 L 1.44,1.68 L 1.44,2.4 L 1.2,3.12 L 0.72,3.12 L 0,4.08 L 0,4.56 L -0.24,5.04 L 0,5.28 L -0.24,5.76 L 0,6.48 L -0.24,7.2 L -0.96,7.44 L -1.2,7.92 L -1.44,8.16 L -1.68,8.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15254"/><g id="g15256" transform="translate(5.76,5.04)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,1.2 L -0.48,2.16 L -1.2,2.4 L -1.68,2.88 L -1.2,3.6 L -1.68,3.84 L -1.68,4.56 L -0.96,5.04 L -0.48,6 L -1.68,6.72 L -2.4,7.68 L -2.16,8.4 L -1.92,8.64 L -1.68,9.12" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15258"/><g id="g15260" transform="translate(-1.68,3.12)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -2.16,-0.48 L -2.64,-0.96 L -2.88,-0.72 L -4.08,-1.92" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15262"/><g id="g15264" transform="translate(-5.76,1.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,-0.48 L 0.48,-0.96 L 0,-0.96 L 0.24,-1.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15266"/><g id="g15268" transform="translate(11.28,3.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.96,0 L 1.68,0.48 L 2.4,1.44 L 4.32,2.4 L 4.8,2.4 L 5.04,2.16 L 5.76,2.4 L 6,2.16 L 6.24,2.4 L 6.72,1.92 L 7.92,1.92" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15270"/><g id="g15272" transform="translate(1.2,-7.2)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,-0.24 L 1.44,0 L 2.4,0.24 L 2.88,0.72 L 2.4,1.44 L 2.64,1.68 L 3.6,1.44 L 3.84,0.72 L 3.36,0.24 L 3.6,-0.72 L 2.88,-1.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15274"/><g id="g15276" transform="translate(6.72,3.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0 L -0.24,-0.24 L -0.72,-0.24 L -0.96,-0.48 L -1.68,0 L -2.16,-0.24 L -2.64,-0.72 L -3.12,-0.72 L -3.36,-1.2 L -3.6,-1.44 L -3.6,-1.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15278"/><g id="g15280" transform="translate(-4.56,-7.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15282"/><g id="g15284" transform="translate(0.48,1.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15286"/><g id="g15288" transform="translate(35.28,15.6)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,0 L 0.96,0.48 L 2.16,0.72 L 2.16,1.44 L 2.64,1.68 L 2.64,1.44 L 3.84,1.2 L 3.84,0.96 L 4.32,0.96 L 4.8,1.2 L 5.04,0.72 L 5.52,0.72 L 6,0.24 L 6,-0.72 L 6.96,-1.44 L 6.72,-1.68 L 7.44,-1.44 L 8.64,-0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15290"/><g id="g15292" transform="translate(5.52,7.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0 L -0.24,-0.72 L -0.72,-0.48 L -0.96,-0.48 L -1.92,-1.68 L -2.4,-1.68 L -2.4,-1.44 L -3.6,-1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15294"/><g id="g15296" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0 L -0.24,-0.72 L -0.72,-0.48 L -0.96,-0.48 L -1.92,-1.68 L -2.4,-1.68 L -2.4,-1.44 L -3.6,-1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15298"/><g id="g15300" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0 L -0.24,-0.72 L -0.72,-0.48 L -0.96,-0.48 L -1.92,-1.68 L -2.4,-1.68 L -2.4,-1.44 L -3.6,-1.44 L -4.32,-1.44 L -5.04,-1.2 L -5.52,-1.68 L -6.24,-1.44 L -6.72,-2.16 L -7.92,-2.4 L -8.4,-2.4 L -9.12,-2.64 L -10.08,-2.4 L -10.32,-2.64 L -11.28,-2.88 L -11.28,-3.6" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15302"/><g id="g15304" transform="translate(-3.6,-1.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,0 L -1.44,0.24 L -1.92,-0.24 L -2.64,0 L -3.12,-0.72 L -4.32,-0.96 L -4.8,-0.96 L -5.52,-1.2 L -6.48,-0.96 L -6.72,-1.2 L -7.68,-1.44 L -7.68,-2.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15306"/><g id="g15308" transform="translate(5.76,-2.64)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.24 L 0,-0.48 L -1.44,-1.2 L -2.16,-1.92 L -2.88,-2.4" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15310"/><g id="g15312" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.24 L 0,-0.48 L -1.44,-1.2 L -2.16,-1.92 L -2.88,-2.4" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15314"/><g id="g15316" transform="translate(3.84,-2.64)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.24 L 0.24,0.96 L -1.2,0.96 L -1.92,1.44 L -1.68,2.16 L -2.4,2.4 L -3.12,2.16 L -3.36,2.16 L -2.88,2.4 L -3.36,2.4 L -3.6,2.64" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15318"/><g id="g15320" transform="translate(-1.68,6.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,0 L -1.2,-0.48 L -2.16,-0.24 L -2.4,0.72 L -3.36,0.24 L -4.08,0.48 L -4.32,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15322"/><g id="g15324" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,0 L -1.2,-0.48 L -2.16,-0.24 L -2.4,0.72 L -3.36,0.24 L -4.08,0.48 L -4.32,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15326"/><g id="g15328" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,0 L -1.2,-0.48 L -2.16,-0.24 L -2.4,0.72 L -3.36,0.24 L -4.08,0.48 L -4.32,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15330"/><g id="g15332" transform="translate(-1.92,-3.6)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.72 L 0.72,0.96 L 1.44,1.2 L 1.44,0.96 L 1.68,0.72 L 2.16,0.96 L 2.64,1.44 L 3.6,1.2 L 3.6,1.68 L 3.36,2.16 L 2.4,2.16 L 2.16,2.4 L 1.68,2.64 L 1.92,3.6 L 2.16,3.6 L 2.4,3.36 L 2.64,3.84 L 3.6,3.36 L 3.84,3.36 L 4.56,2.88 L 5.76,3.36 L 6,3.6 L 6,4.32 L 6.48,5.28 L 6.24,6" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15334"/><g id="g15336" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15338"/><g id="g15340" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15342"/><g id="g15344" transform="translate(2.16,-0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15346"/><g id="g15348" transform="translate(-1.92,0.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15350"/><g id="g15352" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15354"/><g id="g15356" transform="translate(18.72,15.6)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0 L -0.48,0.24 L -2.88,0.24 L -4.08,-0.96 L -4.56,-1.92 L -4.8,-3.84" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15358"/><g id="g15360" transform="translate(8.4,8.64)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0 L 0,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15362"/><g id="g15364" transform="translate(-0.72,0.72)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.96,-0.96 L -1.44,-0.96 L -2.16,-0.72 L -2.4,-1.2 L -3.6,-1.2 L -3.36,-1.44 L -4.08,-2.16 L -3.6,-2.16 L -2.64,-2.4 L -2.88,-2.64 L -3.36,-2.4 L -3.84,-2.64 L -3.84,-3.12 L -3.6,-3.6 L -4.32,-4.56 L -4.32,-6 L -3.36,-6.72 L -2.88,-6.72 L -2.88,-7.2 L -5.04,-8.88 L -6,-9.84 L -7.68,-9.36" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15366"/><g id="g15368" transform="translate(-5.04,-8.88)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -7.68,8.88" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15370"/><g id="g15372" transform="translate(9.84,8.88)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.24 L -0.72,-0.48 L -1.68,-1.44 L -2.64,-1.68 L -2.88,-1.68 L -2.88,-1.2 L -3.6,-0.96 L -3.36,-0.72 L -4.08,-0.72 L -4.08,-0.48 L -4.56,0 L -4.8,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15374"/><g id="g15376" transform="translate(4.8,-0.72)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15378"/><g id="g15380" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0 L -1.2,0.72 L -2.16,0.72 L -3.84,1.44 L -4.56,1.2 L -5.04,0.96 L -4.8,0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15382"/><g id="g15384" transform="translate(-9.12,6.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.44,2.16 L 3.6,4.32 L 3.84,5.52 L 4.08,5.52" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15386"/><g id="g15388" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.44,2.16 L 3.6,4.32 L 3.84,5.52 L 4.08,5.52" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15390"/><g id="g15392" transform="translate(-4.8,0)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.2,0.24 L 1.68,0 L 4.8,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15394"/><g id="g15396" transform="translate(25.2,8.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,-0.96 L -0.24,-1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15398"/><g id="g15400" transform="translate(-5.04,-2.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-0.72 L 1.68,-0.24 L 1.92,0.24 L 0.96,0.72 L 0.96,2.16 L 0.48,2.4 L 0.72,3.36 L 0.48,3.6 L 0.48,4.32 L 0.96,4.8 L 0.72,5.04" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15402"/><g id="g15404" transform="translate(3.6,0.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0.24 L 0,0.24 L 0,0.48 L -0.72,0.72 L -0.72,1.2 L -1.2,1.68 L -0.24,1.92 L 0,2.64" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15406"/><g id="g15408" transform="translate(0.24,-0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0 L 0,0.48 L -0.24,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15410"/><g id="g15412" transform="translate(-15.12,0)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.96,0 L 1.68,0.24 L 3.12,-0.24 L 3.36,0.48 L 4.8,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15414"/><g id="g15416" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.96,0 L 1.68,0.24 L 3.12,-0.24 L 3.36,0.48 L 4.8,-0.72 L 5.76,-1.68 L 6.48,-0.72 L 8.88,-1.92 L 9.36,-1.44 L 10.56,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15418"/><g id="g15420" transform="translate(14.88,0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,-1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15422"/><g id="g15424" transform="translate(-3.6,-0.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.24 L -0.72,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15426"/><g id="g15428" transform="translate(3.6,0)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15430"/><g id="g15432" transform="translate(7.44,10.08)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.24 L 0.24,1.2 L 0,2.4 L 0.24,2.64 L -0.24,2.64 L -0.48,2.88 L -0.24,3.12" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15434"/><g id="g15436" transform="translate(-5.28,-1.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0.24 L -0.96,-0.24 L -1.2,0 L -1.68,0 L -1.68,-0.24 L -2.16,0 L -1.68,-0.72 L -1.92,-0.96 L -1.2,-1.44 L -2.4,-2.4 L -3.12,-2.16 L -3.36,-2.64 L -4.08,-3.12 L -4.32,-1.44 L -4.32,-1.2 L -4.56,-0.72 L -4.32,0.24 L -5.04,0 L -5.04,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15438"/><g id="g15440" transform="translate(-0.96,-4.8)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0.24 L 0.96,0.24 L 1.68,1.44 L 1.68,1.68 L 2.4,2.16 L 2.4,2.4 L 2.64,2.16 L 2.64,2.88 L 2.88,3.12 L 2.64,3.12 L 2.4,3.84 L 3.12,4.08 L 2.4,4.56 L 2.88,4.8 L 2.64,5.52 L 2.88,6.48 L 1.92,5.52 L 0.96,5.28 L 0.96,4.8" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15442"/><g id="g15444" transform="translate(-4.08,4.56)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0 L -0.48,0.48 L -0.24,0.72 L -0.72,0.72 L -0.48,0.96 L -0.72,1.2 L -0.72,1.92 L -0.48,2.16 L -0.24,2.88 L 1.44,4.32 L 1.92,4.32 L 2.4,5.28 L 2.64,5.04 L 2.88,5.28 L 2.4,5.52 L 1.44,6.48 L 1.44,7.44 L 1.2,7.68 L 1.68,8.16 L 1.44,8.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15446"/><g id="g15448" transform="translate(5.52,-3.6)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.24 L 0,-0.96 L 0.24,-1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15450"/><g id="g15452" transform="translate(0,-1.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.24 L -1.2,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15454"/><g id="g15456" transform="translate(-5.52,2.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,1.44 L -0.24,1.68 L 0.24,1.68 L 0,2.4 L 0,2.88" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15458"/><g id="g15460" transform="translate(2.88,-1.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.96 L -0.24,1.44 L 0.72,1.68 L 0.72,1.44 L 1.2,1.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15462"/><g id="g15464" transform="translate(-1.44,12.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.92,0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15466"/><g id="g15468" transform="translate(4.32,-11.76)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,0.24 L 0.72,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15470"/><g id="g15472" transform="translate(0.48,-0.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15474"/><g id="g15476" transform="translate(-2.16,0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15478"/><g id="g15480" transform="translate(-1.2,0)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.24 L 0,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15482"/><g id="g15484" transform="translate(7.2,8.4)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0.48 L 0.24,1.44 L 1.44,1.2 L 1.68,1.68 L 1.68,2.64 L 2.16,2.64 L 1.68,3.84 L 1.44,4.08 L 0.96,4.8 L 2.16,7.44 L 1.68,8.64 L 1.44,8.64 L 1.44,9.6 L 1.2,11.28 L 1.44,12.48 L 1.2,12.96 L 1.2,13.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15486"/><g id="g15488" transform="translate(-6.72,16.8)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0 L -0.48,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15490"/><g id="g15492" transform="translate(1.2,-11.76)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.48 C 0.785,2.797 2.051,4.931 3.6,6.96 L 3.84,7.44 L 5.04,7.44 L 5.52,8.64 L 5.76,8.64" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15494"/><g id="g15496" transform="translate(-1.2,-1.2)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.2,1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15498"/><g id="g15500" transform="translate(7.92,9.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.48 L -1.44,1.2 L -1.92,1.68 L -1.92,2.4 L -2.4,2.16 L -2.4,3.12 L -3.12,3.12 L -3.36,3.36 L -5.52,3.6 L -7.2,4.32 L -7.2,4.56 L -7.68,4.32 L -7.92,3.6" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15502"/><g id="g15504" transform="translate(-8.4,3.84)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15506"/><g id="g15508" transform="translate(7.44,-3.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15510"/><g id="g15512" transform="translate(1.92,31.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.72 L 2.64,2.88 L 2.88,3.6 L 2.88,4.56 L 3.84,4.08 L 4.08,4.56 L 6.24,5.04 L 7.68,6 L 8.16,6 L 8.4,7.68 L 9.12,10.08 L 9.6,13.2 L 9.6,14.4 L 9.36,15.12 L 9.6,16.32 L 10.32,18.72 L 11.28,19.2 L 11.52,20.64 L 12.48,22.32 L 12.72,23.52 L 12.48,24.96 L 13.2,24.96 L 13.2,25.92 L 13.44,26.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15514"/><g id="g15516" transform="translate(-253.68,26.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-3.12" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15518"/><g id="g15520" transform="translate(72.72,-126)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.44,0 L 1.44,-0.48 L 0.96,-0.72 L 1.2,-1.2 L 1.68,-0.96 L 1.68,-1.2 L 2.16,-1.2 L 2.4,-1.44 L 2.16,-1.44 L 2.64,-1.44 L 2.64,-1.68 L 3.36,-1.68 L 3.36,-1.44 L 4.08,-1.92 L 4.32,-1.92 L 4.8,-2.16 L 4.56,-2.88 L 5.28,-3.6 L 4.8,-4.08 L 3.84,-4.08 L 3.12,-4.56 L 2.88,-4.56 L 2.88,-5.28 L 2.4,-6.48 L 2.4,-6.72 L 1.68,-6.96 L 1.68,-7.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15522"/><g id="g15524" transform="translate(20.4,-4.8)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0.72 L -1.2,0.72 L -1.44,1.44 L -1.92,1.44 L -2.4,1.92 L -2.4,2.16 L -2.88,2.16 L -2.64,2.64 L -3.36,3.12 L -3.36,3.36" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15526"/><g id="g15528" transform="translate(16.32,-29.04)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0.96 L 0,1.2 L 0.24,1.92 L 0.24,2.88 L 0.72,5.04 L 0.24,5.28 L 0.96,5.76 L 0.96,6 L 1.68,6.24 L 1.68,6.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15530"/><g id="g15532" transform="translate(31.2,15.84)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.72 L 0.24,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15534"/><g id="g15536" transform="translate(-1.68,-0.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.96,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15538"/><g id="g15540" transform="translate(1.92,-0.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,0 L 0.72,0.48 L 0.96,0.72 L 0.72,1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15542"/><g id="g15544" transform="translate(25.92,-7.2)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.2,0 L 0.96,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15546"/><g id="g15548" transform="translate(-7.2,4.08)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-0.24 L 0,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15550"/><g id="g15552" transform="translate(3.84,-3.84)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,0.24 L 1.2,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15554"/><g id="g15556" transform="translate(-2.16,0.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.48 L 0.48,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15558"/><g id="g15560" transform="translate(-1.2,2.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15562"/><g id="g15564" transform="translate(-2.88,2.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.48 L 0.48,-0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15566"/><g id="g15568" transform="translate(-0.96,3.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.96,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15570"/><g id="g15572" transform="translate(4.32,-6.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.24 L 0.72,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15574"/><g id="g15576" transform="translate(-5.76,8.88)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15578"/><g id="g15580" transform="translate(7.68,-9.84)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.24 L 0.48,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15582"/><g id="g15584" transform="translate(-5.04,6)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15586"/><g id="g15588" transform="translate(0.48,1.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15590"/><g id="g15592" transform="translate(35.52,3.84)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.48 L -1.44,-1.44 L -2.88,-1.92 L -3.6,-1.44 L -4.32,-1.68 L -6,-3.36 L -6.96,-3.84 L -7.2,-3.36 L -8.16,-3.6 L -8.16,-4.8 L -7.44,-5.28 L -8.16,-5.76 L -7.92,-6.48 L -8.16,-6.72 L -8.16,-7.2 L -8.88,-7.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15594"/><g id="g15596" transform="translate(6.96,14.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,0 L -0.96,-0.24 L -0.48,-1.2 L -1.2,-1.68 L -0.96,-2.16 L -0.48,-2.16 L -0.24,-2.88 L 0.24,-3.12 L 0.96,-4.32 L 1.44,-4.32 L 1.44,-5.76 L 2.64,-5.76 L 3.12,-6.72 L 3.84,-6.72 L 4.08,-7.44 L 4.56,-7.44 L 4.8,-8.16 L 5.28,-8.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15598"/><g id="g15600" transform="translate(-2.4,-10.08)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.48 L -1.2,-1.44 L -3.12,-2.4 L -4.56,-4.08" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15602"/><g id="g15604" transform="translate(0.96,10.56)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.44,-0.48 L 2.16,-0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15606"/><g id="g15608" transform="translate(-0.24,-11.04)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0.48 L 0.72,1.44 L 1.2,1.44 L 1.44,1.92 L 3.36,2.16 L 3.84,2.88 L 4.32,2.88 L 4.32,2.4 L 5.04,2.16 L 5.28,3.12 L 5.76,3.36" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15610"/><g id="g15612" transform="translate(0.48,-7.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.72 L -0.48,2.16 L -1.44,3.12 L -1.92,4.08 L -1.92,4.8 L -0.96,5.52 L -0.24,7.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15614"/><g id="g15616" transform="translate(0.96,18.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15618"/><g id="g15620" transform="translate(-2.16,-10.08)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0 L 0.96,-0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15622"/><g id="g15624" transform="translate(7.68,1.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0 L 0.24,-0.48 L 0.72,-0.72 L 1.2,-0.72 L 2.16,-1.68 L 2.4,-1.44 L 3.36,-1.68 L 4.08,-0.96 L 4.8,-0.96 L 4.08,-1.68 L 4.32,-2.16 L 5.28,-2.88 L 5.52,-3.12 L 5.04,-3.6 L 5.04,-3.84" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15626"/><g id="g15628" transform="translate(-4.56,7.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,-0.48 L 1.2,-0.24 L 1.68,-0.72 L 3.6,0 L 3.84,0.24 L 4.32,0.48 L 4.56,1.68 L 4.8,1.92 L 5.28,3.36 L 6,4.8 L 7.44,4.32 L 7.2,3.84 L 7.92,3.36 L 7.68,2.88 L 7.68,2.4 L 8.64,2.16 L 8.88,2.4 L 9.84,2.16 L 10.32,2.64" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15630"/><g id="g15632" transform="translate(4.32,0.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,0.72 L -0.48,1.2 L -1.2,1.44 L -1.2,1.92 L -1.92,1.68 L -3.36,1.92 L -3.84,1.92 L -3.6,2.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15634"/><g id="g15636" transform="translate(-4.8,0.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.24 L 0.72,-0.24 L 0.96,0 L 1.44,-0.24 L 2.16,0.48 L 2.4,0 L 3.12,0 L 3.12,-0.48 L 4.08,-0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15638"/><g id="g15640" transform="translate(24.72,9.6)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.48 L 0.24,-1.2 L 0.24,-1.44 L -0.48,-2.64 L -1.2,-3.12" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15642"/><g id="g15644" transform="translate(11.52,7.2)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.2,-0.72 L -2.4,-0.24 L -2.4,-0.48 L -3.6,-0.72 L -4.32,-1.68 L -4.8,-1.92 L -5.04,-1.68 L -6.96,-2.64 L -8.16,-2.16 L -8.16,-2.64 L -9.6,-3.6 L -9.6,-4.08 L -9.36,-4.32 L -9.6,-4.56 L -10.56,-5.04 L -11.04,-5.76 L -11.52,-7.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15646"/><g id="g15648" transform="translate(7.2,-2.88)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,0.72 L -0.48,0.96 L -1.2,1.92 L -0.96,2.16 L -0.24,2.16 L 0.72,3.12 L 1.44,3.12 L 1.92,2.88 L 1.92,3.6 L 2.4,4.08 L 2.64,5.28 L 2.16,5.52 L 2.16,6 L 1.68,6.24 L 2.16,6.72 L 2.64,8.16 L 3.12,8.4 L 2.64,8.88 L 3.12,9.84 L 2.88,10.56 L 1.44,12.48 L 1.68,12.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15650"/><g id="g15652" transform="translate(-1.2,1.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,0.48 L -1.2,0.48 L -1.44,0.96 L -2.64,2.16 L -4.32,0.48 L -5.76,0.96 L -6,0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15654"/><g id="g15656" transform="translate(-0.72,13.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.2,-0.24 L -2.16,-0.24 L -2.4,-0.72 L -3.84,-0.96 L -4.56,-0.96 L -7.68,-1.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15658"/><g id="g15660" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.2,-0.24 L -2.16,-0.24 L -2.4,-0.72 L -3.84,-0.96 L -4.56,-0.96 L -7.68,-1.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15662"/><g id="g15664" transform="translate(3.6,-2.88)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.24 L 0.72,1.2 L 0.24,2.4 L 1.68,2.88 L 2.88,4.56 L 3.84,4.8 L 3.84,5.52 L 4.08,5.52 L 4.32,5.76 L 5.76,5.76 L 5.76,7.92 L 6,8.16 L 6,8.4 L 6.24,8.4 L 6,8.4 L 7.2,8.88 L 7.2,9.6 L 6.48,9.84 L 6.24,10.32 L 6.72,11.28 L 6.96,11.28" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15666"/><g id="g15668" transform="translate(2.16,3.6)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.2,0.72 L -1.68,1.44 L -3.6,0.48 L -3.6,0 L -4.08,-0.24 L -5.76,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15670"/><g id="g15672" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.2,0.72 L -1.68,1.44 L -3.6,0.48 L -3.6,0 L -4.08,-0.24 L -5.76,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15674"/><g id="g15676" transform="translate(-2.4,11.52)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.24 L 0.24,-0.48 L -0.24,-0.48 L 0,-0.96 L 0.96,-1.44 L 1.44,-0.48 L 1.92,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15678"/><g id="g15680" transform="translate(-1.44,-6)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0 L 0.96,0.48 L 1.44,0.24 L 1.92,0.96 L 2.4,0.96 L 2.4,0.48 L 3.12,0 L 4.56,0 L 5.04,-0.72 L 4.8,-0.96 L 5.52,-2.64 L 6.24,-3.36" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15682"/><g id="g15684" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0.96 L -0.24,1.44 L 1.2,2.88 L 0.48,3.84 L 0.72,4.08 L 0.48,4.32 L 0.96,4.32 L 0.48,4.56" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15686"/><g id="g15688" transform="translate(17.76,12.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.48 L -0.48,-0.48 L -0.96,-0.96 L -1.44,-1.2 L -1.44,0 L -1.2,0 L -0.96,0.24 L -0.96,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15690"/><g id="g15692" transform="translate(-1.92,0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0 L -0.72,0.24 L -1.68,0.48 L -2.88,1.2 L -4.08,0.48 L -4.32,0 L -4.08,-0.48 L -4.56,-0.96 L -5.52,-0.72 L -5.52,-0.24 L -6.48,-0.24 L -7.2,0.24 L -6.96,0.72 L -7.2,0.96 L -7.92,1.2 L -8.16,1.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15694"/><g id="g15696" transform="translate(-7.2,-11.28)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0.48 L 0.24,0.96 L -0.72,1.2 L -0.72,2.16 L -1.2,3.12 L -0.96,3.84 L 0.24,4.32 L 0.96,3.6 L 1.44,4.08 L 3.6,2.4 L 4.56,1.92 L 5.04,2.16 L 5.28,2.64 L 5.28,4.08 L 5.52,5.04 L 5.28,5.76 L 5.28,7.2 L 6,8.16 L 6.24,8.16 L 6.24,7.68 L 6.48,7.68 L 6.72,9.6 L 7.2,10.32 L 8.16,10.56" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15698"/><g id="g15700" transform="translate(8.16,9.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.24 L 0,-0.48 L 0,-1.68 L -0.96,-2.16 L -2.16,-5.04 L -2.4,-6 L -2.16,-6.24 L -2.4,-7.2 L -2.16,-7.44 L -2.64,-7.68 L -2.16,-8.16 L -2.16,-9.6 L -1.44,-9.36 L -0.48,-9.36 L -0.24,-9.6 L 0.48,-9.6 L 0.72,-10.08 L 1.2,-10.08 L 1.44,-10.8" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15702"/><g id="g15704" transform="translate(-13.68,-3.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.48 L -0.24,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15706"/><g id="g15708" transform="translate(0.24,-2.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.72 L 0.48,0.48 L 0.48,1.2 L 1.2,1.44 L 1.44,1.2 L 1.92,1.92 L 1.68,2.16 L 1.92,3.12 L 2.4,3.12 L 2.64,3.6 L 3.36,3.36 L 3.36,4.08 L 4.08,4.08 L 3.84,4.56 L 4.08,5.04 L 5.04,6.24 L 5.04,7.2 L 5.28,7.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15710"/><g id="g15712" transform="translate(0.48,3.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.24 L 0,-0.48 L -0.24,-0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15714"/><g id="g15716" transform="translate(-0.72,-1.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0.24 L 0.48,0 L 0,0 z" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15718"/><g id="g15720" transform="translate(1.68,2.88)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.24 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15722"/><g id="g15724" transform="translate(22.8,6.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.96,0.24 L -1.68,0.48 L -2.4,-0.96 L -3.36,-1.92 L -4.32,-2.64 L -4.8,-2.4 L -5.04,-3.6 L -5.52,-3.36 L -6.24,-3.6 L -6.48,-3.12 L -7.2,-2.88 L -7.92,-2.88 L -8.64,-3.12 L -8.64,-3.6 L -9.36,-3.6 L -9.84,-4.08 L -9.84,-4.32" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15726"/><g id="g15728" transform="translate(-10.8,-3.84)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.72 L -0.96,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15730"/><g id="g15732" transform="translate(8.88,3.84)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-2.64 L 0.48,-2.88" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15734"/><g id="g15736" transform="translate(-195.36,-60.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,-0.96 L -1.92,-0.48 L -1.68,-1.2 L -1.92,-2.16 L -1.44,-2.88 L -1.68,-3.36 L -2.4,-3.6 L -3.12,-4.32 L -2.88,-5.28 L -2.4,-5.52 L -2.64,-6 L -3.36,-6 L -4.56,-6.96 L -4.8,-8.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15738"/><g id="g15740" transform="translate(-1.2,-14.4)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15742"/><g id="g15744" transform="translate(7.68,-5.76)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15746"/><g id="g15748" transform="translate(-1.92,1.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15750"/><g id="g15752" transform="translate(31.68,-25.2)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.48 L 1.68,0.96 L 2.16,1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15754"/><g id="g15756" transform="translate(0.72,0.72)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.96,6.72 L -2.88,8.4 L -2.88,9.6 L -3.36,10.56 L -4.32,11.04 L -4.32,11.76 L -4.8,13.44 L -4.56,14.16 L -3.84,14.4 L -3.36,15.12 L -2.16,15.84 L -2.16,16.8 L -1.92,16.8" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15758"/><g id="g15760" transform="translate(1.44,0.72)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,0.96 L 0.96,1.44 L 0.72,3.36 L 1.2,4.32 L 1.92,4.32 L 2.4,5.04 L 2.88,5.28 L 3.12,5.52 L 5.28,6.48 L 5.04,7.2 L 5.28,9.12" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15762"/><g id="g15764" transform="translate(45.36,5.52)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.48 L -0.24,-1.2 L 0.48,-2.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15766"/><g id="g15768" transform="translate(0.48,-2.64)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,-2.16 L -0.24,-2.64" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15770"/><g id="g15772" transform="translate(0,3.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15774"/><g id="g15776" transform="translate(0,-2.88)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15778"/><g id="g15780" transform="translate(26.64,8.64)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 3.12,-3.84" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15782"/><g id="g15784" transform="translate(1.92,1.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.96 L 0.24,-0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15786"/><g id="g15788" transform="translate(-0.72,2.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.48 L 0.24,-0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15790"/><g id="g15792" transform="translate(0.48,-1.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0 L 0,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15794"/><g id="g15796" transform="translate(0,-0.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15798"/><g id="g15800" transform="translate(-1.44,-2.64)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,1.2 L 0.24,1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15802"/><g id="g15804" transform="translate(10.8,-0.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,1.2 L 0.72,2.16 L -3.36,4.32 L 1.44,8.16 L 1.92,9.36 L -0.96,12.48 L -4.8,6.72 L -6.24,6.48 L -6.96,6.72 L -7.2,6.48 L -7.92,7.2 L -8.4,6.96 L -8.64,6.72 L -8.64,6.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15806"/><g id="g15808" transform="translate(-9.12,3.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-0.24 L 0,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15810"/><g id="g15812" transform="translate(0.24,-1.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,0.24 L 1.2,0.96 L 1.2,0 L 1.68,-0.24 L 1.68,-2.88 L 1.92,-4.08 L 2.16,-4.56" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15814"/><g id="g15816" transform="translate(0.24,5.28)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-1.44 L -0.96,-1.2 L -1.2,-1.68 L -1.2,-2.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15818"/><g id="g15820" transform="translate(-0.96,-3.12)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.48 L 0.48,-0.48 L 0.24,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15822"/><g id="g15824" transform="translate(8.64,8.64)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 2.4,3.12" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15826"/><g id="g15828" transform="translate(2.88,-3.12)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 2.16,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15830"/><g id="g15832" transform="translate(-12.48,-1.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.96,0.24 L 0.96,1.2 L 1.2,0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15834"/><g id="g15836" transform="translate(1.2,1.2)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15838"/><g id="g15840" transform="translate(10.8,6.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.68,2.64 L 1.92,4.08 L 1.44,4.8" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15842"/><g id="g15844" transform="translate(2.64,-6)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 5.04,-0.24 L 10.08,-0.24 L 11.04,-0.96 L 12.72,-0.24 L 13.2,-1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15846"/><g id="g15848" transform="translate(10.32,17.04)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-0.24 L -0.24,-0.48 L -0.24,-0.96 L 0.48,-1.68 L -0.24,-1.68 L -0.24,-2.4 L 0.48,-2.4 L 0.72,-2.88 L 0.72,-3.84 L 0.96,-3.6 L 2.16,-4.32 L 2.4,-4.08 L 2.64,-4.08 L 2.64,-4.56 L 2.88,-4.32 L 3.84,-4.8 L 4.08,-5.04 L 3.84,-5.28 L 4.08,-5.28 L 4.08,-5.76 L 5.04,-5.28 L 7.68,-5.52 L 8.16,-5.28 L 8.4,-5.28 L 9.12,-6 L 10.8,-6.48 L 11.04,-7.92 L 11.76,-9.12 L 12.72,-8.4 L 13.68,-10.08 L 15.12,-10.32 L 15.6,-10.8" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15850"/><g id="g15852" transform="translate(14.4,-11.52)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,-0.24 L -2.16,-1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15854"/><g id="g15856" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15858"/><g id="g15860" transform="translate(31.2,25.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,3.84 L -0.72,4.32 L -1.92,5.04 L -4.08,3.36 L -5.52,4.56 L -6,5.28 L -8.64,6.72 L -8.64,6.96 L -8.88,8.4 L -10.08,7.92 L -11.28,9.12 L -11.52,9.84 L -11.04,10.32 L -11.76,10.32 L -11.76,11.76 L -12.24,12.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15862"/><g id="g15864" transform="translate(6.24,29.76)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.24 L 0.24,-0.48 L 0.72,-0.72 L 0.96,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15866"/><g id="g15868" transform="translate(2.64,-1.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,-1.2 L 0,-1.68 L 0,-2.16 L 0.48,-2.16 L 0.72,-3.12 L 2.16,-4.08 L 2.64,-5.28 L 2.4,-5.76 L 1.68,-5.76 L 0.96,-6.48 L 1.44,-6.24 L 0.48,-6.96 L 0.72,-7.92 L 0.24,-9.12 L 0.48,-9.12 L 0.96,-8.88 L 1.2,-8.88 L 0.48,-10.32 L -0.24,-11.04 L -0.48,-11.76 L 0,-12.72 L -0.24,-13.2 L 0.48,-14.16 L 0.96,-14.4 L 1.44,-14.88 L 1.68,-15.36 L 2.16,-15.36" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15870"/><g id="g15872" transform="translate(-2.88,7.2)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-1.44 L 0.48,-1.68 L 0.48,-1.92 L 1.2,-1.92 L 1.92,-2.64 L 1.92,-3.36 L 1.44,-4.32 L 0.24,-5.28" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15874"/><g id="g15876" transform="translate(1.2,-6)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.48 L 0.72,0 L 1.68,0 L 1.68,-1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15878"/><g id="g15880" transform="translate(13.44,7.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-0.24 L 1.2,-0.96 L 1.92,-0.72 L 1.68,-0.96 L 2.64,-3.36 L 2.4,-3.84 L 2.64,-4.08 L 3.36,-4.08 L 3.36,-5.76" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15882"/><g id="g15884" transform="translate(-8.4,6.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.44,-1.2 L -1.68,-2.4 L -0.96,-3.36 L -0.24,-3.12 L 0,-3.6 L 0.96,-2.88 L 1.2,-3.84 L 1.44,-4.08 L 2.16,-3.84 L 2.88,-4.8 L 3.84,-4.32 L 4.56,-4.8 L 5.04,-4.08 L 4.8,-3.84 L 5.52,-4.32 L 6,-4.32 L 6.48,-3.6" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15886"/><g id="g15888" transform="translate(7.68,-4.32)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.72 L 0,-1.68 L 0.72,-1.92" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15890"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#9a9a8d;stroke-width:0.17182583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" d="M 330.56537,205.85222 L 331.49293,205.54304 L 332.02297,205.18968 L 332.77385,204.88049 L 333.25972,205.67555 L 334.0106,206.24975 L 334.40813,207.0448 L 334.58481,207.79569" id="path83389" transform="matrix(0.8,0,0,-0.8,-239.53743,164.34462)"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><g id="g15892" transform="translate(436.32,215.76)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-0.24 L 0.48,-0.48 L 0.96,-0.72 L 0.48,-0.96 L -1.2,-0.48 L -1.44,0.48 L -1.68,0.72 L -2.64,0.24 L -3.6,-0.48 L -4.8,-0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15894"/><g id="g15896" transform="translate(1.2,-0.72)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,0 L 1.2,0.72 L 1.68,0.24 L 2.64,0.48 L 3.12,-0.48 L 3.12,-0.96 L 3.36,-1.2 L 3.12,-1.68 L 2.64,-1.92 L 2.16,-1.68 L 1.92,-2.88 L 2.88,-3.12 L 4.08,-2.64 L 4.56,-3.36 L 5.28,-3.12 L 5.52,-3.6 L 5.76,-3.6 L 6.24,-3.84 L 6.48,-3.12 L 6.24,-2.64 L 7.92,-2.4 L 8.64,-2.16 L 8.88,-1.2 L 9.12,-0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15898"/><g id="g15900" transform="translate(-7.44,-2.64)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,-0.72 L 0,-1.68 L 0,-2.64 L -0.24,-3.12 L -0.48,-4.08 L -1.68,-5.52" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15902"/><g id="g15904" transform="translate(4.8,-9.12)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.96,0.48 L 1.44,0.24 L 1.2,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15906"/><g id="g15908" transform="translate(11.76,10.8)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.96,0.48 L 1.44,0 L 2.16,0.96 L 3.6,1.92 L 3.36,1.44 L 3.84,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15910"/><g id="g15912" transform="translate(3.6,1.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,0 L 0.96,0.48 L 0,1.44 L 0.24,1.68 L 0,2.16 L 0.96,3.36 L 1.92,3.12 L 2.4,3.6" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15914"/><g id="g15916" transform="translate(-224.4,-94.8)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0 L 1.68,0.96 L 1.92,1.2 L 3.6,0.96 L 5.04,1.44 L 6.24,1.44 L 6.48,1.68 L 6.24,2.16 L 6,2.16 L 6.48,2.88 L 6.24,3.36 L 6.72,4.08 L 7.44,3.6 L 9.12,3.6 L 9.84,4.32 L 11.28,4.08 L 14.64,2.88 L 14.64,3.12 L 14.16,3.36 L 14.64,3.84 L 15.36,4.08 L 14.64,5.28 L 14.4,6 L 14.64,6.48 L 14.4,7.2 L 14.88,8.16 L 14.64,8.64 L 15.12,9.84 L 15.12,11.04 L 15.36,11.28 L 15.12,11.76 L 15.6,12.24 L 14.88,13.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15918"/><g id="g15920" transform="translate(45.12,-27.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.68,3.12 L -1.44,3.84 L 0,4.08 L 0.24,5.52 L 0,5.76 L -0.24,7.2 L 0.72,9.12 L 0.24,10.56 L 0.72,12.72 L 0.48,14.88 L -0.48,17.04" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15922"/><g id="g15924" transform="translate(0,-1.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,1.2 L 0,1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15926"/><g id="g15928" transform="translate(47.28,20.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.2,-2.64 L 3.84,-18" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15930"/><g id="g15932" transform="translate(30,7.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.2,-1.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15934"/><g id="g15936" transform="translate(1.2,-0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15938"/><g id="g15940" transform="translate(0,-0.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15942"/><g id="g15944" transform="translate(0.24,-0.72)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 3.36,0.48 L 4.32,2.16 L 4.56,3.6 L 6.48,5.04" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15946"/><g id="g15948" transform="translate(-0.24,2.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,-1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15950"/><g id="g15952" transform="translate(29.04,11.04)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,-0.96 L -3.12,-1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15954"/><g id="g15956" transform="translate(-5.04,0)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-1.2 L 1.92,-1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15958"/><g id="g15960" transform="translate(5.52,-0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.2,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15962"/><g id="g15964" transform="translate(7.2,8.64)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.2,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15966"/><g id="g15968" transform="translate(2.88,-4.32)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.92,-1.44 L -3.36,-0.24 L -6,-1.68 L -9.6,-2.16 L -10.56,-3.36" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15970"/><g id="g15972" transform="translate(-6.24,2.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-1.68 L 0.24,-3.84" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15974"/><g id="g15976" transform="translate(11.76,-1.44)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15978"/><g id="g15980" transform="translate(-0.72,1.2)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.2,0 L -1.92,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15982"/><g id="g15984" transform="translate(0.72,-1.2)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15986"/><g id="g15988" transform="translate(-0.72,1.2)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.2,0 L -1.92,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15990"/><g id="g15992" transform="translate(-10.8,-3.6)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -2.4,-2.64 L -4.08,-2.64" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15994"/><g id="g15996" transform="translate(2.4,5.52)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,0" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path15998"/><g id="g16000" transform="translate(13.2,-3.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.44,0.24 L -3.12,0.96 L -4.08,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16002"/><g id="g16004" transform="translate(-4.56,0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.24 L -0.24,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16006"/><g id="g16008" transform="translate(4.56,-0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.44,0.24 L -3.12,0.96 L -4.08,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16010"/><g id="g16012" transform="translate(-4.56,0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.24 L -0.24,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16014"/><g id="g16016" transform="translate(8.88,-7.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.68,1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16018"/><g id="g16020" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.68,1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16022"/><g id="g16024" transform="translate(7.44,8.88)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.96,0.72 L 1.44,1.92" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16026"/><g id="g16028" transform="translate(2.88,5.52)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,1.68 L 1.2,3.12 L 1.68,3.12 L 3.84,0.96" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16030"/><g id="g16032" transform="translate(1.2,0)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.24 L 0.48,0 L 1.2,-0.96 L 1.68,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16034"/><g id="g16036" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.24 L 0.48,0 L 1.2,-0.96 L 1.68,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16038"/><g id="g16040" transform="translate(15.84,10.56)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.44,1.68 L -1.2,2.16 L -2.16,3.36 L -1.92,4.32 L -1.68,4.56 L -1.92,5.04 L -1.92,5.52 L -1.2,6.72 L -0.24,7.68 L -0.96,8.16 L -0.72,8.4 L -1.44,8.88 L -1.2,9.12 L -1.92,9.12 L -2.4,8.4 L -2.88,8.16 L -3.36,8.88 L -5.76,10.56 L -6,10.08 L -6.96,10.08 L -8.4,9.36 L -9.84,9.36 L -11.76,10.08 L -13.92,10.08 L -14.16,10.8" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16042"/><g id="g16044" transform="translate(-4.56,18.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -1.2,-1.44 L -1.2,-2.4 L -2.64,-3.36 L -4.8,-6.24 L -9.36,-8.88" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16046"/><g id="g16048" transform="translate(1.44,4.32)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0 L 0.24,-0.48 L -1.2,-4.32 L -1.44,-4.32" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16050"/><g id="g16052" transform="translate(13.92,4.08)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-0.72 L 0.48,-1.92 L 1.68,-3.12 L 2.64,-2.64 L 3.12,-2.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16054"/><g id="g16056" transform="translate(-0.96,14.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,-0.48 L 0.72,-1.44 L 1.92,-3.36 L 1.68,-5.28 L 2.64,-6.48 L 2.88,-7.92 L 3.36,-8.16 L 2.16,-11.76 L 0.96,-11.76 L 0.48,-12.24 L 0.48,-13.2 L 0.96,-14.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16058"/><g id="g16060" transform="translate(4.08,-16.32)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0.48 L 1.92,-0.96 L 3.12,-0.96 L 4.08,0 L 4.8,-0.48 L 6,-0.48 L 6.72,-0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16062"/><g id="g16064" transform="translate(6.24,36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-1.2 L 0.96,-1.44 L 1.2,-2.16 L 2.16,-2.4 L 2.16,-2.88 L 3.12,-3.6 L 4.56,-2.64 L 4.08,-2.16 L 5.52,-1.44 L 6,-0.96 L 6.96,-0.96 L 6.96,-0.48 L 8.64,0.48 L 8.64,0.96 L 9.84,1.68 L 10.08,2.64 L 11.04,2.64 L 11.52,3.84 L 12.24,4.08 L 11.76,4.32 L 12,5.04 L 12.72,5.76 L 12.48,5.76 L 12.72,6.24 L 12.48,6.72 L 13.2,6.96 L 13.68,7.92 L 14.16,7.92 L 14.64,7.68 L 15.6,8.64" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16066"/><g id="g16068" transform="translate(2.16,4.8)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.48 L 1.68,0.96 L 1.68,1.44 L 2.16,1.68 L 2.16,1.92 L 4.08,2.4 L 4.32,2.64 L 4.08,3.6 L 4.32,4.08 L 5.28,4.32 L 5.76,4.08 L 6.48,4.56 L 7.68,5.52 L 7.68,6" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16070"/><g id="g16072" transform="translate(23.76,12.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,0.24 L 0,1.92 L -0.48,2.4 L -0.96,1.92 L -1.44,1.92 L -1.68,0.96 L -2.88,0.48 L -3.12,0 L -3.36,0 L -4.32,0.48 L -4.8,1.92 L -5.04,1.92 L -5.28,1.44 L -5.76,1.68 L -4.56,2.4 L -4.32,2.16 L -3.84,3.36 L -4.32,3.12 L -4.56,3.36 L -4.08,3.84 L -3.36,3.6 L -2.64,4.08 L -2.4,4.8 L -2.64,5.04 L -3.12,5.04 L -3.12,5.52 L -1.92,5.76 L -1.68,5.52 L 0.24,5.04 L 0.72,5.52" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16074"/><g id="g16076" transform="translate(-10.32,-8.64)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0 L 0.24,0.48 L 0.72,0.48 L 0.96,0.72 L 0.96,1.92 L 2.16,2.16 L 1.92,2.88 L 2.4,3.36 L 2.4,3.84 L 3.6,4.8 L 3.36,5.76" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16078"/><g id="g16080" transform="translate(3.36,5.52)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0,0.48 L 0.72,0.48 L 1.2,1.2 L 0.96,1.68 L 1.2,1.92 L 1.2,3.12 L 1.68,3.36 L 0.48,4.32 L -0.96,4.08 L -2.4,4.8 L -3.12,5.52 L -3.6,5.28 L -3.6,6.72 L -3.84,7.2 L -3.36,7.68 L -2.64,7.68 L -1.68,6.96 L -0.72,7.2 L -0.24,6.48 L 0,6.72 L 0.48,6.72 L 0.48,6.96 L 1.2,7.44 L 1.2,8.16 L 1.68,8.88 L 1.92,8.88 L 2.16,9.6 L 2.16,10.08" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16082"/><g id="g16084" transform="translate(-3.36,11.52)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-1.68 L 1.2,-2.88 L 1.92,-3.36 L 2.16,-4.08 L 2.64,-4.32" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16086"/><g id="g16088" transform="translate(-5.76,-14.88)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.24 L 0.24,0.48 L 1.2,0 L 1.92,1.44 L 1.68,1.68 L 3.6,2.16 L 3.36,2.64 L 2.88,2.64 L 2.64,2.88 L 3.36,2.88 L 3.84,3.6 L 3.84,3.84 L 3.36,4.08 L 3.36,4.56 L 4.8,5.76 L 5.52,7.44 L 5.28,7.92 L 5.76,8.64" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16090"/><g id="g16092" transform="translate(16.8,12)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,1.44 L 1.2,4.08 L 1.68,5.28 L 1.92,6.72 L 2.4,7.68 L 2.88,7.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16094"/><g id="g16096" transform="translate(-11.28,18)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0.48 L 0.72,1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16098"/><g id="g16100" transform="translate(13.2,-0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.96,-1.44 L 1.44,-1.92 L 1.92,-1.44 L 2.4,-1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16102"/><g id="g16104" transform="translate(-7.44,-15.6)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.48 L -0.24,1.44 L 0.48,2.16 L 0.96,4.32 L 0.72,4.8 L 1.2,5.04 L 1.2,6 L 1.44,6.24 L 0.96,6.24 L 1.2,6.72 L 1.2,6.96 L 0.48,6.72 L -0.24,7.2 L -0.96,6.96 L -0.96,6.24 L -1.44,6 L -2.88,6.24 L -3.6,5.28 L -3.36,4.56 L -4.08,3.36 L -4.32,2.4 L -5.04,2.64 L -5.52,1.68 L -5.52,1.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16106"/><g id="g16108" transform="translate(-2.16,6.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.96 L 0.24,1.92 L 0,1.92 L 0.24,2.16 L 0.24,2.88 L 0,3.36 L -0.72,3.6 L -1.2,5.04 L -2.16,5.52 L -1.92,7.2 L -2.4,8.4 L -2.88,8.4 L -2.64,8.64 L -3.36,9.36 L -3.36,10.08 L -3.6,10.32" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16110"/><g id="g16112" transform="translate(-2.88,11.52)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0 L 0,0 L 0.72,1.2 L 0,1.92 L -0.48,3.36 L 0.24,3.84 L 0.24,4.32 L 0.72,4.08 L 0.96,3.36 L 1.44,3.36 L 1.2,4.56 L 1.44,4.56 L 2.16,4.8 L 2.4,4.32 L 3.36,3.6 L 3.6,3.84 L 3.36,4.8 L 3.84,5.76 L 3.84,6.24 L 4.56,6.96 L 5.76,6.72 L 5.52,6.48 L 6.48,5.04 L 7.2,5.04 L 8.4,5.76 L 8.4,5.28 L 8.16,4.8 L 7.44,4.32 L 7.44,2.64 L 9.12,-0.24 L 9.12,-1.2 L 10.32,-1.68 L 11.28,-1.44 L 11.76,-1.92 L 12.48,-2.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16114"/><g id="g16116" transform="translate(4.56,6.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.24 L -1.2,0.72 L -0.96,0.96 L -0.96,1.2 L -0.24,1.44 L -0.48,1.68 L 0,2.16 L 0.48,2.4 L 1.2,2.16 L 2.88,2.64 L 2.88,2.88 L 2.4,3.12 L 2.88,4.08 L 5.76,3.84 L 7.68,3.36 L 7.92,3.6 L 8.16,3.12 L 7.92,3.12 L 8.16,2.88 L 9.12,3.36 L 9.36,3.12 L 9.12,2.64 L 10.08,1.92 L 9.84,1.44 L 10.56,1.2 L 11.28,0.48 L 11.04,0 L 11.52,-0.48 L 12,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16118"/><g id="g16120" transform="translate(-272.4,-150.72)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.68,3.36 L 7.68,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16122"/><g id="g16124" transform="translate(1.2,10.56)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 9.12,-4.56" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16126"/><g id="g16128" transform="translate(6.48,-10.08)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 4.08,-1.92 L 8.16,7.2 L 12,8.16 L 12.72,7.92 L 13.92,8.4 L 15.36,7.44 L 16.08,8.16 L 16.8,7.92 L 18.96,7.44 L 19.44,7.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16130"/><g id="g16132" transform="translate(13.44,-9.84)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.96,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16134"/><g id="g16136" transform="translate(0.96,0.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -8.4,12" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16138"/><g id="g16140" transform="translate(-11.76,15.12)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 4.08,-1.92" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16142"/><g id="g16144" transform="translate(11.76,-15.6)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-0.24 L 0,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16146"/><g id="g16148" transform="translate(21.12,-26.16)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.96,0.48 L -1.44,1.44 L -2.64,1.44 L -3.36,2.4 L -3.36,3.12 L -4.32,3.84 L -4.8,4.08 L -4.56,5.52 L -7.92,9.12" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16150"/><g id="g16152" transform="translate(18.24,0.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 9.84,4.8" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16154"/><g id="g16156" transform="translate(-4.32,-2.88)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 4.32,2.88" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16158"/><g id="g16160" transform="translate(32.16,9.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -2.64,-1.44 L -5.28,0.72 L -10.56,2.16 L -12,5.28 L -14.88,6.48 L -15.84,6.24 L -16.32,6.72 L -16.56,7.44 L -17.04,7.68 L -17.04,8.4" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16162"/><g id="g16164" transform="translate(-18,-1.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 7.44,3.84" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16166"/><g id="g16168" transform="translate(36.24,-3.12)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,0.48 L -14.64,6.72 L -18.24,4.8" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16170"/><g id="g16172" transform="translate(-15.36,-6.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.96,1.44 L -0.72,3.12 L -0.48,3.84 L -2.16,6 L -2.16,7.92 L -2.88,11.76" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16174"/><g id="g16176" transform="translate(31.2,22.32)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,-1.44 L 1.68,-9.36" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16178"/><g id="g16180" transform="translate(2.4,-19.2)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -2.64,-0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16182"/><g id="g16184" transform="translate(-6.24,-0.96)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -12,4.8" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16186"/><g id="g16188" transform="translate(5.52,10.8)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.68,-9.6" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16190"/><g id="g16192" transform="translate(0.48,-1.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 11.04,2.4 L 17.52,3.84 L 22.08,5.28 L 22.56,6.24 L 22.8,6 L 22.8,5.28 L 28.8,7.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16194"/><g id="g16196" transform="translate(33.84,12.48)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0 L -0.24,-2.4 L -1.92,-3.36 L -1.92,-5.04 L -3.36,-5.76 L -5.04,-5.28" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16198"/><g id="g16200" transform="translate(1.68,1.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,-1.68 L -1.68,-1.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16202"/><g id="g16204" transform="translate(60.72,32.88)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -9.6,-5.28 L -12.24,-3.12 L -14.88,-3.12 L -15.6,-2.4 L -16.08,-2.4 L -17.04,-2.16 L -17.52,-1.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16206"/><g id="g16208" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -9.6,-5.28 L -12.24,-3.12 L -14.88,-3.12 L -15.6,-2.4 L -16.08,-2.4 L -17.04,-2.16 L -17.52,-1.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16210"/><g id="g16212" transform="translate(-15.6,-2.4)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16214"/><g id="g16216" transform="translate(15.6,3.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,1.44 L -1.68,4.08 L -2.4,4.32 L -1.2,6 L -1.68,6.24 L -2.16,5.76 L -2.16,6.24 L -3.6,7.68 L -3.36,8.4 L -3.12,8.4 L -3.12,8.16 L -2.4,8.16 L -2.4,9.36" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16218"/><g id="g16220" transform="translate(6.48,-8.4)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -3.36,7.44 L -6.48,8.4 L -6.48,7.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16222"/><g id="g16224" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -3.36,7.44 L -6.48,8.4 L -6.48,7.44" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16226"/><g id="g16228" transform="translate(24.72,50.88)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.48,-0.96 L -1.2,-0.96 L -1.92,-2.16 L -2.4,-2.88 L -2.64,-2.88 L -2.64,-3.12 L -2.88,-3.12 L -3.12,-3.36 L -1.92,-4.08 L -2.88,-5.52 L -2.16,-6.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16230"/><g id="g16232" transform="translate(-0.72,4.32)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.2,-0.24 L 1.2,-0.72 L 1.68,-0.96 L 2.16,-0.72 L 1.92,-2.16 L 1.44,-2.4 L 0.96,-2.16 L 0.72,-2.64 L 0.48,-3.84 L 0.72,-4.32" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16234"/><g id="g16236" transform="translate(38.64,52.8)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.72,0 L -1.92,0.48 L -3.6,0.24 L -4.8,0.72 L -5.28,0.48 L -5.76,0.72 L -6,1.2 L -6.48,0.48 L -7.2,0.96 L -7.2,0.72 L -8.16,0.24 L -8.88,0.72 L -8.88,1.2 L -10.08,1.44 L -10.32,1.44 L -10.56,0.72 L -11.76,-0.24 L -12.24,-0.24 L -12.96,0.24 L -13.2,0.24 L -13.2,0.48 L -12.72,0.72 L -12.96,1.2 L -13.2,1.2" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16238"/><g id="g16240" transform="translate(-9.6,14.4)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.24 L 0.48,0 L 0.24,-0.48 L 1.92,-1.2 L 1.92,-2.16 L 2.64,-2.4 L 2.16,-2.64 L 2.4,-2.88 L 2.16,-3.12 L 2.64,-3.36 L 2.4,-4.08 L 3.6,-5.28 L 6,-5.28 L 6.24,-5.04 L 5.52,-4.8 L 6.96,-4.32 L 6.48,-3.6 L 5.76,-3.6 L 5.04,-2.64 L 4.32,-2.64 L 4.56,-2.4 L 4.32,-1.92 L 4.8,-1.68 L 4.56,-1.44 L 7.44,-1.68 L 8.4,-1.44 L 10.56,-1.68 L 13.92,-2.16 L 14.16,-2.4 L 13.68,-2.4 L 13.44,-2.88 L 13.2,-3.12 L 13.44,-3.84 L 14.16,-3.84" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16242"/><g id="g16244" transform="translate(1.44,7.92)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.68,-1.44 L 3.84,-2.88 L 3.12,-4.08 L 3.12,-5.04 L 2.64,-5.52 L 4.08,-5.28 L 6,-6 L 6.48,-6.48 L 6.24,-6.96 L 7.2,-7.2 L 9.36,-7.44 L 9.6,-7.44 L 9.36,-7.92 L 10.08,-8.16 L 10.08,-8.4 L 10.32,-8.64 L 9.36,-9.12 L 9.84,-9.6" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16246"/><g id="g16248" transform="translate(21.36,12.72)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0 L -0.24,0.96 L -0.48,1.92 L -1.44,1.68 L -0.96,2.4 L -1.44,3.6 L -1.2,3.6" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16250"/><g id="g16252" transform="translate(-19.68,-2.4)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0 L 0.72,-0.96 L 1.92,-1.2 L 1.92,-0.72 L 3.12,-0.48 L 3.84,-1.44 L 4.32,-0.96 L 3.6,0.48 L 3.36,1.92 L 3.84,2.4 L 3.6,3.36 L 3.84,3.36 L 4.08,2.64 L 4.8,2.64 L 5.04,3.12 L 5.52,3.12 L 5.76,2.88 L 6.72,3.36 L 7.2,3.12 L 7.68,3.84 L 7.92,5.28 L 8.4,5.28 L 8.4,5.04 L 9.12,4.32 L 10.08,4.56 L 11.28,3.6 L 12,6.48 L 13.2,6.48" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16254"/><g id="g16256" transform="translate(14.16,10.56)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.24 L 1.68,0.48 L 1.44,1.44 L 1.92,2.4 L 1.44,2.64 L 1.2,2.16 L 0.48,2.16 L 0,2.64 L -2.4,1.68 L -2.64,1.92 L -3.36,2.16 L -3.36,2.64 L -2.88,2.88 L -3.12,3.36 L -3.12,4.32 L -4.32,5.04 L -3.6,6.48 L -2.88,7.2 L -4.32,8.16 L -3.6,8.88 L -4.32,9.36 L -3.12,10.32 L -4.32,11.04 L -4.32,11.52 L -4.08,11.52 L -3.84,12 L -4.56,12.72 L -4.32,13.2 L -4.8,13.68 L -5.52,13.44 L -5.76,14.16" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16258"/><g id="g16260" transform="translate(4.32,-4.56)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.24,0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16262"/><g id="g16264" transform="translate(-7.2,8.4)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.92,1.68 L 2.88,1.92 L 2.64,2.4 L 2.16,2.4 L 2.64,2.64 L 2.64,2.88 L 3.12,3.12 L 4.56,2.4 L 4.56,2.64 L 6.24,3.6 L 6.48,4.32 L 6.24,4.56 L 6.96,5.52 L 6.24,6 L 5.76,6.96 L 6.96,8.88 L 7.44,8.64 L 7.44,8.4 L 7.92,7.92 L 7.92,8.88 L 8.16,9.12 L 8.64,9.12 L 8.88,10.08 L 9.6,10.32" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16266"/><g id="g16268" transform="translate(8.4,-6.24)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,-0.24" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16270"/><g id="g16272" transform="translate(-6,1.68)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L -0.24,0.72 L 0.72,0.72 L 1.44,-0.48 L 1.44,-0.96 L 2.88,-1.68 L 3.12,-1.68 L 3.12,-1.2 L 3.6,-2.64 L 5.04,-3.6 L 5.52,-3.36 L 5.04,-2.88 L 5.04,-2.64 L 5.76,-2.16 L 6,-1.68" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16274"/><g id="g16276" transform="translate(-0.48,-3.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.48,0.72 L 0.96,0.48 L 1.2,0.72" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16278"/><g id="g16280" transform="translate(0.48,3.12)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.72,-0.72 L 0.72,-1.44 L 0.48,-1.68 L 0.72,-2.4" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16282"/><g id="g16284" transform="translate(-321.84,-165.36)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 1.44,1.68 L 7.68,-1.92 L 14.16,-5.52 L 16.32,-0.48 L 16.56,0 L 18.96,0.48 L 21.12,0 L 23.76,5.28" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16286"/><g id="g16288" transform="translate(35.52,-21.12)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 0.96,2.88 L 5.28,18.72 L 9.36,17.04" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16290"/><g id="g16292" transform="translate(10.8,16.56)" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657"><path d="M 0,0 L 12.72,-16.56" style="fill:none;stroke:#9a9a8d;stroke-width:0.13746066;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.6268657" id="path16294"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g>
 
 
 
<rect style="opacity:0.69999999999999996;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.40000000000000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:110.99999176000000000;stroke-opacity:1" id="rect67781" width="559.73169" height="435.39526" x="-42.00436" y="-440.7294" transform="scale(1,-1)"/><g style="stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="g23592" transform="matrix(2.9099234,0,0,2.9099234,-570.25761,-358.19184)"><path d="M 481.52687,272.16 L 481.76687,271.92 L 480.56687,271.68 L 481.52687,272.16 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14174"/><g id="g14176" transform="translate(484.40687,279.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.72,0.48 L 1.44,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14178"/><g id="g14180" transform="translate(1.68,0.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L 0.96,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14182"/></g></g><path d="M 314.72687,282.72 L 314.48687,283.2 L 314.24687,284.4 L 313.52687,284.4 L 313.28687,284.88 L 312.32687,284.4 L 312.08687,284.4 L 312.08687,284.16 L 311.84687,284.4 L 311.60687,284.16 L 311.60687,284.4 L 311.36687,284.16 L 311.36687,283.92 L 311.60687,284.16 L 311.60687,283.92 L 312.08687,283.2 L 312.08687,283.44 L 312.08687,282.96 L 312.56687,282.48 L 312.56687,282.96 L 313.04687,282.72 L 313.28687,282.72 L 313.28687,282.24 L 313.52687,282.48 L 313.52687,282 L 313.76687,281.76 L 313.76687,282.24 L 314.24687,282.48 L 314.00687,282.24 L 314.00687,282 L 314.72687,282.72 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2804"/><g id="g2806" transform="translate(314.96687,284.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L -0.48,0 L -0.24,-0.96 L -0.48,-0.96 L -0.24,-1.2 L -0.48,-1.2 L -0.24,-1.44" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2808"/><g id="g2810" transform="translate(-3.84,-2.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.24,-0.48 L 0.48,0 L 0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2812"/><g id="g2814" transform="translate(3.84,3.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0,0 L -0.24,-0.24 L 0,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2816"/><g id="g2818" transform="translate(-0.24,-2.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L -0.48,-0.96 L -0.24,-0.96" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2820"/></g></g></g></g><path d="M 323.12687,288 L 323.12687,287.52 L 322.88687,288" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3816"/><g id="g3818" transform="translate(321.68687,288)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L 0,-0.24 L -0.24,-0.48 L 0,-0.72 L 0,-1.2 L 1.44,-2.16 L 1.92,-2.64 L 2.4,-2.4 L 2.88,-2.64 L 3.12,-2.4 L 2.88,-2.64 L 3.12,-3.12" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3820"/><g id="g3822" transform="translate(-0.96,-2.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.72,0.96 L -0.48,1.2 L -0.72,1.68 L -0.48,1.68 L -0.72,1.92 L -0.96,2.88" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3824"/><g id="g3826" transform="translate(-2.4,2.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L -0.96,-0.48 L -0.48,-0.96 L 0,-1.2 L 0,-1.44 L -1.2,-0.96 L -1.68,-1.2 L -0.96,-1.44 L -1.44,-1.68 L -0.96,-1.92 L -0.72,-1.92 L -0.48,-2.16 L -0.24,-1.68 L -0.48,-2.16 L 0,-2.16 L 0.24,-1.92 L 0,-2.4 L 0.48,-2.4 L 1.44,-2.88" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3828"/><g id="g3830" transform="translate(-2.16,-2.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3832"/><g id="g3834" transform="translate(14.16,-1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.48 L -0.96,0.24 L -1.2,0 L -1.68,0.48 L -1.92,0 L -1.68,0.48 L -1.2,0.24 L -0.48,0.96 L -0.48,2.16 L -0.96,2.88 L -0.96,3.12 L -1.2,3.12 L -0.96,2.88 L -1.2,2.64 L -1.92,3.12 L -1.68,3.36 L -1.2,3.36 L -1.2,3.6" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3836"/><g id="g3838" transform="translate(-0.96,3.6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.72 L 0.48,-0.72 L 0.72,-1.68 L 0.96,-1.68 L 0.72,-2.16 L 1.68,-2.16 L 1.2,-2.64 L 0.72,-2.64 L 0.96,-3.36 L 0.96,-2.88 L 2.16,-2.64 L 2.64,-2.64 L 2.64,-3.12 L 2.16,-2.88 L 1.2,-3.12 L 1.2,-3.84" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3840"/><g id="g3842" transform="translate(8.4,-4.32)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,1.2 L -0.72,2.16 L -1.68,2.64 L -1.92,3.6 L -2.4,3.6 L -2.88,4.32" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3844"/><g id="g3846" transform="translate(-2.64,4.32)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,-0.72 L 0.72,-0.72 L 0.96,-1.44 L 1.92,-2.16 L 2.16,-2.4 L 2.4,-2.4 L 3.36,-1.68 L 3.12,-2.16 L 2.16,-2.64 L 2.64,-3.12 L 2.64,-4.32 L 2.88,-4.32" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3848"/><g id="g3850" transform="translate(-0.96,-3.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L 0,0.24 L 0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3852"/></g></g></g></g></g></g></g></g></g><path d="M 383.36687,264 L 382.64687,264.48 L 382.64687,266.16 L 381.92687,267.12 L 382.16687,266.88 L 382.64687,267.36 L 382.40687,266.88 L 382.64687,266.4 L 382.88687,265.44 L 382.64687,264.72 L 382.88687,264.24 L 383.84687,264 L 384.32687,264.48 L 384.80687,264.48 L 384.80687,265.2 L 384.80687,264.48 L 385.28687,264.72 L 386.00687,264.48 L 386.00687,264.96 L 386.24687,264.96 L 386.00687,264.48 L 386.72687,264.24 L 386.24687,264.24 L 385.52687,264.72 L 384.80687,264.24 L 384.32687,264.48 L 383.60687,264 L 383.36687,264 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8826"/><g id="g8828" transform="translate(398.00687,263.76)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.24 L -1.44,-0.48 L -1.92,1.2 L -1.2,1.2 L -0.48,1.68 L -0.48,1.2 L 0,0.72 L 0,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8830"/><g id="g8832" transform="translate(-6.48,9.6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.48 L 0,0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8834"/><g id="g8836" transform="translate(4.08,4.32)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.72,-0.48 L 0.24,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8838"/><g id="g8840" transform="translate(0.96,-16.8)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L 0.48,0.24 L 0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8842"/></g></g></g></g><path d="M 381.92687,283.44 L 381.68687,283.44 L 381.92687,283.92 L 381.44687,283.92 L 381.68687,284.16 L 381.92687,284.16 L 381.92687,284.4 L 381.68687,284.4 L 382.16687,284.64 L 381.92687,284.88 L 382.88687,284.64 L 383.60687,285.12 L 385.28687,285.12 L 386.24687,284.64 L 386.72687,285.12 L 387.20687,285.12 L 388.16687,285.36 L 387.44687,284.88 L 388.16687,284.4 L 389.60687,285.36 L 389.84687,285.6 L 389.60687,285.84 L 390.32687,285.84 L 389.84687,285.36 L 390.08687,285.12 L 391.28687,285.12 L 389.60687,285.12 L 389.12687,284.16 L 389.36687,284.88 L 388.16687,284.4 L 387.44687,284.88 L 387.20687,284.64 L 387.20687,284.88 L 386.72687,284.88 L 386.24687,284.64 L 385.28687,285.12 L 384.80687,285.12 L 382.40687,284.64 L 382.16687,283.92 L 382.40687,283.92 L 382.40687,283.68 L 382.16687,283.68 L 382.40687,283.2 L 382.40687,283.44 L 382.40687,282.96 L 382.88687,282.96 L 383.36687,282.72 L 383.36687,283.2 L 383.60687,283.2 L 383.60687,282.96 L 383.84687,283.2 L 383.84687,283.68 L 384.80687,283.44 L 384.80687,283.68 L 385.52687,282.96 L 385.04687,283.44 L 384.80687,283.44 L 384.80687,283.68 L 384.80687,283.44 L 383.84687,283.44 L 384.32687,282.72 L 384.08687,282.48 L 384.08687,282.72 L 383.84687,283.2 L 383.84687,282.72 L 383.12687,282.48 L 382.88687,282.24 L 382.64687,282.24 L 382.88687,282 L 382.40687,281.76 L 382.64687,282.24 L 382.88687,282.48 L 382.64687,282.48 L 382.88687,282.48 L 382.40687,282.48 L 382.40687,282.72 L 382.16687,282.48 L 382.16687,282.72 L 381.68687,282.48 L 381.68687,282.72 L 381.92687,282.72 L 381.92687,283.2 L 382.16687,282.72 L 382.40687,282.72 L 381.92687,283.44 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8882"/><g id="g8884" transform="translate(396.08687,288)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.48 L 0,-1.44 L -0.48,-2.4 L -0.72,-2.4 L -0.72,-0.72 L -0.96,-0.48 L -1.2,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8886"/><g id="g8888" transform="translate(-0.24,-8.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.24 L 0.24,0.72 L 1.2,0.48 L 2.16,-0.24 L 2.88,0 L 2.88,-0.72 L 3.12,-0.72 L 0.96,-0.24 L 0.48,-0.24 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8890"/><g id="g8892" transform="translate(-1.92,7.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.96,0.72 L 0.48,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8894"/></g></g></g><path d="M 399.92687,245.52 L 398.72687,244.8 L 398.24687,244.08 L 397.52687,243.84 L 397.76687,244.8 L 397.52687,245.04 L 397.04687,244.8 L 396.08687,245.28 L 395.84687,246.96 L 395.12687,246.96 L 394.64687,246.72 L 394.64687,246.48 L 393.68687,246 L 394.16687,246.72 L 393.92687,247.44 L 394.40687,246.48 L 394.64687,246.96 L 395.60687,247.44 L 395.84687,247.68 L 396.08687,245.76 L 396.56687,245.28 L 397.52687,245.28 L 397.76687,245.76 L 397.52687,245.28 L 397.76687,244.8 L 399.44687,246.48 L 399.92687,246 L 399.68687,245.52 L 399.92687,245.76 L 399.92687,245.52 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11330"/><g id="g11332" transform="translate(402.32687,238.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.96,0.48 L -0.96,0.72 L -0.48,1.2 L 0.24,1.44 L 1.68,0.96 L 1.2,0.96 L 1.2,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11334"/><g id="g11336" transform="translate(-2.16,-0.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L 0.24,0.96 L 0.72,0.96 L 0.72,0.72 L 0.96,0.72 L 0.48,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11338"/><g id="g11340" transform="translate(18.96,8.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L 0.72,0.24 L 0.24,-0.24 L 0,-1.44 L -0.24,-0.96 L -0.72,-0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11342"/><g id="g11344" transform="translate(-16.08,5.28)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.72 L 0.48,0.24 L 0.48,0.48 L 0.48,0 L 0.96,-0.24 L 0,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11346"/><g id="g11348" transform="translate(-4.8,-1.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L -0.48,0 L -0.24,0.72 L 0,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11350"/><g id="g11352" transform="translate(8.64,-9.6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.48 L 0.72,0.24 L 0,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11354"/><g id="g11356" transform="translate(-2.4,11.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.24,-0.24 L -0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11358"/><g id="g11360" transform="translate(1.68,-15.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0.48,-0.24 L 0,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11362"/><g id="g11364" transform="translate(0.48,11.28)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.48 L 0.24,0.24 L 0.24,-0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11366"/></g></g></g></g></g></g></g></g></g><path d="M 402.80687,262.32 L 403.04687,262.56 L 403.04687,262.32 L 403.52687,262.08 L 403.76687,262.32 L 403.28687,262.8 L 403.52687,262.8 L 403.04687,262.8 L 403.28687,263.04 L 403.52687,263.04 L 404.00687,262.08 L 404.48687,261.6 L 404.48687,261.36 L 403.76687,261.12 L 403.52687,261.84 L 403.28687,262.08 L 402.80687,261.84 L 402.80687,262.32 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11450"/><g id="g11452" transform="translate(403.76687,264)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L 0.48,-0.24 L 0.96,-0.24 L 1.68,0.24 L 1.92,0 L 1.68,-0.24 L 0.72,-0.24 L 0.24,-0.72 L 0,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11454"/><g id="g11456" transform="translate(-3.6,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.48 L 0.96,1.44 L 0.72,1.44 L 0.96,1.68 L 1.44,0.72 L 0.72,0.48 L 0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11458"/><g id="g11460" transform="translate(24.72,-12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 2.16,0 L 2.16,-0.24 L 0.72,-0.24 L 0.24,-0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11462"/><g id="g11464" transform="translate(-22.8,23.76)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.72 L 0.24,0.48 L 0.72,0.48 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11466"/><g id="g11468" transform="translate(-3.36,-16.56)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.48 L -0.24,0.72 L 0,0.48 L 0.24,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11470"/><g id="g11472" transform="translate(4.32,13.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.48 L 0.24,-0.24 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11474"/><g id="g11476" transform="translate(10.32,2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.48 L 0.24,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11478"/><g id="g11480" transform="translate(4.32,-14.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L -0.48,-0.24 L -0.48,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11482"/><g id="g11484" transform="translate(-19.68,3.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11486"/></g></g></g></g></g></g></g></g></g><path d="M 440.96687,205.44 L 440.24687,205.2 L 439.52687,205.2 L 440.96687,205.44 L 440.96687,205.68 L 440.48687,205.44 L 440.96687,205.68 L 440.72687,205.92 L 441.44687,205.68 L 440.96687,205.68 L 440.96687,205.44 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13002"/><g id="g13004" transform="translate(436.64687,215.76)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,1.2 L 1.44,1.68 L 1.68,1.92 L 1.92,1.44 L 1.2,1.44 L 0.72,1.2 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13006"/><g id="g13008" transform="translate(-23.04,-4.56)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 0,-0.48 L 0.24,-0.96 L -0.48,-0.48 L -0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13010"/><g id="g13012" transform="translate(21.6,3.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.96,0.48 L 1.44,0.96 L 1.2,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13014"/><g id="g13016" transform="translate(-2.16,5.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L -0.24,-0.24 L -0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13018"/><g id="g13020" transform="translate(-18.24,-12.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L 0.48,0.24 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13022"/></g></g></g></g></g><path d="M 453.44687,239.52 L 452.72687,239.52 L 452.72687,240 L 453.20687,240 L 452.96687,240.24 L 452.96687,241.2 L 453.68687,241.68 L 453.44687,241.44 L 454.16687,240.72 L 453.92687,240.24 L 453.44687,240.48 L 453.20687,239.52 L 453.44687,239.52 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13228"/><g id="g13230" transform="translate(452.96687,229.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.48,0.24 L 0.48,1.44 L 0.48,1.2 L 0.48,1.44 L 0.96,0.96 L 0.48,0.96 L 0.48,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13232"/><g id="g13234" transform="translate(1.44,2.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.72,0.72 L -1.68,1.44 L -1.44,1.68 L -0.72,1.44 L -0.72,0.96 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13236"/><g id="g13238" transform="translate(-5.52,12.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.24 L -0.72,-0.24 L -0.48,0.24 L -0.72,0.48 L -0.24,0.48 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13240"/><g id="g13242" transform="translate(-5.04,-1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.72 L 0.48,0.72 L 0.24,0.48 L 0.48,0.24 L 0.48,-0.24 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13244"/><g id="g13246" transform="translate(4.56,-20.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.24 L -0.24,0.72 L 0.72,1.2 L 0.48,0.48 L 0,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13248"/><g id="g13250" transform="translate(-12.96,21.6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,-0.48 L 0,-0.96 L -0.24,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13252"/><g id="g13254" transform="translate(18.96,-5.28)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,0 L -0.48,0.24 L -0.72,0 L -0.96,0.24 L -0.72,0.72 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13256"/><g id="g13258" transform="translate(-16.08,-16.56)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.72,0.48 L 0.48,0.48 L 0.96,0 L 0.48,0 L 0.48,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13260"/><g id="g13262" transform="translate(12,2.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0 L -0.24,0.48 L -0.48,0.24 L -0.72,0.48 L 0,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13264"/><g id="g13266" transform="translate(-1.2,-8.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.24,0.24 L -0.72,0.72 L 0.24,0.48 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13268"/><g id="g13270" transform="translate(5.28,17.04)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.48,0.72 L 0,1.2 L 0.24,0.96 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13272"/><g id="g13274" transform="translate(-19.2,-10.56)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.96 L -0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13276"/><g id="g13278" transform="translate(-0.48,24.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0.24,-0.48 L -0.24,-1.2 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13280"/><g id="g13282" transform="translate(17.76,-10.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,1.2 L 0.24,0.72 L 0.48,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13284"/><g id="g13286" transform="translate(-1.68,-12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L 0.24,1.2 L 0.48,0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13288"/><g id="g13290" transform="translate(0.96,10.8)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.24,0.48 L 0.24,0.24 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13292"/><g id="g13294" transform="translate(-9.84,8.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0 L -0.24,-0.72 L -0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13296"/><g id="g13298" transform="translate(7.92,-20.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L -0.48,0.24 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13300"/><g id="g13302" transform="translate(6.24,7.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.24,0.48 L 0.48,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13304"/><g id="g13306" transform="translate(-6.48,-13.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,0.24 L -0.24,0.72 L 0,0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13308"/><g id="g13310" transform="translate(2.4,26.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L -0.24,-0.24 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13312"/><g id="g13314" transform="translate(2.64,-6.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.24 L 0.96,0.96 L 0.96,0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13316"/><g id="g13318" transform="translate(-6.96,-2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.24 L -0.24,0.72 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13320"/><g id="g13322" transform="translate(6.48,-8.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.72,0.24 L 0.96,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13324"/><g id="g13326" transform="translate(-5.52,18.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13328"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><path d="M 448.64687,245.04 L 448.88687,245.52 L 448.88687,245.76 L 447.92687,246 L 449.12687,246 L 449.36687,245.76 L 449.12687,245.52 L 448.88687,245.04 L 448.64687,245.04" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13482"/><g id="g13484" transform="translate(442.88687,247.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.72 L 0.24,-0.72 L 0,-0.96 L -0.24,-0.72 L 0.24,-0.48 L -0.24,-0.24 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13486"/><g id="g13488" transform="translate(15.84,-4.32)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -1.2,0.24 L -0.72,0.96 L -0.96,1.44 L -0.72,2.4 L -0.24,2.16 L -0.48,1.68 L 0,1.68 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13490"/><g id="g13492" transform="translate(-16.08,31.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.72 L -0.48,-0.72 L -0.72,-0.96 L -0.96,-0.96 L -0.96,-0.48 L -1.68,-0.48 L -1.92,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13494"/><g id="g13496" transform="translate(1.44,-27.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.72 L 0.24,0 L 0.24,-0.24 L 0.48,0 L 0.72,-0.24 L 0,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13498"/><g id="g13500" transform="translate(-7.68,21.6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L 0.72,0 L 0.24,-0.96 L -0.24,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13502"/><g id="g13504" transform="translate(6.24,-17.28)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L 0.48,0.72 L 0.48,0.24 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13506"/><g id="g13508" transform="translate(4.8,15.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L 0.96,0.48 L 0.72,-0.48 L 0.48,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13510"/><g id="g13512" transform="translate(6.96,-19.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.48 L -0.24,0.24 L 0.72,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13514"/><g id="g13516" transform="translate(-20.64,3.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0.48,0 L 0,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13518"/><g id="g13520" transform="translate(20.16,-5.04)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.48 L -0.24,0 L 0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13522"/><g id="g13524" transform="translate(-13.68,20.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.48 L -0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13526"/><g id="g13528" transform="translate(6.72,3.6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L -0.24,-0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13530"/><g id="g13532" transform="translate(-2.64,-17.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L -0.24,-0.96 L -0.24,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13534"/><g id="g13536" transform="translate(-2.88,-5.04)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.48 L -0.48,0.24 L -0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13538"/><g id="g13540" transform="translate(0.96,2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L -0.48,-0.96 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13542"/><g id="g13544" transform="translate(-2.4,11.76)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L -0.24,-0.96 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13546"/><g id="g13548" transform="translate(3.12,-6.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L -0.72,-0.96 L -0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13550"/><g id="g13552" transform="translate(12,-8.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L 0.24,0.24 L 0.48,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13554"/><g id="g13556" transform="translate(-3.36,-2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L 0.24,0.24 L 0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13558"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><path d="M 440.72687,274.56 L 440.96687,275.52 L 441.20687,275.52 L 442.16687,276 L 442.40687,276.48 L 443.36687,276.24 L 442.88687,275.52 L 442.88687,274.8 L 442.64687,274.56" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13570"/><path d="M 426.32687,149.76 L 426.80687,150.24 L 426.80687,150.72 L 427.04687,150.72 L 427.52687,150.96 L 427.04687,150.96 L 427.28687,151.44 L 427.52687,151.44 L 427.76687,151.2 L 430.40687,152.64 L 430.16687,153.12 L 430.16687,153.36 L 430.40687,153.36 L 430.88687,153.84 L 431.36687,153.36 L 431.36687,153.84 L 431.84687,154.32 L 431.60687,154.32 L 431.60687,154.8 L 432.08687,155.04 L 432.32687,155.04 L 432.32687,154.8 L 432.56687,155.04 L 432.32687,155.28 L 432.32687,156 L 433.52687,156.96 L 434.00687,157.68 L 434.72687,158.16 L 434.24687,158.4 L 434.48687,158.88 L 435.68687,159.84 L 435.44687,160.08 L 435.20687,159.84 L 435.44687,160.56 L 435.68687,160.56 L 435.44687,160.08 L 435.68687,160.08 L 436.64687,160.56 L 436.88687,161.04 L 437.36687,160.8 L 437.60687,161.28 L 437.12687,161.28 L 437.12687,161.76 L 438.32687,162.96 L 438.32687,163.44 L 439.04687,164.16 L 440.24687,166.08 L 440.72687,166.56 L 440.48687,166.56 L 440.48687,166.8 L 440.00687,166.56 L 439.76687,165.6 L 439.52687,166.32 L 440.00687,167.04 L 440.96687,166.8 L 440.96687,166.56 L 441.92687,166.8 L 442.88687,165.6 L 443.36687,166.32 L 443.84687,166.56 L 443.84687,166.8 L 444.32687,167.28 L 444.56687,166.56 L 444.80687,167.04 L 445.04687,166.8 L 444.80687,166.56 L 445.04687,166.56 L 445.28687,166.32 L 445.28687,166.56 L 445.52687,166.32 L 445.52687,166.56 L 446.00687,166.56 L 445.76687,166.08 L 446.24687,166.32 L 446.00687,166.08 L 446.48687,165.84 L 446.48687,166.08 L 446.96687,166.08 L 446.72687,165.84 L 446.96687,165.84 L 446.96687,166.08 L 446.96687,165.6 L 447.20687,166.08 L 447.20687,165.84 L 447.20687,166.08 L 447.44687,165.84 L 447.92687,166.08 L 447.68687,166.08 L 447.92687,165.84 L 448.16687,166.08 L 447.92687,166.32 L 448.40687,166.56 L 447.92687,167.04 L 448.16687,166.8 L 448.88687,166.8 L 448.40687,167.28 L 448.88687,167.28 L 448.88687,168.24 L 449.12687,167.52 L 449.60687,167.28 L 449.60687,167.76 L 449.60687,167.04 L 450.08687,167.04 L 449.84687,167.28 L 450.08687,167.04 L 450.08687,167.52 L 449.60687,168.24 L 449.84687,168 L 450.08687,168.24 L 450.08687,169.44 L 450.08687,168.24 L 450.56687,167.52 L 450.56687,167.76 L 450.56687,167.52 L 450.80687,167.76 L 451.28687,167.52 L 451.76687,167.76 L 451.76687,167.28 L 452.24687,167.52 L 452.00687,167.28 L 454.16687,168.24 L 454.64687,168.48 L 454.40687,168.72 L 454.64687,168.48 L 455.60687,169.44 L 455.36687,170.4 L 455.60687,170.64" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13914"/><g id="g13916" transform="translate(456.80687,169.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.96 L -0.24,-0.96 L 0,-1.44 L -0.24,-1.92 L -0.72,-1.68 L -0.48,-2.16 L -0.72,-2.88 L -0.96,-3.12 L -1.2,-2.64 L -1.44,-3.36 L -1.68,-2.88 L -1.44,-3.84 L 4.32,-3.12" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13918"/><g id="g13920" transform="translate(-7.92,-2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.48 L 0.48,-0.24 L 0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13922"/><g id="g13924" transform="translate(-10.32,13.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-2.4 L 0,-2.64 L 0,-2.88 L 0.24,-3.12 L 0.24,-3.6 L -0.24,-3.6 L -0.24,-3.84 L -0.48,-4.32 L -0.48,-5.04 L 0.24,-5.28 L 0,-6 L 0.48,-6 L 0.24,-6.48 L 0.48,-6.48 L 0.48,-7.44 L 1.44,-7.92 L 2.64,-8.88 L 4.8,-8.64 L 5.04,-9.12 L 5.52,-8.88 L 5.76,-9.6 L 6.48,-10.32 L 6.96,-10.32 L 6.72,-10.32 L 7.2,-10.8 L 6.96,-11.04 L 7.2,-11.28 L 7.2,-11.76 L 8.16,-12.96 L 7.92,-13.2 L 8.16,-13.44 L 8.16,-13.68 L 8.4,-13.68 L 8.4,-14.4 L 8.88,-14.4 L 9.12,-13.92 L 9.84,-13.92 L 9.6,-13.92 L 8.88,-14.4 L 9.12,-14.64 L 9.12,-14.88 L 8.88,-14.4 L 8.4,-14.88 L 8.64,-14.64 L 8.4,-14.4 L 8.4,-13.68 L 8.16,-13.68 L 8.16,-13.44 L 7.92,-13.2 L 8.16,-12.96 L 6.96,-11.76 L 7.2,-11.52 L 6.96,-11.28 L 7.2,-10.8 L 6.72,-10.56 L 6.96,-10.32 L 6.48,-10.32 L 5.76,-9.6 L 5.52,-8.88 L 5.04,-9.12 L 4.8,-8.64 L 4.32,-8.88 L 2.64,-8.88 L 0.48,-7.44 L 0.48,-6.48 L 0.24,-6.48 L 0.24,-6 L 0,-5.76 L 0.24,-5.28 L -0.48,-5.04 L -0.48,-4.32 L -0.24,-3.84 L -0.48,-3.6 L 0.24,-3.36 L 0.24,-3.12 L -0.24,-3.12 L -0.24,-2.64 L -0.48,-2.4 L -0.48,-2.16 L -0.24,-1.68 L -0.24,-0.72 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13926"/><g id="g13928" transform="translate(6.72,-11.04)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.72 L -0.24,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13930"/></g></g></g></g><path d="M 461.12687,166.8 L 461.84687,167.04 L 464.48687,168.24 L 465.20687,170.4 L 464.96687,170.88 L 465.44687,173.28 L 464.96687,173.52 L 464.48687,174.72 L 463.52687,174.72 L 463.52687,174.96 L 463.76687,174.96 L 463.52687,175.2 L 463.04687,174.96 L 463.28687,175.2 L 462.80687,175.2 L 462.80687,175.68 L 462.32687,176.4 L 462.32687,176.64 L 462.80687,176.4 L 462.56687,176.88 L 463.28687,177.36 L 463.52687,178.08 L 463.52687,177.36 L 463.04687,176.88 L 463.76687,176.16 L 464.00687,176.16 L 464.24687,176.88 L 464.24687,176.4 L 464.72687,175.68 L 465.44687,176.88 L 465.44687,176.4 L 465.68687,175.68 L 465.68687,175.44 L 465.92687,175.92 L 466.16687,174.96 L 466.64687,175.2 L 466.40687,174.96 L 466.88687,174.72 L 466.88687,175.44 L 467.12687,174.96 L 467.36687,175.2 L 467.60687,175.2 L 467.12687,174.96 L 467.36687,174.72 L 467.60687,174.72 L 467.60687,175.2 L 467.84687,174.72 L 468.32687,174.72 L 468.56687,174.96 L 468.56687,174.72 L 469.28687,174.24 L 469.76687,173.28 L 470.72687,172.8" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13946"/><g id="g13948" transform="translate(455.60687,170.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L 0,0.48 L 0.48,0.72 L 0,0.96 L 0.48,0.96 L 0.72,1.44 L 1.68,-0.24 L 1.2,-0.72" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13950"/><g id="g13952" transform="translate(5.52,19.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.72 L -0.48,0.72 L -0.48,1.2 L 0,0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13954"/></g></g><path d="M 492.80687,219.12 L 492.32687,219.84 L 492.08687,221.04 L 492.08687,220.56 L 491.84687,221.04 L 491.60687,220.8 L 491.12687,221.04 L 491.36687,221.04 L 490.88687,222.48 L 490.88687,222 L 490.64687,222.24 L 490.40687,221.76 L 490.40687,222.24 L 488.96687,222 L 488.48687,222.48 L 487.76687,223.44 L 488.00687,224.4 L 488.00687,226.08 L 486.80687,228 L 486.32687,227.52 L 486.80687,228 L 487.52687,227.76 L 488.96687,227.52 L 488.96687,227.76 L 488.48687,227.76 L 488.48687,228.24 L 488.96687,228 L 488.72687,228.24 L 488.96687,228.24 L 488.00687,228.72 L 487.76687,228.96 L 488.48687,228.96 L 487.52687,229.44 L 487.76687,229.68 L 487.52687,229.68 L 487.52687,229.92 L 487.76687,229.92 L 488.96687,229.2 L 489.20687,229.68 L 489.44687,229.68 L 488.72687,229.92 L 489.20687,229.92 L 489.68687,230.4 L 489.44687,230.4 L 489.68687,230.64 L 488.48687,230.4 L 488.24687,230.64 L 488.48687,230.88 L 488.96687,230.88 L 488.96687,231.12 L 489.20687,231.12 L 489.44687,231.36 L 488.72687,231.84 L 489.44687,231.6 L 489.44687,232.08 L 488.72687,232.08 L 488.96687,232.32 L 488.24687,232.56 L 488.72687,232.56 L 488.48687,232.8 L 488.96687,232.56 L 488.96687,232.8 L 489.44687,232.8 L 489.44687,233.52 L 488.72687,233.52 L 488.48687,233.76 L 488.00687,233.76 L 487.52687,234.24 L 489.20687,233.76 L 488.96687,234.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14014"/><g id="g14016" transform="translate(489.20687,232.32)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0.48,0.48 L -0.24,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14018"/><g id="g14020" transform="translate(-0.72,-5.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.48 L -0.72,0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14022"/><g id="g14024" transform="translate(-14.16,11.28)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.72,-0.24 L 0.96,-1.2 L 1.68,-1.2 L 1.68,-1.44 L 2.64,-1.68 L 2.88,-1.92 L 3.6,-1.92 L 3.6,-2.16 L 3.84,-2.16 L 4.32,-1.92 L 6.48,-2.16 L 6.24,-2.4 L 5.76,-2.16 L 6.48,-2.4 L 6.96,-3.12 L 6.48,-2.64 L 5.04,-2.4 L 3.36,-2.4 L 1.44,-1.44 L 1.44,-1.2 L 0.72,-1.2 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14026"/><g id="g14028" transform="translate(3.12,-7.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.48 L 1.2,0.72 L 1.68,1.92 L 2.4,1.92 L 2.64,2.64 L 3.84,3.12 L 3.36,2.64 L 2.88,2.64 L 2.88,1.68 L 1.68,1.92 L 1.68,1.2 L 0.96,0.48 L 0.72,0.48 L 0.48,0 L -0.48,-0.24 L -1.68,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14030"/><g id="g14032" transform="translate(5.28,-19.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.48 L -0.24,0.72 L 0,1.2 L 0.72,1.44 L 0.72,1.92 L 0.96,1.92 L 0.48,2.16 L 1.2,2.16 L 1.44,1.44 L 0.24,0.96 L 0.48,0.24 L -0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14034"/><g id="g14036" transform="translate(-22.32,16.32)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.24 L -0.96,0.24 L -0.96,0.48 L 0,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14038"/><g id="g14040" transform="translate(13.2,-15.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L -0.48,0 L -0.48,1.68 L 0,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14042"/></g></g></g></g></g></g></g><path d="M 488.96687,234.24 L 489.20687,234.24 L 488.72687,234.96 L 489.44687,234 L 489.68687,234.24 L 489.44687,234.72 L 489.68687,234.24 L 489.92687,234.72 L 488.72687,235.68 L 489.20687,235.68 L 488.48687,236.64 L 487.28687,236.64 L 488.00687,236.88 L 489.68687,236.4 L 489.20687,237.12 L 488.00687,237.6 L 487.28687,237.12 L 486.80687,237.36 L 487.04687,237.6 L 487.76687,238.08 L 487.28687,238.8 L 487.52687,239.28 L 487.52687,240 L 488.72687,240.48 L 489.68687,240.72 L 489.68687,240.96 L 491.36687,240.72 L 491.60687,240.48 L 491.60687,240.96 L 492.56687,240.48 L 492.80687,240.72 L 492.08687,240.72 L 492.08687,240.96 L 492.80687,240.96 L 493.04687,240.48 L 493.52687,240.72 L 494.00687,240.72 L 495.92687,241.44 L 494.96687,241.2 L 494.96687,241.68 L 496.16687,241.44 L 498.08687,242.4 L 496.88687,242.64 L 496.16687,242.16 L 495.68687,242.16 L 496.16687,242.16 L 496.16687,242.4 L 496.88687,242.64 L 498.08687,242.4 L 498.08687,242.88 L 498.32687,242.4 L 498.80687,242.88 L 498.32687,242.88 L 498.56687,242.88 L 498.32687,243.36 L 497.12687,243.84 L 497.84687,243.6 L 498.08687,243.84 L 498.08687,243.6 L 498.80687,243.12 L 498.56687,243.84 L 498.80687,243.84 L 498.80687,243.36 L 499.28687,243.6 L 499.04687,244.08 L 499.52687,244.08 L 498.80687,244.32 L 499.76687,244.56" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14106"/><g id="g14108" transform="translate(488.48687,239.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0.48,0.48 L -0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14110"/><g id="g14112" transform="translate(-0.96,-0.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0 L 0.48,0.48 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14114"/><g id="g14116" transform="translate(1.44,-4.32)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.24 L -0.48,0.48 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14118"/><g id="g14120" transform="translate(0.72,3.6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.72 L -1.44,0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14122"/><g id="g14124" transform="translate(9.84,5.76)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.72,-0.48 L -0.24,-0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14126"/><g id="g14128" transform="translate(-34.56,-1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L 0,0 L -0.48,0.24 L -0.48,0.72 L -1.2,0.72 L -1.44,0.48 L -1.2,-0.24 L -1.44,0.24 L -0.96,0.96 L -0.48,0.96 L -0.48,1.44 L -0.24,1.68 L -0.24,1.44 L 0.24,1.44 L -0.48,0.72 L 0,0.72 L -0.24,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14130"/><g id="g14132" transform="translate(22.08,0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 1.2,0 L 1.68,0.24 L 1.44,-0.24 L 2.16,-0.48 L 0.48,-0.72 L 1.44,-0.24 L 1.2,-0.48 L 1.2,-0.24 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14134"/><g id="g14136" transform="translate(-12.72,-4.8)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.24,2.16 L 0.24,2.64 L -0.24,2.16 L -0.24,1.2 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14138"/><g id="g14140" transform="translate(-8.64,3.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.24,0.48 L 0.24,0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14142"/></g></g></g></g></g></g></g></g></g><path d="M 72.086873,287.52 L 72.326873,287.28 L 72.326873,285.36 L 73.046873,284.88 L 73.286873,285.12 L 73.286873,285.6 L 74.486873,287.04 L 74.726873,287.76 L 74.726873,288" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14266"/><g id="g14268" transform="translate(83.846873,287.76)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.24 L 0,-0.24 L 0.48,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14270"/><g id="g14272" transform="translate(0.24,0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14274"/><g id="g14276" transform="translate(-7.92,-6.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path76487" style="fill:#f0dbb7;fill-opacity:1;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,-0.24 L 1.44,-0.24 L 0.72,0.24 L 0.48,0.72 L 0.96,0.96 L 0.48,2.16 L 0,2.16 L -0.48,1.92 L 0,0 z"/><path d="M 0,0 L 0.72,-0.24 L 1.44,-0.24 L 0.72,0.24 L 0.48,0.72 L 0.96,0.96 L 0.48,2.16 L 0,2.16 L -0.48,1.92 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14278"/><g id="g14280" transform="translate(5.52,3.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.96,0.96 L -0.48,0 L 0.24,-0.48 L 1.2,-0.48 L 0.96,0.24 L 0.72,0.24 L 0.48,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14282"/><g id="g14284" transform="translate(0,-3.6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path76489" style="fill:#f0dbb7;fill-opacity:1;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.48 L -0.24,0.72 L -0.24,-0.48 L -0.48,-0.72 L -0.24,-0.96 L 0,0 z"/><path d="M 0,0 L 0.24,0.48 L -0.24,0.72 L -0.24,-0.48 L -0.48,-0.72 L -0.24,-0.96 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14286"/><g id="g14288" transform="translate(-1.92,-4.32)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.48,0.24 L -0.48,-0.72 L 0,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14290"/><g id="g14292" transform="translate(3.36,9.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.24 L 0,-0.24 L -0.48,-0.48 L -0.24,-1.2 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14294"/><g id="g14296" transform="translate(-4.8,-5.04)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path76485" style="fill:#f0dbb7;fill-opacity:1;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.48 L -0.48,0.24 L -0.24,-0.24 L 0,0 z"/><path d="M 0,0 L -0.24,0.48 L -0.48,0.24 L -0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14298"/><g id="g14300" transform="translate(1.68,-3.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.48,-0.72 L 0,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14302"/><g id="g14304" transform="translate(-0.48,-1.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0 L -0.72,-0.72 L -0.24,-0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14306"/><g id="g14308" transform="translate(-7.2,3.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.72 L 0.24,1.2 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path14310"/></g></g></g></g></g></g></g></g></g></g></g><path d="M 230.48687,288 L 230.48687,287.76 L 230.48687,288 L 230.48687,287.76 L 230.24687,287.76 L 230.24687,288 L 230.00687,287.76 L 230.24687,287.76 L 230.24687,287.52 L 230.00687,287.76 L 229.28687,287.28 L 229.52687,286.8 L 230.00687,287.28 L 229.76687,286.56 L 229.04687,287.04 L 228.80687,286.56 L 228.56687,286.56 L 228.56687,285.84 L 227.84687,285.84 L 227.84687,285.6 L 227.84687,285.84 L 227.36687,285.36 L 226.16687,285.12 L 225.92687,284.88 L 225.44687,285.12 L 225.20687,285.6 L 224.48687,285.84 L 224.24687,284.64 L 224.24687,285.84 L 222.80687,287.28 L 221.84687,286.8 L 221.36687,286.32 L 220.64687,286.32 L 220.88687,287.04 L 220.40687,287.52 L 220.64687,287.76 L 220.40687,287.76 L 220.40687,288" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6872"/><g id="g6874" transform="translate(217.76687,288)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.72 L 0.24,-0.48 L 0.48,-0.72 L 0.96,0 L 0.96,-0.48 L 1.44,-0.48 L 0.96,-0.48 L 0.48,-0.72 L 0.72,-0.72 L 0.48,-0.96 L 0.96,-0.96 L 0.96,-1.2 L 0.48,-1.2 L 0.48,-0.96 L 0.24,-1.2 L 0.48,-0.96 L 0,-1.2 L -0.24,-1.2 L 0.24,-1.44 L 0,-1.44 L 0.24,-1.68 L 0.48,-1.2 L 0.48,-1.44 L 0.72,-1.68 L 0.48,-1.68 L 0.48,-1.92 L 0.48,-1.68 L -0.24,-1.68 L 0.24,-1.92 L 0.48,-2.16 L 0.72,-2.16 L 0.48,-2.16 L 0,-1.92 L 0,-2.16 L -0.48,-1.92 L -0.24,-2.16 L -0.72,-2.4 L -0.72,-2.64 L -0.96,-2.64 L -1.2,-2.88 L -0.96,-3.12 L -1.44,-2.88 L -1.44,-3.12 L -1.68,-3.36 L -1.2,-3.36 L -2.16,-3.36 L -1.68,-3.6 L -1.92,-3.84 L -2.16,-3.84 L -1.44,-3.84 L -2.16,-4.32 L -1.92,-4.32 L -2.16,-4.32 L -2.16,-4.56 L -2.4,-4.56 L -2.16,-4.8 L -2.4,-4.8 L -2.4,-4.56 L -2.64,-4.32 L -2.64,-3.6 L -2.88,-4.08 L -2.64,-4.08 L -2.88,-4.32 L -2.88,-4.08 L -3.12,-4.08 L -3.12,-4.32 L -3.12,-4.08 L -3.6,-4.32 L -3.6,-4.56 L -3.36,-4.8 L -3.84,-4.56 L -3.84,-5.04 L -3.6,-5.04 L -3.6,-5.28 L -3.36,-5.28 L -3.84,-5.04 L -3.6,-5.52 L -4.08,-5.28 L -3.84,-5.52 L -4.08,-5.52 L -4.08,-5.76 L -4.56,-6.24 L -4.32,-6.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6876"/><g id="g6878" transform="translate(-9.84,-6.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L 0.72,0.24 L 0.72,0.48 L 0.48,0.48 L 0.48,0.96 L 0.24,0.96 L 0.72,1.44 L 0.48,1.92 L 0.96,1.92 L 0.72,2.16 L 0.96,2.16 L 0.96,2.64 L 1.2,2.4 L 1.44,2.64 L 1.44,2.16 L 1.44,2.64 L 1.68,2.4 L 1.68,2.64 L 1.92,2.16 L 2.16,2.88 L 1.92,2.88 L 1.92,3.12 L 2.16,2.88 L 2.4,3.36 L 2.4,3.12 L 2.64,3.12 L 2.88,3.6 L 2.4,3.6 L 2.64,3.84 L 2.4,4.08 L 2.88,3.6 L 3.36,3.84 L 3.36,4.08 L 3.84,4.56 L 4.08,5.04 L 4.32,5.28 L 3.6,6 L 3.6,6.48 L 3.36,6.24 L 3.6,6.96" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6880"/><g id="g6882" transform="translate(19.92,5.76)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.48 L 0.48,0.48 L 0.24,0.72 L 0.24,0.96 L 0,0.96 L -0.48,0.48 L -0.72,-0.48 L 0,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6884"/><g id="g6886" transform="translate(1.2,1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L 0,-0.24 L 0,0 L 0.24,-0.24 L 0.72,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6888"/><g id="g6890" transform="translate(-15.6,-5.28)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L -0.24,0 L -0.72,-0.48 L -0.72,-0.96 L 0,-0.48 L 0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6892"/><g id="g6894" transform="translate(-0.72,4.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.72 L 0,0 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6896"/><g id="g6898" transform="translate(16.08,0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6900"/><g id="g6902" transform="translate(4.56,-3.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.48 L 0.24,0.24 L 0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6904"/><g id="g6906" transform="translate(-28.08,-1.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L 0.24,-0.96" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6908"/><g id="g6910" transform="translate(13.2,0.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.48 L 0.24,0.24 L 0.48,0.48 L 0,0.96 L 0,1.2 L 0.24,1.68 L 0.96,1.92 L 0.96,1.68 L 0.72,1.92 L 0.48,1.68 L 0.48,1.44 L 0.72,1.68 L 0.72,1.2 L 0.96,1.44 L 1.2,1.44 L 2.16,1.68 L 1.2,0.48 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6912"/><g id="g6914" transform="translate(-11.04,3.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,0.24 L -0.72,0 L -0.96,0 L -0.96,-0.24 L -1.2,0 L -0.72,0.24 L -0.72,1.44 L -0.48,2.16 L -0.24,1.92 L -0.72,1.2 L -0.48,0.72 L -0.72,0.48 L 0,0.24 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6916"/><g id="g6918" transform="translate(0.72,1.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.48 L 0,-0.72 L -0.24,-1.44 L -0.24,-0.96 L -0.48,-0.96 L -0.24,-0.72 L -0.48,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6920"/><g id="g6922" transform="translate(-3.12,-0.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0.24,0 L 0.48,-0.48 L 0.24,-0.48 L 0.24,-0.72 L 0.24,-0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6924"/><g id="g6926" transform="translate(13.2,-1.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L 0.24,0.48 L 0.48,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6928"/><g id="g6930" transform="translate(-13.2,1.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6932"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><path d="M 201.92687,280.56 L 201.68687,280.56 L 201.92687,280.8 L 201.92687,280.56" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9154"/><g id="g9156" transform="translate(205.28687,280.8)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.96" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9158"/><g id="g9160" transform="translate(-25.68,2.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.72 L -0.48,0.48 L -0.24,0 L -0.24,-0.24 L -0.72,0.48 L -1.2,0.72 L -0.96,0.72 L -1.92,1.44 L -0.72,0.72 L -0.48,0.96 L -1.68,1.68 L -1.44,1.68 L -2.4,1.92 L -3.12,1.92 L -2.88,2.16 L -3.36,1.92 L -4.08,2.4 L -4.08,2.88 L -3.36,1.92 L -2.88,2.16 L -3.12,2.16 L -1.92,1.92 L -2.88,2.16 L -2.64,2.4 L -3.36,2.88 L -1.44,2.16 L -1.2,2.16 L -1.2,2.4 L 0.24,0.72 L 0,0.48 L -0.24,0.96 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9162"/><g id="g9164" transform="translate(-0.96,-3.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.24 L -0.72,-0.48 L -0.72,-0.72 L -0.24,-0.72 L -0.72,-0.96 L -0.48,-0.96 L -0.72,-0.96 L -0.72,-1.2 L -0.96,-0.96 L -0.72,-0.96 L -0.96,-0.96 L -0.96,-0.72 L -1.2,-0.72 L -1.2,-0.48 L -0.72,-0.48 L -0.96,-0.24 L -0.48,-0.24 L -0.72,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9166"/><g id="g9168" transform="translate(-1.68,7.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L -0.24,0 L 0,-0.24 L 0,-0.48 L -0.72,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9170"/><g id="g9172" transform="translate(-0.48,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9174"/><g id="g9176" transform="translate(8.4,-7.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L 0,-0.48 L -0.24,-0.24 L 0,-0.72 L -0.24,-0.48 L -1.2,-0.72 L -0.48,-0.48 L -0.96,-0.24 L -0.72,-0.24 L -0.72,0 L -0.24,0 L -0.72,0.48 L -0.24,0.24 L -0.24,0 L 0,0 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9178"/><g id="g9180" transform="translate(12.96,6.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.24,0.72 L -0.48,0.48 L -0.72,0.96 L -0.96,0.24 L -0.96,1.2" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9182"/><g id="g9184" transform="translate(-0.72,1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.24,-0.48 L 0.48,-0.24 L 0.48,-0.72 L 0.72,-1.2" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9186"/><g id="g9188" transform="translate(-2.4,-1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,-1.2 L 0.72,-0.72 L 0.48,-1.2 L 0.72,-1.2 L 0.72,-1.68 L 0.48,-1.2 L 0.48,-1.44 L 0.24,-1.44 L 0.48,-1.68 L 0.24,-1.44 L 0.24,-0.72 L 0,-0.96 L 0,-0.72 L -0.24,-0.48 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9190"/><g id="g9192" transform="translate(-0.96,-3.6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 0,-0.48 L 0,0 L -0.24,0 L -0.24,-0.48 L -0.24,-0.24 L -0.48,-0.24 L -0.48,-0.48 L -0.72,-0.24 L -0.48,0.24 L -0.24,0 L -0.24,-0.24 L -0.24,0.24 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9194"/><g id="g9196" transform="translate(10.08,3.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L -0.72,-1.44 L -0.72,-0.96 L -0.48,-0.72 L -0.48,-0.48 L -0.24,-0.48 L -0.48,0.24 L -0.24,0.24 L -0.48,0.24 L -0.24,0.48 L 0,0.48 L -0.24,-0.24 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9198"/><g id="g9200" transform="translate(-23.04,-8.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L -0.24,0 L 0.24,0.24 L -0.24,0.24 L 0.72,0.48 L 0.48,0.72 L 0.72,0.72 L 0.72,0.96 L 0.72,0.48 L 0.24,0.24 L 0.72,0 L 0.48,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9202"/><g id="g9204" transform="translate(0,7.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.96,0 L -0.96,0.24 L -0.24,0 L -0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9206"/><g id="g9208" transform="translate(-0.96,2.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L 0,-0.24 L -0.48,-0.24 L -0.48,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9210"/><g id="g9212" transform="translate(10.8,-2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.48,-0.96 L 0.48,-1.68 L 0.72,-1.68 L 0.48,-1.92 L 0,-1.2 L -0.24,-0.24 L -0.24,0 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9214"/><g id="g9216" transform="translate(3.84,1.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.24 L -0.72,-0.72 L -1.2,-0.72 L -1.2,-0.24 L -0.96,-0.48 L -0.72,0.72 L 0,0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9218"/><g id="g9220" transform="translate(-9.12,-6.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.48 L -0.24,-0.24 L 0,-0.24 L -0.48,-0.24 L -0.24,0 L -0.48,0.24 L -0.48,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9222"/><g id="g9224" transform="translate(-6.96,6.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L -0.24,0 L -0.48,0.24 L -0.48,0 L -0.72,0 L -0.72,0.48 L -0.96,0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9226"/><g id="g9228" transform="translate(8.16,-6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L -0.48,-0.24 L -0.48,-0.48 L -0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9230"/><g id="g9232" transform="translate(16.56,2.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,-0.24 L -0.96,-0.48 L -0.96,-0.24 L -0.72,0.24 L -0.48,0 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9234"/><g id="g9236" transform="translate(-3.36,3.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.48 L 0.24,-0.72 L -0.24,-0.96 L 0,0 L -0.24,0 L 0,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9238"/><g id="g9240" transform="translate(-13.2,-4.32)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.24,0.24 L -0.48,0 L -0.72,0.24 L 0,0.48 L -0.24,0.24 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9242"/><g id="g9244" transform="translate(7.44,2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.72,0 L -0.96,0.48 L -0.48,0.48 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9246"/><g id="g9248" transform="translate(8.64,1.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.48 L -0.48,-0.24 L -0.24,0.24 L -0.24,0 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9250"/><g id="g9252" transform="translate(-13.44,-7.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.48 L -0.24,0.72 L 0,0.96 L -0.24,0.72 L 0,0.48 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9254"/><g id="g9256" transform="translate(12.72,4.8)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L -0.24,-0.48 L -0.48,-0.24 L 0,0.24 L 0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9258"/><g id="g9260" transform="translate(-26.16,-3.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.72,0 L 0.24,-0.48 L 0,-0.24 L 0.24,-0.24 L 0,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9262"/><g id="g9264" transform="translate(26.16,1.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.24,0.48 L -0.48,0.72 L 0,0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9266"/><g id="g9268" transform="translate(2.88,3.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,0 L -0.24,0.24 L -0.48,0.48 L -0.24,0.24 L 0,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9270"/><g id="g9272" transform="translate(-17.04,-6.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.24,-0.24 L -0.72,0.24 L -0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9274"/><g id="g9276" transform="translate(10.08,5.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.48 L -0.24,0.48 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9278"/><g id="g9280" transform="translate(6.48,-1.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.48 L -0.96,0.48 L 0,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9282"/><g id="g9284" transform="translate(-17.76,-4.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0.24,0.48 L 0.72,0.48 L 0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9286"/><g id="g9288" transform="translate(13.44,2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.72 L -0.24,-0.48 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9290"/><g id="g9292" transform="translate(5.04,4.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L 0,0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9294"/><g id="g9296" transform="translate(-15.12,-6.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9298"/><g id="g9300" transform="translate(15.36,6.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9302"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><path d="M 194.48687,262.8 L 193.52687,263.28 L 194.48687,263.04 L 194.00687,263.28 L 194.48687,263.28 L 193.52687,264 L 194.24687,263.52 L 194.00687,264 L 194.48687,263.52 L 194.96687,263.52 L 194.96687,263.28 L 195.20687,263.76 L 194.48687,263.76 L 195.44687,263.76 L 194.96687,263.76 L 195.44687,263.76 L 195.20687,264 L 195.92687,263.76 L 195.92687,264.24 L 195.20687,264.24 L 195.92687,264.24 L 195.44687,264.72 L 195.92687,264.48 L 195.92687,265.44 L 195.92687,265.2 L 196.16687,265.44 L 195.92687,265.68 L 195.92687,266.4 L 196.16687,265.68 L 196.40687,265.68 L 196.16687,265.92 L 196.40687,265.68 L 196.64687,265.92 L 196.88687,265.68 L 196.64687,266.4 L 196.40687,266.4 L 196.64687,266.4 L 196.64687,267.12 L 196.88687,266.16 L 196.88687,266.88 L 197.12687,266.64 L 197.12687,267.36 L 197.12687,266.88 L 197.12687,267.12 L 197.60687,266.64 L 197.60687,267.6 L 197.60687,266.88 L 197.84687,268.08 L 197.84687,266.64 L 198.08687,266.88 L 198.08687,266.64 L 198.08687,266.88 L 197.84687,267.12 L 198.32687,267.12 L 198.32687,266.88 L 198.80687,266.64 L 198.80687,266.4 L 199.28687,266.4 L 199.52687,266.64 L 199.28687,267.12 L 199.52687,266.88 L 199.28687,267.12 L 199.28687,267.6 L 199.52687,267.6 L 199.52687,267.36 L 199.76687,267.6 L 200.00687,267.36 L 200.00687,267.6 L 199.76687,268.32 L 200.00687,268.56 L 200.00687,268.32 L 200.24687,268.08 L 200.48687,267.6 L 200.96687,268.08 L 201.20687,268.08 L 200.96687,268.08 L 200.96687,267.84 L 201.44687,267.84 L 201.20687,268.08 L 201.44687,268.32 L 201.20687,268.56 L 201.44687,268.56 L 200.96687,268.56 L 201.44687,268.8 L 201.20687,269.04 L 201.44687,268.56 L 201.68687,268.56 L 201.68687,268.8 L 201.92687,268.8 L 201.68687,269.04 L 201.92687,269.04 L 201.68687,269.52 L 201.20687,269.76 L 200.96687,270 L 201.20687,269.76 L 201.44687,270 L 201.68687,269.76 L 201.92687,269.04 L 202.16687,269.28 L 201.92687,269.52 L 202.16687,269.04 L 202.40687,269.28 L 202.88687,269.28 L 202.16687,270 L 202.64687,270 L 201.92687,270.72 L 202.40687,270.24 L 202.40687,270.72 L 202.64687,270.48 L 202.64687,270 L 203.36687,269.76 L 203.12687,270 L 203.60687,269.76 L 203.84687,270.24 L 203.36687,270.24 L 203.60687,270.24 L 203.60687,270.48 L 203.84687,270.24 L 204.08687,270.48 L 203.84687,270.48 L 204.08687,270.48 L 204.08687,270.72 L 204.32687,270.48 L 204.08687,271.44 L 203.60687,271.44 L 204.08687,271.44 L 203.84687,271.68 L 204.08687,271.44 L 204.08687,270.96 L 204.56687,270.72 L 204.56687,270.96 L 204.80687,270.96 L 204.56687,271.2 L 205.04687,271.2 L 204.56687,271.44 L 205.04687,271.44 L 204.80687,271.92 L 205.28687,271.44 L 205.52687,271.92 L 205.28687,272.16 L 205.76687,271.92 L 205.76687,272.4 L 205.76687,272.16 L 206.00687,271.92 L 206.00687,272.16 L 206.24687,272.16 L 206.00687,272.4 L 206.24687,272.4 L 206.48687,272.64 L 206.48687,272.4" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9698"/><g id="g9700" transform="translate(206.48687,273.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.24 L -0.24,0 L -0.48,0 L -0.48,-0.24 L -0.48,0 L -0.72,-0.24 L -0.48,0.24 L -0.96,0.48 L -1.68,0 L -1.92,-0.48 L -1.68,0 L -1.92,-0.24 L -1.68,0.24 L -2.4,-0.24 L -1.92,0.24 L -2.64,0 L -2.4,0.24 L -2.64,0.24 L -2.4,0.48 L -2.88,0.24 L -2.64,0 L -2.88,-0.24 L -2.88,0.24 L -3.36,-0.24 L -3.12,0.48 L -3.36,0.24 L -3.12,0.48 L -3.36,0.72 L -3.6,0.24 L -3.6,0.48 L -3.84,0.48 L -3.6,0.72 L -3.84,0.72 L -4.32,0.24 L -4.32,0.48 L -5.04,0.48 L -5.28,0.24 L -5.04,0.48 L -4.32,0.48 L -3.6,1.2 L -4.8,1.44 L -4.8,1.68 L -5.04,1.68 L -4.8,1.92 L -5.28,2.16 L -5.52,2.64 L -6.48,2.88 L -5.04,3.12 L -5.76,3.12 L -6.24,3.6 L -5.52,3.12 L -4.8,3.6 L -5.04,3.84 L -6.24,3.84 L -6.72,4.32 L -6.24,3.84 L -5.52,3.84 L -4.32,4.08 L -4.08,4.56 L -4.08,5.52 L -4.56,6 L -5.04,6.24 L -4.8,6.24 L -4.8,6.48 L -4.56,6.48 L -4.56,6.72" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9702"/><g id="g9704" transform="translate(-30,-1.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 0.72,-0.48 L 0.72,-0.72 L 0.96,-0.72 L 0.72,-0.96 L 0.96,-1.44 L 1.2,-1.68 L 1.44,-3.84 L 1.92,-4.56 L 1.68,-5.28 L 2.16,-5.76 L 1.92,-6.72 L 2.4,-7.92 L 2.64,-9.6 L 2.4,-9.84 L 2.64,-10.08 L 2.4,-9.84 L 2.16,-9.84 L 2.64,-10.56 L 2.88,-11.04 L 3.12,-11.28 L 2.88,-11.28 L 3.12,-11.52 L 2.88,-11.52 L 3.12,-12 L 3.6,-12.72 L 3.36,-12.72 L 3.6,-13.2" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9706"/><g id="g9708" transform="translate(25.44,8.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 0.24,-0.48 L 0.72,-0.24 L 0.48,-0.48 L 0.24,-0.48 L 0.24,-0.72 L 0.48,-0.96 L 0.96,-0.72 L 0.72,-0.96 L 0.96,-0.96 L 1.2,-0.72 L 1.44,-0.72 L 1.44,-1.2 L 1.68,-1.2 L 1.68,-0.24 L 1.92,-0.48 L 2.16,-0.24 L 2.64,-0.72 L 2.64,-0.24 L 3.12,-0.48 L 3.36,-0.24 L 3.36,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9710"/><g id="g9712" transform="translate(-12.72,-18.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.24 L -0.72,1.2 L -0.48,0.24 L -0.24,0.24 L -0.24,0.72 L 0.24,0.24 L 0.24,0 L 0.24,0.24 L 0.96,0.24 L 0.96,0.48 L 1.2,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9714"/><g id="g9716" transform="translate(8.64,5.04)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 0,-0.48 L 0.48,-0.48 L 0.48,-0.24 L 0.96,-0.24 L 0.96,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9718"/><g id="g9720" transform="translate(-1.44,-1.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.24,0.24 L 0.48,0.24 L 0,0.48 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9722"/><g id="g9724" transform="translate(0.96,1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.72 L 0.24,0 L 0,0 L 0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9726"/><g id="g9728" transform="translate(5.28,13.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L 0.24,-0.48 L 0.48,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9730"/><g id="g9732" transform="translate(-2.4,-11.76)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L 0.24,-0.48 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9734"/><g id="g9736" transform="translate(6.24,4.56)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.48 L 0,0.24 L 0,0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9738"/><g id="g9740" transform="translate(-0.96,8.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9742"/><g id="g9744" transform="translate(-13.92,-10.8)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.48 L -0.96,-0.24 L -1.44,-1.2 L -1.92,-1.44 L -1.92,-1.92 L -1.68,-1.44 L -1.68,-2.4 L -1.68,-2.16 L -1.44,-2.64 L -1.68,-2.4 L -1.92,-2.88 L -2.16,-2.4 L -2.16,-1.92 L -1.92,-2.64 L -1.92,-1.68 L -2.16,-2.4 L -2.64,-1.2 L -2.16,-0.96 L -2.16,0 L -2.4,-0.24 L -2.64,0 L -2.88,0.72 L -3.12,0.48 L -3.12,0.96 L -3.12,0.72 L -3.36,0.96 L -3.6,0.72 L -3.84,0.72 L -4.08,0.48 L -3.84,0.72 L -4.08,0.72 L -4.32,0.24 L -4.32,0.96 L -4.08,1.44 L -4.08,0.96 L -3.84,1.2 L -3.84,0.96 L -3.36,1.2 L -3.6,0.96 L -3.36,1.2 L -3.36,0.96 L -2.88,0.96 L -2.88,1.44 L -2.64,1.44 L -2.88,1.44 L -2.64,1.2 L -2.4,1.68 L -2.4,1.92 L -1.2,3.36 L -1.92,2.64 L -1.92,3.36 L -2.16,2.88 L -2.16,3.12 L -2.64,2.88 L -2.4,3.12 L -1.68,3.6 L -1.68,3.36 L -1.44,3.6 L -1.44,3.36 L -1.2,3.84 L -1.44,3.36 L -1.2,3.6 L -1.2,3.36 L -0.48,3.6 L -0.72,3.12 L -0.24,3.84 L -0.24,3.6 L 0,3.84 L 0,3.36 L 0.24,3.6 L 0,3.12 L -0.24,3.36 L -0.48,3.36 L -0.24,3.6 L -0.72,3.12 L -0.72,3.36 L -1.44,2.64 L -0.96,3.36 L -1.2,3.12 L -2.64,1.2 L -2.64,0.72 L -2.4,0.72 L -2.16,0.96 L -2.4,0 L -2.16,0.72 L -1.2,0.96 L -1.2,1.2 L -0.72,1.44 L -0.72,1.2 L -0.96,1.2 L -1.2,0.96 L -2.16,0.48 L -2.16,0 L -1.92,0 L -1.92,-0.24 L -1.68,-0.24 L -1.92,-0.48 L -1.68,-0.72 L -1.44,-0.48 L -1.68,-0.24 L -0.48,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9746"/><g id="g9748" transform="translate(-10.08,5.28)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.24 L -1.44,-0.24 L -1.92,0 L -1.92,0.24 L -2.16,0.48 L -3.36,0.72 L -2.64,0.72 L -1.68,1.68 L -0.72,1.68 L 0,2.16 L -0.24,2.16 L 0,1.92 L -0.48,1.68 L 0.48,1.68 L -0.48,1.44 L 0,1.2 L -0.24,0.96 L -0.24,0.72 L 0.72,0.72 L 0.24,0.48 L 0.48,0.48 L -0.24,0.72 L -0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9750"/><g id="g9752" transform="translate(4.8,2.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0 L 0.48,-0.24 L 0.72,-0.24 L 0.72,-0.48 L 0.96,-0.24 L 1.2,-0.24 L 0.96,-0.48 L 1.2,-0.48 L 1.44,-0.24 L 1.44,0 L 1.68,0.24 L 1.44,0.48 L 1.68,0.48 L 1.68,0.24 L 1.92,0.24 L 1.68,-0.24 L 1.44,-0.24 L 1.2,-0.72 L 1.2,-0.48 L 0.96,-0.48 L 0.48,-0.72 L 0.72,-0.24 L 0.24,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9754"/><g id="g9756" transform="translate(-0.48,-0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0,0 L 0.48,-0.24 L 0.72,-0.48 L 0.72,-0.24 L 0.96,-0.48 L 0.72,-0.48 L 0.96,-0.72 L 1.44,-0.72 L 1.2,-0.48 L 1.44,-0.48 L 1.68,-0.72 L 1.44,-1.2 L 1.44,-0.96 L 1.2,-1.2 L 1.2,-0.72 L 0.96,-0.96 L 0.48,-0.72 L 0,-0.96 L 0.48,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9758"/><g id="g9760" transform="translate(11.76,0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.96,-0.48 L -0.72,-0.48 L -1.2,-0.48 L -1.44,-0.72 L -1.2,-0.96 L -1.44,-0.72 L -1.68,-0.72 L -1.68,-0.24 L -1.44,-0.24 L -1.68,-0.48 L -1.44,-0.72 L -0.24,0.24 L -0.48,0.24 L -0.24,0.48 L -0.48,0.48 L 0,0.72 L -0.48,0.24 L -0.24,0.24 L 0,0.48 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9762"/><g id="g9764" transform="translate(-21.6,-0.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.48,0.72 L 0.96,0.48 L 1.44,0.48 L 1.2,0.48 L 1.92,0.48 L 2.16,0.24 L 1.44,0.24 L 1.68,0.24 L 0.72,0.24 L 0.48,0 L 0.72,0 L 0.48,-0.24 L 0,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9766"/><g id="g9768" transform="translate(8.88,-6.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.72 L 0.48,0.72 L 0.24,0.48 L 0.48,0.72 L 0.48,0.48 L 0.96,0.48 L 0.72,0 L 0.24,-0.24 L 0.24,0.24 L 0.48,0.24 L 0.24,0.24 L 0.24,0 L -0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9770"/><g id="g9772" transform="translate(10.32,7.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,0 L -0.48,-0.24 L -0.24,-0.24 L -0.72,-0.48 L -0.72,-0.24 L -0.96,-0.48 L -0.72,0 L -0.24,0.24 L -0.24,0.48 L 0,0.48 L 0.24,0.24 L -0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9774"/><g id="g9776" transform="translate(0.24,-6.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0 L -0.24,-0.72 L -0.48,-0.48 L -0.48,0.24 L -0.72,0 L -0.72,-0.24 L -0.96,-0.24 L -0.72,0.24 L -0.48,0.24 L -0.24,0.72 L -0.48,0.24 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9778"/><g id="g9780" transform="translate(-0.72,2.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,-0.24 L -0.24,0 L -0.24,0.48 L -0.48,0.48 L -0.48,0.72 L -0.24,0.72 L 0,0 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9782"/><g id="g9784" transform="translate(0.48,3.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L -0.96,-0.24 L -0.96,-0.48 L -0.72,-0.72 L -0.96,-0.72 L -1.2,-0.48 L -0.96,0 L -0.96,-0.24 L -0.72,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9786"/><g id="g9788" transform="translate(-10.32,-6.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.24,-0.24 L 0.72,0.24 L 0.72,0 L 0.96,0 L 0,-0.96 L 0.24,-0.72 L 0,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9790"/><g id="g9792" transform="translate(0.72,6.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0 L 0.24,-0.24 L 0.72,-0.48 L 0.48,-0.72 L 0.24,-0.48 L 0.24,-0.24 L 0,-0.48 L -0.24,0 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9794"/><g id="g9796" transform="translate(4.56,2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.48 L 0,0.24 L 0.24,-0.24 L 0,-0.48 L 0.24,-0.96 L 0,-0.72 L 0,-0.48 L -0.24,-0.24 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9798"/><g id="g9800" transform="translate(-5.76,-6.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0 L 0.24,0.24 L 1.44,0.24 L 0.48,-0.24 L 0.24,0 L 0.24,-0.48 L -0.48,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9802"/><g id="g9804" transform="translate(6,-4.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L 0,-0.24 L -0.24,-0.24 L -0.24,0.24 L -0.48,0.48 L -0.24,0.24 L 0,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9806"/><g id="g9808" transform="translate(-3.84,1.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0.72,0.72 L 0.72,0.48 L 0.96,0.48 L 0.72,0 L 0.72,0.24 L 0.24,-0.24 L 0.48,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9810"/><g id="g9812" transform="translate(7.2,0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,0.24 L -0.48,0.24 L -0.48,0.48 L 0.24,0.72 L -0.24,0.24 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9814"/><g id="g9816" transform="translate(5.28,5.04)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0 L 0,0.24 L -0.24,0.24 L 0,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9818"/><g id="g9820" transform="translate(-16.8,-0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.48 L -0.24,-0.48 L -0.72,-0.48 L -0.48,-0.48 L -0.48,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9822"/><g id="g9824" transform="translate(1.68,-7.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0.72,0.48 L 0.72,0 L -0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9826"/><g id="g9828" transform="translate(4.56,2.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.96 L -0.24,-1.2 L 0,-0.48 L -0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9830"/><g id="g9832" transform="translate(7.2,8.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,0 L -1.44,-0.72 L -0.96,0 L -0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9834"/><g id="g9836" transform="translate(-9.84,-16.56)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.72 L 0.48,1.44 L 0.48,0.48 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9838"/><g id="g9840" transform="translate(3.12,5.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.48 L 0.48,-1.68 L 0,-0.72 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9842"/><g id="g9844" transform="translate(7.2,6.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,-0.48 L -1.44,-0.48 L -0.72,-0.24 L -0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9846"/><g id="g9848" transform="translate(-2.88,-3.6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L -0.48,-0.24 L -0.48,0 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9850"/><g id="g9852" transform="translate(-3.12,-0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L -0.48,0 L -0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9854"/><g id="g9856" transform="translate(10.08,10.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,-0.48 L -0.24,0 L 0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9858"/><g id="g9860" transform="translate(-4.08,-9.6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,0 L -0.24,0 L -0.24,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9862"/><g id="g9864" transform="translate(-4.8,-5.76)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.72 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9866"/><g id="g9868" transform="translate(5.76,13.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,0 L -0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9870"/><g id="g9872" transform="translate(-12.72,-6.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.24 L 0.24,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9874"/><g id="g9876" transform="translate(4.56,0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,-0.72 L -0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9878"/><g id="g9880" transform="translate(12.48,6.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.96,-0.24 L -0.72,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9882"/><g id="g9884" transform="translate(-16.32,-6.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.96,-0.24 L -0.96,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9886"/><g id="g9888" transform="translate(16.32,5.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L -1.2,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9890"/><g id="g9892" transform="translate(-20.4,-9.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -1.2,-0.72 L -1.68,-0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9894"/><g id="g9896" transform="translate(9.12,5.04)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L -0.96,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9898"/><g id="g9900" transform="translate(1.2,-10.56)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,0 L -0.24,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9902"/><g id="g9904" transform="translate(-1.2,16.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.96,-0.48 L -0.96,0 L -0.48,-0.24 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9906"/><g id="g9908" transform="translate(-3.36,-0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.48 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9910"/><g id="g9912" transform="translate(-5.52,-0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.24 L -0.48,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9914"/><g id="g9916" transform="translate(-0.24,-2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.48 L -0.72,0.96 L -1.2,0.72 L -1.44,0.24 L -1.2,-0.48 L -0.96,-0.48 L -0.48,0 L -0.48,-0.24 L -0.72,-0.48 L -0.24,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9918"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><path d="M 180.08687,258.96 L 180.32687,258.72 L 180.56687,258.96 L 181.28687,258.24 L 181.52687,258.24 L 181.76687,258 L 182.00687,258 L 182.00687,257.52 L 182.72687,257.76 L 182.96687,257.76 L 182.72687,257.52 L 183.20687,257.52 L 182.96687,257.52 L 183.44687,257.04 L 183.44687,257.28 L 183.68687,257.52 L 183.68687,257.28 L 183.92687,257.04 L 183.92687,256.8 L 183.92687,257.04 L 183.68687,257.28 L 183.68687,256.8 L 184.16687,256.8 L 183.92687,256.56 L 184.16687,256.56 L 183.92687,256.56 L 184.40687,256.32 L 184.16687,256.32 L 184.64687,255.84 L 184.88687,255.84 L 184.64687,255.84 L 185.12687,255.12 L 184.88687,254.88 L 185.12687,254.4 L 185.36687,254.64 L 185.36687,254.4 L 185.60687,254.16 L 186.08687,254.16 L 185.84687,254.16 L 186.56687,253.44 L 187.28687,253.2 L 187.52687,253.44 L 187.52687,252.96 L 187.76687,252.96 L 188.00687,253.2 L 188.24687,252.96 L 188.00687,253.2 L 188.24687,253.2 L 188.48687,254.16 L 188.48687,252.96 L 188.72687,253.2 L 188.72687,254.88 L 188.96687,253.92 L 189.20687,253.92 L 189.20687,254.16 L 189.20687,253.44 L 189.44687,253.44 L 189.20687,253.92 L 189.44687,253.68 L 189.20687,253.92 L 189.68687,254.4 L 189.44687,253.92 L 189.68687,254.16 L 189.92687,253.92 L 190.40687,254.16 L 190.16687,254.64 L 190.40687,254.16 L 190.64687,254.16 L 190.64687,253.92 L 190.88687,254.16 L 191.12687,254.16 L 191.12687,254.4 L 191.36687,254.4 L 191.12687,254.64 L 191.60687,254.88 L 191.60687,255.12 L 191.60687,254.88 L 191.60687,255.36 L 191.60687,254.88 L 191.84687,254.88 L 191.60687,256.08 L 192.08687,255.6 L 192.08687,255.84 L 191.84687,256.08 L 191.84687,256.32 L 191.60687,256.8 L 190.64687,256.8 L 190.64687,257.04 L 191.12687,257.04 L 190.88687,257.52 L 191.60687,256.8 L 191.84687,256.8 L 191.84687,257.28 L 191.84687,256.8 L 192.08687,257.28 L 192.32687,257.04 L 192.80687,257.76 L 192.56687,259.2 L 192.08687,259.44 L 192.08687,258.96 L 191.36687,259.92 L 190.40687,260.16 L 190.40687,260.64 L 189.92687,260.88 L 189.68687,261.36 L 189.68687,261.12 L 189.20687,261.6" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9954"/><g id="g9956" transform="translate(190.40687,261.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.24,-0.24 L 0.24,-0.96 L 0.96,-1.68 L 1.2,-1.68 L 0.96,-1.44 L 1.2,-1.44 L 1.44,-2.16 L 1.92,-2.4 L 0.96,-0.96 L 0.96,-0.48 L 2.16,-2.64 L 2.64,-2.64 L 2.88,-3.6 L 3.12,-3.84 L 3.12,-3.36 L 3.36,-3.84 L 3.6,-3.84 L 3.6,-2.16 L 3.84,-2.88 L 3.84,-2.64 L 4.08,-2.64 L 3.84,-2.16 L 3.6,-2.16 L 3.6,-1.92 L 3.36,-1.92 L 3.6,-1.44 L 3.36,-1.2 L 3.6,-1.2 L 3.36,-0.96 L 3.6,-0.96 L 3.6,-0.72 L 3.84,-0.96 L 4.08,-0.72 L 3.84,-0.72 L 4.32,-0.72 L 4.32,-0.48 L 3.6,0 L 4.32,-0.48 L 4.56,-0.24 L 3.84,0 L 2.64,0.72 L 4.08,0 L 4.08,0.24 L 4.32,0.24 L 3.84,0.48 L 3.84,0.96 L 4.08,0.72 L 4.56,0.72 L 4.08,0.96" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9958"/><g id="g9960" transform="translate(-9.36,-9.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0 L 0.48,0.24 L 0.48,0 L 1.2,-0.24 L 1.44,0 L 1.44,-0.24 L 1.92,-0.48 L 1.92,-0.24 L 2.4,-0.48 L 2.88,-0.24 L 2.64,-0.48 L 3.84,-0.72 L 4.32,-0.48 L 3.84,-0.24 L 4.32,0.24 L 4.56,-0.72 L 4.8,-0.72 L 4.8,-0.96 L 5.28,-0.72 L 5.52,-0.72 L 5.28,-0.24 L 5.04,-0.48 L 5.04,0 L 5.28,0 L 3.84,1.2 L 3.36,1.2 L 2.88,1.44 L 2.88,1.2 L 2.88,1.68 L 2.64,1.2 L 1.68,1.92 L 1.68,1.44 L 1.44,1.68 L -0.48,1.68 L -0.48,1.92" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9962"/><g id="g9964" transform="translate(2.88,-1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.24,-0.48 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9966"/><g id="g9968" transform="translate(-2.4,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.48,0.24 L 0,0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9970"/><g id="g9972" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9974"/><g id="g9976" transform="translate(0.24,-0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L -0.24,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path9978"/></g></g></g></g></g></g><path d="M 216.80687,245.28 L 216.32687,245.04 L 216.80687,245.04 L 216.56687,244.8 L 216.80687,244.8 L 216.56687,244.8 L 216.80687,244.56 L 216.80687,245.28 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path10006"/><g id="g10008" transform="translate(217.04687,245.04)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L 0,-0.24 L 0.24,-0.24 L 0,-0.48 L 0.24,-0.48 L 0.24,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path10010"/><g id="g10012" transform="translate(-0.72,1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path10014"/><g id="g10016" transform="translate(0.48,-0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L 0,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path10018"/><g id="g10020" transform="translate(-0.24,0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path10022"/></g></g></g></g><path d="M 143.84687,285.84 L 144.08687,285.6 L 145.04687,285.6 L 145.28687,285.36 L 145.04687,285.6 L 145.28687,285.36 L 145.52687,286.32 L 146.24687,285.84 L 146.00687,285.84 L 146.48687,285.6 L 146.24687,285.6 L 146.48687,285.36 L 146.48687,285.12 L 146.72687,285.12 L 147.44687,284.64 L 147.92687,283.68 L 147.68687,283.44 L 148.16687,282.96 L 148.16687,282 L 148.40687,281.04 L 148.64687,280.8 L 148.40687,280.8 L 148.64687,280.32 L 148.40687,280.32 L 148.88687,279.6 L 148.64687,279.36 L 149.84687,279.36 L 149.84687,279.12 L 150.08687,279.36 L 149.60687,279.12 L 149.84687,278.88 L 149.84687,278.64 L 148.88687,278.64 L 149.36687,278.64 L 149.12687,278.4 L 149.12687,278.16 L 149.60687,278.16 L 149.36687,277.92 L 150.08687,277.68 L 149.84687,277.44 L 150.08687,277.44 L 149.36687,277.44 L 149.60687,276.96 L 149.84687,276" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11650"/><g id="g11652" transform="translate(150.56687,276)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0.48,0.72 L 0.48,0.24 L -0.24,0 L -0.72,0.72 L -0.24,1.2 L 0,1.2 L 0.24,1.68 L 0.48,1.68 L 0.24,1.44 L 0.96,1.92 L 1.2,2.16 L 0.96,2.4 L 1.44,2.64 L 1.2,2.4 L 1.44,2.4 L 1.92,2.16 L 2.4,1.68 L 2.4,1.92 L 2.88,2.16 L 4.56,1.68 L 5.04,1.2 L 5.28,1.2 L 5.28,0.96 L 5.76,0.96 L 6.24,0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11654"/><g id="g11656" transform="translate(-4.32,9.6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0 L -0.24,-0.72 L -0.48,-0.24 L 0.48,-3.36 L 0.72,-3.84 L 0.96,-3.36 L 1.68,-4.32 L 0.96,-3.36 L 0.96,-2.16 L 0.72,-2.16 L 0.96,-1.44 L 0.48,-1.44 L 0.72,-0.96 L 0.48,-0.96 L 0.48,-0.72 L 0.24,-0.72 L 0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11658"/><g id="g11660" transform="translate(21.84,-8.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -1.44,0.96 L -2.16,2.4 L -1.2,1.44 L 0,1.2 L 0,0.48 L 0.72,0.48 L 0.96,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11662"/><g id="g11664" transform="translate(-19.2,0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.24,0 L 0,-0.72 L 0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11666"/><g id="g11668" transform="translate(-3.36,8.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.48 L 0.48,-0.48 L 0.48,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11670"/><g id="g11672" transform="translate(3.6,-6.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L 0,-0.24 L 0.48,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11674"/><g id="g11676" transform="translate(-1.68,2.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,0.24 L 0.24,-1.2 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11678"/><g id="g11680" transform="translate(18.24,-1.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.72 L -0.24,1.2 L -2.16,3.36 L -2.4,3.84 L -3.36,4.56 L -4.32,4.56 L -4.32,5.04 L -5.52,6.72 L -6,7.92" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11682"/><g id="g11684" transform="translate(-5.76,7.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.96 L 0.96,-1.92 L 1.2,-2.4 L 1.44,-2.16 L 2.16,-0.72 L 1.92,-0.24 L 1.92,0 L 2.16,-0.72 L 1.68,-2.16 L 2.4,-2.88 L 2.4,-3.36 L 3.84,-4.08 L 4.32,-5.04 L 5.52,-6.72 L 5.76,-7.92" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11686"/><g id="g11688" transform="translate(12,-0.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.96,0.24 L -0.72,0 L -0.96,0 L -0.72,-0.24 L -0.96,-0.24 L -1.2,-0.48 L -1.2,-0.72 L -1.44,-0.48 L -1.2,-0.96 L -1.44,-0.96 L -1.44,-0.72 L -1.68,-0.48 L -0.96,0 L -1.68,0 L -1.2,0 L -1.44,0.24 L -1.2,0.48 L -1.44,0.48 L -0.72,0.72 L -1.2,0.72 L -1.2,0.96" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11690"/><g id="g11692" transform="translate(-1.44,0.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11694"/><g id="g11696" transform="translate(0.96,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.24,-0.24 L 0.48,-0.96" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11698"/><g id="g11700" transform="translate(2.88,-9.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L 0.48,0.48 L 0.24,0.72 L 0,0.48 L 0.24,0.72 L -0.24,0.96 L 0,0.96 L -0.24,1.2 L 0.24,1.68 L -0.48,1.92 L 0.48,1.44 L 0,1.2 L 0.24,1.2 L -0.24,1.2 L 0.48,0.96 L 0.48,0.48 L 1.2,0.96 L 1.2,0.72 L 0.48,0.48 L 0.72,0.24 L 0.48,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11702"/><g id="g11704" transform="translate(-14.16,5.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.24,0.24 L -1.44,0.24 L -1.44,0.48 L -1.92,0.24 L -3.12,0.72 L -4.08,0.48 L -3.12,0.72 L -2.4,0.48 L -0.96,0.72 L 0,0.48 L -0.48,0.48 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11706"/><g id="g11708" transform="translate(7.44,2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L 0,0.24 L -0.72,0.24 L -0.72,0.48 L 0,0.24 L -0.48,0.72 L -0.24,0.72 L 0,0.24 L 0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11710"/><g id="g11712" transform="translate(-7.2,-7.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.24 L -0.48,0 L -0.72,0 L -0.72,0.24 L -0.48,0.24 L -0.48,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11714"/><g id="g11716" transform="translate(5.28,6.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L -0.24,0.24 L -0.24,0.48 L 0.24,0.48 L 0,0.48 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11718"/><g id="g11720" transform="translate(-9.36,-5.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.48 L -0.96,-0.24 L -0.48,0.24 L -0.24,0.24 L -0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11722"/><g id="g11724" transform="translate(15.6,2.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.48 L -0.96,-0.48 L -0.96,0.24 L -0.48,0.72 L -0.24,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11726"/><g id="g11728" transform="translate(3.36,4.32)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L -0.72,0.48 L -0.24,0.24 L -0.48,0.48 L -0.24,0.48 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11730"/><g id="g11732" transform="translate(-1.68,0.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.48 L -0.24,0.48 L -0.24,0.72 L 0,0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11734"/><g id="g11736" transform="translate(1.92,0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.24 L -0.24,0 L -0.48,0.24 L -0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11738"/><g id="g11740" transform="translate(-23.28,-6.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L -0.72,0.24 L -0.24,0.24 L -0.48,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11742"/><g id="g11744" transform="translate(23.52,-0.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L 0,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11746"/><g id="g11748" transform="translate(-13.44,4.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.48 L -0.96,1.2 L -0.96,0.24 L -0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11750"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><path d="M 156.56687,276.48 L 157.04687,276.24 L 156.32687,276.24 L 156.56687,276 L 157.28687,276.24 L 157.04687,276.24 L 157.76687,276 L 157.04687,276 L 157.28687,275.76 L 157.04687,275.76 L 157.28687,275.76 L 156.80687,275.52 L 157.52687,275.52 L 156.80687,275.28 L 157.76687,275.28 L 157.28687,275.04 L 157.76687,274.8 L 157.28687,274.8 L 157.76687,274.32 L 157.76687,274.56 L 158.72687,274.32 L 158.96687,274.32 L 158.96687,274.08 L 159.68687,274.08 L 159.44687,273.84 L 158.48687,274.08 L 158.72687,273.84 L 158.48687,273.36 L 159.20687,273.36 L 158.96687,273.12 L 159.20687,273.36 L 159.20687,273.12 L 158.96687,273.12 L 159.20687,272.88 L 159.44687,272.88 L 159.20687,272.64 L 159.68687,272.88 L 158.72687,272.16 L 159.44687,272.16 L 159.20687,271.92 L 159.44687,271.92 L 158.96687,271.92 L 159.68687,271.92 L 159.68687,271.68 L 159.44687,271.68 L 159.68687,271.44 L 159.68687,271.2 L 159.92687,271.2 L 159.92687,270.96 L 160.16687,270.96 L 159.92687,270.48 L 160.64687,270 L 160.88687,270.24 L 160.64687,270.48 L 161.12687,270.48 L 160.88687,270 L 161.84687,270.72 L 161.36687,270.48 L 161.84687,270.24 L 161.60687,270 L 161.36687,270 L 161.84687,269.04 L 161.60687,269.04 L 162.32687,268.32 L 162.32687,267.84 L 164.00687,265.92 L 163.76687,265.68 L 164.72687,265.2 L 164.96687,265.68 L 164.72687,265.2 L 164.24687,265.2 L 164.96687,264.72 L 164.48687,264.48 L 164.48687,264.72 L 164.72687,264.72 L 164.72687,264.96 L 164.00687,265.2 L 163.28687,265.92 L 163.04687,265.92 L 163.04687,265.44 L 163.28687,264.96 L 163.76687,262.32 L 162.80687,264 L 162.32687,263.76 L 162.56687,264.24 L 162.56687,264.48 L 163.04687,264.48 L 163.28687,264.96 L 163.04687,264.72 L 162.80687,264.72 L 162.32687,265.68 L 160.88687,267.36 L 160.64687,267.12 L 160.88687,266.88 L 160.40687,267.12 L 160.40687,267.36 L 160.64687,267.36 L 159.92687,268.08 L 159.44687,268.08 L 160.16687,267.6 L 160.40687,267.36 L 159.44687,267.84 L 158.72687,268.08 L 157.76687,267.84 L 158.00687,267.6 L 157.52687,267.6 L 157.76687,267.6 L 157.52687,267.36 L 158.00687,267.36 L 157.28687,266.88 L 157.52687,266.88 L 157.04687,266.64 L 157.28687,266.4 L 156.80687,265.92 L 157.28687,266.16 L 157.28687,265.68 L 157.76687,265.92 L 157.76687,265.68 L 158.00687,265.68 L 157.76687,265.2 L 158.00687,265.2 L 157.76687,265.2 L 158.24687,265.2 L 158.00687,264.96 L 158.48687,264.96 L 158.24687,264.96 L 158.48687,264.96 L 158.24687,264.72 L 158.72687,264.72 L 158.96687,264.48 L 159.20687,264.48 L 159.20687,264.24 L 159.44687,264.48 L 159.44687,264.24 L 159.92687,264 L 160.16687,264.24 L 159.92687,263.76 L 160.16687,264 L 160.40687,263.76 L 160.40687,264 L 160.88687,264 L 160.88687,263.76 L 160.64687,263.52 L 160.88687,263.28 L 161.12687,263.52 L 161.36687,263.04 L 160.88687,263.04 L 160.88687,262.8 L 160.64687,262.32 L 161.12687,262.08 L 161.60687,262.56 L 161.36687,262.08 L 161.60687,262.08 L 161.60687,261.84 L 161.84687,261.84 L 161.60687,261.6 L 161.84687,261.6 L 161.84687,261.36 L 162.08687,261.6 L 161.84687,261.36 L 162.08687,261.36 L 161.84687,261.12 L 162.08687,260.64 L 162.32687,260.88 L 162.32687,260.4 L 162.56687,260.4 L 162.32687,260.16 L 162.80687,260.4 L 162.56687,260.16 L 163.04687,259.68 L 163.04687,259.2 L 163.28687,259.2 L 163.28687,259.44 L 163.28687,258.96 L 163.52687,259.2 L 163.52687,258.96 L 163.52687,259.2 L 163.52687,258.96 L 163.76687,258.96 L 163.76687,258.48 L 164.24687,258.96 L 164.00687,258.48 L 164.24687,257.76 L 164.24687,258 L 164.48687,258 L 164.24687,257.52 L 164.72687,257.52 L 164.24687,257.52 L 164.72687,257.28 L 164.72687,258.24 L 164.96687,258.48 L 164.72687,258.24 L 165.20687,257.76 L 165.68687,258.48 L 165.44687,258.72 L 165.44687,259.44 L 165.20687,259.44 L 165.92687,259.68 L 164.96687,260.64 L 165.20687,262.08 L 164.96687,262.08 L 164.72687,262.32 L 164.96687,262.8 L 165.20687,262.32 L 164.96687,263.04 L 165.20687,262.8 L 165.20687,263.04 L 164.96687,263.52 L 165.44687,263.76 L 165.44687,264.48 L 165.92687,263.76 L 165.92687,264.48 L 166.16687,264.96 L 165.92687,265.44 L 166.40687,265.68 L 166.16687,265.92 L 166.16687,265.68 L 166.88687,265.92 L 166.64687,265.68 L 167.36687,266.16 L 167.12687,266.4 L 167.36687,266.4 L 167.60687,266.64 L 168.32687,266.4 L 168.08687,267.36 L 168.32687,267.36 L 168.08687,267.84 L 169.04687,266.88 L 169.04687,267.12 L 169.28687,266.88 L 169.76687,266.88 L 169.52687,266.88 L 169.76687,266.88 L 170.24687,266.64 L 170.24687,266.88 L 170.48687,266.64 L 170.24687,266.88 L 170.72687,266.88 L 170.48687,267.36 L 170.72687,267.36 L 170.48687,267.6 L 169.76687,268.56 L 170.00687,268.56 L 170.48687,269.04 L 170.48687,269.52 L 170.72687,270.24 L 170.96687,270.24 L 170.48687,270.96 L 170.96687,270.48 L 170.96687,269.76 L 171.44687,269.28 L 170.96687,268.32 L 171.20687,267.84 L 171.92687,267.12 L 172.40687,266.88 L 172.64687,266.16 L 173.36687,266.16 L 174.08687,266.88 L 173.84687,266.16 L 174.08687,266.16 L 174.56687,267.12 L 174.80687,268.8 L 174.32687,270.24 L 172.16687,274.08 L 171.20687,275.28 L 169.76687,276.72 L 169.04687,276.72 L 168.08687,277.44" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11882"/><g id="g11884" transform="translate(165.92687,261.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.96 L 0.24,-0.96 L 0.24,-0.72 L 0.24,-0.96 L 0.72,-0.96 L 0.72,-0.48 L 0.72,-0.72 L 0.96,-0.48 L 0.96,-0.96 L 0.96,-0.72 L 0.96,-0.96 L 1.2,-0.96 L 1.92,-1.68 L 1.44,-0.24 L 1.44,0 L 1.44,-0.48 L 1.2,0.48 L 0.96,0.48 L 1.2,1.2 L 1.2,1.68 L 1.44,1.44 L 1.44,1.92 L 0.96,1.92 L 0.96,2.16 L 1.2,2.16 L 0.96,2.4 L 1.44,2.4 L 1.68,2.64 L 1.68,2.88 L 1.92,3.12 L 2.16,2.88 L 2.64,2.88 L 1.68,3.6 L 1.2,3.6 L 1.2,2.88 L 1.44,2.88 L 0.72,2.88 L 0.72,1.92 L 0.48,2.16 L 0.24,1.68 L 0.24,0.72 L 0.48,0.72 L 0.48,0.96 L 0.96,0.48 L 0.48,0.48 L 0.48,0 L 0,0.24 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11886"/><g id="g11888" transform="translate(2.16,-6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L -0.48,0.48 L -0.24,0.48 L -0.48,0.48 L 0,0.48 L 0.24,0.72 L -0.96,1.2 L 0,0.72 L -0.24,0.72 L -1.2,1.44 L -1.44,1.2 L -0.72,0.72 L -1.68,1.2 L -2.16,1.2 L -2.16,1.44 L -1.92,1.44 L -1.92,1.68 L -2.16,2.16 L -1.68,1.68 L -1.68,1.92 L -1.68,1.68 L -1.44,1.92 L -1.2,1.44 L -0.96,1.44 L -1.2,1.92 L -0.96,1.68 L -0.72,1.2 L 0,0.96 L -0.48,1.2 L 0.96,0.96 L 1.68,1.2 L 1.68,1.68 L 2.16,1.44 L 2.16,1.92 L -1.44,3.12 L -2.4,2.64 L -2.88,2.16 L -2.4,2.16 L -2.64,1.92 L -2.16,1.44 L -2.4,0.96 L -1.92,0.48 L -1.44,-0.24 L -1.2,0 L -0.96,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11890"/><g id="g11892" transform="translate(0.96,21.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 1.2,-0.72 L 1.44,0 L 1.2,-0.72 L 1.68,-1.2 L 2.64,-1.44 L 2.64,-1.68 L 3.36,-1.68 L 3.84,-2.64 L 3.84,-2.4 L 4.32,-2.64 L 4.56,-2.88 L 4.32,-2.88 L 4.56,-3.36 L 4.8,-3.12 L 4.8,-3.36 L 5.04,-3.36 L 5.28,-4.8 L 6.96,-5.04 L 7.44,-5.52" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11894"/><g id="g11896" transform="translate(1.2,-16.8)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L 0,-0.48 L 0,-0.24 L 0.48,-0.24 L 1.2,-0.72 L 1.2,-0.96 L 0.96,-0.96 L 1.44,-1.2 L 1.2,-0.72 L 0.48,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11898"/><g id="g11900" transform="translate(5.28,1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.72 L 0.96,-0.24 L 0.96,0.72 L 1.44,1.68 L 1.92,4.8 L 1.44,5.28 L 0.96,3.84 L 0.24,3.36 L 0,1.92 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11902"/><g id="g11904" transform="translate(-17.04,10.8)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.48,0 L 0.24,0 L 0.24,-0.48 L 0.72,-0.24 L 0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11906"/><g id="g11908" transform="translate(12.48,-6.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.48,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11910"/><g id="g11912" transform="translate(-5.76,-9.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0 L 0.24,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11914"/><g id="g11916" transform="translate(-5.04,12.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 0.48,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11918"/><g id="g11920" transform="translate(-10.32,6.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.48,-0.24 L 0.72,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11922"/><g id="g11924" transform="translate(6.96,0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11926"/><g id="g11928" transform="translate(19.2,-0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,-0.24 L -0.48,0 L -0.24,0 L -0.72,0.24 L -0.48,0.48 L -0.24,0.48 L -0.48,0.24 L 0,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11930"/><g id="g11932" transform="translate(-11.76,-0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L 0,-0.24 L -0.72,-0.48 L -0.72,-0.72 L -0.72,-0.48 L -0.96,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11934"/><g id="g11936" transform="translate(-4.56,-10.56)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L 0,-0.24 L -0.24,-0.24 L -0.48,0.24 L -0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11938"/><g id="g11940" transform="translate(3.6,6.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.48 L 0,-0.72 L -0.24,-0.72 L -0.24,-0.24 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11942"/><g id="g11944" transform="translate(0,4.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.24 L -0.48,-0.24 L -1.2,-0.24 L -0.48,0.48 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11946"/><g id="g11948" transform="translate(12.24,-1.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -1.2,0 L -0.24,0.48 L -0.48,0.24 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11950"/><g id="g11952" transform="translate(-10.56,-6.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,0.24 L -0.72,0.48 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11954"/><g id="g11956" transform="translate(9.84,9.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.96,-0.72 L -0.96,-0.48 L -0.24,-0.24 L -0.48,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11958"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><path d="M 180.56687,254.64 L 180.32687,254.64 L 180.08687,254.4 L 180.08687,254.64 L 179.60687,254.64 L 179.12687,254.4 L 178.88687,253.92 L 179.12687,254.4 L 178.88687,254.4 L 179.12687,254.64 L 178.40687,254.88 L 177.92687,254.88 L 178.16687,254.16 L 177.92687,254.64 L 178.16687,254.16 L 177.68687,254.64 L 177.44687,254.4 L 177.44687,253.92 L 177.44687,254.4 L 177.68687,254.64 L 177.44687,254.88 L 177.68687,255.12 L 175.76687,255.12 L 176.00687,255.6 L 175.76687,255.6 L 175.76687,255.84 L 176.48687,255.6 L 175.28687,256.32 L 175.76687,255.12 L 176.00687,254.4 L 175.52687,254.88 L 173.36687,256.08 L 173.36687,255.6 L 172.64687,255.6 L 172.64687,255.12 L 172.88687,254.4 L 173.12687,254.16 L 173.36687,254.16 L 173.12687,253.92 L 173.84687,253.68 L 173.36687,253.68 L 173.60687,253.2 L 173.84687,253.2 L 173.60687,252.96 L 173.84687,252.72 L 173.60687,252.72 L 173.60687,252.24 L 173.84687,251.76 L 174.32687,251.76 L 173.84687,251.52 L 173.84687,251.28 L 174.08687,251.28 L 173.84687,251.28 L 173.84687,250.56 L 174.08687,250.8 L 173.84687,250.56 L 174.08687,250.56 L 173.84687,250.56 L 174.08687,250.32 L 174.32687,250.56 L 174.08687,250.32 L 174.32687,250.32 L 174.32687,250.08 L 174.56687,250.08 L 174.32687,250.08 L 174.56687,249.6 L 175.04687,249.84 L 174.56687,249.6 L 174.56687,249.36 L 175.28687,249.6 L 175.04687,249.36 L 175.28687,249.12 L 175.04687,249.36 L 174.80687,249.12 L 175.28687,248.88 L 175.76687,248.88 L 175.52687,248.88 L 175.76687,248.64 L 175.28687,248.88 L 175.52687,248.64 L 174.80687,248.88 L 174.80687,248.64 L 175.04687,248.4 L 174.32687,249.12 L 174.08687,249.12 L 174.80687,248.4 L 174.32687,248.64 L 174.32687,248.4 L 174.80687,248.4 L 174.32687,248.4 L 174.80687,248.16 L 174.32687,248.16 L 174.32687,247.92 L 174.80687,247.68 L 175.04687,247.68 L 175.04687,247.92 L 175.52687,247.92 L 175.28687,247.68 L 175.52687,247.2 L 175.28687,247.2 L 175.28687,246.96 L 175.76687,246.48 L 174.56687,247.2 L 173.60687,247.44 L 173.36687,247.92 L 172.64687,248.16 L 172.64687,247.68 L 173.12687,247.44 L 172.88687,246.96 L 173.36687,246.72 L 173.60687,246.96 L 173.60687,246.72 L 173.84687,246.48 L 174.08687,246.72 L 174.08687,246.48 L 175.04687,246.48 L 174.80687,246.48 L 175.04687,246 L 175.76687,245.76 L 175.04687,246 L 175.28687,245.76 L 176.72687,245.76 L 176.72687,245.52 L 176.24687,244.8 L 175.52687,244.56 L 175.76687,244.32 L 175.52687,244.56 L 175.28687,244.56 L 175.28687,244.8 L 175.28687,244.56 L 173.60687,244.56 L 173.60687,244.32 L 173.84687,244.08 L 175.28687,243.6 L 175.04687,243.6 L 175.28687,243.36 L 174.56687,243.6 L 174.56687,243.36 L 174.08687,243.36 L 173.60687,243.12 L 173.60687,242.88 L 174.08687,242.88 L 173.84687,242.88 L 174.08687,242.64 L 173.84687,242.16 L 174.56687,241.92 L 175.04687,242.16 L 175.28687,242.4 L 175.52687,242.16 L 175.52687,242.4 L 175.52687,242.16 L 176.96687,242.16 L 177.68687,242.88 L 176.72687,242.88 L 176.24687,243.12 L 176.48687,243.36 L 176.24687,243.36 L 176.72687,243.36 L 176.48687,243.6 L 176.72687,243.36 L 176.72687,243.6 L 177.68687,243.6 L 178.40687,243.36 L 178.64687,243.6 L 178.16687,243.6 L 177.68687,244.08 L 176.24687,244.08 L 176.24687,244.32 L 176.00687,244.32 L 176.48687,244.56 L 176.24687,244.56 L 176.96687,245.28 L 176.72687,244.8 L 177.68687,244.8 L 177.44687,245.28 L 177.68687,244.8 L 177.44687,245.52 L 177.92687,245.52 L 177.92687,245.04 L 178.40687,244.56 L 178.88687,244.8 L 178.88687,244.32 L 179.60687,244.08 L 179.84687,244.56 L 179.36687,244.56 L 179.36687,245.04 L 178.64687,245.28 L 179.12687,245.28 L 178.64687,245.52 L 179.12687,245.28 L 178.40687,245.52 L 178.64687,245.76 L 178.16687,246 L 178.16687,246.24 L 179.12687,245.52 L 178.88687,246 L 179.36687,245.52 L 179.36687,246 L 179.60687,246 L 179.12687,246 L 179.36687,246.24 L 179.12687,246.24 L 179.84687,246 L 179.12687,246.72 L 180.08687,246.24 L 180.08687,246.48 L 180.32687,246 L 180.32687,246.24 L 180.56687,245.76 L 180.80687,246 L 180.80687,245.76 L 181.28687,246 L 181.52687,247.2 L 181.04687,247.44 L 181.04687,247.68 L 180.56687,247.68 L 181.28687,247.92 L 181.04687,248.16 L 181.28687,248.16 L 180.32687,248.4 L 180.80687,248.64 L 180.32687,248.64 L 180.08687,248.88 L 180.32687,249.12 L 180.08687,248.88 L 179.84687,249.12 L 179.36687,249.12 L 179.60687,248.88 L 179.36687,249.12 L 180.80687,249.36 L 180.56687,249.36 L 180.80687,249.6 L 180.32687,249.36 L 180.08687,249.36 L 180.32687,249.36 L 180.08687,249.6 L 180.32687,249.6 L 180.08687,249.6 L 180.56687,249.6 L 180.32687,249.84 L 180.56687,249.84 L 180.08687,249.84 L 180.56687,250.08 L 180.08687,250.08 L 180.32687,250.08 L 180.08687,250.32 L 180.32687,250.32 L 180.32687,250.56 L 179.84687,251.04 L 180.56687,250.56 L 180.32687,250.8 L 180.80687,250.8 L 180.32687,251.28 L 180.80687,251.04 L 180.56687,251.28 L 181.76687,250.32 L 182.00687,250.56" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path12034"/><g id="g12036" transform="translate(181.04687,248.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L -0.24,-0.24 L 0.24,-0.72 L 0.48,-0.48 L 0,-0.24 L 0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path12038"/><g id="g12040" transform="translate(0.48,3.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0 L -0.72,0.24 L -1.68,0.48 L -1.2,0.48 L -1.2,0.72 L -0.48,0.72" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path12042"/><g id="g12044" transform="translate(-8.88,-3.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.48 L -0.72,0 L -0.24,-0.24 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path12046"/><g id="g12048" transform="translate(9.36,-1.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.48 L 0,0.48 L 0,0.72 L -0.48,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path12050"/><g id="g12052" transform="translate(-14.88,8.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.48 L 0.24,-0.24 L 0.48,0 L 0.96,-0.24 L 0.96,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path12054"/><g id="g12056" transform="translate(10.56,-10.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.72 L 0.24,-0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path12058"/><g id="g12060" transform="translate(3.84,6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path12062"/><g id="g12064" transform="translate(0,-0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path12066"/><g id="g12068" transform="translate(0.48,-0.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.24 L -0.24,0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path12070"/><g id="g12072" transform="translate(-2.88,1.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L -0.48,0.24 L -2.4,0.96 L -2.64,1.2 L -1.44,0.48 L -0.72,0.48 L -0.72,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path12074"/><g id="g12076" transform="translate(-0.24,-4.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,-0.24 L 0.48,-1.44 L 0.48,-0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path12078"/><g id="g12080" transform="translate(-2.4,2.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,0.48 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path12082"/><g id="g12084" transform="translate(1.44,0.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -1.2,0.96 L -0.48,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path12086"/></g></g></g></g></g></g></g></g></g></g></g></g></g><path d="M 389.84687,142.56 L 390.32687,142.56 L 390.80687,142.08" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path12922"/><g id="g12924" transform="translate(377.60687,175.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0 L 0.48,-0.72 L 0.72,-0.96 L 0.96,-0.72 L 1.68,-0.96 L 1.44,-1.2 L 0.96,-1.44 L 0.72,-1.68 L 0.48,-1.2 L 0.72,-2.16 L 1.2,-2.64 L 0.96,-2.16 L 1.44,-1.92 L 1.68,-1.44 L 1.92,-1.92 L 1.92,-1.68 L 2.4,-2.16 L 2.16,-1.68 L 2.64,-2.16 L 3.36,-1.92 L 3.84,-3.12 L 5.04,-4.8 L 7.92,-7.44 L 7.68,-7.68 L 6.96,-7.92 L 7.44,-7.2 L 3.84,-11.52 L 1.44,-12.48 L -0.72,-12.48 L -1.44,-12 L -1.92,-12.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path12926"/><g id="g12928" transform="translate(9.12,-24.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.24 L -0.72,-0.72 L -0.72,-0.48 L -0.48,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path12930"/><g id="g12932" transform="translate(-10.32,23.04)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.96,-0.24 L 0.24,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path12934"/><g id="g12936" transform="translate(0.24,0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.96,0.24 L 0.96,0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path12938"/><g id="g12940" transform="translate(2.16,-2.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.48 L 0.72,-0.96 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path12942"/></g></g></g></g></g><path d="M 434.72687,129.36 L 434.24687,130.32 L 434.24687,132.24 L 434.48687,132.48 L 434.96687,131.76 L 435.68687,132.24 L 435.68687,132.48 L 435.20687,133.44 L 435.44687,134.16 L 435.20687,133.92 L 434.96687,134.88 L 434.72687,136.32 L 435.20687,137.52 L 434.24687,140.88 L 433.28687,141.84 L 432.56687,141.12 L 428.00687,141.84 L 427.28687,141.84 L 426.56687,141.12 L 422.72687,139.2 L 420.08687,139.44 L 418.40687,140.16 L 416.72687,141.84 L 416.24687,142.08 L 416.00687,143.28 L 415.52687,143.28 L 415.52687,143.76 L 415.28687,143.52 L 415.04687,143.52 L 415.04687,143.76 L 415.52687,144 L 415.28687,144 L 415.28687,144.24 L 415.04687,144 L 415.04687,144.24 L 414.56687,144.24 L 414.80687,144 L 415.04687,144 L 414.80687,144 L 414.80687,143.76 L 415.04687,143.76 L 414.80687,143.52 L 414.56687,143.52 L 415.04687,141.6 L 414.80687,141.12 L 414.80687,140.16 L 414.56687,140.16 L 414.80687,139.44 L 414.56687,137.52 L 414.32687,136.32 L 414.32687,136.08 L 414.08687,136.08 L 414.56687,135.12 L 414.32687,134.88 L 414.56687,134.88 L 414.32687,134.64 L 414.56687,134.64 L 414.08687,134.64 L 414.08687,134.16 L 414.56687,134.4 L 414.80687,134.16 L 414.32687,133.44 L 414.32687,133.68 L 413.84687,133.68 L 414.32687,133.44 L 413.84687,133.44 L 413.84687,133.2 L 414.32687,133.2 L 414.08687,132.72 L 413.12687,131.52 L 412.40687,131.28 L 412.16687,131.04 L 411.44687,130.8 L 410.24687,129.84 L 410.00687,129.84 L 409.52687,128.64 L 409.04687,128.16 L 409.28687,127.92 L 408.80687,127.92 L 408.56687,127.68 L 408.08687,127.44 L 407.60687,128.4 L 407.36687,127.92 L 407.12687,128.16 L 407.12687,127.68 L 406.64687,128.16 L 406.88687,127.92 L 406.40687,127.68 L 406.16687,127.44 L 405.92687,127.92 L 405.92687,128.64 L 405.68687,128.64 L 405.68687,127.92 L 405.44687,128.4 L 404.96687,128.4 L 405.44687,128.64 L 405.68687,128.4 L 405.44687,130.32 L 404.72687,131.04 L 404.48687,130.8 L 403.76687,131.52 L 403.76687,132 L 403.52687,132 L 403.76687,132.24 L 403.52687,132.24 L 403.28687,132.72 L 403.52687,132.48 L 403.28687,132.96 L 402.56687,132.72 L 402.32687,132.96 L 401.84687,132.96 L 401.36687,132 L 401.84687,131.28 L 401.60687,131.28 L 401.84687,130.8 L 402.32687,130.8 L 402.32687,130.08 L 401.84687,130.56 L 401.84687,130.32 L 402.32687,130.08 L 401.84687,130.08 L 403.76687,128.16 L 403.76687,127.68 L 402.32687,128.16 L 401.36687,129.12 L 400.88687,129.36 L 401.12687,128.88 L 399.68687,129.36 L 400.16687,129.36 L 398.96687,130.08 L 398.72687,130.08 L 398.48687,130.56 L 398.96687,130.32 L 398.48687,131.52 L 398.24687,132 L 398.24687,131.52 L 397.76687,131.52 L 397.28687,132.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13854"/><g id="g13856" transform="translate(390.80687,142.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 2.4,-0.48 L 3.12,-1.44 L 3.84,-1.2 L 4.08,-1.68 L 3.84,-1.44 L 3.84,-1.92 L 4.56,-1.92 L 4.32,-1.68 L 4.56,-1.68 L 5.52,-2.64 L 7.44,-3.6 L 8.64,-3.36 L 9.36,-2.64 L 10.08,-2.64 L 10.8,-2.4 L 12,-2.4 L 11.76,-2.88 L 12.24,-2.88 L 15.12,-2.16 L 15.36,-2.64 L 16.32,-2.64 L 17.76,-1.2 L 18.24,-1.44 L 19.44,-0.96 L 20.16,0.96 L 20.64,1.44 L 20.64,2.4 L 21.12,3.12 L 21.36,3.84 L 21.84,4.56 L 22.56,5.28 L 22.8,5.04 L 23.28,5.28 L 23.76,5.04 L 23.76,5.28 L 23.76,5.04 L 24.48,4.8 L 25.68,3.84 L 26.4,3.6 L 26.64,3.12 L 27.6,2.64 L 28.8,3.6 L 29.28,3.6 L 29.28,3.36 L 29.52,3.84 L 30.24,3.84 L 30.48,4.56 L 30.96,4.8 L 31.2,5.28 L 33.12,5.76 L 33.36,6.24 L 33.12,6 L 32.88,6.24 L 33.12,6.48 L 33.36,6.24 L 33.6,6.72 L 33.36,6.72 L 35.04,7.44 L 35.04,7.68 L 35.52,7.68" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13858"/><g id="g13860" transform="translate(22.08,2.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,1.2 L -0.24,0.96 L -0.72,0.24 L -1.2,0 L -0.72,-0.24 L -1.68,-1.68 L -1.44,-2.16 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13862"/><g id="g13864" transform="translate(-12.48,-13.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.72,0.24 L -0.48,0.48 L -0.96,0.24 L -0.24,-0.48 L 0.24,-0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13866"/><g id="g13868" transform="translate(12.48,0.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0 L 0.72,0.72 L 0.24,0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13870"/><g id="g13872" transform="translate(23.52,0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 0.24,1.44 L -0.48,1.92 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13874"/><g id="g13876" transform="translate(-39.36,-0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.72,0 L 0,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13878"/></g></g></g></g></g></g><path d="M 369.68687,88.08 L 368.96687,89.76 L 368.96687,90 L 367.76687,91.68 L 367.52687,92.4 L 368.00687,92.16 L 368.48687,91.68 L 368.48687,92.16 L 366.80687,92.88 L 365.84687,94.08 L 365.60687,95.04 L 363.68687,95.52 L 362.72687,96.24 L 361.52687,96.24 L 360.32687,96.72 L 358.88687,98.4 L 358.16687,100.08 L 358.40687,100.32 L 358.40687,100.08 L 359.36687,100.32 L 358.16687,100.56 L 356.48687,101.76 L 352.88687,105.36 L 349.76687,108 L 349.76687,108.72 L 349.04687,109.44 L 348.80687,109.92 L 348.32687,109.92 L 347.36687,110.88 L 347.60687,110.88 L 347.12687,111.36 L 347.60687,111.36 L 347.36687,111.6 L 344.48687,113.52 L 344.00687,114 L 343.28687,114.48 L 343.28687,114.96 L 342.80687,115.68 L 341.60687,116.4 L 341.84687,117.6 L 341.60687,117.84 L 341.84687,117.84 L 342.32687,117.6 L 343.04687,116.4 L 344.72687,115.2 L 345.44687,113.76 L 347.84687,112.32 L 349.52687,111.84 L 349.28687,112.08 L 349.76687,113.04 L 349.28687,114.24 L 349.52687,115.68 L 349.04687,117.84 L 349.28687,118.56 L 349.76687,118.8 L 350.00687,115.68 L 350.24687,115.2 L 350.24687,113.52 L 350.48687,113.28 L 350.48687,113.76 L 350.72687,113.52 L 351.44687,114 L 352.16687,114 L 351.92687,113.76 L 353.12687,113.28 L 354.08687,112.32 L 355.04687,111.84 L 355.04687,111.6 L 356.96687,110.4 L 358.64687,108.96 L 359.36687,108.96 L 359.36687,108.24 L 359.84687,108 L 360.08687,108 L 360.56687,107.76 L 362.24687,106.56 L 362.72687,105.6 L 362.48687,105.36 L 363.92687,104.4 L 363.92687,104.16 L 364.64687,103.92 L 364.88687,104.16 L 365.84687,103.92 L 365.84687,104.16 L 366.08687,103.92 L 368.24687,103.44 L 370.40687,101.52 L 370.64687,101.04 L 370.88687,101.28 L 371.36687,100.8 L 370.64687,101.04 L 371.36687,100.56 L 371.60687,100.56 L 372.32687,99.12 L 372.56687,99.6 L 372.56687,98.16 L 372.56687,98.4 L 372.80687,98.16 L 372.80687,97.92 L 372.56687,98.16 L 372.56687,97.68 L 373.52687,96.96 L 373.52687,97.2 L 373.52687,96.96 L 374.24687,96 L 374.24687,95.52 L 374.96687,94.8 L 377.84687,93.12 L 378.80687,93.12 L 378.56687,93.12 L 378.80687,93.36" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13750"/><g id="g13752" transform="translate(359.84687,107.28)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.96,-0.48 L 1.2,-0.24 L 0.96,-0.48 L 0.24,0 L 0.96,-0.24 L 0.48,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13754"/><g id="g13756" transform="translate(-10.32,-10.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.72,-0.96 L 0.72,-1.44 L 1.2,-1.44 L 0.72,-1.68 L 1.44,-2.64 L 1.2,-2.64 L 1.44,-2.88 L 0.96,-3.12 L 1.44,-3.6 L 1.92,-3.6 L 1.44,-3.84 L 0.72,-3.6 L 0.72,-4.08 L 0.48,-4.32 L 0.48,-4.8 L -0.24,-5.76 L 0,-6 L -0.24,-6 L -0.24,-5.52 L -0.72,-5.28 L -1.2,-5.76 L -1.44,-6.24 L -1.2,-6.48 L -1.68,-6.96 L -1.44,-7.2 L -2.16,-7.44 L -1.92,-7.68 L -2.64,-8.4 L -2.64,-9.6 L -3.36,-11.04 L -3.12,-10.32 L -3.12,-9.84 L -2.88,-9.36 L -2.88,-8.4 L -2.16,-6.96 L -1.68,-6.72 L -2.4,-6.24 L -1.68,-6.24 L -1.68,-6 L -0.96,-5.04 L 0,-5.52 L 0.48,-4.8 L 0.24,-4.32 L 0.48,-3.84 L 0.48,-2.88 L 0.96,-2.4 L 0.72,-2.16 L 0.72,-1.92 L 0.48,-1.92 L 0.48,-1.68 L -0.24,-2.16 L 0.24,-1.68 L 0,-1.44 L 0.48,-1.68 L 0.24,-0.72 L 0,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13758"/><g id="g13760" transform="translate(-12.24,17.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,-0.48 L -1.44,-0.48 L -0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13762"/></g></g></g><path d="M 397.04687,132.48 L 395.84687,132.24 L 395.12687,132.72 L 394.88687,132.48 L 395.12687,132.48 L 394.64687,132.24 L 394.64687,132.48 L 394.40687,132.24 L 394.16687,132.72 L 393.92687,132.48 L 393.92687,132.72 L 393.44687,132.72 L 393.92687,132.96 L 393.44687,133.2 L 392.24687,132.72 L 392.24687,132.96 L 391.76687,132.96 L 391.76687,133.44 L 391.76687,133.2 L 391.76687,133.44 L 392.00687,132.96 L 392.00687,133.2 L 391.76687,133.44 L 391.28687,133.68 L 391.28687,133.92 L 390.56687,133.68 L 389.84687,134.64 L 388.88687,134.88 L 388.64687,135.36 L 388.40687,135.36 L 387.68687,135.6 L 386.72687,136.8 L 386.24687,136.56 L 386.00687,136.08 L 386.00687,136.32 L 385.52687,136.08 L 386.00687,137.04 L 386.48687,137.52 L 385.04687,138.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13786"/><g id="g13788" transform="translate(386.48687,137.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.96 L -0.72,1.2 L -0.96,0.96 L -0.72,0.96 L -0.72,0.72 L -0.48,0.72 L -0.72,0.72 L -0.72,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13790"/><g id="g13792" transform="translate(-0.48,1.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0 L 0.72,0.24 L 0.48,0.24 L 0.96,0.48 L 0.96,0.72" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13794"/><g id="g13796" transform="translate(11.28,-6.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13798"/><g id="g13800" transform="translate(-18.48,-38.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0 L 2.16,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13802"/><g id="g13804" transform="translate(7.44,45.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path13806"/></g></g></g></g></g><path d="M 306.80687,271.2 L 307.04687,271.2 L 307.28687,271.44 L 307.04687,272.16 L 306.80687,272.4 L 306.32687,272.64 L 306.32687,272.4 L 306.56687,271.92 L 306.32687,271.68 L 306.32687,271.2 L 306.80687,271.2 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2748"/><g id="g2750" transform="translate(306.56687,269.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L 0.24,0.24 L 0.24,0.72 L -0.24,1.68 L -0.96,0.96" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2752"/><g id="g2754" transform="translate(-1.2,1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0.24,0.72 L 0,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2756"/><g id="g2758" transform="translate(-0.24,1.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L -0.24,0.48 L -0.72,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2760"/></g></g></g><path d="M 310.40687,277.68 L 310.16687,277.44 L 310.40687,277.2 L 310.64687,277.44" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2768"/><path d="M 310.64687,277.44 L 310.40687,277.68" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2776"/><path d="M 332.00687,267.6 L 331.52687,267.36 L 331.04687,266.64 L 331.28687,266.64 L 331.04687,266.16 L 331.28687,265.68 L 331.04687,265.68 L 331.52687,265.44 L 331.52687,265.92 L 331.76687,265.92 L 332.24687,265.44 L 332.24687,265.2 L 331.28687,264.96 L 331.28687,264 L 332.00687,263.76 L 333.44687,264.48 L 333.44687,264.96 L 333.68687,264.72 L 333.68687,264.96 L 334.64687,264.72 L 334.40687,264.48 L 333.68687,264.48 L 332.96687,263.28 L 332.48687,262.8 L 332.00687,262.8 L 332.00687,263.28 L 331.04687,263.52 L 330.32687,264.24 L 329.60687,264.48 L 329.60687,264.72 L 329.12687,264.72 L 328.88687,264.96 L 328.40687,264.72 L 328.40687,264.48 L 330.08687,263.76 L 330.32687,263.28 L 330.32687,262.08 L 330.80687,261.84 L 331.04687,261.12 L 331.76687,261.36 L 333.68687,260.88 L 334.40687,259.68 L 334.88687,259.68" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3556"/><g id="g3558" transform="translate(334.16687,258.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.24 L -0.72,0.24 L -0.72,0.72 L -1.92,1.44 L -2.64,1.68 L -3.84,1.68 L -4.08,2.4 L -5.28,3.6 L -5.76,3.84 L -6.24,4.32 L -7.2,3.6 L -7.92,2.64" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3560"/><g id="g3562" transform="translate(-8.16,2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L -0.24,0.24 L 0.24,0.48 L 0.24,0.96 L 0.48,1.44 L -0.24,1.44 L 0,1.44 L -0.48,1.68 L -0.72,1.44 L -0.96,0.72 L -0.48,0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3564"/><g id="g3566" transform="translate(4.56,4.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 0.48,0.48 L 0.24,1.2 L -0.48,0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3568"/><g id="g3570" transform="translate(-17.52,9.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.48 L 0.24,-0.24 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3572"/><g id="g3574" transform="translate(14.88,-10.56)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0,0.48 L -0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3576"/><g id="g3578" transform="translate(1.68,3.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,-0.48 L 0.96,0.24 L 0,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3580"/><g id="g3582" transform="translate(4.32,-1.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0 L 0.48,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3584"/><g id="g3586" transform="translate(-0.72,-8.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L 0.24,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3588"/><g id="g3590" transform="translate(-0.24,-0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L -0.48,0 L 0,0.24 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3592"/></g></g></g></g></g></g></g></g></g><path d="M 326.00687,277.92 L 326.24687,277.68 L 326.24687,277.44 L 326.00687,277.44 L 326.24687,276.96 L 326.24687,277.2 L 326.48687,276.72 L 326.48687,276.48 L 326.72687,276.48 L 326.96687,276.24 L 326.48687,275.52 L 326.72687,275.52 L 326.96687,276 L 327.20687,275.76 L 326.96687,275.76 L 326.96687,275.52 L 327.20687,275.52 L 327.20687,275.28 L 327.68687,275.28 L 327.44687,275.04 L 327.92687,275.04 L 326.96687,274.56 L 327.20687,274.56 L 327.44687,274.32 L 327.68687,274.32 L 327.68687,274.56 L 327.92687,275.04 L 328.16687,274.8 L 328.40687,274.8 L 328.40687,275.04 L 328.88687,274.8 L 328.64687,274.8 L 328.64687,274.56 L 328.40687,274.8 L 328.40687,274.56 L 328.16687,274.56 L 328.16687,274.32 L 328.40687,274.32 L 328.16687,274.32 L 328.40687,274.08 L 328.88687,274.56 L 329.36687,274.56 L 329.36687,275.04 L 329.36687,274.56 L 330.08687,274.56 L 329.60687,274.32 L 329.60687,273.36 L 329.84687,273.12 L 329.60687,272.64 L 329.36687,271.68 L 328.88687,269.52 L 329.12687,269.52 L 329.36687,269.04 L 329.84687,269.28 L 329.60687,268.8 L 329.84687,269.04 L 330.08687,268.8 L 330.56687,269.04 L 331.04687,268.56 L 331.76687,268.32 L 332.24687,269.04 L 332.72687,269.28 L 332.48687,269.28 L 332.96687,269.04 L 333.68687,269.28 L 334.16687,269.76 L 334.64687,269.76 L 335.60687,269.04 L 337.76687,268.8 L 338.00687,268.32 L 338.00687,267.84 L 338.48687,267.84 L 338.72687,268.08 L 338.96687,268.08" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3648"/><g id="g3650" transform="translate(338.96687,267.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.96,-0.72 L -0.72,-0.48 L -1.2,0 L -1.44,0 L -1.2,0 L -1.44,0.24 L -2.4,0.72 L -2.88,0.48 L -2.16,0 L -1.68,0 L -1.92,-0.24 L -1.68,-0.48 L -1.92,-0.48 L -2.4,0 L -3.84,0.48 L -3.84,1.2 L -4.32,1.2 L -4.56,1.68 L -4.8,1.44 L -5.28,0.24 L -6.24,0.24 L -6.96,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3652"/><g id="g3654" transform="translate(-13.68,4.32)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.24 L -0.48,0.48 L -0.96,0.48 L -0.48,0.24 L -0.72,0.24 L -0.48,0 L 0,0 L -0.48,0 L -0.48,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3656"/><g id="g3658" transform="translate(1.92,3.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L 0,0 L -0.24,0.24 L -0.24,0 L -0.48,-0.24 L -0.24,-0.24 L -0.24,-0.48 L 0,-0.48 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3660"/><g id="g3662" transform="translate(0.48,-1.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L 0,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3664"/><g id="g3666" transform="translate(-4.32,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.24,0.24 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3668"/><g id="g3670" transform="translate(-1.92,5.04)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3672"/><g id="g3674" transform="translate(18.72,-6.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L 0,0.48 L 0,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3676"/></g></g></g></g></g></g></g><path d="M 324.80687,284.88 L 324.80687,284.64 L 324.56687,284.16 L 325.04687,284.16 L 325.28687,284.4 L 325.76687,284.64 L 325.76687,284.4 L 325.52687,284.4 L 325.52687,284.16 L 325.28687,284.4 L 325.28687,283.92 L 325.52687,283.44 L 325.76687,283.44 L 325.76687,282.96 L 326.00687,283.2 L 325.76687,282.96 L 326.00687,282.72 L 325.76687,282.96 L 326.24687,282.24 L 325.76687,282.48 L 325.76687,282.24 L 326.00687,281.76 L 325.28687,282.24 L 325.04687,281.76 L 325.28687,281.52 L 325.04687,281.28 L 325.28687,281.28 L 325.28687,281.04 L 325.04687,281.04 L 325.04687,280.56 L 325.28687,280.8 L 325.28687,280.32 L 325.04687,280.32 L 325.28687,280.32 L 325.28687,280.08 L 325.52687,279.84 L 325.28687,280.32 L 325.76687,280.32 L 325.52687,280.32 L 325.76687,280.56 L 325.52687,280.8 L 325.76687,280.8 L 326.00687,279.36 L 325.76687,279.12 L 326.00687,278.88 L 326.00687,278.64 L 325.76687,278.64 L 326.00687,277.92" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3736"/><g id="g3738" transform="translate(314.72687,283.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.48,-0.24 L 1.2,-0.96 L 0.96,-1.2 L 1.44,-0.96 L 0.96,-0.72 L 1.44,-0.72 L 1.44,-0.48 L 2.4,-0.48 L 2.64,-0.24 L 2.64,0 L 2.88,0 L 2.88,0.48 L 3.6,1.2 L 3.6,1.92 L 3.36,2.16" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3740"/><g id="g3742" transform="translate(10.08,-0.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.48 L 0,-0.48 L 0.24,-0.48 L 0.72,0 L 0.24,0.24 L 0.48,0.24 L 0.24,0.48 L 0,0.24 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3744"/><g id="g3746" transform="translate(-10.32,-0.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.72,0.48 L 0.96,0.24 L 0.72,-0.24 L 0.96,0 L 0.96,0.72 L 0.48,1.2 L 0.24,0.96" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3748"/><g id="g3750" transform="translate(8.4,0.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 0,0.24 L -0.48,0.48 L 0,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3752"/><g id="g3754" transform="translate(-4.8,2.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0 L -0.96,-0.24 L -0.96,0 L -1.92,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3756"/><g id="g3758" transform="translate(1.68,-0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.72,-0.24 L 0.96,-0.24 L 0.96,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3760"/><g id="g3762" transform="translate(-4.8,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,-0.24 L 0.48,-0.72 L 0,-0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3764"/><g id="g3766" transform="translate(0.48,0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3768"/><g id="g3770" transform="translate(20.4,-2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.72 L 0.48,0.72 L 0.72,0.24 L 0.48,0.24 L 0.48,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3772"/><g id="g3774" transform="translate(-5.28,1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.24,-0.48 L -0.24,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3776"/><g id="g3778" transform="translate(7.44,-0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.48 L 0.48,-0.48 L 0.24,-0.48 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3780"/><g id="g3782" transform="translate(-6.72,0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.24 L 0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3784"/></g></g></g></g></g></g></g></g></g></g></g></g><path d="M 338.96687,268.08 L 339.68687,268.32 L 339.68687,267.84 L 338.96687,267.6 L 339.20687,267.84 L 338.96687,267.84" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6656"/><g id="g6658" transform="translate(354.08687,270.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -1.44,0.48 L -2.64,-0.48 L -2.64,-0.72 L -2.4,-1.68 L 0,-2.64 L 0.96,-3.36 L 2.16,-3.6 L 3.84,-4.56 L 4.8,-3.84 L 7.2,-3.12 L 4.8,-3.84 L 3.84,-4.56 L 2.88,-4.08 L 2.4,-3.6 L 0.72,-3.36 L 0,-2.64 L -2.16,-1.68 L -2.64,-1.92 L -2.88,-1.92 L -3.36,-1.44 L -3.84,-2.16 L -4.08,-2.16 L -4.32,-1.68 L -5.04,-2.16 L -5.04,-2.88 L -5.28,-2.88 L -5.76,-2.16 L -7.2,-1.92 L -7.92,-1.92 L -8.64,-1.44 L -9.12,-1.44 L -9.6,-0.96 L -10.08,-1.2 L -10.8,-0.96 L -11.52,-1.2 L -12,-0.72 L -12.48,-0.96 L -12.96,-0.48 L -13.92,-0.96 L -14.16,-1.2 L -13.68,-1.92 L -14.4,-2.16 L -13.92,-1.68 L -14.16,-1.2 L -14.16,-0.72 L -12.96,-0.24 L -12.48,-0.72 L -12,-0.72 L -11.28,-0.96 L -9.6,-0.96 L -9.12,-1.44 L -8.64,-1.44 L -7.92,-1.92 L -7.68,-1.92 L -7.44,-1.68 L -5.52,-2.16 L -5.28,-2.88 L -5.04,-2.16 L -4.32,-1.68 L -3.84,-1.68 L -3.84,-2.16 L -3.36,-1.44 L -2.64,-1.68 L -2.64,-0.48 L -1.44,0.48 L -0.96,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6660"/><g id="g6662" transform="translate(-13.92,1.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 1.68,-0.24 L 1.44,-0.48 L 0.72,-0.48 L 0.24,-0.72 L 0,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6664"/><g id="g6666" transform="translate(1.92,1.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,-0.96 L 0.24,-1.44 L 0,-0.48 L -0.24,-0.24 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6668"/><g id="g6670" transform="translate(3.6,-0.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L -0.48,-0.24 L -0.24,-0.48 L -0.72,-0.72 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6672"/><g id="g6674" transform="translate(7.2,-13.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.48 L -0.48,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6676"/><g id="g6678" transform="translate(-10.08,14.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.48 L -0.24,-0.24 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6680"/><g id="g6682" transform="translate(1.44,-0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.48 L -0.24,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6684"/></g></g></g></g></g></g></g><path d="M 345.44687,272.64 L 345.44687,273.84 L 345.68687,274.56 L 345.20687,274.8 L 345.68687,274.8 L 345.68687,275.04 L 345.44687,274.08 L 345.68687,273.6 L 345.68687,272.64" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6744"/><g id="g6746" transform="translate(353.12687,270.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.96,-0.24 L 1.92,0.24 L 2.16,0.48 L 3.12,0.96 L 3.6,1.68 L 3.12,0.96 L 2.16,0.48 L 1.92,0 L 0.96,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6748"/><g id="g6750" transform="translate(-11.28,3.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L 0.72,0.48 L 0.72,1.2 L 0.96,1.2 L 0.72,1.2 L 0.72,0.48 L 0.48,0.48 L 0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6752"/><g id="g6754" transform="translate(5.52,0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.72,0.96 L -1.68,1.68 L -1.44,2.4 L -1.68,1.68 L -0.72,1.2 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6756"/><g id="g6758" transform="translate(1.68,0.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.48 L -0.24,0.48 L 0,0 L 0.24,0 L 0.48,-0.24 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6760"/><g id="g6762" transform="translate(-5.04,-1.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0.48,1.68 L 0.48,0 L 0.24,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6764"/><g id="g6766" transform="translate(7.68,2.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -1.2,-0.48 L -2.16,0 L -1.2,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6768"/><g id="g6770" transform="translate(-7.2,1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.96,-0.48 L 0,0 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6772"/><g id="g6774" transform="translate(-1.68,-3.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.48 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6776"/></g></g></g></g></g></g></g></g><g transform="translate(182.72687,187.2)" id="g13588" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path13590" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.48 L 0.24,-0.24 L 0.24,0 L 0,0 z"/></g><g transform="translate(189.20687,173.52)" id="g13624" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path13626" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.48 L 0.24,-0.96 L 1.2,-1.44 L 1.44,-0.96 L 0.48,-0.48 L 0.24,0 L 0,0.24 L 0,0 z"/><g transform="translate(-1.2,5.04)" id="g13628" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path13630" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.72 L 0.72,-0.72 L 0.72,-0.48 L 0.24,0 L 0,0 z"/><g transform="translate(-2.64,1.44)" id="g13632" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path13634" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.96 L 0.72,-1.2 L 0.48,-0.24 L 0,0 z"/><g transform="translate(-0.24,0.72)" id="g13636" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path13638" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L 0.24,-0.48 L 0.24,-0.24 L 0,0 z"/></g></g></g></g><g transform="translate(198.80687,145.2)" id="g13648" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path13650" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.48 L -0.72,0.48 L -0.24,-0.72 L 0.72,-0.72 L 0,0 z"/></g><g transform="translate(212.24687,125.04)" id="g14372" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path14374" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -1.2,-0.48 L -2.64,-1.2 L -4.56,-1.2 L -6.48,-2.16 L -9.12,-1.92 L -11.04,-1.2 L -12.48,-1.68 L -15.36,-4.08 L -17.52,-4.08 L -18.72,-4.32 L -21.36,-6.72 L -22.8,-8.4 L -27.6,-9.6 L -28.08,-10.08 L -26.64,-9.36 L -27.12,-10.08 L -30,-11.52 L -29.76,-11.52 L -30,-12 L -30.48,-11.76 L -32.4,-13.44 L -32.88,-13.2 L -33.36,-13.2 L -34.8,-14.16 L -37.2,-17.28 L -37.2,-17.52 L -36.48,-16.56 L -36,-16.56 L -36.24,-18.48 L -36,-19.2 L -35.52,-18.72 L -35.52,-18.96 L -35.28,-19.2 L -35.52,-19.2 L -35.76,-20.16 L -35.52,-21.12 L -36,-21.36 L -36.24,-21.84"/><g transform="translate(-21.6,5.04)" id="g14376" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path14378" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.96,0 L 1.68,0.72 L 2.64,0.96 L 2.16,1.2 L 1.2,0.96 L 0,1.44 L 0,0 z"/><g transform="translate(7.92,-3.6)" id="g14380" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path14382" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,0.24 L 1.2,1.44 L 0.72,1.44 L -0.72,0.24 L -1.68,0.24 L -1.2,0 L 0,0 z"/><g transform="translate(2.88,1.68)" id="g14384" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path14386" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0.48 L 0.24,0.72 L 0,0.48 L -0.96,0.48 L -1.44,0 L 0,0 z"/><g transform="translate(-7.2,-0.24)" id="g14388" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path14390" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.72 L 0,0.48 L -0.48,0.96 L -1.44,0.48 L -0.96,-0.48 L -0.24,-0.48 L 0,0 z"/><g transform="translate(-5.76,6.96)" id="g14392" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path14394" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-1.44 L 0.72,-0.72 L 0.72,-0.24 L 0.48,0 L 0,0 z"/><g transform="translate(0.48,-3.36)" id="g14396" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path14398" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.48 L 0.72,-0.48 L 0.48,0.24 L 0,0 z"/><g transform="translate(-2.64,-0.24)" id="g14400" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path14402" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,0.24 L 0.72,0.48 L -0.24,0.72 L 0,0 z"/></g></g></g></g></g></g></g></g><path d="M 290.24687,262.08 L 290.24687,262.32 L 290.24687,261.6 L 290.00687,261.84 L 290.24687,261.36 L 290.00687,261.12 L 289.76687,261.6 L 289.28687,261.36 L 289.52687,260.88 L 290.00687,261.12 L 290.00687,260.88" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2484"/><g id="g2486" transform="translate(288.80687,260.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2488"/></g><path d="M 293.60687,261.6 L 293.60687,261.84 L 293.12687,261.84 L 292.88687,262.08 L 292.64687,261.84 L 292.64687,262.32 L 292.40687,261.84 L 292.40687,262.08 L 292.16687,262.08 L 292.40687,262.08 L 292.16687,261.84 L 292.16687,261.6 L 291.92687,261.6 L 291.92687,261.36 L 291.92687,262.32 L 291.68687,262.56 L 291.68687,262.08 L 291.44687,262.32 L 291.44687,261.12 L 291.44687,261.36 L 291.20687,261.36 L 291.20687,261.84 L 290.72687,261.6 L 290.48687,262.08 L 290.24687,262.08" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2500"/><path d="M 296.00687,262.32 L 296.48687,262.8 L 295.76687,262.32 L 296.00687,262.32 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2512"/><path d="M 302.24687,267.84 L 302.00687,267.36 L 302.48687,267.12 L 302.48687,266.64 L 302.24687,266.64 L 302.00687,266.16 L 302.24687,266.4 L 302.00687,266.16 L 302.48687,265.92 L 302.00687,265.92 L 302.00687,265.68 L 302.24687,265.44 L 302.48687,265.92 L 302.72687,265.68 L 302.72687,265.2 L 302.72687,265.68 L 302.96687,265.44 L 302.72687,265.92 L 302.96687,265.92 L 302.48687,266.4 L 302.96687,266.4 L 302.72687,266.88 L 302.96687,266.88" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2532"/><g id="g2534" transform="translate(300.80687,265.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0 L 0.48,0.24 L 0.72,0 L 0.72,0.24 L 0.96,0.48 L 0.72,0.96 L 1.44,0.96 L 0.96,1.2 L 0.48,1.2 L 0.48,0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2536"/><g id="g2538" transform="translate(2.4,0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.48 L 0.24,-0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2540"/></g></g><path d="M 302.96687,266.88 L 303.20687,267.36 L 303.20687,267.84 L 302.72687,267.84 L 302.48687,267.6 L 302.72687,267.84 L 302.48687,268.08 L 302.24687,267.6 L 302.24687,268.08 L 302.24687,267.84" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2660"/><g id="g2662" transform="translate(305.36687,268.8)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.72,-0.48 L 0.96,-0.48 L 0.96,-0.24 L 1.2,-0.24 L 0.72,0 L 0.96,0.48 L 0.48,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2664"/><g id="g2666" transform="translate(-1.44,0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 1.2,0 L 1.2,0.24 L 0.24,0.48 L 0,0.24 L -0.48,0.24 L -0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2668"/><g id="g2670" transform="translate(-0.24,1.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L 0.24,-0.48 L -0.24,-0.72 L 0,-0.72 L 0,-0.48 L 0.24,-0.72 L 0.48,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2672"/><g id="g2674" transform="translate(1.92,-0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.48,-0.96 L 0.96,-0.96" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2676"/><g id="g2678" transform="translate(-0.72,-1.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L 0,0.48 L -0.24,0.48 L -0.48,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2680"/><g id="g2682" transform="translate(-1.2,2.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.24,-0.48 L 0.48,-0.24 L 0.48,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2684"/><g id="g2686" transform="translate(0.48,-2.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L -0.24,0.24 L -0.48,0 L -0.48,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2688"/><g id="g2690" transform="translate(0.24,-1.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L 0.24,0.48 L -0.24,0.72 L -0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2692"/><g id="g2694" transform="translate(0,2.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0 L 0.48,0.24 L 0.24,0.24 L -0.48,0 L 0,0 z M 0.72,0 L 0.96002,0 L 0.96002,0.23999 L 0.72,0.23999 L 0.72,0 z M 0.24,0.48 L 0.47999,0.48 L 0.47999,0.72002 L 0.24,0.72002 L 0.24,0.48 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2696"/><g id="g2698" transform="translate(1.44,-2.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.48 L -0.24,0.96 L -0.48,0.48 L -0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2700"/><g id="g2702" transform="translate(-2.16,4.32)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.48,-0.24 L -0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2704"/><g id="g2706" transform="translate(0.72,-4.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0,0.24 L -0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2708"/><g id="g2710" transform="translate(2.64,0.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2712"/><g id="g2714" transform="translate(-3.6,-2.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L -0.24,0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2716"/><g id="g2718" transform="translate(0.72,0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.24,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2720"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><path d="M 274.88687,274.8 L 274.64687,275.28 L 273.92687,275.28 L 273.92687,275.52 L 273.44687,275.76 L 272.96687,275.28 L 273.20687,275.76 L 273.20687,276 L 272.48687,275.76 L 272.96687,276.24 L 273.92687,275.52 L 273.92687,276 L 273.92687,275.52 L 274.64687,275.28 L 274.88687,274.8" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3012"/><g id="g3014" transform="translate(275.60687,275.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.72 L -0.72,1.44 L -0.96,1.44 L -1.2,1.2 L -0.96,1.44 L -0.96,1.68 L -1.2,1.68 L -1.44,1.92 L -1.68,1.92 L -1.68,1.68 L -1.68,2.16 L -2.16,1.92 L -2.16,2.4" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3016"/><g id="g3018" transform="translate(-2.88,-2.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0 L -0.48,0.24 L -0.96,0.48 L -1.68,0.48 L -1.44,0.96 L -0.24,0.48 L -0.24,1.2 L 0.24,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3020"/><g id="g3022" transform="translate(0.48,4.8)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.48 L -0.48,-0.24 L -0.24,-0.72 L -0.72,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3024"/><g id="g3026" transform="translate(-0.48,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3028"/><g id="g3030" transform="translate(-0.24,-0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.24 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3032"/></g></g></g></g></g><path d="M 274.88687,269.04 L 274.64687,269.04 L 275.12687,269.52 L 274.64687,269.52 L 271.76687,268.32 L 273.44687,269.52 L 273.20687,269.52 L 273.68687,269.52 L 274.16687,269.76 L 274.88687,270.96 L 274.16687,271.44 L 273.68687,270.72 L 273.44687,270.96 L 272.24687,270.96 L 272.24687,271.2 L 273.44687,271.2 L 273.68687,271.68 L 272.96687,272.64 L 272.72687,272.64" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3068"/><g id="g3070" transform="translate(272.96687,272.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 1.2,-0.96 L 1.92,-0.96 L 2.16,-1.2 L 3.12,-0.72 L 2.88,0.24 L 2.64,0 L 2.88,0.48 L 2.16,0.48 L 2.88,0.72 L 2.88,1.2 L 1.92,1.68 L 1.92,1.92 L 2.88,1.44 L 3.12,1.68 L 2.88,2.4 L 2.64,2.4 L 2.64,2.64" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3072"/><g id="g3074" transform="translate(0.48,-5.76)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0 L -0.24,0 L -0.48,0.24 L 0.24,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3076"/><g id="g3078" transform="translate(2.16,3.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.72 L -0.24,0.48 L -0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3080"/><g id="g3082" transform="translate(-3.36,-4.32)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L 0.72,0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3084"/><g id="g3086" transform="translate(0.48,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3088"/><g id="g3090" transform="translate(-0.24,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3092"/><g id="g3094" transform="translate(1.68,2.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.24 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3096"/></g></g></g></g></g></g></g><path d="M 273.68687,267.36 L 273.92687,266.88 L 274.64687,267.12 L 274.64687,266.88 L 275.12687,266.4 L 275.36687,266.64 L 275.84687,266.64 L 276.08687,267.12 L 276.32687,267.12 L 277.76687,267.84 L 277.52687,268.32 L 277.28687,269.04 L 276.56687,269.52 L 276.32687,269.28 L 276.08687,269.52 L 276.08687,269.04 L 275.84687,269.28 L 275.60687,269.04 L 275.84687,268.8 L 275.60687,269.04 L 275.36687,268.56 L 275.12687,269.28 L 274.88687,269.04" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3120"/><g id="g3122" transform="translate(272.96687,266.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,-0.48 L 0.96,-0.72 L 1.92,-0.48 L 1.44,0.24 L 0.96,0.24 L 0.72,0.96 L 0.48,0.72" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3124"/><g id="g3126" transform="translate(0.48,-1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L -0.48,0.72 L -0.96,0.72" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3128"/><g id="g3130" transform="translate(-0.72,0.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0 L 0.24,0.48 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3132"/><g id="g3134" transform="translate(1.44,2.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L 0.96,0.24 L 0.48,0.24 L 0.24,0 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3136"/></g></g></g></g><path d="M 288.56687,260.88 L 288.56687,260.4 L 288.32687,260.64 L 288.32687,260.4 L 288.80687,258 L 288.56687,258.72 L 288.32687,258.48 L 288.32687,259.92 L 287.84687,260.4 L 287.60687,259.68 L 287.60687,258.96 L 287.36687,259.44 L 287.12687,259.44 L 287.36687,259.68 L 286.88687,259.68 L 287.12687,260.16 L 287.36687,260.16 L 287.60687,260.64 L 286.88687,260.16 L 286.64687,260.4 L 286.64687,259.92 L 286.40687,260.4 L 286.40687,260.16 L 286.16687,260.4 L 286.40687,259.92 L 285.92687,259.92 L 286.16687,259.68 L 285.92687,259.68 L 286.16687,258.48 L 286.40687,258.72 L 286.40687,259.2 L 286.40687,258.72 L 286.64687,258.96 L 286.64687,258.72 L 286.40687,258.48 L 286.64687,258 L 286.64687,258.24 L 286.88687,258 L 286.16687,258.24 L 286.40687,257.76 L 286.16687,257.52 L 286.64687,257.04 L 287.12687,257.04 L 286.64687,256.8 L 286.88687,256.56 L 286.88687,256.08 L 287.36687,256.08 L 287.60687,256.32 L 287.60687,256.08 L 287.60687,256.56 L 288.08687,256.56 L 287.60687,256.8 L 287.84687,257.04 L 287.84687,257.52 L 288.08687,257.04 L 288.32687,257.76 L 288.32687,257.28 L 288.08687,257.04 L 288.32687,256.8 L 288.80687,257.04 L 288.80687,257.52 L 289.04687,257.28 L 288.80687,256.8 L 289.04687,256.56 L 289.28687,256.56 L 289.04687,256.32 L 288.56687,256.32 L 288.56687,256.08 L 288.32687,256.08 L 288.08687,255.6 L 287.60687,255.84 L 287.60687,255.36 L 287.60687,255.84 L 287.36687,255.6 L 287.36687,254.64 L 288.32687,255.12 L 288.56687,254.88 L 289.28687,255.36 L 289.04687,255.12 L 289.28687,254.88 L 288.80687,254.88 L 287.84687,254.4 L 288.56687,254.16 L 288.80687,253.92 L 288.08687,254.16 L 287.84687,253.92 L 287.84687,254.16 L 287.36687,254.16 L 287.84687,253.2 L 288.32687,252.72 L 288.80687,252.96 L 289.04687,252.72 L 288.32687,252.24 L 288.80687,252 L 288.80687,251.52 L 289.28687,251.52 L 289.52687,252 L 289.28687,252.24 L 289.52687,252.48 L 289.52687,253.92 L 290.00687,254.16 L 290.00687,255.6 L 290.24687,255.84 L 290.24687,256.56 L 290.72687,256.8 L 290.48687,257.28 L 290.72687,257.28" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3180"/><g id="g3182" transform="translate(290.72687,258.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.48 L -0.72,0.48 L -0.72,1.2 L -0.96,1.68 L -1.2,0.96 L -1.44,1.44 L -1.2,1.92 L -1.44,2.4 L -1.68,2.64 L -1.92,2.4 L -1.92,2.64" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3184"/><g id="g3186" transform="translate(-4.8,-1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,-0.96 L 0.48,-0.24 L 0.24,0 L 0,0.72 L -0.24,0.96 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3188"/><g id="g3190" transform="translate(5.04,-11.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L 0.24,0.48 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3192"/><g id="g3194" transform="translate(1.92,-11.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.24 L -0.24,-0.24 L 0,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3196"/><g id="g3198" transform="translate(-3.12,26.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L 0.24,-0.72 L 0.72,-0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3200"/><g id="g3202" transform="translate(0.72,-0.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3204"/><g id="g3206" transform="translate(-0.48,0.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3208"/><g id="g3210" transform="translate(2.16,-27.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3212"/><g id="g3214" transform="translate(0.48,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.48,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3216"/></g></g></g></g></g></g></g></g></g><path d="M 302.24687,235.44 L 302.48687,235.92 L 302.96687,236.4 L 302.96687,236.64 L 302.48687,236.64 L 302.48687,236.88 L 301.76687,236.64 L 302.00687,236.88 L 301.76687,237.12" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3396"/><path d="M 321.20687,247.2 L 321.44687,247.44 L 321.44687,247.68 L 322.40687,247.44 L 322.16687,247.68 L 322.40687,247.92 L 322.16687,247.92 L 322.88687,247.92 L 322.64687,248.16 L 323.36687,248.4 L 322.88687,248.4 L 322.88687,248.16 L 322.64687,248.4 L 322.88687,248.64 L 323.12687,248.4 L 323.84687,248.64 L 323.12687,248.64 L 323.84687,248.88 L 323.60687,249.12 L 323.60687,249.36 L 321.92687,249.36 L 320.96687,249.84 L 320.24687,250.56 L 320.00687,250.32 L 320.00687,250.56 L 319.76687,250.8 L 319.76687,251.04 L 319.28687,251.28 L 319.04687,251.52 L 318.80687,251.52 L 319.04687,251.76 L 318.56687,251.76 L 319.04687,251.76 L 318.80687,252.24 L 319.04687,252.24 L 318.56687,252.48 L 318.80687,252.72 L 318.80687,253.2 L 318.32687,252.72 L 318.56687,253.2 L 318.56687,253.44 L 318.08687,253.2 L 318.56687,253.68 L 318.32687,253.68 L 318.08687,253.44 L 317.84687,253.68 L 317.12687,253.44 L 316.88687,252.96 L 317.12687,252.96 L 316.64687,252.48 L 316.40687,252 L 316.88687,251.76 L 316.64687,251.52 L 317.12687,251.52 L 316.64687,251.28 L 316.64687,250.56 L 317.12687,250.56 L 317.60687,251.04 L 317.12687,250.56 L 317.12687,250.32 L 317.36687,250.56 L 317.36687,250.08 L 317.60687,249.84 L 317.36687,249.84 L 317.60687,249.6 L 317.36687,249.6 L 317.84687,249.12 L 317.12687,249.12 L 317.36687,248.16 L 318.08687,247.68 L 318.80687,247.68 L 318.56687,247.92 L 318.80687,247.92 L 318.56687,248.4 L 319.28687,247.92 L 319.04687,248.16 L 319.28687,248.16 L 319.52687,248.64 L 319.52687,248.16 L 320.00687,247.92 L 320.24687,247.92 L 320.48687,248.16 L 320.72687,248.16 L 320.48687,248.16 L 320.72687,247.92 L 320.48687,247.92 L 320.72687,247.68 L 320.24687,247.68 L 320.72687,247.2 L 320.48687,247.2 L 320.72687,247.2 L 320.48687,246.96 L 321.20687,247.2 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3432"/><g id="g3434" transform="translate(315.20687,260.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.48 L -0.24,-0.96 L -0.48,-1.44 L -0.24,-1.44 L -0.48,-1.92 L 0,-2.16 L -0.48,-2.4 L -0.48,-2.64 L -0.24,-2.64 L -0.24,-3.36 L -0.48,-3.12 L -0.72,-3.36 L -0.48,-3.84 L -0.24,-3.36 L 0,-3.6 L 0.24,-3.36 L 0,-4.08 L 0.24,-3.84 L 0.48,-4.08 L 0.72,-3.84 L 0.24,-4.56 L 0.24,-4.8 L 0.72,-4.56 L 0.24,-5.28 L 0.96,-5.28 L 0.48,-5.52 L 0.48,-5.76 L 1.68,-5.52 L 0.72,-6 L 0.72,-6.48 L 0.96,-6.48 L 0.72,-6.48 L 0.72,-7.2 L 0.48,-7.2 L 1.2,-7.44 L 1.44,-6.48 L 1.44,-6.72 L 1.92,-6.48 L 1.92,-6.72 L 1.68,-6.72 L 1.44,-7.2 L 1.44,-8.16 L 1.68,-7.92 L 1.92,-7.44 L 2.64,-7.2 L 2.4,-6.96 L 2.88,-7.2 L 3.12,-6.96 L 2.88,-6.72 L 3.12,-6.72 L 3.12,-6.24 L 2.16,-6 L 2.88,-6 L 3.12,-5.76 L 2.64,-5.52 L 1.92,-5.76 L 2.64,-5.28 L 2.88,-5.52 L 2.88,-5.28 L 2.16,-4.8 L 1.92,-5.04 L 2.16,-4.8 L 1.92,-4.56 L 2.4,-4.8 L 2.64,-4.56 L 2.4,-4.32 L 2.64,-4.32 L 2.64,-4.08 L 2.4,-4.08 L 2.64,-4.08 L 2.4,-4.08 L 2.64,-3.84 L 2.16,-3.6 L 1.68,-3.6 L 2.4,-3.36 L 2.16,-2.88 L 1.68,-2.64 L 2.4,-2.64 L 2.4,-2.4 L 2.16,-2.4 L 2.16,-2.16" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3436"/><g id="g3438" transform="translate(4.8,-13.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0,0 L -0.24,0.72 L -0.48,0.48 L -0.96,0.72 L -0.72,0.48 L -0.96,0.48 L -1.2,0.24 L -0.96,0 L -0.72,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3440"/><g id="g3442" transform="translate(6.48,2.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -1.44,0 L -1.44,-0.48 L -0.96,-0.48 L -1.44,-0.72 L -0.72,-0.96" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3444"/><g id="g3446" transform="translate(-22.8,16.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0.72,0.24 L 0.48,0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3448"/><g id="g3450" transform="translate(3.12,2.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 0.48,0 L 0.24,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3452"/><g id="g3454" transform="translate(-2.88,-2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3456"/></g></g></g></g></g></g><path d="M 317.36687,258.72 L 317.60687,258.72 L 317.36687,258.96 L 317.60687,259.2 L 317.36687,259.44 L 316.88687,259.2 L 317.12687,259.44 L 317.12687,259.68 L 317.36687,259.68 L 316.88687,260.4 L 317.12687,260.4 L 317.12687,260.88 L 317.36687,261.6 L 317.12687,261.84 L 317.36687,261.84 L 317.36687,262.32 L 317.84687,265.44 L 318.08687,265.68 L 317.36687,266.88 L 316.64687,266.88 L 316.16687,266.64 L 315.92687,266.16 L 316.16687,265.2 L 316.64687,264.96 L 316.40687,264.72 L 316.40687,264.48 L 316.16687,264.24 L 316.40687,264 L 315.92687,263.52 L 315.92687,262.8 L 315.68687,262.8 L 315.68687,262.56 L 315.44687,262.8 L 314.96687,262.08 L 315.20687,261.84 L 315.44687,261.84 L 315.44687,261.36 L 315.20687,261.36 L 315.20687,261.6 L 314.96687,261.36 L 314.96687,261.12" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3476"/><g id="g3478" transform="translate(326.24687,261.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L -0.24,0 L -0.48,-0.48 L 1.92,-3.36 L 2.16,-3.36 L 1.92,-3.36 L 2.16,-4.08 L 2.16,-4.8 L 2.64,-5.76 L 3.12,-6 L 3.12,-5.52 L 3.6,-5.52 L 3.84,-6 L 4.32,-6 L 4.08,-6.24 L 4.56,-6.48 L 4.8,-6.48 L 5.04,-6.96" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3480"/><g id="g3482" transform="translate(-11.28,-0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.24,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3484"/><g id="g3486" transform="translate(10.56,0.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,-0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3488"/><g id="g3490" transform="translate(1.44,-12.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3492"/></g></g></g></g><path d="M 265.28687,254.16 L 266.00687,253.92 L 266.00687,253.44 L 266.48687,253.92 L 266.24687,253.92 L 266.24687,254.4 L 266.00687,254.4 L 266.48687,254.4 L 266.48687,254.88 L 266.00687,254.64 L 266.24687,254.88 L 265.76687,254.88 L 265.28687,254.16 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4392"/><g id="g4394" transform="translate(271.04687,263.76)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.72,0.24 L 0.48,0 L 0.72,0.24 L 0.72,0.48 L 0.24,0 L 1.2,1.2 L 1.44,1.44 L 1.92,0.96 L 2.4,1.44" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4396"/><g id="g4398" transform="translate(-3.36,-4.8)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,-0.96 L 0.72,-0.96 L 1.44,0.24 L 1.2,0.72 L 0.96,0.24 L 0.72,0.48 L 0.96,0.96 L 0.72,0.96" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4400"/><g id="g4402" transform="translate(3.12,4.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.24,-0.24 L 0,0 L 0.24,-0.24 L 0,0 L 0.48,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4404"/><g id="g4406" transform="translate(-3.6,-6.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.72,1.44 L 0.72,1.92 L 0.48,1.44 L 0.24,1.2 L -0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4408"/><g id="g4410" transform="translate(-2.16,-1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.48 L 0.72,0.24 L 0.96,0.96 L 1.2,0.96 L 1.2,1.68" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4412"/><g id="g4414" transform="translate(-1.44,-2.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.96,0 L 0.72,0.48 L 0.96,0.72 L 0.48,0.48 L 0.48,0.72 M 0.96,0.24 L 1.19999,0.24 L 1.19999,0.47999 L 0.96,0.47999 L 0.96,0.24 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4416"/><g id="g4418" transform="translate(6.24,6.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0.48,0.48 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4420"/><g id="g4422" transform="translate(-3.6,-3.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.48,0.24 L 0.48,0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4424"/><g id="g4426" transform="translate(2.64,3.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.48 L 0.48,-0.48 L 0.48,-0.24 L 0.24,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4428"/><g id="g4430" transform="translate(0.24,0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.48 L 0.48,-0.24 L 0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4432"/><g id="g4434" transform="translate(-4.8,-7.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L 0.24,0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4436"/></g></g></g></g></g></g></g></g></g></g></g><path d="M 266.72687,240.24 L 267.20687,240.48 L 267.92687,240.24 L 268.16687,240.72 L 267.68687,240.72 L 266.72687,240.24 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4448"/><path d="M 322.40687,238.8 L 321.92687,237.6 L 321.44687,237.6 L 321.92687,237.6 L 321.92687,237.12 L 322.40687,237.12 L 321.92687,237.12 L 321.44687,236.4 L 321.68687,236.16 L 322.16687,234.72 L 320.72687,233.52 L 320.48687,233.52 L 320.00687,234.24 L 319.04687,234.24 L 318.80687,234.48 L 319.04687,235.44 L 320.00687,236.4 L 319.28687,236.88 L 318.56687,237.12 L 318.56687,237.36 L 318.08687,237.36 L 316.64687,236.64 L 315.68687,236.64 L 317.12687,236.16 L 317.84687,234.72 L 318.08687,233.28 L 318.80687,233.28 L 319.28687,233.04 L 319.28687,232.56 L 319.76687,232.32 L 319.76687,231.36 L 320.24687,230.4 L 319.52687,230.88 L 319.04687,230.16 L 319.28687,230.88 L 318.80687,231.12 L 318.08687,230.64 L 318.08687,230.88 L 317.60687,230.88 L 317.36687,229.44 L 316.64687,228.72 L 316.64687,228 L 316.40687,227.52" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6352"/><g id="g6354" transform="translate(320.48687,241.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.96,0 L -1.2,-0.48 L -0.96,-1.44 L -0.72,-2.16 L -0.72,-1.92 L -0.24,-2.16 L 0,-1.92 L 0.48,-1.2 L 0.48,-0.72" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6356"/><g id="g6358" transform="translate(-4.8,-12.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.72 L 0.48,2.16 L 0.24,2.88 L -0.24,3.12 L -0.96,4.08 L -1.2,4.32 L -1.44,4.08 L -1.68,4.32 L -2.16,4.56" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6360"/><g id="g6362" transform="translate(1.2,-2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.72,-0.72 L 0.72,-0.48 L 0.72,-0.72 L 1.44,-0.96 L 1.2,-1.44 L 0.72,-1.44 L 1.2,-1.44 L 0.72,-1.2 L 0.48,-1.44" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6364"/><g id="g6366" transform="translate(5.76,12.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6368"/><g id="g6370" transform="translate(3.84,-17.04)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,0 L -1.68,-0.24 L -2.16,0 L -3.84,0.24 L -4.08,0.48 L -4.8,0.24 L -5.52,1.44 L -6,1.44 L -6.24,1.68 L -6.24,1.92 L -6.48,3.12 L -7.44,2.88 L -8.16,3.12 L -6.48,3.12 L -6.24,2.88 L -6.48,2.64 L -6.24,2.4 L -6.24,1.68 L -5.52,1.44 L -4.56,0.24 L -4.08,0.48 L -3.84,0.24 L -2.16,0 L -1.68,-0.24 L -0.72,0 L 0,0 L 0.24,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6372"/></g></g></g></g></g><path d="M 329.12687,246.96 L 329.12687,246.72 L 329.84687,246 L 329.12687,245.52 L 328.64687,246 L 328.88687,246.48 L 328.16687,246.48 L 328.16687,246.96 L 327.92687,246.72 L 327.44687,245.76 L 327.68687,245.52 L 327.44687,245.52 L 327.20687,244.8 L 327.44687,245.28 L 327.68687,244.56 L 326.48687,244.08 L 326.00687,243.36 L 326.00687,242.4 L 326.48687,242.16 L 325.76687,242.16 L 325.76687,241.68 L 325.52687,241.92 L 325.52687,241.68 L 325.04687,241.44 L 325.04687,241.2 L 324.80687,241.44 L 324.80687,241.68 L 325.04687,241.68 L 325.28687,241.92 L 325.28687,242.16 L 324.80687,242.4 L 324.56687,243.12 L 324.08687,242.88 L 324.80687,243.6 L 324.08687,243.12 L 323.60687,241.44 L 323.60687,241.68 L 324.08687,241.44 L 324.08687,240.72 L 323.84687,240.72 L 323.84687,241.2 L 323.60687,240.96 L 323.60687,241.44 L 322.88687,240 L 322.64687,240 L 322.64687,238.8" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6408"/><g id="g6410" transform="translate(325.76687,248.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,-0.24 L 0.24,0 L 0.96,0.24 L 1.2,0 L 1.68,0 L 1.44,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6412"/><g id="g6414" transform="translate(-4.8,-7.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.48 L 0.24,0 L 0.24,0.48 L -0.24,0.72 L -0.48,0.72" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6416"/><g id="g6418" transform="translate(1.68,-2.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6420"/><g id="g6422" transform="translate(10.56,-0.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.96,0.48 L -1.2,0.96 L -2.16,1.44 L -2.64,0.96 L -2.88,0.24 L -2.64,-0.48 L -2.4,-1.92 L -3.6,-3.36 L -4.56,-3.6 L -5.04,-2.64 L -5.04,-2.16 L -6.24,-0.72 L -6.48,-0.48 L -6.96,0.24 L -7.68,0.48 L -7.68,0.96 L -8.16,1.2 L -7.92,1.68 L -7.44,2.16 L -7.44,3.84 L -7.2,3.36 L -7.44,2.64 L -7.44,2.16 L -7.92,1.68 L -8.16,1.2 L -7.68,0.96 L -7.44,0.48 L -6.96,0.24 L -6.48,-0.48 L -6,-0.72 L -4.8,-1.92 L -4.8,-2.88 L -4.32,-3.6 L -3.12,-2.88 L -3.12,-2.4 L -2.4,-1.92 L -2.64,-1.2 L -2.4,-0.96 L -2.64,-0.24 L -2.88,0.24 L -2.64,0.96 L -2.4,1.44 L -2.16,1.44 L -1.2,1.2 L -0.72,0.48 L -0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6424"/><g id="g6426" transform="translate(-9.36,4.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.48 L 0.24,0.24 L 0,0.24 L 0.48,0.24 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6428"/></g></g></g></g></g><path d="M 331.04687,254.4 L 332.00687,253.44 L 332.24687,253.44 L 331.76687,253.68 L 331.76687,253.92 L 332.96687,254.16 L 332.72687,254.4 L 333.20687,253.92 L 334.16687,253.68 L 334.64687,253.92 L 334.88687,254.4 L 334.88687,254.16 L 335.84687,252.72 L 336.08687,252.72 L 336.08687,252.24 L 335.36687,252.48 L 334.16687,252.24 L 333.92687,252.48 L 332.00687,251.76 L 332.72687,252 L 332.72687,252.24 L 331.52687,251.52 L 331.52687,251.04 L 331.28687,251.28 L 331.28687,251.52 L 330.32687,251.52 L 329.36687,250.8 L 327.44687,249.6 L 327.92687,249.12 L 327.68687,248.88 L 327.68687,248.64 L 329.84687,247.92 L 329.60687,247.92 L 329.60687,247.2 L 329.12687,246.96" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6484"/><g id="g6486" transform="translate(341.12687,250.8)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -1.2,-0.24 L -1.44,0 L -1.2,0 L -1.2,0.24 L -1.44,0.24 L -1.2,0.72 L -0.96,0.72" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6488"/><g id="g6490" transform="translate(-0.48,0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,-0.24 L -0.24,-0.48 L 0.24,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6492"/><g id="g6494" transform="translate(-13.44,-2.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.48,0.24 L 0,0.72 L -0.24,0.72" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6496"/><g id="g6498" transform="translate(4.08,5.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6500"/><g id="g6502" transform="translate(24.72,-14.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0 L -0.72,0.48 L -1.2,0.48 L -1.68,0.96 L -1.92,0.96 L -2.64,1.2 L -4.08,0.24 L -4.56,0.72 L -6,0.24 L -7.2,0.72 L -8.16,0.24 L -8.64,0.24 L -9.12,0 L -11.04,0 L -11.28,0.72 L -11.28,1.2 L -11.76,1.2 L -11.52,1.68 L -12,1.92 L -12,2.16 L -12.72,2.64 L -12.72,3.12 L -13.92,3.36 L -13.92,3.6 L -14.4,3.6 L -14.88,4.32 L -15.12,3.84 L -15.36,4.08 L -16.56,6 L -17.04,6.24 L -17.28,6.24 L -17.28,7.2 L -17.76,7.92 L -17.28,8.4 L -17.28,8.64 L -16.56,9.12 L -16.56,9.84 L -16.56,9.6 L -16.8,9.84 L -16.56,10.32 L -16.32,9.12 L -17.28,8.64 L -17.04,8.16 L -17.76,7.92 L -17.28,7.2 L -17.28,6.48 L -16.56,6 L -15.36,4.08 L -14.88,4.32 L -14.4,3.6 L -13.92,3.6 L -13.92,3.36 L -13.68,3.6 L -12.72,3.12 L -12.72,2.64 L -12,2.4 L -12,1.92 L -11.52,1.68 L -11.52,1.2 L -11.28,1.2 L -11.28,0.72 L -10.8,0 L -9.12,0 L -8.64,0.24 L -8.16,0.24 L -7.44,0.72 L -5.76,0.24 L -5.28,0.72 C -3.861,0.527 -3.634,-0.021 -3.36,1.68 L -2.88,2.16 L -3.36,1.68 L -3.36,1.44 L -3.6,0.96 L -3.12,0.72 L -2.64,1.2 L -1.92,0.96 L -1.68,1.2 L -1.2,0.72 L -0.48,0.48 L -0.48,0 L 0,0.24 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6504"/><g id="g6506" transform="translate(-8.4,-0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.24,-0.24 L -0.24,0 L -0.24,-0.24 L -0.48,-0.24 L -0.48,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6508"/><g id="g6510" transform="translate(6.48,0.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.24,0.24 L -0.48,-0.24 L -0.72,0 L -0.24,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6512"/><g id="g6514" transform="translate(0.24,-0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.96 L 0.24,0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6516"/><g id="g6518" transform="translate(-15.84,5.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.48 L 0.48,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6520"/></g></g></g></g></g></g></g></g></g><path d="M 334.88687,259.68 L 335.36687,259.2 L 336.32687,258.96 L 336.80687,258.48 L 337.04687,258.48 L 337.04687,258.96 L 337.52687,259.2 L 337.52687,260.4 L 339.44687,261.6 L 340.40687,261.12 L 340.40687,261.36 L 341.12687,261.12 L 341.12687,260.4 L 342.08687,259.92 L 342.56687,260.4 L 342.56687,260.16 L 342.80687,260.4 L 342.80687,260.64 L 343.04687,260.88 L 343.52687,260.64 L 343.04687,260.4 L 342.80687,259.92 L 341.84687,259.44 L 341.84687,259.92 L 341.36687,259.92 L 340.88687,260.4 L 340.64687,260.16 L 340.16687,260.64 L 339.20687,260.4 L 338.96687,260.64 L 338.72687,260.64 L 338.48687,260.4 L 338.24687,258.72 L 338.24687,258.48 L 338.96687,257.76 L 340.16687,257.76 L 340.88687,257.28 L 341.36687,255.84 L 342.08687,255.36 L 342.08687,254.16 L 342.32687,253.92 L 342.08687,253.44 L 342.32687,253.2 L 342.80687,252.96 L 342.80687,252.48 L 342.08687,252.24 L 341.36687,251.04 L 341.12687,250.8" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6580"/><g id="g6582" transform="translate(340.16687,251.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.48,0.48 L 0.72,1.44 L 0.48,1.68 L 0.72,1.68 L 0.72,2.4 L 0.48,2.4 L 0.48,2.64 L 0,2.64 L 0.24,3.12 L -0.24,3.6 L -0.48,4.32 L -0.24,4.08 L -1.44,5.04 L -1.92,5.76 L -1.68,5.76 L -2.16,5.76 L -3.6,5.52 L -4.32,6.24 L -4.8,6.24 L -4.56,6.24 L -5.52,6.96 L -6,7.2" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6584"/><g id="g6586" transform="translate(0.96,0.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.48,0.48 L -0.24,0.72 L -0.48,0 L -0.24,-0.24 L -0.24,0 L -0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6588"/><g id="g6590" transform="translate(0.24,-0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0 L -0.48,-0.48 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6592"/><g id="g6594" transform="translate(-0.48,-0.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6596"/><g id="g6598" transform="translate(12.24,-8.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L 0.48,1.2 L 0.96,1.44 L 1.68,2.88 L 1.92,3.12 L 2.64,4.08 L 2.88,4.32 L 2.88,4.56 L 3.12,4.8 L 3.12,5.04 L 3.6,5.04 L 3.36,5.28 L 4.32,6.24 L 4.8,6.48 L 4.8,6.72 L 5.52,7.2 L 5.52,7.44 L 6.24,7.68 L 6.72,7.92 L 6.72,8.4 L 7.44,8.4 L 7.92,8.64 L 8.16,8.88 L 8.4,8.64 L 8.4,8.88 L 8.64,8.88 L 9.12,9.36 L 9.12,9.12 L 9.36,9.36 L 9.6,9.12" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6600"/><g id="g6602" transform="translate(9.36,9.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L -0.72,-0.24 L -0.96,-0.24 L -0.96,-0.48 L -1.2,-0.24 L -1.68,-0.72 L -2.4,-0.96 L -2.4,-1.2 L -2.88,-1.44 L -3.84,-1.68 L -3.84,-2.16 L -4.32,-2.16 L -4.56,-2.4 L -4.56,-2.88 L -5.28,-3.12 L -6,-3.84 L -5.76,-4.08 L -6,-4.08 L -6,-4.32 L -6.48,-4.56 L -6.48,-4.8 L -6.72,-5.04 L -7.2,-6 L -7.68,-6.24 L -8.16,-7.68 L -8.88,-7.92 L -9.12,-8.88 L -9.36,-9.12" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6604"/><g id="g6606" transform="translate(-24.24,3.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L 0.24,0.48 L 0.48,0 L 0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6608"/><g id="g6610" transform="translate(-0.48,-0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L 0.48,0.24 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6612"/><g id="g6614" transform="translate(-4.32,3.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L -0.24,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path6616"/></g></g></g></g></g></g></g></g></g><path d="M 344.24687,223.92 L 344.24687,224.4 L 344.00687,224.4 L 344.48687,224.88 L 343.04687,225.6 L 343.76687,225.36 L 344.72687,224.64 L 344.24687,223.92 L 344.48687,223.92 L 344.48687,223.44 L 344.72687,223.68 L 344.96687,223.2 L 345.20687,223.68 L 345.44687,223.44 L 345.20687,223.44 L 345.44687,222.96 L 345.20687,222.96 L 345.20687,222.48 L 346.16687,222.48 L 346.16687,222 L 345.92687,222 L 346.40687,221.76 L 346.64687,222 L 346.64687,222.48 L 346.88687,222.24 L 347.36687,222.48 L 347.36687,222.24 L 346.88687,222.24 L 346.64687,222.48 L 346.64687,222 L 347.12687,222 L 347.36687,221.76 L 347.12687,221.52 L 347.36687,221.76 L 347.84687,221.28 L 347.12687,221.52 L 347.12687,221.76 L 346.64687,221.76 L 346.64687,221.52 L 346.16687,221.76 L 345.92687,222 L 346.16687,222.24 L 345.68687,222.24 L 345.68687,222.48 L 345.44687,222 L 344.96687,222.48 L 344.48687,221.52 L 344.96687,222.72 L 344.72687,222.72 L 344.96687,222.96 L 344.72687,223.2 L 344.00687,222.72 L 344.72687,223.2 L 344.48687,223.44 L 344.24687,223.92 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8474"/><g id="g8476" transform="translate(346.16687,216.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L 0,0.72 L 0,0.96 L 0.48,1.2 L 0.48,1.44 L 0.24,1.92 L 0.72,2.64 L 0.48,2.64 L 0.48,3.12 L 0,2.88 L 0,3.36 L -0.48,3.36 L -0.48,3.6 L 0,3.36 L 0.24,3.12 L 0.48,3.12 L 1.2,2.4 L 0.72,2.4 L 0.48,2.16 L 0.72,1.44 L 0,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8478"/><g id="g8480" transform="translate(-2.88,-7.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L 0.48,0.24 L 0.72,0.72 L 0.96,0.72 L 0.96,0.96 L 1.92,1.68 L 1.2,2.64 L 1.68,1.92 L 1.92,2.4 L 2.16,2.64 L 1.92,2.4 L 2.16,1.92 L 1.92,1.92 L 1.92,1.44 L 1.44,1.2 L 1.68,1.2 L 1.92,0.96 L 1.68,1.2 L 1.2,0.96 L 0.96,0.48 L 0.24,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8482"/><g id="g8484" transform="translate(18.24,2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.72,-0.96 L 1.2,-0.48 L 0.72,-0.96 L 0.96,-1.2 L 0.72,-1.44 L 0.72,-1.2 L 0.24,-0.96 L 0.72,-0.96 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8486"/><g id="g8488" transform="translate(-7.2,-12.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L 0,0.48 L 0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8490"/></g></g></g></g><path d="M 356.00687,240.24 L 356.48687,240 L 356.24687,240 L 356.48687,239.76 L 356.24687,239.52 L 356.48687,238.8 L 356.24687,238.56 L 356.48687,238.32 L 356.48687,238.08 L 357.44687,237.36 L 357.20687,237.36 L 357.68687,237.36 L 357.68687,236.88 L 357.92687,236.88 L 357.68687,236.64 L 358.40687,236.16 L 358.16687,235.92 L 358.40687,235.68 L 358.40687,235.44 L 358.88687,235.2 L 358.40687,235.44 L 358.40687,235.68 L 358.16687,235.92 L 358.40687,236.16 L 357.68687,236.64 L 357.68687,236.88 L 357.44687,236.88 L 357.44687,237.36 L 357.20687,237.12 L 357.44687,237.36 L 356.72687,237.84 L 356.48687,238.08 L 356.48687,238.32 L 356.24687,238.56 L 356.48687,238.8 L 356.24687,239.52 L 356.48687,239.76 L 356.00687,240.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8554"/><g id="g8556" transform="translate(378.08687,222)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.48 L 0,0.96 L -0.24,1.44 L 0.24,1.92 L 0.24,1.68 L 0,1.2 L 0,1.68 L -0.24,1.44 L 0,0.72 L 0.48,0.48 L 0.48,0.96 L 0.72,0.72 L 0.48,0.48 L 0.72,0 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8558"/><g id="g8560" transform="translate(-5.52,-7.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.24,0.48 L -0.24,0.24 L -0.24,0.48 L 0,0.48 L 0.24,0 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8562"/><g id="g8564" transform="translate(-9.36,15.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0 L 0.72,0.48 L 0.48,-0.24 L 0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8566"/><g id="g8568" transform="translate(6.96,0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.48 L -0.24,-0.24 L -0.24,0.24 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8570"/><g id="g8572" transform="translate(0.24,-12.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.24,0.48 L 0.24,0.24 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8574"/><g id="g8576" transform="translate(-2.88,3.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,-0.48 L 0.48,-1.44 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8578"/><g id="g8580" transform="translate(-14.4,13.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.96,-0.48 L -0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8582"/></g></g></g></g></g></g></g><path d="M 374.48687,242.64 L 374.48687,243.12 L 375.20687,243.84 L 375.44687,242.64 L 375.20687,242.88 L 375.92687,242.88 L 375.68687,242.64 L 375.44687,242.16 L 375.20687,242.4 L 374.72687,241.44 L 374.48687,241.68 L 374.48687,242.4 L 374.48687,242.16 L 374.96687,242.4 L 374.48687,242.64 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8686"/><g id="g8688" transform="translate(375.92687,233.76)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.96,0 L -0.72,-0.24 L -0.96,0 L -0.48,0.48 L 0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8690"/><g id="g8692" transform="translate(-8.88,3.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.48 L 0,-0.48 L 0,-0.72 L -0.48,-0.72 L -0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8694"/><g id="g8696" transform="translate(8.4,7.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L 0.24,0.48 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8698"/><g id="g8700" transform="translate(-10.56,7.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.48 L -0.72,-0.48 L -0.72,-0.72 L -2.4,-0.72" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8702"/><g id="g8704" transform="translate(9.12,-18)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0 L -0.48,0.24 L -0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8706"/><g id="g8708" transform="translate(-11.28,17.28)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 1.44,0 L 1.44,0.24 L 1.92,0.24 L 1.92,0.72" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8710"/><g id="g8712" transform="translate(-0.48,-14.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0,-0.48 L -0.24,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8714"/><g id="g8716" transform="translate(19.44,6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.48 L -0.24,0.96 L 0.48,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8718"/><g id="g8720" transform="translate(0.96,0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.24,0.24 L 0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8722"/><g id="g8724" transform="translate(-6.96,-8.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L -0.24,0.24 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8726"/><g id="g8728" transform="translate(-0.24,12.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L -0.48,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8730"/><g id="g8732" transform="translate(0.48,-4.32)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.48 L 0.48,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8734"/><g id="g8736" transform="translate(-5.76,-12.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8738"/></g></g></g></g></g></g></g></g></g></g></g></g></g><path d="M 364.64687,252.24 L 364.64687,252.48 L 365.36687,252.48 L 365.36687,252.72 L 365.84687,252.72 L 366.32687,252.96 L 366.32687,253.68 L 367.28687,253.68 L 367.52687,253.44 L 367.76687,253.68 L 367.52687,253.92 L 368.24687,253.92 L 368.24687,254.16 L 369.20687,254.4 L 369.44687,255.12 L 369.92687,254.88 L 370.16687,255.12 L 371.36687,255.12 L 371.60687,255.84 L 371.84687,255.6 L 372.80687,255.36 L 373.28687,255.84 L 373.52687,255.84 L 373.52687,256.08 L 374.48687,255.6 L 375.20687,254.64 L 375.68687,254.4 L 374.96687,254.64 L 374.48687,255.6 L 373.52687,255.84 L 373.28687,255.84 L 372.80687,255.36 L 371.84687,255.36 L 371.60687,255.6 L 371.36687,255.12 L 370.16687,255.12 L 369.68687,254.88 L 369.44687,254.88 L 369.20687,254.4 L 368.96687,254.4 L 368.24687,254.16 L 368.24687,253.92 L 367.76687,253.68 L 367.52687,253.44 L 367.28687,253.68 L 366.32687,253.44 L 366.32687,252.96 L 365.84687,252.72 L 365.36687,252.72 L 365.36687,252.24 L 364.88687,252.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8770"/><g id="g8772" transform="translate(380.24687,247.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,1.2 L -0.72,1.92 L -1.2,3.36 L -1.2,3.84 L -0.96,4.08 L -0.72,4.08 L -1.2,3.84 L -0.96,3.6 L -0.48,1.2 L -0.24,0.72 L -0.24,0.24 L 0.24,0 L 0,0 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8774"/><g id="g8776" transform="translate(11.28,8.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.96,0 L -1.2,-0.24 L -1.2,0.24 L -0.48,0 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8778"/><g id="g8780" transform="translate(-16.56,-8.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.48 L 0.48,0 L 0.48,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path8782"/></g></g></g><path d="M 358.64687,187.2 L 358.88687,188.4 L 358.88687,188.16 L 358.88687,188.4 L 359.12687,188.64 L 359.36687,188.4 L 359.12687,188.88 L 359.36687,189.12 L 359.36687,188.88 L 359.36687,189.36 L 359.84687,190.08 L 360.80687,190.08 L 360.80687,190.32 L 361.28687,190.08 L 361.28687,190.32 L 361.52687,190.32 L 361.52687,190.56 L 361.76687,190.32 L 362.24687,190.8 L 362.24687,191.28 L 362.96687,191.76 L 363.44687,191.76 L 364.16687,191.52 L 364.16687,190.8 L 364.64687,190.56 L 365.12687,189.6 L 365.36687,188.16 L 366.80687,188.16 L 366.08687,187.68 L 365.36687,187.44 L 364.40687,186.48 L 363.92687,186.48 L 363.92687,186 L 363.44687,186 L 363.44687,185.04 L 363.92687,184.8 L 363.68687,184.8 L 363.44687,184.32 L 363.44687,183.84 L 364.40687,184.08 L 364.64687,183.84 L 365.36687,183.84 L 364.64687,183.6 L 364.64687,183.12 L 363.92687,183.36 L 362.72687,182.64 L 362.72687,182.16 L 363.20687,181.68 L 364.64687,182.16 L 364.88687,181.68 L 366.80687,180.72 L 367.28687,180 L 368.00687,180.72 L 369.20687,180 L 369.44687,180.48 L 369.92687,180.48 L 370.16687,180.72 L 370.88687,180.96 L 371.12687,180.48 L 370.64687,180.72 L 371.12687,180.48 L 371.60687,178.8 L 372.08687,178.56 L 372.32687,178.08 L 372.80687,178.08 L 373.04687,177.6 L 373.52687,177.6 L 374.48687,176.88 L 373.76687,177.6 L 373.28687,178.56 L 373.04687,178.32 L 372.80687,179.28 L 372.80687,180 L 373.76687,180.96 L 374.48687,180.96 L 375.92687,179.76 L 378.08687,179.76 L 377.84687,179.76 L 378.32687,179.52 L 378.32687,179.04 L 378.08687,178.8 L 377.60687,178.8 L 377.36687,178.56 L 378.08687,178.32 L 377.60687,178.08 L 377.12687,177.12 L 376.16687,177.6 L 376.16687,177.12 L 375.92687,177.12 L 375.92687,176.88 L 375.68687,176.88 L 375.44687,176.64 L 375.44687,176.88 L 374.48687,177.12 L 375.20687,175.92 L 375.68687,174.72 L 376.40687,174" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11046"/><g id="g11048" transform="translate(381.92687,194.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.72 L -0.72,-0.48 L -0.48,0 L -1.2,-0.48 L -1.44,-0.24 L -1.44,-0.48 L -1.92,-0.72 L -1.68,-0.96 L -2.88,-0.96 L -2.4,-0.96 L -2.64,-0.96 L -2.64,-1.2 L -2.16,-0.96 L -1.92,-1.44 L -2.16,-1.2 L -2.4,-1.44 L -2.88,-2.4 L -4.08,-1.2 L -5.04,-0.72 L -5.04,-0.24 L -5.76,0 L -7.2,3.12 L -7.2,3.84 L -6.72,4.08 L -6.48,4.56 L -6.24,4.56 L -6,3.84 L -5.76,4.32 L -6.48,5.04 L -6.96,5.28 L -6.72,5.76 L -5.76,5.52 L -6,6" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11050"/><g id="g11052" transform="translate(-2.16,-2.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.48 L 0,-0.72 L -0.48,-0.72 L -0.48,-0.24 L -0.24,-0.48 L 0,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11054"/><g id="g11056" transform="translate(-9.6,-21.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0.96,0.24 L 0.72,0.48 L -0.48,0.72" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11058"/><g id="g11060" transform="translate(-15.6,22.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L 0.48,0.24 L 0.24,0 L 0.72,0 L 0.24,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11062"/><g id="g11064" transform="translate(21.12,7.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0 L -0.48,0.24 L -0.72,0 L -0.72,0.72" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11066"/><g id="g11068" transform="translate(-21.12,-7.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11070"/><g id="g11072" transform="translate(23.04,-18)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11074"/><g id="g11076" transform="translate(-0.96,-0.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11078"/><g id="g11080" transform="translate(0.96,22.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.24 L -0.24,0 L -0.48,0.24 L -0.48,0 L -0.72,0 L -0.48,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11082"/><g id="g11084" transform="translate(-0.48,2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.48 L 0,-0.48 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11086"/></g></g></g></g></g></g></g></g></g></g><path d="M 374.96687,201.12 L 375.20687,201.6 L 375.20687,201.84 L 375.44687,201.6 L 375.44687,201.84 L 375.68687,201.6 L 375.68687,201.84 L 376.16687,201.84 L 376.16687,202.08 L 375.44687,201.84 L 375.44687,202.08 L 376.16687,202.56 L 376.40687,202.08 L 376.64687,202.08 L 377.12687,202.32 L 377.12687,202.56 L 376.64687,202.8 L 376.88687,203.04 L 376.88687,204 L 377.12687,203.76 L 377.36687,204 L 377.60687,203.04 L 377.36687,202.8 L 378.08687,201.84 L 377.60687,201.36 L 378.08687,201.36 L 378.32687,201.12 L 378.32687,200.88 L 378.56687,200.88 L 378.56687,200.4 L 378.80687,200.88 L 379.28687,200.88 L 379.52687,200.4 L 380.24687,200.4 L 380.72687,200.16 L 380.96687,200.4 L 380.72687,200.64 L 381.20687,200.64 L 381.20687,200.4 L 381.44687,200.16 L 381.20687,200.64 L 381.44687,200.4 L 381.68687,200.64 L 381.68687,200.4 L 381.44687,200.4 L 381.68687,199.92 L 381.44687,199.92 L 381.44687,198.72 L 381.20687,198.48 L 381.44687,198.48 L 381.44687,198.24 L 381.68687,198 L 381.92687,198.24 L 382.40687,197.52 L 381.68687,197.76 L 382.40687,197.28 L 381.68687,197.52 L 382.16687,196.8 L 381.92687,196.32 L 382.40687,196.08 L 382.40687,196.32 L 382.88687,196.32 L 383.12687,196.56 L 383.36687,196.08 L 383.12687,195.84 L 383.12687,195.6 L 382.88687,195.84 L 383.12687,195.6 L 382.88687,195.12 L 382.40687,195.12 L 382.16687,194.64 L 382.40687,194.16 L 381.92687,194.16" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11134"/><g id="g11136" transform="translate(374.96687,211.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L -0.24,-0.72 L -0.48,-0.48 L 0,-0.48 L -0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11138"/><g id="g11140" transform="translate(25.44,-7.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0.48,-0.24 L 0.24,-0.72 L -0.48,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11142"/><g id="g11144" transform="translate(5.04,1.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.48 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11146"/><g id="g11148" transform="translate(-29.52,-5.76)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L -0.24,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11150"/><g id="g11152" transform="translate(0.72,0.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0 L 0.48,0.48 L 0.24,0.48 L 0.24,0.24 L -0.48,-0.48 L -0.24,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11154"/><g id="g11156" transform="translate(0.48,-1.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11158"/></g></g></g></g></g></g><path d="M 394.16687,224.64 L 394.16687,225.6 L 393.68687,226.08 L 393.92687,226.8 L 394.16687,226.8 L 394.16687,227.04 L 394.64687,227.28 L 395.12687,228.48 L 395.36687,228.96 L 395.84687,229.2 L 396.08687,229.2 L 396.32687,229.92 L 396.80687,229.92 L 396.32687,229.92 L 397.04687,230.4 L 397.28687,231.36 L 397.52687,232.08 L 397.76687,232.32 L 398.48687,232.56 L 398.00687,232.8 L 398.24687,232.8 L 398.00687,233.04 L 398.24687,233.04 L 398.00687,233.52 L 398.24687,233.76 L 398.48687,233.76 L 398.48687,234 L 398.00687,234 L 398.24687,234.24 L 398.00687,234.48 L 398.24687,234.48 L 398.72687,234.72 L 398.72687,234.24 L 399.20687,233.52 L 398.72687,232.8 L 398.96687,232.56 L 398.72687,232.32 L 398.48687,231.84 L 398.00687,231.6 L 398.00687,231.12 L 397.52687,230.88 L 397.04687,229.92 L 396.80687,229.68 L 396.08687,228.72 L 395.60687,227.28 L 395.12687,227.28 L 395.12687,227.52 L 394.88687,227.52 L 395.12687,227.28 L 395.36687,227.28 L 395.36687,226.8 L 395.12687,227.04 L 395.36687,226.56 L 395.12687,226.32 L 395.12687,226.56 L 395.36687,226.08 L 395.12687,226.08 L 395.84687,225.36 L 395.84687,224.64 L 395.60687,224.64 L 395.60687,224.16 L 396.08687,223.92 L 396.08687,223.68 L 396.32687,223.68 L 396.56687,223.44 L 396.56687,222.96 L 397.04687,222.72 L 397.28687,222.96 L 397.76687,222.48 L 397.76687,222.24 L 398.24687,222.24 L 397.76687,222 L 397.28687,222.48 L 397.04687,222.24 L 396.08687,222.24 L 395.60687,222 L 395.36687,222 L 395.36687,222.48 L 395.12687,222.24 L 395.12687,222.48 L 394.88687,222.96 L 394.88687,223.2 L 394.64687,223.2 L 394.40687,223.44 L 394.64687,223.68 L 394.64687,224.16 L 394.40687,223.92 L 394.16687,224.64 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11218"/><g id="g11220" transform="translate(408.80687,226.56)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.72 L 0.24,0 L 0.72,0.48 L 0.48,-0.72 L 0.72,-0.72 L 0.96,-1.92 L 0.24,-3.12 L -0.72,-3.84 L -0.96,-4.32 L -1.2,-4.32 L -1.44,-4.08 L -1.2,-3.6 L -1.2,-2.88 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11222"/><g id="g11224" transform="translate(-3.12,1.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.72 L -0.96,-2.16 L -1.2,-2.16 L -1.2,-1.44 L -0.48,-0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11226"/><g id="g11228" transform="translate(-19.44,3.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.48 L 0.24,0.72 L 0.48,0.48 L 0,0.48 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11230"/><g id="g11232" transform="translate(12.48,-9.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L -0.24,-0.72 L -0.48,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11234"/><g id="g11236" transform="translate(6.72,-16.8)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.96 L 0.24,0.24 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11238"/><g id="g11240" transform="translate(2.64,13.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L -0.48,-0.24 L -0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path11242"/></g></g></g></g></g></g><path d="M 264.32687,285.84 L 265.28687,284.64 L 265.52687,284.88 L 265.28687,285.6 L 265.28687,285.36 L 265.76687,285.84 L 265.28687,285.36 L 265.76687,284.4 L 266.00687,284.16 L 265.76687,284.4 L 266.00687,284.16 L 266.00687,283.92 L 266.24687,283.92 L 266.24687,283.68 L 266.96687,283.2 L 267.68687,282.96 L 267.92687,282.96 L 268.40687,283.44 L 267.92687,283.92 L 268.40687,283.92 L 268.64687,284.16 L 269.12687,284.16 L 268.88687,284.4 L 269.12687,284.64 L 268.64687,284.64 L 268.88687,284.88 L 268.64687,285.12 L 268.16687,285.84 L 269.12687,285.12 L 269.36687,286.08 L 269.12687,286.32 L 269.60687,286.32" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2876"/><g id="g2878" transform="translate(266.72687,282.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L -0.24,0.72 L -0.96,0.24 L -1.44,0.48 L -1.92,0 L -2.4,0.24 L -1.92,0.72 L -1.92,0.96 L -2.16,1.2 L -3.12,0.48 L -2.16,1.2 L -2.64,1.44 L -3.36,1.44 L -3.6,1.68 L -3.6,1.92 L -4.56,2.4 L -5.28,1.92 L -5.28,1.44 L -5.04,1.2 L -5.04,0.96 L -4.56,0.96 L -4.8,0.48 L -5.28,1.2 L -5.28,0.96" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2880"/><g id="g2882" transform="translate(-4.8,3.6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 1.92,-0.96 L 3.36,-2.16 L 3.6,-1.92 L 2.4,-0.24 L 2.16,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2884"/><g id="g2886" transform="translate(-0.24,-0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2888"/><g id="g2890" transform="translate(2.4,0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2892"/><g id="g2894" transform="translate(2.16,0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2896"/></g></g></g></g></g><path d="M 269.60687,279.36 L 269.36687,280.08 L 268.64687,279.6 L 268.16687,278.88 L 267.92687,278.88 L 268.16687,279.36 L 267.44687,278.4 L 267.92687,279.36 L 267.92687,280.08 L 266.72687,280.08 L 267.92687,280.56 L 268.64687,281.04 L 268.16687,281.28 L 268.16687,281.04 L 268.16687,281.52 L 267.92687,281.52 L 267.20687,282.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2912"/><g id="g2914" transform="translate(268.16687,279.6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L 0.48,0.96 L -0.24,0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2916"/><g id="g2918" transform="translate(-0.96,2.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -1.44,-1.68 L -0.96,-0.48 L -0.48,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2920"/></g></g><path d="M 272.24687,276.96 L 272.48687,277.2 L 272.24687,277.44 L 272.48687,278.16 L 272.24687,278.16 L 272.48687,278.16 L 272.48687,278.64 L 272.24687,278.4 L 272.24687,278.88 L 272.00687,278.4 L 272.00687,278.88 L 271.76687,278.88 L 272.00687,279.12 L 271.76687,279.12 L 271.52687,278.16 L 271.28687,278.64 L 271.28687,278.4 L 271.76687,277.68 L 271.76687,276.96 L 271.04687,276.48 L 271.28687,276.72 L 271.52687,277.44 L 271.28687,277.44 L 270.80687,277.2 L 271.52687,277.68 L 270.80687,278.64 L 270.08687,277.44 L 270.08687,276.96 L 270.08687,277.68 L 269.84687,277.68 L 268.64687,276.96 L 268.88687,277.68 L 269.12687,278.16 L 269.12687,278.4 L 269.60687,279.36" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2972"/><g id="g2974" transform="translate(270.32687,279.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.48 L -0.96,-1.68 L -0.72,-1.44 L -0.24,-1.44 L 0.24,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2976"/><g id="g2978" transform="translate(0.96,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0,0.24 L -0.24,-0.24 L 0,-0.48 L 0.24,0 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2980"/><g id="g2982" transform="translate(1.44,-1.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L -0.24,-0.48 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2984"/><g id="g2986" transform="translate(0.24,-0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.72 L 0,0.48 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2988"/><g id="g2990" transform="translate(0.48,0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2992"/><g id="g2994" transform="translate(-0.96,-0.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path2996"/><g id="g2998" transform="translate(-3.6,0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.72 L -0.48,-0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3000"/></g></g></g></g></g></g></g><path d="M 301.76687,237.12 L 301.52687,236.88 L 301.52687,237.12 L 301.04687,236.88 L 301.04687,237.12 L 300.56687,237.36 L 300.32687,236.88 L 300.56687,236.16 L 300.32687,236.16 L 300.32687,235.92 L 300.32687,236.16 L 300.08687,235.92 L 300.08687,236.16 L 300.08687,235.92 L 300.32687,236.64 L 299.60687,236.4 L 300.08687,236.88 L 299.60687,236.88 L 300.08687,236.88 L 300.32687,237.6 L 299.84687,237.36 L 299.84687,237.84 L 299.60687,237.6 L 299.36687,237.84 L 299.36687,237.36 L 299.12687,237.36 L 299.12687,237.12 L 298.88687,237.12 L 299.36687,237.12 L 299.60687,236.88 L 299.12687,236.88 L 299.36687,236.64 L 299.12687,236.64 L 299.36687,236.16 L 299.12687,236.16 L 299.36687,235.92 L 298.88687,235.92 L 298.64687,235.44 L 298.64687,236.16 L 298.40687,236.16 L 298.64687,236.64 L 298.64687,237.12 L 297.92687,235.2 L 297.68687,234.48 L 297.68687,234.72 L 297.44687,234.48 L 297.68687,235.44 L 297.44687,235.68 L 297.92687,236.88 L 297.68687,236.88 L 297.44687,236.64 L 297.68687,236.88 L 297.44687,236.88 L 297.44687,236.4 L 297.20687,236.88 L 296.96687,236.64 L 297.20687,236.88 L 296.96687,236.64 L 296.72687,236.88 L 296.96687,236.4 L 296.48687,236.64 L 296.48687,236.16 L 296.72687,236.16 L 296.96687,235.92 L 296.72687,235.92 L 296.48687,235.44 L 296.72687,235.44 L 296.24687,235.44 L 296.00687,234.96 L 296.00687,234.72 L 295.76687,234.72 L 296.00687,234.72 L 295.76687,234.48 L 296.00687,234.24 L 295.76687,234.24 L 296.00687,234" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3320"/><g id="g3322" transform="translate(294.56687,235.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.24,-0.24 L 0.48,0 L 0.72,-0.24 L 0.96,0 L 1.2,0.72 L 0.96,0.96 L 1.2,0.72 L 0.72,0.72 L 0.96,0.48 L 0.96,0.24 L 0.72,0.48 L 0.72,0.24 L 0.24,0.48 L 0.24,0.24 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3324"/><g id="g3326" transform="translate(1.2,-1.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.24,0.48 L -0.72,0.48 L -0.72,0.24 L -0.48,0.24 L -0.96,0.24 L -0.96,0.72 L -0.96,0.48 L -1.2,0.72 L -1.2,0.24 L -1.44,0.72 L -1.68,0.24 L -1.68,0.48 L -1.92,0.24 L -1.2,0 L -0.96,0.24 L -1.2,-0.24 L -0.96,0 L -0.96,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3328"/><g id="g3330" transform="translate(-5.28,25.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 0.72,-0.48 L 1.44,-0.24 L 1.68,-0.72 L 1.92,-0.72 L 2.16,-0.48 L 2.4,0 L 2.64,-0.24 L 2.88,0.24 L 2.88,0.72 L 3.36,1.44 L 3.36,1.68 L 3.12,1.92" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3332"/><g id="g3334" transform="translate(2.88,-4.8)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.48 L -0.24,0.48 L -0.96,1.44 L -1.92,0.96 L -1.44,0.48 L -1.68,-0.72 L -0.96,-0.24 L -0.72,-0.48 L -0.72,-1.2 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3336"/><g id="g3338" transform="translate(2.16,-19.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 0.48,0.24 L 0.48,0.72 L 0.24,0.72 L 0.48,0.48 L 0.24,0.48 L 0.24,0.24 L 0,0.48 L -0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3340"/><g id="g3342" transform="translate(-4.08,21.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0.48,0.96 L 0.24,1.2 L 0,1.2 L 0,0.96 L -0.48,0.72 L -0.24,0.72 L -0.24,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3344"/><g id="g3346" transform="translate(6.48,-18.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L 0,0 L 0,0.48 L -0.24,0.24 L -0.24,0.48 L -0.48,0.24 L -0.24,0.24 L -0.72,0.24 L -0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3348"/><g id="g3350" transform="translate(-3.12,21.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.48,0.24 L 0.72,0.24 L 0.96,0.48 L 0.24,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3352"/><g id="g3354" transform="translate(-4.08,-1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.48,0.24 L 0.72,0.24 L 0.72,0.72 L 0,0.96" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3356"/><g id="g3358" transform="translate(-0.24,3.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.72,0.24 L 0.72,-0.24 L 0.24,-0.24 L 0.72,-0.72 L 0,-0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3360"/><g id="g3362" transform="translate(5.76,-24.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L 0,-0.48 L 0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3364"/><g id="g3366" transform="translate(-0.72,-1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.48,0 L -0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3368"/><g id="g3370" transform="translate(-4.8,23.76)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 0.48,0 L 0,0.24 L 0,0 z M 2.4,-24.72 L 2.88001,-24.72 L 2.88001,-24.24 L 2.4,-24.24 L 2.4,-24.72 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3372"/><g id="g3374" transform="translate(2.88,-24.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3376"/><g id="g3378" transform="translate(-0.72,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3380"/><g id="g3382" transform="translate(1.44,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3384"/><g id="g3386" transform="translate(7.44,1.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.96,0 L -0.72,0.24 L 0.48,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3388"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><path d="M 236.00687,283.44 L 235.28687,284.4 L 233.60687,284.64 L 235.04687,284.4 L 235.28687,284.88 L 234.32687,285.12 L 234.80687,284.88 L 234.80687,285.12 L 234.80687,284.88 L 235.28687,284.88 L 235.28687,284.4 L 236.24687,283.92 L 236.48687,283.92 L 236.72687,284.16 L 236.48687,284.64 L 236.00687,284.64 L 236.00687,284.88 L 235.76687,285.36 L 235.28687,285.84 L 235.76687,285.36 L 235.76687,286.08 L 236.00687,285.6 L 236.48687,285.36 L 236.48687,284.88 L 237.20687,284.64 L 237.68687,284.88 L 238.16687,285.84 L 236.24687,286.56 L 236.96687,286.32 L 237.20687,286.56 L 236.48687,287.04 L 237.44687,286.56 L 237.68687,286.8 L 237.20687,286.8 L 237.92687,286.8 L 237.68687,287.04 L 236.72687,287.28 L 237.44687,287.04 L 237.44687,287.28 L 237.44687,287.04 L 237.68687,287.28 L 238.16687,286.8 L 238.40687,286.8 L 238.40687,287.04 L 237.92687,287.28 L 238.40687,287.28 L 238.16687,287.52 L 237.68687,287.76 L 237.20687,287.76 L 236.72687,288 L 237.44687,287.76 L 237.44687,288 L 237.68687,287.76 L 237.68687,288 L 238.16687,287.76 L 237.92687,288 L 238.16687,288 L 238.64687,287.28 L 239.12687,287.28 L 239.36687,288" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3912"/><g id="g3914" transform="translate(257.12687,288)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.72,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3916"/><g id="g3918" transform="translate(1.2,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.48,0 L 0.48,-0.24 L 0.48,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3920"/><g id="g3922" transform="translate(0.96,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.24,-0.48 L 0.48,-0.48 L 0.48,-0.96 L 0.96,-0.72 L 1.2,0 L 1.44,-0.48 L 1.2,-0.48 L 1.2,-0.96 L 0.72,-1.2 L 0.96,-1.68 L 1.44,-1.92 L 1.44,-1.68 L 1.68,-2.16" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3924"/><g id="g3926" transform="translate(-1.44,-2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.48 L -0.48,0.48 L -0.48,0.72 L -0.96,1.2 L -1.44,1.44 L -1.92,1.44 L -2.16,1.2 L -2.64,0.96 L -2.64,0.48 L -2.88,0.48 L -2.64,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3928"/><g id="g3930" transform="translate(-4.32,-0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L -0.24,0.72 L -0.24,0.48 L -0.48,0.96 L -0.72,0.72 L -0.72,0.48 L -0.96,0.72 L -1.2,0.48 L -0.72,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3932"/><g id="g3934" transform="translate(-16.32,1.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 0.48,0 L 0.24,0 L 0.72,0 L 0.48,0.24 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3936"/><g id="g3938" transform="translate(-1.92,-2.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0,0.24 L -0.24,0.24 L -0.48,0.48 L -0.24,0.24 L 0,0.48 L 0.48,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3940"/><g id="g3942" transform="translate(0.48,1.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.72 L 0.72,-0.72 L 0.72,0 L 0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3944"/><g id="g3946" transform="translate(18.24,0.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L -0.24,0 L -0.24,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3948"/><g id="g3950" transform="translate(1.2,-1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.24 L -0.48,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3952"/><g id="g3954" transform="translate(-1.2,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.72 L -0.24,0.48 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3956"/><g id="g3958" transform="translate(0.72,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3960"/><g id="g3962" transform="translate(-20.88,-1.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3964"/><g id="g3966" transform="translate(18.72,1.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3968"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g><path d="M 252.32687,284.88 L 252.08687,284.16 L 252.08687,283.44 L 251.84687,283.44 L 251.84687,283.92 L 251.36687,284.64 L 250.64687,283.92 L 250.64687,283.68 L 250.16687,282.24 L 250.88687,282.96 L 251.12687,282.96 L 251.12687,282.72 L 250.64687,282.24 L 251.36687,282.24 L 251.36687,282 L 251.12687,281.76 L 250.88687,282 L 250.64687,281.76 L 251.12687,281.76 L 251.12687,281.28 L 251.36687,281.28 L 251.36687,281.04 L 251.60687,281.28 L 251.60687,281.04 L 251.12687,280.8 L 251.12687,280.56 L 251.84687,280.56 L 251.84687,280.08 L 251.36687,280.08 L 251.60687,280.08 L 251.84687,279.84 L 251.60687,279.36 L 251.60687,278.88 L 251.12687,278.64 L 251.36687,278.4 L 251.12687,278.16" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path3996"/><g id="g3998" transform="translate(254.48687,285.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.48 L 0,-0.96 L 0.24,-0.72 L 0,-0.96 L 0,-1.44 L 0.48,-1.92 L 0.24,-2.4 L 0,-2.4 L -0.24,-2.16 L -0.48,-2.4 L -0.24,-1.68 L -0.72,-0.72 L -0.96,-2.16 L -0.72,-2.4 L -0.96,-2.4 L -0.96,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4000"/><g id="g4002" transform="translate(6.96,-1.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.48 L -0.48,0 L -1.2,-0.24 L -2.4,0.24 L -2.64,0.72 L -2.4,0.72 L -2.64,0.72 L -2.4,0.96 L -2.88,1.2 L -2.64,1.44 L -3.12,1.92 L -3.36,1.68 L -3.36,1.92 L -3.6,1.92 L -3.6,2.16" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4004"/><g id="g4006" transform="translate(-27.6,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.72,-0.48 L 0.96,-1.2 L 1.2,-1.2 L 0.96,-1.44 L 1.44,-1.44 L 2.16,-0.24 L 1.44,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4008"/><g id="g4010" transform="translate(0,-2.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.72,0.48 L 0.96,0.72 L 0.48,0.96 L 0.24,0.72 L 0.24,1.2 L 0,1.2" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4012"/><g id="g4014" transform="translate(0,1.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,-0.24 L 0.24,0.72 L -0.24,0.72" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4016"/><g id="g4018" transform="translate(18.96,2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4020"/><g id="g4022" transform="translate(-17.04,-1.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 0.48,0 L 0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4024"/><g id="g4026" transform="translate(-2.16,-0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4028"/><g id="g4030" transform="translate(21.12,1.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4032"/></g></g></g></g></g></g></g></g></g><path d="M 251.12687,278.16 L 251.36687,277.92 L 250.88687,277.92 L 251.12687,277.44 L 250.64687,277.44 L 250.88687,276.96 L 250.64687,276.96 L 250.64687,276.72 L 250.40687,276.72 L 250.40687,276.48 L 249.92687,276.72 L 250.16687,276.48 L 249.68687,276.48 L 249.68687,276.24 L 249.20687,276.24 L 248.96687,275.52 L 249.20687,275.28 L 248.96687,275.04 L 248.72687,275.28 L 248.48687,275.04 L 248.24687,274.56 L 248.24687,274.32 L 248.00687,274.32 L 248.00687,274.8 L 248.00687,274.32 L 247.76687,274.32 L 247.76687,274.56 L 247.52687,274.32 L 246.80687,274.8 L 247.52687,274.08 L 247.04687,274.08 L 247.04687,273.84 L 246.80687,273.84 L 246.56687,273.36 L 246.56687,273.6 L 246.32687,273.6 L 246.32687,273.12 L 246.32687,273.6 L 246.08687,273.6 L 246.08687,273.36 L 246.08687,273.6 L 245.60687,272.64 L 245.12687,272.64 L 245.12687,272.4 L 244.88687,272.64 L 244.64687,272.64 L 244.64687,271.92 L 244.16687,271.68 L 243.92687,271.92 L 244.16687,271.44 L 243.92687,271.68 L 243.92687,271.44 L 243.68687,271.68 L 243.68687,271.44 L 243.68687,271.68 L 243.44687,271.44 L 243.44687,271.2 L 243.20687,272.16 L 242.96687,272.16 L 242.96687,271.92 L 243.20687,271.92 L 242.96687,271.68 L 243.20687,271.68 L 242.96687,271.44 L 242.72687,271.44 L 242.00687,271.68 L 242.00687,271.44 L 242.00687,271.68 L 241.76687,271.44 L 242.24687,270.96 L 242.72687,270.96 L 242.00687,270.96 L 241.52687,271.44 L 241.28687,271.2 L 241.28687,271.44 L 240.80687,271.68 L 240.80687,271.44 L 240.32687,270.96 L 240.32687,270.72 L 240.56687,270.96 L 240.32687,270.48 L 240.80687,269.76 L 241.28687,270 L 241.28687,270.24 L 241.52687,270 L 241.28687,270 L 241.76687,270 L 242.00687,269.76 L 243.20687,270.72 L 243.44687,270.48 L 243.20687,270.72 L 242.48687,270 L 242.00687,269.76 L 242.72687,269.28 L 241.76687,269.52 L 242.00687,268.56 L 242.48687,268.32 L 242.00687,268.32 L 241.52687,268.8 L 241.04687,269.04 L 241.28687,268.56 L 241.76687,268.08 L 241.76687,267.84 L 241.28687,268.32 L 240.56687,268.32 L 241.52687,267.84 L 241.28687,267.6 L 240.56687,268.08 L 241.04687,267.36 L 240.80687,267.36 L 240.80687,266.88 L 240.56687,267.12 L 240.56687,267.84 L 240.32687,266.88 L 240.56687,266.64 L 240.08687,266.4 L 240.08687,266.88 L 239.84687,267.12 L 239.84687,266.64 L 240.08687,266.64 L 239.84687,266.64 L 239.84687,266.16 L 239.84687,266.4 L 239.60687,266.16 L 239.60687,266.64 L 239.36687,266.16 L 239.60687,265.92 L 239.36687,265.92 L 239.12687,265.68 L 239.12687,266.64 L 239.36687,268.32 L 239.12687,269.28 L 238.64687,269.52 L 238.16687,268.8 L 238.16687,267.6 L 237.92687,267.12 L 238.16687,266.4 L 237.92687,266.16" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4108"/><g id="g4110" transform="translate(246.56687,273.6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.48 L -0.24,0.72 L -0.24,0.48 L 0,0.24 L -0.24,0.24 L -0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4112"/><g id="g4114" transform="translate(-5.52,-4.56)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.48,-0.24 L -0.48,-0.48 L 0,-0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4116"/><g id="g4118" transform="translate(3.12,2.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.48 L -0.72,0.48 L -0.96,0.24 L -0.72,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4120"/><g id="g4122" transform="translate(-2.4,-2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.48 L -0.48,0.24 L -0.48,0 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4124"/><g id="g4126" transform="translate(-4.32,-1.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.72 L 0.48,1.68 L 0,1.92 L -0.48,1.68" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4128"/><g id="g4130" transform="translate(2.64,2.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L 0,-0.48 L 0.48,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4132"/><g id="g4134" transform="translate(7.92,5.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.48 L 0.24,-0.24 L -0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4136"/><g id="g4138" transform="translate(-5.04,-3.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.48,0 L -0.72,0.24 L -0.72,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4140"/><g id="g4142" transform="translate(-4.8,-5.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 0.24,-0.48 L 0,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4144"/><g id="g4146" transform="translate(2.16,1.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L 0,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4148"/><g id="g4150" transform="translate(-1.92,-2.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.48 L 0,-0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4152"/></g></g></g></g></g></g></g></g></g></g></g><path d="M 251.12687,247.68 L 251.36687,247.92 L 250.88687,248.16 L 250.88687,248.4 L 250.64687,248.4 L 250.64687,248.64 L 251.12687,248.16 L 252.08687,248.16 L 252.56687,247.68 L 252.80687,247.92 L 252.80687,248.16 L 251.36687,248.88 L 251.60687,249.36 L 250.88687,249.6 L 250.88687,249.84 L 251.60687,249.36 L 251.84687,249.36 L 252.56687,249.84 L 252.56687,250.32 L 252.80687,249.84 L 253.04687,250.32 L 253.04687,249.6 L 253.52687,249.12 L 254.48687,248.88 L 254.72687,249.36 L 254.72687,249.12 L 254.96687,249.12 L 254.96687,249.84 L 254.24687,250.56 L 254.24687,251.04 L 253.52687,251.52 L 254.24687,251.04 L 254.48687,251.04 L 254.24687,251.76 L 254.48687,251.76 L 254.24687,252.24 L 254.48687,252.24 L 254.72687,252 L 254.48687,250.56 L 254.72687,250.32 L 254.96687,250.56 L 254.96687,250.32 L 255.20687,249.84 L 255.20687,248.88 L 255.68687,248.88 L 255.44687,248.64 L 255.44687,247.92 L 254.72687,246.96 L 254.96687,246.24 L 255.44687,245.76 L 256.40687,246.48 L 255.68687,245.76 L 255.92687,245.52 L 255.92687,245.28 L 256.40687,245.28 L 256.40687,245.52 L 256.64687,245.76 L 256.64687,246 L 256.88687,246 L 256.64687,246.24 L 256.88687,246 L 257.12687,246.24 L 256.88687,246.48 L 257.12687,246.48 L 257.36687,246.72 L 256.64687,246.96 L 257.36687,246.72 L 257.36687,246.96 L 257.36687,246.72 L 257.60687,246.96 L 257.36687,247.2 L 257.60687,247.2 L 257.84687,247.68 L 257.60687,247.68 L 257.12687,247.44 L 257.36687,247.92 L 258.08687,248.16 L 258.08687,248.4 L 257.36687,248.16 L 257.84687,248.64 L 257.12687,248.64 L 258.08687,248.88 L 257.84687,250.08 L 257.60687,250.08 L 257.84687,250.32 L 257.60687,251.04 L 257.12687,251.28 L 256.40687,251.04 L 257.12687,251.28 L 256.40687,252 L 257.60687,251.28 L 257.60687,251.52 L 257.84687,251.76 L 257.84687,252.24 L 257.60687,252.48 L 257.12687,252.72 L 256.40687,252.48 L 257.12687,252.72 L 256.64687,252.96 L 257.12687,252.72 L 256.88687,253.2 L 256.64687,253.44 L 257.12687,253.2 L 257.12687,252.72 L 257.60687,252.72 L 258.08687,252.48 L 258.32687,252.72 L 257.84687,253.68 L 257.36687,253.68 L 257.12687,253.92 L 256.64687,253.68 L 257.12687,254.16 L 256.88687,254.16 L 257.36687,254.16 L 257.60687,253.68 L 257.84687,253.68 L 257.60687,254.4 L 257.84687,254.88 L 257.84687,254.16 L 258.08687,253.92 L 258.08687,253.44 L 258.56687,253.44 L 258.80687,253.68 L 259.52687,253.44 L 259.28687,254.64 L 259.52687,254.88 L 259.52687,253.44 L 259.76687,253.68 L 260.24687,253.92 L 260.72687,252.72 L 261.20687,252.48 L 260.72687,252.48 L 260.48687,253.44 L 260.00687,253.44 L 260.00687,252.72 L 260.48687,251.76 L 261.20687,251.76 L 261.92687,251.28 L 262.40687,252 L 262.64687,252.24 L 262.16687,253.2 L 261.92687,253.2 L 261.44687,252.48 L 261.68687,252.96 L 261.68687,253.68 L 261.92687,253.44 L 261.92687,253.68 L 262.40687,253.92 L 262.16687,254.16 L 262.40687,253.92 L 262.64687,253.92 L 262.88687,254.64 L 262.88687,254.16 L 263.60687,253.44 L 263.36687,253.2 L 263.60687,252.96" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4248"/><g id="g4250" transform="translate(266.72687,257.28)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.24 L -0.48,0.72 L -0.72,0.72 L -0.48,0.24 L -0.72,0.72 L -1.2,0.72 L -0.72,1.2 L -0.96,1.68 L -0.96,1.44 L -0.72,1.2 L -0.48,1.2 L -0.72,1.44 L -0.48,1.44 L -0.72,1.68 L -0.48,1.68 L -0.72,2.16 L -0.48,2.16 L -0.24,2.4 L -0.24,1.68 L 0.48,1.68 L 0,2.16 L 0.72,1.68 L 0.24,2.16 L 0.48,2.16 L 0.96,1.68" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4252"/><g id="g4254" transform="translate(-2.64,-3.6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L -0.48,0.48 L -0.24,0.48 L 0.24,1.2 L 0,1.68 L -0.48,1.44 L -0.48,2.4 L -0.48,1.68 L 0.24,1.68 L 0.48,1.44 L 0.48,2.4 L 0,3.12 L 0.48,2.4 L 0.48,3.36 L 0.72,1.92 L 0.96,1.68 L 0.96,1.44" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4256"/><g id="g4258" transform="translate(5.04,7.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.48 L 0,0.72 L -0.96,0.24 L -1.2,0.48 L -0.24,1.2 L -0.24,1.44 L 0,1.2 L 0.96,2.16 L 0.72,2.16 L 0.72,2.4 L 0.96,2.16 L 0.96,2.64 L 1.44,2.64 L 1.68,2.4 L 1.92,2.88" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4260"/><g id="g4262" transform="translate(-11.04,-10.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.48 L 0.24,-1.2 L 0.48,-1.2 L 0.24,-1.44 L 0.72,-1.68 L 0.96,-1.44 L 0.72,-1.2 L 0.72,-0.72 L 1.2,-1.2 L 1.44,-0.96 L 1.2,-0.72 L 1.2,0.48 L 0.24,1.2 L 0,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4264"/><g id="g4266" transform="translate(-6.48,-1.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 1.44,-0.72 L 1.68,-0.96 L 2.4,-1.2 L 2.4,-0.72 L 2.64,-0.48 L 2.64,-0.24 L 2.88,0 L 1.92,0 L 1.44,0.48 L 0.72,0.24 L 0.48,0.48 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4268"/><g id="g4270" transform="translate(16.8,11.04)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.48 L 0.24,0.24 L -0.24,0.72 L 0,0.48 L 0,0.72 L 0.24,0.48 L 0,0.96 L 0.24,1.2 L 0.24,0.96 L 0.48,0.72" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4272"/><g id="g4274" transform="translate(-9.6,-8.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,-0.48 L 0.48,-1.2 L 0.96,-1.44 L 0.96,-0.96 L 1.44,-0.96 L 1.2,-0.48 L 0.72,0 L -0.24,0.48 L -0.48,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4276"/><g id="g4278" transform="translate(-3.84,-7.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.48,0.24 L -0.24,0.48 L -0.96,1.2 L -1.44,2.4 L -1.68,2.4 L -1.44,2.64 L -2.64,2.88 L -2.88,3.36 L -3.6,3.12" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4280"/><g id="g4282" transform="translate(4.8,7.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L -0.72,1.2 L 0,0.48 L -0.48,1.44 L -0.96,1.68 L -1.44,1.68 L -0.96,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4284"/><g id="g4286" transform="translate(4.8,2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0.24 L 0,0.48 L -0.48,0 L -0.48,-0.48 L -0.24,-0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4288"/><g id="g4290" transform="translate(-2.16,-0.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.48 L 0.96,-0.96 L 0.96,-0.24 L 0.72,0.24 L 0.48,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4292"/><g id="g4294" transform="translate(3.84,3.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.96,0.72 L -0.96,0.96 L -0.96,0.72 L -0.24,0.24 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4296"/><g id="g4298" transform="translate(6,8.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L 0,0.24 L -0.24,0.24 L 0,0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4300"/><g id="g4302" transform="translate(-19.68,-15.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L 0.48,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4304"/><g id="g4306" transform="translate(5.28,2.4)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4308"/><g id="g4310" transform="translate(11.52,9.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4312"/><g id="g4314" transform="translate(3.12,4.56)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4316"/><g id="g4318" transform="translate(-4.56,-6.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.48,0.48 L -0.96,0.72 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4320"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><path d="M 213.44687,281.52 L 213.68687,281.28 L 213.44687,281.28 L 213.20687,281.04 L 213.68687,281.28 L 213.20687,281.04 L 213.44687,281.04 L 213.44687,280.56 L 213.20687,280.8 L 212.72687,280.56 L 212.96687,280.8 L 212.72687,280.56 L 213.20687,280.32 L 212.48687,280.32 L 212.24687,279.84 L 212.72687,279.84 L 212.24687,279.84 L 212.24687,279.6 L 212.48687,279.6 L 212.00687,279.36 L 212.00687,278.88 L 212.24687,279.12 L 212.00687,278.88 L 212.24687,278.4 L 212.00687,278.4 L 212.00687,277.68 L 211.76687,277.68 L 212.00687,277.68 L 211.76687,277.2 L 211.76687,276.96 L 211.28687,276.24 L 211.52687,275.76 L 211.76687,276 L 212.24687,276.24 L 212.00687,276 L 212.24687,276 L 212.48687,275.76 L 212.48687,276.24 L 212.72687,276.24 L 212.72687,276.48 L 212.48687,276.48 L 212.72687,276.72 L 212.96687,276.48 L 212.96687,276.72 L 213.20687,276.72 L 213.68687,277.2 L 213.44687,277.44 L 213.68687,277.44 L 213.44687,277.68 L 213.92687,277.68 L 213.92687,277.92 L 214.16687,277.92 L 213.92687,278.16 L 214.16687,277.92 L 214.40687,278.16 L 214.16687,278.4 L 214.40687,278.4 L 214.16687,278.64 L 214.64687,278.4 L 214.64687,278.88 L 214.40687,278.88 L 214.64687,278.88 L 214.88687,279.36 L 215.60687,279.6 L 215.84687,280.32 L 216.32687,280.32 L 216.32687,279.6 L 216.08687,279.6 L 216.32687,279.36 L 215.84687,279.36 L 216.08687,279.36 L 215.36687,278.64 L 216.56687,279.12 L 216.08687,278.88 L 216.32687,278.64 L 215.84687,278.64 L 215.12687,277.92 L 215.36687,277.92 L 215.36687,277.68 L 215.12687,277.68 L 214.88687,277.44 L 215.36687,277.44 L 214.64687,277.2 L 214.64687,276.96 L 215.36687,277.44 L 215.60687,277.2 L 215.36687,277.44 L 214.64687,276.96 L 214.40687,276.48 L 215.36687,276.72 L 214.88687,276.48 L 214.64687,276.24 L 214.88687,276.24 L 214.40687,276.24 L 214.40687,276 L 214.88687,276 L 214.64687,276 L 214.64687,275.76 L 214.16687,275.76 L 214.64687,275.52 L 214.16687,275.52 L 214.16687,275.28 L 213.92687,275.28 L 213.68687,275.04 L 213.92687,274.8 L 214.88687,275.52 L 214.40687,274.8 L 214.64687,274.56 L 214.88687,274.8 L 215.12687,274.8 L 215.12687,275.04 L 215.36687,274.8 L 215.36687,275.28 L 215.60687,275.04 L 215.84687,275.28 L 215.60687,275.04 L 216.08687,275.28 L 216.08687,275.52 L 216.08687,275.28 L 216.08687,275.52 L 216.08687,275.28 L 216.56687,275.52 L 217.04687,276 L 217.04687,275.52 L 215.84687,275.04 L 215.60687,274.56 L 215.84687,274.8 L 215.84687,274.56 L 216.08687,274.56 L 216.08687,275.04 L 216.32687,274.56 L 216.80687,275.04 L 216.56687,274.8 L 216.80687,274.8 L 217.04687,275.52 L 217.52687,275.28 L 217.76687,275.04 L 217.76687,275.28 L 217.52687,275.52 L 217.76687,275.52 L 217.76687,275.76 L 217.76687,275.52 L 217.76687,275.76 L 218.00687,275.76 L 218.00687,276.24 L 218.24687,276 L 218.48687,276.48 L 218.48687,276 L 218.72687,276 L 218.96687,275.76 L 219.20687,276 L 218.96687,276 L 219.20687,276 L 218.72687,276.24 L 219.20687,276.24 L 218.96687,276.72 L 219.20687,276.72 L 219.68687,276.48 L 219.68687,276.72 L 219.44687,276.72 L 219.92687,276.72 L 219.68687,276.96 L 219.92687,276.96 L 219.92687,277.2 L 219.20687,276.96 L 219.68687,277.2 L 219.44687,277.2 L 219.92687,277.2 L 219.68687,277.2 L 219.44687,277.68 L 219.20687,277.44 L 219.44687,277.68 L 219.68687,277.44 L 219.92687,277.44 L 219.92687,277.68 L 220.16687,277.92 L 219.92687,277.92 L 220.16687,277.92 L 220.16687,278.16 L 219.44687,277.92 L 220.40687,278.16 L 220.16687,278.4 L 220.64687,278.16 L 220.16687,278.64 L 220.88687,278.4 L 220.64687,278.88 L 220.88687,278.64 L 220.88687,279.12 L 221.12687,278.64 L 221.36687,278.64 L 221.36687,279.12 L 221.60687,279.12 L 221.60687,279.36 L 221.60687,278.88 L 221.84687,279.12 L 221.84687,279.6 L 221.60687,279.6 L 221.60687,279.36 L 221.60687,279.6 L 221.36687,279.84 L 221.60687,279.84 L 221.84687,279.6 L 221.84687,279.84 L 222.08687,279.6 L 222.32687,279.84 L 222.08687,280.08 L 222.56687,280.08 L 222.56687,280.32 L 222.56687,280.08 L 222.80687,280.32 L 222.32687,279.6 L 222.80687,279.6 L 222.56687,279.36 L 222.80687,279.36 L 222.56687,279.12 L 223.04687,278.88 L 223.52687,279.84 L 224.24687,280.08 L 224.00687,279.84 L 224.24687,279.84 L 223.52687,279.36 L 223.76687,279.12 L 224.00687,279.6 L 224.00687,279.12 L 224.48687,279.36 L 224.48687,279.6 L 224.72687,279.6 L 224.24687,279.12 L 224.48687,279.12 L 224.48687,278.88 L 224.72687,279.36 L 224.72687,278.88 L 224.48687,278.88 L 224.24687,278.64 L 224.00687,278.64 L 224.24687,278.4 L 223.76687,278.4 L 223.52687,278.16 L 223.76687,278.16 L 223.28687,277.68 L 224.24687,277.2 L 223.76687,277.2 L 223.28687,277.68 L 223.04687,277.44 L 223.52687,276.48 L 224.00687,276.48 L 224.48687,276 L 224.00687,276.48 L 223.28687,276.24 L 223.28687,276.48 L 223.04687,276.96 L 222.32687,276.96 L 222.56687,276.96 L 222.32687,276.72 L 222.56687,276.24 L 222.08687,276.72 L 222.08687,276.48 L 221.84687,276.48 L 222.32687,276 L 222.08687,276 L 221.84687,276.48 L 221.60687,276.48 L 221.84687,275.52 L 221.36687,276.24 L 221.60687,276 L 221.36687,276.24 L 221.36687,275.76 L 221.12687,276 L 220.88687,275.76 L 221.84687,275.28 L 221.36687,275.52 L 221.12687,275.52 L 221.36687,275.28 L 220.88687,275.28 L 220.88687,275.04 L 221.12687,275.04 L 220.88687,274.8 L 221.36687,274.8 L 220.88687,274.8 L 220.88687,274.56 L 220.64687,274.8 L 220.88687,274.56 L 220.40687,274.56 L 220.40687,274.32 L 220.88687,274.32 L 220.88687,274.08 L 221.12687,274.32 L 221.12687,274.08 L 221.36687,274.56 L 221.36687,274.32 L 221.60687,274.32 L 221.84687,274.56 L 221.84687,274.32 L 222.08687,274.8 L 222.08687,274.32 L 222.32687,274.8 L 222.32687,274.56 L 222.56687,274.56 L 222.56687,275.04 L 222.56687,274.56 L 223.28687,274.8 L 222.56687,274.32 L 222.56687,274.08 L 223.04687,274.08 L 222.80687,273.84 L 222.56687,273.84 L 222.80687,273.84 L 222.56687,273.6 L 222.80687,273.6 L 223.04687,274.08 L 223.04687,273.6 L 223.52687,274.08 L 223.28687,273.84 L 223.28687,273.36 L 223.52687,273.6 L 223.76687,273.6 L 223.76687,274.08 L 224.00687,274.32 L 223.76687,274.08 L 223.76687,273.6 L 224.00687,273.12 L 224.48687,273.84 L 224.24687,274.08 L 224.72687,274.32 L 224.24687,274.08 L 224.72687,273.84 L 224.96687,273.84 L 224.96687,274.32 L 224.96687,273.6 L 224.72687,273.6 L 224.72687,273.36 L 224.96687,272.88 L 225.20687,272.88 L 224.96687,273.36 L 225.20687,272.88 L 225.68687,273.36 L 225.68687,273.84 L 225.92687,273.6 L 225.44687,272.88 L 225.92687,272.88 L 226.16687,273.12 L 226.16687,273.6 L 226.40687,273.36 L 226.40687,273.84 L 226.64687,273.36 L 226.64687,273.6 L 226.40687,273.84 L 226.88687,273.84 L 226.64687,274.08 L 226.40687,274.08 L 226.40687,274.32 L 225.92687,274.08 L 226.40687,274.32 L 226.40687,274.56 L 225.68687,274.32 L 225.44687,274.56 L 226.40687,274.8 L 226.16687,275.28 L 225.44687,275.28 L 225.92687,275.28 L 225.92687,275.52 L 225.68687,275.76 L 226.40687,275.04 L 226.64687,275.28 L 227.12687,275.04 L 227.36687,275.28 L 225.92687,275.76 L 226.16687,275.76 L 226.64687,275.52 L 226.88687,275.52 L 226.40687,276.72 L 226.16687,276.72 L 226.40687,276.72 L 226.88687,276 L 226.64687,276.96 L 227.12687,276.48 L 227.12687,276.96 L 227.12687,276 L 227.60687,276.24 L 227.36687,276.48 L 227.84687,276.24 L 227.84687,276.72 L 228.08687,276.72 L 227.84687,276.96 L 228.08687,276.72 L 228.08687,276.96 L 228.32687,276.96 L 228.32687,277.2 L 227.84687,277.2 L 228.32687,277.44 L 227.84687,277.68 L 228.32687,277.44 L 228.08687,277.68 L 228.56687,277.44 L 228.56687,277.68 L 228.80687,277.2 L 228.80687,277.68 L 228.56687,277.92 L 228.08687,277.92 L 227.60687,277.68 L 228.08687,278.16 L 228.80687,277.92 L 228.56687,278.4 L 227.60687,278.4 L 228.32687,278.4 L 228.56687,278.64 L 228.32687,278.64 L 228.80687,278.64 L 228.56687,278.88 L 227.84687,278.88 L 228.08687,279.36 L 228.08687,278.88 L 228.80687,278.88 L 228.80687,279.12 L 228.80687,278.88 L 228.80687,279.36 L 228.32687,279.36 L 228.80687,279.36 L 228.32687,279.6 L 229.28687,279.36 L 229.28687,279.84 L 229.04687,280.08 L 229.28687,280.08 L 229.28687,279.84 L 229.52687,280.08 L 229.04687,280.32 L 229.04687,280.56 L 229.28687,280.32 L 229.04687,280.56 L 229.52687,280.32 L 229.52687,279.84 L 229.76687,279.36 L 229.76687,279.84 L 229.52687,279.84 L 229.52687,280.08 L 229.76687,280.08 L 229.76687,280.32 L 230.00687,280.32 L 230.00687,280.56 L 229.76687,280.8 L 229.52687,280.8 L 230.00687,280.8 L 229.76687,281.52 L 230.00687,281.28 L 230.00687,281.52 L 230.24687,281.04 L 230.48687,282.24 L 230.48687,282.48 L 230.72687,282 L 230.48687,281.52 L 230.72687,281.52 L 230.48687,280.8 L 230.72687,281.52 L 230.72687,281.04 L 230.96687,281.04 L 230.96687,281.52 L 231.20687,280.8 L 231.44687,281.28 L 231.68687,281.52 L 231.20687,281.76 L 230.96687,282 L 231.20687,282 L 231.68687,281.52 L 231.68687,282 L 231.68687,281.28 L 231.92687,282 L 231.68687,282.24 L 231.92687,282.24 L 231.92687,281.28 L 231.68687,280.8 L 231.68687,279.84 L 232.16687,279.84 L 232.40687,280.32 L 232.40687,281.04 L 232.64687,282 L 232.40687,282.48 L 232.40687,283.2" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7076"/><g id="g7078" transform="translate(206.48687,272.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.48,0 L 0,0.24 L 0.48,0 L 0.72,0 L 0.48,0.24 L 0.72,0 L 0.72,0.48 L 0.72,0 L 0.96,0.72 L 0.72,0.48 L 0.72,0.72 L 0,0.72 L 0,0.96" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7080"/><g id="g7082" transform="translate(-0.96,7.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.24,-0.24 L 0.72,-0.24 L 0.72,0 L 0.96,-0.24 L 1.44,0 L 1.68,-0.24 L 1.92,0 L 2.4,-0.48 L 3.12,-0.24 L 2.88,0 L 2.4,0 L 2.64,0 L 2.16,0.24 L 2.4,0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7084"/><g id="g7086" transform="translate(13.68,-4.32)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 0.24,0 L 0.48,0 L 0,0.24 L 0.48,0.24 L -0.24,0.48 L -0.24,0.24 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7088"/><g id="g7090" transform="translate(-8.88,-1.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L 0.48,-0.48 L 0.24,-0.24 L 0.72,-0.48 L 0.72,0.72 L 0.48,0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7092"/><g id="g7094" transform="translate(22.08,8.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.72 L 0.48,-1.2 L 0.48,-1.68 L 0.96,-1.92 L 0.72,-2.64 L 1.44,-2.64 L 1.44,-2.4" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7096"/><g id="g7098" transform="translate(-15.36,-7.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.72 L 0.24,-0.48 L 0,-0.48 L 0.24,-0.24 L 0.48,-0.24 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7100"/><g id="g7102" transform="translate(-3.6,-0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.48 L 0.24,-0.96 L 0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7104"/><g id="g7106" transform="translate(9.6,-1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L 0,-0.24 L -0.24,-0.48 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7108"/><g id="g7110" transform="translate(9.84,7.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.24,-0.24 L 0,-0.24 L 0.24,0 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7112"/><g id="g7114" transform="translate(-25.2,-7.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.72 L 0,-0.72 L 0,-0.48 L 0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7116"/><g id="g7118" transform="translate(-0.96,4.32)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0 L 0.72,0.24 L 0.72,0.48 L -0.48,0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7120"/><g id="g7122" transform="translate(27.12,4.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.24,0.24 L -0.72,0.72 L -0.72,0.96 L -1.2,1.2" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7124"/><g id="g7126" transform="translate(-17.04,-7.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.72,-0.48 L -0.96,-0.72 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7128"/><g id="g7130" transform="translate(-5.52,-0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.48 L 0.48,0.24 L 0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7132"/><g id="g7134" transform="translate(15.12,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.72,-0.24 L 0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7136"/><g id="g7138" transform="translate(-19.92,-2.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.24,0.24 L 0.24,0 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7140"/><g id="g7142" transform="translate(21.12,3.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.48,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7144"/><g id="g7146" transform="translate(1.44,2.64)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0,0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7148"/><g id="g7150" transform="translate(3.6,4.32)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,-0.24 L 1.2,-0.96" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7152"/><g id="g7154" transform="translate(0.96,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7156"/><g id="g7158" transform="translate(0,-0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7160"/><g id="g7162" transform="translate(-10.32,-3.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.48 L 0.48,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7164"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><path d="M 236.48687,264 L 236.00687,264.24 L 236.00687,264.48 L 236.00687,264.24 L 236.24687,264 L 236.00687,264 L 236.00687,263.76 L 235.76687,264 L 236.00687,264 L 235.76687,264 L 236.00687,264.24 L 235.52687,264 L 236.00687,264.48 L 235.76687,264.72 L 236.00687,264.48 L 236.00687,264.96 L 235.28687,264.72 L 235.52687,264.48 L 234.80687,264.72 L 235.28687,264.24 L 234.80687,264.24 L 234.80687,263.76 L 234.56687,263.76 L 234.80687,264.48 L 234.56687,264.24 L 234.08687,264.96 L 234.08687,265.2 L 234.32687,264.96 L 234.32687,265.44 L 233.84687,265.44 L 234.08687,265.2 L 233.84687,265.68 L 233.84687,265.44 L 233.36687,265.68 L 232.88687,266.16 L 233.36687,265.44 L 232.88687,265.68 L 233.36687,265.2 L 232.88687,265.2 L 233.60687,264.24 L 233.84687,264.48 L 234.08687,264.24 L 234.56687,264 L 233.60687,264.24 L 233.60687,263.76 L 233.36687,264.24 L 233.36687,263.52 L 233.36687,263.76 L 233.12687,262.8 L 232.88687,263.04 L 233.12687,263.76 L 232.88687,264.48 L 232.88687,265.44 L 232.64687,264.72 L 232.64687,265.92 L 232.40687,266.16 L 232.64687,265.68 L 232.40687,265.68 L 232.40687,265.2 L 232.64687,264.48 L 232.16687,264.96 L 232.16687,265.68 L 232.16687,265.44 L 231.92687,265.68 L 231.92687,265.44 L 231.68687,265.68 L 231.68687,265.92 L 231.68687,265.44 L 231.44687,265.68 L 231.68687,265.68 L 231.44687,265.92 L 231.20687,265.68 L 230.72687,265.68 L 231.68687,265.2 L 232.88687,264 L 232.64687,264 L 231.92687,264.72 L 231.92687,263.76 L 232.40687,263.52 L 232.64687,264 L 233.12687,263.52 L 232.88687,263.28 L 232.64687,263.76 L 232.40687,263.52 L 232.88687,263.04 L 232.64687,263.28 L 232.88687,263.28 L 233.12687,262.56 L 232.16687,263.52 L 232.40687,263.04 L 232.16687,263.04 L 232.16687,262.8 L 232.16687,263.52 L 231.68687,263.76 L 231.92687,264.72 L 231.68687,264.96 L 231.68687,264.72 L 231.68687,265.2 L 231.20687,265.2 L 231.44687,264.96 L 230.96687,265.2 L 231.20687,265.2 L 230.48687,265.68 L 229.76687,265.44 L 230.48687,264.96 L 230.24687,264.96 L 230.96687,264 L 231.20687,263.28 L 230.96687,264 L 229.76687,265.44 L 229.52687,265.44 L 229.76687,264.96 L 229.52687,265.2 L 229.28687,265.2 L 229.52687,264.72 L 229.28687,265.2 L 229.28687,264.96 L 229.52687,264 L 230.00687,263.76 L 229.52687,263.76 L 229.76687,263.52 L 229.52687,263.76 L 229.52687,263.52 L 229.28687,264.24 L 229.04687,264.24 L 229.28687,263.76 L 228.80687,264.24 L 229.04687,263.76 L 228.56687,264.48 L 228.32687,264.24 L 228.56687,263.76 L 228.56687,263.28 L 228.08687,264.48 L 227.36687,264.24 L 227.84687,263.76 L 227.36687,264.24 L 227.12687,264.24 L 227.36687,264 L 227.12687,264.24 L 227.12687,263.76 L 227.60687,263.52 L 228.80687,263.04 L 229.28687,263.04 L 230.48687,262.32 L 230.72687,262.08 L 230.24687,262.32 L 230.48687,261.6 L 230.00687,262.56 L 229.52687,262.56 L 229.04687,262.8 L 228.80687,262.8 L 228.32687,263.04 L 226.88687,264 L 226.88687,263.76 L 226.64687,263.76 L 227.12687,263.28 L 226.64687,263.52 L 226.64687,263.28 L 227.36687,262.8 L 227.12687,262.8 L 227.12687,262.56 L 227.36687,262.56 L 227.84687,262.08 L 227.60687,262.08 L 227.36687,261.84 L 227.60687,262.32 L 227.36687,262.56 L 226.88687,262.32 L 227.12687,263.04 L 226.40687,263.28 L 226.64687,263.04 L 226.16687,263.28 L 226.16687,262.8 L 226.64687,262.8 L 226.16687,262.8 L 226.40687,262.56 L 225.92687,262.56 L 226.40687,262.32 L 225.68687,262.32 L 226.16687,262.32 L 225.68687,262.08 L 226.40687,261.6 L 226.64687,261.84 L 227.36687,261.36 L 227.36687,260.4 L 227.36687,260.88 L 226.88687,261.6 L 226.40687,261.6 L 225.44687,262.08 L 225.44687,261.84 L 225.20687,261.84 L 225.68687,261.84 L 225.44687,261.84 L 225.44687,261.6 L 225.20687,261.6 L 225.68687,261.6 L 225.20687,261.6 L 225.44687,261.36 L 224.96687,261.6 L 224.96687,261.12 L 224.48687,261.36 L 224.48687,261.12 L 224.24687,261.12 L 224.72687,261.12 L 224.72687,260.88 L 224.24687,261.12 L 224.72687,260.64 L 224.72687,260.88 L 224.96687,260.88 L 224.96687,260.64 L 224.72687,260.64 L 224.96687,260.4 L 225.20687,260.64 L 224.96687,260.4 L 225.20687,260.4 L 224.96687,260.4 L 224.48687,260.88 L 224.00687,261.12 L 222.80687,260.16 L 223.28687,259.92 L 224.72687,259.92 L 224.24687,259.68 L 224.96687,259.44 L 225.92687,260.4 L 225.92687,260.16 L 226.16687,259.92 L 225.68687,260.16 L 224.96687,259.2 L 224.96687,258.96 L 225.44687,258.72" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7248"/><g id="g7250" transform="translate(224.48687,258.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L 0.24,0.72 L 0.24,1.2 L 0.24,0.96 L 0,0.96 L 0,1.2 L -0.24,1.2 L 0,0.96 L -0.24,0.96 L 0,0.72 L -0.48,0.72 L 0,0.48 L -0.24,0.24 L -0.48,0.48 L -0.48,0.96 L -0.48,0.72 L -0.72,0.96 L -0.96,0.96 L -0.96,0.72 L -1.2,0.96 L -1.68,1.68 L -1.44,1.44 L -1.68,1.44 L -1.68,1.2 L -1.44,0.96 L -0.48,0.48 L -0.96,0.48 L -0.72,0 L -0.96,-0.24 L -0.72,0 L -1.68,1.2 L -1.92,0.96 L -1.92,1.44 L -1.92,0.96 L -2.4,0.96 L -1.92,0.48 L -2.4,0.96 L -2.4,0.72 L -2.64,0.96 L -2.88,0.96 L -2.64,0.72 L -2.88,0.96 L -2.88,0.72 L -2.64,0.48 L -3.12,0.72 L -3.12,0.24 L -2.64,0.48 L -2.4,-0.24 L -2.64,-0.24 L -2.4,-0.24 L -2.88,0.24 L -3.12,0.24 L -2.88,-0.24 L -3.36,0.24 L -3.36,0 L -3.12,0 L -3.36,0 L -3.12,-0.24 L -2.88,-0.96 L -3.6,0 L -3.84,0 L -3.6,-0.24 L -3.84,-0.24 L -3.6,-0.48 L -3.84,-0.48 L -3.6,-0.48 L -3.12,-1.44 L -3.84,-0.72 L -4.08,-0.96 L -4.32,-0.96 L -3.84,-1.44 L -4.56,-1.44 L -4.08,-1.44 L -3.84,-1.68" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7252"/><g id="g7254" transform="translate(12.48,10.8)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.48 L -0.24,0 L -0.72,0 L -0.96,-0.72 L -0.72,0 L -1.2,-0.24 L -0.96,-0.96 L -1.2,-1.2 L -0.96,-1.2 L -1.2,-1.44 L -0.72,-1.68 L -1.2,-1.44 L -1.2,-1.68 L -1.44,-0.96 L -1.68,-1.44 L -1.68,-1.68 L -0.24,-2.88 L 0,-2.88 L 0.24,-2.64 L 0.48,-1.92 L 0.48,-1.68" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7256"/><g id="g7258" transform="translate(1.44,-3.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.48,-0.48 L -0.72,0 L -0.96,0 L -0.96,-0.48 L -0.96,0 L -1.44,0 L -1.2,-0.72 L -1.44,-0.48 L -1.44,0 L -1.92,-0.24 L -2.4,-0.24 L -2.16,-0.48 L -1.68,-0.72 L -2.16,-0.72 L -1.68,-0.96 L -1.92,-1.2" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7260"/><g id="g7262" transform="translate(-1.44,0)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,0.24 L 0.96,0.24 L 0.96,0.72 L 0.72,0.72 L 0.96,0.48 L 0.24,0.72 L 0,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7264"/><g id="g7266" transform="translate(-3.84,-0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L 0,0 L -0.24,0.24 L 0,-0.24 L 0.48,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7268"/><g id="g7270" transform="translate(0.72,1.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.72 L 0.48,-0.72 L 0.24,-0.24 L -0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7272"/><g id="g7274" transform="translate(-8.4,-7.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0.24 L -0.48,0 L -0.72,0 L -0.96,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7276"/><g id="g7278" transform="translate(-4.8,-2.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.96,0 L -0.48,0 L -0.72,0 L -0.48,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7280"/><g id="g7282" transform="translate(2.88,3.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.72,-0.24 L 0.48,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7284"/><g id="g7286" transform="translate(0.24,-0.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,-0.24 L 0.48,0.24 L -0.48,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7288"/><g id="g7290" transform="translate(-3.6,-3.12)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.96,0 L -1.2,-0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7292"/><g id="g7294" transform="translate(18,9.6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L 0.24,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7296"/><g id="g7298" transform="translate(-0.24,0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7300"/><g id="g7302" transform="translate(-12,-7.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L 0.24,0.48 L 0.24,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7304"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g><path d="M 216.56687,246 L 217.04687,246 L 217.04687,245.76 L 217.52687,246 L 217.28687,245.76 L 217.76687,246 L 217.76687,245.76 L 217.28687,245.76 L 217.76687,245.04 L 217.52687,245.04 L 217.76687,244.32 L 218.00687,244.8 L 218.24687,244.56 L 218.24687,244.8 L 218.48687,244.56 L 218.24687,245.04 L 218.00687,245.28 L 218.48687,245.04 L 218.48687,245.76 L 218.24687,245.76 L 218.48687,245.76 L 218.24687,246.48 L 218.48687,245.52 L 218.96687,246 L 218.48687,245.52 L 218.72687,245.04 L 218.72687,245.28 L 218.72687,244.8 L 218.96687,245.04 L 219.20687,244.8 L 218.96687,245.28 L 219.20687,244.8 L 219.44687,244.8 L 219.20687,244.8 L 219.20687,245.52 L 219.20687,245.04 L 219.68687,245.04 L 219.44687,246 L 219.68687,245.04 L 219.68687,246 L 219.92687,245.28 L 220.16687,245.04 L 220.40687,245.28 L 220.64687,245.28 L 220.16687,245.76 L 220.40687,245.76 L 219.92687,246.48 L 220.64687,245.28 L 220.64687,246 L 220.88687,245.28 L 221.12687,245.52 L 220.88687,245.76 L 221.12687,245.76 L 220.88687,246.48 L 221.12687,245.52 L 221.84687,245.52 L 221.60687,245.52 L 221.84687,245.76 L 221.36687,246.24 L 221.60687,246.48 L 221.84687,245.76 L 222.08687,246 L 222.32687,245.76 L 222.32687,246 L 222.56687,245.76 L 222.08687,246.48 L 222.32687,246.48 L 222.32687,246.24 L 222.56687,246 L 222.80687,246 L 222.80687,246.24 L 223.04687,246 L 223.28687,246 L 222.80687,246.48 L 223.28687,246.48 L 223.76687,246.72 L 223.76687,247.92 L 224.00687,246.96 L 224.24687,246.72 L 224.00687,247.2 L 224.24687,247.44 L 224.24687,246.96 L 224.48687,247.2 L 224.24687,248.16 L 224.24687,248.4 L 224.48687,247.68 L 224.72687,247.92 L 224.48687,247.68 L 224.72687,247.92 L 224.72687,247.68 L 224.96687,247.92 L 224.72687,247.68 L 224.96687,247.68 L 224.96687,247.92 L 225.44687,247.68 L 224.96687,247.68 L 225.20687,247.2 L 225.44687,247.2 L 225.44687,246.96 L 225.68687,247.2 L 225.68687,246.96 L 225.92687,246.96 L 225.68687,247.68 L 225.68687,247.92 L 226.16687,248.16 L 225.92687,247.68 L 226.16687,246.96 L 226.16687,247.92 L 226.40687,246.96 L 226.16687,246.96 L 226.40687,246.96 L 226.64687,247.44 L 226.64687,247.68 L 226.88687,248.16 L 227.36687,248.16 L 227.12687,247.92 L 227.12687,247.68 L 227.36687,247.92 L 227.12687,247.44 L 227.36687,247.68 L 227.12687,247.2 L 227.36687,247.2 L 227.60687,247.68 L 227.60687,247.2 L 227.84687,247.44 L 227.84687,246.96 L 228.08687,247.2 L 227.84687,248.4 L 228.08687,248.4 L 228.08687,247.44 L 228.32687,246.96 L 228.80687,247.44 L 228.80687,247.68 L 229.04687,247.44 L 229.28687,247.68 L 229.28687,248.16 L 229.04687,248.16 L 229.04687,249.12 L 230.00687,248.16 L 229.76687,248.16 L 230.00687,247.92 L 230.24687,248.4 L 230.72687,248.64 L 230.96687,249.6 L 231.20687,249.6 L 231.44687,249.84 L 231.44687,249.6 L 231.68687,249.6 L 231.44687,249.36 L 231.92687,249.36 L 231.68687,248.88 L 231.92687,248.64" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7380"/><g id="g7382" transform="translate(218.96687,255.84)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,-0.24 L 0.48,-0.48 L 0.24,-0.24 L 0,-0.24 L 0.24,-0.72 L 0,-0.72 L 0.24,-0.96 L -0.24,-0.72 L 0,-1.2 L -0.24,-0.96 L -0.24,-1.2 L -0.48,-0.72 L -0.24,-0.96 L -0.72,-0.96 L -0.24,-1.2 L -0.72,-1.2 L -0.24,-1.44 L 0.24,-1.44 L -0.24,-1.44 L 0,-1.44 L 0,-1.68 L -0.72,-1.2 L -0.72,-1.44 L -0.96,-1.2 L -0.72,-1.44 L -1.2,-1.44 L -1.2,-1.68 L -0.72,-1.68 L -0.24,-1.92 L -1.2,-1.92 L -0.72,-2.16 L -1.44,-2.16 L -0.96,-2.64 L -1.44,-1.92 L -1.44,-2.16 L -1.68,-1.92 L -1.44,-2.4 L -1.68,-2.16 L -1.68,-2.4 L -0.96,-2.88 L -1.2,-2.88 L -0.96,-3.12 L -1.92,-2.4 L -1.68,-2.64 L -1.92,-2.64 L -1.68,-2.64 L -1.44,-2.88 L -1.68,-2.88 L -1.44,-3.36 L -1.68,-3.12 L -1.68,-3.36 L -1.92,-3.12 L -2.16,-3.12 L -1.92,-3.36 L -1.92,-3.12 L -2.16,-3.36 L -1.92,-3.6 L -1.44,-3.6 L -1.44,-3.84 L -1.92,-3.6 L -1.92,-3.84 L -1.68,-3.84 L -2.16,-4.08 L -1.68,-4.32 L -2.16,-4.32 L -1.92,-4.56 L -2.4,-4.32 L -2.64,-4.56 L -2.4,-4.8 L -2.16,-5.28 L -2.16,-4.8 L -1.92,-4.8 L -2.16,-5.04 L -1.92,-5.28 L -2.16,-5.28 L -1.68,-5.52 L -1.92,-5.52 L -1.68,-6 L -1.44,-5.76 L -1.68,-6 L -1.2,-6 L -1.2,-6.24 L -0.96,-6 L -1.2,-6.48 L -0.96,-6.48 L -0.96,-6.24 L -0.96,-6.48 L -0.48,-6.72 L -0.24,-6.24 L -0.24,-6.48 L 0,-6.48 L -0.24,-6.48 L -0.24,-6.96 L -0.96,-6.48 L -1.2,-6.72 L -0.24,-7.2 L 0,-6.96 L -0.24,-7.2 L 0.24,-7.44 L -0.48,-7.2 L -1.2,-6.72 L -1.44,-6.72 L -0.96,-6.96 L -1.68,-6.72 L -1.68,-6.96 L -1.2,-6.96 L -1.2,-7.2 L -1.44,-7.2 L -1.2,-7.44 L -0.48,-7.44 L -0.72,-7.44 L -0.48,-7.68 L -0.72,-7.44 L -1.2,-7.44 L -0.96,-7.68 L -1.2,-7.68 L -1.68,-7.2 L -1.44,-7.68 L -1.92,-7.2 L -2.16,-7.68 L -1.68,-7.44 L -1.44,-7.68 L -1.92,-7.68 L -1.92,-7.92 L -0.96,-7.92 L -1.2,-7.92 L -1.2,-8.16 L -1.92,-7.92 L -1.2,-8.4 L -1.92,-8.4 L -0.72,-8.64 L -2.4,-8.88 L -2.16,-9.12 L -0.96,-9.12 L -1.92,-9.12 L -1.68,-9.6 L -1.92,-9.36 L -2.16,-9.36 L -2.4,-9.12 L -2.64,-9.12 L -2.4,-9.36 L -2.64,-9.6" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7384"/><g id="g7386" transform="translate(12,-6.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,-0.96 L -0.72,-0.96 L -0.48,-1.44 L -0.48,-0.96 L -0.24,-0.96 L -0.24,-0.72 L 0,-0.72 L 0.24,-0.48 L 0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7388"/><g id="g7390" transform="translate(-13.92,0.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L -0.24,0 L 0,0 L -0.24,0 L 0,-0.24 L 0.24,-0.24 L 0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7392"/><g id="g7394" transform="translate(7.92,-2.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 0,0.24 L -0.24,0.48 L -0.24,0.24 L 0,0.24 L 0,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7396"/><g id="g7398" transform="translate(-8.64,4.32)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0.24 L -0.48,0 L -0.24,-0.24 L 0,-0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7400"/><g id="g7402" transform="translate(10.56,-3.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.96 L 0,-0.96 L -0.24,-1.2 L 0,-0.96 L 0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7404"/><g id="g7406" transform="translate(-10.56,-0.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,-0.24 L 0.72,0 L 0.48,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7408"/><g id="g7410" transform="translate(1.2,-2.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L -0.24,1.2 L -0.48,0.96 L -0.24,0.72 L -0.48,0.72" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7412"/><g id="g7414" transform="translate(11.76,4.08)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.48 L 0.48,-0.24 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7416"/><g id="g7418" transform="translate(-12.48,-2.88)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.24,0.48 L -0.24,0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7420"/><g id="g7422" transform="translate(3.36,10.8)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7424"/><g id="g7426" transform="translate(12.72,-6.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7428"/><g id="g7430" transform="translate(-16.32,-3.36)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7432"/><g id="g7434" transform="translate(0.96,-1.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7436"/><g id="g7438" transform="translate(6.96,14.16)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.72 L 0,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7440"/><g id="g7442" transform="translate(-3.84,-1.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.48,-0.24 L 0,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7444"/><g id="g7446" transform="translate(-3.36,-11.76)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,0.24 L 0.24,-0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7448"/><g id="g7450" transform="translate(-0.72,1.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7452"/><g id="g7454" transform="translate(9.6,12.96)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L -0.24,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7456"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><path d="M 232.88687,249.36 L 233.12687,249.36 L 233.12687,249.12 L 233.60687,249.36 L 233.84687,249.12 L 233.60687,248.88 L 233.84687,248.88 L 233.60687,248.64 L 233.84687,248.88 L 233.84687,248.64 L 234.08687,249.12 L 233.84687,248.4 L 234.08687,248.4 L 234.08687,248.16 L 234.32687,248.4 L 234.32687,248.16 L 234.56687,248.4 L 234.56687,248.16 L 234.32687,248.16 L 234.56687,248.16 L 234.56687,247.92 L 235.04687,248.16 L 234.80687,248.4 L 235.04687,248.64 L 235.04687,248.4 L 235.28687,248.4 L 235.28687,248.16 L 235.76687,248.4 L 235.52687,248.64 L 235.76687,248.4 L 236.00687,248.4 L 236.00687,248.64 L 236.24687,248.64 L 236.00687,248.4 L 236.24687,248.64 L 236.24687,249.12 L 236.48687,248.88 L 236.48687,248.64 L 236.72687,248.16 L 235.52687,248.16 L 235.76687,247.92 L 235.28687,247.92 L 235.52687,247.92 L 235.52687,247.2 L 235.52687,247.44 L 235.52687,247.2 L 235.76687,247.2 L 235.76687,247.92 L 235.76687,247.44 L 236.24687,247.92 L 236.00687,247.44 L 236.24687,247.68 L 236.00687,247.2 L 236.48687,246.96 L 236.72687,247.2 L 236.96687,246.96 L 236.72687,246.96 L 236.72687,246.72 L 236.48687,246.72 L 236.72687,246.72 L 236.72687,246.48 L 237.20687,246.72 L 237.20687,246.48 L 237.20687,246.72 L 237.44687,246.48 L 237.44687,246.72 L 237.44687,246.48 L 237.68687,246.72 L 237.92687,246.72 L 237.68687,246.96 L 237.92687,246.96 L 237.92687,247.2 L 237.92687,246.24 L 238.16687,246.24 L 238.16687,246.48 L 238.40687,246.48 L 238.16687,246.24 L 238.40687,246.24 L 238.40687,246 L 239.12687,246.24 L 239.12687,246.48 L 239.60687,246.48 L 239.36687,246.24 L 239.60687,246.24 L 239.36687,246.24 L 239.84687,246.24 L 240.08687,246.48 L 240.08687,246.24 L 240.08687,246.48 L 240.56687,246.48 L 240.56687,246.72 L 240.56687,246.48 L 240.56687,246.72 L 241.28687,246.48 L 241.28687,246.96 L 241.52687,246.72 L 241.52687,246.96 L 242.00687,246.72 L 242.00687,247.2 L 243.44687,247.2 L 243.68687,246.72 L 243.68687,246.96 L 243.92687,246.96 L 243.92687,247.2 L 244.40687,247.2 L 244.16687,247.68 L 244.40687,247.44 L 244.64687,248.64 L 244.88687,248.64 L 244.64687,248.16 L 244.88687,248.16 L 244.64687,247.44 L 244.88687,247.2 L 244.64687,247.2 L 244.40687,246.72 L 244.88687,246.72 L 244.64687,246.72 L 244.88687,246.24 L 245.12687,246.72 L 245.12687,246.24 L 245.36687,246 L 245.60687,246.48 L 245.60687,246.24 L 245.36687,246 L 245.84687,245.76 L 245.84687,246.24 L 246.08687,246 L 246.32687,246.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7480"/><g id="g7482" transform="translate(234.80687,247.68)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.24,-0.24 L 0,-0.48 L 0.48,-0.48 L 0.48,-0.24 L 0.72,0 L 0.72,-0.48 L 0.72,0.24 L 0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7484"/><g id="g7486" transform="translate(-2.64,1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.48,0 L 0.48,-0.24 L 0.48,0.24 L 0.72,0.24 L 0.72,0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7488"/><g id="g7490" transform="translate(-0.24,-0.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,0 L 0.24,0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7492"/></g></g></g><path d="M 250.40687,234.24 L 250.40687,234.48 L 250.16687,234.48 L 249.44687,233.52 L 249.20687,233.52 L 248.96687,233.28 L 249.20687,233.52 L 248.96687,233.52 L 249.20687,233.76 L 248.72687,233.76 L 248.48687,233.28 L 248.48687,233.52 L 248.00687,232.8 L 248.24687,233.52 L 248.24687,233.76 L 248.00687,233.76 L 248.48687,234 L 248.24687,234 L 248.48687,234.24 L 248.24687,234.48 L 248.24687,234.72 L 248.24687,234.48 L 248.72687,234.48 L 248.48687,234.48 L 248.96687,234.48 L 248.96687,234.72 L 248.72687,234.96 L 249.20687,234.96 L 248.96687,235.2 L 248.96687,235.44 L 248.72687,235.2 L 248.96687,235.68 L 248.72687,235.92 L 248.96687,235.92 L 248.96687,236.16 L 248.72687,236.16 L 248.96687,236.64 L 248.24687,237.12 L 248.24687,236.88 L 248.00687,237.12 L 248.00687,236.88 L 248.48687,236.64 L 248.24687,236.64 L 248.48687,236.64 L 248.48687,236.4 L 248.24687,236.16 L 248.00687,236.64 L 248.24687,235.92 L 247.76687,235.44 L 247.52687,235.44 L 248.00687,235.44 L 248.00687,235.68 L 247.52687,235.44 L 248.00687,235.92 L 247.52687,235.68 L 247.76687,235.92 L 247.52687,235.92 L 247.76687,236.16 L 247.52687,236.16 L 247.76687,236.4 L 247.52687,236.4 L 247.76687,236.64 L 247.52687,236.88 L 247.28687,236.88 L 247.28687,236.64 L 247.04687,236.88 L 247.28687,236.4 L 247.04687,236.88 L 246.80687,236.64 L 247.04687,235.92 L 246.56687,236.4 L 246.56687,236.16 L 247.04687,235.68 L 246.56687,235.92 L 246.80687,235.68 L 246.32687,235.68 L 246.56687,235.92 L 246.32687,236.4 L 246.08687,236.16 L 246.08687,235.92 L 245.84687,236.16 L 246.08687,235.68 L 245.84687,236.4 L 245.36687,236.16 L 245.84687,235.44 L 246.32687,235.44 L 246.56687,235.2 L 246.80687,235.2 L 247.04687,234.96 L 247.04687,235.2 L 246.80687,234.96 L 247.04687,234.72 L 247.04687,235.2 L 247.04687,234.72 L 247.28687,234.96 L 247.28687,234.72 L 247.76687,234.72 L 247.28687,234.48 L 247.52687,234.48 L 247.52687,234.24 L 247.76687,234 L 246.56687,234 L 246.80687,233.52 L 247.28687,233.52 L 247.04687,233.04 L 246.32687,233.76 L 246.08687,233.52 L 246.32687,233.76 L 245.84687,234 L 245.60687,233.76 L 245.60687,234 L 245.36687,234 L 245.12687,234.24 L 244.64687,234.48 L 244.64687,234 L 245.12687,233.76 L 245.60687,233.28 L 245.84687,233.28 L 245.84687,233.04 L 246.08687,233.04 L 245.84687,232.8 L 245.84687,232.56 L 245.84687,232.8 L 245.60687,232.56 L 245.84687,232.32 L 245.60687,232.08 L 246.32687,232.08 L 245.60687,231.84 L 245.84687,231.6 L 245.60687,231.6 L 246.08687,231.6 L 246.32687,231.36 L 245.60687,231.36 L 245.60687,231.12 L 245.36687,231.36 L 245.36687,231.12 L 245.12687,231.12 L 244.40687,231.36 L 244.64687,231.6 L 243.92687,230.88 L 245.36687,230.16 L 245.60687,229.92 L 245.84687,230.16 L 245.60687,229.92 L 245.84687,229.44 L 246.08687,229.68 L 246.08687,229.44 L 245.84687,229.44 L 246.08687,229.2 L 246.08687,228.48 L 246.32687,228.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7504"/><g id="g7506" transform="translate(246.32687,246.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.72 L 0.48,-0.72 L 0.48,-0.96 L 0.48,-0.48 L 0.72,-0.96 L 1.2,-0.96 L 1.44,-1.2 L 1.44,-0.96 L 1.68,-1.2 L 1.92,-0.96 L 1.92,-1.44 L 2.16,-1.44 L 2.4,-1.68 L 2.4,-1.44 L 2.64,-1.68 L 3.12,-1.68 L 2.88,-1.92 L 4.08,-1.92 L 4.08,-2.16 L 4.32,-1.92 L 4.56,-1.92 L 4.32,-1.68 L 4.56,-1.68 L 4.56,-1.92 L 4.8,-1.68 L 5.04,-1.92 L 5.28,-1.68 L 5.04,-1.44 L 5.28,-1.44 L 5.52,-1.92 L 5.76,-1.44 L 6,-1.68 L 6.24,-1.68 L 6.24,-1.92 L 6.48,-1.68 L 6.48,-1.44 L 6.72,-1.92 L 6.96,-1.92 L 7.2,-1.44 L 6.96,-1.2 L 7.44,-1.68 L 7.68,-1.44 L 7.68,-1.68 L 7.92,-1.68 L 7.68,-1.44 L 7.92,-1.44 L 8.16,-1.68 L 8.16,-1.44 L 8.4,-1.68 L 8.64,-1.68" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7508"/><g id="g7510" transform="translate(5.04,1.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7512"/></g></g><path d="M 246.32687,228.24 L 247.52687,227.04 L 248.24687,226.8 L 248.00687,227.04 L 248.00687,227.28 L 248.24687,227.04 L 248.72687,227.04 L 248.72687,227.28 L 248.96687,227.04 L 248.72687,227.28 L 249.20687,227.28 L 249.92687,226.8 L 250.16687,227.04 L 250.16687,226.8 L 250.64687,226.8 L 251.60687,227.04 L 252.56687,226.8 L 252.32687,227.04 L 252.80687,226.56 L 253.04687,226.8 L 252.80687,226.8 L 253.28687,227.04 L 253.28687,226.8 L 253.52687,226.8 L 254.00687,227.04 L 253.52687,227.28 L 254.00687,227.28 L 254.00687,227.76 L 254.24687,227.28 L 254.48687,227.52 L 254.96687,227.52 L 254.72687,227.76 L 254.96687,227.52 L 254.72687,228.24 L 254.96687,228.24 L 255.20687,227.76 L 255.44687,227.76 L 255.44687,228 L 255.20687,228 L 255.44687,228.24 L 254.96687,228.48 L 255.68687,228.48 L 255.20687,228.72 L 255.68687,228.72 L 255.92687,228.96 L 255.68687,229.2 L 255.68687,229.44 L 255.20687,229.68 L 255.44687,230.16 L 254.96687,230.16 L 255.44687,230.88 L 255.20687,231.36 L 255.44687,231.36 L 255.44687,231.6 L 256.16687,231.6 L 255.68687,231.84 L 255.20687,231.84 L 254.96687,231.6 L 254.72687,231.84 L 254.96687,232.32 L 254.72687,233.04 L 254.24687,233.04 L 254.24687,232.56 L 253.76687,232.32 L 253.76687,232.08 L 253.76687,232.32 L 253.52687,232.32 L 253.28687,232.8 L 252.80687,232.32 L 252.56687,232.56 L 252.56687,233.04 L 252.32687,233.28 L 251.60687,232.08 L 251.84687,232.56 L 251.84687,233.76 L 251.36687,233.76 L 251.36687,233.52 L 250.88687,233.76 L 250.40687,233.04 L 250.16687,233.28 L 250.40687,234.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7520"/><path d="M 265.04687,208.32 L 265.04687,209.04 L 265.28687,209.04 L 265.28687,209.28 L 265.52687,209.52 L 265.28687,209.52 L 265.28687,209.76 L 265.04687,209.52 L 265.28687,210.24 L 264.80687,209.76 L 265.04687,209.76 L 264.80687,209.52 L 265.04687,209.28 L 264.80687,209.52 L 264.80687,209.28 L 264.56687,209.28 L 264.80687,208.8 L 264.80687,209.04 L 265.04687,209.04 L 264.80687,208.32" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7576"/><g id="g7578" transform="translate(259.52687,217.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,-0.24 L 0,-0.96 L 0.24,-0.72 L 0.24,-0.96 L 0.24,-0.24 L 0,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7580"/><g id="g7582" transform="translate(6.24,-7.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.24,-0.48 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7584"/><g id="g7586" transform="translate(-6.96,6.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.24 L 0.24,-0.48 L 0.24,0 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7588"/><g id="g7590" transform="translate(0,-1.44)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0,-0.48 L 0.24,-0.72 L 0.24,-0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7592"/><g id="g7594" transform="translate(0.72,0.72)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,1.2 L -0.48,0.72 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7596"/><g id="g7598" transform="translate(6.24,-6)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L 0.24,-0.24 L 0.48,0.24 L 0.24,0.24 L 0,0 z" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path7600"/></g></g></g></g></g></g><path d="M 243.20687,191.76 L 242.72687,191.52 L 242.48687,191.28 L 242.24687,191.28 L 242.24687,191.04 L 242.48687,191.28 L 242.48687,190.8 L 242.72687,190.8" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path10050"/><g id="g10052" transform="translate(243.44687,192.24)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0 L -0.24,0.24 L -0.72,0.24 L -0.96,-0.24 L -0.24,-0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path10054"/><g id="g10056" transform="translate(2.64,5.52)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.24,0 L -0.48,-0.24 L -0.48,-0.48 L -0.24,-0.24" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path10058"/><g id="g10060" transform="translate(-0.96,-1.92)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0 L -0.24,-0.48 L -0.48,-0.48 L -0.24,-0.72" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path10062"/><g id="g10064" transform="translate(0.48,1.2)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0 L -0.24,-0.48" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path10066"/><g id="g10068" transform="translate(-2.88,-6.48)" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path d="M 0,0 L -0.48,0 L -0.24,0" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path10070"/></g></g></g></g></g><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(281.60687,214.8)" id="g4558"><path id="path4560" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0 L 0,0.48 L -0.24,0.96 L -0.48,0.96 L -0.48,0.72 L -0.96,0.72 L -0.48,0.48 L -0.96,0.48 L -0.96,0.24 L -0.48,0.24 L -0.96,0 L -0.96,0.24 L -1.2,0.48 L -1.68,0.48 L -1.44,0.24 L -1.68,0.24 L -1.68,0.48 L -1.68,-0.24 L -1.2,-0.24 L -1.92,-0.24 L -1.68,-0.48 L -2.4,-0.24 L -2.16,-0.48 L -1.92,-0.48 L -2.16,-0.72 L -1.68,-0.72 L -2.16,-0.72 L -1.68,-1.2 L -2.16,-0.96 L -1.92,-1.2 L -2.16,-0.96 L -2.16,-0.72 L -2.4,-0.24 L -2.64,-0.48 L -1.92,-1.68 L -2.4,-1.2 L -2.64,-0.72 L -3.12,-0.72 L -2.88,-0.72 L -3.36,-0.72 L -3.6,-0.48 L -3.84,-0.48 L -3.84,-0.96 L -3.6,-0.96 L -3.84,-0.96 L -4.08,-1.2 L -3.12,-1.2 L -3.6,-1.44 L -2.64,-1.2 L -2.4,-1.44 L -2.64,-1.2 L -3.36,-1.44 L -3.36,-1.68 L -3.6,-1.44 L -3.36,-1.68 L -3.12,-1.68 L -3.36,-1.92 L -3.84,-1.44 L -3.84,-1.68 L -3.84,-1.44 L -4.08,-1.44 L -4.08,-1.68 L -4.32,-1.44 L -4.56,-1.68 L -4.56,-1.44 L -5.04,-1.44 L -5.04,-1.68 L -4.32,-1.68 L -5.04,-1.92 L -4.32,-1.92 L -4.08,-2.4 L -3.6,-2.64 L -4.08,-2.4 L -4.32,-2.88 L -4.08,-2.88 L -4.32,-2.88 L -4.08,-2.4 L -4.32,-1.92 L -4.8,-1.92 L -4.56,-2.16 L -4.8,-1.92 L -4.56,-2.64 L -4.8,-2.88 L -5.04,-2.16 L -5.52,-2.16 L -5.28,-2.64 L -5.52,-2.4 L -5.04,-2.88 L -5.52,-2.88 L -5.52,-2.64 L -5.76,-2.88 L -5.52,-2.4 L -6,-2.4 L -6,-2.64 L -6.24,-2.4 L -6.24,-2.64 L -6,-2.88 L -6.24,-2.88 L -6.48,-2.4 L -6.72,-2.4 L -6.72,-2.64 L -6.24,-2.88 L -6.72,-3.12 L -6.72,-2.88 L -6.72,-3.12 L -6.24,-3.12 L -5.76,-3.36 L -6,-3.36 L -4.56,-3.6 L -5.52,-3.6 L -5.52,-3.84 L -5.52,-3.6 L -5.76,-3.84 L -5.76,-3.36 L -6.24,-3.6 L -6,-3.36 L -6.72,-3.12 L -6.48,-3.36 L -6.96,-3.36 L -6.72,-3.6 L -6.96,-3.6 L -7.2,-3.84 L -6.48,-3.84 L -7.2,-4.08 L -6.48,-4.08 L -6.72,-4.08 L -6.96,-4.32 L -6,-4.56 L -6.96,-4.32 L -7.2,-4.56 L -6.96,-4.56 L -7.2,-4.56 L -7.2,-4.8 L -6.24,-4.8 L -7.2,-4.8 L -7.2,-5.04 L -6.96,-5.28 L -7.2,-5.04 L -6.96,-5.52 L -6.72,-5.52 L -5.76,-5.28 L -6,-5.52 L -5.76,-5.28 L -5.28,-5.76 L -5.28,-5.28 L -5.04,-5.28 L -5.04,-5.52 L -4.56,-5.52 L -4.32,-5.28 L -4.8,-5.76 L -4.08,-5.76 L -4.08,-5.04 L -3.6,-4.8 L -4.08,-5.28 L -4.08,-5.52 L -3.6,-5.52 L -4.08,-5.76 L -4.08,-6 L -4.32,-5.76 L -4.56,-5.76 L -4.32,-6.24 L -4.56,-6.48 L -4.56,-6.24 L -4.8,-6.24 L -4.56,-6 L -5.04,-5.52 L -5.52,-6 L -5.52,-5.76 L -5.76,-5.76 L -5.52,-5.76 L -6,-5.52 L -6.72,-5.52 L -6.72,-5.76 L -7.2,-5.52 L -7.44,-5.52 L -7.2,-5.76 L -7.2,-6 L -7.44,-5.76 L -7.44,-6.24 L -7.2,-6.24 L -6.72,-6 L -6.72,-6.24 L -6.96,-6.24 L -7.2,-6.48 L -6.96,-6.72 L -7.68,-6.24 L -7.2,-6.48 L -7.2,-6.72 L -7.44,-6.72 L -7.2,-6.96 L -6.48,-6.48 L -6.72,-6.72 L -6.48,-6.48 L -6.72,-7.44 L -6.96,-7.44 L -7.2,-6.96 L -7.2,-7.44 L -7.44,-7.44 L -7.2,-7.68 L -7.44,-7.68 L -7.2,-8.16 L -6.72,-7.44 L -6.96,-7.92 L -6.72,-7.92 L -6.96,-8.16 L -6.72,-8.16 L -6.72,-8.4 L -7.2,-8.4 L -7.44,-8.64"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-6.72,-8.64)" id="g4562"><path id="path4564" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0.72 L 0.72,0.72 L 0.72,0.96 L 1.44,1.2 L 1.44,0.96 L 1.92,1.44 L 1.68,1.2 L 2.16,1.2 L 1.68,1.2 L 1.44,0.96 L 0.96,0 L 1.44,0.96 L 0.96,0.96 L 0.48,0.48 L 0.48,0.24 L 0.72,0.24 L 0.24,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(5.52,9.84)" id="g4566"><path id="path4568" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L 0,0 L -0.24,0 L -0.96,-0.48 L -0.48,-0.72 L 0.24,-0.48 L 0.24,-0.24 L 0,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-4.32,-3.36)" id="g4570"><path id="path4572" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0,0.24 L -0.24,0 L -0.48,0 L -0.48,-0.24 L -0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-1.68,-4.8)" id="g4574"><path id="path4576" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.48 L 0.48,-0.48 L 0.72,0.24 L 0.48,0.24 L 0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.24,3.6)" id="g4578"><path id="path4580" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0 L 0.24,0 L 0,0.24 L -0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(3.6,2.64)" id="g4582"><path id="path4584" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0.24 L 0.48,0.48 L 0.24,0.24 L 0,0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.96,0.96)" id="g4586"><path id="path4588" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.24 L 0.24,0.48 L -0.24,0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(2.64,1.44)" id="g4590"><path id="path4592" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,0 L -0.48,-0.24 L -0.24,-0.24 L -0.72,-0.72 L 0,-0.48"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-7.68,-6.96)" id="g4594"><path id="path4596" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L -0.24,-0.24 L 0,0 L 0,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(5.28,5.52)" id="g4598"><path id="path4600" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.48 L 0.48,-0.48 L 0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-5.76,-8.16)" id="g4602"><path id="path4604" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0.48,0.48 L 0.24,0.72 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(6.48,9.12)" id="g4606"><path id="path4608" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.24 L 0,0.48 L -0.48,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.68,0)" id="g4610"><path id="path4612" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0 L -0.24,-0.48 L 0,-0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0,0.96)" id="g4614"><path id="path4616" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-7.2,-10.8)" id="g4618"><path id="path4620" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L 0,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(7.2,9.36)" id="g4622"><path id="path4624" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.24 L 0,-0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.88,-6)" id="g4626"><path id="path4628" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 1.2,-0.24 L 0.72,-0.24 L 0,0 z"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(292.88687,232.56)" id="g4966"><path id="path4968" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0 L -0.24,-0.72 L -0.48,-0.72 L -0.24,-0.48 L -0.24,0.48 L -0.72,0.24 L -0.96,0 L -0.96,-0.24 L -0.72,-0.24 L -0.72,-0.48 L -0.72,-0.24 L -0.96,-0.48 L -0.72,-0.72 L -0.48,-0.72 L -0.24,-1.2 L -0.48,-1.2 L -0.48,-0.96 L -0.96,-0.72 L -0.96,-0.24 L -1.44,-0.48 L -1.44,-0.72 L -0.96,-0.96 L -1.2,-0.96 L -1.2,-1.2 L -1.2,-0.96 L -1.44,-1.2 L -1.44,-0.48 L -1.68,-0.48 L -1.92,-1.2 L -1.68,-1.44 L -2.16,-1.68 L -2.4,-1.92 L -2.4,-2.16 L -1.92,-2.16 L -2.16,-2.16 L -2.4,-2.4 L -1.92,-2.64 L -2.4,-2.4 L -2.4,-2.64 L -2.16,-2.88 L -2.4,-2.64 L -2.64,-2.88 L -2.88,-2.64 L -3.12,-2.88 L -3.12,-3.12 L -3.36,-3.36 L -3.36,-3.6 L -2.64,-3.36 L -2.16,-3.12 L -2.16,-3.36 L -1.92,-3.6 L -2.4,-3.6 L -2.4,-4.08 L -2.64,-3.6 L -2.88,-3.84 L -2.88,-3.6 L -3.36,-3.6 L -2.88,-4.32 L -3.6,-3.84 L -3.36,-4.08 L -3.6,-4.08 L -3.36,-4.08 L -3.12,-4.32 L -3.36,-4.08 L -3.36,-4.56 L -3.36,-4.32 L -3.36,-4.56 L -3.12,-4.8 L -3.36,-4.56 L -3.36,-5.04 L -3.6,-4.56 L -3.6,-5.04 L -3.12,-5.28 L -3.6,-5.04 L -3.84,-4.08 L -3.84,-4.56 L -4.08,-4.56 L -4.08,-4.32 L -4.56,-4.56 L -4.32,-4.8 L -4.32,-4.56 L -3.84,-4.56 L -3.84,-5.04 L -4.08,-4.8 L -4.56,-5.28 L -4.56,-5.04 L -5.04,-5.04 L -4.8,-5.04 L -5.04,-5.28 L -5.04,-5.52 L -4.56,-5.52 L -5.04,-5.52 L -5.04,-5.76 L -4.56,-5.52 L -4.32,-5.04 L -3.84,-5.52 L -4.56,-5.52 L -4.56,-5.76 L -4.32,-6 L -4.56,-5.76 L -4.56,-6 L -4.32,-6.24 L -3.84,-6 L -4.32,-6.24 L -4.08,-6.48 L -4.08,-6.24 L -4.08,-6.48 L -4.32,-6.24 L -4.8,-6.24 L -4.8,-6 L -5.28,-6.24 L -4.8,-6.24 L -5.04,-6.48 L -5.28,-6.24 L -5.52,-6.72 L -5.04,-6.72 L -5.04,-6.96 L -4.56,-6.72 L -4.8,-6.72 L -4.32,-6.96 L -4.8,-6.96 L -4.8,-7.2 L -4.8,-6.96 L -5.52,-6.96 L -5.52,-7.44 L -5.76,-7.68 L -5.76,-7.44 L -6,-7.68 L -6,-7.44 L -6.24,-7.68 L -6.48,-7.68 L -6,-8.16 L -6.48,-8.16 L -6.24,-8.16 L -6.48,-8.16 L -6.48,-8.4 L -6,-8.4 L -6.72,-8.4 L -6.48,-8.64 L -6.72,-8.4 L -6.48,-8.64 L -6.72,-8.88 L -6.24,-8.64 L -6.48,-8.88 L -6.24,-8.88 L -6.72,-8.88 L -6.72,-9.12 L -6.96,-8.88 L -6.96,-9.36 L -6.48,-9.6 L -6.96,-9.6 L -6.96,-9.84 L -5.76,-9.36 L -6.24,-9.84 L -6.24,-9.6 L -6.48,-9.84 L -6.24,-10.08 L -6.48,-10.08 L -6.48,-9.6 L -7.44,-10.08 L -6.96,-10.08 L -7.2,-10.32 L -6.96,-10.56 L -6.96,-10.8 L -7.2,-10.32 L -7.44,-10.56 L -7.44,-11.04 L -7.68,-11.04 L -7.44,-11.28 L -7.68,-11.04 L -7.92,-11.28 L -7.92,-11.52 L -7.68,-11.52 L -7.68,-11.76 L -7.68,-11.52 L -7.68,-11.76 L -7.44,-11.76 L -7.68,-12 L -7.44,-12 L -7.68,-11.76 L -7.68,-12 L -7.92,-11.52 L -8.16,-12 L -7.92,-11.76 L -8.4,-12.48 L -7.68,-12 L -8.16,-12.48 L -7.68,-12.48 L -7.92,-12.72 L -7.68,-12.72 L -7.2,-12.24 L -7.92,-12.96 L -8.16,-12.48 L -8.4,-12.96 L -9.12,-13.2 L -8.88,-13.44 L -9.12,-13.2 L -9.36,-13.44 L -8.64,-13.44 L -9.36,-13.44 L -9.36,-13.68 L -9.12,-13.68 L -9.36,-13.92 L -8.16,-13.2 L -8.64,-13.44 L -8.88,-13.68 L -8.64,-13.68 L -9.12,-13.92 L -9.12,-14.4 L -8.64,-14.16 L -9.12,-14.4 L -9.12,-14.64 L -8.64,-14.64 L -9.12,-14.64 L -9.36,-15.12 L -9.36,-14.64 L -9.6,-14.64 L -9.84,-14.16 L -9.6,-14.4 L -10.08,-14.64 L -9.84,-14.88 L -10.32,-14.64 L -10.08,-14.88 L -10.32,-14.88 L -10.56,-15.12 L -10.56,-15.36 L -10.8,-15.12 L -10.8,-15.6 L -11.04,-15.6"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.72,-27.36)" id="g4970"><path id="path4972" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L -0.24,0.48 L -0.24,0.24 L -0.72,0.96 L -0.48,0.72 L -0.24,0.72 L -0.72,0.72 L -0.48,0.96 L -0.96,0.96 L -1.2,1.68 L -1.68,1.44 L -1.92,1.92 L -2.4,1.92 L -2.16,2.16 L -2.4,2.16 L -2.16,2.4 L -2.64,2.64 L -2.4,2.88 L -2.64,2.88 L -2.4,3.6 L -2.64,3.6 L -2.4,3.6 L -2.64,3.6 L -2.4,3.6 L -2.64,4.08 L -2.4,4.08 L -2.64,4.32 L -2.4,4.32 L -2.64,4.56 L -2.4,4.56 L -2.64,4.56 L -2.4,4.8 L -2.64,4.8 L -2.16,4.56 L -2.4,5.52 L -2.16,6.24 L -1.92,6.24 L -2.4,6.48 L -2.4,6.96 L -2.16,7.2 L -1.92,6.72 L -1.92,6.96 L -1.68,7.2 L -1.68,7.68 L -1.92,8.64 L -1.68,8.16 L -1.44,8.16 L -1.44,7.92 L -1.2,8.16 L -1.44,8.16 L -1.2,8.16 L -0.96,8.4 L -1.2,8.64 L -0.96,8.4 L -1.44,8.64 L -0.96,8.64 L -1.2,8.88 L -0.96,8.64 L -0.96,9.12 L -0.72,9.12 L -0.72,9.36 L -0.72,9.12 L -0.48,9.12 L -0.72,9.36 L -0.48,9.36 L -0.24,9.12 L 0,10.08 L 0.24,9.84 L 0.24,10.32 L 0.48,9.84 L 0.72,10.56"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-5.52,23.52)" id="g4974"><path id="path4976" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0.48 L 0.24,0 L 0.72,0 L 0.72,0.48 L 0.96,0.24 L 1.2,0.72 L 1.44,0.72 L 1.68,1.44 L 1.2,1.68 L 1.44,1.44 L 1.2,1.44 L 1.2,0.96 L 0.96,0.96 L 0.72,0.48 L 0.96,1.2 L 0.72,1.2 L 0.96,1.68 L 0.72,1.68 L 0.72,1.44 L 0.48,1.2 L 0.72,0.96 L 0.48,1.2 L 0.72,0.72 L 0.24,0.72 L 0.48,0.48 L 0.24,0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(2.88,3.36)" id="g4978"><path id="path4980" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.24 L 0,0.24 L -0.24,0 L -0.24,0.24 L -0.24,0 L -0.48,0.24 L -0.24,0 L -0.72,0 L -0.48,-0.24 L -0.72,-0.24 L -0.48,-0.48 L -0.72,-0.24 L -0.96,-0.48 L -0.72,-0.48 L -0.96,-0.48 L -0.72,-0.72 L -0.96,-0.96 L -0.72,-0.96 L -1.2,-1.2 L -0.72,-1.2 L -0.72,-1.44 L -0.48,-0.96 L 0,-0.96 L 0,-0.72 L 0.24,-0.48 L 0,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.88,-2.64)" id="g4982"><path id="path4984" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0.24 L 0.24,1.2 L 0,0.96 L 0.24,0.72 L 0,0.72 L 0,0.48 L -0.48,0.72 L -0.48,0.48 L -0.48,0.72 L -0.48,0.48 L -0.72,0.24 L -0.48,0 L -0.24,0.24 L 0.24,0.48 L 0.24,0.24 L -0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-6.24,-14.16)" id="g4986"><path id="path4988" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0.24 L 1.2,0.72 L 1.2,0.96 L 0.72,0.96 L 1.68,1.68 L 1.44,1.44 L 1.92,1.44 L 1.2,0.96 L 1.68,0.96 L 1.92,0.72 L 1.2,0.48 L 0.72,0.24 L 0.96,0.24 L 0.96,0 L 1.2,-0.24 L 0,0 L 0,-0.24 L 0.24,-0.48 L -0.24,-0.48"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(10.08,17.52)" id="g4990"><path id="path4992" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L -0.24,0.48 L -0.24,-0.24 L -0.24,0.24 L -0.48,0 L -0.72,0 L -0.72,-0.24 L -0.24,-0.24 L -0.72,-0.24 L -0.48,-0.24 L -0.96,-0.48 L -0.24,-0.48 L -0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-3.84,-4.08)" id="g4994"><path id="path4996" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.48 L -0.24,0 L -0.24,0.24 L -0.72,0.24 L -0.48,0 L -0.72,0 L -0.72,-0.48 L -0.24,-0.24 L -0.24,0 L -0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(7.2,-22.32)" id="g4998"><path id="path5000" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,0.24 L -0.24,0 L -0.24,-0.48 L -0.24,-0.24 L -0.48,-0.24 L -0.24,-0.72 L 0,-0.96 L 0,-0.72 L 0,-0.96 L 0,-0.72"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-8.16,22.08)" id="g5002"><path id="path5004" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L -0.48,0.24 L -0.72,-0.48 L -0.48,-0.24 L -0.48,-0.48 L -0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.44,2.16)" id="g5006"><path id="path5008" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.48 L 0,0 L 0.48,0 L 0.72,0.48 L 0.72,0.96 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(3.36,2.88)" id="g5010"><path id="path5012" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.24 L 0.24,-0.48 L 0.72,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-6.72,-11.28)" id="g5014"><path id="path5016" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.24 L 0.48,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.24,0)" id="g5018"><path id="path5020" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0.24 L 0.48,0.72 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(4.32,6.72)" id="g5022"><path id="path5024" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0.24,0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-7.44,-12.48)" id="g5026"><path id="path5028" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.24 L 0.24,0 L 0,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(13.44,-10.8)" id="g5030"><path id="path5032" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.16,25.92)" id="g5034"><path id="path5036" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0 L -0.24,0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.24,1.44)" id="g5038"><path id="path5040" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.24 L 0,-0.48"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-11.04,-16.32)" id="g5042"><path id="path5044" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0,-0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0,-0.72)" id="g5046"><path id="path5048" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L 0,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0,-0.24)" id="g5050"><path id="path5052" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(9.84,5.76)" id="g5054"><path id="path5056" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.48 L -0.48,0.24 L -0.48,0.72 L -0.72,0.96 L -0.96,0.72 L -0.96,0.96 L -0.72,0.72 L -0.72,0.96 L -0.24,0.96 L -1.44,1.68 L -1.44,1.92 L 0,0.96 L -0.24,0.96 L -0.24,0.48 L 0.48,-0.24 L 0,-0.24 L 0,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-5.04,-3.12)" id="g5058"><path id="path5060" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,-0.72 L 1.44,-0.96 L 1.68,-1.44 L 1.44,-0.96 L 1.68,-0.96 L 1.92,-1.68 L 2.4,-2.64 L 2.16,-2.4 L 2.16,-2.64 L 2.16,-2.16 L 1.68,-2.16 L 1.68,-1.92 L 1.92,-2.16 L 1.92,-1.92 L 1.44,-1.2 L 0.72,-0.72 L -0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.48,-3.84)" id="g5062"><path id="path5064" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0.24,0 L 0.72,-0.72 L 0.24,-0.48 L 0.24,-1.44 L 0.24,-0.48 L -0.48,0 L -0.24,-0.24 L -0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(2.64,11.28)" id="g5066"><path id="path5068" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.24 L 0,0.24 L -0.24,0.48 L 0.48,0.72 L 0,0.72 L 0.72,0.72 L 0,0.48 L 0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-7.92,-17.52)" id="g5070"><path id="path5072" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.72 L 0.48,-0.96 L 0.48,-0.48 L 0.72,-0.72 L 0.72,-1.2 L 0.96,-1.44 L 0.96,-1.92 L 0.72,-1.44 L 0.24,-0.72 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(5.76,-0.48)" id="g5074"><path id="path5076" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.24 L 0.72,-0.24 L 0.48,-0.72 L 0.48,-0.48 L 0,-0.48 L -0.24,-0.24 L -0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(5.76,17.52)" id="g5078"><path id="path5080" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,0.24 L -1.2,0.96 L -2.88,1.44 L -2.88,1.68 L -2.64,1.68 L -3.12,1.92 L -1.68,0.96 L -1.2,0.96 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-5.04,-13.2)" id="g5082"><path id="path5084" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0,-0.24 L 0,-0.72 L -0.24,0 L 0,-0.24 L 0,0 L 0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(3.12,-5.52)" id="g5086"><path id="path5088" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.48 L -0.72,-0.72 L -0.72,-1.2 L -1.2,-1.2 L -0.72,-0.96 L -0.72,-0.72 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.92,21.84)" id="g5090"><path id="path5092" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -1.2,0.48 L -1.44,0.48 L -1.68,0.72 L -0.96,0.48 L -0.24,0.48 L -0.48,0.24 L 0,0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-6.48,-7.2)" id="g5094"><path id="path5096" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0 L 0,0 L -0.24,0.48 L 0,0.24 L 0.48,0.72 L 0.24,0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.96,-5.52)" id="g5098"><path id="path5100" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L -0.24,0 L -0.24,-0.48 L 0,-0.96 L -0.48,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(6.96,8.4)" id="g5102"><path id="path5104" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.96,0.48 L -1.44,0.48 L -1.68,0.72 L -0.48,0.48 L 0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-5.28,-8.16)" id="g5106"><path id="path5108" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,0.48 L -0.72,0.48 L -0.48,0.48 L -0.96,0.96 L 0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(4.56,7.2)" id="g5110"><path id="path5112" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.24 L -0.48,0 L -0.72,0.48 L 0,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-3.36,-6)" id="g5114"><path id="path5116" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.24 L 0.24,-0.72 L 0.24,-0.24 L -0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.72,5.04)" id="g5118"><path id="path5120" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,0.24 L -0.24,0.24 L 0,0 L 0,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.2,-3.12)" id="g5122"><path id="path5124" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,-0.72 L 0.96,-1.2 L 0,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-8.4,-13.68)" id="g5126"><path id="path5128" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.24 L 0.24,0 L 0.48,0.24 L 0.48,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(5.52,13.2)" id="g5130"><path id="path5132" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.24 L -0.24,0.48 L 0,0.48 L 0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(6.72,10.32)" id="g5134"><path id="path5136" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.96,0.72 L -0.24,0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.24,-1.68)" id="g5138"><path id="path5140" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.96,0.24 L -0.48,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-9.36,-15.12)" id="g5142"><path id="path5144" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-1.44 L -0.24,-0.96 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(6,6.96)" id="g5146"><path id="path5148" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.72,0.72 L 0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.4,-5.52)" id="g5150"><path id="path5152" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.96 L -0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-6.24,-6)" id="g5154"><path id="path5156" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.96 L 0.24,-1.68 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(4.56,10.8)" id="g5158"><path id="path5160" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.48 L 0.48,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(2.4,-4.8)" id="g5162"><path id="path5164" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.72 L -0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.88,2.88)" id="g5166"><path id="path5168" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.48 L -0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-1.68,0.24)" id="g5170"><path id="path5172" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L 0.96,0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(6.72,2.88)" id="g5174"><path id="path5176" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.96,0.96 L 0.24,0 L 0,0 z"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(294.32687,215.76)" id="g5586"><path id="path5588" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0 L 0.48,0.24 L 0.48,0 L 0.48,0.48 L 0.48,0.24 L 0.72,0.72 L 0.72,0.24 L 0.96,0.48 L 1.2,1.68 L 1.92,2.4 L 1.68,2.64 L 1.68,2.88 L 1.2,3.12 L 1.44,3.12 L 1.44,3.36 L 0.96,3.6 L 1.2,3.36 L 1.68,4.32 L 1.44,4.8 L 1.2,5.04 L 1.68,4.56 L 1.68,5.04 L 1.44,5.04 L 1.68,5.04 L 1.44,5.28 L 1.92,5.28 L 1.92,5.52 L 1.68,5.52 L 2.16,5.76 L 1.92,5.76 L 2.4,5.76 L 2.16,6 L 2.16,6.24 L 2.4,6 L 2.16,6.48 L 2.64,6.24 L 2.64,6.72 L 3.12,6.24 L 3.36,6.48 L 3.12,6.72 L 3.36,6.48 L 3.36,6.72 L 3.36,6.48 L 3.6,6.72 L 3.6,6.48 L 3.84,6.72 L 3.84,6.48 L 4.32,6.96 L 4.32,6.48 L 4.32,6.72 L 4.56,6.72 L 4.8,6.96 L 5.04,6.24 L 5.52,6.48 L 5.76,6 L 5.76,5.76 L 6,5.52 L 5.76,5.52 L 6,5.28 L 6,5.04 L 6.24,4.8 L 6.24,4.56 L 6,4.8 L 6.24,4.32 L 5.76,4.32 L 5.28,4.08 L 5.28,3.84 L 5.04,3.12 L 5.04,2.88 L 4.8,2.88 L 4.8,2.4 L 4.56,2.16 L 4.56,1.68 L 4.08,1.68 L 4.32,1.44 L 3.84,1.2 L 3.84,0.72 L 3.6,1.2 L 3.6,0.96 L 3.36,0.96 L 3.6,0.96 L 3.84,0.72 L 3.6,0.48 L 3.36,0.72 L 3.12,0.24 L 3.12,-0.24 L 3.12,0.24 L 3.12,-0.24 L 2.88,-0.24 L 3.12,-0.72 L 2.88,-0.96 L 2.88,-1.2 L 2.64,-0.72 L 2.4,-0.96 L 2.16,-0.72 L 2.16,-1.2 L 2.4,-1.44 L 2.16,-1.44 L 2.16,-1.92 L 1.92,-1.92 L 1.68,-2.16 L 1.68,-2.88 L 1.92,-2.88 L 1.92,-3.6 L 2.16,-3.36 L 2.16,-3.84 L 2.16,-3.6 L 2.4,-3.84 L 2.16,-4.56 L 3.12,-5.76 L 2.64,-5.52 L 2.88,-5.76 L 2.64,-5.76 L 2.88,-6 L 2.64,-6 L 2.88,-6.72 L 2.64,-6.72 L 2.88,-7.2 L 2.4,-7.2 L 2.88,-7.68 L 2.64,-7.44 L 2.64,-7.68 L 2.4,-7.68 L 2.88,-7.68 L 2.64,-7.68 L 2.88,-7.92 L 2.64,-8.16 L 3.12,-8.64 L 3.36,-8.4 L 3.36,-8.88 L 3.6,-8.4 L 4.08,-8.88 L 4.56,-8.88 L 4.32,-9.36 L 4.56,-9.12 L 4.56,-9.36 L 5.28,-8.88 L 5.04,-9.36 L 5.28,-9.6 L 5.28,-9.84"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(7.44,-9.6)" id="g5590"><path id="path5592" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.48 L 0,0.48 L 0.24,0.48 L 0.48,0.72 L 0.48,0.48 L 0.48,0.72 L 0.72,0.72 L 0.96,0.96 L 1.2,0.96 L 1.44,1.44 L 1.44,1.2 L 1.92,1.2 L 1.68,1.44 L 1.92,1.44 L 1.92,1.2 L 2.16,1.44 L 1.68,1.92 L 2.16,1.44 L 2.16,1.68 L 2.64,1.44 L 2.4,1.68 L 2.4,1.92 L 3.12,1.92 L 3.36,2.4 L 3.6,2.16 L 3.36,2.4 L 4.08,2.16 L 3.84,2.4 L 4.32,2.4 L 4.32,2.64 L 4.56,2.4 L 5.04,2.64 L 5.04,2.88 L 5.52,3.36 L 5.52,3.12 L 5.76,2.4 L 5.28,2.64 L 5.52,2.16 L 5.76,2.4 L 6.24,1.92 L 7.44,2.16 L 7.68,1.68"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-7.68,27.6)" id="g5594"><path id="path5596" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.72 L 0,-0.48 L -0.24,-0.48 L -0.24,-0.72 L -0.48,-0.48 L -0.24,-0.24 L -0.72,-0.72 L -0.72,-1.2 L -0.24,-1.44 L -0.72,-1.2 L -0.72,-1.92 L -0.96,-2.16"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(4.56,-27.84)" id="g5598"><path id="path5600" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L 0.48,0 L 0.72,0 L 0.72,0.72 L 0.24,0.48 L 0,0.24 L 0.48,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.88,8.88)" id="g5602"><path id="path5604" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.24 L 0.72,0 L 0.48,0.24 L 0.24,0 L 0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(3.84,5.52)" id="g5606"><path id="path5608" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0.24,0.24 L 0.48,0.24 L 0,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-4.8,13.44)" id="g5610"><path id="path5612" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L 0,0 L -0.24,-0.24 L 0.24,-0.72 L -0.48,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(7.68,0.96)" id="g5614"><path id="path5616" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,-0.48 L -0.48,0.24 L -0.72,0 L -0.48,0.48 L -0.72,0.48"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-6.48,-0.72)" id="g5618"><path id="path5620" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L -0.24,-0.24 L -0.24,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(5.04,-27.84)" id="g5622"><path id="path5624" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0.24 L 0.48,0 L 0.72,0.24 L 0.72,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-5.76,-0.24)" id="g5626"><path id="path5628" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L 0.24,0 L 0.24,0.24 L 0,0.48"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(6.96,29.04)" id="g5630"><path id="path5632" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0 L -0.24,-0.48 L 0.24,-0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-6.72,-29.52)" id="g5634"><path id="path5636" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.48 L -0.24,0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.64,26.4)" id="g5638"><path id="path5640" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0.72 L 0.24,1.68 L 0,1.2"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(2.4,-26.16)" id="g5642"><path id="path5644" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(5.04,0.24)" id="g5646"><path id="path5648" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L 0,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-7.44,26.64)" id="g5650"><path id="path5652" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(9.6,1.92)" id="g5654"><path id="path5656" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(3.36,-24.24)" id="g5658"><path id="path5660" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L 0.48,0.24 L 0,0.48 L -0.48,0.48 L -0.24,0.24 L -0.72,0.24 L -0.72,0.48 L -0.96,0.48 L -0.96,0.96 L -0.72,0.96 L -0.96,0.96 L -1.2,1.44 L -0.96,1.2 L -0.96,0.96 L -0.72,0.96 L -0.96,1.44 L -0.72,1.2 L -0.48,1.68 L -0.72,1.92 L -0.48,1.92 L 0,1.2 L 0,1.92 L 0.48,1.92 L 0.24,2.4 L 0.96,2.4 L 0.48,2.4 L 0.72,2.64 L 0,2.88 L 0.24,2.64 L 0.24,2.88 L -0.72,2.88 L -0.48,3.12 L -0.96,3.84 L -0.96,3.6 L -1.2,3.6 L -1.44,3.84 L -1.44,3.6 L -1.68,3.6 L -1.92,4.08 L -1.68,3.6 L -1.68,4.08 L -1.44,3.84 L -0.96,3.6 L -1.44,4.08 L -1.2,4.08 L -1.44,5.04 L -1.44,4.8 L -2.16,5.28 L -2.4,6.48 L -2.64,6.48 L -2.88,6.72 L -2.4,6.72 L -2.16,6.24 L -1.92,5.52 L -2.16,5.52 L -1.68,5.04 L -1.44,5.04 L -1.68,5.28 L -1.2,5.04 L -1.44,5.52 L -1.2,5.52 L -1.2,5.28 L -0.72,5.52 L -0.96,5.28 L -0.48,4.32 L 0.72,3.84 L 0,3.84 L -0.24,4.08 L 0,4.08 L -0.24,4.32 L -0.48,3.84 L -0.72,4.32 L -0.96,4.56 L -1.2,4.32 L -0.96,4.32 L -1.2,4.08 L -0.72,3.6 L -0.48,3.84 L -0.72,3.36 L 0.24,3.36 L 0.24,3.84 L 0.72,3.36 L 0.48,3.36 L 0.72,3.36 L 0.48,3.36 L 0.48,3.12 L 1.2,3.36 L 0.96,3.36 L 1.2,3.36 L 1.2,3.6 L 0.96,4.56 L 1.44,4.08 L 1.2,4.8 L 1.92,4.32 L 1.68,4.08 L 1.92,4.08 L 1.44,3.84 L 2.16,3.6 L 1.44,3.6 L 1.44,3.36 L 1.92,2.88 L 1.92,2.64 L 1.68,2.4 L 1.44,1.92 L 1.2,1.68 L 1.44,1.68 L 0.72,1.92 L 0.72,1.68 L 0.96,1.68 L 0.72,1.68 L 0.96,1.2 L 0.72,1.44 L 0.72,1.2 L 0.48,0.72 L 0.72,0.72 L 0.96,0.96 L 1.2,0.72 L 0.48,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-3.6,5.04)" id="g5662"><path id="path5664" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0,-0.24 L 0.72,-0.96 L 0.24,-0.72 L 0.24,-1.2 L 0.48,-1.2 L 0,-1.2 L 0,-1.44 L 0.48,-1.92 L 0.48,-1.44 L 0.48,-1.92 L 0.72,-1.92 L 0.48,-1.44 L 0.72,-1.2 L 0.96,-1.2 L 0.48,-0.48 L 1.2,-1.2 L 1.2,-0.96 L 0.72,-0.24 L 1.2,-0.72 L 0.96,0 L 1.2,-0.24 L 0.96,0 L 1.2,-0.24 L 1.2,0 L 1.44,-0.24 L 1.2,0 L 1.2,-0.24 L 1.68,-0.48 L 1.44,-0.48 L 1.44,-0.72 L 1.2,-0.48 L 1.68,-0.96 L 1.44,-0.96 L 1.68,-1.2 L 1.2,-0.96 L 1.2,-1.44 L 1.68,-1.68 L 1.44,-1.44 L 1.2,-1.68 L 1.2,-1.2 L 0.96,-2.16 L 0.72,-1.68 L 0.96,-1.68 L 0.96,-1.44 L 0.72,-1.2 L 0.48,-1.44 L 0.72,-2.16 L 0.48,-1.92 L 0.72,-2.16 L 0.48,-2.16 L 0.24,-1.92 L 0.48,-2.88 L 0.24,-2.4 L 0.24,-2.88 L 0.48,-3.12 L 0.24,-3.12 L 0.24,-3.36 L 0,-3.12 L 0.24,-3.36 L 0.24,-3.84 L 0.24,-3.6 L 0.24,-4.08 L 0.48,-4.32 L 0.24,-4.32 L 0.24,-4.56 L 0.48,-4.8 L 0.24,-4.8 L 0.24,-5.28 L 0.72,-5.04 L 1.2,-5.28 L 1.2,-5.04 L 1.44,-5.28 L 1.2,-5.04 L 1.2,-5.28 L 1.44,-5.52 L 1.2,-6 L 1.2,-5.52 L 0.96,-5.28 L 0.72,-5.52 L 0.48,-5.28 L 0.72,-5.28 L 0.48,-5.76 L 0.72,-6 L 0.24,-5.76 L 0.24,-6 L 0.48,-5.52 L 0.24,-5.28 L 0.24,-5.04 L 0,-5.28 L -0.24,-4.8 L -0.24,-4.56 L 0,-4.56 L 0,-4.32 L -0.48,-3.84 L -0.24,-3.84 L 0,-3.6 L -0.48,-3.6 L -0.24,-3.36 L 0,-3.36 L 0,-3.12 L 0.24,-3.12 L -0.24,-2.64 L 0,-2.64 L 0,-2.4 L 0.24,-2.16 L 0,-1.68 L -0.24,-1.44 L 0,-1.2 L 0,-0.96 L 0,-1.2 L -0.24,-0.48 L 0,-0.48 L -0.48,-0.24 L -0.72,0 L -0.72,-0.48 L -0.72,0 L -0.48,0.24 L -0.48,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.64,-2.88)" id="g5666"><path id="path5668" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L 0.24,-0.24 L 0.48,0 L 0.48,-0.24 L 0.72,0 L 0.72,-0.48 L 0.96,-0.24 L 0.96,-0.48 L 1.44,-0.48 L 0.96,0 L 1.44,-0.24 L 1.2,0.24 L 1.44,0.24 L 1.44,0 L 1.44,0.24 L 1.44,-0.48 L 1.68,-0.72 L 1.2,-0.48 L 0.72,-0.48 L 0.72,-0.72 L 0.24,-1.44 L 0.24,-1.68 L 0.72,-1.68 L 0.48,-1.68 L 0.48,-1.92 L 0.24,-2.4 L 0.48,-2.64 L 0.48,-2.88 L 0,-2.64 L 0.48,-2.16 L 0,-1.68 L 0.24,-1.44 L 0.24,-1.2 L 0,-0.96 L 0.48,-1.2 L 0.48,-0.96 L 0.72,-0.72 L 0.48,-0.24 L 0,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.48,19.2)" id="g5670"><path id="path5672" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,0.96 L 0.96,0.96 L 0.72,1.2 L 0.96,1.44 L 0.96,0.96 L 0.96,1.44 L 1.2,1.68 L 1.2,1.2 L 1.44,1.92 L 1.2,1.2 L 1.44,1.2 L 1.2,0.96 L 1.44,0.72 L 1.2,0.72 L 0.96,0.48 L 1.44,0.24 L 0.96,0.24 L 0.96,0 L 1.2,0 L 0.96,-0.24 L 0.72,0 L 0.72,-0.48 L 0.48,-0.24 L 0.48,-0.48 L 0.48,-0.24 L 0.72,-0.24 L 0.48,0 L 0.48,-0.24 L 0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.2,-2.88)" id="g5674"><path id="path5676" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,0.24 L -0.24,0.48 L -0.48,0.72 L -0.72,0.72 L -0.96,0.48 L -0.72,0.24 L -0.96,0.24 L -1.44,0.48 L -1.68,0.48 L -1.44,0.48 L -1.68,0.72 L -1.2,0.72 L -0.96,0.48 L -0.72,0.96 L -0.48,0.72 L -0.24,0.72 L -0.24,0.48 L 0,0.48 L 0,0.72 L 0.24,0.48 L 0.24,0.72 L 0.48,0.48 L 0.24,0.48 L 0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.44,-10.08)" id="g5678"><path id="path5680" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.48 L -0.24,0.96 L 0,0.72 L 0.24,0.96 L 0.24,0.72 L 0.48,0.48 L 0.72,0.72 L 1.2,0.72 L 0.96,0.72 L 1.2,0.48 L 0.96,0.48 L 0.96,0.24 L 1.2,0.48 L 1.2,0.24 L 1.68,0 L 0.96,0 L 1.2,0.24 L 0.72,0.48 L 0.48,0 L 0.48,-0.24 L 0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-1.44,-7.44)" id="g5682"><path id="path5684" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.48 L 0,-0.72 L -0.48,-0.72 L -0.72,-0.96 L -0.72,-1.44 L -0.48,-1.44 L -0.72,-1.68 L -0.24,-1.68 L 0,-2.16 L -0.24,-1.92 L -0.24,-2.16 L -1.2,-1.68 L -1.2,-1.44 L -0.72,-1.68 L -0.96,-0.96 L -0.48,-0.72 L -0.48,-0.24 L -0.48,-0.48 L -0.48,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(5.04,7.92)" id="g5686"><path id="path5688" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,0 L -0.48,0.24 L -0.72,0.24 L -0.48,0.24 L -0.72,0.48 L -0.48,0.72 L -0.24,0.48 L -0.48,0.48 L 0,0.48 L -0.48,0 L 0,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-3.36,-8.16)" id="g5690"><path id="path5692" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.24 L -0.24,0.72 L 0.24,0.48 L 0.24,0.96 L 0.48,0.48 L 0.72,0.72 L 0.72,0.24 L 0.24,0.72 L 0,0.24 L 0.24,0.48 L 0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.68,7.44)" id="g5694"><path id="path5696" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.48 L 0.48,0.48 L 0.72,0.72 L 1.2,0.48 L 0.96,0.72 L 0.96,0.48 L 0.72,0.48 L 0,0.24 L 0,0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-1.2,-6)" id="g5698"><path id="path5700" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.48 L 0.24,-0.24 L 0.48,-0.48 L 0,0 L 0.48,-0.24 L 0.72,-0.72 L 0.96,-0.72 L 0.48,-0.72 L 0.72,-0.96 L 0.72,-1.2 L -0.24,-0.48 L -0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(3.84,3.84)" id="g5702"><path id="path5704" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.24 L -0.24,0.48 L -0.48,0.24 L -0.72,0.48 L -0.96,0.24 L -1.68,0.96 L -1.44,0.96 L -1.68,1.2 L -0.72,0.72 L -0.24,0.72"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-1.44,-0.48)" id="g5706"><path id="path5708" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.24 L 0,-0.24 L 0.24,-0.48 L 0,-0.72 L 0.72,-1.2 L 0.24,-1.2 L -0.48,-0.72 L 0,-0.72 L -0.48,-0.24 L -0.24,-0.24 L -0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-3.12,8.4)" id="g5710"><path id="path5712" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.24 L 0.24,0 L 0.96,0.48 L 0.72,0.72 L 1.2,0.72 L 0.96,0.24 L 0.48,0 L 0.96,0.24 L 0.72,0 L 0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.44,-14.4)" id="g5714"><path id="path5716" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.48 L 0,0.72 L -0.24,0.96 L -0.24,1.44 L 0,0.96 L 0.24,0.96 L -0.24,0.96 L 0.48,0.24 L 0.24,0.24 L 0.24,0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.4,15.84)" id="g5718"><path id="path5720" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0,0.24 L 0.24,0 L 0.24,-0.24 L 0.48,-0.24 L 0.72,0 L 0.72,-0.24 L 0.24,-0.24 L 0.24,-0.72 L 0,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0,-11.52)" id="g5722"><path id="path5724" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L -0.24,-0.24 L 0,-0.24 L 0,0 L -0.48,-0.24 L -0.48,0 L -0.24,0 L -0.24,0.24 L 0,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.48,-3.84)" id="g5726"><path id="path5728" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.72 L 0.24,-0.24 L 0,-0.72 L 0.24,-0.72 L 0,-0.72 L 0,-0.96 L -0.24,-0.48 L 0,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-7.92,18.48)" id="g5730"><path id="path5732" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.72 L 0.48,-0.72 L 0.48,-0.96 L 0.72,-0.96 L 0.72,-1.2 L 0.48,-0.96 L 0,-0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(9.6,-13.68)" id="g5734"><path id="path5736" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,0.72 L -0.24,0.48 L 0,0.72 L -0.48,0.96 L -0.24,1.2 L 0,0.96 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.48,9.6)" id="g5738"><path id="path5740" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0,0.24 L 0.24,0 L 0.24,0.24 L 0.48,0.24 L 0.24,0 L 0.48,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.68,-14.88)" id="g5742"><path id="path5744" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L -0.24,-0.24 L 0,-0.48 L -0.48,-0.48 L -0.24,-0.24 L -0.48,-0.24 L -0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-5.52,14.64)" id="g5746"><path id="path5748" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.72 L 0,0.48 L 0.24,0.72 L 0.24,0.24 L 0,0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(6.48,-14.64)" id="g5750"><path id="path5752" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L 0.24,0 L 0.48,0 L 0.48,0.48 L 0.72,0.24 L 0.48,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.48,11.28)" id="g5754"><path id="path5756" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.96 L 0.24,0.72 L 0.48,0.96 L 0.24,0.48 L 0.24,0 L 0.48,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.48,3.12)" id="g5758"><path id="path5760" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.24 L 0.48,0.24 L 0.72,0.24 L 0.48,0 L 0.96,0 L 0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.4,-13.68)" id="g5762"><path id="path5764" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L -0.24,0 L 0.24,-0.24 L 0,-0.24 L -0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(2.4,2.4)" id="g5766"><path id="path5768" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.72 L 0,-0.48 L -0.24,0 L 0.24,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.48,3.36)" id="g5770"><path id="path5772" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.48 L 0.48,-0.24 L 0.48,0 L 0.48,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.88,0.24)" id="g5774"><path id="path5776" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.48 L 0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.24,7.2)" id="g5778"><path id="path5780" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.24 L -0.48,0 L -0.48,0.48 L 0,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(5.04,-8.4)" id="g5782"><path id="path5784" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,0.48 L 0,0.24 L -0.48,0.96 L 0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-5.76,-0.72)" id="g5786"><path id="path5788" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,1.2 L 0,0.72 L 0,0.24 L 0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-1.44,-0.48)" id="g5790"><path id="path5792" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.96 L 0,-0.96 L 0,-1.2 L 0,-0.96 L 0.24,-0.96 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(6.72,1.2)" id="g5794"><path id="path5796" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0.24,0 L 0.48,-0.24 L 0,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-7.44,0)" id="g5798"><path id="path5800" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.48 L 0,-0.72 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.92,-8.4)" id="g5802"><path id="path5804" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L -0.48,-0.48 L -0.48,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-1.44,3.12)" id="g5806"><path id="path5808" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.96,-0.72 L -0.48,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(8.4,3.12)" id="g5810"><path id="path5812" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,0.48 L -0.24,0.48 L 0,0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.24,-0.24)" id="g5814"><path id="path5816" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L -0.24,0 L 0,0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.48,-1.68)" id="g5818"><path id="path5820" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.24 L 0,0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0,-0.24)" id="g5822"><path id="path5824" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.24 L 0,0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-1.68,6)" id="g5826"><path id="path5828" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.48"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0,-3.36)" id="g5830"><path id="path5832" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.48 L -0.24,0 L -0.72,-0.48 L -0.24,-1.2 L 0.24,-1.2 L 0.24,-0.48 L 0.48,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-1.92,1.2)" id="g5834"><path id="path5836" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.24 L -0.24,0.72 L -0.48,0.72 L -0.48,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.24,-3.84)" id="g5838"><path id="path5840" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,0 L 0,-0.24 L -0.24,-0.24 L 0,-0.48 L 0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.96,1.2)" id="g5842"><path id="path5844" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.24 L -0.24,0 L -0.24,-0.48 L 0,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-1.2,-0.96)" id="g5846"><path id="path5848" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0.72,0 L 0.24,0.24 L 0.48,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.2,0.24)" id="g5850"><path id="path5852" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.24 L 0.24,0 L 0,0 z"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(317.60687,224.88)" id="g6150"><path id="path6152" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0 L -0.48,-0.48 L -1.92,-0.48 L -2.16,-0.72 L -2.16,-0.96 L -2.4,-0.72 L -1.92,-0.48 L -2.16,-0.24 L -2.64,-0.48 L -3.12,-0.24 L -3.84,0 L -4.08,-0.24 L -4.08,-0.72 L -4.32,-0.96 L -4.08,-1.44 L -3.84,-1.44 L -2.88,-2.16 L -2.4,-1.92 L -2.4,-1.68 L -1.92,-1.92 L -1.92,-2.16 L -1.44,-2.88 L -1.92,-3.12 L -1.92,-3.6 L -2.4,-3.36 L -3.6,-3.6 L -3.84,-3.12 L -4.08,-3.12 L -4.56,-2.88 L -4.8,-2.88 L -4.56,-2.88 L -5.04,-3.12 L -5.52,-2.88 L -5.52,-2.64 L -5.76,-2.88 L -5.76,-2.4 L -6,-2.16 L -5.76,-2.16 L -6,-2.16 L -6,-1.92 L -6.48,-1.68 L -6.24,-1.44 L -6.24,-1.2 L -6.96,-0.72 L -7.2,-0.72 L -6.72,-0.24 L -6.72,0 L -7.2,0.48 L -6.72,0.48 L -6.96,0.72 L -6.96,0.96 L -7.2,0.72 L -7.2,1.2 L -8.16,1.44 L -8.88,1.44 L -9.36,1.2 L -8.64,1.68 L -9.12,1.68 L -8.88,1.92 L -9.6,1.92 L -9.36,1.92 L -9.84,2.16 L -9.36,2.4 L -10.08,2.4 L -9.84,2.4 L -10.56,2.64 L -10.56,3.12 L -11.28,3.12 L -11.04,3.12 L -10.8,3.36 L -10.08,3.36 L -10.32,3.36 L -10.08,3.12 L -9.36,2.64 L -9.36,3.12 L -8.64,2.64 L -8.64,3.12 L -8.64,2.64 L -8.4,2.88 L -8.16,2.4 L -7.68,2.88 L -6.72,2.4 L -5.04,2.88 L -4.08,2.64 L -2.64,3.36 L -1.92,4.08"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-4.08,8.64)" id="g6154"><path id="path6156" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,0.24 L -0.24,0 L -0.48,0 L -0.24,-0.24 L -1.68,0.24 L -1.92,0.24 L -1.44,0 L -1.92,0.24 L -1.92,0 L -3.12,0.72 L -5.28,1.2 L -5.04,0.96 L -5.28,1.2 L -6,1.2 L -5.76,1.2 L -5.76,0.96 L -6,1.2 L -6,0.96 L -6,1.2 L -6.72,1.2 L -7.44,0.96 L -7.2,0.48 L -7.68,0 L -7.68,-0.48 L -7.68,0 L -7.44,0.48 L -7.68,0.48 L -7.44,0.72 L -7.68,0.72 L -7.68,1.2 L -7.92,0.96 L -8.16,0.48 L -8.16,1.2 L -8.16,0.72 L -8.16,1.2 L -8.4,1.2 L -8.88,0.72 L -8.64,0.96 L -8.88,1.2 L -9.12,0.96 L -9.12,1.68 L -8.88,1.44 L -8.4,1.44 L -8.16,1.92 L -8.64,1.92 L -9.36,2.16 L -9.6,1.92 L -9.12,1.68 L -9.6,1.68 L -9.36,1.2 L -9.6,1.2 L -9.84,0.96 L -9.84,1.2 L -10.8,1.44 L -10.8,0.96 L -11.04,1.44 L -11.04,0.96"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-1.2,-9.84)" id="g6158"><path id="path6160" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.24 L 0,0.72 L -0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(4.08,3.84)" id="g6162"><path id="path6164" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.24 L -0.24,-0.72 L 0,-0.96 L 0.48,-1.2"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.96,-2.64)" id="g6166"><path id="path6168" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-14.88,9.84)" id="g6170"><path id="path6172" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(6.96,-26.88)" id="g6174"><path id="path6176" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(3.84,9.84)" id="g6178"><path id="path6180" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.96,-0.24 L 1.2,-0.48 L 1.2,-0.24 L 1.92,-0.72 L 1.92,-1.68 L 2.4,-1.92 L 2.4,-2.16 L 3.36,-3.12 L 3.6,-3.12 L 3.6,-3.6 L 3.84,-3.6 L 3.36,-4.8 L 3.6,-4.56 L 3.36,-4.8 L 3.12,-4.8 L 2.64,-4.56 L 2.4,-4.8 L 1.92,-4.8 L 1.92,-5.04 L 1.68,-4.32 L 2.4,-4.32 L 2.16,-4.56 L 2.4,-4.8 L 2.64,-4.56 L 2.88,-4.56 L 2.88,-4.32 L 2.4,-3.6 L 1.2,-3.36 L 0.48,-3.12 L 0.48,-2.88 L 0.96,-3.12 L 0.72,-2.64 L 0.24,-2.16 L -0.24,-1.44 L -0.48,-1.68 L -0.72,-1.2 L 0.24,-1.92 L 0.24,-2.16 L 0.72,-2.4 L 0,-1.2 L 0.72,-1.68 L 0.72,-1.44 L 0,-0.96 L 1.2,-2.16 L 1.44,-1.92 L 0.96,-1.44 L 1.44,-1.68 L 1.68,-1.2 L 0.96,-0.48 L 0.96,-0.72 L 0.48,-0.48 L 0.72,-0.96 L 0.24,-0.48 L 0.24,-0.72 L -0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-4.56,-6.24)" id="g6182"><path id="path6184" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L 0,0 L 0.24,0.24 L 0,0.24 L 0.24,0.48 L 0,0.72 L 0.48,0.72 L 0.48,1.44 L 0.72,1.68 L 1.2,1.44 L 1.44,1.44 L 1.92,0.96 L 1.92,1.2 L 3.36,0.48 L 4.32,-0.48 L 4.32,-1.2 L 4.08,-0.96 L 4.32,-1.44 L 4.32,-1.92 L 3.84,-2.4 L 3.6,-2.16 L 3.12,-2.16 L 2.88,-2.64 L 3.12,-2.88"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.16,20.4)" id="g6186"><path id="path6188" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.96 L 0.72,-1.92 L 0.48,-2.16 L 0.96,-2.16 L 0.72,-2.16 L 0.72,-2.4 L 0.24,-2.4 L 0.24,-2.88 L -0.24,-2.64 L 0.24,-2.4 L 0.24,-2.16 L 0.48,-2.16 L 0.24,-1.92 L 0.48,-1.92 L 0.24,-1.68 L 0,-1.68 L 0.48,-1.44 L 0,-1.2 L 0.24,-1.2 L 0.48,-0.96 L 0.24,-0.48 L 0,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(5.52,-11.76)" id="g6190"><path id="path6192" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.24 L 0.24,0 L 0.48,0 L 0.96,-0.72 L 1.44,-0.48 L 1.68,-0.72 L 1.2,-0.72 L 1.2,-0.96 L 0.72,-0.72 L 1.2,-1.44 L 1.44,-2.4 L 1.2,-1.68 L 0.72,-0.96 L 0.24,-0.96 L 0.24,-0.72 L 0,-0.24 L -0.24,-0.72 L -0.24,0 L 0,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-4.8,4.56)" id="g6194"><path id="path6196" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0.24 L 0,0 L 0.48,0 L 0.24,0 L 0.72,-0.24 L 0.72,-0.72 L 1.2,-0.72 L 1.44,-0.96 L 1.2,-0.96 L 0.48,-0.72 L 0.24,-0.48 L -0.24,-0.48 L -0.48,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.48,-2.16)" id="g6198"><path id="path6200" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,0 L 1.44,-0.48 L 0.48,0 L 0.24,-0.24 L 0.48,-0.24 L 0,-0.24 L 0,-0.72 L -0.24,-0.96 L 0,-0.48 L -0.48,-0.48 L -0.72,-0.24 L -0.24,-0.48 L 0.24,-0.24 L -0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.48,4.8)" id="g6202"><path id="path6204" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0.24 L 0.48,-0.24 L 0.96,-0.24 L 0.72,-0.48 L 1.2,-0.96 L 0.48,-0.96 L 0.72,-0.72 L 0.24,-0.24 L -0.24,-0.24 L 0.24,0 L -0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(5.04,-8.4)" id="g6206"><path id="path6208" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0.48,0 L 0.48,-0.24 L 0.96,-0.72 L 0,-0.72 L -0.24,-0.48 L 0,-0.72 L -0.48,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-3.84,0)" id="g6210"><path id="path6212" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,-0.24 L 0.48,-0.24 L 0.72,-0.24 L 0.48,-0.48 L 0.72,-0.72 L 0.24,-0.48 L 0.24,-0.24 L 0,-0.24 L 0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.72,-3.12)" id="g6214"><path id="path6216" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L -0.24,0.48 L 0.24,0.96 L 0.24,0.48 L 0,0.24 L 0.24,0 L -0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(12.72,-1.68)" id="g6218"><path id="path6220" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0 L 0.48,-0.72 L 0.24,-0.72 L 0.24,-0.48 L 0,-0.24 L 0,-0.48 L -0.24,0 L -0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-14.4,15.6)" id="g6222"><path id="path6224" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,0 L -0.24,-0.24 L -0.72,-0.24 L -0.48,-0.48 L -0.96,-0.24 L -0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.68,-4.08)" id="g6226"><path id="path6228" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L 0.48,-0.24 L 0.48,-0.72 L 0,-0.96 L 0,-0.72 L 0.24,-0.48 L 0,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0,-4.56)" id="g6230"><path id="path6232" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0 L 0.48,-0.24 L -0.48,-0.48 L -0.48,-0.24 L 0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.16,4.56)" id="g6234"><path id="path6236" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.96 L -0.24,-0.72 L -0.48,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.2,-9.12)" id="g6238"><path id="path6240" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,-0.72 L 0.48,-0.72 L 0.24,-0.96 L 0.48,-0.48 L 0.24,-0.48 L 0,-0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(4.32,16.56)" id="g6242"><path id="path6244" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L -0.24,0 L -0.24,-0.24 L -0.48,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-3.36,-2.16)" id="g6246"><path id="path6248" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.72 L 0.24,-0.96 L -0.24,-0.48 L -0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(10.32,-13.68)" id="g6250"><path id="path6252" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.24 L 0,-0.24 L -0.24,0 L -0.24,0.24 L -0.24,0 L -0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-12,3.12)" id="g6254"><path id="path6256" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0.24,-0.24 L 0,-0.24 L -0.24,0 L 0,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.2,8.4)" id="g6258"><path id="path6260" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.48 L 0,-0.24 L -0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(12.24,-12.72)" id="g6262"><path id="path6264" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.72 L 0,-0.96 L -0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-12.96,10.08)" id="g6266"><path id="path6268" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.48 L -0.48,-0.48 L -0.48,-0.24 L 0,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.16,6)" id="g6270"><path id="path6272" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,-0.24 L -0.48,-0.72 L -0.72,-1.2 L -0.48,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(6.96,-17.28)" id="g6274"><path id="path6276" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,-0.24 L 0.48,-0.48 L 0.24,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(4.56,2.88)" id="g6278"><path id="path6280" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.48 L 0.24,-0.96 L 0,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(4.08,-5.76)" id="g6282"><path id="path6284" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,-0.24 L -1.2,-0.24 L -1.2,0.24 L -0.48,0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-13.92,17.04)" id="g6286"><path id="path6288" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0 L -0.72,0.24 L -0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(2.4,-14.88)" id="g6290"><path id="path6292" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0.48,-0.48 L 0.24,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.68,5.76)" id="g6294"><path id="path6296" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.24 L 0.48,-0.48 L -0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-3.12,-1.92)" id="g6298"><path id="path6300" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.24 L 0.24,0 L 0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(3.6,-9.6)" id="g6302"><path id="path6304" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L -0.96,1.44 L -1.44,1.44 L -1.44,2.16 L -2.4,2.64"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-3.12,5.04)" id="g6306"><path id="path6308" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0.48,-0.72 L 0.24,-0.48"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.96,18.24)" id="g6310"><path id="path6312" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.96 L -0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.24,-6.48)" id="g6314"><path id="path6316" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0 L -0.24,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.16,-8.16)" id="g6318"><path id="path6320" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.2,-3.84)" id="g6322"><path id="path6324" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(275.12687,206.16)" id="g7702"><path id="path7704" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L -0.48,-0.48 L -0.24,-0.72 L 0,-0.48 L 0,-0.72 L 0.48,-0.48 L 0,-0.96 L -0.24,-0.72 L -0.48,-1.2 L -0.72,-0.96 L -0.96,-1.44 L -0.72,-0.72 L -0.96,-1.2 L -0.96,-0.96 L -1.44,-1.2 L -1.2,-1.92 L -1.2,-1.68 L -1.2,-1.92 L -0.96,-1.68 L -0.96,-2.16 L -0.72,-1.68 L -0.96,-1.44 L -0.72,-1.44 L -0.96,-2.16 L -0.48,-1.92 L -0.48,-1.68 L -0.72,-1.68 L -0.48,-1.44 L -0.48,-1.68 L 0,-1.68 L -0.48,-1.68 L -0.24,-1.92 L 0.24,-1.2 L 0.24,-1.44 L 0.72,-1.44 L -0.24,-1.92 L 0,-2.16 L 0,-1.92 L 0,-2.16 L -0.24,-2.16 L 0.48,-2.16 L 0,-2.16 L -0.48,-2.64 L 0,-2.64 L -0.48,-2.64 L -0.24,-3.12 L -0.48,-3.12 L 0,-2.88 L 0.48,-2.88 L -0.24,-3.12 L 0,-3.36 L -0.72,-3.12 L -0.96,-3.36 L -0.72,-2.88 L -1.2,-2.64 L -0.96,-3.12 L -1.2,-2.88 L -1.44,-3.6 L -1.2,-4.08 L -0.24,-5.04 L 0.24,-5.28 L 0.24,-5.04 L 0.24,-5.28 L 0.72,-5.28 L 0,-5.52 L 0.24,-5.76 L 0.48,-5.52 L 0.48,-5.76 L 0.72,-5.76 L 0.48,-5.76 L 0.48,-6 L 0.72,-5.76 L 0.48,-6 L 0.96,-5.76 L 0.72,-6 L 0.96,-6 L 1.44,-6.24 L 2.16,-6 L 2.16,-5.52 L 2.16,-6 L 2.4,-6 L 2.64,-5.76 L 2.88,-5.76 L 3.36,-5.04 L 3.6,-5.04 L 3.84,-4.56 L 3.84,-4.8 L 4.32,-4.32 L 4.08,-4.32 L 4.56,-4.08 L 4.32,-3.84 L 4.8,-4.08 L 4.56,-3.84 L 5.04,-3.6 L 4.8,-3.12 L 5.04,-3.36 L 5.28,-3.36 L 5.28,-3.84 L 5.52,-3.84 L 5.52,-3.6"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(5.04,-7.68)" id="g7706"><path id="path7708" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.96,-1.2 L -2.16,-1.2 L -2.88,-2.16 L -2.4,-2.88 L -2.88,-2.88 L -3.12,-2.4 L -3.12,-2.88 L -3.36,-5.04 L -3.6,-5.76 L -3.36,-6 L -3.36,-5.76 L -2.64,-6.48 L -2.88,-7.68 L -3.36,-7.68 L -3.36,-7.2 L -3.6,-8.16 L -3.36,-7.68 L -2.88,-7.68 L -2.88,-8.4 L -3.12,-8.64 L -2.4,-8.88 L -2.88,-9.12 L -2.4,-9.12 L -3.12,-9.12 L -3.12,-9.6 L -2.64,-9.6 L -2.88,-9.84 L -2.64,-10.32 L -2.88,-10.32 L -2.88,-10.56 L -2.16,-10.8 L -1.68,-11.76 L -1.2,-12 L -1.68,-11.76 L -2.16,-11.04 L -2.88,-11.04 L -3.12,-10.8 L -3.6,-11.28 L -3.6,-12.24 L -3.6,-11.76 L -4.08,-11.52 L -4.08,-12 L -4.32,-11.76 L -4.08,-11.76 L -4.56,-11.04 L -5.76,-11.04 L -6,-11.28 L -6.24,-12 L -5.76,-12.24 L -5.52,-12.48 L -5.76,-12.24 L -6.24,-12.24 L -6.72,-11.52 L -7.68,-11.52 L -7.68,-11.76 L -7.92,-11.76 L -8.4,-11.52 L -9.12,-12 L -9.36,-12.24 L -9.6,-12.96 L -8.88,-13.2 L -9.12,-13.68 L -8.64,-13.92 L -9.36,-13.92 L -10.08,-14.4 L -9.84,-14.64 L -10.56,-14.16 L -10.08,-14.16 L -10.32,-13.92 L -10.32,-13.44 L -9.84,-13.68 L -9.6,-13.2 L -9.84,-13.2 L -10.08,-12.72 L -10.32,-12.72 L -10.56,-12.48 L -11.04,-13.92 L -12.24,-15.12 L -12.48,-15.12 L -12.48,-15.6 L -11.28,-16.08 L -12.48,-16.08 L -12.24,-16.32 L -12.72,-16.32 L -12.24,-16.56 L -12.24,-16.8 L -12.96,-16.08 L -13.68,-16.32 L -13.2,-16.8 L -12.72,-16.56 L -12.24,-17.04 L -12.72,-16.8 L -13.2,-17.04 L -13.68,-16.56 L -15.84,-17.28 L -17.52,-17.52 L -18,-19.2 L -18,-19.44 L -18.24,-19.44 L -18.96,-19.92"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-20.64,-17.04)" id="g7710"><path id="path7712" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.24 L 1.68,0.24 L 1.92,0 L 2.16,0.48 L 2.88,0.48 L 3.12,1.2 L 2.16,1.2 L 1.92,1.44 L 2.16,1.44 L 1.92,1.68 L 1.68,1.44 L 1.44,1.68 L 1.92,1.68 L 0.96,1.92 L 2.4,1.92 L 2.16,2.16 L 2.4,2.4 L 1.92,2.64 L 2.64,2.64 L 2.64,2.4 L 3.12,2.64 L 3.36,2.88 L 2.88,3.12 L 3.36,2.88 L 3.12,3.12 L 3.36,2.88 L 3.84,3.12 L 4.56,4.32 L 4.56,5.04 L 4.08,5.76 L 2.64,6.24 L 2.16,5.76 L 1.68,6.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(19.92,8.4)" id="g7714"><path id="path7716" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L -0.24,0.24 L -0.48,0.72 L -0.96,0.48 L -0.48,0.72 L -0.24,0.48 L -0.24,0.72 L -0.48,1.2 L -0.72,1.2 L -0.24,1.68 L -0.48,1.68 L -0.24,1.92 L -0.48,2.16 L -0.24,2.4 L -0.48,2.4 L 0,2.88 L -0.48,3.12 L 0.24,3.12"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-12,-7.44)" id="g7718"><path id="path7720" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L -0.24,0.24 L 0,0.48 L 0.24,0 L 0.96,0 L 0.24,0.48 L 0,0.48 L -0.48,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(6.24,23.28)" id="g7722"><path id="path7724" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0.24,-0.48 L 0.48,-0.24 L 0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(6,-14.88)" id="g7726"><path id="path7728" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.72,0.24 L -0.24,-0.24 L -0.48,0 L -0.48,-0.24 L -0.24,-0.48"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-10.08,-4.8)" id="g7730"><path id="path7732" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0.24 L 0.24,0.72 L 0,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(4.56,19.68)" id="g7734"><path id="path7736" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L 0.24,0.24 L 0,0.48 L -0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(5.52,-13.2)" id="g7738"><path id="path7740" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,-0.24 L -0.24,-0.24 L -0.48,-0.24 L 0,-1.2"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-18.48,-4.8)" id="g7742"><path id="path7744" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.96,0.72 L 0.72,1.68 L 0.48,1.92"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(12.96,18.48)" id="g7746"><path id="path7748" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0.48,-0.24 L 0.48,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-12.48,-16.32)" id="g7750"><path id="path7752" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0.24,0.48"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(17.76,-0.72)" id="g7754"><path id="path7756" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.24 L 0,0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-4.8,17.04)" id="g7758"><path id="path7760" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(5.04,-12.96)" id="g7762"><path id="path7764" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L 0,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-1.92,2.4)" id="g7766"><path id="path7768" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L -0.24,0.24 L -0.24,0.72 L 0.48,1.2 L 0.96,1.2 L 0.72,1.44 L 1.2,1.2 L 1.92,1.44 L 2.16,1.2 L 1.92,1.2 L 1.68,0.96 L 1.44,1.2 L 0.96,0.96 L 0.96,0.24 L 1.2,0.24 L 1.2,-0.24 L 0.96,0.24 L 0.72,0 L 0.72,0.72 L 0,0.24 L 0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.24,10.08)" id="g7770"><path id="path7772" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.72 L 0,-0.48 L 0.24,-0.72 L 0,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-1.2,-11.28)" id="g7774"><path id="path7776" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.72 L 0,-0.96 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.44,2.16)" id="g7778"><path id="path7780" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0 L -0.72,-0.48 L -0.24,-0.72 L 0,0 z"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(280.64687,202.56)" id="g8016"><path id="path8018" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0.24,0.24 L 0.48,0 L 0.72,0.72 L 0.72,0 L 0.72,1.2 L 0.48,1.44 L 0.72,1.44 L 0.72,1.68 L 0.72,1.44 L 0.96,1.44 L 0.96,2.16 L 1.2,2.4 L 1.2,2.16 L 1.2,2.4 L 0.96,2.16 L 1.2,1.44 L 0.96,0.96 L 0.96,0.72 L 1.2,0.72 L 1.2,0.24 L 1.44,0.48 L 1.92,0 L 1.68,-0.24 L 1.92,-1.44 L 1.68,-1.68 L 1.92,-1.68 L 1.68,-2.16 L 2.16,-1.92 L 1.92,-2.16 L 1.92,-1.92 L 1.92,-2.4 L 2.16,-1.68 L 2.4,-1.92 L 1.92,-2.64 L 1.92,-2.88 L 2.4,-2.88 L 1.92,-3.12 L 2.16,-3.36 L 2.4,-3.12 L 2.4,-2.88 L 2.64,-2.4 L 2.4,-2.16 L 2.16,-2.64 L 2.4,-2.16 L 2.64,-2.16 L 2.16,-3.6 L 2.64,-3.84 L 2.4,-4.08 L 2.64,-4.08 L 2.4,-4.08 L 2.64,-4.56 L 2.64,-5.04 L 2.88,-4.8 L 2.88,-5.52 L 3.12,-5.52 L 3.12,-6.24 L 3.6,-6.72 L 3.84,-7.2 L 4.08,-7.2 L 4.08,-7.92 L 3.6,-7.92 L 3.84,-8.4 L 3.36,-8.16 L 4.32,-10.08 L 3.84,-10.32 L 4.08,-10.8 L 3.84,-11.04 L 4.8,-11.04 L 5.52,-10.8 L 6,-11.04 L 6.48,-10.56 L 6.24,-10.08 L 6.24,-9.6 L 6.72,-8.88 L 6.96,-9.12 L 6.96,-8.64 L 7.92,-8.64 L 7.92,-8.88 L 8.4,-8.64 L 8.88,-8.64 L 8.88,-8.88 L 9.36,-7.2 L 9.6,-7.2 L 9.6,-6.96 L 9.84,-6.96 L 9.6,-6.96 L 9.84,-6.24 L 9.84,-6 L 10.08,-6 L 9.84,-5.52 L 10.08,-4.8 L 10.08,-4.56 L 9.84,-4.56 L 9.84,-4.32 L 10.08,-4.56 L 9.84,-4.08 L 10.08,-4.32 L 10.08,-4.08 L 9.6,-3.6 L 10.08,-4.08 L 9.84,-3.6 L 10.32,-3.6 L 10.32,-3.36 L 10.08,-3.36 L 10.32,-3.12 L 10.08,-2.88 L 10.32,-2.88 L 10.08,-2.4 L 10.32,-2.4 L 10.08,-2.4 L 9.84,-2.16 L 10.08,-2.16 L 9.6,-1.92 L 10.08,-2.16 L 10.32,-1.92 L 10.08,-1.44 L 9.36,-1.44 L 10.56,-1.44 L 10.32,-1.2 L 10.8,-1.2 L 10.56,-1.2 L 10.56,-0.96 L 10.8,-1.2 L 11.28,-0.96 L 11.04,-0.72 L 11.28,-0.72 L 11.28,0.24 L 11.52,-0.24 L 11.52,0 L 11.52,-0.48 L 11.76,-0.96 L 12,-0.24 L 12.72,0.24 L 12.24,0.48 L 12.48,0.48 L 12.24,0.72 L 12.72,0.48 L 12.48,0.72 L 12.72,0.48 L 12.96,0.72 L 12.72,0.72 L 12.48,0.96 L 12.48,0.72 L 12,0.72 L 12,0.96 L 12.48,0.96 L 12.24,0.96 L 13.44,1.92 L 12.96,1.92 L 13.2,2.16 L 12.96,2.4 L 13.44,2.16 L 13.44,2.4 L 13.2,2.4 L 12.96,2.64"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(16.08,-12.96)" id="g8020"><path id="path8022" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.96,-1.2 L -0.96,-0.96 L -1.2,-0.96 L -0.24,0 L -0.96,-0.72 L -2.16,-0.96 L -2.4,-0.72 L -2.88,0.48 L -2.16,-0.24 L -2.16,0 L -2.88,0.48 L -3.6,0.48 L -6,-0.48 L -6.72,-1.44 L -9.12,-2.16 L -9.12,-2.4 L -9.36,-3.12 L -9.36,-3.36 L -9.84,-2.88 L -10.08,-3.12 L -9.84,-2.88 L -10.8,-2.64 L -10.56,-2.4 L -10.8,-1.92 L -10.8,-1.68 L -11.28,-1.92 L -12,-1.2 L -12,-0.72 L -12.48,-0.96 L -12.96,-0.96 L -13.2,-1.2 L -13.2,-0.96 L -12.24,-0.72 L -12.96,-0.72 L -13.68,-1.44 L -13.68,-1.68 L -13.68,-1.44 L -14.4,-1.44 L -14.64,-1.68 L -14.88,-2.16 L -15.36,-1.92 L -15.84,-1.92 L -16.08,-1.68 L -15.36,-1.44 L -15.36,-0.72 L -16.08,-0.96 L -16.8,-0.48 L -17.04,-0.72 L -17.04,-0.48 L -17.28,-0.48"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-13.92,0.96)" id="g8024"><path id="path8026" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0 L 0.48,0.24 L 0.24,0.48 L 0.96,0.72 L 0.48,1.2 L 0.72,1.68 L 1.2,1.92 L 1.2,1.68 L 1.44,1.68 L 1.2,1.92 L 1.2,2.64 L 1.44,3.12 L 0.96,3.36 L 0,2.88 L 0.24,2.88 L 0.48,1.92 L 0.24,2.16 L 0.24,1.92 L 0.48,2.16 L 0.24,2.88 L 0,1.92 L -0.24,2.16 L 0,2.16 L -0.24,2.4 L -0.24,2.64 L 0,2.88 L -0.24,2.88 L -0.96,3.12 L -0.48,2.88 L -0.48,2.64 L -0.72,2.64 L -0.96,2.16 L -1.68,2.4 L -1.2,2.16 L -1.44,2.16 L -1.2,1.92 L -1.2,1.2 L -0.96,0.72 L -0.24,0.72 L -0.24,0.24 L -0.48,0.24 L 0,0 L -0.24,-0.24 L 0,-1.2 L 0,-0.96 L 0.48,-0.48 L 0,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.92,-2.16)" id="g8028"><path id="path8030" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.24 L 0.72,0 L 1.2,0 L 0.96,0.48 L 0.96,0.72 L 0.72,0.96 L 0.72,1.2 L 0.24,0.72 L 0.48,0.96 L 0.24,0.72 L 0.48,0.96 L 0.96,0.48 L 0.48,0.72 L 0.24,0.72 L 0.48,0.48 L 0.24,0.48 L 0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(8.4,8.16)" id="g8032"><path id="path8034" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.48 L 0.48,0 L 0.48,0.24 L 0.72,0.48 L 0.72,0.96 L 1.2,1.2 L 0.96,1.44 L 0.96,2.16 L 1.44,2.4 L 1.2,2.64 L 0.96,2.64 L 0.96,2.4 L 0.72,2.64 L -0.24,1.44 L 0,0.96 L -0.24,0.72 L 0,0 L 0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-13.44,-3.36)" id="g8036"><path id="path8038" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0 L 0.72,0.96 L 0.96,1.44 L 0.72,0.96 L 0.96,0.96 L 0.96,0.72 L 1.2,1.2 L 1.44,0.96 L 1.92,1.68 L 1.68,1.92 L 0.72,2.16 L 0.96,2.64 L 0.48,2.64 L 0.96,2.64 L 0.72,3.36 L 0.96,3.36 L 1.44,4.08 L 1.2,5.04 L 1.68,5.52 L 0.48,5.28"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0,-1.92)" id="g8040"><path id="path8042" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0,-0.24 L 1.2,-0.48 L 1.2,0.24 L 1.44,0.24 L 1.2,0.72 L 0.96,0.72 L 1.2,0.72 L 1.2,1.2 L 0.72,0.72 L 0.72,0.96 L 0.96,0.96 L 0.48,1.2 L 0,1.2"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(6.72,-4.32)" id="g8044"><path id="path8046" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0 L 0.48,0.24 L -0.48,0.96 L -0.48,0.48 L 0,0.72 L 0,0.48 L -0.24,0.24 L -0.24,0.48 L -0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-5.28,3.12)" id="g8048"><path id="path8050" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L 0.96,-0.72 L 0.96,-0.48 L 1.68,-0.48 L 1.2,0.24 L 1.2,0 L 0.48,0.48 L 0.24,0.24 L 0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(2.64,0.48)" id="g8052"><path id="path8054" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.24 L -0.24,0 L -0.48,0 L -0.72,-0.24 L 0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(7.2,5.76)" id="g8056"><path id="path8058" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.72,-1.2 L -0.48,-2.4 L 0.48,1.2 L 0.24,0.96 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.88,-6)" id="g8060"><path id="path8062" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.24 L 0.24,0.48 L -0.48,0.96 L -0.48,0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-6.96,0.24)" id="g8064"><path id="path8066" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.48 L -0.48,-0.24 L -0.48,-0.72 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.48,3.12)" id="g8068"><path id="path8070" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.72 L 0.24,-0.72 L 0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.48,-4.56)" id="g8072"><path id="path8074" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.24 L 0.24,0 L 0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(5.76,-1.92)" id="g8076"><path id="path8078" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0.48,-0.24 L 0.72,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(9.84,3.36)" id="g8080"><path id="path8082" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0 L -0.24,-0.96 L 0,-0.48"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-17.28,-0.24)" id="g8084"><path id="path8086" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0.24,0.48"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.24,2.64)" id="g8088"><path id="path8090" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0.24,0.24 L 0,0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.24,-3.6)" id="g8092"><path id="path8094" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.48"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(7.2,13.68)" id="g8096"><path id="path8098" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.72 L 0,-0.72 L 0,-0.48 L 0,-0.72 L -0.24,-1.68 L -0.96,-1.92 L -1.2,-2.16 L -1.44,-2.16 L -1.2,-1.92 L -1.68,-1.92 L -2.16,-2.64 L -2.16,-2.4 L -2.64,-2.64 L -2.16,-1.92 L -2.4,-1.44 L -2.4,-0.96 L -2.16,-1.44 L -1.92,-0.72 L -1.68,-0.48 L -1.2,-1.2 L -1.44,0 L -1.2,0.24 L -1.2,0 L -1.2,0.24 L -0.48,0.24 L -0.48,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-3.12,0.72)" id="g8100"><path id="path8102" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L 0.24,-0.24 L 0,-0.72 L 0.48,-1.2 L 0.24,-1.44 L 0,-0.48 L 0,-1.68 L -0.24,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(4.56,-2.16)" id="g8104"><path id="path8106" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.72 L 0,-0.96 L -0.48,-1.2 L -1.2,-2.88 L -1.44,-2.64 L -1.2,-1.44 L -0.72,-0.48 L -0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.96,1.44)" id="g8108"><path id="path8110" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 1.2,0 L 0,-0.48 L -0.24,0 L -0.72,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.96,-3.36)" id="g8112"><path id="path8114" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L 0.48,-0.48 L 0.48,-0.72 L 0.48,-0.48 L 0.24,-0.72 L 0,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.72,-4.08)" id="g8116"><path id="path8118" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0.24,0 L 0.48,-0.24 L 0.48,-0.72 L 0,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-3.6,7.68)" id="g8120"><path id="path8122" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.48 L 0.48,-0.24 L 0.24,-0.72 L 0,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.2,0.72)" id="g8124"><path id="path8126" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.72 L 0,0 L 0,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.96,-18)" id="g8128"><path id="path8130" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0,-0.48 L -0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(2.16,10.32)" id="g8132"><path id="path8134" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.72 L -0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-1.68,7.92)" id="g8136"><path id="path8138" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.96 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(4.56,-3.36)" id="g8140"><path id="path8142" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.24 L 0,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-7.68,4.56)" id="g8144"><path id="path8146" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.48 L -0.24,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.48,-0.24)" id="g8148"><path id="path8150" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.24,0.24)" id="g8152"><path id="path8154" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.24"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(309.68687,207.6)" id="g8232"><path id="path8234" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -1.44,0 L -1.44,-0.72 L -2.16,-0.72 L -2.16,-1.2 L -2.64,-0.96 L -2.4,-1.92 L -2.64,-2.16 L -4.08,-2.4 L -4.56,-2.16 L -5.52,-2.16 L -5.76,-2.4 L -6,-1.92 L -6,-2.4 L -6.24,-2.16 L -6.24,-2.64 L -6.72,-2.64 L -6.96,-2.88 L -7.2,-2.64 L -7.2,-2.88 L -7.92,-2.88 L -8.16,-3.12 L -7.92,-3.36 L -8.4,-3.36 L -8.16,-3.6 L -9.12,-3.84 L -8.88,-4.32 L -9.12,-4.56 L -8.64,-4.56 L -8.88,-4.8 L -8.88,-5.28 L -8.4,-5.04 L -8.88,-5.28 L -8.16,-6.24 L -7.92,-6.24 L -7.68,-6.48 L -7.44,-6 L -6.96,-6.24 L -7.2,-7.68 L -6.72,-9.36 L -7.2,-10.08 L -7.92,-10.32 L -8.4,-10.08 L -8.88,-9.36 L -9.6,-8.64 L -9.84,-8.16 L -11.04,-9.12 L -11.52,-9.84 L -11.28,-10.56 L -11.76,-11.28 L -12,-12.24 L -11.52,-14.64 L -11.04,-15.12 L -11.28,-15.6 L -11.04,-15.6 L -11.28,-16.08 L -11.04,-16.8 L -11.28,-17.04 L -12.24,-16.8 L -11.28,-15.6 L -11.28,-15.12 L -12,-16.56 L -12.96,-17.04"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-10.8,-7.92)" id="g8236"><path id="path8238" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0.24,0.24 L 0.48,0.96 L 0.96,0.96 L 0.96,1.2 L 1.92,1.92 L 1.2,2.16 L 0.72,1.92 L 0.72,2.16 L 0.24,1.92 L 0.24,1.68 L 0.24,1.92 L 0,1.44 L -0.24,1.68 L -0.48,1.68 L 0,1.2 L -0.24,0.96 L 0.24,0.72 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.48,3.12)" id="g8240"><path id="path8242" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.24 L -0.72,-0.24 L -0.24,-0.24 L 0,-0.72 L 0.24,-0.72 L 0.24,-0.48 L 0.48,-0.48 L 0.72,-0.24 L 0.48,0.24 L 0.24,0.24 L 0.24,0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.48,3.12)" id="g8244"><path id="path8246" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L 0,0 L 0,-0.24 L -0.24,-0.72 L 0.24,-0.48 L 0.48,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.48,-4.08)" id="g8248"><path id="path8250" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0.48,0 L 0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.96,4.08)" id="g8252"><path id="path8254" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0.24,0 L 0.48,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.96,0)" id="g8256"><path id="path8258" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0 L 0.72,0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-3.6,-15.84)" id="g8260"><path id="path8262" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L 0.72,-0.24 L 0,-0.48"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(5.04,16.08)" id="g8264"><path id="path8266" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0 L 0,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.16,-0.24)" id="g8268"><path id="path8270" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L -0.24,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(7.44,-1.92)" id="g8272"><path id="path8274" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-1.2 L 0,-1.92 L 0.24,-2.16 L 0.72,-1.92 L 1.2,-2.4 L 1.2,-2.88 L 0.96,-2.88 L 0.48,-2.4 L 0.48,-2.64 L 0,-1.68 L -0.48,-1.44 L -0.48,-0.96 L -0.96,-0.48 L -0.96,0 L -0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.48,1.44)" id="g8276"><path id="path8278" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0 L 0,-0.24 L 0,-0.72 L -0.24,-0.24 L -0.48,-0.24 L -0.48,-0.72 L -0.48,-0.24 L -0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-7.92,-18.24)" id="g8280"><path id="path8282" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L 0.48,0.48 L 0.48,0 L 0.24,0 L 0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(5.28,14.88)" id="g8284"><path id="path8286" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.96 L -0.24,-0.24 L -0.24,0 L 0,0 z"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(309.68687,207.84)" id="g8336"><path id="path8338" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0 L 0.24,-0.24 L 0,-0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(12.24,0.96)" id="g8340"><path id="path8342" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 1.2,-0.48 L 1.68,-0.48 L 1.68,-0.72 L 1.92,-0.96 L 1.68,-0.96 L 1.68,-1.2 L 1.92,-1.68 L 1.44,-1.44 L 1.68,-1.68 L 1.2,-1.92 L 1.44,-2.16 L 1.2,-2.16 L 0.96,-1.68 L 0.48,-1.92 L -0.48,-1.2 L -0.96,-0.96 L -1.2,-1.2 L -0.96,-0.96 L -1.44,-0.72 L -0.96,-0.96 L -0.72,-0.72 L -0.72,-0.96 L -0.48,-1.2 L -0.24,-1.2 L -0.48,-0.96 L 0.48,-0.96 L 0.24,-0.72 L 0,-0.72 L 0,-0.48 L -0.24,-0.24 L -0.72,-0.24 L -0.72,-0.48 L -0.96,-0.48 L -0.96,-0.24 L -0.72,0 L -1.2,0.48 L -0.72,0.48 L -0.48,0.72 L -0.48,0.48 L -0.24,0.48 L -0.48,0.72 L 0,0.72 L 0,0.96 L 0,0.48 L -0.72,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-9.36,-4.56)" id="g8344"><path id="path8346" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.24 L 0.72,-0.24 L 0.96,-0.72 L 0.48,-0.72 L 0.48,-0.96 L -0.48,-0.96 L 0,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(9.6,7.68)" id="g8348"><path id="path8350" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.96,-0.48 L 1.2,-0.24 L 0.96,-0.48 L 1.2,-0.48 L 1.2,-0.72 L 0,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-5.04,-28.8)" id="g8352"><path id="path8354" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,-1.92 L 0.24,-1.44 L 0,-0.72 L -0.24,-0.72 L 0,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.96,18.72)" id="g8356"><path id="path8358" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.48 L 0.24,-0.72 L 0,-0.24 L -0.48,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-4.32,6.72)" id="g8360"><path id="path8362" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L -0.24,-0.48 L -0.72,-0.48 L -0.72,-0.24"/></g></g></g></g></g></g></g><g transform="translate(343.52687,208.8)" id="g8408" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path8410" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0 L -0.24,-0.96 L -0.48,-0.96 L -0.24,-1.44 L -0.96,-1.68 L -0.48,-2.16 L -0.24,-2.16 L -0.48,-2.16 L -0.48,-2.4 L 0,-2.4 L -0.48,-2.64 L 0,-3.36 L -0.24,-3.12 L -0.48,-3.84 L 0,-4.08 L 0.24,-4.08 L 0.72,-4.32 L 0.96,-4.32 L 1.44,-2.88 L 1.68,-2.88 L 1.44,-3.12 L 1.44,-3.84 L 1.2,-4.08 L 1.92,-4.56 L 1.2,-4.56 L 1.68,-5.28 L 3.12,-4.56 L 2.4,-5.04 L 2.16,-5.28 L 2.4,-5.76 L 1.68,-6.24 L 1.44,-6 L 1.92,-6 L 2.16,-5.76 L 2.16,-5.52 L 1.68,-5.52 L 1.2,-5.28 L 0.72,-4.32 L -0.48,-4.32 L -0.96,-3.36 L -0.96,-2.88 L -0.48,-2.64 L -1.2,-1.92 L -0.72,-0.96 L -1.44,-0.72 L -1.68,-0.48 L -0.96,-0.72 L -0.72,-0.72 L -1.2,-0.24 L -1.2,0 L -0.96,-0.48 L -0.48,0 L -0.24,0 L -0.24,0.24"/><g transform="translate(1.44,-18)" id="g8412" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path8414" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L 0.24,1.68 L -0.72,2.16 L -0.24,3.12 L -0.48,3.36 L -0.96,3.36 L -1.2,3.84 L -0.96,5.04 L -1.2,5.52 L -0.96,5.76 L -0.96,6.24 L -0.72,6 L -0.96,5.76 L -0.48,6 L -0.24,6.48 L -0.48,5.76 L -0.96,5.76 L -0.96,5.28 L -1.2,4.56 L -0.96,3.6 L -0.48,3.36 L -0.24,2.88 L 0,2.64 L -0.48,2.4 L -0.48,2.16 L 0.24,1.68 L 0.48,1.2 L 0.72,1.68 L 1.2,1.68 L 1.2,2.16 L 1.2,1.68 L 1.44,1.68 L 1.44,1.44 L 0.96,1.68 L 0.48,1.44 L 0,0.48 L 0.24,0.24"/><g transform="translate(-12,15.36)" id="g8416" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path8418" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,0 L 0.96,-0.24 L 1.92,-0.24 L 2.64,0.48 L 2.88,0.48 L 3.36,1.2 L 3.6,1.2 L 4.08,2.16 L 5.04,1.92 L 6.24,2.88 L 6.72,2.4 L 7.2,2.64 L 7.44,2.4 L 8.4,2.88 L 8.88,2.16 L 8.4,2.88 L 8.16,2.64 L 7.92,1.92 L 7.92,2.64 L 6.96,2.16 L 6.24,2.64 L 6,2.4 L 6,2.16 L 5.76,2.4 L 5.04,1.92 L 4.08,2.16 L 3.6,0.96 L 3.36,1.2 L 2.88,0.48 L 2.64,0.48 L 1.92,-0.24 L 0.96,-0.24 L 0.72,0 L 0,0 L -0.72,0.24 L 0,0 z"/><g transform="translate(-2.88,2.16)" id="g8420" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path8422" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.48 L 0.72,0 L 0.48,0.48 L 0.72,0 L 0.96,0.24 L 0.96,-0.72 L 1.68,-1.2 L 2.16,-1.92 L 1.68,-2.4 L 1.92,-1.92 L 1.44,-1.92 L 1.68,-1.92 L 1.68,-1.68 L 1.44,-1.44 L 1.2,-1.44 L 1.44,-1.2 L 0.72,-0.96 L 0.72,-0.24 L 0.24,-0.48 L 0.24,-0.72 L 0.24,-0.48 L 0,-0.48 L 0,0 z"/><g transform="translate(15.6,-9.6)" id="g8424" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path8426" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.72 L -0.24,1.92 L 0,2.64 L 0,0.96 L 0.24,0.72 L 0.48,0.72 L 0.24,0.48 L 0,0 z"/><g transform="translate(-17.52,8.4)" id="g8428" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path8430" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,0.24 L 0.72,0.48 L 1.68,0.72 L 0.96,0.48 L 0.72,0 L 0.72,0.24 L 0,0 z"/></g></g></g></g></g></g><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(261.92687,190.32)" id="g10232"><path id="path10234" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.72 L 0,0.96 L -0.24,1.44 L -0.48,2.16 L -1.2,2.88 L -1.44,2.88 L -1.2,3.12 L -1.44,4.56 L -1.2,5.76 L -1.68,6.48 L -1.68,6.96 L -2.64,7.68 L -3.12,7.68 L -4.08,8.16 L -4.32,8.4 L -3.6,7.92 L -2.88,8.16 L -2.16,8.16 L -2.64,8.64 L -2.4,8.88 L -3.36,8.88 L -2.16,8.88 L -1.2,9.84 L -0.24,11.04 L 0.24,11.52 L 0,12 L -1.68,12.24 L -1.92,12.72 L -3.12,12.72 L -3.6,12.48 L -3.84,12.48 L -3.36,12.72 L -3.12,12.96 L -3.84,12.72 L -3.36,12.96 L -2.88,12.96 L -2.64,13.2 L -2.88,13.2 L -3.36,13.68 L -2.88,13.44 L -2.88,13.68 L -1.2,14.16 L -0.72,15.12 L -1.2,15.36 L -1.2,15.12 L -1.68,15.36 L -2.16,15.36 L -3.12,15.12 L -2.88,15.6 L -3.12,15.6 L -3.36,15.36 L -3.12,15.6 L -3.36,15.84 L -3.36,15.6 L -3.36,15.84 L -3.6,16.08 L -3.84,15.6 L -3.84,15.36 L -3.84,15.6 L -3.84,15.36 L -4.08,15.6 L -4.08,15.36 L -3.84,14.88 L -4.56,15.12 L -4.32,14.88 L -4.56,14.64 L -4.8,14.64 L -4.56,13.92 L -4.8,14.4 L -4.56,13.92 L -5.28,14.4 L -5.28,13.92 L -5.28,14.4 L -5.52,14.4 L -5.52,13.92 L -5.76,13.68 L -5.52,13.2 L -5.76,13.68 L -6,12.96 L -5.76,12.96 L -5.76,12.72 L -6,12.72 L -5.52,12.48 L -5.76,12.48 L -6,12.24 L -5.76,12 L -6.24,12.24 L -6.24,12 L -6,11.76 L -6.48,12 L -6.72,11.76 L -6.24,11.52 L -6.72,11.52 L -6.48,11.28 L -7.44,11.52 L -6.24,11.04 L -6.96,11.04 L -6.72,10.56 L -5.52,11.04 L -5.76,11.28 L -5.52,11.04 L -5.76,10.8 L -5.52,10.8 L -6,10.8 L -6.24,10.56 L -6,10.32 L -6.24,10.56 L -6.48,10.32 L -6,10.08 L -5.76,10.32 L -6,10.08 L -6.48,10.32 L -6.72,10.08 L -6.48,10.08 L -6.72,10.08 L -6.96,9.84 L -6.72,9.84 L -6.96,9.6 L -6.72,9.6 L -6.96,9.36 L -7.44,9.12 L -6.96,9.12 L -7.44,8.64 L -7.44,8.4 L -6.96,8.64 L -7.68,8.16 L -8.16,7.2 L -7.68,7.2 L -7.68,7.44 L -6.96,8.4 L -6.96,9.12 L -5.76,9.36 L -6.72,8.88 L -6.96,8.64 L -6.72,8.4 L -6.48,8.88 L -6.48,8.64 L -6.48,8.88 L -6.24,8.4 L -6,9.12 L -6,8.88 L -5.52,9.12 L -6,8.64 L -5.76,8.64 L -5.76,8.88 L -5.52,8.16 L -6,8.64 L -6.48,7.92 L -6,7.44 L -6,7.2 L -6.96,6.48 L -7.2,5.76 L -7.44,6 L -7.68,5.76 L -7.44,4.8 L -7.44,5.52 L -7.2,5.52 L -6.48,4.8 L -6.24,5.52 L -5.76,4.8 L -5.52,5.04 L -5.04,4.8 L -5.04,5.28 L -4.08,4.8 L -4.8,4.8 L -5.52,3.84 L -5.28,2.88 L -5.04,2.88 L -5.04,2.4 L -4.8,2.64 L -4.56,2.4 L -4.32,2.64 L -4.8,2.16 L -4.8,1.92 L -4.56,2.16 L -4.8,1.92 L -5.04,1.92 L -5.04,1.68 L -5.04,1.92 L -5.04,1.68 L -5.28,1.44 L -4.8,1.2 L -5.04,1.2 L -5.52,0.72 L -5.28,0 L -5.04,0 L -5.28,0 L -5.52,0.48 L -5.76,0.48 L -5.76,0 L -6,0.48 L -6.48,0.48 L -6.96,0.72 L -6.96,0.48 L -7.68,0.48 L -9.12,-0.24 L -8.64,-0.48 L -8.4,-0.24 L -7.68,-0.48 L -7.92,-0.72 L -7.92,-0.96 L -7.68,-0.96 L -8.16,-1.2 L -7.92,-1.44 L -8.16,-1.44 L -8.64,-2.16 L -9.6,-2.16 L -9.84,-2.4 L -10.32,-2.4 L -11.04,-2.64 L -10.56,-2.88 L -10.8,-3.12 L -11.04,-3.12 L -10.8,-3.12 L -10.32,-3.36 L -10.8,-3.36 L -10.56,-3.6 L -9.36,-3.36 L -9.36,-3.84 L -9.12,-4.08 L -9.36,-3.84 L -9.6,-4.08 L -8.64,-4.32 L -8.64,-4.8 L -8.16,-5.28 L -7.68,-5.28 L -7.2,-4.8 L -6.96,-5.04 L -6.72,-5.04 L -6,-4.56 L -6,-4.8 L -6.72,-5.28 L -7.2,-5.52 L -7.68,-6 L -8.16,-5.76 L -8.88,-5.28 L -9.84,-5.28 L -9.84,-5.52 L -9.6,-5.76 L -10.08,-5.76 L -10.32,-5.52 L -10.8,-6.24 L -11.28,-6.48 L -11.52,-6.48 L -11.52,-6.72 L -11.76,-6.48 L -12.24,-6.96 L -12.96,-7.44 L -13.44,-7.2 L -13.68,-7.44 L -13.44,-7.68 L -13.2,-7.44 L -12.96,-7.92"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-19.44,0.24)" id="g10236"><path id="path10238" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 1.2,-0.24 L 0.24,-0.48 L 0.96,-0.48 L 0.24,-0.72 L 0.96,-0.72 L 0.96,-0.96 L 1.2,-0.96 L 0.96,-1.2 L 1.44,-0.96 L 1.92,-1.2 L 1.92,-0.96 L 2.16,-1.2 L 2.16,-0.96 L 2.64,-1.44 L 2.64,-0.96 L 3.12,-1.2 L 3.36,-0.96 L 3.12,-0.48 L 3.6,-0.96 L 3.36,-0.96 L 3.36,-1.2 L 3.84,-0.96 L 4.08,-0.96 L 4.08,-0.72 L 4.32,-0.96 L 4.56,-0.96 L 4.8,-0.72 L 4.8,-0.48 L 5.76,-0.96 L 6,-0.72 L 6,-0.96 L 6.48,-0.72 L 6.24,-0.96 L 6.48,-1.2 L 7.2,-1.2 L 7.2,-0.72 L 6.96,-0.96 L 6.96,-0.72 L 7.2,-0.72 L 8.4,0.72 L 8.64,1.68 L 8.4,1.92 L 8.88,1.92 L 8.64,2.16 L 8.88,2.4 L 8.64,2.88 L 8.88,3.12 L 8.88,3.84 L 9.36,3.6 L 9.12,4.08 L 9.6,3.6 L 9.84,3.84 L 10.08,4.32 L 10.32,4.08 L 10.56,4.08 L 10.56,4.32 L 10.8,5.04 L 10.8,4.08 L 11.04,4.56 L 11.04,5.28 L 10.32,5.28 L 11.04,5.52 L 10.56,6.24 L 10.56,6.96 L 9.36,7.44 L 9.12,7.2 L 8.64,7.2 L 9.36,7.68 L 8.88,8.16 L 8.88,7.92 L 8.64,8.16 L 8.4,7.44 L 7.92,7.2 L 8.4,7.68 L 8.4,8.16 L 8.16,8.16 L 8.16,7.68 L 8.16,8.16 L 7.92,7.92 L 7.68,8.16 L 7.2,8.16 L 7.2,7.92 L 6.72,7.92 L 6.72,7.68 L 6.96,7.44 L 6.48,7.44 L 6.48,7.2 L 6.24,7.44 L 5.76,7.44 L 6,6.96 L 6.48,6.96 L 6.24,6.72 L 6.96,6.72 L 6.48,6.48 L 5.52,6.24 L 5.76,6.24 L 5.76,6 L 5.52,6 L 5.76,5.76 L 5.04,6.48 L 4.56,6 L 4.56,6.72 L 3.84,6.96 L 3.6,6.96 L 3.84,6.72 L 3.36,6.96 L 3.6,6.96 L 3.6,7.2"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(6.72,-8.16)" id="g10240"><path id="path10242" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0,0.24 L 0.48,0.24 L 0.48,0.48 L 0.48,0.24 L 0.96,0.24 L 1.2,0.48 L 1.92,0.48 L 2.16,0.24 L 2.16,0.48 L 2.4,0 L 2.64,0 L 2.88,-0.48 L 2.88,-0.24 L 2.88,-0.48 L 3.12,-0.48 L 3.36,-0.24 L 3.12,0.24 L 3.36,-0.24 L 3.6,0.48 L 3.84,0.48 L 3.84,0.72 L 4.08,0.48 L 5.04,0.48 L 5.52,-0.24 L 5.76,0 L 6.48,-0.48 L 6.48,0 L 7.44,-0.24 L 7.92,-0.24 L 7.68,0.24 L 8.16,-0.24 L 8.16,0 L 8.88,-0.24 L 8.64,-0.48 L 8.88,-0.72 L 9.84,-0.48 L 10.32,-0.96"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-4.32,12.72)" id="g10244"><path id="path10246" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0,-0.24 L 0.72,-0.24 L 0.48,-0.72 L 0.48,-0.48 L 0.48,-0.72 L 1.44,-0.96 L 1.2,-0.96 L 1.44,-1.2 L 1.44,-1.44 L 0.72,-1.2 L 0.24,-1.44 L 0.48,-1.68 L 0,-1.92 L -0.96,-2.16 L -0.48,-2.4 L -0.24,-2.16 L 0,-2.4 L 0.24,-2.4 L 0,-2.64 L 0.24,-2.64 L 0.96,-2.4 L 0.72,-2.64 L 1.2,-2.88 L -0.24,-2.64 L -0.48,-2.4 L -0.72,-2.64 L -1.2,-2.64 L -0.96,-2.88 L -1.2,-3.12 L -0.96,-3.12 L -1.44,-3.12 L -1.44,-2.88"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(9.84,10.56)" id="g10248"><path id="path10250" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L -0.24,-0.24 L -0.24,-0.72 L 0.24,-0.48 L 0.48,-0.48 L 0.48,0 L 0.72,0 L 0.48,-0.48 L 0.72,-0.48 L 0.72,-0.24 L 0.96,-0.24 L 1.2,0 L 0.72,0 L 1.68,0.24 L 1.2,0.24 L 1.68,0.48 L 1.68,0.96 L 0.72,0.72 L 0.72,0.24 L 0.48,0.72 L 0.48,0.24 L 0.24,0.72 L 0,0.48 L 0,0.24 L 0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.72,-2.4)" id="g10252"><path id="path10254" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0 L 0.24,0.72 L 0,1.2 L -0.24,1.2 L -0.24,0.48 L -0.48,1.2 L -0.72,0.72 L -0.72,0.96 L -0.96,0.72 L -0.72,0.48 L -0.48,0.48 L -0.48,0.24 L -0.24,0.24 L -0.72,0.24 L -0.48,-0.24 L -0.24,-0.24 L -0.24,-0.48 L 0,-0.24 L 0,-0.48 L 0.24,-0.48 L -0.24,-0.72 L 0.48,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.72,-1.92)" id="g10256"><path id="path10258" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L -0.48,0.24 L -0.48,0 L 0,-0.24 L -0.48,-0.48 L -0.72,-0.48 L -0.72,-0.72 L 0,-0.72 L 0,-0.96 L 0.24,-0.72 L 0.48,-0.72 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(6.72,5.04)" id="g10260"><path id="path10262" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L -0.24,0.48 L -0.48,0 L -0.24,-0.24 L 0,-0.24 L 0,-0.72 L 0.48,-0.24 L 0.24,-0.48 L 0.48,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-15.6,-8.88)" id="g10264"><path id="path10266" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.48 L -0.24,-0.48 L 0.24,-0.48 L 0,-0.72 L 0,-0.96 L -0.24,-0.72 L -0.24,-0.96 L 0.24,-1.2 L 0.24,-1.44 L -0.48,-1.44 L -0.48,-1.68 L -0.24,-1.92 L -0.72,-1.68"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(7.2,1.68)" id="g10268"><path id="path10270" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0 L 0.24,-0.48 L 0.72,-0.48 L 0.96,0.48 L 0.48,0.24 L 0.48,0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(8.64,-9.6)" id="g10272"><path id="path10274" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.48 L -0.96,0.72 L -1.2,0.48 L -1.2,0.72 L -0.24,0.72 L 0,0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-7.92,1.68)" id="g10276"><path id="path10278" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.48 L 0.96,-0.24 L 0.48,-0.24 L 0.48,0.24 L 0,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.24,13.68)" id="g10280"><path id="path10282" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.48 L 0.48,-0.24 L 0.72,-0.24 L 0.72,0 L 0.72,-0.24 L 0.48,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(7.2,1.2)" id="g10284"><path id="path10286" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0.48,-0.24 L 0.24,-0.24 L 0.48,-0.24 L 0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-7.44,-2.16)" id="g10288"><path id="path10290" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.48 L 0.24,-0.72 L 0.24,-0.24 L 0.48,0 L 0.48,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.72,-10.32)" id="g10292"><path id="path10294" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.24 L 0.96,0 L 1.2,0.72 L 0.72,0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.24,6)" id="g10296"><path id="path10298" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L -0.24,-0.24 L -0.24,-0.72 L 0.48,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.48,-1.44)" id="g10300"><path id="path10302" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.48 L 0.24,-0.72 L 0.48,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.68,-16.32)" id="g10304"><path id="path10306" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.24 L 1.2,0 L 0.72,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(8.4,26.4)" id="g10308"><path id="path10310" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.24 L 0,-0.24 L 0.24,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-19.44,-11.76)" id="g10312"><path id="path10314" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.48"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.16,-4.8)" id="g10316"><path id="path10318" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0 L 0,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.48,-0.96)" id="g10320"><path id="path10322" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.96,0 L 0,-0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(3.6,4.08)" id="g10324"><path id="path10326" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L -0.24,-0.48 L 0,-0.24 L -0.48,0.24 L -0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(2.16,-0.48)" id="g10328"><path id="path10330" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.24 L 0,-0.24 L -0.24,-0.48 L -0.24,0 L 0,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.96,-1.44)" id="g10332"><path id="path10334" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.96,-0.48 L -0.72,-0.24 L -0.48,-0.24 L -0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(4.8,3.36)" id="g10336"><path id="path10338" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.72 L -0.72,-0.48 L -0.24,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.4,0.48)" id="g10340"><path id="path10342" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.72 L -0.48,0 L 0,0 z"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(250.88687,148.8)" id="g10412"><path id="path10414" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 1.92,1.44 L 2.16,1.44 L 1.92,1.44 L 1.92,1.2 L 2.64,1.68 L 2.16,2.16 L 3.12,2.64 L 6,2.88 L 6.48,3.36 L 8.16,3.6 L 8.88,4.08 L 9.12,4.56 L 8.88,5.28 L 9.6,5.52 L 9.12,5.52 L 9.12,6.48 L 9.36,7.2 L 9.12,6.96 L 9.12,7.44 L 9.36,7.2 L 9.36,7.92 L 9.6,7.92 L 10.32,8.4 L 10.56,8.4 L 12,8.88 L 12.24,8.64 L 13.2,8.4 L 13.2,8.16 L 13.2,8.4 L 13.2,7.92 L 13.68,7.92 L 13.68,8.16 L 13.68,7.92 L 13.68,8.4 L 14.16,8.16 L 14.16,7.92 L 14.88,7.92 L 14.64,7.44 L 15.6,7.2 L 15.84,6.72 L 16.08,6.72 L 16.08,6.96 L 16.56,6.48 L 16.8,6.72 L 17.04,6.48 L 17.28,6.72 L 17.76,6.72 L 18,6.96 L 17.76,7.2 L 18,7.44 L 18.48,7.44 L 18.72,7.92 L 18.96,7.68 L 19.2,8.16 L 21.36,8.64 L 22.56,9.84 L 23.04,10.08 L 24,9.6 L 24.24,9.6 L 25.44,8.64 L 25.44,8.88 L 25.68,8.64"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(22.56,0.72)" id="g10416"><path id="path10418" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.48 L 0.96,0.24 L 0.72,0.24 L 1.2,0.48 L 1.2,1.44 L 1.68,1.92 L 1.68,4.8 L 1.44,4.8 L 1.2,3.6 L 0.72,3.84 L 0.48,3.6 L -0.24,3.6 L -0.48,3.12 L -0.72,2.88 L -0.48,2.4 L -0.72,2.4 L -0.72,2.16 L -0.24,1.92 L -0.72,1.68 L -0.72,1.44 L -0.24,1.2 L -0.72,0.96 L 0,0.72 L -0.48,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.44,-5.04)" id="g10420"><path id="path10422" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L -0.24,0.72 L 0.48,1.68 L 0,2.64 L 0.24,2.64 L -0.24,3.12 L 0,3.36 L -0.24,3.36 L -0.24,3.84 L -0.48,3.6 L -0.48,3.84 L -0.72,3.84 L -0.96,4.08 L -2.64,2.88 L -3.36,3.12 L -3.6,3.36 L -3.84,2.4 L -3.36,2.4 L -3.36,1.44 L -3.12,1.2 L -3.36,0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-13.68,34.08)" id="g10424"><path id="path10426" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -1.2,0 L -2.16,-0.24 L -2.4,-0.72 L -2.4,-0.96 L -1.68,-1.2 L -2.88,-1.2"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0,-32.16)" id="g10428"><path id="path10430" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.24 L -0.96,0.48 L -0.96,0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(13.2,20.16)" id="g10432"><path id="path10434" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L -0.48,0.48 L -0.24,0.72 L -0.24,0.48 L 0,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.48,-3.6)" id="g10436"><path id="path10438" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.72 L 0.24,0.72 L 0.72,1.44 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-5.04,2.4)" id="g10440"><path id="path10442" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0.48 L 0.96,0.72 L 1.92,0.24 L 0.48,0.24 L 0,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(6.24,-2.16)" id="g10444"><path id="path10446" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,0.96 L 0.48,0.48 L 0.72,0 L 0.48,0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-3.84,4.08)" id="g10448"><path id="path10450" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.96,-0.48 L -0.48,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(5.28,0.96)" id="g10452"><path id="path10454" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.96,1.2 L 0.48,0 L 0,0 z"/></g></g></g></g></g></g></g></g></g></g></g><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(296.72687,144.24)" id="g10556"><path id="path10558" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.24 L 0,0.96 L -1.2,1.68 L -1.2,1.92 L -2.4,2.4 L -3.6,3.12 L -6.24,4.32 L -6.48,4.8 L -5.76,5.52 L -5.76,5.76 L -6.72,5.76 L -6.72,5.52 L -7.2,6 L -7.92,5.76 L -7.44,5.76 L -9.12,6.24 L -9.36,6.72 L -9.84,6.72 L -11.04,8.4 L -11.76,11.04 L -13.92,12.48 L -14.64,13.2 L -14.88,14.88 L -14.64,15.36 L -14.4,15.12 L -14.4,15.36 L -14.4,15.12 L -14.4,15.6 L -14.16,15.84 L -14.64,16.08 L -14.64,16.56 L -14.88,16.56 L -14.88,17.04 L -14.64,17.28 L -14.4,17.04 L -14.64,17.28 L -14.16,17.52 L -13.92,17.52 L -14.4,17.04 L -13.2,17.76 L -12.72,17.76 L -12.72,18.24 L -12.24,18 L -12.24,17.76 L -11.76,18 L -11.76,18.24 L -11.28,17.52 L -12,17.28 L -11.76,16.8 L -11.76,16.08 L -11.52,16.08 L -11.76,16.08 L -11.76,15.84 L -11.04,14.88 L -11.04,15.12 L -10.8,15.12 L -10.8,15.84 L -10.8,15.6 L -10.56,15.6 L -10.08,16.8 L -9.6,16.56 L -8.88,16.08 L -8.64,14.4 L -7.2,12.96 L -7.92,13.68 L -7.92,13.2 L -8.4,13.44 L -8.4,13.2 L -6.96,11.76 L -6.48,11.76 L -6.48,11.04 L -6,10.8 L -5.28,11.04 L -5.52,11.04 L -4.32,10.56 L -2.16,8.88 L -3.36,9.36 L -3.84,9.36 L -2.16,8.64 L -2.4,8.88 L -1.92,8.88 L -0.24,7.68 L -0.24,7.92 L 0.24,7.92 L 0.24,7.68 L 0,7.92 L 0.24,7.68 L -0.24,7.68 L 0.48,7.2 L 0.72,7.2 L 1.44,6.24 L 2.4,6 L 2.64,5.28 L 2.16,5.28 L 2.4,4.8 L 2.16,4.56 L 2.4,4.08 L 2.16,3.36 L 2.4,2.88 L 2.4,3.36 L 2.4,2.88 L 2.16,3.12 L 1.92,2.16 L 2.16,1.92 L 2.4,1.92 L 2.4,1.68 L 2.16,1.68 L 2.64,1.44 L 2.64,1.2 L 1.92,1.44 L 2.64,0.72 L 3.6,0.24"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-20.16,13.2)" id="g10560"><path id="path10562" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.24 L 0.72,-1.92 L 1.2,-2.64 L 0.96,-3.6 L 1.68,-3.84 L 1.44,-4.08 L 2.4,-5.04 L 2.16,-5.52 L 2.88,-5.52 L 3.36,-5.76 L 3.84,-6.72 L 4.56,-7.2 L 4.8,-7.68 L 5.76,-8.88 L 6.48,-8.88 L 6.72,-9.6 L 7.2,-9.36 L 7.92,-9.6 L 8.4,-9.6 L 9.12,-10.56 L 9.12,-11.04 L 9.84,-10.8 L 10.08,-11.04 L 9.84,-11.76 L 11.04,-11.52 L 11.52,-12.24 L 11.28,-12.72 L 11.76,-12.96 L 12.48,-13.68"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(11.52,0.96)" id="g10564"><path id="path10566" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.72,0.48 L -0.24,-0.24 L 0.48,-0.72 L 0.48,-0.48 L -0.24,0 L 0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(4.08,-14.4)" id="g10568"><path id="path10570" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L 0.72,1.44 L 1.2,1.68 L 1.44,1.44 L 1.44,1.2 L 2.16,0.96 L 3.12,0.96 L 3.6,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.48,10.08)" id="g10572"><path id="path10574" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0 L -0.48,0 L -0.96,0.24 L -0.96,0 L -1.44,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-5.76,5.76)" id="g10576"><path id="path10578" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.72 L -0.48,0.48 L 0,0 L -0.48,-0.24 L 0,-1.2 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(6,-6.24)" id="g10580"><path id="path10582" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.96,0 L -0.72,0 L -0.96,-0.24 L 0.48,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-5.76,7.2)" id="g10584"><path id="path10586" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.72 L 0.24,-0.72 L 0.48,-1.2 L 0.48,-0.96 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(0.96,-4.08)" id="g10588"><path id="path10590" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.48 L 0,0.24 L -0.48,0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(3.36,-2.16)" id="g10592"><path id="path10594" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.24 L 0.96,0 L 0,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.16,-10.8)" id="g10596"><path id="path10598" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.48 L 0.48,0.24 L 0.48,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-12,9.36)" id="g10600"><path id="path10602" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.48 L -0.72,0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(20.64,-1.44)" id="g10604"><path id="path10606" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.24 L 0.72,0.24 L 0.48,-0.24 L 0.96,-0.72 L 0.24,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-5.04,13.68)" id="g10608"><path id="path10610" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 1.44,0.72 L 1.68,1.2 L 1.92,0.96 L 0.48,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-1.2,3.12)" id="g10612"><path id="path10614" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.48 L 0.24,0.72 L 0,0 L 0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-13.44,-6.48)" id="g10616"><path id="path10618" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L 0.72,0.96 L 0.24,-0.24 L 0,0 z"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(310.64687,145.68)" id="g10708"><path id="path10710" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L -0.72,0.48 L -0.96,0.96 L 0.24,0.96 L 0.72,0.48 L 0.96,0.72 L -0.24,1.44 L -0.24,1.2 L -0.48,1.2 L -0.72,1.44 L -0.48,1.68 L -1.2,1.92 L -0.96,2.4 L -0.24,2.4 L 0.48,2.64 L 0.48,3.12 L 0.96,3.36 L 0.96,2.88 L 1.44,3.12 L 2.16,3.6 L 3.36,3.36 L 4.56,3.6 L 4.8,2.88 L 6.48,3.36 L 6.48,3.12 L 5.28,1.92 L 5.52,1.68 L 5.28,0.96 L 6.24,2.64 L 7.68,3.6 L 7.92,4.8 L 8.4,5.04 L 9.12,4.8 L 9.6,5.52 L 10.32,5.28 L 10.32,5.52 L 10.56,5.28 L 11.52,5.52 L 11.52,6.48 L 9.36,6.72 L 8.4,7.68 L 8.4,8.16 L 7.68,8.88 L 7.44,9.36 L 6.72,9.36 L 7.2,9.84 L 7.2,10.32 L 7.68,10.32 L 7.44,12 L 7.68,12.48 L 8.16,12.72 L 8.4,12.72 L 8.64,13.2 L 8.4,14.16 L 8.4,14.64 L 8.16,15.6 L 8.64,16.8 L 8.4,16.32 L 8.16,16.8 L 8.64,17.04 L 8.4,17.04 L 8.16,16.8 L 7.92,17.04 L 8.4,17.28 L 8.16,17.76 L 8.64,18 L 8.64,17.52 L 8.88,17.52 L 8.64,17.28 L 8.64,17.04 L 8.88,17.52 L 9.84,18 L 9.84,18.96 L 9.6,18.96 L 9.84,19.2 L 9.6,19.2 L 9.84,19.2 L 9.84,19.92 L 9.36,19.92 L 9.6,20.16 L 9.36,20.16 L 9.12,20.88 L 9.6,20.16 L 9.84,20.64 L 9.6,20.64 L 9.84,20.88 L 9.84,21.12"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(13.68,6.72)" id="g10712"><path id="path10714" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -1.92,-0.24 L -2.16,-0.96 L -1.44,-1.44 L -1.44,-1.68 L 0.24,-1.44 L -0.48,-1.68 L -0.72,-1.68 L -1.92,-2.16 L -2.4,-2.64 L -1.44,-2.88 L -1.68,-3.12 L -3.36,-3.36 L -4.08,-3.84 L -4.32,-3.6 L -4.08,-3.36 L -4.8,-3.36 L -5.04,-3.6 L -4.32,-3.6 L -4.56,-4.08 L -5.52,-4.08 L -6,-3.84 L -6.48,-4.08 L -7.2,-4.32 L -7.92,-5.04 L -7.92,-5.52 L -8.4,-5.76"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-17.04,-7.2)" id="g10716"><path id="path10718" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0 L -0.24,1.2 L -0.48,1.44 L 0.48,2.16 L 0.48,1.92 L 0.24,1.68 L 0.48,1.2 L 1.68,0.72 L 1.68,1.2 L 2.4,0.96 L 3.12,0.48"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(4.32,2.88)" id="g10720"><path id="path10722" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0.72,-0.24 L 0.48,0.24 L 0.24,0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(2.4,-0.24)" id="g10724"><path id="path10726" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0.48,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.44,-0.96)" id="g10728"><path id="path10730" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.48 L -0.72,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-5.76,-1.44)" id="g10732"><path id="path10734" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.72,0.48 L -0.48,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(4.08,0.72)" id="g10736"><path id="path10738" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-10.8,1.68)" id="g10740"><path id="path10742" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.48 L -0.24,-0.72 L -0.24,-0.24 L -0.48,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-0.96,0.48)" id="g10744"><path id="path10746" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.48 L 0,-0.72 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(22.32,1.68)" id="g10748"><path id="path10750" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.24 L -0.96,-0.24 L -0.72,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-3.84,-1.68)" id="g10752"><path id="path10754" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L -0.48,-0.24 L -0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-2.88,17.28)" id="g10756"><path id="path10758" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,-1.2 L 0.24,-1.2 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(4.56,-17.04)" id="g10760"><path id="path10762" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,-0.24 L -0.72,0 L 0,0 z"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(320.48687,166.8)" id="g10808"><path id="path10810" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0.24,0.24 L 0.48,0 L 0.96,0.96 L 0,1.44 L 0,1.68 L 0.24,1.92 L 0.24,1.68 L 0.24,1.92 L 0.96,0.96 L 0.96,1.92 L 1.2,2.16 L 0.96,2.64 L 1.44,3.12 L 2.4,3.12 L 2.4,3.6 L 2.16,3.84 L 2.4,3.6 L 2.4,4.08 L 2.4,3.12 L 3.12,3.36 L 3.36,3.6 L 3.12,4.08 L 3.36,4.32 L 3.36,4.08 L 3.6,3.6 L 3.84,3.36 L 4.32,3.6 L 4.32,3.36 L 2.64,3.12 L 3.12,2.64 L 3.12,3.12 L 3.84,3.12 L 3.84,2.88 L 3.36,2.64 L 3.36,2.4 L 3.6,2.64 L 4.56,2.4 L 4.56,2.16 L 5.28,2.16 L 6.48,2.88 L 6.48,3.12 L 6.48,2.88 L 7.2,2.88 L 7.2,3.12 L 7.44,2.64 L 7.92,2.64 L 7.92,2.4 L 7.68,2.4 L 6.96,1.68 L 6.72,1.92 L 6.72,1.68 L 5.76,0.24 L 6.24,0 L 6.48,0.24 L 6.72,0.24 L 7.2,0.96 L 6.96,0.24 L 7.68,0 L 7.92,0.24 L 8.4,-0.24 L 8.64,-1.44 L 8.88,-1.44 L 8.4,-1.68 L 9.36,-1.92 L 9.84,-1.68 L 10.56,-0.96 L 10.8,-0.24 L 11.52,0.24 L 11.76,0.24 L 12,0.96 L 12.24,0.96 L 12.24,1.44 L 12.72,1.68 L 13.2,1.44 L 14.16,2.16 L 14.4,2.16 L 14.16,2.88 L 14.4,3.12 L 13.68,3.36 L 12.96,2.64 L 12.72,2.88 L 12.48,2.4 L 12,2.16 L 10.8,2.88 L 9.84,4.08 L 9.84,3.84 L 9.6,3.84 L 9.84,3.84 L 10.08,3.12 L 10.32,3.36 L 12,1.92 L 11.04,1.92 L 11.04,2.4 L 10.8,2.64 L 10.32,2.88 L 10.32,2.64 L 10.32,2.88 L 10.08,2.64 L 10.08,3.12 L 9.84,2.64 L 10.08,3.36 L 9.6,2.88 L 9.6,3.36 L 9.36,3.36 L 9.6,3.12 L 9.36,3.12 L 9.6,3.6 L 9.36,4.08 L 9.84,4.08 L 10.32,5.04 L 10.08,5.52 L 10.56,5.04 L 10.32,4.08 L 10.56,4.32 L 10.8,5.28 L 11.52,6.48 L 12.24,6.72 L 12,6 L 12.24,6.96 L 12.72,7.2 L 13.2,7.2 L 13.2,6.96 L 13.68,8.4 L 13.92,8.16 L 14.16,8.88 L 15.12,9.36 L 15.36,9.12 L 15.84,10.08 L 16.08,9.84 L 16.8,10.32 L 16.8,10.56 L 17.28,10.8 L 17.76,10.32 L 17.28,10.08 L 17.04,9.36 L 16.32,8.88 L 16.32,8.64 L 16.56,8.88 L 16.8,8.64 L 16.32,8.4 L 16.08,8.64 L 15.6,7.92 L 14.88,7.92 L 15.84,7.2 L 16.32,7.44 L 17.52,6.72 L 16.8,6.72 L 16.56,7.2 L 16.8,6.24 L 16.56,6.48 L 16.32,6.24 L 16.32,5.28 L 16.08,4.8 L 16.32,4.08 L 15.6,3.6 L 15.84,3.6 L 15.36,3.12 L 15.36,3.6 L 14.64,3.6 L 14.4,3.12 L 14.64,3.36 L 14.88,3.36 L 14.64,3.36 L 14.88,3.12 L 15.12,3.36 L 14.64,2.64 L 16.08,2.64 L 16.8,1.92 L 17.52,1.92 L 17.52,2.4 L 18.72,1.68 L 20.16,1.92 L 23.76,0.48 L 24,0.48"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(27.12,-6.72)" id="g10812"><path id="path10814" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.96,-0.24 L -1.44,0 L -1.68,-0.48 L -1.92,-0.48 L -3.6,-1.68 L -4.8,-1.92 L -5.04,-1.68 L -5.28,-1.68 L -5.52,-2.16 L -6.24,-1.92 L -6.96,-2.16 L -7.68,-1.92 L -8.16,-1.92 L -8.4,-2.4 L -9.36,-2.16 L -9.84,-1.44 L -10.08,-1.44 L -10.8,-2.16 L -11.52,-2.16 L -12.24,-1.68 L -12.24,-1.2 L -12,-1.2 L -12.48,-1.2 L -12.96,-1.92 L -16.32,-2.64 L -18.48,-4.56 L -20.16,-6.24 L -19.92,-6.48 L -20.4,-6.96 L -21.36,-7.44 L -22.56,-7.44 L -23.28,-7.68"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-26.4,18.96)" id="g10816"><path id="path10818" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 1.68,-0.24 L 1.44,0 L 1.44,0.48 L 1.68,0.24 L 1.92,0.24 L 2.88,-0.72 L 4.56,-0.72 L 4.8,-0.48 L 4.8,-0.72 L 6.48,-1.44 L 7.2,-1.2 L 7.44,-0.48 L 7.2,-1.2 L 7.68,-2.16 L 7.44,-2.16 L 7.92,-2.4 L 7.92,-2.88 L 8.64,-3.6 L 8.64,-4.08 L 7.92,-4.32 L 7.2,-4.32 L 6.72,-4.8 L 6.24,-5.04 L 6.24,-5.28 L 6.48,-5.04 L 6.72,-5.28 L 6.24,-5.28 L 6,-6.48 L 6.24,-6.72 L 6,-6.72 L 6,-6.96 L 4.08,-8.16 L 5.76,-6.96 L 5.76,-6.48 L 6.24,-5.28 L 5.76,-4.56 L 6.48,-4.56 L 6.48,-4.32 L 6.72,-4.32 L 7.2,-4.08 L 7.92,-3.84 L 8.16,-3.36 L 7.44,-2.16 L 7.68,-2.16 L 7.2,-1.2 L 6,-1.44 L 5.04,-0.96 L 4.8,-1.2 L 3.36,-0.72 L 2.88,-0.72 L 3.12,-0.96 L 2.64,-1.2 L 2.64,-0.72 L 2.16,-0.96 L 1.68,-0.72 L -0.48,0 L -0.96,0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(16.08,-6.24)" id="g10820"><path id="path10822" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.24 L 0.24,-0.48 L 0,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-1.2,-2.88)" id="g10824"><path id="path10826" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0.24,-0.24 L -0.24,-0.48 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-14.4,1.2)" id="g10828"><path id="path10830" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.72 L 0.72,-1.2 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(17.52,6.96)" id="g10832"><path id="path10834" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.96,-0.72 L 0,0.24"/></g></g></g></g></g></g></g><g transform="translate(344.48687,167.28)" id="g10928" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path10930" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0 L 0.72,-0.24 L 2.16,0 L 2.64,0 L 3.12,-0.48 L 3.84,-0.48 L 5.76,-2.64 L 5.76,-4.32 L 3.6,-6.96 L 3.12,-7.2"/><g transform="translate(25.2,4.32)" id="g10932" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path10934" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,-0.48 L -1.2,-0.48 L -1.44,-0.24 L -2.4,0 L -3.6,0.72 L -4.8,1.2 L -5.76,1.2 L -6.96,1.92 L -8.16,2.4 L -8.64,2.88 L -9.6,3.12 L -9.6,3.84 L -9.84,3.84 L -10.08,4.32 L -10.56,5.52 L -10.8,5.28 L -10.32,4.32 L -11.04,5.28 L -12,6 L -12,5.76 L -12.48,6 L -13.2,6 L -13.68,6.48 L -13.44,7.2 L -13.68,7.44 L -13.2,7.2 L -13.44,7.68 L -13.2,8.64 L -13.44,9.36 L -13.68,9.36 L -13.44,9.36 L -13.68,9.84 L -14.16,10.32 L -13.44,10.08 L -13.92,10.56 L -13.2,10.32 L -13.44,10.8 L -12.72,11.04 L -12.72,11.52 L -12.48,11.76 L -12.72,11.76 L -12.48,12.24 L -12,12 L -11.76,12.24 L -12.48,12.48 L -12.48,12.72 L -12.24,12.72 L -12.24,12.96 L -12,12.96 L -12.24,12.96 L -12,12.96 L -12,13.44 L -11.76,13.44 L -12,13.44 L -12,13.92 L -11.52,13.92 L -12.24,14.16 L -12,14.16 L -12,14.4 L -11.76,14.16 L -12.24,14.64 L -11.76,14.64 L -12,14.88 L -11.52,14.88 L -11.52,15.12 L -11.28,15.12 L -11.04,15.6"/><g transform="translate(-26.16,15.6)" id="g10936" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path10938" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.24 L 0.48,0.24 L 0.48,-0.72 L 0.24,-0.96 L 0,-1.44 L 0.48,-1.68 L 0.72,-1.44 L 0.48,-1.92 L 0.48,-2.16 L 0.72,-2.16 L 0.24,-2.4 L 0.48,-2.88 L 0.24,-3.12 L 0.24,-3.6 L 0.72,-3.84 L 0.48,-4.08 L 0.96,-4.8 L 0.48,-4.56 L 0,-5.04 L 0,-5.52 L -0.24,-5.52 L -0.48,-6.24 L -0.96,-5.76 L -0.72,-5.52 L -0.96,-5.52 L -0.72,-5.28 L -0.96,-5.28 L -0.72,-5.04 L -0.72,-4.8 L -1.2,-4.8 L -0.72,-4.8 L -0.72,-4.56 L -0.24,-5.04 L 0,-4.56 L -0.24,-3.84 L -0.48,-3.84 L 0,-3.36 L 0,-3.12 L -0.72,-2.64 L -0.24,-2.4 L 0,-2.64 L 0.24,-2.4 L 0.24,-1.68 L 0,-1.44 L 0,-0.96 L 0.48,-0.48 L 0.24,0 L -0.24,0 L -0.48,0.24 L -0.96,0.48 L 0,0 z"/><g transform="translate(0.72,-8.88)" id="g10940" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path10942" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,0.24 L 0.96,0.24 L 0.72,0.24 L 1.68,0.24 L 2.16,0 L 2.4,0 L 2.16,0 L 3.12,0 L 2.16,-0.24 L 1.68,0 L 1.2,-0.24 L 0.96,0 L 0.72,-0.24 L 0.96,0 L 0.72,0.24 L -0.72,-0.24 L -0.24,0 L 0,0 z"/><g transform="translate(0.96,12.72)" id="g10944" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path10946" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.72 L 0.24,-2.16 L 0.48,-2.64 L 0.48,-4.8 L 0.72,-5.04 L 0.24,-4.8 L 0.24,-2.88 L 0,-1.92 L -0.24,-1.68 L 0,-1.68 L 0,-0.72 L -0.24,-0.24"/><g transform="translate(8.16,-5.76)" id="g10948" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path10950" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0.48,-0.24 L 1.44,-0.24 L 1.92,-0.72 L 2.16,-1.2 L 1.2,-0.48 L 0.72,-0.24 L 0.48,-0.48 L 0.48,-0.24 L 0,0 z"/><g transform="translate(5.76,-20.4)" id="g10952" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path10954" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 1.92,0 L 2.16,-0.24 L 1.44,-0.96 L 0.96,-0.24 L 0,-0.24 L 0,0 z"/><g transform="translate(2.88,3.36)" id="g10956" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path10958" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 1.44,-0.24 L 0.24,-0.48 L -0.48,-0.96 L -0.24,-0.48 L -0.48,-0.24 L 0,0 z"/><g transform="translate(-18.96,10.08)" id="g10960" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path10962" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.72,0.48 L -2.16,0.24 L -2.16,0.48 L -0.72,0.48 L 0,0 z"/><g transform="translate(8.64,12.96)" id="g10964" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path10966" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,0.24 L -0.24,0.24 L 0,0 L 0.24,0.24 L 0,0 z"/><g transform="translate(-3.12,-1.44)" id="g10968" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path10970" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0 L 0,0.24 L 0.24,0.24 L 0,0 z"/><g transform="translate(6.24,2.88)" id="g10972" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path10974" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0 L -0.24,0.24"/><g transform="translate(-15.6,-14.4)" id="g10976" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path10978" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0.24 L 0,-0.24"/><g transform="translate(30.48,-9.12)" id="g10980" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path10982" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.48 L 0.24,1.44 L 0.48,1.68"/><g transform="translate(-15.12,23.76)" id="g10984" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path10986" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0 L 0,0"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(258.32687,177.36)" id="g12112"><path id="path12114" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,-0.24 L -1.68,0.72 L -2.16,0.48 L -2.16,1.2 L -1.92,1.68 L -2.88,1.68 L -3.36,2.16 L -3.36,0.96 L -2.88,0.48 L -3.36,-0.96 L -3.12,-1.44 L -4.08,-1.2 L -4.08,-0.96 L -4.32,-0.96 L -4.32,-1.44 L -4.56,-0.96 L -4.8,-1.2 L -4.8,-0.96 L -5.04,-0.96 L -5.04,-0.72 L -5.76,-0.96 L -6.24,0.24 L -6.48,0 L -6.24,0.24 L -6.48,0.24 L -6.48,0.48 L -6.96,0.24 L -7.2,0.48 L -7.44,0 L -7.92,0.24 L -7.92,0 L -8.16,0.48 L -9.36,0.72 L -9.36,0.48 L -9.84,0.48 L -10.08,-0.24 L -9.12,-0.24 L -9.36,-0.24 L -8.88,-0.72 L -9.6,-0.48 L -9.6,-0.24 L -9.84,-0.48 L -9.84,-0.72 L -9.6,-0.72 L -9.36,-0.96 L -9.36,-1.2 L -10.32,-0.96 L -9.84,-1.44 L -9.84,-1.92 L -9.36,-2.16 L -9.36,-1.68 L -9.12,-2.16 L -8.88,-1.92 L -8.88,-2.4 L -8.64,-2.16 L -8.16,-2.64 L -8.16,-2.88 L -7.68,-2.64 L -7.92,-2.88 L -7.68,-3.12 L -7.92,-2.88 L -7.68,-3.12 L -7.44,-2.88 L -7.68,-3.12 L -7.68,-3.84 L -7.44,-3.36 L -7.2,-3.6 L -7.2,-3.36 L -7.2,-3.6 L -6.72,-3.6 L -6.72,-3.84 L -7.2,-3.6 L -6.96,-3.84 L -6.48,-3.84 L -6.72,-4.08 L -6.24,-4.08 L -6.48,-4.08 L -6.24,-4.32 L -6.72,-4.32 L -6.48,-4.8 L -6.72,-4.56 L -6.24,-5.04 L -6,-5.04 L -6.24,-5.28 L -5.76,-5.76 L -6.24,-6.24 L -6,-7.44 L -4.8,-8.64 L -4.56,-8.4 L -5.04,-8.88 L -4.8,-8.88 L -4.8,-9.6 L -5.28,-9.84 L -5.04,-10.08 L -5.28,-9.84 L -5.52,-10.32 L -4.8,-11.28 L -4.8,-12.48 L -4.56,-12.72 L -4.8,-12.48 L -4.8,-11.52 L -5.28,-10.8 L -6.48,-13.44 L -6,-12.96 L -6,-13.44 L -6.24,-13.44 L -6.48,-13.68 L -7.68,-16.32 L -8.16,-16.8 L -9.6,-17.04 L -10.56,-16.32 L -10.8,-16.32 L -10.8,-16.08 L -11.28,-15.84 L -11.52,-16.32 L -12,-15.6 L -12.24,-15.6 L -12.48,-15.84 L -12.48,-15.6 L -12.24,-15.6 L -12.48,-15.12 L -13.2,-15.36 L -13.2,-15.12 L -14.64,-14.88 L -16.32,-13.92 L -16.56,-13.92 L -16.56,-13.68 L -17.04,-13.44 L -17.28,-12.96 L -18,-13.2 L -18.24,-12.96 L -19.68,-12.24 L -20.16,-12.48 L -19.92,-12.24 L -20.4,-12 L -20.64,-11.52 L -21.12,-11.52 L -21.12,-11.04 L -21.6,-11.28 L -21.6,-11.04 L -22.8,-11.04 L -23.04,-11.52 L -22.56,-11.52 L -22.8,-11.52 L -22.56,-11.76 L -22.8,-12 L -22.8,-11.52 L -23.28,-11.76 L -23.28,-11.52 L -24,-11.52 L -24.24,-11.28 L -24.48,-11.28 L -24.48,-11.52 L -24.96,-11.52 L -25.2,-11.76 L -25.44,-11.76 L -25.68,-12.24 L -25.44,-12 L -25.2,-12.24 L -25.44,-12.96 L -24.96,-12.72 L -25.44,-12.96 L -25.68,-13.44 L -24.96,-13.2 L -24.72,-13.44 L -25.2,-13.92 L -25.44,-13.68 L -25.44,-14.16 L -24.96,-14.16 L -25.68,-14.4 L -24.96,-14.4 L -25.92,-14.88 L -26.64,-17.04 L -26.64,-17.76 L -26.4,-18 L -27.36,-19.44 L -28.32,-20.64 L -28.32,-20.88 L -28.32,-20.64 L -28.8,-21.12"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-5.52,-9.12)" id="g12116"><path id="path12118" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.72 L 0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(1.2,10.08)" id="g12120"><path id="path12122" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L 0.48,-0.48 L 0.48,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-5.04,4.08)" id="g12124"><path id="path12126" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0.24,0"/></g></g></g></g><g transform="translate(274.64687,135.36)" id="g12172" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12174" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,0 L 0,-0.24 L -0.48,-0.24 L -0.48,0 L -0.24,0 L -0.24,0.24 L -0.48,0.48 L -1.92,0.24 L -3.36,-0.72 L -4.32,-0.72 L -4.8,-0.48 L -5.76,-0.72 L -6,-0.72 L -6,-0.24 L -6.48,-0.24 L -6.96,0.24 L -7.44,0.24 L -7.44,-0.24 L -8.16,-0.24 L -9.6,0.48 L -9.84,0.48 L -10.08,0 L -11.52,0 L -12.72,-0.48 L -13.2,-0.24 L -13.2,0.24 L -13.92,0.72 L -16.32,1.2 L -17.52,0.96 L -18,1.2 L -18.48,0.96 L -18.96,1.44 L -20.16,0.96 L -20.64,1.2 L -24,1.44 L -26.16,0.96 L -27.36,0"/><g transform="translate(-3.12,9.36)" id="g12176" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12178" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.48 L 0.24,-0.24 L 0.48,-0.48 L 0.24,-0.72 L 0.24,-0.96 L 0,-0.72 L 0,-1.2 L -0.24,-1.68 L -0.24,-2.16 L -0.48,-2.4 L -0.24,-2.88 L -0.48,-2.88 L -0.48,-3.36 L 0,-2.88 L 0.24,-3.6 L 0.48,-3.36 L 0.72,-3.6 L 1.2,-3.36 L 1.44,-2.64 L 1.2,-2.4 L 2.64,-3.12 L 2.88,-2.4 L 3.36,-0.24"/><g transform="translate(-13.92,0)" id="g12180" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12182" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0.72,0.24 L 1.44,1.2 L 1.2,1.44 L 0.96,1.2 L 0.72,1.44 L 0.96,1.92 L 0.72,1.92 L 0.96,2.16 L -0.24,1.92 L -1.44,1.44 L -0.96,0.72 L -0.72,0.96 L -0.48,0.48 L 0,0 z"/><g transform="translate(2.64,1.92)" id="g12184" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12186" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.24 L 0.72,-0.72 L 0.96,-0.72 L 0.96,-0.48 L 0.96,-0.72 L 0.96,-0.24"/><g transform="translate(-6.48,-2.16)" id="g12188" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12190" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.48 L -0.48,0.48 L -0.96,0 L -0.48,-0.24 L 0,0 z"/><g transform="translate(-0.72,-0.72)" id="g12192" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12194" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L 0.48,-0.24 L 0.24,0.24 L 0,0 z"/><g transform="translate(-3.36,0.48)" id="g12196" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12198" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,0.48 L 0.24,0.96"/><g transform="translate(0.96,4.32)" id="g12200" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12202" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.24"/></g></g></g></g></g></g></g></g><g transform="translate(303.44687,113.28)" id="g12268" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12270" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -1.2,-1.44 L -2.16,-2.16 L -3.12,-2.16 L -6.72,0 L -10.08,0.72 L -12,0.96 L -13.2,1.44 L -13.92,2.4 L -14.4,4.08 L -14.64,4.8 L -16.8,5.28 L -17.76,6 L -19.44,6.24 L -20.16,6.72 L -22.08,6.48 L -23.28,6.72 L -25.92,8.16 L -25.68,7.92 L -26.4,8.16 L -26.64,8.4 L -26.16,8.4 L -26.64,8.64 L -26.64,9.6 L -27.12,9.6 L -27.12,9.36 L -27.6,9.12 L -27.84,9.36 L -27.6,9.84 L -28.32,9.6 L -29.04,10.32 L -29.52,11.04 L -29.52,11.76 L -29.04,12.24 L -27.36,13.2 L -26.16,14.88 L -26.4,15.36 L -26.4,16.32 L -26.88,16.56 L -26.88,17.04 L -27.36,17.04 L -27.84,18.24 L -27.6,18.96 L -26.64,19.2 L -25.92,20.4 L -25.92,21.36 L -27.12,20.64 L -27.6,20.16 L -28.08,20.4 L -27.84,20.64 L -28.32,21.36 L -28.08,21.6 L -28.32,21.6 L -28.08,21.84 L -28.8,22.08"/><g transform="translate(-15.36,19.68)" id="g12272" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12274" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.24 L 0.24,0.48 L 0.96,0.96 L 0.48,1.68 L 0.72,1.68 L 0.24,1.92 L 0.24,2.64 L 1.68,5.28 L 1.44,5.28 L 0.72,5.04 L 0.72,5.28 L 0.24,4.8 L -0.24,5.04 L -1.92,4.32 L -2.64,4.56 L -3.36,4.32 L -3.84,4.8 L -4.32,4.8 L -4.32,5.04 L -5.04,5.04 L -5.04,4.56 L -5.52,4.56 L -6,5.04 L -6,4.8 L -6.72,4.56 L -6.72,3.84 L -6.24,2.88 L -5.52,3.12 L -4.8,2.64 L -3.36,1.44 L -1.92,1.2 L -1.44,0.24 L 0,0 z"/><g transform="translate(1.68,10.8)" id="g12276" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12278" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 1.44,-3.6 L 1.2,-4.08 L 0.48,-4.32 L 0.72,-4.8 L 0.48,-5.52 L 0,-5.76 L 0,-6.48 L 0.24,-6.72 L 1.2,-6.72 L 1.44,-6 L 2.4,-5.04 L 2.4,-3.84 L 3.12,-3.36 L 3.84,-3.36 L 4.08,-2.88 L 3.84,-2.64 L 3.84,-1.68 L 2.88,-0.96 L 2.4,-0.96 L 2.16,-0.72 L 2.4,0 L 2.4,0.24"/><g transform="translate(11.04,-1.2)" id="g12280" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12282" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.24 L -0.24,0.72 L -0.48,0.72 L -0.24,1.2 L -0.96,1.2 L -0.96,0.72 L 0,0"/><g transform="translate(-24.24,-18.96)" id="g12284" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12286" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.72,0.24 L -0.72,-0.48 L -0.48,-0.24 L -0.24,-0.72 L 0.24,-0.24 L 0,0 z"/><g transform="translate(9.6,6.96)" id="g12288" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12290" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.48 L 0.72,-0.72 L 0.48,-0.24 L 0,0 z"/><g transform="translate(-9.12,-4.08)" id="g12292" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12294" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,0 L 0.72,0.24 L 0.48,0.48 L 0,0 z"/><g transform="translate(25.92,-8.88)" id="g12296" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12298" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L -0.24,-0.96 L 0.24,-1.68"/><g transform="translate(-7.2,26.4)" id="g12300" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12302" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L 0.72,-0.48 L 0.96,0.24"/><g transform="translate(5.04,-0.24)" id="g12304" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12306" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.48"/><g transform="translate(-11.76,0)" id="g12308" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12310" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0"/><g transform="translate(11.28,0.72)" id="g12312" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12314" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.48"/></g></g></g></g></g></g></g></g></g></g></g></g><g transform="translate(300.80687,143.28)" id="g12504" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12506" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0 L 0.24,-0.48 L 0.72,-0.48 L 0.72,-0.96 L 1.2,-1.2 L 1.92,-2.16 L 2.16,-2.16 L 2.16,-1.68 L 2.4,-1.92 L 2.88,-1.68 L 3.12,-2.16 L 2.16,-2.16 L 2.16,-2.88 L 2.4,-2.64 L 2.88,-3.6 L 3.12,-3.36 L 3.36,-3.84 L 3.12,-4.08 L 3.6,-4.08 L 3.84,-3.6 L 4.32,-4.08 L 5.28,-3.6 L 6.48,-3.6 L 6.48,-3.36 L 6.96,-3.84 L 7.2,-3.36 L 7.68,-3.84 L 8.88,-3.84 L 8.64,-4.32 L 7.92,-4.56 L 8.16,-4.56 L 7.92,-4.8 L 5.52,-3.84 L 5.04,-3.84 L 4.56,-4.56 L 3.84,-4.32 L 3.84,-5.04 L 3.36,-5.28 L 3.36,-5.76 L 3.84,-5.76 L 4.08,-6.24 L 4.32,-6.24 L 5.04,-6.96 L 5.04,-7.2 L 4.8,-7.92 L 5.28,-8.4 L 5.28,-8.88 L 5.76,-8.88 L 5.76,-9.12 L 6,-8.88 L 6,-8.16 L 6.48,-8.16 L 6.48,-8.4 L 7.2,-9.12 L 7.2,-9.6 L 7.68,-10.08 L 7.44,-9.36 L 7.92,-8.64 L 8.16,-8.64 L 8.88,-9.36 L 9.6,-9.6 L 8.88,-9.12 L 9.12,-8.64 L 7.68,-6 L 8.88,-6.24 L 8.64,-6.72 L 9.12,-6.96 L 9.36,-6.48 L 9.84,-6.24 L 9.6,-6 L 9.6,-5.52 L 9.12,-5.76 L 9.36,-6 L 8.88,-5.76 L 8.88,-5.04 L 8.4,-5.04 L 9.6,-4.32 L 11.04,-5.28 L 11.28,-4.8 L 10.8,-3.84 L 11.04,-3.6 L 10.56,-3.12 L 9.84,-3.12 L 9.36,-2.64 L 8.88,-2.88 L 8.88,-2.4 L 8.4,-2.16 L 8.16,-2.4 L 7.92,-2.16 L 6.72,-1.92 L 7.44,-1.68 L 7.92,-1.2 L 7.68,-1.2 L 7.68,-0.96 L 7.2,-0.72 L 7.44,0 L 7.92,-0.24 L 8.16,-0.48 L 7.92,-0.96 L 8.64,-0.48 L 6.48,1.92"/><g transform="translate(15.12,3.36)" id="g12508" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12510" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L 0.24,-1.68 L 2.4,-0.96 L 1.68,-2.16 L 2.4,-2.64 L 2.4,-3.12 L 3.12,-3.12 L 2.64,-3.36 L 2.64,-3.84 L 2.4,-3.84 L 2.4,-4.08 L 3.12,-4.8 L 3.6,-4.56 L 2.64,-5.04 L 2.4,-4.8 L 2.4,-5.28 L 2.16,-5.04 L 2.16,-4.56 L 1.44,-4.08 L 1.44,-4.32 L 1.68,-5.04 L 1.92,-5.04 L 1.68,-5.52 L 1.44,-5.28 L 1.44,-5.52 L 1.68,-5.52 L 2.4,-6 L 2.4,-5.52 L 2.64,-5.52 L 3.12,-6 L 3.36,-5.76 L 4.08,-6 L 4.32,-6.72 L 3.84,-7.2 L 4.32,-7.2 L 4.56,-8.16 L 5.04,-7.68 L 5.28,-8.16 L 5.76,-8.16 L 5.28,-8.88 L 5.04,-8.64 L 4.8,-8.88 L 4.8,-9.36 L 5.28,-8.88 L 5.76,-9.12 L 7.68,-8.4 L 7.44,-8.88 L 6.96,-8.88 L 6.96,-9.36 L 6,-9.6 L 5.28,-10.08 L 5.52,-10.32 L 6.24,-10.08 L 6.24,-9.6 L 7.2,-9.36 L 7.44,-9.6 L 6.96,-9.84 L 7.44,-9.84 L 6.96,-10.08 L 7.2,-10.08 L 7.92,-9.36 L 7.68,-9.12 L 7.92,-9.12 L 8.16,-8.88 L 8.16,-9.12 L 8.64,-8.88 L 8.64,-9.36 L 9.12,-9.36 L 9.36,-9.6 L 9.36,-8.88 L 9.84,-9.12 L 9.84,-9.6 L 10.08,-9.6 L 10.32,-10.08 L 12,-10.56 L 12.72,-9.84"/><g transform="translate(-0.72,-17.04)" id="g12512" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12514" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.48 L 3.36,0.72 L 3.84,0.48 L 4.32,0.96 L 4.32,1.68 L 3.84,1.2 L 3.6,1.2 L 2.88,0.72 L 2.64,0.96 L 2.64,1.44 L 1.92,1.2 L 0.72,1.2 L 0.48,1.44 L -1.44,0.96 L -1.44,1.2 L -2.16,1.2 L -1.68,1.2 L -1.68,1.68 L -2.16,1.2 L -2.88,1.2 L -3.12,1.68 L -2.88,1.2 L -3.12,0.96 L -3.36,1.44 L -3.36,0.48 L -3.12,0.24 L -0.96,0.48 L 0,0.24 L 0,0 z"/><g transform="translate(17.76,-9.36)" id="g12516" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12518" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -1.2,-1.68 L -2.16,-2.4 L -4.32,-1.92 L -5.76,-2.16 L -6.24,-1.68 L -6.72,-2.16 L -7.44,-2.16 L -7.92,-1.68 L -12.24,-1.68 L -13.68,-2.4 L -14.16,-2.4 L -15.12,-0.96 L -17.76,-1.2 L -18.96,-0.96 L -20.16,-0.96 L -20.16,-1.2 L -20.88,-0.72 L -20.88,-0.24 L -21.12,0.48 L -24,1.2 L -24.72,0.96 L -25.2,0.96 L -26.16,0.24 L -27.12,0.24 L -28.32,-0.48 L -29.76,-2.16 L -30,-2.64"/><g transform="translate(-20.16,18.96)" id="g12520" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12522" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0.24,0.72 L -0.48,0.72 L -1.2,2.16 L -2.64,2.16 L -3.36,3.12 L -4.56,2.4 L -4.56,2.16 L -4.08,2.4 L -3.36,2.16 L -2.4,1.44 L -2.16,1.2 L -1.2,1.2 L -0.72,0.24 L -0.24,0 L 0,0 z"/><g transform="translate(4.08,4.32)" id="g12524" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12526" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,0 L 0.48,0.48 L 0.72,0 L 0.96,0.24 L 0,1.2 L -1.2,0.48 L -1.2,0.24 L -0.48,0 L -0.48,0.48 L 0,0.48 L -0.48,0 L 0,0 z"/><g transform="translate(-3.36,2.64)" id="g12528" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12530" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.24 L -0.24,-0.72 L 0.24,-0.72 L 0.24,-0.24 L 0.24,-0.48 L 0.48,-0.72 L 0.72,0 L 0.24,-0.24 L 0.24,0"/><g transform="translate(-11.52,-7.68)" id="g12532" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12534" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0.24,0.48 L 0.48,-0.24 L 1.2,-0.24 L 1.44,0 L 0.72,0.48 L 0.48,0.96 L 0.48,0.72 L 0.24,0.72 L 0,0 z"/><g transform="translate(21.36,-3.84)" id="g12536" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12538" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.24 L 0.48,1.68 L -0.48,0.96 L -0.72,0.24 L -0.48,0.24 L -0.48,-0.72 L 0,0 z"/><g transform="translate(-6.72,6)" id="g12540" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12542" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0.48 L 0.24,1.2 L -0.24,1.44 L -0.48,1.2 L 0,0.72 L -0.24,0.24 L 0,0 z"/><g transform="translate(3.6,-4.08)" id="g12544" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12546" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.96,0.48 L 0.72,0.72 L 0.24,0.24 L -0.24,0 L 0,-0.48 L 0,0 z"/><g transform="translate(-6.96,-1.68)" id="g12548" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12550" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0 L 0.48,0.48 L 0,0.48 L 0.24,0 L 0,0.24 L 0,0 z"/><g transform="translate(-10.8,5.04)" id="g12552" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12554" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L 0.24,0 L 0.48,0.24 L 0.24,0.96 L 0,0.72 L 0,0 z"/><g transform="translate(12,-1.2)" id="g12556" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12558" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0.48 L -0.48,0.48 L -0.72,0.72 L -0.96,0.48 L -0.24,-0.24 L 0,0 z"/><g transform="translate(5.04,0.96)" id="g12560" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12562" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.24 L -0.48,0.24 L -0.96,-0.24 L -0.24,-0.48 L 0,0 z"/><g transform="translate(1.68,-6.96)" id="g12564" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12566" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.72 L 0.72,-0.24 L 0.24,0 L 0.24,0.96 L 0,0 z"/><g transform="translate(-2.88,2.88)" id="g12568" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12570" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0.72,0 L 0.48,0.24 L 0.48,0 L 0,0 z"/><g transform="translate(-1.92,0.96)" id="g12572" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12574" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.24 L -0.24,0.72 L -0.72,0 L -0.48,-0.24 L 0,0 z"/><g transform="translate(-4.08,5.52)" id="g12576" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12578" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0.48,-0.24 L 0.72,-0.24 L 0,0.48 L 0,0 z"/><g transform="translate(-9.36,-4.56)" id="g12580" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12582" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.72 L 0.72,-0.24 L 0.96,-0.48 L 0,0.24 L 0,0 z"/><g transform="translate(12.48,-1.2)" id="g12584" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12586" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.48 L -0.48,0.24 L -0.24,0 L 0,0 z"/><g transform="translate(-5.52,-3.84)" id="g12588" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12590" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.48 L -0.24,0.96 L -0.24,0.24 L 0,0 z"/><g transform="translate(0.48,6.48)" id="g12592" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12594" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.24 L 0,-0.48 L 0.24,-0.24 L 0,0 z"/><g transform="translate(-9.6,3.6)" id="g12596" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12598" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0.24,0 L 0,0"/><g transform="translate(16.32,-4.08)" id="g12600" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12602" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.96,0.72 L 0.24,0.48 L 0,0 z"/><g transform="translate(-7.92,6.96)" id="g12604" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12606" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.96,-0.24 L 0.48,0"/><g transform="translate(-6,-29.52)" id="g12608" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12610" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-1.44 L 0.24,-2.4 L 0.24,-2.64"/><g transform="translate(7.2,29.76)" id="g12612" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12614" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.24 L 0.24,0"/><g transform="translate(-9.84,-1.68)" id="g12616" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12618" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0 L 0.24,-0.24"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g></g><g transform="translate(328.64687,136.8)" id="g12700" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12702" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0.24 L 0.96,0.24 L 1.2,0 L 1.2,2.4 L 2.4,2.64 L 5.04,2.4 L 6.24,1.44 L 7.44,1.44 L 9.36,2.4 L 9.6,2.64 L 9.84,2.4 L 10.08,3.12 L 10.32,3.12 L 10.56,3.36 L 10.56,3.6 L 11.52,5.52 L 12,5.52 L 13.68,5.28 L 14.16,5.76 L 14.4,6.24 L 13.92,6.24 L 14.4,6.48 L 14.64,7.2 L 15.12,6.96 L 15.6,6.24 L 14.88,5.04 L 15.84,4.32 L 15.6,3.6 L 15.84,3.36 L 15.6,2.64 L 16.32,2.4 L 16.8,1.68 L 16.8,0.72 L 17.52,-0.48 L 17.04,-1.68 L 17.28,-2.4 L 17.04,-3.12 L 17.04,-6.72 L 16.8,-6.96 L 17.28,-10.08 L 16.56,-12.72 L 15.84,-13.68 L 14.64,-14.16 L 14.16,-14.4 L 14.4,-14.4 L 13.68,-14.64 L 13.68,-14.16 L 13.2,-14.64 L 13.44,-14.4 L 13.44,-14.88 L 13.2,-14.64 L 12.48,-15.12 L 12.96,-14.64 L 12,-15.12 L 11.28,-14.88 L 11.28,-15.36 L 11.28,-14.64 L 11.28,-15.12 L 10.8,-15.36 L 10.8,-15.6 L 10.32,-15.36 L 10.32,-15.12 L 10.08,-15.36 L 10.08,-15.12 L 9.6,-15.12 L 9.6,-14.16 L 8.88,-14.88 L 7.2,-14.64 L 6.96,-14.88 L 7.44,-15.12 L 7.2,-14.88 L 7.2,-15.36 L 6.48,-15.36 L 6.48,-15.6 L 6,-15.84 L 6.96,-14.88 L 5.76,-15.6 L 5.28,-15.6 L 5.28,-15.84 L 5.28,-15.6 L 5.04,-16.32 L 4.8,-16.56 L 4.56,-16.32 L 4.32,-16.56"/><g transform="translate(9.6,-3.12)" id="g12704" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12706" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,0.48 L 1.44,1.2 L 1.44,1.92 L 2.4,2.16 L 1.68,2.88 L 2.88,5.04 L 0.96,3.12 L -1.2,2.64 L -0.96,1.68 L -1.68,1.68 L -2.16,0.96 L -2.4,1.2 L -1.92,0 L -0.96,0 L -0.48,0.24 L 0,0 z"/><g transform="translate(-2.88,12.96)" id="g12708" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12710" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -1.2,0.48 L -1.2,0.96 L -0.96,1.2 L -0.96,1.92 L -0.48,1.44 L -0.48,0.96 L 0,0.72 L -0.24,1.2 L 0.48,0.72 L 0.24,0.48 L 0.24,0 L 0,0 z"/><g transform="translate(-6.24,-2.88)" id="g12712" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12714" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L 0.24,-0.24 L 0.48,-0.72 L 0.24,-1.2 L 0,-0.96 L 0,-0.48 L -0.24,-0.48 L -0.24,0 L 0,0 z"/><g transform="translate(19.44,-16.8)" id="g12716" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12718" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-1.44 L 0.24,-1.92 L 0.72,-2.16 L 0.48,-2.4 L 0,-2.16 L -0.24,-0.72 L -0.24,-0.24 L 0,0 z"/><g transform="translate(-12.72,21.6)" id="g12720" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12722" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.96,0.24 L -1.2,0.24 L -1.2,0.48 L 0,0 z"/><g transform="translate(-5.28,-3.12)" id="g12724" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12726" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.48 L -0.48,-0.72 L -0.72,-0.24 L 0,0 z"/><g transform="translate(0.24,-2.16)" id="g12728" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12730" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.96,-0.72 L 0.48,-1.2 L -0.24,-0.24 L 0,0 z"/><g transform="translate(10.08,-24)" id="g12732" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12734" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,-0.72 L -0.24,-0.24 L 0,0 z"/><g transform="translate(-12.72,22.8)" id="g12736" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12738" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.72,-0.72 L -0.48,-0.24 L 0,0.24 L 0,0 z"/><g transform="translate(23.52,9.36)" id="g12740" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12742" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L -0.48,0.24 L 0,0.24"/></g></g></g></g></g></g></g></g></g></g></g><g transform="translate(386.96687,139.68)" id="g12832" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12834" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,0 L 0.48,0.24 L 0.24,0.96 L -0.48,1.2 L 0,1.92 L -0.48,1.92 L 0,2.16 L 0.24,1.92 L 0.24,2.4 L 0.72,2.4 L 0.72,1.92 L 0,1.44 L 0.96,1.44 L 0.96,1.68 L 1.2,1.44 L 1.92,1.68 L 2.16,1.44 L 2.88,2.88"/><g transform="translate(-1.92,-1.2)" id="g12836" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12838" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,0.48 L 0.96,0.48"/><g transform="translate(-17.28,6.24)" id="g12840" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12842" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,0.24 L 1.2,0 L 1.68,-1.44 L 2.88,-2.4 L 3.36,-2.16 L 3.6,-2.4 L 3.84,-2.16 L 4.32,-2.4 L 4.56,-2.16 L 4.8,-2.4 L 5.28,-2.16 L 5.28,-2.4 L 6,-2.64 L 6.24,-2.4 L 7.2,-2.16 L 7.68,-1.2 L 8.4,-1.44 L 9.36,-0.96 L 9.84,-1.2 L 10.08,-1.92 L 10.56,-1.92 L 10.8,-2.16 L 10.08,-1.92 L 9.84,-1.2 L 9.36,-0.96 L 8.16,-1.44 L 7.68,-1.44 L 7.2,-2.16 L 7.2,-2.4 L 6.96,-2.16 L 6,-2.64 L 5.28,-2.64 L 5.28,-2.4 L 4.8,-2.4 L 4.56,-2.16 L 4.32,-2.4 L 2.88,-2.4 L 1.68,-1.44 L 1.2,0 L 0,0 z"/><g transform="translate(-3.84,13.92)" id="g12844" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12846" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.24 L 0.72,-1.2 L 1.2,-1.2 L 1.68,-0.96 L 1.92,-1.2 L 1.68,-1.44 L 2.64,-1.68 L 2.4,-2.16 L 2.16,-2.4 L 2.4,-2.88 L 2.16,-3.12 L 1.44,-2.88 L 0.48,-1.44 L 0,-1.44 L -0.24,-1.2 L -0.24,-0.48 L -0.72,-0.72 L -0.72,-0.24 L 0,0 z"/><g transform="translate(-7.44,-3.12)" id="g12848" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12850" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,0.72 L 0,0.96 L 1.2,1.68 L 1.44,2.16 L 1.2,1.92 L 0.96,2.16 L 1.68,2.88 L 2.4,2.88 L 1.68,2.16 L 1.68,1.2 L 2.16,1.44 L 2.4,1.2 L 2.16,0.48 L 1.68,0.24 L 1.2,0.72 L 0.96,0.24 L 0.48,0.24 L 0,0 z"/><g transform="translate(19.2,7.44)" id="g12852" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12854" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -2.16,-0.72 L -3.36,-0.24 L -5.28,2.16 L -5.28,2.64 L -5.52,3.36 L -5.04,3.36 L -5.04,2.88 L -4.8,2.88 L -5.28,4.08 L -5.04,4.32 L -4.8,4.08 L -5.04,4.56 L -5.52,4.56 L -5.52,5.28 L -6,6.24"/><g transform="translate(10.56,-23.76)" id="g12856" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12858" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.96,0.72 L -1.2,0.48 L -1.68,0.72 L -2.16,0.48 L -2.88,0.72 L -2.4,0.48 L -1.68,0.72 L -1.2,0.48 L -0.96,0.72 L -0.48,0.48 L 0,0"/><g transform="translate(-18.24,1.68)" id="g12860" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12862" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 1.2,-0.72 L 1.68,-0.72 L 1.68,-1.44 L 0.72,-1.44 L 0,-0.72 L 0.24,-0.72 L 0,0.24 L 0,0 z"/><g transform="translate(-3.12,3.36)" id="g12864" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12866" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.48 L 1.68,-0.96 L 1.92,-1.68 L 1.44,-1.68 L 0.72,-1.44 L 0,-0.48 L 0,0 z"/><g transform="translate(2.16,-2.4)" id="g12868" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12870" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.24 L 0.72,-0.24 L 0.96,-0.48 L 0.72,-0.72 L 0,-0.48 L 0,0 z"/><g transform="translate(3.12,8.88)" id="g12872" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12874" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24 L 0.48,-0.48 L -0.24,-0.72 L 0,0 L -0.24,0 L 0,0 z"/><g transform="translate(11.28,-3.12)" id="g12876" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12878" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.24,-0.72 L -0.48,-0.72 L 0,-0.24 L -0.24,0 L 0,0 z"/><g transform="translate(-15.12,4.56)" id="g12880" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12882" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.48,-0.48 L 0.48,-0.72 L 0.48,-0.48 L -0.24,-0.24 L 0,0 z"/><g transform="translate(-14.64,-0.48)" id="g12884" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"><path id="path12886" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0,-0.24"/></g></g></g></g></g></g></g></g></g></g></g></g></g></g><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(229.52687,156.24)" id="g13684"><path id="path13686" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -1.2,-1.44 L -1.92,-1.44 L -1.92,-1.92 L -2.88,-3.12 L -2.88,-3.36 L -2.16,-3.6 L -1.2,-2.88 L -1.44,-3.36 L -1.44,-3.6 L -1.92,-3.84 L -1.68,-3.84 L -2.16,-3.84 L -2.16,-4.08 L -2.16,-3.6 L -2.4,-3.6 L -2.4,-4.08 L -2.64,-4.56 L -1.92,-4.56 L -1.68,-4.8 L -1.44,-4.56 L -1.44,-4.8 L -1.2,-5.04 L -1.68,-4.8 L -1.68,-5.04 L -1.92,-4.56 L -1.92,-5.28 L -2.64,-6.24 L -2.64,-6.96 L -4.08,-8.88 L -2.64,-9.12 L -1.44,-10.08 L -1.68,-9.84 L -0.96,-10.08 L 0,-10.08 L 0,-9.84 L 0,-10.08 L 0.96,-10.32 L 1.2,-10.56 L 1.2,-10.32 L 1.2,-10.56 L 1.44,-10.32 L 1.2,-10.56 L 1.92,-11.52 L 2.16,-12.48 L 1.92,-12.48 L 1.92,-12.96 L 2.4,-13.2 L 2.16,-13.44 L 1.92,-13.2 L 2.16,-14.64 L 2.64,-14.64 L 3.12,-15.6 L 3.6,-15.6 L 3.84,-15.12 L 3.84,-15.6 L 4.8,-14.64 L 6.24,-14.88 L 6.96,-14.4 L 8.64,-14.88 L 9.6,-15.36 L 10.8,-15.6 L 11.28,-16.08 L 12,-15.6 L 12.48,-15.84 L 12.96,-16.32 L 13.68,-15.84 L 14.16,-15.12 L 15.36,-14.4 L 16.08,-14.4 L 16.32,-14.64 L 17.28,-14.64 L 17.04,-14.16 L 17.52,-13.92 L 18.24,-12.96 L 18.48,-12.72 L 18.48,-12.48 L 20.16,-12"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(17.76,-20.88)" id="g13688"><path id="path13690" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,0 L -0.96,0.48 L -1.92,0 L -2.16,0.48 L -2.64,0.48 L -3.6,0 L -4.08,-0.48 L -6,-0.96 L -7.2,-0.24 L -7.92,-0.24 L -8.4,0.24 L -8.16,-0.24 L -8.4,0 L -8.4,0.48 L -8.4,0.24 L -8.4,1.2 L -8.88,0.72 L -9.6,0.48 L -10.56,1.2 L -10.8,0.96 L -11.04,1.44 L -12.24,1.44 L -13.2,1.92 L -14.16,3.6 L -14.16,4.32 L -13.92,4.56 L -14.4,4.8 L -15.36,4.8 L -15.6,5.04 L -16.8,3.36 L -20.16,0.24 L -22.56,-0.24 L -25.68,-0.24 L -26.88,-0.96 L -28.8,-1.68 L -29.28,-2.88 L -31.92,-4.56 L -32.88,-6.48 L -33.36,-6.96 L -32.88,-8.16 L -33.6,-9.12 L -33.84,-9.36"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(2.64,9.84)" id="g13692"><path id="path13694" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L -0.48,0.96 L -0.48,1.92 L 0.24,2.88 L 0.72,3.36"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-11.76,5.52)" id="g13696"><path id="path13698" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.72 L 0,0 L -0.72,-0.48 L -0.24,0 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-1.92,2.16)" id="g13700"><path id="path13702" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.72,-0.48 L 1.44,-0.24 L 1.68,-0.72 L 0.24,-0.24 L 0,0 z"/><g style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(8.88,-3.12)" id="g13704"><path id="path13706" style="fill:none;stroke:#b2b2b2;stroke-width:0.0824764;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 0,0 L 0.24,-0.96 L -0.24,-0.24 L 0,0 z"/></g></g></g></g></g></g></g></g></svg>
/branches/refact/services/presentations/images/cartes/france_03.svg
New file
0,0 → 1,177
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) [cleaned up by marmelad] -->
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" version="1.0" width="507.08136" height="553.04327" id="svg2">
<defs id="defs4">
<clipPath id="clipPath3345">
<rect width="109" height="80" x="222" y="101" id="rect2227"/>
</clipPath>
</defs>
 
<metadata id="metadata2027">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<cc:license rdf:resource="http://web.resource.org/cc/PublicDomain"/>
<dc:title>Departements of France</dc:title>
</cc:Work>
<cc:License rdf:about="http://web.resource.org/cc/PublicDomain">
<cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
<cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
<cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
</cc:License>
</rdf:RDF>
</metadata>
 
 
 
<style type="text/css">
 
.land
{
fill:#86aae0;
stroke:white;
stroke-width:0.6;
}
 
/* Change settings and colors below */
 
 
/* To display the box zoomed in around Paris, set opacity to 1. Default is 0, box hidden*/
.zoom_box
{
opacity:0;
}
 
/* Colorising departements */
/*
.departement75
{ fill: #f22f11; }
/* */
 
 
 
</style>
 
 
<g id="complete_map">
<path d="M 432,545.25 L 432,475 L 496.25,433" style="fill:none; stroke:#86aae0; stroke-width:1.5;" id="corsica_separating_line"/>
 
<path d="M 445.33847,488.9562 L 445.33847,491.11245 L 447.30722,492.48745 L 450.61972,494.42495 L 450.83847,495.98745 L 448.86972,496.5812 L 445.74472,497.17495 L 445.74472,498.5187 L 446.90097,499.7062 L 447.11972,503.61245 L 451.40097,504.98745 L 452.96347,505.36245 L 454.33847,507.5187 L 453.36972,508.8937 L 451.80722,509.4562 L 450.61972,511.61245 L 449.46347,512.98745 L 450.02597,516.48745 L 452.96347,516.29995 L 453.74472,516.8937 L 456.49472,515.5187 L 457.27597,516.29995 L 455.90097,519.23745 L 457.27597,520.61245 L 454.93222,522.36245 L 453.36972,525.86245 L 457.65097,526.86245 L 463.71347,527.42495 L 461.18222,530.36245 C 461.18222,530.36245 459.99289,529.90364 459.46347,530.1437 C 459.44782,530.15141 459.41536,530.16589 459.40097,530.17495 C 459.39647,530.17828 459.37406,530.20271 459.36972,530.2062 C 459.36553,530.20986 459.34249,530.23363 459.33847,530.23745 C 459.33478,530.24161 459.31073,530.26437 459.30722,530.2687 C 459.30054,530.27771 459.28192,530.29022 459.27597,530.29995 C 459.27319,530.30499 459.27856,530.32597 459.27597,530.3312 C 459.27118,530.34203 459.24871,530.38211 459.24472,530.3937 C 459.24293,530.39969 459.2463,530.41876 459.24472,530.42495 C 459.24199,530.43772 459.21532,530.47387 459.21347,530.48745 C 459.21207,530.50144 459.21394,530.53512 459.21347,530.54995 C 459.21348,531.52651 457.86972,533.8937 457.86972,533.8937 L 459.80722,536.0187 L 463.33847,538.17495 L 469.96347,539.92495 L 471.90097,540.7062 L 473.68222,541.48745 L 472.49472,543.6437 L 475.61972,543.4562 L 476.21347,544.8312 L 479.33847,544.8312 L 480.11972,541.11245 L 478.15097,540.7062 L 480.90097,537.79995 L 479.93222,536.79995 L 480.11972,535.04995 L 483.65097,533.11245 L 483.83847,530.9562 L 481.49472,530.7687 L 479.93222,532.11245 L 479.93222,530.17495 L 483.05722,529.98745 L 484.02597,527.6437 L 484.80722,520.79995 L 484.21347,517.86245 L 484.15097,515.04995 L 480.74472,517.29995 L 476.68222,517.4562 L 476.33847,514.6437 L 476.86972,513.92495 L 475.61972,513.04995 L 475.27597,508.2687 L 474.74472,507.3937 L 472.61972,507.3937 L 471.55722,506.5187 L 471.55722,503.1437 L 470.15097,502.2687 L 469.08847,501.73745 L 466.96347,499.0812 L 467.11972,497.48745 L 464.49472,497.48745 L 463.58847,494.8312 L 459.86972,494.8312 L 457.93222,492.17495 L 458.46347,491.29995 L 457.24472,490.5812 L 454.40097,491.11245 L 453.33847,490.42495 L 449.46347,490.42495 L 449.08847,489.36245 L 446.90097,488.9562 L 445.33847,488.9562 z " class="land departement2a"/>
<path d="M 477.96347,449.8937 L 475.02597,451.86245 L 475.43222,453.79995 L 476.99472,455.7687 L 475.24472,457.11245 L 476.02597,458.67495 L 474.83847,460.04995 L 474.83847,461.79995 L 476.80722,463.5812 L 476.80722,466.29995 L 475.61972,468.8312 L 474.27597,469.42495 L 472.71347,467.2687 L 469.96347,467.48745 L 469.36972,467.0812 L 467.02597,467.0812 L 464.90097,469.04995 L 464.08847,472.36245 L 459.02597,473.3312 L 455.11972,476.6437 L 454.33847,478.79995 L 452.40097,478.61245 L 451.40097,477.42495 L 450.83847,480.7687 L 449.46347,481.3312 L 449.05722,484.4562 L 449.65097,485.8312 L 447.49472,487.3937 L 446.90097,488.9562 L 449.08847,489.36245 L 449.46347,490.42495 L 453.33847,490.42495 L 454.40097,491.11245 L 457.24472,490.5812 L 458.46347,491.29995 L 457.93222,492.17495 L 459.86972,494.8312 L 463.58847,494.8312 L 464.49472,497.48745 L 467.11972,497.48745 L 466.96347,499.0812 L 469.08847,501.73745 L 470.15097,502.2687 L 471.55722,503.1437 L 471.55722,506.5187 L 472.61972,507.3937 L 474.74472,507.3937 L 475.27597,508.2687 L 475.61972,513.04995 L 476.86972,513.92495 L 476.33847,514.6437 L 476.68222,517.4562 L 480.74472,517.29995 L 484.15097,515.04995 L 484.02597,509.2687 L 488.71347,502.6437 L 488.71347,491.7062 L 486.77597,487.98745 L 486.18222,476.2687 L 484.80722,474.11245 L 482.27597,472.17495 L 481.86972,464.92495 L 483.05722,461.61245 L 481.49472,456.3312 L 480.52597,452.04995 L 479.71347,450.86245 L 477.96347,449.8937 z " class="land departement2b"/>
<path d="M 379.71875,409.90625 L 374.25,413.03125 L 372.84375,423.53125 L 367.0625,422.71875 L 365.40625,427.125 L 366.78125,429.0625 L 360.4375,432.9375 L 358.6875,437 L 364.875,437.28125 L 373.09375,437.875 L 374.65625,439.4375 L 371.71875,439.4375 L 369.78125,442.75 L 378.15625,444.5 L 384.8125,443.34375 L 381.28125,440 L 383.625,438.0625 L 387.34375,439.625 L 389.09375,443.34375 L 400.25,443.53125 L 403.15625,442.34375 L 403.75,444.125 L 400.625,446.84375 L 404.9375,447.03125 L 404.15625,449 L 402.96875,450.375 L 412.53125,450.375 L 417.21875,451.9375 L 417.6875,452.5625 L 417.875,448.6875 L 419.28125,447.09375 L 421.0625,446.03125 L 420.875,444.96875 L 419.46875,443.5625 L 418.0625,443.5625 L 417.15625,442.5 L 418.75,441.0625 L 418.75,440.53125 L 417,439.65625 L 417,438.25 L 420.875,438.4375 L 421.78125,437.71875 L 418.40625,434.53125 L 418.59375,430.8125 L 416.46875,429.0625 L 418.21875,425.53125 L 422.46875,422.6875 L 419.28125,420.5625 L 417,422.34375 L 411.6875,423.5625 L 407.4375,423.03125 L 399.84375,419.875 L 395.25,420.03125 L 391.375,418.28125 L 389.9375,416.3125 L 386.9375,412.96875 L 379.875,409.96875 L 379.71875,409.90625 z " class="land departement13"/>
 
<path d="M 387,381.34375 L 384.25,381.5625 L 382.125,384.875 L 382.6875,388.375 L 386,388.78125 L 385.4375,390.34375 L 382.875,390.53125 L 379.96875,393.46875 L 379.1875,392.5 L 379.75,388.59375 L 378.59375,387.21875 L 373.3125,388 L 372.28125,390.09375 L 372.84375,390.40625 L 376.15625,395.90625 L 376.15625,400.34375 L 381.96875,406.125 L 381.96875,408.625 L 379.71875,409.90625 L 379.875,409.96875 L 386.9375,412.96875 L 389.9375,416.3125 L 391.375,418.28125 L 395.25,420.03125 L 399.84375,419.875 L 407.4375,423.03125 L 411.6875,423.5625 L 417,422.34375 L 419.1875,420.625 L 419.46875,419.15625 L 415.40625,414.5625 L 410.96875,414.5625 L 410.96875,412.96875 L 412.5625,411.1875 L 412.5625,409.25 L 409.03125,407.5 L 408.6875,404.65625 L 410.625,403.78125 L 410.625,401.3125 L 408.5,400.9375 L 408.34375,398.28125 L 408.3125,398.09375 L 406.53125,397.96875 L 403.59375,395.8125 L 402.8125,393.28125 L 397.34375,392.875 L 393.25,392.5 L 392.84375,390.15625 L 394.21875,387.21875 L 391.6875,389.375 L 387.78125,388.96875 L 387,387.59375 L 389.71875,383.90625 L 387,381.34375 z " class="land departement84"/>
<path d="M 457.78125,413.1875 L 454.8125,413.3125 L 453.40625,414.75 L 448.09375,414.5625 L 443.5,417.90625 L 440.34375,415.78125 L 435.375,417.375 L 434.5,419.15625 L 430.96875,421.8125 L 424.59375,417.5625 L 419.4375,419.25 L 419.1875,420.625 L 419.28125,420.5625 L 422.46875,422.6875 L 418.21875,425.53125 L 416.46875,429.0625 L 418.59375,430.8125 L 418.40625,434.53125 L 421.78125,437.71875 L 420.875,438.4375 L 417,438.25 L 417,439.65625 L 418.75,440.53125 L 418.75,441.0625 L 417.15625,442.5 L 418.0625,443.5625 L 419.46875,443.5625 L 420.875,444.96875 L 421.0625,446.03125 L 419.28125,447.09375 L 417.875,448.6875 L 417.6875,452.5625 L 418.21875,453.28125 L 421.71875,454.84375 L 422.6875,458.75 L 424.84375,459.15625 L 426.8125,457.78125 L 430.3125,455.625 L 436.375,456.21875 L 436.1875,457.78125 L 434.21875,458.75 L 438.90625,458.96875 L 437.75,457.78125 L 437.34375,455.25 L 439.875,453.5 L 442.8125,454.46875 L 444,454.84375 L 444.96875,456.03125 L 446.34375,455.0625 L 446.71875,452.5 L 448.28125,451.15625 L 452.375,451.15625 L 453.5625,449.375 L 456.28125,450.15625 L 459.40625,448.8125 L 459.40625,443.71875 L 455.3125,443.90625 L 458.4375,441.96875 L 460,439.8125 L 460.40625,436.6875 L 466.0625,435.90625 L 469.21875,432.375 L 467.03125,430.125 L 467.03125,428.875 L 465.96875,427.8125 L 467.375,426.59375 L 467.03125,424.625 L 464.71875,423.75 L 463.5,423.75 L 461.375,421.625 L 461,417.90625 L 458.71875,416.84375 L 456.40625,416.6875 L 455.53125,414.5625 L 457.78125,413.1875 z " class="land departement83"/>
<path d="M 463.84375,364.34375 L 461.71875,367.53125 L 458.71875,369.3125 L 457.65625,371.4375 L 455,371.59375 L 455,373.53125 L 454.28125,374.59375 L 453.21875,377.25 L 446.875,377.09375 L 443.875,375.5 L 441.90625,376.90625 L 438.21875,376.71875 L 437.3125,377.96875 L 438.21875,377.96875 L 438.75,381.3125 L 437.84375,381.6875 L 434.5,379.5625 L 434.5,378.3125 L 432.5625,376.71875 L 431.5,376.71875 L 431.5,378.5 L 429.90625,378.84375 L 426.53125,380.78125 L 424.40625,384.34375 L 423.875,386.09375 L 425.125,386.4375 L 425.3125,389.28125 L 424.0625,389.28125 L 422.125,387.5 L 421.0625,387.6875 L 421.59375,389.28125 L 424.59375,392.625 L 422.65625,393.34375 L 421.25,392.46875 L 417.6875,392.46875 L 414.6875,395.28125 L 414.65625,395.25 L 414.53125,396.40625 L 413.375,395.03125 L 411.8125,393.65625 L 410.8125,396.59375 L 409.0625,398.15625 L 408.3125,398.09375 L 408.34375,398.28125 L 408.5,400.9375 L 410.625,401.3125 L 410.625,403.78125 L 408.6875,404.65625 L 409.03125,407.5 L 412.5625,409.25 L 412.5625,411.1875 L 410.96875,412.96875 L 410.96875,414.5625 L 415.40625,414.5625 L 419.46875,419.15625 L 419.4375,419.25 L 424.59375,417.5625 L 430.96875,421.8125 L 434.5,419.15625 L 435.375,417.375 L 440.34375,415.78125 L 443.5,417.90625 L 448.09375,414.5625 L 453.40625,414.75 L 454.8125,413.3125 L 457.78125,413.1875 L 457.84375,413.15625 L 457.125,411.375 L 458,410.3125 L 457.65625,408.90625 L 460.46875,408.90625 L 461.1875,408.03125 L 463.84375,406.59375 L 465.96875,408.03125 L 467.375,407.125 L 464.03125,404.125 L 460.46875,400.78125 L 459.25,400.40625 L 459.0625,397.75 L 456.9375,394.59375 L 457.65625,390 L 458.71875,387.5 L 460.65625,385.90625 L 460.84375,383.4375 L 463.5,382.03125 L 463.90625,381.875 L 463.90625,378.09375 L 466.65625,377.71875 L 465.09375,376.34375 L 463.125,375.75 L 462.15625,373.21875 L 462.9375,371.46875 L 466.4375,367.75 L 465.875,365 L 466.375,364.46875 L 463.84375,364.34375 z " class="land departement04"/>
<path d="M 463.90625,381.875 L 463.5,382.03125 L 460.84375,383.4375 L 460.65625,385.90625 L 458.71875,387.5 L 457.65625,390 L 456.9375,394.59375 L 459.0625,397.75 L 459.25,400.40625 L 460.46875,400.78125 L 464.03125,404.125 L 467.375,407.125 L 465.96875,408.03125 L 463.84375,406.59375 L 461.1875,408.03125 L 460.46875,408.90625 L 457.65625,408.90625 L 458,410.3125 L 457.125,411.375 L 457.84375,413.15625 L 455.53125,414.5625 L 456.40625,416.6875 L 458.71875,416.84375 L 461,417.90625 L 461.375,421.625 L 463.5,423.75 L 464.71875,423.75 L 467.03125,424.625 L 467.375,426.59375 L 465.96875,427.8125 L 467.03125,428.875 L 467.03125,430.125 L 469.21875,432.375 L 469.375,432.1875 L 469.5625,427.71875 L 473.46875,428.5 L 474.84375,426.71875 L 476.8125,427.125 L 477,421.0625 L 481.5,420.6875 L 485.40625,417.15625 L 488.90625,417.15625 L 489.09375,415 L 492.625,412.875 L 490.65625,408.375 L 493.59375,405.84375 L 493,402.90625 L 497.3125,401.53125 L 498.46875,397.25 L 497.90625,394.3125 L 496.90625,392.5625 L 496.125,390 L 493.21875,390.21875 L 484.03125,393.53125 L 481.09375,393.53125 L 476.03125,389.4375 L 470.9375,388.0625 L 468,388.0625 L 468,384.53125 L 463.90625,382 L 463.90625,381.875 z " class="land departement06"/>
<path d="M 447.34375,339.15625 L 445.59375,339.9375 L 445.1875,342.875 L 441.6875,343.28125 L 441.09375,340.53125 L 439.9375,339.375 L 436.40625,339.75 L 435.03125,340.9375 L 434.25,345.03125 L 434.84375,346 L 438.9375,346.40625 L 439.71875,348.9375 L 441.28125,349.71875 L 441.28125,354 L 437.5625,353.8125 L 436,355.5625 L 431.53125,354.78125 L 429,356.9375 L 427.21875,356.15625 L 424.6875,358.125 L 425.65625,359.875 L 424.09375,361.4375 L 419.21875,361.4375 L 419.21875,363.78125 L 420.78125,364.5625 L 420.1875,365.9375 L 416.875,367.28125 L 412.78125,367.6875 L 411.59375,371.40625 L 411.40625,373.75 L 413.5625,375.5 L 411.40625,378.03125 L 408.6875,376.65625 L 405.5625,376.46875 L 405.15625,378.21875 L 407.125,379.59375 L 404.75,381.15625 L 405.5625,384.46875 L 412.1875,386.25 L 413.375,388.78125 L 415.3125,389.15625 L 414.65625,395.25 L 414.6875,395.28125 L 417.6875,392.46875 L 421.25,392.46875 L 422.65625,393.34375 L 424.59375,392.625 L 421.59375,389.28125 L 421.0625,387.6875 L 422.125,387.5 L 424.0625,389.28125 L 425.3125,389.28125 L 425.125,386.4375 L 423.875,386.09375 L 424.40625,384.34375 L 426.53125,380.78125 L 429.90625,378.84375 L 431.5,378.5 L 431.5,376.71875 L 432.5625,376.71875 L 434.5,378.3125 L 434.5,379.5625 L 437.84375,381.6875 L 438.75,381.3125 L 438.21875,377.96875 L 437.3125,377.96875 L 438.21875,376.71875 L 441.90625,376.90625 L 443.875,375.5 L 446.875,377.09375 L 453.21875,377.25 L 454.28125,374.59375 L 455,373.53125 L 455,371.59375 L 457.65625,371.4375 L 458.71875,369.3125 L 461.71875,367.53125 L 463.84375,364.34375 L 466.375,364.46875 L 468.21875,362.46875 L 470.34375,362.65625 L 470.34375,360.90625 L 467.625,359.53125 L 467.03125,353.875 L 464.875,353.09375 L 462.15625,353.5 L 457.0625,350.9375 L 456.28125,345.09375 L 453.375,344.125 L 452.375,342.15625 L 451.09375,339.34375 L 447.34375,339.15625 z " class="land departement05"/>
<path d="M 320.78125,352.25 L 315.3125,354.21875 L 313.75,357.71875 L 310.25,355.375 L 307.5,363.96875 L 304.6875,370.4375 L 308.78125,375.46875 L 308.5,379.34375 L 311.25,381.28125 L 311.25,385.96875 L 312.09375,392.59375 L 315.40625,394 L 315.125,396.1875 L 319.8125,395.375 L 321.46875,396.1875 L 320.4375,397.09375 L 326.46875,401.125 L 331.625,400.0625 L 332.5,398.8125 L 331.78125,397.0625 L 333.90625,396.53125 L 336.90625,399.34375 L 342.03125,399.875 L 344.34375,396.34375 L 344.34375,393.34375 L 345.75,391.75 L 344.5,391.40625 L 344.5,387.34375 L 341.6875,384.34375 L 344,383.96875 L 345.21875,382.90625 L 346.1875,381.03125 L 345.21875,380.4375 L 345.78125,376.3125 L 342.46875,372.71875 L 341.09375,365.53125 L 336.125,359.1875 L 332.5,360.0625 L 331.71875,357.34375 L 329.75,357.34375 L 329.375,359.6875 L 324.3125,361.25 L 320.78125,352.25 z " class="land departement48"/>
<path d="M 301.625,247.96875 L 298.90625,251.46875 L 297.34375,251.65625 L 295.59375,253.4375 L 293.625,251.28125 L 288.375,256.5625 L 288.375,259.6875 L 289.34375,260.46875 L 289.53125,262.03125 L 286.8125,264.15625 L 284.25,263.375 L 279.375,264.375 L 276.84375,267.28125 L 275.90625,269.28125 L 276.0625,269.25 L 278.40625,272.5625 L 278.40625,274.90625 L 279.75,276.65625 L 281.125,274.90625 L 282.6875,277.65625 L 284.84375,278.4375 L 287,283.5 L 287.09375,284.96875 L 290.0625,287.28125 L 291.65625,286.5625 L 292.90625,283.5625 L 294.125,283.21875 L 294.125,281.625 L 296.25,281.4375 L 296.4375,282.5 L 299.09375,279.5 L 302.09375,279.5 L 302.625,280.5625 L 301.21875,282.5 L 303.3125,284.8125 L 303.6875,286.21875 L 308.625,289.0625 L 314.625,289.9375 L 316.40625,289.75 L 319.0625,290.28125 L 321.34375,288.875 L 323.125,289.75 L 323.46875,292.21875 L 325.78125,292.75 L 328.78125,292.59375 L 329.65625,294.71875 L 332.40625,295.8125 L 332.5,294.84375 L 337.1875,294.625 L 336.8125,283.5 L 335.4375,280.78125 L 336,278.625 L 339.25,278.0625 L 339.34375,277.84375 L 343.4375,274.71875 L 343.625,267.09375 L 342.25,265.15625 L 339.125,265.15625 L 337.96875,263.59375 L 334.65625,263.59375 L 333.6875,262.40625 L 333.6875,259.46875 L 329.75,252.0625 L 327.8125,250.6875 L 324.09375,255.78125 L 322.53125,256.15625 L 321.9375,253.625 L 320.1875,252.84375 L 319.40625,254.40625 L 316.5,254.40625 L 316.09375,252.65625 L 314.125,253.8125 L 312,255 L 309.65625,252.4375 L 306.3125,250.875 L 306.125,248.34375 L 301.625,247.96875 z " class="land departement03"/>
<path d="M 346.1875,381.03125 L 345.21875,382.90625 L 344,383.96875 L 341.6875,384.34375 L 344.5,387.34375 L 344.5,391.40625 L 345.75,391.75 L 344.34375,393.34375 L 344.34375,396.34375 L 342.03125,399.875 L 336.90625,399.34375 L 333.90625,396.53125 L 331.78125,397.0625 L 332.5,398.8125 L 331.625,400.0625 L 326.46875,401.125 L 320.4375,397.09375 L 319.28125,398.125 L 319.28125,400.90625 L 317.0625,401.4375 L 317.625,403.65625 L 320.375,404.21875 L 323.40625,404.21875 L 324.25,408.0625 L 320.65625,409.71875 L 320.65625,411.46875 L 323.46875,412.4375 L 323.46875,414.03125 L 324.71875,414.75 L 325.78125,413.84375 L 327.1875,413.84375 L 327.90625,415.4375 L 330.03125,415.4375 L 331.09375,411.71875 L 332.84375,411.71875 L 335.5,408.375 L 338.6875,408.71875 L 339.21875,413.3125 L 340.4375,414.75 L 342.40625,413.6875 L 345.75,415.4375 L 347,417.5625 L 352.8125,421.09375 L 354.9375,426.0625 L 354.9375,428.6875 L 351.21875,430.8125 L 348.8125,432.96875 L 351.8125,433.1875 L 351.8125,437.09375 L 356.28125,436.875 L 358.6875,437 L 360.4375,432.9375 L 366.78125,429.0625 L 365.40625,427.125 L 367.0625,422.71875 L 372.84375,423.53125 L 374.25,413.03125 L 381.96875,408.625 L 381.96875,406.125 L 376.15625,400.34375 L 376.15625,395.90625 L 372.84375,390.40625 L 365.9375,386.53125 L 365.40625,389.5625 L 362.625,389.84375 L 361.8125,386.8125 L 359.03125,387.34375 L 358.5,391.21875 L 356.28125,390.40625 L 351.59375,387.34375 L 349.375,388.46875 L 349.375,382.9375 L 346.1875,381.03125 z " class="land departement30"/>
<path d="M 274.25,438.46875 L 273.96875,442.0625 L 270.375,440.9375 L 266.5,440.9375 L 266.78125,439.5625 L 264.84375,439.84375 L 260.71875,441.21875 L 259.34375,438.71875 L 256.5625,441.21875 L 257.40625,443.15625 L 254.34375,444.53125 L 253.8125,447.5625 L 251.3125,448.6875 L 253.53125,451.15625 L 252.96875,452.8125 L 262.65625,457.5 L 263.46875,464.15625 L 263.46875,467.75 L 264.03125,472.4375 L 259.0625,472.4375 L 257.6875,474.375 L 264.03125,479.625 L 267.625,477.6875 L 272.03125,482.9375 L 271.375,483 L 272.21875,483.5 L 280.15625,479.625 L 278.21875,476.78125 L 278.0625,473.4375 L 296.59375,473.4375 L 296.25,470.9375 L 300.5,468.65625 L 305.4375,472.53125 L 308,473.71875 L 307.84375,468.125 L 308.0625,461.6875 L 305.71875,461.875 L 303.75,458.96875 L 305.3125,456.40625 L 308.625,459.53125 L 311.5625,457.1875 L 313.53125,455.25 L 313.78125,453.1875 L 311.28125,453.09375 L 310.40625,450.28125 L 307.9375,450.09375 L 305.625,446.71875 L 303.84375,446.90625 L 301.75,445.65625 L 301.375,442.65625 L 300.3125,443.1875 L 300.84375,445.3125 L 298.375,445.3125 L 298.1875,448.84375 L 294.5,450.09375 L 292.71875,446.375 L 290.25,447.96875 L 288.125,446.375 L 287.0625,443.90625 L 288.84375,441.78125 L 288,439.5 L 287.78125,439.5625 L 281.96875,439.5625 L 275.90625,438.46875 L 274.25,438.46875 z " class="land departement11"/>
 
<path d="M 335.5,408.375 L 332.84375,411.71875 L 331.09375,411.71875 L 330.03125,415.4375 L 327.90625,415.4375 L 327.1875,413.84375 L 325.78125,413.84375 L 324.71875,414.75 L 323.46875,414.03125 L 323.46875,412.4375 L 320.65625,411.46875 L 320.65625,412.5 L 317.34375,413.03125 L 315.6875,414.4375 L 316.21875,417.75 L 313.1875,417.75 L 310.15625,416.09375 L 308.5,416.09375 L 308.5,418.03125 L 308.78125,423.8125 L 305.46875,423.8125 L 303.8125,423.8125 L 302.6875,426.03125 L 295.5,428.5 L 292.75,426.59375 L 291.09375,429.0625 L 290.28125,431.8125 L 293.3125,434.59375 L 292.1875,438.1875 L 288,439.5 L 288.84375,441.78125 L 287.0625,443.90625 L 288.125,446.375 L 290.25,447.96875 L 292.71875,446.375 L 294.5,450.09375 L 298.1875,448.84375 L 298.375,445.3125 L 300.84375,445.3125 L 300.3125,443.1875 L 301.375,442.65625 L 301.75,445.65625 L 303.84375,446.90625 L 305.625,446.71875 L 307.9375,450.09375 L 310.40625,450.28125 L 311.28125,453.09375 L 313.78125,453.1875 L 313.90625,452.125 L 320.9375,449.96875 L 321.71875,448.21875 L 327.1875,448.03125 L 328.9375,445.875 L 339.5,437.46875 L 346.125,432.78125 L 348.8125,432.96875 L 351.21875,430.8125 L 354.9375,428.6875 L 354.9375,426.0625 L 352.8125,421.09375 L 347,417.5625 L 345.75,415.4375 L 342.40625,413.6875 L 340.4375,414.75 L 339.21875,413.3125 L 338.6875,408.71875 L 335.5,408.375 z " class="land departement34"/>
<path d="M 300.5,468.65625 L 296.25,470.9375 L 296.59375,473.4375 L 278.0625,473.4375 L 278.21875,476.78125 L 280.15625,479.625 L 272.21875,483.5 L 271.375,483 L 264.84375,483.46875 L 264.03125,485.125 L 260.71875,485.96875 L 258.5,487.90625 L 252.4375,489.3125 L 252.78125,491.375 L 255.71875,494.125 L 261.5625,495.6875 L 261.75,499.1875 L 264.875,501.9375 L 267.21875,501.53125 L 270.5625,497.4375 L 274.65625,496.65625 L 281.09375,498.8125 L 286.5625,503.5 L 288.125,501.53125 L 289.5,501.53125 L 290.875,502.5 L 292.03125,501.9375 L 292.21875,499.1875 L 298.09375,497.8125 L 300.03125,495.28125 L 302.96875,494.3125 L 307.0625,494.3125 L 309.625,497.03125 L 312.75,497.25 L 312.75,494.125 L 311.1875,491.96875 L 308.4375,490.78125 L 308,473.71875 L 305.4375,472.53125 L 300.5,468.65625 z " class="land departement66"/>
<path d="M 285.84375,323.71875 L 285.25,325.875 L 286.21875,328.21875 L 285.03125,329.59375 L 283.09375,329.59375 L 281.125,327.4375 L 279.375,326.46875 L 279.1875,331.9375 L 275.65625,334.09375 L 273.125,337.59375 L 273.71875,341.125 L 272.9375,342.6875 L 271.9375,345.8125 L 270.375,345.8125 L 268.8125,347.75 L 270,348.9375 L 270.78125,350.875 L 268.25,352.65625 L 269.28125,359.1875 L 272.59375,361.65625 L 270.09375,367.46875 L 272.59375,368.5625 L 271.5,371.875 L 273.6875,372.15625 L 275.34375,369.40625 L 278.125,369.40625 L 278.65625,370.21875 L 284.75,370.21875 L 285.84375,367.75 L 287.21875,367.1875 L 287.78125,362.78125 L 289.15625,362.78125 L 289.15625,358.09375 L 294.6875,353.375 L 295.25,354.21875 L 295.78125,357.8125 L 299.65625,357.25 L 300.5,362.78125 L 302.40625,362.78125 L 302.96875,368.3125 L 304.6875,370.4375 L 307.5,363.96875 L 310.25,355.375 L 313.75,357.71875 L 315.3125,354.21875 L 320.3125,352.40625 L 320.3125,350.75 L 319.25,349.15625 L 317.125,347.90625 L 318.1875,346.3125 L 317.28125,345.4375 L 318.34375,345.09375 L 319.59375,344.03125 L 317.46875,343.84375 L 316.40625,342.4375 L 316.0625,338.71875 L 314.8125,337.46875 L 313.9375,334.3125 L 309.5,334.3125 L 308.625,331.8125 L 307.21875,331.65625 L 306.5,333.0625 L 303.6875,332.875 L 301.03125,328.8125 L 299.96875,328.65625 L 297.84375,327.59375 L 296.59375,328.8125 L 293.4375,328.8125 L 291.84375,325.46875 L 285.84375,323.71875 z " class="land departement15"/>
<path d="M 317.8125,326.34375 L 316.40625,327.0625 L 316.40625,328.28125 L 314.28125,328.46875 L 312.34375,330.0625 L 308.8125,330.59375 L 308,331.75 L 308.625,331.8125 L 309.5,334.3125 L 313.9375,334.3125 L 314.8125,337.46875 L 316.0625,338.71875 L 316.40625,342.4375 L 317.46875,343.84375 L 319.59375,344.03125 L 318.34375,345.09375 L 317.28125,345.4375 L 318.1875,346.3125 L 317.125,347.90625 L 319.25,349.15625 L 320.3125,350.75 L 320.3125,352.40625 L 320.78125,352.25 L 324.3125,361.25 L 329.375,359.6875 L 329.75,357.34375 L 331.71875,357.34375 L 332.5,360.0625 L 336.125,359.1875 L 340.625,364.9375 L 343.4375,360.46875 L 348.5,356.75 L 353.1875,356.75 L 354.75,351.875 L 357.875,351.65625 L 358.09375,347.96875 L 361,347.96875 L 360.4375,346.59375 L 359.65625,344.0625 L 360.8125,342.09375 L 363.5625,340.9375 L 364.71875,336.25 L 362.1875,333.3125 L 359.0625,333.5 L 359.4375,329.78125 L 353.1875,327.0625 L 351.0625,327.25 L 346.75,330.78125 L 342.8125,329.5 L 342.03125,330.25 L 339.5625,329.53125 L 337.8125,327.75 L 336.75,329.875 L 333.71875,329.71875 L 332.3125,328.46875 L 331.25,330.9375 L 329.3125,330.0625 L 328.0625,327.75 L 326.46875,327.75 L 325.0625,326.53125 L 322.9375,327.40625 L 320.46875,327.59375 L 319.0625,326.6875 L 318.1875,327.21875 L 317.8125,326.34375 z " class="land departement43"/>
<path d="M 299.09375,279.5 L 296.4375,282.5 L 296.25,281.4375 L 294.125,281.625 L 294.125,283.21875 L 292.90625,283.5625 L 291.65625,286.5625 L 290.0625,287.28125 L 287.09375,284.96875 L 287.375,289.5625 L 288.9375,291.5 L 289.71875,295.21875 L 287.375,296.96875 L 286.8125,299.71875 L 284.65625,300.875 L 280.9375,303.03125 L 281.3125,304.78125 L 285.8125,309.28125 L 286.21875,312.03125 L 284.4375,314.9375 L 284.4375,317.6875 L 285.625,319.0625 L 286.21875,322.375 L 285.84375,323.71875 L 291.84375,325.46875 L 293.4375,328.8125 L 296.59375,328.8125 L 297.84375,327.59375 L 299.96875,328.65625 L 301.03125,328.8125 L 303.6875,332.875 L 306.5,333.0625 L 307.21875,331.65625 L 308,331.75 L 308.8125,330.59375 L 312.34375,330.0625 L 314.28125,328.46875 L 316.40625,328.28125 L 316.40625,327.0625 L 317.8125,326.34375 L 318.1875,327.21875 L 319.0625,326.6875 L 320.46875,327.59375 L 322.9375,327.40625 L 325.0625,326.53125 L 326.46875,327.75 L 328.0625,327.75 L 329.3125,330.0625 L 331.25,330.9375 L 332.3125,328.46875 L 333.71875,329.71875 L 336.75,329.875 L 337.8125,327.75 L 339.5625,329.53125 L 342.03125,330.25 L 342.8125,329.5 L 341.28125,329 L 340.6875,326.65625 L 344.40625,323.15625 L 342.65625,316.71875 L 337.5625,313.375 L 335.4375,308.3125 L 333.09375,305.1875 L 333.6875,300.875 L 335.4375,299.125 L 332.3125,296.59375 L 332.40625,295.8125 L 329.65625,294.71875 L 328.78125,292.59375 L 325.78125,292.75 L 323.46875,292.21875 L 323.125,289.75 L 321.34375,288.875 L 319.0625,290.28125 L 316.40625,289.75 L 314.625,289.9375 L 308.625,289.0625 L 303.6875,286.21875 L 303.3125,284.8125 L 301.21875,282.5 L 302.625,280.5625 L 302.09375,279.5 L 299.09375,279.5 z " class="land departement63"/>
<path d="M 179.21875,428.53125 L 177.28125,429.5625 L 177.625,429.59375 L 180.9375,435.0625 L 178.78125,437.03125 L 180.34375,439.375 L 182.6875,442.875 L 180.75,445.40625 L 177.625,452.4375 L 172.34375,456.9375 L 173.71875,459.6875 L 172.53125,460.46875 L 169.625,459.875 L 168.8125,466.3125 L 167.25,467.5 L 166.9375,471.53125 L 167.4375,471.25 L 170.75,473.21875 L 174.65625,476.15625 L 175.03125,478.5 L 178.15625,481.03125 L 180.71875,481.03125 L 187.15625,478.28125 L 189.875,481.40625 L 193.59375,482.40625 L 194.96875,480.0625 L 196.71875,480.84375 L 200.5,481.09375 L 200.25,470.59375 L 202.21875,470.59375 L 203.96875,471.46875 L 205.21875,470.25 L 205.03125,468.3125 L 207.5,466.875 L 206.625,463.1875 L 205.5625,462.28125 L 203.4375,463 L 204.5,461.21875 L 203.96875,458.9375 L 200.78125,456.625 L 200.96875,455.03125 L 202.75,452.03125 L 205.03125,451.15625 L 205.03125,449.90625 L 206.4375,447.78125 L 207.375,446.46875 L 203.8125,444.625 L 199.03125,444.625 L 198.3125,443.1875 L 195.84375,443.1875 L 195.125,441.59375 L 192.84375,441.59375 L 192.125,442.3125 L 189.46875,442.3125 L 189.3125,440.71875 L 187.1875,439.3125 L 187.90625,438.59375 L 188.25,436.84375 L 187.71875,436.3125 L 186.65625,433.46875 L 184.34375,433.125 L 182.0625,431.875 L 182.21875,428.53125 L 179.21875,428.53125 z " class="land departement65"/>
<path d="M 172.15625,428.875 L 169.34375,430.46875 L 163.6875,430.28125 L 163.15625,429.40625 L 159.4375,430.65625 L 156.59375,431.53125 L 154.46875,429.9375 L 152.1875,430.65625 L 151.46875,429.75 L 148.65625,429.75 L 146.875,430.65625 L 142.28125,430.46875 L 139.8125,432.40625 L 135.375,432.0625 L 134.5,433.3125 L 133.4375,432.9375 L 134.84375,431.53125 L 132.375,429.59375 L 129.375,432.25 L 124.25,432.59375 L 118.625,429.78125 L 117.8125,431.21875 L 113.3125,436.6875 L 109.8125,438.0625 L 107.28125,438.4375 L 107.28125,440.59375 L 109.625,442.75 L 113.125,442.9375 L 113.3125,445.46875 L 116.0625,445.6875 L 116.84375,443.90625 L 120.5625,445.46875 L 122.90625,446.0625 L 123.46875,448.40625 L 122.125,449.59375 L 122.125,453.28125 L 119.375,454.65625 L 119.1875,456.40625 L 120.9375,458.375 L 124.0625,459.34375 L 124.65625,456.40625 L 126.40625,454.46875 L 126.21875,457 L 127.59375,458.96875 L 131.09375,458.96875 L 132.65625,461.09375 L 137.34375,461.875 L 141.84375,464.625 L 149.25,464.625 L 149.65625,468.71875 L 154.71875,472.625 L 156.6875,474.96875 L 158.84375,473.8125 L 160.78125,473.40625 L 161.75,474.375 L 163.53125,473.40625 L 166.9375,471.53125 L 167.25,467.5 L 168.8125,466.3125 L 169.625,459.875 L 172.53125,460.46875 L 173.71875,459.6875 L 172.34375,456.9375 L 177.625,452.4375 L 180.75,445.40625 L 182.6875,442.875 L 180.34375,439.375 L 178.78125,437.03125 L 180.9375,435.0625 L 177.625,429.59375 L 172.34375,429.21875 L 172.15625,428.875 z " class="land departement64"/>
<path d="M 139.8125,374.4375 L 133.625,377.625 L 132.03125,377.6875 L 128.5625,396.25 L 124.0625,413.4375 L 122.6875,420.09375 L 121.53125,424.78125 L 118.625,429.78125 L 124.25,432.59375 L 129.375,432.25 L 132.375,429.59375 L 134.84375,431.53125 L 133.4375,432.9375 L 134.5,433.3125 L 135.375,432.0625 L 139.8125,432.40625 L 142.28125,430.46875 L 146.875,430.65625 L 148.65625,429.75 L 151.46875,429.75 L 152.1875,430.65625 L 154.46875,429.9375 L 156.59375,431.53125 L 159.4375,430.65625 L 163.15625,429.40625 L 163.6875,430.28125 L 169.34375,430.46875 L 172.15625,428.875 L 170.78125,426.46875 L 172.15625,422.75 L 174.09375,420.21875 L 173.5,416.90625 L 175.0625,415.34375 L 172.75,411.4375 L 174.6875,409.09375 L 176.84375,408.6875 L 178.78125,409.46875 L 181.53125,407.125 L 182.5,410.0625 L 183.46875,411.4375 L 185.625,410.84375 L 185.4375,408.3125 L 186.0625,406.9375 L 185.59375,405.71875 L 186.125,401.84375 L 188.25,399.71875 L 187.1875,398.46875 L 184.875,398.28125 L 182.21875,397.25 L 178.34375,397.59375 L 177.625,393.34375 L 175.15625,390.34375 L 174.09375,390 L 174.46875,393.53125 L 174.46875,394.59375 L 171.09375,394.75 L 167.5625,393.53125 L 166.84375,389.09375 L 164.375,386.4375 L 162.625,386.28125 L 162.4375,384.6875 L 160.5,383.4375 L 157.3125,382.5625 L 158.1875,381.5 L 158.1875,380.4375 L 157.125,379.5625 L 155.90625,378.5 L 152.34375,379.03125 L 150.25,380.78125 L 148.8125,380.96875 L 146.53125,379.375 L 143.15625,380.78125 L 141.5625,379.71875 L 143,377.96875 L 143.15625,375.65625 L 139.8125,374.4375 z " class="land departement40"/>
<path d="M 141.25,315.21875 L 138.125,319.90625 L 137.15625,336.3125 L 134.625,352.90625 L 132.84375,365.78125 L 132.65625,369.125 L 134.03125,364.625 L 136.75,361.09375 L 140.65625,364.625 L 141.0625,365.78125 L 142.21875,367.34375 L 137.34375,367.5625 L 136.5625,366.375 L 134.625,367.15625 L 134.21875,370.09375 L 132.0625,373.03125 L 132.0625,377.5 L 132.03125,377.6875 L 133.625,377.625 L 139.8125,374.4375 L 143.15625,375.65625 L 143,377.96875 L 141.5625,379.71875 L 143.15625,380.78125 L 146.53125,379.375 L 148.8125,380.96875 L 150.25,380.78125 L 152.34375,379.03125 L 155.90625,378.5 L 157.125,379.5625 L 158.1875,380.4375 L 158.1875,381.5 L 157.3125,382.5625 L 160.5,383.4375 L 162.4375,384.6875 L 162.625,386.28125 L 164.375,386.4375 L 166.84375,389.09375 L 167.5625,393.53125 L 171.09375,394.75 L 174.46875,394.59375 L 174.46875,393.53125 L 174.09375,390 L 175.15625,390.34375 L 177.15625,392.78125 L 180.28125,392.28125 L 181.71875,390.875 L 181.53125,388.9375 L 180.28125,387.875 L 180.65625,385.90625 L 182.59375,385.90625 L 184.53125,384.6875 L 183.65625,382.90625 L 183.125,380.25 L 184.53125,377.78125 L 187.53125,373.1875 L 189.3125,371.0625 L 190.90625,370.53125 L 191.25,368.78125 L 189.125,368.59375 L 188.25,366.65625 L 188.9375,364.71875 L 191.4375,364.1875 L 193.1875,363.65625 L 195.25,363.375 L 195.125,363.28125 L 194.96875,359.40625 L 196.90625,358 L 194.4375,356.40625 L 191.96875,359.40625 L 185.9375,359.59375 L 185.40625,358.15625 L 183.65625,357.28125 L 185.0625,355.5 L 185.0625,353.5625 L 184.34375,352.5 L 184.34375,351.4375 L 186.125,350.375 L 186.65625,347.21875 L 187.71875,344.375 L 186.65625,342.78125 L 184.71875,342.78125 L 183.6875,341.5625 L 182.6875,343.65625 L 180.75,342.28125 L 178,343.65625 L 175.65625,343.28125 L 171.1875,338.78125 L 168.4375,338.59375 L 167.65625,332.34375 L 162.5625,331.75 L 162.375,328.8125 L 161.40625,329.78125 L 155.625,329.78125 L 155.90625,331.03125 L 157.28125,336.6875 L 157.65625,342.34375 L 156.6875,343.90625 L 155.71875,339.21875 L 152.96875,328.5 L 143,319.5 L 143.21875,315.40625 L 141.25,315.21875 z " class="land departement33"/>
 
<path d="M 209.84375,310.46875 L 208.09375,313.59375 L 205.34375,313.96875 L 205.15625,318.65625 L 195.96875,324.90625 L 195.78125,331.75 L 192.25,335.25 L 190.3125,337.03125 L 186.40625,336.625 L 184.25,340.34375 L 183.6875,341.5625 L 184.71875,342.78125 L 186.65625,342.78125 L 187.71875,344.375 L 186.65625,347.21875 L 186.125,350.375 L 184.34375,351.4375 L 184.34375,352.5 L 185.0625,353.5625 L 185.0625,355.5 L 183.65625,357.28125 L 185.40625,358.15625 L 185.9375,359.59375 L 191.96875,359.40625 L 194.4375,356.40625 L 196.90625,358 L 194.96875,359.40625 L 195.125,363.28125 L 197.96875,365.25 L 198.3125,368.9375 L 201.3125,370 L 203.09375,368.40625 L 206.96875,368.40625 L 209.09375,366.65625 L 210.34375,366.84375 L 210.6875,368.25 L 214.59375,368.25 L 215.46875,367.1875 L 216.875,367.375 L 218.46875,369.125 L 218.46875,370.375 L 217.0625,371.25 L 217.59375,372.5 L 219.53125,372.65625 L 222,370.375 L 224.125,370.375 L 225.53125,371.96875 L 228.59375,373.25 L 228.78125,372.75 L 230.5625,371 L 230.75,368.0625 L 235.03125,367.6875 L 237.78125,363.78125 L 236.59375,363.375 L 236.40625,361.25 L 239.71875,360.84375 L 239.9375,358.90625 L 241.5,357.90625 L 243.25,354.78125 L 241.5,352.84375 L 241.5,350.6875 L 242.84375,349.53125 L 241.09375,346.78125 L 241.28125,342.5 L 237,342.6875 L 235.25,341.5 L 236.8125,339.5625 L 234.65625,337.8125 L 236.21875,335.84375 L 234.65625,335.0625 L 234.65625,332.34375 L 238.5625,328.8125 L 236.40625,327.0625 L 235.25,324.125 L 231.125,323.53125 L 229.75,322.5625 L 232.6875,321.1875 L 231.71875,319.84375 L 227.4375,319.25 L 226.4375,315.34375 L 220.1875,314.75 L 218.8125,316.71875 L 217.46875,317.09375 L 215.6875,314.75 L 216.5,312.59375 L 215.5,310.65625 L 209.84375,310.46875 z " class="land departement24"/>
<path d="M 195.25,363.375 L 193.1875,363.65625 L 191.4375,364.1875 L 188.9375,364.71875 L 188.25,366.65625 L 189.125,368.59375 L 191.25,368.78125 L 190.90625,370.53125 L 189.3125,371.0625 L 187.53125,373.1875 L 184.53125,377.78125 L 183.125,380.25 L 183.65625,382.90625 L 184.53125,384.6875 L 182.59375,385.90625 L 180.65625,385.90625 L 180.28125,387.875 L 181.53125,388.9375 L 181.71875,390.875 L 180.28125,392.28125 L 177.15625,392.78125 L 177.625,393.34375 L 178.34375,397.59375 L 182.21875,397.25 L 184.875,398.28125 L 187.1875,398.46875 L 188.25,399.71875 L 186.125,401.84375 L 185.59375,405.71875 L 186.0625,406.9375 L 186.8125,405.375 L 189.125,407.34375 L 192.25,404.21875 L 193.625,406.15625 L 196.9375,405.5625 L 200.46875,405.1875 L 202.03125,402.4375 L 207.875,401.875 L 210.8125,404.78125 L 211.8125,403.8125 L 213.75,403.21875 L 212.96875,400.5 L 215.90625,399.71875 L 219.625,398.9375 L 218.8125,396.59375 L 220,395.21875 L 220.96875,391.5 L 218.8125,389.15625 L 220.1875,384.6875 L 223.125,386.4375 L 227.4375,385.65625 L 225.46875,381.34375 L 223.90625,375.5 L 227.8125,375.3125 L 228.59375,373.25 L 225.53125,371.96875 L 224.125,370.375 L 222,370.375 L 219.53125,372.65625 L 217.59375,372.5 L 217.0625,371.25 L 218.46875,370.375 L 218.46875,369.125 L 216.875,367.375 L 215.46875,367.1875 L 214.59375,368.25 L 210.6875,368.25 L 210.34375,366.84375 L 209.09375,366.65625 L 206.96875,368.40625 L 203.09375,368.40625 L 201.3125,370 L 198.3125,368.9375 L 197.96875,365.25 L 195.25,363.375 z " class="land departement47"/>
<path d="M 247.46875,347.3125 L 243.3125,349.25 L 242.71875,349.34375 L 242.84375,349.53125 L 241.5,350.6875 L 241.5,352.84375 L 243.25,354.78125 L 241.5,357.90625 L 239.9375,358.90625 L 239.71875,360.84375 L 236.40625,361.25 L 236.59375,363.375 L 237.78125,363.78125 L 235.03125,367.6875 L 230.75,368.0625 L 230.5625,371 L 228.78125,372.75 L 227.8125,375.3125 L 223.90625,375.5 L 225.46875,381.34375 L 227.125,384.96875 L 229.625,384.875 L 229.78125,385.90625 L 228.375,387.5 L 229.4375,389.625 L 231.03125,389.625 L 232.78125,391.5625 L 234.375,391.5625 L 235.625,390.15625 L 235.96875,390.53125 L 235.96875,392.28125 L 236.5,394.59375 L 240.21875,394.75 L 243.21875,391.5625 L 244.8125,391.40625 L 245.34375,392.28125 L 246.21875,394.21875 L 247.65625,394.21875 L 248.1875,390.6875 L 251.1875,391.0625 L 252.9375,388.9375 L 255.78125,389.625 L 260.03125,387.6875 L 260.0625,388.0625 L 261.4375,386.625 L 259.65625,383.96875 L 258.96875,380.4375 L 261.25,378.5 L 262.3125,378.84375 L 265.5,375.3125 L 267.25,375.5 L 267.96875,374.59375 L 271.5,374.59375 L 272.75,373.1875 L 273.09375,372.09375 L 271.5,371.875 L 272.59375,368.5625 L 270.09375,367.46875 L 272.59375,361.65625 L 269.28125,359.1875 L 268.15625,352 L 265.125,351.1875 L 262.90625,353.375 L 261.8125,351.4375 L 258.5,354.75 L 256.28125,355.03125 L 252.4375,349.53125 L 247.46875,347.3125 z " class="land departement46"/>
<path d="M 237.21875,446.375 L 235.96875,447.25 L 235.4375,448.3125 L 237.90625,450.09375 L 238.625,451.34375 L 238.09375,452.375 L 233.84375,452.75 L 232.625,454.5 L 232.78125,455.03125 L 234.375,455.5625 L 235.28125,456.8125 L 234.21875,458.5625 L 232.96875,458.40625 L 231.03125,456.625 L 228.71875,455.9375 L 226.4375,456.09375 L 222.375,458.5625 L 222.53125,461.9375 L 223.59375,462.65625 L 222.90625,465.28125 L 218.28125,466.53125 L 216.53125,468.65625 L 216.53125,472.1875 L 217.25,473.25 L 215.59375,474.78125 L 216.65625,475.375 L 222.6875,476.53125 L 225.25,476.53125 L 228.5625,480.84375 L 236.96875,480.4375 L 240.28125,485.71875 L 243.21875,484.53125 L 251.8125,485.71875 L 252.4375,489.3125 L 258.5,487.90625 L 260.71875,485.96875 L 264.03125,485.125 L 264.84375,483.46875 L 272.03125,482.9375 L 267.625,477.6875 L 264.03125,479.625 L 257.6875,474.375 L 259.0625,472.4375 L 264.03125,472.4375 L 263.46875,467.75 L 263.46875,464.15625 L 262.65625,457.5 L 252.96875,452.8125 L 253.53125,451.15625 L 251.6875,449.09375 L 250.125,449.75 L 248,450.09375 L 244.09375,448.3125 L 243.03125,447.96875 L 244.625,449.90625 L 243.9375,451.5 L 240.5625,451.15625 L 240.40625,449.375 L 238.4375,446.71875 L 237.21875,446.375 z " class="land departement09"/>
<path d="M 207.875,401.875 L 202.03125,402.4375 L 200.46875,405.1875 L 196.9375,405.5625 L 193.625,406.15625 L 192.25,404.21875 L 189.125,407.34375 L 186.8125,405.375 L 185.4375,408.3125 L 185.625,410.84375 L 183.46875,411.4375 L 182.5,410.0625 L 181.53125,407.125 L 178.78125,409.46875 L 176.84375,408.6875 L 174.6875,409.09375 L 172.75,411.4375 L 175.0625,415.34375 L 173.5,416.90625 L 174.09375,420.21875 L 172.15625,422.75 L 170.78125,426.46875 L 172.34375,429.21875 L 177.28125,429.5625 L 179.21875,428.53125 L 182.21875,428.53125 L 182.0625,431.875 L 184.34375,433.125 L 186.65625,433.46875 L 187.71875,436.3125 L 188.25,436.84375 L 187.90625,438.59375 L 187.1875,439.3125 L 189.3125,440.71875 L 189.46875,442.3125 L 192.125,442.3125 L 192.84375,441.59375 L 195.125,441.59375 L 195.84375,443.1875 L 198.3125,443.1875 L 199.03125,444.625 L 203.8125,444.625 L 207.375,446.46875 L 207.6875,446.03125 L 209.625,444.96875 L 213.15625,440.375 L 219.71875,440.90625 L 222.53125,442.84375 L 223.4375,441.59375 L 224.84375,437.375 L 226.59375,433.3125 L 230.3125,431.71875 L 232.09375,431 L 231.5625,429.40625 L 229.78125,429.21875 L 229.09375,427.46875 L 227.65625,427.46875 L 225.375,425.15625 L 225.53125,423.5625 L 222.53125,420.5625 L 222,418.65625 L 220.0625,419.5 L 219.53125,418.4375 L 220.78125,416.5 L 219.34375,415.09375 L 219.34375,412.625 L 218.125,411.375 L 214.21875,411.1875 L 214.21875,408.90625 L 216.34375,407.3125 L 216.34375,405.53125 L 218.65625,404.46875 L 217.40625,403.78125 L 216,404.46875 L 213.15625,404.46875 L 212.28125,403.65625 L 211.8125,403.8125 L 210.8125,404.78125 L 207.875,401.875 z " class="land departement32"/>
<path d="M 245,412.4375 L 242.15625,413.5 L 241.28125,414.90625 L 240.21875,413.6875 L 238.28125,413.5 L 237.90625,415.28125 L 236.6875,415.78125 L 238.4375,416.6875 L 237.21875,418.625 L 232.78125,419.875 L 230.84375,417.5625 L 229.09375,417.5625 L 227.65625,418.4375 L 222.53125,418.4375 L 222,418.65625 L 222.53125,420.5625 L 225.53125,423.5625 L 225.375,425.15625 L 227.65625,427.46875 L 229.09375,427.46875 L 229.78125,429.21875 L 231.5625,429.40625 L 232.09375,431 L 230.3125,431.71875 L 226.59375,433.3125 L 224.84375,437.375 L 223.4375,441.59375 L 222.53125,442.84375 L 219.71875,440.90625 L 213.15625,440.375 L 209.625,444.96875 L 207.6875,446.03125 L 206.4375,447.78125 L 205.03125,449.90625 L 205.03125,451.15625 L 202.75,452.03125 L 200.96875,455.03125 L 200.78125,456.625 L 203.96875,458.9375 L 204.5,461.21875 L 203.4375,463 L 205.5625,462.28125 L 206.625,463.1875 L 207.5,466.875 L 205.03125,468.3125 L 205.21875,470.25 L 203.96875,471.46875 L 202.21875,470.59375 L 200.25,470.59375 L 200.5,481.09375 L 208.4375,481.625 L 208.84375,472.03125 L 211.5625,472.4375 L 215.59375,474.78125 L 217.25,473.25 L 216.53125,472.1875 L 216.53125,468.65625 L 218.28125,466.53125 L 222.90625,465.28125 L 223.59375,462.65625 L 222.53125,461.9375 L 222.375,458.5625 L 226.4375,456.09375 L 228.71875,455.9375 L 231.03125,456.625 L 232.96875,458.40625 L 234.21875,458.5625 L 235.28125,456.8125 L 234.375,455.5625 L 232.78125,455.03125 L 232.625,454.5 L 233.84375,452.75 L 238.09375,452.375 L 238.625,451.34375 L 237.90625,450.09375 L 235.4375,448.3125 L 235.96875,447.25 L 237.21875,446.375 L 238.4375,446.71875 L 240.40625,449.375 L 240.5625,451.15625 L 243.9375,451.5 L 244.625,449.90625 L 243.03125,447.96875 L 244.09375,448.3125 L 248,450.09375 L 250.125,449.75 L 251.6875,449.09375 L 251.3125,448.6875 L 253.8125,447.5625 L 254.34375,444.53125 L 257.40625,443.15625 L 256.5625,441.21875 L 259.34375,438.71875 L 260.71875,441.21875 L 264.84375,439.84375 L 265.625,439.71875 L 265.6875,438.4375 L 265.6875,435.9375 L 263.5625,436.3125 L 260.90625,435.59375 L 258.59375,432.78125 L 257.71875,431.53125 L 253.125,429.59375 L 252.0625,428 L 253.46875,427.46875 L 253.46875,425.53125 L 252.0625,423.9375 L 250.28125,421.09375 L 250.125,418.625 L 249.59375,418.28125 L 247.46875,415.78125 L 246.59375,413.15625 L 245,412.4375 z " class="land departement31"/>
<path d="M 220.1875,384.6875 L 218.8125,389.15625 L 220.96875,391.5 L 220,395.21875 L 218.8125,396.59375 L 219.625,398.9375 L 215.90625,399.71875 L 212.96875,400.5 L 213.75,403.21875 L 212.28125,403.65625 L 213.15625,404.46875 L 216,404.46875 L 217.40625,403.78125 L 218.65625,404.46875 L 216.34375,405.53125 L 216.34375,407.3125 L 214.21875,408.90625 L 214.21875,411.1875 L 218.125,411.375 L 219.34375,412.625 L 219.34375,415.09375 L 220.78125,416.5 L 219.53125,418.4375 L 220.0625,419.5 L 222.53125,418.4375 L 227.65625,418.4375 L 229.09375,417.5625 L 230.84375,417.5625 L 232.78125,419.875 L 237.21875,418.625 L 238.4375,416.6875 L 236.6875,415.78125 L 237.90625,415.28125 L 238.28125,413.5 L 240.21875,413.6875 L 241.28125,414.90625 L 242.15625,413.5 L 245,412.4375 L 246.28125,413.03125 L 247.28125,411.375 L 245.53125,409.4375 L 248.875,409.4375 L 249.9375,407.5 L 252.25,405.375 L 249.9375,405.375 L 250.65625,402.375 L 256.65625,401.65625 L 258.96875,400.25 L 261.78125,399.1875 L 262.6875,398.28125 L 261.59375,395.46875 L 263.1875,392.28125 L 260.375,392.09375 L 260.03125,387.6875 L 255.78125,389.625 L 252.9375,388.9375 L 251.1875,391.0625 L 248.1875,390.6875 L 247.65625,394.21875 L 246.21875,394.21875 L 245.34375,392.28125 L 244.8125,391.40625 L 243.21875,391.5625 L 240.21875,394.75 L 236.5,394.59375 L 235.96875,392.28125 L 235.96875,390.53125 L 235.625,390.15625 L 234.375,391.5625 L 232.78125,391.5625 L 231.03125,389.625 L 229.4375,389.625 L 228.375,387.5 L 229.78125,385.90625 L 229.625,384.875 L 227.125,384.96875 L 227.4375,385.65625 L 223.125,386.4375 L 220.1875,384.6875 z " class="land departement82"/>
<path d="M 294.6875,353.375 L 289.15625,358.09375 L 289.15625,362.78125 L 287.78125,362.78125 L 287.21875,367.1875 L 285.84375,367.75 L 284.75,370.21875 L 278.65625,370.21875 L 278.125,369.40625 L 275.34375,369.40625 L 273.6875,372.15625 L 273.09375,372.09375 L 272.75,373.1875 L 271.5,374.59375 L 267.96875,374.59375 L 267.25,375.5 L 265.5,375.3125 L 262.3125,378.84375 L 261.25,378.5 L 258.96875,380.4375 L 259.65625,383.96875 L 261.4375,386.625 L 260.0625,388.0625 L 260.375,392.09375 L 263.1875,392.28125 L 261.59375,395.46875 L 262.84375,398.65625 L 264.4375,397.75 L 265.15625,399.34375 L 267.4375,397.0625 L 270.8125,396.875 L 274.15625,399.34375 L 280,400.40625 L 282.125,404.125 L 285.125,405.53125 L 286.71875,409.59375 L 286.53125,411.1875 L 288.46875,414.75 L 288.46875,416.6875 L 292,421.28125 L 295.375,423.03125 L 297.5,422.5 L 298.5625,421.09375 L 300.15625,421.46875 L 303.8125,423.8125 L 303.84375,423.8125 L 305.46875,423.8125 L 308.78125,423.8125 L 308.5,418.03125 L 308.5,416.09375 L 310.15625,416.09375 L 313.1875,417.75 L 316.21875,417.75 L 315.6875,414.4375 L 317.34375,413.03125 L 320.65625,412.5 L 320.65625,409.71875 L 324.25,408.0625 L 323.40625,404.21875 L 320.375,404.21875 L 317.625,403.65625 L 317.0625,401.4375 L 319.28125,400.90625 L 319.28125,398.125 L 321.46875,396.1875 L 319.8125,395.375 L 315.125,396.1875 L 315.40625,394 L 312.09375,392.59375 L 311.25,385.96875 L 311.25,381.28125 L 308.5,379.34375 L 308.78125,375.46875 L 302.96875,368.3125 L 302.40625,362.78125 L 300.5,362.78125 L 299.65625,357.25 L 295.78125,357.8125 L 295.25,354.21875 L 294.6875,353.375 z " class="land departement12"/>
<path d="M 270.8125,396.875 L 267.4375,397.0625 L 265.15625,399.34375 L 264.4375,397.75 L 262.84375,398.65625 L 262.6875,398.28125 L 261.78125,399.1875 L 258.96875,400.25 L 256.65625,401.65625 L 250.65625,402.375 L 249.9375,405.375 L 252.25,405.375 L 249.9375,407.5 L 248.875,409.4375 L 245.53125,409.4375 L 247.28125,411.375 L 246.28125,413.03125 L 246.59375,413.15625 L 247.46875,415.78125 L 249.59375,418.28125 L 250.125,418.625 L 250.28125,421.09375 L 252.0625,423.9375 L 253.46875,425.53125 L 253.46875,427.46875 L 252.0625,428 L 253.125,429.59375 L 257.71875,431.53125 L 258.59375,432.78125 L 260.90625,435.59375 L 263.5625,436.3125 L 265.6875,435.9375 L 265.6875,438.4375 L 265.625,439.71875 L 266.78125,439.5625 L 266.5,440.9375 L 270.375,440.9375 L 273.96875,442.0625 L 274.25,438.46875 L 275.90625,438.46875 L 281.96875,439.5625 L 287.78125,439.5625 L 292.1875,438.1875 L 293.3125,434.59375 L 290.28125,431.8125 L 291.09375,429.0625 L 292.75,426.59375 L 295.5,428.5 L 302.6875,426.03125 L 303.8125,423.8125 L 300.15625,421.46875 L 298.5625,421.09375 L 297.5,422.5 L 295.375,423.03125 L 292,421.28125 L 288.46875,416.6875 L 288.46875,414.75 L 286.53125,411.1875 L 286.71875,409.59375 L 285.125,405.53125 L 282.125,404.125 L 280,400.40625 L 274.15625,399.34375 L 270.8125,396.875 z " class="land departement81"/>
 
<path d="M 383.28125,262.59375 L 381.125,262.8125 L 379.75,265.34375 L 376.0625,279.78125 L 375.53125,280.96875 L 375.15625,285.53125 L 374.09375,287 L 374.09375,293.59375 L 373.46875,295.09375 L 377.28125,297.40625 L 378.78125,297.625 L 381.125,299.75 L 381.53125,303.15625 L 384.09375,302.3125 L 388.0625,303.46875 L 388.125,302.71875 L 390.03125,302.71875 L 392.78125,305.28125 L 395.34375,304 L 396.625,300.1875 L 397.90625,298.6875 L 399.59375,298.90625 L 401.28125,300.40625 L 402.15625,303.15625 L 410,312.71875 L 412.34375,311.03125 L 412.75,307.40625 L 415.3125,306.96875 L 415.3125,300.59375 L 416.59375,299.53125 L 417,293.8125 L 417.5,294.21875 L 417.4375,292.125 L 416.375,290.1875 L 416.8125,284.6875 L 418.71875,285.75 L 419.78125,283.8125 L 421.6875,283.1875 L 423.65625,281.625 L 421.53125,281.625 L 421.53125,277.90625 L 423.875,276.53125 L 427.375,276.15625 L 427.59375,274.1875 L 426.40625,273.40625 L 429.34375,269.6875 L 428.9375,268.53125 L 425.59375,266.75 L 417.46875,275.6875 L 411.8125,275.6875 L 411.8125,273.34375 L 408.6875,271.78125 L 404.96875,275.875 L 402.03125,276.28125 L 402.03125,273.53125 L 399.5,272.375 L 395.59375,266.90625 L 392.0625,265.53125 L 390.90625,263 L 388.9375,262.59375 L 387,263.96875 L 385.4375,264.375 L 383.28125,262.59375 z " class="land departement01"/>
<path d="M 397.90625,298.6875 L 396.625,300.1875 L 395.34375,304 L 392.78125,305.28125 L 390.03125,302.71875 L 388.125,302.71875 L 387.90625,305.5 L 390.6875,307.84375 L 386.4375,313.34375 L 380.90625,314.625 L 376.65625,316.125 L 379.40625,318.875 L 380.0625,320.15625 L 375.8125,322.28125 L 375.375,328.4375 L 375.25,328.5 L 376.4375,330.96875 L 379.84375,332.03125 L 382.1875,331.1875 L 384.9375,329.28125 L 388.5625,332.25 L 391.53125,332.25 L 393.65625,335.21875 L 392.78125,337.34375 L 393.21875,340.34375 L 392.15625,343.3125 L 392.59375,344.375 L 394.0625,343.9375 L 397.46875,345 L 401.9375,346.28125 L 403.84375,345 L 404.6875,343.53125 L 405.34375,343.53125 L 405.53125,359.4375 L 406.59375,360.5 L 409.375,360.5 L 411.90625,362 L 413.8125,363.5 L 415.75,363.6875 L 417,364.75 L 420.53125,365.15625 L 420.78125,364.5625 L 419.21875,363.78125 L 419.21875,361.4375 L 424.09375,361.4375 L 425.65625,359.875 L 424.6875,358.125 L 427.21875,356.15625 L 429,356.9375 L 431.53125,354.78125 L 436,355.5625 L 437.5625,353.8125 L 441.28125,354 L 441.28125,349.71875 L 439.71875,348.9375 L 438.9375,346.40625 L 434.84375,346 L 434.25,345.03125 L 435.03125,340.9375 L 436.40625,339.75 L 435.28125,338.21875 L 433.15625,336.9375 L 431.875,338.21875 L 432.3125,336.5 L 432.3125,334.8125 L 430.59375,333.09375 L 431.46875,329.0625 L 433.375,328 L 433.15625,325.25 L 429.125,321.21875 L 427.625,321.21875 L 426.5625,322.6875 L 424.03125,319.3125 L 422.53125,319.5 L 421.25,322.28125 L 422.125,323.96875 L 421.46875,324.625 L 419.78125,323.34375 L 414.875,322.28125 L 412.5625,318.03125 L 412.5625,316.3125 L 410.21875,313.78125 L 409.96875,312.6875 L 402.15625,303.15625 L 401.28125,300.40625 L 399.59375,298.90625 L 397.90625,298.6875 z " class="land departement38"/>
<path d="M 446.125,266.1875 L 441.65625,266.96875 L 437.34375,270.46875 L 436.1875,268.71875 L 434.03125,268.90625 L 432.0625,273.21875 L 432.28125,274.96875 L 434.40625,276.71875 L 430.5,279.28125 L 427.96875,281.625 L 423.65625,281.625 L 421.6875,283.1875 L 419.78125,283.8125 L 418.71875,285.75 L 416.8125,284.6875 L 416.375,290.1875 L 417.4375,292.125 L 417.5,294.21875 L 419.125,295.5 L 419.125,301.03125 L 422.96875,301.65625 L 424.4375,304.4375 L 427.84375,304.84375 L 428.46875,303.59375 L 430.1875,303.59375 L 433.15625,306.78125 L 434.21875,307.84375 L 437.625,307.1875 L 438.46875,305.5 L 439.3125,302.09375 L 441.21875,300.59375 L 442.71875,296.15625 L 444.625,294.875 L 446.125,295.28125 L 446.53125,296.5625 L 445.46875,297.84375 L 447.375,300.1875 L 450.5625,300.1875 L 452.5,303.375 L 452.0625,304.4375 L 453.96875,303.15625 L 455.46875,301.46875 L 456.78125,301.625 L 456.875,298.21875 L 463.53125,295.46875 L 464.3125,293.53125 L 463.90625,289.21875 L 459.625,284.75 L 458.25,285.53125 L 458.25,283.75 L 458.25,280.84375 L 454.53125,279.0625 L 454.34375,277.5 L 456.5,275.15625 L 456.5,272.4375 L 452.96875,268.71875 L 452.78125,266.1875 L 446.125,266.1875 z " class="land departement74"/>
<path d="M 339.53125,278.03125 L 336,278.625 L 335.4375,280.78125 L 336.8125,283.5 L 337.1875,294.625 L 332.5,294.84375 L 332.3125,296.59375 L 335.4375,299.125 L 333.6875,300.875 L 333.09375,305.1875 L 335.4375,308.3125 L 337.5625,313.375 L 342.65625,316.71875 L 344.40625,323.15625 L 340.6875,326.65625 L 341.28125,329 L 346.75,330.78125 L 351.0625,327.25 L 353.1875,327.0625 L 359.4375,329.78125 L 359.0625,333.5 L 362.1875,333.3125 L 364.65625,336.15625 L 366.46875,335.65625 L 369.84375,335.03125 L 370.71875,331.1875 L 375.375,328.4375 L 375.8125,322.28125 L 375.96875,322.1875 L 373.6875,321.84375 L 371.5625,322.6875 L 369.84375,321.625 L 371.96875,319.09375 L 371.34375,317.1875 L 364.75,316.125 L 359.21875,311.03125 L 359.21875,309.3125 L 360.5,308.25 L 360.5,306.78125 L 359.03125,305.90625 L 360.28125,304 L 360.28125,301.25 L 357.75,298.90625 L 357.75,296.5625 L 356.03125,294.875 L 356.03125,292.96875 L 355.1875,289.78125 L 356.46875,288.5 L 356.6875,284.6875 L 360.71875,284.6875 L 361.78125,283.40625 L 360.5,281.28125 L 360.5,279.375 L 359.4375,278.53125 L 358.6875,282.53125 L 356.53125,282.53125 L 354.96875,284.09375 L 353.78125,282.90625 L 347.53125,281.9375 L 345.1875,283.3125 L 343.625,283.3125 L 343.25,281.9375 L 340.3125,281.34375 L 340.125,278.21875 L 339.53125,278.03125 z " class="land departement42"/>
<path d="M 371.75,275.3125 L 369.625,275.5 L 367.84375,277.25 L 366.6875,275.6875 L 364.9375,277.25 L 362.5625,275.6875 L 360.625,275.6875 L 359.84375,276.28125 L 359.4375,278.53125 L 360.5,279.375 L 360.5,281.28125 L 361.78125,283.40625 L 360.71875,284.6875 L 356.6875,284.6875 L 356.46875,288.5 L 355.1875,289.78125 L 356.03125,292.96875 L 356.03125,294.875 L 357.75,296.5625 L 357.75,298.90625 L 360.28125,301.25 L 360.28125,304 L 359.03125,305.90625 L 360.5,306.78125 L 360.5,308.25 L 359.21875,309.3125 L 359.21875,311.03125 L 364.75,316.125 L 371.34375,317.1875 L 371.96875,319.09375 L 369.84375,321.625 L 371.5625,322.6875 L 373.6875,321.84375 L 375.96875,322.1875 L 380.0625,320.15625 L 379.40625,318.875 L 376.65625,316.125 L 380.90625,314.625 L 386.4375,313.34375 L 390.6875,307.84375 L 387.90625,305.5 L 388.0625,303.46875 L 384.09375,302.3125 L 381.53125,303.15625 L 381.125,299.75 L 378.78125,297.625 L 377.28125,297.40625 L 373.46875,295.09375 L 374.09375,293.59375 L 374.09375,287 L 375.15625,285.53125 L 375.53125,280.96875 L 374.875,282.53125 L 373.5,282.34375 L 372.75,278.4375 L 371.75,275.3125 z " class="land departement69"/>
<path d="M 417,293.8125 L 416.59375,299.53125 L 415.3125,300.59375 L 415.3125,306.96875 L 412.75,307.40625 L 412.34375,311.03125 L 410,312.71875 L 409.96875,312.6875 L 410.21875,313.78125 L 412.5625,316.3125 L 412.5625,318.03125 L 414.875,322.28125 L 419.78125,323.34375 L 421.46875,324.625 L 422.125,323.96875 L 421.25,322.28125 L 422.53125,319.5 L 424.03125,319.3125 L 426.5625,322.6875 L 427.625,321.21875 L 429.125,321.21875 L 433.15625,325.25 L 433.375,328 L 431.46875,329.0625 L 430.59375,333.09375 L 432.3125,334.8125 L 432.3125,336.5 L 431.875,338.21875 L 433.15625,336.9375 L 435.28125,338.21875 L 436.40625,339.75 L 439.9375,339.375 L 441.09375,340.53125 L 441.6875,343.28125 L 445.1875,342.875 L 445.59375,339.9375 L 447.34375,339.15625 L 451.09375,339.34375 L 451.03125,339.21875 L 456.875,336.875 L 459.03125,338.25 L 461.1875,338.25 L 461.375,335.90625 L 463.90625,334.53125 L 464.875,333.375 L 469.96875,331.40625 L 470.5625,328.09375 L 469.5625,326.53125 L 472.3125,321.84375 L 469.78125,320.875 L 469,318.125 L 463.71875,315 C 463.71875,315 464.03377,309.01275 463.53125,307.9375 C 463.51544,307.91055 463.48155,307.86019 463.46875,307.84375 C 463.46374,307.8383 463.44264,307.81713 463.4375,307.8125 C 463.43393,307.81272 463.4091,307.81243 463.40625,307.8125 C 463.4062,307.80552 463.40608,307.78312 463.40625,307.78125 C 463.40269,307.78137 463.37784,307.78121 463.375,307.78125 C 463.37209,307.7811 463.3467,307.78118 463.34375,307.78125 C 463.34022,307.78117 463.31534,307.78126 463.3125,307.78125 C 462.53125,307.97657 459.625,308.1875 459.625,308.1875 L 456.6875,304.84375 L 456.78125,301.625 L 455.46875,301.46875 L 453.96875,303.15625 L 452.0625,304.4375 L 452.5,303.375 L 450.5625,300.1875 L 447.375,300.1875 L 445.46875,297.84375 L 446.53125,296.5625 L 446.125,295.28125 L 444.625,294.875 L 442.71875,296.15625 L 441.21875,300.59375 L 439.3125,302.09375 L 438.46875,305.5 L 437.625,307.1875 L 434.21875,307.84375 L 433.15625,306.78125 L 430.1875,303.59375 L 428.46875,303.59375 L 427.84375,304.84375 L 424.4375,304.4375 L 422.96875,301.65625 L 419.125,301.03125 L 419.125,295.5 L 417,293.8125 z " class="land departement73"/>
<path d="M 375.25,328.5 L 370.71875,331.1875 L 369.84375,335.03125 L 366.46875,335.65625 L 364.65625,336.15625 L 364.71875,336.25 L 363.5625,340.9375 L 360.8125,342.09375 L 359.65625,344.0625 L 360.4375,346.59375 L 361,347.96875 L 358.09375,347.96875 L 357.875,351.65625 L 354.75,351.875 L 353.1875,356.75 L 348.5,356.75 L 343.4375,360.46875 L 340.625,364.9375 L 341.09375,365.53125 L 342.46875,372.71875 L 345.78125,376.3125 L 345.21875,380.4375 L 349.375,382.9375 L 349.375,388.46875 L 351.59375,387.34375 L 356.28125,390.40625 L 358.5,391.21875 L 359.03125,387.34375 L 361.8125,386.8125 L 362.625,389.84375 L 365.40625,389.5625 L 365.9375,386.53125 L 372.28125,390.09375 L 373.3125,388 L 376,387.59375 L 376.21875,383.46875 L 375.59375,382.59375 L 374.75,382.40625 L 374.75,380.90625 L 375.375,379.40625 L 374.3125,377.71875 L 374.9375,373.90625 L 377.5,370.90625 L 377.5,366.6875 L 376.4375,361.78125 L 378.34375,361.375 L 378.78125,359.25 L 380.6875,355.625 L 381.75,352.875 L 380.0625,348.625 L 379,345.21875 L 377.5,339.28125 L 377.5,331.3125 L 376.4375,330.96875 L 375.25,328.5 z " class="land departement07"/>
<path d="M 384.9375,329.28125 L 382.1875,331.1875 L 379.84375,332.03125 L 377.5,331.3125 L 377.5,339.28125 L 379,345.21875 L 380.0625,348.625 L 381.75,352.875 L 380.6875,355.625 L 378.78125,359.25 L 378.34375,361.375 L 376.4375,361.78125 L 377.5,366.6875 L 377.5,370.90625 L 374.9375,373.90625 L 374.3125,377.71875 L 375.375,379.40625 L 374.75,380.90625 L 374.75,382.40625 L 375.59375,382.59375 L 376.21875,383.46875 L 376,387.59375 L 378.59375,387.21875 L 379.75,388.59375 L 379.1875,392.5 L 379.96875,393.46875 L 382.875,390.53125 L 385.4375,390.34375 L 386,388.78125 L 382.6875,388.375 L 382.125,384.875 L 384.25,381.5625 L 387,381.34375 L 389.71875,383.90625 L 387,387.59375 L 387.78125,388.96875 L 391.6875,389.375 L 394.21875,387.21875 L 392.84375,390.15625 L 393.25,392.5 L 397.34375,392.875 L 402.8125,393.28125 L 403.59375,395.8125 L 406.53125,397.96875 L 409.0625,398.15625 L 410.8125,396.59375 L 411.8125,393.65625 L 413.375,395.03125 L 414.53125,396.40625 L 415.3125,389.15625 L 413.375,388.78125 L 412.1875,386.25 L 405.5625,384.46875 L 404.75,381.15625 L 407.125,379.59375 L 405.15625,378.21875 L 405.5625,376.46875 L 408.6875,376.65625 L 411.40625,378.03125 L 413.5625,375.5 L 411.40625,373.75 L 411.59375,371.40625 L 412.78125,367.6875 L 416.875,367.28125 L 420.1875,365.9375 L 420.53125,365.15625 L 417,364.75 L 415.75,363.6875 L 413.8125,363.5 L 411.90625,362 L 409.375,360.5 L 406.59375,360.5 L 405.53125,359.4375 L 405.34375,343.53125 L 404.6875,343.53125 L 403.84375,345 L 401.9375,346.28125 L 397.46875,345 L 394.0625,343.9375 L 392.59375,344.375 L 392.15625,343.3125 L 393.21875,340.34375 L 392.78125,337.34375 L 393.65625,335.21875 L 391.53125,332.25 L 388.5625,332.25 L 384.9375,329.28125 z " class="land departement26"/>
<path d="M 149.3125,270.625 L 146.5625,270.8125 L 140.59375,274.4375 L 142.03125,275.75 L 138.90625,278.28125 L 138.53125,280.25 L 135.59375,280.625 L 134.03125,278.875 L 130.125,278.5 L 129.71875,276.53125 L 127.375,274.96875 L 124.0625,276.15625 L 126.21875,279.28125 L 128.9375,279.28125 L 131.6875,281.03125 L 133.84375,282.78125 L 137.9375,282.59375 L 138.71875,284.34375 L 141.4375,284.9375 L 142.4375,287.65625 L 144.1875,288.4375 L 144,290.59375 L 141.65625,290.21875 L 140.875,291.375 L 142.625,293.90625 L 141.65625,298.21875 L 139.3125,298.03125 L 139.5,300.75 L 140.09375,301.71875 L 137.34375,301.71875 L 136.96875,300.15625 L 138.71875,297.8125 L 138.125,296.46875 L 137.15625,295.6875 L 136.75,291 L 133.4375,290.59375 L 130.71875,287.28125 L 130.3125,294.125 L 134.8125,297.4375 L 135.1875,301.15625 L 135.96875,305.4375 L 136.375,309.75 L 138.71875,309.53125 L 142.8125,312.875 L 145.5625,314.4375 L 145.75,316.375 L 147.90625,316.78125 L 154.15625,323.03125 L 155.625,329.78125 L 161.40625,329.78125 L 162.375,328.8125 L 162.5625,331.75 L 167.65625,332.34375 L 168.4375,338.59375 L 171.1875,338.78125 L 175.65625,343.28125 L 178,343.65625 L 180.75,342.28125 L 182.6875,343.65625 L 184.25,340.34375 L 185.8125,337.625 L 181.65625,334.8125 L 180.375,333.09375 L 178.65625,331.1875 L 174.625,331.84375 L 173.34375,331.1875 L 173.15625,330.125 L 175.28125,329.28125 L 175.28125,328.875 L 173.78125,328.4375 L 172.71875,327.59375 L 175.28125,325.46875 L 175.28125,323.96875 L 174,322.6875 L 174.84375,321.84375 L 175.28125,319.71875 L 173.78125,318.25 L 172.5,316.125 L 170.1875,314 L 168.46875,312.9375 L 169.96875,311.21875 L 169.125,311.03125 L 168.90625,306.5625 L 167.1875,305.90625 L 169.53125,304.65625 L 172.3125,304.65625 L 173.5625,303.59375 L 175.90625,303.59375 L 176.34375,304.65625 L 178.46875,304.84375 L 179.9375,304.21875 L 180.375,300.1875 L 182.0625,294.03125 L 182.125,294 L 180.59375,292.53125 L 180.15625,290.40625 L 177.40625,289.125 L 173.78125,286.59375 L 169.3125,287 L 166.5625,283.40625 L 162.53125,283.1875 L 159.34375,280.84375 L 159.34375,279.5625 L 157.21875,277.25 L 157.125,274.375 L 154.1875,272.1875 L 150.46875,273.75 L 149.3125,270.625 z " class="land departement17"/>
 
<path d="M 265.75,307.625 L 264.90625,309.75 L 261.71875,310.375 L 260.46875,312.5 L 258.96875,312.5 L 256.84375,311.875 L 255.34375,314.40625 L 253.03125,314.625 L 251.53125,317.375 L 249.625,317.375 L 248.125,318.875 L 244.3125,318.4375 L 243.03125,320.5625 L 241.5625,320.375 L 239,323.5625 L 236.65625,322.6875 L 235.5625,324.90625 L 236.40625,327.0625 L 238.5625,328.8125 L 234.65625,332.34375 L 234.65625,335.0625 L 236.21875,335.84375 L 234.65625,337.8125 L 236.8125,339.5625 L 235.25,341.5 L 237,342.6875 L 241.28125,342.5 L 241.09375,346.78125 L 242.71875,349.34375 L 243.3125,349.25 L 247.46875,347.3125 L 252.4375,349.53125 L 256.28125,355.03125 L 258.5,354.75 L 261.8125,351.4375 L 262.90625,353.375 L 265.125,351.1875 L 268.15625,352 L 268.25,352.65625 L 270.78125,350.875 L 270,348.9375 L 268.8125,347.75 L 270.375,345.8125 L 271.9375,345.8125 L 272.9375,342.6875 L 273.71875,341.125 L 273.125,337.59375 L 275.65625,334.09375 L 279.1875,331.9375 L 279.375,326.46875 L 281.125,327.4375 L 283.09375,329.59375 L 285.03125,329.59375 L 286.21875,328.21875 L 285.25,325.875 L 286.21875,322.375 L 285.625,319.0625 L 284.4375,317.6875 L 284.4375,314.9375 L 286.21875,312.03125 L 285.8125,309.28125 L 285.375,308.84375 L 283.40625,310.375 L 279.5625,310.375 L 278.3125,312.28125 L 275.96875,312.28125 L 274.0625,310.375 L 273.1875,309.09375 L 268.3125,309.09375 L 267.25,307.625 L 265.75,307.625 z " class="land departement19"/>
<path d="M 256.125,267.875 L 254.96875,271 L 251.4375,270.8125 L 250.65625,270.40625 L 248.3125,270.625 L 246.5625,269.4375 L 243.1875,273.3125 L 243.25,276.1875 L 240.90625,280.84375 L 241.34375,283.1875 L 243.875,283.8125 L 245.59375,288.0625 L 247.28125,289.78125 L 246.65625,297.84375 L 250.25,296.78125 L 251.75,298.6875 L 249.40625,300.59375 L 249.40625,302.53125 L 251.3125,302.71875 L 254.71875,302.53125 L 255.78125,301.03125 L 256.625,301.03125 L 256.21875,303.59375 L 258.96875,304.84375 L 261.53125,306.5625 L 261.53125,307.625 L 260.03125,307.625 L 260.46875,310.15625 L 261.46875,310.78125 L 261.71875,310.375 L 264.90625,309.75 L 265.75,307.625 L 267.25,307.625 L 268.3125,309.09375 L 273.1875,309.09375 L 274.0625,310.375 L 275.96875,312.28125 L 278.3125,312.28125 L 279.5625,310.375 L 283.40625,310.375 L 285.375,308.84375 L 281.3125,304.78125 L 280.9375,303.03125 L 284.65625,300.875 L 286.8125,299.71875 L 287.375,296.96875 L 289.71875,295.21875 L 288.9375,291.5 L 287.375,289.5625 L 287,283.5 L 284.84375,278.4375 L 282.6875,277.65625 L 281.125,274.90625 L 279.75,276.65625 L 278.40625,274.90625 L 278.40625,272.5625 L 276.0625,269.25 L 269.625,270.03125 L 265.90625,269.0625 L 256.125,267.875 z " class="land departement23"/>
<path d="M 239.53125,270.8125 L 237.78125,272.5625 L 232.875,272.1875 L 232.3125,272.0625 L 228.59375,272.75 L 226.4375,274.53125 L 226.4375,276.875 L 222.15625,277.0625 L 219.625,280 L 218.0625,281.15625 L 219.40625,282.71875 L 219.21875,288 L 218.25,289.75 L 219.8125,291.5 L 222.53125,291.71875 L 223.125,294.4375 L 223.3125,296.1875 L 219.8125,296.96875 L 218.0625,297.5625 L 218.4375,302.4375 L 216.09375,304 L 214.125,304.59375 L 213.15625,307.34375 L 211.59375,307.53125 L 210.9375,310.5 L 215.5,310.65625 L 216.5,312.59375 L 215.6875,314.75 L 217.46875,317.09375 L 218.8125,316.71875 L 220.1875,314.75 L 226.4375,315.34375 L 227.4375,319.25 L 231.71875,319.84375 L 232.6875,321.1875 L 229.75,322.5625 L 231.125,323.53125 L 235.25,324.125 L 235.5625,324.90625 L 236.65625,322.6875 L 239,323.5625 L 241.5625,320.375 L 243.03125,320.5625 L 244.3125,318.4375 L 248.125,318.875 L 249.625,317.375 L 251.53125,317.375 L 253.03125,314.625 L 255.34375,314.40625 L 256.84375,311.875 L 258.96875,312.5 L 260.46875,312.5 L 261.46875,310.78125 L 260.46875,310.15625 L 260.03125,307.625 L 261.53125,307.625 L 261.53125,306.5625 L 258.96875,304.84375 L 256.21875,303.59375 L 256.625,301.03125 L 255.78125,301.03125 L 254.71875,302.53125 L 251.3125,302.71875 L 249.40625,302.53125 L 249.40625,300.59375 L 251.75,298.6875 L 250.25,296.78125 L 246.65625,297.84375 L 247.28125,289.78125 L 245.59375,288.0625 L 243.875,283.8125 L 241.34375,283.1875 L 240.90625,280.84375 L 243.25,276.1875 L 243.1875,273.3125 L 242.65625,273.9375 L 239.53125,270.8125 z " class="land departement87"/>
<path d="M 188.75,225.6875 L 185.03125,229.59375 L 184.09375,231.21875 L 184.40625,236.03125 L 186.09375,235.8125 L 186.3125,237.9375 L 186.96875,241.34375 L 188.03125,243.6875 L 186.75,245.15625 L 187.375,246.21875 L 186.53125,247.71875 L 186.53125,248.34375 L 188.03125,250.0625 L 188.03125,251.125 L 187.375,252.8125 L 185.25,256 L 187.375,256.84375 L 188.03125,258.34375 L 187.15625,260.65625 L 186.96875,261.71875 L 185.6875,263.84375 L 185.6875,265.34375 L 186.53125,265.5625 L 186.53125,270.03125 L 188.03125,271.09375 L 187.375,272.5625 L 187.59375,273.84375 L 189.28125,275.75 L 190.15625,274.46875 L 190.15625,273.40625 L 191.84375,272.5625 L 193.125,273.40625 L 193.125,276.59375 L 191.84375,278.09375 L 190.78125,280.625 L 192.25,282.96875 L 195.25,283.8125 L 194.59375,285.75 L 191.8125,286.21875 L 194.375,289.34375 L 197.78125,289.125 L 200.75,288.0625 L 203.75,289.78125 L 204.8125,288.9375 L 204.59375,286.15625 L 206.28125,284.875 L 207.78125,287.4375 L 209.03125,288.71875 L 212.65625,287.21875 L 214.15625,285.53125 L 217.53125,285.53125 L 219.28125,286.40625 L 219.40625,282.71875 L 218.0625,281.15625 L 219.625,280 L 222.15625,277.0625 L 226.4375,276.875 L 226.4375,274.53125 L 228.59375,272.75 L 233.875,271.78125 L 234.25,268.84375 L 232.125,267.6875 L 230.9375,263.59375 L 227.8125,263.1875 L 225.875,261.25 L 222.15625,258.3125 L 222.9375,255.96875 L 222.9375,252.25 L 219.40625,248.75 L 219.03125,246 L 215.6875,242.5 L 214.53125,237.8125 L 213.15625,237.21875 L 211.59375,235.0625 L 210.03125,236.03125 L 210.4375,238.1875 L 205.34375,239.375 L 199.5,239.375 L 199.6875,237.03125 L 199.6875,233.3125 L 195,231.9375 L 195,229.59375 L 191.28125,228.8125 L 190.5,225.6875 L 188.75,225.6875 z " class="land departement86"/>
<path d="M 206.28125,284.875 L 204.59375,286.15625 L 204.8125,288.9375 L 203.75,289.78125 L 200.75,288.0625 L 197.78125,289.125 L 194.375,289.34375 L 191.8125,286.21875 L 191,286.375 L 187.59375,288.0625 L 185.03125,288.71875 L 185.03125,290.1875 L 183.5625,291.90625 L 183.96875,292.96875 L 182.0625,294.03125 L 180.375,300.1875 L 179.9375,304.21875 L 178.46875,304.84375 L 176.34375,304.65625 L 175.90625,303.59375 L 173.5625,303.59375 L 172.3125,304.65625 L 169.53125,304.65625 L 167.1875,305.90625 L 168.90625,306.5625 L 169.125,311.03125 L 169.96875,311.21875 L 168.46875,312.9375 L 170.1875,314 L 172.5,316.125 L 173.78125,318.25 L 175.28125,319.71875 L 174.84375,321.84375 L 174,322.6875 L 175.28125,323.96875 L 175.28125,325.46875 L 172.71875,327.59375 L 173.78125,328.4375 L 175.28125,328.875 L 175.28125,329.28125 L 173.15625,330.125 L 173.34375,331.1875 L 174.625,331.84375 L 178.65625,331.1875 L 180.375,333.09375 L 181.65625,334.8125 L 185.8125,337.625 L 186.40625,336.625 L 190.3125,337.03125 L 192.25,335.25 L 195.78125,331.75 L 195.96875,324.90625 L 205.15625,318.65625 L 205.34375,313.96875 L 208.09375,313.59375 L 209.84375,310.46875 L 210.9375,310.5 L 211.59375,307.53125 L 213.15625,307.34375 L 214.125,304.59375 L 216.09375,304 L 218.4375,302.4375 L 218.0625,297.5625 L 219.8125,296.96875 L 223.3125,296.1875 L 223.125,294.4375 L 222.53125,291.71875 L 219.8125,291.5 L 218.25,289.75 L 219.21875,288 L 219.28125,286.40625 L 217.53125,285.53125 L 214.15625,285.53125 L 212.65625,287.21875 L 209.03125,288.71875 L 207.78125,287.4375 L 206.28125,284.875 z " class="land departement16"/>
<path d="M 181.71875,229.40625 L 176.4375,229.59375 L 171.5625,230.5625 L 166.28125,230.96875 L 166.28125,233.6875 L 163.5625,235.46875 L 157.5,234.09375 L 153.40625,235.84375 L 155.34375,238.59375 L 155.34375,240.9375 L 160.03125,244.84375 L 158.875,247.375 L 162,250.875 L 160.625,252.65625 L 162.5625,255.5625 L 163.15625,261.03125 L 162,262.59375 L 163.375,264.9375 L 162,267.5 L 162.1875,269.0625 L 163.75,267.875 L 165.6875,269.84375 L 162.96875,271.59375 L 162,272.75 L 159.84375,273.34375 L 157.3125,274.53125 L 157.125,274.375 L 157.21875,277.25 L 159.34375,279.5625 L 159.34375,280.84375 L 162.53125,283.1875 L 166.5625,283.40625 L 169.3125,287 L 173.78125,286.59375 L 177.40625,289.125 L 180.15625,290.40625 L 180.59375,292.53125 L 182.125,294 L 183.96875,292.96875 L 183.5625,291.90625 L 185.03125,290.1875 L 185.03125,288.71875 L 187.59375,288.0625 L 191,286.375 L 194.59375,285.75 L 195.25,283.8125 L 192.25,282.96875 L 190.78125,280.625 L 191.84375,278.09375 L 193.125,276.59375 L 193.125,273.40625 L 191.84375,272.5625 L 190.15625,273.40625 L 190.15625,274.46875 L 189.28125,275.75 L 187.59375,273.84375 L 187.375,272.5625 L 188.03125,271.09375 L 186.53125,270.03125 L 186.53125,265.5625 L 185.6875,265.34375 L 185.6875,263.84375 L 186.96875,261.71875 L 187.15625,260.65625 L 188.03125,258.34375 L 187.375,256.84375 L 185.25,256 L 187.375,252.8125 L 188.03125,251.125 L 188.03125,250.0625 L 186.53125,248.34375 L 186.53125,247.71875 L 187.375,246.21875 L 186.75,245.15625 L 188.03125,243.6875 L 186.96875,241.34375 L 186.3125,237.9375 L 186.09375,235.8125 L 184.40625,236.03125 L 184.09375,231.21875 L 183.6875,231.9375 L 182.3125,230.78125 L 181.71875,229.40625 z " class="land departement79"/>
<path d="M 69.78125,123.21875 L 68,124.59375 L 63.53125,125.15625 L 62.53125,126.53125 L 59.40625,124.1875 L 55.3125,126.9375 L 56.875,129.0625 L 54.15625,132.78125 L 54.03125,132.71875 L 52.90625,137.96875 L 55.3125,138.125 L 55.15625,140.21875 L 56.9375,141.34375 L 55.3125,142.96875 L 54.1875,143.78125 L 54.34375,145.6875 L 56.78125,146.5 L 54.5,147.15625 L 54.5,149.5625 L 55.96875,151.5 L 56.28125,157.15625 L 55.3125,158.125 L 56.125,161.03125 L 59.1875,161.84375 L 59.5,163.4375 L 61.4375,163.59375 L 63.0625,162.46875 L 64.03125,163.4375 L 67.75,165.0625 L 70.8125,163.4375 L 71.59375,161.84375 L 74.1875,161.65625 L 77.09375,164.25 L 79.84375,163.59375 L 82.25,166.03125 L 83.375,166.03125 L 84.5,167.46875 L 86.78125,167.46875 L 87.5625,166.34375 L 88.53125,168.4375 L 90.96875,169.40625 L 94.03125,167.46875 L 94.03125,165.375 L 96.28125,164.5625 L 97.71875,164.5625 L 99.5,167.8125 L 103.375,168.125 L 105.3125,165.6875 L 107.40625,161.1875 L 110.15625,160.21875 L 111.59375,158.125 L 113.0625,159.5625 L 116.125,158.9375 L 117.09375,150.0625 L 118.0625,146.5 L 117.09375,144.5625 L 115.46875,143.9375 L 114.375,138.03125 L 113.125,139.4375 L 109.40625,139.03125 L 109.03125,141.1875 L 106.6875,141.375 L 106.5,138.65625 L 104.53125,138.0625 L 103.15625,139.625 L 103.15625,135.71875 L 100.8125,137.46875 L 97.3125,136.875 L 96.125,139.21875 L 88.90625,143.125 L 88.90625,145.09375 L 87.34375,145.09375 L 87.34375,141.5625 L 83.25,139.625 L 83.625,136.09375 L 79.9375,133.375 L 79.9375,130.0625 L 77.1875,129.46875 L 77.375,126.34375 L 75.25,126.15625 L 75.4375,124 L 71.53125,124 L 70.9375,125.9375 L 69.78125,123.21875 z " class="land departement22"/>
<path d="M 138.53125,229.5625 L 137.40625,231.65625 L 134.1875,231.65625 L 135.46875,232.96875 L 134.5,236.1875 L 131.59375,237.15625 L 130.46875,236.34375 L 130.96875,233.125 L 130.15625,231.34375 L 128.375,231.34375 L 127.09375,232.78125 L 127.71875,237.3125 L 129.1875,239.40625 L 127.71875,241.03125 L 125,240.53125 L 120.96875,239.5625 L 119.84375,236.5 L 117.25,236.1875 L 113.875,234.71875 L 113.0625,232.78125 L 109.375,230.375 L 103.5625,237.875 L 103.375,242.5625 L 109.40625,248.40625 L 109.21875,250.15625 L 110.96875,250.15625 L 114.6875,261.3125 L 118.59375,263.25 L 122.5,267.15625 L 127,267.15625 L 128.75,271.0625 L 133.0625,271.0625 L 135,274 L 139.3125,276.15625 L 139.5,273.40625 L 140.59375,274.4375 L 146.5625,270.8125 L 149.3125,270.625 L 150.46875,273.75 L 154.1875,272.1875 L 157.3125,274.53125 L 159.84375,273.34375 L 162,272.75 L 162.96875,271.59375 L 165.6875,269.84375 L 163.75,267.875 L 162.1875,269.0625 L 162,267.5 L 163.375,264.9375 L 162,262.59375 L 163.15625,261.03125 L 162.5625,255.5625 L 160.625,252.65625 L 162,250.875 L 158.875,247.375 L 160.03125,244.84375 L 155.34375,240.9375 L 155.34375,238.59375 L 153.40625,235.84375 L 153.78125,235.6875 L 151.125,233.4375 L 146.125,233.4375 L 144.5,232.46875 L 142.25,232.15625 L 139.65625,229.71875 L 138.53125,229.5625 z " class="land departement85"/>
<path d="M 119.5625,77.5 L 118.78125,79.46875 L 122.90625,82.78125 L 122.90625,87.09375 L 121.34375,89.03125 L 122.3125,90 L 122.90625,90.40625 L 122.5,94.125 L 123.875,97.25 L 128.375,102.3125 L 129.34375,106.8125 L 130.3125,108.1875 L 130.3125,115.21875 L 132.65625,119.90625 L 132.65625,125.375 L 130.125,130.4375 L 132.84375,137.46875 L 137.15625,138.4375 L 137.53125,140.40625 L 135.40625,141.375 L 131.71875,141.375 L 132.3125,143.84375 L 133.46875,147.5625 L 136.8125,150.5 L 138.375,150.875 L 139.9375,148.75 L 141.6875,148.53125 L 143.8125,146 L 145.78125,147.5625 L 148.125,147.5625 L 149.6875,148.34375 L 149.6875,148.71875 L 153,149.125 L 154.96875,147.5625 L 157.875,148.75 L 157.9375,148.875 L 161.28125,146.03125 L 162.40625,142.3125 L 162.09375,140.6875 L 162.5625,138.78125 L 160.625,136.84375 L 155.625,133.59375 L 151.9375,133.28125 L 148.21875,128.59375 L 151.28125,127.46875 L 152.5625,125.0625 L 150.96875,123.59375 L 152.40625,122.3125 L 153.84375,123.4375 L 156.4375,121.84375 L 158.0625,119.25 L 158.6875,116.6875 L 157.5625,114.40625 L 158.21875,113.59375 L 156.75,111.1875 L 158.375,109.09375 L 157.09375,107.46875 L 155.46875,109.5625 L 153.21875,108.28125 L 149.5,104.5625 L 149.34375,102.96875 L 150.46875,101.84375 L 150.125,99.6875 L 148.28125,100.15625 L 148.09375,95.46875 L 143,89.4375 L 144.5625,85.53125 L 146.71875,85.53125 L 144.78125,80.25 L 136.375,79.84375 L 131.875,82.96875 L 126.8125,79.65625 L 119.5625,77.5 z " class="land departement50"/>
 
<path d="M 56,160.59375 L 52.75,162.15625 L 50.46875,162.15625 L 48.0625,164.09375 L 48.21875,165.53125 L 49.65625,169.25 L 50.46875,172.15625 L 55.46875,172.96875 L 57.90625,174.90625 L 58.875,173.75 L 60.46875,175.875 L 59.65625,176.84375 L 59.5,179.71875 L 58.0625,179.71875 L 56.9375,181.5 L 54.65625,181.5 L 53.71875,185.34375 L 55.90625,188.84375 L 59.03125,189.625 L 60.1875,187.875 L 59.625,190 L 62.34375,191.1875 L 65.875,194.6875 L 67.03125,196.84375 L 66.65625,199.375 L 66.25,201.9375 L 68.59375,203.6875 L 69.78125,202.3125 L 68.59375,200.75 L 68.59375,197.25 L 70.9375,197.8125 L 71.71875,195.46875 L 72.3125,196.84375 L 74.84375,199 L 76.03125,197.03125 L 74.84375,194.3125 L 77,197.25 L 79.71875,196.84375 L 79.15625,195.46875 L 81.6875,196.0625 L 83.625,198.40625 L 82.65625,199.96875 L 80.125,199.1875 L 77.1875,197.8125 L 75.625,199.78125 L 77.96875,200.5625 L 79.71875,203.28125 L 90.28125,202.3125 L 93,202.90625 L 91.65625,204.0625 L 91.84375,205.84375 L 92.21875,206.125 L 93.0625,205.96875 L 94.8125,204.21875 L 95.96875,205.5625 L 99.09375,205.5625 L 102.8125,203.625 L 108.28125,201.46875 L 108.46875,196 L 109.625,195.375 L 107.5625,191.5 L 109.34375,190.0625 L 109.03125,189.09375 L 107.90625,188.4375 L 109.65625,187.625 L 111.28125,185.6875 L 111.125,183.75 L 109.03125,183.75 L 108.53125,181.84375 L 110,179.90625 L 108.375,177 L 105.96875,175.53125 L 103.21875,175.53125 L 102.25,175.21875 L 102.25,173.9375 L 103.6875,172.625 L 104.5,169.40625 L 104.03125,167.3125 L 103.375,168.125 L 99.5,167.8125 L 97.71875,164.5625 L 96.28125,164.5625 L 94.03125,165.375 L 94.03125,167.46875 L 90.96875,169.40625 L 88.53125,168.4375 L 87.5625,166.34375 L 86.78125,167.46875 L 84.5,167.46875 L 83.375,166.03125 L 82.25,166.03125 L 79.84375,163.59375 L 77.09375,164.25 L 74.1875,161.65625 L 71.59375,161.84375 L 70.8125,163.4375 L 67.75,165.0625 L 64.03125,163.4375 L 63.0625,162.46875 L 61.4375,163.59375 L 59.5,163.4375 L 59.1875,161.84375 L 56.125,161.03125 L 56,160.59375 z " class="land departement56"/>
<path d="M 40.65625,129.0625 L 38.53125,131.40625 L 36.1875,130.4375 L 31.875,130.84375 L 31.09375,132.78125 L 28.5625,133.375 L 28.15625,131.21875 L 23.6875,131.8125 L 23.6875,133.1875 L 20.5625,133.375 L 19.1875,132.40625 L 17.625,133.1875 L 17.21875,135.53125 L 11.96875,135.71875 L 9.21875,139.03125 L 11.5625,140.78125 L 8.4375,143.34375 L 9.40625,145.09375 L 8.625,149.375 L 11.75,149.78125 L 12.9375,148.59375 L 13.53125,149.375 L 20.9375,148.40625 L 25.8125,144.90625 L 21.53125,149 L 21.90625,150.9375 L 25.8125,149.1875 L 25.03125,151.9375 L 29.34375,152.125 L 29.15625,153.28125 L 24.46875,153.09375 L 20.75,152.125 L 16.25,149.96875 L 13.53125,153.09375 L 17.03125,154.28125 L 16.84375,159.53125 L 17.8125,158.75 L 19.96875,155.4375 L 24.0625,157.78125 L 26.03125,158.1875 L 26.8125,161.3125 L 25.625,163.4375 L 23.09375,163.25 L 20.75,163.25 L 16.84375,163.84375 L 10.1875,164.21875 L 8.84375,166 L 10.78125,167.15625 L 12.9375,166.96875 L 14.6875,168.53125 L 17.21875,168.34375 L 21.34375,173.03125 L 22.3125,178.09375 L 20.9375,180.84375 L 25.03125,181.625 L 29.53125,181.40625 L 30.5,179.65625 L 28.75,177.3125 L 30.5,178.09375 L 32.28125,177.90625 L 35.40625,179.65625 L 37.34375,179.28125 L 37.34375,175.9375 L 38.125,179.28125 L 40.65625,183.375 L 46.125,183.75 L 46.34375,182.59375 L 47.6875,184.53125 L 51.03125,185.125 L 53.5625,185.125 L 53.71875,185.34375 L 54.65625,181.5 L 56.9375,181.5 L 58.0625,179.71875 L 59.5,179.71875 L 59.65625,176.84375 L 60.46875,175.875 L 58.875,173.75 L 57.90625,174.90625 L 55.46875,172.96875 L 50.46875,172.15625 L 49.65625,169.25 L 48.21875,165.53125 L 48.0625,164.09375 L 50.46875,162.15625 L 52.75,162.15625 L 56,160.59375 L 55.3125,158.125 L 56.28125,157.15625 L 55.96875,151.5 L 54.5,149.5625 L 54.5,147.15625 L 56.78125,146.5 L 54.34375,145.6875 L 54.1875,143.78125 L 55.3125,142.96875 L 56.9375,141.34375 L 55.15625,140.21875 L 55.3125,138.125 L 52.90625,137.96875 L 54.03125,132.71875 L 50.8125,130.84375 L 45.34375,131.03125 L 45.34375,134.9375 L 43.78125,134.9375 L 43.40625,133.1875 L 41.0625,133.5625 L 40.65625,129.0625 z " class="land departement29"/>
<path d="M 116.25,135.90625 L 114.375,138.03125 L 115.46875,143.9375 L 117.09375,144.5625 L 118.0625,146.5 L 117.09375,150.0625 L 116.125,158.9375 L 113.0625,159.5625 L 111.59375,158.125 L 110.15625,160.21875 L 107.40625,161.1875 L 105.3125,165.6875 L 104.03125,167.3125 L 104.5,169.40625 L 103.6875,172.625 L 102.25,173.9375 L 102.25,175.21875 L 103.21875,175.53125 L 105.96875,175.53125 L 108.375,177 L 110,179.90625 L 108.53125,181.84375 L 109.03125,183.75 L 111.125,183.75 L 111.28125,185.6875 L 109.65625,187.625 L 107.90625,188.4375 L 109.03125,189.09375 L 109.34375,190.0625 L 107.5625,191.5 L 109.625,195.375 L 113.5625,193.28125 L 125.65625,192.6875 L 126.4375,190.53125 L 128.40625,188.59375 L 132.6875,188 L 132.875,185.84375 L 135.8125,186.25 L 137.5625,188.59375 L 141.5,189.5625 L 142.25,188 L 143.25,184.46875 L 145.78125,178.21875 L 147.15625,177.4375 L 150.46875,177.84375 L 150.46875,172.5625 L 149.09375,171.1875 L 149.09375,165.53125 L 148.5,163.59375 L 148.5,160.46875 L 150.46875,158.5 L 150.46875,154.59375 L 149.5,153.8125 L 149.6875,148.34375 L 148.125,147.5625 L 145.78125,147.5625 L 143.8125,146 L 141.6875,148.53125 L 139.9375,148.75 L 138.375,150.875 L 136.8125,150.5 L 133.46875,147.5625 L 132.3125,143.84375 L 131.71875,141.375 L 122.125,141.375 L 118.59375,139.21875 L 120.9375,136.09375 L 116.25,135.90625 z " class="land departement35"/>
<path d="M 132.875,185.84375 L 132.6875,188 L 128.40625,188.59375 L 126.4375,190.53125 L 125.65625,192.6875 L 113.5625,193.28125 L 108.46875,196 L 108.28125,201.46875 L 102.8125,203.625 L 99.09375,205.5625 L 95.96875,205.5625 L 94.8125,204.21875 L 93.0625,205.96875 L 92.21875,206.125 L 93.21875,206.8125 L 89.5,210.125 L 90.28125,210.90625 L 91.0625,212.46875 L 89.09375,215.21875 L 91.25,216.375 L 94.96875,217.15625 L 95.34375,215.59375 L 97.5,218.34375 L 101.03125,218.34375 L 103.5625,215.59375 L 106.875,215.59375 L 103.375,217.34375 L 103.5625,219.3125 L 104.34375,221.0625 L 102.1875,223.21875 L 99.84375,223.21875 L 100.25,226.15625 L 104.53125,225.375 L 109.625,230.0625 L 109.375,230.375 L 113.0625,232.78125 L 113.875,234.71875 L 117.25,236.1875 L 119.84375,236.5 L 120.96875,239.5625 L 125,240.53125 L 127.71875,241.03125 L 129.1875,239.40625 L 127.71875,237.3125 L 127.09375,232.78125 L 128.375,231.34375 L 130.15625,231.34375 L 130.96875,233.125 L 130.46875,236.34375 L 131.59375,237.15625 L 134.5,236.1875 L 135.46875,232.96875 L 134.1875,231.65625 L 137.40625,231.65625 L 138.53125,229.5625 L 139.65625,229.71875 L 142.25,232.15625 L 144.125,232.40625 L 144.1875,230.375 L 142.5625,228.28125 L 141.125,228.28125 L 140.625,228.4375 L 139.65625,227.96875 L 140.46875,227.15625 L 140.46875,225.6875 L 142.09375,225.21875 L 143.0625,222.96875 L 142.25,222.15625 L 142.09375,219.40625 L 140,219.40625 L 137.90625,216.8125 L 137.90625,214.90625 L 140.15625,213.75 L 144.1875,212.96875 L 150.46875,213.125 L 152.40625,211.8125 L 151.75,207.78125 L 148.84375,205.0625 L 145.3125,205.53125 L 144.34375,204.71875 L 144.1875,201.84375 L 146.75,199.5625 L 144.8125,197.15625 L 143.53125,193.75 L 141.4375,192.46875 L 141.4375,190.21875 L 141.21875,189.5 L 137.5625,188.59375 L 135.8125,186.25 L 132.875,185.84375 z " class="land departement44"/>
<path d="M 141.9375,188.6875 L 141.5,189.5625 L 141.21875,189.5 L 141.4375,190.21875 L 141.4375,192.46875 L 143.53125,193.75 L 144.8125,197.15625 L 146.75,199.5625 L 144.1875,201.84375 L 144.34375,204.71875 L 145.3125,205.53125 L 148.84375,205.0625 L 151.75,207.78125 L 152.40625,211.8125 L 150.46875,213.125 L 144.1875,212.96875 L 140.15625,213.75 L 137.90625,214.90625 L 137.90625,216.8125 L 140,219.40625 L 142.09375,219.40625 L 142.25,222.15625 L 143.0625,222.96875 L 142.09375,225.21875 L 140.46875,225.6875 L 140.46875,227.15625 L 139.65625,227.96875 L 140.625,228.4375 L 141.125,228.28125 L 142.5625,228.28125 L 144.1875,230.375 L 144.125,232.40625 L 144.5,232.46875 L 146.125,233.4375 L 151.125,233.4375 L 153.78125,235.6875 L 157.5,234.09375 L 163.5625,235.46875 L 166.28125,233.6875 L 166.28125,230.96875 L 171.5625,230.5625 L 176.4375,229.59375 L 181.71875,229.40625 L 182.3125,230.78125 L 183.6875,231.9375 L 185.03125,229.59375 L 188.75,225.6875 L 190.25,225.6875 L 192.46875,217.6875 L 195.59375,213.96875 L 195.375,209.6875 L 197.34375,207.125 L 197.34375,205.96875 L 196.375,204.78125 L 197,203.5 L 194.34375,202.46875 L 186.125,197.46875 L 178.53125,195.21875 L 175.625,195.0625 L 175.625,193.125 L 173.84375,191.65625 L 171.9375,191.65625 L 168.375,190.53125 L 166.125,192.78125 L 160.96875,192.96875 L 158.6875,191.65625 L 152.90625,189.90625 L 151.59375,191.5 L 148.375,189.40625 L 145.46875,189.40625 L 141.9375,188.6875 z " class="land departement49"/>
<path d="M 202.4375,151.875 L 197.15625,152.0625 L 191.875,156.9375 L 189.125,156.78125 L 185.46875,157.96875 L 184.34375,159.90625 L 183.84375,164.09375 L 184.1875,166.65625 L 181.28125,169.09375 L 180.46875,170.6875 L 181.125,172.15625 L 180.3125,174.09375 L 180.625,174.90625 L 177.40625,175.21875 L 176.9375,176.65625 L 178.375,180.21875 L 178.21875,181.1875 L 176.9375,182.3125 L 174.1875,182.46875 L 173.84375,183.4375 L 174.5,184.40625 L 174.5,190.21875 L 173.875,191.6875 L 175.625,193.125 L 175.625,195.0625 L 178.53125,195.21875 L 186.125,197.46875 L 194.34375,202.46875 L 197,203.5 L 198.3125,200.875 L 202.21875,203.625 L 204.375,203.625 L 203.1875,199.71875 L 205.5625,201.28125 L 206.90625,199.3125 L 212.5625,197.75 L 211.59375,195.40625 L 212.96875,193.65625 L 215.90625,192.5 L 218.625,188.96875 L 218.625,185.25 L 220.59375,185.25 L 221.375,182.53125 L 221.5625,178.4375 L 219.625,176.65625 L 221.1875,173.9375 L 223.5,171 L 220.78125,169.0625 L 218.25,168.65625 L 215.5,164.5625 L 214.71875,164.5625 L 214.53125,166.5 L 214.34375,165.15625 L 210.25,165.15625 L 208.28125,162.21875 L 204.96875,161.03125 L 204,154 L 202.4375,151.875 z " class="land departement72"/>
<path d="M 182.5,146.40625 L 180.5625,146.59375 L 179.75,148.53125 L 176.84375,149.71875 L 171.5625,148.9375 L 166.28125,152.0625 L 164.34375,150.6875 L 161.40625,152.65625 L 159.25,151.09375 L 157.875,148.75 L 154.96875,147.5625 L 153,149.125 L 149.6875,148.71875 L 149.5,153.8125 L 150.46875,154.59375 L 150.46875,158.5 L 148.5,160.46875 L 148.5,163.59375 L 149.09375,165.53125 L 149.09375,171.1875 L 150.46875,172.5625 L 150.46875,177.84375 L 147.15625,177.4375 L 145.78125,178.21875 L 143.25,184.46875 L 142.25,188 L 141.9375,188.6875 L 145.46875,189.40625 L 148.375,189.40625 L 151.59375,191.5 L 152.90625,189.90625 L 158.6875,191.65625 L 160.96875,192.96875 L 166.125,192.78125 L 168.375,190.53125 L 171.9375,191.65625 L 173.84375,191.65625 L 173.875,191.6875 L 174.5,190.21875 L 174.5,184.40625 L 173.84375,183.4375 L 174.1875,182.46875 L 176.9375,182.3125 L 178.21875,181.1875 L 178.375,180.21875 L 176.9375,176.65625 L 177.40625,175.21875 L 180.625,174.90625 L 180.3125,174.09375 L 181.125,172.15625 L 180.46875,170.6875 L 181.28125,169.09375 L 184.1875,166.65625 L 183.84375,164.09375 L 184.34375,159.90625 L 185.46875,157.96875 L 189.125,156.78125 L 188.5625,156.75 L 187.5625,153.21875 L 185.03125,152.25 L 184.25,147.96875 L 182.5,146.40625 z " class="land departement53"/>
<path d="M 202.65625,97.78125 L 198.09375,98.59375 L 190.65625,102.90625 L 182.28125,106.21875 L 175.625,102.5 L 159.625,100.15625 L 155.90625,98.21875 L 150.125,99.6875 L 150.46875,101.84375 L 149.34375,102.96875 L 149.5,104.5625 L 153.21875,108.28125 L 155.46875,109.5625 L 157.09375,107.46875 L 158.375,109.09375 L 156.75,111.1875 L 158.21875,113.59375 L 157.5625,114.40625 L 158.6875,116.6875 L 158.0625,119.25 L 156.4375,121.84375 L 153.84375,123.4375 L 152.40625,122.3125 L 150.96875,123.59375 L 152.5625,125.0625 L 151.28125,127.46875 L 148.21875,128.59375 L 151.9375,133.28125 L 155.625,133.59375 L 158.46875,135.4375 L 162.40625,134.25 L 165.3125,130.875 L 169.34375,132 L 172.875,129.5625 L 175,128.78125 L 177.25,131.03125 L 180.96875,130.375 L 184.1875,132.15625 L 188.21875,130.875 L 191.90625,128.125 L 194.34375,125.375 L 195.96875,125.0625 L 196.4375,127.15625 L 197.71875,126.84375 L 197.875,125.375 L 201.59375,124.75 L 202.875,125.53125 L 206.84375,124.65625 L 207.5,122.75 L 207.3125,121 L 205.34375,120.21875 L 205.15625,118.84375 L 206.90625,117.6875 L 207.125,115.71875 L 205.9375,111.03125 L 203.59375,107.71875 L 205.5625,106.5625 L 205.5625,105.78125 L 203.59375,105.1875 L 202.65625,97.78125 z " class="land departement14"/>
<path d="M 206.84375,124.65625 L 202.875,125.53125 L 201.59375,124.75 L 197.875,125.375 L 197.71875,126.84375 L 196.4375,127.15625 L 195.96875,125.0625 L 194.34375,125.375 L 191.90625,128.125 L 188.21875,130.875 L 184.1875,132.15625 L 180.96875,130.375 L 177.25,131.03125 L 175,128.78125 L 172.875,129.5625 L 169.34375,132 L 165.3125,130.875 L 162.40625,134.25 L 158.46875,135.4375 L 160.625,136.84375 L 162.5625,138.78125 L 162.09375,140.6875 L 162.40625,142.3125 L 161.28125,146.03125 L 157.9375,148.875 L 159.25,151.09375 L 161.40625,152.65625 L 164.34375,150.6875 L 166.28125,152.0625 L 171.5625,148.9375 L 176.84375,149.71875 L 179.75,148.53125 L 180.5625,146.59375 L 182.5,146.40625 L 184.25,147.96875 L 185.03125,152.25 L 187.5625,153.21875 L 188.5625,156.75 L 191.875,156.9375 L 197.15625,152.0625 L 202.4375,151.875 L 204,154 L 204.96875,161.03125 L 208.28125,162.21875 L 210.25,165.15625 L 214.34375,165.15625 L 214.53125,166.5 L 214.71875,164.5625 L 215.5,164.5625 L 218.25,168.65625 L 220.375,169 L 220.375,164.375 L 219.03125,162.59375 L 218.625,161.03125 L 221.5625,159.28125 L 224.5,158.6875 L 226.4375,156.34375 L 226.0625,149.125 L 221.9375,145.625 L 221.75,142.28125 L 218.25,139.9375 L 219.625,138 L 218.8125,135.0625 L 216.09375,134.09375 L 214.125,132.125 L 212.96875,129.40625 L 207.5,129.21875 L 205.9375,127.25 L 206.84375,124.65625 z " class="land departement61"/>
 
<path d="M 247.15625,126.09375 L 245.96875,127.0625 L 245.96875,130.1875 L 242.0625,132.125 L 242.0625,135.0625 L 240.90625,136.4375 L 236,136.4375 L 233.6875,135.46875 L 226.625,139.15625 L 223.90625,139.15625 L 221.09375,141.84375 L 221.75,142.28125 L 221.9375,145.625 L 226.0625,149.125 L 226.4375,156.34375 L 224.5,158.6875 L 221.5625,159.28125 L 218.625,161.03125 L 219.03125,162.59375 L 220.375,164.375 L 220.375,169 L 220.78125,169.0625 L 223.5,171 L 222.5,172.25 L 224.4375,173.21875 L 227.53125,172.65625 L 229.34375,172.65625 L 229.21875,173.5 L 227.53125,174.46875 L 228.65625,175.3125 L 231.46875,175.3125 L 232.4375,177.5625 L 234.125,178.53125 L 235.375,181.34375 L 239.71875,182.46875 L 242.40625,182.1875 L 244.78125,179.9375 L 246.90625,180.53125 L 247.4375,179.375 L 247.3125,178.125 L 248.4375,177.28125 L 250.25,178.40625 L 251.375,177.5625 L 251.375,176.03125 L 252.90625,175.03125 L 254.3125,175.59375 L 255.5625,177 L 257.8125,175.75 L 260.1875,175.75 L 261.875,173.90625 L 262.875,170.28125 L 264.40625,170 L 264,166.34375 L 265.8125,164.8125 L 265.25,163.6875 L 265.46875,163.3125 L 264.9375,163.375 L 264.53125,158.125 L 264.125,157.53125 L 263.75,155 L 259.65625,154.21875 L 257.875,152.0625 L 257.3125,147.75 L 254.96875,147.375 L 254.5625,145.21875 L 251.84375,143.28125 L 250.46875,139.9375 L 251.84375,137.59375 L 250.46875,136.03125 L 250.46875,134.09375 L 251.25,131.9375 L 249.6875,130.375 L 249.09375,128.03125 L 247.15625,126.09375 z " class="land departement28"/>
<path d="M 318.4375,157.34375 L 316.6875,158.6875 L 309.0625,158.3125 L 305.5625,160.0625 L 304.1875,163 L 305.75,164.75 L 303.40625,167.5 L 301.625,169.625 L 305.15625,172.96875 L 306.125,176.09375 L 308.6875,178.8125 L 308.6875,182.34375 L 303.59375,186.625 L 305.34375,188.59375 L 304.96875,191.5 L 302.21875,193.46875 L 298.3125,193.46875 L 298.90625,195.625 L 301.4375,199.125 L 302.03125,202.25 L 302.625,204.40625 L 301.46875,204.75 L 303.9375,205.3125 L 305.78125,205.3125 L 306.75,203.78125 L 308,203.78125 L 309.40625,205.03125 L 309.125,206.59375 L 310.40625,207.4375 L 312.21875,207.4375 L 314.75,209.125 L 315.875,208.5625 L 317,209.53125 L 318.125,209.25 L 320.0625,208 L 321.90625,208.5625 L 323.15625,208.28125 L 323.15625,204.78125 L 323.84375,204.90625 L 324.28125,206.71875 L 326.53125,208.125 L 326.53125,210.25 L 329.75,210.375 L 333.96875,214.3125 L 336.625,214.4375 L 336.46875,213.1875 L 337.59375,211.5 L 338.59375,212.75 L 337.75,214.15625 L 338.15625,215.4375 L 339.6875,214.4375 L 341.53125,214.4375 L 341.375,217.25 L 343.0625,218.375 L 344.34375,217.8125 L 347.46875,215.6875 L 347.28125,215.28125 L 345.4375,214.15625 L 345.3125,212.1875 L 347.28125,211.21875 L 348.125,210.09375 L 347.5625,209.125 L 347.5625,206.875 L 349.09375,204.625 L 351.34375,199.84375 L 351.75,197.75 L 353.15625,197.1875 L 353.3125,196.78125 L 352.59375,196.21875 L 352.59375,194.53125 L 354.84375,192.84375 L 355.40625,190.03125 L 354.4375,188.375 L 352.875,188.375 L 352.46875,187.9375 L 352.46875,185.5625 L 354.4375,184.15625 L 354.28125,182.75 L 354,181.34375 L 353,183.5 L 351.625,183.3125 L 350.46875,181.15625 L 346.5625,183.125 L 338.75,182.71875 L 337.78125,180.5625 L 335.625,177.65625 L 335.25,174.125 L 332.125,170.40625 L 330.15625,171.78125 L 326.625,169.0625 L 327.21875,163.78125 L 322.15625,158.5 L 319.8125,158.5 L 318.4375,157.34375 z " class="land departement89"/>
<path d="M 423.5,175.5 L 419.8125,176.09375 L 419.21875,178.03125 L 417.25,179.40625 L 415.90625,177.84375 L 414.9375,178.4375 L 415.6875,179.59375 L 413.75,180.78125 L 414.34375,182.34375 L 412.1875,183.125 L 412.1875,185.65625 L 409.4375,185.65625 L 409.25,187.21875 L 406.53125,187.8125 L 406.71875,190.15625 L 408.46875,190.34375 L 407.5,191.5 L 406.90625,195.40625 L 405.15625,195.40625 L 402.21875,196.59375 L 399.09375,195.40625 L 396.375,196.59375 L 396.375,198.5625 L 398.5,198.9375 L 400.0625,202.0625 L 400.28125,203.625 L 397.75,206.5625 L 396.5625,206.9375 L 395.78125,207.90625 L 397.9375,208.90625 L 398.3125,212.03125 L 400.0625,212.21875 L 400.28125,216.125 L 401.0625,216.90625 L 401.15625,217.53125 L 402.65625,217.9375 L 404.34375,219.34375 L 406.875,219.34375 L 407.84375,218.375 L 409.5625,218.4375 L 411.34375,218.5 L 415.28125,215.28125 L 416.40625,215.28125 L 417.65625,214.3125 L 421.71875,214.4375 L 424.8125,211.90625 L 427.0625,211.5 L 427.90625,209.40625 L 429.71875,208.84375 L 431.53125,205.75 L 434.0625,203.78125 L 436.71875,203.375 L 438.6875,204.78125 L 442.34375,204.34375 L 442.34375,202.375 L 443.8125,201.53125 L 444.96875,199.9375 L 447.21875,199.9375 L 448.46875,198.625 L 448.9375,195.5 L 448.9375,193.5625 L 448.09375,190.59375 L 448.09375,188.09375 L 449.625,186.96875 L 451.4375,186.03125 L 451.25,185.65625 L 445,182.34375 L 443.25,180.375 L 441.5,179.21875 L 439.9375,180 L 439.71875,181.15625 L 438.15625,182.125 L 437.1875,182.125 L 434.25,178.8125 L 430.15625,178.8125 L 428.40625,180.1875 L 426.84375,180.375 L 424.3125,178.4375 L 424.5,176.28125 L 423.5,175.5 z " class="land departement70"/>
<path d="M 241.9375,61.5 L 240.65625,63.0625 L 232.28125,69.5 L 217.4375,73.21875 L 207.65625,76.71875 L 199.65625,81.03125 L 194.96875,88.0625 L 194,93.53125 L 197.90625,96.46875 L 203.5625,97.625 L 202.65625,97.78125 L 202.6875,97.9375 L 207.0625,97.375 L 209.3125,94.96875 L 211,94.5625 L 212.9375,97.9375 L 215.625,97.65625 L 216.75,99.59375 L 221.5,99.3125 L 226.28125,102.6875 L 223.1875,103.65625 L 225.4375,105.34375 L 226.84375,105.34375 L 228.09375,108.03125 L 230.34375,108.03125 L 231.03125,106.34375 L 229.34375,105.21875 L 234.125,103.8125 L 239.15625,103.25 L 240.4375,99.59375 L 242.8125,97.5 L 247.3125,97.375 L 252.5,100.03125 L 255.59375,100.375 L 256.125,98.75 L 257.5,96.1875 L 258.28125,94.84375 L 256.3125,94.84375 L 256.3125,91.5 L 255.15625,89.5625 L 255.9375,85.65625 L 256.71875,83.6875 L 255.15625,83.6875 L 255.9375,81.75 L 257.875,79.40625 L 255.9375,75.875 L 255.34375,72.375 L 246.75,63.96875 L 245.78125,62.03125 L 243.625,62.21875 L 241.9375,61.5 z " class="land departement76"/>
<path d="M 211,94.5625 L 209.3125,94.96875 L 207.0625,97.375 L 202.6875,97.9375 L 203.59375,105.1875 L 205.5625,105.78125 L 205.5625,106.5625 L 203.59375,107.71875 L 205.9375,111.03125 L 207.125,115.71875 L 206.90625,117.6875 L 205.15625,118.84375 L 205.34375,120.21875 L 207.3125,121 L 207.5,122.75 L 205.9375,127.25 L 207.5,129.21875 L 212.96875,129.40625 L 214.125,132.125 L 216.09375,134.09375 L 218.8125,135.0625 L 219.625,138 L 218.25,139.9375 L 221.09375,141.84375 L 223.90625,139.15625 L 226.625,139.15625 L 233.6875,135.46875 L 236,136.4375 L 240.90625,136.4375 L 242.0625,135.0625 L 242.0625,132.125 L 245.96875,130.1875 L 245.96875,127.0625 L 247.03125,126.1875 L 246.9375,125.3125 L 247.9375,124.3125 L 246.1875,123.9375 L 246.1875,122.375 L 245.1875,120.8125 L 245.96875,119.84375 L 251.4375,118.28125 L 252.8125,115.9375 L 254,111.625 L 255.4375,109.84375 L 255.75,107.53125 L 257.5,108.5 L 258.875,108.125 L 257.875,106.5625 L 257.3125,102.0625 L 255.5625,100.5 L 255.59375,100.375 L 252.5,100.03125 L 247.3125,97.375 L 242.8125,97.5 L 240.4375,99.59375 L 239.15625,103.25 L 234.125,103.8125 L 229.34375,105.21875 L 231.03125,106.34375 L 230.34375,108.03125 L 228.09375,108.03125 L 226.84375,105.34375 L 225.4375,105.34375 L 223.1875,103.65625 L 226.28125,102.6875 L 221.5,99.3125 L 216.75,99.59375 L 215.625,97.65625 L 212.9375,97.9375 L 211,94.5625 z " class="land departement27"/>
<path d="M 212.1875,196.875 L 212.5625,197.75 L 206.90625,199.3125 L 205.5625,201.28125 L 203.1875,199.71875 L 204.375,203.625 L 202.21875,203.625 L 198.3125,200.875 L 196.375,204.78125 L 197.34375,205.96875 L 197.34375,207.125 L 195.375,209.6875 L 195.59375,213.96875 L 192.46875,217.6875 L 190.25,225.6875 L 190.5,225.6875 L 191.28125,228.8125 L 195,229.59375 L 195,231.9375 L 199.6875,233.3125 L 199.6875,237.03125 L 199.5,239.375 L 205.34375,239.375 L 210.4375,238.1875 L 210.03125,236.03125 L 211.59375,235.0625 L 213.15625,237.21875 L 214.53125,237.8125 L 215.6875,242.5 L 219.03125,246 L 219.40625,248.75 L 222.4375,251.75 L 224.15625,251.59375 L 226.28125,249.625 L 227.8125,241.65625 L 228.78125,238.84375 L 229.5,235.34375 L 232.59375,234.21875 L 234.6875,234.625 L 236.09375,235.90625 L 237.625,233.375 L 239.03125,232.09375 L 239.03125,230.5625 L 240.84375,230.4375 L 241.28125,228.59375 L 239.71875,226.5 L 239.96875,225.625 L 238.875,224.6875 L 235.9375,220.34375 L 232.15625,220.34375 L 231.03125,218.65625 L 231.03125,211.625 L 229.5,207.5625 L 229.21875,202.53125 L 227.25,202.375 L 225,200.6875 L 224.4375,200.6875 L 222.46875,202.09375 L 221.21875,201.25 L 220.9375,199.3125 L 222.34375,198.59375 L 222.46875,197.90625 L 221.65625,197.1875 L 212.1875,196.875 z " class="land departement37"/>
<path d="M 273.71875,160.46875 L 271.1875,162.8125 L 265.46875,163.3125 L 265.25,163.6875 L 265.8125,164.8125 L 264,166.34375 L 264.40625,170 L 262.875,170.28125 L 261.875,173.90625 L 260.1875,175.75 L 257.8125,175.75 L 255.5625,177 L 254.3125,175.59375 L 252.90625,175.03125 L 251.375,176.03125 L 251.375,177.5625 L 250.25,178.40625 L 248.4375,177.28125 L 247.3125,178.125 L 247.4375,179.375 L 246.90625,180.53125 L 247.3125,180.65625 L 248.96875,180.65625 L 248.84375,181.78125 L 247.71875,183.71875 L 247.71875,184.71875 L 248.84375,184.71875 L 249.8125,185.84375 L 250.09375,186.96875 L 247.875,189.1875 L 248.96875,191.875 L 248.96875,193.125 L 250.8125,194.375 L 253.34375,194.65625 L 255,196.0625 L 255.4375,198.46875 L 257.25,200.5625 L 259.21875,200 L 260.0625,198.1875 L 263.15625,198.59375 L 263.84375,199.3125 L 265.8125,199.3125 L 266.78125,198.1875 L 273.9375,198.46875 L 275.625,200.96875 L 277.59375,201.8125 L 279.28125,203.375 L 281.375,203.09375 L 281.9375,202.375 L 283.1875,202.375 L 284.75,204.34375 L 287.96875,204.5 L 288.8125,205.59375 L 291.0625,208.6875 L 292.03125,209.53125 L 293.28125,209.40625 L 293.4375,206.59375 L 294,206.3125 L 294.84375,206.4375 L 296.25,208.28125 L 297.21875,208.6875 L 299.21875,207.875 L 298.90625,207.53125 L 298.71875,205.5625 L 302.625,204.40625 L 302.03125,202.25 L 301.4375,199.125 L 298.90625,195.625 L 298.3125,193.46875 L 302.21875,193.46875 L 304.96875,191.5 L 305.34375,188.59375 L 303.59375,186.625 L 308.6875,182.34375 L 308.6875,178.8125 L 306.125,176.09375 L 305.15625,172.96875 L 301.625,169.625 L 296.75,172.375 L 296.375,170.8125 L 294.21875,170.625 L 293.625,172.1875 L 291.6875,172.5625 L 286.40625,172.375 L 284.25,173.75 L 282.5,172.1875 L 285.625,170.03125 L 285.4375,166.71875 L 283.09375,165.53125 L 281.125,162.59375 L 275.875,162.21875 L 273.71875,160.46875 z " class="land departement45"/>
<path d="M 254.71875,221.4375 L 253.46875,221.875 L 250.9375,221.71875 L 248,222.71875 L 247.3125,224.25 L 247.03125,223.6875 L 243.65625,223.84375 L 241.96875,225.25 L 240,225.53125 L 239.71875,226.5 L 241.28125,228.59375 L 240.84375,230.4375 L 239.03125,230.5625 L 239.03125,232.09375 L 237.625,233.375 L 236.09375,235.90625 L 234.6875,234.625 L 232.59375,234.21875 L 229.5,235.34375 L 228.78125,238.84375 L 227.8125,241.65625 L 226.28125,249.625 L 224.15625,251.59375 L 222.4375,251.75 L 222.9375,252.25 L 222.9375,255.96875 L 222.15625,258.3125 L 225.875,261.25 L 227.8125,263.1875 L 230.9375,263.59375 L 232.125,267.6875 L 234.25,268.84375 L 233.875,271.78125 L 232.3125,272.0625 L 232.875,272.1875 L 237.78125,272.5625 L 239.53125,270.8125 L 242.65625,273.9375 L 246.5625,269.4375 L 248.3125,270.625 L 250.65625,270.40625 L 251.4375,270.8125 L 254.96875,271 L 256.125,267.875 L 265.90625,269.0625 L 269.625,270.03125 L 271.3125,269.84375 L 271.40625,268.28125 L 273.375,266.3125 L 272.96875,264.625 L 271.84375,262.40625 L 272.25,261.5625 L 272.40625,259.03125 L 273.09375,258.1875 L 273.25,257.625 L 271.5625,256.09375 L 271,254.125 L 268.34375,252.71875 L 268.34375,251.03125 L 270.28125,249.90625 L 270.28125,248.78125 L 268.46875,247.25 L 267.90625,246.28125 L 269.3125,245.5625 L 269.1875,244.3125 L 271.40625,242.46875 L 271.28125,241.65625 L 269.46875,241.65625 L 268.34375,240.375 L 268.34375,239.6875 L 269.3125,238 L 269.3125,236.75 L 267.0625,233.78125 L 267.5,231.125 L 266.21875,230.15625 L 263.5625,230.28125 L 261.46875,231.125 L 258.65625,230.71875 L 257.25,229.59375 L 256.96875,228.75 L 259.21875,226.90625 L 259.375,224.6875 L 256.40625,223 L 254.71875,221.4375 z " class="land departement36"/>
<path d="M 222.5,172.25 L 221.1875,173.9375 L 219.625,176.65625 L 221.5625,178.4375 L 221.375,182.53125 L 220.59375,185.25 L 218.625,185.25 L 218.625,188.96875 L 215.90625,192.5 L 212.96875,193.65625 L 211.59375,195.40625 L 212.1875,196.875 L 221.65625,197.1875 L 222.46875,197.90625 L 222.34375,198.59375 L 220.9375,199.3125 L 221.21875,201.25 L 222.46875,202.09375 L 224.4375,200.6875 L 225,200.6875 L 227.25,202.375 L 229.21875,202.53125 L 229.5,207.5625 L 231.03125,211.625 L 231.03125,218.65625 L 232.15625,220.34375 L 235.9375,220.34375 L 238.875,224.6875 L 239.96875,225.625 L 240,225.53125 L 241.96875,225.25 L 243.65625,223.84375 L 247.03125,223.6875 L 247.3125,224.25 L 248,222.71875 L 250.9375,221.71875 L 253.46875,221.875 L 254.71875,221.4375 L 256.40625,223 L 259.375,224.6875 L 261.875,224.53125 L 261.75,222 L 262.875,220.75 L 264,220.625 L 264.96875,221.71875 L 268.90625,221.3125 L 271.40625,219.90625 L 271.125,218.9375 L 270.4375,218.09375 L 270.5625,216.25 L 272.40625,212.90625 L 274.78125,211.90625 L 274.78125,209.8125 L 275.34375,208.5625 L 273.8125,208 L 272.8125,205.875 L 270.28125,205.1875 L 270.15625,204.34375 L 272.6875,202.25 L 275.53125,200.84375 L 273.9375,198.46875 L 266.78125,198.1875 L 265.8125,199.3125 L 263.84375,199.3125 L 263.15625,198.59375 L 260.0625,198.1875 L 259.21875,200 L 257.25,200.5625 L 255.4375,198.46875 L 255,196.0625 L 253.34375,194.65625 L 250.8125,194.375 L 248.96875,193.125 L 248.96875,191.875 L 247.875,189.1875 L 250.09375,186.96875 L 249.8125,185.84375 L 248.84375,184.71875 L 247.71875,184.71875 L 247.71875,183.71875 L 248.84375,181.78125 L 248.96875,180.65625 L 247.3125,180.65625 L 244.78125,179.9375 L 242.40625,182.1875 L 239.71875,182.46875 L 235.375,181.34375 L 234.125,178.53125 L 232.4375,177.5625 L 231.46875,175.3125 L 228.65625,175.3125 L 227.53125,174.46875 L 229.21875,173.5 L 229.34375,172.65625 L 227.53125,172.65625 L 224.4375,173.21875 L 222.5,172.25 z " class="land departement41"/>
 
<path d="M 275.53125,200.84375 L 272.6875,202.25 L 270.15625,204.34375 L 270.28125,205.1875 L 272.8125,205.875 L 273.8125,208 L 275.34375,208.5625 L 274.78125,209.8125 L 274.78125,211.90625 L 272.40625,212.90625 L 270.5625,216.25 L 270.4375,218.09375 L 271.125,218.9375 L 271.40625,219.90625 L 268.90625,221.3125 L 264.96875,221.71875 L 264,220.625 L 262.875,220.75 L 261.75,222 L 261.875,224.53125 L 259.375,224.6875 L 259.21875,226.90625 L 256.96875,228.75 L 257.25,229.59375 L 258.65625,230.71875 L 261.46875,231.125 L 263.5625,230.28125 L 266.21875,230.15625 L 267.5,231.125 L 267.0625,233.78125 L 269.3125,236.75 L 269.3125,238 L 268.34375,239.6875 L 268.34375,240.375 L 269.46875,241.65625 L 271.28125,241.65625 L 271.40625,242.46875 L 269.1875,244.3125 L 269.3125,245.5625 L 267.90625,246.28125 L 268.46875,247.25 L 270.28125,248.78125 L 270.28125,249.90625 L 268.34375,251.03125 L 268.34375,252.71875 L 271,254.125 L 271.5625,256.09375 L 273.25,257.625 L 273.09375,258.1875 L 272.40625,259.03125 L 272.25,261.5625 L 271.84375,262.40625 L 272.96875,264.625 L 273.375,266.3125 L 271.40625,268.28125 L 271.3125,269.84375 L 275.90625,269.28125 L 276.84375,267.28125 L 279.375,264.375 L 284.25,263.375 L 286.8125,264.15625 L 289.53125,262.03125 L 289.34375,260.46875 L 288.375,259.6875 L 288.375,256.5625 L 293.625,251.28125 L 295.59375,253.4375 L 297.34375,251.65625 L 298.90625,251.46875 L 301.625,247.96875 L 306.125,248.34375 L 306.1875,249.40625 L 307.6875,244.625 L 306.71875,242.875 L 306.90625,240.34375 L 307.5,235.25 L 305.34375,233.125 L 305.75,228.4375 L 303.78125,224.3125 L 303.59375,221.59375 L 300.0625,218.84375 L 299.5,216.5 L 301.25,213.96875 L 301.25,210.25 L 299.21875,207.875 L 297.21875,208.6875 L 296.25,208.28125 L 294.84375,206.4375 L 294,206.3125 L 293.4375,206.59375 L 293.28125,209.40625 L 292.03125,209.53125 L 291.0625,208.6875 L 288.8125,205.59375 L 287.96875,204.5 L 284.75,204.34375 L 283.1875,202.375 L 281.9375,202.375 L 281.375,203.09375 L 279.28125,203.375 L 277.59375,201.8125 L 275.625,200.96875 L 275.53125,200.84375 z " class="land departement18"/>
<path d="M 363.375,177.25 L 362.96875,179.78125 L 360.4375,181.15625 L 354,181.34375 L 354.28125,182.75 L 354.4375,184.15625 L 352.46875,185.5625 L 352.46875,187.9375 L 352.875,188.375 L 354.4375,188.375 L 355.40625,190.03125 L 354.84375,192.84375 L 352.59375,194.53125 L 352.59375,196.21875 L 353.3125,196.78125 L 353.15625,197.1875 L 351.75,197.75 L 351.34375,199.84375 L 349.09375,204.625 L 347.5625,206.875 L 347.5625,209.125 L 348.125,210.09375 L 347.28125,211.21875 L 345.3125,212.1875 L 345.4375,214.15625 L 347.28125,215.28125 L 347.96875,216.8125 L 347.6875,218.9375 L 347.28125,220.46875 L 348.25,222.15625 L 351.0625,222.71875 L 352.3125,224.6875 L 352.3125,225.53125 L 351.46875,225.8125 L 351.46875,227.84375 L 351.625,227.90625 L 355.40625,231.8125 L 359.34375,231.6875 L 362.84375,234.34375 L 365.375,236.1875 L 365.5,238.5625 L 368.15625,239.125 L 370.40625,240.9375 L 376.3125,238.84375 L 380.375,237.5625 L 382.1875,237.28125 L 382.75,236.46875 L 384.71875,236.59375 L 386.25,237.5625 L 388.5,237 L 390.75,235.46875 L 392.4375,235.65625 L 392.46875,235.46875 L 393.8125,234.6875 L 393.625,233.6875 L 393.25,232.53125 L 394.21875,230.96875 L 397.53125,229.40625 L 397.53125,227.84375 L 398.71875,226.28125 L 399.875,224.71875 L 399.5,223.34375 L 400.0625,221.1875 L 400.46875,218.0625 L 401.25,218.0625 L 401.0625,216.90625 L 400.28125,216.125 L 400.0625,212.21875 L 398.3125,212.03125 L 397.9375,208.90625 L 395.78125,207.90625 L 396.5625,206.9375 L 397.75,206.5625 L 400.28125,203.625 L 400.0625,202.0625 L 398.5,198.9375 L 396.1875,198.53125 L 395.375,200.5 L 391.09375,201.46875 L 390.6875,200.5 L 387.5625,196.59375 L 385.8125,197.5625 L 383.46875,197.375 L 382.6875,195.8125 L 379.5625,196 L 379.375,192.6875 L 377.625,191.5 L 380.15625,188.78125 L 375.65625,182.71875 L 372.15625,179 L 369.03125,177.25 L 363.375,177.25 z " class="land departement21"/>
<path d="M 306.75,203.78125 L 305.78125,205.3125 L 303.9375,205.3125 L 301.46875,204.75 L 298.71875,205.5625 L 298.90625,207.53125 L 301.25,210.25 L 301.25,213.96875 L 299.5,216.5 L 300.0625,218.84375 L 303.59375,221.59375 L 303.78125,224.3125 L 305.75,228.4375 L 305.34375,233.125 L 307.5,235.25 L 306.90625,240.34375 L 306.71875,242.875 L 307.6875,244.625 L 306.1875,249.40625 L 306.3125,250.875 L 309.65625,252.4375 L 312,255 L 314.125,253.8125 L 316.09375,252.65625 L 316.5,254.40625 L 319.40625,254.40625 L 320.1875,252.84375 L 321.9375,253.625 L 322.53125,256.15625 L 324.09375,255.78125 L 327.8125,250.6875 L 329.75,252.0625 L 330.0625,252.65625 L 333.125,250.75 L 334.375,250.90625 L 335.34375,253.28125 L 337.1875,253 L 338.59375,251.59375 L 340.40625,251.59375 L 341.8125,249.78125 L 343.21875,249.5 L 343.5,248.5 L 346.5625,248.65625 L 346.71875,247.9375 L 345.3125,246.6875 L 345.3125,245.4375 L 347.28125,244.3125 L 347.28125,243.46875 L 345.4375,242.34375 L 345.15625,240.25 L 345.3125,238.28125 L 344.0625,237.4375 L 345.15625,235.90625 L 346.15625,235.34375 L 346.84375,233.65625 L 345.875,233.09375 L 344.75,231.40625 L 346.15625,229.4375 L 348.53125,228.03125 L 351.46875,228.03125 L 351.46875,225.8125 L 352.3125,225.53125 L 352.3125,224.6875 L 351.0625,222.71875 L 348.25,222.15625 L 347.28125,220.46875 L 347.6875,218.9375 L 347.96875,216.8125 L 347.46875,215.6875 L 344.34375,217.8125 L 343.0625,218.375 L 341.375,217.25 L 341.53125,214.4375 L 339.6875,214.4375 L 338.15625,215.4375 L 337.75,214.15625 L 338.59375,212.75 L 337.59375,211.5 L 336.46875,213.1875 L 336.625,214.4375 L 333.96875,214.3125 L 329.75,210.375 L 326.53125,210.25 L 326.53125,208.125 L 324.28125,206.71875 L 323.84375,204.90625 L 323.15625,204.78125 L 323.15625,208.28125 L 321.90625,208.5625 L 320.0625,208 L 318.125,209.25 L 317,209.53125 L 315.875,208.5625 L 314.75,209.125 L 312.21875,207.4375 L 310.40625,207.4375 L 309.125,206.59375 L 309.40625,205.03125 L 308,203.78125 L 306.75,203.78125 z " class="land departement58"/>
<path d="M 351.46875,227.84375 L 351.46875,228.03125 L 348.53125,228.03125 L 346.15625,229.4375 L 344.75,231.40625 L 345.875,233.09375 L 346.84375,233.65625 L 346.15625,235.34375 L 345.15625,235.90625 L 344.0625,237.4375 L 345.3125,238.28125 L 345.15625,240.25 L 345.4375,242.34375 L 347.28125,243.46875 L 347.28125,244.3125 L 345.3125,245.4375 L 345.3125,246.6875 L 346.71875,247.9375 L 346.5625,248.65625 L 343.5,248.5 L 343.21875,249.5 L 341.8125,249.78125 L 340.40625,251.59375 L 338.59375,251.59375 L 337.1875,253 L 335.34375,253.28125 L 334.375,250.90625 L 333.125,250.75 L 330.0625,252.65625 L 333.6875,259.46875 L 333.6875,262.40625 L 334.65625,263.59375 L 337.96875,263.59375 L 339.125,265.15625 L 342.25,265.15625 L 343.625,267.09375 L 343.4375,274.71875 L 339.34375,277.84375 L 339.25,278.0625 L 339.53125,278.03125 L 340.125,278.21875 L 340.3125,281.34375 L 343.25,281.9375 L 343.625,283.3125 L 345.1875,283.3125 L 347.53125,281.9375 L 353.78125,282.90625 L 354.96875,284.09375 L 356.53125,282.53125 L 358.6875,282.53125 L 359.84375,276.28125 L 360.625,275.6875 L 362.5625,275.6875 L 364.9375,277.25 L 366.6875,275.6875 L 367.84375,277.25 L 369.625,275.5 L 371.75,275.3125 L 372.75,278.4375 L 373.5,282.34375 L 374.875,282.53125 L 376.0625,279.78125 L 379.75,265.34375 L 381.125,262.8125 L 383.28125,262.59375 L 385.4375,264.375 L 387,263.96875 L 388.9375,262.59375 L 390.90625,263 L 392.0625,265.53125 L 393.1875,265.96875 L 398.3125,265.34375 L 400.28125,263.78125 L 399.5,262.59375 L 397.15625,261.8125 L 396.9375,259.09375 L 398.90625,257.71875 L 399.6875,254.40625 L 397.9375,251.28125 L 396.75,249.71875 L 397.34375,249.125 L 397.34375,247.1875 L 395.78125,246.1875 L 395.375,244.625 L 399.875,244.0625 L 400.28125,242.5 L 398.90625,242.5 L 397.75,241.125 L 395.59375,241.125 L 393.8125,238.1875 L 392.25,238 L 392.4375,235.65625 L 390.75,235.46875 L 388.5,237 L 386.25,237.5625 L 384.71875,236.59375 L 382.75,236.46875 L 382.1875,237.28125 L 380.375,237.5625 L 376.3125,238.84375 L 370.40625,240.9375 L 368.15625,239.125 L 365.5,238.5625 L 365.375,236.1875 L 362.84375,234.34375 L 359.34375,231.6875 L 355.40625,231.8125 L 351.625,227.90625 L 351.46875,227.84375 z " class="land departement71"/>
<path d="M 401.15625,217.53125 L 401.25,218.0625 L 400.46875,218.0625 L 400.0625,221.1875 L 399.5,223.34375 L 399.875,224.71875 L 398.71875,226.28125 L 397.53125,227.84375 L 397.53125,229.40625 L 394.21875,230.96875 L 393.25,232.53125 L 393.625,233.6875 L 393.8125,234.6875 L 392.46875,235.46875 L 392.25,238 L 393.8125,238.1875 L 395.59375,241.125 L 397.75,241.125 L 398.90625,242.5 L 400.28125,242.5 L 399.875,244.0625 L 395.375,244.625 L 395.78125,246.1875 L 397.34375,247.1875 L 397.34375,249.125 L 396.75,249.71875 L 397.9375,251.28125 L 399.6875,254.40625 L 398.90625,257.71875 L 396.9375,259.09375 L 397.15625,261.8125 L 399.5,262.59375 L 400.28125,263.78125 L 398.3125,265.34375 L 393.1875,265.96875 L 395.59375,266.90625 L 399.5,272.375 L 402.03125,273.53125 L 402.03125,276.28125 L 404.96875,275.875 L 408.6875,271.78125 L 411.8125,273.34375 L 411.8125,275.6875 L 417.46875,275.6875 L 425.59375,266.75 L 425.25,266.5625 L 425.625,262.46875 L 428.5625,258.96875 L 426.59375,258.1875 L 426.78125,257 L 424.40625,256.78125 L 424.25,255.375 L 425.78125,253.84375 L 425.375,252.3125 L 424.53125,250.34375 L 428.03125,249.21875 L 429.3125,247.40625 L 429.59375,245.15625 L 426.78125,242.46875 L 424.8125,241.9375 L 420.46875,240.53125 L 420.46875,236.59375 L 420.1875,233.65625 L 416.6875,233.9375 L 411.21875,232.09375 L 412.0625,230.15625 L 413.3125,227.1875 L 413.75,225.25 L 412.34375,223.40625 L 409.8125,221.71875 L 409.53125,219.625 L 409.5625,218.4375 L 407.84375,218.375 L 406.875,219.34375 L 404.34375,219.34375 L 402.65625,217.9375 L 401.15625,217.53125 z " class="land departement39"/>
<path d="M 337.375,99.3125 L 335.03125,100.3125 L 335.4375,102.25 L 331.3125,102.25 L 327.625,105 L 327.625,110.25 L 330.34375,112.03125 L 331.125,113.78125 L 326.625,114.15625 L 326.0625,115.9375 L 327.8125,117.09375 L 327.03125,118.28125 L 325.28125,119.0625 L 325.65625,120.40625 L 328.1875,120.40625 L 329.1875,121.78125 L 327.4375,122.96875 L 325.875,127.0625 L 322.9375,128.4375 L 321.9375,130.5625 L 320.96875,131.75 L 321.1875,132.90625 L 319.625,133.90625 L 319.21875,136.625 L 320.78125,137.59375 L 321.5625,140.53125 L 320.59375,142.28125 L 321.1875,143.65625 L 324.09375,143.46875 L 324.09375,144.4375 L 324.9375,144.25 L 328.3125,147.8125 L 333.0625,147.03125 L 338.625,143.25 L 341.96875,143.25 L 345.34375,140.875 L 349.3125,138.6875 L 352.28125,138.90625 L 352.6875,142.875 L 356.25,148.21875 L 360.21875,148.21875 L 365.78125,147.03125 L 369.75,148.40625 L 373.90625,145.4375 L 374.5,140.5 L 379.09375,139.71875 L 379,136.625 L 375.28125,133.6875 L 374.875,132.125 L 376.25,129.78125 L 375.0625,128.8125 L 376.25,125.875 L 378.40625,124.90625 L 379.96875,120.03125 L 376.84375,120.21875 L 378.59375,118.28125 L 377.21875,113.96875 L 375.875,111.03125 L 377.625,109.46875 L 376.625,109.28125 L 376.375,107.9375 C 376.33461,107.94351 376.09375,107.96875 376.09375,107.96875 L 374.3125,106.375 L 372.3125,108.375 L 371.71875,108.375 L 370.9375,107.375 L 366.1875,107.1875 L 365.375,108.375 L 364,108.375 L 362.8125,105.78125 L 360.21875,105.78125 L 359.625,106.375 L 357.0625,106.1875 L 353.875,103.8125 L 351.6875,103.21875 L 350.90625,102.03125 L 346.75,99.4375 L 342,99.3125 L 342.0625,101.09375 L 340.6875,101.46875 L 337.375,99.3125 z " class="land departement51"/>
<path d="M 257.21875,80.21875 L 255.9375,81.75 L 255.15625,83.6875 L 256.71875,83.6875 L 255.9375,85.65625 L 255.15625,89.5625 L 256.3125,91.5 L 256.3125,94.84375 L 258.28125,94.84375 L 257.5,96.1875 L 256.125,98.75 L 255.5625,100.5 L 257.3125,102.0625 L 257.875,106.5625 L 258.875,108.125 L 257.5,108.5 L 255.75,107.53125 L 255.4375,109.84375 L 255.5625,109.6875 L 256.3125,111.4375 L 257.5,113.375 L 262.78125,113.78125 L 266.5,113.375 L 269.03125,111.4375 L 272.15625,113.375 L 273.71875,114.5625 L 276.0625,113.96875 L 278.1875,113 L 282.3125,115.15625 L 286.59375,117.6875 L 287.96875,119.0625 L 290.3125,117.5 L 292.25,118.65625 L 293.4375,119.625 L 295.1875,119.4375 L 296.375,117.875 L 299.09375,119.4375 L 302.4375,118.0625 L 304.375,118.65625 L 306.3125,117.09375 L 307.5,116.5 L 307.875,116.78125 L 308.28125,114.125 L 306.875,112.53125 L 304.5,110.9375 L 303.5,112.53125 L 302.90625,112.71875 L 302.71875,109.75 L 304.5,109.34375 L 304.09375,106.59375 L 301.71875,106.1875 L 302.90625,104.1875 L 306.28125,103.40625 L 307.46875,98.65625 L 309.25,97.84375 L 306.875,96.0625 L 307.6875,94.28125 L 308.0625,88.34375 L 307.25,83.75 L 303.125,84.15625 L 300.34375,83.78125 L 295.1875,85.15625 L 290.8125,89.3125 L 287.25,88.125 L 283.6875,87.75 L 280.90625,84.96875 L 275.9375,83.5625 L 269.21875,84.15625 L 267.4375,82.78125 L 263.84375,82.78125 L 261.28125,83.78125 L 260.09375,82.96875 L 260.09375,80.8125 L 259.6875,80.21875 L 257.21875,80.21875 z " class="land departement60"/>
<path d="M 269.25,8.65625 L 258.4375,10.71875 L 249.84375,17.34375 L 249.84375,43.71875 L 249.78125,44.5 L 252.8125,45.21875 L 253.78125,47.375 L 256.125,46.78125 L 257.5,45.03125 L 259.25,45.625 L 262.96875,48.53125 L 264.34375,47.96875 L 265.3125,50.3125 L 268.8125,51.875 L 268.8125,53.8125 L 271.375,54.78125 L 273.90625,53.8125 L 278.78125,53.21875 L 279.96875,54.21875 L 282.3125,53.21875 L 283.46875,55.1875 L 280.5625,57.125 L 280.5625,59.875 L 281.53125,60.84375 L 282.3125,60.65625 L 282.875,59.09375 L 284.65625,57.90625 L 286.40625,59.28125 L 290.5,60.65625 L 292.25,60.65625 L 292.25,58.6875 L 294.8125,60.46875 L 295,62.03125 L 293.8125,63.78125 L 295.96875,62.59375 L 297.75,61.8125 L 298.5,63.1875 L 298.5,64.5625 L 301.4375,63 L 306.125,63 L 306.3125,63.1875 L 307.46875,60.96875 L 306.875,59.96875 L 305.09375,59.59375 L 303.125,59.59375 L 301.9375,59.1875 L 303.90625,58 L 305.6875,58.1875 L 307.46875,58 L 307.6875,54.8125 L 308.875,54.03125 L 309.0625,52.25 L 306.875,50.84375 L 304.3125,50.65625 L 303.71875,50.25 L 305.3125,49.0625 L 305.6875,47.875 L 304.3125,46.90625 L 302.3125,44.5 L 302.53125,43.3125 L 305.09375,42.125 L 305.5,40.75 L 303.71875,39.9375 L 302.71875,37.375 L 299.15625,36.96875 L 295.59375,36 L 295.1875,32.03125 L 297.75,30.4375 L 296.78125,28.4375 L 294.78125,28.4375 L 293.40625,30.625 L 287.25,30.25 L 282.28125,29.03125 L 279.53125,26.0625 L 279.53125,23.6875 L 281.6875,22.6875 L 279.90625,21.3125 L 275.5625,21.125 L 272.96875,14.5625 L 269.25,8.65625 z " class="land departement62"/>
<path d="M 285.78125,4.0625 L 279.53125,7 L 269.78125,8.5625 L 269.25,8.65625 L 272.96875,14.5625 L 275.5625,21.125 L 279.90625,21.3125 L 281.6875,22.6875 L 279.53125,23.6875 L 279.53125,26.0625 L 282.28125,29.03125 L 287.25,30.25 L 293.40625,30.625 L 294.78125,28.4375 L 296.78125,28.4375 L 297.75,30.4375 L 295.1875,32.03125 L 295.59375,36 L 299.15625,36.96875 L 302.71875,37.375 L 303.71875,39.9375 L 305.5,40.75 L 305.09375,42.125 L 302.53125,43.3125 L 302.3125,44.5 L 304.3125,46.90625 L 305.6875,47.875 L 305.3125,49.0625 L 303.71875,50.25 L 304.3125,50.65625 L 306.875,50.84375 L 309.0625,52.25 L 308.875,54.03125 L 307.6875,54.8125 L 307.46875,58 L 305.6875,58.1875 L 303.90625,58 L 301.9375,59.1875 L 303.125,59.59375 L 305.09375,59.59375 L 306.875,59.96875 L 307.46875,60.96875 L 306.3125,63.1875 L 307.875,64.75 L 309.4375,65.15625 L 311,64.15625 L 313.15625,64.15625 L 313.75,65.34375 L 314.53125,65.15625 L 316.875,63.78125 L 319.21875,65.15625 L 322.34375,63 L 323.71875,63 L 325.28125,64.375 L 328.40625,62.21875 L 329.75,62.40625 L 330.9375,63.375 L 335.25,63.78125 L 335.625,65.53125 L 337.78125,63.59375 L 338.9375,63.59375 L 339.71875,66.125 L 343.4375,67.09375 L 344.5,66.375 L 344.1875,66.375 L 344,64.4375 L 347.90625,62.09375 L 347.3125,58.375 L 343.59375,57.40625 L 344.5625,56.40625 L 344.5625,53.6875 L 347.5,51.53125 L 346.71875,49.96875 L 340.46875,45.09375 L 329.53125,45.6875 L 328.375,47.625 L 327,47.625 L 327.1875,40.78125 L 324.0625,37.09375 L 321.71875,37.46875 L 320.34375,35.90625 L 316.4375,37.65625 L 315.09375,36.3125 L 312.34375,35.90625 L 311.5625,33.375 L 311.375,25.5625 L 309.625,24.78125 L 309.40625,23.59375 L 308.25,23.59375 L 307.84375,21.25 L 305.3125,21.46875 L 300.4375,23.03125 L 298.09375,25.9375 L 295.75,25.9375 L 294.1875,24 L 293.59375,21.84375 L 291.65625,19.6875 L 288.90625,19.6875 L 287.75,17.5625 L 287.75,14.21875 L 289.09375,12.09375 L 288.3125,9.15625 L 285.78125,4.0625 z " class="land departement59"/>
 
<path d="M 328.40625,62.21875 L 325.28125,64.375 L 323.71875,63 L 322.34375,63 L 319.21875,65.15625 L 316.875,63.78125 L 314.53125,65.15625 L 313.75,65.34375 L 313.15625,64.15625 L 311,64.15625 L 309.4375,65.15625 L 309.375,65.15625 L 309.84375,67.90625 L 307.28125,70.6875 L 307.28125,73.25 L 305.5,75.25 L 305.90625,77.625 L 306.875,81.59375 L 308.0625,88.34375 L 307.6875,94.28125 L 306.875,96.0625 L 309.25,97.84375 L 307.46875,98.65625 L 306.28125,103.40625 L 302.90625,104.1875 L 301.71875,106.1875 L 304.09375,106.59375 L 304.5,109.34375 L 302.71875,109.75 L 302.90625,112.71875 L 303.5,112.53125 L 304.5,110.9375 L 306.875,112.53125 L 308.28125,114.125 L 307.875,116.78125 L 309.65625,118.0625 L 310.25,122.375 L 315.5,127.4375 L 317.25,128.03125 L 318.25,130.375 L 321.53125,131.0625 L 321.9375,130.5625 L 322.9375,128.4375 L 325.875,127.0625 L 327.4375,122.96875 L 329.1875,121.78125 L 328.1875,120.40625 L 325.65625,120.40625 L 325.28125,119.0625 L 327.03125,118.28125 L 327.8125,117.09375 L 326.0625,115.9375 L 326.625,114.15625 L 331.125,113.78125 L 330.34375,112.03125 L 327.625,110.25 L 327.625,105 L 331.3125,102.25 L 335.4375,102.25 L 335.03125,100.3125 L 337.375,99.3125 L 340.6875,101.46875 L 342.0625,101.09375 L 341.875,94.4375 L 342.46875,92.09375 L 343.25,89.375 L 340.6875,88 L 341.28125,86.4375 L 345,85.65625 L 345,83.125 L 347.9375,81.5625 L 348.71875,79.21875 L 347.75,77.65625 L 347.9375,74.71875 L 349.6875,73.15625 L 347.9375,69.84375 L 348.46875,66.375 L 344.5,66.375 L 343.4375,67.09375 L 339.71875,66.125 L 338.9375,63.59375 L 337.78125,63.59375 L 335.625,65.53125 L 335.25,63.78125 L 330.9375,63.375 L 329.75,62.40625 L 328.40625,62.21875 z " class="land departement02"/>
<path d="M 249.78125,44.5 L 249.25,50.9375 L 253.5625,54.84375 L 253.5625,56.8125 L 248.28125,53.6875 L 241.9375,61.5 L 243.625,62.21875 L 245.78125,62.03125 L 246.75,63.96875 L 255.34375,72.375 L 255.9375,75.875 L 257.875,79.40625 L 257.21875,80.21875 L 259.6875,80.21875 L 260.09375,80.8125 L 260.09375,82.96875 L 261.28125,83.78125 L 263.84375,82.78125 L 267.4375,82.78125 L 269.21875,84.15625 L 275.9375,83.5625 L 280.90625,84.96875 L 283.6875,87.75 L 287.25,88.125 L 290.8125,89.3125 L 295.1875,85.15625 L 300.34375,83.78125 L 303.125,84.15625 L 307.25,83.75 L 306.875,81.59375 L 305.90625,77.625 L 305.5,75.25 L 307.28125,73.25 L 307.28125,70.6875 L 309.84375,67.90625 L 309.375,65.15625 L 307.875,64.75 L 306.125,63 L 301.4375,63 L 298.5,64.5625 L 298.5,63.1875 L 297.75,61.8125 L 295.96875,62.59375 L 293.8125,63.78125 L 295,62.03125 L 294.8125,60.46875 L 292.25,58.6875 L 292.25,60.65625 L 290.5,60.65625 L 286.40625,59.28125 L 284.65625,57.90625 L 282.875,59.09375 L 282.3125,60.65625 L 281.53125,60.84375 L 280.5625,59.875 L 280.5625,57.125 L 283.46875,55.1875 L 282.3125,53.21875 L 279.96875,54.21875 L 278.78125,53.21875 L 273.90625,53.8125 L 271.375,54.78125 L 268.8125,53.8125 L 268.8125,51.875 L 265.3125,50.3125 L 264.34375,47.96875 L 262.96875,48.53125 L 259.25,45.625 L 257.5,45.03125 L 256.125,46.78125 L 253.78125,47.375 L 252.8125,45.21875 L 249.78125,44.5 z " class="land departement80"/>
<path d="M 367.625,55.84375 L 365.65625,58.75 L 363.90625,60.53125 L 363.90625,62.28125 L 363.90625,64.625 L 361.5625,66.1875 L 357.28125,67.5625 L 354.9375,68.53125 L 352.1875,66.375 L 348.46875,66.375 L 347.9375,69.84375 L 349.6875,73.15625 L 347.9375,74.71875 L 347.75,77.65625 L 348.71875,79.21875 L 347.9375,81.5625 L 345,83.125 L 345,85.65625 L 341.28125,86.4375 L 340.6875,88 L 343.25,89.375 L 342.46875,92.09375 L 341.875,94.4375 L 342,99.3125 L 346.75,99.4375 L 350.90625,102.03125 L 351.6875,103.21875 L 353.875,103.8125 L 357.0625,106.1875 L 359.625,106.375 L 360.21875,105.78125 L 362.8125,105.78125 L 364,108.375 L 365.375,108.375 L 366.1875,107.1875 L 370.9375,107.375 L 371.71875,108.375 L 372.3125,108.375 L 374.3125,106.375 L 376.09375,107.96875 C 376.09375,107.96875 376.33461,107.94351 376.375,107.9375 L 376.25,107.125 L 378.59375,105.96875 L 379.75,104.78125 L 379,102.84375 L 378.78125,101.46875 L 380.9375,99.71875 L 381.71875,95.8125 L 379.375,92.875 L 380.15625,91.5 L 382.125,87.8125 L 382.6875,88.59375 L 385.625,88.59375 L 387,89.9375 L 388.75,88.78125 L 390.125,86.53125 L 388.71875,86.3125 L 387.9375,82.40625 L 386.375,81.21875 L 380.90625,80.625 L 379.9375,78.09375 L 378.15625,76.9375 L 371.90625,76.15625 L 371.53125,71.65625 L 372.3125,70.875 L 372.3125,69.125 L 369.1875,67.15625 L 369.78125,65 L 370.5625,63.0625 L 369.1875,61.875 L 371.34375,59.9375 L 371.34375,56.40625 L 370.5625,55.84375 L 367.625,55.84375 z " class="land departement08"/>
<path d="M 349.3125,138.6875 L 345.34375,140.875 L 341.96875,143.25 L 338.625,143.25 L 333.0625,147.03125 L 328.3125,147.8125 L 324.9375,144.25 L 324.09375,144.4375 L 324.09375,145.03125 L 321.375,146.1875 L 321.1875,148.53125 L 319.8125,150.3125 L 319.03125,154.21875 L 318.59375,157.5 L 319.8125,158.5 L 322.15625,158.5 L 327.21875,163.78125 L 326.625,169.0625 L 330.15625,171.78125 L 332.125,170.40625 L 335.25,174.125 L 335.625,177.65625 L 337.78125,180.5625 L 338.75,182.71875 L 346.5625,183.125 L 350.46875,181.15625 L 351.625,183.3125 L 353,183.5 L 354,181.34375 L 360.4375,181.15625 L 362.96875,179.78125 L 363.375,177.25 L 369.03125,177.25 L 369.8125,177.6875 L 369.15625,175.1875 L 367.5625,174.1875 L 369.75,172.21875 L 373.125,172 L 374.3125,170.21875 L 374.09375,163.09375 L 373.3125,158.9375 L 369.9375,157.75 L 366.375,152.78125 L 366.5625,149.8125 L 367.59375,147.65625 L 365.78125,147.03125 L 360.21875,148.21875 L 356.25,148.21875 L 352.6875,142.875 L 352.28125,138.90625 L 349.3125,138.6875 z " class="land departement10"/>
<path d="M 379.09375,139.71875 L 374.5,140.5 L 373.90625,145.4375 L 369.75,148.40625 L 367.59375,147.65625 L 366.5625,149.8125 L 366.375,152.78125 L 369.9375,157.75 L 373.3125,158.9375 L 374.09375,163.09375 L 374.3125,170.21875 L 373.125,172 L 369.75,172.21875 L 367.5625,174.1875 L 369.15625,175.1875 L 369.8125,177.6875 L 372.15625,179 L 375.65625,182.71875 L 380.15625,188.78125 L 377.625,191.5 L 379.375,192.6875 L 379.5625,196 L 382.6875,195.8125 L 383.46875,197.375 L 385.8125,197.5625 L 387.5625,196.59375 L 390.6875,200.5 L 391.09375,201.46875 L 395.375,200.5 L 396.1875,198.53125 L 396.375,198.5625 L 396.375,196.59375 L 399.09375,195.40625 L 402.21875,196.59375 L 405.15625,195.40625 L 406.90625,195.40625 L 407.5,191.5 L 408.46875,190.34375 L 406.71875,190.15625 L 406.53125,187.8125 L 409.25,187.21875 L 409.4375,185.65625 L 412.1875,185.65625 L 412.1875,183.125 L 414.34375,182.34375 L 413.75,180.78125 L 414.34375,180.40625 L 412.5625,179 L 410.4375,179.78125 L 410.4375,175.6875 L 404.96875,172.96875 L 406.125,167.6875 L 407.875,166.5 L 407.3125,164.75 L 404.75,164.375 L 404.1875,161.8125 L 401.84375,161.8125 L 399.09375,158.125 L 395.96875,157.90625 L 394.625,155.96875 L 396.375,154.21875 L 392.25,149.71875 L 390.5,149.125 L 385.8125,146.78125 L 383.28125,144.0625 L 379.1875,143.46875 L 379.09375,139.71875 z " class="land departement52"/>
<path d="M 480.71875,112.28125 L 477,113.3125 L 475.28125,116.3125 L 475.28125,119.25 L 473.71875,120.625 L 472.34375,120.625 L 469.8125,118.84375 L 467.84375,120.21875 L 465.5,120.21875 L 463.5625,118.28125 L 459.84375,117.6875 L 457.6875,116.71875 L 456.90625,113.78125 L 455.15625,115.71875 L 454.1875,120.21875 L 451.625,121 L 451.625,123.53125 L 454.1875,124.71875 L 456.125,126.09375 L 455.34375,127.84375 L 457.125,129 L 460.25,126.65625 L 465.6875,129.78125 L 463.375,134.09375 L 463.5625,135.46875 L 465.125,137.03125 L 463.9375,141.125 L 460.03125,145.03125 L 457.875,144.84375 L 459.25,146.1875 L 458.46875,149.71875 L 459.25,155 L 462.96875,155.96875 L 462.65625,156.6875 L 465.59375,156.53125 L 467.3125,158.625 L 468.84375,160.53125 L 472.6875,160.34375 L 474.40625,165.3125 L 477.40625,166.625 L 477.375,166 L 482.46875,156.03125 L 481.875,150.375 L 484.21875,142.75 L 484.8125,136.09375 L 489.875,132.40625 L 489.875,130.0625 L 491.84375,127.5 L 493.40625,127.5 L 495.15625,125.75 L 494.78125,122.4375 L 496.53125,117.75 L 499.25,117.15625 L 496.53125,115 L 491.65625,114.4375 L 487.34375,112.28125 L 484.40625,114.03125 L 482.84375,112.28125 L 480.71875,112.28125 z " class="land departement67"/>
<path d="M 401.59375,88.4375 L 399.25,90.59375 L 395.9375,90.78125 L 394.78125,91.96875 L 394.53125,91.96875 L 394.40625,94.3125 L 395.5625,96.21875 L 395.15625,97.375 L 394.78125,98.71875 L 394.96875,99.46875 L 395.9375,98.71875 L 396.875,97 L 398.8125,96.8125 L 402.0625,95.84375 L 403.78125,97.1875 L 404.53125,98.71875 L 405.125,100.4375 L 405.125,102.15625 L 406.0625,102.9375 L 406.0625,104.25 L 405.125,105.40625 L 404.9375,107.90625 L 405.6875,109.0625 L 405.875,110.59375 L 406.0625,113.0625 L 407.21875,114.03125 L 408.9375,114.78125 L 408.1875,116.3125 L 410.28125,118.25 L 408.375,120.34375 L 408.75,121.6875 L 410.65625,122.625 L 410.65625,123.59375 L 408.375,123.59375 L 407.40625,124.9375 L 407.59375,125.90625 L 409.125,127.4375 L 407.8125,131.0625 L 406.28125,134.5 L 407.03125,136.625 L 407.03125,140.0625 L 407.8125,141.78125 L 408.9375,141.78125 L 409.53125,142.75 L 407.8125,142.75 L 406.28125,143.5 L 406.28125,144.65625 L 408.1875,146.375 L 408.1875,149.0625 L 410.09375,148.46875 L 412.96875,148.65625 L 413.15625,151.71875 L 414.3125,152.125 L 412.96875,153.0625 L 412.78125,154.03125 L 414.875,154.40625 L 416.21875,156.125 L 422.53125,155.75 L 423.875,153.25 L 426.75,153.25 L 427.90625,152.3125 L 429.8125,153.46875 L 431.53125,152.875 L 434.03125,153.0625 L 436.125,152.3125 L 438.21875,150.78125 L 439.375,151.9375 L 439.5625,149.25 L 441.09375,148.65625 L 441.875,151.15625 L 444.15625,151.34375 L 446.46875,151.9375 L 447.40625,152.125 L 450.6875,150.59375 L 452.40625,149.4375 L 453.9375,147.53125 L 457,146.375 L 459,145.9375 L 457.875,144.84375 L 460.03125,145.03125 L 460.4375,144.625 L 458.125,143.875 L 454.875,141.59375 L 452,139.46875 L 448.5625,139.46875 L 444.9375,137.375 L 442.0625,137.1875 L 442.0625,136.40625 L 437.65625,133.75 L 432.6875,131.625 L 430.1875,131.625 L 429.25,128.96875 L 425.40625,124.15625 L 421.59375,124.15625 L 420.0625,122.0625 L 417,122.0625 L 417.1875,119 L 413.15625,116.5 L 413.34375,114.03125 L 415.46875,114.03125 L 415.46875,111.90625 L 416.21875,110.375 L 414.5,108.65625 L 416.03125,106 L 414.875,102.9375 L 413.9375,102.15625 L 411.4375,96.8125 L 412.40625,95.28125 C 412.40625,95.28125 412.32712,94.02401 412.25,92.34375 L 409.625,92.34375 L 406.09375,88.4375 L 401.59375,88.4375 z " class="land departement54"/>
<path d="M 307.5,116.5 L 306.3125,117.09375 L 304.375,118.65625 L 302.4375,118.0625 L 299.09375,119.4375 L 296.375,117.875 L 295.1875,119.4375 L 293.4375,119.625 L 292.25,118.65625 L 290.3125,117.5 L 287.96875,119.0625 L 287.875,118.96875 L 287.03125,124.375 L 288.1875,131.25 L 288.1875,135.84375 L 286.65625,139.6875 L 287.03125,142.34375 L 285.3125,143.6875 L 286.25,148.875 L 285.5,150 L 284.9375,155.1875 L 286.25,156.90625 L 281.875,159.78125 L 281.875,163.71875 L 283.09375,165.53125 L 285.4375,166.71875 L 285.625,170.03125 L 282.5,172.1875 L 284.25,173.75 L 286.40625,172.375 L 291.6875,172.5625 L 293.625,172.1875 L 294.21875,170.625 L 296.375,170.8125 L 296.75,172.375 L 301.625,169.625 L 303.40625,167.5 L 305.75,164.75 L 304.1875,163 L 305.5625,160.0625 L 309.0625,158.3125 L 316.6875,158.6875 L 318.4375,157.34375 L 318.59375,157.5 L 319.03125,154.21875 L 319.8125,150.3125 L 321.1875,148.53125 L 321.375,146.1875 L 324.09375,145.03125 L 324.09375,143.46875 L 321.1875,143.65625 L 320.59375,142.28125 L 321.5625,140.53125 L 320.78125,137.59375 L 319.21875,136.625 L 319.625,133.90625 L 321.1875,132.90625 L 320.96875,131.75 L 321.53125,131.0625 L 318.25,130.375 L 317.25,128.03125 L 315.5,127.4375 L 310.25,122.375 L 309.65625,118.0625 L 307.5,116.5 z " class="land departement77"/>
<path d="M 465.59375,156.53125 L 462.65625,156.6875 L 460.8125,160.84375 L 458.46875,165.53125 L 459.0625,168.46875 L 457.125,172.96875 L 453.78125,175.875 L 453.59375,183.5 L 451.15625,185.59375 L 451.25,185.65625 L 452.03125,187.21875 L 455.15625,187.40625 L 458.6875,190.15625 L 459.25,191.5 L 459.0625,193.84375 L 458.09375,195.625 L 458.46875,197.96875 L 461.21875,197.5625 L 461.8125,199.71875 L 462.78125,203.875 L 465.09375,203.5 L 464.6875,205.625 L 466.0625,206.8125 L 473.28125,206.625 L 477,203.6875 L 477.1875,199.375 L 479.15625,196.84375 L 476.59375,193.90625 L 475.25,190.78125 L 476.8125,188.65625 L 476.8125,183.75 L 477.78125,181.40625 L 477.78125,177.5 L 479.53125,174.96875 L 477.59375,172.25 L 477.40625,166.625 L 474.40625,165.3125 L 472.6875,160.34375 L 468.84375,160.53125 L 467.3125,158.625 L 465.59375,156.53125 z " class="land departement68"/>
 
<path d="M 390.125,86.53125 L 388.75,88.78125 L 387,89.9375 L 385.625,88.59375 L 382.6875,88.59375 L 382.125,87.8125 L 380.15625,91.5 L 379.375,92.875 L 381.71875,95.8125 L 380.9375,99.71875 L 378.78125,101.46875 L 379,102.84375 L 379.75,104.78125 L 378.59375,105.96875 L 376.25,107.125 L 376.625,109.28125 L 377.625,109.46875 L 375.875,111.03125 L 377.21875,113.96875 L 378.59375,118.28125 L 376.84375,120.21875 L 379.96875,120.03125 L 378.40625,124.90625 L 376.25,125.875 L 375.0625,128.8125 L 376.25,129.78125 L 374.875,132.125 L 375.28125,133.6875 L 379,136.625 L 379.1875,143.46875 L 383.28125,144.0625 L 385.8125,146.78125 L 390.5,149.125 L 392.25,149.71875 L 396.375,154.21875 L 395.9375,154.65625 L 399.375,154.21875 L 399.375,152.5 L 403.21875,151.71875 L 403.21875,150.40625 L 404.15625,150.40625 L 404.15625,151.53125 L 407.21875,150.59375 L 408.40625,149 L 408.1875,149.0625 L 408.1875,146.375 L 406.28125,144.65625 L 406.28125,143.5 L 407.8125,142.75 L 409.53125,142.75 L 408.9375,141.78125 L 407.8125,141.78125 L 407.03125,140.0625 L 407.03125,136.625 L 406.28125,134.5 L 407.8125,131.0625 L 409.125,127.4375 L 407.59375,125.90625 L 407.40625,124.9375 L 408.375,123.59375 L 410.65625,123.59375 L 410.65625,122.625 L 408.75,121.6875 L 408.375,120.34375 L 410.28125,118.25 L 408.1875,116.3125 L 408.9375,114.78125 L 407.21875,114.03125 L 406.0625,113.0625 L 405.875,110.59375 L 405.6875,109.0625 L 404.9375,107.90625 L 405.125,105.40625 L 406.0625,104.25 L 406.0625,102.9375 L 405.125,102.15625 L 405.125,100.4375 L 404.53125,98.71875 L 403.78125,97.1875 L 402.0625,95.84375 L 398.8125,96.8125 L 396.875,97 L 395.9375,98.71875 L 394.96875,99.46875 L 394.78125,98.71875 L 395.15625,97.375 L 395.5625,96.21875 L 394.40625,94.3125 L 394.53125,91.96875 L 393.59375,91.96875 L 392.8125,88.25 L 391.25,86.6875 L 390.125,86.53125 z " class="land departement55"/>
<path d="M 423.09375,90.40625 L 420.15625,90.59375 L 417.8125,92.5625 L 417.21875,93.53125 L 413.90625,93.53125 L 412.75,92.34375 L 412.25,92.34375 C 412.32712,94.02401 412.40625,95.28125 412.40625,95.28125 L 411.4375,96.8125 L 413.9375,102.15625 L 414.875,102.9375 L 416.03125,106 L 414.5,108.65625 L 416.21875,110.375 L 415.46875,111.90625 L 415.46875,114.03125 L 413.34375,114.03125 L 413.15625,116.5 L 417.1875,119 L 417,122.0625 L 420.0625,122.0625 L 421.59375,124.15625 L 425.40625,124.15625 L 429.25,128.96875 L 430.1875,131.625 L 432.6875,131.625 L 437.65625,133.75 L 442.0625,136.40625 L 442.0625,137.1875 L 444.9375,137.375 L 448.5625,139.46875 L 452,139.46875 L 454.875,141.59375 L 458.125,143.875 L 460.4375,144.625 L 463.9375,141.125 L 465.125,137.03125 L 463.5625,135.46875 L 463.375,134.09375 L 465.6875,129.78125 L 460.25,126.65625 L 457.125,129 L 455.34375,127.84375 L 456.125,126.09375 L 454.1875,124.71875 L 451.625,123.53125 L 451.625,121 L 454.1875,120.21875 L 455.15625,115.71875 L 456.90625,113.78125 L 457.6875,116.71875 L 459.84375,117.6875 L 463.5625,118.28125 L 465.5,120.21875 L 467.84375,120.21875 L 469.8125,118.84375 L 472.34375,120.625 L 473.71875,120.625 L 475.28125,119.25 L 475.28125,116.3125 L 477,113.3125 L 476.59375,113.4375 L 475.25,111.5 L 471.34375,109.15625 L 469.96875,107 L 465.28125,107.40625 L 462.53125,109.9375 L 455.90625,110.125 L 453.9375,108.75 C 453.80551,108.51057 452.84437,106.81438 452,106.34375 C 451.96729,106.32639 451.91355,106.29802 451.875,106.28125 C 451.84646,106.26959 451.80512,106.25698 451.78125,106.25 C 451.77058,106.24458 451.73002,106.22452 451.71875,106.21875 C 451.71591,106.21876 451.69093,106.21861 451.6875,106.21875 C 451.66248,106.21745 451.61378,106.21875 451.59375,106.21875 C 450.67823,106.21876 448.90565,105.19125 448.6875,105.0625 L 445.9375,106.21875 L 445.75,108.5625 L 442.4375,108.96875 L 440.46875,105.25 L 439.3125,104.84375 L 439.3125,102.125 L 436.5625,100.9375 L 436.375,96.25 L 434.40625,94.3125 L 430.3125,92.34375 L 428.375,92.34375 L 427.78125,92.75 L 425.8125,92.75 L 423.09375,90.40625 z " class="land departement57"/>
<path d="M 459,145.9375 L 457,146.375 L 453.9375,147.53125 L 452.40625,149.4375 L 450.6875,150.59375 L 447.40625,152.125 L 446.46875,151.9375 L 444.15625,151.34375 L 441.875,151.15625 L 441.09375,148.65625 L 439.5625,149.25 L 439.375,151.9375 L 438.21875,150.78125 L 436.125,152.3125 L 434.03125,153.0625 L 431.53125,152.875 L 429.8125,153.46875 L 427.90625,152.3125 L 426.75,153.25 L 423.875,153.25 L 422.53125,155.75 L 416.21875,156.125 L 414.875,154.40625 L 412.78125,154.03125 L 412.96875,153.0625 L 414.3125,152.125 L 413.15625,151.71875 L 412.96875,148.65625 L 410.09375,148.46875 L 408.40625,149 L 407.21875,150.59375 L 404.15625,151.53125 L 404.15625,150.40625 L 403.21875,150.40625 L 403.21875,151.71875 L 399.375,152.5 L 399.375,154.21875 L 395.9375,154.65625 L 394.625,155.96875 L 395.96875,157.90625 L 399.09375,158.125 L 401.84375,161.8125 L 404.1875,161.8125 L 404.75,164.375 L 407.3125,164.75 L 407.875,166.5 L 406.125,167.6875 L 404.96875,172.96875 L 410.4375,175.6875 L 410.4375,179.78125 L 412.5625,179 L 414.34375,180.40625 L 415.6875,179.59375 L 414.9375,178.4375 L 415.90625,177.84375 L 417.25,179.40625 L 419.21875,178.03125 L 419.8125,176.09375 L 423.5,175.5 L 424.5,176.28125 L 424.3125,178.4375 L 426.84375,180.375 L 428.40625,180.1875 L 430.15625,178.8125 L 434.25,178.8125 L 437.1875,182.125 L 438.15625,182.125 L 439.71875,181.15625 L 439.9375,180 L 441.5,179.21875 L 443.25,180.375 L 445,182.34375 L 451.15625,185.59375 L 453.59375,183.5 L 453.78125,175.875 L 457.125,172.96875 L 459.0625,168.46875 L 458.46875,165.53125 L 460.8125,160.84375 L 462.96875,155.96875 L 459.25,155 L 458.46875,149.71875 L 459.25,146.1875 L 459,145.9375 z " class="land departement88"/>
<path d="M 274.21875,136.40625 L 272.46875,137.1875 L 270.5625,137.9375 L 270.1875,140.0625 L 267.3125,141.40625 L 266.9375,143.5 L 268.28125,145.8125 L 266.34375,148.46875 L 263.5,148.46875 L 264.625,150.1875 L 263.28125,151.71875 L 262.8125,154.8125 L 263.75,155 L 264.125,157.53125 L 264.53125,158.125 L 264.9375,163.375 L 271.1875,162.8125 L 273.71875,160.46875 L 275.875,162.21875 L 281.125,162.59375 L 281.875,163.71875 L 281.875,159.78125 L 286.25,156.90625 L 284.9375,155.1875 L 285.5,150 L 286.25,148.875 L 285.3125,143.6875 L 287.03125,142.34375 L 286.6875,139.90625 L 284.53125,138.90625 L 280.90625,138.90625 L 278.8125,137.75 L 277.28125,138.53125 L 274.21875,136.40625 z " class="land departement91"/>
<path d="M 251.5,118.15625 L 251.4375,118.28125 L 245.96875,119.84375 L 245.1875,120.8125 L 246.1875,122.375 L 246.1875,123.9375 L 247.9375,124.3125 L 246.9375,125.3125 L 247.03125,126.1875 L 247.15625,126.09375 L 249.09375,128.03125 L 249.6875,130.375 L 251.25,131.9375 L 250.46875,134.09375 L 250.46875,136.03125 L 251.84375,137.59375 L 250.46875,139.9375 L 251.84375,143.28125 L 254.5625,145.21875 L 254.96875,147.375 L 257.3125,147.75 L 257.875,152.0625 L 259.65625,154.21875 L 262.8125,154.8125 L 263.28125,151.71875 L 264.625,150.1875 L 263.5,148.46875 L 266.34375,148.46875 L 268.28125,145.8125 L 266.9375,143.5 L 267.3125,141.40625 L 270.1875,140.0625 L 270.5625,137.9375 L 272.46875,137.1875 L 274.21875,136.40625 L 274.5625,136.625 L 274.5625,136.40625 L 272.8125,134.4375 L 271.71875,131.46875 L 273.46875,127.65625 L 272.59375,124.78125 L 269.1875,122.71875 L 264.375,122.5 L 259.875,119.625 L 256.25,120.28125 L 251.5,118.15625 z " class="land departement78"/>
<path d="M 255.5625,109.6875 L 254,111.625 L 252.8125,115.9375 L 251.5,118.15625 L 256.25,120.28125 L 259.875,119.625 L 264.375,122.5 L 269.1875,122.71875 L 272.59375,124.78125 L 273.46875,127.65625 L 273.4375,127.71875 L 273.8125,127.65625 L 277.3125,125.78125 L 282.5625,125.4375 L 285.4375,124.125 L 287.28125,122.8125 L 287.875,118.96875 L 286.59375,117.6875 L 282.3125,115.15625 L 278.1875,113 L 276.0625,113.96875 L 273.71875,114.5625 L 272.15625,113.375 L 269.03125,111.4375 L 266.5,113.375 L 262.78125,113.78125 L 257.5,113.375 L 256.3125,111.4375 L 255.5625,109.6875 z " class="land departement95"/>
<path d="M 287.28125,122.8125 L 285.4375,124.125 L 282.5625,125.4375 L 277.3125,125.78125 L 277.46875,126.5 L 277.90625,126.59375 L 278.3125,127.21875 L 277.90625,128.09375 L 277.375,128.1875 L 277.75,129.09375 L 280.28125,129.0625 L 281.09375,130.3125 L 281.25,132.0625 L 282.125,131.9375 L 282.9375,131.28125 L 284.15625,131.34375 L 285.6875,132.21875 L 286.5625,133.1875 L 286.96875,133.375 L 287.21875,133.84375 L 288.1875,134.09375 L 288.1875,131.25 L 287.03125,124.375 L 287.28125,122.8125 z " class="land departement93"/>
<path d="M 280.28125,129.0625 L 277.75,129.09375 L 276.625,129.59375 L 276.15625,130.21875 L 275.125,130.28125 L 274.1875,131.34375 L 274.21875,131.9375 L 274.4375,132.625 L 276,133.0625 L 277.90625,134.03125 L 279.125,134.09375 L 279.9375,133.875 L 280.78125,133.28125 L 281.0625,133.53125 L 282.875,133.78125 L 283.1875,133.125 L 283.1875,132.46875 L 282.875,132.34375 L 281.625,132.40625 L 281.71875,132.71875 L 281.5,132.90625 L 281.09375,132.90625 L 281.25,132.5 L 281.3125,132.0625 L 281.25,132.0625 L 281.09375,130.3125 L 280.28125,129.0625 z " class="land departement75"/>
<path d="M 277.3125,125.78125 L 273.8125,127.65625 L 273.4375,127.71875 L 271.71875,131.46875 L 272.8125,134.4375 L 274.5625,136.40625 L 274.5625,136.625 L 277.28125,138.53125 L 277.9375,138.1875 L 277.4375,137.25 L 277.9375,135.78125 L 277.625,135.25 L 277.96875,134.03125 L 277.90625,134.03125 L 276,133.0625 L 274.4375,132.625 L 274.21875,131.9375 L 274.1875,131.34375 L 275.125,130.28125 L 276.15625,130.21875 L 276.625,129.59375 L 277.75,129.09375 L 277.375,128.1875 L 277.90625,128.09375 L 278.3125,127.21875 L 277.90625,126.59375 L 277.46875,126.5 L 277.3125,125.78125 z " class="land departement92"/>
 
<path d="M 282.9375,131.28125 L 282.125,131.9375 L 281.3125,132.0625 L 281.25,132.5 L 281.09375,132.90625 L 281.5,132.90625 L 281.71875,132.71875 L 281.625,132.40625 L 282.875,132.34375 L 283.1875,132.46875 L 283.1875,133.125 L 282.875,133.78125 L 281.0625,133.53125 L 280.78125,133.28125 L 279.9375,133.875 L 279.125,134.09375 L 277.96875,134.03125 L 277.625,135.25 L 277.9375,135.78125 L 277.4375,137.25 L 277.9375,138.1875 L 278.8125,137.75 L 280.90625,138.90625 L 284.53125,138.90625 L 286.6875,139.90625 L 286.65625,139.6875 L 288.1875,135.84375 L 288.1875,134.09375 L 287.21875,133.84375 L 286.96875,133.375 L 286.5625,133.1875 L 285.6875,132.21875 L 284.15625,131.34375 L 282.9375,131.28125 z " class="land departement94"/>
<path d="M 447.40625,199.71875 L 447.21875,199.9375 L 444.96875,199.9375 L 443.8125,201.53125 L 442.34375,202.375 L 442.34375,204.34375 L 438.6875,204.78125 L 436.71875,203.375 L 434.0625,203.78125 L 431.53125,205.75 L 429.71875,208.84375 L 427.90625,209.40625 L 427.0625,211.5 L 424.8125,211.90625 L 421.71875,214.4375 L 417.65625,214.3125 L 416.40625,215.28125 L 415.28125,215.28125 L 411.34375,218.5 L 409.5625,218.4375 L 409.53125,219.625 L 409.8125,221.71875 L 412.34375,223.40625 L 413.75,225.25 L 413.3125,227.1875 L 412.0625,230.15625 L 411.21875,232.09375 L 416.6875,233.9375 L 420.1875,233.65625 L 420.46875,236.59375 L 420.46875,240.53125 L 424.8125,241.9375 L 426.78125,242.46875 L 429.59375,245.15625 L 429.3125,247.40625 L 428.03125,249.21875 L 424.53125,250.34375 L 425.375,252.3125 L 425.78125,253.84375 L 424.25,255.375 L 424.40625,256.78125 L 426.78125,257 L 426.8125,256.8125 L 438.90625,245.46875 L 438.53125,236.09375 L 442.8125,233.96875 L 445.75,232.59375 L 448.46875,230.0625 L 448.6875,226.34375 L 451.40625,224.96875 L 457.65625,217.75 L 456.6875,215.40625 L 458.84375,214.4375 L 461.375,211.3125 L 460,209.9375 L 455.3125,210.90625 L 455.125,210.125 L 459.4375,205.15625 L 447.40625,199.71875 z " class="land departement25"/>
<path d="M 451.4375,186.03125 L 449.625,186.96875 L 448.09375,188.09375 L 448.09375,190.59375 L 448.9375,193.5625 L 448.9375,195.5 L 448.46875,198.625 L 447.40625,199.71875 L 459.4375,205.15625 L 460.1875,204.28125 L 462.78125,203.875 L 461.8125,199.71875 L 461.21875,197.5625 L 458.46875,197.96875 L 458.09375,195.625 L 459.0625,193.84375 L 459.25,191.5 L 458.6875,190.15625 L 455.15625,187.40625 L 452.03125,187.21875 L 451.4375,186.03125 z " class="land departement90"/>
</g>
 
<g class="zoom_box">
<rect width="109" height="80" x="223" y="101" style="fill:none; stroke:#878787; stroke-width:2;" id="rect3343"/>
<g transform="matrix(2.62234,0,0,2.62234,-2.927745,-359.8738)" id="g4243">
<use transform="translate(-219.1966,164.906)" clip-path="url(#clipPath3345)" id="use2225" x="0" y="0" width="507" height="553" xlink:href="#complete_map"/>
<rect width="109" height="80" x="3" y="266" style="fill:none; stroke:#878787; stroke-width:2;" id="rect4241"/>
</g>
</g>
 
</svg>
/branches/refact/services/presentations/images/cartes/europe_02.svg
New file
0,0 → 1,475
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Creator: CorelDRAW -->
<svg:svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xml:space="preserve" width="2045.4084" height="1719.7312" style="fill-rule: evenodd;" viewBox="0 0 207338 174170" id="svg6785" sodipodi:version="0.32" inkscape:version="0.46" sodipodi:docname="x.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" version="1.0"><svg:metadata id="metadata7398"><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></svg:metadata><sodipodi:namedview inkscape:window-height="750" inkscape:window-width="1280" inkscape:pageshadow="2" inkscape:pageopacity="0.0" guidetolerance="10.0" gridtolerance="10.0" objecttolerance="10.0" borderopacity="1.0" bordercolor="#666666" pagecolor="#ffffff" id="base" showgrid="false" inkscape:zoom="0.32656156" inkscape:cx="1157.1624" inkscape:cy="794.90761" inkscape:window-x="-8" inkscape:window-y="-8" inkscape:current-layer="Layer_x0020_1"/>
<svg:defs id="defs6787"><inkscape:perspective sodipodi:type="inkscape:persp3d" inkscape:vp_x="0 : 860 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_z="2048 : 860 : 1" inkscape:persp3d-origin="1024 : 573.33333 : 1" id="perspective7400"/>
<svg:style type="text/css" id="style6789">
.str0 {stroke:#1F1A17;stroke-width:74.7387}
.str13 {stroke:#0093DD;stroke-width:146.241}
.str14 {stroke:#0093DD;stroke-width:146.241;stroke-linecap:round;stroke-linejoin:round}
.str5 {stroke:#1F1A17;stroke-width:146.241}
.str10 {stroke:white;stroke-width:146.241}
.str6 {stroke:white;stroke-width:146.241;stroke-linecap:round;stroke-linejoin:round}
.str2 {stroke:white;stroke-width:146.241}
.str7 {stroke:white;stroke-width:146.241;stroke-linecap:round;stroke-linejoin:round}
.str12 {stroke:#0093DD;stroke-width:149.477}
.str15 {stroke:#0093DD;stroke-width:149.477;stroke-linejoin:round}
.str16 {stroke:#0093DD;stroke-width:149.477;stroke-linecap:round;stroke-linejoin:round}
.str1 {stroke:white;stroke-width:149.477}
.str8 {stroke:white;stroke-width:149.477;stroke-linejoin:round}
.str9 {stroke:white;stroke-width:149.477;stroke-linecap:round;stroke-linejoin:round}
.str3 {stroke:white;stroke-width:149.477}
.str4 {stroke:white;stroke-width:149.477;stroke-linecap:round;stroke-linejoin:round}
.str11 {stroke:white;stroke-width:149.477;stroke-dasharray:149.477 149.477}
.fil0 {fill:none}
.fil9 {fill:none;fill-rule:nonzero}
.fil10 {fill:white}
.fil5 {fill:#00873B}
.fil4 {fill:#A3D39A}
.fil1 {fill:#C0C1C5}
.fil11 {fill:#CCCED1}
.fil3 {fill:#D1D2D5}
.fil7 {fill:white}
.fil8 {fill:white;fill-rule:nonzero}
.fil12 {fill:#00873B;fill-rule:nonzero}
.fil6 {fill:#C0C1C5;fill-rule:nonzero}
.fil2 {fill:#D1D2D5;fill-rule:nonzero}
</svg:style>
</svg:defs>
<svg:g id="Layer_x0020_1" transform="translate(-22.907, -27.8456)">
<svg:metadata id="CorelCorpID_0Corel-Layer"/>
<svg:rect class="fil0" y="209.10899" width="207036" height="173880" id="rect6793" x="0" style="fill: none; stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke: rgb(255, 255, 255); stroke-opacity: 1;"/>
<svg:path class="fil0 str0" d="M 168720,114651 C 170405.84,114660.61 171877.76,115218.21 173517.99,115465.97" id="path6795" style="fill: none; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path style="fill: rgb(209, 210, 213); fill-opacity: 1; stroke-width: 1.87696; stroke-miterlimit: 4; stroke-dasharray: none; stroke: rgb(255, 255, 255); stroke-opacity: 1;" d="M 790.46875,0.875 L 426.9375,0.90625 L 426.46875,1.5 L 423.84375,2.25 L 418.375,7 L 416.65625,8.28125 L 414.53125,8.625 L 413,6.90625 L 411.75,4.5 L 410.96875,2.15625 L 409.15625,1.5625 L 408.1875,1.96875 L 406.875,3.96875 L 404.25,4.96875 L 402.25,7.15625 L 401.375,9.875 L 400.09375,11.1875 L 398.46875,11.3125 L 397.09375,10.53125 L 395.6875,10.90625 L 395.34375,12.28125 L 396,13.25 L 396.125,14.875 L 395.125,15.75 L 390,15.4375 L 388.65625,14.65625 L 387.03125,14.3125 L 385.09375,15.5625 L 383.5,18.71875 L 380.96875,21.5625 L 380.75,25.03125 L 384.3125,31.5 L 386.3125,33.03125 L 389.3125,33.65625 L 391.4375,33.34375 L 396.53125,30.65625 L 400.21875,31.34375 L 402.25,32.875 L 402.625,34.28125 L 404.125,36.4375 L 404.1875,39 L 405.15625,42.0625 L 404.5625,44.125 L 403.75,45.6875 L 401.65625,45.78125 L 398.65625,44.90625 L 397.03125,44.8125 L 396.28125,45.4375 L 396.59375,47.78125 L 398.59375,49.75 L 398.40625,52.75 L 397.40625,53.625 L 395.96875,54 L 395.40625,55.59375 L 393.90625,57.125 L 393.75,59.40625 L 396.03125,64.1875 L 395.875,66.5 L 394.90625,67.125 L 392.28125,64.40625 L 390.4375,64.0625 L 389.875,65.1875 L 390.5625,69.1875 L 391.59375,71.5625 L 391.4375,74.09375 L 390.71875,74.28125 L 387.71875,73.40625 L 387,74.03125 L 386.3125,77.46875 L 384.0625,79.65625 L 382.125,80.6875 L 381.9375,83.4375 L 380.71875,84.53125 L 379.0625,84.65625 L 377.75,82.96875 L 376.90625,78.03125 L 376.0625,76.59375 L 375.78125,69.875 L 377.625,66.75 L 377.5625,60.5 L 375.9375,56.6875 L 373.3125,53.75 L 371.46875,49.46875 L 370.75,46.15625 L 369.6875,44.25 L 367.65625,43.4375 L 364.8125,43.9375 L 363.3125,45.46875 L 363,46.375 L 363.78125,48.75 L 363.9375,50.15625 L 362.90625,51.9375 L 361.25,52.0625 L 360,53.125 L 359.5625,56.59375 L 361.59375,57.875 L 362.65625,59.5625 L 362.84375,63.71875 L 363.375,66.3125 L 362.09375,79.4375 L 363.90625,83.71875 L 365.6875,85.21875 L 367.21875,86.9375 L 367.46875,90.1875 L 370.5,94.09375 L 370.65625,95.46875 L 368.09375,99.03125 L 363.15625,99.1875 L 358.90625,100.0625 L 353.09375,103.1875 L 349.71875,104.59375 L 348.25,105.4375 L 347.46875,106.75 L 349.15625,109.65625 L 348.59375,111 L 346.875,112.5 L 345.28125,111.71875 L 344.25,109.8125 L 343.15625,108.5625 L 340.59375,108.40625 L 336.65625,111.1875 L 334.28125,111.71875 L 333.34375,112.125 L 332.75,113.9375 L 331.75,115.03125 L 329.8125,116.0625 L 328.375,116.21875 L 326.6875,113.78125 L 323.9375,112.6875 L 323.53125,111.75 L 323.625,110.125 L 322.8125,108.21875 L 319.8125,107.8125 L 318.25,106.5625 L 317.625,105.34375 L 316.75,104.375 L 313.21875,104.625 L 311.375,104.03125 L 308.8125,103.875 L 307.84375,104.75 L 307.46875,106.5625 L 309.0625,107.375 L 310.1875,108.375 L 310.0625,110.21875 L 310.4375,111.625 L 318.28125,117.21875 L 319.78125,118.90625 L 319.6875,120.78125 L 318.21875,121.59375 L 316.53125,122.1875 L 316.1875,124.03125 L 315.375,126.0625 L 313.9375,126.4375 L 308.8125,122.15625 L 306.625,116.25 L 306.6875,111.84375 L 303.71875,106.8125 L 302.28125,103.46875 L 300.9375,102.90625 L 299.6875,104 L 299.34375,105.84375 L 297.90625,106.4375 L 296.71875,106.59375 L 294.75,108.09375 L 292.875,107.96875 L 290.59375,107.375 L 288,107.4375 L 286.03125,108.9375 L 281.78125,109.59375 L 281.6875,111.21875 L 283.03125,112 L 285.84375,112.15625 L 288.8125,113.03125 L 295.4375,115.78125 L 297.625,118.21875 L 299,122.25 L 300.625,126.0625 L 303.03125,128.53125 L 305.71875,130.78125 L 305.84375,132.15625 L 305.09375,133.0625 L 302.75,133.125 L 299.125,131.0625 L 297.59375,129.5625 L 295.03125,125.71875 L 294.5,119.40625 L 293.40625,118.1875 L 290.65625,117.3125 L 286.46875,116.84375 L 279.25,112.90625 L 273.59375,113.25 L 272.8125,114.34375 L 273.15625,116.46875 L 272.15625,117.78125 L 270.96875,117.9375 L 269.21875,115.75 L 267.375,115.625 L 267,117.6875 L 265.21875,120.125 L 264.8125,122.65625 L 266.9375,125.8125 L 269.125,128.46875 L 269.5,130.125 L 268.46875,131.4375 L 266.34375,131.78125 L 265.5625,133.125 L 264.34375,133.75 L 262.71875,133.625 L 260.59375,130.03125 L 259.1875,129.9375 L 256.0625,131.59375 L 253.6875,132.15625 L 250.84375,132.4375 L 243.59375,136.375 L 242.84375,137.25 L 243.21875,138.65625 L 246.125,140.46875 L 246.75,141.65625 L 245.53125,142.75 L 242.53125,142.09375 L 240.375,142.65625 L 240.03125,147.96875 L 238.0625,149.6875 L 234.71875,150.625 L 234.40625,151.78125 L 235.5,153 L 236.09375,154.90625 L 233.6875,159.375 L 233.4375,163.53125 L 232.5625,166.25 L 231.125,166.625 L 229.125,165.09375 L 226.5625,164.71875 L 225.34375,165.5625 L 224.8125,166.6875 L 228.6875,168.3125 L 229.75,170.25 L 228.90625,172.03125 L 226.25,173.5 L 224.53125,175 L 223.6875,177.28125 L 222.6875,178.125 L 219.71875,177.03125 L 218.25,177.84375 L 218.875,179.28125 L 220.8125,181.71875 L 221,182.65625 L 220,183.53125 L 217.21875,183.34375 L 213.90625,183.59375 L 212.125,186.03125 L 208.9375,188.375 L 206.03125,190.0625 L 203.75,192.46875 L 203.40625,194.28125 L 204.28125,195.28125 L 207.09375,195.21875 L 211.15625,193.625 L 219.1875,192.71875 L 220.625,192.125 L 221.75,192.875 L 222.125,194.3125 L 222.75,195.28125 L 225.0625,195.65625 L 229.65625,197.09375 L 230.71875,199 L 229.6875,200.34375 L 226.65625,200.375 L 225.28125,199.8125 L 223.4375,199.46875 L 222,199.84375 L 221.21875,200.96875 L 221.59375,202.84375 L 220.3125,204.15625 L 214.25,204.21875 L 212.5625,205.0625 L 210.65625,205.15625 L 208,203.15625 L 207.4375,201.03125 L 205.46875,198.8125 L 204.0625,198.71875 L 203.84375,201.96875 L 203.0625,203.3125 L 201.90625,203.21875 L 201.28125,201.8125 L 199.9375,201.03125 L 198.46875,202.09375 L 198.3125,204.625 L 196.0625,206.5625 L 192.21875,208.1875 L 190.9375,209.9375 L 189.1875,211.6875 L 188.96875,215.15625 L 186.25,217.75 L 186.84375,219.1875 L 186.9375,221.28125 L 185.4375,223.03125 L 183.53125,223.59375 L 182.96875,224.96875 L 185.125,227.875 L 186.5625,230.96875 L 185.8125,232.09375 L 183.90625,232.1875 L 182.9375,233.0625 L 183.71875,235.4375 L 183.15625,236.78125 L 180.5,238.21875 L 179,239.75 L 178.625,241.8125 L 177.5625,243.59375 L 174.6875,244.8125 L 172.5,246.0625 L 170.625,246.1875 L 169.59375,247.5 L 168.90625,251.15625 L 170.15625,257.5 L 169.5625,259.3125 L 167.28125,261.9375 L 166.71875,262.4375 L 165.0625,263.90625 L 164.71875,265.71875 L 166,267.4375 L 165.84375,269.71875 L 163.25,270.25 L 160.71875,273.125 L 159.6875,274.90625 L 161.59375,278.03125 L 161.46875,279.65625 L 160.75,280.28125 L 158.625,280.40625 L 156.625,278.875 L 154.78125,278.53125 L 154.46875,279.65625 L 155.25,282.03125 L 155.1875,286.875 L 156.03125,288.34375 L 158,290.3125 L 157.4375,291.65625 L 158.03125,293.3125 L 157.5,294.4375 L 155.625,294.5625 L 154.46875,294.25 L 154.15625,295.40625 L 154.5,297.28125 L 155.375,298.46875 L 157,298.59375 L 158.8125,299.625 L 158.71875,301.25 L 157,302.0625 L 156.71875,302.96875 L 156.96875,306.21875 L 154.78125,307.9375 L 152.84375,308.96875 L 151.53125,311.21875 L 152.3125,313.5625 L 154.25,316.25 L 157.96875,316.6875 L 160.25,317.53125 L 162.21875,319.53125 L 162.21875,323.21875 L 163.0625,324.65625 L 167.5,324.71875 L 170.125,324.1875 L 172.1875,324.53125 L 172.875,325.03125 L 173.875,327.4375 L 175.625,329.375 L 181.4375,330.21875 L 182.78125,331.21875 L 182.65625,333.0625 L 180.03125,333.84375 L 174.96875,332.59375 L 173.0625,332.9375 L 171.125,334.1875 L 167.375,334.1875 L 166.15625,335.03125 L 165.8125,336.40625 L 166.4375,337.84375 L 168.78125,338 L 170.4375,337.625 L 171.75,339.09375 L 171.625,340.71875 L 170.875,341.59375 L 168.5,342.375 L 167.5,343.21875 L 167.25,347.15625 L 169.625,350.09375 L 169.40625,353.78125 L 171.375,355.75 L 172.40625,357.90625 L 171.625,359.21875 L 169.6875,360.28125 L 165.9375,360.5 L 164,361.53125 L 163.28125,365.4375 L 162.6875,367.25 L 163.0625,368.65625 L 164.90625,369.46875 L 166.84375,371.65625 L 176.71875,371.125 L 177.03125,371.25 L 177.8125,371.21875 L 178.46875,371.46875 L 178.84375,371.6875 L 179.0625,372.1875 L 179.03125,372.75 L 178.65625,373.25 L 178.21875,373.8125 L 177.9375,374.3125 L 178.03125,375.28125 L 178.6875,375.96875 L 179.90625,377 L 180.3125,377.75 L 180.90625,378.59375 L 181.28125,379.4375 L 181.875,380.875 L 182,381.40625 L 182.125,382.25 L 182.375,382.96875 L 183.09375,383.625 L 183.78125,383.96875 L 184.65625,383.90625 L 185.28125,383.5625 L 185.4375,383.40625 L 186.96875,382.65625 L 188.5625,383.4375 L 190,382.84375 L 190.09375,381.6875 L 189.09375,379.09375 L 189.21875,376.78125 L 190.96875,375.25 L 196.1875,377.6875 L 201.5625,378 L 202.03125,377.8125 L 204.40625,373.78125 L 207.21875,373.5 L 210.5625,371.28125 L 216.5,367.375 L 219.125,366.375 L 222.6875,365.90625 L 225.5625,364.46875 L 227.375,362.03125 L 229.5625,360.78125 L 233.34375,359.84375 L 235.0625,358.8125 L 236.59375,356.8125 L 239.96875,354.9375 L 245.71875,349.28125 L 254.1875,337.3125 L 255.59375,333.9375 L 257.0625,332.875 L 259.875,332.59375 L 261.9375,333.40625 L 265,336.84375 L 268.5,337.0625 L 272.15625,334.5 L 277.0625,334.59375 L 279.09375,332.40625 L 280.125,330.59375 L 280.28125,328.3125 L 279.5,325.9375 L 279.875,323.40625 L 281.875,321.6875 L 283.25,322.21875 L 284,325.0625 L 285.5,327.25 L 285.46875,331.40625 L 287.28125,332.4375 L 290.53125,332.40625 L 294.15625,330.78125 L 297.09375,328.875 L 300.8125,329.125 L 304.21875,327.03125 L 305,325.90625 L 304.6875,323.125 L 308.4375,319.65625 L 308.625,316.875 L 307.3125,315.40625 L 304.15625,313.34375 L 303.90625,309.875 L 303.53125,308.46875 L 304.78125,307.375 L 307.125,307.0625 L 310.96875,309.375 L 314,313.03125 L 315.40625,312.90625 L 316.90625,311.59375 L 318.09375,307.75 L 320.1875,304.1875 L 320.84375,300.96875 L 323.375,297.875 L 326.59375,295.3125 L 329.84375,295.75 L 336.34375,300.09375 L 339.34375,300.96875 L 342.40625,300.6875 L 344.625,298.53125 L 348.75,292.75 L 350.625,292.40625 L 353.875,292.84375 L 355.21875,293.875 L 356.21875,296.71875 L 360.5625,298.375 L 365,301.875 L 368.40625,303.71875 L 370.5,303.84375 L 374.9375,300.1875 L 378.28125,299.25 L 380.53125,297.0625 L 385.03125,296.1875 L 386.96875,294.9375 L 390.96875,294.46875 L 393.5,295.09375 L 394.40625,295.84375 L 394.5625,297.25 L 392.625,298.28125 L 389.3125,298.78125 L 385.1875,300.84375 L 383.65625,303.0625 L 383.375,307.4375 L 383.9375,309.5625 L 385.75,310.375 L 388.53125,311 L 394.34375,311.59375 L 396.25,310.78125 L 398.125,310.90625 L 398.53125,312.09375 L 396.9375,314.78125 L 397.3125,316.1875 L 398.90625,317.21875 L 405.25,316.6875 L 408.625,315.28125 L 412.40625,314.59375 L 414.25,314.6875 L 416.5,316.46875 L 419.6875,317.59375 L 424.125,317.625 L 430.40625,314.78125 L 434.15625,314.5625 L 440,310.96875 L 442.625,310 L 446.5,307.90625 L 452.03125,305.5 L 454.78125,303.09375 L 458.34375,301.9375 L 462.6875,300.125 L 469.84375,297.8125 L 474.0625,297.84375 L 476.875,297.5625 L 480.84375,297.78125 L 483.21875,297.03125 L 484.96875,295.5 L 486.3125,292.8125 L 486.875,291 L 486.59375,288.4375 L 487.1875,286.15625 L 487.09375,284.28125 L 486.28125,282.15625 L 487.28125,281.3125 L 489.59375,281.6875 L 490.875,283.59375 L 490.53125,285.21875 L 490.625,287.53125 L 492.1875,292.25 L 491.5625,294.75 L 492.125,297.125 L 494.09375,299.3125 L 498.53125,303.0625 L 505.5,307.09375 L 505.75,307.21875 L 506.90625,307.3125 L 508.59375,306.46875 L 508.9375,304.65625 L 510.96875,302.46875 L 512.125,302.3125 L 513.5,303.09375 L 514.84375,307.5625 L 515.71875,308.5625 L 538.4375,311.8125 L 543.5,313.28125 L 552.5625,314.09375 L 554.15625,314.90625 L 558.09375,315.59375 L 562.78125,315.4375 L 568.90625,314.65625 L 572.53125,313.03125 L 574.875,312.9375 L 578.09375,310.125 L 578.875,308.5625 L 583.75,309.34375 L 589.90625,308.09375 L 593.15625,304.84375 L 594.8125,304.6875 L 596.34375,306.40625 L 598.6875,306.34375 L 601.15625,304.1875 L 602.25,301.6875 L 608.75,302.34375 L 610.46875,301.0625 L 616.21875,302.5625 L 620.9375,301.9375 L 621.4375,301.75 L 622.1875,300.625 L 621.59375,299.1875 L 618.90625,297.40625 L 613.65625,295.21875 L 611.65625,293.71875 L 605.71875,287.78125 L 604.75,284.25 L 594.09375,275.5 L 591.90625,273.03125 L 590.3125,272.46875 L 587.1875,273.65625 L 583,273.40625 L 574.5,271 L 572.15625,270.875 L 568.5,272.96875 L 566.65625,272.59375 L 565.8125,271.40625 L 565.40625,270.21875 L 565.53125,268.375 L 562.8125,266.8125 L 560.84375,265.0625 L 560.90625,263.6875 L 562.15625,262.59375 L 563.75,263.15625 L 568.6875,266.71875 L 574.46875,267.53125 L 578.65625,267.8125 L 581.40625,268.65625 L 584.6875,268.875 L 585.9375,267.5625 L 585.8125,265.9375 L 584.96875,264.5 L 569.4375,258.65625 L 566.3125,256.15625 L 566.46875,253.625 L 577.21875,246.40625 L 578.25,245.09375 L 577.875,243.4375 L 578.03125,240.90625 L 580.375,241.0625 L 588,246.15625 L 591.15625,247.96875 L 596.21875,249.21875 L 602.53125,249.375 L 606.84375,248.03125 L 608.34375,246.5 L 608.9375,244.21875 L 607.625,235.34375 L 608.1875,234 L 608.90625,233.59375 L 610.65625,235.53125 L 611.90625,238.15625 L 613,246.8125 L 614.28125,248.5 L 616.71875,250.75 L 617.9375,253.59375 L 618.1875,257.3125 L 617,260.9375 L 617,264.65625 L 614.53125,270.5 L 613.5625,274.375 L 613.34375,277.84375 L 615.25,280.96875 L 618.0625,284.625 L 619.875,285.65625 L 621.9375,286.5 L 623.5625,286.59375 L 626.5625,280.0625 L 628.5625,277.875 L 630.46875,277.53125 L 631.28125,279.1875 L 630.1875,281.90625 L 627.0625,286.8125 L 627.40625,288.46875 L 628.96875,289.9375 L 630.65625,292.59375 L 632.09375,292.4375 L 633.875,290.03125 L 634.78125,286.59375 L 639.25,279.25 L 640.1875,275.125 L 642.3125,271.5625 L 643.5625,270.1875 L 644.3125,269.375 L 646.6875,261.1875 L 646.5625,259.78125 L 645.65625,259.03125 L 644.28125,258.9375 L 642.1875,262.0625 L 640.78125,262.4375 L 640.3125,262.1875 L 639.71875,260.75 L 640.125,257.75 L 642.15625,255.5625 L 646.9375,254.03125 L 647.46875,252.90625 L 643.4375,249.875 L 643.78125,248.28125 L 645.09375,246.03125 L 645.375,241.40625 L 643.71875,238.3125 L 641.90625,233.5625 L 640.21875,227.21875 L 637.5,222.15625 L 635.125,219 L 634.78125,216.90625 L 635.59375,214.875 L 638.84375,211.84375 L 639.09375,208.15625 L 634.46875,203.21875 L 633.125,202.6875 L 626.09375,202.71875 L 625,201.46875 L 625.1875,198.71875 L 626.15625,198.0625 L 628.71875,198.25 L 631.4375,199.78125 L 634.25,199.28125 L 636.84375,199.21875 L 639.71875,201.71875 L 642.375,200.46875 L 643.1875,198.90625 L 642.78125,197.71875 L 637.71875,192.78125 L 636.34375,188.75 L 634.3125,187.46875 L 632.21875,187.125 L 632.34375,185.28125 L 632.84375,184.84375 L 634.9375,184.75 L 638.625,185.65625 L 640.6875,186.71875 L 643.75,186.21875 L 646.90625,184.5625 L 649.03125,184 L 650.59375,185.25 L 653.15625,185.40625 L 655.8125,184.1875 L 656.1875,185.375 L 657.84375,185.46875 L 659.96875,181.4375 L 661.4375,180.375 L 664.46875,180.5625 L 665.3125,182 L 664.96875,183.59375 L 663.03125,184.875 L 662.90625,186.5 L 663.9375,188.875 L 663.46875,192.3125 L 665.0625,197.03125 L 668.9375,202.375 L 671.40625,203.6875 L 675.375,203.71875 L 680.8125,202.875 L 685.9375,203.21875 L 688.6875,204.09375 L 690.34375,203.9375 L 692.15625,201.28125 L 692.5,199.46875 L 694.21875,198.40625 L 696.59375,197.625 L 697.84375,196.3125 L 697.9375,194.9375 L 696.40625,193.21875 L 694.125,192.59375 L 690.8125,189.15625 L 688.0625,184.8125 L 685.78125,183.96875 L 684.90625,182.78125 L 683.96875,179.25 L 684.5,178.34375 L 687.09375,177.8125 L 688.125,176.5 L 687.375,173.65625 L 687.5,171.59375 L 692.1875,171.40625 L 694.0625,171.0625 L 697.5625,171.53125 L 704.3125,175.40625 L 706,178.78125 L 706.53125,181.34375 L 707.5,184.1875 L 708.8125,185.65625 L 711.625,185.59375 L 716.5,182.4375 L 717.09375,180.625 L 716.8125,177.8125 L 716.96875,175.28125 L 716.09375,174.3125 L 712.84375,173.875 L 712.09375,171.03125 L 710.78125,169.8125 L 707.3125,169.125 L 706.21875,167.90625 L 706.3125,166.0625 L 710.3125,162.125 L 710.90625,160.3125 L 711.09375,157.3125 L 709.71875,153.3125 L 710.25,152.40625 L 712.34375,152.53125 L 714.125,153.5625 L 715.3125,153.40625 L 715.875,152.0625 L 714.65625,149.21875 L 714.96875,147.84375 L 715.9375,147.4375 L 717.9375,148.9375 L 721.21875,152.875 L 722.21875,155.46875 L 723.09375,156.4375 L 724.5,156.3125 L 727.21875,154.15625 L 730.15625,148.3125 L 730.875,145.40625 L 732.34375,139.4375 L 732.3125,136.1875 L 729.75,132.3125 L 729.375,130.90625 L 731.40625,128.71875 L 732.8125,128.34375 L 735.40625,128.28125 L 736.15625,127.40625 L 736.0625,125.09375 L 733.9375,121.71875 L 731.71875,119.71875 L 727.40625,118.0625 L 724.84375,117.4375 L 723.78125,116.21875 L 723.875,114.375 L 726.125,112.1875 L 725.96875,111.25 L 724.1875,109.75 L 724.71875,108.40625 L 726.65625,107.59375 L 727.4375,106.25 L 726.65625,103.875 L 724.90625,101.9375 L 724.5625,100.0625 L 724.9375,97.75 L 725.6875,97.125 L 727.125,96.75 L 728.71875,97.3125 L 729.34375,98.28125 L 729.65625,100.84375 L 731.21875,102.09375 L 736.375,101.9375 L 739.21875,101.1875 L 742.375,99.3125 L 746.34375,99.5625 L 748.34375,101.3125 L 749.375,103.46875 L 751.9375,107.3125 L 755,110.53125 L 757.125,110.1875 L 759.6875,106.875 L 760.53125,104.625 L 763.09375,101.0625 L 763.4375,99.46875 L 763.40625,96.46875 L 760.8125,93.0625 L 758.71875,92.9375 L 757.28125,93.3125 L 755.90625,92.75 L 754.40625,90.5625 L 753.59375,88.65625 L 753.0625,86.09375 L 752.84375,81.90625 L 753.90625,80.125 L 753.78125,78.5 L 752,77 L 752.34375,75.15625 L 753.3125,74.75 L 754.4375,75.28125 L 756.21875,76.78125 L 759.46875,80.9375 L 761.90625,83.15625 L 763.53125,83.03125 L 764.34375,81.6875 L 763.28125,79.78125 L 759.125,75.34375 L 758.5,73.9375 L 758.3125,69.53125 L 757.09375,66.65625 L 754.8125,66.0625 L 748.84375,71.25 L 746.71875,71.5625 L 744.9375,70.0625 L 746.25,68.0625 L 754.6875,60.5 L 761.0625,52.09375 L 763.96875,46.9375 L 769.09375,39.875 L 770.53125,39.25 L 774.71875,39.53125 L 777.21875,37.375 L 781.53125,32.0625 L 784.28125,29.25 L 785.125,23.5 L 785.9375,21.46875 L 790.46875,16.4375 L 792.40625,15.375 L 794.96875,15.78125 L 796.3125,16.78125 L 798.90625,16.25 L 802.40625,12.78125 L 805.0625,11.3125 L 806.5625,9.78125 L 807.125,8.65625 L 806.75,6.78125 L 806.125,5.84375 L 799.84375,4.96875 L 794.09375,7.375 L 789.9375,10.15625 L 787.8125,10.25 L 787.1875,9.28125 L 786.875,6.9375 L 787.75,4.21875 L 790.46875,0.875 z M 829,1.03125 L 830.59375,2.28125 L 832.15625,3.71875 L 834.125,5.21875 L 835.59375,6.5625 L 839.0625,7.03125 L 843.15625,5.1875 L 845.15625,3.25 L 847.09375,1.96875 L 847.5,1.03125 L 829,1.03125 z M 398.4375,36.6875 L 397.5,36.84375 L 396.46875,38.1875 L 396.84375,39.59375 L 398.4375,40.625 L 400.3125,40.5 L 400.8125,39.59375 L 400.21875,38.1875 L 398.4375,36.6875 z M 383.25,40.125 L 381.8125,40.5 L 379.75,43.84375 L 379.40625,45.21875 L 380.71875,46.6875 L 383.5625,46.15625 L 386.53125,43.8125 L 387.09375,42 L 386.875,41.75 L 386.46875,41.03125 L 383.25,40.125 z M 390.21875,44.5 L 389.25,45.125 L 387.9375,47.375 L 388.5,49.46875 L 390.25,51.4375 L 392.125,51.34375 L 393.84375,50.0625 L 393.90625,48.90625 L 391.96875,46.46875 L 391.34375,45.03125 L 390.21875,44.5 z M 351.03125,50.15625 L 347.96875,50.65625 L 345.96875,52.59375 L 345.5625,54.90625 L 344.5625,56 L 341.5,56.25 L 340.8125,56.21875 L 333.6875,57.875 L 332.875,59.4375 L 333.1875,62 L 332.71875,65.90625 L 335.5625,69.09375 L 335.25,73.6875 L 334.5,74.59375 L 332.40625,74.4375 L 330.71875,71.5625 L 329.8125,71.28125 L 329.03125,72.15625 L 329.34375,74.71875 L 331.375,79.46875 L 332.6875,80.9375 L 336.0625,83 L 339.84375,86.03125 L 348.03125,89.78125 L 350.40625,89.25 L 352.1875,87.25 L 354.59375,82.5625 L 354.96875,76.5625 L 354.65625,74 L 357.90625,67.03125 L 357.6875,63.0625 L 354.46875,54.75 L 354.40625,51.96875 L 351.03125,50.15625 z M 364.5625,91.28125 L 362.4375,91.375 L 359.78125,92.59375 L 356.71875,93.09375 L 354.53125,94.59375 L 354.4375,95.75 L 355.78125,96.75 L 359.0625,96.71875 L 360.78125,95.4375 L 362.6875,94.625 L 365.53125,94.125 L 366.0625,93.21875 L 365.90625,92.0625 L 364.5625,91.28125 z M 749.3125,110.96875 L 748.8125,115.34375 L 747.0625,117.09375 L 746.34375,120.96875 L 745.03125,123.21875 L 742.25,130.21875 L 742.28125,133.21875 L 742.9375,134.1875 L 743.875,134.03125 L 745.15625,132.25 L 747.59375,127.3125 L 748.75,123.6875 L 751.125,115.71875 L 751.34375,112.5 L 750.5,111.0625 L 749.3125,110.96875 z M 732.40625,156 L 730.6875,157.5 L 730.3125,159.5625 L 728.59375,161.09375 L 727.53125,162.875 L 728.28125,165.6875 L 730.0625,167.1875 L 734.0625,167.21875 L 736.5,169 L 738.15625,168.875 L 739.1875,167.53125 L 739,166.375 L 738.34375,165.875 L 737.03125,164.375 L 737.40625,162.34375 L 739.90625,159.71875 L 739.0625,158.03125 L 736.0625,157.625 L 734.75,156.375 L 732.40625,156 z M 714.46875,158.8125 L 713.5,159.4375 L 711.78125,164.1875 L 711.40625,166.25 L 712.28125,167.25 L 713.25,167.0625 L 714.46875,166 L 715.5,164.65625 L 715.84375,162.59375 L 715.34375,159.78125 L 714.46875,158.8125 z M 695.1875,174.75 L 692.84375,175.0625 L 691.8125,176.375 L 691.46875,178.21875 L 692.0625,179.875 L 694.90625,183.0625 L 698.96875,185.40625 L 700.84375,185.28125 L 702.125,183.75 L 702.125,180.03125 L 701.78125,177.6875 L 700.03125,175.96875 L 697.75,175.125 L 695.1875,174.75 z M 648.6875,188.71875 L 646.21875,190.65625 L 643.65625,190.5 L 642.71875,190.90625 L 642.40625,191.8125 L 643.15625,194.875 L 645.875,196.1875 L 648,199.34375 L 652.0625,201.90625 L 661.6875,205.0625 L 662.875,204.65625 L 662.75,203.28125 L 661.875,202.0625 L 657.375,199.21875 L 657.5,197.15625 L 660.28125,197.78125 L 660.8125,196.90625 L 656.21875,191.96875 L 654.1875,190.46875 L 651.5,188.90625 L 648.6875,188.71875 z M 218.3125,198.125 L 215.5,198.40625 L 211.4375,199.53125 L 211.15625,200.4375 L 212.03125,201.1875 L 218.15625,200.65625 L 219.40625,199.34375 L 218.3125,198.125 z M 649.84375,203.84375 L 648.40625,204.21875 L 648.125,205.125 L 649.4375,206.59375 L 658.40625,212.71875 L 659.0625,216.6875 L 660.28125,220 L 662.71875,221.78125 L 664.59375,221.6875 L 665.84375,220.59375 L 666.6875,218.5625 L 661.21875,208.71875 L 654.5625,206.6875 L 654.09375,206.65625 L 651.65625,204.65625 L 649.84375,203.84375 z M 646.3125,207.78125 L 645.34375,208.4375 L 644.71875,210.9375 L 643.625,213.1875 L 643.375,217.34375 L 645.875,222.125 L 646.75,226.34375 L 649.71875,231.40625 L 650.03125,233.71875 L 650.84375,235.875 L 653,238.53125 L 654.65625,238.40625 L 655.21875,237.0625 L 655.15625,234.0625 L 653.6875,231.625 L 653.375,229.3125 L 654.8125,228.6875 L 656.65625,228.8125 L 659.09375,231.28125 L 660.28125,230.90625 L 660.375,229.28125 L 659.4375,225.75 L 657.5625,222.15625 L 656.6875,220.9375 L 655.90625,218.59375 L 654.0625,214.75 L 652.375,211.875 L 649.1875,210.28125 L 647.21875,208.09375 L 646.3125,207.78125 z M 595.28125,252.53125 L 586.125,252.875 L 578.40625,252.84375 L 575.5625,253.375 L 572.96875,253.4375 L 572,254.3125 L 571.6875,255.4375 L 574.125,257.6875 L 580.25,260.625 L 588.78125,262.78125 L 591.1875,265.25 L 593.4375,266.53125 L 596.875,267.90625 L 599.6875,267.84375 L 600.40625,267.4375 L 603.375,261.125 L 603.59375,257.90625 L 602.6875,253.46875 L 601.09375,252.65625 L 598.96875,253.21875 L 595.28125,252.53125 z M 325.8125,299.5625 L 325.0625,300.1875 L 323.25,303.09375 L 320.9375,309.65625 L 320.75,312.65625 L 321.4375,313.15625 L 322.375,313 L 324.375,311.28125 L 326.5,307.21875 L 327.125,304.71875 L 327.90625,303.15625 L 328.5,301.125 L 327.90625,299.6875 L 325.8125,299.5625 z M 377.875,304.90625 L 373.15625,309.21875 L 372.875,310.125 L 373.25,311.5625 L 374.78125,313.03125 L 377.59375,312.96875 L 379.3125,311.46875 L 381.1875,308.125 L 381.46875,307.21875 L 379.5,305 L 377.875,304.90625 z M 780.96875,331.46875 L 778.25,333.0625 L 776.03125,335.125 L 771.09375,336.625 L 770.09375,337.78125 L 770.15625,338.75 L 771.21875,338.75 L 773.8125,337.65625 L 779.15625,336.71875 L 780.125,336.28125 L 782.75,333.21875 L 782.9375,331.78125 L 780.96875,331.46875 z M 168.8125,380.71875 L 167.84375,381.34375 L 167.6875,383.40625 L 169.90625,385.40625 L 171.09375,385.25 L 171.65625,383.90625 L 171.28125,382.5 L 169.75,380.78125 L 168.8125,380.71875 z M 173.625,382.15625 L 173.4375,385.40625 L 174.75,386.875 L 175.6875,386.6875 L 176.3125,384.1875 L 175.03125,382.25 L 173.625,382.15625 z" transform="matrix(101.262, 0, 0, 101.262, -22.907, 0)" id="polygon6797"/>
<svg:path style="fill: rgb(209, 210, 213); fill-opacity: 1; stroke-width: 1.87696; stroke-miterlimit: 4; stroke-dasharray: none; stroke: rgb(255, 255, 255); stroke-opacity: 1;" d="M 161.375,0.96875 L 163.3125,3.15625 L 163.25,4.53125 L 161.84375,4.6875 L 157.3125,2.09375 L 154.03125,1.90625 L 153.0625,2.75 L 152.65625,5.75 L 152.09375,7.09375 L 148.71875,8.53125 L 147.90625,10.5625 L 147.40625,11 L 145.96875,11.375 L 144.75,12.21875 L 143.21875,14.65625 L 142.625,16.71875 L 141.84375,18.0625 L 138.90625,19.96875 L 137.90625,21.0625 L 138.25,22.9375 L 142.0625,25.71875 L 142.1875,27.34375 L 139.03125,29.6875 L 139.15625,31.34375 L 139.78125,32.28125 L 140.1875,33.71875 L 138.6875,35.25 L 138.375,36.375 L 139.71875,37.375 L 144.875,37 L 148.71875,35.375 L 154.3125,32 L 160,30.71875 L 161.96875,29.46875 L 164.28125,29.59375 L 164.15625,31.6875 L 162.4375,33.1875 L 162.59375,34.34375 L 164.8125,36.125 L 170.59375,37.375 L 172.125,39.09375 L 175.65625,38.84375 L 177.09375,38.25 L 179.4375,38.375 L 180.96875,39.84375 L 182.625,39.71875 L 183.125,39.0625 L 183.09375,35.59375 L 182.75,33.46875 L 183.3125,32.125 L 184.28125,31.71875 L 186.5625,32.78125 L 190.5,33.03125 L 191.125,34.6875 L 190.21875,37.875 L 190.84375,39.0625 L 192.4375,39.84375 L 193.84375,39.71875 L 195.78125,38.4375 L 197.53125,36.6875 L 199.875,36.8125 L 202.53125,39.0625 L 204.875,39.21875 L 206.875,37.25 L 209.09375,31.375 L 209.40625,26.0625 L 205.28125,21.1875 L 200.53125,14.40625 L 200.21875,12.0625 L 201.4375,11.21875 L 203.96875,11.84375 L 206.375,10.59375 L 208.46875,10.9375 L 212.5625,12.59375 L 214,12.4375 L 215,11.125 L 214.375,9.6875 L 210.5,8.0625 L 209.15625,7.0625 L 207.6875,4.65625 L 204.71875,3.09375 L 204.96875,1.3125 L 205,1.15625 L 161.375,0.96875 z M 27.65625,1.09375 L 26.53125,2.34375 L 26.21875,3.71875 L 28.78125,15.21875 L 28.84375,22.15625 L 29.1875,27.96875 L 27.5,36.4375 L 26.28125,41 L 27,44.75 L 29.4375,46.71875 L 32.5,46.6875 L 37.375,43.5 L 39.84375,41.34375 L 41.03125,36.78125 L 41.5625,36.125 L 46,32.21875 L 48.375,27.96875 L 49.09375,23.59375 L 52.78125,17.125 L 53.8125,11.625 L 56.375,7.84375 L 56.625,3.90625 L 57.40625,2.34375 L 58.34375,1.15625 L 27.65625,1.09375 z M 121.8125,1.125 L 68.84375,1.1875 L 68.6875,1.40625 L 67.96875,2.0625 L 67.625,3.4375 L 69.25,3.96875 L 70.03125,6.5625 L 69.84375,9.34375 L 69.03125,11.375 L 66.9375,14.71875 L 66.90625,15.40625 L 65.03125,19.46875 L 62.0625,22.0625 L 61.84375,25.75 L 62.15625,28.09375 L 62,30.875 L 63.65625,34.21875 L 62.84375,39.9375 L 63.65625,41.84375 L 63.09375,43.65625 L 62.0625,45 L 59,45.5 L 58,46.59375 L 58.25,49.84375 L 58.6875,50.34375 L 62.15625,51.25 L 63.5625,51.09375 L 64.90625,48.40625 L 65.875,47.53125 L 67.03125,48.0625 L 68.3125,50 L 70.1875,49.875 L 72.125,48.84375 L 73.34375,47.75 L 74.5,44.125 L 75.5,43.25 L 77.15625,43.125 L 80.0625,41.21875 L 83.3125,38.15625 L 85.90625,37.625 L 87.75,38.1875 L 87.5625,40.96875 L 84.59375,43.5625 L 80.28125,45.375 L 79.96875,47 L 81.28125,48 L 84.625,47.03125 L 87.75,45.59375 L 91.6875,42.59375 L 93.625,37.40625 L 94.875,36.3125 L 97.75,35.3125 L 100.09375,35 L 101.09375,34.125 L 101.78125,30.25 L 104.53125,27.625 L 105.34375,25.59375 L 104.3125,23.4375 L 105.34375,21.875 L 106.78125,21.5 L 107.90625,22.28125 L 108.875,25.34375 L 113.65625,23.78125 L 114.625,22.90625 L 114.28125,21.28125 L 110.71875,18.28125 L 111.0625,16.21875 L 113.90625,15.46875 L 115.8125,15.34375 L 117.75,14.3125 L 121.90625,11.3125 L 122.28125,9.03125 L 119.59375,6.78125 L 119.96875,4.25 L 121.8125,1.125 z M 55.78125,54.65625 L 54.5,56.21875 L 54.375,58.28125 L 56.5625,60.71875 L 57.46875,61.25 L 58.90625,60.875 L 60,58.15625 L 59.1875,56.25 L 57.1875,54.75 L 55.78125,54.65625 z M 24.625,58.71875 L 23.65625,59.375 L 23,62.5625 L 20.6875,65.65625 L 19.59375,67.90625 L 19.21875,70.4375 L 20.3125,71.65625 L 23.40625,70.6875 L 25.0625,70.5625 L 29.25,67.125 L 29.6875,63.90625 L 29.53125,62.75 L 28.1875,61.71875 L 26,59.5 L 24.625,58.71875 z" transform="matrix(101.262, 0, 0, 101.262, -22.907, 0)" id="polygon6871"/>
<svg:metadata id="metadata7">
<RDF>
<Work about="">
<format>
image/svg+xml </format>
<type resource="http://purl.org/dc/dcmitype/StillImage"/>
</Work>
</RDF>
</svg:metadata>
<svg:path id="is" class="fil1 str2" d="M 54163.8,50590 C 54085.236,50563.812 52409.11,49751.887 52330.54,49699.511 C 52225.69,49620.947 52566.232,49516.195 52644.796,49411.443 C 52723.36,49280.503 52644.796,48887.585 52775.736,48939.961 C 52985.24,49018.525 52854.3,49359.067 52985.24,49516.195 C 53011.428,49568.571 53037.616,49385.255 53116.18,49385.255 C 53325.684,49359.067 53561.474,49542.383 53744.79,49463.819 C 54556.617,49149.563 53482.91,48861.397 54478.053,48782.833 C 54661.467,48782.833 54844.783,48913.773 55028.099,48939.961 C 55159.039,48966.149 54818.595,48756.645 54713.843,48704.269 C 54661.467,48704.269 54609.091,48704.269 54556.617,48704.269 C 54347.113,48678.081 54137.609,48730.457 53954.293,48651.893 C 53823.353,48573.329 54268.549,48704.269 54373.301,48599.517 C 54425.677,48547.141 54163.797,48520.953 54189.985,48442.389 C 54189.985,48311.449 54294.737,48206.697 54425.677,48154.321 C 54504.241,48128.133 54635.279,48206.697 54740.031,48206.697 C 54923.347,48180.509 55132.851,48154.321 55289.979,48023.381 C 55368.543,47971.005 55080.475,47997.193 55001.911,47944.817 C 54923.347,47918.629 54268.55,48232.885 54085.234,48206.697 C 53954.294,48180.509 54163.798,47918.629 54189.986,47787.591 C 54189.986,47630.463 54085.234,47499.523 54111.422,47342.395 C 54137.61,47185.267 54425.678,47080.515 54373.302,46897.199 C 54347.114,46792.447 54111.422,46949.575 54006.67,46897.199 C 53928.106,46871.011 53954.294,46661.409 53875.73,46713.883 C 53849.542,46740.071 53954.294,46871.011 53901.918,46844.823 C 53692.414,46740.071 53482.91,46399.529 53299.496,46268.589 C 53273.308,46216.213 53194.744,46242.401 53142.368,46242.401 C 53089.992,46242.401 53037.616,46320.965 53011.428,46294.777 C 52959.052,46268.589 52985.24,46137.649 52906.676,46111.461 C 52801.924,46059.085 51361.486,46059.085 52409.104,45561.513 C 52697.172,45430.475 52644.796,45692.453 52906.676,45849.581 C 53142.368,45980.521 53509.098,45640.077 53744.789,45771.017 C 53849.541,45823.393 53561.473,46032.897 53666.225,46111.461 C 53744.789,46190.025 53797.165,45954.333 53901.917,45928.145 C 54085.233,45875.769 54294.737,45771.017 54451.865,45875.769 C 54556.617,45980.521 54399.489,46190.025 54425.677,46320.965 C 54425.677,46399.529 54425.677,46190.025 54451.865,46163.837 C 54582.805,46006.709 56547.095,47290.017 55866.215,46163.837 C 55761.365,46006.709 55499.485,46294.777 55289.981,46268.589 C 55054.289,46242.401 54870.973,45954.333 54766.221,45744.829 C 54766.221,45744.829 54792.409,45718.641 54818.597,45692.453 C 55106.665,45482.851 55578.048,45430.475 55892.407,45404.287 C 56049.535,45404.287 56232.851,45561.513 56337.603,45430.475 C 56547.107,45247.159 55551.866,45325.723 55578.054,45037.655 C 55604.242,44854.339 56101.912,44932.903 56101.912,44723.399 C 56075.724,43492.469 55185.235,44854.339 55132.859,44618.647 C 55106.671,44461.519 55237.611,44304.293 55185.235,44173.353 C 55159.047,44120.977 55080.483,44278.105 55028.107,44278.105 C 54975.731,44278.105 55080.483,44147.165 55028.107,44147.165 C 54844.791,44199.541 54844.791,44513.895 54713.851,44173.353 C 54687.663,44147.165 54740.039,44042.413 54713.851,44042.413 C 54609.099,44120.977 54609.099,44304.293 54478.061,44330.579 C 54399.497,44330.579 54425.685,44147.165 54347.121,44120.977 C 54189.993,44068.601 53456.73,44435.331 53430.542,44016.225 C 53430.542,43937.661 53561.482,43937.661 53561.482,43859.097 C 53482.918,43623.405 52854.308,43649.593 52906.684,43387.713 C 53116.188,42287.723 53744.797,43859.097 53875.737,43780.533 C 54242.369,43544.841 53456.729,42785.292 53980.489,42785.292 C 54451.873,42759.104 54137.617,44540.082 54740.038,43728.157 C 54818.602,43623.405 54425.684,43492.465 54530.436,43413.901 C 54635.286,43282.961 54923.354,43571.029 55054.294,43440.089 C 55132.858,43309.149 54713.85,43440.089 54609.098,43335.337 C 54451.872,43178.209 54399.496,42942.419 54373.308,42732.915 C 54268.556,41842.426 54870.978,43544.84 55106.669,43282.961 C 55185.233,43204.397 54294.744,42497.224 54687.661,42313.908 C 54870.977,42235.344 55001.917,42732.916 55185.233,42654.352 C 55289.985,42575.788 54687.661,41737.675 55447.113,41999.653 C 56075.723,42235.345 55368.549,43335.343 56075.723,43780.533 C 56075.723,43806.721 56520.919,43597.217 56547.107,43073.359 C 56547.107,42968.607 56389.979,43020.983 56337.603,42942.419 C 56259.039,42863.855 55970.971,42366.283 56075.723,42209.156 C 56259.039,41999.652 56625.671,42392.472 56887.55,42523.412 C 56966.212,42549.6 56651.858,42471.036 56651.858,42392.472 C 56625.67,42313.908 56782.798,42340.096 56835.174,42313.908 C 56861.362,42287.72 56861.362,42235.344 56835.174,42235.344 C 56494.73,42261.532 56520.918,42785.292 56128.099,41920.99 C 55787.655,41161.539 56520.919,41737.674 56547.107,41737.674 C 56547.107,41737.674 56573.295,41711.486 56573.295,41685.298 C 56573.295,41632.922 56520.919,41528.17 56573.295,41554.358 C 56651.859,41632.922 56651.859,41790.05 56756.611,41868.614 C 56861.363,41947.276 57044.777,41920.99 57149.529,41999.652 C 57411.409,42209.156 57018.589,42471.036 57044.777,42601.976 C 57044.777,42654.352 57175.717,42601.976 57228.093,42628.164 C 57254.281,42654.352 57437.597,42811.48 57385.221,42916.232 C 57332.845,42942.42 57201.905,42916.232 57228.093,42968.608 C 57280.469,43073.36 57489.973,43047.172 57489.973,43178.21 C 57516.161,43361.526 57254.281,43544.842 57306.657,43728.158 C 57359.033,43885.286 57751.853,43780.534 57725.665,43937.662 C 57725.665,44094.79 57332.845,43832.91 57280.469,43963.85 C 57254.281,44094.79 58459.029,44618.648 57254.281,44801.963 C 57044.777,44854.339 56966.213,44487.707 56756.611,44409.143 C 56678.047,44382.955 56782.799,44566.271 56835.175,44644.835 C 56887.551,44854.339 57123.341,45037.655 57070.965,45220.971 C 57018.589,45430.475 56625.671,45430.475 56599.483,45640.077 C 56547.107,45771.017 56913.739,45692.453 56939.927,45823.393 C 56992.401,45954.333 56782.799,46085.273 56730.423,46216.213 C 56678.047,46373.341 56494.731,46687.695 56651.859,46713.883 C 57201.905,46818.635 57175.717,45718.642 57516.16,45535.323 C 58589.97,44959.089 57856.604,45692.451 57830.416,45797.203 C 57673.288,46451.902 58459.026,45744.827 58511.402,45692.451 C 58851.846,45325.721 58720.906,44278.101 58982.786,44304.291 C 59899.463,44382.953 59087.538,45535.321 59611.396,45954.331 C 60030.404,46320.963 59794.712,45482.849 59899.464,45273.345 C 59925.652,45142.405 60030.404,44985.277 60161.344,44932.901 C 60239.908,44906.713 60344.66,44959.089 60449.412,45011.465 C 60475.6,45037.653 60475.6,45116.217 60501.788,45116.217 C 60711.39,45063.841 60920.894,44775.773 61104.21,44880.525 C 61287.526,44959.089 61261.338,45247.157 61287.526,45456.661 C 61287.526,45587.699 61130.398,45666.263 61156.586,45797.203 C 61287.526,46451.902 61601.782,45325.721 61418.466,46294.775 C 61339.902,46844.821 61156.586,46556.655 61287.526,47054.324 C 61497.03,47944.813 61497.03,45351.914 61759.008,45299.534 C 62439.895,45116.218 62282.768,46242.399 62335.144,46504.284 C 62335.144,46556.66 62335.144,46373.344 62387.52,46347.156 C 62413.708,46320.968 62518.46,46347.156 62492.272,46320.968 C 62335.144,45980.524 62544.648,46478.096 62544.648,46478.096 C 62570.836,46478.096 62570.836,46399.532 62597.024,46373.344 C 62727.964,46163.84 62989.942,45797.208 63278.01,45771.02 C 63566.078,45744.832 63539.89,46347.156 63775.582,46504.283 C 63880.334,46556.659 63723.206,46268.591 63801.77,46190.027 C 63958.898,46006.711 64063.65,46425.719 64063.65,46425.719 C 64089.936,46478.095 64037.462,46294.779 64063.65,46242.403 C 64116.124,46163.839 64247.064,46111.463 64273.252,46006.711 C 64325.628,45901.959 64273.252,45771.019 64273.252,45640.079 C 64299.44,45482.853 64273.252,45273.349 64404.192,45194.785 C 64587.508,45116.221 64770.824,45247.161 64954.14,45299.537 C 65425.622,45404.289 65032.704,45613.891 65085.08,45797.207 C 65137.456,45901.959 65294.682,45875.771 65347.058,45954.335 C 65530.374,46347.155 64561.321,46451.907 65425.622,46923.388 C 65530.374,46975.764 65530.374,46687.696 65635.126,46635.32 C 65739.878,46582.846 65870.818,46687.696 65975.57,46635.32 C 66211.262,46556.658 66473.142,45980.522 66813.683,46609.034 C 66866.059,46713.884 66577.991,46661.41 66446.953,46687.696 C 66054.133,46766.26 65897.005,46713.884 65635.126,47132.892 C 65608.938,47185.268 65766.066,47185.268 65766.066,47237.644 C 65792.254,47316.208 65635.126,47368.584 65687.502,47394.772 C 65818.442,47499.524 66054.134,47420.96 66185.074,47525.712 C 66604.18,47839.968 65608.938,48416.201 65556.563,48468.577 C 65504.187,48494.765 65661.315,48390.013 65739.879,48416.201 C 65923.195,48468.577 66106.511,48599.517 66263.639,48730.457 C 66289.827,48756.645 66132.699,48756.645 66132.699,48809.021 C 66132.699,48887.585 66263.639,48966.149 66263.639,49044.811 C 66263.639,49097.187 66158.887,49018.525 66132.699,49044.811 C 65949.383,49149.563 65451.812,49359.067 65635.127,49437.631 C 65870.819,49516.195 66080.323,48939.961 66263.638,49097.187 C 66342.202,49201.939 66420.766,49306.691 66525.616,49385.255 C 66577.992,49437.631 66682.744,49332.879 66708.932,49411.443 C 66839.872,49647.135 66970.812,50092.33 66656.556,50301.932 C 66499.428,50406.684 66263.638,50380.496 66106.51,50459.06 C 66027.946,50511.436 65923.194,50616.188 65975.57,50668.564 C 66054.134,50747.128 67416.01,50904.256 66342.202,51532.865 C 66106.51,51663.805 65504.187,51113.759 65504.187,51087.571 C 65320.871,50851.879 66342.202,51506.677 66080.323,51742.369 C 65949.383,51847.121 65739.879,51480.489 65608.939,51585.241 C 65504.187,51663.805 65870.819,51742.369 65923.195,51873.309 C 65949.383,51925.685 65818.443,51978.061 65766.067,52004.249 C 65530.375,52109.001 65216.021,52397.069 65032.706,52213.753 C 64901.766,52082.813 64927.954,51559.054 64797.014,51689.993 C 64666.074,51847.121 65085.082,52082.813 64980.33,52266.129 C 64901.766,52423.257 64561.322,52239.941 64430.382,52370.881 C 64273.254,52501.821 64378.006,52816.175 64247.066,52973.303 C 64194.69,53051.867 64037.464,52894.739 63958.9,52920.927 C 63775.584,52973.303 63670.832,53208.995 63487.516,53235.183 C 63330.388,53261.371 63408.952,52580.484 62989.944,52475.634 C 62858.906,52449.446 63016.132,52763.8 62937.568,52894.74 C 62911.38,52947.116 62806.53,52842.364 62754.154,52894.74 C 62727.966,52894.74 62858.906,52973.304 62832.718,52973.304 C 62125.643,53104.244 62518.462,52920.928 61863.763,53025.68 C 61523.221,53078.056 61235.153,53366.124 60894.71,53497.064 C 60842.334,53523.252 60737.582,53549.44 60685.206,53523.252 C 60501.792,53444.688 60449.416,53156.62 60266.1,53156.62 C 60108.972,53182.808 60161.348,53523.252 60030.408,53575.628 C 59925.656,53601.816 59899.468,53392.312 59794.716,53339.936 C 59637.588,53287.56 59061.355,53261.372 58851.851,53182.808 C 58485.219,53078.056 58459.031,53706.568 58380.467,53785.132 C 58197.151,53942.358 57228.097,53837.606 57044.777,53758.944 C 56573.295,53601.816 56180.476,52842.365 55944.787,52606.674 C 55604.245,52318.508 55316.177,52554.2 55132.862,52030.44 C 55106.674,51899.5 54975.734,51742.372 55028.11,51611.432 C 55080.486,51428.116 55578.058,51349.454 55420.93,51270.89 C 55263.802,51192.326 55132.862,51689.996 55001.922,51585.244 C 54844.794,51454.304 55185.238,51166.138 55080.486,50982.822 C 55028.11,50878.07 54897.17,51218.514 54792.418,51166.138 C 54609.102,51061.386 54609.102,50799.506 54451.876,50668.566 C 54373.312,50590.002 54268.56,50616.19 54163.808,50590.002 L 54163.8,50590 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="es_3" class="fil5 str3" d="M 63408.9,156372 L 63461.276,156293.44 C 63435.088,156293.44 63408.9,156293.44 63408.9,156345.81 C 63408.9,156372 63408.9,156372 63408.9,156372 L 63408.9,156372 z" style="fill: rgb(0, 135, 59); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="dz" class="fil3 str1" d="M 75361.5,174090 L 98575.3,174090 L 98197.095,171917.18 L 98008.973,171232.96 L 97621.842,170897.12 L 96828.552,170362.97 L 96026.827,169897.08 L 95300.724,169429.32 L 94914.966,168683.01 L 94934.092,168136.79 L 94712.328,167731.13 L 94127.659,167330.26 L 93399.398,166930.77 L 92951.75,165781.93 L 92834.149,164836.32 L 93042.378,164093.05 L 93586.539,163483.38 L 94467.22,162604.46 L 94781.966,162067.07 L 94859.647,161266.62 L 95010.007,160467.93 L 95092.396,160034.11 L 95570.449,159515.16 C 95596.637,159384.22 95177.629,159384.22 95151.441,159200.81 C 95046.689,158572.29 95308.569,159122.24 95334.757,158572.29 C 95387.133,157996.06 95046.689,157838.93 95099.065,157262.79 C 95099.065,157053.29 95439.509,155455.62 95413.321,155403.25 C 95308.569,155246.13 94784.711,155324.69 94889.463,155167.56 C 95099.065,154879.49 95413.321,154931.87 95649.012,154722.37 C 96068.02,154381.82 95334.756,154381.82 95570.449,154277.07 C 95675.201,154224.7 96303.81,154250.88 96225.247,154015.19 C 96199.059,153962.82 96146.683,153936.63 96146.683,153884.25 C 96120.495,153858.06 96146.683,153831.88 96146.683,153779.5 C 95884.705,153831.88 95544.261,153831.88 95072.873,153700.94 C 94863.271,153648.56 94470.451,154067.57 94234.76,154015.19 C 93946.692,153936.63 92532.44,152915.2 92244.28,153150.89 C 91641.956,153674.75 92689.574,153936.63 91484.829,153805.69 C 91380.077,153805.69 91301.415,153700.94 91222.851,153622.37 C 91196.663,153622.37 91196.663,153570 91170.475,153570 C 90960.971,153517.62 90725.279,153570 90515.776,153491.43 C 90306.272,153360.49 90541.964,153046.14 90175.332,153072.33 C 89049.152,153177.08 89913.354,153150.89 89494.346,153596.19 C 89022.962,154093.76 88158.656,153674.75 87660.996,154015.19 C 87215.8,154329.45 88001.538,154381.83 86927.733,154434.2 C 86325.311,154460.39 86168.184,153570 85461.113,153412.87 C 84832.503,153281.83 84151.513,153386.68 83549.193,153334.31 C 83339.689,153308.02 83156.373,153150.89 82972.959,153177.08 C 82501.575,153177.08 82265.884,153570 81820.589,153570 C 81637.273,153596.19 81453.957,153543.81 81296.829,153491.44 C 81244.453,153465.25 81218.265,153334.31 81165.889,153360.5 C 81087.325,153386.68 81139.701,153517.62 81061.137,153570 C 80720.693,153831.88 80668.219,153150.89 80301.588,153334.31 C 79961.144,153465.25 79646.889,154015.2 79201.598,153962.82 C 79070.658,153936.63 78913.53,153910.44 78782.59,153858.07 C 78704.026,153831.88 78651.65,153727.13 78573.086,153727.13 C 78284.92,153700.94 77996.852,153858.07 77708.785,153858.07 C 76739.732,153858.07 75875.435,153753.32 74958.855,153831.88 C 74644.501,153858.07 72496.985,154722.37 72235.015,154958.06 C 71999.323,155193.75 71920.759,155848.55 71423.188,155769.98 C 70166.068,155612.76 71423.188,155455.63 70768.39,155272.31 C 70323.194,155167.56 70401.758,155638.95 69904.089,155796.17 C 69825.525,155796.17 69432.705,155455.63 68804.099,155743.8 C 68280.339,155979.49 68385.091,156293.74 68018.46,156660.38 C 67887.52,156791.32 66185.11,157419.92 65897.04,157419.92 C 65320.904,157367.55 65294.716,157131.86 65006.551,157014.06 L 65216.055,157236.61 C 65294.717,157524.68 66368.425,158467.54 66368.425,158572.3 C 66342.237,158755.61 66001.793,158834.18 66027.981,159017.49 C 66027.981,159227 66420.801,159279.47 66446.989,159488.98 C 66446.989,159515.16 66446.989,159515.16 66446.989,159515.16 L 66958.586,159856 L 66896.696,159975.07 L 66864.427,160047.36 L 66880.218,160411.74 L 66885.711,160619.28 L 66861.582,160873.6 L 66822.153,161022.2 L 66750.553,161243.08 L 66674.147,161514.77 L 66622.948,161790.48 L 66576.359,162015.38 L 66568.218,162375.34 L 66615.886,162408.89 L 66702.1,162577.59 L 66733.487,162789.05 L 66767.227,162975.12 L 66696.019,163195.9 L 66663.946,163268.18 L 66558.017,163817.64 L 66663.259,164263.52 L 66483.18,164933.52 L 66273.97,165716.91 L 66661.689,166143.07 L 67170.442,166590.62 L 67267.936,167668.54 L 67017.924,167893.55 L 66593.914,167842.45 L 66288.78,167794.48 L 66085.161,167762.21 L 65805.528,167717.59 L 65445.272,167711.11 L 65140.138,167661.48 L 64812.249,167581.84 L 64507.311,167531.43 L 64154.215,167446.58 L 63930.489,167357.33 L 63727.361,167322.8 L 63526.881,167262.78 L 63319.143,167278.77 L 63285.305,167284.06 L 63018.423,167797.33 L 62996.256,168217.71 L 62813.725,168393.57 L 62041.327,168407.4 L 61183.009,168400.83 L 60809.119,168322.75 L 60637.083,168325.6 L 60482.211,168322.95 L 60327.339,168320.2 L 60091.157,168353.95 L 60007.395,168415.93 L 59867.726,168519.21 L 59842.322,168773.15 L 59875.474,168960.19 L 59921.769,169278.96 L 59848.207,169497.98 L 59767.29,169793.11 L 59804.561,169942.29 L 59840.655,170103.93 L 60074.189,170508.03 L 60110.382,170701.35 L 60121.269,171003.93 L 60143.043,171266.21 L 60108.224,171347.32 L 55013.244,173550.45 L 53792.214,173758.09 L 52939.584,173558.59 L 52204.163,173873.83 L 50743.523,173519.85 L 50314.119,173659.81 L 49543.879,173999.28 L 49122.027,173646.67 L 48580.024,173346.54 L 46559.824,173563.4 L 46302.946,174090 L 75361.546,174090 L 75361.5,174090 z" style="fill: rgb(209, 210, 213); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="be" class="fil4 str2" d="M 90620.5,110434 C 90541.936,110407.81 90463.372,110381.62 90384.808,110381.62 C 90201.492,110355.44 90018.078,110538.75 89860.95,110460.19 C 89730.01,110407.81 89834.762,110172.12 89756.198,110067.37 C 89703.822,109988.8 89572.882,110041.18 89494.318,109988.8 C 89468.13,109962.62 89599.07,109910.24 89599.07,109884.05 C 89572.882,109831.68 89546.694,109779.3 89494.318,109753.11 C 89441.942,109726.92 89363.378,109831.68 89337.19,109805.49 C 89232.438,109726.92 89206.25,109569.8 89101.498,109491.23 C 88918.084,109412.57 88656.204,109491.23 88551.452,109334.01 C 88446.7,109229.25 88656.204,109072.13 88656.204,108941.19 C 88630.016,108836.43 88472.888,108810.25 88472.888,108705.49 C 88472.888,108574.55 88577.64,108469.8 88603.828,108365.05 C 88630.016,108286.39 88760.956,108207.82 88708.58,108155.45 C 88525.264,107998.32 88368.136,108469.8 88184.82,108626.93 C 87818.188,108967.37 86953.89,108757.87 87032.45,108600.74 C 87111.014,108469.8 87241.954,108391.24 87241.954,108260.3 C 87241.954,108181.64 87032.45,108181.64 87058.638,108076.88 C 87058.638,107919.76 87268.142,107788.82 87268.142,107631.69 C 87215.766,107186.49 86141.962,107448.37 86089.582,107238.87 C 86063.394,107134.12 86141.958,107003.08 86115.77,106898.33 C 86037.206,106479.32 85461.071,106898.33 85303.845,106531.69 C 85199.093,106322.19 85356.221,105719.77 85015.777,105588.83 C 84858.649,105510.27 84727.709,105876.9 84518.205,105876.9 C 83941.971,105876.9 83915.783,104881.75 83863.407,104515.03 C 83889.595,104488.84 83889.595,104488.84 83889.595,104488.84 C 84361.077,104357.9 85094.345,103781.76 85696.765,103598.45 L 85749.141,103703.2 C 85696.765,104384.09 86246.713,103938.89 86639.63,104122.21 C 86692.006,104148.4 86587.254,104253.15 86639.63,104305.52 C 86953.886,104515.03 87215.766,104148.4 87425.269,103965.08 C 87582.397,104096.02 87739.525,104200.77 87791.999,104174.58 C 87870.563,104122.21 87844.375,104017.46 87791.999,103912.7 C 87870.563,103938.89 87922.939,103965.08 88001.503,103938.89 C 88184.819,103938.89 87687.149,103336.47 88315.759,103519.79 C 88368.135,103519.79 88263.383,103650.82 88289.571,103677.01 C 88603.827,103938.89 88682.391,103310.28 88918.082,103493.6 C 88996.744,103572.26 88708.578,103729.39 88787.142,103781.76 C 89389.564,104096.02 88865.706,103703.2 89337.188,103598.45 C 89415.752,103572.26 89546.692,104331.71 89730.008,104357.9 C 90149.016,104436.46 90699.061,104410.27 91039.508,104855.57 C 91065.696,104907.94 90934.756,104960.32 90908.568,105012.7 C 90856.192,105169.82 90725.252,105300.76 90699.064,105457.89 C 90699.064,105510.27 90830.004,105484.08 90803.816,105536.46 C 90777.628,105615.02 90646.688,105641.21 90620.5,105745.96 C 90437.184,106400.76 90882.38,106217.44 91301.387,106243.63 L 91327.575,106243.63 C 91432.425,106426.95 91589.553,106715.01 91615.741,106715.01 C 91668.117,106767.39 91825.245,106662.64 91825.245,106741.2 C 91851.433,106845.95 91641.929,106950.71 91668.117,107055.46 C 91720.493,107212.68 91956.185,107186.5 92034.749,107317.44 C 92322.817,107788.82 91615.741,107867.38 91432.425,108365.06 C 91144.259,107867.39 90620.5,108836.44 90515.748,109124.51 C 90437.184,109360.2 91222.823,110381.63 90646.688,110329.26 L 90620.5,110434.01 L 90620.5,110434 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="it" class="fil4 str5" d="M 105968,129868 C 106020.38,129789.44 106020.38,129684.68 106098.94,129632.31 C 106308.44,129422.71 106256.07,130234.63 105968,129868 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="it_6" class="fil4 str6" d="M 115318,148751 C 114977.46,148934.32 113851.38,151658.06 114113.25,152024.69 C 114218,152181.92 114741.76,152181.92 114584.63,152286.67 C 114453.69,152365.23 114479.88,152103.25 114401.32,152286.67 C 114401.32,152339.04 114348.94,152391.42 114375.13,152469.98 C 114427.51,152679.49 114741.76,152784.24 114820.33,152993.74 C 114846.51,153046.12 114741.76,153019.93 114689.39,153072.31 C 114558.45,153150.87 114427.51,153229.44 114348.94,153360.47 C 114270.38,153491.41 114244.19,153648.54 114218,153779.48 C 114191.81,153936.61 114296.57,154146.11 114218,154277.05 C 114165.63,154355.62 114087.06,154015.17 113589.39,154041.36 C 113039.44,154093.74 113275.14,154277.05 112541.77,153936.61 C 112227.52,153805.67 112148.95,153229.44 111808.51,153019.93 C 111337.03,152731.86 110918.02,153019.93 110394.26,152810.43 C 110315.7,152784.24 110237.03,152758.05 110158.47,152705.68 C 110053.72,152627.11 110001.34,152443.8 109870.4,152391.42 C 109765.65,152312.86 109634.71,152391.42 109503.77,152339.04 C 108979.91,152155.73 108613.28,151658.06 108037.15,151500.93 C 107801.36,151448.56 107539.48,151684.25 107303.79,151579.5 C 107251.41,151553.31 106622.8,150872.32 106648.99,150767.57 C 106648.99,150662.82 106806.22,150610.44 106806.22,150531.88 C 106832.4,150453.31 106727.55,150427.13 106727.55,150348.56 C 106727.55,150243.81 106780.03,150112.87 106858.59,150008.12 C 106937.16,149903.37 107094.28,149877.18 107199.04,149772.33 C 107329.98,149667.58 107460.92,149274.76 107565.67,149405.7 C 107618.04,149484.26 107696.61,150008.12 107932.4,149981.93 C 108822.79,149850.99 107932.4,149196.19 109058.48,149248.57 C 109346.64,149248.57 109110.85,149562.83 109268.08,149641.39 C 109372.83,149693.77 109529.96,149562.83 109660.9,149615.2 C 109739.46,149641.39 109713.28,149798.62 109765.65,149824.8 C 109922.78,149929.56 110132.28,150034.31 110315.7,150034.31 C 110341.89,150034.31 110996.59,149719.95 110996.59,149719.95 C 111206.09,149693.77 111651.38,149850.99 111965.64,149772.33 C 112620.34,149641.39 112594.15,149379.51 112934.69,149196.19 C 113720.33,148777.19 113144.2,149353.32 113903.74,149300.95 C 114427.5,149274.76 114060.87,148986.69 114270.38,148777.19 C 114348.94,148698.62 114348.94,149012.88 114427.5,148986.69 C 114898.89,148881.94 114898.89,148462.83 115317.99,148751 M 98032.493,139086.75 C 98111.057,139453.48 99263.423,139374.91 99106.303,139951.05 C 99080.115,140108.18 98634.919,140055.8 98687.295,140239.12 C 98739.671,140422.53 99106.303,140370.15 99237.243,140527.28 C 99289.619,140579.66 99106.303,140605.85 99106.303,140684.41 C 99263.431,141627.28 99499.123,140291.49 99551.499,141548.71 C 99577.687,141993.91 99106.303,142151.04 98975.363,142517.67 C 98844.423,142858.21 99237.243,142858.21 99289.619,143146.28 C 99289.619,143251.03 99158.679,143355.78 99158.679,143486.72 C 99080.115,144351.02 99184.867,145555.77 98687.295,146420.07 C 98661.107,146472.45 98687.295,146341.51 98634.919,146315.32 C 98268.189,146184.28 97796.806,145817.65 97351.609,145843.84 C 97273.045,145843.84 97534.925,145948.59 97534.925,146027.15 C 97508.737,146131.9 97377.797,146184.28 97351.609,146315.32 C 97194.383,146917.64 97613.489,146812.89 96880.127,147153.33 C 95858.697,147624.82 96487.307,146655.76 95989.638,146446.26 C 95858.698,146393.88 95727.758,146603.39 95570.63,146603.39 C 95465.878,146603.39 95884.886,146577.2 95911.074,146446.26 C 95911.074,146262.94 95649.194,146158.09 95596.818,146000.96 C 95439.69,145477.2 95806.322,145136.76 95884.886,144691.46 C 95911.074,144508.15 95806.322,144351.02 95858.698,144167.7 C 95884.886,144010.58 96173.052,143932.01 96120.676,143774.79 C 96094.488,143643.85 95806.322,143774.79 95727.758,143670.03 C 95649.194,143539.09 95780.134,143381.97 95780.134,143251.03 C 95780.134,143224.84 95675.382,143224.84 95701.57,143198.65 C 95753.946,143120.09 95911.074,143146.27 95963.45,143041.52 C 96068.202,142779.64 95675.382,141496.33 95518.254,141312.92 C 95203.998,140972.48 94994.494,142098.66 95073.058,140789.16 C 95099.246,140605.85 95282.562,140474.91 95308.75,140291.49 C 95334.938,140186.74 95203.998,140081.99 95282.562,140003.42 C 95308.75,139977.24 95492.066,140527.28 95963.449,140527.28 C 96356.367,140553.47 97796.799,139374.91 98032.499,139086.74 M 108822.8,120753.64 C 108770.42,121277.4 108115.72,121172.65 108063.35,121591.76 C 108010.97,121906.01 108613.3,121853.64 108744.24,121958.39 C 108927.55,122115.52 108429.98,122325.02 108351.42,122560.81 C 108246.66,122901.25 108665.67,122534.62 108718.05,122665.56 C 108770.42,122796.5 108482.36,123136.95 108665.67,123241.7 C 108927.55,123398.83 109975.17,124027.43 109058.49,123975.06 C 109110.87,123844.12 109110.87,123739.37 109006.12,123608.33 C 108508.54,123136.94 108534.73,123346.45 108246.66,123713.18 C 108272.85,123686.89 108272.85,123660.7 108272.85,123660.7 C 108272.85,123398.82 107775.18,123346.45 107539.49,123451.2 C 107408.55,123529.76 107539.49,123817.93 107434.74,123922.68 C 107329.99,124027.43 107146.67,123948.87 106989.54,124001.25 C 106622.81,124158.37 106282.37,124577.38 105863.36,124655.95 C 105732.42,124682.13 105601.48,124551.19 105496.63,124629.76 C 105391.88,124655.95 105496.63,124813.07 105444.26,124917.92 C 105418.07,124996.49 105339.51,125101.24 105287.13,125179.8 C 105313.32,125153.62 105313.32,125127.43 105339.51,125127.43 C 105470.45,125127.43 105365.69,125415.5 105470.45,125467.87 C 105522.82,125494.06 105549.01,125310.74 105601.48,125363.12 C 105653.86,125467.87 105758.61,125677.38 105653.86,125755.94 C 105601.48,125782.13 105575.3,125834.5 105601.48,125886.88 C 105627.67,125913.07 105680.05,125860.69 105732.42,125860.69 C 105889.55,125991.63 106151.43,126070.2 106177.62,126253.61 C 106334.75,126986.87 105706.24,126698.81 105522.82,127144 C 105470.45,127275.04 105810.99,128689.29 105889.55,128846.41 C 106046.68,129108.29 107879.93,130417.79 108246.66,130627.29 C 108613.29,130836.89 108718.05,130705.85 109058.49,130994.02 C 109425.22,131308.28 109922.79,133377.32 110210.86,133901.08 C 110499.02,134451.13 111101.35,134948.7 111572.83,135315.33 C 111729.96,135420.08 111965.65,135446.27 112096.59,135577.31 C 112175.15,135629.68 112096.59,135786.81 112148.96,135839.19 C 112856.14,136572.45 114191.82,136336.76 115029.83,136205.82 C 115213.25,136179.63 115606.07,135891.56 115841.76,136153.44 C 116496.56,136886.81 114532.26,137148.69 115527.5,137829.57 C 116470.37,138458.18 117779.86,138405.81 118748.92,138903.38 C 119089.37,139086.7 119220.31,139374.87 119613.13,139505.81 C 119927.48,139636.75 120791.69,139767.69 121053.67,139977.19 C 121158.42,140055.75 121053.67,140239.07 121132.23,140317.73 C 121446.49,140762.93 122284.6,140684.36 122546.48,141601.04 C 122651.23,141941.49 122415.54,141836.73 122336.98,142072.43 C 122284.6,142203.37 122363.16,142727.22 122258.41,142779.6 C 122153.56,142858.16 121970.25,142779.6 121813.12,142701.04 C 121001.29,142386.68 121341.73,141915.3 120922.63,141365.26 C 120686.94,141051 119927.49,141365.26 119534.57,141234.32 C 119010.81,141051 118722.74,140448.68 118225.07,140972.44 C 118172.69,141051 117517.99,142360.5 117517.99,142412.88 C 117517.99,142491.44 117648.93,142570 117622.75,142674.85 C 117517.99,143172.43 116994.14,143146.24 117439.43,143722.37 C 117701.31,144036.73 117779.87,143748.56 118067.94,143827.13 C 118382.2,143931.98 118591.8,144246.23 118879.87,144377.17 C 118984.62,144429.55 119141.75,144377.17 119194.12,144481.92 C 119246.5,144560.49 119089.37,144665.24 119089.37,144769.99 C 119115.56,145503.35 119456,144822.37 119403.63,145765.23 C 119377.44,146315.28 118329.82,146105.68 117858.44,146655.72 C 117517.99,147048.54 117963.19,147441.46 117858.44,147912.84 C 117779.87,148305.66 117517.99,148200.91 117256.01,148410.41 C 116627.5,148960.46 117072.7,150217.58 115763.2,149850.95 C 115501.32,149772.29 115213.26,149091.41 115370.38,148803.33 C 115475.14,148646.21 115737.02,148672.39 115867.96,148541.36 C 115946.52,148436.6 115946.52,148279.48 115972.71,148148.54 C 115998.9,148017.6 116103.65,147912.84 116077.46,147781.9 C 116051.27,147624.78 115789.39,147546.21 115815.58,147388.99 C 115920.33,146917.6 116548.94,147179.48 116732.26,146917.6 C 117177.45,146393.84 116653.69,146315.28 116444.19,146027.11 C 116234.69,145712.86 116339.44,145267.66 116182.21,144927.12 C 116103.65,144717.62 115998.9,144534.3 115867.96,144377.18 C 115841.77,144324.8 115737.02,144324.8 115684.64,144272.42 C 115213.26,143565.25 115710.83,143984.36 115396.57,143198.61 C 115003.65,142203.37 114767.96,142701.04 113982.32,142753.42 C 113956.13,142753.42 114008.51,142674.85 113982.32,142622.38 C 113877.57,142517.63 113746.53,142386.69 113589.4,142308.12 C 113432.28,142229.56 113118.02,142308.12 113013.27,142124.81 C 112908.52,141941.49 113222.77,141758.18 113196.58,141548.67 C 113170.4,141339.07 113013.27,141155.75 112908.52,140998.63 C 112279.91,140134.32 112175.15,141339.07 111441.8,141077.19 C 111363.23,141051 111939.47,140631.99 111677.59,140448.68 C 110734.72,139767.69 111651.4,140474.87 110629.97,140343.93 C 110551.4,140317.74 110629.97,140186.7 110603.78,140108.14 C 110499.03,139793.88 109948.98,138955.77 109687.1,138851.02 C 108979.93,138589.14 109529.97,139086.71 109294.28,139034.33 C 109058.49,138981.96 108848.99,138693.89 108587.11,138720.08 C 108351.41,138772.45 108168.1,139086.71 107958.6,139034.33 C 107722.81,138981.96 107748.99,138641.51 107591.87,138484.38 C 107408.55,138327.26 106937.17,138379.63 106780.04,138274.88 C 106780.04,138274.88 106387.12,137724.83 106387.12,137724.83 C 106203.8,137567.71 105915.74,137541.52 105758.61,137358.2 C 105444.26,136886.82 105810.99,136965.38 105444.26,136677.22 C 105287.13,136546.28 105103.81,136441.52 104920.5,136336.77 C 104868.12,136310.58 104763.37,136389.15 104710.99,136362.96 C 104422.92,136127.27 104422.92,135682.07 104134.76,135446.28 C 103637.19,135027.28 103322.93,135341.53 102799.07,135132.03 C 102720.5,135105.84 102930.01,135027.28 102982.38,134974.9 C 103139.51,134765.4 102825.26,134424.95 102746.69,134346.39 C 102694.32,134293.91 102589.56,134346.39 102537.19,134293.91 C 102458.62,134189.16 102458.62,134032.03 102353.87,133953.47 C 102222.93,133848.72 101960.95,133927.28 101856.2,133770.15 C 101777.64,133665.4 102013.43,133455.9 101882.39,133377.33 C 101725.26,133246.39 101463.38,133403.52 101253.88,133324.96 C 101122.94,133272.58 101332.44,133036.79 101332.44,132879.66 C 101411.01,132355.9 101332.44,132172.59 101044.37,131727.29 C 100494.33,130941.66 100887.25,130234.48 100232.45,129632.15 C 100180.07,129553.49 100075.32,129527.3 99996.757,129501.12 C 99970.569,129501.12 99944.381,129579.68 99918.193,129553.49 C 99787.253,129501.12 99708.689,129343.99 99577.651,129343.99 C 99499.087,129343.99 99656.313,129579.68 99577.651,129553.49 C 99368.147,129501.12 99211.019,129343.99 99027.703,129213.05 C 98949.139,129160.67 98294.342,128479.79 98084.838,128479.79 C 98032.462,128479.79 98111.026,128610.73 98058.65,128636.91 C 98006.274,128663.1 97927.71,128636.91 97901.522,128584.54 C 97770.582,128427.31 97220.536,128165.43 96958.657,128165.43 C 96853.905,128165.43 96173.018,128558.35 96120.642,128663.1 C 96068.168,128767.85 96146.83,128924.98 96068.168,129003.55 C 95989.604,129108.3 95780.1,129082.11 95701.536,129160.67 C 95518.22,129343.99 95387.28,129763.1 95177.776,129946.41 C 94837.234,130286.85 94234.911,130260.67 93842.086,130313.04 C 93711.146,129841.66 94601.537,129239.23 94208.718,128951.17 C 94077.778,128872.61 93894.462,128977.36 93737.334,129003.55 C 93580.108,129003.55 93396.792,129082.11 93239.664,129029.74 C 92951.596,128951.17 92270.611,128453.6 92296.799,128086.87 C 92296.799,128034.5 92427.739,128034.5 92427.739,127982.12 C 92401.551,127903.56 92139.671,127824.99 92218.235,127667.86 C 92322.987,127563.11 92453.927,127484.55 92532.589,127353.61 C 92558.777,127327.42 92480.115,127275.04 92506.303,127222.57 C 92532.589,127144.01 92768.281,127275.04 92794.469,127196.38 C 92794.469,126986.88 92768.281,126777.37 92689.717,126620.25 C 92558.777,126410.74 91694.476,126070.2 91746.852,125651.19 C 91746.852,125520.25 91982.544,125520.25 92113.484,125494.06 C 92192.048,125494.06 92244.424,125651.19 92322.988,125625 C 92453.928,125598.82 93292.041,124917.93 93161.101,124682.14 C 93082.537,124525.01 92820.657,124498.82 92742.093,124315.51 C 92663.529,124210.76 92768.281,124027.44 92715.905,123922.69 C 92349.175,123294.08 91668.285,123608.33 92873.033,122901.26 C 93134.913,123372.64 93842.086,122848.88 94182.533,122770.32 C 94418.225,122717.94 94601.541,123032.2 94837.232,123032.2 C 94863.42,123032.2 95596.781,122272.65 95596.781,122141.71 C 95622.969,122010.77 95387.277,121958.39 95413.465,121853.64 C 95465.841,121696.51 95675.345,121644.14 95806.285,121539.38 C 95937.225,121434.63 96041.977,121329.88 96173.015,121225.03 C 96225.391,121198.84 96277.767,121146.47 96303.955,121172.65 C 96356.331,121329.88 96330.143,121487.01 96330.143,121644.14 C 96330.143,121722.7 96251.579,121827.45 96277.767,121932.2 C 96461.083,122272.65 96880.091,122351.21 97168.158,122455.96 C 97194.346,122455.96 97246.722,122508.34 97246.722,122560.81 C 97220.534,122665.57 97037.218,122744.13 97063.406,122848.88 C 97089.594,122953.63 97273.008,122901.26 97351.572,122979.82 C 97456.324,123110.76 97508.7,123555.96 97665.828,123425.02 C 98111.024,123084.57 97587.264,123189.33 97587.264,122927.45 C 97587.264,122351.21 98215.775,122194.09 98320.527,121722.7 C 98320.527,121670.32 98032.459,120963.15 98477.753,121041.71 C 98818.197,121094.09 98399.091,121617.94 99080.077,121775.07 C 99499.085,121906.01 99158.641,121382.25 99865.814,121513.19 C 100075.32,121539.38 99970.566,121958.39 100153.88,122063.14 C 100258.63,122115.52 100468.14,122010.76 100441.95,121906.01 C 100389.57,121827.45 100284.82,121775.07 100258.63,121670.32 C 100258.63,121565.57 100415.76,121487 100389.57,121382.25 C 100337.2,121251.21 99865.814,120963.15 100232.45,120701.27 C 100703.83,120360.82 100520.51,121120.27 101070.56,120989.33 C 101384.81,120884.58 100887.24,120517.95 100887.24,120465.57 C 100939.62,120360.82 101018.18,120282.26 101044.37,120177.51 C 101096.75,120072.66 101070.56,119941.72 101096.75,119836.96 C 101096.75,119836.96 101096.75,119836.96 101096.75,119836.96 C 101515.75,120046.47 101149.12,119784.59 101568.13,119836.96 C 101777.63,119863.15 101987.14,120413.2 102406.24,120177.51 C 102406.24,120177.51 102746.69,119470.33 102746.69,119470.33 C 102956.19,119313.2 103872.87,119417.96 104108.56,119391.77 C 104501.48,119365.58 104815.73,119025.14 105208.55,119025.14 C 105313.3,119025.14 105025.23,119156.08 104999.04,119260.83 C 104868.1,119810.78 105208.55,119444.14 105418.05,119758.4 C 105470.43,119836.96 105339.49,119941.72 105391.86,120046.47 C 105418.05,120098.84 105496.62,119994.09 105548.99,120046.47 C 106046.66,120413.2 106177.6,120465.57 106858.59,120570.33 C 107513.29,120648.89 108168.09,120701.27 108822.79,120753.64 L 108822.8,120753.64 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="by" class="fil1 str2" d="M 128937,101006 C 129251.26,100927.44 128622.74,100691.74 129041.75,100560.8 C 129172.69,100508.43 129356.11,100508.43 129513.23,100534.62 C 129565.61,100534.62 129565.61,100665.56 129644.17,100691.74 C 129906.05,100770.31 130272.68,99539.374 130377.44,99460.814 C 130587.04,99356.062 130848.92,99408.438 131058.42,99329.874 C 131372.68,99198.934 131608.47,98937.054 131948.91,98832.302 C 132079.85,98806.016 132210.79,98858.49 132341.73,98858.49 C 132472.67,98858.49 132603.61,98858.49 132734.55,98858.49 C 133127.47,98806.016 133494.1,98570.324 133860.73,98596.512 C 133939.3,98596.512 133965.48,98701.264 134044.15,98727.452 C 134698.85,98806.016 135510.77,98727.452 136113.1,98570.324 C 136401.26,98491.76 136191.66,98753.64 136348.79,98884.678 C 136401.26,98910.866 136506.01,98779.828 136558.39,98832.302 C 136610.77,98884.678 136453.64,99041.806 136532.2,99067.994 C 137186.9,99329.874 136715.52,98910.866 137029.77,98832.302 C 138077.39,98544.136 137134.53,98989.43 137474.97,99172.746 C 137527.35,99225.122 137606.01,99303.686 137632.2,99251.31 C 137763.14,99172.746 137632.2,98701.264 137763.14,98701.264 C 137894.08,98675.076 138129.77,98910.866 138286.9,98727.452 C 138391.65,98622.7 138391.65,98229.88 138548.78,98308.444 C 138784.57,98465.572 138208.33,98701.264 138863.13,98701.264 C 139098.82,98701.264 138967.88,98177.504 139334.51,98439.384 C 140015.5,98910.866 139203.57,98753.64 139753.52,98884.678 C 139910.65,98910.866 139701.15,98517.948 139805.9,98387.008 C 139963.12,98177.504 140198.82,97810.872 140408.32,97915.624 C 140617.82,98020.376 140827.33,98753.639 141036.83,98701.263 C 141403.56,98596.511 141167.87,98151.315 141586.88,98046.564 C 141744.01,98020.376 141874.95,98203.692 142005.89,98177.504 C 142870.19,98020.376 141429.75,97732.308 142634.49,97810.872 C 143236.82,97863.248 142922.56,98517.947 143603.55,98360.82 C 144258.25,98229.88 143210.63,97522.707 143210.63,97234.64 C 143210.63,97025.136 143263.01,96527.565 143289.19,96344.151 C 143420.13,95610.888 143603.55,95349.008 143708.3,95322.821 C 143891.62,95270.445 144101.12,95349.009 144258.25,95270.445 C 144363,95217.971 144310.62,95034.655 144415.38,94982.279 C 144651.07,94825.151 144991.61,94851.339 145279.68,94772.775 C 145201.11,94720.399 145253.49,94615.647 145201.11,94537.083 C 145201.11,94537.083 144651.07,94196.639 144651.07,94170.451 C 144624.88,94118.075 144729.73,94039.413 144703.54,93987.037 C 144624.88,93803.721 144441.56,93698.969 144415.38,93541.841 C 144389.19,93463.277 144546.32,93437.089 144546.32,93358.525 C 144493.94,93175.209 144127.31,93175.209 144101.12,92965.705 C 144074.93,92887.141 144232.06,92860.953 144258.25,92782.291 C 144336.81,92468.035 143393.95,92284.719 143315.38,92075.216 C 143210.63,91865.712 143393.95,91603.734 143367.76,91368.042 C 143367.76,90949.034 144624.88,91498.982 144965.42,91289.478 C 145201.11,91158.538 145462.99,90660.967 145436.8,90398.989 C 145436.8,90372.801 145332.05,90398.989 145358.24,90372.801 C 145489.18,90241.861 145724.87,90189.485 145803.43,90032.357 C 145882.1,89927.605 145803.43,89691.913 145698.68,89639.537 C 145253.49,89482.409 145201.11,89665.725 144965.42,89403.845 C 144886.86,89298.995 145148.74,88932.363 144860.67,88958.551 C 144546.31,88984.739 144389.19,88879.987 143943.99,89010.927 C 143786.86,89063.303 143629.73,89220.431 143472.51,89168.055 C 143341.57,89115.679 143577.36,88382.416 143341.57,88225.288 C 143263,88172.912 142451.18,88172.912 142189.2,87989.498 C 141770.19,87727.618 142032.07,87465.738 141429.75,87282.423 C 141325,87230.047 141586.88,86784.753 141482.12,86758.565 C 141115.39,86758.565 140984.45,86732.377 140565.45,86444.309 C 140382.13,86339.557 140722.57,85789.61 140670.2,85684.76 C 140513.07,85449.068 140879.7,85632.384 140774.95,85475.256 C 140696.39,85344.316 140067.88,84846.745 140094.06,84715.805 C 140198.82,84349.075 140251.19,84087.195 140041.69,83720.564 C 139989.31,83615.812 139832.09,83825.316 139727.33,83825.316 C 139701.15,83825.316 138863.13,83301.458 138863.13,83301.458 C 138208.33,83039.578 138679.72,83249.082 138313.08,83406.308 C 138260.71,83432.496 137946.45,83380.12 137867.89,83458.684 C 137736.95,83642 137527.35,84139.571 137317.84,84244.323 C 136898.83,84453.827 136925.02,83380.12 136925.02,83380.12 C 136113.1,83196.706 136270.22,83301.458 135720.27,83720.564 C 135589.33,83825.316 135484.58,83458.684 135353.64,83353.834 C 134908.35,83039.578 135039.29,83903.88 134384.59,83380.12 C 134384.59,83406.308 133886.92,83799.128 133834.54,83956.256 C 133782.17,84034.82 133651.23,84820.557 133651.23,84820.557 C 133520.29,84925.309 133310.78,84768.181 133153.65,84820.557 C 133101.28,84846.745 133153.65,85030.061 133075.09,85030.061 C 132970.34,85030.061 132891.77,84872.933 132760.74,84872.933 C 132420.29,84846.745 132367.92,85606.196 131922.72,85710.948 L 131922.72,85737.136 C 132079.85,86130.054 131896.53,86470.497 131870.34,86863.316 C 131844.16,87099.106 132708.36,86627.624 132603.61,86994.354 C 132577.42,87072.918 132446.48,87072.918 132394.1,87151.482 C 132367.92,87256.234 132472.67,87413.362 132394.1,87518.114 C 132236.98,87701.43 131844.16,87439.55 131713.22,87622.866 C 131608.46,87806.182 131739.4,88068.062 131608.46,88225.288 C 131110.79,89010.927 131346.49,87989.498 131032.23,88958.551 C 131032.23,89010.927 130927.48,89010.927 130927.48,89037.115 C 130927.48,89037.115 131163.17,89770.476 131163.17,89770.476 C 131163.17,89796.664 130901.29,90530.025 130927.48,90634.777 C 130927.48,90739.529 131739.4,90582.401 131503.61,91158.537 C 131451.24,91289.477 130927.48,91472.793 130953.67,91237.101 C 130953.67,91158.537 131084.61,91106.161 131058.42,91027.597 C 131006.04,90687.153 130403.62,90975.221 130325.06,91079.973 C 130036.99,91368.041 130613.22,91341.853 130194.12,91577.545 C 130010.8,91656.109 129748.92,91603.733 129617.98,91760.959 C 129513.23,91865.711 129879.86,92153.779 129748.92,92206.155 C 129617.98,92232.343 129460.85,92153.779 129329.91,92232.343 C 129172.69,92337.095 129146.5,92598.975 128989.37,92703.727 C 128753.68,92913.329 128648.93,92441.847 128439.42,92520.411 C 128229.92,92625.163 127470.37,93044.269 127156.11,92834.667 C 127627.5,94170.447 128779.86,95401.387 128858.43,96841.817 C 128858.43,96894.193 128806.06,96946.569 128779.87,96972.757 C 128596.55,97156.073 126946.61,98544.137 127706.06,98832.297 C 127758.44,98858.485 127810.81,98727.447 127863.19,98753.635 C 128098.98,98779.823 128360.86,98858.485 128570.36,99015.613 C 129094.12,99434.621 128544.17,100325.11 128753.68,100796.49 C 128779.87,100875.06 128858.43,100953.62 128910.81,101032.18 L 128936.99,101006 L 128937,101006 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="pl" class="fil4 str2" d="M 110577,105720 C 111284.07,105615.25 110446.06,105039.11 111179.32,105170.05 C 111650.81,105222.43 111257.89,105431.93 111546.05,105641.44 C 111965.06,105981.98 112305.5,105746.19 112645.95,105955.79 C 112750.8,106034.35 112724.62,106165.29 112776.99,106243.86 C 112829.37,106270.05 112855.56,106191.48 112881.74,106191.48 C 112960.31,106165.29 113038.87,106112.92 113065.06,106165.29 C 113143.62,106243.86 113065.06,106374.8 113143.62,106453.36 C 113143.62,106453.36 113719.76,106139.11 113850.8,106217.67 C 114557.87,106558.11 113562.63,106689.05 113615.01,107029.5 C 113615.01,107029.5 114217.43,107396.23 114217.43,107396.23 C 114295.99,107500.98 114453.12,108181.87 114845.94,108024.74 C 114950.69,107972.36 114924.5,107789.05 115003.07,107710.48 C 115134.11,107605.73 115395.99,107658.11 115474.55,107500.98 C 115500.74,107448.6 114924.5,106872.37 115081.73,106846.18 C 115474.55,106793.8 115919.75,107186.72 116155.44,107265.29 C 116260.29,107291.47 116391.23,107239.1 116495.98,107239.1 C 116600.73,107239.1 116731.67,107291.47 116836.43,107239.1 C 116888.8,107212.91 116862.61,107108.16 116888.8,107055.68 C 116914.99,107029.5 116967.37,107029.5 116967.37,107055.68 C 117281.62,107684.29 117072.12,107291.47 116731.67,107605.73 C 116626.92,107684.29 116993.55,107710.48 117098.31,107789.05 C 117176.87,107867.61 117150.68,107998.55 117229.25,108077.11 C 117281.62,108129.49 117360.19,108155.68 117412.66,108155.68 C 118172.11,108077.11 117307.81,108024.74 117753.1,107841.42 C 117805.48,107815.23 117805.48,107919.99 117857.86,107946.17 C 117962.61,108024.74 118250.68,108103.3 118381.62,108129.49 C 118538.74,108181.87 118774.53,108103.3 118905.47,108208.05 C 118931.66,108234.24 119167.35,108862.85 119193.54,108889.04 C 119298.29,108967.6 119507.8,108889.04 119612.55,108993.79 C 119717.3,109124.73 119638.74,109360.42 119743.49,109491.46 C 119795.96,109570.03 119979.28,109438.99 120057.84,109517.65 C 120136.41,109596.21 120005.47,109779.53 120084.03,109858.09 C 120503.04,110198.54 120843.48,108862.85 121105.46,109046.17 C 121262.59,109150.92 121262.59,109386.61 121393.53,109517.65 C 121419.72,109543.84 121524.47,109465.18 121550.66,109491.46 C 121576.85,109543.84 121472.09,109648.59 121524.47,109674.78 C 121655.41,109700.97 121786.35,109570.03 121891.1,109622.4 C 122074.42,109700.97 121917.29,110198.54 121917.29,110250.91 C 121917.29,110381.85 122152.98,110172.35 122284.02,110146.16 C 122388.77,110119.97 122493.52,110329.48 122598.28,110277.1 C 122624.46,110250.91 122938.72,109438.99 123305.35,109360.42 C 123410.2,109334.24 123514.95,109438.99 123619.71,109438.99 C 123724.46,109412.8 123776.83,109255.67 123881.59,109281.86 C 124091.09,109308.05 124222.03,109596.21 124431.53,109596.21 C 124588.76,109596.21 124719.7,109438.99 124798.26,109308.05 C 124824.45,109255.67 124667.32,109255.67 124667.32,109203.3 C 124745.89,108836.66 124903.02,109203.3 125007.77,109150.92 C 125086.33,109124.73 125086.33,108967.6 125164.9,108967.6 C 125557.72,108862.85 126448.21,108889.04 126788.65,109150.92 C 126867.21,109229.48 126841.02,109412.8 126945.87,109465.18 C 127103,109570.03 127286.32,109570.03 127469.63,109622.4 C 127810.08,109727.15 128124.43,109753.34 128438.68,109805.72 C 128569.62,109805.72 128700.56,109753.34 128831.5,109779.53 C 128883.88,109805.72 128988.63,109936.66 128962.44,109884.28 C 128648.19,108889.04 128910.07,109936.66 128464.87,109386.61 C 128360.12,109281.86 128569.62,109098.54 128543.44,108967.6 C 128464.87,108705.72 128202.99,108496.22 128150.62,108208.06 C 128072.05,107998.55 129669.62,105039.12 129879.12,104855.8 C 130350.5,104462.88 130638.67,105039.11 130717.23,104096.25 C 130717.23,103886.74 130193.37,103415.26 130167.18,103389.07 C 130036.24,103127.19 130638.67,103153.38 130560.1,103074.82 C 130141,102760.56 129381.54,102262.89 129145.75,101765.32 C 129093.38,101634.38 129198.13,101451.06 129145.75,101293.93 C 129067.19,101110.52 128831.5,100979.58 128752.93,100796.26 C 128543.43,100324.88 129093.38,99434.393 128569.62,99015.383 C 128360.11,98858.255 128098.23,98779.593 127862.44,98753.405 C 127810.07,98727.217 127757.69,98858.255 127705.31,98832.067 C 126945.86,98543.901 128595.8,97155.837 128779.12,96972.527 C 128805.31,96946.339 128857.69,96893.963 128857.69,96841.587 C 128779.12,95401.147 127626.76,94170.217 127155.37,92834.437 C 126998.24,92729.685 127155.37,92441.617 126998.24,92232.113 C 126526.76,91551.127 126814.83,92127.361 126081.56,91813.105 C 125819.68,91708.353 126003,91367.811 125610.08,91498.751 C 125531.52,91524.939 125531.52,91655.879 125452.95,91708.353 C 124248.2,92415.428 120712.53,92546.368 119219.72,92336.864 C 118748.34,92834.436 118014.97,93122.601 117412.65,92886.91 C 116888.79,92677.308 116993.55,92179.736 116836.42,91865.48 C 116784.04,91786.916 116600.73,91577.314 116705.48,91603.502 C 116784.04,91603.502 116862.61,91603.502 116914.98,91629.69 C 116784.04,91551.126 116626.91,91472.562 116469.79,91446.374 C 115526.92,91289.246 114479.31,92127.36 113772.13,92546.364 C 113536.43,92677.304 113248.37,92624.928 113065.05,92782.056 C 112619.76,93174.974 112515.01,93803.486 112384.07,93829.676 C 111415.01,94065.466 110498.44,94484.474 109581.76,94851.106 C 109346.06,94955.858 109188.94,95244.024 108953.15,95296.4 C 108822.21,95348.776 108691.27,95217.738 108560.33,95270.212 C 108324.63,95401.152 108874.58,95977.287 108638.89,96029.663 C 108691.27,96448.769 109110.27,97260.593 109162.75,97522.473 C 109241.31,98151.083 108403.2,98570.093 108586.51,99067.763 C 108691.27,99382.019 109686.5,99512.959 109686.5,99905.778 C 109686.5,100298.7 109372.25,100429.64 109607.94,100717.7 C 109686.5,100848.64 109869.82,100901.02 109922.2,101058.15 C 110000.76,101189.18 109896.01,101372.5 109922.2,101503.44 C 109948.38,101582 110053.14,101555.82 110079.32,101608.19 C 110210.26,101791.51 109896.01,102236.7 109817.44,102393.93 C 109660.32,102629.62 110053.14,102760.56 110131.7,102996.25 C 110184.08,103127.19 110000.76,103284.32 110079.32,103389.07 C 110184.08,103546.3 110419.87,103493.83 110524.62,103598.68 C 110838.87,103886.74 110786.5,105222.43 110576.99,105720 L 110577,105720 z M 107958.01,95846.35 C 107958.01,95846.35 107984.2,95846.35 107984.2,95846.35 M 107984.2,95846.35 C 108010.39,95872.538 108036.57,95872.538 108062.76,95898.726 C 108036.57,95872.538 108010.39,95872.538 107984.2,95846.35 z M 108115.14,95898.726 C 108115.14,95898.726 108115.14,95898.726 108115.14,95898.726 C 108115.14,95898.726 108115.14,95898.726 108115.14,95898.726 C 108115.14,95898.726 108115.14,95898.726 108115.14,95898.726 C 108115.14,95898.726 108115.14,95898.726 108115.14,95898.726 C 108115.14,95924.914 108115.14,95924.914 108115.14,95924.914 C 108115.14,95924.914 108115.14,95924.914 108115.14,95924.914 C 108141.33,95924.914 108141.33,95924.914 108141.33,95924.914 M 108141.33,95924.914 C 108141.33,95924.914 108141.33,95924.914 108167.51,95924.914 C 108141.33,95924.914 108141.33,95924.914 108141.33,95924.914 z M 108193.7,95924.914 C 108193.7,95924.914 108193.7,95951.102 108219.89,95951.102 C 108193.7,95951.102 108193.7,95924.914 108193.7,95924.914 z M 108219.89,95951.102 C 108219.89,95951.102 108219.89,95951.102 108219.89,95951.102 C 108246.08,95951.102 108246.08,95951.102 108246.08,95951.102 C 108246.08,95951.102 108246.08,95951.102 108246.08,95951.102 M 108246.08,95951.102 C 108272.27,95951.102 108272.27,95951.102 108272.27,95977.29 C 108272.27,95951.102 108272.27,95951.102 108246.08,95951.102 z M 108272.27,95977.29 C 108298.45,95977.29 108298.45,95977.29 108298.45,95977.29 M 108298.45,95977.29 C 108324.64,95977.29 108324.64,95977.29 108324.64,95977.29 C 108324.64,95977.29 108324.64,95977.29 108298.45,95977.29 z M 108534.15,96029.666 C 108534.15,96029.666 108534.15,96029.666 108534.15,96029.666 C 108534.15,96029.666 108534.15,96029.666 108534.15,96029.666 z M 108534.15,96029.666 C 108534.15,96029.666 108534.15,96029.666 108560.33,96029.666 C 108560.33,96029.666 108534.15,96029.666 108534.15,96029.666 z M 117255.43,91813.106 C 117360.18,91865.482 117465.03,91917.858 117543.59,92022.61 C 117569.78,92048.798 117569.78,92153.55 117517.4,92127.362 C 117333.99,91996.422 117281.61,91891.67 117255.43,91813.106 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="tm" class="fil3 str2" d="M 207036,101556 L 207036,104436.87 C 206983.62,104410.68 206905.06,104384.49 206852.68,104358.31 C 206459.86,104201.18 206407.49,103782.17 206093.23,103546.48 C 205988.38,103494.01 205831.26,103467.82 205726.5,103389.25 C 205595.56,103258.31 205621.75,102970.25 205438.43,102891.68 C 205228.93,102813.12 204993.24,102891.68 204809.83,102996.43 C 204574.13,103127.37 204390.82,103651.23 204155.13,103808.36 C 203788.4,104070.24 203840.77,103703.61 203736.02,104096.43 C 203605.08,104594 203657.46,105091.67 203736.02,105589.24 C 203814.58,106086.91 203788.4,105274.98 204102.75,105536.86 C 204364.63,105746.36 204259.88,106270.22 204390.82,106532.1 C 204443.19,106584.48 205438.44,107422.59 205124.18,107422.59 C 204888.39,107422.59 204547.95,106767.79 204338.44,106663.04 C 204181.31,106584.48 203998,106532.1 203840.77,106505.91 C 203762.21,106479.73 203657.46,106584.48 203605.08,106532.1 C 203500.33,106401.16 203552.7,106165.47 203447.95,106086.91 C 203317.01,105982.15 203055.13,106113.09 202950.38,105982.15 C 203107.51,105379.73 203186.07,104620.18 203447.95,104017.86 C 203683.64,103494.01 204940.86,101870.25 205490.81,101713.12 C 205831.26,101608.37 206486.05,101529.81 207036,101556 L 207036,101556 z M 207036,95715.59 C 206643.18,95113.168 206250.26,94484.66 205857.44,93882.24 C 205647.94,93567.984 204050.37,91368 204024.18,91210.87 C 204024.18,90948.99 204652.69,90268.005 204809.82,90058.5 C 205490.8,89010.88 206171.69,87937.08 206852.68,86889.46 C 206905.05,86784.708 206983.62,86679.956 207035.99,86522.828 L 207035.99,95715.598 L 207036,95715.59 z M 207036,110434.39 C 207009.81,110434.39 206983.62,110460.58 206983.62,110486.77 C 206957.44,110591.52 206983.62,110643.89 207036,110696.37 L 207036,110696.37 C 206905.06,110643.89 206695.56,110722.56 206564.62,110643.89 C 206459.86,110539.14 206538.43,110329.64 206433.68,110224.89 C 206355.11,110120.13 206171.7,110172.51 206093.23,110067.76 C 205674.13,109517.81 205962.19,109072.52 205752.69,108548.76 C 205674.13,108339.25 205517,107920.15 205412.25,107658.27 C 205386.06,107579.71 205176.55,107474.95 205255.02,107474.95 C 205831.25,107474.95 206093.23,107920.15 206119.32,107920.15 C 206302.64,107867.77 206459.86,107763.02 206564.62,107632.08 C 206616.99,107527.33 206486.05,107344.01 206564.62,107317.82 C 206695.56,107291.64 206852.68,107605.89 206931.25,107501.14 C 207062.19,107317.82 206826.5,106663.03 207009.81,106793.97 C 207036,106793.97 207036,106820.15 207036,106820.15 L 207036,110434.4 L 207036,110434.39 z" style="fill: rgb(209, 210, 213); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="de" class="fil4 str2" d="M 108639,96029.8 C 108691.38,96448.906 109110.38,97260.73 109162.86,97522.61 C 109241.42,98151.22 108403.31,98570.23 108586.62,99067.9 C 108691.38,99382.156 109686.61,99513.096 109686.61,99905.915 C 109686.61,100298.83 109372.36,100429.77 109608.05,100717.84 C 109686.61,100848.78 109869.93,100901.16 109922.31,101058.28 C 110000.87,101189.32 109896.12,101372.64 109922.31,101503.58 C 109948.49,101582.14 110053.25,101555.95 110079.43,101608.33 C 110210.37,101791.65 109896.12,102236.84 109817.55,102394.07 C 109660.43,102629.76 110053.25,102760.7 110131.81,102996.39 C 110184.19,103127.33 110000.87,103284.46 110079.43,103389.21 C 110184.19,103546.44 110419.98,103493.96 110524.73,103598.81 C 110891.36,103939.26 110734.23,105851.07 110419.98,105903.45 C 110079.43,105982.11 109529.49,104541.58 109241.42,105353.5 C 109189.04,105484.44 109660.42,105589.2 109555.67,105667.76 C 109241.42,105929.74 108796.12,105955.93 108481.86,106139.24 C 108429.49,106165.43 108481.86,106296.37 108429.49,106322.56 C 108219.98,106427.31 107931.91,106270.18 107774.69,106401.12 C 107643.75,106505.87 107696.12,106715.38 107565.18,106820.13 C 107512.81,106872.51 107460.43,106689.19 107381.87,106715.38 C 107146.18,106767.75 107119.99,107082.11 106962.86,107186.86 C 106884.3,107265.42 106727.07,107134.48 106648.51,107213.05 C 106569.94,107265.42 106648.51,107422.55 106569.94,107501.12 C 106465.19,107632.06 106177.12,107396.36 106098.56,107396.36 C 105443.76,107501.12 105339.01,107998.69 105129.51,108417.79 C 105077.13,108522.55 105077.13,108155.82 104972.38,108077.25 C 104893.81,107972.5 104736.69,107946.31 104605.75,107920.12 C 104369.96,107867.75 104867.63,108705.86 105391.38,109046.3 C 105443.76,109072.49 105627.17,109098.68 105653.36,109255.81 C 105731.93,109622.54 105391.38,109491.6 105339.01,109779.67 C 105312.82,109858.23 105889.05,110827.29 105967.62,110905.85 C 106412.81,111351.04 106517.57,111036.79 106805.73,111324.85 C 106989.05,111508.17 107015.24,111796.24 107198.55,111953.46 C 107617.56,112241.53 108743.74,112634.35 108717.55,113315.33 C 108691.36,114022.41 108534.24,113865.28 107984.29,113734.34 C 107931.91,113734.34 107879.44,113760.53 107853.25,113812.91 C 107800.87,114074.79 107958.1,114362.95 107696.12,114572.46 C 107460.43,114755.77 106360.43,115017.65 106334.25,115436.76 C 106334.25,115436.76 106962.86,116300.96 106962.86,116327.15 C 106989.05,116353.34 106622.32,116667.69 106753.36,116772.44 C 107041.43,117034.32 107329.49,116641.5 107093.8,117505.7 C 107093.8,117558.08 107041.43,117636.64 106989.05,117636.64 C 106150.94,117400.95 106805.73,116981.95 106412.82,116955.76 C 106203.31,116955.76 106020,117139.07 105810.49,117112.89 C 105705.74,117086.7 105731.93,116903.38 105653.36,116877.19 C 105496.14,116824.82 105339.01,116955.76 105208.07,116903.38 C 105155.69,116877.19 105260.45,116720.07 105208.07,116720.07 C 104893.81,116746.25 105181.88,117165.26 105103.32,117191.45 C 104736.69,117296.2 104134.27,117139.07 103793.82,117270.01 C 103689.07,117322.39 103741.44,117505.71 103636.69,117558.08 C 103531.94,117636.65 103401,117505.71 103296.25,117584.27 C 103217.68,117610.46 103322.43,117741.5 103270.06,117793.87 C 103243.87,117820.06 102353.38,118055.75 102248.63,118003.38 C 102196.25,117951 102248.63,117820.06 102196.25,117767.59 C 102170.06,117715.21 102039.12,117715.21 102012.94,117662.83 C 101986.65,117610.46 102143.88,117636.65 102117.69,117584.27 C 102012.94,117243.83 101279.58,117662.83 101070.07,117427.14 C 101070.07,117427.14 101122.44,117400.95 101122.44,117374.77 C 100965.32,117270.01 101122.44,117715.21 101070.07,117898.62 C 101070.07,118003.38 100572.4,118605.7 100389.08,118422.38 C 100284.33,118317.63 100572.4,118160.5 100493.83,118055.75 C 100467.65,118029.56 100389.08,118134.32 100336.71,118134.32 C 100284.33,118134.32 100205.77,118108.13 100179.58,118055.75 C 100127.2,117977.19 100310.52,117872.44 100179.58,117767.59 C 100074.83,117689.02 100022.45,117558.08 99917.698,117505.71 C 99839.134,117453.33 99734.382,117584.27 99629.63,117558.08 C 99577.156,117505.71 99629.63,117374.77 99577.156,117322.39 C 99446.216,117217.64 99472.404,117689.02 99053.396,117558.08 C 98765.328,117453.33 98582.012,117165.26 98293.847,117086.7 C 98267.659,117086.7 97403.456,117139.07 97403.456,117139.07 C 97298.704,117086.7 97298.704,116903.38 97193.854,116851.01 C 97167.666,116798.63 97246.23,116981.95 97193.854,117008.13 C 97141.478,117034.32 97036.726,117008.13 97010.538,116955.76 C 96984.35,116877.19 97115.29,116772.44 97062.914,116720.07 C 96670.094,116327.15 96224.899,117034.32 96303.463,117060.51 C 96460.591,117086.7 96617.719,117034.32 96774.847,117060.51 C 96879.599,117086.7 96591.531,117112.89 96512.967,117165.26 C 96460.591,117191.45 96539.155,117322.39 96512.967,117348.58 C 95858.169,117689.02 96329.651,117191.45 95805.793,117217.64 C 95727.229,117217.64 94522.483,117505.71 94443.923,117348.58 C 94417.735,117296.2 94601.051,117270.01 94574.863,117243.83 C 94339.171,117060.51 94234.419,117846.25 94234.419,116929.57 C 94208.231,116562.84 94470.111,116222.4 94496.299,115855.76 C 94496.299,115803.38 94391.547,115803.38 94391.547,115724.82 C 94365.359,115593.88 94417.735,115462.94 94470.111,115331.9 C 94470.111,115331.9 94836.743,114729.58 94836.743,114729.58 C 94862.931,114572.45 94889.119,113996.22 94967.781,113812.9 C 95177.285,113393.89 95701.044,113079.64 95989.111,112581.97 C 96093.961,112398.65 94522.491,112215.34 94417.731,112136.77 C 94339.167,112058.21 94391.543,111901.08 94312.979,111822.42 C 94182.039,111717.67 93343.926,112058.21 93291.549,111979.65 C 93265.361,111901.08 93370.113,111796.23 93317.737,111743.86 C 92532.098,111036.78 93055.857,112110.59 92741.601,111770.04 C 92479.623,111508.16 92348.683,110905.84 92139.179,110774.9 C 92060.615,110696.34 91903.487,110774.9 91851.111,110696.34 C 91563.043,110172.48 92610.66,109962.98 92243.931,109517.78 C 92191.555,109439.12 91563.044,109386.74 91432.104,108836.79 C 91196.314,107867.74 92401.059,107920.11 92034.428,107317.79 C 91955.864,107186.85 91720.172,107213.04 91667.796,107055.81 C 91641.608,106951.06 91851.112,106846.31 91824.924,106741.56 C 91824.924,106662.99 91667.796,106767.75 91615.42,106715.37 C 91589.232,106689.18 91222.502,106139.23 91248.69,106060.67 C 91274.878,105955.92 91458.292,105955.92 91484.48,105851.07 C 91563.044,105405.87 90803.494,105248.74 91039.186,105196.37 C 91117.75,105170.18 91170.126,105274.93 91222.502,105274.93 C 91222.502,105274.93 91720.172,104829.74 91720.172,104829.74 C 91746.36,104698.7 91405.916,104855.93 91510.668,104646.32 C 91589.232,104463.01 91772.548,104332.07 91851.112,104148.75 C 92086.804,103572.62 91510.668,103153.51 91353.442,102865.44 C 91327.254,102813.07 91379.728,102734.5 91405.916,102682.13 C 91405.916,102629.75 91353.442,102551.19 91405.916,102525 C 91536.856,102446.43 91693.984,102525 91851.112,102472.62 C 91903.488,102446.43 91798.736,102289.21 91851.112,102315.4 C 92008.24,102367.87 92112.992,102551.19 92296.308,102551.19 C 92479.624,102577.37 93186.797,102341.58 93265.361,102158.27 C 93343.925,101974.95 92767.789,101948.76 93003.481,101791.64 C 93422.489,101503.57 93920.158,101398.82 93815.406,100744.02 C 93789.218,100377.38 92820.165,100534.51 93055.857,100141.69 C 93082.045,100063.13 93212.985,100141.69 93212.985,100089.32 C 93239.173,100010.75 93108.233,99932.09 93134.421,99853.526 C 93134.421,99801.15 93212.985,99801.15 93265.361,99801.15 C 93448.677,99801.15 93605.805,99879.714 93789.219,99879.714 C 93998.723,99879.714 93815.407,99460.706 93893.971,99251.203 C 93946.347,99067.887 94391.543,98229.773 94339.167,97784.583 C 94417.731,97758.395 94496.295,97706.019 94574.859,97601.169 C 94679.611,97496.417 94443.919,97548.793 94208.227,97548.793 C 94208.227,97548.793 94208.227,97548.793 94208.227,97548.793 C 94155.851,97496.417 94077.287,97522.605 94024.911,97522.605 C 93972.535,97522.605 93946.347,97496.417 93920.159,97470.229 C 93710.655,97208.349 94286.791,96396.419 94496.295,96291.669 C 94627.235,96213.105 94784.363,96370.233 94915.401,96370.233 C 96879.601,96291.669 92872.541,96134.541 95858.168,96213.105 C 95884.356,96213.105 95962.92,96239.293 95989.108,96265.481 C 96146.334,96553.647 96251.086,97758.391 96905.785,97496.411 C 97115.289,97417.847 96696.281,95610.781 97298.703,95610.781 C 97351.079,95610.781 97351.079,95767.909 97429.643,95794.097 C 97508.207,95846.473 97639.147,95846.473 97743.899,95846.473 C 98005.779,95898.849 98293.847,95636.969 98529.636,95741.721 C 98712.952,95820.284 98712.952,96082.165 98817.704,96239.293 C 98948.644,96448.895 99655.817,97784.583 99655.817,96894.091 C 99655.817,96710.775 99262.899,96763.151 99105.771,96606.023 C 98843.891,96370.233 98896.267,95767.91 98398.597,95689.346 C 98320.033,95689.346 97717.71,95820.286 97770.086,95453.654 C 97796.274,95217.864 98162.906,94484.601 97927.214,94196.534 C 97848.65,94117.97 97272.515,94406.038 97193.853,94117.97 C 97167.665,94065.594 97351.079,94117.97 97377.267,94065.594 C 97429.643,94013.12 97193.853,93908.368 97246.229,93908.368 C 97508.207,93829.804 97953.403,94091.782 98031.966,93567.924 C 98031.966,93515.548 97429.642,92860.849 97377.267,92755.999 C 97298.703,92572.683 97272.515,92363.179 97272.515,92179.863 C 97455.831,92206.051 97770.087,92179.863 97848.651,92179.863 C 98189.095,92232.239 98529.637,92415.555 98870.081,92467.931 C 98843.893,92546.495 98843.893,92572.683 98896.269,92546.495 C 99001.021,92467.931 99053.397,92336.991 99158.149,92310.803 C 99210.525,92310.803 99131.961,92441.743 99158.149,92494.119 C 99236.713,92546.495 99341.465,92520.307 99420.029,92546.495 C 99603.345,92572.683 99786.759,92572.683 99917.699,92651.247 C 99996.263,92703.623 100022.45,92808.375 100022.45,92887.037 C 100022.45,92913.225 99970.075,92887.037 99970.075,92887.037 C 99917.699,92913.225 99812.947,92965.601 99865.323,92991.789 C 99891.511,93044.165 100022.45,92939.413 100048.64,92991.789 C 100127.2,93122.729 100101.02,93279.857 100048.64,93410.797 C 99996.263,93541.737 99629.631,93620.301 99734.383,93751.241 C 99865.323,93934.557 100362.89,93463.173 100389.08,93698.865 C 100415.27,93855.993 100127.2,94144.159 100284.33,94196.535 C 100467.65,94275.098 100467.65,93829.805 100650.96,93803.617 C 100808.09,93777.429 101410.51,94301.287 101541.45,94248.911 C 101567.64,94248.911 102091.5,93646.489 102274.81,93960.745 C 102641.44,94641.731 100808.09,95348.905 101803.33,95453.655 C 102012.93,95479.843 102170.06,95217.865 102379.56,95217.865 C 102641.44,95244.151 102353.38,96003.602 102929.51,95610.783 C 103060.45,95532.219 103139.02,94877.422 103374.81,94746.482 C 103715.25,94563.166 104081.88,94484.602 104239.01,94851.234 C 104212.82,94772.67 104186.63,94641.73 104212.82,94615.542 C 104369.95,94432.226 104579.55,94353.662 104710.49,94196.534 C 104867.62,94013.12 104893.81,93725.052 105050.94,93541.736 C 105103.31,93489.36 105443.76,93620.299 105758.11,93725.052 C 105889.05,93698.864 106019.99,93672.676 106072.37,93672.676 C 106255.68,93672.676 106150.93,94039.308 106255.68,94196.534 C 106334.25,94301.286 106517.56,94248.91 106596.13,94353.662 C 106753.35,94484.602 106831.92,94851.234 107067.61,94825.046 C 107250.92,94825.046 107460.43,94694.106 107669.93,94746.482 C 107748.5,94772.67 107565.18,94903.61 107565.18,94982.174 C 107591.37,95191.678 107669.93,95401.28 107748.5,95610.784 C 107827.06,95820.288 108089.04,95898.852 108298.54,95977.416 C 108455.67,96029.792 108560.42,96055.98 108638.99,96029.792 L 108639,96029.8 z M 106255.7,94013.13 C 106308.08,93777.438 106203.32,93489.37 106281.89,93253.679 C 106360.45,93017.987 107146.19,93698.875 106989.06,93463.183 C 106884.31,93306.055 106543.77,93384.619 106465.2,93201.303 C 106439.02,93044.175 106674.71,92913.235 106779.56,92782.197 C 106884.31,92703.633 106700.9,93096.551 106805.75,93122.739 C 106989.06,93175.115 107172.38,93096.551 107329.51,93148.927 C 107486.63,93201.303 107120,93410.807 107172.38,93567.935 C 107224.75,93751.251 107460.45,93777.439 107539.01,93960.755 C 107591.39,94013.131 107250.94,94275.109 106831.93,94379.861 C 106622.33,94458.425 106439.02,94144.169 106255.7,94013.131 L 106255.7,94013.13 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="se" class="fil4 str2" d="M 104789,90791.9 C 104841.38,90634.772 104736.62,90556.208 104579.5,90477.546 L 104474.74,90215.666 C 104684.25,90346.606 105024.69,90425.17 104919.94,90660.96 C 104919.94,90713.336 104867.56,90765.712 104789,90791.9 L 104789,90791.9 z M 107146.11,76832.5 C 107172.3,77827.741 107172.3,78403.88 106386.56,79058.67 C 106203.24,79215.798 106098.49,79425.302 105888.99,79503.866 C 105705.67,79530.054 105522.26,79320.55 105338.94,79346.738 C 105050.88,79399.114 104946.12,80472.918 104396.18,80132.475 C 104238.95,80053.911 104684.24,79608.617 104684.24,79268.174 C 104684.24,79084.858 104081.82,77932.484 104841.37,77827.734 C 105024.69,77801.546 105208,78063.426 105365.13,77958.674 C 105365.13,77958.674 105496.07,76989.621 105496.07,76989.621 C 105915.18,76439.673 106674.63,76649.177 107146.11,76832.493 L 107146.11,76832.5 z M 108796.05,78403.88 C 108848.43,78901.55 109031.74,79294.369 108638.92,79687.19 C 108560.36,79765.754 108455.61,79818.13 108403.23,79922.98 C 108272.29,80211.048 108298.48,80551.491 108193.73,80865.747 C 108193.73,80865.747 107853.18,81625.296 107853.18,81625.296 C 107172.3,81389.604 108193.73,78744.426 108796.05,78403.876 L 108796.05,78403.88 z M 104369.89,89927.58 L 104369.89,89927.58 C 104369.89,89927.58 104369.89,89927.58 104369.89,89927.58 C 104369.89,89927.58 104369.89,89927.58 104369.89,89927.58 z M 104893.75,89587.136 C 105260.38,89168.03 104841.37,89194.218 104815.18,88670.459 C 104815.18,88513.331 104972.31,88408.579 104998.5,88251.451 C 104998.5,88199.075 104893.75,88146.601 104867.56,88094.225 C 104527.12,88041.849 104081.82,87937.097 103793.75,88146.601 C 104081.82,87779.969 104579.49,87884.721 104972.31,87963.285 C 104762.81,87622.841 104631.87,87360.961 104684.24,87308.586 C 104788.99,87072.894 105155.63,87596.654 105391.32,87491.902 C 105600.92,87413.338 104867.56,87099.082 104972.31,86889.48 C 105050.87,86706.164 105417.51,86915.668 105496.07,86758.54 C 105627.11,86575.224 105548.45,86313.344 105443.69,86130.029 C 105391.32,86025.277 105234.19,86103.841 105129.44,86077.653 C 104919.93,85999.089 104972.31,85632.359 104815.18,85449.043 C 104710.43,85318.103 104500.93,85318.103 104396.17,85187.163 C 104343.7,85082.411 104422.36,84951.471 104369.89,84846.719 C 104317.51,84715.779 104003.26,84296.673 104003.26,84270.485 C 104003.26,84218.109 104108.01,84191.921 104081.82,84165.733 C 104055.63,84113.357 103950.88,84139.545 103898.5,84113.357 C 103767.56,84008.605 103662.81,83851.477 103584.25,83720.537 C 103453.31,83484.845 103610.43,82856.236 103427.12,82568.167 C 103374.74,82489.603 103191.43,82594.355 103112.76,82515.791 C 103034.2,82411.039 103060.39,82227.723 103060.39,82070.497 C 103008.01,81677.677 103741.37,80760.997 103400.93,80341.997 C 102929.45,79739.575 103191.43,81363.427 102196.18,80368.185 C 102039.05,80211.057 102300.93,79739.575 102300.93,79556.26 C 102274.74,79242.004 101960.39,78063.45 101960.39,78063.45 C 102065.24,77932.51 102327.12,78168.202 102484.25,78142.014 C 102562.81,78403.894 102667.56,78665.872 102903.26,78325.33 C 103479.49,77513.503 102746.13,76465.89 102903.26,75994.4 C 102955.63,75811.084 103217.61,75784.896 103296.17,75627.768 C 103348.55,75523.016 103296.17,75392.076 103243.8,75287.324 C 103243.8,75208.76 103112.76,75182.572 103138.95,75130.196 C 103191.42,74946.782 104029.44,74894.406 104265.13,74292.083 C 104265.13,74292.083 104238.94,73532.534 104238.94,73532.534 C 104527.11,72039.724 103846.12,72327.784 103715.18,71201.604 C 103688.99,70939.724 104212.75,71070.664 104422.35,70887.348 C 104422.35,70887.348 104710.42,69839.728 104710.42,69839.728 C 104605.67,69185.029 103610.43,69237.404 103453.3,68634.978 C 103322.36,68085.03 103741.37,67351.668 103688.99,66775.438 C 103636.62,66382.618 103217.61,66042.175 103191.42,65649.358 C 103165.14,65492.132 103296.17,65308.816 103296.17,65151.688 C 103269.99,64968.372 103165.14,64811.244 103191.42,64627.928 C 103191.42,64470.8 103374.74,64365.95 103374.74,64208.822 C 103374.74,61039.882 102981.82,66539.752 102981.82,63370.807 C 102981.82,63082.641 103348.55,62899.325 103374.74,62611.258 C 103400.93,62506.506 103243.8,62401.754 103269.99,62270.814 C 103348.55,61851.708 103924.69,60961.314 104265.13,60751.714 C 105338.94,60070.827 106046.11,61301.76 106229.42,60070.827 C 106412.74,58787.517 105312.74,59049.397 105469.87,58578.017 C 105705.66,57844.656 106072.29,57111.297 106307.98,56404.217 C 106334.17,56299.465 106465.11,56273.277 106491.3,56168.525 C 106491.3,56168.525 106412.74,55199.472 106412.74,55199.472 C 106412.74,55173.284 106543.68,54387.547 106543.68,54387.547 C 106543.68,54387.547 106281.8,53366.117 106281.8,53366.117 C 106386.55,53130.425 106805.65,53366.117 107015.16,53261.365 C 107015.16,53261.365 107591.29,52763.793 107591.29,52763.793 C 107669.86,52528.003 107329.41,52318.499 107381.79,52082.807 C 107538.92,51611.423 108403.22,50589.997 108560.35,50144.697 C 108848.42,49437.622 108167.53,49385.246 108062.78,48809.007 C 107984.21,48337.623 108272.28,48625.691 108429.41,48442.375 C 108638.91,48180.495 108638.91,47813.765 108691.29,47525.698 C 108717.48,47316.194 109215.15,46399.518 109372.27,46399.518 C 109372.27,46399.518 110210.29,46766.248 110210.29,46766.248 C 110734.15,46556.646 110079.35,45063.838 110236.48,44854.328 C 110603.21,44382.944 112410.28,45273.336 112645.97,45116.208 C 113510.27,44566.26 112593.59,44618.636 112567.4,44382.945 C 112488.84,44068.591 112934.13,43832.899 112934.13,43518.644 C 112934.13,43335.328 112881.76,43152.012 112803.19,42994.786 C 112724.63,42863.846 112384.09,42785.282 112462.65,42654.342 C 112567.4,42471.026 112855.57,42601.966 113065.07,42549.59 L 113117.45,42549.59 C 113196.01,42601.966 113326.95,42601.966 113431.71,42680.53 C 113745.96,42890.034 113326.95,42863.846 113536.46,42994.786 C 113981.75,43335.328 114741.21,43963.839 115212.69,44173.346 C 115762.64,44409.136 116207.83,44199.534 116705.5,44697.204 C 116810.25,44775.768 116731.69,45011.46 116836.44,45063.836 C 116915,45090.024 116967.38,44959.084 117019.75,44985.272 C 117229.26,45063.836 117307.82,45325.716 117465.05,45482.844 C 117517.42,45535.318 117674.55,45535.318 117648.36,45613.882 C 117360.2,46163.83 117674.55,46190.018 117753.12,46818.632 C 117779.3,46923.384 117674.55,47028.136 117674.55,47132.888 C 117622.18,47447.144 118015,47211.452 118145.94,47316.204 C 118486.38,47578.084 117936.43,47944.814 118093.56,48206.693 C 118250.69,48573.325 118879.3,48913.768 118931.67,49332.873 C 118957.86,49647.129 118722.17,50642.373 118748.36,50773.313 C 118984.05,51611.426 119560.18,51899.493 119874.54,52580.483 C 119795.97,52685.235 119717.31,52816.175 119612.56,52868.551 C 119507.81,52920.927 119429.24,52659.047 119298.3,52685.235 C 119245.93,52711.423 119219.74,52842.363 119167.36,52842.363 C 118957.86,52868.551 118722.17,52685.235 118538.75,52789.987 C 118407.81,52868.551 118617.42,53182.807 118486.38,53261.371 C 117936.43,53601.815 117753.11,52973.303 117360.2,52894.739 C 117307.82,52894.739 117412.67,53051.867 117412.67,53130.431 C 117412.67,53182.807 117438.86,53235.183 117412.67,53287.559 C 117386.39,53470.875 117229.26,53628.003 117281.63,53785.131 C 117281.63,53811.417 117307.82,53837.605 117334.01,53863.793 C 117150.69,53811.417 116967.38,53785.131 116810.25,53706.567 C 116731.69,53680.379 116653.12,53470.875 116626.93,53549.439 C 116574.56,53837.605 117281.63,53732.755 117334.01,54020.921 C 117386.38,54178.049 117019.75,54073.297 116862.62,54151.861 C 116836.44,54178.049 116941.19,54178.049 116993.56,54178.049 C 117019.75,54204.237 117307.82,54387.553 117150.69,54518.493 C 117124.5,54544.681 117098.32,54387.553 117045.94,54413.741 C 117019.75,54439.929 117124.5,54544.681 117072.13,54570.869 C 116862.62,54701.809 116260.3,54570.869 116155.45,54963.787 C 116155.45,55042.351 116312.68,54963.787 116365.05,54989.975 C 116548.37,55120.915 116705.5,55304.231 116784.06,55513.735 C 116941.19,55985.119 116155.45,56194.721 116129.26,56718.485 C 116103.08,57347.095 116967.38,57399.471 117176.88,57870.855 C 117203.07,57897.043 116653.12,58578.029 116548.37,58813.72 C 116391.24,59127.976 116338.87,60411.28 116024.51,60463.66 C 115972.14,60463.66 115972.14,60280.344 115919.76,60306.532 C 115736.45,60332.72 115998.33,60751.728 115815.01,60830.292 C 115736.45,60882.766 115762.63,60516.036 115684.07,60568.412 C 115657.88,60568.412 115657.88,60594.6 115657.88,60620.788 C 115657.88,60620.788 115631.69,60620.788 115631.69,60620.788 C 115579.32,60699.352 115684.07,60856.48 115605.51,60908.954 C 115526.94,61013.706 115212.69,60961.33 115134.12,61118.458 C 115055.56,61223.21 115081.75,61432.714 114950.71,61485.09 C 114793.58,61537.466 114557.89,61249.398 114453.14,61380.338 C 114348.38,61537.466 114741.2,61746.97 114662.64,61930.286 C 114584.08,62061.324 114400.76,61668.406 114296.01,61746.97 C 114165.07,61851.722 114322.2,62061.324 114296.01,62218.452 C 114269.82,62401.768 114243.63,62663.648 114060.32,62768.4 C 113903.19,62846.964 113719.77,62585.084 113536.46,62611.272 C 113431.71,62611.272 113772.15,62689.836 113798.34,62794.588 C 113824.53,62846.964 113693.59,62873.152 113641.21,62873.152 C 113588.83,62873.152 113719.77,62742.212 113667.4,62689.836 C 113615.02,62663.648 113510.27,62663.648 113484.08,62716.024 C 113457.89,62794.588 113641.21,62873.152 113588.83,62951.716 C 113536.46,63004.092 113379.33,62846.964 113300.77,62925.528 C 113248.39,62977.904 113431.71,63004.092 113457.89,63082.656 C 113457.89,63108.844 113353.14,63056.468 113326.95,63082.656 C 113274.58,63187.408 113326.95,63370.822 113248.39,63449.386 C 113143.64,63554.138 112750.82,63475.574 112855.57,63554.138 C 113012.7,63685.078 113484.08,63475.574 113431.71,63658.89 C 113353.14,63868.394 113117.45,63999.334 112986.51,64182.65 C 112934.13,64235.026 112881.76,64339.778 112803.19,64365.966 C 112724.63,64392.154 112567.4,64365.966 112567.4,64287.402 C 112593.59,64208.838 112777.01,64261.214 112803.19,64182.65 C 112881.76,64025.522 112593.59,64235.026 112488.84,64261.214 C 112515.03,64339.778 112567.4,64418.342 112619.78,64497.004 C 112698.44,64680.32 112829.38,65177.891 112619.78,65125.515 C 112567.4,65125.515 112593.59,64863.635 112541.22,64916.011 C 112462.65,65046.951 112567.4,65256.455 112462.65,65387.395 C 112436.46,65465.959 112305.52,65361.207 112226.96,65361.207 C 112043.64,65387.395 111807.95,65361.207 111650.82,65465.959 C 111231.72,65780.313 111938.89,65911.253 112253.15,66277.884 C 112279.34,66304.072 112148.4,66330.26 112122.21,66304.072 C 112122.21,66277.884 112043.64,66277.884 112043.64,66304.072 C 112017.46,66513.576 112069.83,66723.08 112043.64,66932.682 C 112017.46,67063.622 111912.7,67168.374 111886.52,67299.314 C 111860.33,67456.442 111860.33,67613.57 111912.7,67770.698 C 111912.7,67796.886 111991.27,67718.322 112017.46,67744.51 C 112122.21,67927.826 112410.28,68189.804 112253.15,68346.932 C 112096.02,68504.06 111860.33,68058.864 111650.82,68137.428 C 111048.4,68346.932 112069.83,68896.879 111991.27,69473.118 C 111991.27,69577.87 111729.39,69420.742 111729.39,69499.306 C 111703.2,69630.246 111912.7,69656.434 111938.89,69761.186 C 111965.08,69813.562 111834.14,69787.374 111834.14,69839.75 C 111834.14,69944.502 111834.14,70075.442 111886.52,70180.194 C 111912.7,70284.946 111886.52,70415.984 111938.89,70520.736 C 111965.08,70573.112 112069.83,70468.36 112069.83,70520.736 C 112096.02,70546.924 111965.08,70546.924 111938.89,70573.112 C 111912.7,70625.488 111912.7,70704.052 111938.89,70756.428 C 111991.27,70887.368 112174.58,70965.932 112200.77,71123.06 C 112226.96,71280.188 112069.83,71437.316 112096.02,71594.542 C 112096.02,71646.918 112174.58,71568.354 112226.96,71594.542 C 112305.52,71620.73 112253.15,71804.046 112331.71,71804.046 C 112619.78,71804.046 113169.83,71646.918 113431.7,71804.046 C 113536.45,71856.422 113431.7,72039.738 113484.08,72144.49 C 113562.64,72301.618 113719.77,72406.37 113877,72511.122 C 113903.18,72537.31 114007.94,72432.558 114034.12,72484.934 C 114086.5,72537.31 113955.56,72642.062 114007.94,72668.25 C 114034.12,72668.25 115369.81,72144.49 114662.64,72930.228 C 114557.88,73061.168 114322.19,72694.438 114165.06,72746.912 C 114034.12,72799.288 114348.38,72904.04 114426.94,73008.792 C 114531.7,73165.92 114557.88,73401.612 114715.01,73506.364 C 114793.58,73532.552 114845.95,73244.484 114950.7,73296.86 C 115081.74,73349.236 115003.08,73584.928 115107.93,73663.492 C 115500.75,74108.786 115788.82,73820.62 115710.25,74527.793 C 115684.07,74789.673 115448.37,74501.605 115422.19,74501.605 C 115291.25,74527.793 115265.06,74684.921 115160.31,74763.485 C 114924.52,75025.365 115160.31,75261.155 114426.94,75601.598 C 114400.76,75627.786 114557.88,75863.478 114557.88,75889.666 C 114505.51,75968.23 114374.57,75837.29 114269.82,75863.478 C 114086.5,75889.666 113903.18,76046.794 113693.58,76046.794 C 113484.08,76046.794 113667.39,75653.974 113667.39,75470.658 C 113693.58,75287.342 113536.45,75313.53 113457.89,75208.778 C 113457.89,75182.59 113484.08,75130.214 113457.89,75077.74 C 113353.14,74920.612 113326.95,74684.92 113143.63,74606.356 C 113012.69,74553.98 112829.38,74684.92 112750.81,74815.86 C 112724.63,74894.424 112960.32,74789.672 112986.51,74842.048 C 113091.26,75025.364 113012.69,75261.154 113117.45,75418.282 C 113196.01,75549.222 113588.83,75523.034 113510.27,75653.974 C 113196.01,76256.298 112436.46,75339.718 112279.34,75392.094 C 112069.83,75444.47 111965.08,75732.538 111729.39,75732.538 C 111572.26,75732.538 111546.07,75392.094 111388.85,75418.282 C 111257.91,75444.47 111388.85,75706.35 111310.28,75837.29 C 111284.09,75889.666 111205.53,75784.914 111126.97,75784.914 C 110917.46,75811.102 110681.77,75811.102 110498.46,75915.854 C 110446.08,75942.042 110577.02,76020.606 110629.4,76072.982 C 110838.9,76203.922 111100.78,75994.418 111257.91,75942.042 C 111519.88,75915.854 111781.76,76256.298 112017.46,76177.734 C 112122.21,76125.358 111807.95,75811.102 111938.89,75837.29 C 112096.02,75837.29 112148.4,76125.358 112305.52,76203.922 C 112462.65,76256.298 112698.44,76072.982 112829.38,76203.922 C 112907.95,76282.486 112619.78,76439.712 112672.16,76570.652 C 112724.63,76649.216 112934.13,76596.84 113012.7,76518.276 C 113065.07,76465.9 112855.57,76334.96 112907.95,76308.772 C 113038.89,76256.298 113143.64,76413.524 113248.39,76439.712 C 113457.89,76492.088 113641.21,76623.028 113824.53,76544.464 C 113955.56,76492.088 113850.81,76203.922 113955.56,76125.358 C 114086.5,76046.794 114269.82,76203.922 114400.76,76125.358 C 114584.08,76046.794 114610.26,75706.35 114819.77,75680.162 C 114976.9,75653.974 115238.87,75915.854 115160.31,76046.794 C 115029.27,76230.11 114715.02,76046.794 114505.51,76125.358 C 114479.32,76125.358 114557.89,76203.922 114584.08,76230.11 C 114662.64,76387.336 114819.77,76544.464 114819.77,76727.78 C 114845.96,76780.156 114688.83,76701.592 114636.45,76753.968 C 114453.14,76858.72 114243.63,76963.472 114138.88,77146.788 C 114034.13,77330.104 114112.69,77565.894 114034.13,77749.21 C 113981.75,77853.962 113903.19,77356.292 113772.15,77408.668 C 113693.59,77461.044 113903.19,77749.21 113824.53,77696.834 C 113562.65,77592.082 113929.38,76701.593 113510.27,76753.969 C 113510.27,76753.969 113588.83,77906.339 113117.45,78246.779 C 112960.32,78351.531 112724.63,78272.967 112541.22,78299.155 C 112462.65,78325.343 112750.82,78377.719 112750.82,78456.283 C 112855.57,78770.637 112462.65,78561.035 112410.28,78613.411 C 112357.9,78639.599 112567.4,78639.599 112567.4,78718.261 C 112593.59,78744.449 112488.84,78692.073 112436.46,78718.261 C 112410.28,78744.449 112384.09,78796.825 112357.9,78796.825 C 112305.52,78796.825 110969.84,78613.411 111074.59,78849.201 C 111100.78,78901.577 111179.34,78901.577 111257.91,78901.577 C 111284.09,78901.577 111310.28,78823.013 111336.47,78823.013 C 111388.85,78849.201 111388.85,79006.329 111467.51,78980.141 C 111519.88,78980.141 111441.22,78823.013 111519.88,78823.013 C 111938.89,78718.261 112279.33,78823.013 112462.65,79242.021 C 112462.65,79294.397 112331.71,79215.833 112305.52,79242.021 C 112200.77,79346.773 112436.46,79503.901 112148.39,79503.901 C 111938.89,79503.901 111677.01,79215.833 111546.07,79372.961 C 111415.03,79530.089 111938.89,79451.525 112096.02,79556.277 C 112200.77,79634.841 112410.27,80106.323 112331.71,80237.263 C 112279.33,80342.015 112017.45,80158.699 111991.27,80263.451 C 111965.08,80394.391 112541.21,81101.564 112357.9,81337.261 C 112226.96,81494.389 111912.7,81258.697 111729.39,81337.261 C 111650.82,81337.261 111755.58,81442.013 111807.95,81494.389 C 111912.7,81625.329 112331.71,81756.269 112331.71,81965.773 C 112331.71,82149.089 111991.27,82253.939 112017.46,82463.443 C 112017.46,82620.571 112279.34,82620.571 112384.09,82751.511 C 112410.28,82803.887 112279.34,82803.887 112253.15,82830.075 C 112148.4,83013.391 112043.64,83222.895 112017.46,83432.497 C 111965.08,83589.625 112331.71,84165.76 112305.52,84218.136 C 112253.15,84270.512 112122.21,84165.76 112043.64,84244.324 C 111834.14,84453.828 112279.34,84872.934 112200.77,85213.377 C 112200.77,85291.94 111991.27,85213.377 111965.08,85291.94 C 111912.7,85370.504 112096.02,85475.256 112043.64,85553.82 C 111755.58,86418.121 111886.52,84925.309 111755.58,85815.798 C 111677.01,86365.746 111650.82,87230.048 111205.53,87649.058 C 111179.34,87675.246 111100.78,87649.058 111074.59,87596.682 C 111074.59,87544.306 111153.15,87491.93 111126.97,87439.554 C 111126.97,87360.991 110681.77,87413.366 110681.77,87413.366 C 110655.58,87387.178 110734.15,87282.426 110707.96,87282.426 C 110446.08,87308.614 110419.89,87439.554 110288.85,87570.494 C 110053.16,87753.81 110210.29,87360.99 110131.72,87387.178 C 109948.41,87491.93 109712.72,87544.306 109660.34,87544.306 C 109529.4,87570.494 109424.65,87518.118 109293.71,87518.118 C 109188.96,87518.118 109031.73,87439.555 109005.54,87544.306 C 108953.17,87701.434 109241.33,87858.562 109162.77,87989.502 C 109031.73,88120.442 108796.04,87963.314 108612.72,88015.69 C 108455.59,88068.066 108429.41,88251.48 108350.84,88382.42 C 107669.86,89377.661 108534.16,89063.307 108507.97,89744.29 C 108481.78,89953.794 108350.84,90137.11 108193.71,90294.238 C 108062.77,90425.178 107643.67,90163.298 107565.1,90163.298 C 106936.59,90110.922 107119.91,90556.216 106465.11,90556.216 C 106255.61,90556.216 106072.29,90425.178 105888.98,90398.99 C 105784.23,90398.99 105627.1,90477.554 105522.25,90425.178 C 105338.93,90320.426 105810.41,90241.862 105810.41,90241.862 C 105810.41,90084.734 105653.29,89953.794 105679.47,89796.666 C 105679.47,89639.538 105888.98,89560.974 105941.35,89430.034 C 105941.35,89430.034 105469.87,88775.236 105103.24,88199.104 C 105077.05,88303.856 104946.11,88408.608 104946.11,88539.548 C 104972.3,89089.496 105496.06,89037.12 104919.92,89560.978 C 104919.92,89587.166 104919.92,89587.166 104893.74,89587.166 L 104893.75,89587.136 z M 113091.27,83091.926 C 113143.64,83013.362 113248.4,83039.55 113326.96,83013.362 C 113143.64,83432.468 112777.01,85239.532 112698.45,85789.582 C 112672.16,85920.522 112777.01,86941.852 112436.47,86968.142 C 112384.09,86968.142 112279.34,85789.582 112279.34,85710.922 C 112331.72,84951.471 112855.58,84558.552 112986.52,83851.482 C 113038.89,83537.226 112855.58,83406.286 113091.27,83091.933 L 113091.27,83091.926 z M 116626.94,82384.851 C 116626.94,82541.979 116417.43,82568.167 116312.68,82672.919 C 115972.14,83065.739 116574.56,82777.671 116076.89,83170.491 C 115684.07,83458.657 115919.76,83458.657 115710.26,83851.477 C 115631.7,83982.417 115448.38,84375.237 115369.82,84218.109 C 115291.25,84060.981 115500.76,83851.477 115579.32,83668.161 C 115553.13,83694.349 115526.94,83746.725 115500.76,83746.725 C 115474.57,83746.725 115474.57,83668.161 115474.57,83641.973 C 115448.38,83458.657 115186.5,83144.303 115186.5,83091.927 C 115186.5,82934.799 115291.25,82777.671 115291.25,82620.543 C 115265.06,82437.227 115107.94,82306.287 115107.94,82122.873 C 115081.75,81991.933 115867.39,80734.813 115972.14,80682.433 C 116155.46,80603.869 116365.06,80682.433 116548.37,80656.245 C 116836.44,81075.351 116496,81127.727 116260.31,81677.675 C 115972.14,82358.661 116626.94,82149.059 116626.94,82384.849 L 116626.94,82384.851 z M 117517.43,53942.351 C 117569.8,53968.539 117595.99,53994.727 117648.37,54020.915 C 117674.55,54047.103 117595.99,53994.727 117517.43,53942.351 z M 115710.26,60908.941 C 115710.26,60961.317 115710.26,60882.753 115684.07,60804.091 C 115710.26,60830.279 115710.26,60882.753 115710.26,60908.941 z M 104003.26,89063.241 L 103977.07,88984.677 C 103977.07,88827.549 103924.69,88722.797 103846.13,88670.421 L 103819.94,88565.669 C 103872.32,88565.669 103924.69,88591.857 103950.88,88644.233 C 103977.07,88748.985 104003.26,88906.113 104003.26,89063.241 L 104003.26,89063.241 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no" class="fil1 str2" d="M 113301,42628.1 C 113301,42628.1 113301,42628.1 113301,42628.1 C 113301,42628.1 113301,42628.1 113301,42628.1 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_7" class="fil1 str2" d="M 113275,42602 C 113275,42628.188 113275,42628.188 113301.19,42628.188 C 113275,42628.188 113275,42628.188 113275,42602 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_8" class="fil1 str2" d="M 113196,42602 C 113222.19,42602 113222.19,42602 113248.38,42602 C 113222.19,42602 113222.19,42602 113196,42602 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_9" class="fil1 str2" d="M 113118,42575.8 C 113118,42575.8 113144.19,42575.8 113144.19,42575.8 C 113144.19,42575.8 113118,42575.8 113118,42575.8 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_24" class="fil1 str2" d="M 113406,42654.3 C 113406,42654.3 113406,42654.3 113406,42654.3 C 113406,42654.3 113406,42654.3 113406,42654.3 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_25" class="fil1 str2" d="M 113380,42654.3 C 113380,42654.3 113380,42654.3 113380,42654.3 C 113380,42654.3 113380,42654.3 113380,42654.3 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_26" class="fil1 str2" d="M 113327,42628.1 C 113327,42628.1 113327,42628.1 113353.19,42628.1 C 113327,42628.1 113327,42628.1 113327,42628.1 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_27" class="fil1 str2" d="M 113301,42628.1 C 113301,42628.1 113301,42628.1 113301,42628.1 C 113301,42628.1 113301,42628.1 113301,42628.1 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_28" class="fil1 str2" d="M 113249,42602 C 113249,42602 113249,42602 113249,42602 C 113249,42602 113249,42602 113249,42602 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_30" class="fil0 str2" d="M 117649,47159.1 C 117649,47159.1 117649,47159.1 117649,47159.1" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_31" class="fil0 str2" d="M 117675,47132.9 C 117675,47132.9 117648.81,47132.9 117648.81,47132.9" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_32" class="fil0 str2" d="M 113406,42654.3 C 113432.19,42654.3 113432.19,42654.3 113432.19,42680.488" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_33" class="fil0 str2" d="M 113144,42575.8 C 113144,42575.8 113144,42575.8 113144,42575.8" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="ua" class="fil1 str2" d="M 164424,106061 L 164424,106034.81 C 164214.5,105799.02 164345.44,105720.46 164397.81,105484.77 C 164450.19,105196.7 164083.56,105563.33 164083.56,105406.2 C 164109.74,105222.89 163952.62,104594.28 164031.18,104437.15 C 164057.37,104437.15 164816.92,103730.07 164816.92,103730.07 C 164869.29,103625.32 164738.26,103494.28 164738.26,103389.53 C 164712.07,103284.78 164685.88,103153.84 164764.44,103049.09 C 165157.36,102577.7 166388.29,102787.21 166754.92,102237.16 C 166833.49,102132.41 166702.55,101975.28 166650.17,101844.34 C 166623.98,101791.97 166519.23,101765.78 166519.23,101713.4 C 166519.23,101634.84 166676.36,101634.84 166676.36,101582.46 C 166676.36,101503.9 166571.61,101451.52 166545.42,101372.96 C 166519.23,101242.02 166545.42,101084.79 166571.61,100927.67 C 166571.61,100875.29 166650.17,100822.91 166650.17,100770.54 C 166754.92,100456.28 166283.54,100744.35 166283.54,100744.35 C 166204.97,100691.97 166362.1,100561.03 166335.91,100456.28 C 166231.16,100272.97 166074.03,100089.65 165943,99932.423 C 165759.68,99749.107 165471.61,100194.4 165445.42,99906.235 C 165314.48,99068.22 165393.05,99303.911 165864.43,99094.408 C 165890.62,99068.22 166100.22,98622.926 165943,98675.302 C 165576.36,98753.866 165393.05,99015.844 165078.79,98753.866 C 164738.25,98465.798 165340.67,98387.234 165419.24,98256.294 C 165497.8,98177.73 165393.05,98046.79 165419.24,97968.226 C 165497.8,97627.684 165812.06,97444.368 165497.8,97103.925 C 165393.05,96972.985 165209.73,96946.797 165104.98,96842.045 C 164974.04,96684.917 165288.3,96344.375 165078.79,96318.187 C 164581.12,96291.999 164895.48,96711.105 164502.56,96789.669 C 163166.87,96999.173 164843.1,96606.353 163769.3,96422.939 C 163428.75,96370.563 163402.57,96763.481 163114.5,96580.165 C 163009.75,96527.789 162931.18,96396.751 162852.62,96318.187 C 162616.93,96161.059 162721.68,96763.481 162433.51,96763.481 C 162250.2,96763.481 162066.88,96711.105 161883.56,96632.541 C 161805,96580.165 161752.62,96396.751 161647.87,96422.939 C 161516.93,96422.939 161464.56,96684.917 161307.43,96684.917 C 161124.01,96684.917 160993.07,96501.601 160783.57,96475.413 C 160102.68,96370.563 161124.01,97391.992 160416.94,97261.052 C 160233.62,97234.864 160181.25,96999.172 160024.02,96920.608 C 159919.27,96868.232 159762.14,96946.796 159631.2,96894.42 C 159238.38,96763.48 158950.31,96265.81 158609.77,96003.931 C 158505.02,95925.367 157535.96,96920.608 157195.52,97391.991 C 157090.77,97549.119 156828.89,97261.051 156645.57,97234.863 C 156540.82,97234.863 156540.82,97391.991 156462.16,97444.367 C 156331.22,97522.931 156226.47,97208.675 156069.34,97156.299 C 155440.83,96999.171 155309.79,97915.848 154864.59,97680.157 C 154681.27,97601.495 154524.14,97496.743 154393.2,97365.803 C 154288.45,97261.051 154183.7,97130.111 154157.51,96972.983 C 154157.51,96894.419 154314.64,96868.231 154288.45,96789.667 C 154288.45,96684.915 153607.47,96082.493 153581.28,96003.93 C 153555.09,95925.366 153712.22,95794.426 153659.84,95742.05 C 153633.65,95715.862 153581.28,95715.862 153555.09,95715.862 C 153450.34,95742.05 153371.77,95820.614 153267.02,95820.614 C 153083.71,95846.802 153057.52,95532.546 152952.67,95401.606 C 152926.48,95349.23 152874.1,95349.23 152821.73,95375.418 C 152716.98,95427.794 152167.03,95768.238 152062.28,95768.238 C 152009.9,95794.426 152009.9,95637.298 151931.34,95637.298 C 151747.92,95637.298 151564.61,95663.486 151407.48,95715.862 C 151355.1,95742.05 151197.98,96108.682 151067.04,95846.802 C 151040.85,95794.426 151145.6,95742.05 151145.6,95689.674 C 151171.79,95611.11 151171.79,95506.358 151119.41,95453.982 C 151040.85,95375.418 150936.1,95427.794 150857.53,95349.23 C 150726.59,95270.666 150883.72,95008.688 150778.97,94903.936 C 150674.22,94772.996 150307.49,94694.432 150386.05,94537.304 C 150490.8,94406.364 151093.22,94275.424 150936.1,94039.634 C 150726.59,93725.378 150228.92,93751.566 150071.79,93620.626 C 149967.04,93542.062 149888.48,93437.31 149862.29,93332.558 C 149809.91,93227.806 149888.48,93096.866 149836.1,93044.49 C 149731.35,92939.738 149574.22,92939.738 149469.47,92861.174 C 149312.24,92756.324 149233.68,92546.82 149050.36,92520.632 C 148840.86,92468.256 148762.3,92939.738 148526.6,92939.738 C 148448.04,92939.738 148474.23,92756.324 148395.66,92756.324 C 147374.23,92677.76 148002.75,93253.994 147400.42,93515.873 C 147400.42,93515.873 146274.24,93594.437 146248.05,93594.437 C 146195.68,93594.437 146378.99,94380.174 146143.3,94615.867 C 145986.17,94746.807 145802.76,94877.747 145593.26,94903.935 C 145514.69,94903.935 145540.88,94746.807 145462.32,94694.431 C 145409.94,94668.243 145331.38,94799.183 145279,94772.995 C 144990.93,94851.559 144650.39,94825.371 144414.7,94982.499 C 144309.95,95034.875 144362.32,95218.191 144257.57,95270.665 C 144100.44,95349.229 143890.94,95270.665 143707.62,95323.041 C 143602.87,95349.229 143419.46,95611.109 143288.52,96344.371 C 143262.33,96527.785 143209.95,97025.357 143209.95,97234.86 C 143209.95,97522.928 144257.57,98230.101 143602.87,98361.04 C 142921.88,98518.168 143236.14,97863.468 142633.82,97811.092 C 141429.07,97732.528 142869.51,98020.596 142005.21,98177.724 C 141874.27,98203.912 141743.33,98020.596 141586.2,98046.784 C 141167.19,98151.536 141402.88,98596.732 141036.15,98701.483 C 140826.65,98753.859 140617.15,98020.596 140407.64,97915.844 C 140198.14,97811.092 139962.45,98177.724 139805.22,98387.228 C 139700.47,98518.168 139909.97,98911.086 139752.84,98884.898 C 139202.9,98753.86 140014.82,98911.086 139333.84,98439.604 C 138967.2,98177.724 139098.14,98701.484 138862.45,98701.484 C 138207.65,98701.484 138783.89,98465.792 138548.1,98308.664 C 138390.97,98230.1 138390.97,98622.92 138286.22,98727.672 C 138129.09,98911.086 137893.4,98675.296 137762.46,98701.484 C 137631.52,98701.484 137762.46,99172.966 137631.52,99251.53 C 137605.33,99303.906 137526.67,99225.342 137474.29,99172.966 C 137133.85,98989.65 138076.71,98544.356 137029.1,98832.522 C 136714.84,98911.086 137186.22,99330.094 136531.52,99068.214 C 136452.96,99042.026 136610.09,98884.898 136557.71,98832.522 C 136505.34,98780.048 136400.58,98911.086 136348.11,98884.898 C 136190.98,98753.86 136400.58,98491.98 136112.42,98570.544 C 135510.09,98727.672 134698.17,98806.236 134043.47,98727.672 C 133964.81,98701.484 133938.62,98596.732 133860.05,98596.732 C 133493.42,98570.544 133126.79,98806.236 132733.87,98858.71 C 132602.93,98858.71 132471.99,98858.71 132341.05,98858.71 C 132210.11,98858.71 132079.17,98806.236 131948.23,98832.522 C 131607.79,98937.274 131372,99199.154 131057.75,99330.094 C 130848.24,99408.658 130586.36,99356.282 130376.76,99461.034 C 130272.01,99539.598 129905.38,100770.53 129643.5,100691.96 C 129564.93,100665.78 129564.93,100534.84 129512.56,100534.84 C 129355.43,100508.65 129172.01,100508.65 129041.07,100561.02 C 128622.07,100691.96 129250.58,100927.66 128936.32,101006.22 L 128910.13,101032.41 C 128910.13,101032.41 128910.13,101006.22 128910.13,101006.22 C 128988.7,101110.97 129093.45,101189.63 129145.83,101294.39 C 129198.2,101451.51 129093.45,101634.83 129145.83,101765.77 C 129381.62,102263.34 130141.07,102761.01 130560.18,103075.27 C 130638.74,103153.83 130036.32,103127.65 130167.26,103389.53 C 130193.45,103415.71 130717.3,103887.2 130717.3,104096.7 C 130638.74,105039.56 130350.57,104463.33 129879.19,104856.25 C 129669.69,105039.56 128072.12,107999 128150.69,108208.51 C 128203.07,108496.67 128464.95,108706.18 128543.51,108968.06 C 128569.7,109099 128360.2,109282.31 128464.95,109387.07 C 128910.14,109937.11 128648.26,108889.49 128962.52,109884.74 C 128988.71,109937.11 128883.96,109806.17 128831.58,109779.98 C 128700.64,109753.8 128569.7,109806.17 128438.76,109806.17 C 128360.2,109779.98 128255.44,109779.98 128176.88,109753.8 C 128203.07,110015.68 128019.65,110382.31 127993.47,110644.19 C 127967.28,110827.6 127993.47,111010.92 127914.9,111168.04 C 127836.34,111351.36 127600.65,111403.74 127574.46,111587.05 C 127522.08,111770.37 127653.02,111953.78 127653.02,112163.29 C 128255.44,112189.47 127862.53,112477.54 128281.63,112634.67 C 128360.2,112660.86 128464.95,112529.92 128543.51,112582.29 C 128700.64,112687.05 128726.83,112948.93 128883.96,113053.78 C 128988.71,113079.96 129067.27,112948.93 129172.02,112922.74 C 129250.59,112922.74 129329.25,112975.11 129381.63,113001.3 C 129722.07,113237.09 129303.06,113184.72 129617.32,113446.6 C 129695.88,113498.97 129853.01,113394.22 130036.33,112896.55 C 130062.51,112844.17 130062.51,112765.61 130114.89,112765.61 C 130193.45,112765.61 130848.25,113079.96 130926.81,113079.96 C 130979.19,113079.96 131005.38,112948.93 131057.75,112922.74 C 131398.2,112791.8 132262.5,113132.34 132681.5,113027.59 C 132917.29,112948.93 133074.42,112739.42 133310.11,112713.23 C 133729.12,112687.05 134017.29,113237.09 134305.36,113315.66 C 134698.18,113446.6 134829.12,112713.23 134933.87,112608.48 C 135405.35,112110.91 136610.1,112163.29 136976.73,111796.56 C 137683.9,111115.67 136662.47,111691.81 137160.04,111037.11 C 137290.98,110879.98 137500.49,110749.04 137710.09,110696.66 L 137736.28,110618 L 137841.03,110382.31 C 137841.03,110356.12 137841.03,110329.93 137841.03,110329.93 L 137867.22,110225.18 L 138129.1,110277.56 C 138102.91,110225.18 138050.53,110172.8 138050.53,110120.43 C 138050.53,110094.24 139045.77,109963.3 139098.15,109937.11 C 139595.72,109701.42 139438.6,109308.5 140145.77,109360.88 C 140433.84,109387.07 140748.1,109491.92 140983.79,109675.23 C 141062.35,109727.61 140983.79,109910.92 141062.35,109910.92 C 141245.77,109910.92 141429.08,109727.61 141638.59,109701.42 C 141743.34,109675.23 141612.4,109937.11 141638.59,110041.86 C 141690.96,110251.37 141821.9,109858.55 141874.28,109910.92 C 141952.84,110015.68 141952.84,110146.62 142031.41,110225.18 C 142136.16,110329.93 142031.41,109884.74 142188.53,109832.36 C 143079.02,109596.67 142686.2,110120.43 143314.71,110382.31 C 143576.69,110487.06 143393.28,109963.3 143629.07,110094.24 C 144231.39,110487.06 143812.38,111037.11 143995.7,111613.24 C 144021.89,111744.18 144676.69,112215.66 144833.81,112268.04 C 145148.07,112372.79 144755.25,111796.56 145121.88,112006.16 C 145593.26,112268.04 144990.94,113001.3 145331.38,112791.8 C 145462.32,112713.23 145383.76,113132.34 145488.51,113237.09 C 145645.64,113341.84 146300.44,113368.03 146457.57,113498.97 L 146719.45,114310.9 C 146719.45,114363.27 146562.32,114363.27 146588.51,114415.65 C 146640.88,114598.96 147243.3,114677.53 147243.3,114703.72 C 147086.18,114808.47 146902.76,114834.66 146771.82,114939.41 C 146719.45,114991.78 146745.63,115044.16 146719.45,115096.54 C 146588.51,115227.48 146457.57,114729.9 146248.06,114729.9 C 146090.93,114729.9 146248.06,115227.48 146090.93,115201.29 C 145986.18,115175.1 145645.64,114913.22 145645.64,114913.22 C 145593.26,114991.78 145619.45,115148.91 145514.7,115175.1 C 145462.32,115201.29 145436.14,114991.78 145409.95,115044.16 C 145279.01,115148.91 145305.2,115332.23 145226.63,115437.08 C 145200.44,115463.27 145148.07,115437.08 145121.88,115410.79 C 145121.88,115358.42 145174.26,115332.23 145174.26,115279.85 C 145148.07,115148.91 145095.69,115017.97 145043.32,114913.22 C 144938.56,114729.9 144702.87,115122.72 144571.83,115279.85 C 144205.2,115698.96 144860,115908.46 144912.38,116117.97 C 144938.56,116248.91 144807.62,116379.85 144807.62,116510.79 C 144807.62,116641.82 144964.75,116746.58 144912.38,116851.33 C 144860,116956.08 144676.68,116956.08 144571.83,117060.83 C 144336.14,117244.15 144702.87,117348.9 144571.83,117532.22 C 144467.08,117663.16 144309.95,117741.82 144231.39,117846.57 C 143995.7,118213.2 144388.52,118789.34 144205.2,118815.52 C 144074.26,118841.71 143943.32,118789.34 143812.38,118815.52 L 143838.57,118815.52 L 143707.63,118998.94 C 143707.63,119077.5 143681.44,119156.07 143629.07,119129.88 C 143681.44,119156.07 143760.01,119103.69 143812.38,119156.07 C 143890.95,119234.63 143864.76,119391.76 143969.51,119470.32 C 144074.26,119575.07 145200.44,119627.45 145174.26,119496.51 C 145174.26,119470.32 144807.63,119391.76 145069.51,119234.63 C 145226.64,119156.07 145409.95,119182.25 145567.08,119103.69 C 145828.96,118972.75 145933.81,118606.02 146221.88,118501.27 C 146798.01,118291.76 147086.18,118501.27 147217.12,118998.94 C 147269.49,118841.71 147479,118239.39 147164.74,118134.64 C 147112.37,118108.45 147190.93,118239.39 147138.55,118239.39 C 147112.37,118265.58 147112.37,118160.83 147086.18,118134.64 C 146928.95,118082.26 147033.7,118553.65 146850.39,118213.2 C 146693.26,117977.51 146719.45,117610.78 146693.26,117348.9 C 146693.26,117244.15 146509.94,116982.27 146614.7,117034.64 C 146850.39,117113.21 146798.01,117715.53 147033.7,117636.97 C 147819.44,117322.71 147295.68,117244.15 147295.68,116903.71 C 147295.68,116851.33 147348.06,117008.46 147400.43,116982.27 C 147479,116956.08 147269.49,116746.58 147348.06,116694.2 C 147479,116641.83 147636.13,116746.58 147767.07,116694.2 C 147871.82,116668.01 147950.38,116563.16 148002.76,116458.41 C 148212.36,115987.03 148448.05,115410.79 148605.18,114887.03 C 148631.37,114782.28 148421.86,114677.53 148474.24,114572.78 C 148500.43,114494.21 148657.56,114468.02 148709.93,114389.46 C 148893.25,114048.92 148369.49,114101.29 148578.99,113813.23 C 149155.13,113079.96 149940.86,113394.22 149940.86,113158.53 C 149967.05,112948.92 149678.98,112660.86 149862.3,112529.92 C 149993.24,112425.16 149914.67,112948.92 150097.99,113053.77 C 150176.55,113132.34 150281.31,112922.74 150412.25,112896.55 C 150543.19,112870.36 150700.41,112896.55 150857.54,112870.36 C 151197.98,112817.98 150778.98,112241.85 150778.98,112241.85 C 150752.79,111927.59 151014.67,111979.97 150857.54,111717.99 C 150936.1,111717.99 151014.67,111691.8 151014.67,111744.18 C 151040.86,113263.28 151905.16,112765.61 152716.99,112215.66 C 152821.74,112137.1 152481.3,112398.98 152376.54,112503.73 C 152245.6,112660.86 152428.92,112948.93 152193.23,112975.11 C 151747.93,113053.78 151250.36,113079.96 150805.17,113132.34 C 150778.98,113132.34 150124.18,113132.34 150202.75,113210.9 C 150359.87,113341.84 150517,113525.16 150726.6,113577.54 C 150805.17,113603.72 150674.23,113368.03 150752.79,113341.84 C 150909.92,113263.28 151093.24,113368.03 151276.55,113341.84 C 151328.93,113341.84 151538.43,113210.9 151564.62,113368.03 C 151617,113629.91 150962.3,113813.23 151145.61,113996.54 C 151224.18,114101.29 152140.85,113891.79 152271.79,113917.98 C 152350.36,113944.17 152271.79,114127.48 152350.36,114153.67 C 152533.67,114232.33 152769.36,114258.52 152978.97,114179.86 C 153188.47,114127.48 153293.22,113865.6 153476.54,113787.04 C 153659.85,113682.29 153895.55,113734.66 154052.67,113656.1 C 154105.05,113629.91 154000.3,113498.97 154052.67,113472.78 C 154105.05,113420.41 154209.9,113551.35 154262.28,113525.16 C 154393.22,113472.78 154314.65,113106.15 154445.59,113158.53 C 154681.28,113210.9 154890.79,113708.47 155074.1,113551.35 C 155205.04,113420.41 155178.86,113184.71 155336.08,113079.96 C 155781.28,112817.98 155309.8,113525.16 155597.96,113787.04 C 155702.71,113865.6 155964.59,113551.35 155938.41,113682.29 C 155938.41,113760.85 155126.48,114598.96 154969.35,114677.53 C 154890.79,114703.71 154812.22,114572.77 154733.66,114625.15 C 154707.47,114677.53 154864.6,114729.9 154838.41,114782.28 C 154838.41,114782.28 154288.46,115279.85 154262.28,115279.85 C 154209.9,115332.23 154157.52,115410.79 154131.24,115489.45 C 154131.24,115541.83 154209.9,115568.02 154209.9,115594.2 C 154183.71,115620.39 153240.85,116275.09 153581.29,116406.03 C 154236.09,116668.01 154105.05,116222.72 154655.1,116222.72 C 154838.42,116248.9 155414.65,116720.39 155597.97,116641.82 C 155833.66,116563.16 156016.97,116275.09 156331.23,116589.45 C 157038.4,117322.71 156435.98,117217.96 156567.02,117636.97 C 156697.96,118003.7 156881.27,118134.64 156855.09,118160.82 C 156750.33,118265.58 156383.6,118265.58 156435.98,118422.7 C 156514.64,118606.02 156855.09,118501.27 157038.4,118579.83 C 157221.72,118632.21 157221.72,118815.52 157457.41,118815.52 C 158766.91,118658.4 158505.03,117139.39 159343.14,116563.16 C 159500.27,116432.22 159657.4,116327.47 159866.9,116301.28 C 159971.65,116301.28 160102.69,116432.22 160181.25,116379.85 C 160364.57,116196.53 160207.44,115829.9 160390.76,115672.77 C 160574.07,115541.83 160678.83,115594.21 160731.2,115358.42 C 160757.39,115332.23 160678.83,115358.42 160652.64,115332.23 C 160521.7,115201.29 160731.2,114939.41 160809.77,114913.22 C 160940.71,114834.66 161124.02,114834.66 161281.25,114860.85 C 161438.38,114887.03 161543.13,115096.54 161700.26,115070.35 C 161883.57,115044.16 161935.95,114808.47 162093.08,114729.91 C 162224.02,114677.53 162381.14,114729.91 162512.18,114677.53 C 163035.94,114494.21 162616.93,113996.54 162669.31,113577.54 C 162721.69,113368.04 163035.94,113158.53 162905,113001.31 C 162905,113001.31 161831.19,113210.91 161805.01,113237.1 C 161647.88,113341.85 161778.82,113656.1 161621.7,113734.67 C 161516.94,113787.04 161386,113734.67 161281.25,113682.29 C 161202.59,113656.1 161228.78,113498.98 161150.21,113498.98 C 160966.9,113498.98 161124.03,113891.8 161019.27,114048.92 C 160888.33,114179.86 160757.39,114337.09 160574.08,114389.47 C 160128.88,114520.41 158662.16,113106.16 158426.47,112791.81 C 158347.91,112713.24 157981.27,112058.54 158033.65,112006.17 C 158190.78,111901.42 158347.9,112294.24 158531.22,112268.05 C 159133.64,112163.3 158976.51,110958.55 159212.21,110591.82 C 159290.77,110487.07 159447.9,110460.88 159500.27,110356.13 C 159631.21,110172.81 159631.21,109937.12 159762.15,109779.99 C 160155.07,109256.13 160364.58,109308.51 160705.02,109465.64 C 160731.21,109491.92 160731.21,109413.26 160757.4,109387.07 C 160993.09,109125.19 160705.02,108627.62 161333.63,108601.43 C 161543.13,108575.24 161674.07,108994.25 161831.2,108889.5 C 162014.52,108784.75 161778.83,108470.49 161857.39,108260.99 C 161857.39,108208.52 162459.81,107527.63 162486,107527.63 C 162590.75,107475.25 162721.69,107737.13 162774.07,107658.57 C 162826.44,107580 162852.63,106872.83 163009.76,106741.89 C 163219.26,106584.76 163874.06,106322.88 164135.94,106270.51 C 164214.5,106270.51 164240.69,106532.39 164293.07,106453.82 C 164371.63,106349.07 164345.44,106165.76 164424.01,106061 L 164424,106061 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="sa" class="fil3 str1" d="M 181855,159258 C 181526.92,159043.4 180243.51,158388.7 179903.06,158205.38 C 179772.12,158126.82 179614.99,158048.25 179484.05,157969.59 C 179353.11,157891.03 179117.42,157917.21 179117.42,157786.27 C 179091.23,157707.71 180112.56,157053.01 180453.11,156791.03 C 181212.56,156241.08 184041.16,154381.54 184591.1,153255.36 C 185691.09,153019.67 186948.21,152522.1 188048.21,152495.91 C 189174.39,152469.72 190352.95,153045.86 191479.13,153124.42 C 191662.45,153150.61 191819.57,153124.42 192002.89,153124.42 C 192343.43,153124.42 192683.88,153124.42 193024.32,153124.42 C 193207.73,153124.42 193364.86,153098.23 193548.18,153124.42 C 194281.44,153202.99 195040.99,153543.53 195748.17,153726.84 C 197319.55,154145.85 198864.74,154591.15 200436.21,155010.15 C 201195.66,155219.66 202269.47,155743.52 203055.2,155691.14 C 203421.83,155691.14 203945.59,155350.6 204286.13,155219.66 C 204862.26,154957.78 206093.3,154591.15 207036.06,154145.85 L 207036.06,174088.95 L 182092.76,174091.4 C 182028.91,174057.86 181956.42,174026.67 181878.64,174001.75 C 181332.91,173756.84 181284.07,173252.11 180632.9,173188.65 L 180194.67,172733.75 C 179921.02,172625.56 180232.04,172166.05 179773.6,172285.61 L 178270.19,170943.35 C 178111.99,170676.96 177603.33,170941.88 177737.61,170499.82 C 177575.58,170649.3 177367.15,170527.97 177233.46,170513.94 C 177060.74,171096.16 176388.19,170558.28 176063.44,171051.24 L 175943.49,171003.96 L 176145.54,170064.33 L 175942.31,168255.5 L 175744.58,167701.54 L 175816.87,166953.46 C 175814.61,166838.02 175816.67,166686.09 175795.78,166542.69 L 179280.55,165968.42 L 179919.95,164990.74 L 180569.06,163249.39 L 182554.54,162127.33 L 182691.26,160983.49 L 183405.6,160101.24 L 181855.02,159258.02 L 181855,159258 z" style="fill: rgb(209, 210, 213); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="iq" class="fil3 str2" d="M 192788,130575 C 192761.81,130653.56 192735.62,130732.13 192788,130784.5 C 192918.94,130863.17 193154.63,130732.13 193285.67,130836.98 C 193704.68,131177.42 193311.86,131255.99 193338.05,131570.24 C 193390.42,131779.74 193966.56,131360.74 194123.68,131753.56 C 194202.25,131884.5 194097.5,132094.1 194202.25,132225.04 C 194280.81,132355.98 194437.94,132460.73 194595.17,132460.73 C 194726.11,132486.92 194804.67,132251.23 194935.61,132303.6 C 195354.62,132460.73 195537.93,133194.09 195721.35,133482.16 C 195799.91,133613.1 195957.04,133272.66 196114.17,133220.28 C 196847.43,132905.93 196428.42,133848.79 197764.11,133063.06 C 197842.67,133036.87 198445.09,132513.11 198497.47,132748.8 C 198602.22,133167.91 197921.23,133298.85 197842.67,133560.73 C 197685.54,134241.61 199152.17,134608.35 198995.04,135210.67 C 198890.29,135655.96 198418.9,135420.17 198445.09,135577.4 C 198445.09,135786.9 198576.03,135970.22 198549.84,136179.72 C 198523.66,136258.28 198340.34,136232.1 198287.96,136310.66 C 198261.78,136389.22 198392.72,136441.6 198392.72,136520.16 C 198392.72,136598.73 198287.96,136624.92 198261.78,136703.48 C 198235.59,136808.33 198209.4,136939.27 198261.78,137044.02 C 198314.15,137122.59 198942.66,137201.15 198680.78,137515.41 C 198549.84,137672.53 198078.46,137515.41 198130.84,137698.72 C 198157.02,137777.29 198235.59,137855.85 198235.59,137960.7 C 198235.59,138039.26 198078.46,138117.83 198104.55,138222.58 C 198340.34,139139.26 198418.9,138039.26 198680.78,138484.46 C 198811.72,138720.15 198733.16,139060.6 198706.97,139270.2 C 198706.97,139453.51 198576.03,139636.83 198680.78,139767.77 C 198785.54,139898.71 199021.23,139767.77 199178.36,139846.33 C 199178.36,139846.33 200095.03,140501.13 200095.03,140501.13 C 200252.16,140501.13 200252.16,140186.78 200409.39,140134.4 C 200514.14,140108.21 200618.89,140239.15 200645.08,140344 C 200671.27,140448.75 200409.39,140553.51 200487.95,140605.88 C 200618.89,140658.26 200723.64,140422.57 200828.4,140422.57 C 200959.34,140422.57 201771.26,141103.45 201797.45,141129.64 C 201954.58,141548.75 201011.71,141653.5 201823.64,141574.94 C 201902.2,141574.94 201692.7,141889.19 201823.64,141967.76 C 201980.76,142020.13 202452.15,141627.31 202687.84,141627.31 C 203211.7,141574.94 205018.77,142151.07 205228.37,142098.7 C 205437.87,142020.13 205568.81,141784.44 205778.32,141732.06 C 205961.63,141679.69 206485.49,142386.76 206590.24,142491.51 C 206721.18,142570.08 206878.31,142622.45 207035.44,142674.93 L 207035.44,154146.13 C 206092.67,154591.42 204861.64,154958.05 204285.51,155219.94 C 203944.97,155350.88 203421.21,155691.42 203054.58,155691.42 C 202268.84,155743.8 201195.04,155219.94 200435.59,155010.43 C 198864.12,154591.43 197318.93,154146.13 195747.55,153727.12 C 195040.37,153543.81 194280.83,153203.27 193547.56,153124.7 C 193364.24,153098.51 193207.11,153124.7 193023.7,153124.7 C 192683.26,153124.7 192342.81,153124.7 192002.27,153124.7 C 191818.95,153124.7 191661.83,153150.89 191478.51,153124.7 C 190352.33,153046.14 189173.77,152470 188047.59,152496.19 C 186947.6,152522.38 185690.48,153019.95 184590.48,153255.64 C 184590.48,153255.64 184590.48,153255.64 184590.48,153255.64 C 184669.04,153124.7 184695.23,152993.76 184695.23,152889.01 C 184642.86,151972.33 184119.1,153046.14 183935.78,152967.57 C 183726.28,152862.82 183595.24,152653.32 183542.86,152443.81 C 183516.68,152339.06 183804.84,152391.44 183804.84,152286.69 C 183804.84,152155.75 182311.93,150112.89 182076.24,149824.82 C 182076.24,149824.82 182076.24,149851 182050.05,149851 L 182050.05,149851 C 183097.67,148515.22 184171.47,147179.53 185219.09,145817.66 C 186004.73,144848.61 187078.53,143853.46 186895.22,142465.3 C 186816.66,142020.11 186450.03,141601.1 186345.28,141155.8 C 186135.77,140474.92 186397.65,139479.67 185978.55,138929.63 C 185533.35,138327.31 185219.09,138327.31 185088.15,137410.63 C 184983.3,136467.77 185716.67,136572.52 186161.96,135970.19 C 186266.72,135839.25 186921.42,133979.71 186921.42,133848.77 C 186921.42,133796.4 186895.23,133744.02 186895.23,133691.65 C 186947.6,133639.27 187026.17,133560.71 187078.54,133482.14 C 187183.3,133377.39 187288.05,133325.01 187340.42,133194.07 C 187392.9,133063.04 187366.71,132382.15 187523.84,132355.96 C 187707.15,132303.59 187890.47,132434.53 188047.6,132355.96 C 188204.73,132277.4 188257.1,131989.33 188440.42,131910.67 C 188833.34,131701.16 190142.83,131963.04 190509.47,131491.66 C 190902.39,130994.09 190299.96,131098.84 190902.39,130915.52 C 191688.02,130679.73 191242.83,131491.66 191688.02,131805.91 C 191871.34,131910.67 192080.84,130889.34 192342.82,130679.73 C 192447.57,130601.17 192709.45,130627.36 192788.02,130574.98 L 192788,130575 z" style="fill: rgb(209, 210, 213); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_34" class="fil1 str2" d="M 194464,110984 C 194464,110984 194464,110984 194464,110984 C 194464,110984 194464,110984 194464,110984 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_35" class="fil1 str2" d="M 194438,110984 C 194438,110984 194438,110984 194438,110984 C 194438,110984 194438,110984 194438,110984 C 194438,110984 194438,110984 194438,110984 C 194438,110984 194438,110984 194438,110984 C 194438,110984 194438,110984 194438,110984 C 194438,110984 194438,110984 194438,110984 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_36" class="fil1 str2" d="M 194412,110984 C 194412,110984 194412,110984 194412,110984 C 194412,110984 194412,110984 194412,110984 C 194412,110984 194412,110984 194412,110984 C 194438.19,110984 194438.19,110984 194438.19,110984 C 194438.19,110984 194412,110984 194412,110984 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_37" class="fil1 str2" d="M 194386,110984 C 194386,110984 194386,110984 194386,110984 C 194386,110984 194386,110984 194386,110984 C 194386,110984 194386,110984 194386,110984 C 194386,110984 194386,110984 194386,110984 C 194386,110984 194386,110984 194386,110984 C 194386,110984 194386,110984 194386,110984 C 194386,110984 194412.19,110984 194412.19,110984 C 194412.19,110984 194412.19,110984 194412.19,110984 C 194412.19,110984 194412.19,110984 194412.19,110984 C 194412.19,110984 194412.19,110984 194412.19,110984 C 194412.19,110984 194386,110984 194386,110984 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_38" class="fil1 str2" d="M 194386,110984 C 194386,110984 194386,110984 194386,110984 C 194386,110984 194386,110984 194386,110984 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_39" class="fil1 str2" d="M 194360,110984 C 194360,110984 194360,110984 194386.19,110984 C 194360,110984 194360,110984 194360,110984 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_40" class="fil1 str2" d="M 189541,118606 C 189881.54,118658.38 189410.06,118972.73 189462.44,118736.94 C 189462.44,118684.56 189514.81,118658.38 189541,118606 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_41" class="fil1 str2" d="M 194412,110984 C 194412,110984 194412,110984 194412,110984 C 194412,110984 194412,110984 194412,110984 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_42" class="fil1 str2" d="M 194412,110984 C 194412,110984 194412,110984 194412,110984 C 194412,110984 194412,110984 194412,110984 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_43" class="fil1 str2" d="M 194360,110984 C 194360,110984 194360,110984 194360,110984 C 194360,110984 194360,110984 194360,110984 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:g id="g3332" style="fill:#d1d2d5;fill-opacity:1"><svg:path style="fill:#d1d2d5;stroke:rgb(255, 255, 255);stroke-width:190.06399999999999000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1" d="M 187760,117951 C 187812.38,117977.19 187864.75,117977.19 187890.94,118003.38 C 187943.32,118134.32 187445.74,118134.32 187760,117951 M 187419.56,117322.39 C 187498.12,117400.95 187524.31,117531.89 187629.06,117558.08 C 187707.62,117584.27 187760,117453.33 187864.75,117453.33 C 188493.36,117453.33 187733.81,117767.59 187864.75,117898.62 C 187995.69,118003.38 188624.3,117662.83 188807.62,117636.65 C 188886.18,117636.65 188807.62,117846.25 188859.99,117872.44 C 189043.31,117951 189252.81,117872.44 189436.13,117951 C 189802.86,118134.32 188964.74,118553.32 189200.44,118867.58 C 189619.44,119417.62 191190.92,119312.87 191243.3,119443.81 C 191295.67,119522.38 191348.05,120177.17 191269.48,120229.55 C 191112.36,120360.49 190850.48,120386.68 190693.25,120543.81 C 190667.06,120569.99 190614.69,120674.75 190667.06,120674.75 C 190850.48,120700.93 191007.6,120596.18 191164.73,120596.18 C 191662.3,120622.37 192186.16,121119.94 192657.54,121093.75 C 192814.67,121093.75 193390.9,120569.99 193521.84,120805.69 C 193678.97,121172.32 193286.15,121093.75 193312.34,121381.92 C 193312.34,121800.93 194150.36,121250.88 194176.54,121774.74 C 194176.54,121905.68 193888.48,121905.68 193783.72,121984.24 C 193757.54,122010.43 193731.35,122036.62 193731.35,122089 C 193731.35,122272.31 193967.04,122167.56 194045.6,122219.94 C 194281.3,122350.88 194255.11,122717.61 194464.71,122900.92 L 194490.9,122953.3 C 194543.27,122796.17 194778.96,121696.18 194778.96,121696.18 C 194857.53,121512.86 195119.41,121486.67 195197.97,121329.55 C 195250.35,121172.32 195145.6,121015.19 195171.79,120858.06 C 195224.16,120596.18 195433.67,120386.68 195538.42,120124.8 C 195643.27,119889.01 196350.34,118422.39 196559.85,118396.2 C 196769.35,118370.01 196978.95,118527.14 197188.46,118605.7 C 197371.77,118658.08 197607.46,118710.46 197790.78,118789.02 C 197843.16,118815.21 197974.19,118841.4 197948.01,118919.96 C 197869.34,119129.56 197450.34,119286.69 197555.09,119600.95 C 197686.03,119993.77 198209.89,119600.95 198393.2,120046.14 C 198524.14,120439.06 197555.09,120727.13 197974.19,121015.2 C 198340.83,121303.26 198262.26,120936.63 198681.27,121067.57 C 198969.34,121146.14 198550.33,121539.05 199100.28,121355.74 C 199178.84,121329.55 199178.84,121119.95 199283.69,121119.95 C 199493.19,121119.95 199990.77,121774.75 200200.27,121565.24 C 200331.31,121434.3 200436.06,121277.08 200540.81,121119.95 C 200200.27,120570 199912.2,120046.14 199833.64,119862.83 C 199781.26,119731.89 199938.39,119600.95 199938.39,119470.01 C 199912.2,119208.13 199519.38,118972.44 199650.32,118736.65 C 199755.07,118605.71 200043.14,118579.52 200174.08,118684.27 C 200331.31,118815.21 200147.89,119051 200200.27,119208.13 C 200252.65,119339.07 200436.06,119024.81 200436.06,118867.59 C 200436.06,118815.21 200357.5,118762.83 200331.31,118684.27 C 200305.02,118605.71 200331.31,118500.95 200305.02,118422.39 C 200226.46,118212.89 200016.95,118029.57 200069.33,117820.07 C 200121.71,117689.03 200357.5,117872.44 200462.15,117793.88 C 200514.62,117741.5 200331.31,117689.03 200278.83,117636.65 C 200147.89,117505.71 199964.58,117427.15 199859.83,117296.21 C 199519.38,116824.82 199886.01,116955.76 199833.64,116484.28 C 199781.26,116012.9 199074.09,115200.97 199336.07,114703.4 C 199676.51,114074.79 199414.63,115148.6 199781.26,114153.36 C 199807.45,114048.61 199728.89,113891.48 199781.26,113812.91 C 199833.64,113734.35 199938.39,113734.35 199990.77,113734.35 C 200043.14,113734.35 200069.33,113839.1 200095.52,113812.91 C 200200.27,113734.35 200226.46,113603.41 200331.31,113524.85 C 200436.06,113446.28 200567,113367.72 200697.94,113367.72 C 200855.07,113367.72 201143.14,113629.6 201143.14,113472.47 C 201195.51,113053.46 200095.52,112791.48 199833.64,112896.24 C 199178.84,113132.03 199309.88,113498.66 198524.14,113367.72 C 198393.2,113341.53 198340.82,113027.27 198340.82,113027.27 C 198288.44,112948.61 197948,113000.99 197921.71,113000.99 C 197921.71,113000.99 197240.83,112686.73 197240.83,112686.73 C 196795.53,112424.85 196690.78,112032.03 196193.21,111770.05 C 195748.01,111534.36 194936.09,111062.98 194464.71,110984.42 C 194490.89,110984.42 194517.08,111010.6 194543.27,111010.6 L 194543.27,111089.17 C 194124.16,112581.98 194412.23,111770.05 193993.22,112896.24 C 193914.66,113132.03 194097.98,113812.91 194019.41,113891.48 C 193757.53,114179.55 192814.66,114651.03 192421.85,114362.96 C 191819.43,113917.67 193259.97,114153.36 191740.87,113760.54 C 191662.3,113734.35 191662.3,113917.67 191583.74,113917.67 C 191531.36,113917.67 190929.04,113708.16 190771.81,113629.6 L 190274.24,113420.09 L 190248.05,113420.09 C 190143.3,113472.47 190064.74,113524.85 190012.36,113551.03 C 190012.36,113551.03 190012.36,113551.03 190012.36,113551.03 C 190012.36,113551.03 190012.36,113551.03 190012.36,113551.03 C 189959.99,113524.85 189829.05,113577.22 189724.29,113603.41 L 189724.29,113655.79 C 189698.01,113865.29 189750.48,114074.79 189671.82,114284.4 C 189645.63,114362.96 189488.5,114336.77 189436.13,114415.34 C 189383.75,114520.09 189645.63,114886.72 189776.67,114886.72 C 189855.23,114886.72 190012.36,114729.59 190012.36,114808.16 C 190038.55,114860.53 189933.8,114886.72 189933.8,114912.91 C 189907.61,115043.85 191531.36,114860.53 191374.24,115698.65 C 191138.55,116746.27 190902.85,115881.96 190300.43,116091.47 C 189776.67,116274.78 190117.11,116536.66 189619.44,116536.66 C 189409.94,116562.85 189226.62,116510.47 189017.12,116484.29 C 188990.93,116484.29 188964.74,116484.29 188964.74,116458.1 C 188964.74,116379.53 189121.87,116248.59 189043.31,116222.41 C 188650.49,116091.47 188257.57,116274.78 187890.94,116379.53 C 187550.49,116484.29 187576.68,117008.14 187419.55,117322.4 L 187419.56,117322.39 z M 193626.6,123424.68 C 193417.09,123267.55 192709.92,122717.6 192709.92,122717.6 C 192657.54,122639.04 192736.11,122534.29 192709.92,122429.44 C 192709.92,122403.25 192631.36,122377.06 192605.17,122377.06 C 192395.66,122350.88 192186.16,122403.25 192002.75,122377.06 C 191950.37,122377.06 192055.12,121486.67 191557.55,121774.74 C 191557.55,121774.74 191033.79,122377.06 191033.79,122377.06 C 190824.19,122429.44 190640.87,122219.93 190431.37,122246.12 C 190352.8,122272.31 190405.18,122429.44 190352.8,122481.81 C 190090.92,122796.17 190326.62,121853.3 189671.82,122010.43 C 189436.13,122062.81 189331.37,122377.06 189174.25,122586.66 C 189357.56,122665.23 189514.69,122743.79 189567.07,122769.98 C 189724.29,122900.92 189776.67,123110.42 189959.98,123215.18 C 190117.11,123319.93 190326.62,123293.74 190509.93,123372.3 C 190614.68,123424.68 190693.25,123581.81 190824.19,123608 C 190955.23,123634.18 191112.35,123529.43 191243.29,123581.81 C 191426.61,123660.37 191505.17,123922.35 191714.68,123974.73 C 191714.68,123974.73 192893.24,123765.22 192893.24,123765.22 C 193521.85,123634.18 193574.22,123555.62 193626.6,123424.68 L 193626.6,123424.68 z M 194359.86,110984.38 C 194359.86,110984.38 194359.86,110984.38 194359.86,110984.38 C 194359.86,110984.38 194359.86,110984.38 194359.86,110984.38 z M 194412.24,110984.38 C 194412.24,110984.38 194412.24,110984.38 194412.24,110984.38 C 194412.24,110984.38 194412.24,110984.38 194412.24,110984.38 z M 194412.24,110984.38 C 194412.24,110984.38 194412.24,110984.38 194412.24,110984.38 C 194412.24,110984.38 194412.24,110984.38 194412.24,110984.38 z M 189540.88,118605.67 C 189881.42,118658.05 189409.93,118972.4 189462.31,118736.61 C 189462.31,118684.23 189514.69,118658.05 189540.88,118605.67 z M 194359.86,110984.38 C 194359.86,110984.38 194359.86,110984.38 194386.04,110984.38 C 194359.86,110984.38 194359.86,110984.38 194359.86,110984.38 z M 194386.04,110984.38 C 194386.04,110984.38 194386.04,110984.38 194386.04,110984.38 C 194386.04,110984.38 194386.04,110984.38 194386.04,110984.38 z M 194386.04,110984.38 C 194386.04,110984.38 194386.04,110984.38 194386.04,110984.38 C 194386.04,110984.38 194386.04,110984.38 194386.04,110984.38 C 194386.04,110984.38 194386.04,110984.38 194386.04,110984.38 C 194386.04,110984.38 194386.04,110984.38 194386.04,110984.38 C 194386.04,110984.38 194386.04,110984.38 194386.04,110984.38 C 194386.04,110984.38 194386.04,110984.38 194386.04,110984.38 C 194386.04,110984.38 194412.23,110984.38 194412.23,110984.38 C 194412.23,110984.38 194412.23,110984.38 194412.23,110984.38 C 194412.23,110984.38 194412.23,110984.38 194412.23,110984.38 C 194412.23,110984.38 194412.23,110984.38 194412.23,110984.38 C 194412.23,110984.38 194386.04,110984.38 194386.04,110984.38 z M 194412.23,110984.38 C 194412.23,110984.38 194412.23,110984.38 194412.23,110984.38 C 194412.23,110984.38 194412.23,110984.38 194412.23,110984.38 C 194412.23,110984.38 194412.23,110984.38 194412.23,110984.38 C 194438.42,110984.38 194438.42,110984.38 194438.42,110984.38 C 194438.42,110984.38 194412.23,110984.38 194412.23,110984.38 z M 194438.42,110984.38 C 194438.42,110984.38 194438.42,110984.38 194438.42,110984.38 C 194438.42,110984.38 194438.42,110984.38 194438.42,110984.38 C 194438.42,110984.38 194438.42,110984.38 194438.42,110984.38 C 194438.42,110984.38 194438.42,110984.38 194438.42,110984.38 C 194438.42,110984.38 194438.42,110984.38 194438.42,110984.38 C 194438.42,110984.38 194438.42,110984.38 194438.42,110984.38 z M 194464.71,110984.38 C 194464.71,110984.38 194464.71,110984.38 194464.71,110984.38 C 194464.71,110984.38 194464.71,110984.38 194464.71,110984.38 z" class="fil1 str2" id="az"/><svg:path style="fill:#d1d2d5;stroke:rgb(255, 255, 255);stroke-width:190.06399999999999000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1" d="M 193626,123425 C 193416.5,123267.87 192709.32,122717.93 192709.32,122717.93 C 192656.95,122639.36 192735.51,122534.61 192709.32,122429.76 C 192709.32,122403.57 192630.76,122377.38 192604.57,122377.38 C 192395.07,122351.2 192185.56,122403.57 192002.15,122377.38 C 191949.77,122377.38 192054.52,121486.99 191556.95,121775.06 C 191556.95,121775.06 191033.19,122377.38 191033.19,122377.38 C 190823.59,122429.76 190640.27,122220.26 190430.77,122246.44 C 190352.21,122272.63 190404.58,122429.76 190352.21,122482.13 C 190090.33,122796.49 190326.02,121853.62 189671.22,122010.75 C 189435.53,122063.13 189330.78,122377.38 189173.65,122586.98 C 189356.97,122665.55 189514.09,122744.11 189566.47,122770.3 C 189723.7,122901.24 189776.07,123110.74 189959.39,123215.5 C 190116.52,123320.25 190326.02,123294.06 190509.34,123372.62 C 190614.09,123425 190692.65,123582.13 190823.59,123608.32 C 190954.63,123634.5 191111.76,123529.75 191242.7,123582.13 C 191426.01,123660.69 191504.58,123922.67 191714.08,123975.05 C 191714.08,123975.05 192892.64,123765.54 192892.64,123765.54 C 193521.25,123634.5 193573.63,123555.94 193626,123425 L 193626,123425 z" class="fil3 str2" id="az_44"/></svg:g>
<svg:path id="az_45" class="fil0 str2" d="M 187760,117951 C 187812.38,117977.19 187864.75,117977.19 187890.94,118003.38 C 187943.32,118134.32 187445.74,118134.32 187760,117951" style="fill: none; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="ir" class="fil3 str2" d="M 200541,121120 C 200436.25,121277.13 200331.5,121434.35 200200.46,121565.29 C 199990.95,121774.8 199493.38,121120 199283.88,121120 C 199179.03,121120 199179.03,121329.6 199100.47,121355.79 C 198550.52,121539.11 198969.53,121146.19 198681.46,121067.62 C 198262.45,120936.68 198341.01,121303.32 197974.38,121015.25 C 197555.28,120727.18 198524.33,120439.11 198393.39,120046.19 C 198210.07,119601 197686.22,119993.82 197555.28,119601 C 197450.52,119286.74 197869.53,119129.61 197948.2,118920.01 C 197974.38,118841.45 197843.35,118815.26 197790.97,118789.07 C 197607.65,118710.51 197371.96,118658.13 197188.65,118605.76 C 196979.14,118527.19 196769.54,118370.06 196560.04,118396.25 C 196350.53,118422.44 195643.46,119889.06 195538.61,120124.85 C 195433.85,120386.73 195224.35,120596.24 195171.97,120858.12 C 195145.79,121015.24 195250.54,121172.37 195198.16,121329.6 C 195119.6,121486.73 194857.72,121512.91 194779.15,121696.23 C 194779.15,121696.23 194491.09,122953.35 194491.09,122953.35 C 194386.24,123084.29 194124.36,122953.35 193993.42,123058.1 C 193391.09,123477.11 193914.85,123555.67 192893.43,123765.28 C 192893.43,123765.28 191714.87,123974.78 191714.87,123974.78 C 191505.36,123922.4 191426.8,123660.43 191243.48,123581.86 C 191112.54,123529.49 190955.41,123634.24 190824.38,123608.05 C 190693.44,123581.86 190614.87,123424.73 190510.12,123372.36 C 190326.8,123293.79 190117.3,123319.98 189960.17,123215.23 C 189776.86,123110.48 189724.48,122900.97 189567.25,122770.03 C 189514.88,122743.85 189357.75,122665.28 189200.62,122586.72 C 189253,122612.91 189279.18,122639.09 189331.56,122665.28 L 189279.19,122717.66 C 187707.81,122324.74 188755.43,123189.04 188703.05,123870.03 C 188650.67,124315.22 187707.81,124236.66 187864.94,124498.54 C 188022.06,124786.61 188519.73,124812.79 188650.67,125074.77 C 188703.05,125205.71 188650.67,125415.22 188703.05,125546.16 C 189043.49,126279.52 188860.18,125703.28 189174.43,125834.22 C 189174.43,125834.22 189803.04,127117.53 189803.04,127169.91 C 190038.73,127589.02 190195.86,126672.34 190431.55,127300.95 C 190457.74,127431.89 190405.37,127589.02 190405.37,127719.96 C 190379.18,128086.59 190274.43,128610.45 190352.99,128950.89 C 190379.18,129081.83 190588.68,128846.14 190693.43,128846.14 C 190772,128846.14 191531.55,128950.89 191583.92,129029.45 C 191610.11,129108.02 191531.55,129684.25 191924.37,129946.13 C 192657.73,130443.7 192212.53,129631.88 192788.67,130522.27 C 192814.86,130548.46 192788.67,130574.64 192788.67,130574.64 C 192762.48,130653.21 192736.29,130731.77 192788.67,130784.15 C 192919.61,130862.81 193155.3,130731.77 193286.34,130836.62 C 193705.35,131177.07 193312.53,131255.63 193338.71,131569.88 C 193391.09,131779.39 193967.22,131360.38 194124.35,131753.2 C 194202.92,131884.14 194098.16,132093.74 194202.92,132224.68 C 194281.48,132355.62 194438.61,132460.37 194595.83,132460.37 C 194726.77,132486.56 194805.34,132250.87 194936.28,132303.25 C 195355.29,132460.37 195538.6,133193.74 195722.02,133481.81 C 195800.58,133612.75 195957.71,133272.3 196114.84,133219.93 C 196848.1,132905.57 196429.09,133848.44 197764.78,133062.7 C 197843.34,133036.51 198445.76,132512.75 198498.14,132748.44 C 198602.89,133167.55 197921.9,133298.49 197843.34,133560.37 C 197686.21,134241.26 199152.84,134607.99 198995.71,135210.31 C 198890.96,135655.6 198419.57,135419.81 198445.76,135577.04 C 198445.76,135786.54 198576.7,135969.86 198550.51,136179.36 C 198524.32,136257.93 198341.01,136231.74 198288.63,136310.3 C 198262.44,136388.87 198393.38,136441.24 198393.38,136519.81 C 198393.38,136598.37 198288.63,136624.56 198262.44,136703.12 C 198236.26,136807.97 198210.07,136938.91 198262.44,137043.67 C 198314.82,137122.23 198943.33,137200.79 198681.45,137515.05 C 198550.51,137672.18 198079.13,137515.05 198131.5,137698.37 C 198157.69,137776.93 198236.26,137855.49 198236.26,137960.34 C 198236.26,138038.91 198079.13,138117.47 198105.22,138222.22 C 198341.01,139138.9 198419.57,138038.91 198681.45,138484.1 C 198812.39,138719.8 198733.83,139060.24 198707.64,139269.84 C 198707.64,139453.16 198576.7,139636.47 198681.45,139767.41 C 198786.2,139898.35 199021.9,139767.41 199179.02,139845.98 C 199179.02,139845.98 200095.7,140500.77 200095.7,140500.77 C 200252.83,140500.77 200252.83,140186.42 200410.06,140134.04 C 200514.81,140107.86 200619.56,140238.8 200645.75,140343.65 C 200671.94,140448.4 200410.06,140553.15 200488.62,140605.53 C 200619.56,140657.9 200724.31,140422.21 200829.06,140422.21 C 200960,140422.21 201771.93,141103.1 201798.12,141129.29 C 201955.24,141548.39 201012.38,141653.14 201824.3,141574.58 C 201902.87,141574.58 201693.36,141888.84 201824.3,141967.4 C 201981.43,142019.78 202452.82,141626.96 202688.51,141626.96 C 203212.37,141574.58 205019.44,142150.72 205229.04,142098.34 C 205438.54,142019.78 205569.48,141784.08 205778.99,141731.71 C 205962.3,141679.33 206486.16,142386.41 206590.91,142491.16 C 206721.85,142569.72 206878.98,142622.1 207036.11,142674.57 L 207036.11,123110.47 C 206878.98,123110.47 206721.85,123110.47 206564.72,123084.28 C 205988.49,123058.1 205752.8,122586.71 205307.6,122455.67 C 205071.81,122403.3 204862.31,122560.52 204652.8,122612.9 C 204600.43,122612.9 204600.43,122508.05 204548.05,122534.34 C 204469.49,122586.71 204469.49,122717.65 204364.74,122770.03 C 203736.13,123215.22 202662.33,123555.67 201955.25,123058.1 C 201693.37,122848.59 201064.76,121931.92 200541,121119.99 L 200541,121120 z" style="fill: rgb(209, 210, 213); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="sy" class="fil3 str2" d="M 171653,144508 C 171836.32,144429.44 172333.99,144769.88 172438.74,144638.94 C 172569.68,144508 172360.17,144272.31 172412.55,144088.99 C 172464.92,143958.05 172700.62,143931.86 172752.99,143800.83 C 172752.99,143800.83 172595.86,143119.94 172595.86,143119.94 C 172595.86,143067.56 173355.41,142805.68 173407.79,142753.31 C 173460.17,142674.74 172988.68,142386.58 172936.31,142334.2 C 172726.8,142072.32 172517.3,141129.45 172674.43,140841.39 C 172726.8,140762.83 173695.86,140736.64 173800.61,140841.39 C 173826.8,140867.58 173669.67,141312.77 173983.92,141129.46 C 174062.49,141077.08 174010.11,140946.14 174062.49,140919.96 C 174324.47,140762.83 174664.91,140841.39 174926.79,140684.26 C 175660.15,140317.63 176079.16,138929.47 177048.21,138850.91 C 177414.84,138824.73 177781.47,139139.08 178174.39,139139.08 C 178933.84,139139.08 179798.14,138484.28 180426.75,138091.46 C 181448.18,137436.66 181919.56,136231.92 182888.62,135524.74 C 183490.94,135105.73 184355.24,135027.17 184983.76,134608.16 C 185271.92,134424.84 185821.87,134110.49 186005.19,133770.05 C 186110.04,133586.73 186188.6,132879.56 186659.99,133351.04 C 186790.93,133481.98 186895.68,133665.29 186921.87,133848.61 C 186921.87,133979.55 186267.17,135839.09 186162.42,135970.03 C 185717.12,136572.35 184983.76,136467.6 185088.61,137410.47 C 185219.55,138327.15 185533.8,138327.15 185979,138929.47 C 186398.1,139479.52 186136.22,140474.76 186345.73,141155.64 C 186450.48,141600.93 186817.11,142019.94 186895.67,142465.14 C 187078.99,143853.3 186005.19,144848.44 185219.54,145817.5 C 183726.73,147729.42 182233.82,149615.05 180767.19,151500.78 C 180348.19,152050.73 178122.01,155167.39 177833.84,155324.52 C 177414.84,155560.21 175974.4,155534.02 175529.2,155403.08 C 175502.92,155376.9 174979.16,155010.26 174952.97,155010.26 C 174219.61,154774.57 174245.9,155796 174141.05,155062.64 C 174141.05,155062.64 173695.85,153543.64 173669.66,153491.26 L 173695.85,153412.7 L 173695.85,153412.7 C 173669.66,153438.88 173643.47,153465.07 173617.29,153491.26 C 173931.54,153203.09 174324.46,152312.7 174429.21,151998.35 C 174481.59,151919.79 173852.98,152129.39 174036.29,151657.91 C 174114.86,151474.59 174193.42,151291.27 174324.46,151134.15 C 174324.46,151134.15 175057.72,150872.17 175057.72,150872.17 C 175057.72,150741.23 174717.28,150819.79 174691.09,150688.85 C 174612.53,150191.28 175293.41,149850.84 175345.79,149431.73 C 175371.98,149353.17 175214.85,149405.54 175188.66,149379.36 C 175031.53,149117.48 175188.66,148986.54 174900.59,148750.85 C 174560.15,148488.87 174245.89,148829.41 174219.61,148698.47 C 174193.42,148567.43 174403.02,148462.68 174403.02,148331.74 C 174403.02,148200.8 174193.42,148174.61 174088.67,148148.42 C 174088.67,148122.24 173538.72,148515.06 173119.61,148619.91 C 172962.49,148357.93 172648.23,148122.24 172569.67,147860.36 C 172333.97,147257.93 172648.23,146734.18 172176.85,146184.13 C 171967.34,145922.25 171574.42,146079.37 171600.61,145738.93 C 171626.8,145555.61 171705.36,145398.49 171679.18,145215.17 C 171652.99,145084.23 171443.48,145031.85 171443.48,144900.82 C 171443.48,144796.06 171548.24,144638.94 171652.99,144508 L 171652.99,144508 L 171653,144508 z" style="fill: rgb(209, 210, 213); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="am" class="fil3 str2" d="M 189541,118606 C 189881.54,118658.38 189410.06,118972.73 189462.44,118736.94 C 189462.44,118684.56 189514.81,118658.38 189541,118606 M 187786.31,122141.67 C 187786.31,122141.67 187786.31,122141.67 187812.5,122141.67 C 187812.5,122141.67 187838.69,122141.67 187838.69,122141.67 C 187838.69,122141.67 187838.69,122141.67 187838.69,122141.67 C 187838.69,122141.67 187838.69,122141.67 187838.69,122141.67 C 187864.87,122141.67 187864.87,122141.67 187864.87,122141.67 C 187864.87,122141.67 187864.87,122141.67 187891.06,122141.67 C 187891.06,122141.67 187891.06,122141.67 187891.06,122141.67 C 187891.06,122141.67 187891.06,122141.67 187891.06,122141.67 C 187891.06,122141.67 187891.06,122141.67 187891.06,122141.67 C 187891.06,122141.67 187917.25,122141.67 187917.25,122141.67 C 187917.25,122141.67 187917.25,122141.67 187917.25,122141.67 C 187917.25,122141.67 187917.25,122141.67 187917.25,122141.67 C 187917.25,122141.67 187917.25,122141.67 187917.25,122141.67 C 187917.25,122141.67 187917.25,122141.67 187917.25,122141.67 C 187969.63,122141.67 188022,122167.86 188074.38,122167.86 C 188074.38,122167.86 188074.38,122167.86 188074.38,122167.86 C 188074.38,122167.86 188074.38,122167.86 188074.38,122167.86 C 188100.57,122167.86 188100.57,122167.86 188126.75,122167.86 C 188126.75,122167.86 188126.75,122167.86 188126.75,122167.86 C 188126.75,122167.86 188152.94,122167.86 188152.94,122194.05 C 188152.94,122194.05 188152.94,122194.05 188152.94,122194.05 C 188152.94,122194.05 188152.94,122194.05 188152.94,122194.05 C 188179.13,122194.05 188179.13,122194.05 188179.13,122194.05 C 188205.32,122194.05 188205.32,122194.05 188205.32,122194.05 C 188205.32,122194.05 188205.32,122194.05 188205.32,122194.05 C 188205.32,122194.05 188231.51,122194.05 188231.51,122194.05 C 188231.51,122194.05 188231.51,122194.05 188231.51,122194.05 C 188231.51,122194.05 188231.51,122194.05 188231.51,122194.05 C 188231.51,122220.23 188257.69,122220.23 188257.69,122220.23 C 188257.69,122220.23 188283.88,122220.23 188283.88,122220.23 C 188283.88,122220.23 188283.88,122220.23 188283.88,122220.23 C 188310.07,122220.23 188310.07,122220.23 188310.07,122220.23 C 188310.07,122220.23 188310.07,122220.23 188310.07,122220.23 C 188310.07,122220.23 188310.07,122220.23 188310.07,122220.23 C 188310.07,122220.23 188310.07,122220.23 188310.07,122220.23 C 188336.26,122246.42 188336.26,122246.42 188336.26,122246.42 C 188336.26,122246.42 188336.26,122246.42 188336.26,122246.42 C 188336.26,122246.42 188336.26,122246.42 188336.26,122246.42 C 188336.26,122246.42 188362.45,122246.42 188362.45,122246.42 C 188362.45,122246.42 188362.45,122246.42 188362.45,122246.42 C 188362.45,122246.42 188362.45,122246.42 188362.45,122246.42 C 188362.45,122246.42 188362.45,122246.42 188362.45,122246.42 C 188362.45,122246.42 188362.45,122246.42 188388.63,122246.42 C 188388.63,122246.42 188388.63,122246.42 188414.82,122272.61 C 188414.82,122272.61 188414.82,122272.61 188414.82,122272.61 C 188414.82,122272.61 188414.82,122272.61 188414.82,122272.61 C 188414.82,122272.61 188414.82,122272.61 188441.01,122272.61 C 188441.01,122272.61 188441.01,122272.61 188441.01,122272.61 C 188441.01,122272.61 188441.01,122272.61 188441.01,122272.61 C 188441.01,122272.61 188441.01,122272.61 188441.01,122272.61 C 188467.3,122272.61 188467.3,122272.61 188467.3,122272.61 C 188467.3,122272.61 188467.3,122298.8 188467.3,122298.8 C 188467.3,122298.8 188467.3,122298.8 188467.3,122298.8 C 188493.48,122298.8 188493.48,122298.8 188493.48,122298.8 C 188493.48,122298.8 188493.48,122298.8 188493.48,122298.8 C 188493.48,122298.8 188519.67,122298.8 188519.67,122298.8 C 188519.67,122298.8 188519.67,122298.8 188519.67,122298.8 C 188519.67,122298.8 188545.86,122298.8 188545.86,122324.99 C 188545.86,122324.99 188545.86,122324.99 188545.86,122324.99 C 188545.86,122324.99 188545.86,122324.99 188572.05,122324.99 C 188572.05,122324.99 188572.05,122324.99 188572.05,122324.99 C 188572.05,122324.99 188572.05,122324.99 188572.05,122324.99 C 188572.05,122324.99 188572.05,122324.99 188572.05,122324.99 C 188598.24,122324.99 188598.24,122324.99 188598.24,122324.99 C 188598.24,122351.17 188624.42,122351.17 188624.42,122351.17 C 188624.42,122351.17 188624.42,122351.17 188624.42,122351.17 C 188624.42,122351.17 188650.61,122351.17 188650.61,122351.17 C 188650.61,122351.17 188650.61,122351.17 188650.61,122351.17 C 188650.61,122351.17 188650.61,122351.17 188650.61,122351.17 C 188676.8,122377.36 188676.8,122377.36 188676.8,122377.36 C 188676.8,122377.36 188676.8,122377.36 188676.8,122377.36 C 188676.8,122377.36 188702.99,122377.36 188702.99,122377.36 C 188702.99,122377.36 188702.99,122377.36 188702.99,122377.36 C 188702.99,122377.36 188702.99,122377.36 188702.99,122377.36 C 188807.74,122429.74 188886.3,122455.93 188964.87,122482.11 C 188964.87,122482.11 188964.87,122482.11 188964.87,122482.11 C 188991.06,122508.3 188991.06,122508.3 188991.06,122508.3 C 188991.06,122508.3 188991.06,122508.3 188991.06,122508.3 C 189017.24,122508.3 189043.43,122508.3 189043.43,122534.59 C 189043.43,122534.59 189043.43,122534.59 189069.62,122534.59 C 189095.81,122560.78 189122,122560.78 189174.37,122586.96 C 189331.5,122377.36 189436.25,122063.11 189671.94,122010.73 C 190326.74,121853.6 190091.05,122796.47 190352.93,122482.11 C 190405.31,122429.74 190352.93,122272.61 190431.49,122246.42 C 190641,122220.23 190824.31,122429.74 191033.92,122377.36 C 191033.92,122377.36 191557.68,121775.04 191557.68,121775.04 C 192055.25,121486.97 191950.5,122377.36 192002.87,122377.36 C 192186.29,122403.55 192395.79,122351.17 192605.29,122377.36 C 192631.48,122377.36 192710.05,122403.55 192710.05,122429.74 C 192736.23,122534.59 192657.67,122639.34 192710.05,122717.9 C 192710.05,122717.9 193417.22,123267.85 193626.72,123424.98 C 193679.1,123346.42 193757.66,123215.48 193993.35,123058.35 C 194124.29,122953.6 194386.17,123084.54 194491.02,122953.6 C 194491.02,122953.6 194517.21,122848.84 194543.4,122717.9 C 194517.21,122822.66 194517.21,122901.22 194491.02,122953.6 L 194464.84,122901.22 C 194255.23,122717.9 194281.42,122351.17 194045.73,122220.23 C 193967.17,122167.86 193731.47,122272.61 193731.47,122089.29 C 193731.47,122036.92 193757.66,122010.73 193783.85,121984.54 C 193888.6,121905.98 194176.67,121905.98 194176.67,121775.04 C 194150.48,121251.18 193312.47,121801.23 193312.47,121382.22 C 193286.28,121094.05 193679.1,121172.62 193521.97,120805.98 C 193391.03,120570.29 192814.8,121094.05 192657.67,121094.05 C 192186.29,121120.24 191662.43,120622.67 191164.86,120596.48 C 191007.73,120596.48 190850.6,120701.23 190667.19,120675.04 C 190614.81,120675.04 190667.19,120570.29 190693.38,120544.1 C 190850.6,120386.97 191112.48,120360.79 191269.61,120229.85 C 191348.18,120177.47 191295.8,119522.67 191243.42,119444.11 C 191191.05,119313.17 189619.57,119417.92 189200.56,118867.88 C 188964.87,118553.62 189802.99,118134.61 189436.26,117951.3 C 189252.94,117872.73 189043.44,117951.3 188860.12,117872.73 C 188807.74,117846.55 188886.31,117636.94 188807.74,117636.94 C 188624.43,117663.13 187995.82,118003.67 187864.88,117898.92 C 187733.94,117767.88 188493.49,117453.63 187864.88,117453.63 C 187760.13,117453.63 187707.75,117584.57 187629.19,117558.38 C 187524.44,117532.19 187498.25,117401.25 187419.68,117322.69 C 187393.5,117375.06 187367.31,117453.63 187314.83,117479.82 C 187210.08,117532.19 186895.83,117584.57 187000.58,117636.94 C 187052.95,117663.13 187236.27,117689.32 187183.89,117741.79 C 186738.7,118056.05 186005.33,118160.8 185638.7,118501.24 C 185141.13,118894.06 184774.4,119391.73 184145.89,119705.99 L 184119.71,119732.18 C 184119.71,119705.99 184093.52,119679.81 184093.52,119653.62 C 184145.89,119732.18 184119.71,119863.12 184198.27,119941.69 C 184407.77,120125.1 185219.7,120072.63 185376.83,120753.61 C 185455.39,121120.24 185219.7,121722.66 185507.77,122036.92 C 185664.9,122194.05 185900.59,122246.43 186005.34,122429.74 C 186057.72,122482.12 185848.21,122665.53 185926.78,122665.53 C 186791.08,122639.34 187183.9,122167.86 187786.32,122141.67 L 187786.31,122141.67 z M 187760.12,117951.3 C 187812.5,117977.49 187864.87,117977.49 187891.06,118003.68 C 187943.44,118134.62 187445.87,118134.62 187760.12,117951.3 z" style="fill: rgb(209, 210, 213); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="ie" class="fil4 str7" d="M 67617.4,91083.9 C 67669.776,91214.84 67905.566,91345.78 67800.814,91450.532 C 67695.964,91607.758 67381.708,91476.72 67224.58,91581.57 C 67146.016,91660.134 67434.084,91712.51 67434.084,91817.262 C 67460.272,92026.766 67329.332,92236.27 67329.332,92445.773 C 67355.52,92629.089 67538.836,92733.939 67538.836,92917.255 C 67538.836,93048.195 67329.332,93126.759 67329.332,93283.887 C 67303.144,93388.639 67512.648,93493.391 67460.272,93598.143 C 67381.708,93702.895 67172.204,93467.203 67119.828,93571.955 C 67041.264,93676.707 67250.768,93781.459 67276.956,93912.399 C 67276.956,93964.873 67224.58,94017.249 67224.58,94069.625 C 67250.768,94410.069 67355.52,94619.573 67250.768,94960.016 C 67172.204,95195.806 66255.527,96531.486 66098.398,96662.426 C 66046.022,96714.802 65915.082,96740.99 65888.894,96845.742 C 65836.518,97029.058 65915.082,97238.562 65888.894,97421.878 C 65888.894,97448.066 65836.518,97448.066 65836.518,97421.878 C 65757.954,97238.562 65705.578,97474.254 65443.698,97369.502 C 65338.848,97343.314 65338.848,97186.186 65234.096,97159.998 C 65050.78,97107.622 64474.645,97395.69 64343.705,97238.562 C 64317.517,97186.186 64448.457,97186.186 64448.457,97133.81 C 64474.645,97055.246 64265.141,97212.374 64186.479,97186.186 C 63793.659,97159.998 63662.719,96950.494 63296.088,97081.434 C 63243.712,97107.622 63400.84,97212.374 63400.84,97290.938 C 63374.652,97421.878 62903.17,97526.728 62903.17,97526.728 C 62798.418,97526.728 62746.042,97369.502 62641.29,97395.69 C 62457.974,97474.254 62379.41,97710.044 62222.282,97814.796 C 61672.236,98102.864 62012.778,97317.126 61515.108,97395.69 C 61357.98,97421.878 61646.048,97710.044 61593.672,97840.984 C 61515.108,97945.736 61331.792,97945.736 61200.852,98024.3 C 61122.288,98076.676 61069.912,98233.804 60965.16,98259.992 C 60912.784,98259.992 60938.972,98155.24 60886.596,98129.052 C 60834.22,98076.676 60755.656,98024.3 60677.092,98050.488 C 60624.618,98102.864 60677.092,98259.992 60598.43,98286.18 C 60336.55,98312.368 59865.167,97998.112 59708.039,98024.3 C 59498.535,98050.488 59341.309,98207.616 59157.993,98233.804 C 58634.233,98286.18 59446.159,97867.172 59027.053,97945.736 C 58869.925,97998.112 58241.316,98076.676 58188.94,98024.3 C 58084.188,97867.172 59079.429,97579.104 59184.181,97343.314 C 59210.369,97290.938 59105.617,97290.938 59053.241,97264.75 C 59027.053,97212.374 58424.73,97343.314 57665.181,97264.75 C 57638.993,97264.75 57717.557,97238.562 58058.001,97133.81 C 58110.377,97133.81 58162.753,97107.622 58162.753,97055.246 C 58162.753,97029.058 58084.189,97002.87 58110.377,96976.682 C 58346.167,96767.178 58241.317,97107.622 58555.671,96976.682 C 58712.799,96924.306 59157.995,96898.118 59053.243,96767.178 C 59027.055,96740.99 57848.493,96898.118 57796.123,96898.118 C 57560.431,96845.742 57377.115,96479.11 57403.303,96217.132 C 57429.491,96112.38 57638.995,96321.982 57717.559,96269.508 C 57796.123,96217.132 57665.183,96138.568 57665.183,96060.004 C 57717.559,95824.312 58136.567,95955.252 58372.357,95902.876 C 58555.673,95876.688 58791.365,95902.876 58922.305,95771.936 C 59027.057,95693.372 58660.425,95510.056 58529.485,95588.62 C 58503.297,95640.996 58581.861,95745.748 58529.485,95771.936 C 58503.297,95798.124 57717.56,95405.304 57560.432,95195.8 C 57534.244,95143.424 57717.56,95274.364 57769.936,95248.176 C 57822.312,95221.988 57769.936,95117.236 57822.312,95090.95 C 57953.252,95012.386 58319.982,95038.574 58503.298,95064.762 C 58738.99,95064.762 58896.118,95300.552 59105.622,95405.304 C 59315.126,95510.056 58712.802,94986.198 58817.554,94776.694 C 58896.118,94593.378 59210.374,94724.318 59393.69,94645.754 C 59498.54,94593.378 59498.54,94436.25 59603.292,94410.062 C 59629.48,94410.062 61305.612,94698.13 61488.922,94593.378 C 61619.862,94514.814 61148.478,94541.002 61069.914,94410.062 C 61043.726,94331.498 61148.478,94200.558 61122.29,94121.994 C 61096.102,94069.618 60572.244,94593.378 60310.365,94567.19 C 60257.989,94541.002 60467.493,94410.062 60388.929,94383.874 C 60310.365,94357.686 60205.613,94462.438 60100.861,94436.25 C 59996.109,94410.062 59917.545,94331.498 59865.169,94252.934 C 59838.981,94200.558 59891.357,94148.182 59865.169,94121.994 C 59865.169,94121.994 59105.62,94279.122 59000.868,94226.746 C 58922.304,94200.558 59184.184,94226.746 59262.748,94200.558 C 59472.252,94095.806 59629.478,93964.866 59838.982,93886.204 C 59891.358,93833.828 59996.11,93912.392 60048.486,93886.204 C 60153.238,93781.452 60179.426,93598.136 60310.366,93467.196 C 60362.742,93414.82 60441.306,93388.632 60519.87,93362.444 C 60572.246,93310.068 60336.554,93362.444 60284.178,93283.88 C 60179.426,93152.94 60519.87,93048.188 60624.622,92943.436 C 60703.284,92838.684 60755.66,92707.646 60886.6,92681.458 C 60965.164,92655.27 60991.352,92864.872 61069.916,92838.684 C 61279.42,92838.684 61488.924,92760.12 61672.24,92655.27 C 61724.616,92629.082 61462.736,92681.458 61462.736,92602.894 C 61462.736,92524.33 61646.052,92550.518 61646.052,92471.954 C 61619.864,92393.39 61096.104,92498.142 60519.872,92341.014 C 59969.924,92183.886 60519.872,92210.074 60388.932,91764.878 C 60257.992,91293.396 59524.729,91633.938 59315.122,91319.584 C 58738.986,90560.133 59812.792,90874.388 59838.98,90874.388 C 59865.168,90848.2 59734.228,90769.636 59760.416,90743.448 C 59865.168,90560.132 59996.108,90376.816 60205.612,90324.342 C 60388.928,90271.966 60598.432,90429.192 60808.034,90429.192 C 60860.41,90429.192 60912.786,90403.004 60938.974,90350.53 C 61279.418,89538.703 60310.364,90141.026 60257.988,89905.334 C 60205.612,89800.582 60493.68,89905.334 60572.244,89826.77 C 60729.47,89722.018 60467.492,89460.138 60441.304,89433.95 C 60441.304,89250.634 60677.094,89014.844 60546.056,88857.716 C 60441.304,88752.964 60231.8,89145.784 60127.048,89041.032 C 60022.296,88936.28 60284.176,88805.34 60336.552,88674.4 C 60362.74,88569.648 60100.86,88595.837 60336.552,88543.46 C 60572.244,88491.084 61803.172,88491.084 61934.212,88831.528 C 62012.776,89014.844 61908.024,89303.01 62065.152,89355.386 C 62222.28,89407.762 62222.28,89093.408 62353.22,89014.844 C 62588.912,88883.904 63269.897,89669.642 63296.085,89591.078 C 63374.649,89407.762 63112.769,89198.258 63138.957,88988.656 C 63191.333,88752.964 63976.972,88831.528 63976.972,88805.34 C 64186.476,88726.776 64343.702,88569.648 64474.642,88412.52 C 64553.206,88307.768 64081.724,88412.52 64081.724,88360.144 C 64003.16,88072.076 64081.724,88464.896 63741.28,88438.708 C 63688.904,88438.708 63767.468,88333.956 63767.468,88281.58 C 63767.468,88255.392 63767.468,88203.016 63741.28,88203.016 C 63636.528,88150.64 63112.769,88124.452 63191.332,87810.098 C 63348.46,87286.338 63872.219,87862.474 64029.347,87810.098 C 64134.099,87757.722 63715.091,87600.594 63793.655,87495.842 C 63898.407,87391.09 64107.911,87600.594 64238.949,87574.406 C 64369.889,87548.218 64134.099,87364.902 64055.535,87286.338 C 64003.159,87233.962 64238.949,87233.962 64265.137,87155.398 C 64369.889,86710.104 63243.707,87155.398 64605.581,86526.788 C 64684.145,86500.6 64788.897,86579.164 64893.649,86605.352 C 65260.281,86710.104 65679.386,86683.916 65993.639,86893.518 C 66176.955,87024.458 65522.255,87286.338 65627.007,87469.654 C 65731.759,87574.406 65941.263,87391.09 66072.203,87260.15 C 66124.579,87207.774 65993.639,86972.082 66098.391,86972.082 C 66255.519,87024.458 66360.271,87233.962 66465.023,87364.902 L 66465.023,87364.902 C 65888.887,87364.902 66046.015,88019.601 65627.008,88281.579 C 65548.444,88333.955 64867.459,88124.451 64919.834,88281.579 C 64946.022,88438.707 65286.466,88517.271 65234.09,88674.399 C 65234.09,88674.399 64212.76,88936.279 64186.47,88936.279 C 64081.718,89067.219 65103.147,90429.189 65496.07,90402.999 C 66700.82,90298.149 65260.28,89774.389 66386.461,89617.262 C 66674.627,89564.886 66543.589,90193.398 66674.627,90455.375 C 66727.003,90560.127 66988.883,90507.751 66962.695,90691.067 C 66910.319,90822.007 66727.003,91057.699 66857.943,91083.887 C 67748.334,91398.143 67198.387,90795.819 67591.206,91031.511 L 67695.958,91162.451 C 67669.77,91136.263 67643.582,91110.075 67617.394,91083.887 L 67617.4,91083.9 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="gb" class="fil1 str2" d="M 71595.3,90776.8 C 71464.36,90802.988 71333.42,90802.988 71202.48,90881.552 C 71097.728,90960.116 71071.54,91143.432 70966.788,91248.184 C 69840.608,92269.614 71647.675,92007.733 71595.299,90776.8 L 71595.3,90776.8 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="gb_48" class="fil4 str2" d="M 77750,76057.8 C 77409.556,76738.786 75838.18,75272.161 76938.173,75193.597 C 77095.301,75193.597 77252.429,75376.913 77252.429,75560.229 C 77278.617,75664.981 76938.173,75638.793 76990.549,75717.357 C 77069.113,75874.485 77304.805,75874.485 77461.933,75926.861 C 77540.497,75979.237 77645.249,76005.425 77750.001,76057.801 L 77750,76057.8 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="ch" class="fil1 str2" d="M 101097,119837 C 101070.81,119941.75 101097,120072.69 101044.62,120177.54 C 101018.44,120282.29 100939.87,120360.86 100887.5,120465.61 C 100887.5,120517.99 101385.07,120884.62 101070.81,120989.37 C 100520.77,121120.31 100704.08,120360.86 100232.7,120701.3 C 99866.067,120963.18 100337.45,121251.25 100389.83,121382.29 C 100416.01,121487.04 100258.89,121565.6 100258.89,121670.36 C 100285.07,121775.11 100389.83,121827.48 100442.2,121906.05 C 100468.39,122010.8 100258.89,122115.55 100154.14,122063.18 C 99970.819,121958.42 100075.57,121539.42 99866.067,121513.23 C 99158.893,121382.29 99499.337,121906.05 99080.33,121775.11 C 98399.344,121617.98 98818.45,121094.12 98478.006,121041.75 C 98032.712,120963.18 98320.78,121670.36 98320.78,121722.73 C 98216.028,122194.12 97587.517,122351.24 97587.517,122927.48 C 97587.517,123189.36 98111.277,123084.61 97666.081,123425.05 C 97508.953,123555.99 97456.577,123110.8 97351.825,122979.86 C 97273.261,122901.3 97089.847,122953.67 97063.659,122848.92 C 97037.471,122744.17 97220.787,122665.6 97246.975,122560.85 C 97246.975,122508.38 97194.599,122456 97168.411,122456 C 96880.343,122351.25 96461.336,122272.68 96278.02,121932.24 C 96251.832,121827.49 96330.396,121722.74 96330.396,121644.17 C 96330.396,121487.04 96356.584,121329.92 96304.208,121172.69 C 96278.02,121146.5 96225.644,121198.88 96173.268,121225.07 C 96042.23,121329.92 95937.478,121434.67 95806.538,121539.42 C 95675.598,121644.17 95466.094,121696.55 95413.718,121853.68 C 95387.53,121958.43 95623.222,122010.8 95597.034,122141.74 C 95597.034,122272.68 94863.673,123032.23 94837.485,123032.23 C 94601.793,123032.23 94418.477,122717.98 94182.786,122770.35 C 93842.342,122848.92 93135.166,123372.68 92873.286,122901.29 C 92768.534,122744.17 92768.534,122560.85 92637.594,122429.81 C 92611.406,122377.44 92506.556,122534.66 92480.368,122482.19 C 92454.18,122403.62 92585.218,122272.68 92532.842,122194.12 C 92506.556,122115.56 92349.428,122194.12 92297.052,122141.74 C 92139.924,121879.86 92506.556,121906.05 92480.368,121748.92 C 92454.18,121617.98 92297.052,121565.61 92297.052,121434.67 C 92270.864,121356.1 92480.368,121198.88 92375.616,121172.69 C 92035.172,121015.56 91301.806,121015.56 91066.116,121382.29 C 91013.74,121434.67 91039.928,121487.04 91039.928,121565.61 C 91066.116,121617.98 91197.056,121670.36 91170.868,121722.74 C 91013.74,122036.99 90647.108,122167.93 90332.853,122089.37 C 90306.665,122089.37 90437.605,122036.99 90437.605,121984.62 C 90437.605,121644.17 90699.485,121775.11 90725.673,121696.55 C 90856.613,121277.44 90516.169,120910.81 90830.425,120517.99 C 91013.741,120256.11 91485.223,120256.11 91589.974,119967.94 C 91668.538,119810.81 91511.41,119575.12 91589.974,119391.81 C 91694.726,119182.3 92061.358,119260.87 92218.485,119077.55 C 92401.801,118920.32 92611.403,118396.56 92847.095,118213.25 C 92978.035,118108.5 93108.975,118396.57 93135.163,118029.93 C 93135.163,117898.99 92742.343,118160.87 92716.155,118029.93 C 92663.779,117898.99 92873.283,117794.24 92951.847,117689.39 C 92951.847,117689.39 93004.223,117715.58 93004.223,117689.39 C 93004.223,117637.01 92899.471,117532.26 92951.847,117506.07 C 93685.11,117296.57 93370.855,118291.81 94261.347,117375.13 C 94287.535,117375.13 94339.911,117322.76 94366.099,117270.38 L 94418.475,117218.01 C 94470.851,117191.82 94523.227,117191.82 94575.603,117244.19 C 94601.791,117270.38 94418.475,117296.57 94444.663,117348.95 C 94523.227,117506.07 95727.973,117218.01 95806.533,117218.01 C 96330.391,117191.82 95858.909,117689.39 96513.707,117348.95 C 96539.895,117322.76 96461.331,117191.82 96513.707,117165.63 C 96592.271,117113.25 96880.339,117087.07 96775.587,117060.88 C 96618.459,117034.69 96461.331,117087.07 96304.203,117060.88 C 96225.639,117034.69 96670.835,116327.52 97063.654,116720.43 C 97116.03,116772.81 96985.09,116877.56 97011.278,116956.13 C 97037.466,117008.5 97142.218,117034.69 97194.594,117008.5 C 97246.97,116982.31 97168.406,116799 97194.594,116851.37 C 97299.444,116903.75 97299.444,117087.07 97404.196,117139.44 C 97404.196,117139.44 98268.399,117087.07 98294.587,117087.07 C 98556.565,117139.44 98739.881,117401.32 98975.573,117532.26 L 98975.573,117558.45 C 98975.573,117741.86 99316.017,117794.24 99211.265,118056.12 C 99185.077,118108.5 99080.325,118082.31 99054.137,118108.5 C 98975.573,118239.44 98713.693,119182.31 98766.069,119208.49 C 98818.445,119234.67 99682.746,119313.24 99708.934,119313.24 C 99761.31,119365.61 99630.37,119444.18 99682.746,119496.55 C 99813.686,119653.68 99970.814,119758.43 100154.13,119837 C 100573.14,120046.5 100651.7,119339.43 100939.87,119391.8 C 101018.43,119391.8 101070.81,119417.99 101123.18,119444.18 L 101096.99,119679.87 C 101070.81,119758.43 101044.62,119810.81 101096.99,119837 L 101097,119837 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="at" class="fil4 str2" d="M 98975.2,117558 C 98975.2,117741.41 99315.644,117793.79 99210.892,118055.67 C 99184.704,118108.05 99079.952,118081.86 99053.764,118108.05 C 99027.576,118186.61 98949.012,118396.11 98870.448,118631.81 L 99001.388,118919.87 L 99001.388,119234.23 C 99263.268,119260.42 99682.374,119312.79 99708.562,119312.79 C 99760.938,119365.17 99629.998,119443.73 99682.374,119496.11 C 99813.314,119653.24 99970.442,119757.99 100153.76,119836.55 C 100572.77,120046.06 100651.33,119338.98 100939.49,119391.36 C 101489.44,119469.92 100913.31,119757.99 101096.62,119836.55 C 101515.63,120046.06 101149,119784.18 101568.01,119836.55 C 101777.51,119862.74 101987.01,120412.79 102406.12,120177.09 C 102406.12,120177.09 102746.56,119469.92 102746.56,119469.92 C 102956.07,119312.79 103872.74,119417.54 104108.43,119391.36 C 104501.35,119365.17 104815.61,119024.72 105208.42,119024.72 C 105313.18,119024.72 105025.11,119155.66 104998.92,119260.42 C 104867.98,119810.36 105208.42,119443.73 105417.93,119757.99 C 105470.3,119836.55 105339.36,119941.3 105391.74,120046.06 C 105417.93,120098.43 105496.49,119993.68 105548.87,120046.06 C 106046.54,120412.79 106177.48,120465.16 106858.47,120569.91 C 107644.11,120674.67 108456.03,120700.85 109267.96,120831.79 C 109477.46,120857.98 109686.97,121015.11 109896.47,121041.3 C 110105.97,121067.49 110315.58,120910.36 110525.08,120936.55 C 110656.02,120962.73 110734.58,121146.05 110865.52,121146.05 C 110917.9,121172.24 110891.71,121015.11 110944.09,120988.92 C 111075.03,120857.98 111284.53,120805.61 111415.47,120648.48 C 111520.32,120569.91 111441.66,120386.6 111520.32,120308.03 C 112017.89,119915.12 112541.65,120412.79 113013.13,120203.28 C 113170.26,120124.72 113196.45,119888.93 113353.57,119836.55 C 113379.76,119810.36 114244.06,119941.3 114270.25,119915.12 C 114348.82,119888.93 114191.69,119784.18 114165.5,119705.61 C 114113.12,119443.73 114217.88,119286.6 114401.19,119234.23 L 114401.19,119234.23 C 114872.58,118710.37 115082.18,118631.81 115317.87,118238.99 C 115370.24,118134.23 114898.76,117584.19 115029.7,117322.31 C 115213.12,116955.68 115658.31,117348.5 115605.94,116824.74 C 115579.75,116379.44 114794.01,116431.82 114951.14,116300.88 C 115317.87,115986.62 116260.74,116405.63 116417.86,116117.56 C 116444.05,116012.81 116077.32,115174.7 116444.05,115017.57 C 116129.69,114677.13 115867.81,114336.69 115632.12,113943.76 C 115422.62,113603.32 116182.07,113053.37 115632.12,112660.45 C 115553.56,112608.08 115448.81,112765.21 115370.24,112765.21 C 115239.3,112739.02 114977.32,112398.57 114794.01,112450.95 C 114663.07,112503.33 114610.69,112712.83 114453.56,112791.39 C 114348.81,112817.58 114217.87,112765.21 114113.12,112765.21 C 113405.95,112686.64 112803.62,112110.51 112044.07,112110.51 C 111913.13,112110.51 111808.38,112267.63 111677.44,112267.63 C 111625.06,112241.45 111677.44,112110.51 111625.06,112084.32 C 111520.31,112031.94 111363.08,111979.57 111284.52,112058.13 C 111258.33,112110.51 111310.71,112869.96 111258.33,112922.33 C 111205.96,113000.9 111022.64,112817.58 110917.89,112896.15 C 110917.89,112896.15 110708.38,113577.13 110708.38,113577.13 C 110525.07,113629.51 110341.75,113393.82 110158.34,113393.82 C 110053.59,113393.82 110079.77,113603.32 109975.02,113629.51 C 109425.07,113839.01 109110.72,113289.06 108691.71,113079.56 L 108665.52,113079.56 C 108691.71,113158.12 108717.9,113236.69 108717.9,113315.25 C 108691.71,114022.33 108534.58,113865.2 107984.64,113734.26 C 107932.26,113734.26 107879.79,113760.45 107853.6,113812.82 C 107801.22,114074.7 107958.45,114362.87 107696.47,114572.37 C 107460.78,114755.69 106360.78,115017.57 106334.6,115436.67 C 106334.6,115436.67 106963.21,116300.88 106963.21,116327.06 C 106989.4,116353.25 106622.67,116667.61 106753.71,116772.36 C 107041.77,117034.24 107329.84,116641.42 107094.15,117505.62 C 107094.15,117558 107041.77,117636.56 106989.4,117636.56 C 106151.29,117400.87 106806.08,116981.86 106413.16,116955.67 C 106203.66,116955.67 106020.34,117138.99 105810.84,117112.8 C 105706.09,117086.61 105732.28,116903.3 105653.71,116877.11 C 105496.49,116824.73 105339.36,116955.67 105208.42,116903.3 C 105156.04,116877.11 105260.79,116719.98 105208.42,116719.98 C 104894.16,116746.17 105182.23,117165.18 105103.67,117191.37 C 104737.03,117296.12 104134.61,117138.99 103794.17,117269.93 C 103689.41,117322.31 103741.79,117505.62 103637.04,117558 C 103532.29,117636.56 103401.35,117505.62 103296.59,117584.19 C 103218.03,117610.37 103322.78,117741.41 103270.41,117793.79 C 103244.22,117819.98 102353.73,118055.67 102248.98,118003.29 C 102196.6,117950.92 102248.98,117819.98 102196.6,117767.5 C 102170.41,117715.13 102039.47,117715.13 102013.28,117662.75 C 101987,117610.37 102144.22,117636.56 102118.04,117584.19 C 102013.28,117243.74 101279.92,117662.75 101070.42,117427.06 C 101070.42,117427.06 101122.79,117400.87 101122.79,117374.68 C 100965.66,117269.93 101122.79,117715.13 101070.42,117898.54 C 101070.42,118003.29 100572.75,118605.62 100389.43,118422.3 C 100284.68,118317.55 100572.75,118160.42 100494.18,118055.67 C 100467.99,118029.48 100389.43,118134.23 100337.05,118134.23 C 100284.68,118134.23 100206.11,118108.04 100179.93,118055.67 C 100127.55,117977.1 100310.87,117872.35 100179.93,117767.5 C 100075.17,117688.94 100022.8,117558 99918.047,117505.62 C 99839.483,117453.25 99734.731,117584.19 99629.979,117558 C 99577.505,117505.62 99629.979,117374.68 99577.505,117322.31 C 99446.565,117217.55 99472.753,117688.94 99053.745,117558 C 99027.557,117531.81 99001.369,117531.81 98975.181,117531.81 L 98975.181,117558 L 98975.2,117558 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="cz" class="fil4 str2" d="M 115815,112975 C 116207.82,111429.81 117072.12,112739.31 117857.86,111744.07 C 117910.24,111665.51 117831.67,111534.57 117884.05,111456 C 117962.61,111351.25 118145.93,111403.63 118224.49,111298.87 C 118224.49,111298.87 118434,110486.95 118434,110460.76 C 118669.79,110041.75 119298.3,109701.31 119743.5,109491.81 C 119638.74,109360.77 119717.31,109125.08 119612.56,108994.14 C 119507.8,108889.38 119298.3,108967.95 119193.55,108889.38 C 119167.36,108863.2 118931.67,108234.59 118905.48,108208.4 C 118774.54,108103.65 118538.75,108182.21 118381.62,108129.83 C 118250.68,108103.65 117962.61,108025.08 117857.86,107946.52 C 117805.49,107920.33 117805.49,107815.58 117753.11,107841.77 C 117307.82,108025.08 118172.12,108077.46 117412.67,108156.02 C 117360.19,108156.02 117281.63,108129.83 117229.25,108077.46 C 117150.69,107998.89 117176.88,107867.95 117098.31,107789.39 C 116993.56,107710.83 116626.93,107684.64 116731.68,107606.07 C 117072.12,107291.82 117281.63,107684.64 116967.37,107056.03 C 116967.37,107029.84 116915,107029.84 116888.81,107056.03 C 116862.62,107108.5 116888.81,107213.25 116836.43,107239.44 C 116731.68,107291.82 116600.74,107239.44 116495.99,107239.44 C 116391.24,107239.44 116260.3,107291.82 116155.45,107265.63 C 115919.75,107187.07 115474.56,106794.15 115081.74,106846.52 C 114924.51,106872.71 115500.74,107448.95 115474.56,107501.32 C 115395.99,107658.45 115134.11,107606.07 115003.07,107710.83 C 114924.51,107789.39 114950.7,107972.71 114845.95,108025.08 C 114453.13,108182.21 114296,107501.32 114217.44,107396.57 C 114217.44,107396.57 113615.01,107029.84 113615.01,107029.84 C 113562.64,106689.4 114557.88,106558.46 113850.8,106218.01 C 113719.77,106139.45 113143.63,106453.71 113143.63,106453.71 C 113065.07,106375.14 113143.63,106244.2 113065.07,106165.64 C 113038.88,106113.26 112960.31,106165.64 112881.75,106191.83 C 112855.56,106191.83 112829.37,106270.39 112777,106244.2 C 112724.62,106165.64 112750.81,106034.7 112645.96,105956.13 C 112305.52,105746.53 111965.07,105982.32 111546.06,105641.78 C 111257.89,105432.28 111650.81,105222.77 111179.33,105170.4 C 110446.07,105039.46 111284.08,105615.59 110577.01,105720.34 C 110524.63,105825.1 110498.44,105903.66 110419.88,105903.66 C 110079.34,105982.32 109529.39,104541.79 109241.32,105353.71 C 109188.94,105484.65 109660.33,105589.4 109555.57,105667.97 C 109241.32,105929.95 108796.02,105956.13 108481.76,106139.45 C 108429.39,106165.64 108481.76,106296.58 108429.39,106322.77 C 108219.88,106427.52 107931.82,106270.39 107774.59,106401.33 C 107643.65,106506.08 107696.03,106715.59 107565.09,106820.34 C 107512.71,106872.71 107460.33,106689.4 107381.77,106715.59 C 107146.08,106767.96 107119.89,107082.32 106962.76,107187.07 C 106884.2,107265.63 106726.97,107134.69 106648.41,107213.26 C 106569.84,107265.63 106648.41,107422.76 106569.84,107501.32 C 106465.09,107632.26 106177.02,107396.57 106098.46,107396.57 C 105443.66,107501.32 105338.91,107998.9 105129.41,108418 C 105077.03,108522.75 105077.03,108156.02 104972.28,108077.46 C 104893.71,107972.71 104736.59,107946.52 104605.65,107920.33 C 104369.86,107867.96 104867.53,108706.07 105391.29,109046.51 C 105443.66,109072.7 105627.08,109098.89 105653.26,109256.02 C 105731.83,109622.75 105391.29,109491.81 105338.91,109779.87 C 105312.72,109858.44 105888.96,110827.49 105967.52,110906.05 C 106412.72,111351.25 106517.47,111036.99 106805.63,111325.06 C 106988.95,111508.38 107015.14,111796.45 107198.45,111953.67 C 107565.08,112215.55 108481.76,112556 108665.07,113079.85 L 108691.26,113079.85 C 109110.27,113289.36 109424.62,113839.3 109974.57,113629.8 C 110079.32,113603.61 110053.13,113394.11 110157.89,113394.11 C 110341.3,113394.11 110524.62,113629.8 110707.93,113577.42 C 110707.93,113577.42 110917.44,112896.44 110917.44,112896.44 C 111022.19,112817.87 111205.5,113001.19 111257.88,112922.63 C 111310.26,112870.25 111257.88,112110.8 111284.07,112058.42 C 111362.63,111979.86 111519.86,112032.24 111624.61,112084.61 C 111676.99,112110.8 111624.61,112241.74 111676.99,112267.93 C 111807.93,112267.93 111912.68,112110.8 112043.62,112110.8 C 112803.17,112110.8 113405.49,112686.94 114112.67,112765.5 C 114217.42,112765.5 114348.36,112817.87 114453.11,112791.69 C 114610.24,112713.12 114662.62,112503.62 114793.56,112451.24 C 114976.87,112398.87 115238.85,112739.31 115369.79,112765.5 C 115448.35,112765.5 115553.11,112608.37 115631.67,112660.75 C 115762.61,112765.5 115814.99,112870.25 115814.99,112975 L 115815,112975 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="sk" class="fil4 str2" d="M 128177,109754 C 128203.19,110015.88 128019.77,110382.51 127993.59,110644.39 C 127967.4,110827.81 127993.59,111011.12 127915.02,111168.25 C 127836.46,111351.57 127600.77,111403.94 127574.58,111587.26 C 127522.2,111770.57 127653.14,111953.99 127653.14,112163.49 C 127653.14,112372.99 127260.32,112372.99 127050.82,112425.37 C 126946.07,112451.56 126841.22,112582.5 126762.65,112530.12 C 126265.08,112372.99 126657.9,111875.32 126003.2,111849.24 C 125741.32,111849.24 125584.1,112215.87 125322.21,112242.06 C 124877.02,112320.62 124300.79,111849.24 123907.96,112346.81 C 123750.84,112556.31 123855.59,113263.48 123567.52,113394.43 C 123462.77,113420.62 123305.54,113315.86 123200.79,113368.24 C 122781.78,113630.12 123384.21,113813.44 122729.41,113918.19 C 122519.9,113944.38 122048.42,113368.24 121838.92,113734.87 C 121760.35,113865.81 121891.29,114101.5 121786.54,114206.35 C 121498.47,114494.42 120686.55,114311.11 120319.92,114572.99 C 119979.48,114782.49 120346.11,115149.12 120450.86,115306.25 C 120555.61,115489.66 118329.44,115882.48 118015.18,115830.11 C 117517.61,115725.35 117150.88,115044.37 116679.49,114991.99 C 116574.74,114965.81 116496.18,114991.99 116443.8,115018.18 C 116129.45,114677.74 115867.57,114337.29 115631.88,113944.37 C 115474.75,113682.49 115867.57,113315.86 115841.38,112975.32 C 116208.01,111430.13 117072.31,112713.44 117858.05,111744.39 C 117910.43,111665.83 117831.86,111534.88 117884.24,111456.32 C 117962.8,111351.57 118146.12,111403.94 118224.68,111299.19 C 118224.68,111299.19 118434.18,110487.27 118434.18,110461.08 C 118669.97,110042.07 119298.49,109701.63 119743.68,109492.12 C 119796.16,109570.69 119979.47,109439.65 120058.04,109518.31 C 120136.6,109596.88 120005.66,109780.19 120084.23,109858.76 C 120503.24,110199.2 120843.68,108863.52 121105.66,109046.83 C 121262.78,109151.58 121262.78,109387.28 121393.72,109518.31 C 121419.91,109544.5 121524.66,109465.84 121550.85,109492.13 C 121577.04,109544.5 121472.29,109649.25 121524.66,109675.44 C 121655.6,109701.63 121786.54,109570.69 121891.3,109623.07 C 122074.61,109701.63 121917.48,110199.2 121917.48,110251.58 C 121917.48,110382.52 122153.18,110173.01 122284.21,110146.83 C 122388.97,110120.64 122493.72,110330.14 122598.47,110277.77 C 122624.66,110251.58 122938.91,109439.65 123305.55,109361.09 C 123410.4,109334.9 123515.15,109439.65 123619.9,109439.65 C 123724.65,109413.46 123777.03,109256.34 123881.78,109282.52 C 124091.28,109308.71 124222.22,109596.88 124431.73,109596.88 C 124588.95,109596.88 124719.89,109439.65 124798.46,109308.71 C 124824.65,109256.34 124667.52,109256.34 124667.52,109203.96 C 124746.08,108837.33 124903.21,109203.96 125007.96,109151.58 C 125086.53,109125.4 125086.53,108968.27 125165.09,108968.27 C 125557.91,108863.52 126448.4,108889.7 126788.84,109151.58 C 126867.4,109230.15 126841.22,109413.46 126946.07,109465.84 C 127103.19,109570.69 127286.51,109570.69 127469.83,109623.07 C 127705.52,109701.63 127941.21,109727.82 128177,109754.01 L 128177,109754 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="hu" class="fil4 str2" d="M 114794,119182 C 114794,119182 114794,119182 114794,119182 C 114794,119182 114794,119182 114794,119182 C 114794,119182 114794,119182 114794,119182 C 114898.75,119182 115108.35,119993.83 115658.3,120439.12 C 116365.48,121015.26 116967.8,121329.61 117517.84,122036.68 C 117596.4,122141.43 118120.16,122062.87 118172.54,122089.06 C 118382.04,122167.62 118539.17,122350.94 118722.59,122429.5 C 119089.22,122586.73 120241.59,122560.54 120582.03,122272.37 C 120634.4,122220 120660.59,121853.36 120843.91,121853.36 C 121341.58,121774.8 121263.01,121879.55 121708.21,121381.98 C 121786.77,121303.32 121891.52,121565.3 122127.22,121381.98 C 122363.01,121198.57 122520.13,120884.31 122808.2,120727.18 C 123410.62,120334.36 122912.95,120727.18 123358.25,120753.37 C 123384.44,120753.37 124065.32,120543.87 124091.51,120543.87 C 124222.45,120543.87 124353.39,120674.81 124484.33,120674.81 C 124536.8,120648.62 124562.99,120543.87 124615.37,120517.68 C 124772.5,120465.3 125558.14,120386.74 125610.51,120203.42 C 125662.89,120098.57 125270.07,119967.63 125741.55,119889.07 C 125924.87,119862.88 126108.18,120046.2 126265.31,119993.82 C 126762.88,119810.5 126605.75,118867.64 126736.69,118579.57 C 126789.07,118501.01 126920.11,118501.01 126972.48,118422.44 C 126972.48,118422.44 127260.55,117505.76 127260.55,117505.76 C 127312.93,117374.82 127391.49,117270.07 127391.49,117139.13 C 127391.49,117086.76 127260.55,117086.76 127260.55,117034.38 C 127286.74,116798.69 127574.81,116065.33 127705.75,115855.82 C 127758.12,115803.45 127889.06,115855.82 127889.06,115777.26 C 128020,115279.59 127836.69,114912.96 128412.92,114363.01 C 128596.24,114153.41 128805.74,114284.44 129093.81,114179.59 C 129381.97,114048.65 129408.16,113655.83 129617.67,113446.33 C 129303.41,113184.45 129722.42,113236.83 129381.97,113001.04 C 129329.6,112974.85 129250.94,112922.47 129172.37,112922.47 C 129067.62,112948.66 128989.06,113079.7 128884.3,113053.51 C 128727.18,112948.66 128700.99,112686.78 128543.86,112582.03 C 128465.3,112529.65 128360.54,112660.59 128281.98,112634.4 C 127862.87,112477.28 128255.79,112189.21 127653.37,112163.02 C 127653.37,112372.52 127260.55,112372.52 127051.05,112424.9 C 126946.29,112451.09 126841.44,112582.03 126762.88,112529.65 C 126265.31,112372.52 126658.13,111874.85 126003.43,111848.77 C 125741.55,111848.77 125584.32,112215.4 125322.44,112241.59 C 124877.25,112320.15 124301.01,111848.77 123908.19,112346.34 C 123751.07,112555.84 123855.82,113263.01 123567.75,113393.96 C 123463,113420.15 123305.77,113315.39 123201.02,113367.77 C 122782.01,113629.65 123384.43,113812.97 122729.64,113917.72 C 122520.13,113943.91 122048.65,113367.77 121839.15,113734.4 C 121760.58,113865.34 121891.52,114101.03 121786.77,114205.88 C 121498.7,114493.95 120686.78,114310.64 120320.15,114572.52 C 119979.71,114782.02 120346.34,115148.65 120451.09,115305.78 C 120555.84,115489.19 118329.67,115882.01 118015.41,115829.64 C 117517.84,115724.88 117151.11,115043.9 116679.72,114991.52 C 116574.97,114965.34 116496.4,114991.52 116444.03,115017.71 C 116444.03,115017.71 116444.03,115017.71 116444.03,115017.71 C 116077.3,115174.84 116444.03,116012.95 116417.84,116117.7 C 116260.71,116405.77 115317.85,115986.76 114951.12,116301.02 C 114793.99,116431.96 115579.73,116379.58 115605.92,116824.88 C 115658.29,117348.64 115213.1,116955.82 115029.68,117322.45 C 114898.74,117584.33 115370.23,118134.37 115317.85,118239.12 C 115082.16,118631.94 114872.56,118710.51 114401.17,119234.37 L 114401.17,119234.37 C 114401.17,119234.37 114401.17,119234.37 114374.99,119260.55 C 114427.36,119234.37 114453.55,119208.18 114505.93,119208.18 L 114793.99,119181.99 L 114794,119182 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="lt" class="fil4 str2" d="M 125480,91682.3 C 125532.38,91629.924 125532.38,91525.172 125610.94,91498.984 C 126003.86,91368.044 125820.54,91708.586 126082.42,91813.338 C 126815.69,92127.594 126527.62,91551.36 126999.1,92232.346 C 127156.23,92441.85 126999.1,92729.918 127156.23,92834.67 C 127470.48,93044.272 128230.04,92625.166 128439.54,92520.414 C 128649.04,92441.85 128753.79,92913.332 128989.49,92703.73 C 129146.61,92598.978 129172.8,92337.098 129330.03,92232.346 C 129460.97,92153.782 129618.1,92232.346 129749.04,92206.158 C 129879.98,92153.782 129513.34,91865.714 129618.1,91760.962 C 129749.04,91603.736 130010.92,91656.112 130194.23,91577.548 C 130613.34,91341.856 130037.1,91368.044 130325.17,91079.976 C 130403.73,90975.224 131006.16,90687.156 131058.53,91027.6 C 131084.72,91106.164 130953.78,91158.54 130953.78,91237.104 C 130927.59,91472.796 131451.35,91289.48 131503.73,91158.54 C 131739.52,90582.404 130927.59,90739.532 130927.59,90634.78 C 130901.4,90530.028 131163.28,89796.667 131163.28,89770.479 C 131163.28,89770.479 130927.59,89037.118 130927.59,89037.118 C 130927.59,89010.93 131032.34,89010.93 131032.34,88958.554 C 131346.6,87989.501 131110.91,89010.93 131608.58,88225.291 C 131739.52,88068.065 131608.58,87806.185 131713.33,87622.869 C 131844.27,87439.553 132237.09,87701.433 132394.22,87518.117 C 132472.78,87413.365 132368.03,87256.237 132394.22,87151.485 C 132446.59,87072.921 132577.53,87072.921 132603.72,86994.357 C 132708.47,86627.627 131844.27,87099.109 131870.46,86863.319 C 131896.65,86470.499 132079.96,86130.056 131922.83,85737.139 L 131922.83,85710.951 C 131844.27,85737.139 131765.71,85737.139 131687.14,85737.139 C 131084.72,85632.387 130298.98,84663.429 129801.41,84532.389 C 129460.97,84427.637 129120.43,84637.239 128779.98,84637.239 C 128439.54,84637.239 128334.79,83799.126 128072.91,83851.502 C 127758.55,83903.878 127758.55,84349.074 127601.42,84532.389 C 127391.92,84846.743 127391.92,84453.825 127156.23,84506.201 C 127025.29,84532.389 126972.91,84715.803 126841.87,84741.991 C 126815.69,84768.179 126030.05,84558.577 126003.86,84584.863 C 125846.73,84584.863 125768.17,84741.991 125610.94,84768.179 C 125322.87,84794.367 125218.12,84532.389 124982.43,84768.179 C 124903.87,84846.743 124930.05,84977.683 124851.49,85030.059 C 124746.74,85160.999 124641.99,84715.803 124458.57,84689.615 C 124353.82,84689.615 124275.26,84899.119 124170.5,84925.307 C 123987.19,84977.683 123149.07,84925.307 122965.75,84977.683 C 122651.5,85056.247 121813.38,85580.007 121603.88,85841.984 C 121499.13,85999.112 121525.32,86234.804 121420.57,86391.932 C 121342.01,86470.496 121237.25,86444.308 121132.5,86444.308 C 121158.69,86496.684 121158.69,86522.872 121184.88,86549.06 C 121368.19,87230.046 121053.94,86810.94 121315.82,87465.737 C 121342,87518.113 121368.19,87570.489 121420.57,87622.865 C 121472.94,87727.617 121525.32,87806.181 121577.7,87884.745 C 121708.64,88068.061 121813.39,88277.663 121839.58,88487.167 C 121865.76,88644.295 121761.01,88801.423 121787.2,88958.551 C 121813.39,89010.927 121839.58,88827.611 121891.95,88827.611 C 121996.7,88801.423 121996.7,89010.927 122022.89,89089.491 C 122022.89,89141.867 122022.89,89168.055 122022.89,89194.243 C 122101.46,89168.055 122127.64,89063.303 122206.31,89063.303 C 122284.87,89089.491 122284.87,89220.431 122363.43,89272.807 C 122677.69,89456.221 123201.45,89430.033 123541.99,89534.785 C 123594.37,89560.973 123515.81,89639.537 123568.18,89639.537 C 123961,89639.537 124327.63,89298.995 124694.36,89403.845 C 124799.11,89430.033 124746.74,89639.537 124851.49,89718.101 C 124877.68,89744.289 124956.24,89665.725 125008.62,89691.913 C 125113.37,89744.289 125218.12,89822.853 125296.69,89927.605 C 125453.81,90189.485 124903.87,90896.658 125480,91682.295 L 125480,91682.3 z M 121420.57,87622.87 C 121394.38,87649.058 121394.38,87675.246 121394.38,87675.246 C 121315.82,87884.75 121499.13,88094.254 121525.32,88303.856 C 121551.51,88565.736 121499.13,88853.804 121394.38,89168.059 C 121394.38,89168.059 121420.57,89168.059 121420.57,89168.059 C 121499.13,89010.931 121525.32,88853.803 121551.51,88644.299 C 121551.51,88539.547 121577.7,88172.915 121577.7,87884.75 C 121577.7,87544.306 121551.51,87308.614 121420.57,87622.87 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="lv" class="fil4 str2" d="M 121132,86444.3 C 121236.75,86444.3 121341.5,86470.488 121420.07,86391.924 C 121524.82,86234.796 121498.63,85999.104 121603.38,85841.976 C 121812.89,85579.998 122651,85056.239 122965.25,84977.675 C 123148.57,84925.299 123986.68,84977.675 124170,84925.299 C 124274.76,84899.111 124353.32,84689.607 124458.07,84689.607 C 124641.49,84715.795 124746.24,85160.991 124850.99,85030.051 C 124929.55,84977.675 124903.37,84846.735 124981.93,84768.171 C 125217.62,84532.381 125322.37,84794.359 125610.44,84768.171 C 125767.67,84741.983 125846.23,84584.855 126003.36,84584.855 C 126029.55,84558.569 126815.19,84768.171 126841.37,84741.983 C 126972.41,84715.795 127024.79,84532.381 127155.73,84506.193 C 127391.42,84453.817 127391.42,84846.735 127600.92,84532.381 C 127758.05,84349.065 127758.05,83903.87 128072.41,83851.494 C 128334.29,83799.118 128439.04,84637.231 128779.48,84637.231 C 129119.93,84637.231 129460.47,84427.629 129800.91,84532.381 C 130298.48,84663.419 131084.22,85632.371 131686.64,85737.131 C 132341.34,85841.981 132367.53,84846.74 132760.35,84872.928 C 132891.39,84872.928 132969.95,85030.056 133074.7,85030.056 C 133153.27,85030.056 133100.89,84846.74 133153.27,84820.552 C 133310.4,84768.176 133519.9,84925.304 133650.84,84820.552 C 133650.84,84820.552 133781.78,84034.815 133834.16,83956.251 C 133886.53,83799.123 134384.2,83406.303 134384.2,83380.115 C 134593.71,82620.566 133834.16,81913.395 133388.96,81546.765 C 133205.65,81415.825 133572.28,81180.133 133205.65,81127.757 C 133074.71,81101.569 132969.95,81311.073 132839.01,81284.885 C 132786.54,81284.885 132839.01,81206.321 132839.01,81153.945 C 132839.01,81127.757 132865.2,81075.381 132865.2,81049.193 C 132865.2,80865.779 132917.58,80682.463 132891.39,80499.147 C 132865.2,80420.583 132681.79,80446.771 132681.79,80368.207 C 132681.79,80027.763 133310.4,79818.161 132446.1,79503.906 C 132341.34,79477.718 132184.22,79477.718 132105.65,79399.154 C 132027.09,79294.402 132158.03,79111.086 132053.28,79058.71 C 131948.52,78980.146 131843.77,79111.086 131712.83,79137.274 C 131686.64,79268.214 130900.91,78980.146 130796.15,79006.334 C 130796.15,79006.334 130298.48,79556.282 130272.3,79556.282 C 130088.98,79582.47 129250.87,79032.522 129146.12,78875.395 C 129093.74,78823.019 129198.49,78665.891 129119.93,78639.605 C 128962.8,78587.229 128805.67,78744.455 128648.54,78692.079 C 128569.98,78665.891 128596.17,78508.665 128517.6,78482.477 C 128439.04,78482.477 128360.48,78639.605 128281.91,78613.417 C 128124.78,78561.041 127836.62,78168.221 127600.93,78168.221 C 127548.55,78168.221 127600.93,78246.785 127600.93,78299.161 C 127600.93,78325.349 127627.11,78325.349 127627.11,78351.537 C 127705.68,78692.079 127417.61,78194.409 127260.48,78299.161 C 127024.79,78482.477 126212.86,79242.026 126003.36,79294.402 L 125950.99,79268.214 C 125977.17,79320.59 125977.17,79399.154 125977.17,79477.718 C 126081.93,80027.764 126762.81,80787.218 126605.69,81389.638 C 126527.12,81756.27 125898.61,82515.818 125505.7,82568.198 C 125348.57,82594.386 125243.82,82437.258 125112.88,82411.07 C 124851,82332.506 124798.62,82515.822 124641.49,82253.942 C 124458.08,81991.964 124458.08,81625.332 124222.39,81415.829 C 123986.69,81180.137 123436.75,81075.385 123174.77,80839.595 C 123017.64,80708.655 123174.77,80368.211 123017.64,80289.647 C 122781.95,80184.895 122598.63,80551.527 122389.13,80682.467 C 122127.15,80891.971 121760.52,80944.347 121524.83,81206.325 C 120896.22,81861.024 121446.26,82620.575 121210.57,83275.275 C 121132.01,83537.253 120791.46,83642.005 120712.9,83903.885 C 120660.52,84061.013 120791.46,84218.141 120791.46,84401.457 C 120791.46,84584.871 120712.9,84768.187 120765.28,84925.315 C 120765.28,84951.503 120791.46,84977.691 120817.65,84977.691 C 120817.65,84977.691 120817.65,84977.691 120817.65,84977.691 C 120555.77,85291.947 120974.88,86077.681 121132.01,86444.311 L 121132,86444.3 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="md" class="fil1 str2" d="M 137815,110592 C 138181.63,110408.68 138417.32,110565.81 138705.39,110801.6 C 139255.44,111194.42 139360.19,111849.22 139805.38,112294.41 C 140538.74,113001.49 142529.22,114258.7 142764.92,115280.04 C 142948.24,115934.84 142712.55,116668.2 142869.67,117322.9 C 142922.05,117610.97 143393.43,118265.77 143367.24,118553.83 C 143367.24,118658.58 143157.74,118684.77 143183.93,118789.52 C 143210.12,118894.28 143367.24,118841.9 143445.81,118894.28 C 143524.47,118946.65 143524.47,119130.07 143629.22,119130.07 C 143760.16,119156.25 143655.41,118841.9 143760.16,118815.71 C 143917.29,118789.52 144074.42,118841.9 144205.36,118815.71 C 144388.67,118789.52 143995.86,118213.39 144231.55,117846.76 C 144310.11,117742 144467.24,117663.34 144571.99,117532.4 C 144703.03,117349.09 144336.3,117244.33 144571.99,117061.02 C 144676.84,116956.27 144860.16,116956.27 144912.53,116851.51 C 144964.91,116746.76 144807.78,116642.01 144807.78,116510.97 C 144807.78,116380.03 144938.72,116249.09 144912.53,116118.15 C 144860.16,115908.65 144205.36,115699.14 144571.99,115280.04 C 144703.03,115122.91 144938.72,114730.09 145043.47,114913.41 C 145095.85,115018.16 145148.22,115149.1 145174.41,115280.04 C 145174.41,115332.42 145122.04,115358.6 145122.04,115410.98 C 145148.22,115437.27 145200.6,115463.45 145226.79,115437.27 C 145305.35,115332.42 145279.16,115149.1 145410.1,115044.35 C 145436.29,114991.97 145462.48,115201.48 145514.86,115175.29 C 145619.61,115149.1 145593.42,114991.97 145645.8,114913.41 C 145645.8,114913.41 145986.34,115175.29 146091.09,115201.48 C 146248.22,115227.66 146091.09,114730.09 146248.22,114730.09 C 146457.72,114730.09 146588.66,115227.66 146719.6,115096.72 C 146745.79,115044.35 146719.6,114991.97 146771.98,114939.6 C 146902.92,114834.84 147086.33,114808.66 147243.46,114703.9 C 147243.46,114677.72 146641.04,114599.15 146588.66,114415.84 C 146562.47,114363.46 146719.6,114363.46 146719.6,114311.08 L 146457.72,113499.16 C 146300.59,113368.22 145645.8,113342.03 145488.67,113237.28 C 145383.92,113132.53 145462.48,112713.42 145331.54,112791.99 C 144991.1,113001.49 145593.42,112268.23 145122.04,112006.35 C 144755.41,111796.74 145148.23,112372.98 144833.97,112268.23 C 144676.84,112215.85 144022.04,111744.37 143995.86,111613.43 C 143812.54,111037.29 144231.55,110487.25 143629.22,110094.43 C 143393.43,109963.49 143576.85,110487.25 143314.87,110382.5 C 142686.36,110120.62 143079.18,109596.86 142188.69,109832.55 C 142031.56,109884.92 142136.31,110330.12 142031.56,110225.37 C 141953,110146.8 141953,110015.86 141874.43,109911.11 C 141822.06,109858.74 141691.12,110251.56 141638.74,110042.05 C 141612.55,109937.3 141743.49,109675.42 141638.74,109701.61 C 141429.24,109727.8 141245.92,109911.11 141062.51,109911.11 C 140983.95,109911.11 141062.51,109727.8 140983.95,109675.42 C 140748.25,109492.1 140434,109387.25 140145.93,109361.07 C 139438.76,109308.69 139595.88,109701.61 139098.31,109937.3 C 139045.93,109963.49 138050.69,110094.43 138050.69,110120.62 C 138050.69,110225.37 138181.63,110277.74 138181.63,110382.5 C 138207.82,110487.25 137972.13,110225.37 137893.56,110277.74 C 137788.81,110330.12 137841.19,110487.25 137815,110592 L 137815,110592 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="ro" class="fil4 str2" d="M 145882,124603 C 145462.89,124681.56 144782.01,124917.35 144389.09,124576.81 C 144258.15,124472.06 144231.96,124105.43 144074.83,124183.99 C 143996.27,124210.18 143943.89,124314.93 143865.33,124341.12 C 143236.72,124681.56 144074.83,124157.8 143393.85,124183.99 C 143184.34,124183.99 143027.22,124419.68 142817.71,124445.87 C 142372.52,124498.25 142739.15,123869.74 141560.59,124314.93 C 141062.92,124524.44 140146.34,124943.54 139753.42,125336.36 C 139308.23,125781.56 139229.66,126331.6 138653.43,126698.23 C 138129.67,127012.49 137736.85,126802.98 137212.99,126776.8 C 136793.98,126750.61 136348.69,126724.42 135955.87,126855.36 C 135798.74,126907.74 135746.37,127117.24 135589.24,127169.62 C 134855.88,127431.59 133991.58,127012.49 133258.31,127091.05 C 132682.08,127143.43 132498.76,127614.91 131870.25,127353.03 C 131424.96,127169.62 132420.2,126593.48 132184.51,126488.73 C 131765.5,126305.41 130508.38,126043.43 130586.95,125362.55 C 130613.13,125126.86 131477.34,125100.67 131215.46,124969.73 C 128439.34,123581.57 130927.39,124838.69 129801.21,125493.49 C 129617.89,125624.43 129513.14,125153.04 129329.82,125074.48 C 129198.79,124995.92 129015.47,125074.48 128884.53,125074.48 C 128727.4,125074.48 128570.27,125153.04 128413.15,125100.67 C 128334.58,125048.29 128386.96,124917.35 128334.58,124812.5 C 128203.64,124550.62 127077.46,124969.73 127705.97,124524.43 C 127863.1,124419.68 128256.02,124314.93 128125.08,124210.18 C 127994.04,124131.61 127732.16,124210.18 127679.78,124053.05 C 127653.6,123895.92 128203.64,123607.76 127836.91,123398.25 C 127339.34,123110.18 126344.1,123241.12 126003.65,122638.8 C 125925.09,122507.76 125925.09,121879.25 125925.09,121722.12 C 125925.09,121695.94 125925.09,121669.75 125925.09,121669.75 C 125846.52,121695.94 125794.15,121853.06 125741.77,121800.69 C 125558.36,121695.94 125532.17,121407.87 125375.04,121276.83 C 125217.91,121172.08 124982.22,121198.27 124825.09,121067.33 C 124667.97,120988.76 124589.4,120805.45 124484.55,120674.51 C 124537.03,120648.32 124563.21,120543.57 124615.59,120517.38 C 124772.72,120465 125558.36,120386.44 125610.73,120203.12 C 125663.11,120098.27 125270.29,119967.33 125741.77,119888.77 C 125925.09,119862.58 126108.4,120045.9 126265.53,119993.52 C 126763.1,119810.2 126605.97,118867.34 126736.91,118579.27 C 126789.29,118500.71 126920.33,118500.71 126972.7,118422.14 C 126972.7,118422.14 127260.77,117505.47 127260.77,117505.47 C 127313.15,117374.53 127391.71,117269.77 127391.71,117138.83 C 127391.71,117086.46 127260.77,117086.46 127260.77,117034.08 C 127286.96,116798.39 127575.03,116065.03 127705.97,115855.52 C 127758.34,115803.15 127889.28,115855.52 127889.28,115776.96 C 128020.22,115279.29 127836.91,114912.66 128413.14,114362.71 C 128596.46,114153.11 128805.96,114284.14 129094.03,114179.29 C 129382.2,114048.35 129408.38,113655.53 129617.89,113446.03 C 129696.45,113498.41 129853.58,113393.65 130036.9,112895.98 C 130063.08,112843.61 130063.08,112765.04 130115.46,112765.04 C 130194.02,112765.04 130848.82,113079.4 130927.38,113079.4 C 130979.76,113079.4 131005.95,112948.36 131058.32,112922.17 C 131398.77,112791.23 132263.07,113131.77 132682.07,113027.02 C 132917.86,112948.36 133074.99,112738.86 133310.68,112712.67 C 133729.69,112686.48 134017.86,113236.53 134305.93,113315.09 C 134698.75,113446.03 134829.69,112712.67 134934.44,112607.92 C 135405.92,112110.35 136610.67,112162.72 136977.3,111795.99 C 137684.47,111115.1 136663.04,111691.24 137160.61,111036.54 C 137291.55,110879.41 137501.06,110748.47 137710.66,110696.1 L 137736.85,110617.43 L 137841.6,110381.74 C 137841.6,110381.74 137841.6,110381.74 137841.6,110381.74 C 137815.41,110434.12 137815.41,110538.87 137815.41,110591.25 C 138182.04,110407.93 138417.73,110565.06 138705.8,110800.85 C 139255.85,111193.67 139360.6,111848.47 139805.79,112293.66 C 140539.15,113000.73 142529.63,114257.95 142765.33,115279.29 C 142948.65,115934.09 142712.96,116667.45 142870.08,117322.15 C 142922.46,117610.22 143393.84,118265.01 143367.66,118553.08 C 143367.66,118657.83 143158.15,118684.02 143184.34,118788.77 C 143210.53,118893.52 143367.66,118841.15 143446.22,118893.52 C 143524.88,118945.9 143524.88,119129.31 143629.63,119129.31 C 143682.01,119155.5 143760.57,119103.12 143812.95,119155.5 C 143891.51,119234.06 143865.33,119391.19 143970.08,119469.76 C 144074.83,119574.51 145201.01,119626.88 145174.83,119495.94 C 145174.83,119469.76 144808.2,119391.19 145070.08,119234.06 C 145227.2,119155.5 145410.52,119181.69 145567.65,119103.12 C 145829.53,118972.18 145934.38,118605.45 146222.45,118500.7 C 146798.58,118291.2 147086.75,118500.7 147217.69,118998.37 C 147191.5,119024.56 147112.93,118998.37 147112.93,119024.56 C 147112.93,119103.12 147165.31,119155.5 147217.69,119181.69 C 147270.06,119207.88 147322.44,119103.13 147348.63,119155.5 C 147401,119260.25 147427.19,120150.74 147427.19,120255.49 C 147401,120595.93 146615.27,120622.12 146405.76,120779.25 C 146274.82,120884 146274.82,121250.63 146117.69,121224.45 C 146091.5,121198.26 146301.01,120334.06 145934.38,120124.55 C 145803.34,120072.07 145646.21,120281.67 145567.65,120412.61 C 145462.89,120595.93 145934.38,120753.06 145908.19,120962.56 C 145908.19,121172.07 145515.27,121303.01 145620.02,121460.23 C 145724.77,121617.36 145934.38,121224.44 146117.69,121224.44 C 146170.07,121198.25 146091.5,121355.48 146039.13,121407.86 C 146012.94,121434.04 145986.75,121460.23 145934.38,121486.42 C 145960.56,121460.23 145986.75,121460.23 146012.94,121486.42 C 146170.07,121617.36 145541.46,122638.79 145541.46,122664.98 C 145567.65,122848.3 145803.34,123764.97 145934.38,124602.99 L 145882,124602.99 L 145882,124603 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="bg" class="fil4 str2" d="M 141901,132748 C 141770.06,132721.81 141639.12,132721.81 141560.56,132721.81 C 140539.13,132931.32 142189.07,133664.68 141612.93,134109.87 C 141612.93,134109.87 140801.01,134371.85 140774.82,134371.85 C 140408.19,134502.79 139805.77,134974.17 139412.95,134947.99 C 139334.39,134947.99 139386.76,134817.05 139334.39,134790.86 C 139072.51,134659.92 138732.06,134502.79 138443.9,134581.35 C 138339.14,134607.54 138339.14,134817.05 138234.39,134843.23 C 138155.83,134869.42 138103.45,134686.11 138024.89,134659.92 C 137972.51,134633.73 137893.95,134738.48 137867.76,134686.11 C 137684.44,134581.35 137632.07,134293.19 137422.47,134267 C 137265.34,134214.62 137186.77,134476.6 137029.65,134502.79 C 136924.89,134555.17 136793.95,134345.66 136715.39,134398.04 C 136243.91,134686.11 136060.59,135000.36 135327.33,135262.24 C 135012.98,135366.99 134620.16,135262.24 134332.09,135445.56 C 134227.34,135497.93 134227.34,135707.54 134122.59,135759.91 C 134044.02,135838.47 133912.98,135759.91 133808.23,135759.91 C 133703.48,135759.91 133572.54,135759.91 133467.79,135759.91 C 133441.6,135786.1 133467.79,135838.47 133467.79,135838.47 C 133520.16,135681.35 133467.79,134319.37 133441.6,134319.37 C 133258.28,134136.06 132970.22,133612.3 132734.43,133455.17 C 132603.49,133376.61 132420.17,133455.17 132263.04,133376.61 C 132210.67,133350.42 131503.49,132800.37 131503.49,132748 C 131634.43,132512.31 132001.16,132459.93 131870.22,132119.49 C 131844.03,132014.74 131765.47,131962.26 131686.91,131909.89 C 131634.43,131883.7 131555.87,131936.07 131529.68,131883.7 C 131503.49,131752.76 131529.68,131621.82 131529.68,131490.88 C 131503.49,131333.75 131320.18,131176.62 131398.74,131045.68 C 132158.29,129788.56 131293.99,131333.75 132132.1,130678.95 C 132210.67,130600.39 132760.61,129631.43 132603.49,129474.2 C 132393.98,129317.07 131398.74,128845.69 131346.37,128793.31 C 131032.11,128531.43 130534.54,127431.44 130717.85,127038.52 C 130796.42,126855.21 131084.49,126881.4 131189.24,126724.27 C 131267.8,126540.95 131163.05,126305.26 131241.61,126121.94 C 131582.06,126279.07 132001.16,126383.82 132184.48,126488.58 C 132420.17,126593.33 131424.93,127169.46 131870.22,127352.88 C 132498.73,127614.76 132682.05,127143.28 133258.28,127090.9 C 133991.55,127012.34 134855.84,127431.44 135589.21,127169.46 C 135746.34,127117.09 135798.72,126907.58 135955.85,126855.21 C 136348.67,126724.27 136793.96,126750.45 137212.97,126776.64 C 137736.82,126802.83 138129.64,127012.34 138653.41,126698.08 C 139229.64,126331.45 139308.2,125781.4 139753.4,125336.21 C 140146.31,124943.39 141062.9,124524.28 141560.57,124314.78 C 142739.13,123869.58 142372.49,124498.1 142817.69,124445.72 C 143027.19,124419.53 143184.32,124183.84 143393.82,124183.84 C 144074.81,124157.65 143236.69,124681.41 143865.3,124340.97 C 143943.87,124314.78 143996.24,124210.03 144074.81,124183.84 C 144231.94,124105.28 144258.12,124471.91 144389.06,124576.66 C 144781.98,124917.2 145462.87,124681.41 145881.97,124602.85 L 145934.35,124602.85 C 146039.1,125257.65 146091.48,125859.97 145908.16,125964.72 C 145803.31,126017.09 145672.37,125833.78 145541.43,125859.97 C 144572.38,126121.94 145200.99,126095.76 144912.92,126671.89 C 144886.73,126776.64 144703.42,126776.64 144650.94,126855.21 C 144650.94,126907.58 144808.17,126881.39 144808.17,126933.77 C 144860.54,127352.88 144834.36,127614.76 144939.11,128033.76 C 144965.3,128190.89 145122.42,128400.39 145043.86,128531.43 C 144965.3,128662.37 144729.6,128583.81 144598.57,128662.37 C 144572.38,128662.37 144677.23,128714.75 144677.23,128740.93 C 144624.75,128845.69 144493.81,128871.87 144467.63,128976.63 C 144441.44,129055.19 144598.57,129133.75 144546.19,129186.13 C 144441.44,129343.26 144205.75,129395.63 144100.99,129552.76 C 143629.61,130181.37 144781.98,129238.51 145070.05,129945.68 C 145096.24,129998.06 145017.67,130076.62 145017.67,130129 C 145043.86,130155.18 145620,130495.63 145750.93,130600.38 C 145829.5,130705.13 145908.16,130783.7 145934.35,130862.36 L 145881.97,130862.36 C 145724.75,130888.55 145567.62,130862.36 145410.49,130914.73 C 145200.99,130993.3 145043.86,131176.61 144860.54,131307.55 C 144808.17,131333.74 144860.54,131438.49 144834.35,131412.31 C 144231.93,131281.37 144048.62,130809.98 143446.19,131124.24 C 143446.19,131124.24 143001,131621.81 143001,131621.81 C 142817.68,131700.37 142581.99,131569.43 142451.05,131700.37 C 142293.82,131831.31 142451.05,132093.29 142346.3,132250.42 C 142189.07,132433.74 141665.31,132355.17 141901,132747.99 L 141901,132748 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="ee" class="fil4 str2" d="M 126003,79294.4 C 126212.5,79242.024 127024.43,78482.475 127260.12,78299.159 C 127417.25,78194.407 127705.32,78692.077 127626.75,78351.535 C 127626.75,78325.347 127600.56,78325.347 127600.56,78299.159 C 127600.56,78246.783 127548.19,78168.219 127600.56,78168.219 C 127836.26,78168.219 128124.42,78561.039 128281.55,78613.415 C 128360.11,78639.603 128438.68,78482.475 128517.24,78482.475 C 128595.81,78508.663 128569.62,78665.889 128648.18,78692.077 C 128805.31,78744.453 128962.44,78587.227 129119.57,78639.603 C 129198.13,78665.889 129093.38,78823.017 129145.75,78875.393 C 129250.51,79032.521 130088.62,79582.468 130271.93,79556.28 C 130298.12,79556.28 130795.79,79006.332 130795.79,79006.332 C 130900.54,78980.144 131686.28,79268.212 131712.47,79137.272 C 131764.84,79006.332 131581.43,78639.602 131660.09,78561.038 C 131712.47,78508.662 131843.41,78508.662 131869.6,78430.098 C 131895.78,78377.722 131791.03,78351.534 131791.03,78272.97 C 131764.85,78220.594 131764.85,78142.03 131791.03,78089.654 C 132105.29,77827.774 132131.48,78115.842 132236.23,77801.586 C 132262.42,77723.022 132026.73,77775.398 131948.16,77696.834 C 131764.85,77513.518 131869.6,77382.48 131817.22,77199.164 C 131791.03,77120.6 131371.93,76884.908 131293.36,76806.344 C 131083.86,76439.712 131319.55,76596.84 131319.55,76256.298 C 131319.55,75784.914 130795.79,75287.343 130717.23,74815.858 C 130691.04,74527.79 131005.3,74318.286 131083.86,74108.783 C 131083.86,74108.783 131110.05,73453.985 131110.05,73453.985 C 131110.05,73323.045 131005.3,73165.917 131083.86,73061.165 C 131345.74,72511.119 131791.03,72746.909 131162.42,72353.991 C 131136.23,72458.743 131083.86,72563.495 130900.54,72668.247 C 130664.85,72825.473 128202.98,72851.661 127783.88,72799.285 C 127705.32,72799.285 127652.94,72668.247 127548.19,72694.435 C 127050.62,72799.285 128176.8,73087.353 127338.69,72982.601 C 127207.75,72956.413 127181.56,72668.247 127050.62,72694.435 C 126945.87,72720.623 127129.18,72930.225 127076.81,73034.977 C 126998.24,73192.105 126841.02,73349.233 126683.89,73427.797 C 126422.01,73558.737 126133.94,73611.113 125845.87,73558.737 C 125741.12,73532.549 125662.46,73323.045 125583.9,73375.421 C 125452.96,73453.985 125767.31,73742.053 125636.27,73768.241 C 125374.39,73846.805 124588.75,73872.993 124431.52,74265.911 C 124379.15,74396.851 124667.31,74527.791 124588.75,74632.543 C 124457.71,74842.047 123672.07,74789.671 123567.32,75025.363 C 123200.59,76020.604 123881.57,75392.093 124038.7,75811.1 C 124117.27,76046.792 123724.45,76334.958 123829.2,76570.649 C 123933.95,76858.717 124352.96,77146.785 124405.33,77251.536 C 124562.56,77487.326 124300.58,77749.206 124641.12,77932.522 C 124772.06,77984.898 124929.19,77853.958 125060.13,77906.334 C 125191.07,77932.522 125269.64,78194.402 125400.58,78115.838 C 125583.89,78011.086 125583.89,77015.848 126133.94,77670.642 C 126186.31,77749.206 126003,77827.77 126003,77932.522 C 126003,78142.026 126107.75,78351.53 126107.75,78561.033 C 126107.75,79084.891 125898.24,78796.823 125950.62,79268.207 L 126003,79294.395 L 126003,79294.4 z M 123148.22,77277.73 C 123488.76,77513.52 123462.57,77539.708 123881.58,77723.024 C 124064.9,77827.776 123567.33,77487.332 123672.08,77696.836 C 123776.83,77932.528 123698.26,77592.084 123514.95,77618.272 C 123357.82,77644.46 123514.95,77984.904 123384.01,78115.844 C 123357.82,78142.032 123252.97,77984.904 123226.78,78037.28 C 123174.41,78089.656 123252.97,78220.596 123226.78,78325.348 C 123095.84,78665.89 122833.96,78561.04 122755.4,78587.228 C 122703.02,78587.228 122703.02,78692.078 122650.65,78718.266 C 122493.52,78796.83 122310.2,78849.206 122179.26,78927.77 C 122152.98,78927.77 122152.98,78953.958 122152.98,78980.146 C 122152.98,79189.65 122205.45,79425.342 122152.98,79634.845 C 122100.6,79765.785 121917.28,80027.763 121812.53,79923.011 C 121498.28,79556.281 122100.6,79346.777 122048.22,79058.71 C 122022.04,78980.146 121891.1,79084.898 121812.53,79032.522 C 121655.4,78953.958 121419.71,78901.582 121341.15,78718.266 C 121288.77,78613.416 121576.84,78561.04 121550.65,78456.288 C 121524.46,78246.784 121105.46,78168.22 121184.02,77984.904 C 121236.4,77827.776 121498.28,78194.408 121681.59,78194.408 C 121838.72,78194.408 121603.03,77775.4 121760.16,77696.836 C 121838.72,77670.648 121943.47,77932.528 121969.66,77853.964 C 122152.98,77225.354 122545.89,77461.046 123148.22,77277.73 L 123148.22,77277.73 z M 122205.45,75758.73 C 122257.83,75758.73 122336.39,75732.542 122362.58,75784.918 C 122414.96,75837.294 122336.39,75968.234 122414.96,76020.61 C 122519.71,76072.986 122703.02,75942.046 122807.78,75994.422 C 123698.27,76518.28 122860.15,76413.528 122807.78,76518.28 C 122598.27,77015.852 123331.54,76596.844 122362.58,77146.791 C 122074.42,77303.919 122048.23,76675.407 122048.23,76675.407 C 121943.48,76387.339 121472.09,76492.091 121288.78,76439.715 C 121105.46,76413.527 121681.6,76334.963 121864.91,76282.489 C 122100.6,76230.113 122152.98,75915.857 122205.45,75758.729 L 122205.45,75758.73 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="lb" class="fil3 str2" d="M 172255,154539 C 172490.69,154460.34 173197.86,154381.77 173354.99,154146.08 C 173381.18,154119.89 173354.99,153491.38 173381.18,153465.2 C 173407.37,153439.01 173485.93,153569.95 173538.31,153543.76 C 173878.75,153334.25 174297.85,152339.01 174428.79,151998.47 C 174481.17,151919.9 173852.56,152129.51 174035.88,151658.02 C 174114.44,151474.71 174193,151291.39 174324.04,151134.26 C 174324.04,151134.26 175057.31,150872.29 175057.31,150872.29 C 175057.31,150741.35 174716.86,150819.91 174690.67,150688.97 C 174612.11,150191.4 175293,149850.96 175345.37,149431.85 C 175371.56,149353.29 175214.43,149405.66 175188.24,149379.47 C 175031.12,149117.59 175188.24,148986.65 174900.18,148750.96 C 174559.73,148488.99 174245.48,148829.53 174219.19,148698.59 C 174193,148567.55 174402.6,148462.8 174402.6,148331.86 C 174402.6,148200.92 174193,148174.73 174088.25,148148.54 C 174088.25,148122.35 173538.3,148515.17 173119.2,148620.02 C 173197.86,148750.96 173250.24,148855.72 173250.24,148986.66 C 173276.42,149536.6 173040.63,149117.6 172831.13,149405.66 C 172804.94,149431.85 172935.88,149484.23 172935.88,149536.6 C 172883.51,149693.73 172804.94,149824.77 172752.57,149955.71 C 172726.38,150034.27 172595.44,150060.46 172621.63,150139.03 C 172621.63,150269.97 172909.69,150950.95 172857.32,151081.89 C 172752.57,151265.21 172543.06,151369.96 172490.69,151579.46 C 172464.5,151684.21 172621.63,151762.78 172647.81,151867.53 C 172674,152365.2 172438.31,152784.21 172385.93,153229.4 C 172359.75,153517.57 172438.31,153805.63 172412.12,154067.51 C 172412.12,154224.64 172254.99,154355.58 172254.99,154539 L 172255,154539 z" style="fill: rgb(209, 210, 213); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="ad" class="fil1 str2" d="M 78965.9,133613 C 77787.34,133953.44 78442.14,132984.39 78494.516,132984.39 C 79175.403,132932.01 79227.779,133272.56 78965.9,133613 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="sm" class="fil1 str2" d="M 105968,129868 C 106020.38,129789.44 106020.38,129684.68 106098.94,129632.31 C 106308.44,129422.71 106256.07,130234.63 105968,129868 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="lu" class="fil4 str2" d="M 91851.4,110696 C 91720.46,110643.53 91563.332,110564.96 91406.204,110564.96 C 91275.166,110564.96 91144.226,110696 90987.098,110696 C 90960.91,110722.19 90987.098,110617.34 90960.91,110591.15 C 90856.158,110538.77 90751.406,110486.4 90620.466,110434.02 L 90646.654,110329.27 C 91222.79,110381.65 90437.15,109360.22 90515.714,109124.52 C 90620.466,108836.45 91144.225,107867.4 91432.391,108365.07 C 91406.203,108496.01 91380.015,108626.95 91432.391,108836.45 C 91563.331,109386.4 92191.842,109438.78 92244.218,109517.44 C 92610.948,109962.64 91563.331,110172.14 91851.398,110696 L 91851.4,110696 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke-width: 1.87696; stroke-miterlimit: 4; stroke-dasharray: none; stroke: rgb(255, 255, 255); stroke-opacity: 1;" d="M 828.40625,1032.125 C 825.56147,1032.6422 822.44812,1032.8977 819.34375,1033.1562 C 817.01615,1033.4149 808.50321,1033.9269 807.46875,1037.0312 C 806.95152,1038.3243 804.875,1050.7522 804.875,1052.5625 C 804.875,1053.3384 806.15625,1053.3265 806.15625,1053.8438 C 806.15625,1054.361 805.14223,1053.3265 804.625,1053.8438 C 804.10777,1054.361 803.8351,1055.6616 804.09375,1056.4375 C 804.35237,1057.9902 807.21336,1058.7607 806.4375,1060.3125 C 805.66165,1061.8642 802.80173,1061.5992 801.25,1062.375 C 799.43968,1063.4095 798.15505,1064.9742 796.34375,1065.75 C 791.68868,1068.3362 774.36838,1068.8612 771.78125,1073 C 768.16061,1079.2068 770.74799,1081.013 773.59375,1081.5312 C 772.2997,1081.5312 771.2532,1081.5227 770.21875,1081.7812 C 765.82227,1083.0743 767.10539,1086.4321 761.15625,1085.6562 C 759.86316,1085.3976 759.1056,1083.5883 757.8125,1082.8125 C 754.19187,1081.0012 749.25425,1080.2393 745.375,1078.6875 C 737.09828,1075.5841 752.38558,1082.0526 741.78125,1080.5 C 741.52263,1080.5 738.66162,1072.2133 739.4375,1071.4375 C 739.95473,1070.9203 740.74136,1071.1735 741,1070.6562 C 741.51723,1069.6218 742.03445,1068.0711 741,1067.8125 C 739.18968,1066.778 737.10016,1067.8125 735.03125,1067.8125 C 734.51402,1067.8125 733.736,1068.3524 733.21875,1068.0938 C 731.14981,1067.5765 729.35019,1066.5345 727.28125,1065.5 C 727.02263,1065.2414 726.49998,1063.6703 726.5,1064.1875 C 726.75959,1065.9978 727.81253,1067.8137 727.8125,1069.625 C 727.8125,1070.1422 726.49998,1070.4117 726.5,1071.1875 C 726.24138,1072.7392 726.51304,1074.7921 727.03125,1076.3438 C 727.54848,1077.1196 729.0851,1077.1304 729.34375,1077.9062 C 730.1196,1079.1993 729.60777,1081.2695 730.125,1082.5625 C 730.38362,1083.0797 731.93752,1082.2953 731.9375,1082.8125 C 731.9375,1084.8814 730.39223,1086.9709 729.875,1088.7812 C 729.61638,1089.8157 730.13904,1090.0624 730.65625,1090.0625 C 729.8804,1091.8728 729.36099,1093.6897 728.84375,1095.5 C 728.0679,1098.3448 734.01726,1100.4052 733.5,1103.25 C 732.98277,1104.8017 729.86419,1102.4687 728.3125,1102.4688 C 726.7608,1102.2101 725.45794,1103.0087 723.90625,1102.75 C 722.35455,1102.4914 722.10556,1097.0335 720.8125,1098.8438 C 719.51941,1100.6541 720.56033,1104.0367 718.75,1104.8125 C 712.54222,1107.3996 714.60878,1098.347 712.28125,1097.3125 C 710.98816,1096.7953 709.94934,1098.8492 708.65625,1099.625 C 706.84593,1100.4009 705.30167,1100.653 703.75,1101.6875 C 703.2318,1101.6875 703.22737,1103.0087 702.96875,1102.75 C 701.93429,1100.6811 697.79307,1089.5593 696.5,1090.5938 C 695.72415,1091.111 695.74457,1092.9245 694.96875,1092.4062 C 693.67566,1091.6304 694.69936,1089.0258 693.40625,1088.25 C 692.11316,1087.4741 690.30172,1089.0313 688.75,1089.0312 C 687.97415,1089.0313 686.92346,1087.4828 686.40625,1088 C 684.85455,1089.0345 685.89546,1092.3881 684.34375,1092.9062 C 682.53343,1093.4235 681.24878,1090.0625 679.4375,1090.0625 C 678.40303,1090.3211 679.19071,1093.4376 678.15625,1093.4375 C 676.60455,1092.9203 677.36422,1089.7985 675.8125,1089.2812 C 674.00218,1088.764 672.18534,1090.8352 670.375,1091.0938 C 664.16722,1092.905 670.62698,1089.5312 667.78125,1089.5312 C 665.4537,1089.5312 656.9471,1092.9063 656.6875,1092.9062 C 651.25652,1106.8725 667.52586,1094.9904 666.75,1098.0938 C 666.49138,1099.6455 662.35779,1099.1046 662.875,1100.6562 C 663.65085,1102.4666 666.75123,1101.9656 668.5625,1103 C 669.33835,1103.5172 667.03445,1102.4688 666,1102.4688 C 664.4483,1102.2101 662.88681,1102.7359 661.59375,1102.2188 C 661.59375,1102.2188 661.34377,1101.9687 661.34375,1101.9688 C 662.89545,1104.5559 665.21876,1108.1703 665.21875,1108.6875 C 665.21875,1109.2047 663.92347,1108.1563 663.40625,1108.1562 C 660.82009,1108.1562 658.24336,1107.9202 655.65625,1108.4375 C 655.13902,1108.4375 654.33512,1109.2101 654.59375,1109.4688 C 656.66269,1110.7618 660.03666,1109.9904 660.8125,1113.0938 C 661.32973,1114.9041 659.79202,1117.7468 661.34375,1118.7812 C 662.89545,1120.0743 665.47091,1118.5258 667.28125,1117.75 C 667.79848,1117.4914 666.764,1116.1971 667.28125,1115.9375 C 673.74765,1115.4203 669.60671,1118.5075 672.96875,1121.0938 C 673.7446,1121.8696 675.02802,1120.8351 676.0625,1121.0938 C 677.6142,1121.8696 679.69735,1125.2467 681.25,1126.2812 C 683.31894,1127.5743 682.53023,1123.9601 685.375,1124.2188 C 690.80596,1124.736 688.23599,1128.0755 687.71875,1131.4375 C 687.71875,1131.4375 687.71875,1131.7187 687.71875,1131.7188 C 687.71875,1131.4601 687.96016,1131.1961 688.21875,1130.9375 C 690.02907,1130.1616 692.11859,1131.7187 694.1875,1131.7188 C 694.96335,1131.4601 695.22414,1130.6563 696,1130.6562 C 696.25862,1130.9149 695.99138,1131.7102 696.25,1131.9688 C 696.50862,1132.2274 698.07112,1131.4601 697.8125,1131.7188 C 696.2608,1132.7532 693.13902,1133.5248 693.65625,1135.5938 C 693.91479,1136.8868 704.78987,1134.0442 704.53125,1137.4062 C 704.27263,1143.0968 694.42696,1145.6843 705.03125,1146.7188 C 705.03125,1146.7188 705.31248,1146.7187 705.3125,1146.7188 C 705.05388,1147.4946 705.04525,1148.5022 705.5625,1150.3125 C 705.5625,1150.5711 711.75319,1152.1412 710.71875,1154.4688 C 710.20152,1155.5032 705.02804,1158.0701 706.0625,1160.6562 C 706.83835,1162.4666 708.15306,1164.292 709.1875,1165.8438 C 709.44612,1166.1024 710.21015,1165.8352 710.46875,1166.0938 C 711.50322,1167.3868 711.77266,1173.0991 712.03125,1173.875 C 716.42871,1182.4103 713.84392,1172.8212 718.5,1177.2188 C 719.27585,1177.736 718.50543,1179.5453 719.28125,1180.0625 C 720.0571,1180.5797 721.06792,1179.5539 721.84375,1179.8125 C 722.87822,1180.5884 723.14442,1182.6703 724.4375,1183.1875 C 724.95473,1183.4461 724.45155,1181.8836 724.96875,1181.625 C 725.7446,1181.3664 727.03124,1181.3578 727.03125,1181.875 C 727.03125,1183.6853 725.46874,1185.5012 725.46875,1187.3125 C 725.46875,1188.8642 727.28986,1190.167 727.03125,1191.7188 C 726.77263,1193.7877 724.42347,1194.8061 723.90625,1196.875 C 723.38902,1198.9449 729.09157,1201.5281 727.28125,1202.5625 C 725.72858,1203.3384 723.92668,1202.8297 722.375,1202.3125 C 723.9267,1203.347 725.21556,1204.6444 726.25,1205.9375 C 727.80267,1207.7478 729.62181,1209.5551 730.65625,1211.625 C 732.72519,1215.5042 729.86858,1221.7005 731.9375,1225.0625 C 732.97197,1226.3556 734.79525,1226.8858 735.3125,1228.4375 C 735.57112,1229.472 734.79311,1231.2727 733.5,1231.5312 C 732.72415,1231.7899 733.75864,1229.4633 733.5,1228.6875 C 732.98277,1227.1358 731.42346,1225.8642 730.90625,1224.3125 C 728.32008,1216.0358 733.24562,1223.2594 729.625,1215.5 C 728.59053,1212.9138 724.9407,1207.2328 723.90625,1207.75 C 721.06147,1209.819 718.22198,1225.0809 717.1875,1229.2188 C 716.67027,1231.8049 712.78785,1235.9429 715.375,1236.7188 C 716.66809,1237.236 716.92566,1233.6163 718.21875,1233.875 C 719.77045,1234.1336 721.58833,1236.2069 720.8125,1237.5 C 720.29527,1238.7931 717.97196,1236.4515 716.9375,1236.9688 C 715.64441,1237.486 715.14323,1239.3007 714.625,1240.5938 C 711.78029,1248.3533 708.65708,1273.1919 701.15625,1276.8125 C 700.12178,1277.3297 699.08296,1277.5851 697.53125,1277.8438 C 699.08295,1279.3955 701.93751,1281.9688 701.9375,1281.9688 C 702.45473,1282.2274 702.2101,1280.9375 702.46875,1280.9375 C 703.7628,1281.1961 705.28665,1281.7155 706.0625,1282.75 C 708.39005,1285.3362 700.91824,1288.4483 704.28125,1290 C 705.83295,1290.5172 707.35778,1287.6703 707.875,1288.1875 C 708.13362,1288.7047 707.35778,1289.9827 707.875,1290.5 C 711.49565,1293.863 717.20049,1292.5701 720.5625,1295.1562 C 720.82112,1295.4149 723.39766,1301.375 723.65625,1301.375 C 727.01927,1303.9621 730.37935,1299.3028 734,1302.4062 C 735.81032,1303.9589 734.51296,1307.3125 737.875,1307.3125 C 739.42767,1307.5711 740.47952,1306.0227 742.03125,1306.2812 C 743.58295,1306.5399 744.35456,1308.3664 745.90625,1308.625 C 746.6821,1308.625 746.69292,1307.0625 747.46875,1307.0625 C 750.05588,1306.8039 752.37394,1308.8664 755.21875,1309.125 C 755.21875,1309.125 753.92784,1303.1692 757.03125,1303.6875 C 761.42773,1304.4633 763.99894,1307.5701 766.84375,1310.1562 C 767.10237,1310.4149 767.889,1310.1563 768.40625,1310.1562 C 769.69934,1310.4149 771.25542,1310.4116 772.03125,1311.1875 C 773.32434,1312.222 772.54972,1314.5669 773.84375,1315.3438 L 773.84375,1315.5938 C 774.36098,1314.2997 775.1476,1313.2813 775.40625,1313.2812 C 782.1303,1312.764 782.61741,1316.1067 780.03125,1319.4688 C 781.84157,1320.2446 783.92564,1320.778 785.21875,1321.8125 C 785.73695,1322.3297 786.0108,1325.1649 787.5625,1324.9062 C 789.63143,1324.6476 791.42247,1323.3438 793.75,1323.3438 C 796.33616,1323.3438 800.72632,1328.5259 803.3125,1327.75 C 804.34697,1327.4914 803.31792,1325.4235 804.09375,1324.9062 C 807.97302,1322.3201 812.64339,1324.653 816.78125,1325.6875 L 817.8125,1325.6875 C 816.2608,1324.3944 814.70476,1323.083 814.1875,1321.5312 C 812.37718,1316.3589 815.73056,1317.6561 814.4375,1313 C 814.17888,1312.2241 812.37501,1312.4946 812.375,1311.7188 C 812.63362,1308.874 815.98277,1307.3049 816.5,1304.7188 C 816.5,1303.9429 815.23274,1302.9235 815.75,1302.4062 C 818.85338,1298.0098 824.00755,1299.0431 826.59375,1297.75 C 829.43853,1296.1983 833.59272,1291.0205 836.4375,1289.4688 C 839.02366,1287.917 841.58733,1291.277 843.65625,1292.3125 C 844.43308,1292.8297 853.4914,1293.8717 853.75,1294.9062 C 854.00862,1295.9407 850.41077,1301.362 858.6875,1298 C 859.39779,1297.6843 859.09182,1297.2856 858.5,1296.7812 C 858.93295,1297.1772 859.48945,1297.4544 860.21875,1297.5 C 862.02907,1297.7586 864.11319,1296.9806 865.40625,1295.6875 C 866.1821,1294.653 863.3233,1291.7908 864.875,1291.5312 C 866.68532,1291.2726 869.53126,1292.8373 869.53125,1294.9062 C 869.27263,1296.9752 864.6336,1296.2124 864.375,1298.2812 C 864.11638,1299.833 867.19828,1299.3125 868.75,1299.3125 C 869.78447,1299.3125 870.82649,1297.5054 871.34375,1298.2812 C 872.37822,1299.5743 871.08193,1302.1435 872.375,1303.4375 C 873.66809,1304.7306 875.75218,1304.4827 877.5625,1305 C 878.59697,1305 879.34913,1304.7413 880.125,1305 C 883.74564,1306.8103 881.9375,1308.1078 881.9375,1308.625 C 882.19612,1309.1422 882.97416,1309.125 883.75,1309.125 C 884.52585,1309.3836 885.57651,1309.3922 886.09375,1308.875 C 886.61098,1308.3578 882.98173,1306.8039 886.34375,1307.0625 C 891.51706,1307.3211 889.70273,1310.932 892.03125,1310.1562 C 894.10019,1309.3804 895.67246,1307.0485 898,1306.5312 C 899.81032,1306.2726 902.39345,1307.5743 903.6875,1306.2812 C 904.72197,1305.5054 902.39669,1303.9729 902.65625,1302.9375 C 903.17348,1301.6444 905.22414,1301.3782 906,1300.3438 C 906.77585,1299.5679 906.25537,1298.2586 907.03125,1298 C 908.06572,1297.4828 909.37178,1298.7985 910.40625,1298.2812 C 911.69934,1297.2468 911.43431,1295.1509 912.46875,1294.375 C 913.76184,1293.5991 915.55929,1294.6509 916.59375,1293.875 C 917.62822,1293.0991 916.34912,1291.2758 917.125,1290.5 C 918.15947,1289.4655 919.97953,1289.2274 921.53125,1288.9688 C 921.78987,1288.9688 921.52263,1289.9914 921.78125,1290.25 C 922.29848,1290.25 921.52263,1289.2274 921.78125,1288.9688 C 922.29848,1288.4515 926.71016,1286.875 926.96875,1286.875 C 925.67566,1282.2199 934.44176,1276.2823 930.5625,1273.4375 C 929.26941,1272.6616 927.45794,1273.7102 925.90625,1273.9688 C 924.35358,1273.9688 922.55172,1274.736 921,1274.2188 C 918.15522,1273.4429 911.42888,1268.5278 911.6875,1264.9062 C 911.6875,1264.389 913,1264.3923 913,1263.875 C 912.74138,1263.0991 910.13043,1262.3017 910.90625,1260.75 C 911.94072,1259.7155 913.2544,1258.9493 914.03125,1257.6562 C 914.28987,1257.3976 913.49141,1256.8932 913.75,1256.375 C 914.00959,1255.5991 916.33515,1256.8705 916.59375,1256.0938 C 916.59375,1254.0248 916.33833,1251.958 915.5625,1250.4062 C 914.26941,1248.3373 905.73278,1244.9816 906.25,1240.8438 C 906.25,1239.5507 908.58191,1239.5711 909.875,1239.3125 C 910.65085,1239.3125 911.16167,1240.8524 911.9375,1240.5938 C 913.23058,1240.3351 921.51183,1233.6098 920.21875,1231.2812 C 919.4429,1229.7295 916.8696,1229.4665 916.09375,1227.6562 C 915.3179,1226.6218 916.36097,1224.8157 915.84375,1223.7812 C 912.22214,1217.5735 905.4776,1220.6701 917.375,1213.6875 C 916.34053,1212.1358 916.3556,1210.3253 915.0625,1209.0312 C 914.80388,1208.514 913.75863,1210.0807 913.5,1209.5625 C 913.24138,1208.7866 914.54845,1207.4946 914.03125,1206.7188 C 913.77166,1205.9429 912.20473,1206.7047 911.6875,1206.1875 C 910.1358,1203.6013 913.75863,1203.8642 913.5,1202.3125 C 913.24138,1201.0194 911.6875,1200.5118 911.6875,1199.2188 C 911.42888,1198.4429 913.50319,1196.8836 912.46875,1196.625 C 909.1067,1195.0733 901.85881,1195.0658 899.53125,1198.6875 C 899.01402,1199.2047 899.28125,1199.7241 899.28125,1200.5 C 899.53987,1201.0172 900.82111,1201.5453 900.5625,1202.0625 C 899.0108,1205.1659 895.38466,1206.4634 892.28125,1205.6875 C 892.02263,1205.6875 893.34374,1205.1422 893.34375,1204.625 C 893.34375,1201.263 895.92888,1202.5571 896.1875,1201.7812 C 897.48059,1197.6424 894.11532,1194.0355 897.21875,1190.1562 C 899.02906,1187.5701 903.68426,1187.5644 904.71875,1184.7188 C 905.4946,1183.167 903.94288,1180.8416 904.71875,1179.0312 C 905.75321,1176.9623 909.35454,1177.7479 910.90625,1175.9375 C 912.71657,1174.3848 914.79746,1169.2166 917.125,1167.4062 C 918.41809,1166.3718 919.71015,1169.2144 919.96875,1165.5938 C 919.96875,1164.3007 916.10239,1166.8868 915.84375,1165.5938 C 915.32652,1164.3007 917.3804,1163.2542 918.15625,1162.2188 C 918.15625,1162.2188 918.68752,1162.4774 918.6875,1162.2188 C 918.6875,1161.7015 917.63901,1160.6649 918.15625,1160.4062 C 925.39755,1158.3373 922.29983,1168.1776 931.09375,1159.125 C 930.83513,1159.125 930.84376,1158.0808 930.84375,1154.7188 C 930.58513,1151.0971 933.14763,1147.7456 933.40625,1144.125 C 933.40625,1143.6078 932.37502,1143.5883 932.375,1142.8125 C 932.11638,1141.5194 932.639,1140.2315 933.15625,1138.9375 C 933.15625,1138.9375 936.78127,1133 936.78125,1133 C 937.03987,1131.4483 937.28569,1125.7478 938.0625,1123.9375 C 940.13143,1119.7997 945.31146,1116.696 948.15625,1111.7812 C 949.19169,1109.9709 933.69071,1108.1821 932.65625,1107.4062 C 931.8804,1106.6304 932.3696,1105.0581 931.59375,1104.2812 C 930.30065,1103.2468 922.04849,1106.6197 921.53125,1105.8438 C 921.27263,1105.0679 922.2985,1104.0173 921.78125,1103.5 C 914.02273,1096.5173 919.19717,1107.1442 916.09375,1103.7812 C 913.50661,1101.1951 912.22519,1095.2306 910.15625,1093.9375 C 909.3804,1093.1616 907.79849,1093.9321 907.28125,1093.1562 C 905.98816,1092.638 904.45795,1091.875 902.90625,1091.875 C 901.6122,1091.875 900.30171,1093.1562 898.75,1093.1562 C 898.49138,1093.4149 898.75861,1092.3837 898.5,1092.125 C 897.46553,1091.6078 896.44937,1091.111 895.15625,1090.5938 C 894.3804,1090.3351 893.58834,1090.0624 892.8125,1090.0625 C 891.00218,1089.8039 889.17672,1091.6196 887.625,1090.8438 C 886.33191,1090.3265 887.36957,1088.0033 886.59375,1086.9688 C 886.07652,1086.1929 884.80708,1086.7047 884.03125,1086.1875 C 883.77263,1085.9289 885.06253,1085.4149 885.0625,1085.1562 C 884.80388,1084.639 884.54847,1084.1024 884.03125,1083.8438 C 883.51402,1083.5851 882.72734,1084.6336 882.46875,1084.375 C 881.43428,1083.5991 881.15947,1082.0572 880.125,1081.2812 C 878.31371,1080.5044 875.75323,1081.2714 874.71875,1079.7188 C 873.68428,1078.6843 875.75,1077.1368 875.75,1075.8438 C 875.49138,1074.8093 873.93748,1074.5344 873.9375,1073.5 C 873.9375,1072.2069 874.96011,1071.1907 875.21875,1070.1562 C 875.47737,1069.3794 876.76725,1068.611 876.25,1068.0938 C 874.43968,1066.542 872.90405,1071.1983 871.09375,1072.75 C 867.4731,1076.112 858.94288,1074.0205 859.71875,1072.4688 C 860.4946,1071.1757 861.78126,1070.418 861.78125,1069.125 C 861.78125,1068.3482 859.71012,1068.3469 859.96875,1067.3125 C 859.96875,1065.7608 862.03127,1064.4579 862.03125,1062.9062 C 861.51398,1058.5098 850.92348,1061.1001 850.40625,1059.0312 C 850.14763,1057.9968 850.91487,1056.6907 850.65625,1055.6562 C 849.8804,1051.5184 844.17765,1055.6519 842.625,1052.0312 C 841.59053,1049.9623 843.14325,1044.0118 839.78125,1042.7188 C 838.22955,1041.9429 836.94394,1045.5625 834.875,1045.5625 C 829.18445,1045.5625 828.92346,1035.7466 828.40625,1032.125 z M 856.71875,1290.9375 C 857.12626,1290.8931 856.63779,1294.9153 858.375,1296.6875 C 856.97305,1295.5381 854.15141,1293.8224 856.59375,1291.0312 C 856.64224,1290.9666 856.68459,1290.9412 856.71875,1290.9375 z M 973.5,1314.3125 C 972.46553,1316.3824 970.4149,1317.931 970.15625,1320 C 969.89763,1321.8103 971.70798,1325.1562 970.15625,1325.1562 C 968.34593,1325.1563 967.05171,1323.1164 965.5,1323.375 C 964.20691,1323.6336 964.19936,1325.9419 962.90625,1326.7188 C 961.87178,1327.236 960.56572,1326.2006 959.53125,1326.7188 C 958.23816,1327.236 957.98059,1329.0539 956.6875,1329.3125 C 956.17026,1329.5711 955.66487,1327.764 955.40625,1328.2812 C 954.37178,1329.833 954.64225,1332.1584 954.125,1333.9688 C 953.60777,1334.7446 950.74138,1333.9655 951,1335 C 951.77585,1336.5517 954.37502,1337.3223 954.375,1338.875 C 954.375,1340.6853 951.02264,1341.1983 951.28125,1342.75 C 951.79848,1344.8189 955.64766,1344.3061 955.90625,1346.375 C 956.16487,1348.1853 952.04527,1349.2114 952.5625,1351.2812 C 952.82112,1352.833 956.96016,1349.7286 957.21875,1351.2812 C 957.47737,1353.3502 953.34373,1354.3998 953.34375,1356.4688 C 953.08513,1358.2791 956.19291,1358.792 956.96875,1360.3438 C 957.48598,1361.3782 955.92026,1362.4117 956.4375,1363.1875 C 958.76505,1367.0668 960.82548,1364.4967 964.1875,1365.5312 C 964.96335,1365.7899 963.94189,1373.2769 967.5625,1369.6562 C 968.85559,1368.1045 968.06792,1365.7791 968.84375,1363.9688 C 969.36098,1363.1929 970.90624,1363.1907 970.90625,1362.1562 C 971.16487,1361.638 969.37499,1362.4018 969.375,1361.625 C 969.375,1361.1078 970.64763,1361.6422 970.90625,1361.125 C 973.75201,1358.0216 972.46874,1353.3629 972.46875,1350 C 972.46875,1346.8965 976.8836,1343.5215 976.625,1339.125 C 976.625,1337.5723 976.61962,1331.904 975.84375,1330.0938 C 975.73685,1329.8265 975.6107,1329.5645 975.46875,1329.3125 C 975.56971,1329.3242 975.61099,1329.2565 975.5625,1329.0625 C 975.04527,1328.0281 973.52263,1325.1843 973.78125,1326.2188 C 974.18985,1327.4454 974.8933,1328.3497 975.4375,1329.3125 C 974.96192,1329.19 973.49998,1327.5399 973.5,1326.7188 C 973.5,1323.873 977.12062,1316.8996 973.5,1314.3125 z" transform="matrix(101.262, 0, 0, 101.262, -22.907, 0)" id="fr"/>
<svg:path id="li" class="fil1 str2" d="M 98870.4,118632 L 99001.34,118920.07 L 99001.34,119234.42 C 98870.4,119234.42 98791.836,119208.23 98765.648,119208.23 C 98739.46,119182.05 98818.024,118920.07 98870.4,118632 L 98870.4,118632 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="nl" class="fil4 str3" d="M 87792,103913 C 87870.564,103939.19 87922.94,103965.38 88001.504,103939.19 C 88184.82,103939.19 87687.15,103336.77 88315.76,103520.08 C 88368.136,103520.08 88263.384,103651.12 88289.572,103677.31 C 88603.828,103939.19 88682.392,103310.58 88918.083,103493.89 C 88996.745,103572.56 88708.579,103729.68 88787.143,103782.06 C 89389.565,104096.32 88865.707,103703.5 89337.189,103598.74 C 89415.753,103572.56 89546.693,104332.01 89730.009,104358.19 C 90149.017,104436.76 90699.062,104410.57 91039.509,104855.86 C 91065.697,104908.24 90934.757,104960.62 90908.569,105012.99 C 90856.193,105170.12 90725.253,105301.06 90699.065,105458.19 C 90699.065,105510.56 90830.005,105484.38 90803.817,105536.75 C 90777.629,105615.32 90646.689,105641.5 90620.501,105746.26 C 90437.185,106401.05 90882.381,106217.74 91301.388,106243.93 L 91327.576,106243.93 C 91275.2,106165.36 91249.012,106086.8 91249.012,106060.61 C 91275.2,105955.86 91458.614,105955.86 91484.802,105851.01 C 91563.366,105405.81 90803.816,105248.68 91039.508,105196.31 C 91118.072,105170.12 91170.448,105274.87 91222.824,105274.87 C 91222.824,105274.87 91720.494,104829.68 91720.494,104829.68 C 91746.682,104698.64 91406.238,104855.87 91510.99,104646.26 C 91589.554,104462.95 91772.87,104332.01 91851.434,104148.69 C 92087.126,103572.56 91510.99,103153.45 91353.764,102865.38 C 91327.576,102813.01 91380.05,102734.44 91406.238,102682.07 C 91406.238,102629.69 91353.764,102551.13 91406.238,102524.94 C 91537.178,102446.37 91694.306,102524.94 91851.434,102472.56 C 91903.81,102446.37 91799.058,102289.15 91851.434,102315.34 C 92008.562,102367.81 92113.314,102551.13 92296.63,102551.13 C 92479.946,102577.31 93187.119,102341.52 93265.683,102158.21 C 93344.247,101974.89 92768.111,101948.7 93003.803,101791.58 C 93422.811,101503.51 93920.48,101398.76 93815.728,100743.96 C 93789.54,100377.32 92820.487,100534.45 93056.179,100141.63 C 93082.367,100063.07 93213.307,100141.63 93213.307,100089.26 C 93239.495,100010.69 93108.555,99932.03 93134.743,99853.466 C 93134.743,99801.09 93213.307,99801.09 93265.683,99801.09 C 93448.999,99801.09 93606.127,99879.654 93789.541,99879.654 C 93999.045,99879.654 93815.729,99460.646 93894.293,99251.143 C 93946.669,99067.827 94391.865,98229.713 94339.489,97784.523 C 93815.729,98046.403 93763.353,97077.349 93318.059,96972.598 C 92925.239,96894.034 90856.189,97339.23 90620.499,97705.959 L 89834.762,98491.598 C 89651.446,98543.974 89441.942,98465.41 89258.626,98465.41 C 89180.062,98465.41 89101.498,98413.034 89075.31,98439.222 C 88734.768,98858.328 88839.52,99696.342 88682.392,100141.63 C 88525.264,100534.45 88211.008,100979.65 87922.941,101294 C 87818.189,101424.94 87739.527,101582.07 87608.587,101660.63 C 87530.023,101713.01 87346.707,101608.26 87320.519,101713.01 C 87268.143,101870.14 87503.835,102079.64 87425.271,102236.77 C 87163.391,102655.88 86351.461,102446.37 86534.782,102551.12 C 86744.384,102682.06 86901.512,102865.38 87137.204,102970.13 C 87241.956,102996.32 87346.708,102839.19 87425.272,102865.38 C 87530.024,102891.57 87713.34,103048.7 87634.776,103127.26 C 87503.836,103205.82 87163.392,102917.76 87163.392,103074.88 C 87189.58,103310.58 87870.566,103284.39 87739.528,103467.7 C 87346.708,103991.56 86980.077,103022.51 86822.949,102996.32 C 86325.279,102865.38 85853.896,102943.94 85932.46,103127.26 C 85932.46,103153.45 86744.385,103703.49 86901.513,103677.31 C 86953.889,103677.31 86927.701,103572.55 86980.077,103520.08 C 87084.829,103441.52 87189.581,103624.93 87294.333,103651.12 C 87399.085,103703.49 87556.213,103598.74 87660.965,103703.49 C 87713.341,103755.87 87765.717,103834.43 87792.003,103913 L 87792,103913 z M 90298.1,98071.9 C 90298.1,98071.9 89854.081,98516.507 89854.081,98516.507 C 89592.201,99433.184 90751.436,98989.264 90332.428,99303.52 C 90149.014,99434.46 89860.946,99382.084 89756.194,99565.4 C 89625.254,99748.716 89965.698,100089.26 89808.57,100246.39 C 89756.194,100324.95 89494.314,100324.95 89546.69,100403.51 C 89546.69,100403.51 90568.12,100874.9 90568.12,100874.9 C 90725.248,100874.9 91799.05,100063.07 91458.609,99722.528 C 91327.571,99591.588 90987.127,99643.964 90934.751,99460.648 C 90882.375,99277.332 91301.383,99094.016 91222.819,98910.7 C 91118.067,98674.91 90489.556,98989.264 90489.556,98753.474 C 90515.744,98570.158 90620.496,98413.03 90646.684,98229.714 C 90646.684,98177.338 90594.308,98124.962 90568.12,98072.586 L 90298.099,98071.899 L 90298.1,98071.9 z M 85749.14,103703.49 C 85696.764,104384.38 86246.712,103939.18 86639.629,104122.5 C 86692.005,104148.69 86587.253,104253.44 86639.629,104305.81 C 86953.885,104515.32 87215.765,104148.69 87425.268,103965.37 C 87294.328,103834.43 87137.2,103729.68 87084.824,103703.49 C 86953.884,103677.3 86927.696,103912.99 86796.756,103912.99 C 86351.462,103912.99 86639.628,103651.11 86115.77,103572.55 C 85984.83,103546.36 85853.89,103546.36 85696.762,103598.74 L 85749.138,103703.49 L 85749.14,103703.49 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="ba" class="fil1 str2" d="M 122756,130889 C 122494.12,130705.59 122494.12,130522.27 122206.05,130548.46 L 122258.43,130469.89 L 122206.05,130548.46 C 121839.32,130967.56 121891.7,131569.89 121786.95,131700.83 C 121577.44,131962.71 121498.88,131569.89 121420.31,131962.71 C 121289.37,132722.26 122101.2,132748.45 121498.88,133324.68 L 121629.82,133298.49 L 121656.01,133717.5 C 121341.75,132957.95 120817.89,133219.93 120163.2,132748.45 C 120006.07,132617.51 119953.69,132381.81 119770.28,132329.44 C 119639.34,132277.06 119482.21,132434.19 119325.08,132434.19 C 119246.52,132434.19 119063.2,132408 119089.39,132329.44 C 119141.77,132224.68 119377.46,132250.87 119403.65,132119.93 C 119534.59,131779.39 118408.4,131334.2 118303.66,131150.88 C 118198.9,130993.75 118277.47,130757.96 118172.72,130600.83 C 118094.15,130496.08 117910.84,130522.27 117779.9,130469.89 C 117229.85,130129.45 116889.41,129500.84 116418.03,129108.02 C 116260.9,129003.27 115658.48,128400.85 115475.16,128322.29 C 115396.6,128296.1 115291.84,128400.85 115213.28,128348.48 C 115082.34,128217.54 115396.6,127929.47 115396.6,127877.09 C 115370.41,127772.34 115239.47,127746.15 115160.9,127667.59 C 114951.3,127353.33 114872.74,126934.23 114584.67,126672.35 C 114479.92,126541.41 114270.41,126541.41 114139.47,126436.65 C 114034.72,126358.09 113851.41,124838.99 114427.54,124865.27 C 114689.42,124865.27 115134.72,125441.41 115370.41,125572.35 L 115579.91,125546.16 L 115370.41,125572.35 C 115684.66,125546.16 115632.29,125048.59 115789.42,124838.99 C 116077.48,124498.54 116208.42,124917.65 116575.15,124838.99 C 116679.9,124812.8 116679.9,124603.3 116784.66,124524.73 C 116784.66,124524.73 116941.78,124681.86 117386.98,124812.8 C 117439.45,124838.99 117518.02,124865.27 117596.58,124838.99 C 117648.96,124838.99 117675.15,124734.24 117753.71,124708.05 C 118067.97,124681.86 118775.14,125074.78 119115.58,125022.4 C 119194.14,125022.4 119272.71,124970.03 119298.9,124891.36 C 119377.46,124838.99 119351.27,124655.67 119456.02,124655.67 C 119613.15,124629.48 119717.9,124786.61 119875.13,124838.99 C 120163.2,124917.65 119822.75,124708.05 119979.88,124655.67 C 120137.01,124603.3 120320.33,124603.3 120477.45,124655.67 C 120582.21,124681.86 120660.77,124838.99 120765.52,124838.99 C 120844.09,124838.99 120765.52,124655.67 120844.09,124655.67 C 121446.51,124681.86 121289.38,125336.66 121577.45,125389.03 C 122075.02,125441.41 122337,125074.78 122808.38,125100.97 C 122808.38,125912.79 122336.99,126462.84 122415.56,126960.41 C 122520.31,127536.64 122677.44,127117.53 123044.07,127274.76 C 123279.76,127379.51 123332.14,127719.96 123567.93,127850.9 C 123646.49,127877.08 123908.37,127798.52 123829.81,128034.21 C 123672.68,128558.07 123017.88,127981.84 122886.94,128165.15 C 122886.94,128165.15 124065.5,129265.14 123751.24,129605.59 C 123646.49,129684.25 123515.55,129422.28 123384.61,129474.65 C 123227.38,129527.03 123201.2,129736.63 123096.44,129867.57 C 122913.13,129919.95 122415.56,129815.19 122389.37,129946.13 C 122310.81,130312.76 122965.51,130338.95 122756,130889 L 122651.25,130889 L 122756,130889 L 122756,130889 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="si" class="fil4 str2" d="M 115658,120439 C 115474.68,120412.81 115029.39,120308.06 114924.64,120334.25 C 114636.57,120386.62 115029.39,120753.26 114872.26,120858.01 C 114741.32,120910.38 114584.19,120831.82 114453.25,120884.2 C 114400.88,120910.38 114479.44,121015.14 114427.07,121067.51 C 114165.19,121277.02 113746.08,121303.2 113484.2,121538.99 C 113169.95,121827.06 114060.44,122560.42 113667.52,122848.49 C 112750.94,123503.19 113327.07,122403.2 112724.75,123267.5 C 112646.09,123372.25 112960.44,123398.44 113012.82,123529.38 C 113065.19,123634.13 112750.94,123607.95 112750.94,123712.8 C 112750.94,123765.17 113012.82,124105.62 112908.07,124236.56 C 112619.9,124524.62 112200.89,124079.43 111939.01,124079.43 C 111546.19,124079.43 112305.65,124446.06 111650.95,124262.74 C 111467.63,124210.37 111231.84,123922.3 111153.28,123765.17 C 111100.9,123712.8 111048.52,123555.57 111022.34,123607.95 C 110917.58,123765.17 110943.77,123948.49 110839.02,124079.43 C 110498.58,124524.62 110027.09,124079.43 109634.27,124210.37 C 109581.89,124236.56 109686.65,124341.31 109634.27,124393.68 C 109398.58,124524.62 108927.1,124498.44 108691.4,124393.68 C 108691.4,124393.68 108691.4,124367.5 108717.59,124367.5 C 108848.53,124236.56 109005.66,124105.62 109058.04,123974.68 C 109974.71,124027.05 108927.1,123398.44 108665.22,123241.32 C 108481.9,123136.56 108769.97,122796.12 108717.59,122665.18 C 108665.22,122534.24 108246.21,122900.87 108350.96,122560.43 C 108429.52,122324.64 108927.1,122115.13 108743.78,121958.01 C 108612.84,121853.25 108010.52,121905.63 108062.89,121591.37 C 108115.27,121172.27 108769.97,121277.02 108822.34,120753.26 C 108796.16,120753.26 108796.16,120753.26 108769.97,120753.26 C 108927.1,120779.45 109084.22,120805.64 109267.64,120831.82 C 109477.14,120858.01 109686.65,121015.14 109896.15,121041.33 C 110105.65,121067.52 110315.26,120910.39 110524.76,120936.58 C 110655.7,120962.76 110734.26,121146.08 110865.2,121146.08 C 110917.58,121172.27 110891.39,121015.14 110943.77,120988.95 C 111074.71,120858.01 111284.21,120805.64 111415.15,120648.51 C 111520,120569.94 111441.34,120386.63 111520,120308.06 C 112017.57,119915.15 112541.33,120412.82 113012.81,120203.31 C 113169.94,120124.75 113196.13,119888.96 113353.26,119836.58 C 113379.44,119810.39 114243.74,119941.33 114269.93,119915.15 C 114348.5,119888.96 114191.37,119784.21 114165.18,119705.64 C 114086.62,119286.63 114400.87,119181.88 114793.69,119181.88 C 114898.44,119181.88 115108.05,119993.71 115657.99,120439 L 115658,120439 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="hr" class="fil1 str2" d="M 121603,133717 L 121550.62,133533.68 C 121236.37,133009.83 120738.7,133193.24 120162.56,132747.95 C 120005.44,132617.01 119953.06,132381.32 119769.65,132328.94 C 119664.89,132276.56 119533.95,132381.32 119403.01,132407.5 C 119455.39,132433.69 119481.58,132433.69 119533.95,132459.88 C 119586.33,132486.07 119638.71,132643.19 119586.33,132643.19 C 119167.32,132617.01 118853.07,132224.19 118433.96,132171.81 C 118250.64,132145.62 118041.14,132198 117857.82,132171.81 C 117805.45,132171.81 117753.07,132040.87 117726.88,132067.06 C 117674.51,132093.25 117674.51,132224.19 117726.88,132250.37 C 117884.01,132302.75 118067.33,132224.19 118250.64,132250.37 C 118407.77,132276.56 118591.19,132328.94 118774.5,132433.69 C 118826.88,132459.88 118800.69,132564.63 118853.07,132590.82 C 119743.46,133062.2 119560.14,132302.75 120948.21,133402.74 C 121131.62,133533.68 121367.31,133664.62 121603,133717 L 121603,133717 z M 122048.2,125309.97 C 121812.5,125048.09 122205.42,125179.03 122310.17,124995.71 C 122336.36,124969.53 122336.36,124917.15 122310.17,124890.86 C 121969.63,124550.42 122205.42,124419.48 122231.61,124079.04 C 122257.8,123948.1 122912.5,124471.86 122833.93,123948.1 C 122467.3,123948.1 122048.2,123843.35 121733.94,123633.74 C 121603,123528.99 121838.7,123476.61 121838.7,123450.43 C 121838.7,123371.86 121576.82,123319.49 121733.94,123162.36 C 121760.13,123136.17 121943.45,123293.3 121969.64,123136.17 C 121995.82,122848.1 121445.88,123188.55 121445.88,122926.67 C 121498.25,122324.24 121603,122481.37 121157.81,121852.86 L 121131.62,121800.48 C 121053.06,121826.67 120974.49,121826.67 120843.45,121852.86 C 120660.14,121852.86 120633.95,122219.49 120581.57,122271.86 C 120241.13,122560.03 119088.76,122586.22 118722.13,122428.99 C 118538.72,122350.43 118381.59,122167.11 118172.09,122088.55 C 118119.71,122062.36 117595.95,122140.92 117517.39,122036.17 C 116967.34,121329.1 116365.02,121014.74 115657.85,120438.61 C 115474.53,120412.42 115029.24,120307.67 114924.49,120333.86 C 114636.42,120386.24 115029.24,120752.87 114872.11,120857.62 C 114741.17,120910 114584.04,120831.43 114453.1,120883.81 C 114400.73,120910 114479.29,121014.75 114426.92,121067.12 C 114165.04,121276.63 113745.93,121302.82 113484.05,121538.61 C 113169.8,121826.67 114060.29,122560.04 113667.37,122848.11 C 112750.79,123502.81 113326.92,122402.81 112724.6,123267.11 C 112645.94,123371.87 112960.29,123398.05 113012.67,123528.99 C 113065.04,123633.75 112750.79,123607.56 112750.79,123712.41 C 112750.79,123764.79 113012.67,124105.23 112907.92,124236.17 C 112619.75,124524.24 112200.74,124079.04 111938.86,124079.04 C 111546.04,124079.04 112305.5,124445.67 111650.8,124262.36 C 111467.48,124209.98 111231.69,123921.91 111153.13,123764.79 C 111100.75,123712.41 111048.37,123555.18 111022.19,123607.56 C 110917.43,123764.79 110943.62,123948.1 110838.87,124079.04 C 110498.43,124524.24 110026.94,124079.04 109634.12,124209.98 C 109581.74,124236.17 109686.5,124340.92 109634.12,124393.3 C 109398.43,124524.24 108926.95,124498.05 108691.25,124393.3 C 108612.69,124393.3 108455.56,124314.73 108455.56,124393.3 C 108481.75,124602.8 108665.07,124759.93 108743.63,124943.34 C 108743.63,124969.53 108691.25,124969.53 108691.25,124995.72 C 108717.44,125205.22 108665.07,125414.73 108769.82,125571.86 C 108769.82,125571.86 108796.01,125571.86 108796.01,125598.04 C 108691.25,125755.17 109110.26,125938.49 109241.3,126121.9 C 109346.05,126279.03 109424.62,126959.92 109555.56,126802.79 C 109686.5,126645.66 109765.06,126436.16 109869.81,126252.84 C 109896,126174.28 109922.19,126095.71 109922.19,126017.05 C 109922.19,125990.86 109843.62,126017.05 109843.62,125964.67 C 109843.62,125938.49 109843.62,125833.73 109869.81,125859.92 C 109974.56,125886.11 109896,126488.53 110184.07,126017.05 C 110236.44,125886.11 110236.44,125755.17 110236.44,125598.04 C 110236.44,125571.85 110184.07,125545.67 110184.07,125493.29 C 110184.07,125467.1 110210.26,125571.85 110236.44,125545.67 C 110446.05,125440.91 110262.63,124733.74 110498.42,124733.74 C 111257.87,124681.37 110995.99,124969.53 111467.48,125362.35 C 111572.23,125440.91 111729.36,125362.35 111807.92,125440.91 C 112279.3,125990.86 111729.36,126671.84 112253.12,127248.08 C 112410.24,127431.4 112855.54,127824.22 113038.85,127955.16 C 113248.36,128059.91 113903.15,128164.66 113693.55,128243.23 C 113326.92,128347.98 112645.93,127588.53 112750.78,128583.77 C 112776.97,128898.03 113981.71,129578.91 114165.03,129814.7 C 114217.41,129840.89 113955.53,129736.14 114007.91,129762.32 C 114165.03,129867.08 114845.92,130076.58 114872.11,130155.14 C 114924.49,130338.46 114767.36,130626.53 114898.3,130783.65 C 114976.86,130836.13 115788.79,130547.96 115814.97,130521.77 C 116338.83,130417.02 115972.1,130626.53 116626.9,130862.32 C 116836.4,130914.69 117072.1,130836.13 117281.6,130914.69 C 117569.76,131019.44 117753.08,131490.83 118067.34,131647.96 C 118433.97,131805.08 118669.76,131909.84 118774.51,132014.69 C 118774.51,132040.87 118800.7,132014.69 118800.7,132014.69 C 118853.07,132014.69 118905.45,131962.21 118931.64,132014.69 C 119036.39,132198 118879.26,132198 119114.95,132302.75 C 119193.52,132224.19 119376.83,132224.19 119403.02,132119.44 C 119533.96,131778.9 118407.78,131333.7 118303.03,131150.38 C 118198.28,130993.26 118276.84,130757.47 118172.09,130600.34 C 118093.53,130495.59 117910.21,130521.78 117779.27,130469.4 C 117229.23,130128.95 116888.78,129500.35 116417.4,129107.53 C 116260.27,129002.78 115657.85,128400.35 115474.54,128321.79 C 115395.97,128295.6 115291.22,128400.36 115212.66,128347.98 C 115081.72,128217.04 115395.97,127928.97 115395.97,127876.6 C 115369.78,127771.84 115238.84,127745.66 115160.28,127667.09 C 114950.68,127352.84 114872.11,126933.73 114584.05,126671.85 C 114479.29,126540.91 114269.79,126540.91 114138.85,126436.16 C 114034.1,126357.6 113850.78,124838.5 114426.92,124864.78 C 114688.8,124864.78 115134.09,125440.91 115369.78,125571.85 L 115579.29,125545.67 L 115369.78,125571.85 C 115684.04,125545.67 115631.66,125048.09 115788.79,124838.49 C 116076.86,124498.05 116207.8,124917.15 116574.53,124838.49 C 116679.28,124812.3 116679.28,124602.8 116784.03,124524.24 C 116784.03,124524.24 116941.16,124681.36 117386.36,124812.3 C 117438.83,124838.49 117517.39,124864.78 117595.96,124838.49 C 117648.33,124838.49 117674.52,124733.74 117753.09,124707.55 C 118067.34,124681.36 118774.52,125074.28 119114.96,125021.91 C 119193.52,125021.91 119272.08,124969.53 119298.27,124890.87 C 119376.84,124838.49 119350.65,124655.18 119455.4,124655.18 C 119612.53,124628.99 119717.28,124786.12 119874.51,124838.49 C 120162.57,124917.15 119822.13,124707.55 119979.26,124655.18 C 120136.39,124602.8 120319.7,124602.8 120476.83,124655.18 C 120581.58,124681.36 120660.15,124838.49 120764.9,124838.49 C 120843.46,124838.49 120764.9,124655.18 120843.46,124655.18 C 121445.88,124681.36 121288.76,125336.16 121576.82,125388.54 C 121760.14,125414.73 121917.27,125362.35 122048.21,125309.97 L 122048.2,125309.97 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="dk" class="fil4 str7" d="M 98870.4,92468 C 98529.956,92415.624 98189.414,92232.308 97848.97,92179.932 C 97770.406,92179.932 97456.15,92206.12 97272.834,92179.932 C 97272.834,92048.992 97272.834,91918.052 97299.022,91760.924 C 97299.022,91629.886 97508.526,91472.758 97403.774,91368.006 C 97508.526,91237.066 97351.398,91027.562 97351.398,90844.246 C 97325.21,90687.118 97403.774,90451.328 97299.022,90346.576 C 97063.232,90110.884 96382.345,90372.764 96251.402,89901.38 C 96172.838,89613.312 96434.718,89298.958 96434.718,88958.515 C 96460.906,88984.703 96460.906,88984.703 96487.094,89010.891 C 97299.019,89403.809 96775.162,88356.192 96722.786,88251.44 C 96696.598,88199.064 96670.41,88041.838 96591.846,88094.214 C 96460.906,88146.59 96487.094,88382.38 96356.154,88408.568 C 96277.59,88434.756 96329.966,88225.252 96329.966,88146.59 C 96356.154,87963.274 96408.53,87779.958 96408.53,87622.83 C 96434.718,87465.702 96277.59,87256.198 96408.53,87151.446 C 96434.718,87125.258 96487.094,87099.07 96513.282,87099.07 C 96487.094,87046.694 96382.342,85920.51 96644.222,86025.26 C 96801.35,86077.636 96696.598,86339.516 96775.162,86470.456 C 97010.854,87020.502 98137.032,85658.531 98189.412,85658.531 C 98739.458,85501.403 98110.848,86365.705 98215.6,86496.644 C 98320.352,86627.584 98529.954,86522.832 98713.27,86470.456 C 98660.894,86470.456 98634.706,86470.456 98634.706,86444.268 C 98582.33,86313.328 98739.458,86156.2 98660.894,86051.448 C 98608.518,85972.884 98451.39,86182.388 98425.104,86103.824 C 98372.728,85999.072 98582.33,85920.508 98582.33,85815.756 C 98608.518,85213.334 98215.6,85396.65 98713.27,85030.019 C 98818.022,84925.267 99132.278,84951.455 99210.842,85030.019 C 99263.218,85082.395 99132.278,85318.087 99184.654,85265.711 C 99289.406,85160.959 99289.406,84925.267 99420.346,84846.703 C 99525.098,84794.327 99656.136,84846.703 99760.888,84846.703 C 99891.828,84925.267 100520.34,85082.395 100520.34,85082.395 C 100572.71,85239.523 100441.78,85422.839 100467.96,85606.155 C 100467.96,85737.095 100677.47,85868.133 100625.09,85999.073 C 100572.71,86103.825 100389.4,85972.885 100284.65,85999.073 C 100127.52,86025.261 100677.47,86130.013 100651.28,86287.141 C 100651.28,86339.517 100625.09,86365.705 100625.09,86391.893 C 100729.84,86418.081 100756.03,86653.773 100887.07,86679.961 C 101201.32,86758.525 101672.71,86313.329 101803.65,86915.653 C 101856.02,87125.255 101227.51,88172.873 101018.01,88068.023 C 100834.69,87963.271 100834.69,87622.827 100625.09,87544.263 C 100389.4,87465.699 100415.59,88827.573 100337.02,88984.703 C 100206.08,89325.245 99996.579,89560.937 99629.948,89560.937 C 99446.534,89560.937 99053.714,89272.771 99106.09,89456.185 C 99184.654,89639.501 99603.662,89534.749 99708.512,89744.253 C 99708.512,89770.441 99708.512,89796.629 99708.512,89822.817 C 99734.7,89822.817 99760.888,89822.817 99760.888,89822.817 C 99865.64,89822.817 99891.828,90006.133 99970.392,90006.133 C 100258.46,89927.569 100467.96,89482.373 100756.03,89587.125 C 100913.26,89665.689 100991.82,89901.381 101175.14,89927.569 C 101279.89,89953.757 101306.08,89770.441 101384.64,89718.065 C 101856.03,90687.118 101279.89,89849.005 101463.2,90215.637 C 101620.33,90503.803 102118,91708.547 101148.95,91603.697 C 100939.44,91577.509 100756.03,91420.381 100546.53,91368.005 C 100467.96,91368.005 100337.02,91498.945 100258.46,91420.381 C 100048.95,91263.253 100782.22,91315.629 100363.21,91079.937 C 99708.512,90739.493 100363.21,91315.629 100153.71,91315.629 C 100075.14,91315.629 99891.827,90529.99 99891.827,90503.802 C 99813.263,90320.388 99551.285,90215.636 99498.909,90006.132 C 99498.909,89979.944 99525.097,89979.944 99525.097,89979.944 C 99315.593,90058.508 99027.525,90110.884 99027.525,90137.072 C 98975.149,90241.824 99289.405,90137.072 99341.781,90241.824 C 99367.969,90320.388 99184.653,90346.576 99184.653,90425.14 C 99158.465,90582.366 99184.653,90739.494 99237.029,90870.434 C 99263.217,90948.998 99394.157,90975.186 99394.157,91053.75 C 99394.157,91341.818 98922.773,91446.57 98870.397,91734.736 C 98870.397,91839.488 99079.901,91682.262 99158.465,91734.736 C 99341.781,91865.676 99498.909,92048.992 99525.097,92258.496 C 99551.285,92363.248 99341.781,92048.992 99237.029,92075.18 C 99106.089,92127.556 98948.961,92363.248 98870.397,92468 L 98870.4,92468 z M 72837.4,65911.2 C 72811.212,66146.892 72758.836,66565.899 72758.836,66565.899 C 72758.836,66565.899 72811.212,66146.891 72837.4,65911.2 z M 103820.32,88120.38 L 103820.32,88146.568 C 104108.39,87937.064 104553.68,88041.816 104867.94,88094.192 C 104894.13,88146.568 104998.88,88199.042 104998.88,88251.418 C 104972.69,88408.546 104815.56,88513.298 104815.56,88670.426 C 104841.75,89194.186 105260.76,89167.998 104894.13,89587.103 C 104763.19,89718.043 104553.68,89744.231 104422.74,89875.171 C 104186.95,90137.051 104475.12,90215.615 104710.81,90346.555 L 104867.94,90739.473 C 104658.44,90922.789 104082.2,90844.225 104082.2,91079.917 C 104108.39,91367.985 104737,91760.903 104082.2,91787.091 C 103846.51,91787.091 103663.19,91629.865 103453.69,91525.113 C 103558.44,91577.489 103689.38,91629.865 103715.57,91551.301 C 103767.95,91367.985 103610.82,91158.481 103479.88,91001.353 C 103427.5,90948.977 103401.32,91106.105 103348.94,91106.105 C 103191.81,91106.105 103086.96,90975.165 102956.02,90948.977 C 102825.08,90922.789 102694.14,91027.541 102589.39,91001.353 C 102537.01,91001.353 102537.01,90922.789 102537.01,90896.601 C 102694.14,90477.495 102222.76,90582.345 102248.95,90503.781 C 102275.13,90398.931 102458.45,90425.119 102484.64,90320.367 C 102589.39,89560.916 102353.7,89770.419 101934.59,89403.788 C 101882.22,89351.412 101725.09,89220.374 101803.65,89194.186 C 102039.44,89063.246 103296.56,89351.412 103060.77,88539.487 C 103008.4,88356.171 102720.33,88408.547 102563.2,88303.795 C 102484.64,88251.419 102746.52,88356.171 102825.08,88356.171 C 102956.02,88408.547 103086.96,88460.923 103218,88460.923 C 103610.82,88460.923 104239.33,88277.607 104108.39,89089.434 C 104082.2,89220.374 103741.76,89351.412 103846.51,89429.976 C 104317.89,89822.796 104160.76,88879.93 104082.2,88513.299 C 104056.01,88356.171 103637,88487.111 103689.38,88356.171 C 103715.57,88251.419 103767.94,88199.043 103820.32,88120.381 L 103820.32,88120.38 z M 104344.08,92310.85 L 104213.14,92310.85 C 104213.14,92337.038 104213.14,92363.226 104213.14,92363.226 C 104239.33,92415.602 104213.14,92441.79 104213.14,92467.978 C 104134.58,92520.354 104029.82,92598.918 104003.64,92651.294 C 103925.07,92703.67 103872.7,92756.046 103846.51,92834.61 C 103846.51,92834.61 103820.32,92860.896 103820.32,92860.896 C 103820.32,92887.084 103820.32,92887.084 103820.32,92887.084 C 103820.32,92887.084 103820.32,92860.896 103820.32,92834.61 C 103663.19,92834.61 103479.88,92808.422 103401.31,92834.61 C 103270.37,92860.896 103165.52,93096.588 103008.39,93070.4 C 102798.89,93044.212 102694.14,92782.234 102510.82,92677.482 C 102379.88,92598.918 102196.57,92546.542 102091.81,92441.79 C 102013.25,92389.414 102301.32,92337.038 102563.2,91865.654 C 102929.83,92179.91 103479.88,92258.474 103794.13,92520.353 C 103820.32,92546.541 103820.32,92546.541 103820.32,92546.541 C 103663.19,92310.849 103322.74,92127.533 103453.68,91918.03 C 103506.06,91813.278 103663.19,91865.654 103741.75,91839.466 C 103925.07,92022.782 104317.89,91996.594 104370.26,92232.286 C 104370.26,92258.474 104370.26,92284.662 104344.07,92310.85 L 104344.08,92310.85 z M 96434.72,88487.11 C 96434.72,88539.486 96434.72,88618.05 96434.72,88696.614 C 96408.532,88539.486 96408.532,88382.358 96434.72,88487.11 z M 101018.01,83484.81 C 101096.57,83772.878 100834.69,85187.13 100363.21,85030 C 100206.08,84977.624 100075.14,84794.308 99891.828,84794.308 C 100075.14,84558.518 99289.406,84741.932 99079.903,84794.308 C 98896.587,84846.684 98739.459,85003.812 98556.143,85030 C 98477.579,85030 98425.105,84899.06 98346.541,84899.06 C 98137.037,84872.872 97927.533,84899.06 97744.217,84951.436 C 97665.653,84977.624 97718.029,85134.752 97639.465,85187.128 C 97272.833,85344.256 97665.653,84296.639 97141.795,85684.7 C 97115.607,85710.888 97272.833,86444.249 97246.547,86444.249 C 96382.344,86418.061 96853.727,84794.309 97351.397,84610.989 C 97796.593,84401.387 98425.107,84637.177 98870.397,84453.763 C 99472.721,84165.695 99341.781,83327.583 99891.827,83013.323 C 100075.14,82934.759 100310.84,82987.135 100494.15,82908.571 C 100677.47,82803.819 100782.22,82437.187 100991.82,82437.187 C 101384.64,82437.187 100782.22,82725.255 100756.03,82960.947 C 100703.65,83327.579 100887.07,83091.887 101018.01,83484.805 L 101018.01,83484.81 z M 103427.5,92389.41 L 103191.81,92415.598 C 103375.12,92467.974 103532.25,92546.538 103663.19,92677.478 C 103663.19,92677.478 103689.38,92677.478 103689.38,92677.478 C 103610.82,92572.726 103506.06,92494.162 103427.5,92389.41 z" sodipodi:nodetypes="ccccccscccscccccccccsccccccsscccccccccccccscccccccccccccscccccccsccccccccccccccccccccsccsscccccccscscccccccccccccccccccccccccccccccsccccccccccccscccccccc" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="mt" class="fil4 str10" d="M 112812,157208 L 112721.27,157214.28 L 112536.98,157181.52 L 112393.58,157100.21 L 112297.36,157016.45 L 112245.38,156928.07 L 112290.79,156924.74 L 112275,156698.17 L 112229.59,156701.5 L 112226.55,156656.58 L 112314.04,156604.21 L 112362.1,156647.36 L 112505.3,156727.99 L 112647.03,156809.2 L 112883.89,156929.74 L 112935.78,157017.23 L 112945.2,157152.88 L 112857.41,157204.76 L 112812,157208 L 112812,157208 z M 112038.33,156578.61 L 111899.64,156541.83 L 111850.4,156500.24 L 111841.08,156364.2 L 112068.83,156348.11 L 112161.91,156387.25 L 112259.01,156471.7 L 112262.25,156516.42 L 112171.33,156522.9 L 112038.33,156578.61 L 112038.33,156578.61 z" style="fill: rgb(163, 211, 154); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:polygon class="fil4 str8" points="56284.4,152342 56498.8,152177 56672.7,152004 56671.2,152330 56442.1,152481 56286.2,152402 56284.4,152342" id="polygon6981" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_54" class="fil1 str2" d="M 194464,110984 C 194464,110984 194464,110984 194464,110984 C 194464,110984 194464,110984 194464,110984 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_55" class="fil1 str2" d="M 194438,110984 C 194438,110984 194438,110984 194438,110984 C 194438,110984 194438,110984 194438,110984 C 194438,110984 194438,110984 194438,110984 C 194438,110984 194438,110984 194438,110984 C 194438,110984 194438,110984 194438,110984 C 194438,110984 194438,110984 194438,110984 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_56" class="fil1 str2" d="M 194412,110984 C 194412,110984 194412,110984 194412,110984 C 194412,110984 194412,110984 194412,110984 C 194412,110984 194412,110984 194412,110984 C 194438.19,110984 194438.19,110984 194438.19,110984 C 194438.19,110984 194412,110984 194412,110984 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_57" class="fil1 str2" d="M 194386,110984 C 194386,110984 194386,110984 194386,110984 C 194386,110984 194386,110984 194386,110984 C 194386,110984 194386,110984 194386,110984 C 194386,110984 194386,110984 194386,110984 C 194386,110984 194386,110984 194386,110984 C 194386,110984 194386,110984 194386,110984 C 194386,110984 194412.19,110984 194412.19,110984 C 194412.19,110984 194412.19,110984 194412.19,110984 C 194412.19,110984 194412.19,110984 194412.19,110984 C 194412.19,110984 194412.19,110984 194412.19,110984 C 194412.19,110984 194386,110984 194386,110984 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_58" class="fil1 str2" d="M 194386,110984 C 194386,110984 194386,110984 194386,110984 C 194386,110984 194386,110984 194386,110984 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_59" class="fil1 str2" d="M 194360,110984 C 194360,110984 194360,110984 194386.19,110984 C 194360,110984 194360,110984 194360,110984 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_60" class="fil1 str2" d="M 189541,118606 C 189881.54,118658.38 189410.06,118972.73 189462.44,118736.94 C 189462.44,118684.56 189514.81,118658.38 189541,118606 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_61" class="fil1 str2" d="M 194412,110984 C 194412,110984 194412,110984 194412,110984 C 194412,110984 194412,110984 194412,110984 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_62" class="fil1 str2" d="M 194412,110984 C 194412,110984 194412,110984 194412,110984 C 194412,110984 194412,110984 194412,110984 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_63" class="fil1 str2" d="M 194360,110984 C 194360,110984 194360,110984 194360,110984 C 194360,110984 194360,110984 194360,110984 z" style="fill: rgb(192, 193, 197); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_64" class="fil0 str2" d="M 189724,113603 L 189724,113655.38 C 189697.71,113864.88 189750.19,114074.38 189671.53,114283.99 C 189645.34,114362.55 189488.21,114336.36 189435.83,114414.93 C 189383.46,114519.68 189645.34,114886.31 189776.38,114886.31 C 189854.94,114886.31 190012.07,114729.18 190012.07,114807.75 C 190038.26,114860.12 189933.5,114886.31 189933.5,114912.5 C 189907.32,115043.44 191531.06,114860.12 191373.94,115698.24 C 191138.25,116745.86 190902.56,115881.55 190300.13,116091.06 C 189776.37,116274.37 190116.82,116536.25 189619.15,116536.25 C 189409.64,116562.44 189226.33,116510.06 189016.82,116483.88 C 188990.64,116483.88 188964.45,116483.88 188964.45,116457.69 C 188964.45,116379.12 189121.58,116248.18 189043.01,116222 C 188650.19,116091.06 188257.28,116274.37 187890.64,116379.12 C 187550.2,116483.88 187576.39,117007.73 187419.26,117321.99" style="fill: none; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_65" class="fil0 str2" d="M 187760,117951 C 187812.38,117977.19 187864.75,117977.19 187890.94,118003.38 C 187943.32,118134.32 187445.74,118134.32 187760,117951" style="fill: none; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="kz_68" class="fil0 str1" d="M 188257,96543 C 187707.05,96569.188 186109.49,96883.444 186292.8,96176.27 C 186423.74,95704.886 186738,96097.706 186895.12,96097.706 C 187026.06,96071.518 187392.79,95652.51 187235.57,95443.007 C 186973.69,95128.653 186449.93,95128.653 186083.2,94892.961 C 185271.37,94369.201 184826.08,93871.531 183830.94,93609.651 C 183411.83,93504.899 183228.52,94028.659 182888.07,94133.509 C 182678.57,94185.885 182468.97,94107.321 182285.65,94133.509 C 182259.46,94159.697 182521.34,94657.269 182468.97,94709.645 C 182468.97,94709.645 181761.89,94604.893 181735.7,94604.893 C 181735.7,94578.705 181709.52,94552.517 181709.52,94552.517 C 181735.7,94500.141 181814.27,94421.577 181761.89,94395.389 C 181630.95,94264.449 181421.45,94264.449 181316.6,94107.321 C 181264.22,94054.847 181421.45,94028.659 181447.64,93976.283 C 181473.82,93871.531 181526.2,93740.591 181473.82,93688.215 C 181421.45,93635.839 181316.6,93792.967 181238.03,93740.591 C 181080.91,93662.027 181211.85,93321.583 181028.53,93269.207 C 180845.21,93216.831 179588.09,93531.087 179509.53,93478.711 C 179404.78,93373.959 179457.15,93164.455 179430.97,93007.327 C 179378.59,92614.409 179169.09,91959.707 179221.46,91566.787 C 179273.84,91200.155 179561.91,90990.651 179378.59,90545.457 C 179221.46,90231.103 178749.98,90466.795 178592.85,90335.855 C 178592.85,90335.855 177938.15,88554.975 177964.34,88476.415 C 177964.34,88162.061 178383.35,88004.933 178357.16,87428.795 C 178357.16,87297.855 178121.47,87245.479 178069.09,87193.103 C 177833.3,86852.561 178069.09,86328.802 178173.85,86040.733 C 178252.41,85883.605 179326.22,86328.801 179430.97,86381.177 C 180347.64,86773.997 180740.47,87638.297 181369.08,86119.297 C 181395.26,86014.545 181395.26,85883.605 181369.08,85778.853 C 181211.85,85281.183 181185.66,85857.417 180976.16,85674.003 C 180897.59,85621.627 180949.97,85464.499 180897.59,85385.935 C 180740.47,85228.807 180111.86,84469.258 179928.54,84338.315 C 179928.54,84338.315 179666.66,84469.255 179666.66,84312.127 C 179666.66,84233.563 180164.23,84285.939 180269.08,84076.435 C 180295.27,84024.059 180452.4,83212.134 180452.4,83185.946 C 180478.59,83133.57 180557.15,83159.758 180583.34,83107.382 C 180688.09,82976.442 180766.66,82819.314 180819.03,82688.374 C 180871.41,82531.246 180190.42,82531.246 180400.02,81850.261 C 180478.59,81614.569 180897.6,81693.133 181028.53,81509.817 C 181133.29,81326.501 181054.72,81116.997 181133.29,80933.583 C 181238.04,80776.455 181421.45,80697.891 181526.2,80540.763 C 181552.39,80488.387 181709.52,79597.898 181709.52,79571.71 C 181709.52,79336.018 181316.6,79257.454 181499.92,78969.386 C 181761.9,78471.716 181735.71,79676.461 181919.02,78864.634 C 181945.21,78786.07 181447.64,78445.528 181526.2,78445.528 C 181683.33,78393.152 181840.46,78497.904 181997.59,78471.716 C 182442.78,78366.964 182338.03,77817.017 182914.27,78131.272 C 183202.33,78288.4 182495.16,78681.318 182992.83,78628.844 C 183464.21,78602.656 183202.33,78419.34 183359.46,78105.084 C 183490.4,77843.204 183647.53,78445.528 183752.38,78262.212 C 183961.88,77843.204 183333.27,77712.264 183673.72,77293.159 C 183752.38,77214.595 183935.7,77240.783 184014.26,77136.031 C 184145.2,76978.903 184171.39,76795.587 184223.76,76612.271 C 184249.95,76586.083 184171.39,76455.143 184223.76,76481.331 C 184564.21,76638.459 184773.71,76978.903 185088.06,77162.218 C 185205.86,77214.594 185474.41,76965.857 185820.84,76639.733" style="fill: none; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="az_69" class="fil0 str1" d="M 189724,113603 L 189724,113655.38 C 189697.71,113864.88 189750.19,114074.38 189671.53,114283.99 C 189645.34,114362.55 189488.21,114336.36 189435.83,114414.93 C 189383.46,114519.68 189645.34,114886.31 189776.38,114886.31 C 189854.94,114886.31 190012.07,114729.18 190012.07,114807.75 C 190038.26,114860.12 189933.5,114886.31 189933.5,114912.5 C 189907.32,115043.44 191531.06,114860.12 191373.94,115698.24 C 191138.25,116745.86 190902.56,115881.55 190300.13,116091.06 C 189776.37,116274.37 190116.82,116536.25 189619.15,116536.25 C 189409.64,116562.44 189226.33,116510.06 189016.82,116483.88 C 188990.64,116483.88 188964.45,116483.88 188964.45,116457.69 C 188964.45,116379.12 189121.58,116248.18 189043.01,116222 C 188650.19,116091.06 188257.28,116274.37 187890.64,116379.12 C 187550.2,116483.88 187576.39,117007.73 187419.26,117321.99 C 187497.82,117400.55 187524.01,117531.49 187628.76,117557.68 C 187707.33,117583.87 187759.7,117452.93 187864.45,117452.93 C 188493.06,117452.93 187733.51,117767.18 187864.45,117898.22 C 187995.39,118002.97 188624,117662.43 188807.32,117636.24 C 188885.88,117636.24 188807.32,117845.85 188859.7,117872.03 C 189043.01,117950.6 189252.52,117872.03 189435.83,117950.6 C 189802.56,118133.91 188964.45,118552.92 189200.14,118867.18 C 189619.15,119417.22 191190.62,119312.47 191243,119443.41 C 191295.37,119521.97 191347.75,120176.77 191269.19,120229.15 C 191112.06,120360.09 190850.18,120386.28 190692.95,120543.4 C 190666.76,120569.59 190614.39,120674.34 190666.76,120674.34 C 190850.18,120700.53 191007.31,120595.78 191164.43,120595.78 C 191662.01,120621.97 192185.86,121119.54 192657.24,121093.35 C 192814.37,121093.35 193390.61,120569.59 193521.55,120805.28 C 193678.67,121171.92 193285.85,121093.35 193312.04,121381.52 C 193312.04,121800.53 194150.06,121250.48 194176.25,121774.34 C 194176.25,121905.28 193888.18,121905.28 193783.43,121983.84 C 193757.24,122010.03 193731.05,122036.22 193731.05,122088.59 C 193731.05,122271.91 193966.74,122167.16 194045.31,122219.53 C 194281,122350.47 194254.81,122717.2 194464.41,122900.52 L 194490.6,122952.9 C 194542.98,122795.77 194778.67,121695.78 194778.67,121695.78 C 194857.23,121512.46 195119.11,121486.27 195197.68,121329.14 C 195250.05,121171.92 195145.3,121014.79 195171.49,120857.66 C 195223.86,120595.78 195433.37,120386.28 195538.12,120124.4 C 195642.97,119888.61 196350.04,118421.99 196559.55,118395.8 C 196769.05,118369.61 196978.66,118526.74 197188.16,118605.3 C 197371.48,118657.68 197607.17,118710.06 197790.48,118788.62 C 197842.86,118814.81 197973.9,118841 197947.71,118919.56 C 197869.05,119129.16 197450.04,119286.29 197554.79,119600.55 C 197685.73,119993.37 198209.59,119600.55 198392.9,120045.74 C 198523.84,120438.66 197554.79,120726.73 197973.9,121014.79 C 198340.53,121302.86 198261.96,120936.23 198680.97,121067.17 C 198969.04,121145.73 198550.03,121538.65 199099.98,121355.34 C 199178.54,121329.15 199178.54,121119.55 199283.39,121119.55 C 199492.9,121119.55 199990.47,121774.34 200199.97,121564.84 C 200331.01,121433.9 200435.76,121276.67 200540.51,121119.55" style="fill: none; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="ge_72" class="fil0 str2" d="M 189724,113656 C 189697.71,113865.5 189750.19,114075.01 189671.53,114284.61 C 189645.34,114363.17 189488.21,114336.99 189435.83,114415.55 C 189383.46,114520.3 189645.34,114886.93 189776.38,114886.93 C 189854.94,114886.93 190012.07,114729.81 190012.07,114808.37 C 190038.26,114860.75 189933.5,114886.93 189933.5,114913.12 C 189907.32,115044.06 191531.06,114860.75 191373.94,115698.86 C 191138.25,116746.48 190902.56,115882.18 190300.13,116091.68 C 189776.37,116275 190116.82,116536.88 189619.15,116536.88 C 189409.64,116563.06 189226.33,116510.69 189016.82,116484.5 C 188990.64,116484.5 188964.45,116484.5 188964.45,116458.31 C 188964.45,116379.75 189121.58,116248.81 189043.01,116222.62 C 188650.19,116091.68 188257.28,116275 187890.64,116379.75 C 187471.63,116510.69 187602.57,117270.24 187314.41,117479.74 C 187209.66,117532.11 186895.4,117584.49 187000.15,117636.87 C 187052.53,117663.05 187235.84,117689.24 187183.47,117741.72 C 186738.27,118055.97 186004.91,118160.72 185638.28,118501.17 C 185140.71,118893.99 184773.98,119391.66 184145.47,119705.92 L 184119.28,119732.1 C 184119.28,119679.73 184093.09,119653.54 184066.9,119627.35 C 183988.34,119548.79 183883.59,119522.6 183805.02,119548.79 C 183673.99,119601.16 183595.42,119758.29 183464.48,119784.48 C 183385.92,119784.48 183385.92,119627.35 183307.35,119601.16 C 183228.79,119601.16 183150.23,119784.48 183124.04,119705.92 C 183071.66,119627.35 183228.79,119548.79 183228.79,119444.04 C 183254.98,119260.72 182862.16,119365.47 182678.84,119313.1 C 182521.62,119286.91 182390.68,119182.16 182233.55,119182.16 C 182181.17,119182.16 182233.55,119313.1 182207.36,119339.28 C 181762.16,119444.04 182128.8,119077.4 181997.86,118972.65 C 181919.29,118920.18 181840.73,119051.22 181762.16,119103.59 C 181657.41,119155.97 181474.1,119155.97 181421.72,119260.72 C 181343.06,119417.85 181500.19,119627.35 181421.72,119784.48 C 181343.06,119889.23 181185.93,119863.04 181081.18,119889.23 C 180740.73,119993.98 180321.73,119967.8 180033.56,120203.59 C 179928.81,120282.15 180007.37,120491.65 179876.43,120596.41 C 179771.68,120674.97 179614.55,120622.59 179483.61,120622.59 C 179352.67,120622.59 179221.73,120648.78 179064.6,120648.78 L 179012.23,120648.78 C 179038.41,120491.65 179064.6,120360.71 179116.98,120203.59 C 179221.73,119732.1 179405.05,119863.04 179221.73,119365.47 C 179038.41,118736.86 178357.43,118396.42 177964.61,117872.66 C 177755.01,117636.87 177676.44,117113.11 177336,116955.99 C 177152.68,116877.42 176943.18,116903.61 176733.68,116929.8 C 176655.11,116929.8 176602.74,117034.55 176497.89,117034.55 C 176288.38,117008.36 176209.82,116667.92 176000.31,116563.07 C 175371.7,116275 175371.7,116510.69 174821.75,116667.92 C 174743.19,116694.11 174690.81,116641.73 174612.25,116641.73 C 174481.31,116641.73 174350.27,116589.35 174219.33,116641.73 C 174166.96,116641.73 174219.33,116746.48 174193.14,116772.67 C 173983.64,116877.42 173905.08,116379.75 173669.38,116301.19 C 173486.07,116248.81 173302.75,116301.19 173093.15,116327.38 C 173014.59,116327.38 172962.21,116379.75 172883.65,116353.56 C 172831.27,116327.38 172805.08,116301.19 172778.89,116248.81 L 173066.96,116275 C 173066.96,115467.29 173202.32,115471.51 173517.45,115466.21 C 173682.43,115463.47 173896.93,115458.17 174166.96,115332.13 C 174297.99,115279.76 174350.27,115096.44 174481.31,115070.25 C 174821.75,114991.69 175162.2,115332.13 175502.64,115279.76 C 175555.11,115279.76 176236,114965.5 176314.56,114965.5 C 176524.07,114991.69 176707.48,115201.19 176916.99,115201.19 C 176916.99,115201.19 178069.36,114756 178095.55,114756 C 178776.43,114310.8 177283.62,114546.49 178802.62,114206.05 C 179012.22,114179.76 179221.73,114284.61 179405.04,114232.24 C 179405.04,114232.24 179902.62,113865.51 180295.53,113970.26 C 180347.91,113996.45 180321.72,114101.2 180374.1,114153.58 C 180478.85,114206.05 180609.79,114258.43 180740.73,114284.61 C 181343.05,114336.99 182024.04,114127.39 182626.46,114153.58 C 182783.59,114153.58 182338.29,114677.43 182731.21,114677.43 C 183752.64,114677.43 183516.85,113577.44 184302.59,113210.81 C 184538.28,113106.06 184800.16,113577.45 184983.48,113446.51 C 185140.7,113315.57 184852.54,112844.08 185062.14,112817.9 C 185873.97,112686.96 185795.4,113027.5 186371.64,113027.5 C 186528.77,113027.5 186607.33,112791.71 186738.27,112739.33 C 186895.4,112686.96 187078.71,112686.96 187235.84,112660.77 C 187524.01,112660.77 187393.07,113525.07 187445.44,113682.2 C 187445.44,113708.39 187497.82,113682.2 187524.01,113682.2 C 187654.95,113682.2 187759.7,113682.2 187890.64,113682.2 C 187995.39,113682.2 188126.33,113656.01 188231.08,113682.2 C 188335.84,113734.57 188388.21,113891.7 188466.87,113891.7 C 188493.06,113891.7 189121.57,113577.45 189147.76,113577.45 C 189226.33,113577.45 189331.08,113682.2 189435.83,113682.2 C 189488.21,113682.2 189592.96,113656.01 189724,113603.63 L 189724,113656.01 L 189724,113656 z" style="fill: none; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:circle class="fil1 str1" cx="106411" cy="136874" r="124.565" id="circle7010" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" sodipodi:cx="106411" sodipodi:cy="136874" sodipodi:rx="124.565" sodipodi:ry="124.565"/>
<svg:path id="fr_73" class="fil4 str1" d="M 92830.4,130850 C 92820.592,130784.48 92807.449,130718.96 92846.682,130679.73 C 92912.103,130614.31 93008.224,130579.39 93109.641,130556.15 L 93020.19,130297.8 C 92805.194,130449.14 92600.103,130583.8 92665.917,130867.46 L 92830.401,130850 L 92830.4,130850 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="gr" class="fil4 str4" d="M 146117,154224 C 145828.83,154774.05 146352.69,154407.32 146064.62,155219.24 C 146038.44,155297.8 143917.01,155769.29 143707.51,155847.85 C 143550.39,155900.23 142083.66,156581.11 141926.53,156450.17 C 141455.15,155926.41 142293.17,155978.79 140800.35,155795.48 C 139281.35,155612.06 141167.08,155978.79 139883.68,155978.79 C 139805.11,155978.79 139778.93,155847.85 139700.36,155847.85 C 139543.23,155821.66 139359.92,155847.85 139176.6,155874.04 C 138993.29,155926.42 138783.78,156031.17 138600.37,156057.36 C 138207.55,156057.36 138364.68,155559.69 138390.86,155402.56 C 138390.86,155193.05 138312.3,154957.36 138390.86,154774.05 C 138678.93,153962.12 138940.91,154878.8 139124.22,154957.36 C 139307.54,155035.93 139517.04,154931.17 139700.36,154852.61 C 139831.3,154800.23 139909.86,154459.69 140014.71,154564.54 C 140145.65,154669.29 139700.36,154774.05 139752.74,154904.99 C 139778.92,155035.93 140014.71,154957.36 140145.65,155009.74 C 140276.59,155062.11 140381.35,155245.43 140538.47,155271.62 C 140669.41,155297.81 140774.17,155193.06 140905.11,155140.68 C 141167.08,155062.12 141350.4,154852.61 141586.09,154774.05 C 141874.16,154695.48 142162.23,154721.67 142450.39,154669.29 C 142633.71,154616.92 142476.58,154826.42 142633.71,154852.61 C 142921.78,154931.17 143209.85,154695.48 143524.2,154721.67 C 143602.76,154721.67 143655.14,154878.8 143733.7,154852.61 C 143864.64,154826.42 144336.03,154433.5 144571.72,154485.88 C 144624.09,154512.17 144178.9,155062.11 144807.51,155245.43 C 144938.45,155297.81 144938.45,155009.74 145043.2,154931.17 C 145593.15,154381.13 145514.58,155088.3 146117.01,154224 L 146117,154224 z M 140721.79,134398.1 C 140747.98,134371.91 140747.98,134371.91 140747.98,134371.91 C 140747.98,134371.91 140747.98,134371.91 140747.98,134371.91 C 140747.98,134371.91 140774.17,134371.91 140774.17,134371.91 C 140774.17,134371.91 140774.17,134371.91 140774.17,134371.91 C 140774.17,134371.91 140774.17,134371.91 140774.17,134371.91 C 140774.17,134371.91 140774.17,134371.91 140774.17,134371.91 C 140774.17,134371.91 140774.17,134371.91 140774.17,134371.91 C 140774.17,134371.91 140774.17,134371.91 140774.17,134371.91 C 140774.17,134371.91 140774.17,134371.91 140774.17,134371.91 C 140774.17,134371.91 140774.17,134371.91 140774.17,134371.91 C 140774.17,134371.91 140774.17,134371.91 140774.17,134371.91 C 140774.17,134371.91 140774.17,134371.91 140774.17,134371.91 C 140774.17,134371.91 140774.17,134371.91 140774.17,134371.91 C 140774.17,134371.91 140774.17,134371.91 140774.17,134371.91 C 140774.17,134371.91 140774.17,134371.91 140774.17,134371.91 C 140774.17,134371.91 140774.17,134371.91 140774.17,134371.91 C 140774.17,134371.91 140774.17,134371.91 140774.17,134371.91 C 140774.17,134371.91 140774.17,134371.91 140774.17,134371.91 C 140774.17,134371.91 140774.17,134371.91 140774.17,134371.91 C 140774.17,134371.91 140774.17,134371.91 140774.17,134371.91 C 140774.17,134371.91 140774.17,134371.91 140774.17,134371.91 C 140774.17,134371.91 140774.17,134371.91 140774.17,134371.91 C 140800.35,134371.91 141612.28,134109.93 141612.28,134109.93 C 142188.42,133664.74 140538.47,132931.37 141559.9,132721.87 C 141559.9,132721.87 141559.9,132721.87 141559.9,132721.87 C 141559.9,132721.87 141559.9,132721.87 141559.9,132721.87 C 141559.9,132721.87 141559.9,132721.87 141559.9,132721.87 C 141559.9,132721.87 141559.9,132721.87 141586.09,132721.87 C 141586.09,132721.87 141586.09,132721.87 141586.09,132721.87 C 141586.09,132721.87 141586.09,132721.87 141586.09,132721.87 C 141586.09,132721.87 141586.09,132721.87 141586.09,132721.87 C 141586.09,132721.87 141586.09,132721.87 141586.09,132721.87 C 141586.09,132721.87 141586.09,132721.87 141586.09,132721.87 C 141586.09,132721.87 141664.65,132721.87 141664.65,132721.87 C 141664.65,132721.87 141664.65,132721.87 141664.65,132721.87 C 141690.84,132721.87 141690.84,132721.87 141690.84,132721.87 C 141690.84,132721.87 141690.84,132721.87 141690.84,132721.87 C 141690.84,132721.87 141717.03,132721.87 141717.03,132721.87 C 141717.03,132721.87 141717.03,132721.87 141717.03,132721.87 C 141717.03,132721.87 141717.03,132721.87 141717.03,132721.87 C 141717.03,132721.87 141717.03,132721.87 141717.03,132721.87 C 141769.41,132721.87 141821.78,132721.87 141847.97,132748.06 C 141847.97,132748.06 141847.97,132748.06 141847.97,132748.06 C 141874.16,132748.06 141900.35,132748.06 141900.35,132748.06 C 141900.35,132748.06 141900.35,132748.06 141900.35,132748.06 C 142476.58,132879 143262.22,133429.05 142869.4,133900.43 C 142581.33,134214.69 142293.17,134057.56 142188.41,134581.42 L 142398.02,135340.87 C 142371.83,135524.18 142005.1,136126.61 141821.78,136231.36 L 141795.59,136519.43 C 141350.4,136283.73 142188.41,136257.55 141769.41,135890.92 C 141559.9,135733.79 140721.79,136100.42 140459.91,136074.23 C 139621.79,136021.86 139517.04,135471.81 138967.1,136152.79 C 138836.16,136309.92 138705.12,136440.86 138547.99,136545.61 C 137814.73,136938.53 138207.55,136021.85 137474.18,136467.05 C 137186.11,136650.37 137395.62,137095.66 136819.48,137357.54 C 136321.81,137567.04 136269.43,136938.53 135798.05,137540.86 C 135614.73,137776.55 135928.99,137750.36 136007.55,137802.74 C 136243.25,137933.77 136217.06,138326.59 136426.66,138536.1 C 136479.04,138588.47 136583.79,138562.29 136688.54,138536.1 C 136714.73,138536.1 136740.92,138509.91 136767.1,138457.53 C 136767.1,138405.16 136662.35,138300.41 136740.92,138300.41 C 136845.67,138274.22 136845.67,138509.91 136950.42,138536.1 C 137238.49,138614.66 137840.91,138719.41 137945.66,139112.33 C 138155.17,139871.78 137264.68,138771.79 137264.68,138771.79 C 136976.61,138614.66 136138.5,138509.91 136059.93,139007.48 C 135981.36,139321.84 136662.35,139217.08 136871.85,139426.59 C 137028.98,139583.72 137002.79,140107.47 136819.47,140028.91 C 136400.47,139871.78 136374.18,139400.4 135955.17,139190.9 C 135850.42,139164.71 135745.67,139217.08 135640.92,139190.9 C 135509.98,139190.9 135352.85,139059.86 135274.29,139164.71 C 134671.86,139819.41 136426.66,140002.72 136295.62,140238.42 C 136243.24,140317.08 135562.35,140290.79 135352.85,140238.42 C 135274.28,140212.23 135090.87,139374.22 135090.87,139374.22 C 134881.37,139112.34 134148.1,139269.46 133859.94,139059.86 C 133309.99,138640.85 133859.94,138719.42 133859.94,138195.66 C 133859.94,138090.91 133571.87,138378.97 133414.74,138509.91 C 133283.8,138640.85 133074.3,138745.61 133048.11,138928.92 C 133021.92,139059.86 133283.8,139086.05 133309.99,139217.09 C 133309.99,139217.09 133126.68,140002.73 133126.68,140002.73 C 133205.24,140500.4 133807.56,140736.09 134095.73,141050.35 C 134095.73,141050.35 134436.17,141731.33 134436.17,141731.33 C 134619.49,141914.65 135955.17,142569.35 135745.67,142883.7 C 135693.3,142962.27 134671.86,142438.41 134593.3,142464.6 C 134514.74,142464.6 134593.3,142621.73 134593.3,142700.39 C 134540.93,142883.7 134252.86,143276.52 134436.18,143250.34 C 134488.55,143224.15 134462.36,143093.21 134514.74,143119.4 C 134593.3,143145.58 134567.12,143276.52 134645.68,143328.9 C 134829,143459.84 135405.23,143459.84 134959.94,143852.76 C 134593.3,144167.01 134226.67,144193.2 133729.01,144402.71 C 133650.44,144428.89 133886.13,144507.46 133964.7,144481.27 C 134043.36,144455.08 134095.74,144324.14 134200.49,144324.14 C 134305.24,144324.14 134305.24,144481.27 134383.8,144533.64 C 134436.18,144559.83 134488.56,144507.46 134540.93,144481.27 C 134750.44,144481.27 134959.94,144428.89 135143.26,144507.46 C 135300.48,144559.83 135274.29,144821.71 135431.42,144847.9 C 135614.74,144900.28 135798.05,144612.21 135955.18,144690.77 C 136112.31,144769.34 135928.99,145109.88 136086.12,145188.44 C 136295.63,145319.38 136557.6,144952.65 136740.92,145083.69 C 136845.67,145136.07 136740.92,145555.07 137159.93,145581.26 C 137683.79,145607.45 137840.91,145424.13 138207.55,145843.14 C 138495.62,146157.4 138050.42,146026.46 138050.42,146209.87 C 138050.42,146340.81 138207.55,146419.38 138233.74,146524.13 C 138286.11,146655.07 138207.55,146812.2 138259.92,146916.95 C 138390.86,147152.64 138731.41,147257.39 138443.24,147702.69 C 138390.86,147781.25 138286.11,147728.87 138207.55,147702.69 C 138155.17,147650.31 138207.55,147571.75 138181.36,147519.37 C 138155.17,147466.99 137840.92,147257.39 137814.73,147257.39 C 137762.35,147231.2 137736.16,147362.14 137683.79,147335.96 C 137500.37,147205.02 137212.31,146681.26 136950.43,146602.69 C 136609.98,146497.94 136793.3,146890.76 136609.98,146943.14 C 136295.63,147047.89 135405.23,147309.77 135483.8,147440.81 C 135562.37,147624.12 135876.62,147545.56 136059.94,147624.12 C 136138.5,147650.31 135902.81,147702.69 135902.81,147781.25 C 135902.81,147859.81 136033.75,147859.81 136059.94,147912.19 C 136112.31,148016.94 136033.75,148174.07 136112.31,148252.63 C 136400.48,148540.7 136898.05,148383.57 137159.93,148697.93 C 137317.06,148881.24 136740.93,148933.62 136505.24,148933.62 C 136138.51,148959.81 135850.44,148933.62 135745.69,148907.43 C 135667.12,148881.24 135719.5,148750.3 135667.12,148671.74 C 135640.93,148645.55 135562.37,148645.55 135536.18,148645.55 C 135326.68,148645.55 135038.51,148488.33 134907.57,148645.55 C 134698.07,148933.62 135562.37,149588.32 135667.12,149771.63 C 135693.31,149876.48 135614.75,149981.23 135640.93,150059.8 C 135693.31,150138.36 135850.44,150059.8 135902.81,150138.36 C 136007.57,150321.68 136321.82,150897.81 136426.67,151133.6 C 136531.42,151369.3 136217.07,151212.17 136217.07,151290.73 C 136217.07,151369.3 136321.82,151395.48 136348.01,151447.86 C 136348.01,151500.24 136243.26,151578.8 136269.45,151631.18 C 136295.63,151683.55 136898.06,152024 136845.68,152233.6 C 136793.3,152312.16 136609.99,152312.16 136505.24,152285.97 C 136426.67,152233.6 136452.86,152076.37 136374.2,152024 C 136321.82,151971.62 136217.07,152102.56 136138.51,152050.18 C 135693.31,151709.74 135509.99,150662.12 134855.2,151578.8 C 134829.01,151631.18 134881.38,152181.22 134933.76,152495.48 C 134959.95,152574.04 134959.95,152757.36 134881.38,152731.17 C 134226.68,152652.6 134645.69,151997.81 134436.19,151709.74 C 134410,151683.55 134331.44,151709.74 134305.25,151683.55 C 134148.12,151526.42 134069.56,151343.11 133938.52,151159.79 C 133859.95,151028.85 133807.58,150793.06 133650.45,150766.87 C 132393.33,150478.8 133519.51,151683.55 133074.31,151893.05 C 132314.76,152233.59 132524.27,151369.29 132498.08,151185.98 C 132498.08,151133.6 132419.52,151133.6 132393.33,151133.6 C 132157.64,151159.79 132026.7,150845.44 131974.32,150557.37 C 131921.94,150164.55 132236.2,150609.74 132288.58,150007.42 C 132314.76,149588.31 131633.78,149064.55 131293.33,148959.8 C 131214.77,148933.61 131136.21,149116.93 131083.83,149038.36 C 130979.08,148907.42 131083.83,148671.73 130952.89,148540.69 C 130795.76,148383.57 130088.59,148593.17 130455.32,148095.5 C 130481.51,148069.31 130586.26,148121.69 130612.45,148069.31 C 131031.45,147781.24 130821.95,147545.55 130952.89,147047.88 C 130952.89,146995.5 131005.27,147152.63 131057.64,147152.63 C 131083.83,147152.63 131005.27,147047.88 131031.45,147047.88 C 131293.33,147047.88 131555.21,147309.76 131764.82,147100.26 C 132052.88,146812.19 131660.06,146786 132183.82,146445.56 C 132550.46,146209.86 132812.33,146602.68 133100.5,146707.44 C 133519.51,146864.56 134017.18,146812.19 134462.37,146943.13 C 134724.25,146995.5 134881.38,147309.76 135143.26,147335.95 C 135248.11,147362.14 135457.61,147231.2 135431.42,147100.26 C 135379.05,146995.5 135090.88,147126.44 135038.51,146995.5 C 134776.63,146393.18 135693.3,147283.57 136007.56,146419.37 C 136033.75,146340.8 135824.24,146471.74 135719.49,146419.37 C 135667.11,146393.18 135719.49,146262.24 135667.11,146262.24 C 135614.74,146262.24 135588.55,146576.5 135457.61,146419.37 C 135248.11,146157.39 135090.88,146524.12 134750.44,146366.99 C 134567.12,146262.24 134514.74,145947.89 134305.24,145921.7 C 134174.3,145895.51 134252.86,146314.62 134095.74,146314.62 C 133624.25,146288.43 133938.51,145214.63 133598.07,145816.95 C 133545.69,145921.7 133729.01,146131.2 133624.25,146209.86 C 133440.94,146393.18 132602.82,146052.64 132419.5,146131.2 C 132079.06,146262.24 131817.18,146576.5 131319.51,146707.44 C 131031.45,146786 130952.88,146340.8 130795.75,146262.24 C 130717.19,146236.05 130821.94,146445.56 130769.57,146497.93 C 130664.81,146655.06 130481.5,146786 130324.27,146864.56 C 130271.9,146890.75 130298.08,146759.81 130271.9,146759.81 C 129983.83,146628.87 130271.9,146393.18 130088.58,146105.01 C 129983.83,145947.89 129852.89,145790.76 129695.76,145686.01 C 129643.38,145659.82 129564.82,145764.57 129538.63,145712.19 C 129407.69,145607.44 129460.07,145371.75 129329.13,145293.19 C 129067.15,145109.87 128595.77,145816.95 128988.59,144847.89 C 128936.21,144821.7 128883.83,144795.52 128805.27,144743.14 C 128726.71,144664.58 128779.08,144533.64 128726.71,144455.07 C 128438.64,144088.44 127705.28,143747.9 127391.02,143486.02 C 127286.26,143433.64 127443.39,143171.76 127364.83,143093.2 C 127286.27,143014.64 126893.44,143302.7 126631.47,142674.19 C 126657.66,142647.91 126657.66,142647.91 126683.84,142621.72 C 126710.03,142595.53 126657.66,142569.34 126683.84,142569.34 C 127129.14,142490.78 127417.2,142857.51 127391.02,142176.52 C 127391.02,142019.39 127757.65,142255.09 127679.09,142019.39 C 127679.09,142019.39 127338.64,141495.63 127338.64,141495.63 C 127364.83,141312.22 128176.75,141050.34 128229.13,140971.78 C 128229.13,140945.59 128386.26,139897.97 128386.26,139897.97 C 128569.57,139190.89 128726.7,140055.09 128988.58,139059.85 C 129067.15,138745.6 128700.51,138640.84 128700.51,138300.4 C 128883.83,138326.59 130638.62,137776.54 130743.37,137697.98 C 131031.44,137383.72 130821.94,136964.72 131345.7,136781.4 C 131529.01,136702.74 132550.45,136833.78 132707.57,136729.02 C 132786.13,136676.55 132759.94,136519.42 132838.61,136467.05 C 132890.98,136440.86 132969.55,136597.99 133021.92,136545.61 C 133336.18,136336.11 132629,135917.1 133467.12,135759.97 C 133467.12,135759.97 133467.12,135759.97 133467.12,135759.97 C 133440.93,135786.16 133467.12,135838.54 133467.12,135838.54 C 133493.31,135786.16 133493.31,135629.03 133493.31,135419.43 C 133493.31,135550.47 133493.31,135681.41 133493.31,135759.97 L 133467.12,135759.97 C 133571.87,135759.97 133702.81,135759.97 133807.56,135759.97 C 133912.31,135759.97 134043.35,135838.54 134121.92,135759.97 C 134226.67,135707.6 134226.67,135497.99 134331.42,135445.62 C 134619.49,135262.3 135012.31,135367.05 135326.66,135262.3 C 136059.92,135000.42 136243.24,134686.17 136714.72,134398.1 C 136793.29,134345.72 136924.23,134555.23 137028.98,134502.85 C 137186.11,134476.66 137264.67,134214.68 137421.8,134267.06 C 137631.4,134293.25 137683.78,134581.41 137867.09,134686.17 C 137893.28,134738.54 137971.84,134633.79 138024.22,134659.98 C 138102.78,134686.17 138155.16,134869.48 138233.72,134843.29 C 138338.48,134817.11 138338.48,134607.6 138443.23,134581.41 C 138731.39,134502.85 139071.84,134659.98 139333.72,134790.92 C 139386.09,134817.11 139333.72,134948.05 139412.28,134948.05 C 139778.91,134974.23 140355.15,134529.04 140721.78,134398.1 L 140721.78,134398.1 C 140721.78,134398.1 140721.78,134398.1 140721.78,134398.1 L 140721.79,134398.1 z M 140765.93,137680.33 L 140811.83,137677 L 140987.89,137571.66 L 141030.75,137521.93 L 141019.76,137387.26 L 140969.64,137344.2 L 140919.92,137303.2 L 140779.17,137268.58 L 140550.54,137286.53 L 140462.66,137338.71 L 140378.4,137437.28 L 140427.64,137478.77 L 140572.12,137557.63 L 140716.59,137639.14 L 140765.93,137680.33 L 140765.93,137680.33 z M 138225.79,137605.3 L 138222.55,137558.41 L 138077.68,137478.87 L 138074.15,137434.14 L 138028.05,137438.26 L 137894.17,137493.19 L 137844.74,137452.29 L 137834.05,137315.27 L 137872.4,137220.72 L 137865.63,137131.17 L 137903.29,137036.91 L 138072.97,136840.65 L 138115.35,136792.19 L 138259.82,136872.13 L 138404.1,136952.17 L 138453.34,136994.24 L 138506.01,137081.24 L 138509.44,137126.56 L 138467.76,137175.11 L 138471.38,137220.72 L 138520.03,137262.11 L 138527.49,137353.42 L 138486,137402.17 L 138398.41,137453.76 L 138352.12,137457.78 L 138268.26,137554.59 L 138225.79,137605.3 L 138225.79,137605.3 z M 140110.93,139873.16 L 140100.33,139738.78 L 139962.82,139749.28 L 139874.55,139801.07 L 139828.74,139804.5 L 139814.42,139623.83 L 139758.42,139491.42 L 139708.99,139448.85 L 139698.1,139312.71 L 139743.9,139309.09 L 139919.47,139204.14 L 140240.4,139179.13 L 140244.02,139225.32 L 140292.77,139266.32 L 140296.4,139311.83 L 140346.52,139353.61 L 140388.01,139304.67 L 140472.46,139207.57 L 140468.73,139161.37 L 140507.67,139067.8 L 140683.73,138962.86 L 140680.1,138917.44 L 140740.32,139095.17 L 140698.05,139143.52 L 140655.87,139193.25 L 140617.33,139286.92 L 140536.6,139430.81 L 140554.46,139656.89 L 140603.99,139699.45 L 140653.22,139740.35 L 140660.38,139830.3 L 140477.07,139844.62 L 140276.59,139633.44 L 140321.61,139629.91 L 140364.57,139581.07 L 140357.31,139490.34 L 140307.29,139448.76 L 140215.48,139455.92 L 140177.43,139549.39 L 140141.73,139688.96 L 140145.45,139735.16 L 140202.54,139866.1 L 140110.93,139873.16 L 140110.93,139873.16 z M 136780.25,147245.13 L 136780.25,147245.13 L 136730.72,147202.85 L 136639.7,147209.92 L 136629,147075.15 L 136810.75,147061.12 L 136892.36,146917.83 L 136799.96,146924.99 L 136803.59,146970.3 L 136667.65,146980.89 L 136705.7,146887.42 L 136836.64,146784.24 L 136927.57,146777.18 L 136976.22,146819.84 L 136994.26,147046.61 L 136956.4,147140.28 L 136906.87,147098.4 L 136910.4,147143.81 L 136865.48,147147.34 L 136821.44,147195.79 L 136780.25,147245.13 L 136780.25,147245.13 z M 136569.27,153279.25 L 136519.84,153237.46 L 136424.5,153199.9 L 136374.38,153157.62 L 136324.75,153115.65 L 136271.79,153029.43 L 136268.26,152983.82 L 136360.06,152976.86 L 136356.34,152930.66 L 136299.64,152799.62 L 136295.92,152753.53 L 136250.11,152757.06 L 136201.66,152715.18 L 136197.93,152669.96 L 136239.42,152621.7 L 136278.07,152527.45 L 136320.34,152478.4 L 136366.83,152474.87 L 136419.21,152562.07 L 136422.83,152607.38 L 136567.6,152686.73 L 136617.72,152728.32 L 136662.94,152724.79 L 136811.34,152850.33 L 136859.89,152891.53 L 136818.5,152940.96 L 136726.69,152948.12 L 136733.95,153039.04 L 136691.68,153087.1 L 136695.21,153132.52 L 136744.74,153174.99 L 136657.25,153226.77 L 136610.86,153230.4 L 136569.27,153279.25 L 136569.27,153279.25 z M 137017.61,147910.91 L 137017.61,147910.91 L 136968.07,147869.12 L 136923.15,147872.65 L 136812.61,147652.95 L 136766.71,147656.48 L 136763.08,147610.87 L 136808.98,147607.44 L 136897.85,147554.87 L 137172.09,147533.49 L 137175.71,147578.8 L 137133.44,147627.94 L 137094.11,147722.88 L 137101.27,147812.83 L 137059,147861.96 L 137017.61,147910.91 L 137017.61,147910.91 z M 136773.28,143096.74 L 136769.75,143052.31 L 136632.34,143063 L 136582.71,143020.43 L 136575.55,142930.39 L 136526.9,142887.63 L 136475.8,142846.92 L 136374.28,142717.85 L 136370.66,142672.53 L 136416.36,142668.9 L 136465.01,142710.78 L 136516.11,142752.37 L 136519.74,142797.98 L 136564.76,142794.45 L 136659.21,142832.6 L 136751.8,142825.34 L 136892.06,142859.38 L 136937.87,142855.75 L 136945.03,142946.48 L 136902.95,142995.52 L 136819.19,143093.21 L 136773.28,143096.74 L 136773.28,143096.74 z M 137071.94,142800.53 L 137071.94,142800.53 L 137100.58,142570.04 L 137142.07,142521.78 L 137184.44,142472.93 L 137218.58,142333.26 L 137258.01,142238.91 L 137352.66,142277.06 L 137356.19,142322.38 L 137236.53,142559.44 L 137160.02,142748.15 L 137071.94,142800.53 L 137071.94,142800.53 z M 136074.74,143014.45 L 136029.72,143017.98 L 135888.58,142983.94 L 135839.83,142941.28 L 135884.85,142937.75 L 136008.14,142746.29 L 136098.97,142739.32 L 136149.19,142780.91 L 136198.62,142822.99 L 136202.25,142868.2 L 136159.97,142916.36 L 136156.44,142871.83 L 136113.39,142920.09 L 136067.48,142923.52 L 136074.74,143014.45 L 136074.74,143014.45 z M 137335.49,142642.81 L 137335.49,142642.81 L 137286.84,142601.13 L 137363.44,142413.4 L 137420.63,142545.12 L 137427.88,142635.75 L 137335.49,142642.81 L 137335.49,142642.81 z M 143918.87,141993.61 L 143870.03,141952.02 L 143591.37,141927.99 L 143495.25,141889.05 L 143359.12,141899.64 L 143316.35,141949.47 L 143172.37,141869.33 L 143119.3,141782.14 L 143115.77,141736.83 L 143238.77,141545.27 L 143371.96,141488.58 L 143459.26,141436.3 L 143455.63,141390.59 L 143498.78,141342.53 L 143495.25,141297.02 L 143444.94,141256.22 L 143217.19,141273.88 L 143174.92,141321.94 L 143129.11,141325.47 L 143132.74,141371.08 L 143097.63,141509.96 L 142974.53,141702.2 L 142745.9,141719.96 L 142467.25,141696.71 L 142417.82,141654.14 L 142318.95,141570.58 L 142273.15,141574.2 L 142269.52,141528.89 L 142315.32,141525.36 L 142297.28,141298.5 L 142338.67,141249.45 L 142335.14,141204.93 L 142611.04,141183.35 L 142652.63,141134.7 L 142832.41,141074.87 L 143050.94,140920.88 L 143093.12,140872.62 L 143040.15,140785.53 L 143036.52,140740.02 L 143078.7,140691.96 L 143398.15,140667.04 L 143441.21,140618.1 L 143532.82,140611.04 L 143727.02,140732.07 L 143688.48,140826.23 L 143649.73,140919.8 L 143653.36,140964.53 L 143699.17,140960.9 L 143843.25,141041.81 L 143938.39,141080.07 L 144136.91,141247 L 144192.82,141379.12 L 144243.13,141420.71 L 144246.76,141466.61 L 144291.98,141463.18 L 144341.21,141504.27 L 144389.86,141546.84 L 144439.49,141588.04 L 144450.28,141724.08 L 144404.28,141727.7 L 144264.71,141692.79 L 144214.39,141651.2 L 144207.33,141561.16 L 144158.49,141518.59 L 144059.03,141435.12 L 144055.4,141389.71 L 144009.4,141393.34 L 143967.23,141442.28 L 143925.64,141491.72 L 143974.39,141532.81 L 144023.92,141575.38 L 144069.82,141571.85 L 144073.45,141616.58 L 144218.12,141696.61 L 144221.75,141741.93 L 144275.5,141828.24 L 144232.54,141877.97 L 143918.87,141993.61 L 143918.87,141993.61 z M 143508.89,144943.62 L 143505.16,144897.33 L 143459.45,144900.96 L 143410.02,144859.27 L 143222.98,144828.18 L 143029.56,144706.95 L 143022.4,144616.13 L 143068.2,144612.6 L 143148.34,144469.49 L 143239.95,144462.43 L 143282.12,144413.49 L 143317.43,144274.41 L 143310.07,144183 L 143260.54,144141.21 L 143154.52,143967.61 L 143105.18,143926.41 L 143055.75,143884.04 L 142872.33,143898.36 L 142868.7,143853.64 L 142823.59,143857.17 L 142819.86,143811.07 L 142721.09,143727.31 L 142717.46,143682.19 L 142758.85,143634.03 L 142755.22,143588.62 L 142843.4,143535.26 L 143111.36,143423.84 L 143294.77,143409.52 L 143347.74,143495.93 L 143393.54,143492.5 L 143397.27,143538.59 L 143485.15,143485.24 L 143576.17,143478.18 L 143624.92,143520.84 L 143650.22,143837.75 L 143605.01,143841.28 L 143615.8,143977.22 L 143678.96,144199.96 L 143725.65,144196.33 L 143775.08,144238.71 L 143778.71,144283.43 L 143736.44,144332.28 L 143693.38,144381.51 L 143651.89,144430.26 L 143662.68,144566.3 L 143582.45,144708.72 L 143501.53,144852.01 L 143508.89,144943.62 L 143508.89,144943.62 z M 145356.17,146166.9 L 145352.34,146120.61 L 145307.52,146124.14 L 145250.04,145992.52 L 145289.57,145898.16 L 145330.86,145849.31 L 145458.37,145703.27 L 145503.58,145699.74 L 145679.74,145593.91 L 146000.57,145568.8 L 146191.24,145645.99 L 146279.32,145593.61 L 146366.61,145540.45 L 146458.42,145533.19 L 146609.76,145704.64 L 146613.29,145749.37 L 146480.09,145805.37 L 146346.11,145861.38 L 146304.53,145910.32 L 146212.92,145917.48 L 146169.86,145966.72 L 146180.65,146102.66 L 145906.41,146123.94 L 145902.78,146077.75 L 145856.98,146081.38 L 145853.44,146036.85 L 145803.72,145995.06 L 145708.58,145956.71 L 145570.97,145967.41 L 145528.69,146016.54 L 145483.58,146020.08 L 145399.13,146116.98 L 145356.17,146166.9 L 145356.17,146166.9 z M 143814.9,147061.42 L 143807.64,146970.79 L 143842.56,146831.02 L 143927.3,146734.02 L 143965.85,146638.98 L 144008.12,146590.72 L 144142.1,146534.62 L 144325.42,146520.39 L 144328.95,146565.71 L 144370.63,146516.86 L 144416.34,146513.33 L 144412.81,146468.61 L 144501.57,146415.15 L 144498.14,146370.72 L 144585.43,146318.34 L 144673.71,146266.56 L 144760.9,146213.2 L 144768.06,146304.02 L 144684.4,146400.93 L 144603.38,146544.33 L 144434.38,146740.1 L 144388.58,146743.63 L 144346.9,146791.79 L 144163.68,146805.91 L 144167.31,146851.52 L 144121.6,146855.15 L 144125.23,146901.05 L 144083.54,146949.31 L 144087.17,146994.52 L 143994.68,147001.68 L 143860.7,147057.88 L 143814.9,147061.42 L 143814.9,147061.42 z M 139888.08,141122.44 L 139884.35,141077.12 L 139838.64,141080.65 L 139824.32,140899.89 L 139859.24,140759.53 L 140049.23,140836.04 L 140052.85,140882.13 L 140006.17,140885.76 L 139964.68,140934.71 L 139922.41,140982.67 L 139884.35,141077.12 L 139888.08,141122.44 L 139888.08,141122.44 z M 139216.6,143681.7 L 139169.92,143685.33 L 139120.58,143643.64 L 139116.95,143598.23 L 139159.13,143549.38 L 139205.82,143545.75 L 139151.97,143459.34 L 139148.34,143413.74 L 139055.85,143420.99 L 138915.39,143385.78 L 138820.25,143348.22 L 138798.68,143075.94 L 138883.03,142978.84 L 138886.66,143023.56 L 138932.46,143019.93 L 139123.13,143096.24 L 139126.76,143141.65 L 139173.35,143138.03 L 139126.76,143141.65 L 139134.02,143233.07 L 139187.87,143319.58 L 139282.12,143357.14 L 139376.77,143395.98 L 139426.3,143437.96 L 139476.33,143478.86 L 139525.17,143520.84 L 139528.8,143566.15 L 139440.82,143618.63 L 139352.45,143671.2 L 139303.7,143629.32 L 139300.07,143584.01 L 139209.35,143591.26 L 139216.6,143681.7 L 139216.6,143681.7 z M 127054.4,143717.2 L 126864.62,143640.6 L 126769.38,143603.33 L 126577.82,143526.92 L 126487.1,143533.89 L 126390.98,143495.73 L 126335.17,143363.91 L 126327.91,143273.28 L 126274.94,143186.18 L 126222.47,143098.89 L 126173.04,143057.11 L 126126.35,143060.83 L 126077.01,143018.95 L 125978.83,142935.19 L 125834.16,142855.25 L 125781.79,142767.86 L 125629.07,142597.4 L 125671.25,142548.26 L 125667.72,142503.73 L 125705.68,142409.37 L 126072.41,142380.73 L 126111.83,142286.57 L 126248.56,142275.98 L 126252.19,142320.51 L 126297.31,142317.08 L 126393.53,142355.92 L 126439.23,142352.29 L 126450.02,142487.64 L 126407.85,142536.68 L 126366.36,142587 L 126273.97,142594.16 L 126186.48,142645.75 L 126200.89,142826.61 L 126249.64,142869.08 L 126340.66,142862.12 L 126391.47,142903.12 L 126447.47,143035.73 L 126458.36,143171.67 L 126514.95,143304.27 L 126518.48,143349.69 L 126567.04,143390.98 L 126762.12,143512.5 L 126808.02,143508.87 L 126850.1,143459.93 L 126895.32,143456.4 L 126891.79,143411.18 L 126941.22,143452.87 L 126990.65,143494.65 L 127092.27,143622.94 L 127099.52,143713.77 L 127054.41,143717.2 L 127054.4,143717.2 z M 129839.35,149199.71 L 129744.71,149161.46 L 129597.09,149035.33 L 129547.46,148994.23 L 129455.26,149001.39 L 129201.43,148701.75 L 129141.89,148524.51 L 129183.48,148475.77 L 129225.56,148426.53 L 129222.02,148381.12 L 129310.3,148329.33 L 129352.38,148279.9 L 129359.63,148370.52 L 129408.38,148412.41 L 129412.01,148457.92 L 129462.13,148499.7 L 129511.56,148541.38 L 129557.47,148537.85 L 129561.19,148583.07 L 129606.02,148579.64 L 129602.49,148534.32 L 129648.49,148530.59 L 129743.72,148568.85 L 129884.08,148603.57 L 129937.93,148690.76 L 129941.56,148736.08 L 130087.01,148815.43 L 130181.66,148853.58 L 130226.58,148849.95 L 130233.84,148940.77 L 130188.82,148944.31 L 130094.27,148906.05 L 130043.37,148864.37 L 129952.35,148871.43 L 129909.29,148920.37 L 129864.17,148923.9 L 129871.23,149013.94 L 129828.47,149062.99 L 129878.39,149103.98 L 129923.61,149100.45 L 129927.33,149147.34 L 129882.12,149150.77 L 129839.35,149199.71 L 129839.35,149199.71 z M 128591.55,146242.23 L 128587.93,146196.92 L 128622.84,146057.15 L 128604.89,145831.07 L 128671.3,145506.22 L 128667.67,145460.91 L 128744.17,145272.39 L 128878.94,145217.08 L 128924.15,145213.64 L 128980.75,145345.37 L 129043.91,145568.6 L 129072.65,145930.82 L 128858.73,146130.81 L 128809.1,146089.03 L 128760.45,146046.36 L 128672.37,146099.72 L 128675.91,146145.03 L 128591.55,146242.23 L 128591.55,146242.23 z M 129209.38,147060.83 L 129159.06,147018.06 L 129113.94,147021.5 L 129057.35,146889.18 L 128845.2,146541.87 L 128841.57,146496.56 L 128928.86,146443.4 L 128979.86,146485.87 L 129077.95,146569.34 L 129088.73,146704.98 L 129050.19,146799.14 L 129053.72,146843.87 L 129095.99,146795.61 L 129141.11,146792.08 L 129092.36,146750.2 L 129184.27,146743.14 L 129233.7,146784.92 L 129293.24,146962.84 L 129209.38,147060.83 L 129209.38,147060.83 z M 149868.18,151331.43 L 149716.74,151160.67 L 149743.91,150930.37 L 149736.75,150840.33 L 149680.64,150707.13 L 149673.48,150617 L 149535.28,150627.78 L 149437.1,150544.02 L 149433.57,150499.59 L 149475.94,150450.55 L 149567.65,150443.49 L 149651.9,150344.82 L 149686.23,150205.05 L 149637.58,150163.95 L 149679.07,150115.11 L 149675.44,150069.7 L 149717.72,150020.85 L 149760.19,149972.01 L 149805.89,149968.38 L 149843.75,149874.81 L 149840.03,149827.73 L 149924.67,149730.82 L 149971.16,149727.29 L 150013.53,149678.94 L 150059.44,149675.31 L 150143.1,149576.73 L 150226.96,149479.63 L 150273.35,149476 L 150269.82,149431.57 L 150399.29,149329.47 L 150583.69,149314.95 L 150624.98,149266.01 L 150621.45,149221.58 L 150663.82,149172.54 L 150709.62,149169.1 L 150713.25,149214.42 L 150769.85,149346.24 L 150731.2,149440.4 L 150703.45,149670.21 L 150679.12,149945.92 L 150644.89,150085.39 L 150602.42,150133.74 L 150557.5,150137.27 L 150521.01,150277.14 L 150531.8,150413.87 L 150582.71,150454.77 L 150586.34,150500.87 L 150496.59,150552.75 L 150405.77,150559.91 L 150278.95,150706.05 L 150233.14,150709.59 L 150236.77,150754.9 L 150198.81,150849.94 L 150163.9,150989.71 L 150125.25,151083.08 L 150082.78,151132.22 L 149958.9,151324.17 L 149868.18,151331.43 L 149868.18,151331.43 z M 148512.19,153397.73 L 148504.93,153306.31 L 148398.21,153132.81 L 148394.58,153087.39 L 148334.95,152909.47 L 148331.42,152864.16 L 148285.52,152867.69 L 148281.99,152822.96 L 148236.18,152826.5 L 148185.87,152784.91 L 148182.24,152738.71 L 148256.68,152505.47 L 148288.17,152320.49 L 148322.4,152180.62 L 148308.08,151999.47 L 148393.41,151902.17 L 148438.33,151898.64 L 148434.7,151853.91 L 148484.33,151895.11 L 148509.54,152211.91 L 148477.96,152396.8 L 148393.6,152494.88 L 148407.92,152675.55 L 148499.53,152668.39 L 148552.79,152756.37 L 148651.56,152839.15 L 148754.06,152968.81 L 148715.41,153062.58 L 148666.08,153021.39 L 148623.8,153069.64 L 148581.53,153118.59 L 148542.79,153212.74 L 148549.95,153302.88 L 148595.95,153299.25 L 148508.56,153350.94 L 148512.19,153397.73 L 148512.19,153397.73 z M 147123.44,149266.01 L 147074.79,149224.62 L 147028.98,149228.25 L 146977.98,149185.78 L 146929.14,149143.99 L 146914.82,148962.44 L 146959.93,148958.91 L 147049.48,148906.34 L 147141.09,148899.18 L 147179.05,148805.61 L 147171.89,148714.98 L 147256.44,148617.19 L 147428.28,148466.73 L 147515.57,148414.36 L 147784.22,148302.84 L 147967.63,148288.52 L 147971.16,148333.83 L 148020.01,148375.03 L 147978.32,148423.87 L 147932.61,148427.5 L 147802.17,148528.82 L 147756.36,148532.35 L 147668.38,148585.02 L 147580.89,148636.71 L 147537.34,148686.44 L 147499.29,148780.7 L 147460.64,148874.27 L 147186.21,148895.65 L 147101.86,148993.63 L 147060.17,149041.69 L 147112.65,149129.67 L 147123.44,149266.01 L 147123.44,149266.01 z M 145494,150213.78 L 145399.35,150173.86 L 145292.53,150001.23 L 145288.91,149955.03 L 145330.59,149906.88 L 145381.4,149947.78 L 145518.22,149937.18 L 145602.87,149839.89 L 145599.34,149795.55 L 145552.65,149799.08 L 145545.39,149707.67 L 145592.08,149703.94 L 145687.22,149742.2 L 145782.55,149781.13 L 145786.08,149825.66 L 145831.3,149822.13 L 145834.93,149867.55 L 145789.71,149871.08 L 145654.95,149926.49 L 145567.07,149979.95 L 145577.86,150115.2 L 145494,150213.78 L 145494,150213.78 z M 142798.01,149329.07 L 142751.42,149332.6 L 142599.29,149162.53 L 142543.48,149029.14 L 142440.89,148900.94 L 142433.73,148810.31 L 142522,148758.53 L 142559.76,148664.96 L 142647.84,148611.01 L 142690.21,148562.66 L 142733.17,148513.71 L 142726.01,148423.09 L 142771.82,148419.65 L 142859.11,148367.08 L 142904.13,148363.65 L 143003.88,148447.02 L 143053.41,148488.8 L 143057.04,148534.11 L 143106.38,148575.31 L 143110.1,148622.19 L 143089.51,148941.94 L 143057.83,149126.83 L 143061.36,149171.45 L 142968.96,149178.71 L 142927.57,149227.56 L 142840.18,149279.93 L 142843.81,149325.54 L 142798.01,149329.07 L 142798.01,149329.07 z M 140962.2,147101.33 L 140912.27,147059.45 L 140813.21,146976.67 L 140809.58,146931.16 L 140513.86,146681.15 L 140418.43,146642.99 L 140414.8,146598.37 L 140320.25,146559.23 L 140270.72,146516.76 L 140224.03,146520.29 L 140227.66,146566.39 L 140181.95,146570.12 L 140178.32,146523.92 L 140129.58,146482.92 L 140072.3,146350.22 L 140065.14,146259.69 L 140111.53,146256.06 L 140195.29,146158.08 L 140241.98,146154.45 L 140329.37,146102.86 L 140434.81,146276.46 L 140484.93,146318.15 L 140488.56,146363.46 L 140537.11,146405.64 L 140674.81,146394.85 L 140717.68,146345.71 L 140809.48,146338.55 L 140858.23,146380.33 L 140922.77,146603.76 L 140890.6,146788.06 L 141028.11,146777.37 L 141031.74,146822.58 L 141003.78,147052.29 L 140962.2,147101.33 L 140962.2,147101.33 z M 141726.75,147452.37 L 141585.8,147417.84 L 141491.25,147380.18 L 141300.58,147303.19 L 141155.81,147223.05 L 141106.28,147181.37 L 141056.94,147140.17 L 141007.41,147097.8 L 141053.22,147094.17 L 141233.1,147034.34 L 141236.73,147079.95 L 141286.06,147122.32 L 141422.99,147111.63 L 141465.95,147061.9 L 141651.52,147093.88 L 141698.01,147090.25 L 141794.03,147127.62 L 141839.25,147124.09 L 141846.41,147214.91 L 141815.61,147399.8 L 141726.75,147452.37 L 141726.75,147452.37 z M 142057.87,149295.34 L 141916.83,149260.62 L 141874.36,149309.66 L 141820.71,149223.25 L 141806.39,149041.9 L 141845.62,148947.34 L 141884.37,148853.19 L 141930.86,148849.56 L 141927.33,148804.83 L 142056.3,148704.2 L 142148.01,148697.04 L 142190.87,148646.62 L 142239.82,148689.88 L 142243.35,148734.6 L 142201.76,148783.55 L 142216.08,148964.02 L 142261.3,148960.59 L 142264.93,149006.19 L 142183.91,149149.3 L 142103.09,149291.91 L 142057.87,149295.34 L 142057.87,149295.34 z M 139970.97,150871.62 L 139925.07,150875.15 L 139903.4,150602.19 L 139945.77,150554.03 L 139942.14,150508.72 L 140041.69,150591.4 L 140086.91,150587.97 L 140094.17,150679.38 L 140277.58,150665.16 L 140274.05,150620.53 L 140319.95,150617 L 140270.32,150573.55 L 140177.83,150580.71 L 140129.18,150539.81 L 140079.75,150498.02 L 140121.92,150449.57 L 140163.51,150401.02 L 140167.14,150446.24 L 140218.04,150487.33 L 140308.97,150480.08 L 140351.24,150432.01 L 140446.38,150469.38 L 140498.76,150555.79 L 140506.01,150647.31 L 140464.52,150696.25 L 140376.45,150748.82 L 140239.62,150759.41 L 139970.97,150871.62 L 139970.97,150871.62 z M 139234.08,147966.32 L 139173.17,147788.5 L 139162.38,147652.26 L 139208.87,147648.73 L 139201.71,147558.59 L 139246.83,147555.06 L 139281.75,147414.71 L 139465.26,147400.48 L 139515.48,147442.27 L 139526.37,147578.21 L 139444.66,147721.7 L 139448.2,147767.02 L 139325.1,147959.16 L 139234.08,147966.32 L 139234.08,147966.32 z M 143791.87,149662.36 L 143745.97,149665.89 L 143742.44,149620.48 L 143696.34,149624.21 L 143692.81,149579.38 L 143777.36,149481.59 L 143823.26,149478.06 L 143953.41,149375.76 L 144213.43,149172.93 L 144256.49,149123.99 L 144252.86,149078.57 L 144206.17,149082.3 L 144202.64,149037.58 L 144290.82,148985.1 L 144287.19,148939.79 L 144336.62,148981.57 L 144572.21,149053.86 L 144389.68,149067.98 L 144347.41,149116.92 L 144260.12,149169.4 L 144263.65,149214.81 L 144220.49,149262.97 L 144139.77,149406.86 L 144055.22,149504.94 L 144058.85,149550.94 L 144013.05,149554.57 L 143883.38,149655.2 L 143791.87,149662.36 L 143791.87,149662.36 z M 142735.92,150291.07 L 142637.25,150208.09 L 142493.27,150127.86 L 142438.54,150041.84 L 142424.12,149860.19 L 142562.61,149849.5 L 142805.46,150013.2 L 142827.04,150284.01 L 142735.92,150291.07 L 142735.92,150291.07 z M 139657.8,148662.32 L 139612.78,148665.65 L 139605.52,148574.93 L 139643.29,148480.77 L 139685.56,148432.41 L 139678.2,148340.22 L 139628.87,148299.12 L 139583.85,148302.65 L 139573.16,148167.3 L 139698.31,148021.35 L 139705.47,148111.39 L 139804.53,148194.96 L 139850.93,148191.33 L 139903.2,148277.84 L 139787.27,148560.7 L 139745.1,148609.75 L 139703.51,148658.69 L 139657.8,148662.32 L 139657.8,148662.32 z M 140995.05,148102.17 L 140903.35,148109.33 L 140895.99,148018.6 L 140935.52,147924.94 L 140980.73,147921.4 L 140966.31,147739.95 L 140921.1,147743.48 L 140870.88,147701.8 L 141054.29,147687.48 L 141057.92,147732.79 L 141103.73,147729.26 L 141217.11,147993.69 L 141174.74,148042.54 L 141132.47,148091.48 L 141002.21,148192.21 L 140957,148195.84 L 140995.05,148102.17 L 140995.05,148102.17 z M 142126.14,147832.15 L 142164.1,147738.09 L 142153.31,147601.85 L 142104.56,147560.07 L 142057.88,147563.7 L 142054.25,147518.29 L 142100.93,147514.66 L 142097.31,147469.24 L 142325.64,147451.49 L 142466.1,147486.31 L 142473.35,147576.84 L 142428.33,147580.37 L 142386.16,147629.31 L 142213.53,147779.77 L 142122.51,147786.83 L 142126.14,147832.15 L 142126.14,147832.15 z M 140073.57,149268.17 L 140117.12,149218.24 L 140021.2,149180.97 L 139978.82,149229.13 L 139887.31,149236.19 L 139880.15,149146.15 L 139915.76,149006.58 L 140003.15,148954.7 L 139999.62,148909.48 L 140044.74,148906.15 L 140095.64,148947.54 L 140140.86,148944.1 L 140190.19,148985.2 L 140204.61,149166.75 L 140117.12,149218.24 L 140120.85,149264.44 L 140073.57,149268.17 L 140073.57,149268.17 z M 140807.33,149804.29 L 140762.31,149807.82 L 140758.68,149761.72 L 140708.56,149720.72 L 140656.08,149632.84 L 140648.73,149541.23 L 140595.86,149454.82 L 140550.64,149458.35 L 140547.02,149413.04 L 140683.15,149402.44 L 140733.47,149444.13 L 140930.52,149611.46 L 140854.01,149800.66 L 140807.33,149804.29 L 140807.33,149804.29 z M 143184.85,151304.36 L 143134.53,151262.77 L 143086.08,151220.89 L 143127.37,151172.73 L 143120.21,151082.69 L 143064.5,150950.28 L 143060.87,150905.55 L 142924.14,150916.15 L 142916.88,150824.73 L 143053.71,150814.04 L 143251.54,150981.18 L 143255.07,151025.7 L 143311.76,151158.31 L 143269.39,151206.67 L 143227.12,151255.61 L 143184.85,151304.36 L 143184.85,151304.36 z M 141971.67,150533.04 L 141964.31,150441.53 L 142003.25,150348.15 L 141999.72,150303.43 L 142129.87,150201.32 L 142175.09,150197.79 L 142217.85,150149.44 L 142266.6,150190.53 L 142225.21,150240.26 L 142144.29,150382.68 L 142102.12,150430.74 L 142014.14,150484.98 L 141971.67,150533.04 L 141971.67,150533.04 z M 144086.62,151052.38 L 143995.11,151059.45 L 143945.67,151018.25 L 143942.04,150972.25 L 144025.8,150875.25 L 144311.71,150990 L 144269.44,151038.16 L 144265.91,150993.44 L 144131.83,151048.85 L 144086.62,151052.38 L 144086.62,151052.38 z M 141620.05,150743.03 L 141570.71,150701.35 L 141425.94,150621.31 L 141380.04,150624.94 L 141376.41,150579.43 L 141327.07,150538.53 L 141418.88,150531.27 L 141605.63,150561.58 L 141655.06,150603.56 L 141707.44,150690.66 L 141665.85,150739.5 L 141620.05,150743.03 L 141620.05,150743.03 z M 140439.24,150379.44 L 140389.21,150336.97 L 140378.42,150202.4 L 140421.29,150152.58 L 140462.87,150103.73 L 140562.53,150187.98 L 140569.69,150277.83 L 140526.53,150326.08 L 140439.24,150379.44 L 140439.24,150379.44 z M 141480.58,149568.5 L 141473.32,149476.99 L 141522.85,149519.55 L 141476.95,149523.18 L 141480.58,149568.5 L 141480.58,149568.5 z M 130053.28,144601.42 C 130362.43,144025.38 129582.38,144657.72 129555.9,144631.92 C 129371.9,144555.32 129211.73,144217.91 129055.48,144323.55 C 129003.21,144323.94 129189.86,144713.23 129165.04,144869.87 C 129427.02,144867.61 129898.4,144863.49 130053.28,144601.42 L 130053.28,144601.42 z M 129617.2,147650.41 C 129407.7,147833.62 129329.13,147571.74 129145.72,147545.56 C 129040.97,147545.56 128936.22,147676.5 128831.46,147650.41 C 128648.15,147597.93 128726.71,146995.51 128569.58,147126.45 C 128491.02,147178.73 128621.96,147362.14 128569.58,147466.99 C 128360.08,147912.19 128229.14,147152.64 128805.28,146393.18 C 128883.84,146524.12 128988.59,146655.06 129040.97,146812.19 C 129040.97,146838.38 128962.4,147074.07 129093.34,147100.26 C 129224.28,147126.45 129905.27,147414.61 129617.2,147650.4 L 129617.2,147650.41 z M 138574.18,145424.14 C 138443.24,145267.01 138259.93,145136.07 138050.42,145057.5 C 137736.17,144952.65 137290.87,145450.32 136950.43,145109.88 C 136898.06,145031.32 137055.18,144926.47 137002.81,144847.9 C 136924.24,144612.21 135379.06,143878.95 135090.89,143931.32 C 134933.76,143983.7 134855.2,144167.01 134724.26,144245.58 C 134645.69,144271.77 134776.63,144088.45 134829.01,144036.07 C 134907.57,143957.51 135012.32,143878.95 135090.89,143800.28 C 135195.74,143695.53 135274.3,143616.97 135379.05,143538.4 C 135536.18,143433.65 135693.31,143355.09 135850.44,143276.43 C 136295.63,143512.22 136243.26,143747.91 136688.55,143983.7 C 136767.11,144036.07 136871.87,144062.26 136976.62,144062.26 C 137028.99,144062.26 137055.18,143957.51 137107.56,143983.7 C 137238.5,144036.07 137343.25,144193.2 137500.38,144245.58 C 137657.6,144271.77 138207.55,143957.51 138312.3,144140.83 C 138338.49,144167.01 138286.12,144193.2 138286.12,144219.39 C 138259.93,144245.58 138233.74,144297.95 138259.93,144324.14 C 138364.68,144428.89 138548,144428.89 138626.56,144559.93 C 138626.56,144586.02 138574.18,145371.76 138836.16,145555.08 C 139124.23,145764.58 140302.78,145371.76 139831.3,146157.4 C 139569.42,146576.51 138862.35,146052.65 138705.12,145869.33 C 138678.94,145816.96 138783.79,145790.77 138783.79,145738.39 C 138757.5,145659.83 138678.94,145581.26 138600.37,145528.89 C 138548,145528.89 138495.62,145659.83 138469.43,145607.45 C 138469.43,145555.08 138626.56,145476.51 138574.19,145424.14 L 138574.18,145424.14 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:polygon class="fil1 str1" points="72069.2,108326 72169.6,108374 72218.8,108466 72191.4,108625 72089.3,108714 71874.6,108696 71783.3,108595 71806.4,108463 72069.2,108326" id="polygon7014" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:polygon class="fil1 str1" points="73067.1,109588 72868.2,109655 72516.4,109598 72330,109486 72435,109309 72424.3,109246 72607.1,109220 73034.9,109303 73137.7,109408 73067.1,109588" id="polygon7016" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:g id="fi"><svg:path style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" d="M 129775,68870.7 C 129932.13,68268.376 130429.7,67639.77 130744.05,67116.01 C 131555.88,65675.57 132053.55,64025.53 132603.49,62480.35 C 133022.6,61354.17 133153.54,61066.1 133205.91,59861.36 C 133232.1,59677.946 133336.85,59468.442 133258.29,59285.126 C 133048.79,58682.802 130717.86,57818.506 130115.44,57399.496 C 130036.88,57347.12 130979.74,55906.586 130324.94,55409.016 C 130089.25,55225.7 129591.68,55409.016 129434.55,55147.136 C 128753.57,53968.576 129591.68,54518.526 129382.18,54178.083 C 129067.82,53706.601 128727.38,54073.331 128334.56,53601.849 C 127994.02,53209.029 128229.81,53182.841 128413.12,52816.21 C 128517.87,52580.518 127889.26,52580.518 127889.26,52475.668 C 127915.45,52292.352 127915.45,51349.488 127915.45,51323.298 C 127365.5,50851.914 128020.2,51139.982 128177.43,50956.666 C 128282.18,50799.538 127627.38,49856.676 127548.82,49751.916 C 127103.62,49149.592 126605.95,48442.416 126082.2,47918.656 C 126003.64,47839.994 125584.53,47525.738 125505.97,47368.61 C 125113.15,46635.347 126370.27,44775.8 125872.7,44330.61 C 125741.76,44173.384 125505.97,44173.384 125348.84,44068.632 C 125060.77,43859.128 124929.83,43492.496 124641.76,43309.181 C 124615.57,43309.181 123725.09,43178.241 123698.9,43178.241 C 123541.77,43047.203 123489.39,42837.699 123384.64,42654.383 C 122808.41,41711.518 123489.39,41790.082 123201.23,41109.193 C 123070.29,40794.937 122572.72,41083.005 122677.47,40899.689 C 122808.41,40663.899 122991.72,40506.771 123148.85,40297.267 C 122310.84,39904.447 123410.83,39275.837 123070.29,38699.707 C 122546.53,37783.03 121734.6,38123.473 121053.72,37390.207 L 121027.53,37259.267 C 121001.34,37259.267 120975.15,37259.267 120948.87,37285.455 C 120948.87,37259.267 120922.68,37259.267 120922.68,37233.079 L 120922.68,37285.455 C 120398.92,37390.207 120503.67,37992.53 120058.48,38123.47 C 119665.56,38228.222 119822.79,37678.274 119377.49,38175.846 C 119325.11,38254.41 119377.49,38385.35 119351.3,38490.2 C 119325.12,38516.388 119037.05,39066.336 119037.05,39092.524 C 118958.48,39302.028 119115.61,39983.013 119141.8,40166.334 C 119141.8,40244.898 119089.42,40297.274 119089.42,40375.838 C 119089.42,40532.966 119115.61,40663.906 119141.8,40821.132 C 119220.36,41030.636 119403.68,41187.764 119429.87,41397.268 C 119560.81,42313.945 119325.12,41685.336 119010.86,41973.502 C 118644.23,42340.134 118984.67,42444.886 118879.92,42890.081 C 118853.73,42994.833 118748.98,43047.209 118722.79,43152.059 C 118722.79,43178.247 118382.25,42863.893 118329.87,42837.705 C 118251.31,42785.329 117282.25,42444.885 117203.69,42549.637 C 117098.94,42654.389 117177.51,42863.893 117098.94,42968.645 C 116784.69,43518.691 116365.68,43178.247 115920.38,43256.811 C 115789.44,43256.811 115658.5,43335.375 115553.75,43309.187 L 115449,43230.623 C 115396.62,43125.773 115396.62,42968.645 115344.25,42863.893 C 115160.93,42549.637 114558.51,41737.713 114244.26,41554.393 C 113563.27,41161.573 113537.08,41711.521 113589.46,42130.627 L 113432.33,42680.575 C 113432.33,42680.575 113458.52,42680.575 113458.52,42680.575 L 113432.33,42706.763 L 113537.08,42837.703 C 113510.89,42890.079 113406.14,42916.267 113537.08,42994.831 C 113982.38,43335.373 114741.83,43963.884 115213.31,44173.391 C 115763.26,44409.181 116208.45,44199.579 116706.12,44697.249 C 116810.87,44775.813 116732.31,45011.505 116837.06,45063.881 C 116915.62,45090.069 116968,44959.129 117020.38,44985.317 C 117229.88,45063.881 117308.45,45325.761 117465.67,45482.889 C 117518.05,45535.363 117675.18,45535.363 117648.99,45613.927 C 117360.82,46163.875 117675.18,46190.063 117753.74,46818.677 C 117779.93,46923.429 117675.18,47028.181 117675.18,47132.933 C 117675.18,47132.933 117675.18,47132.933 117675.18,47132.933 C 117675.18,47132.933 117675.18,47132.933 117675.18,47132.933 C 117648.99,47159.121 117648.99,47159.121 117648.99,47159.121 C 117648.99,47159.121 117648.99,47159.121 117648.99,47159.121 C 117648.99,47421.001 118041.81,47211.497 118146.56,47316.249 C 118487,47578.129 117937.06,47944.859 118094.18,48206.738 C 118251.31,48573.37 118879.92,48913.813 118932.3,49332.918 C 118958.48,49647.174 118722.79,50642.418 118748.98,50773.358 C 118984.67,51611.471 119560.81,51899.538 119875.16,52580.528 C 119979.91,52397.114 120110.85,52239.986 120477.48,52449.49 C 120660.8,52554.242 120556.05,52920.972 120739.36,53025.724 C 120896.49,53130.476 121106.09,52920.972 121289.41,52973.348 C 121367.97,52973.348 121367.97,53130.476 121420.35,53182.852 C 121577.48,53261.416 121577.48,52947.16 121734.61,53209.04 C 122022.67,53811.462 121813.17,54335.22 121917.92,54597.1 C 121996.49,54832.792 122703.66,54309.032 122389.4,55068.582 C 122310.84,55251.898 122048.86,55199.522 121891.73,55304.274 C 121734.61,55409.026 121551.29,55487.59 121446.54,55644.718 C 121394.16,55697.094 121472.73,55828.034 121420.35,55880.41 C 121367.97,55932.786 121237.03,55801.846 121210.85,55854.222 C 121132.28,56037.538 121106.09,56273.328 121106.09,56482.832 C 121106.09,56613.772 121184.66,56744.712 121132.28,56875.652 C 121106.09,57111.344 120791.74,57216.096 120739.36,57425.698 C 120686.99,57582.826 120817.93,57766.142 120765.55,57897.082 C 120634.61,58185.15 120346.54,58132.774 120320.36,58525.692 C 120294.17,58604.256 120451.3,58682.82 120451.3,58787.572 C 120372.73,59285.144 119665.56,59206.58 119639.37,59651.775 C 119613.18,59835.189 119482.24,60306.573 119456.06,60332.761 C 119351.3,60332.761 119220.36,60070.881 119115.61,60149.445 C 118879.92,60358.949 119246.55,60882.806 119010.86,61039.934 C 118932.3,61092.31 118775.17,60751.768 118801.36,60856.52 C 118801.36,60987.558 118984.67,61039.934 119037.05,61170.874 C 119272.74,62035.077 118958.48,61458.942 118591.85,61877.949 C 118513.19,61982.701 118670.42,62244.679 118565.57,62244.679 C 118408.44,62218.491 118487,61904.137 118356.06,61877.949 C 118146.56,61825.573 117884.68,61904.137 117779.93,62087.551 C 117360.82,62794.626 118251.31,62297.055 118198.93,62716.062 C 118146.56,62977.942 117465.67,63423.236 117439.48,63711.303 C 117308.44,65439.803 117465.67,63658.927 117727.55,64313.627 C 117753.74,64339.815 117491.86,64811.297 117701.36,64942.237 C 117727.55,64968.425 117779.93,64837.485 117806.11,64863.673 C 117858.49,64942.237 117779.93,65125.553 117884.68,65151.741 C 117937.05,65177.929 117832.3,64916.049 117910.87,64916.049 C 117989.43,64889.861 118015.62,64994.613 118041.81,65073.177 C 118198.93,65492.185 118015.62,66173.167 118094.18,66330.297 C 118146.56,66435.049 118303.69,66382.673 118382.25,66461.237 C 118487,66592.177 118539.38,66749.305 118618.04,66880.343 C 118644.23,66932.719 118591.85,67011.283 118618.04,67063.659 C 118670.42,67142.223 118775.17,67142.223 118827.54,67194.599 C 118853.73,67220.787 118722.79,67194.599 118722.79,67220.787 C 118696.6,67273.163 118748.98,67325.539 118775.17,67377.915 C 118906.11,67535.043 119194.18,67613.607 119167.99,67796.923 C 119141.8,67954.051 118722.79,67823.111 118696.6,67980.239 C 118644.23,68189.841 118958.48,68320.781 119010.86,68504.097 C 119037.05,68582.661 118906.11,68661.225 118932.3,68765.977 C 118958.48,68818.353 119115.61,68818.353 119115.61,68896.917 C 119089.42,69237.459 118827.54,68870.729 118932.3,69158.797 C 118958.48,69263.647 119089.42,69342.211 119063.24,69420.775 C 119037.05,69525.527 118775.17,69394.587 118748.98,69473.151 C 118722.79,70154.038 119010.86,70232.602 119220.36,70520.771 C 119272.74,70573.147 119010.86,70625.523 119063.24,70704.087 C 119089.42,70835.027 119141.8,70939.779 119220.36,71044.531 C 119796.6,71804.08 119351.3,71018.343 119901.35,70913.591 C 120006.1,70913.591 119796.6,71201.659 119901.35,71280.223 C 120058.48,71358.787 120241.79,71227.847 120425.11,71227.847 C 120582.24,71254.035 120660.8,71515.915 120791.74,71515.915 C 120922.68,71515.915 120975.16,71358.787 121079.91,71358.787 C 121132.28,71332.599 121079.91,71437.351 121106.1,71463.539 C 121184.66,71489.727 121237.04,71463.539 121315.6,71437.351 C 121341.79,71411.163 121341.79,71254.035 121367.98,71306.411 C 121629.86,71882.645 121210.85,71987.397 121315.6,72013.585 C 121367.98,72013.585 121970.3,71568.389 122048.86,71515.915 C 122075.05,71489.727 122127.43,71358.787 122153.62,71332.599 C 122153.62,71332.599 122153.62,71332.599 122153.62,71332.599 C 122022.68,71725.517 121682.23,72170.712 122310.84,72406.409 C 122415.59,72458.785 122625.1,72223.093 122677.47,72327.845 C 122729.85,72484.973 122310.84,72720.665 122467.97,72773.139 C 122625.1,72851.703 122598.91,72406.409 122756.04,72380.221 C 122886.98,72354.033 122782.23,72642.101 122729.85,72746.951 C 122651.29,72877.891 122494.16,72930.267 122363.22,73035.019 C 122310.84,73113.583 122101.24,73296.899 122179.9,73244.523 C 122991.73,72930.267 122677.47,72406.41 123096.48,72144.533 C 123227.42,72065.969 122886.98,72484.977 123017.92,72563.541 C 123201.23,72668.293 123437.02,72537.353 123620.34,72432.601 C 123751.28,72380.225 123803.65,72170.721 123908.41,72092.157 C 124065.53,71961.217 124772.71,71882.653 124851.27,71777.901 C 124929.84,71699.337 124667.96,71568.397 124746.52,71489.735 C 124877.46,71384.983 125086.96,71463.547 125270.28,71437.359 C 125322.66,71437.359 125427.41,71463.547 125453.6,71411.171 C 125505.97,71332.607 125401.22,71227.855 125427.41,71175.479 C 125453.6,71123.103 125453.6,71306.419 125505.97,71332.607 C 125532.16,71358.795 126213.15,70939.787 126265.52,70861.223 C 126291.71,70835.035 126160.77,70311.177 126422.65,70363.651 C 126475.02,70363.651 127444.08,71254.042 127208.39,70284.989 C 127156.01,70101.673 126684.53,70075.485 126763.09,69865.981 C 126815.47,69682.665 127156.01,69787.417 127339.33,69839.793 C 127444.08,69865.981 127444.08,70154.049 127548.83,70101.673 C 127810.71,69918.357 127417.89,69027.863 127732.15,69211.282 C 127994.03,69394.598 127286.95,70049.297 128098.88,69787.418 C 129356,69368.41 128282.19,69630.29 128544.07,69237.47 C 128570.26,69211.282 128596.45,69289.846 128648.82,69289.846 C 128701.2,69289.846 128779.76,69289.846 128805.95,69237.47 C 128832.14,69185.094 128727.39,69001.68 128805.95,69001.68 C 128832.14,69001.68 129251.15,69368.41 129382.19,69316.034 C 129565.5,69263.658 129696.44,69106.432 129801.19,68975.492 C 129827.38,68975.492 129827.38,68949.304 129827.38,68923.116 L 129775.01,68870.74 L 129775,68870.7 z M 129277.43,66906.5 C 130508.36,66251.702 128517.88,66932.688 128177.44,66539.77 C 128072.69,66408.83 128125.06,66199.326 128072.69,66042.198 C 128046.4,65858.882 127863.08,65649.378 127994.02,65518.34 C 128098.87,65387.4 128360.75,65649.378 128517.88,65570.716 C 128701.2,65465.964 128622.63,65073.144 128832.14,64994.58 C 128963.08,64968.392 129251.15,65754.129 129356,65701.754 C 129356,65701.754 129408.37,64785.077 129408.37,64785.077 C 129486.94,64601.761 129617.88,64444.633 129775,64339.783 C 129905.94,64235.031 130167.82,64392.159 130246.39,64261.219 C 130377.33,64051.715 129905.94,63920.775 129696.44,63816.023 C 129539.31,63711.271 129356,63632.707 129172.58,63606.519 C 129015.45,63580.331 128832.14,63685.083 128675.01,63632.707 C 128648.82,63606.519 128151.25,62925.533 128151.25,62925.533 C 127967.84,62846.969 127156.01,62873.157 127077.44,62558.901 C 127051.25,62401.773 127444.07,62506.525 127522.64,62375.585 C 127522.64,62375.585 127444.07,61380.344 127444.07,61380.344 C 127286.94,61013.712 126579.77,60830.298 126370.26,60411.291 C 126370.26,60411.291 126134.57,59416.05 126134.57,59416.05 C 126003.63,59285.11 125636.9,59363.674 125610.71,59180.358 C 125584.52,58918.478 126186.95,59337.486 126344.07,59573.178 C 126527.39,59861.344 126736.89,60725.548 126972.68,60908.958 C 127679.76,61458.906 127705.95,59992.281 128255.99,60385.1 C 128255.99,60385.1 128203.62,61301.777 128203.62,61301.777 C 128360.75,61746.973 129801.18,62113.702 129827.37,62218.454 C 130010.68,63135.033 128910.69,61877.912 128832.13,61904.1 C 128832.13,61904.1 128544.06,62532.71 128544.06,62506.522 C 128517.87,62506.522 127994.01,60830.292 127732.13,61904.1 C 127653.57,62166.078 128805.94,63318.45 129277.42,63030.28 C 129460.74,62925.528 129329.8,62427.956 129539.3,62427.956 C 129670.24,62401.768 129722.62,62611.272 129827.37,62716.024 C 129905.94,62794.588 130167.82,62873.152 130089.25,62977.904 C 130010.69,63135.032 129565.49,62899.34 129617.87,63056.468 C 129670.24,63213.596 129958.31,63108.844 130141.63,63082.656 C 131294,62899.34 129932.12,62323.205 130351.13,61877.906 C 130482.17,61773.154 130717.86,62008.846 130874.99,61982.658 C 131058.31,61930.282 131215.43,61511.274 131294,61668.402 C 131372.56,61851.718 130979.74,61982.658 130979.74,62192.26 C 130979.74,62427.952 131634.44,62401.764 131555.88,62611.268 C 131503.5,62768.396 131163.06,62663.644 131110.68,62820.772 C 131110.68,62820.772 131608.35,63554.133 131608.35,63554.133 C 131608.35,63763.637 131398.75,63894.577 131294,64077.893 C 131294,64077.893 131084.49,64732.691 131084.49,64732.691 C 131058.31,64758.879 130115.44,64889.819 130089.25,64889.819 C 130036.88,64942.195 130324.94,64863.631 130351.13,64942.195 C 130429.7,65204.075 130010.69,65518.331 130167.82,65727.932 C 130298.76,65885.06 130613.11,65806.496 130717.86,65989.812 C 130848.8,66146.94 129984.5,67351.682 129277.42,66906.489 L 129277.43,66906.5 z M 124615.58,61144.65 C 124694.14,61275.59 124772.71,61380.342 124851.27,61511.282 C 124929.83,61616.034 125008.4,61773.162 125113.15,61851.726 C 125270.28,61982.666 125636.91,61956.478 125636.91,62139.892 C 125636.91,62323.208 125296.47,61930.29 125113.15,61982.666 C 124720.33,62087.516 125060.77,63423.206 125322.65,63475.576 C 125322.65,63475.576 125505.97,62716.027 125505.97,62716.027 C 125636.91,62585.087 125898.89,62689.839 125951.26,62532.711 C 125977.45,62506.523 125008.4,61485.091 125505.97,61406.531 C 125715.57,61380.343 125846.51,61773.163 126056.02,61746.975 C 126056.02,61746.975 126213.14,60987.524 126239.33,60987.524 C 126370.27,60961.336 126422.65,61197.028 126501.21,61301.78 C 126605.96,61406.532 126841.66,61485.096 126789.28,61616.036 C 126710.72,61773.164 126396.46,61616.036 126317.9,61746.976 C 126239.33,61877.916 126344.08,62061.33 126370.27,62244.646 C 126396.46,62401.774 126422.65,62558.902 126422.65,62716.03 C 126422.65,62716.03 126134.58,63318.452 126134.58,63318.452 C 125898.89,63370.828 125767.95,62689.842 125610.72,62873.158 C 125505.97,63004.098 125636.91,63187.414 125636.91,63370.828 C 125663.1,63527.956 125741.76,63685.084 125689.29,63842.212 C 125610.72,64156.468 125060.78,64654.137 125060.78,64994.582 C 125060.78,65465.966 125348.84,66068.392 125427.41,66513.582 C 125453.6,66696.898 125375.03,66906.5 125505.97,67037.44 C 125610.72,67168.38 125846.51,67273.132 126029.83,67246.944 C 126213.14,67246.944 126317.9,66906.5 126475.02,66985.064 C 126475.02,66985.064 126684.53,67980.207 126684.53,67980.207 C 126160.77,68765.944 126632.15,66880.307 125610.72,67351.696 C 125610.72,67351.696 125427.4,68163.621 125427.4,68163.621 C 125191.71,68111.245 125060.77,66958.871 125060.77,66775.461 C 125086.96,66016.01 124510.72,65911.258 124537.01,65780.318 C 124537.01,65570.716 124798.89,65465.964 124877.45,65282.648 C 125008.39,65046.956 125296.46,63973.148 125244.09,63711.268 C 125191.71,63449.388 124825.08,63292.26 124746.51,63004.094 C 124720.33,62951.718 124720.33,62087.515 124694.14,62008.853 C 124694.14,62008.853 124170.28,61380.342 124170.28,61380.342 C 124222.66,61223.214 124458.35,61223.214 124615.57,61144.65 L 124615.58,61144.65 z" class="fil4 str7" id="fi-"/><svg:polygon style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" id="polygon7019" points="117829,73240.5 118077,73205.3 118138,73156.4 118174,72948 117729,72634.4 117750,72554.3 118073,72407.2 118110,72263.4 117964,72153.9 117560,72062.6 117353,72127.9 117378,72334.6 117288,72558.4 116981,72639.9 116967,72815.6 117287,73053.6 117829,73240.5" class="fil4 str1"/></svg:g>
<svg:path class="fil3 str1" d="M 34156.4,174089 L 34692.322,173869.98 L 36277.722,173335.92 L 37479.912,172523.7 L 39323.762,170907.3 L 39808.975,170325.28 L 40248.972,169448.23 L 40360.688,168817.27 L 40207.582,167865.87 L 40845.804,166290.37 L 40989.102,165204.7 L 41226.952,164739.3 L 42192.965,163691.78 L 42491.429,163307.79 L 43045.496,162154.24 L 43028.822,162194.06 L 43265.789,161872.84 L 43572.885,161626.95 L 43870.859,161354.08 L 44247.887,161135.65 L 44545.959,160863.77 L 44887.285,160680.75 L 45281.086,160470.16 L 45648.6,160130.31 L 45841.038,159820.86 L 46025.04,159580.16 L 46584.992,159411.27 C 46882.966,159357.22 46935.342,159357.22 46987.718,159331.04 C 48401.968,158938.12 50549.578,159173.81 51675.758,158126.29 C 52697.188,157235.8 53561.488,155873.93 54216.188,154695.37 C 54320.94,154538.24 55185.241,152940.58 55263.808,152914.39 C 55342.372,152862.01 55997.169,152992.95 56154.297,152992.95 L 56548.49,152806.3 L 56922.674,152750.88 L 57082.941,152859.65 L 57062.736,152947.54 L 56904.235,153026 L 56813.117,153205.89 L 56913.749,153752.5 C 57175.727,154721.55 58301.909,155742.98 59244.679,155926.3 C 59611.409,156004.86 60187.544,155742.98 60527.989,155769.17 C 60580.463,155769.17 60501.801,155900.11 60554.275,155952.49 C 60606.651,156004.86 60685.215,156057.24 60763.779,156057.24 C 60947.095,156031.05 61078.035,155847.73 61235.163,155847.73 C 61339.915,155847.73 61889.961,156345.31 62125.652,156345.31 C 62151.84,156345.31 62858.915,156188.18 62911.389,156161.99 L 63304.209,156423.87 C 63330.397,156554.81 63330.397,156659.56 63408.961,156764.31 C 63461.337,156842.88 63723.217,156973.92 63723.217,156869.16 C 63723.217,156685.75 63408.961,156554.81 63408.961,156371.49 L 63461.337,156292.93 C 63566.089,156319.12 63801.781,156895.35 64037.473,156973.92 C 64168.511,157026.29 64325.639,157078.67 64456.579,157052.48 C 64535.143,157052.48 64587.519,156895.35 64666.083,156921.54 C 64823.211,156947.73 64927.963,156973.92 65032.715,157026.29 L 65216.031,157235.8 C 65294.693,157523.86 66368.401,158466.73 66368.401,158571.49 C 66342.213,158754.8 66001.769,158833.37 66027.957,159016.68 C 66027.957,159226.19 66420.777,159278.66 66446.965,159488.16 C 66446.965,159514.35 66446.965,159514.35 66446.965,159514.35 L 66958.562,159855.19 L 66896.672,159974.26 L 66864.403,160046.55 L 66880.194,160410.92 L 66885.687,160618.46 L 66861.558,160872.79 L 66822.129,161021.39 L 66750.529,161242.27 L 66674.123,161513.96 L 66622.924,161789.66 L 66576.335,162014.57 L 66568.194,162374.53 L 66615.862,162408.07 L 66702.076,162576.78 L 66733.463,162788.24 L 66767.203,162974.3 L 66695.995,163195.09 L 66663.922,163267.37 L 66557.993,163816.83 L 66663.235,164262.71 L 66483.156,164932.71 L 66273.946,165716.09 L 66661.665,166142.26 L 67170.418,166589.81 L 67267.912,167667.73 L 67017.9,167892.73 L 66593.89,167841.63 L 66288.756,167793.67 L 66085.137,167761.4 L 65805.504,167716.77 L 65445.248,167710.3 L 65140.114,167660.67 L 64812.225,167581.03 L 64507.287,167530.61 L 64154.191,167445.77 L 63930.465,167356.52 L 63727.337,167321.99 L 63526.857,167261.97 L 63319.119,167277.95 L 63285.281,167283.25 L 63018.399,167796.52 L 62996.232,168216.9 L 62813.701,168392.76 L 62041.303,168406.59 L 61182.985,168400.02 L 60809.095,168321.94 L 60637.059,168324.79 L 60482.187,168322.14 L 60327.315,168319.39 L 60091.133,168353.13 L 60007.371,168415.12 L 59867.702,168518.4 L 59842.298,168772.34 L 59875.45,168959.38 L 59921.745,169278.15 L 59848.183,169497.17 L 59767.266,169792.3 L 59804.537,169941.48 L 59840.631,170103.12 L 60074.165,170507.22 L 60110.358,170700.54 L 60121.245,171003.12 L 60143.019,171265.39 L 60108.2,171346.51 L 55013.22,173549.64 L 53792.19,173757.28 L 52939.56,173557.78 L 52204.139,173873.02 L 50743.499,173519.04 L 50314.095,173659 L 49543.855,173998.46 L 49122.003,173645.86 L 48580,173345.72 L 46559.8,173562.58 L 46302.922,174089.19 L 34156.422,174088.99 L 34156.4,174089 z" id="path7047" style="fill: rgb(209, 210, 213); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path class="fil3 str1" d="M 124002,174090 L 101801.2,174090 L 101668.79,173715.03 L 101668.79,173715.03 L 101424.27,173137.62 L 101424.27,173137.62 L 101503.42,172339.92 L 101503.42,172339.92 L 102127.52,172096.67 L 102127.52,172096.67 L 102695.12,171660.3 L 102695.12,171660.3 L 103075.49,170844.95 L 103075.49,170844.95 L 103484.98,170487.34 L 103484.98,170487.34 L 104256.89,170233.99 L 104256.89,170233.99 L 105204.26,169705.92 L 105204.26,169705.92 L 105419.06,169038.66 L 105419.06,169038.66 L 105076.66,168739.32 L 105076.66,168739.32 L 105187.3,166863.5 L 105187.3,166863.5 L 105187.3,166863.5 L 105187.3,166863.5 C 105187.3,166863.5 105278.12,166854.08 105361.1,166858.98 L 105610.13,166873.79 L 105610.13,166873.79 L 105779.42,166918.52 L 105779.42,166918.52 L 107076.66,167012.09 L 107076.66,167012.09 L 107356.39,167005.13 L 107356.39,167005.13 L 107889.17,166969.13 L 107889.17,166969.13 L 108274.44,167024.06 L 108274.44,167024.06 L 108956.01,166920.78 L 108956.01,166920.78 L 109537.84,166853.1 L 109537.84,166853.1 L 109865.34,166790.33 L 109865.34,166790.33 L 110369.58,166706.37 L 110369.58,166706.37 L 110676.28,166719.8 L 110676.28,166719.8 L 111289.78,166746.09 L 111289.78,166746.09 L 111550.68,166838.98 L 111550.68,166838.98 L 112044.33,166978.15 L 112044.33,166978.15 L 112482.76,167049.26 L 112482.76,167049.26 L 112769.55,167138.71 L 112769.55,167138.71 L 113238.48,167280.15 L 113238.48,167280.15 L 113424.15,167381.47 L 113424.15,167381.47 L 113790.59,167510.45 L 113790.59,167510.45 L 114086.41,167722.11 L 114086.41,167722.11 L 114392.33,167709.46 L 114392.33,167709.46 L 114796.03,167635.11 L 114796.03,167635.11 L 115079.98,167674.34 L 115079.98,167674.34 L 115783.92,167859.82 L 115783.92,167859.82 L 115868.86,167973.2 L 115868.86,167973.2 L 116040.79,168224.68 L 116040.79,168224.68 L 116190.96,168528.44 L 116190.96,168528.44 L 116319.84,168884.48 L 116319.84,168884.48 L 116470.39,169188.44 L 116470.39,169188.44 L 116588.49,169397.06 L 116588.49,169397.06 L 116706.58,169605.58 L 116706.58,169605.58 L 116935.89,169924.55 L 116935.89,169924.55 L 117058.2,170182.5 L 117058.2,170182.5 L 117249.36,170332.28 L 117249.36,170332.28 L 117583.04,170663.01 L 117583.04,170663.01 L 117831.19,170880.16 L 117831.19,170880.16 L 117991.75,170959.22 L 117991.75,170959.22 L 118585.44,170983.35 L 118585.44,170983.35 L 119024.46,171001.88 L 119024.46,171001.88 L 119188.45,171105.65 L 119188.45,171105.65 L 119421.69,171125.37 L 119421.69,171125.37 L 119676.61,171092.61 L 119676.61,171092.61 L 119953.1,171007.18 L 119953.1,171007.18 L 120347.29,170806.5 L 120347.29,170806.5 L 120621.53,170696.36 L 120621.53,170696.36 L 120948.64,170604.16 L 120948.64,170604.16 L 121209.34,170644.57 L 121209.34,170644.57 L 121395.7,170719.8 L 121395.7,170719.8 L 121583.62,170795.03 L 121583.62,170795.03 L 121852.86,170933.62 L 121852.86,170933.62 L 122062.85,170980.4 L 122062.85,170980.4 L 122196.34,171037.49 L 122196.34,171037.49 L 122510.6,171095.26 L 122510.6,171095.26 L 122697.44,171169.9 L 122697.44,171169.9 L 122939.32,171287.01 L 122939.32,171287.01 L 123253.67,171344.68 L 123253.67,171344.68 L 123546.84,171454.63 L 123546.84,171454.63 L 125163.63,171993.4 L 125163.63,171993.4 L 125300.84,172015.86 L 125300.84,172015.86 L 126274.12,172390.83 L 126274.12,172390.83 L 127243.66,172933.42 L 127243.66,172933.42 L 128201.73,173117.03 L 128201.73,173117.03 L 128647.41,173044.06 L 128647.41,173044.06 L 129544.57,172681.15 L 129544.57,172681.15 L 129916.79,172424.17 L 129916.79,172424.17 L 130561,171754.47 L 130561,171754.47 L 131293.67,170670.95 L 131293.67,170670.95 L 131314.17,169979.37 L 131314.17,169979.37 L 130859.76,169603.22 L 130859.76,169603.22 L 130353.16,169280.63 L 130353.16,169280.63 L 130033.12,168819.25 L 130033.12,168819.25 L 129772.91,168163.28 L 129772.91,168163.28 L 129853.83,167377.44 L 129853.83,167377.44 L 130111.49,166691.85 L 130111.49,166691.85 L 130524.42,165967.51 L 130524.42,165967.51 L 131138.9,165315.85 L 131138.9,165315.85 L 132038.12,164540.7 L 132038.12,164540.7 L 132274.2,164374.85 L 132274.2,164374.85 L 132500.48,164322.77 L 132500.48,164322.77 L 133062.49,164081.48 L 133062.49,164081.48 L 133348.5,163930.34 L 133348.5,163930.34 L 133784.57,163762.13 L 133784.57,163762.13 L 134106.09,163657.77 L 134106.09,163657.77 L 134463.21,163600.19 L 134463.21,163600.19 L 134745.19,163551.05 L 134745.19,163551.05 L 134989.71,163506.13 L 134989.71,163506.13 L 135141.54,163437.77 L 135141.54,163437.77 L 135424.41,163354.4 L 135424.41,163354.4 L 135668.34,163326.15 L 135668.34,163326.15 L 135929.83,163329.98 L 135929.83,163329.98 L 135961.41,163334.68 L 135961.41,163334.68 L 135961.41,163334.68 L 135961.41,163334.68 L 136238.99,163320.46 L 136238.99,163320.46 L 136711.74,163362.64 L 136711.74,163362.64 L 137307.1,163403.83 L 137307.1,163403.83 L 137580.07,163496.52 L 137580.07,163496.52 L 137853.13,163589.21 L 137853.13,163589.21 L 138203.48,163658.85 L 138203.48,163658.85 L 138355.41,163710.34 L 138355.41,163710.34 L 138475.17,163835 L 138475.17,163835 L 138548.14,163993.21 L 138548.14,163993.21 L 138589.92,164183 L 138589.92,164183 L 138663.48,164327.37 L 138663.48,164327.37 L 138811.88,164560.42 L 138811.88,164560.42 L 138961.85,164737.65 L 138961.85,164737.65 L 139160.37,164841.42 L 139160.37,164841.42 L 139160.37,164841.42 L 139160.37,164841.42 L 139189.3,164867.42 L 139189.3,164867.42 L 139431.86,164957.85 L 139431.86,164957.85 L 139692.86,165062.8 L 139692.86,165062.8 L 140048.7,165139.3 L 140048.7,165139.3 L 140348.83,165170.98 L 140348.83,165170.98 L 140818.16,165216.3 L 140818.16,165216.3 L 141212.94,165219.04 L 141212.94,165219.04 L 141588.89,165241.11 L 141588.89,165241.11 L 142058.9,165251.31 L 142058.9,165251.31 L 142378.65,165262.98 L 142378.65,165262.98 L 142792.26,165279.75 L 142792.26,165279.75 L 143263.35,165203.64 L 143263.35,165203.64 L 143808.88,165203.35 L 143808.88,165203.35 L 144203.66,165272.99 L 144203.66,165272.99 L 144503.5,165508.87 L 144503.5,165508.87 L 144840.91,165877.27 L 144840.91,165877.27 L 145029.03,166024.89 L 145029.03,166024.89 L 145330.53,166106.39 L 145330.53,166106.39 L 145403.51,166132.48 L 145618.01,166121.5 L 144589.71,167112.13 L 144589.71,167112.13 L 145157.12,168505.49 L 145157.12,168505.49 L 145157.41,169362.73 L 145157.41,169362.73 L 144860.62,170380.24 L 144860.62,170380.24 L 144862.18,171119.48 L 144862.18,171119.48 L 145313.85,171870.4 L 145313.85,171870.4 L 145618.4,172702.53 L 145618.4,172702.53 L 146072.72,173208.54 L 146072.72,173208.54 L 146079.48,173955.04 L 146079.48,173955.04 L 146425.32,174090 L 124002.02,174090 L 124002,174090 z" id="path7049" style="fill: rgb(209, 210, 213); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path class="fil2 str9" d="M 171826,161352 L 173434.35,163653.01 L 173440.43,163729.61 L 173574.51,163853.49 L 173694.66,163970.31 L 173696.03,164027.39 L 175323.12,166355.08 C 175345,166292.8 175390.6,166222.87 175470.44,166156.76 C 175560.29,166168.04 175542.24,166144.2 175572.25,166184.22 C 175718.69,165546.59 175488.2,164835.39 175605.31,164164.21 C 175500.36,163752.76 175378.83,163334.44 175200.52,162912.48 L 175306.84,160712.79 L 174873.71,159515.11 C 174873.71,159462.74 174873.71,159410.36 174847.52,159357.98 L 174847.52,159357.98 C 175004.65,158755.56 174349.85,157027.05 174192.72,156372.26 L 174140.35,156450.83 L 174192.72,156372.26 C 174218.91,156346.08 174218.91,156293.7 174192.72,156241.32 C 174087.97,155900.88 173930.84,156005.63 173983.22,155534.15 C 173983.22,155455.59 174140.35,155429.4 174140.35,155377.02 C 174140.35,155324.65 174035.6,155324.65 174009.41,155298.46 C 174009.41,155246.08 174061.78,155193.71 174061.78,155141.33 L 173668.96,153491.39 C 173695.15,153543.77 174140.35,155062.77 174140.35,155062.77 C 174140.35,155062.77 173695.15,153543.77 173668.96,153491.39 L 173695.15,153412.83 L 173695.15,153412.83 C 173642.78,153465.2 173590.4,153517.58 173538.02,153543.77 C 173485.65,153569.95 173407.08,153439.01 173380.9,153465.2 C 173354.71,153491.39 173380.9,154119.9 173354.71,154146.09 C 173197.58,154381.78 172490.41,154460.34 172254.72,154539.01 C 172254.72,154827.07 172464.22,155088.95 172411.85,155377.02 C 172333.28,155665.09 172149.97,155403.21 172123.78,155612.71 C 172071.4,156058.01 172228.53,156529.39 172254.72,157000.87 C 172358.19,158502.31 172070.81,159884.2 171825.9,161351.7 L 171826,161352 L 171826,161352 z" id="path7051" style="fill:#d1d2d5;fill-rule:nonzero;stroke:#ffffff;stroke-width:190.06399536;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<svg:path class="fil2 str1" d="M 182312,159515 C 181526.36,159043.52 180242.95,158388.82 179902.51,158205.5 C 179771.57,158126.94 179614.44,158048.37 179483.5,157969.71 C 179352.56,157891.15 179116.87,157917.33 179116.87,157786.39 C 179090.68,157707.83 180112.01,157053.13 180452.56,156791.15 C 181290.58,156162.64 184747.68,153936.46 184695.31,152888.85 C 184642.93,151972.18 184119.17,153045.98 183935.86,152967.42 C 183726.36,152862.66 183595.32,152653.16 183542.94,152443.66 C 183516.75,152338.9 183804.92,152391.28 183804.92,152286.53 C 183804.92,152155.59 182312.01,150112.73 182076.32,149824.66 C 181631.12,150374.61 181212.02,150950.84 180766.82,151500.79 C 180347.81,152050.74 178121.64,155167.4 177833.47,155324.53 C 177414.46,155560.22 175974.03,155534.03 175528.83,155403.09 C 175502.54,155376.9 174978.78,155010.27 174952.59,155010.27 C 174219.23,154774.58 174245.52,155796.01 174140.67,155062.65 L 174062.11,155115.02 L 174062.11,155141.21 C 174062.11,155193.59 174009.73,155245.96 174009.73,155298.34 C 174035.92,155324.53 174140.67,155324.53 174140.67,155376.9 C 174140.67,155429.28 173983.54,155455.47 173983.54,155534.03 C 173931.17,156005.51 174088.29,155900.76 174193.05,156241.21 C 174219.23,156293.58 174219.23,156345.96 174193.05,156372.15 L 174140.67,156450.71 L 174193.05,156372.15 C 174350.17,157026.94 175004.97,158755.45 174847.84,159357.87 L 174847.84,159357.87 C 174874.03,159410.24 174874.03,159462.62 174874.13,159514.99 L 175307.16,160712.67 L 175200.84,162912.36 C 175379.16,163334.31 175500.68,163752.64 175605.63,164164.09 C 175488.52,164835.27 175719.01,165546.46 175572.57,166184.1 C 175655.36,166272.18 175773.94,166436.67 175795.22,166542.79 L 179280.08,165968.52 L 179919.48,164990.83 L 180568.49,163249.48 L 182553.97,162127.42 L 182690.7,160983.58 L 183405.03,160101.33 L 181396.79,159001.24 L 182312,159515 L 182312,159515 z" id="path7053" style="fill:#d1d2d5;fill-rule:nonzero;stroke:#ffffff;stroke-width:190.06399536;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<svg:g id="g2546" style="stroke:#ffffff;stroke-opacity:1;stroke-width:190.06411679;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"><svg:path style="fill:none;stroke:#ffffff;stroke-width:190.06411679;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" id="path7055" d="M 171826,161311 L 172002.94,160271.52 L 172303.56,160372.25 L 172169.48,161103.85 C 172235.3,161579.64 172284.44,161593.87 172142.9,161800.33 L 171826,161311 L 171826,161311 z" class="fil0 str11"/><svg:path style="fill:none;fill-rule:nonzero;stroke:#ffffff;stroke-width:190.06411679;stroke-dasharray:none;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0" id="path7061" d="M 174733,159624 C 174402.46,159965.92 174070.45,160195.04 173599.17,160135.79 C 173299.92,159820.17 173482.55,159369.97 173654.29,159090.13 C 173796.9,159002.45 173998.46,158792.85 174084.58,158604.53 C 173819.56,158467.9 173591.42,158647.19 173392.8,158634.44 C 173321.3,157877.15 172631.39,157519.54 173017.64,156472.31 C 173101.01,156146.88 173340.04,156156.39 173618.39,156259.77 C 173756.3,156422.49 173985.22,156408.76 174192.57,156376.39" class="fil9 str11"/></svg:g>
<svg:path id="tn" class="fil3 str1" d="M 100249,174090 L 101802.72,174095.88 L 101668.15,173715.13 L 101668.15,173715.13 L 101423.73,173137.62 L 101423.73,173137.62 L 101502.88,172339.92 L 101502.88,172339.92 L 102126.88,172096.67 L 102126.88,172096.67 L 102694.58,171660.3 L 102694.58,171660.3 L 103075.04,170844.95 L 103075.04,170844.95 L 103484.44,170487.34 L 103484.44,170487.34 L 104256.35,170233.99 L 104256.35,170233.99 L 105203.82,169705.92 L 105203.82,169705.92 L 105418.52,169038.66 L 105418.52,169038.66 L 105076.32,168739.32 L 105076.32,168739.32 L 105186.76,166863.5 L 105186.76,166863.5 L 105186.76,166863.5 L 105186.76,166835.15 L 104459.38,166723.24 L 104032.92,166442.92 L 104024.58,166371.42 L 103977.01,165959.96 L 103428.73,165803.52 L 103120.46,165447.88 L 102885.75,165453.07 L 102627.1,165773.02 L 102409.95,165995.76 L 102174.94,166000.86 L 102071.27,165833.54 L 101999.96,165302.91 L 101642.94,165262.01 L 101340.46,165364.6 L 100939.11,165275.84 L 100725.78,165058.78 L 100650.94,164883.41 L 100651.04,164363.97 L 100631.42,163965.56 L 100755.01,163485.45 L 100901.34,163124.99 L 100944.5,163042.9 L 101917.87,162180.56 L 102571.98,161357.26 L 102869.76,160662.05 L 103506.41,159938.69 L 103618.42,159581.48 C 103566.04,159450.54 102929.69,159331.86 102877.31,159174.63 C 102851.12,159096.07 102955.87,158258.05 102929.69,158205.68 C 102772.56,158074.74 102510.68,158127.11 102353.55,157996.07 C 102274.99,157943.7 102379.74,157760.38 102301.17,157708.01 C 102117.86,157550.88 101751.13,157629.44 101463.06,157105.68 C 100729.7,155822.37 101698.75,155900.93 102248.8,155377.08 C 102458.3,155193.77 102536.87,154670.01 102746.37,154408.03 C 102851.12,154277.09 103060.63,154198.52 103113,154015.21 C 103139.19,153805.7 103008.25,153596.2 102955.87,153386.7 C 102955.87,153360.51 102955.87,153281.85 102903.5,153281.85 C 102327.36,153491.45 101175,154565.26 101148.81,154539.07 C 100991.68,154434.22 101070.24,154146.15 100965.49,153989.02 C 100913.12,153910.46 100336.88,153622.39 100467.82,153360.51 C 100494.01,153281.85 100703.51,153255.66 100651.14,153177.1 C 100572.57,153124.72 100336.88,153177.1 100363.07,153072.34 C 100415.45,152967.59 100782.08,153072.34 100729.7,152967.59 C 100651.14,152784.28 99132.143,152417.64 99472.583,152862.84 C 99551.147,152941.4 99734.561,152784.28 99813.125,152862.84 C 99865.501,152915.22 99498.771,153465.26 99394.019,152967.59 C 99341.643,152784.28 99682.185,152600.96 99577.335,152443.83 C 99341.643,152103.29 98451.255,152731.9 98136.895,152784.28 C 97141.654,152967.59 96905.965,153648.58 96146.515,153779.52 C 96146.515,153831.89 96120.327,153858.08 96146.515,153884.27 C 96146.515,153936.65 96198.891,153962.83 96225.079,154015.21 C 96303.642,154250.9 95675.033,154224.71 95570.281,154277.09 C 95334.589,154381.84 96067.853,154381.84 95648.844,154722.38 C 95413.152,154931.89 95098.896,154879.51 94889.295,155167.58 C 94784.543,155324.71 95308.401,155246.14 95413.153,155403.27 C 95439.341,155455.65 95098.897,157053.31 95098.897,157262.81 C 95046.521,157838.95 95386.965,157996.07 95334.589,158572.31 C 95308.401,159122.26 95046.521,158572.31 95151.273,159200.82 C 95177.461,159384.24 95596.469,159384.24 95570.281,159515.18 L 95092.228,160034.13 L 95009.839,160467.95 L 94859.479,161266.63 L 94781.798,162067.08 L 94467.052,162604.48 L 93586.371,163483.39 L 93042.21,164093.07 L 92833.981,164836.34 L 92951.582,165781.95 L 93399.23,166930.79 L 94127.491,167330.28 L 94712.16,167731.14 L 94933.924,168136.81 L 94914.798,168683.03 L 95300.556,169429.34 L 96026.659,169897.09 L 96828.384,170362.98 L 97621.674,170897.14 L 98008.805,171232.97 L 98196.927,171917.2 L 98575.231,174090.7 L 100249,174090.01 L 100249,174090 z" style="fill: rgb(209, 210, 213); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path class="fil3 str1" d="M 160297,174090 L 173508.1,174093.14 L 172703.04,172992.95 L 172703.04,172992.95 L 172051.38,172389.64 L 172051.38,172389.64 L 171185.8,171586.74 L 171185.8,171586.74 L 170678.72,171079.66 L 170678.72,171079.66 L 169816.18,170249.98 L 169816.18,170249.98 L 169293.7,169537.9 L 168685.59,168934.3 L 168201.85,168248.31 L 168136.82,167513.97 L 168238.23,167196.18 L 168654.79,167289.76 L 168991.11,167648.15 L 169637.48,168330.8 L 169637.48,168330.8 L 170400.07,168842.5 L 170400.07,168842.5 L 171065.26,169675.41 L 171065.26,169675.41 L 171189.92,169937.19 L 171189.92,169937.19 L 171304.88,170077.45 L 171304.88,170077.45 L 171917.79,171054.25 L 171917.79,171054.25 L 172638.4,171572.91 L 172638.4,171572.91 L 172838.78,171764.27 L 172838.78,171764.27 L 173270.35,172038.31 L 173270.35,172038.31 L 173530.85,172252.62 L 173530.85,172252.62 L 174136.22,172750.29 L 174136.22,172750.29 L 174490.49,172851.81 L 174490.49,172851.81 L 175075.26,172883 L 175075.26,172883 L 175390.4,172377.38 L 175390.4,172377.38 L 175245.92,171033.46 L 175245.92,171033.46 L 175176.97,170563.26 L 175176.97,170563.26 L 175194.62,170099.92 L 175194.62,170099.92 L 175260.44,169735.05 L 175260.44,169735.05 L 175327.33,169503.58 L 175327.33,169503.58 L 175382.75,169286.72 L 175411.09,169076.04 C 175409.72,168739.81 175371.07,168617.3 175372.35,168351.6 C 175117.33,168238.51 175474.84,167907.68 175300.06,167788.21 L 175179.42,167176.18 C 175392.26,166913.61 175231.01,166623.68 175319.78,166365.24 L 175327.13,166345.03 L 173696.32,164027.44 L 173694.95,163970.36 L 173576.66,163848.54 L 173440.72,163729.66 L 173434.64,163653.06 L 171826.29,161352.05 L 171306.75,162127.39 L 171306.75,162127.39 L 170822.32,162458.71 L 170822.32,162458.71 L 170206.17,162768.16 L 170206.17,162768.16 L 169239.17,162908.91 L 169239.17,162908.91 L 169200.04,162912.83 L 169200.04,162912.83 L 168879.6,162858.99 L 168879.6,162858.99 L 168754.15,162868.89 L 168754.15,162868.89 L 168554.85,162936.18 L 168554.85,162936.18 L 168225.2,162956.38 L 168225.2,162956.38 L 167888.19,162890.96 L 167888.19,162890.96 L 167640.92,162765.02 L 167640.92,162765.02 L 167395.03,162653.41 L 167395.03,162653.41 L 167041.83,162576.51 L 167041.83,162576.51 L 166852.73,162546.89 L 166852.73,162546.89 L 166852.73,162546.89 L 166852.73,162546.89 L 166613.61,162542.87 L 166613.61,162542.87 L 166410.67,162567.09 L 166410.67,162567.09 L 165983.72,162547.08 L 165983.72,162547.08 L 165711.84,162497.75 L 165711.84,162497.75 L 165449.07,162360.14 L 165449.07,162360.14 L 165335,162309.82 L 165335,162309.82 L 165224.27,162301.88 L 165224.27,162301.88 L 165190.53,162322.57 L 165190.53,162322.57 L 165088.92,162385.05 L 165088.92,162385.05 L 164940.22,162499.32 L 164940.22,162499.32 L 164725.13,162568.57 L 164725.13,162568.57 L 164493.36,162626.53 L 164493.36,162626.53 L 164213.82,162678.91 L 164213.82,162678.91 L 163943.41,162643.11 L 163943.41,162643.11 L 163670.94,162578.77 L 163670.94,162578.77 L 163400.62,162542.87 L 163400.62,162542.87 L 162962.69,162581.12 L 162962.69,162581.12 L 162527.3,162709.51 L 162527.3,162709.51 L 162372.92,162676.46 L 162372.92,162676.46 L 161462.42,162891.26 L 161462.42,162891.26 L 160409.11,163672.29 L 160409.11,163672.29 L 160412.15,163718.88 L 160412.15,163718.88 L 160310.34,163737.32 L 160310.34,163737.32 L 159048.02,164934.22 L 159048.02,164934.22 L 158228.84,165863.25 L 158228.84,165863.25 L 157679.18,166175.35 L 157679.18,166175.35 L 157269.59,166248.62 L 157269.59,166248.62 L 156511.51,166122.58 L 156511.51,166122.58 L 155677.32,166009.39 L 155677.32,166009.39 L 154548.2,166160.44 L 154548.2,166160.44 L 153941.66,165934.95 L 153941.66,165934.95 L 152906.79,165901.6 L 152906.79,165901.6 L 151836.91,165660.61 L 151836.91,165660.61 L 150681.01,165763.8 L 150681.01,165763.8 L 150317.42,165707.5 L 150317.42,165707.5 L 148542.42,165794.3 L 148542.42,165794.3 L 148416.29,165804.4 L 148416.29,165804.4 L 148205.21,165868.94 L 148205.21,165868.94 L 147754.72,165944.07 L 147754.72,165944.07 L 147398.88,166020.48 L 147398.88,166020.48 L 147042.06,166079.62 L 147042.06,166079.62 L 146591.47,166154.07 L 146591.47,166154.07 L 146156.18,166122.19 L 145617.41,166121.5 L 144589.11,167112.13 L 144589.11,167112.13 L 145156.52,168505.49 L 145156.52,168505.49 L 145156.81,169362.73 L 145156.81,169362.73 L 144860.01,170380.24 L 144860.01,170380.24 L 144861.58,171119.49 L 144861.58,171119.49 L 145313.25,171870.41 L 145313.25,171870.41 L 145617.8,172702.54 L 145617.8,172702.54 L 146072.12,173208.54 L 146072.12,173208.54 L 146078.88,173955.05 L 146078.88,173955.05 L 146424.72,174090.01 L 160297.02,174090.01 L 160297,174090 z" id="path7066" style="fill: rgb(209, 210, 213); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:g id="_164518608" style="stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke: rgb(255, 255, 255); stroke-opacity: 1;">
</svg:g>
<svg:path id="dk_83" class="fil4 str13" d="M 96434.7,88487.1 C 96434.7,88539.476 96434.7,88618.04 96434.7,88696.604 C 96408.512,88539.476 96408.512,88382.348 96434.7,88487.1 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="fo" class="fil4 str13" d="M 73413.401,63344.6 C 73099.145,63999.299 73544.341,63187.374 73622.905,63580.292 C 73622.905,63632.668 73491.965,63632.668 73491.965,63658.856 C 73544.341,63763.608 73753.943,63737.42 73753.943,63842.172 C 73753.943,64025.488 73701.469,64339.744 73518.153,64339.744 C 73361.025,64313.556 73544.341,63999.3 73518.153,63842.172 C 73439.59,63580.292 72653.95,63292.224 73413.401,63344.6 L 73413.401,63344.6 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:g id="g2555" style="fill: rgb(192, 193, 197); fill-opacity: 1;"><svg:path style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" d="M 73481,76293.5 C 73638.128,76372.162 73978.572,76529.29 74004.76,76712.606 C 74004.76,76843.546 73638.128,77079.238 73742.88,77000.674 C 73900.008,76895.922 73952.384,76581.666 74135.7,76607.854 C 74292.828,76660.23 74109.512,77000.674 74240.452,77105.426 C 74345.204,77183.99 74397.58,76895.922 74502.43,76869.734 C 74895.25,76764.982 75785.74,76922.11 76309.5,77000.674 C 76519.004,77026.862 76807.072,76843.546 76938.11,77000.674 C 77069.05,77131.614 76728.508,77262.554 76649.944,77419.682 C 76597.568,77576.908 76649.944,77734.036 76597.568,77891.164 C 76545.192,78022.104 74895.248,79017.344 74580.998,79253.034 C 74057.14,79645.854 74816.69,79200.658 75078.57,79410.162 C 75183.322,79462.538 74947.63,79567.29 74842.878,79645.854 C 74764.314,79724.418 74711.938,79855.358 74580.998,79881.644 C 74528.622,79881.644 74580.998,79698.23 74528.622,79698.23 C 74423.772,79672.042 74345.208,79776.794 74266.644,79802.982 C 74083.328,79881.644 74057.14,79672.042 73978.576,79855.358 C 73769.072,80326.84 74266.644,80483.968 74397.584,80326.84 C 74423.772,80274.464 74292.832,80195.9 74345.208,80195.9 C 74476.246,80169.712 74607.186,80274.464 74764.314,80274.464 C 75052.382,80248.276 75419.013,79934.02 75785.744,80012.584 C 75969.06,80038.772 76126.188,80222.088 76309.504,80274.464 C 76754.7,80405.404 78221.424,80379.216 78457.114,80902.975 C 78509.49,81060.201 78535.678,81217.329 78483.302,81374.457 C 78483.302,81374.457 77880.88,81976.781 77880.88,81976.781 C 77802.316,82081.533 77749.94,82212.473 77723.752,82343.511 C 77697.564,82395.887 77749.94,82448.263 77723.752,82474.451 C 77514.248,82867.271 76414.252,84412.461 76073.812,84438.651 C 75549.954,84491.027 75366.638,84229.147 74921.442,84569.591 C 74842.878,84621.967 75078.57,84648.253 75157.134,84621.967 C 75366.638,84595.779 75549.954,84464.839 75733.368,84438.651 C 76100,84412.463 75811.932,84674.441 75838.12,84753.005 C 75916.684,84936.321 76257.128,84988.697 76230.94,85172.013 C 76152.376,85748.149 75602.33,85250.577 75445.203,85276.765 C 74633.376,85407.705 76100.001,85748.149 74397.583,85617.209 C 74371.395,85617.209 74371.395,85905.375 74397.583,85905.375 C 74580.997,85983.939 74371.395,85826.811 74554.809,85852.999 C 74764.313,85905.375 75209.508,86245.819 75445.2,86088.691 C 75549.952,86010.127 75576.14,85826.811 75680.99,85774.337 C 75733.366,85748.149 76728.51,86481.511 76833.36,86586.262 C 77016.676,86717.202 77095.24,87371.999 77278.556,87581.503 C 77383.308,87686.255 77540.436,87712.443 77619,87817.195 C 77645.188,87869.571 77592.812,87921.947 77592.812,88000.511 C 77566.624,88157.639 77566.624,88341.053 77566.624,88498.181 C 77592.812,88969.565 77776.128,90907.671 77933.256,91300.491 C 77959.444,91352.867 78011.918,91195.739 78064.294,91221.927 C 78169.046,91248.115 78247.61,91379.055 78352.362,91431.431 C 78823.746,91719.499 78718.994,91483.807 79164.287,92033.853 C 79321.415,92217.169 79242.851,92531.425 79373.791,92740.928 C 79504.731,93029.094 79871.363,92767.116 79871.363,93290.974 C 79871.363,93448.102 79583.295,93448.102 79557.107,93605.23 C 79452.355,94024.238 79949.927,94626.66 80054.679,94993.29 C 80185.619,95490.96 79766.611,94757.598 79740.423,95307.644 C 79740.423,95438.584 80683.288,96433.724 80211.807,96931.394 C 79845.175,97298.026 79688.047,96879.018 79426.168,97533.718 C 79399.98,97612.282 79609.484,97507.53 79661.86,97559.906 C 79766.612,97638.47 79792.8,97795.696 79871.364,97874.26 C 79949.928,97952.824 80080.868,98083.764 80159.432,98031.388 C 80683.29,97690.944 80290.372,97350.402 80840.418,97428.966 C 81730.907,97559.906 83171.348,97952.824 82909.468,99367.076 C 82830.904,99812.272 82228.482,100990.83 81783.288,101147.96 C 81626.16,101200.33 81390.37,100886.08 81337.994,101017.02 C 81102.302,101488.5 82333.235,101357.56 81285.618,101645.63 C 81207.054,101671.81 81154.678,101619.44 81076.114,101567.06 C 81049.926,101567.06 81049.926,101514.69 81023.738,101514.69 C 80814.234,101540.87 80499.978,101488.5 80395.227,101645.63 C 80316.565,101802.75 80788.047,101593.25 80892.799,101724.19 C 80997.551,101828.94 80918.987,102038.45 80840.423,102169.39 C 80630.919,102509.93 80054.686,102274.14 79766.613,102378.89 C 79688.049,102405.18 79478.545,102483.74 79557.109,102536.12 C 79583.297,102536.12 80342.748,102300.33 80316.56,102640.87 C 80290.372,102771.81 80002.304,102614.68 79897.552,102693.24 C 79818.988,102771.81 80107.056,102902.75 80211.808,102850.37 C 80264.184,102798 80264.184,102640.87 80342.748,102640.87 C 80447.598,102614.68 80552.35,102719.43 80657.102,102798 C 81023.734,103138.44 79897.553,102955.12 80657.102,103086.06 C 81023.734,103138.44 81416.553,102850.37 81809.472,103007.5 C 81914.224,103033.69 81652.344,103164.63 81626.156,103269.38 C 81573.78,103452.7 81599.968,103636.11 81573.78,103845.61 C 81495.118,104107.49 81023.734,104002.74 80761.855,104133.68 C 80657.103,104212.25 80735.667,104474.13 80604.727,104526.5 C 80133.245,104683.63 80369.035,104264.62 80080.869,104447.94 C 79792.801,104631.25 79530.921,104552.69 79242.854,104683.63 C 79111.816,104736.01 79059.44,104945.61 78902.312,104945.61 C 78666.62,104945.61 78247.613,104500.31 78011.921,104447.94 C 77828.507,104421.75 76519.011,104736.01 76440.451,104447.94 C 76414.263,104317 76780.993,104421.75 76519.015,104238.43 C 76361.887,104133.68 76440.451,104369.37 76388.075,104447.94 C 76335.699,104474.13 76257.135,104421.75 76230.947,104369.37 C 76230.947,104290.81 76414.263,104212.25 76335.699,104212.25 C 76257.135,104186.06 76178.571,104369.37 76100.007,104343.19 C 76021.443,104317 76178.571,104186.06 76126.195,104107.49 C 75942.879,103871.8 76047.631,104343.19 75969.067,104317 C 75654.811,104212.25 75419.021,103688.49 75340.457,103767.05 C 75235.705,103897.99 75549.961,104081.31 75523.773,104238.43 C 75497.585,104500.31 74030.963,104159.87 73978.583,104238.43 C 73900.019,104369.37 74161.899,104552.69 74135.711,104709.82 C 74109.523,104788.48 73978.583,104683.63 73900.019,104683.63 C 73900.019,104683.63 73873.831,104683.63 73873.831,104683.63 C 73742.891,104605.07 73323.883,104317 73192.845,104369.37 C 73035.717,104447.94 73088.093,104683.63 73009.529,104814.67 C 72957.153,104867.04 73061.905,104657.44 73035.717,104578.88 C 72983.341,104447.94 72852.401,104343.19 72721.461,104238.43 C 72381.017,103897.99 71385.771,103662.3 70914.391,103845.61 C 70914.391,103845.61 70626.225,105102.73 70233.405,105286.05 C 69919.149,105416.99 69369.104,104657.44 69159.595,104552.69 C 69028.655,104474.13 69421.475,104788.48 69081.031,104709.82 C 68766.775,104631.26 68321.482,104317 67954.851,104421.75 C 67823.911,104447.94 67876.287,104683.63 67771.535,104736.01 C 67614.407,104788.48 67431.091,104683.63 67247.677,104683.63 C 67221.489,104683.63 67195.301,104683.63 67169.113,104709.82 C 67116.737,104840.86 66802.481,105495.56 66697.729,105495.56 C 66540.601,105469.37 66619.165,105128.93 66514.413,104997.99 C 66357.285,104736.01 65728.676,104919.42 65728.676,104631.26 C 65728.676,104447.94 66776.296,104395.56 66802.486,104395.56 C 66907.238,104369.38 67011.99,104264.62 67090.554,104159.87 C 67142.93,104133.68 67090.554,104028.93 67142.93,104002.74 C 67195.306,103950.37 67300.058,104028.93 67352.532,104002.74 C 67535.848,103845.62 67588.224,103609.92 67771.54,103478.89 C 67850.104,103426.51 67981.044,103531.26 68059.608,103505.07 C 68138.172,103452.7 68111.984,103347.95 68190.548,103295.57 C 68321.488,103164.63 68557.278,103138.44 68688.218,102981.31 C 68766.782,102876.56 68740.594,102274.14 68923.91,102195.58 C 69028.662,102169.39 69133.414,102378.89 69238.166,102405.18 C 69840.588,102457.56 69133.414,101540.88 70600.036,101802.76 C 71097.706,101881.32 71752.406,102562.31 72250.076,102169.39 C 72407.204,102038.45 72354.828,101776.57 72433.392,101619.44 C 72459.58,101567.07 73716.702,100781.33 73873.832,100598.01 C 74030.96,100414.7 73192.846,100964.64 73088.095,101043.21 C 72957.155,101095.58 72826.215,101121.77 72695.275,101147.96 C 72616.711,101147.96 72564.335,101017.02 72485.771,101043.21 C 71830.973,101226.62 71988.101,101776.57 71202.461,101331.37 C 70940.581,101147.96 70992.957,100702.76 70757.167,100467.07 C 70547.663,100257.57 70154.843,100728.95 69892.964,100598.01 C 69840.588,100571.82 69788.212,99759.899 69762.024,99681.335 C 69735.836,99628.959 69709.648,99786.087 69657.174,99786.087 C 69473.858,99812.275 69709.648,99602.771 69081.038,99786.087 C 69002.474,99786.087 69028.662,99943.215 68976.286,99995.591 C 68819.158,100048.07 68609.654,100100.44 68452.428,100048.07 C 68321.488,100021.78 68085.796,99864.651 68138.172,99759.899 C 68216.736,99602.771 68478.616,99707.523 68635.842,99681.335 C 68714.406,99655.147 67981.044,99628.959 67902.481,99524.207 C 67797.729,99367.079 67850.105,99157.575 67850.105,98974.259 C 67850.105,98450.401 68819.158,98738.469 68950.095,98686.093 C 69107.223,98633.717 69133.411,98371.837 69316.727,98345.649 C 69447.667,98345.649 69578.607,98476.589 69709.645,98450.401 C 70128.653,98345.649 70966.765,97638.476 71123.895,97271.841 C 71176.271,97167.089 71071.519,96145.661 70914.391,95988.531 C 70469.097,95438.583 69971.526,97009.961 69788.211,95936.155 C 69735.835,95752.839 70285.783,95726.651 70626.226,95464.771 C 70678.602,95386.207 70652.414,95255.169 70704.79,95176.605 C 70757.166,95098.041 70809.542,95045.665 70861.918,95019.477 C 70966.768,94940.913 71071.52,94914.725 71150.084,94888.537 C 71333.4,94888.537 71490.528,94967.101 71857.159,94836.161 C 71909.535,94809.973 71752.407,94626.657 71830.971,94652.845 C 72014.287,94679.033 72119.137,94888.537 72302.453,94914.725 C 72669.085,94967.101 72747.649,94626.657 73009.528,94862.349 C 73140.468,94993.289 73192.844,95386.207 73350.07,95281.357 C 73507.198,95176.605 73219.032,94888.537 73271.506,94705.221 C 73297.694,94600.469 73769.078,94652.845 74109.521,95071.853 C 74188.085,95150.417 73900.017,95071.853 73795.265,95019.477 C 73559.573,94888.537 73454.821,94495.717 73507.197,94207.65 C 73533.385,94050.424 73690.513,93919.484 73821.453,93814.732 C 73926.205,93736.168 74188.085,93814.732 74161.897,93683.792 C 74109.521,93526.664 73795.265,93526.664 73742.889,93369.536 C 73402.445,92636.175 74292.837,93212.408 74292.837,92898.152 C 74319.025,92740.926 74109.521,92819.49 74188.085,92636.174 C 74266.649,92452.858 74502.439,92321.918 74476.251,92112.414 C 74450.063,91719.496 74135.709,92426.67 73769.077,92452.858 C 73533.385,92452.858 73847.641,91955.286 73769.077,91745.684 C 73716.701,91640.932 73585.761,91955.286 73481.009,91929.098 C 73166.655,91824.346 73428.633,91536.18 73402.445,91379.052 C 73402.445,91379.052 73088.091,90724.353 73088.091,90724.353 C 73061.903,90409.999 73926.204,89545.793 73952.392,89545.793 C 74004.768,89571.981 73978.58,89702.921 74030.956,89676.733 C 74240.46,89624.357 74528.626,89571.981 74581.002,89388.665 C 74633.378,89231.439 74266.648,89388.665 74109.52,89362.477 C 74004.768,89336.191 73900.016,89205.251 73769.076,89231.439 C 73611.948,89283.815 73533.384,89493.417 73376.256,89545.793 C 73245.316,89598.169 73088.09,89493.417 72957.15,89519.605 C 72800.022,89571.981 72721.458,89702.921 72590.518,89755.297 C 72538.142,89781.485 72459.578,89781.485 72433.39,89729.109 C 72407.202,89650.545 72564.33,89519.605 72485.766,89493.417 C 72407.202,89467.229 72433.39,89650.545 72381.014,89702.921 C 72354.826,89729.109 72302.45,89702.921 72276.262,89676.733 C 72145.322,89519.605 72145.322,89126.687 71857.156,89074.311 C 71490.524,88995.747 71988.096,89441.041 71726.216,89860.048 C 71621.464,90017.176 71490.524,89598.168 71385.772,89441.04 C 70626.223,88445.799 71411.96,89598.168 70390.531,88995.746 C 70128.651,88838.618 70757.163,88969.558 70730.975,88838.618 C 70704.787,88236.294 70809.539,88288.67 71176.269,87869.565 C 71857.156,87110.114 70704.787,88000.505 71542.901,87241.054 C 71621.465,87162.49 71804.781,87162.49 71857.157,87057.738 C 71961.909,86874.324 71464.337,86272.001 71438.149,86219.625 C 71411.961,86141.061 71569.089,86141.061 71595.277,86062.497 C 71673.841,85879.181 71595.277,85643.391 71673.841,85433.887 C 71778.593,85198.195 71988.097,85460.075 72223.887,85564.827 C 73088.09,85957.745 71778.593,85329.135 71778.593,85276.759 C 71700.029,85119.631 71778.593,84910.127 71804.781,84700.623 C 71804.781,84569.585 71909.533,84412.457 71830.969,84307.705 C 71804.781,84281.517 70757.159,84857.751 70678.599,84936.315 C 70469.095,85119.631 70809.539,85486.263 70757.163,85774.33 C 70730.975,85879.18 70521.471,85852.992 70442.907,85931.556 C 70390.531,85983.932 70338.155,86062.496 70338.155,86141.06 C 70311.967,86219.624 70364.343,86324.376 70338.155,86376.752 C 70259.591,86586.256 70050.087,86691.008 69971.523,86900.512 C 69945.335,86952.888 70102.463,87057.738 70050.087,87083.926 C 69866.771,87188.678 69630.981,87267.242 69421.477,87188.678 C 69264.349,87110.114 69630.981,86900.512 69709.643,86769.572 C 69866.771,86560.068 69814.395,86219.624 69971.523,86010.121 C 69971.523,86010.121 70521.471,85538.639 70521.471,85538.639 C 70469.095,85407.699 70181.027,85591.015 70128.651,85460.075 C 70076.275,85355.323 70835.726,84910.127 70469.095,84831.564 C 70311.967,84779.188 70233.403,85172.008 70102.463,85093.444 C 69945.335,84962.504 70469.095,84857.752 70573.847,84674.436 C 70678.599,84464.834 70600.035,83993.45 70678.599,83810.135 C 70730.975,83653.007 70861.915,83495.879 70992.953,83469.691 C 71123.893,83443.503 71359.585,83731.571 71359.585,83600.631 C 71359.585,83469.691 71071.517,83469.691 70992.953,83338.653 C 70809.539,82972.021 71883.344,82788.705 71909.532,82788.705 C 71988.096,82710.142 71569.088,82814.893 71569.088,82710.142 C 71569.088,82553.014 71830.968,82526.826 71883.344,82369.698 C 71935.72,82291.134 71726.216,82422.074 71647.652,82500.638 C 71464.336,82631.578 71490.524,82683.954 71333.396,82762.518 C 70992.952,82945.834 70678.598,83233.902 70442.907,83129.15 C 70469.095,83181.526 70495.283,83207.713 70547.659,83233.902 C 70573.847,83286.278 70678.599,83338.654 70626.223,83391.03 C 70416.719,83574.444 69369.103,83941.076 69185.783,83574.444 C 69159.595,83548.256 69185.783,83469.692 69211.971,83469.692 C 69735.829,83260.09 69316.723,84045.828 69971.52,83155.338 C 70390.528,82605.39 68740.59,82893.458 69919.144,82500.639 C 69971.52,82605.391 70023.896,82710.143 70102.46,82788.707 C 70128.648,82841.083 70181.024,82893.459 70233.4,82919.647 C 70181.024,82841.083 70128.648,82736.331 70102.46,82605.391 C 70076.272,82526.827 70285.776,82605.391 70364.34,82605.391 C 70573.844,82605.391 70783.348,82710.143 70966.762,82631.579 C 71202.454,82526.827 69552.412,82553.015 69762.012,82238.661 C 69919.14,82029.157 70600.027,82317.323 70652.403,82212.473 C 70757.155,81950.593 69997.704,81636.337 70730.967,81453.022 C 70914.381,81400.646 71097.697,81636.338 71307.201,81583.962 C 72014.276,81426.834 71123.885,80955.352 71123.885,80955.352 C 71202.448,80772.036 71595.269,81007.728 71726.209,80850.6 C 71857.149,80693.472 71752.397,80431.592 71752.397,80222.089 C 71752.397,80064.961 71778.585,79907.833 71726.209,79802.983 C 71700.021,79750.607 70835.72,78834.028 71411.953,78598.233 C 71542.893,78519.669 71569.081,79017.339 71726.209,78964.963 C 71935.713,78912.587 71647.645,78310.165 71961.901,78493.481 C 72381.007,78729.271 72407.195,78755.459 72407.195,78729.271 C 72485.758,78388.729 72197.691,78362.541 72223.879,78022.097 C 72223.879,77891.157 72564.323,78179.225 72616.699,78048.285 C 72721.451,77864.969 72485.759,77629.277 72511.947,77445.863 C 72511.947,77367.299 72590.51,77576.901 72669.075,77576.901 C 72852.391,77655.464 73140.459,77812.593 73271.497,77655.464 C 73376.249,77524.524 73009.519,77393.486 72957.143,77236.358 C 72826.203,76791.162 73219.023,77131.606 73219.023,77131.606 C 73271.497,77079.23 73140.459,76974.478 73166.647,76922.102 C 73219.023,76895.914 73350.061,77026.854 73350.061,76974.478 C 73350.061,76895.915 73166.647,76843.538 73192.835,76764.974 C 73219.023,76581.658 73376.249,76450.718 73481.001,76293.492 L 73481,76293.5 z" class="fil4 str13" id="gb_150"/><svg:path style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" d="M 71254.8,76607.9 C 71123.86,76817.404 70757.13,77026.908 70704.754,77184.036 C 70678.566,77314.976 70652.378,78048.337 70311.934,78048.337 C 70128.618,78022.149 70154.806,77734.081 70023.866,77603.141 C 69866.738,77498.291 70076.242,78048.337 69919.114,78126.901 C 69840.55,78153.089 69735.798,78022.149 69683.324,78074.525 C 69500.008,78179.277 69473.82,78545.909 69264.316,78545.909 C 69081,78545.909 68923.872,78231.653 69028.624,78074.525 C 69133.376,77891.209 69578.572,78205.465 69657.135,77995.961 C 69735.797,77812.645 69290.503,77786.457 69211.939,77576.953 C 69185.751,77498.291 69395.255,77524.577 69447.631,77472.103 C 69473.819,77445.915 69369.067,77472.103 69369.067,77445.915 C 69316.691,77341.163 69290.503,77236.411 69316.691,77131.659 C 69552.383,76476.96 69735.797,77079.283 70102.428,77157.847 C 70128.616,77157.847 69971.488,76765.027 70050.052,76686.463 C 70311.932,76372.207 70311.932,76660.275 70573.812,76634.087 C 70600,76607.899 70600,76529.335 70626.188,76529.335 C 70783.316,76398.395 70940.542,76188.793 71123.858,76214.981 C 71254.798,76241.169 71202.422,76476.959 71254.798,76607.899 L 71254.8,76607.9 z" class="fil4 str2" id="gb_46"/><svg:path style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" d="M 66488.2,87345.8 C 66566.764,87450.552 66671.516,87529.116 66776.268,87476.74 C 66933.396,87398.176 66985.772,87136.296 67142.9,87057.732 C 67300.028,86952.882 67483.442,87188.672 67640.57,87162.484 C 67823.886,87162.484 67954.826,87031.544 68111.954,87057.732 C 68295.27,87083.92 68400.022,87267.236 68557.248,87319.612 C 68635.812,87371.988 68792.94,87267.236 68819.128,87345.8 C 68923.88,87529.116 68976.256,87790.996 68923.88,88000.499 C 68923.88,88079.063 68819.128,88105.251 68819.128,88157.627 C 69107.196,89283.807 68976.256,87817.183 69290.512,88812.425 C 69395.264,89100.493 68714.376,89493.411 68714.376,89493.411 C 69159.572,89388.659 69630.955,89048.117 69552.391,90095.735 C 69447.639,91117.165 68714.376,90567.217 68504.771,90802.909 C 68321.455,90986.225 68452.395,91405.233 67981.011,91326.669 C 67876.259,91326.669 67797.695,91221.917 67719.131,91143.353 L 67614.379,91012.413 C 67221.461,90776.721 67771.507,91379.045 66881.018,91064.789 C 66750.078,91038.601 66933.394,90802.909 66985.77,90671.969 C 67011.958,90488.555 66750.078,90541.029 66697.702,90436.179 C 66566.762,90174.299 66697.702,89545.788 66409.634,89598.164 C 65283.454,89755.292 66723.89,90279.051 65519.145,90383.803 C 65126.325,90409.991 64104.895,89048.113 64209.645,88917.183 C 64235.833,88917.183 65257.265,88655.303 65257.265,88655.303 C 65309.641,88498.175 64969.099,88419.611 64942.911,88262.483 C 64890.535,88105.257 65571.521,88314.859 65650.085,88262.483 C 66069.093,88000.505 65911.965,87345.806 66488.198,87345.806 L 66488.198,87345.806 L 66488.2,87345.8 z" class="fil4 str7" id="gb_47"/><svg:path style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" d="M 71006,94954 C 71647.655,94652.887 71254.835,94443.383 70783.353,94076.752 C 70128.654,94286.256 70521.473,94391.008 70678.601,94940.955 C 70704.789,94993.331 70547.661,95098.083 70626.225,95098.083 C 70704.789,95098.083 70783.353,95071.895 71006,94954 L 71006,94954 z" class="fil5 str2" id="gb_51"/><svg:path style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" d="M 77750,76057.8 C 77409.556,76738.786 75838.18,75272.161 76938.173,75193.597 C 77095.301,75193.597 77252.429,75376.913 77252.429,75560.229 C 77278.617,75664.981 76938.173,75638.793 76990.549,75717.357 C 77069.113,75874.485 77304.805,75874.485 77461.933,75926.861 C 77540.497,75979.237 77645.249,76005.425 77750.001,76057.801 L 77750,76057.8 z" class="fil4 str13" id="gb_106"/><svg:path style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" d="M 81362.742,71343.6 C 81362.742,71422.164 81415.118,71474.54 81388.93,71526.916 C 81362.742,71579.39 81231.802,71500.728 81231.802,71553.104 C 81205.614,71684.142 81467.494,71422.164 81598.434,71448.352 C 81676.998,71474.54 81467.494,71579.39 81415.118,71657.954 C 81415.118,71684.142 81519.87,71762.706 81493.682,71788.894 C 81441.306,71815.082 81336.554,71684.142 81310.366,71762.706 C 81310.366,71815.082 81467.494,71815.082 81467.494,71893.646 C 81493.682,72129.338 81153.238,72050.774 81179.426,72129.338 C 81205.614,72469.782 81231.802,72731.662 80708.042,73281.708 C 80681.854,73334.084 80734.23,73176.956 80760.418,73124.58 C 80917.546,72784.136 81205.614,72207.903 81074.674,72129.339 C 80969.922,72024.587 80865.17,72417.407 80734.23,72338.843 C 80550.914,72260.279 80472.252,72024.587 80419.876,71841.271 C 80393.688,71788.895 80498.538,71815.083 80550.914,71788.895 C 80760.418,71762.707 80969.922,71815.083 81153.238,71736.519 C 81284.178,71657.955 81284.178,71474.541 81362.742,71343.601 L 81362.742,71343.6 z" class="fil4 str13" id="gb_107"/></svg:g>
<svg:path id="se_112" class="fil0 str13" d="M 115711,60908.9 C 115711,60961.276 115711,60882.712 115684.81,60804.05 C 115711,60830.238 115711,60882.712 115711,60908.9 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="se_113" class="fil0 str13" d="M 117518,53942.3 C 117570.38,53968.488 117596.56,53994.676 117648.94,54020.864 C 117675.13,54047.052 117596.56,53994.676 117518,53942.3 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="se_116" class="fil0 str13" d="M 104370,89927.6 L 104370,89927.6 C 104370,89927.6 104370,89927.6 104370,89927.6 C 104370,89927.6 104370,89927.6 104370,89927.6 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_120" class="fil0 str13" d="M 113301,42628.1 C 113301,42628.1 113301,42628.1 113301,42628.1 C 113301,42628.1 113301,42628.1 113301,42628.1 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_121" class="fil0 str13" d="M 113275,42602 C 113275,42628.188 113275,42628.188 113301.19,42628.188 C 113275,42628.188 113275,42628.188 113275,42602 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_122" class="fil0 str13" d="M 113196,42602 C 113222.19,42602 113222.19,42602 113248.38,42602 C 113222.19,42602 113222.19,42602 113196,42602 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_123" class="fil0 str13" d="M 113118,42575.8 C 113118,42575.8 113144.19,42575.8 113144.19,42575.8 C 113144.19,42575.8 113118,42575.8 113118,42575.8 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_138" class="fil0 str13" d="M 113406,42654.3 C 113406,42654.3 113406,42654.3 113406,42654.3 C 113406,42654.3 113406,42654.3 113406,42654.3 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_139" class="fil0 str13" d="M 113380,42654.3 C 113380,42654.3 113380,42654.3 113380,42654.3 C 113380,42654.3 113380,42654.3 113380,42654.3 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_140" class="fil0 str13" d="M 113327,42628.1 C 113327,42628.1 113327,42628.1 113353.19,42628.1 C 113327,42628.1 113327,42628.1 113327,42628.1 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_141" class="fil0 str13" d="M 113301,42628.1 C 113301,42628.1 113301,42628.1 113301,42628.1 C 113301,42628.1 113301,42628.1 113301,42628.1 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_142" class="fil0 str13" d="M 113249,42602 C 113249,42602 113249,42602 113249,42602 C 113249,42602 113249,42602 113249,42602 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_143" class="fil0 str13" d="M 117649,47159.1 C 117649,47159.1 117649,47159.1 117649,47159.1" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_144" class="fil0 str13" d="M 117675,47132.9 C 117675,47132.9 117648.81,47132.9 117648.81,47132.9" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_145" class="fil0 str13" d="M 113406,42654.3 C 113432.19,42654.3 113432.19,42654.3 113432.19,42680.488" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path id="no_146" class="fil0 str13" d="M 113144,42575.8 C 113144,42575.8 113144,42575.8 113144,42575.8" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:g id="g2563" style="fill:#c0c1c5;fill-opacity:1"><svg:path style="fill:#c0c1c5;stroke:#ffffff;stroke-width:190.06399536000001000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1" d="M 186895,133691 C 186947.38,133638.62 187025.94,133560.06 187078.32,133481.5 C 187183.07,133376.74 187287.82,133324.37 187340.2,133193.43 C 187392.67,133062.39 187366.48,132381.5 187523.61,132355.32 C 187706.93,132302.94 187890.24,132433.88 188047.37,132355.32 C 188204.5,132276.75 188256.87,131988.68 188440.19,131910.02 C 188833.11,131700.52 190142.6,131962.4 190509.24,131491.01 C 190902.16,130993.44 190299.74,131098.19 190902.16,130914.88 C 191687.8,130679.09 191242.6,131491.01 191687.8,131805.27 C 191871.11,131910.02 192080.62,130888.69 192342.6,130679.09 C 192473.54,130600.52 192866.36,130652.9 192787.79,130521.96 C 192211.65,129631.57 192656.85,130443.4 191923.49,129945.82 C 191530.67,129683.94 191609.23,129107.71 191583.05,129029.15 C 191530.67,128950.58 190771.12,128845.83 190692.56,128845.83 C 190587.8,128845.83 190378.3,129081.52 190352.11,128950.58 C 190273.55,128610.14 190378.3,128086.28 190404.49,127719.65 C 190404.49,127588.71 190456.86,127431.59 190430.68,127300.65 C 190194.98,126672.04 190037.86,127588.71 189802.17,127169.61 C 189802.17,127117.23 189173.56,125833.92 189173.56,125833.92 C 188859.3,125702.98 189042.62,126279.21 188702.17,125545.85 C 188649.8,125414.91 188702.17,125205.41 188649.8,125074.47 C 188518.86,124812.49 188021.19,124786.3 187864.06,124498.23 C 187706.93,124236.35 188649.8,124314.92 188702.17,123869.72 C 188754.55,123188.73 187706.93,122324.43 189278.31,122717.35 L 189330.68,122664.97 C 189016.43,122507.75 188518.86,122298.24 188283.06,122219.68 C 187340.2,121905.42 186999.75,122638.79 185925.95,122664.97 C 185847.39,122664.97 186056.89,122481.56 186004.52,122429.18 C 185899.77,122245.87 185664.07,122193.49 185506.95,122036.36 C 185218.88,121722.11 185454.57,121119.69 185376.01,120753.05 C 185218.88,120072.07 184406.95,120124.54 184197.45,119941.13 C 184118.88,119862.57 184145.07,119705.44 184066.51,119626.87 C 183987.94,119548.31 183883.19,119522.12 183804.63,119548.31 C 183673.59,119600.69 183595.02,119757.81 183464.08,119784 C 183385.52,119784 183385.52,119626.87 183306.96,119600.69 C 183228.39,119600.69 183149.83,119784 183123.64,119705.44 C 183071.26,119626.87 183228.39,119548.31 183228.39,119443.56 C 183254.58,119260.24 182861.76,119364.99 182678.44,119312.62 C 182521.22,119286.43 182390.28,119181.68 182233.15,119181.68 C 182180.77,119181.68 182233.15,119312.62 182206.96,119338.81 C 181761.77,119443.56 182128.4,119076.93 181997.46,118972.17 C 181918.89,118919.7 181840.33,119050.74 181761.77,119103.11 C 181657.01,119155.49 181473.7,119155.49 181421.32,119260.24 C 181342.66,119417.37 181499.79,119626.87 181421.32,119784 C 181342.66,119888.75 181185.53,119862.56 181080.78,119888.75 C 180740.34,119993.51 180321.33,119967.32 180033.16,120203.11 C 179928.41,120281.67 180006.97,120491.18 179876.03,120595.93 C 179771.28,120674.49 179614.15,120622.12 179483.21,120622.12 C 179352.27,120622.12 179221.33,120648.3 179064.2,120648.3 L 179011.83,120648.3 C 178854.6,121276.81 178671.29,121774.48 178121.34,122298.24 C 178042.78,122376.81 177911.83,122350.62 177859.36,122429.18 C 177518.92,122822.1 177126.1,123843.53 176602.34,124079.22 C 176471.3,124131.6 176287.99,123974.47 176157.05,124000.66 C 176052.29,124026.85 176026.11,124210.16 175921.35,124236.35 C 175816.6,124262.54 175711.85,124183.98 175607.1,124183.98 C 175502.25,124210.16 175423.68,124341.1 175292.74,124314.92 C 175266.56,124314.92 174768.98,124053.04 174611.86,124183.98 C 174480.92,124288.73 174480.92,124472.04 174376.07,124550.61 C 174271.41,124602.98 174140.38,124498.23 174035.62,124550.61 C 173930.87,124629.17 173930.87,124760.11 173826.12,124838.68 C 173668.99,124969.71 173433.3,124995.9 173276.17,125126.84 C 173014.19,125362.53 172988.01,125545.85 172699.94,125755.35 C 172359.49,126017.23 171521.38,126148.27 171128.56,126148.27 C 170185.69,126148.27 171233.31,126043.42 170683.26,125833.92 C 170369.01,125729.16 170290.44,126305.4 170185.69,126357.77 C 170002.38,126436.34 169766.68,126331.59 169557.18,126305.4 C 169530.89,126279.21 169530.89,126200.65 169478.52,126200.65 C 169269.01,126226.83 169085.7,126410.15 168850.01,126383.96 C 168771.44,126383.96 168797.63,126174.46 168719.07,126122.08 C 168588.13,126043.42 168404.81,125964.86 168221.4,125964.86 C 167200.07,125991.04 167697.64,127012.48 166676.21,126567.28 C 166361.95,126410.15 166204.82,125598.23 165864.28,125650.6 C 165733.34,125650.6 165733.34,125964.86 165602.4,125912.48 C 165497.65,125886.29 165707.15,125572.04 165576.21,125572.04 C 165314.33,125598.23 164895.33,126567.28 163978.65,126226.84 C 163009.6,125860.11 163559.55,125362.53 163507.17,125310.16 C 163376.23,125153.03 163140.54,125257.78 162957.22,125257.78 C 162878.66,125257.78 162800.1,125205.41 162773.91,125257.78 C 162695.35,125388.72 162747.72,125598.23 162642.97,125729.17 C 162354.8,126253.02 159631.06,126619.66 158950.17,126907.73 C 158635.81,127012.48 158373.93,127431.58 158138.24,127641.09 C 157928.74,127850.59 157562.01,127929.16 157326.32,128086.28 C 156671.62,128610.14 156226.33,129421.97 155624,130076.76 C 155466.87,130260.08 155204.89,130548.15 155021.58,130679.09 C 154995.39,130705.28 154864.45,130679.09 154864.45,130731.46 C 154759.7,131255.32 155152.52,131255.32 154654.94,131621.95 C 154602.57,131674.33 154471.63,131621.95 154393.06,131648.14 C 153764.45,131883.83 154262.12,131962.4 153450.2,131988.68 C 153162.13,131988.68 152428.77,131779.08 152166.89,131883.83 C 152088.33,131910.02 152114.51,132041.06 152035.95,132093.43 C 151747.78,132355.31 151224.02,132460.07 150857.39,132486.25 C 150412.1,132538.63 149390.67,132564.82 149364.48,132617.19 C 149259.73,132852.89 149207.35,133114.77 149154.98,133376.74 C 149076.41,133717.19 149731.21,133717.19 149809.77,133743.38 C 149862.15,133743.38 149940.71,133743.38 149966.9,133795.75 C 149993.09,133874.32 149862.15,133979.07 149914.53,134005.26 C 149993.09,134031.44 150045.47,133874.32 150124.03,133874.32 C 150176.41,133900.5 150150.22,134031.44 150202.59,134031.44 C 150700.26,134083.82 151145.46,133586.25 151669.21,133638.62 C 152114.51,133664.81 150883.57,134162.38 150778.82,134188.57 C 150700.26,134188.57 150700.26,134005.26 150647.88,134031.44 C 150595.51,134057.63 149076.41,135026.68 148971.65,135131.43 C 148605.02,135629.1 150307.34,134843.37 149809.77,135576.73 C 149705.01,135707.67 148657.4,135786.23 148290.77,135838.61 C 147583.59,135943.36 146981.17,136388.56 146954.99,136362.37 C 146850.23,136231.43 147216.96,135969.55 147086.02,135864.8 C 146928.8,135733.86 146666.92,135864.8 146457.41,135890.98 C 146431.23,135917.17 146457.41,135969.55 146431.23,135969.55 C 146378.85,135969.55 146300.29,135838.61 146326.47,135890.98 C 146405.04,136021.92 146666.92,136100.49 146640.73,136283.8 C 146562.17,136545.68 146247.91,136702.81 145986.03,136781.47 C 145435.98,136990.98 145305.04,136414.74 145174.11,136388.56 C 144833.66,136336.18 144676.53,136807.66 144414.56,136860.04 C 144309.8,136886.23 143890.8,136860.04 143733.67,137043.35 C 143576.54,137226.67 143550.35,137514.74 143393.13,137698.05 C 143314.56,137776.62 143183.62,137724.24 143131.25,137802.8 C 143078.87,137907.56 143157.44,138012.41 143157.44,138090.97 C 143131.25,138221.91 143131.25,138379.04 143052.68,138483.79 C 142895.56,138640.92 142607.49,138509.98 142607.49,138798.05 C 142633.68,139217.15 142843.18,139426.66 142843.18,139740.91 C 142869.37,139845.66 142528.92,140448.09 142921.74,140500.46 C 142974.12,140500.46 144597.87,139714.72 144781.28,139662.35 C 144833.66,139636.16 144938.41,139583.78 144912.22,139636.16 C 144833.66,139924.23 144597.87,140474.27 144414.55,140736.15 C 144388.37,140788.53 144152.67,140709.96 144309.8,140814.71 C 144466.93,140945.65 145069.35,140945.65 145147.91,141338.47 C 145147.91,141469.51 144886.03,141652.83 144990.79,141783.77 C 145069.35,141836.14 145881.28,141548.08 145750.24,141888.52 C 145619.3,142281.34 144833.66,142595.59 144990.79,142831.38 C 145147.91,143067.08 145593.11,143433.71 145645.49,143381.33 C 145750.24,143302.77 145881.28,143250.39 145986.03,143224.2 C 146090.78,143198.02 146326.47,143119.45 146326.47,143224.2 C 146300.28,143276.58 145514.55,143774.15 145409.79,143774.15 C 145278.85,143800.34 145200.29,143486.08 145095.54,143564.65 C 144964.6,143669.4 145278.85,144062.32 145147.91,144009.94 C 145095.54,144009.94 144650.24,143014.7 144493.12,142936.13 C 144414.55,142883.76 144231.24,142857.57 144178.86,142962.32 C 144100.3,143119.45 144231.24,143328.95 144257.42,143512.27 C 144257.42,143590.83 144178.86,143669.4 144231.24,143695.58 C 144362.18,143747.96 144650.24,143617.02 144624.06,143721.77 C 144571.68,143931.37 144335.99,144036.13 144152.67,144140.88 C 144100.3,144140.88 144047.92,143983.75 144021.73,144036.13 C 143995.54,144088.5 144126.48,144140.88 144100.3,144193.25 C 144100.3,144271.82 143890.79,144350.38 143969.36,144402.76 C 144126.48,144507.51 144335.99,144402.76 144519.3,144455.13 C 144571.68,144455.13 144990.79,144795.58 145043.16,144743.2 C 145200.29,144612.26 145226.48,144350.38 145409.79,144245.63 C 145619.3,144140.88 145593.11,144717.01 145802.61,144795.58 C 145907.46,144821.77 145986.03,144612.26 146090.78,144612.26 C 146221.72,144612.26 146928.8,144821.77 146928.8,144821.77 C 146954.98,144874.14 147112.21,145502.75 147007.36,145633.69 C 146850.23,145790.82 146221.72,145921.76 146431.22,146000.32 C 146640.73,146052.7 146876.42,145974.14 147059.83,146078.89 C 147269.34,146236.11 146902.61,146838.44 147164.59,146864.62 C 147400.28,146890.81 147505.03,146497.99 147714.53,146497.99 C 147924.04,146524.18 148002.6,146812.25 148185.92,146917 C 148238.29,146943.19 148343.14,146812.25 148343.14,146864.62 C 148735.96,148147.93 146483.6,146812.25 147478.84,147912.24 C 147609.78,148043.18 147819.29,147781.3 147976.41,147781.3 C 148238.29,147781.3 148133.54,148069.37 148421.71,147912.24 C 148474.08,147886.06 148369.33,147807.49 148395.52,147807.49 C 148578.84,147702.74 148788.34,147807.49 148971.66,147728.93 C 149181.16,147624.18 149678.83,147388.39 149809.77,147336.01 C 150019.27,147257.45 150307.34,146995.57 150438.28,147178.88 C 150935.95,147807.49 149678.83,147571.8 149678.83,147781.3 C 149678.83,147938.43 149940.71,148095.56 149835.96,148200.31 C 149678.83,148357.44 149416.85,148200.31 149207.35,148252.69 C 148788.34,148357.44 148421.71,148697.98 148081.17,148933.67 C 147950.23,149038.43 148421.71,148881.3 148578.84,148855.11 C 148709.78,148855.11 148840.72,148959.86 148919.28,148907.49 C 149024.03,148828.92 148893.09,148619.42 148997.85,148540.76 C 149154.97,148436 149364.48,148488.38 149547.89,148462.19 C 150097.84,148305.06 150019.28,148043.18 150045.46,148095.56 C 150385.91,148855.11 150019.28,148619.42 149783.58,148855.11 C 149731.21,148907.49 149940.71,148986.05 149993.09,148933.67 C 150045.46,148855.11 150805.01,147990.81 150805.01,147964.62 C 150883.58,147833.68 150805.01,147624.18 150909.76,147571.8 C 151590.65,147257.45 151276.4,147938.43 151459.71,148095.56 C 151616.84,148200.31 151878.82,148147.94 152062.13,148226.5 C 152114.51,148226.5 152114.51,148357.44 152140.7,148331.25 C 152402.58,148095.56 151905.01,147755.12 152271.64,147702.74 C 153005,147571.8 152952.53,148750.36 153005,148802.73 C 153554.95,149195.55 153973.95,148986.05 154550.19,149038.42 C 154628.75,149038.42 154654.94,149274.12 154785.88,149247.93 C 155021.57,149221.74 155885.87,148383.63 155938.25,148357.44 C 156069.19,148200.31 156462.01,148147.93 156619.24,148226.5 C 156671.61,148252.69 156619.24,148488.38 156671.61,148436 C 156802.55,148305.06 156881.12,148095.56 156881.12,147912.24 C 156881.12,147807.49 156697.8,147807.49 156697.8,147728.93 C 156671.61,147571.8 156802.55,147414.67 156854.93,147257.44 C 156959.68,146943.19 156435.82,146524.18 156723.99,146131.26 C 156828.74,146000.32 158085.86,145764.63 158295.37,145738.44 C 158373.93,145738.44 160652.48,145974.14 160704.86,146000.32 C 161726.29,146288.49 161542.97,147047.94 162904.85,147152.69 C 163585.74,147205.07 163009.6,147021.75 163559.55,146707.5 C 163690.59,146628.93 163873.9,146759.87 164004.84,146681.31 C 164083.41,146628.93 164004.84,146471.81 164057.22,146419.43 C 164240.53,146288.49 165052.46,146183.64 165157.21,146131.26 C 165261.96,146052.7 165288.15,145869.38 165392.9,145790.82 C 165471.46,145764.63 165471.46,145947.95 165550.03,145921.76 C 165576.22,145921.76 165838.1,145136.12 165890.47,145162.31 C 166021.51,145162.31 166073.89,145450.38 166204.83,145398 C 166728.59,145240.87 166309.58,144926.52 166335.77,144690.83 C 166414.33,144193.26 166990.47,143459.9 167252.44,143067.08 C 167776.2,142359.9 169321.39,143250.39 169504.7,143119.45 C 169661.93,142988.51 169714.31,142779.01 169871.43,142674.26 C 169923.81,142621.78 170657.07,142779.01 170290.44,142202.78 C 170238.07,142124.21 170054.75,142569.41 170080.94,142464.66 C 170133.31,142333.72 170395.19,142255.15 170316.63,142150.4 C 170264.25,142045.65 170107.13,142307.53 169976.19,142281.34 C 169897.62,142255.15 170054.75,142150.4 170133.31,142098.02 C 170238.07,141993.27 170421.38,141940.9 170526.13,141836.14 C 170683.26,141626.64 170630.89,141207.53 170892.86,141155.16 C 171259.5,141050.41 171626.13,141600.45 171704.69,141888.52 C 171730.88,142019.46 170840.49,143198.02 170919.05,143381.33 C 171076.18,143721.77 171704.69,143800.34 171757.07,144219.44 C 171783.25,144298.01 171730.88,144402.76 171652.31,144507.51 L 171652.31,144507.51 C 171835.63,144428.95 172333.3,144769.39 172438.05,144638.45 C 172568.99,144507.51 172359.49,144271.82 172411.86,144088.5 C 172464.24,143957.56 172699.93,143931.37 172752.31,143800.34 C 172752.31,143800.34 172595.18,143119.45 172595.18,143119.45 C 172595.18,143067.07 173354.73,142805.19 173407.1,142752.82 C 173459.48,142674.25 172988,142386.09 172935.62,142333.71 C 172726.12,142071.83 172516.61,141128.96 172673.74,140840.9 C 172726.12,140762.34 173695.17,140736.15 173799.92,140840.9 C 173826.11,140867.09 173668.98,141312.28 173983.24,141128.97 C 174061.8,141076.59 174009.43,140945.65 174061.8,140919.46 C 174323.78,140762.34 174664.22,140840.9 174926.1,140683.77 C 175659.46,140317.14 176078.47,138928.98 177047.52,138850.42 C 177414.16,138824.23 177780.79,139138.59 178173.7,139138.59 C 178933.15,139138.59 179797.45,138483.79 180426.06,138090.97 C 181447.49,137436.17 181918.87,136231.43 182887.93,135524.25 C 183490.26,135105.24 184354.55,135026.68 184983.07,134607.67 C 185271.24,134424.35 185821.19,134110 186004.5,133769.56 C 186109.35,133586.24 186187.92,132879.07 186659.3,133350.55 C 186764.05,133429.11 186842.62,133560.05 186894.99,133690.99 L 186895,133691 z" class="fil3 str2" id="tr-"/><svg:path style="fill:#c0c1c5;stroke:rgb(255, 255, 255);stroke-width:190.06399999999999000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1" d="M 145934,130863 L 145881.62,130863 C 145724.4,130889.19 145567.27,130863 145410.14,130915.38 C 145200.64,130993.94 145043.51,131177.26 144860.19,131308.2 C 144807.82,131334.38 144860.19,131439.14 144834.01,131412.95 C 144231.58,131282.01 144048.27,130810.62 143445.85,131124.88 C 143445.85,131124.88 143000.65,131622.45 143000.65,131622.45 C 142817.33,131701.02 142581.64,131570.08 142450.7,131701.02 C 142293.48,131831.96 142450.7,132093.93 142345.95,132251.06 C 142188.72,132434.38 141664.96,132355.81 141900.66,132748.63 C 142476.89,132879.57 143262.53,133429.62 142869.71,133901 C 142581.64,134215.26 142293.48,134058.13 142188.72,134581.99 L 142398.33,135341.44 C 142372.14,135524.76 142005.41,136127.18 141822.09,136231.93 L 141795.9,136520 C 141848.28,136572.37 141953.03,136598.56 142083.97,136650.94 C 142476.89,136781.98 144022.08,135708.17 143917.32,136231.93 C 143864.95,136598.56 142581.63,137122.42 142529.26,137541.43 C 142529.26,137619.99 142686.39,137646.18 142712.58,137724.75 C 142738.77,137803.31 142738.77,137881.87 142712.58,137960.54 C 142686.39,138117.66 142503.07,138562.86 142634.01,138458.11 C 143131.59,138039.1 143236.34,137358.12 143655.44,136808.17 C 144022.08,136284.31 144703.06,136179.56 145043.5,135603.42 C 145148.26,135420 145253.01,135210.5 145331.57,135001 C 145357.76,134843.87 145253.01,134660.55 145357.76,134529.61 C 145802.96,133953.38 145986.37,134477.24 146510.13,134293.82 C 146588.69,134267.63 146536.32,134110.51 146614.88,134031.94 C 146772.01,133901 146929.14,133796.25 147138.74,133743.87 C 147741.06,133534.37 148029.13,134189.07 147898.19,133534.37 C 147845.81,133403.43 148002.94,133901 148133.88,133874.81 C 148343.48,133848.63 148998.18,133717.69 149076.75,133508.18 C 149155.31,133351.05 149050.56,133167.74 149102.94,132984.32 C 149102.94,132879.57 149312.44,132696.26 149181.5,132643.88 C 148631.55,132460.56 147374.43,132670.07 146693.45,132251.06 C 145672.02,131622.45 146091.13,131282.01 145934,130863 L 145934,130863 z" class="fil1 str2" id="tr_152"/></svg:g>
<svg:g id="g2551" inkscape:label="#no" style="fill: rgb(192, 193, 197); fill-opacity: 1;"><svg:path id="no_10" transform="matrix(101.262, 0, 0, 101.262, -22.907, 0)" d="M 1068.7188,37.4375 L 1068.2188,37.75 L 1067.8438,39.34375 L 1067.5,39.90625 L 1067.0938,40.125 L 1066.25,40.3125 L 1065.875,41 L 1065.8125,41.4375 L 1066,41.96875 L 1066.1875,42.5625 L 1066.5938,42.96875 L 1067.0625,43.40625 L 1067.3125,44.09375 L 1067.4375,45 L 1067.3438,46.1875 L 1067.25,47.09375 L 1067.1875,47.46875 L 1067.2812,48.3125 L 1067.375,49.1875 L 1067.5625,49.875 L 1067.6875,50.625 L 1067.8125,51.21875 L 1068.0625,52.0625 L 1068.125,52.46875 L 1068.3125,52.90625 L 1068.3438,53.375 L 1068.25,53.9375 L 1068.0938,54.25 L 1067.6875,54.3125 L 1067.3438,54.3125 L 1067,54.21875 L 1066.8438,53.9375 L 1066.5,53.3125 L 1066.4375,52.46875 L 1066.125,51.8125 L 1065.7812,51.5 L 1065.375,51.0625 L 1065.0625,50.90625 L 1064.5938,50.75 L 1063.875,50.65625 L 1063.4062,50.21875 L 1063.5312,49.75 L 1063.5625,49.21875 L 1063.6562,48.75 L 1063.75,48.375 L 1063.8438,48 L 1063.8438,47.28125 L 1063.9688,46.8125 L 1063.9375,46.3125 L 1063.9062,46 L 1063.5312,45.75 L 1063.0625,45.65625 L 1062.875,45.9375 L 1062.5312,46.40625 L 1062.0312,47.09375 L 1061.1562,47.40625 L 1060.6875,47.75 L 1060.3438,48.03125 L 1059.8438,48.21875 L 1059.5312,48.28125 L 1058.9375,48.3125 L 1058.625,48.21875 L 1058.25,47.90625 L 1058.125,47.5 L 1058.125,46.71875 L 1057.9688,46.375 L 1057.7188,46.0625 L 1057.125,45.8125 L 1056.7812,45.65625 L 1056.5312,45.5 L 1056.2812,45.03125 L 1056,44.46875 L 1055.875,43.96875 L 1055.8125,43.46875 L 1055.5625,43.03125 L 1055.2812,42.65625 L 1054.9688,42.375 L 1054.5625,42.25 L 1053.9688,42.34375 L 1052.3438,41.5 L 1052.4062,40.625 L 1052,39.3125 L 1050.375,39.09375 L 1049.6562,39.65625 L 1049.0938,40.90625 L 1048.8438,41.65625 L 1049.125,42.28125 L 1049.5,42.875 L 1050.0938,43.1875 L 1050.6562,43.59375 L 1051.1562,44.21875 L 1051.0938,45 L 1051,46.125 L 1050.8438,46.875 L 1050.5,47.5625 L 1050.0938,47.71875 L 1049.7188,47.5 L 1049.4688,46.96875 L 1049.1875,46.21875 L 1048.8438,45.8125 L 1048.375,45.5 L 1047.75,45.40625 L 1047.0938,46.125 L 1047.0312,46.5625 L 1047.1562,47.09375 L 1047.2812,47.9375 L 1047.5938,48.4375 L 1048.0312,49.28125 L 1048.625,50.34375 L 1048.9062,50.84375 L 1049.4062,51.46875 L 1049.7812,52.0625 L 1049.8125,52.65625 L 1049.4375,53.125 L 1048.8438,53.09375 L 1048.2188,52.59375 L 1047.8125,52.15625 L 1047.1562,51.40625 L 1046.8125,51.125 L 1046.2188,50.875 L 1045.8438,50.75 L 1045,50.75 L 1044,50.46875 L 1043.4375,50.28125 L 1042.9062,50.375 L 1041.8438,50.875 L 1041.0938,51.78125 L 1041.1562,52.4375 L 1042.4688,53.625 L 1043.3125,54.875 L 1045.5625,55.96875 L 1045.8125,56.5 L 1045,57.78125 L 1043.8125,59.0625 L 1042.8125,60.65625 L 1043.2812,63.21875 L 1045,64.34375 L 1045.1562,65.40625 L 1045.8125,66.40625 L 1046.5,66.78125 L 1049.3438,65.5 L 1051.875,65.03125 L 1053.7188,63.90625 L 1055.9062,63.25 L 1059.5625,61.78125 L 1063.625,60.5 L 1065.5625,60.96875 L 1066.4688,61.1875 L 1066,62.03125 L 1062.25,64.0625 L 1058.7812,65.0625 L 1057.625,65.75 L 1057.3125,66.28125 L 1058.125,67.3125 L 1060.75,69.3125 L 1060.3125,70.03125 L 1059.9688,70.21875 L 1058.0312,69.71875 L 1056.8125,70.21875 L 1055.25,69.625 L 1053.5312,69.1875 L 1052.25,69.65625 L 1051.5,70.625 L 1052.7812,72.25 L 1055.0938,74.40625 L 1055.75,74.4375 L 1056.9688,74.53125 L 1058.875,75 L 1058.8125,75.8125 L 1059.4375,76.78125 L 1060.0625,76.9375 L 1061.3125,76.4375 L 1062.0312,76.15625 L 1064.25,76.5 L 1066.4375,75.03125 L 1067.5625,74.65625 L 1070.1875,74.84375 L 1072.5312,73.75 L 1073.1875,73.875 L 1073.3438,74.1875 L 1072.4062,76.21875 L 1071.9688,77.46875 L 1072.25,78 L 1075.3125,79.84375 L 1077.625,80.34375 L 1079.2812,80.0625 L 1081.0625,78.875 L 1083.375,74.5 L 1084.4688,73.03125 L 1085.4688,72.5 L 1086.7188,72.65625 L 1087.2188,73.5625 L 1088.2188,74 L 1089.6875,73.03125 L 1091.625,68.4375 L 1091.1875,67.125 L 1091.625,64.84375 L 1090.4375,63.0625 L 1090.5,61.59375 L 1091.3438,59.90625 L 1092.375,58.8125 L 1093.25,57.125 L 1094.0938,55.125 L 1095.75,52.9375 L 1096.5,50.9375 L 1096.25,50.46875 L 1097.1875,48.21875 L 1096.8125,46.96875 L 1096.4375,45.71875 L 1096.6875,43.71875 L 1096.1562,43.03125 L 1093.9375,42.46875 L 1090.4375,42.3125 L 1087.7812,43.0625 L 1086.8438,42.53125 L 1085.875,42.1875 L 1084.7188,42.625 L 1084.0312,42.3125 L 1082.1875,41.9375 L 1081.8438,40 L 1081.1562,39.25 L 1080.7188,39.5 L 1079.2812,41.5625 L 1078.8125,41.46875 L 1078.875,40.625 L 1078.875,39.34375 L 1078.125,39.1875 L 1076.875,39.6875 L 1076.5625,40.09375 L 1076.875,41.1875 L 1076.3438,42.4375 L 1074.8438,43.625 L 1074.1875,44.78125 L 1074.4688,46.375 L 1073.6562,48 L 1072.9688,48.78125 L 1072.0625,49.1875 L 1071.3438,47.125 L 1071.2812,46.15625 L 1071.4062,44.28125 L 1071.2188,42.28125 L 1070.5,41.34375 L 1070.125,40.25 L 1070.8438,38.53125 L 1070.6562,38.0625 L 1070.2812,37.8125 L 1068.7188,37.4375 z M 1031.5938,56.90625 L 1030.2812,57.75 L 1028.625,60 L 1028.3438,61.03125 L 1028.7812,63.46875 L 1027.9062,65.375 L 1028.1562,65.9375 L 1028.0938,66.5625 L 1028.4688,68.53125 L 1028.5312,70.03125 L 1029.4688,73.59375 L 1029.25,76.03125 L 1029.8438,81.40625 L 1030.7188,85.46875 L 1032.9375,94.71875 L 1032.1875,95.34375 L 1031.25,94.59375 L 1029.9688,91.875 L 1028.4062,88.53125 L 1027.4375,88.5 L 1026.125,89.8125 L 1025.7812,88.1875 L 1026.25,84.5 L 1026.2812,82.8125 L 1025.7812,82.5625 L 1026.1562,81.84375 L 1026.0938,79.90625 L 1025.875,76.28125 L 1025.8438,74.09375 L 1025.0312,70.28125 L 1023.4375,67.5 L 1021.625,67.25 L 1020.4062,67.6875 L 1018.375,70.65625 L 1018,71.71875 L 1017.9062,73.125 L 1017.125,75.40625 L 1017.0625,77.1875 L 1018.3125,83.8125 L 1018.5,85.125 L 1017.6875,86.1875 L 1016.375,84.6875 L 1015.5625,81.71875 L 1015.4688,79.78125 L 1015.2812,79.125 L 1014.5938,77.9375 L 1012.0938,78 L 1011.6562,76.6875 L 1012.75,75.375 L 1013.5625,74.21875 L 1013.4375,73.90625 L 1011.6875,73.75 L 1009.75,74.46875 L 1008.2812,75.46875 L 1007,75.875 L 1006.625,75.53125 L 1006.5938,74.84375 L 1006.9375,74.09375 L 1009.5312,71.4375 L 1010.9688,70.25 L 1013.1562,69.34375 L 1014.875,68.65625 L 1015.9375,67.15625 L 1015.75,66.25 L 1013.7812,65.71875 L 1011.8125,66.3125 L 1008.9062,67.3125 L 1008.4688,66.59375 L 1006.9375,66.1875 L 1006.4375,66.375 L 1006.0938,67.125 L 1006.375,70.9375 L 1005.75,71.75 L 1005.5,72.125 L 1004.4062,71.90625 L 1003.6875,67.15625 L 1002.9375,66.375 L 1002.2188,66.28125 L 1001.5312,67.0625 L 1000.6562,67.1875 L 1000.2812,67.71875 L 1000.4062,70.9375 L 999.6875,71.8125 L 998.90625,72.375 L 998.65625,73.34375 L 998.6875,74.40625 L 996.9375,75.09375 L 996.1875,75.875 L 996.3125,76.78125 L 996.6875,79.375 L 996.46875,79.6875 L 996.40625,81.375 L 996.71875,81.84375 L 996.5,82.15625 L 997,85.03125 L 999.46875,87.34375 L 1000.6562,85.4375 L 1001.0312,82.25 L 1002.0312,80.875 L 1002.5,81.0625 L 1002.7812,82.71875 L 1003.4062,82.46875 L 1004.3438,82.15625 L 1004.3438,82.8125 L 1004.5625,85.0625 L 1002.4375,88.46875 L 1002.4688,89.15625 L 1002.25,89.75 L 1002.3438,90.90625 L 1004.2188,93.15625 L 1006.5312,93.6875 L 1006.5312,94.875 L 1005.5312,96.3125 L 1002.7812,95 L 1000.8438,94.09375 L 1000,94.0625 L 999.40625,94.65625 L 999.625,95.03125 L 1002.25,97.96875 L 1002.625,99.03125 L 1002.25,99.5625 L 1001.1562,100.46875 L 999.8125,102.09375 L 999.875,102.6875 L 1001.625,104.03125 L 1003.0625,106.15625 L 1005.625,106.78125 L 1006.8438,107.71875 L 1008.0625,108.125 L 1010.5625,107.875 L 1012.2188,108.15625 L 1011.6875,108.96875 L 1007.0938,110.09375 L 1007.1562,111.21875 L 1008.3125,113.25 L 1009.0312,113.875 L 1009.0938,116.90625 L 1009.5,117.5 L 1010.1562,117.9375 L 1011.3438,118.21875 L 1012.9375,118.625 L 1014.375,118.78125 L 1014.9688,118.5625 L 1015.4062,118.15625 L 1015.6562,117.4375 L 1015.8438,117 L 1016.375,116.5 L 1017.0938,115.78125 L 1018.7812,115.65625 L 1019.4688,114.46875 L 1019.8125,113.09375 L 1020.8438,112.53125 L 1020.8125,111.125 L 1020.0938,109.8125 L 1019.9688,109.28125 L 1021.2188,106.8125 L 1021.4688,104.71875 L 1022.5938,103.03125 L 1023.4062,103.28125 L 1023.3125,104.125 L 1024.0625,104.5625 L 1025.9375,101.625 L 1026.2188,99.09375 L 1027,97.875 L 1027.6562,98.09375 L 1028.0938,99.96875 L 1027.7188,102.6875 L 1026.4062,105.96875 L 1026,107.90625 L 1026.2812,109.78125 L 1027.2812,110.0625 L 1028.1875,110.0625 L 1030.5625,108.8125 L 1031.5,107.71875 L 1033.6562,104.25 L 1033.875,103.46875 L 1034.7812,102.1875 L 1036.2812,102.78125 L 1036.625,103.375 L 1035.9375,105.03125 L 1034.9375,107.4375 L 1034.7812,108.96875 L 1036.2188,110.65625 L 1038.125,110.5 L 1039.125,110.78125 L 1038.5938,111.8125 L 1036.2188,113.28125 L 1034.7812,113.5625 L 1030.25,113.625 L 1028.625,114.90625 L 1028.1875,116.46875 L 1027.5,118.03125 L 1025.6875,119.28125 L 1024.5938,120.84375 L 1023.5312,121.625 L 1020.3125,122.25 L 1019.6875,122.96875 L 1020.1875,125.53125 L 1019.8125,126.125 L 1019,126.375 L 1017,123.625 L 1015.3438,123.40625 L 1014,124.28125 L 1012.8125,126.125 L 1013.4688,127.875 L 1013.6562,128.34375 L 1013.5938,129.96875 L 1014.0938,131.25 L 1014.2188,132.9375 L 1014.5625,133.78125 L 1015.75,133.84375 L 1020.9688,132.875 L 1023.9062,131.53125 L 1026.4375,130.65625 L 1027.7188,129.21875 L 1028.75,128.9375 L 1030.5625,129.46875 L 1036.0625,128.28125 L 1038.1562,128.375 L 1038.4375,128.84375 L 1036.8125,130.3125 L 1033.0312,132.375 L 1030.9062,133.0625 L 1025.5,134.75 L 1024.6875,135.4375 L 1024.875,135.90625 L 1029.6562,138.1875 L 1031,139.09375 L 1031.9688,140.65625 L 1031.5938,141.28125 L 1028.2812,140.15625 L 1025.8438,139.4375 L 1024.8438,139.65625 L 1022.625,141.09375 L 1021.2812,140.875 L 1020.2812,140.0625 L 1018.9375,139.4375 L 1017.8125,139.8125 L 1017.2188,140.59375 L 1016.8438,141.84375 L 1016.7812,143.125 L 1016.9062,144.53125 L 1017.2812,146.03125 L 1018.0312,147.65625 L 1018.6562,148.78125 L 1018.9062,149.25 L 1019.2188,149.875 L 1019.5,150.5625 L 1019.3438,151.15625 L 1019.4688,151.46875 L 1020.0312,152.15625 L 1020.75,152.5 L 1021.1875,152.625 L 1022.5,152.625 L 1022.8125,152.71875 L 1024.5938,153.21875 L 1026.8125,155 L 1029.1562,157.9375 L 1030.0938,158 L 1030.9688,157.5 L 1031.5938,156.96875 L 1032.4688,156.78125 L 1033.9062,157.375 L 1034.5938,157.8125 L 1034.4375,158.4375 L 1033.75,158.78125 L 1033.375,158.96875 L 1030.9688,160.125 L 1029.875,161.71875 L 1030.2188,162.65625 L 1030.9688,163.625 L 1034.25,166.4375 L 1035.9688,167.40625 L 1036.5625,168.09375 L 1035.875,171.96875 L 1035.8438,172.4375 L 1036.3125,172.96875 L 1036.7812,172.75 L 1037.5938,172.21875 L 1038.6875,172.03125 L 1039.6562,172 L 1041.0312,171.4375 L 1041.75,170.6875 L 1042.0625,169.25 L 1042.375,167.34375 L 1042.375,165.25 L 1041.5938,164.625 L 1040.8125,163.8125 L 1040.6562,163.4375 L 1042.375,160.25 L 1042.7188,158.46875 L 1042.5625,157.875 L 1044.0625,154.6875 L 1044.625,152.46875 L 1044.7188,151.53125 L 1044.875,149.0625 L 1045.5938,147.5 L 1045.7188,146.125 L 1045.0312,145.125 L 1045.25,143.65625 L 1046.5625,142.1875 L 1047.5,140.90625 L 1048.4062,139.3125 L 1048.9688,134.75 L 1049.4062,129.5 L 1049.375,128.5 L 1049.1562,124.6875 L 1048.75,124.59375 L 1049.1875,123.8125 L 1049.2188,123.15625 L 1049.875,122.03125 L 1051.3125,120.625 L 1052.1875,119.46875 L 1052.3125,118.4375 L 1051.9062,117.75 L 1052.0312,116.625 L 1052.4062,115.46875 L 1052.5312,113.9375 L 1052.75,110.71875 L 1053.8125,108.875 L 1054.1875,108.65625 L 1055.2188,107.1875 L 1055.5625,105.84375 L 1054.8125,103.75 L 1055.7188,102.1875 L 1057.6875,101.0625 L 1059.0938,99.03125 L 1060.4688,98.34375 L 1061.5312,97.09375 L 1061.8438,96.96875 L 1063.375,97.34375 L 1065.625,96.09375 L 1066.3125,94.84375 L 1066.5625,93.78125 L 1066.4375,91.875 L 1064.9688,91.75 L 1061,91.625 L 1055.8125,90.4375 L 1054.625,90.125 L 1053.5625,87.71875 L 1051.8438,86.0625 L 1050.5625,85.625 L 1047.875,84.53125 L 1046.9688,83.90625 L 1045.9062,82.6875 L 1046.1875,82.21875 L 1046.4062,80.59375 L 1047.2188,78.96875 L 1048.0938,75.4375 L 1048.125,73.4375 L 1045.1875,70.5 L 1044.4375,70.09375 L 1043.8125,70.28125 L 1043.0625,71.09375 L 1042.6875,73.09375 L 1041.4375,78.375 L 1040.2188,80.3125 L 1039.4688,80.28125 L 1039.1875,79.75 L 1040.25,77 L 1040.4375,75.75 L 1039.625,72.65625 L 1040.0625,71.03125 L 1040.9375,69.09375 L 1040.8125,68.78125 L 1041.25,68.09375 L 1041.4062,67.40625 L 1040.875,65.3125 L 1038.7188,63.03125 L 1037.0938,60.375 L 1036.4062,60.15625 L 1035.1875,62.40625 L 1034.5625,62.75 L 1033.5938,62.28125 L 1033.1875,59.03125 L 1032.375,57.21875 L 1031.5938,56.90625 z M 1118.9688,78.65625 L 1118.0625,79.0625 L 1115.5938,79 L 1113.5625,79.53125 L 1112,80.46875 L 1109.75,82.125 L 1108.4688,84 L 1108.875,84.6875 L 1109.5,84.96875 L 1110.7812,84.34375 L 1113.0312,81.78125 L 1114.8125,81.03125 L 1117.9375,80.65625 L 1119.0312,79.8125 L 1119.6875,78.71875 L 1118.9688,78.65625 z M 1102.1562,86.6875 L 1101.6875,86.96875 L 1101.625,88.59375 L 1102.0625,89.9375 L 1103.0938,90.90625 L 1104.3125,90.8125 L 1105.0312,90.21875 L 1105.3125,89.4375 L 1104.9688,88.5625 L 1102.1562,86.6875 z M 993.59375,95.96875 L 993.625,97.09375 L 993.65625,99.90625 L 993.3125,102.21875 L 993.625,104.15625 L 994.75,106.40625 L 995.75,109.8125 L 997.4375,112.6875 L 999.6875,114.90625 L 1000.4688,117.21875 L 1000.875,118.71875 L 1001.9375,119.8125 L 1002.5,120.5 L 1003.25,120.65625 L 1003.7188,119.71875 L 1003.75,118.40625 L 1003.2188,115.25 L 1002.4375,114.0625 L 1001.9062,111.96875 L 1000.1562,109.59375 L 999.6875,108.21875 L 998,105.78125 L 997.34375,100.625 L 996.53125,99.8125 L 996.21875,97.5 L 994.75,96.03125 L 993.59375,95.96875 z M 1069.375,99.4375 L 1066.25,100.25 L 1064.4375,101.8125 L 1062.3438,103.03125 L 1059.875,104.90625 L 1059.25,105.71875 L 1061.7812,107.9375 L 1062.4688,109.875 L 1062.3125,111.09375 L 1062.9062,112.28125 L 1063.3438,113.25 L 1063,114.3125 L 1063.3438,115.15625 L 1064.5625,115.0625 L 1067.0625,112.90625 L 1067.2812,112.6875 L 1069.6875,111.5 L 1069.8125,111.5 L 1071.9375,111.125 L 1073.8125,110.375 L 1074.6562,108.84375 L 1073.4375,105.40625 L 1073.9062,103.0625 L 1073.3438,101.25 L 1071.8125,100.0625 L 1069.375,99.4375 z M 1080.875,111.625 L 1077.125,112.125 L 1074,113.1875 L 1071.2188,113.75 L 1066.25,116.6875 L 1065.125,117.59375 L 1064.5938,118.71875 L 1066.2188,120.15625 L 1070.4688,122.625 L 1071.3438,123.96875 L 1071.3125,125.21875 L 1069.625,128.84375 L 1069.5625,132.34375 L 1068,135.28125 L 1067.4688,136.25 L 1067.7188,137.6875 L 1067.0938,139.53125 L 1067.2812,140.0625 L 1068.4688,140.09375 L 1070.9688,139.03125 L 1075.625,136.4375 L 1077.6875,134.78125 L 1079.7812,132.625 L 1080.1875,132.40625 L 1081.375,132.9375 L 1082,134.71875 L 1081.8438,137.125 L 1080.375,141.96875 L 1080.0625,143.5 L 1080.9062,144.53125 L 1081.4062,144.125 L 1083.5625,140.96875 L 1085.9375,138.75 L 1087.5938,137.09375 L 1090.5625,131.875 L 1091.4688,130.59375 L 1094.0938,126.875 L 1095.2812,124.84375 L 1093.75,121.84375 L 1092.5938,121.625 L 1091,121.84375 L 1088.5938,122.9375 L 1087.7188,122.6875 L 1086.4688,121.71875 L 1082.625,118.3125 L 1082,115.25 L 1081.8438,112.46875 L 1080.875,111.625 z M 1181.375,334.84375 C 1181.2982,334.86294 1181.2198,334.93211 1181.1875,335.09375 C 1180.6703,336.90407 1183.0033,338.97092 1181.9688,340.78125 C 1181.1929,342.07434 1177.0538,340.26081 1177.3125,341.8125 C 1177.3125,343.88241 1180.4084,344.41164 1182.2188,345.1875 C 1182.736,345.44612 1184.5485,344.92027 1184.0312,345.4375 C 1182.7372,346.9892 1180.1509,347.25219 1179.375,349.0625 C 1178.3405,350.6142 1179.125,352.93969 1179.125,354.75 C 1179.125,356.04405 1182.5032,356.84052 1181.4688,357.875 C 1179.917,359.16809 1177.3103,360.44935 1175.5,359.15625 C 1173.9483,358.3804 1176.0345,355.01184 1175,353.71875 C 1174.2241,352.68428 1171.8836,355.53544 1171.625,354.5 C 1171.3664,352.68968 1173.9515,351.92671 1174.4688,350.375 C 1174.4688,349.85778 1172.6563,343.12501 1172.6562,343.125 C 1169.8105,344.67771 1165.6767,361.72852 1164.125,366.125 C 1163.3491,368.45352 1166.2048,366.66608 1165.6875,368.21875 C 1165.1703,369.51184 1164.3836,370.54203 1164.125,372.09375 C 1163.8664,373.12822 1164.6509,374.66166 1163.875,375.4375 C 1159.4775,379.83495 1160,372.36099 1160,371.84375 C 1160.2586,370.29205 1162.833,367.95473 1161.2812,367.4375 C 1156.8838,366.14345 1164.6433,365.10879 1161.2812,362.78125 C 1160.5054,362.26402 1158.9547,363.55709 1158.4375,362.78125 C 1158.4375,362.52263 1158.7016,362.53126 1159.2188,362.53125 C 1158.9601,362.53125 1158.6875,362.50861 1158.6875,362.25 C 1158.4289,361.47409 1165.4235,348.80711 1164.9062,348.03125 C 1164.6476,347.2554 1150.432,345.96232 1149.6562,348.03125 C 1149.139,350.10019 1152.4719,352.15842 1151.4375,353.96875 C 1150.9203,355.26184 1147.3211,351.66703 1147.0625,353.21875 C 1147.0625,353.9946 1155.0657,356.82869 1154.0312,359.15625 C 1153.514,359.9321 1145.7522,359.16601 1147.5625,363.5625 C 1148.0807,364.85559 1152.2306,364.84915 1150.9375,365.625 C 1150.1616,366.40085 1146.7963,364.05605 1144.4688,366.125 C 1150.418,353.71045 1134.8944,364.84393 1136.1875,369.5 C 1136.7057,371.0517 1139.0507,371.83193 1140.3438,373.125 C 1141.1196,371.83191 1141.889,370.78446 1142.4062,369.75 C 1142.4062,370.00862 1142.4063,370.02264 1142.4062,370.28125 C 1141.3718,375.19497 1141.6217,376.72956 1142.6562,378.28125 C 1143.6907,380.09254 1140.5937,379.59055 1140.5938,380.625 C 1140.5938,381.40085 1141.8804,381.64764 1142.6562,381.90625 C 1143.4321,382.16487 1145,381.13041 1145,381.90625 C 1145.2586,383.19934 1144.4806,385.02264 1143.1875,385.28125 C 1136.2039,385.79848 1140.5808,378.28448 1137.2188,377.25 C 1135.9247,376.73277 1134.1142,377 1132.5625,377 C 1132.0453,376.74138 1131.0172,376.23275 1130.5,376.75 C 1129.9828,377.00862 1130.7673,378.5625 1130.25,378.5625 C 1128.4397,378.04527 1127.404,375.69611 1125.5938,375.4375 C 1123.5238,374.92027 1116.0281,376.73616 1117.0625,380.875 C 1119.1314,388.37489 1126.6131,381.90624 1127.9062,381.90625 C 1128.4235,381.64763 1129.2047,387.09713 1128.6875,390.71875 C 1128.6875,391.23598 1127.6563,391.24137 1127.6562,391.5 C 1128.1735,392.79309 1131.793,394.85237 1130.5,394.59375 C 1129.2069,394.07652 1128.4407,392.52585 1127.4062,391.75 C 1126.1132,390.71553 1124.5441,390.44072 1123.25,389.40625 C 1122.7328,388.88902 1122.986,387.86099 1122.4688,387.34375 C 1121.9515,386.82652 1121.2048,386.04526 1120.6875,386.5625 C 1119.1358,388.37282 1121.1939,392.2694 1119.125,393.5625 C 1111.3655,398.73484 1118.1,381.65551 1111.375,396.65625 C 1109.8233,400.27688 1113.6897,402.35454 1115.5,403.90625 C 1116.0172,404.42348 1118.0883,404.92026 1117.3125,405.4375 C 1115.7608,406.21335 1113.4277,405.18428 1111.875,406.21875 C 1110.3233,407.25322 1112.6552,416.30169 1108,414.75 C 1106.1897,414.23277 1109.5453,411.15408 1110.0625,409.34375 C 1110.0625,408.82648 1111.097,394.33295 1110.0625,392.78125 C 1106.1832,388.12518 1103.6077,399.23815 1104.125,400.53125 C 1104.6422,402.08295 1108.25,401.82234 1108.25,403.375 C 1107.9914,404.9267 1104.6508,402.86318 1103.875,404.15625 C 1102.8405,405.44934 1104.1336,407.51081 1103.875,409.0625 C 1103.6164,409.83835 1102.8298,411.14222 1102.3125,410.625 C 1102.3125,410.10782 1104.6228,397.94072 1102.8125,396.90625 C 1100.7426,395.35455 1096.3469,397.96233 1095.3125,400.03125 C 1089.6229,412.18717 1104.8814,410.63597 1102.8125,416.84375 C 1102.2953,417.87822 1101.5268,414.49556 1100.75,413.71875 C 1099.1983,412.42566 1097.3869,412.69935 1096.0938,411.40625 C 1094.8007,410.11316 1095.0603,406.74999 1093.25,406.75 C 1091.4397,406.49138 1089.6432,408.81469 1089.125,410.625 C 1088.6078,412.43532 1096.6336,415.28124 1096.375,415.28125 C 1094.5647,416.0571 1092.2166,417.09696 1090.4062,416.0625 C 1088.595,415.02803 1088.0743,407.77482 1086.7812,409.84375 C 1086.264,411.13684 1085.7499,412.4483 1085.75,414 C 1085.4914,409.86213 1084.9924,404.94289 1082.4062,405.71875 C 1080.8545,406.23598 1081.6141,409.59052 1080.0625,410.625 C 1078.5108,411.40085 1076.4494,409.06789 1075.1562,409.84375 C 1074.1218,410.6196 1077.9958,410.12179 1079.0312,411.15625 C 1081.6174,414.51924 1075.6832,412.93872 1072.0625,414.75 C 1071.2866,415.26723 1074.9062,413.9958 1074.9062,415.03125 C 1075.1649,416.84157 1072.2953,418.13581 1072.8125,419.6875 C 1073.0711,420.72197 1076.4547,418.37178 1075.9375,419.40625 C 1075.4203,421.47519 1072.0485,421.74357 1071.5312,423.8125 C 1071.5312,425.10559 1073.8632,425.09915 1075.1562,425.875 C 1076.708,423.54745 1077.2253,420.19072 1079.8125,419.15625 C 1081.3642,418.12178 1083.1584,419.68749 1084.9688,419.6875 C 1085.2274,419.42888 1085.5,418.37283 1085.5,416.5625 C 1086.0172,418.1142 1087.2985,419.66704 1086.7812,421.21875 C 1086.264,423.28769 1081.1024,421.49357 1080.8438,423.5625 C 1080.3265,425.89005 1081.0959,428.73817 1082.9062,430.03125 C 1083.1649,430.28987 1084.4774,430.27263 1084.2188,430.53125 C 1082.9257,431.56572 1079.8125,431.04204 1079.8125,432.59375 C 1079.8125,433.11098 1080.0539,433.11638 1080.3125,433.375 C 1080.0539,433.375 1079.8125,433.375 1079.8125,433.375 C 1078.5194,433.375 1077.2188,434.68429 1077.2188,435.71875 C 1077.736,439.08174 1085.7424,437.00983 1083.1562,438.5625 C 1081.3459,439.59697 1079.0387,440.10236 1076.9688,439.84375 C 1075.9343,439.84375 1075.4094,437.78124 1074.375,437.78125 C 1073.5991,437.78125 1072.8157,438.29527 1071.7812,438.8125 C 1071.7812,437.51845 1071.015,435.19716 1068.6875,432.09375 C 1064.2891,426.14556 1065.5883,438.55068 1064.8125,439.84375 C 1064.5539,440.36098 1064.0172,438.55388 1063.5,438.8125 C 1062.7241,439.07112 1061.9547,439.84053 1061.4375,440.875 C 1062.7306,435.18447 1063.7747,423.54222 1058.3438,429.75 C 1050.8429,437.76812 1064.806,436.23294 1059.375,441.40625 C 1058.0819,442.69934 1055.4816,442.17566 1054.1875,443.46875 C 1053.6703,444.50322 1054.9773,445.80927 1054.7188,446.84375 C 1054.4601,448.65407 1052.9008,450.47093 1052.125,452.28125 C 1052.125,452.53987 1052.125,452.79525 1052.125,453.3125 C 1052.9009,452.27803 1053.6833,451.22198 1054.7188,450.1875 C 1055.4946,449.41165 1056.5366,448.65086 1057.3125,447.875 C 1058.0884,447.09915 1057.5593,445.00861 1058.5938,444.75 C 1059.8868,444.49138 1061.4569,444.2554 1062.75,445.03125 C 1063.7845,445.8071 1062.7468,449.68306 1063.7812,448.90625 C 1065.333,447.87178 1064.0194,444.51182 1065.3125,443.21875 C 1066.0893,442.4429 1067.6444,442.16486 1068.9375,441.90625 C 1068.4203,442.94072 1068.1702,444.2468 1068.6875,445.28125 C 1069.4634,446.83295 1072.042,446.57112 1073.5938,446.3125 C 1074.6282,446.3125 1074.6304,444.75863 1075.4062,444.5 C 1075.9235,444.24138 1076.7187,445.01401 1076.7188,445.53125 C 1076.9774,446.04849 1075.4203,446.58512 1075.9375,446.84375 C 1078.5247,447.36098 1084.9795,436.48091 1086.5312,447.34375 C 1086.7899,448.63684 1084.458,448.64762 1082.9062,448.90625 C 1081.8718,448.90625 1081.1056,447.34376 1079.8125,447.34375 C 1075.1564,447.34375 1085.7574,457.70256 1080.8438,455.375 C 1073.8601,452.01298 1083.1839,446.56467 1072.0625,448.375 C 1069.9936,448.63362 1066.6336,448.39885 1066.375,450.46875 C 1066.1807,451.14762 1066.5756,451.48994 1067.25,451.71875 C 1068.3739,452.10011 1070.1918,452.1347 1071,452.78125 C 1071.5172,453.29848 1071.5226,454.06789 1071.7812,454.84375 C 1070.3067,453.55355 1068.595,452.14825 1067.25,451.71875 C 1066.7078,451.5456 1066.2156,451.52709 1065.8438,451.75 C 1061.9645,453.56036 1074.8847,464.94187 1071.7812,468.5625 C 1070.6498,469.92024 1066.1694,463.75308 1065.0625,461.84375 C 1065.5798,467.53332 1058.8566,464.92463 1054.7188,469.0625 C 1054.8346,468.85561 1055.3825,467.98815 1054.9688,467.78125 C 1053.6747,466.74678 1049.278,467.79203 1050.3125,469.34375 C 1050.8297,470.1196 1053.9321,468.28665 1053.1562,469.0625 C 1052.1218,470.09697 1049.5485,469.07331 1049.0312,470.625 C 1048.2554,472.43532 1048.5022,475.28664 1050.3125,476.0625 C 1051.8642,476.83835 1056.2867,471.39546 1057.0625,469.84375 C 1057.3211,469.32652 1056.264,468.3125 1056.7812,468.3125 C 1057.2985,468.3125 1065.3103,470.89562 1063.5,474 C 1062.4655,475.29309 1055.2242,471.67147 1056,474 C 1056,474.25862 1057.0398,473.74138 1056.7812,474 C 1056.5226,475.29309 1054.2146,473.72633 1055.25,476.3125 C 1057.0603,481.22623 1058.3395,479.41808 1062.2188,478.125 C 1062.9946,477.86638 1065.0797,476.56789 1064.5625,477.34375 C 1063.528,478.89545 1060.4149,479.15843 1060.1562,480.96875 C 1059.639,483.03769 1062.2328,484.59594 1062.75,486.40625 C 1063.5259,488.47518 1060.6767,482.77046 1059.125,481.21875 C 1058.0905,480.18428 1056.7931,479.6875 1055.5,479.6875 C 1053.6887,479.94612 1052.1282,482.78447 1051.0938,481.75 C 1049.8007,480.71553 1054.9815,479.15946 1053.6875,478.125 C 1049.8082,475.28022 1049.3017,483.04326 1047.75,486.40625 C 1046.9741,487.69934 1043.8717,489.25541 1044.9062,490.03125 C 1047.4924,491.58295 1050.5701,489.50322 1053.1562,488.46875 C 1054.1907,487.95152 1054.7241,486.14763 1055.5,486.40625 C 1056.2759,486.66487 1053.9419,488.20153 1054.7188,488.71875 C 1054.9774,488.97737 1055.2413,489.2414 1055.5,489.5 C 1055.2414,489.75862 1055.2273,489.77264 1054.9688,490.03125 C 1053.6747,490.8071 1055.4902,494.43751 1053.9375,494.4375 C 1052.3858,494.69612 1054.9815,490.54849 1053.6875,490.03125 C 1051.6186,488.99678 1045.4062,492.61639 1045.4062,492.875 C 1045.6649,494.68532 1049.2758,495.46997 1048.5,497.28125 C 1047.9828,499.09157 1045.1627,500.10236 1043.0938,499.84375 C 1041.7997,499.58513 1042.8393,497.27585 1042.0625,496.5 C 1041.8039,495.98277 1041.2813,497.27262 1041.2812,497.53125 C 1041.2812,498.04848 1039.9773,503.46439 1039.7188,499.84375 C 1039.7188,499.32652 1041.0172,498.31249 1040.5,498.3125 C 1034.0346,496.24356 1039.4719,500.10777 1038.4375,500.625 C 1037.403,501.14223 1034.5453,500.37178 1035.0625,501.40625 C 1036.097,503.21657 1043.8716,505.79203 1040.25,507.34375 C 1033.7846,509.93088 1029.904,505.80522 1028.0938,515.375 C 1027.5765,517.44394 1026.7974,521.57651 1029.125,522.09375 C 1030.9353,522.35237 1032.4709,521.58511 1034.2812,521.84375 C 1035.0571,521.84375 1036.611,521.83512 1036.0938,522.09375 C 1034.542,523.38684 1020.5734,525.20691 1029.625,526.5 C 1032.4707,526.75862 1034.2888,522.10778 1036.875,522.625 C 1037.3922,522.88362 1036.889,524.43753 1037.4062,524.4375 C 1037.6649,524.4375 1037.8977,524.15627 1038.1562,524.15625 C 1038.1562,524.15625 1038.1563,524.17891 1038.1562,524.4375 C 1038.4149,525.47197 1041.7931,527.00002 1040.5,527 C 1038.9483,527 1038.1767,524.95476 1036.625,524.4375 C 1033.0044,523.66165 1032.7347,526.99679 1030.4062,528.03125 C 1029.1132,528.54848 1020.5808,527.26297 1024.7188,530.625 C 1026.0118,531.66044 1028.3319,529.59913 1029.625,530.375 C 1030.9181,531.15085 1030.6694,533.48815 1031.1875,534.78125 C 1031.4461,535.81572 1032.9946,537.8836 1032.2188,537.625 C 1030.1488,537.10777 1029.1002,533.74139 1027.0312,534 C 1025.4795,534 1023.1789,539.94832 1023.4375,541.5 C 1023.6961,542.53447 1024.4741,543.80926 1025.25,544.84375 C 1025.5086,545.10237 1027.2985,544.86637 1026.7812,545.125 C 1024.9709,546.15947 1021.6196,545.11858 1020.8438,547.1875 C 1020.3265,548.22197 1020.3125,548.72415 1020.3125,549.5 C 1018.2426,549.75862 1018.2414,557.01941 1018.5,558.3125 C 1018.7586,559.08835 1019.7953,557.53988 1020.3125,557.28125 C 1021.6056,555.98816 1022.6444,554.41811 1023.9375,553.125 C 1023.4203,552.09053 1022.9149,551.57973 1022.6562,551.0625 C 1024.4666,551.0625 1026.7726,550.53665 1027.0312,551.3125 C 1029.6174,555.70995 1020.3297,555.73174 1019.8125,559.09375 C 1019.8125,560.12822 1021.6218,558.5711 1022.6562,558.3125 C 1023.9493,558.3125 1025.2382,558.5711 1026.5312,558.3125 C 1027.5657,557.79527 1029.625,555.20694 1029.625,556.5 C 1028.3319,563.99989 1023.1605,561.66058 1019.2812,565.28125 C 1018.763,565.79848 1019.7985,567.10777 1019.2812,567.625 C 1017.9872,568.14223 1009.9633,567.6272 1009.1875,569.4375 C 1008.9289,569.95473 1010.75,569.42025 1010.75,569.9375 C 1010.75,569.9375 1010.75,570.21875 1010.75,570.21875 C 1011.5259,569.96013 1012.0539,569.95152 1012.3125,570.46875 C 1013.0883,571.50322 1001.9645,578.21756 1005.8438,576.40625 C 1007.1368,575.88902 1008.153,575.11959 1009.1875,574.34375 C 1008.9289,574.86098 1008.4149,575.8858 1008.1562,577.4375 C 1005.8277,587.26592 1015.1368,577.69087 1013.8438,581.3125 C 1013.0679,582.8642 1009.7133,582.60453 1008.9375,584.15625 C 1008.4203,585.19072 1012.5485,584.44293 1012.0312,585.21875 C 1010.9968,586.51184 1008.9276,587.01726 1007.375,586.5 C 1004.7888,585.46553 1004.0377,579.51944 1001.9688,580.8125 C 999.89981,582.10559 996.01944,584.15843 997.3125,585.96875 C 998.08835,587.26184 1001.4494,588.55389 1000.1562,588.8125 C 998.34593,589.32973 996.78003,586.23274 994.96875,586.75 C 993.93428,587.00862 997.57114,588.30931 997.3125,589.34375 C 996.79527,590.89642 994.46335,590.65303 993.6875,591.6875 C 992.91165,592.72197 993.67346,594.25542 993.15625,595.03125 C 992.63902,596.06572 990.83837,594.25542 990.0625,595.03125 C 989.80388,595.8071 989.53125,596.59915 989.53125,597.375 C 989.53125,597.75244 990.34809,597.84743 990.59375,597.875 C 989.8179,598.39223 988.23597,597.09917 987.71875,597.875 C 986.68428,599.4267 986.94612,601.25217 986.6875,603.0625 C 986.6875,603.57973 986.45153,604.09373 986.96875,604.09375 C 988.00322,604.35237 991.08833,602.78667 990.3125,603.5625 C 989.27803,605.1142 987.20797,605.1304 985.65625,605.90625 C 982.81049,607.71656 977.12075,611.07327 981,612.625 C 983.58616,613.66044 986.43968,609.52584 988.25,608.75 C 988.50862,608.49138 987.20149,609.78122 987.71875,609.78125 C 988.10668,609.97521 988.93993,609.45097 989.21875,609.28125 C 987.66182,610.53685 985.14207,610.83516 984.375,612.625 C 983.8568,613.66044 985.67029,614.43431 986.1875,615.46875 C 986.70474,616.50322 986.17569,618.58512 987.46875,618.84375 C 989.53769,619.36098 996.01942,613.66041 997.3125,612.625 C 998.60559,611.59053 1000.1444,611.0571 1001.4375,610.28125 C 1001.6961,610.02263 1002.4773,609.78122 1002.2188,609.78125 C 1000.4084,609.0054 997.31574,610.0291 996.28125,608.21875 C 995.50443,606.92566 998.59052,606.15088 999.625,605.375 C 1001.694,603.56468 1011.0258,590.90435 1010.25,601.25 C 1009.9914,603.31894 1005.3157,602.78342 1004.2812,604.59375 C 1002.9882,606.40407 1009.2101,606.39979 1009.4688,608.46875 C 1009.986,611.05492 999.36962,611.57451 998.59375,614.9375 C 998.33513,615.97197 1001.4289,613.90304 1001.6875,614.9375 C 1001.9461,617.00643 1001.6853,619.86319 999.875,621.15625 C 999.61646,621.15625 989.03127,618.55606 989.03125,620.625 C 988.77263,622.69394 992.65087,624.27384 991.875,626.34375 C 991.09915,627.63684 989.27047,623.72737 987.71875,623.46875 C 986.68428,623.21013 985.4149,625.5657 985.15625,624.53125 C 984.89763,622.97858 987.21875,622.1767 987.21875,620.625 C 987.21875,619.33191 985.39225,618.81572 984.875,617.78125 C 984.09915,616.48816 984.89644,613.38903 983.34375,613.90625 C 981.27481,614.16487 981.27044,617.29203 979.71875,618.84375 C 978.42566,620.39545 975.56249,620.90846 975.5625,622.71875 C 975.30388,624.27045 978.94289,620.65301 979.71875,621.6875 C 980.75322,622.72197 977.13684,622.70151 975.84375,623.21875 C 975.0679,623.73598 974.29846,625.8071 973.78125,625.03125 C 972.48816,623.47858 974.27044,620.11961 972.71875,619.34375 C 970.90746,618.30929 964.72738,622.45369 964.46875,624.78125 C 962.91705,635.90275 970.15302,619.87095 971.1875,628.40625 C 972.222,635.38891 961.88363,629.93753 961.625,629.9375 C 959.03786,629.42027 962.40086,632.54848 961.625,632.03125 C 960.84915,631.77263 959.01401,630.22416 959.53125,631 C 960.04848,632.81032 960.56369,635.12178 962.375,636.15625 C 963.40947,636.67445 964.45692,634.85236 965.75,634.59375 C 966.26723,634.33513 964.46016,635.36636 964.71875,635.625 C 965.23598,636.14223 967.54849,635.10774 967.03125,635.625 C 965.99678,636.40182 963.15627,635.39345 963.15625,636.6875 C 963.41487,638.75644 968.33838,639.53346 967.5625,641.34375 C 966.52803,643.15407 963.16811,640.82435 961.875,639.53125 C 960.84053,638.7554 962.39226,637.19168 961.875,636.15625 C 961.35777,634.86316 959.55712,634.87823 958.78125,633.84375 C 958.26402,633.0679 959.02585,631.24136 958.25,631.5 C 956.6983,631.75862 954.61635,633.3233 954.875,634.875 C 955.13362,635.13362 955.39764,635.64762 955.65625,635.90625 C 954.10455,635.64763 952.83295,635.64762 951.28125,635.90625 C 950.24678,635.90625 949.44169,637.6961 948.40625,637.4375 C 946.85455,636.92027 946.86419,634.10238 945.3125,633.84375 C 938.32984,633.0679 937.56465,634.86761 939.375,636.9375 C 940.66809,638.74782 944.02264,638.49356 944.28125,640.5625 C 944.79848,643.66591 931.10696,645.47738 946.625,645.21875 C 948.43532,645.21875 950.24354,644.68212 952.3125,643.90625 C 949.46771,644.94072 945.84596,647.79108 947.65625,649.34375 C 948.94934,650.37822 952.03665,647.79108 952.8125,649.34375 C 953.58835,650.63684 950.4902,651.9461 948.9375,651.6875 C 948.9375,651.42888 945.06034,645.71555 943.25,646.75 C 942.21553,647.26723 943.75322,650.64221 942.71875,650.125 C 941.42566,649.60777 943.00325,647.02585 941.96875,646.25 C 938.34812,643.40521 935.24462,648.82115 934.46875,648.5625 C 933.95152,648.5625 934.20473,647.28984 933.6875,647.03125 C 932.65303,646.51402 931.347,646.4914 930.3125,646.75 C 929.53665,646.75 928.4914,647.52264 928.75,647.78125 C 929.78447,648.55807 936.76843,650.90846 938.0625,652.71875 C 939.09697,654.01184 938.58191,656.34052 939.875,657.375 C 941.68532,658.66809 945.32653,656.8373 945.84375,658.90625 C 946.36098,660.71754 941.95797,657.89442 940.40625,659.1875 C 939.88902,659.44612 939.63359,660.20152 939.375,660.71875 C 939.375,656.57992 938.85438,652.20149 935.75,652.71875 C 926.69841,654.27046 932.37175,657.63917 933.40625,662.8125 C 933.40625,663.32973 933.15084,664.34373 932.375,664.34375 C 931.85776,664.34375 933.15627,663.32971 933.15625,662.8125 C 932.63902,661.2608 931.33838,660.20891 930.5625,658.65625 C 930.04527,657.62178 930.5657,655.53989 929.53125,655.28125 C 927.2037,654.76402 923.33511,656.5787 923.59375,658.90625 C 923.59375,660.71754 924.11316,662.54202 925.40625,664.09375 C 926.18307,665.12822 930.04847,664.61316 929.53125,665.90625 C 928.7554,667.45795 926.17769,665.90087 924.625,665.125 C 923.84915,664.60777 924.36958,662.81248 923.59375,662.8125 C 922.04205,662.8125 922.8017,666.17029 921.25,666.6875 C 920.99138,666.6875 921.53126,665.91485 921.53125,665.65625 C 921.53125,663.84593 923.32431,661.50322 922.03125,660.46875 C 920.99678,659.43331 921.52046,664.34374 919.96875,664.34375 C 917.89981,664.34375 916.88146,660.21013 914.8125,660.46875 C 913.25983,660.72737 916.61418,664.8664 915.0625,665.125 C 913.50983,665.38362 913.4946,662.29311 912.71875,661 C 912.20152,660.22415 909.62499,659.1833 909.625,660.21875 C 909.625,662.80492 914.79848,663.8287 914.28125,666.15625 C 913.76305,667.96657 909.61638,667.97091 909.875,669.78125 C 910.13362,671.33295 912.97859,669.00001 914.53125,669 C 915.82434,669 916.86315,669.78123 918.15625,669.78125 C 921.77692,670.29848 929.80067,674.1649 931.09375,673.90625 C 938.59462,673.38902 925.13496,670.8265 934.1875,671.34375 C 935.22197,671.34375 937.3071,671.84912 936.53125,672.625 C 931.87617,677.02149 925.66906,671.60357 924.375,673.15625 C 923.85777,673.67348 926.94073,675.46872 925.90625,675.46875 C 924.6122,675.21013 924.10559,672.61637 922.8125,672.875 C 921.77803,673.13362 922.30711,677.28448 921.53125,676.25 C 920.7554,675.21553 923.08833,673.40949 922.3125,672.375 C 920.7608,670.04648 917.12605,669.53128 914.28125,669.53125 C 910.40102,669.78989 904.20587,676.51298 908.34375,679.875 C 909.63684,681.16809 911.94828,680.13039 913.5,680.90625 C 914.79405,681.6821 908.32654,681.41706 908.84375,682.96875 C 910.3955,686.59036 922.54093,683.48495 919.4375,685.8125 C 916.33409,687.88144 911.9612,684.78988 909.375,684.53125 C 907.8233,684.53125 901.34929,687.36854 906.78125,689.4375 C 908.07434,689.95473 909.11317,688.15624 910.40625,688.15625 C 912.47519,687.89763 916.60238,686.59593 916.34375,688.40625 C 916.34375,690.47519 912.4752,688.13902 910.40625,688.65625 C 908.59593,689.17348 906.26185,689.9397 904.96875,691.75 C 904.45152,692.52585 908.32652,696.93749 908.84375,696.9375 C 911.68853,697.71335 915.06147,697.19935 917.90625,695.90625 C 918.42348,695.64763 917.91163,694.08515 918.6875,694.34375 C 920.75647,694.34375 928.77265,697.9774 929.03125,697.71875 C 929.54848,697.20152 930.31788,695.90504 931.09375,694.09375 C 931.35237,694.35237 931.34375,694.34376 931.34375,694.34375 C 933.15407,695.37919 935.22093,695.90303 937.03125,696.9375 C 937.28987,697.19612 937.04431,698.22735 937.5625,697.96875 C 940.14867,697.71013 943.25002,696.9461 943.25,696.6875 C 943.76723,695.39436 941.69082,683.47631 948.15625,686.0625 C 950.74338,687.09696 943.50003,689.96773 943.5,692.8125 C 943.5,693.84697 943.77805,695.39764 944.8125,695.65625 C 946.3642,696.17348 949.71013,692.81465 949.96875,694.625 C 951.77901,703.67757 938.60239,695.12938 938.34375,698.75 C 938.08513,702.11201 944.7887,706.26304 939.875,706.78125 C 931.85691,707.29843 939.62588,694.08633 932.125,696.15625 C 926.1768,697.70795 929.52908,702.36958 927.71875,701.59375 C 925.90843,700.8179 925.65501,698.24458 923.84375,697.46875 C 918.15419,694.62299 912.97737,700.82111 912.71875,700.5625 C 910.3912,700.5625 908.34156,696.67567 906.53125,697.96875 C 905.23816,698.7446 903.42246,704.70689 905.75,706 C 907.56031,707.03544 910.93108,704.44614 913,704.1875 C 913.51723,703.92888 914.00958,704.96013 913.75,705.21875 C 912.1983,706.51184 909.11099,706.50122 908.59375,708.3125 C 908.33513,708.82974 908.59376,709.36638 908.59375,709.625 C 907.04205,708.33191 905.4978,706.78125 903.6875,706.78125 C 902.39345,707.03987 907.0539,711.67026 907.3125,712.1875 C 907.82974,713.22197 907.30067,715.81253 908.59375,715.8125 C 909.35191,715.55978 910.34169,714.53304 911.59375,713.28125 C 911.4455,713.25878 911.27707,712.87271 911,712.4375 C 911.16164,712.66379 911.3082,712.83945 911.4375,712.96875 C 911.4375,713.22737 911.68752,713.21873 911.6875,713.21875 C 913.75644,710.8912 916.0765,708.31147 916.59375,711.15625 C 914.52481,712.19072 910.90624,712.70369 910.90625,715.03125 C 910.90625,716.06572 914.28345,719.96755 916.09375,718.15625 C 915.83513,719.4503 915.31572,720.46012 914.28125,720.71875 C 909.62518,722.27045 905.74141,720.21231 906,722.28125 C 906.51723,724.35019 907.28665,726.40844 908.0625,728.21875 C 911.1659,733.90927 912.97536,722.55708 915.5625,721.78125 C 917.89005,721.26402 913.75322,725.89981 912.71875,727.96875 C 911.68428,730.55589 912.97859,729.77925 914.53125,732.625 C 914.78987,733.40085 914.53664,736.24461 915.3125,735.46875 C 916.8642,733.91705 916.34055,731.35115 917.375,729.28125 C 918.15085,728.24678 918.92568,726.93208 920.21875,726.15625 C 920.73598,725.63901 921.51399,726.93751 922.03125,726.9375 C 921.51402,727.71335 920.99139,728.48275 921.25,729 C 921.25,730.29405 924.88364,730.04207 924.625,731.59375 C 924.36638,732.88684 921.51185,732.09917 920.21875,732.875 C 919.70152,733.39223 919.20475,734.18428 918.6875,735.21875 C 918.6875,735.73598 919.45476,736.52264 918.9375,736.78125 C 917.90303,737.5571 916.59697,736.50543 915.5625,737.28125 C 914.78665,737.53987 915.32976,738.82651 914.8125,739.34375 C 914.55388,739.86098 912.99141,739.6164 913.25,739.875 C 921.26808,747.11725 916.09926,740.13901 924.375,740.65625 C 924.14376,741.05334 914.53126,745.31602 914.53125,745.5625 C 914.27263,746.59697 917.90945,746.58514 916.875,746.84375 C 916.35777,747.10237 915.57976,746.32652 915.0625,746.84375 C 914.54527,747.10237 915.32975,748.66488 914.8125,748.40625 C 913.51845,748.14763 912.73059,745.31787 911.4375,746.09375 C 909.62718,746.8696 910.14545,750.20694 908.59375,751.5 C 907.55928,752.27585 904.4375,749.95693 904.4375,751.25 C 904.4375,752.02585 905.22416,752.54524 906,753.0625 C 907.03447,753.5807 908.07652,754.09913 908.59375,754.875 C 909.3696,756.16809 908.06467,759.53125 909.875,759.53125 C 913.23702,759.78987 911.94949,751.75322 915.3125,750.71875 C 917.38144,750.20152 920.47414,750.74353 921.25,752.8125 C 921.76723,754.62379 917.38361,755.11859 917.125,757.1875 C 917.125,759.51505 917.65303,759.5431 918.6875,758.25 C 920.23919,759.8017 927.47199,756.42242 926.4375,758.75 C 925.66165,760.56032 922.55168,759.77804 921,760.8125 C 919.70691,761.32973 918.4235,762.11316 917.90625,763.40625 C 917.64763,764.1821 920.48597,763.67029 919.96875,764.1875 C 918.93428,765.48155 915.05391,764.96997 915.3125,766.78125 C 915.82974,768.07434 916.07654,769.36316 916.59375,770.65625 C 916.07652,770.13902 915.57975,769.60774 915.0625,770.125 C 913.76845,770.64223 913.50319,774.02584 912.46875,773.25 C 910.39981,772.47415 911.94392,768.04847 909.875,767.53125 C 908.06468,767.01402 910.1336,770.91706 909.875,772.46875 C 909.35777,774.27907 907.56251,775.29109 907.5625,776.84375 C 907.30388,778.65407 910.40846,785.40302 912.21875,786.4375 C 913.25322,786.95473 914.78663,786.41167 915.5625,787.1875 C 917.11419,788.22197 918.92785,792.89443 922.03125,794.1875 C 923.58295,794.96335 925.13485,796.00864 926.6875,795.75 C 927.98059,795.49138 927.71552,793.16489 928.75,792.90625 C 929.78447,792.64763 931.60234,793.65301 931.34375,794.6875 C 930.5679,796.49782 922.04005,799.36761 926.4375,801.4375 C 928.50643,802.21335 930.58734,802.97738 932.65625,802.71875 C 934.20795,802.71875 935.75541,799.36218 936.53125,800.65625 C 937.04848,802.20795 932.65304,803.23819 933.6875,804.53125 C 934.72197,805.82434 936.78249,802.96877 938.59375,802.96875 C 942.21439,802.96875 941.4451,805.3017 944.03125,803.75 C 944.8071,803.49138 945.06788,802.47736 945.84375,802.21875 C 946.87822,801.70152 948.68333,802.99459 949.71875,802.21875 C 951.01184,801.18428 950.22092,797.79851 952.03125,797.28125 C 953.84157,796.76402 954.10452,801.17347 955.65625,800.65625 C 957.72519,800.39763 957.47954,797.04311 959.03125,795.75 C 959.54848,795.23277 960.32555,796.76722 960.84375,796.25 C 961.10237,795.99137 967.8319,787.96655 969.125,786.15625 C 969.38362,785.63902 968.33516,785.14221 968.59375,784.625 C 969.88684,779.19404 971.94732,792.88556 973.5,782.28125 C 973.75862,781.24678 970.41167,781.00323 971.1875,779.96875 C 972.48155,778.67566 975.83194,779.95796 977.125,778.40625 C 977.90085,777.6304 975.05389,776.59698 975.3125,775.5625 C 976.08835,772.97633 983.07113,772.46338 982.8125,771.6875 C 982.03665,769.87718 978.69289,768.84158 979.46875,767.03125 C 980.2446,765.73816 982.55066,768.56789 983.84375,769.34375 C 984.87919,770.1196 983.58092,772.71876 984.875,772.71875 C 995.73691,772.71875 987.47853,769.87605 991.875,767.03125 C 992.65085,766.51402 991.34052,769.87501 992.375,769.875 C 994.44394,769.875 992.12717,765.48799 993.9375,762.125 C 994.45473,761.60777 994.98276,763.15623 995.5,763.15625 C 996.0182,763.15625 996.00001,762.38361 996,762.125 C 997.5517,758.50437 996.0074,761.33719 993.9375,755.90625 C 993.42027,754.61316 994.986,752.28444 994.46875,751.25 C 993.6929,749.43968 991.08514,748.16268 991.34375,746.09375 C 991.60237,744.80066 994.19288,747.11319 994.96875,748.40625 C 995.48598,749.69934 994.71011,751.51078 994.96875,753.0625 C 994.96875,753.32112 995.24138,753.59375 995.5,753.59375 C 1001.9664,749.19628 990.84611,741.15628 997.3125,741.15625 C 999.12282,741.15625 996.77263,744.54204 997.03125,746.09375 C 997.54848,748.67991 998.32653,751.0066 998.84375,753.59375 C 998.84375,753.85237 999.12503,754.10774 999.125,754.625 C 998.60777,754.10778 998.07328,757.98492 999.625,760.3125 C 999.625,760.3125 1001.1875,758.76078 1001.1875,760.3125 C 1001.1875,761.34697 999.63042,762.8804 1000.4062,763.65625 C 1008.9416,771.67435 1006.0993,758.9959 1011.5312,767.53125 C 1012.3071,768.56572 1013.847,770.66168 1012.8125,771.4375 C 1012.5539,771.69612 1012.5711,771.68748 1012.3125,771.6875 C 1013.0884,774.27367 1014.11,776.86299 1016.4375,773.5 C 1022.128,765.48285 1014.8858,755.12486 1016.4375,750.46875 C 1016.9547,748.65843 1019.5366,748.39545 1020.3125,746.84375 C 1020.8297,745.80928 1020.3297,744.5345 1019.8125,743.5 C 1019.8125,742.72415 1018.5226,742.45476 1018.7812,741.9375 C 1019.2994,740.12621 1027.5787,739.60443 1029.9062,733.65625 C 1029.9062,733.65625 1029.625,726.15623 1029.625,726.15625 C 1032.4707,711.41407 1025.7619,714.27776 1024.4688,703.15625 C 1024.2101,700.57008 1029.3676,701.84158 1031.4375,700.03125 C 1031.4375,700.03125 1034.2812,689.68747 1034.2812,689.6875 C 1033.2468,683.22203 1023.4267,683.76164 1021.875,677.8125 C 1020.5819,672.38162 1024.7047,665.12807 1024.1875,659.4375 C 1023.6703,655.55827 1019.5399,652.19176 1019.2812,648.3125 C 1019.0217,646.75983 1020.3125,644.95794 1020.3125,643.40625 C 1020.0539,641.59593 1019.0217,640.02907 1019.2812,638.21875 C 1019.2813,636.66705 1021.0937,635.64547 1021.0938,634.09375 C 1021.0937,602.79912 1017.2187,657.10705 1017.2188,625.8125 C 1017.2188,622.96675 1020.8351,621.15732 1021.0938,618.3125 C 1021.3524,617.27803 1019.8039,616.23059 1020.0625,614.9375 C 1020.8384,610.79862 1026.5442,602.00738 1029.9062,599.9375 C 1040.5105,593.21346 1047.4709,605.37469 1049.2812,593.21875 C 1051.0916,580.54558 1040.2295,583.12388 1041.7812,578.46875 C 1044.1098,571.22652 1047.735,563.98267 1050.0625,557 C 1050.3211,555.96553 1051.6163,555.72195 1051.875,554.6875 C 1051.875,554.6875 1051.0937,545.12501 1051.0938,545.125 C 1051.0938,544.86638 1052.4062,537.09373 1052.4062,537.09375 C 1052.4062,537.09375 1049.8125,526.99998 1049.8125,527 C 1050.847,524.67245 1054.9936,527.00321 1057.0625,525.96875 C 1057.0625,525.96875 1062.75,521.06252 1062.75,521.0625 C 1063.5259,518.73398 1060.139,516.67129 1060.6562,514.34375 C 1062.208,509.68858 1070.7608,499.58496 1072.3125,495.1875 C 1075.1573,488.2048 1068.4407,487.69056 1067.4062,482 C 1066.6304,477.34489 1069.4483,480.18533 1071,478.375 C 1073.0689,475.78884 1073.0765,472.18854 1073.5938,469.34375 C 1073.8524,467.27482 1078.7607,458.21875 1080.3125,458.21875 C 1080.3125,458.21875 1088.5938,461.84374 1088.5938,461.84375 C 1093.7671,459.77386 1087.3233,445.0377 1088.875,442.96875 C 1092.4966,438.31365 1110.3287,447.08296 1112.6562,445.53125 C 1121.1916,440.1003 1112.1337,440.64006 1111.875,438.3125 C 1111.0991,435.20814 1115.5,432.85339 1115.5,429.75 C 1115.5,427.93968 1114.9946,426.14644 1114.2188,424.59375 C 1113.4429,423.30066 1110.0679,422.51183 1110.8438,421.21875 C 1111.8782,419.40843 1114.7123,420.70474 1116.7812,420.1875 L 1117.3125,420.1875 C 1117.0539,420.1875 1116.7899,419.94613 1116.5312,419.6875 C 1116.2726,419.17026 1117.5679,418.37499 1118.3438,418.375 C 1119.8955,418.375 1121.1983,420.19611 1122.75,419.9375 C 1122.75,419.9375 1118.0918,404.4268 1128.4375,410.375 C 1131.5409,412.18536 1137.4709,420.20908 1139.2812,423.3125 C 1140.0571,424.60559 1139.5507,426.65302 1140.8438,427.6875 C 1141.8782,428.46335 1143.7069,427.1875 1145,427.1875 C 1149.3975,426.41165 1153.5216,429.77568 1156.625,424.34375 C 1157.4009,423.30928 1156.6218,421.22197 1157.6562,420.1875 C 1158.4321,419.15303 1168.0054,422.51402 1168.7812,423.03125 C 1169.2985,423.28987 1172.6562,426.41488 1172.6562,426.15625 C 1172.9149,425.12081 1173.9602,424.59697 1174.2188,423.5625 C 1175.2532,419.16602 1171.8794,418.12065 1175.5,414.5 C 1178.6034,411.65424 1180.9493,417.86505 1179.6562,408.8125 C 1179.3976,406.74356 1177.5884,405.19395 1176.8125,403.125 C 1176.5539,401.57233 1176.2813,400.27047 1176.2812,398.71875 C 1176.2812,397.9429 1176.8125,397.43209 1176.8125,396.65625 C 1176.5539,394.84588 1174.9741,388.13145 1175.75,386.0625 C 1175.75,385.80388 1178.6164,380.35236 1178.875,380.09375 C 1179.1336,379.05831 1178.6077,377.77584 1179.125,377 C 1183.5225,372.08627 1181.9635,377.50322 1185.8438,376.46875 C 1190.2402,375.17566 1189.2027,369.25321 1194.375,368.21875 L 1194.375,367.6875 C 1194.375,367.94612 1194.6563,367.96012 1194.6562,368.21875 C 1194.9158,367.96013 1195.1476,367.93751 1195.4062,367.9375 L 1195.6875,369.25 C 1202.4115,376.4913 1210.4213,373.13493 1215.5938,382.1875 C 1218.9567,387.87702 1207.3288,394.3395 1217.1562,398.21875 C 1220.7779,399.51184 1217.6563,388.38362 1217.6562,388.125 C 1218.9503,385.02155 1228.7888,379.07538 1223.875,374.9375 C 1221.2888,372.60994 1229.3018,376.75323 1232.4062,375.71875 C 1235.5097,374.68428 1231.8955,369.75644 1230.3438,367.6875 C 1230.0851,367.6875 1229.8211,367.68749 1229.5625,367.6875 C 1227.4936,367.94612 1225.4127,368.45474 1223.3438,367.9375 C 1222.5679,367.9375 1223.1023,365.88902 1222.8438,366.40625 C 1222.3265,367.95892 1222.0539,369.50217 1222.3125,371.3125 C 1222.3125,372.08835 1224.3922,372.8664 1223.875,373.125 C 1221.8061,373.90085 1219.2176,372.59914 1217.4062,373.375 C 1217.1476,373.63362 1216.8837,373.88902 1216.625,374.40625 C 1217.4009,371.82009 1217.9353,367.70474 1216.125,367.1875 C 1214.5733,366.92791 1213.5258,371.82434 1212.75,370.53125 C 1211.9741,368.97955 1216.097,367.16904 1215.0625,365.875 C 1213.7694,364.06468 1210.9439,365.63362 1208.875,365.375 C 1208.6164,365.375 1208.3524,365.10237 1208.0938,364.84375 C 1206.8007,364.58513 1205.7618,364.34376 1204.4688,364.34375 C 1203.4343,364.34375 1201.0991,365.61097 1201.875,365.09375 C 1206.5301,359.92141 1213.5282,363.81353 1219.2188,360.96875 C 1221.2877,359.93428 1219.9795,356.31992 1221.5312,354.25 C 1222.3071,352.95691 1224.1445,352.6821 1225.4375,351.90625 C 1225.9547,351.38902 1227.2274,351.39222 1226.9688,350.875 C 1225.9343,349.3233 1223.8556,348.56571 1222.5625,347.53125 C 1222.0453,347.27263 1221.7898,346.72738 1221.5312,346.46875 C 1220.7554,346.21013 1219.7446,346.23599 1218.9688,345.71875 C 1218.7101,345.46013 1219.2047,344.40626 1218.6875,344.40625 C 1217.1348,344.66487 1215.8642,345.95153 1214.3125,346.46875 C 1213.7953,346.72737 1212.2414,346.98599 1212.5,346.46875 C 1213.7931,343.10576 1220.0041,342.86741 1211.4688,340.28125 C 1194.9163,335.10891 1220.2495,345.96337 1203.4375,345.1875 C 1203.1789,345.1875 1200.0614,333.8018 1195.4062,339.75 C 1194.3708,341.30171 1194.6466,350.09053 1194.9062,351.125 C 1194.9062,351.125 1198.7705,352.41705 1197.2188,353.96875 C 1196.7015,354.22737 1195.6735,353.46012 1195.1562,353.71875 C 1195.1562,353.46013 1194.9159,353.1961 1194.6562,352.9375 C 1193.1045,351.90303 1190.5033,356.58391 1189.4688,355.03125 C 1188.4343,353.22093 1191.5366,351.40406 1192.3125,349.59375 C 1192.5711,348.30066 1193.3556,345.71012 1192.0625,345.96875 C 1190.2522,346.48598 1189.4579,349.33192 1187.9062,350.625 C 1187.6476,351.14224 1185.8351,352.42349 1186.0938,351.90625 C 1186.8696,350.35463 1195.4169,339.22518 1192.3125,337.15625 C 1188.1746,334.31146 1186.6315,336.13041 1184.5625,336.90625 C 1183.431,337.58512 1181.9126,334.70939 1181.375,334.84375 z M 906,753.0625 C 906,753.0625 905.75,753.33415 905.75,753.59375 C 906.00862,753.33416 905.9914,753.31248 906.25,753.3125 C 905.99138,753.3125 906.00001,753.06247 906,753.0625 z M 906.25,753.3125 C 905.99138,753.57209 906.00862,753.58512 905.75,753.84375 C 905.23276,756.94715 903.68644,766.51706 906.53125,761.34375 C 907.82434,758.75759 906.76726,755.89961 906.25,753.3125 z M 1065.0625,461.84375 C 1065.0625,461.73104 1065.0271,461.6842 1064.9688,461.65625 C 1065.0067,461.72991 1065.0061,461.74639 1065.0625,461.84375 z M 1064.9688,461.65625 C 1064.9005,461.52355 1064.8125,461.35408 1064.8125,461.3125 C 1064.2953,460.01845 1065.3125,458.45797 1065.3125,456.90625 C 1065.3125,456.64763 1064.5399,457.16488 1064.2812,456.90625 C 1064.0226,455.87178 1063.5086,453.28666 1063.25,454.0625 C 1062.4741,455.87282 1063.7705,458.73816 1062.2188,460.03125 C 1061.9601,460.03125 1051.887,455.36872 1055.25,462.09375 C 1055.7672,463.38684 1057.8233,462.10237 1059.375,461.84375 C 1060.1509,461.84375 1060.9342,462.07973 1061.9688,461.5625 C 1062.2274,461.5625 1062.2101,460.27167 1062.4688,460.53125 C 1062.986,460.7889 1062.2328,461.83512 1062.75,462.09375 C 1063.4131,462.53584 1064.6254,461.49182 1064.9688,461.65625 z M 1159.2188,362.53125 C 1159.737,362.53125 1160.5141,362.50861 1161.0312,362.25 C 1161.5485,361.99138 1159.9956,362.53125 1159.2188,362.53125 z M 1160.7812,337.78125 C 1157.8444,337.80863 1155.9931,340.29479 1161.8125,345.96875 C 1163.1056,344.41705 1166.6961,343.88241 1166.4375,341.8125 C 1165.9849,339.21016 1163.0655,337.75995 1160.7812,337.78125 z M 1139.2812,355.28125 C 1136.9537,356.83392 1134.3954,357.61856 1132.8438,359.6875 C 1132.3265,360.20473 1134.1109,361.23276 1133.5938,361.75 C 1131.2662,365.11202 1132.2963,358.65303 1129.9688,359.6875 C 1129.4515,359.94612 1130.486,361.21012 1129.9688,361.46875 C 1129.1929,361.46875 1129.2048,360.19613 1128.6875,359.9375 C 1127.653,359.67888 1130.5032,362.50541 1129.4688,363.28125 C 1128.6929,363.79848 1128.1594,362.00001 1127.125,362 C 1126.8664,362 1127.4062,362.52264 1127.4062,362.78125 C 1127.9235,362.78125 1128.4288,363.02263 1128.6875,363.28125 C 1129.4634,364.83295 1127.6422,366.66607 1127.125,368.21875 C 1133.3318,367.18428 1136.1801,364.84584 1138.25,359.15625 C 1138.7672,358.12178 1139.8039,357.09697 1140.0625,356.0625 C 1140.0625,355.80388 1139.0313,355.78987 1139.0312,355.53125 C 1139.0312,355.53125 1139.2812,355.54084 1139.2812,355.28125 z M 1124.0938,362.9375 C 1124.1018,362.94962 1124.1519,362.9666 1124.2812,363.03125 C 1124.5408,363.03125 1124.8265,363.03125 1125.3438,363.03125 C 1124.5672,363.03125 1124.0695,362.90113 1124.0938,362.9375 z M 1113.4375,379.21875 C 1113.3324,379.22688 1113.2209,379.27885 1113.1562,379.34375 C 1111.8622,379.86098 1110.3298,380.37177 1109.8125,381.40625 C 1109.2953,382.69934 1110.5851,383.98817 1110.8438,385.28125 C 1111.8782,383.47093 1113.1616,381.66269 1113.9375,379.59375 C 1114.1315,379.39979 1113.7527,379.19437 1113.4375,379.21875 z M 1104.9062,387.875 C 1104.6476,388.39224 1104.9063,388.63901 1104.9062,389.15625 C 1104.9062,388.89763 1105.1563,388.63361 1105.1562,388.375 C 1105.1562,388.375 1104.9063,387.875 1104.9062,387.875 z M 1098.375,389.3125 C 1095.3759,389.48231 1091.9634,390.6473 1091.1875,392.78125 C 1090.6703,394.59157 1094.8007,395.10454 1096.0938,396.65625 C 1107.2478,391.4833 1103.3735,389.02949 1098.375,389.3125 z M 1051.9688,433.59375 C 1047.982,433.66463 1044.0189,439.00273 1044.625,442.4375 C 1044.8836,443.9892 1045.9257,439.57973 1047.2188,439.0625 C 1048.7705,438.02803 1052.1336,440.10438 1051.875,437 C 1051.875,435.4483 1055.7562,436.22431 1049.0312,441.65625 C 1050.3243,442.17348 1051.3406,443.47736 1052.375,443.21875 C 1061.6862,439.33949 1054.986,439.59575 1054.4688,436.75 C 1054.2092,435.97415 1055.7672,435.45474 1055.25,434.9375 C 1054.2315,433.97576 1053.085,433.5739 1051.9688,433.59375 z M 1037.1562,453.59375 C 1036.6938,453.6267 1036.1919,453.69936 1035.5938,453.8125 C 1034.042,454.07112 1035.0797,456.91705 1034.5625,458.46875 C 1034.3039,459.50322 1033.5172,460.27708 1033,461.3125 C 1033,461.57112 1033.5,461.58514 1033.5,461.84375 C 1036.4094,461.11639 1044.0924,453.09949 1037.1562,453.59375 z M 1009.1875,570.71875 C 1007.1176,570.97737 1004.8147,570.99135 1006.625,571.25 C 1007.4009,571.25 1008.153,570.97738 1009.1875,570.71875 z M 970.65625,606.15625 C 970.39763,605.89763 956.16837,612.11421 967.03125,610.5625 C 968.06572,610.30388 969.37178,610.28985 970.40625,610.03125 C 970.66487,610.03125 971.17887,609.78989 971.4375,609.53125 C 971.17888,608.23816 971.94935,606.41486 970.65625,606.15625 z M 926.4375,654.1875 C 926.43043,654.1976 926.4375,654.21767 926.4375,654.25 C 926.17888,654.25 926.18753,654.52266 926.1875,654.78125 C 924.89345,654.52263 923.59697,654.01403 922.5625,654.53125 C 922.04527,655.04848 922.28667,656.84374 923.0625,656.84375 C 924.09697,656.84375 925.15209,655.54846 926.1875,655.03125 C 926.1875,655.03125 925.90627,655.31249 925.90625,655.3125 C 926.16487,655.05388 926.42887,655.03989 926.6875,654.78125 C 926.6875,654.55496 926.48699,654.11679 926.4375,654.1875 z M 909.875,734.1875 C 909.875,734.1875 909.87498,734.43747 909.875,734.4375 C 909.875,734.4375 909.87498,734.68748 909.875,734.6875 C 909.875,734.93706 909.39113,735.18795 909.125,735.4375 C 907.50517,739.21863 912.67493,746.12975 911.1875,735.46875 C 911.1875,734.95151 910.39222,734.70475 909.875,734.1875 z M 909.125,735.4375 C 909.3502,735.19104 909.37502,734.96874 909.375,734.96875 C 909.27862,735.11867 909.19497,735.27418 909.125,735.4375 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke-width: 1.87696; stroke-miterlimit: 4; stroke-dasharray: none; stroke: rgb(255, 255, 255); stroke-opacity: 1;"/><svg:polygon style="fill: rgb(192, 193, 197); fill-rule: nonzero; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1; fill-opacity: 1;" id="polygon7179" points="107798,24714.8 107666,24440 107630,24274.3 107761,24015.1 107877,23934.5 108035,23918.3 108155,24109.1 108144,24367.7 108050,24600.8 107939,24694.6 107798,24714.8" class="fil6 str1"/></svg:g>
<svg:path id="ir_155" class="fil0 str13" d="M 200541,122092 C 200531.19,122106.71 200521.29,122121.42 200511.48,122136.14" style="fill: none; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:metadata id="metadata1928">
<RDF>
<Work about="">
<format>
image/svg+xml </format>
<type resource="http://purl.org/dc/dcmitype/StillImage"/>
</Work>
</RDF>
</svg:metadata>
<svg:path id="ru-main_163" class="fil0 str1" d="M 207043,14501.9 L 207039.37,42129.6 C 206882.24,42129.6 206620.36,41998.66 206358.38,42443.856 C 206306.01,42548.608 206672.74,42679.548 206594.08,42941.526 C 206410.76,43570.037 206070.32,42600.984 205939.38,43203.406 C 205913.19,43386.722 206253.63,43648.602 206096.51,43727.166 C 206017.94,43753.354 205232.2,43543.85 205258.39,43465.286 C 205284.58,43334.346 205441.81,43255.782 205494.18,43124.842 C 205546.56,42993.902 205101.26,43098.654 204734.63,42600.984 C 204472.75,42260.54 205048.89,42417.668 204629.88,42208.164 C 204315.63,42077.224 204289.44,42679.548 203687.02,42208.164 C 203687.02,42208.164 203346.57,41762.968 203163.26,41736.78 C 202953.65,41684.404 202744.15,41736.78 202560.83,41658.216 C 202508.46,41658.216 202482.27,41291.486 202351.33,41527.178 C 202089.45,42024.848 202115.64,42103.412 202141.83,42600.988 C 202141.83,42679.552 202272.77,42758.214 202220.39,42810.59 C 201827.47,43177.222 201408.47,42889.154 200989.46,43151.034 C 199548.92,44041.523 201303.72,43124.846 200413.23,43884.395 C 200360.85,43936.771 200308.47,43779.545 200256.1,43805.733 C 200125.16,43831.921 199968.03,43884.395 199863.28,43989.147 C 199758.53,44120.087 200360.85,44251.027 200360.85,44329.591 C 200413.23,44408.155 200151.35,44303.403 200046.59,44329.591 C 199941.84,44355.779 199889.47,44486.719 199810.9,44539.095 C 199653.77,44670.035 200125.16,44879.539 200125.16,45089.141 C 200151.35,45351.021 199679.96,45481.961 199679.96,45743.84 C 199679.96,45822.404 199758.53,45848.592 199837.09,45848.592 C 200098.97,45874.78 200282.29,45822.404 200229.91,46267.698 C 200203.72,46739.082 199784.71,46451.014 199784.71,46817.646 C 199810.9,47812.887 199758.53,47079.526 199391.8,47839.076 C 199365.61,47917.64 199522.74,47996.204 199496.55,48074.768 C 199417.98,48467.588 199025.16,48991.445 198841.85,49358.078 C 198710.91,49619.958 198553.78,49881.936 198422.84,50143.815 C 198396.65,50222.379 198449.03,50379.507 198370.37,50405.695 C 198239.43,50405.695 198213.24,50170.003 198082.3,50170.003 C 197872.8,50196.191 198187.05,50589.011 198108.49,50772.327 C 198029.92,50929.455 197820.42,50955.741 197689.48,51060.493 C 197637.1,51112.869 197846.61,51165.245 197846.61,51243.809 C 197794.23,51453.313 197427.6,51479.501 197610.92,51767.569 C 197741.86,51950.885 198187.05,52029.449 198108.49,52265.239 C 198003.74,52579.495 197820.42,52343.803 197584.73,52396.179 C 197296.66,52448.555 197584.73,52946.127 197139.43,52998.503 C 197113.25,52998.503 197087.06,52919.939 197087.06,52946.127 C 196956.12,53339.045 196694.24,53679.488 196510.92,54072.307 C 196458.55,54203.247 197113.25,54124.683 196641.86,54465.127 C 196537.11,54543.789 196353.79,54438.939 196249.04,54517.601 C 196065.73,54700.917 196170.48,55041.361 196039.44,55250.864 C 196013.25,55303.24 195934.69,55277.052 195908.5,55303.24 C 195829.94,55407.992 195725.18,55512.744 195672.81,55643.684 C 195646.62,55696.158 195856.12,55748.534 195803.75,55827.098 C 195699,56088.978 195018.11,56429.422 195201.42,56769.865 C 195253.8,56874.715 195515.68,57031.843 195568.06,57162.783 C 195620.43,57293.723 195253.8,57267.535 195149.05,57188.971 C 195070.48,57136.595 195122.86,56900.903 195044.3,56953.279 C 194808.51,57084.219 194468.06,57267.535 194441.87,57555.603 C 194441.87,57660.355 194703.75,57660.355 194703.75,57791.295 C 194703.75,57922.235 194520.44,57974.611 194415.69,58000.897 C 194337.12,58000.897 194310.93,57869.859 194258.56,57896.047 C 194049.05,57974.611 194049.05,58315.153 193996.68,58315.153 C 193918.11,58341.341 193629.95,58236.589 193577.57,58236.589 C 193027.62,58367.529 193629.95,58969.852 193551.38,58996.04 C 193289.5,59100.792 193472.82,58472.28 193237.13,59126.98 C 193080,59598.462 193813.36,58943.664 193865.74,59284.206 C 193865.74,59441.334 193839.55,59598.462 193865.74,59755.59 C 193891.93,59807.966 193996.68,59834.154 193996.68,59886.53 C 193944.3,59991.282 193708.61,60226.974 193813.36,60200.786 C 193839.55,60200.786 194625.19,59755.59 194625.19,59755.59 C 194677.56,59703.214 194546.62,59624.65 194572.81,59546.086 C 194625.19,59415.146 194939.54,59153.168 195044.29,59519.898 C 195070.48,59650.838 195044.29,59834.154 194939.54,59938.906 C 194860.88,60017.47 194756.13,59860.342 194651.38,59886.53 C 194441.87,59938.906 194703.75,60567.516 194913.35,60619.891 C 195358.55,60777.019 195725.18,60122.221 195803.75,60069.845 C 195934.69,60017.469 196065.72,60148.409 196196.66,60096.033 C 196301.42,60069.845 196694.24,59624.649 196903.74,59886.529 C 197322.84,60436.575 196825.17,60436.575 196668.05,60541.327 C 196537.11,60646.079 196537.11,60881.771 196406.17,60960.335 C 196301.41,61038.899 196118.1,60881.771 195987.06,60960.335 C 195856.12,61038.899 195803.74,61222.215 195725.18,61353.155 C 195620.43,61484.095 195437.11,61588.945 195437.11,61746.073 C 195410.92,61824.637 195620.43,61719.885 195672.8,61772.261 C 195856.12,61929.389 195306.17,62977.011 195698.99,63003.191 C 195803.74,63029.379 195882.31,62872.251 195987.06,62924.627 C 196091.91,62950.815 196091.91,63134.131 196222.85,63186.507 C 196301.41,63212.695 196406.17,63055.567 196484.73,63081.755 C 196694.23,63134.131 196929.93,63212.695 197008.49,63396.011 C 197008.49,63396.011 196877.55,64417.441 196851.36,64417.441 C 196798.99,64548.381 196615.67,64600.757 196537.11,64731.697 C 196432.35,64967.389 196615.67,65255.555 196484.73,65491.246 C 196406.17,65674.562 196013.25,65700.75 196301.41,65910.254 C 196746.61,66198.322 196903.74,65726.938 197322.84,65595.998 C 197558.54,65517.434 197244.28,66276.984 197532.35,66119.758 C 197872.79,65936.442 198108.48,65595.998 198475.21,65465.059 C 198632.34,65438.871 198737.09,65779.315 198894.22,65726.939 C 199758.52,65517.435 198868.03,65019.765 200203.72,65386.495 C 200256.1,65386.495 200360.85,65281.743 200387.04,65334.119 C 200439.41,65438.871 200282.29,65517.435 200282.29,65595.999 C 200360.85,65988.819 201172.77,66617.429 201041.83,66984.059 C 200858.52,67612.669 200282.29,68634.099 199627.58,68895.979 C 199260.85,69026.919 199077.54,68581.625 198841.85,68712.663 C 198527.59,68922.167 199496.55,69865.033 198841.85,70572.103 C 198265.61,71148.337 199103.73,69838.84 198370.37,70284.035 C 198082.3,70467.351 197820.42,70781.607 197401.41,70886.359 C 197296.66,70938.833 197191.81,70912.547 197060.87,70886.359 C 197008.49,70860.171 196982.3,70781.607 196903.74,70781.607 C 196825.18,70807.795 196798.99,70965.021 196720.42,70938.833 C 196641.86,70938.833 196641.86,70781.607 196589.48,70755.419 C 196537.11,70755.419 196510.92,70860.171 196458.54,70860.171 C 196406.17,70860.171 196353.79,70833.983 196301.42,70781.607 C 196222.85,70624.479 196275.23,70257.847 195960.87,70388.787 C 195856.12,70414.975 195777.56,70545.915 195646.62,70572.103 C 195568.05,70572.103 195515.68,70467.351 195463.3,70441.163 L 195410.93,70467.351 C 195410.93,70467.351 195410.93,70467.351 195384.74,70467.351 C 195384.74,70467.351 195384.74,70467.351 195384.74,70467.351 C 195384.74,70467.351 195410.93,70467.351 195410.93,70467.351 C 195070.48,70624.479 195410.93,70729.231 195384.74,70860.171 C 195384.74,70860.171 195384.74,70860.171 195384.74,70860.171 C 195201.42,70991.209 194834.69,71095.961 194782.32,71148.337 C 194756.13,71174.525 194729.94,71200.713 194729.94,71226.901 C 194913.35,71148.337 195306.17,71043.585 195384.74,70886.359 C 195279.99,71069.773 194703.75,71226.901 194651.38,71279.277 C 194468.06,71436.405 194887.17,71750.661 194991.92,71907.788 C 194913.36,71907.788 194834.69,71933.976 194782.32,71986.352 C 194782.32,71986.352 194782.32,72012.54 194782.32,72038.728 C 194808.51,72038.728 194860.88,72038.728 194913.36,72012.54 C 194808.51,72038.728 194703.75,72038.728 194651.38,72117.39 C 194599,72195.954 194703.75,72300.706 194677.57,72379.27 C 194677.57,72379.27 194677.57,72379.27 194677.57,72379.27 C 194415.69,72405.458 193865.74,72012.54 193839.55,72012.54 C 193760.99,72038.728 193734.8,72091.104 193682.32,72143.578 C 193682.32,72143.578 193682.32,72143.578 193682.32,72143.578 C 193577.57,72169.766 193551.38,72326.894 193472.82,72405.458 C 193499.01,72405.458 193499.01,72379.27 193499.01,72379.27 C 193394.26,72457.834 193184.75,72588.774 193106.19,72693.526 C 193184.75,72641.15 193263.32,72588.774 193341.88,72536.398 C 193158.56,72641.15 192922.87,72824.466 192949.06,72929.218 C 193001.44,73007.782 193158.56,73007.782 193184.75,73112.534 C 193001.44,73086.346 192739.56,72981.594 192739.56,73007.782 C 192687.18,73060.158 192687.18,73112.534 192713.37,73164.91 C 192713.37,73164.91 192713.37,73164.91 192713.37,73164.91 C 192634.8,73138.722 192608.62,73138.722 192582.43,73138.722 C 192425.2,73400.7 192949.06,73531.64 192739.56,73898.271 C 192765.74,73898.271 192765.74,73872.083 192765.74,73845.895 C 192687.18,73845.895 192582.43,73845.895 192556.24,73898.271 C 192530.05,73924.459 192530.05,73950.647 192530.05,74003.023 C 192556.24,73976.835 192582.43,73976.835 192608.62,73976.835 C 192530.05,74003.023 192451.39,73976.835 192425.2,74055.399 C 192320.45,74212.527 192660.99,74474.505 192660.99,74605.445 C 192660.99,74605.445 192477.58,75443.46 192425.2,75705.435 C 192268.07,75679.247 192084.76,75522.021 191927.63,75522.021 C 191875.25,75548.209 191849.07,75600.585 191822.88,75653.059 C 191849.07,75679.247 191901.44,75679.247 191953.82,75705.435 C 191901.44,75679.247 191849.07,75653.059 191796.69,75679.247 C 191744.31,75679.247 191718.13,75731.623 191691.94,75783.999 C 191691.94,75783.999 191691.94,75757.811 191691.94,75757.811 C 191351.49,75783.999 189884.77,75181.577 189675.27,75679.247 C 189832.4,75600.585 190094.28,75600.585 190382.44,75653.059 C 189937.15,75574.397 189544.33,75574.397 189518.14,75888.751 C 189491.95,75993.503 189491.95,76150.631 189596.71,76203.007 C 189675.27,76255.383 189884.77,76019.691 190015.71,76176.819 C 190146.65,76360.135 190644.32,76883.993 190565.76,77145.872 C 190539.57,77198.248 190487.2,77276.812 190434.82,77303 C 190487.2,77276.812 190513.38,77224.436 190539.57,77172.06 C 190408.63,77250.624 190251.5,77250.624 190172.94,77119.684 C 190041.9,76988.744 189963.34,76805.33 189910.96,76648.202 C 189884.77,76543.45 189963.34,76333.946 189858.59,76333.946 C 189858.59,76333.946 189072.95,76360.134 189046.76,76360.134 C 189046.76,76360.134 188994.38,76386.322 188863.34,76464.886 C 188339.58,76229.194 188994.38,75967.314 188103.89,76150.63 C 187894.39,76203.006 187763.35,76412.51 187580.04,76412.51 C 186768.21,76386.322 187527.66,75705.435 186480.05,76045.878 C 186165.79,76150.63 185327.68,77250.628 185091.99,77145.868 C 184777.73,76962.552 184568.23,76622.01 184227.68,76464.882 C 184175.31,76438.694 184253.87,76569.634 184227.68,76595.822 C 184175.31,76779.138 184149.12,76962.552 184018.18,77119.68 C 183939.62,77224.432 183756.3,77198.244 183677.74,77276.808 C 183337.29,77695.816 183965.8,77826.756 183756.3,78245.861 C 183651.55,78429.177 183494.42,77826.755 183363.48,78088.733 C 183206.35,78402.989 183468.23,78586.305 182996.75,78612.493 C 182499.18,78664.869 183206.35,78272.049 182918.19,78114.921 C 182342.05,77800.567 182446.8,78350.613 182001.61,78455.365 C 181844.38,78481.553 181687.25,78376.801 181530.13,78429.177 C 181451.56,78429.177 181949.23,78769.621 181922.95,78848.185 C 181739.63,79660.11 181765.82,78455.365 181503.94,78952.937 C 181320.62,79241.103 181713.44,79319.667 181713.44,79555.359 C 181713.44,79581.547 181556.31,80472.036 181530.13,80524.412 C 181425.37,80681.54 181242.06,80760.104 181137.31,80917.232 C 181058.74,81100.548 181137.31,81310.052 181032.55,81493.368 C 180901.61,81676.782 180482.51,81598.218 180403.94,81833.91 C 180194.44,82514.797 180875.43,82514.797 180823.05,82671.925 C 180770.67,82802.963 180692.01,82960.091 180587.26,83091.031 C 180561.07,83143.407 180482.51,83117.219 180456.32,83169.595 C 180456.32,83195.783 180299.19,84007.708 180273,84060.084 C 180168.25,84269.588 179670.68,84217.212 179670.68,84295.776 C 179670.68,84452.904 179932.56,84321.964 179932.56,84321.964 C 180115.88,84452.904 180744.39,85212.453 180901.61,85369.584 C 180953.99,85448.148 180901.61,85605.276 180980.18,85657.652 C 181189.68,85840.968 181215.87,85264.832 181373,85762.404 C 181399.18,85867.156 181399.18,85998.096 181373,86102.848 C 180744.39,87621.948 180351.57,86757.646 179434.89,86364.826 C 179330.13,86312.45 178256.33,85867.156 178177.77,86024.284 C 178073.01,86312.45 177837.32,86836.209 178073.01,87176.654 C 178125.39,87229.03 178361.08,87281.406 178361.08,87412.444 C 178387.27,87988.58 177968.26,88145.707 177968.26,88459.964 C 177942.07,88538.528 178596.87,90319.504 178596.87,90319.504 C 178754,90450.444 179225.38,90214.752 179382.51,90529.008 C 179565.83,90974.302 179277.76,91183.806 179225.38,91550.438 C 179173.01,91943.258 179382.51,92598.058 179434.89,92990.878 C 179461.08,93148.006 179408.7,93357.608 179513.45,93462.36 C 179592.11,93514.736 180849.23,93200.382 181032.55,93252.758 C 181215.87,93305.232 181084.93,93645.676 181242.06,93724.24 C 181320.62,93776.616 181425.37,93619.488 181477.75,93671.864 C 181530.12,93724.24 181477.75,93855.18 181451.56,93959.932 C 181425.37,94012.308 181268.24,94038.496 181320.62,94090.872 C 181425.37,94248 181634.88,94248 181765.82,94378.94 C 181818.19,94405.128 181739.63,94483.79 181713.44,94536.166 C 181713.44,94536.166 181739.63,94562.354 181739.63,94588.542 C 181765.82,94588.542 182472.99,94693.294 182472.99,94693.294 C 182525.36,94640.918 182263.48,94143.248 182289.67,94117.06 C 182472.99,94090.872 182682.49,94169.436 182892,94117.06 C 183232.54,94012.308 183415.85,93488.549 183834.86,93593.3 C 184830.1,93855.18 185275.3,94352.751 186087.22,94876.61 C 186453.85,95112.302 186977.71,95112.302 187239.59,95426.558 C 187396.72,95636.062 187030.09,96055.168 186899.15,96081.356 C 186742.02,96081.356 186427.67,95688.536 186296.73,96159.92 C 186113.41,96867.094 187710.98,96552.74 188261.02,96526.552 C 188287.2,96605.116 188313.39,96683.68 188339.58,96762.244 C 188339.58,96762.244 188339.58,96762.244 188339.58,96762.244 C 188339.58,96762.244 188339.58,96762.244 188339.58,96762.244 C 188365.77,96840.906 188391.96,96893.282 188418.14,96945.658 C 188418.14,96945.658 188418.14,96945.658 188418.14,96945.658 C 188418.14,96971.846 188418.14,96971.846 188418.14,96998.034 C 188418.14,96998.034 188418.14,96998.034 188418.14,96998.034 C 188444.33,97024.222 188444.33,97050.41 188444.33,97076.598 C 188444.33,97076.598 188444.33,97076.598 188444.33,97076.598 C 188444.33,97076.598 188444.33,97102.786 188470.52,97102.786 C 188470.52,97102.786 188470.52,97102.786 188470.52,97102.786 C 188470.52,97102.786 188470.52,97102.786 188470.52,97128.974 C 188470.52,97128.974 188470.52,97128.974 188470.52,97128.974 C 188470.52,97128.974 188470.52,97128.974 188470.52,97128.974 C 188470.52,97128.974 188470.52,97128.974 188470.52,97128.974 C 188470.52,97155.162 188470.52,97155.162 188470.52,97155.162 C 188470.52,97155.162 188470.52,97155.162 188470.52,97155.162 C 188470.52,97155.162 188470.52,97155.162 188470.52,97155.162 C 188470.52,97155.162 188470.52,97155.162 188470.52,97155.162 C 188470.52,97155.162 188470.52,97155.162 188470.52,97181.35 C 188470.52,97181.35 188470.52,97181.35 188470.52,97181.35 C 188470.52,97181.35 188470.52,97181.35 188470.52,97181.35 C 188470.52,97181.35 188470.52,97181.35 188470.52,97181.35 C 188470.52,97181.35 188470.52,97181.35 188470.52,97181.35 C 188470.52,97181.35 188496.71,97181.35 188496.71,97181.35 C 188496.71,97181.35 188496.71,97181.35 188496.71,97181.35 C 188496.71,97181.35 188496.71,97207.538 188496.71,97207.538 C 188496.71,97207.538 188496.71,97207.538 188496.71,97207.538 C 188496.71,97207.538 188496.71,97207.538 188496.71,97207.538 C 188496.71,97207.538 188496.71,97207.538 188496.71,97207.538 C 188496.71,97207.538 188496.71,97207.538 188496.71,97207.538 C 188496.71,97207.538 188496.71,97207.538 188496.71,97207.538 C 188496.71,97233.726 188496.71,97233.726 188496.71,97233.726 C 188496.71,97233.726 188496.71,97233.726 188496.71,97233.726 C 188496.71,97233.726 188496.71,97233.726 188496.71,97233.726 C 188496.71,97233.726 188496.71,97233.726 188496.71,97233.726 C 188496.71,97233.726 188496.71,97233.726 188496.71,97233.726 C 188496.71,97233.726 188496.71,97233.726 188496.71,97233.726 C 188496.71,97233.726 188496.71,97233.726 188496.71,97233.726 C 188496.71,97233.726 188496.71,97233.726 188496.71,97233.726 C 188496.71,97259.914 188496.71,97259.914 188496.71,97259.914 C 188496.71,97259.914 188496.71,97259.914 188496.71,97259.914 C 188496.71,97259.914 188496.71,97259.914 188496.71,97259.914 C 188391.96,98621.784 187999.14,97338.478 187842.01,97731.298 C 187815.82,97809.862 188156.26,97888.426 188051.51,97940.802 C 187763.35,98124.216 187710.97,97626.546 187658.59,97914.614 C 187580.03,98255.156 188182.45,98281.344 188339.58,98569.412 C 188549.08,99040.796 187815.82,98438.472 187710.97,98490.848 C 187501.47,98595.6 187684.78,98909.856 187580.03,99119.359 C 187553.84,99198.021 187396.71,99171.735 187344.34,99250.397 C 187318.15,99328.961 187422.9,99433.713 187396.71,99512.277 C 187291.96,99695.593 187161.02,99852.721 187003.89,100009.85 C 186715.83,100271.73 186689.64,99826.533 186663.45,100140.79 C 186637.26,100297.92 186899.14,100455.14 186794.39,100533.71 C 186558.6,100717.02 186322.91,100376.58 186139.59,100324.1 C 186061.03,100324.1 185930.09,100324.1 185956.28,100350.39 C 186087.22,100507.52 186296.72,100559.9 186401.47,100690.84 C 186480.04,100769.4 186558.6,100926.53 186480.04,100926.53 C 186480.04,100926.53 186480.04,100926.53 186480.04,100926.53 C 186480.04,100926.53 186480.04,100926.53 186480.04,100926.53 C 186480.04,100926.53 186480.04,100926.53 186480.04,100926.53 C 186480.04,100926.53 186480.04,100926.53 186480.04,100926.53 C 186480.04,100926.53 186480.04,100926.53 186480.04,100926.53 C 186480.04,100926.53 186480.04,100926.53 186480.04,100926.53 C 186480.04,100926.53 186480.04,100926.53 186480.04,100926.53 C 186480.04,100926.53 186480.04,100926.53 186480.04,100926.53 C 186427.66,100926.53 186375.28,100926.53 186296.72,100926.53 C 186296.72,100926.53 186296.72,100926.53 186322.91,100926.53 C 186139.59,100900.34 186008.65,100847.96 185851.52,100769.4 C 185799.15,100743.21 185956.28,100638.46 185903.9,100586.08 C 185825.34,100559.9 185563.46,100559.9 185642.02,100612.27 C 185799.15,100717.02 186008.65,100690.83 186191.97,100769.4 C 186244.34,100795.59 186296.72,100874.15 186322.91,100978.9 C 186322.91,100978.9 186322.91,100978.9 186322.91,100978.9 C 186349.1,100978.9 186349.1,101005.09 186349.1,101031.28 C 186349.1,101031.28 186349.1,101031.28 186349.1,101031.28 C 186349.1,101057.47 186349.1,101057.47 186349.1,101057.47 C 186349.1,101057.47 186349.1,101057.47 186349.1,101057.47 C 186375.28,101083.66 186375.28,101109.84 186375.28,101109.84 C 186375.28,101109.84 186375.28,101109.84 186375.28,101136.03 C 186375.28,101136.03 186375.28,101136.03 186375.28,101136.03 C 186375.28,101136.03 186375.28,101162.22 186375.28,101162.22 C 186375.28,101162.22 186375.28,101162.22 186375.28,101162.22 C 186375.28,101162.22 186375.28,101162.22 186375.28,101162.22 C 186375.28,101162.22 186375.28,101162.22 186375.28,101162.22 C 186375.28,101188.41 186375.28,101188.41 186375.28,101214.6 C 186375.28,101214.6 186375.28,101214.6 186375.28,101214.6 C 186375.28,101214.6 186375.28,101214.6 186375.28,101214.6 C 186401.47,101266.97 186401.47,101319.35 186401.47,101371.72 C 186401.47,101371.72 186401.47,101371.72 186401.47,101371.72 C 186401.47,101371.72 186401.47,101371.72 186401.47,101371.72 C 186401.47,101371.72 186401.47,101371.72 186401.47,101371.72 C 186401.47,101371.72 186401.47,101371.72 186401.47,101371.72 C 186401.47,101397.91 186401.47,101397.91 186401.47,101397.91 C 186401.47,101397.91 186401.47,101397.91 186401.47,101397.91 C 186401.47,101397.91 186401.47,101397.91 186401.47,101397.91 C 186401.47,101424.1 186401.47,101424.1 186401.47,101450.29 C 186401.47,101450.29 186401.47,101450.29 186401.47,101450.29 C 186401.47,101450.29 186401.47,101450.29 186401.47,101450.29 C 186401.47,101450.29 186401.47,101450.29 186401.47,101450.29 C 186401.47,101450.29 186401.47,101450.29 186401.47,101450.29 C 186401.47,101450.29 186401.47,101450.29 186401.47,101450.29 C 186401.47,101450.29 186401.47,101450.29 186401.47,101450.29 C 186401.47,101476.48 186401.47,101476.48 186401.47,101476.48 C 186401.47,101476.48 186401.47,101476.48 186401.47,101476.48 C 186401.47,101476.48 186401.47,101476.48 186401.47,101476.48 C 186401.47,101476.48 186401.47,101502.66 186401.47,101502.66 C 186401.47,101502.66 186401.47,101502.66 186401.47,101502.66 C 186401.47,101502.66 186401.47,101502.66 186401.47,101502.66 C 186401.47,101502.66 186401.47,101502.66 186401.47,101502.66 C 186401.47,101502.66 186401.47,101502.66 186401.47,101502.66 C 186401.47,101502.66 186401.47,101502.66 186401.47,101502.66 C 186401.47,101502.66 186401.47,101502.66 186401.47,101502.66 C 186401.47,101502.66 186401.47,101502.66 186401.47,101502.66 C 186401.47,101502.66 186401.47,101502.66 186401.47,101502.66 C 186401.47,101502.66 186401.47,101528.95 186401.47,101528.95 C 186375.28,101607.51 186165.78,101555.14 186191.97,101633.7 C 186191.97,101712.27 186375.28,101581.33 186427.66,101633.7 C 186480.04,101738.45 186349.1,101869.39 186375.28,102000.33 C 186401.47,102131.27 186558.6,102209.84 186558.6,102366.97 C 186584.79,102419.34 186401.47,102393.15 186401.47,102445.53 C 186349.1,102707.51 186584.79,102995.58 186532.41,103257.45 C 186532.41,103336.02 186349.1,103336.02 186349.1,103414.58 C 186349.1,103624.09 186794.39,103964.63 186584.79,103964.63 C 186427.66,103938.44 186322.91,103545.52 186191.97,103650.27 C 186061.03,103755.03 186375.28,103964.63 186375.28,104147.94 C 186375.28,104566.95 185720.59,104750.27 186165.78,105274.12 C 186689.64,105876.45 186401.47,105247.94 187108.65,105326.5 C 187291.96,105326.5 187344.34,105588.38 187501.47,105614.57 C 187606.22,105666.94 187710.97,105483.63 187815.82,105509.82 C 187972.95,105562.19 187999.14,105771.7 188130.08,105850.26 C 188365.77,106033.58 189099.13,106478.87 189099.13,106557.43 C 189151.5,107185.95 188837.15,107133.57 189308.63,107500.3 C 189334.82,107526.49 189387.2,107500.3 189387.2,107474.11 C 189334.82,107212.13 188994.38,106243.18 189020.56,106216.89 C 189072.94,106085.95 189282.44,105902.64 189361.01,106007.39 C 189491.95,106164.52 189334.82,106400.31 189361.01,106609.81 C 189387.2,106793.13 189439.57,106976.44 189491.95,107133.57 C 189570.51,107395.45 189544.32,107840.74 189806.2,108024.06 C 189884.77,108076.43 190015.71,107814.55 190015.71,107893.12 C 190068.08,108364.5 189753.83,108443.07 190225.31,108914.55 C 190356.25,109045.49 190565.75,109045.49 190722.88,109071.68 C 190801.45,109097.86 190906.2,109019.3 190958.57,109071.68 C 191010.95,109124.05 191220.45,109700.19 191403.87,109752.56 C 191534.81,109778.85 191639.56,109647.81 191744.31,109674 C 192006.19,109752.56 193237.12,110459.74 193499,110643.05 C 193656.13,110773.99 193760.98,110983.59 193944.3,111062.16 C 194101.42,111114.53 194232.36,110983.59 194389.49,110983.59 C 194389.49,110983.59 194389.49,110983.59 194389.49,110983.59 C 194389.49,110983.59 194389.49,110983.59 194389.49,110983.59 C 194389.49,110983.59 194389.49,110983.59 194389.49,110983.59 C 194389.49,110983.59 194389.49,110983.59 194389.49,110983.59 C 194389.49,110983.59 194389.49,110983.59 194389.49,110983.59 C 194389.49,110983.59 194389.49,110983.59 194389.49,110983.59 C 194389.49,110983.59 194415.68,110983.59 194415.68,110983.59 C 194415.68,110983.59 194415.68,110983.59 194415.68,110983.59 C 194415.68,110983.59 194415.68,110983.59 194415.68,110983.59 C 194415.68,110983.59 194415.68,110983.59 194415.68,110983.59 C 194415.68,110983.59 194415.68,110983.59 194415.68,110983.59 C 194415.68,110983.59 194415.68,110983.59 194415.68,110983.59 C 194415.68,110983.59 194415.68,110983.59 194415.68,110983.59 C 194415.68,110983.59 194415.68,110983.59 194415.68,110983.59 C 194415.68,110983.59 194415.68,110983.59 194415.68,110983.59 C 194415.68,110983.59 194415.68,110983.59 194415.68,110983.59 C 194415.68,110983.59 194415.68,110983.59 194415.68,110983.59 C 194415.68,110983.59 194415.68,110983.59 194415.68,110983.59 C 194415.68,110983.59 194415.68,110983.59 194415.68,110983.59 C 194441.87,110983.59 194441.87,110983.59 194441.87,110983.59 C 194441.87,110983.59 194441.87,110983.59 194441.87,110983.59 C 194441.87,110983.59 194441.87,110983.59 194441.87,110983.59 C 194441.87,110983.59 194441.87,110983.59 194441.87,110983.59 C 194441.87,110983.59 194441.87,110983.59 194441.87,110983.59 C 194441.87,110983.59 194441.87,110983.59 194441.87,110983.59 C 194441.87,110983.59 194441.87,110983.59 194468.06,110983.59 C 194468.06,110983.59 194468.06,110983.59 194468.06,110983.59 C 194494.24,110983.59 194520.43,111009.78 194546.62,111009.78 L 194546.62,111088.35 C 194127.61,112581.16 194415.68,111769.23 193996.67,112895.42 C 193918.11,113131.11 194101.42,113812.09 194022.86,113890.66 C 193760.98,114178.73 192818.11,114650.21 192425.2,114362.04 C 191822.88,113916.85 193263.31,114152.54 191744.31,113759.72 C 191665.75,113733.53 191665.75,113916.85 191587.18,113916.85 C 191534.81,113916.85 190932.39,113707.34 190775.26,113628.78 L 190277.69,113419.27 L 190251.5,113419.27 C 190146.65,113471.65 190068.09,113524.03 190015.71,113550.21 C 190015.71,113550.21 190015.71,113550.21 190015.71,113550.21 C 190015.71,113550.21 190015.71,113550.21 190015.71,113550.21 C 189910.96,113524.03 189544.33,113707.34 189439.57,113681.15 C 189334.82,113681.15 189230.07,113576.4 189151.51,113576.4 C 189125.32,113576.4 188496.71,113890.66 188470.52,113890.66 C 188391.96,113890.66 188339.58,113733.53 188234.83,113681.15 C 188130.08,113654.97 187999.14,113681.15 187894.38,113681.15 C 187763.35,113681.15 187658.59,113681.15 187527.65,113681.15 C 187501.47,113681.15 187449.09,113707.34 187449.09,113681.15 C 187396.71,113524.03 187527.65,112659.72 187239.59,112659.72 C 187082.46,112685.91 186899.14,112685.91 186742.01,112738.29 C 186610.98,112790.66 186532.41,113026.36 186375.28,113026.36 C 185799.15,113026.36 185877.71,112685.91 185065.78,112816.85 C 184856.28,112843.04 185144.35,113314.52 184987.22,113445.46 C 184803.9,113576.4 184542.02,113104.92 184306.33,113209.67 C 183520.6,113576.4 183756.29,114676.39 182734.86,114676.39 C 182342.04,114676.39 182787.24,114152.53 182630.11,114152.53 C 182027.79,114126.35 181346.8,114335.85 180744.38,114283.47 C 180613.44,114257.29 180482.5,114204.91 180377.75,114152.53 C 180325.37,114100.16 180351.56,113995.41 180299.19,113969.22 C 179906.37,113864.47 179408.7,114231.1 179408.7,114231.1 C 179225.38,114283.47 179015.88,114178.72 178806.37,114204.91 C 177287.37,114545.45 178780.18,114309.66 178099.2,114754.96 C 178073.01,114754.96 176920.64,115200.15 176920.64,115200.15 C 176711.13,115200.15 176527.82,114990.65 176318.31,114964.46 C 176239.75,114964.46 175558.77,115278.72 175506.39,115278.72 C 175165.95,115331.09 174825.4,114990.65 174484.96,115069.21 C 174354.02,115095.4 174301.64,115278.72 174170.7,115331.09 C 173900.68,115457.13 173686.18,115462.42 173521.1,115465.17 C 173205.97,115470.47 173070.71,115466.25 173070.71,116273.96 L 172782.64,116247.77 L 172258.78,115985.89 C 172232.6,116012.08 172232.6,116012.08 172232.6,116012.08 C 171735.02,115881.14 171289.73,115514.41 170818.35,115304.9 C 170373.15,115121.59 169194.6,114624.02 168723.12,114650.2 C 168408.86,114676.39 168094.61,114990.65 167754.06,114885.9 C 167518.37,114807.33 166523.13,114073.97 166392.19,114126.35 C 166287.44,114178.72 166654.17,114335.85 166575.51,114440.6 C 166549.32,114466.89 165816.06,114624.02 165789.87,114624.02 C 165344.58,114650.21 165161.26,114021.6 164768.44,113864.47 C 164192.21,113654.96 163642.26,114073.97 163144.69,113759.72 C 162725.58,113524.02 164270.77,113366.9 163851.77,113000.17 C 163720.83,112895.42 163589.89,113288.24 163458.95,113209.67 C 163328.01,113131.11 163301.82,112869.23 163406.57,112738.29 C 163485.13,112633.54 163668.45,112764.48 163799.39,112764.48 C 163930.33,112764.48 164087.46,112738.29 164192.21,112790.66 C 164244.59,112816.85 164113.65,112947.79 164166.02,112921.6 C 164218.4,112895.42 164218.4,112790.66 164270.77,112764.48 C 164401.81,112685.91 164558.94,112607.35 164716.07,112581.16 C 164768.44,112581.16 164768.44,112685.91 164794.63,112685.91 C 164899.38,112581.16 164899.38,112397.84 165004.14,112345.47 C 165187.45,112266.9 165396.96,112371.66 165580.37,112345.47 C 165632.75,112345.47 165475.62,112319.28 165475.62,112266.9 C 165449.33,112188.34 165554.18,112083.49 165527.99,112004.93 C 165501.81,111847.8 164951.76,111612.11 164847.01,111402.6 C 164689.88,111166.91 165056.51,111507.35 165108.89,111350.23 C 165135.08,111297.85 164977.95,111297.85 164977.95,111219.29 C 165004.14,111062.16 165161.26,110931.12 165239.83,110747.8 C 165344.58,110485.92 164977.95,109962.16 165135.08,109805.04 C 165527.99,109333.55 165344.58,109805.04 165658.93,110381.17 C 165685.12,110459.74 165632.75,110224.04 165632.75,110145.48 C 165632.75,110119.29 165449.33,109281.18 165658.93,109202.62 C 165842.25,109124.05 166313.63,109543.06 166523.14,109202.62 C 166549.32,109150.24 166496.95,109045.49 166418.38,108993.11 C 166208.88,108862.17 165920.81,108966.92 165685.12,108862.17 C 165527.99,108783.61 165423.14,108600.29 165239.83,108574.01 C 164506.56,108416.88 164585.13,108809.8 164113.65,108207.37 C 164035.08,108102.62 163851.77,108024.06 163904.14,107945.49 C 163956.52,107840.74 164113.65,107997.87 164218.4,107997.87 C 164349.44,107971.68 164480.38,107919.31 164585.13,107840.74 C 164768.45,107683.61 164742.26,107343.07 164977.95,107238.32 C 165030.33,107212.13 165056.51,107343.07 165108.89,107369.26 C 165213.64,107421.73 165868.44,107447.92 165763.69,107212.13 C 165711.31,107055 165396.96,107290.7 165239.83,107185.94 C 164689.88,106766.94 165423.15,106662.18 165449.33,106662.18 C 165842.25,106452.68 166182.69,105588.37 166339.82,105509.81 C 166392.2,105509.81 166392.2,105614.57 166418.39,105614.57 C 166549.33,105588.38 166706.55,105562.19 166785.12,105457.44 C 167047,105064.62 166863.68,104776.45 166444.57,104645.51 C 166313.63,104619.32 166156.51,104645.51 166025.57,104724.08 C 165527.99,104933.58 165894.63,104881.2 165842.25,105169.37 C 165763.69,105562.19 164689.88,105745.51 164454.19,106007.39 C 164454.19,106033.57 164428,106033.57 164428,106059.76 L 164428,106033.57 C 164218.4,105797.88 164349.44,105719.32 164401.81,105483.63 C 164454.19,105195.56 164087.46,105562.19 164087.46,105405.06 C 164113.65,105221.75 163956.52,104593.14 164035.08,104436.01 C 164061.27,104436.01 164820.82,103728.83 164820.82,103728.83 C 164873.2,103624.08 164742.26,103493.14 164742.26,103388.39 C 164716.07,103283.64 164689.88,103152.7 164768.45,103047.95 C 165161.27,102576.46 166392.2,102786.07 166758.93,102236.02 C 166837.49,102131.27 166706.55,101974.14 166654.17,101843.2 C 166627.89,101790.83 166523.14,101764.64 166523.14,101712.26 C 166523.14,101633.7 166680.36,101633.7 166680.36,101581.32 C 166680.36,101502.66 166575.51,101450.28 166549.32,101371.72 C 166523.14,101240.78 166549.32,101083.65 166575.51,100926.52 C 166575.51,100874.15 166654.17,100821.77 166654.17,100769.4 C 166758.93,100455.14 166287.44,100743.21 166287.44,100743.21 C 166208.88,100690.83 166366.01,100559.89 166339.82,100455.14 C 166235.07,100271.73 166077.94,100088.41 165947,99931.281 C 165763.68,99747.965 165475.62,100193.16 165449.33,99905.093 C 165318.39,99066.98 165396.95,99302.769 165868.44,99093.168 C 165894.62,99066.98 166104.13,98621.784 165947,98674.16 C 165580.37,98752.724 165396.95,99014.604 165082.7,98752.724 C 164742.25,98464.656 165344.58,98386.092 165423.14,98255.152 C 165501.8,98176.588 165396.95,98045.648 165423.14,97966.986 C 165501.8,97626.542 165816.06,97443.226 165501.8,97102.783 C 165396.95,96971.843 165213.64,96945.655 165108.89,96840.903 C 164977.95,96683.677 165292.2,96343.233 165082.7,96317.045 C 164585.13,96290.857 164899.38,96709.865 164506.56,96788.429 C 163170.87,96998.031 164847.01,96605.113 163773.2,96421.797 C 163432.76,96369.421 163406.57,96762.241 163118.5,96578.925 C 163013.65,96526.549 162935.09,96395.609 162856.52,96317.045 C 162620.83,96159.917 162725.58,96762.241 162437.52,96762.241 C 162254.2,96762.241 162070.88,96709.865 161887.47,96631.301 C 161808.91,96578.925 161756.53,96395.609 161651.78,96421.797 C 161520.84,96421.797 161468.46,96683.677 161311.33,96683.677 C 161128.02,96683.677 160997.08,96500.361 160787.57,96474.173 C 160106.59,96369.421 161128.02,97390.85 160420.84,97259.91 C 160237.53,97233.722 160185.15,96998.03 160028.02,96919.466 C 159923.27,96867.09 159766.14,96945.654 159635.2,96893.278 C 159242.29,96762.24 158954.22,96264.668 158613.77,96002.789 C 158509.02,95924.225 157539.96,96919.466 157199.42,97390.849 C 157094.67,97547.977 156832.79,97259.909 156649.48,97233.721 C 156544.72,97233.721 156544.72,97390.849 156466.16,97443.225 C 156335.22,97521.789 156230.47,97207.533 156073.34,97155.157 C 155444.73,96998.029 155313.79,97914.608 154868.59,97678.917 C 154685.18,97600.353 154528.05,97495.601 154397.11,97364.661 C 154292.36,97259.909 154187.6,97128.969 154161.42,96971.841 C 154161.42,96893.277 154318.54,96867.089 154292.36,96788.427 C 154292.36,96683.675 153611.37,96081.352 153585.18,96002.788 C 153558.99,95924.224 153716.22,95793.284 153663.75,95740.908 C 153637.56,95714.72 153585.18,95714.72 153558.99,95714.72 C 153454.24,95740.908 153375.68,95819.472 153270.93,95819.472 C 153087.61,95845.66 153061.42,95531.306 152956.67,95400.366 C 152930.48,95347.99 152878.11,95347.99 152825.73,95374.178 C 152720.98,95426.554 152170.93,95767.096 152066.18,95767.096 C 152013.8,95793.284 152013.8,95636.058 151935.24,95636.058 C 151751.92,95636.058 151568.61,95662.344 151411.48,95714.72 C 151359.1,95740.908 151201.88,96107.54 151070.94,95845.66 C 151044.75,95793.284 151149.5,95740.908 151149.5,95688.532 C 151175.69,95609.87 151175.69,95505.118 151123.31,95452.742 C 151044.75,95374.178 150940,95426.554 150861.43,95347.99 C 150730.49,95269.426 150887.62,95007.546 150782.87,94902.794 C 150678.12,94771.854 150311.49,94693.29 150390.05,94536.162 C 150494.8,94405.124 151097.13,94274.184 150940,94038.492 C 150730.49,93724.236 150232.92,93750.424 150075.7,93619.484 C 149970.95,93540.92 149892.38,93436.168 149866.19,93331.416 C 149813.82,93226.566 149892.38,93095.626 149840.01,93043.25 C 149735.25,92938.498 149578.13,92938.498 149473.37,92859.934 C 149316.25,92755.182 149237.68,92545.678 149054.37,92519.49 C 148844.76,92467.114 148766.2,92938.498 148530.51,92938.498 C 148451.94,92938.498 148478.13,92755.182 148399.57,92755.182 C 147378.14,92676.618 148006.75,93252.754 147404.33,93514.731 C 147404.33,93514.731 146278.15,93593.295 146251.96,93593.295 C 146199.58,93593.295 146382.9,94378.934 146147.2,94614.725 C 145990.08,94745.665 145806.76,94876.605 145597.26,94902.793 C 145518.69,94902.793 145544.88,94745.665 145466.32,94693.289 C 145413.84,94667.101 145335.28,94798.041 145282.9,94771.853 C 145204.34,94719.477 145256.71,94614.725 145204.34,94536.161 C 145204.34,94536.161 144654.39,94195.619 144654.39,94169.431 C 144628.2,94117.055 144732.95,94038.491 144706.77,93986.115 C 144628.2,93802.799 144444.89,93698.047 144418.7,93540.919 C 144392.51,93462.355 144549.64,93436.167 144549.64,93357.603 C 144497.26,93174.189 144130.53,93174.189 144104.35,92964.685 C 144078.16,92886.121 144235.29,92859.933 144261.47,92781.369 C 144340.14,92467.113 143397.27,92283.797 143318.71,92074.195 C 143213.95,91864.691 143397.27,91602.811 143371.08,91367.12 C 143371.08,90948.112 144628.2,91498.06 144968.64,91288.556 C 145204.33,91157.616 145466.31,90659.946 145440.03,90398.067 C 145440.03,90371.879 145335.27,90398.067 145361.46,90371.879 C 145492.5,90240.939 145728.19,90188.563 145806.76,90031.435 C 145885.32,89926.683 145806.76,89690.893 145702,89638.517 C 145256.71,89481.389 145204.33,89664.705 144968.64,89402.825 C 144890.08,89298.073 145151.96,88931.441 144863.89,88957.629 C 144549.64,88983.817 144392.51,88879.065 143947.21,89010.005 C 143790.09,89062.381 143632.96,89219.509 143475.83,89167.133 C 143344.89,89114.757 143580.58,88381.396 143344.89,88224.268 C 143266.33,88171.892 142454.4,88171.892 142192.52,87988.576 C 141773.41,87726.696 142035.39,87464.816 141432.97,87281.402 C 141328.22,87229.026 141590.1,86783.83 141485.35,86757.642 C 141118.72,86757.642 140987.78,86731.454 140568.67,86443.386 C 140385.35,86338.634 140725.8,85788.588 140673.42,85683.837 C 140516.29,85448.145 140883.02,85631.461 140778.27,85474.333 C 140699.61,85343.393 140071.1,84845.723 140097.29,84714.784 C 140202.04,84348.152 140254.41,84086.273 140044.91,83719.543 C 139992.53,83614.791 139835.41,83824.295 139730.65,83824.295 C 139704.47,83824.295 138866.35,83300.535 138866.35,83300.535 C 138211.56,83038.655 138683.04,83248.159 138316.31,83405.287 C 138263.93,83431.475 137949.68,83379.099 137871.11,83457.663 C 137740.17,83640.979 137530.67,84138.649 137321.16,84243.4 C 136902.06,84452.904 136928.25,83379.099 136928.25,83379.099 C 136116.42,83195.783 136273.55,83300.535 135723.5,83719.543 C 135592.56,83824.295 135487.8,83457.663 135356.86,83352.911 C 134911.67,83038.655 135042.61,83902.957 134387.81,83379.099 C 134597.31,82619.55 133837.86,81912.479 133392.57,81545.839 C 133209.25,81414.801 133575.89,81179.109 133209.25,81126.733 C 133078.31,81100.545 132973.56,81310.049 132842.62,81283.861 C 132790.25,81283.861 132842.62,81205.297 132842.62,81152.921 C 132842.62,81126.733 132868.81,81074.357 132868.81,81048.169 C 132868.81,80864.853 132921.19,80681.537 132895,80498.221 C 132868.81,80419.657 132685.49,80445.845 132685.49,80367.281 C 132685.49,80026.739 133314,79817.235 132449.7,79502.98 C 132344.95,79476.792 132187.82,79476.792 132109.26,79398.228 C 132030.7,79293.476 132161.64,79110.062 132056.88,79057.686 C 131952.13,78979.122 131847.38,79110.062 131716.44,79136.25 C 131768.82,79005.31 131585.5,78638.678 131664.06,78560.114 C 131716.44,78507.738 131847.38,78507.738 131873.57,78429.174 C 131899.76,78376.798 131795,78350.61 131795,78272.046 C 131768.82,78219.67 131768.82,78141.106 131795,78088.73 C 132109.26,77826.752 132135.45,78114.918 132240.2,77800.564 C 132266.39,77722 132030.7,77774.376 131952.13,77695.812 C 131768.82,77512.496 131873.57,77381.556 131821.19,77198.24 C 131795,77119.676 131376,76883.984 131297.33,76805.322 C 131087.83,76438.69 131323.52,76595.818 131323.52,76255.374 C 131323.52,75783.99 130799.76,75286.321 130721.2,74814.934 C 130695.01,74526.866 131009.27,74317.264 131087.83,74107.76 C 131087.83,74107.76 131114.02,73453.061 131114.02,73453.061 C 131114.02,73322.121 131009.27,73164.895 131087.83,73060.143 C 131349.81,72510.195 131795,72745.887 131166.39,72353.068 C 131218.77,71960.15 130616.45,71541.143 130930.7,71226.888 C 131009.27,71174.512 131087.83,71331.64 131140.21,71357.828 C 131271.15,71436.392 131428.37,71645.896 131533.12,71541.144 C 131664.06,71436.392 131480.75,71200.7 131506.94,71017.384 C 131533.12,70676.842 132135.45,70965.008 132214.01,70938.82 C 132842.62,70807.782 131690.25,70100.707 133104.5,70022.143 C 133575.88,69995.955 135094.98,70257.835 134361.62,69655.413 C 134230.68,69550.661 133968.8,69707.789 133811.67,69629.225 C 133418.75,69445.909 133602.07,68974.526 132973.56,69236.405 C 132737.87,69314.969 132449.7,69681.601 132109.26,69524.473 C 132056.88,69498.285 132030.69,69393.533 131978.32,69341.157 C 131873.57,69210.217 131768.81,69079.277 131611.69,69026.901 C 131506.93,68974.525 131323.52,69157.841 131244.96,69053.089 C 131009.26,68738.833 131244.96,68188.788 131009.26,67874.529 C 130983.08,67822.153 130511.69,68607.89 130485.5,68607.89 C 130276,68712.642 130040.21,68686.454 129856.89,68791.206 C 129804.52,68817.394 129830.71,68869.77 129830.71,68922.146 L 129778.33,68869.77 C 129935.46,68267.348 130433.13,67638.84 130747.38,67114.98 C 131559.31,65674.54 132056.88,64024.6 132606.92,62479.32 C 133025.93,61353.14 133156.87,61065.07 133209.25,59860.33 C 133235.43,59677.014 133340.19,59467.51 133261.62,59284.194 C 133052.12,58681.772 130721.19,57817.474 130118.77,57398.464 C 130040.21,57346.088 130983.07,55905.654 130328.37,55407.984 C 130092.58,55224.668 129595.01,55407.984 129437.89,55146.104 C 128756.9,53967.544 129595.01,54517.593 129385.51,54177.051 C 129071.25,53705.667 128730.71,54072.299 128337.89,53600.915 C 127997.45,53207.997 128233.14,53181.809 128416.45,52815.178 C 128521.21,52579.486 127892.69,52579.486 127892.69,52474.734 C 127918.88,52291.418 127918.88,51348.554 127918.88,51322.364 C 127368.84,50850.882 128023.63,51139.048 128180.76,50955.732 C 128285.51,50798.506 127630.72,49855.742 127552.15,49750.892 C 127106.96,49148.568 126609.29,48441.392 126085.53,47917.632 C 126006.97,47839.068 125587.96,47524.812 125509.4,47367.586 C 125116.48,46634.323 126373.6,44774.776 125876.03,44329.586 C 125745.09,44172.458 125509.4,44172.458 125352.17,44067.706 C 125064.1,43858.104 124933.16,43491.472 124645.09,43308.157 C 124618.91,43308.157 123728.42,43177.217 123702.23,43177.217 C 123545.1,43046.277 123492.73,42836.773 123387.97,42653.359 C 122811.74,41710.592 123492.73,41789.156 123204.66,41108.169 C 123073.62,40793.913 122576.05,41081.981 122680.8,40898.665 C 122680.8,40898.665 122680.8,40898.665 122680.8,40898.665 L 123230.85,40322.431 C 123230.85,40322.431 123230.85,40322.431 123230.85,40322.431 C 123545.1,40427.281 123387.97,39720.107 123309.41,39405.852 C 123335.6,39458.228 123335.6,39510.604 123361.78,39562.98 L 123492.72,39039.122 C 123440.35,39091.498 123387.97,39143.874 123361.78,39196.348 C 123597.48,38855.806 124357.03,38332.047 123911.73,37965.318 C 123649.85,37729.626 124461.78,38148.732 124776.03,38043.98 C 125090.29,37939.13 124723.66,37441.558 124566.53,37232.055 C 124933.16,37205.867 125718.9,37205.867 125745.09,37179.679 C 125823.65,37074.927 125535.59,36970.175 125509.4,36839.235 C 125457.02,36629.633 125483.21,36420.129 125561.77,36210.625 C 125587.96,36105.873 126295.04,36446.317 126399.79,36524.881 C 126556.92,36708.197 126949.83,36289.189 127133.15,36446.317 C 127264.09,36603.445 127211.71,36943.987 127054.59,37074.927 C 126818.89,37336.807 126242.66,36577.257 126006.97,36839.235 C 125876.03,37022.551 125954.59,37336.807 126111.72,37467.746 C 126242.66,37572.498 126452.16,37205.866 126609.29,37310.618 C 126714.14,37389.182 126661.76,37546.31 126609.29,37703.438 C 127002.21,37415.37 127971.26,37127.302 128023.64,37362.994 C 128154.58,37939.13 127656.91,37022.55 127892.7,37939.13 C 127918.89,38096.356 128206.96,38096.356 128206.96,38253.484 C 128233.14,38489.176 127525.97,38724.868 128023.64,39065.311 C 128128.39,39117.687 127918.89,38829.619 127971.26,38724.867 C 128023.64,38515.363 128233.14,38384.423 128337.9,38201.107 C 128364.08,38148.731 128337.9,38096.355 128337.9,38017.791 C 128416.46,37834.377 128468.84,37572.497 128599.78,37441.557 C 128992.69,37074.925 129149.82,37520.121 129542.64,37389.181 C 130144.97,37179.677 130433.13,36891.609 131140.2,37048.737 C 131952.13,37232.053 133130.68,37441.557 133968.8,37782 C 134152.12,37860.564 134283.06,38043.978 134466.37,38122.542 C 134597.31,38174.918 134754.44,38122.542 134885.48,38201.106 C 134990.23,38253.482 134990.23,38436.798 135094.98,38462.986 C 135252.11,38515.362 135540.18,38593.926 135592.56,38436.798 C 135671.12,38279.67 135304.49,38358.234 135173.55,38305.858 C 135121.17,38305.858 135278.3,38332.046 135304.49,38305.858 C 135330.68,38279.67 135252.11,38201.106 135278.3,38201.106 C 135566.37,38174.918 137111.56,38960.557 137242.59,38620.114 C 137294.97,38462.986 136954.42,38384.422 136954.42,38227.294 C 136954.42,38148.73 137137.74,38305.858 137216.3,38358.234 C 137399.72,38462.986 137530.66,38620.114 137687.79,38698.678 C 137792.54,38751.054 137949.67,38672.49 138054.42,38724.866 C 138211.55,38829.618 138290.11,39012.934 138421.15,39117.686 C 138604.46,39274.912 138840.16,38908.182 139075.85,38934.37 C 139337.73,38960.558 139285.35,39536.792 139494.85,39693.919 C 139521.04,39720.107 139547.23,39641.543 139573.52,39641.543 C 139861.58,39720.107 139835.4,40165.303 139966.34,40296.242 C 140071.09,40374.904 140254.4,40217.678 140359.16,40296.242 C 140699.6,40558.22 140752.07,41710.592 140673.41,42129.592 C 140621.04,42522.412 140673.41,42705.826 140621.04,43072.457 C 140385.34,44277.207 139102.04,45534.327 137949.67,45743.827 C 137452.09,45822.391 137137.74,45665.263 136666.36,45665.263 C 136142.6,45691.451 135644.93,45927.143 135121.17,45979.519 C 134885.47,46005.707 134649.68,46136.647 134413.99,46110.459 C 134099.74,46084.271 133497.32,45665.263 133183.06,45796.203 C 133025.93,45848.579 133025.93,46110.459 132868.81,46162.835 C 132764.05,46189.023 132711.68,45979.519 132606.93,45953.331 C 132475.89,45900.955 132318.76,46005.707 132214.01,45927.143 C 132109.26,45848.579 132292.57,45560.511 132161.63,45560.511 C 132030.69,45586.699 132109.26,45874.767 132004.5,45927.143 C 131847.38,46031.895 131637.87,46031.895 131454.56,46005.707 C 131271.14,46005.707 130328.38,45717.639 130197.44,45481.947 C 130144.96,45377.195 130354.56,45220.067 130276,45089.127 C 130223.62,45036.653 128966.4,45246.255 128809.28,45298.631 C 128756.9,45324.819 128861.66,45455.759 128914.03,45455.759 C 129306.95,45429.571 129647.39,45167.691 129909.27,45665.263 C 129961.65,45717.639 129725.96,45717.639 129699.77,45796.203 C 129673.58,45848.579 129830.71,45743.827 129856.9,45796.203 C 129909.27,45848.579 129778.33,45927.143 129830.71,45979.519 C 129856.9,46031.895 129935.46,45900.955 129987.84,45927.143 C 130197.44,46005.707 130302.19,46320.061 130511.69,46346.249 C 131349.81,46503.377 130904.51,46136.647 131690.25,46608.129 C 131795.01,46686.693 132004.51,46686.693 132056.89,46843.821 C 132083.07,46922.385 131402.19,47210.453 131664.07,47420.055 C 131768.82,47498.619 131899.76,47236.641 132030.7,47210.453 C 132161.64,47184.265 133759.3,47577.183 133916.43,47786.687 C 134099.74,48074.755 134047.37,47970.003 134283.06,48284.259 C 134361.62,48389.011 134702.07,48441.387 134597.32,48519.951 C 134466.38,48624.801 134256.87,48336.635 134099.74,48415.199 C 134047.37,48415.199 134492.56,48965.245 134492.56,48991.433 C 134833.01,49908.11 134414,49200.937 134125.93,49934.298 C 134099.74,50012.862 134335.44,49908.11 134414,49960.486 C 134518.75,50039.05 135278.3,50772.313 135278.3,50798.501 C 135278.3,50877.065 135173.55,50929.441 135199.74,51008.103 C 135199.74,51217.607 135644.93,51112.855 135697.31,51322.359 C 135749.69,51427.111 135461.62,51584.239 135540.18,51688.991 C 135618.75,51793.743 135802.06,51453.299 135906.81,51531.863 C 135985.38,51610.427 135697.31,51688.991 135697.31,51819.931 C 135671.12,52003.247 135697.31,52239.037 135828.25,52369.977 C 135828.25,52396.165 136954.43,52736.609 137033,52710.421 C 137190.13,52684.233 136902.06,52186.661 138054.43,52605.669 C 140254.42,53443.782 136718.74,52134.285 138656.85,53234.18 C 138709.23,53286.556 140594.86,53181.804 140647.23,53155.616 C 140752.08,53077.052 140594.86,52867.548 140673.42,52762.796 C 140725.8,52684.232 140883.02,52788.984 140935.4,52710.42 C 141275.84,52239.036 140961.59,51688.99 140621.04,51322.36 C 140437.73,51139.044 140437.73,51322.36 140202.04,51191.42 C 140123.47,51165.232 140149.66,50981.916 140071.1,51008.104 C 139992.53,51008.104 140018.72,51139.044 139992.53,51217.608 C 139992.53,51269.984 140044.91,51322.36 139992.53,51348.548 C 139835.4,51479.488 139599.71,51584.24 139363.92,51558.052 C 139206.79,51531.864 137504.48,50353.302 137556.85,50196.182 C 137635.42,50012.866 137923.48,49986.678 138054.42,49855.738 C 138211.55,49698.512 137792.54,49436.632 137792.54,49200.94 C 137818.73,48519.954 139652.08,49515.196 139730.65,49515.196 C 139940.16,49489.008 140123.47,49279.504 140332.98,49305.692 C 140385.35,49305.692 140411.54,49384.256 140437.73,49462.82 C 140437.73,49462.82 140463.92,49436.632 140463.92,49436.632 C 140752.08,49148.564 142061.58,49646.136 142271.09,49541.384 C 142428.22,49462.82 142349.65,49174.752 142480.59,49070 C 142716.28,48886.684 143109.2,49358.068 143580.58,49043.812 C 143790.09,48912.872 143266.33,48677.18 143161.57,48467.578 C 143135.39,48415.202 143240.14,48362.826 143240.14,48310.45 C 143109.2,47839.066 141590.1,47341.397 141223.47,46896.2 C 140699.61,46241.501 141302.03,45848.58 141485.35,45220.07 C 141563.91,44984.28 141432.97,44696.212 141563.91,44486.709 C 141799.6,44041.513 142218.71,43831.911 142402.02,43281.959 C 142428.21,43151.019 142375.84,41841.519 142480.59,41789.149 C 142637.72,41736.773 142847.22,41762.961 143030.54,41762.961 C 143397.27,41789.149 143109.2,42051.029 143135.39,42051.029 C 143947.21,41605.833 143397.27,41343.855 144209.1,41658.209 C 144392.51,41710.585 144602.01,41658.209 144759.14,41736.773 C 144837.71,41762.961 144837.71,41841.525 144811.52,41893.901 C 144863.89,41841.525 144942.46,41789.149 145047.21,41789.149 C 145466.32,41841.525 145597.26,42574.788 145990.08,42522.412 C 146042.45,42522.412 145832.95,42339.096 145309.09,41632.021 C 144890.08,41029.599 145204.34,40505.841 145021.02,39851.041 C 145021.02,39824.853 144968.65,39929.605 144916.27,39929.605 C 144785.33,39851.041 144654.39,39772.477 144575.83,39641.537 C 144549.64,39589.161 144628.2,39484.409 144628.2,39432.033 C 144602.01,39327.281 144575.83,39222.529 144523.45,39143.867 C 144340.13,39012.927 143790.09,38646.295 143659.15,38620.107 C 143475.83,38620.107 143292.52,38803.423 143082.91,38751.047 C 142847.22,38672.483 142742.47,37834.37 142716.28,37651.057 C 142611.53,37179.673 142716.28,37101.109 142716.28,37101.109 C 142611.53,36996.357 142271.09,36524.875 142218.71,36315.372 C 142192.52,36132.056 142375.84,35948.74 142323.46,35791.612 C 142297.27,35686.86 142218.71,36079.68 142140.15,36027.304 C 141747.23,35896.364 142271.09,35267.755 140856.84,35005.874 C 140830.65,35005.874 139783.03,34796.37 140071.1,34586.866 C 140411.54,34351.076 140778.27,34613.054 141092.53,34613.054 C 141380.6,34613.054 142061.58,33879.693 142323.46,33774.941 C 142637.72,33644.001 142978.16,33539.249 143292.51,33591.625 C 143344.89,33591.625 143266.32,33696.377 143292.51,33722.565 C 143371.08,33827.317 143502.02,33958.257 143632.96,34010.633 C 144182.9,34246.325 144994.83,34298.701 145309.09,35005.874 C 145309.09,35005.874 144837.7,35293.942 144732.95,35451.07 C 144575.82,35634.386 143894.84,36053.492 143973.4,36289.183 C 143973.4,36315.371 144051.97,36289.183 144051.97,36315.371 C 144130.53,36393.935 144209.09,36472.499 144182.91,36577.251 C 144182.91,36839.229 143685.33,37179.673 144182.91,37598.681 C 144444.88,37808.185 145021.02,37572.493 145309.09,37677.245 C 145544.88,37781.997 146094.82,38593.922 146435.27,38410.606 C 146644.87,38305.854 146775.81,37729.62 146959.12,37886.748 C 147090.06,38017.786 146880.56,38279.666 146985.31,38410.606 C 147090.06,38515.358 147011.5,38148.726 147063.88,38017.786 C 147247.19,37703.432 147482.88,37389.176 147797.14,37153.485 C 147875.8,37101.109 148006.74,37258.237 148085.3,37179.673 C 148190.06,37048.733 147640.01,36262.996 147587.63,36184.432 C 147456.69,35974.928 147509.07,35451.071 147404.32,35267.755 C 147194.81,34901.123 146775.81,35058.251 147011.5,34613.056 C 147063.87,34534.492 147247.19,34796.372 147273.38,34717.808 C 147299.57,34586.868 147194.81,34455.83 147221,34324.89 C 147247.19,34193.95 147482.88,34272.514 147561.45,34167.762 C 147613.82,34115.386 147535.26,33958.258 147613.82,33932.07 C 147797.14,33827.318 148059.12,33984.446 148242.43,33853.506 C 148399.56,33748.754 147823.42,33932.07 147692.39,33827.318 C 147587.63,33748.754 147613.82,33565.438 147509.07,33513.062 C 147404.32,33408.31 147168.63,33486.874 147090.06,33382.122 C 147011.5,33277.272 147325.75,33460.686 147456.69,33408.31 C 147613.82,33355.934 147770.95,33224.896 147901.99,33093.956 C 148111.49,32858.264 148111.49,32177.377 148268.62,31915.396 C 148321,31836.832 148216.24,32124.998 148242.43,32229.75 C 148268.62,32282.126 148321,32151.186 148321,32098.712 C 148347.18,31601.14 148373.37,31051.192 148478.12,30553.522 C 148504.31,30448.77 148740,30501.146 148818.57,30396.394 C 148897.13,30239.266 148897.13,30055.95 148975.7,29898.822 C 149001.98,29846.446 149106.73,29846.446 149106.73,29794.07 C 149132.92,29741.596 149001.98,29715.408 149028.17,29636.844 C 149054.36,29558.28 149185.3,29584.468 149211.49,29505.904 C 149316.24,29322.588 149263.86,29034.52 149420.99,28903.58 C 149813.81,28615.512 149866.19,29663.031 150101.88,29636.843 C 150311.48,29610.655 150206.73,29217.835 150232.92,29008.332 C 150259.1,28955.956 150259.1,28851.204 150206.73,28825.016 C 150049.5,28746.452 149840,28772.64 149682.87,28694.076 C 149604.31,28667.888 149735.25,28379.722 149682.87,28405.91 C 149630.49,28458.286 149604.31,28563.038 149578.12,28641.7 C 149578.12,28667.888 149630.49,28720.264 149604.31,28772.64 C 149578.12,28798.828 149473.37,28851.204 149473.37,28798.828 C 149316.24,28170.218 150128.06,26467.898 150599.55,26048.798 C 150625.73,25996.422 150730.49,25944.046 150756.67,25996.422 C 150782.86,26101.174 150704.3,26205.926 150651.92,26310.776 C 150651.92,26310.776 150023.31,26939.287 150075.69,26991.663 C 150206.73,27096.415 150390.04,26782.159 150573.36,26808.347 C 150651.92,26834.535 150520.98,26991.663 150520.98,27070.227 C 150573.36,27253.543 150625.73,27436.957 150730.49,27594.085 C 150939.99,27777.401 151385.28,27803.589 151516.22,28065.469 C 151699.54,28405.913 150259.1,29034.522 151306.62,29008.334 C 151463.85,29008.334 151490.03,28772.642 151620.97,28667.89 C 151725.73,28589.326 151935.23,28641.702 151987.61,28536.852 C 152066.17,28405.912 151830.48,28170.22 151961.42,28117.844 C 152092.36,28039.28 152118.55,28484.476 152223.3,28432.1 C 152380.43,28327.348 152144.73,27986.904 152301.86,27908.34 C 152485.18,27803.588 152720.97,28091.656 152904.28,28013.092 C 153009.04,27986.904 152485.18,27384.482 152485.18,27305.918 C 152301.86,26729.782 152642.4,26677.407 152799.53,26258.398 C 152851.91,26101.172 152747.16,25917.856 152825.72,25760.728 C 152851.91,25708.352 152982.85,25734.54 153061.41,25734.54 C 153742.4,25551.224 153297.1,25472.66 153532.8,25315.532 C 153637.55,25263.156 153768.59,25341.72 153899.53,25315.532 C 154056.65,25236.968 154187.59,25132.216 154318.53,25001.178 C 154475.66,24817.862 154135.22,24529.794 154135.22,24294.103 C 154161.41,24163.163 154370.91,24110.787 154397.1,23979.847 C 154449.47,23770.245 154213.78,23482.177 154370.91,23377.425 C 154528.04,23246.485 154894.77,23796.433 154894.77,23586.929 C 154894.77,23403.613 154475.66,23455.989 154370.91,23272.673 C 154318.53,23220.297 154606.6,22565.499 154685.17,22486.936 C 154763.73,22434.56 154737.54,22670.252 154816.11,22696.44 C 154894.77,22722.726 154999.52,22617.876 155078.08,22617.876 C 156413.77,22565.5 155418.53,22879.854 155758.97,23351.237 C 156151.89,23874.997 156125.7,23901.283 156597.08,23691.681 C 156728.02,23613.117 156911.34,23691.681 156989.9,23560.741 C 157382.82,22644.064 156413.77,23089.357 156256.64,22539.311 C 156204.27,22382.183 156623.27,22094.115 156728.03,21910.8 C 156858.97,21596.544 156623.27,21282.19 156675.65,21020.311 C 156754.21,20706.055 154658.98,20286.95 154292.35,20077.446 C 153899.53,19867.942 154397.1,19658.438 154475.67,19396.559 C 154554.23,19160.769 154135.22,18977.453 154135.22,18741.761 C 154135.22,18584.633 154973.33,18401.317 154973.33,18401.317 C 155549.47,18034.685 155994.66,17379.887 156675.65,17065.627 C 157330.45,16751.273 158089.9,16515.581 158823.26,16489.393 C 158875.64,16489.393 158954.2,16541.769 159006.58,16541.769 C 159163.71,16541.769 159347.02,16489.393 159477.96,16437.017 C 159661.38,16358.453 159818.51,16201.325 160001.82,16096.573 C 160316.08,15965.633 159530.34,16358.453 160001.82,16384.641 C 160158.95,16332.265 160289.89,16201.325 160450.65,16127.861 L 161001.67,16025.757 L 161273.07,15844.109 L 161588.79,15662.264 L 161721.3,15652.554 L 161905.5,15746.811 L 162106.67,15871.866 L 162421.91,15808.701 L 163038.06,15660.204 L 163211.27,15679.036 L 163369.97,15802.031 L 163461.77,15746.81 L 163777.6,15555.549 L 163956.89,15542.308 L 164296.16,15705.811 L 164498.01,15802.619 L 164723.11,15898.935 L 164805.4,15792.614 L 164740.77,15583.502 L 164307.34,15010.407 L 163930.61,14256.252 L 163607.13,13761.034 L 163533.37,13616.363 L 163475.41,13217.168 L 163250.41,13371.353 L 163023.05,13742.398 L 162875.54,13900.507 L 162701.44,13979.758 L 162400.23,13973.775 L 161529.45,13746.322 L 161312.2,13516.123 L 161121.04,13244.925 L 160948.61,13135.465 L 160592.47,13464.139 L 160051.16,13542.212 L 159722.19,13783.396 L 159652.36,13953.961 L 159675.01,14228.886 L 159354.38,14057.438 L 159001.29,13670.896 L 158677.03,13180.288 L 158922.72,13041.6 L 158970.1,12937.044 L 158910.26,12699.489 L 158780.8,12650.644 L 158246.15,12586.008 L 158044.59,12552.072 L 157835.67,12366.206 L 157636.08,12058.031 L 157454.13,11762.215 L 156819.84,11318.098 L 156603.07,11186.668 L 156510.19,11187.747 L 156361.01,11369.788 L 156266.06,11571.838 L 156179.55,11618.917 L 156088.14,11630.883 L 155914.63,11499.943 L 155777.91,11187.649 L 155726.32,11041.604 L 155559.38,11168.915 L 155417.75,11108.594 L 155230.31,10640.545 L 155120.17,10145.229 L 155181.86,9177.0584 L 155059.75,8496.7594 L 154852.89,7988.7914 L 154538.64,7422.3664 L 154314.13,7112.0344 L 153692.19,6484.4054 L 153222.96,5933.5754 L 152675.37,5466.9974 L 152316.58,5029.4524 L 152252.04,4912.5384 L 152211.54,4642.0274 L 152281.27,4544.5336 L 152359.25,4501.0831 L 152480.97,4620.7431 L 152585.13,4562.4822 L 152753.34,4314.4322 L 152927.24,4050.1982 L 153198.15,3811.2692 L 153341.25,3490.9322 L 153554.48,3258.5752 L 154071.57,2841.8232 L 154139.64,2752.7645 L 154612.1,2463.4215 L 154889.67,2290.8945 L 155020.81,2475.0935 L 155352.82,2570.5276 L 155630.2,2859.1836 L 156225.56,3144.8976 L 156329.92,3325.0746 L 156569.82,3456.7006 L 156771.19,3774.5856 L 156906.54,3911.9006 L 157111.93,4054.9046 L 157221.09,4347.1896 L 157445.9,4579.2526 L 157600.57,4706.4656 L 157736.42,4933.9186 L 157764.37,5167.6486 L 157747.79,5429.5286 L 157805.96,5619.5136 L 157939.54,5737.0166 L 158296.17,5815.3844 L 158704.98,5796.5526 L 159486.6,5714.1635 L 159774.47,5822.3485 L 159956.71,5909.4456 L 160310.29,5935.8297 L 160678.79,6251.5567 L 160964.8,6467.1417 L 161156.64,6628.0947 L 161436.77,6717.4477 L 161662.65,6975.6007 L 161820.27,7346.6457 L 161920.71,7465.1287 L 162475.07,7719.7507 L 162792.17,8082.0667 L 163466.78,8407.6017 L 163812.12,8823.6667 L 164059.59,8954.9007 L 164404.15,9033.857 L 164496.94,9148.319 L 164575.5,9341.149 L 164994.31,9672.961 L 165205.29,9956.125 L 165398.02,10114.528 L 165681.87,10215.749 L 165759.65,10223.596 L 166005.05,10217.22 L 166351.67,10200.252 L 166600.02,10173.377 L 166959.68,10119.53 L 167295.13,9968.2873 L 167521.3,9823.9103 L 167667.35,9718.5703 L 167844.39,9625.6863 L 167941.69,9678.0623 L 168072.53,9855.8853 L 168231.22,10111.095 L 168339.02,10386.118 L 168488.2,10605.332 L 168939.18,11098.49 L 169058.06,11243.554 L 169315.92,11346.148 L 169567.79,11337.027 L 169687.84,11482.091 L 169779.26,11735.928 L 169863.9,11834.795 L 170245.15,11995.16 L 170268.59,12168.57 L 170157.85,12454.088 L 170131.57,12531.573 L 170177.18,12703.511 L 170314.78,12823.858 L 170403.26,13068.083 L 170570.88,13211.577 L 170645.72,13584.192 L 170638.26,13780.945 L 170683.87,13910.217 L 170780.19,13914.925 L 170983.02,13872.357 L 171089.24,13958.571 L 171115.23,14146.987 L 171094.74,14250.464 L 171160.74,14410.436 L 171273.74,14521.956 L 171371.13,15031.003 L 171321.99,15258.946 L 171337.39,15411.268 L 172016.91,15837.24 L 172055.55,16079.013 L 172021.02,16133.449 L 171999.94,16193.279 L 171985.03,16323.63 L 172000.62,16716.548 L 171917.45,17014.228 L 171854.38,17103.287 L 171684.6,17206.47 L 171326.8,17290.33 L 171078.94,17223.536 L 170937.22,17291.017 L 171002.15,17557.801 L 171097.19,17848.909 L 170997.05,17991.128 L 170792.74,18158.947 L 170639.24,18129.424 L 170069.29,17878.137 L 169953.84,17955.132 L 169894.41,18170.521 L 169968.26,18385.714 L 170279.97,18576.092 L 170693.29,18566.283 L 171413.21,18243.102 L 171865.66,17932.671 L 172131.37,17568.589 L 172364.51,17180.085 L 172673.96,16855.727 L 173022.55,16636.905 L 173239.01,16617.387 L 173676.07,16269.783 L 173823.29,16085.781 L 173743.45,15885.301 L 173688.23,15819.193 L 173307.28,15506.31 L 173193.01,15090.245 L 173237.45,14678.594 L 173201.55,14462.911 L 172995.38,14116.975 L 173137.3,13632.841 L 173114.65,13468.259 L 172900.34,13266.896 L 172885.33,12961.271 L 172802.65,12631.616 L 172683.97,12510.779 L 172389.13,12358.065 L 172137.94,12187.99 L 172010.24,11865.888 L 171943.15,11797.035 L 171721.19,11517.402 L 171630.76,11079.661 L 171426.06,10373.468 L 171179.38,10087.754 L 170789.31,9824.6966 L 169942.37,9485.3316 L 169597.22,9439.6252 L 169412.43,9392.4476 L 169379.57,9393.6246 L 169166.73,9359.2958 L 168962.33,9280.0453 L 168808.64,9163.4253 L 168635.13,9010.3193 L 168496.34,8908.8043 L 168268.99,8885.853 L 168046.83,8769.822 L 167838.11,8517.456 L 167800.15,8342.477 L 167715.9,8058.431 L 167728.75,7844.513 L 167892.74,7436.687 L 167985.82,7137.83 L 168003.67,6966.971 L 168065.66,6719.607 L 168313.12,6313.939 L 168484.57,6180.939 L 168709.48,6264.9955 L 168847.48,6503.9245 L 168989.11,6567.0895 L 169512.48,6446.3505 L 169721.78,6543.452 L 170123.53,6311.389 L 170300.96,6301.3846 L 170479.37,6438.0136 L 170853.46,6653.9906 L 170985.97,6858.4926 L 171329.35,7042.0046 L 171558.47,7259.3546 L 171817.12,7349.0018 L 172358.53,7524.1768 L 172455.63,7791.8438 L 172549.99,7941.4198 L 172693.78,7990.461 L 172989.79,7930.2385 L 173153.19,7856.6768 L 173486.38,7763.989 L 173563.96,7821.8576 L 173732.76,7834.6083 L 173915.69,7604.9973 L 173899.8,7556.937 L 174034.66,7397.259 L 174155.1,7125.767 L 174480.44,6631.04 L 174447.49,6535.4097 L 174364.12,6498.6288 L 174035.44,6842.1128 L 173880.18,7112.2318 L 173668.52,7321.3438 L 173606.73,7311.7318 L 173462.25,7264.4561 L 173159.47,7409.9121 L 172856.79,7447.6738 L 172621.88,7368.6195 L 172435.13,7114.3905 L 171744.63,6868.6945 L 171559.65,6720.6885 L 171480.89,6545.9055 L 171483.05,6409.7675 L 171635.86,5894.5415 L 171601.14,5788.5145 L 171537.19,5766.8383 L 171145.45,5821.7644 L 170844.63,5697.1994 L 170580.89,5720.543 L 170448.67,5695.2378 L 170145.01,5411.8778 L 169951.98,5333.6081 L 169677.84,5350.4783 L 169272.27,5515.9433 L 168966.55,5570.7713 L 168743.02,5747.7123 L 168590.99,5795.1841 L 168525.28,5760.3649 L 168357.46,5791.1627 L 168160.12,5944.8577 L 168012.01,6116.8937 L 167681.87,6156.9113 L 167453.14,6317.4723 L 167406.65,6423.8913 L 167224.02,6633.0033 L 167153.01,6771.3973 L 167144.18,6975.9973 L 167161.74,7118.4133 L 167137.9,7390.6903 L 167032.86,7652.0793 L 166670.83,7988.0113 L 166439.65,8407.9993 L 166185.91,8492.252 L 165611.15,8178.487 L 165235.69,7946.718 L 164734.3,7722.6 L 164515.47,7712.0071 L 164165.61,7560.4701 L 163987.5,7317.3241 L 163727.29,7172.8491 L 163616.94,7114.294 L 163532.3,6943.042 L 163417.74,6779.637 L 163215.2,6731.6747 L 163025.51,6647.9124 L 162900.75,6438.9974 L 162644.06,5947.4084 L 162383.85,5567.8294 L 162067.54,5295.5524 L 161753.97,5155.3924 L 161227.76,5109.1956 L 160764.91,4927.6456 L 160414.75,4956.3837 L 159899.43,4745.7027 L 159347.52,4804.0617 L 158918.51,4817.5971 L 158778.44,4679.7911 L 158580.42,4275.6921 L 158393.18,4055.9881 L 158052.44,3899.9391 L 157996.34,3823.0426 L 157936.31,3547.5296 L 157962.79,3089.4856 L 158005.16,2885.1806 L 158045.77,2291.0956 L 157935.92,1735.6556 L 157859.32,1573.9176 L 157709.15,1387.1686 L 157478.95,1267.9986 L 157033.37,1083.1136 L 156825.23,925.29956 L 156303.44,719.22856 L 155969.07,659.39836 L 155847.84,580.54016 L 155793.31,420.96016 L 155916.7,302.08416 L 156250.67,200.76516 L 156451.83,336.11916 L 156705.87,250.29716 L 157136.55,266.08846 L 157212.76,425.66846 L 157306.03,536.30546 L 157505.14,649.49246 L 157570.36,642.13629 L 157900.9,778.07829 L 157970.83,868.21599 L 158050.97,1039.566 L 158209.57,1296.149 L 158609.06,1501.239 L 158674.18,1608.639 L 158897.22,1963.501 L 159087.89,2061.3872 L 159352.62,2056.5812 L 159522.4,2104.9358 L 159895.99,2333.0748 L 160164.15,2610.7458 L 160236.63,2741.4898 L 160371.3,2880.7668 L 160676.73,3017.7878 L 160910.07,2905.0908 L 161151.94,2863.9943 L 161327.99,2645.7613 L 161509.25,2488.5353 L 161597.33,2477.452 L 161705.12,2425.5665 L 161957.78,2121.0205 L 162059.79,2085.7109 L 162150.22,2045.3991 L 162171.5,1789.7961 L 162280.57,1561.5581 L 162526.36,1282.5141 L 162767.94,1098.5121 L 163066.7,1112.0475 L 163381.35,1072.3242 L 163517.68,979.93066 L 163702.08,740.60966 L 163688.84,628.20766 L 163053.16,717.07026 L 162872.59,654.39566 L 162557.85,372.40866 L 162397.48,375.25305 L 162175.33,545.81805 L 162043.01,539.83503 L 161907.86,629.18803 L 161814.88,832.61103 L 161681.68,1038.682 L 161501.89,1186.198 L 161314.36,1232.7871 L 161117.71,1430.3251 L 160850.04,1625.7051 L 160513.62,1673.1769 L 160244.58,1593.436 L 160023.5,1427.677 L 159800.75,1444.6452 L 159606.26,1299.5812 L 159284.94,1232.1006 L 159169.01,1121.7576 L 159174.5,643.99863 L 159217.75,472.06063 L 159337.71,334.35263 L 159510.63,325.03481 L 159772.61,134.36281 L 160023.4,157.51021 L 160230.85,102.58411 L 207046.65,103.85918 L 207043.02,14501.859 L 207043,14501.9 z" style="fill: none; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:g id="es" inkscape:label="#es" style="fill:#c0c1c5;fill-opacity:1"><svg:path id="es-" transform="matrix(101.262, 0, 0, 101.262, -22.907, 0)" d="M 549.8125,1233.2188 C 547.85683,1233.2479 545.79737,1235.6281 543.90625,1236.4688 C 537.69848,1239.0548 528.66252,1244.7317 521.9375,1245.25 C 519.86857,1245.5086 518.31449,1244.7317 515.46875,1245.25 C 515.21014,1245.25 514.17888,1245.764 514.4375,1246.2812 C 515.21336,1246.7985 517.53986,1246.0367 517.28125,1246.8125 C 517.02264,1248.1056 509.76081,1245.5281 511.3125,1254.0625 C 513.38144,1266.4771 523.7306,1251.9831 522.4375,1264.6562 C 522.17889,1266.208 519.86959,1266.4569 519.09375,1267.75 C 518.31791,1268.7854 518.82975,1270.0905 518.3125,1271.125 C 518.05389,1271.3836 515.46011,1268.0065 515.71875,1270.5938 C 515.97738,1271.6281 516.74677,1272.9203 517.78125,1273.4375 C 519.07435,1273.9547 522.69613,1271.8858 522.4375,1273.4375 C 521.92028,1275.2478 518.55172,1274.4655 517,1275.5 C 515.96457,1276.5345 516.48816,1278.8836 517.78125,1278.625 C 519.33296,1278.3664 520.88581,1276.8211 522.4375,1276.5625 C 523.21336,1276.3039 522.17346,1277.5851 521.65625,1277.8438 C 519.84594,1279.3954 515.98601,1278.609 515.46875,1280.9375 C 515.21014,1281.4547 516.23693,1282.4914 515.71875,1282.75 C 515.20153,1283.2672 513.64765,1281.4742 513.90625,1282.25 C 513.90626,1284.3189 516.76722,1286.1185 516.25,1288.1875 C 520.12927,1286.1186 526.59392,1284.5592 531.25,1285.5938 C 531.76724,1285.8523 530.46011,1286.889 530.71875,1287.4062 C 531.23599,1287.9235 532.26402,1287.4203 532.78125,1287.9375 C 535.88467,1291.0409 523.72973,1292.0721 529.9375,1296.4688 C 532.26506,1298.0204 535.36315,1294.3837 536.65625,1294.125 C 536.91488,1293.8664 536.65623,1294.8976 536.65625,1295.1562 C 536.65626,1295.6735 536.14761,1296.21 536.40625,1296.4688 C 537.95796,1296.7273 539.76079,1296.21 541.3125,1296.4688 C 542.34698,1296.4686 543.64762,1296.7155 543.90625,1297.75 C 544.42349,1298.2672 542.35777,1298.8038 542.875,1299.0625 C 543.65086,1299.5797 544.93429,1298.264 545.96875,1298.7812 C 547.00323,1299.0399 550.87839,1302.6659 554.5,1299.5625 C 555.01724,1299.0453 553.98277,1297.7673 554.5,1297.25 C 556.82757,1295.6983 556.59054,1298.264 557.625,1298.7812 C 563.57421,1301.1088 564.58629,1298.7888 569.5,1301.375 C 570.53448,1301.8923 568.20693,1311.7101 569.5,1311.9688 C 571.31033,1312.2273 578.05171,1311.7329 576.5,1316.9062 C 574.43003,1322.5958 567.19177,1322.8373 563.3125,1324.9062 C 563.31251,1324.9062 557.87502,1330.5936 557.875,1330.5938 C 556.84054,1331.1109 555.02584,1329.5678 554.25,1330.3438 C 554.25001,1330.3437 556.59378,1336.5625 556.59375,1336.5625 C 556.85238,1338.6324 555.28989,1340.681 555.03125,1342.75 C 554.77264,1344.5603 554.77583,1346.3772 554,1348.1875 C 553.74139,1348.9634 552.69609,1348.9828 552.4375,1349.5 C 550.88484,1352.6044 553.72738,1350.2574 553.46875,1352.8438 C 553.21014,1356.4643 545.19291,1354.1487 545.96875,1359.0625 C 546.74461,1364.4944 550.62064,1361.914 547,1369.1562 C 543.89657,1375.1054 542.60544,1374.584 536.65625,1373.0312 C 534.32871,1372.514 532.79631,1372.2446 530.46875,1371.4688 C 529.95152,1371.4686 528.89765,1370.7015 529.15625,1371.2188 C 529.15626,1371.4773 533.3039,1379.4914 533.5625,1379.75 C 533.56251,1380.2672 531.76081,1385.7005 533.3125,1389.0625 C 534.34698,1391.1314 539.25003,1394.4827 539.25,1395 C 538.73278,1401.725 533.56674,1401.2091 529.6875,1404.3125 C 525.29005,1407.9331 529.67668,1405.6152 528.125,1408.7188 C 527.34819,1410.5299 525.55712,1411.8147 524.78125,1413.625 C 524.78126,1414.1422 526.33511,1413.639 526.59375,1414.1562 C 527.62823,1415.4493 527.60678,1417.2608 528.125,1418.8125 C 528.64224,1420.3642 528.3944,1422.4342 529.6875,1423.4688 C 530.9806,1424.2445 533.5679,1422.1756 534.34375,1423.4688 C 537.44721,1428.641 524.76724,1428.8977 524.25,1429.1562 C 522.69831,1429.9321 522.95795,1432.7694 521.40625,1434.0625 C 512.87092,1441.5624 515.45471,1443.3558 514.9375,1454.2188 C 518.30049,1454.2186 522.96551,1455.014 524,1455.5312 C 525.2931,1456.3081 526.07331,1458.3837 527.625,1458.125 C 528.14321,1458.125 528.39762,1457.8609 528.65625,1457.3438 C 528.65626,1457.6023 528.65624,1457.585 528.65625,1457.8438 C 528.65626,1457.8437 535.62498,1464.5938 535.625,1464.5938 C 536.65948,1465.8867 537.69288,1467.1659 538.46875,1468.7188 C 539.24461,1470.2704 538.46995,1473.3664 540.28125,1473.625 C 542.3502,1474.1422 543.6498,1469.764 545.71875,1470.2812 C 548.04632,1470.7985 537.96878,1475.4375 537.96875,1475.4375 C 537.71014,1482.9384 541.56793,1477.7588 542.34375,1482.1562 C 542.60238,1482.6735 541.33513,1483.2014 541.59375,1483.7188 C 541.85238,1484.2359 543.40626,1483.4742 543.40625,1484.25 C 543.92349,1486.5776 540.03124,1482.6789 540.03125,1482.9375 C 540.54849,1485.5237 543.1272,1494.0647 544.9375,1495.875 C 545.71336,1496.6509 547.28662,1495.8803 548.0625,1496.6562 C 549.3556,1497.6907 549.59056,1499.4882 550.625,1500.7812 C 551.40183,1501.5571 552.96551,1501.8168 554,1502.5938 C 554.77586,1503.1109 554.78663,1504.9149 555.5625,1504.6562 C 557.63145,1503.8804 558.91706,1501.8245 560.46875,1500.5312 C 561.50323,1499.7554 563.05389,1501.2899 563.3125,1501.0312 C 565.64006,1497.6692 565.12612,1495.6089 569.78125,1493.2812 C 575.4718,1490.4355 580.64336,1495.083 584.78125,1493.5312 C 587.62701,1492.2382 589.17784,1488.3696 592.28125,1487.5938 C 595.12607,1487.0764 610.38797,1489.3934 613.75,1490.6875 C 615.56033,1491.2047 616.59594,1492.764 618.40625,1493.2812 C 621.76925,1493.7985 625.11534,1492.0054 628.21875,1492.7812 C 630.54632,1493.0399 635.98494,1497.4322 638.3125,1496.6562 C 640.12283,1496.139 640.88579,1494.0485 642.4375,1493.5312 C 650.19703,1491.4623 651.24034,1499.9978 654.34375,1498.1875 C 662.62049,1494.0497 662.63817,1483.9859 670.65625,1478.8125 C 675.31133,1475.7091 681.75653,1473.1045 687.1875,1474.6562 C 688.4806,1474.9149 689.76939,1476.2188 691.0625,1476.2188 C 693.13242,1476.4773 695.97412,1476.7478 696.75,1474.9375 C 697.26724,1473.1272 693.15625,1472.3503 693.15625,1470.2812 C 693.41488,1462.0045 698.05605,1467.9546 700.125,1462.7812 C 700.90086,1461.2295 699.34053,1458.8955 700.375,1457.3438 C 701.15086,1456.0506 703.24579,1457.0659 704.28125,1456.0312 C 705.05711,1454.9958 704.27805,1452.9495 705.3125,1451.6562 C 705.82974,1451.139 707.09916,1452.1736 707.875,1451.6562 C 708.90948,1450.8804 708.41166,1449.0572 709.1875,1448.2812 C 710.99783,1446.9882 713.30512,1446.736 715.375,1446.2188 C 715.89224,1446.2187 716.67025,1446.9859 717.1875,1446.4688 C 717.70474,1446.21 717.70154,1444.9236 718.21875,1444.4062 C 720.02908,1443.1122 724.43968,1442.5831 726.25,1441.0312 C 728.57857,1439.4795 718.99463,1434.0658 718.21875,1433.0312 C 715.8912,1429.6683 713.05511,1417.2543 715.125,1413.375 C 719.78008,1403.8051 729.35248,1396.5624 736.59375,1389.0625 C 739.18091,1386.4763 740.20908,1382.0775 743.3125,1379.75 C 743.82975,1379.4914 751.84378,1377.6822 751.84375,1376.9062 C 752.10239,1375.0959 748.24463,1375.3427 747.46875,1373.5312 C 746.95154,1371.2037 750.56467,1369.9267 752.375,1368.375 C 759.35772,1362.6854 775.14451,1364.4935 783.9375,1361.9062 C 786.26604,1361.389 788.5733,1357.5033 790.125,1356.4688 C 792.19396,1354.6583 796.59176,1353.6282 799.4375,1352.5938 C 802.54097,1351.3006 813.67564,1346.9073 814.96875,1344.0625 C 817.55494,1339.666 813.40305,1333.722 814.4375,1332.6875 C 815.73061,1331.3944 819.10776,1331.9126 819.625,1329.8438 C 820.14225,1328.2919 819.10556,1326.9816 817.8125,1325.6875 L 816.78125,1325.6875 C 812.64338,1324.653 807.97301,1322.3201 804.09375,1324.9062 C 803.31792,1325.4235 804.347,1327.4914 803.3125,1327.75 C 800.72636,1328.5259 796.33617,1323.375 793.75,1323.375 C 791.42247,1323.375 789.63142,1324.6477 787.5625,1324.9062 C 786.01082,1325.1649 785.73696,1322.3298 785.21875,1321.8125 C 783.92568,1320.778 781.8416,1320.2446 780.03125,1319.4688 C 772.01318,1321.7962 772.54971,1318.1799 773.84375,1315.5938 L 773.84375,1315.3438 C 772.54972,1314.5668 773.32434,1312.2532 772.03125,1311.2188 C 771.25542,1310.4428 769.69931,1310.415 768.40625,1310.1562 C 767.88904,1310.1562 767.10239,1310.415 766.84375,1310.1562 C 763.99899,1307.5701 761.42773,1304.4946 757.03125,1303.7188 C 753.92786,1303.2004 755.21878,1309.125 755.21875,1309.125 C 752.37399,1308.8664 750.0559,1306.8039 747.46875,1307.0625 C 746.69292,1307.0625 746.68211,1308.625 745.90625,1308.625 C 744.35457,1308.3664 743.58297,1306.5399 742.03125,1306.2812 C 740.47957,1306.0226 739.42764,1307.5711 737.875,1307.3125 C 734.513,1307.3125 735.81031,1303.959 734,1302.4062 C 730.37936,1299.3028 727.01925,1303.9622 723.65625,1301.375 C 723.39764,1301.375 720.82112,1295.415 720.5625,1295.1562 C 717.20048,1292.5701 711.49565,1293.863 707.875,1290.5 C 707.35778,1289.9828 708.13362,1288.7048 707.875,1288.1875 C 707.35778,1287.6703 705.83292,1290.5172 704.28125,1290 C 700.91827,1288.4483 708.39004,1285.3362 706.0625,1282.75 C 705.28666,1281.7155 703.76283,1281.1961 702.46875,1280.9375 C 702.21014,1280.9375 702.45474,1282.2274 701.9375,1281.9688 C 701.93751,1281.9687 699.08295,1279.3954 697.53125,1277.8438 C 692.61755,1279.1367 685.39325,1279.4041 682.03125,1277.5938 C 680.73817,1276.8178 679.95893,1274.9946 678.40625,1274.2188 C 677.37179,1273.4428 675.28448,1275.0032 674.25,1273.9688 C 671.1466,1270.348 676.0624,1269.5592 668.5625,1270.5938 C 667.52707,1270.8523 666.51726,1271.1304 666,1271.9062 C 665.48278,1272.4235 666.77588,1274.2186 666,1274.2188 C 663.93107,1274.2186 658.22614,1268.7996 656.15625,1268.2812 C 656.41488,1268.0226 656.68751,1267.5086 656.6875,1267.25 C 655.13581,1264.1466 649.69393,1264.665 647.625,1264.4062 C 646.59054,1264.4062 645.56667,1264.1477 644.53125,1264.4062 C 644.01403,1264.6649 644.01724,1265.6789 643.5,1265.9375 C 634.96558,1268.5247 618.1529,1260.2412 611.6875,1255.8438 C 610.91166,1255.3264 609.32972,1257.1518 608.8125,1256.375 C 608.29528,1256.1164 609.86196,1255.3298 609.34375,1254.8125 C 607.79207,1253.2608 604.6767,1254.8245 603.125,1253.5312 C 601.57331,1252.2382 601.34159,1249.1422 599.53125,1248.625 C 597.46135,1248.1078 595.63145,1250.6875 593.5625,1250.6875 C 592.01081,1250.6875 591.23923,1249.1422 589.6875,1248.625 C 588.13581,1248.3664 584.77906,1249.1336 582.96875,1248.875 C 575.72744,1247.8405 579.61722,1247.5916 572.375,1245.7812 C 571.08192,1245.5226 570.54306,1248.3524 569.25,1248.0938 C 562.78456,1246.5419 563.29614,1234.4063 556.3125,1234.4062 C 554.24357,1234.4063 552.97618,1238.0087 550.90625,1237.75 C 549.61317,1237.4914 552.19075,1234.4009 551.15625,1233.625 C 550.71966,1233.3339 550.26381,1233.2119 549.8125,1233.2188 z M 827.6875,1406.7812 C 823.86087,1406.8142 822.05225,1408.5328 826.09375,1411.2812 C 827.64547,1412.3157 829.69828,1411.0453 831.25,1411.5625 C 834.87163,1413.3728 841.85444,1423.7204 835.90625,1408.7188 C 832.99647,1407.3609 829.98349,1406.7615 827.6875,1406.7812 z M 808.75,1408.4375 C 800.73188,1409.9902 792.71541,1413.3675 786.25,1418.2812 C 785.9914,1418.5399 785.49135,1419.0539 785.75,1419.3125 C 787.30172,1420.347 789.09594,1421.1163 790.90625,1421.375 C 791.94074,1421.6336 793.49677,1419.8396 794.53125,1420.875 C 795.82436,1421.9095 795.29525,1424.221 795.8125,1426.0312 C 797.10657,1429.9105 797.37077,1425.7661 801.25,1428.0938 C 802.54311,1428.8695 802.30067,1431.7188 803.59375,1431.7188 C 804.62822,1431.9783 817.81035,1419.3018 816,1417.75 C 809.5346,1412.319 804.8698,1421.6289 808.75,1408.4375 z M 786,1425 L 783.65625,1425.2812 C 781.58732,1425.7985 781.06572,1427.0819 780.03125,1428.375 C 778.99682,1429.9267 777.4537,1432.2468 779.78125,1433.2812 C 781.07436,1434.0571 784.97318,1431.9902 785.75,1430.4375 C 786.26727,1429.1444 787.8125,1428.8955 787.8125,1427.3438 C 787.8125,1426.0505 786,1425 786,1425 z M 789.875,1433.0312 C 788.32329,1434.5829 786,1434.5819 786,1435.875 C 786.00001,1436.9095 787.01941,1438.9688 788.3125,1438.9688 C 789.86425,1438.9687 790.89981,1438.9667 792.96875,1437.1562 C 795.03769,1435.346 792.96875,1434.0625 792.96875,1434.0625 L 790.125,1433.0312 L 789.875,1433.0312 z M 174.96875,1640.9062 L 171.90625,1642.125 L 171.25,1643.7812 L 174.25,1651.625 L 175.90625,1651.75 L 178.5625,1643.4688 L 178.125,1641.6562 L 174.96875,1640.9062 z M 212.25,1660.1562 L 208,1663.125 L 205.125,1663.9062 L 198.90625,1662.875 L 196.03125,1663.6562 L 201.8125,1675.75 L 202.8125,1676.1562 L 203.59375,1676.4375 L 208.09375,1674.3438 L 211.28125,1669.5938 L 218,1667 L 220.15625,1664.2812 L 215,1661.2188 L 212.25,1660.1562 z M 302.1875,1661.8438 L 301.09375,1662.0312 L 300.71875,1662.6875 L 300.71875,1664.2188 L 302.4375,1666.3125 L 304.5625,1665.9688 L 305.65625,1664.25 L 304.4375,1662.3125 L 303.9375,1662.1562 L 302.1875,1661.8438 z M 182.5,1663.75 L 181.375,1664.4062 L 181.125,1667.3438 L 182.4375,1669.2188 L 184.625,1669.5312 L 186.3125,1665.8125 L 185.9375,1664.5938 L 182.5,1663.75 z M 300.53125,1668.1562 L 297.78125,1668.7812 L 290.96875,1672.0312 L 289.78125,1673.7812 L 290.625,1675.4062 L 293.71875,1675.4062 L 298.59375,1672 L 300.53125,1668.1562 z M 166.84375,1672.3125 L 163.5625,1672.6562 L 162.15625,1674 L 157.21875,1673.375 L 156.65625,1674.8125 L 159.34375,1678.4062 L 162.28125,1679.0312 L 164.09375,1678.0938 L 165.90625,1676.375 L 166.84375,1672.3125 z M 229.375,1681.9062 L 224.96875,1684.5938 L 224,1687.2188 L 224.65625,1691 L 225.96875,1692.8438 L 228.09375,1694.1875 L 233.25,1694.1875 L 237.3125,1691.625 L 239.125,1686.5938 L 236.34375,1683.9375 L 231.65625,1681.9375 L 229.375,1681.9062 z M 284.90625,1681.9688 L 276.40625,1685.9688 L 274.03125,1689.4375 L 272.25,1691.2188 L 267.71875,1692.8438 L 266.53125,1694.5938 L 267.96875,1695.375 L 274.21875,1696.2188 L 280.96875,1695.5938 L 284.1875,1692.9688 L 287.5,1683.4062 L 284.90625,1681.9688 z" style="fill:#c0c1c5;fill-opacity:1;stroke-width:1.87696000000000000;stroke-miterlimit:4;stroke-dasharray:none;stroke:rgb(255, 255, 255);stroke-opacity:1" sodipodi:nodetypes="cccccccccccccccccccccccsccscccccccccccssssccscccccccccccccscsscccccsssccscsccsccccccsccccccccccccccccccccccccccccccccccscccscscccccccccsccscscccccccsccccccscccccccsscscsccsccccccccccccccsccccccccsccsssccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"/><svg:path style="fill:#c0c1c5;fill-opacity:1;stroke:rgb(255, 255, 255);stroke-width:190.06399999999999000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 62911.4,156162 L 63304.22,156423.88 C 63304.22,156188.19 63356.596,155926.31 63330.408,155716.8 C 63278.032,155507.2 63068.528,156031.06 62911.4,156162 C 62911.4,156162 62911.4,156162 62911.4,156162 L 62911.4,156162 z" class="fil5 str3" id="es_4"/><svg:polygon style="fill:#c0c1c5;fill-opacity:1;fill-rule:nonzero;stroke:rgb(255, 255, 255);stroke-width:190.06399999999999000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="polygon7383" points="56858.7,153116 56735.9,152779 56922.7,152751 57082.9,152860 57062.7,152948 56904.2,153026 56858.7,153116" class="fil12 str9"/></svg:g>
<svg:path class="fil0 str1" d="M 185820,76639.7 C 186030.09,76415.876 186318.16,76114.665 186475.29,76062.289 C 187522.91,75721.845 186763.36,76402.831 187575.28,76429.019 C 187758.59,76429.019 187889.53,76219.417 188099.04,76167.041 C 189015.71,75983.725 188308.54,76245.605 188910.96,76507.583 C 188910.96,76507.583 189722.89,76481.395 189722.89,76481.395 C 189827.64,76481.395 189749.08,76690.899 189775.26,76795.651 C 189827.64,76978.967 189906.2,77136.095 190010.96,77267.035 C 190168.08,77476.539 190482.34,77371.787 190560.9,77162.283 C 190639.47,76900.403 190141.9,76376.644 190010.96,76193.23 C 189880.02,76036.102 189670.41,76271.794 189591.85,76219.418 C 189487.1,76167.042 189487.1,76009.914 189513.29,75905.162 C 189565.66,75250.463 191294.27,75983.726 191582.34,75905.162 C 191687.09,75878.974 191687.09,75695.658 191791.84,75695.658 C 192001.34,75669.47 192315.7,75983.726 192394.26,75800.41 C 192394.26,75774.222 192656.14,74621.85 192656.14,74621.85 C 192656.14,74490.91 192315.7,74229.03 192420.45,74071.902 C 192472.83,73967.15 192682.33,74045.714 192734.71,73940.962 C 192970.4,73548.044 192420.45,73443.292 192577.58,73155.225 C 192603.77,73129.037 193232.38,73417.105 193179.9,73129.037 C 193153.71,73024.285 192996.59,73024.285 192944.21,72945.721 C 192891.83,72788.593 193389.5,72526.615 193468.07,72448.051 C 193546.63,72343.299 193572.82,72186.171 193703.76,72159.983 C 193729.95,72159.983 194594.25,72788.593 194672.81,72421.863 C 194699,72317.111 194594.25,72212.359 194646.63,72133.795 C 194725.19,72029.043 194908.51,72081.419 194987.07,72002.855 C 195091.82,71898.103 194437.02,71478.997 194621.91,71333.149" id="path7391" style="fill: none; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/>
<svg:path style="fill: rgb(192, 193, 197); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; stroke-miterlimit: 4; stroke-dasharray: none;" d="M 72799.454,66026.954 C 72982.908,66524.391 72891.182,66737.579 72982.908,66524.391 C 73074.635,66311.204 72753.591,65955.891 72799.454,66026.954 z" id="path7911"/><svg:g id="g3320"><svg:path style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" d="M 125584,132801 C 126003.11,132801 125924.54,133455.8 126160.23,133586.74 C 126238.8,133639.11 126317.36,133534.36 126422.11,133560.55 C 126605.43,133612.92 126788.75,133691.49 126919.78,133822.43 C 127260.23,134189.06 127207.85,134581.98 127129.29,134948.61 C 127129.29,134948.61 127129.29,134948.61 127129.29,134948.61 L 127207.85,134948.61 C 127862.55,135393.8 127495.92,134293.81 127653.05,134189.06 C 127941.12,134005.74 128255.47,133770.05 128595.91,133743.86 C 128726.85,133743.86 128962.54,134058.12 129014.92,133927.18 C 129041.11,133822.43 128936.36,133717.68 128962.54,133639.11 C 129198.24,133062.88 129407.84,133403.42 129905.41,133324.86 C 130324.42,133246.29 131162.53,132434.37 131502.97,132748.62 C 131633.91,132512.93 132000.64,132460.55 131869.7,132120.11 C 131843.51,132015.36 131764.95,131962.89 131686.38,131910.51 C 131633.91,131884.32 131555.35,131936.7 131529.16,131884.32 C 131502.97,131753.38 131529.16,131622.44 131529.16,131491.5 C 131502.97,131334.37 131319.65,131177.24 131398.22,131046.3 C 132157.77,129789.18 131293.47,131334.37 132131.58,130679.57 C 132210.14,130601.01 132760.09,129632.05 132602.96,129474.82 C 132393.46,129317.7 131398.21,128846.31 131345.84,128793.94 C 131031.59,128532.06 130534.02,127432.07 130717.33,127039.15 C 130795.9,126855.83 131083.96,126882.02 131188.72,126724.89 C 131267.28,126541.58 131162.53,126305.88 131241.09,126122.57 C 130874.46,125965.34 130534.02,125729.65 130586.39,125363.02 C 130612.58,125127.33 131476.78,125101.14 131214.9,124970.2 C 128438.78,123582.04 130926.84,124839.16 129800.65,125493.96 C 129617.34,125624.9 129512.59,125153.51 129329.27,125074.95 C 129198.23,124996.39 129014.92,125074.95 128883.98,125074.95 C 128726.85,125074.95 128569.72,125153.51 128412.59,125101.14 C 128334.03,125048.76 128386.4,124917.82 128334.03,124812.97 C 128203.09,124551.09 127076.91,124970.2 127705.42,124524.9 C 127862.55,124420.15 128255.46,124315.4 128124.52,124210.65 C 127993.49,124132.09 127731.61,124210.65 127679.23,124053.52 C 127653.04,123896.39 128203.09,123608.23 127836.36,123398.72 C 127338.79,123110.66 126343.55,123241.6 126003.1,122639.27 C 125924.53,122508.23 125924.53,121879.72 125924.53,121722.6 C 125924.53,121696.41 125924.53,121670.22 125924.53,121670.22 C 125845.97,121696.41 125793.59,121853.54 125741.22,121801.16 C 125557.8,121696.41 125531.62,121408.34 125374.49,121277.3 C 125217.36,121172.55 124981.67,121198.74 124824.54,121067.8 C 124667.41,120989.23 124588.85,120805.92 124484,120674.98 C 124353.06,120674.98 124222.12,120544.04 124091.18,120544.04 C 124064.99,120544.04 123384.1,120753.54 123357.92,120753.54 C 122912.62,120727.35 123410.29,120334.53 122807.87,120727.35 C 122519.8,120884.48 122362.67,121198.74 122126.88,121382.15 C 121891.19,121565.47 121786.44,121303.49 121707.88,121382.15 C 121367.43,121774.97 121341.24,121801.16 121131.74,121801.16 L 121157.93,121853.54 C 121603.12,122482.05 121498.37,122324.92 121446,122927.35 C 121446,123189.23 121995.94,122848.78 121969.76,123136.85 C 121943.57,123293.98 121760.25,123136.85 121734.06,123163.04 C 121576.94,123320.17 121838.82,123372.54 121838.82,123451.11 C 121838.82,123477.29 121603.12,123529.67 121734.06,123634.42 C 122048.32,123844.02 122467.42,123948.78 122834.05,123948.78 C 122912.62,124472.54 122257.92,123948.78 122231.73,124079.72 C 122205.54,124420.16 121969.75,124551.1 122310.29,124891.54 C 122336.48,124917.83 122336.48,124970.2 122310.29,124996.39 C 122205.54,125179.71 121812.62,125048.77 122048.31,125310.65 C 122310.29,125232.08 122519.8,125074.96 122807.86,125101.14 C 122807.86,125912.97 122336.48,126463.01 122415.04,126960.58 C 122519.8,127536.82 122676.92,127117.71 123043.55,127274.94 C 123279.25,127379.69 123331.62,127720.13 123567.41,127851.07 C 123645.98,127877.26 123907.86,127798.7 123829.29,128034.39 C 123672.16,128558.25 123017.37,127982.01 122886.43,128165.33 C 122886.43,128165.33 124064.99,129265.32 123750.73,129605.77 C 123645.98,129684.43 123515.04,129422.45 123384.1,129474.83 C 123226.87,129527.21 123200.68,129736.81 123095.93,129867.75 L 123249.04,130001.14 C 123324.07,130025.07 123389.69,129890.99 123463.25,129883.93 C 123557.31,129919.83 123651.37,130018.8 123739.45,130158.66 C 123836.55,130243.6 123970.14,130413.77 124062.04,130523.92 C 124105.69,130618.37 124117.26,130728.72 124137.76,130824.35 C 124157.57,130922.13 124185.14,131007.07 124257.23,131055.62 C 124310.68,131098.29 124370.31,131109.08 124432.3,131122.22 C 124508.81,131135.56 124586.1,131154.39 124653.28,131243.35 L 124921.34,131057.39 C 125008.24,131174.6 125177.34,131193.53 125215,131348.99 C 125223.34,131386.36 125488.65,131422.75 125489.43,131459.43 C 125490.12,131479.54 125751.8,131411.57 125749.64,131430.5 C 125740.33,131592.92 125679.52,131345.46 125791.04,131458.84 C 125824.68,131559.08 125986.71,131426.77 125955.72,131529.95 C 125944.93,131570.26 126059.19,131546.63 126056.94,131593.21 C 126156.29,131681 126159.24,131527.5 126150.41,131893.44 C 126040.56,131915.61 126020.84,131943.37 125965.43,131977.3 C 125910.11,132012.42 125916.68,132049.4 125857.14,132058.91 C 125798.69,132069.8 125779.66,132098.24 125731.5,132106.38 C 125684.13,132114.23 125613.21,132126 125574.76,132183.67 C 125535.73,132240.26 125571.33,132234.18 125490.31,132260.66 C 125410.48,132287.05 125369.28,132268.41 125353.69,132321.28 C 125338.78,132374.83 125337.89,132386.11 125337.89,132386.11 C 125337.89,132386.11 125323.77,132438.98 125341.03,132474.19 C 125360.06,132509.5 125459.62,132522.74 125478.74,132558.05 C 125496,132593.26 125498.06,132605.42 125531.31,132649.86 C 125563.09,132696.64 125581.83,132731.56 125581.83,132731.56 L 125583.98,132801 L 125584,132801 z" class="fil1 str9" id="cs"/><svg:path id="path2759" transform="matrix(101.368, 0, 0, 101.368, 22.907, -49.6056)" d="M 1262 1293 C 1261.318 1292.9901 1260.8515 1293.2113 1260.75 1293.7188 C 1260.225 1296.3437 1245.2037 1299.9074 1244.2812 1300.125 C 1244.2802 1300.4984 1244.2677 1300.8907 1244.25 1301.625 C 1243.1663 1301.8437 1242.9841 1302.134 1242.4375 1302.4688 C 1241.8918 1302.8153 1241.9624 1303.1562 1241.375 1303.25 C 1240.7983 1303.3574 1240.6001 1303.6384 1240.125 1303.7188 C 1239.6577 1303.7962 1238.9731 1303.9311 1238.5938 1304.5 C 1238.2087 1305.0583 1238.5493 1304.9888 1237.75 1305.25 C 1236.9625 1305.5104 1236.56 1305.3222 1236.4062 1305.8438 C 1236.2592 1306.372 1236.25 1306.5 1236.25 1306.5 C 1236.2499 1306.5 1236.111 1307.0277 1236.2812 1307.375 C 1236.469 1307.7233 1237.4364 1307.8392 1237.625 1308.1875 C 1237.7953 1308.5348 1237.8282 1308.6553 1238.1562 1309.0938 C 1238.4697 1309.5553 1238.6562 1309.9062 1238.6562 1309.9062 L 1238.6562 1310.5938 C 1242.7908 1310.5937 1242.0186 1317.052 1244.3438 1318.3438 C 1245.1188 1318.8604 1245.9041 1317.8041 1246.9375 1318.0625 C 1248.7459 1318.5791 1250.5511 1319.3645 1251.8438 1320.6562 C 1255.2023 1324.2731 1254.6813 1328.1644 1253.9062 1331.7812 L 1254.6875 1331.7812 C 1261.1462 1336.1731 1257.5436 1325.3146 1259.0938 1324.2812 C 1261.9356 1322.4728 1265.0165 1320.1334 1268.375 1319.875 C 1269.6667 1319.875 1272.0145 1322.9792 1272.5312 1321.6875 C 1272.7896 1320.6541 1271.7417 1319.6189 1272 1318.8438 C 1273.7865 1314.4762 1275.4247 1315.4483 1278.3125 1315.7812 L 1278.0625 1314.8125 C 1278.0625 1314.8125 1271.0212 1307.2258 1271.5625 1301.8125 C 1272.0024 1297.4142 1264.9551 1293.0429 1262 1293 z " style="fill:rgb(192, 193, 197);fill-rule:evenodd;stroke:none;stroke-width:0.87499592999999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:1.74999186999999990, 0.87499592999999998;stroke-dashoffset:0"/></svg:g><svg:path id="al" class="fil1 str2" d="M 128701,138301 C 128701,138641.44 129067.63,138746.2 128989.07,139060.45 C 128727.19,140055.69 128570.06,139191.49 128386.74,139898.56 C 128386.74,139898.56 128229.62,140946.18 128229.62,140972.37 C 128177.24,141050.94 127365.32,141312.82 127339.13,141496.23 C 127339.13,141496.23 127679.57,142019.99 127679.57,142019.99 C 127758.13,142255.68 127391.5,142019.99 127391.5,142177.12 C 127417.69,142858.11 127129.62,142491.38 126684.33,142569.94 C 126658.14,142569.94 126710.52,142596.13 126684.33,142622.32 C 126658.14,142648.5 126658.14,142648.5 126631.95,142674.79 C 126605.77,142648.5 126605.77,142622.32 126579.58,142569.94 C 126579.58,142517.56 126579.58,142465.19 126579.58,142412.81 C 126579.58,142255.68 126658.14,142124.74 126605.76,141993.8 C 126553.39,141915.24 126396.26,141993.8 126343.88,141915.24 C 126212.94,141810.49 126239.13,141600.98 126134.38,141496.23 C 125951.06,141260.44 124274.84,140815.25 124458.15,140396.24 C 124536.81,140212.83 124903.44,140422.43 124982.01,140265.2 C 125008.2,140212.83 124484.34,139872.38 124405.77,139584.32 C 124379.59,139505.75 124510.53,139479.57 124510.53,139401 C 124536.81,139296.25 124510.53,139165.31 124536.81,139060.46 C 124536.81,138929.52 124458.15,138798.58 124536.81,138720.02 C 124589.19,138615.26 124798.69,138693.83 124877.26,138615.26 C 124929.63,138536.7 124877.26,138327.2 124798.69,138327.2 C 124693.94,138353.38 124772.51,138562.89 124693.94,138641.45 C 124536.81,138772.39 124693.94,137750.96 124720.13,137489.08 C 124772.51,137174.83 124327.21,137331.95 124327.21,137017.7 C 124327.21,136782.01 124301.02,136546.22 124431.96,136362.9 C 124510.53,136258.15 124746.32,136362.9 124851.07,136258.15 C 124903.45,136205.77 124720.13,136179.58 124693.94,136101.02 C 124667.75,135917.7 124851.07,135655.82 124720.13,135524.79 C 124563,135367.66 124301.02,135551.07 124091.52,135498.6 C 124091.52,135315.28 124091.52,135131.97 124091.52,134974.84 C 124091.52,134870.09 124143.9,134739.15 124091.52,134634.39 C 124012.96,134503.45 123777.26,134503.45 123751.08,134372.51 C 123751.08,134346.33 124589.19,132643.91 124667.75,132591.53 C 124693.94,132565.35 124824.88,133220.14 125034.38,133246.33 C 125034.38,133246.33 125584.33,132801.04 125584.33,132801.04 C 126003.44,132801.04 125924.87,133455.84 126160.57,133586.77 C 126239.13,133639.15 126317.69,133534.4 126422.45,133560.59 C 126605.76,133612.96 126789.08,133691.53 126920.12,133822.47 C 127417.69,134372.51 127051.06,134922.46 127103.43,135472.41 C 127103.43,135655.82 127260.56,135812.95 127260.56,135970.08 C 127234.37,136048.64 127024.87,136048.64 127051.06,136127.2 C 127077.24,136310.52 127339.12,136415.27 127365.31,136598.59 C 127391.5,136677.15 127234.37,136755.81 127234.37,136834.38 C 127234.37,137043.88 127915.26,138012.94 128020.01,138170.07 C 128177.24,138353.38 128281.99,138065.32 128360.55,138065.32 C 128465.31,138039.13 128596.25,138065.32 128674.81,138117.69 C 128727.19,138170.07 128648.62,138301.01 128701,138301.01 L 128701,138301 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/><svg:path id="mk" class="fil1 str2" d="M 127130,134948 C 127103.81,135131.32 127077.62,135314.63 127103.81,135471.76 C 127103.81,135655.17 127260.94,135812.3 127260.94,135969.43 C 127234.75,136047.99 127025.25,136047.99 127051.44,136126.56 C 127077.62,136309.87 127339.5,136414.63 127365.69,136597.94 C 127391.88,136676.51 127234.75,136755.17 127234.75,136833.73 C 127234.75,137043.24 127915.64,138012.29 128020.39,138169.42 C 128177.62,138352.74 128282.37,138064.67 128360.93,138064.67 C 128465.68,138038.48 128596.62,138064.67 128675.19,138117.05 C 128727.56,138169.42 128649,138300.36 128701.38,138300.36 C 128884.69,138326.55 130639.49,137776.5 130744.24,137697.94 C 131032.3,137383.68 130822.8,136964.68 131346.56,136781.36 C 131529.88,136702.7 132551.31,136833.74 132708.43,136728.99 C 132786.99,136676.51 132760.81,136519.38 132839.47,136467.01 C 132891.84,136440.82 132970.41,136597.95 133022.78,136545.57 C 133337.04,136336.07 132629.87,135917.06 133467.98,135759.93 C 133467.98,135759.93 133467.98,135759.93 133467.98,135759.93 L 133494.17,135759.93 C 133520.36,135419.39 133467.98,134319.39 133441.79,134319.39 C 133258.48,134136.08 132970.41,133612.32 132734.62,133455.19 C 132603.68,133376.62 132420.36,133455.19 132263.23,133376.62 C 132210.86,133350.44 131503.69,132800.39 131503.69,132748.02 C 131163.24,132433.76 130325.13,133245.69 129906.13,133324.25 C 129408.55,133402.81 129198.95,133062.27 128963.26,133638.51 C 128937.07,133717.07 129041.82,133821.82 129015.64,133926.57 C 128963.26,134057.51 128727.57,133743.26 128596.63,133743.26 C 128256.18,133769.45 127941.83,134005.14 127653.76,134188.45 C 127496.64,134293.21 127863.27,135393.2 127208.57,134948 L 127130,134948 L 127130,134948 z" style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/><svg:path class="fil6 str8" d="M 125584,132801 L 125581.84,132731.56 C 125581.84,132731.56 125563.11,132696.64 125531.33,132649.86 C 125498.08,132605.42 125496.02,132593.26 125478.76,132558.05 C 125459.63,132522.74 125360.08,132509.5 125341.05,132474.19 C 125323.79,132438.98 125337.91,132386.11 125337.91,132386.11 C 125337.91,132386.11 125338.79,132374.83 125353.7,132321.28 C 125369.3,132268.41 125410.49,132287.05 125490.33,132260.66 C 125571.35,132234.18 125535.74,132240.26 125574.78,132183.67 C 125613.23,132126 125684.14,132114.23 125731.52,132106.38 C 125779.67,132098.24 125798.7,132069.8 125857.16,132058.91 C 125916.7,132049.4 125910.12,132012.42 125965.44,131977.3 C 126020.86,131943.37 126040.57,131915.61 126150.43,131893.44 C 126159.25,131527.5 126156.31,131681 126056.95,131593.21 C 126059.21,131546.63 125944.94,131570.26 125955.73,131529.95 C 125986.73,131426.77 125824.69,131559.08 125791.05,131458.84 C 125679.53,131345.46 125740.34,131592.92 125749.66,131430.5 C 125751.82,131411.57 125490.14,131479.54 125489.45,131459.43 C 125488.66,131422.75 125223.35,131386.36 125215.02,131348.99 C 125177.35,131193.53 125008.26,131174.6 124921.36,131057.39 L 124653.3,131243.35 C 124586.11,131154.39 124508.82,131135.56 124432.32,131122.22 C 124370.33,131109.08 124310.7,131098.29 124257.24,131055.62 C 124185.15,131007.07 124157.59,130922.13 124137.78,130824.35 C 124117.28,130728.72 124105.71,130618.37 124062.06,130523.92 C 123970.16,130413.77 123836.57,130243.6 123739.47,130158.66 C 123651.39,130018.8 123557.33,129919.83 123463.27,129883.93 C 123389.7,129890.99 123324.09,130025.07 123249.05,130001.14 L 123095.95,129867.75 C 122912.63,129920.12 122415.06,129815.37 122388.87,129946.31 C 122310.31,130312.94 122965.01,130339.13 122755.5,130889.18 L 122650.75,130889.18 L 122755.5,130889.18 C 122493.62,130705.76 122493.62,130522.45 122205.56,130548.63 L 122257.93,130470.07 L 122205.56,130548.63 C 121838.83,130967.74 121891.2,131570.06 121786.45,131701 C 121576.95,131962.88 121498.38,131570.06 121419.82,131962.88 C 121288.88,132722.43 122100.71,132748.62 121498.38,133324.85 L 121629.32,133298.67 L 121655.51,133717.67 C 121629.32,133639.11 121603.13,133586.73 121550.76,133534.36 L 121603.13,133717.67 C 121734.07,133743.86 121838.83,133743.86 121969.77,133743.86 C 121917.39,133796.24 121865.01,133848.61 121891.2,133927.18 C 122257.93,134739.1 122336.5,133979.55 122703.13,134162.87 C 122781.69,134215.25 122729.32,134320 122781.69,134398.66 C 122991.2,134660.54 123253.08,134608.16 123436.49,134896.23 C 123488.87,134974.8 123436.49,135131.92 123515.05,135210.49 C 123672.18,135367.62 123881.69,135446.18 124091.19,135498.56 C 124091.19,135315.24 124091.19,135131.92 124091.19,134974.8 C 124091.19,134870.04 124143.57,134739.1 124091.19,134634.35 C 124012.63,134503.41 123776.93,134503.41 123750.75,134372.47 C 123750.75,134346.28 124588.86,132643.87 124667.42,132591.49 C 124693.61,132565.3 124824.55,133220.1 125034.05,133246.29 C 125034.05,133246.29 125584,132801 125584,132801 L 125584,132801 z" id="path7008" style="fill: rgb(192, 193, 197); fill-opacity: 1; fill-rule: nonzero; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/><svg:g id="g3326" style="fill:#d1d2d5;fill-opacity:1;stroke:#ffffff;stroke-opacity:1"><svg:path style="fill:#d1d2d5;fill-opacity:1;stroke:#ffffff;stroke-width:190.06399999999999000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="M 168379,146655 C 168352.71,147074.01 167174.16,148095.44 166964.65,148566.82 C 166728.96,149143.05 167907.51,149221.62 167776.57,149431.12 C 167698.01,149535.87 167488.51,149404.93 167383.75,149457.31 C 167279,149483.5 167252.81,149640.62 167147.96,149693 C 166990.84,149797.85 166728.96,149693 166598.02,149824.04 C 166493.26,149954.98 166624.2,150190.67 166545.64,150321.61 C 166336.14,150688.24 165419.46,150950.22 165209.95,151238.29 C 165131.39,151343.04 165288.51,151526.36 165209.95,151657.3 C 165000.45,152050.12 164790.84,151447.79 164712.28,151447.79 C 164555.15,151447.79 164450.4,151657.3 164293.27,151709.67 C 164214.71,151735.86 163350.41,151604.92 163324.22,151604.92 C 163245.66,151552.54 163271.84,151421.6 163219.47,151343.04 C 163140.9,151264.48 162460.02,150531.12 162695.71,150557.3 C 162826.65,150557.3 162905.21,150688.24 163036.15,150688.24 C 163271.84,150662.06 163324.22,150190.67 163376.6,150112.11 C 163559.91,149824.04 164057.58,150033.54 164240.9,149876.42 C 164371.84,149797.85 164345.65,149588.25 164319.46,149431.12 C 164293.27,149300.18 164057.58,149143.05 164162.33,149012.11 C 164240.9,148907.36 164450.4,149064.49 164607.53,149038.3 C 164921.88,149012.11 165681.34,148828.8 165969.4,148671.67 C 166336.13,148462.07 168352.7,146628.81 168378.99,146655 L 168379,146655 z" class="fil4 str3" id="cy"/><svg:path sodipodi:nodetypes="ccssssccccccc" style="fill-rule:evenodd;fill:#d1d2d5;fill-opacity:1;stroke:none;stroke-width:88.69658782999999900;stroke-miterlimit:4;stroke-dasharray:177.39317567000001000, 88.69658782999999900;stroke-opacity:1;stroke-dashoffset:0" d="M 168379,146655 C 168352.71,147074.01 167174.16,148095.44 166964.65,148566.82 C 166876.57,148782.17 166986.01,148928.02 167150.81,149037.16 C 167272.73,149117.91 166763.27,149511.6 166067.75,149678.19 C 165849.62,149730.44 165508.24,149524.2 165297.33,149582.8 C 165113.19,149633.95 165014.01,149882.19 164857.09,149916.07 C 164468.65,149999.95 164186.05,149923.43 164240.9,149876.42 C 164371.84,149797.85 164345.65,149588.25 164319.46,149431.12 C 164293.27,149300.18 164057.58,149143.05 164162.33,149012.11 C 164240.9,148907.36 164450.4,149064.49 164607.53,149038.3 C 164921.88,149012.11 165681.34,148828.8 165969.4,148671.67 C 166336.13,148462.07 168352.7,146628.81 168378.99,146655 L 168379,146655 z" class="fil4 str3" id="path3324" transform="translate(-3.7826608e-6,-4.9240906e-6)"/></svg:g><svg:path id="path3330" class="fil1 str2" d="M 198524.14,113367.72 C 198393.2,113341.53 198340.82,113027.27 198340.82,113027.27 C 198288.44,112948.61 197948,113000.99 197921.71,113000.99 C 197921.71,113000.99 197240.83,112686.73 197240.83,112686.73 C 196795.53,112424.85 196690.78,112032.03 196193.21,111770.05 C 195748.01,111534.36 194936.09,111062.98 194464.71,110984.42 C 194490.89,110984.42 194517.08,111010.6 194543.27,111010.6 L 194543.27,111089.17 C 194124.16,112581.98 194412.23,111770.05 193993.22,112896.24 C 193914.66,113132.03 194097.98,113812.91 194019.41,113891.48 C 193757.53,114179.55 192814.66,114651.03 192421.85,114362.96 C 192331.17,114295.93 192753.1,114531.3 192973.34,114466.35 C 193530.8,114301.97 194921.49,114360.76 196134.78,114162.96 C 197626.52,113919.76 198892.22,113429.06 198524.14,113367.72 z M 194359.86,110984.38 C 194359.86,110984.38 194359.86,110984.38 194359.86,110984.38 C 194359.86,110984.38 194359.86,110984.38 194359.86,110984.38 z M 194412.24,110984.38 C 194412.24,110984.38 194412.24,110984.38 194412.24,110984.38 C 194412.24,110984.38 194412.24,110984.38 194412.24,110984.38 z M 194412.24,110984.38 C 194412.24,110984.38 194412.24,110984.38 194412.24,110984.38 C 194412.24,110984.38 194412.24,110984.38 194412.24,110984.38 z M 194359.86,110984.38 C 194359.86,110984.38 194359.86,110984.38 194386.04,110984.38 C 194359.86,110984.38 194359.86,110984.38 194359.86,110984.38 z M 194386.04,110984.38 C 194386.04,110984.38 194386.04,110984.38 194386.04,110984.38 C 194386.04,110984.38 194386.04,110984.38 194386.04,110984.38 z M 194386.04,110984.38 C 194386.04,110984.38 194386.04,110984.38 194386.04,110984.38 C 194386.04,110984.38 194386.04,110984.38 194386.04,110984.38 C 194386.04,110984.38 194386.04,110984.38 194386.04,110984.38 C 194386.04,110984.38 194386.04,110984.38 194386.04,110984.38 C 194386.04,110984.38 194386.04,110984.38 194386.04,110984.38 C 194386.04,110984.38 194386.04,110984.38 194386.04,110984.38 C 194386.04,110984.38 194412.23,110984.38 194412.23,110984.38 C 194412.23,110984.38 194412.23,110984.38 194412.23,110984.38 C 194412.23,110984.38 194412.23,110984.38 194412.23,110984.38 C 194412.23,110984.38 194412.23,110984.38 194412.23,110984.38 C 194412.23,110984.38 194386.04,110984.38 194386.04,110984.38 z M 194412.23,110984.38 C 194412.23,110984.38 194412.23,110984.38 194412.23,110984.38 C 194412.23,110984.38 194412.23,110984.38 194412.23,110984.38 C 194412.23,110984.38 194412.23,110984.38 194412.23,110984.38 C 194438.42,110984.38 194438.42,110984.38 194438.42,110984.38 C 194438.42,110984.38 194412.23,110984.38 194412.23,110984.38 z M 194438.42,110984.38 C 194438.42,110984.38 194438.42,110984.38 194438.42,110984.38 C 194438.42,110984.38 194438.42,110984.38 194438.42,110984.38 C 194438.42,110984.38 194438.42,110984.38 194438.42,110984.38 C 194438.42,110984.38 194438.42,110984.38 194438.42,110984.38 C 194438.42,110984.38 194438.42,110984.38 194438.42,110984.38 C 194438.42,110984.38 194438.42,110984.38 194438.42,110984.38 z M 194464.71,110984.38 C 194464.71,110984.38 194464.71,110984.38 194464.71,110984.38 C 194464.71,110984.38 194464.71,110984.38 194464.71,110984.38 z" style="fill-rule:evenodd;fill:#c0c1c5;stroke:none;stroke-width:190.06399999999999000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1" sodipodi:nodetypes="cccccccccccsscccccccccccscccccccccccccccccccccccccccccccc" transform="translate(-3.7826608e-6,-4.9240906e-6)"/><svg:g id="g3340"><svg:path style="fill: rgb(209, 210, 213); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1; fill-opacity: 1;" d="M 189724,113656 C 189697.71,113865.5 189750.19,114075.01 189671.53,114284.61 C 189645.34,114363.17 189488.21,114336.99 189435.83,114415.55 C 189383.46,114520.3 189645.34,114886.93 189776.38,114886.93 C 189854.94,114886.93 190012.07,114729.81 190012.07,114808.37 C 190038.26,114860.75 189933.5,114886.93 189933.5,114913.12 C 189907.32,115044.06 191531.06,114860.75 191373.94,115698.86 C 191138.25,116746.48 190902.56,115882.18 190300.13,116091.68 C 189776.37,116275 190116.82,116536.88 189619.15,116536.88 C 189409.64,116563.06 189226.33,116510.69 189016.82,116484.5 C 188990.64,116484.5 188964.45,116484.5 188964.45,116458.31 C 188964.45,116379.75 189121.58,116248.81 189043.01,116222.62 C 188650.19,116091.68 188257.28,116275 187890.64,116379.75 C 187471.63,116510.69 187602.57,117270.24 187314.41,117479.74 C 187209.66,117532.11 186895.4,117584.49 187000.15,117636.87 C 187052.53,117663.05 187235.84,117689.24 187183.47,117741.72 C 186738.27,118055.97 186004.91,118160.72 185638.28,118501.17 C 185140.71,118893.99 184773.98,119391.66 184145.47,119705.92 L 184119.28,119732.1 C 184119.28,119679.73 184093.09,119653.54 184066.9,119627.35 C 183988.34,119548.79 183883.59,119522.6 183805.02,119548.79 C 183673.99,119601.16 183595.42,119758.29 183464.48,119784.48 C 183385.92,119784.48 183385.92,119627.35 183307.35,119601.16 C 183228.79,119601.16 183150.23,119784.48 183124.04,119705.92 C 183071.66,119627.35 183228.79,119548.79 183228.79,119444.04 C 183254.98,119260.72 182862.16,119365.47 182678.84,119313.1 C 182521.62,119286.91 182390.68,119182.16 182233.55,119182.16 C 182181.17,119182.16 182233.55,119313.1 182207.36,119339.28 C 181762.16,119444.04 182128.8,119077.4 181997.86,118972.65 C 181919.29,118920.18 181840.73,119051.22 181762.16,119103.59 C 181657.41,119155.97 181474.1,119155.97 181421.72,119260.72 C 181343.06,119417.85 181500.19,119627.35 181421.72,119784.48 C 181343.06,119889.23 181185.93,119863.04 181081.18,119889.23 C 180740.73,119993.98 180321.73,119967.8 180033.56,120203.59 C 179928.81,120282.15 180007.37,120491.65 179876.43,120596.41 C 179771.68,120674.97 179614.55,120622.59 179483.61,120622.59 C 179352.67,120622.59 179221.73,120648.78 179064.6,120648.78 L 179012.23,120648.78 C 179038.41,120491.65 179064.6,120360.71 179116.98,120203.59 C 179221.73,119732.1 179405.05,119863.04 179221.73,119365.47 C 179038.41,118736.86 178357.43,118396.42 177964.61,117872.66 C 177755.01,117636.87 177676.44,117113.11 177336,116955.99 C 177152.68,116877.42 176943.18,116903.61 176733.68,116929.8 C 176655.11,116929.8 176602.74,117034.55 176497.89,117034.55 C 176288.38,117008.36 176209.82,116667.92 176000.31,116563.07 C 175371.7,116275 175371.7,116510.69 174821.75,116667.92 C 174743.19,116694.11 174690.81,116641.73 174612.25,116641.73 C 174481.31,116641.73 174350.27,116589.35 174219.33,116641.73 C 174166.96,116641.73 174219.33,116746.48 174193.14,116772.67 C 173983.64,116877.42 173905.08,116379.75 173669.38,116301.19 C 173486.07,116248.81 173302.75,116301.19 173093.15,116327.38 C 173014.59,116327.38 172962.21,116379.75 172883.65,116353.56 C 172831.27,116327.38 172805.08,116301.19 172778.89,116248.81 L 173066.96,116275 C 173066.96,115467.29 173202.32,115471.51 173517.45,115466.21 C 173682.43,115463.47 173896.93,115458.17 174166.96,115332.13 C 174297.99,115279.76 174350.27,115096.44 174481.31,115070.25 C 174821.75,114991.69 175162.2,115332.13 175502.64,115279.76 C 175555.11,115279.76 176236,114965.5 176314.56,114965.5 C 176524.07,114991.69 176707.48,115201.19 176916.99,115201.19 C 176916.99,115201.19 178069.36,114756 178095.55,114756 C 178776.43,114310.8 177283.62,114546.49 178802.62,114206.05 C 179012.22,114179.76 179221.73,114284.61 179405.04,114232.24 C 179405.04,114232.24 179902.62,113865.51 180295.53,113970.26 C 180347.91,113996.45 180321.72,114101.2 180374.1,114153.58 C 180478.85,114206.05 180609.79,114258.43 180740.73,114284.61 C 181343.05,114336.99 182024.04,114127.39 182626.46,114153.58 C 182783.59,114153.58 182338.29,114677.43 182731.21,114677.43 C 183752.64,114677.43 183516.85,113577.44 184302.59,113210.81 C 184538.28,113106.06 184800.16,113577.45 184983.48,113446.51 C 185140.7,113315.57 184852.54,112844.08 185062.14,112817.9 C 185873.97,112686.96 185795.4,113027.5 186371.64,113027.5 C 186528.77,113027.5 186607.33,112791.71 186738.27,112739.33 C 186895.4,112686.96 187078.71,112686.96 187235.84,112660.77 C 187524.01,112660.77 187393.07,113525.07 187445.44,113682.2 C 187445.44,113708.39 187497.82,113682.2 187524.01,113682.2 C 187654.95,113682.2 187759.7,113682.2 187890.64,113682.2 C 187995.39,113682.2 188126.33,113656.01 188231.08,113682.2 C 188335.84,113734.57 188388.21,113891.7 188466.87,113891.7 C 188493.06,113891.7 189121.57,113577.45 189147.76,113577.45 C 189226.33,113577.45 189331.08,113682.2 189435.83,113682.2 C 189488.21,113682.2 189592.96,113656.01 189724,113603.63 L 189724,113656.01 L 189724,113656 z" class="fil1 str2" id="ge"/><svg:path sodipodi:nodetypes="cccccscccccccscccccssc" transform="translate(-3.7826608e-6,-4.9240906e-6)" style="fill-rule:evenodd;fill:#d1d2d5;stroke:none;stroke-width:88.69658782999999900;stroke-miterlimit:4;stroke-dasharray:177.39317567000001000, 88.69658782999999900;stroke-opacity:1;fill-opacity:1;stroke-dashoffset:0" d="M 177336,116955.99 C 177152.68,116877.42 176943.18,116903.61 176733.68,116929.8 C 176655.11,116929.8 176602.74,117034.55 176497.89,117034.55 C 176288.38,117008.36 176209.82,116667.92 176000.31,116563.07 C 175371.7,116275 175371.7,116510.69 174821.75,116667.92 C 174743.19,116694.11 174690.81,116641.73 174612.25,116641.73 C 174481.31,116641.73 174350.27,116589.35 174219.33,116641.73 C 174166.96,116641.73 174219.33,116746.48 174193.14,116772.67 C 173983.64,116877.42 173905.08,116379.75 173669.38,116301.19 C 173486.07,116248.81 173302.75,116301.19 173093.15,116327.38 C 173014.59,116327.38 172962.21,116379.75 172883.65,116353.56 C 172831.27,116327.38 172805.08,116301.19 172778.89,116248.81 L 173066.96,116275 C 173066.96,115467.29 173202.32,115471.51 173517.45,115466.21 C 173682.43,115463.47 173896.93,115458.17 174166.96,115332.13 C 174297.99,115279.76 174350.27,115096.44 174481.31,115070.25 C 174821.75,114991.69 175162.2,115332.13 175502.64,115279.76 C 175555.11,115279.76 176236,114965.5 176314.56,114965.5 C 176524.07,114991.69 176707.48,115201.19 176916.99,115201.19 C 176916.99,115201.19 178037.37,114773.41 178036.97,114792.71 C 178031.24,115065.45 177588.8,115582.38 177450.08,116048.19 C 177298.02,116558.79 177444.4,117006.02 177336,116955.99 z" class="fil1 str2" id="path3336"/><svg:path sodipodi:nodetypes="ccsscssss" style="fill-rule:evenodd;fill:#d1d2d5;stroke:none;stroke-width:88.69658782999999900;stroke-miterlimit:4;stroke-dasharray:177.39317567000001000, 88.69658782999999900;stroke-opacity:1;fill-opacity:1;stroke-dashoffset:0" d="M 183985.62,115600.72 C 183549.15,115901.63 183120.13,115718.14 182925.26,115681.27 C 182876.01,115746.86 181842.05,115985.52 181941.59,115639.34 C 182018.62,115371.49 182034.34,114770.39 182217.29,114617.72 C 182671.05,114239.03 182462.78,114146.46 182626.46,114153.58 C 182783.59,114153.58 182338.29,114677.43 182731.21,114677.43 C 183410.35,114677.43 183688.9,114035.95 183926.26,113602.26 C 184012.68,113444.36 183124.54,114207.4 183407.17,114529.5 C 183515.77,114653.26 184460.09,115273.61 183985.62,115600.72 z" class="fil1 str2" id="path3338" transform="translate(-3.7826608e-6,-4.9240906e-6)"/></svg:g><svg:path id="ge_71" class="fil1" d="M 187446,113682 C 187393.62,113524.87 187524.56,112660.57 187236.4,112660.57 C 187079.27,112686.76 186895.95,112686.76 186738.83,112739.13 C 186607.89,112791.51 186529.32,113027.3 186372.19,113027.3 C 185795.96,113027.3 185874.52,112686.76 185062.69,112817.7 C 184853.09,112843.89 185141.26,113315.37 184984.03,113446.31 C 184800.72,113577.25 184538.84,113105.86 184303.14,113210.62 C 183517.41,113577.25 183753.2,114677.24 182731.76,114677.24 C 183860.69,114672.72 184025.47,114255.78 184786.09,114097.18 C 185095.25,114195.26 185821.45,114023.81 186218.09,113842.16 C 186674.47,113857.37 187184.79,113549.98 187445.98,113681.99 L 187446,113682 z" style="fill:rgb(192, 193, 197);stroke-width:190.06399999999999000;stroke-miterlimit:4;stroke-dasharray:none;stroke:none;stroke-opacity:1"/><svg:g id="ru"><svg:path style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" d="M 125480,91682.3 C 124903.77,90896.563 125453.81,90189.49 125296.59,89927.61 C 125218.02,89822.858 125113.27,89744.196 125008.52,89691.82 C 124956.14,89665.632 124877.58,89744.196 124851.39,89718.008 C 124746.64,89639.444 124799.01,89429.94 124694.26,89403.752 C 124327.63,89299 123960.9,89639.444 123568.08,89639.444 C 123515.71,89639.444 123594.27,89560.88 123541.89,89534.692 C 123201.45,89429.94 122677.59,89456.128 122363.33,89272.812 C 122284.77,89220.436 122284.77,89089.496 122206.21,89063.308 C 122127.64,89063.308 122101.45,89168.06 122022.89,89194.248 C 122049.08,89272.812 122049.08,89325.188 122022.89,89377.564 C 121996.7,89429.94 121865.66,89351.376 121865.66,89403.752 C 121839.48,89691.82 122206.21,89953.798 122127.64,90241.865 C 122049.08,90582.309 120660.92,90556.121 120713.29,90398.993 C 120739.48,90346.617 120765.77,90294.241 120791.95,90241.865 C 120503.79,90556.121 120189.53,90503.745 119770.52,90608.497 C 119718.15,90608.497 119639.58,90582.309 119639.58,90634.685 C 119613.4,90844.189 119718.15,91053.791 119718.15,91263.295 C 119718.15,91629.927 119534.73,92022.746 119220.48,92337.105 C 120713.29,92546.609 124248.96,92415.669 125453.81,91708.495 C 125453.81,91708.495 125453.81,91708.495 125480,91682.307 L 125480,91682.3 z M 121420.47,89168.06 C 121420.47,89168.06 121394.28,89168.06 121394.28,89168.06 C 121368.09,89246.624 121315.72,89351.376 121289.53,89429.94 C 121341.91,89351.376 121394.28,89246.624 121420.47,89168.06 L 121420.47,89168.06 z" class="fil1 str1" id="ru-kaliningrad"/><svg:path style="fill: rgb(192, 193, 197); fill-opacity: 1; stroke-width: 1.87696; stroke-miterlimit: 4; stroke-dasharray: none; stroke: rgb(255, 255, 255); stroke-opacity: 1;" id="ru-main" transform="matrix(101.262, 0, 0, 101.262, -22.907, 0)" d="M 1383.2188,0.75 L 1381.75,3.28125 L 1381.4688,4.53125 L 1381.4062,6.0625 L 1380.5,7.78125 L 1380.125,10.5625 L 1379.25,12.1875 L 1378.4375,14.4375 L 1378.1562,15.71875 L 1378.125,18.34375 L 1377.2812,20.21875 L 1376.75,20.84375 L 1377.1875,22.8125 L 1376.4688,23.96875 L 1375.5938,23.6875 L 1374.4688,23.4375 L 1374.4688,23.0625 L 1373.5625,22.90625 L 1370.7188,23.96875 L 1369.8125,23.59375 L 1368.875,23.9375 L 1367.4375,25.53125 L 1366.0938,27.75 L 1366.0625,30.375 L 1367.2812,31.5 L 1367.9062,31.71875 L 1368.25,31.84375 L 1369.7188,33.375 L 1369.9688,34.46875 L 1369.7188,36.90625 L 1368.3438,35.8125 L 1367.625,34.8125 L 1366.4688,35.21875 L 1365.75,36.34375 L 1365.7188,38.28125 L 1366.2812,39.84375 L 1366.1875,42.75 L 1365.8125,43.8125 L 1364.5,45.53125 L 1363.25,46.84375 L 1363.0625,47.59375 L 1362.8125,48.0625 L 1362.75,50.34375 L 1362.6875,52.40625 L 1362.375,53.3125 L 1362.3438,54.6875 L 1362.5312,58.625 L 1362.5625,58.9375 L 1361.9375,60.125 L 1361.8438,61.71875 L 1362.125,62.25 L 1362.2188,64 L 1361.4062,66.21875 L 1361.1562,68.09375 L 1361.4688,68.6875 L 1363.1562,69.0625 L 1364.5,69.75 L 1365.4688,70.5 L 1365.4375,71.5 L 1364.5625,71.59375 L 1363.0625,71.78125 L 1361.9375,72.3125 L 1360.6875,74.5 L 1360.5625,76.84375 L 1361.375,78.09375 L 1363.25,78.21875 L 1363.7188,78.21875 L 1363.9062,79.46875 L 1364.625,81.25 L 1364.3438,83.65625 L 1363.9062,83.78125 L 1363,83.15625 L 1361.0625,84.15625 L 1359.9688,85.40625 L 1359.3438,87.375 L 1359.9688,88.40625 L 1360.5938,88.625 L 1362.7812,88.15625 L 1363.9375,89.21875 L 1365.25,88.53125 L 1365.7812,88 L 1366.9062,86.90625 L 1367.6875,86.65625 L 1368.2812,87.40625 L 1369.6562,87.25 L 1370.1875,87.3125 L 1369.75,89.46875 L 1368.4688,91.28125 L 1367.4375,92.71875 L 1367.4062,93.875 L 1368.1562,94.75 L 1369.2188,94.625 L 1370.75,93.25 L 1372.1562,92.78125 L 1373.2188,93.375 L 1375.5938,93.15625 L 1375.9375,93.4375 L 1375.0312,94.6875 L 1372.6562,95.90625 L 1372,97.03125 L 1371.625,97.65625 L 1369.8125,99.15625 L 1371,101.96875 L 1372.375,103.1875 L 1374.6875,101.34375 L 1375.5,101.3125 L 1376,101.5625 L 1375.9688,102.3125 L 1375.9062,103.75 L 1372.5938,111.21875 L 1372.6875,112.84375 L 1373.5625,113.59375 L 1378.375,113.15625 L 1380.9062,113.0625 L 1381.3438,113.65625 L 1380.0625,114.46875 L 1377.7188,115.71875 L 1376.3125,117.09375 L 1375.5938,119.1875 L 1375.4375,122.0625 L 1376.6562,123.28125 L 1376.625,124.03125 L 1375.5938,126.65625 L 1375.4688,129.125 L 1375.4688,130.8125 L 1373.9062,132.4375 L 1372.7188,133.9375 L 1372.4375,135.5 L 1373.2188,136.21875 L 1376.7812,135.9375 L 1379.0938,136.21875 L 1380.8125,135.375 L 1383.3125,131 L 1385.2812,128.46875 L 1386.5938,127.625 L 1386.75,128.5625 L 1384.75,132.25 L 1384.2188,134.34375 L 1383.5625,136.03125 L 1383.4375,137.25 L 1384.6875,138.0625 L 1384.625,140 L 1385.25,140.5625 L 1385.8125,140.375 L 1387.2188,138.03125 L 1389.2188,135.0625 L 1390.9375,133.96875 L 1391.875,133.65625 L 1393.0938,133.71875 L 1395.125,133.34375 L 1397.1875,133.0625 L 1398.6875,132.3125 L 1400.1875,131.53125 L 1402.0312,131.40625 L 1404.4375,131.375 L 1407.0625,131.3125 L 1407.4375,131.3125 L 1408.75,130.875 L 1409.0625,129.6875 L 1408.5938,127.5625 L 1407.1562,123.78125 L 1407.1562,122.8125 L 1406.5312,120.34375 L 1405.4375,120.1875 L 1402.4062,120.0625 L 1401.3438,120 L 1399.8438,118.9375 L 1401.0625,118.125 L 1402.3438,118.09375 L 1403.75,117.625 L 1404.4062,116.4375 L 1404.4375,113.3125 L 1404,112.3125 L 1400.5,112.53125 L 1397.4688,112.40625 L 1397.4062,111.90625 L 1399.0625,111.125 L 1401.5312,110.28125 L 1402.625,109.5625 L 1402.4688,108.03125 L 1401.375,107.125 L 1398.375,106.375 L 1396.9375,105.15625 L 1394.3125,105.53125 L 1393.4062,105.09375 L 1393.2812,101.875 L 1392.9375,101.28125 L 1394.125,100.4375 L 1396.7812,102.0625 L 1400.7812,102.5625 L 1402.2188,102.0625 L 1402.2188,100.90625 L 1400.9688,99.53125 L 1400.9688,98.6875 L 1400.9688,96.0625 L 1400.3438,94.59375 L 1400.25,94 L 1399.7812,92.03125 L 1398.5625,90.6875 L 1396.6875,89.78125 L 1395.6875,89.09375 L 1393.8125,88.625 L 1391.6562,88.6875 L 1390.5,88.46875 L 1391.0938,87.3125 L 1392.625,86.78125 L 1394.0625,86.78125 L 1394.4375,86.96875 L 1400.1875,87.3125 L 1400.1562,86.15625 L 1399.7188,85.375 L 1398.75,84.59375 L 1397.9375,83.78125 L 1397.5,83.59375 L 1396.5625,82.9375 L 1395.9062,82.09375 L 1395.4688,81.375 L 1395.1875,80.75 L 1395.2812,79.875 L 1396.5625,79.0625 L 1397.75,78.84375 L 1398.75,78.40625 L 1399.0625,77.46875 L 1398.6562,76.65625 L 1398.0312,76.1875 L 1397.0938,75.875 L 1396.8438,75.25 L 1396.8125,74.0625 L 1397.375,73.375 L 1397.9375,72.34375 L 1397.875,71.125 L 1397.5312,70.15625 L 1397.25,68.90625 L 1397.5312,67.53125 L 1397.5625,65.96875 L 1397.1875,65.09375 L 1396.6562,64.5625 L 1395.9062,64.53125 L 1394.5938,65.1875 L 1393.2188,66.53125 L 1391.5625,67.09375 L 1389.8438,67.28125 L 1389.5625,67.4375 L 1388.8125,67.28125 L 1389.2188,66.25 L 1391.4375,64.71875 L 1392.2188,63.71875 L 1392.2812,61.65625 L 1393.7188,60.625 L 1394.3125,59.78125 L 1394.3125,59.28125 L 1393.9375,59 L 1393.1562,57.375 L 1393.6562,55.84375 L 1393.4688,54.3125 L 1392.9375,53.375 L 1393.0938,52.21875 L 1394.75,50.375 L 1394.375,48.78125 L 1393.5938,47.65625 L 1393.3125,45.96875 L 1393.8125,43.03125 L 1394.0625,39.71875 L 1394.75,37.21875 L 1394.9375,35.15625 L 1396.1875,33.03125 L 1395.5,29.90625 L 1395.9688,29 L 1396.7812,28.78125 L 1398,28.875 L 1399.25,27.25 L 1399.2812,24.53125 L 1399.6562,23 L 1399.8438,22.65625 L 1400.4688,21.53125 L 1401.0938,19.46875 L 1401.4688,18.59375 L 1402.5312,13.21875 L 1402.7188,12.4375 L 1402.6875,11.84375 L 1403.1562,11.375 L 1403.0938,10.28125 L 1403.2812,9.78125 L 1403.5312,8.28125 L 1403.5312,6.09375 L 1404.125,3.03125 L 1404.75,0.75 L 1383.2188,0.75 z M 1582.5625,1 L 1580.5312,1.5625 L 1578.0312,1.3125 L 1575.4688,3.21875 L 1573.75,3.3125 L 1572.5625,4.65625 L 1572.125,6.375 L 1572.0938,11.0625 L 1573.2188,12.15625 L 1576.4062,12.84375 L 1578.3125,14.28125 L 1580.5312,14.09375 L 1582.7188,15.75 L 1585.375,16.53125 L 1588.6875,16.0625 L 1591.3438,14.125 L 1593.2812,12.1875 L 1595.125,11.71875 L 1596.9062,10.25 L 1598.2188,8.21875 L 1599.125,6.21875 L 1600.4688,5.34375 L 1601.7812,5.375 L 1603.9688,3.71875 L 1605.5625,3.6875 L 1608.6562,6.46875 L 1610.4375,7.09375 L 1616.7188,6.21875 L 1616.8438,7.3125 L 1615.0312,9.6875 L 1613.6875,10.59375 L 1610.5625,10.96875 L 1607.625,10.84375 L 1605.25,12.65625 L 1602.8125,15.40625 L 1601.75,17.6875 L 1601.5312,20.1875 L 1600.625,20.59375 L 1599.625,20.9375 L 1597.125,23.96875 L 1596.0625,24.46875 L 1595.1875,24.5625 L 1593.4062,26.125 L 1591.6562,28.28125 L 1589.2812,28.6875 L 1586.9688,29.8125 L 1583.9688,28.4375 L 1582.625,27.0625 L 1581.9062,25.78125 L 1579.25,23.03125 L 1575.5625,20.78125 L 1573.9062,20.3125 L 1571.2812,20.34375 L 1569.4062,19.375 L 1567.1875,15.875 L 1566.5625,14.8125 L 1562.625,12.8125 L 1561.0312,10.28125 L 1560.25,8.5625 L 1559.5625,7.6875 L 1556.3125,6.34375 L 1555.6562,6.40625 L 1553.6875,5.28125 L 1552.7812,4.21875 L 1552,2.625 L 1547.75,2.46875 L 1545.25,3.3125 L 1543.25,1.96875 L 1539.9688,2.96875 L 1538.75,4.15625 L 1539.2812,5.71875 L 1540.5,6.5 L 1543.7812,7.09375 L 1548.9375,9.125 L 1551,10.6875 L 1555.4062,12.53125 L 1557.6562,13.6875 L 1559.1562,15.53125 L 1559.9062,17.125 L 1561,22.625 L 1560.5938,28.5 L 1560.1875,30.5 L 1559.9062,35.03125 L 1560.5,37.75 L 1561.0625,38.5 L 1564.4375,40.0625 L 1566.2812,42.21875 L 1568.2188,46.21875 L 1569.625,47.5625 L 1573.8438,47.4375 L 1579.3125,46.875 L 1584.375,48.9375 L 1587.8438,48.65625 L 1592.4062,50.46875 L 1597.625,50.90625 L 1600.7188,52.28125 L 1603.8438,55 L 1606.4062,58.71875 L 1608.9375,63.59375 L 1610.1562,65.65625 L 1612.0312,66.46875 L 1614.0312,66.9375 L 1615.1875,68.5625 L 1616,70.25 L 1617.0938,70.84375 L 1619.6562,72.25 L 1621.4375,74.65625 L 1624.875,76.15625 L 1627.0312,76.25 L 1632,78.46875 L 1635.7188,80.78125 L 1641.375,83.875 L 1643.875,83.03125 L 1646.1562,78.875 L 1649.75,75.5625 L 1650.7812,73 L 1651.0312,70.3125 L 1650.8438,68.90625 L 1650.9375,66.875 L 1651.625,65.5 L 1653.4375,63.4375 L 1653.9062,62.375 L 1656.1562,60.8125 L 1659.4062,60.40625 L 1660.875,58.71875 L 1662.8125,57.1875 L 1664.4688,56.875 L 1665.125,57.21875 L 1666.625,56.75 L 1668.8438,55 L 1671.8438,54.46875 L 1675.875,52.84375 L 1678.5625,52.65625 L 1680.4688,53.4375 L 1683.4688,56.25 L 1684.7812,56.5 L 1687.375,56.25 L 1690.3438,57.5 L 1694.2188,56.9375 L 1694.8438,57.15625 L 1695.1875,58.21875 L 1693.6875,63.3125 L 1693.6562,64.65625 L 1694.4375,66.375 L 1696.2812,67.84375 L 1703.0938,70.25 L 1704.9375,72.78125 L 1707.25,73.5625 L 1710.25,73.1875 L 1713.25,71.75 L 1714.6562,72.21875 L 1715.2812,72.3125 L 1717.375,70.25 L 1718.9062,67.5625 L 1722.1562,64.1875 L 1722.9688,64.53125 L 1723.2812,65.46875 L 1720.0938,70.375 L 1718.875,73.0625 L 1717.5625,74.625 L 1717.7188,75.09375 L 1715.9062,77.375 L 1714.25,77.25 L 1713.4688,76.6875 L 1710.1875,77.59375 L 1708.5625,78.3125 L 1705.6562,78.90625 L 1704.2188,78.4375 L 1703.2812,76.9375 L 1702.3438,74.3125 L 1697,72.5625 L 1694.4375,71.6875 L 1692.1875,69.53125 L 1688.7812,67.71875 L 1687.4688,65.71875 L 1683.7812,63.5625 L 1682.0312,62.21875 L 1680.25,62.3125 L 1676.3125,64.625 L 1674.2188,63.65625 L 1669.0625,64.84375 L 1667.6562,64.21875 L 1666.3125,61.875 L 1664.0938,61.03125 L 1662.375,62.34375 L 1659.9375,66.34375 L 1659.3438,68.8125 L 1659.1562,70.5 L 1658.25,73.4375 L 1656.625,77.46875 L 1656.5,79.59375 L 1657.3125,82.375 L 1657.6875,84.125 L 1659.75,86.59375 L 1661.9375,87.75 L 1664.1875,87.96875 L 1665.5625,88.96875 L 1667.2812,90.5 L 1668.8125,91.65625 L 1670.8125,92.4375 L 1672.9062,92.78125 L 1673.25,92.75 L 1675.0625,93.21875 L 1678.4688,93.65625 L 1686.8438,97.03125 L 1690.6875,99.625 L 1693.125,102.4375 L 1695.1562,109.40625 L 1696.0312,113.75 L 1698.25,116.5 L 1698.9062,117.1875 L 1700.1562,120.375 L 1702.625,122.03125 L 1705.5625,123.5625 L 1706.7188,124.75 L 1707.5312,128 L 1707.6875,131.03125 L 1709.8125,133 L 1710.0312,134.625 L 1708.625,139.40625 L 1710.6562,142.8125 L 1711.0312,144.96875 L 1710.5625,149.03125 L 1711.7188,153.125 L 1715.4688,156.21875 L 1716,156.875 L 1716.8125,158.84375 L 1715.3438,160.65625 L 1711.0312,164.09375 L 1708.9062,164.28125 L 1705.4375,166.46875 L 1702.4062,169.65625 L 1700.0938,173.5 L 1697.4688,177.09375 L 1693,180.15625 L 1685.9062,183.34375 L 1681.8125,183.4375 L 1678.7188,181.5625 L 1678,179.4375 L 1678.5938,177.3125 L 1679.7188,176.5625 L 1685.3438,179.03125 L 1686.875,179.3125 L 1688.9062,177.65625 L 1689.875,176.25 L 1688.9375,173.375 L 1688.3125,170.75 L 1689.6875,170.09375 L 1692.1562,170.75 L 1695.6875,169.90625 L 1697.3438,168.90625 L 1697.9688,168.03125 L 1698.8125,165.09375 L 1698.6562,161.1875 L 1698.7812,159.90625 L 1699,159.3125 L 1699.3438,158.78125 L 1698.9688,156.40625 L 1692.25,152.1875 L 1692.0938,150.6875 L 1692.5938,148.4375 L 1691.625,143.40625 L 1690.5,142.3125 L 1689.8438,140.71875 L 1690.0625,139.71875 L 1689.8125,137.84375 L 1688.75,137 L 1686.75,137.40625 L 1685.8125,137.375 L 1685.3438,136.09375 L 1685.4375,134.15625 L 1684.6875,130.46875 L 1683.0312,129.0625 L 1682.1562,126.65625 L 1680.7812,125.4375 L 1680.3438,123.75 L 1680.5938,123 L 1681.6875,120.15625 L 1681.4688,118.46875 L 1677.6875,116.875 L 1676.875,115.90625 L 1675.9688,113.375 L 1674.7812,111.96875 L 1672.2812,112.0625 L 1669.75,111.03125 L 1668.5625,109.59375 L 1664.125,104.71875 L 1662.6562,102.5625 L 1661.5938,99.84375 L 1660,97.34375 L 1658.7188,95.5625 L 1657.75,95.0625 L 1656,95.96875 L 1654.5625,97 L 1652.3438,98.4375 L 1649.0312,99.9375 L 1645.4688,100.46875 L 1643.0312,100.71875 L 1639.5938,100.90625 L 1637.1562,100.96875 L 1636.4062,100.875 L 1633.5938,99.875 L 1631.6875,98.3125 L 1629.625,95.53125 L 1625.4688,92.25 L 1624.6875,90.34375 L 1623.7812,89.21875 L 1620.375,88.4375 L 1617.9375,87.125 L 1614.5312,83.03125 L 1607.875,79.8125 L 1604.7188,76.25 L 1599.25,73.71875 L 1598.2812,72.5625 L 1596.7188,68.875 L 1594.4688,66.34375 L 1591.7188,65.46875 L 1589.8125,63.875 L 1587,61.75 L 1583.3438,58.625 L 1579.875,58.34375 L 1578.0625,57.5 L 1575.2188,56.4375 L 1567.5,57.25 L 1563.4688,57.4375 L 1559.9375,56.65625 L 1558.625,55.5 L 1558.0625,53.625 L 1558.2188,51.03125 L 1557.9375,48.71875 L 1556.5938,46.46875 L 1555.0625,45.21875 L 1552.8438,42.9375 L 1551.7812,40.03125 L 1549.75,38.625 L 1548.4062,37.28125 L 1546.4062,34.125 L 1544.0625,32.84375 L 1543.0312,31.0625 L 1537.125,28.25 L 1534.4062,25.375 L 1531.125,24.4375 L 1529.8125,22.625 L 1527.0938,24.3125 L 1522.4062,27.1875 L 1521.75,28.0625 L 1516.625,32.1875 L 1514.5312,34.46875 L 1513.125,37.625 L 1510.4375,40 L 1508.7188,42.59375 L 1507.0625,45.0625 L 1506.0312,45.625 L 1504.8438,44.4375 L 1504.0625,44.875 L 1503.375,45.84375 L 1503.7812,48.5 L 1504.4062,49.65625 L 1507.9688,54 L 1513.375,58.59375 L 1518,64.03125 L 1524.1562,70.21875 L 1526.3438,73.3125 L 1529.4688,78.90625 L 1531.5,83.90625 L 1532.7188,90.625 L 1532.0938,100.1875 L 1533.1875,105.09375 L 1535.0312,109.6875 L 1536.4375,110.3125 L 1538.0938,109.03125 L 1538.5938,110.46875 L 1539.9375,113.5625 L 1541.6562,114.875 L 1542.5625,114.75 L 1543.4062,114.28125 L 1544.3438,112.28125 L 1545.8438,110.46875 L 1546.75,110.46875 L 1548.875,111.78125 L 1555.1562,116.15625 L 1556.9375,119.0625 L 1558.9062,122.125 L 1560.9688,123.96875 L 1562.9688,124.28125 L 1568.25,124.9375 L 1569.5312,125.40625 L 1570.125,127.75 L 1569.6562,128.78125 L 1567.2188,130.15625 L 1570.4375,135 L 1573.9062,138.8125 L 1577.0938,140.53125 L 1576.8438,137.8125 L 1577.5625,136.125 L 1580.8125,133.75 L 1586.1562,132.96875 L 1589.6562,129.71875 L 1591.375,130.8125 L 1593.25,133.46875 L 1595.4062,135.75 L 1604,138 L 1606.9688,138.0625 L 1608.6875,137.28125 L 1610.1562,135.71875 L 1612.4062,132.0625 L 1614.625,130.53125 L 1615.1875,134.46875 L 1615.9062,135.90625 L 1619.0938,140.78125 L 1622.8438,148.21875 L 1627.0938,153.90625 L 1627.75,155.96875 L 1626.9375,157 L 1624.7188,156.0625 L 1622.7188,155.09375 L 1619.375,153.5 L 1617.5938,153.625 L 1614.4688,155.5 L 1613.5625,156.0625 L 1612,154.84375 L 1610.2812,154.65625 L 1604.2188,156.125 L 1601.0938,156.75 L 1599.0938,155.5 L 1597.2812,154.5625 L 1595.9688,154.65625 L 1592.875,156.46875 L 1590.1875,158.25 L 1584.75,159.28125 C 1583.1625,160.00674 1581.8642,161.29526 1580.3125,161.8125 C 1575.6564,161.55388 1583.4159,157.67567 1580.3125,158.96875 C 1578.5022,160.00322 1576.9363,161.53665 1575.125,162.3125 C 1573.8319,162.82973 1572.0205,163.34375 1570.4688,163.34375 C 1569.9513,163.34375 1569.1737,162.84374 1568.6562,162.84375 C 1561.414,163.10237 1553.9351,165.42688 1547.4688,168.53125 C 1540.7435,171.6347 1536.3461,178.09811 1530.6562,181.71875 C 1530.6562,181.71875 1522.3749,183.54205 1522.375,185.09375 C 1522.375,187.4213 1526.5259,189.23398 1525.75,191.5625 C 1524.9741,194.14866 1520.0583,196.21231 1523.9375,198.28125 C 1527.5581,200.35019 1548.2445,204.49035 1547.4688,207.59375 C 1546.9513,210.17991 1549.2618,213.27159 1547.9688,216.375 C 1546.9341,218.18531 1542.7953,221.04205 1543.3125,222.59375 C 1544.8642,228.02568 1554.4427,223.63494 1550.5625,232.6875 C 1549.7866,233.98059 1547.9805,233.1929 1546.6875,233.96875 C 1542.0324,236.03866 1542.2867,235.7661 1538.4062,230.59375 C 1535.0442,225.93865 1544.8779,222.85776 1531.6875,223.375 C 1530.9116,223.375 1529.8705,224.38459 1529.0938,224.125 C 1528.3177,223.86638 1528.5883,221.54527 1527.8125,222.0625 C 1527.0366,222.83834 1524.1702,229.29527 1524.6875,229.8125 C 1525.722,231.62282 1529.8751,231.12718 1529.875,232.9375 C 1529.875,235.00644 1526.2392,229.58191 1524.6875,230.875 C 1523.1358,231.90947 1525.486,234.7426 1524.9688,236.8125 C 1524.7099,238.10559 1522.6337,238.61317 1522.375,239.90625 C 1522.375,242.23382 1525.7393,245.09592 1524.1875,246.90625 C 1522.8944,248.20032 1521.6142,249.22415 1520.0625,250 C 1518.7694,250.25864 1517.4719,249.48276 1516.4375,250 C 1514.1099,251.55172 1518.5065,252.31467 1511.7812,254.125 C 1511.0054,254.12502 1509.6961,253.88902 1509.4375,254.40625 C 1508.6616,255.95797 1509.7048,257.75984 1509.1875,259.3125 C 1507.6358,263.45041 1504.2833,263.96668 1506.0938,269.65625 C 1506.0935,270.43212 1511.2532,276.39763 1510.2188,276.65625 C 1508.4082,277.43212 1506.0918,274.55929 1504.2812,275.59375 C 1502.7295,276.36962 1505.0517,279.74677 1503.5,280.78125 C 1502.4655,281.2985 1502.1996,276.91166 1500.9062,277.6875 C 1499.6132,278.20475 1501.9323,280.51942 1501.1562,281.8125 C 1500.639,282.84796 1498.5659,282.31789 1497.5312,283.09375 C 1496.2382,284.12824 1495.9901,286.46874 1494.4375,286.46875 C 1484.0928,286.72739 1498.3104,280.51827 1496.5,277.15625 C 1495.2069,274.5701 1490.8189,274.31033 1488.75,272.5 C 1487.7155,270.94832 1487.2047,269.15408 1486.6875,267.34375 C 1486.6875,266.56792 1487.9634,265.00863 1487.1875,264.75 C 1485.3772,264.4914 1483.5755,267.59697 1482.2812,266.5625 C 1481.764,266.04529 1487.9685,259.84374 1487.9688,259.84375 C 1488.4858,258.80833 1489.2586,257.75321 1489,256.71875 C 1488.7414,256.20154 1487.7273,256.73278 1487.4688,257.25 C 1482.8125,261.3888 1474.7919,278.19847 1476.3438,284.40625 C 1476.3435,284.9235 1477.3664,284.41486 1477.625,284.15625 C 1477.8836,283.63903 1477.375,283.10236 1477.375,282.84375 C 1477.6336,282.06695 1477.889,281.04848 1478.4062,280.53125 C 1478.9235,280.27265 1477.6304,283.1164 1478.4062,283.375 C 1479.958,284.15087 1482.0409,283.88041 1483.5938,284.65625 C 1484.1108,284.91489 1484.1023,285.95151 1483.8438,286.46875 C 1483.5849,288.5377 1484.6013,292.4289 1482.5312,292.6875 C 1480.2037,292.94614 1479.6918,282.59272 1475.8125,285.4375 C 1474.2608,286.73061 1474.7844,289.56468 1473.75,291.375 C 1473.4914,292.15087 1472.1962,291.91164 1471.9375,292.6875 C 1471.6789,293.46337 1472.9774,293.70054 1472.7188,294.21875 C 1472.7186,294.736 1471.6971,294.73277 1471.4375,295.25 C 1470.6616,296.80172 1470.6508,298.6358 1469.875,300.1875 C 1469.0991,301.22199 1466.7586,300.68429 1466.5,301.71875 C 1465.4655,306.63346 1465.2273,312.08627 1464.9688,317 C 1464.9686,317.51822 1464.4461,318.7985 1464.1875,318.28125 C 1463.9289,317.2468 1464.9548,314.41166 1464.4375,315.1875 C 1462.8858,317.77469 1462.8814,324.48495 1460.8125,326.8125 C 1459.5184,328.10561 1457.9582,329.38903 1456.4062,329.90625 C 1455.1132,330.4235 1452.0366,328.62081 1452.8125,329.65625 C 1453.5884,330.69074 1455.9031,329.93428 1456.9375,330.96875 C 1457.972,331.486 1457.7156,333.28666 1458.75,334.0625 C 1460.0441,335.09699 1465.7392,333.27802 1464.1875,334.3125 C 1462.3772,335.60561 1459.779,334.05927 1457.9688,335.09375 C 1457.1927,335.35239 1457.986,336.88902 1457.4688,337.40625 C 1456.6927,338.44074 1454.3523,337.67567 1454.0938,338.96875 C 1453.8349,340.26186 1454.8836,341.55065 1454.625,342.84375 C 1454.3664,343.61962 1452.5487,341.03665 1452.0312,341.8125 C 1449.7037,346.209 1453.8373,344.66061 1455.9062,348.28125 C 1456.9407,350.09159 1456.4255,355.27482 1457.7188,357.34375 C 1458.2358,358.11962 1463.6595,365.86315 1462.625,367.15625 C 1461.8491,367.93212 1460.5582,366.38902 1459.7812,366.90625 C 1456.6779,369.23382 1454.3418,372.33312 1452.5312,375.4375 C 1452.014,376.73061 1452.8159,380.34698 1451.7812,379.3125 C 1450.7468,378.01943 1452.7931,375.45031 1451.5,374.15625 C 1449.6897,372.60457 1448.4137,378.27804 1446.3438,379.3125 C 1442.9815,381.12284 1437.5473,373.12821 1435.2188,372.09375 C 1432.3738,371.0593 1426.6809,373.38142 1424.0938,371.3125 C 1419.1798,367.17464 1424.0935,363.8059 1424.0938,361.21875 C 1424.3522,360.1843 1423.5883,359.40084 1422.8125,358.625 C 1422.8125,358.3664 1422.0312,358.63363 1422.0312,358.375 C 1421.2554,356.04747 1427.9795,351.90408 1429.5312,350.09375 C 1430.5657,348.54207 1435.2186,345.6875 1435.2188,345.6875 C 1432.1151,338.7039 1424.0874,338.20254 1418.6562,335.875 C 1417.3632,335.35779 1416.0884,334.06573 1415.3125,333.03125 C 1415.0539,332.77265 1415.8298,331.71874 1415.3125,331.71875 C 1412.2081,331.20154 1408.8221,332.23817 1405.7188,333.53125 C 1403.1324,334.56574 1396.4073,341.81251 1393.5625,341.8125 C 1390.4591,341.81252 1386.8621,339.23398 1383.5,341.5625 C 1380.6552,343.63146 1390.9914,345.6875 1391.25,345.6875 C 1405.2163,348.2737 1400.026,354.48817 1403.9062,355.78125 C 1404.6821,356.2985 1405.4599,352.43427 1405.7188,353.46875 C 1406.2358,355.02047 1404.4288,356.81468 1404.6875,358.625 C 1405.2047,360.69395 1408.5591,365.34052 1409.5938,366.375 C 1409.5936,366.37502 1408.5591,367.1574 1409.5938,371.8125 C 1409.8522,373.62281 1410.891,381.91166 1413.2188,382.6875 C 1415.2885,383.20475 1417.0959,381.37501 1418.9062,381.375 C 1420.1993,381.63364 1425.6583,385.26941 1427.4688,386.5625 C 1427.9858,387.33934 1428.2414,388.37177 1428.5,389.40625 C 1428.5,389.9235 1427.7099,390.95153 1427.9688,391.46875 C 1428.7444,392.76186 1430.0505,393.53663 1431.3438,394.3125 C 1431.8608,394.31252 1432.375,393.27265 1432.375,393.53125 C 1434.1853,399.99769 1431.0807,405.17583 1435.2188,411.125 C 1440.3919,418.10767 1442.4547,419.93751 1441.9375,419.9375 C 1438.0583,420.45475 1436.7639,413.20474 1432.625,412.6875 C 1431.5905,412.68752 1430.8297,413.2015 1430.3125,413.71875 C 1430.5711,413.20154 1430.5573,412.41488 1429.7812,412.15625 C 1428.2295,411.38042 1426.155,411.9235 1424.3438,411.40625 C 1416.3264,408.3019 1421.7671,410.88475 1413.75,415.28125 C 1413.4914,415.28127 1416.3403,412.69611 1412.7188,412.4375 C 1410.9082,412.43752 1408.8332,412.17027 1407.2812,412.6875 C 1406.2468,413.2047 1406.7586,426.1444 1406.5,427.4375 C 1404.6897,432.86852 1400.5463,434.916 1398.2188,439.3125 C 1396.9255,441.38145 1398.2134,444.23399 1397.4375,446.5625 C 1395.6272,452.76931 1389.7017,456.65957 1394.875,463.125 C 1398.4956,467.52152 1413.4882,472.43865 1414.7812,477.09375 C 1414.7812,477.611 1413.7413,478.10778 1414,478.625 C 1415.0345,480.69493 1420.2254,483.01942 1418.1562,484.3125 C 1413.5012,487.41593 1409.609,482.78342 1407.2812,484.59375 C 1405.9882,485.62824 1406.7704,488.47416 1405.2188,489.25 C 1403.1496,490.28449 1390.2208,485.37396 1387.375,488.21875 C 1387.375,488.21877 1387.0938,488.46876 1387.0938,488.46875 C 1386.8349,487.69292 1386.5797,486.90625 1386.0625,486.90625 C 1383.9936,486.64765 1382.194,488.71013 1380.125,488.96875 C 1379.3491,488.96877 1361.2273,479.14997 1360.9688,485.875 C 1360.9686,488.20257 1365.1141,490.79109 1363.5625,492.34375 C 1362.2694,493.63686 1359.4323,493.90844 1358.6562,495.71875 C 1358.1391,497.27039 1374.9483,508.89763 1376.5,509.15625 C 1378.8285,509.41489 1381.1669,508.38683 1382.7188,507.09375 C 1383.2358,506.83515 1382.7188,506.29849 1382.7188,505.78125 C 1382.9772,505.00542 1382.7241,503.71875 1383.5,503.71875 C 1384.2759,503.46015 1384.0054,505.27262 1384.7812,505.53125 C 1387.1088,506.82436 1387.096,505.03342 1388.9062,506.84375 C 1392.2692,510.46439 1395.3935,515.87611 1392.0312,520.53125 C 1391.514,521.30712 1389.9547,520.28665 1389.4375,521.0625 C 1388.6616,522.09699 1390.2229,524.16163 1389.1875,524.9375 C 1388.6703,525.19614 1370.0486,526.236 1369.5312,525.71875 C 1350.3916,514.85686 1385.2883,527.77671 1363.5625,519.5 C 1352.1824,515.36214 1355.0204,520.27262 1353.4688,520.53125 C 1352.6926,520.78989 1341.5936,517.44614 1341.5938,517.1875 C 1340.3005,515.89443 1340.0226,513.56033 1340.2812,511.75 C 1340.2812,510.45693 1343.1509,509.6821 1342.375,508.90625 C 1341.3405,508.13042 1339.5258,511.47198 1338.75,510.4375 C 1337.9741,509.40305 1340.7986,507.87822 1340.2812,506.84375 C 1339.764,504.77483 1335.375,505.78768 1335.375,503.71875 C 1335.1164,502.94195 1336.1565,502.4321 1336.1562,501.65625 C 1336.1562,501.39765 1328.6594,494.15084 1327.625,493.375 C 1326.8491,492.85779 1324.5226,493.90086 1324.7812,493.125 C 1327.626,485.88278 1331.7685,492.86505 1328.4062,483.8125 C 1328.4062,483.5539 1324.014,478.12499 1324.5312,478.125 C 1326.083,477.34917 1328.1444,480.19169 1329.4375,479.15625 C 1330.472,478.38042 1327.0883,477.84697 1326.3125,476.8125 C 1323.9849,473.70911 1324.5291,474.75104 1322.7188,471.90625 C 1321.1668,469.83733 1305.3868,465.96013 1304.0938,466.21875 C 1302.8005,466.47739 1301.5032,469.05709 1300.4688,468.28125 C 1297.8824,466.21136 1304.6023,463.3696 1304.3438,462.59375 C 1303.8263,461.04207 1301.7533,461.05709 1300.7188,460.28125 C 1292.959,455.62519 1297.3704,459.2392 1289.0938,457.6875 C 1287.0246,457.4289 1285.9763,454.33836 1283.9062,453.5625 C 1283.389,453.3039 1282.6024,454.57974 1282.3438,454.0625 C 1281.8263,453.54529 1283.1422,452.76725 1282.625,452.25 C 1282.3664,451.73279 1280.8039,452.76725 1281.0625,452.25 C 1281.3211,451.47417 1283.6422,451.48597 1283.125,450.96875 C 1280.5388,446.05504 1277.1927,448.64762 1273.3125,448.90625 C 1272.7953,448.90627 1271.7641,447.60238 1272.2812,447.34375 C 1273.8329,446.82654 1286.2328,444.76306 1286.75,445.28125 C 1287.5259,446.57436 1285.4504,448.12178 1285.9688,449.15625 C 1287.2616,451.48382 1296.595,454.31251 1298.4062,454.3125 C 1300.2166,454.57114 1302.2608,454.59698 1303.8125,453.5625 C 1304.847,453.04529 1304.082,450.19612 1305.375,449.9375 C 1306.6681,449.93752 1304.8717,452.78666 1305.9062,453.5625 C 1306.9407,454.33837 1308.4873,453.29526 1309.7812,453.8125 C 1310.8157,454.07114 1311.3406,456.13361 1312.375,455.875 C 1313.9267,455.35779 1313.9169,452.76725 1315.4688,452.25 C 1318.5719,450.95693 1324.5216,455.11638 1327.625,455.375 C 1329.9526,455.63364 1332.266,454.32112 1334.5938,454.0625 C 1339.7659,453.54529 1344.7026,451.22736 1349.875,450.96875 C 1354.5301,450.96877 1357.6175,452.52584 1362.5312,451.75 C 1373.9114,449.68112 1386.5787,437.24116 1388.9062,425.34375 C 1389.4235,421.72314 1388.9203,419.94175 1389.4375,416.0625 C 1390.2143,411.92472 1389.7058,400.52465 1386.3438,397.9375 C 1385.3091,397.16167 1383.472,398.71433 1382.4375,397.9375 C 1381.1444,396.64444 1381.4073,392.24461 1378.5625,391.46875 C 1378.3029,391.46877 1378.0401,392.25862 1377.7812,392 C 1375.7123,390.44833 1376.2426,384.75862 1373.6562,384.5 C 1371.3287,384.2414 1368.9978,387.86516 1367.1875,386.3125 C 1365.8934,385.27805 1365.1142,383.47197 1363.5625,382.4375 C 1362.528,381.92029 1360.9719,382.67348 1359.9375,382.15625 C 1358.3858,381.38042 1357.0927,379.84697 1355.2812,378.8125 C 1354.5054,378.29528 1352.7186,376.72415 1352.7188,377.5 C 1352.7186,379.05172 1356.0797,379.82329 1355.5625,381.375 C 1354.2685,384.73703 1339.0012,376.99138 1336.1562,377.25 C 1335.8976,377.25002 1336.6651,378.02264 1336.4062,378.28125 C 1336.2769,378.41058 1335.8243,378.40733 1335.4688,378.375 C 1336.9549,378.69001 1339.9666,378.16043 1339.25,379.59375 C 1338.7328,381.14547 1335.8954,380.361 1334.3438,379.84375 C 1333.3091,379.58515 1333.3159,377.76723 1332.2812,377.25 C 1330.9872,376.47417 1329.4181,376.98597 1328.125,376.46875 C 1326.3147,375.69292 1325.0291,373.90086 1323.2188,373.125 C 1314.9418,369.76301 1303.2996,367.68533 1295.2812,365.875 C 1288.2986,364.32332 1285.4482,367.14981 1279.5,369.21875 C 1275.6208,370.51186 1274.0677,366.12935 1270.1875,369.75 C 1268.8944,371.04311 1268.4008,373.6262 1267.625,375.4375 C 1267.625,376.21337 1267.8836,376.73277 1267.625,377.25 C 1266.5905,379.06034 1264.5173,380.36858 1264,382.4375 C 1263.4828,383.47199 1265.5344,386.29849 1264.5,385.78125 C 1259.5853,382.41926 1266.5711,380.10881 1266.3125,377.78125 C 1266.3125,376.22957 1263.4773,376.20892 1263.2188,374.65625 C 1260.89,365.60467 1265.793,374.65833 1264.5,368.96875 C 1263.9827,366.64122 1254.4116,369.49895 1250.5312,372.34375 C 1251.0495,370.79207 1251.5668,369.24461 1250.5312,368.46875 C 1248.9795,367.4343 1246.9181,371.03448 1245.625,370 C 1244.0733,368.70694 1243.3005,365.62282 1244.5938,363.8125 C 1246.9211,361.22538 1252.6099,368.71118 1254.9375,366.125 C 1256.4892,364.83193 1257.0118,361.48919 1255.7188,359.9375 C 1253.9082,358.38582 1250.0205,362.49781 1248.4688,360.6875 C 1247.4341,359.91167 1240.4461,356.55929 1240.1875,357.59375 C 1239.4116,359.66271 1239.1703,361.74259 1239.6875,363.8125 C 1239.9461,365.10561 1242.7759,366.12177 1242,367.15625 C 1241.7414,367.41489 1233.9956,367.42889 1230.375,367.6875 C 1231.9267,369.75645 1235.5409,374.65207 1232.4375,375.6875 C 1229.3341,376.72199 1221.3201,372.60996 1223.9062,374.9375 C 1227.6695,378.03685 1222.7464,382.26645 1219.7812,385.53125 L 1218.4688,390.6875 C 1218.2099,390.17029 1218.2274,389.6735 1217.9688,389.15625 C 1218.7444,392.25967 1220.2909,399.22294 1217.1875,398.1875 L 1211.75,403.90625 C 1210.7155,405.71659 1215.6434,402.86534 1216.9375,405.96875 C 1219.7823,412.6938 1213.028,411.90855 1218.7188,421.21875 C 1219.753,423.03006 1220.2919,425.11318 1221.8438,426.40625 C 1222.1022,426.40627 1230.8977,427.68751 1231.1562,427.6875 C 1234.001,429.49783 1235.2802,433.1176 1238.125,435.1875 C 1239.6777,436.22199 1242.0194,436.22955 1243.3125,437.78125 C 1248.2262,442.1777 1235.8072,460.53997 1239.6875,467.78125 C 1240.4634,469.33394 1244.5991,472.44291 1245.375,473.21875 C 1250.5473,478.39111 1255.4471,485.36429 1259.8438,491.3125 C 1260.6194,492.34796 1267.0969,501.66607 1266.0625,503.21875 C 1264.5108,505.02909 1258.0366,502.18767 1263.4688,506.84375 C 1263.4686,507.10241 1263.4774,516.40842 1263.2188,518.21875 C 1263.2186,519.25324 1269.4409,519.23496 1268.4062,521.5625 C 1266.5959,525.18315 1264.263,525.46355 1267.625,529.34375 C 1271.5043,533.99888 1274.8651,530.37611 1277.9688,535.03125 C 1280.0375,538.39426 1271.7435,532.95499 1278.4688,544.59375 C 1280.0203,547.17994 1284.9527,545.37717 1287.2812,547.1875 C 1293.7467,552.10221 1284.4117,566.32652 1285.1875,566.84375 C 1291.1366,570.98167 1314.1811,579.51957 1316.25,585.46875 C 1317.0259,587.27909 1315.9773,589.34591 1315.7188,591.15625 C 1315.2013,603.05357 1313.9193,605.87851 1309.7812,617 C 1304.3494,632.26029 1299.4245,648.5563 1291.4062,662.78125 C 1288.3029,667.9546 1283.3954,674.17586 1281.8438,680.125 L 1282.3438,680.625 C 1282.3436,680.10778 1282.1077,679.60236 1282.625,679.34375 C 1284.4353,678.3093 1286.7435,678.56569 1288.8125,677.53125 C 1289.0711,677.53127 1293.7413,669.764 1294,670.28125 C 1296.3276,673.38471 1293.9849,678.83411 1296.3125,681.9375 C 1297.0884,682.97199 1298.903,681.13902 1299.9375,681.65625 C 1301.4892,682.1735 1302.5281,683.48818 1303.5625,684.78125 C 1304.0797,685.2985 1304.3264,686.3351 1304.8438,686.59375 C 1308.2056,688.14547 1311.0787,684.52588 1313.4062,683.75 C 1319.6131,681.16386 1317.776,685.8147 1321.6562,687.625 C 1323.208,688.40087 1325.8005,686.84056 1327.0938,687.875 C 1334.3358,693.82418 1319.3426,691.24138 1314.6875,691.5 C 1300.7212,692.27587 1312.1142,699.26845 1305.9062,700.5625 C 1305.1304,700.82114 1299.1651,697.94948 1298.9062,701.3125 C 1298.6476,703.12284 1300.4496,705.46555 1299.1562,706.5 C 1298.1218,707.53449 1296.5745,705.46335 1295.2812,704.6875 C 1294.764,704.4289 1293.9946,702.88902 1293.2188,703.40625 C 1290.1151,706.50967 1296.0798,710.65099 1295.5625,714.53125 C 1301.7703,718.41052 1297.3687,716.06906 1294.7812,721.5 C 1294.0054,722.53449 1295.0315,724.08191 1295.0312,725.375 C 1295.0312,725.37502 1294.7815,731.84377 1294.7812,731.84375 C 1294.0054,733.91273 1290.8977,735.96772 1291.1562,738.8125 C 1291.9321,743.46768 1297.0935,748.40736 1297.0938,753.0625 C 1297.0936,756.42456 1294.7746,754.84813 1296.8438,758.46875 C 1297.6204,759.24561 1301.7414,761.59915 1302,762.375 C 1302.5172,764.18536 1301.5022,765.4709 1303.3125,767.28125 C 1304.0884,768.05714 1306.4151,767.53667 1306.1562,768.3125 C 1305.1218,771.41691 1304.8535,768.56912 1301.75,771.15625 C 1301.4914,771.67352 1301.4914,772.45154 1301.75,772.96875 C 1301.75,773.74464 1302.7901,774.01399 1302.5312,774.53125 C 1302.2726,775.30714 1300.986,775.2953 1300.4688,775.8125 C 1299.6927,776.58839 1301.4859,780.20689 1300.9688,781.5 C 1302.2616,781.24142 1303.3091,779.9429 1304.3438,780.71875 C 1305.378,781.23602 1304.0676,783.0593 1304.8438,784.09375 C 1305.6194,784.86964 1307.1841,784.86638 1308.2188,785.125 C 1316.7539,788.22844 1310.5626,790.29325 1310.5625,793.65625 C 1310.5625,794.43214 1312.3664,794.16163 1312.625,794.9375 C 1312.8836,796.74786 1312.375,798.56465 1312.375,800.375 C 1312.375,800.63366 1312.0936,801.14765 1312.0938,801.40625 C 1312.0936,801.92353 1311.5763,802.71876 1312.0938,802.71875 C 1313.3866,802.97741 1314.4255,800.89764 1315.7188,801.15625 C 1319.3392,801.67352 1315.721,804.01844 1317.5312,805.3125 C 1321.9287,808.93326 1329.4439,815.90539 1327.375,823.40625 C 1333.8414,828.5796 1332.541,820.05283 1336.9375,823.15625 C 1338.2306,824.19076 1339.2694,827.78449 1340.5625,826.75 C 1345.9945,822.61217 1344.4204,821.59593 1352.4375,823.40625 C 1352.4375,823.40629 1352.2047,834.00643 1356.3438,831.9375 C 1358.4125,830.90308 1360.4569,825.99779 1361.75,824.1875 C 1362.5259,823.41169 1365.639,823.91488 1366.1562,823.65625 C 1369.7779,822.10459 1365.1272,820.03886 1371.5938,822.625 C 1371.5936,822.62504 1379.8664,827.81251 1380.125,827.8125 C 1381.1595,827.81254 1382.7013,825.71556 1383.2188,826.75 C 1385.2875,830.37165 1384.7844,832.97312 1383.75,836.59375 C 1383.4914,837.88687 1389.6917,842.80067 1390.4688,844.09375 C 1391.503,845.64549 1387.8858,843.82867 1389.4375,846.15625 C 1389.9547,847.19075 1386.596,852.62176 1388.4062,853.65625 C 1392.5451,856.50108 1393.8169,856.78124 1397.4375,856.78125 C 1398.472,857.03991 1395.903,861.42024 1396.9375,861.9375 C 1402.8867,863.74883 1400.2986,866.35135 1404.4375,868.9375 C 1407.0237,870.74786 1415.0366,870.73277 1415.8125,871.25 C 1418.1401,872.80174 1415.8004,880.04529 1417.0938,880.5625 C 1418.6453,881.07977 1420.1983,879.51725 1421.75,879 C 1426.1475,877.70695 1427.7091,878.75861 1430.8125,878.5 C 1433.6573,878.24142 1431.0677,881.84054 1431.8438,882.875 C 1434.1711,885.46121 1434.6961,883.66703 1439.0938,885.21875 C 1440.128,885.73602 1440.9009,888.0593 1440.125,889.09375 C 1439.3491,890.64549 1437.0128,891.17565 1435.7188,892.46875 C 1435.4599,892.72741 1436.5,892.46013 1436.5,892.71875 C 1436.7596,895.30495 1434.1713,900.20691 1431.8438,901.5 C 1428.4816,903.56898 1416.0625,898.1434 1416.0625,902.28125 C 1416.3211,904.60884 1414.5281,907.21233 1415.5625,909.28125 C 1416.3384,911.3512 1425.6518,913.1466 1424.875,916.25 C 1424.6164,917.02589 1423.0539,917.28667 1423.3125,918.0625 C 1423.5711,920.13148 1427.2013,920.12621 1427.7188,921.9375 C 1427.7185,922.71339 1426.1477,922.97417 1426.4062,923.75 C 1426.6649,925.30174 1428.4741,926.34596 1429.25,928.15625 C 1429.5086,928.67352 1428.4913,929.4515 1428.75,929.96875 C 1428.75,930.22741 1434.1875,933.59376 1434.1875,933.59375 C 1434.7047,934.36964 1434.1927,935.389 1434.9688,935.90625 C 1435.4858,936.16491 1436.2318,934.8664 1436.75,935.125 C 1437.5259,935.64227 1437.2866,937.21874 1438.0625,937.21875 C 1440.1314,936.96017 1441.9483,935.63682 1443.5,934.34375 C 1445.8276,932.01526 1444.014,924.28123 1444.5312,924.28125 C 1444.7899,924.28129 1455.9062,923.50001 1455.9062,923.5 C 1461.8554,920.91291 1455.6315,915.22416 1465.7188,916 C 1466.4944,916.00004 1466.2554,917.81252 1467.0312,917.8125 C 1469.3588,917.81254 1470.1176,913.13904 1472.1875,913.65625 C 1473.9978,913.91491 1474.7919,915.99677 1476.3438,917.03125 C 1477.378,917.80714 1478.9341,917.80929 1479.9688,918.84375 C 1480.4858,919.36102 1479.7013,920.65206 1480.2188,921.6875 C 1480.4772,922.72201 1481.2468,923.7554 1482.2812,924.53125 C 1483.8339,925.82438 1488.7436,925.55284 1490.8125,928.65625 C 1492.3642,930.98384 1486.4094,932.29972 1485.375,933.59375 C 1484.5991,935.14549 1488.2467,935.92566 1489.2812,937.21875 C 1490.3157,938.25326 1488.7382,940.8179 1490.0312,941.59375 C 1490.8071,942.36964 1491.8492,941.84914 1492.625,942.625 C 1493.1422,943.14227 1493.1336,944.19195 1492.875,944.96875 C 1492.875,945.48602 1491.8664,945.98279 1492.125,946.5 C 1493.4181,949.08621 1494.9513,945.47734 1495.4688,945.21875 C 1497.0203,944.70156 1498.8459,944.43751 1500.6562,944.4375 C 1501.4321,944.43754 1501.4202,946.00861 1501.9375,945.75 C 1502.972,945.75004 1508.403,942.361 1509.4375,941.84375 C 1509.9547,941.58517 1510.4913,941.60779 1510.75,942.125 C 1511.7845,943.41813 1512.0332,946.50863 1513.8438,946.25 C 1514.878,946.25004 1515.653,945.47734 1516.6875,945.21875 C 1516.9461,945.21879 1517.4599,945.21011 1517.7188,945.46875 C 1518.2368,945.98602 1516.6789,947.28662 1516.9375,948.0625 C 1517.1961,948.83839 1523.9375,954.77803 1523.9375,955.8125 C 1524.1961,956.58936 1522.625,956.84915 1522.625,957.625 C 1522.8836,959.17674 1523.9341,960.49677 1524.9688,961.53125 C 1526.2616,962.82438 1527.8137,963.84915 1529.625,964.625 C 1534.0215,966.95259 1535.2922,957.88582 1541.5,959.4375 C 1543.0517,959.95477 1544.1132,963.05712 1545.4062,962.28125 C 1546.1821,961.76406 1546.1841,960.21874 1547.2188,960.21875 C 1549.0289,960.47741 1551.5905,963.33295 1552.625,961.78125 C 1555.988,957.12619 1565.559,947.28663 1566.5938,948.0625 C 1569.9556,950.6487 1572.8072,955.58093 1576.6875,956.875 C 1577.9806,957.39227 1579.5281,956.60776 1580.5625,957.125 C 1582.1142,957.90089 1582.6272,960.21015 1584.4375,960.46875 C 1591.4211,961.76188 1581.3374,951.68428 1588.0625,952.71875 C 1590.1314,952.97741 1591.4397,954.78128 1593.25,954.78125 C 1594.8017,954.78129 1595.3005,952.21873 1596.5938,952.21875 C 1597.628,951.96017 1598.1617,953.76402 1598.9375,954.28125 C 1600.7488,955.05714 1602.5647,955.5625 1604.375,955.5625 C 1607.2198,955.56254 1606.1725,949.60454 1608.5,951.15625 C 1609.2759,951.93214 1610.0581,953.23275 1611.0938,953.75 C 1613.9383,955.56036 1614.2005,951.70149 1617.5625,952.21875 C 1628.1668,954.02911 1611.5908,957.88242 1624.7812,955.8125 C 1628.6605,955.03669 1625.5863,950.89763 1630.5,951.15625 C 1632.5689,951.41491 1629.4569,954.79111 1630.75,956.34375 C 1631.7845,957.37826 1633.5895,957.64443 1634.625,958.9375 C 1637.7284,962.29955 1634.6206,964.10674 1633.8438,967.46875 C 1633.5849,968.24561 1634.6206,969.53666 1633.8438,970.3125 C 1633.0677,971.60563 1627.138,972.37394 1630.5,975.21875 C 1633.6034,977.80496 1635.4106,975.21336 1639.0312,974.4375 C 1640.583,973.92031 1638.5086,978.33513 1638.25,978.59375 C 1633.5939,980.66369 1632.8004,978.31707 1634.0938,986.59375 C 1634.3531,989.43858 1637.2209,985.06466 1639.0312,986.875 C 1640.3243,988.42674 1641.8717,990.21997 1642.9062,992.03125 C 1643.1649,993.06576 1641.5992,994.35778 1642.375,994.875 C 1642.375,994.87504 1647.0344,992.02162 1646,995.125 C 1646,995.64227 1645.2185,996.1703 1645.2188,996.6875 C 1644.9599,998.23924 1644.71,999.80054 1644.9688,1001.0938 C 1645.2272,1001.8696 1646.25,1002.3794 1646.25,1003.1562 C 1646.25,1003.6735 1644.7185,1003.6616 1644.7188,1004.4375 C 1644.7186,1004.9547 1645.7404,1005.2328 1646,1005.75 C 1646.5172,1007.0431 1647.8073,1008.5905 1647.0312,1009.625 C 1643.4096,1015.0569 1631.2543,1012.9689 1627.375,1017.625 C 1626.5991,1018.6595 1626.8664,1019.9656 1627.125,1021 C 1627.125,1022.0345 1628.4236,1023.3406 1627.9062,1024.375 C 1627.9063,1024.375 1620.3836,1031.3438 1620.125,1031.3438 C 1619.3491,1032.8953 1620.9151,1039.0959 1620.6562,1040.9062 C 1620.6562,1042.458 1624.2673,1038.8427 1623.75,1041.6875 C 1623.2328,1044.0151 1621.9613,1044.7975 1624.0312,1047.125 L 1624.0312,1047.375 C 1624.0313,1047.1164 1624.2815,1047.1336 1624.2812,1046.875 C 1626.6088,1044.2888 1637.2241,1042.473 1638,1038.5938 C 1638.5172,1035.7478 1634.8675,1036.2564 1639.7812,1034.1875 C 1641.0743,1033.4116 1642.6444,1033.1476 1643.9375,1033.4062 C 1648.0763,1034.6993 1649.8987,1037.5583 1647.3125,1041.4375 C 1646.5366,1042.472 1644.9805,1042.7414 1643.6875,1043 C 1643.4289,1043 1643.4237,1041.9376 1642.9062,1041.9375 C 1641.3545,1042.7133 1637.974,1051.2747 1634.0938,1053.3438 C 1633.8349,1053.3436 1626.6003,1054.3622 1632.0312,1058.5 C 1633.583,1059.5345 1636.7013,1057.1983 1637.2188,1058.75 C 1638.253,1061.0785 1631.7845,1060.8308 1630.75,1060.3125 C 1630.2328,1060.0539 1629.9548,1058.7727 1629.4375,1059.0312 C 1627.1099,1060.0657 1627.3729,1063.4168 1625.5625,1064.9688 C 1624.528,1065.7444 1623.2316,1066.2726 1621.9375,1066.5312 C 1620.903,1066.5312 1619.361,1064.9656 1618.8438,1066 C 1618.3263,1066.7759 1620.1304,1067.5591 1620.9062,1068.5938 C 1625.5623,1074.5427 1624.79,1070.6668 1632.0312,1072.2188 C 1633.8416,1072.4781 1634.8858,1074.2867 1636.4375,1075.0625 C 1638.765,1076.097 1641.6186,1075.0505 1643.6875,1076.3438 C 1644.4634,1076.8608 1644.9773,1077.889 1644.7188,1078.4062 C 1642.6496,1081.7683 1637.9979,1077.6304 1636.1875,1078.4062 C 1634.1176,1079.1821 1635.9062,1087.4599 1635.9062,1087.7188 C 1635.9063,1088.4944 1636.4462,1090.8384 1636.1875,1090.0625 C 1633.0831,1084.3729 1634.8802,1079.7189 1631,1084.375 C 1629.4483,1085.9267 1633.0659,1091.1014 1632.0312,1093.6875 C 1631.2554,1095.4978 1629.6961,1096.7918 1629.4375,1098.3438 C 1629.4375,1099.1194 1631.0086,1099.1078 1630.75,1099.625 C 1630.2328,1101.1767 1626.6046,1097.8287 1628.1562,1100.1562 C 1629.1907,1102.2252 1634.6164,1104.5418 1634.875,1106.0938 C 1635.1336,1106.8694 1634.1154,1107.9116 1634.375,1108.6875 C 1634.375,1109.2047 1635.9236,1109.4686 1635.4062,1109.4688 C 1633.595,1109.7272 1631.529,1108.6927 1629.7188,1109.4688 C 1628.6841,1109.9858 1628.6595,1111.778 1627.625,1112.8125 C 1627.3664,1112.8125 1627.3923,1111.7812 1626.875,1111.7812 C 1625.3233,1112.0399 1623.7628,1112.8177 1622.4688,1113.5938 C 1621.9513,1113.8522 1621.9547,1114.8977 1621.4375,1115.1562 C 1620.9203,1115.4149 1622.2048,1114.1024 1621.6875,1113.8438 C 1620.653,1113.3263 1619.1056,1113.5935 1617.8125,1113.5938 C 1616.5194,1113.5936 1614.7133,1112.3091 1613.9375,1113.3438 C 1612.903,1114.6366 1613.1444,1117.2241 1614.4375,1118 C 1615.7306,1118.7759 1617.0504,1114.9031 1618.3438,1115.9375 C 1622.4814,1119.5591 1607.2047,1121.11 1611.3438,1123.4375 C 1616.2573,1126.5409 1621.6845,1122.3996 1627.375,1124.4688 C 1631.2543,1126.0202 1633.0711,1132.2273 1637.4688,1131.9688 C 1637.7272,1131.9686 1644.9599,1130.416 1645.2188,1130.1562 C 1645.9954,1129.1218 1642.3717,1127.5487 1643.4062,1127.0312 C 1644.6993,1126.514 1654.5474,1133.7555 1656.875,1134.5312 C 1660.238,1135.5657 1663.3341,1132.4774 1666.4375,1132.2188 C 1671.0936,1131.9599 1682.7285,1136.8772 1687.125,1138.6875 C 1691.7801,1140.7564 1696.1799,1144.3631 1701.0938,1145.6562 C 1701.0936,1145.6562 1701.0849,1145.6651 1701.3438,1145.4062 L 1706.5312,1148 L 1709.375,1148.25 C 1709.375,1140.2736 1710.7004,1140.3338 1713.8125,1140.2812 C 1715.4427,1140.2541 1717.552,1140.1822 1720.2188,1138.9375 C 1721.5116,1138.4203 1722.0505,1136.6023 1723.3438,1136.3438 C 1726.7056,1135.5677 1730.0755,1138.9548 1733.4375,1138.4375 C 1733.9547,1138.4375 1740.6617,1135.3125 1741.4375,1135.3125 C 1743.5064,1135.5711 1745.3061,1137.6565 1747.375,1137.6562 C 1747.375,1137.6562 1758.7726,1133.2501 1759.0312,1133.25 C 1765.7563,1128.8525 1750.9992,1131.1755 1766,1127.8125 C 1768.0689,1127.5539 1770.1583,1128.6109 1771.9688,1128.0938 C 1771.9686,1128.0936 1776.8708,1124.4655 1780.75,1125.5 C 1781.2672,1125.7586 1781.014,1126.7952 1781.5312,1127.3125 C 1782.5657,1127.8297 1783.8632,1128.3349 1785.1562,1128.5938 C 1791.1054,1129.1108 1797.833,1127.0539 1803.7812,1127.3125 C 1805.333,1127.3125 1800.9332,1132.4685 1804.8125,1132.4688 C 1814.8995,1132.4686 1812.553,1121.6216 1820.3125,1118 C 1822.64,1116.9655 1825.2522,1121.6056 1827.0625,1120.3125 C 1828.6142,1119.0194 1825.7436,1114.3836 1827.8125,1114.125 C 1835.8306,1112.8319 1835.0604,1116.1875 1840.75,1116.1875 C 1842.3017,1116.1875 1843.0809,1113.861 1844.375,1113.3438 C 1845.9267,1112.8263 1847.7296,1112.8211 1849.2812,1112.5625 C 1852.126,1112.5625 1850.8578,1121.1045 1851.375,1122.6562 C 1851.375,1122.9149 1851.8663,1122.6562 1852.125,1122.6562 C 1853.4181,1122.6562 1854.4559,1122.6562 1855.75,1122.6562 C 1856.7845,1122.6562 1858.0905,1122.3976 1859.125,1122.6562 C 1860.1595,1123.1735 1860.6616,1124.7188 1861.4375,1124.7188 C 1861.6961,1124.7186 1867.9289,1121.625 1868.1875,1121.625 C 1868.9634,1121.625 1869.9968,1122.6562 1871.0312,1122.6562 C 1872.0657,1122.9149 1875.6841,1121.0849 1876.7188,1121.3438 C 1877.2358,1121.0849 1877.9958,1120.5797 1879.0312,1120.0625 L 1879.2812,1120.0625 L 1884.2188,1122.125 C 1885.7702,1122.9009 1891.7013,1124.9685 1892.2188,1124.9688 C 1892.9944,1124.9685 1893.0054,1123.1789 1893.7812,1123.4375 C 1908.782,1127.3168 1894.5518,1124.9785 1900.5,1129.375 C 1904.3801,1132.2207 1913.695,1127.5636 1916.2812,1124.7188 C 1917.0571,1123.9427 1915.2554,1117.2025 1916.0312,1114.875 C 1920.1691,1103.7535 1917.3307,1111.7736 1921.4688,1097.0312 L 1921.4688,1096.2812 C 1921.2099,1096.2813 1920.9461,1096 1920.6875,1096 C 1920.4289,1096 1920.4065,1096 1920.4062,1096 C 1920.4062,1096 1920.415,1096 1920.1562,1096 C 1920.1562,1096 1919.9064,1096 1919.9062,1096 C 1918.3545,1096 1917.0517,1097.2986 1915.5,1096.7812 C 1913.6897,1096.0054 1912.6454,1093.9496 1911.0938,1092.6562 C 1908.5074,1090.8459 1896.3676,1083.8384 1893.7812,1083.0625 C 1892.7468,1082.8039 1891.6995,1084.1034 1890.4062,1083.8438 C 1888.595,1083.3263 1886.5487,1077.6422 1886.0312,1077.125 C 1885.514,1076.6078 1884.4633,1077.3836 1883.6875,1077.125 C 1882.1358,1076.8664 1880.0746,1076.8556 1878.7812,1075.5625 C 1874.1252,1070.9064 1877.2359,1070.1551 1876.7188,1065.5 C 1876.7186,1064.7241 1875.4008,1067.2987 1874.625,1066.7812 C 1872.0388,1064.9709 1872.3073,1060.5862 1871.5312,1058 C 1871.014,1056.4483 1870.5086,1054.6229 1870.25,1052.8125 C 1869.9914,1050.7436 1871.5431,1048.4267 1870.25,1046.875 C 1869.4741,1045.8405 1867.3923,1047.6444 1866.875,1048.9375 C 1866.6164,1049.1971 1869.9828,1058.7564 1870.5,1061.3438 C 1870.5,1061.6022 1869.9773,1061.8837 1869.7188,1061.625 C 1865.0625,1058.0034 1868.1737,1058.5193 1867.6562,1052.3125 C 1867.6562,1051.5366 1860.4213,1047.1229 1858.0938,1045.3125 C 1856.8005,1044.5366 1856.5205,1042.4547 1854.9688,1041.9375 C 1853.9331,1041.6789 1852.9095,1043.5172 1851.875,1043 C 1850.3233,1042.7414 1849.8103,1040.1562 1848,1040.1562 C 1841.0164,1039.3804 1843.8608,1045.5732 1838.6875,1039.625 C 1834.291,1034.4517 1840.75,1032.6379 1840.75,1028.5 C 1840.75,1026.6897 1837.6444,1024.6282 1838.9375,1023.5938 C 1840.2306,1022.5593 1841.2609,1026.4289 1842.8125,1026.6875 C 1844.8824,1026.6875 1840.5,1023.3189 1840.5,1021.25 C 1840.5,1020.4741 1842.3125,1020.4946 1842.3125,1019.7188 C 1842.8297,1017.1326 1840.5141,1014.2746 1841.0312,1011.6875 C 1841.0313,1011.1703 1842.8211,1011.4237 1842.5625,1010.9062 C 1842.5625,1009.3545 1841.0086,1008.5745 1840.75,1007.2812 C 1840.4914,1005.9882 1841.7987,1004.722 1841.2812,1003.6875 C 1840.764,1003.1703 1838.9374,1004.4633 1838.9375,1003.6875 C 1838.6789,1002.9116 1840.7727,1003.4009 1841.0312,1002.625 C 1841.0312,1002.625 1841.0315,1002.375 1841.0312,1002.375 C 1841.0312,1002.375 1841.0315,1002.125 1841.0312,1002.125 C 1841.0312,1002.125 1841.0315,1002.1336 1841.0312,1001.875 C 1841.0312,1001.6164 1841.0315,1001.6024 1841.0312,1001.3438 C 1841.0312,1001.3437 1841.0315,1001.3524 1841.0312,1001.0938 C 1841.0312,1000.5765 1841.0086,1000.0485 1840.75,999.53125 C 1840.75,999.27267 1840.75,999.28985 1840.75,999.03125 C 1840.75,999.03129 1840.75,998.74998 1840.75,998.75 C 1840.75,998.49142 1840.75,998.50003 1840.75,998.5 C 1840.75,998.50004 1840.7586,998.22737 1840.5,997.96875 C 1840.5,997.96879 1840.5,997.97736 1840.5,997.71875 C 1840.5,997.46017 1840.5086,997.21878 1840.25,997.21875 C 1840.1996,997.0173 1840.1306,996.8362 1840.0625,996.65625 C 1840.127,996.66639 1840.1841,996.67809 1840.25,996.6875 C 1840.8429,996.68754 1841.3443,996.68751 1841.7812,996.6875 C 1842.5571,996.68754 1841.8073,995.15088 1841.0312,994.375 C 1839.9968,993.08195 1837.9181,992.55171 1836.625,991 C 1836.3664,990.74045 1837.6617,990.75 1838.4375,990.75 C 1840.2478,991.26824 1842.5777,994.62284 1844.9062,992.8125 C 1845.9407,992.03669 1843.335,990.48919 1843.5938,988.9375 C 1843.8522,985.83413 1844.1237,990.21116 1846.9688,987.625 C 1848.5203,986.07334 1849.8091,984.52909 1850.8438,982.71875 C 1851.1022,981.94294 1850.0849,980.90088 1850.3438,980.125 C 1850.8608,979.34822 1852.3976,979.62055 1852.6562,978.84375 C 1853.6907,976.77486 1851.8685,973.65949 1853.9375,972.625 C 1854.9729,972.1078 1862.2254,978.06136 1860.1562,973.40625 C 1858.6045,970.5615 1852.6616,970.30052 1853.4375,966.9375 C 1853.9547,964.09275 1854.4668,969.03002 1857.3125,967.21875 C 1858.347,966.70156 1854.9914,965.90086 1855.25,965.125 C 1856.8017,961.24578 1860.6841,973.91777 1861.7188,960.46875 C 1861.7186,960.46879 1861.7188,960.47735 1861.7188,960.21875 C 1861.7186,960.21879 1861.7188,960.2274 1861.7188,959.96875 C 1861.7186,959.96879 1861.7188,959.71877 1861.7188,959.71875 C 1861.7186,959.71879 1861.4375,959.71877 1861.4375,959.71875 C 1861.4375,959.46017 1861.4375,959.43751 1861.4375,959.4375 C 1861.4375,959.43754 1861.4375,959.44611 1861.4375,959.1875 C 1861.4375,958.92892 1861.4375,958.93749 1861.4375,958.9375 C 1861.1789,958.93754 1861.1875,958.65622 1861.1875,958.65625 C 1861.1875,958.39767 1861.1961,958.16487 1860.9375,957.90625 C 1860.9375,957.64767 1860.9375,957.6336 1860.9375,957.375 C 1860.6789,956.85781 1860.4151,956.33929 1860.1562,955.5625 C 1859.8976,954.78669 1859.6336,954.02584 1859.375,953.25 C 1853.9431,953.50866 1838.1583,956.60865 1839.9688,949.625 C 1841.2616,944.96993 1844.3858,948.84373 1845.9375,948.84375 C 1847.2306,948.58517 1850.8331,944.44395 1849.2812,942.375 C 1846.6951,939.27163 1841.527,939.26508 1837.9062,936.9375 C 1829.8882,931.76422 1825.4849,926.86739 1815.6562,924.28125 C 1811.5184,923.24683 1809.738,928.40304 1806.375,929.4375 C 1804.3061,929.95477 1802.2168,929.17889 1800.4062,929.4375 C 1800.1476,929.69616 1802.7359,934.60777 1802.2188,935.125 C 1802.2186,935.12504 1795.2274,934.09377 1794.9688,934.09375 C 1794.9686,933.83517 1794.7185,933.59375 1794.7188,933.59375 C 1794.9772,933.07656 1795.7672,932.28987 1795.25,932.03125 C 1793.9569,930.7382 1791.8782,930.7392 1790.8438,929.1875 C 1790.3263,928.6703 1791.8663,928.42349 1792.125,927.90625 C 1792.3836,926.87182 1792.9237,925.57974 1792.4062,925.0625 C 1791.889,924.54531 1790.8383,926.07976 1790.0625,925.5625 C 1788.5108,924.78669 1789.8103,921.42447 1788,920.90625 C 1786.1896,920.38906 1773.7768,923.48596 1773,922.96875 C 1771.9655,921.93432 1772.4774,919.86423 1772.2188,918.3125 C 1771.7013,914.43328 1769.6391,907.97301 1770.1562,904.09375 C 1770.6735,900.47315 1773.4978,898.39746 1771.6875,894 C 1770.1358,890.89663 1765.4892,893.23056 1763.9375,891.9375 C 1763.9375,891.93754 1757.4914,874.36963 1757.75,873.59375 C 1757.75,870.49037 1761.8836,868.90833 1761.625,863.21875 C 1761.625,861.92474 1759.2986,861.42345 1758.7812,860.90625 C 1756.4537,857.54426 1758.778,852.37698 1759.8125,849.53125 C 1760.5883,847.97959 1771.1841,852.35775 1772.2188,852.875 C 1781.2711,856.7543 1785.1358,865.31424 1791.3438,850.3125 C 1791.6022,849.27807 1791.6024,847.97195 1791.3438,846.9375 C 1789.7918,842.02381 1789.5377,847.71657 1787.4688,845.90625 C 1786.6927,845.38906 1787.236,843.83835 1786.7188,843.0625 C 1785.1659,841.51081 1778.9354,834.01186 1777.125,832.71875 C 1777.125,832.71879 1774.5624,834.02047 1774.5625,832.46875 C 1774.5625,831.69294 1779.4656,832.19391 1780.5,830.125 C 1780.7586,829.60781 1782.3125,821.60234 1782.3125,821.34375 C 1782.5711,820.82656 1783.335,821.07974 1783.5938,820.5625 C 1784.628,819.26945 1785.4202,817.70032 1785.9375,816.40625 C 1786.4547,814.85459 1779.7123,814.88032 1781.7812,808.15625 C 1782.5571,805.82874 1786.707,806.59255 1788,804.78125 C 1789.0345,802.97097 1788.2554,800.90408 1789.0312,799.09375 C 1790.0657,797.54209 1791.8717,796.77048 1792.9062,795.21875 C 1793.1649,794.70156 1794.7185,785.91486 1794.7188,785.65625 C 1794.7185,783.32874 1790.8459,782.53324 1792.6562,779.6875 C 1795.2424,774.77381 1794.971,786.67434 1796.7812,778.65625 C 1797.0408,777.88044 1792.1303,774.53126 1792.9062,774.53125 C 1794.458,774.01406 1796.0098,775.03988 1797.5625,774.78125 C 1801.959,773.74682 1800.9354,768.30187 1806.625,771.40625 C 1809.4708,772.95799 1802.4925,776.86101 1807.4062,776.34375 C 1812.0623,776.08517 1809.4483,774.25964 1811,771.15625 C 1812.2931,768.56915 1813.8717,774.52906 1814.9062,772.71875 C 1816.9752,768.57996 1810.763,767.26289 1814.125,763.125 C 1814.9009,762.34919 1816.6926,762.62823 1817.4688,761.59375 C 1818.7616,760.04209 1819.0453,758.21655 1819.5625,756.40625 C 1819.8211,756.14767 1819.0453,754.86637 1819.5625,755.125 C 1822.9255,756.67674 1824.9901,760.03345 1828.0938,761.84375 C 1830.4211,762.87834 1838.6778,752.00324 1841.7812,750.96875 C 1852.1269,747.60678 1844.6392,754.33513 1852.6562,754.59375 C 1854.4666,754.59379 1855.7746,752.54849 1857.8438,752.03125 C 1866.6375,750.22097 1860.1712,752.79747 1865.3438,755.125 C 1866.6376,754.34919 1867.125,754.09373 1867.125,754.09375 C 1867.3836,754.09379 1875.1564,753.84378 1875.1562,753.84375 C 1876.1907,753.84379 1875.4289,755.90301 1875.6875,756.9375 C 1876.2047,758.48924 1876.9559,760.30065 1878.25,761.59375 C 1879.0259,762.88688 1880.5819,762.86961 1881.875,762.09375 C 1881.7457,762.35241 1881.6304,762.61746 1881.4688,762.84375 C 1881.742,762.52122 1882.0063,762.14368 1882.1562,761.84375 C 1882.9321,759.25763 1878.0118,754.09154 1876.7188,752.28125 C 1875.4255,750.72959 1873.3383,753.04847 1872.5625,752.53125 C 1871.528,752.01406 1871.5226,750.472 1871.7812,749.4375 C 1871.8791,748.26325 1872.5025,747.53688 1873.4688,747.125 C 1875.9286,742.67383 1889.948,748.37897 1893.25,748.125 C 1893.25,748.12504 1893.25,748.40623 1893.25,748.40625 C 1893.5086,747.88906 1893.7953,747.375 1894.3125,747.375 C 1894.4733,747.29466 1894.6205,747.24598 1894.7812,747.25 C 1894.6883,747.20963 1894.6271,747.1584 1894.5625,747.09375 C 1894.8211,746.57559 1895.0763,746.07112 1895.5938,745.8125 C 1897.1453,745.81254 1898.9483,747.36639 1900.5,747.625 C 1901.0172,745.03793 1902.8438,736.75001 1902.8438,736.75 C 1902.8436,735.45695 1899.4656,732.86423 1900.5,731.3125 C 1900.6673,730.81075 1901.0709,730.7749 1901.5312,730.71875 C 1901.5326,730.27472 1901.5732,730.02054 1901.8125,729.78125 C 1902.0679,729.2705 1903.0711,729.25008 1903.8438,729.25 C 1905.1475,726.02658 1900.5882,724.7378 1902.0625,722.28125 C 1902.3211,722.28127 1902.5677,722.2726 1903.3438,722.53125 C 1903.0849,722.01404 1903.0763,721.48601 1903.5938,720.96875 C 1903.5936,720.71015 1906.1897,721.77264 1908,722.03125 C 1907.7414,720.9968 1906.2047,720.99459 1905.6875,720.21875 C 1905.5068,719.49595 1906.5891,718.38856 1907.875,717.4375 C 1907.6578,717.58235 1907.436,717.73018 1907.2188,717.875 C 1907.9808,716.85866 1909.9801,715.62358 1911.0312,714.84375 C 1910.9759,714.91346 1910.9048,714.97017 1910.8438,715.03125 C 1911.1021,715.03128 1911.0936,714.78125 1911.0938,714.78125 C 1911.7035,713.96148 1911.9803,712.66899 1912.9062,712.4375 C 1913.4245,711.91932 1913.6927,711.41484 1914.4688,711.15625 C 1914.7272,711.15627 1920.1638,715.03987 1922.75,714.78125 C 1923.0086,714.00542 1921.9828,712.96336 1922.5,712.1875 C 1922.8188,711.70878 1923.3467,711.53727 1923.9375,711.40625 C 1923.8925,711.40696 1923.8173,711.40625 1923.7812,711.40625 C 1923.7812,711.14765 1923.7815,710.90627 1923.7812,710.90625 C 1924.2985,710.38904 1925.0677,710.12499 1925.8438,710.125 C 1924.8091,708.57333 1920.6897,705.45793 1922.5,703.90625 C 1922.8104,703.59582 1924.9626,702.88822 1926.875,702 C 1925.5818,702.5497 1924.1556,703.01833 1923.25,703.40625 C 1923.25,703.14765 1923.5227,702.8836 1923.7812,702.625 C 1924.2985,702.10779 1927.9082,701.07529 1929.7188,699.78125 C 1929.9772,698.48818 1926.638,697.45795 1930,695.90625 L 1930.5,695.625 C 1931.0172,695.88364 1931.5366,696.93749 1932.3125,696.9375 C 1933.6056,696.6789 1934.3718,695.38365 1935.4062,695.125 C 1938.5106,693.83193 1938.0055,697.44831 1938.7812,699 C 1939.2985,699.51725 1939.8263,699.78124 1940.3438,699.78125 C 1940.8608,699.78127 1941.1078,698.75 1941.625,698.75 C 1942.1422,699.00864 1942.1304,700.56251 1942.9062,700.5625 C 1943.6821,700.82114 1943.9427,699.25863 1944.7188,699 C 1945.4944,699.00002 1945.764,699.77263 1946.2812,700.03125 C 1947.5743,700.28989 1948.6218,700.54945 1949.6562,700.03125 C 1953.7941,698.9968 1956.3738,695.90405 1959.2188,694.09375 C 1966.4608,689.69729 1958.1844,702.62803 1963.875,696.9375 C 1970.3404,689.95491 1960.7715,680.63142 1963.875,678.5625 C 1966.2025,677.26847 1968.0034,681.66809 1971.625,680.375 C 1978.0904,677.78885 1983.7832,667.70777 1985.5938,661.5 C 1986.8866,657.8794 1978.8696,651.66048 1978.0938,647.78125 C 1978.0936,647.00542 1979.6422,646.22195 1979.125,645.1875 C 1978.8664,644.67029 1977.8298,645.71876 1977.3125,645.71875 C 1964.122,642.09716 1972.9103,647.02484 1964.375,649.09375 C 1962.8233,649.611 1961.8017,646.24136 1960.25,646.5 C 1956.6284,647.7931 1954.2995,651.15844 1950.9375,652.96875 C 1948.0927,654.52144 1951.2026,647.00542 1948.875,647.78125 C 1944.7362,649.07436 1943.178,653.75102 1938.7812,650.90625 C 1935.9355,648.83733 1939.8177,648.5603 1940.5938,646.75 C 1941.8866,644.42247 1940.0905,641.57753 1941.125,639.25 C 1941.9009,637.95693 1943.7013,637.44936 1944.2188,636.15625 C 1944.4772,636.15627 1945.7815,626.06252 1945.7812,626.0625 C 1945.0054,624.2522 1942.6627,623.48599 1940.5938,622.96875 C 1939.8177,622.71015 1938.7759,624.25861 1938,624 C 1936.7069,623.48279 1936.723,621.66487 1935.6875,621.40625 C 1934.653,620.88903 1933.8782,622.44609 1932.8438,622.1875 C 1928.9643,621.92898 1934.3728,611.58294 1932.5625,610.03125 C 1932.0453,609.51404 1929.9914,610.55707 1930.25,609.78125 C 1930.25,608.22957 1932.0591,607.16808 1933.0938,605.875 C 1933.8694,604.58193 1934.3944,602.77586 1935.6875,602 C 1936.9816,601.22417 1938.778,602.77586 1939.8125,602 C 1941.1056,601.22417 1941.1131,598.90948 1942.4062,597.875 C 1943.958,596.84055 1948.8576,596.83816 1944.7188,591.40625 C 1942.6496,588.8201 1938.7845,593.21014 1937.75,593.46875 C 1936.4569,593.986 1935.1681,592.70152 1933.875,593.21875 C 1933.0991,593.736 1929.459,600.20794 1925.0625,598.65625 C 1922.9926,598.13905 1920.4311,591.92348 1922.5,591.40625 C 1923.5345,591.14765 1924.5667,592.68212 1925.3438,591.90625 C 1926.378,590.8718 1926.6336,589.07435 1926.375,587.78125 C 1925.3405,584.15966 1922.236,586.73819 1921.7188,588.03125 C 1921.4599,588.80712 1922.7359,589.60776 1922.2188,590.125 C 1922.2185,590.12502 1914.4774,594.50001 1914.2188,594.5 C 1913.1841,594.75864 1915.514,592.44071 1916.0312,591.40625 C 1916.0312,590.88903 1914.9773,590.64223 1914.7188,590.125 C 1914.4599,588.57332 1914.7185,587.02043 1914.7188,585.46875 C 1914.2013,582.10578 1906.9796,588.56231 1908.5312,583.90625 C 1910.8588,577.44084 1909.0388,583.65945 1911.625,582.625 C 1912.4009,582.3664 1906.4441,576.41806 1911.875,575.125 C 1912.3922,575.12502 1915.2553,576.13362 1916.0312,575.875 C 1916.5485,575.87502 1916.5247,572.52587 1918.5938,571.75 C 1919.1108,571.4914 1919.3804,572.78124 1920.1562,572.78125 C 1921.1907,572.52168 1922.9999,572.01181 1923,570.71875 C 1923,569.42568 1920.4064,569.40946 1920.4062,568.375 C 1920.6649,565.53023 1924.0465,563.73057 1926.375,562.4375 C 1927.1509,561.92029 1926.6303,564.23278 1927.4062,564.75 C 1928.4407,565.52587 1932.0487,565.79309 1931.5312,564.5 C 1931.014,563.20693 1928.4236,561.66041 1927.9062,560.625 C 1926.0959,557.26301 1932.8406,553.89867 1933.875,551.3125 C 1934.3922,550.53667 1932.3039,550.0182 1932.5625,549.5 C 1933.0797,548.20693 1934.1304,547.19075 1934.9062,546.15625 C 1935.1649,545.89765 1935.9288,546.14224 1936.1875,545.625 C 1937.4816,543.55609 1936.471,540.18533 1938.2812,538.375 C 1939.3157,537.5982 1941.1218,538.65181 1942.1562,537.875 C 1946.8114,534.513 1940.3263,535.29309 1940.8438,534 C 1942.6539,530.12077 1945.2382,526.75521 1946.5312,522.875 C 1946.5312,522.6164 1946.8039,523.375 1947.0625,523.375 C 1951.46,522.85779 1948.6238,517.95472 1951.4688,517.4375 C 1953.7961,516.92028 1955.5906,519.2284 1956.625,516.125 C 1957.4009,513.7965 1953.0118,513.02907 1951.7188,511.21875 C 1949.9082,508.37398 1953.5141,508.13143 1954.0312,506.0625 C 1954.0312,505.28667 1951.9827,504.76724 1952.5,504.25 C 1953.7931,503.21555 1955.8492,502.95796 1956.625,501.40625 C 1957.4009,499.59595 1954.306,495.69611 1956.375,495.4375 C 1957.6681,495.43752 1957.9255,497.78125 1959.2188,497.78125 C 1959.9954,497.52265 1959.46,495.96336 1959.7188,495.1875 C 1961.0116,492.60136 1962.5819,490.02367 1963.875,487.4375 C 1965.6853,483.81687 1969.5676,478.62926 1970.3438,474.75 C 1970.6022,473.97417 1969.0539,473.21335 1969.3125,472.4375 C 1972.9341,464.93665 1973.4461,472.17216 1973.1875,462.34375 C 1973.1875,458.72313 1977.3349,461.56136 1977.5938,456.90625 C 1978.1108,452.50881 1976.2737,453.03988 1973.6875,452.78125 C 1972.9116,452.78127 1972.1564,452.52585 1972.1562,451.75 C 1972.1562,449.16386 1976.79,447.86742 1976.5312,445.28125 C 1976.5312,443.21136 1971.8857,441.13682 1973.4375,439.84375 C 1974.2134,439.32654 1974.7468,438.03986 1975.7812,437.78125 C 1976.8157,437.52265 1979.3922,438.55709 1978.875,437.78125 C 1978.875,437.00542 1972.9341,435.69933 1973.9688,434.40625 C 1975.003,433.3718 1976.5504,432.85235 1977.8438,432.59375 C 1978.3608,432.33515 1978.8578,433.89225 1979.375,433.375 C 1988.169,425.87416 1970.8676,434.91893 1985.0938,426.125 C 1989.2314,423.53885 1993.3697,426.40189 1997.25,422.78125 C 1997.7672,422.26404 1996.4685,421.46336 1996.4688,420.6875 C 1996.2099,415.77375 1995.945,415.00845 1998.5312,410.09375 C 1999.8243,407.76622 2000.0764,411.40624 2000.5938,411.40625 C 2002.4039,412.18212 2004.4613,411.63901 2006.5312,412.15625 C 2008.3416,412.41489 2011.7185,416.81251 2011.7188,416.8125 C 2017.6677,421.46763 2017.9278,415.51942 2021.0312,416.8125 C 2025.1691,418.88146 2019.4764,417.32547 2022.0625,420.6875 C 2025.6831,425.60221 2030.0798,424.58191 2029.5625,425.875 C 2029.0453,427.16811 2027.5086,427.95691 2027.25,429.25 C 2026.9914,430.02587 2034.7241,432.07113 2035.5,431.8125 C 2037.0517,431.03667 2033.71,428.46657 2033.9688,426.65625 C 2035.2616,420.70711 2038.6272,430.26931 2040.4375,424.0625 C 2041.2143,421.47538 2037.5763,420.19071 2038.0938,419.15625 C 2040.6807,414.75978 2043.2608,416.06251 2044.8125,416.0625 L 2044.875,143.21875 L 2044.9062,1.03125 L 1582.5625,1 z M 1923.9375,711.40625 C 1924.2178,711.40199 1924.616,711.37906 1925.0625,711.15625 C 1924.6652,711.2555 1924.3054,711.32467 1923.9375,711.40625 z M 1907.875,717.4375 C 1908.4336,717.06511 1909.0039,716.68491 1909.5625,716.3125 C 1909.0171,716.62417 1908.4294,717.02745 1907.875,717.4375 z M 1903.8438,729.25 C 1903.7742,729.42143 1903.6982,729.59846 1903.5938,729.78125 C 1903.8522,729.78131 1903.875,729.50862 1903.875,729.25 C 1903.8653,729.25004 1903.8535,729.25 1903.8438,729.25 z M 1901.5312,730.71875 C 1901.5311,730.7547 1901.5312,730.7738 1901.5312,730.8125 C 1901.5779,730.76591 1901.6096,730.71883 1901.6562,730.6875 C 1901.6125,730.69284 1901.574,730.71356 1901.5312,730.71875 z M 1901.6562,730.6875 C 1901.871,730.66152 1902.0848,730.63841 1902.3125,730.5625 C 1902.1005,730.56254 1901.8684,730.54508 1901.6562,730.6875 z M 1873.4688,747.125 C 1873.4238,747.20597 1873.3807,747.28724 1873.3438,747.375 C 1874.5074,746.79243 1876.2494,746.6303 1878.25,746.8125 C 1876.3492,746.60106 1874.6397,746.62575 1873.4688,747.125 z M 1335.4688,378.375 C 1335.3458,378.349 1335.2236,378.32071 1335.125,378.28125 C 1334.8664,378.28127 1335.113,378.34267 1335.4688,378.375 z M 1500.6562,22.5 L 1498.8438,23.75 L 1496.5938,27.6875 L 1495,31.3125 L 1495.2188,32.78125 L 1496,33.15625 L 1497.7188,33.21875 L 1498.9062,34.28125 L 1500.4375,38.8125 L 1501.1562,40.03125 L 1503.0938,41.25 L 1505.125,41.15625 L 1505.8438,40.5 L 1506.125,39.875 L 1505.4375,37.84375 L 1505.6875,37.21875 L 1507.7812,35.71875 L 1508.2188,34.53125 L 1508.625,32.0625 L 1509.25,29.75 L 1509.5,26.4375 L 1510.4375,24.28125 L 1510.3125,23.75 L 1508.75,23.1875 L 1502.125,22.6875 L 1500.6562,22.5 z M 1408.2188,132.09375 L 1403.4688,133.46875 L 1401.7812,133.5 L 1397.9062,135.3125 L 1395.4375,135.34375 L 1392.875,136.9375 L 1391.4688,138.96875 L 1390.1875,141.125 L 1388.5,145.3125 L 1387.7812,146.5 L 1384.2188,149.5 L 1383.6562,151.40625 L 1382.3125,153.625 L 1382.4062,155.125 L 1383.875,156.4375 L 1386.8438,158.15625 L 1388.5625,158.40625 L 1389.125,158.8125 L 1389.0938,159.46875 L 1388.1562,160.84375 L 1385.9688,162.46875 L 1385.2188,163.5625 L 1384.7812,164.6875 L 1384.8438,166.625 L 1385.4375,168.4375 L 1386.6562,169.1875 L 1387.7188,169.53125 L 1388.8125,169 L 1389.7188,168.28125 L 1390.7188,168 L 1390.5,170.46875 L 1391.4688,170.75 L 1392.5938,169.40625 L 1393.4688,169.375 L 1392.6562,172.28125 L 1392.2188,173.1875 L 1392.3438,174.46875 L 1394.6875,176.78125 L 1395.5,178.53125 L 1396.125,181.8125 L 1397.9062,184.3125 L 1397.8438,185.5625 L 1395.7188,186.1875 L 1394.9375,187.4375 L 1391.7812,188.6875 L 1391.2188,190.0625 L 1391.1562,192.5625 L 1392.7812,196.15625 L 1396.2812,201.8125 L 1399.5938,204.75 L 1405.625,206.96875 L 1407.5312,205.375 L 1408.3438,203.1875 L 1410.4688,201.5 L 1410.5312,199.875 L 1409.0625,197.8125 L 1409.3125,197.15625 L 1410.9375,196.65625 L 1415.0938,200.53125 L 1416.0312,200.21875 L 1417.1875,199.28125 L 1417.375,196.46875 L 1418.3125,195.375 L 1419.1875,193.59375 L 1419.9062,193.375 L 1420.7812,194.8125 L 1421.9062,197.90625 L 1425.4375,200.8125 L 1427.8125,201.0625 L 1429.25,200.59375 L 1431.0312,199.3125 L 1433.5938,199.71875 L 1433.5625,201.25 L 1432.9062,203.90625 L 1430.9375,205.28125 L 1431,206.0625 L 1434.625,207.78125 L 1434.375,209.5 L 1433.625,211.0625 L 1433.6875,212.3125 L 1434.8438,213 L 1436.75,212.375 L 1440.2188,211.1875 L 1443.3438,211.1875 L 1445.6562,210.96875 L 1447.1562,210.46875 L 1447.1562,209.625 L 1445.25,206.875 L 1445.9062,206.28125 L 1446.9375,206.28125 L 1450.7188,208.625 L 1453.0312,208.40625 L 1454.1875,207.625 L 1454.7188,206.59375 L 1454.375,204.09375 L 1455.0938,203.375 L 1457.7188,202.65625 L 1460.3438,202.40625 L 1461.6875,201.1875 L 1462.4062,199.84375 L 1463.5312,199.65625 L 1465.9375,198.75 L 1465.9062,197.46875 L 1463.6875,195.3125 L 1463.25,194.40625 L 1463.75,193.40625 L 1465.0938,193.125 L 1468.3438,193.78125 L 1471.1875,194.34375 L 1472.8125,193.46875 L 1473.125,193 L 1473,192.21875 L 1470.25,191.5 L 1471.0312,189.53125 L 1470.9375,185.875 L 1470.2812,185.0625 L 1468.625,184.875 L 1462.3125,185.40625 L 1456.9375,183.8125 L 1446.7812,179.625 L 1434.9375,176.15625 L 1428.625,172.84375 L 1426.4375,171.5625 L 1424.875,170.15625 L 1423.7812,167.9375 L 1421.5625,164.84375 L 1421,162.78125 L 1419.8125,162.1875 L 1418.5625,161.03125 L 1418.0938,159.75 L 1415.9688,158.4375 L 1415.625,155.78125 L 1414.9688,155 L 1415.6562,152.96875 L 1415.4062,152.0625 L 1415.625,149 L 1411.9375,151.03125 L 1411.0625,151.09375 L 1411.5625,149.5 L 1414.0312,146.125 L 1414.4375,145 L 1414.25,143.0625 L 1413.5938,140.75 L 1410.3438,142.40625 L 1409.7812,142.15625 L 1410,140.5625 L 1412.125,137.09375 L 1411.9375,136.5 L 1408.875,137.96875 L 1408.0312,137.5 L 1409.9062,133.6875 L 1410.0938,132.4375 L 1408.2188,132.09375 z M 1497.5938,183.90625 L 1495.3438,184.84375 L 1494.5,187.375 L 1494.6562,189.75 L 1495.2188,190.9375 L 1496.2188,191.625 L 1499.0938,192 L 1499.125,192.625 L 1496.7812,194.4375 L 1497.2188,194.96875 L 1500.6562,195.75 L 1501.9062,197.1875 L 1504.9062,199.21875 L 1509.125,199.65625 L 1510.6875,198.96875 L 1510.7812,196.71875 L 1511.0312,196.09375 L 1512.9375,195.53125 L 1515.5938,195.21875 L 1516.625,195.90625 L 1516.875,196.53125 L 1519.125,197.78125 L 1519.6562,197.78125 L 1521.4062,196.5 L 1521.8438,195.4375 L 1522.1875,194.15625 L 1523.8125,192.5625 L 1524.0312,191.46875 L 1523.625,190.1875 L 1521.3438,188.71875 L 1517.2188,187.71875 L 1509.25,186.3125 L 1504.8125,184.9375 L 1497.5938,183.90625 z M 1416.0312,202.75 L 1413.8438,204.25 L 1413.7188,206.9375 L 1413.8125,207.59375 L 1415.625,208.65625 L 1417.9375,207.9375 L 1420.9062,208.625 L 1426,211.90625 L 1428.5938,212.46875 L 1429,212.21875 L 1428.625,210.8125 L 1425,206.5 L 1423.8125,204 L 1421.8125,202.78125 L 1418.2812,203.09375 L 1416.0312,202.75 z M 1434.6875,279.4375 C 1421.9954,279.27293 1422.1748,288.10263 1427.6875,298.125 C 1431.0495,303.29733 1433.1134,306.64101 1439.0625,304.3125 C 1439.5797,304.05388 1440.0765,305.10238 1440.5938,304.84375 C 1443.1799,302.51615 1446.0313,297.33076 1446.0312,293.96875 C 1446.0312,293.70922 1443.9709,283.10236 1445.7812,282.84375 C 1447.333,282.84375 1447.5982,289.05171 1448.375,287.5 C 1448.6336,286.20691 1447.5883,282.87056 1446.8125,282.09375 C 1443.1919,278.99034 1440.5936,279.75862 1435.9375,279.5 C 1435.5011,279.47576 1435.0969,279.44281 1434.6875,279.4375 z M 1219.4688,385.84375 C 1219.0654,386.25552 1218.6746,386.68126 1218.4688,387.09375 C 1218.7383,386.70399 1219.0864,386.27691 1219.4688,385.84375 z M 1368.9688,570.8125 L 1373.625,574.125 L 1383.75,577.8125 L 1386.2812,580.78125 L 1387.875,584.5625 L 1388.1875,587.125 L 1388.0312,591.6875 L 1388.5625,593.5 L 1391.25,595.3125 L 1394.4375,596.40625 L 1397.0312,599.40625 L 1398.9375,601.96875 L 1403.7812,606 L 1406.3125,606.78125 L 1407.625,608.59375 L 1407.7812,610.1875 L 1409.7188,613.0625 L 1409.1562,616.3125 L 1408.8438,617.40625 L 1408.75,617.75 L 1406.1875,620.5625 L 1404.9688,622.9375 L 1403.1562,625.40625 L 1401.125,626.75 L 1399.0625,626.875 L 1397.875,625.46875 L 1398.4375,619.1875 L 1397.0938,616.1875 L 1394.6875,614 L 1390.3125,612.8125 L 1382.9375,612.65625 L 1381.25,612.21875 L 1379.6875,611.65625 L 1377.9062,610.8125 L 1375.75,609.84375 L 1373.8438,608.875 L 1372.6562,608.15625 L 1371.25,607.8125 L 1370.4062,607.1875 L 1370.125,606.4375 L 1370.1875,605.40625 L 1370.7188,603.84375 L 1371.125,602.84375 L 1370.625,602.40625 L 1369.4375,601.59375 L 1366.2188,600.84375 L 1365.5938,600.25 L 1365.8438,599.15625 L 1367.75,598.8125 L 1370.3438,598.46875 L 1370.4688,597.4375 L 1367.0312,593.8125 L 1367.0625,591.03125 L 1364.375,588.59375 L 1364.3438,586.4375 L 1361.8125,584.125 L 1361.3125,582.34375 L 1362.75,582.0625 L 1367.2188,583.59375 L 1372.1562,588.78125 L 1373.4062,591.625 L 1373.5625,592.59375 L 1376.1562,595.03125 L 1377.375,595.6875 L 1378.0938,595.5625 L 1379,595.09375 L 1378.7812,594.53125 L 1378.8125,594.09375 L 1376.5312,591.59375 L 1377.0312,590.9375 L 1378.875,590.875 L 1380.4688,590.5625 L 1381.5625,589.59375 L 1382.125,586.875 L 1379.5938,583.84375 L 1374.4688,581.78125 L 1370.625,579.625 L 1363.7188,578.71875 L 1358.6562,574 L 1358.7812,573.09375 L 1361.0312,571.6875 L 1362.8125,570.9375 L 1368.9688,570.8125 z M 1317.8438,626.40625 C 1318.6073,626.41839 1319.6444,626.89979 1319.0625,627.09375 C 1321.1324,627.35237 1326.7953,628.39763 1327.3125,628.65625 C 1330.1573,629.69072 1332.2402,633.30066 1335.3438,634.59375 C 1340.5159,636.6627 1347.2286,635.64337 1351.625,639.78125 C 1353.9526,641.85018 1356.0246,643.67245 1358.0938,646 C 1358.8694,647.03448 1358.3718,648.84053 1359.4062,649.875 C 1360.1821,650.65085 1361.9828,650.12178 1362.5,651.15625 C 1363.0172,653.22518 1362.7532,655.56468 1361.7188,657.375 C 1361.2013,658.40948 1358.6336,656.84053 1358.375,657.875 C 1358.1164,659.16812 1360.4427,659.42566 1361.2188,660.71875 C 1361.4771,661.23602 1361.2099,662.28665 1361.4688,663.0625 C 1361.4686,664.87283 1362.236,666.93968 1361.7188,668.75 C 1359.391,675.47404 1351.1033,666.40739 1348,671.0625 C 1344.8966,675.71766 1349.5517,681.9342 1348,682.96875 C 1345.1552,684.77912 1340.5086,685.03125 1340.25,685.03125 C 1339.7328,683.9968 1341.2901,682.72197 1341.0312,681.6875 C 1340.7726,680.3944 1340.2532,679.09697 1339.2188,678.0625 C 1338.4427,677.2857 1336.9009,677.52682 1336.125,676.75 C 1332.2457,672.87077 1331.7254,669.7963 1329.6562,667.46875 C 1328.8804,666.6929 1324.7446,664.08835 1323.9688,663.3125 C 1322.9341,662.01943 1323.7134,659.94934 1322.9375,658.65625 C 1319.0572,653.74155 1312.8349,653.21438 1308.4375,649.59375 C 1307.6616,648.81794 1311.7987,651.40947 1311.2812,650.375 C 1310.7641,649.08193 1307.6562,649.35559 1307.6562,648.0625 C 1307.6563,644.18328 1315.6841,638.223 1316.7188,634.34375 C 1316.9771,633.82653 1315.1562,634.36098 1315.1562,633.84375 C 1314.8977,632.55066 1315.9289,631.25419 1316.1875,630.21875 C 1316.4461,628.92569 1316.4741,627.3696 1317.25,626.59375 C 1317.3793,626.46445 1317.589,626.40221 1317.8438,626.40625 z M 1894.8438,747.28125 C 1895.1167,747.38578 1895.4824,747.44441 1895.8438,747.625 C 1895.5098,747.45817 1895.1775,747.30916 1894.8438,747.28125 z M 1834.2188,993.15625 C 1834.8651,993.12396 1835.7056,993.21443 1836.0938,993.34375 C 1836.3681,993.61832 1836.085,994.03364 1835.8125,994.40625 C 1834.9895,994.2532 1834.2189,994.05202 1833.5312,993.59375 C 1833.1433,993.33517 1833.572,993.18858 1834.2188,993.15625 z"/></svg:g><svg:path class="fil11" d="M 207047,14504.2 L 207047,101.2 L 160231.2,99.92493 L 160023.76,154.85103 L 159772.96,131.70363 L 159510.98,322.37563 L 159338.06,331.69345 L 159218.11,469.40145 L 159174.85,641.33945 L 159169.36,1119.0985 L 159285.29,1229.4415 L 159606.61,1296.9221 L 159801.11,1441.9861 L 160023.85,1425.0179 L 160244.93,1590.7769 L 160513.97,1670.5178 L 160850.39,1623.046 L 161118.06,1427.666 L 161314.72,1230.128 L 161502.25,1183.5389 L 161682.03,1036.0229 L 161815.23,829.95185 L 161908.21,626.52885 L 162043.37,537.17585 L 162175.68,543.15887 L 162397.84,372.59387 L 162558.2,369.74948 L 162872.95,651.73648 L 163053.52,714.41108 L 163689.19,625.54848 L 163702.43,737.95048 L 163518.04,977.27148 L 163381.7,1069.665 L 163067.06,1109.3883 L 162768.3,1095.8529 L 162526.72,1279.8549 L 162280.93,1558.8989 L 162171.86,1787.1369 L 162150.57,2042.7399 L 162060.14,2083.0517 L 161958.14,2118.3613 L 161705.48,2422.9073 L 161597.68,2474.7928 L 161509.61,2485.8761 L 161328.35,2643.1021 L 161152.29,2861.3351 L 160910.42,2902.4316 L 160677.08,3015.1286 L 160371.65,2878.1076 L 160236.99,2738.8306 L 160164.5,2608.0866 L 159896.35,2330.4156 L 159522.75,2102.2766 L 159352.97,2053.922 L 159088.25,2058.728 L 158897.58,1960.8418 L 158674.54,1605.9798 L 158609.41,1498.5798 L 158209.92,1293.4898 L 158051.32,1036.9068 L 157971.19,865.55681 L 157901.26,775.41911 L 157570.72,639.47711 L 157505.49,646.83328 L 157306.39,533.64628 L 157213.11,423.00928 L 157136.9,263.42928 L 156706.22,247.63798 L 156452.19,333.45998 L 156251.02,198.10598 L 155917.05,299.42498 L 155793.66,418.30098 L 155848.2,577.88098 L 155969.43,656.73918 L 156303.79,716.56938 L 156825.59,922.64038 L 157033.72,1080.4544 L 157479.31,1265.3394 L 157709.51,1384.5094 L 157859.67,1571.2584 L 157936.27,1732.9964 L 158046.13,2288.4364 L 158005.52,2882.5214 L 157963.15,3086.8264 L 157936.67,3544.8704 L 157996.69,3820.3834 L 158052.79,3897.2799 L 158393.53,4053.3289 L 158580.77,4273.0329 L 158778.8,4677.1319 L 158918.86,4814.9379 L 159347.87,4801.4025 L 159899.78,4743.0435 L 160415.11,4953.7245 L 160765.26,4924.9864 L 161228.11,5106.5364 L 161754.32,5152.7332 L 162067.89,5292.8932 L 162384.21,5565.1702 L 162644.42,5944.7492 L 162901.1,6436.3382 L 163025.86,6645.2532 L 163215.55,6729.0155 L 163418.09,6776.9778 L 163532.65,6940.3828 L 163617.3,7111.6348 L 163727.64,7170.1899 L 163987.85,7314.6649 L 164165.97,7557.8109 L 164515.83,7709.3479 L 164734.65,7719.9408 L 165236.05,7944.0588 L 165611.51,8175.8278 L 166186.27,8489.5928 L 166440.01,8405.3401 L 166671.19,7985.3521 L 167033.21,7649.4201 L 167138.26,7388.0311 L 167162.09,7115.7541 L 167144.53,6973.3381 L 167153.36,6768.7381 L 167224.37,6630.3441 L 167407,6421.2321 L 167453.49,6314.8131 L 167682.22,6154.2521 L 168012.37,6114.2345 L 168160.47,5942.1985 L 168357.81,5788.5035 L 168525.63,5757.7057 L 168591.35,5792.5249 L 168743.37,5745.0531 L 168966.9,5568.1121 L 169272.63,5513.2841 L 169678.2,5347.8191 L 169952.34,5330.9489 L 170145.36,5409.2186 L 170449.03,5692.5786 L 170581.24,5717.8838 L 170844.98,5694.5402 L 171145.8,5819.1052 L 171537.54,5764.1791 L 171601.49,5785.8553 L 171636.21,5891.8823 L 171483.4,6407.1083 L 171481.24,6543.2463 L 171560,6718.0293 L 171744.99,6866.0353 L 172435.49,7111.7313 L 172622.24,7365.9603 L 172857.14,7445.0146 L 173159.83,7407.2529 L 173462.61,7261.7969 L 173607.08,7309.0726 L 173668.87,7318.6846 L 173880.53,7109.5726 L 174035.8,6839.4536 L 174364.47,6495.9696 L 174447.84,6532.7505 L 174480.8,6628.3808 L 174155.46,7123.1078 L 174035.01,7394.5998 L 173900.15,7554.2778 L 173916.04,7602.3381 L 173733.12,7831.9491 L 173564.32,7819.1984 L 173486.73,7761.3298 L 173153.55,7854.0176 L 172990.14,7927.5793 L 172694.13,7987.8018 L 172550.34,7938.7606 L 172455.99,7789.1846 L 172358.88,7521.5176 L 171817.47,7346.3426 L 171558.83,7256.6954 L 171329.71,7039.3454 L 170986.32,6855.8334 L 170853.81,6651.3314 L 170479.73,6435.3544 L 170301.31,6298.7254 L 170123.88,6308.7298 L 169722.14,6540.7928 L 169512.83,6443.6913 L 168989.46,6564.4303 L 168847.83,6501.2653 L 168709.83,6262.3363 L 168484.93,6178.2798 L 168313.48,6311.2798 L 168066.02,6716.9478 L 168004.03,6964.3118 L 167986.18,7135.1708 L 167893.1,7434.0278 L 167729.1,7841.8538 L 167716.26,8055.7718 L 167800.51,8339.8178 L 167838.47,8514.7968 L 168047.19,8767.1628 L 168269.34,8883.1938 L 168496.7,8906.1451 L 168635.48,9007.6601 L 168808.99,9160.7661 L 168962.69,9277.3861 L 169167.09,9356.6366 L 169379.93,9390.9654 L 169412.79,9389.7885 L 169597.57,9436.9661 L 169942.72,9482.6725 L 170789.67,9822.0375 L 171179.74,10085.094 L 171426.42,10370.808 L 171631.11,11077.001 L 171721.55,11514.742 L 171943.51,11794.375 L 172010.59,11863.229 L 172138.3,12185.331 L 172389.49,12355.406 L 172684.32,12508.12 L 172803,12628.957 L 172885.68,12958.612 L 172900.69,13264.237 L 173115,13465.6 L 173137.66,13630.182 L 172995.73,14114.316 L 173201.9,14460.252 L 173237.8,14675.935 L 173193.37,15087.586 L 173307.63,15503.651 L 173688.59,15816.534 L 173743.81,15882.642 L 173823.65,16083.122 L 173676.42,16267.124 L 173239.37,16614.728 L 173022.9,16634.246 L 172674.32,16853.068 L 172364.87,17177.426 L 172131.72,17565.93 L 171866.02,17930.012 L 171413.56,18240.443 L 170693.64,18563.624 L 170280.32,18573.432 L 169968.62,18383.054 L 169894.76,18167.861 L 169954.2,17952.472 L 170069.64,17875.478 L 170639.6,18126.765 L 170793.1,18156.288 L 170997.4,17988.469 L 171097.54,17846.25 L 171002.5,17555.142 L 170937.57,17288.358 L 171079.3,17220.877 L 171327.15,17287.671 L 171684.96,17203.811 L 171854.74,17100.628 L 171917.8,17011.569 L 172000.98,16713.889 L 171985.38,16320.971 L 172000.29,16190.62 L 172021.38,16130.79 L 172055.9,16076.354 L 172017.26,15834.581 L 171337.75,15408.609 L 171322.35,15256.287 L 171371.49,15028.344 L 171274.09,14519.297 L 171161.1,14407.777 L 171095.09,14247.805 L 171115.59,14144.328 L 171089.6,13955.912 L 170983.37,13869.698 L 170780.54,13912.265 L 170684.22,13907.557 L 170638.62,13778.285 L 170646.07,13581.532 L 170571.23,13208.917 L 170403.61,13065.423 L 170315.14,12821.198 L 170177.53,12700.851 L 170131.92,12528.913 L 170158.21,12451.428 L 170268.94,12165.91 L 170245.5,11992.5 L 169864.26,11832.135 L 169779.61,11733.268 L 169688.2,11479.431 L 169568.15,11334.367 L 169316.27,11343.489 L 169058.41,11240.895 L 168939.54,11095.831 L 168488.55,10602.673 L 168339.37,10383.459 L 168231.58,10108.436 L 168072.88,9853.2261 L 167942.04,9675.4031 L 167844.74,9623.0271 L 167667.7,9715.9111 L 167521.66,9821.2511 L 167295.48,9965.6281 L 166960.04,10116.871 L 166600.37,10170.718 L 166352.03,10197.593 L 166005.4,10214.561 L 165760,10220.936 L 165682.22,10213.09 L 165398.37,10111.869 L 165205.64,9953.4659 L 164994.67,9670.3019 L 164575.85,9338.4899 L 164497.29,9145.6599 L 164404.5,9031.1979 L 164059.94,8952.2416 L 163812.48,8821.0076 L 163467.13,8404.9426 L 162792.52,8079.4076 L 162475.42,7717.0916 L 161921.06,7462.4696 L 161820.62,7343.9866 L 161663.01,6972.9416 L 161437.12,6714.7886 L 161157,6625.4356 L 160965.15,6464.4826 L 160679.14,6248.8976 L 160310.65,5933.1706 L 159957.06,5906.7865 L 159774.82,5819.6894 L 159486.95,5711.5044 L 158705.33,5793.8935 L 158296.53,5812.7253 L 157939.9,5734.3575 L 157806.31,5616.8545 L 157748.15,5426.8695 L 157764.72,5164.9895 L 157736.77,4931.2595 L 157600.93,4703.8065 L 157446.25,4576.5935 L 157221.45,4344.5305 L 157112.28,4052.2455 L 156906.9,3909.2415 L 156771.54,3771.9265 L 156570.18,3454.0415 L 156330.27,3322.4155 L 156225.91,3142.2385 L 155630.55,2856.5245 L 155353.17,2567.8685 L 155021.16,2472.4344 L 154890.03,2288.2354 L 154612.45,2460.7624 L 154139.99,2750.1054 L 154071.92,2839.1641 L 153554.83,3255.9161 L 153341.6,3488.2731 L 153198.5,3808.6101 L 152927.6,4047.5391 L 152753.7,4311.7731 L 152585.49,4559.8231 L 152481.32,4618.084 L 152359.6,4498.424 L 152281.63,4541.8745 L 152211.89,4639.3683 L 152252.4,4909.8793 L 152316.94,5026.7933 L 152675.72,5464.3383 L 153223.32,5930.9163 L 153692.54,6481.7463 L 154314.48,7109.3753 L 154538.99,7419.7073 L 154853.25,7986.1323 L 155060.1,8494.1003 L 155182.22,9174.3993 L 155120.52,10142.57 L 155230.67,10637.886 L 155418.1,11105.935 L 155559.73,11166.256 L 155726.67,11038.945 L 155778.26,11184.99 L 155914.99,11497.284 L 156088.5,11628.224 L 156179.91,11616.258 L 156266.42,11569.178 L 156361.36,11367.128 L 156510.54,11185.087 L 156603.43,11184.008 L 156820.19,11315.438 L 157454.49,11759.555 L 157636.43,12055.371 L 157836.03,12363.546 L 158044.94,12549.412 L 158246.5,12583.349 L 158781.15,12647.985 L 158910.62,12696.83 L 158970.45,12934.385 L 158923.08,13038.941 L 158677.38,13177.629 L 159001.64,13668.237 L 159354.74,14054.779 L 159675.37,14226.227 L 159652.71,13951.302 L 159722.54,13780.737 L 160051.51,13539.553 L 160592.83,13461.48 L 160948.97,13132.806 L 161121.39,13242.266 L 161312.56,13513.464 L 161529.81,13743.663 L 162400.58,13971.116 L 162701.79,13977.099 L 162875.89,13897.848 L 163023.41,13739.739 L 163250.76,13368.694 L 163475.76,13214.509 L 163533.73,13613.704 L 163607.49,13758.375 L 163930.96,14253.593 L 164307.7,15007.748 L 164741.12,15580.843 L 164805.76,15789.955 L 164723.47,15896.276 L 164498.37,15799.959 L 164296.52,15703.152 L 163957.25,15539.649 L 163777.95,15552.89 L 163462.13,15744.151 L 163370.32,15799.372 L 163211.63,15676.377 L 163038.41,15657.545 L 162422.26,15806.042 L 162107.02,15869.207 L 161905.86,15744.152 L 161721.66,15649.895 L 161589.15,15659.605 L 161273.42,15841.45 L 161002.03,16023.098 L 160454.63,16130.302 L 160767.81,16179.245 L 160823.62,16203.667 L 162382.25,17273.057 L 164633.83,18600.017 L 165419.47,19920.597 L 165982.46,22387.957 L 166011.69,25817.107 L 166089.56,29821.707 L 165708.71,31981.677 L 165992.07,32700.817 L 168031.79,34927.387 L 171153.75,38269.937 L 172273.95,39570.807 L 172319.46,40344.088 L 173379.24,41313.043 L 174835.27,43161.403 L 176452.45,45745.573 L 177692.01,47927.123 L 179265.45,50919.513 L 179223.08,52312.673 L 179350.29,53979.093 L 180260.3,55216.893 L 181546.16,55258.382 L 183179.43,55186.782 L 183907.01,56526.392 L 183638.55,58147.692 L 182516.49,59892.082 L 182007.35,60517.455 L 181709.57,61491.412 L 182448.82,62170.436 L 185141.96,63067.791 L 186098.55,63281.905 L 187009.05,62854.462 L 187481.61,62109.527 L 187866.1,60867.807 L 188131.61,59861.877 L 188892.82,59154.507 L 189815.97,59051.128 L 190324.73,59673.951 L 190747.66,60849.961 L 191000.12,61884.431 L 191018.56,62361.405 L 191164.61,62839.36 L 191502.7,63320.552 L 191977.71,63625.686 L 192428.5,64267.242 L 194962.65,64362.382 L 196711.65,64582.086 C 196773.83,64536.183 196832.78,64490.379 196858.97,64424.958 C 196885.15,64424.958 197016.09,63403.528 197016.09,63403.528 C 196937.53,63220.212 196701.84,63141.648 196492.33,63089.272 C 196413.77,63063.084 196309.02,63220.212 196230.45,63194.024 C 196099.51,63141.648 196099.51,62958.332 195994.66,62932.144 C 195889.91,62879.768 195811.35,63036.896 195706.6,63010.708 C 195313.78,62984.52 195863.72,61936.898 195680.41,61779.778 C 195628.03,61727.402 195418.53,61832.154 195444.72,61753.59 C 195444.72,61596.462 195628.03,61491.612 195732.78,61360.672 C 195811.35,61229.732 195863.72,61046.416 195994.66,60967.852 C 196125.7,60889.288 196309.02,61046.416 196413.77,60967.852 C 196544.71,60889.288 196544.71,60653.596 196675.65,60548.844 C 196832.78,60444.092 197330.45,60444.092 196911.34,59894.046 C 196701.84,59632.166 196309.02,60077.362 196204.27,60103.55 C 196073.33,60155.926 195942.29,60024.986 195811.35,60077.362 C 195732.78,60129.738 195366.15,60784.536 194920.96,60627.408 C 194711.36,60575.032 194449.48,59946.422 194658.98,59894.047 C 194763.73,59867.859 194868.48,60024.987 194947.15,59946.423 C 195051.9,59841.671 195078.09,59658.355 195051.9,59527.415 C 194947.15,59160.685 194632.79,59422.663 194580.42,59553.603 C 194554.23,59632.167 194685.17,59710.731 194632.79,59763.107 C 194632.79,59763.107 193847.15,60208.303 193820.96,60208.303 C 193716.21,60234.491 193951.9,59998.799 194004.28,59894.047 C 194004.28,59841.671 193899.53,59815.483 193873.34,59763.107 C 193847.15,59605.979 193873.34,59448.851 193873.34,59291.723 C 193820.96,58951.181 193087.6,59605.979 193244.73,59134.497 C 193480.42,58479.798 193297.11,59108.309 193558.99,59003.557 C 193637.55,58977.369 193035.23,58375.046 193585.17,58244.106 C 193637.55,58244.106 193925.72,58348.858 194004.28,58322.67 C 194056.66,58322.67 194056.66,57982.128 194266.16,57903.564 C 194318.54,57877.376 194344.72,58008.414 194423.29,58008.414 C 194528.04,57982.128 194711.36,57929.752 194711.36,57798.812 C 194711.36,57667.872 194449.48,57667.872 194449.48,57563.12 C 194475.66,57275.052 194816.11,57091.736 195051.9,56960.796 C 195130.46,56908.42 195078.09,57144.112 195156.65,57196.488 C 195261.4,57275.052 195628.03,57301.24 195575.66,57170.3 C 195523.28,57039.36 195261.4,56882.232 195209.03,56777.382 C 195025.71,56436.938 195706.6,56096.495 195811.35,55834.615 C 195863.73,55756.051 195654.22,55703.675 195680.41,55651.201 C 195732.79,55520.261 195837.54,55415.509 195916.1,55310.757 C 195942.29,55284.569 196020.85,55310.757 196047.04,55258.381 C 196178.08,55048.877 196073.33,54708.433 196256.64,54525.118 C 196361.4,54446.456 196544.71,54551.306 196649.46,54472.644 C 197120.85,54132.2 196466.15,54210.764 196518.52,54079.824 C 196701.84,53687.004 196963.72,53346.561 197094.66,52953.644 C 197094.66,52927.456 197120.85,53006.02 197147.04,53006.02 C 197592.33,52953.644 197304.26,52456.072 197592.33,52403.696 C 197828.02,52351.32 198011.34,52587.012 198116.09,52272.756 C 198194.65,52036.966 197749.46,51958.402 197618.52,51775.086 C 197435.2,51487.018 197801.83,51460.83 197854.21,51251.326 C 197854.21,51172.762 197644.71,51120.386 197697.08,51068.01 C 197828.02,50963.258 198037.53,50936.972 198116.09,50779.844 C 198194.65,50596.528 197880.4,50203.708 198089.9,50177.52 C 198220.84,50177.52 198247.03,50413.212 198377.97,50413.212 C 198456.63,50387.024 198404.26,50229.896 198430.44,50151.332 C 198561.38,49889.452 198718.51,49627.474 198849.45,49365.595 C 199032.77,48998.963 199425.59,48475.106 199504.15,48082.285 C 199530.34,48003.721 199373.21,47925.157 199399.4,47846.593 C 199766.13,47087.044 199818.51,47820.405 199792.32,46825.163 C 199792.32,46458.531 200211.33,46746.599 200237.51,46275.215 C 200289.89,45829.921 200106.57,45882.297 199844.69,45856.109 C 199766.13,45856.109 199687.57,45829.921 199687.57,45751.357 C 199687.57,45489.477 200158.95,45358.537 200132.76,45096.658 C 200132.76,44887.056 199661.38,44677.552 199818.51,44546.612 C 199897.07,44494.236 199949.45,44363.296 200054.2,44337.108 C 200158.95,44310.92 200420.83,44415.672 200368.45,44337.108 C 200368.45,44258.544 199766.13,44127.604 199870.88,43996.664 C 199975.63,43891.912 200132.76,43839.438 200263.7,43813.25 C 200316.08,43787.062 200368.45,43944.288 200420.83,43891.912 C 201311.32,43132.363 199556.53,44049.04 200997.06,43158.551 C 201416.07,42896.671 201835.08,43184.739 202227.99,42818.107 C 202280.37,42765.731 202149.43,42687.069 202149.43,42608.505 C 202123.24,42110.933 202097.05,42032.369 202358.93,41534.695 C 202489.87,41299.003 202516.06,41665.733 202568.44,41665.733 C 202751.75,41744.297 202961.26,41691.921 203170.86,41744.297 C 203354.18,41770.485 203694.62,42215.681 203694.62,42215.681 C 204297.04,42687.065 204323.23,42084.741 204637.48,42215.681 C 205056.49,42425.185 204480.36,42268.057 204742.24,42608.501 C 205108.87,43106.171 205554.16,43001.419 205501.79,43132.359 C 205449.41,43263.299 205292.18,43341.863 205266,43472.803 C 205239.81,43551.367 206025.54,43760.871 206104.11,43734.683 C 206261.24,43656.119 205920.79,43394.239 205946.98,43210.923 C 206077.92,42608.501 206418.36,43577.555 206601.68,42949.043 C 206680.34,42687.065 206313.61,42556.125 206365.99,42451.373 C 206627.97,42006.177 206889.85,42137.117 207046.97,42137.117 L 207046.97,14504.217 L 207047,14504.2 z" id="path7345" style="fill: rgb(204, 206, 209); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke: none; stroke-opacity: 1;"/><svg:path class="fil0 str1" d="M 185820,76639.7 C 186030.09,76415.876 186318.16,76114.665 186475.29,76062.289 C 187522.91,75721.845 186763.36,76402.831 187575.28,76429.019 C 187758.59,76429.019 187889.53,76219.417 188099.04,76167.041 C 189015.71,75983.725 188308.54,76245.605 188910.96,76507.583 C 188910.96,76507.583 189722.89,76481.395 189722.89,76481.395 C 189827.64,76481.395 189749.08,76690.899 189775.26,76795.651 C 189827.64,76978.967 189906.2,77136.095 190010.96,77267.035 C 190168.08,77476.539 190482.34,77371.787 190560.9,77162.283 C 190639.47,76900.403 190141.9,76376.644 190010.96,76193.23 C 189880.02,76036.102 189670.41,76271.794 189591.85,76219.418 C 189487.1,76167.042 189487.1,76009.914 189513.29,75905.162 C 189565.66,75250.463 191294.27,75983.726 191582.34,75905.162 C 191687.09,75878.974 191687.09,75695.658 191791.84,75695.658 C 192001.34,75669.47 192315.7,75983.726 192394.26,75800.41 C 192394.26,75774.222 192656.14,74621.85 192656.14,74621.85 C 192656.14,74490.91 192315.7,74229.03 192420.45,74071.902 C 192472.83,73967.15 192682.33,74045.714 192734.71,73940.962 C 192970.4,73548.044 192420.45,73443.292 192577.58,73155.225 C 192603.77,73129.037 193232.38,73417.105 193179.9,73129.037 C 193153.71,73024.285 192996.59,73024.285 192944.21,72945.721 C 192891.83,72788.593 193389.5,72526.615 193468.07,72448.051 C 193546.63,72343.299 193572.82,72186.171 193703.76,72159.983 C 193729.95,72159.983 194594.25,72788.593 194672.81,72421.863 C 194699,72317.111 194594.25,72212.359 194646.63,72133.795 C 194725.19,72029.043 194908.51,72081.419 194987.07,72002.855 C 195091.82,71898.103 194437.02,71478.997 194621.91,71333.149" id="path7395" style="fill: none; stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/><svg:path class="fil3" d="M 194622,71333.1 L 194214.08,71390.576 L 193534.66,71492.68 L 192941.95,71799.187 L 192052.93,72342.171 L 191303.48,72614.251 L 190643.78,72709.195 L 189525.15,73050.227 L 188840.14,73447.264 L 188242.04,74183.47 L 187726.91,74534.016 L 187384.7,75020.799 L 186827.89,75546.324 L 186408.59,76130.306 L 185820.09,76639.647 C 186030.18,76415.823 186318.25,76114.612 186475.38,76062.236 C 187523,75721.792 186763.45,76402.778 187575.37,76428.966 C 187758.69,76428.966 187889.63,76219.364 188099.13,76166.988 C 189015.81,75983.672 188308.63,76245.552 188911.06,76507.53 C 188911.06,76507.53 189722.98,76481.342 189722.98,76481.342 C 189827.73,76481.342 189749.17,76690.846 189775.36,76795.598 C 189827.73,76978.914 189906.3,77136.042 190011.05,77266.982 C 190168.18,77476.486 190482.43,77371.734 190561,77162.23 C 190639.56,76900.35 190141.99,76376.591 190011.05,76193.177 C 189880.11,76036.049 189670.51,76271.741 189591.94,76219.365 C 189487.19,76166.989 189487.19,76009.861 189513.38,75905.109 C 189565.76,75250.41 191294.36,75983.673 191582.43,75905.109 C 191687.18,75878.921 191687.18,75695.605 191791.93,75695.605 C 192001.44,75669.417 192315.79,75983.673 192394.36,75800.357 C 192394.36,75774.169 192656.24,74621.797 192656.24,74621.797 C 192656.24,74490.857 192315.79,74228.977 192420.54,74071.849 C 192472.92,73967.097 192682.42,74045.661 192734.8,73940.909 C 192970.49,73547.991 192420.54,73443.239 192577.67,73155.172 C 192603.86,73128.984 193232.47,73417.052 193180,73128.984 C 193153.81,73024.232 192996.68,73024.232 192944.3,72945.668 C 192891.93,72788.54 193389.6,72526.562 193468.16,72447.998 C 193546.72,72343.246 193572.91,72186.118 193703.85,72159.93 C 193730.04,72159.93 194594.34,72788.54 194672.91,72421.81 C 194699.09,72317.058 194594.34,72212.306 194646.72,72133.742 C 194725.28,72028.99 194908.6,72081.366 194987.16,72002.802 C 195091.91,71898.05 194437.12,71478.944 194622,71333.096 L 194622,71333.1 z" id="path7393" style="fill: rgb(209, 210, 213); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke: none; stroke-opacity: 1;"/><svg:path id="kz" class="fil3 str1" d="M 207036,42130.6 C 206878.87,42130.6 206616.99,41999.66 206355.11,42444.856 C 206302.64,42549.608 206669.37,42680.548 206590.81,42942.428 C 206407.49,43571.038 206066.95,42601.984 205936.01,43204.406 C 205909.82,43387.722 206250.26,43649.602 206093.23,43728.166 C 206014.57,43754.354 205228.93,43544.85 205255.02,43466.286 C 205281.31,43335.346 205438.44,43256.782 205490.81,43125.744 C 205543.19,42994.804 205097.99,43099.654 204731.26,42601.984 C 204469.38,42261.54 205045.62,42418.668 204626.51,42209.164 C 204312.26,42078.224 204286.07,42680.548 203683.65,42209.164 C 203683.65,42209.164 203343.2,41763.87 203159.89,41737.682 C 202950.38,41685.306 202740.88,41737.682 202557.46,41659.118 C 202505.09,41659.118 202478.9,41292.486 202347.96,41528.178 C 202086.08,42025.848 202112.27,42104.412 202138.46,42601.988 C 202138.46,42680.552 202269.4,42759.116 202217.02,42811.492 C 201824.2,43178.222 201405.09,42890.056 200986.09,43152.034 C 199545.65,44042.425 201300.35,43125.748 200409.95,43885.297 C 200357.58,43937.673 200305.1,43780.545 200252.73,43806.733 C 200121.79,43832.921 199964.66,43885.297 199859.91,43990.049 C 199755.16,44120.989 200357.58,44251.929 200357.58,44330.591 C 200409.95,44409.155 200147.98,44304.305 200043.22,44330.591 C 199938.47,44356.779 199886.1,44487.719 199807.53,44540.095 C 199650.4,44671.035 200121.79,44880.539 200121.79,45090.043 C 200147.98,45351.923 199676.59,45482.863 199676.59,45744.841 C 199676.59,45823.405 199755.16,45849.593 199833.72,45849.593 C 200095.6,45875.781 200278.92,45823.405 200226.54,46268.601 C 200200.35,46740.083 199781.34,46451.917 199781.34,46818.647 C 199807.53,47813.79 199755.16,47080.527 199388.52,47839.977 C 199362.34,47918.639 199519.46,47997.203 199493.28,48075.767 C 199414.71,48468.587 199021.79,48992.346 198838.48,49359.077 C 198707.54,49620.957 198550.41,49882.837 198419.47,50144.716 C 198393.28,50223.378 198445.66,50380.506 198367.09,50406.694 C 198236.15,50406.694 198209.97,50170.904 198079.03,50170.904 C 197869.42,50197.092 198183.78,50590.01 198105.12,50773.326 C 198026.65,50930.454 197817.05,50956.642 197686.11,51061.394 C 197633.73,51113.77 197843.24,51166.146 197843.24,51244.71 C 197790.86,51454.312 197424.23,51480.5 197607.54,51768.568 C 197738.48,51951.884 198183.78,52030.448 198105.12,52266.14 C 198000.46,52580.494 197817.05,52344.704 197581.36,52397.08 C 197293.29,52449.456 197581.36,52947.126 197136.16,52999.502 C 197109.97,52999.502 197083.78,52920.938 197083.78,52947.126 C 196952.84,53339.946 196690.87,53680.389 196507.55,54073.306 C 196455.17,54204.246 197109.97,54125.682 196638.49,54466.126 C 196533.74,54544.69 196350.42,54439.938 196245.67,54518.502 C 196062.35,54701.818 196167.11,55042.36 196036.17,55251.863 C 196009.98,55304.239 195931.41,55278.051 195905.23,55304.239 C 195826.66,55408.991 195721.91,55513.743 195669.53,55644.683 C 195643.35,55697.059 195852.85,55749.435 195800.47,55827.999 C 195695.72,56089.879 195014.74,56430.421 195198.05,56770.864 C 195250.43,56875.616 195512.31,57032.744 195564.68,57163.684 C 195617.16,57294.624 195250.43,57268.436 195145.68,57189.872 C 195067.11,57137.496 195119.49,56901.804 195040.92,56954.18 C 194805.23,57085.12 194464.79,57268.436 194438.5,57556.602 C 194438.5,57661.354 194700.48,57661.354 194700.48,57792.294 C 194700.48,57923.234 194517.16,57975.61 194412.31,58001.798 C 194333.75,58001.798 194307.56,57870.858 194255.19,57897.046 C 194045.68,57975.61 194045.68,58316.054 193993.31,58316.054 C 193914.74,58342.242 193626.67,58237.49 193574.3,58237.49 C 193024.25,58368.43 193626.67,58970.851 193548.11,58997.039 C 193286.23,59101.791 193469.55,58473.181 193233.85,59127.979 C 193076.63,59599.363 193809.99,58944.663 193862.36,59285.107 C 193862.36,59442.235 193836.18,59599.363 193862.36,59756.589 C 193888.55,59808.965 193993.3,59835.153 193993.3,59887.529 C 193940.93,59992.281 193705.24,60227.973 193809.99,60201.785 C 193836.18,60201.785 194621.91,59756.589 194621.91,59756.589 C 194674.29,59704.213 194543.35,59625.551 194569.54,59546.987 C 194621.91,59416.047 194936.17,59154.167 195040.92,59520.799 C 195067.11,59651.739 195040.92,59835.153 194936.17,59939.905 C 194857.61,60018.469 194752.85,59861.341 194648.1,59887.529 C 194438.5,59939.905 194700.48,60568.416 194909.98,60620.792 C 195355.18,60777.92 195721.91,60123.22 195800.47,60070.844 C 195931.41,60018.468 196062.35,60149.408 196193.29,60097.032 C 196298.04,60070.844 196690.86,59625.55 196900.46,59887.528 C 197319.47,60437.476 196821.8,60437.476 196664.67,60542.227 C 196533.73,60646.979 196533.73,60882.769 196402.79,60961.333 C 196298.04,61039.897 196114.73,60882.769 195983.79,60961.333 C 195852.85,61039.897 195800.47,61223.213 195721.91,61354.153 C 195617.15,61485.093 195433.74,61589.845 195433.74,61746.973 C 195407.55,61825.537 195617.15,61720.785 195669.53,61773.161 C 195852.85,61930.289 195302.8,62977.911 195695.72,63004.091 C 195800.47,63030.279 195879.03,62873.151 195983.79,62925.527 C 196088.54,62951.715 196088.54,63135.031 196219.48,63187.407 C 196298.04,63213.595 196402.79,63056.467 196481.36,63082.655 C 196690.86,63135.031 196926.65,63213.595 197005.22,63397.009 C 197005.22,63397.009 196874.28,64418.339 196847.99,64418.339 C 196795.61,64549.377 196612.3,64601.753 196533.73,64732.693 C 196428.98,64968.385 196612.3,65256.453 196481.36,65492.144 C 196402.79,65675.558 196009.97,65701.746 196298.04,65911.25 C 196743.24,66199.318 196900.46,65727.934 197319.47,65596.896 C 197555.16,65518.332 197240.91,66277.882 197528.98,66120.754 C 197869.42,65937.438 198105.11,65596.896 198471.84,65465.956 C 198628.97,65439.768 198733.72,65780.31 198890.85,65727.934 C 199755.15,65518.332 198864.66,65020.76 200200.35,65387.392 C 200252.73,65387.392 200357.58,65282.64 200383.76,65335.016 C 200436.14,65439.768 200278.91,65518.332 200278.91,65596.896 C 200357.58,65989.814 201169.4,66618.326 201038.46,66985.056 C 200855.15,67613.567 200278.91,68634.996 199624.21,68896.876 C 199257.58,69027.816 199074.17,68582.62 198838.48,68713.56 C 198524.22,68923.064 199493.27,69865.93 198838.48,70573.1 C 198262.34,71149.236 199100.36,69839.739 198367.09,70284.934 C 198079.02,70468.348 197817.05,70782.604 197398.04,70887.356 C 197293.29,70939.732 197188.53,70913.544 197057.59,70887.356 C 197005.22,70861.168 196979.03,70782.604 196900.47,70782.604 C 196821.8,70808.792 196795.62,70965.92 196717.05,70939.732 C 196638.49,70939.732 196638.49,70782.604 196586.11,70756.416 C 196533.74,70756.416 196507.55,70861.168 196455.17,70861.168 C 196402.8,70861.168 196350.42,70834.98 196298.04,70782.604 C 196219.48,70625.476 196271.86,70258.746 195957.6,70389.784 C 195852.85,70415.972 195774.28,70546.912 195643.34,70573.1 C 195564.68,70573.1 195512.31,70415.972 195433.74,70442.16 C 195040.92,70599.288 195407.55,70730.228 195381.37,70861.168 C 195355.18,71044.484 194726.67,71227.8 194648.1,71280.176 C 194438.5,71463.492 195093.3,71882.598 194988.55,71987.35 C 194909.98,72065.914 194726.67,72013.538 194648.1,72118.29 C 194595.73,72196.854 194700.48,72301.606 194674.29,72406.358 C 194595.73,72773.088 193731.43,72144.478 193705.24,72144.478 C 193574.3,72170.666 193548.11,72327.794 193469.55,72432.546 C 193390.98,72511.11 192893.31,72773.088 192945.69,72930.216 C 192998.06,73008.78 193155.19,73008.78 193181.38,73113.532 C 193233.85,73401.6 192605.24,73113.532 192579.06,73139.72 C 192421.93,73427.788 192971.88,73532.54 192736.18,73925.457 C 192683.81,74030.209 192474.3,73951.645 192421.93,74056.397 C 192317.18,74213.525 192657.62,74475.405 192657.62,74606.345 C 192657.62,74606.345 192395.74,75758.715 192395.74,75784.905 C 192317.18,75968.221 192002.82,75653.965 191793.32,75680.153 C 191688.57,75680.153 191688.57,75863.469 191583.81,75889.657 C 191295.75,75968.221 189567.14,75234.958 189514.76,75889.657 C 189488.58,75994.409 189488.58,76151.537 189593.33,76203.913 C 189671.89,76256.289 189881.49,76020.597 190012.43,76177.725 C 190143.37,76361.139 190640.95,76884.899 190562.38,77146.778 C 190483.82,77356.282 190169.56,77461.034 190012.43,77251.53 C 189907.68,77120.59 189829.12,76963.462 189776.74,76780.146 C 189750.55,76675.394 189829.12,76465.89 189724.37,76465.89 C 189724.37,76465.89 188912.44,76492.078 188912.44,76492.078 C 188310.02,76230.1 189017.19,75968.22 188100.52,76151.536 C 187891.01,76203.912 187760.07,76413.514 187576.76,76413.514 C 186764.83,76387.326 187524.38,75706.34 186476.77,76046.784 C 186162.51,76151.536 185324.4,77251.534 185088.71,77146.774 C 184774.35,76963.458 184564.85,76623.014 184224.41,76465.887 C 184172.03,76439.699 184250.59,76570.639 184224.41,76596.827 C 184172.03,76780.143 184145.84,76963.459 184014.9,77120.587 C 183936.34,77225.339 183753.02,77199.151 183674.36,77277.715 C 183333.92,77696.821 183962.53,77827.761 183753.02,78246.768 C 183648.17,78430.084 183491.04,77827.76 183360.1,78089.64 C 183202.98,78403.896 183464.86,78587.212 182993.47,78613.4 C 182495.8,78665.874 183202.98,78272.956 182914.91,78115.828 C 182338.67,77801.572 182443.43,78351.52 181998.23,78456.272 C 181841.1,78482.46 181683.97,78377.709 181526.85,78430.084 C 181448.28,78430.084 181945.85,78770.626 181919.67,78849.19 C 181736.35,79661.017 181762.54,78456.272 181500.56,78953.942 C 181317.24,79242.01 181710.16,79320.574 181710.16,79556.266 C 181710.16,79582.454 181553.03,80472.943 181526.85,80525.319 C 181422.09,80682.447 181238.68,80761.011 181133.93,80918.139 C 181055.36,81101.553 181133.93,81311.057 181029.18,81494.373 C 180898.24,81677.689 180479.23,81599.125 180400.67,81834.817 C 180191.06,82515.803 180872.05,82515.803 180819.67,82672.93 C 180767.3,82803.87 180688.73,82960.998 180583.98,83091.938 C 180557.79,83144.314 180479.23,83118.126 180453.04,83170.502 C 180453.04,83196.69 180295.91,84008.615 180269.73,84060.991 C 180164.88,84270.495 179667.3,84218.119 179667.3,84296.683 C 179667.3,84453.811 179929.18,84322.871 179929.18,84322.871 C 180112.5,84453.811 180741.11,85213.36 180898.24,85370.491 C 180950.61,85449.055 180898.24,85606.183 180976.8,85658.559 C 181186.3,85841.973 181212.49,85265.739 181369.72,85763.409 C 181395.91,85868.161 181395.91,85999.101 181369.72,86103.853 C 180741.11,87622.853 180348.29,86758.552 179431.61,86365.733 C 179326.86,86313.357 178253.05,85868.161 178174.49,86025.289 C 178069.74,86313.357 177833.95,86837.116 178069.74,87177.659 C 178122.11,87230.035 178357.8,87282.411 178357.8,87413.351 C 178383.99,87989.487 177964.98,88146.614 177964.98,88460.971 C 177938.8,88539.535 178593.5,90320.411 178593.5,90320.411 C 178750.62,90451.351 179222.11,90215.659 179379.23,90530.013 C 179562.55,90975.209 179274.48,91184.712 179222.1,91551.343 C 179169.73,91944.261 179379.23,92598.963 179431.61,92991.883 C 179457.8,93149.011 179405.42,93358.515 179510.17,93463.267 C 179588.74,93515.643 180845.86,93201.387 181029.17,93253.763 C 181212.49,93306.139 181081.55,93646.583 181238.68,93725.147 C 181317.24,93777.523 181422.09,93620.395 181474.47,93672.771 C 181526.84,93725.147 181474.47,93856.087 181448.28,93960.839 C 181422.09,94013.215 181264.86,94039.403 181317.24,94091.877 C 181422.09,94249.005 181631.59,94249.005 181762.53,94379.945 C 181814.91,94406.133 181736.35,94484.697 181710.16,94537.073 C 181710.16,94537.073 181736.35,94563.261 181736.35,94589.449 C 181762.53,94589.449 182469.61,94694.201 182469.61,94694.201 C 182521.99,94641.825 182260.11,94144.253 182286.29,94118.065 C 182469.61,94091.877 182679.21,94170.441 182888.72,94118.065 C 183229.16,94013.215 183412.48,93489.455 183831.58,93594.207 C 184826.72,93856.087 185272.02,94353.756 186083.84,94877.517 C 186450.57,95113.209 186974.33,95113.209 187236.21,95427.563 C 187393.44,95637.067 187026.71,96056.074 186895.77,96082.262 C 186738.64,96082.262 186424.38,95689.442 186293.44,96160.826 C 186110.13,96868 187707.69,96553.744 188257.64,96527.556 C 188152.89,96160.826 188021.95,95794.195 188100.51,95715.631 C 188257.64,95584.691 188493.43,95820.383 188650.56,95715.631 C 188729.12,95663.255 188362.39,95558.503 188440.96,95506.127 C 188545.81,95427.563 188676.75,95584.691 188807.69,95610.879 C 188860.06,95610.879 189410.01,94798.954 189462.39,94641.826 C 189540.95,94432.322 189436.2,93882.277 189619.52,93987.028 C 189671.89,94013.216 189698.08,94170.442 189724.37,94118.066 C 189802.93,93856.088 189698.08,93541.832 189776.74,93332.329 C 189802.93,93253.765 189907.68,93358.517 189960.06,93332.329 C 190038.62,93306.141 190038.62,93149.013 190091,93175.201 C 190169.56,93201.389 190091,93358.517 190169.56,93410.893 C 190195.75,93463.269 190195.75,93306.141 190195.75,93253.765 C 190169.56,93122.825 190117.19,92598.967 190300.5,92834.659 C 190326.69,92860.945 190431.44,92939.509 190431.44,92887.133 C 190483.82,92310.899 190326.69,92153.772 190876.74,91682.293 C 191374.31,91237.097 191871.88,91760.955 192343.36,91577.541 C 192448.11,91551.353 192448.11,91394.225 192526.67,91341.849 C 192579.05,91289.473 192526.67,91498.977 192579.05,91498.977 C 192840.93,91525.165 193129,91394.225 193364.78,91315.661 C 193521.91,91237.097 193443.35,90425.172 193469.54,90372.796 C 193548.1,90268.044 193757.6,90372.796 193888.54,90294.232 C 194124.24,90189.48 194517.15,89665.721 194805.22,89875.224 C 194936.16,89953.788 195014.73,90137.104 195171.85,90241.856 C 195276.61,90294.232 195590.96,90215.668 195590.96,90451.36 C 195590.96,90477.548 195486.11,90477.548 195486.11,90503.834 C 195459.92,90713.338 195459.92,90949.03 195486.11,91158.533 C 195486.11,91237.097 195486.11,91001.405 195538.49,90975.217 C 195617.15,90922.841 195669.52,91079.969 195748.09,91132.345 C 196167.1,91472.789 196428.97,91918.082 196533.73,92468.035 C 196664.67,93044.269 196481.35,93725.155 196690.85,94275.205 C 196795.61,94510.897 198157.57,94065.701 198105.1,94196.641 C 197869.41,94772.777 197005.2,94851.34 196481.35,95060.844 C 196140.91,95217.972 195931.41,95637.078 195564.68,95768.018 C 195381.36,95846.582 195145.67,95820.394 194962.35,95925.146 C 194779.04,96003.71 194962.35,96344.154 194831.41,96501.38 C 194752.85,96632.32 194517.16,96658.508 194464.78,96815.636 C 194098.05,97784.689 194648.1,97129.892 194805.23,97837.066 C 194831.41,97915.63 194621.91,97758.503 194543.35,97810.878 C 194386.12,97941.818 194255.18,98151.322 194228.99,98360.826 C 194124.24,98989.436 194936.17,98727.458 195171.86,98779.834 C 195328.98,98832.308 195407.55,99041.812 195564.68,99068 C 195669.53,99068 195695.71,98884.684 195774.28,98858.496 C 195931.41,98832.308 196140.91,98832.308 196271.85,98963.248 C 196324.23,99015.624 196062.35,99015.624 195983.78,99068 C 195905.22,99120.376 195669.53,99146.564 195617.15,99225.128 C 195590.96,99329.88 195643.34,99487.008 195590.96,99539.384 C 195198.04,99932.204 195014.73,99487.008 194648.1,99539.384 C 194071.86,99644.136 194726.66,99617.948 194464.78,99801.264 C 194098.05,100037.05 193312.41,99932.204 193443.35,100613.19 C 193705.23,102027.44 194831.41,100587 195328.98,100901.26 C 195486.11,101006.01 195512.3,101241.8 195643.34,101372.74 C 196036.16,101687 197398.03,102236.94 197633.72,102498.92 C 197869.41,102734.61 197712.28,103363.12 198052.82,103467.87 C 198236.14,103494.06 198681.33,102917.93 198917.02,102865.55 C 198969.4,102865.55 198917.02,103022.68 198969.4,103048.87 C 199178.9,103179.81 199414.69,103232.18 199650.39,103363.12 C 199728.95,103415.5 199833.7,103467.87 199964.64,103494.06 C 200174.15,103546.54 200200.33,103127.43 200383.75,102996.49 C 200567.06,102865.55 200645.63,103179.81 200802.76,103127.43 C 200959.88,103075.05 201274.14,102289.32 201850.38,102682.23 C 201981.32,102760.8 202190.82,103022.68 202059.88,103101.24 C 201902.75,103205.99 201693.25,102917.93 201509.83,102917.93 C 201378.89,102917.93 201745.62,103022.68 201850.38,103101.24 C 202138.44,103284.56 202217.01,103677.48 202269.38,104017.92 C 202295.57,104227.42 202321.76,104436.93 202295.57,104620.24 C 202269.38,104672.62 202190.82,104646.43 202190.82,104698.81 C 202138.44,105117.91 202636.02,105144.1 202819.43,105458.36 C 202924.18,105615.48 202819.43,105851.18 202950.37,105982.21 C 203107.5,105379.79 203186.06,104620.24 203447.94,104017.92 C 203683.63,103494.07 204940.85,101870.31 205490.8,101713.18 C 205831.25,101608.43 206486.04,101529.87 207035.99,101556.06 L 207035.99,95715.646 C 206643.17,95113.224 206250.26,94484.716 205857.43,93882.296 C 205647.93,93568.04 204050.36,91368.056 204024.17,91210.926 C 204024.17,90949.046 204652.68,90268.061 204809.81,90058.556 C 205490.8,89010.936 206171.68,87937.136 206852.67,86889.516 C 206905.05,86784.764 206983.61,86680.012 207035.99,86522.884 L 207035.99,42130.584 L 207036,42130.6 z" style="fill: rgb(209, 210, 213); stroke: rgb(255, 255, 255); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"/><svg:path id="kz_66" class="fil1" d="M 192509,91487.6 C 192525.97,91514.475 192578.34,91304.971 192525.97,91357.347 C 192447.4,91409.723 192447.4,91566.851 192342.65,91593.039 C 191871.17,91776.453 191373.6,91252.595 190876.03,91697.791 C 190325.99,92169.273 190483.11,92326.401 190430.74,92902.631 C 190430.74,92955.007 190325.99,92876.443 190299.8,92850.157 C 190116.48,92614.465 190168.86,93138.323 190195.05,93269.263 C 190195.05,93321.639 190195.05,93478.767 190168.86,93426.391 C 190090.29,93374.015 190168.86,93216.887 190090.29,93190.699 C 190037.92,93164.511 190037.92,93321.639 189959.35,93347.827 C 189906.98,93374.015 189802.23,93269.263 189776.04,93347.827 C 189697.38,93557.331 189802.23,93871.587 189723.66,94133.564 C 189697.38,94185.94 189671.19,94028.714 189618.81,94002.526 C 189435.5,93897.774 189540.25,94447.82 189461.68,94657.324 C 189409.31,94814.452 188859.36,95626.377 188806.99,95626.377 C 188676.05,95600.189 188545.11,95443.061 188440.26,95521.625 C 188361.69,95574.001 188728.42,95678.753 188649.86,95731.129 C 188492.73,95835.881 188256.94,95600.189 188099.81,95731.129 C 188021.25,95809.693 188152.19,96176.325 188256.94,96543.054 C 187706.99,96569.242 186109.43,96883.498 186292.74,96176.324 C 186423.68,95704.94 186737.94,96097.76 186895.06,96097.76 C 187026,96071.572 187392.73,95652.564 187235.51,95443.061 C 186973.63,95128.707 186449.87,95128.707 186083.14,94893.015 C 185271.31,94369.255 184826.02,93871.585 183830.88,93609.705 C 183411.77,93504.953 183228.46,94028.713 182888.01,94133.563 C 182678.51,94185.939 182468.91,94107.375 182285.59,94133.563 C 182259.4,94159.751 182521.28,94657.323 182468.91,94709.699 C 182468.91,94709.699 181761.83,94604.947 181735.64,94604.947 C 181735.64,94578.759 181709.46,94552.571 181709.46,94552.571 C 181735.64,94500.195 181814.21,94421.631 181761.83,94395.443 C 181630.89,94264.503 181421.39,94264.503 181316.54,94107.375 C 181264.16,94054.901 181421.39,94028.713 181447.58,93976.337 C 181473.76,93871.585 181526.14,93740.645 181473.76,93688.269 C 181421.39,93635.893 181316.54,93793.021 181237.97,93740.645 C 181080.85,93662.081 181211.79,93321.637 181028.47,93269.261 C 180845.15,93216.885 179588.03,93531.141 179509.47,93478.765 C 179404.72,93374.013 179457.09,93164.509 179430.91,93007.381 C 179378.53,92614.463 179169.03,91959.761 179221.4,91566.841 C 179273.78,91200.209 179561.85,90990.705 179378.53,90545.511 C 179221.4,90231.157 178749.92,90466.849 178592.79,90335.909 C 178592.79,90335.909 177938.09,88555.029 177964.28,88476.469 C 177964.28,88162.115 178383.29,88004.987 178357.1,87428.849 C 178357.1,87297.909 178121.41,87245.533 178069.03,87193.157 C 177833.24,86852.615 178069.03,86328.856 178173.79,86040.787 C 178252.35,85883.659 179326.16,86328.855 179430.91,86381.231 C 180347.58,86774.051 180740.41,87638.351 181369.02,86119.351 C 181395.2,86014.599 181395.2,85883.659 181369.02,85778.907 C 181211.79,85281.237 181185.6,85857.471 180976.1,85674.057 C 180897.53,85621.681 180949.91,85464.553 180897.53,85385.989 C 180740.41,85228.861 180111.8,84469.312 179928.48,84338.369 C 179928.48,84338.369 179666.6,84469.309 179666.6,84312.181 C 179666.6,84233.617 180164.17,84285.993 180269.02,84076.489 C 180295.21,84024.113 180452.34,83212.188 180452.34,83186 C 180478.53,83133.624 180557.09,83159.812 180583.28,83107.436 C 180688.03,82976.496 180766.59,82819.368 180818.97,82688.428 C 180871.35,82531.3 180190.36,82531.3 180399.96,81850.315 C 180478.53,81614.623 180897.53,81693.187 181028.47,81509.871 C 181133.23,81326.555 181054.66,81117.051 181133.23,80933.637 C 181237.98,80776.509 181421.39,80697.945 181526.14,80540.817 C 181552.33,80488.441 181709.46,79597.952 181709.46,79571.764 C 181709.46,79336.072 181316.54,79257.508 181499.86,78969.44 C 181761.84,78471.77 181735.65,79676.515 181918.96,78864.688 C 181945.15,78786.124 181447.58,78445.582 181526.14,78445.582 C 181683.27,78393.206 181840.4,78497.958 181997.53,78471.77 C 182442.72,78367.018 182337.97,77817.071 182914.2,78131.326 C 183202.27,78288.454 182495.1,78681.372 182992.77,78628.898 C 183464.15,78602.71 183202.27,78419.394 183359.4,78105.138 C 183490.34,77843.258 183647.47,78445.582 183752.32,78262.266 C 183961.82,77843.258 183333.21,77712.318 183673.66,77293.213 C 183752.32,77214.649 183935.63,77240.837 184014.2,77136.085 C 184145.14,76978.957 184171.33,76795.641 184223.7,76612.325 C 184249.89,76586.137 184171.33,76455.197 184223.7,76481.385 C 184564.15,76638.513 184773.65,76978.957 185088,77162.272 C 185205.8,77214.648 185474.35,76965.911 185820.78,76639.787 L 185369.01,77046.927 L 185046.42,77493.398 L 184531.48,77903.284 L 184161.22,78410.566 L 183739.47,78845.071 L 183574.99,79067.031 L 183456.31,79343.231 L 183511.72,79882.39 L 183742.61,80254.122 L 183917,80833.102 L 184059.02,81114.893 L 184248.71,81669.156 L 184465.77,82052.462 L 184765.41,82473.627 L 185453.26,82834.668 L 185916.4,83193.159 L 187168.91,83982.231 L 188589.44,84765.614 L 189017.48,85269.659 L 189418.63,86118.365 L 189523.87,86945.787 L 189664.03,87653.941 L 190177.5,88350.129 L 190474.78,89041.609 L 190764.13,89489.747 L 191806.06,89990.85 L 192111.98,90328.253 L 192294.6,90652.709 L 192421.03,91030.032 L 192509.01,91487.586 L 192509,91487.6 z" style="fill: rgb(192, 193, 197); stroke-width: 190.064; stroke-miterlimit: 4; stroke-dasharray: none; stroke: none; stroke-opacity: 1;"/><svg:polygon class="fil0 str11" points="173696,153413 173669,153491 174141,155062 174062,155115 174010,155298 174141,155377 174492,155044 174620,154665 174626,153944 174386,153487 174386,153157 174005,152937 173696,153413" id="polygon7057" style="fill:none;stroke:none;stroke-width:88.69658782999999900;stroke-dasharray:177.39317567000001000, 88.69658782999999900;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0"/><svg:g id="pt" style="fill:#c0c1c5;fill-opacity:1"><svg:path id="pt-" transform="matrix(101.262, 0, 0, 101.262, -22.907, 0)" d="M 38.15625,1176.5625 L 36.90625,1178.375 L 37.84375,1181.625 L 39.5,1181.2812 L 41,1179.0625 L 40.71875,1177.4062 L 38.15625,1176.5625 z M 12.71875,1186.9375 L 9.4375,1188.8125 L 9.15625,1193.0625 L 11.875,1192.8438 L 14.875,1188.4062 L 12.71875,1186.9375 z M 22.0625,1190.0312 L 21.25,1192.125 L 21.28125,1194.1875 L 27.03125,1201.8125 L 30.84375,1203.7812 L 31.84375,1203.5625 L 32.71875,1201.8125 L 30.3125,1198.1875 L 26.1875,1194.5625 L 24.125,1190.8125 L 22.0625,1190.0312 z M 15.53125,1196.7812 L 14.28125,1198.5938 L 14.78125,1203.0312 L 16.9375,1206.25 L 22.03125,1207.5938 L 22.53125,1205.5625 L 18.59375,1200.3125 L 17.84375,1197.1562 L 15.53125,1196.7812 z M 47.6875,1202.9062 L 46,1203.25 L 44.8125,1205.0625 L 45.65625,1207.6562 L 48.375,1209.125 L 52.25,1209.3125 L 53.1875,1207.9062 L 52.71875,1205.5625 L 49.71875,1203.6562 L 47.6875,1202.9062 z M 61.5,1258.6562 L 59.65625,1259.8125 L 60.1875,1262.1562 L 69.96875,1270.6562 L 71.90625,1270.6875 L 73.3125,1268.4062 L 65.34375,1261.5938 L 61.5,1258.6562 z M 67.65625,1284.2812 L 66.65625,1284.5312 L 65.34375,1285.75 L 66.90625,1288.375 L 70.15625,1288.625 L 71.03125,1287.1562 L 70.65625,1286.3438 L 67.65625,1284.2812 z M 527.46875,1285.2812 C 523.50423,1285.3782 519.15944,1286.6358 516.25,1288.1875 C 515.73177,1290.7737 509.2608,1292.0787 510.8125,1294.4062 C 511.84696,1295.6993 514.95152,1295.167 515.46875,1296.7188 C 515.98599,1298.0119 512.6196,1296.4655 511.84375,1297.5 C 510.29205,1299.8276 510.54526,1310.9364 511.0625,1313.7812 C 511.0625,1314.5571 512.34375,1314.8396 512.34375,1315.875 C 512.08513,1320.2715 510.27907,1322.8481 508.46875,1326.4688 C 507.69291,1328.0215 504.34496,1331.3836 506.15625,1331.125 C 507.96657,1330.6078 507.97093,1326.737 509.78125,1326.2188 C 511.07434,1325.9601 511.82973,1328.528 511.3125,1329.5625 C 510.01943,1331.3729 506.41808,1330.6186 505.125,1332.6875 C 503.31371,1335.791 502.25644,1339.3966 500.1875,1342.5 C 499.41166,1343.7931 497.86638,1344.5819 498.125,1345.875 C 498.12501,1347.1681 500.45152,1347.6757 500.96875,1348.9688 C 501.22738,1349.4859 499.6821,1347.4203 498.90625,1347.9375 C 497.61317,1348.7134 497.09697,1350.792 496.0625,1352.3438 C 493.47634,1356.4817 490.63465,1361.6284 487.53125,1365.25 C 486.75539,1366.2845 485.19072,1366.5507 484.15625,1367.8438 C 483.89763,1368.1023 485.45474,1368.8976 484.9375,1369.1562 C 482.86856,1369.6735 480.29309,1367.8632 479,1369.1562 C 477.70691,1370.4493 480.01723,1372.5098 479.5,1374.0625 C 478.72414,1376.6487 470.97415,1387.5076 471.75,1390.0938 C 472.26723,1391.9041 473.55928,1393.4397 474.59375,1395.25 C 477.17992,1399.6475 476.15625,1401.7188 476.15625,1401.7188 C 478.22519,1402.236 480.55509,1401.9774 482.625,1401.7188 C 483.65947,1401.7187 484.15303,1400.4289 485.1875,1400.6875 C 486.22196,1400.6874 486.73816,1402.2414 488.03125,1402.5 C 488.80709,1402.7586 488.82651,1399.1304 489.34375,1399.9062 C 490.11959,1401.1993 488.82652,1403.028 489.34375,1404.0625 C 490.11959,1405.097 493.72294,1405.6078 492.6875,1406.125 C 485.70486,1409.488 489.84582,1400.6929 484.15625,1401.4688 C 482.60453,1401.7274 485.98277,1403.8007 486.5,1405.0938 C 486.75861,1406.6454 486.47737,1408.4387 486.21875,1410.25 C 485.7015,1413.6121 481.3125,1416.7263 481.3125,1419.3125 C 481.31248,1420.347 482.875,1421.1218 482.875,1422.1562 C 483.13361,1423.9666 480.28246,1427.3265 482.09375,1427.8438 C 482.61097,1427.8438 484.42348,1427.0765 483.90625,1427.5938 C 483.38902,1428.3696 481.82973,1427.8491 481.3125,1428.625 C 480.01843,1431.2112 480.79309,1434.3201 479.5,1436.9062 C 478.46554,1438.9752 472.26402,1447.499 472.78125,1450.3438 C 473.03987,1451.3783 474.84053,1449.3125 475.875,1449.3125 C 477.42672,1449.0539 478.97955,1449.5711 480.53125,1449.3125 C 481.30807,1449.3125 482.09915,1448.5539 482.875,1448.8125 C 487.01288,1449.847 500.47089,1458.6336 502.28125,1458.375 C 503.0571,1458.375 511.07652,1454.4774 511.59375,1454.2188 C 512.36959,1454.2188 513.64441,1454.2188 514.9375,1454.2188 C 515.45475,1443.3559 512.87091,1441.5624 521.40625,1434.0625 C 522.95794,1432.7694 522.6983,1429.9321 524.25,1429.1562 C 524.76722,1428.8976 537.4472,1428.6411 534.34375,1423.4688 C 533.56789,1422.1757 530.98059,1424.2446 529.6875,1423.4688 C 528.39439,1422.4343 528.64223,1420.3642 528.125,1418.8125 C 527.60682,1417.2608 527.62822,1415.4493 526.59375,1414.1562 C 526.33516,1413.639 524.78125,1414.1422 524.78125,1413.625 C 525.55711,1411.8147 527.34818,1410.53 528.125,1408.7188 C 529.67673,1405.6153 525.29004,1407.9331 529.6875,1404.3125 C 533.56673,1401.2091 538.73277,1401.725 539.25,1395 C 539.25001,1394.4827 534.34697,1391.1314 533.3125,1389.0625 C 531.76079,1385.7005 533.5625,1380.2672 533.5625,1379.75 C 533.30389,1379.4914 529.15625,1371.4774 529.15625,1371.2188 C 528.89763,1370.7016 529.95151,1371.4688 530.46875,1371.4688 C 532.7963,1372.2446 534.3287,1372.514 536.65625,1373.0312 C 542.60543,1374.5839 543.89656,1375.1054 547,1369.1562 C 550.62063,1361.914 546.7446,1364.4944 545.96875,1359.0625 C 545.1929,1354.1487 553.21013,1356.4644 553.46875,1352.8438 C 553.72737,1350.2575 550.88483,1352.5731 552.4375,1349.4688 C 552.69614,1348.9515 553.74138,1348.9634 554,1348.1875 C 554.77588,1346.3772 554.77263,1344.5603 555.03125,1342.75 C 555.28988,1340.681 556.85237,1338.6324 556.59375,1336.5625 C 556.59377,1336.5625 554.25,1330.3438 554.25,1330.3438 C 555.02583,1329.5679 556.84053,1331.111 557.875,1330.5938 C 557.87501,1330.5937 563.3125,1324.9062 563.3125,1324.9062 C 567.19175,1322.8373 574.43002,1322.5958 576.5,1316.9062 C 578.05169,1311.7329 571.31032,1312.2274 569.5,1311.9688 C 568.20691,1311.7102 570.53447,1301.8923 569.5,1301.375 C 564.58627,1298.7888 563.5742,1301.1088 557.625,1298.7812 C 556.59053,1298.264 556.82756,1295.6983 554.5,1297.25 C 553.98275,1297.7673 555.01723,1299.0453 554.5,1299.5625 C 550.87838,1302.6659 547.00322,1299.0399 545.96875,1298.7812 C 544.93428,1298.264 543.65085,1299.5797 542.875,1299.0625 C 542.35775,1298.8038 544.42348,1298.2672 543.90625,1297.75 C 543.6476,1296.7155 542.34697,1296.4687 541.3125,1296.4688 C 539.76078,1296.2101 537.95795,1296.7274 536.40625,1296.4688 C 536.14765,1296.2101 536.65625,1295.6735 536.65625,1295.1562 C 536.65622,1294.8976 536.91487,1293.8664 536.65625,1294.125 C 535.36313,1294.3837 532.26505,1298.0205 529.9375,1296.4688 C 523.72971,1292.0722 535.88466,1291.0409 532.78125,1287.9375 C 532.26401,1287.4203 531.23598,1287.9235 530.71875,1287.4062 C 530.46016,1286.889 531.76723,1285.8524 531.25,1285.5938 C 530.08598,1285.3351 528.79026,1285.2489 527.46875,1285.2812 z" style="fill:#c0c1c5;fill-opacity:1;stroke-width:1.87696000000000000;stroke-miterlimit:4;stroke-dasharray:none;stroke:rgb(255, 255, 255);stroke-opacity:1"/><svg:g style="fill-rule:evenodd;fill:#c0c1c5;fill-opacity:1" inkscape:label="#es" id="g2553" transform="translate(-3.7826608e-6,-4.9240906e-6)"><svg:path sodipodi:nodetypes="cccccccccccccccccccccc" style="fill:#c0c1c5;fill-opacity:1;stroke-width:1.87696000000000000;stroke-miterlimit:4;stroke-dasharray:none;stroke:rgb(255, 255, 255);stroke-opacity:1" d="M 245.65625,1514.7188 L 245.3125,1515.0938 L 244.9375,1516.8125 L 247.40625,1518.2812 L 248.28125,1518.875 L 249.65625,1518.3438 L 249.875,1517.375 L 249.3125,1515.3125 L 248.8125,1515.375 L 247.8125,1515.25 L 245.65625,1514.7188 z M 225.46875,1515.9688 L 224.28125,1516.7812 L 227.03125,1523.875 L 231.34375,1528.0938 L 236.03125,1527.5938 L 238.3125,1525.5938 L 238.75,1523.9062 L 237.03125,1520.7812 L 230.65625,1518.125 L 227.3125,1517.5312 L 225.46875,1515.9688 z" transform="matrix(101.262, 0, 0, 101.262, -22.907, 0)" id="path2555"/></svg:g></svg:g><svg:path id="path2557" class="fil3 str2" d="M 186895,133691 C 186947.38,133638.62 187025.94,133560.06 187078.32,133481.5 C 187183.07,133376.74 187287.82,133324.37 187340.2,133193.43 C 187392.67,133062.39 187366.48,132381.5 187523.61,132355.32 C 187706.93,132302.94 187890.24,132433.88 188047.37,132355.32 C 188204.5,132276.75 188256.87,131988.68 188440.19,131910.02 C 188833.11,131700.52 190142.6,131962.4 190509.24,131491.01 C 190902.16,130993.44 190299.74,131098.19 190902.16,130914.88 C 191687.8,130679.09 191242.6,131491.01 191687.8,131805.27 C 191871.11,131910.02 192080.62,130888.69 192342.6,130679.09 C 192473.54,130600.52 192866.36,130652.9 192787.79,130521.96 C 192211.65,129631.57 192656.85,130443.4 191923.49,129945.82 C 191530.67,129683.94 191609.23,129107.71 191583.05,129029.15 C 191530.67,128950.58 190771.12,128845.83 190692.56,128845.83 C 190587.8,128845.83 190378.3,129081.52 190352.11,128950.58 C 190273.55,128610.14 190378.3,128086.28 190404.49,127719.65 C 190404.49,127588.71 190456.86,127431.59 190430.68,127300.65 C 190194.98,126672.04 190037.86,127588.71 189802.17,127169.61 C 189802.17,127117.23 189173.56,125833.92 189173.56,125833.92 C 188859.3,125702.98 189042.62,126279.21 188702.17,125545.85 C 188649.8,125414.91 188702.17,125205.41 188649.8,125074.47 C 188518.86,124812.49 188021.19,124786.3 187864.06,124498.23 C 187706.93,124236.35 188649.8,124314.92 188702.17,123869.72 C 188754.55,123188.73 187706.93,122324.43 189278.31,122717.35 L 189330.68,122664.97 C 189016.43,122507.75 188518.86,122298.24 188283.06,122219.68 C 187340.2,121905.42 186999.75,122638.79 185925.95,122664.97 C 185847.39,122664.97 186056.89,122481.56 186004.52,122429.18 C 185899.77,122245.87 185664.07,122193.49 185506.95,122036.36 C 185218.88,121722.11 185454.57,121119.69 185376.01,120753.05 C 185218.88,120072.07 184406.95,120124.54 184197.45,119941.13 C 184118.88,119862.57 184145.07,119705.44 184066.51,119626.87 C 183987.94,119548.31 183883.19,119522.12 183804.63,119548.31 C 183673.59,119600.69 183595.02,119757.81 183464.08,119784 C 183385.52,119784 183385.52,119626.87 183306.96,119600.69 C 183228.39,119600.69 183149.83,119784 183123.64,119705.44 C 183071.26,119626.87 183228.39,119548.31 183228.39,119443.56 C 183254.58,119260.24 182861.76,119364.99 182678.44,119312.62 C 182521.22,119286.43 182390.28,119181.68 182233.15,119181.68 C 182180.77,119181.68 182233.15,119312.62 182206.96,119338.81 C 181761.77,119443.56 182128.4,119076.93 181997.46,118972.17 C 181918.89,118919.7 181840.33,119050.74 181761.77,119103.11 C 181657.01,119155.49 181473.7,119155.49 181421.32,119260.24 C 181342.66,119417.37 181499.79,119626.87 181421.32,119784 C 181342.66,119888.75 181185.53,119862.56 181080.78,119888.75 C 180740.34,119993.51 180321.33,119967.32 180033.16,120203.11 C 179928.41,120281.67 180006.97,120491.18 179876.03,120595.93 C 179771.28,120674.49 179614.15,120622.12 179483.21,120622.12 C 179352.27,120622.12 179221.33,120648.3 179064.2,120648.3 L 179011.83,120648.3 C 178854.6,121276.81 178671.29,121774.48 178121.34,122298.24 C 178042.78,122376.81 177911.83,122350.62 177859.36,122429.18 C 177518.92,122822.1 177126.1,123843.53 176602.34,124079.22 C 176471.3,124131.6 176287.99,123974.47 176157.05,124000.66 C 176052.29,124026.85 176026.11,124210.16 175921.35,124236.35 C 175816.6,124262.54 175711.85,124183.98 175607.1,124183.98 C 175502.25,124210.16 175423.68,124341.1 175292.74,124314.92 C 175266.56,124314.92 174768.98,124053.04 174611.86,124183.98 C 174480.92,124288.73 174480.92,124472.04 174376.07,124550.61 C 174271.41,124602.98 174140.38,124498.23 174035.62,124550.61 C 173930.87,124629.17 173930.87,124760.11 173826.12,124838.68 C 173668.99,124969.71 173433.3,124995.9 173276.17,125126.84 C 173014.19,125362.53 172988.01,125545.85 172699.94,125755.35 C 172359.49,126017.23 171521.38,126148.27 171128.56,126148.27 C 170185.69,126148.27 171233.31,126043.42 170683.26,125833.92 C 170369.01,125729.16 170290.44,126305.4 170185.69,126357.77 C 170002.38,126436.34 169766.68,126331.59 169557.18,126305.4 C 169530.89,126279.21 169530.89,126200.65 169478.52,126200.65 C 169269.01,126226.83 169085.7,126410.15 168850.01,126383.96 C 168771.44,126383.96 168797.63,126174.46 168719.07,126122.08 C 168588.13,126043.42 168404.81,125964.86 168221.4,125964.86 C 167200.07,125991.04 167697.64,127012.48 166676.21,126567.28 C 166361.95,126410.15 166204.82,125598.23 165864.28,125650.6 C 165733.34,125650.6 165733.34,125964.86 165602.4,125912.48 C 165497.65,125886.29 165707.15,125572.04 165576.21,125572.04 C 165314.33,125598.23 164895.33,126567.28 163978.65,126226.84 C 163009.6,125860.11 163559.55,125362.53 163507.17,125310.16 C 163376.23,125153.03 163140.54,125257.78 162957.22,125257.78 C 162878.66,125257.78 162800.1,125205.41 162773.91,125257.78 C 162695.35,125388.72 162747.72,125598.23 162642.97,125729.17 C 162354.8,126253.02 159631.06,126619.66 158950.17,126907.73 C 158635.81,127012.48 158373.93,127431.58 158138.24,127641.09 C 157928.74,127850.59 157562.01,127929.16 157326.32,128086.28 C 156671.62,128610.14 156226.33,129421.97 155624,130076.76 C 155466.87,130260.08 155204.89,130548.15 155021.58,130679.09 C 154995.39,130705.28 154864.45,130679.09 154864.45,130731.46 C 154759.7,131255.32 155152.52,131255.32 154654.94,131621.95 C 154602.57,131674.33 154471.63,131621.95 154393.06,131648.14 C 153764.45,131883.83 154262.12,131962.4 153450.2,131988.68 C 153162.13,131988.68 152428.77,131779.08 152166.89,131883.83 C 152088.33,131910.02 152114.51,132041.06 152035.95,132093.43 C 151747.78,132355.31 151224.02,132460.07 150857.39,132486.25 C 150412.1,132538.63 149390.67,132564.82 149364.48,132617.19 C 149259.73,132852.89 149207.35,133114.77 149154.98,133376.74 C 149076.41,133717.19 149731.21,133717.19 149809.77,133743.38 C 149862.15,133743.38 149940.71,133743.38 149966.9,133795.75 C 149993.09,133874.32 149862.15,133979.07 149914.53,134005.26 C 149993.09,134031.44 150045.47,133874.32 150124.03,133874.32 C 150176.41,133900.5 150150.22,134031.44 150202.59,134031.44 C 150700.26,134083.82 151145.46,133586.25 151669.21,133638.62 C 152114.51,133664.81 150883.57,134162.38 150778.82,134188.57 C 150700.26,134188.57 150700.26,134005.26 150647.88,134031.44 C 150595.51,134057.63 149076.41,135026.68 148971.65,135131.43 C 148605.02,135629.1 150307.34,134843.37 149809.77,135576.73 C 149705.01,135707.67 148657.4,135786.23 148290.77,135838.61 C 147583.59,135943.36 146981.17,136388.56 146954.99,136362.37 C 146850.23,136231.43 147216.96,135969.55 147086.02,135864.8 C 146928.8,135733.86 146666.92,135864.8 146457.41,135890.98 C 146431.23,135917.17 146457.41,135969.55 146431.23,135969.55 C 146378.85,135969.55 146300.29,135838.61 146326.47,135890.98 C 146405.04,136021.92 146666.92,136100.49 146640.73,136283.8 C 146562.17,136545.68 146247.91,136702.81 145986.03,136781.47 C 145435.98,136990.98 145305.04,136414.74 145174.11,136388.56 C 144833.66,136336.18 144676.53,136807.66 144414.56,136860.04 C 144309.8,136886.23 143890.8,136860.04 143733.67,137043.35 C 143576.54,137226.67 143550.35,137514.74 143393.13,137698.05 C 143314.56,137776.62 143183.62,137724.24 143131.25,137802.8 C 143078.87,137907.56 143157.44,138012.41 143157.44,138090.97 C 143131.25,138221.91 143131.25,138379.04 143052.68,138483.79 C 142895.56,138640.92 142607.49,138509.98 142607.49,138798.05 C 142633.68,139217.15 142843.18,139426.66 142843.18,139740.91 C 142869.37,139845.66 142528.92,140448.09 142921.74,140500.46 C 142974.12,140500.46 144597.87,139714.72 144781.28,139662.35 C 144833.66,139636.16 144938.41,139583.78 144912.22,139636.16 C 144833.66,139924.23 144597.87,140474.27 144414.55,140736.15 C 144388.37,140788.53 144152.67,140709.96 144309.8,140814.71 C 144466.93,140945.65 145069.35,140945.65 145147.91,141338.47 C 145147.91,141469.51 144886.03,141652.83 144990.79,141783.77 C 145069.35,141836.14 145881.28,141548.08 145750.24,141888.52 C 145619.3,142281.34 144833.66,142595.59 144990.79,142831.38 C 145147.91,143067.08 145593.11,143433.71 145645.49,143381.33 C 145750.24,143302.77 145881.28,143250.39 145986.03,143224.2 C 146090.78,143198.02 146326.47,143119.45 146326.47,143224.2 C 146300.28,143276.58 145514.55,143774.15 145409.79,143774.15 C 145278.85,143800.34 145200.29,143486.08 145095.54,143564.65 C 144964.6,143669.4 145278.85,144062.32 145147.91,144009.94 C 145095.54,144009.94 144650.24,143014.7 144493.12,142936.13 C 144414.55,142883.76 144231.24,142857.57 144178.86,142962.32 C 144100.3,143119.45 144231.24,143328.95 144257.42,143512.27 C 144257.42,143590.83 144178.86,143669.4 144231.24,143695.58 C 144362.18,143747.96 144650.24,143617.02 144624.06,143721.77 C 144571.68,143931.37 144335.99,144036.13 144152.67,144140.88 C 144100.3,144140.88 144047.92,143983.75 144021.73,144036.13 C 143995.54,144088.5 144126.48,144140.88 144100.3,144193.25 C 144100.3,144271.82 143890.79,144350.38 143969.36,144402.76 C 144126.48,144507.51 144335.99,144402.76 144519.3,144455.13 C 144571.68,144455.13 144990.79,144795.58 145043.16,144743.2 C 145200.29,144612.26 145226.48,144350.38 145409.79,144245.63 C 145619.3,144140.88 145593.11,144717.01 145802.61,144795.58 C 145907.46,144821.77 145986.03,144612.26 146090.78,144612.26 C 146221.72,144612.26 146928.8,144821.77 146928.8,144821.77 C 146954.98,144874.14 147112.21,145502.75 147007.36,145633.69 C 146850.23,145790.82 146221.72,145921.76 146431.22,146000.32 C 146640.73,146052.7 146876.42,145974.14 147059.83,146078.89 C 147269.34,146236.11 146902.61,146838.44 147164.59,146864.62 C 147400.28,146890.81 147505.03,146497.99 147714.53,146497.99 C 147924.04,146524.18 148002.6,146812.25 148185.92,146917 C 148238.29,146943.19 148343.14,146812.25 148343.14,146864.62 C 148735.96,148147.93 146483.6,146812.25 147478.84,147912.24 C 147609.78,148043.18 147819.29,147781.3 147976.41,147781.3 C 148238.29,147781.3 148133.54,148069.37 148421.71,147912.24 C 148474.08,147886.06 148369.33,147807.49 148395.52,147807.49 C 148578.84,147702.74 148788.34,147807.49 148971.66,147728.93 C 149181.16,147624.18 149678.83,147388.39 149809.77,147336.01 C 150019.27,147257.45 150307.34,146995.57 150438.28,147178.88 C 150935.95,147807.49 149678.83,147571.8 149678.83,147781.3 C 149678.83,147938.43 149940.71,148095.56 149835.96,148200.31 C 149678.83,148357.44 149416.85,148200.31 149207.35,148252.69 C 148788.34,148357.44 148421.71,148697.98 148081.17,148933.67 C 147950.23,149038.43 148421.71,148881.3 148578.84,148855.11 C 148709.78,148855.11 148840.72,148959.86 148919.28,148907.49 C 149024.03,148828.92 148893.09,148619.42 148997.85,148540.76 C 149154.97,148436 149364.48,148488.38 149547.89,148462.19 C 150097.84,148305.06 150019.28,148043.18 150045.46,148095.56 C 150385.91,148855.11 150019.28,148619.42 149783.58,148855.11 C 149731.21,148907.49 149940.71,148986.05 149993.09,148933.67 C 150045.46,148855.11 150805.01,147990.81 150805.01,147964.62 C 150883.58,147833.68 150805.01,147624.18 150909.76,147571.8 C 151590.65,147257.45 151276.4,147938.43 151459.71,148095.56 C 151616.84,148200.31 151878.82,148147.94 152062.13,148226.5 C 152114.51,148226.5 152114.51,148357.44 152140.7,148331.25 C 152402.58,148095.56 151905.01,147755.12 152271.64,147702.74 C 153005,147571.8 152952.53,148750.36 153005,148802.73 C 153554.95,149195.55 153973.95,148986.05 154550.19,149038.42 C 154628.75,149038.42 154654.94,149274.12 154785.88,149247.93 C 155021.57,149221.74 155885.87,148383.63 155938.25,148357.44 C 156069.19,148200.31 156462.01,148147.93 156619.24,148226.5 C 156671.61,148252.69 156619.24,148488.38 156671.61,148436 C 156802.55,148305.06 156881.12,148095.56 156881.12,147912.24 C 156881.12,147807.49 156697.8,147807.49 156697.8,147728.93 C 156671.61,147571.8 156802.55,147414.67 156854.93,147257.44 C 156959.68,146943.19 156435.82,146524.18 156723.99,146131.26 C 156828.74,146000.32 158085.86,145764.63 158295.37,145738.44 C 158373.93,145738.44 160652.48,145974.14 160704.86,146000.32 C 161726.29,146288.49 161542.97,147047.94 162904.85,147152.69 C 163585.74,147205.07 163009.6,147021.75 163559.55,146707.5 C 163690.59,146628.93 163873.9,146759.87 164004.84,146681.31 C 164083.41,146628.93 164004.84,146471.81 164057.22,146419.43 C 164240.53,146288.49 165052.46,146183.64 165157.21,146131.26 C 165261.96,146052.7 165288.15,145869.38 165392.9,145790.82 C 165471.46,145764.63 165471.46,145947.95 165550.03,145921.76 C 165576.22,145921.76 165838.1,145136.12 165890.47,145162.31 C 166021.51,145162.31 166073.89,145450.38 166204.83,145398 C 166728.59,145240.87 166309.58,144926.52 166335.77,144690.83 C 166414.33,144193.26 166990.47,143459.9 167252.44,143067.08 C 167776.2,142359.9 169321.39,143250.39 169504.7,143119.45 C 169661.93,142988.51 169714.31,142779.01 169871.43,142674.26 C 169923.81,142621.78 170657.07,142779.01 170290.44,142202.78 C 170238.07,142124.21 170054.75,142569.41 170080.94,142464.66 C 170133.31,142333.72 170395.19,142255.15 170316.63,142150.4 C 170264.25,142045.65 170107.13,142307.53 169976.19,142281.34 C 169897.62,142255.15 170054.75,142150.4 170133.31,142098.02 C 170238.07,141993.27 170421.38,141940.9 170526.13,141836.14 C 170683.26,141626.64 170630.89,141207.53 170892.86,141155.16 C 171259.5,141050.41 171626.13,141600.45 171704.69,141888.52 C 171730.88,142019.46 170840.49,143198.02 170919.05,143381.33 C 171076.18,143721.77 171704.69,143800.34 171757.07,144219.44 C 171783.25,144298.01 171730.88,144402.76 171652.31,144507.51 L 171652.31,144507.51 C 171835.63,144428.95 172333.3,144769.39 172438.05,144638.45 C 172568.99,144507.51 172359.49,144271.82 172411.86,144088.5 C 172464.24,143957.56 172699.93,143931.37 172752.31,143800.34 C 172752.31,143800.34 172595.18,143119.45 172595.18,143119.45 C 172595.18,143067.07 173354.73,142805.19 173407.1,142752.82 C 173459.48,142674.25 172988,142386.09 172935.62,142333.71 C 172726.12,142071.83 172516.61,141128.96 172673.74,140840.9 C 172726.12,140762.34 173695.17,140736.15 173799.92,140840.9 C 173826.11,140867.09 173668.98,141312.28 173983.24,141128.97 C 174061.8,141076.59 174009.43,140945.65 174061.8,140919.46 C 174323.78,140762.34 174664.22,140840.9 174926.1,140683.77 C 175659.46,140317.14 176078.47,138928.98 177047.52,138850.42 C 177414.16,138824.23 177780.79,139138.59 178173.7,139138.59 C 178933.15,139138.59 179797.45,138483.79 180426.06,138090.97 C 181447.49,137436.17 181918.87,136231.43 182887.93,135524.25 C 183490.26,135105.24 184354.55,135026.68 184983.07,134607.67 C 185271.24,134424.35 185821.19,134110 186004.5,133769.56 C 186109.35,133586.24 186187.92,132879.07 186659.3,133350.55 C 186764.05,133429.11 186842.62,133560.05 186894.99,133690.99 L 186895,133691 z" style="fill-rule:evenodd;fill:#d1d2d5;stroke:#ffffff;stroke-width:190.06399536000001000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="translate(-3.7826608e-6,-4.9240906e-6)"/></svg:g>
</svg:svg>
/branches/refact/services/presentations/images/cartes/test2.svg
New file
0,0 → 1,52
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
xmlns="http://www.w3.org/2000/svg"
version="1.0"
width="400" height="400"
viewbox="0 0 100 100">
<defs>
<pattern id="axeX" width="20" height="10" patternUnits="userSpaceOnUse">
<path d="M 0 0, L 0 10" style="fill:none;stroke:black;stroke-width:0.25"/>
<path d="M 10 10, V 5" style="fill:none;stroke:lightgray;stroke-width:0.25"/>
</pattern>
<pattern id="axeY" width="10" height="20" patternUnits="userSpaceOnUse">
<path d="M 0 0, L 10 0" style="fill:none;stroke:black;stroke-width:0.25"/>
<path d="M 5 10, L 10 10" style="fill:none;stroke:lightgray;stroke-width:0.25"/>
</pattern>
<pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse">
<path d="M 0 0, L 10 0, L 10 10,L 0 10, L 0 0" style="fill:white;stroke:lightgray;stroke-width:0.25"/>
</pattern>
</defs>
<g transform="matrix(1 0 0 -1 30 130)">
<!--grille-->
<rect x="0" y="0" stroke="black" width="100" height="100" style="fill:url(#grid);stroke:lightgray;stroke-width:0.25"/>
<!-- axes -->
<rect width="100" height="10" x="0" y="-10" style="fill:url(#axeX)"/>
<rect width="10" height="100" x="-10" y="0" style="fill:url(#axeY)"/>
<line x1="0" y1="0" x2="100" y2="0" style="stroke:black;stroke-width:1"/>
<line x1="0" y1="0" x2="0" y2="100" style="stroke:black;stroke-width:1"/>
<!-- graduations -->
<polygon points="100,-3 110,0 100,3" style="stroke:black;fill:white"/>
<polygon points="-3,100 3,100 0,110" style="stroke:black;fill:white"/>
<text x="0" y="-20" style="font-size:8;text-anchor:middle">0</text>
<text x="20" y="-20" style="font-size:8;text-anchor:middle">20</text>
<text x="40" y="-20" style="font-size:8;text-anchor:middle">40</text>
<text x="60" y="-20" style="font-size:8;text-anchor:middle">60</text>
<text x="80" y="-20" style="font-size:8;text-anchor:middle">80</text>
<text x="100" y="-20" style="font-size:8;text-anchor:middle">100</text>
<text x="120" y="0" style="font-size:8;text-anchor:middle">x</text>
<text x="-20" y="0" style="font-size:8;text-anchor:middle">0</text>
<text x="-20" y="20" style="font-size:8;text-anchor:middle">20</text>
<text x="-20" y="40" style="font-size:8;text-anchor:middle">40</text>
<text x="-20" y="60" style="font-size:8;text-anchor:middle">60</text>
<text x="-20" y="80" style="font-size:8;text-anchor:middle">80</text>
<text x="-20" y="100" style="font-size:8;text-anchor:middle">100</text>
<text x="0" y="120" style="font-size:8;text-anchor:middle">y</text>
<!-- barre -->
<rect x="20" y="0" width="20" height="60" style="fill:green;stroke:black;fill-opacity:0.6"/>
<circle cx="20" cy="60" r="3" style="fill:white;stroke:black;fill-opacity:0.9"/>
<text x="20" y="70" style="font-size:8;text-anchor:middle">(20,60)</text>
</g>
</svg>
/branches/refact/services/presentations/images/cartes/france_04.svg
New file
0,0 → 1,243
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="614.78015" height="548.64679" id="svg2" sodipodi:version="0.32" inkscape:version="0.46" sodipodi:docbase="E:\Travaux\Carte" sodipodi:docname="Dureté_de_l'eau_en_France.svg" version="1.0" inkscape:output_extension="org.inkscape.output.svg.inkscape">
<defs id="defs4">
<inkscape:perspective sodipodi:type="inkscape:persp3d" inkscape:vp_x="0 : 275 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_z="587.5 : 275 : 1" inkscape:persp3d-origin="293.75 : 183.33333 : 1" id="perspective6024"/>
</defs>
<sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="1.0466893" inkscape:cx="280.85358" inkscape:cy="218.85934" inkscape:document-units="px" inkscape:current-layer="layer7" inkscape:window-width="1272" inkscape:window-height="940" inkscape:window-x="0" inkscape:window-y="0" showguides="true" inkscape:guide-bbox="true" borderlayer="top" showgrid="false" inkscape:snap-global="false">
<inkscape:grid type="xygrid" id="grid4083" visible="true" enabled="true"/>
</sodipodi:namedview>
<metadata id="metadata7">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<cc:license rdf:resource="http://web.resource.org/cc/PublicDomain"/>
</cc:Work>
<cc:License rdf:about="http://web.resource.org/cc/PublicDomain">
<cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
<cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
<cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
</cc:License>
</rdf:RDF>
</metadata>
<g inkscape:groupmode="layer" id="layer9" inkscape:label="Fond de carte" style="display:inline" transform="translate(-7.44305,0)">
<path style="opacity:1;fill:#d3ebfa;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 37.71875,0 L 38.09375,0.375 L 41.125,0.09375 L 41.21875,0 L 37.71875,0 z" id="path17033"/>
</g>
<g inkscape:groupmode="layer" id="layer10" inkscape:label="Département" style="display:inline" transform="translate(-7.44305,0)">
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 536.28822,491.78463 L 536.28822,493.94088 L 538.25697,495.31588 L 541.56947,497.25338 L 541.78822,498.81588 L 539.81947,499.40963 L 536.69447,500.00338 L 536.69447,501.34713 L 537.85072,502.53463 L 538.06947,506.44088 L 542.35072,507.81588 L 543.91322,508.19088 L 545.28822,510.34713 L 544.31947,511.72213 L 542.75697,512.28463 L 541.56947,514.44088 L 540.41322,515.81588 L 540.97572,519.31588 L 543.91322,519.12838 L 544.69447,519.72213 L 547.44447,518.34713 L 548.22572,519.12838 L 546.85072,522.06588 L 548.22572,523.44088 L 545.88197,525.19088 L 544.31947,528.69088 L 548.60072,529.69088 L 554.66322,530.25338 L 552.13197,533.19088 C 552.13197,533.19088 550.94264,532.73207 550.41322,532.97213 C 550.39757,532.97984 550.36511,532.99432 550.35072,533.00338 C 550.34622,533.00671 550.32381,533.03114 550.31947,533.03463 C 550.31528,533.03829 550.29224,533.06206 550.28822,533.06588 C 550.28453,533.07004 550.26048,533.0928 550.25697,533.09713 C 550.25029,533.10614 550.23167,533.11865 550.22572,533.12838 C 550.22294,533.13342 550.22831,533.1544 550.22572,533.15963 C 550.22093,533.17046 550.19846,533.21054 550.19447,533.22213 C 550.19268,533.22812 550.19605,533.24719 550.19447,533.25338 C 550.19174,533.26615 550.16507,533.3023 550.16322,533.31588 C 550.16182,533.32987 550.16369,533.36355 550.16322,533.37838 C 550.16323,534.35494 548.81947,536.72213 548.81947,536.72213 L 550.75697,538.84713 L 554.28822,541.00338 L 560.91322,542.75338 L 562.85072,543.53463 L 564.63197,544.31588 L 563.44447,546.47213 L 566.56947,546.28463 L 567.16322,547.65963 L 570.28822,547.65963 L 571.06947,543.94088 L 569.10072,543.53463 L 571.85072,540.62838 L 570.88197,539.62838 L 571.06947,537.87838 L 574.60072,535.94088 L 574.78822,533.78463 L 572.44447,533.59713 L 570.88197,534.94088 L 570.88197,533.00338 L 574.00697,532.81588 L 574.97572,530.47213 L 575.75697,523.62838 L 575.16322,520.69088 L 575.10072,517.87838 L 571.69447,520.12838 L 567.63197,520.28463 L 567.28822,517.47213 L 567.81947,516.75338 L 566.56947,515.87838 L 566.22572,511.09713 L 565.69447,510.22213 L 563.56947,510.22213 L 562.50697,509.34713 L 562.50697,505.97213 L 561.10072,505.09713 L 560.03822,504.56588 L 557.91322,501.90963 L 558.06947,500.31588 L 555.44447,500.31588 L 554.53822,497.65963 L 550.81947,497.65963 L 548.88197,495.00338 L 549.41322,494.12838 L 548.19447,493.40963 L 545.35072,493.94088 L 544.28822,493.25338 L 540.41322,493.25338 L 540.03822,492.19088 L 537.85072,491.78463 L 536.28822,491.78463 z" id="departement2a" inkscape:label="#path2446"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 568.91322,452.72213 L 565.97572,454.69088 L 566.38197,456.62838 L 567.94447,458.59713 L 566.19447,459.94088 L 566.97572,461.50338 L 565.78822,462.87838 L 565.78822,464.62838 L 567.75697,466.40963 L 567.75697,469.12838 L 566.56947,471.65963 L 565.22572,472.25338 L 563.66322,470.09713 L 560.91322,470.31588 L 560.31947,469.90963 L 557.97572,469.90963 L 555.85072,471.87838 L 555.03822,475.19088 L 549.97572,476.15963 L 546.06947,479.47213 L 545.28822,481.62838 L 543.35072,481.44088 L 542.35072,480.25338 L 541.78822,483.59713 L 540.41322,484.15963 L 540.00697,487.28463 L 540.60072,488.65963 L 538.44447,490.22213 L 537.85072,491.78463 L 540.03822,492.19088 L 540.41322,493.25338 L 544.28822,493.25338 L 545.35072,493.94088 L 548.19447,493.40963 L 549.41322,494.12838 L 548.88197,495.00338 L 550.81947,497.65963 L 554.53822,497.65963 L 555.44447,500.31588 L 558.06947,500.31588 L 557.91322,501.90963 L 560.03822,504.56588 L 561.10072,505.09713 L 562.50697,505.97213 L 562.50697,509.34713 L 563.56947,510.22213 L 565.69447,510.22213 L 566.22572,511.09713 L 566.56947,515.87838 L 567.81947,516.75338 L 567.28822,517.47213 L 567.63197,520.28463 L 571.69447,520.12838 L 575.10072,517.87838 L 574.97572,512.09713 L 579.66322,505.47213 L 579.66322,494.53463 L 577.72572,490.81588 L 577.13197,479.09713 L 575.75697,476.94088 L 573.22572,475.00338 L 572.81947,467.75338 L 574.00697,464.44088 L 572.44447,459.15963 L 571.47572,454.87838 L 570.66322,453.69088 L 568.91322,452.72213 z" id="departement2b" inkscape:label="#path2454"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 379.71875,409.90625 L 374.25,413.03125 L 372.84375,423.53125 L 367.0625,422.71875 L 365.40625,427.125 L 366.78125,429.0625 L 360.4375,432.9375 L 358.6875,437 L 364.875,437.28125 L 373.09375,437.875 L 374.65625,439.4375 L 371.71875,439.4375 L 369.78125,442.75 L 378.15625,444.5 L 384.8125,443.34375 L 381.28125,440 L 383.625,438.0625 L 387.34375,439.625 L 389.09375,443.34375 L 400.25,443.53125 L 403.15625,442.34375 L 403.75,444.125 L 400.625,446.84375 L 404.9375,447.03125 L 404.15625,449 L 402.96875,450.375 L 412.53125,450.375 L 417.21875,451.9375 L 417.6875,452.5625 L 417.875,448.6875 L 419.28125,447.09375 L 421.0625,446.03125 L 420.875,444.96875 L 419.46875,443.5625 L 418.0625,443.5625 L 417.15625,442.5 L 418.75,441.0625 L 418.75,440.53125 L 417,439.65625 L 417,438.25 L 420.875,438.4375 L 421.78125,437.71875 L 418.40625,434.53125 L 418.59375,430.8125 L 416.46875,429.0625 L 418.21875,425.53125 L 422.46875,422.6875 L 419.28125,420.5625 L 417,422.34375 L 411.6875,423.5625 L 407.4375,423.03125 L 399.84375,419.875 L 395.25,420.03125 L 391.375,418.28125 L 389.9375,416.3125 L 386.9375,412.96875 L 379.875,409.96875 L 379.71875,409.90625 z" id="departement13" inkscape:label="#path4237"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 387,381.34375 L 384.25,381.5625 L 382.125,384.875 L 382.6875,388.375 L 386,388.78125 L 385.4375,390.34375 L 382.875,390.53125 L 379.96875,393.46875 L 379.1875,392.5 L 379.75,388.59375 L 378.59375,387.21875 L 373.3125,388 L 372.28125,390.09375 L 372.84375,390.40625 L 376.15625,395.90625 L 376.15625,400.34375 L 381.96875,406.125 L 381.96875,408.625 L 379.71875,409.90625 L 379.875,409.96875 L 386.9375,412.96875 L 389.9375,416.3125 L 391.375,418.28125 L 395.25,420.03125 L 399.84375,419.875 L 407.4375,423.03125 L 411.6875,423.5625 L 417,422.34375 L 419.1875,420.625 L 419.46875,419.15625 L 415.40625,414.5625 L 410.96875,414.5625 L 410.96875,412.96875 L 412.5625,411.1875 L 412.5625,409.25 L 409.03125,407.5 L 408.6875,404.65625 L 410.625,403.78125 L 410.625,401.3125 L 408.5,400.9375 L 408.34375,398.28125 L 408.3125,398.09375 L 406.53125,397.96875 L 403.59375,395.8125 L 402.8125,393.28125 L 397.34375,392.875 L 393.25,392.5 L 392.84375,390.15625 L 394.21875,387.21875 L 391.6875,389.375 L 387.78125,388.96875 L 387,387.59375 L 389.71875,383.90625 L 387,381.34375 z" id="departement84" inkscape:label="#path4233"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 457.78125,413.1875 L 454.8125,413.3125 L 453.40625,414.75 L 448.09375,414.5625 L 443.5,417.90625 L 440.34375,415.78125 L 435.375,417.375 L 434.5,419.15625 L 430.96875,421.8125 L 424.59375,417.5625 L 419.4375,419.25 L 419.1875,420.625 L 419.28125,420.5625 L 422.46875,422.6875 L 418.21875,425.53125 L 416.46875,429.0625 L 418.59375,430.8125 L 418.40625,434.53125 L 421.78125,437.71875 L 420.875,438.4375 L 417,438.25 L 417,439.65625 L 418.75,440.53125 L 418.75,441.0625 L 417.15625,442.5 L 418.0625,443.5625 L 419.46875,443.5625 L 420.875,444.96875 L 421.0625,446.03125 L 419.28125,447.09375 L 417.875,448.6875 L 417.6875,452.5625 L 418.21875,453.28125 L 421.71875,454.84375 L 422.6875,458.75 L 424.84375,459.15625 L 426.8125,457.78125 L 430.3125,455.625 L 436.375,456.21875 L 436.1875,457.78125 L 434.21875,458.75 L 438.90625,458.96875 L 437.75,457.78125 L 437.34375,455.25 L 439.875,453.5 L 442.8125,454.46875 L 444,454.84375 L 444.96875,456.03125 L 446.34375,455.0625 L 446.71875,452.5 L 448.28125,451.15625 L 452.375,451.15625 L 453.5625,449.375 L 456.28125,450.15625 L 459.40625,448.8125 L 459.40625,443.71875 L 455.3125,443.90625 L 458.4375,441.96875 L 460,439.8125 L 460.40625,436.6875 L 466.0625,435.90625 L 469.21875,432.375 L 467.03125,430.125 L 467.03125,428.875 L 465.96875,427.8125 L 467.375,426.59375 L 467.03125,424.625 L 464.71875,423.75 L 463.5,423.75 L 461.375,421.625 L 461,417.90625 L 458.71875,416.84375 L 456.40625,416.6875 L 455.53125,414.5625 L 457.78125,413.1875 z" id="departement83" inkscape:label="#path4254"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 463.84375,364.34375 L 461.71875,367.53125 L 458.71875,369.3125 L 457.65625,371.4375 L 455,371.59375 L 455,373.53125 L 454.28125,374.59375 L 453.21875,377.25 L 446.875,377.09375 L 443.875,375.5 L 441.90625,376.90625 L 438.21875,376.71875 L 437.3125,377.96875 L 438.21875,377.96875 L 438.75,381.3125 L 437.84375,381.6875 L 434.5,379.5625 L 434.5,378.3125 L 432.5625,376.71875 L 431.5,376.71875 L 431.5,378.5 L 429.90625,378.84375 L 426.53125,380.78125 L 424.40625,384.34375 L 423.875,386.09375 L 425.125,386.4375 L 425.3125,389.28125 L 424.0625,389.28125 L 422.125,387.5 L 421.0625,387.6875 L 421.59375,389.28125 L 424.59375,392.625 L 422.65625,393.34375 L 421.25,392.46875 L 417.6875,392.46875 L 414.6875,395.28125 L 414.65625,395.25 L 414.53125,396.40625 L 413.375,395.03125 L 411.8125,393.65625 L 410.8125,396.59375 L 409.0625,398.15625 L 408.3125,398.09375 L 408.34375,398.28125 L 408.5,400.9375 L 410.625,401.3125 L 410.625,403.78125 L 408.6875,404.65625 L 409.03125,407.5 L 412.5625,409.25 L 412.5625,411.1875 L 410.96875,412.96875 L 410.96875,414.5625 L 415.40625,414.5625 L 419.46875,419.15625 L 419.4375,419.25 L 424.59375,417.5625 L 430.96875,421.8125 L 434.5,419.15625 L 435.375,417.375 L 440.34375,415.78125 L 443.5,417.90625 L 448.09375,414.5625 L 453.40625,414.75 L 454.8125,413.3125 L 457.78125,413.1875 L 457.84375,413.15625 L 457.125,411.375 L 458,410.3125 L 457.65625,408.90625 L 460.46875,408.90625 L 461.1875,408.03125 L 463.84375,406.59375 L 465.96875,408.03125 L 467.375,407.125 L 464.03125,404.125 L 460.46875,400.78125 L 459.25,400.40625 L 459.0625,397.75 L 456.9375,394.59375 L 457.65625,390 L 458.71875,387.5 L 460.65625,385.90625 L 460.84375,383.4375 L 463.5,382.03125 L 463.90625,381.875 L 463.90625,378.09375 L 466.65625,377.71875 L 465.09375,376.34375 L 463.125,375.75 L 462.15625,373.21875 L 462.9375,371.46875 L 466.4375,367.75 L 465.875,365 L 466.375,364.46875 L 463.84375,364.34375 z" id="departement04" inkscape:label="#path4261"/>
<path style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 463.90625,381.875 L 463.5,382.03125 L 460.84375,383.4375 L 460.65625,385.90625 L 458.71875,387.5 L 457.65625,390 L 456.9375,394.59375 L 459.0625,397.75 L 459.25,400.40625 L 460.46875,400.78125 L 464.03125,404.125 L 467.375,407.125 L 465.96875,408.03125 L 463.84375,406.59375 L 461.1875,408.03125 L 460.46875,408.90625 L 457.65625,408.90625 L 458,410.3125 L 457.125,411.375 L 457.84375,413.15625 L 455.53125,414.5625 L 456.40625,416.6875 L 458.71875,416.84375 L 461,417.90625 L 461.375,421.625 L 463.5,423.75 L 464.71875,423.75 L 467.03125,424.625 L 467.375,426.59375 L 465.96875,427.8125 L 467.03125,428.875 L 467.03125,430.125 L 469.21875,432.375 L 469.375,432.1875 L 469.5625,427.71875 L 473.46875,428.5 L 474.84375,426.71875 L 476.8125,427.125 L 477,421.0625 L 481.5,420.6875 L 485.40625,417.15625 L 488.90625,417.15625 L 489.09375,415 L 492.625,412.875 L 490.65625,408.375 L 493.59375,405.84375 L 493,402.90625 L 497.3125,401.53125 L 498.46875,397.25 L 497.90625,394.3125 L 496.90625,392.5625 L 496.125,390 L 493.21875,390.21875 L 484.03125,393.53125 L 481.09375,393.53125 L 476.03125,389.4375 L 470.9375,388.0625 L 468,388.0625 L 468,384.53125 L 463.90625,382 L 463.90625,381.875 z" id="departement06" inkscape:label="#path3331"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 447.34375,339.15625 L 445.59375,339.9375 L 445.1875,342.875 L 441.6875,343.28125 L 441.09375,340.53125 L 439.9375,339.375 L 436.40625,339.75 L 435.03125,340.9375 L 434.25,345.03125 L 434.84375,346 L 438.9375,346.40625 L 439.71875,348.9375 L 441.28125,349.71875 L 441.28125,354 L 437.5625,353.8125 L 436,355.5625 L 431.53125,354.78125 L 429,356.9375 L 427.21875,356.15625 L 424.6875,358.125 L 425.65625,359.875 L 424.09375,361.4375 L 419.21875,361.4375 L 419.21875,363.78125 L 420.78125,364.5625 L 420.1875,365.9375 L 416.875,367.28125 L 412.78125,367.6875 L 411.59375,371.40625 L 411.40625,373.75 L 413.5625,375.5 L 411.40625,378.03125 L 408.6875,376.65625 L 405.5625,376.46875 L 405.15625,378.21875 L 407.125,379.59375 L 404.75,381.15625 L 405.5625,384.46875 L 412.1875,386.25 L 413.375,388.78125 L 415.3125,389.15625 L 414.65625,395.25 L 414.6875,395.28125 L 417.6875,392.46875 L 421.25,392.46875 L 422.65625,393.34375 L 424.59375,392.625 L 421.59375,389.28125 L 421.0625,387.6875 L 422.125,387.5 L 424.0625,389.28125 L 425.3125,389.28125 L 425.125,386.4375 L 423.875,386.09375 L 424.40625,384.34375 L 426.53125,380.78125 L 429.90625,378.84375 L 431.5,378.5 L 431.5,376.71875 L 432.5625,376.71875 L 434.5,378.3125 L 434.5,379.5625 L 437.84375,381.6875 L 438.75,381.3125 L 438.21875,377.96875 L 437.3125,377.96875 L 438.21875,376.71875 L 441.90625,376.90625 L 443.875,375.5 L 446.875,377.09375 L 453.21875,377.25 L 454.28125,374.59375 L 455,373.53125 L 455,371.59375 L 457.65625,371.4375 L 458.71875,369.3125 L 461.71875,367.53125 L 463.84375,364.34375 L 466.375,364.46875 L 468.21875,362.46875 L 470.34375,362.65625 L 470.34375,360.90625 L 467.625,359.53125 L 467.03125,353.875 L 464.875,353.09375 L 462.15625,353.5 L 457.0625,350.9375 L 456.28125,345.09375 L 453.375,344.125 L 452.375,342.15625 L 451.09375,339.34375 L 447.34375,339.15625 z" id="departement05" inkscape:label="#path3341"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 320.78125,352.25 L 315.3125,354.21875 L 313.75,357.71875 L 310.25,355.375 L 307.5,363.96875 L 304.6875,370.4375 L 308.78125,375.46875 L 308.5,379.34375 L 311.25,381.28125 L 311.25,385.96875 L 312.09375,392.59375 L 315.40625,394 L 315.125,396.1875 L 319.8125,395.375 L 321.46875,396.1875 L 320.4375,397.09375 L 326.46875,401.125 L 331.625,400.0625 L 332.5,398.8125 L 331.78125,397.0625 L 333.90625,396.53125 L 336.90625,399.34375 L 342.03125,399.875 L 344.34375,396.34375 L 344.34375,393.34375 L 345.75,391.75 L 344.5,391.40625 L 344.5,387.34375 L 341.6875,384.34375 L 344,383.96875 L 345.21875,382.90625 L 346.1875,381.03125 L 345.21875,380.4375 L 345.78125,376.3125 L 342.46875,372.71875 L 341.09375,365.53125 L 336.125,359.1875 L 332.5,360.0625 L 331.71875,357.34375 L 329.75,357.34375 L 329.375,359.6875 L 324.3125,361.25 L 320.78125,352.25 z" id="departement48" inkscape:label="#path3339"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 301.625,247.96875 L 298.90625,251.46875 L 297.34375,251.65625 L 295.59375,253.4375 L 293.625,251.28125 L 288.375,256.5625 L 288.375,259.6875 L 289.34375,260.46875 L 289.53125,262.03125 L 286.8125,264.15625 L 284.25,263.375 L 279.375,264.375 L 276.84375,267.28125 L 275.90625,269.28125 L 276.0625,269.25 L 278.40625,272.5625 L 278.40625,274.90625 L 279.75,276.65625 L 281.125,274.90625 L 282.6875,277.65625 L 284.84375,278.4375 L 287,283.5 L 287.09375,284.96875 L 290.0625,287.28125 L 291.65625,286.5625 L 292.90625,283.5625 L 294.125,283.21875 L 294.125,281.625 L 296.25,281.4375 L 296.4375,282.5 L 299.09375,279.5 L 302.09375,279.5 L 302.625,280.5625 L 301.21875,282.5 L 303.3125,284.8125 L 303.6875,286.21875 L 308.625,289.0625 L 314.625,289.9375 L 316.40625,289.75 L 319.0625,290.28125 L 321.34375,288.875 L 323.125,289.75 L 323.46875,292.21875 L 325.78125,292.75 L 328.78125,292.59375 L 329.65625,294.71875 L 332.40625,295.8125 L 332.5,294.84375 L 337.1875,294.625 L 336.8125,283.5 L 335.4375,280.78125 L 336,278.625 L 339.25,278.0625 L 339.34375,277.84375 L 343.4375,274.71875 L 343.625,267.09375 L 342.25,265.15625 L 339.125,265.15625 L 337.96875,263.59375 L 334.65625,263.59375 L 333.6875,262.40625 L 333.6875,259.46875 L 329.75,252.0625 L 327.8125,250.6875 L 324.09375,255.78125 L 322.53125,256.15625 L 321.9375,253.625 L 320.1875,252.84375 L 319.40625,254.40625 L 316.5,254.40625 L 316.09375,252.65625 L 314.125,253.8125 L 312,255 L 309.65625,252.4375 L 306.3125,250.875 L 306.125,248.34375 L 301.625,247.96875 z" id="departement03" inkscape:label="#path3343"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 346.1875,381.03125 L 345.21875,382.90625 L 344,383.96875 L 341.6875,384.34375 L 344.5,387.34375 L 344.5,391.40625 L 345.75,391.75 L 344.34375,393.34375 L 344.34375,396.34375 L 342.03125,399.875 L 336.90625,399.34375 L 333.90625,396.53125 L 331.78125,397.0625 L 332.5,398.8125 L 331.625,400.0625 L 326.46875,401.125 L 320.4375,397.09375 L 319.28125,398.125 L 319.28125,400.90625 L 317.0625,401.4375 L 317.625,403.65625 L 320.375,404.21875 L 323.40625,404.21875 L 324.25,408.0625 L 320.65625,409.71875 L 320.65625,411.46875 L 323.46875,412.4375 L 323.46875,414.03125 L 324.71875,414.75 L 325.78125,413.84375 L 327.1875,413.84375 L 327.90625,415.4375 L 330.03125,415.4375 L 331.09375,411.71875 L 332.84375,411.71875 L 335.5,408.375 L 338.6875,408.71875 L 339.21875,413.3125 L 340.4375,414.75 L 342.40625,413.6875 L 345.75,415.4375 L 347,417.5625 L 352.8125,421.09375 L 354.9375,426.0625 L 354.9375,428.6875 L 351.21875,430.8125 L 348.8125,432.96875 L 351.8125,433.1875 L 351.8125,437.09375 L 356.28125,436.875 L 358.6875,437 L 360.4375,432.9375 L 366.78125,429.0625 L 365.40625,427.125 L 367.0625,422.71875 L 372.84375,423.53125 L 374.25,413.03125 L 381.96875,408.625 L 381.96875,406.125 L 376.15625,400.34375 L 376.15625,395.90625 L 372.84375,390.40625 L 365.9375,386.53125 L 365.40625,389.5625 L 362.625,389.84375 L 361.8125,386.8125 L 359.03125,387.34375 L 358.5,391.21875 L 356.28125,390.40625 L 351.59375,387.34375 L 349.375,388.46875 L 349.375,382.9375 L 346.1875,381.03125 z" id="departement30" inkscape:label="#path4307"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 274.25,438.46875 L 273.96875,442.0625 L 270.375,440.9375 L 266.5,440.9375 L 266.78125,439.5625 L 264.84375,439.84375 L 260.71875,441.21875 L 259.34375,438.71875 L 256.5625,441.21875 L 257.40625,443.15625 L 254.34375,444.53125 L 253.8125,447.5625 L 251.3125,448.6875 L 253.53125,451.15625 L 252.96875,452.8125 L 262.65625,457.5 L 263.46875,464.15625 L 263.46875,467.75 L 264.03125,472.4375 L 259.0625,472.4375 L 257.6875,474.375 L 264.03125,479.625 L 267.625,477.6875 L 272.03125,482.9375 L 271.375,483 L 272.21875,483.5 L 280.15625,479.625 L 278.21875,476.78125 L 278.0625,473.4375 L 296.59375,473.4375 L 296.25,470.9375 L 300.5,468.65625 L 305.4375,472.53125 L 308,473.71875 L 307.84375,468.125 L 308.0625,461.6875 L 305.71875,461.875 L 303.75,458.96875 L 305.3125,456.40625 L 308.625,459.53125 L 311.5625,457.1875 L 313.53125,455.25 L 313.78125,453.1875 L 311.28125,453.09375 L 310.40625,450.28125 L 307.9375,450.09375 L 305.625,446.71875 L 303.84375,446.90625 L 301.75,445.65625 L 301.375,442.65625 L 300.3125,443.1875 L 300.84375,445.3125 L 298.375,445.3125 L 298.1875,448.84375 L 294.5,450.09375 L 292.71875,446.375 L 290.25,447.96875 L 288.125,446.375 L 287.0625,443.90625 L 288.84375,441.78125 L 288,439.5 L 287.78125,439.5625 L 281.96875,439.5625 L 275.90625,438.46875 L 274.25,438.46875 z" id="departement11" inkscape:label="#path4314"/>
<path style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 335.5,408.375 L 332.84375,411.71875 L 331.09375,411.71875 L 330.03125,415.4375 L 327.90625,415.4375 L 327.1875,413.84375 L 325.78125,413.84375 L 324.71875,414.75 L 323.46875,414.03125 L 323.46875,412.4375 L 320.65625,411.46875 L 320.65625,412.5 L 317.34375,413.03125 L 315.6875,414.4375 L 316.21875,417.75 L 313.1875,417.75 L 310.15625,416.09375 L 308.5,416.09375 L 308.5,418.03125 L 308.78125,423.8125 L 305.46875,423.8125 L 303.8125,423.8125 L 302.6875,426.03125 L 295.5,428.5 L 292.75,426.59375 L 291.09375,429.0625 L 290.28125,431.8125 L 293.3125,434.59375 L 292.1875,438.1875 L 288,439.5 L 288.84375,441.78125 L 287.0625,443.90625 L 288.125,446.375 L 290.25,447.96875 L 292.71875,446.375 L 294.5,450.09375 L 298.1875,448.84375 L 298.375,445.3125 L 300.84375,445.3125 L 300.3125,443.1875 L 301.375,442.65625 L 301.75,445.65625 L 303.84375,446.90625 L 305.625,446.71875 L 307.9375,450.09375 L 310.40625,450.28125 L 311.28125,453.09375 L 313.78125,453.1875 L 313.90625,452.125 L 320.9375,449.96875 L 321.71875,448.21875 L 327.1875,448.03125 L 328.9375,445.875 L 339.5,437.46875 L 346.125,432.78125 L 348.8125,432.96875 L 351.21875,430.8125 L 354.9375,428.6875 L 354.9375,426.0625 L 352.8125,421.09375 L 347,417.5625 L 345.75,415.4375 L 342.40625,413.6875 L 340.4375,414.75 L 339.21875,413.3125 L 338.6875,408.71875 L 335.5,408.375 z" id="departement34" inkscape:label="#path4321"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 300.5,468.65625 L 296.25,470.9375 L 296.59375,473.4375 L 278.0625,473.4375 L 278.21875,476.78125 L 280.15625,479.625 L 272.21875,483.5 L 271.375,483 L 264.84375,483.46875 L 264.03125,485.125 L 260.71875,485.96875 L 258.5,487.90625 L 252.4375,489.3125 L 252.78125,491.375 L 255.71875,494.125 L 261.5625,495.6875 L 261.75,499.1875 L 264.875,501.9375 L 267.21875,501.53125 L 270.5625,497.4375 L 274.65625,496.65625 L 281.09375,498.8125 L 286.5625,503.5 L 288.125,501.53125 L 289.5,501.53125 L 290.875,502.5 L 292.03125,501.9375 L 292.21875,499.1875 L 298.09375,497.8125 L 300.03125,495.28125 L 302.96875,494.3125 L 307.0625,494.3125 L 309.625,497.03125 L 312.75,497.25 L 312.75,494.125 L 311.1875,491.96875 L 308.4375,490.78125 L 308,473.71875 L 305.4375,472.53125 L 300.5,468.65625 z" id="departement66" inkscape:label="#path4325"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 285.84375,323.71875 L 285.25,325.875 L 286.21875,328.21875 L 285.03125,329.59375 L 283.09375,329.59375 L 281.125,327.4375 L 279.375,326.46875 L 279.1875,331.9375 L 275.65625,334.09375 L 273.125,337.59375 L 273.71875,341.125 L 272.9375,342.6875 L 271.9375,345.8125 L 270.375,345.8125 L 268.8125,347.75 L 270,348.9375 L 270.78125,350.875 L 268.25,352.65625 L 269.28125,359.1875 L 272.59375,361.65625 L 270.09375,367.46875 L 272.59375,368.5625 L 271.5,371.875 L 273.6875,372.15625 L 275.34375,369.40625 L 278.125,369.40625 L 278.65625,370.21875 L 284.75,370.21875 L 285.84375,367.75 L 287.21875,367.1875 L 287.78125,362.78125 L 289.15625,362.78125 L 289.15625,358.09375 L 294.6875,353.375 L 295.25,354.21875 L 295.78125,357.8125 L 299.65625,357.25 L 300.5,362.78125 L 302.40625,362.78125 L 302.96875,368.3125 L 304.6875,370.4375 L 307.5,363.96875 L 310.25,355.375 L 313.75,357.71875 L 315.3125,354.21875 L 320.3125,352.40625 L 320.3125,350.75 L 319.25,349.15625 L 317.125,347.90625 L 318.1875,346.3125 L 317.28125,345.4375 L 318.34375,345.09375 L 319.59375,344.03125 L 317.46875,343.84375 L 316.40625,342.4375 L 316.0625,338.71875 L 314.8125,337.46875 L 313.9375,334.3125 L 309.5,334.3125 L 308.625,331.8125 L 307.21875,331.65625 L 306.5,333.0625 L 303.6875,332.875 L 301.03125,328.8125 L 299.96875,328.65625 L 297.84375,327.59375 L 296.59375,328.8125 L 293.4375,328.8125 L 291.84375,325.46875 L 285.84375,323.71875 z" id="departement15" inkscape:label="#path4332"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 317.8125,326.34375 L 316.40625,327.0625 L 316.40625,328.28125 L 314.28125,328.46875 L 312.34375,330.0625 L 308.8125,330.59375 L 308,331.75 L 308.625,331.8125 L 309.5,334.3125 L 313.9375,334.3125 L 314.8125,337.46875 L 316.0625,338.71875 L 316.40625,342.4375 L 317.46875,343.84375 L 319.59375,344.03125 L 318.34375,345.09375 L 317.28125,345.4375 L 318.1875,346.3125 L 317.125,347.90625 L 319.25,349.15625 L 320.3125,350.75 L 320.3125,352.40625 L 320.78125,352.25 L 324.3125,361.25 L 329.375,359.6875 L 329.75,357.34375 L 331.71875,357.34375 L 332.5,360.0625 L 336.125,359.1875 L 340.625,364.9375 L 343.4375,360.46875 L 348.5,356.75 L 353.1875,356.75 L 354.75,351.875 L 357.875,351.65625 L 358.09375,347.96875 L 361,347.96875 L 360.4375,346.59375 L 359.65625,344.0625 L 360.8125,342.09375 L 363.5625,340.9375 L 364.71875,336.25 L 362.1875,333.3125 L 359.0625,333.5 L 359.4375,329.78125 L 353.1875,327.0625 L 351.0625,327.25 L 346.75,330.78125 L 342.8125,329.5 L 342.03125,330.25 L 339.5625,329.53125 L 337.8125,327.75 L 336.75,329.875 L 333.71875,329.71875 L 332.3125,328.46875 L 331.25,330.9375 L 329.3125,330.0625 L 328.0625,327.75 L 326.46875,327.75 L 325.0625,326.53125 L 322.9375,327.40625 L 320.46875,327.59375 L 319.0625,326.6875 L 318.1875,327.21875 L 317.8125,326.34375 z" id="departement43" inkscape:label="#path4339"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 299.09375,279.5 L 296.4375,282.5 L 296.25,281.4375 L 294.125,281.625 L 294.125,283.21875 L 292.90625,283.5625 L 291.65625,286.5625 L 290.0625,287.28125 L 287.09375,284.96875 L 287.375,289.5625 L 288.9375,291.5 L 289.71875,295.21875 L 287.375,296.96875 L 286.8125,299.71875 L 284.65625,300.875 L 280.9375,303.03125 L 281.3125,304.78125 L 285.8125,309.28125 L 286.21875,312.03125 L 284.4375,314.9375 L 284.4375,317.6875 L 285.625,319.0625 L 286.21875,322.375 L 285.84375,323.71875 L 291.84375,325.46875 L 293.4375,328.8125 L 296.59375,328.8125 L 297.84375,327.59375 L 299.96875,328.65625 L 301.03125,328.8125 L 303.6875,332.875 L 306.5,333.0625 L 307.21875,331.65625 L 308,331.75 L 308.8125,330.59375 L 312.34375,330.0625 L 314.28125,328.46875 L 316.40625,328.28125 L 316.40625,327.0625 L 317.8125,326.34375 L 318.1875,327.21875 L 319.0625,326.6875 L 320.46875,327.59375 L 322.9375,327.40625 L 325.0625,326.53125 L 326.46875,327.75 L 328.0625,327.75 L 329.3125,330.0625 L 331.25,330.9375 L 332.3125,328.46875 L 333.71875,329.71875 L 336.75,329.875 L 337.8125,327.75 L 339.5625,329.53125 L 342.03125,330.25 L 342.8125,329.5 L 341.28125,329 L 340.6875,326.65625 L 344.40625,323.15625 L 342.65625,316.71875 L 337.5625,313.375 L 335.4375,308.3125 L 333.09375,305.1875 L 333.6875,300.875 L 335.4375,299.125 L 332.3125,296.59375 L 332.40625,295.8125 L 329.65625,294.71875 L 328.78125,292.59375 L 325.78125,292.75 L 323.46875,292.21875 L 323.125,289.75 L 321.34375,288.875 L 319.0625,290.28125 L 316.40625,289.75 L 314.625,289.9375 L 308.625,289.0625 L 303.6875,286.21875 L 303.3125,284.8125 L 301.21875,282.5 L 302.625,280.5625 L 302.09375,279.5 L 299.09375,279.5 z" id="departement63" inkscape:label="#path4346"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 179.21875,428.53125 L 177.28125,429.5625 L 177.625,429.59375 L 180.9375,435.0625 L 178.78125,437.03125 L 180.34375,439.375 L 182.6875,442.875 L 180.75,445.40625 L 177.625,452.4375 L 172.34375,456.9375 L 173.71875,459.6875 L 172.53125,460.46875 L 169.625,459.875 L 168.8125,466.3125 L 167.25,467.5 L 166.9375,471.53125 L 167.4375,471.25 L 170.75,473.21875 L 174.65625,476.15625 L 175.03125,478.5 L 178.15625,481.03125 L 180.71875,481.03125 L 187.15625,478.28125 L 189.875,481.40625 L 193.59375,482.40625 L 194.96875,480.0625 L 196.71875,480.84375 L 200.5,481.09375 L 200.25,470.59375 L 202.21875,470.59375 L 203.96875,471.46875 L 205.21875,470.25 L 205.03125,468.3125 L 207.5,466.875 L 206.625,463.1875 L 205.5625,462.28125 L 203.4375,463 L 204.5,461.21875 L 203.96875,458.9375 L 200.78125,456.625 L 200.96875,455.03125 L 202.75,452.03125 L 205.03125,451.15625 L 205.03125,449.90625 L 206.4375,447.78125 L 207.375,446.46875 L 203.8125,444.625 L 199.03125,444.625 L 198.3125,443.1875 L 195.84375,443.1875 L 195.125,441.59375 L 192.84375,441.59375 L 192.125,442.3125 L 189.46875,442.3125 L 189.3125,440.71875 L 187.1875,439.3125 L 187.90625,438.59375 L 188.25,436.84375 L 187.71875,436.3125 L 186.65625,433.46875 L 184.34375,433.125 L 182.0625,431.875 L 182.21875,428.53125 L 179.21875,428.53125 z" id="departement65" inkscape:label="#path3335"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 172.15625,428.875 L 169.34375,430.46875 L 163.6875,430.28125 L 163.15625,429.40625 L 159.4375,430.65625 L 156.59375,431.53125 L 154.46875,429.9375 L 152.1875,430.65625 L 151.46875,429.75 L 148.65625,429.75 L 146.875,430.65625 L 142.28125,430.46875 L 139.8125,432.40625 L 135.375,432.0625 L 134.5,433.3125 L 133.4375,432.9375 L 134.84375,431.53125 L 132.375,429.59375 L 129.375,432.25 L 124.25,432.59375 L 118.625,429.78125 L 117.8125,431.21875 L 113.3125,436.6875 L 109.8125,438.0625 L 107.28125,438.4375 L 107.28125,440.59375 L 109.625,442.75 L 113.125,442.9375 L 113.3125,445.46875 L 116.0625,445.6875 L 116.84375,443.90625 L 120.5625,445.46875 L 122.90625,446.0625 L 123.46875,448.40625 L 122.125,449.59375 L 122.125,453.28125 L 119.375,454.65625 L 119.1875,456.40625 L 120.9375,458.375 L 124.0625,459.34375 L 124.65625,456.40625 L 126.40625,454.46875 L 126.21875,457 L 127.59375,458.96875 L 131.09375,458.96875 L 132.65625,461.09375 L 137.34375,461.875 L 141.84375,464.625 L 149.25,464.625 L 149.65625,468.71875 L 154.71875,472.625 L 156.6875,474.96875 L 158.84375,473.8125 L 160.78125,473.40625 L 161.75,474.375 L 163.53125,473.40625 L 166.9375,471.53125 L 167.25,467.5 L 168.8125,466.3125 L 169.625,459.875 L 172.53125,460.46875 L 173.71875,459.6875 L 172.34375,456.9375 L 177.625,452.4375 L 180.75,445.40625 L 182.6875,442.875 L 180.34375,439.375 L 178.78125,437.03125 L 180.9375,435.0625 L 177.625,429.59375 L 172.34375,429.21875 L 172.15625,428.875 z" id="departement64" inkscape:label="#path3337"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 139.8125,374.4375 L 133.625,377.625 L 132.03125,377.6875 L 128.5625,396.25 L 124.0625,413.4375 L 122.6875,420.09375 L 121.53125,424.78125 L 118.625,429.78125 L 124.25,432.59375 L 129.375,432.25 L 132.375,429.59375 L 134.84375,431.53125 L 133.4375,432.9375 L 134.5,433.3125 L 135.375,432.0625 L 139.8125,432.40625 L 142.28125,430.46875 L 146.875,430.65625 L 148.65625,429.75 L 151.46875,429.75 L 152.1875,430.65625 L 154.46875,429.9375 L 156.59375,431.53125 L 159.4375,430.65625 L 163.15625,429.40625 L 163.6875,430.28125 L 169.34375,430.46875 L 172.15625,428.875 L 170.78125,426.46875 L 172.15625,422.75 L 174.09375,420.21875 L 173.5,416.90625 L 175.0625,415.34375 L 172.75,411.4375 L 174.6875,409.09375 L 176.84375,408.6875 L 178.78125,409.46875 L 181.53125,407.125 L 182.5,410.0625 L 183.46875,411.4375 L 185.625,410.84375 L 185.4375,408.3125 L 186.0625,406.9375 L 185.59375,405.71875 L 186.125,401.84375 L 188.25,399.71875 L 187.1875,398.46875 L 184.875,398.28125 L 182.21875,397.25 L 178.34375,397.59375 L 177.625,393.34375 L 175.15625,390.34375 L 174.09375,390 L 174.46875,393.53125 L 174.46875,394.59375 L 171.09375,394.75 L 167.5625,393.53125 L 166.84375,389.09375 L 164.375,386.4375 L 162.625,386.28125 L 162.4375,384.6875 L 160.5,383.4375 L 157.3125,382.5625 L 158.1875,381.5 L 158.1875,380.4375 L 157.125,379.5625 L 155.90625,378.5 L 152.34375,379.03125 L 150.25,380.78125 L 148.8125,380.96875 L 146.53125,379.375 L 143.15625,380.78125 L 141.5625,379.71875 L 143,377.96875 L 143.15625,375.65625 L 139.8125,374.4375 z" id="departement40" inkscape:label="#path5235"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 141.25,315.21875 L 138.125,319.90625 L 137.15625,336.3125 L 134.625,352.90625 L 132.84375,365.78125 L 132.65625,369.125 L 134.03125,364.625 L 136.75,361.09375 L 140.65625,364.625 L 141.0625,365.78125 L 142.21875,367.34375 L 137.34375,367.5625 L 136.5625,366.375 L 134.625,367.15625 L 134.21875,370.09375 L 132.0625,373.03125 L 132.0625,377.5 L 132.03125,377.6875 L 133.625,377.625 L 139.8125,374.4375 L 143.15625,375.65625 L 143,377.96875 L 141.5625,379.71875 L 143.15625,380.78125 L 146.53125,379.375 L 148.8125,380.96875 L 150.25,380.78125 L 152.34375,379.03125 L 155.90625,378.5 L 157.125,379.5625 L 158.1875,380.4375 L 158.1875,381.5 L 157.3125,382.5625 L 160.5,383.4375 L 162.4375,384.6875 L 162.625,386.28125 L 164.375,386.4375 L 166.84375,389.09375 L 167.5625,393.53125 L 171.09375,394.75 L 174.46875,394.59375 L 174.46875,393.53125 L 174.09375,390 L 175.15625,390.34375 L 177.15625,392.78125 L 180.28125,392.28125 L 181.71875,390.875 L 181.53125,388.9375 L 180.28125,387.875 L 180.65625,385.90625 L 182.59375,385.90625 L 184.53125,384.6875 L 183.65625,382.90625 L 183.125,380.25 L 184.53125,377.78125 L 187.53125,373.1875 L 189.3125,371.0625 L 190.90625,370.53125 L 191.25,368.78125 L 189.125,368.59375 L 188.25,366.65625 L 188.9375,364.71875 L 191.4375,364.1875 L 193.1875,363.65625 L 195.25,363.375 L 195.125,363.28125 L 194.96875,359.40625 L 196.90625,358 L 194.4375,356.40625 L 191.96875,359.40625 L 185.9375,359.59375 L 185.40625,358.15625 L 183.65625,357.28125 L 185.0625,355.5 L 185.0625,353.5625 L 184.34375,352.5 L 184.34375,351.4375 L 186.125,350.375 L 186.65625,347.21875 L 187.71875,344.375 L 186.65625,342.78125 L 184.71875,342.78125 L 183.6875,341.5625 L 182.6875,343.65625 L 180.75,342.28125 L 178,343.65625 L 175.65625,343.28125 L 171.1875,338.78125 L 168.4375,338.59375 L 167.65625,332.34375 L 162.5625,331.75 L 162.375,328.8125 L 161.40625,329.78125 L 155.625,329.78125 L 155.90625,331.03125 L 157.28125,336.6875 L 157.65625,342.34375 L 156.6875,343.90625 L 155.71875,339.21875 L 152.96875,328.5 L 143,319.5 L 143.21875,315.40625 L 141.25,315.21875 z" id="departement33" inkscape:label="#path5242"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 209.84375,310.46875 L 208.09375,313.59375 L 205.34375,313.96875 L 205.15625,318.65625 L 195.96875,324.90625 L 195.78125,331.75 L 192.25,335.25 L 190.3125,337.03125 L 186.40625,336.625 L 184.25,340.34375 L 183.6875,341.5625 L 184.71875,342.78125 L 186.65625,342.78125 L 187.71875,344.375 L 186.65625,347.21875 L 186.125,350.375 L 184.34375,351.4375 L 184.34375,352.5 L 185.0625,353.5625 L 185.0625,355.5 L 183.65625,357.28125 L 185.40625,358.15625 L 185.9375,359.59375 L 191.96875,359.40625 L 194.4375,356.40625 L 196.90625,358 L 194.96875,359.40625 L 195.125,363.28125 L 197.96875,365.25 L 198.3125,368.9375 L 201.3125,370 L 203.09375,368.40625 L 206.96875,368.40625 L 209.09375,366.65625 L 210.34375,366.84375 L 210.6875,368.25 L 214.59375,368.25 L 215.46875,367.1875 L 216.875,367.375 L 218.46875,369.125 L 218.46875,370.375 L 217.0625,371.25 L 217.59375,372.5 L 219.53125,372.65625 L 222,370.375 L 224.125,370.375 L 225.53125,371.96875 L 228.59375,373.25 L 228.78125,372.75 L 230.5625,371 L 230.75,368.0625 L 235.03125,367.6875 L 237.78125,363.78125 L 236.59375,363.375 L 236.40625,361.25 L 239.71875,360.84375 L 239.9375,358.90625 L 241.5,357.90625 L 243.25,354.78125 L 241.5,352.84375 L 241.5,350.6875 L 242.84375,349.53125 L 241.09375,346.78125 L 241.28125,342.5 L 237,342.6875 L 235.25,341.5 L 236.8125,339.5625 L 234.65625,337.8125 L 236.21875,335.84375 L 234.65625,335.0625 L 234.65625,332.34375 L 238.5625,328.8125 L 236.40625,327.0625 L 235.25,324.125 L 231.125,323.53125 L 229.75,322.5625 L 232.6875,321.1875 L 231.71875,319.84375 L 227.4375,319.25 L 226.4375,315.34375 L 220.1875,314.75 L 218.8125,316.71875 L 217.46875,317.09375 L 215.6875,314.75 L 216.5,312.59375 L 215.5,310.65625 L 209.84375,310.46875 z" id="departement24" inkscape:label="#path5250"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 195.25,363.375 L 193.1875,363.65625 L 191.4375,364.1875 L 188.9375,364.71875 L 188.25,366.65625 L 189.125,368.59375 L 191.25,368.78125 L 190.90625,370.53125 L 189.3125,371.0625 L 187.53125,373.1875 L 184.53125,377.78125 L 183.125,380.25 L 183.65625,382.90625 L 184.53125,384.6875 L 182.59375,385.90625 L 180.65625,385.90625 L 180.28125,387.875 L 181.53125,388.9375 L 181.71875,390.875 L 180.28125,392.28125 L 177.15625,392.78125 L 177.625,393.34375 L 178.34375,397.59375 L 182.21875,397.25 L 184.875,398.28125 L 187.1875,398.46875 L 188.25,399.71875 L 186.125,401.84375 L 185.59375,405.71875 L 186.0625,406.9375 L 186.8125,405.375 L 189.125,407.34375 L 192.25,404.21875 L 193.625,406.15625 L 196.9375,405.5625 L 200.46875,405.1875 L 202.03125,402.4375 L 207.875,401.875 L 210.8125,404.78125 L 211.8125,403.8125 L 213.75,403.21875 L 212.96875,400.5 L 215.90625,399.71875 L 219.625,398.9375 L 218.8125,396.59375 L 220,395.21875 L 220.96875,391.5 L 218.8125,389.15625 L 220.1875,384.6875 L 223.125,386.4375 L 227.4375,385.65625 L 225.46875,381.34375 L 223.90625,375.5 L 227.8125,375.3125 L 228.59375,373.25 L 225.53125,371.96875 L 224.125,370.375 L 222,370.375 L 219.53125,372.65625 L 217.59375,372.5 L 217.0625,371.25 L 218.46875,370.375 L 218.46875,369.125 L 216.875,367.375 L 215.46875,367.1875 L 214.59375,368.25 L 210.6875,368.25 L 210.34375,366.84375 L 209.09375,366.65625 L 206.96875,368.40625 L 203.09375,368.40625 L 201.3125,370 L 198.3125,368.9375 L 197.96875,365.25 L 195.25,363.375 z" id="departement47" inkscape:label="#path5257"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 247.46875,347.3125 L 243.3125,349.25 L 242.71875,349.34375 L 242.84375,349.53125 L 241.5,350.6875 L 241.5,352.84375 L 243.25,354.78125 L 241.5,357.90625 L 239.9375,358.90625 L 239.71875,360.84375 L 236.40625,361.25 L 236.59375,363.375 L 237.78125,363.78125 L 235.03125,367.6875 L 230.75,368.0625 L 230.5625,371 L 228.78125,372.75 L 227.8125,375.3125 L 223.90625,375.5 L 225.46875,381.34375 L 227.125,384.96875 L 229.625,384.875 L 229.78125,385.90625 L 228.375,387.5 L 229.4375,389.625 L 231.03125,389.625 L 232.78125,391.5625 L 234.375,391.5625 L 235.625,390.15625 L 235.96875,390.53125 L 235.96875,392.28125 L 236.5,394.59375 L 240.21875,394.75 L 243.21875,391.5625 L 244.8125,391.40625 L 245.34375,392.28125 L 246.21875,394.21875 L 247.65625,394.21875 L 248.1875,390.6875 L 251.1875,391.0625 L 252.9375,388.9375 L 255.78125,389.625 L 260.03125,387.6875 L 260.0625,388.0625 L 261.4375,386.625 L 259.65625,383.96875 L 258.96875,380.4375 L 261.25,378.5 L 262.3125,378.84375 L 265.5,375.3125 L 267.25,375.5 L 267.96875,374.59375 L 271.5,374.59375 L 272.75,373.1875 L 273.09375,372.09375 L 271.5,371.875 L 272.59375,368.5625 L 270.09375,367.46875 L 272.59375,361.65625 L 269.28125,359.1875 L 268.15625,352 L 265.125,351.1875 L 262.90625,353.375 L 261.8125,351.4375 L 258.5,354.75 L 256.28125,355.03125 L 252.4375,349.53125 L 247.46875,347.3125 z" id="departement46" inkscape:label="#path5264"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 237.21875,446.375 L 235.96875,447.25 L 235.4375,448.3125 L 237.90625,450.09375 L 238.625,451.34375 L 238.09375,452.375 L 233.84375,452.75 L 232.625,454.5 L 232.78125,455.03125 L 234.375,455.5625 L 235.28125,456.8125 L 234.21875,458.5625 L 232.96875,458.40625 L 231.03125,456.625 L 228.71875,455.9375 L 226.4375,456.09375 L 222.375,458.5625 L 222.53125,461.9375 L 223.59375,462.65625 L 222.90625,465.28125 L 218.28125,466.53125 L 216.53125,468.65625 L 216.53125,472.1875 L 217.25,473.25 L 215.59375,474.78125 L 216.65625,475.375 L 222.6875,476.53125 L 225.25,476.53125 L 228.5625,480.84375 L 236.96875,480.4375 L 240.28125,485.71875 L 243.21875,484.53125 L 251.8125,485.71875 L 252.4375,489.3125 L 258.5,487.90625 L 260.71875,485.96875 L 264.03125,485.125 L 264.84375,483.46875 L 272.03125,482.9375 L 267.625,477.6875 L 264.03125,479.625 L 257.6875,474.375 L 259.0625,472.4375 L 264.03125,472.4375 L 263.46875,467.75 L 263.46875,464.15625 L 262.65625,457.5 L 252.96875,452.8125 L 253.53125,451.15625 L 251.6875,449.09375 L 250.125,449.75 L 248,450.09375 L 244.09375,448.3125 L 243.03125,447.96875 L 244.625,449.90625 L 243.9375,451.5 L 240.5625,451.15625 L 240.40625,449.375 L 238.4375,446.71875 L 237.21875,446.375 z" id="departement09" inkscape:label="#path5271"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 207.875,401.875 L 202.03125,402.4375 L 200.46875,405.1875 L 196.9375,405.5625 L 193.625,406.15625 L 192.25,404.21875 L 189.125,407.34375 L 186.8125,405.375 L 185.4375,408.3125 L 185.625,410.84375 L 183.46875,411.4375 L 182.5,410.0625 L 181.53125,407.125 L 178.78125,409.46875 L 176.84375,408.6875 L 174.6875,409.09375 L 172.75,411.4375 L 175.0625,415.34375 L 173.5,416.90625 L 174.09375,420.21875 L 172.15625,422.75 L 170.78125,426.46875 L 172.34375,429.21875 L 177.28125,429.5625 L 179.21875,428.53125 L 182.21875,428.53125 L 182.0625,431.875 L 184.34375,433.125 L 186.65625,433.46875 L 187.71875,436.3125 L 188.25,436.84375 L 187.90625,438.59375 L 187.1875,439.3125 L 189.3125,440.71875 L 189.46875,442.3125 L 192.125,442.3125 L 192.84375,441.59375 L 195.125,441.59375 L 195.84375,443.1875 L 198.3125,443.1875 L 199.03125,444.625 L 203.8125,444.625 L 207.375,446.46875 L 207.6875,446.03125 L 209.625,444.96875 L 213.15625,440.375 L 219.71875,440.90625 L 222.53125,442.84375 L 223.4375,441.59375 L 224.84375,437.375 L 226.59375,433.3125 L 230.3125,431.71875 L 232.09375,431 L 231.5625,429.40625 L 229.78125,429.21875 L 229.09375,427.46875 L 227.65625,427.46875 L 225.375,425.15625 L 225.53125,423.5625 L 222.53125,420.5625 L 222,418.65625 L 220.0625,419.5 L 219.53125,418.4375 L 220.78125,416.5 L 219.34375,415.09375 L 219.34375,412.625 L 218.125,411.375 L 214.21875,411.1875 L 214.21875,408.90625 L 216.34375,407.3125 L 216.34375,405.53125 L 218.65625,404.46875 L 217.40625,403.78125 L 216,404.46875 L 213.15625,404.46875 L 212.28125,403.65625 L 211.8125,403.8125 L 210.8125,404.78125 L 207.875,401.875 z" id="departement32" inkscape:label="#path5278"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 245,412.4375 L 242.15625,413.5 L 241.28125,414.90625 L 240.21875,413.6875 L 238.28125,413.5 L 237.90625,415.28125 L 236.6875,415.78125 L 238.4375,416.6875 L 237.21875,418.625 L 232.78125,419.875 L 230.84375,417.5625 L 229.09375,417.5625 L 227.65625,418.4375 L 222.53125,418.4375 L 222,418.65625 L 222.53125,420.5625 L 225.53125,423.5625 L 225.375,425.15625 L 227.65625,427.46875 L 229.09375,427.46875 L 229.78125,429.21875 L 231.5625,429.40625 L 232.09375,431 L 230.3125,431.71875 L 226.59375,433.3125 L 224.84375,437.375 L 223.4375,441.59375 L 222.53125,442.84375 L 219.71875,440.90625 L 213.15625,440.375 L 209.625,444.96875 L 207.6875,446.03125 L 206.4375,447.78125 L 205.03125,449.90625 L 205.03125,451.15625 L 202.75,452.03125 L 200.96875,455.03125 L 200.78125,456.625 L 203.96875,458.9375 L 204.5,461.21875 L 203.4375,463 L 205.5625,462.28125 L 206.625,463.1875 L 207.5,466.875 L 205.03125,468.3125 L 205.21875,470.25 L 203.96875,471.46875 L 202.21875,470.59375 L 200.25,470.59375 L 200.5,481.09375 L 208.4375,481.625 L 208.84375,472.03125 L 211.5625,472.4375 L 215.59375,474.78125 L 217.25,473.25 L 216.53125,472.1875 L 216.53125,468.65625 L 218.28125,466.53125 L 222.90625,465.28125 L 223.59375,462.65625 L 222.53125,461.9375 L 222.375,458.5625 L 226.4375,456.09375 L 228.71875,455.9375 L 231.03125,456.625 L 232.96875,458.40625 L 234.21875,458.5625 L 235.28125,456.8125 L 234.375,455.5625 L 232.78125,455.03125 L 232.625,454.5 L 233.84375,452.75 L 238.09375,452.375 L 238.625,451.34375 L 237.90625,450.09375 L 235.4375,448.3125 L 235.96875,447.25 L 237.21875,446.375 L 238.4375,446.71875 L 240.40625,449.375 L 240.5625,451.15625 L 243.9375,451.5 L 244.625,449.90625 L 243.03125,447.96875 L 244.09375,448.3125 L 248,450.09375 L 250.125,449.75 L 251.6875,449.09375 L 251.3125,448.6875 L 253.8125,447.5625 L 254.34375,444.53125 L 257.40625,443.15625 L 256.5625,441.21875 L 259.34375,438.71875 L 260.71875,441.21875 L 264.84375,439.84375 L 265.625,439.71875 L 265.6875,438.4375 L 265.6875,435.9375 L 263.5625,436.3125 L 260.90625,435.59375 L 258.59375,432.78125 L 257.71875,431.53125 L 253.125,429.59375 L 252.0625,428 L 253.46875,427.46875 L 253.46875,425.53125 L 252.0625,423.9375 L 250.28125,421.09375 L 250.125,418.625 L 249.59375,418.28125 L 247.46875,415.78125 L 246.59375,413.15625 L 245,412.4375 z" id="departement31" inkscape:label="#path5285"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 220.1875,384.6875 L 218.8125,389.15625 L 220.96875,391.5 L 220,395.21875 L 218.8125,396.59375 L 219.625,398.9375 L 215.90625,399.71875 L 212.96875,400.5 L 213.75,403.21875 L 212.28125,403.65625 L 213.15625,404.46875 L 216,404.46875 L 217.40625,403.78125 L 218.65625,404.46875 L 216.34375,405.53125 L 216.34375,407.3125 L 214.21875,408.90625 L 214.21875,411.1875 L 218.125,411.375 L 219.34375,412.625 L 219.34375,415.09375 L 220.78125,416.5 L 219.53125,418.4375 L 220.0625,419.5 L 222.53125,418.4375 L 227.65625,418.4375 L 229.09375,417.5625 L 230.84375,417.5625 L 232.78125,419.875 L 237.21875,418.625 L 238.4375,416.6875 L 236.6875,415.78125 L 237.90625,415.28125 L 238.28125,413.5 L 240.21875,413.6875 L 241.28125,414.90625 L 242.15625,413.5 L 245,412.4375 L 246.28125,413.03125 L 247.28125,411.375 L 245.53125,409.4375 L 248.875,409.4375 L 249.9375,407.5 L 252.25,405.375 L 249.9375,405.375 L 250.65625,402.375 L 256.65625,401.65625 L 258.96875,400.25 L 261.78125,399.1875 L 262.6875,398.28125 L 261.59375,395.46875 L 263.1875,392.28125 L 260.375,392.09375 L 260.03125,387.6875 L 255.78125,389.625 L 252.9375,388.9375 L 251.1875,391.0625 L 248.1875,390.6875 L 247.65625,394.21875 L 246.21875,394.21875 L 245.34375,392.28125 L 244.8125,391.40625 L 243.21875,391.5625 L 240.21875,394.75 L 236.5,394.59375 L 235.96875,392.28125 L 235.96875,390.53125 L 235.625,390.15625 L 234.375,391.5625 L 232.78125,391.5625 L 231.03125,389.625 L 229.4375,389.625 L 228.375,387.5 L 229.78125,385.90625 L 229.625,384.875 L 227.125,384.96875 L 227.4375,385.65625 L 223.125,386.4375 L 220.1875,384.6875 z" id="path5292"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 294.6875,353.375 L 289.15625,358.09375 L 289.15625,362.78125 L 287.78125,362.78125 L 287.21875,367.1875 L 285.84375,367.75 L 284.75,370.21875 L 278.65625,370.21875 L 278.125,369.40625 L 275.34375,369.40625 L 273.6875,372.15625 L 273.09375,372.09375 L 272.75,373.1875 L 271.5,374.59375 L 267.96875,374.59375 L 267.25,375.5 L 265.5,375.3125 L 262.3125,378.84375 L 261.25,378.5 L 258.96875,380.4375 L 259.65625,383.96875 L 261.4375,386.625 L 260.0625,388.0625 L 260.375,392.09375 L 263.1875,392.28125 L 261.59375,395.46875 L 262.84375,398.65625 L 264.4375,397.75 L 265.15625,399.34375 L 267.4375,397.0625 L 270.8125,396.875 L 274.15625,399.34375 L 280,400.40625 L 282.125,404.125 L 285.125,405.53125 L 286.71875,409.59375 L 286.53125,411.1875 L 288.46875,414.75 L 288.46875,416.6875 L 292,421.28125 L 295.375,423.03125 L 297.5,422.5 L 298.5625,421.09375 L 300.15625,421.46875 L 303.8125,423.8125 L 303.84375,423.8125 L 305.46875,423.8125 L 308.78125,423.8125 L 308.5,418.03125 L 308.5,416.09375 L 310.15625,416.09375 L 313.1875,417.75 L 316.21875,417.75 L 315.6875,414.4375 L 317.34375,413.03125 L 320.65625,412.5 L 320.65625,409.71875 L 324.25,408.0625 L 323.40625,404.21875 L 320.375,404.21875 L 317.625,403.65625 L 317.0625,401.4375 L 319.28125,400.90625 L 319.28125,398.125 L 321.46875,396.1875 L 319.8125,395.375 L 315.125,396.1875 L 315.40625,394 L 312.09375,392.59375 L 311.25,385.96875 L 311.25,381.28125 L 308.5,379.34375 L 308.78125,375.46875 L 302.96875,368.3125 L 302.40625,362.78125 L 300.5,362.78125 L 299.65625,357.25 L 295.78125,357.8125 L 295.25,354.21875 L 294.6875,353.375 z" id="departement12" inkscape:label="#path5299"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 270.8125,396.875 L 267.4375,397.0625 L 265.15625,399.34375 L 264.4375,397.75 L 262.84375,398.65625 L 262.6875,398.28125 L 261.78125,399.1875 L 258.96875,400.25 L 256.65625,401.65625 L 250.65625,402.375 L 249.9375,405.375 L 252.25,405.375 L 249.9375,407.5 L 248.875,409.4375 L 245.53125,409.4375 L 247.28125,411.375 L 246.28125,413.03125 L 246.59375,413.15625 L 247.46875,415.78125 L 249.59375,418.28125 L 250.125,418.625 L 250.28125,421.09375 L 252.0625,423.9375 L 253.46875,425.53125 L 253.46875,427.46875 L 252.0625,428 L 253.125,429.59375 L 257.71875,431.53125 L 258.59375,432.78125 L 260.90625,435.59375 L 263.5625,436.3125 L 265.6875,435.9375 L 265.6875,438.4375 L 265.625,439.71875 L 266.78125,439.5625 L 266.5,440.9375 L 270.375,440.9375 L 273.96875,442.0625 L 274.25,438.46875 L 275.90625,438.46875 L 281.96875,439.5625 L 287.78125,439.5625 L 292.1875,438.1875 L 293.3125,434.59375 L 290.28125,431.8125 L 291.09375,429.0625 L 292.75,426.59375 L 295.5,428.5 L 302.6875,426.03125 L 303.8125,423.8125 L 300.15625,421.46875 L 298.5625,421.09375 L 297.5,422.5 L 295.375,423.03125 L 292,421.28125 L 288.46875,416.6875 L 288.46875,414.75 L 286.53125,411.1875 L 286.71875,409.59375 L 285.125,405.53125 L 282.125,404.125 L 280,400.40625 L 274.15625,399.34375 L 270.8125,396.875 z" id="departement81" inkscape:label="#path5306"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 383.28125,262.59375 L 381.125,262.8125 L 379.75,265.34375 L 376.0625,279.78125 L 375.53125,280.96875 L 375.15625,285.53125 L 374.09375,287 L 374.09375,293.59375 L 373.46875,295.09375 L 377.28125,297.40625 L 378.78125,297.625 L 381.125,299.75 L 381.53125,303.15625 L 384.09375,302.3125 L 388.0625,303.46875 L 388.125,302.71875 L 390.03125,302.71875 L 392.78125,305.28125 L 395.34375,304 L 396.625,300.1875 L 397.90625,298.6875 L 399.59375,298.90625 L 401.28125,300.40625 L 402.15625,303.15625 L 410,312.71875 L 412.34375,311.03125 L 412.75,307.40625 L 415.3125,306.96875 L 415.3125,300.59375 L 416.59375,299.53125 L 417,293.8125 L 417.5,294.21875 L 417.4375,292.125 L 416.375,290.1875 L 416.8125,284.6875 L 418.71875,285.75 L 419.78125,283.8125 L 421.6875,283.1875 L 423.65625,281.625 L 421.53125,281.625 L 421.53125,277.90625 L 423.875,276.53125 L 427.375,276.15625 L 427.59375,274.1875 L 426.40625,273.40625 L 429.34375,269.6875 L 428.9375,268.53125 L 425.59375,266.75 L 417.46875,275.6875 L 411.8125,275.6875 L 411.8125,273.34375 L 408.6875,271.78125 L 404.96875,275.875 L 402.03125,276.28125 L 402.03125,273.53125 L 399.5,272.375 L 395.59375,266.90625 L 392.0625,265.53125 L 390.90625,263 L 388.9375,262.59375 L 387,263.96875 L 385.4375,264.375 L 383.28125,262.59375 z" id="departement01" inkscape:label="#path7075"/>
<path style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 397.90625,298.6875 L 396.625,300.1875 L 395.34375,304 L 392.78125,305.28125 L 390.03125,302.71875 L 388.125,302.71875 L 387.90625,305.5 L 390.6875,307.84375 L 386.4375,313.34375 L 380.90625,314.625 L 376.65625,316.125 L 379.40625,318.875 L 380.0625,320.15625 L 375.8125,322.28125 L 375.375,328.4375 L 375.25,328.5 L 376.4375,330.96875 L 379.84375,332.03125 L 382.1875,331.1875 L 384.9375,329.28125 L 388.5625,332.25 L 391.53125,332.25 L 393.65625,335.21875 L 392.78125,337.34375 L 393.21875,340.34375 L 392.15625,343.3125 L 392.59375,344.375 L 394.0625,343.9375 L 397.46875,345 L 401.9375,346.28125 L 403.84375,345 L 404.6875,343.53125 L 405.34375,343.53125 L 405.53125,359.4375 L 406.59375,360.5 L 409.375,360.5 L 411.90625,362 L 413.8125,363.5 L 415.75,363.6875 L 417,364.75 L 420.53125,365.15625 L 420.78125,364.5625 L 419.21875,363.78125 L 419.21875,361.4375 L 424.09375,361.4375 L 425.65625,359.875 L 424.6875,358.125 L 427.21875,356.15625 L 429,356.9375 L 431.53125,354.78125 L 436,355.5625 L 437.5625,353.8125 L 441.28125,354 L 441.28125,349.71875 L 439.71875,348.9375 L 438.9375,346.40625 L 434.84375,346 L 434.25,345.03125 L 435.03125,340.9375 L 436.40625,339.75 L 435.28125,338.21875 L 433.15625,336.9375 L 431.875,338.21875 L 432.3125,336.5 L 432.3125,334.8125 L 430.59375,333.09375 L 431.46875,329.0625 L 433.375,328 L 433.15625,325.25 L 429.125,321.21875 L 427.625,321.21875 L 426.5625,322.6875 L 424.03125,319.3125 L 422.53125,319.5 L 421.25,322.28125 L 422.125,323.96875 L 421.46875,324.625 L 419.78125,323.34375 L 414.875,322.28125 L 412.5625,318.03125 L 412.5625,316.3125 L 410.21875,313.78125 L 409.96875,312.6875 L 402.15625,303.15625 L 401.28125,300.40625 L 399.59375,298.90625 L 397.90625,298.6875 z" id="departement38" inkscape:label="#path7953"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 446.125,266.1875 L 441.65625,266.96875 L 437.34375,270.46875 L 436.1875,268.71875 L 434.03125,268.90625 L 432.0625,273.21875 L 432.28125,274.96875 L 434.40625,276.71875 L 430.5,279.28125 L 427.96875,281.625 L 423.65625,281.625 L 421.6875,283.1875 L 419.78125,283.8125 L 418.71875,285.75 L 416.8125,284.6875 L 416.375,290.1875 L 417.4375,292.125 L 417.5,294.21875 L 419.125,295.5 L 419.125,301.03125 L 422.96875,301.65625 L 424.4375,304.4375 L 427.84375,304.84375 L 428.46875,303.59375 L 430.1875,303.59375 L 433.15625,306.78125 L 434.21875,307.84375 L 437.625,307.1875 L 438.46875,305.5 L 439.3125,302.09375 L 441.21875,300.59375 L 442.71875,296.15625 L 444.625,294.875 L 446.125,295.28125 L 446.53125,296.5625 L 445.46875,297.84375 L 447.375,300.1875 L 450.5625,300.1875 L 452.5,303.375 L 452.0625,304.4375 L 453.96875,303.15625 L 455.46875,301.46875 L 456.78125,301.625 L 456.875,298.21875 L 463.53125,295.46875 L 464.3125,293.53125 L 463.90625,289.21875 L 459.625,284.75 L 458.25,285.53125 L 458.25,283.75 L 458.25,280.84375 L 454.53125,279.0625 L 454.34375,277.5 L 456.5,275.15625 L 456.5,272.4375 L 452.96875,268.71875 L 452.78125,266.1875 L 446.125,266.1875 z" id="departement74" inkscape:label="#path7960"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 339.53125,278.03125 L 336,278.625 L 335.4375,280.78125 L 336.8125,283.5 L 337.1875,294.625 L 332.5,294.84375 L 332.3125,296.59375 L 335.4375,299.125 L 333.6875,300.875 L 333.09375,305.1875 L 335.4375,308.3125 L 337.5625,313.375 L 342.65625,316.71875 L 344.40625,323.15625 L 340.6875,326.65625 L 341.28125,329 L 346.75,330.78125 L 351.0625,327.25 L 353.1875,327.0625 L 359.4375,329.78125 L 359.0625,333.5 L 362.1875,333.3125 L 364.65625,336.15625 L 366.46875,335.65625 L 369.84375,335.03125 L 370.71875,331.1875 L 375.375,328.4375 L 375.8125,322.28125 L 375.96875,322.1875 L 373.6875,321.84375 L 371.5625,322.6875 L 369.84375,321.625 L 371.96875,319.09375 L 371.34375,317.1875 L 364.75,316.125 L 359.21875,311.03125 L 359.21875,309.3125 L 360.5,308.25 L 360.5,306.78125 L 359.03125,305.90625 L 360.28125,304 L 360.28125,301.25 L 357.75,298.90625 L 357.75,296.5625 L 356.03125,294.875 L 356.03125,292.96875 L 355.1875,289.78125 L 356.46875,288.5 L 356.6875,284.6875 L 360.71875,284.6875 L 361.78125,283.40625 L 360.5,281.28125 L 360.5,279.375 L 359.4375,278.53125 L 358.6875,282.53125 L 356.53125,282.53125 L 354.96875,284.09375 L 353.78125,282.90625 L 347.53125,281.9375 L 345.1875,283.3125 L 343.625,283.3125 L 343.25,281.9375 L 340.3125,281.34375 L 340.125,278.21875 L 339.53125,278.03125 z" id="departement42" inkscape:label="#path7964"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 371.75,275.3125 L 369.625,275.5 L 367.84375,277.25 L 366.6875,275.6875 L 364.9375,277.25 L 362.5625,275.6875 L 360.625,275.6875 L 359.84375,276.28125 L 359.4375,278.53125 L 360.5,279.375 L 360.5,281.28125 L 361.78125,283.40625 L 360.71875,284.6875 L 356.6875,284.6875 L 356.46875,288.5 L 355.1875,289.78125 L 356.03125,292.96875 L 356.03125,294.875 L 357.75,296.5625 L 357.75,298.90625 L 360.28125,301.25 L 360.28125,304 L 359.03125,305.90625 L 360.5,306.78125 L 360.5,308.25 L 359.21875,309.3125 L 359.21875,311.03125 L 364.75,316.125 L 371.34375,317.1875 L 371.96875,319.09375 L 369.84375,321.625 L 371.5625,322.6875 L 373.6875,321.84375 L 375.96875,322.1875 L 380.0625,320.15625 L 379.40625,318.875 L 376.65625,316.125 L 380.90625,314.625 L 386.4375,313.34375 L 390.6875,307.84375 L 387.90625,305.5 L 388.0625,303.46875 L 384.09375,302.3125 L 381.53125,303.15625 L 381.125,299.75 L 378.78125,297.625 L 377.28125,297.40625 L 373.46875,295.09375 L 374.09375,293.59375 L 374.09375,287 L 375.15625,285.53125 L 375.53125,280.96875 L 374.875,282.53125 L 373.5,282.34375 L 372.75,278.4375 L 371.75,275.3125 z" id="departement69" inkscape:label="#path7971"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 417,293.8125 L 416.59375,299.53125 L 415.3125,300.59375 L 415.3125,306.96875 L 412.75,307.40625 L 412.34375,311.03125 L 410,312.71875 L 409.96875,312.6875 L 410.21875,313.78125 L 412.5625,316.3125 L 412.5625,318.03125 L 414.875,322.28125 L 419.78125,323.34375 L 421.46875,324.625 L 422.125,323.96875 L 421.25,322.28125 L 422.53125,319.5 L 424.03125,319.3125 L 426.5625,322.6875 L 427.625,321.21875 L 429.125,321.21875 L 433.15625,325.25 L 433.375,328 L 431.46875,329.0625 L 430.59375,333.09375 L 432.3125,334.8125 L 432.3125,336.5 L 431.875,338.21875 L 433.15625,336.9375 L 435.28125,338.21875 L 436.40625,339.75 L 439.9375,339.375 L 441.09375,340.53125 L 441.6875,343.28125 L 445.1875,342.875 L 445.59375,339.9375 L 447.34375,339.15625 L 451.09375,339.34375 L 451.03125,339.21875 L 456.875,336.875 L 459.03125,338.25 L 461.1875,338.25 L 461.375,335.90625 L 463.90625,334.53125 L 464.875,333.375 L 469.96875,331.40625 L 470.5625,328.09375 L 469.5625,326.53125 L 472.3125,321.84375 L 469.78125,320.875 L 469,318.125 L 463.71875,315 C 463.71875,315 464.03377,309.01275 463.53125,307.9375 C 463.51544,307.91055 463.48155,307.86019 463.46875,307.84375 C 463.46374,307.8383 463.44264,307.81713 463.4375,307.8125 C 463.43393,307.81272 463.4091,307.81243 463.40625,307.8125 C 463.4062,307.80552 463.40608,307.78312 463.40625,307.78125 C 463.40269,307.78137 463.37784,307.78121 463.375,307.78125 C 463.37209,307.7811 463.3467,307.78118 463.34375,307.78125 C 463.34022,307.78117 463.31534,307.78126 463.3125,307.78125 C 462.53125,307.97657 459.625,308.1875 459.625,308.1875 L 456.6875,304.84375 L 456.78125,301.625 L 455.46875,301.46875 L 453.96875,303.15625 L 452.0625,304.4375 L 452.5,303.375 L 450.5625,300.1875 L 447.375,300.1875 L 445.46875,297.84375 L 446.53125,296.5625 L 446.125,295.28125 L 444.625,294.875 L 442.71875,296.15625 L 441.21875,300.59375 L 439.3125,302.09375 L 438.46875,305.5 L 437.625,307.1875 L 434.21875,307.84375 L 433.15625,306.78125 L 430.1875,303.59375 L 428.46875,303.59375 L 427.84375,304.84375 L 424.4375,304.4375 L 422.96875,301.65625 L 419.125,301.03125 L 419.125,295.5 L 417,293.8125 z" id="departement73" inkscape:label="#path7978"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 375.25,328.5 L 370.71875,331.1875 L 369.84375,335.03125 L 366.46875,335.65625 L 364.65625,336.15625 L 364.71875,336.25 L 363.5625,340.9375 L 360.8125,342.09375 L 359.65625,344.0625 L 360.4375,346.59375 L 361,347.96875 L 358.09375,347.96875 L 357.875,351.65625 L 354.75,351.875 L 353.1875,356.75 L 348.5,356.75 L 343.4375,360.46875 L 340.625,364.9375 L 341.09375,365.53125 L 342.46875,372.71875 L 345.78125,376.3125 L 345.21875,380.4375 L 349.375,382.9375 L 349.375,388.46875 L 351.59375,387.34375 L 356.28125,390.40625 L 358.5,391.21875 L 359.03125,387.34375 L 361.8125,386.8125 L 362.625,389.84375 L 365.40625,389.5625 L 365.9375,386.53125 L 372.28125,390.09375 L 373.3125,388 L 376,387.59375 L 376.21875,383.46875 L 375.59375,382.59375 L 374.75,382.40625 L 374.75,380.90625 L 375.375,379.40625 L 374.3125,377.71875 L 374.9375,373.90625 L 377.5,370.90625 L 377.5,366.6875 L 376.4375,361.78125 L 378.34375,361.375 L 378.78125,359.25 L 380.6875,355.625 L 381.75,352.875 L 380.0625,348.625 L 379,345.21875 L 377.5,339.28125 L 377.5,331.3125 L 376.4375,330.96875 L 375.25,328.5 z" id="departement07" inkscape:label="#path7982"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 384.9375,329.28125 L 382.1875,331.1875 L 379.84375,332.03125 L 377.5,331.3125 L 377.5,339.28125 L 379,345.21875 L 380.0625,348.625 L 381.75,352.875 L 380.6875,355.625 L 378.78125,359.25 L 378.34375,361.375 L 376.4375,361.78125 L 377.5,366.6875 L 377.5,370.90625 L 374.9375,373.90625 L 374.3125,377.71875 L 375.375,379.40625 L 374.75,380.90625 L 374.75,382.40625 L 375.59375,382.59375 L 376.21875,383.46875 L 376,387.59375 L 378.59375,387.21875 L 379.75,388.59375 L 379.1875,392.5 L 379.96875,393.46875 L 382.875,390.53125 L 385.4375,390.34375 L 386,388.78125 L 382.6875,388.375 L 382.125,384.875 L 384.25,381.5625 L 387,381.34375 L 389.71875,383.90625 L 387,387.59375 L 387.78125,388.96875 L 391.6875,389.375 L 394.21875,387.21875 L 392.84375,390.15625 L 393.25,392.5 L 397.34375,392.875 L 402.8125,393.28125 L 403.59375,395.8125 L 406.53125,397.96875 L 409.0625,398.15625 L 410.8125,396.59375 L 411.8125,393.65625 L 413.375,395.03125 L 414.53125,396.40625 L 415.3125,389.15625 L 413.375,388.78125 L 412.1875,386.25 L 405.5625,384.46875 L 404.75,381.15625 L 407.125,379.59375 L 405.15625,378.21875 L 405.5625,376.46875 L 408.6875,376.65625 L 411.40625,378.03125 L 413.5625,375.5 L 411.40625,373.75 L 411.59375,371.40625 L 412.78125,367.6875 L 416.875,367.28125 L 420.1875,365.9375 L 420.53125,365.15625 L 417,364.75 L 415.75,363.6875 L 413.8125,363.5 L 411.90625,362 L 409.375,360.5 L 406.59375,360.5 L 405.53125,359.4375 L 405.34375,343.53125 L 404.6875,343.53125 L 403.84375,345 L 401.9375,346.28125 L 397.46875,345 L 394.0625,343.9375 L 392.59375,344.375 L 392.15625,343.3125 L 393.21875,340.34375 L 392.78125,337.34375 L 393.65625,335.21875 L 391.53125,332.25 L 388.5625,332.25 L 384.9375,329.28125 z" id="departement26" inkscape:label="#path7989"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 149.3125,270.625 L 146.5625,270.8125 L 140.59375,274.4375 L 142.03125,275.75 L 138.90625,278.28125 L 138.53125,280.25 L 135.59375,280.625 L 134.03125,278.875 L 130.125,278.5 L 129.71875,276.53125 L 127.375,274.96875 L 124.0625,276.15625 L 126.21875,279.28125 L 128.9375,279.28125 L 131.6875,281.03125 L 133.84375,282.78125 L 137.9375,282.59375 L 138.71875,284.34375 L 141.4375,284.9375 L 142.4375,287.65625 L 144.1875,288.4375 L 144,290.59375 L 141.65625,290.21875 L 140.875,291.375 L 142.625,293.90625 L 141.65625,298.21875 L 139.3125,298.03125 L 139.5,300.75 L 140.09375,301.71875 L 137.34375,301.71875 L 136.96875,300.15625 L 138.71875,297.8125 L 138.125,296.46875 L 137.15625,295.6875 L 136.75,291 L 133.4375,290.59375 L 130.71875,287.28125 L 130.3125,294.125 L 134.8125,297.4375 L 135.1875,301.15625 L 135.96875,305.4375 L 136.375,309.75 L 138.71875,309.53125 L 142.8125,312.875 L 145.5625,314.4375 L 145.75,316.375 L 147.90625,316.78125 L 154.15625,323.03125 L 155.625,329.78125 L 161.40625,329.78125 L 162.375,328.8125 L 162.5625,331.75 L 167.65625,332.34375 L 168.4375,338.59375 L 171.1875,338.78125 L 175.65625,343.28125 L 178,343.65625 L 180.75,342.28125 L 182.6875,343.65625 L 184.25,340.34375 L 185.8125,337.625 L 181.65625,334.8125 L 180.375,333.09375 L 178.65625,331.1875 L 174.625,331.84375 L 173.34375,331.1875 L 173.15625,330.125 L 175.28125,329.28125 L 175.28125,328.875 L 173.78125,328.4375 L 172.71875,327.59375 L 175.28125,325.46875 L 175.28125,323.96875 L 174,322.6875 L 174.84375,321.84375 L 175.28125,319.71875 L 173.78125,318.25 L 172.5,316.125 L 170.1875,314 L 168.46875,312.9375 L 169.96875,311.21875 L 169.125,311.03125 L 168.90625,306.5625 L 167.1875,305.90625 L 169.53125,304.65625 L 172.3125,304.65625 L 173.5625,303.59375 L 175.90625,303.59375 L 176.34375,304.65625 L 178.46875,304.84375 L 179.9375,304.21875 L 180.375,300.1875 L 182.0625,294.03125 L 182.125,294 L 180.59375,292.53125 L 180.15625,290.40625 L 177.40625,289.125 L 173.78125,286.59375 L 169.3125,287 L 166.5625,283.40625 L 162.53125,283.1875 L 159.34375,280.84375 L 159.34375,279.5625 L 157.21875,277.25 L 157.125,274.375 L 154.1875,272.1875 L 150.46875,273.75 L 149.3125,270.625 z" id="departement17" inkscape:label="#path7071"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 265.75,307.625 L 264.90625,309.75 L 261.71875,310.375 L 260.46875,312.5 L 258.96875,312.5 L 256.84375,311.875 L 255.34375,314.40625 L 253.03125,314.625 L 251.53125,317.375 L 249.625,317.375 L 248.125,318.875 L 244.3125,318.4375 L 243.03125,320.5625 L 241.5625,320.375 L 239,323.5625 L 236.65625,322.6875 L 235.5625,324.90625 L 236.40625,327.0625 L 238.5625,328.8125 L 234.65625,332.34375 L 234.65625,335.0625 L 236.21875,335.84375 L 234.65625,337.8125 L 236.8125,339.5625 L 235.25,341.5 L 237,342.6875 L 241.28125,342.5 L 241.09375,346.78125 L 242.71875,349.34375 L 243.3125,349.25 L 247.46875,347.3125 L 252.4375,349.53125 L 256.28125,355.03125 L 258.5,354.75 L 261.8125,351.4375 L 262.90625,353.375 L 265.125,351.1875 L 268.15625,352 L 268.25,352.65625 L 270.78125,350.875 L 270,348.9375 L 268.8125,347.75 L 270.375,345.8125 L 271.9375,345.8125 L 272.9375,342.6875 L 273.71875,341.125 L 273.125,337.59375 L 275.65625,334.09375 L 279.1875,331.9375 L 279.375,326.46875 L 281.125,327.4375 L 283.09375,329.59375 L 285.03125,329.59375 L 286.21875,328.21875 L 285.25,325.875 L 286.21875,322.375 L 285.625,319.0625 L 284.4375,317.6875 L 284.4375,314.9375 L 286.21875,312.03125 L 285.8125,309.28125 L 285.375,308.84375 L 283.40625,310.375 L 279.5625,310.375 L 278.3125,312.28125 L 275.96875,312.28125 L 274.0625,310.375 L 273.1875,309.09375 L 268.3125,309.09375 L 267.25,307.625 L 265.75,307.625 z" id="departement19" inkscape:label="#path7073"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 256.125,267.875 L 254.96875,271 L 251.4375,270.8125 L 250.65625,270.40625 L 248.3125,270.625 L 246.5625,269.4375 L 243.1875,273.3125 L 243.25,276.1875 L 240.90625,280.84375 L 241.34375,283.1875 L 243.875,283.8125 L 245.59375,288.0625 L 247.28125,289.78125 L 246.65625,297.84375 L 250.25,296.78125 L 251.75,298.6875 L 249.40625,300.59375 L 249.40625,302.53125 L 251.3125,302.71875 L 254.71875,302.53125 L 255.78125,301.03125 L 256.625,301.03125 L 256.21875,303.59375 L 258.96875,304.84375 L 261.53125,306.5625 L 261.53125,307.625 L 260.03125,307.625 L 260.46875,310.15625 L 261.46875,310.78125 L 261.71875,310.375 L 264.90625,309.75 L 265.75,307.625 L 267.25,307.625 L 268.3125,309.09375 L 273.1875,309.09375 L 274.0625,310.375 L 275.96875,312.28125 L 278.3125,312.28125 L 279.5625,310.375 L 283.40625,310.375 L 285.375,308.84375 L 281.3125,304.78125 L 280.9375,303.03125 L 284.65625,300.875 L 286.8125,299.71875 L 287.375,296.96875 L 289.71875,295.21875 L 288.9375,291.5 L 287.375,289.5625 L 287,283.5 L 284.84375,278.4375 L 282.6875,277.65625 L 281.125,274.90625 L 279.75,276.65625 L 278.40625,274.90625 L 278.40625,272.5625 L 276.0625,269.25 L 269.625,270.03125 L 265.90625,269.0625 L 256.125,267.875 z" id="departement23" inkscape:label="#path8877"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 239.53125,270.8125 L 237.78125,272.5625 L 232.875,272.1875 L 232.3125,272.0625 L 228.59375,272.75 L 226.4375,274.53125 L 226.4375,276.875 L 222.15625,277.0625 L 219.625,280 L 218.0625,281.15625 L 219.40625,282.71875 L 219.21875,288 L 218.25,289.75 L 219.8125,291.5 L 222.53125,291.71875 L 223.125,294.4375 L 223.3125,296.1875 L 219.8125,296.96875 L 218.0625,297.5625 L 218.4375,302.4375 L 216.09375,304 L 214.125,304.59375 L 213.15625,307.34375 L 211.59375,307.53125 L 210.9375,310.5 L 215.5,310.65625 L 216.5,312.59375 L 215.6875,314.75 L 217.46875,317.09375 L 218.8125,316.71875 L 220.1875,314.75 L 226.4375,315.34375 L 227.4375,319.25 L 231.71875,319.84375 L 232.6875,321.1875 L 229.75,322.5625 L 231.125,323.53125 L 235.25,324.125 L 235.5625,324.90625 L 236.65625,322.6875 L 239,323.5625 L 241.5625,320.375 L 243.03125,320.5625 L 244.3125,318.4375 L 248.125,318.875 L 249.625,317.375 L 251.53125,317.375 L 253.03125,314.625 L 255.34375,314.40625 L 256.84375,311.875 L 258.96875,312.5 L 260.46875,312.5 L 261.46875,310.78125 L 260.46875,310.15625 L 260.03125,307.625 L 261.53125,307.625 L 261.53125,306.5625 L 258.96875,304.84375 L 256.21875,303.59375 L 256.625,301.03125 L 255.78125,301.03125 L 254.71875,302.53125 L 251.3125,302.71875 L 249.40625,302.53125 L 249.40625,300.59375 L 251.75,298.6875 L 250.25,296.78125 L 246.65625,297.84375 L 247.28125,289.78125 L 245.59375,288.0625 L 243.875,283.8125 L 241.34375,283.1875 L 240.90625,280.84375 L 243.25,276.1875 L 243.1875,273.3125 L 242.65625,273.9375 L 239.53125,270.8125 z" id="departement87" inkscape:label="#path8884"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 188.75,225.6875 L 185.03125,229.59375 L 184.09375,231.21875 L 184.40625,236.03125 L 186.09375,235.8125 L 186.3125,237.9375 L 186.96875,241.34375 L 188.03125,243.6875 L 186.75,245.15625 L 187.375,246.21875 L 186.53125,247.71875 L 186.53125,248.34375 L 188.03125,250.0625 L 188.03125,251.125 L 187.375,252.8125 L 185.25,256 L 187.375,256.84375 L 188.03125,258.34375 L 187.15625,260.65625 L 186.96875,261.71875 L 185.6875,263.84375 L 185.6875,265.34375 L 186.53125,265.5625 L 186.53125,270.03125 L 188.03125,271.09375 L 187.375,272.5625 L 187.59375,273.84375 L 189.28125,275.75 L 190.15625,274.46875 L 190.15625,273.40625 L 191.84375,272.5625 L 193.125,273.40625 L 193.125,276.59375 L 191.84375,278.09375 L 190.78125,280.625 L 192.25,282.96875 L 195.25,283.8125 L 194.59375,285.75 L 191.8125,286.21875 L 194.375,289.34375 L 197.78125,289.125 L 200.75,288.0625 L 203.75,289.78125 L 204.8125,288.9375 L 204.59375,286.15625 L 206.28125,284.875 L 207.78125,287.4375 L 209.03125,288.71875 L 212.65625,287.21875 L 214.15625,285.53125 L 217.53125,285.53125 L 219.28125,286.40625 L 219.40625,282.71875 L 218.0625,281.15625 L 219.625,280 L 222.15625,277.0625 L 226.4375,276.875 L 226.4375,274.53125 L 228.59375,272.75 L 233.875,271.78125 L 234.25,268.84375 L 232.125,267.6875 L 230.9375,263.59375 L 227.8125,263.1875 L 225.875,261.25 L 222.15625,258.3125 L 222.9375,255.96875 L 222.9375,252.25 L 219.40625,248.75 L 219.03125,246 L 215.6875,242.5 L 214.53125,237.8125 L 213.15625,237.21875 L 211.59375,235.0625 L 210.03125,236.03125 L 210.4375,238.1875 L 205.34375,239.375 L 199.5,239.375 L 199.6875,237.03125 L 199.6875,233.3125 L 195,231.9375 L 195,229.59375 L 191.28125,228.8125 L 190.5,225.6875 L 188.75,225.6875 z" id="departement86" inkscape:label="#path8891"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 206.28125,284.875 L 204.59375,286.15625 L 204.8125,288.9375 L 203.75,289.78125 L 200.75,288.0625 L 197.78125,289.125 L 194.375,289.34375 L 191.8125,286.21875 L 191,286.375 L 187.59375,288.0625 L 185.03125,288.71875 L 185.03125,290.1875 L 183.5625,291.90625 L 183.96875,292.96875 L 182.0625,294.03125 L 180.375,300.1875 L 179.9375,304.21875 L 178.46875,304.84375 L 176.34375,304.65625 L 175.90625,303.59375 L 173.5625,303.59375 L 172.3125,304.65625 L 169.53125,304.65625 L 167.1875,305.90625 L 168.90625,306.5625 L 169.125,311.03125 L 169.96875,311.21875 L 168.46875,312.9375 L 170.1875,314 L 172.5,316.125 L 173.78125,318.25 L 175.28125,319.71875 L 174.84375,321.84375 L 174,322.6875 L 175.28125,323.96875 L 175.28125,325.46875 L 172.71875,327.59375 L 173.78125,328.4375 L 175.28125,328.875 L 175.28125,329.28125 L 173.15625,330.125 L 173.34375,331.1875 L 174.625,331.84375 L 178.65625,331.1875 L 180.375,333.09375 L 181.65625,334.8125 L 185.8125,337.625 L 186.40625,336.625 L 190.3125,337.03125 L 192.25,335.25 L 195.78125,331.75 L 195.96875,324.90625 L 205.15625,318.65625 L 205.34375,313.96875 L 208.09375,313.59375 L 209.84375,310.46875 L 210.9375,310.5 L 211.59375,307.53125 L 213.15625,307.34375 L 214.125,304.59375 L 216.09375,304 L 218.4375,302.4375 L 218.0625,297.5625 L 219.8125,296.96875 L 223.3125,296.1875 L 223.125,294.4375 L 222.53125,291.71875 L 219.8125,291.5 L 218.25,289.75 L 219.21875,288 L 219.28125,286.40625 L 217.53125,285.53125 L 214.15625,285.53125 L 212.65625,287.21875 L 209.03125,288.71875 L 207.78125,287.4375 L 206.28125,284.875 z" id="departement16" inkscape:label="#path8898"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 181.71875,229.40625 L 176.4375,229.59375 L 171.5625,230.5625 L 166.28125,230.96875 L 166.28125,233.6875 L 163.5625,235.46875 L 157.5,234.09375 L 153.40625,235.84375 L 155.34375,238.59375 L 155.34375,240.9375 L 160.03125,244.84375 L 158.875,247.375 L 162,250.875 L 160.625,252.65625 L 162.5625,255.5625 L 163.15625,261.03125 L 162,262.59375 L 163.375,264.9375 L 162,267.5 L 162.1875,269.0625 L 163.75,267.875 L 165.6875,269.84375 L 162.96875,271.59375 L 162,272.75 L 159.84375,273.34375 L 157.3125,274.53125 L 157.125,274.375 L 157.21875,277.25 L 159.34375,279.5625 L 159.34375,280.84375 L 162.53125,283.1875 L 166.5625,283.40625 L 169.3125,287 L 173.78125,286.59375 L 177.40625,289.125 L 180.15625,290.40625 L 180.59375,292.53125 L 182.125,294 L 183.96875,292.96875 L 183.5625,291.90625 L 185.03125,290.1875 L 185.03125,288.71875 L 187.59375,288.0625 L 191,286.375 L 194.59375,285.75 L 195.25,283.8125 L 192.25,282.96875 L 190.78125,280.625 L 191.84375,278.09375 L 193.125,276.59375 L 193.125,273.40625 L 191.84375,272.5625 L 190.15625,273.40625 L 190.15625,274.46875 L 189.28125,275.75 L 187.59375,273.84375 L 187.375,272.5625 L 188.03125,271.09375 L 186.53125,270.03125 L 186.53125,265.5625 L 185.6875,265.34375 L 185.6875,263.84375 L 186.96875,261.71875 L 187.15625,260.65625 L 188.03125,258.34375 L 187.375,256.84375 L 185.25,256 L 187.375,252.8125 L 188.03125,251.125 L 188.03125,250.0625 L 186.53125,248.34375 L 186.53125,247.71875 L 187.375,246.21875 L 186.75,245.15625 L 188.03125,243.6875 L 186.96875,241.34375 L 186.3125,237.9375 L 186.09375,235.8125 L 184.40625,236.03125 L 184.09375,231.21875 L 183.6875,231.9375 L 182.3125,230.78125 L 181.71875,229.40625 z" id="departement79" inkscape:label="#path8905"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 69.78125,123.21875 L 68,124.59375 L 63.53125,125.15625 L 62.53125,126.53125 L 59.40625,124.1875 L 55.3125,126.9375 L 56.875,129.0625 L 54.15625,132.78125 L 54.03125,132.71875 L 52.90625,137.96875 L 55.3125,138.125 L 55.15625,140.21875 L 56.9375,141.34375 L 55.3125,142.96875 L 54.1875,143.78125 L 54.34375,145.6875 L 56.78125,146.5 L 54.5,147.15625 L 54.5,149.5625 L 55.96875,151.5 L 56.28125,157.15625 L 55.3125,158.125 L 56.125,161.03125 L 59.1875,161.84375 L 59.5,163.4375 L 61.4375,163.59375 L 63.0625,162.46875 L 64.03125,163.4375 L 67.75,165.0625 L 70.8125,163.4375 L 71.59375,161.84375 L 74.1875,161.65625 L 77.09375,164.25 L 79.84375,163.59375 L 82.25,166.03125 L 83.375,166.03125 L 84.5,167.46875 L 86.78125,167.46875 L 87.5625,166.34375 L 88.53125,168.4375 L 90.96875,169.40625 L 94.03125,167.46875 L 94.03125,165.375 L 96.28125,164.5625 L 97.71875,164.5625 L 99.5,167.8125 L 103.375,168.125 L 105.3125,165.6875 L 107.40625,161.1875 L 110.15625,160.21875 L 111.59375,158.125 L 113.0625,159.5625 L 116.125,158.9375 L 117.09375,150.0625 L 118.0625,146.5 L 117.09375,144.5625 L 115.46875,143.9375 L 114.375,138.03125 L 113.125,139.4375 L 109.40625,139.03125 L 109.03125,141.1875 L 106.6875,141.375 L 106.5,138.65625 L 104.53125,138.0625 L 103.15625,139.625 L 103.15625,135.71875 L 100.8125,137.46875 L 97.3125,136.875 L 96.125,139.21875 L 88.90625,143.125 L 88.90625,145.09375 L 87.34375,145.09375 L 87.34375,141.5625 L 83.25,139.625 L 83.625,136.09375 L 79.9375,133.375 L 79.9375,130.0625 L 77.1875,129.46875 L 77.375,126.34375 L 75.25,126.15625 L 75.4375,124 L 71.53125,124 L 70.9375,125.9375 L 69.78125,123.21875 z" id="departement22" inkscape:label="#path9789"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 138.53125,229.5625 L 137.40625,231.65625 L 134.1875,231.65625 L 135.46875,232.96875 L 134.5,236.1875 L 131.59375,237.15625 L 130.46875,236.34375 L 130.96875,233.125 L 130.15625,231.34375 L 128.375,231.34375 L 127.09375,232.78125 L 127.71875,237.3125 L 129.1875,239.40625 L 127.71875,241.03125 L 125,240.53125 L 120.96875,239.5625 L 119.84375,236.5 L 117.25,236.1875 L 113.875,234.71875 L 113.0625,232.78125 L 109.375,230.375 L 103.5625,237.875 L 103.375,242.5625 L 109.40625,248.40625 L 109.21875,250.15625 L 110.96875,250.15625 L 114.6875,261.3125 L 118.59375,263.25 L 122.5,267.15625 L 127,267.15625 L 128.75,271.0625 L 133.0625,271.0625 L 135,274 L 139.3125,276.15625 L 139.5,273.40625 L 140.59375,274.4375 L 146.5625,270.8125 L 149.3125,270.625 L 150.46875,273.75 L 154.1875,272.1875 L 157.3125,274.53125 L 159.84375,273.34375 L 162,272.75 L 162.96875,271.59375 L 165.6875,269.84375 L 163.75,267.875 L 162.1875,269.0625 L 162,267.5 L 163.375,264.9375 L 162,262.59375 L 163.15625,261.03125 L 162.5625,255.5625 L 160.625,252.65625 L 162,250.875 L 158.875,247.375 L 160.03125,244.84375 L 155.34375,240.9375 L 155.34375,238.59375 L 153.40625,235.84375 L 153.78125,235.6875 L 151.125,233.4375 L 146.125,233.4375 L 144.5,232.46875 L 142.25,232.15625 L 139.65625,229.71875 L 138.53125,229.5625 z" id="departement85" inkscape:label="#path9791"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 119.5625,77.5 L 118.78125,79.46875 L 122.90625,82.78125 L 122.90625,87.09375 L 121.34375,89.03125 L 122.3125,90 L 122.90625,90.40625 L 122.5,94.125 L 123.875,97.25 L 128.375,102.3125 L 129.34375,106.8125 L 130.3125,108.1875 L 130.3125,115.21875 L 132.65625,119.90625 L 132.65625,125.375 L 130.125,130.4375 L 132.84375,137.46875 L 137.15625,138.4375 L 137.53125,140.40625 L 135.40625,141.375 L 131.71875,141.375 L 132.3125,143.84375 L 133.46875,147.5625 L 136.8125,150.5 L 138.375,150.875 L 139.9375,148.75 L 141.6875,148.53125 L 143.8125,146 L 145.78125,147.5625 L 148.125,147.5625 L 149.6875,148.34375 L 149.6875,148.71875 L 153,149.125 L 154.96875,147.5625 L 157.875,148.75 L 157.9375,148.875 L 161.28125,146.03125 L 162.40625,142.3125 L 162.09375,140.6875 L 162.5625,138.78125 L 160.625,136.84375 L 155.625,133.59375 L 151.9375,133.28125 L 148.21875,128.59375 L 151.28125,127.46875 L 152.5625,125.0625 L 150.96875,123.59375 L 152.40625,122.3125 L 153.84375,123.4375 L 156.4375,121.84375 L 158.0625,119.25 L 158.6875,116.6875 L 157.5625,114.40625 L 158.21875,113.59375 L 156.75,111.1875 L 158.375,109.09375 L 157.09375,107.46875 L 155.46875,109.5625 L 153.21875,108.28125 L 149.5,104.5625 L 149.34375,102.96875 L 150.46875,101.84375 L 150.125,99.6875 L 148.28125,100.15625 L 148.09375,95.46875 L 143,89.4375 L 144.5625,85.53125 L 146.71875,85.53125 L 144.78125,80.25 L 136.375,79.84375 L 131.875,82.96875 L 126.8125,79.65625 L 119.5625,77.5 z" id="departement50" inkscape:label="#path9793"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 56,160.59375 L 52.75,162.15625 L 50.46875,162.15625 L 48.0625,164.09375 L 48.21875,165.53125 L 49.65625,169.25 L 50.46875,172.15625 L 55.46875,172.96875 L 57.90625,174.90625 L 58.875,173.75 L 60.46875,175.875 L 59.65625,176.84375 L 59.5,179.71875 L 58.0625,179.71875 L 56.9375,181.5 L 54.65625,181.5 L 53.71875,185.34375 L 55.90625,188.84375 L 59.03125,189.625 L 60.1875,187.875 L 59.625,190 L 62.34375,191.1875 L 65.875,194.6875 L 67.03125,196.84375 L 66.65625,199.375 L 66.25,201.9375 L 68.59375,203.6875 L 69.78125,202.3125 L 68.59375,200.75 L 68.59375,197.25 L 70.9375,197.8125 L 71.71875,195.46875 L 72.3125,196.84375 L 74.84375,199 L 76.03125,197.03125 L 74.84375,194.3125 L 77,197.25 L 79.71875,196.84375 L 79.15625,195.46875 L 81.6875,196.0625 L 83.625,198.40625 L 82.65625,199.96875 L 80.125,199.1875 L 77.1875,197.8125 L 75.625,199.78125 L 77.96875,200.5625 L 79.71875,203.28125 L 90.28125,202.3125 L 93,202.90625 L 91.65625,204.0625 L 91.84375,205.84375 L 92.21875,206.125 L 93.0625,205.96875 L 94.8125,204.21875 L 95.96875,205.5625 L 99.09375,205.5625 L 102.8125,203.625 L 108.28125,201.46875 L 108.46875,196 L 109.625,195.375 L 107.5625,191.5 L 109.34375,190.0625 L 109.03125,189.09375 L 107.90625,188.4375 L 109.65625,187.625 L 111.28125,185.6875 L 111.125,183.75 L 109.03125,183.75 L 108.53125,181.84375 L 110,179.90625 L 108.375,177 L 105.96875,175.53125 L 103.21875,175.53125 L 102.25,175.21875 L 102.25,173.9375 L 103.6875,172.625 L 104.5,169.40625 L 104.03125,167.3125 L 103.375,168.125 L 99.5,167.8125 L 97.71875,164.5625 L 96.28125,164.5625 L 94.03125,165.375 L 94.03125,167.46875 L 90.96875,169.40625 L 88.53125,168.4375 L 87.5625,166.34375 L 86.78125,167.46875 L 84.5,167.46875 L 83.375,166.03125 L 82.25,166.03125 L 79.84375,163.59375 L 77.09375,164.25 L 74.1875,161.65625 L 71.59375,161.84375 L 70.8125,163.4375 L 67.75,165.0625 L 64.03125,163.4375 L 63.0625,162.46875 L 61.4375,163.59375 L 59.5,163.4375 L 59.1875,161.84375 L 56.125,161.03125 L 56,160.59375 z" id="departement56" inkscape:label="#path10671"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 40.65625,129.0625 L 38.53125,131.40625 L 36.1875,130.4375 L 31.875,130.84375 L 31.09375,132.78125 L 28.5625,133.375 L 28.15625,131.21875 L 23.6875,131.8125 L 23.6875,133.1875 L 20.5625,133.375 L 19.1875,132.40625 L 17.625,133.1875 L 17.21875,135.53125 L 11.96875,135.71875 L 9.21875,139.03125 L 11.5625,140.78125 L 8.4375,143.34375 L 9.40625,145.09375 L 8.625,149.375 L 11.75,149.78125 L 12.9375,148.59375 L 13.53125,149.375 L 20.9375,148.40625 L 25.8125,144.90625 L 21.53125,149 L 21.90625,150.9375 L 25.8125,149.1875 L 25.03125,151.9375 L 29.34375,152.125 L 29.15625,153.28125 L 24.46875,153.09375 L 20.75,152.125 L 16.25,149.96875 L 13.53125,153.09375 L 17.03125,154.28125 L 16.84375,159.53125 L 17.8125,158.75 L 19.96875,155.4375 L 24.0625,157.78125 L 26.03125,158.1875 L 26.8125,161.3125 L 25.625,163.4375 L 23.09375,163.25 L 20.75,163.25 L 16.84375,163.84375 L 10.1875,164.21875 L 8.84375,166 L 10.78125,167.15625 L 12.9375,166.96875 L 14.6875,168.53125 L 17.21875,168.34375 L 21.34375,173.03125 L 22.3125,178.09375 L 20.9375,180.84375 L 25.03125,181.625 L 29.53125,181.40625 L 30.5,179.65625 L 28.75,177.3125 L 30.5,178.09375 L 32.28125,177.90625 L 35.40625,179.65625 L 37.34375,179.28125 L 37.34375,175.9375 L 38.125,179.28125 L 40.65625,183.375 L 46.125,183.75 L 46.34375,182.59375 L 47.6875,184.53125 L 51.03125,185.125 L 53.5625,185.125 L 53.71875,185.34375 L 54.65625,181.5 L 56.9375,181.5 L 58.0625,179.71875 L 59.5,179.71875 L 59.65625,176.84375 L 60.46875,175.875 L 58.875,173.75 L 57.90625,174.90625 L 55.46875,172.96875 L 50.46875,172.15625 L 49.65625,169.25 L 48.21875,165.53125 L 48.0625,164.09375 L 50.46875,162.15625 L 52.75,162.15625 L 56,160.59375 L 55.3125,158.125 L 56.28125,157.15625 L 55.96875,151.5 L 54.5,149.5625 L 54.5,147.15625 L 56.78125,146.5 L 54.34375,145.6875 L 54.1875,143.78125 L 55.3125,142.96875 L 56.9375,141.34375 L 55.15625,140.21875 L 55.3125,138.125 L 52.90625,137.96875 L 54.03125,132.71875 L 50.8125,130.84375 L 45.34375,131.03125 L 45.34375,134.9375 L 43.78125,134.9375 L 43.40625,133.1875 L 41.0625,133.5625 L 40.65625,129.0625 z" id="departement29" inkscape:label="#path10678"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 116.25,135.90625 L 114.375,138.03125 L 115.46875,143.9375 L 117.09375,144.5625 L 118.0625,146.5 L 117.09375,150.0625 L 116.125,158.9375 L 113.0625,159.5625 L 111.59375,158.125 L 110.15625,160.21875 L 107.40625,161.1875 L 105.3125,165.6875 L 104.03125,167.3125 L 104.5,169.40625 L 103.6875,172.625 L 102.25,173.9375 L 102.25,175.21875 L 103.21875,175.53125 L 105.96875,175.53125 L 108.375,177 L 110,179.90625 L 108.53125,181.84375 L 109.03125,183.75 L 111.125,183.75 L 111.28125,185.6875 L 109.65625,187.625 L 107.90625,188.4375 L 109.03125,189.09375 L 109.34375,190.0625 L 107.5625,191.5 L 109.625,195.375 L 113.5625,193.28125 L 125.65625,192.6875 L 126.4375,190.53125 L 128.40625,188.59375 L 132.6875,188 L 132.875,185.84375 L 135.8125,186.25 L 137.5625,188.59375 L 141.5,189.5625 L 142.25,188 L 143.25,184.46875 L 145.78125,178.21875 L 147.15625,177.4375 L 150.46875,177.84375 L 150.46875,172.5625 L 149.09375,171.1875 L 149.09375,165.53125 L 148.5,163.59375 L 148.5,160.46875 L 150.46875,158.5 L 150.46875,154.59375 L 149.5,153.8125 L 149.6875,148.34375 L 148.125,147.5625 L 145.78125,147.5625 L 143.8125,146 L 141.6875,148.53125 L 139.9375,148.75 L 138.375,150.875 L 136.8125,150.5 L 133.46875,147.5625 L 132.3125,143.84375 L 131.71875,141.375 L 122.125,141.375 L 118.59375,139.21875 L 120.9375,136.09375 L 116.25,135.90625 z" id="departement35" inkscape:label="#path10682"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 132.875,185.84375 L 132.6875,188 L 128.40625,188.59375 L 126.4375,190.53125 L 125.65625,192.6875 L 113.5625,193.28125 L 108.46875,196 L 108.28125,201.46875 L 102.8125,203.625 L 99.09375,205.5625 L 95.96875,205.5625 L 94.8125,204.21875 L 93.0625,205.96875 L 92.21875,206.125 L 93.21875,206.8125 L 89.5,210.125 L 90.28125,210.90625 L 91.0625,212.46875 L 89.09375,215.21875 L 91.25,216.375 L 94.96875,217.15625 L 95.34375,215.59375 L 97.5,218.34375 L 101.03125,218.34375 L 103.5625,215.59375 L 106.875,215.59375 L 103.375,217.34375 L 103.5625,219.3125 L 104.34375,221.0625 L 102.1875,223.21875 L 99.84375,223.21875 L 100.25,226.15625 L 104.53125,225.375 L 109.625,230.0625 L 109.375,230.375 L 113.0625,232.78125 L 113.875,234.71875 L 117.25,236.1875 L 119.84375,236.5 L 120.96875,239.5625 L 125,240.53125 L 127.71875,241.03125 L 129.1875,239.40625 L 127.71875,237.3125 L 127.09375,232.78125 L 128.375,231.34375 L 130.15625,231.34375 L 130.96875,233.125 L 130.46875,236.34375 L 131.59375,237.15625 L 134.5,236.1875 L 135.46875,232.96875 L 134.1875,231.65625 L 137.40625,231.65625 L 138.53125,229.5625 L 139.65625,229.71875 L 142.25,232.15625 L 144.125,232.40625 L 144.1875,230.375 L 142.5625,228.28125 L 141.125,228.28125 L 140.625,228.4375 L 139.65625,227.96875 L 140.46875,227.15625 L 140.46875,225.6875 L 142.09375,225.21875 L 143.0625,222.96875 L 142.25,222.15625 L 142.09375,219.40625 L 140,219.40625 L 137.90625,216.8125 L 137.90625,214.90625 L 140.15625,213.75 L 144.1875,212.96875 L 150.46875,213.125 L 152.40625,211.8125 L 151.75,207.78125 L 148.84375,205.0625 L 145.3125,205.53125 L 144.34375,204.71875 L 144.1875,201.84375 L 146.75,199.5625 L 144.8125,197.15625 L 143.53125,193.75 L 141.4375,192.46875 L 141.4375,190.21875 L 141.21875,189.5 L 137.5625,188.59375 L 135.8125,186.25 L 132.875,185.84375 z" id="departement44" inkscape:label="#path10689"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 141.9375,188.6875 L 141.5,189.5625 L 141.21875,189.5 L 141.4375,190.21875 L 141.4375,192.46875 L 143.53125,193.75 L 144.8125,197.15625 L 146.75,199.5625 L 144.1875,201.84375 L 144.34375,204.71875 L 145.3125,205.53125 L 148.84375,205.0625 L 151.75,207.78125 L 152.40625,211.8125 L 150.46875,213.125 L 144.1875,212.96875 L 140.15625,213.75 L 137.90625,214.90625 L 137.90625,216.8125 L 140,219.40625 L 142.09375,219.40625 L 142.25,222.15625 L 143.0625,222.96875 L 142.09375,225.21875 L 140.46875,225.6875 L 140.46875,227.15625 L 139.65625,227.96875 L 140.625,228.4375 L 141.125,228.28125 L 142.5625,228.28125 L 144.1875,230.375 L 144.125,232.40625 L 144.5,232.46875 L 146.125,233.4375 L 151.125,233.4375 L 153.78125,235.6875 L 157.5,234.09375 L 163.5625,235.46875 L 166.28125,233.6875 L 166.28125,230.96875 L 171.5625,230.5625 L 176.4375,229.59375 L 181.71875,229.40625 L 182.3125,230.78125 L 183.6875,231.9375 L 185.03125,229.59375 L 188.75,225.6875 L 190.25,225.6875 L 192.46875,217.6875 L 195.59375,213.96875 L 195.375,209.6875 L 197.34375,207.125 L 197.34375,205.96875 L 196.375,204.78125 L 197,203.5 L 194.34375,202.46875 L 186.125,197.46875 L 178.53125,195.21875 L 175.625,195.0625 L 175.625,193.125 L 173.84375,191.65625 L 171.9375,191.65625 L 168.375,190.53125 L 166.125,192.78125 L 160.96875,192.96875 L 158.6875,191.65625 L 152.90625,189.90625 L 151.59375,191.5 L 148.375,189.40625 L 145.46875,189.40625 L 141.9375,188.6875 z" id="departement49" inkscape:label="#path10696"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 202.4375,151.875 L 197.15625,152.0625 L 191.875,156.9375 L 189.125,156.78125 L 185.46875,157.96875 L 184.34375,159.90625 L 183.84375,164.09375 L 184.1875,166.65625 L 181.28125,169.09375 L 180.46875,170.6875 L 181.125,172.15625 L 180.3125,174.09375 L 180.625,174.90625 L 177.40625,175.21875 L 176.9375,176.65625 L 178.375,180.21875 L 178.21875,181.1875 L 176.9375,182.3125 L 174.1875,182.46875 L 173.84375,183.4375 L 174.5,184.40625 L 174.5,190.21875 L 173.875,191.6875 L 175.625,193.125 L 175.625,195.0625 L 178.53125,195.21875 L 186.125,197.46875 L 194.34375,202.46875 L 197,203.5 L 198.3125,200.875 L 202.21875,203.625 L 204.375,203.625 L 203.1875,199.71875 L 205.5625,201.28125 L 206.90625,199.3125 L 212.5625,197.75 L 211.59375,195.40625 L 212.96875,193.65625 L 215.90625,192.5 L 218.625,188.96875 L 218.625,185.25 L 220.59375,185.25 L 221.375,182.53125 L 221.5625,178.4375 L 219.625,176.65625 L 221.1875,173.9375 L 223.5,171 L 220.78125,169.0625 L 218.25,168.65625 L 215.5,164.5625 L 214.71875,164.5625 L 214.53125,166.5 L 214.34375,165.15625 L 210.25,165.15625 L 208.28125,162.21875 L 204.96875,161.03125 L 204,154 L 202.4375,151.875 z" id="departement72" inkscape:label="#path10703"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 182.5,146.40625 L 180.5625,146.59375 L 179.75,148.53125 L 176.84375,149.71875 L 171.5625,148.9375 L 166.28125,152.0625 L 164.34375,150.6875 L 161.40625,152.65625 L 159.25,151.09375 L 157.875,148.75 L 154.96875,147.5625 L 153,149.125 L 149.6875,148.71875 L 149.5,153.8125 L 150.46875,154.59375 L 150.46875,158.5 L 148.5,160.46875 L 148.5,163.59375 L 149.09375,165.53125 L 149.09375,171.1875 L 150.46875,172.5625 L 150.46875,177.84375 L 147.15625,177.4375 L 145.78125,178.21875 L 143.25,184.46875 L 142.25,188 L 141.9375,188.6875 L 145.46875,189.40625 L 148.375,189.40625 L 151.59375,191.5 L 152.90625,189.90625 L 158.6875,191.65625 L 160.96875,192.96875 L 166.125,192.78125 L 168.375,190.53125 L 171.9375,191.65625 L 173.84375,191.65625 L 173.875,191.6875 L 174.5,190.21875 L 174.5,184.40625 L 173.84375,183.4375 L 174.1875,182.46875 L 176.9375,182.3125 L 178.21875,181.1875 L 178.375,180.21875 L 176.9375,176.65625 L 177.40625,175.21875 L 180.625,174.90625 L 180.3125,174.09375 L 181.125,172.15625 L 180.46875,170.6875 L 181.28125,169.09375 L 184.1875,166.65625 L 183.84375,164.09375 L 184.34375,159.90625 L 185.46875,157.96875 L 189.125,156.78125 L 188.5625,156.75 L 187.5625,153.21875 L 185.03125,152.25 L 184.25,147.96875 L 182.5,146.40625 z" id="departement53" inkscape:label="#path10710"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 202.65625,97.78125 L 198.09375,98.59375 L 190.65625,102.90625 L 182.28125,106.21875 L 175.625,102.5 L 159.625,100.15625 L 155.90625,98.21875 L 150.125,99.6875 L 150.46875,101.84375 L 149.34375,102.96875 L 149.5,104.5625 L 153.21875,108.28125 L 155.46875,109.5625 L 157.09375,107.46875 L 158.375,109.09375 L 156.75,111.1875 L 158.21875,113.59375 L 157.5625,114.40625 L 158.6875,116.6875 L 158.0625,119.25 L 156.4375,121.84375 L 153.84375,123.4375 L 152.40625,122.3125 L 150.96875,123.59375 L 152.5625,125.0625 L 151.28125,127.46875 L 148.21875,128.59375 L 151.9375,133.28125 L 155.625,133.59375 L 158.46875,135.4375 L 162.40625,134.25 L 165.3125,130.875 L 169.34375,132 L 172.875,129.5625 L 175,128.78125 L 177.25,131.03125 L 180.96875,130.375 L 184.1875,132.15625 L 188.21875,130.875 L 191.90625,128.125 L 194.34375,125.375 L 195.96875,125.0625 L 196.4375,127.15625 L 197.71875,126.84375 L 197.875,125.375 L 201.59375,124.75 L 202.875,125.53125 L 206.84375,124.65625 L 207.5,122.75 L 207.3125,121 L 205.34375,120.21875 L 205.15625,118.84375 L 206.90625,117.6875 L 207.125,115.71875 L 205.9375,111.03125 L 203.59375,107.71875 L 205.5625,106.5625 L 205.5625,105.78125 L 203.59375,105.1875 L 202.65625,97.78125 z" id="departement14" inkscape:label="#path10717"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 206.84375,124.65625 L 202.875,125.53125 L 201.59375,124.75 L 197.875,125.375 L 197.71875,126.84375 L 196.4375,127.15625 L 195.96875,125.0625 L 194.34375,125.375 L 191.90625,128.125 L 188.21875,130.875 L 184.1875,132.15625 L 180.96875,130.375 L 177.25,131.03125 L 175,128.78125 L 172.875,129.5625 L 169.34375,132 L 165.3125,130.875 L 162.40625,134.25 L 158.46875,135.4375 L 160.625,136.84375 L 162.5625,138.78125 L 162.09375,140.6875 L 162.40625,142.3125 L 161.28125,146.03125 L 157.9375,148.875 L 159.25,151.09375 L 161.40625,152.65625 L 164.34375,150.6875 L 166.28125,152.0625 L 171.5625,148.9375 L 176.84375,149.71875 L 179.75,148.53125 L 180.5625,146.59375 L 182.5,146.40625 L 184.25,147.96875 L 185.03125,152.25 L 187.5625,153.21875 L 188.5625,156.75 L 191.875,156.9375 L 197.15625,152.0625 L 202.4375,151.875 L 204,154 L 204.96875,161.03125 L 208.28125,162.21875 L 210.25,165.15625 L 214.34375,165.15625 L 214.53125,166.5 L 214.71875,164.5625 L 215.5,164.5625 L 218.25,168.65625 L 220.375,169 L 220.375,164.375 L 219.03125,162.59375 L 218.625,161.03125 L 221.5625,159.28125 L 224.5,158.6875 L 226.4375,156.34375 L 226.0625,149.125 L 221.9375,145.625 L 221.75,142.28125 L 218.25,139.9375 L 219.625,138 L 218.8125,135.0625 L 216.09375,134.09375 L 214.125,132.125 L 212.96875,129.40625 L 207.5,129.21875 L 205.9375,127.25 L 206.84375,124.65625 z" id="departement61" inkscape:label="#path10724"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 247.15625,126.09375 L 245.96875,127.0625 L 245.96875,130.1875 L 242.0625,132.125 L 242.0625,135.0625 L 240.90625,136.4375 L 236,136.4375 L 233.6875,135.46875 L 226.625,139.15625 L 223.90625,139.15625 L 221.09375,141.84375 L 221.75,142.28125 L 221.9375,145.625 L 226.0625,149.125 L 226.4375,156.34375 L 224.5,158.6875 L 221.5625,159.28125 L 218.625,161.03125 L 219.03125,162.59375 L 220.375,164.375 L 220.375,169 L 220.78125,169.0625 L 223.5,171 L 222.5,172.25 L 224.4375,173.21875 L 227.53125,172.65625 L 229.34375,172.65625 L 229.21875,173.5 L 227.53125,174.46875 L 228.65625,175.3125 L 231.46875,175.3125 L 232.4375,177.5625 L 234.125,178.53125 L 235.375,181.34375 L 239.71875,182.46875 L 242.40625,182.1875 L 244.78125,179.9375 L 246.90625,180.53125 L 247.4375,179.375 L 247.3125,178.125 L 248.4375,177.28125 L 250.25,178.40625 L 251.375,177.5625 L 251.375,176.03125 L 252.90625,175.03125 L 254.3125,175.59375 L 255.5625,177 L 257.8125,175.75 L 260.1875,175.75 L 261.875,173.90625 L 262.875,170.28125 L 264.40625,170 L 264,166.34375 L 265.8125,164.8125 L 265.25,163.6875 L 265.46875,163.3125 L 264.9375,163.375 L 264.53125,158.125 L 264.125,157.53125 L 263.75,155 L 259.65625,154.21875 L 257.875,152.0625 L 257.3125,147.75 L 254.96875,147.375 L 254.5625,145.21875 L 251.84375,143.28125 L 250.46875,139.9375 L 251.84375,137.59375 L 250.46875,136.03125 L 250.46875,134.09375 L 251.25,131.9375 L 249.6875,130.375 L 249.09375,128.03125 L 247.15625,126.09375 z" id="departement28" inkscape:label="#path11613"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 318.4375,157.34375 L 316.6875,158.6875 L 309.0625,158.3125 L 305.5625,160.0625 L 304.1875,163 L 305.75,164.75 L 303.40625,167.5 L 301.625,169.625 L 305.15625,172.96875 L 306.125,176.09375 L 308.6875,178.8125 L 308.6875,182.34375 L 303.59375,186.625 L 305.34375,188.59375 L 304.96875,191.5 L 302.21875,193.46875 L 298.3125,193.46875 L 298.90625,195.625 L 301.4375,199.125 L 302.03125,202.25 L 302.625,204.40625 L 301.46875,204.75 L 303.9375,205.3125 L 305.78125,205.3125 L 306.75,203.78125 L 308,203.78125 L 309.40625,205.03125 L 309.125,206.59375 L 310.40625,207.4375 L 312.21875,207.4375 L 314.75,209.125 L 315.875,208.5625 L 317,209.53125 L 318.125,209.25 L 320.0625,208 L 321.90625,208.5625 L 323.15625,208.28125 L 323.15625,204.78125 L 323.84375,204.90625 L 324.28125,206.71875 L 326.53125,208.125 L 326.53125,210.25 L 329.75,210.375 L 333.96875,214.3125 L 336.625,214.4375 L 336.46875,213.1875 L 337.59375,211.5 L 338.59375,212.75 L 337.75,214.15625 L 338.15625,215.4375 L 339.6875,214.4375 L 341.53125,214.4375 L 341.375,217.25 L 343.0625,218.375 L 344.34375,217.8125 L 347.46875,215.6875 L 347.28125,215.28125 L 345.4375,214.15625 L 345.3125,212.1875 L 347.28125,211.21875 L 348.125,210.09375 L 347.5625,209.125 L 347.5625,206.875 L 349.09375,204.625 L 351.34375,199.84375 L 351.75,197.75 L 353.15625,197.1875 L 353.3125,196.78125 L 352.59375,196.21875 L 352.59375,194.53125 L 354.84375,192.84375 L 355.40625,190.03125 L 354.4375,188.375 L 352.875,188.375 L 352.46875,187.9375 L 352.46875,185.5625 L 354.4375,184.15625 L 354.28125,182.75 L 354,181.34375 L 353,183.5 L 351.625,183.3125 L 350.46875,181.15625 L 346.5625,183.125 L 338.75,182.71875 L 337.78125,180.5625 L 335.625,177.65625 L 335.25,174.125 L 332.125,170.40625 L 330.15625,171.78125 L 326.625,169.0625 L 327.21875,163.78125 L 322.15625,158.5 L 319.8125,158.5 L 318.4375,157.34375 z" id="departement89" inkscape:label="#path11615"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 423.5,175.5 L 419.8125,176.09375 L 419.21875,178.03125 L 417.25,179.40625 L 415.90625,177.84375 L 414.9375,178.4375 L 415.6875,179.59375 L 413.75,180.78125 L 414.34375,182.34375 L 412.1875,183.125 L 412.1875,185.65625 L 409.4375,185.65625 L 409.25,187.21875 L 406.53125,187.8125 L 406.71875,190.15625 L 408.46875,190.34375 L 407.5,191.5 L 406.90625,195.40625 L 405.15625,195.40625 L 402.21875,196.59375 L 399.09375,195.40625 L 396.375,196.59375 L 396.375,198.5625 L 398.5,198.9375 L 400.0625,202.0625 L 400.28125,203.625 L 397.75,206.5625 L 396.5625,206.9375 L 395.78125,207.90625 L 397.9375,208.90625 L 398.3125,212.03125 L 400.0625,212.21875 L 400.28125,216.125 L 401.0625,216.90625 L 401.15625,217.53125 L 402.65625,217.9375 L 404.34375,219.34375 L 406.875,219.34375 L 407.84375,218.375 L 409.5625,218.4375 L 411.34375,218.5 L 415.28125,215.28125 L 416.40625,215.28125 L 417.65625,214.3125 L 421.71875,214.4375 L 424.8125,211.90625 L 427.0625,211.5 L 427.90625,209.40625 L 429.71875,208.84375 L 431.53125,205.75 L 434.0625,203.78125 L 436.71875,203.375 L 438.6875,204.78125 L 442.34375,204.34375 L 442.34375,202.375 L 443.8125,201.53125 L 444.96875,199.9375 L 447.21875,199.9375 L 448.46875,198.625 L 448.9375,195.5 L 448.9375,193.5625 L 448.09375,190.59375 L 448.09375,188.09375 L 449.625,186.96875 L 451.4375,186.03125 L 451.25,185.65625 L 445,182.34375 L 443.25,180.375 L 441.5,179.21875 L 439.9375,180 L 439.71875,181.15625 L 438.15625,182.125 L 437.1875,182.125 L 434.25,178.8125 L 430.15625,178.8125 L 428.40625,180.1875 L 426.84375,180.375 L 424.3125,178.4375 L 424.5,176.28125 L 423.5,175.5 z" id="departement70"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 241.9375,61.5 L 240.65625,63.0625 L 232.28125,69.5 L 217.4375,73.21875 L 207.65625,76.71875 L 199.65625,81.03125 L 194.96875,88.0625 L 194,93.53125 L 197.90625,96.46875 L 203.5625,97.625 L 202.65625,97.78125 L 202.6875,97.9375 L 207.0625,97.375 L 209.3125,94.96875 L 211,94.5625 L 212.9375,97.9375 L 215.625,97.65625 L 216.75,99.59375 L 221.5,99.3125 L 226.28125,102.6875 L 223.1875,103.65625 L 225.4375,105.34375 L 226.84375,105.34375 L 228.09375,108.03125 L 230.34375,108.03125 L 231.03125,106.34375 L 229.34375,105.21875 L 234.125,103.8125 L 239.15625,103.25 L 240.4375,99.59375 L 242.8125,97.5 L 247.3125,97.375 L 252.5,100.03125 L 255.59375,100.375 L 256.125,98.75 L 257.5,96.1875 L 258.28125,94.84375 L 256.3125,94.84375 L 256.3125,91.5 L 255.15625,89.5625 L 255.9375,85.65625 L 256.71875,83.6875 L 255.15625,83.6875 L 255.9375,81.75 L 257.875,79.40625 L 255.9375,75.875 L 255.34375,72.375 L 246.75,63.96875 L 245.78125,62.03125 L 243.625,62.21875 L 241.9375,61.5 z" id="departement76" inkscape:label="#path11619"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 211,94.5625 L 209.3125,94.96875 L 207.0625,97.375 L 202.6875,97.9375 L 203.59375,105.1875 L 205.5625,105.78125 L 205.5625,106.5625 L 203.59375,107.71875 L 205.9375,111.03125 L 207.125,115.71875 L 206.90625,117.6875 L 205.15625,118.84375 L 205.34375,120.21875 L 207.3125,121 L 207.5,122.75 L 205.9375,127.25 L 207.5,129.21875 L 212.96875,129.40625 L 214.125,132.125 L 216.09375,134.09375 L 218.8125,135.0625 L 219.625,138 L 218.25,139.9375 L 221.09375,141.84375 L 223.90625,139.15625 L 226.625,139.15625 L 233.6875,135.46875 L 236,136.4375 L 240.90625,136.4375 L 242.0625,135.0625 L 242.0625,132.125 L 245.96875,130.1875 L 245.96875,127.0625 L 247.03125,126.1875 L 246.9375,125.3125 L 247.9375,124.3125 L 246.1875,123.9375 L 246.1875,122.375 L 245.1875,120.8125 L 245.96875,119.84375 L 251.4375,118.28125 L 252.8125,115.9375 L 254,111.625 L 255.4375,109.84375 L 255.75,107.53125 L 257.5,108.5 L 258.875,108.125 L 257.875,106.5625 L 257.3125,102.0625 L 255.5625,100.5 L 255.59375,100.375 L 252.5,100.03125 L 247.3125,97.375 L 242.8125,97.5 L 240.4375,99.59375 L 239.15625,103.25 L 234.125,103.8125 L 229.34375,105.21875 L 231.03125,106.34375 L 230.34375,108.03125 L 228.09375,108.03125 L 226.84375,105.34375 L 225.4375,105.34375 L 223.1875,103.65625 L 226.28125,102.6875 L 221.5,99.3125 L 216.75,99.59375 L 215.625,97.65625 L 212.9375,97.9375 L 211,94.5625 z" id="departement27" inkscape:label="#path12499"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 212.1875,196.875 L 212.5625,197.75 L 206.90625,199.3125 L 205.5625,201.28125 L 203.1875,199.71875 L 204.375,203.625 L 202.21875,203.625 L 198.3125,200.875 L 196.375,204.78125 L 197.34375,205.96875 L 197.34375,207.125 L 195.375,209.6875 L 195.59375,213.96875 L 192.46875,217.6875 L 190.25,225.6875 L 190.5,225.6875 L 191.28125,228.8125 L 195,229.59375 L 195,231.9375 L 199.6875,233.3125 L 199.6875,237.03125 L 199.5,239.375 L 205.34375,239.375 L 210.4375,238.1875 L 210.03125,236.03125 L 211.59375,235.0625 L 213.15625,237.21875 L 214.53125,237.8125 L 215.6875,242.5 L 219.03125,246 L 219.40625,248.75 L 222.4375,251.75 L 224.15625,251.59375 L 226.28125,249.625 L 227.8125,241.65625 L 228.78125,238.84375 L 229.5,235.34375 L 232.59375,234.21875 L 234.6875,234.625 L 236.09375,235.90625 L 237.625,233.375 L 239.03125,232.09375 L 239.03125,230.5625 L 240.84375,230.4375 L 241.28125,228.59375 L 239.71875,226.5 L 239.96875,225.625 L 238.875,224.6875 L 235.9375,220.34375 L 232.15625,220.34375 L 231.03125,218.65625 L 231.03125,211.625 L 229.5,207.5625 L 229.21875,202.53125 L 227.25,202.375 L 225,200.6875 L 224.4375,200.6875 L 222.46875,202.09375 L 221.21875,201.25 L 220.9375,199.3125 L 222.34375,198.59375 L 222.46875,197.90625 L 221.65625,197.1875 L 212.1875,196.875 z" id="departement37" inkscape:label="#path12507"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 273.71875,160.46875 L 271.1875,162.8125 L 265.46875,163.3125 L 265.25,163.6875 L 265.8125,164.8125 L 264,166.34375 L 264.40625,170 L 262.875,170.28125 L 261.875,173.90625 L 260.1875,175.75 L 257.8125,175.75 L 255.5625,177 L 254.3125,175.59375 L 252.90625,175.03125 L 251.375,176.03125 L 251.375,177.5625 L 250.25,178.40625 L 248.4375,177.28125 L 247.3125,178.125 L 247.4375,179.375 L 246.90625,180.53125 L 247.3125,180.65625 L 248.96875,180.65625 L 248.84375,181.78125 L 247.71875,183.71875 L 247.71875,184.71875 L 248.84375,184.71875 L 249.8125,185.84375 L 250.09375,186.96875 L 247.875,189.1875 L 248.96875,191.875 L 248.96875,193.125 L 250.8125,194.375 L 253.34375,194.65625 L 255,196.0625 L 255.4375,198.46875 L 257.25,200.5625 L 259.21875,200 L 260.0625,198.1875 L 263.15625,198.59375 L 263.84375,199.3125 L 265.8125,199.3125 L 266.78125,198.1875 L 273.9375,198.46875 L 275.625,200.96875 L 277.59375,201.8125 L 279.28125,203.375 L 281.375,203.09375 L 281.9375,202.375 L 283.1875,202.375 L 284.75,204.34375 L 287.96875,204.5 L 288.8125,205.59375 L 291.0625,208.6875 L 292.03125,209.53125 L 293.28125,209.40625 L 293.4375,206.59375 L 294,206.3125 L 294.84375,206.4375 L 296.25,208.28125 L 297.21875,208.6875 L 299.21875,207.875 L 298.90625,207.53125 L 298.71875,205.5625 L 302.625,204.40625 L 302.03125,202.25 L 301.4375,199.125 L 298.90625,195.625 L 298.3125,193.46875 L 302.21875,193.46875 L 304.96875,191.5 L 305.34375,188.59375 L 303.59375,186.625 L 308.6875,182.34375 L 308.6875,178.8125 L 306.125,176.09375 L 305.15625,172.96875 L 301.625,169.625 L 296.75,172.375 L 296.375,170.8125 L 294.21875,170.625 L 293.625,172.1875 L 291.6875,172.5625 L 286.40625,172.375 L 284.25,173.75 L 282.5,172.1875 L 285.625,170.03125 L 285.4375,166.71875 L 283.09375,165.53125 L 281.125,162.59375 L 275.875,162.21875 L 273.71875,160.46875 z" id="departement45" inkscape:label="#path12515"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 254.71875,221.4375 L 253.46875,221.875 L 250.9375,221.71875 L 248,222.71875 L 247.3125,224.25 L 247.03125,223.6875 L 243.65625,223.84375 L 241.96875,225.25 L 240,225.53125 L 239.71875,226.5 L 241.28125,228.59375 L 240.84375,230.4375 L 239.03125,230.5625 L 239.03125,232.09375 L 237.625,233.375 L 236.09375,235.90625 L 234.6875,234.625 L 232.59375,234.21875 L 229.5,235.34375 L 228.78125,238.84375 L 227.8125,241.65625 L 226.28125,249.625 L 224.15625,251.59375 L 222.4375,251.75 L 222.9375,252.25 L 222.9375,255.96875 L 222.15625,258.3125 L 225.875,261.25 L 227.8125,263.1875 L 230.9375,263.59375 L 232.125,267.6875 L 234.25,268.84375 L 233.875,271.78125 L 232.3125,272.0625 L 232.875,272.1875 L 237.78125,272.5625 L 239.53125,270.8125 L 242.65625,273.9375 L 246.5625,269.4375 L 248.3125,270.625 L 250.65625,270.40625 L 251.4375,270.8125 L 254.96875,271 L 256.125,267.875 L 265.90625,269.0625 L 269.625,270.03125 L 271.3125,269.84375 L 271.40625,268.28125 L 273.375,266.3125 L 272.96875,264.625 L 271.84375,262.40625 L 272.25,261.5625 L 272.40625,259.03125 L 273.09375,258.1875 L 273.25,257.625 L 271.5625,256.09375 L 271,254.125 L 268.34375,252.71875 L 268.34375,251.03125 L 270.28125,249.90625 L 270.28125,248.78125 L 268.46875,247.25 L 267.90625,246.28125 L 269.3125,245.5625 L 269.1875,244.3125 L 271.40625,242.46875 L 271.28125,241.65625 L 269.46875,241.65625 L 268.34375,240.375 L 268.34375,239.6875 L 269.3125,238 L 269.3125,236.75 L 267.0625,233.78125 L 267.5,231.125 L 266.21875,230.15625 L 263.5625,230.28125 L 261.46875,231.125 L 258.65625,230.71875 L 257.25,229.59375 L 256.96875,228.75 L 259.21875,226.90625 L 259.375,224.6875 L 256.40625,223 L 254.71875,221.4375 z" id="departement36" inkscape:label="#path12523"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 222.5,172.25 L 221.1875,173.9375 L 219.625,176.65625 L 221.5625,178.4375 L 221.375,182.53125 L 220.59375,185.25 L 218.625,185.25 L 218.625,188.96875 L 215.90625,192.5 L 212.96875,193.65625 L 211.59375,195.40625 L 212.1875,196.875 L 221.65625,197.1875 L 222.46875,197.90625 L 222.34375,198.59375 L 220.9375,199.3125 L 221.21875,201.25 L 222.46875,202.09375 L 224.4375,200.6875 L 225,200.6875 L 227.25,202.375 L 229.21875,202.53125 L 229.5,207.5625 L 231.03125,211.625 L 231.03125,218.65625 L 232.15625,220.34375 L 235.9375,220.34375 L 238.875,224.6875 L 239.96875,225.625 L 240,225.53125 L 241.96875,225.25 L 243.65625,223.84375 L 247.03125,223.6875 L 247.3125,224.25 L 248,222.71875 L 250.9375,221.71875 L 253.46875,221.875 L 254.71875,221.4375 L 256.40625,223 L 259.375,224.6875 L 261.875,224.53125 L 261.75,222 L 262.875,220.75 L 264,220.625 L 264.96875,221.71875 L 268.90625,221.3125 L 271.40625,219.90625 L 271.125,218.9375 L 270.4375,218.09375 L 270.5625,216.25 L 272.40625,212.90625 L 274.78125,211.90625 L 274.78125,209.8125 L 275.34375,208.5625 L 273.8125,208 L 272.8125,205.875 L 270.28125,205.1875 L 270.15625,204.34375 L 272.6875,202.25 L 275.53125,200.84375 L 273.9375,198.46875 L 266.78125,198.1875 L 265.8125,199.3125 L 263.84375,199.3125 L 263.15625,198.59375 L 260.0625,198.1875 L 259.21875,200 L 257.25,200.5625 L 255.4375,198.46875 L 255,196.0625 L 253.34375,194.65625 L 250.8125,194.375 L 248.96875,193.125 L 248.96875,191.875 L 247.875,189.1875 L 250.09375,186.96875 L 249.8125,185.84375 L 248.84375,184.71875 L 247.71875,184.71875 L 247.71875,183.71875 L 248.84375,181.78125 L 248.96875,180.65625 L 247.3125,180.65625 L 244.78125,179.9375 L 242.40625,182.1875 L 239.71875,182.46875 L 235.375,181.34375 L 234.125,178.53125 L 232.4375,177.5625 L 231.46875,175.3125 L 228.65625,175.3125 L 227.53125,174.46875 L 229.21875,173.5 L 229.34375,172.65625 L 227.53125,172.65625 L 224.4375,173.21875 L 222.5,172.25 z" id="departement41" inkscape:label="#path12530"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 275.53125,200.84375 L 272.6875,202.25 L 270.15625,204.34375 L 270.28125,205.1875 L 272.8125,205.875 L 273.8125,208 L 275.34375,208.5625 L 274.78125,209.8125 L 274.78125,211.90625 L 272.40625,212.90625 L 270.5625,216.25 L 270.4375,218.09375 L 271.125,218.9375 L 271.40625,219.90625 L 268.90625,221.3125 L 264.96875,221.71875 L 264,220.625 L 262.875,220.75 L 261.75,222 L 261.875,224.53125 L 259.375,224.6875 L 259.21875,226.90625 L 256.96875,228.75 L 257.25,229.59375 L 258.65625,230.71875 L 261.46875,231.125 L 263.5625,230.28125 L 266.21875,230.15625 L 267.5,231.125 L 267.0625,233.78125 L 269.3125,236.75 L 269.3125,238 L 268.34375,239.6875 L 268.34375,240.375 L 269.46875,241.65625 L 271.28125,241.65625 L 271.40625,242.46875 L 269.1875,244.3125 L 269.3125,245.5625 L 267.90625,246.28125 L 268.46875,247.25 L 270.28125,248.78125 L 270.28125,249.90625 L 268.34375,251.03125 L 268.34375,252.71875 L 271,254.125 L 271.5625,256.09375 L 273.25,257.625 L 273.09375,258.1875 L 272.40625,259.03125 L 272.25,261.5625 L 271.84375,262.40625 L 272.96875,264.625 L 273.375,266.3125 L 271.40625,268.28125 L 271.3125,269.84375 L 275.90625,269.28125 L 276.84375,267.28125 L 279.375,264.375 L 284.25,263.375 L 286.8125,264.15625 L 289.53125,262.03125 L 289.34375,260.46875 L 288.375,259.6875 L 288.375,256.5625 L 293.625,251.28125 L 295.59375,253.4375 L 297.34375,251.65625 L 298.90625,251.46875 L 301.625,247.96875 L 306.125,248.34375 L 306.1875,249.40625 L 307.6875,244.625 L 306.71875,242.875 L 306.90625,240.34375 L 307.5,235.25 L 305.34375,233.125 L 305.75,228.4375 L 303.78125,224.3125 L 303.59375,221.59375 L 300.0625,218.84375 L 299.5,216.5 L 301.25,213.96875 L 301.25,210.25 L 299.21875,207.875 L 297.21875,208.6875 L 296.25,208.28125 L 294.84375,206.4375 L 294,206.3125 L 293.4375,206.59375 L 293.28125,209.40625 L 292.03125,209.53125 L 291.0625,208.6875 L 288.8125,205.59375 L 287.96875,204.5 L 284.75,204.34375 L 283.1875,202.375 L 281.9375,202.375 L 281.375,203.09375 L 279.28125,203.375 L 277.59375,201.8125 L 275.625,200.96875 L 275.53125,200.84375 z" id="departement18" inkscape:label="#path12537"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 363.375,177.25 L 362.96875,179.78125 L 360.4375,181.15625 L 354,181.34375 L 354.28125,182.75 L 354.4375,184.15625 L 352.46875,185.5625 L 352.46875,187.9375 L 352.875,188.375 L 354.4375,188.375 L 355.40625,190.03125 L 354.84375,192.84375 L 352.59375,194.53125 L 352.59375,196.21875 L 353.3125,196.78125 L 353.15625,197.1875 L 351.75,197.75 L 351.34375,199.84375 L 349.09375,204.625 L 347.5625,206.875 L 347.5625,209.125 L 348.125,210.09375 L 347.28125,211.21875 L 345.3125,212.1875 L 345.4375,214.15625 L 347.28125,215.28125 L 347.96875,216.8125 L 347.6875,218.9375 L 347.28125,220.46875 L 348.25,222.15625 L 351.0625,222.71875 L 352.3125,224.6875 L 352.3125,225.53125 L 351.46875,225.8125 L 351.46875,227.84375 L 351.625,227.90625 L 355.40625,231.8125 L 359.34375,231.6875 L 362.84375,234.34375 L 365.375,236.1875 L 365.5,238.5625 L 368.15625,239.125 L 370.40625,240.9375 L 376.3125,238.84375 L 380.375,237.5625 L 382.1875,237.28125 L 382.75,236.46875 L 384.71875,236.59375 L 386.25,237.5625 L 388.5,237 L 390.75,235.46875 L 392.4375,235.65625 L 392.46875,235.46875 L 393.8125,234.6875 L 393.625,233.6875 L 393.25,232.53125 L 394.21875,230.96875 L 397.53125,229.40625 L 397.53125,227.84375 L 398.71875,226.28125 L 399.875,224.71875 L 399.5,223.34375 L 400.0625,221.1875 L 400.46875,218.0625 L 401.25,218.0625 L 401.0625,216.90625 L 400.28125,216.125 L 400.0625,212.21875 L 398.3125,212.03125 L 397.9375,208.90625 L 395.78125,207.90625 L 396.5625,206.9375 L 397.75,206.5625 L 400.28125,203.625 L 400.0625,202.0625 L 398.5,198.9375 L 396.1875,198.53125 L 395.375,200.5 L 391.09375,201.46875 L 390.6875,200.5 L 387.5625,196.59375 L 385.8125,197.5625 L 383.46875,197.375 L 382.6875,195.8125 L 379.5625,196 L 379.375,192.6875 L 377.625,191.5 L 380.15625,188.78125 L 375.65625,182.71875 L 372.15625,179 L 369.03125,177.25 L 363.375,177.25 z" id="departement21" inkscape:label="#path12544"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 306.75,203.78125 L 305.78125,205.3125 L 303.9375,205.3125 L 301.46875,204.75 L 298.71875,205.5625 L 298.90625,207.53125 L 301.25,210.25 L 301.25,213.96875 L 299.5,216.5 L 300.0625,218.84375 L 303.59375,221.59375 L 303.78125,224.3125 L 305.75,228.4375 L 305.34375,233.125 L 307.5,235.25 L 306.90625,240.34375 L 306.71875,242.875 L 307.6875,244.625 L 306.1875,249.40625 L 306.3125,250.875 L 309.65625,252.4375 L 312,255 L 314.125,253.8125 L 316.09375,252.65625 L 316.5,254.40625 L 319.40625,254.40625 L 320.1875,252.84375 L 321.9375,253.625 L 322.53125,256.15625 L 324.09375,255.78125 L 327.8125,250.6875 L 329.75,252.0625 L 330.0625,252.65625 L 333.125,250.75 L 334.375,250.90625 L 335.34375,253.28125 L 337.1875,253 L 338.59375,251.59375 L 340.40625,251.59375 L 341.8125,249.78125 L 343.21875,249.5 L 343.5,248.5 L 346.5625,248.65625 L 346.71875,247.9375 L 345.3125,246.6875 L 345.3125,245.4375 L 347.28125,244.3125 L 347.28125,243.46875 L 345.4375,242.34375 L 345.15625,240.25 L 345.3125,238.28125 L 344.0625,237.4375 L 345.15625,235.90625 L 346.15625,235.34375 L 346.84375,233.65625 L 345.875,233.09375 L 344.75,231.40625 L 346.15625,229.4375 L 348.53125,228.03125 L 351.46875,228.03125 L 351.46875,225.8125 L 352.3125,225.53125 L 352.3125,224.6875 L 351.0625,222.71875 L 348.25,222.15625 L 347.28125,220.46875 L 347.6875,218.9375 L 347.96875,216.8125 L 347.46875,215.6875 L 344.34375,217.8125 L 343.0625,218.375 L 341.375,217.25 L 341.53125,214.4375 L 339.6875,214.4375 L 338.15625,215.4375 L 337.75,214.15625 L 338.59375,212.75 L 337.59375,211.5 L 336.46875,213.1875 L 336.625,214.4375 L 333.96875,214.3125 L 329.75,210.375 L 326.53125,210.25 L 326.53125,208.125 L 324.28125,206.71875 L 323.84375,204.90625 L 323.15625,204.78125 L 323.15625,208.28125 L 321.90625,208.5625 L 320.0625,208 L 318.125,209.25 L 317,209.53125 L 315.875,208.5625 L 314.75,209.125 L 312.21875,207.4375 L 310.40625,207.4375 L 309.125,206.59375 L 309.40625,205.03125 L 308,203.78125 L 306.75,203.78125 z" id="departement58" inkscape:label="#path12551"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 351.46875,227.84375 L 351.46875,228.03125 L 348.53125,228.03125 L 346.15625,229.4375 L 344.75,231.40625 L 345.875,233.09375 L 346.84375,233.65625 L 346.15625,235.34375 L 345.15625,235.90625 L 344.0625,237.4375 L 345.3125,238.28125 L 345.15625,240.25 L 345.4375,242.34375 L 347.28125,243.46875 L 347.28125,244.3125 L 345.3125,245.4375 L 345.3125,246.6875 L 346.71875,247.9375 L 346.5625,248.65625 L 343.5,248.5 L 343.21875,249.5 L 341.8125,249.78125 L 340.40625,251.59375 L 338.59375,251.59375 L 337.1875,253 L 335.34375,253.28125 L 334.375,250.90625 L 333.125,250.75 L 330.0625,252.65625 L 333.6875,259.46875 L 333.6875,262.40625 L 334.65625,263.59375 L 337.96875,263.59375 L 339.125,265.15625 L 342.25,265.15625 L 343.625,267.09375 L 343.4375,274.71875 L 339.34375,277.84375 L 339.25,278.0625 L 339.53125,278.03125 L 340.125,278.21875 L 340.3125,281.34375 L 343.25,281.9375 L 343.625,283.3125 L 345.1875,283.3125 L 347.53125,281.9375 L 353.78125,282.90625 L 354.96875,284.09375 L 356.53125,282.53125 L 358.6875,282.53125 L 359.84375,276.28125 L 360.625,275.6875 L 362.5625,275.6875 L 364.9375,277.25 L 366.6875,275.6875 L 367.84375,277.25 L 369.625,275.5 L 371.75,275.3125 L 372.75,278.4375 L 373.5,282.34375 L 374.875,282.53125 L 376.0625,279.78125 L 379.75,265.34375 L 381.125,262.8125 L 383.28125,262.59375 L 385.4375,264.375 L 387,263.96875 L 388.9375,262.59375 L 390.90625,263 L 392.0625,265.53125 L 393.1875,265.96875 L 398.3125,265.34375 L 400.28125,263.78125 L 399.5,262.59375 L 397.15625,261.8125 L 396.9375,259.09375 L 398.90625,257.71875 L 399.6875,254.40625 L 397.9375,251.28125 L 396.75,249.71875 L 397.34375,249.125 L 397.34375,247.1875 L 395.78125,246.1875 L 395.375,244.625 L 399.875,244.0625 L 400.28125,242.5 L 398.90625,242.5 L 397.75,241.125 L 395.59375,241.125 L 393.8125,238.1875 L 392.25,238 L 392.4375,235.65625 L 390.75,235.46875 L 388.5,237 L 386.25,237.5625 L 384.71875,236.59375 L 382.75,236.46875 L 382.1875,237.28125 L 380.375,237.5625 L 376.3125,238.84375 L 370.40625,240.9375 L 368.15625,239.125 L 365.5,238.5625 L 365.375,236.1875 L 362.84375,234.34375 L 359.34375,231.6875 L 355.40625,231.8125 L 351.625,227.90625 L 351.46875,227.84375 z" id="departement71" inkscape:label="#path12558"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 401.15625,217.53125 L 401.25,218.0625 L 400.46875,218.0625 L 400.0625,221.1875 L 399.5,223.34375 L 399.875,224.71875 L 398.71875,226.28125 L 397.53125,227.84375 L 397.53125,229.40625 L 394.21875,230.96875 L 393.25,232.53125 L 393.625,233.6875 L 393.8125,234.6875 L 392.46875,235.46875 L 392.25,238 L 393.8125,238.1875 L 395.59375,241.125 L 397.75,241.125 L 398.90625,242.5 L 400.28125,242.5 L 399.875,244.0625 L 395.375,244.625 L 395.78125,246.1875 L 397.34375,247.1875 L 397.34375,249.125 L 396.75,249.71875 L 397.9375,251.28125 L 399.6875,254.40625 L 398.90625,257.71875 L 396.9375,259.09375 L 397.15625,261.8125 L 399.5,262.59375 L 400.28125,263.78125 L 398.3125,265.34375 L 393.1875,265.96875 L 395.59375,266.90625 L 399.5,272.375 L 402.03125,273.53125 L 402.03125,276.28125 L 404.96875,275.875 L 408.6875,271.78125 L 411.8125,273.34375 L 411.8125,275.6875 L 417.46875,275.6875 L 425.59375,266.75 L 425.25,266.5625 L 425.625,262.46875 L 428.5625,258.96875 L 426.59375,258.1875 L 426.78125,257 L 424.40625,256.78125 L 424.25,255.375 L 425.78125,253.84375 L 425.375,252.3125 L 424.53125,250.34375 L 428.03125,249.21875 L 429.3125,247.40625 L 429.59375,245.15625 L 426.78125,242.46875 L 424.8125,241.9375 L 420.46875,240.53125 L 420.46875,236.59375 L 420.1875,233.65625 L 416.6875,233.9375 L 411.21875,232.09375 L 412.0625,230.15625 L 413.3125,227.1875 L 413.75,225.25 L 412.34375,223.40625 L 409.8125,221.71875 L 409.53125,219.625 L 409.5625,218.4375 L 407.84375,218.375 L 406.875,219.34375 L 404.34375,219.34375 L 402.65625,217.9375 L 401.15625,217.53125 z" id="departement39" inkscape:label="#path12565"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 337.375,99.3125 L 335.03125,100.3125 L 335.4375,102.25 L 331.3125,102.25 L 327.625,105 L 327.625,110.25 L 330.34375,112.03125 L 331.125,113.78125 L 326.625,114.15625 L 326.0625,115.9375 L 327.8125,117.09375 L 327.03125,118.28125 L 325.28125,119.0625 L 325.65625,120.40625 L 328.1875,120.40625 L 329.1875,121.78125 L 327.4375,122.96875 L 325.875,127.0625 L 322.9375,128.4375 L 321.9375,130.5625 L 320.96875,131.75 L 321.1875,132.90625 L 319.625,133.90625 L 319.21875,136.625 L 320.78125,137.59375 L 321.5625,140.53125 L 320.59375,142.28125 L 321.1875,143.65625 L 324.09375,143.46875 L 324.09375,144.4375 L 324.9375,144.25 L 328.3125,147.8125 L 333.0625,147.03125 L 338.625,143.25 L 341.96875,143.25 L 345.34375,140.875 L 349.3125,138.6875 L 352.28125,138.90625 L 352.6875,142.875 L 356.25,148.21875 L 360.21875,148.21875 L 365.78125,147.03125 L 369.75,148.40625 L 373.90625,145.4375 L 374.5,140.5 L 379.09375,139.71875 L 379,136.625 L 375.28125,133.6875 L 374.875,132.125 L 376.25,129.78125 L 375.0625,128.8125 L 376.25,125.875 L 378.40625,124.90625 L 379.96875,120.03125 L 376.84375,120.21875 L 378.59375,118.28125 L 377.21875,113.96875 L 375.875,111.03125 L 377.625,109.46875 L 376.625,109.28125 L 376.375,107.9375 C 376.33461,107.94351 376.09375,107.96875 376.09375,107.96875 L 374.3125,106.375 L 372.3125,108.375 L 371.71875,108.375 L 370.9375,107.375 L 366.1875,107.1875 L 365.375,108.375 L 364,108.375 L 362.8125,105.78125 L 360.21875,105.78125 L 359.625,106.375 L 357.0625,106.1875 L 353.875,103.8125 L 351.6875,103.21875 L 350.90625,102.03125 L 346.75,99.4375 L 342,99.3125 L 342.0625,101.09375 L 340.6875,101.46875 L 337.375,99.3125 z" id="departement51" inkscape:label="#path14337"/>
<path style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 257.21875,80.21875 L 255.9375,81.75 L 255.15625,83.6875 L 256.71875,83.6875 L 255.9375,85.65625 L 255.15625,89.5625 L 256.3125,91.5 L 256.3125,94.84375 L 258.28125,94.84375 L 257.5,96.1875 L 256.125,98.75 L 255.5625,100.5 L 257.3125,102.0625 L 257.875,106.5625 L 258.875,108.125 L 257.5,108.5 L 255.75,107.53125 L 255.4375,109.84375 L 255.5625,109.6875 L 256.3125,111.4375 L 257.5,113.375 L 262.78125,113.78125 L 266.5,113.375 L 269.03125,111.4375 L 272.15625,113.375 L 273.71875,114.5625 L 276.0625,113.96875 L 278.1875,113 L 282.3125,115.15625 L 286.59375,117.6875 L 287.96875,119.0625 L 290.3125,117.5 L 292.25,118.65625 L 293.4375,119.625 L 295.1875,119.4375 L 296.375,117.875 L 299.09375,119.4375 L 302.4375,118.0625 L 304.375,118.65625 L 306.3125,117.09375 L 307.5,116.5 L 307.875,116.78125 L 308.28125,114.125 L 306.875,112.53125 L 304.5,110.9375 L 303.5,112.53125 L 302.90625,112.71875 L 302.71875,109.75 L 304.5,109.34375 L 304.09375,106.59375 L 301.71875,106.1875 L 302.90625,104.1875 L 306.28125,103.40625 L 307.46875,98.65625 L 309.25,97.84375 L 306.875,96.0625 L 307.6875,94.28125 L 308.0625,88.34375 L 307.25,83.75 L 303.125,84.15625 L 300.34375,83.78125 L 295.1875,85.15625 L 290.8125,89.3125 L 287.25,88.125 L 283.6875,87.75 L 280.90625,84.96875 L 275.9375,83.5625 L 269.21875,84.15625 L 267.4375,82.78125 L 263.84375,82.78125 L 261.28125,83.78125 L 260.09375,82.96875 L 260.09375,80.8125 L 259.6875,80.21875 L 257.21875,80.21875 z" id="departement60" inkscape:label="#path14339"/>
<path style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 269.25,8.65625 L 258.4375,10.71875 L 249.84375,17.34375 L 249.84375,43.71875 L 249.78125,44.5 L 252.8125,45.21875 L 253.78125,47.375 L 256.125,46.78125 L 257.5,45.03125 L 259.25,45.625 L 262.96875,48.53125 L 264.34375,47.96875 L 265.3125,50.3125 L 268.8125,51.875 L 268.8125,53.8125 L 271.375,54.78125 L 273.90625,53.8125 L 278.78125,53.21875 L 279.96875,54.21875 L 282.3125,53.21875 L 283.46875,55.1875 L 280.5625,57.125 L 280.5625,59.875 L 281.53125,60.84375 L 282.3125,60.65625 L 282.875,59.09375 L 284.65625,57.90625 L 286.40625,59.28125 L 290.5,60.65625 L 292.25,60.65625 L 292.25,58.6875 L 294.8125,60.46875 L 295,62.03125 L 293.8125,63.78125 L 295.96875,62.59375 L 297.75,61.8125 L 298.5,63.1875 L 298.5,64.5625 L 301.4375,63 L 306.125,63 L 306.3125,63.1875 L 307.46875,60.96875 L 306.875,59.96875 L 305.09375,59.59375 L 303.125,59.59375 L 301.9375,59.1875 L 303.90625,58 L 305.6875,58.1875 L 307.46875,58 L 307.6875,54.8125 L 308.875,54.03125 L 309.0625,52.25 L 306.875,50.84375 L 304.3125,50.65625 L 303.71875,50.25 L 305.3125,49.0625 L 305.6875,47.875 L 304.3125,46.90625 L 302.3125,44.5 L 302.53125,43.3125 L 305.09375,42.125 L 305.5,40.75 L 303.71875,39.9375 L 302.71875,37.375 L 299.15625,36.96875 L 295.59375,36 L 295.1875,32.03125 L 297.75,30.4375 L 296.78125,28.4375 L 294.78125,28.4375 L 293.40625,30.625 L 287.25,30.25 L 282.28125,29.03125 L 279.53125,26.0625 L 279.53125,23.6875 L 281.6875,22.6875 L 279.90625,21.3125 L 275.5625,21.125 L 272.96875,14.5625 L 269.25,8.65625 z" id="departement62" inkscape:label="#path14341"/>
<path style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 285.78125,4.0625 L 279.53125,7 L 269.78125,8.5625 L 269.25,8.65625 L 272.96875,14.5625 L 275.5625,21.125 L 279.90625,21.3125 L 281.6875,22.6875 L 279.53125,23.6875 L 279.53125,26.0625 L 282.28125,29.03125 L 287.25,30.25 L 293.40625,30.625 L 294.78125,28.4375 L 296.78125,28.4375 L 297.75,30.4375 L 295.1875,32.03125 L 295.59375,36 L 299.15625,36.96875 L 302.71875,37.375 L 303.71875,39.9375 L 305.5,40.75 L 305.09375,42.125 L 302.53125,43.3125 L 302.3125,44.5 L 304.3125,46.90625 L 305.6875,47.875 L 305.3125,49.0625 L 303.71875,50.25 L 304.3125,50.65625 L 306.875,50.84375 L 309.0625,52.25 L 308.875,54.03125 L 307.6875,54.8125 L 307.46875,58 L 305.6875,58.1875 L 303.90625,58 L 301.9375,59.1875 L 303.125,59.59375 L 305.09375,59.59375 L 306.875,59.96875 L 307.46875,60.96875 L 306.3125,63.1875 L 307.875,64.75 L 309.4375,65.15625 L 311,64.15625 L 313.15625,64.15625 L 313.75,65.34375 L 314.53125,65.15625 L 316.875,63.78125 L 319.21875,65.15625 L 322.34375,63 L 323.71875,63 L 325.28125,64.375 L 328.40625,62.21875 L 329.75,62.40625 L 330.9375,63.375 L 335.25,63.78125 L 335.625,65.53125 L 337.78125,63.59375 L 338.9375,63.59375 L 339.71875,66.125 L 343.4375,67.09375 L 344.5,66.375 L 344.1875,66.375 L 344,64.4375 L 347.90625,62.09375 L 347.3125,58.375 L 343.59375,57.40625 L 344.5625,56.40625 L 344.5625,53.6875 L 347.5,51.53125 L 346.71875,49.96875 L 340.46875,45.09375 L 329.53125,45.6875 L 328.375,47.625 L 327,47.625 L 327.1875,40.78125 L 324.0625,37.09375 L 321.71875,37.46875 L 320.34375,35.90625 L 316.4375,37.65625 L 315.09375,36.3125 L 312.34375,35.90625 L 311.5625,33.375 L 311.375,25.5625 L 309.625,24.78125 L 309.40625,23.59375 L 308.25,23.59375 L 307.84375,21.25 L 305.3125,21.46875 L 300.4375,23.03125 L 298.09375,25.9375 L 295.75,25.9375 L 294.1875,24 L 293.59375,21.84375 L 291.65625,19.6875 L 288.90625,19.6875 L 287.75,17.5625 L 287.75,14.21875 L 289.09375,12.09375 L 288.3125,9.15625 L 285.78125,4.0625 z" id="departement59" inkscape:label="#path15219"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 328.40625,62.21875 L 325.28125,64.375 L 323.71875,63 L 322.34375,63 L 319.21875,65.15625 L 316.875,63.78125 L 314.53125,65.15625 L 313.75,65.34375 L 313.15625,64.15625 L 311,64.15625 L 309.4375,65.15625 L 309.375,65.15625 L 309.84375,67.90625 L 307.28125,70.6875 L 307.28125,73.25 L 305.5,75.25 L 305.90625,77.625 L 306.875,81.59375 L 308.0625,88.34375 L 307.6875,94.28125 L 306.875,96.0625 L 309.25,97.84375 L 307.46875,98.65625 L 306.28125,103.40625 L 302.90625,104.1875 L 301.71875,106.1875 L 304.09375,106.59375 L 304.5,109.34375 L 302.71875,109.75 L 302.90625,112.71875 L 303.5,112.53125 L 304.5,110.9375 L 306.875,112.53125 L 308.28125,114.125 L 307.875,116.78125 L 309.65625,118.0625 L 310.25,122.375 L 315.5,127.4375 L 317.25,128.03125 L 318.25,130.375 L 321.53125,131.0625 L 321.9375,130.5625 L 322.9375,128.4375 L 325.875,127.0625 L 327.4375,122.96875 L 329.1875,121.78125 L 328.1875,120.40625 L 325.65625,120.40625 L 325.28125,119.0625 L 327.03125,118.28125 L 327.8125,117.09375 L 326.0625,115.9375 L 326.625,114.15625 L 331.125,113.78125 L 330.34375,112.03125 L 327.625,110.25 L 327.625,105 L 331.3125,102.25 L 335.4375,102.25 L 335.03125,100.3125 L 337.375,99.3125 L 340.6875,101.46875 L 342.0625,101.09375 L 341.875,94.4375 L 342.46875,92.09375 L 343.25,89.375 L 340.6875,88 L 341.28125,86.4375 L 345,85.65625 L 345,83.125 L 347.9375,81.5625 L 348.71875,79.21875 L 347.75,77.65625 L 347.9375,74.71875 L 349.6875,73.15625 L 347.9375,69.84375 L 348.46875,66.375 L 344.5,66.375 L 343.4375,67.09375 L 339.71875,66.125 L 338.9375,63.59375 L 337.78125,63.59375 L 335.625,65.53125 L 335.25,63.78125 L 330.9375,63.375 L 329.75,62.40625 L 328.40625,62.21875 z" id="departement02" inkscape:label="#path15226"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 249.78125,44.5 L 249.25,50.9375 L 253.5625,54.84375 L 253.5625,56.8125 L 248.28125,53.6875 L 241.9375,61.5 L 243.625,62.21875 L 245.78125,62.03125 L 246.75,63.96875 L 255.34375,72.375 L 255.9375,75.875 L 257.875,79.40625 L 257.21875,80.21875 L 259.6875,80.21875 L 260.09375,80.8125 L 260.09375,82.96875 L 261.28125,83.78125 L 263.84375,82.78125 L 267.4375,82.78125 L 269.21875,84.15625 L 275.9375,83.5625 L 280.90625,84.96875 L 283.6875,87.75 L 287.25,88.125 L 290.8125,89.3125 L 295.1875,85.15625 L 300.34375,83.78125 L 303.125,84.15625 L 307.25,83.75 L 306.875,81.59375 L 305.90625,77.625 L 305.5,75.25 L 307.28125,73.25 L 307.28125,70.6875 L 309.84375,67.90625 L 309.375,65.15625 L 307.875,64.75 L 306.125,63 L 301.4375,63 L 298.5,64.5625 L 298.5,63.1875 L 297.75,61.8125 L 295.96875,62.59375 L 293.8125,63.78125 L 295,62.03125 L 294.8125,60.46875 L 292.25,58.6875 L 292.25,60.65625 L 290.5,60.65625 L 286.40625,59.28125 L 284.65625,57.90625 L 282.875,59.09375 L 282.3125,60.65625 L 281.53125,60.84375 L 280.5625,59.875 L 280.5625,57.125 L 283.46875,55.1875 L 282.3125,53.21875 L 279.96875,54.21875 L 278.78125,53.21875 L 273.90625,53.8125 L 271.375,54.78125 L 268.8125,53.8125 L 268.8125,51.875 L 265.3125,50.3125 L 264.34375,47.96875 L 262.96875,48.53125 L 259.25,45.625 L 257.5,45.03125 L 256.125,46.78125 L 253.78125,47.375 L 252.8125,45.21875 L 249.78125,44.5 z" id="departement80" inkscape:label="#path15233"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 367.625,55.84375 L 365.65625,58.75 L 363.90625,60.53125 L 363.90625,62.28125 L 363.90625,64.625 L 361.5625,66.1875 L 357.28125,67.5625 L 354.9375,68.53125 L 352.1875,66.375 L 348.46875,66.375 L 347.9375,69.84375 L 349.6875,73.15625 L 347.9375,74.71875 L 347.75,77.65625 L 348.71875,79.21875 L 347.9375,81.5625 L 345,83.125 L 345,85.65625 L 341.28125,86.4375 L 340.6875,88 L 343.25,89.375 L 342.46875,92.09375 L 341.875,94.4375 L 342,99.3125 L 346.75,99.4375 L 350.90625,102.03125 L 351.6875,103.21875 L 353.875,103.8125 L 357.0625,106.1875 L 359.625,106.375 L 360.21875,105.78125 L 362.8125,105.78125 L 364,108.375 L 365.375,108.375 L 366.1875,107.1875 L 370.9375,107.375 L 371.71875,108.375 L 372.3125,108.375 L 374.3125,106.375 L 376.09375,107.96875 C 376.09375,107.96875 376.33461,107.94351 376.375,107.9375 L 376.25,107.125 L 378.59375,105.96875 L 379.75,104.78125 L 379,102.84375 L 378.78125,101.46875 L 380.9375,99.71875 L 381.71875,95.8125 L 379.375,92.875 L 380.15625,91.5 L 382.125,87.8125 L 382.6875,88.59375 L 385.625,88.59375 L 387,89.9375 L 388.75,88.78125 L 390.125,86.53125 L 388.71875,86.3125 L 387.9375,82.40625 L 386.375,81.21875 L 380.90625,80.625 L 379.9375,78.09375 L 378.15625,76.9375 L 371.90625,76.15625 L 371.53125,71.65625 L 372.3125,70.875 L 372.3125,69.125 L 369.1875,67.15625 L 369.78125,65 L 370.5625,63.0625 L 369.1875,61.875 L 371.34375,59.9375 L 371.34375,56.40625 L 370.5625,55.84375 L 367.625,55.84375 z" id="departement08" inkscape:label="#path15254"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 349.3125,138.6875 L 345.34375,140.875 L 341.96875,143.25 L 338.625,143.25 L 333.0625,147.03125 L 328.3125,147.8125 L 324.9375,144.25 L 324.09375,144.4375 L 324.09375,145.03125 L 321.375,146.1875 L 321.1875,148.53125 L 319.8125,150.3125 L 319.03125,154.21875 L 318.59375,157.5 L 319.8125,158.5 L 322.15625,158.5 L 327.21875,163.78125 L 326.625,169.0625 L 330.15625,171.78125 L 332.125,170.40625 L 335.25,174.125 L 335.625,177.65625 L 337.78125,180.5625 L 338.75,182.71875 L 346.5625,183.125 L 350.46875,181.15625 L 351.625,183.3125 L 353,183.5 L 354,181.34375 L 360.4375,181.15625 L 362.96875,179.78125 L 363.375,177.25 L 369.03125,177.25 L 369.8125,177.6875 L 369.15625,175.1875 L 367.5625,174.1875 L 369.75,172.21875 L 373.125,172 L 374.3125,170.21875 L 374.09375,163.09375 L 373.3125,158.9375 L 369.9375,157.75 L 366.375,152.78125 L 366.5625,149.8125 L 367.59375,147.65625 L 365.78125,147.03125 L 360.21875,148.21875 L 356.25,148.21875 L 352.6875,142.875 L 352.28125,138.90625 L 349.3125,138.6875 z" id="departement10" inkscape:label="#path15258"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 379.09375,139.71875 L 374.5,140.5 L 373.90625,145.4375 L 369.75,148.40625 L 367.59375,147.65625 L 366.5625,149.8125 L 366.375,152.78125 L 369.9375,157.75 L 373.3125,158.9375 L 374.09375,163.09375 L 374.3125,170.21875 L 373.125,172 L 369.75,172.21875 L 367.5625,174.1875 L 369.15625,175.1875 L 369.8125,177.6875 L 372.15625,179 L 375.65625,182.71875 L 380.15625,188.78125 L 377.625,191.5 L 379.375,192.6875 L 379.5625,196 L 382.6875,195.8125 L 383.46875,197.375 L 385.8125,197.5625 L 387.5625,196.59375 L 390.6875,200.5 L 391.09375,201.46875 L 395.375,200.5 L 396.1875,198.53125 L 396.375,198.5625 L 396.375,196.59375 L 399.09375,195.40625 L 402.21875,196.59375 L 405.15625,195.40625 L 406.90625,195.40625 L 407.5,191.5 L 408.46875,190.34375 L 406.71875,190.15625 L 406.53125,187.8125 L 409.25,187.21875 L 409.4375,185.65625 L 412.1875,185.65625 L 412.1875,183.125 L 414.34375,182.34375 L 413.75,180.78125 L 414.34375,180.40625 L 412.5625,179 L 410.4375,179.78125 L 410.4375,175.6875 L 404.96875,172.96875 L 406.125,167.6875 L 407.875,166.5 L 407.3125,164.75 L 404.75,164.375 L 404.1875,161.8125 L 401.84375,161.8125 L 399.09375,158.125 L 395.96875,157.90625 L 394.625,155.96875 L 396.375,154.21875 L 392.25,149.71875 L 390.5,149.125 L 385.8125,146.78125 L 383.28125,144.0625 L 379.1875,143.46875 L 379.09375,139.71875 z" id="departement52" inkscape:label="#path15265"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 480.71875,112.28125 L 477,113.3125 L 475.28125,116.3125 L 475.28125,119.25 L 473.71875,120.625 L 472.34375,120.625 L 469.8125,118.84375 L 467.84375,120.21875 L 465.5,120.21875 L 463.5625,118.28125 L 459.84375,117.6875 L 457.6875,116.71875 L 456.90625,113.78125 L 455.15625,115.71875 L 454.1875,120.21875 L 451.625,121 L 451.625,123.53125 L 454.1875,124.71875 L 456.125,126.09375 L 455.34375,127.84375 L 457.125,129 L 460.25,126.65625 L 465.6875,129.78125 L 463.375,134.09375 L 463.5625,135.46875 L 465.125,137.03125 L 463.9375,141.125 L 460.03125,145.03125 L 457.875,144.84375 L 459.25,146.1875 L 458.46875,149.71875 L 459.25,155 L 462.96875,155.96875 L 462.65625,156.6875 L 465.59375,156.53125 L 467.3125,158.625 L 468.84375,160.53125 L 472.6875,160.34375 L 474.40625,165.3125 L 477.40625,166.625 L 477.375,166 L 482.46875,156.03125 L 481.875,150.375 L 484.21875,142.75 L 484.8125,136.09375 L 489.875,132.40625 L 489.875,130.0625 L 491.84375,127.5 L 493.40625,127.5 L 495.15625,125.75 L 494.78125,122.4375 L 496.53125,117.75 L 499.25,117.15625 L 496.53125,115 L 491.65625,114.4375 L 487.34375,112.28125 L 484.40625,114.03125 L 482.84375,112.28125 L 480.71875,112.28125 z" id="departement67" inkscape:label="#path16151"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 401.59375,88.4375 L 399.25,90.59375 L 395.9375,90.78125 L 394.78125,91.96875 L 394.53125,91.96875 L 394.40625,94.3125 L 395.5625,96.21875 L 395.15625,97.375 L 394.78125,98.71875 L 394.96875,99.46875 L 395.9375,98.71875 L 396.875,97 L 398.8125,96.8125 L 402.0625,95.84375 L 403.78125,97.1875 L 404.53125,98.71875 L 405.125,100.4375 L 405.125,102.15625 L 406.0625,102.9375 L 406.0625,104.25 L 405.125,105.40625 L 404.9375,107.90625 L 405.6875,109.0625 L 405.875,110.59375 L 406.0625,113.0625 L 407.21875,114.03125 L 408.9375,114.78125 L 408.1875,116.3125 L 410.28125,118.25 L 408.375,120.34375 L 408.75,121.6875 L 410.65625,122.625 L 410.65625,123.59375 L 408.375,123.59375 L 407.40625,124.9375 L 407.59375,125.90625 L 409.125,127.4375 L 407.8125,131.0625 L 406.28125,134.5 L 407.03125,136.625 L 407.03125,140.0625 L 407.8125,141.78125 L 408.9375,141.78125 L 409.53125,142.75 L 407.8125,142.75 L 406.28125,143.5 L 406.28125,144.65625 L 408.1875,146.375 L 408.1875,149.0625 L 410.09375,148.46875 L 412.96875,148.65625 L 413.15625,151.71875 L 414.3125,152.125 L 412.96875,153.0625 L 412.78125,154.03125 L 414.875,154.40625 L 416.21875,156.125 L 422.53125,155.75 L 423.875,153.25 L 426.75,153.25 L 427.90625,152.3125 L 429.8125,153.46875 L 431.53125,152.875 L 434.03125,153.0625 L 436.125,152.3125 L 438.21875,150.78125 L 439.375,151.9375 L 439.5625,149.25 L 441.09375,148.65625 L 441.875,151.15625 L 444.15625,151.34375 L 446.46875,151.9375 L 447.40625,152.125 L 450.6875,150.59375 L 452.40625,149.4375 L 453.9375,147.53125 L 457,146.375 L 459,145.9375 L 457.875,144.84375 L 460.03125,145.03125 L 460.4375,144.625 L 458.125,143.875 L 454.875,141.59375 L 452,139.46875 L 448.5625,139.46875 L 444.9375,137.375 L 442.0625,137.1875 L 442.0625,136.40625 L 437.65625,133.75 L 432.6875,131.625 L 430.1875,131.625 L 429.25,128.96875 L 425.40625,124.15625 L 421.59375,124.15625 L 420.0625,122.0625 L 417,122.0625 L 417.1875,119 L 413.15625,116.5 L 413.34375,114.03125 L 415.46875,114.03125 L 415.46875,111.90625 L 416.21875,110.375 L 414.5,108.65625 L 416.03125,106 L 414.875,102.9375 L 413.9375,102.15625 L 411.4375,96.8125 L 412.40625,95.28125 C 412.40625,95.28125 412.32712,94.02401 412.25,92.34375 L 409.625,92.34375 L 406.09375,88.4375 L 401.59375,88.4375 z" id="departement54" inkscape:label="#path16153"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 307.5,116.5 L 306.3125,117.09375 L 304.375,118.65625 L 302.4375,118.0625 L 299.09375,119.4375 L 296.375,117.875 L 295.1875,119.4375 L 293.4375,119.625 L 292.25,118.65625 L 290.3125,117.5 L 287.96875,119.0625 L 287.875,118.96875 L 287.03125,124.375 L 288.1875,131.25 L 288.1875,135.84375 L 286.65625,139.6875 L 287.03125,142.34375 L 285.3125,143.6875 L 286.25,148.875 L 285.5,150 L 284.9375,155.1875 L 286.25,156.90625 L 281.875,159.78125 L 281.875,163.71875 L 283.09375,165.53125 L 285.4375,166.71875 L 285.625,170.03125 L 282.5,172.1875 L 284.25,173.75 L 286.40625,172.375 L 291.6875,172.5625 L 293.625,172.1875 L 294.21875,170.625 L 296.375,170.8125 L 296.75,172.375 L 301.625,169.625 L 303.40625,167.5 L 305.75,164.75 L 304.1875,163 L 305.5625,160.0625 L 309.0625,158.3125 L 316.6875,158.6875 L 318.4375,157.34375 L 318.59375,157.5 L 319.03125,154.21875 L 319.8125,150.3125 L 321.1875,148.53125 L 321.375,146.1875 L 324.09375,145.03125 L 324.09375,143.46875 L 321.1875,143.65625 L 320.59375,142.28125 L 321.5625,140.53125 L 320.78125,137.59375 L 319.21875,136.625 L 319.625,133.90625 L 321.1875,132.90625 L 320.96875,131.75 L 321.53125,131.0625 L 318.25,130.375 L 317.25,128.03125 L 315.5,127.4375 L 310.25,122.375 L 309.65625,118.0625 L 307.5,116.5 z" id="departement77" inkscape:label="Seine-et-Marne"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 465.59375,156.53125 L 462.65625,156.6875 L 460.8125,160.84375 L 458.46875,165.53125 L 459.0625,168.46875 L 457.125,172.96875 L 453.78125,175.875 L 453.59375,183.5 L 451.15625,185.59375 L 451.25,185.65625 L 452.03125,187.21875 L 455.15625,187.40625 L 458.6875,190.15625 L 459.25,191.5 L 459.0625,193.84375 L 458.09375,195.625 L 458.46875,197.96875 L 461.21875,197.5625 L 461.8125,199.71875 L 462.78125,203.875 L 465.09375,203.5 L 464.6875,205.625 L 466.0625,206.8125 L 473.28125,206.625 L 477,203.6875 L 477.1875,199.375 L 479.15625,196.84375 L 476.59375,193.90625 L 475.25,190.78125 L 476.8125,188.65625 L 476.8125,183.75 L 477.78125,181.40625 L 477.78125,177.5 L 479.53125,174.96875 L 477.59375,172.25 L 477.40625,166.625 L 474.40625,165.3125 L 472.6875,160.34375 L 468.84375,160.53125 L 467.3125,158.625 L 465.59375,156.53125 z" id="departement68" inkscape:label="#path17033"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 390.125,86.53125 L 388.75,88.78125 L 387,89.9375 L 385.625,88.59375 L 382.6875,88.59375 L 382.125,87.8125 L 380.15625,91.5 L 379.375,92.875 L 381.71875,95.8125 L 380.9375,99.71875 L 378.78125,101.46875 L 379,102.84375 L 379.75,104.78125 L 378.59375,105.96875 L 376.25,107.125 L 376.625,109.28125 L 377.625,109.46875 L 375.875,111.03125 L 377.21875,113.96875 L 378.59375,118.28125 L 376.84375,120.21875 L 379.96875,120.03125 L 378.40625,124.90625 L 376.25,125.875 L 375.0625,128.8125 L 376.25,129.78125 L 374.875,132.125 L 375.28125,133.6875 L 379,136.625 L 379.1875,143.46875 L 383.28125,144.0625 L 385.8125,146.78125 L 390.5,149.125 L 392.25,149.71875 L 396.375,154.21875 L 395.9375,154.65625 L 399.375,154.21875 L 399.375,152.5 L 403.21875,151.71875 L 403.21875,150.40625 L 404.15625,150.40625 L 404.15625,151.53125 L 407.21875,150.59375 L 408.40625,149 L 408.1875,149.0625 L 408.1875,146.375 L 406.28125,144.65625 L 406.28125,143.5 L 407.8125,142.75 L 409.53125,142.75 L 408.9375,141.78125 L 407.8125,141.78125 L 407.03125,140.0625 L 407.03125,136.625 L 406.28125,134.5 L 407.8125,131.0625 L 409.125,127.4375 L 407.59375,125.90625 L 407.40625,124.9375 L 408.375,123.59375 L 410.65625,123.59375 L 410.65625,122.625 L 408.75,121.6875 L 408.375,120.34375 L 410.28125,118.25 L 408.1875,116.3125 L 408.9375,114.78125 L 407.21875,114.03125 L 406.0625,113.0625 L 405.875,110.59375 L 405.6875,109.0625 L 404.9375,107.90625 L 405.125,105.40625 L 406.0625,104.25 L 406.0625,102.9375 L 405.125,102.15625 L 405.125,100.4375 L 404.53125,98.71875 L 403.78125,97.1875 L 402.0625,95.84375 L 398.8125,96.8125 L 396.875,97 L 395.9375,98.71875 L 394.96875,99.46875 L 394.78125,98.71875 L 395.15625,97.375 L 395.5625,96.21875 L 394.40625,94.3125 L 394.53125,91.96875 L 393.59375,91.96875 L 392.8125,88.25 L 391.25,86.6875 L 390.125,86.53125 z" id="departement55" inkscape:label="#path17040"/>
<path style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 423.09375,90.40625 L 420.15625,90.59375 L 417.8125,92.5625 L 417.21875,93.53125 L 413.90625,93.53125 L 412.75,92.34375 L 412.25,92.34375 C 412.32712,94.02401 412.40625,95.28125 412.40625,95.28125 L 411.4375,96.8125 L 413.9375,102.15625 L 414.875,102.9375 L 416.03125,106 L 414.5,108.65625 L 416.21875,110.375 L 415.46875,111.90625 L 415.46875,114.03125 L 413.34375,114.03125 L 413.15625,116.5 L 417.1875,119 L 417,122.0625 L 420.0625,122.0625 L 421.59375,124.15625 L 425.40625,124.15625 L 429.25,128.96875 L 430.1875,131.625 L 432.6875,131.625 L 437.65625,133.75 L 442.0625,136.40625 L 442.0625,137.1875 L 444.9375,137.375 L 448.5625,139.46875 L 452,139.46875 L 454.875,141.59375 L 458.125,143.875 L 460.4375,144.625 L 463.9375,141.125 L 465.125,137.03125 L 463.5625,135.46875 L 463.375,134.09375 L 465.6875,129.78125 L 460.25,126.65625 L 457.125,129 L 455.34375,127.84375 L 456.125,126.09375 L 454.1875,124.71875 L 451.625,123.53125 L 451.625,121 L 454.1875,120.21875 L 455.15625,115.71875 L 456.90625,113.78125 L 457.6875,116.71875 L 459.84375,117.6875 L 463.5625,118.28125 L 465.5,120.21875 L 467.84375,120.21875 L 469.8125,118.84375 L 472.34375,120.625 L 473.71875,120.625 L 475.28125,119.25 L 475.28125,116.3125 L 477,113.3125 L 476.59375,113.4375 L 475.25,111.5 L 471.34375,109.15625 L 469.96875,107 L 465.28125,107.40625 L 462.53125,109.9375 L 455.90625,110.125 L 453.9375,108.75 C 453.80551,108.51057 452.84437,106.81438 452,106.34375 C 451.96729,106.32639 451.91355,106.29802 451.875,106.28125 C 451.84646,106.26959 451.80512,106.25698 451.78125,106.25 C 451.77058,106.24458 451.73002,106.22452 451.71875,106.21875 C 451.71591,106.21876 451.69093,106.21861 451.6875,106.21875 C 451.66248,106.21745 451.61378,106.21875 451.59375,106.21875 C 450.67823,106.21876 448.90565,105.19125 448.6875,105.0625 L 445.9375,106.21875 L 445.75,108.5625 L 442.4375,108.96875 L 440.46875,105.25 L 439.3125,104.84375 L 439.3125,102.125 L 436.5625,100.9375 L 436.375,96.25 L 434.40625,94.3125 L 430.3125,92.34375 L 428.375,92.34375 L 427.78125,92.75 L 425.8125,92.75 L 423.09375,90.40625 z" id="departement57" inkscape:label="#path17046"/>
<path style="opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 459,145.9375 L 457,146.375 L 453.9375,147.53125 L 452.40625,149.4375 L 450.6875,150.59375 L 447.40625,152.125 L 446.46875,151.9375 L 444.15625,151.34375 L 441.875,151.15625 L 441.09375,148.65625 L 439.5625,149.25 L 439.375,151.9375 L 438.21875,150.78125 L 436.125,152.3125 L 434.03125,153.0625 L 431.53125,152.875 L 429.8125,153.46875 L 427.90625,152.3125 L 426.75,153.25 L 423.875,153.25 L 422.53125,155.75 L 416.21875,156.125 L 414.875,154.40625 L 412.78125,154.03125 L 412.96875,153.0625 L 414.3125,152.125 L 413.15625,151.71875 L 412.96875,148.65625 L 410.09375,148.46875 L 408.40625,149 L 407.21875,150.59375 L 404.15625,151.53125 L 404.15625,150.40625 L 403.21875,150.40625 L 403.21875,151.71875 L 399.375,152.5 L 399.375,154.21875 L 395.9375,154.65625 L 394.625,155.96875 L 395.96875,157.90625 L 399.09375,158.125 L 401.84375,161.8125 L 404.1875,161.8125 L 404.75,164.375 L 407.3125,164.75 L 407.875,166.5 L 406.125,167.6875 L 404.96875,172.96875 L 410.4375,175.6875 L 410.4375,179.78125 L 412.5625,179 L 414.34375,180.40625 L 415.6875,179.59375 L 414.9375,178.4375 L 415.90625,177.84375 L 417.25,179.40625 L 419.21875,178.03125 L 419.8125,176.09375 L 423.5,175.5 L 424.5,176.28125 L 424.3125,178.4375 L 426.84375,180.375 L 428.40625,180.1875 L 430.15625,178.8125 L 434.25,178.8125 L 437.1875,182.125 L 438.15625,182.125 L 439.71875,181.15625 L 439.9375,180 L 441.5,179.21875 L 443.25,180.375 L 445,182.34375 L 451.15625,185.59375 L 453.59375,183.5 L 453.78125,175.875 L 457.125,172.96875 L 459.0625,168.46875 L 458.46875,165.53125 L 460.8125,160.84375 L 462.96875,155.96875 L 459.25,155 L 458.46875,149.71875 L 459.25,146.1875 L 459,145.9375 z" id="departement88" inkscape:label="#path17051"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 274.21875,136.40625 L 272.46875,137.1875 L 270.5625,137.9375 L 270.1875,140.0625 L 267.3125,141.40625 L 266.9375,143.5 L 268.28125,145.8125 L 266.34375,148.46875 L 263.5,148.46875 L 264.625,150.1875 L 263.28125,151.71875 L 262.8125,154.8125 L 263.75,155 L 264.125,157.53125 L 264.53125,158.125 L 264.9375,163.375 L 271.1875,162.8125 L 273.71875,160.46875 L 275.875,162.21875 L 281.125,162.59375 L 281.875,163.71875 L 281.875,159.78125 L 286.25,156.90625 L 284.9375,155.1875 L 285.5,150 L 286.25,148.875 L 285.3125,143.6875 L 287.03125,142.34375 L 286.6875,139.90625 L 284.53125,138.90625 L 280.90625,138.90625 L 278.8125,137.75 L 277.28125,138.53125 L 274.21875,136.40625 z" id="departement91" inkscape:label="Essonne"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 251.5,118.15625 L 251.4375,118.28125 L 245.96875,119.84375 L 245.1875,120.8125 L 246.1875,122.375 L 246.1875,123.9375 L 247.9375,124.3125 L 246.9375,125.3125 L 247.03125,126.1875 L 247.15625,126.09375 L 249.09375,128.03125 L 249.6875,130.375 L 251.25,131.9375 L 250.46875,134.09375 L 250.46875,136.03125 L 251.84375,137.59375 L 250.46875,139.9375 L 251.84375,143.28125 L 254.5625,145.21875 L 254.96875,147.375 L 257.3125,147.75 L 257.875,152.0625 L 259.65625,154.21875 L 262.8125,154.8125 L 263.28125,151.71875 L 264.625,150.1875 L 263.5,148.46875 L 266.34375,148.46875 L 268.28125,145.8125 L 266.9375,143.5 L 267.3125,141.40625 L 270.1875,140.0625 L 270.5625,137.9375 L 272.46875,137.1875 L 274.21875,136.40625 L 274.5625,136.625 L 274.5625,136.40625 L 272.8125,134.4375 L 271.71875,131.46875 L 273.46875,127.65625 L 272.59375,124.78125 L 269.1875,122.71875 L 264.375,122.5 L 259.875,119.625 L 256.25,120.28125 L 251.5,118.15625 z" id="departement78" inkscape:label="Yvelines"/>
<path style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 255.5625,109.6875 L 254,111.625 L 252.8125,115.9375 L 251.5,118.15625 L 256.25,120.28125 L 259.875,119.625 L 264.375,122.5 L 269.1875,122.71875 L 272.59375,124.78125 L 273.46875,127.65625 L 273.4375,127.71875 L 273.8125,127.65625 L 277.3125,125.78125 L 282.5625,125.4375 L 285.4375,124.125 L 287.28125,122.8125 L 287.875,118.96875 L 286.59375,117.6875 L 282.3125,115.15625 L 278.1875,113 L 276.0625,113.96875 L 273.71875,114.5625 L 272.15625,113.375 L 269.03125,111.4375 L 266.5,113.375 L 262.78125,113.78125 L 257.5,113.375 L 256.3125,111.4375 L 255.5625,109.6875 z" id="departement95" inkscape:label="Val-d'Oise"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 287.28125,122.8125 L 285.4375,124.125 L 282.5625,125.4375 L 277.3125,125.78125 L 277.46875,126.5 L 277.90625,126.59375 L 278.3125,127.21875 L 277.90625,128.09375 L 277.375,128.1875 L 277.75,129.09375 L 280.28125,129.0625 L 281.09375,130.3125 L 281.25,132.0625 L 282.125,131.9375 L 282.9375,131.28125 L 284.15625,131.34375 L 285.6875,132.21875 L 286.5625,133.1875 L 286.96875,133.375 L 287.21875,133.84375 L 288.1875,134.09375 L 288.1875,131.25 L 287.03125,124.375 L 287.28125,122.8125 z" id="departement93" inkscape:label="Seine-Saint-Denis"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 280.28125,129.0625 L 277.75,129.09375 L 276.625,129.59375 L 276.15625,130.21875 L 275.125,130.28125 L 274.1875,131.34375 L 274.21875,131.9375 L 274.4375,132.625 L 276,133.0625 L 277.90625,134.03125 L 279.125,134.09375 L 279.9375,133.875 L 280.78125,133.28125 L 281.0625,133.53125 L 282.875,133.78125 L 283.1875,133.125 L 283.1875,132.46875 L 282.875,132.34375 L 281.625,132.40625 L 281.71875,132.71875 L 281.5,132.90625 L 281.09375,132.90625 L 281.25,132.5 L 281.3125,132.0625 L 281.25,132.0625 L 281.09375,130.3125 L 280.28125,129.0625 z" id="departement75" inkscape:label="Paris"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 277.3125,125.78125 L 273.8125,127.65625 L 273.4375,127.71875 L 271.71875,131.46875 L 272.8125,134.4375 L 274.5625,136.40625 L 274.5625,136.625 L 277.28125,138.53125 L 277.9375,138.1875 L 277.4375,137.25 L 277.9375,135.78125 L 277.625,135.25 L 277.96875,134.03125 L 277.90625,134.03125 L 276,133.0625 L 274.4375,132.625 L 274.21875,131.9375 L 274.1875,131.34375 L 275.125,130.28125 L 276.15625,130.21875 L 276.625,129.59375 L 277.75,129.09375 L 277.375,128.1875 L 277.90625,128.09375 L 278.3125,127.21875 L 277.90625,126.59375 L 277.46875,126.5 L 277.3125,125.78125 z" id="departement92" inkscape:label="Hauts-de-Seine"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 282.9375,131.28125 L 282.125,131.9375 L 281.3125,132.0625 L 281.25,132.5 L 281.09375,132.90625 L 281.5,132.90625 L 281.71875,132.71875 L 281.625,132.40625 L 282.875,132.34375 L 283.1875,132.46875 L 283.1875,133.125 L 282.875,133.78125 L 281.0625,133.53125 L 280.78125,133.28125 L 279.9375,133.875 L 279.125,134.09375 L 277.96875,134.03125 L 277.625,135.25 L 277.9375,135.78125 L 277.4375,137.25 L 277.9375,138.1875 L 278.8125,137.75 L 280.90625,138.90625 L 284.53125,138.90625 L 286.6875,139.90625 L 286.65625,139.6875 L 288.1875,135.84375 L 288.1875,134.09375 L 287.21875,133.84375 L 286.96875,133.375 L 286.5625,133.1875 L 285.6875,132.21875 L 284.15625,131.34375 L 282.9375,131.28125 z" id="departement94" inkscape:label="Val-de-Marne"/>
<path style="opacity:1;fill:#ff7f2a;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 447.40625,199.71875 L 447.21875,199.9375 L 444.96875,199.9375 L 443.8125,201.53125 L 442.34375,202.375 L 442.34375,204.34375 L 438.6875,204.78125 L 436.71875,203.375 L 434.0625,203.78125 L 431.53125,205.75 L 429.71875,208.84375 L 427.90625,209.40625 L 427.0625,211.5 L 424.8125,211.90625 L 421.71875,214.4375 L 417.65625,214.3125 L 416.40625,215.28125 L 415.28125,215.28125 L 411.34375,218.5 L 409.5625,218.4375 L 409.53125,219.625 L 409.8125,221.71875 L 412.34375,223.40625 L 413.75,225.25 L 413.3125,227.1875 L 412.0625,230.15625 L 411.21875,232.09375 L 416.6875,233.9375 L 420.1875,233.65625 L 420.46875,236.59375 L 420.46875,240.53125 L 424.8125,241.9375 L 426.78125,242.46875 L 429.59375,245.15625 L 429.3125,247.40625 L 428.03125,249.21875 L 424.53125,250.34375 L 425.375,252.3125 L 425.78125,253.84375 L 424.25,255.375 L 424.40625,256.78125 L 426.78125,257 L 426.8125,256.8125 L 438.90625,245.46875 L 438.53125,236.09375 L 442.8125,233.96875 L 445.75,232.59375 L 448.46875,230.0625 L 448.6875,226.34375 L 451.40625,224.96875 L 457.65625,217.75 L 456.6875,215.40625 L 458.84375,214.4375 L 461.375,211.3125 L 460,209.9375 L 455.3125,210.90625 L 455.125,210.125 L 459.4375,205.15625 L 447.40625,199.71875 z" id="departement25"/>
<path style="opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459901;visibility:visible;display:inline;overflow:visible" d="M 451.4375,186.03125 L 449.625,186.96875 L 448.09375,188.09375 L 448.09375,190.59375 L 448.9375,193.5625 L 448.9375,195.5 L 448.46875,198.625 L 447.40625,199.71875 L 459.4375,205.15625 L 460.1875,204.28125 L 462.78125,203.875 L 461.8125,199.71875 L 461.21875,197.5625 L 458.46875,197.96875 L 458.09375,195.625 L 459.0625,193.84375 L 459.25,191.5 L 458.6875,190.15625 L 455.15625,187.40625 L 452.03125,187.21875 L 451.4375,186.03125 z" id="departement90" inkscape:label="#path3622"/>
</g>
<g inkscape:groupmode="layer" id="layer3" inkscape:label="Côte" style="display:inline" transform="translate(-7.44305,0)">
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 568.92104,452.72493 L 565.99135,454.67806 L 566.38197,456.63118 L 567.94447,458.58431 L 566.18666,459.9515 L 566.96791,461.514 L 565.79604,462.88118 L 565.79604,464.639 L 567.74916,466.39681 L 567.74916,469.13118 L 566.57729,471.67025 L 565.2101,472.25618 L 563.6476,470.10775 L 560.91322,470.30306 L 560.32729,469.91243 L 557.98354,469.91243 L 555.8351,471.86556 L 555.05385,475.18587 L 549.97572,476.16243 L 546.06947,479.48275 L 545.28822,481.63118 L 543.3351,481.43587 L 542.35854,480.264 L 541.7726,483.58431 L 540.40541,484.17025 L 540.01479,487.29525 L 540.60072,488.66243 L 538.45229,490.22493 L 537.86635,491.78743 L 536.30385,491.78743 L 536.30385,493.93587 L 538.25697,495.30306 L 541.57729,497.25618 L 541.7726,498.81869 L 539.81947,499.40462 L 536.69447,499.99056 L 536.69447,501.35775 L 537.86635,502.52962 L 538.06166,506.43587 L 542.35854,507.80306 L 543.92104,508.19369 L 545.28822,510.34212 L 544.31166,511.70931 L 542.74916,512.29525 L 541.57729,514.44369 L 540.40541,515.81087 L 540.99135,519.3265 L 543.92104,519.13119 L 544.70229,519.71712 L 547.43666,518.34994 L 548.21791,519.13119 L 546.85072,522.06087 L 548.21791,523.42806 L 545.87416,525.18587 L 544.31166,528.7015 L 548.60854,529.67806 L 554.66322,530.264 L 552.12416,533.19369 C 552.12416,533.19369 550.17104,532.41244 550.17104,533.389 C 550.17104,534.36556 548.80385,536.70931 548.80385,536.70931 L 550.75697,538.85775 L 554.2726,541.00619 L 560.91322,542.764 L 562.86635,543.54525 L 564.62416,544.3265 L 563.45229,546.47494 L 566.57729,546.27962 L 567.16322,547.64681 L 570.28822,547.64681 L 571.06947,543.93587 L 569.11635,543.54525 L 571.85072,540.61556 L 570.87416,539.639 L 571.06947,537.88119 L 574.5851,535.92806 L 574.78041,533.77962 L 572.43666,533.58431 L 570.87416,534.9515 L 570.87416,532.99837 L 573.99916,532.80306 L 574.97572,530.45931 L 575.75697,523.62337 L 575.17104,520.69369 L 574.97572,512.09994 L 579.66322,505.45931 L 579.66322,494.52181 L 577.7101,490.81087 L 577.12416,479.09212 L 575.75697,476.94368 L 573.21791,474.99056 L 572.82729,467.764 L 573.99916,464.44368 L 572.43666,459.17025 L 571.4601,454.87337 L 570.67885,453.7015 L 568.92104,452.72493 z" id="path1339"/>
<path style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 285.94277,4.389559 L 285.7868,4.077637 L 285.7868,4.077637 L 279.5368,7.007324 L 269.77118,8.569824 L 258.44305,10.718262 L 249.8493,17.358887 L 249.8493,43.726074 L 249.26337,50.952637 L 253.56024,54.858887 L 253.56024,56.812012 L 248.2868,53.687012 L 240.66962,63.06202 L 232.27118,69.50733 L 217.42743,73.21827 L 207.6618,76.73389 L 199.65399,81.03077 L 194.96649,88.06202 L 193.98993,93.53078 L 197.89618,96.46045 L 203.56024,97.63232 L 198.09149,98.60889 L 190.66962,102.90578 L 182.27118,106.22607 L 175.63055,102.51514 L 159.61493,100.17139 L 155.90399,98.21828 L 148.2868,100.17139 L 148.09149,95.48389 L 143.01337,89.4292 L 144.57587,85.52295 L 146.7243,85.52295 L 144.77118,80.24952 L 136.37274,79.85889 L 131.88055,82.98389 L 126.80243,79.66358 L 119.57587,77.51514 L 118.79462,79.46827 L 122.89618,82.78858 L 122.89618,87.08545 L 121.33368,89.03858 L 122.31024,90.01514 L 122.89618,90.40578 L 122.50555,94.1167 L 123.87274,97.2417 L 128.36493,102.31982 L 129.34149,106.81203 L 130.31805,108.1792 L 130.31805,115.21045 L 132.6618,119.89795 L 132.6618,125.3667 L 130.12274,130.44482 L 132.85712,137.47607 L 137.15399,138.45264 L 137.54462,140.40578 L 135.39618,141.38232 L 122.11493,141.38232 L 118.5993,139.23389 L 120.94305,136.10889 L 116.25555,135.91357 L 113.13055,139.4292 L 109.41962,139.03857 L 109.02899,141.18703 L 106.68524,141.38232 L 106.48993,138.64795 L 104.5368,138.06203 L 103.16962,139.62453 L 103.16962,135.71828 L 100.82587,137.47607 L 97.31024,136.89014 L 96.13837,139.23389 L 88.9118,143.14014 L 88.9118,145.09328 L 87.3493,145.09328 L 87.3493,141.57764 L 83.24774,139.62453 L 83.63837,136.10889 L 79.92743,133.37453 L 79.92743,130.0542 L 77.19305,129.46828 L 77.38837,126.34328 L 75.23993,126.14795 L 75.43524,123.99953 L 71.52899,123.99953 L 70.94306,125.95264 L 69.77118,123.21828 L 68.01337,124.58545 L 63.52118,125.17139 L 62.54462,126.53857 L 59.41962,124.19482 L 55.31806,126.9292 L 56.88056,129.07764 L 54.14618,132.78857 L 50.82587,130.83545 L 45.35712,131.03078 L 45.35712,134.93703 L 43.794617,134.93703 L 43.403992,133.1792 L 41.060242,133.56982 L 40.669617,129.07764 L 38.521179,131.42139 L 36.177429,130.44482 L 31.880554,130.83545 L 31.099304,132.78857 L 28.560242,133.37453 L 28.169617,131.22607 L 23.677429,131.81203 L 23.677429,133.1792 L 20.552429,133.37453 L 19.185242,132.39795 L 17.622742,133.1792 L 17.232117,135.52295 L 11.958679,135.71828 L 9.224304,139.03857 L 11.568054,140.79639 L 8.44305,143.33545 L 9.419617,145.09328 L 8.638367,149.39014 L 11.763367,149.78078 L 12.935242,148.60889 L 13.521179,149.39014 L 20.943054,148.41357 L 25.825867,144.89795 L 21.528992,148.99953 L 21.919617,150.95264 L 25.825867,149.19482 L 25.044617,151.9292 L 29.341492,152.12453 L 29.146179,153.29639 L 24.458679,153.10107 L 20.747742,152.12453 L 16.255554,149.97607 L 13.521179,153.10107 L 17.036804,154.27295 L 16.841492,159.54639 L 17.818054,158.76514 L 19.966492,155.44482 L 24.068054,157.78857 L 26.021179,158.1792 L 26.802429,161.3042 L 25.630554,163.45264 L 23.091492,163.25732 L 20.747742,163.25732 L 16.841492,163.84328 L 10.200867,164.23389 L 8.833675,165.9917 L 10.786804,167.16357 L 12.935242,166.96828 L 14.693054,168.53078 L 17.232117,168.33545 L 21.333679,173.02295 L 22.310242,178.10107 L 20.943054,180.83545 L 25.044617,181.6167 L 29.536804,181.42139 L 30.513367,179.66357 L 28.755554,177.31982 L 30.513367,178.10107 L 32.271179,177.90578 L 35.396179,179.66357 L 37.349304,179.27295 L 37.349304,175.95264 L 38.130554,179.27295 L 40.669617,183.37453 L 46.13837,183.76514 L 46.33368,182.59328 L 47.70087,184.54639 L 51.02118,185.13232 L 53.56024,185.13232 L 55.90399,188.84328 L 59.02899,189.62453 L 60.20087,187.8667 L 59.61493,190.01514 L 62.34931,191.18703 L 65.86493,194.70264 L 67.03681,196.85107 L 66.64618,199.39014 L 66.25556,201.9292 L 68.59931,203.68703 L 69.77118,202.31982 L 68.59931,200.75732 L 68.59931,197.2417 L 70.94306,197.82764 L 71.72431,195.48389 L 72.31024,196.85107 L 74.8493,198.99953 L 76.02118,197.04639 L 74.8493,194.31203 L 76.99774,197.2417 L 79.73212,196.85107 L 79.14618,195.48389 L 81.68524,196.06982 L 83.63837,198.41357 L 82.6618,199.97607 L 80.12274,199.19482 L 77.19305,197.82764 L 75.63055,199.78078 L 77.9743,200.56203 L 79.73212,203.29639 L 90.27899,202.31982 L 93.01337,202.90578 L 91.64618,204.07764 L 91.84149,205.83545 L 93.20868,206.81203 L 89.49774,210.13232 L 90.27899,210.91357 L 91.06024,212.47607 L 89.10712,215.21045 L 91.25555,216.38232 L 94.96649,217.16357 L 95.35712,215.60107 L 97.50555,218.33545 L 101.02118,218.33545 L 103.56024,215.60107 L 106.88055,215.60107 L 103.36493,217.35889 L 103.56024,219.31201 L 104.34149,221.06982 L 102.19305,223.21826 L 99.8493,223.21826 L 100.23993,226.14795 L 104.5368,225.3667 L 109.61493,230.0542 L 103.56024,237.8667 L 103.36493,242.5542 L 109.41962,248.41357 L 109.2243,250.17139 L 110.98212,250.17139 L 114.69305,261.3042 L 118.5993,263.25732 L 122.50555,267.16357 L 126.99774,267.16357 L 128.75555,271.06982 L 133.05243,271.06982 L 135.00555,273.99951 L 139.30243,276.14795 L 139.49774,273.41357 L 142.0368,275.75732 L 138.9118,278.29639 L 138.52118,280.24951 L 135.59149,280.64014 L 134.02899,278.88232 L 130.12274,278.4917 L 129.73212,276.53857 L 127.38837,274.97607 L 124.06805,276.14795 L 126.21649,279.27295 L 128.95087,279.27295 L 131.68524,281.03076 L 133.83368,282.78857 L 137.93524,282.59326 L 138.71649,284.35107 L 141.45087,284.93701 L 142.42743,287.67139 L 144.18524,288.45264 L 143.98993,290.60107 L 141.64618,290.21045 L 140.86493,291.38232 L 142.62274,293.92139 L 141.64618,298.21826 L 139.30243,298.02295 L 139.49774,300.75732 L 140.08368,301.73389 L 137.3493,301.73389 L 136.95868,300.17139 L 138.71649,297.82764 L 138.13055,296.46045 L 137.15399,295.6792 L 136.76337,290.9917 L 133.44305,290.60107 L 130.70868,287.28076 L 130.31805,294.1167 L 134.81024,297.43701 L 135.20087,301.14795 L 135.98212,305.44482 L 136.37274,309.7417 L 138.71649,309.54639 L 142.81805,312.8667 L 145.55243,314.4292 L 145.74774,316.38232 L 147.89618,316.77295 L 154.14618,323.02295 L 155.90399,331.03076 L 157.27118,336.69482 L 157.6618,342.35889 L 156.68524,343.92139 L 155.70868,339.23389 L 152.9743,328.4917 L 143.01337,319.50732 L 143.20868,315.40576 L 141.25555,315.21045 L 138.13055,319.89795 L 137.15399,336.3042 L 134.61493,352.90576 L 132.85712,365.79639 L 132.6618,369.1167 L 134.02899,364.62451 L 136.76337,361.10889 L 140.66962,364.62451 L 141.06024,365.79639 L 142.23212,367.35889 L 137.3493,367.5542 L 136.56805,366.38232 L 134.61493,367.16357 L 134.2243,370.09326 L 132.07587,373.02295 L 132.07587,377.51514 L 128.56024,396.26514 L 124.06805,413.45264 L 122.70087,420.09326 L 121.52899,424.78076 L 117.81805,431.22607 L 113.32587,436.69482 L 109.81024,438.06201 L 107.27118,438.45264 L 107.27118,438.67059" id="path7299"/>
<path style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 312.48898,497.22601 L 312.73993,497.2417 L 312.73993,494.1167 L 311.17743,491.96826 L 308.44305,490.79639 L 307.85712,468.14014 L 308.05243,461.69482 L 305.70868,461.89014 L 303.75555,458.96045 L 305.31805,456.42139 L 308.63837,459.54639 L 311.56805,457.20264 L 313.52118,455.24951 L 313.9118,452.12451 L 320.94305,449.97607 L 321.7243,448.21826 L 327.19305,448.02295 L 328.95087,445.87451 L 339.49774,437.47607 L 346.13837,432.78857 L 351.80243,433.1792 L 351.80243,437.08545 L 356.29462,436.89014 L 364.88837,437.28076 L 373.09149,437.8667 L 374.65399,439.4292 L 371.7243,439.4292 L 369.77118,442.74951 L 378.16962,444.50732 L 384.81024,443.33545 L 381.29462,440.01514 L 383.63837,438.06201 L 387.3493,439.62451 L 389.10712,443.33545 L 400.23993,443.53076 L 403.16962,442.35889 L 403.75555,444.1167 L 400.63055,446.85107 L 404.92743,447.04639 L 404.14618,448.99951 L 402.9743,450.3667 L 412.54462,450.3667 L 417.23212,451.9292 L 418.20868,453.29639 L 421.7243,454.85889 L 422.70087,458.76514 L 424.8493,459.15576 L 426.80243,457.78857 L 430.31805,455.64014 L 436.37274,456.22607 L 436.17743,457.78857 L 434.2243,458.76514 L 438.9118,458.96045 L 437.73993,457.78857 L 437.3493,455.24951 L 439.88837,453.4917 L 442.81805,454.46826 L 443.98993,454.85889 L 444.96649,456.03076 L 446.33368,455.0542 L 446.7243,452.51514 L 448.2868,451.14795 L 452.38837,451.14795 L 453.56024,449.39014 L 456.29462,450.17139 L 459.41962,448.8042 L 459.41962,443.72607 L 455.31805,443.92139 L 458.44305,441.96826 L 460.00555,439.81982 L 460.39618,436.69482 L 466.06024,435.91357 L 469.38055,432.20264 L 469.57587,427.71045 L 473.48212,428.4917 L 474.8493,426.73389 L 476.80243,427.12451 L 476.99774,421.06982 L 481.48993,420.6792 L 485.39618,417.16357 L 488.9118,417.16357 L 489.10712,415.01514 L 492.62274,412.8667 L 492.53949,412.67523" id="path7292"/>
</g>
<g inkscape:groupmode="layer" id="layer7" inkscape:label="Frontières" style="display:inline" transform="translate(-7.44305,0)">
<path style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#727271;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 492.53949,412.67523 L 490.66962,408.37451 L 493.5993,405.83545 L 493.01337,402.90576 L 497.31024,401.53857 L 498.48212,397.2417 L 497.89618,394.31201 L 496.91962,392.5542 L 496.13837,390.01514 L 493.20868,390.21045 L 484.02899,393.53076 L 481.0993,393.53076 L 476.02118,389.4292 L 470.94305,388.06201 L 468.01337,388.06201 L 468.01337,384.54639 L 463.9118,382.00732 L 463.9118,378.10107 L 466.64618,377.71045 L 465.08368,376.34326 L 463.13055,375.75732 L 462.15399,373.21826 L 462.93524,371.46045 L 466.45087,367.74951 L 465.86493,365.01514 L 468.20868,362.47607 L 470.35712,362.67139 L 470.35712,360.91357 L 467.62274,359.54639 L 467.0368,353.88232 L 464.88837,353.10107 L 462.15399,353.4917 L 457.07587,350.95264 L 456.29462,345.09326 L 453.36493,344.1167 L 452.38837,342.16357 L 451.02118,339.23389 L 456.88055,336.89014 L 459.02899,338.25732 L 461.17743,338.25732 L 461.37274,335.91357 L 463.9118,334.54639 L 464.88837,333.37451 L 469.96649,331.42139 L 470.55243,328.10107 L 469.57587,326.53857 L 472.31024,321.85107 L 469.77118,320.87451 L 468.98993,318.14014 L 463.71649,315.01514 C 463.71649,315.01514 464.10712,307.59327 463.32587,307.78858 C 462.54462,307.98391 459.61493,308.1792 459.61493,308.1792 L 456.68524,304.85889 L 456.88055,298.21826 L 463.52118,295.48389 L 464.30243,293.53076 L 463.9118,289.23389 L 459.61493,284.7417 L 458.24774,285.52295 L 458.24774,283.76514 L 458.24774,280.83545 L 454.5368,279.07764 L 454.34149,277.51514 L 456.48993,275.17139 L 456.48993,272.43701 L 452.9743,268.72607 L 452.77899,266.18701 L 446.13837,266.18701 L 441.64618,266.96826 L 437.3493,270.48389 L 436.17743,268.72607 L 434.02899,268.92139 L 432.07587,273.21826 L 432.27118,274.97607 L 434.41962,276.73389 L 430.51337,279.27295 L 427.9743,281.6167 L 421.52899,281.6167 L 421.52899,277.90576 L 423.87274,276.53857 L 427.38837,276.14795 L 427.58368,274.19482 L 426.4118,273.41357 L 429.34149,269.70264 L 428.95087,268.53076 L 425.23993,266.57764 L 425.63055,262.47607 L 428.56024,258.96045 L 426.60712,258.1792 L 426.80243,256.81201 L 438.9118,245.48389 L 438.52118,236.10889 L 442.81805,233.96045 L 445.74774,232.59326 L 448.48212,230.0542 L 448.67743,226.34326 L 451.4118,224.97607 L 457.6618,217.74953 L 456.68524,215.40578 L 458.83368,214.4292 L 461.37274,211.3042 L 460.00555,209.93703 L 455.31805,210.91357 L 455.12274,210.13232 L 460.20087,204.27295 L 465.08368,203.4917 L 464.69305,205.64014 L 466.06024,206.81203 L 473.2868,206.6167 L 476.99774,203.68703 L 477.19305,199.39014 L 479.14618,196.85107 L 476.60712,193.92139 L 475.23993,190.79639 L 476.80243,188.64795 L 476.80243,183.76514 L 477.77899,181.42139 L 477.77899,177.51514 L 479.5368,174.97607 L 477.58368,172.2417 L 477.38837,165.9917 L 482.46649,156.03078 L 481.88055,150.3667 L 484.2243,142.74953 L 484.81024,136.10889 L 489.88837,132.39795 L 489.88837,130.0542 L 491.84149,127.51514 L 493.40399,127.51514 L 495.1618,125.75732 L 494.77118,122.43703 L 496.52899,117.74953 L 499.26337,117.16357 L 496.52899,115.01514 L 491.64618,114.4292 L 487.3493,112.28078 L 484.41962,114.03857 L 482.85712,112.28078 L 480.70868,112.28078 L 476.60712,113.45264 L 475.23993,111.49953 L 471.33368,109.15578 L 469.96649,107.00732 L 465.27899,107.39795 L 462.54462,109.93703 L 455.90399,110.13232 L 453.95087,108.76514 C 453.95087,108.76514 452.58368,106.22608 451.60712,106.22608 C 450.63056,106.2261 448.67743,105.0542 448.67743,105.0542 L 445.94305,106.22607 L 445.74774,108.56982 L 442.42743,108.96045 L 440.4743,105.24953 L 439.30243,104.85889 L 439.30243,102.12453 L 436.56805,100.95264 L 436.37274,96.26514 L 434.41962,94.31203 L 430.31805,92.35889 L 428.36493,92.35889 L 427.77899,92.74953 L 425.82587,92.74953 L 423.09149,90.40578 L 420.1618,90.60107 L 417.81805,92.5542 L 417.23212,93.53078 L 413.9118,93.53078 L 412.73993,92.35889 L 409.61493,92.35889 L 406.0993,88.45264 L 401.60712,88.45264 L 399.26337,90.60107 L 395.94305,90.79639 L 394.77118,91.96828 L 393.5993,91.96828 L 392.81805,88.25733 L 391.25555,86.69483 L 388.71649,86.3042 L 387.93524,82.39795 L 386.37274,81.22608 L 380.90399,80.64014 L 379.92743,78.10108 L 378.16962,76.9292 L 371.91962,76.14795 L 371.52899,71.65577 L 372.31024,70.87452 L 372.31024,69.1167 L 369.18524,67.16358 L 369.77118,65.01514 L 370.55243,63.06202 L 369.18524,61.890137 L 371.33368,59.937012 L 371.33368,56.421387 L 370.55243,55.835449 L 367.62274,55.835449 L 365.66962,58.765137 L 363.9118,60.522949 L 363.9118,62.28077 L 363.9118,64.62452 L 361.56805,66.18702 L 357.27118,67.5542 L 354.92743,68.53077 L 352.19305,66.38233 L 344.18524,66.38233 L 343.98993,64.4292 L 347.89618,62.08545 L 347.31024,58.374512 L 343.5993,57.397949 L 344.57587,56.421387 L 344.57587,53.687012 L 347.50555,51.538574 L 346.7243,49.976074 L 340.4743,45.093262 L 329.5368,45.679199 L 328.36493,47.632324 L 326.99774,47.632324 L 327.19305,40.796387 L 324.06805,37.085449 L 321.7243,37.476074 L 320.35712,35.913574 L 316.45087,37.671387 L 315.08368,36.304199 L 312.3493,35.913574 L 311.56805,33.374512 L 311.37274,25.562012 L 309.61493,24.780762 L 309.41962,23.608887 L 308.24774,23.608887 L 307.85712,21.265137 L 305.31805,21.460449 L 300.43524,23.022949 L 298.09149,25.952637 L 295.74774,25.952637 L 294.18524,23.999512 L 293.5993,21.851074 L 291.64618,19.702637 L 288.9118,19.702637 L 287.73993,17.554199 L 287.73993,14.233887 L 289.10712,12.085449 L 288.32587,9.155762 L 285.94277,4.389559" id="path7297"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#727271;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 107.27118,438.67059 L 107.27118,440.60107 L 109.61493,442.74951 L 113.13055,442.94482 L 113.32587,445.48389 L 116.06024,445.6792 L 116.84149,443.92139 L 120.55243,445.48389 L 122.89618,446.06982 L 123.48212,448.41357 L 122.11493,449.58545 L 122.11493,453.29639 L 119.38055,454.66357 L 119.18524,456.42139 L 120.94305,458.37451 L 124.06805,459.35107 L 124.65399,456.42139 L 126.4118,454.46826 L 126.21649,457.00732 L 127.58368,458.96045 L 131.0993,458.96045 L 132.6618,461.10889 L 137.3493,461.89014 L 141.84149,464.62451 L 149.26337,464.62451 L 149.65399,468.72607 L 154.73212,472.63232 L 156.68524,474.97607 L 158.83368,473.8042 L 160.7868,473.41357 L 161.76337,474.39014 L 163.52118,473.41357 L 167.42743,471.26514 L 170.74774,473.21826 L 174.65399,476.14795 L 175.04462,478.4917 L 178.16962,481.03076 L 180.70868,481.03076 L 187.15399,478.29639 L 189.88837,481.42139 L 193.5993,482.39795 L 194.96649,480.0542 L 196.7243,480.83545 L 208.44305,481.6167 L 208.83368,472.04639 L 211.56805,472.43701 L 216.64618,475.3667 L 222.70087,476.53857 L 225.23993,476.53857 L 228.56024,480.83545 L 236.95868,480.44482 L 240.27899,485.71826 L 243.20868,484.54639 L 251.80243,485.71826 L 252.77899,491.38232 L 255.70868,494.1167 L 261.56805,495.6792 L 261.76337,499.19482 L 264.88837,501.9292 L 267.23212,501.53857 L 270.55243,497.43701 L 274.65399,496.65576 L 281.0993,498.8042 L 286.56805,503.4917 L 288.13055,501.53857 L 289.49774,501.53857 L 290.86493,502.51514 L 292.0368,501.9292 L 292.23212,499.19482 L 298.09149,497.82764 L 300.04462,495.28857 L 302.9743,494.31201 L 307.07587,494.31201 L 309.61493,497.04639 L 312.48897,497.22601" id="path1335"/>
<text xml:space="preserve" style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" x="520.03735" y="30.052345" id="text4099"><tspan sodipodi:role="line" id="tspan4101" x="520.03735" y="30.052345"/></text>
<g id="g4121" transform="translate(-103.18249,-6.6877537)">
<rect y="20.520809" x="500.57904" height="10.042746" width="14.963443" id="rect4087" style="fill:#00ff00;stroke:#000000;stroke-width:0.375;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
<rect y="65.527977" x="500.48865" height="9.9543705" width="15.054515" id="rect4091" style="fill:#ff0000;stroke:#000000;stroke-width:0.373;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"/>
<rect y="50.502934" x="500.55234" height="10.12845" width="14.959423" id="rect4093" style="fill:#ff7f2a;stroke:#000000;stroke-width:0.37900001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"/>
<rect y="35.45882" x="500.56473" height="10.042745" width="14.963442" id="rect4095" style="fill:#ffff00;stroke:#000000;stroke-width:0.375;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"/>
<text sodipodi:linespacing="125%" id="text4103" y="30.142069" x="520.03735" style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans" xml:space="preserve"><tspan y="30.142069" x="520.03735" id="tspan4105" sodipodi:role="line">Eau douce (&lt;15 °fH)</tspan></text>
<text sodipodi:linespacing="125%" id="text4107" y="44.946445" x="520.03735" style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans" xml:space="preserve"><tspan y="44.946445" x="520.03735" id="tspan4109" sodipodi:role="line">Eau dure (15-30 °fH)</tspan></text>
<text sodipodi:linespacing="125%" id="text4111" y="60.019993" x="520.03735" style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans" xml:space="preserve"><tspan y="60.019993" x="520.03735" id="tspan4113" sodipodi:role="line">Eau très dure (30-40 °fH)</tspan></text>
<text sodipodi:linespacing="125%" id="text4115" y="75.003815" x="519.94763" style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans" xml:space="preserve"><tspan y="75.003815" x="519.94763" id="tspan4117" sodipodi:role="line">Eau extrêmement dure (&gt;40 °fH)</tspan></text>
<rect y="15.290193" x="495.18924" height="65.529816" width="230.02992" id="rect4119" style="fill:none;stroke:#000000;stroke-width:0.373;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
</g>
</g>
<g inkscape:groupmode="layer" id="layer4" inkscape:label="Préfecture" style="display:inline" transform="translate(-7.44305,0)"/>
<g inkscape:groupmode="layer" id="layer12" inkscape:label="Pays (légende)" transform="translate(-7.44305,0)"/>
<g inkscape:groupmode="layer" id="layer13" inkscape:label="Mer (légende)" style="display:inline" transform="translate(-7.44305,0)"/>
<g inkscape:groupmode="layer" id="layer11" inkscape:label="Département (légende)" style="display:inline" transform="translate(-7.44305,0)">
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="551.69464" y="522.46307" id="text23303" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23305" x="551.69464" y="522.46307" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">2a</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="556.10907" y="491.68393" id="text23310" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23312" x="556.10907" y="491.68393" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">2b</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="340.05017" y="165.48323" id="text23314" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23316" x="340.05017" y="165.48323" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">10</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="275.93124" y="462.3653" id="text23318" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23320" x="275.93124" y="462.3653" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">11</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="285.49982" y="394.9285" id="text23322" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23324" x="285.49982" y="394.9285" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">12</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="385.47107" y="432.74658" id="text23326" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23328" x="385.47107" y="432.74658" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">13</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="169.59084" y="119.59122" id="text23330" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23332" x="169.59084" y="119.59122" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">14</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="286.01541" y="347.34229" id="text23334" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23336" x="286.01541" y="347.34229" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">15</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="184.93521" y="313.28046" id="text23338" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23340" x="184.93521" y="313.28046" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">16</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="149.35028" y="305.01443" id="text23342" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23344" x="149.35028" y="305.01443" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">17</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="278.17551" y="236.72379" id="text23346" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23348" x="278.17551" y="236.72379" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">18</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="255.70399" y="333.50601" id="text23350" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23352" x="255.70399" y="333.50601" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">19</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="366.62848" y="215.44362" id="text23358" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23360" x="366.62848" y="215.44362" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">21</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="77.443314" y="154.65916" id="text23362" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23364" x="77.443314" y="154.65916" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">22</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="259.49942" y="291.12961" id="text23366" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23368" x="259.49942" y="291.12961" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">23</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="208.14978" y="347.36383" id="text23370" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23372" x="208.14978" y="347.36383" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">24</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="426.4913" y="226.924" id="text23374" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23376" x="426.4913" y="226.924" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">25</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="387.52527" y="370.61215" id="text23378" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23380" x="387.52527" y="370.61215" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">26</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="218.36873" y="123.45922" id="text23382" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23384" x="218.36873" y="123.45922" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">27</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="236.24745" y="163.9295" id="text23386" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23388" x="236.24745" y="163.9295" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">28</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="32.752422" y="159.80573" id="text23390" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23392" x="32.752422" y="159.80573" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">29</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="350.10199" y="411.25201" id="text23394" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23396" x="350.10199" y="411.25201" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">30</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="226.46878" y="444.25089" id="text23398" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23400" x="226.46878" y="444.25089" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">31</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="193.67938" y="427.59033" id="text23402" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23404" x="193.67938" y="427.59033" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">32</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="155.21661" y="363.45023" id="text23406" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23408" x="155.21661" y="363.45023" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">33</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="313.85724" y="433.47208" id="text23410" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23412" x="313.85724" y="433.47208" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">34</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="121.07767" y="170.81239" id="text23414" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23416" x="121.07767" y="170.81239" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">35</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="242.11922" y="253.26028" id="text23418" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23420" x="242.11922" y="253.26028" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">36</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="208.55455" y="225.61589" id="text23422" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23424" x="208.55455" y="225.61589" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">37</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="400.02567" y="336.1355" id="text23426" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23428" x="400.02567" y="336.1355" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">38</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="403.70837" y="252.62927" id="text23430" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23432" x="403.70837" y="252.62927" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">39</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="141.87534" y="410.00177" id="text23434" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23436" x="141.87534" y="410.00177" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">40</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="236.533" y="206.03616" id="text23438" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23440" x="236.533" y="206.03616" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">41</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="344.24771" y="313.84027" id="text23442" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23444" x="344.24771" y="313.84027" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">42</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="330.82129" y="347.94345" id="text23446" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23448" x="330.82129" y="347.94345" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">43</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="115.84439" y="216.11394" id="text23450" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23452" x="115.84439" y="216.11394" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">44</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="270.39145" y="187.10056" id="text23454" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23456" x="270.39145" y="187.10056" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">45</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="242.91499" y="374.47601" id="text23458" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23460" x="242.91499" y="374.47601" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">46</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="194.812" y="389.22894" id="text23462" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23464" x="194.812" y="389.22894" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">47</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="318.72366" y="379.78024" id="text23466" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23468" x="318.72366" y="379.78024" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">48</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="160.44055" y="215.16055" id="text23470" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23472" x="160.44055" y="215.16055" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">49</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="135.04189" y="118.67933" id="text23474" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23476" x="135.04189" y="118.67933" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">50</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="343.89667" y="126.01338" id="text23478" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23480" x="343.89667" y="126.01338" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">51</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="381.26428" y="173.22806" id="text23482" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23484" x="381.26428" y="173.22806" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">52</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="156.85811" y="172.43538" id="text23486" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23488" x="156.85811" y="172.43538" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">53</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="415.3656" y="143.31583" id="text23490" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23492" x="415.3656" y="143.31583" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">54</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="387.02689" y="126.03261" id="text23494" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23496" x="387.02689" y="126.03261" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">55</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="74.415573" y="184.25244" id="text23498" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23500" x="74.415573" y="184.25244" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">56</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="430.32043" y="121.86172" id="text23502" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23504" x="430.32043" y="121.86172" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">57</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="318.98431" y="235.73589" id="text23506" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23508" x="318.98431" y="235.73589" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">58</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="309.578" y="51.367298" id="text23510" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23512" x="309.578" y="51.367298" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">59</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="273.19901" y="104.4" id="text23514" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23516" x="273.19901" y="104.4" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">60</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="188.631" y="143.62782" id="text23518" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23520" x="188.631" y="143.62782" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">61</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="270.05676" y="43.54641" id="text23522" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23524" x="270.05676" y="43.54641" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">62</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="301.97977" y="312.34189" id="text23526" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23528" x="301.97977" y="312.34189" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">63</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="144.4501" y="452.05734" id="text23530" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23532" x="144.4501" y="452.05734" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">64</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="181.70399" y="463.116" id="text23534" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23536" x="181.70399" y="463.116" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">65</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="280.77542" y="489.75699" id="text23538" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23540" x="280.77542" y="489.75699" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">66</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="468.83728" y="138.92934" id="text23542" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23544" x="468.83728" y="138.92934" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">67</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="458.48599" y="183.41901" id="text23546" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23548" x="458.48599" y="183.41901" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">68</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="361.61499" y="303.90601" id="text23550" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23552" x="361.61499" y="303.90601" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">69</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="389.52344" y="289.11728" id="text23558" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23560" x="389.52344" y="289.11728" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">01</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="317.71494" y="91.464127" id="text23562" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23564" x="317.71494" y="91.464127" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">02</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="304.79639" y="273.39404" id="text23566" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23568" x="304.79639" y="273.39404" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">03</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="429.73807" y="403.08469" id="text23570" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23572" x="429.73807" y="403.08469" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">04</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="431.49451" y="370.41684" id="text23574" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23576" x="431.49451" y="370.41684" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">05</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="468.04169" y="408.98822" id="text23578" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23580" x="468.04169" y="408.98822" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">06</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="355.52588" y="367.6001" id="text23582" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23584" x="355.52588" y="367.6001" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">07</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="355.23471" y="94.337006" id="text23586" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23588" x="355.23471" y="94.337006" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">08</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="235.62527" y="471.0025" id="text23590" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23592" x="235.62527" y="471.0025" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">09</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="415.52142" y="198.70544" id="text23594" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23596" x="415.52142" y="198.70544" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">70</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="358.86234" y="258.45761" id="text23598" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23600" x="358.86234" y="258.45761" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">71</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="191.15994" y="181.91512" id="text23602" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23604" x="191.15994" y="181.91512" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">72</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="436.55295" y="321.66956" id="text23606" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23608" x="436.55295" y="321.66956" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">73</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="429.935" y="291.53601" id="text23610" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23612" x="429.935" y="291.53601" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">74</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="224.36623" y="87.776649" id="text23618" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23620" x="224.36623" y="87.776649" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">76</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="295.07571" y="147.75082" id="text23622" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23624" x="295.07571" y="147.75082" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">77</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="253.75279" y="137.74051" id="text23626" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23628" x="253.75279" y="137.74051" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">78</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="167.42421" y="262.80984" id="text23630" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23632" x="167.42421" y="262.80984" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">79</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="271.19772" y="74.197655" id="text23634" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23636" x="271.19772" y="74.197655" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">80</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="264.30704" y="423.10611" id="text23638" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23640" x="264.30704" y="423.10611" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">81</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="228.1265" y="405.17361" id="text23642" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23644" x="228.1265" y="405.17361" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">82</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="433.41739" y="437.59961" id="text23646" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23648" x="433.41739" y="437.59961" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">83</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="385.51199" y="408.30801" id="text23650" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23652" x="385.51199" y="408.30801" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">84</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="130.51228" y="257.07504" id="text23654" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23656" x="130.51228" y="257.07504" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">85</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="199.62645" y="265.11456" id="text23658" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23660" x="199.62645" y="265.11456" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">86</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="228.26965" y="303.53333" id="text23662" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23664" x="228.26965" y="303.53333" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">87</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="424.64432" y="167.36722" id="text23666" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23668" x="424.64432" y="167.36722" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">88</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="320.9649" y="194.08562" id="text23670" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23672" x="320.9649" y="194.08562" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">89</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="447.48077" y="200.24228" id="text23674" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23676" x="447.48077" y="200.24228" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">90</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="268.57501" y="155.17101" id="text23678" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23680" x="268.57501" y="155.17101" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">91</tspan></text>
<text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;font-family:Serif" x="260.90515" y="121.41072" id="text23694" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23696" x="260.90515" y="121.41072" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">95</tspan></text>
</g>
</svg>
/branches/refact/services/presentations/images/cartes/monde_01.svg
New file
0,0 → 1,2644
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="415" width="940" viewBox="0 81.5 2711.3 1196.7">
<style type="text/css">
/*
* Below are Cascading Style Sheet (CSS) definitions in use in this file,
* which allow easily changing how countries are displayed.
*
*/
 
/*
* circles around small countries
*
* Change opacity to 1 to display all circles.
*
*/
.circlexx
{
opacity:0;
fill:#E0E0E0;
stroke:black;
stroke-width:0.5;
}
 
/*
* Smaller circles around French DOMs and Chinese SARs
*
* Change opacity to 1 to display all subnational circles.
*
*/
.subxx
{
opacity:0;
stroke-width:0.3;
}
 
/*
* land
*/
.landxx
{
fill: #E0E0E0;
stroke:#fff;
stroke-width:0.5;
}
 
/*
* Styles for coastlines of islands with no borders
*/
.coastxx
{
stroke-width: 0.3;
}
 
/*
* Additional style rules
*
* The following are examples of colouring countries. You can substitute these with your own styles to colour the countries on the map.
*
* Color a few countries:
*
* .gb, .au, .nc
* {
* fill: #ff0000;
* }
*
* Color a few small country circles (and the countries):
*
* .ms, .ky
* {
* opacity: 1;
* fill: #ff0000;
* }
*
*/
 
/*
* Antarctica
*/
.aq
{
fill:#e6e6e6;
}
 
/*
* Sea
*/
.ocean
{
opacity: 1;
color: #000;
fill:#fff;
stroke:#000;
stroke-width:0.5;
stroke-miterlimit:1;
}
 
.lake
{
fill:white;
fill-opacity:1;
stroke:none;
}
 
</style>
<rect class="ocean" y="81.5" width="100%" height="100%" id="ocean"/>
<g id="ge" class="landxx ge" transform="translate(-0.120074, -0.025157)">
<path d="M 1554.4563,384.69355 C 1554.4814,380.82973 1562.4346,384.37937 1563.9533,385.04455 C 1565.7568,385.83447 1567.1629,386.43921 1569.2419,386.0363 C 1570.2222,385.84633 1571.0196,385.67272 1572.2003,386.36255 C 1572.6399,386.61938 1574.1203,386.19375 1574.9163,386.65255 C 1576.7296,387.69777 1578.2604,388.38867 1579.0403,388.88555 C 1579.3853,389.10534 1580.1936,389.23467 1581.2716,390.34036 C 1581.9646,391.05109 1580.9845,390.6163 1581.8305,390.9583 C 1583.9755,391.8233 1587.1943,388.15636 1588.5873,391.03836 C 1589.0474,389.16053 1591.0162,390.51017 1591.3633,390.69355 C 1591.7383,391.03155 1592.0483,391.45017 1592.5473,391.62317 C 1593.3563,391.90317 1594.9943,391.36355 1595.4043,392.55855 C 1595.7023,393.42855 1594.7013,394.0743 1595.5703,394.8303 C 1596.9103,395.9963 1598.5623,395.98355 1600.0473,396.63355 C 1602.4373,397.67855 1598.8647,398.42366 1600.0303,399.79955 C 1600.7538,400.65355 1604.0841,402.01055 1603.8793,403.12055 C 1603.4222,405.59841 1600.5823,403.08748 1599.8323,403.36048 C 1597.8253,404.09248 1596.6765,401.78974 1594.7945,401.42074 C 1594.0395,401.27274 1593.3233,401.46655 1592.7633,401.92955 C 1592.2353,402.36655 1590.7833,402.86455 1591.0363,403.19955 C 1589.8083,403.28455 1588.5813,403.03955 1587.3513,403.11755 C 1586.0663,403.19955 1584.9803,403.77755 1583.6483,403.77255 C 1582.3593,403.76855 1581.8204,403.61084 1580.7292,403.48889 C 1580.5375,403.46746 1578.867,403.55341 1579.1536,402.9189 C 1579.3405,402.5051 1579.1782,402.13251 1578.7377,402.23857 C 1578.6134,402.24991 1576.9814,400.41884 1576.0553,400.67755 C 1576.6943,399.25155 1574.4935,400.14924 1574.2601,401.0308 C 1574.0221,401.92956 1571.1193,400.92768 1570.3783,400.74128 C 1569.8567,400.83428 1569.8381,401.70832 1568.9513,401.22855 C 1568.5137,400.99177 1567.6814,400.47602 1567.2643,400.6946 C 1567.1983,400.54646 1567.3552,400.37211 1567.5513,399.84855 C 1568.1508,398.24787 1568.8383,397.31455 1567.7233,395.73955 C 1566.6613,394.24055 1566.5193,392.29655 1565.4843,390.78155 C 1564.6273,389.52655 1563.0593,389.65955 1562.1483,388.46455 C 1561.2963,387.34555 1559.4993,387.18855 1558.2523,387.00855 C 1556.5203,386.75755 1556.1013,384.92755 1554.4563,384.69355" id="ge-"/>
<path class="abkhazia" style="stroke:none" d="M 1565.9381,391.04125 C 1565.8629,390.79908 1565.4924,390.45251 1565.2765,390.16908 C 1564.9937,389.79771 1564.7491,389.82297 1563.869,389.37355 C 1562.9482,388.90337 1562.5542,388.61279 1562.1982,388.17028 C 1561.5156,387.32174 1560.6477,387.17181 1558.7907,386.88119 C 1557.5423,386.68581 1557.3141,386.47715 1556.3099,385.48638 C 1555.7158,384.90023 1555.4491,384.83004 1555.0218,384.57643 C 1554.868,384.48515 1554.5388,384.48519 1554.5291,384.45417 C 1554.5193,384.42311 1554.683,383.78981 1554.7582,383.66629 C 1554.959,383.33656 1555.1077,383.19781 1555.4726,383.06287 C 1555.6467,382.99849 1555.8273,382.90651 1556.12,382.88367 C 1556.6203,382.84463 1556.8585,382.86648 1557.3166,382.91548 C 1558.0628,382.99529 1558.8171,383.18858 1559.7156,383.45516 C 1560.8695,383.79756 1561.9783,384.2313 1563.1998,384.75242 C 1564.0182,385.10154 1564.7782,385.43399 1565.5279,385.71719 C 1566.0705,385.92214 1566.6546,386.02337 1567.1566,386.09441 C 1567.6734,386.16754 1568.3596,386.10251 1568.9331,386.045 C 1569.1716,386.02108 1569.6222,385.92656 1569.6329,385.92649 C 1569.6926,385.92628 1569.6812,386.08038 1569.5695,386.30709 C 1569.4526,386.54457 1569.0498,386.78862 1568.8038,386.99176 C 1568.5169,387.22867 1568.916,386.76121 1568.5338,387.1895 C 1568.3577,387.38683 1568.0476,387.5872 1568.1214,387.74286 C 1568.3738,388.27538 1568.1779,388.16682 1568.3329,388.38254 L 1568.2226,388.86463 L 1568.1661,389.4235 C 1568.0689,389.72576 1568.1278,389.76325 1568.1978,390.06608 C 1568.2527,390.30346 1567.7481,390.28199 1567.5491,390.39302 C 1567.382,390.48628 1567.466,390.58281 1567.2602,390.71185 C 1567.0948,390.81557 1567.2117,390.94793 1566.949,391.10283 C 1566.7447,391.22331 1566.7793,391.52784 1566.6562,391.64095 C 1566.5331,391.75408 1566.3305,391.80516 1566.3259,391.79624 L 1565.9381,391.04125 z" id="abkhazia"/>
<path class="south_ossetia" style="stroke:none" d="M 1586.1028,395.2726 C 1585.8186,395.26441 1585.8236,395.07905 1585.8211,395.07631 C 1585.8187,395.07357 1585.789,395.0118 1585.7552,394.93904 C 1585.7214,394.86627 1585.6189,394.71539 1585.5274,394.60372 C 1585.2624,394.28019 1585.0377,394.14349 1584.7179,394.11118 C 1584.4884,394.08802 1584.4741,394.0766 1584.348,393.81647 C 1584.2556,393.62579 1584.154,393.5507 1583.9301,393.50767 C 1583.6874,393.46104 1583.541,393.52212 1583.1251,393.84357 C 1583.0673,393.88824 1582.9709,393.95549 1582.9109,393.99303 C 1582.8509,394.03057 1582.8226,394.1605 1582.7836,394.21741 L 1582.6645,394.38611 L 1582.51,394.1502 C 1582.3916,394.06812 1582.2172,393.98517 1582.126,394.12595 C 1581.8451,394.55955 1581.7592,394.15511 1581.5377,394.02064 C 1581.4375,393.95981 1581.304,393.89249 1581.2411,393.87105 C 1581.1495,393.83982 1580.9097,393.95883 1580.994,393.607 C 1581.0176,393.50861 1581.252,393.41788 1581.231,393.11473 C 1581.2231,393.00139 1580.8992,393.06785 1580.6979,392.91743 C 1580.541,392.80022 1580.7043,392.57715 1580.7015,392.44197 C 1580.6992,392.32928 1580.575,392.33932 1580.5803,392.23883 C 1580.5864,392.12024 1580.6603,391.99306 1580.6745,391.87189 C 1580.7172,391.50794 1580.759,391.349 1580.8349,391.19385 C 1580.8811,391.09958 1580.7403,390.94313 1580.7448,390.92618 C 1580.8067,390.69484 1581.1368,390.21591 1581.3405,390.46131 C 1581.3818,390.51103 1581.4698,390.73556 1581.5119,390.77539 C 1581.6171,390.87502 1581.7167,391.03493 1581.7554,391.0519 C 1582.0743,391.19185 1582.4165,391.17226 1582.8648,391.15729 C 1583.1234,391.14865 1583.5629,391.09023 1583.7216,391.02734 C 1584.0621,390.8924 1584.5743,390.68935 1585.0083,390.52179 C 1585.2825,390.4159 1585.391,390.37669 1585.5807,390.39798 C 1585.6868,390.40988 1585.5561,390.39084 1585.5917,390.38726 C 1586.0369,390.3425 1586.0119,390.71852 1586.0483,390.79777 C 1586.068,390.8407 1586.1159,390.94788 1586.1548,391.03596 C 1586.2136,391.16924 1586.6733,391.2864 1586.4492,391.39382 C 1585.7107,391.7479 1586.7148,391.60831 1586.8792,391.6743 C 1586.9927,391.71985 1587.2102,391.82118 1587.3627,391.89956 C 1587.5151,391.97791 1587.7065,392.0628 1587.788,392.08818 C 1587.975,392.14646 1588.1054,392.39037 1588.3183,392.56838 C 1588.4261,392.65855 1588.2099,392.88979 1588.2469,392.97987 C 1588.3137,393.14266 1588.3139,393.14546 1588.2853,393.44226 C 1588.2526,393.7809 1588.3923,394.14421 1588.0315,394.53068 C 1587.7092,394.87599 1587.4222,394.70342 1587.3169,394.91381 L 1587.2129,395.12172 L 1587.0358,395.11643 C 1586.9384,395.11353 1586.6641,395.43201 1586.38,395.42379 L 1586.1028,395.2726 z" id="south_ossetia"/>
</g>
<path class="landxx pe" d="M 649.70729,798.40855 C 650.70429,796.34955 651.25329,794.94055 652.82029,793.18655 C 653.52029,792.40355 654.06029,791.46455 654.90629,790.82055 C 655.51929,790.35355 656.85129,789.72755 656.90729,788.82755 C 657.90129,789.11155 658.94929,793.17555 658.08529,793.68355 C 657.45629,794.05355 656.73829,793.72055 656.28529,794.36555 C 655.76829,795.10055 655.88429,796.10255 656.90729,796.24755 C 656.06229,797.37355 656.29775,798.80046 657.63075,797.36346 C 658.80075,796.10246 659.39029,796.98555 660.50129,797.92755 C 661.45329,798.73555 662.54329,797.51055 663.29329,798.72655 C 664.06329,799.97655 664.08829,802.04655 665.87529,802.38355 C 667.38429,802.66855 667.47922,802.58983 667.91075,800.92146 C 670.79464,789.77187 673.14786,785.85615 669.83075,797.93746 C 669.34935,799.69076 670.34629,794.76255 671.09229,793.07755 C 671.47529,792.21155 671.77948,791.72909 671.79348,790.73309 C 671.80248,790.10109 672.75029,788.20955 673.10829,789.90755 C 673.34929,789.51755 673.39629,789.10755 673.24929,788.67855 C 673.19129,788.12555 673.99929,787.52755 674.29429,787.13655 C 675.06229,786.11555 676.02329,785.35855 677.18229,784.82755 C 679.70429,783.67155 682.65629,783.24655 684.95829,781.64855 C 689.80029,778.28655 693.15329,773.25355 694.20629,767.51755 C 694.60029,767.93455 695.07929,768.10055 695.64529,768.01755 C 694.93229,766.35755 695.67829,764.88855 694.68729,763.47155 C 694.29729,762.91355 692.35829,761.21655 692.47829,760.52755 C 693.29529,760.66655 694.24829,760.94555 695.02229,760.48655 C 695.78929,760.03255 695.54629,759.88455 696.41129,760.20555 C 697.90329,760.75855 699.00729,761.35055 700.03729,762.59155 C 701.37629,764.20655 702.13329,764.80255 702.77429,766.86755 C 703.04229,767.72855 702.70929,768.43255 703.89629,768.53555 C 705.04729,768.63555 704.74629,769.09555 705.54229,769.80655 C 707.08629,771.18755 708.22329,770.45255 708.76129,772.80955 C 709.17829,774.63555 709.10029,775.07455 711.04729,775.65755 C 713.14529,776.28555 711.16429,778.73355 712.23529,779.95355 C 712.81629,780.61455 713.72229,780.83955 714.57029,780.80455 C 715.09929,780.73355 715.63129,780.68655 716.16529,780.66255 C 716.87329,780.66455 717.70029,781.08055 718.32829,781.05855 C 719.77129,781.00455 721.48029,779.96455 722.10629,778.70555 C 722.76729,777.37655 724.59329,779.91755 725.38329,779.97855 C 726.57429,780.07055 728.48456,778.20501 729.33256,778.82601 C 730.00956,779.32201 730.53529,780.21655 731.18729,780.66355 C 731.81329,781.09355 733.28529,780.97655 733.67029,781.38555 C 735.24429,783.05555 735.26829,783.65755 734.03829,785.60555 C 733.05329,787.16555 731.13929,789.83455 730.86629,791.64955 C 730.53929,793.82055 733.04029,792.12055 733.97929,792.94055 C 734.73729,793.60155 735.29678,794.50945 735.86429,795.33055 C 736.13728,795.72553 736.44813,795.91015 736.31122,796.23756 C 736.22094,796.93804 735.60729,797.17647 735.18029,796.38855 C 734.98729,796.62855 734.79429,796.86855 734.60029,797.10855 C 733.47829,795.58455 730.99129,794.59255 729.57629,796.37955 C 727.96329,798.41755 724.45129,797.87955 722.13329,798.49355 C 720.91929,798.81555 720.33229,800.16355 719.12929,800.53855 C 717.86529,800.93355 718.27629,801.44055 717.43429,802.19855 C 715.41629,804.01755 714.01829,803.49555 713.98829,806.61355 C 713.97729,807.69455 714.04329,808.60055 713.41029,809.54155 C 712.80729,810.43655 712.08729,811.33355 712.32729,812.48055 C 712.57629,813.67055 713.60229,815.36255 712.27229,816.28055 C 711.15329,817.05155 710.09529,817.44555 709.17829,818.52055 C 708.50929,819.30455 708.16129,820.19555 708.37529,821.22855 C 708.49029,821.72855 708.66429,822.20955 708.89629,822.66855 C 708.33729,822.91155 707.75629,823.21655 707.33529,823.66955 C 705.71129,825.41755 710.50329,826.93455 708.53629,828.13755 C 709.53929,828.79255 710.23329,829.98855 710.44529,831.15255 C 710.56929,831.83355 711.03829,832.07055 711.53029,832.46755 C 712.14629,832.96355 712.08829,833.71955 712.49529,834.33755 C 713.21029,835.42055 714.58829,835.93055 715.09029,837.18455 C 715.68929,838.67955 714.54029,839.59255 713.71929,840.66755 C 715.49629,841.59755 718.10829,840.76155 719.87329,841.93455 C 721.01929,842.69555 722.07729,844.67355 721.63929,846.06755 C 724.02629,846.36755 727.08629,846.88455 729.20929,845.43155 C 730.54929,844.51455 732.29629,841.19955 734.10029,841.17755 C 733.88929,842.04455 733.21529,842.08855 733.74529,842.98455 C 734.30729,843.93555 733.36729,844.88455 733.42729,845.97055 C 733.58129,848.79455 733.67829,851.69055 734.02029,854.49755 C 734.94729,853.68455 735.57429,855.34655 736.54029,855.25255 C 737.87229,855.12255 738.80594,854.07423 740.17529,854.08555 C 741.48129,854.09635 742.42716,853.9474 742.80729,855.23755 C 743.38531,857.1993 744.77029,858.81655 745.76429,860.60555 C 746.76529,862.40655 747.76235,864.21041 748.79229,865.99555 C 749.68825,867.54847 750.48235,868.52623 749.0131,869.62574 C 747.71752,870.59528 747.5645,872.34475 748.03629,873.74055 C 748.4436,874.94559 748.14507,876.55626 748.21329,878.72892 C 748.24271,879.66575 749.38329,880.85655 749.42429,881.82855 C 749.42629,881.88855 748.59129,884.19455 748.52429,884.25555 C 747.64829,885.04755 747.12783,886.48309 746.72083,887.58809 C 745.97683,889.60709 747.96829,889.77855 747.97329,891.34755 C 747.97629,892.46155 747.24338,892.92128 747.03538,894.00128 C 745.86651,893.20041 743.24738,890.47412 742.74681,892.5042 C 742.40169,893.90384 743.04755,893.42414 743.19709,895.17686 C 743.27809,895.37686 742.02907,894.02308 742.53106,894.44853 C 742.51849,894.74534 740.86179,896.22205 743.81851,897.26842 C 743.92383,895.8663 745.62872,898.12678 746.42421,897.90055 C 746.87964,897.77103 746.64176,898.40953 746.55181,899.47353 C 747.46167,899.73676 749.0775,900.18287 749.22548,899.60919 C 749.34648,899.63119 750.0712,899.72546 750.27587,899.8804 C 749.69122,903.09688 750.09538,902.38149 750.5333,902.74325 C 750.21012,903.41125 750.67178,903.25889 750.21093,903.85691 C 749.41889,904.88467 748.70629,906.44855 747.75329,907.39555 C 747.33798,907.80824 746.76332,908.02659 746.43529,908.52955 C 745.83332,909.45253 747.08174,909.02182 747.24329,909.79455 C 747.45047,910.78553 747.84866,910.75074 747.49553,911.19414 C 741.76191,918.39354 745.57156,912.17819 745.33311,912.68064 C 744.7971,913.81011 746.19429,915.25955 745.43829,916.55555 C 744.78729,917.67155 743.41229,918.06655 742.19729,918.06655 C 740.83329,918.06655 739.78329,917.04755 738.85829,916.17555 C 737.76729,915.14855 736.57329,914.66755 735.39329,913.83155 C 733.29929,912.34855 733.45629,909.65055 730.94629,908.62055 C 727.97529,907.40055 725.97329,904.49855 722.82829,903.72455 C 721.35629,903.36255 719.84429,902.34555 718.56529,901.54955 C 717.03429,900.59755 715.37829,900.27855 713.81829,899.43755 C 712.29129,898.61255 710.99529,897.35255 709.46429,896.48055 C 707.74229,895.50055 706.02729,894.53955 704.28829,893.58655 C 702.81929,892.78155 701.93429,890.93555 700.77829,889.74655 C 699.24629,888.17055 697.08729,887.34255 696.01629,885.38655 C 695.41229,884.28255 694.64329,882.95655 693.58329,882.29155 C 692.65629,881.70955 693.88729,879.48555 692.26329,879.76555 C 692.28229,879.48455 692.35329,879.21755 692.47929,878.96555 C 692.72129,879.10955 692.96129,879.25655 693.19929,879.40555 C 693.83929,876.20755 692.45629,874.54955 690.85329,871.92955 C 689.39729,869.54955 688.40829,867.03255 686.36729,865.09755 C 685.75529,864.51655 685.13029,864.21055 685.29729,863.41555 C 685.48929,862.50055 684.95329,861.47355 684.51629,860.71155 C 684.08729,859.96255 683.56829,859.15955 682.90329,858.59455 C 682.29129,858.07355 681.24629,857.82655 680.85729,857.06855 C 680.80929,856.67155 680.84529,856.27755 680.96429,855.88855 C 680.84329,855.02555 680.29629,854.03755 679.90329,853.27355 C 679.15029,851.80855 678.12229,850.51055 677.28729,849.09455 C 676.50029,847.76055 676.05829,846.16255 675.50129,844.72555 C 674.20129,841.36955 672.10529,838.78555 671.16329,835.54055 C 669.87629,831.11155 666.11529,828.41555 664.40829,824.04055 C 662.45529,819.03655 658.41729,815.47055 653.52129,813.40655 C 653.09029,813.22455 651.47529,812.83655 651.42029,812.23955 C 651.34429,811.40755 651.16929,810.01955 652.36429,810.16755 C 654.49029,810.43155 653.68329,808.42155 652.99529,807.37455 C 652.02429,805.89755 651.05829,805.28055 651.00729,803.44355 C 651.20429,803.20755 651.39629,802.96755 651.58329,802.72355 C 651.54729,802.44355 650.69829,801.66955 650.50929,801.45555 C 649.51529,800.33555 650.12329,799.67555 649.70729,798.40855" id="pe"/>
<path class="landxx bf" d="M 1228.8763,669.23755 C 1229.4103,667.85455 1229.8914,666.25336 1229.5714,664.77436 C 1229.2214,663.15736 1230.1951,664.12296 1230.8121,662.91096 C 1231.1931,662.16096 1232.0352,659.87926 1231.1498,659.1943 C 1230.554,658.73335 1231.738,657.69213 1229.9573,657.21455 C 1230.7903,657.25655 1231.312,656.60555 1231.945,656.21755 C 1232.979,655.58555 1234.4589,656.10429 1235.5261,655.45255 C 1236.8311,654.65555 1238.4076,651.56095 1237.2553,650.20055 C 1236.706,649.55201 1237.5062,649.11907 1238.2243,649.20255 C 1239.315,649.32935 1239.2273,648.34255 1239.0653,647.48255 C 1238.9583,646.92055 1237.8463,646.08555 1238.8133,645.74855 C 1239.5573,645.48855 1240.5813,643.38555 1241.0463,642.74155 C 1240.9863,644.00755 1243.9723,645.51955 1245.0063,645.62255 C 1244.7623,644.42155 1245.5423,644.58055 1246.5163,644.61455 C 1246.3853,643.51655 1246.9333,642.02355 1246.3663,641.01355 C 1247.1773,641.16855 1248.0183,641.22555 1248.7463,641.66155 C 1249.8383,640.02355 1249.7053,636.42755 1252.5403,636.13455 C 1253.9373,635.99055 1255.6686,638.20561 1255.9436,635.72961 C 1256.0906,634.40161 1257.5573,634.57255 1258.4663,634.10055 C 1259.6443,633.48955 1260.5472,632.59777 1261.7753,632.01455 C 1263.249,631.31472 1265.9403,627.68455 1267.9993,629.54155 C 1268.39,629.8939 1269.3453,629.07455 1269.9753,629.26555 C 1270.8383,629.52655 1271.7065,629.82631 1272.5183,630.21755 C 1273.7645,630.81816 1271.4716,633.99044 1273.3823,635.03055 C 1274.5625,635.67302 1273.636,637.6749 1274.5213,638.56555 C 1275.0213,639.06855 1276.0337,640.11409 1275.8659,640.77809 C 1276.8052,641.15136 1279.2739,642.81141 1280.8563,644.03755 C 1280.1423,644.38655 1279.5003,644.36855 1278.8463,643.89255 C 1277.8716,646.38055 1281.1483,649.26655 1283.1263,650.20755 C 1284.7152,650.96346 1285.6089,649.06961 1286.7399,649.39861 C 1287.6699,649.66861 1287.8493,651.13955 1288.2063,651.88455 C 1285.6765,652.7547 1287.7883,654.20363 1288.7202,655.94355 C 1289.7132,657.79749 1287.3153,660.48755 1285.4983,660.60555 C 1285.0493,660.63455 1283.3033,661.13955 1282.9783,660.87955 C 1282.0833,660.16555 1281.8843,660.52955 1281.1403,661.19955 C 1279.6713,662.52155 1278.8382,664.25836 1276.9543,664.52755 C 1274.0522,664.94224 1273.5357,664.02316 1271.8222,663.70368 C 1271.0019,663.55072 1270.2251,663.27764 1269.3704,663.26649 C 1268.613,663.25661 1266.6505,665.20901 1266.0903,664.96455 C 1264.734,664.37263 1267.722,664.32043 1257.5181,664.35336 C 1254.1312,664.36429 1252.1229,664.59394 1249.3953,664.34055 C 1249.7283,665.90133 1248.2266,666.70624 1248.6504,667.65305 C 1249.226,668.93897 1249.5093,669.95843 1249.7384,671.30196 C 1249.9332,672.44392 1250.0438,673.86954 1249.9083,675.15355 C 1249.7895,676.27919 1250.6663,677.63455 1249.8943,678.23655 C 1248.6343,677.29655 1247.4373,675.03855 1246.5843,673.70155 C 1245.8633,674.77455 1242.9583,673.48955 1241.8343,673.91755 C 1240.6053,674.38555 1238.0323,674.76255 1238.0143,676.50955 C 1237.2383,676.37655 1234.5156,675.23644 1234.0391,674.64639 C 1233.5942,674.09553 1233.126,673.81479 1233.0413,673.37155 C 1232.8774,672.51371 1232.0833,670.87155 1231.4633,670.53355 C 1230.4193,669.9644 1229.2573,670.79655 1228.8763,669.23755" id="bf"/>
<g id="fr">
<g class="landxx coastxx fr fx" id="fx">
<path d="M 1258.5363,351.42953 C 1258.2153,351.09353 1257.8553,350.80453 1257.4563,350.56553 C 1257.5503,351.13153 1257.9293,351.52653 1258.5363,351.42953" id="path2166"/>
<path d="M 1264.7363,354.66953 C 1264.5373,354.21053 1264.5403,354.04153 1263.9363,354.16553 C 1264.2023,354.33353 1264.4693,354.50153 1264.7363,354.66953" id="path2168"/>
<path d="M 1270.2063,361.00553 C 1269.9433,360.43353 1269.1693,360.55753 1268.6963,360.64553 C 1269.2233,360.66353 1269.7273,360.78353 1270.2063,361.00553" id="path2172"/>
<path d="M 1270.4863,363.95753 C 1270.9753,363.25253 1270.4283,362.04653 1269.4863,362.51753 C 1269.9373,362.91553 1270.2713,363.39553 1270.4863,363.95753" id="path2174"/>
<path class="landxx fr fx" d="M 1247.9563,345.09353 C 1248.8483,344.67153 1249.9183,344.40753 1250.9063,344.58953 C 1251.2503,343.07553 1249.2373,344.11653 1248.8163,343.07753 C 1249.7423,342.77053 1250.8213,342.88353 1251.7763,342.93253 C 1251.0263,342.80353 1250.0103,343.07053 1250.5463,342.14053 C 1249.9683,342.10953 1248.0023,343.21953 1247.7643,342.24853 C 1247.4403,340.92353 1249.4573,340.12353 1250.4183,339.93353 C 1251.7103,339.67753 1252.9283,339.57353 1254.2383,339.60953 C 1256.0933,339.66053 1257.2803,337.85953 1259.3353,338.10853 C 1259.1023,338.77353 1261.5713,341.09553 1262.2613,340.81653 C 1262.7253,340.59053 1263.1723,340.33253 1263.6013,340.04453 C 1264.5383,339.52353 1264.4763,340.19653 1265.2593,340.34653 C 1266.0333,340.49453 1266.6253,339.88453 1266.6763,341.13353 C 1267.1823,340.78653 1266.4383,340.37153 1266.8543,339.80653 C 1267.2793,339.22953 1267.4953,340.10553 1267.8683,340.20353 C 1268.7543,340.43553 1269.8883,340.19953 1270.7763,340.05353 C 1268.8903,339.50053 1269.5823,336.83453 1269.7363,335.44553 C 1269.8113,334.76953 1268.7883,334.09153 1268.4413,333.61953 C 1267.8433,332.80653 1268.3953,331.57053 1267.5363,330.90853 C 1268.1903,331.02253 1268.7863,331.34253 1269.4353,331.47753 C 1270.1453,331.62553 1271.0223,330.92853 1271.6453,331.24253 C 1272.6163,331.73053 1271.4053,333.19653 1272.7503,333.96653 C 1273.1383,334.18853 1273.8353,333.79353 1274.2353,333.78953 C 1275.4053,333.77853 1276.5303,334.17453 1277.6673,334.39053 C 1278.7783,334.60153 1279.7453,334.56953 1280.7413,334.00053 C 1281.6443,333.48553 1282.8513,333.50453 1283.6653,332.92553 C 1283.0193,333.18153 1281.9213,333.31153 1281.2923,332.95153 C 1280.0173,332.22053 1282.9563,330.42253 1283.4443,330.20353 C 1284.9943,329.50953 1286.7483,329.59253 1288.3213,328.96253 C 1289.2343,328.59753 1290.4503,326.50953 1291.5843,327.09353 C 1290.5913,326.45453 1291.1983,322.02953 1292.0223,321.20053 C 1292.8333,320.38653 1296.9643,318.91453 1298.0263,319.80953 C 1298.5673,320.26553 1297.5066,322.01981 1299.0912,322.41093 C 1300.7239,322.81393 1300.3433,322.44623 1301.4983,322.79423 C 1302.5753,323.11923 1302.2375,323.9499 1303.0715,324.3539 C 1304.1595,324.8809 1305.2593,324.25553 1305.1233,325.93953 C 1305.7713,325.52053 1306.8953,325.61753 1307.5843,325.85453 C 1308.8783,326.29853 1308.3323,327.89353 1308.0723,328.81953 C 1308.9373,328.96453 1309.9183,329.23353 1310.7793,328.88953 C 1311.6313,328.54853 1311.8263,327.57553 1312.6823,327.23553 C 1312.7563,327.77153 1312.5323,330.16853 1313.2583,330.19453 C 1314.3293,330.23253 1316.4853,331.64553 1316.8183,332.67253 C 1316.7223,332.37653 1320.8893,333.05053 1321.1033,333.06853 C 1322.1163,333.15553 1322.8723,332.94653 1323.6753,333.78353 C 1324.3073,334.44353 1324.7523,335.48053 1325.7133,335.73153 C 1325.9193,335.63353 1326.0843,335.48753 1326.2083,335.29353 C 1326.5183,334.97253 1326.6743,335.39853 1327.0033,335.44353 C 1327.1873,335.51353 1327.2363,335.63953 1327.1503,335.82053 C 1327.0933,336.21253 1328.0113,335.99853 1328.1633,336.01153 C 1329.1863,336.10453 1329.7743,335.47353 1330.7213,336.19453 C 1331.7293,336.96253 1333.8123,337.10453 1335.0733,337.31553 C 1333.5263,338.68053 1332.0983,340.17853 1331.5983,342.20653 C 1331.3553,343.19253 1330.7683,344.09853 1330.6133,345.09253 C 1330.5113,345.74253 1330.7323,346.00653 1330.4713,346.84153 C 1330.1573,347.85053 1330.9253,348.69153 1330.2463,349.31753 C 1329.6743,349.84553 1329.2323,350.35453 1328.3723,350.27753 C 1327.6513,350.21353 1327.5903,349.14653 1326.7223,349.62953 C 1326.0953,349.97853 1326.0353,351.09253 1327.0823,350.92553 C 1326.2953,351.75153 1325.6003,352.73253 1324.7023,353.44553 C 1324.1523,353.80353 1323.6143,354.17953 1323.0883,354.57353 C 1322.6553,354.96353 1322.6973,355.72753 1322.3323,356.18153 C 1321.7093,356.95553 1320.5023,357.31953 1320.3123,358.41353 C 1320.4523,358.78653 1320.5483,359.17053 1320.6023,359.56453 C 1320.4533,360.27353 1319.7943,360.52653 1319.5223,361.14853 C 1320.7103,360.99953 1321.1463,360.59353 1321.4613,359.45753 C 1321.7723,358.33953 1323.8323,358.42553 1324.6653,358.66053 C 1325.6653,358.94353 1324.9863,360.58753 1325.7143,361.38853 C 1326.9783,362.78053 1326.2003,363.30253 1325.0623,364.24553 C 1325.6653,365.10253 1327.9443,366.69053 1327.3153,367.94653 C 1326.8933,368.78953 1323.7483,369.94653 1323.7563,370.09053 C 1323.8123,371.08453 1325.7303,371.93153 1326.3923,372.49853 C 1327.3473,373.31853 1325.0603,374.77953 1325.3913,375.86353 C 1325.7923,377.17953 1328.3083,378.67153 1329.6393,378.13853 C 1331.3113,377.46953 1331.0613,378.44253 1330.4293,379.55553 C 1328.9063,382.23653 1325.9973,383.58853 1323.4023,385.34153 C 1323.5663,385.58553 1323.7363,385.82553 1323.9123,386.06153 C 1322.9433,386.20053 1322.1323,386.69853 1321.2243,387.01653 C 1320.2473,387.35953 1319.6233,386.81953 1318.7013,386.89253 C 1317.3023,387.00253 1316.4443,385.83653 1314.7713,385.98953 C 1315.4423,384.25853 1312.5743,385.58553 1312.5423,384.57953 C 1312.7243,384.26753 1313.0103,384.18553 1313.4003,384.33353 C 1313.3703,383.76653 1313.0303,383.44653 1312.4603,383.46953 C 1312.9383,384.20353 1312.5263,384.31153 1311.8663,384.34453 C 1310.7833,384.39853 1310.6663,384.33453 1310.3703,383.03753 C 1310.7613,385.62053 1310.1013,383.97353 1308.4303,383.97353 C 1307.4643,383.97353 1306.6743,383.36353 1305.7313,383.31753 C 1304.5753,383.26053 1303.3083,384.56653 1302.2813,385.03653 C 1301.4813,385.40353 1298.6623,386.44753 1298.8393,387.53653 C 1298.8203,387.89353 1298.7143,388.22553 1298.5183,388.53253 C 1298.0693,388.93253 1298.1073,389.28853 1298.6333,389.60053 C 1299.0293,390.85253 1298.7703,391.47953 1299.4993,392.68653 C 1298.8123,392.88353 1298.2133,392.53753 1297.5333,392.57853 C 1296.8273,392.62153 1296.4693,393.18353 1295.8393,393.35553 C 1294.3183,393.77053 1293.3913,392.19553 1291.9343,393.25653 C 1291.8323,393.33053 1289.8063,392.38453 1289.5883,392.22153 C 1289.0223,391.79853 1290.3173,391.85253 1289.4053,391.24353 C 1288.8773,390.89053 1287.9263,390.73553 1287.4783,391.31753 C 1287.2703,390.02853 1285.8433,390.56753 1285.0673,389.95553 C 1283.9973,389.11053 1281.8083,388.56853 1282.1483,390.59853 C 1280.9513,390.42553 1279.6003,390.12353 1278.3933,390.34553 C 1277.7223,390.46853 1277.2743,390.65853 1276.7013,390.14253 C 1275.6843,389.22853 1275.7613,389.60453 1274.7283,389.59053 C 1273.7043,389.57653 1268.7553,386.33053 1268.2483,387.64653 C 1267.3133,387.26053 1267.9773,386.58053 1268.0363,385.92553 C 1268.1063,385.14653 1265.8413,385.50153 1265.3683,384.91053 C 1268.2283,383.85153 1268.4703,379.88753 1268.9913,377.30953 C 1269.1963,376.29753 1269.3813,374.70253 1270.2223,373.98053 C 1271.4463,372.92853 1269.8043,372.78053 1269.6883,373.96653 C 1269.5183,371.53053 1270.0083,368.54553 1271.0583,366.33453 C 1272.0693,366.90353 1273.0753,367.57853 1273.5083,368.71053 C 1273.6063,369.21453 1273.7023,369.71853 1273.7983,370.22253 C 1274.0323,370.86353 1274.6733,370.95153 1274.6583,371.73453 C 1274.9483,370.72753 1273.9263,369.95253 1273.8333,368.99853 C 1273.6893,367.53253 1273.1743,366.53953 1271.8743,365.82653 C 1271.3293,365.52853 1270.7213,365.12153 1270.2673,364.68453 C 1269.5283,363.97253 1271.4573,364.32753 1271.8493,364.67953 C 1270.9413,364.23853 1270.8923,360.38553 1271.4193,359.63953 C 1270.2263,360.47453 1267.4193,358.83153 1266.8663,357.72453 C 1266.3773,356.74553 1265.2743,356.23653 1265.0533,355.09353 C 1264.8503,354.05053 1266.7633,352.90853 1264.3603,352.80053 C 1264.6433,352.46753 1264.6983,351.86253 1265.0633,351.60853 C 1265.9773,350.97053 1266.8193,352.04353 1267.6803,352.15253 C 1266.1523,351.14353 1265.5453,351.47853 1263.9513,351.68653 C 1263.1483,351.79153 1261.5923,350.60653 1263.0713,350.42453 C 1262.6583,350.01753 1262.8253,349.75353 1263.5713,349.63253 C 1262.4363,349.35053 1260.8233,350.27453 1259.9013,349.27253 C 1260.4093,349.26553 1260.8893,349.14553 1261.3413,348.91253 C 1260.4373,348.30853 1258.7713,348.55353 1258.5313,349.77653 C 1258.4983,348.97653 1257.6113,348.22853 1258.4613,347.54553 C 1258.1123,348.42153 1256.5413,348.36453 1257.5213,347.25753 C 1255.5273,348.98753 1252.8533,345.04853 1250.8313,347.18553 C 1250.0233,346.06853 1249.3483,345.38253 1247.9563,345.09353" id="path2182"/>
<path d="M 1337.1663,393.11753 C 1337.5793,392.70253 1337.6613,391.86053 1338.2123,391.58353 C 1339.3123,391.03353 1340.5553,390.89153 1341.5973,390.19853 C 1342.5273,389.57953 1341.8713,387.83453 1343.1363,387.93253 C 1343.2883,390.12853 1344.3433,393.29353 1343.8213,395.42053 C 1343.2723,397.66453 1342.1673,399.80953 1341.1963,401.89953 C 1340.8193,401.30653 1337.2893,400.01753 1339.1763,399.23553 C 1338.6673,399.11653 1338.1873,398.92453 1337.7363,398.66053 C 1338.2333,398.34853 1338.5823,397.82753 1338.5263,397.22053 C 1337.5213,397.45753 1337.3763,396.33353 1337.9563,395.78153 C 1337.0983,395.56553 1336.5583,394.43953 1337.7363,394.19753 C 1337.4923,393.86553 1337.3023,393.50653 1337.1663,393.11753" id="path2184"/>
</g>
<g id="fr_gp">
<g class="landxx coastxx fr_gp" id="gp-">
<path d="M 806.52628,618.83753 C 806.18028,619.42153 805.64428,623.09153 804.73928,620.59553 C 804.23028,619.19053 805.02728,617.80753 806.52628,618.83753" id="path2582"/>
<path d="M 806.52628,618.69353 C 807.15628,618.12053 806.51128,617.00153 807.53628,616.82153 C 807.67228,617.73753 808.43428,618.39553 809.18528,618.83853 C 808.47828,619.08253 806.90828,619.80353 806.52628,618.69353" id="path2584"/>
<path d="M 808.39528,622.22153 C 807.78728,621.59453 807.90728,621.28353 808.75528,621.28553 C 808.87628,621.69553 808.75628,622.00753 808.39528,622.22153" id="path2586"/>
</g>
<circle class="circlexx subxx fr_gp" cx="809.38892" cy="615.23084" id="gp_" r="4.2338"/>
</g>
<g id="fr_mq">
<path class="landxx coastxx fr_mq" d="M 810.33629,634.96555 C 809.75329,634.07255 809.03629,634.83255 808.75229,633.98655 C 808.47729,633.16755 808.10629,632.28055 808.09529,631.40355 C 808.08129,630.25455 809.27629,631.25955 809.58929,631.65355 C 810.19929,632.42055 811.05129,634.01455 810.33629,634.96555" id="mq-"/>
<circle class="circlexx subxx fr_mq" cx="813.59498" cy="635.36891" id="mq_" r="4.2338"/>
</g>
<g id="fr_re">
<path class="landxx coastxx fr_re" d="M 1689.4563,941.25855 C 1689.3503,939.27055 1685.4733,940.44855 1685.9143,942.34855 C 1686.5793,945.21455 1691.9433,945.44655 1689.4563,941.25855" id="re-"/>
<circle class="circlexx subxx fr_re" cx="1688.1991" cy="941.7735" id="re_" r="4.2338"/>
</g>
<path class="landxx fr gf" d="M 853.32629,739.43755 C 854.61429,739.37755 855.64229,737.16955 856.08129,736.20055 C 856.89929,734.39155 856.09329,732.37855 857.32729,730.73055 C 858.79029,728.77755 857.44629,727.33755 856.20029,725.78255 C 854.90829,724.16955 854.96029,721.28955 854.83629,719.32155 C 854.69229,717.02855 855.02629,715.72555 856.69929,714.12855 C 857.32229,713.53355 858.09829,712.87655 858.29829,711.99755 C 858.55729,710.85855 858.85129,709.43555 860.46629,710.04555 C 861.51429,710.44155 862.23329,711.28955 863.34729,711.59455 C 864.55029,711.92555 866.01129,711.90655 867.02929,712.72055 C 868.22329,713.67755 869.81029,717.32255 871.68529,717.18955 C 871.37029,717.65155 871.15429,718.15555 871.03629,718.70255 C 871.56829,716.30655 875.67329,720.41755 873.33629,722.01455 C 874.46829,721.59755 873.81029,720.53955 874.37429,719.78555 C 875.23029,718.63955 875.89529,721.31055 875.96129,721.87955 C 876.27329,724.57755 874.20329,727.43355 872.80029,729.58155 C 871.18829,732.04955 870.06729,734.13855 869.01629,736.91955 C 868.62629,737.95155 868.12329,738.82455 867.25629,739.52655 C 866.89629,739.81855 866.25129,740.49055 865.77729,740.61555 C 864.99629,740.82255 864.38129,740.19755 863.54629,740.59155 C 863.89029,739.61055 863.27529,739.60655 862.53829,739.83455 C 861.50829,740.15355 860.62829,739.73455 859.64929,739.40355 C 859.15529,739.23655 857.23429,740.62855 856.92729,740.99355 C 856.35729,741.67055 853.70329,739.83455 853.32629,739.43755" id="gf"/>
</g>
<path class="landxx ly" d="M 1342.4163,499.67755 C 1341.4533,498.84855 1343.5153,497.87255 1344.0483,497.62555 C 1345.6523,496.88055 1346.5173,496.45355 1347.4893,494.87755 C 1348.2703,493.61055 1349.054,492.99261 1348.749,491.36061 C 1348.486,489.95361 1347.8193,488.53555 1347.9633,487.06755 C 1348.1613,485.05455 1350.6043,485.57026 1350.9943,484.12711 C 1351.4147,482.57157 1352.6828,481.7702 1353.9833,481.15155 C 1354.98,480.67741 1358.2173,479.79355 1358.2433,478.41555 C 1358.2563,477.72555 1357.5803,477.29855 1357.6523,476.56555 C 1357.7823,475.22355 1357.8343,473.87555 1357.9673,472.53355 C 1359.2603,473.43355 1360.9953,473.88855 1362.3843,474.74255 C 1363.8423,475.63855 1365.4973,475.94355 1367.1933,475.75755 C 1368.9093,475.56955 1370.1723,474.48255 1371.9373,475.12055 C 1373.5093,475.68955 1375.1743,475.74855 1376.7043,476.40055 C 1378.0663,476.98155 1379.1653,478.03055 1380.5393,478.56855 C 1381.7413,479.03955 1383.3643,478.54655 1384.4363,479.28755 C 1385.6993,480.16055 1385.9353,481.65855 1386.1783,483.06055 C 1386.4893,484.85455 1387.1933,486.28455 1388.5913,487.48955 C 1391.1163,489.66555 1394.2353,489.15555 1397.2723,489.70655 C 1400.3213,490.26055 1404.6613,491.64555 1407.1033,493.62355 C 1409.0553,495.20555 1410.8613,497.87655 1413.6523,497.62555 C 1416.8773,497.33455 1420.3253,494.49155 1421.0473,491.25355 C 1421.3803,489.75855 1420.3693,488.59555 1419.9113,487.24855 C 1419.4053,485.76355 1419.0353,484.05655 1419.5443,482.51955 C 1420.4783,479.69955 1425.1213,476.20155 1428.0653,476.10255 C 1429.5893,476.05155 1430.4793,474.94855 1431.8893,474.84055 C 1433.3273,474.73055 1434.8613,474.70455 1436.2653,475.04855 C 1437.9073,475.44955 1439.3393,476.24355 1440.8963,476.85355 C 1442.7423,477.57655 1442.2533,477.82755 1442.3443,479.44355 C 1442.4163,480.75255 1444.5303,481.02955 1445.4733,481.09955 C 1447.3033,481.23755 1448.4873,482.06655 1450.1783,482.55655 C 1451.8573,483.04355 1453.6193,482.48055 1455.3233,482.79255 C 1456.2893,482.96855 1457.7453,484.89455 1457.4013,485.90655 C 1457.0393,486.97455 1455.7363,487.24655 1455.5553,488.44855 C 1455.3043,490.10855 1456.3643,491.33955 1456.6563,492.88355 C 1456.9843,494.62055 1455.8645,496.15946 1455.2745,497.66946 C 1454.6475,499.27146 1456.2891,501.17437 1456.5621,502.83237 C 1457.0251,505.65837 1457.5289,508.32982 1457.7059,511.22782 L 1459.4893,586.50855 C 1456.9963,586.50855 1454.5023,586.50855 1452.0093,586.50855 C 1452.0783,587.94755 1452.0243,589.39155 1452.1493,590.82855 L 1392.498,557.06786 L 1378.9703,563.54955 C 1377.8243,563.86255 1376.42,561.99255 1375.752,561.32755 C 1372.96,558.54455 1369.9293,557.97555 1366.2113,557.13055 C 1364.8833,556.82855 1363.1463,556.67455 1361.9633,555.94055 C 1361.0263,555.35855 1360.583,553.71742 1360.195,552.76742 C 1359.056,549.97642 1357.669,549.21693 1354.937,548.18893 C 1354.03,547.84793 1353.1623,547.07755 1352.1693,547.10355 C 1351.1973,547.12855 1350.1483,548.20755 1349.2363,547.22155 C 1348.4953,546.42155 1347.2153,544.36555 1347.1963,543.25855 C 1347.1563,540.94255 1346.9323,540.09655 1345.6583,538.12455 C 1344.6773,536.60455 1341.4153,533.90455 1342.8193,531.88155 C 1344.4393,529.54755 1346.9173,530.44055 1345.8553,526.61255 C 1345.3243,524.69755 1344.9423,523.22655 1345.5983,521.28355 C 1346.1603,519.61855 1346.4933,518.24455 1345.8783,516.52355 C 1345.2323,514.71355 1345.7343,512.90155 1345.8963,511.06255 C 1346.0883,508.88255 1345.7623,506.68355 1345.0383,504.62455 C 1344.4143,502.85855 1343.5113,501.19555 1342.4163,499.67755" id="ly"/>
<path class="landxx by" d="M 1433.1368,309.64261 C 1433.6053,308.40487 1434.2651,307.23347 1435.7213,306.96855 C 1437.1513,306.70839 1437.5793,305.61555 1437.4223,304.28655 C 1437.0533,301.16755 1434.3533,298.99255 1433.8563,295.91755 C 1435.4893,296.33455 1437.5963,296.03555 1439.3013,296.23055 C 1439.8183,296.28955 1440.5933,295.89355 1441.0933,295.76855 C 1442.1003,295.51655 1441.8443,295.05455 1442.5693,294.44255 C 1443.0163,294.06455 1443.5743,294.42655 1444.0503,294.19755 C 1444.4223,294.01955 1444.6023,293.60255 1444.9963,293.41955 C 1445.7503,293.06955 1447.3013,292.96855 1446.8153,294.26155 C 1447.2373,294.39855 1447.9083,294.35355 1448.1773,293.93455 C 1448.7573,293.03455 1447.1413,292.72655 1446.6753,292.53455 C 1448.3173,290.75055 1447.0363,288.84755 1449.3353,287.63855 C 1450.4033,287.07655 1450.5163,285.92955 1451.9313,286.05555 C 1453.4693,286.19255 1452.7173,285.39755 1453.8753,284.82955 C 1452.2673,284.40155 1450.6289,283.70242 1452.2909,281.78142 C 1453.3519,280.55542 1455.6833,280.19455 1457.1613,280.63855 C 1458.9433,281.17355 1458.9953,278.76755 1460.6293,278.16755 C 1461.4953,277.84855 1462.8229,278.75542 1463.2619,278.40442 C 1464.8843,278.25908 1469.4212,278.46832 1469.7944,279.59402 C 1470.1704,279.93802 1469.5613,280.67855 1469.9903,281.09655 C 1470.5663,281.65955 1472.5753,280.88152 1473.1843,280.58952 C 1475.3233,279.56252 1476.15,280.14005 1478.0696,281.49877 C 1478.5907,281.86757 1479.9677,282.01478 1479.9253,283.11355 C 1479.8743,284.43688 1479.8624,284.72249 1480.5133,285.91655 C 1480.9423,286.70355 1481.1514,286.96817 1480.3651,287.53611 C 1479.2975,288.30729 1481.0306,289.44205 1481.6703,290.05955 C 1483.0433,291.38499 1483.4863,293.49854 1485.6503,294.24755 C 1486.2728,294.46301 1487.2924,294.66276 1487.5674,295.36555 C 1487.9224,296.27267 1486.879,297.17394 1487.7901,297.17489 C 1488.1631,297.12289 1488.6593,297.13955 1489.0103,296.99955 C 1489.5073,296.89755 1490.0938,297.20667 1490.5922,297.26942 C 1492.2644,297.47996 1491.2361,297.85977 1491.9156,298.63358 C 1492.2696,299.03663 1493.3034,299.29155 1493.7774,299.92561 C 1494.7611,301.24147 1493.217,301.35371 1492.773,301.64771 C 1491.977,302.17371 1491.7303,302.52055 1490.5003,302.82055 C 1488.9673,303.19355 1488.0964,301.81633 1486.7551,302.0964 C 1483.4196,302.7929 1485.5375,304.08451 1486.7071,304.97055 C 1487.4513,305.53432 1487.2973,306.69955 1487.4963,307.51055 C 1487.8223,308.83955 1488.8237,309.94102 1489.5407,311.08802 C 1487.9241,311.09518 1488.5962,310.68452 1485.7528,311.58406 C 1484.5722,310.90192 1482.5897,312.09447 1481.9514,314.15721 C 1481.6693,315.06905 1482.2177,315.74926 1482.3637,317.1783 C 1482.5276,318.78271 1480.5286,317.40177 1480.1243,316.91271 C 1478.9522,315.49516 1477.745,317.15056 1476.3163,316.34168 C 1473.0119,318.14677 1473.904,315.86742 1472.363,315.3768 C 1471.445,314.8958 1469.9413,315.80955 1470.0753,316.87155 C 1469.5263,316.62355 1469.5033,315.78755 1468.9953,315.57655 C 1468.4683,315.35655 1467.8023,315.97255 1467.3493,315.64155 C 1466.7113,315.17655 1466.0663,315.21355 1465.3293,315.29655 C 1464.3313,315.40855 1463.8663,314.73355 1463.7343,315.93455 C 1463.1133,315.77655 1462.6631,315.20922 1462.0233,315.14255 C 1461.3043,315.06764 1460.4951,315.70266 1459.9186,314.90708 C 1458.694,313.21694 1456.8468,313.89098 1455.1223,313.53086 C 1453.358,313.16243 1451.3143,312.2891 1449.5213,312.60955 C 1447.1273,312.69473 1445.201,312.80854 1443.1783,312.83855 C 1441.0113,312.83855 1441.0905,313.76968 1439.6125,314.96368 C 1438.8305,315.59568 1438.1169,315.08613 1437.2813,314.92355 C 1436.1558,314.70457 1436.363,315.38408 1436.1158,316.03033 C 1435.3545,317.17672 1436.1862,312.65014 1436.1943,312.32455 C 1436.2555,309.86021 1433.4993,311.27676 1433.1819,309.62008" id="by"/>
<path class="landxx pk" d="M 1720.2763,501.18955 C 1723.4543,501.90455 1726.3633,503.46455 1729.4743,504.39655 C 1733.1793,505.50655 1736.1583,504.36055 1739.8523,504.28755 C 1741.1653,504.26155 1742.2723,504.79255 1743.5443,504.97855 C 1744.8513,505.16955 1745.7593,504.24255 1746.9063,503.82555 C 1748.4183,503.27555 1749.8353,503.89755 1751.3433,503.81955 C 1752.6153,503.75455 1753.8163,503.10355 1755.0523,502.81855 C 1756.4873,502.48755 1759.2753,502.24855 1760.1853,500.90255 C 1760.7293,500.09955 1759.4343,499.66355 1759.5863,498.88555 C 1759.9543,496.99555 1759.0813,495.47055 1759.2613,493.62955 C 1759.4453,491.76355 1759.8093,492.18455 1760.9093,491.08055 C 1761.5863,490.40255 1761.7543,489.27155 1762.6523,488.80255 C 1763.5903,488.31155 1763.9093,489.30555 1764.8173,489.41055 C 1766.3643,489.59055 1767.7323,489.09755 1769.0863,488.37455 C 1768.5283,487.79155 1767.5183,487.75455 1767.2863,486.86255 C 1768.6163,486.83855 1769.9923,486.00355 1770.7023,484.91555 C 1771.5423,483.62955 1773.6303,485.81655 1773.6953,484.19855 C 1774.6863,484.66455 1775.1003,484.44455 1775.7063,485.47855 C 1776.2173,486.35155 1777.0193,486.05355 1777.7223,485.52555 C 1779.6043,484.11055 1779.1333,481.49955 1778.3813,479.63155 C 1777.8993,478.43255 1778.8403,478.24555 1779.0963,477.21355 C 1779.2953,476.40755 1779.3203,475.18255 1779.0323,474.39455 C 1778.6883,473.45755 1779.6783,473.29355 1780.3413,473.14555 C 1781.4393,472.89955 1782.0183,473.26955 1783.0213,472.46655 C 1784.2433,471.48855 1784.2093,471.43855 1783.7083,470.22955 C 1783.2893,469.21955 1782.6993,468.10855 1781.7483,467.50855 C 1779.8843,466.33055 1779.5963,464.63855 1782.2033,465.34955 C 1783.9793,465.83355 1788.2783,466.40755 1788.7623,463.87955 C 1788.9063,463.13355 1788.9013,462.57455 1788.3193,462.06955 C 1788.0703,461.85355 1786.9513,461.12955 1787.1653,460.68355 C 1787.3573,460.48655 1787.5993,460.40455 1787.8893,460.43755 C 1787.5523,459.72155 1788.1393,459.17155 1788.5343,458.67055 C 1788.8993,458.20855 1790.1893,457.15255 1790.1893,456.58555 C 1790.1963,456.04755 1790.3693,455.56955 1790.7083,455.15255 C 1790.9693,454.78355 1790.0603,454.40955 1789.9393,454.17355 C 1789.8343,453.91155 1789.9023,453.71755 1790.1463,453.59255 C 1790.5483,453.16855 1789.8593,452.30955 1789.7443,451.91155 C 1789.5893,451.38155 1788.6763,450.12355 1788.3123,449.66655 C 1787.7903,449.00955 1786.9383,448.56755 1786.3053,448.02255 C 1785.4463,447.28255 1788.0293,444.11655 1788.8633,444.37655 C 1790.0103,444.73355 1790.0963,443.48055 1790.7763,442.79355 C 1791.4963,442.06655 1792.4323,441.59955 1793.3993,441.29455 C 1795.4763,440.63955 1797.6993,440.63355 1799.8543,440.54955 C 1800.9463,440.50755 1802.4683,439.93755 1803.4763,440.44255 C 1804.4663,440.93755 1804.5423,441.21355 1805.4563,440.53555 C 1806.7083,439.60555 1809.8233,438.05655 1810.7093,440.20555 C 1811.5993,438.60855 1813.9073,439.92055 1814.6133,441.00455 C 1815.2643,442.00655 1817.0673,441.45955 1818.1163,442.43755 C 1818.8603,443.13155 1819.3453,443.92055 1819.6023,444.90355 C 1819.7903,445.61655 1819.7203,446.83955 1819.9973,447.45155 C 1820.2983,448.11955 1821.8303,449.02755 1822.4023,449.54155 C 1823.1393,450.20455 1824.1313,449.09455 1824.8183,448.91755 C 1824.9515,452.02027 1832.1091,453.05688 1834.5827,452.51609 C 1833.9316,453.25941 1829.6694,455.25908 1830.0043,456.25755 C 1830.1566,456.71177 1828.7941,457.93163 1829.3381,457.48973 C 1829.628,457.25424 1828.5554,458.10932 1828.2498,458.59519 C 1827.9428,459.08335 1823.5441,459.66657 1822.7753,460.20055 C 1820.5898,461.71857 1818.651,460.52464 1816.0734,459.98446 C 1813.9953,459.54896 1811.4418,458.16282 1809.4268,459.40482 C 1808.0548,460.24982 1807.1323,462.15455 1808.8693,462.88455 C 1810.4583,463.55255 1808.2543,464.49501 1809.5693,464.91401 C 1810.0033,465.05201 1812.9539,464.92746 1811.8129,466.05246 C 1810.7789,467.07346 1809.431,467.79696 1811.3646,468.96064 C 1813.1757,470.05064 1810.8785,471.55228 1811.8068,472.64528 C 1812.3611,473.29779 1813.2883,473.65555 1813.9583,474.15855 C 1814.2623,474.35755 1814.494,474.63281 1814.4913,474.99555 C 1814.4856,475.75334 1814.7606,475.83817 1815.8493,476.01355 C 1817.9604,476.35362 1816.8836,478.23623 1818.8105,478.65001 C 1819.8994,478.88384 1821.9383,479.09555 1822.7163,480.01255 C 1823.6733,481.14055 1820.6313,482.24155 1820.0183,482.52555 C 1818.4553,483.25055 1816.6451,484.6879 1818.2493,486.26655 C 1819.4189,487.41755 1817.8226,490.49255 1819.8573,490.53555 C 1819.6582,491.36486 1818.2462,492.02102 1817.4758,492.94646 C 1816.5081,494.10904 1814.2841,496.45695 1815.3551,497.33846 C 1817.2908,498.93162 1813.6737,499.82659 1812.9008,500.21455 C 1812.0401,500.6465 1812.0373,502.07255 1811.9023,502.89455 C 1811.6733,504.28955 1811.2953,505.72555 1810.6663,506.99755 C 1809.7293,508.88955 1808.1247,509.14401 1806.7947,510.59501 C 1806.2587,511.17901 1806.0024,512.21709 1805.9344,512.98809 C 1805.8134,514.34909 1804.3563,515.17573 1803.8733,516.37673 C 1802.8453,518.92773 1801.3473,518.10755 1798.9203,518.75555 C 1798.0933,518.97655 1797.1583,519.82655 1796.2673,519.73955 C 1795.1973,519.63555 1794.7113,518.34355 1794.1803,517.59755 C 1792.9323,515.84955 1791.0753,518.50255 1790.5903,519.59555 C 1789.7313,521.53355 1788.3263,523.19555 1787.5453,525.10055 C 1786.5833,527.44655 1787.9083,528.75855 1790.1483,529.32155 C 1792.2373,529.84555 1793.2663,529.95455 1793.0683,532.51255 C 1792.9563,533.97455 1792.6803,537.24555 1795.1903,537.27255 C 1795.9133,537.28055 1796.7483,536.75455 1797.3883,537.33655 C 1798.0243,537.91455 1797.5113,539.48855 1798.0753,540.29755 C 1799.2323,541.96055 1800.5133,543.20455 1801.0583,545.25555 C 1801.2673,546.04155 1801.7173,545.80655 1800.9513,546.35455 C 1800.3403,546.79155 1801.3433,548.24755 1801.8583,548.35155 C 1800.5003,549.37855 1799.0783,550.66455 1797.9273,548.74155 C 1797.3923,547.84755 1796.5773,548.51655 1795.9023,548.78655 C 1795.5633,548.88155 1795.2293,548.99455 1794.9013,549.12355 C 1794.3563,549.40355 1794.7003,550.08155 1794.1133,550.33155 C 1792.1753,551.15155 1789.9993,549.28255 1787.9673,549.39355 C 1786.8813,549.45355 1785.4383,549.64455 1784.4283,549.14355 C 1784.4893,549.94055 1785.2003,552.16755 1783.7563,552.16755 C 1782.5323,552.16755 1780.6673,552.19755 1780.7583,553.89555 C 1780.6773,552.91155 1780.5573,552.93555 1780.3983,553.96755 C 1779.9183,553.54955 1779.6003,552.97555 1779.2493,552.45555 C 1779.5073,552.90755 1779.5773,553.38855 1779.4593,553.89455 C 1778.9303,553.56755 1778.4743,553.15955 1778.0893,552.67055 C 1778.4173,553.98855 1777.3743,553.24555 1776.5793,553.67855 C 1776.5793,553.29455 1776.5793,552.90955 1776.5793,552.52655 C 1775.7023,553.15555 1774.5823,551.96755 1775.5793,551.37555 C 1774.4043,551.59655 1772.7493,549.88555 1773.9893,548.92755 C 1772.6183,548.14055 1773.3553,545.87255 1772.2223,545.30555 C 1771.5873,544.98955 1768.3743,544.85155 1768.4663,543.82555 C 1768.6483,541.74955 1768.1763,541.13655 1767.1483,539.49455 C 1766.3833,538.27655 1764.0923,537.02355 1763.6983,539.20755 C 1764.9363,539.14455 1765.7613,538.04455 1766.4283,539.71155 C 1765.1073,538.85955 1763.6253,539.38455 1762.2653,539.81355 C 1760.8473,540.26055 1759.4893,539.76655 1758.1433,540.17155 C 1757.4123,540.39155 1752.3113,540.32155 1753.6183,541.72755 C 1753.0233,541.90555 1752.6353,541.62455 1752.6083,541.00755 C 1750.6363,542.02755 1749.0693,539.07855 1747.9993,539.56755 C 1748.1633,539.80955 1748.3293,540.04955 1748.4993,540.28855 C 1747.5043,540.49155 1743.4333,539.18455 1744.4693,541.58455 C 1743.4323,541.05755 1735.6453,540.48055 1736.3293,542.44755 C 1735.8053,542.42555 1735.3993,541.66455 1734.9743,541.42255 C 1734.2393,541.00355 1734.2353,541.99155 1733.7853,542.25455 C 1731.9763,543.30855 1730.6543,542.11155 1730.7153,540.51255 C 1730.7973,538.35755 1730.2863,530.56655 1734.4603,531.50455 C 1733.2363,528.29055 1740.6373,530.03155 1740.9983,528.26755 C 1741.1563,527.49755 1741.4393,524.56455 1741.1113,524.30455 C 1740.3223,523.67855 1739.2793,524.13255 1738.3873,524.07555 C 1737.1083,523.99455 1737.2993,521.88755 1737.2683,521.02355 C 1737.2083,519.36055 1736.6843,517.22355 1736.1613,515.63255 C 1735.9193,514.89655 1734.6223,514.85055 1733.9733,514.44855 C 1732.8963,513.78355 1731.7893,513.38155 1730.6483,512.85255 C 1728.1173,511.68055 1727.0763,509.96655 1725.7933,507.62755 C 1724.4283,505.14655 1722.2453,503.17255 1720.2763,501.18955" id="pk"/>
<g class="landxx coastxx id" id="id" transform="translate(-29.9017, -45.0745)">
<path d="M 2324.809,838.583 C 2324.301,838.904 2324.444,839.144 2325.239,839.303 C 2325.095,839.063 2324.952,838.823 2324.809,838.583" id="path2528"/>
<path d="M 2326.318,819.793 C 2325.666,820.012 2325.592,820.755 2325.818,821.303 C 2325.857,820.757 2326.024,820.254 2326.318,819.793" id="path2530"/>
<path d="M 2327.479,822.093 C 2326.945,821.975 2326.895,822.215 2327.329,822.814 C 2327.378,822.573 2327.429,822.333 2327.479,822.093" id="path2532"/>
<path d="M 2331.358,812.813 C 2330.45,813.007 2330.596,814.809 2331.574,814.533 C 2332.148,814.372 2331.57,813.066 2331.358,812.813" id="path2540"/>
<path d="M 2333.088,817.413 C 2333.065,817.559 2333.042,817.706 2333.019,817.852 C 2333.534,817.817 2334.038,817.721 2334.529,817.563 C 2334.048,817.519 2333.567,817.469 2333.088,817.413" id="path2542"/>
<path d="M 2335.038,810.213 C 2335.041,811.344 2336.938,812.773 2337.76,811.519 C 2338.346,810.626 2335.488,810.257 2335.038,810.213" id="path2544"/>
<path d="M 2335.898,818.493 C 2335.851,818.733 2335.804,818.973 2335.757,819.213 C 2337.614,819.34 2339.212,820.354 2341.007,820.734 C 2341.768,820.895 2342.579,821.24 2343.372,821.029 C 2344.253,820.795 2345.249,820.268 2346.187,820.443 C 2345.423,819.322 2343.458,819.395 2342.278,819.253 C 2340.148,818.996 2338.042,818.714 2335.898,818.493" id="path2546"/>
<path d="M 2349.218,876.813 C 2349.145,877.053 2349.072,877.293 2348.998,877.533 C 2350.484,877.039 2352.092,877.262 2353.627,877.254 C 2355.132,877.247 2356.02,876.477 2357.176,875.589 C 2357.684,875.199 2360.837,871.318 2360.203,870.532 C 2358.371,868.264 2357.176,868.028 2354.369,869.199 C 2351.483,870.404 2350.362,874.198 2349.218,876.813" id="path2548"/>
<path d="M 2358.068,877.393 C 2358.311,877.32 2358.554,877.247 2358.797,877.173 C 2358.424,876.44 2358.461,875.031 2357.254,875.518 C 2355.65,876.164 2356.926,877.356 2358.068,877.393" id="path2550"/>
<path d="M 2357.718,862.853 C 2357.752,863.421 2358.112,863.792 2358.649,863.933 C 2358.598,863.385 2358.262,862.973 2357.718,862.853" id="path2552"/>
<path class="landxx id" d="M 2303.638,813.313 C 2303.868,812.747 2303.772,812.243 2303.348,811.802 C 2305.594,811.231 2307.458,811.105 2309.207,809.494 C 2310.83,807.998 2312.52,807.361 2314.702,807.899 C 2316.908,808.443 2318.009,810.072 2319.908,810.891 C 2321.83,811.719 2323.81,810.618 2325.597,812.012 C 2324.231,813.026 2325.544,814.387 2326.128,815.409 C 2326.917,816.79 2326.018,817.942 2325.509,819.216 C 2324.207,822.48 2326.147,826.38 2327.617,829.222 C 2328.121,828.488 2327.43,826.838 2328.257,826.294 C 2329.421,825.527 2329.277,828.96 2329.288,829.286 C 2329.312,829.939 2329.528,830.099 2329.974,830.536 C 2330.615,831.163 2330.314,832.009 2330.883,832.649 C 2331.986,833.887 2334.248,834.549 2335.519,833.231 C 2336.443,832.273 2337.394,831.424 2338.34,830.493 C 2339.334,829.514 2339.525,828.203 2340.853,827.363 C 2342.043,826.61 2341.701,823.819 2343.218,823.81 C 2345.016,823.799 2345.882,823.969 2347.564,823.092 C 2348.769,822.464 2348.826,822.043 2348.289,820.917 C 2347.877,820.05 2350.516,818.822 2351.049,818.539 C 2352.389,817.826 2353.63,817.333 2355.048,818.064 C 2356.899,819.019 2359.107,819.686 2360.766,820.936 C 2362.16,821.986 2363.745,822.565 2365.296,823.35 C 2366.357,823.887 2368.44,825.529 2369.686,825.093 C 2371.258,824.542 2371.915,825.74 2373.525,825.718 C 2375.215,825.695 2376.054,827.441 2377.729,827.214 L 2376.113,858.197 C 2375.939,859.871 2374.667,861.067 2374.74,862.845 C 2374.77,863.578 2375.719,863.974 2375.719,864.434 C 2375.719,865.551 2375.529,866.698 2375.452,867.814 C 2375.091,873.068 2374.691,878.339 2374.199,883.584 C 2372.044,882.497 2371.6,880.033 2369.962,878.471 C 2369.152,877.699 2366.063,875.736 2367.509,874.374 C 2366.566,875.112 2364.884,874.799 2363.755,875.248 C 2362.794,875.63 2361.016,875.718 2361.529,874.155 C 2361.05,874.742 2359.824,875.849 2359.008,875.857 C 2357.774,875.869 2359.215,873.745 2359.343,873.445 C 2359.761,872.466 2361.131,870.269 2360.135,869.735 C 2359.237,869.254 2358.979,868.07 2358.288,867.384 C 2359.465,866.369 2361.025,868.144 2361.958,866.594 C 2360.332,868.217 2358.208,865.659 2357.068,864.655 C 2358.574,862.925 2360.292,864.944 2361.818,865.014 C 2360.49,864.498 2359.362,863.579 2358.148,862.854 C 2359.565,862.605 2358.345,862.169 2357.877,861.68 C 2357.212,860.988 2356.558,860.155 2356.291,859.215 C 2355.947,858.006 2354.827,855.742 2356.418,855.144 C 2354.848,855.724 2354.755,854.029 2356.198,853.774 C 2355.66,853.773 2354.316,854.628 2353.898,853.995 C 2353.397,853.238 2354.402,852.245 2354.038,851.405 C 2353.576,853.251 2352.211,850.305 2351.609,850.045 C 2350.582,849.601 2350.521,849.346 2349.737,848.986 C 2349.131,848.708 2347.67,848.297 2347.306,847.688 C 2346.805,846.848 2343.707,846.78 2342.745,846.196 C 2341.235,845.28 2339.48,844.282 2337.791,843.738 C 2336.161,843.214 2333.759,843.698 2332.337,842.997 C 2331.067,842.372 2329.378,841.507 2328.842,840.097 C 2328.344,838.787 2330.435,838.993 2331.148,838.874 C 2330.278,838.611 2329.183,838.166 2328.486,839.047 C 2327.701,840.039 2327.183,838.512 2326.467,838.294 C 2326.456,839.77 2324.154,838.685 2325.238,837.654 C 2323.664,837.669 2323.049,837.686 2322.648,835.773 C 2322.578,836.329 2322.277,836.783 2321.826,836.212 C 2321.189,835.405 2321.693,834.901 2321.619,834.058 C 2321.484,832.515 2323.02,831.643 2323.078,830.083 C 2322.697,830.893 2321.348,831.18 2321.348,832.19 C 2321.348,833.092 2321.427,834.494 2320.128,834.413 C 2321.255,834.917 2320.361,835.505 2319.988,836.133 C 2319.735,836.36 2319.496,836.6 2319.268,836.853 C 2319.229,837.332 2319.203,837.812 2319.188,838.293 C 2318.837,839.315 2316.757,840.395 2315.674,840.093 C 2314.715,839.825 2314.154,837.581 2314.121,836.742 C 2314.099,836.176 2314.849,836.123 2315.237,835.943 C 2316.264,835.465 2314.687,834.182 2314.947,833.333 C 2313.708,834.08 2312.171,830.081 2310.434,830.011 C 2307.742,829.901 2309.189,828.049 2311.126,827.853 C 2313.14,827.648 2314.591,829.644 2315.987,827.307 C 2317.033,825.558 2320.229,825.001 2319.406,827.853 C 2319.628,827.368 2319.795,826.865 2319.906,826.343 C 2320.192,827.724 2321.777,826.016 2321.716,827.493 C 2321.932,826.294 2322.345,826.961 2322.647,827.573 C 2322.938,826.946 2322.988,826.133 2322.426,825.623 C 2322.924,825.728 2323.407,825.682 2323.876,825.483 C 2323.46,824.982 2323.483,824.502 2323.946,824.043 C 2322.406,825.189 2323.592,823.223 2323.876,822.893 C 2322.226,823.031 2321.337,824.08 2319.564,823.805 C 2318.459,823.634 2316.984,824.679 2316.031,824.328 C 2314.858,823.897 2314.365,824.697 2313.445,823.783 C 2313.127,823.467 2312.22,824.046 2311.914,824.065 C 2310.895,824.128 2310.086,823.199 2309.326,822.673 C 2309.514,822.428 2309.707,822.188 2309.906,821.953 C 2309.094,822.095 2308.362,821.145 2308.652,820.373 C 2308.76,820.085 2309.149,819.691 2309.093,819.358 C 2308.953,818.51 2307.63,819.89 2308.535,818.353 C 2307.799,818.497 2307.614,818.507 2307.675,817.704 C 2306.636,819.211 2304.618,816.576 2303.715,816.624 C 2304.575,817.757 2302.515,817.584 2301.986,817.219 C 2300.52,816.203 2303.37,814.327 2303.638,813.313" id="path2562"/>
<path d="M 2036.309,784.08 C 2036.623,784.299 2037.76,784.419 2037.583,783.657 C 2037.498,783.289 2036.251,782.523 2035.955,782.225 C 2035.585,781.853 2035.142,781.515 2034.578,781.632 C 2034.865,780.832 2033.767,780.227 2033.208,779.976 C 2032.915,779.844 2032.675,779.246 2032.283,779.568 C 2031.557,780.164 2031.572,780.766 2032.295,781.394 C 2033.5,782.442 2035.618,782.452 2036.309,784.08" id="path2206"/>
<path d="M 2211.628,849.383 C 2211.292,850.596 2211.937,851.709 2211.769,852.913 C 2212.885,852.393 2213.534,854.541 2214.783,853.612 C 2215.637,852.977 2215.65,852.855 2216.754,852.982 C 2217.792,853.102 2218.485,851.915 2219.48,852.692 C 2219.385,851.004 2218.046,849.547 2218.667,847.815 C 2219.424,845.697 2219.825,844.312 2219.564,841.991 C 2219.345,840.05 2219.781,838.526 2219.958,836.638 C 2220.039,835.776 2219.951,834.92 2220.045,834.056 C 2220.202,832.608 2219.549,832.61 2219.191,831.382 C 2218.495,828.994 2222.632,827.042 2224.439,827.608 C 2226.071,828.119 2225.566,831.767 2224.707,832.721 C 2222.292,835.402 2226.377,838.452 2228.685,839.692 C 2229.664,840.218 2227.204,843.89 2228.201,845.385 C 2228.739,846.191 2230.511,846.604 2231.419,846.737 C 2232.536,846.9 2232.254,845.091 2232.377,844.452 C 2232.655,843.014 2234.688,843.276 2235.699,842.865 C 2236.3,842.62 2238.733,843.863 2237.332,842.113 C 2238.425,843.964 2239.898,840.212 2237.982,839.663 C 2237.638,841.424 2237.168,838.998 2236.252,839.013 C 2236.445,838.749 2236.639,838.486 2236.832,838.223 C 2236.039,838.189 2235.055,837.153 2234.602,836.574 C 2233.864,835.629 2234.832,834.852 2234.163,833.904 C 2234.52,833.992 2234.88,834.065 2235.243,834.124 C 2234.417,833.622 2234.638,832.406 2235.682,832.464 C 2235.49,832.095 2235.237,831.772 2234.925,831.497 C 2234.353,830.869 2234.768,830.199 2234.382,829.514 C 2234.059,828.94 2233.302,828.896 2232.943,828.365 C 2232.535,827.761 2232.401,826.799 2232.066,826.126 C 2231.561,825.111 2231.136,824.117 2230.065,823.593 C 2229.192,823.166 2228.777,821.338 2227.613,821.885 C 2227.666,821.263 2227.689,820.639 2227.682,820.015 C 2228.898,821.047 2229.861,821.989 2231.094,820.287 C 2232.163,818.81 2233.278,818.789 2234.789,817.945 C 2236.863,816.787 2238.381,811.926 2241.1,812.012 C 2241.876,812.037 2242.015,814.28 2242.913,813.335 C 2243.449,812.772 2244.47,811.332 2243.925,810.53 C 2243.019,809.198 2239.496,809.607 2238.413,810.504 C 2239.001,810.566 2239.505,810.806 2239.923,811.224 C 2238.505,811.274 2234.428,810.28 2233.931,812.116 C 2233.598,813.345 2229.899,813.299 2230.133,811.585 C 2228.9,812.341 2227.622,813.595 2227.001,814.913 C 2226.326,816.348 2226.016,817.195 2224.355,816.833 C 2223.267,816.597 2222.235,816.313 2221.936,815.085 C 2221.785,814.466 2221.728,813.84 2221.387,813.281 C 2220.759,812.253 2220.331,813.09 2219.636,812.584 C 2217.399,810.958 2217.302,805.898 2218.27,803.65 C 2218.825,802.361 2219.752,800.916 2221.026,800.233 C 2222.078,799.67 2224.657,800.6 2225.755,800.999 C 2226.534,801.281 2228.026,800.629 2228.724,800.307 C 2230.164,799.64 2230.563,800.66 2231.958,800.872 C 2233.51,801.107 2235.578,800.267 2237.238,800.308 C 2239.225,800.358 2240.502,800.47 2242.092,801.618 C 2244.069,803.046 2250.213,802.083 2251.823,800.2 C 2252.929,798.907 2253.318,797.458 2254.649,796.262 C 2256.082,794.974 2256.016,792.792 2257.562,791.64 C 2257.018,791.296 2256.708,790.696 2256.912,790.056 C 2256.346,790.202 2255.551,789.802 2255.074,790.207 C 2254.357,790.814 2254.398,792 2253.416,792.301 C 2251.917,792.76 2252.87,793.222 2252.162,794.16 C 2251.754,794.701 2250.752,794.492 2250.466,795.233 C 2249.749,797.089 2246.905,797.42 2245.327,797.079 C 2243.99,796.79 2242.409,796.482 2241.035,796.551 C 2240.263,796.59 2239.524,797.445 2238.889,797.189 C 2236.899,796.387 2235.492,796.006 2233.358,795.784 C 2232.261,795.67 2231.622,795.347 2230.456,795.465 C 2229.126,795.599 2228.728,793.785 2228.055,793.798 C 2227.186,793.814 2223.958,792.225 2223.773,794.031 C 2223.521,796.492 2221.289,798.836 2219.484,796.254 C 2219.312,797.061 2219.049,797.674 2218.424,798.225 C 2217.579,798.97 2217.751,800.121 2216.93,800.784 C 2215.363,802.047 2217.408,804.247 2215.803,805.394 C 2215.67,804.828 2215.264,804.444 2214.654,804.604 C 2215.05,806.132 2216.233,805.758 2215.749,807.52 C 2215.308,809.126 2216.775,810.598 2216.314,812.235 C 2215.981,811.625 2215.842,810.921 2215.303,810.434 C 2214.403,812.871 2212.486,814.144 2212.353,816.914 C 2212.293,818.151 2212.402,819.47 2212.313,820.675 C 2212.209,822.087 2210.889,823.002 2210.793,824.513 C 2210.667,826.514 2207.396,827.437 2207.906,829.108 C 2208.193,830.049 2208.947,829.461 2208.135,830.794 C 2207.433,831.948 2208.356,834.447 2208.823,835.635 C 2209.472,834.905 2211.149,834.635 2212.058,834.586 C 2214.047,834.479 2212.47,836.408 2213.117,837.564 C 2214.19,839.484 2213.932,841.126 2213.592,843.337 C 2213.307,845.147 2212.845,847.965 2211.628,849.383" id="path2348"/>
<path d="M 2231.498,848.593 C 2229.172,849.399 2231.258,852 2231.381,851.888 C 2232.004,851.318 2231.944,849.239 2231.498,848.593" id="path2366"/>
<path d="M 2232.148,808.703 C 2231.759,807.98 2230.738,807.951 2230.708,808.923 C 2231.229,809.12 2231.709,809.046 2232.148,808.703" id="path2368"/>
<path d="M 2233.229,807.913 C 2232.769,807.258 2232.199,807.277 2231.718,807.913 C 2232.188,808.245 2232.75,808.233 2233.229,807.913" id="path2370"/>
<path d="M 2235.678,851.692 C 2235.976,851.322 2236.717,850.528 2236.445,849.986 C 2235.949,848.994 2236.944,848.548 2237.212,847.693 C 2237.358,847.226 2237.964,844.039 2236.68,844.729 C 2236.045,845.07 2235.206,845.519 2234.656,845.976 C 2233.621,846.834 2235.186,847.933 2234.449,848.85 C 2234.165,849.204 2233.422,850.426 2233.66,850.893 C 2234.047,851.648 2235.316,851.424 2235.31,850.534 C 2235.421,850.923 2235.544,851.31 2235.678,851.692" id="path2372"/>
<path d="M 2240.138,842.763 C 2238.288,842.797 2237.611,846.783 2237.528,848.195 C 2237.442,849.668 2236.865,850.303 2236.324,851.647 C 2235.653,853.312 2236.688,852.868 2237.619,853.853 C 2238.067,853.24 2238.115,852.42 2238.587,851.834 C 2239.063,851.244 2239.94,851.565 2240.392,851.001 C 2241.04,850.195 2239.703,848.776 2238.91,849.602 C 2239.127,848.726 2239.083,847.808 2239.326,846.935 C 2239.486,846.36 2240.552,844.453 2240.79,846.142 C 2241.593,844.807 2240.056,844.033 2240.138,842.763" id="path2378"/>
<path d="M 2242.229,818.853 C 2242.196,818.342 2242.243,817.839 2242.369,817.343 C 2245.118,818.768 2244.427,813.338 2242.229,816.693 C 2241.512,815.63 2242.95,815.331 2241.495,814.883 C 2240.997,814.73 2240.41,814.667 2239.948,814.967 C 2238.892,815.652 2239.141,817.415 2239.419,818.423 C 2240.227,818.009 2240.686,817.195 2241.069,816.413 C 2241.859,816.981 2241.104,818.77 2242.229,818.853" id="path2386"/>
<path d="M 2240.068,839.083 C 2239.247,839.427 2239.344,840.932 2240.151,841.247 C 2241.355,841.717 2242.051,839.342 2240.068,839.083" id="path2388"/>
<path d="M 2242.878,815.043 C 2242.639,815.348 2242.485,815.275 2242.729,815.763 C 2242.778,815.523 2242.828,815.283 2242.878,815.043" id="path2394"/>
<path d="M 2243.229,819.293 C 2242.912,819.417 2242.745,819.657 2242.729,820.013 C 2242.896,819.773 2243.062,819.533 2243.229,819.293" id="path2396"/>
<path d="M 2243.309,850.103 C 2243.383,850.615 2243.31,850.819 2243.958,850.824 C 2243.741,850.583 2243.525,850.343 2243.309,850.103" id="path2398"/>
<path d="M 2244.528,851.973 C 2244.584,852.38 2244.823,852.597 2245.248,852.623 C 2245.008,852.406 2244.769,852.189 2244.528,851.973" id="path2400"/>
<path d="M 2246.548,855.653 C 2246.031,856.171 2246.198,856.411 2247.048,856.373 C 2246.881,856.133 2246.715,855.893 2246.548,855.653" id="path2404"/>
<path d="M 2251.229,819.003 C 2249.969,820.839 2250.972,822.439 2253.168,821.733 C 2253.516,821.518 2253.875,821.326 2254.248,821.158 C 2254.666,821.242 2255.088,821.283 2255.515,821.28 C 2256.311,820.881 2257.701,821.198 2258.069,820.154 C 2257.493,820.224 2257.11,819.922 2256.989,819.364 C 2256.059,820.676 2252.619,818.51 2251.229,819.003" id="path2408"/>
<path d="M 2258.788,780.84 C 2258.047,780.667 2257.973,780.907 2258.568,781.56 C 2258.642,781.32 2258.715,781.08 2258.788,780.84" id="path2414"/>
<path d="M 2260.298,775.656 C 2260.73,774.754 2259.461,771.879 2258.348,773.135 C 2259.527,773.459 2259.129,775.166 2260.298,775.656" id="path2416"/>
<path d="M 2258.788,820.083 C 2257.753,821.168 2260.406,821.224 2260.922,821.232 C 2262.325,821.255 2264.402,821.472 2265.479,820.373 C 2263.273,820.048 2260.935,820.865 2258.788,820.083" id="path2418"/>
<path d="M 2262.888,821.733 C 2261.345,822.067 2262.749,825.584 2263.538,826.132 C 2263.857,825.574 2263.252,822.298 2262.888,821.733" id="path2422"/>
<path d="M 2267.928,837.793 C 2268.985,837.267 2271.302,836.917 2271.975,835.908 C 2272.827,834.632 2272.359,833.696 2271.029,833.403 C 2272.085,832.212 2269.79,831.478 2268.998,831.281 C 2267.51,830.911 2266.185,831.374 2264.709,831.534 C 2262.902,831.731 2262.525,832.626 2263.339,834.368 C 2264.193,836.199 2266.254,836.897 2267.928,837.793" id="path2424"/>
<path d="M 2268.068,771.84 C 2268.265,771.263 2268.047,770.685 2267.568,770.328 C 2267.711,770.84 2267.877,771.344 2268.068,771.84" id="path2426"/>
<path d="M 2268.358,770.184 C 2269.144,769.371 2269.335,768.1 2269.186,767.021 C 2269.11,766.466 2268.625,764.822 2268.113,766.139 C 2267.757,767.056 2268.82,767.783 2268.472,768.478 C 2268.154,769.117 2267.512,769.591 2268.358,770.184" id="path2428"/>
<path d="M 2272.898,806.973 C 2271.996,806.586 2271.28,808.614 2271.887,809.133 C 2272.938,810.031 2273.04,807.519 2272.898,806.973" id="path2432"/>
<path d="M 2272.898,809.933 C 2272.031,810.384 2272.471,811.741 2273.478,811.443 C 2273.369,810.907 2273.176,810.403 2272.898,809.933" id="path2434"/>
<path d="M 2273.618,797.253 C 2273.4,797.596 2273.528,797.729 2273.838,798.043 C 2273.765,797.78 2273.691,797.516 2273.618,797.253" id="path2438"/>
<path d="M 2275.128,807.333 C 2274.891,807.648 2274.65,807.961 2274.408,808.272 C 2274.164,808.037 2273.924,807.796 2273.688,807.552 C 2273.026,809.55 2274.001,808.821 2274.627,810.212 C 2274.767,810.52 2273.842,811.842 2274.827,811.605 C 2275.361,811.477 2275.937,811.171 2276.132,811.874 C 2276.356,812.685 2279.229,811.325 2276.829,810.664 C 2275.849,810.394 2275.618,809.829 2276.147,808.98 C 2276.479,808.452 2275.423,807.627 2275.128,807.333" id="path2440"/>
<path d="M 2274.118,801.433 C 2273.935,801.773 2273.788,801.684 2274.118,802.154 C 2274.118,801.913 2274.118,801.673 2274.118,801.433" id="path2442"/>
<path d="M 2274.479,817.053 C 2273.366,817.918 2273.946,819.475 2275.269,819.654 C 2275.828,819.729 2276.322,819.294 2276.875,819.294 C 2277.476,819.294 2278.075,819.485 2278.677,819.519 C 2280.729,819.634 2278.715,817.665 2278.101,817.352 C 2276.756,816.665 2275.805,816.014 2274.479,817.053" id="path2444"/>
<path d="M 2274.408,798.263 C 2274.241,798.24 2274.075,798.216 2273.908,798.193 C 2274.038,798.48 2274.205,798.744 2274.408,798.984 C 2274.408,798.743 2274.408,798.503 2274.408,798.263" id="path2446"/>
<path d="M 2276.278,804.603 C 2276.339,805.497 2275.989,806.431 2276.619,807.206 C 2277.228,807.955 2277.876,808.316 2278.231,809.271 C 2278.62,810.314 2280.552,812.563 2281.467,812.013 C 2278.863,809.345 2278.559,806.126 2278.044,802.694 C 2277.82,801.207 2277.88,799.984 2279.732,800.928 C 2281.307,801.731 2283.592,802.218 2285.346,802.373 C 2284.244,801.834 2284.224,800.49 2283.33,799.784 C 2282.434,799.074 2279.9,799.19 2280.997,797.356 C 2281.729,796.132 2283.663,796.093 2284.029,794.569 C 2284.277,793.541 2283.55,791.816 2283.986,791.063 C 2282.141,790.594 2280.123,792.418 2279.376,793.944 C 2281.099,794.027 2279.417,794.921 2278.938,795.11 C 2277.896,795.521 2278.351,796.642 2277.859,797.407 C 2277.348,798.2 2276.267,797.386 2275.946,796.858 C 2275.373,795.919 2276.563,795.311 2277.201,794.891 C 2278.517,794.025 2279.377,791.357 2278.656,789.839 C 2278.347,789.189 2277.254,788.953 2277.519,788.082 C 2277.773,787.247 2278.91,786.731 2278.585,785.736 C 2276.825,785.749 2276.025,787.971 2275.605,789.343 C 2275.159,790.797 2274.004,793.368 2274.266,794.807 C 2274.394,795.514 2274.699,796.252 2275.096,796.849 C 2275.255,797.133 2275.482,797.341 2275.776,797.472 C 2275.297,798.072 2275.126,798.807 2275.201,799.561 C 2275.298,800.547 2275.639,801.111 2276.226,801.845 C 2276.817,802.582 2276.409,803.78 2276.278,804.603" id="path2452"/>
<path d="M 2275.348,814.823 C 2275.085,815.016 2274.822,815.21 2274.559,815.403 C 2275.094,815.474 2275.598,815.378 2276.069,815.113 C 2275.828,815.017 2275.588,814.92 2275.348,814.823" id="path2454"/>
<path d="M 2274.908,832.893 C 2274.474,833.495 2274.668,833.735 2275.488,833.614 C 2275.295,833.373 2275.102,833.133 2274.908,832.893" id="path2456"/>
<path d="M 2275.988,831.963 C 2275.814,832.223 2275.744,832.51 2275.778,832.823 C 2276.05,832.826 2276.314,832.779 2276.568,832.682 C 2276.4,832.422 2276.207,832.183 2275.988,831.963" id="path2458"/>
<path d="M 2277.868,829.873 C 2277.64,830.242 2277.401,830.602 2277.148,830.953 C 2277.717,830.834 2277.999,830.451 2277.868,829.873" id="path2462"/>
<path d="M 2293.348,834.692 C 2294.956,835.622 2296.604,836.268 2298.077,837.419 C 2299.791,838.757 2300.031,836.751 2299.753,835.414 C 2299.581,834.591 2298.476,834.326 2298.313,833.543 C 2298.146,832.735 2298.146,831.833 2297.345,831.355 C 2296.605,830.913 2296.325,830.336 2295.358,830.523 C 2294.387,830.711 2293.456,830.576 2292.666,829.951 C 2291.897,829.342 2290.911,828.88 2289.911,828.911 C 2288.911,828.942 2288.444,829.755 2287.559,829.949 C 2286.778,830.119 2286.478,829.712 2286.063,829.224 C 2285.916,829.05 2283.467,829.352 2283.114,829.327 C 2279.749,829.083 2276.201,831.472 2277.579,835.204 C 2277.606,834.444 2278.653,831.356 2279.739,831.603 C 2279.394,832.619 2281.198,834.242 2282.063,834.403 C 2282.418,834.469 2286.466,831.105 2285.499,833.693 C 2286.132,833.554 2289.863,835.055 2290.075,833.768 C 2290.258,832.661 2293.155,833.58 2293.348,834.692" id="path2464"/>
<path d="M 2278.298,835.703 C 2277.726,835.977 2277.289,836.546 2277.428,837.213 C 2278.278,837.106 2278.867,836.446 2279.668,836.213 C 2278.897,837.505 2280.701,836.268 2280.528,835.053 C 2279.717,835.109 2279.152,835.875 2278.298,835.703" id="path2466"/>
<path d="M 2279.448,784.8 C 2279.666,784.472 2279.824,784.578 2279.518,784.08 C 2279.495,784.32 2279.472,784.56 2279.448,784.8" id="path2468"/>
<path d="M 2280.598,787.176 C 2283.305,786.567 2284.303,784.268 2282.689,781.848 C 2282.371,782.629 2281.49,782.827 2280.958,783.406 C 2280.037,784.406 2280.015,786.029 2280.598,787.176" id="path2470"/>
<path d="M 2281.468,835.053 C 2281.257,835.321 2281.23,835.611 2281.388,835.923 C 2281.691,835.779 2281.957,835.586 2282.189,835.343 C 2281.948,835.246 2281.708,835.149 2281.468,835.053" id="path2474"/>
<path d="M 2282.548,834.843 C 2282.281,835.59 2282.869,836.226 2283.628,835.853 C 2283.54,835.285 2283.137,834.867 2282.548,834.843" id="path2478"/>
<path d="M 2288.958,804.603 C 2289.334,805.249 2289.901,805.781 2290.608,806.043 C 2290.108,805.526 2289.611,804.936 2288.958,804.603" id="path2482"/>
<path d="M 2293.778,822.093 C 2294.27,822.259 2294.773,822.379 2295.288,822.453 C 2295.841,822.44 2296.136,821.939 2296.728,822.022 C 2296.147,821.225 2297.36,820.837 2296.734,819.627 C 2296.064,818.33 2293.192,820.473 2292.047,820.653 C 2292.225,821.464 2292.95,822.063 2293.778,822.093" id="path2484"/>
<path d="M 2292.988,814.533 C 2292.689,814.681 2292.423,814.875 2292.188,815.113 C 2292.878,815.495 2293.145,815.302 2292.988,814.533" id="path2486"/>
<path d="M 2294.788,804.673 C 2294.908,804.913 2295.028,805.153 2295.148,805.393 C 2295.244,804.791 2295.059,804.98 2294.788,804.673" id="path2488"/>
<path d="M 2299.468,808.413 C 2302.477,809.264 2299.471,806.37 2298.819,805.683 C 2299.668,805.563 2300.237,806.474 2300.694,807.021 C 2301.548,808.042 2301.777,807.163 2302.605,807.577 C 2304.172,808.36 2304.313,806.119 2303.172,805.494 C 2302.097,804.906 2296.485,804.064 2296.368,806.182 C 2297.801,805.217 2297.014,806.776 2296.148,806.472 C 2296.836,807.354 2298.403,806.752 2298.097,808.342 C 2298.181,807.798 2298.574,807.386 2299.108,807.262 C 2299.248,807.64 2299.367,808.023 2299.468,808.413" id="path2490"/>
<path d="M 2297.378,811.803 C 2297.119,813.159 2300.766,812.681 2300.399,811.293 C 2299.627,812.155 2298.337,811.503 2297.378,811.803" id="path2494"/>
<path d="M 2298.818,808.272 C 2298.388,808.45 2298.052,808.736 2297.808,809.132 C 2298.434,809.512 2299.836,808.695 2298.818,808.272" id="path2496"/>
<path d="M 2300.838,812.373 C 2298.104,812.829 2299.18,814.737 2300.662,816.203 C 2301.523,817.054 2303.227,812.837 2300.838,812.373" id="path2500"/>
<path d="M 2302.638,813.243 C 2302.413,813.563 2302.187,813.423 2302.348,813.963 C 2302.444,813.723 2302.541,813.483 2302.638,813.243" id="path2506"/>
<path d="M 2303.068,839.883 C 2303.185,840.33 2303.172,840.516 2303.717,840.603 C 2303.501,840.363 2303.285,840.123 2303.068,839.883" id="path2508"/>
<path d="M 2303.998,838.942 C 2303.374,838.848 2303.447,839.088 2304.218,839.663 C 2304.145,839.423 2304.071,839.183 2303.998,838.942" id="path2510"/>
<path d="M 2318.548,840.173 C 2318.258,841.17 2320.228,841.382 2320.708,841.893 C 2320.148,841.11 2319.109,840.954 2318.548,840.173" id="path2522"/>
<path class="landxx id" d="M 2240.928,891.143 C 2241.323,891.438 2241.27,891.747 2241.868,891.503 C 2242.066,892.57 2240.096,892.909 2239.918,894.314 C 2240.779,894.048 2241.651,894.281 2242.522,894.115 C 2243.657,893.898 2244.502,892.684 2245.654,892.651 C 2247.505,892.598 2248.138,892.068 2249.371,890.693 C 2250.166,889.806 2251.498,888.684 2251.832,887.571 C 2252.34,885.879 2251.3128,887.23785 2252.7978,886.74185 C 2252.7978,886.74185 2253.0456,886.78346 2253.3405,885.98555 C 2253.0173,885.94005 2252.9482,885.0359 2252.9565,884.31203 C 2254.5906,882.15607 2252.2426,881.77911 2252.2524,881.68626 C 2249.2734,882.89026 2251.595,883.52925 2248.09,884.20925 C 2247.2165,884.3785 2247.8947,886.85878 2247.2778,887.25075 C 2246.6609,887.64272 2246.499,886.32138 2246.0702,886.88738 C 2245.6414,887.45338 2244.1957,885.43797 2243.8866,886.12931 C 2243.5775,886.82066 2241.186,890.375 2240.928,891.143" id="path2392"/>
<path d="M 2207.958,875.013 C 2207.454,875.211 2207.284,875.571 2207.448,876.093 C 2208.119,876.03 2208.291,875.564 2207.958,875.013" id="path2346"/>
<path d="M 2103.338,861.192 C 2103.032,861.326 2102.769,861.519 2102.548,861.772 C 2103.241,862.156 2103.504,861.962 2103.338,861.192" id="path2278"/>
<path d="M 2114.718,857.083 C 2114.079,856.587 2110.874,855.993 2110.248,856.583 C 2110.167,854.545 2108.274,857.212 2108.018,857.883 C 2107.757,858.562 2107.723,861.833 2106.289,860.543 C 2106.046,861.618 2105.382,862.48 2104.989,863.493 C 2104.563,862.483 2103.645,862.759 2102.909,863.213 C 2105.23,864.339 2107.97,862.989 2110.062,864.443 C 2110.714,864.896 2111.649,864.932 2112.364,865.275 C 2113.505,865.821 2111.909,866.656 2111.74,867.445 C 2111.284,869.575 2117.41,869.205 2118.547,869.409 C 2120.735,869.802 2122.555,871.4 2124.738,871.963 C 2125.427,872.141 2126.372,872.374 2127.051,872.025 C 2127.776,871.652 2127.605,871.016 2128.646,870.986 C 2131.3,870.908 2133.982,871.536 2136.452,872.357 C 2139.509,873.372 2142.461,875.007 2145.595,875.724 C 2146.897,876.022 2148.755,875.748 2149.921,876.317 C 2151.123,876.903 2152.15,876.366 2153.46,876.492 C 2156.14,876.75 2159.132,878.416 2161.588,876.733 C 2163.592,875.358 2165.91,877.865 2167.636,878.758 C 2168.219,879.06 2171.778,879.278 2171.704,879.689 C 2171.57,880.436 2172.687,880.885 2173.292,880.59 C 2173.739,880.371 2172.553,878.871 2172.415,878.659 C 2171.204,876.797 2172.673,874.952 2172.852,873.036 C 2172.964,871.833 2171.77,871.608 2170.901,871.335 C 2169.413,870.867 2168.952,871.516 2167.561,871.379 C 2166.246,871.251 2164.457,872.205 2163.319,871.644 C 2162.596,871.288 2160.524,870.593 2160.19,869.798 C 2159.904,869.119 2161.166,865.903 2159.501,867.315 C 2159.829,866.25 2158.908,865.217 2158.991,864.144 C 2158.019,864.641 2156.722,864.299 2155.68,864.399 C 2155.271,864.355 2154.936,864.172 2154.674,863.851 C 2153.955,863.228 2153.208,863.696 2152.441,863.285 C 2152.038,863.069 2151.362,861.394 2150.661,862.235 C 2149.968,863.066 2148.575,862.923 2148.039,861.983 C 2146.773,859.759 2145.286,859.487 2144.249,862.252 C 2143.899,863.183 2143.286,865.3 2141.866,864.833 C 2141.074,864.572 2140.909,864.158 2140.02,864.219 C 2139.301,864.268 2138.55,864.456 2137.831,864.296 C 2136.423,863.983 2135.831,864.061 2134.468,864.146 C 2133.679,864.196 2132.419,863.156 2131.716,863.538 C 2128.873,865.084 2128.262,861.094 2127.177,859.571 C 2126.177,858.166 2126.36,859.467 2125.456,859.467 C 2124.394,859.467 2123.475,857.93 2122.375,858.48 C 2121.331,859.002 2120.614,857.628 2119.971,857.087 C 2118.914,856.199 2118.119,856.561 2116.951,855.867 C 2116.738,856.877 2115.733,858.263 2114.718,857.083" id="path2280"/>
<path d="M 2129.979,871.133 C 2130.053,871.89 2130.97,871.818 2131.489,871.853 C 2131.028,871.521 2130.525,871.281 2129.979,871.133" id="path2296"/>
<path d="M 2161.729,864.293 C 2160.998,864.176 2159.125,865.627 2159.993,866.349 C 2160.81,867.03 2162.764,867.619 2162.879,866.453 C 2164.058,867.85 2165.571,867.041 2166.97,866.539 C 2167.546,866.332 2168.174,866.165 2168.789,866.302 C 2168.663,865.333 2169.737,865.355 2170.369,865.153 C 2170.122,863.713 2168.186,864.05 2167.176,864.19 C 2165.375,864.44 2163.494,863.813 2161.729,864.293" id="path2308"/>
<path d="M 2160.358,854.213 C 2159.784,854.302 2159.667,854.715 2159.858,855.213 C 2160.54,855.203 2160.693,854.756 2160.358,854.213" id="path2310"/>
<path d="M 2172.168,865.733 C 2172.234,866.266 2172.136,866.509 2172.818,866.522 C 2172.618,866.246 2172.401,865.982 2172.168,865.733" id="path2312"/>
<path d="M 2172.818,874.653 C 2171.881,876.429 2174.253,877.291 2175.471,877.87 C 2176.238,878.235 2176.851,878.608 2177.37,879.293 C 2178.308,880.531 2177.138,880.201 2177.076,881.095 C 2177.036,881.68 2179.398,879.006 2179.502,878.97 C 2180.478,878.624 2182.929,877.655 2181.702,876.364 C 2180.815,875.43 2179.056,874.113 2177.728,874.843 C 2176.21,875.68 2174.312,875.704 2172.818,874.653" id="path2314"/>
<path d="M 2173.608,866.373 C 2173.816,866.556 2174.055,866.556 2174.328,866.373 C 2174.088,866.373 2173.849,866.373 2173.608,866.373" id="path2316"/>
<path d="M 2179.658,863.783 C 2179.053,864.107 2178.915,864.662 2179.438,865.153 C 2179.992,864.469 2180.909,864.365 2181.677,864.722 C 2181.343,863.855 2180.44,863.837 2179.658,863.783" id="path2318"/>
<path d="M 2180.878,880.853 C 2181.107,880.468 2181.107,880.082 2180.878,879.693 C 2180.596,879.863 2180.356,880.08 2180.158,880.343 C 2180.398,880.513 2180.638,880.683 2180.878,880.853" id="path2320"/>
<path d="M 2186.928,875.733 C 2185.89,876.253 2184.606,877.22 2184.733,878.543 C 2184.835,879.596 2184.469,881.299 2183.119,880.203 C 2182.004,881.923 2187.789,881.442 2188.009,881.713 C 2187.532,880.66 2189.052,878.64 2189.561,877.786 C 2190.342,876.476 2187.93,875.358 2186.928,875.733" id="path2322"/>
<path d="M 2198.448,881.853 C 2199.996,881.054 2201.525,880.794 2202.408,879.124 C 2202.74,879.678 2201.984,880.826 2202.553,881.122 C 2203.164,881.439 2203.591,881.206 2204.155,880.979 C 2204.868,880.691 2205.45,881.111 2206.149,881.214 C 2205.79,880.735 2205.313,880.469 2204.718,880.414 C 2206.093,879.583 2208.067,881.141 2208.458,878.904 C 2207.211,880.451 2207.365,877.586 2207.064,876.987 C 2206.337,875.535 2204.817,877.025 2204.858,878.114 C 2204.644,877.03 2203.812,875.187 2202.577,876.557 C 2201.642,877.592 2200.862,875.554 2200.386,875.027 C 2199.69,874.256 2196.822,874.842 2197.65,876.132 C 2198.663,877.709 2199.993,878.084 2201.548,878.974 C 2201.059,879.63 2199.743,879.985 2198.991,880.154 C 2197.699,880.443 2197.546,879.251 2197.003,878.434 C 2195.736,876.532 2191.769,877.207 2190.449,878.715 C 2189.815,879.439 2190.47,880.569 2189.886,881.307 C 2189.104,882.296 2190.506,883.09 2191.302,883.3 C 2191.795,883.43 2192.216,883.454 2192.64,883.126 C 2193.425,882.519 2193.397,882.919 2194.414,882.879 C 2195.843,882.822 2197.01,881.386 2198.448,881.853" id="path2328"/>
<path d="M 2195.928,877.253 C 2196.434,876.641 2196.724,875.897 2197.149,875.233 C 2195.645,874.545 2195.775,876.318 2195.928,877.253" id="path2330"/>
<path d="M 2205.938,887.183 C 2206.619,888.97 2208.283,888.913 2209.898,889.093 C 2211.81,889.306 2213.33,891.076 2214.479,892.447 C 2216.636,895.019 2221.608,892.692 2219.01,889.817 C 2218.199,888.921 2217.589,888.176 2216.397,888.174 C 2216.453,888.174 2214.523,885.865 2214.279,885.646 C 2214.099,885.484 2210.9,885.535 2210.747,885.633 C 2209.259,886.589 2207.19,885.071 2205.938,887.183" id="path2342"/>
<path d="M 2210.548,877.603 C 2210.143,878.274 2209.645,879.058 2210.328,879.773 C 2210.352,878.779 2212.315,878.297 2210.548,877.603" id="path2350"/>
<path d="M 2211.769,879.043 C 2211.973,879.609 2211.903,880.139 2211.559,880.633 C 2212.523,880.871 2212.357,879.76 2212.559,879.193 C 2212.295,879.143 2212.032,879.093 2211.769,879.043" id="path2352"/>
<path d="M 2214.428,880.923 C 2215.198,880.511 2216.68,880.975 2217.577,880.874 C 2218.404,880.781 2219.648,880.962 2220.461,881.128 C 2221.35,881.31 2221.822,882.304 2222.843,881.839 C 2223.548,881.518 2225.228,882.137 2224.948,880.772 C 2227.184,881.71 2228.14,881.094 2230.295,880.308 C 2231.735,879.783 2236.781,880.496 2236.038,877.602 C 2237.033,877.793 2236.916,876.559 2237.838,876.533 C 2237.429,875.343 2236.158,873.568 2235.818,875.883 C 2236.273,875.598 2236.754,875.549 2237.257,875.734 C 2236.255,876.885 2234.468,876.963 2233.711,878.374 C 2232.796,880.082 2231.257,878.946 2230.293,878.047 C 2229.379,877.195 2228.25,878.603 2227.275,878.215 C 2226.76,878.01 2226.797,878.418 2226.472,878.724 C 2225.963,879.205 2224.983,878.367 2224.608,878.096 C 2223.36,877.195 2221.387,876.633 2219.91,876.287 C 2217.583,875.743 2216.836,876.627 2214.903,877.59 C 2213.934,878.074 2213.303,878.061 2213.193,879.41 C 2213.137,880.108 2213.407,882.178 2214.428,880.923" id="path2354"/>
<path d="M 2219.838,854.713 C 2218.606,855.125 2219.207,859.689 2219.479,860.613 C 2219.729,858.64 2220.168,856.709 2219.838,854.713" id="path2356"/>
<path d="M 2220.479,865.373 C 2220.26,865.73 2220.26,866.09 2220.479,866.453 C 2220.756,866.307 2220.997,866.113 2221.199,865.873 C 2220.958,865.707 2220.719,865.54 2220.479,865.373" id="path2358"/>
<path d="M 2221.708,867.533 C 2221.906,868.149 2222.788,867.831 2223.148,867.673 C 2222.661,867.702 2222.181,867.656 2221.708,867.533" id="path2360"/>
<path d="M 2224.878,896.403 C 2225.131,896.509 2225.37,896.459 2225.598,896.253 C 2225.357,896.303 2225.118,896.353 2224.878,896.403" id="path2362"/>
<path d="M 2226.388,895.893 C 2226.338,896.013 2226.288,896.133 2226.239,896.253 C 2226.813,896.472 2227.665,896.309 2228.128,895.909 C 2228.36,895.723 2228.416,895.495 2228.296,895.224 C 2227.809,894.308 2226.966,895.588 2226.388,895.893" id="path2364"/>
<path d="M 2234.809,897.772 C 2234.501,898.238 2234.478,898.718 2234.739,899.212 C 2235.958,898.519 2237.804,897.314 2239.129,896.972 C 2238.878,896.508 2238.662,896.028 2238.48,895.533 C 2237.109,896.161 2236.337,897.227 2234.809,897.772" id="path2374"/>
<path d="M 2236.828,878.333 C 2236.898,878.546 2236.968,878.759 2237.038,878.973 C 2237.341,878.441 2237.751,878.011 2238.268,877.683 C 2237.682,877.662 2237.201,877.878 2236.828,878.333" id="path2380"/>
<path d="M 2238.338,876.313 C 2238.004,876.595 2237.838,876.955 2237.838,877.392 C 2238.449,877.315 2239.848,877.589 2240.068,876.743 C 2240.348,875.677 2238.827,876.03 2238.338,876.313" id="path2382"/>
<path d="M 2239.559,892.513 C 2239.051,892.841 2238.72,893.417 2238.699,894.023 C 2239.635,894.148 2239.824,893.199 2239.559,892.513" id="path2384"/>
<path d="M 2240.718,876.243 C 2240.914,876.463 2241.08,876.702 2241.218,876.963 C 2240.656,877.192 2239.765,877.606 2239.574,878.246 C 2239.238,879.378 2241.371,878.522 2241.798,878.833 C 2241.652,877.475 2243.732,876.382 2244.819,876.173 C 2243.415,874.627 2242.692,876.63 2241.718,877.103 C 2242.201,876.063 2241.465,876.127 2240.718,876.243" id="path2390"/>
<path d="M 2245.108,876.813 C 2244.801,877.107 2244.658,877.467 2244.677,877.892 C 2245.294,877.746 2245.841,878.064 2246.117,878.613 C 2246.701,878.004 2247.903,876.535 2247.117,875.663 C 2246.729,876.464 2245.873,876.593 2245.108,876.813" id="path2402"/>
<path d="M 2248.988,875.013 C 2248.566,875.481 2248,876.673 2249.347,875.953 C 2248.598,876.286 2247.952,876.968 2247.908,877.823 C 2249.684,877.654 2251.726,877.799 2253.387,877.051 C 2254.436,876.579 2254.08,875.475 2253.042,875.292 C 2252.428,875.184 2251.891,875.442 2251.278,875.383 C 2250.507,875.309 2249.781,874.907 2248.988,875.013" id="path2406"/>
<path d="M 2257.918,875.163 C 2257.359,875.105 2256.939,876.063 2256.838,876.453 C 2257.377,876.214 2257.778,875.736 2257.918,875.163" id="path2410"/>
<path d="M 2258.998,874.013 C 2260.504,872.756 2261.967,873.042 2263.748,873.352 C 2264.695,873.517 2265.65,871.68 2266.848,871.703 C 2265.284,869.772 2264.474,870.461 2262.215,871.34 C 2261.584,871.586 2261.143,871.012 2260.61,871.241 C 2259.635,871.659 2259.138,873.055 2258.998,874.013" id="path2420"/>
<path d="M 2271.748,869.613 C 2271.439,869.991 2271.293,870.425 2271.309,870.913 C 2271.953,870.691 2272.259,870.186 2271.748,869.613" id="path2430"/>
<path d="M 2273.258,875.303 C 2273.08,876.153 2273.321,876.202 2273.979,875.453 C 2273.738,875.403 2273.498,875.353 2273.258,875.303" id="path2436"/>
<path d="M 2274.269,874.733 C 2273.948,875.988 2276.329,876.409 2276.569,875.012 C 2275.785,875.157 2275.014,874.949 2274.269,874.733" id="path2450"/>
<path d="M 2276.638,875.663 C 2276.664,875.88 2276.692,876.097 2276.718,876.313 C 2276.989,876.134 2277.226,875.917 2277.428,875.663 C 2277.164,875.663 2276.901,875.663 2276.638,875.663" id="path2460"/>
<path d="M 2281.178,865.803 C 2280.855,865.996 2280.688,866.283 2280.678,866.663 C 2281.464,866.752 2281.631,866.466 2281.178,865.803" id="path2472"/>
<path d="M 2282.328,875.522 C 2282.557,876.011 2282.941,876.228 2283.478,876.172 C 2283.369,875.565 2282.906,875.297 2282.328,875.522" id="path2476"/>
<path d="M 2288.448,872.133 C 2287.806,872.692 2288.14,874.062 2289.077,874.045 C 2290.862,874.013 2290.046,871.949 2288.448,872.133" id="path2480"/>
<path d="M 2296.798,876.893 C 2297.979,876.497 2299.053,875.758 2300.038,875.013 C 2298.796,875.493 2297.561,875.375 2296.798,876.893" id="path2492"/>
<path d="M 2298.098,869.543 C 2297.97,870.162 2298.21,870.185 2298.819,869.613 C 2298.578,869.59 2298.338,869.566 2298.098,869.543" id="path2498"/>
<path d="M 2299.388,868.823 C 2299.272,869.016 2299.155,869.21 2299.038,869.403 C 2299.615,869.597 2299.999,869.334 2300.118,868.753 C 2299.875,868.776 2299.631,868.8 2299.388,868.823" id="path2502"/>
<path d="M 2304.218,866.233 C 2303.035,866.305 2299.691,870.285 2300.838,871.342 C 2298.509,870.269 2300.132,876.124 2301.31,873.419 C 2301.831,872.221 2303.131,871.636 2303.774,870.496 C 2304.305,869.553 2303.676,867.423 2304.869,867.022 C 2304.688,866.729 2304.472,866.466 2304.218,866.233" id="path2504"/>
<path d="M 2305.008,866.233 C 2305.393,866.871 2306.252,866.697 2306.738,867.243 C 2306.743,866.256 2305.749,866.176 2305.008,866.233" id="path2512"/>
<path d="M 2313.288,853.772 C 2313.107,853.541 2312.867,853.471 2312.568,853.563 C 2312.877,854.084 2312.378,855.688 2313.072,855.902 C 2314.156,856.238 2313.479,854.158 2313.288,853.772" id="path2516"/>
<path d="M 2313.868,852.913 C 2313.237,852.782 2313.214,853.022 2313.798,853.633 C 2313.821,853.393 2313.845,853.153 2313.868,852.913" id="path2518"/>
<path d="M 2313.868,856.583 C 2315.164,855.623 2316.447,852.217 2316.888,850.683 C 2315.801,851.067 2315.915,852.134 2315.547,853.017 C 2315.028,854.261 2314.255,855.23 2313.868,856.583" id="path2520"/>
<path d="M 2323.588,858.022 C 2323.387,858.91 2323.224,860.114 2323.948,860.833 C 2322.501,860.751 2322.022,865.087 2324.415,863.946 C 2327.525,862.461 2325.508,859.458 2323.588,858.022" id="path2524"/>
<path d="M 2327.838,861.692 C 2327.321,862.019 2327.257,862.694 2327.479,863.213 C 2327.854,862.766 2327.974,862.259 2327.838,861.692" id="path2534"/>
<path d="M 2327.838,860.473 C 2327.17,860.865 2327.264,861.105 2328.118,861.193 C 2328.024,860.953 2327.932,860.712 2327.838,860.473" id="path2536"/>
<path d="M 2328.838,860.613 C 2329.694,858.006 2328.229,859.77 2328.838,860.613" id="path2538"/>
<path d="M 2081.738,852.123 C 2081.943,851.149 2080.542,850.03 2079.798,850.973 C 2080.497,851.31 2080.789,852.485 2081.738,852.123" id="path2230"/>
<path d="M 2027.448,754.488 C 2028.532,754.829 2027.974,753.45 2026.948,753.767 C 2027.115,754.008 2027.281,754.248 2027.448,754.488" id="path2202"/>
<path d="M 2044.518,759.168 C 2043.883,759.538 2043.063,760.093 2042.273,759.874 C 2041.521,759.665 2041.311,758.984 2040.459,758.962 C 2039.035,758.925 2037.802,759.661 2036.338,759.52 C 2034.615,759.354 2033.487,758.79 2032.364,757.499 C 2031.526,756.536 2029.2,755.194 2027.926,756.086 C 2023.224,759.382 2034.63,768.606 2036.436,771.019 C 2037.124,771.939 2038.054,771.975 2039.105,772.167 C 2040.842,772.485 2041.397,774.424 2042.189,775.701 C 2042.798,776.682 2044.025,779.142 2045.075,779.585 C 2046.901,780.356 2046.193,782.129 2046.699,783.756 C 2047.175,785.288 2048.755,784.905 2049.931,785.722 C 2050.68,786.241 2051.412,786.799 2052.151,787.333 C 2053.058,787.99 2053.983,788.665 2054.766,789.472 C 2055.866,790.606 2054.814,790.73 2055.149,791.989 C 2055.551,793.498 2056.203,794.952 2056.614,796.477 C 2057.049,798.092 2058.205,799.778 2058.09,801.482 C 2057.968,803.279 2059.361,802.176 2060.044,802.983 C 2061.161,804.304 2062.803,803.996 2063.107,806.154 C 2063.503,808.967 2067.209,810.794 2067.839,813.744 C 2067.929,814.166 2067.226,814.214 2067.56,814.669 C 2068.013,815.286 2068.413,815.937 2068.757,816.62 C 2069.538,818.168 2071.158,820.202 2071.218,821.958 C 2071.276,823.656 2071.234,824.734 2072.279,826.207 C 2073.066,827.316 2074.271,828.097 2074.932,829.292 C 2075.72,830.716 2076.132,832.151 2077.386,833.283 C 2078.627,834.403 2080.365,835.154 2081.124,836.727 C 2081.874,838.279 2081.741,839.19 2083.177,840.372 C 2084.632,841.569 2085.923,842.934 2087.316,844.201 C 2088.521,845.296 2089.693,846.33 2091.14,847.084 C 2092.583,847.836 2092.775,848.394 2093.488,849.68 C 2093.866,850.362 2094.362,851.001 2094.84,851.616 C 2095.251,852.054 2095.695,852.456 2096.174,852.82 C 2096.469,853.086 2096.114,853.379 2096.487,853.644 C 2096.753,853.833 2099.148,856.952 2099.161,855.302 C 2099.168,854.335 2098.248,853.596 2098.149,852.641 C 2098.009,851.299 2100.118,853.032 2100.37,853.255 C 2102.163,854.846 2103.914,854.853 2103.7,851.836 C 2104.818,852.803 2105.572,854.768 2107.16,855.076 C 2108.111,855.261 2108.076,852.385 2108.098,851.899 C 2108.182,850.027 2108.461,848.167 2108.6,846.296 C 2108.673,845.299 2109.319,843.885 2108.874,842.929 C 2108.531,842.191 2108.292,841.77 2108.527,840.976 C 2108.814,840.011 2109.597,838.718 2109.473,837.688 C 2109.381,836.924 2108.523,836.891 2108.719,835.858 C 2108.889,834.961 2109.439,834.178 2109.89,833.406 C 2110.376,832.573 2110.758,832.218 2110.574,831.18 C 2110.397,830.193 2109.585,830.595 2109.03,830.015 C 2108.274,829.224 2107.068,826.585 2107.519,825.555 C 2106.648,825.413 2102.465,824.313 2102.12,825.195 C 2101.99,824.936 2101.87,824.674 2101.76,824.406 C 2100.846,825.542 2100.728,827.142 2099.38,827.935 C 2099.776,827.348 2101.609,825.35 2099.811,825.335 C 2100.783,824.94 2101.942,824.091 2101.781,822.898 C 2101.66,822 2100.716,822.313 2100.155,821.974 C 2099.585,821.629 2099.269,820.147 2099.14,819.572 C 2098.76,817.884 2098.355,816.281 2098.143,814.551 C 2098.012,813.487 2094.895,813.373 2093.98,813.585 C 2093.26,813.752 2091.885,812.331 2091.361,811.895 C 2090.473,811.158 2090.83,809.611 2090.451,808.565 C 2090.85,809.047 2091.446,809.14 2091.961,808.774 C 2091.757,807.941 2090.952,807.831 2090.232,807.774 C 2090.816,807.732 2091.248,807.319 2091.392,806.764 C 2090.905,806.734 2090.424,806.781 2089.952,806.905 C 2090.8,806.657 2091.304,805.905 2091.926,805.343 C 2092.405,804.91 2093.657,805.037 2093.948,804.551 C 2094.428,803.748 2092.664,802.006 2092.204,801.488 C 2090.927,800.052 2089.978,800.172 2088.505,801.219 C 2087.365,802.028 2084.48,804.074 2083.252,802.444 C 2085.803,803.907 2090.71,799.384 2086.063,798.335 C 2085.322,798.168 2084.558,798.489 2083.833,798.194 C 2083.011,797.861 2082.665,796.929 2082,796.402 C 2080.634,795.319 2081.401,793.094 2079.908,791.944 C 2079.357,791.52 2078.785,790.862 2078.189,790.519 C 2077.555,790.153 2076.711,790.466 2076.009,790.101 C 2074.867,789.506 2074.958,787.739 2074.223,786.769 C 2073.862,786.291 2071.289,783.78 2070.725,785.279 C 2070.305,786.395 2071.664,787.82 2071.802,788.906 C 2071.333,788.427 2071.198,787.783 2070.817,787.251 C 2070.186,786.371 2069.033,786.239 2068.272,785.522 C 2067.013,784.335 2066.883,782.437 2065.682,781.203 C 2065.338,781.669 2065.268,782.173 2065.472,782.715 C 2065.269,782.353 2064.022,779.902 2064.462,781.851 C 2063.653,780.921 2064.859,779.763 2063.634,778.963 C 2062.524,778.239 2061.663,776.976 2060.572,776.164 C 2059.317,775.229 2058.304,773.726 2056.848,773.092 C 2056.33,772.866 2055.775,772.747 2055.261,772.512 C 2054.373,772.106 2054.507,771.449 2053.931,770.839 C 2053.175,770.038 2051.835,769.986 2051.072,769.251 C 2050.112,768.327 2051.389,766.71 2050.364,765.873 C 2049.129,764.864 2048.893,764.854 2048.349,763.265 C 2047.885,761.916 2045.593,760.12 2044.518,759.168" id="path2204"/>
<path d="M 2047.038,799.272 C 2048.532,800.869 2049.049,796.416 2048.386,795.513 C 2047.604,794.45 2046.356,792.442 2045.121,791.907 C 2044.208,791.511 2043.684,792.799 2042.718,792.215 C 2042.871,793.557 2044.06,794.548 2044.635,795.704 C 2044.992,796.421 2045.821,796.669 2046.239,797.332 C 2046.618,797.935 2046.687,798.658 2047.038,799.272" id="path2208"/>
<path d="M 2044.229,786.888 C 2044.217,786.168 2043.686,784.981 2042.789,785.664 C 2043.331,785.998 2043.811,786.406 2044.229,786.888" id="path2210"/>
<path d="M 2053.229,808.703 C 2053.42,808.065 2053.171,807.436 2052.649,807.043 C 2052.252,807.584 2051.96,808.418 2051.805,809.066 C 2051.598,809.934 2053.516,809.967 2053.229,808.703" id="path2212"/>
<path d="M 2051.928,804.603 C 2052.305,805.671 2052.869,806.65 2053.439,807.624 C 2053.684,806.826 2053.053,804.474 2051.928,804.603" id="path2214"/>
<path d="M 2053.729,790.56 C 2053.836,789.998 2053.596,789.998 2053.008,790.56 C 2053.248,790.56 2053.488,790.56 2053.729,790.56" id="path2216"/>
<path d="M 2055.598,803.813 C 2055.402,802.861 2053.897,803.013 2053.369,803.522 C 2054.037,803.967 2054.838,804.021 2055.598,803.813" id="path2218"/>
<path d="M 2057.838,820.223 C 2060.825,819.802 2056.17,813.976 2056.248,812.593 C 2055.757,812.862 2054.925,812.731 2054.577,813.218 C 2054.077,813.919 2053.758,815.268 2054.29,816.02 C 2055.299,817.442 2055.884,819.803 2057.838,820.223" id="path2220"/>
<path d="M 2063.378,825.192 C 2063.191,824.421 2062.208,821.707 2061.149,822.43 C 2059.981,823.229 2062.846,824.875 2063.378,825.192" id="path2222"/>
<path d="M 2064.389,828.653 C 2064.616,829.507 2065.611,829.112 2065.915,828.568 C 2066.369,827.758 2064.883,826.535 2064.309,826.203 C 2064.005,827.026 2064.543,827.82 2064.389,828.653" id="path2224"/>
<path d="M 2067.768,833.473 C 2067.799,832.922 2067.288,832.508 2067.385,831.968 C 2067.511,831.269 2067.926,831.434 2067.717,830.739 C 2067.566,830.232 2066.944,828.663 2066.171,828.955 C 2065.016,829.392 2067.214,833.014 2067.768,833.473" id="path2226"/>
<path d="M 2078.139,787.824 C 2077.84,786.4 2075.855,785.962 2075.343,787.501 C 2075.059,788.358 2075.603,789.579 2076.549,789.768 C 2077.691,789.996 2077.728,788.485 2078.139,787.824" id="path2228"/>
<path d="M 2083.468,791.567 C 2082.396,791.113 2081.16,791.177 2080.149,790.559 C 2079.95,791.613 2080.843,792.092 2081.723,792.253 C 2082.587,792.411 2083.051,793.208 2083.678,793.727 C 2083.678,793.001 2083.745,792.261 2083.468,791.567" id="path2232"/>
<path d="M 2083.608,794.231 C 2083.168,793.483 2082.522,792.642 2081.597,792.503 C 2081.356,793.818 2081.486,796.171 2083.177,796.462 C 2083.443,795.738 2083.312,794.949 2083.608,794.231" id="path2234"/>
<path d="M 2087.998,797.833 C 2087.5,796.887 2086.531,796.24 2085.524,795.947 C 2084.964,795.783 2084.453,794.979 2084.089,794.909 C 2083.667,794.828 2083.289,797.22 2083.802,797.562 C 2084.983,798.354 2086.692,797.54 2087.858,798.552 C 2087.905,798.313 2087.951,798.073 2087.998,797.833" id="path2236"/>
<path d="M 2088.868,797.253 C 2088.563,796.018 2084.647,793.633 2085.188,795.814 C 2086.689,795.142 2087.339,797.738 2088.868,797.253" id="path2238"/>
<path d="M 2089.878,799.563 C 2089.773,799.05 2089.459,798.76 2088.939,798.692 C 2088.576,799.234 2088.646,799.714 2089.149,800.132 C 2089.415,799.973 2089.658,799.783 2089.878,799.563" id="path2240"/>
<path d="M 2090.878,795.743 C 2090.676,795.453 2090.412,795.238 2090.088,795.096 C 2090.001,795.703 2090.3,795.946 2090.878,795.743" id="path2242"/>
<path d="M 2091.458,798.263 C 2091.282,797.696 2090.842,797.32 2090.229,797.543 C 2090.25,798.144 2090.609,798.66 2091.098,798.983 C 2091.218,798.743 2091.338,798.503 2091.458,798.263" id="path2244"/>
<path d="M 2093.118,806.973 C 2092.592,806.613 2090.639,806.82 2091.435,807.755 C 2091.923,808.327 2093.032,807.526 2093.118,806.973" id="path2248"/>
<path d="M 2094.768,796.603 C 2094.974,795.85 2094.711,795.707 2093.979,796.173 C 2094.241,796.316 2094.505,796.459 2094.768,796.603" id="path2252"/>
<path d="M 2096.348,794.808 C 2095.827,793.607 2094.838,794.971 2094.838,795.686 C 2094.838,796.541 2096.455,795.628 2096.348,794.808" id="path2256"/>
<path d="M 2096.568,797.763 C 2096.963,797.045 2096.769,796.805 2095.988,797.043 C 2096.182,797.283 2096.375,797.523 2096.568,797.763" id="path2258"/>
<path d="M 2100.309,795.743 C 2099.278,793.226 2096.398,795.591 2097.6,796.038 C 2098.403,796.336 2098.76,795.564 2099.018,796.893 C 2099.277,798.229 2100.337,796.302 2100.309,795.743" id="path2262"/>
<path d="M 2097.358,798.553 C 2097.351,798.275 2097.282,798.012 2097.148,797.763 C 2097.219,798.026 2097.288,798.29 2097.358,798.553" id="path2264"/>
<path d="M 2098.948,807.623 C 2098.604,807.898 2097.925,808.037 2097.509,808.172 C 2096.711,808.43 2098.055,810.01 2098.149,810.433 C 2098.202,809.713 2098.57,809.487 2099.159,809.933 C 2099.353,809.074 2099.979,808.228 2098.948,807.623" id="path2266"/>
<path d="M 2098.518,803.233 C 2098.106,803.686 2098.272,803.949 2099.018,804.022 C 2098.851,803.759 2098.685,803.497 2098.518,803.233" id="path2268"/>
<path d="M 2099.229,804.603 C 2099.333,805.117 2098.427,807.008 2099.514,806.869 C 2100.121,806.791 2100.489,806.46 2101.096,806.767 C 2101.718,807.082 2102.243,807.586 2102.979,807.193 C 2102.596,806.586 2099.938,804.531 2099.229,804.603" id="path2270"/>
<path d="M 2099.948,797.973 C 2099.697,797.96 2099.458,798.01 2099.228,798.123 C 2099.469,798.073 2099.708,798.023 2099.948,797.973" id="path2272"/>
<path d="M 2099.518,802.803 C 2099.194,803.506 2100.242,804.071 2100.678,804.314 C 2100.312,803.794 2099.925,803.291 2099.518,802.803" id="path2274"/>
<path d="M 2105.498,819.503 C 2106.342,820.661 2104.202,821.185 2103.768,821.953 C 2104.652,822.669 2105.326,823.254 2106.513,822.818 C 2107.313,822.525 2108.638,823.208 2108.866,824.028 C 2109.069,824.754 2109.626,825.625 2109.744,826.264 C 2110.018,827.735 2109.151,828.352 2110.825,829.269 C 2111.544,829.663 2114.798,832.163 2115.579,831.453 C 2116.355,830.746 2115.165,830.418 2114.93,829.834 C 2114.558,828.91 2115.693,827.239 2116.589,827.063 C 2115.45,826.375 2113.887,826.709 2112.839,825.842 C 2111.874,825.043 2111.532,823.065 2111.638,821.887 C 2111.7,821.187 2111.227,818.925 2110.759,818.352 C 2109.439,816.727 2107.73,818.595 2108.949,820.082 C 2108.435,820.152 2105.6,816.236 2105.498,819.503" id="path2282"/>
<path d="M 2116.518,829.733 C 2116.301,829.803 2116.085,829.872 2115.869,829.942 C 2116.017,830.539 2116.468,830.798 2117.018,830.453 C 2116.879,830.194 2116.712,829.954 2116.518,829.733" id="path2286"/>
<path d="M 2121.559,829.083 C 2121.224,829.204 2120.934,829.394 2120.689,829.653 C 2121.252,829.922 2121.58,829.706 2121.559,829.083" id="path2290"/>
<path d="M 2123.348,826.772 C 2122.398,827.739 2122.174,829.41 2122.278,830.686 C 2122.388,832.048 2124.404,832.765 2124.069,831.313 C 2124.662,831.352 2125.548,832.997 2126.135,832.418 C 2126.94,831.624 2127.763,830.016 2127.631,828.849 C 2127.438,827.142 2124.734,826.494 2123.348,826.772" id="path2292"/>
<path d="M 2125.658,771.336 C 2126.278,771.438 2126.841,771.791 2127.238,772.273 C 2126.654,771.905 2126.268,772.211 2126.228,772.848 C 2128.016,773.105 2128.523,771.311 2127.828,769.957 C 2126.593,767.554 2125.066,769.461 2125.658,771.336" id="path2294"/>
<path d="M 2130.838,819.503 C 2131.14,819.531 2131.43,819.485 2131.708,819.363 C 2131.405,819.335 2131.115,819.382 2130.838,819.503" id="path2298"/>
<path d="M 2133.068,818.213 C 2132.663,817.893 2132.256,817.893 2131.847,818.213 C 2132.015,818.497 2132.232,818.736 2132.497,818.933 C 2132.717,818.715 2132.906,818.475 2133.068,818.213" id="path2302"/>
<path d="M 2139.188,813.603 C 2138.059,812.002 2135.761,814.511 2137.177,815.904 C 2137.855,815.227 2139.642,814.919 2139.188,813.603" id="path2306"/>
<path d="M 2188.588,833.043 C 2185.978,831.949 2186.815,838.579 2187.359,839.453 C 2188.047,838.319 2188.786,838.664 2188.687,837.111 C 2188.609,835.893 2188.112,834.206 2188.588,833.043" id="path2324"/>
<path d="M 2189.738,834.123 C 2188.924,834.272 2188.992,835.14 2189.517,835.563 C 2189.634,835.09 2189.708,834.61 2189.738,834.123" id="path2326"/>
<path d="M 2197.438,775.8 C 2197.282,776.457 2197.522,776.529 2198.158,776.016 C 2197.918,775.944 2197.679,775.872 2197.438,775.8" id="path2332"/>
<path d="M 2198.309,774.936 C 2197.996,775.631 2198.662,776.241 2199.239,776.449 C 2199.286,775.8 2199.302,774.706 2198.309,774.936" id="path2334"/>
<path d="M 2198.519,769.176 C 2198.503,769.797 2198.901,770.213 2199.529,769.896 C 2199.455,769.318 2199.095,769.038 2198.519,769.176" id="path2336"/>
<path d="M 2198.809,807.843 C 2198.583,808.051 2198.487,808.315 2198.519,808.633 C 2198.615,808.37 2198.712,808.106 2198.809,807.843" id="path2338"/>
<path d="M 2200.038,773.712 C 2200.064,774.229 2200.328,774.565 2200.828,774.72 C 2200.845,774.194 2200.526,773.851 2200.038,773.712" id="path2340"/>
<path d="M 2206.298,784.584 C 2206.351,785.102 2206.591,785.509 2207.019,785.808 C 2206.801,785.387 2206.561,784.979 2206.298,784.584" id="path2344"/>
<path class="landxx id" d="M 2132.639,797.113 C 2133.573,796.487 2132.938,795.831 2133.138,794.988 C 2133.399,793.893 2134.988,793.822 2135.159,792.575 C 2134.828,793.119 2134.422,793.598 2133.939,794.014 C 2133.061,792.722 2134.149,791.449 2134.977,790.492 C 2135.517,789.869 2135.678,789.284 2135.959,788.533 C 2136.323,787.56 2137.569,787.334 2138.258,786.671 C 2138.126,787.561 2136.95,788.652 2138.292,789.188 C 2138.483,789.265 2138.964,791.367 2139.341,791.778 C 2140.444,792.98 2142.424,793.921 2143.132,795.455 C 2143.406,796.048 2144.629,796.562 2145.217,796.867 C 2146.319,797.437 2147.872,796.31 2148.823,795.887 C 2150.713,795.044 2152.511,796.158 2154.524,795.962 C 2155.329,795.883 2156.06,795.265 2156.77,794.886 C 2157.832,794.319 2157.531,792.933 2158.335,792.058 C 2159.173,791.146 2163.429,790.222 2164.087,791.617 C 2164.714,792.944 2168.599,794.21 2169.841,793.444 C 2170.914,792.782 2171.145,791.727 2172.601,792.228 C 2173.317,792.475 2173.886,791.888 2174.501,791.643 C 2175.01,791.438 2175.605,792.099 2176.127,792.073 C 2175.846,790.687 2178.787,787.669 2177.979,786.774 C 2176.585,785.23 2179.711,783.26 2180.877,782.857 C 2180.193,782.012 2178.908,778.902 2181.039,778.646 C 2183.716,778.323 2181.711,776.666 2183.243,775.199 C 2183.834,774.634 2183.072,772.322 2183.163,771.349 C 2183.247,770.449 2183.479,769.309 2183.884,768.498 C 2184.234,767.8 2184.95,767.467 2185.127,766.656 C 2186.543,767.183 2186.896,767.464 2188.405,766.815 C 2188.919,766.594 2190.183,768.499 2190.307,766.511 C 2191.285,767.455 2193.132,767.218 2194.352,767.106 C 2195.915,766.963 2196.867,768.662 2198.376,768.528 C 2197.922,768.849 2197.419,769.041 2196.866,769.103 C 2197.138,769.34 2199.847,771.595 2198.016,770.688 C 2198.388,770.95 2199.349,771.125 2199.537,771.561 C 2199.725,771.998 2199.713,772.433 2200.246,772.631 C 2199.383,773.738 2197.975,773.046 2197.586,771.911 C 2197.764,772.4 2197.834,772.904 2197.796,773.423 C 2197.019,772.941 2195.658,772.99 2194.846,773.351 C 2195.875,773.749 2196.407,774.805 2197.517,775.08 C 2197.234,775.646 2197.104,776.895 2196.147,776.448 C 2196.852,777.365 2197.903,777.748 2198.957,778.103 C 2198.081,779.103 2199.776,779.201 2198.377,779.399 C 2198.86,779.418 2199.317,779.538 2199.747,779.759 C 2198.319,780.149 2200.111,780.962 2200.655,781.63 C 2201.276,782.395 2201.826,783.23 2202.337,784.072 C 2202.98,785.131 2201.626,787.214 2200.387,787.175 C 2201.195,787.459 2200.799,788.264 2201.429,788.787 C 2202.336,789.54 2203.242,790.317 2204.187,791.022 C 2204.949,791.59 2205.398,792.562 2206.288,792.882 C 2207.48,793.311 2208.318,794.525 2209.108,795.455 C 2209.441,795.847 2210.308,795.539 2209.703,796.486 C 2208.955,797.656 2207.735,797.075 2206.703,797.598 C 2204.991,798.464 2202.968,796.079 2201.618,795.532 C 2202.241,796.444 2202.732,797.595 2201.274,797.678 C 2199.95,797.752 2199.531,799.771 2199.194,800.763 C 2198.293,803.413 2197.86,806.449 2198.018,809.212 C 2198.399,808.774 2198.878,808.534 2199.457,808.492 C 2199.272,809.086 2198.319,809.796 2199.027,810.072 C 2198.345,810.494 2198.345,811.089 2199.027,811.511 C 2198.091,811.775 2197.051,812.893 2196.797,811.581 C 2196.508,813.438 2193.054,817.355 2192.547,813.601 C 2191.823,814.914 2193.051,815.942 2191.57,816.971 C 2190.887,817.445 2191.224,818.184 2190.747,818.782 C 2190.192,819.476 2189.166,819.453 2188.657,820.221 C 2190.921,819.362 2190.17,822.511 2189.087,823.322 C 2189.646,823.871 2190.791,823.11 2191.261,823.678 C 2191.717,824.231 2190.798,826.368 2190.457,826.851 C 2190.061,826.385 2189.582,826.266 2189.017,826.492 C 2190.434,827.718 2188.579,831.645 2187.578,829.652 C 2187.308,830.527 2188.041,831.28 2188.517,831.891 C 2186.537,832.254 2187.146,835.265 2185.479,835.939 C 2183.651,836.679 2181.806,837.909 2179.948,838.731 C 2179.459,838.947 2175.601,841.56 2175.764,840.087 C 2175.863,839.193 2175.757,838.212 2175.798,837.3 C 2175.857,836 2175.017,834.923 2175.337,833.611 C 2173.875,835.044 2172.875,834.504 2173.898,832.531 C 2173.235,833.653 2171.766,834.375 2172.097,832.39 C 2171.943,833.443 2169.163,835.89 2168.353,834.267 C 2168.073,833.706 2168.848,833.275 2168.311,832.685 C 2167.324,831.602 2166.272,833.564 2165.978,832.1 C 2166.303,833.766 2164.162,830.801 2163.957,830.08 C 2163.97,831.588 2162.346,833.267 2161.065,833.922 C 2159.732,834.604 2158.565,832.685 2157.272,833.618 C 2156.803,833.956 2154.987,836.565 2154.635,834.871 C 2154.207,832.809 2154.905,830.967 2153.807,828.93 C 2152.944,831.163 2152.644,830.123 2150.993,830.077 C 2150.298,830.058 2149.729,830.659 2149.191,830.999 C 2148.168,831.647 2147.498,831.068 2146.466,830.88 C 2146.8,830.516 2147.16,830.179 2147.546,829.87 C 2146.711,829.996 2146.438,831.078 2145.526,830.95 C 2145.908,828.759 2143.7,829.973 2142.796,830.66 C 2141.746,829.35 2142.585,827.178 2142.123,825.667 C 2141.81,824.64 2142.001,823.554 2141.812,822.51 C 2141.653,821.629 2140.275,820.921 2140.366,820.15 C 2140.387,819.969 2141.145,819.036 2141.236,818.767 C 2141.558,817.805 2141.734,816.971 2141.143,816.084 C 2140.739,815.478 2140.654,814.825 2140.31,814.243 C 2139.891,813.535 2138.995,813.273 2139.045,812.3 C 2138.839,812.55 2138.622,812.789 2138.396,813.02 C 2137.633,811.547 2136.822,812.902 2135.78,812.272 C 2135.19,811.916 2135.564,811.258 2135.824,810.855 C 2136.086,810.449 2137.053,810.917 2137.387,810.93 C 2136.824,810.616 2136.489,809.852 2135.866,809.696 C 2135.403,809.579 2134.805,809.666 2134.503,809.201 C 2134.078,808.549 2133.828,805.892 2135.156,806.69 C 2134.811,805.762 2134.238,804.639 2135.376,804.531 C 2134.415,803.262 2133.14,802.159 2132.799,800.546 C 2132.657,799.872 2132.032,797.685 2132.639,797.113" id="path2554"/>
<path d="M 2195.788,774.144 C 2195.811,773.976 2195.835,773.808 2195.858,773.64 C 2196.627,773.75 2197.341,774.067 2198.018,774.432 C 2197.26,774.57 2196.501,774.392 2195.788,774.144" id="path2556"/>
<path d="M 2199.098,768.6 C 2199.973,768.484 2201.116,768.319 2200.899,769.609 C 2200.063,769.783 2199.647,769.035 2199.098,768.6" id="path2558"/>
<path d="M 2324.378,856.803 C 2324.428,857.397 2324.667,857.901 2325.098,858.314 C 2324.903,857.971 2325.247,855.878 2325.399,855.405 C 2325.785,854.198 2324.514,854.824 2324.878,853.773 C 2325.858,854.265 2326.489,852.656 2326.902,852.073 C 2327.61,851.072 2328.539,853.218 2328.526,853.761 C 2328.492,855.182 2328.4,856.708 2328.319,858.129 C 2328.19,860.358 2326.526,859.336 2325.387,858.534 C 2326.856,860.282 2321.572,856.643 2324.378,856.803" id="path2564"/>
<path d="M 2326.108,859.033 C 2326.408,859.23 2327.347,860.451 2326.729,860.743 C 2325.723,861.219 2325.044,859.284 2326.108,859.033" id="path2566"/>
</g>
<g class="landxx coastxx ye" id="ye" transform="translate(-29.9017, -45.0745)">
<path d="M 1625.188,684.288 C 1625.284,683.957 1625.306,683.621 1625.257,683.28 C 1624.155,683.457 1624.604,683.897 1625.188,684.288" id="path2190"/>
<path d="M 1698.268,699.552 C 1698.226,698.774 1697.266,699.048 1696.829,699.12 C 1697.308,699.264 1697.788,699.408 1698.268,699.552" id="path2192"/>
<path d="M 1708.918,698.112 C 1710.603,697.725 1713.527,697.91 1714.389,696.024 C 1713.377,695.417 1712.039,694.487 1710.791,694.768 C 1710.2,694.902 1709.69,695.289 1709.057,695.228 C 1708.387,695.165 1707.812,694.58 1707.116,694.706 C 1706.356,694.843 1705.68,696.323 1706.308,696.877 C 1706.963,697.458 1708.045,697.987 1708.918,698.112" id="path2194"/>
<path class="landxx ye" d="M 1702.658,660.279 C 1700.232,660.189 1701.6044,655.21807 1699.1984,654.93507 C 1700.2778,653.2208 1696.2761,647.90196 1695.5873,646.026 L 1692.7797,639.53725 C 1685.6548,640.93734 1678.4965,642.47056 1671.4847,643.41794 C 1665.6343,645.22282 1662.6822,648.13037 1661.359,651.297 C 1660.138,653.121 1659.485,657.727 1656.558,657.55 C 1654.566,657.43 1654.783,654.443 1652.867,654.669 C 1650.452,654.954 1648.476,654.909 1646.028,654.565 C 1644.639,654.37 1643.215,653.381 1641.854,653.381 C 1640.347,653.381 1638.846,653.526 1637.348,653.668 C 1635.509,653.842 1633.956,654.668 1632.05,654.563 C 1631.002,654.505 1630.613,653.339 1629.542,653.206 C 1628.518,653.078 1627.73,653.769 1627.301,654.635 C 1626.832,655.58 1626.682,656.726 1626.859,657.764 C 1626.973,658.436 1627.915,659.103 1627.403,659.792 C 1626.919,660.445 1626.535,661.116 1626.037,661.796 C 1625.771,662.168 1625.436,662.461 1625.033,662.676 C 1624.073,663.156 1624.562,663.521 1624.76,664.574 C 1625.072,666.242 1624.444,667.015 1624.147,668.535 C 1623.872,669.942 1625.053,671.165 1624.919,672.564 C 1624.652,672.324 1623.218,672.287 1623.457,672.846 C 1623.406,672.729 1624.904,673.572 1624.901,673.568 C 1625.703,674.424 1626.003,675.31 1626.276,676.43 C 1626.814,678.626 1626.856,681.074 1627.546,683.21 C 1627.829,684.087 1628.533,684.743 1628.867,685.598 C 1629.268,686.629 1628.889,687.747 1628.869,688.802 C 1628.828,690.889 1631.352,692.645 1630.669,694.765 C 1631.59,694.836 1632.211,694.319 1633.143,694.691 C 1634.135,695.087 1634.817,695.414 1635.91,695.197 C 1638.165,694.75 1639.168,693.174 1641.519,694.407 C 1641.398,693.767 1642.08,693.117 1642.31,694.048 C 1642.699,693.62 1642.925,693.123 1643.239,692.647 C 1643.735,691.894 1644.54,691.911 1645.204,691.409 C 1646.684,690.291 1646.852,689.164 1648.89,688.696 C 1650.791,688.259 1652.806,688.176 1654.745,688.354 C 1655.887,688.458 1657.802,687.148 1658.946,686.824 C 1660.653,686.341 1661.498,684.864 1663,684.032 C 1663.461,683.777 1664.111,683.2 1664.61,683.051 C 1665.161,683.069 1665.686,683.2 1666.186,683.442 C 1666.75,683.469 1667.302,683.401 1667.84,683.239 C 1671.468,682.655 1672.284,678.901 1675.545,677.3 C 1677.06,676.556 1678.398,676.368 1680.017,676.085 C 1682.012,675.737 1683.666,674.399 1685.629,673.931 C 1686.994,673.605 1688.377,673.348 1689.701,672.87 C 1691.024,672.392 1691.494,671.338 1692.612,670.767 C 1693.54,670.293 1695.542,670.352 1695.827,669.092 C 1696.158,667.632 1695.144,666.304 1695.674,664.815 C 1696.742,661.806 1700.416,661.925 1702.658,660.279" id="path2592"/>
</g>
<g class="landxx coastxx mg" id="mg" transform="translate(-29.9017, -45.0745)">
<path d="M 1625.398,995.613 C 1625.968,998.016 1624.754,1000.946 1626.46,1003.045 C 1627.293,1004.072 1627.279,1005.225 1627.708,1006.413 C 1628.102,1007.507 1629.197,1007.679 1628.114,1008.921 C 1627.052,1010.139 1627.218,1014.094 1627.912,1015.536 C 1628.543,1016.847 1629.178,1017.82 1629.528,1019.273 C 1629.982,1021.161 1631.208,1021.69 1632.597,1022.833 C 1630.846,1021.817 1632.361,1023.176 1632.798,1023.312 C 1633.439,1023.512 1634.122,1023.444 1634.77,1023.609 C 1636.342,1024.01 1637.196,1025.746 1638.761,1026.092 C 1641.472,1026.691 1644.295,1023.231 1646.79,1022.499 C 1647.707,1022.23 1648.671,1022.776 1649.513,1022.467 C 1650.181,1022.221 1650.761,1021.777 1651.472,1021.641 C 1652.47,1021.451 1653.068,1020.266 1653.45,1019.443 C 1653.965,1018.335 1654.318,1017.156 1654.636,1015.979 C 1655.075,1014.349 1656.08,1013.026 1656.584,1011.461 C 1657.513,1008.571 1658.514,1005.778 1659.309,1002.813 C 1660.44,998.592 1662.141,994.822 1663.601,990.732 C 1664.785,987.417 1665.459,984.027 1666.925,980.818 C 1667.353,979.881 1668.165,978.398 1667.738,977.332 C 1668.242,977.331 1668.813,975.303 1668.939,974.967 C 1669.783,972.723 1670.239,970.351 1671.156,968.139 C 1672.496,964.907 1673.709,962.156 1674.407,958.691 C 1674.928,956.106 1673.161,952.333 1676.304,950.636 C 1676.92,950.303 1677.599,948.351 1677.674,947.581 C 1677.744,946.862 1677.585,946.154 1677.713,945.435 C 1677.886,944.464 1676.691,944.576 1676.706,943.646 C 1676.719,942.94 1675.991,937.465 1677.745,938.211 C 1679.25,938.851 1678.733,941.97 1680.187,942.481 C 1681.814,943.052 1682.878,938.658 1683.059,937.694 C 1683.319,936.303 1682.389,935.609 1682.009,934.374 C 1681.315,932.107 1681.38,929.904 1681.296,927.569 C 1681.141,923.281 1680.116,918.736 1678.387,914.901 C 1678.142,915.06 1677.906,915.23 1677.676,915.411 C 1677.867,914.828 1677.62,914.712 1677.264,914.355 C 1676.684,913.774 1677.588,913.408 1677.069,912.773 C 1676.573,912.168 1676.256,909.89 1675.006,910.651 C 1674.931,910.392 1674.907,910.129 1674.937,909.861 C 1677.108,910.069 1673.946,906.785 1674.305,909.539 C 1674.446,910.622 1672.213,912.622 1671.187,912.6 C 1673.117,913.569 1671.866,916.423 1671.477,917.71 C 1670.906,919.607 1670.934,920.819 1668.596,920.88 C 1668.881,922.253 1668.446,921.167 1667.792,921.959 C 1667.317,922.534 1667.297,923.358 1667.086,924.04 C 1666.502,924.023 1664.353,919.638 1664.046,922.738 C 1663.935,923.846 1664.32,924.568 1664.716,925.561 C 1665.072,926.454 1664.437,928.899 1664.277,927.14 C 1664.116,927.999 1661.454,928.101 1662.504,930.078 C 1663.062,931.127 1665.191,930.716 1664.347,932.4 C 1664.637,931.09 1663.281,930.97 1662.472,931.595 C 1661.34,932.471 1661.437,934.439 1659.888,934.919 C 1659.683,933.81 1660.755,932.959 1660.537,931.819 C 1659.424,932.063 1659.683,932.828 1659.237,933.619 C 1658.804,934.386 1657.548,934.802 1657.367,935.709 C 1657.241,936.338 1657.901,937.043 1658.163,937.556 C 1658.674,938.558 1656.867,938.769 1656.287,939.24 C 1656.405,938.548 1657.67,936.538 1655.892,936.583 C 1654.871,936.609 1654.05,937.881 1653.274,938.412 C 1652.755,938.766 1651.36,939.501 1651.503,940.305 C 1651.575,940.713 1651.241,941.227 1651.388,941.611 C 1651.594,942.145 1652.315,942.047 1652.478,942.69 C 1651.682,942.639 1650.851,942.801 1650.707,941.677 C 1650.526,940.262 1649.14,940.286 1649.087,941.76 C 1648.753,941.208 1647.158,941.049 1646.601,941.322 C 1645.898,941.667 1646.166,942.849 1645.638,943.34 C 1645.638,941.846 1643.926,943.022 1643.827,943.92 C 1643.585,943.458 1643.298,943.024 1642.967,942.62 C 1642.106,943.217 1641.444,944.247 1640.443,944.62 C 1639.504,944.97 1637.838,944.21 1637.075,944.923 C 1636.702,945.272 1637.019,948.118 1636.708,947.81 C 1636.982,948.962 1636.158,950.29 1635.6,951.227 C 1634.666,952.792 1631.672,955.71 1632.821,957.599 C 1633.614,958.902 1632.923,961.253 1633.05,962.771 C 1633.196,964.496 1634.433,965.933 1634.426,967.629 C 1634.42,969.208 1634.32,970.209 1635.174,971.61 C 1636.092,973.114 1635.569,973.791 1635.117,975.256 C 1634.793,976.309 1636.119,976.635 1635.494,977.766 C 1634.828,978.971 1633.96,980.119 1633.236,981.298 C 1632.459,982.565 1631.498,983.831 1630.942,985.215 C 1630.513,986.286 1630.865,988.072 1629.506,988.547 C 1627.873,989.117 1627.487,989.149 1627.329,991.024 C 1627.198,992.584 1625.783,994.014 1625.398,995.613" id="path2622"/>
<path d="M 1667.448,920.733 C 1667.804,920.107 1667.375,919.441 1666.948,919.003 C 1666.241,919.586 1666.404,920.749 1667.448,920.733" id="path2624"/>
<path d="M 1678.758,949.603 C 1678.758,949.46 1678.758,949.316 1678.758,949.173 C 1678.322,949.975 1677.221,950.877 1677.678,951.913 C 1678.135,951.188 1678.336,950.345 1678.758,949.603" id="path2628"/>
</g>
<g class="landxx bo" id="bo">
<path d="M 742.08629,854.27855 C 743.99329,854.40255 745.90929,854.56755 747.81129,854.71055 C 748.68329,854.77555 748.23629,854.92055 748.36629,855.44055 C 748.60129,856.38055 749.95729,855.41755 750.33829,855.25255 C 750.77829,855.06155 751.65329,854.87955 751.93629,854.43355 C 752.37129,853.74755 752.51029,852.77755 753.16229,852.24055 C 754.60629,851.05155 755.75629,852.96855 756.54129,851.05155 C 757.22429,849.38255 759.34629,849.30355 760.65729,848.37855 C 761.87829,847.51655 762.49729,845.73555 764.01329,845.29355 C 765.82229,844.76655 767.84329,843.90955 769.76329,844.17655 C 771.88829,844.47255 771.41829,844.66455 772.82729,843.33855 C 775.88229,845.45055 772.60629,849.47355 773.49429,852.18755 C 773.71629,852.86755 774.27829,853.25655 774.51429,853.85755 C 774.77829,854.53055 774.13029,855.22455 773.97329,855.83655 C 773.50629,857.66355 775.28929,858.64755 775.69329,860.00855 C 775.98429,860.98855 775.89229,860.87455 776.73629,861.59355 C 777.25929,862.03955 777.12829,863.15055 777.61129,863.43055 C 778.26129,863.80755 778.62159,863.47173 779.31529,864.04055 C 779.97829,864.5842 780.61729,864.89898 781.38529,865.51855 C 781.4885,865.60181 781.91208,866.52515 782.08508,866.71415 C 782.59908,867.27915 783.13029,867.43055 783.84729,867.59855 C 784.82129,867.82755 785.58508,868.22555 786.54208,867.69355 C 787.32708,867.25755 787.89129,867.46355 788.60429,867.96055 C 789.18329,868.36355 789.66529,868.89055 790.26329,869.26955 C 791.08929,869.79155 791.24829,868.70755 791.90829,868.89955 C 793.15329,869.26155 793.18929,871.59855 794.80429,871.77955 C 796.21529,871.93755 797.19629,873.05555 798.59529,873.13155 C 800.53529,873.23655 800.81929,876.11155 802.44029,876.52855 C 803.77329,876.87155 805.05429,876.64655 806.36729,876.44555 C 808.23229,876.16055 810.11829,877.64355 811.66529,878.51955 C 814.19829,879.95455 812.57929,881.31955 813.49329,883.39655 C 814.50029,885.68555 814.88329,887.70455 815.37829,890.13955 C 814.75329,890.12155 814.12929,890.14455 813.50829,890.20955 C 813.58629,891.98355 815.84729,893.00955 816.14529,894.91655 C 816.36829,896.34155 816.21329,898.01355 816.83729,899.34055 C 817.62829,901.02155 820.70729,900.44955 822.22129,900.59955 C 825.07029,900.88155 828.02729,901.29555 830.85829,900.64855 C 830.89929,901.91755 830.15729,902.69255 830.06129,903.83755 C 829.98229,904.78255 830.36629,905.97855 830.61129,906.89155 C 830.99929,908.33355 832.68329,910.57855 834.25129,910.87055 C 835.05029,911.01955 835.47029,910.48655 835.83129,911.49455 C 836.10529,912.25955 836.46929,912.96355 836.77429,913.71955 C 837.57729,915.70555 838.61829,916.81155 838.15829,918.96555 C 837.92729,920.04855 837.01929,921.91055 837.39329,923.01955 C 837.91929,924.58055 836.80529,925.90955 836.20129,927.41255 C 835.38629,929.43855 835.34429,930.36655 836.99229,931.75655 C 838.21729,932.78955 836.25229,933.43055 835.39829,934.05955 C 835.98929,932.10655 833.52931,929.90729 831.99631,928.92929 C 830.38731,927.90229 828.57172,927.09964 826.71839,926.70336 C 821.58358,925.60544 816.2301,928.47107 811.34075,928.97582 C 808.94689,929.22295 807.75402,929.45873 807.37002,932.03873 C 807.05002,934.18273 805.5011,935.36028 805.1521,937.44028 C 804.8241,939.39828 805.66529,941.30655 805.26529,943.32855 C 804.69829,946.19655 804.55456,949.31873 803.86056,952.15873 C 801.67254,950.75706 802.59106,949.80941 800.60429,949.89382 C 799.05854,949.9595 797.17838,949.58804 795.73338,950.07174 C 794.00943,950.6488 794.11038,949.31082 793.19338,951.64482 C 792.40838,953.64182 792.12729,955.35355 791.90829,957.46155 C 789.72029,954.41555 790.08129,951.46655 785.87529,950.79455 C 784.16229,950.52055 781.65629,951.33755 780.13129,950.59555 C 778.79629,949.94555 778.02329,948.32655 776.49829,948.02155 C 776.28729,950.18955 776.41029,950.87255 774.23129,951.66355 C 773.14029,952.06055 771.9476,954.1548 771.34229,955.19255 C 770.44286,956.73455 770.09413,957.40255 768.00329,957.69055 C 767.24126,957.79551 766.02987,957.41495 765.67248,956.96765 C 764.32641,953.46418 763.941,951.34718 762.42911,948.52637 C 761.12286,946.19902 761.31791,944.29636 760.30284,942.72291 C 759.70969,941.80349 758.64369,941.04607 758.10784,940.14928 C 757.40484,938.97277 758.48229,937.80029 758.02129,937.84155 C 757.13932,937.92049 756.55429,936.99355 756.15129,936.18955 C 755.70029,935.28955 756.76229,934.67755 755.54829,933.55255 C 757.68829,932.25955 757.51229,932.46155 756.00529,930.42855 C 755.78629,930.13255 756.66179,928.88449 756.76929,928.60755 C 757.21505,927.45917 756.68874,926.91632 755.71029,926.08155 C 753.76832,924.42475 752.87429,923.03655 752.22329,920.58855 C 751.92929,919.48055 750.22429,916.64755 751.29929,915.62255 C 747.68998,914.88724 747.65922,909.44195 746.18929,909.14355 C 746.31029,908.47755 746.80229,908.12155 747.31229,907.75755 C 748.09429,907.20055 748.34229,906.29055 748.88229,905.52855 C 749.35029,904.86755 749.68929,904.26355 750.32229,903.75455 C 750.41829,903.67755 750.22152,902.57947 750.40529,902.67554 C 750.9669,902.96914 752.35127,903.25641 750.95776,901.61895 C 751.40078,901.90606 753.06875,900.04034 753.03635,900.55502 C 752.92289,898.6821 750.00862,901.78581 751.14936,897.46301 C 749.33261,897.15752 750.86369,896.70276 746.92547,894.11519 C 747.12347,893.08519 748.39229,892.00255 747.87529,890.92955 C 747.06329,889.24155 745.79429,888.93055 746.84629,886.83855 C 747.52429,885.48855 748.22729,884.47555 748.68129,883.13855 C 749.22029,881.55255 749.54129,881.61655 748.60929,879.93755 C 747.75329,878.39455 748.38529,877.15455 748.23229,875.49955 C 748.10829,874.16555 747.29529,871.42955 748.30329,870.29655 C 749.30429,869.17055 750.22529,868.40455 749.36229,866.93355 C 746.91929,862.76755 744.32129,858.54955 742.08629,854.27855" id="path2375"/>
<path d="M 750.24716,899.89622 C 750.26405,899.89762 749.7766,899.86692 749.13517,899.68022 C 748.83492,899.59283 749.36535,898.78795 749.64135,898.64095 C 749.96435,898.95595 750.57016,899.68222 750.24716,899.89622" id="path5225"/>
</g>
<g id="rs" class="landxx rs">
<path d="M 1412.8746,360.84017 C 1411.7114,360.34722 1410.6808,362.11391 1410.2792,362.27648 C 1409.5738,362.56202 1408.3524,362.35006 1406.9026,362.83083 C 1407.3106,363.83883 1407.612,364.42267 1407.8349,365.47666 C 1407.975,366.14167 1408.1821,366.33361 1408.8681,366.3586 C 1406.8981,367.72762 1410.5743,368.56683 1411.1863,369.18082 C 1411.0963,369.09083 1409.1947,369.60897 1408.9437,369.70998 C 1409.5489,370.91265 1408.9059,371.52858 1408.7256,371.87704 C 1409.6349,371.52323 1410.4457,371.288 1410.6571,371.75105 C 1411.153,372.837 1411.2614,372.75365 1409.5988,375.27882 C 1409.0517,376.10984 1410.8168,377.34756 1412.3202,378.40341 C 1413.9493,379.91587 1411.1638,379.19038 1410.7327,379.53734 C 1410.4742,379.60208 1413.0235,382.41022 1412.488,382.66579 C 1411.08,383.33777 1409.6068,383.46907 1408.5708,383.49462 C 1409.0653,383.41873 1410.3249,384.94891 1412.2029,386.45217 C 1412.8002,386.93028 1412.9355,387.43002 1414.2833,387.88581 C 1415.3514,388.52213 1417.2831,387.91558 1417.6016,389.16445 C 1417.7384,389.25246 1416.1222,390.05601 1416.2218,390.09641 C 1416.3622,390.15334 1417.1972,391.52616 1416.903,391.67409 C 1418.8262,392.29515 1416.5214,393.47922 1419.8975,394.12153 C 1420.9174,394.31558 1420.887,398.86636 1420.9969,397.76398 C 1422.455,396.53254 1422.3439,394.30358 1425.7272,395.52482 C 1425.7633,394.43702 1426.8991,394.61812 1427.5034,394.1941 C 1428.1896,394.89444 1428.9481,393.47633 1430.0095,393.79959 C 1430.6713,394.00115 1435.14,393.51762 1434.016,391.85932 C 1433.3687,390.90438 1433.2064,389.78213 1433.764,389.18829 C 1434.3018,388.61551 1434.9767,389.24324 1435.5783,388.48275 C 1436.1688,387.73631 1436.6426,387.00309 1436.9642,386.24009 C 1435.9732,385.9261 1434.6994,384.63285 1433.9404,383.92185 C 1431.4994,381.63385 1432.7176,379.78626 1434.0916,377.49627 C 1433.7786,377.20927 1432.0779,375.48204 1432.7309,375.05203 C 1433.2779,374.69305 1433.9882,374.91986 1434.5452,374.64886 C 1433.9962,373.97685 1432.561,373.07171 1431.723,373.74172 C 1431.458,373.95472 1430.6877,375.26662 1430.4126,375.25362 C 1430.0366,375.23562 1429.3207,374.21708 1428.9007,374.0441 C 1427.9207,373.64009 1426.8219,373.32158 1425.8769,372.83458 C 1425.1763,372.47379 1425.6049,372.60119 1424.8869,372.34367 C 1425.7936,371.85719 1426.1702,371.07387 1424.9189,370.91951 C 1426.3219,369.60052 1425.184,369.32759 1424.001,368.89058 C 1422.786,368.44257 1421.2352,367.3468 1420.1822,366.63579 C 1421.4971,364.02678 1418.6876,364.01121 1418.3174,362.20088 C 1417.9869,360.5842 1414.5874,360.55592 1412.8746,360.84017 z" id="rs-"/>
<path class="kosovo" style="stroke:none" d="M 1417.0317,389.64559 C 1417.1557,389.05559 1417.5637,389.13913 1417.9667,389.32013 C 1418.0687,388.63313 1418.1418,389.41595 1418.4127,388.95877 C 1418.8529,388.21601 1419.3863,388.31955 1419.8723,388.11055 C 1420.8673,387.68155 1420.8397,387.22655 1420.3697,386.13355 C 1420.8427,386.06955 1421.436,385.74223 1421.829,385.47023 C 1422.131,387.43223 1426.9617,386.74303 1426.6217,388.69403 C 1426.4497,389.68003 1428.362,390.03069 1428.57,390.84069 C 1428.875,392.02669 1426.6523,393.24027 1427.5263,394.19827 C 1426.7343,394.56435 1425.5126,394.61471 1425.8076,395.57733 C 1424.6058,395.42781 1424.8132,394.75663 1423.0556,395.46431 C 1421.6552,396.02813 1421.7462,397.66257 1421.025,397.88148 C 1420.5465,397.74941 1421.2253,395.48841 1420.2357,394.71861 C 1419.9956,393.85512 1419.1386,394.1619 1418.2791,393.5074 C 1417.7134,392.59298 1418.123,392.12743 1417.066,391.79403 C 1416.8527,391.30085 1415.7214,389.63748 1416.2473,389.99745" id="kosovo"/>
</g>
<path class="landxx ci" d="M 1205.0463,703.22155 C 1205.4743,702.29655 1206.5863,702.09455 1206.9753,701.10055 C 1207.2323,700.44155 1207.4323,699.38955 1207.4763,698.68655 C 1207.5573,697.41155 1207.0503,695.09455 1206.1263,694.14955 C 1206.7173,693.52555 1207.5333,693.84655 1208.1363,694.22155 C 1208.2663,693.46555 1209.4793,692.64155 1209.0013,691.80955 C 1208.6143,691.13655 1209.2483,689.70355 1210.1563,690.18955 C 1209.4683,689.16755 1208.2673,688.53355 1207.9573,687.27255 C 1207.3733,684.89955 1211.8073,686.76555 1212.5263,687.09355 C 1212.0093,685.51755 1212.2033,683.75955 1210.1563,683.42155 C 1210.5293,682.36955 1210.5343,681.24855 1211.8863,681.04555 C 1210.7623,679.71455 1210.5503,680.00255 1210.9463,678.02155 C 1208.5033,679.59455 1208.607,674.18217 1208.9263,672.98155 C 1209.2336,671.82601 1210.0541,671.53216 1211.0739,671.23195 C 1211.6261,671.0694 1211.6653,670.03555 1212.0963,669.66955 C 1212.7313,669.13155 1213.4793,669.47955 1214.1863,669.16555 C 1214.0343,670.56955 1216.8723,671.97155 1218.0063,671.46955 C 1217.2413,670.20255 1218.5413,670.13055 1219.4673,670.14555 C 1220.7043,670.16455 1220.2673,668.11255 1220.3053,667.29355 C 1220.7923,667.56455 1221.2983,668.48255 1221.9653,668.30155 C 1222.6053,668.12655 1222.7323,666.92355 1223.4053,666.64555 C 1223.9563,667.64355 1223.1722,671.00242 1224.6113,671.35955 C 1225.912,671.68234 1224.8646,668.85207 1228.8023,668.97058 C 1229.1841,668.98207 1227.9675,670.10664 1231.1181,670.30557 C 1232.6007,670.39919 1232.9073,673.32892 1233.1083,673.56855 C 1234.1493,674.80953 1236.0825,676.11736 1238.0153,676.50955 C 1238.0333,674.76255 1240.6063,674.38555 1241.8353,673.91755 C 1242.9593,673.48955 1245.8643,674.77455 1246.5853,673.70155 C 1247.791,675.13272 1248.2783,676.69128 1249.8953,678.23655 C 1250.0783,678.00555 1250.2483,677.76555 1250.4053,677.51655 C 1250.8791,678.94563 1249.7717,680.31128 1249.9773,681.03255 C 1250.3197,682.23406 1251.0293,682.81355 1251.1913,684.20255 C 1251.3253,685.35255 1252.0373,687.29355 1251.6143,688.37655 C 1251.1373,689.59555 1250.5229,690.24855 1249.9269,691.35555 C 1249.1329,692.82955 1247.7838,693.68681 1247.8279,695.32062 C 1247.8852,697.44794 1246.8352,698.99807 1246.4023,700.57515 C 1245.9443,702.2437 1246.1578,704.93442 1247.1853,706.28755 C 1248.1975,707.62055 1248.6663,709.41955 1248.2783,710.85255 C 1250.8393,710.14355 1249.3393,714.03255 1249.7563,715.24555 C 1249.2413,715.23655 1248.7373,715.30855 1248.2463,715.46155 C 1248.3943,715.18655 1248.5613,714.92155 1248.7463,714.66955 C 1247.5423,716.47755 1246.5483,714.20255 1246.2963,713.30155 C 1245.6453,714.02155 1245.4003,715.01955 1244.2863,715.10155 C 1243.5653,715.15455 1242.6433,714.81355 1242.1263,714.30955 C 1241.7283,715.04255 1240.8153,714.34855 1240.4663,714.02155 C 1241.0933,713.88355 1241.7913,714.49655 1242.2663,713.80555 C 1242.0593,713.57155 1241.8203,713.37955 1241.5463,713.22955 C 1241.8443,714.66755 1241.2553,713.32855 1240.2563,713.58955 C 1240.4633,714.01655 1237.8873,713.77255 1237.2613,713.84155 C 1236.9413,713.87755 1233.7433,714.44855 1234.0013,714.58755 C 1235.6053,715.45455 1238.7493,712.68155 1240.0363,714.30955 C 1238.0423,714.41855 1236.1343,714.74655 1234.1813,715.09355 C 1233.7413,715.17155 1232.8283,715.35955 1232.5473,714.84055 C 1232.1493,714.10955 1230.2193,714.44255 1229.5273,715.10155 C 1230.6613,714.64755 1231.2893,714.76855 1232.4073,715.17355 C 1229.9553,715.45455 1227.3423,715.32055 1225.0313,716.31855 C 1223.0353,717.17955 1221.2433,718.79855 1219.0123,719.02555 C 1217.8763,719.14155 1215.4503,720.42555 1214.6153,721.22955 C 1212.7383,723.03655 1212.4093,719.69855 1212.7013,718.32355 C 1213.0483,716.68755 1213.6143,714.88155 1214.0673,713.52855 C 1214.6693,711.73455 1214.1553,709.77655 1212.7353,708.58455 C 1211.8733,707.86155 1210.6213,707.53655 1210.7623,706.02155 C 1210.9243,704.28355 1205.6223,705.79555 1206.6963,703.79755 C 1206.0613,703.94255 1205.4873,703.65955 1205.0463,703.22155" id="ci"/>
<path class="landxx dz" d="M 1208.8563,523.43755 L 1209.3663,512.56555 C 1208.8952,509.64211 1213.3773,508.67755 1214.9913,507.20755 C 1215.7915,506.47876 1217.0995,504.98963 1218.3312,505.06637 C 1219.4027,505.13312 1219.6506,503.5187 1221.0593,503.24555 C 1223.3526,502.80087 1224.5286,505.02464 1225.9076,501.98564 C 1226.3356,501.04464 1227.7643,501.43864 1228.5853,501.33064 C 1230.0633,501.13464 1231.5523,500.93355 1232.9473,500.41755 C 1235.7493,499.38155 1235.8651,496.37237 1238.2541,495.11037 C 1239.2391,494.58937 1240.5283,494.53155 1241.5673,494.14755 C 1242.8463,493.67355 1243.6863,492.23955 1245.0053,491.97455 C 1245.4883,491.87755 1248.0874,491.66637 1247.0244,490.29637 C 1246.3374,489.41137 1245.2453,489.08855 1246.6553,487.79955 C 1244.6383,487.24555 1246.4593,485.13155 1247.9393,485.25555 C 1249.8973,485.41955 1251.7033,484.72155 1252.3973,482.88855 C 1253.7273,479.37755 1262.7903,482.48755 1265.3753,481.82355 C 1262.4113,480.48579 1267.5402,478.85219 1265.9293,477.61055 C 1265.1686,477.02419 1264.3173,476.50655 1263.6993,475.75655 C 1262.9833,474.88955 1263.3563,473.64655 1262.6533,472.58455 C 1261.9183,471.47455 1262.3257,470.56109 1262.5377,469.45609 C 1262.7367,468.42009 1261.9373,468.40755 1262.0493,467.40255 C 1262.1543,466.46355 1262.1399,465.33237 1262.1519,464.39737 C 1262.1689,463.14237 1261.3323,462.13455 1262.5763,461.16055 C 1261.2833,460.63255 1261.8064,459.91182 1261.6194,458.94482 C 1261.3704,457.65682 1259.1367,457.23882 1258.6477,455.91382 C 1261.0427,455.90782 1262.0663,455.32655 1264.1013,454.28655 C 1264.9873,453.83355 1265.5453,453.83255 1266.0803,452.89855 C 1266.5533,452.07155 1266.9103,451.37755 1267.7893,450.90755 C 1268.2853,450.64155 1269.2463,449.86955 1269.7703,450.28355 C 1270.4503,450.82055 1271.3083,449.88755 1271.7603,449.47355 C 1272.9343,448.40055 1274.5463,451.10155 1275.7463,448.63355 C 1277.3553,445.32655 1282.9003,443.89555 1286.1483,443.52155 C 1288.4603,443.25555 1290.7963,442.61955 1293.1263,442.77655 C 1294.8643,442.89355 1296.0613,440.67755 1297.5693,441.53055 C 1298.2253,441.90155 1298.0763,441.69355 1298.3263,441.28055 C 1298.3813,441.19055 1300.9873,441.22855 1301.3753,441.07455 C 1303.6273,440.18155 1305.9013,440.51855 1308.2693,440.45255 C 1310.2423,440.39755 1310.7113,440.80655 1312.2133,441.93955 C 1314.1323,443.38655 1314.7983,441.24655 1316.4623,441.04255 C 1316.9973,440.97755 1320.3173,440.83355 1320.1353,439.85055 C 1319.8073,438.08055 1322.2243,439.17055 1322.7993,439.55655 C 1324.0003,440.36155 1325.8073,440.76855 1327.0383,439.78455 C 1327.7143,439.24355 1327.2733,438.53955 1328.5603,438.86055 C 1329.4743,439.08855 1330.1913,439.76055 1331.1853,439.70755 C 1330.3433,441.09855 1332.4313,440.61155 1333.0913,440.43955 C 1334.4083,440.09655 1335.8313,440.41755 1337.0953,439.99455 C 1337.1903,441.78855 1334.9163,442.66755 1333.9253,443.81055 C 1336.6243,444.39255 1334.0353,448.18755 1334.5803,449.92655 C 1335.5273,452.94755 1335.1323,455.23055 1334.4953,458.21055 C 1333.9713,460.66255 1331.2423,462.57255 1329.4193,464.18155 C 1328.3563,465.11955 1328.8733,467.56955 1329.4943,468.60855 C 1330.4983,470.28955 1330.0413,472.12155 1332.1103,472.90755 C 1334.9353,473.97955 1334.1063,477.55855 1336.3833,479.26255 C 1337.4393,480.05355 1338.6853,480.62555 1339.5793,481.61855 C 1340.7873,482.96155 1340.9643,485.16255 1341.2453,486.86655 C 1341.8253,490.38655 1343.4953,494.29755 1343.4953,497.84655 C 1343.4953,498.80455 1341.4813,498.43809 1342.7803,500.17009 C 1344.0373,501.84909 1345.0779,503.8229 1345.4933,505.88855 C 1346.9232,512.99892 1344.8215,512.95496 1345.8933,516.60055 C 1346.4047,518.33994 1346.4318,519.61146 1345.7558,521.30446 C 1344.9927,523.21545 1345.6885,525.00182 1346.1035,526.90882 C 1346.7295,529.79182 1345.4473,529.83764 1343.3983,531.38564 C 1341.0633,533.15164 1344.9453,536.58155 1345.9583,538.13955 C 1347.8523,541.05155 1346.7133,544.50855 1349.2323,547.22755 C 1350.1993,548.27155 1351.3113,547.01955 1352.3433,547.09755 C 1353.6493,547.19655 1355.0663,548.18155 1356.2923,548.62655 C 1359.0903,549.64255 1360.0303,551.99055 1361.0623,554.64855 C 1361.5523,555.90755 1362.0463,556.05955 1360.6823,556.83355 C 1346.4891,565.88635 1332.1714,574.94385 1320.0763,586.71855 C 1319.3806,587.73138 1317.1303,590.26255 1315.3823,591.22855 C 1314.0559,591.96158 1312.1043,592.02855 1310.6423,592.33155 C 1308.6553,592.74255 1306.6633,593.13255 1304.6783,593.55355 C 1303.6823,593.76455 1294.9543,596.76355 1295.3293,593.67455 C 1295.4613,592.58555 1296.2393,592.16355 1296.1323,590.95755 C 1296.0913,590.49455 1296.2301,588.06264 1295.7481,587.82164 C 1294.2811,587.08764 1292.4489,586.75173 1290.8299,586.44073 C 1290.0319,586.28673 1288.9599,584.25714 1288.3505,584.40673 C 1284.8532,585.26519 1284.3029,581.77993 1283.6743,581.25855 C 1282.9316,580.64256 1281.6503,580.58655 1280.9703,580.06955 C 1280.2053,579.48855 1280.8639,578.04546 1280.4039,577.26546 C 1279.8259,576.28446 1278.8223,575.43055 1277.8813,574.87355 C 1276.2693,573.91955 1274.7593,572.78655 1273.2823,571.63955 C 1269.6123,568.79055 1266.0063,565.85655 1262.3533,562.98555 C 1248.2653,551.90955 1234.1963,540.87455 1219.4563,530.66955 C 1215.9393,528.22955 1212.4043,525.82455 1208.8563,523.43755" id="dz"/>
<path class="landxx ch" d="M 1319.5263,361.14955 C 1319.7503,360.71455 1319.9933,360.29255 1320.2553,359.88055 C 1320.5913,359.23355 1320.0754,358.71442 1320.306,358.10637 C 1320.6509,357.19711 1322.2116,356.48975 1322.265,356.20037 C 1322.4806,355.03381 1323.0599,354.2935 1324.7186,353.3465 C 1325.6142,352.83511 1326.1854,351.77382 1327.0507,350.92655 C 1325.4382,351.12047 1326.4123,348.59372 1327.7383,349.79255 C 1329.1652,351.08269 1329.8043,348.96155 1331.1853,348.76655 C 1330.4653,349.60755 1334.1073,348.96155 1334.7763,348.99655 C 1336.0753,349.06355 1337.1028,349.10637 1337.3838,348.28037 C 1336.3898,348.65137 1336.1893,347.72466 1337.0906,347.41473 C 1337.4564,347.28894 1337.8257,347.42454 1338.3908,347.64664 C 1339.3357,348.0181 1340.5405,348.04137 1340.7319,348.11328 C 1341.845,348.53126 1343.2343,348.68755 1344.1373,349.47955 C 1345.3253,350.52055 1343.5603,352.21655 1343.3553,353.37455 C 1345.6523,353.08555 1345.8403,354.74855 1347.7153,355.11255 C 1348.5253,355.26955 1348.8463,353.73855 1349.7313,353.98955 C 1350.7663,354.28255 1349.8813,355.44355 1349.7923,355.97655 C 1349.7233,356.39055 1350.6323,357.68455 1349.7073,357.70955 C 1349.0433,357.72755 1348.5253,356.53455 1347.8963,357.09055 C 1347.6693,357.29055 1346.8903,358.46655 1347.4333,358.71655 C 1348.3943,359.15755 1347.8253,359.49255 1347.6753,360.42955 C 1346.7383,360.05355 1346.6993,359.04155 1345.5153,359.27755 C 1344.3593,359.50755 1344.2323,359.75255 1343.2853,358.84555 C 1343.1923,358.75655 1342.1623,357.00355 1342.0243,358.43655 C 1341.8973,359.75055 1341.9223,360.07055 1340.9713,361.06355 C 1339.7603,362.32955 1340.8493,365.29755 1338.9133,362.46355 C 1338.4813,361.83255 1337.9713,361.52355 1337.3753,361.07755 C 1336.4643,360.39755 1336.8273,359.10555 1335.9353,358.48455 C 1335.4243,359.12655 1334.8213,359.77555 1333.9953,359.99755 C 1334.8983,361.04455 1332.9193,362.88655 1331.8053,362.78355 C 1329.7053,362.58955 1327.9703,363.91955 1326.3663,362.22955 C 1325.8013,361.63355 1325.0163,361.00755 1325.2113,360.06955 C 1325.4843,358.75855 1324.4482,358.44362 1323.3272,358.55719 C 1321.4467,358.74772 1321.7668,361.09335 1319.5263,361.14955" id="ch"/>
<path class="landxx cm" d="M 1336.1563,717.90855 C 1337.0993,717.10355 1337.6847,715.91618 1337.7263,714.72055 C 1337.7651,713.60364 1339.2271,711.443 1338.8146,710.67442 C 1338.3943,709.89129 1338.2233,709.57832 1339.3833,708.27555 C 1340.5339,706.98332 1341.6645,705.66668 1342.9355,704.48568 C 1343.6645,703.80668 1344.5848,703.51711 1344.9638,702.57611 C 1345.2908,701.76511 1346.5557,699.61449 1347.4587,699.35949 C 1348.4517,699.07849 1349.0293,700.39455 1350.2463,700.12855 C 1351.2103,699.91755 1351.2663,698.57755 1351.4863,697.82055 C 1351.6673,698.59055 1353.7392,700.69396 1354.4713,700.88955 C 1355.2036,701.0852 1355.4028,702.12113 1355.1169,702.90753 C 1354.9103,703.47582 1355.9449,704.32833 1357.0651,704.0648 C 1357.4036,703.48251 1359.2694,701.75891 1358.8103,700.71955 C 1358.4917,699.9984 1359.9983,699.03555 1360.5203,698.61755 C 1361.3883,697.92355 1360.5196,696.86821 1360.9886,695.93358 C 1361.908,694.10092 1363.2072,692.4248 1363.8344,690.12855 C 1364.1003,689.15513 1363.7473,688.12996 1364.0253,687.21055 C 1364.2405,686.49886 1365.3715,686.25372 1365.3143,685.07033 C 1364.9752,684.97124 1367.8258,685.35313 1368.4022,682.55655 C 1368.5322,681.92588 1369.6253,678.80555 1368.5573,678.59655 C 1369.7853,677.97055 1371.598,677.17455 1371.804,675.77155 C 1371.938,674.85655 1371.885,674.09908 1371.885,673.18308 C 1371.885,672.22908 1372.8446,672.31168 1373.275,671.65761 C 1373.7988,670.86154 1373.7387,669.73517 1374.0627,668.73598 C 1374.4006,667.69381 1374.7058,666.69283 1374.8403,666.06155 C 1375.1019,664.83419 1375.7967,662.53254 1377.0811,662.01402 C 1377.7513,661.74347 1381.7641,661.77313 1382.279,659.49921 C 1382.4239,658.85914 1381.7586,658.36075 1381.8543,657.61555 C 1382.0199,656.32573 1382.1037,655.58939 1382.3233,654.61055 C 1382.5802,653.46586 1380.4785,652.47938 1379.8033,652.69155 C 1379.2507,652.89674 1378.5298,651.71673 1378.2661,650.24109 C 1378.0548,647.89643 1378.181,647.01678 1377.8473,646.34155 C 1378.7173,646.34155 1380.0676,646.26515 1380.7433,647.01939 C 1381.7466,648.13938 1380.7116,649.2605 1382.9291,649.87268 C 1384.0726,650.18834 1384.2048,652.85254 1384.2758,653.77364 C 1384.3466,654.6936 1384.1682,653.92248 1385.1187,654.82642 C 1387.0288,656.64301 1384.9718,662.0083 1385.2363,664.38755 C 1385.6039,667.69369 1387.1713,671.46755 1390.1553,673.12555 C 1388.9517,674.16385 1387.4272,673.67437 1386.4423,673.18374 C 1385.4392,673.27825 1385.2141,673.43603 1384.1511,673.47649 C 1381.9241,673.56124 1379.6557,672.11794 1378.5273,673.95455 C 1377.1575,676.18398 1377.3265,676.56983 1379.1485,678.65583 C 1380.9735,680.74583 1382.9798,682.55983 1384.9878,684.46783 C 1385.5948,685.04383 1386.3938,685.92702 1386.7978,686.67968 C 1387.5843,688.14464 1388.2391,691.13677 1389.1024,692.56255 C 1389.9804,694.01266 1388.2197,695.03086 1387.7806,695.61852 C 1387.0809,696.55491 1386.1184,698.72204 1385.4872,700.23927 C 1385.278,700.74221 1384.779,701.52074 1384.573,702.03174 C 1384.193,702.97574 1383.6137,703.72757 1383.176,704.64836 C 1382.5691,705.92504 1379.4444,707.18057 1381.2413,707.90268 C 1382.5552,708.43067 1382.443,709.77255 1382.264,711.51755 C 1382.183,712.30655 1382.139,713.01614 1381.698,713.69314 C 1381.748,713.61614 1382.6551,714.86442 1382.6691,714.95442 C 1382.8921,716.42642 1382.5397,718.68029 1383.5187,719.86183 C 1384.124,720.59232 1384.9341,720.86621 1385.208,722.00136 C 1385.4121,722.84725 1385.7743,723.98355 1386.5553,724.53355 C 1384.0895,724.59655 1389.642,731.143 1390.1144,731.52055 C 1391.3152,732.48028 1392.9949,733.0474 1393.21,733.91455 C 1393.3716,734.56557 1393.4981,734.92336 1393.5271,735.55636 C 1393.6001,737.15836 1393.9683,738.82255 1394.3243,740.37255 C 1392.4464,741.25098 1394.5284,744.37642 1393.3243,745.26855 C 1392.2523,744.21555 1391.0673,743.26855 1389.6173,742.80455 C 1388.9883,742.60255 1387.1088,741.84034 1386.598,742.18214 C 1385.9401,742.62231 1384.6321,742.54567 1384.223,741.56314 C 1384.2026,741.51429 1382.0236,741.09852 1381.8106,741.01452 C 1381.1326,740.74852 1379.2123,740.95055 1378.3273,740.89855 C 1376.7143,740.80555 1375.0748,740.82552 1373.4668,740.59852 C 1373.1938,740.56052 1372.3983,740.81455 1372.0853,740.66155 C 1371.4803,740.36455 1372.3563,739.75455 1371.2313,739.86655 C 1369.7453,740.01355 1368.4463,740.25455 1366.9323,739.92955 C 1365.1553,739.54855 1363.7003,739.84755 1361.9153,739.79255 C 1360.7513,739.75655 1358.6653,739.09455 1357.5613,739.70355 C 1357.2463,739.87755 1357.3653,740.80655 1357.0263,740.80655 C 1355.9243,740.80655 1354.8233,740.80655 1353.7213,740.80655 C 1352.1853,740.80655 1350.6593,740.86355 1349.1253,740.89755 C 1345.8333,740.97155 1345.1273,739.16255 1345.8203,736.10855 C 1346.2153,734.36855 1346.8153,732.48155 1345.8753,730.79755 C 1345.4323,730.00355 1343.9093,728.65955 1345.5153,728.13355 C 1344.6103,728.65355 1342.8563,727.79755 1343.9083,726.74955 C 1344.4623,726.19755 1345.6953,725.23955 1344.0753,725.18155 C 1344.3903,724.83355 1344.5563,724.42555 1344.5753,723.95755 C 1344.0683,725.18955 1343.5303,724.20955 1342.7053,724.24555 C 1343.0103,724.65355 1343.2253,724.94555 1342.7053,724.67755 C 1342.7373,725.07155 1342.6903,725.45555 1342.5653,725.82955 C 1341.9033,725.80555 1341.5833,725.29355 1341.7753,724.67755 C 1341.2043,725.71855 1339.5693,724.41355 1339.3583,723.64755 C 1339.0253,722.43655 1338.9553,720.36555 1338.0943,719.42155 C 1337.1053,720.63955 1337.2963,719.20555 1336.6543,719.20555 C 1336.7703,719.67955 1336.8433,720.15855 1336.8743,720.64455 C 1334.8313,720.90055 1335.9433,718.98455 1336.1563,717.90855" id="cm"/>
<path class="landxx mk" d="M 1420.0363,400.24555 C 1420.9343,400.11355 1420.3383,399.38355 1420.3283,398.84555 C 1420.3143,398.09855 1421.6313,397.72455 1421.8123,396.80855 C 1421.9703,396.00955 1422.6433,395.61855 1423.3123,395.29655 C 1424.7933,394.58655 1424.5243,395.52155 1425.8663,395.56555 C 1425.5813,394.48155 1426.3513,394.88555 1426.8763,394.34155 C 1427.1843,394.18655 1427.4913,394.19155 1427.8013,394.35755 C 1428.5383,394.57055 1428.6113,393.87455 1429.2463,393.76555 C 1429.9653,393.64255 1431.4583,393.92955 1432.0393,393.49055 C 1432.7703,392.93755 1433.5493,394.56655 1434.0073,394.98955 C 1435.7133,396.56455 1437.2024,397.03166 1437.1926,399.80399 C 1437.1906,400.38199 1437.5822,401.34009 1437.2493,401.99655 C 1437.0588,402.37225 1436.3558,401.95171 1436.4193,402.57841 C 1436.508,403.45487 1434.8288,404.06151 1433.8239,403.76115 C 1432.6963,403.42411 1431.5633,403.70955 1430.5953,404.41455 C 1428.6743,405.81155 1427.1523,405.81855 1424.7983,406.19655 C 1423.5323,406.39955 1424.0733,405.52955 1423.0063,405.80255 C 1421.6963,406.13855 1422.3373,405.00055 1421.6473,404.46255 C 1420.2583,403.38055 1420.5873,401.78555 1420.0363,400.24555" id="mk"/>
<path class="landxx bw" d="M 1421.3263,973.79855 L 1422.1797,949.81883 L 1428.9946,949.82735 L 1429.9539,917.98357 C 1432.3705,917.39933 1438.5112,917.03887 1442.0099,915.8271 C 1443.0981,915.45021 1445.7628,914.88446 1446.8548,915.51046 C 1448.3338,916.35746 1448.6183,918.12055 1449.3373,919.50855 C 1451.2569,917.99129 1452.7693,914.88514 1455.0391,914.83246 C 1455.8883,914.81275 1455.8008,915.30946 1456.4218,915.39546 C 1457.2258,915.50646 1457.6974,914.40316 1458.299,914.04428 C 1460.2456,912.88296 1462.2787,913.04657 1461.9338,913.75082 C 1461.8364,913.94958 1461.9343,915.05955 1462.0283,915.29655 C 1462.5483,916.60855 1463.2789,917.86045 1464.1363,918.97755 C 1464.9763,920.07194 1465.6525,920.6584 1466.2803,922.54255 C 1466.7287,923.88848 1466.8972,924.17391 1467.2842,925.45191 C 1468.0972,928.13491 1470.0503,930.42726 1472.4912,931.68491 C 1475.0735,933.01542 1477.4406,932.74293 1476.5563,936.85655 C 1478.9139,936.30575 1480.7598,936.58177 1479.7403,939.71355 C 1479.3895,940.79129 1479.5083,941.61055 1480.1283,942.54855 C 1480.7993,943.56655 1481.2673,945.99085 1482.3431,946.32473 C 1484.5013,946.99454 1486.3707,946.88223 1488.6759,947.6681 C 1490.3876,948.25162 1488.9063,949.05611 1489.4343,949.935 C 1489.8415,950.61278 1491.3628,950.39715 1491.6035,951.36937 C 1488.9133,951.70255 1489.3432,952.27362 1488.3493,953.66355 C 1487.2389,955.21639 1484.2047,954.44366 1482.8905,955.85964 C 1481.7059,957.13599 1480.7132,959.27105 1479.1146,960.53 C 1478.9372,960.66965 1478.3174,961.24585 1477.6673,961.70255 C 1476.5851,962.4628 1475.3946,962.74022 1474.5713,963.67255 C 1473.4734,964.91581 1473.2606,965.27969 1473.0708,967.14791 C 1472.8376,969.44192 1471.4983,969.96216 1469.871,971.90136 C 1468.9148,973.04085 1467.3368,973.35619 1465.7339,973.61719 C 1464.578,973.80541 1465.2628,974.25255 1465.0418,975.37255 C 1464.7508,976.84555 1464.0358,978.18055 1463.5598,979.59255 C 1462.8508,981.68855 1461.7342,982.41991 1459.5922,982.23391 C 1457.6482,982.06591 1457.8754,983.46061 1455.3741,982.91117 C 1454.3813,982.6931 1452.004,981.58279 1451.1567,981.52564 C 1449.9159,981.44195 1449.1075,980.67008 1448.3939,979.77655 C 1447.3319,978.44655 1444.4355,977.47205 1442.9378,979.40373 C 1441.569,981.16922 1442.1732,983.13937 1440.9111,984.95501 C 1440.2885,985.85068 1439.4018,986.46582 1438.5588,987.04382 C 1437.5168,987.75682 1437.2136,988.90755 1436.3286,989.73355 C 1435.6696,990.34955 1435.1049,990.08219 1434.3679,990.38219 C 1434.1229,990.59219 1434.0992,990.83655 1434.1552,991.18555 C 1433.8682,991.98255 1432.6658,992.204 1431.9688,992.159 C 1430.8598,992.086 1430.239,991.81083 1429.1694,991.72646 C 1428.1985,991.64989 1427.332,991.2685 1426.0883,992.29855 C 1424.2761,988.84165 1428.0608,987.27701 1426.7373,982.57855 C 1426.2352,980.79603 1425.5243,978.81855 1424.6063,977.20855 C 1423.8043,975.80255 1422.2523,975.10255 1421.3263,973.79855" id="bw"/>
<path class="landxx ua" d="M 1428.3863,341.99755 C 1428.1533,340.47755 1429.4483,339.43055 1430.0693,338.16755 C 1430.4168,337.46055 1430.2071,336.49383 1430.5922,336.22749 C 1430.9774,335.96115 1432.0023,336.30505 1432.9263,336.95755 C 1433.0053,336.39555 1432.6502,336.3368 1432.2262,336.0438 C 1431.6152,335.6218 1431.9633,334.48155 1431.7023,333.84455 C 1430.8523,331.77855 1432.5733,330.39655 1433.9413,328.96455 C 1435.0703,327.78355 1436.2283,326.39455 1437.6333,325.53655 C 1439.1963,324.58255 1441.0783,323.91655 1438.9763,322.05255 C 1439.3883,321.87255 1439.7953,321.68055 1440.1963,321.47655 C 1438.4333,321.07455 1435.9573,317.28055 1436.0773,315.54155 C 1436.1813,314.04355 1438.2233,315.58555 1439.0573,315.14655 C 1439.8273,314.74155 1440.5203,314.14455 1441.0013,313.43055 C 1441.6093,312.53055 1443.1223,312.76655 1444.0293,312.76255 C 1446.0703,312.75255 1448.1223,312.57755 1450.1583,312.49955 C 1451.9653,312.43055 1453.4233,313.08255 1455.1073,313.50755 C 1455.9333,313.71555 1458.5633,313.44955 1459.1543,314.10255 C 1459.7733,314.78855 1460.3673,315.51955 1461.4003,315.17655 C 1462.2903,314.88155 1462.9463,315.73055 1463.7363,315.93155 C 1463.8683,314.73055 1464.3333,315.40555 1465.3313,315.29355 C 1466.0673,315.21055 1466.7133,315.17355 1467.3513,315.63855 C 1467.8033,315.96855 1468.4693,315.35355 1468.9973,315.57355 C 1469.5053,315.78455 1469.5283,316.62055 1470.0773,316.86855 C 1469.8913,315.41155 1471.6483,314.93355 1472.7183,315.50255 C 1473.8453,316.10055 1473.7903,317.77955 1475.4543,316.57455 C 1475.9343,316.22755 1476.3203,316.21155 1476.8703,316.48655 C 1477.5773,316.84055 1478.5183,316.09655 1479.3083,316.26855 C 1479.8053,316.37655 1481.9573,318.93555 1482.2623,317.59555 C 1482.6373,315.94155 1481.2123,315.40655 1482.1553,313.58855 C 1482.8253,312.29655 1484.0133,310.74055 1485.5883,311.51855 C 1485.8373,311.64155 1486.8133,311.14155 1487.0483,311.08355 C 1487.7833,310.90155 1488.8246,310.921 1489.5533,311.09755 C 1491.0017,311.44843 1492.485,311.86203 1492.7832,309.16796 C 1496.4924,309.68888 1495.6514,309.84008 1498.1201,309.03268 C 1499.2867,308.95176 1500.485,309.82645 1501.7451,309.11114 C 1502.4603,308.70519 1503.7379,310.10297 1504.0307,310.80361 C 1505.0919,313.34249 1506.3387,312.60227 1507.0093,313.98755 C 1506.4763,314.31855 1505.4334,314.32461 1505.0254,314.76461 C 1504.7874,315.02261 1507.1788,317.41349 1506.1028,318.04749 C 1507.0009,318.35015 1509.3826,319.23456 1510.496,318.63289 C 1511.7607,317.94943 1512.5103,319.96456 1513.8603,319.89155 C 1513.9066,320.27637 1513.2504,320.46451 1515.6847,324.9663 C 1516.8064,326.1288 1517.8253,325.00235 1518.6086,324.92802 C 1519.9899,324.79415 1521.3391,326.25306 1522.9543,326.7563 C 1523.9973,326.74975 1525.4227,325.50782 1527.5239,324.96577 C 1528.7318,324.65418 1529.599,325.8236 1529.977,326.64049 C 1530.5923,327.97012 1532.516,328.25739 1532.9303,329.44502 C 1534.6103,328.47802 1533.8473,327.80902 1535.8833,328.87502 C 1536.9373,329.42702 1539.7663,330.61302 1540.6403,329.59002 C 1541.3943,331.09402 1542.5913,330.19402 1543.4483,331.21102 C 1543.8703,331.71302 1544.5739,332.03597 1545.2073,332.19449 C 1546.3233,332.47379 1546.6418,331.5987 1547.4564,331.89743 C 1546.4504,332.85749 1548.6741,334.97721 1546.8965,336.29255 C 1546.3892,336.66793 1545.1546,336.50285 1545.6113,337.46055 C 1546.2067,338.7091 1547.5124,337.18548 1547.5513,338.75655 C 1546.6953,338.50055 1545.2584,339.28602 1545.7404,340.36502 C 1545.9054,340.73402 1548.6248,341.66602 1547.2138,342.69402 C 1547.5128,342.93602 1547.8498,343.00802 1548.2238,342.91002 C 1548.406,343.50732 1547.7089,345.83255 1547.445,346.26268 C 1546.6156,347.61444 1544.5513,346.48555 1543.2313,346.74855 C 1542.4603,346.90255 1541.7941,346.39421 1541.0473,346.79955 C 1540.3509,347.17755 1540.3219,348.11555 1539.3313,348.45155 C 1536.3824,350.16636 1537.6581,351.40136 1538.1203,351.42855 C 1537.5683,351.91255 1538.1313,352.71255 1537.4633,353.09855 C 1536.6473,353.57055 1534.5753,353.08655 1533.5963,353.26555 C 1532.6303,353.44355 1532.4983,354.48455 1531.4963,354.56055 C 1530.3153,354.65055 1528.9173,355.26955 1528.6203,356.54055 C 1528.0753,355.63055 1526.8233,355.70155 1526.0133,356.16455 C 1524.6483,356.94355 1523.6903,356.55655 1522.2473,356.98855 C 1519.8323,357.71255 1519.4493,361.10455 1517.0203,361.72355 C 1517.1163,361.30555 1520.5233,358.69355 1517.8203,358.33955 C 1518.7623,359.70555 1516.9453,359.96555 1516.1303,360.51455 C 1515.8338,360.71405 1516.6392,363.24184 1516.5999,363.48717 C 1516.4006,362.79061 1515.1614,361.8165 1515.0838,362.09106 C 1515.0043,361.87554 1516.0087,361.35475 1514.746,360.84217 C 1513.8089,364.92058 1512.4488,360.62689 1513.8514,361.67636 C 1513.9901,360.89116 1513.9388,359.86338 1513.9298,360.86482 C 1513.9758,360.95894 1513.552,361.06475 1513.2589,361.02302 C 1512.8685,360.96743 1512.5493,360.32494 1512.4174,361.46427 C 1512.5568,361.53799 1511.1743,359.87734 1511.1956,360.00245 C 1511.2633,360.68659 1511.9189,361.17703 1507.9753,360.48609 C 1508.2089,360.88721 1509.1145,361.62213 1510.0882,362.22661 C 1510.1703,361.78537 1510.6562,361.36891 1511.2713,362.759 C 1511.027,360.47016 1514.1878,364.07676 1514.2577,362.70501 C 1514.336,362.81412 1514.7851,363.4936 1513.846,364.27207 L 1515.1906,363.46755 C 1514.7498,364.20422 1517.6492,365.46393 1517.7607,365.60536 C 1519.0774,367.27593 1516.8636,367.62942 1520.3793,368.6315 C 1520.246,367.95251 1517.1866,364.87254 1517.7857,365.43685 C 1518.2696,365.89265 1519.4603,367.00931 1519.9729,367.29283 C 1520.4855,367.57634 1520.9744,367.78669 1521.4127,367.8909 C 1521.851,367.99511 1522.2388,367.99317 1522.5491,367.85211 C 1522.8595,367.71104 1523.0925,367.43085 1523.2213,366.97855 C 1523.9993,367.88155 1524.4953,367.60855 1525.3853,367.14455 C 1526.5743,366.52555 1528.0233,367.11755 1528.9813,367.91555 C 1527.8353,368.06855 1527.8543,368.62155 1527.8723,369.57155 C 1527.8933,370.73655 1526.8333,370.68255 1525.9403,370.78455 C 1524.9693,370.89455 1524.4363,370.85155 1523.5523,370.36355 C 1523.0173,370.06755 1522.2813,369.60455 1521.6313,369.85955 C 1520.9893,370.11255 1521.3383,370.78455 1520.9443,370.94155 C 1519.9853,371.32455 1519.4313,372.28055 1518.4123,372.42455 C 1517.0283,372.62055 1515.8083,372.48255 1514.7333,373.56555 C 1512.8863,375.42655 1509.4573,377.66055 1507.4503,374.32255 C 1508.8973,374.64955 1509.2583,369.77955 1507.0323,369.45155 C 1505.8013,369.26955 1505.1553,368.82455 1504.1133,368.20255 C 1503.1423,367.62355 1502.2413,368.03555 1501.2143,367.90755 C 1499.6543,367.71055 1503.1333,365.39355 1503.6713,365.17855 C 1504.7333,364.75555 1508.4083,364.16355 1508.7413,362.87455 C 1507.8293,362.90155 1507.6803,361.99355 1507.6613,361.29055 C 1506.6053,361.88455 1506.8723,362.03155 1505.5203,361.36555 C 1504.4103,360.81855 1502.9163,361.40355 1501.6983,361.42455 C 1500.3763,361.44755 1499.5503,361.59055 1498.3393,360.92155 C 1497.2983,360.34655 1496.1223,359.40755 1494.8513,359.77855 C 1498.6093,358.29655 1493.8953,358.86255 1492.9813,357.54655 C 1495.3303,358.69955 1498.4733,358.37555 1500.4613,356.89855 C 1499.1213,357.28055 1497.3033,357.93955 1496.1123,356.75755 C 1495.2163,355.86855 1495.8983,354.35655 1494.9213,353.44255 C 1495.6833,354.44255 1495.4393,355.39355 1495.4613,356.50555 C 1495.4783,357.35655 1493.5143,356.81555 1493.0513,357.11455 C 1492.7923,356.62055 1492.8163,356.14055 1493.1203,355.67455 C 1492.5343,355.79755 1492.4273,356.58055 1492.1373,356.99055 C 1491.7313,357.56655 1490.5453,357.02055 1489.9363,357.12655 C 1487.3323,357.57755 1487.7323,360.05555 1486.2113,361.64955 C 1486.0703,360.89255 1484.6293,358.60955 1483.6203,359.34555 C 1483.9923,360.40355 1485.6343,360.49455 1485.9473,361.55755 C 1486.3183,362.81455 1482.7913,365.12855 1481.8903,365.61055 C 1482.7073,365.06555 1483.7273,364.48955 1483.9803,363.45055 C 1483.0273,363.52155 1481.2853,366.67855 1481.0903,364.45855 C 1480.6393,364.95555 1480.0073,366.55655 1481.4493,365.89755 C 1481.2713,366.13055 1481.1053,366.37055 1480.9493,366.61855 C 1481.9653,366.76555 1482.5283,368.70555 1481.3803,369.06655 C 1481.0526,365.98952 1478.5082,367.44595 1477.0991,367.79392 C 1475.2922,368.24012 1474.8817,369.56393 1472.8405,368.19401 C 1472.5289,367.98491 1470.2552,366.76106 1471.9626,366.46828 C 1473.7239,366.16624 1473.1735,365.17201 1474.0195,364.11801 C 1474.9515,362.95601 1476.024,362.04237 1475.781,360.31637 C 1475.568,358.80237 1475.3363,358.44255 1477.2093,357.76255 C 1477.3643,358.19955 1477.5303,358.63055 1477.7093,359.05855 C 1478.7853,356.84255 1481.7558,360.51091 1483.3688,358.80691 C 1482.6668,358.59191 1482.3912,357.96315 1481.7282,357.68915 C 1483.6191,356.74746 1480.316,353.68219 1478.7419,353.46895 C 1479.1439,352.82842 1479.1617,350.37153 1478.2589,351.54591 C 1477.9868,351.89978 1477.0338,349.13258 1476.8428,348.84558 C 1476.3568,348.11158 1476.2108,347.32623 1475.6833,346.52755 C 1474.3577,344.5206 1474.9615,346.94662 1473.517,345.293 C 1472.9129,344.60142 1471.3155,343.44174 1471.0005,344.89774 C 1470.7755,343.60574 1469.9254,345.22596 1469.6824,343.97996 C 1468.2164,344.66996 1466.5714,341.82268 1465.3005,341.42146 C 1464.2865,341.10137 1463.5188,342.84756 1460.5523,342.19555 C 1459.9698,342.06753 1459.2863,342.21455 1459.4893,343.00455 C 1459.1504,343.43352 1458.172,343.33815 1457.6343,343.46455 C 1457.1137,343.58693 1456.4313,343.82755 1456.2293,344.39655 C 1455.7633,345.71055 1455.0763,345.60055 1453.7243,345.72155 C 1452.0573,345.87155 1450.2453,345.55155 1449.0213,346.92855 C 1447.2183,348.95755 1446.2363,346.47155 1444.5223,345.91655 C 1443.7033,345.65155 1442.7743,345.93855 1441.9543,346.03655 C 1440.9323,346.15855 1440.4073,345.82055 1439.4453,345.65555 C 1438.4693,345.48855 1437.5133,345.82055 1436.6383,345.20955 C 1435.1803,344.18955 1434.9813,345.47255 1433.6493,345.81355 C 1433.6143,344.26755 1432.1363,344.87555 1431.3643,344.02455 C 1430.8213,343.42455 1430.5093,343.68655 1429.9793,343.29455 C 1429.3783,342.85155 1429.2483,342.19355 1428.3863,341.99755" id="ua"/>
<path class="landxx ke" d="M 1530.7577,768.59905 C 1532.2762,767.49265 1528.4746,762.88701 1533.7418,763.9683 C 1533.7531,763.6813 1534.0422,763.08727 1533.7219,762.543 L 1536.8505,762.13724 C 1534.7733,758.99154 1533.8806,761.45984 1532.8927,762.32309 C 1532.0485,763.06084 1529.9822,759.79571 1530.0893,757.80592 C 1530.8901,756.36229 1530.3595,755.70587 1531.8513,754.35255 C 1532.9584,753.34816 1533.838,750.03562 1535.6353,749.22655 C 1536.4881,748.84268 1536.3623,748.71155 1536.3153,747.95755 C 1536.2433,746.79355 1537.5993,746.23355 1537.8963,745.19755 C 1538.2493,743.96655 1538.3506,742.76055 1538.4726,741.52555 C 1538.5816,740.41455 1537.4643,739.62827 1537.2313,738.38255 C 1536.7085,735.58772 1534.9883,734.98055 1534.7313,733.74955 C 1534.5293,732.77255 1533.9853,731.94355 1533.6573,731.01355 C 1533.4383,730.60455 1533.3153,730.16955 1533.2873,729.70655 C 1533.2873,729.08355 1533.9853,728.72955 1533.7973,728.06055 C 1533.6303,727.47055 1532.9843,727.31555 1532.4863,727.12955 C 1531.3563,726.70855 1532.1833,725.85055 1530.9873,725.97255 C 1531.4762,724.85155 1530.0813,723.77355 1530.2152,722.99055 C 1530.3495,722.20529 1531.3063,721.59055 1531.8403,721.03055 C 1533.7033,719.07555 1535.9863,719.63655 1538.4303,719.63655 C 1539.8323,719.63655 1541.2373,719.52055 1542.6393,719.50555 C 1543.3263,719.49855 1544.0413,719.46455 1544.7233,719.57255 C 1545.3133,719.66555 1545.4943,720.69955 1546.2023,720.97355 C 1548.3833,721.82055 1550.8173,720.78655 1553.0433,721.81955 C 1555.3703,722.90055 1557.8603,724.89055 1559.6753,726.66855 C 1560.6003,727.57455 1561.3353,728.21055 1562.6693,728.35655 C 1563.5363,728.45155 1565.5113,727.91355 1566.1923,728.34855 C 1568.0963,729.56655 1571.0173,728.48455 1572.6753,730.07755 C 1572.9043,728.94455 1574.4633,727.29555 1575.1653,726.31955 C 1576.4133,724.58355 1579.0823,723.88855 1580.9263,723.02855 C 1582.8943,722.11155 1583.2393,724.27055 1584.7093,725.12955 C 1585.7183,725.71955 1586.8113,725.33455 1587.8603,725.14455 C 1588.7103,724.98955 1589.7253,725.55055 1590.5243,725.10955 C 1589.2993,727.21055 1588.1713,729.50655 1586.6793,731.43155 C 1585.1033,733.46355 1583.6903,734.59455 1583.6953,737.32455 C 1583.7063,743.77355 1583.7633,750.22155 1583.7573,756.67155 C 1583.7513,761.50455 1582.7893,766.08755 1586.0343,770.03655 C 1587.1343,771.37555 1588.7913,773.10455 1587.6103,774.85955 C 1586.9153,775.89455 1584.8443,777.78455 1583.5453,776.58955 C 1583.4413,776.84955 1583.3433,777.11255 1583.2553,777.37955 C 1583.0473,777.12955 1582.8573,776.86555 1582.6853,776.58955 C 1583.0253,777.37555 1583.8953,778.82455 1583.1153,779.61855 C 1582.9803,777.66055 1582.1713,779.90355 1581.9743,780.35455 C 1581.5713,781.28055 1580.7953,781.45855 1579.9113,781.58355 C 1577.9493,781.85955 1577.1583,783.59255 1577.7833,785.24555 C 1578.0693,786.00255 1576.6853,788.19255 1576.1153,788.65555 C 1575.1433,789.44455 1574.3273,794.75355 1573.2453,794.29955 C 1573.7173,796.35555 1571.6613,797.81655 1571.3053,799.69855 C 1570.4683,799.08955 1570.5643,800.15455 1569.8653,799.98955 C 1568.9833,799.78155 1567.8582,798.24284 1567.1773,797.72455 C 1564.1682,795.43408 1560.3932,792.94216 1558.5409,790.46893 C 1558.0514,789.81536 1557.1523,789.71055 1558.1773,788.57855 C 1559.6263,786.97855 1557.0907,785.05047 1555.7859,784.23442 L 1530.7126,768.55399" id="ke"/>
<g class="landxx coastxx tw" id="tw" transform="translate(-29.9017, -45.0745)">
<path d="M 2183.979,592.56 C 2183.72,592.776 2183.434,592.944 2183.119,593.064 C 2183.57,593.331 2184.05,593.403 2184.559,593.281 C 2184.388,593.021 2184.194,592.781 2183.979,592.56" id="path2738"/>
<path d="M 2198.158,601.128 C 2198.349,601.845 2198.735,602.443 2198.5,603.204 C 2198.307,603.828 2198.103,604.373 2198.647,604.904 C 2199.649,605.88 2199.98,607.486 2200.614,608.752 C 2201.351,610.223 2202.959,610.648 2203.902,611.919 C 2204.205,612.327 2204.848,614.963 2205.6,614.57 C 2206.572,614.063 2206,612.396 2205.888,611.585 C 2205.708,610.277 2206.079,609.298 2206.819,608.231 C 2208.587,605.68 2208.905,600.938 2208.701,597.922 C 2208.659,597.298 2208.246,596.361 2208.451,595.747 C 2208.657,595.13 2208.983,594.775 2209.055,594.095 C 2209.22,592.512 2208.678,591.355 2208.678,589.824 C 2208.678,589.032 2209.462,588.391 2208.744,587.746 C 2208.306,587.352 2206.033,585.553 2205.462,586.123 C 2204.558,587.026 2202.758,587.25 2202.25,588.519 C 2201.727,589.828 2201.874,590.594 2200.941,591.716 C 2200.09,592.74 2199.899,594.207 2199.558,595.449 C 2199.058,597.281 2197.727,599.147 2198.158,601.128" id="path2746"/>
</g>
<path class="landxx jo" d="M 1530.4073,505.50955 C 1530.2693,503.09555 1531.2413,500.79655 1531.2643,498.39655 C 1531.2913,495.63755 1532.5223,493.59155 1532.8563,490.96555 C 1532.9963,489.87155 1532.6803,488.75555 1532.7663,487.64455 C 1532.8483,486.59455 1533.1978,485.56155 1533.2368,484.53855 C 1533.3168,482.39455 1533.0232,479.8195 1532.9442,477.6555 C 1532.8782,475.8185 1535.1703,476.38355 1536.2173,477.10755 C 1537.9423,478.29955 1539.5016,480.10541 1541.8206,479.64941 C 1544.1556,479.18941 1546.3043,476.99355 1548.2353,475.70655 C 1550.7033,474.06255 1553.1673,472.24455 1555.7573,470.80555 C 1556.5563,473.36555 1557.6043,475.83655 1558.4873,478.36655 C 1557.5973,478.46055 1558.1783,479.67555 1558.7513,479.82255 C 1559.6593,480.05555 1560.8049,479.91273 1559.3359,481.45373 C 1554.7274,484.27094 1550.1117,485.76424 1544.5722,487.146 L 1552.8316,495.81314 C 1552.0886,496.17814 1550.1241,496.13361 1549.5951,496.79961 C 1548.9871,497.56561 1549.6759,499.11214 1549.0259,499.87814 C 1547.9349,501.16314 1545.181,500.06891 1543.767,501.41891 C 1542.154,502.95891 1541.6265,505.85414 1539.3225,506.76114 C 1537.2375,507.58014 1532.5203,506.05655 1530.4073,505.50955" id="jo"/>
<g class="landxx coastxx mx" id="mx" transform="translate(-29.9017, -45.0745)">
<path d="M 497.737,588.312 C 497.841,588.85 498.033,589.354 498.313,589.825 C 498.325,588.92 497.832,588.095 497.161,587.52 C 497.353,587.783 497.545,588.048 497.737,588.312" id="path2614"/>
<path d="M 433.296,552.024 C 432.382,552.483 432.439,553.509 432.936,554.255 C 433.428,553.526 432.805,552.754 433.296,552.024" id="path2594"/>
<path d="M 453.672,559.08 C 453.178,559.659 451.655,561.564 452.952,562.103 C 453.383,561.205 454.058,560.12 453.672,559.08" id="path2596"/>
<path d="M 467.137,589.752 C 467.005,590.321 467.31,590.559 467.857,590.472 C 467.536,591.045 467.716,591.661 468.216,592.056 C 466.812,590.274 469.024,587.824 468.936,586.008 C 468.871,587.383 467.926,588.69 467.137,589.752" id="path2600"/>
<path d="M 470.592,553.536 C 470.777,552.671 470.201,548.99 469.073,548.934 C 467.352,548.851 470.305,553.287 470.592,553.536" id="path2602"/>
<path d="M 468.577,592.272 C 469.148,592.843 469.642,593.559 470.521,593.639 C 470.25,592.809 469.485,592.166 468.577,592.272" id="path2604"/>
<path d="M 476.137,555.84 C 477.292,554.618 477.083,553.034 477.721,551.592 C 475.699,551.88 475.782,553.717 474.625,554.976 C 475.118,555.282 475.622,555.57 476.137,555.84" id="path2606"/>
<path d="M 478.729,579.024 C 477.73,579.158 477.362,580.07 477.361,580.967 C 477.673,580.215 478.768,579.945 478.729,579.024" id="path2608"/>
<path d="M 479.305,587.304 C 479.159,588.06 479.335,588.816 479.737,589.464 C 480.685,588.799 480.08,587.761 479.305,587.304" id="path2610"/>
<path d="M 484.417,595.872 C 484.54,595.291 484.302,594.721 483.841,594.36 C 483.833,594.94 484.025,595.444 484.417,595.872" id="path2612"/>
<path d="M 498.384,587.88 C 498.107,588.456 498.227,588.936 498.744,589.32 C 498.89,588.774 498.77,588.294 498.384,587.88" id="path2616"/>
<path d="M 503.641,616.968 C 503.571,617.586 503.956,617.993 504.577,617.976 C 504.585,617.399 504.23,616.982 503.641,616.968" id="path2618"/>
<path class="landxx mx" d="M 452.088,523.152 C 458.105,522.557 464.111,521.759 470.16,521.567 C 469.706,522.174 469.066,522.632 468.792,523.368 L 492.43383,533.32074 L 512.655,533.43 L 512.71954,529.60302 L 525.671,529.58 C 527.442,529.602 527.652,530.371 528.063,531.779 C 528.407,532.959 529.891,533.222 530.472,534.403 C 530.976,535.428 531.902,537.167 532.845,537.827 C 533.735,538.45 535.033,538.933 535.275,540.131 C 535.625,541.864 535.597,543.354 535.375,545.063 C 534.882,548.851 538.225,550.525 540.867,552.311 C 541.789,552.934 543.218,554.258 544.375,553.547 C 545.209,553.034 546.202,552.153 546.648,551.261 C 547.222,550.112 548.375,548.286 549.404,547.492 C 550.052,546.992 551.435,546.806 552.196,546.45 C 554.24698,546.40402 556.34922,546.88858 558.416,547.139 C 559.005,547.257 559.74,548.806 560.31,549.336 C 561.244,550.203 562.45279,552.1964 562.69779,553.4154 C 563.02879,555.0664 563.443,556.751 563.537,558.439 C 563.636,560.213 564.771,561.28 565.348,562.894 C 565.613,563.632 565.868,564.374 566.244,565.065 C 566.539,565.607 567.069,565.588 567.342,566.049 C 568.013,567.179 567.064,569.001 567.057,570.203 C 567.049,571.715 568.42359,572.789 568.23459,574.435 C 568.83619,576.95738 570.7005,576.4252 569.927,576.507 C 570.9385,576.6064 571.58565,577.38669 572.69103,578.0644 C 573.40824,578.50412 573.66281,579.02263 574.439,579.047 C 576.23071,579.10324 577.61094,578.81925 578.849,580.358 C 579.87107,581.6283 580.628,579.66962 581.907,579.65662 C 578.28784,585.48011 576.17814,591.88415 573.75217,598.20936 C 572.8698,602.76731 574.35739,593.02857 577.89685,586.9293 C 578.5636,585.78034 578.80386,584.28153 578.00694,584.46698 C 578.09789,584.47652 577.4949,586.33378 576.54874,585.05311 C 576.52385,585.66628 575.78072,586.48643 575.79817,586.58519 C 576.35881,589.75884 575.72188,589.28989 575.70492,590.22957 C 575.70361,590.30234 574.69315,592.79569 574.65364,592.90291 C 574.61413,593.01012 573.95792,592.36403 573.88348,592.44237 C 573.94336,593.85055 574.35037,593.70461 574.31872,594.30663 C 574.28704,594.90929 573.65699,595.99256 573.53847,598.13901 C 573.51064,598.64294 573.51157,598.35896 573.051,598.823 C 574.107,600.46 572.681,602.808 572.511,604.511 C 572.3,606.63 570.952,608.344 570.844,610.52 C 570.733,612.75 570.98,614.767 572.303,616.62 C 573.726,618.613 573.076,618.529 572.259,620.567 C 572.169,619.763 573.171,618.63 572.676,617.964 C 571.739,616.704 571.532,615.234 570.819,613.871 C 571.142,615.125 570.625,616.459 571.107,617.687 C 571.542,618.793 572.096,618.907 572.181,620.25 C 572.358,623.054 573.482,625.962 574.891,628.313 C 576.512,631.016 577.079,633.195 577.791,636.203 C 578.089,637.463 579.018,638.399 579.434,639.602 C 579.793,640.642 579.919,641.594 581.043,642.094 C 580.441,642.048 580.017,641.321 579.603,641.735 C 580.897,642.081 579.593,643.73 579.171,644.255 C 580.386,644.198 579.301,642.901 580.351,642.702 C 580.729,642.725 580.96,642.547 581.043,642.167 C 581.717,642.546 582.508,642.594 583.26,642.625 C 585.698,642.725 587.731,643.986 588.854,646.074 C 589.809,647.848 590.808,647.704 592.808,647.204 C 594.065,646.889 596.227,646.464 597.172,645.479 C 596.405,645.664 595.641,645.904 594.94,646.272 C 595.945,645.67 603.769,643.871 604.012,644.975 C 603.559,642.959 609.495,641.871 610.277,643.463 C 608.696,643.179 610.284,644.554 610.061,645.263 C 610.595,644.808 611.025,645.026 611.645,644.975 C 612.025,645.056 612.409,645.104 612.797,645.12 C 612.894,644.837 613.028,644.572 613.199,644.325 C 614.079,643.974 616.096,642.034 613.877,641.88 C 614.365,641.475 614.869,641.091 615.389,640.728 C 614.68,641.154 613.982,641.604 613.229,641.953 C 614.109,640.472 616.086,639.911 617.491,639.088 C 619.449,637.942 619.425,636.273 620.316,634.437 C 620.779,633.481 621.618,633.033 622.246,632.229 C 622.879,631.418 622.718,630.308 622.823,629.354 C 623.074,627.072 624.277,625.419 624.822,623.306 C 624.662,623.594 624.47,623.858 624.246,624.098 C 625.402,620.873 629.982,620.257 632.889,619.924 C 634.986,619.684 636.662,619.122 638.639,618.394 C 641.221,617.443 643.422,618.527 645.991,618.77 C 645.553,618.59 645.096,618.495 644.623,618.482 C 645.789,618.183 646.928,618.902 648.007,619.203 C 646.181,618.828 649.332,617.653 650.586,618.224 C 652.458,619.077 651.878,621.482 651.282,623 C 650.492,625.014 648.823,626.12 647.374,627.618 C 646.615,628.404 645.713,629.39 645.343,630.435 C 645.135,631.021 645.528,633.399 644.911,632.091 C 645.203,633.26 643.18,634.296 643.039,635.475 C 646.623,635.032 642.018,637.287 642.823,638.427 C 643.044,637.887 643.513,637.486 644.119,637.491 C 643.128,638.894 642.84,640.625 642.081,642.141 C 641.461,643.38 640.069,645.819 640.014,647.21 C 638.332,645.342 639.609,643.922 639.222,641.882 C 638.106,642.659 638.173,642.688 637.598,643.743 C 637.134,644.594 636.408,644.563 635.656,644.982 C 634.059,645.871 632.918,648.399 632.094,649.946 C 631.599,649.405 630.5459,648.69572 630.1289,649.99772 C 629.8079,651.00072 629.248,650.45 627.838,650.45 C 624.741,650.45 621.645,650.45 618.548,650.45 C 617.845,650.45 615.866,650.15518 615.72,651.23018 C 615.601,652.10518 615.644,652.846 615.563,653.728 C 615.347,656.077 613.634,655.346 611.79,655.346 C 613.09668,656.671 614.05438,658.324 615.624,659.162 C 617.09914,659.94956 616.93759,661.64397 618.39491,662.35046 C 618.69632,662.49658 618.03201,665.75209 617.94518,665.53336 C 615.50314,666.46694 611.61147,665.36578 608.17664,665.46265 C 603.55562,674.07059 604.20389,672.80586 604.46551,673.83698 C 604.81651,674.40598 603.252,678.111 602.719,678.746 C 602.022,677.874 601.236,677.078 600.537,676.207 C 600.132,675.702 598.279,672.157 599.551,674.065 C 599.285,673.016 597.999,672.602 597.301,671.908 C 596.277,670.889 595.56,669.634 594.463,668.634 C 592.263,666.628 591.082,664.757 588.104,663.77 C 587.91,664.906 590.724,665.419 591.272,666.218 C 589.535,665.314 587.739,664.427 585.728,664.49 C 586.255,664.288 586.679,663.865 586.88,663.338 C 586.29,663.252 585.81,663.444 585.44,663.914 C 585.582,662.157 583.943,662.71 583.712,663.985 C 584.245,663.931 584.749,664.027 585.224,664.274 C 582.544,664.454 581.247,666.07 578.814,666.801 C 576.617,667.461 574.792,668.458 572.558,668.896 C 570.872,669.227 570.152,669.019 568.495,668.125 C 566.654,667.131 565.495,666.996 563.45,666.673 C 562.382,666.505 561.733,665.952 560.948,665.258 C 559.948,664.374 558.97,664.186 557.762,663.744 C 556.783,663.386 556.567,662.556 555.832,661.93 C 554.936,661.167 553.361,661.016 552.259,660.735 C 551.171,660.457 549.922,660.348 548.905,659.852 C 547.84,659.331 547.048,658.454 545.938,657.963 C 543.374,656.829 540.792,656.188 538.528,654.446 C 536.66,653.008 535.645,650.993 533.987,649.474 C 533.338,648.879 532.497,649.117 531.733,649.266 C 530.582,649.492 528.635,648.674 527.553,648.29 C 525.755,647.652 523.284,646.785 522.122,645.182 C 521.546,644.388 521.149,643.503 520.663,642.658 C 519.836,641.22 518.647,641.167 517.401,640.299 C 517.135,638.964 513.791,638.281 512.619,637.227 C 512.004,636.674 512.187,635.792 511.585,635.195 C 510.908,634.524 510.28,632.972 509.89,632.089 C 509.432,631.054 508.547,628.21 509.84,627.412 C 510.739,626.857 511.783,627.157 512.552,626.303 C 513.271,625.504 511.657,624.838 511.064,624.964 C 511.397,623.887 515.227,620.276 514.154,618.945 C 513.167,617.711 512.799,616.993 512.28,615.481 C 511.721,613.855 512.41,612.605 512.234,610.98 C 511.855,607.492 508.527,604.578 506.97,601.531 C 505.173,598.014 503.236,595.416 500.12,592.924 C 500.969,593.292 501.662,594.341 502.064,592.996 C 500.706,593.15 498.376,591.866 498.919,590.373 C 499.31,589.298 499.413,586.198 497.456,587.019 C 497.456,585.745 497.266,586.709 496.37,586.236 C 495.759,585.912 495.243,585.368 494.577,585.148 C 495.456,585.324 495.531,585.263 494.8,584.965 C 494.408,584.517 494.507,583.87 494.073,583.419 C 493.631,583.816 493.127,584.105 492.561,584.283 C 492.353,583.372 493.447,583.294 493.569,582.482 C 492.478,583.486 491.92,582.878 490.545,582.554 C 490.813,582.392 491.077,582.224 491.337,582.05 C 490.699,581.517 490.387,581.661 490.401,582.482 C 490.365,581.44 490.519,580.409 491.01,579.479 C 491.193,579.133 492.533,576.767 492.345,578.091 C 492.625,577.536 493.272,576.489 493.713,577.371 C 493.859,576.618 493.751,575.977 492.849,576.579 C 493.227,575.651 493.091,574.46 492.158,573.895 C 491.419,573.448 490.635,574.248 489.836,573.529 C 488.97,572.749 490,570.357 488.934,570.07 C 488.194,569.871 485.806,569.612 485.745,568.56 C 485.679,567.444 485.593,563.672 487.017,563.691 C 486.334,563.611 484.7,563.364 484.929,562.754 C 484.619,563.028 484.403,563.364 484.282,563.762 C 484.242,562.698 482.778,562.637 482.229,561.941 C 481.76,561.343 481.61,560.326 481.332,559.629 C 481.045,558.913 480.225,558.878 479.817,558.29 C 479.188,557.382 479.375,555.727 478.689,554.964 C 477.5,553.642 478.413,552.387 478.017,550.874 C 476.748,551.855 477.166,549.115 477.009,548.498 C 476.489,546.452 476.484,545.278 476.623,543.227 C 476.737,541.551 475.553,540.03 475.95,538.356 C 476.135,537.58 477.465,535.627 477.212,535.034 C 476.797,534.061 475.197,534.073 474.355,533.776 C 472.989,533.295 474.763,531.468 472.608,531.315 C 471.874,531.263 471.577,532.116 470.753,532.054 C 469.965,531.993 469.32,531.367 468.837,530.808 C 467.82,529.627 466.474,529.267 465.418,528.051 C 465.505,528.963 466.541,529.808 466.165,530.75 C 465.699,531.914 464.861,533.194 464.288,534.345 C 463.707,535.508 464.578,536.653 464.339,537.843 C 464.077,539.15 463.976,540.512 463.478,541.761 C 462.261,544.804 463.608,545.999 465.517,548.241 C 467.251,550.278 467.714,551.716 467.58,554.331 C 468.811,553.396 469.391,555.613 469.564,556.41 C 469.655,556.829 469.608,557.674 469.952,557.992 C 470.229,558.249 471.346,558.502 471.086,559.072 C 470.489,560.386 470.128,563.984 471.297,565.084 C 472.875,566.57 472.683,569.229 474.564,570.314 C 473.482,571.121 474.41,573.714 474.492,574.85 C 475.223,574.216 474.788,572.682 474.636,571.898 C 478.297,572.518 475.496,584.272 477.948,583.707 C 477.76,584.899 477.662,586.28 478.02,587.451 C 478.398,588.688 479.378,589.356 478.465,590.661 C 477.279,592.357 478.094,595.553 480.54,595.299 C 478.913,595.464 480.349,595.517 480.573,595.195 C 480.845,594.803 480.875,594.303 481.188,593.93 C 481.567,594.866 483.079,596.18 483.845,596.806 C 484.266,597.151 484.163,599.305 484.428,599.906 C 485.03,601.27 486.99,602.231 485.215,603.882 C 484.511,604.536 481.946,606.591 480.991,606.165 C 479.737,605.604 480.385,602.812 479.87,601.747 C 479.493,600.966 478.81,600.388 478.164,599.835 C 477.121,598.943 476.565,597.643 475.664,596.629 C 474.35,595.151 472.287,594.507 471.193,592.79 C 470.276,591.35 468.047,590.511 468.588,588.459 C 468.456,588.951 468.288,589.431 468.084,589.898 C 468.297,585.743 471.722,583.094 469.669,578.79 C 468.877,577.129 467.08,576.917 466.023,575.376 C 465.541,574.673 464.802,573.577 464.772,572.691 C 464.751,572.054 465.501,571.905 465.276,571.178 C 464.83,571.729 464.774,572.813 464.052,573.122 C 463.317,573.437 462.71,572.783 461.954,573.332 C 461.342,573.777 460.966,572.821 460.797,572.418 C 460.392,571.451 459.624,571.281 458.868,570.673 C 458.722,570.377 458.54,570.107 458.321,569.86 C 457.9,569.761 457.482,569.648 457.068,569.521 C 456.306,568.96 456.667,568.653 456.523,567.907 C 456.181,566.132 453.446,565.828 453.324,563.833 C 455.044,564.005 457.217,564.931 458.723,563.617 C 458.663,565.487 461.979,564.994 461.027,566.929 C 461.902,566.245 462.346,563.889 461.387,563.114 C 461.396,563.557 461.009,565.353 460.139,564.926 C 459.627,564.674 460.334,563.206 460.379,562.826 C 460.11,562.987 459.847,563.155 459.587,563.33 C 460.436,561.485 463.1,559.719 462.035,557.426 C 460.929,555.042 459.663,551.946 457.495,550.343 C 455.712,549.025 454.276,547.97 453.85,545.67 C 453.69,544.807 454.286,544.187 454.471,543.367 C 454.714,542.291 453.688,541.827 454.187,541.227 C 453.961,541.436 453.721,541.628 453.467,541.803 C 453,539.869 454.986,539.017 453.371,537.225 C 452.631,536.404 453.539,535.772 453.539,534.891 C 453.539,533.707 452.59,532.929 452.414,531.84 C 452.283,531.027 452.733,530.363 453.278,529.853 C 453.755,529.406 453.111,528.696 452.912,528.256 C 452.683,527.967 452.484,527.658 452.315,527.331 C 452.42,526.852 452.516,526.373 452.603,525.891 C 452.42,524.852 452.27095,525.20234 452.84395,524.08434" id="path2630"/>
<path d="M 610.417,643.32 C 611.432,643.546 612.116,642.485 613.009,642.24 C 612.066,642.103 611.178,642.905 610.417,643.32" id="path2634"/>
<path d="M 649.008,629.353 C 649.969,628.594 650.888,627.606 651.384,626.472 C 650.478,627.298 648.312,627.366 649.008,629.353" id="path2772"/>
</g>
<g class="landxx coastxx ae" id="ae" transform="translate(-29.9017, -45.0745)">
<path d="M 1703.018,595.872 C 1703.518,595.905 1703.901,595.713 1704.168,595.296 C 1703.515,594.756 1702.689,594.883 1702.298,595.656 C 1702.538,595.729 1702.777,595.8 1703.018,595.872" id="path2704"/>
<path class="landxx ae" d="M 1686.389,594.576 C 1686.878,594.253 1687.069,594.445 1686.958,595.152 C 1687.192,594.93 1687.433,594.714 1687.678,594.504 C 1688.145,595.186 1687.731,596.172 1688.258,596.808 C 1688.768,597.423 1689.948,597.281 1690.639,597.241 C 1691.537,597.188 1692.294,597.046 1692.985,596.425 C 1693.299,596.143 1693.662,595.318 1694.089,595.225 C 1694.552,595.122 1695.706,595.819 1696.275,595.831 C 1697.208,595.852 1698.137,595.96 1699.069,595.927 C 1701.602,595.837 1703.349,597.003 1705.83,595.513 C 1705.605,595.166 1705.365,594.83 1705.11,594.505 C 1705.891,594.21 1705.783,595.15 1706.4,595.081 C 1707.298,594.981 1708.06,593.898 1708.426,593.18 C 1709.422,591.222 1709.549,590.107 1711.292,588.652 C 1712.989,587.235 1713.681,584.68 1715.285,583.357 C 1717.061,581.893 1718.127,581.502 1718.639,579.097 C 1719.933,579.163 1719.375,581.035 1719.385,581.825 C 1719.403,583.319 1721.026,582.562 1721.22,584.222 C 1721.414,585.887 1722.5508,588.06395 1721.241,589.35238 C 1718.4456,592.10212 1719.3453,590.17771 1718.9098,588.99806 C 1718.4848,587.84664 1717.605,589.9561 1717.738,590.666 C 1717.8388,591.20367 1717.5921,591.20968 1717.675,591.787 C 1717.7638,592.405 1718.1646,593.32199 1718.1723,594.04706 C 1718.1937,596.0626 1720.2136,595.15403 1719.4013,596.49938 C 1718.7548,597.57 1716.643,596.629 1715.826,597.602 C 1717.7078,598.64969 1714.9144,603.56628 1714.553,606.589 C 1714.681,608.567 1713.672,609.019 1711.949,608.615 C 1709.829,608.118 1707.637,607.918 1705.485,607.599 C 1703.228,607.265 1700.972,606.934 1698.708,606.652 C 1697.045,606.444 1695.051,606.774 1693.936,605.294 C 1692.804,603.791 1691.725,602.267 1690.535,600.803 C 1689.704,599.78 1688.853,598.775 1688.015,597.758 C 1687.172,596.729 1687.038,595.666 1686.389,594.576" id="path2784"/>
</g>
<g class="landxx coastxx bz" id="bz" transform="translate(-29.9017, -45.0745)">
<path d="M 638.569,654.192 C 639.138,654.02 639.515,653.582 639.289,652.967 C 639.042,653.372 638.802,653.78 638.569,654.192" id="path2808"/>
<path class="landxx bz" d="M 626.977,667.152 C 627.552,663.422 628.535,659.9 628.893,656.13 C 629.038,654.609 629.344,646.946 632.089,649.944 C 632.849,648.516 634.8,644.247 636.913,644.688 C 636.472,645.095 636.255,645.599 636.265,646.2 C 639.45,644.586 636.668,650.803 636.36,651.855 C 635.986,653.132 635.759,654.73 635.537,656.075 C 635.377,657.043 635.749,657.763 635.418,658.752 C 635.091,659.73 634.587,660.636 634.249,661.607 C 634.804,659.615 633.751,662.156 633.523,662.441 C 632.883,663.241 632.056,663.538 631.287,664.165 C 630.635,664.696 630.046,665.376 629.654,666.123 C 629.468,666.441 629.368,666.784 629.353,667.151 C 628.567,666.957 627.766,667.071 626.977,667.152" id="path2810"/>
</g>
<g class="landxx coastxx br" id="br" transform="translate(-29.9017, -45.0745)">
<path d="M 1005.837,922.033 C 1006.92,919.206 1003.98,921.508 1005.837,922.033" id="path2886"/>
<path d="M 899.788,817.853 C 900.508,817.71 901.141,817.276 901.658,816.773 C 900.864,816.658 899.999,817.015 899.788,817.853" id="path2814"/>
<path d="M 901.518,818.853 C 902.102,818.2 903.035,818.35 903.668,817.773 C 903,816.678 901.086,817.703 901.518,818.853" id="path2816"/>
<path d="M 914.618,786.312 C 914.785,786.072 914.951,785.832 915.118,785.592 C 914.317,785.362 914.15,785.603 914.618,786.312" id="path2846"/>
<path d="M 915.268,788.399 C 916.376,787.852 915.803,786.89 915.268,786.168 C 914.184,786.67 914.764,787.72 915.268,788.399" id="path2848"/>
<path d="M 903.748,817.413 C 905.719,816.93 910.484,812.225 909.345,809.981 C 908.182,807.691 905.955,810.774 905.661,811.995 C 905.446,812.891 905.835,813.849 904.935,814.442 C 903.96,815.083 903.235,816.166 903.748,817.413" id="path2818"/>
<path d="M 907.638,808.853 C 908.384,808.354 910.404,806.991 909.438,805.893 C 908.398,806.438 907.985,807.826 907.638,808.853" id="path2820"/>
<path d="M 907.708,815.183 C 908.779,814.808 909.624,813.267 908.928,812.234 C 908.915,813.394 907.695,814.036 907.708,815.183" id="path2822"/>
<path d="M 910.797,812.163 C 909.974,812.438 909.367,813.185 909.217,814.033 C 910.216,813.791 910.447,812.683 911.238,812.163 C 911.091,812.163 910.944,812.163 910.797,812.163" id="path2824"/>
<path d="M 909.717,809.353 C 910.04,808.645 910.186,807.846 911.017,807.553 C 909.898,806.442 909.438,808.575 909.717,809.353" id="path2826"/>
<path d="M 909.578,812.953 C 910.229,812.227 910.65,811.292 911.435,810.685 C 911.874,810.345 912.124,809.429 911.246,809.741 C 910.291,810.081 909.496,812.014 909.578,812.953" id="path2828"/>
<path d="M 910.078,809.423 C 910.658,809.249 911.12,808.779 910.868,808.133 C 910.354,808.37 910.003,808.835 910.078,809.423" id="path2830"/>
<path d="M 911.667,807.123 C 912.197,806.549 912.894,806.175 913.421,805.598 C 914.081,804.873 912.964,804.608 912.463,804.837 C 911.438,805.303 909.451,806.684 911.667,807.123" id="path2832"/>
<path d="M 910.728,809.643 C 911.339,809.319 912.636,808.86 912.168,807.914 C 911.235,807.983 911.115,809.005 910.728,809.643" id="path2834"/>
<path d="M 911.087,811.942 C 911.46,811.725 911.723,811.416 911.877,811.012 C 911.272,811.01 910.945,811.327 911.087,811.942" id="path2836"/>
<path d="M 911.308,804.603 C 911.331,804.747 911.354,804.89 911.378,805.034 C 911.943,804.963 912.423,804.723 912.818,804.314 C 912.281,803.918 911.687,804.101 911.308,804.603" id="path2838"/>
<path d="M 912.308,817.343 C 912.843,818.205 913.205,819.206 913.929,819.941 C 914.474,820.495 916.713,820.66 915.558,820.013 C 916.583,820.13 917.861,819.523 918.811,819.799 C 919.483,819.994 920.469,820.535 920.238,819.293 C 920.39,819.565 920.557,819.829 920.738,820.083 C 921.446,819.603 922.172,818.92 922.178,817.993 C 922.581,819.488 925.148,818.419 925.968,817.992 C 927.464,817.214 927.42,815.642 928.288,814.356 C 929.124,813.117 929.388,811.877 929.672,810.431 C 929.939,809.074 931.521,806.769 929.149,806.623 C 927.294,806.509 924.951,805.352 923.189,806.113 C 922.412,806.449 923.272,806.78 922.037,806.726 C 920.952,806.679 920.065,806.532 919.008,806.253 C 917.077,805.744 914.557,804.882 913.28,807.041 C 912.577,808.229 912.517,810.117 914.118,810.574 C 913.537,810.449 912.96,810.305 912.388,810.143 C 912.15,810.806 912.634,811.109 912.598,811.734 C 912.557,812.454 911.977,813.001 912.361,813.77 C 912.78,814.61 913.982,813.506 914.618,813.674 C 913.634,815.333 913.845,814.143 912.098,814.394 C 912.483,815.288 912.351,816.399 912.308,817.343" id="path2840"/>
<path d="M 913.898,804.603 C 914.859,805.315 914.844,804.283 914.53,803.651 C 913.805,802.194 913.033,803.745 913.898,804.603" id="path2842"/>
<path d="M 914.837,803.163 C 915.562,802.088 916.11,800.823 915.117,799.703 C 914.669,800.578 913.814,802.876 914.837,803.163" id="path2844"/>
<path d="M 917.638,804.603 C 918.336,806.015 919.708,803.778 920.294,803.175 C 921.824,801.599 919.091,801.872 918.246,802.136 C 917.412,802.396 915.534,802.478 915.248,803.522 C 915.007,804.403 917.155,804.542 917.638,804.603" id="path2850"/>
<path d="M 916.268,801.653 C 916.672,801.327 918.618,799.842 917.883,799.218 C 916.709,798.221 915.382,800.746 916.268,801.653" id="path2852"/>
<path d="M 916.348,802.653 C 916.802,802.461 917.185,802.174 917.498,801.793 C 916.891,801.701 916.484,802.095 916.348,802.653" id="path2854"/>
<path d="M 916.348,798.192 C 917.066,798.17 917.952,797.966 917.858,797.043 C 917.095,796.821 916.088,797.24 916.348,798.192" id="path2856"/>
<path d="M 918.068,796.603 C 918.524,796.334 918.597,795.978 918.288,795.534 C 917.853,795.809 917.78,796.165 918.068,796.603" id="path2858"/>
<path d="M 920.018,804.603 C 918.987,806.184 921.529,805.88 922.332,805.611 C 923.749,805.136 921.246,803.383 920.018,804.603" id="path2860"/>
<path d="M 926.208,820.223 C 926.447,819.598 926.59,818.951 926.638,818.284 C 925.74,818.599 925.263,819.6 926.208,820.223" id="path2862"/>
<path d="M 930.028,814.683 C 931.976,816.591 930.451,812.362 930.028,814.683" id="path2864"/>
<path d="M 935.788,810.573 C 936.548,810.92 935.817,809.821 935.788,809.783 C 935.788,810.046 935.788,810.31 935.788,810.573" id="path2866"/>
<path d="M 944.858,813.453 C 945.253,813.345 945.446,813.082 945.438,812.663 C 944.668,812.497 944.475,812.76 944.858,813.453" id="path2872"/>
<path d="M 956.518,816.772 C 957.074,816.57 957.382,816.119 957.098,815.543 C 956.82,816.361 956.627,816.528 956.518,816.043 C 956.518,816.286 956.518,816.529 956.518,816.772" id="path2874"/>
<path d="M 958.248,819.073 C 958.511,818.976 958.775,818.88 959.038,818.783 C 958.35,818.328 958.086,818.425 958.248,819.073" id="path2876"/>
<path d="M 959.837,831.173 C 960.306,830.228 960.661,829.286 960.627,828.213 C 959.484,828.699 959.883,830.222 959.837,831.173" id="path2878"/>
<path d="M 966.528,824.973 C 966.745,824.733 966.961,824.493 967.178,824.253 C 966.411,824.183 966.194,824.422 966.528,824.973" id="path2882"/>
<path class="landxx br" d="M 736.705,869.763 C 737.21467,868.78423 736.99677,868.25129 738.126,868.048 C 739.25237,867.84522 737.9418,866.49605 738.26,864.987 C 738.77353,862.55166 740.6267,862.34388 742.23141,861.3016 C 743.37409,860.5594 742.538,858.928 742.259,857.735 C 742.004,856.641 742.572,855.655 743.184,854.793 C 744.413,853.061 743.108,850.545 744.362,849.023 C 745.008,848.238 746.384,848.187 747.145,847.442 C 747.82,846.781 747.8446,846.0228 748.7806,845.6988 C 749.9856,845.2808 750.666,844.099 751.826,843.623 C 752.9,843.183 754.561,843.213 755.724,842.971 C 757.106,842.683 758.25618,842.74917 759.275,841.668 C 759.43866,841.49432 759.69294,840.78975 761.23,840.429 C 761.80293,840.29453 761.93177,840.55269 762.711,840.723 C 763.37776,840.86873 764.115,841.662 764.498,842.182 C 764.692,841.942 764.885,841.703 765.078,841.462 C 766.121,843.181 766.64,839.752 766.73,839.144 C 767.143,836.37 767.55735,833.59454 767.834,830.803 C 768.20958,827.01315 768.6217,823.21167 769.388,819.502 C 769.71306,817.92839 770.36921,816.4994 769.99121,814.8634 C 769.62821,813.2904 768.51874,812.48178 768.46841,810.79879 C 768.41641,809.05979 767.575,808.7659 766.285,807.558 C 764.84431,806.209 764.82061,804.792 764.82061,803.079 C 764.82061,802.083 764.664,800.831 765.199,799.914 C 766.55819,798.43964 769.24916,797.6842 770.325,798.787 C 771.502,799.412 771.91371,799.05795 771.82,797.699 C 771.674,795.58183 768.418,794.44146 766.586,795.456 C 766.57597,793.92474 765.76256,791.2729 766.47902,789.94502 C 767.176,788.65323 769.709,789.697 770.627,789.697 C 772.822,789.697 774.87901,789.6586 777.07001,789.7486 C 777.45801,789.7646 778.69781,789.8926 778.81481,789.2866 C 778.87581,788.9726 778.69112,788.06369 779.10804,787.79218 C 780.64601,786.7906 780.27227,789.93171 781.53041,789.3136 C 782.60406,788.78613 783.19891,787.44696 784.118,786.711 C 785.80362,785.36124 786.64385,787.38872 787.0536,788.3518 C 787.86748,790.2648 787.86907,791.2 787.67779,793.065 C 787.63277,793.504 787.361,794.491 788.16,794.344 C 789.278,794.138 789.05402,793.50624 789.93402,794.39324 C 791.00902,795.47624 791.71064,796.86403 793.12864,797.51903 C 795.03364,798.39803 796.30359,797.00686 797.773,796.283 C 800.68803,794.847 799.12659,798.273 799.555,799.055 C 800.265,798.824 801.43221,796.979 801.86321,796.359 C 802.59721,795.305 802.91821,794.6676 804.20021,794.1716 C 805.27221,793.7566 805.85162,793.6074 806.66762,792.8074 C 807.24762,792.2384 808.764,791.161 808.704,792.722 C 809.56,791.3 810.516,790.78 810.934,789.122 C 811.264,787.818 811.75683,787.8655 812.91621,787.3746 C 813.41413,787.16378 815.2958,786.19447 815.52142,785.8552 C 816.90037,783.78164 815.86252,783.40343 814.24275,783.59859 C 813.44804,783.69434 812.11541,783.66889 811.47799,783.13658 C 811.10362,782.82395 811.54165,781.39593 811.39381,780.996 C 810.65118,778.987 809.87503,778.20919 809.924,774.865 C 809.94452,773.46365 808.8966,772.49699 807.81,771.38 C 807.18875,770.74137 805.165,768.474 806.114,767.521 C 806.764,767.806 807.1016,768.7224 807.8056,768.7914 C 808.7686,768.8854 810.84112,768.17709 811.08979,769.6268 C 811.26348,770.63939 811.65229,770.89668 812.768,770.74698 C 814.60501,770.50051 815.6643,771.40758 815.974,770.851 C 817.418,768.25587 818.53539,774.02415 820.54301,773.6576 C 821.85539,773.41799 820.64383,770.96176 821.305,769.933 C 821.70739,769.30689 822.785,769.625 823.371,768.924 C 824.224,767.903 825.03715,769.29335 825.91021,768.9914 C 827.28327,768.51653 830.37749,767.69299 830.9984,766.53181 C 831.04227,766.44976 832.66593,765.51166 832.856,765.527 C 833.65685,765.59162 834.62922,766.02936 835.1724,765.04659 C 836.05316,763.45301 839.30155,762.41271 836.994,759.42461 C 838.087,759.25961 839.01934,759.43272 840.122,759.11502 C 841.018,758.85686 841.68115,759.14445 842.27581,760.0524 C 843.53883,761.98087 841.92346,763.36737 841.61701,765.08 C 841.45958,765.9598 843.54252,765.50252 844.663,766.622 C 844.91211,766.87089 844.35,767.595 844.563,768.093 C 844.909,768.901 845.2928,769.52921 845.7408,770.26321 C 846.2368,771.07621 843.96018,773.2322 843.78018,773.9042 C 843.60018,774.5732 843.587,775.34 843.411,776.063 C 843.088,777.389 842.3514,778.41621 842.1914,779.77521 C 841.9554,781.79121 842.24314,783.63384 843.569,784.936 C 844.5178,785.86784 843.458,788.7879 844.702,788.692 C 844.607,788.932 844.51,789.172 844.412,789.412 C 845.91087,789.58107 847.04245,791.26127 847.641,792.384 C 848.13909,793.31831 849.14145,792.45471 849.73302,793.32662 C 850.26249,794.10699 851.16547,793.91435 851.629,794.009 C 852.15659,794.11673 852.6889,792.6787 853.28061,792.18783 C 855.38452,790.44245 856.82399,790.60996 858.50101,789.8856 C 859.46536,789.46907 859.94921,790.06041 860.76321,789.07841 C 861.84021,787.77941 862.96014,787.07785 864.839,787.65981 C 866.367,788.13309 867.16704,787.20577 868.76304,787.65602 C 869.80408,787.94971 872.6792,789.40796 873.0694,787.63301 C 873.4284,786.00001 871.41224,785.8726 872.16318,784.3626 C 873.5418,781.59044 873.81952,783.98161 875.468,783.564 C 876.51125,783.29971 877.24548,783.05437 878.19582,782.70321 C 880.21085,781.95866 880.11999,782.3592 881.61899,783.6032 C 881.91599,783.8492 881.697,783.011 882.056,783.567 C 882.502,784.258 883.2044,784.4954 883.8554,784.9884 C 884.6974,785.6264 885.483,785.709 886.358,786.186 C 886.73146,786.54159 887.28499,785.09938 889.228,784.403 C 889.718,784.131 890.334,784.782 890.855,784.829 C 891.497,784.887 893.9584,784.19181 893.4944,785.51481 C 894.2024,785.18081 895.3274,786.01481 895.9114,785.49081 C 896.7364,784.74981 897.47202,784.4384 898.09202,783.4844 C 898.96702,782.1384 900.61975,777.81229 901.50612,776.47456 C 904.30187,772.2552 906.9131,768.80364 905.64408,766.03177 C 905.73508,766.60877 907.239,769.684 907.634,770.115 C 907.305,769.179 906.519,768.021 907.344,767.091 C 909.53,768.445 909.813,770.623 909.574,772.995 C 909.698,772.297 909.765,771.536 910.364,771.051 C 910.281,774.186 910.606,777.458 911.713,780.407 C 912.165,781.613 914.021,785.271 912.664,786.386 C 913.712,786.04 913.887,787.172 914.217,787.859 C 914.86,789.197 916.379,788.66 917.494,789.122 C 920.038,790.177 919.548,793.177 917.344,794.162 C 917.917,794 918.56,794.102 919.004,794.521 C 918.035,795.49 916.353,796.36 915.962,797.769 C 915.76,798.494 914.935,798.822 914.545,799.415 C 913.954,800.313 913.693,801.312 912.973,802.141 C 911.997,803.263 910.743,804.079 909.65,805.073 C 908.3,806.302 907.596,807.953 906.46,809.355 C 905.407,810.654 905.02,811.656 905.168,813.328 C 905.25,814.265 903.522,814.431 903.461,815.718 C 903.379,817.453 902.111,816.518 901.223,816.489 C 900.41,816.462 897.854,817.715 897.555,818.496 C 898.274,818.329 902.157,817.591 901.075,819.366 C 901.81,818.557 902.956,818.631 903.846,818.107 C 904.885,817.496 905.683,816.832 906.806,816.35 C 908.268,815.722 910.428,813.901 911.236,812.525 C 913.128,813.623 911.322,816.464 912.554,817.983 C 913.049,818.592 912.572,820.223 913.388,820.464 C 914.069,820.664 915.248,820.268 914.835,821.456 C 916.433,821.769 919.293,818.856 919.585,822.176 C 919.442,821.153 920.452,820.963 921.217,820.816 C 921.599,820.828 921.871,820.657 922.033,820.302 C 922.33,819.511 923.178,819.805 923.834,819.656 C 922.982,822.33 922.188,824.077 922.314,826.855 C 923.534,825.28 922.813,821.853 924.861,820.887 C 926.224,820.245 926.449,820.054 927.256,818.738 C 928.588,816.563 928.952,818.173 930.304,819.006 C 930.276,818.549 930.159,818.115 929.954,817.706 C 930.707,817.654 931.444,817.483 932.184,817.346 C 931.424,816.964 930.571,817.28 929.804,817.416 C 929.61,816.365 930.354,816.321 930.943,815.757 C 931.836,814.901 930.872,813 931.972,811.914 C 933.268,810.634 932.902,811.713 933.764,811.376 C 934.37,811.14 935.639,809.612 935.784,811.156 C 936.978,809.991 937.045,811.618 938.154,811.225 C 937.677,810.815 937.566,810.198 937.864,809.645 C 938.545,809.844 940.17,810.241 939.814,811.295 C 940.05,811.167 940.29,811.047 940.534,810.935 C 940.631,811.202 940.727,811.469 940.824,811.736 C 941.446,811.242 941.544,811.238 941.544,812.086 C 942.12,811.896 942.524,811.41 942.554,810.796 C 942.192,811.728 943.465,811.902 943.124,812.817 C 943.213,812.231 943.59,811.853 944.204,812.087 C 944.195,812.706 943.788,813.174 943.194,813.317 C 944.222,812.72 945.158,814.181 946.144,813.247 C 946.012,814.601 947.012,813.8 947.304,813.097 C 946.891,814.737 948.267,814.058 948.164,815.118 C 948.55,814.964 948.84,814.701 949.034,814.328 C 948.901,815.256 950.058,814.917 950.254,815.767 C 950.5,815.533 950.74,815.293 950.974,815.047 C 951.021,815.586 951.215,816.066 951.554,816.487 C 951.792,816.295 952.029,816.102 952.264,815.907 C 952.387,816.627 952.671,816.97 953.344,816.266 C 952.819,816.641 952.681,817.238 953.064,817.776 C 953.213,817.222 953.64,816.796 954.213,816.696 C 953.4,817.428 953.689,818.989 954.434,819.657 C 954.759,819.048 954.368,818.022 955.19,817.704 C 956.684,817.124 956.015,818.197 956.734,818.427 C 956.692,817.826 957.05,817.355 957.594,817.137 C 957.344,817.609 957.224,818.113 957.234,818.647 C 958.943,817.622 957.01,820.681 958.824,819.578 C 958.574,819.807 958.334,820.048 958.104,820.298 C 958.687,820.5 959.22,820.214 959.543,819.728 C 959.052,820.792 960.782,820.21 960.033,821.637 C 959.364,822.912 959.679,823.974 958.033,824.478 C 958.625,824.106 959.088,824.438 959.253,825.048 C 959.295,824.133 960.302,822.727 961.146,823.914 C 962.048,825.185 960.468,825.582 959.971,826.537 C 959.547,827.351 958.793,829.861 959.084,830.744 C 959.406,831.721 957.856,832.532 958.534,833.259 C 958.624,831.886 960.253,831.47 960.834,830.379 C 961.411,829.295 961.032,827.479 961.66,826.587 C 961.981,826.129 963.43,825.088 963.899,825.878 C 964.669,827.174 962.231,827.865 962.065,828.939 C 962.775,828.482 963.015,828.652 962.785,829.449 C 963.624,829.043 964.803,825.757 965.235,827.429 C 965.306,826.275 967.531,825.649 968.395,826.139 C 968.303,823.867 973.012,826.383 973.847,826.864 C 974.439,827.205 977.7,828.532 977.755,829.159 C 978.465,828.696 980.348,829.867 979.995,828.369 C 980.938,828.578 981.576,829.283 982.435,829.659 C 983.425,830.091 984.487,830.025 985.315,830.819 C 985.299,829.434 986.154,829.581 987.23,829.542 C 989.387,829.465 991.293,828.6 993.49,829.069 C 997.512,829.927 1001.233,833.361 1004.368,835.821 C 1005.412,836.64 1006.609,836.778 1007.475,837.809 C 1008.304,838.797 1008.945,839.901 1009.73,840.915 C 1010.615,842.059 1011.8,842.569 1012.612,843.693 C 1013.479,844.893 1015.073,845.025 1016.027,846.266 C 1016.985,847.512 1018.381,847.008 1019.474,848.081 C 1020.739,849.324 1022.961,848.822 1024.513,848.628 C 1028.081,848.183 1030.717,849.517 1031.754,853.057 C 1032.156,854.428 1032.758,855.793 1032.782,857.245 C 1032.789,857.683 1032.417,858.416 1032.755,858.584 C 1033.142,858.775 1033.357,859.306 1033.511,859.674 C 1034.159,861.223 1035.258,864.673 1034.424,866.307 C 1034.654,865.956 1034.867,865.597 1035.064,865.227 C 1034.908,866.865 1036.105,868.838 1034.424,870.047 C 1034.69,870.111 1034.953,870.184 1035.214,870.267 C 1034.541,871.622 1035.607,873.254 1034.784,874.482 C 1033.932,875.754 1034.568,877.468 1033.901,878.804 C 1033.125,880.355 1032.856,882.097 1032.137,883.672 C 1031.347,885.405 1029.625,886.536 1028.954,888.337 C 1028.704,888.159 1028.464,887.969 1028.234,887.767 C 1028.287,888.497 1028.059,889.406 1027.364,888.197 C 1027.485,888.657 1027.775,888.898 1028.234,888.918 C 1027.184,890.989 1025.646,893.691 1023.907,895.258 C 1023.19,895.904 1022.222,896.162 1021.492,896.804 C 1020.731,897.473 1020.138,898.349 1019.234,898.848 C 1019.385,898.233 1018.991,897.8 1018.434,897.628 C 1018.365,898.297 1019.205,898.513 1019.084,899.138 C 1018.927,899.943 1018.232,901.017 1017.434,900.008 C 1017.829,900.524 1018.759,901.022 1018.197,901.8 C 1017.872,902.251 1016.515,903.745 1017.064,902.088 C 1016.613,902.805 1016.707,903.708 1016.064,904.328 C 1016.353,904.238 1016.64,904.141 1016.924,904.038 C 1015.34,906.299 1012.822,917.691 1008.714,916.998 C 1009.47,915.276 1007.723,914.955 1007.204,913.607 C 1007.17,914.388 1006.307,916.583 1005.624,914.908 C 1005.836,915.609 1006.92,915.897 1006.888,916.652 C 1006.83,917.979 1005.153,918.926 1005.624,920.378 C 1004.47,919.598 1004.707,921.586 1004.685,922.398 C 1004.768,922.026 1004.887,921.666 1005.044,921.319 C 1005.431,922.329 1005.44,923.204 1005.404,924.268 C 1005.124,924.046 1004.861,923.806 1004.614,923.548 C 1005.239,924.077 1005.798,925.787 1005.554,926.578 C 1005.75,926.074 1005.94,925.567 1006.124,925.057 C 1006.223,928.086 1005.258,930.831 1005.695,933.905 C 1006.07,936.542 1007.217,939.303 1007.348,941.932 C 1007.58,946.6 1004.65,950.948 1005.948,955.736 C 1006.673,958.406 1004.984,958.734 1003.84,960.741 C 1002.521,963.054 1002.319,965.928 1002.649,968.523 C 1002.884,970.375 1003.981,974.106 1001.789,975.069 C 999.722,975.978 1001.382,980.024 998.925,980.356 C 1000.67,981.9 997.715,983.834 996.718,984.784 C 995.864,985.598 996.111,986.212 995.809,987.304 C 995.364,988.915 994.631,990.367 994.89,992.084 C 995.025,992.977 995.672,994.372 995.002,995.187 C 993.897,996.532 992.207,996.49 990.818,997.319 C 989.876,997.882 988.905,998.931 988.482,999.947 C 988.208,1000.604 988.527,1001.213 988.718,1001.84 C 988.915,1002.483 988.088,1002.818 988.415,1003.537 C 987.432,1002.449 984.612,1002.994 983.375,1003.252 C 982.651,1003.403 981.488,1003.802 980.785,1003.397 C 979.742,1002.796 980.483,1001.783 980.425,1000.877 C 978.109,1001.148 980.01,1002.114 979.701,1003.279 C 979.395,1004.432 974.767,1003.985 973.724,1004.547 C 974.431,1003.793 975.652,1004.131 976.534,1003.827 C 975.586,1002.98 974.526,1002.519 973.351,1003.235 C 972.308,1003.87 971.84,1003.365 970.762,1003.487 C 969.98,1003.575 968.68,1003.665 968.407,1004.593 C 968.152,1005.458 969.486,1005.839 969.985,1006.207 C 968.848,1007.135 967.334,1006.159 966.59,1007.256 C 965.95,1008.2 964.923,1008.312 964.038,1008.927 C 963.256,1009.469 964.219,1010.304 963.435,1010.818 C 962.351,1011.529 960.504,1009.516 958.964,1010.818 C 958.802,1010.955 957.735,1012.915 957.352,1012.431 C 957.018,1012.011 957.281,1011.394 956.444,1011.537 C 956.885,1012.846 955.191,1012.996 954.251,1013.623 C 953.097,1014.393 952.564,1015.488 951.653,1016.477 C 950.66,1017.553 949.132,1017.853 948.056,1018.823 C 947.138,1019.653 946.614,1020.91 945.573,1021.607 C 945.812,1021.755 946.052,1021.902 946.293,1022.047 C 945.485,1022.883 944.679,1023.857 944.203,1024.927 C 944.129,1024.382 944.272,1023.903 944.633,1023.488 C 943.881,1023.81 943.102,1023.603 942.403,1023.267 C 942.728,1024.761 941.897,1025.625 940.463,1024.417 C 940.448,1025.278 942.483,1026.164 943.263,1026.077 C 942.725,1026.577 942.538,1027.253 942.403,1027.947 C 942.296,1028.501 941.176,1028.325 940.823,1028.597 C 941.305,1028.582 941.785,1028.605 942.263,1028.667 C 942.046,1029.348 942.327,1030.046 942.129,1030.724 C 941.896,1031.521 941.048,1031.658 940.823,1030.757 C 941.101,1031.346 940.973,1032.147 941.626,1032.427 C 942.48,1032.793 941.981,1034.604 942.183,1035.297 C 942.505,1036.401 943.874,1038.018 943.263,1039.397 C 944.319,1039.146 944.211,1040.392 943.343,1040.547 C 944.294,1041.273 943.551,1044.348 944.312,1045.62 C 945.025,1046.812 943.76,1049.774 943.703,1050.987 C 943.325,1050.71 943.012,1050.373 942.763,1049.976 C 943.022,1050.593 942.999,1051.326 943.773,1051.567 C 942.969,1052.701 941.691,1053.378 940.661,1054.274 C 939.564,1055.229 938.806,1056.507 938.127,1057.775 C 936.476,1060.86 935.994,1064.148 935.117,1067.488 C 934.294,1070.625 932.737,1073.473 930.929,1076.141 C 929.188,1078.71 926.656,1080.545 924.622,1082.886 C 924.984,1081.958 924.467,1080.826 924.262,1079.926 C 925.322,1080.217 925.74,1080.309 926.679,1079.656 C 927.514,1079.076 927.98,1077.742 928.735,1077.318 C 929.778,1076.732 929.954,1076.246 929.95,1075.041 C 929.947,1074.264 930.085,1072.902 931.033,1074.025 C 930.678,1072.882 931.214,1072.448 931.886,1071.651 C 932.437,1070.997 932.553,1070.246 932.432,1069.417 C 932.345,1068.815 931.706,1066.801 933.042,1068.046 C 933.075,1067.733 932.646,1065.802 932.149,1065.973 C 931.833,1066.081 930.104,1067.384 930.092,1067.766 C 929.617,1067.228 929.345,1066.587 928.64,1066.336 C 927.808,1066.04 927.968,1064.856 927.211,1064.456 C 927.145,1066.426 928.079,1066.348 928.861,1067.766 C 927.208,1068.17 928.41,1070.08 928.291,1071.146 C 928.176,1070.62 927.96,1070.141 927.642,1069.707 C 927.405,1070.388 928.049,1071.262 927.708,1071.832 C 927.557,1072.085 927.026,1072.038 927.1,1072.431 C 927.411,1074.07 926.016,1074.945 924.854,1075.608 C 923.937,1076.131 924.304,1077.275 924.041,1078.136 C 923.82,1078.858 922,1080.623 923.751,1080.796 C 922.821,1081.375 923.482,1082.651 924.401,1081.945 C 924.549,1082.862 923.873,1083.714 923.503,1084.487 C 922.898,1085.754 922.944,1087.282 922.751,1088.645 C 922.371,1091.33 920.732,1092.931 919.341,1095.107 C 918.7755,1095.9915 918.03739,1096.4853 917.57881,1096.3039 C 917.09284,1096.1117 916.44847,1094.9464 916.20964,1094.3955 C 915.76569,1093.3715 915.95144,1092.5106 915.88373,1091.6302 C 915.79534,1090.4808 916.92275,1089.6274 917.42591,1088.6805 C 918.21576,1087.194 916.507,1086.527 915.497,1086.059 C 914.321,1085.514 913.84006,1084.4884 913.129,1083.465 C 911.47049,1081.078 909.15361,1081.188 907.596,1079.512 C 906.30794,1078.1619 904.8013,1077.4147 903.231,1076.545 C 902.656,1076.27 902.437,1075.6949 901.861,1075.4319 C 900.22289,1076.4744 898.24154,1072.9068 896.541,1071.575 C 897.41472,1072.8161 893.90135,1074.9251 893.97873,1072.29 C 894.03997,1070.2046 891.458,1068.869 889.986,1067.759 C 888.893,1066.935 886.73536,1064.0674 885.08736,1065.2614 C 884.53836,1065.6594 884.51004,1066.3955 883.639,1066.624 C 882.8282,1066.8367 881.70786,1066.7343 880.97191,1065.814 C 882.51252,1065.1975 882.09995,1062.7652 883.86609,1062.05 C 885.44397,1061.411 886.0645,1059.2098 886.681,1057.576 C 887.37969,1055.7244 888.69719,1054.1563 889.61819,1052.4283 C 890.08519,1051.5533 891.21,1049.223 892.431,1050.483 C 892.723,1049.897 892.462,1049.385 891.861,1049.182 C 892.832,1048.007 893.82382,1046.4925 895.16182,1045.7425 C 896.53082,1044.9745 896.78309,1044.3596 897.72209,1043.3416 C 898.66909,1042.3136 899.87573,1042.1537 901.04773,1041.5557 C 901.90373,1041.1177 903.517,1039.241 904.602,1039.752 C 904.85,1037.975 904.788,1036.547 904.74,1034.773 C 904.682,1032.621 904.475,1031.49 903.745,1029.484 C 903.228,1028.066 902.903,1026.43 901.324,1025.87 C 900.412,1025.546 898.684,1025.417 898.482,1026.722 C 898.19725,1026.452 897.49843,1026.6469 896.98172,1026.3046 C 896.61139,1026.0593 896.81563,1025.083 896.77909,1024.446 C 896.68167,1022.748 897.2245,1021.5332 897.43275,1019.7862 C 897.57544,1018.5892 897.29402,1016.8496 897.83102,1015.7536 C 898.39102,1014.6096 896.832,1013.686 898.122,1012.753 C 897.239,1012.149 896.5794,1011.076 895.4324,1010.94 C 894.2264,1010.796 893.33802,1011.8074 892.292,1012.173 C 889.25585,1013.2341 888.60236,1010.2731 888.042,1008.003 C 887.70862,1006.6524 886.74431,1005.2575 886.49631,1003.8915 C 885.62271,1000.7207 884.69774,999.55112 883.6195,997.99529 C 882.4095,997.67729 881.22583,997.4376 880.21552,996.55421 C 879.12862,995.60386 879.13801,996.31427 878.16205,997.89559 C 876.17439,1001.1161 876.4713,997.85069 875.5193,997.72869 C 874.14925,997.55312 872.50461,997.58178 871.27561,996.91278 C 870.62161,996.55678 868.01904,996.29007 867.81944,995.45945 C 867.61537,994.61018 868.25508,993.81402 868.461,993.022 C 868.66239,992.24737 867.872,991.093 868.174,990.316 C 868.705,988.947 868.139,987.702 868.42,986.381 C 868.635,985.367 866.8218,984.9802 867.7858,983.8382 C 866.61123,983.36124 866.16424,981.3575 865.5616,980.0798 C 864.2466,978.2398 868.67421,978.1716 866.80421,976.7276 C 864.54221,974.9816 865.409,973.683 866.478,971.236 C 866.767,970.575 867.71321,969.20501 867.36321,968.57401 C 866.77021,967.50501 867.293,966.714 867.567,965.52 C 868.73541,962.31509 867.93836,961.86749 866.871,959.541 C 865.89421,958.08254 865.97672,955.71816 865.058,956.089 C 863.47226,956.72908 861.36,954.67216 860.798,952.945 C 860.42529,951.79958 859.959,950.427 859.924,949.216 C 859.889,948.006 860.792,946.99 860.751,945.72 C 858.318,946.276 855.7558,946.0886 853.3028,945.8376 C 851.7458,945.6786 848.2032,946.1506 847.0822,944.9006 C 846.0602,943.7596 846.275,941.406 846.033,939.987 C 845.711,938.101 843.476,936.994 843.401,935.28 C 844.023,935.215 844.646,935.192 845.271,935.21 C 844.8499,933.13493 844.17949,930.28477 843.47062,928.72562 C 843.07719,927.86027 843.03027,927.67444 843.0858,926.8518 C 843.1572,925.79416 843.20496,924.9786 842.32702,924.28481 C 840.15036,922.5647 837.82291,921.42687 836.6474,921.5601 C 832.69779,922.00775 833.7329,921.67512 832.51902,921.66481 C 831.53364,921.65644 830.239,919.482 829.772,918.855 C 829.261,918.171 828.897,918.494 828.22,918.44 C 827.61,918.391 826.27529,917.4006 825.7304,917.1322 C 825.3484,916.94404 824.79596,916.99596 824.296,916.76 C 823.1284,916.20895 823.10076,915.31177 822.61101,914.6518 C 821.97467,913.79431 821.837,913.979 820.971,914.365 C 819.952,914.82 819.41501,913.6536 818.72301,913.1996 C 816.92601,912.0166 816.398,913.394 814.574,912.965 C 812.484,912.475 812.28,912.313 811.143,910.716 C 810.607,909.963 808.6826,908.7362 807.7996,908.6442 C 806.9336,908.5542 807.248,907.297 806.73,906.722 C 806.353,906.305 805.49544,906.37901 805.501,905.727 C 805.5131,904.30752 803.85865,903.03394 803.76702,901.51622 C 803.71504,900.6554 804.35793,900.13336 804.462,899.257 C 804.54699,898.54135 803.52131,898.40637 803.374,897.594 C 803.24717,896.89456 803.1711,896.04713 803.154,895.604 C 803.11971,894.71521 803.57262,893.99481 803.71662,893.21781 C 803.99262,891.73081 804.094,889.36 802.719,888.409 C 802.385,888.723 802.101,889.528 801.548,889.484 C 800.164,889.373 799.08852,889.31303 797.704,889.547 C 796.18761,889.80325 793.62338,890.12463 792.639,891.249 C 790.97857,893.14557 790.73322,894.39299 788.45694,894.46022 C 787.93694,894.47558 786.50098,895.50924 786.37498,896.30162 C 786.19939,897.40588 784.98339,896.94999 784.34239,896.88799 C 783.32639,896.78799 782.52315,897.69763 782.386,898.5 C 782.20316,899.56969 781.20249,900.23053 780.034,900.532 C 779.65684,900.62931 777.90043,901.54578 778.24299,900.17002 C 778.33398,899.80459 777.18041,899.73645 776.3466,899.70919 C 774.14807,899.63731 770.9893,899.18984 769.3466,899.28679 C 768.308,899.34809 767.17061,900.6022 766.04161,900.2542 C 765.36861,900.0472 764.631,898.933 763.907,899.569 C 763.58427,896.93264 763.39726,894.01024 763.3258,891.50901 C 763.28922,890.2285 763.476,889.965 763.851,888.878 C 763.872,888.526 763.766,888.211 763.531,887.933 C 763.159,887.211 763.829,886.896 763.987,886.249 C 762.32697,886.41298 760.54855,889.41193 759.19499,890.4906 C 757.18201,892.09476 753.832,891.429 751.527,891.139 C 751.919,889.893 750.8766,887.96299 749.9516,887.16799 C 748.2946,885.74499 745.42,886.688 743.607,885.74 C 745.716,882.977 745.029,882.196 742.758,879.865 C 742.274,879.368 742.1676,879.01999 741.9686,878.38599 C 741.7566,877.71199 741.041,877.413 740.629,876.89 C 739.68,875.688 739.9,874.174 738.423,873.209 C 739.89775,872.3635 737.09203,870.67594 736.705,869.763" id="path2812"/>
<path d="M 941.978,1032.623 C 942.196,1032.838 942.413,1033.054 942.628,1033.272 C 942.88,1032.569 943.156,1031.818 942.558,1031.182 C 942.151,1031.577 941.958,1032.058 941.978,1032.623" id="path2868"/>
<path d="M 944.428,1045.373 C 945.079,1044.473 945.659,1042.672 944.858,1041.692 C 943.806,1042.323 944.319,1044.417 944.428,1045.373" id="path2870"/>
<path d="M 965.158,1012.033 C 965.262,1011.366 964.712,1010.921 965.018,1010.233 C 964.103,1010.037 963.794,1010.982 963.648,1011.672 C 964.195,1011.609 964.698,1011.729 965.158,1012.033" id="path2880"/>
<path d="M 971.428,1005.553 C 972.019,1005.467 972.536,1005.101 972.868,1004.614 C 972.172,1004.118 971.087,1004.619 971.428,1005.553" id="path2884"/>
<path d="M 1006.848,918.293 C 1007.397,917.77 1008.744,916.901 1007.638,916.133 C 1007.82,917.019 1006.805,917.441 1006.848,918.293" id="path2888"/>
</g>
<g class="landxx coastxx sl" id="sl" transform="translate(-29.9017, -45.0745)">
<path d="M 1202.397,738.72 C 1202.327,738.888 1202.257,739.056 1202.187,739.224 C 1203.163,739.528 1204.117,739.945 1205.137,740.088 C 1205.314,739.704 1205.446,739.172 1205.012,738.897 C 1204.271,738.424 1203.213,738.77 1202.397,738.72" id="path2896"/>
<path class="landxx sl" d="M 1199.448,726.479 C 1200.064,725.914 1200.855,726.408 1201.538,725.975 C 1202.2,725.556 1202.022,724.412 1202.83,724.175 C 1204.162,723.784 1205.062,721.21 1205.479,720.048 C 1206.177,718.107 1208.233,719.536 1209.681,718.567 C 1210.92,717.737 1214.389,717.673 1215.628,718.589 C 1216.819,719.469 1217.399,720.972 1218.173,722.191 C 1218.577,722.827 1219.02,723.477 1219.289,724.186 C 1219.486,724.705 1218.904,725.336 1219.265,725.707 C 1219.71,726.165 1220.205,726.059 1220.251,726.831 C 1220.287,727.435 1220.059,728.483 1220.522,728.969 C 1221.171,729.652 1218.985,731.863 1219.108,733.032 C 1219.273,732.67 1220.887,731.82 1221.268,731.592 C 1222.749,730.702 1222.5069,731.92217 1222.148,733.038 C 1221.738,734.31275 1219.8678,733.96478 1219.7004,735.81438 C 1219.54,737.58697 1219.4805,737.50153 1218.503,738.536 C 1217.7249,739.35942 1216.9615,740.1776 1215.85,740.987 C 1214.3533,742.07692 1213.6805,744.84757 1213.021,744.64738 C 1212.3174,744.43381 1206.498,741.303 1205.569,740.52 C 1207.193,740.981 1205.917,740.214 1205.499,739.945 C 1206.193,739.461 1207.095,739.458 1207.729,738.865 C 1206.393,739.031 1204.448,739.236 1205.569,737.281 C 1204.69,739.296 1203.597,737.031 1202.844,737.135 C 1202.311,737.209 1201.847,733.674 1201.829,733.248 C 1200.728,733.504 1199.002,732.589 1199.809,731.16 C 1200.286,731.536 1200.789,731.872 1201.319,732.168 C 1200.059,731.535 1201.911,730.457 1202.619,730.512 C 1202.331,730.033 1202.464,730.156 1202.549,729.576 C 1201.899,730.883 1201.265,730.212 1200.459,729.72 C 1200.348,729.979 1200.251,730.242 1200.169,730.512 C 1199.229,728.926 1200.014,728.317 1201.389,727.992 C 1200.858,727.29 1199.808,727.352 1199.448,726.479" id="path2902"/>
</g>
<path class="landxx ml" d="M 1178.5463,631.79755 C 1179.8973,631.47255 1180.5003,632.20355 1181.5993,630.79455 C 1182.5263,629.60555 1182.1103,627.04555 1182.5633,625.56355 C 1183.5913,622.17855 1188.2933,627.78655 1188.7763,628.84555 C 1189.6743,626.38355 1191.1693,625.03455 1194.0003,626.18355 C 1195.8613,626.93855 1199.8063,626.80455 1200.2163,624.23655 C 1201.2763,626.80455 1206.5013,625.65655 1208.5463,625.50055 C 1213.5483,625.11855 1218.6803,625.38955 1223.6953,625.38955 C 1225.4613,625.38955 1227.6374,625.18382 1229.3838,625.36217 C 1230.6668,625.4932 1230.2948,623.3601 1230.4193,622.26355 C 1230.5603,621.02185 1231.7691,618.63002 1230.4713,617.80555 C 1228.2296,616.38137 1228.8296,615.12311 1228.8443,613.31355 L 1223.6153,543.23755 L 1236.8626,543.24413 C 1250.5584,553.50778 1263.4102,563.72648 1276.3665,573.90517 C 1277.9234,575.03099 1280.8498,576.15835 1280.6323,578.50223 C 1280.5642,579.23582 1280.4606,579.88946 1281.7742,580.41646 C 1282.4129,580.67268 1283.1226,580.85169 1283.6646,581.21369 C 1284.5696,581.81769 1284.4206,582.90369 1285.1436,583.62669 C 1285.8316,584.31469 1286.5499,584.40906 1287.4373,584.56255 C 1288.0818,584.67402 1287.6054,583.96987 1288.7594,584.54328 C 1289.587,584.95454 1289.9463,586.05055 1290.8923,586.34855 C 1292.3663,586.81455 1294.3411,586.93833 1295.7061,587.74533 C 1296.7021,588.33433 1296.4128,591.10269 1295.9888,592.06669 C 1295.3988,593.40769 1294.5388,594.67982 1296.6728,594.98482 C 1298.9298,595.30882 1301.4862,594.10696 1303.7162,593.82996 C 1303.4264,599.97296 1304.3028,606.49745 1303.5068,612.58209 C 1303.4153,613.28114 1303.631,613.75755 1303.1053,617.08755 C 1302.9335,618.17607 1303.3182,616.78771 1301.7928,619.98855 C 1301.3242,620.97165 1301.3513,622.16055 1300.9243,623.17455 C 1300.5123,624.15155 1299.5603,624.44955 1298.7813,625.05155 C 1297.8233,625.79055 1298.4763,626.76455 1297.1623,626.54055 C 1296.8623,626.48955 1294.2403,625.78955 1294.1203,626.24355 C 1293.8053,627.43155 1285.6115,627.02987 1284.3695,627.12887 C 1281.3285,627.37087 1281.3913,626.99755 1279.2393,629.35055 C 1278.5643,630.08955 1277.2363,630.35155 1276.2893,630.14255 C 1275.7413,630.04255 1274.4873,630.03041 1273.9313,630.04441 C 1272.9413,630.02541 1273.0053,629.26455 1273.0053,630.50355 C 1272.2873,630.23255 1271.6019,629.88846 1270.8933,629.59155 C 1269.189,628.87742 1268.7799,630.07448 1268.1338,629.59741 C 1267.505,629.13308 1266.4288,628.52475 1265.0153,629.78455 C 1263.5425,631.09723 1261.4052,632.19274 1260.564,632.75622 C 1259.1505,633.70293 1258.1129,634.44858 1256.6673,634.81255 C 1255.479,635.11174 1256.4463,637.62855 1254.6863,636.85755 C 1253.6033,636.38355 1252.6158,635.72528 1251.4678,636.52028 C 1250.4918,637.19728 1249.9643,638.44155 1249.6073,639.51055 C 1249.4033,640.12155 1249.1267,641.10205 1248.8397,641.68105 C 1248.5907,641.50989 1246.9973,641.12106 1246.3653,641.01655 C 1246.9313,642.02655 1246.3843,643.51955 1246.5153,644.61755 C 1245.5413,644.58355 1244.7613,644.42455 1245.0053,645.62555 C 1243.9713,645.52255 1240.9853,644.01055 1241.0453,642.74455 C 1239.1497,647.28505 1237.7443,645.14406 1238.7023,646.76255 C 1239.2324,647.65805 1239.2524,648.33676 1239.0389,649.10882 C 1238.9518,649.4239 1236.6752,649.0246 1237.2282,649.97846 C 1238.2474,651.73675 1237.7975,653.62981 1235.8237,655.2968 C 1234.9056,656.07218 1233.8113,655.75755 1232.7003,655.95955 C 1231.6623,656.14755 1231.0803,657.27455 1229.9553,657.21855 C 1231.9533,657.72029 1230.5053,658.76203 1231.1116,659.11442 C 1232.1402,659.71235 1231.2631,662.35798 1230.6954,663.3033 C 1230.5081,663.6153 1229.4368,663.74629 1229.5013,664.04655 C 1229.8267,665.56055 1230.0235,667.43155 1228.9803,668.79455 C 1228.5615,669.34179 1227.3393,669.32155 1226.7483,669.48555 C 1225.5113,669.82955 1226.1523,671.47255 1224.5893,671.32955 C 1222.8573,671.17055 1223.9943,667.71755 1223.4053,666.64955 C 1222.7323,666.92755 1222.6053,668.13055 1221.9653,668.30555 C 1221.2983,668.48755 1220.7923,667.56855 1220.3053,667.29755 C 1220.2663,668.11555 1220.7043,670.16755 1219.4673,670.14955 C 1218.5413,670.13455 1217.2403,670.20655 1218.0063,671.47355 C 1216.8723,671.97555 1214.0333,670.57455 1214.1863,669.16955 C 1213.6033,669.42855 1212.6603,669.12955 1212.2163,669.66355 C 1211.5203,670.50155 1211.6113,671.49955 1210.2263,671.61755 C 1211.2483,669.71455 1207.8733,669.43355 1207.8653,667.81455 C 1207.8603,666.77955 1208.1253,665.57155 1207.8823,664.56455 C 1207.5353,663.12855 1205.6293,664.80755 1204.9663,664.77655 C 1205.2193,663.85455 1205.9523,661.41955 1207.3463,661.89655 C 1207.8503,660.50755 1204.9923,659.99455 1204.8263,658.65655 C 1203.9183,659.17255 1204.0003,658.15155 1204.0833,657.57055 C 1204.2693,656.25855 1203.7423,655.75355 1203.1873,654.65455 C 1202.7503,653.78855 1203.3003,652.56155 1202.2833,652.05455 C 1201.8873,651.85655 1200.5053,651.09055 1200.0953,651.47655 C 1199.6443,651.90055 1201.0973,652.96755 1200.1203,653.42855 C 1199.0133,653.95055 1198.1413,654.83655 1197.0233,655.39455 C 1196.2483,655.78155 1195.3803,654.66655 1194.7463,654.40755 C 1193.3763,653.84855 1192.3203,653.94855 1191.3493,655.10555 C 1188.9083,658.01555 1190.2473,654.54955 1188.1273,653.83255 C 1186.7503,653.36755 1185.2953,657.77055 1183.9453,654.37355 C 1183.5133,653.28755 1185.3083,652.29355 1184.4393,651.06755 C 1183.9393,650.36155 1184.3313,648.67855 1184.6023,647.93955 C 1184.9213,647.06755 1182.2663,642.09855 1181.7173,644.25655 C 1181.0933,644.07955 1180.1003,642.14655 1179.8253,641.55955 C 1179.5783,641.03155 1180.3763,639.97355 1180.3463,638.92855 C 1180.3023,637.35855 1180.4813,636.69055 1179.3703,635.45555 C 1178.9843,635.02655 1178.5803,634.51455 1178.8373,633.89655 C 1179.2753,632.83755 1178.9703,632.83855 1178.5463,631.79755" id="ml"/>
<path class="landxx cd" d="M 1363.8063,809.49855 C 1364.4923,808.97755 1365.3416,809.41874 1365.6106,808.48674 C 1365.8286,807.73174 1366.451,804.76555 1365.921,804.15855 C 1364.534,802.57055 1369.9153,800.17055 1370.9263,799.26755 C 1371.1993,800.41455 1372.8793,800.58155 1372.9463,801.78855 C 1373.4843,801.22955 1374.1953,800.89855 1374.7933,800.41755 C 1375.6093,799.76155 1375.2683,798.57255 1375.9763,797.82855 C 1377.1763,799.41955 1378.9733,796.37555 1380.3903,797.08455 C 1381.7403,797.76055 1380.4943,798.06155 1380.2863,798.90855 C 1380.0533,799.85955 1380.6563,800.90155 1380.6563,801.85755 C 1381.2553,801.08555 1382.5783,802.05955 1383.3863,801.49855 C 1384.5793,800.66955 1385.3203,799.09455 1386.2283,797.98255 C 1386.6993,797.40655 1388.6143,796.48155 1388.7153,795.95855 C 1388.9843,794.57655 1390.1343,794.24555 1391.2763,793.75855 C 1393.9333,792.62455 1394.4093,787.62055 1394.3453,785.23055 C 1394.2963,783.41155 1394.4623,781.76755 1394.2333,779.95155 C 1394.0143,778.20955 1396.207,777.76255 1396.9426,776.38455 C 1398.6756,773.13802 1398.5434,771.08368 1402.0653,768.69255 C 1403.5473,767.68636 1404.4503,766.50355 1405.4343,765.11555 C 1406.4143,763.73355 1405.7063,761.71555 1406.1043,760.13055 C 1406.4543,758.73855 1407.1353,752.76255 1407.1953,751.19555 C 1407.2633,749.42455 1408.2893,747.87155 1408.5803,746.14555 C 1408.8623,744.47455 1408.3743,742.70755 1408.7503,741.05355 C 1409.4573,737.93955 1411.3169,735.39202 1412.3819,732.43102 C 1413.0009,730.71102 1412.7033,728.89755 1412.6553,727.14355 C 1412.6333,726.33455 1413.0083,725.48655 1412.8793,724.69555 C 1412.7653,723.99055 1412.3453,723.40255 1412.1523,722.72455 C 1411.8463,721.64655 1413.7273,721.67555 1414.1583,720.69255 C 1414.7543,719.33555 1415.3823,718.14355 1416.4103,717.04555 C 1417.3943,715.99355 1418.6253,715.09355 1420.1323,715.10455 C 1421.4083,715.11355 1421.9183,716.21655 1422.7333,716.39755 C 1424.6273,716.81655 1426.3833,718.86355 1427.0903,720.60355 C 1427.6663,722.02455 1429.7083,720.96355 1430.8613,721.31055 C 1431.4863,721.49855 1431.7953,722.34355 1432.5143,722.30955 C 1433.1513,722.27855 1433.2823,722.16455 1433.9403,722.50055 C 1434.9313,723.00655 1435.1293,722.49855 1436.1023,722.43655 C 1436.7523,722.39455 1437.4673,722.73855 1438.0633,722.95855 C 1439.1383,723.35655 1440.6063,724.13155 1441.7793,723.71855 C 1443.8763,722.98055 1443.2323,717.96955 1446.0273,717.83855 C 1447.6163,717.76255 1448.0403,720.98055 1450.1153,719.01555 C 1450.9923,718.18455 1457.0533,717.38255 1456.6873,715.39055 C 1457.9423,715.33655 1458.3633,717.05955 1459.5683,716.93855 C 1461.0153,716.79255 1463.4953,716.57455 1464.0973,715.03055 C 1464.3223,714.45455 1463.7423,713.87955 1464.5033,713.49755 C 1465.4363,713.03155 1466.2023,713.30955 1466.9303,714.02555 C 1468.0963,715.17255 1469.1773,713.82255 1470.4663,714.43355 C 1471.1043,714.73555 1471.6323,715.21555 1472.2573,715.53855 C 1472.9853,715.91455 1473.5043,715.59455 1474.2753,715.71055 C 1476.1053,715.98555 1476.8153,713.95455 1478.7453,715.04855 C 1479.4793,715.46455 1482.0273,717.06955 1482.0273,718.01855 C 1482.0273,718.48355 1482.6303,719.63055 1483.0813,719.81455 C 1484.9773,720.58755 1486.7843,723.38155 1488.8093,721.47355 C 1489.9563,720.39155 1490.8033,720.17555 1492.3253,720.91855 C 1493.8893,721.68355 1494.5111,721.37409 1495.4343,719.55555 C 1496.6509,717.15905 1499.7571,723.16319 1499.9163,723.55555 C 1500.6284,725.31003 1505.367,725.5411 1503.9183,728.27855 C 1504.8393,728.06255 1505.9533,728.00555 1506.1833,729.17855 C 1506.2993,729.49155 1506.4583,729.78155 1506.6623,730.04555 C 1506.7913,730.64755 1505.97,731.77341 1506.0597,732.40068 C 1506.3476,734.41308 1506.006,736.41592 1505.7198,738.33424 C 1505.569,739.34482 1506.3192,739.21208 1507.453,739.0118 C 1507.9738,738.9198 1509.9611,740.3074 1509.5985,741.40849 C 1508.733,744.03698 1505.4703,746.64455 1503.5943,748.59255 C 1502.9738,749.23655 1501.7247,750.95036 1500.9734,751.58286 C 1500.2222,752.21536 1500.1491,751.67642 1499.7176,752.50142 C 1499.1776,753.53542 1499.8383,754.79755 1499.1833,755.85555 C 1498.4573,757.02955 1497.7353,758.79855 1497.5803,760.18055 C 1497.4413,761.41855 1497.4583,762.66955 1497.3723,763.91155 C 1497.2713,765.36455 1497.076,766.63355 1496.927,768.01355 C 1496.819,769.02255 1497.0773,770.43855 1496.6133,771.36255 C 1496.0863,772.41355 1495.2337,772.80824 1494.4647,773.65924 C 1493.2747,774.97624 1493.3742,775.40055 1493.3312,776.94555 C 1493.3032,777.96355 1492.2122,779.10936 1491.6612,779.83636 C 1490.4452,781.43936 1492.1385,783.11379 1493.0776,784.6413 C 1493.7849,785.79167 1494.3011,786.60032 1493.7753,788.18524 C 1491.8638,789.85939 1494.1815,795.11705 1492.3734,796.84412 C 1493.6905,797.60071 1493.4499,794.20669 1493.9067,794.78129 C 1494.3593,797.4537 1492.6868,799.39177 1492.6738,802.01104 C 1492.6569,805.4135 1495.5232,806.98042 1494.3172,809.33255 C 1493.6208,810.69078 1492.8882,810.98973 1493.4768,811.86514 C 1494.3774,813.20471 1494.7597,815.41345 1496.5385,818.89733 C 1497.7272,821.22547 1501.124,820.78883 1501.331,826.39662 C 1501.4123,828.59797 1503.13,827.39032 1503.7904,830.76699 C 1499.0834,831.83999 1495.6123,831.96255 1490.8923,832.97255 C 1492.8433,836.19655 1487.7803,837.53655 1486.8623,839.95155 C 1489.5783,840.78955 1488.6763,844.98655 1488.4933,847.03755 C 1488.3593,848.53055 1488.9253,849.94055 1488.8383,851.41855 C 1488.7923,852.19355 1488.6237,852.93005 1488.3147,853.59905 C 1487.8677,854.56705 1487.5543,855.29655 1487.3063,856.31855 C 1486.8173,858.32455 1486.1363,859.4723 1487.4103,861.4123 C 1488.2963,862.7623 1489.9285,864.46042 1491.0995,865.56742 C 1491.6245,866.06442 1494.4031,867.76756 1494.6203,866.73355 C 1495.0061,864.89719 1495.4884,865.24047 1497.2933,864.72155 C 1497.2933,867.61855 1497.1963,870.52655 1497.1183,873.42255 C 1497.1053,873.86955 1497.4393,875.77855 1496.6893,875.85355 C 1495.8113,875.94155 1495.6153,874.92555 1496.2223,874.44055 C 1494.9243,872.84755 1492.0133,877.81686 1490.6423,874.83286 C 1490.1853,873.83886 1489.757,872.57855 1489.087,871.67755 C 1488.706,871.16555 1487.6855,870.50655 1487.5675,869.90155 C 1487.3365,868.71855 1487.1023,867.34655 1485.6123,867.30455 C 1484.3643,867.26955 1483.8313,865.96455 1482.6323,865.82055 C 1481.6303,865.69955 1481.0163,866.4558 1480.3233,865.3548 C 1479.7873,864.5008 1479.7712,863.25655 1478.9882,862.55555 C 1477.8732,861.55555 1477.0804,858.07961 1476.1084,861.19761 C 1475.1054,864.41361 1473.35,862.72268 1470.841,862.81168 C 1469.15,862.87168 1468.7502,862.33474 1467.3232,861.68774 C 1467.2272,861.64474 1465.7272,861.28674 1465.6852,861.29374 C 1463.4092,861.69374 1462.7293,858.23155 1463.5323,856.65255 C 1462.1343,856.73155 1460.7289,857.02778 1459.4233,857.52255 C 1457.819,858.13051 1457.4797,858.92297 1455.6833,858.17255 C 1456.3754,856.93458 1456.416,855.30122 1455.8173,855.32955 C 1455.0379,855.36643 1454.7117,854.70298 1454.1709,854.19011 C 1452.9149,852.99914 1453.0879,854.40483 1452.7903,854.5078 C 1451.6777,854.89281 1451.1893,854.83555 1450.1853,854.57655 C 1448.9793,854.26355 1448.23,855.10731 1447.1613,855.4848 C 1445.7885,855.9697 1444.9152,855.04792 1444.026,855.20155 C 1443.7067,855.25671 1442.4373,855.11755 1442.3973,855.13855 C 1441.5383,855.60155 1441.0983,856.89955 1439.9153,856.87055 C 1440.1823,855.98155 1439.6493,855.28355 1439.4943,854.44855 C 1439.2803,853.30155 1440.072,853.09642 1440.324,852.21442 C 1440.907,850.16942 1440.1073,846.61955 1438.8653,844.97455 C 1437.3523,842.96755 1436.7043,841.71155 1436.8943,839.11355 C 1437.0903,836.42855 1438.0271,833.61155 1437.3291,830.93955 C 1437.0611,829.91855 1436.3351,829.03255 1436.3501,827.94955 C 1436.3681,826.72555 1437.0423,825.57955 1437.1353,824.36455 C 1437.2893,822.36255 1435.9933,822.5848 1434.3713,822.5698 C 1432.8273,822.5568 1431.2924,822.5293 1429.7523,822.59455 C 1426.5894,822.72855 1427.0718,822.03755 1427.9643,819.36055 C 1427.2553,819.36055 1426.5595,819.18068 1425.8695,819.45068 C 1425.4025,819.63268 1425.7463,819.83555 1425.4843,820.05955 C 1424.6473,820.77655 1420.8023,820.15055 1419.6843,820.15055 C 1420.0573,821.09655 1419.3646,822.20355 1419.5256,823.21455 C 1419.6566,824.03155 1419.6873,825.32855 1418.3843,825.05055 C 1418.8083,826.29655 1418.0543,827.53255 1418.3143,828.79055 C 1417.7853,828.78587 1414.3438,828.9053 1413.7853,828.58155 C 1412.1388,827.62715 1409.2379,829.40955 1408.6763,829.45955 C 1407.3669,829.24701 1406.1356,829.30887 1404.7043,829.31617 C 1402.8843,828.93617 1402.097,825.15255 1401.184,823.81855 C 1400.862,823.34855 1400.6123,823.01155 1400.2813,822.54455 C 1399.6693,821.68055 1399.949,821.06055 1399.821,820.13955 C 1399.594,818.50055 1397.8812,817.42444 1398.127,815.68374 C 1398.3479,814.11929 1398.122,812.81318 1397.3879,811.89855 C 1396.3636,810.62229 1396.3821,810.15213 1394.7893,810.22855 C 1390.4033,810.43899 1386.0553,810.61091 1381.6763,810.3613 C 1378.1393,810.15968 1373.9983,810.74455 1370.5253,810.07555 C 1367.7473,809.53955 1365.4453,813.67655 1363.8063,809.49855" id="cd"/>
<g class="landxx coastxx it" id="it" transform="translate(-29.9017, -45.0745)">
<path d="M 1391.118,486.792 C 1390.948,486.552 1390.778,486.313 1390.608,486.072 C 1391.372,485.978 1391.542,486.218 1391.118,486.792" id="path2916"/>
<path class="landxx it" d="M 1353.5711,414.65164 C 1354.5811,413.57664 1357.2431,414.48464 1357.1191,412.24764 C 1357.0691,411.34564 1356.411,410.95 1355.838,410.332 C 1355.527,410.013 1355.1701,409.64432 1354.9011,409.28932 C 1355.7468,408.80713 1356.603,407.74092 1356.0773,407.16239 C 1356.9793,407.40239 1357.971,408.279 1358.939,407.942 C 1360.155,407.518 1360.7132,407.72227 1361.8742,407.80927 C 1362.6372,407.86627 1363.5707,406.94036 1363.9157,406.34836 C 1364.1957,405.89436 1364.237,405.492 1363.897,405.072 C 1364.723,404.85 1365.326,404.201 1365.837,403.559 C 1366.7328,404.11066 1366.3771,404.83194 1366.8665,405.61418 C 1367.3331,406.35991 1368.0421,406.55999 1368.6826,407.17827 C 1368.9307,407.41769 1368.9872,408.13197 1369.9254,408.70955 C 1370.2277,408.89569 1370.1022,406.85659 1370.7664,406.23418 C 1371.5221,405.52595 1371.7659,405.06534 1371.8639,403.91627 C 1372.031,401.95811 1372.6776,403.34771 1373.1147,403.81209 C 1373.8456,404.58865 1374.1087,404.70505 1375.0382,404.38736 C 1376.5411,403.87369 1376.5354,404.97701 1377.576,405.503 C 1377.682,404.844 1378.19,404.178 1377.351,403.796 C 1376.6,403.454 1377.596,402.10809 1378.076,402.01209 C 1378.551,401.91709 1379.0742,402.61727 1379.5152,402.73827 C 1380.4862,403.00527 1379.5847,401.41782 1379.6821,401.09736 C 1379.8709,400.47606 1379.9572,400.27088 1380.061,399.98291 C 1380.691,400.04569 1382.2718,400.52909 1382.6348,400.71509 C 1383.5878,401.20409 1384.238,399.946 1384.796,399.444 C 1385.541,398.775 1386.713,398.965 1387.617,399.018 C 1389.083,399.105 1390.488,398.006 1391.907,398.302 C 1390.335,399.245 1393.5281,401.70153 1394.4131,401.98253 C 1397.0751,402.82653 1398.9421,401.97352 1401.6001,402.74652 C 1401.4891,403.75352 1400.4052,404.4439 1399.897,405.071 C 1400.493,405.408 1401.089,405.784 1401.767,405.935 C 1401.191,406.611 1400.3093,407.586 1401.557,407.951 C 1400.8172,408.91389 1402.0239,409.27455 1402.4225,409.35427 C 1403.3678,409.5433 1403.6368,411.11004 1402.197,410.831 C 1403.204,408.754 1400.483,409.92 1399.967,410.111 C 1399.749,408.678 1398.009,409.983 1397.503,410.301 C 1396.948,410.65 1396.368,410.973 1395.783,411.267 C 1395.395,411.462 1392.102,412.526 1394.137,411.477 C 1393.591,411.59 1392.862,411.516 1392.407,411.91 C 1392.085,412.189 1392.237,413.34 1391.617,413.206 C 1391.611,413.539 1392.839,415.25 1392.958,415.283 C 1394.785,415.785 1393.629,418.438 1392.557,417.238 C 1390.47,420.924 1395.155,424.426 1397.68,426.037 C 1398.916,426.826 1400.917,427.381 1401.784,428.618 C 1403.048,430.419 1403.716,432.788 1404.457,434.843 C 1405.408,437.481 1408.874,440.18 1411.342,441.314 C 1413.169,442.154 1414.142,442.413 1416.174,442.141 C 1416.933,442.04 1420.283,441.547 1419.868,443.286 C 1419.67,444.116 1417.296,444.888 1418.165,445.903 C 1419.103,446.998 1421.587,447.621 1422.86,448.075 C 1424.89,448.8 1426.716,449.517 1428.415,450.871 C 1430.148,452.252 1432.276,452.662 1433.967,454.187 C 1435.104,455.212 1436.619,456.286 1436.335,457.994 C 1436.27,458.382 1436.189,460.128 1435.606,460.186 C 1434.812,460.265 1433.83,459.793 1433.409,459.103 C 1432.49,457.597 1432.551,455.853 1430.276,456.082 C 1428.449,456.266 1428.081,455.073 1427.826,454.39 C 1425.898,454.715 1425.475,454.696 1424.26,456.488 C 1423.508,457.599 1422.961,458.993 1422.686,460.308 C 1422.371,461.815 1424.292,462.182 1425.332,462.66 C 1427.002,463.427 1427.304,464.62 1427.468,466.308 C 1427.744,469.158 1422.814,467.109 1423.276,470.55 C 1423.502,472.233 1423.047,472.365 1421.973,473.508 C 1421.065,474.476 1420.361,475.67 1419.277,476.464 C 1418.258,477.211 1417.397,476.791 1416.886,475.702 C 1416.109,474.044 1418.516,473.275 1418.638,471.767 C 1418.679,471.255 1418.43,470.638 1418.784,470.181 C 1419.374,469.417 1420.532,469.988 1420.847,469.005 C 1421.121,468.149 1420.045,467.178 1419.834,466.396 C 1419.506,465.181 1419.401,464.113 1418.745,463.003 C 1417.959,461.673 1417.842,459.68 1416.797,458.556 C 1416.174,457.887 1415.74,458.046 1415.151,458.535 C 1414.448,459.12 1413.725,457.932 1413.264,457.562 C 1412.742,457.144 1411.893,457.254 1411.732,456.413 C 1411.6,455.72 1412.054,455.513 1411.686,454.661 C 1410.891,452.822 1408.822,452.779 1407.308,453.741 C 1408.085,452.562 1407.838,451.456 1406.238,451.617 C 1405.046,451.736 1404.372,449.977 1403.941,449.155 C 1403.176,447.694 1402.27,448.544 1401.021,448.176 C 1400.354,447.98 1399.732,447.666 1399.015,447.837 C 1397.513,448.194 1398.476,447.996 1397.441,447.151 C 1396.414,446.314 1395.116,446.084 1394.096,445.16 C 1392.963,444.135 1392.297,442.619 1391.057,441.754 C 1389.981,441.002 1389.563,441.193 1388.845,440.019 C 1388.096,438.793 1386.174,437.353 1384.709,438.261 C 1385.549,436.854 1382.122,433.222 1380.854,433.402 C 1381.004,433.381 1378.979,427.645 1378.902,427.272 C 1378.207,423.895 1375.907,424.272 1373.479,422.637 C 1370.967,420.946 1367.774,420.027 1365.666,422.756 C 1364.917,423.725 1364.296,424.843 1363.18,425.445 C 1362.785,425.659 1359.1707,426.80528 1359.4172,425.87946 C 1359.5982,425.19963 1362.298,422.20476 1359.085,423.34181 C 1357.1636,424.02178 1353.5426,420.98964 1355.9245,419.02164 C 1356.7792,418.31541 1356.6251,417.73137 1355.6125,417.22064 C 1353.9421,416.37814 1353.4559,415.09597 1353.678,415.008" id="path2906"/>
<path d="M 1365.478,455.04 C 1365.228,454.465 1364.743,454.1 1364.399,453.595 C 1363.764,452.664 1364.262,451.792 1364.118,450.792 C 1366.017,452.938 1368.455,450.371 1369.948,449.088 C 1370.49,448.623 1371.247,447.823 1372.026,448.317 C 1372.535,448.64 1372.888,449.501 1373.618,449.135 C 1373.359,449.694 1373.576,450.041 1374.188,450.072 C 1373.953,450.266 1373.716,450.459 1373.478,450.649 C 1374.95,450.589 1375.582,454.014 1375.268,455.04 C 1374.995,455.934 1373.657,456.413 1374.486,457.459 C 1375.308,458.497 1374.537,461.137 1374.472,462.389 C 1374.424,463.327 1374.503,465.269 1373.57,465.86 C 1372.707,466.406 1371.269,465.322 1370.308,465.408 C 1369.806,466.172 1369.978,468.288 1368.49,468.039 C 1367.075,467.802 1367.05,468.178 1366.348,466.776 C 1366.157,467.017 1365.963,467.257 1365.768,467.496 C 1365.529,467.293 1365.335,467.053 1365.188,466.776 C 1366.443,466.526 1365.651,465.742 1365.609,464.67 C 1365.557,463.351 1365.746,462.04 1365.838,460.728 C 1366.079,460.918 1366.319,461.111 1366.558,461.304 C 1366.542,460.85 1366.746,460.372 1366.606,459.921 C 1366.454,459.431 1365.722,459.609 1365.617,459.025 C 1365.522,458.5 1366.167,457.795 1366.16,457.192 C 1366.15,456.405 1365.296,455.779 1365.478,455.04" id="path2910"/>
<path d="M 1379.738,435.456 C 1379.029,435.022 1378.186,435.404 1377.508,434.88 C 1378.235,434.54 1379.09,434.619 1379.738,434.088 C 1379.814,434.544 1379.814,435 1379.738,435.456" id="path2912"/>
<path d="M 1397.087,479.592 C 1396.207,479.564 1394.939,479.288 1394.399,478.52 C 1393.226,476.853 1395.606,475.605 1396.147,474.552 C 1397.222,476.115 1397.924,475.222 1399.16,474.534 C 1401.058,473.479 1402.408,476.388 1404.592,475.927 C 1405.843,475.662 1407.081,475.873 1408.335,475.647 C 1409.495,475.438 1410.581,474.255 1411.708,474.264 C 1412.708,474.273 1412.897,475.01 1413.852,474.339 C 1414.471,473.903 1416.159,473.121 1416.889,473.544 C 1415.968,474.689 1415.057,476.052 1414.474,477.404 C 1414.068,478.346 1412.859,480.233 1413.134,481.255 C 1413.374,482.148 1414.975,483.484 1414.482,484.493 C 1414.065,485.346 1412.936,485.988 1413.51,487.08 C 1412.371,487.346 1411,487.229 1409.89,486.888 C 1408.327,486.408 1408.41,484.574 1406.897,483.955 C 1405.301,483.301 1403.601,483.213 1402.051,482.353 C 1400.462,481.474 1399.032,479.635 1397.087,479.592" id="path2920"/>
</g>
<path class="landxx so" d="M 1583.6963,739.50955 C 1583.6963,738.10255 1583.3333,736.15655 1583.9403,734.83955 C 1584.5183,733.58555 1585.698,732.61742 1586.491,731.48742 C 1588.079,729.22942 1589.4563,725.18755 1591.8633,723.73455 C 1594.0603,722.40755 1596.6313,723.26555 1598.5543,721.20055 C 1600.7383,718.85555 1602.8053,717.32355 1606.1103,716.84555 C 1608.5823,716.48855 1612.9273,718.24655 1614.6353,715.98255 L 1636.3253,690.33455 C 1633.7033,690.33455 1630.9833,690.78055 1628.4053,690.11855 C 1625.4833,689.36855 1622.6933,687.96055 1619.8693,686.90855 C 1616.9583,685.82455 1614.0623,684.69955 1611.1573,683.59955 C 1608.4683,682.58155 1606.1083,681.87055 1604.0443,679.80155 C 1603.3543,679.10855 1603.1303,678.74455 1602.1733,678.49055 C 1601.1993,678.23155 1600.8203,676.72155 1600.3653,675.92255 C 1599.5933,674.56655 1599.0793,673.46955 1597.9853,672.27355 C 1596.6813,670.84655 1595.1473,669.01655 1595.7413,666.89355 C 1596.3933,664.56355 1598.434,662.51842 1599.344,660.22142 C 1601.746,661.56142 1603.0693,664.76255 1604.7123,666.83555 C 1606.7643,669.42355 1609.8913,670.14155 1613.0643,669.09555 C 1614.2793,668.69555 1615.8523,667.61155 1616.8903,666.84555 C 1618.7233,665.49155 1619.2413,665.71955 1621.4973,666.09055 C 1623.8283,666.47455 1624.8773,666.96255 1627.0543,665.60455 C 1628.1533,664.91855 1630.6753,662.36055 1632.0913,662.86455 C 1633.6513,663.41855 1634.7273,663.48755 1636.4043,662.91055 C 1637.4153,662.56255 1638.3733,662.05055 1639.4233,661.81755 C 1640.6253,661.54955 1641.4293,662.07255 1642.5753,662.18655 C 1644.4533,662.37455 1645.8913,661.26055 1647.5153,660.59955 C 1649.2083,659.91055 1651.1343,660.21555 1652.8413,659.34855 C 1654.2623,658.62655 1654.4063,656.77055 1655.6143,656.17655 C 1656.7853,655.59955 1660.5673,656.60255 1660.1023,658.29255 C 1659.4993,660.48155 1659.0933,661.81655 1659.4963,664.13755 C 1659.7753,665.75455 1660.1973,668.07255 1658.7843,669.31255 C 1659.7243,669.66555 1660.5013,669.44655 1660.2943,668.44855 C 1660.7603,668.75955 1661.2673,668.97555 1661.8143,669.09655 C 1661.5023,670.64755 1657.9853,668.52255 1657.9723,671.24555 C 1657.9623,673.46955 1658.1493,675.74555 1657.5303,677.92555 C 1657.0023,679.78755 1655.8823,681.21255 1654.8293,682.77555 C 1653.6033,684.59955 1653.7463,687.30155 1652.2443,689.05855 C 1651.6613,689.74055 1650.8573,689.91455 1650.4533,690.81455 C 1650.0513,691.70955 1650.3993,692.71955 1650.0643,693.66655 C 1649.2983,695.82655 1647.7533,697.54155 1646.6773,699.53155 C 1645.2443,702.17955 1645.1283,705.09455 1644.0093,707.83255 C 1642.8723,710.61555 1641.1003,713.07455 1639.4683,715.57955 C 1637.8853,718.01055 1636.8363,720.82655 1635.0243,723.09655 C 1633.0123,725.61755 1630.9953,728.13155 1628.9443,730.62055 C 1624.8213,735.62455 1620.6293,739.69155 1615.1653,743.20755 C 1612.8763,744.68155 1610.5983,746.21255 1608.6863,748.16855 C 1606.5333,750.36955 1604.0713,752.54255 1602.1253,754.92055 C 1600.1993,757.27455 1598.1743,759.56555 1596.2713,761.92855 C 1595.3443,763.07955 1594.5333,764.31655 1593.6313,765.48755 C 1593.0733,766.21155 1591.4023,768.82455 1591.1053,767.30055 C 1591.1053,769.77655 1589.4882,772.15649 1587.9952,774.02549 C 1588.1233,772.08327 1586.2488,770.47715 1584.9162,768.55949 C 1583.3947,766.37006 1583.637,764.8623 1583.612,762.3263 C 1583.547,754.6593 1583.6963,747.17355 1583.6963,739.50955" id="so"/>
<path class="landxx af" d="M 1712.2163,464.82955 C 1711.9493,463.90155 1712.5733,463.19255 1713.3013,462.72755 C 1714.4363,462.00355 1713.8273,461.50955 1713.2163,460.65255 C 1715.1353,460.43455 1715.0583,457.98455 1715.1853,456.55955 C 1715.2493,455.82855 1714.4253,454.98255 1714.8483,454.27455 C 1715.2173,453.65655 1715.2253,452.70255 1715.3413,452.00755 C 1715.5963,450.48255 1717.6773,452.53055 1718.3583,452.87955 C 1719.3813,453.40355 1720.1573,452.72855 1721.1863,453.01155 C 1722.3103,453.32155 1723.1613,454.40055 1723.5163,455.46855 C 1724.2333,453.94955 1726.1253,454.78655 1727.2333,453.78855 C 1727.8263,453.25455 1728.4823,452.98255 1728.8463,452.22755 C 1729.1843,451.52555 1728.4693,451.22755 1729.4163,450.71555 C 1728.9093,450.36055 1728.4783,449.86355 1728.2663,449.27655 C 1731.3703,449.67655 1734.6833,447.56755 1737.0913,445.86055 C 1739.4573,444.18355 1736.4673,438.88755 1739.3833,437.69055 C 1740.4423,437.25555 1742.3053,437.87855 1743.1763,437.32355 C 1744.1003,436.73455 1743.0063,435.00855 1744.3393,434.79255 C 1745.3493,434.62955 1746.4743,435.67155 1747.2893,436.12055 C 1748.5123,436.79355 1749.5833,436.42655 1750.9033,436.25455 C 1752.4323,436.05455 1753.8023,436.01555 1754.9243,437.18855 C 1756.0533,438.37055 1757.3723,437.11155 1758.7313,437.48455 C 1759.2763,437.63355 1760.2853,438.95055 1760.7703,439.38855 C 1761.8353,440.34755 1761.9483,439.17755 1763.0463,439.41255 C 1762.8603,438.17255 1764.9533,438.11455 1765.5683,437.43555 C 1766.2003,436.73955 1766.1063,437.57055 1766.7153,437.32355 C 1767.0133,437.20255 1766.9863,436.52155 1767.3913,436.58455 C 1768.4733,436.75155 1768.8433,438.78955 1770.1843,438.48155 C 1771.7933,438.11255 1770.0283,436.08055 1770.6853,435.13455 C 1772.0773,433.13455 1775.0843,435.51655 1775.9603,434.56155 C 1777.0323,433.39155 1775.3973,432.96155 1775.2153,432.13955 C 1775.0053,431.18255 1776.3583,430.05555 1776.7073,429.10155 C 1777.6713,426.47355 1781.0953,426.24755 1782.5653,428.84055 C 1782.9083,429.44555 1782.4033,431.37855 1783.0673,431.59455 C 1783.7473,431.81655 1784.7233,430.91055 1785.1453,431.88755 C 1785.5873,432.91455 1785.3263,435.11655 1785.3753,436.23655 C 1785.4313,437.49755 1785.6353,438.78955 1786.0963,439.96755 C 1787.5233,443.61555 1789.6903,441.60855 1791.7503,439.88055 C 1792.5983,439.16955 1794.3093,439.96455 1794.7713,438.87155 C 1795.3913,437.40555 1796.2933,436.50255 1797.7783,435.76155 C 1798.8773,435.21255 1803.0703,435.32555 1801.2743,437.32355 C 1802.5263,437.84755 1804.5917,436.44919 1805.7103,435.89055 C 1806.6439,435.4243 1809.6782,436.28482 1810.2053,437.39555 C 1809.3633,437.77555 1808.5362,437.05609 1807.6902,437.46609 C 1806.6872,437.95209 1807.3504,438.81891 1808.4004,439.16091 C 1807.4984,439.46891 1806.3109,439.88428 1805.6173,440.52655 C 1804.4323,441.6238 1803.5739,440.00673 1802.4063,440.26555 C 1799.9265,440.81526 1797.381,440.52626 1795.0933,440.89855 C 1794.0077,441.07521 1793.0791,441.69952 1792.0093,441.99655 C 1790.7999,442.33231 1790.5565,443.89629 1789.7808,444.30455 C 1788.9293,444.7527 1788.6567,443.7923 1787.7533,445.06455 C 1787.3137,445.68368 1786.4288,446.56846 1786.2228,447.25746 C 1785.9908,448.03146 1787.1262,448.54701 1787.6112,448.91201 C 1788.6831,450.22172 1789.8245,451.39369 1790.38,453.34473 C 1789.3571,454.58083 1790.909,454.50419 1790.8814,455.25646 C 1790.2501,455.74527 1790.3678,456.24355 1790.0923,456.94583 C 1789.5544,458.31685 1788.3828,458.6342 1788.0013,459.33555 C 1787.804,459.69815 1787.7403,460.04955 1787.8853,460.43455 C 1787.6723,460.44555 1786.9983,460.48455 1787.1703,460.90855 C 1787.4123,461.50655 1788.1593,461.87655 1788.5913,462.32155 C 1790.1003,463.87555 1787.7325,465.51573 1786.6115,465.76173 C 1785.5195,466.00173 1784.2343,465.79155 1783.1413,465.57155 C 1782.5983,465.46255 1781.0654,464.89593 1780.5461,465.41464 C 1779.4276,466.53182 1782.789,467.5472 1783.1086,468.91855 C 1783.2713,469.61693 1784.4323,470.79355 1784.0883,471.48155 C 1783.7503,472.15855 1782.1692,473.12415 1781.2983,473.11355 C 1778.2534,473.07649 1779.1176,474.02008 1779.2496,475.22074 C 1779.3577,476.20413 1779.2363,477.36655 1778.5553,478.14655 C 1777.8163,478.99255 1778.5923,480.11255 1778.8293,481.03155 C 1779.2723,482.75155 1779.0173,484.90055 1777.2573,485.81655 C 1776.2133,486.36055 1775.7848,485.79955 1775.2688,484.97455 C 1775.0563,484.63555 1774.1255,484.33255 1773.7041,484.25842 C 1773.4365,484.20993 1773.9064,484.40457 1773.4853,484.91555 C 1769.479,483.44635 1771.8437,486.27774 1767.2853,486.85955 C 1767.5163,487.75155 1768.5273,487.78855 1769.0853,488.37155 C 1767.9903,488.95555 1766.7658,489.33184 1765.5043,489.45855 C 1764.2879,489.58073 1763.797,488.72267 1763.148,488.69146 C 1761.9851,488.63553 1761.4117,490.82525 1760.5623,491.42455 C 1759.546,492.14162 1759.3193,492.11155 1759.2363,493.66055 C 1759.1593,495.09255 1759.7343,496.21055 1759.8573,497.59755 C 1759.7323,498.14355 1759.7252,498.51437 1759.6222,499.06537 C 1759.6902,499.59037 1760.1565,499.88955 1760.3445,500.31755 C 1761.0255,501.86155 1755.0743,502.88255 1754.3183,503.06255 C 1753.0453,503.36555 1752.1021,503.932 1750.7711,503.877 C 1749.4341,503.822 1747.8171,503.32319 1746.5801,503.98719 C 1745.3731,504.63519 1744.61,505.31073 1743.208,504.91973 C 1741.901,504.55573 1740.3959,504.14228 1739.0469,504.32728 C 1736.0529,504.74128 1732.6219,505.36737 1729.6319,504.48937 C 1726.1229,503.45737 1723.8593,501.99455 1720.2743,501.18855 C 1721.8023,499.43455 1722.8893,497.36455 1724.1993,495.45455 C 1725.3263,493.81255 1726.4513,492.01355 1725.7663,489.93855 C 1724.5143,486.14355 1718.6723,489.14055 1717.7543,484.98855 C 1717.1733,482.35655 1717.0703,480.07055 1715.8733,477.59055 C 1714.8413,475.45255 1713.4653,473.38155 1714.9433,471.16555 C 1716.1353,469.37855 1715.8621,469.57928 1714.0113,469.07355 C 1712.3193,468.61121 1712.0469,465.77692 1712.2163,464.82955" id="af"/>
<g class="landxx coastxx bd" id="bd" transform="translate(-29.9017, -45.0745)">
<path d="M 1977.479,602.496 C 1977.265,602.472 1977.052,602.448 1976.838,602.424 C 1977.223,602.718 1977.652,602.91 1978.128,603 C 1977.911,602.832 1977.695,602.664 1977.479,602.496" id="path3240"/>
<path d="M 1977.768,607.248 C 1977.795,607.696 1977.989,608.057 1978.348,608.328 C 1978.248,607.773 1979.269,607.317 1979.279,607.391 C 1979.158,606.422 1978.216,606.762 1977.768,607.248" id="path3242"/>
<path d="M 1978.559,605.952 C 1978.752,606.096 1978.946,606.24 1979.139,606.384 C 1978.992,606.177 1978.799,606.033 1978.559,605.952" id="path3244"/>
<path d="M 1978.639,608.688 C 1978.935,609.447 1979.64,609.931 1979.873,610.733 C 1980.004,611.277 1980.019,611.824 1979.916,612.374 C 1979.857,612.798 1979.18,614.973 1980.218,613.44 C 1980.01,613.716 1979.991,613.979 1980.162,614.229 C 1981.302,614.735 1981.423,611.015 1981.298,610.559 C 1981.045,609.64 1979.542,608.821 1979.521,607.985 C 1979.501,607.201 1978.469,607.88 1978.639,608.688" id="path3246"/>
<path d="M 1978.918,613.872 C 1979.108,614.158 1979.439,613.472 1979.139,614.376 C 1979.463,613.985 1979.533,613.553 1979.348,613.08 C 1979.204,613.344 1979.062,613.608 1978.918,613.872" id="path3248"/>
<path d="M 1979.568,610.704 C 1979.53,611.029 1979.58,611.342 1979.717,611.64 C 1979.783,611.31 1979.734,610.998 1979.568,610.704" id="path3250"/>
<path d="M 1982.809,613.584 C 1984.492,612.719 1983.392,610.959 1982.668,609.84 C 1982.979,611.05 1982.955,612.352 1982.809,613.584" id="path3252"/>
<path d="M 1986.188,611.28 C 1986.908,610.548 1985.771,609.467 1985.257,609.048 C 1985.026,609.927 1985.493,610.767 1986.188,611.28" id="path3254"/>
<path d="M 1989.358,615.024 C 1989.18,615.518 1989.157,616.022 1989.288,616.536 C 1989.428,616.038 1989.451,615.534 1989.358,615.024" id="path3256"/>
<path d="M 1989.938,618.84 C 1991.139,618.394 1990.252,616.903 1989.427,616.609 C 1989.592,617.354 1989.68,618.118 1989.938,618.84" id="path3258"/>
<path class="landxx bd" d="M 1957.318,575.424 C 1957.345,575.101 1957.419,574.789 1957.538,574.488 C 1958.354,575.077 1959.725,575.457 1960.134,576.474 C 1960.502,577.393 1962.029,577.36 1962.798,577.656 C 1962.589,577.067 1962.252,576.563 1961.788,576.144 C 1962.994,575.922 1963.239,577.02 1963.669,577.863 C 1964.312,579.123 1965.976,579.399 1967.118,580.032 C 1967.36,579.426 1967.534,578.845 1967.188,578.231 C 1969.412,578.043 1969.915,582.416 1969.993,583.773 C 1970.044,584.67 1969.795,585.474 1970.832,585.828 C 1972.387,586.358 1974.252,586.799 1975.898,586.799 C 1979.38,586.799 1982.926,586.484 1986.426,586.82 C 1988.045,586.975 1992.549,589.754 1988.638,589.391 C 1989.805,591.611 1987.121,593.621 1986.908,595.44 C 1986.218,594.828 1985.523,595.981 1985.038,595.223 C 1985.176,596.421 1983.843,596.186 1983.098,596.087 C 1983.407,597.072 1982.226,598.726 1982.146,599.799 C 1982.034,601.306 1983.522,603.508 1984.109,604.871 C 1984.247,604.396 1984.27,603.916 1984.178,603.431 C 1984.898,603.751 1986.116,607.473 1987.441,605.287 C 1987.934,604.472 1986.959,603.099 1987.419,602.062 C 1987.872,601.041 1988.123,600.843 1987.779,599.687 C 1988.758,600.551 1989.784,598.373 1990.423,599.914 C 1991.181,601.739 1991.568,603.86 1992.116,605.76 C 1992.823,608.208 1993.678,610.545 1994.297,613.03 C 1994.894,615.424 1995.039,618.069 1995.989,620.352 C 1995.14,620.608 1994.115,619.105 1993.127,619.268 C 1991.644,619.512 1993.67,623.885 1993.679,624.744 C 1992.995,623.664 1991.768,622.347 1991.404,621.133 C 1991.017,619.848 1990.967,619.088 1990.8,617.832 C 1990.487,615.509 1987.301,613.026 1989.08,610.632 C 1988.62,611 1988.338,611.711 1988.35,612.288 C 1987.692,610.309 1985.161,608.684 1985.33,606.456 C 1985.264,607.381 1984.227,607.73 1983.707,608.345 C 1983.498,608.569 1983.439,608.827 1983.53,609.12 C 1982.903,609.33 1982.329,609.024 1982.019,608.472 C 1982.177,608.734 1982.188,608.985 1982.051,609.225 C 1981.031,609.816 1979.437,606.071 1979.134,605.664 C 1978.854,605.19 1978.75,604.682 1978.825,604.137 C 1978.85,603.227 1978.439,602.981 1978.188,602.206 C 1977.995,601.608 1979.037,601.375 1978.639,600.84 C 1978.501,601.396 1979.362,601.133 1977.989,601.273 C 1978.022,601.006 1978.068,600.742 1978.129,600.48 C 1977.773,600.769 1977.39,600.817 1976.98,600.625 C 1977.293,600.852 1978.554,602.469 1977.382,602.318 C 1976.796,602.243 1975.749,601.871 1975.39,601.777 C 1976.329,602.343 1977.73,602.805 1978.292,603.818 C 1978.675,604.507 1977.954,604.986 1977.409,605.232 C 1978.152,606.131 1977.744,606.946 1977.119,607.753 C 1978.472,607.782 1978.039,609.104 1977.989,610.057 C 1978.165,609.806 1978.355,609.566 1978.559,609.337 C 1979.682,610.336 1979.896,612.944 1978.059,613.297 C 1978.178,612.787 1978.105,612.308 1977.838,611.858 C 1978.004,613.046 1977.67,614.028 1977.451,615.171 C 1977.193,616.525 1975.591,615.974 1976.258,614.882 C 1976.049,615.106 1975.832,615.321 1975.609,615.53 C 1975.241,614.25 1976.692,613.788 1976.838,612.651 C 1976.435,613.311 1975.824,613.807 1975.248,614.305 C 1975.306,613.823 1975.449,613.367 1975.678,612.938 C 1975.374,613.398 1975.064,613.854 1974.748,614.305 C 1974.285,612.841 1974.091,611.595 1974.678,610.129 C 1973.094,610.773 1974.482,612.242 1973.925,613.315 C 1973.522,614.091 1974.479,614.141 1974.143,615.083 C 1973.842,615.928 1973.01,615.466 1972.659,614.953 C 1972.595,615.407 1972.571,615.863 1972.589,616.321 C 1971.463,616.334 1972.009,612.113 1972.009,611.425 C 1971.633,612.381 1972.101,613.337 1971.869,614.305 C 1971.501,613.504 1971.112,612.67 1970.999,611.785 C 1971.012,613.22 1972.441,615.366 1970.999,616.825 C 1970.577,616.113 1970.952,615.27 1970.429,614.593 C 1970.716,615.311 1970.242,616.875 1969.709,617.401 C 1969.784,616.028 1968.323,614.966 1968.151,613.457 C 1967.961,611.786 1967.03,610.51 1966.678,608.906 C 1966.508,608.133 1966.35,607.357 1966.109,606.601 C 1965.783,605.58 1966.07,605.093 1965.986,604.121 C 1965.938,603.57 1965.16,603.609 1964.783,603.517 C 1963.994,603.325 1964.471,602.409 1964.529,601.87 C 1964.656,600.693 1962.444,600.613 1962.532,599.041 C 1962.577,598.234 1963.471,597.951 1963.57,597.211 C 1963.67,596.462 1963.382,595.607 1963.097,594.928 C 1962.631,593.818 1960.381,593.702 1959.338,592.993 C 1958.725,592.577 1957.668,591.967 1957.609,591.121 C 1957.546,590.234 1958.35,589.602 1958.399,588.745 C 1959.616,590.884 1960.096,586.865 1960.419,586.801 C 1961.228,586.639 1962.908,586.48 1963.659,586.873 C 1964.586,585.38 1962.626,585.918 1962.469,584.497 C 1962.361,583.522 1961.066,584.325 1960.372,583.866 C 1959.427,583.242 1959.029,582.05 1957.93,581.614 C 1955.174,580.522 1956.64,577.294 1958.909,576.432 C 1958.704,575.741 1957.975,575.438 1957.318,575.424" id="path3340"/>
</g>
<g class="landxx coastxx do" id="do" transform="translate(-29.9017, -45.0745)">
<path class="landxx do" d="M 760.898,648.576 C 761.22,647.914 761.575,646.647 761.152,645.954 C 760.787,645.357 760.223,644.145 759.745,643.68 C 760.713,643.732 762.945,642.176 761.853,641.099 C 760.8,640.06 763.912,639.437 762.646,638.035 C 762.232,637.577 762.771,636.532 762.901,636.063 C 763.149,635.171 762.338,634.228 762.768,633.385 C 763.765,631.431 765.765,633.295 766.972,632.812 C 767.966,632.415 768.963,632.189 769.957,632.72 C 770.946,633.248 771.938,633.324 772.882,633.796 C 773.75,634.229 774.21,634.658 775.228,634.681 C 776.264,634.705 776.42,634.504 776.539,635.678 C 776.753,637.781 777.675,638.034 779.577,637.544 C 780.264,637.367 781.163,637.121 781.779,637.633 C 781.488,638.594 780.635,638.6 779.804,638.461 C 778.982,638.324 777.169,638.911 778.736,639.355 C 779.394,639.542 782.05,640.561 782.644,640.286 C 784.362,639.489 785.412,641.671 786.485,642.649 C 788.612,644.588 785.248,645.531 784.839,646.323 C 784.137,647.683 783.857,646.359 783.25,645.751 C 782.67,645.17 782.022,645.547 781.306,645.398 C 780.804,645.224 780.288,645.108 779.76,645.049 C 779.138,645.049 778.559,645.592 777.956,645.216 C 775.396,643.619 774.724,646.605 772.768,646.962 C 772.297,647.048 770.744,647.357 770.33,647.022 C 769.754,646.556 770.39,645.522 769.54,645.122 C 769.176,645.937 768.235,645.842 767.688,646.447 C 767.23,646.954 766.556,646.154 766.329,646.824 C 765.584,649.028 764.639,650.501 763.129,652.322 C 762.831,651.652 761.99,651.34 761.834,650.593 C 761.681,649.864 761.618,649.008 760.898,648.576" id="path3372"/>
<path d="M 785.018,648 C 784.501,647.938 784.021,647.771 783.578,647.496 C 784.061,647.379 784.86,647.358 785.018,648" id="path3374"/>
</g>
<g class="landxx coastxx gw" id="gw" transform="translate(-29.9017, -45.0745)">
<path d="M 1176.908,705.312 C 1176.885,705.121 1176.861,704.928 1176.838,704.737 C 1176.568,704.891 1176.328,705.083 1176.118,705.312 C 1176.381,705.312 1176.645,705.312 1176.908,705.312" id="path3430"/>
<path d="M 1177.348,702.216 C 1178.008,701.888 1177.911,701.648 1177.058,701.496 C 1177.154,701.736 1177.251,701.976 1177.348,702.216" id="path3432"/>
<path d="M 1177.998,709.272 C 1178.262,709.065 1178.549,708.897 1178.858,708.767 C 1178.281,707.552 1176.819,708.361 1177.998,709.272" id="path3434"/>
<path d="M 1179.218,701.784 C 1178.855,701.807 1178.495,701.855 1178.138,701.928 C 1178.204,702.982 1179.518,702.813 1179.218,701.784" id="path3436"/>
<path d="M 1179.147,704.952 C 1179.05,705.192 1178.954,705.431 1178.857,705.672 C 1179.46,705.976 1179.841,705.623 1179.937,705.025 C 1179.673,705.011 1179.41,704.986 1179.147,704.952" id="path3438"/>
<path d="M 1181.018,708.048 C 1181.417,707.728 1181.681,707.32 1181.808,706.824 C 1181.285,707.025 1180.935,707.466 1181.018,708.048" id="path3440"/>
<path d="M 1184.547,708.192 C 1184.762,707.497 1184.522,707.305 1183.827,707.616 C 1184.067,707.809 1184.308,708 1184.547,708.192" id="path3442"/>
<path class="landxx gw" d="M 1174.038,698.04 C 1174.735,697.556 1175.646,697.923 1176.395,697.586 C 1177.199,697.225 1177.946,696.768 1178.858,696.744 C 1180.786,696.692 1182.536,697.202 1184.148,695.808 C 1185.566,694.58 1187.351,694.944 1189.063,694.944 C 1191.662,694.944 1194.26,694.944 1196.859,694.944 C 1196.639,695.954 1197.761,697.126 1196.861,698.012 C 1196.372,698.493 1195.032,698.383 1194.838,699.119 C 1194.563,700.163 1198.283,700.974 1196.436,703.056 C 1195.484,704.128 1194.086,703.553 1192.888,703.756 C 1191.763,703.946 1190.421,704.837 1189.265,705.184 C 1187.277,705.78 1188.23,709.26 1186.199,709.992 C 1185.712,708.117 1185.448,707.871 1183.759,707.04 C 1183.91,706.766 1184.076,706.502 1184.259,706.248 C 1182.811,707.331 1184.19,702.897 1186.269,704.519 C 1185.768,703.108 1184.495,704.049 1183.759,704.664 C 1183.051,703.401 1182.926,702.551 1184.479,702 C 1185.802,701.531 1186.271,702.949 1187.499,702.864 C 1186.84,702.599 1186.452,701.758 1187.069,701.208 C 1186.588,701.044 1186.133,701.106 1185.704,701.392 C 1184.998,701.777 1184.409,701.303 1183.679,701.424 C 1182.97,701.542 1182.517,702.083 1181.989,702.504 C 1181.304,703.05 1180.379,702.965 1179.579,703.152 C 1179.629,701.845 1180.724,701.424 1181.599,700.704 C 1180.356,700.582 1179.371,701.876 1178.139,701.608 C 1175.738,701.086 1177.279,698.958 1178.43,698.183 C 1177.97,698.232 1177.513,698.304 1177.06,698.399 C 1176.821,698.688 1176.558,698.952 1176.27,699.192 C 1175.379,699.229 1174.883,698.177 1174.038,698.04" id="path3444"/>
</g>
<path class="landxx gh" d="M 1246.5153,705.45355 C 1246.0553,703.00055 1245.8913,701.03555 1246.9663,698.72155 C 1247.8903,696.73155 1247.3255,696.03558 1248.0665,694.04058 C 1248.6155,692.56358 1250.6004,690.51309 1251.1904,689.23009 C 1251.9924,687.48609 1251.358,684.89782 1250.829,683.10582 C 1250.618,682.39182 1250.3133,681.93555 1250.0223,681.26855 C 1249.7103,680.55355 1250.1728,679.80069 1250.2268,679.06769 C 1250.3508,677.38469 1249.5343,676.19955 1249.8803,674.57855 C 1250.2503,672.84555 1249.5343,670.98555 1249.2143,669.29955 C 1249.0633,668.49855 1248.2193,667.59855 1248.7113,666.75455 C 1249.0983,666.09055 1249.6413,665.14755 1249.3963,664.34255 C 1253.591,664.71774 1257.4521,664.07326 1261.9153,664.36836 C 1262.8159,664.42791 1265.48,664.1965 1265.6923,664.71655 C 1266.0861,665.68125 1267.6576,664.14497 1268.4763,663.55055 C 1269.309,662.94593 1271.6996,663.44983 1271.175,664.52101 C 1270.3751,666.15415 1270.1912,667.77488 1272.5369,669.53825 C 1274.478,670.99748 1273.3836,670.4008 1273.7138,671.91082 C 1273.8736,672.64189 1273.9654,672.5843 1273.8959,673.42355 C 1273.8256,674.2739 1273.8089,675.65004 1273.5863,676.72655 C 1272.5223,676.56255 1272.9723,677.32055 1272.5063,677.95155 C 1273.1523,678.06155 1273.6133,677.32855 1274.2163,677.49655 C 1275.0923,677.74155 1275.0811,679.00639 1274.8753,679.65055 C 1274.4794,680.89005 1275.3304,684.08593 1273.6563,683.78355 C 1274.0763,684.85055 1275.2053,685.50755 1275.8543,686.41955 C 1276.6313,687.51155 1275.9592,687.8425 1275.5092,688.8565 C 1274.9622,690.0885 1276.0099,691.70887 1275.316,692.86996 C 1274.4866,694.25796 1274.4043,694.94519 1275.5454,696.12819 C 1276.085,696.6875 1275.4847,698.08836 1275.2307,698.73036 C 1274.6167,700.28236 1274.4623,700.97618 1275.3473,702.52218 C 1275.9053,703.49918 1277.094,704.35955 1277.984,705.05055 C 1278.227,705.23955 1279.7493,706.13655 1279.7773,706.24655 C 1279.9913,707.06955 1278.6423,707.46755 1278.4303,708.16055 C 1278.1413,709.10355 1277.4903,709.90455 1276.3603,709.77655 C 1275.7293,709.70455 1275.5283,708.29255 1275.1853,707.87155 C 1274.4453,706.96455 1273.1953,707.31155 1272.2173,706.89355 C 1273.0033,707.52955 1274.2943,707.13755 1275.1353,707.75555 C 1276.7983,708.97655 1274.2533,709.75055 1273.4283,709.89555 C 1270.2893,710.44655 1268.3033,712.22855 1265.6983,713.78255 C 1264.2033,714.67355 1262.5443,714.65255 1260.9513,715.30355 C 1259.9873,715.69855 1258.8913,715.91255 1258.0653,716.57655 C 1257.3793,717.12855 1256.8123,717.86255 1256.0203,718.27655 C 1255.2033,718.70455 1254.5533,718.56055 1253.9453,717.92455 C 1253.1183,717.06155 1252.2163,716.94855 1251.1233,716.62155 C 1249.9793,716.27855 1249.0573,716.54828 1248.3483,715.38128 C 1249.2853,715.35428 1248.8193,715.21955 1249.7563,715.24655 C 1249.3393,714.03355 1250.7466,710.17641 1248.1856,710.88541 C 1249.0509,709.35241 1247.4327,706.72055 1246.5153,705.45355" id="gh"/>
<path class="landxx at" d="M 1343.7863,351.57455 C 1344.4933,350.33655 1344.3483,350.68655 1344.0043,349.56855 C 1343.8853,349.18355 1349.4013,349.34655 1348.1063,351.57455 C 1349.6693,351.52855 1349.7113,350.06355 1350.0563,348.90855 C 1350.7213,349.50355 1352.2958,349.5101 1353.1298,349.4311 C 1352.4443,349.78018 1354.3232,350.37525 1354.5582,350.29764 C 1355.0477,350.53082 1355.7755,349.86042 1356.4563,349.62955 C 1357.8213,348.80555 1360.092,348.2051 1361.645,348.7121 C 1361.625,348.4431 1361.5958,348.16128 1361.5228,347.90228 C 1362.2978,347.99828 1363.5506,348.64207 1364.3177,348.27764 C 1365.9214,347.51573 1365.738,349.29636 1366.7233,349.66891 C 1367.5316,349.97455 1367.8591,348.01904 1367.1633,347.92355 C 1366.2664,347.80045 1366.8132,346.77228 1366.7088,346.30928 C 1366.5681,345.68562 1366.0143,345.50655 1365.7573,344.95155 C 1365.1013,343.53355 1368.7543,343.04655 1369.4843,342.55255 C 1370.1163,342.12555 1369.6278,340.27228 1370.8028,340.71728 C 1372.3858,341.31728 1371.4659,339.67529 1371.8389,338.24329 C 1372.967,338.54121 1374.2928,340.33835 1375.5729,340.5051 C 1377.9087,339.91902 1378.1152,340.47858 1378.3473,340.55855 C 1378.3513,339.86255 1378.7384,339.1809 1379.4283,338.95755 C 1380.3272,338.66655 1380.2198,338.03755 1380.2873,336.88655 C 1381.7729,336.75618 1383.5635,337.44765 1384.9638,337.91291 C 1385.4399,337.66432 1387.721,339.44765 1389.4172,339.04355 C 1390.7459,338.727 1393.3209,338.58897 1393.5197,340.16291 C 1393.5439,340.35464 1393.5509,341.10713 1393.7158,341.78216 C 1393.8971,342.5241 1393.7556,343.58702 1394.1441,344.13202 C 1394.6754,344.87747 1395.4171,345.00976 1395.3493,345.48733 C 1395.2815,345.9649 1394.4179,346.7778 1394.0603,347.71427 C 1393.3883,349.47427 1392.5628,347.23348 1390.9281,347.88964 C 1390.2162,348.17542 1393.5191,348.86129 1391.5602,349.85664 C 1390.0243,350.6371 1390.4283,352.69855 1390.8753,353.87755 C 1389.7749,353.64371 1386.9575,355.30298 1387.8553,356.75755 C 1386.2883,355.76655 1385.5563,356.90155 1384.0743,357.03655 C 1383.0073,357.13555 1382.2622,356.62843 1381.2598,356.83219 C 1380.4962,356.98743 1378.8494,358.58033 1378.2464,358.89433 C 1377.1164,359.48333 1374.2059,358.14096 1373.0803,357.97814 C 1370.1622,357.55602 1367.6085,357.91451 1364.6185,356.97851 C 1363.7095,356.69351 1360.2683,354.27155 1362.0063,353.22855 C 1361.0133,353.02155 1360.2053,353.74255 1359.2663,353.87655 C 1357.8923,354.07355 1356.7243,353.88955 1355.3473,354.27855 C 1354.5233,354.51055 1353.8673,355.99455 1353.0153,355.74655 C 1352.1553,355.49555 1351.3743,355.29955 1350.5073,355.08455 C 1349.7923,354.90655 1350.1736,354.0761 1349.7106,354.0001 C 1349.1526,353.9081 1348.7829,354.43553 1348.4539,354.84346 C 1347.8514,355.59053 1346.1183,354.52935 1345.6332,354.00909 C 1345.1074,353.44523 1344.3341,353.36119 1344.0381,353.35573 C 1344.3271,352.69673 1344.1603,352.09855 1343.7863,351.57455" id="at"/>
<g class="landxx coastxx se" id="se" transform="translate(-29.9017, -45.0745)">
<path d="M 1387.368,306 C 1386.888,306.24 1386.409,306.48 1385.928,306.72 C 1386.338,307.282 1387.969,307.55 1388.291,306.706 C 1388.491,306.181 1387.836,305.31 1387.368,306" id="path3388"/>
<path d="M 1387.008,307.584 C 1386.864,307.824 1386.721,308.063 1386.578,308.304 C 1387.184,308.391 1387.703,308.059 1387.948,307.512 C 1387.634,307.536 1387.321,307.56 1387.008,307.584" id="path3390"/>
<path d="M 1417.248,320.616 C 1417.367,321.064 1417.414,321.52 1417.388,321.983 C 1418.598,321.735 1419.108,319.452 1419.38,318.482 C 1419.895,316.648 1420.789,315.029 1421.498,313.272 C 1420.306,313.238 1419.973,315.429 1419.498,316.188 C 1418.637,317.562 1416.853,318.714 1417.248,320.616" id="path3392"/>
<path d="M 1427.328,299.808 C 1427.088,299.928 1426.848,300.048 1426.608,300.168 C 1426.883,300.115 1427.123,299.995 1427.328,299.808" id="path3394"/>
<path d="M 1429.348,316.008 C 1429.048,315.19 1431.826,312.923 1432.438,312.48 C 1429.698,312.217 1435.726,307.944 1431.282,308.869 C 1430.026,309.13 1428.865,310.182 1428.044,311.124 C 1427.31,311.968 1427.626,315.077 1428.908,315.289 C 1428.497,315.742 1428.164,316.246 1427.908,316.801 C 1428.544,316.932 1429.063,316.544 1429.348,316.008" id="path3396"/>
<path d="M 1427.978,288.937 C 1428.286,289.28 1428.669,289.424 1429.128,289.369 C 1428.804,288.841 1428.326,288.401 1427.758,288.146 C 1427.831,288.409 1427.904,288.673 1427.978,288.937" id="path3398"/>
<path d="M 1428.908,299.231 C 1428.741,299.471 1428.575,299.711 1428.408,299.952 C 1428.896,299.777 1428.924,299.672 1428.908,299.231" id="path3400"/>
<path d="M 1429.638,296.28 C 1429.875,296.135 1430.111,295.992 1430.348,295.847 C 1429.762,295.614 1429.374,295.868 1429.348,296.495 C 1429.444,296.424 1429.541,296.353 1429.638,296.28" id="path3402"/>
<path d="M 1433.228,308.808 C 1433.772,309.02 1434.255,308.924 1434.678,308.521 C 1434.153,307.882 1433.507,308.104 1433.228,308.808" id="path3404"/>
<path d="M 1448.208,249.12 C 1447.968,249.096 1447.728,249.072 1447.488,249.048 C 1447.947,249.429 1447.854,249.283 1448.208,249.12" id="path3408"/>
<path class="landxx se" d="M 1384.488,299.231 C 1385.551,299.046 1385.875,301.037 1386.635,300.832 C 1387.841,300.506 1388.161,297.751 1387.754,296.86 C 1387.029,295.272 1388.7105,294.91599 1388.468,293.564 C 1388.12,291.62392 1391.6099,292.90489 1392.066,290.89 C 1392.4014,289.40831 1392.8767,288.38106 1391.9007,287.04106 C 1391.3617,286.30106 1390.0061,284.45069 1391.5041,283.81469 C 1392.9981,283.18069 1393.4687,283.84687 1394.0117,281.80087 C 1394.3777,280.41787 1392.787,280.165 1391.863,279.82 C 1390.155,279.179 1389.6967,277.896 1390.1297,276.317 C 1390.6477,274.426 1390.3579,273.43393 1389.711,271.692 C 1389.4566,271.007 1389.0541,269.93344 1389.4399,269.24344 C 1389.7529,268.68377 1390.151,268.793 1389.96,268.235 C 1389.724,267.547 1389.187,267.14546 1389.07,266.381 C 1388.9286,265.4571 1389.7922,264.98191 1389.7558,264.275 C 1389.6888,262.97354 1391.8671,261.84068 1392.49,261.336 C 1394.3289,259.8461 1396.0553,260.05529 1397.966,260.329 C 1399.2397,260.51147 1401.4916,260.57272 1401.147,258.805 C 1400.8049,257.05026 1398.9366,256.87293 1398.168,256.319 C 1398.861,255.468 1399.644,254.697 1400.42,253.923 C 1401.13,253.215 1402.049,251.398 1402.861,250.959 C 1403.885,250.405 1403.206,245.364 1402.988,244.583 C 1404.562,244.643 1406.6455,244.52163 1408.018,243.653 C 1408.6745,243.23755 1408.0449,242.62241 1407.9659,242.15241 C 1407.8795,241.63831 1408.868,241.451 1409.15,241.151 C 1410.425,239.791 1411.7197,238.87919 1413.1427,237.71519 C 1414.3087,236.76219 1412.072,235.382 1411.557,234.935 C 1413.87,233.875 1414.518,231.66 1416.747,230.615 C 1418.176,229.945 1419.067,230.12887 1420.53,230.45787 C 1421.269,230.62387 1422.908,230.097 1422.811,229.118 C 1422.746,228.465 1422.1629,227.5311 1422.441,226.873 C 1422.792,226.04227 1425.4144,227.0585 1426.0065,226.94353 C 1427.51,226.65156 1431.9364,228.66548 1434.168,227.158 C 1433.682,226.939 1433.178,226.771 1432.658,226.654 C 1433.89,225.898 1435.594,224.215 1433.448,223.341 C 1436.715,221.876 1440.364,225.127 1443.168,226.365 C 1445.083,227.211 1447.4683,227.23076 1449.362,228.08127 C 1449.981,228.35927 1453.301,230.36056 1453.656,231.085 C 1453.9611,231.70759 1453.0611,231.68644 1452.9205,232.057 C 1452.8673,232.19715 1452.9822,232.3807 1453.0553,234.1019 C 1453.0735,234.53109 1453.8911,234.63595 1454.2661,234.73695 C 1455.7161,235.12895 1454.6767,235.78232 1454.1737,236.41632 C 1453.6207,237.11332 1455.3511,238.20047 1455.7741,238.53747 C 1456.7191,239.29247 1456.443,240.775 1455.647,241.657 C 1454.015,243.461 1458.0267,245.25294 1458.5407,246.98294 C 1456.9247,247.20294 1454.131,248.072 1452.748,246.811 C 1452.976,247.038 1453.19,247.278 1453.388,247.532 C 1452.229,247.532 1451.284,247.282 1450.298,246.668 C 1450.106,248.639 1448.321,245.768 1447.923,247.163 C 1447.734,247.826 1448.535,248.498 1448.638,249.116 C 1447.906,249.099 1447.216,248.834 1446.558,248.54 C 1446.814,248.697 1447.078,248.841 1447.348,248.972 C 1446.832,249.33 1446.279,249.402 1445.688,249.189 C 1448.019,249.877 1443.91,250.21 1443.458,250.269 C 1443.939,251.082 1445.116,251.401 1444.108,252.716 C 1443.76,253.171 1441.826,254.523 1441.228,254.228 C 1441.633,254.687 1442.137,254.975 1442.738,255.092 C 1440.693,255.523 1444.427,256.811 1444.828,257.468 C 1443.418,258.147 1441.442,258.933 1440.877,260.547 C 1440.552,261.474 1437.997,262.55 1438.198,263.372 C 1438.045,263.099 1437.879,262.835 1437.698,262.58 C 1437.325,263.515 1436.041,263.825 1435.165,263.983 C 1434.24,264.149 1433.954,266.029 1433.087,264.379 C 1433.324,265.593 1433.052,264.938 1432.222,264.967 C 1431.752,264.984 1431.363,266.069 1430.942,266.361 C 1429.422,267.416 1427.479,267.283 1425.887,268.484 C 1426.388,268.548 1426.891,268.573 1427.397,268.555 C 1427.424,269.359 1426.76,269.891 1426.004,269.513 C 1425.591,269.306 1425.356,270.44 1424.597,270.068 C 1426.431,269.879 1424.18,269.706 1423.877,269.78 C 1424.047,268.965 1423.009,268.61 1422.937,267.836 C 1422.68,268.991 1424.008,269.657 1424.178,270.711 C 1424.441,272.338 1422.22,273.451 1421.137,272.156 C 1420.577,273.444 1421.306,274.371 1422.647,274.46 C 1421.772,274.578 1421.305,275.982 1421.137,276.692 C 1420.88,277.781 1422.292,278.339 1421.927,279.284 C 1421.351,278.7 1420.543,278.264 1419.697,278.492 C 1422.43,279.109 1418.153,278.891 1420.487,279.356 C 1418.475,279.168 1419.864,279.594 1420.417,279.788 C 1418.319,279.409 1421.645,280.663 1419.627,280.868 C 1420.662,281.226 1420.078,282.612 1420.145,283.377 C 1420.245,284.504 1420.953,285.131 1421.497,286.052 C 1421.238,286.181 1420.974,286.301 1420.707,286.412 C 1421.079,286.631 1422.818,286.736 1422.96,287.049 C 1423.572,288.397 1424.474,287.4 1425.457,287.204 C 1424.913,289.185 1428.351,288.903 1429.127,290.012 C 1427.307,290.375 1429.768,291.049 1430.352,291.164 C 1430.771,291.247 1432.984,294.153 1431.217,292.748 C 1431.716,293.166 1432.136,293.683 1432.437,294.26 C 1431.33,294.296 1430.501,294.907 1429.654,295.545 C 1428.902,296.111 1426.716,296.44 1428.117,296.924 C 1427.571,297.07 1427.091,296.949 1426.677,296.564 C 1426.557,297.449 1429.309,297.976 1428.987,296.636 C 1429.489,296.912 1430.521,298.59 1429.057,297.788 C 1430.957,298.442 1428.266,297.758 1427.907,297.645 C 1428.024,298.237 1428.465,298.678 1429.057,298.795 C 1428.459,299.113 1427.784,299.16 1427.157,299.391 C 1426.285,299.712 1426.187,300.581 1425.478,301.023 C 1425.003,301.319 1424.659,299.403 1423.877,299.444 C 1424.343,299.815 1424.533,300.295 1424.447,300.883 C 1424.207,300.715 1423.967,300.547 1423.727,300.379 C 1423.953,301.045 1423.953,301.531 1423.007,301.1 C 1423.135,301.336 1423.255,301.576 1423.367,301.82 C 1422.43,302.341 1421.444,302.282 1420.417,302.179 C 1420.666,302.36 1420.906,302.552 1421.137,302.755 C 1419.536,303.605 1417.519,302.077 1416.027,303.188 C 1417.235,302.887 1418.976,303.022 1419.627,304.268 C 1418.663,304.799 1417.679,304.322 1416.677,304.268 C 1418.199,304.798 1420.834,307.239 1418.187,308.227 C 1418.831,308.078 1419.063,308.415 1418.907,309.02 C 1418.406,308.743 1417.876,308.67 1417.317,308.803 C 1417.66,309.244 1419.459,310.251 1418.224,310.745 C 1417.128,311.183 1419.171,311.831 1418.543,312.657 C 1417.102,314.549 1418.441,316.521 1416.879,318.494 C 1415.873,319.766 1415.354,323.448 1413.044,322.756 C 1411.662,322.342 1410.216,322.99 1408.816,322.9 C 1408.044,322.851 1406.035,322.68 1407.097,323.996 C 1405.743,324.526 1404.556,323.704 1403.765,325.459 C 1403.313,326.462 1404.403,327.239 1404.499,328.198 C 1404.681,330.001 1402.196,328.808 1401.472,328.873 C 1399.172,329.08 1397.301,329.159 1394.997,329.036 C 1395.741,329.007 1396.26,326.719 1395.566,325.986 C 1394.8,325.177 1392.907,322.984 1392.987,321.836 C 1395.449,322.698 1394.024,321.839 1393.847,320.468 C 1397.204,319.914 1393.921,318.802 1393.102,317.658 C 1392.313,316.556 1391.183,315.657 1390.684,314.369 C 1390.364,313.544 1390.002,312.462 1388.877,312.835 C 1388.933,312.284 1388.981,311.712 1388.86,311.165 C 1388.65,310.22 1387.094,310.091 1388.517,309.595 C 1387.141,310.087 1388.525,305.804 1388.597,305.276 C 1387.677,305.083 1387.207,306.114 1386.287,305.996 C 1386.695,305.511 1387.078,305.007 1387.437,304.484 C 1386.101,304.348 1387.167,305.249 1385.927,305.635 C 1385.8,304.959 1385.316,304.807 1384.777,305.203 C 1385.351,303.849 1383.261,300.076 1384.488,299.231" id="path3452"/>
<path d="M 1420.988,272.592 C 1421.164,272.967 1421.404,272.823 1421.138,273.384 C 1421.088,273.12 1421.038,272.855 1420.988,272.592" id="path3454"/>
</g>
<g class="landxx tr" id="tr" transform="translate(-29.9017, -45.0745)">
<path d="M 1489.389,452.376 C 1490.137,452.02 1491.167,450.999 1491.392,450.188 C 1491.742,448.924 1490.771,447.975 1492.524,447.184 C 1493.482,446.751 1493.133,446.745 1492.892,445.738 C 1492.75,445.147 1492.514,444.556 1491.878,444.348 C 1489.581,443.597 1492.414,443.235 1492.284,442.315 C 1492.248,442.059 1494.743,441.348 1495.148,441.216 C 1496.472,440.785 1497.25,440.341 1498.211,441.431 C 1499.108,442.448 1499.611,441.796 1500.748,441.683 C 1501.278,441.63 1501.901,441.686 1502.331,442.042 C 1503.063,442.648 1501.965,442.858 1502.482,443.523 C 1504.409,446.004 1506.66,447.082 1509.72,448 C 1510.901,448.354 1509.919,450.077 1509.188,450.348 C 1507.788,450.866 1505.756,449.51 1504.332,449.427 C 1503.627,449.386 1503.196,449.877 1502.614,450.175 C 1501.899,450.541 1501.151,449.906 1500.33,450.152 C 1499.337,450.45 1498.928,451.52 1498.244,452.265 C 1497.133,453.475 1495.636,453.817 1494.356,454.751 C 1493.27,455.543 1492.223,457.753 1491.046,458.208 C 1490.691,456.806 1491.284,455.348 1492.665,454.857 C 1492.913,454.769 1495.561,453.968 1494.688,453.25 C 1493.273,452.083 1490.078,455.21 1489.389,452.376" id="path3456"/>
<path d="M 1490.328,463.248 C 1490.428,462.503 1490.52,458.816 1491.071,458.605 C 1492.437,458.084 1492.875,456.104 1494.288,455.399 C 1495.041,455.024 1496.006,455.686 1496.704,455.197 C 1497.579,454.585 1497.957,455.051 1498.725,455.511 C 1499.826,456.172 1503.387,455.891 1501.128,454.535 C 1501.845,454.243 1502.622,454.281 1503.358,454.463 C 1502.993,454.595 1502.814,454.829 1502.822,455.164 C 1503.244,455.754 1505.385,455.406 1505.93,455.356 C 1507.607,455.203 1510.024,456.181 1511.427,454.967 C 1510.757,454.312 1509.893,454.886 1509.188,454.32 C 1510.092,452.016 1514.236,452.884 1516.108,452.448 C 1514.492,451.653 1512.185,452.321 1510.83,450.931 C 1509.309,449.371 1510.84,448.077 1512.471,448.231 C 1514.261,448.4 1516.047,449.233 1517.868,448.836 C 1520.298,448.307 1522.271,449.632 1524.748,449.387 C 1525.892,449.274 1526.061,448.687 1526.485,447.793 C 1526.953,446.808 1528.7,446.377 1529.589,445.856 C 1532.155,444.352 1534.198,443.03 1537.1,442.245 C 1540.126,441.426 1542.446,441.863 1545.518,441.863 C 1546.757,441.863 1548.071,442.373 1549.298,442.007 C 1549.865,441.837 1550.053,441.16 1550.598,440.999 C 1551.154,440.836 1551.636,441.166 1552.178,441.215 C 1551.26,442.322 1552.833,443.827 1553.834,444.132 C 1554.594,444.363 1555.379,444.554 1556.179,444.449 C 1557.054,444.335 1557.798,443.35 1557.798,444.599 C 1557.999,442.743 1559.192,445.001 1559.366,445.532 C 1559.596,446.234 1561.513,448.609 1562.265,447.802 C 1563.257,446.736 1564.319,446.971 1565.386,447.825 C 1566.686,448.866 1568.285,449.054 1569.739,449.781 C 1570.557,450.193 1570.698,448.502 1571.822,449.736 C 1572.725,450.728 1574.48,450.704 1575.718,450.828 C 1577.439,451.001 1579.201,449.811 1580.928,449.641 C 1582.404,449.495 1583.214,449.301 1584.626,449.807 C 1586.605,450.516 1588.074,451 1590.111,450.046 C 1592.555,448.901 1594.792,447.596 1596.88,445.915 C 1597.716,445.242 1598.492,446.381 1599.337,446.399 C 1599.854,446.411 1599.812,445.702 1600.417,445.823 C 1600.81,445.901 1601.2,445.99 1601.592,446.07 C 1602.16,446.187 1603.778,446.825 1604.124,446.059 C 1604.548,445.121 1606.59,444.339 1605.957,445.751 C 1606.602,445.63 1607.161,446.043 1607.62,446.427 C 1607.95,446.727 1608.295,447.01 1608.654,447.274 C 1609.233,447.346 1609.366,447.614 1609.05,448.08 C 1609.317,448.886 1610.408,448.101 1610.852,448.76 C 1611.141,449.189 1611.3277,450.46127 1611.755,450.80664 C 1613.1181,451.90827 1614.232,453.008 1613.451,454.133 C 1612.68,455.244 1614.76,456.894 1613.666,457.631 C 1615.42,458.516 1616.317,458.314 1618.153,458.382 C 1619.722,458.44 1621.924,460.524 1622.515,461.879 C 1621.661,461.175 1620.36,460.154 1620,461.879 C 1619.889,462.411 1620.027,462.97 1619.864,463.5 C 1619.652,464.186 1617.836,463.823 1617.264,464.039 C 1617.685,464.537 1618.528,465.821 1618.691,466.446 C 1618.962,467.489 1619.423,468.032 1619.793,468.998 C 1620.336,470.419 1619.841,472.496 1621.655,473.111 C 1621.04,473.692 1620.68,474.857 1620.487,475.653 C 1620.099,477.251 1621.754,477.017 1622.594,477.791 C 1623.44,478.568 1623.271,479.593 1623.539,480.609 C 1623.674,481.117 1624.573,481.342 1624.925,481.655 C 1625.315,482.001 1624.971,482.822 1625.185,483.262 C 1623.508,482.079 1622.815,485.019 1621.853,484.701 C 1620.608,484.289 1621.627,482.649 1620.714,482.038 C 1620.258,481.733 1619.501,481.761 1619.088,482.134 C 1618.343,482.806 1617.248,482.649 1616.369,482.373 C 1614.936,481.923 1613.832,481.45 1612.317,481.472 C 1611.242,481.488 1610.569,481.189 1610.006,482.134 C 1609.325,483.278 1607.964,484.306 1607.498,482.6 C 1607.093,481.113 1605.216,482.902 1604.394,483.168 C 1602.283,483.852 1600.513,483.832 1598.37,483.549 C 1594.521,483.041 1591.196,486.915 1587.3,487.186 C 1585.745,487.294 1582.938,487.678 1581.632,486.69 C 1580.207,485.612 1579.315,484.993 1577.556,485.847 C 1575.677,486.759 1571.589,488.91 1569.972,486.906 C 1569.161,485.901 1567.438,485.552 1567.191,487.134 C 1566.948,488.69 1567.491,489.779 1568.155,491.111 C 1567.449,491.151 1566.7,491.352 1565.995,491.182 C 1565.88,491.798 1566.292,492.449 1566.075,493.054 C 1565.819,493.772 1564.866,493.923 1564.636,494.71 C 1564.095,494.347 1563.55,493.937 1562.906,493.774 C 1563.525,492.967 1562.672,491.918 1562.184,491.314 C 1561.275,490.188 1562.259,489.525 1563.197,488.71 C 1564.161,487.873 1564.786,487.283 1563.847,486.016 C 1563.472,485.51 1562.686,484.885 1562.151,485.578 C 1561.41,486.536 1560.661,486.385 1559.736,487.078 C 1561.269,486.922 1559.696,488.465 1558.559,488.257 C 1557.148,487.999 1555.892,487.169 1554.629,486.536 C 1551.622,485.029 1550.06,489.451 1548.646,491.254 C 1548.431,491.013 1548.214,490.773 1547.996,490.534 C 1547.454,491.103 1547.097,492.115 1546.217,491.782 C 1545.453,491.493 1543.293,492.024 1542.573,492.384 C 1541.265,493.038 1539.732,492.94 1538.456,492.377 C 1536.498,491.512 1535.795,489.341 1533.931,488.429 C 1531.883,487.427 1529.814,486.282 1527.558,485.881 C 1526.371,485.671 1523.947,485.191 1523.947,487.078 C 1523.947,488.161 1524.148,490.13 1523.356,490.995 C 1522.924,491.466 1522.351,490.593 1521.943,490.537 C 1520.899,490.394 1519.822,491.63 1518.79,491.803 C 1517.6,492.003 1515.789,491.235 1514.808,490.606 C 1514.062,490.128 1514.028,488.565 1513.007,488.517 C 1513.801,487.397 1511.951,486.181 1511.717,487.654 C 1510.944,486.98 1508.995,486.727 1508.757,485.565 C 1508.575,486.405 1506.548,487.789 1505.877,488.301 C 1506.114,487.798 1505.947,487.487 1505.377,487.365 C 1505.944,487.243 1506.305,486.791 1506.308,486.213 C 1505.576,486.826 1502.141,487.56 1501.198,487.293 C 1501.947,486.377 1503.344,486.322 1504.423,486.35 C 1505.514,486.378 1505.399,486.667 1505.844,485.823 C 1506.155,485.236 1506.827,484.97 1507.248,484.485 C 1505.92,483.892 1501.358,483.815 1500.268,484.917 C 1498.622,482.984 1501.752,484.005 1501.987,483.506 C 1502.182,483.091 1502.157,482.511 1501.923,482.117 C 1501.372,481.194 1500.76,482.475 1501.06,481.029 C 1499.473,483.058 1499.589,478.876 1498.11,478.941 C 1499.136,478.384 1500.305,477.847 1499.426,476.455 C 1498.792,475.451 1496.984,475.971 1496.548,475.225 C 1496.097,474.453 1495.639,473.372 1494.963,474.723 C 1494.663,475.322 1492.529,473.711 1492.489,473.181 C 1494.635,473.695 1492.778,471.422 1492.856,470.536 C 1492.919,469.803 1494.075,470.338 1494.294,470.698 C 1494.749,471.444 1494.595,472.667 1495.299,473.253 C 1495.144,471.657 1497.629,473.654 1498.32,472.029 C 1496.888,471.852 1496.305,471.157 1495.44,470.085 C 1496.188,469.671 1496.574,468.764 1497.46,468.573 C 1497.067,467.405 1495.857,468.617 1495.969,467.295 C 1496.08,465.981 1495.385,465.812 1494.43,464.973 C 1495.067,464.24 1495.801,463.596 1496.38,462.813 C 1494.328,461.768 1492.391,463.923 1490.328,463.248" id="path3458"/>
</g>
<path class="landxx ug" d="M 1496.4963,769.60855 C 1496.9863,768.25455 1496.8293,766.43155 1497.0303,764.99555 C 1497.2833,763.18855 1497.4519,761.39647 1497.6873,759.57855 C 1497.974,757.36445 1499.255,756.09853 1499.4713,754.94455 C 1499.6031,754.24149 1499.3303,753.52655 1499.4663,752.81655 C 1499.6803,751.69955 1500.7353,751.98655 1501.2453,751.17855 C 1502.7983,748.72055 1505.2839,746.9696 1507.3859,744.7966 C 1508.2009,743.9526 1509.2973,742.48555 1509.6403,741.34755 C 1509.9223,740.41155 1508.1823,739.43055 1507.5083,739.07055 C 1506.9683,738.78155 1506.1543,739.66055 1505.7533,738.77355 C 1505.4363,738.07055 1505.6933,737.10755 1505.8393,736.39555 C 1506.2843,734.21355 1505.4673,732.45055 1506.5713,730.44755 C 1506.8943,729.86355 1506.1004,729.70928 1506.2994,729.09328 C 1506.5094,728.44128 1507.1043,727.89355 1507.6103,727.47555 C 1508.1083,727.06555 1508.6973,726.69155 1509.3783,726.81455 C 1509.9353,726.91555 1510.9823,728.07355 1511.5323,727.82455 C 1512.2363,727.50655 1513.2683,726.20955 1514.0183,727.19855 C 1514.8223,728.25655 1515.0393,728.63555 1516.4443,729.14155 C 1515.6561,727.83235 1517.8313,727.33255 1518.8523,727.18955 C 1520.1173,727.01238 1521.5606,725.99596 1522.7986,726.13996 C 1524.4936,726.33696 1525.0163,727.83355 1526.8663,726.55055 C 1528.1933,725.63155 1529.1153,724.25055 1530.1253,723.02055 C 1530.7143,723.81555 1531.3413,724.94755 1530.9853,725.97255 C 1532.1783,725.85155 1531.3862,726.72122 1532.512,727.05982 C 1533.6737,727.40919 1534.1176,727.6335 1533.6323,729.12255 C 1533.0006,731.06063 1534.9372,733.14369 1535.9453,735.44155 C 1536.143,735.89226 1537.3073,737.40855 1537.2853,737.80055 C 1537.2373,738.62955 1538.2164,739.8596 1538.4184,740.6666 C 1538.7734,742.0996 1538.4197,744.05233 1537.7987,745.48333 C 1537.2697,746.70433 1536.2533,746.88355 1536.5123,748.30455 C 1536.6463,749.04155 1535.4533,749.50355 1534.9083,749.77755 C 1533.8403,750.31655 1533.7953,751.75455 1533.1563,752.81855 C 1532.6783,753.61355 1531.8856,754.04228 1531.5546,754.86428 C 1531.1056,755.97728 1530.6939,756.79323 1530.1779,757.87323 C 1529.681,757.83998 1527.8496,758.44886 1528.1467,756.85068 C 1526.9842,757.29046 1527.3493,757.62287 1526.8708,757.6967 C 1525.4527,757.9155 1525.4326,757.0628 1526.496,757.1296 C 1526.223,756.55872 1525.2691,755.84572 1525.5912,755.43728 C 1524.7991,755.72725 1525.3224,755.51943 1524.2362,755.92533 L 1524.5807,756.5 C 1523.6333,756.75313 1524.3601,757.67973 1523.1661,757.6167 C 1523.3193,759.4781 1520.5187,758.51931 1520.1988,758.58367 C 1520.1421,758.61654 1520.3487,756.91304 1520.1403,757.19671 C 1518.7857,760.35232 1518.2917,758.67669 1518.0373,758.84269 C 1518.0868,759.51258 1517.5821,759.55546 1516.4156,759.67061 C 1515.8667,760.44944 1514.5708,760.43028 1514.6781,760.7047 C 1515.6991,763.31605 1513.5521,763.74792 1513.2157,765.58201 C 1512.9248,767.16845 1513.5053,767.25337 1513.6858,768.30028 C 1506.4968,768.30028 1515.2465,768.61237 1508.0773,768.07655 C 1505.602,767.89155 1502.693,768.39827 1501.2443,770.19209 C 1500.741,770.81525 1500.0355,772.56249 1499.1559,771.98487 C 1498.9229,771.83184 1498.7871,770.99141 1498.3783,771.02355 C 1497.6783,771.07858 1496.5659,771.85331 1496.2353,772.08824 C 1496.4002,771.436 1497.3175,770.30524 1496.4963,769.60855" id="ug"/>
<g class="landxx coastxx mz" id="mz" transform="translate(-28.7126, 62.0078)">
<path d="M 1566.1089,886.0907 C 1566.3639,885.3737 1566.5079,884.6137 1566.4689,883.8507 C 1566.1569,884.5367 1565.8149,885.3267 1566.1089,886.0907" id="path3382"/>
<path d="M 1573.6689,860.9607 C 1574.2729,860.3867 1574.1299,860.1467 1573.2379,860.2407 C 1573.3819,860.4807 1573.5259,860.7207 1573.6689,860.9607" id="path3384"/>
<path class="landxx mz" d="M 1528.5989,827.3307 C 1534.1359,825.2497 1539.6929,823.2167 1545.2629,821.2267 C 1546.5079,820.7817 1547.6806,820.18916 1548.9146,819.71216 C 1549.3326,819.55116 1550.3912,818.86415 1550.8562,819.01015 L 1555.0189,823.6617 C 1555.0599,822.7287 1557.0629,823.0547 1558.0049,822.7887 C 1558.8149,822.5607 1560.0349,821.8017 1560.6999,822.6637 C 1561.9289,824.2577 1561.9359,828.1197 1561.2969,829.8867 C 1560.4859,832.1257 1558.5999,834.1387 1559.7969,836.4427 C 1560.0819,836.9897 1559.9179,837.6417 1560.2489,838.1617 C 1560.6229,838.7497 1561.2869,839.0697 1561.6589,839.6567 C 1562.3879,840.8057 1563.5109,841.8807 1564.5449,842.7637 C 1565.5309,843.6057 1565.4779,843.7597 1564.8019,844.8657 C 1564.0799,846.0467 1566.4199,846.4917 1566.5739,844.9017 C 1566.7219,843.3557 1566.2759,841.9887 1565.3879,840.7327 C 1566.7939,839.7087 1566.0629,837.5857 1568.1289,837.1567 C 1570.9289,836.5757 1571.1769,835.3537 1571.1859,832.5307 C 1571.1889,831.5037 1571.0079,830.4557 1571.0689,829.4307 C 1571.1689,827.7607 1572.0459,825.9167 1571.3289,824.2787 C 1570.6109,822.6377 1569.1119,821.0917 1568.1479,819.5637 C 1567.2519,818.1427 1566.3759,816.6137 1565.2409,815.3627 C 1564.4069,814.4447 1564.7212,815.28164 1563.9712,814.44164 C 1563.7487,813.723 1564.1309,812.3132 1563.6725,810.91987 C 1563.0719,809.09456 1564.1448,807.9911 1563.9059,807.18212 C 1562.5206,802.50467 1563.358,803.64973 1563.292,803.06147 C 1563.8334,801.83029 1565.6378,802.06121 1565.1994,797.6999 C 1566.6998,797.84069 1568.0625,798.17195 1569.8179,797.6637 C 1570.8105,797.37631 1571.7449,796.1537 1572.8309,796.8567 C 1573.5819,797.3427 1573.9459,798.2717 1574.7439,798.6967 C 1575.3549,799.0227 1577.3839,799.1347 1578.0569,798.9617 C 1579.1759,798.6737 1579.9819,796.7937 1581.2449,798.1647 C 1583.5889,800.7087 1586.4039,797.6957 1587.5389,795.8267 C 1588.1649,794.7947 1589.2809,794.7667 1590.2579,795.3857 C 1591.8499,796.3947 1592.2349,796.3857 1593.7449,795.3257 C 1595.0069,794.4407 1595.9969,793.8177 1597.6419,794.1407 C 1598.5879,794.3277 1600.4149,792.5127 1601.2979,792.1107 C 1603.0399,791.3187 1604.4949,790.2047 1605.9969,789.0457 C 1607.8309,787.6287 1609.0259,789.9997 1607.4349,790.7607 C 1607.6779,790.8747 1607.9169,790.9947 1608.1549,791.1207 C 1607.4269,792.0587 1607.8399,793.1147 1607.4349,794.1407 C 1607.2179,794.6927 1605.8269,795.4077 1606.6469,795.9907 C 1607.3269,796.4727 1607.1679,799.0517 1607.2649,800.0497 C 1607.3369,800.7977 1607.3959,801.5597 1607.3289,802.3107 C 1607.2289,803.4497 1606.8739,803.1637 1607.1919,804.1727 C 1607.2649,804.5487 1607.2389,804.9187 1607.1129,805.2797 C 1606.9649,805.9777 1607.4039,806.1897 1607.5839,806.7937 C 1607.8479,807.6717 1607.5159,808.9317 1606.9249,809.6207 C 1608.9289,809.9057 1606.3209,814.3047 1607.1059,814.5557 C 1608.4769,814.9947 1607.1379,819.5717 1607.5749,820.6407 C 1609.0849,819.7457 1607.3559,822.6647 1607.7959,823.3707 C 1607.9169,822.0977 1609.1999,822.3167 1608.9799,823.5787 C 1608.7419,824.9467 1609.0699,825.9167 1607.6459,826.6907 C 1607.9049,826.8927 1608.1709,827.0827 1608.4469,827.2607 C 1606.7989,826.8677 1608.2199,827.4687 1607.7469,828.0357 C 1607.4479,828.3937 1606.9829,828.5287 1606.7869,828.9907 C 1608.3779,828.4247 1607.0039,830.9487 1606.7669,831.4477 C 1605.9699,833.1327 1604.2729,834.0667 1603.4539,835.7407 C 1602.6409,837.4027 1601.3129,838.3687 1600.4089,839.9437 C 1599.7169,841.1517 1595.0249,842.7827 1595.1939,844.0967 C 1595.2719,844.7047 1591.6509,845.3267 1590.9459,845.7607 C 1590.3219,846.1447 1589.6149,846.4517 1588.9129,846.6567 C 1587.7799,846.9877 1587.9749,846.5547 1587.1519,847.3157 C 1585.9679,848.4107 1584.3089,848.9287 1582.9009,849.6607 C 1581.4999,850.3897 1579.2679,853.7977 1577.6959,852.4607 C 1580.6319,855.6817 1573.5019,856.9187 1574.1659,860.1707 C 1573.5599,860.2537 1573.1529,859.8577 1573.0159,859.3007 C 1573.1579,860.4437 1572.0719,861.8927 1572.2259,860.3107 C 1570.8549,861.4997 1569.1959,862.3157 1568.0809,863.7837 C 1567.0939,865.0827 1566.1959,866.3157 1565.0079,867.4497 C 1564.5269,867.9087 1562.6149,869.9257 1561.9279,869.0907 C 1561.4849,868.5527 1560.9189,866.7077 1559.9159,867.2917 C 1561.6449,867.1877 1561.0409,869.3637 1561.3819,869.8917 C 1561.7019,870.3887 1561.6849,871.1957 1561.4449,871.7177 C 1561.3359,871.9927 1561.1359,872.1517 1560.8459,872.1917 C 1561.0679,872.6057 1561.1419,873.0457 1561.0679,873.5117 C 1560.8799,875.7847 1561.6269,875.1567 1562.7969,876.6527 C 1563.4529,877.4917 1563.6419,878.4847 1563.6279,879.5247 C 1563.6219,879.9277 1563.3009,883.0627 1563.8769,881.1227 C 1563.4389,882.8157 1564.5649,884.6457 1564.7359,886.3727 C 1564.8399,887.4077 1565.2099,888.4907 1565.0389,889.5357 C 1564.8939,890.4167 1564.5129,891.3957 1565.4569,891.9937 C 1565.6259,890.8847 1565.5779,889.8857 1566.3259,888.9637 C 1566.3079,889.3027 1566.3289,891.7317 1566.6859,889.6927 C 1566.4849,890.8637 1566.1919,892.0217 1566.0879,893.2087 C 1565.9939,894.2737 1566.7489,895.2207 1566.6129,896.2567 C 1566.2409,899.0837 1564.2079,901.8097 1564.6659,904.8127 C 1564.4039,903.1707 1565.6079,904.8627 1565.6759,903.4427 C 1566.7589,905.2687 1564.6579,907.9987 1563.5339,909.2867 C 1561.6759,911.4157 1558.8569,912.3887 1556.2619,913.3037 C 1553.3249,914.3397 1550.3659,915.4177 1547.7459,917.1227 C 1546.5629,917.8927 1545.3269,918.5697 1544.6689,919.8857 C 1544.1039,921.0147 1543.8179,922.3277 1542.3459,922.5217 C 1543.3279,922.5107 1544.8979,926.0117 1545.7259,923.8917 C 1545.5499,925.6867 1546.4889,930.33598 1544.6349,930.20843 L 1540.1599,930.0352 C 1540.2266,928.56341 1539.3125,926.89789 1539.5467,925.7577 C 1539.7435,924.79933 1539.2777,923.87246 1538.628,923.01516 C 1538.1498,922.38408 1538.258,920.8575 1538.7593,919.6531 C 1539.0443,918.96836 1539.0059,916.5137 1539.0359,915.8097 C 1539.1079,914.0857 1539.0951,912.3627 1539.2251,910.6427 C 1539.3421,909.0907 1538.9859,908.0557 1538.7359,906.5737 C 1538.3599,904.3537 1536.8479,902.5387 1536.3869,900.3777 C 1536.1649,899.3347 1536.3313,898.2347 1536.1483,897.1587 C 1535.8943,895.6637 1535.5929,894.2267 1535.1859,892.7707 C 1534.9219,891.8267 1534.4991,892.10678 1535.0295,891.40978 C 1535.5598,890.99096 1537.0434,889.05832 1537.6689,888.4197 C 1538.6011,887.46796 1542.9349,881.3737 1544.0749,882.2027 C 1542.9259,880.7197 1544.0759,879.8607 1544.4349,878.3827 C 1544.6559,877.4737 1543.7749,876.2047 1544.7739,875.6087 C 1546.1639,874.7797 1546.5269,873.6507 1547.2939,872.2217 C 1547.6219,871.6107 1547.8005,871.09349 1548.0375,870.43349 C 1548.4135,869.39249 1548.1249,868.5927 1548.1759,867.5827 C 1547.9359,867.6787 1547.6969,867.7757 1547.4559,867.8727 C 1546.929,866.82476 1546.5563,865.8829 1546.7621,865.30161 C 1547.0118,864.59676 1547.9073,864.01372 1547.5701,863.0691 C 1547.281,862.25901 1546.1136,862.54746 1546.4425,861.24569 C 1546.6881,860.27369 1548.3908,860.1154 1548.2529,858.9317 C 1548.0158,856.89659 1549.282,857.65959 1549.1579,856.3257 C 1549.0553,855.22355 1548.4359,854.17509 1548.6459,853.06409 C 1548.7929,852.28309 1549.3055,851.41595 1549.1121,850.6367 C 1548.727,849.08497 1548.8562,848.03396 1548.8907,846.37028 C 1548.9019,845.82987 1548.6117,845.43768 1548.4617,844.91168 C 1548.2437,844.14868 1548.9879,842.8517 1549.1159,842.0927 C 1548.0606,842.38989 1547.5251,842.37992 1546.9639,841.3417 C 1546.4332,840.35981 1543.4029,840.2769 1542.6139,839.8227 C 1540.1839,838.4238 1537.861,836.96575 1535.248,836.2267 C 1534.4114,835.99008 1531.7953,836.06623 1530.8815,835.84851 C 1529.4021,835.49604 1529.9969,833.0947 1529.8599,831.9927 C 1529.6649,830.3907 1528.4559,828.9637 1528.5989,827.3307" id="path3462"/>
<path d="M 1600.8089,838.8507 C 1601.0489,838.6837 1601.2879,838.5177 1601.5289,838.3507 C 1601.5329,838.7707 1601.4639,839.1777 1601.3189,839.5717 C 1601.1489,839.3307 1600.9789,839.0907 1600.8089,838.8507" id="path3466"/>
</g>
<g class="landxx coastxx jp" id="jp" transform="translate(-29.9017, -45.0745)">
<path d="M 2224.078,593.496 C 2223.849,593.849 2223.705,594.233 2223.648,594.649 C 2224.146,594.694 2224.626,594.621 2225.087,594.431 C 2225.002,593.876 2224.641,593.536 2224.078,593.496" id="path3482"/>
<path d="M 2226.238,593.208 C 2226.279,593.746 2226.568,594.01 2227.107,594 C 2227.783,593.864 2227.467,592.9 2227.467,592.488 C 2227.313,593.075 2226.829,593.373 2226.238,593.208" id="path3484"/>
<path d="M 2234.448,589.464 C 2233.881,590.34 2235.052,590.991 2235.748,590.472 C 2235.152,590.412 2234.677,590.003 2234.448,589.464" id="path3486"/>
<path d="M 2242.148,576.36 C 2241.742,576.717 2241.912,576.958 2242.658,577.08 C 2242.488,576.84 2242.318,576.601 2242.148,576.36" id="path3496"/>
<path d="M 2249.718,579.024 C 2250.694,578.692 2250.34,576.501 2250.93,575.753 C 2251.647,574.848 2253.493,573.962 2252.809,572.543 C 2251.874,572.718 2251.159,574.949 2250.149,573.695 C 2250.284,574.758 2250.627,575.036 2249.896,575.917 C 2249.267,576.677 2249.017,578.219 2249.718,579.024" id="path3504"/>
<path d="M 2253.238,567.432 C 2253.335,567.6 2253.431,567.769 2253.528,567.937 C 2253.738,567.725 2253.908,567.484 2254.038,567.216 C 2253.771,567.288 2253.505,567.359 2253.238,567.432" id="path3514"/>
<path d="M 2254.828,563.256 C 2254.285,563.891 2255.061,564.992 2255.838,564.768 C 2255.574,564.215 2255.237,563.711 2254.828,563.256" id="path3516"/>
<path d="M 2256.118,560.736 C 2256.237,561.067 2256.477,561.258 2256.838,561.311 C 2256.598,561.12 2256.358,560.928 2256.118,560.736" id="path3518"/>
<path d="M 2258.998,557.928 C 2258.27,558.512 2254.554,560.175 2256.908,561.096 C 2258.361,561.664 2257.446,560.581 2257.847,559.872 C 2258.277,559.113 2259.955,559.081 2258.998,557.928" id="path3520"/>
<path d="M 2238.769,504.504 C 2237.169,504.838 2238.274,507.227 2239.348,507.528 C 2238.797,506.671 2238.993,505.459 2238.769,504.504" id="path3488"/>
<path d="M 2239.269,508.464 C 2239.05,508.037 2238.717,507.917 2238.269,508.104 C 2238.491,509.775 2239.866,509.626 2239.269,508.464" id="path3490"/>
<path d="M 2239.418,521.712 C 2239.51,522.035 2239.63,522.348 2239.778,522.65 C 2240.242,522.34 2240.745,522.124 2241.288,522.001 C 2240.832,521.14 2239.929,521.397 2239.198,520.993 C 2239.271,521.232 2239.345,521.472 2239.418,521.712" id="path3492"/>
<path d="M 2241.648,518.544 C 2241.551,518.424 2241.455,518.304 2241.358,518.184 C 2241.38,518.858 2240.996,519.86 2242.007,519.984 C 2241.773,519.532 2241.653,519.053 2241.648,518.544" id="path3494"/>
<path d="M 2243.878,516.456 C 2243.711,516.36 2243.545,516.264 2243.378,516.168 C 2243.177,516.653 2243.104,517.157 2243.158,517.68 C 2243.689,517.482 2244.027,517.039 2243.878,516.456" id="path3498"/>
<path d="M 2243.878,511.992 C 2243.661,512.015 2243.445,512.04 2243.229,512.063 C 2243.391,512.615 2243.811,512.934 2244.388,512.711 C 2244.218,512.472 2244.048,512.232 2243.878,511.992" id="path3500"/>
<path d="M 2245.828,516.312 C 2245.51,516.059 2244.615,516.058 2244.306,516.322 C 2243.894,516.673 2244.998,517.754 2245.194,517.956 C 2245.835,518.615 2246.772,518.65 2247.583,518.974 C 2248.212,519.225 2248.306,520.242 2248.849,520.633 C 2248.395,520.402 2247.757,520.634 2247.339,520.345 C 2246.869,520.021 2246.786,519.308 2246.4,518.906 C 2245.008,519.988 2248,521.097 2248.06,522.218 C 2248.279,521.814 2250.04,520.325 2250.374,521.261 C 2250.554,521.768 2250.31,522.646 2251.242,522.441 C 2252.275,522.212 2251.37,519.503 2249.719,520.562 C 2250.253,519.575 2249.407,518.699 2248.709,518.115 C 2249.835,516.503 2252.159,519.742 2252.827,520.684 C 2253.826,522.094 2254.765,524.005 2253.773,525.774 C 2253.183,526.827 2252.376,526.558 2252.852,527.97 C 2253.1,528.707 2253.467,529.263 2253.886,529.905 C 2254.204,530.394 2256.256,533.566 2254.319,532.875 C 2255.072,533.673 2255.55,534.235 2256.699,534.351 C 2257.274,534.409 2257.518,535.088 2258.139,534.963 C 2259.037,534.782 2258.377,534.067 2257.984,533.851 C 2257.101,533.369 2256.374,531.602 2257.041,530.694 C 2257.808,529.648 2259.326,531.591 2257.639,531.075 C 2257.941,531.93 2258.667,532.51 2259.07,533.306 C 2259.56,534.277 2259.355,535.228 2259.29,536.258 C 2260.403,535.809 2260.916,534.738 2261.88,534.098 C 2259.892,532.781 2261.259,532.275 2262.89,533.09 C 2264.037,530.858 2262.053,527.607 2262.216,525.166 C 2262.245,524.729 2261.862,522.889 2262.071,522.536 C 2262.727,521.436 2263.975,520.239 2262.24,519.411 C 2262.402,519.165 2262.572,518.926 2262.75,518.691 C 2261.69,518.74 2261.61,518.005 2260.97,517.42 C 2260.187,516.705 2258.924,517.236 2258.14,516.459 C 2259.272,515.914 2259.574,514.022 2258.304,513.438 C 2256.535,512.624 2255.026,515.399 2253.33,512.961 C 2252.356,511.559 2253.035,510.898 2251.158,511.128 C 2249.834,511.29 2248.04,512.334 2248.99,514.011 C 2247.223,513.946 2247.994,514.058 2246.84,515.307 C 2246.088,513.579 2245.588,515.338 2245.828,516.312" id="path3502"/>
<path d="M 2250.068,524.016 C 2250.168,524.766 2250.632,525.399 2250.868,526.104 C 2253.766,524.515 2249.349,522.456 2250.068,524.016" id="path3506"/>
<path d="M 2250.068,530.64 C 2250.687,530.806 2250.807,530.567 2250.427,529.92 C 2250.308,530.16 2250.188,530.399 2250.068,530.64" id="path3508"/>
<path d="M 2251.878,511.128 C 2251.99,509.723 2253.918,511.233 2255.065,510.83 C 2257.414,510.006 2258.961,510.576 2261.088,511.848 C 2260.316,511.246 2259.796,507.487 2261.229,507.384 C 2262.029,507.327 2262.412,508.364 2263.127,508.574 C 2263.641,508.724 2265.986,507.53 2266.348,507.168 C 2266.354,507.537 2266.512,507.758 2266.823,507.83 C 2267.029,507.574 2267.061,507.281 2266.919,506.953 C 2267.509,507.373 2268.214,507.229 2268.149,506.377 C 2268.964,506.866 2269.649,505.92 2270.514,506.236 C 2271.768,506.694 2272.634,504.97 2271.239,505.442 C 2272.585,505.092 2273.773,504.234 2275.148,504.001 C 2276.672,503.742 2277.835,505.17 2279.21,504.903 C 2280.234,504.704 2281.376,503.733 2282.132,505.065 C 2282.758,506.169 2281.512,507.507 2280.599,507.961 C 2281.383,508.55 2282.035,509.368 2281.935,510.409 C 2281.822,511.582 2283.22,512.116 2284.053,512.532 C 2284.954,512.983 2285.242,514.081 2286.224,514.439 C 2286.967,514.71 2287.646,515.158 2288.417,515.356 C 2289.325,515.589 2289.844,511.571 2290.009,510.985 C 2290.167,510.427 2290.066,509.107 2290.547,508.695 C 2291.489,507.89 2292.836,508.557 2293.849,508.033 C 2292.939,506.87 2292.259,506.169 2290.897,505.536 C 2289.236,504.764 2289.841,504.012 2289.819,502.534 C 2289.808,501.871 2290.433,500.611 2291.027,501.872 C 2291.373,502.609 2291.183,504.334 2292.48,504.073 C 2292.025,503.676 2291.904,503.196 2292.12,502.633 C 2292.548,504.557 2294.882,502.861 2295.29,504.362 C 2294.737,504.507 2294.331,504.914 2294.35,505.513 C 2296.793,504.075 2299.678,504.981 2302.271,505.369 C 2300.578,503.759 2303.38,499.096 2305.521,501.697 C 2305.252,501.787 2304.985,501.883 2304.72,501.984 C 2305.311,502.842 2305.15,504.666 2306.295,505.083 C 2307.538,505.537 2307.77,503.607 2307.693,502.831 C 2307.596,501.844 2306.63,501.225 2306.532,500.235 C 2306.326,498.172 2309.824,499.784 2310.41,500.4 C 2310.981,499.484 2308.027,497.789 2309.98,497.377 C 2308.898,496.075 2312.936,495.535 2311.818,497.992 C 2311.532,498.621 2311.418,502.402 2312.529,502.689 C 2312.96,502.8 2315.431,500.429 2315.442,499.889 C 2315.46,499.046 2314.829,498.479 2314.799,497.692 C 2314.752,496.449 2316.021,495.998 2316.889,495.504 C 2314.55,493.988 2312.904,491.738 2312.124,489.066 C 2311.839,488.091 2311.716,486.996 2311.738,485.982 C 2311.751,485.362 2311.856,485.401 2312.363,485.167 C 2312.821,484.955 2312.366,484.531 2312.348,484.2 C 2312.191,481.291 2309.729,478.996 2308.31,476.677 C 2306.646,473.959 2307.947,471.518 2310.989,473.472 C 2309.869,472.269 2307.707,467.246 2309.979,466.777 C 2309.182,466.134 2309.809,464.886 2309.241,464.083 C 2308.78,463.433 2308.823,462.659 2308.261,461.965 C 2307.626,461.18 2307.339,460.148 2306.679,459.336 C 2306.087,458.607 2305.48,458.289 2305.007,457.48 C 2303.991,455.743 2301.692,454.9 2300.212,453.628 C 2298.281,451.968 2296.873,449.192 2296.23,446.761 C 2295.142,447.752 2292.554,445.166 2291.883,446.277 C 2290.893,447.914 2294.307,450.147 2294.789,447.841 C 2295.904,448.368 2297.094,450.079 2296.299,451.297 C 2295.594,450.844 2294.836,450.481 2294.07,450.146 C 2294.384,450.65 2294.384,451.154 2294.07,451.658 C 2292.867,451.36 2292.476,450.055 2291.759,449.21 C 2291.006,448.323 2289.942,448.666 2289.099,447.985 C 2289.076,449.031 2291.227,451.224 2290.286,452.038 C 2289.803,452.456 2288.063,452.898 2289.063,453.901 C 2289.83,454.669 2291.3,455.694 2291.629,456.696 C 2291.923,457.59 2291.962,459.738 2290.469,458.713 C 2290.759,459.726 2291.281,459.577 2292.12,459.575 C 2293.237,459.572 2294.065,460.834 2294.569,461.665 C 2295.866,463.802 2296.261,467.519 2295.917,469.949 C 2295.65,471.833 2297.508,475.126 2295.495,476.237 C 2293.19,477.508 2294.349,479.721 2293.186,481.872 C 2292.228,483.645 2290.11,483.737 2288.57,484.761 C 2287.609,485.401 2286.4,488.367 2284.978,485.875 C 2284.592,485.199 2284.733,484.271 2283.764,484.093 C 2283.184,483.987 2282.507,482.844 2283.284,482.983 C 2284.91,483.272 2284.284,480.652 2284.559,480.169 C 2283.426,479.853 2281.496,480.864 2281.133,481.983 C 2280.634,483.528 2283.364,485.36 2283.012,487.358 C 2282.73,488.957 2282.02,489.941 2281.069,491.186 C 2279.484,493.262 2282.8,494.469 2282.689,496.224 C 2281.362,495.127 2282.418,496.978 2281.109,496.512 C 2281.608,498.855 2277.014,496.173 2278.519,497.808 C 2278.083,497.529 2277.077,497.499 2276.963,496.87 C 2276.838,496.171 2277.335,495.099 2276.127,495.438 C 2275.607,495.584 2275.162,495.911 2274.651,496.064 C 2273.391,496.442 2272.041,496.051 2270.845,496.658 C 2270.005,497.085 2269.236,497.363 2268.298,497.491 C 2267.409,497.613 2265.562,497.066 2264.885,497.521 C 2263.928,498.165 2263.548,497.706 2262.671,497.21 C 2261.685,496.652 2259.976,497.738 2259.067,498.095 C 2260.669,499.89 2254.3,504.797 2253.828,506.163 C 2253.332,507.598 2250.376,506.337 2250.415,507.747 C 2250.447,508.871 2251.351,510.164 2251.878,511.128" id="path3510"/>
<path d="M 2251.729,523.8 C 2251.911,524.709 2253.208,523.957 2253.239,523.296 C 2252.662,523.106 2252.086,523.324 2251.729,523.8" id="path3512"/>
<path d="M 2259.578,492.12 C 2258.939,492.039 2258.843,492.304 2259.288,492.912 C 2259.385,492.648 2259.481,492.384 2259.578,492.12" id="path3522"/>
<path d="M 2259.868,541.224 C 2258.59,541.45 2259.634,542.913 2260.396,543.062 C 2261.896,543.353 2260.84,541.385 2259.868,541.224" id="path3524"/>
<path d="M 2260.298,490.392 C 2259.712,490.686 2259.635,491.522 2260.368,491.689 C 2261.56,491.959 2260.913,490.629 2260.298,490.392" id="path3526"/>
<path d="M 2262.818,511.344 C 2262.584,510.886 2261.591,511.544 2261.378,511.632 C 2261.873,511.612 2262.354,511.516 2262.818,511.344" id="path3528"/>
<path d="M 2262.098,508.248 C 2261.259,508.547 2261.329,508.787 2262.309,508.968 C 2262.238,508.728 2262.168,508.488 2262.098,508.248" id="path3530"/>
<path d="M 2264.398,513.72 C 2263.882,514.908 2262.503,515.207 2261.738,516.168 C 2262.642,516.23 2263.203,515.4 2263.967,515.088 C 2264.135,515.504 2264.467,516.767 2265.089,516.719 C 2265.901,516.657 2266.216,517.245 2265.117,517.464 C 2265.935,517.735 2265.934,519.961 2267.034,519.815 C 2268.003,519.685 2268.155,520.838 2268.937,521.136 C 2269.709,521.43 2270.514,520.969 2271.166,521.64 C 2269.664,520.598 2270.568,517.737 2271.179,516.444 C 2272.744,513.128 2275.483,515.532 2277.506,516.816 C 2277.715,516.056 2277.486,515.269 2277.716,514.512 C 2277.989,513.609 2278.844,513.033 2279.32,512.243 C 2279.772,511.492 2277.851,509.496 2277.797,508.464 C 2276.119,508.812 2275.016,507.661 2273.458,507.381 C 2272.158,507.148 2271.031,508.882 2270.087,508.32 C 2271.41,509.497 2270.752,510.299 2269.297,510.696 C 2267.21,511.266 2267.468,509.863 2265.558,509.544 C 2265.388,510.5 2265.432,513.397 2264.398,513.72" id="path3532"/>
<path d="M 2262.818,509.04 C 2262.132,509.44 2262.607,509.925 2263.248,509.76 C 2263.104,509.52 2262.962,509.28 2262.818,509.04" id="path3534"/>
<path d="M 2262.818,537.912 C 2262.006,538.33 2262.099,542.02 2263.318,541.584 C 2262.811,540.4 2263.443,539.073 2262.818,537.912" id="path3536"/>
<path d="M 2265.908,508.032 C 2265.357,507.928 2265.357,508.167 2265.908,508.752 C 2265.908,508.512 2265.908,508.272 2265.908,508.032" id="path3538"/>
<path d="M 2271.678,412.128 C 2271.223,412.046 2272.576,413.036 2272.828,413.136 C 2272.65,412.616 2272.223,412.227 2271.678,412.128" id="path3540"/>
<path d="M 2274.698,506.016 C 2274.158,505.719 2273.697,505.962 2273.398,506.449 C 2273.885,506.907 2275.191,507.088 2274.698,506.016" id="path3542"/>
<path d="M 2274.048,413.856 C 2273.985,414.739 2274.913,415.158 2275.559,414.576 C 2275.127,414.186 2274.623,413.945 2274.048,413.856" id="path3544"/>
<path d="M 2276.278,412.128 C 2276.904,413.149 2277.055,414.34 2277.984,415.176 C 2279.369,416.422 2280.996,417.722 2281.832,419.425 C 2282.566,420.918 2283.422,422.595 2283.988,424.153 C 2284.53,425.638 2282.987,426.239 2284.05,427.521 C 2285.142,428.839 2287.69,431.957 2284.156,431.546 C 2282.564,431.361 2280.765,430.025 2279.242,430.067 C 2278.299,430.093 2279.371,431.54 2279.676,431.746 C 2280.543,432.334 2281.405,432.636 2281.219,433.9 C 2280.881,436.173 2278.351,434.877 2279.401,437.874 C 2280.198,440.149 2282.559,440.036 2283.969,441.676 C 2284.862,442.713 2284.389,444.251 2285.175,445.414 C 2286.425,447.263 2286.856,446.034 2288.309,445.464 C 2287.32,444.687 2288.311,443.736 2289.194,443.568 C 2289.432,443.523 2292.475,444.351 2291.715,443.08 C 2291.173,442.174 2289.146,441.668 2288.276,441.059 C 2287.004,440.169 2285.295,440.311 2283.978,439.399 C 2283.241,438.888 2282.734,437.784 2283.22,436.918 C 2283.699,436.064 2285.108,436.85 2285.684,437.147 C 2286.437,437.535 2287.081,438.249 2287.846,438.555 C 2288.656,438.879 2289.665,436.998 2290.415,436.569 C 2292.888,435.154 2296.228,438.332 2298.446,439.132 C 2300.051,439.71 2303.375,441.854 2305.079,441.651 C 2306.12,441.527 2305.57,440.445 2305.278,439.888 C 2304.578,438.554 2304.422,437.554 2305.005,436.087 C 2306.232,432.999 2308.14,432.906 2311.129,433.657 C 2309.796,431.973 2314.255,433.877 2312.789,431.928 C 2313.49,431.629 2314.251,431.42 2315.019,431.568 C 2314.925,430.934 2315.298,430.42 2315.878,430.201 C 2314.925,429.104 2314.974,430.546 2314.292,430.876 C 2313.877,431.076 2313.134,430.188 2312.992,430.062 C 2312.665,429.771 2310.021,427.292 2311.988,428.185 C 2310.592,427.554 2308.991,427.248 2308.699,425.477 C 2308.509,424.32 2308.829,422.123 2307.458,421.56 C 2307.254,422.696 2306.945,424.67 2305.641,425.086 C 2304.074,425.586 2301.647,423.15 2300.758,424.153 C 2300.484,423.281 2299.842,423.341 2299.101,423.47 C 2298.069,423.649 2297.871,422.88 2297.015,422.551 C 2294.35,421.525 2291.92,420.637 2289.438,419.123 C 2286.576,417.378 2283.912,415.341 2281.058,413.581 C 2280.126,413.006 2278.968,411.988 2277.869,411.768 C 2277.078,411.61 2277.142,412.791 2276.278,412.128" id="path3546"/>
<path d="M 2279.158,505.8 C 2278.073,505.742 2277.378,507.948 2278.17,508.604 C 2279.638,509.82 2279.1,506.188 2279.158,505.8" id="path3548"/>
<path d="M 2278.078,439.704 C 2278.053,440.283 2278.371,440.579 2278.948,440.496 C 2278.994,439.888 2278.699,439.559 2278.078,439.704" id="path3550"/>
<path d="M 2289.598,473.472 C 2288.825,473.74 2287.915,475.393 2288.983,475.876 C 2289.932,476.306 2289.751,476.592 2289.598,477.649 C 2290.78,477.615 2291.312,476.521 2290.72,475.53 C 2290.516,475.335 2290.277,475.205 2290.002,475.141 C 2289.626,474.938 2289.744,473.842 2289.598,473.472" id="path3552"/>
<path d="M 2310.118,503.712 C 2309.829,504.363 2310.046,504.603 2310.768,504.432 C 2310.569,504.176 2310.353,503.936 2310.118,503.712" id="path3556"/>
</g>
<g class="landxx coastxx nz" id="nz" transform="translate(-29.9017, -45.0745)">
<path d="M 2409.408,1240.343 C 2408.907,1239.498 2405.224,1241.716 2405.378,1242.644 C 2405.905,1242.393 2406.822,1242.78 2407.149,1242.337 C 2407.852,1241.388 2408.334,1240.925 2409.408,1240.343" id="path3560"/>
<path d="M 2446.418,1209.383 C 2448.303,1210.328 2447.556,1205.935 2445.688,1208.179 C 2444.351,1209.785 2443.266,1211.232 2441.159,1211.973 C 2441.823,1212.433 2444.132,1211.596 2444.914,1211.388 C 2445.482,1211.237 2446.518,1211.417 2446.909,1210.857 C 2447.548,1209.937 2446.345,1209.597 2445.699,1209.963 C 2445.938,1209.77 2446.178,1209.576 2446.418,1209.383" id="path3564"/>
<path d="M 2442.168,1201.823 C 2442.986,1201.613 2443.755,1201.243 2444.479,1200.813 C 2444.37,1201.764 2443.2,1201.571 2442.888,1202.403 C 2443.764,1202.392 2444.225,1201.455 2445.118,1201.533 C 2444.18,1201.803 2442.683,1202.518 2442.388,1203.553 C 2443.6,1203.674 2445.537,1204.561 2446.644,1203.756 C 2447.915,1202.831 2449.364,1203.452 2448.428,1205.133 C 2449.151,1205.181 2449.924,1204.613 2450.635,1204.83 C 2451.787,1205.183 2450.565,1206.239 2450.598,1206.934 C 2451.186,1206.619 2452.762,1206.538 2453.42,1206.636 C 2453.964,1206.717 2453.539,1207.496 2454.414,1207.506 C 2456.879,1207.532 2459.077,1206.386 2461.403,1205.768 C 2461.844,1205.651 2462.613,1204.716 2463.099,1204.482 C 2464.183,1203.959 2465.424,1203.731 2466.427,1203.044 C 2467.351,1202.411 2468.049,1201.557 2469.181,1201.268 C 2470.192,1201.009 2471.473,1201.194 2472.118,1200.174 C 2471.621,1200.361 2471.118,1200.528 2470.608,1200.674 C 2473.359,1199.421 2475.287,1196.805 2477.655,1195.013 C 2478.767,1194.17 2480.068,1193.61 2481.129,1192.695 C 2482.336,1191.655 2483.121,1190.234 2484.288,1189.155 C 2486.432,1187.172 2489.171,1186.318 2491.813,1185.229 C 2493.147,1184.68 2494.759,1184.398 2496.014,1183.727 C 2496.855,1183.277 2498.23,1181.789 2499.118,1182.964 C 2498.622,1183.173 2498.119,1183.363 2497.608,1183.534 C 2498.827,1182.995 2500.268,1184.096 2501.347,1183.684 C 2503.769,1182.768 2502.01,1181.968 2500.707,1181.454 C 2501.953,1181.147 2502.168,1179.289 2503.072,1178.546 C 2504.63,1177.265 2506.848,1176.666 2508.618,1175.707 C 2510.204,1174.848 2511.376,1173.626 2512.752,1172.496 C 2513.919,1171.537 2515.274,1171.076 2516.589,1170.377 C 2517.599,1169.84 2518.179,1169.378 2518.847,1168.508 C 2519.714,1167.378 2521.262,1167.057 2522.377,1166.254 C 2523.671,1165.323 2523.148,1163.428 2524.262,1162.41 C 2525.412,1161.362 2527.342,1161.404 2528.207,1159.994 C 2527.737,1160.56 2525.071,1161.973 2524.467,1161.074 C 2525.525,1160.874 2527.803,1160.506 2527.637,1158.984 C 2526.482,1159.019 2526.504,1159.794 2525.646,1160.04 C 2525.157,1160.181 2523.704,1161.067 2525.398,1160.714 C 2524.627,1160.798 2523.924,1161.146 2523.168,1161.294 C 2523.827,1160.904 2526.157,1159.386 2524.538,1159.344 C 2525.176,1159.203 2525.754,1158.813 2526.188,1158.334 C 2524.759,1158.579 2523.587,1159.484 2522.228,1159.924 C 2520.94,1160.34 2519.681,1161.903 2518.198,1161.364 C 2518.76,1160.231 2520.704,1158.558 2520.427,1157.184 C 2520.052,1157.381 2518.284,1157.642 2518.618,1156.705 C 2519.095,1155.366 2520.774,1154.795 2522.017,1155.093 C 2520.14,1154.136 2515.936,1156.418 2514.461,1157.689 C 2513.538,1158.485 2512.863,1159.505 2512.12,1160.46 C 2511.099,1161.772 2509.805,1162.599 2508.513,1163.614 C 2507.203,1164.642 2505.978,1164.904 2504.43,1165.37 C 2502.992,1165.802 2502.034,1167.111 2501.065,1168.175 C 2498.764,1170.698 2496.237,1172.85 2493.296,1174.603 C 2492.02,1175.365 2490.753,1175.874 2489.334,1176.296 C 2487.746,1176.77 2486.402,1177.809 2484.909,1178.513 C 2481.705,1180.026 2478.625,1181.427 2475.333,1182.752 C 2472.217,1184.007 2468.901,1184.691 2465.926,1186.274 C 2464.712,1186.92 2460.05,1188.74 2460.676,1190.593 C 2460.197,1188.853 2457.985,1191.239 2457.201,1191.522 C 2456.361,1191.827 2453.522,1192.838 2453.976,1193.763 C 2453.262,1193.488 2452.355,1193.971 2451.784,1194.355 C 2451.164,1194.772 2449.997,1195.564 2451.386,1195.564 C 2450.244,1195.589 2450.553,1196.904 2449.796,1197.434 C 2450.496,1196.675 2450.376,1196.482 2449.437,1196.854 C 2449.524,1196.435 2449.218,1195.409 2448.859,1196.197 C 2448.501,1196.982 2447.286,1197.475 2446.487,1198.013 C 2447.3,1198.216 2448.02,1197.758 2448.797,1197.644 C 2448.038,1197.963 2447.244,1198.189 2446.487,1198.513 C 2446.99,1198.667 2447.494,1198.667 2447.997,1198.513 C 2447.491,1198.746 2446.965,1198.913 2446.417,1199.013 C 2448.474,1199.381 2445.032,1199.944 2444.52,1200.033 C 2443.457,1200.215 2442.301,1200.575 2442.168,1201.823" id="path3566"/>
<path d="M 2527.708,1156.394 C 2526.891,1156.792 2525.859,1157.157 2525.688,1158.194 C 2526.631,1157.996 2527.276,1157.196 2527.708,1156.394" id="path3568"/>
<path d="M 2530.078,1161.363 C 2529.996,1161.868 2529.902,1162.372 2529.798,1162.873 C 2530.404,1162.526 2531.122,1162.609 2531.738,1162.293 C 2531.883,1162.904 2531.713,1163.411 2531.228,1163.814 C 2532.582,1164.935 2535.352,1162.853 2536.487,1162.185 C 2539.029,1160.69 2541.15,1159.086 2543.466,1157.251 C 2544.47,1156.455 2545.658,1155.305 2546.922,1154.969 C 2547.978,1154.689 2548.464,1153.563 2549.295,1152.959 C 2550.335,1152.205 2551.464,1151.827 2552.438,1150.918 C 2553.623,1149.812 2554.632,1148.525 2555.858,1147.463 C 2553.695,1147.038 2557.582,1144.056 2558.158,1143.673 C 2559.486,1142.791 2564.752,1140.962 2563.778,1144.083 C 2565.554,1142.97 2565.543,1140.427 2567.48,1139.358 C 2568.172,1138.976 2568.972,1138.855 2569.675,1138.504 C 2570.921,1137.882 2571.48,1136.894 2572.332,1135.862 C 2573.611,1134.314 2574.71,1132.41 2576.294,1131.215 C 2577.096,1130.61 2576.972,1129.935 2576.087,1129.462 C 2574.92,1128.838 2573.178,1129.983 2572.187,1130.525 C 2569.72,1131.876 2567.447,1134.099 2564.474,1132.814 C 2563.736,1132.495 2559.695,1130.539 2559.602,1129.758 C 2559.535,1129.191 2562.978,1122.862 2561.328,1123.272 C 2561.814,1122.822 2562.381,1122.457 2562.988,1122.192 C 2562.421,1122.209 2561.867,1122.306 2561.328,1122.483 C 2561.502,1121.708 2561.673,1120.889 2561.188,1120.172 C 2560.494,1120.452 2560.596,1120.598 2560.773,1121.14 C 2560.985,1121.786 2560,1122.551 2559.748,1123.052 C 2559.16,1124.22 2559.185,1126.248 2557.533,1126.505 C 2556.68,1126.637 2557.451,1124.851 2557.479,1124.489 C 2557.56,1123.453 2554.667,1123.289 2553.988,1123.412 C 2553.988,1123.321 2555.098,1122.631 2555.375,1122.134 C 2555.809,1121.354 2556.028,1120.78 2556.557,1120.043 C 2556.948,1119.496 2558.188,1119.196 2557.817,1118.381 C 2557.424,1117.517 2556.765,1115.807 2557.588,1114.992 C 2557.119,1114.958 2556.709,1114.817 2556.9,1114.328 C 2557.2,1113.561 2558.187,1114.471 2558.597,1114.771 C 2559.243,1113.066 2559.572,1111.276 2559.528,1109.452 C 2559.055,1109.574 2558.575,1109.621 2558.088,1109.592 C 2558.211,1109.854 2558.332,1110.117 2558.448,1110.382 C 2558.189,1110.457 2557.926,1110.481 2557.658,1110.452 C 2557.801,1109.859 2557.511,1108.721 2558.518,1108.872 C 2557.536,1108.736 2557.367,1106.439 2556.288,1108.012 C 2557.018,1106.884 2553.113,1106.613 2555.278,1106.212 C 2554.293,1105.834 2553.936,1107.088 2553.268,1107.502 C 2553.929,1106.608 2553.544,1103.984 2553.118,1103.042 C 2553.7,1103.124 2554.142,1102.773 2554.347,1102.252 C 2553.804,1102.41 2551.546,1102.368 2551.544,1102.951 C 2551.541,1103.647 2551.92,1104.308 2552.065,1104.979 C 2552.311,1106.111 2552.848,1109.06 2550.886,1108.941 C 2551.149,1109.899 2551.18,1110.907 2551.246,1111.891 C 2551.779,1110.867 2553.501,1111.077 2553.696,1109.812 C 2553.745,1111.384 2551.492,1110.944 2551.351,1112.626 C 2551.159,1114.915 2552.478,1116.983 2551.896,1119.381 C 2553.336,1119.652 2552.962,1117.898 2552.755,1117.081 C 2553.318,1117.233 2553.744,1117.676 2553.905,1118.231 C 2553.813,1116.71 2554.725,1118.204 2555.495,1117.371 C 2554.82,1117.661 2554.22,1118.013 2555.495,1118.301 C 2555.094,1118.578 2554.59,1118.512 2554.181,1118.75 C 2553.756,1118.998 2553.753,1119.982 2554.776,1119.241 C 2554.171,1119.894 2554.102,1120.831 2553.476,1121.47 C 2553.119,1121.028 2552.975,1120.525 2553.045,1119.96 C 2551.8,1120.27 2552.196,1123.761 2551.825,1124.71 C 2552.559,1124.816 2553.878,1123.645 2554.269,1124.715 C 2554.542,1125.462 2552.767,1126.404 2552.544,1125.14 C 2551.977,1125.483 2550.929,1127.469 2552.185,1127.59 C 2551.418,1127.841 2551.103,1128.739 2550.903,1129.432 C 2550.791,1129.843 2550.683,1130.256 2550.581,1130.67 C 2550.335,1131.518 2549.777,1131.462 2549.386,1132.133 C 2549.044,1132.721 2548.939,1133.799 2548.516,1134.29 C 2548.249,1134.297 2547.982,1134.297 2547.715,1134.29 C 2547.17,1134.773 2546.675,1135.316 2546.199,1135.867 C 2544.754,1137.541 2543.77,1139.834 2541.892,1141.086 C 2540.083,1142.291 2537.558,1142.046 2535.617,1143.211 C 2534.785,1143.71 2534.069,1144.461 2533.973,1145.479 C 2533.864,1146.626 2535.25,1146.689 2535.87,1147.288 C 2536.799,1148.186 2536.904,1148.952 2538.269,1149.421 C 2539.613,1149.883 2539.836,1151.127 2539.373,1152.355 C 2538.428,1154.852 2536.012,1156.506 2533.964,1158.042 C 2533.127,1158.669 2532.446,1159.803 2531.407,1160.119 C 2530.399,1160.428 2529.167,1161.052 2528.634,1162.012 C 2529.275,1162.304 2529.826,1161.969 2530.078,1161.363" id="path3570"/>
<path d="M 2558.158,1122.483 C 2557.708,1122.597 2557.277,1122.764 2556.868,1122.983 C 2557.441,1123.336 2557.955,1123.105 2558.158,1122.483" id="path3572"/>
<path d="M 2563.269,1116.503 C 2562.309,1116.974 2561.991,1119.263 2562.629,1118.919 C 2563.247,1118.586 2563.057,1117.076 2563.269,1116.503" id="path3574"/>
<path d="M 2571.269,1184.903 C 2571.231,1185.24 2571.231,1185.576 2571.269,1185.913 C 2571.991,1185.622 2572.701,1185.272 2573.498,1185.263 C 2572.795,1184.534 2573.321,1182.242 2574.508,1183.394 C 2574.293,1183.66 2574.054,1183.899 2573.788,1184.114 C 2574.472,1183.53 2575.209,1183.001 2576.018,1182.604 C 2574.705,1182.915 2572.328,1181.745 2571.627,1183.463 C 2572.14,1183.286 2572.643,1183.31 2573.137,1183.533 C 2572.835,1184.323 2572.061,1184.753 2571.269,1184.903" id="path3576"/>
<path d="M 2572.128,1187.493 C 2572.593,1187.348 2572.809,1187.335 2572.918,1186.773 C 2572.646,1187.003 2572.383,1187.243 2572.128,1187.493" id="path3578"/>
</g>
<g class="landxx coastxx cu" id="cu" transform="translate(-29.9017, -45.0745)">
<path d="M 666.865,615.312 C 668.251,614.811 669.718,613.513 671.257,614.304 C 671.762,613.168 670.351,612.208 671.353,611.094 C 672.166,610.19 673.462,608.83 674.461,608.164 C 675.644,607.376 677.175,607.08 678.508,606.643 C 679.655,606.267 680.693,605.512 681.932,605.539 C 684.508,605.596 686.657,604.283 689.205,604.094 C 690.387,604.006 691.812,603.921 692.931,604.395 C 693.188,604.503 693.499,604.694 693.505,605.015 C 694.436,604.575 695.475,604.428 696.385,603.936 C 694.891,604.329 696.522,605.168 697.332,604.874 C 698.079,604.603 700.33,604.578 700.592,605.004 C 701.003,605.671 702.105,606.663 702.98,606.4 C 704.002,606.093 705.364,607.276 706.25,606.528 C 706.042,606.78 705.85,607.044 705.674,607.32 C 707.324,607.752 707.003,608.527 708.144,609.651 C 709.639,611.124 710.318,610.759 712.288,610.939 C 714.169,611.111 714.899,611.957 716.403,612.865 C 716.973,613.209 717.784,613.127 718.171,613.771 C 718.528,614.366 718.995,615.434 719.787,614.592 C 719.491,615.474 720.208,616.083 721.022,616.157 C 721.973,616.244 722.27,617.083 723.099,617.399 C 722.754,616.71 722.516,615.817 721.659,615.599 C 722.434,615.77 724.945,616.746 724.539,617.904 C 724.023,617.834 723.519,617.714 723.027,617.544 C 723.38,617.999 723.517,618.505 723.819,618.983 C 724.921,617.094 725.257,619.253 726.555,619.272 C 726.377,619.523 726.185,619.763 725.979,619.992 C 726.454,619.713 726.958,619.641 727.491,619.776 C 727.392,620.039 727.296,620.302 727.203,620.567 C 727.749,620.674 728.229,620.915 728.643,621.288 C 728.54,619.332 731.308,621.6 731.871,621.999 C 732.608,622.521 733.282,621.895 734.07,621.822 C 735.35,621.703 735.806,623.477 734.403,623.664 C 734.667,623.808 734.931,623.951 735.195,624.096 C 734.593,624.284 734.061,624.674 733.683,625.176 C 735.738,625.614 739.219,624.871 740.854,626.281 C 742.237,627.475 742.61,628.727 744.536,628.996 C 746.815,629.313 743.807,630.903 742.871,631.012 C 742.587,631.045 737.698,632.349 737.598,632.188 C 737.632,631.933 737.766,631.731 738.003,631.584 C 737.098,631.584 737.148,632.737 735.605,632.587 C 733.957,632.426 732.416,631.838 730.744,631.765 C 726.555,631.583 722.333,633.161 718.131,633.025 C 718.192,630.803 720.948,630.271 722.396,629.192 C 723.249,628.556 723.771,627.956 722.937,627.27 C 722.313,626.756 723.19,625.117 721.683,625.487 C 718.86,626.182 716.014,625.662 714.4,623.056 C 713.821,622.121 713.924,620.882 713.76,619.835 C 713.684,619.356 713.566,618.838 713.247,618.454 C 712.868,617.997 712.034,618.183 712.875,617.76 C 711.586,617.144 710.307,618.105 709.059,618.228 C 707.762,618.356 706.659,617.146 705.469,616.931 C 704.305,616.72 703.59,616.91 702.959,616.147 C 701.955,614.934 700.623,615.002 700.419,613.08 C 700.197,614.688 695.319,614.21 695.235,612.072 C 694.95,612.536 694.806,613.04 694.802,613.584 C 694.367,613.569 694.028,613.387 693.785,613.036 C 693.167,612.413 692.187,612.649 691.419,612.649 C 690.154,612.649 689.06,611.9 688.179,611.063 C 688.849,610.326 690.139,610.709 691,610.565 C 692.281,610.35 692.197,609.052 691.082,608.678 C 688.885,607.94 684.747,607.869 682.766,609.172 C 681.539,609.98 680.142,610.875 679.156,611.971 C 678.234,612.994 677.58,612.228 676.49,612.681 C 675.866,612.94 675.199,612.546 674.601,612.904 C 673.969,613.283 674.184,613.898 673.707,614.376 C 672.706,615.38 671.081,615.286 670.035,616.248 C 670.342,613.33 666.921,617.002 666.579,615.096 C 666.673,615.168 666.769,615.239 666.865,615.312" id="path3580"/>
<path d="M 681.193,619.2 C 680.422,619.021 679.569,618.716 679.393,617.832 C 680.939,619.488 680.289,616.549 680.302,616.081 C 680.329,615.07 681.872,614.664 682.633,615.024 C 683.429,615.402 684.032,616.853 684.013,617.682 C 683.988,618.808 681.977,618.974 681.193,619.2" id="path3582"/>
<path d="M 703.081,606.024 C 702.817,605.976 702.553,605.927 702.289,605.879 C 702.534,605.716 702.798,605.596 703.081,605.519 C 703.081,605.688 703.081,605.856 703.081,606.024" id="path3586"/>
<path d="M 714.313,627.192 C 714.037,626.965 713.772,626.725 713.521,626.471 C 714.175,626.454 714.142,626.688 714.313,627.192" id="path3588"/>
<path d="M 715.897,610.704 C 715.401,610.523 714.921,610.308 714.457,610.056 C 715.273,609.687 716.748,609.106 717.049,610.416 C 716.661,610.499 716.277,610.595 715.897,610.704" id="path3590"/>
<path d="M 718.705,612 C 718.06,611.619 717.094,611.597 716.905,610.704 C 718.042,610.046 718.305,611.226 718.705,612" id="path3592"/>
<path d="M 719.712,613.44 C 718.88,613.314 718.393,612.431 718.92,611.711 C 719.157,612.137 719.998,612.856 719.712,613.44" id="path3594"/>
<path d="M 720.649,615.096 C 720.169,614.712 719.689,614.328 719.209,613.945 C 720.234,613.011 722.261,614.035 720.649,615.096" id="path3596"/>
</g>
<g class="landxx coastxx ve" id="ve" transform="translate(-29.9017, -45.0745)">
<path class="landxx ve" d="M 742.105,725.256 C 744.075,722.932 745.061,720.438 745.682,717.508 C 746.278,714.699 746.93191,712.51846 748.39591,710.06246 C 749.58891,708.06246 752.29336,706.90228 753.43736,704.80428 C 754.74136,702.41428 756.96573,703.03164 759.09673,701.71664 C 758.22873,703.83464 755.95436,703.00709 754.70036,704.51709 C 753.63236,705.80309 754.772,708.581 756.144,709.128 C 754.903,709.066 756.1,711.819 756.22,712.339 C 756.588,713.938 755.051,715.557 753.986,716.565 C 752.599,717.877 751.923,719.472 752.782,721.194 C 753.115,721.86 753.226,722.702 753.865,723.175 C 754.573,723.699 754.687,723.468 754.566,724.42 C 754.311,726.421 755.846,726.872 757.454,725.958 C 759.114,725.014 759.771,723.618 759.985,721.775 C 760.26,719.411 759.198,718.088 758.011,716.159 C 757.539,715.393 757.124,714.531 756.844,713.674 C 756.592,712.902 757.249,711.848 756.648,711.217 C 757.55,711.323 758.332,709.959 759.024,709.561 C 760.29,708.832 761.475,707.875 762.95,707.616 C 764.226,707.391 765.246,707.217 766.366,706.542 C 766.788,706.288 768.044,705.273 768.597,705.53 C 768.523,705.128 768.333,704.792 768.027,704.521 C 768.577,704.745 770.255,706.149 770.827,705.486 C 771.215,705.036 770.813,703.93 770.313,703.722 C 769.458,703.367 768.312,704.175 767.447,704.233 C 767.616,703.241 766.782,697.982 769.722,699.191 C 771.06,699.741 770.785,702.645 770.992,703.782 C 771.451,706.305 774.163,704.63 775.959,705.256 C 777.969,705.957 780.474,706.499 781.353,708.833 C 781.891,710.262 780.493,713.468 782.873,713.973 C 785.704,714.574 789.289,713.263 792.094,712.89 C 794.499,712.57 797,712.057 798.473,714.206 C 799.083,715.096 799.937,715.823 800.957,716.182 C 801.788,716.475 802.65,716.669 803.5,716.894 C 803.41,716.87 806.29,717.482 804.956,717.482 C 807.22,718.709 808.297,716.055 810.087,715.889 C 811.175,715.788 811.424,714.655 812.327,714.233 C 813.572,713.653 814.992,714.761 816.265,714.027 C 815.169,712.87 812.593,714.109 811.865,712.659 C 812.494,712.659 813.124,712.659 813.754,712.659 C 814.64,712.659 814.9,712.113 815.545,712.083 C 815.863,712.193 816.171,712.325 816.47,712.48 C 817.352,712.64 818.268,712.531 819.142,712.383 C 822.876,711.753 826.701,712.457 830.375,711.722 C 829.801,712.886 827.962,712.667 826.905,713.223 C 825.247,714.096 823.294,712.71 821.735,714.026 C 822.237,713.525 822.758,713.592 822.955,714.313 C 822.339,714.262 821.896,714.649 821.805,715.25 C 823.17,714.445 824.217,715.263 824.187,716.864 C 824.163,718.132 822.037,717.283 821.375,717.266 C 821.852,719.045 824.78,717.793 824.475,716.186 C 825.264,716.298 825.6,717.203 825.664,717.884 C 825.749,718.79 826.589,719.81 826.485,720.65 C 827.046,720.052 827.328,719.223 827.065,718.419 C 827.789,719.127 827.898,720.495 827.275,721.299 C 828.04,720.753 827.724,719.682 827.635,718.923 C 828.027,719.015 828.41,719.135 828.785,719.283 C 828.711,719.202 826.334,717.934 827.733,718.11 C 829.061,718.277 830.791,719.671 830.085,721.155 C 830.401,720.581 830.855,720.632 830.515,720.075 C 831.05,719.808 831.603,719.761 832.175,719.93 C 830.956,718.578 832.929,719.797 833.374,720.517 C 834.191,721.839 835.632,721.297 836.69,722.118 C 839.515,724.309 836.2,724.319 835.485,726.339 C 835.713,726.087 835.953,725.847 836.205,725.619 C 836.404,726.654 835.281,728.449 834.792,729.31 C 834.49,729.842 834.577,730.298 833.89,730.298 C 833.282,730.298 831.421,729.754 831.025,730.298 C 831.908,730.798 833.334,730.946 833.835,731.954 C 834.406,731.21 835.211,730.682 835.345,731.882 C 836.172,730.972 836.792,730.542 838.005,730.298 C 839.138,730.07 839.578,731.276 840.633,730.259 C 842.456,728.501 845.738,732.865 844.712,733.383 C 843.691,733.899 843.104,734.644 842.273,735.435 C 841.496,736.176 840.15,736.532 839.535,737.183 C 839.094,737.65 838.735,738.293 838.338,738.805 C 837.534,739.843 838.706,740.498 838.619,741.625 C 838.564,742.326 838.826,743.105 839.639,742.66 C 840.611,742.129 841.291,743.408 840.556,744.116 C 839.747,744.895 838.544,745.17 837.761,745.952 C 837.386,746.327 836.734,745.783 836.348,745.745 C 836.004,745.711 835.808,746.383 835.475,746.513 C 832.445,747.697 835.526,749.575 833.922,751.352 C 833.514,751.804 831.887,752.827 832.464,753.616 C 833.445,754.957 834.452,756.314 835.507,757.596 C 836.758,759.117 839.309,761.525 836.918,763.269 C 836.11,763.858 835.5384,764.95039 834.7264,765.53539 C 834.2764,765.86039 832.724,765.485 832.624,765.65 C 832.186,766.369 830.877,766.207 830.853,766.953 C 830.825,767.839 829.259,767.849 828.643,768.144 C 827.466,768.708 826.019,769.448 824.717,768.797 C 823.834,768.356 823.019,769.461 822.1,769.641 C 820.981,769.862 820.962,771.036 821.224,771.954 C 821.602,773.28 820.495,774.301 819.382,773.292 C 818.629,772.608 818.257,771.698 817.567,770.975 C 816.651,770.014 816.063,771.307 815.166,770.981 C 813.934,770.532 813.474,770.896 812.233,770.763 C 811.267,770.659 811.483,771.034 811.107,769.846 C 810.752,768.724 809.306,768.627 808.343,768.819 C 807.068,769.073 807.105,767.957 806.113,767.523 C 805.284,768.356 806.816,770.233 807.321,770.849 C 808.774,772.621 809.973,772.939 810.015,775.465 C 810.029,776.285 810.056,777.098 810.269,777.896 C 810.539,778.904 811.599,779.941 811.457,781.002 C 811.216,782.805 811.21,783.598 813.402,783.653 C 814.037,783.669 816.39164,783.17891 816.18901,784.3288 C 815.81401,786.4568 814.71964,786.2871 813.68121,787.01559 C 812.899,787.56433 811.51939,787.68779 811.20439,788.42279 C 810.84739,789.25679 810.929,789.862 810.355,790.67 C 809.843,791.39 809.164,791.959 808.703,792.722 C 808.72782,790.78012 805.72263,793.76191 805.161,793.872 C 803.80991,794.13683 802.94,794.912 802.131,796.037 C 801.589,796.791 800.459,798.759 799.553,799.055 C 798.957,798.334 799.725,797.428 799.533,796.645 C 799.209,795.321 797.264,796.606 796.752,796.975 C 793.82,799.085 791.58542,796.78642 789.67242,794.27342 C 788.77842,793.09942 788.868,791.729 788.456,790.354 C 787.984,788.775 786.829,786.58 786.901,784.927 C 786.957,783.626 783.48719,779.37327 781.91919,780.55227 C 781.86919,779.09227 784.224,777.538 785.239,776.739 C 787.01,775.344 785.829,773.86 784.58,772.431 C 781.821,769.278 782.61946,763.9019 782.62846,760.1159 C 782.63146,758.7619 783.06701,758.11431 783.89064,757.19554 C 784.41686,756.60854 784.16335,755.40094 784.583,754.634 C 785.03998,753.79884 785.77354,753.20332 786.004,752.469 C 786.41603,751.15611 784.61537,749.8428 783.87528,750.18246 C 782.09747,750.99837 780.65611,751.18278 779.1119,751.07846 C 778.40784,751.0309 776.89738,751.78122 775.28527,751.34481 C 774.14437,751.03596 774.21046,751.48277 772.76936,751.68491 C 772.50812,751.72156 770.41891,751.0551 770.61791,751.1831 C 769.82191,750.6741 769.456,749.544 768.954,748.779 C 768.245,747.697 767.574,746.631 766.926,745.514 C 766.594,744.941 766.128,744.24381 765.307,744.49181 C 763.776,744.95481 762.79891,743.47427 761.35291,743.32327 C 760.42191,743.22527 760.012,743.979 759.163,744.195 C 757.91,744.515 756.734,743.64 755.481,743.87 C 754.678,744.016 754.201,743.498 753.363,743.921 C 752.537,744.338 751.434,743.842 750.97,743.086 C 750.612,742.503 750.43173,742.07781 750.27073,741.43281 C 750.04773,740.53781 748.798,740.63 748.35,739.99 C 747.49,738.761 748.16437,736.153 748.89937,735.14 C 750.29337,733.219 747.909,731.331 747.283,729.939 C 746.623,728.472 747.342,725.065 745.195,725.62 C 745.234,725.1 745.162,724.596 744.979,724.107 C 744.138,724.842 743.252,725.289 742.105,725.256" id="path3410"/>
<path d="M 834.118,731.304 C 833.387,731.158 832.639,731.052 831.958,730.728 C 832.613,730.354 834.078,730.197 834.118,731.304" id="path3412"/>
<path d="M 834.837,729.432 C 835.271,728.776 835.961,727.949 836.858,728.352 C 836.561,729.323 835.6,729.15 834.837,729.432" id="path3414"/>
<path d="M 835.058,731.088 C 834.865,730.872 834.671,730.656 834.478,730.441 C 834.998,730.413 835.504,730.317 835.998,730.153 C 835.963,730.717 835.622,731.056 835.058,731.088" id="path3416"/>
<path d="M 835.708,729.864 C 835.468,729.768 835.228,729.672 834.988,729.576 C 835.445,729.292 835.925,729.244 836.428,729.431 C 836.188,729.576 835.948,729.72 835.708,729.864" id="path3418"/>
<path d="M 836.638,730.08 C 836.518,729.561 836.785,729.465 837.438,729.792 C 837.171,729.888 836.904,729.984 836.638,730.08" id="path3420"/>
<path d="M 836.858,727.704 C 836.618,727.704 836.378,727.704 836.138,727.704 C 836.333,727.172 836.775,726.834 837.358,726.983 C 837.191,727.224 837.024,727.464 836.858,727.704" id="path3422"/>
<path d="M 837.217,725.832 C 836.476,725.599 836.55,725.359 837.438,725.112 C 837.364,725.353 837.291,725.592 837.217,725.832" id="path3424"/>
<path d="M 837.358,726.192 C 836.636,726.534 836.111,727.154 835.488,727.631 C 835.745,726.818 836.511,726.244 837.358,726.192" id="path3426"/>
<path d="M 837.507,725.76 C 837.627,725.429 837.866,725.237 838.227,725.184 C 837.987,725.376 837.748,725.567 837.507,725.76" id="path3428"/>
<path d="M 804.528,710.496 C 804.288,710.424 804.048,710.352 803.808,710.28 C 804.012,710.043 804.252,709.851 804.528,709.704 C 804.851,710.019 804.851,710.282 804.528,710.496" id="path3598"/>
<path d="M 813.818,710.712 C 813.632,710.172 810.233,709.423 811.997,708.862 C 812.934,708.564 812.979,709.563 813.528,709.488 C 814.439,709.364 814.592,708.287 815.398,707.975 C 815.887,709.905 815.667,709.708 813.818,710.712" id="path3600"/>
<path d="M 823.388,713.952 C 823.776,714.41 824.089,714.914 824.328,715.464 C 823.867,715.137 823.395,714.55 823.388,713.952" id="path3602"/>
</g>
<g class="landxx coastxx pt" id="pt" transform="translate(-29.9017, -45.0745)">
<path class="landxx pt" d="M 1240.127,464.76 C 1240.054,464.52 1239.981,464.281 1239.907,464.04 C 1242.228,463.864 1243.026,460.098 1243.694,458.386 C 1244.28,456.884 1244.607,455.221 1245.04,453.661 C 1245.158,453.239 1245.559,453.167 1245.815,452.874 C 1246.029,452.629 1246.049,451.034 1245.457,452.736 C 1245.718,450.893 1246.177,449.793 1245.781,447.932 C 1245.651,447.323 1244.718,444.123 1245.957,444.095 C 1244.157,444.643 1245.599,441.985 1246.561,441.575 C 1247.649,441.111 1249.181,441.051 1250.067,440.207 C 1249.962,440.808 1250.23,441.156 1250.857,441.071 C 1250.463,441.355 1249.096,443.177 1250.381,443.143 C 1251.434,443.115 1252.515,442.295 1253.558,442.468 C 1254.931,442.695 1255.446,443.239 1256.827,442.511 C 1257.276,441.037 1259.348,442.166 1260.577,442.043 C 1262.012,441.899 1261.204,442.935 1261.3,443.707 C 1261.362,444.207 1263.061,444.509 1263.442,444.856 C 1264.273,445.614 1259.05,449.746 1258.371,449.912 C 1258.955,449.769 1258.698,453.618 1258.707,453.901 C 1258.725,454.432 1258.962,455.41 1258.707,455.903 C 1258.369,456.557 1257.385,456.295 1257.173,457.137 C 1257.047,457.637 1258.834,459.664 1257.227,460.186 C 1256.618,460.384 1256.974,461.171 1256.469,461.468 C 1255.733,461.9 1253.866,461.736 1253.087,461.518 C 1253.353,462.1 1253.903,462.443 1254.352,462.861 C 1254.929,463.398 1254.396,463.987 1254.785,464.676 C 1255.186,465.387 1256.753,466.509 1256.484,467.349 C 1256.023,468.791 1254.439,469.516 1254.033,470.975 C 1253.677,472.257 1254.889,474.643 1256.477,474.119 C 1255.787,475.773 1254.663,475.364 1253.831,477.028 C 1253.42,477.85 1252.634,478.399 1252.251,479.242 C 1251.734,480.38 1252.878,481.502 1252.288,482.642 C 1251.4,484.355 1248.832,484.559 1247.327,483.946 C 1245.516,483.209 1243.106,483.13 1241.498,484.487 C 1241.27,483.748 1241.809,482.756 1242.108,482.116 C 1242.588,481.091 1242.518,479.78 1242.986,478.88 C 1243.541,477.817 1242.801,477.064 1242.862,476.003 C 1242.952,474.44 1243.907,473.379 1242.937,471.814 C 1243.459,473.462 1244.082,471.655 1243.947,471.023 C 1243.632,471.787 1241.242,472.031 1240.417,472.319 C 1240.829,471.623 1240.574,470.828 1240.777,470.087 C 1241.067,470.2 1241.353,470.32 1241.637,470.447 C 1241.697,469.893 1242.125,469.787 1242.516,469.536 C 1243.081,469.171 1242.436,468.202 1242.427,467.711 C 1241.915,468.386 1240.204,470.83 1239.14,470.028 C 1237.78,469.003 1240.122,466.056 1240.127,464.76" id="path3446"/>
<path d="M 1102.678,471.528 C 1102.067,471.65 1100.786,470.779 1101.924,470.5 C 1102.634,470.326 1103.188,470.871 1102.678,471.528" id="path3614"/>
<path d="M 1105.268,472.68 C 1104.648,472.32 1103.893,472.371 1103.328,471.888 C 1103.915,470.297 1106.047,471.861 1106.788,472.464 C 1106.265,472.425 1105.759,472.497 1105.268,472.68" id="path3616"/>
<path d="M 1108.587,471.24 C 1107.591,470.99 1106.092,470.735 1105.637,469.656 C 1106.721,469.945 1107.813,470.397 1108.587,471.24" id="path3620"/>
<path d="M 1113.478,470.52 C 1112.742,470.394 1111.075,469.541 1112.618,469.008 C 1113.685,468.64 1114.915,470 1113.478,470.52" id="path3622"/>
<path d="M 1124.358,478.44 C 1123.637,478.335 1120.909,477.926 1122.188,476.711 C 1123.362,478.074 1125.257,476.924 1126.728,477.287 C 1126.784,478.382 1125.076,478.4 1124.358,478.44" id="path3624"/>
<path d="M 1126.587,485.136 C 1126.22,484.967 1125.907,484.727 1125.648,484.416 C 1126.241,484.259 1126.608,484.506 1126.587,485.136" id="path3626"/>
<path d="M 1180.868,522.216 C 1180.141,522.07 1179.563,521.696 1179.045,521.179 C 1178.634,520.769 1179.401,520.147 1179.829,520.598 C 1180.387,521.187 1181.19,520.24 1181.834,520.963 C 1182.541,521.759 1181.687,522.413 1180.868,522.216" id="path3628"/>
</g>
<path class="landxx co" d="M 667.27529,745.84555 C 667.01129,745.77355 666.74729,745.70155 666.48329,745.62955 C 666.76429,743.90955 668.61029,743.36655 670.01129,744.18955 C 670.77029,742.72155 668.88229,741.33755 669.63029,739.84055 C 670.58829,737.91955 672.74129,738.01755 674.54729,737.71055 C 674.89029,737.65255 674.77029,736.82155 675.23729,737.10255 C 675.58029,737.30855 676.35929,737.48955 676.36429,736.88455 C 676.37429,735.67755 677.95329,734.17655 676.99529,733.39055 C 678.71229,733.34455 679.02929,731.13455 679.53529,729.96255 C 679.93529,729.03655 680.71629,728.39555 681.53129,727.84655 C 680.51729,727.01855 681.72029,726.89355 682.03529,726.04655 C 681.32829,726.07455 680.42529,726.65755 680.16329,725.61455 C 680.71729,725.47055 681.12329,725.06355 681.09929,724.46255 C 680.55429,724.27155 679.44829,725.72955 679.33529,724.60655 C 679.21729,723.42855 679.88929,723.19455 680.81129,722.73355 C 679.36429,722.74755 680.02529,720.82155 680.22329,720.02955 C 680.61029,718.47455 680.27029,716.39055 680.12029,714.80655 C 680.00629,713.60755 679.47429,712.46355 679.39129,711.26855 C 679.34629,710.61455 681.43829,710.35755 681.08329,708.83055 C 680.87129,707.91655 678.76829,705.81755 680.16429,705.28855 C 681.41929,704.81355 680.34229,702.15055 679.79729,701.54255 C 678.69829,700.31555 678.56329,698.48055 677.37629,697.44655 C 676.59529,696.76655 677.37529,695.90955 677.82929,695.28755 C 678.37729,694.53855 677.85029,693.56155 678.50629,692.92555 C 678.86729,693.35255 679.13129,693.83255 679.29829,694.36555 C 680.83429,693.29055 683.01929,691.19055 682.30929,689.10455 C 681.58129,686.96755 680.22329,686.51455 681.53029,684.50055 C 682.27329,685.46155 683.08129,686.77355 683.72229,687.84155 C 684.38329,688.94355 686.00629,689.27955 684.55429,690.62055 C 686.50429,692.85855 685.54729,686.44055 685.27129,685.75355 C 684.87529,684.76355 689.43829,682.48155 690.02129,681.68155 C 690.75429,680.67455 691.27829,678.98455 692.50329,678.45355 C 693.19729,678.15355 694.84129,678.32455 695.23129,677.54555 C 695.78629,676.43855 694.71129,676.03855 694.93729,675.35655 C 695.33829,674.14355 695.50529,672.61955 696.21829,671.54155 C 695.15929,671.43355 695.44629,671.08255 696.16529,670.71455 C 696.82229,670.37855 696.56829,669.47455 696.55029,668.91055 C 696.50829,667.58655 698.73829,667.21555 698.73829,666.75255 C 698.73829,666.05955 701.45429,663.38155 702.08729,663.39855 C 703.34129,663.43055 704.40029,664.54355 705.65029,664.55755 C 704.59429,664.41755 704.74429,665.56255 703.77829,665.56555 C 704.51229,668.28655 706.11829,664.66555 706.48629,663.68455 C 707.40329,661.23555 708.48529,661.41155 711.06429,661.84155 C 714.58329,662.42855 715.70329,660.14055 718.47829,658.47755 C 720.00429,657.56255 724.44329,656.47355 723.07429,653.83055 C 723.65729,653.65655 725.30629,653.13055 724.37029,654.33455 C 725.45029,654.16955 724.77029,653.09655 725.95429,652.55855 C 727.38029,651.91155 728.63329,651.91055 729.85129,652.92855 C 734.00629,656.40155 725.06129,657.80855 723.72129,659.51855 C 723.00529,660.43155 722.73429,661.76455 721.88629,662.55755 C 721.29729,663.10855 720.33929,663.00255 719.81429,663.59955 C 718.82529,664.72355 717.78829,666.43955 717.15229,667.78755 C 716.20329,669.79655 716.16329,671.85855 715.62529,673.97555 C 715.09529,676.05455 713.58429,678.55355 712.20229,680.18355 C 713.34929,680.21655 714.23529,679.76955 715.08229,679.03155 C 715.26529,679.51955 715.33729,680.02455 715.29829,680.54455 C 717.47829,679.98155 716.74729,683.84855 717.85329,685.25455 C 719.43229,687.26255 719.86629,688.44255 718.94229,690.90955 C 718.47829,692.14955 717.73329,694.80255 719.41029,695.43155 C 721.31329,696.14455 720.30529,698.41055 722.26329,698.87255 C 723.05529,699.05955 723.81329,698.55555 724.58729,698.47255 C 725.85029,698.33655 727.00129,699.18355 728.26929,699.06755 C 729.39829,698.96455 730.34429,698.16255 731.49629,698.18455 C 732.52029,698.20455 733.28229,699.19355 734.25029,699.42155 C 734.96129,699.58855 735.62429,698.99155 736.27329,699.56055 C 737.12729,700.30855 737.70529,701.67655 738.33529,702.60355 C 738.91929,703.46355 739.45529,704.33655 739.98129,705.23055 C 740.66129,706.38455 740.94229,706.06155 741.96929,706.35855 C 743.46429,706.79155 744.83929,705.53628 746.78829,706.31828 C 747.38429,706.55728 748.69729,705.97455 749.34129,705.96055 C 750.75229,705.92855 751.95229,706.04055 753.19029,705.28955 C 754.59229,704.43955 756.90829,706.11155 756.17229,707.58655 C 755.75129,708.42955 754.72629,709.07655 754.54229,710.01955 C 754.31529,711.18055 754.78329,711.78955 753.68029,712.54055 C 752.21129,713.54155 752.79329,717.56555 752.64829,719.19755 C 752.47529,721.13655 753.27829,723.19855 753.64229,725.24555 C 753.91629,726.78755 756.87229,728.82455 756.39329,730.39755 C 755.80329,732.33255 752.15629,733.08755 752.23629,735.40755 C 753.55829,734.41455 756.78829,738.04855 757.20629,739.15155 C 757.11429,739.45055 757.13808,739.75255 757.07408,740.05855 C 757.24508,740.61955 757.67829,741.17455 757.67929,741.77555 C 757.68129,743.02455 758.40729,744.34455 758.71629,745.58155 C 758.83829,746.07105 759.48662,747.96568 759.62024,748.72381 C 759.75387,749.48193 759.34891,748.99212 758.74629,749.17955 C 757.73973,749.49262 757.42986,749.01647 757.67731,748.42648 C 758.08286,747.45949 757.50521,741.12944 754.98529,741.22555 C 754.00041,741.26311 751.32829,746.35555 750.57829,743.54755 C 750.29829,742.50255 748.95429,742.02655 749.10229,743.54355 C 749.26929,745.24855 747.10329,744.62455 745.94329,744.62455 C 744.20529,744.62455 742.46629,744.62455 740.72829,744.62455 C 739.57829,744.62455 738.33629,743.94755 737.20529,744.44655 C 735.51529,745.19055 736.86029,748.98455 736.68729,750.38455 C 738.05629,749.45955 741.26729,750.26155 741.88329,751.77255 C 742.11129,752.33155 742.24029,754.21355 741.17429,754.11655 C 740.51529,754.05655 740.11629,753.18055 739.40629,753.30755 C 737.83929,753.58755 735.09929,754.01855 734.98429,755.84755 C 734.84429,758.07555 734.64829,761.19355 736.57229,762.65055 C 737.54329,763.38555 738.67629,764.02055 738.62629,765.41055 C 738.57829,766.74455 739.25729,767.25555 739.77829,768.38155 C 740.96129,770.93655 739.42929,774.43155 739.06829,777.04455 C 738.20029,783.33555 738.34129,790.17855 736.39829,796.25155 C 735.93129,795.09455 735.01429,794.25836 734.18729,793.34136 C 733.24529,792.29736 732.05302,793.33936 730.96302,792.71936 C 729.95202,792.14436 732.49875,787.88728 732.85075,787.28728 C 733.53775,786.11928 735.59793,783.82455 734.55093,782.70355 C 734.09793,782.21955 733.63527,780.94386 732.90329,781.20055 C 731.60059,781.65737 730.12029,779.57792 729.79329,779.30755 C 728.54329,778.27402 727.48629,779.31338 726.16657,779.95709 C 724.90885,780.57057 724.07683,778.91732 722.92166,778.72355 C 722.21698,778.60535 720.21733,781.70749 717.87249,780.99682 C 717.0516,780.74803 716.48929,780.75455 715.47029,780.88655 C 714.06429,781.07055 713.32202,780.92609 712.21602,780.06709 C 711.35302,779.39609 712.26029,777.61155 711.95029,776.59155 C 711.52729,775.19955 709.32129,775.95455 709.07429,774.55755 C 708.89829,773.56255 708.4022,772.42782 708.0022,771.49982 C 707.5822,770.52482 706.31502,770.94264 705.71402,770.08364 C 705.06302,769.15264 704.64529,768.88955 703.77429,768.59655 C 702.66629,768.22455 702.0152,766.72836 701.9312,765.72836 C 701.7722,763.82236 698.28429,760.77155 696.50929,760.25155 C 696.16729,760.15055 695.80929,759.75436 695.50629,760.23636 C 695.17829,760.75736 695.18629,760.76455 694.48729,760.44655 C 693.44629,759.97255 691.84529,759.41155 690.96829,758.72555 C 690.28729,758.19255 687.13138,754.21109 686.75738,757.04609 C 686.56338,758.51909 681.00929,756.64155 679.85629,756.43555 C 677.98629,756.10155 679.36229,754.51955 677.98429,753.93055 C 676.77529,753.41355 677.31029,752.38355 675.75329,752.36455 C 674.52929,752.35055 672.11048,750.99264 671.20548,750.24464 C 669.68248,748.98864 668.44729,747.44655 667.27529,745.84555" id="co"/>
<g class="landxx coastxx mr" id="mr" transform="translate(-29.9017, -45.0745)">
<path d="M 1178.278,635.04 C 1178.786,634.399 1178.887,633.593 1178.928,632.808 C 1178.347,633.361 1177.851,634.229 1178.278,635.04" id="path3878"/>
<path class="landxx mr" d="M 1174.038,624.96 C 1173.834,623.583 1173.9521,622.63231 1174.5022,621.30676 C 1174.656,620.93615 1175.1676,620.04229 1176.1362,619.992 L 1204.0196,619.96014 C 1205.4377,619.21307 1204.4635,613.05087 1204.369,610.679 C 1204.196,608.295 1203.955,606.74215 1205.8662,604.93336 C 1207.4667,603.41862 1207.4139,603.8047 1212.4988,601.72564 L 1213.6158,579.89337 L 1238.4949,579.60173 L 1238.8293,568.53082 C 1248.3013,574.90382 1257.5966,581.468 1266.7336,588.313 C 1262.3396,588.313 1257.911,588.313 1253.518,588.313 L 1258.9415,661.22393 C 1259.3879,662.41646 1260.6158,662.9305 1260.725,663.20913 C 1261.4513,665.06355 1260.4953,665.62421 1260.4268,667.05316 C 1260.3464,668.72766 1260.1813,670.23584 1259.6934,670.4156 L 1243.8056,670.4346 C 1234.7811,670.74688 1230.9156,671.98298 1230.118,669.314 C 1229.733,671.73 1226.1541,672.12502 1224.389,671.424 C 1221.6014,670.31687 1219.8215,670.78355 1218.679,673.922 C 1218.0302,672.85061 1217.0856,671.93698 1216.118,671.004 C 1214.9715,669.89849 1213.8663,669.30561 1213.2574,669.64322 C 1210.9685,670.9123 1214.1631,677.29358 1208.5413,676.89061 C 1208.5708,676.99275 1207.0251,675.79759 1206.6158,675.01507 C 1206.1101,674.04811 1205.5263,674.35622 1204.556,673.528 C 1203.505,672.63089 1203.5789,671.16707 1202.7168,670.59399 C 1200.4084,669.05948 1201.3234,669.04033 1201.109,667.99975 C 1200.8449,666.71837 1199.5407,665.08639 1198.888,665.077 C 1195.4916,665.02812 1195.2482,662.27194 1193.0458,661.21079 C 1191.9347,660.67544 1190.9663,660.39256 1189.4684,660.34362 C 1187.1356,660.26739 1186.3333,662.54721 1180.9789,662.14739 C 1179.8502,662.0631 1180.0008,661.30922 1179.0395,661.58224 C 1178.1062,661.92386 1177.0088,664.92766 1176.6368,665.715 C 1176.6368,660.513 1180.061,656.27 1180.555,651.171 C 1180.852,648.101 1180.428,645.505 1180.043,642.499 C 1179.904,641.415 1179.939,640.226 1179.25,639.307 C 1178.649,638.505 1177.601,637.935 1177.49,636.843 C 1178.292,637.093 1179.175,636.498 1179.08,635.619 C 1178.538,635.764 1178.105,636.171 1177.92,636.699 C 1178.117,635.655 1178.959,634.922 1179.417,634.005 C 1179.713,633.412 1179.284,632.464 1179.631,632.067 C 1181.196,630.275 1178.8,627.097 1178.21,625.323 C 1177.966,625.751 1177.799,626.207 1177.71,626.691 C 1176.122,625.489 1176.501,623.003 1174.9,621.795 C 1174.645,622.857 1174.261,623.887 1174.038,624.96" id="path3882"/>
</g>
<g class="landxx ao" id="ao" transform="translate(-29.9017, -45.0745)">
<path d="M 1390.038,953.923 C 1389.929,950.414 1390.879,946.873 1390.482,943.353 C 1390.42,942.809 1390.019,942.285 1390.245,941.728 C 1390.568,940.932 1391.445,940.469 1391.795,939.641 C 1392.076,938.977 1392.108,938.26 1392.201,937.556 C 1392.285,936.922 1393.121,936.146 1392.912,935.609 C 1392.465,934.463 1394.028,931.381 1394.278,930.094 C 1394.635,928.257 1394.243,926.262 1395.272,924.65 C 1395.957,923.576 1395.523,921.33 1396.314,920.636 C 1397.127,919.923 1398.443,918.376 1398.954,917.415 C 1399.709,915.996 1399.245,913.75 1401.543,913.54 C 1403.16,913.393 1403.302,912.153 1404.101,910.757 C 1405.997,907.443 1406.533,902.306 1405.658,898.635 C 1405.254,896.94 1404.588,895.733 1403.634,894.3 C 1402.64,892.808 1402.608,891.649 1402.061,890.088 C 1401.812,889.376 1401.178,888.839 1401.082,888.078 C 1400.964,887.147 1401.102,886.285 1400.689,885.409 C 1400.077,884.109 1398.864,882.428 1400.688,881.496 C 1400.201,881.849 1399.852,882.393 1399.898,883.016 C 1400.286,882.285 1400.713,881.537 1401.308,880.952 C 1401.784,880.484 1402.553,880.513 1402.636,879.764 C 1402.851,877.812 1402.454,876.021 1401.52,874.315 C 1400.469,872.396 1399.918,870.385 1399.103,868.364 C 1398.742,867.468 1398.77,866.471 1398.509,865.549 C 1398.121,864.178 1396.853,863.252 1396.148,862.058 C 1395.571,861.081 1393.56,857.674 1395.313,857.132 C 1396.122,856.882 1396.957,856.877 1397.787,856.769 C 1398.941,856.618 1399.51,855.581 1400.786,855.458 C 1406.678,854.892 1412.631,855.564 1418.554,855.43 C 1420.802,855.379 1423.105,855.2 1425.351,855.281 C 1427.461,855.358 1427.01,856.797 1427.989,858.151 C 1428.397,858.715 1428.021,860.422 1428.209,861.174 C 1428.546,862.528 1429.209,863.762 1429.711,865.055 C 1430.101,866.057 1429.498,866.934 1430.342,867.832 C 1431.243,868.79 1431.475,869.487 1432.015,870.653 C 1432.348,871.37 1433.899,874.744 1434.92,874.462 C 1435.533,874.293 1438.642,874.532 1438.639,874.525 C 1438.479,874.132 1441.989,873.117 1442.628,873.259 C 1444.426,873.658 1446.076,873.869 1448.208,873.869 C 1447.948,872.611 1448.703,871.375 1448.278,870.129 C 1449.342,870.357 1449.439,869.339 1449.304,868.564 C 1449.117,867.491 1449.948,866.17 1449.578,865.229 C 1451.429,865.229 1453.285,865.265 1455.135,865.249 C 1455.688,865.244 1455.364,864.6 1455.815,864.447 C 1456.458,864.228 1457.201,864.44 1457.859,864.44 C 1457.447,866.503 1456.32,867.68 1458.943,867.68 C 1461.235,867.68 1463.548,867.559 1465.837,867.61 C 1467.737,867.652 1467.39,869.553 1466.948,870.834 C 1466.701,871.553 1466.376,872.287 1466.311,873.053 C 1466.21,874.267 1467.262,875.493 1467.479,876.706 C 1467.934,879.254 1466.988,882.073 1466.79,884.634 C 1466.583,887.305 1467.526,888.355 1469.059,890.355 C 1470.141,891.767 1470.683,895.422 1470.357,897.15 C 1470.243,897.759 1469.668,898.146 1469.455,898.725 C 1469.059,899.801 1470.145,900.834 1469.809,901.95 C 1470.739,901.973 1471.567,900.646 1472.325,900.238 C 1472.976,899.888 1474.943,900.414 1475.664,900.613 C 1476.942,900.966 1478.454,899.528 1479.82,899.581 C 1481.124,899.632 1482.579,900.441 1483.13,898.711 C 1483.7401,899.59164 1483.814,902.39163 1483.6307,903.388 C 1483.3772,904.76655 1483.4004,906.14151 1483.062,907.506 C 1482.6546,909.14843 1483.697,910.647 1483.269,912.251 C 1482.837,913.869 1481.679,915.188 1483.059,916.711 C 1480.222,917.90792 1476.2469,917.33165 1473.2206,917.31472 C 1471.7037,917.30624 1469.9253,916.94057 1468.4168,917.14236 C 1467.0908,917.31975 1467.7529,922.25589 1467.6925,923.836 C 1467.5319,928.03864 1467.7621,931.00498 1467.6014,934.221 C 1467.4413,937.42459 1467.6108,940.69 1467.523,943.901 C 1467.4332,947.18315 1469.714,948.06 1471.604,950.402 C 1473.62,952.9 1475.652,955.407 1478.379,957.18 C 1473.922,958.047 1469.438,958.805 1465.039,959.945 C 1463.286,960.4 1462.611,959.956 1460.949,959.77 C 1460.207,959.687 1459.576,960.043 1458.9,960.267 C 1457.802,960.631 1456.755,960.096 1455.706,959.808 C 1451.974,958.787 1447.978,959.198 1444.182,958.605 C 1442.554,958.351 1441.7244,956.94157 1440.949,955.675 C 1440.2591,954.54808 1438.0538,955.01276 1436.895,955.067 C 1427.5879,955.50266 1418.021,955.09 1408.701,955.09 C 1406.781,955.09 1406.574,954.971 1404.918,953.672 C 1403.253,952.366 1401.9373,950.74182 1399.695,951.736 C 1398.041,952.46933 1396.3251,954.46714 1394.436,953.565 C 1392.1208,952.45938 1391.7903,953.60265 1390.038,953.923" id="path3888"/>
<path d="M 1392.268,848.013 C 1393.561,847 1395.016,844.403 1396.715,844.062 C 1397.471,843.911 1397.403,842.689 1398.238,842.693 C 1399.175,842.697 1399.776,844.186 1400.398,844.704 C 1398.884,845.741 1397.518,846.663 1396.21,847.971 C 1395.57,848.61 1395.754,848.611 1396.045,849.348 C 1396.455,850.387 1396.225,851.615 1396.13,852.689 C 1396.001,854.147 1393.262,855.332 1393.243,853.423 C 1393.233,852.37 1393.799,852.123 1393.475,850.959 C 1393.237,850.103 1391.935,848.663 1392.988,847.874 C 1392.748,847.919 1392.508,847.966 1392.268,848.013" id="path3890"/>
</g>
<g class="landxx coastxx de" id="de" transform="translate(-29.9017, -45.0745)">
<path d="M 1367.638,334.944 C 1367.803,334.181 1367.563,334.133 1366.918,334.799 C 1367.158,334.848 1367.397,334.896 1367.638,334.944" id="path3832"/>
<path d="M 1383.908,337.104 C 1384.341,337.153 1384.775,337.153 1385.208,337.104 C 1384.911,336.344 1384.141,336.077 1383.408,336.383 C 1383.574,336.624 1383.741,336.864 1383.908,337.104" id="path3834"/>
<path class="landxx de" d="M 1366.5765,332.3355 C 1365.9045,332.6125 1365.8348,333.57077 1365.9718,334.14978 C 1365.9718,333.75778 1366.3315,333.41727 1366.7781,333.24264 C 1366.4563,333.13649 1366.2923,332.82357 1366.5765,332.3355 z M 1367.4837,333.14185 C 1367.2681,333.14041 1367.0772,333.17707 1366.8789,333.24264 C 1367.2555,333.33451 1367.7879,333.27464 1368.0884,333.24264 C 1367.8913,333.15951 1367.6992,333.14328 1367.4837,333.14185 z M 1369.2312,333.03494 C 1368.6027,332.97021 1368.8234,333.17943 1368.1892,333.24264 C 1368.6052,333.45464 1369.06,334.75471 1369.298,335.15771 C 1369.509,335.51271 1370.4901,336.20362 1370.2051,336.66961 C 1369.7361,337.43661 1368.4208,337.01193 1367.8869,337.97993 C 1368.5929,338.27793 1369.2895,338.14693 1370.0035,337.97993 C 1368.4035,338.71593 1370.1297,339.22058 1370.4067,340.09659 C 1369.7297,340.06259 1369.4785,340.48872 1370.0035,341.00373 C 1370.5765,341.56473 1371.4132,341.39149 1372.1202,341.60849 C 1372.8712,341.83949 1373.2528,342.43959 1373.7329,343.01959 C 1374.3089,343.71459 1375.0797,343.79791 1375.7487,344.32991 C 1374.0127,344.14091 1373.552,342.69587 1372.221,341.91087 C 1371.348,341.39687 1370.3348,342.00387 1369.3988,341.91087 C 1368.3088,341.80287 1367.2505,341.4498 1367.0805,342.9188 C 1367.0125,343.5048 1367.4947,343.9665 1367.4837,344.53149 C 1367.3247,344.95249 1367.2623,345.3988 1367.1813,345.84181 C 1367.1113,345.11381 1367.2888,344.41653 1366.4757,344.02753 C 1365.5217,343.57153 1365.1782,344.47426 1365.7702,345.13625 C 1365.2442,345.26925 1364.7931,345.15887 1364.3591,344.83387 C 1366.7281,343.23387 1360.3128,342.98239 1359.6218,343.12039 C 1358.8278,343.27839 1357.4902,344.54764 1357.5051,345.43863 C 1357.5181,346.17764 1360.2801,346.56941 1359.8234,346.34577 C 1358.7044,345.79777 1357.9386,350.03046 1357.7067,350.98227 C 1357.4077,352.20932 1356.373,351.29697 1355.4893,351.88941 C 1354.1137,352.81162 1356.6798,353.24357 1357.0246,353.81671 C 1358.0119,355.45789 1354.592,355.94809 1355.6553,357.17241 C 1356.6936,358.36803 1352.0498,358.08896 1351.4158,357.76495 C 1351.8348,358.91794 1351.069,357.90997 1350.248,358.44098 C 1350.3304,358.70825 1350.0408,358.7749 1350.248,359.14653 C 1351.167,359.46253 1352.2863,361.62283 1351.7833,362.59184 C 1351.3323,363.45984 1349.5692,364.73247 1350.4196,365.9175 C 1350.8753,366.55258 1350.5193,367.43276 1350.6095,367.6661 C 1350.8839,368.37676 1352.5419,368.41245 1351.7599,369.42745 C 1352.7489,369.26044 1352.6606,370.39852 1352.9516,371.0045 C 1349.9792,370.97655 1349.478,373.32542 1352.3162,374.7094 C 1354.3119,375.68254 1352.3171,377.56012 1353.0413,378.41186 C 1353.1517,378.54172 1355.0752,380.91604 1355.5565,380.83702 C 1356.2536,380.72255 1355.7018,380.29811 1356.7166,380.43174 C 1357.2579,380.50302 1356.7187,381.39185 1357.6415,381.15512 C 1357.985,381.067 1358.4747,381.16459 1358.8277,381.12559 C 1360.1107,380.68159 1360.2424,381.37616 1361.4244,381.74817 C 1362.4904,382.08316 1363.8203,382.22696 1364.9282,382.41197 C 1364.0272,383.20696 1363.176,383.99262 1362.444,384.94963 C 1361.605,386.04561 1361.3173,387.71431 1360.7595,388.92843 C 1360.3865,389.74042 1358.9898,395.60014 1361.0802,393.83726 C 1360.3582,394.67625 1363.9945,394.08682 1364.6615,394.12182 C 1365.9605,394.18981 1367.1029,394.14149 1367.3829,393.31547 C 1365.8239,393.89646 1366.3462,391.7977 1368.1892,392.71071 C 1369.4892,393.35573 1372.6354,393.75046 1373.9604,394.52046 C 1374.7734,394.99246 1379.0952,394.70068 1377.9662,396.64165 C 1379.5302,396.59566 1379.6371,395.176 1379.9821,394.02103 C 1380.6471,394.61601 1382.1718,394.60398 1383.0059,394.52499 C 1382.2819,394.88298 1384.1508,395.42313 1384.5178,395.43213 C 1385.3787,395.45213 1385.9242,394.70678 1386.7352,394.62579 C 1388.3062,394.46777 1389.8313,393.25145 1391.5733,393.81944 C 1391.5533,393.55044 1391.5456,393.27209 1391.4725,393.01309 C 1392.2815,393.11308 1393.0685,393.51706 1393.8915,393.51706 C 1394.2905,393.38104 1394.6871,393.29467 1395.1011,393.21468 C 1395.5501,393.26567 1395.737,394.1392 1396.109,394.4242 C 1397.231,395.28518 1397.2201,394.84843 1397.5201,393.81944 C 1397.8191,392.79344 1396.5419,393.18855 1396.613,392.30754 C 1396.6999,391.23255 1396.7384,391.27848 1395.9074,390.39247 C 1395.2814,389.72446 1395.7054,389.20559 1396.4114,388.88057 C 1397.2184,388.50958 1399.8383,388.0617 1399.8383,386.8647 C 1399.8383,384.75771 1401.2828,386.59119 1402.0558,385.65518 C 1403.4608,383.95517 1401.0142,382.77139 1399.9391,382.12741 C 1398.6831,381.37441 1397.6155,380.33158 1396.3106,379.60758 C 1394.6716,378.69657 1394.3428,376.62445 1392.7828,375.77743 C 1394.0128,374.79943 1393.4398,373.9954 1392.2788,373.35839 C 1391.3806,372.86484 1391.1803,371.97289 1390.7669,371.24173 C 1391.4203,371.14636 1391.9268,371.40658 1392.178,372.35046 C 1392.431,369.69545 1395.8437,370.72902 1397.2177,369.62904 C 1399.4107,367.87304 1403.0744,366.90369 1405.6844,365.89968 C 1405.4504,365.67768 1405.2248,365.50492 1404.9788,365.29492 C 1405.9788,365.05892 1406.2212,364.7718 1407.0838,365.9058 C 1409.2044,368.63966 1410.5465,363.57782 1409.4967,362.26554 C 1409.3647,361.44954 1408.0639,361.40922 1407.9909,360.75922 C 1407.8909,359.87622 1407.9591,359.57316 1407.2971,358.84415 C 1406.853,358.35615 1407.5187,357.96347 1407.7002,357.49873 C 1408.7413,354.83348 1406.077,354.11829 1406.7753,353.31834 C 1408.1753,351.71445 1404.3134,351.15559 1403.781,349.64802 C 1404.4923,349.08972 1406.739,345.6415 1405.2812,345.43863 C 1404.9842,344.32963 1404.6499,343.15522 1403.4669,342.71721 C 1402.7389,342.44821 1401.5541,342.2511 1401.451,341.30611 C 1401.398,340.81411 1401.1761,339.29023 1400.4431,339.29024 C 1399.9961,339.29024 1399.0913,339.29921 1399.3344,339.79421 C 1398.5254,339.32321 1396.7772,337.24259 1396.0082,337.17358 C 1394.3932,337.02858 1393.2853,337.16009 1392.0773,338.3831 C 1391.8812,337.0281 1394.1493,336.93179 1395.0003,337.07279 C 1393.3463,336.45679 1393.1077,336.93214 1391.8757,337.87913 C 1391.2947,338.32713 1390.0178,338.82621 1390.3638,339.79421 C 1390.5248,338.16021 1387.2836,339.61558 1386.5336,340.09659 C 1388.0046,339.38159 1386.3744,340.5811 1386.1304,341.30611 C 1385.5315,340.74411 1382.0273,339.9631 1382.8043,341.30611 C 1382.6613,340.78911 1382.3034,340.50997 1381.7963,340.39897 C 1382.7713,339.39797 1383.651,338.73438 1383.913,337.27437 C 1382.586,337.53737 1381.8,338.06797 1380.486,337.47596 C 1379.668,337.10696 1378.3672,336.60735 1377.9662,337.77834 C 1377.8602,337.25834 1377.8358,337.2284 1378.1678,336.77041 C 1377.4958,336.47141 1376.7101,336.50041 1376.0511,336.77041 C 1376.5531,336.53441 1377.6963,335.02593 1376.4543,335.05692 C 1378.4503,334.14992 1371.6583,333.54417 1371.9303,333.69316 C 1371.3258,333.36216 1369.8927,333.10306 1369.2312,333.03494 z " id="path3884"/>
<path d="M 1396.797,337.752 C 1397.879,337.616 1397.367,336.588 1397.017,336.024 C 1397.778,335.956 1398.496,336.231 1399.177,336.528 C 1398.859,335.641 1397.003,335.9 1398.457,334.944 C 1398.399,336.404 1399.947,335.124 1400.187,335.987 C 1400.304,336.41 1399.567,336.95 1400.083,337.276 C 1400.462,337.516 1400.769,337.548 1400.758,338.111 C 1400.045,337.99 1399.423,337.562 1398.814,338.086 C 1398.28,338.545 1397.106,338.414 1396.797,337.752" id="path3892"/>
<path d="M 1401.268,340.128 C 1401.275,339.784 1401.226,339.448 1401.118,339.12 C 1401.806,339.995 1403.247,339.981 1403.869,340.941 C 1404.476,341.878 1401.937,341.883 1401.478,341.64 C 1402.502,341.456 1401.543,340.413 1402.708,340.344 C 1402.21,340.388 1401.73,340.316 1401.268,340.128" id="path3894"/>
</g>
<path class="landxx sd" d="m 1530.9826,674.55552 c 0.472,-1.45 1.167,-2.4935 1.11,-4.0565 -0.064,-1.757 -0.2293,-2.9495 0.9077,-4.3875 0.864,-1.091 2.338,-0.179 2.308,1.037 0.608,-0.669 0.8913,-1.20967 1.362,-2.189 1.1884,-2.47234 -0.5621,-2.43817 6e-4,-3.10256 1.3727,-1.62074 0.3397,-4.43611 1.8334,-5.41944 1.437,-0.94598 2.014,-4.113 2.92,-5.552 0.925,-1.468 2.122,-0.79275 3.552,-0.99175 0.951,-0.133 0.7783,-2.98425 0.7953,-3.65325 0.046,-1.888 1.1483,-3.2727 1.5307,-5.069 0.5532,-2.59663 0.136,-5.45923 0.047,-7.27737 -0.096,-1.95077 -0.6974,-4.33449 0.01,-5.65963 0.9908,-1.85604 1.2937,-4.37828 2.138,-6.667 0.3282,-0.88971 0.791,-1.866 0.994,-2.795 0.222,-1.012 -0.3177,-1.80306 -0.1337,-2.80006 0.188,-1.015 0.037,-3.09969 0.9704,-3.65069 0.677,-0.4 2.5582,0.356 2.8182,-0.56 0.506,-1.78 0.2468,-1.96982 2.2088,-2.71282 1.084,-0.411 3.5514,-1.29541 4.148,-2.26337 0.4538,-0.73631 1.6019,-2.72062 1.8715,-3.01368 -0.167,-1.348 -2.4502,-1.19838 -2.5162,-2.43038 -0.934,0.84 -3.559,-3.539 -4.963,-3.778 -2.43,-0.413 -3.153,-5.119 -3.258,-7.158 -0.15,-2.904 -1.023,-5.522 -0.645,-8.377 0.168,-1.264 -0.257,-2.706 -0.76,-3.852 -0.696,-1.586 0.711,-2.303 1.056,-0.739 -0.094,-2.055 -2.453,-3.349 -3.021,-5.256 -0.686,-2.304 0.3,-3.19 -1.822,-4.673 -1.601,-1.119 -2.625,-3.237 -4.298,-4.111 -1.869,-0.977 -3.38,-1.741 -3.89,-3.96 -0.674,0.682 -2.457,3.372 -3.534,2.808 -1.412,-0.74 -1.863,1.128 -2.165,1.987 -0.583,1.655 -1.078,2.598 -2.881,2.907 -1.786,0.307 -2.25,0.682 -2.621,2.477 -0.811,3.925 -4.647,0.93 -6.506,-0.083 -1.612,-0.878 -4.436,-0.208 -6.196,-0.135 -2.299,0.095 -4.63,0.151 -6.907,-0.241 0.7529,-0.69327 0.359,-3.14429 -0.75,-1.366 -1.0967,1.75845 -2.522,1.438 -4.378,1.438 -4.74,0 -9.48,0 -14.219,0 -9.658,0 -19.4512,-0.0901 -29.1082,-0.0901 0.194,5.758 0.4012,11.60913 0.4952,17.37013 -2.493,0 -4.987,0 -7.48,0 l 0.72,37.224 c -1.237,-0.384 -2.527,-0.857 -3.762,-0.212 -1.019,0.534 -1.995,-0.061 -3.033,0.453 -2.421,1.198 0.129,3.012 -1.384,4.94 -1.213,1.544 -1.429,3.224 -3.186,4.157 -1.106,0.586 0.025,3.331 0.704,3.981 -2.519,2.015 -4.146,2.699 -2.339,6.103 0.688,1.296 -0.17,1.842 -1.227,2.588 -1.129,0.797 -1.328,1.823 -1.834,3.04599 0.98,2.64598 2.838,0.15698 4.486,1.11198 0.975,0.568 -0.5,1.501 -0.054,2.266 0.549,0.934 0.841,2.174 0.539,3.243 0.259,-0.131 0.521,-0.251 0.79,-0.36 0.784,1.26 -0.687,2.655 -0.047,3.931 0.634,1.27 2.264,1.44 2.815,2.363 0.809,1.356 -0.895,2.601 -0.295,3.919 0.62,1.365 1.708,2.392 2.75,3.433 1.863,1.863 3.41,4.637 3.424,7.304 0.01,1.124 0.116,2.676 -0.588,3.639 -0.609,0.833 -1.231,1.078 -1,2.268 0.264,-0.095 0.526,-0.191 0.79,-0.287 0.213,0.8 -0.227,1.52 -0.5,2.231 1.313,0.239 4.313,-0.149 5.292,0.904 0.1905,0.20442 0.1715,0.65499 0.2029,1.02771 1.0746,-0.0155 0.2568,-1.27739 0.6612,-1.48257 0.4045,-0.20519 0.4624,-0.60812 0.6402,-0.72662 0.443,-0.29525 1.0333,-0.18352 1.4446,-0.59486 0.1835,-0.18479 0.1771,-0.67145 0.2962,-0.9135 0.2383,-0.47685 -0.4666,-0.89594 -0.3187,-1.48713 0.097,-0.38271 0.3335,-0.8157 0.51,-1.16846 0.2124,-0.42351 -0.2157,-0.65949 -0.064,-0.91352 0.1932,-0.58295 0.858,-0.56908 1.0622,-0.97725 0.2382,-0.47888 -0.5857,-1.70864 -0.2962,-1.99698 0.3122,-0.31326 0.3651,-0.91731 0.6373,-1.18971 0.427,-0.42681 1.0619,-0.80682 1.4872,-1.23218 0.6662,-0.66615 0,-2.09021 0.6797,-2.76177 0.4806,-0.48064 1.9764,0.2331 2.5495,-0.33992 0.3934,-0.39356 2.687,-1.09444 3.0592,-0.72233 0.5035,0.50373 0.435,2.17714 0.6796,2.42188 0.2125,0.21153 0.9695,0.0769 1.1474,0.255 0.3285,0.32852 0.351,0.95703 0.5522,1.35963 0.132,0.26722 0.4533,0.58074 0.595,0.72231 0.511,0.51084 0.2319,1.88853 0.68,2.33693 0.2929,0.29426 1.2347,0.7373 1.572,0.84975 0.8754,0.29201 4.3922,-0.86554 4.8864,-1.35964 0.1094,-0.10853 0.6705,0.066 0.7646,0.0851 1.396,0.27912 3.4934,0.30296 4.5463,0.12748 0.5291,0.74268 0.8197,1.83922 1.3596,2.3793 0.5882,0.58807 4.5663,0.22376 5.3537,-0.16999 0.2672,-0.13328 0.1224,-0.75732 0.2543,-1.01976 0.3555,-0.71081 1.4482,-1.63761 2.2521,-2.03946 0.9256,-0.46294 3.0875,-0.0709 3.6114,-0.59485 0.3603,-0.36004 -0.3423,-2.33442 0.1706,-2.84677 0.6877,-0.68765 1.9434,-1.24232 2.6345,-1.65708 1.9585,0.46267 2.7862,1.93663 3.9939,3.14424 0.6764,0.6763 1.6346,0.99716 2.2095,1.5721 0.1643,0.16484 0.3761,-0.24886 0.4247,-0.29749 0.1449,-0.14455 1.4845,-0.0425 1.7846,-0.0425 0.3686,0 1.3595,0.0851 1.6146,-0.16999 1.3165,-1.31644 2.375,-3.30984 3.7816,-4.71629 0.6551,-0.65528 0.7328,-2.2626 1.3596,-2.88924 1.1651,-1.16527 2.8545,-2.23226 3.3567,-3.73907 -1.518,-1.18369 0.4034,-4.61026 -0.595,-5.60845 -0.132,-0.13135 -2.1016,-1.84962 -2.0395,-1.91201 0.6661,-0.66584 4.3289,0.39258 4.8012,-0.55237 0.3091,-0.61645 -0.078,-1.44085 0,-1.91202 0.3873,-0.2054 3.9942,-0.0322 3.9942,0 0,0.75704 -0.6761,3.43436 -1.0622,4.20645 -0.3859,0.77169 0.8272,5.43336 1.0622,6.37335 0.1126,0.44979 -0.2929,2.12785 -0.1287,2.29441 0.3534,0.35364 1.2484,0.51144 1.6995,0.8498 1.8045,1.35346 2.8107,3.95777 4.1213,5.26862 0.4237,0.42353 -0.038,2.77247 -0.7646,2.16699 0.1449,4.26951 -0.2576,1.44328 2.2866,2.29265 0.067,-0.63971 0.1984,-1.27253 0.4031,-1.89992 z" id="sd"/>
<path class="landxx qx" d="m 1456.105,684.21137 c 0.2319,-0.1159 0.2898,-0.51883 0.4676,-0.63733 0.443,-0.29525 1.0333,-0.18352 1.4446,-0.59486 0.1835,-0.18479 0.1771,-0.67145 0.2962,-0.9135 0.2383,-0.47685 -0.4666,-0.89594 -0.3187,-1.48713 0.097,-0.38271 0.3335,-0.8157 0.51,-1.16846 0.2124,-0.42351 -0.2157,-0.65949 -0.064,-0.91352 0.1932,-0.58295 0.858,-0.56908 1.0622,-0.97725 0.2382,-0.47888 -0.5857,-1.70864 -0.2962,-1.99698 0.3122,-0.31326 0.3651,-0.91731 0.6373,-1.18971 0.427,-0.42681 1.0619,-0.80682 1.4872,-1.23218 0.6662,-0.66615 0,-2.09021 0.6797,-2.76177 0.4806,-0.48064 1.9764,0.2331 2.5495,-0.33992 0.3934,-0.39356 2.687,-1.09444 3.0592,-0.72233 0.5035,0.50373 0.435,2.17714 0.6796,2.42188 0.2125,0.21153 0.9695,0.0769 1.1474,0.255 0.3285,0.32852 0.351,0.95703 0.5522,1.35963 0.132,0.26722 0.4533,0.58074 0.595,0.72231 0.511,0.51084 0.2319,1.88853 0.68,2.33693 0.2929,0.29426 1.2347,0.7373 1.572,0.84975 0.8754,0.29201 4.3922,-0.86554 4.8864,-1.35964 0.1094,-0.10853 0.6705,0.066 0.7646,0.0851 1.396,0.27912 3.4934,0.30296 4.5463,0.12748 0.5291,0.74268 0.8197,1.83922 1.3596,2.3793 0.5882,0.58807 4.5663,0.22376 5.3537,-0.16999 0.2672,-0.13328 0.1224,-0.75732 0.2543,-1.01976 0.3555,-0.71081 1.4482,-1.63761 2.2521,-2.03946 0.9256,-0.46294 3.0875,-0.0709 3.6114,-0.59485 0.3603,-0.36004 -0.3423,-2.33442 0.1706,-2.84677 0.6877,-0.68765 1.9434,-1.24232 2.6345,-1.65708 1.9585,0.46267 2.7862,1.93663 3.9939,3.14424 0.6764,0.6763 1.6346,0.99716 2.2095,1.5721 0.1643,0.16484 0.3761,-0.24886 0.4247,-0.29749 0.1449,-0.14455 1.4845,-0.0425 1.7846,-0.0425 0.3686,0 1.3595,0.0851 1.6146,-0.16999 1.3165,-1.31644 2.375,-3.30984 3.7816,-4.71629 0.6551,-0.65528 0.7328,-2.2626 1.3596,-2.88924 1.1651,-1.16527 2.8545,-2.23226 3.3567,-3.73907 -1.518,-1.18369 0.4034,-4.61026 -0.595,-5.60845 -0.132,-0.13135 -2.1016,-1.84962 -2.0395,-1.91201 0.6661,-0.66584 4.3289,0.39258 4.8012,-0.55237 0.3091,-0.61645 -0.078,-1.44085 0,-1.91202 0.3873,-0.2054 3.9942,-0.0322 3.9942,0 0,0.75704 -0.6761,3.43436 -1.0622,4.20645 -0.3859,0.77169 0.8272,5.43336 1.0622,6.37335 0.1126,0.44979 -0.2929,2.12785 -0.1287,2.29441 0.3534,0.35364 1.2484,0.51144 1.6995,0.8498 1.8045,1.35346 2.8107,3.95777 4.1213,5.26862 0.4237,0.42353 -0.038,2.77247 -0.7646,2.16699 0.1449,4.26951 -0.2576,1.44328 2.2976,2.29497 -0.145,1.18915 -0.1097,2.39366 0,3.60845 0.1768,2.27085 1.5745,6.33828 -1.8851,6.70862 -1.0552,0.11268 -2.3567,-0.35343 -3.4758,-0.30457 -1.709,0.0737 -1.433,1.07034 -1.6766,2.47875 -0.1962,1.14194 -2.4097,1.92218 -0.5321,3.01123 1.2295,0.7137 2.7063,0.4308 3.9967,1.09898 1.4286,0.73965 2.1205,1.59309 2.9717,2.61719 0.9503,1.14293 1.8901,3.39555 2.5963,3.7199 0.8653,0.39739 1.4129,1.26599 2.5073,2.09459 1.194,0.90402 1.1303,2.81918 1.7353,3.99502 0.7195,1.39747 0.7694,2.98257 1.5071,4.39601 0.2736,0.52404 0.4649,1.30965 1.0141,1.61807 0.6496,0.36432 0.4021,1.17887 0.9463,1.70491 0.8469,-1.09268 1.8258,-0.90702 2.7111,-0.14875 0.859,0.73559 0.5908,0.44027 0.884,1.19788 0.3356,0.85843 -0.2222,1.90055 -0.2222,2.77695 0,1.10301 0.6621,1.69491 1.2979,2.49845 -3.5285,0.19123 -7.6947,-0.12718 -11.1305,0.39161 -2.2057,0.33306 -4.0576,3.8918 -5.4852,5.58075 -0.2639,0.31229 -2.0016,1.59153 -2.5402,1.58396 -1.4537,-0.0193 -2.6561,-1.38242 -3.7649,-0.80252 -1.9862,1.03896 -6.4011,0.75852 -5.5376,2.80482 -1.3374,-0.48213 -1.8812,-0.96532 -2.6259,-1.99145 -0.5599,-0.77259 -1.5508,0.38359 -2.1178,0.63811 -0.9861,0.44418 -1.365,-0.6817 -2.2233,-0.87535 -1.4115,-0.31938 -2.802,1.35729 -3.2444,2.4443 -0.1545,-1.26969 -1.2906,-1.3136 -2.2958,-1.07803 1.1172,-2.43358 -2.4981,-2.93538 -3.7488,-4.30288 -0.5621,-0.61288 -0.9642,-1.48362 -1.4643,-2.14738 -0.536,-0.71171 -0.6503,-1.54222 -1.3969,-2.18502 -2.2727,-1.95846 -1.7305,1.86532 -3.6268,1.70843 -1.8824,-0.15582 -2.1958,-1.65566 -4.3795,-0.25402 -1.4401,0.9242 -1.7766,1.57089 -3.3116,0.60563 -0.4054,-0.25241 -1.2074,-0.52433 -1.5007,-0.90486 -0.5991,-0.77754 -2.2056,-0.91495 -2.3792,-2.13773 -0.1642,-1.1646 -0.5186,-1.54494 -1.5,-2.12487 -0.7066,-0.41725 -0.979,-1.5241 -1.516,-2.16994 -0.7377,-0.88837 -0.4311,-2.02132 -0.52,-3.06241 -0.1352,-1.58215 -1.8414,-1.88958 -2.9216,-2.67015 -1.2318,-0.89039 -2.8748,-1.16688 -2.8677,-2.71805 0,-0.65982 -0.8388,-1.02214 -1.1729,-1.49528 -0.6012,-0.84848 0.503,-1.49328 0.1867,-2.30882 -0.2802,-0.72366 -1.4215,-0.94526 -1.8808,-1.57414 -0.6347,-0.86739 -0.3361,-1.45834 -1.3765,-2.05724 -2.0153,-1.1599 -3.9856,-1.96642 -5.5488,-3.71624 -0.551,-0.61588 0.4553,-1.33159 0.4572,-1.98837 0,-0.71709 -0.426,-1.11506 -1.2257,-1.62612 -0.8051,-0.51487 -1.0541,-1.10694 -1.6599,-1.70684 -0.5669,-0.56196 -1.4195,-0.73566 -2.1784,-0.85442 -1.1039,-0.17257 -3.2466,-0.0367 -3.2466,-1.6719 0,-0.24534 0.1027,-0.70531 0.1385,-1.15263 0.9852,0.0573 0.1674,-1.20455 0.756,-1.49894 z" id="qx"/>
<g class="landxx coastxx th" id="th" transform="translate(-29.9017, -45.0745)">
<path d="M 2049.559,733.824 C 2049.188,735.032 2049.397,736.339 2049.838,737.496 C 2050.91,736.634 2050.791,734.499 2049.559,733.824" id="path3902"/>
<path d="M 2051.348,734.472 C 2051.565,734.975 2051.825,735.462 2051.998,735.984 C 2052.039,735.369 2051.822,734.865 2051.348,734.472" id="path3904"/>
<path d="M 2055.958,740.088 C 2055.875,739.51 2055.635,739.006 2055.238,738.576 C 2055.3,739.165 2055.54,739.669 2055.958,740.088" id="path3906"/>
<path d="M 2060.568,746.64 C 2060.059,747.15 2060.006,747.905 2060.858,748.08 C 2060.767,747.599 2060.67,747.119 2060.568,746.64" id="path3908"/>
<path d="M 2061.798,721.8 C 2061.301,722.253 2061.324,722.685 2061.868,723.096 C 2062.352,722.648 2062.328,722.216 2061.798,721.8" id="path3910"/>
<path d="M 2061.648,719.928 C 2061.426,720.441 2061.843,720.654 2062.297,720.648 C 2062.102,720.389 2061.885,720.149 2061.648,719.928" id="path3912"/>
<path d="M 2077.639,700.776 C 2077.875,700.799 2078.112,700.824 2078.348,700.847 C 2078.357,700.264 2077.994,699.8 2077.489,699.551 C 2077.493,699.966 2077.544,700.374 2077.639,700.776" id="path3914"/>
<path d="M 2079.868,702.936 C 2079.639,703.497 2079.76,703.977 2080.228,704.376 C 2080.37,703.831 2080.25,703.351 2079.868,702.936" id="path3916"/>
<path class="landxx th" d="M 2034.288,643.824 C 2034.733,644.681 2036.586,644.647 2037.197,644.019 C 2037.934,643.263 2036.477,641.212 2036.668,640.223 C 2036.774,639.672 2037.212,639.292 2037.238,638.711 C 2037.279,637.811 2036.55,637.228 2036.794,636.269 C 2036.948,635.658 2038.06,633.589 2038.476,633.665 C 2039.696,633.891 2040.89,634.419 2042.143,634.145 C 2042.738,634.016 2043.308,633.337 2043.899,633.35 C 2044.5,633.363 2044.736,633.949 2045.244,633.172 C 2045.743,632.407 2044.813,630.951 2045.991,630.648 C 2046.837,630.431 2050.058,631.087 2048.329,628.847 C 2049.563,628.785 2052.881,626.598 2052.869,629.28 C 2053.546,629.092 2053.761,628.123 2054.553,628.36 C 2054.906,628.465 2056.101,630.056 2056.385,630.381 C 2057.081,631.173 2056.103,632.361 2055.898,633.154 C 2055.61,634.272 2056.2904,635.00161 2057.0994,635.66461 C 2057.3832,635.89611 2058.2384,635.66218 2058.5453,635.8035 C 2059.2413,636.12394 2059.0151,635.33064 2059.4523,635.20949 C 2059.8282,635.1053 2059.7468,635.19351 2060.1029,635.08742 C 2060.459,634.98133 2060.9716,634.89045 2061.3059,634.93736 C 2062.8415,635.15285 2062.6014,637.63867 2063.531,639.942 C 2063.8304,640.68375 2063.0331,641.57861 2063.262,642.361 C 2063.7151,643.90992 2062.9223,643.65097 2062.5506,644.67636 C 2062.3963,645.10185 2063.05,646.01371 2063.137,646.59871 C 2063.282,647.57271 2063.5328,648.11529 2063.212,649.054 C 2062.3855,651.47237 2061.9581,653.42131 2064.169,653.30402 C 2064.2764,653.29832 2067.6099,650.2433 2068.129,648.359 C 2069.35,649.09 2069.444,647.103 2070.379,647.085 C 2071.025,647.073 2071.894,648.332 2072.483,648.625 C 2072.944,648.855 2074.009,648.936 2074.291,649.409 C 2075.184,650.903 2076.225,648.711 2077.35,648.935 C 2077.958,649.056 2078.176,646.623 2079.151,646.487 C 2077.466,644.631 2082.6151,645.65875 2083.1731,645.81375 C 2086.3111,646.68575 2087.4231,651.05775 2090.3301,652.58175 C 2092.7321,653.84175 2091.3071,658.52541 2092.02,660.674 C 2092.4794,662.05847 2092.7337,662.56086 2093.6754,663.45736 C 2095.3082,665.01174 2096.1856,665.41423 2097.94,666.215 C 2096.315,667.324 2098.7099,668.11902 2099.472,668.668 C 2101.2498,669.94865 2097.7551,672.45831 2099.81,671.975 C 2099.497,672.688 2098.78,673.38 2099.274,674.189 C 2099.554,674.647 2100.119,674.852 2100.059,675.476 C 2099.894,677.193 2100.568,678.889 2098.855,679.953 C 2097.711,680.663 2097.092,682.149 2096.206,680.55 C 2095.292,678.904 2092.693,680.533 2091.344,680.128 C 2090.408,679.848 2089.51,680.186 2088.588,680.315 C 2087.599,680.453 2087.141,679.844 2086.27,679.773 C 2085.069,679.674 2083.7387,680.222 2082.6367,680.655 C 2080.8967,681.339 2080.502,683.25692 2079.9678,684.81553 C 2079.7344,685.49665 2078.9844,686.18445 2078.332,686.786 C 2077.8871,687.19622 2077.1847,687.22845 2076.769,687.312 C 2077.367,688.7438 2076.709,689.76791 2078.099,691.856 C 2078.8331,692.95877 2079.0282,694.30632 2079.976,695.42575 C 2080.8969,696.51345 2081.2222,697.53287 2081.16,698.95641 C 2081.0611,701.22315 2082.7788,702.19694 2082.599,703.945 C 2082.581,703.064 2081.847,702.584 2081.459,701.88 C 2080.874,700.817 2080.952,699.481 2079.509,699.048 C 2079.542,699.48 2079.566,699.911 2079.579,700.344 C 2079.181,699.389 2075.958,698.94 2077.849,697.68 C 2077.328,697.991 2076.963,697.659 2076.769,697.176 C 2076.769,698.727 2074.934,696.328 2074.61,695.592 C 2074.61,696.956 2073.58,694.192 2072.296,694.779 C 2071.67,695.065 2071.037,695.596 2070.29,695.447 C 2069.375,695.264 2068.318,694.761 2067.371,694.995 C 2065.519,695.453 2066.558,693.533 2066.434,692.392 C 2066.362,691.724 2066.34,691.047 2066.247,690.381 C 2066.12,689.46 2066.797,688.742 2066.619,687.887 C 2065.835,688.515 2063.74,687.935 2063.449,686.951 C 2063.79,688.925 2057.801,687.181 2059.514,690.248 C 2060.368,691.777 2059.825,692.749 2059.52,694.347 C 2059.198,696.043 2060.459,697.628 2060.139,699.335 C 2060.012,700.012 2059.509,700.523 2059.17,701.093 C 2058.753,701.791 2059.017,702.636 2058.538,703.324 C 2057.637,704.622 2057.496,706.617 2057.167,708.131 C 2056.766,709.977 2056.496,711.309 2055.725,713.004 C 2055.45,713.609 2056.03,715.272 2054.878,715.103 C 2056.181,716.677 2054.799,719.59 2055.623,721.493 C 2056.016,722.398 2056.598,723.001 2056.144,723.921 C 2055.631,724.963 2057.526,725.195 2058.072,724.906 C 2059.995,723.888 2061.177,723.867 2061.468,726.48 C 2061.564,727.342 2062.781,733.518 2064.029,731.52 C 2064.791,733.276 2064.917,735.228 2065.497,737.041 C 2066.017,738.662 2066.821,740.373 2066.839,742.104 C 2065.644,741.886 2065.409,736.646 2064.117,737.551 C 2063.188,738.202 2064.573,740.253 2064.937,740.777 C 2065.372,741.4 2065.885,741.88 2066.438,742.387 C 2066.899,742.81 2067.574,742.649 2068.024,743.071 C 2069.067,744.051 2069.268,745.074 2070.991,745.124 C 2072.257,745.16 2073.669,744.658 2074.782,745.509 C 2076.007,746.445 2076.266,748.156 2077.452,749.148 C 2078.706,750.197 2079.515,750.702 2078.888,752.364 C 2078.6,753.126 2078.097,754.674 2077.149,754.875 C 2076.42,755.03 2076.276,753.838 2075.719,753.618 C 2074.259,753.04 2073.448,755.617 2072.514,755.612 C 2070.711,755.603 2071.0953,753.84593 2071.7253,752.85693 C 2072.4113,751.78293 2071.1833,750.79993 2070.3963,750.60593 C 2069.2793,750.33093 2069.789,748.723 2068.36,748.531 C 2067.045,748.355 2066.281,748.3 2065.438,747.198 C 2064.257,745.653 2064.677,748.322 2064.168,749.017 C 2064.058,746.977 2058.961,745.063 2060.998,742.897 C 2059.282,743.927 2059.97,741.254 2059.128,740.738 C 2059.216,741.787 2058.331,741.564 2057.949,740.925 C 2057.457,740.1 2057.567,738.848 2056.853,738.161 C 2056.38,737.706 2055.435,738.299 2055.342,737.552 C 2055.258,736.873 2055.398,736.623 2054.997,736.056 C 2054.393,735.202 2054.465,735.267 2053.569,735.096 C 2053.008,734.99 2053.114,734.069 2052.937,733.682 C 2052.651,733.055 2052.326,732.089 2051.426,732.314 C 2050.466,732.554 2050.863,733.431 2050.557,734.115 C 2048.15,733.619 2048.631,730.017 2048.906,728.279 C 2049.46,724.779 2050.201,721.223 2050.942,717.756 C 2051.229,716.41 2052.338,714.622 2052.322,713.298 C 2052.302,711.742 2052.908,711.653 2053.503,710.267 C 2054.252,708.522 2058.833,703.841 2057.283,701.92 C 2056.62,701.102 2056.067,698.876 2055.829,697.873 C 2055.467,696.345 2054.904,695.826 2054.149,694.534 C 2053.714,693.79 2052.736,691.703 2052.882,690.891 C 2053.236,688.929 2053.152,687.501 2052.352,685.614 C 2051.049,682.543 2048.016,680.687 2046.049,678.061 C 2045.188,676.91 2044.347,675.777 2044.163,674.29 C 2044.059,673.454 2044.305,671.532 2045.516,672.626 C 2045.255,671.608 2046.459,671.826 2046.706,671.112 C 2047.058,670.099 2046.417,667.729 2046.259,666.641 C 2045.997,664.843 2047.405,665.763 2048.04,664.756 C 2048.447,664.11 2048.467,662.713 2047.826,662.185 C 2047.645,662.752 2047.355,663.256 2046.956,663.698 C 2045.742,662.195 2045.393,660.438 2044.876,658.658 C 2044.548,657.525 2042.873,656.404 2042.082,655.522 C 2040.863,654.164 2039.255,652.725 2038.228,651.244 C 2037.66,650.424 2037.924,649.651 2037.654,648.765 C 2037.409,647.966 2036.561,647.332 2036.737,646.418 C 2035.246,646.855 2034.592,644.89 2034.288,643.824" id="path3918"/>
</g>
<g class="landxx coastxx au" id="au" transform="translate(-29.9017, -45.0745)">
<path d="M 2402.638,964.653 C 2403.59,964.072 2402.799,963.148 2402.569,962.423 C 2401.738,963.06 2402.134,963.968 2402.638,964.653" id="path3366"/>
<path d="M 2419.488,980.573 C 2420.168,980.296 2420.117,979.571 2419.778,979.052 C 2419.678,979.559 2419.581,980.065 2419.488,980.573" id="path3368"/>
<path d="M 2308.388,902.813 C 2308.871,901.855 2308.733,900.825 2308.388,899.852 C 2307.603,900.91 2308.061,901.697 2308.388,902.813" id="path3294"/>
<path d="M 2314.078,905.613 C 2314.224,905.469 2314.372,905.326 2314.518,905.182 C 2314.108,904.891 2313.962,905.035 2314.078,905.613" id="path3298"/>
<path d="M 2334.958,909.213 C 2335.238,908.894 2335.527,908.584 2335.828,908.283 C 2335.26,908.306 2334.939,908.643 2334.958,909.213" id="path3310"/>
<path d="M 2335.248,905.763 C 2336.042,905.454 2336.808,904.996 2337.269,904.253 C 2336.715,904.957 2335.671,904.917 2335.248,905.763" id="path3312"/>
<path d="M 2337.908,903.743 C 2339.122,903.042 2340.069,901.547 2340.148,900.142 C 2339.908,901.552 2338.624,902.578 2337.908,903.743" id="path3318"/>
<path d="M 2291.908,907.053 C 2292.291,907.001 2292.65,906.881 2292.988,906.693 C 2292.786,905.943 2291.838,905.847 2291.838,905.029 C 2291.706,904.699 2291.536,904.391 2291.328,904.103 C 2291.383,903.596 2291.359,903.093 2291.258,902.593 C 2290.141,903.009 2289.958,903.732 2289.854,904.823 C 2289.776,905.633 2288.52,906.131 2288.958,906.984 C 2290.022,906.715 2290.869,906.617 2291.908,907.053" id="path3288"/>
<path d="M 2297.958,903.173 C 2297.731,902.204 2296.654,902.187 2296.438,903.173 C 2295.705,902.194 2294.614,903.212 2293.674,902.938 C 2293.278,902.823 2292.056,901.305 2291.765,902.204 C 2291.214,903.908 2293.404,908.101 2295.528,907.623 C 2296.735,907.351 2299.166,905.769 2299.55,904.51 C 2299.716,903.97 2300.687,902.293 2299.247,902.013 C 2298.237,901.815 2297.292,901.895 2297.958,903.173" id="path3290"/>
<path d="M 2347.198,1155.673 C 2347.562,1155.462 2347.853,1155.176 2348.068,1154.814 C 2347.496,1154.784 2347.175,1155.1 2347.198,1155.673" id="path3334"/>
<path d="M 2348.788,1154.883 C 2349.193,1154.814 2350.462,1153.714 2349.623,1153.379 C 2348.903,1153.092 2347.019,1153.477 2347.269,1154.524 C 2347.86,1154.282 2348.366,1154.402 2348.788,1154.883" id="path3336"/>
<path d="M 2290.968,1116.723 C 2291.734,1116.513 2292.308,1115.944 2292.94,1115.499 C 2293.954,1114.786 2294.483,1115.264 2295.559,1115.191 C 2296.434,1115.131 2297.158,1114.094 2295.869,1113.918 C 2295.698,1113.974 2295.575,1114.085 2295.501,1114.253 C 2295.004,1114.651 2294.089,1113.904 2293.56,1113.913 C 2295.441,1112.137 2287.747,1113.577 2287.395,1113.676 C 2286.648,1113.885 2284.494,1115.105 2285.648,1116.145 C 2287.169,1117.517 2289.508,1115.08 2290.968,1116.723" id="path3286"/>
<path d="M 2329.559,1174.394 C 2329.611,1175.178 2330.145,1176.071 2329.128,1176.484 C 2330.385,1176.784 2330.066,1175.264 2330.975,1174.987 C 2332.175,1174.621 2332.828,1176.322 2331.579,1176.774 C 2331.888,1175.17 2330.433,1176.506 2330.517,1177.295 C 2330.618,1178.225 2331.401,1178.07 2331.798,1177.414 C 2331.44,1179.435 2333.523,1175.949 2333.809,1175.474 C 2332.505,1175.347 2333.434,1174.702 2333.997,1174.03 C 2334.69,1173.203 2335.518,1172.507 2336.233,1171.701 C 2336.818,1171.042 2337.173,1170.208 2337.873,1169.645 C 2338.472,1169.163 2339.561,1168.616 2339.719,1167.775 C 2340.077,1168.526 2339.859,1169.388 2339.349,1170.004 C 2340.441,1169.589 2340.665,1168.274 2341.079,1167.334 C 2341.669,1165.998 2342.642,1164.832 2343.402,1163.591 C 2344.424,1161.924 2347.26,1159.072 2345.441,1157.419 C 2344.522,1156.585 2344.237,1158.343 2343.253,1158.155 C 2341.935,1157.904 2341.352,1158.516 2340.244,1159.077 C 2339.73,1159.338 2334.165,1158.48 2335.678,1160.574 C 2334.881,1160.836 2334.642,1160.593 2334.958,1159.844 C 2333.087,1159.74 2331.316,1161.331 2329.561,1159.932 C 2328.939,1159.436 2325.798,1157.932 2326.178,1157.115 C 2325.088,1157.616 2323.057,1157.586 2322.649,1156.175 C 2320.644,1158.18 2320.03,1160.216 2319.149,1162.795 C 2318.451,1164.841 2320.452,1167.985 2318.329,1169.495 C 2318.581,1169.332 2318.845,1169.188 2319.119,1169.065 C 2319.047,1170.102 2319.69,1171.331 2318.549,1172.014 C 2318.795,1171.251 2318.599,1170.472 2318.11,1169.855 C 2315.629,1172.292 2316.996,1175.771 2316.82,1178.645 C 2317.577,1178.2 2318.267,1178.94 2319.049,1178.714 C 2319.462,1179.789 2318.153,1180.063 2317.61,1179.294 C 2317.331,1179.789 2317.067,1180.292 2316.82,1180.804 C 2317.861,1180.61 2319.726,1181.372 2320.56,1180.514 C 2320.675,1183.341 2323.479,1180.409 2324.046,1179.945 C 2324.927,1179.223 2325.103,1178.865 2325.307,1177.908 C 2325.471,1177.143 2326.347,1177.815 2326.11,1178.495 C 2327.543,1178.667 2329.548,1175.634 2329.559,1174.394" id="path3300"/>
<path d="M 2319.908,1150.563 C 2319.701,1150.915 2319.511,1151.274 2319.338,1151.643 C 2320.992,1151.545 2322.916,1149.342 2322.918,1147.658 C 2322.919,1146.256 2321.712,1147.757 2321.528,1147.903 C 2320.796,1148.486 2319.843,1149.549 2319.908,1150.563" id="path3306"/>
<path d="M 2348.208,1150.563 C 2348.154,1151.008 2347.701,1152.822 2348.539,1152.848 C 2350.242,1152.904 2350.25,1151.142 2351.158,1150.273 C 2350.173,1150.111 2350.138,1148.973 2349.508,1148.403 C 2348.697,1148.884 2348.554,1149.771 2348.208,1150.563" id="path3338"/>
<path d="M 2139.048,1095.843 C 2140.988,1095.83 2143.001,1093.706 2143.798,1092.093 C 2144.706,1090.256 2143.619,1087.554 2145.528,1086.193 C 2145.071,1086.555 2144.835,1087.125 2144.958,1087.704 C 2144.976,1087.118 2145.312,1086.841 2145.889,1086.984 C 2145.403,1085.392 2146.66,1083.963 2147.17,1082.651 C 2148.281,1079.792 2147.781,1077.405 2147.299,1074.485 C 2146.852,1071.777 2145.839,1068.797 2146.595,1066.046 C 2147.314,1063.431 2148.565,1059.795 2148.135,1057.098 C 2147.957,1055.98 2147.34,1054.976 2147.304,1053.834 C 2147.267,1052.644 2147.302,1051.597 2146.847,1050.467 C 2146.411,1049.384 2145.407,1048.414 2145.348,1047.219 C 2145.28,1045.847 2145.936,1044.544 2145.993,1043.174 C 2146.104,1040.524 2145.26,1037.741 2143.827,1035.528 C 2143.223,1034.595 2142.499,1033.605 2142.276,1032.493 C 2142.071,1031.473 2142.95,1030.973 2142.869,1030.033 C 2143.101,1030.758 2142.87,1031.484 2142.719,1032.192 C 2143.283,1031.586 2143.496,1030.77 2143.519,1029.963 C 2143.377,1030.973 2143.986,1031.899 2143.799,1032.913 C 2144.152,1030.95 2144.025,1034.032 2143.949,1034.423 C 2144.951,1032.79 2144.412,1034.472 2144.518,1035.143 C 2146.424,1034.116 2147.313,1033.201 2145.723,1031.354 C 2144.636,1030.091 2143.847,1027.018 2145.239,1025.713 C 2145.891,1026.293 2146.343,1027.267 2146.542,1028.102 C 2146.813,1029.239 2145.813,1030.011 2145.89,1031.114 C 2146.802,1031.167 2147.269,1030.308 2147.4,1029.534 C 2147.552,1030.678 2147.17,1031.964 2147.798,1033.017 C 2148.148,1033.601 2149.14,1032.646 2149.266,1032.356 C 2150.101,1030.444 2150.786,1028.73 2149.767,1026.806 C 2148.9,1025.166 2148.978,1023.269 2147.882,1021.776 C 2147.464,1021.207 2147.69,1020.733 2147.69,1020.093 C 2147.691,1018.7 2146.992,1017.454 2146.81,1016.093 C 2146.526,1013.956 2147.795,1011.493 2148.984,1009.794 C 2150.372,1007.81 2151.354,1006.353 2151.87,1003.893 C 2152.107,1002.76 2151.29,1001.899 2151.29,1000.808 C 2151.29,999.658 2152.286,998.727 2152.761,997.751 C 2153.461,996.312 2154.104,993.861 2155.83,993.314 C 2156.029,994.195 2155.627,995.008 2155.318,995.8 C 2154.883,996.914 2155.171,998.149 2154.89,999.293 C 2157.243,998.481 2157.282,997.255 2158.419,995.333 C 2159.589,993.351 2161.537,992.485 2163.634,991.815 C 2166.596,990.87 2168.706,988.836 2171.081,986.908 C 2171.699,986.406 2172.427,985.099 2173.208,984.998 C 2174.956,984.773 2176.323,984.089 2177.499,982.722 C 2177.183,984.701 2179.312,982.956 2180.113,983.065 C 2180.872,983.168 2181.185,983.953 2182.044,983.953 C 2183.141,983.953 2184.179,983.574 2185.113,983.023 C 2187.137,981.83 2188.109,980.478 2190.604,980.483 C 2191.625,980.485 2192.731,980.464 2193.559,979.772 C 2194.497,978.988 2194.846,977.568 2196.294,977.568 C 2198.496,977.568 2199.848,977.936 2202.04,977.356 C 2204.576,976.685 2206.88,976.087 2209.201,974.837 C 2211.072,973.83 2217.983,969.667 2216.597,966.532 C 2217.382,966.613 2217.598,966.212 2217.796,965.554 C 2218.106,964.532 2219.052,964.181 2219.89,963.656 C 2221.112,962.89 2223.84,961.683 2222.574,960.154 C 2221.495,958.852 2222.175,955.185 2222.881,953.84 C 2223.283,953.072 2225.215,950.19 2226.309,951.483 C 2225.629,950.143 2226.641,950.293 2227.505,949.835 C 2228.565,949.274 2228.602,947.2 2230.059,946.512 C 2230.661,947.32 2228.754,949.168 2230.708,949.102 C 2229.34,951.003 2233.099,954.76 2232.868,956.813 C 2233.984,955.369 2233.028,953.038 2233.948,951.623 C 2234.768,952.032 2235.102,952.921 2235.677,953.573 C 2235.568,952.307 2235.376,951.395 2236.608,950.613 C 2235.638,950.944 2233.613,949.008 2234.448,948.092 C 2233.879,948.071 2233.561,947.734 2233.588,947.162 C 2234.645,947.995 2233.963,946.967 2234.909,946.79 C 2236.046,946.577 2234.823,945.309 2234.597,944.852 C 2235.59,944.228 2237.422,944.971 2235.887,945.292 C 2236.459,945.5 2236.829,945.968 2236.537,946.582 C 2237.201,946.404 2237.311,945.461 2237.977,945.397 C 2238.85,945.313 2238.877,945.907 2239.421,946.351 C 2240.102,946.906 2240.513,945.907 2241.238,946.334 C 2242.051,946.813 2242.987,946.208 2243.806,946.722 C 2243.113,945.86 2242.464,946.31 2241.576,946.002 C 2240.342,945.575 2241.255,944.666 2241.356,943.772 C 2241.517,944.019 2241.687,944.259 2241.866,944.493 C 2242.896,943.791 2242.437,942.238 2243.666,941.692 C 2243.049,941.459 2242.609,941.841 2242.437,942.413 C 2241.55,941.477 2240.926,939.506 2242.422,938.804 C 2243.107,938.483 2245.204,937.84 2244.096,936.793 C 2244.884,936.831 2245.463,937.391 2246.07,937.813 C 2246.257,938.094 2246.438,938.377 2246.617,938.664 C 2246.999,938.768 2247.382,938.865 2247.767,938.954 C 2246.651,938.293 2247.483,937.021 2245.827,937.004 C 2246.126,936.487 2246.556,936.128 2247.117,935.924 C 2246.572,936.034 2246.092,936.274 2245.677,936.644 C 2245.616,935.677 2247.972,933.807 2247.837,935.424 C 2247.916,933.78 2249.046,935.856 2250.067,935.644 C 2249.685,934.966 2248.831,934.252 2249.426,933.415 C 2247.256,933.299 2249.809,931.373 2249.926,930.604 C 2250.754,931.481 2251.049,929.971 2251.947,930.535 C 2252.18,929.708 2252.118,928.847 2252.227,928.005 C 2253.303,928.228 2252.864,930.208 2252.227,931.105 C 2253.571,929.568 2252.988,929.46 2254.176,931.255 C 2254.206,930.477 2255.053,930.501 2255.186,929.815 C 2255.268,929.394 2255.586,928.293 2255.756,927.935 C 2256.031,927.355 2257.071,927.397 2256.482,926.535 C 2256.28,926.356 2256.052,926.31 2255.797,926.4 C 2255.54,926.415 2254.815,925.003 2256.187,926.066 C 2255.876,925.191 2257.451,924.531 2256.477,925.925 C 2258.07,924.47 2256.103,927.834 2257.987,927.365 C 2257.603,926.485 2258.457,925.719 2259.287,925.705 C 2258.808,926.351 2259.325,926.944 2259.717,927.434 C 2260.404,926.662 2261.828,926.352 2262.238,925.344 C 2262.561,924.55 2261.285,924.19 2262.741,923.589 C 2263.566,923.249 2263.954,925.329 2265.254,925.365 C 2266.365,925.396 2266.49,925.956 2267.259,926.763 C 2268.235,927.789 2268.768,929.135 2269.729,930.173 C 2270.304,930.795 2271.178,931.557 2271.098,932.5 C 2271.009,933.544 2270.378,934.487 2270.202,935.528 C 2270.038,936.5 2270.029,937.947 2269.229,938.663 C 2270.139,938.213 2269.516,937.11 2270.159,936.642 C 2271.024,936.012 2271.286,937.389 2271.388,937.942 C 2271.799,936.939 2270.561,935.972 2271.029,934.993 C 2271.604,933.791 2272.23,935.078 2273.119,934.703 C 2272.265,931.241 2279.11,932.463 2278.369,935.852 C 2279.53,935.409 2279.064,934.043 2279.089,933.123 C 2280.699,933.261 2281.21,936.458 2282.549,936.143 C 2282.244,935.386 2281.439,933.984 2282.38,933.309 C 2283.039,932.836 2283.921,933.226 2284.56,932.614 C 2283.301,932.784 2282.54,932.402 2282.12,931.174 C 2282.683,931.144 2283.187,930.953 2283.63,930.604 C 2282.514,930.947 2280.02,930.065 2280.932,928.538 C 2281.303,927.915 2281.477,926.982 2282.04,926.495 C 2282.536,926.066 2283.649,926.361 2283.915,925.64 C 2284.344,924.469 2284.55,923.01 2285.138,921.924 C 2285.682,920.919 2286.12,922.048 2286.83,921.476 C 2287.29,921.105 2288.45,919.78 2289.1,920.165 C 2288.504,919.542 2287.767,918.41 2287.941,917.498 C 2288.234,915.954 2288.856,917.186 2289.539,916.078 C 2289.995,915.339 2289.809,914.596 2290.688,914.084 C 2291.321,913.716 2291.739,914.784 2292.481,914.615 C 2291.696,914.302 2291.447,912.128 2292.34,911.815 C 2293.284,911.484 2293.932,913.69 2294.79,913.894 C 2293.878,913.213 2293.729,910.724 2295.43,911.524 C 2295.64,910.915 2295.196,910.179 2295.964,909.87 C 2296.75,909.554 2297.033,910.708 2297.521,909.505 C 2298.714,912.272 2305.947,909.406 2306.09,911.085 C 2306.086,909.894 2307.331,909.033 2308.39,909.725 C 2307.273,908.541 2308.558,906.753 2308.25,905.406 C 2307.781,903.349 2305.802,903.64 2304.29,904.326 C 2304.335,903.346 2303.106,902.904 2302.556,902.454 C 2302.2,902.162 2303.758,901.202 2303.861,900.935 C 2304.573,901.491 2304.721,902.363 2304.941,903.175 C 2305.393,902.492 2305.481,901.666 2305.081,900.935 C 2305.502,901.774 2306.047,901.838 2306.521,901.005 C 2306.772,902.089 2308.435,903.33 2309.041,904.325 C 2309.494,903.74 2310.888,903.678 2310.481,902.665 C 2311.397,903.303 2311.777,906.083 2312.861,906.074 C 2313.821,906.065 2315.13,905.949 2315.021,907.054 C 2316.097,907.095 2316.874,905.754 2317.97,906.124 C 2316.105,907.518 2320.298,907.208 2319.7,909.144 C 2320.408,907.842 2320.574,908.778 2321.556,908.963 C 2322.672,909.172 2323.284,908.294 2324.31,908.134 C 2324.568,910.425 2326.773,910.103 2328.27,910.584 C 2327.127,908.772 2332.111,909.656 2330.499,908.134 C 2331.429,907.901 2332.881,907.661 2332.879,906.414 C 2333.54,907.336 2332.262,907.956 2331.65,908.353 C 2333.02,908.353 2331.96,908.809 2331.457,909.379 C 2330.976,909.925 2330.807,910.5 2331.22,911.163 C 2331.718,910.461 2332.36,909.654 2333.311,909.642 C 2332.354,910.657 2333.541,910.083 2333.503,911.243 C 2333.491,911.603 2333.547,912.148 2333.979,912.268 C 2334.885,912.522 2335.797,911.241 2336.111,910.582 C 2333.522,910.54 2337.657,907.966 2338.131,907.492 C 2336.882,908.148 2337.876,910.461 2338.921,910.802 C 2338.269,909.623 2339.689,909.82 2340.052,910.32 C 2340.361,910.743 2340.082,911.403 2339.891,911.806 C 2339.22,913.22 2337.88,915.186 2336.402,915.772 C 2336.866,916.202 2337.225,916.705 2337.482,917.283 C 2337.228,917.098 2336.964,916.928 2336.692,916.772 C 2336.436,917.891 2336.357,918.91 2335.181,919.442 C 2335.165,918.961 2335.189,918.481 2335.251,918.003 C 2334.707,918.334 2334.228,918.741 2333.812,919.223 C 2333.723,917.494 2332.662,919.174 2332.662,919.803 C 2332.446,918.244 2330.832,920.119 2331.802,921.023 C 2329.645,920.612 2331.19,924.73 2332.372,922.753 C 2331.304,924.983 2330.262,926.982 2328.832,928.996 C 2328.224,929.854 2327.609,930.748 2326.836,931.468 C 2325.949,932.295 2325.459,931.98 2326.197,933.431 C 2327.199,935.401 2329.502,936.087 2330.799,937.789 C 2331.559,938.785 2332.051,939.707 2333.137,940.392 C 2333.898,940.872 2334.639,941.477 2334.313,942.484 C 2335.136,942.167 2335.977,942.84 2336.552,941.904 C 2337.341,943.139 2338.706,943.742 2339.942,944.421 C 2341.522,945.291 2342.243,946.514 2343.326,947.886 C 2345.197,950.255 2347.923,949.412 2350.222,951.066 C 2351.448,951.948 2350.52,953.753 2351.634,954.649 C 2352.242,955.14 2353.058,955.1 2353.632,955.687 C 2354.234,956.301 2354.96,956.703 2355.657,957.199 C 2357.787,958.713 2362.425,957.258 2363.684,954.973 C 2365.491,951.695 2367.821,948.447 2369.15,944.92 C 2369.915,942.894 2370.489,940.803 2371.241,938.773 C 2372.042,936.614 2372.974,934.977 2372.819,932.6 C 2372.697,930.741 2372.813,929.624 2373.481,927.938 C 2374.157,926.231 2372.602,924.726 2373.497,922.855 C 2374.223,921.338 2375.704,920.127 2375.242,918.331 C 2374.713,916.271 2376.469,916.172 2376.873,914.475 C 2377.309,914.885 2377.525,915.388 2377.523,915.986 C 2377.502,915.409 2377.866,914.972 2378.382,914.765 C 2378.094,914.728 2376.58,913.086 2376.432,912.745 C 2376.19,912.955 2375.953,913.171 2375.722,913.394 C 2375.558,912.575 2376.12,911.468 2376.666,910.896 C 2376.869,910.649 2377.128,910.521 2377.442,910.514 C 2377.041,909.721 2377.528,908.945 2378.022,908.354 C 2378.183,908.914 2378.588,909.199 2379.171,909.075 C 2379.066,906.05 2380.898,903.778 2381.261,900.865 C 2381.378,899.921 2381.376,899.298 2382.407,898.881 C 2383.377,898.489 2383.84,896.774 2385.071,897.625 C 2384.713,898.099 2384.402,898.602 2384.14,899.135 C 2384.393,898.974 2384.657,898.83 2384.93,898.705 C 2385.23,899.62 2386.141,900.057 2385.97,901.09 C 2385.895,901.513 2385.939,901.925 2386.102,902.327 C 2386.391,903.266 2385.941,903.261 2385.941,904.099 C 2385.941,904.989 2385.757,905.905 2385.91,906.79 C 2386.108,907.938 2387.891,907.809 2388.681,908.214 C 2387.243,909.276 2386.781,910.388 2387.91,911.641 C 2389.113,912.974 2388.912,914.095 2388.532,915.774 C 2390.134,915.46 2389.337,922.228 2388.995,923.037 C 2388.579,924.02 2389.171,924.768 2389.475,925.682 C 2389.832,926.751 2389.278,927.891 2389.761,928.945 C 2390.618,930.812 2392.967,929.64 2393.211,928.006 C 2394.669,929.823 2395.36,925.662 2396.026,929.583 C 2396.179,930.488 2398.024,931.576 2398.629,932.429 C 2398.705,932.537 2400.801,933.896 2400.991,933.916 C 2400.525,934.66 2399.147,936.115 2400.631,936.645 C 2398.652,939.046 2401.046,941.668 2400.118,944.27 C 2399.548,945.88 2399.22,946.702 2400.06,948.175 C 2400.485,948.918 2401.75,950.332 2401.201,951.265 C 2401.641,950.892 2402.147,950.676 2402.721,950.616 C 2402.338,952.136 2402.093,952.748 2402.495,954.333 C 2402.796,955.515 2402.782,956.758 2402.602,957.96 C 2402.405,959.292 2401.707,960.154 2401.182,961.341 C 2400.546,962.777 2402.172,963.097 2402.065,964.246 C 2401.98,965.152 2403.254,964.464 2402.854,965.617 C 2402.505,966.62 2401.426,967.417 2402.051,968.563 C 2402.419,969.236 2403.628,970.672 2404.508,970.591 C 2405.326,970.516 2406.039,972.542 2406.89,970.925 C 2406.795,972.814 2409.877,973.116 2409.561,971.855 C 2410.052,972.919 2409.754,975.837 2411.14,976.255 C 2411.167,975.69 2411.506,975.349 2412.071,975.316 C 2411.641,976.807 2413.299,976.918 2414.339,977.302 C 2415.193,977.617 2414.181,979.477 2415.852,978.973 C 2416.217,978.863 2415.933,978.232 2416.279,978.09 C 2417.008,977.791 2416.92,978.938 2416.996,979.244 C 2417.161,979.901 2417.91,979.533 2418.212,980.13 C 2418.555,980.809 2418.511,981.613 2418.842,982.296 C 2418.467,981.546 2417.464,981.415 2417.098,982.254 C 2416.634,983.318 2418.043,984.467 2417.332,985.465 C 2421.23,984.065 2418.393,991.058 2421.072,991.005 C 2420.15,992.074 2420.19,993.799 2420.316,995.115 C 2420.423,996.22 2421.499,998.141 2420.641,999.145 C 2422.055,998.568 2422.241,998.993 2422.881,1000.225 C 2423.525,998.948 2422.752,997.528 2423.741,996.335 C 2424.919,997.388 2425.501,998.982 2426.911,999.795 C 2427.116,999.394 2426.941,998.599 2427.271,998.285 C 2427.895,997.69 2428.375,998.147 2428.439,998.849 C 2428.604,1000.717 2428.409,1001.883 2427.799,1003.633 C 2427.438,1004.673 2427.723,1005.733 2427.384,1006.81 C 2426.703,1008.974 2428.194,1007.589 2428.85,1008.935 C 2428.655,1008.414 2428.728,1007.934 2429.071,1007.496 C 2430.667,1008.008 2430.559,1011.841 2428.991,1009.225 C 2429.165,1010.374 2432.451,1014.185 2432.451,1012.175 C 2434.089,1013.496 2433.69,1015.427 2434.541,1017.145 C 2434.942,1017.956 2435.817,1018.129 2436.341,1018.805 C 2436.957,1019.601 2436.541,1020.566 2436.682,1021.479 C 2436.988,1023.466 2438.964,1022.709 2438.721,1024.635 C 2438.628,1025.362 2437.925,1025.867 2437.779,1026.583 C 2437.582,1027.551 2438.52,1028.112 2438.072,1029.246 C 2438.295,1028.989 2438.535,1028.748 2438.792,1028.525 C 2439.883,1029.421 2438.154,1030.643 2437.852,1031.475 C 2437.311,1032.962 2436.84,1034.767 2436.583,1036.33 C 2436.389,1037.516 2436.699,1038.575 2435.687,1039.374 C 2434.591,1040.24 2434.679,1041.066 2435.445,1042.14 C 2435.965,1042.869 2435.851,1044.896 2435.668,1045.765 C 2435.545,1046.347 2435.303,1046.955 2435.327,1047.56 C 2435.352,1048.22 2435.853,1048.618 2435.692,1049.332 C 2434.909,1052.784 2433.293,1054.989 2431.31,1057.837 C 2429.177,1060.9 2428.001,1064.416 2425.646,1067.397 C 2423.662,1069.908 2423.52,1072.913 2421.58,1075.409 C 2420.638,1076.621 2419.843,1077.974 2418.842,1079.135 C 2417.851,1080.284 2416.291,1080.895 2415.508,1082.222 C 2415.006,1083.074 2414.769,1084.647 2414.092,1085.335 C 2413.688,1085.745 2412.995,1085.711 2412.535,1086.038 C 2411.686,1086.639 2410.849,1087.536 2409.772,1087.705 C 2411.632,1087.883 2408.619,1088.601 2408.136,1088.753 C 2406.859,1089.153 2405.7,1090.322 2404.882,1091.338 C 2404.301,1092.058 2403.318,1092.349 2402.714,1093.056 C 2401.875,1094.04 2402.073,1095.098 2400.341,1094.906 C 2400.218,1095.552 2400.385,1095.769 2400.841,1095.555 C 2400.302,1096.329 2399.889,1097.214 2399.349,1097.972 C 2398.922,1098.575 2398.288,1098.374 2397.855,1099.09 C 2396.968,1100.559 2395.247,1101.034 2394.465,1102.601 C 2394.069,1103.394 2394.204,1103.141 2393.564,1103.27 C 2393.543,1103.275 2393.132,1104.668 2392.921,1104.9 C 2392.556,1105.302 2390.433,1107.177 2391.631,1107.645 C 2391.278,1108.216 2390.812,1108.869 2390.692,1107.645 C 2390.187,1108.101 2390.4,1109.063 2389.625,1109.177 C 2388.664,1109.319 2388.178,1109.6 2387.512,1110.354 C 2385.84,1112.248 2384.016,1114.068 2382.483,1116.076 C 2381.172,1117.794 2380.251,1119.856 2378.924,1121.589 C 2378.169,1122.574 2376.671,1125.247 2375.572,1125.726 C 2376.61,1125.956 2375.656,1127.535 2375.369,1127.984 C 2375.103,1128.396 2374.801,1128.807 2374.439,1129.142 C 2373.877,1129.663 2373.284,1129.213 2372.739,1129.496 C 2371.061,1130.368 2370.23,1131.446 2368.113,1131.699 C 2365.864,1131.968 2363.592,1131.747 2361.341,1131.965 C 2356.788,1132.403 2352.984,1135.168 2349.337,1137.69 C 2347.672,1138.841 2345.93,1139.413 2343.903,1139.581 C 2341.922,1139.745 2342.446,1139.364 2342.091,1141.277 C 2342.535,1140.901 2343.038,1140.638 2343.601,1140.487 C 2343.349,1141.459 2342.456,1142.787 2341.522,1143.216 C 2341.474,1142.577 2341.718,1141.545 2341.276,1141.001 C 2340.59,1140.155 2340.17,1141.09 2339.351,1141.136 C 2339.552,1140.404 2339.477,1139.642 2339.572,1138.897 C 2338.643,1139.098 2337.991,1139.608 2337.824,1138.389 C 2337.643,1137.069 2338.798,1137.038 2339.227,1135.957 C 2339.844,1134.404 2336.298,1136.661 2336.116,1136.816 C 2334.662,1138.051 2334.088,1137.565 2333.312,1136.166 C 2334.284,1137.245 2335.496,1136.028 2336.261,1135.376 C 2337.514,1134.309 2336.916,1133.615 2336.982,1132.206 C 2335.093,1132.527 2333.416,1133.848 2331.801,1134.796 C 2332.534,1135.033 2333.294,1134.643 2333.961,1135.156 C 2333.304,1136.09 2331.944,1135.825 2331.001,1136.166 C 2329.646,1136.656 2328.103,1137.457 2326.972,1138.354 C 2325.838,1139.253 2324.643,1139.715 2323.368,1140.36 C 2322.313,1140.893 2322.1,1140.005 2320.994,1139.444 C 2319.08,1138.474 2317.873,1136.393 2315.608,1136.706 C 2314.346,1136.88 2313.789,1135.438 2312.497,1135.687 C 2311.775,1135.826 2311.608,1136.346 2311.007,1136.628 C 2310.564,1136.836 2309.955,1136.57 2309.482,1136.666 C 2311.421,1134.439 2305.695,1133.877 2305.013,1132.907 C 2304.328,1131.934 2303.979,1130.639 2303.974,1129.458 C 2303.97,1128.711 2302.843,1128.241 2303.029,1126.909 C 2303.355,1124.555 2305.522,1123.458 2306.022,1121.336 C 2306.822,1117.939 2305.599,1115.046 2303.501,1112.406 C 2305.302,1113.621 2306.237,1115.834 2306.381,1117.945 C 2306.7,1116.518 2306.235,1115.301 2305.415,1114.136 C 2304.873,1113.364 2303.8,1111.842 2305.591,1111.975 C 2305.551,1112.48 2305.501,1112.983 2305.442,1113.486 C 2306.321,1113.328 2306.182,1112.833 2306.25,1112.14 C 2306.332,1111.306 2307.719,1111.514 2307.313,1110.675 C 2306.854,1109.726 2303.782,1110.841 2304.512,1111.975 C 2304.149,1111.867 2301.732,1111.593 2303.792,1112.255 C 2302.068,1112.081 2298.857,1114.388 2297.382,1112.835 C 2298.121,1111.812 2299.468,1111.262 2300.519,1110.634 C 2301.464,1110.07 2302.041,1108.857 2302.515,1107.913 C 2303.774,1105.407 2303.597,1102.674 2302.993,1099.944 C 2302.343,1100.342 2302.312,1101.065 2301.806,1101.571 C 2301.243,1102.135 2300.599,1102.621 2300.122,1103.269 C 2299.148,1104.596 2298.287,1106.067 2297.428,1107.471 C 2296.487,1109.012 2296.271,1108.731 2294.637,1108.571 C 2293.087,1108.42 2291.46,1110.016 2289.752,1109.955 C 2290.016,1109.006 2291.037,1107.928 2291.762,1107.295 C 2292.982,1106.228 2294.561,1107.617 2295.748,1106.5 C 2297.819,1104.552 2297.691,1101.093 2299.619,1098.929 C 2300.689,1097.728 2301.327,1096.908 2302.739,1096.098 C 2304.395,1095.149 2303.78,1093.999 2304.302,1092.488 C 2304.595,1091.637 2305.534,1091.497 2306.176,1091.026 C 2306.382,1090.876 2306.199,1089.736 2306.194,1089.545 C 2306.179,1089.046 2306.994,1086.716 2306.228,1086.372 C 2305.914,1086.231 2305.467,1088.588 2305.35,1088.819 C 2304.729,1090.043 2302.849,1090.832 2301.901,1091.873 C 2300.974,1092.891 2300.148,1093.995 2299.181,1094.976 C 2298.763,1095.4 2298.345,1096.088 2297.742,1096.276 C 2297.221,1096.437 2296.734,1095.981 2296.232,1096.136 C 2295.298,1096.427 2294.265,1097.61 2293.197,1098.001 C 2291.644,1098.571 2290.467,1099.807 2289.348,1100.972 C 2288.938,1101.399 2287.408,1103.443 2286.871,1103.331 C 2285.345,1103.014 2285.07,1105.25 2284.201,1105.926 C 2284.702,1105.717 2285.208,1105.524 2285.721,1105.346 C 2285.097,1105.992 2285.01,1106.956 2284.351,1107.576 C 2283.867,1106.099 2282.515,1107.071 2281.925,1105.892 C 2281.506,1105.057 2281.057,1103.214 2279.741,1103.975 C 2280.075,1103.417 2280.52,1102.925 2281.041,1102.536 C 2280.863,1103.487 2282.056,1104.278 2282.245,1102.992 C 2282.461,1101.515 2282.841,1100.039 2282.841,1098.537 C 2282.841,1097.131 2280.919,1096.236 2281.53,1094.77 C 2281.77,1094.194 2282.163,1093.583 2281.839,1092.95 C 2281.581,1092.449 2281.267,1092.159 2281.681,1091.596 C 2280.989,1092.174 2280.484,1091.468 2279.718,1091.67 C 2278.624,1091.959 2279.089,1091.189 2278.881,1090.726 C 2278.774,1090.488 2278.216,1089.235 2278.379,1089.03 C 2278.603,1088.748 2280.035,1086.635 2279.601,1088.426 C 2280.285,1087.932 2280.978,1086.838 2280.402,1086.009 C 2279.729,1085.04 2278.63,1085.869 2277.801,1086.046 C 2277.957,1085.558 2278.713,1084.895 2278.664,1084.373 C 2278.6,1083.682 2277.858,1083.324 2277.792,1082.596 C 2277.758,1082.232 2275.406,1083.26 2275.323,1083.25 C 2273.843,1083.075 2272.696,1081.796 2271.38,1081.21 C 2269.911,1080.557 2269.807,1082.148 2268.679,1081.948 C 2265.81,1081.437 2264.637,1077.484 2261.606,1077.151 C 2260.589,1077.039 2259.808,1077.634 2258.906,1077.956 C 2257.808,1078.347 2256.568,1077.868 2255.441,1077.858 C 2252.606,1077.833 2249.274,1077.969 2246.502,1078.573 C 2241.371,1079.692 2236.826,1082.641 2231.609,1083.687 C 2229.098,1084.19 2226.842,1084.1 2224.318,1083.868 C 2221.241,1083.585 2219.613,1084.877 2216.998,1086.205 C 2214.859,1087.291 2212.377,1088.731 2210.062,1089.351 C 2207.58,1090.015 2205.929,1090.167 2204.331,1092.391 C 2203.109,1094.091 2201.898,1095.711 2200.215,1096.996 C 2199.913,1097.226 2198.57,1098.404 2198.165,1098.208 C 2197.06,1097.674 2196.479,1098.742 2195.352,1098.936 C 2196.041,1097.162 2190.629,1097.826 2189.85,1098.135 C 2188.549,1098.653 2188.326,1099.465 2187.78,1097.683 C 2187.766,1097.637 2184.156,1097.405 2183.704,1097.35 C 2181.727,1097.111 2179.385,1097.685 2177.443,1098.055 C 2175.981,1098.334 2174.713,1098.204 2173.271,1098.432 C 2171.431,1098.722 2167.285,1099.605 2167.783,1102.256 C 2167.359,1102.038 2166.059,1102.827 2165.594,1103.108 C 2164.919,1103.513 2164.253,1102.608 2163.512,1102.717 C 2162.772,1102.826 2162.235,1103.477 2161.714,1103.948 C 2161.151,1104.458 2160.635,1104.627 2159.916,1104.898 C 2158.869,1105.292 2158.672,1105.893 2157.862,1106.52 C 2156.778,1107.359 2155.192,1107.772 2153.813,1107.725 C 2155.582,1108.495 2151.823,1108.149 2151.137,1108.08 C 2148.727,1107.84 2146.365,1107.986 2143.952,1107.505 C 2144.043,1107.264 2144.137,1107.025 2144.232,1106.785 C 2142.136,1107.137 2141.172,1105.354 2140.305,1103.942 C 2139.593,1102.784 2137.698,1100.425 2136.242,1101.964 C 2134.979,1100.62 2136.591,1094.337 2139.048,1095.843" id="path3348"/>
<path d="M 2307.748,906.043 C 2307.651,905.806 2307.555,905.57 2307.458,905.333 C 2308.299,905.415 2308.337,905.503 2307.748,906.043" id="path3350"/>
<path d="M 2381.758,897.843 C 2382.406,897.498 2382.594,896.913 2381.979,896.404 C 2381.388,896.757 2381.225,897.337 2381.758,897.843" id="path3956"/>
<path d="M 2381.979,892.803 C 2382.265,892.583 2382.432,892.293 2382.479,891.933 C 2381.681,891.85 2381.514,892.14 2381.979,892.803" id="path3958"/>
<path d="M 2382.988,893.453 C 2383.196,893.123 2383.29,892.763 2383.268,892.373 C 2382.517,892.52 2382.445,892.931 2382.988,893.453" id="path3960"/>
</g>
<g class="landxx coastxx pg" id="pg" transform="translate(-29.9017, -45.0745)">
<path d="M 2394.508,880.203 C 2394.857,878.745 2392.539,878.133 2391.559,877.823 C 2392.621,878.473 2393.686,879.261 2394.508,880.203" id="path3962"/>
<path d="M 2394.218,878.113 C 2395.179,877.129 2393.289,876.963 2392.708,877.533 C 2393.179,877.812 2393.682,878.005 2394.218,878.113" id="path3964"/>
<path d="M 2395.148,877.683 C 2395.257,877.102 2394.876,876.908 2394.358,876.963 C 2394.606,877.219 2394.87,877.459 2395.148,877.683" id="path3966"/>
<path d="M 2395.658,874.733 C 2395.776,874.226 2395.536,874.152 2394.938,874.512 C 2395.179,874.586 2395.418,874.66 2395.658,874.733" id="path3968"/>
<path d="M 2397.888,872.353 C 2397.828,871.943 2397.588,871.704 2397.168,871.633 C 2397.408,871.873 2397.647,872.113 2397.888,872.353" id="path3970"/>
<path class="landxx pg" d="M 2374.198,883.653 L 2375.638,865.373 C 2375.531,864.123 2374.424,863.498 2374.702,862.129 C 2374.935,860.98 2375.58,859.59228 2376.015,858.62228 L 2377.7094,827.14746 C 2378.8114,827.59546 2381.144,828.331 2382.201,828.871 C 2385.147,830.376 2387.845,832.51 2391.089,833.364 C 2392.689,833.785 2394.35,833.551 2395.892,834.217 C 2397.672,834.986 2398.822,836.462 2400.421,837.457 C 2401.686,838.244 2401.923,837.351 2402.922,837.541 C 2404.183,837.781 2404.221,839.173 2405.412,839.447 C 2406.796,839.765 2407.063,841.269 2407.921,842.118 C 2408.809,842.997 2410.112,842.712 2411.091,843.66 C 2412.157,844.694 2413.011,846.072 2413.265,847.55 C 2413.487,848.84 2412.454,849.886 2412.607,850.967 C 2412.83,852.548 2416.666,852.862 2417.825,853.288 C 2418.994,853.718 2420.342,854.602 2421.428,855.213 C 2421.956,855.51 2422.172,856.064 2422.798,856.223 C 2423.531,856.409 2424.227,856.005 2424.958,856.223 C 2426.733,856.751 2429.426,860.681 2427.921,862.435 C 2426.733,863.821 2423.716,862.657 2422.178,862.738 C 2419.748,862.866 2422.09,867.852 2422.824,868.944 C 2423.683,870.224 2425.072,871.13 2425.991,872.41 C 2426.576,873.223 2428.173,874.702 2429.348,874.223 C 2429.246,875.411 2429.463,877.392 2429.82,878.529 C 2430.009,879.135 2430.401,879.365 2430.897,879.662 C 2431.602,880.082 2431.339,881.091 2431.467,881.773 C 2431.85,883.823 2433.514,883.491 2435.022,882.901 C 2436.094,882.481 2437.942,882.359 2437.191,884.021 C 2435.973,886.715 2437.053,887.54 2439.794,887.678 C 2440.314,887.704 2442.338,887.521 2442.417,888.326 C 2442.504,889.21 2440.447,889.316 2439.939,889.633 C 2440.396,890.172 2440.594,890.909 2441.159,891.363 C 2441.87,891.935 2443.032,892.019 2443.845,892.529 C 2445.083,893.306 2446.944,893.722 2448.36,893.233 C 2447.635,893.55 2446.664,894.275 2445.831,894.126 C 2445.174,894.009 2444.456,893.595 2444.33,894.603 C 2445.908,895.013 2447.691,895.803 2445.326,896.534 C 2443.754,897.019 2441.595,897.606 2440.73,895.534 C 2441.256,895.68 2441.712,895.56 2442.099,895.174 C 2441.634,894.911 2441.227,894.985 2440.879,895.394 C 2440.775,893.906 2438.542,894.026 2437.509,893.944 C 2435.719,893.803 2433.927,892.855 2432.089,893.164 C 2432.155,892.899 2432.23,892.636 2432.31,892.374 C 2431.556,892.717 2430.726,892.942 2429.892,892.808 C 2429.299,892.713 2428.14,891.682 2427.591,892.038 C 2426.231,892.924 2425.32,891.118 2424.459,891.934 C 2424.228,891.012 2423.02,890.648 2423.02,889.634 C 2423.02,888.852 2422.435,887.858 2421.982,887.255 C 2421.468,886.57 2420.478,887.092 2419.954,886.331 C 2419.527,885.711 2418.518,884.184 2419.2,883.443 C 2416.748,883.127 2417.13,882.005 2416.481,880.343 C 2415.869,878.774 2414.505,875.134 2412.862,874.455 C 2412.325,874.233 2411.894,873.791 2411.452,873.43 C 2410.853,872.942 2409.916,873.424 2409.219,873.334 C 2408.177,873.2 2407.113,872.493 2406.03,872.283 C 2404.106,871.909 2404.917,871.553 2404.591,870.193 C 2404.6,871.388 2403.38,870.767 2403.071,870.124 C 2402.925,871.62 2402.113,870.313 2402.211,869.693 C 2401.847,870.346 2401.613,870.982 2401.272,869.693 C 2401.279,870.389 2401.328,871.083 2401.421,871.773 C 2401.07,871.294 2400.613,870.961 2400.051,870.773 C 2399.806,874.016 2395.962,869.242 2395.522,869.044 C 2396.048,870.67 2397.168,872.064 2397.391,873.794 C 2397.097,873.709 2396.808,873.612 2396.522,873.504 C 2396.91,875.37 2393.895,873.115 2392.992,873.004 C 2393.382,873.632 2395.583,875.293 2394.242,875.853 C 2393.351,876.225 2392.36,876.186 2391.427,876.351 C 2390.649,876.489 2389.918,876.84 2389.127,876.544 C 2388.506,876.312 2388.006,876.081 2387.329,876.245 C 2386.275,876.501 2385.615,877.037 2385.152,875.664 C 2385.201,876.676 2385.617,877.031 2386.574,876.81 C 2387.906,876.502 2388.859,876.863 2390.01,877.593 C 2392.219,878.994 2393.944,881.633 2390.928,882.917 C 2389.581,883.491 2388.133,885.038 2386.651,885.158 C 2385.245,885.272 2384.053,883.976 2382.484,884.118 C 2380.737,884.277 2378.89,884.718 2377.203,883.95 C 2376.065,883.433 2375.104,885.284 2374.198,883.653" id="path3954"/>
<path d="M 2414.598,845.853 C 2415.477,845.491 2415.63,844.539 2415.029,843.843 C 2414.255,844.243 2413.68,845.222 2414.598,845.853" id="path3972"/>
<path d="M 2423.229,851.833 C 2424.625,851.754 2423.974,849.632 2422.884,849.653 C 2422.078,849.669 2422.949,851.58 2423.229,851.833" id="path3974"/>
<path d="M 2429.568,855.293 C 2430.657,854.454 2430.334,852.257 2428.778,852.263 C 2426.876,852.27 2429.013,854.813 2429.568,855.293" id="path3976"/>
<path d="M 2429.348,824.973 C 2429.965,825.14 2430.089,824.9 2429.718,824.253 C 2429.595,824.493 2429.471,824.733 2429.348,824.973" id="path3978"/>
<path d="M 2436.269,856.153 C 2436.742,856.776 2437.551,857.043 2437.848,857.813 C 2438.776,857.144 2440.166,856.855 2441.044,857.824 C 2441.676,858.521 2441.633,859.253 2442.818,859.137 C 2444.365,858.986 2445.923,859.324 2447.461,859.02 C 2449.481,858.62 2450.558,856.687 2452.288,856.721 C 2454.068,856.757 2456.463,854.259 2456.208,852.483 C 2457.213,852.602 2462.023,853.278 2461.317,850.794 C 2461.197,850.368 2459.525,847.431 2460.958,847.728 C 2463.315,848.217 2463.919,845.679 2463.92,843.882 C 2463.92,843.218 2464.109,842.459 2463.407,842.138 C 2462.734,841.83 2461.965,841.514 2462.758,840.743 C 2462.102,840.995 2460.634,842.596 2459.968,841.636 C 2459.264,840.622 2457.411,840.664 2457.589,842.203 C 2457.758,843.668 2458.563,844.912 2458.329,846.473 C 2458.096,848.03 2455.9,847.208 2454.814,848.083 C 2453.638,849.031 2453.447,850.518 2452.538,851.646 C 2452.157,852.119 2451.434,852.087 2450.909,852.229 C 2449.713,852.553 2449.912,852.069 2448.783,851.869 C 2447.922,851.717 2446.908,853.326 2446.234,852.401 C 2445.337,851.171 2445.384,849.208 2446.847,848.453 C 2445.602,847.112 2444.518,850.843 2444.867,851.426 C 2445.508,852.498 2440.413,853.016 2439.868,852.983 C 2439.16,852.941 2438.795,852.595 2438.164,852.337 C 2437.316,851.991 2436.962,852.486 2436.184,852.431 C 2435.495,852.382 2433.755,852.738 2433.393,852.182 C 2432.808,851.287 2431.809,853.457 2432.731,854.406 C 2433.381,855.074 2434.056,854.877 2434.829,855.212 C 2435.4,855.461 2435.602,856.055 2436.269,856.153" id="path3982"/>
<path d="M 2442.098,845.493 C 2442.252,844.839 2442.013,844.769 2441.378,845.283 C 2441.618,845.353 2441.857,845.423 2442.098,845.493" id="path3984"/>
<path d="M 2444.618,818.493 C 2445.404,817.767 2443.964,816.062 2443.222,816.717 C 2442.764,817.121 2444.32,818.343 2444.618,818.493" id="path3986"/>
<path d="M 2444.908,887.043 C 2445.182,886.513 2445.246,883.674 2443.948,884.407 C 2442.389,885.287 2444.156,886.564 2444.908,887.043" id="path3988"/>
<path d="M 2448.648,888.692 C 2450.181,887.092 2448.019,886.307 2446.818,885.855 C 2444.668,885.046 2446.85,887.307 2445.628,888.043 C 2446.483,887.729 2447.996,888.06 2448.648,888.692" id="path3990"/>
<path d="M 2446.488,826.343 C 2447.107,826.913 2447.518,827.652 2448.427,827.783 C 2449.37,827.919 2450.49,827.33 2449.785,826.246 C 2449.175,825.305 2446.649,824.753 2446.488,826.343" id="path3992"/>
<path d="M 2447.998,896.833 C 2449.166,894.916 2445.887,896.734 2447.998,896.833" id="path3994"/>
<path d="M 2448.798,891.143 C 2449.012,891.143 2449.225,891.143 2449.439,891.143 C 2448.512,891.753 2450.093,892.296 2450.514,892.446 C 2451.562,892.818 2451.989,891.153 2451.309,890.573 C 2450.936,890.781 2450.7,891.092 2450.598,891.503 C 2449.382,891.069 2448.92,889.641 2447.859,888.983 C 2448.281,889.646 2448.695,890.346 2448.798,891.143" id="path3996"/>
<path d="M 2448.358,897.043 C 2448.554,896.706 2448.844,896.493 2449.227,896.403 C 2448.66,896.202 2448.336,896.442 2448.358,897.043" id="path3998"/>
<path d="M 2451.598,881.063 C 2451.133,880.129 2451.405,878.375 2451.819,877.462 C 2451.006,877.596 2450.378,878.752 2451.598,878.832 C 2451.303,879.595 2450.622,880.46 2451.598,881.063" id="path4000"/>
<path d="M 2452.248,830.453 C 2452.737,830.365 2453.218,830.242 2453.688,830.083 C 2453.15,829.767 2452.589,829.963 2452.248,830.453" id="path4002"/>
<path d="M 2466.358,838.013 C 2465.307,837.865 2464.888,836.1 2464.261,835.422 C 2463.284,834.365 2461.487,832.719 2460.144,832.178 C 2458.729,831.608 2457.955,830.092 2456.534,829.518 C 2456.013,829.309 2455.646,829.878 2455.428,829.116 C 2455.211,828.359 2453.67,827.853 2453.109,827.284 C 2453.38,827.848 2453.157,828.192 2452.539,828.214 C 2453.243,828.83 2454.257,828.76 2454.956,829.392 C 2455.815,830.169 2456.673,830.951 2457.579,831.674 C 2458.571,832.465 2459.498,833.489 2460.63,834.083 C 2461.476,834.526 2462.469,834.646 2463.226,835.263 C 2464.699,836.464 2465.205,838.509 2466.023,840.14 C 2466.588,841.269 2466.058,842.447 2466.15,843.623 C 2466.24,844.767 2467.047,845.586 2467.52,846.573 C 2468.412,845.843 2470.019,842.426 2469.56,841.329 C 2469.185,840.435 2468.365,839.864 2467.972,839.027 C 2467.481,837.986 2467.361,838.373 2466.358,838.013" id="path4004"/>
<path d="M 2462.108,897.333 C 2462.351,897.143 2462.594,896.953 2462.837,896.763 C 2462.113,896.766 2461.394,896.717 2460.677,896.614 C 2461.153,896.855 2461.631,897.095 2462.108,897.333" id="path4006"/>
<path d="M 2464.128,884.522 C 2466.467,884.433 2463.908,880.999 2462.399,882.722 C 2463.194,883.135 2463.293,884.159 2464.128,884.522" id="path4012"/>
<path d="M 2465.068,902.303 C 2464.957,901.786 2465.01,901.536 2464.347,901.654 C 2464.588,901.87 2464.828,902.086 2465.068,902.303" id="path4014"/>
<path d="M 2467.368,905.403 C 2467.88,905.267 2468.337,905.027 2468.738,904.682 C 2468.064,904.057 2466.038,902.671 2465.068,903.243 C 2465.56,903.645 2465.537,904.344 2465.998,904.753 C 2466.592,905.28 2466.985,904.26 2467.368,905.403" id="path4016"/>
<path d="M 2466.428,832.603 C 2466.77,832.026 2466.502,831.449 2465.998,831.093 C 2465.785,831.695 2465.929,832.199 2466.428,832.603" id="path4018"/>
<path d="M 2471.758,903.603 C 2472.188,903.292 2472.668,903.149 2473.198,903.173 C 2472.547,902.22 2471.786,903.125 2470.968,903.173 C 2471.231,903.316 2471.494,903.459 2471.758,903.603" id="path4020"/>
<path d="M 2480.479,851.833 C 2481.516,850.938 2481.581,849.037 2480.479,848.163 C 2479.863,849.267 2480.092,850.697 2480.479,851.833" id="path4024"/>
<path d="M 2482.848,858.453 C 2483.395,858.96 2484.189,859.174 2484.303,859.988 C 2484.446,861.002 2484.278,862.036 2485.06,862.836 C 2486.202,864.003 2490.241,864.338 2489.811,862.099 C 2489.63,861.158 2489.37,860.503 2488.768,859.709 C 2488.411,859.236 2488.016,858.356 2487.438,858.12 C 2486.906,857.902 2486.396,857.891 2486.131,857.307 C 2485.027,854.872 2483.584,852.581 2480.908,851.693 C 2481.625,852.487 2481.149,853.715 2481.084,854.631 C 2480.975,856.148 2482.155,857.235 2482.848,858.453" id="path4026"/>
<path d="M 2488.108,866.303 C 2488.348,866.23 2488.587,866.157 2488.828,866.083 C 2488.675,865.135 2487.596,865.019 2487.388,866.013 C 2487.628,866.109 2487.868,866.206 2488.108,866.303" id="path4028"/>
<path d="M 2490.628,865.083 C 2490.782,864.603 2490.782,864.123 2490.628,863.643 C 2490.628,864.123 2490.628,864.603 2490.628,865.083" id="path4030"/>
<path d="M 2420.348,823.973 C 2419.378,822.849 2421.03,821.845 2421.96,821.599 C 2423.461,821.202 2425.164,822.029 2426.618,822.314 C 2425.343,822.596 2425.249,823.603 2423.668,823.603 C 2423.029,823.603 2422.429,823.021 2421.798,823.103 C 2421.25,823.173 2420.832,823.752 2420.348,823.973" id="path4032"/>
</g>
<path class="landxx iq" d="M 1555.7563,470.80555 C 1560.119,468.66597 1563.9512,466.57756 1567.8319,463.91191 C 1569.0655,463.06453 1570.3962,462.01591 1571.1053,460.93355 C 1572.467,458.85508 1571.3814,456.10758 1571.6532,455.32982 C 1571.682,452.09858 1572.5534,451.69887 1572.3679,450.14627 C 1572.1607,448.41071 1569.691,445.36392 1571.5973,443.87855 C 1572.688,443.02868 1574.0423,443.06426 1575.1681,442.12476 C 1576.1134,441.33584 1578.6559,439.27041 1577.9017,438.43657 C 1577.5569,438.05539 1578.2481,438.47235 1578.7651,438.31535 C 1579.6191,438.05735 1579.8976,437.25442 1580.2693,436.57355 C 1580.6342,435.90528 1584.4376,436.52324 1585.2713,436.84355 C 1585.9313,437.09713 1586.5973,437.33655 1587.2923,437.47955 C 1588.4353,437.71555 1588.7773,436.97591 1589.7713,436.79155 C 1592.2779,436.32664 1590.5669,439.61116 1591.9883,439.48255 C 1593.0239,439.38885 1593.4349,437.82076 1594.5749,437.86376 C 1596.0219,437.91776 1595.9705,440.37655 1596.6055,441.22755 C 1596.9065,441.63155 1597.2993,441.56055 1597.5503,442.06655 C 1597.8563,442.68455 1597.4503,443.56378 1597.9707,444.07234 C 1599.0673,445.14407 1601.478,446.20003 1600.4935,448.05095 C 1602.1207,447.68695 1602.789,449.14794 1603.5145,449.42255 C 1604.9018,449.94771 1604.9225,448.84736 1607.9135,449.63855 C 1607.6525,450.76255 1606.3469,450.50195 1605.8779,451.37095 C 1605.0839,452.83895 1607.3273,453.93055 1607.4563,455.26455 C 1607.6253,457.02555 1605.4733,455.08955 1605.5353,456.87455 C 1605.5623,457.67855 1604.6923,457.54315 1604.4703,458.30015 C 1604.2193,459.15615 1604.6413,459.79355 1604.7883,460.58255 C 1604.2443,460.57955 1603.7403,460.43555 1603.2773,460.14955 C 1603.1554,460.87366 1602.6522,461.42448 1603.2235,462.02355 C 1603.8461,462.67646 1604.3134,462.95537 1603.9697,464.02575 C 1603.6418,465.04679 1602.7273,465.27855 1603.6063,466.07355 C 1604.3593,466.75355 1605.021,467.56694 1605.8673,468.13555 C 1606.7127,468.70355 1611.1167,472.47755 1608.6073,473.18255 C 1609.5857,473.42119 1609.3374,474.55998 1610.1443,474.37235 C 1611.3039,474.10269 1611.9534,474.84054 1612.8825,475.36515 C 1614.5894,476.32894 1615.6802,478.51865 1618.0427,478.70274 C 1619.1628,478.79002 1621.2273,482.43919 1622.2165,483.31335 C 1623.7128,484.63563 1622.7953,486.00155 1622.4193,487.82055 C 1622.2393,488.68955 1622.2845,491.15676 1623.5725,491.24876 C 1624.0245,491.28176 1624.7805,491.18774 1625.1345,491.63874 C 1625.5915,492.21774 1625.5894,493.38503 1625.4853,494.09255 C 1625.2539,495.66442 1626.0742,496.12502 1627.8313,497.39115 C 1628.7173,498.02962 1628.517,500.0108 1629.7727,500.31417 C 1629.1237,500.36317 1625.2543,499.81155 1625.1683,499.10355 C 1625.7013,500.36155 1623.4885,499.35234 1622.6235,499.31434 C 1621.3725,499.26034 1619.7549,499.55582 1619.1883,500.75955 C 1617.9603,503.36855 1618.1805,508.56626 1614.0133,508.08955 L 1603.4959,506.88638 C 1599.9756,506.3828 1599.8435,504.53246 1596.6233,502.50855 C 1587.7178,495.95848 1579.1874,488.10925 1569.216,483.74119 C 1565.633,482.1716 1562.4511,482.30511 1559.2135,481.591 C 1561.243,479.39173 1558.7986,480.36094 1558.1901,479.42536 C 1558.039,479.19298 1557.913,478.72991 1558.044,478.49591 C 1558.553,477.91191 1558.049,477.31773 1557.731,476.46573 C 1557.024,474.57973 1556.3553,472.72555 1555.7563,470.80555" id="iq"/>
<g class="landxx coastxx hr" id="hr" transform="translate(-29.9017, -45.0745)">
<path class="landxx hr" d="M 1401.337,411.84 C 1401.831,411.955 1402.3193,412.08445 1402.817,412.191 C 1403.4639,412.3295 1403.9702,411.70835 1404.3154,411.58745 C 1404.4887,411.52676 1405.9437,412.92305 1408.0448,410.23818 C 1409.3489,411.51588 1410.4094,411.05393 1411.824,411.84 C 1413.6727,412.86731 1412.7556,410.59955 1413.577,410.4 C 1413.219,410.319 1412.918,410.012 1412.567,409.896 C 1415.4212,407.84864 1416.0964,410.00736 1415.0612,406.11118 C 1414.9294,405.61502 1417.4336,405.16889 1417.8427,404.77737 C 1418.4714,404.1757 1417.8202,404.38636 1418.4742,403.95736 C 1418.4802,403.95336 1419.461,404.204 1419.628,404.209 C 1417.7315,402.04246 1421.2982,402.90731 1422.0113,403.62174 C 1422.5151,404.12647 1425.2338,405.75581 1425.5945,406.24818 C 1427.0418,407.8758 1429.1484,408.67346 1431.4092,409.40936 C 1436.7919,409.70923 1434.352,408.2964 1436.7348,407.96846 C 1436.6794,407.4488 1437.1135,408.55045 1437.4217,409.199 C 1437.8667,410.1353 1437.4608,411.353 1438.847,411.409 C 1436.555,413.002 1441.5985,413.9125 1441.0656,414.24327 L 1438.847,414.793 C 1439.574,415.984 1438.6439,417.94173 1437.1279,416.76773 C 1436.132,414.99792 1436.1613,415.93186 1435.659,415.45064 C 1434.723,415.10764 1433.8626,414.91087 1432.9167,415.15945 C 1431.8897,415.42935 1431.9561,414.63975 1430.9541,415.19182 C 1430.2138,415.59969 1429.7078,415.17627 1429.0048,415.00827 C 1427.3101,414.97182 1425.8213,414.42699 1424.2335,413.97336 C 1423.0619,414.07909 1424.6853,414.57291 1422.8695,414.07918 C 1421.5399,413.71762 1421.4344,414.05822 1420.9779,414.88163 C 1419.9959,416.65301 1419.8539,415.87355 1418.1566,414.61738 C 1415.9727,413.00113 1416.2733,415.9617 1416.4067,417.06491 C 1416.4892,417.74685 1416.2825,417.87138 1416.9878,418.17536 C 1417.6198,418.44776 1418.6854,419.12323 1419.1329,419.74162 C 1420.0647,421.02937 1419.0936,422.82908 1421.0798,423.99009 C 1422.9791,425.10028 1424.0529,426.95099 1425.8113,428.26481 C 1427.2273,429.32281 1427.8765,430.6344 1429.0999,431.70082 C 1430.5765,432.98781 1429.8367,434.47024 1428.165,432.52 C 1426.436,430.50287 1422.129,427.547 1419.34,428.586 C 1418.609,428.858 1418.225,428.577 1417.757,427.969 C 1417.175,427.214 1417.536,427.012 1416.434,426.465 C 1414.826,425.666 1412.62,423.855 1411.987,422.137 C 1412.987,421.965 1413.891,422.109 1414.877,422.282 C 1413.581,421.33 1411.983,420.617 1411.079,419.22 C 1410.324,418.053 1410.823,416.558 1410.089,415.401 C 1409.443,414.384 1408.001,413.412 1406.841,413.095 C 1405.987,412.862 1405.205,415.319 1405.368,415.946 C 1405.001,415.794 1404.865,415.903 1404.578,415.586 C 1404.468,416.41 1404.27,417.292 1403.638,417.89 C 1403.126,417.495 1401.474,415.451 1402.268,414.794 C 1401.357,415.005 1400.916,412.507 1400.688,411.77 C 1400.904,411.792 1401.121,411.815 1401.337,411.84" id="path4066"/>
<path class="landxx hr" d="M 1429.917,433.944 C 1430.6635,433.28714 1431.5783,434.28448 1432.6004,435.18391 C 1433.8772,436.30744 1436.7268,436.54185 1435.827,437.616 C 1434.672,437.455 1432.664,435.822 1431.75,435.091 C 1430.95,434.451 1429.908,434.548 1428.987,434.232 C 1427.99,433.89 1427.163,433.005 1426.027,433.153 C 1427.206,432.247 1429.485,433.651 1430.427,434.377 C 1430.258,434.232 1430.087,434.088 1429.917,433.944" id="path4068"/>
<path d="M 1406.667,415.944 C 1406.26,415.507 1406.141,415.004 1406.307,414.431 C 1407.139,415.803 1407.285,417.391 1407.747,418.895 C 1406.794,418.752 1405.864,416.649 1406.667,415.944" id="path4070"/>
<path d="M 1407.888,420.408 C 1407.502,419.91 1407.095,419.43 1406.668,418.968 C 1407.184,419.336 1407.617,419.833 1407.888,420.408" id="path4072"/>
<path d="M 1408.538,415.944 C 1407.892,415.875 1406.739,414.55 1407.818,414.215 C 1408.569,413.982 1409.146,415.658 1409.688,415.944 C 1409.298,416.342 1408.914,416.342 1408.538,415.944" id="path4074"/>
<path d="M 1409.038,417.384 C 1409.278,417.528 1409.518,417.672 1409.758,417.816 C 1409.11,418.122 1408.871,417.978 1409.038,417.384" id="path4076"/>
<path d="M 1410.478,422.784 C 1410.238,422.592 1409.998,422.4 1409.758,422.208 C 1410.075,422.308 1410.315,422.5 1410.478,422.784" id="path4078"/>
<path d="M 1411.198,420.696 C 1410.498,420.024 1409.796,419.326 1409.328,418.464 C 1410.208,419.684 1411.758,420.126 1412.638,421.344 C 1411.938,421.881 1411.523,421.228 1411.198,420.696" id="path4080"/>
<path d="M 1411.268,424.08 C 1411.031,423.864 1410.795,423.647 1410.558,423.432 C 1411.492,423.502 1411.712,424.597 1412.428,425.016 C 1411.879,424.904 1411.493,424.592 1411.268,424.08" id="path4082"/>
<path d="M 1412.928,425.52 C 1413.487,425.832 1413.99,426.215 1414.438,426.672 C 1413.872,426.41 1413.276,426.057 1412.928,425.52" id="path4086"/>
<path d="M 1412.928,424.296 C 1412.688,424.128 1412.448,423.96 1412.208,423.792 C 1412.569,423.804 1412.809,423.972 1412.928,424.296" id="path4088"/>
<path d="M 1415.667,427.248 C 1415.93,427.368 1416.194,427.488 1416.457,427.608 C 1416.18,427.52 1415.917,427.399 1415.667,427.248" id="path4090"/>
<path d="M 1419.768,428.688 C 1420.008,428.664 1420.248,428.64 1420.488,428.616 C 1420.252,428.712 1420.012,428.736 1419.768,428.688" id="path4092"/>
<path d="M 1420.917,430.2 C 1420.677,430.08 1420.437,429.96 1420.197,429.84 C 1420.505,429.839 1420.745,429.959 1420.917,430.2" id="path4094"/>
<path d="M 1423.078,430.776 C 1422.336,430.769 1421.402,430.59 1421.278,429.696 C 1422.275,429.665 1423.284,429.795 1424.228,430.128 C 1423.928,430.493 1423.544,430.709 1423.078,430.776" id="path4096"/>
<path d="M 1424.448,433.872 C 1423.951,433.755 1423.448,433.684 1422.938,433.656 C 1423.829,432.881 1425.723,433.007 1426.678,433.584 C 1425.932,433.819 1425.149,433.419 1424.448,433.872" id="path4098"/>
<path d="M 1425.748,432 C 1424.267,432.052 1422.774,431.916 1421.348,431.496 C 1423.039,430.94 1424.76,431.842 1426.468,431.784 C 1426.228,431.856 1425.988,431.928 1425.748,432" id="path4100"/>
<path d="M 1430.568,435.6 C 1429.845,435.349 1429.084,435.25 1428.338,435.096 C 1429.099,434.929 1429.925,435.206 1430.568,435.6" id="path4102"/>
</g>
<g class="landxx coastxx gl" id="gl">
<path d="M 991.85532,170.99755 C 992.45732,171.13755 993.03032,171.35255 993.57532,171.64455 C 992.37432,171.43355 990.49032,170.76655 990.26532,172.58155 C 990.86732,172.58255 991.42232,172.89455 991.77532,173.37355 C 990.86532,173.01755 989.59332,172.38955 988.82532,173.37355 C 990.23732,174.56955 992.37132,174.36955 994.08532,174.30955 C 992.17932,175.03355 994.55632,174.60955 994.87532,174.52555 C 992.94032,175.45955 996.60432,174.02355 997.10432,174.09355 C 996.44432,174.11055 994.88732,174.80255 996.38432,175.10155 C 994.84832,175.10155 993.30532,174.99955 991.77432,175.17355 C 991.69532,177.72355 998.65832,175.82355 999.75032,175.66555 C 1000.9933,175.48555 1005.7493,174.87455 1005.7023,173.02555 C 1005.6713,171.82655 1003.5483,171.74655 1002.7483,171.49755 C 1001.0513,170.97055 1000.2323,169.38955 998.31832,169.21655 C 996.52732,169.05455 994.91832,168.49255 993.14932,169.12955 C 992.47732,169.37155 990.22332,170.32155 991.85532,170.99755" id="path4242"/>
<path d="M 992.13632,167.54155 C 991.84432,167.78455 991.87032,168.04855 992.21632,168.33355 C 992.49232,168.18655 992.73232,167.99455 992.93632,167.75755 C 992.66932,167.68555 992.40232,167.61355 992.13632,167.54155" id="path4252"/>
<path d="M 993.93532,157.53355 C 994.34332,158.41955 995.34032,157.96255 995.59532,157.24455 C 995.03632,157.30855 994.48332,157.40455 993.93532,157.53355" id="path4262"/>
<path d="M 1003.2253,161.70955 C 1002.1843,161.74755 1000.9653,162.28955 1000.3453,163.14855 C 1001.4563,163.63355 1004.4963,163.65555 1003.2253,161.70955" id="path4322"/>
<path d="M 1006.1763,160.12555 C 1007.1973,159.97955 1008.2443,159.64155 1009.1363,159.11755 C 1008.1093,159.28555 1006.8033,158.79155 1005.8453,159.14855 C 1005.0273,159.45255 1005.4553,160.15855 1006.1763,160.12555" id="path4330"/>
<path d="M 1005.7463,161.42155 C 1004.4153,163.05855 1008.8523,162.23255 1009.5653,161.34955 C 1008.2813,161.43855 1007.0043,160.95655 1005.7463,161.42155" id="path4332"/>
<path d="M 1007.9753,160.19755 C 1007.4313,160.12955 1006.9283,160.24855 1006.4653,160.55655 C 1006.9763,160.46655 1007.4793,160.34655 1007.9753,160.19755" id="path4336"/>
<path d="M 1010.5763,164.01355 C 1009.9933,163.92755 1009.6963,164.22255 1009.7763,164.80555 C 1010.5703,164.90655 1011.4163,164.97855 1012.1563,164.58955 C 1011.6293,164.39755 1011.1023,164.20555 1010.5763,164.01355" id="path4342"/>
<path d="M 1011.6563,166.31755 C 1011.4483,165.71155 1010.6343,165.67655 1010.1363,165.81355 C 1010.6253,166.03355 1011.1313,166.20155 1011.6563,166.31755" id="path4344"/>
<path d="M 1010.4263,167.10955 C 1010.6443,167.24855 1010.8843,167.32055 1011.1463,167.32555 C 1010.9063,167.25255 1010.6653,167.18155 1010.4263,167.10955" id="path4346"/>
<path d="M 1012.5863,167.46955 C 1012.1223,167.07455 1011.5953,166.95455 1011.0063,167.10955 C 1011.5233,167.26955 1012.0503,167.38955 1012.5863,167.46955" id="path4348"/>
<g id="g27049" transform="translate(-29.9017, -45.0745)">
<path d="M 1015.638,240.048 C 1016.188,240.07 1016.692,239.927 1017.148,239.616 C 1016.619,239.671 1016.116,239.814 1015.638,240.048" id="path4228"/>
<path d="M 1019.087,238.896 C 1017.811,238.909 1016.584,239.361 1015.347,239.617 C 1016.346,238.744 1017.861,238.856 1019.087,238.896" id="path4528"/>
<path d="M 1020.388,230.184 C 1020.773,230.845 1021.036,230.748 1021.178,229.896 C 1020.915,229.991 1020.651,230.088 1020.388,230.184" id="path4248"/>
<path d="M 1024.778,227.088 C 1024.278,227.276 1023.821,227.54 1023.408,227.88 C 1024.019,228.211 1025.267,228.064 1024.778,227.088" id="path4260"/>
<path d="M 1025.428,226.584 C 1025.177,226.682 1024.937,226.802 1024.708,226.944 C 1024.948,226.824 1025.188,226.704 1025.428,226.584" id="path4268"/>
<path d="M 1026.217,225.647 C 1025.946,225.692 1025.683,225.764 1025.427,225.864 C 1025.691,225.792 1025.954,225.72 1026.217,225.647" id="path4272"/>
<path d="M 1027.148,225.432 C 1026.914,225.496 1026.662,225.551 1026.438,225.648 C 1026.675,225.575 1026.911,225.504 1027.148,225.432" id="path4282"/>
<path d="M 1027.438,229.392 C 1028.009,229.703 1030.167,229.059 1028.238,229.896 C 1029.455,229.805 1031.023,229.671 1031.978,228.816 C 1030.483,229.133 1028.957,229.259 1027.438,229.392" id="path4294"/>
<path d="M 1029.028,230.04 C 1029.47,230.705 1032.268,230.098 1032.768,229.68 C 1031.568,229.394 1030.195,229.765 1029.028,230.04" id="path4304"/>
<path d="M 1022.038,219.456 C 1022.231,219.659 1022.471,219.684 1022.758,219.528 C 1022.518,219.504 1022.277,219.48 1022.038,219.456" id="path4256"/>
<path d="M 1030.108,225.576 C 1028.301,225.29 1026.539,225.838 1024.778,226.151 C 1026.146,226.585 1028.931,226.486 1030.108,225.576" id="path4270"/>
<path d="M 1041.478,216.647 C 1040.919,216.569 1040.393,216.665 1039.898,216.936 C 1041.966,216.82 1037.411,218.088 1038.844,219.353 C 1039.553,219.979 1040.121,219.412 1040.454,218.803 C 1040.968,217.863 1041.99,217.981 1042.778,217.44 C 1042.412,217.065 1041.979,216.801 1041.478,216.647" id="path4338"/>
<path d="M 1028.598,196.416 C 1027.61,196.256 1026.343,196.572 1025.568,197.208 C 1026.526,197.161 1027.872,197.161 1028.598,196.416" id="path4274"/>
<path d="M 1026.578,198 C 1026.865,197.88 1027.152,197.76 1027.438,197.64 C 1026.861,197.581 1026.311,197.677 1025.788,197.928 C 1026.051,197.952 1026.314,197.976 1026.578,198" id="path4276"/>
<path d="M 1028.448,190.08 C 1027.684,190.179 1026.851,190.012 1026.218,190.584 C 1027.213,190.452 1028.225,190.483 1029.168,190.08 C 1028.928,190.08 1028.688,190.08 1028.448,190.08" id="path4278"/>
<path d="M 1030.178,199.151 C 1028.964,199.164 1027.35,199.493 1026.358,200.231 C 1027.413,201.328 1029.336,199.837 1030.178,199.151" id="path4280"/>
<path d="M 1026.938,198.216 C 1027.15,198.371 1027.39,198.347 1027.658,198.144 C 1027.418,198.168 1027.178,198.191 1026.938,198.216" id="path4284"/>
<path d="M 1027.148,191.16 C 1027.412,191.233 1027.679,191.233 1027.948,191.16 C 1027.681,191.16 1027.415,191.16 1027.148,191.16" id="path4286"/>
<path d="M 1027.948,189.288 C 1027.782,189.274 1027.466,189.138 1027.148,189.288 C 1027.414,189.288 1027.682,189.299 1027.948,189.288" id="path4288"/>
<path d="M 1027.948,184.392 C 1027.681,184.488 1027.415,184.584 1027.148,184.68 C 1028.657,184.438 1030.566,185.243 1031.908,184.248 C 1030.585,184.033 1029.271,184.432 1027.948,184.392" id="path4290"/>
<path d="M 1031.328,195.912 C 1030.422,196.315 1028.33,197.175 1027.368,197.208 C 1029.114,197.127 1030.547,197.585 1032.048,196.272 C 1031.808,196.152 1031.567,196.032 1031.328,195.912" id="path4292"/>
<path d="M 1029.818,193.104 C 1028.908,193.058 1028.184,193.745 1027.518,194.255 C 1028.359,194.121 1029.155,193.611 1029.818,193.104" id="path4296"/>
<path d="M 1028.158,191.088 C 1028.639,190.82 1029.142,190.605 1029.668,190.441 C 1029.083,190.468 1028.58,190.684 1028.158,191.088" id="path4298"/>
<path d="M 1029.748,189.432 C 1030.33,189.332 1030.88,189.14 1031.398,188.857 C 1030.418,188.77 1029.02,188.198 1028.308,189.216 C 1028.817,189.093 1029.297,189.165 1029.748,189.432" id="path4300"/>
<path d="M 1029.888,192.024 C 1029.485,192.205 1029.101,192.42 1028.738,192.671 C 1029.313,192.895 1029.731,192.578 1029.888,192.024" id="path4302"/>
<path d="M 1029.308,189.504 C 1029.537,189.698 1029.804,189.746 1030.108,189.648 C 1029.841,189.6 1029.574,189.552 1029.308,189.504" id="path4306"/>
<path d="M 1030.967,197.784 C 1030.449,197.679 1029.946,197.726 1029.457,197.928 C 1029.983,198.116 1030.486,198.068 1030.967,197.784" id="path4308"/>
<path d="M 1029.598,195.624 C 1029.464,196.224 1029.704,196.271 1030.318,195.768 C 1030.078,195.72 1029.838,195.672 1029.598,195.624" id="path4310"/>
<path d="M 1030.388,183.744 C 1030.125,183.84 1029.861,183.936 1029.598,184.032 C 1030.244,184.355 1030.507,184.26 1030.388,183.744" id="path4312"/>
<path d="M 1031.118,195.408 C 1031.358,195.216 1031.598,195.024 1031.838,194.832 C 1031.088,194.554 1030.273,194.415 1029.598,194.976 C 1030.101,195.133 1030.607,195.277 1031.118,195.408" id="path4314"/>
<path d="M 1030.757,190.872 C 1030.517,190.872 1030.277,190.872 1030.037,190.872 C 1030.84,191.153 1031.556,191.622 1032.337,191.952 C 1031.932,191.424 1031.296,191.216 1030.757,190.872" id="path4316"/>
<path d="M 1030.248,191.521 C 1030.57,191.734 1030.445,191.845 1030.968,191.521 C 1030.728,191.521 1030.487,191.521 1030.248,191.521" id="path4318"/>
<path d="M 1031.688,196.992 C 1031.088,196.981 1030.584,197.197 1030.178,197.639 C 1030.777,197.648 1031.281,197.433 1031.688,196.992" id="path4320"/>
<path d="M 1031.618,192.672 C 1032.177,192.502 1032.703,192.262 1033.198,191.952 C 1032.639,192.122 1032.112,192.362 1031.618,192.672" id="path4324"/>
<path d="M 997.558,164.808 C 998.051,164.877 998.531,164.829 998.998,164.664 C 998.587,164.632 996.32,165.171 998.428,164.88 C 998.138,164.855 997.848,164.832 997.558,164.808" id="path4216"/>
<path d="M 969.188,165.024 C 968.64,164.989 968.186,165.181 967.828,165.599 C 969.61,165.807 971.322,165.916 973.078,165.455 C 971.764,165.544 970.485,165.139 969.188,165.024" id="path4204"/>
<path d="M 973.658,171.937 C 973.921,171.84 974.185,171.745 974.448,171.648 C 974.075,171.512 973.692,171.464 973.298,171.504 C 973.417,171.648 973.538,171.792 973.658,171.937" id="path4208"/>
<path d="M 974.158,165.024 C 974.43,166.348 978.696,165.478 979.558,165.311 C 977.749,165.375 975.967,164.738 974.158,165.024" id="path4210"/>
<path d="M 974.598,170.856 C 975.425,171.051 976.291,171.049 977.118,170.856 C 976.375,170.435 975.335,170.408 974.598,170.856" id="path4212"/>
<path d="M 996.478,164.16 C 997.02,164.129 997.55,164.033 998.068,163.872 C 997.526,163.903 996.996,163.999 996.478,164.16" id="path4214"/>
<path d="M 997.558,164.808 C 998.029,164.674 998.509,164.626 998.998,164.664 C 998.531,164.829 998.051,164.877 997.558,164.808" id="path4522"/>
<path d="M 997.558,164.808 C 997.848,164.832 998.138,164.856 998.428,164.88 C 998.13,164.929 997.84,164.905 997.558,164.808" id="path4524"/>
<path d="M 1015.488,145.512 C 1015.976,145.724 1016.479,145.773 1016.998,145.657 C 1016.525,145.283 1016.022,145.235 1015.488,145.512" id="path4226"/>
<path d="M 1095.268,138.24 C 1094.133,137.108 1092.247,138.037 1091.052,137.082 C 1089.873,136.141 1087.829,136.133 1086.698,137.16 C 1088.513,138.959 1092.967,138.516 1095.268,138.24" id="path4380"/>
<path d="M 1092.028,137.016 C 1092.582,137.146 1093.109,137.074 1093.608,136.8 C 1093.043,136.593 1092.517,136.665 1092.028,137.016" id="path4384"/>
<path d="M 1104.268,134.136 C 1104.795,134.219 1105.321,134.219 1105.848,134.136 C 1105.321,134.051 1104.794,134.051 1104.268,134.136" id="path4388"/>
<path d="M 1110.667,136.008 C 1111.056,135.986 1111.369,135.818 1111.607,135.504 C 1110.807,135.328 1109.946,135.178 1109.157,135.504 C 1109.704,135.543 1110.207,135.711 1110.667,136.008" id="path4396"/>
<path d="M 1112.328,134.136 C 1113.439,134.136 1114.683,134.408 1115.718,133.848 C 1114.628,133.642 1113.238,133.239 1112.328,134.136" id="path4398"/>
<path d="M 1115.998,135.504 C 1116.721,136.642 1118.636,136.713 1119.82,136.809 C 1121.66,136.958 1123.6,137.969 1125.428,137.735 C 1125.159,137.526 1124.896,137.31 1124.638,137.088 C 1125.577,136.641 1126.638,136.481 1127.668,136.441 C 1124.986,133.656 1117.996,134.487 1114.638,134.857 C 1115.067,135.122 1115.521,135.338 1115.998,135.504" id="path4400"/>
<path d="M 1119.388,133.848 C 1119.965,133.848 1120.541,133.848 1121.118,133.848 C 1119.992,133.844 1118.929,133.374 1117.798,133.416 C 1118.328,133.559 1118.858,133.702 1119.388,133.848" id="path4402"/>
<path d="M 1144.368,131.976 C 1145.135,131.976 1145.901,131.976 1146.668,131.976 C 1145.918,131.812 1145.111,131.727 1144.368,131.976" id="path4406"/>
<path d="M 1151.278,133.128 C 1149.442,132.087 1146.841,132.029 1144.798,132.264 C 1146.951,132.613 1149.084,133.128 1151.278,133.128" id="path4408"/>
<path d="M 1152.507,133.056 C 1153.093,133.076 1153.62,132.908 1154.087,132.552 C 1152.492,132.351 1150.691,131.82 1149.117,132.408 C 1150.19,132.782 1151.367,133.046 1152.507,133.056" id="path4410"/>
<path d="M 1155.958,132.479 C 1156.416,132.481 1156.873,132.457 1157.328,132.408 C 1155.578,131.797 1150.967,130.706 1149.338,131.76 C 1151.566,131.76 1153.743,132.31 1155.958,132.479" id="path4412"/>
<path d="M 1153.948,131.328 C 1154.729,131.551 1155.669,131.78 1156.318,131.112 C 1155.524,130.983 1154.706,131.063 1153.948,131.328" id="path4416"/>
<path d="M 1233.868,140.256 C 1234.875,140.113 1235.91,140.238 1236.888,139.896 C 1236.384,139.831 1235.88,139.758 1235.378,139.68 C 1234.865,139.847 1234.361,140.039 1233.868,140.256" id="path4470"/>
<path d="M 1237.828,138.744 C 1238.452,138.883 1238.978,138.715 1239.408,138.24 C 1238.331,137.89 1237.451,137.036 1236.238,137.303 C 1236.124,138.254 1237.18,138.458 1237.828,138.744" id="path4478"/>
<path d="M 1244.877,140.04 C 1245.144,139.944 1245.411,139.848 1245.677,139.752 C 1244.695,139.233 1243.532,138.925 1242.507,139.536 C 1243.312,139.637 1244.082,139.897 1244.877,140.04" id="path4488"/>
<path d="M 1243.728,138.168 C 1243.97,138.168 1244.21,138.144 1244.448,138.096 C 1244.012,137.715 1243.509,137.572 1242.938,137.664 C 1243.201,137.832 1243.464,138 1243.728,138.168" id="path4490"/>
<path d="M 1223.928,161.567 C 1223.347,161.447 1222.744,161.844 1222.418,162.288 C 1222.946,162.102 1223.45,161.861 1223.928,161.567" id="path4450"/>
<path d="M 1228.178,160.272 C 1227.605,160.077 1227.051,160.125 1226.518,160.416 C 1227.092,160.615 1227.646,160.567 1228.178,160.272" id="path4456"/>
<path d="M 1226.667,161.28 C 1226.926,161.385 1227.189,161.361 1227.457,161.208 C 1227.194,161.232 1226.931,161.256 1226.667,161.28" id="path4458"/>
<path d="M 1229.118,162.504 C 1230.18,162.736 1231.269,162.777 1232.348,162.864 C 1231.409,161.596 1228.486,161.565 1227.098,161.784 C 1227.734,162.117 1228.423,162.332 1229.118,162.504" id="path4460"/>
<path d="M 1234.518,156.672 C 1234.751,156.706 1235.668,156.448 1235.154,156.022 C 1234.527,155.502 1233.473,156.328 1232.859,156.457 C 1233.536,157.085 1234.482,157.142 1235.309,156.816 C 1235.044,156.768 1234.781,156.72 1234.518,156.672" id="path4466"/>
<path d="M 1234.438,158.976 C 1234.175,158.976 1233.911,158.976 1233.648,158.976 C 1233.886,159.184 1234.149,159.351 1234.438,159.48 C 1234.438,159.312 1234.438,159.144 1234.438,158.976" id="path4468"/>
<path d="M 1235.598,160.56 C 1235.104,160.42 1234.419,160.772 1234.008,160.993 C 1234.58,161.001 1235.109,160.857 1235.598,160.56" id="path4472"/>
<path d="M 1234.158,160.056 C 1234.673,159.986 1235.177,159.867 1235.668,159.697 C 1235.121,159.451 1234.529,159.576 1234.158,160.056" id="path4474"/>
<path d="M 1239.268,148.319 C 1238.523,147.01 1235.503,147.833 1234.658,148.608 C 1236.165,149.046 1237.763,148.457 1239.268,148.319" id="path4476"/>
<path d="M 1240.917,162.216 C 1239.797,161.937 1238.397,162.985 1237.607,163.656 C 1238.69,163.826 1240.943,163.797 1240.917,162.216" id="path4480"/>
<path d="M 1239.478,157.392 C 1238.865,157.148 1238.246,157.449 1237.898,157.968 C 1238.424,157.775 1238.951,157.584 1239.478,157.392" id="path4482"/>
<path d="M 1240.708,156.168 C 1240.189,156.293 1239.92,156.221 1239.908,156.888 C 1240.189,156.664 1240.456,156.424 1240.708,156.168" id="path4484"/>
<path d="M 1243.658,153.937 C 1242.872,153.894 1241.64,154.452 1241.638,155.376 C 1242.357,154.911 1243.226,154.906 1244.018,154.656 C 1243.897,154.416 1243.778,154.177 1243.658,153.937" id="path4486"/>
<path d="M 1224.578,172.296 C 1224.066,171.965 1222.973,172.002 1222.268,172.296 C 1223.063,172.692 1223.749,172.202 1224.578,172.296" id="path4448"/>
<path d="M 1192.678,195.552 C 1191.695,195.355 1190.656,195.696 1189.728,195.984 C 1190.818,196.133 1191.867,196.606 1192.678,195.552" id="path4424"/>
<path d="M 1192.538,192.672 C 1195.525,192.152 1198.52,194.063 1201.468,193.032 C 1198.729,192.639 1193.812,190.118 1191.458,192.599 C 1191.816,192.65 1192.176,192.674 1192.538,192.672" id="path4426"/>
<path d="M 1207.948,195.479 C 1205.581,194.339 1196.479,192.994 1194.408,195.551 C 1196.387,195.368 1199.964,195.134 1201.81,195.897 C 1202.29,196.096 1203.225,197.052 1203.763,196.954 C 1204.949,196.737 1206.186,196.907 1207.368,197.062 C 1207.297,196.485 1206.863,196.125 1206.288,196.126 C 1206.878,196.006 1207.431,195.79 1207.948,195.479" id="path4432"/>
<path d="M 1216.297,184.896 C 1215.704,184.819 1209.931,185.48 1211.321,186.488 C 1213.394,187.991 1217.687,187.198 1219.967,186.697 C 1219.192,186.464 1218.872,185.693 1218.214,185.297 C 1217.631,184.945 1216.924,185.078 1216.297,184.896" id="path4434"/>
<path d="M 1220.118,170.856 C 1220.355,170.664 1220.591,170.472 1220.828,170.28 C 1220.044,170.28 1219.223,170.17 1218.528,170.639 C 1219.052,170.755 1219.582,170.827 1220.118,170.856" id="path4436"/>
<path d="M 1221.908,182.952 C 1222.441,182.768 1222.948,182.528 1223.428,182.231 C 1222.946,181.745 1222.209,181.518 1221.558,181.799 C 1221.933,181.643 1222.244,181.403 1222.488,181.079 C 1221.819,180.846 1220.886,180.566 1220.188,180.863 C 1219.454,181.176 1219.378,182.053 1218.598,182.302 C 1219.41,183.05 1220.875,183.462 1221.908,182.952" id="path4438"/>
<path d="M 1222.268,171.144 C 1221.472,171.045 1220.838,171.637 1220.038,171.504 C 1220.735,171.966 1221.943,172.162 1222.268,171.144" id="path4442"/>
<path d="M 1222.778,170.712 C 1222.228,170.565 1221.725,170.66 1221.268,171 C 1221.77,170.897 1222.273,170.801 1222.778,170.712" id="path4446"/>
<path d="M 1224.788,171.72 C 1224.129,171.451 1223.116,171.796 1222.488,172.008 C 1223.255,171.909 1224.049,172.007 1224.788,171.72" id="path4452"/>
<path d="M 1228.388,183.815 C 1227.663,183.186 1226.878,183.479 1226.088,183.815 C 1226.778,184.363 1227.837,184.45 1228.388,183.815" id="path4454"/>
<path d="M 1234.008,178.488 C 1233.294,178.357 1233.133,179.027 1232.498,179.063 C 1231.892,179.098 1231.377,178.561 1230.781,178.668 C 1229.503,178.899 1228.484,179.81 1228.388,181.15 C 1230.024,180.897 1231.997,180.743 1233.642,180.976 C 1234.878,181.152 1235.98,181.62 1236.748,180.287 C 1236.071,180.004 1235.675,180.464 1235.031,180.521 C 1234.214,180.595 1233.561,180.153 1232.928,179.71 C 1233.457,179.516 1233.987,179.324 1234.518,179.134 C 1234.348,178.92 1234.178,178.704 1234.008,178.488" id="path4462"/>
<path d="M 1232.138,173.448 C 1232.373,173.022 1233.057,170.635 1232.84,170.203 C 1232.191,168.913 1230.471,170.554 1232.138,170.424 C 1231.707,170.568 1230.649,170.591 1230.585,171.223 C 1230.507,172.009 1231.332,173.891 1231.778,174.529 C 1232.053,174.219 1232.173,173.859 1232.138,173.448" id="path4464"/>
<path d="M 1152.428,229.464 C 1152.935,229.709 1153.442,229.709 1153.948,229.464 C 1153.517,228.968 1152.806,228.781 1152.428,229.464" id="path4414"/>
<path d="M 1183.388,208.44 C 1182.389,208.419 1181.381,208.746 1180.449,209.065 C 1178.876,209.602 1177.424,209.381 1175.828,209.664 C 1174.313,209.932 1173.065,210.853 1171.607,211.26 C 1171.147,211.368 1170.684,211.461 1170.218,211.536 C 1169.529,211.675 1169.394,212.499 1168.708,212.688 C 1170.761,213.861 1173.749,212.567 1175.906,212.361 C 1178.852,212.079 1181.762,212.305 1184.618,211.248 C 1184.376,211.033 1184.137,210.817 1183.898,210.6 C 1185.415,210.454 1184.074,208.953 1183.108,209.088 C 1183.201,208.872 1183.294,208.656 1183.388,208.44" id="path4418"/>
<path d="M 1174.248,209.808 C 1173.416,209.59 1172.37,209.527 1171.588,209.953 C 1171.978,211.158 1173.632,210.283 1174.248,209.808" id="path4420"/>
<path d="M 1179.868,212.399 C 1179.397,212.083 1178.691,212.342 1178.278,212.616 C 1178.856,212.902 1179.386,212.83 1179.868,212.399" id="path4422"/>
<path d="M 1193.547,218.088 C 1192.999,217.866 1192.354,218.137 1191.957,218.521 C 1192.544,218.774 1193.156,218.572 1193.547,218.088" id="path4428"/>
<path d="M 1203.627,199.512 C 1202.984,199.582 1202.644,199.207 1202.827,198.576 C 1204.039,198.853 1205.323,199.175 1206.577,199.08 C 1206.542,198.252 1204.798,197.674 1204.197,197.424 C 1203.889,197.478 1203.581,197.482 1203.272,197.437 C 1202.641,197.035 1202.044,196.68 1201.437,196.248 C 1200.451,195.546 1198.224,195.799 1197.063,195.788 C 1195.493,195.772 1194.1,195.301 1194.159,197.141 C 1194.207,198.621 1199.001,199.151 1200.059,199.613 C 1201.367,200.184 1204.541,202.267 1205.427,200.089 C 1204.816,199.932 1204.216,199.739 1203.627,199.512" id="path4430"/>
<path d="M 1077.268,258.84 C 1077.091,258.741 1077.125,258.426 1076.548,258.84 C 1076.788,258.84 1077.027,258.84 1077.268,258.84" id="path4374"/>
<path d="M 1078.058,259.344 C 1078.848,259.247 1079.645,259.273 1080.438,259.273 C 1080.366,257.916 1078.479,258.581 1078.058,259.344" id="path4376"/>
<path d="M 1083.667,257.544 C 1083.727,256.896 1083.217,256.482 1082.597,256.536 C 1083.204,255.947 1083.308,254.721 1082.57,254.165 C 1082.389,254.029 1081.045,253.658 1081.39,254.347 C 1082.176,255.916 1081.863,257.004 1083.667,257.544" id="path4378"/>
<path d="M 1089.648,251.136 C 1089.888,250.992 1090.128,250.848 1090.368,250.704 C 1089.878,250.529 1089.398,250.554 1088.928,250.776 C 1089.168,250.896 1089.408,251.016 1089.648,251.136" id="path4382"/>
<path d="M 1101.238,248.903 C 1101.56,248.363 1102.604,248.416 1103.131,248.339 C 1104.657,248.115 1103.058,247.254 1104.408,247.392 C 1103.247,246.651 1102.192,246.059 1101.047,247.269 C 1100.518,247.827 1099.865,249.087 1101.238,248.903" id="path4386"/>
<path d="M 1105.488,248.76 C 1105.754,248.546 1105.994,248.306 1106.208,248.04 C 1105.687,247.7 1105.184,247.724 1104.698,248.112 C 1104.938,248.357 1105.201,248.573 1105.488,248.76" id="path4390"/>
<path d="M 1106.928,247.608 C 1107.357,247.408 1107.596,247.072 1107.648,246.599 C 1107.07,246.671 1106.79,247.032 1106.928,247.608" id="path4392"/>
<path d="M 1107.938,247.176 C 1108.386,246.709 1108.916,246.277 1109.518,246.025 C 1108.766,245.919 1107.894,246.292 1107.938,247.176" id="path4394"/>
<path d="M 975.958,169.488 C 978.975,170.219 982.104,170.226 985.178,169.92 C 985.029,171.345 982.416,170.701 981.542,170.684 C 979.885,170.652 977.017,171.213 975.528,171.937 C 976.549,172.933 978.608,173.471 979.998,173.521 C 978.392,173.837 980.075,174.07 980.611,174.155 C 981.388,174.28 982.177,174.251 982.961,174.272 C 984.652,174.315 986.62,175.277 988.269,174.6 C 987.442,174.287 986.97,173.395 986.039,173.304 C 987.811,173.096 987.947,172.614 989.411,173.698 C 990.333,174.38 992.823,172.098 994.469,173.016 C 993.895,173.214 993.392,173.527 992.959,173.953 C 993.926,174.669 995.03,174.33 995.646,173.515 C 995.819,173.286 997.247,173.714 997.761,173.431 C 998.108,173.33 998.456,173.331 998.807,173.436 C 999.332,173.494 999.331,172.949 999.771,172.852 C 1000.765,172.632 1002.074,172.344 1001.959,173.521 C 1002.453,173.536 1009.779,171.001 1008.939,173.232 C 1010.043,172.324 1011.752,172.815 1012.999,173.054 C 1014.773,173.395 1016.603,173.207 1018.369,173.592 C 1018.229,173.834 1018.086,174.073 1017.939,174.312 C 1018.694,174.467 1021.951,173.787 1021.539,174.96 C 1022.071,174.93 1022.598,174.857 1023.119,174.744 C 1022.872,174.952 1022.632,175.168 1022.399,175.391 C 1023.424,175.716 1024.469,175.162 1025.499,175.463 C 1023.951,175.52 1025.311,176.409 1025.91,176.438 C 1026.667,176.473 1027.405,176.23 1028.159,176.255 C 1026.166,176.824 1028.781,176.364 1028.169,177.576 C 1027.63,178.644 1026.221,178.386 1025.279,178.703 C 1026.104,179.047 1026.776,178.375 1027.589,178.415 C 1026.901,178.739 1026.349,179.955 1027.589,179.855 C 1027.344,180.041 1027.105,180.233 1026.869,180.43 C 1028.338,181.311 1031.008,180.81 1032.119,182.23 C 1031.546,182.625 1030.426,182.396 1030.469,183.382 C 1031.887,182.44 1032.826,184.514 1033.78,184.174 C 1033.063,184.913 1031.709,184.994 1030.759,184.822 C 1031.454,185.285 1032.28,185.211 1033.059,185.11 C 1032.362,185.574 1031.538,185.44 1030.759,185.542 C 1031.243,185.875 1031.769,185.971 1032.339,185.83 C 1030.35,186.494 1028.191,186.398 1026.219,187.126 C 1028.335,187.472 1030.466,186.741 1032.479,186.19 C 1032.081,186.689 1031.558,187.094 1030.969,187.341 C 1031.498,187.572 1032.052,187.692 1032.629,187.701 C 1030.866,187.885 1032.916,188.638 1033.349,188.709 C 1032.463,188.787 1031.993,189.667 1033.199,189.789 C 1033.018,189.862 1029.527,189.864 1031.619,190.077 C 1029.883,190.399 1033.996,191.638 1034.209,192.381 C 1033.642,192.064 1030.82,192.812 1032.629,193.173 C 1031.769,193.38 1031.155,194.384 1030.179,193.965 C 1031.305,194.558 1032.267,194.03 1033.269,194.397 C 1034.785,194.95 1033.931,196.243 1032.699,196.341 C 1033.215,196.599 1033.719,196.575 1034.209,196.27 C 1033.122,196.647 1032.291,197.505 1031.189,197.854 C 1032.201,198.133 1033.247,198.189 1034.279,198.358 C 1031.966,198.904 1029.455,197.571 1027.229,198.645 C 1028.32,199.723 1030.699,198.374 1031.839,199.221 C 1030.689,199.302 1029.902,200.212 1028.849,200.554 C 1027.854,200.877 1026.459,201.157 1025.719,201.958 C 1028.291,203.174 1030.161,201.229 1032.479,200.446 C 1030.645,201.676 1029.294,202.386 1027.087,202.634 C 1025.673,202.793 1023.665,203.166 1022.548,204.118 C 1023.297,204.274 1023.375,205.002 1023.652,205.579 C 1023.969,206.238 1025.839,206.731 1024.918,205.413 C 1026.146,206.385 1027.956,206.555 1029.459,206.4 C 1030.151,206.329 1030.843,206.175 1031.486,205.904 C 1033.243,205.161 1031.609,205.117 1032.189,203.829 C 1032.593,204.31 1033.099,204.478 1033.709,204.333 C 1032.792,203.03 1036.801,204.212 1036.403,201.968 C 1036.262,201.171 1035.553,200.963 1035.869,200.085 C 1036.212,199.132 1036.917,199.365 1037.739,199.365 C 1035.004,199.461 1037.26,201.587 1036.659,203.396 C 1037.742,202.875 1039.365,202.12 1040.549,201.957 C 1039.534,202.407 1037.616,203.23 1036.799,203.973 C 1038.27,204.159 1039.827,204.398 1041.275,204.531 C 1042.615,204.653 1043.985,203.493 1045.299,203.901 C 1043.015,205.88 1039.495,204.572 1036.949,205.99 C 1039.887,206.188 1043.216,204.765 1046.019,205.486 C 1044.888,206.139 1043.423,205.684 1042.199,205.918 C 1040.867,206.172 1039.866,207.191 1038.529,207.43 C 1040.089,208.436 1042.305,206.581 1043.859,206.351 C 1044.179,207.157 1043.867,207.408 1042.923,207.101 C 1041.949,207.197 1041.021,207.501 1040.118,207.863 C 1041.224,208.786 1043.511,208.006 1044.788,207.935 C 1042.763,208.46 1045.824,208.789 1046.308,208.726 C 1044.52,209.933 1042.582,207.664 1040.838,208.726 C 1041.877,209.039 1042.705,209.657 1043.823,209.719 C 1044.567,209.76 1045.399,209.77 1046.132,209.947 C 1046.927,210.139 1045.932,210.968 1045.381,210.721 C 1044.422,210.29 1043.621,210.657 1042.639,210.671 C 1043.183,211.247 1045.456,211.176 1046.309,211.463 C 1045.779,211.378 1045.249,211.378 1044.719,211.463 C 1044.951,211.711 1045.191,211.951 1045.44,212.183 C 1044.631,211.776 1043.368,211.797 1042.49,211.895 C 1042.898,212.201 1045.098,212.847 1043.21,212.688 C 1044.244,213.377 1045.415,212.931 1046.31,212.255 C 1045.811,212.593 1045.726,213.075 1045.332,213.473 C 1044.768,214.044 1043.336,213.396 1042.711,213.257 C 1040.488,212.763 1039.131,212.287 1037.09,211.242 C 1035.083,210.216 1032.907,211.068 1030.816,210.543 C 1028.88,210.057 1026.591,209.983 1024.919,211.247 C 1025.999,212.007 1026.905,213.006 1028.237,213.316 C 1030.066,213.742 1032.306,213.34 1033.799,214.743 C 1035.169,216.031 1036.209,215.731 1037.954,216.049 C 1038.238,216.101 1038.955,216.391 1039.244,216.285 C 1040.019,216.002 1040.974,215.188 1041.769,215.927 C 1041.259,216.019 1040.755,216.139 1040.259,216.287 C 1042.207,216.542 1044.077,215.714 1046.019,215.783 C 1045.695,216.356 1044.836,216.405 1044.359,216.791 C 1044.965,216.85 1045.249,217.292 1045.079,217.871 C 1043.912,217.807 1042.925,217.661 1041.989,218.519 C 1042.581,218.352 1043.084,218.496 1043.499,218.951 C 1042.668,218.779 1041.02,218.294 1040.979,219.671 C 1041.855,219.671 1043.132,219.101 1043.929,219.671 C 1041.889,219.323 1039.647,220.585 1038.239,221.902 C 1039.604,222.313 1040.369,221.243 1041.604,221.243 C 1042.154,221.243 1042.31,222.134 1042.918,222.262 C 1042.2,222.578 1041.389,222.265 1040.758,222.838 C 1041.275,222.9 1041.756,223.067 1042.198,223.342 C 1041.655,223.329 1041.175,223.497 1040.758,223.846 C 1040.676,222.515 1039.243,222.995 1038.388,223.054 C 1038.632,222.867 1038.872,222.675 1039.108,222.478 C 1038.178,222.228 1037.471,222.929 1037.156,223.781 C 1036.869,224.555 1035.867,224.459 1035.438,225.215 C 1036.475,225.465 1037.44,224.836 1038.458,224.783 C 1037.802,225.002 1036.475,225.22 1037.088,226.222 C 1035.986,225.764 1034.903,226.806 1033.791,226.707 C 1032.681,226.607 1031.428,226.253 1030.319,226.51 C 1030.793,226.389 1031.25,226.221 1031.689,226.006 C 1030.71,226.493 1029.637,225.833 1028.668,226.439 C 1029.197,226.418 1029.723,226.442 1030.248,226.51 C 1029.224,226.455 1028.085,226.566 1027.148,227.014 C 1029.049,227.014 1026.023,227.742 1025.626,227.823 C 1024.571,228.04 1023.471,228.156 1022.478,228.598 C 1023.749,228.638 1025.018,228.015 1026.288,228.31 C 1025.663,228.296 1025.077,228.602 1024.708,229.103 C 1025.591,228.235 1028.018,229.181 1029.204,229.015 C 1030.505,228.832 1032.784,229.297 1033.708,228.094 C 1033.112,228.196 1032.605,228.028 1032.188,227.59 C 1033.749,228.026 1035.248,227.192 1036.797,227.158 C 1036.128,227.471 1035.374,227.478 1034.702,227.784 C 1034.081,228.067 1034.032,228.793 1033.267,228.885 C 1033.763,229.016 1034.246,229.184 1034.717,229.389 C 1033.973,229.331 1033.203,229.035 1032.477,229.389 C 1034.51,229.897 1036.338,231.077 1038.457,231.261 C 1036.198,231.702 1034.218,230.065 1031.977,230.289 C 1030.835,230.403 1029.652,230.467 1028.517,230.253 C 1027.299,230.024 1026.142,229.033 1024.847,229.461 C 1025.394,229.643 1025.897,229.906 1026.357,230.253 C 1024.707,229.76 1022.925,229.05 1021.177,229.461 C 1022.203,229.461 1022.448,229.749 1023.174,230.335 C 1024.369,231.298 1026.007,231.084 1027.437,231.045 C 1025.364,231.641 1023.449,230.108 1021.387,230.541 C 1021.878,230.724 1022.385,230.795 1022.907,230.757 C 1022.153,230.912 1021.369,230.987 1020.667,231.333 C 1022.49,231.279 1020.546,231.882 1019.957,231.477 C 1021.483,233.392 1017.445,231.088 1018.297,232.486 C 1017.476,232.156 1017.26,232.372 1017.648,233.133 C 1017.859,232.911 1018.075,232.695 1018.297,232.486 C 1018.818,233.507 1016.667,233.003 1016.927,234.358 C 1019.035,234.399 1020.639,232.72 1022.644,232.343 C 1025.273,231.848 1027.96,231.368 1030.607,230.901 C 1029.216,231.74 1027.536,231.276 1026.067,231.838 C 1026.904,232.67 1028.057,232.622 1029.097,232.271 C 1027.279,232.758 1030.481,232.904 1031.327,232.199 C 1031.144,231.929 1030.954,231.666 1030.757,231.407 C 1031.783,231.397 1032.796,230.556 1033.778,231.262 C 1033.04,231.419 1032.283,231.45 1031.548,231.622 C 1031.729,232.985 1034.085,232.345 1034.859,232.054 C 1033.051,231.857 1034.798,231.45 1035.244,231.447 C 1035.9,231.441 1036.569,231.635 1037.159,231.911 C 1035.222,232.428 1033.198,232.775 1031.189,232.775 C 1033.072,233.946 1034.976,232.894 1036.949,232.703 C 1035.732,233.234 1034.391,233.332 1033.129,233.711 C 1034.177,234.489 1035.558,234.47 1036.799,234.431 C 1034.636,235.045 1032.814,233.636 1030.748,233.333 C 1028.315,232.976 1025.65,232.686 1023.189,232.559 C 1025.277,232.571 1021.389,232.936 1020.959,233.135 C 1022.788,232.865 1021.008,233.302 1020.641,233.402 C 1019.748,233.644 1018.851,233.875 1017.974,234.173 C 1017.022,234.495 1014.79,235.197 1015.059,236.592 C 1016.11,236.405 1017.098,235.97 1018.142,235.755 C 1019.373,235.502 1020.538,235.958 1021.804,235.669 C 1024.829,234.978 1027.909,235.706 1030.9,235.008 C 1030.179,235.249 1029.429,235.399 1028.67,235.441 C 1029.509,238.143 1032.106,236.118 1034,236.665 C 1033.039,236.785 1029.907,237.766 1029.159,236.971 C 1028.062,235.805 1028.313,235.45 1026.447,235.624 C 1024.702,235.787 1022.938,235.807 1021.18,235.981 C 1020.193,236.079 1019.201,236.114 1018.214,236.211 C 1018.003,236.232 1014.835,236.526 1017.07,236.593 C 1016.092,236.835 1015.007,236.58 1014.12,237.169 C 1015.053,237.648 1016.091,237.521 1017.07,237.313 C 1016.352,237.557 1015.593,237.626 1014.84,237.601 C 1015.48,238.157 1016.304,238.011 1017.07,238.106 C 1016.066,238.193 1015.058,238.25 1014.049,238.25 C 1015.663,238.918 1017.408,238.615 1019.089,238.897 C 1017.862,238.857 1016.348,238.746 1015.349,239.618 C 1016.856,239.307 1021.073,237.511 1022.399,238.681 C 1021.412,238.875 1021.438,239.092 1022.479,239.329 C 1021.762,239.706 1021.09,239.269 1020.374,239.203 C 1019.551,239.128 1018.763,239.525 1017.94,239.329 C 1018.439,239.434 1018.942,239.506 1019.45,239.545 C 1018.814,240.117 1017.974,239.922 1017.22,240.121 C 1017.963,240.485 1018.751,240.14 1019.52,240.193 C 1018.018,240.659 1016.403,240.255 1014.91,240.768 C 1015.781,242.027 1018.963,241.72 1020.24,241.489 C 1019.279,241.875 1016.035,242.08 1014.99,241.777 C 1016.817,241.777 1014.705,241.597 1014.363,241.682 C 1013.592,241.873 1013.032,242.528 1012.385,242.942 C 1011.01,243.821 1015.182,243.522 1015.35,243.505 C 1014.133,243.727 1012.763,243.726 1011.82,244.657 C 1013.491,245.376 1015.596,244.219 1017.07,243.505 C 1018.829,242.652 1020.985,242.521 1022.534,241.249 C 1023.934,240.1 1025.872,239.74 1027.555,239.205 C 1029.853,238.474 1032.082,237.814 1034.5,237.601 C 1034.013,237.784 1033.509,237.856 1032.99,237.817 C 1033.696,238.195 1034.513,238.205 1035.29,238.177 C 1034.728,238.46 1033.963,238.372 1033.368,238.301 C 1032.099,238.147 1031.185,238.365 1029.96,238.681 C 1030.633,239.505 1032.139,239.306 1033.06,239.257 C 1031.374,239.785 1029.626,238.955 1027.935,239.417 C 1026.131,239.91 1024.206,240.48 1022.664,241.574 C 1021.198,242.614 1019.173,242.231 1017.753,243.366 C 1016.27,244.553 1014.243,244.549 1012.54,245.232 C 1013.037,245.349 1013.54,245.421 1014.05,245.449 C 1013.563,245.632 1013.059,245.704 1012.54,245.665 C 1013.385,246.46 1014.54,245.713 1015.42,245.449 C 1014.691,245.749 1013.952,246.031 1013.191,246.241 C 1014.457,247.323 1016.274,245.525 1017.651,245.665 C 1018.649,245.767 1017.804,246.548 1019.09,245.929 C 1020.018,245.482 1021.138,245.379 1022.121,245.089 C 1022.132,246.319 1021.289,245.581 1020.463,245.694 C 1019.54,245.82 1019.154,246.266 1018.425,246.716 C 1018.237,246.832 1016.855,246.503 1016.676,246.501 C 1015.364,246.489 1014.163,246.775 1012.971,247.319 C 1013.516,247.435 1014.046,247.387 1014.561,247.175 C 1014.09,247.529 1013.56,247.697 1012.971,247.679 C 1013.92,248.471 1015.217,247.944 1015.921,247.104 C 1015.94,247.673 1015.621,248.034 1015.061,248.112 C 1016.972,247.919 1014.728,248.704 1014.341,248.975 C 1015.211,249.481 1016.024,248.585 1016.641,248.112 C 1016.178,248.612 1015.674,249.068 1015.131,249.479 C 1016.098,249.111 1016.194,249.303 1015.421,250.055 C 1015.94,249.961 1016.46,249.878 1016.982,249.806 C 1018.053,249.63 1018.8,249.228 1019.669,248.597 C 1020.638,247.893 1021.891,247.579 1023.044,247.328 C 1024.515,247.008 1025.829,247.817 1027.232,247.536 C 1026.734,247.936 1026.878,248.104 1027.662,248.04 C 1025.169,248.46 1022.754,246.448 1020.323,248.45 C 1019.439,249.179 1018.553,249.207 1017.588,249.736 C 1016.988,249.977 1016.375,250.179 1015.749,250.341 C 1015.135,250.587 1015.068,251.463 1014.482,251.784 C 1015.209,251.498 1015.827,250.401 1016.722,250.92 C 1016.566,251.17 1016.396,251.409 1016.212,251.64 C 1016.709,251.46 1017.189,251.244 1017.652,250.993 C 1016.732,251.604 1015.686,252.335 1016.282,253.585 C 1015.909,253.536 1015.65,253.673 1015.504,253.996 C 1015.247,255.119 1017.479,254.062 1015.492,254.809 C 1016.63,254.755 1018.115,252.531 1019.242,253.37 C 1019.017,253.602 1018.777,253.818 1018.522,254.017 C 1019.279,253.751 1020.012,253.381 1020.822,253.297 C 1019.185,253.761 1016.537,254.368 1015.164,255.367 C 1014.718,255.692 1013.977,258.76 1014.051,259.273 C 1016.874,259.459 1018.544,253.966 1021.391,255.096 C 1020.811,255.242 1020.304,255.619 1019.961,256.105 C 1021.293,256.307 1023.731,255.271 1024.092,253.87 C 1024.235,253.317 1024.253,252.956 1023.731,253.058 C 1023.186,253.164 1023.536,251.744 1023.561,251.496 C 1024.015,251.919 1024.519,251.991 1025.071,251.712 C 1024,251.858 1023.957,253.256 1024.248,254.033 C 1024.957,255.92 1026.76,254.568 1027.951,254.16 C 1027.499,254.374 1025.523,256.049 1027.371,255.456 C 1025.007,256.825 1028.385,256.879 1028.241,258.336 C 1027.396,257.996 1026.234,257.803 1025.641,257.04 C 1024.961,256.165 1025.222,254.965 1023.701,255.528 C 1025.693,255.925 1022.519,255.9 1022.191,255.96 C 1022.686,256.24 1023.189,256.504 1023.701,256.752 C 1021.924,257.106 1024.532,257.533 1025.281,257.184 C 1024.582,258.088 1023.396,257.86 1022.41,257.804 C 1021.768,257.768 1018.865,258.289 1020.67,258.84 C 1019.141,259.993 1017.181,258.901 1015.49,259.344 C 1016.017,259.392 1016.543,259.441 1017.07,259.489 C 1016.527,259.494 1016.024,259.638 1015.56,259.921 C 1017.832,261.151 1021.846,259.52 1023.77,258.193 C 1023.31,258.58 1022.83,258.94 1022.33,259.273 C 1023.051,259.412 1024.726,258.543 1024.85,259.777 C 1024.366,259.305 1021.511,259.535 1020.832,259.779 C 1019.334,260.319 1017.374,260.867 1015.78,260.496 C 1016.557,260.729 1016.708,261.186 1016.07,261.72 C 1016.943,262.304 1018.139,261.609 1019.02,261.432 C 1018.263,261.662 1017.613,262.131 1016.86,262.369 C 1016.576,262.459 1013.189,263.353 1015.35,262.945 C 1013.792,263.222 1015.543,263.952 1016,264.529 C 1016.349,263.019 1019.022,263.524 1020.1,263.449 C 1019.125,263.809 1017.003,263.152 1016.57,264.457 C 1017.293,264.457 1018.013,264.409 1018.73,264.312 C 1017.762,264.637 1016.707,264.647 1015.78,265.105 C 1016.543,265.053 1017.054,265.68 1017.805,265.68 C 1018.654,265.68 1019.481,265.471 1020.31,265.32 C 1019.073,266.066 1016.924,265.198 1015.942,266.079 C 1015.224,266.724 1016.75,267.016 1017.22,266.689 C 1015.342,267.641 1017.848,266.89 1018.276,266.854 C 1019.169,266.779 1020.065,266.771 1020.961,266.76 C 1020.314,266.984 1018.549,267.357 1018.143,267.931 C 1017.61,268.685 1019.141,268.973 1019.601,268.489 C 1019.13,268.943 1018.72,269.447 1018.371,270.001 C 1019.102,269.577 1019.73,268.756 1020.671,268.849 C 1019.824,269.304 1019.006,269.845 1018.371,270.578 C 1019.442,270.56 1020.454,270 1021.321,269.426 C 1020.192,270.393 1018.429,270.925 1017.624,272.239 C 1016.675,273.788 1021.466,274.375 1022.121,274.538 C 1021.52,274.423 1020.962,274.719 1020.601,275.185 C 1021.115,275.159 1021.622,275.206 1022.121,275.33 C 1021.36,275.804 1020.559,275.185 1019.811,275.69 C 1020.832,275.893 1020.505,276.061 1019.811,276.481 C 1020.526,276.11 1021.299,276.482 1022.041,276.265 C 1022.847,276.029 1023.179,275.19 1023.991,274.969 C 1023.847,275.547 1024.12,275.865 1024.711,275.833 C 1023.915,275.822 1023.077,276.077 1022.352,276.384 C 1021.748,276.641 1019.748,278.556 1021.471,277.561 C 1021.3,277.824 1021.13,278.088 1020.961,278.354 C 1022.309,278.237 1022.96,276.024 1024.491,276.698 C 1023.659,276.893 1022.104,277.537 1021.901,278.498 C 1022.47,278.509 1022.996,278.364 1023.481,278.065 C 1022.922,278.329 1022.442,278.761 1022.121,279.29 C 1022.863,279.407 1023.607,279.269 1024.351,279.29 C 1023.239,279.513 1021.587,279.106 1020.671,279.938 C 1022.257,281.212 1024.201,279.702 1025.931,279.793 C 1024.971,279.981 1024.971,280.077 1025.931,280.081 C 1024.508,280.221 1022.454,280.112 1021.471,281.377 C 1022.475,280.63 1024.015,281.094 1025.072,281.449 C 1024.648,281.856 1024.145,282.024 1023.562,281.953 C 1023.415,283.03 1024.575,282.684 1025.142,282.457 C 1024.923,282.694 1024.706,282.935 1024.492,283.177 C 1025.678,283.27 1025.929,281.323 1027.732,281.665 C 1026.84,281.677 1026.274,282.43 1025.502,282.745 C 1025.908,283.703 1026.777,283.349 1027.522,283.105 C 1027.439,284.471 1025.028,283.888 1024.202,284.329 C 1025.426,284.297 1026.647,284.184 1027.872,284.184 C 1026.643,284.693 1025.31,284.916 1024.132,285.552 C 1025.337,285.66 1028.463,286.005 1029.392,285.048 C 1028.65,285.125 1027.869,285.305 1027.152,284.976 C 1028.901,284.794 1030.653,284.533 1032.412,284.76 C 1032.142,284.968 1031.879,285.185 1031.622,285.408 C 1032.252,285.921 1033.473,285.729 1033.062,284.688 C 1034.008,284.812 1036.501,282.718 1036.802,284.399 C 1037.461,284.179 1037.948,283.92 1036.802,283.536 C 1037.858,283.966 1040.051,282.518 1038.462,282.24 C 1039.285,282.615 1039.879,281.738 1040.692,281.807 C 1040.415,282.033 1040.152,282.273 1039.902,282.528 C 1040.142,282.695 1040.382,282.863 1040.622,283.032 C 1039.951,283.904 1038.243,283.551 1038.032,284.832 C 1039.47,284.16 1041.502,284.245 1042.202,282.528 C 1042.317,283.704 1042.916,283.148 1043.722,282.672 C 1042.113,284.908 1038.926,283.934 1036.952,285.552 C 1037.428,285.31 1037.931,285.214 1038.462,285.264 C 1037.712,285.558 1036.893,285.707 1036.232,286.201 C 1037.264,286.816 1038.032,285.097 1039.182,285.553 C 1038.925,285.753 1038.661,285.946 1038.392,286.129 C 1039.807,286.176 1041.052,285.013 1042.132,284.257 C 1042.795,285.391 1041.507,285.035 1040.771,285.379 C 1040.238,285.629 1037.616,286.705 1039.322,286.705 C 1038.55,286.912 1037.811,287.225 1037.092,287.568 C 1037.955,287.852 1038.474,286.909 1039.322,286.993 C 1037.858,287.765 1039.373,286.97 1039.252,288.217 C 1040.067,287.446 1040.923,286.67 1042.132,286.778 C 1041.27,286.953 1040.522,287.474 1039.972,288.147 C 1040.765,287.897 1041.479,287.459 1042.272,287.209 C 1041.713,287.473 1041.233,287.904 1040.912,288.433 C 1042.707,288.49 1043.562,286.694 1045.232,286.49 C 1044.339,286.984 1043.956,287.956 1043.227,288.62 C 1042.489,289.293 1041.051,289.691 1040.842,290.809 C 1042.426,289.999 1044.281,288.449 1045.952,288.001 C 1044.323,289.352 1042.367,289.99 1040.762,291.241 C 1041.164,291.82 1041.75,291.874 1042.202,291.312 C 1042.374,292.295 1043.128,292.048 1043.432,291.312 C 1042.566,293.169 1044.766,291.007 1045.082,290.808 C 1045.855,290.321 1046.779,290.622 1046.742,289.369 C 1047.243,289.983 1047.704,289.898 1047.962,289.152 C 1047.863,289.722 1047.599,290.202 1047.172,290.592 C 1047.605,290.669 1048.038,290.741 1048.472,290.808 C 1047.904,290.657 1047.424,290.801 1047.033,291.241 C 1047.471,291.605 1047.974,291.773 1048.543,291.745 C 1046.981,292.117 1048.353,292.356 1048.989,292.508 C 1049.821,292.706 1050.431,292.404 1050.273,291.457 C 1050.951,291.704 1051.62,292.05 1052.363,292.033 C 1052.284,290.973 1049.337,290.954 1048.613,290.808 C 1050.107,290.501 1051.637,291.952 1053.073,291.096 C 1052.96,290.527 1052.58,290.243 1052.003,290.376 C 1052.474,290.113 1052.978,290.017 1053.513,290.088 C 1053.176,289.259 1051.561,289.229 1053.003,288.864 C 1052.229,288.973 1051.531,289.341 1050.773,289.511 C 1051.333,289.244 1051.815,288.814 1052.143,288.287 C 1050.904,287.869 1049.523,287.943 1048.393,287.207 C 1049.244,287.518 1050.599,287.964 1051.273,287.062 C 1051.593,288.491 1054.904,288.378 1053.073,287.71 C 1054.06,287.991 1055.15,287.817 1056.103,287.494 C 1055.593,287.466 1055.09,287.394 1054.593,287.278 C 1055.416,287.408 1056.295,287.384 1056.823,286.63 C 1055.826,287.065 1054.906,287.133 1053.873,286.775 C 1054.729,286.86 1056.183,287.314 1056.393,286.054 C 1055.454,285.658 1054.401,285.805 1053.443,285.478 C 1054.627,285.638 1056.015,286.103 1057.183,285.623 C 1055.964,285.173 1054.599,285.259 1053.443,284.615 C 1054.335,284.916 1055.315,285.079 1056.258,284.993 C 1057.248,284.902 1057.467,283.987 1058.333,283.679 C 1056.769,283.984 1054.773,283.648 1053.293,283.104 C 1054.967,283.015 1056.909,283.93 1058.483,283.032 C 1057.726,282.807 1056.949,282.665 1056.173,282.528 C 1057.062,282.528 1058.55,283.08 1059.194,282.168 C 1058.719,282.232 1058.242,282.256 1057.763,282.24 C 1059.61,281.768 1056.724,281.608 1056.243,281.448 C 1057.535,281.582 1061.021,282.338 1060.713,280.008 C 1059.768,280.008 1058.569,280.311 1057.833,279.504 C 1058.741,279.693 1060.219,280.067 1061.13,279.778 C 1061.828,279.556 1062.098,278.76 1062.793,278.496 C 1061.824,279.069 1060.739,278.552 1059.913,277.992 C 1060.601,277.987 1064.725,278.762 1063.373,276.983 C 1064.033,277.107 1064.331,276.746 1064.093,276.12 C 1063.511,276.242 1062.935,276.387 1062.364,276.552 C 1063.038,276.099 1064.951,275.092 1064.407,274.002 C 1063.979,273.147 1062.037,272.862 1061.284,272.304 C 1062.75,272.451 1064.149,273.804 1065.674,273.312 C 1065.181,273.079 1064.704,272.815 1064.244,272.521 C 1065.698,272.811 1064.619,271.753 1063.719,271.828 C 1062.847,271.9 1061.634,271.04 1061.074,270.432 C 1061.836,270.795 1062.809,270.981 1063.647,270.985 C 1063.963,270.986 1064.455,270.966 1064.649,270.652 C 1064.757,270.409 1064.742,270.167 1064.603,269.928 C 1065.633,269.956 1065.656,269.836 1064.673,269.568 C 1065.569,269.742 1066.4,269.59 1067.194,270.146 C 1066.423,269.999 1065.524,270.049 1065.244,270.937 C 1065.865,270.931 1066.468,270.821 1067.051,270.608 C 1069.073,269.932 1066.57,270.193 1068.238,269.862 C 1068.751,269.76 1069.967,269.086 1070.364,269.281 C 1070.657,267.713 1067.31,268.956 1068.194,267.121 C 1068.565,267.939 1070.173,268.539 1071.004,268.273 C 1070.901,267.69 1070.474,267.24 1069.924,267.048 C 1070.412,267.048 1072.109,268.37 1072.361,267.486 C 1072.836,265.825 1070.34,266.724 1070.864,265.248 C 1071.532,265.555 1073.669,267.544 1074.483,266.923 C 1074.788,266.691 1072.685,265.183 1072.444,265.032 C 1073.226,265.29 1073.904,265.764 1074.604,266.183 C 1074.185,265.742 1073.705,265.382 1073.164,265.104 C 1073.873,265.566 1074.114,265.398 1073.884,264.599 C 1074.18,264.834 1076.27,266.4 1074.824,264.744 C 1075.34,265.251 1075.628,265.154 1075.991,264.589 C 1076.219,264.235 1077.229,264.681 1077.563,264.6 C 1077.288,263.164 1074.513,262.475 1073.313,262.728 C 1074.072,261.854 1075.327,262.714 1076.146,262.96 C 1077.2,263.275 1078.327,262.847 1079.363,263.231 C 1079.177,262.507 1079.925,261.634 1078.853,261.36 C 1079.877,261.201 1080.927,259.801 1079.278,259.65 C 1077.964,259.53 1076.382,260.109 1075.393,258.912 C 1076.357,257.844 1077.91,258.693 1079.104,258.233 C 1080.274,257.784 1081.088,258.563 1082.163,258.263 C 1082.136,257.698 1081.797,257.358 1081.233,257.327 C 1082.692,255.698 1080.584,255.071 1079.863,253.799 C 1080.622,253.705 1080.348,253.382 1080.634,252.909 C 1081.058,252.206 1082.616,252.613 1083.277,252.415 C 1083.755,252.272 1084.237,252.961 1084.614,253.125 C 1085.086,253.329 1087.731,252.823 1086.194,252.143 C 1087.19,252.309 1087.57,251.021 1088.644,251.352 C 1088.444,251.12 1088.254,250.879 1088.074,250.631 C 1088.332,250.478 1088.595,250.333 1088.864,250.199 C 1088.297,249.998 1087.72,249.83 1087.134,249.695 C 1087.506,248.41 1088.2,249.369 1089.01,249.245 C 1089.656,249.146 1089.829,248.037 1090.536,248.09 C 1091.092,248.132 1090.994,249.031 1091.454,249.118 C 1092.158,249.251 1093.227,248.625 1092.604,247.822 C 1093.866,248.289 1094.966,248.843 1096.354,248.758 C 1096.137,248.518 1095.92,248.279 1095.704,248.038 C 1096.652,248.069 1097.241,247.472 1097.004,248.686 C 1097.9,247.812 1098.892,248.676 1099.664,247.03 C 1099.015,246.728 1097.766,246.342 1098.654,245.446 C 1098.698,246.904 1100.45,246.284 1101.104,245.662 C 1101.491,245.294 1100.49,244.87 1101.424,244.723 C 1102.176,244.604 1102.242,243.642 1102.974,243.358 C 1102.421,243.295 1101.918,243.104 1101.464,242.782 C 1103.237,242.733 1104.956,243.267 1106.724,243.286 C 1105.265,243.386 1102.28,244.773 1101.964,246.382 C 1102.731,245.83 1104.205,246.849 1105.087,246.949 C 1106.284,247.086 1105.333,245.26 1106.724,245.374 C 1106.213,245.725 1106.044,246.293 1106.434,246.813 C 1107.162,245.727 1109.439,246.598 1109.604,245.013 C 1110.2,245.216 1110.455,245.727 1110.174,246.309 C 1111.013,245.77 1112.053,246.187 1112.849,245.498 C 1113.9,244.589 1114.109,244.893 1115.365,244.653 C 1114.966,243.868 1115.675,243.006 1114.565,242.636 C 1115.524,241.948 1115.401,243.089 1116.255,243.459 C 1116.937,243.754 1117.717,243.849 1118.455,243.86 C 1117.854,243.363 1118.012,242.807 1118.675,242.492 C 1118.26,244.569 1122.576,241.659 1123.205,241.555 C 1122.711,240.998 1122.968,240.429 1123.565,240.116 C 1123.404,241.763 1124.944,239.737 1123.855,241.268 C 1124.44,240.959 1125.682,239.382 1126.445,239.971 C 1126.261,239.279 1126.448,238.13 1127.455,238.532 C 1126.24,237.515 1129.696,237.954 1129.866,236.975 C 1130,236.205 1131.07,236.213 1130.554,235.364 C 1131.42,235.775 1132.077,234.858 1131.914,234.068 C 1132.909,234.376 1133.082,233.508 1133.769,233.096 C 1134.605,232.595 1136.316,232.278 1137.303,231.906 C 1137.967,231.656 1139.57,232.159 1139.92,231.509 C 1140.199,230.992 1140.025,230.115 1140.914,230.324 C 1140.853,229.303 1139.769,229.449 1139.124,229.028 C 1139.657,229.163 1140.16,229.091 1140.634,228.811 C 1140.319,228.373 1139.261,228.154 1139.155,227.598 C 1138.997,226.767 1139.942,226.935 1140.053,226.147 C 1140.257,226.887 1140.245,228.043 1141.273,227.299 C 1141.435,229.065 1142.471,228.563 1143.793,229.028 C 1142.264,229.158 1143.453,230.172 1144.432,230.168 C 1146.241,230.159 1147.98,230.334 1149.773,229.964 C 1149.507,229.43 1149.101,229.046 1148.553,228.812 C 1149.304,228.845 1149.636,229.463 1150.25,229.77 C 1150.926,230.108 1151.593,229.874 1152.293,229.821 C 1152.195,229.226 1151.752,228.821 1151.143,228.812 C 1151.861,228.677 1152.6,229.142 1152.886,228.208 C 1153.132,227.407 1154.23,228.567 1154.578,228.697 C 1155.271,228.956 1158.099,229.256 1157.762,227.804 C 1158.923,228.523 1160.393,228.084 1161.567,227.658 C 1162.201,227.428 1162.7,226.928 1163.413,227.279 C 1164.046,227.592 1164.623,227.21 1164.602,226.508 C 1165.153,227.331 1167.056,226.836 1167.773,226.58 C 1168.935,226.166 1170.019,226.431 1171.235,226.038 C 1172.117,225.753 1173.008,226.044 1173.887,225.804 C 1174.547,225.623 1174.846,224.924 1175.577,224.924 C 1177.121,224.924 1178.14,223.656 1179.582,223.34 C 1177.8,223.4 1180.241,222.835 1181.022,223.124 C 1180.752,221.825 1181.147,222.698 1182.029,222.527 C 1182.613,222.414 1183.379,221.481 1181.962,221.685 C 1182.814,220.735 1183.969,221.811 1184.982,221.468 C 1183.148,221.147 1185.848,221.636 1184.692,220.316 C 1185.387,220.5 1186.153,220.539 1186.867,220.474 C 1187.43,220.422 1189.608,219.597 1187.792,219.237 C 1188.597,219.288 1190.031,219.791 1190.714,219.412 C 1191.746,218.839 1191.468,217.929 1190.242,217.941 C 1190.865,217.995 1193.582,218.459 1193.262,217.148 C 1193.957,217.414 1194.71,218.018 1195.492,217.581 C 1195.077,217.218 1194.597,217.074 1194.052,217.148 C 1195.64,217.029 1198.857,216.637 1200.172,215.709 C 1199.445,214.859 1197.875,215.335 1196.956,215.449 C 1195.375,215.644 1193.468,215.577 1191.939,215.117 C 1190.606,214.716 1189.086,215.028 1187.816,214.392 C 1186.296,213.631 1185.077,213.731 1183.473,214.125 C 1183.698,213.868 1183.915,213.604 1184.123,213.333 C 1182.438,213.003 1180.829,213.949 1179.223,214.269 C 1177.121,214.687 1174.893,213.773 1173.127,215.346 C 1171.756,216.566 1171.333,215.56 1169.956,215.808 C 1168.752,216.025 1166.414,216.012 1165.323,215.421 C 1166.905,215.652 1170.056,215.486 1171.507,214.823 C 1172.399,214.417 1173.333,213.939 1174.323,213.837 C 1175.657,213.699 1176.913,214.088 1178.073,213.19 C 1176.403,211.469 1172.109,212.947 1170.078,213.154 C 1169.334,213.23 1168.595,213.373 1167.843,213.298 C 1167.137,213.227 1167.487,212.304 1166.754,212.558 C 1165.892,212.856 1163.419,213.407 1162.663,212.758 C 1164.105,212.867 1166.664,212.8 1167.807,211.775 C 1168.947,210.751 1171.609,210.028 1168.713,209.014 C 1169.817,209.364 1171.413,209.446 1172.523,209.086 C 1171.999,208.915 1171.611,208.483 1171.523,207.935 C 1172.319,207.723 1172.702,208.459 1173.169,208.929 C 1173.908,209.673 1175.257,209.397 1176.193,209.376 C 1177.963,209.335 1182.899,209.022 1183.698,207.3 C 1183.933,206.794 1185.368,207.863 1185.233,206.639 C 1185.157,205.958 1184.216,205.604 1183.669,205.462 C 1182.734,205.219 1181.76,205.532 1180.809,205.518 C 1179.218,205.495 1177.644,205.2 1176.053,205.2 C 1178.064,204.669 1175.004,204.688 1174.504,204.67 C 1173.003,204.613 1171.497,205.332 1170.004,204.912 C 1171.602,204.715 1174.942,205.312 1176.054,203.832 C 1175.507,203.709 1171.811,202.277 1173.825,202.536 C 1172.819,202.277 1171.755,202.284 1170.725,202.319 C 1171.271,201.774 1171.107,201.192 1170.435,200.88 C 1172.008,201.692 1173.537,201.918 1175.042,202.734 C 1176.166,203.343 1177.682,205.23 1179.037,205.026 C 1179.599,204.942 1180.02,204.528 1180.595,204.48 C 1181.369,204.414 1182.131,204.849 1182.895,204.913 C 1185.002,205.088 1186.328,206.726 1188.533,206.536 C 1189.799,206.427 1191.299,208.186 1191.097,209.398 C 1190.723,211.642 1192.547,212.022 1194.335,212.582 C 1195.333,212.895 1197.817,213.523 1198.743,212.66 C 1199.331,212.113 1198.895,209.557 1200.315,210.456 C 1198.449,213.477 1201.851,211.916 1202.19,212.83 C 1202.788,214.44 1205.792,211.449 1203.706,211.752 C 1203.843,211.161 1204.307,210.773 1204.926,210.815 C 1204.446,210.563 1203.943,210.371 1203.416,210.24 C 1204.313,210.679 1204.668,209.443 1205.356,209.16 C 1204.835,209.009 1204.309,208.984 1203.776,209.088 C 1204.016,208.848 1204.256,208.609 1204.496,208.368 C 1203.754,208.433 1203.013,208.535 1202.266,208.512 C 1203.029,208.334 1204.43,207.324 1205.216,207.792 C 1205.242,207.167 1204.874,206.896 1204.276,207 C 1204.802,206.924 1205.309,206.78 1205.796,206.567 C 1204.743,206.376 1204.743,206.184 1205.796,205.992 C 1203.853,205.452 1202.816,205.882 1201.256,207.072 C 1201.527,204.975 1203.027,204.294 1205.076,203.903 C 1203.7,203.878 1202.446,203.943 1201.256,204.84 C 1201.157,204.229 1201.557,203.852 1202.126,203.76 C 1201.071,203.374 1199.98,204.061 1199.026,204.408 C 1199.366,203.291 1201.417,202.799 1202.406,202.679 C 1201.449,201.799 1199.978,202.384 1199.181,201.71 C 1198.225,200.901 1196.467,201.276 1196.576,200.159 C 1195.281,200.697 1193.38,199.411 1192.193,199.008 C 1190.189,198.325 1188.992,200.146 1187.146,200.375 C 1187.672,200.086 1188.071,199.588 1188.226,199.007 C 1187.456,198.979 1186.655,199.198 1185.916,198.863 C 1186.615,198.888 1192.689,199.154 1192.221,197.532 C 1191.359,194.546 1185.094,196.88 1183.476,197.495 C 1183.724,197.238 1183.964,196.974 1184.196,196.703 C 1183.406,196.804 1182.61,196.775 1181.816,196.775 C 1182.364,196.71 1182.891,196.565 1183.396,196.342 C 1181.901,195.838 1180.236,196.576 1178.796,195.838 C 1180,195.921 1181.198,195.766 1182.401,195.766 C 1183.478,195.766 1184.409,196.46 1185.502,196.361 C 1186.597,196.261 1187.563,195.662 1188.656,195.55 C 1189.773,195.436 1190.986,195.534 1191.756,194.542 C 1190.83,194.01 1189.718,194.296 1188.726,194.038 C 1187.131,193.624 1185.832,193.296 1184.191,193.729 C 1183.055,194.029 1181.568,193.605 1180.565,194.092 C 1179.836,194.446 1179.345,195.287 1178.437,195.19 C 1179.39,194.924 1179.358,193.722 1178.287,193.75 C 1179.361,193.788 1180.454,193.298 1181.522,193.59 C 1182.77,193.931 1183.491,193.726 1184.407,192.814 C 1182.809,192.864 1181.441,192.085 1179.947,191.663 C 1181.114,191.022 1182.086,192.455 1183.193,192.546 C 1184.648,192.665 1186.087,193.267 1187.554,193.184 C 1188.904,193.108 1189.655,192.487 1190.801,191.931 C 1191.965,191.365 1193.318,191.498 1194.568,191.376 C 1193.319,190.56 1191.361,189.783 1190.388,188.64 C 1191.619,188.083 1193.045,189.933 1193.863,190.578 C 1195.149,191.59 1196.139,190.389 1197.191,189.722 C 1198.544,188.865 1200.342,189.502 1201.746,189.91 C 1203.84,190.519 1205.439,190.556 1207.598,190.513 C 1205.617,191.107 1204.052,190.773 1202.132,190.193 C 1201.081,189.876 1199.044,189.288 1198.448,190.657 C 1202.596,192.434 1205.738,193.934 1210.165,192.13 C 1211.981,191.39 1213.55,191.956 1215.476,191.812 C 1217.055,191.693 1216.308,191.576 1216.852,190.558 C 1217.226,189.861 1218.199,189.565 1218.318,188.713 C 1216.025,188.652 1213.753,187.521 1211.533,187.543 C 1209.055,187.567 1211.79,189.95 1209.968,190.297 C 1210.265,188.023 1209.645,188.064 1207.448,187.417 C 1208.265,187.211 1209.226,187.47 1209.688,186.553 C 1209.268,186.13 1208.761,185.89 1208.168,185.833 C 1209.396,186.054 1210.843,185.829 1211.918,185.185 C 1211.697,184.628 1211.241,184.186 1210.688,183.961 C 1211.614,183.853 1212.145,184.866 1213.185,184.844 C 1215.147,184.802 1217.09,184.897 1219.053,184.897 C 1219.646,184.897 1220.049,185.828 1220.557,186.049 C 1221.136,186.3 1221.804,186.229 1222.415,186.283 C 1224.169,186.442 1225.422,185.357 1226.887,184.609 C 1226.139,184.673 1225.142,184.236 1225.377,183.312 C 1223.875,183.372 1222.574,184.141 1221.104,183.406 C 1219.64,182.673 1217.907,183.767 1216.377,183.529 C 1217.171,183.484 1217.999,183.394 1218.687,182.953 C 1217.756,182.156 1218.758,181.307 1219.327,180.721 C 1217.573,180.497 1216.088,180.971 1214.4,181.332 C 1212.689,181.698 1212.231,180.295 1210.767,180.144 C 1212.283,180.223 1212.898,181.49 1214.589,180.963 C 1216.382,180.405 1218.29,180.79 1220.047,180.216 C 1218.043,178.234 1215.089,178.579 1212.567,177.912 C 1213.595,178.038 1214.642,177.865 1215.657,178.128 C 1214.904,177.212 1213.71,177.125 1212.637,176.903 C 1214.558,176.202 1216.473,177.899 1218.107,178.632 C 1218.921,178.997 1223.864,178.526 1222.857,179.928 C 1223.833,180.257 1225.119,180.364 1225.957,179.64 C 1226.762,178.945 1227.216,177.336 1226.097,176.689 C 1226.337,176.544 1226.577,176.4 1226.817,176.256 C 1223.973,173.486 1218.755,174.744 1215.227,174.744 C 1216.972,174.558 1218.734,174.747 1220.482,174.76 C 1222.192,174.772 1223.81,174.099 1225.456,174.121 C 1227.206,174.145 1226.452,172.739 1225.017,172.837 C 1223.319,172.954 1221.584,172.17 1219.908,172.511 C 1220.97,172.715 1221.877,173.355 1222.928,173.591 C 1221.838,173.713 1221.002,172.909 1219.978,172.727 C 1218.9,172.536 1217.883,173.178 1216.808,172.944 C 1217.033,172.686 1217.249,172.422 1217.458,172.151 C 1216.44,171.319 1214.761,171.687 1213.568,171.719 C 1214.704,170.99 1216.126,171.977 1217.318,171.36 C 1216.78,171.325 1216.251,171.373 1215.728,171.504 C 1216.228,171.355 1216.734,171.235 1217.248,171.144 C 1216.765,170.85 1216.258,170.802 1215.728,171 C 1217.187,170.757 1214.905,170.095 1214.218,171.144 C 1214.037,170.596 1213.587,170.185 1212.998,170.136 C 1213.304,169.837 1215.007,168.912 1215.422,168.873 C 1216.382,168.783 1216.764,169.877 1217.547,170.098 C 1218.949,170.493 1220.818,169.535 1222.137,169.128 C 1220.959,168.505 1219.574,168.928 1218.317,168.768 C 1219.981,168.289 1222.033,169.509 1223.577,168.552 C 1223.101,168.286 1222.598,168.215 1222.067,168.336 C 1224.531,167.55 1227.414,168.19 1229.873,168.707 C 1231.418,169.031 1234.536,169.992 1235.905,168.798 C 1238.587,166.46 1234.104,165.158 1232.279,166.28 C 1231.378,166.834 1230.61,166.265 1230.046,165.727 C 1229.061,164.788 1226.121,165.365 1224.878,165.311 C 1225.89,164.992 1226.946,165.428 1227.968,165.167 C 1226.432,164.794 1224.841,164.786 1223.288,164.52 C 1224.307,164.466 1225.297,164.822 1226.318,164.664 C 1224.372,164.292 1226.898,164.321 1227.178,164.376 C 1226.352,163.809 1225.067,163.616 1224.088,163.728 C 1227.163,162.774 1230.198,164.253 1233.298,164.016 C 1232.893,162.266 1228.783,162.449 1227.471,162.246 C 1226.223,162.054 1225.218,161.481 1223.939,161.935 C 1222.458,162.461 1221.679,164.095 1220.198,164.448 C 1222.259,163.731 1219.046,163.584 1218.608,163.584 C 1219.795,162.41 1221.289,161.617 1222.788,160.92 C 1222.285,160.875 1221.781,160.827 1221.278,160.776 C 1222.114,160.699 1223.588,160.87 1223.708,159.685 C 1223.784,158.929 1225.276,158.209 1225.878,157.968 C 1225.436,157.551 1224.933,157.454 1224.368,157.68 C 1224.765,157.491 1227.684,156.726 1225.668,156.529 C 1226.69,156.304 1227.851,155.815 1228.914,155.99 C 1229.871,156.147 1231.265,156.522 1231.894,155.491 C 1232.477,154.535 1233.132,154.87 1234.088,154.585 C 1234.693,154.404 1235.069,153.834 1235.678,153.648 C 1236.412,153.425 1236.508,154.207 1237.188,153.432 C 1235.591,152.969 1234.674,154.072 1233.368,153.937 C 1233.924,153.648 1234.404,153.264 1234.807,152.785 C 1235.075,152.484 1234.443,152.211 1234.924,151.971 C 1236.311,151.28 1236.635,150.399 1238.404,150.445 C 1241.605,150.529 1243.935,150.156 1246.907,148.896 C 1244.857,147.322 1241.56,148.711 1239.235,148.675 C 1238.001,148.656 1236.747,148.627 1235.53,148.871 C 1234.906,148.996 1232.16,150.476 1233.947,150.12 C 1232.434,150.673 1232.117,149.916 1230.777,149.975 C 1231.459,149.423 1233.674,148.826 1232.217,148.536 C 1233.836,148.374 1235.331,147.619 1236.961,147.532 C 1239.332,147.404 1241.763,147.969 1244.155,147.945 C 1247.744,147.908 1251.008,147.622 1254.247,146.232 C 1250.011,145.245 1245.641,146.323 1241.358,145.863 C 1239.573,145.671 1237.767,145.35 1235.967,145.512 C 1233.942,145.694 1231.963,146.214 1229.917,145.945 C 1233.223,145.544 1236.379,145.257 1239.706,145.559 C 1241.005,145.677 1242.336,145.762 1243.629,145.54 C 1244.667,145.362 1245.509,144.605 1246.555,144.621 C 1249.207,144.659 1251.844,145.32 1254.516,144.936 C 1255.794,144.753 1256.993,144.323 1258.301,144.351 C 1259.373,144.374 1260.889,144.59 1261.667,143.639 C 1261.104,143.656 1260.624,143.464 1260.227,143.063 C 1261.749,142.5 1263.36,143.021 1264.919,142.784 C 1266.147,142.597 1267.289,142.07 1268.52,141.881 C 1270.662,141.553 1273.596,141.661 1275.347,140.184 C 1271.583,139.883 1267.845,139.017 1264.06,138.681 C 1259.464,138.274 1254.87,138.637 1250.287,139.033 C 1250.454,139.275 1250.623,139.515 1250.797,139.753 C 1250.03,139.71 1247.354,140.4 1249.357,140.257 C 1247.873,141.026 1245.516,141.233 1243.86,140.976 C 1242.916,140.83 1242.058,140.459 1241.083,140.495 C 1239.559,140.55 1238.123,141.15 1236.607,141.265 C 1236.911,140.437 1237.766,140.121 1238.557,139.969 C 1234.261,140.532 1230.187,141.567 1226.032,142.781 C 1224.173,143.324 1221.847,143.536 1220.102,144.23 C 1218.232,144.974 1216.717,145.603 1214.727,146.089 C 1215.153,145.895 1217.545,145.233 1215.437,145.297 C 1217.613,144.824 1219.613,143.798 1221.656,142.951 C 1223.305,142.267 1225.075,141.985 1226.695,141.251 C 1227.641,140.823 1228.995,140.232 1229.501,139.254 C 1230.3,137.709 1227.103,137.629 1226.357,137.675 C 1224.785,137.772 1223.068,137.722 1221.523,137.991 C 1219.744,138.3 1219.065,139.803 1217.093,139.829 C 1214.713,139.861 1212.433,140.394 1210.056,140.597 C 1207.713,140.797 1204.954,141.794 1202.627,141.41 C 1203.132,141.424 1203.635,141.4 1204.137,141.338 C 1203.633,141.117 1203.106,140.997 1202.557,140.978 C 1204.396,140.016 1207.017,140.289 1209.04,140.077 C 1210.645,139.909 1213.604,140.26 1214.578,138.602 C 1213.022,137.33 1209.052,138.087 1207.207,138.052 C 1203.868,137.988 1200.464,137.847 1197.137,138.183 C 1190.759,138.827 1184.376,139.097 1178.008,139.97 C 1178.577,138.229 1182.4,138.413 1183.783,138.391 C 1186.877,138.342 1190.012,138.453 1193.048,137.738 C 1191.346,136.426 1188.532,137.163 1186.568,137.163 C 1190.307,136.717 1194.035,137.688 1197.777,137.397 C 1202.157,137.057 1206.527,137.405 1210.91,137.387 C 1215.15,137.369 1219.356,136.649 1223.593,136.635 C 1225.656,136.628 1227.659,136.713 1229.665,136.135 C 1231.117,135.717 1232.974,135.784 1234.308,135.074 C 1230.778,133.373 1226.331,133.852 1222.568,134.282 C 1222.865,134.075 1223.155,133.859 1223.438,133.634 C 1220.396,132.681 1217.22,134.307 1214.148,134.21 C 1216.02,134.104 1217.836,133.613 1219.618,133.058 C 1215.958,131.285 1211.5,132.699 1207.639,132.699 C 1202.843,132.699 1198.135,132.214 1193.34,132.668 C 1189.173,133.062 1185.287,133.171 1181.078,133.263 C 1180.048,133.285 1179.326,133.262 1178.444,133.846 C 1178.206,134.004 1176.535,133.488 1176.227,133.484 C 1174.118,133.456 1172.126,134.228 1170.089,134.212 C 1170.494,134.128 1172.744,133.746 1170.949,133.564 C 1175.435,132.999 1179.972,132.917 1184.489,132.917 C 1183.483,132.362 1182.346,132.479 1181.249,132.341 C 1183.986,132.341 1186.71,132.899 1189.449,132.629 C 1192.215,132.357 1194.992,132.197 1197.772,132.197 C 1203.906,132.197 1210.07,132.518 1216.169,131.693 C 1212.601,130.001 1208.364,130.884 1204.569,130.756 C 1206.732,131.019 1202.713,130.859 1202.269,130.756 C 1202.793,130.687 1203.32,130.662 1203.849,130.684 C 1202.953,130.317 1202.099,130.739 1201.189,130.684 C 1200.185,130.624 1199.252,130.18 1198.239,130.18 C 1196.176,130.18 1194.113,130.314 1192.049,130.252 C 1187.922,130.129 1183.783,129.796 1179.659,130.18 C 1179.95,130.323 1180.24,130.467 1180.529,130.613 C 1179.529,130.984 1179.045,130.261 1178.219,130.109 C 1177.51,129.979 1175.941,130.322 1175.11,130.358 C 1172.402,130.474 1169.384,129.709 1166.769,130.613 C 1167.322,130.675 1167.825,130.866 1168.279,131.188 C 1166.514,131.422 1164.857,130.412 1163.093,130.559 C 1161.242,130.713 1159.425,131.117 1157.558,130.9 C 1157.103,132.638 1163.934,132.381 1164.898,132.268 C 1162.24,132.919 1159.465,132.454 1156.768,132.701 C 1158.699,133.231 1160.71,132.688 1162.668,132.917 C 1159.977,132.917 1157.174,132.454 1154.528,133.133 C 1155.343,133.237 1155.892,134.099 1156.768,133.925 C 1156.026,134.56 1154.868,133.907 1154.149,133.596 C 1153.041,133.117 1151.896,133.154 1150.713,133.194 C 1148.004,133.284 1145.265,131.972 1142.578,132.557 C 1144.769,132.219 1141.324,131.65 1140.783,131.605 C 1139.488,131.497 1137.913,131.418 1136.678,131.909 C 1137.28,131.892 1137.88,131.916 1138.478,131.981 C 1137.046,132.201 1135.596,131.981 1134.159,131.981 C 1135.466,132.48 1136.909,132.273 1138.259,132.557 C 1136.32,132.451 1134.377,132.423 1132.442,132.25 C 1130.441,132.072 1128.447,132.654 1126.45,132.341 C 1128.221,132.95 1130.107,132.998 1131.92,133.421 C 1130.273,133.241 1128.615,133.192 1126.965,133.042 C 1125.008,132.862 1122.867,132.178 1120.979,133.061 C 1121.79,133.019 1122.625,133.13 1123.359,133.494 C 1122.256,133.431 1121.152,133.055 1120.049,133.349 C 1121.291,133.929 1122.744,133.863 1124.079,133.853 C 1124.911,133.847 1125.742,133.857 1126.574,133.831 C 1126.866,133.822 1129.47,133.913 1127.529,133.494 C 1131.941,133.72 1136.357,133.627 1140.767,133.804 C 1142.543,133.875 1144.306,134.122 1146.082,134.175 C 1146.684,134.193 1151.262,134.671 1149.199,135.366 C 1150.728,135.573 1149.194,136.383 1148.86,136.038 C 1148.295,135.455 1147.407,135.166 1146.653,134.938 C 1145.151,134.484 1142.815,133.867 1141.279,134.501 C 1141.529,134.634 1141.772,134.777 1142.009,134.933 C 1141.414,136.736 1140.666,134.5 1140.149,134.35 C 1138.642,133.911 1136.854,134.038 1135.31,134.093 C 1133.408,134.161 1131.502,134.179 1129.6,134.206 C 1127.882,134.231 1125.847,133.717 1124.219,134.43 C 1125.413,134.812 1126.633,135.109 1127.858,135.37 C 1128.479,135.502 1129.102,135.626 1129.727,135.744 C 1130.164,135.827 1132.825,135.891 1130.769,136.374 C 1132.885,136.787 1135.065,136.589 1137.179,137.021 C 1135.006,137.158 1132.745,136.937 1130.592,136.632 C 1129.698,136.506 1128.764,136.37 1127.864,136.53 C 1127.317,136.628 1125.258,137.527 1127.099,137.669 C 1126.304,137.827 1125.43,137.756 1124.729,138.245 C 1125.232,138.297 1125.735,138.345 1126.239,138.389 C 1124.459,138.959 1126.572,139.014 1127.029,139.037 C 1124.374,139.656 1121.942,139.163 1119.43,138.252 C 1117.351,137.498 1115.1,137.76 1113.046,137.023 C 1111.122,136.334 1108.603,136.05 1106.579,135.652 C 1103.872,135.119 1101.022,135.256 1098.299,135.581 C 1098.986,136.058 1098.667,136.944 1099.32,137.354 C 1100.385,138.021 1102.12,138.23 1103.339,138.461 C 1101.074,139.164 1098.488,138.867 1096.209,138.389 C 1097.649,139.211 1099.376,139.233 1100.819,140.045 C 1099.152,140.471 1097.766,139.483 1096.209,139.109 C 1094.27,138.643 1092.154,138.522 1090.178,138.237 C 1089.55,138.146 1088.631,137.865 1088,138.013 C 1087.199,138.201 1086.742,139.034 1085.887,139.242 C 1084.684,139.535 1082.803,140.758 1081.599,140.548 C 1082.293,139.336 1084.372,139.177 1084.852,137.75 C 1085.602,135.522 1078.055,136.586 1077.199,136.66 C 1079.412,136.54 1074.77,137.026 1074.158,137.088 C 1072.658,137.239 1071.259,137.042 1069.757,137.143 C 1065.726,137.414 1061.664,137.347 1057.689,138.172 C 1058.46,138.457 1059.29,138.296 1060.069,138.532 C 1060.786,138.75 1061.257,139.426 1061.892,139.782 C 1062.586,140.172 1063.569,140.034 1064.33,140.25 C 1065.496,140.58 1066.591,141.119 1067.768,141.412 C 1065.591,141.487 1063.499,140.359 1061.297,140.243 C 1060.326,140.192 1060.038,140.027 1059.533,139.285 C 1058.99,138.486 1057.602,138.761 1056.775,138.707 C 1054.729,138.574 1052.665,138.294 1050.615,138.53 C 1049.344,138.676 1045.635,140.387 1048.838,140.837 C 1047.867,141.316 1046.631,141.115 1045.808,141.917 C 1045.996,142.161 1046.19,142.401 1046.388,142.637 C 1044.081,143.463 1041.329,142.547 1038.96,142.391 C 1037.736,142.31 1036.27,142.073 1035.166,142.774 C 1034.356,143.288 1035.323,144.319 1035.589,144.87 C 1034.944,144.379 1034.586,143.616 1034.001,143.067 C 1033.171,142.289 1031.2,143.226 1030.197,143.348 C 1027.329,143.698 1024.654,144.713 1021.803,145.115 C 1019.41,145.451 1017.067,145.869 1014.696,146.318 C 1013.417,146.56 1010.801,146.789 1010.169,148.181 C 1011.252,148.09 1012.242,148.86 1013.503,148.74 C 1014.825,148.614 1015.974,148.971 1017.276,149.006 C 1020.373,149.088 1023.651,147.902 1026.728,148.398 C 1024.532,148.319 1021.466,148.338 1019.688,149.83 C 1018.938,150.459 1018.995,151.472 1018.23,152.085 C 1017.188,152.92 1015.713,153.188 1014.443,153.459 C 1011.371,154.113 1009.003,154.765 1005.798,154.478 C 1004.011,154.318 1002.501,154.763 1000.749,154.963 C 998.442,155.228 996.078,155.073 993.829,155.742 C 995.953,156.067 993.12,156.305 992.781,156.341 C 991.547,156.474 990.3,156.436 989.073,156.642 C 988.07,156.81 987.046,156.807 986.041,156.96 C 985.157,157.095 984.343,157.749 983.504,157.819 C 981.793,157.963 980.295,157.683 978.527,157.993 C 977.369,158.196 976.21,158.173 975.043,158.28 C 973.968,158.379 973.236,159.332 972.158,159.414 C 974.118,159.83 970.553,160.667 969.918,160.494 C 971.147,160.731 971.963,161.633 973.088,162.078 C 974.171,162.506 975.696,162.505 976.838,162.366 C 976.326,162.545 975.82,162.737 975.318,162.942 C 977.796,163.567 980.249,162.376 982.738,162.582 C 981.455,162.99 980.111,163.263 978.778,163.446 C 980.276,164.155 982.61,163.883 984.108,163.301 C 982.868,164.197 981.15,164.048 979.718,164.309 C 981.682,164.974 983.905,165.14 985.965,164.986 C 986.948,164.912 987.204,164.828 987.698,164.078 C 988.168,163.364 989.27,164.646 989.902,164.732 C 991.986,165.014 993.855,164.443 995.82,163.874 C 997.114,163.499 999.657,162.948 1000.088,164.812 C 999.399,165.243 998.137,165.22 997.345,165.192 C 996.487,165.161 996.728,166.295 997.648,166.18 C 995.925,166.533 993.645,165.408 991.795,165.463 C 989.306,165.537 986.694,165.627 984.248,166.109 C 985.689,167.205 987.983,166.76 989.649,166.699 C 992.317,166.601 994.906,167.308 997.567,166.684 C 994.911,167.925 970.789,165.078 971.217,168.268 C 972.003,168.108 972.742,168.492 973.527,168.413 C 973.003,168.526 972.473,168.598 971.937,168.629 C 974.229,171.007 976.984,167.094 979.497,168.053 C 978.371,168.059 976.666,168.563 975.958,169.488" id="path4206"/>
<path d="M 1017.648,267.983 C 1017.413,267.833 1017.173,267.857 1016.928,268.055 C 1017.168,268.031 1017.408,268.008 1017.648,267.983" id="path4232"/>
<path d="M 1017.358,267.192 C 1017.115,267.499 1016.891,267.381 1016.998,267.912 C 1017.118,267.672 1017.238,267.433 1017.358,267.192" id="path4234"/>
<path d="M 1020.528,274.608 C 1020.267,274.682 1020.027,274.802 1019.808,274.967 C 1020.048,274.848 1020.288,274.729 1020.528,274.608" id="path4244"/>
<path d="M 1020.818,276.983 C 1020.568,277.055 1020.328,277.151 1020.098,277.272 C 1020.338,277.176 1020.578,277.08 1020.818,276.983" id="path4246"/>
<path d="M 1021.898,278.928 C 1021.652,278.948 1021.412,278.995 1021.178,279.073 C 1021.418,279.024 1021.658,278.976 1021.898,278.928" id="path4250"/>
<path d="M 1022.688,281.952 C 1022.415,281.934 1022.152,281.982 1021.898,282.096 C 1022.161,282.048 1022.425,282 1022.688,281.952" id="path4254"/>
<path d="M 1042.848,288.72 C 1042.609,288.504 1041.567,289.555 1041.408,289.657 C 1041.983,289.49 1042.463,289.178 1042.848,288.72" id="path4350"/>
<path d="M 1046.518,290.808 C 1046.505,291.079 1046.602,291.32 1046.808,291.529 C 1046.711,291.288 1046.614,291.048 1046.518,290.808" id="path4360"/>
<path d="M 1050.408,292.032 C 1050.408,292.224 1050.408,292.416 1050.408,292.608 C 1050.699,292.454 1050.962,292.261 1051.198,292.032 C 1050.938,291.894 1050.675,291.894 1050.408,292.032" id="path4362"/>
<path d="M 1056.458,285.12 C 1056.991,285.4 1057.495,285.352 1057.968,284.975 C 1057.457,284.948 1056.954,284.997 1056.458,285.12" id="path4366"/>
<path d="M 1012.178,248.832 C 1012.807,249.121 1013.603,248.999 1013.688,248.184 C 1013.104,248.212 1012.601,248.428 1012.178,248.832" id="path4218"/>
<path d="M 1013.118,249.983 C 1013.37,249.336 1013.175,248.976 1012.388,249.624 C 1012.631,249.744 1012.875,249.863 1013.118,249.983" id="path4220"/>
<path d="M 1015.848,251.928 C 1015.522,251.865 1015.259,251.985 1015.058,252.288 C 1015.321,252.168 1015.584,252.048 1015.848,251.928" id="path4224"/>
<path d="M 1018.148,258.408 C 1017.68,257.979 1016.981,258.422 1016.717,258.84 C 1017.238,258.843 1017.715,258.698 1018.148,258.408" id="path4230"/>
<path d="M 1020.308,256.608 C 1019.364,256.204 1018.074,257.459 1017.358,257.903 C 1018.559,257.941 1019.539,257.545 1020.308,256.608" id="path4236"/>
<path d="M 1021.967,256.824 C 1020.533,255.663 1019.168,258.574 1018.227,259.2 C 1019.64,258.771 1020.82,257.704 1021.967,256.824" id="path4240"/>
<path d="M 1024.198,281.376 C 1023.691,281.25 1023.21,281.322 1022.758,281.592 C 1023.267,281.714 1023.747,281.643 1024.198,281.376" id="path4258"/>
<path d="M 1026.938,285.768 C 1026.07,285.334 1025.135,285.576 1024.268,285.84 C 1024.747,287.101 1026.41,286.833 1026.938,285.768" id="path4264"/>
<path d="M 1025.278,283.464 C 1025.015,283.56 1024.751,283.656 1024.488,283.752 C 1024.991,283.7 1025.494,283.652 1025.998,283.608 C 1025.758,283.561 1025.518,283.512 1025.278,283.464" id="path4266"/>
<path d="M 1036.658,285.048 C 1036.681,284.904 1036.704,284.76 1036.728,284.616 C 1035.492,284.742 1033.762,285.144 1032.908,286.128 C 1034.028,285.395 1035.46,285.579 1036.658,285.048" id="path4326"/>
<path d="M 1035.868,285.983 C 1035.315,286.046 1034.812,286.237 1034.358,286.559 C 1034.91,286.494 1035.413,286.303 1035.868,285.983" id="path4328"/>
<path d="M 1037.738,286.488 C 1037.149,286.469 1036.619,286.637 1036.148,286.992 C 1036.714,286.939 1037.245,286.771 1037.738,286.488" id="path4334"/>
<path d="M 1041.408,289.08 C 1040.124,288.802 1039.896,289.646 1039.388,290.592 C 1040.177,290.279 1041.017,289.891 1041.408,289.08" id="path4340"/>
<path d="M 1042.417,288.649 C 1042.171,288.77 1041.891,288.873 1041.697,289.08 C 1041.938,288.937 1042.178,288.793 1042.417,288.649" id="path4352"/>
<path d="M 1044.217,292.032 C 1044.879,292.112 1045.587,292.055 1046.157,291.672 C 1045.606,290.634 1044.533,291.125 1044.217,292.032" id="path4354"/>
<path d="M 1045.587,292.032 C 1045.347,292.224 1045.107,292.416 1044.867,292.608 C 1045.483,293.13 1046.477,292.261 1047.237,292.032 C 1046.688,291.862 1046.137,291.862 1045.587,292.032" id="path4356"/>
<path d="M 1047.167,293.76 C 1047.792,293.687 1048.322,293.423 1048.757,292.968 C 1047.563,292.141 1046.801,292.473 1045.947,293.544 C 1046.537,293.579 1047.04,293.387 1047.457,292.968 C 1047.361,293.231 1047.264,293.496 1047.167,293.76" id="path4358"/>
<path d="M 1051.348,292.032 C 1051.202,292.272 1051.055,292.511 1050.908,292.752 C 1051.164,292.565 1051.311,292.325 1051.348,292.032" id="path4364"/>
<path d="M 1065.888,272.592 C 1066.503,271.898 1066.384,271.657 1065.528,271.872 C 1065.648,272.112 1065.768,272.352 1065.888,272.592" id="path4368"/>
<path d="M 1070.717,269.567 C 1071.169,269.286 1071.502,268.902 1071.717,268.416 C 1071.162,268.554 1070.75,268.982 1070.717,269.567" id="path4370"/>
<path d="M 1073.598,267.624 C 1073.727,267.001 1073.484,266.978 1072.868,267.552 C 1073.111,267.576 1073.354,267.6 1073.598,267.624" id="path4372"/>
<path d="M 1047.748,292.032 C 1048.011,291.936 1048.275,291.84 1048.538,291.744 C 1047.969,291.772 1047.466,291.604 1047.028,291.24 C 1047.738,290.467 1052.264,290.76 1052.358,292.032 C 1051.614,292.049 1050.945,291.703 1050.268,291.456 C 1050.553,293.167 1048.589,292.458 1047.748,292.032" id="path4534"/>
<path d="M 1065.238,270.937 C 1065.611,269.755 1067.016,270.071 1067.908,270.289 C 1067.06,270.622 1066.166,270.958 1065.238,270.937" id="path4536"/>
<path d="M 1070.858,265.176 C 1071.183,264.371 1072.017,264.155 1072.438,265.032 C 1071.928,264.694 1071.285,264.701 1070.858,265.176" id="path4538"/>
<path d="M 1220.978,172.151 C 1221.707,172.196 1222.368,172.537 1222.998,172.872 C 1222.307,172.686 1221.631,172.443 1220.978,172.151" id="path4544"/>
</g>
</g>
<path class="landxx ne" d="M 1272.9353,634.74955 C 1271.8763,633.49755 1273.1133,631.21555 1273.0053,629.78155 C 1274.2803,630.22855 1275.8523,630.10155 1277.1903,630.11655 C 1278.7673,630.13455 1279.1673,629.32655 1280.1023,628.24355 C 1281.2273,626.93955 1282.5363,627.26455 1284.1433,627.13955 C 1286.1913,626.97955 1288.2333,626.79255 1290.2893,626.75155 C 1291.2593,626.73255 1292.2093,626.73255 1293.1733,626.84555 C 1295.0723,627.06755 1293.2833,626.26355 1294.1753,626.03655 C 1295.5993,625.67155 1297.4643,627.59255 1298.0853,625.96555 C 1298.6303,624.53755 1300.3043,624.33955 1300.8673,623.04755 C 1301.4433,621.72255 1301.4243,620.30255 1302.1563,619.01055 C 1303.6843,616.31555 1303.3433,613.33155 1303.4963,610.25155 C 1303.7163,605.86155 1303.6463,601.46455 1303.6223,597.07055 C 1303.6073,594.33955 1303.8463,593.62855 1306.5593,592.99755 C 1308.9613,592.43855 1311.4453,592.30655 1313.8403,591.71755 C 1316.6663,591.02255 1318.5273,588.24455 1320.5303,586.29755 C 1323.4403,583.46855 1326.2263,580.38755 1329.4333,577.89155 C 1335.9693,572.80455 1343.2193,568.19755 1350.2003,563.74455 C 1353.4893,561.64655 1356.6473,559.34955 1359.9353,557.25055 C 1363.0133,555.28555 1367.1423,557.30255 1370.4193,558.19655 C 1373.2833,558.97955 1375.5903,560.84355 1377.5453,563.02255 C 1378.3893,563.96155 1378.6493,564.00555 1379.6813,563.29655 C 1381.1443,562.29255 1382.7163,561.48655 1384.2443,560.58855 C 1384.9693,564.40655 1385.5653,568.14355 1385.8633,572.00955 C 1385.9823,573.54655 1386.8843,574.60555 1387.6783,575.85855 C 1388.1313,576.57355 1388.5443,577.32255 1388.8513,578.11355 C 1389.1403,578.85455 1388.3263,579.45455 1388.9653,580.18755 C 1389.7883,581.13055 1391.1703,581.93355 1391.5183,583.20855 C 1391.9443,584.76855 1390.1693,586.37955 1390.0243,587.94055 C 1389.5923,592.59655 1388.8533,597.23655 1388.8533,601.92355 C 1388.8533,603.94355 1388.6473,605.95455 1388.5883,607.97255 C 1388.5413,609.59555 1388.7633,611.57955 1388.2213,613.13555 C 1387.7533,614.47655 1386.4153,615.61955 1385.5503,616.71455 C 1384.1473,618.49055 1382.6193,620.16255 1381.1963,621.92255 C 1378.8583,624.81655 1376.8733,628.13155 1375.5733,631.60655 C 1375.2603,632.44455 1374.8853,633.26055 1374.3123,633.95855 C 1374.0383,634.29155 1373.4673,634.19855 1373.2603,634.60455 C 1372.6113,635.87455 1374.1783,639.47355 1374.3823,640.87155 C 1373.6933,640.87155 1372.8073,640.69755 1372.1883,641.10155 C 1371.5313,641.53055 1371.6413,641.99155 1370.8933,642.32155 C 1369.2273,643.05555 1368.0213,643.73355 1366.7573,645.06455 C 1364.8113,647.11455 1363.6533,646.22255 1361.2903,645.26255 C 1358.5243,644.13955 1356.0393,643.98955 1353.0863,643.91155 C 1350.5613,643.84555 1348.3833,644.30655 1346.4623,646.04255 C 1345.8083,646.63355 1345.3283,647.31155 1344.8303,648.02755 C 1343.9703,649.26655 1343.4513,648.47955 1342.2083,648.59355 C 1339.2983,648.86055 1338.0493,647.38955 1335.6193,646.41855 C 1333.8423,645.70755 1331.8103,643.20355 1329.6683,644.33655 C 1328.8583,644.76455 1328.2463,645.47455 1327.4563,645.93355 C 1326.8483,646.28655 1325.8893,645.75355 1325.6163,646.34255 C 1324.4923,648.76355 1322.5383,645.76355 1322.0813,644.75555 C 1321.0033,642.37855 1319.3473,641.46855 1316.9353,641.03355 C 1315.5623,640.78655 1314.5253,639.62555 1313.1233,639.49755 C 1311.8813,639.38355 1311.3883,640.67255 1310.0663,640.64555 C 1307.6803,640.59855 1305.5003,640.39855 1303.7573,642.38155 C 1303.1843,643.03255 1302.5833,643.35055 1302.5043,644.24455 C 1302.3733,645.72655 1302.3283,646.97255 1301.4413,648.22055 C 1300.2453,649.90555 1298.7843,651.01855 1298.8663,653.25755 C 1298.8843,653.72855 1298.6263,658.50955 1298.3343,658.34555 C 1296.9143,657.54455 1293.8563,652.14455 1292.3683,652.32555 C 1291.9003,652.38255 1291.7063,652.95255 1291.2923,653.11055 C 1290.7423,653.32055 1289.5143,653.16655 1289.1453,653.72955 C 1288.9553,654.01855 1289.7833,656.41155 1289.2183,656.39355 C 1288.7123,656.37755 1287.5503,654.24855 1287.3113,653.85655 C 1286.5323,652.57755 1287.1353,652.31455 1288.2023,651.88755 C 1287.8613,651.17555 1287.7943,650.18555 1287.1243,649.67155 C 1285.9133,648.74455 1285.1663,650.67455 1283.9103,650.45255 C 1281.5723,650.03855 1277.7573,646.34555 1278.8423,643.89555 C 1279.4963,644.37055 1280.1383,644.38855 1280.8523,644.04055 C 1280.5033,643.74655 1275.9663,640.56155 1275.8163,640.86955 C 1276.1473,640.19255 1274.4683,638.92255 1274.2483,638.16555 C 1273.8723,636.86355 1274.1743,635.65255 1272.9353,634.74955" id="ne"/>
<g class="landxx coastxx dk" id="dk" transform="translate(-29.9017, -45.0745)">
<path d="M 1374.908,331.992 C 1375.408,332.32 1375.886,334.086 1376.858,333.431 C 1377.868,332.752 1375.624,331.58 1374.908,331.992" id="path4494"/>
<path class="landxx dk" d="M 1365.118,319.464 C 1365.215,319.224 1365.311,318.985 1365.408,318.744 C 1365.825,319.206 1367.075,319.953 1367.718,319.536 C 1367.994,320.747 1368.797,320.307 1368.998,319.432 C 1369.484,317.323 1372.453,318.272 1370.877,319.033 C 1371.526,319.097 1372.52,318.911 1372.467,319.896 C 1372.697,318.99 1372.707,318.575 1371.747,318.672 C 1371.703,317.934 1371.504,316.836 1372.159,316.278 C 1372.586,316.002 1373.056,315.892 1373.568,315.947 C 1374.38,315.995 1374.837,315.649 1375.547,315.649 C 1376.411,315.649 1376.953,315.688 1377.763,316.01 C 1378.75,316.404 1378.449,317.635 1378.947,318.383 C 1377.941,318.289 1376.987,318.597 1376.067,318.959 C 1376.998,318.977 1377.647,318.265 1378.605,318.675 C 1379.173,318.918 1378.044,319.991 1378.007,320.399 C 1378.255,319.045 1381.864,319.757 1382.57,320.322 C 1383.17,320.802 1381.972,322.663 1381.362,322.661 C 1380.738,322.659 1380.48,322.6 1380.236,323.352 C 1379.494,323.182 1379.345,322.672 1379.876,322.127 C 1378.5,321.67 1378.559,322.835 1378.497,323.809 C 1378.397,325.383 1377.197,325.077 1376.067,325.368 C 1376.488,325.408 1377.317,325.874 1376.833,326.423 C 1376.221,327.117 1374.951,326.527 1374.187,326.664 C 1374.718,326.854 1375.248,327.046 1375.777,327.24 C 1374.524,328.526 1373.96,327.784 1374.812,329.709 C 1375.328,330.875 1373.219,330.842 1373.257,331.992 C 1374.25,331.881 1375.452,332.476 1375.197,333.649 C 1374.472,333.604 1374.545,332.863 1373.857,333.399 C 1373.118,333.974 1372.314,333.812 1371.513,333.562 C 1370.414,333.218 1367.683,333.45 1368.287,331.56 C 1367.706,331.779 1367.262,331.456 1367.067,330.913 C 1370.435,330.916 1366.334,328.124 1366.127,327.6 C 1365.973,329.177 1365.142,327.671 1365.062,326.968 C 1364.96,326.083 1365.149,325.165 1364.978,324.289 C 1365.062,324.95 1366.263,326.144 1366.638,325.009 C 1366.816,324.471 1364.744,322.178 1365.048,324.073 C 1364.44,322.885 1364.737,320.688 1365.118,319.464" id="path4548"/>
<path d="M 1368.358,318.744 C 1369.372,318.51 1370.038,317.457 1369.797,316.44 C 1369.415,316.712 1368.997,316.91 1368.544,317.032 C 1368.091,317.168 1368.197,317.971 1367.637,318.168 C 1367.855,318.388 1368.096,318.58 1368.358,318.744" id="path4492"/>
<path d="M 1374.988,328.176 C 1375.011,329.388 1376.61,330.152 1376.858,331.344 C 1376.858,330.295 1377.55,330.818 1377.733,331.446 C 1377.884,331.967 1380.058,332.032 1380.421,331.967 C 1382.302,331.631 1382.577,328.963 1380.597,328.536 C 1380.841,328.398 1381.081,328.255 1381.317,328.104 C 1381.15,327.801 1380.938,327.538 1380.677,327.311 C 1380.734,328.032 1380.23,328.715 1379.447,328.608 C 1380.865,327.029 1375.573,328.142 1374.988,328.176" id="path4496"/>
<path d="M 1379.448,333.792 C 1379.543,333.021 1378.512,332.762 1378.008,332.496 C 1378.445,332.975 1378.925,333.407 1379.448,333.792" id="path4498"/>
<path d="M 1380.028,332.353 C 1380.315,332.424 1380.601,332.497 1380.888,332.568 C 1380.924,331.731 1380.477,331.962 1380.028,332.353" id="path4500"/>
<path d="M 1381.038,325.08 C 1380.614,325.009 1380.324,324.769 1380.168,324.36 C 1380.585,324.861 1380.562,325.34 1380.098,325.799 C 1380.674,325.942 1381.013,325.665 1381.038,325.08" id="path4502"/>
<path d="M 1381.388,332.856 C 1380.837,333.358 1380.831,334.074 1381.468,334.511 C 1381.794,333.622 1382.851,332.583 1382.398,331.559 C 1382.195,332.097 1381.859,332.529 1381.388,332.856" id="path4504"/>
<path d="M 1382.978,314.28 C 1383.378,314.166 1383.618,313.902 1383.698,313.488 C 1383.135,313.47 1382.655,313.662 1382.258,314.063 C 1382.498,314.136 1382.738,314.208 1382.978,314.28" id="path4506"/>
<path d="M 1383.768,329.472 C 1384.433,329.707 1384.516,330.407 1385.026,330.667 C 1385.49,330.904 1386.291,330.705 1386.788,330.665 C 1388.21,330.549 1388.528,332.136 1387.298,331.705 C 1387.612,331.768 1388.637,332.077 1388.683,332.493 C 1388.504,332.711 1388.259,332.76 1387.948,332.64 C 1387.925,333.229 1388.857,335.326 1389.168,335.808 C 1389.369,335.263 1390.367,334.201 1390.355,333.696 C 1390.34,333.073 1389.25,332.904 1389.028,332.353 C 1389.578,332.576 1390.128,332.576 1390.678,332.353 C 1389.829,331.16 1390.802,330.707 1391.823,330.334 C 1393.062,329.882 1391.691,329.236 1391.242,328.789 C 1390.258,327.807 1392.149,327.352 1392.692,326.976 C 1393.942,326.111 1392.213,324.752 1393.348,323.929 C 1391.966,322.56 1390.407,323.636 1388.958,324.217 C 1390.023,324.644 1390.622,326.95 1389.028,327.026 C 1389.442,326.431 1389.843,325.743 1389.458,325.009 C 1389.161,325.208 1388.359,327.081 1387.954,326.822 C 1387.29,326.399 1387.487,324.921 1387.869,324.865 C 1387.283,324.386 1386.258,324.497 1385.569,324.577 C 1385.94,324.489 1386.181,324.593 1386.292,324.887 C 1385.981,326.174 1383.563,326.427 1382.619,326.377 C 1383.08,326.898 1385.803,329.344 1383.768,329.472" id="path4508"/>
<path d="M 1383.118,334.008 C 1384.083,334.688 1387.557,336.154 1388.521,334.953 C 1389.605,333.601 1387.449,333.55 1386.761,333.643 C 1385.419,333.827 1384.768,332.075 1383.408,333.072 C 1383.572,333.314 1383.739,333.553 1383.908,333.792 C 1383.645,333.864 1383.381,333.936 1383.118,334.008" id="path4510"/>
<path d="M 1390.758,332.424 C 1390.685,332.712 1390.611,333 1390.538,333.288 C 1390.827,333.197 1393.163,332.719 1392.925,332.28 C 1392.67,331.809 1391.152,332.393 1390.758,332.424" id="path4512"/>
<path d="M 1392.837,327.24 C 1393.176,328.053 1393.442,328.004 1393.637,327.095 C 1393.371,327.144 1393.104,327.192 1392.837,327.24" id="path4514"/>
<path d="M 1408.678,330.768 C 1407.714,330.004 1406.061,330.867 1407.24,331.751 C 1409.125,333.167 1410.299,330.948 1408.678,330.768" id="path4516"/>
<path d="M 1366.848,318.744 C 1365.385,317.829 1366.635,316.218 1367.597,315.517 C 1368.948,314.533 1371.175,315.035 1372.743,314.879 C 1374.137,314.74 1374.86,313.262 1375.659,312.312 C 1376.549,311.254 1379.174,310.551 1380.528,310.105 C 1378.905,311.546 1380.821,312.52 1379.975,314.168 C 1379.039,315.99 1378.038,316.07 1376.193,315.505 C 1375.305,315.234 1374.516,315.427 1373.628,315.661 C 1372.642,315.92 1371.835,315.516 1370.893,315.703 C 1370.053,315.869 1368.881,316.121 1368.298,316.809 C 1367.923,317.252 1367.585,318.633 1366.848,318.601 C 1367.467,318.497 1367.818,318.839 1367.718,319.465 C 1367.408,319.248 1367.118,319.008 1366.848,318.744" id="path4550"/>
</g>
<path class="landxx lv" d="M 1416.2863,274.96555 C 1416.3833,275.20555 1416.4793,275.44455 1416.5763,275.68555 C 1416.4783,274.43555 1416.1833,273.11855 1417.0603,272.05755 C 1417.4363,271.60255 1418.1043,271.28055 1418.2623,270.66555 C 1418.4603,269.89355 1418.2453,269.22555 1418.6513,268.46355 C 1419.4353,266.99255 1420.4023,266.31655 1421.9893,265.92555 C 1422.7523,265.73755 1424.8073,264.51355 1425.4083,265.24455 C 1426.3613,266.40455 1427.3993,266.90955 1428.4783,267.90355 C 1429.7043,269.03255 1430.2113,270.52955 1431.9333,271.08055 C 1433.2913,271.51555 1434.6133,270.94755 1435.7243,270.16155 C 1437.3313,269.02355 1437.0993,267.65955 1436.4183,266.02555 C 1436.1483,265.37955 1435.8693,264.66755 1436.0163,263.94955 C 1436.6233,264.12355 1437.2453,263.67955 1437.7293,263.39655 C 1438.6923,262.83455 1440.5703,262.02755 1441.5853,262.67355 C 1442.2583,263.10155 1443.5603,262.97855 1444.4413,263.46755 C 1445.7593,264.19655 1446.8703,264.39755 1448.0323,265.45455 C 1448.9823,266.31855 1449.8753,266.83355 1451.0903,266.21555 C 1452.4443,265.52655 1453.9582,266.56075 1455.3863,266.61055 C 1456.3896,266.64554 1459.0357,268.77481 1458.8327,269.57365 C 1458.721,270.01318 1458.1219,271.73255 1457.7653,272.08455 C 1459.9073,271.82555 1459.0616,272.70891 1460.0016,273.06591 C 1461.1076,273.48591 1462.1311,277.33348 1462.3301,278.37648 C 1461.8914,278.57398 1461.1837,277.87314 1460.4138,278.26828 C 1459.8305,278.56761 1459.3488,279.31673 1458.9738,279.83473 C 1458.7618,280.12673 1458.8463,280.59855 1458.4863,280.79555 C 1457.3333,281.42655 1455.8948,280.07001 1454.6098,280.71701 C 1453.1248,281.46401 1452.4363,282.20855 1450.7093,281.25255 C 1449.2893,280.46655 1448.0023,279.44755 1446.6693,278.53155 C 1445.3853,277.64755 1443.7563,278.09455 1442.4913,277.29755 C 1441.3843,276.60055 1441.1613,275.10455 1439.6563,275.99055 C 1438.3473,276.76055 1437.8923,276.73055 1436.4523,276.87055 C 1435.1633,276.99555 1433.6233,276.15342 1432.2183,276.17355 C 1430.7524,276.19455 1430.5347,276.44155 1429.1114,275.94855 C 1428.2517,275.65074 1425.9852,275.88928 1425.0532,275.88928 C 1423.5962,275.88928 1422.3112,276.12228 1420.9042,276.46328 C 1420.0102,276.67928 1418.5872,276.88455 1418.1992,277.88455 C 1417.9442,278.54155 1417.2056,278.86987 1416.7536,278.31387 C 1415.9656,277.34987 1416.2053,276.11555 1416.2863,274.96555" id="lv"/>
<path class="landxx ro" d="M 1416.7253,361.36555 C 1417.5063,360.82955 1418.1053,360.87455 1418.8933,361.07855 C 1419.6603,361.27655 1419.7073,360.28555 1420.3253,360.06955 C 1421.0043,359.83255 1421.7403,360.00455 1422.4213,359.79055 C 1423.4083,359.48055 1423.2173,358.28555 1423.6823,357.54555 C 1424.1243,356.84155 1424.7213,356.25055 1425.2183,355.58755 C 1425.8583,354.73455 1425.7773,353.97155 1426.3493,353.20055 C 1426.8533,352.52055 1427.4419,351.72177 1427.7172,350.90855 C 1428.0373,349.96273 1427.6623,349.52255 1428.3363,349.16455 C 1429.0003,348.81155 1429.1963,348.57255 1429.6563,347.98555 C 1430.3773,347.06755 1431.6913,347.72155 1432.5543,346.99855 C 1433.2653,346.40155 1433.7603,345.56355 1434.5443,345.04955 C 1435.6283,344.33755 1436.8543,345.23755 1437.9653,345.38255 C 1439.0233,345.52055 1440.0693,345.74255 1441.1303,345.85055 C 1442.3943,345.97955 1443.9953,345.42055 1445.1373,346.15655 C 1447.2983,347.55055 1447.4973,348.39155 1449.5073,346.47355 C 1450.7653,345.27255 1453.3833,345.88355 1454.9753,345.61655 C 1456.0233,345.44055 1455.8414,344.67864 1456.4414,344.01564 C 1457.0874,343.30164 1458.3304,343.25628 1459.2164,343.35728 C 1461.2014,343.58228 1462.3243,345.66855 1463.1563,347.24555 C 1464.0793,348.99355 1465.3803,350.51755 1466.7903,351.87055 C 1468.8493,353.84855 1469.8033,355.30655 1470.6323,358.02555 C 1470.9363,359.02055 1470.3423,360.02955 1470.1193,360.96955 C 1469.8633,362.05055 1470.3413,363.19855 1470.4223,364.28955 C 1470.5563,366.10255 1471.0013,366.84055 1472.4313,367.84955 C 1472.9803,368.23655 1474.291,369.18167 1475.1125,368.70545 C 1476.026,368.17586 1480.6929,365.59413 1481.3413,368.31355 C 1482.1646,371.76656 1480.3143,373.05555 1477.1263,373.02955 C 1477.5163,372.71555 1477.8523,370.82055 1477.0233,370.84855 C 1476.0343,370.88255 1476.5643,373.16755 1475.8353,373.74955 C 1476.3093,373.63855 1476.7893,373.56655 1477.2743,373.53355 C 1476.5483,373.84955 1475.2533,373.94655 1476.1253,374.90055 C 1476.3833,374.67855 1476.6233,374.43855 1476.8453,374.18055 C 1476.5363,375.31955 1475.3183,375.94455 1475.1153,377.13255 C 1474.8993,378.39955 1475.8559,380.47493 1475.0279,381.65793 C 1474.5469,381.25022 1473.4716,381.69932 1472.9927,381.45073 C 1472.6119,381.25305 1471.2258,380.23555 1470.4763,379.55155 C 1469.4532,379.2364 1468.4856,379.72217 1467.1156,379.0637 C 1466.0105,378.53256 1464.1067,377.84044 1461.9809,378.70073 C 1457.3067,379.16101 1456.2992,381.78836 1454.1591,382.27295 C 1452.8445,382.57063 1451.0259,381.93104 1449.1263,381.68756 C 1446.8438,381.39501 1445.629,382.04168 1444.3693,382.01234 C 1443.3167,381.98782 1442.0294,380.92434 1440.1854,380.85234 C 1439.2484,380.81575 1436.2312,381.61146 1435.5863,380.59055 C 1434.6423,379.09629 1438.3941,379.03192 1434.9483,377.78455 C 1434.0983,377.47686 1433.805,377.52483 1432.6767,375.93953 C 1431.6956,374.56104 1433.9935,374.89995 1434.4745,374.66495 C 1433.9325,374.00095 1432.7893,373.29555 1431.9163,373.60555 C 1431.3163,373.81855 1431.1603,375.40234 1430.4433,375.24734 C 1429.7243,375.09234 1428.6933,373.90534 1427.7753,373.64134 C 1426.7793,373.35434 1425.6133,373.09255 1424.8553,372.30955 C 1425.6903,372.06655 1425.8843,370.99655 1424.8553,370.87055 C 1425.8133,369.96955 1425.2963,369.34155 1424.1623,368.94455 C 1422.6343,368.40955 1421.4783,367.51255 1420.1603,366.62255 C 1421.3393,364.28455 1418.0713,362.86755 1416.7253,361.36555" id="ro"/>
<path class="landxx zm" d="M 1437.6063,899.49855 C 1437.6063,891.31455 1437.6348,883.10491 1437.7398,874.92191 C 1437.7508,874.04491 1437.4343,872.23955 1438.6543,871.97255 C 1439.7223,871.73955 1441.0403,872.04155 1442.1273,872.07055 C 1445.7623,872.16555 1449.6243,872.79555 1453.1553,871.62855 C 1452.0103,870.36555 1452.5923,869.23455 1453.1313,867.86855 C 1453.7843,866.20855 1452.9073,864.91055 1452.9943,863.25455 C 1453.1563,860.18955 1454.4713,856.67755 1453.2253,853.62855 C 1454.3733,853.64755 1454.2605,854.89751 1455.4543,855.14355 C 1456.7752,855.41579 1456.1873,857.37681 1455.6753,858.16855 C 1457.2633,858.51755 1457.1173,858.47755 1458.6643,857.80455 C 1460.1683,857.15055 1461.8893,856.74055 1463.5243,856.64855 C 1462.9363,857.80455 1463.2253,859.90955 1464.1423,860.82855 C 1464.8623,861.54955 1466.0393,861.10555 1466.9313,861.51455 C 1468.2273,862.10955 1469.1689,862.67755 1470.6459,862.69755 C 1473.0279,862.72955 1475.2383,864.30155 1476.0813,861.26955 C 1476.9993,857.96555 1477.9753,861.65855 1479.1223,862.66155 C 1479.9073,863.34655 1479.8013,864.44655 1480.3703,865.27955 C 1481.2783,866.60955 1482.2762,865.3494 1483.0677,865.86973 C 1484.2651,866.65697 1484.7279,867.37455 1486.0261,867.35291 C 1487.5542,867.32745 1487.1963,869.82655 1488.2153,870.76955 C 1489.7103,872.15355 1489.9923,873.31555 1490.8413,875.08655 C 1491.9123,877.32155 1495.0343,872.99055 1496.2153,874.43955 C 1495.7003,874.84955 1495.6793,875.53355 1496.3363,875.79555 C 1497.4893,876.25655 1497.0973,873.92055 1497.1103,873.42055 C 1497.1883,870.52455 1497.2853,867.61655 1497.2853,864.71955 C 1496.7633,864.91655 1496.1883,864.96955 1495.6553,865.13555 C 1494.7403,865.41955 1495.0078,866.20802 1494.6129,866.83046 C 1493.9283,867.90962 1490.8973,865.43376 1490.2013,864.70755 C 1488.0995,862.51443 1485.6895,860.71798 1486.9278,857.07819 C 1487.5978,855.10869 1488.1663,853.48069 1488.7163,851.80655 C 1489.0958,850.65135 1488.3297,848.72555 1488.4367,847.42355 C 1488.6087,845.30155 1489.6577,840.82455 1486.8197,839.94855 C 1487.7377,837.53255 1492.8363,836.19355 1490.8853,832.96955 C 1495.0916,832.07068 1498.8314,831.80849 1503.6253,830.74055 C 1503.6235,831.55151 1502.6237,832.58447 1502.6543,832.78874 C 1502.7191,833.22177 1504.0801,832.61213 1503.3973,833.74271 C 1503.5397,834.01326 1504.0588,832.56592 1505.8406,834.34062 C 1507.6818,836.17451 1508.3601,834.96057 1508.1726,834.04828 C 1510.2247,834.06898 1510.7459,834.79412 1511.5953,836.29855 C 1511.9667,836.95627 1512.3849,836.68791 1512.9479,836.48591 C 1513.6769,836.22391 1513.933,837.43672 1514.5309,837.68791 C 1515.7399,838.19582 1517.9685,838.0274 1518.3613,839.45655 C 1518.4788,839.88391 1519.2883,839.72562 1519.7874,839.88155 C 1520.6174,840.14087 1521.3447,840.40892 1521.6487,840.7623 C 1521.9527,841.11569 1521.9404,841.55441 1521.7903,842.01255 C 1521.395,843.2192 1524.1673,842.76155 1524.6553,844.56055 C 1524.8183,845.16155 1524.3423,845.51255 1524.4343,846.07055 C 1524.5753,846.93455 1525.2313,847.24455 1525.8283,847.77455 C 1526.3463,848.23655 1526.5403,849.79855 1526.7613,850.44355 C 1527.1743,851.65055 1525.7613,852.79755 1524.5963,853.15355 C 1523.3273,853.54055 1524.0603,854.51855 1524.3723,855.48855 C 1524.8593,857.00555 1523.9663,857.81155 1523.9163,859.27355 C 1523.8463,861.37355 1522.8823,865.86855 1525.5153,866.66155 C 1524.4433,867.81055 1521.1653,868.35355 1521.1863,870.28255 C 1521.1993,871.54355 1521.5187,872.01121 1521.2623,873.43655 C 1520.889,875.51163 1519.5471,876.73083 1519.0545,878.18155 C 1518.7706,879.01767 1519.7124,879.68884 1520.3505,880.13936 C 1521.2725,880.79035 1521.7039,880.31128 1522.0703,880.94873 C 1514.9444,884.27009 1507.3206,886.2875 1500.0703,889.24255 C 1499.1408,889.89362 1501.6546,893.19648 1501.1871,894.85701 C 1500.4931,894.93801 1498.5723,895.22655 1497.8983,894.95555 C 1496.5783,894.42655 1495.0133,895.24355 1493.7723,895.66155 C 1492.0013,896.25755 1489.7173,897.30655 1489.3343,899.36355 C 1489.1703,900.23955 1489.3913,901.19455 1488.9913,902.02455 C 1488.4253,903.20355 1486.8623,903.34655 1485.7843,903.77155 C 1483.9113,904.50855 1481.3813,906.03955 1480.3453,907.80755 C 1479.2943,909.60055 1475.1663,917.44955 1472.0623,915.59355 C 1471.3853,915.18855 1470.6643,914.80955 1469.9103,914.57055 C 1468.8103,914.22055 1467.7163,915.67555 1466.8493,915.19555 C 1466.1673,914.81655 1465.8998,913.54641 1465.0363,913.75282 C 1464.8429,913.79905 1462.6379,914.35169 1461.5413,913.31782 C 1460.2988,912.14636 1459.7351,911.33585 1458.7517,911.07147 C 1457.6998,910.85097 1456.9913,911.95343 1455.0757,910.81791 C 1453.5567,910.58391 1452.5031,911.38882 1451.0093,911.50455 C 1450.2388,911.56424 1448.7634,912.15604 1448.2713,911.96755 C 1445.6753,910.97323 1443.9406,907.99564 1442.1076,905.95364 C 1441.1026,904.83464 1440.3298,903.92873 1439.2463,902.89255 C 1438.2293,901.92003 1437.9422,900.94783 1437.6063,899.49855" id="zm"/>
<g class="landxx coastxx ir" id="ir" transform="translate(-29.9017, -45.0745)">
<path d="M 1697.328,572.904 C 1697.554,572.789 1697.794,572.741 1698.048,572.759 C 1697.569,572.465 1697.065,572.417 1696.538,572.615 C 1696.802,572.712 1697.064,572.809 1697.328,572.904" id="path4560"/>
<path d="M 1703.088,575.496 C 1703.222,574.895 1702.982,574.848 1702.368,575.352 C 1702.608,575.4 1702.848,575.448 1703.088,575.496" id="path4562"/>
<path d="M 1716.048,571.68 C 1714.867,572.667 1714.052,574.374 1712.158,574.056 C 1711.989,575.827 1714.672,574.021 1715.283,573.751 C 1715.921,573.47 1716.656,573.69 1717.297,573.388 C 1718.199,572.963 1718.355,571.562 1719.428,571.464 C 1718.224,570.287 1717.285,572.238 1716.048,571.68" id="path4564"/>
<path class="landxx ir" d="M 1617.268,464.04 C 1619.2613,463.36074 1619.9745,464.83238 1619.9318,461.685 C 1619.9133,460.31952 1621.1097,460.82725 1621.972,461.461 C 1622.8201,462.08434 1623.285,463.077 1624.058,463.78 C 1624.805,464.459 1625.658,465.008 1626.403,465.688 C 1627.929,467.08 1628.593,467.854 1630.788,468.193 C 1632.148,468.403 1634.079,468.549 1635.408,468.155 C 1636.141,467.938 1638.612,465.796 1638.864,465.109 C 1639.155,464.317 1640.247,464.146 1640.847,463.631 C 1641.542,463.034 1642.145,462.323 1642.904,461.8 C 1644.886,460.435 1646.659,462.516 1647.869,463.967 C 1645.225,464.962 1648.807,467.185 1647.331,467.52 C 1644.591,468.142 1647.433,469.752 1648.602,470.48 C 1649.426,470.993 1650.163,471.785 1651.047,472.191 C 1651.404,472.354 1652.482,472.144 1652.592,472.368 C 1653.691,474.601 1653.529,478.281 1656.001,479.577 C 1658.103,480.681 1660.603,480.162 1662.728,481.071 C 1664.109,481.663 1664.573,483.204 1665.689,484.097 C 1666.91,485.075 1668.759,485.765 1670.188,486.401 C 1672.875,487.597 1676.48,488.43 1679.363,487.565 C 1682.828,486.527 1687.178,484.849 1690.849,485.421 C 1690.109,485.699 1689.317,485.614 1688.549,485.709 C 1689.078,486.104 1691.146,486.878 1691.44,485.802 C 1691.697,484.86 1690.2279,482.27069 1689.9449,481.30769 C 1691.6569,481.64637 1692.9529,481.61624 1694.5699,480.93325 C 1696.414,480.15437 1695.1478,479.47687 1695.9798,478.19687 C 1696.8068,476.92487 1698.7449,475.66587 1700.1359,475.14087 C 1702.1599,474.37587 1704.1159,475.54987 1706.1449,475.10787 C 1705.4469,473.96187 1706.9742,473.84914 1707.855,473.774 C 1708.9657,473.67924 1710.2418,474.08601 1711.3255,473.97487 C 1712.8761,473.81587 1712.8893,474.01694 1713.6473,475.42094 C 1714.3693,476.75694 1716.3838,476.72681 1717.7268,476.96981 C 1719.2238,477.23881 1720.262,478.742 1721.839,478.867 C 1723.596,479.006 1724.99,478.715 1726.704,479.354 C 1728.393,479.984 1728.9383,480.667 1729.8593,482.089 C 1730.7973,483.537 1732.9222,483.33187 1734.2462,484.22587 C 1735.4212,485.01887 1735.8061,486.4832 1737.0057,487.21169 C 1738.3643,488.03665 1741.8026,486.45036 1742.8501,487.582 C 1743.7267,488.5289 1743.9159,491.16666 1744.0971,492.18831 C 1744.3027,493.34772 1743.363,492.923 1744.276,493.712 C 1744.84,494.2 1745.365,496.269 1745.452,497.001 C 1745.59,498.154 1744.544,498.946 1744.754,500.176 C 1745.039,501.851 1745.618,505.442 1743.121,505.726 C 1743.345,506.041 1744.204,506.747 1744.131,507.166 C 1744.013,507.836 1742.484,508.04 1742.195,508.911 C 1741.677,510.474 1742.583,514.15 1744.488,514.279 C 1746.933,514.445 1744.7199,516.37499 1744.3475,517.603 C 1743.8043,519.39394 1746.3705,523.40851 1746.8773,525.42091 C 1747.4546,527.7133 1747.2633,529.9375 1748.8345,531.6845 C 1750.0876,533.07772 1752.821,532.348 1754.453,533.165 C 1756.158,534.02 1756.0493,536.652 1755.6163,538.101 C 1755.1713,539.591 1753.8016,540.82494 1753.0497,542.16214 C 1752.4257,543.27203 1750.8501,545.79127 1750.2211,546.23673 C 1751.0135,547.03673 1751.6595,547.65748 1752.0382,547.99514 C 1755.6483,551.21431 1756.8984,555.90408 1759.803,557.497 C 1760.6826,557.97936 1761.5715,558.27473 1762.4835,558.71973 C 1763.3385,559.13773 1764.379,559.88377 1765.348,559.94677 C 1766.697,560.03377 1767.1539,564.69724 1767.2095,565.8939 C 1767.4038,570.08186 1768.1675,568.93749 1770.5717,568.95968 C 1771.7151,568.97023 1771.0649,571.96005 1770.9839,573.14205 C 1770.8199,575.53105 1763.13,573.34 1764.36,576.573 C 1763.637,576.411 1762.3475,576.88371 1761.9556,577.43346 C 1760.635,579.28582 1760.8109,582.36288 1760.6816,584.80946 C 1760.6459,585.48492 1760.875,586.942 1759.68,586.508 C 1760.236,588.393 1756.126,586.709 1755.476,586.507 C 1754.747,586.28 1753.072,586.434 1752.879,585.417 C 1752.611,584.013 1750.979,584.851 1751.691,585.5 C 1751.368,585.561 1747.709,585.452 1747.404,585.207 C 1746.231,584.269 1743.963,584.408 1742.653,584.811 C 1741.548,585.152 1740.748,584.54 1739.895,583.933 C 1738.756,583.123 1737.815,583.616 1736.583,583.284 C 1735.602,583.019 1734.748,583.822 1733.76,583.412 C 1732.852,583.035 1732.63,581.746 1731.6,582.908 C 1731.871,581.502 1728.859,581.904 1728.021,581.12 C 1726.261,579.473 1725.742,575.82 1725.34,573.557 C 1724.836,570.711 1722.268,569.143 1719.473,569.357 C 1718.199,569.455 1717.29,570.52 1716.099,570.865 C 1715.106,571.153 1713.839,571.349 1714.412,572.503 C 1714.779,573.242 1712.196,572.912 1712.022,572.954 C 1710.736,573.265 1710.24,574.602 1709.14,575.15 C 1707.287,576.074 1705.596,573.548 1703.804,573.548 C 1701.601,573.548 1700.367,573.979 1699.003,571.954 C 1698.321,570.943 1696.803,570.616 1695.773,570.046 C 1694.429,569.304 1693.121,568.494 1691.719,567.86 C 1693.071,566.576 1689.767,565.382 1688.999,565.032 C 1688.302,564.713 1687.678,564.092 1686.939,563.914 C 1685.901,563.664 1684.508,564.075 1683.641,563.422 C 1681.724,561.979 1681.257,560.662 1679.989,558.654 C 1679.389,557.705 1679.796,556.405 1678.844,555.638 C 1678.195,555.115 1677.17,554.826 1677.168,553.819 C 1678.352,553.934 1678.18,552.894 1677.3,552.698 C 1676.713,552.567 1675.241,552.682 1675.838,551.634 C 1676.61,550.279 1674.344,548.798 1673.638,548.087 C 1672.448,546.889 1671.582,545.613 1670.979,544.05 C 1669.945,541.373 1667.855,546.058 1666.719,544.457 C 1665.956,543.384 1664.809,544.147 1664.302,543.133 C 1664.059,542.648 1662.577,542.388 1662.118,541.651 C 1662.865,541.602 1663.609,541.894 1664.347,541.651 C 1664.103,540.653 1662.934,540.383 1662.118,540.859 C 1662.306,541.081 1662.499,541.297 1662.698,541.506 C 1660.557,541.226 1664.048,546.133 1660.318,544.603 C 1660.574,545.352 1659.927,545.548 1659.353,545.295 C 1658.547,544.941 1658.512,544.01 1658.226,543.292 C 1657.637,541.81 1655.551,541.688 1655.304,539.854 C 1655.148,538.688 1655.68,536.367 1654.028,536.418 C 1651.429,536.499 1652.239,532.938 1652.591,531.172 C 1653.061,528.825 1651.9,528.394 1650.528,526.745 C 1649.133,525.068 1649.399,524.102 1647.134,523.673 C 1645.406,523.346 1644.267,521.497 1642.898,520.553 C 1642.151,520.038 1641.277,519.39 1640.321,519.47 C 1638.72,519.602 1639.678,518.7 1638.508,518.249 C 1641.071,517.467 1636.026,513.478 1635.21,512.783 C 1634.613,512.274 1634.09,511.667 1633.507,511.14 C 1632.642,510.359 1633.436,510.178 1633.793,509.201 C 1634.119,508.311 1633.942,507.877 1633.213,507.307 C 1632.487,506.74 1633.059,505.9 1633.178,505.216 C 1633.641,505.501 1634.145,505.645 1634.689,505.649 C 1634.57,505.011 1634.256,504.418 1634.188,503.769 C 1634.068,502.646 1635.311,502.828 1635.399,501.996 C 1635.527,500.782 1635.574,501.126 1636.593,501.132 C 1637.552,501.137 1637.442,500.266 1637.12,499.715 C 1636.582,498.789 1635.28,497.902 1635.61,496.672 C 1635.894,495.61 1637.514,495.882 1637.788,494.706 C 1637.093,494.908 1636.592,494.385 1635.913,494.454 C 1635.087,494.538 1634.193,494.936 1633.389,494.49 C 1632.172,493.816 1631.975,492.83 1630.368,493.194 C 1631.468,490.656 1627.357,489.923 1627.523,488.226 C 1627.62,487.237 1627.543,486.887 1626.606,486.493 C 1626.365,486.391 1624.9056,483.19814 1625.0068,482.772 C 1625.3706,481.241 1624.3474,481.85162 1623.597,480.809 C 1622.8541,479.77684 1623.2184,478.05105 1622.378,477.69 C 1621.9375,477.50076 1620.2359,476.96781 1620.3019,476.28281 C 1620.4009,475.25781 1620.881,473.84 1621.658,473.106 C 1619.5033,472.66258 1620.4923,469.81964 1619.5287,468.72694 C 1618.9894,468.11537 1619.1704,467.56884 1618.8262,466.85375 C 1618.6356,466.45778 1617.7786,464.84978 1617.268,464.04" id="path4606"/>
</g>
<g class="landxx coastxx mm" id="mm" transform="translate(-29.9017, -45.0745)">
<path d="M 1997.858,627.768 C 1997.808,628.139 1997.974,628.404 1998.358,628.56 C 1998.191,628.296 1998.025,628.031 1997.858,627.768" id="path4568"/>
<path d="M 1999.438,631.584 C 1999.771,632.063 2000.061,632.567 2000.308,633.096 C 2000.098,632.277 1999.749,631.476 1999.148,630.865 C 1999.245,631.104 1999.342,631.344 1999.438,631.584" id="path4570"/>
<path d="M 2003.118,632.016 C 2002.865,632.594 2003.61,633.246 2003.978,633.529 C 2003.955,632.913 2003.599,632.376 2003.118,632.016" id="path4572"/>
<path d="M 2005.918,641.231 C 2005.524,641.252 2005.165,641.372 2004.838,641.591 C 2007.176,644.282 2007.203,641.181 2005.918,641.231" id="path4574"/>
<path d="M 2007.868,637.056 C 2007.447,636.209 2006.403,636.179 2005.847,635.472 C 2004.802,636.537 2006.897,638.522 2007.868,637.056" id="path4576"/>
<path d="M 2016.218,664.056 C 2015.734,664.587 2013.96,666.254 2014.989,667.008 C 2015.727,666.229 2016.801,665.246 2016.218,664.056" id="path4578"/>
<path d="M 2017.878,666.864 C 2017.684,667.206 2017.53,667.101 2017.878,667.584 C 2017.878,667.344 2017.878,667.104 2017.878,666.864" id="path4580"/>
<path d="M 2037.678,661.824 C 2037.289,661.996 2037.165,663.552 2037.663,663.552 C 2038.638,663.552 2038.607,661.945 2037.678,661.824" id="path4582"/>
<path d="M 2044.729,698.256 C 2044.936,698.032 2045.056,697.769 2045.088,697.464 C 2044.233,697.323 2044.113,697.587 2044.729,698.256" id="path4584"/>
<path d="M 2045.668,703.728 C 2045.691,703.185 2045.522,702.706 2045.158,702.289 C 2045.363,702.755 2045.533,703.235 2045.668,703.728" id="path4586"/>
<path d="M 2045.448,699.336 C 2045.592,699.336 2045.734,699.336 2045.878,699.336 C 2045.696,699.044 2045.48,698.779 2045.229,698.544 C 2045.302,698.808 2045.375,699.072 2045.448,699.336" id="path4588"/>
<path d="M 2046.458,692.352 C 2046.914,691.777 2046.66,691.184 2046.028,690.913 C 2046.167,691.394 2046.31,691.873 2046.458,692.352" id="path4590"/>
<path d="M 2048.038,711.864 C 2047.944,711.021 2047.533,710.251 2046.818,709.776 C 2046.631,709.99 2046.489,710.23 2046.388,710.496 C 2047.374,710.019 2047.74,711.21 2048.038,711.864" id="path4592"/>
<path d="M 2046.678,705.528 C 2047.889,705.445 2047.773,703.251 2047.248,702.576 C 2047.001,703.547 2046.811,704.536 2046.678,705.528" id="path4594"/>
<path d="M 2047.178,697.608 C 2047.546,698.133 2049.175,694.92 2046.889,695.376 C 2047.029,696.113 2047.331,696.842 2047.178,697.608" id="path4596"/>
<path d="M 2047.538,718.128 C 2047.585,718.368 2047.631,718.607 2047.678,718.848 C 2048.127,718.562 2048.344,718.154 2048.328,717.624 C 2048.048,717.766 2047.785,717.934 2047.538,718.128" id="path4598"/>
<path d="M 2048.479,704.16 C 2048.647,704.576 2048.958,704.792 2049.409,704.807 C 2049.768,702.468 2047.163,702.023 2048.479,704.16" id="path4600"/>
<path d="M 2048.398,700.776 C 2048.595,701.11 2048.789,701.446 2048.978,701.784 C 2049.261,701.616 2049.5,701.399 2049.698,701.136 C 2049.118,700.91 2048.637,700.55 2048.258,700.056 C 2048.305,700.296 2048.352,700.536 2048.398,700.776" id="path4602"/>
<path d="M 2048.328,697.176 C 2048.473,696.79 2048.717,696.933 2048.398,696.384 C 2048.375,696.647 2048.352,696.912 2048.328,697.176" id="path4604"/>
<path class="landxx mm" d="M 1992.528,621.288 C 1992.599,620.734 1992.3057,619.24286 1993.1247,619.15087 C 1994.1397,619.03687 1994.6681,620.04824 1995.988,620.352 C 1995.2189,618.49764 1994.9525,616.49481 1994.6037,614.53841 C 1994.5588,614.51377 1995.475,613.78205 1995.267,612.936 C 1996,613.198 1996.405,614.751 1997.313,614.466 C 1997.963,614.262 1997.665,612.986 1997.788,612.503 C 1999.298,613.384 1998.652,611.165 1998.375,610.504 C 1997.596,608.644 1997.753,607.199 1997.498,605.231 C 1998.984,606.334 1999.041,604.064 1999.014,603.128 C 1998.946,600.821 1998.512,598.836 1997.718,596.663 C 1998.064,596.638 1998.369,596.738 1998.635,596.962 C 1999.318,597.42 1999.275,597.085 2000.092,596.94 C 2000.906,596.794 2003.344,597.816 2003.979,598.32 C 2003.951,595.016 2008.5,589.127 2005.937,586.554 C 2004.577,585.189 2007.459,583.286 2007.769,581.922 C 2008.129,580.333 2008.609,579.414 2007.817,578.007 C 2007.166,576.849 2006.966,574.624 2008.229,573.767 C 2008.62,573.5 2009.808,573.853 2009.879,573.161 C 2009.944,572.515 2011.235,572.086 2011.733,571.612 C 2012.362,571.012 2012.705,570.402 2013.126,569.651 C 2013.84,568.374 2015.695,568.56 2016.939,568.368 C 2017.537,568.276 2018.267,567.857 2018.795,568.362 C 2019.508,569.043 2020.242,570.633 2021.548,570.095 C 2021.345,568.989 2020.259,568.454 2019.59,567.666 C 2018.366,566.225 2019.185,565.115 2020.281,564.018 C 2021.857,562.444 2021.0279,562.69341 2021.0279,560.99241 C 2021.0279,560.38941 2021.5135,560.54044 2021.4565,559.98244 C 2021.3865,559.28944 2022.025,558.325 2022.047,557.64 C 2023.393,559.136 2026.095,559.378 2027.185,561.289 C 2027.581,561.982 2027.457,562.837 2027.808,563.544 C 2028.284,564.502 2028.991,565.322 2029.467,566.28 C 2030.027,566.081 2030.331,565.631 2030.037,565.055 C 2033.023,566.443 2033.2761,569.47969 2034.0892,572.43394 C 2034.4902,573.89094 2034.6247,575.09457 2034.6684,576.667 C 2034.6858,577.29118 2035.377,579.355 2033.787,578.735 C 2034.1728,579.33537 2036.4935,581.71474 2034.1116,581.07687 C 2033.7436,580.97834 2033.0515,582.20944 2033.1135,582.50444 C 2033.3115,583.44444 2032.05,583.235 2031.558,583.2 C 2031.408,583.729 2031.294,587.679 2029.608,586.152 C 2029.679,587.484 2028.979,588.48 2029.757,589.752 C 2028.416,589.857 2028.5572,590.69081 2028.6132,591.74281 C 2028.6702,592.83281 2029.4926,592.93594 2029.8716,593.77994 C 2030.0366,594.14794 2030.5925,595.30313 2030.4255,595.71713 C 2030.1355,596.43713 2029.01,597.374 2029.928,598.099 C 2030.357,598.437 2032.816,596.49 2033.235,596.255 C 2035.049,595.235 2037.219,596.874 2038.967,595.585 C 2039.245,596.71 2037.779,597.153 2038.152,598.271 C 2038.363,598.905 2038.8791,599.221 2039.3101,599.689 C 2039.8561,600.28 2039.0954,600.93152 2039.469,601.267 C 2040.7297,602.39916 2040.372,603.98697 2041.4801,604.48353 C 2042.9919,605.161 2044.3904,603.76403 2045.4931,606.385 C 2043.8295,606.2609 2044.5127,608.83818 2044.6439,609.84991 C 2044.7869,610.95306 2042.9345,613.69693 2044.6171,613.50225 C 2045.5828,613.39052 2048.6613,612.96052 2049.7881,613.98566 C 2050.9897,615.07876 2049.221,617.081 2051.638,617.113 C 2051.309,617.615 2051.569,618.539 2051.913,618.966 C 2052.472,619.659 2052.999,618.151 2053.778,618.653 C 2055.385,619.689 2057.478,617.155 2058.697,616.25 C 2058.784,617.505 2059.743,618.207 2058.578,619.252 C 2058.041,619.734 2056.8275,620.10013 2056.5125,620.65513 C 2056.2655,621.09113 2054.702,624.757 2056.177,623.882 C 2056.063,624.951 2054.356,624.412 2053.728,624.89 C 2052.632,625.724 2053.004,627.395 2052.717,628.562 C 2052.0713,627.128 2050.105,628.762 2048.327,628.85 C 2048.796,629.456 2049.2857,630.07797 2048.4997,630.43097 C 2047.7217,630.78097 2046.6834,630.64091 2045.9604,630.69991 C 2045.0604,630.77491 2045.5878,632.39594 2045.4238,632.98594 C 2045.2398,633.64694 2044.6083,633.74777 2044.133,633.42719 C 2043.666,633.1122 2042.636,634.17626 2041.6869,634.33206 C 2041.3571,634.3862 2038.4345,633.74024 2038.4426,633.7316 C 2038.7395,633.4161 2036.7249,635.75829 2036.8596,636.87113 C 2036.9288,637.44298 2037.2444,637.87928 2037.3372,638.41328 C 2037.4634,639.13947 2036.6337,640.26075 2036.7943,640.96378 C 2037.0075,641.89678 2037.9887,642.91119 2037.3437,643.87819 C 2036.7613,644.75128 2034.83,644.872 2034.287,643.827 C 2034.591,644.892 2035.245,646.858 2036.737,646.419 C 2036.607,647.098 2037.0862,647.6471 2037.4476,648.15547 C 2038.0163,648.95547 2037.744,649.79935 2038.0007,650.595 C 2038.4803,652.08159 2040.5296,653.70868 2041.453,654.832 C 2042.5569,656.17488 2044.0355,656.60235 2044.877,658.659 C 2045.5613,660.33132 2045.743,662.196 2046.957,663.699 C 2047.356,663.258 2047.646,662.754 2047.827,662.186 C 2048.736,662.935 2048.5848,664.47136 2047.7647,665.138 C 2046.9419,665.80684 2045.9231,665.07356 2046.318,666.986 C 2046.5184,667.95645 2046.9734,669.82152 2046.8548,670.89859 C 2046.7609,671.75118 2045.258,671.619 2045.516,672.627 C 2044.819,671.998 2044.3992,672.51153 2044.2452,673.27853 C 2044.0252,674.37753 2044.5986,675.77988 2045.1422,676.70453 C 2046.6144,679.20894 2049.1245,681.00599 2050.7223,683.021 C 2052.4321,685.1772 2053.3656,687.40428 2053.0367,689.89328 C 2052.8853,691.03857 2052.6664,691.06384 2053.215,692.36 C 2053.7352,693.58892 2053.9,694.18183 2054.6578,695.26 C 2055.4113,696.33199 2055.8939,697.2145 2056.0291,698.35353 C 2056.1732,699.56704 2057.2779,701.63627 2057.5878,702.32494 C 2058.1306,703.53116 2056.5953,705.71049 2055.6597,707.157 C 2054.8434,708.41897 2053.9031,709.63924 2052.6404,711.84819 C 2052.055,712.87216 2052.7304,713.45119 2052.2884,714.33519 C 2051.6364,715.63419 2051.5654,716.98 2050.8004,718.275 C 2049.9394,716.921 2050.063,714.931 2049.705,713.412 C 2049.559,712.791 2049.226,712.256 2049.841,711.874 C 2050.593,711.409 2050.019,711.13 2050.38,710.552 C 2051.157,709.307 2051.327,707.816 2051.03,706.355 C 2050.889,705.663 2050.464,703.366 2051.715,703.37 C 2051.516,703.037 2051.419,702.677 2051.425,702.29 C 2051.076,702.773 2050.567,703.149 2049.986,703.298 C 2049.807,702.27 2051.223,701.71 2049.765,701.859 C 2051.432,701.065 2048.99,699.809 2050.345,699.05 C 2049.748,699.208 2049.245,698.899 2049.045,698.33 C 2049.44,698.271 2049.8,698.127 2050.125,697.897 C 2049.473,697.545 2049.022,696.764 2050.056,696.53 C 2049.167,696.235 2049.704,695.371 2049.57,694.571 C 2049.346,693.241 2048.842,691.843 2048.33,690.598 C 2047.791,689.289 2046.997,688.036 2046.362,686.767 C 2045.758,685.558 2045.701,684.098 2044.876,682.994 C 2045.258,684.023 2045.732,686.376 2044.946,687.313 C 2045.223,686.46 2044.49,685.697 2044.418,684.876 C 2044.349,684.102 2044.326,682.834 2044.147,682.129 C 2043.977,681.46 2041.229,676.732 2042.926,677.665 C 2042.856,677.379 2042.736,677.115 2042.567,676.873 C 2042.327,677.017 2042.087,677.161 2041.846,677.305 C 2040.607,674.21 2040.884,670.746 2039.75,667.662 C 2039.53,667.065 2038.996,666.741 2038.733,666.189 C 2038.499,665.697 2038.767,665.118 2038.739,664.602 C 2038.689,663.658 2038.019,661.814 2039.256,661.322 C 2038.46,661.449 2037.061,662 2036.467,661.223 C 2035.385,659.806 2034.528,658.248 2034.426,656.426 C 2033.716,656.9 2033.854,655.861 2033.249,655.305 C 2032.727,654.826 2032.054,654.411 2031.836,653.69 C 2031.69,653.873 2031.949,655.426 2031.943,655.78 C 2031.925,656.999 2032.665,658.246 2032.015,659.521 C 2031.546,660.445 2030.948,661.727 2029.755,661.825 C 2028.53,661.927 2027.125,660.27 2028.026,659.161 C 2026.603,659.518 2027.834,660.565 2028.214,661.44 C 2028.74,662.651 2027.463,664.036 2026.365,662.905 C 2027.539,663.731 2025.208,665.198 2024.344,664.344 C 2024.637,665.448 2023.761,669.195 2021.949,668.508 C 2021.014,668.154 2021.883,665.665 2021.684,664.92 C 2021.639,664.988 2020.701,668.416 2021.184,666.144 C 2020.888,666.759 2020.768,667.408 2020.824,668.088 C 2019.925,667.645 2019.677,665.685 2020.385,665.136 C 2019.321,664.441 2019.741,669.46 2018.309,668.21 C 2017.627,667.615 2018.221,664.363 2018.805,664.056 C 2017.755,664.469 2017.467,666.619 2016.935,667.584 C 2016.622,667.398 2016.359,667.158 2016.145,666.864 C 2017.026,666.495 2017.145,665.585 2017.365,664.776 C 2016.952,665.483 2016.784,666.541 2015.785,666.647 C 2016.869,665.186 2016.375,663.349 2016.575,661.679 C 2016.431,661.693 2016.289,661.693 2016.145,661.679 C 2016.705,662.881 2015.073,665.571 2013.954,666.021 C 2012.336,666.672 2013.647,659.824 2013.855,659.065 C 2014.064,658.303 2013.833,656.054 2014.255,655.654 C 2015.327,654.64 2014.157,651.788 2013.652,650.67 C 2013.003,649.232 2013.221,647.047 2012.155,645.868 C 2011.703,645.368 2011.441,644.717 2011.149,644.12 C 2010.711,643.225 2009.526,642.697 2010.744,642.455 C 2009.894,641.868 2008.874,641.67 2008.874,640.428 C 2008.874,639.503 2008.928,638.016 2008.435,637.199 C 2008.553,637.872 2008.851,639.422 2007.645,638.566 C 2008.201,639.248 2008.65,640.605 2008.225,641.447 C 2006.483,640.738 2005.418,638.936 2004.394,637.458 C 2004.113,637.054 2004.999,636.643 2005.298,637.192 C 2005.522,637.605 2006.112,637.749 2006.527,637.869 C 2007.463,638.14 2008.663,637.642 2007.799,636.5 C 2007.312,635.855 2005.128,635.023 2006.424,634.103 C 2005.84,634.09 2005.264,634.018 2004.695,633.887 C 2004.873,633.398 2004.943,632.894 2004.905,632.375 C 2004.244,632.698 2003.334,631.92 2002.967,631.459 C 2002.281,630.598 2001.696,631.204 2000.735,630.791 C 2001.069,631.56 2001.491,632.291 2001.745,633.095 C 2001.438,632.6 2001.148,632.096 2000.875,631.583 C 2000.745,632.108 2000.842,632.589 2001.165,633.023 C 2000.306,631.843 1999.841,631.103 2000.595,629.71 C 2000.261,629.773 1999.925,629.796 1999.585,629.782 C 1999.783,629.271 1999.996,628.767 2000.226,628.27 C 2000.086,628.301 1999.969,628.374 1999.875,628.486 C 1999.729,627.934 1999.729,627.382 1999.875,626.83 C 1999.375,628.039 1999.454,629.391 1998.865,630.574 C 1997.902,630.152 1998.345,629.626 1998.453,628.869 C 1998.579,627.987 1997.566,627.259 1997.136,626.614 C 1997.261,627.348 1997.692,628.13 1997.205,628.845 C 1996.844,627.512 1995.8455,626.43443 1994.702,625.809 C 1993.3981,625.09585 1993.1708,622.79932 1992.528,621.288" id="path4608"/>
</g>
<path class="landxx et" d="M 1522.1263,691.34155 C 1522.2693,690.17555 1523.3803,689.55855 1523.3843,688.37355 C 1523.3923,686.34555 1524.8193,686.15455 1526.5263,686.44455 C 1528.0423,686.70255 1529.3563,687.18455 1530.4813,685.50855 C 1531.2593,684.35155 1530.7483,682.34055 1530.5943,681.06955 C 1530.3403,678.94855 1530.0273,676.66155 1530.8223,674.61755 C 1531.1343,673.81755 1531.5483,673.06155 1531.8403,672.25255 C 1532.2703,671.06455 1531.7973,670.26855 1531.7773,669.09255 C 1531.7573,667.91655 1532.3923,666.73355 1533.1533,665.85055 C 1534.0293,664.83455 1535.3353,666.04755 1535.3073,667.14755 C 1535.8133,666.59155 1537.8263,663.50955 1536.8223,662.54055 C 1536.2543,661.99055 1537.1713,660.68955 1537.3413,660.13555 C 1537.6743,659.04455 1536.9403,657.66555 1537.9103,656.77655 C 1539.4653,655.35155 1540.0863,653.47555 1541.0493,651.55555 C 1541.4553,650.74355 1541.7053,649.89655 1542.6973,649.84955 C 1543.1093,649.82955 1545.0563,650.04155 1545.2343,649.55055 C 1545.7763,648.05555 1545.6503,646.19555 1545.8833,644.62955 C 1546.0173,643.73855 1546.3803,643.04455 1546.7513,642.22355 C 1547.4143,640.75255 1547.2503,639.37755 1547.5463,637.84555 C 1548.1093,634.95255 1549.3253,636.01255 1551.5163,635.98955 C 1552.3623,635.98055 1552.5373,634.25755 1553.7263,634.94555 C 1554.6533,635.48155 1555.1663,636.71755 1555.7573,637.55755 C 1556.6493,635.34155 1557.5303,633.10755 1558.1273,630.78955 C 1558.4693,631.31755 1558.8553,631.98655 1559.4273,632.30155 C 1560.0513,632.64455 1560.7563,632.36855 1561.1333,633.12255 C 1561.8753,634.60455 1562.7833,634.77955 1564.3323,634.49855 C 1564.9043,634.39455 1565.5063,634.23955 1565.9583,633.84855 C 1566.2283,633.61455 1566.4623,632.72855 1566.7453,632.64855 C 1567.2673,632.50055 1568.1153,634.28855 1568.2173,634.67755 C 1569.6933,632.82555 1572.1823,634.97655 1573.6963,634.57355 C 1575.7743,634.02055 1577.9083,636.23655 1579.6803,636.98655 C 1582.0523,637.99055 1582.7413,641.05955 1584.6733,642.60355 C 1585.8343,643.53155 1587.3613,644.27455 1588.0813,645.64155 C 1588.7383,646.89155 1589.0483,647.93955 1590.2173,648.83455 C 1592.1813,650.33955 1593.0303,651.49555 1591.7313,653.77755 C 1590.1963,656.47455 1588.0963,658.00955 1588.5843,661.30355 C 1588.8263,662.93955 1588.1843,664.93255 1590.5263,664.77255 C 1591.8963,664.67855 1593.2553,664.02255 1594.5813,663.68555 C 1595.6563,663.41255 1596.068,664.35811 1597.072,664.02511 C 1596.964,665.73611 1594.9913,667.17644 1595.9402,669.16511 C 1597.0803,671.5542 1598.1225,672.16395 1599.6056,674.29205 C 1600.099,674.99992 1600.9763,677.35755 1601.5363,678.00755 C 1602.0973,678.65655 1602.5807,678.45399 1603.2317,678.98399 C 1604.2327,679.80099 1605.7799,681.53968 1607.0509,681.99668 C 1612.1559,683.83568 1616.7483,685.75255 1621.8393,687.63055 C 1624.2513,688.52055 1626.2045,689.57924 1628.7025,690.16824 C 1631.0185,690.71424 1633.9873,690.33355 1636.3273,690.33355 L 1614.9443,715.71555 C 1613.6363,717.24455 1612.6008,717.38993 1610.7465,717.13986 C 1607.6995,716.72895 1603.4348,716.5551 1599.4624,720.2078 C 1598.4114,721.17427 1598.0493,722.37455 1596.5183,722.67855 C 1595.1083,722.95955 1593.6176,722.91005 1592.3116,723.62505 C 1590.9006,724.39805 1590.9956,725.7208 1589.1416,725.2958 C 1587.5876,724.9388 1585.407,726.22042 1584.035,724.70142 C 1583.453,724.05542 1582.9844,723.05424 1582.0124,722.94024 C 1581.0754,722.83024 1579.8193,723.51255 1579.0073,723.88455 C 1577.7323,724.47055 1575.6066,725.59813 1574.793,726.79905 C 1573.9122,728.09934 1573.2831,729.08175 1572.6773,730.07655 C 1571.7123,729.14855 1569.5303,729.00655 1568.2723,729.12155 C 1567.3033,729.20955 1566.62,728.43461 1565.752,728.24961 C 1564.849,728.05861 1563.84,728.47823 1562.9329,728.39361 C 1559.2526,728.05035 1562.3546,727.57742 1552.6634,721.74599 C 1551.0116,720.75203 1548.608,721.88493 1546.5786,721.16768 C 1545.6385,720.83545 1544.2163,718.98955 1543.7963,718.13955 C 1543.2103,716.95455 1544.2123,715.38655 1543.8303,714.08555 C 1543.4863,712.91355 1541.0793,712.20255 1540.2763,713.22855 C 1539.7873,712.75455 1539.1043,711.34955 1538.7013,710.72355 C 1537.7693,709.27855 1537.4383,707.33755 1536.8103,705.73655 C 1536.3383,704.53455 1536.1033,703.17855 1535.4543,702.05155 C 1535.1553,701.53155 1534.7993,701.34655 1534.2933,701.09255 C 1533.7323,700.81255 1533.716,700.25561 1533.302,699.88561 C 1533.044,699.72061 1532.9433,699.57555 1532.6393,699.53855 C 1531.8463,699.31755 1531.7673,698.46555 1531.3463,697.89255 C 1530.4053,696.61455 1529.7683,695.05455 1528.5133,694.02955 C 1527.5943,693.27955 1526.4963,692.76655 1525.3183,692.62355 C 1524.2233,692.49255 1522.7093,692.48355 1522.1263,691.34155" id="et"/>
<path class="landxx gt" d="M 572.81029,633.66955 C 573.62429,632.70055 573.48629,631.67755 573.77829,630.51555 C 573.92029,629.94955 574.71429,629.55755 574.54429,628.93255 C 574.22829,627.77155 574.24,627.57825 574.919,626.44725 C 575.939,624.74925 576.80306,622.56531 577.50736,621.12431 C 578.22511,619.65581 580.97329,620.49355 582.42829,620.49355 C 583.26329,620.49355 587.64729,621.01655 588.07829,620.31355 C 588.22129,620.08155 588.59729,617.37655 588.48029,617.27555 C 587.97729,616.83755 587.29329,617.03555 587.13729,616.22555 C 586.95729,615.29955 586.74829,614.79755 585.88529,614.27455 C 584.23129,613.27355 583.20229,611.63255 581.88429,610.26955 C 582.88429,610.26955 584.66829,610.73855 585.27029,609.62455 C 585.89129,608.47755 585.13329,606.72755 585.98829,605.72855 C 586.90429,604.65855 591.00829,605.37355 592.32129,605.37355 C 594.84229,605.37355 597.36329,605.37355 599.88429,605.37355 C 599.24629,608.09655 599.18229,610.91055 598.66029,613.65255 C 598.12629,616.45955 597.51229,619.25255 597.07629,622.07755 C 598.41329,621.93955 601.25629,621.87755 601.46829,623.73255 C 601.68629,623.25155 601.90929,622.67655 602.47629,622.50855 C 602.29829,622.25755 602.10629,622.01755 601.90029,621.78855 C 602.90229,622.15155 603.58329,623.00155 604.49229,623.51655 C 602.06229,624.53255 600.55829,626.97855 598.31929,628.29955 C 597.27729,628.91455 595.92229,629.64855 596.22129,631.08655 C 596.43229,632.10455 596.66029,632.79955 595.82429,633.56955 C 595.03329,634.29755 592.79129,634.74255 593.00829,635.89955 C 593.13729,636.58355 592.62929,636.44155 592.14329,636.86755 C 592.04729,636.95155 591.21129,638.06655 591.33329,638.01155 C 590.34829,638.45655 587.86329,638.61155 588.36429,640.65255 C 587.19029,640.14155 586.13429,639.28655 584.84429,639.06455 C 583.52929,638.83855 582.13029,639.26055 580.78629,639.10055 C 577.46029,638.70455 575.03629,635.89555 572.81029,633.66955" id="gt"/>
<path class="landxx sr" d="M 829.77629,728.70955 C 828.95329,728.22055 827.55705,725.1951 827.56805,724.2151 C 827.58305,722.7801 827.74114,719.2075 827.74313,717.90538 C 827.74689,715.45966 830.91011,716.13546 832.51665,716.13146 C 833.27466,716.12958 834.67983,714.0646 833.09629,713.60737 C 834.72029,711.66037 834.07729,707.37955 837.60629,707.86755 C 838.71729,708.02155 844.66729,708.53955 844.10629,710.49255 C 844.88329,708.95855 843.67429,707.89055 846.14729,707.90055 C 847.06229,707.90455 849.94829,707.78055 850.00629,709.19755 C 850.48329,708.59455 851.40929,708.93255 852.02629,708.90855 C 851.87429,708.80355 849.88329,708.06855 850.17829,707.86655 C 851.49429,706.96555 854.93429,708.35055 856.35529,708.58955 C 858.84029,709.00655 858.72929,710.74255 857.64629,712.58155 C 856.46329,714.58755 854.83529,715.72855 854.93029,718.27655 C 855.01329,720.50455 854.77229,723.15755 855.85329,725.18755 C 856.71129,726.79955 858.83429,728.15855 857.69029,730.23455 C 857.29829,730.94555 856.88788,731.74653 856.68788,732.56153 C 856.49288,733.35753 856.63574,734.46446 856.40625,735.29463 C 855.84826,737.31318 854.28977,739.56055 853.62467,739.59365 C 853.05756,739.62187 851.07529,738.17755 850.79729,737.82855 C 849.83029,736.61155 847.75329,738.08755 846.36229,738.34155 C 845.24029,738.54655 845.04629,738.79455 844.04129,738.24555 C 842.98429,737.66855 843.06511,738.13461 842.59529,738.86155 C 841.55798,740.46655 842.96689,740.38355 843.27829,742.15155 C 843.67139,744.38342 839.79066,743.14255 838.91966,742.59055 C 838.28466,742.18855 837.17823,741.62034 836.64611,741.1141 C 835.9411,740.44337 835.9037,739.91177 835.91284,739.3141 C 835.93657,737.76198 833.43929,735.73055 833.43729,734.20155 C 833.43729,733.62455 833.18847,730.63373 832.44547,730.53673 C 831.91447,730.46773 831.02417,731.02728 830.57929,730.46955 C 830.13168,729.9084 830.12684,729.09944 829.77629,728.70955" id="sr"/>
<path class="landxx eh" d="M 1144.1363,579.88555 C 1142.9523,577.79955 1144.7083,574.26055 1145.0683,572.09755 C 1145.3153,570.61855 1145.6963,569.23155 1146.4883,567.94155 C 1147.4473,566.37755 1149.2023,566.37455 1149.7913,564.41955 C 1150.0933,563.41755 1150.0743,561.87455 1151.0703,561.27655 C 1151.6353,560.93855 1151.3013,559.80355 1151.7423,559.15655 C 1152.4473,558.12155 1155.2863,554.58755 1154.4963,553.24455 C 1153.9653,553.58655 1153.5183,554.06355 1153.2063,554.61255 C 1154.4473,551.88255 1157.5893,549.87355 1159.6533,547.76655 C 1162.4023,544.95955 1161.8713,542.05855 1163.2093,538.61555 C 1164.3043,535.80055 1165.1533,532.69355 1167.8903,531.13455 C 1170.9063,529.41655 1172.5464,528.01573 1173.7953,524.69355 C 1174.5891,522.58178 1176.0918,519.58438 1175.5707,520.19919 L 1209.0699,519.92848 L 1208.5928,534.52396 L 1183.7363,534.81055 L 1182.5923,556.64355 C 1181.1133,557.71055 1179.0113,557.82755 1177.4663,558.78855 C 1175.1413,560.23355 1174.2023,561.77955 1174.3863,564.52555 C 1174.4933,566.12155 1175.7183,574.43655 1174.0233,574.91655 L 1146.3743,574.91655 C 1144.2523,574.91755 1143.9133,578.38355 1144.1363,579.88555" id="eh"/>
<path class="landxx cz" d="M 1360.7763,325.94155 C 1361.5213,325.94355 1362.1053,326.55955 1362.2863,327.23755 C 1362.546,324.64589 1366.2836,325.31261 1367.007,324.76096 C 1369.5931,322.78903 1372.9686,321.79997 1375.7563,320.83055 C 1375.5223,320.60755 1375.2813,320.39255 1375.0363,320.18255 C 1375.6643,320.03655 1376.3963,319.80855 1376.8863,320.36455 C 1377.3213,320.85855 1377.7068,321.789 1378.4953,321.51455 C 1379.0331,321.32735 1379.7166,321.43887 1379.8233,320.80355 C 1379.9507,320.0448 1380.2661,320.19649 1380.7661,320.32449 C 1381.6051,320.53849 1381.8413,320.66555 1382.0813,321.45655 C 1382.7823,323.35845 1386.6038,321.27911 1386.6963,323.56655 C 1387.0713,323.16855 1388.0001,323.0302 1388.5433,323.13755 C 1390.3401,323.49264 1388.5512,324.55808 1387.9263,325.07955 C 1389.1753,325.51355 1389.6023,326.17955 1390.3213,327.17655 C 1391.2003,328.39655 1392.6153,326.96855 1393.3963,326.44755 C 1392.9233,326.05255 1392.6603,325.54955 1392.6063,324.93555 C 1394.4653,325.42255 1396.2003,326.83855 1398.2163,326.23155 C 1398.2376,327.16161 1398.1031,328.71 1399.1785,328.62728 C 1400.3196,328.53951 1400.7293,328.32855 1401.9343,328.89555 C 1403.2253,329.50255 1403.5246,329.06455 1404.1886,330.46755 C 1403.0611,329.69959 1405.5341,330.70987 1406.5541,332.9706 C 1405.2471,333.4566 1403.276,333.6926 1402.115,334.5616 C 1401.28,335.1866 1401.2809,336.56657 1400.4019,337.0016 C 1399.5064,337.44476 1398.3984,338.58671 1396.4373,338.55201 C 1395.1502,338.52923 1394.2182,338.5579 1393.4663,340.19955 C 1392.8083,337.79855 1389.4783,339.51655 1387.9783,338.99955 C 1386.7423,338.57355 1385.5313,338.08155 1384.2833,337.67755 C 1383.2713,337.35055 1381.3383,336.81355 1380.2863,336.88755 C 1380.3643,337.57255 1380.0803,338.22055 1380.1463,338.90355 C 1379.1273,338.76255 1378.3533,339.57155 1378.3463,340.55955 C 1376.8323,339.95655 1376.8023,340.60555 1375.3183,340.46955 C 1374.3313,340.37855 1373.5093,339.31755 1372.7323,338.79555 C 1371.7353,338.12555 1370.6732,337.56365 1369.6363,336.96055 C 1368.6683,336.39755 1367.5679,335.00072 1366.5355,334.59614 C 1364.8143,333.92166 1364.4133,331.53655 1362.8663,330.69555 C 1365.0434,328.77649 1360.9755,328.65104 1360.7763,325.94155" id="cz"/>
<path class="landxx td" d="M 1373.1663,634.82155 C 1373.4333,634.14755 1374.1013,634.29955 1374.4463,633.75355 C 1374.7513,633.27055 1374.8403,632.59155 1375.3263,632.23055 C 1375.9363,631.77655 1376.0423,630.05455 1376.3033,629.37055 C 1377.7113,625.67255 1380.8723,622.29255 1383.3903,619.31655 C 1385.6963,616.59055 1388.3183,614.28455 1388.4943,610.60055 C 1388.7143,605.98455 1388.8053,601.35855 1389.1313,596.74755 C 1389.3823,593.18555 1389.2023,588.49855 1390.9713,585.34155 C 1391.9893,583.52355 1391.3193,582.67455 1390.0873,581.25455 C 1389.7373,580.85155 1389.2963,580.53455 1388.9413,580.13555 C 1388.3253,579.44555 1389.1313,578.82655 1388.8543,578.11555 C 1388.2143,576.47155 1386.8731,575.19855 1386.1131,573.63455 C 1385.4701,572.31155 1385.8833,570.70355 1385.7393,569.28455 C 1385.5013,566.93855 1384.8013,564.67455 1384.4323,562.34855 C 1384.3893,562.07855 1383.9412,561.12124 1384.3142,560.93524 L 1392.5459,557.02761 L 1452.1161,590.74993 L 1452.7273,623.73455 C 1450.7583,623.12355 1450.5799,623.3685 1448.5179,623.69324 C 1447.1534,623.90813 1445.3873,623.6926 1444.9501,624.9702 C 1444.6312,625.90178 1445.5302,627.67402 1444.8486,628.57549 C 1444.2072,629.42364 1443.2334,632.32965 1441.8823,632.79955 C 1440.3475,633.33335 1440.9716,636.00169 1442.0683,637.05555 C 1439.5773,639.05155 1437.9544,640.30311 1439.8887,643.08593 C 1441.1968,644.96798 1438.1474,645.76374 1437.3084,647.34674 C 1436.7324,648.43374 1436.507,648.81005 1437.382,649.68505 C 1438.127,650.43005 1439.4045,649.63126 1440.2066,649.63842 C 1441.2143,649.64742 1442.057,650.11393 1441.4096,650.90142 C 1440.468,652.04661 1442.3794,653.40871 1441.6393,655.41755 C 1441.8983,655.28655 1442.1603,655.16655 1442.4293,655.05755 C 1443.0073,655.98655 1442.3513,657.03755 1442.3593,658.00955 C 1442.3673,659.12055 1442.5011,659.13536 1443.2027,659.90592 C 1443.8391,660.60479 1445.3686,660.22417 1445.4723,662.12455 C 1445.5185,662.97079 1444.6987,664.50701 1444.9445,665.47112 C 1444.5118,664.73878 1442.437,664.03682 1441.5233,664.51155 C 1440.9808,664.7934 1440.2273,665.03155 1439.8703,665.56155 C 1439.4303,666.21355 1439.338,665.79949 1438.844,666.34649 C 1438.053,667.22349 1436.1523,667.00655 1435.8803,668.37855 C 1435.7693,668.94355 1436.2171,669.42083 1436.0353,670.00455 C 1435.4272,671.95708 1433.6661,672.76315 1432.2487,674.05155 C 1431.119,675.07849 1430.5433,676.52712 1429.5293,677.65255 C 1427.7325,679.64674 1426.4854,680.09575 1423.9479,681.03955 C 1422.5049,681.57622 1418.9083,681.80955 1417.3893,681.66455 C 1416.8713,681.61555 1413.6873,682.36355 1414.8233,683.21955 C 1415.3173,683.59255 1416.6323,683.84255 1416.3363,684.72655 C 1415.9963,685.74355 1414.8103,687.17855 1414.0223,687.90755 C 1413.4033,688.47855 1412.8603,689.90655 1412.0783,690.09955 C 1410.5993,690.46655 1408.8053,690.18355 1407.2773,690.31955 C 1405.2633,690.49855 1403.7643,690.99755 1402.0393,692.06455 C 1401.0913,692.65055 1399.3133,693.16455 1398.8693,694.29655 C 1398.1873,693.31655 1397.2413,692.62555 1396.9293,691.41655 C 1396.2983,691.64355 1396.0003,692.47255 1395.6993,693.00055 C 1395.4853,693.37455 1394.2543,693.47555 1393.8373,693.65855 C 1391.7693,694.56755 1391.0603,694.40655 1388.8593,694.43955 C 1390.0163,692.98355 1388.7193,692.45055 1388.3023,691.08555 C 1387.7343,689.23055 1387.2443,687.15055 1386.0203,685.59755 C 1384.9773,684.27355 1383.5393,683.34955 1382.2443,682.29955 C 1380.9583,681.25455 1380.2433,679.98255 1379.2043,678.74255 C 1378.4973,677.89855 1376.7023,676.30255 1377.5543,675.07655 C 1378.4173,673.83455 1378.8343,672.95255 1380.4473,673.02755 C 1382.2493,673.11155 1384.0163,673.84355 1385.8043,673.23555 C 1386.5903,672.96855 1387.2863,673.36255 1387.9893,673.64455 C 1388.6413,673.90455 1389.5533,673.30455 1390.1593,673.12755 C 1386.5823,671.14055 1384.9123,666.34855 1385.1013,662.43655 C 1385.1443,661.54255 1385.5953,660.82755 1385.6863,659.97755 C 1385.7803,659.09555 1385.5543,658.20755 1385.5313,657.32755 C 1385.5143,656.66255 1385.6503,655.57155 1385.2603,654.98355 C 1384.9533,654.52155 1384.1063,654.86455 1384.1593,654.08455 C 1384.2293,653.05555 1383.8153,651.67255 1383.6053,650.66355 C 1383.4533,649.93555 1382.4198,649.8237 1381.8993,649.50155 C 1380.2383,648.47355 1382.35,646.91943 1379.0673,646.42655 C 1378.2822,646.30867 1378.5126,646.92391 1377.6671,646.27548 C 1376.4938,644.89209 1374.9346,642.19262 1374.529,641.44961 C 1373.4386,639.45152 1373.5983,636.98755 1373.1663,634.82155" id="td"/>
<path class="landxx al" d="M 1412.2563,408.09355 C 1412.6463,407.42755 1412.9813,406.64355 1412.6963,405.86255 C 1413.7513,406.03155 1413.2113,403.61155 1413.4293,402.82755 C 1413.5973,402.22255 1412.6573,402.19255 1412.9963,401.42155 C 1413.2513,400.84355 1413.4613,400.23555 1413.5883,399.61555 C 1413.8033,398.55955 1413.6253,397.38655 1412.2563,397.72555 C 1411.7413,396.12755 1411.7536,393.98367 1412.7713,392.63596 C 1413.598,391.5412 1413.7344,389.79667 1414.8921,391.83776 C 1415.6257,393.13126 1416.7482,390.31175 1417.8371,392.39655 C 1418.0637,392.83047 1418.03,393.14542 1418.3875,393.49096 C 1419.0775,394.15796 1419.5402,393.46604 1420.5833,394.93436 C 1420.7586,395.18113 1421.0439,396.72914 1420.9729,397.93592 C 1419.8339,398.66046 1421.2368,399.81108 1420.0615,400.37154 C 1420.1155,400.80654 1420.4833,401.14055 1420.6743,401.50855 C 1420.7083,401.82555 1420.8077,401.99256 1420.6197,402.26056 C 1420.4787,402.95556 1421.0502,403.87607 1421.5183,404.24855 C 1422.069,404.68676 1421.9093,405.77665 1422.9223,405.65855 C 1423.9105,405.54334 1423.8522,406.14049 1424.1613,406.83555 C 1425.3634,409.53836 1423.4381,408.90691 1422.7505,410.61715 C 1422.5192,411.19229 1421.9299,412.52215 1421.2819,412.86556 C 1419.6075,413.75288 1419.6679,413.68368 1420.3263,415.29255 C 1418.8298,415.11407 1420.7835,416.19153 1418.8083,416.51776 C 1417.661,416.70725 1417.3383,416.07455 1417.1933,415.15655 C 1416.8163,412.76655 1413.6413,411.91055 1412.2563,410.03655 C 1412.7413,410.11155 1413.0783,410.37555 1413.2663,410.82855 C 1413.9853,409.99555 1412.5943,409.46855 1413.3363,409.17255 C 1412.8963,408.89355 1412.5363,408.53255 1412.2563,408.09355" id="al"/>
<g class="landxx coastxx fi" id="fi" transform="translate(-29.9017, -45.0745)">
<path d="M 1435.388,289.656 C 1434.819,290.29 1434.823,290.421 1435.678,290.592 C 1435.668,290.253 1435.571,289.941 1435.388,289.656" id="path4630"/>
<path d="M 1437.118,291.168 C 1438.086,291.327 1438.145,290.395 1437.698,289.8 C 1438.167,289.67 1438.722,290.645 1439.23,290.4 C 1440.259,289.903 1437.14,288.842 1436.618,288.937 C 1437.142,289.365 1437.16,289.972 1436.688,290.449 C 1436.639,289.858 1436.288,289.491 1435.678,289.728 C 1435.919,290.388 1436.15,291.446 1437.118,291.168" id="path4632"/>
<path d="M 1437.837,291.528 C 1440.511,292.551 1438.753,290.717 1437.837,291.528" id="path4634"/>
<path d="M 1439.858,292.032 C 1440.124,292.159 1440.388,292.159 1440.648,292.032 C 1440.384,292.032 1440.121,292.032 1439.858,292.032" id="path4636"/>
<path d="M 1443.528,267.264 C 1445.008,267.091 1443.937,265.671 1442.808,266.617 C 1443.023,266.859 1443.264,267.075 1443.528,267.264" id="path4638"/>
<path d="M 1445.908,287.784 C 1446.171,287.76 1446.435,287.736 1446.698,287.712 C 1446.153,287.221 1445.89,287.245 1445.908,287.784" id="path4642"/>
<path d="M 1448.278,265.608 C 1448.015,265.704 1447.751,265.799 1447.488,265.895 C 1447.799,265.922 1448.063,265.826 1448.278,265.608" id="path4644"/>
<path d="M 1449.218,265.896 C 1448.978,265.92 1448.738,265.944 1448.498,265.968 C 1449.214,266.634 1449.454,266.61 1449.218,265.896" id="path4646"/>
<path d="M 1449.797,288.864 C 1449.554,288.618 1449.288,288.402 1448.997,288.216 C 1448.405,289.192 1449.586,289.503 1450.297,289.296 C 1450.147,289.25 1449.782,288.853 1449.797,288.864" id="path4648"/>
<path d="M 1449.578,290.664 C 1449.376,290.551 1449.166,290.408 1448.928,290.376 C 1449.145,290.472 1449.361,290.568 1449.578,290.664" id="path4650"/>
<path d="M 1449.868,290.592 C 1450.349,290.802 1450.589,290.706 1450.588,290.304 C 1450.348,290.399 1450.107,290.496 1449.868,290.592" id="path4652"/>
<path d="M 1452.818,262.08 C 1452.555,262.103 1452.291,262.128 1452.028,262.151 C 1452.268,262.339 1452.531,262.483 1452.818,262.584 C 1452.894,262.269 1453.155,261.948 1452.818,262.08" id="path4660"/>
<path d="M 1452.167,289.512 C 1452.407,289.536 1452.647,289.56 1452.887,289.584 C 1452.556,288.987 1452.548,289.241 1452.167,289.512" id="path4662"/>
<path d="M 1452.598,292.032 C 1453.169,291.973 1453.752,292.03 1454.326,291.992 C 1455.45,291.919 1455.052,290.281 1455.909,289.799 C 1455.079,290.317 1453.781,290.589 1452.819,290.375 C 1454.478,291.006 1452.229,290.753 1452.598,292.032" id="path4664"/>
<path d="M 1455.118,292.032 C 1455.506,292.701 1456.796,293.244 1456.847,292.032 C 1456.271,292.189 1455.694,292.189 1455.118,292.032" id="path4666"/>
<path d="M 1461.598,253.224 C 1462.991,253.937 1462.907,252.633 1463.909,253.008 C 1463.467,252.347 1461.845,252.382 1461.598,253.224" id="path4670"/>
<path class="landxx fi" d="M 1435.897,223.056 C 1436.727,222.144 1437.879,223.164 1438.847,222.624 C 1438.602,222.413 1438.362,222.197 1438.127,221.976 C 1440.787,220.382 1443.305,222.333 1445.269,224.267 C 1446.649,225.625 1449.337,226.517 1451.31,225.938 C 1452.378,225.625 1453.069,225.472 1453.935,224.831 C 1454.732,224.241 1456.931,225.157 1457.782,225.4 C 1458.995,225.747 1459.0824,226.42472 1460.3164,226.20172 C 1461.3834,226.00772 1461.6067,224.18069 1463.0577,224.08069 C 1463.7897,224.03069 1464.46,223.948 1464.295,223.049 C 1464.011,221.505 1464.615,220.072 1464.988,218.593 C 1465.8718,217.42382 1467.5658,216.1817 1469.2977,216.58153 C 1470.8957,216.95044 1471.8923,216.33987 1473.3413,215.72687 C 1474.9303,215.05587 1476.091,216.443 1477.493,216.961 C 1478.958,217.501 1480.4185,217.81281 1481.912,218.178 C 1486.4484,219.28724 1480.4785,221.5517 1483.0018,223.14654 C 1481.8462,223.77474 1480.3875,223.872 1479.386,224.21 C 1479.935,224.282 1482.2844,224.39714 1481.1974,225.48014 C 1480.1214,226.55314 1479.7419,227.34687 1481.0959,228.46487 C 1482.3799,229.52387 1484.043,229.584 1485.46,230.347 C 1486.707,231.019 1487.9763,231.8412 1489.1571,232.63868 C 1491.9865,234.54971 1484.2759,237.11079 1485.7749,239.20668 C 1487.9544,242.25416 1491.6267,244.084 1492.9257,247.897 C 1492.1637,247.937 1491.3939,248.18007 1490.6489,248.31407 C 1491.6229,248.58907 1491.1699,250.10664 1490.658,250.808 C 1490.2718,251.33721 1491.8227,251.66245 1492.0507,252.18614 C 1490.6857,252.47914 1490.6221,253.54338 1491.5322,254.36227 C 1492.4212,255.16217 1493.881,254.17282 1494.507,255.602 C 1491.743,256.849 1495.6719,258.20427 1496.7769,258.75727 C 1499.2219,259.98227 1495.5969,262.26814 1494.4589,262.84314 C 1497.8496,264.40225 1501.0492,266.21625 1504.0828,268.35027 C 1505.0778,269.22127 1504.5789,269.64385 1504.147,270.792 C 1503.4182,272.72936 1502.1742,273.55499 1500.649,274.748 C 1497.1262,278.66118 1493.9803,281.79463 1488.7057,284.72893 C 1487.7787,285.38793 1486.826,286.072 1485.967,286.818 C 1485.547,287.116 1485.1532,287.46707 1484.8832,287.90407 C 1484.3882,288.62107 1483.353,288.068 1482.681,288.13 C 1481.715,288.22 1481.655,287.36 1480.584,287.866 C 1479.766,288.253 1478.998,288.571 1478.072,288.574 C 1477.683,288.599 1477.328,288.505 1477.006,288.291 C 1476.919,288.626 1476.712,288.846 1476.385,288.95 C 1475.592,289.198 1474.571,288.783 1473.906,288.363 C 1474.53,289.069 1474.181,289.313 1473.475,289.371 C 1473.567,289.613 1473.663,289.852 1473.765,290.091 C 1473.019,290.282 1472.169,289.974 1472.185,289.083 C 1471.469,290.283 1469.41,290.288 1468.201,290.536 C 1467.521,290.675 1466.922,290.942 1466.268,291.156 C 1465.78,291.315 1465.727,291.92 1465.226,292.056 C 1464.305,292.305 1464.04,291.486 1463.07,291.736 C 1461.598,292.115 1459.966,292.9 1458.425,292.612 C 1458.727,292.438 1459.017,292.246 1459.295,292.036 C 1458.101,292.485 1457.238,293.432 1455.905,293.548 C 1456.368,293.282 1456.974,293.008 1457.248,292.511 C 1457.855,291.408 1456.022,292.414 1457.715,291.676 C 1457.04,291.775 1456.509,291.47 1455.986,291.094 C 1455.091,290.45 1455.971,289.835 1456.634,289.228 C 1456.021,289.417 1451.839,290.792 1453.244,289.012 C 1451.909,288.732 1450.537,288.745 1449.383,287.937 C 1448.897,287.596 1447.496,286.535 1447.774,287.932 C 1447.36,287.612 1446.235,287.236 1446.393,286.826 C 1446.678,286.085 1445.784,284.205 1445.393,283.541 C 1447.838,283.573 1444.916,278.661 1447.343,279.941 C 1446.29,279.228 1444.988,277.356 1444.637,276.139 C 1444.352,275.152 1445.084,274.504 1444.427,273.431 C 1443.947,272.645 1443.449,271.544 1442.943,271.445 C 1443.497,270.767 1444.833,267.716 1446.043,268.277 C 1445.476,267.839 1444.988,267.056 1445.393,266.333 C 1446.469,267.557 1449.053,266.797 1450.223,266.117 C 1449.904,265.851 1448.682,264.15 1450.223,265.253 C 1449.985,265.011 1449.745,264.772 1449.503,264.533 C 1450.391,265.476 1450.944,262.87 1452.673,263.669 C 1452.33,262.171 1454.702,261.7 1455.694,261.437 C 1455.624,261.172 1455.55,260.908 1455.473,260.645 C 1456.441,260.607 1456.9,260.078 1457.459,259.374 C 1458.363,258.235 1459.75,257.786 1460.733,256.757 C 1461.373,256.088 1461.653,255.197 1462.411,254.548 C 1463.569,253.553 1464.949,254.268 1466.203,254.526 C 1466.023,254.295 1465.857,254.054 1465.703,253.805 C 1466.094,253.672 1466.43,253.455 1466.713,253.157 C 1466.32,252.686 1465.165,252.335 1465.299,251.86 C 1465.519,251.087 1465.928,250.14 1465.222,249.531 C 1464.134,248.591 1460.965,248.785 1460.734,247.181 C 1459.668,247.845 1458.688,247.25 1458.003,246.375 C 1457.185,245.329 1456.403,244.762 1455.475,243.854 C 1453.984,242.395 1457.624,240.203 1455.48,238.376 C 1455.095,238.047 1453.768,237.093 1454.035,236.535 C 1454.211,236.167 1455.329,235.179 1454.532,234.874 C 1453.444,234.459 1453.028,234.892 1452.928,233.39 C 1452.897,232.924 1452.932,232.438 1452.85,231.977 C 1452.769,231.515 1453.715,231.59 1453.674,231.34 C 1453.526,230.42 1451.546,229.956 1450.902,229.581 C 1450.278,229.218 1450.219,228.476 1449.424,228.166 C 1448.626,227.855 1447.753,227.837 1446.923,227.669 C 1445.453,227.372 1443.879,226.648 1442.484,226.093 C 1440.361,225.244 1438.181,223.32 1435.897,223.056" id="path4682"/>
<path d="M 1451.448,289.944 C 1451.193,289.758 1450.906,289.686 1450.588,289.727 C 1451.054,289.521 1451.756,289.376 1452.168,289.799 C 1451.928,289.848 1451.688,289.896 1451.448,289.944" id="path4688"/>
<path d="M 1452.308,289.151 C 1452.381,288.992 1452.505,288.921 1452.678,288.936 C 1452.554,289.008 1452.431,289.08 1452.308,289.151" id="path4690"/>
</g>
<path class="landxx sy" d="M 1532.7863,471.66955 C 1533.4134,470.8751 1534.6211,469.22195 1535.7363,469.00555 C 1534.0343,467.41755 1536.4663,466.41855 1537.8953,466.84555 C 1536.6393,465.31955 1538.511,465.13415 1538.9435,463.67575 C 1539.1832,462.8676 1538.1789,461.23303 1537.2527,461.06135 C 1536.1965,460.86557 1538.2076,459.34994 1536.5709,459.80895 C 1533.8435,460.5738 1533.6426,458.83473 1533.5163,457.42355 C 1533.4015,456.14111 1534.2313,453.79855 1533.0793,452.85455 C 1532.1563,452.09755 1532.8735,450.08517 1532.8385,448.97817 C 1532.8125,448.14717 1534.3573,449.45315 1534.6543,449.60015 C 1534.678,449.70998 1535.0325,448.86227 1535.6887,448.46555 C 1536.4985,447.97601 1535.9513,446.87455 1536.0933,446.10955 C 1536.7983,446.27955 1537.5473,446.07755 1538.2533,446.03855 C 1537.6895,444.88155 1537.3211,444.58155 1537.1593,443.18955 C 1537.1004,442.68297 1537.1463,441.25195 1537.8563,441.07495 C 1538.3903,440.94095 1538.9267,440.93599 1539.3517,441.15999 C 1540.4977,441.76299 1540.7227,442.78674 1541.9037,442.60274 C 1543.3447,442.37774 1544.3003,442.20695 1545.6753,441.61295 C 1547.0853,441.00395 1548.1183,440.15795 1549.7013,440.38495 C 1550.8703,440.55195 1551.5573,441.38255 1552.5463,441.84555 C 1553.6723,442.37355 1555.8771,442.15374 1557.0971,442.04876 C 1560.2108,441.78082 1562.4348,440.00214 1565.2543,438.87456 C 1568.1047,437.73463 1571.2187,439.33375 1574.1437,438.16616 C 1575.6369,437.57012 1577.8288,435.28853 1578.0463,438.85655 C 1578.097,439.68755 1576.0703,441.37255 1575.4863,441.95055 C 1574.4273,442.99955 1573.2463,442.92555 1572.0533,443.62555 C 1569.4933,445.12855 1572.1753,448.38255 1572.3763,450.17855 C 1572.4953,451.24055 1571.8533,452.54355 1571.7763,453.64155 C 1571.6633,455.27655 1571.7766,457.9215 1571.7682,459.54047 C 1571.7484,463.32802 1555.8015,470.57263 1547.7083,476.11255 C 1545.5045,477.62109 1541.9393,481.24955 1539.0733,479.24355 C 1538.0303,478.51455 1537.2791,477.95408 1536.2033,477.21455 C 1534.337,475.93153 1533.4982,476.89194 1533.1887,476.84734 C 1533.1238,476.61234 1533.8631,472.13955 1532.7863,471.66955" id="sy"/>
<path class="landxx kg" d="M 1766.3196,413.06009 C 1767.4497,411.08726 1769.6798,411.62706 1770.8299,412.1361 C 1771.3194,412.35272 1774.0263,413.21555 1772.9763,414.14055 C 1774.1105,413.88186 1775.2614,412.15619 1775.8647,411.63074 C 1777.0258,410.61967 1777.2703,410.39055 1778.8593,411.07955 C 1779.2713,411.25855 1779.6463,411.69555 1780.0373,411.83655 C 1780.6653,412.06255 1780.5733,410.92355 1781.1573,411.85855 C 1781.5003,412.40755 1782.6553,411.45355 1783.3463,411.47555 C 1781.1843,410.32655 1785.3673,410.07855 1785.7963,410.10755 C 1785.5153,409.56355 1785.2193,409.09355 1785.2863,408.45255 C 1786.4783,408.96455 1787.3663,409.26955 1788.0033,407.86555 C 1788.1593,407.52155 1790.1623,406.88155 1789.4083,406.42455 C 1789.0153,406.18655 1787.6623,406.06555 1787.1693,406.07555 C 1785.5313,406.10655 1784.5443,403.93655 1782.7753,404.99655 C 1782.7103,403.19055 1781.6413,403.98555 1780.6243,403.08655 C 1779.5733,402.15955 1778.2253,401.27755 1777.6563,400.24455 C 1777.7643,400.84155 1778.0863,401.63355 1777.7753,402.22255 C 1777.5653,402.54255 1777.2613,402.69955 1776.8653,402.69155 C 1777.0553,403.10055 1777.0553,403.50855 1776.8653,403.91655 C 1775.6003,402.72455 1772.9143,404.21355 1772.1103,402.21755 C 1771.6853,401.16355 1771.2093,401.04455 1770.1703,401.36055 C 1769.3253,401.61755 1768.3673,400.55255 1767.5063,400.53255 C 1767.8653,398.08755 1771.9873,396.17955 1773.5563,394.70055 C 1771.4363,393.60255 1770.0703,394.76355 1771.2823,392.05455 C 1771.6023,391.33855 1771.2923,390.79455 1772.1123,390.32555 C 1772.9633,389.83855 1774.0993,390.11255 1774.8283,389.62855 C 1776.3553,388.61455 1780.1993,390.05155 1781.7403,390.53455 C 1782.2823,390.65355 1782.7743,390.87955 1783.2183,391.21155 C 1784.1233,391.87855 1784.5543,391.56855 1785.5773,391.67655 C 1786.5933,391.78255 1787.5443,393.03955 1788.6063,392.68455 C 1787.5593,391.69855 1786.6013,388.07155 1788.1823,387.20355 C 1788.5643,386.99355 1791.6233,386.26055 1791.2663,385.62955 C 1793.3643,386.31755 1795.4473,387.42855 1797.4193,388.41555 C 1798.1823,388.79755 1801.7073,390.04855 1802.6463,389.58955 C 1803.3643,389.23555 1802.7403,388.36555 1803.7263,388.36555 C 1805.1623,388.36555 1806.6233,388.90855 1808.0533,388.72255 C 1809.0973,388.58655 1810.0713,388.07655 1811.1363,388.07655 C 1812.2533,388.07655 1813.2013,388.90555 1814.3393,388.56355 C 1815.3553,388.25955 1816.5283,388.57755 1817.5363,388.75455 C 1818.8503,388.98555 1820.1143,388.72755 1821.4313,388.81155 C 1823.6213,388.95155 1826.8543,389.76155 1828.5663,391.17155 C 1829.3033,391.77655 1829.5993,392.59155 1830.7033,392.55055 C 1831.6463,392.51455 1832.2313,392.53355 1833.0433,393.00055 C 1834.0603,393.58355 1835.6843,394.48655 1836.1653,395.62755 C 1836.3063,395.96155 1833.4963,396.91255 1832.9503,397.36555 C 1831.1943,398.82155 1828.4663,399.46555 1826.5003,400.76555 C 1825.5883,401.36955 1825.0704,401.7153 1825.088,402.79028 C 1825.1031,403.71128 1824.343,404.77573 1823.0935,404.66873 C 1822.0261,404.57733 1821.1524,404.87617 1820.0785,404.99891 C 1818.8667,405.13741 1817.7529,404.76934 1816.5648,404.73182 C 1814.9885,404.68204 1815.0512,406.61654 1814.8538,407.96491 C 1814.344,411.44767 1812.5548,410.19949 1810.5273,410.781 C 1808.1996,411.44861 1808.5708,409.19545 1807.536,408.35982 C 1806.9423,407.88037 1805.943,409.37427 1805.488,409.64327 C 1804.419,410.27927 1803.6553,409.55455 1802.4953,409.31355 C 1802.3873,409.81055 1802.4363,410.29055 1802.6443,410.75355 C 1801.7083,410.77755 1801.1362,411.6181 1800.6412,412.28919 C 1799.9135,413.27568 1798.4195,412.6786 1797.6668,413.72264 C 1796.5969,415.20683 1799.329,417.04339 1797.4848,418.18419 C 1796.7245,418.65444 1795.7676,417.79145 1794.9611,418.44455 C 1794.0061,419.21792 1792.7933,419.07039 1791.6288,418.92901 C 1790.3033,418.76807 1787.4554,418.49262 1787.1643,420.54655 C 1785.4762,418.90189 1784.2329,420.02865 1783.2136,419.13438 C 1783.1146,419.38033 1783.1452,418.5972 1782.7567,418.22546 C 1782.3707,418.25946 1781.8085,418.11474 1781.4295,418.04174 C 1780.9905,417.76174 1781.245,417.29802 1780.818,417.05382 C 1780.5072,416.87606 1777.823,419.05698 1776.6982,418.88628 C 1775.8528,418.75798 1775.7283,418.53072 1775.1883,417.85255 C 1774.4346,416.90606 1773.0742,417.30292 1772.1143,417.66655 C 1772.0883,417.40255 1772.0465,417.13955 1772.0275,416.87455 C 1771.4497,417.29766 1770.6026,417.40633 1769.6554,417.28664 C 1767.4199,417.00419 1766.8292,418.1606 1765.9107,417.56537 C 1764.8978,416.90902 1764.6017,412.61305 1765.9963,414.35455 C 1766.0034,413.83746 1766.2176,413.32142 1766.2839,413.11355" id="kg"/>
<g class="landxx coastxx sb" id="sb" transform="translate(-29.9017, -45.0745)">
<path d="M 2494.658,873.433 C 2494.691,872.896 2495.73,872.058 2495.357,871.571 C 2495.183,871.345 2494.439,870.182 2494.148,870.193 C 2492.488,870.254 2493.934,872.979 2494.658,873.433" id="path4726"/>
<path d="M 2493.648,875.663 C 2493.854,874.909 2493.937,874.062 2493.358,873.433 C 2493.358,874.189 2493.286,874.962 2493.648,875.663" id="path4728"/>
<path d="M 2496.309,866.233 C 2497.194,867.661 2499.446,869.382 2501.208,868.533 C 2500.663,867.893 2499.822,867.668 2499.287,867.018 C 2498.599,866.183 2498.628,865.032 2497.838,864.249 C 2496.772,863.19 2495.274,862.358 2493.868,861.843 C 2493.03,863.35 2495.741,865.074 2496.309,866.233" id="path4730"/>
<path d="M 2497.898,875.163 C 2498.451,874.644 2498.648,872.708 2497.577,872.624 C 2495.832,872.489 2496.517,875.088 2497.898,875.163" id="path4732"/>
<path d="M 2499.188,880.203 C 2498.435,879.196 2499.921,878.46 2499.337,877.463 C 2497.934,878.462 2498.268,878.98 2499.188,880.203" id="path4734"/>
<path d="M 2502.428,878.833 C 2503.293,879.139 2503.42,878.314 2503.293,877.683 C 2503.049,876.473 2502.045,876.101 2501.428,875.163 C 2501.09,874.65 2501.206,872.944 2500.043,873.929 C 2499.433,874.445 2498.169,875.638 2498.328,876.533 C 2499.275,876.783 2500.26,875.764 2500.987,876.758 C 2501.101,877.011 2501.095,877.26 2500.969,877.505 C 2500.893,878.04 2502.088,878.641 2502.428,878.833" id="path4736"/>
<path d="M 2500.918,880.772 C 2501.094,880.063 2500.854,879.97 2500.198,880.493 C 2500.438,880.586 2500.678,880.679 2500.918,880.772" id="path4738"/>
<path d="M 2501.718,869.183 C 2501.903,868.486 2501.66,868.367 2500.989,868.824 C 2501.231,868.943 2501.475,869.063 2501.718,869.183" id="path4740"/>
<path d="M 2502.718,869.333 C 2503.451,869.473 2503.451,869.229 2502.718,868.603 C 2502.718,868.846 2502.718,869.089 2502.718,869.333" id="path4742"/>
<path d="M 2503.798,880.563 C 2505.063,880.188 2504.285,879.315 2504.519,878.403 C 2503.113,878.11 2502.672,879.886 2503.798,880.563" id="path4744"/>
<path d="M 2507.979,870.043 C 2507.649,869.755 2507.898,869.501 2507.258,869.692 C 2507.498,869.809 2507.738,869.926 2507.979,870.043" id="path4748"/>
<path d="M 2508.769,870.913 C 2508.475,870.313 2507.858,870.061 2507.258,870.413 C 2507.771,870.549 2508.275,870.716 2508.769,870.913" id="path4750"/>
<path d="M 2512.798,874.873 C 2514.206,876.324 2516.335,876.967 2517.838,878.403 C 2518.596,876.583 2516.079,873.945 2514.39,873.624 C 2513.266,873.409 2512.082,872.106 2511.258,871.372 C 2510.813,870.976 2510.574,870.486 2509.984,870.268 C 2509.409,870.057 2508.839,870.194 2508.338,869.763 C 2509.123,871.749 2510.659,874.166 2512.798,874.873" id="path4752"/>
<path d="M 2511.938,883.513 C 2512.377,883.306 2512.58,883.206 2512.518,882.654 C 2511.751,882.553 2511.558,882.839 2511.938,883.513" id="path4754"/>
<path d="M 2518.198,889.633 C 2519.508,889.814 2520.369,889.469 2521.612,890.105 C 2522.322,890.467 2523.836,890.98 2524.173,889.839 C 2524.577,888.471 2522.253,886.321 2521.003,886.194 C 2519.759,886.069 2518.155,886.784 2517.313,885.553 C 2516.766,884.753 2516.061,884.45 2515.425,885.463 C 2514.447,887.02 2516.783,889.316 2518.198,889.633" id="path4756"/>
<path d="M 2516.838,878.613 C 2516.647,878.151 2516.573,877.671 2516.618,877.173 C 2515.291,877.173 2516.08,878.305 2516.838,878.613" id="path4758"/>
<path d="M 2516.328,904.753 C 2516.82,904.994 2517.91,905.074 2518.198,905.253 C 2518.946,905.717 2518.908,906.833 2519.858,907.053 C 2520.87,905.689 2516.036,903.152 2516.328,904.753" id="path4760"/>
<path d="M 2520.798,883.653 C 2521.146,883.005 2520.733,882.404 2519.998,882.503 C 2519.889,883.092 2520.213,883.546 2520.798,883.653" id="path4764"/>
<path d="M 2520.578,884.233 C 2520.993,883.98 2521.427,883.763 2521.878,883.583 C 2521.282,883.361 2520.774,883.645 2520.578,884.233" id="path4766"/>
<path d="M 2525.328,883.803 C 2526.794,884.879 2527.521,886.584 2528.718,887.904 C 2529.156,887.033 2528.346,883.776 2527.929,882.857 C 2527.678,882.306 2527.078,881.192 2526.527,880.901 C 2525.674,880.45 2527.11,879.655 2526.709,879.077 C 2526.262,878.433 2526.105,877.371 2525.433,876.904 C 2525.115,876.683 2523.708,876.139 2524.017,877.211 C 2524.612,879.287 2524.319,881.79 2525.328,883.803" id="path4768"/>
<path d="M 2531.158,897.692 C 2532.394,898.115 2533.716,898.107 2534.978,898.413 C 2534.218,896.019 2533.576,895.773 2531.599,894.725 C 2530.951,894.381 2527.908,892.171 2527.488,893.662 C 2528.022,893.95 2528.578,894.118 2528.802,894.727 C 2529.326,896.146 2530.015,896.748 2531.158,897.692" id="path4770"/>
<path d="M 2530.008,889.413 C 2530.479,888.205 2529.85,886.891 2528.998,886.033 C 2529.065,886.71 2529.049,887.385 2528.946,888.057 C 2528.902,888.552 2529.875,888.928 2530.008,889.413" id="path4772"/>
<path d="M 2561.838,898.703 C 2562.402,897.953 2563.991,898.225 2563.988,897.043 C 2562.846,896.73 2561.665,897.114 2561.108,898.203 C 2561.352,898.37 2561.595,898.537 2561.838,898.703" id="path4774"/>
<path d="M 2568.168,905.833 C 2568.385,905.736 2568.602,905.64 2568.818,905.543 C 2568.58,904.946 2568.07,904.691 2567.518,905.113 C 2567.708,905.378 2567.924,905.618 2568.168,905.833" id="path4778"/>
</g>
<g class="landxx coastxx om" id="om" transform="translate(-29.9017, -45.0745)">
<path d="M 1741.968,630.145 C 1742.639,629.55 1742.871,628.756 1743.193,627.955 C 1743.376,627.714 1743.59,627.509 1743.839,627.337 C 1744.112,627.016 1743.415,626.015 1743.338,625.68 C 1742.967,627.242 1741.335,628.403 1741.968,630.145" id="path4692"/>
<path class="landxx om" d="M 1718.639,579.096 C 1718.846,578.517 1719.109,577.966 1719.428,577.441 C 1720.108,578.201 1720.762,577.167 1720.439,576.504 C 1721.023,576.82 1722.196,578.807 1720.729,578.448 C 1721.672,579.103 1720.983,583.117 1719.942,582.932 C 1718.528,582.682 1720.443,579.188 1718.639,579.096" id="path4696"/>
<path class="landxx om" d="M 1692.715,639.39554 C 1703.2427,636.97556 1709.833,634.43977 1714.601,631.85039 C 1716.551,628.13128 1714.4532,633.98886 1715.386,629.847 C 1716.148,626.46378 1716.6753,623.08694 1717.443,619.863 C 1717.9742,617.63248 1719.219,614.828 1717.929,612.704 C 1717,611.176 1715.116,609.87 1714.53,608.182 C 1713.793,606.06 1717.8,598.757 1715.829,597.601 C 1716.714,596.547 1718.451,597.459 1719.219,596.45 C 1720.062,595.343 1718.706,595.712 1718.429,595.154 C 1717.693,593.668 1717.105,590.405 1718.096,588.898 C 1718.558,588.194 1719.499,589.276 1719.353,589.833 C 1718.894,591.57 1720.648,589.687 1720.926,589.423 C 1721.784,588.605 1721.776,588.743 1722.31,589.897 C 1723.198,591.815 1724.36,593.628 1725.775,595.2 C 1728.012,597.685 1731.142,598.578 1734.328,599.218 C 1735.819,599.517 1737.086,600.104 1738.604,600.274 C 1740.634,600.502 1741.744,602.974 1742.906,604.354 C 1743.844,605.467 1744.481,606.811 1745.416,607.876 C 1746.389,608.985 1746.903,609.031 1748.188,609.544 C 1751.201,610.748 1747.793,615.024 1747.193,616.791 C 1746.059,620.129 1742.483,621.871 1741.514,625.447 C 1741.285,626.291 1740.974,628.732 1739.636,628.33 C 1738.577,628.013 1738.783,625.993 1737.429,626.834 C 1735.814,627.812 1735.902,631.327 1735.486,632.772 C 1734.941,634.661 1735.557,636.125 1736.056,637.955 C 1736.463,639.451 1736.719,640.582 1734.902,640.637 C 1731.982,640.724 1728.77,641.585 1728.051,644.733 C 1727.769,645.97 1727.544,647.33 1726.767,648.375 C 1725.8,649.676 1723.873,649.605 1722.344,649.72 C 1720.492,649.858 1719.75,650.159 1718.663,651.618 C 1717.61,653.03 1718.294,653.299 1718.206,654.912 C 1718.136,656.195 1716.825,657.126 1715.792,657.629 C 1715.294,657.87 1714.793,658.194 1714.284,657.793 C 1713.405,657.1 1712.68,657.289 1711.589,657.289 C 1708.43,657.289 1705.6655,660.35419 1702.4805,660.26419 C 1700.4175,660.20519 1701.344,655.155 1699.129,654.913 C 1700.068,653.933 1697.776,650.487 1697.31,649.624 C 1695.68,646.612 1693.7511,642.61967 1692.6831,639.36367" id="path4786"/>
</g>
<g class="landxx coastxx pa" id="pa" transform="translate(-29.9017, -45.0745)">
<path class="landxx pa" d="M 668.592,733.032 C 667.901,732.365 669.655,731.536 669.78,730.907 C 670.017,729.727 668.798,728.438 670.434,727.731 C 671.768,727.154 669.312,726.326 669.312,725.832 C 669.312,724.809 670.1134,722.3954 669.8834,721.9944 C 670.8374,721.04471 671.751,723.23574 672.407,721.872 C 672.905,722.314 673.632,722.869 673.847,723.528 C 673.846,724.009 673.822,724.489 673.775,724.967 C 673.862,725.344 674.527,724.931 674.472,725.48 C 674.237,727.834 676.552,726.985 678.023,727.272 C 677.741,726.772 677.429,726.293 677.086,725.832 C 678.331,725.452 679.545,728.481 680.986,728.68 C 684.02,729.098 685.723,726.736 688.283,725.78 C 690.038,725.125 692.088,724.603 693.418,723.259 C 694.145,722.524 694.553,721.583 695.724,721.573 C 697.035,721.562 698.307,722.144 699.621,722.016 C 699.385,722.314 699.169,722.626 698.973,722.953 C 701.534,722.667 705.022,723.265 706.901,725.23 C 707.795,726.165 709.801,730.07 711.429,729.577 C 710.22,731.439 711.5964,732.2704 712.2284,734.1954 C 712.9094,736.2674 710.745,738.357 709.197,739.441 C 709.03,738.908 708.766,738.427 708.405,738.001 C 707.878,738.76885 708.17859,738.89272 708.127,739.49 C 708.07376,740.10643 707.37671,740.65737 706.92179,742.0284 C 704.96979,740.6204 703.173,737.215 703.077,734.833 C 704.714,735.442 704.149,733.472 704.847,732.728 C 705.621,731.901 707.661,733.948 708.333,734.329 C 707.883,733.779 707.252,733.463 706.707,733.027 C 705.932,732.407 706.073,731.373 705.597,730.585 C 705.798,731.192 705.467,731.726 704.949,732.025 C 705.272,730.575 704.046,732.084 703.509,730.728 C 703.677,731.313 703.653,731.889 703.437,732.457 C 702.604,730.924 702.554,729.374 701.196,728.589 C 700.583,728.235 700.002,727.818 699.452,727.373 C 698.473,726.58 698.96,726.619 697.831,726.685 C 696.274,726.775 693.629,727.108 693.184,729.086 C 692.845,730.595 690.675,733.181 688.819,732.88 C 685.893,732.406 689.042,736.735 689.699,737.455 C 690.203,738.007 691.279,739.139 690.665,739.959 C 690.123,740.684 688.87,740.205 688.197,740.804 C 687.317,741.587 685.288,742.805 684.04,742.116 C 683.744,741.953 683.85,739.959 683.657,739.476 C 683.278,738.527 683.563,737.074 682.99,736.274 C 682.601,736.727 682.193,736.751 681.766,736.345 C 683.002,738.733 680.298,739.33 679.174,737.321 C 678.22,735.617 678.253,734.366 676.232,733.645 C 675.572,733.41 674.894,733.992 674.444,733.274 C 673.882,732.38 673.134,733.088 672.694,732.385 C 671.983,733.399 670.937,732.331 670.03,732.817 C 669.022,733.356 669.74,734.535 669.022,735.194 C 669.107,734.30901 668.92367,733.54034 668.592,733.032" id="path2682"/>
<path d="M 672.913,733.248 C 672.914,733.774 673.082,733.751 673.417,733.176 C 673.223,733.049 673.055,733.073 672.913,733.248" id="path4792"/>
<path d="M 677.665,738.504 C 677.212,738.966 676.432,739.313 676.673,740.117 C 676.872,740.781 677.539,741.201 678.169,740.736 C 677.698,740.067 677.849,739.251 677.665,738.504" id="path4794"/>
<path d="M 681.336,739.944 C 681.89,739.779 682.37,739.491 682.776,739.08 C 682.223,739.245 681.743,739.533 681.336,739.944" id="path4796"/>
<path d="M 699.913,731.448 C 699.193,731.565 699.112,732.408 699.265,732.96 C 700.274,733.109 700.094,732.052 699.913,731.448" id="path4802"/>
</g>
<g class="landxx coastxx ar" id="ar" transform="translate(-29.9017, -45.0745)">
<path d="M 867.308,1142.573 C 867.426,1142.068 867.189,1141.995 866.598,1142.353 C 866.834,1142.427 867.071,1142.5 867.308,1142.573" id="path4200"/>
<path d="M 868.538,1144.083 C 868.601,1143.229 867.724,1142.811 867.028,1143.213 C 867.483,1143.587 867.986,1143.877 868.538,1144.083" id="path4202"/>
<path class="landxx ar" d="M 788.547,1057.823 C 788.684,1057.101 789.512,1056.925 789.677,1056.254 C 789.901,1055.339 789.365,1053.985 789.407,1053.003 C 789.526,1050.21 791.079,1049.058 792.094,1046.687 C 792.754,1045.146 792.744,1043.563 793.094,1041.956 C 793.265,1041.169 793.453,1040.283 793.904,1039.601 C 794.355,1038.919 795.195,1039.468 795.896,1039.145 C 798.876,1037.773 795.804,1035.961 794.806,1034.396 C 793.67,1032.616 795.679,1031.504 795.047,1029.773 C 794.597,1028.541 791.061,1022.217 794.088,1022.113 C 793.782,1021.332 792.16,1019.497 792.398,1018.728 C 792.959,1016.917 794.131,1015.645 795.846,1014.883 C 797.362,1014.21 799.806,1013.609 800.53,1011.933 C 801.257,1010.248 801.134,1007.987 801.424,1006.194 C 801.539,1005.485 801.31528,1003.4717 801.01228,1002.7627 C 800.80528,1002.2777 799.67983,1002.6028 799.79783,1002.0898 C 800.41196,1002.1397 802.19647,997.65493 804.032,996.732 C 806.05,995.723 806.164,995.515 806.4,993.093 C 808.026,993.419 808.852,995.073 810.308,995.713 C 811.983,996.449 813.95,995.508 815.699,995.776 C 819.861,996.412 819.688,999.579 821.81,1002.534 C 821.949,1001.198 821.919,999.931 822.456,998.67 C 822.745,997.99 823.217,995.566 823.913,995.289 C 824.443,995.078 825.438,995.186 826.06,995.032 C 827.205,994.749 828.52,994.973 829.688,994.973 C 830.379,994.973 831.906,994.6 832.125,995.382 C 832.421,996.438 834.542,997.696 835.316,998.47 C 836.209,999.363 836.836,999.485 837.393,1000.647 C 837.831,1001.562 838.402,1002.474 839.027,1003.271 C 840.473,1005.114 842.895,1006.414 844.781,1007.763 C 845.862,1008.536 846.382,1009.633 847.37,1010.454 C 848.287,1011.216 849.555,1011.169 850.617,1011.59 C 852.049,1012.158 852.986,1012.534 854.576,1012.534 C 855.782,1012.534 856.641,1013.628 857.637,1014.139 C 860.219,1015.467 862.237,1017.975 865.09,1018.893 C 865.929,1019.164 866.929,1019.249 867.602,1019.873 C 868.581,1020.783 869.005,1020.251 870.007,1020.85 C 870.974,1021.428 872.256,1021.517 872.981,1022.434 C 873.493,1023.082 874.061,1023.67 874.567,1024.326 C 875.566,1025.619 873.672,1026.984 873.418,1028.481 C 873.038,1030.71 871.043,1031.298 871.504,1033.92 C 871.926,1036.32 870.142,1037.061 869.621,1039.102 C 869.362,1040.119 869.003,1039.757 869.551,1040.972 C 871.019,1040.401 872.589,1040.391 874.118,1040.687 C 876.823,1041.21 879.362,1042.798 882.011,1041.94 C 882.842,1041.671 883.237,1042.945 884.094,1042.333 C 884.918,1041.745 885.798,1043.094 886.471,1043.352 C 886.94,1042.372 887.013,1041.019 888.341,1040.832 C 889.358,1040.689 889.88,1041.85 890.761,1041.732 C 892.158,1041.546 891.938,1039.861 892.28,1038.929 C 892.673,1037.859 894.939,1037.969 894.826,1037.348 C 894.79,1037.151 896.129,1035.218 896.286,1035.244 C 897.28,1035.405 897.087,1033.077 897.205,1032.257 C 897.44,1030.621 897.417,1028.841 896.996,1027.234 C 896.566,1025.596 897.596,1026.155 898.491,1026.722 C 898.694,1025.417 900.421,1025.547 901.333,1025.87 C 902.912,1026.43 903.237,1028.065 903.754,1029.484 C 904.484,1031.49 904.691,1032.621 904.749,1034.773 C 904.779,1035.895 905.061,1036.907 904.891,1038.04 C 904.793,1038.61 904.7,1039.181 904.611,1039.752 C 904.254,1039.615 903.914,1039.651 903.592,1039.862 C 902.399,1040.538 901.628,1041.438 900.329,1041.968 C 899.68,1042.234 897.538,1042.979 897.462,1043.846 C 897.345,1045.165 895.889,1045.285 894.997,1045.859 C 894.478,1046.192 894.386,1046.914 893.939,1047.354 C 893.287,1047.997 892.456,1048.473 891.87,1049.182 C 892.471,1049.385 892.732,1049.897 892.44,1050.483 C 891.116,1049.115 888.504,1054.56 887.761,1055.621 C 886.466,1057.472 886.126,1061.244 883.706,1062.218 C 882.617,1062.656 882.697,1064.128 882.166,1064.995 C 881.885,1065.453 881.448,1065.724 880.919,1065.814 C 881.217,1066.585 880.935,1067.6089 880.363,1068.1179 C 878.737,1069.5639 880.69581,1069.7468 880.85281,1071.2878 C 880.93081,1072.0528 880.45136,1072.1899 880.41536,1072.7929 C 880.37336,1073.5039 880.469,1073.679 880.537,1074.379 C 880.606,1075.082 880.54027,1075.7135 880.22527,1076.3455 C 879.58727,1077.6245 880.8,1076.956 880.691,1078.189 C 880.553,1079.751 879.659,1080.044 879.952,1081.746 C 880.203,1083.205 881.077,1083.752 880.603,1085.231 C 880.175,1086.565 881.082,1088.205 881.748,1089.318 C 882.908,1091.259 880.298,1090.55 880.4,1091.676 C 880.534,1093.148 879.661,1094.642 880.352,1096.125 C 880.739,1096.955 883.865,1101.446 881.349,1101.314 C 882.49,1102.241 882.613,1103.44 883.978,1104.293 C 885.462,1105.221 886.939,1105.937 888.525,1106.671 C 891.113,1107.87 894.745,1109.9 893.341,1113.099 C 892.33,1115.404 895.383,1120.049 898.134,1118.904 C 899.219,1118.451 899.698,1121.714 899.926,1122.298 C 900.607,1124.047 899.435,1126.015 898.72,1127.584 C 898.062,1129.027 896.376,1131.076 896.326,1132.67 C 896.273,1134.36 896.437,1134.859 894.877,1135.973 C 892.051,1137.988 888.808,1139.021 885.443,1139.7 C 881.382,1140.519 877.447,1141.71 873.281,1141.899 C 871.673,1141.972 870.324,1141.94 868.745,1141.797 C 866.944,1141.634 865.725,1140.488 863.998,1140.264 C 864.238,1140.731 864.561,1141.131 864.964,1141.466 C 865.409,1141.873 864.918,1142.755 865.171,1143.261 C 865.313,1143.543 868.595,1145.972 866.518,1145.164 C 867.475,1145.863 867.931,1146.357 868.142,1147.549 C 868.294,1148.409 868.425,1149.834 867.098,1149.124 C 867.295,1149.992 867.543,1150.877 867.511,1151.775 C 867.486,1152.502 866.74,1153.133 867.28,1153.782 C 867.674,1154.256 868.221,1154.585 868.676,1154.994 C 869.369,1155.616 869.01,1156.623 869.978,1156.104 C 869.388,1159.638 865.793,1160.174 862.817,1160.442 C 858.87,1160.797 855.64,1158.131 851.758,1157.544 C 853.365,1157.231 851.68,1156.647 851.165,1156.913 C 850.487,1157.263 850.08,1158.132 850.051,1158.865 C 849.97,1160.981 852.551,1162.516 852.946,1164.599 C 853.267,1166.288 853.306,1168.38 855.183,1169.098 C 856.141,1169.464 858.773,1169.669 858.029,1171.293 C 858.429,1171.392 862.126,1171.805 861.877,1170.845 C 861.674,1170.061 859.967,1170.03 859.389,1169.713 C 860.619,1169.901 861.277,1168.633 862.419,1168.564 C 863.596,1168.493 864.811,1170.132 865.009,1171.154 C 865.193,1172.1 866.389,1173.491 865.729,1174.464 C 865.272,1175.137 863.589,1175.347 862.863,1175.258 C 861.654,1175.111 861.85,1173.737 861.25,1173.139 C 860.267,1172.16 858.919,1171.764 857.716,1172.57 C 854.53,1174.703 859.787,1176.44 861.629,1175.974 C 861.475,1176.979 860.403,1177.308 859.596,1177.64 C 858.002,1178.297 858.068,1179.02 857.451,1180.439 C 856.81,1181.916 856.708,1182.418 857.726,1183.799 C 858.079,1184.278 858.573,1184.862 858.634,1185.485 C 858.515,1185.906 858.507,1186.328 858.609,1186.752 C 859.035,1187.146 859.26,1187.632 859.283,1188.21 C 859.235,1188.481 859.371,1189.463 858.974,1189.569 C 858.411,1189.717 857.638,1189.959 857.559,1190.665 C 857.427,1191.851 859.226,1192.037 859.034,1192.97 C 858.824,1193.989 851.665,1192.538 853.199,1195.135 C 850.108,1194.482 849.289,1198.191 848.862,1200.445 C 848.145,1204.22 850.623,1205.718 853.465,1207.639 C 854.861,1208.583 856.067,1209.832 857.631,1210.518 C 859.624,1211.392 862.036,1210.212 863.926,1211.331 C 866.567,1212.894 866.97,1218.125 862.85,1217.595 C 863.609,1217.9 864.154,1217.225 864.87,1217.165 C 865.958,1217.074 866.385,1217.818 867.03,1218.535 C 866.4,1218.61 866.196,1218.978 866.52,1219.535 C 865.332,1219.294 862.941,1222.362 862.205,1223.091 C 861.241,1224.042 860.498,1224.967 859.785,1226.133 C 859.304,1226.92 858.836,1227.386 858.879,1228.357 C 858.913,1229.13 858.992,1229.864 858.31,1230.416 C 858.897,1230.52 859.358,1230.201 859.47,1229.616 C 859.545,1231.757 861.898,1235.472 858.698,1236.494 C 856.341,1237.245 855.585,1233.661 853.56,1233.296 C 854.081,1233.492 855.455,1234.542 855,1235.236 C 854.663,1235.752 853.279,1235.307 852.77,1235.736 C 854.743,1234.928 855.579,1236.238 857.31,1236.606 C 857.096,1237.93 855.007,1237.861 854.526,1239.33 C 853.879,1241.307 855.27,1242.587 854.14,1244.596 C 855.6,1242.784 857.715,1246.76 858.246,1247.8 C 859.062,1249.398 855.748,1248.462 854.93,1249.136 C 855.788,1248.854 857.807,1249.662 858.174,1249.447 C 859.355,1248.753 860.269,1250.339 861.169,1251.052 C 862.915,1252.436 864.783,1253.444 865.59,1255.466 C 865.166,1254.743 864.194,1254.777 863.478,1254.7 C 862.195,1254.564 861.023,1253.868 859.797,1253.511 C 856.708,1252.611 853.382,1252.226 850.18,1252.226 C 848.761,1252.226 847.341,1252.226 845.922,1252.226 C 844.728,1252.226 842.213,1252.712 841.182,1252.068 C 839.575,1251.064 838.224,1248.816 836.14,1248.556 C 836.796,1247.59 836.192,1246.02 835.359,1245.414 C 834.257,1244.612 835.111,1243.562 834.518,1242.575 C 834.152,1241.967 833.018,1240.387 832.116,1240.8 C 831.41,1241.121 830.797,1240.667 830.09,1240.846 C 829.566,1240.978 829.292,1241.606 828.843,1241.865 C 827.895,1242.413 826.554,1239.896 826.257,1239.301 C 825.666,1238.117 823.287,1237.306 823.097,1236.102 C 822.997,1235.465 822.662,1235.447 822.378,1234.915 C 822.153,1234.495 822.336,1233.958 822.17,1233.507 C 821.935,1232.872 821.183,1232.64 820.95,1231.997 C 820.688,1231.272 820.913,1230.508 820.8,1229.767 C 822.002,1229.961 822.092,1229.26 822.39,1228.328 C 822.56,1227.797 822.241,1227.363 822.67,1226.888 C 823.051,1226.467 823.798,1226.764 824.191,1226.308 C 824.966,1225.409 824.135,1223.944 823.535,1223.149 C 822.844,1222.235 824.662,1222.165 824.761,1221.419 C 824.87,1220.591 823.655,1219.545 823.065,1219.127 C 821.866,1218.278 821.691,1217.736 821.699,1216.292 C 821.704,1215.3 821.944,1211.782 823.681,1212.049 C 823.33,1211.259 822.362,1211.183 822.403,1210.352 C 822.429,1209.819 821.882,1209.391 822.117,1208.834 C 822.284,1208.439 822.71,1208.241 822.901,1207.854 C 823.685,1206.263 820.987,1203.792 819.871,1202.979 C 820.849,1202.933 821.435,1201.069 820.361,1200.764 C 819.594,1200.546 818.349,1198.78 819.169,1198.025 C 819.866,1197.382 820.083,1197.812 820.572,1196.772 C 820.986,1195.892 821.128,1195.872 820.343,1195.111 C 819.653,1194.441 818.89,1193.822 818.106,1193.265 C 816.995,1192.474 815.425,1193.306 814.413,1192.198 C 813.554,1191.257 819.131,1191.66 819.581,1191.03 C 819.332,1191.378 819.606,1189.197 819.721,1189.519 C 818.876,1187.146 815.044,1189.567 814.106,1187.243 C 813.871,1186.865 813.641,1186.483 813.418,1186.097 C 813.258,1185.476 814.215,1184.923 813.801,1184.332 C 813.274,1183.579 811.958,1183.148 812.696,1182.315 C 813.618,1181.274 809.052,1180.455 810.703,1178.975 C 811.586,1178.183 810.476,1177.543 809.669,1177.405 C 808.132,1177.142 807.537,1176.565 807.059,1175.079 C 806.694,1173.944 806.655,1172.592 806.26,1171.518 C 805.96,1170.704 804.739,1170.011 805.902,1169.189 C 806.623,1168.68 807.883,1169.091 806.973,1167.867 C 806.197,1166.822 804.508,1165.372 804.656,1163.95 C 804.911,1161.489 802.384,1159.205 801.959,1156.978 C 801.787,1156.075 801.85,1154.876 802.26,1154.066 C 802.914,1152.773 801.068,1152.454 800.862,1151.359 C 802.577,1151.936 801.47,1149.449 800.977,1148.88 C 799.983,1147.734 800.269,1147.158 801.652,1147.109 C 800.774,1146.253 801.225,1143.76 800.819,1142.572 C 800.195,1140.751 802.021,1140.398 803.127,1139.394 C 804.331,1138.301 801.719,1136.549 801.353,1135.204 C 800.89,1133.504 798.255,1131.425 798.523,1129.747 C 798.703,1128.62 797.573,1125.885 797.047,1124.806 C 796.484,1123.648 796.192,1121.098 797.109,1120.094 C 797.604,1119.552 798.05,1120.133 798.346,1119.476 C 798.568,1118.981 798.517,1118.263 798.893,1117.846 C 799.19,1117.516 799.978,1117.312 800.019,1116.819 C 800.117,1115.644 799.696,1114.399 799.243,1113.338 C 798.86,1112.442 798.394,1111.584 797.958,1110.713 C 797.851,1110.498 796.972,1109.916 796.971,1109.82 C 796.964,1109.033 797.94,1109.38 798.038,1108.488 C 798.135,1107.612 797.961,1106.728 797.876,1105.859 C 797.793,1105.012 798,1101.054 799.287,1101.284 C 800.533,1101.506 798.769,1098.378 798.664,1098.127 C 798.177,1096.962 798.8,1092.947 797.428,1092.503 C 796.649,1092.251 797.121,1093.519 796.051,1092.188 C 795.266,1091.211 795.489,1090.74 795.656,1089.654 C 795.787,1088.802 795.17,1088.491 794.592,1088.07 C 793.844,1087.525 794.088,1087.009 793.85,1086.24 C 793.328,1084.554 791.628,1083.507 791.141,1081.808 C 792.751,1082.549 790.963,1080.347 790.347,1080.033 C 788.875,1079.283 788.382,1076.866 788.319,1075.416 C 788.242,1073.635 789.599,1074.295 789.211,1072.399 C 788.927,1071.008 790.336,1068.469 789.341,1067.338 C 791.775,1068.964 790.856,1064.761 790.527,1063.864 C 790.045,1062.554 787.771,1059.083 788.547,1057.823" id="path4518"/>
<path class="landxx ar" d="M 865.438,1257.553 C 866.895,1258.868 868.727,1259.769 869.837,1261.444 C 868.834,1259.596 866.527,1262.818 870.344,1262.855 C 871.773,1262.869 872.207,1264.459 873.12,1265.276 C 874.24,1266.279 875.886,1266.528 876.935,1267.463 C 879.711,1269.937 883.738,1271.094 887.102,1272.628 C 888.634,1273.326 890.861,1274.202 892.561,1274.152 C 893.398,1274.128 894.227,1273.956 895.067,1273.994 C 896.25,1274.047 895.984,1275.286 895.677,1276.274 C 894.728,1275.75 893.613,1276.658 892.493,1276.226 C 891.271,1275.754 889.587,1277.324 888.054,1276.996 C 886.333,1276.627 884.833,1276.21 883.047,1276.156 C 881.056,1276.096 878.507,1276.19 876.637,1275.409 C 875.434,1274.908 874.708,1276.143 873.677,1274.621 C 872.73,1273.223 872.195,1271.473 871.436,1269.965 C 869.386,1265.886 867.168,1261.777 865.438,1257.553" id="path4520"/>
<path d="M 899.858,1276.203 C 900.839,1274.985 902.983,1275.323 904.318,1274.833 C 902.505,1274.371 900.815,1274.98 899.138,1275.623 C 899.357,1275.842 899.598,1276.035 899.858,1276.203" id="path4874"/>
</g>
<g class="landxx coastxx gb" id="gb" transform="translate(-29.9017, -45.0745)">
<path class="landxx gb" d="M 1260.508,337.032 C 1261.121,336.062 1262.494,336.081 1263.388,335.52 C 1263.057,335.277 1262.743,335.012 1262.448,334.727 C 1264.3,335.304 1265.011,333.238 1265.893,332.227 C 1266.732,331.266 1268.474,332.53 1268.718,330.767 C 1270.35,331.522 1272.386,329.639 1274.016,330.766 C 1274.677,331.222 1275.068,332.288 1275.375,332.975 C 1275.319,332.851 1276.594,334.325 1276.56,334.063 C 1276.597,334.341 1275.171,335.037 1274.978,335.231 C 1275.478,335.181 1276.972,334.543 1277.301,335.202 C 1277.635,335.87 1278.28,337.23 1277.138,337.536 C 1277.316,336.828 1277.055,335.884 1276.128,336.096 C 1276.687,336.427 1276.615,337.009 1276.268,337.464 C 1276.561,337.31 1276.811,337.331 1277.018,337.527 C 1277.091,338.02 1275.965,338.658 1275.586,338.698 C 1274.608,338.801 1274.61,340.437 1273.42,340.084 C 1272.419,339.787 1272.235,339.475 1271.382,340.035 C 1270.657,340.511 1269.467,340.023 1269.788,339.049 C 1269.388,339.07 1266.639,336.003 1266.454,337.971 C 1266.126,341.45 1261.861,338.159 1260.508,337.032" id="path2690"/>
<path d="M 1268.788,315.288 C 1267.835,314.948 1268.392,313.982 1269.218,313.704 C 1268.001,311.325 1266.78,315.744 1268.788,315.288" id="path2640"/>
<path d="M 1269.147,312.048 C 1269.157,311.829 1270.483,310.945 1269.891,310.769 C 1269.23,310.571 1267.646,310.447 1267.707,311.544 C 1268.25,311.531 1268.73,311.699 1269.147,312.048" id="path2642"/>
<path d="M 1268.788,312.84 C 1268.989,312.07 1268.748,311.95 1268.068,312.48 C 1268.308,312.6 1268.548,312.72 1268.788,312.84" id="path2644"/>
<path d="M 1270.297,320.616 C 1270.624,320.326 1270.984,320.086 1271.377,319.895 C 1270.799,319.765 1270.416,320.048 1270.297,320.616" id="path2646"/>
<path d="M 1272.958,308.16 C 1274.131,309.783 1275.458,306.743 1274.118,307.223 C 1274.82,307.136 1277.147,306.159 1275.628,305.856 C 1276.965,305.247 1276.71,303.467 1275.297,304.444 C 1274.603,304.924 1273.775,305.036 1273.061,305.464 C 1272.285,305.929 1272.959,306.739 1271.957,307.08 C 1271.938,306.815 1271.912,306.551 1271.877,306.288 C 1271.331,306.394 1270.85,306.635 1270.437,307.008 C 1271.049,307.443 1271.405,307.917 1270.367,308.16 C 1270.894,308.271 1271.374,308.487 1271.807,308.807 C 1271.309,309.038 1270.829,309.302 1270.367,309.599 C 1271.164,310.914 1272.775,309.026 1272.958,308.16" id="path2648"/>
<path d="M 1271.877,319.608 C 1272.429,319.424 1272.862,319.088 1273.177,318.599 C 1272.628,318.742 1272.149,319.109 1271.877,319.608" id="path2650"/>
<path d="M 1273.468,327.672 C 1274.66,327.143 1275.684,325.99 1274.058,325.085 C 1273.016,324.505 1272.451,326.249 1272.098,326.88 C 1272.576,326.587 1273.079,326.347 1273.608,326.16 C 1273.71,326.678 1273.664,327.182 1273.468,327.672" id="path2652"/>
<path d="M 1276.417,315.937 C 1277.248,315.708 1278.57,314.968 1278.427,313.92 C 1275.265,315.035 1276.614,311.215 1274.907,310.608 C 1274.731,311.072 1274.634,311.551 1274.617,312.047 C 1273.189,311.712 1273.376,312.618 1272.307,312.407 C 1272.134,313.854 1273.893,312.956 1274.547,313.631 C 1272.913,313.749 1274.582,314.774 1275.207,314.768 C 1275.896,314.762 1276.676,314.411 1277.347,314.711 C 1276.757,314.852 1276.371,315.318 1276.417,315.937" id="path2654"/>
<path d="M 1275.627,373.68 C 1276.508,373.88 1277.77,372.163 1278.446,371.623 C 1279.691,370.629 1282.132,371.454 1282.967,369.936 C 1282.971,370.867 1284.826,371.768 1285.591,371.827 C 1287.019,371.938 1287.945,369.119 1287.937,368.063 C 1288.386,368.903 1289.957,368.056 1290.534,367.852 C 1292.049,367.317 1293.601,368.014 1294.707,369.072 C 1294.801,368.142 1295.751,368.423 1296.374,368.536 C 1297.054,368.66 1298.993,368.06 1297.157,367.704 C 1297.99,367.704 1303.232,367.679 1301.757,366.264 C 1302.635,367.159 1303.75,366.459 1304.787,366.697 C 1305.058,366.749 1305.179,366.9 1305.152,367.149 C 1305.185,367.576 1306.892,367.108 1306.876,367.11 C 1308.409,366.916 1309.871,366.846 1311.368,367.289 C 1312.625,367.661 1314.399,366.693 1315.637,366.368 C 1316.728,366.081 1316.969,365.721 1317.698,365.05 C 1318.485,364.328 1320.016,364.488 1320.489,363.4 C 1321.014,362.193 1315.38,362.026 1314.788,361.945 C 1315.188,361.838 1315.575,361.693 1315.948,361.512 C 1315.221,361.343 1314.448,361.164 1313.788,361.657 C 1314.438,360.964 1315.319,361.24 1316.137,361.082 C 1317.512,360.815 1317.464,359.43 1316.088,359.281 C 1316.621,359.391 1316.955,358.948 1317.376,358.743 C 1318.213,358.336 1318.839,359.167 1319.759,358.344 C 1319.53,357.85 1319.146,357.562 1318.609,357.48 C 1319.184,357.373 1320.56,357.459 1319.039,356.905 C 1321.139,357.535 1321.436,356.177 1322.333,354.682 C 1323.496,352.744 1323.289,350.871 1321.043,349.757 C 1319.741,349.111 1316.763,348.209 1315.475,349.314 C 1315.032,349.693 1314.878,350.514 1314.289,350.712 C 1313.393,351.013 1312.845,349.567 1311.909,349.776 C 1313.075,348.011 1315.489,347.901 1313.469,345.322 C 1311.796,343.187 1309.959,343.312 1307.599,343.007 C 1309.166,342.328 1311.948,342.919 1313.209,343.944 C 1312.918,342.939 1309.705,340.183 1311.989,339.551 C 1310.514,339.173 1310.231,337.687 1309.249,336.743 C 1308.332,335.861 1306.921,335.889 1305.767,335.709 C 1303.835,335.407 1303.313,330.81 1303.194,329.319 C 1302.994,326.838 1299.884,324.688 1297.504,324.252 C 1296.876,324.138 1296.352,323.269 1295.673,323.879 C 1295.237,324.273 1294.828,324.462 1294.242,324.453 C 1292.687,324.429 1290.539,324.523 1289.38,323.279 C 1291.79,325.071 1293.43,322.558 1295.86,322.558 C 1297.242,322.558 1296.745,321.491 1296.019,320.918 C 1294.994,320.108 1293.95,321.395 1292.83,321.262 C 1295.673,320.709 1297.989,319.387 1299.818,317.134 C 1300.641,316.121 1300.886,314.924 1301.585,313.887 C 1302.07,313.166 1303.398,312.697 1303.025,311.631 C 1302.353,309.707 1298.549,310.442 1296.97,310.618 C 1295.332,310.801 1293.749,310.155 1292.152,310.633 C 1290.805,311.036 1289.275,311.873 1287.94,312.118 C 1288.143,311.434 1288.933,311.373 1289.16,310.678 C 1288.371,310.603 1287.664,310.979 1286.93,311.182 C 1287.797,310.288 1289.99,310.909 1290.39,309.527 C 1289.354,309.284 1288.11,309.521 1287.22,308.806 C 1288.93,309.46 1288.6,309.03 1289.719,308.28 C 1290.643,307.661 1291.753,307.4 1292.685,306.804 C 1293.069,306.559 1297.961,303.369 1295.414,302.856 C 1293.861,302.543 1291.926,303.291 1290.414,303.586 C 1289.571,303.751 1288.67,303.958 1287.806,303.888 C 1287.59,303.871 1287.302,303.831 1287.155,303.645 C 1286.919,303.346 1285.908,304.102 1285.561,304.271 C 1286.33,303.019 1285.652,303.883 1285.103,303.548 C 1284.883,303.414 1284.499,302.929 1284.191,303.001 C 1283.561,303.147 1283.8,304.98 1282.9,305.423 C 1283.175,305.573 1283.76,305.778 1283.76,306.071 C 1281.577,305.07 1282.241,307.449 1281.17,307.799 C 1281.718,308.027 1282.17,308.469 1282.39,309.024 C 1281.686,309.297 1279.181,308.362 1279.37,309.815 C 1279.152,308.48 1277.532,310.743 1279.3,311.832 C 1278.822,311.769 1278.342,311.744 1277.861,311.76 C 1277.747,313.154 1278.901,313.161 1279.951,313.056 C 1279.418,313.223 1278.938,313.487 1278.511,313.848 C 1279.152,313.61 1279.86,313.744 1280.241,314.353 C 1279.301,313.265 1278.037,315.359 1280.161,315.216 C 1279.936,315.3 1276.493,315.446 1278.871,316.296 C 1277.838,315.375 1276.683,317.099 1278.081,317.376 C 1277.503,317.292 1277.161,317.587 1277.141,318.168 C 1276.363,317.796 1275.354,317.891 1274.691,318.456 C 1275.831,318.722 1277.413,317.959 1278.431,318.672 C 1277.618,318.3 1277.086,319.26 1276.271,318.888 C 1276.945,321.854 1280.63,318.257 1281.821,317.592 C 1281.351,318.113 1281.072,318.938 1282.251,318.456 C 1281.672,318.573 1278.648,319.948 1280.601,319.752 C 1280.355,319.989 1280.112,320.23 1279.871,320.472 C 1280.385,320.499 1280.892,320.451 1281.391,320.328 C 1281.094,320.489 1279.733,320.545 1279.646,320.653 C 1279.401,320.959 1279.031,321.22 1278.704,321.429 C 1278.32,321.674 1278.588,322.372 1278.543,322.761 C 1278.494,323.182 1276.522,325.93 1278.221,323.928 C 1277.37,324.52 1277.523,326.759 1278.721,325.728 C 1277.4,326.472 1277.361,327.908 1276.498,328.998 C 1275.894,329.761 1277.785,330.326 1277.98,328.802 C 1278.119,327.711 1279.568,326.447 1279.202,325.407 C 1278.681,323.928 1280.898,323.023 1281.821,322.489 C 1281.21,323.023 1279.587,323.835 1279.757,324.861 C 1279.881,325.346 1280.162,325.467 1280.601,325.224 C 1280.838,325.687 1281.148,326.096 1281.531,326.449 C 1281.704,325.836 1281.343,325.225 1280.811,324.937 C 1281.375,324.171 1281.683,324.677 1281.821,325.296 C 1282.825,324.399 1282.134,322.681 1283.331,322.92 C 1282.829,323.339 1282.758,323.819 1283.121,324.36 C 1282.969,322.999 1283.799,324.439 1284.631,324.792 C 1284.066,324.763 1282.781,324.282 1282.54,325.109 C 1282.079,326.691 1283.138,326.663 1283.635,327.781 C 1284.482,329.686 1280.188,330.795 1281.032,333.072 C 1280.94,332.911 1279.989,332.04 1279.859,332.535 C 1279.611,333.484 1281.147,334.782 1281.682,335.376 C 1281.119,333.719 1281.782,333.391 1283.331,334.094 C 1284.609,334.675 1284.857,334.633 1284.912,333.073 C 1286.405,334.553 1287.344,333.96 1289.02,333.473 C 1289.54,333.322 1290.351,333.154 1290.242,332.425 C 1291.391,332.566 1292.55,332.484 1293.702,332.569 C 1292.405,333.429 1290.853,333.541 1290.102,335.09 C 1289.626,336.07 1290.516,339.348 1291.972,338.546 C 1291.763,339.087 1291.86,339.567 1292.262,339.985 C 1292.566,339.578 1292.829,339.147 1293.052,338.69 C 1293.264,339.576 1294.015,339.138 1294.492,338.834 C 1294.023,339.476 1294.029,340.295 1293.482,340.994 C 1293.165,341.4 1291.893,343.058 1293.632,342.794 C 1291.881,343.667 1292.43,346.66 1294.562,345.962 C 1293.592,346.672 1290.643,343.958 1292.122,346.898 C 1290.13,345.2 1287.293,346.954 1285.132,346.898 C 1285.93,345.917 1283.418,345.001 1282.779,345.54 C 1281.487,346.63 1283.591,348.156 1284.842,347.043 C 1283.668,348.36 1282.004,349.13 1280.882,350.499 C 1282.34,350.613 1283.673,348.963 1285.132,349.707 C 1284.767,350.308 1285.096,350.899 1285.642,351.219 C 1284.777,351.617 1285.006,352.723 1286.002,352.587 C 1285.185,352.703 1285.127,353.478 1284.816,354.075 C 1284.409,354.858 1283.378,355.326 1282.596,355.616 C 1280.859,356.26 1278.347,356.701 1277.212,358.131 C 1277.833,358.379 1278.055,358.895 1277.572,359.427 C 1278.346,359.591 1279.127,359.501 1279.662,358.851 C 1279.287,359.545 1278.528,359.766 1277.792,359.715 C 1278.768,360.955 1281.757,359.544 1282.762,358.851 C 1282.708,359.894 1283.912,359.931 1284.632,359.715 C 1284.328,360.158 1283.918,360.278 1283.402,360.075 C 1283.601,361.326 1284.529,360.716 1285.27,360.37 C 1286.41,359.839 1287.038,361.592 1288.034,362.027 C 1289.85,362.819 1290.148,361.177 1291.63,360.962 C 1293.249,360.727 1294.345,359.884 1295.642,358.922 C 1294.407,360.402 1292.668,361.425 1291.322,362.81 C 1290.97,363.171 1291.489,363.606 1290.743,363.702 C 1289.895,363.81 1289.039,363.862 1288.197,363.688 C 1287.008,363.442 1285.007,363.029 1283.865,363.714 C 1283.18,364.126 1283.137,364.943 1282.439,365.362 C 1281.477,365.938 1281.292,364.506 1280.948,366.213 C 1280.81,366.899 1279.119,369.495 1278.245,369.297 C 1277.705,369.175 1277.569,369.197 1277.365,369.797 C 1277.04,370.752 1275.688,371.186 1274.845,371.531 C 1274.172,371.806 1273.427,372.105 1272.854,372.567 C 1272.617,372.757 1272.915,373.416 1273.175,373.36 C 1274.079,373.163 1275.176,372.384 1275.627,373.68" id="path2656"/>
<path d="M 1274.397,316.584 C 1274.541,316.512 1274.684,316.44 1274.827,316.368 C 1274.642,315.683 1274.163,315.565 1273.677,316.08 C 1273.917,316.248 1274.158,316.416 1274.397,316.584" id="path2658"/>
<path d="M 1274.328,321.912 C 1275.594,321.824 1276.766,321.302 1277.998,321.048 C 1277.754,319.691 1274.888,318.362 1274.038,319.824 C 1274.616,319.869 1275.095,320.109 1275.478,320.544 C 1274.977,320.93 1274.286,321.487 1275.628,321.264 C 1275.113,321.318 1274.68,321.534 1274.328,321.912" id="path2660"/>
<path d="M 1275.558,325.872 C 1276.173,324.931 1277.227,324.162 1277.428,322.992 C 1276.47,323.567 1275.94,324.688 1274.908,325.151 C 1275.095,325.418 1275.312,325.658 1275.558,325.872" id="path2662"/>
<path d="M 1276.417,313.488 C 1276.637,313.006 1276.781,312.502 1276.847,311.975 C 1276.396,312.393 1276.253,312.897 1276.417,313.488" id="path2664"/>
<path d="M 1280.308,328.824 C 1281.268,328.435 1280.965,326.377 1279.868,326.448 C 1278.587,326.532 1279.183,328.896 1280.308,328.824" id="path2666"/>
<path d="M 1295.138,301.824 C 1295.282,301.243 1295.097,300.665 1294.418,300.599 C 1294.269,301.184 1294.606,301.626 1295.138,301.824" id="path2670"/>
<path d="M 1295.138,300.24 C 1295.891,300.919 1297.885,301.261 1298.518,300.24 C 1297.737,300.186 1296.414,300.239 1296.132,299.274 C 1295.903,298.492 1293.934,299.25 1295.138,300.24" id="path2672"/>
<path d="M 1296.868,302.184 C 1297.11,301.948 1297.229,301.66 1297.228,301.32 C 1296.459,301.266 1296.339,301.554 1296.868,302.184" id="path2674"/>
<path d="M 1297.658,298.224 C 1297.764,297.728 1297.571,297.392 1297.078,297.216 C 1296.816,297.783 1297.051,298.148 1297.658,298.224" id="path2676"/>
<path d="M 1298.808,298.584 C 1299.23,298.241 1299.687,297.953 1300.178,297.72 C 1299.543,297.629 1299.028,298.005 1298.808,298.584" id="path2678"/>
<path d="M 1307.667,292.032 C 1307.547,292.296 1307.427,292.56 1307.307,292.824 C 1308.876,292.827 1308.96,290.137 1309.537,289.151 C 1308.937,289.102 1308.61,288.757 1308.747,288.145 C 1308.507,288.313 1308.267,288.481 1308.027,288.649 C 1307.971,288.14 1308.065,287.659 1308.307,287.208 C 1307.411,287.085 1307.571,288.226 1306.657,288 C 1307.054,288.487 1307.534,288.871 1308.097,289.151 C 1307.415,289.532 1306.646,289.704 1305.867,289.656 C 1306.115,290.925 1306.209,289.987 1307.177,290.315 C 1307.967,290.584 1308.37,291.396 1307.667,292.032" id="path2776"/>
<path d="M 1309.318,288.216 C 1309.842,287.813 1310.617,286.607 1309.388,286.56 C 1309.456,287.095 1308.986,287.716 1309.318,288.216" id="path2778"/>
<path d="M 1311.118,286.776 C 1312.169,285.023 1309.064,286.511 1311.118,286.776" id="path2780"/>
<path d="M 1310.828,287.64 C 1311.071,287.544 1311.315,287.449 1311.558,287.353 C 1310.838,286.963 1310.594,287.059 1310.828,287.64" id="path2782"/>
<path d="M 1302.268,368.856 C 1302.889,368.799 1303.434,368.427 1303.778,367.919 C 1302.602,367.264 1301.934,367.472 1300.828,368.135 C 1301.342,368.308 1301.821,368.548 1302.268,368.856" id="path5354"/>
</g>
<path class="landxx cr" d="M 617.88329,669.88555 C 618.31029,669.53855 619.46229,667.92555 619.54129,667.38955 C 619.66929,666.52255 617.72629,665.46455 618.46229,665.02955 C 619.33729,664.51355 619.56329,663.77255 620.15729,662.78255 C 620.39129,662.39155 623.26129,663.78655 623.67529,663.99155 C 625.68929,664.99055 625.42222,664.33894 627.29038,663.82128 C 628.11178,663.59367 628.47195,664.86948 629.83283,664.62736 C 630.44583,665.42636 630.65177,666.19016 631.71229,666.38955 C 633.04352,666.63984 634.97217,666.69027 634.91211,665.27536 C 635.50011,666.27436 634.92329,666.44555 635.49629,667.31755 C 635.97529,668.04855 636.26829,668.90455 636.58829,669.71255 C 637.26429,671.41955 637.93829,672.01655 639.07429,673.15055 C 640.10329,674.17655 640.63729,675.82055 641.95029,676.49855 C 642.67229,676.87055 642.56429,677.66255 641.66629,677.39255 C 640.98129,677.18655 640.8135,676.36134 639.9575,676.97234 C 640.3425,677.64534 639.5062,679.27324 639.47208,680.38174 C 639.43695,681.52287 642.19477,681.89902 640.31629,682.87655 C 638.79995,683.66562 640.83435,685.36321 639.51829,686.51955 C 638.0654,687.79612 639.42729,688.55055 639.12229,690.12055 C 639.21029,689.32755 638.86529,688.71555 638.35329,688.14655 C 638.02829,687.92555 637.73229,687.67155 637.46529,687.38355 C 637.55429,687.08455 637.63229,686.78255 637.69729,686.47755 C 637.41229,685.52355 636.31829,683.41955 635.01729,684.21555 C 635.26629,685.37555 636.76529,685.80455 636.31329,687.16755 C 635.24129,686.83255 633.56329,686.45555 633.30129,685.12455 C 633.13029,684.25855 634.29129,683.59155 634.37029,682.70355 C 634.56529,680.51055 632.17229,679.67655 630.75829,678.57455 C 629.89729,677.90355 629.68429,677.42955 628.49129,677.39855 C 627.31629,677.36855 626.62529,676.79455 626.67529,675.56655 C 626.79429,672.65355 623.32529,672.66055 622.20229,670.60755 C 622.42529,671.16455 622.47329,671.76055 622.67929,672.32055 C 623.00529,673.20755 623.79929,673.09855 624.41329,673.63055 C 625.26829,674.37155 624.25229,675.87755 623.45529,676.18955 C 622.48929,676.56755 621.66829,674.52955 620.62229,674.29655 C 618.86229,673.90055 617.52229,671.70755 617.88329,669.88555" id="cr"/>
<path class="landxx py" d="M 803.78629,951.97855 C 804.48529,949.11755 804.88029,946.13255 805.22129,943.20955 C 805.40929,941.59055 805.17529,940.09055 805.06729,938.48355 C 804.96329,936.92855 805.80629,935.5795 806.44229,934.22055 C 807.33946,932.30355 806.84896,929.55455 809.74629,929.19255 C 812.78069,928.81342 815.85329,928.11455 818.77529,927.21055 C 823.52829,925.74055 826.87702,926.02028 831.17602,928.41628 C 832.88602,929.36928 835.28729,930.69255 835.42029,932.90955 C 835.50029,934.23955 836.52629,938.31155 837.91729,938.73955 C 837.02429,939.79755 838.46529,940.18155 838.70729,940.96855 C 838.89029,941.56655 838.70529,943.45355 838.60729,944.13455 C 838.44929,944.61255 838.35929,945.10255 838.33629,945.60555 C 838.42029,946.27155 838.89729,946.92955 838.67129,947.62455 C 838.40329,948.45255 837.93962,949.51938 838.03162,950.37838 C 838.08662,950.88838 843.39296,952.44172 844.16996,952.45672 C 845.31096,952.47772 846.67229,952.94772 847.78429,952.89272 C 848.86029,952.83772 848.76679,950.38288 849.84279,951.14988 C 850.89679,951.89988 852.63629,952.78288 853.93929,952.96288 C 854.91129,953.09688 855.02312,953.37322 855.20912,954.43822 C 855.39812,955.52425 856.17012,956.45205 856.32412,957.73405 C 856.52212,959.37805 857.97829,960.24155 858.16829,961.87655 C 858.38429,963.74155 858.83529,967.52455 861.38729,967.27655 C 862.80829,967.13855 863.77029,966.07255 865.12629,965.80955 C 866.38129,965.56555 867.33429,967.06855 868.22629,967.67955 C 867.67329,968.07955 867.62029,968.62255 867.91329,969.19755 C 868.48629,970.32255 867.55,970.93355 867.846,972.01155 C 868.157,973.14355 867.47802,975.15544 867.27202,976.26044 C 867.07402,977.32644 866.76348,979.57164 866.92892,980.68368 L 867.96698,987.6613 C 868.06013,988.28745 867.55229,989.90555 866.68829,990.06955 C 866.26429,990.14955 865.07965,991.84801 865.25665,992.25601 C 865.43565,992.66901 863.55856,992.97536 863.32756,993.09236 C 862.86956,993.32436 862.20759,993.82659 862.34929,994.27455 C 862.55427,994.92253 861.3976,997.53509 860.46129,996.72255 C 858.50405,995.02403 857.43829,996.45655 856.56529,998.27855 C 855.99629,998.06155 855.26215,997.07235 854.6362,997.20082 C 853.8082,997.37077 853.64829,998.11019 852.84929,997.08755 C 852.28936,996.3709 851.57629,997.39655 850.80629,997.41955 C 850.06829,997.44155 849.19975,997.16909 848.50375,996.98209 C 846.17075,996.35509 843.89802,995.48564 841.43002,995.73764 C 840.26102,995.85764 839.55302,996.67764 839.14602,995.26764 C 839.06802,994.99964 839.94675,992.47674 840.20975,992.30374 C 842.69975,990.66374 840.14829,986.44355 842.49629,985.28955 C 843.58429,984.75455 843.56289,982.2316 844.1592,981.13246 C 845.2262,979.16574 844.01156,978.21962 842.35956,976.97009 C 841.06885,975.99383 839.14429,976.01755 838.00529,975.05855 C 837.32929,974.48855 836.46829,974.28355 835.62229,974.12155 C 834.58329,973.92355 833.65348,973.23309 832.77348,972.72809 C 830.80348,971.59809 829.32229,970.47755 827.51829,969.03255 C 825.54229,967.45055 823.71229,967.81955 821.49629,966.93355 C 820.12229,966.38455 818.2258,966.17072 816.97938,964.87472 C 815.17442,962.99798 812.33881,961.27511 811.05529,960.12055 C 809.51326,958.73346 807.87014,956.94389 807.46566,955.79628 C 806.78451,953.86369 804.97029,953.59355 803.78629,951.97855" id="py"/>
<g class="landxx coastxx gn" id="gn" transform="translate(-29.9017, -45.0745)">
<path d="M 1186.638,709.848 C 1186.206,710.396 1186.247,711.298 1187.068,711.432 C 1186.848,710.849 1186.968,710.345 1187.428,709.92 C 1187.165,709.896 1186.901,709.872 1186.638,709.848" id="path5380"/>
<path class="landxx gn" d="M 1186.778,709.704 C 1187.775,708.462 1187.676,706.427 1188.939,705.368 C 1189.795,704.651 1191.454,704.505 1192.477,703.971 C 1193.497,703.438 1194.553,704.084 1195.599,703.528 C 1196.287,703.162 1196.8688,702.50362 1196.77,701.687 C 1196.6227,700.46957 1194.4683,699.98693 1194.8198,699.04382 C 1195.1351,698.1978 1196.8497,698.44847 1197.0806,697.59396 C 1197.3396,696.6356 1196.6179,695.25931 1196.8791,694.96206 L 1200.4947,694.9524 C 1201.0161,695.0874 1201.6016,695.48534 1201.9798,695.51402 C 1202.2618,695.59951 1201.6252,697.23245 1202.7298,696.56159 C 1203.4878,696.10125 1205.0583,697.15871 1205.4756,697.4904 C 1205.5334,697.53634 1207.1488,698.0306 1207.1078,698.0346 C 1208.1608,697.9336 1208.9082,697.1309 1210.0512,697.25562 C 1211.7148,697.43715 1213.3671,696.71738 1214.569,697.249 C 1213.9883,698.41193 1213.1248,699.27114 1214.689,700.58581 C 1215.5773,701.33237 1216.9048,698.47989 1217.9402,698.8736 C 1220.4365,699.82284 1218.8232,702.81661 1221.0142,700.3234 C 1223.8215,697.12881 1225.5352,700.78813 1226.599,700.51899 C 1227.2343,700.35827 1227.6502,699.75845 1228.228,699.276 C 1228.6998,698.88206 1229.8531,698.77044 1230.0769,698.395 C 1230.5096,697.66901 1228.7449,695.95267 1231.19,696.582 C 1231.7133,696.71669 1232.974,697.31424 1232.875,698.3 C 1232.8422,698.62652 1233.2901,700.29999 1233.521,700.518 C 1234.6843,701.6166 1233.298,704.50263 1234.73,703.729 C 1234.9146,705.16546 1237.5802,705.23254 1237.299,706.94399 C 1236.6631,706.97419 1236.4072,706.93321 1235.999,707.427 C 1235.435,708.10928 1235.102,709.009 1234.871,709.849 C 1235.616,709.72699 1236.0489,709.11224 1236.904,709.02 C 1238.2922,708.87026 1237.8763,710.64834 1237.8442,711.63627 C 1237.8206,712.36325 1237.4978,713.55618 1238.839,714.30164 C 1239.0917,714.44211 1240.2122,715.17671 1240.3863,715.83427 C 1240.6205,716.71924 1239.7726,717.14555 1239.09,717.65191 C 1238.6488,717.97917 1238.6443,719.47168 1238.6505,720.15018 C 1238.6622,721.4085 1239.1019,724.2147 1240.852,723.097 C 1240.456,725.078 1240.668,724.79 1241.792,726.121 C 1240.44,726.324 1240.435,727.445 1240.062,728.497 C 1242.109,728.834 1241.916,730.593 1242.432,732.169 C 1241.3763,731.80337 1238.2866,730.59516 1237.9021,731.62227 C 1237.3977,732.96965 1239.421,734.311 1240.062,735.265 C 1239.2954,734.87146 1238.7552,736.336 1238.7661,736.38819 C 1238.9323,737.18543 1239.207,736.92515 1239.0522,737.41667 C 1238.8948,737.91605 1238.0205,739.19087 1238.0327,739.29662 C 1237.8212,739.11274 1236.7267,738.57952 1236.1259,739.10886 C 1235.8046,739.39193 1236.2077,738.54532 1235.2418,738.06428 C 1234.3033,737.73271 1233.9961,739.73701 1233.7662,740.19573 C 1233.0996,741.52574 1232.606,741.803 1231.132,742.393 C 1231.05,740.714 1229.678,740.447 1228.322,740.954 C 1228.697,739.855 1228.9327,738.72606 1228.9719,737.559 C 1228.9868,737.11405 1228.8382,734.68129 1228.7024,734.90819 C 1228.6109,735.0753 1228.4303,735.51798 1228.4109,734.06527 C 1228.4079,733.84248 1227.8881,733.04061 1228.3696,732.40951 C 1226.0567,729.7583 1225.8893,731.18498 1225.5227,730.99673 C 1224.7435,731.62108 1224.4976,731.22191 1223.4254,731.11218 C 1222.6865,731.03656 1221.889,731.223 1221.272,731.593 C 1220.892,731.822 1219.277,732.671 1219.112,733.033 C 1218.9551,731.58039 1220.9416,729.70426 1220.619,729.267 C 1219.3525,727.55016 1221.2914,727.02999 1219.3169,725.76518 C 1218.7223,725.38431 1219.5244,724.73275 1219.2315,724.19436 C 1217.1268,720.32675 1216.3273,717.32647 1211.5912,718.03991 C 1210.3157,718.23205 1210.0046,718.63056 1208.881,718.88682 C 1206.9054,719.33737 1206.2879,718.32602 1205.442,720.26 C 1204.7646,721.80885 1204.2106,723.60418 1203.234,724.04109 C 1202.3529,724.43527 1202.2917,724.75654 1201.8846,725.62946 C 1201.4009,726.66682 1200.163,725.829 1199.452,726.481 C 1199.369,725.81 1199.801,725.322 1200.462,725.257 C 1200.316,724.979 1200.123,724.739 1199.882,724.537 C 1199.704,724.769 1199.537,725.009 1199.382,725.257 C 1199.32,724.778 1199.297,724.299 1199.312,723.817 C 1199.049,723.841 1198.785,723.865 1198.522,723.889 C 1198.748,722.998 1197.449,722.829 1198.012,721.946 C 1196.69,723.279 1197.336,719.829 1196.862,719.498 C 1196.932,720.076 1196.609,720.287 1196.072,720.145 C 1196.302,719.637 1196.469,719.109 1196.572,718.561 C 1196.262,719.621 1195.564,719.253 1194.912,718.778 C 1193.985,718.102 1194.468,717.623 1194.122,716.69 C 1193.629,716.867 1193.296,717.203 1193.122,717.698 C 1193.012,715.884 1189.176,716.038 1190.242,713.738 C 1189.915,713.856 1189.578,713.928 1189.232,713.954 C 1189.801,712.897 1190.19,711.719 1190.522,710.569 C 1190.086,711.006 1189.752,711.509 1189.522,712.082 C 1189.403,710.911 1188.938,711.512 1188.582,712.082 C 1188.413,711.292 1188.301,709.619 1189.302,709.274 C 1188.498,709.718 1187.659,709.696 1186.778,709.704" id="path5400"/>
</g>
<g class="landxx coastxx ie" id="ie" transform="translate(-29.9017, -45.0745)">
<path d="M 1258.488,332.353 C 1258.625,332.463 1258.413,332.829 1258.668,332.497 C 1258.925,332.161 1258.628,332.465 1258.488,332.353" id="path5352"/>
<path d="M 1248.047,341.353 C 1249.205,340.855 1247.088,340.483 1246.537,340.777 C 1247.117,340.768 1247.621,340.96 1248.047,341.353" id="path5348"/>
<path class="landxx ie" d="M 1245.678,360.36 C 1245.438,360.383 1245.198,360.408 1244.958,360.431 C 1245.911,359.572 1246.921,358.511 1248.268,358.343 C 1247.005,358.131 1244.925,359.911 1243.779,358.936 C 1242.491,357.84 1246.697,355.757 1247.548,356.039 C 1246.286,355.477 1244.569,355.959 1243.298,356.255 C 1242.955,355.239 1244.034,355.082 1244.769,354.985 C 1245.156,354.934 1245.6,354.907 1245.952,354.718 C 1246.283,354.54 1246.99,355.178 1247.759,355.031 C 1247.585,354.48 1247.321,353.976 1246.969,353.518 C 1248.343,353.524 1248.746,352.267 1250.175,352.287 C 1251.837,352.31 1253.326,351.653 1254.959,351.503 C 1254.406,351.486 1253.934,351.159 1253.739,350.639 C 1251.649,351.98 1250.047,351.931 1247.619,352.368 C 1248.28,351.904 1251.565,350.28 1251.161,349.188 C 1250.584,347.63 1253.782,347.669 1254.458,346.967 C 1253.207,346.888 1252.026,346.844 1250.775,346.854 C 1250.165,346.859 1249.123,346.2 1248.338,346.103 C 1248.48,345.862 1248.623,345.623 1248.768,345.383 C 1248.044,345.164 1247.466,345.863 1246.758,345.455 C 1247.002,345.292 1247.241,345.124 1247.478,344.951 C 1247.24,344.781 1246.999,344.613 1246.758,344.447 C 1247.609,344.309 1247.283,344.208 1247.882,343.826 C 1248.365,343.517 1249.114,343.859 1249.638,343.799 C 1248.888,343.894 1248.052,343.236 1248.871,342.58 C 1249.207,342.31 1249.926,342.363 1250.329,342.233 C 1252.349,341.58 1248.396,341.322 1248.573,341.583 C 1248.298,341.178 1249.187,341.157 1249.347,341.28 C 1248.893,340.54 1249.654,339.313 1248.407,339.983 C 1248.747,339.552 1248.724,339.144 1248.337,338.759 C 1248.126,338.984 1247.932,339.224 1247.757,339.479 C 1247.871,338.953 1248.088,338.473 1248.407,338.04 C 1248.518,339.174 1250.102,337.987 1251.243,337.915 C 1252.31,337.848 1253.684,338.118 1253.806,339.408 C 1254.347,337.055 1256.82,339.458 1258.056,338.256 C 1257.789,338.119 1257.526,337.975 1257.266,337.824 C 1258.055,336.787 1260.241,336.892 1260.426,335.664 C 1259.211,335.427 1257.886,335.809 1256.756,335.16 C 1257.017,334.306 1257.943,334.083 1258.706,334.368 C 1258.416,333.744 1258.4,333.318 1259.346,333.649 C 1258.772,332.89 1259.368,331.653 1260.112,331.254 C 1261.438,330.542 1262.622,331.145 1263.886,330.983 C 1263.306,329.979 1264.265,329.896 1264.59,330.469 C 1265.168,331.489 1264.583,331.485 1264.317,332.352 C 1265.406,332.369 1265.844,331.197 1265.037,330.479 C 1266.605,329.389 1267.186,329.982 1268.717,330.263 C 1267.893,331.189 1266.0617,331.39194 1265.652,332.675 C 1265.2914,333.80437 1263.9426,335.36258 1262.447,334.727 C 1262.742,335.012 1263.056,335.277 1263.387,335.52 C 1262.066,336.349 1259.8282,336.15209 1261.5624,337.74381 C 1262.32,338.43918 1263.42,338.85479 1264.3114,339.13862 C 1265.1566,339.40775 1265.8247,339.73298 1266.2188,338.38281 C 1266.4273,337.66871 1266.1379,336.98776 1267.682,337.379 C 1268.7164,337.64109 1269.2099,338.88268 1269.787,339.046 C 1269.7792,340.4483 1270.7384,340.05283 1271.447,339.982 C 1272.0803,339.9187 1272.061,339.424 1272.957,340.271 C 1272.458,340.526 1271.826,340.549 1271.393,340.94 C 1271.251,341.069 1272.038,342.075 1271.968,342.63 C 1271.871,343.41 1273.854,345.433 1271.877,345.814 C 1273.196,347.842 1272.626,349.051 1271.812,351.081 C 1271.39,352.134 1270.793,354.267 1269.287,354.094 C 1270.929,354.317 1269.853,355.717 1268.653,355.497 C 1267.697,355.321 1266.229,356.084 1265.977,354.67 C 1266.597,356.518 1263.188,355.827 1262.239,356.163 C 1261.355,356.476 1261.936,357.32 1260.561,357.32 C 1259.486,357.32 1258.947,358.797 1257.557,358.702 C 1258.385,357.482 1256.881,357.819 1256.257,358.054 C 1257.368,358.371 1256.985,358.901 1256.257,359.323 C 1255.933,359.453 1255.668,359.658 1255.459,359.939 C 1255.207,360.431 1254.789,360.002 1254.34,360.186 C 1253.281,360.619 1252.148,360.601 1251.047,360.957 C 1249.819,361.354 1248.406,360.966 1247.257,361.51 C 1247.568,360.988 1248.001,360.604 1248.557,360.359 C 1248.031,360.435 1247.524,360.579 1247.037,360.791 C 1247.667,360.223 1248.464,359.934 1249.267,359.711 C 1248.326,359.213 1246.475,359.767 1245.678,360.36" id="path5402"/>
</g>
<g class="landxx coastxx ng" id="ng" transform="translate(-29.9017, -45.0745)">
<path d="M 1355.258,766.728 C 1356.172,766.667 1356.499,766.104 1355.758,765.504 C 1355.445,765.853 1355.279,766.26 1355.258,766.728" id="path5382"/>
<path d="M 1357.198,766.296 C 1357.438,766.152 1357.678,766.008 1357.918,765.864 C 1357.41,765.871 1356.93,765.991 1356.478,766.223 C 1356.718,766.248 1356.958,766.271 1357.198,766.296" id="path5386"/>
<path class="landxx ng" d="M 1321.058,736.344 C 1321.957,733.224 1320.661,729.511 1322.034,726.563 C 1322.369,725.842 1323.637,726.48 1324.239,725.787 C 1325.268,724.6 1324.332,723.162 1325.388,721.974 C 1326.079,721.196 1326.04,719.965 1326.883,719.474 C 1327.767,718.958 1329.087,717.858 1328.655,716.602 C 1328.32,715.627 1327.875,714.819 1329.176,714.552 C 1331.002,714.178 1329.528,711.567 1329.339,710.784 C 1329.145,709.986 1329.422,709.284 1329.004,708.512 C 1328.645,707.849 1328.088,707.322 1327.743,706.65 C 1327.036,705.272 1328.063,704.106 1328.471,702.825 C 1328.963,701.282 1328.617,699.637 1328.728,698.036 C 1328.862,696.102 1329.381,695.703 1330.735,694.372 C 1331.9,693.226 1332.405,691.497 1332.364,689.903 C 1332.33,688.558 1333.259,687.757 1334.223,686.955 C 1335.359,686.011 1336.755,685.751 1338.191,685.694 C 1340.07,685.619 1341.082,684.941 1342.805,684.505 C 1343.814,684.249 1345.13,685.407 1345.964,685.825 C 1347.4,686.546 1348.895,686.125 1350.142,687.332 C 1351.242,688.398 1351.765,689.67 1352.512,690.959 C 1352.795,691.448 1353.179,691.967 1353.744,692.151 C 1354.931,692.538 1355.099,691.205 1356.046,691.101 C 1359.203,690.752 1360.239,687.922 1363.539,690.265 C 1363.995,690.588 1364.502,690.969 1364.799,691.453 C 1364.943,691.688 1365.808,691.57 1366.059,691.705 C 1367.435,692.442 1367.983,693.469 1369.763,693.536 C 1370.804,693.576 1372.974,694.146 1373.878,693.744 C 1375.157,693.175 1375.595,691.517 1376.691,690.69 C 1379.329,688.7 1383.316,688.529 1386.47,688.828 C 1388.124,688.985 1389.603,689.429 1391.069,690.202 C 1392.297,690.85 1393.843,691.804 1395.286,691.274 C 1396.672,690.765 1397.39,689.18 1398.53,688.321 C 1399.155,687.85 1399.764,687.41 1400.572,687.366 C 1401.803,687.3 1400.9492,687.04615 1401.63,686.592 C 1404.2521,684.84297 1405.0904,687.32338 1406.046,689.10237 C 1406.8582,690.61432 1408.4892,690.73688 1408.0997,694.9279 C 1408.0567,695.3913 1408.7761,697.23827 1409.1861,697.56827 C 1409.6921,697.97527 1410.0755,697.59823 1410.7,697.824 C 1413.945,698.99706 1410.9927,702.19777 1411.976,703.721 C 1413.2297,705.66308 1409.2084,707.15551 1407.7515,707.00309 C 1405.5556,706.77334 1404.7704,711.561 1404.1984,713.293 C 1403.8734,714.277 1403.6882,715.317 1403.3902,716.299 C 1403.0572,717.396 1401.8254,717.22854 1401.7974,718.46754 C 1401.7724,719.57654 1402.043,720.98591 1401.189,721.96991 C 1400.467,722.80191 1399.43,723.175 1398.459,723.671 C 1399.539,723.883 1398.466,726.647 1398.389,727.272 C 1398.166,729.063 1397.01,730.085 1395.219,730.152 C 1395.386,731.089 1394.664,731.296 1394.165,731.891 C 1393.542,732.633 1394.0506,733.732 1393.8776,734.616 C 1393.4766,736.667 1392.4554,738.82429 1391.168,740.514 C 1390.0602,741.96792 1392.1075,742.85885 1389.551,744.525 C 1388.4733,745.22741 1389.118,745.991 1388.739,747 C 1388.489,747.665 1387.6159,748.29728 1387.2763,748.92191 C 1386.9473,749.52691 1385.8593,749.16891 1385.4013,748.98591 C 1384.8391,748.7613 1384.968,747.095 1384.93,746.596 C 1384.887,746.018 1382.9068,745.49382 1382.6348,744.82782 C 1382.2018,743.76782 1381.676,744.124 1381.388,742.895 C 1381.168,743.652 1381.113,744.992 1380.148,745.203 C 1378.931,745.469 1378.4099,744.16136 1377.428,744.479 C 1375.6591,745.05122 1375.283,747.81097 1374.1335,748.5669 C 1372.6403,749.54879 1367.8683,754.42655 1368.5039,755.07372 C 1369.522,756.11024 1367.6911,758.77531 1367.686,759.522 C 1367.6774,760.79303 1367.1981,761.84111 1365.6556,764.30237 C 1365.0426,764.14537 1364.474,763.274 1364.757,762.696 C 1364.101,763.121 1363.596,762.472 1363.317,761.975 C 1363.953,764.342 1364.546,764.878 1361.798,765.277 C 1360.711,765.435 1357.134,766.15 1358.136,763.919 C 1357.668,764.825 1357.646,765.067 1356.556,764.999 C 1355.349,764.924 1355.557,764.612 1354.386,763.847 C 1354.935,764.248 1355.598,766.316 1354.293,765.794 C 1353.419,765.445 1354.713,763.346 1353.166,764.135 C 1353.598,765.003 1353.97,765.827 1353.596,766.799 C 1352.88,766.496 1352.056,763.915 1352.306,763.127 C 1351.482,763.84 1352.849,765.921 1352.421,766.895 C 1351.825,768.253 1351.83,765.066 1351.866,764.783 C 1351.73,765.18 1351.514,767.362 1351.436,765.43 C 1351.417,766 1351.338,766.641 1350.936,767.086 C 1350.915,766.569 1350.772,766.089 1350.506,765.646 C 1350.814,766.265 1350.789,767.262 1349.841,767.177 C 1348.131,767.024 1348.601,767.416 1348.126,765.79 C 1348.144,767.327 1346.947,768.662 1346.686,766.438 C 1346.704,767.881 1346.328,766.935 1345.277,766.421 C 1344.24,765.914 1343.542,764.903 1343.016,763.918 C 1342.521,762.993 1341.902,761.984 1342.164,760.907 C 1342.339,760.187 1342.434,759.527 1341.426,759.813 C 1341.24,759.031 1341.323,758.592 1342.123,758.431 C 1343.674,758.119 1342.224,757.561 1343.375,756.862 C 1342.554,756.926 1341.828,758.041 1341.02,757.858 C 1338.442,757.274 1341.969,756.373 1342.585,756.286 C 1342.168,755.781 1341.688,755.709 1341.145,756.07 C 1341.167,755.757 1341.19,755.445 1341.215,755.133 C 1341.058,756.032 1339.922,756.681 1339.485,755.565 C 1339.089,754.555 1340.303,754.109 1340.855,753.549 C 1340.201,753.815 1339.612,754.27 1339.125,754.774 C 1338.138,752.527 1335.954,750.041 1333.499,749.416 C 1332.306,749.112 1330.877,748.956 1329.646,749.031 C 1328.685,749.091 1327.283,749.508 1326.456,748.798 C 1327.502,749.003 1329.039,748.307 1329.626,747.43 C 1328.556,747.38 1327.797,748.64 1326.746,747.79 C 1326.371,748.242 1326.274,748.746 1326.456,749.302 C 1324.732,749.528 1322.974,749.198 1321.266,749.59 C 1321.209,748.51 1321.817,747.559 1321.846,746.494 C 1321.876,745.392 1321.383,744.583 1321.657,743.444 C 1322.106,741.589 1322.146,738.024 1321.058,736.344" id="path5406"/>
</g>
<g class="landxx coastxx tn" id="tn">
<path class="landxx tn" d="M 1328.9563,464.90155 C 1329.1283,464.05355 1329.9223,463.73055 1330.5383,463.26155 C 1331.4973,462.53155 1331.5772,461.87778 1332.6383,461.07255 C 1333.4855,460.42964 1334.1237,459.22675 1334.4512,458.16049 C 1335.1087,456.02041 1334.9252,454.35467 1335.0312,452.30155 C 1335.098,451.0087 1334.2833,449.88455 1334.4563,448.58755 C 1334.6523,447.11455 1336.2873,444.31455 1333.9263,443.80555 C 1334.7753,442.82655 1336.1573,442.32355 1336.8123,441.16255 C 1337.0543,440.73355 1336.8993,439.99855 1337.4883,439.82955 C 1338.1353,439.64455 1338.5403,439.82755 1339.0543,439.28355 C 1340.1723,438.09955 1341.3373,437.57455 1342.9073,437.12555 C 1343.6363,436.91755 1344.6373,436.36955 1345.4133,436.67955 C 1346.3343,437.04855 1345.4153,437.49455 1345.5163,438.18855 C 1346.2833,438.18855 1346.4653,437.80655 1346.0163,437.18055 C 1347.4233,437.48655 1347.8263,437.27255 1348.3963,438.54855 C 1348.6473,439.10955 1347.8663,439.16355 1348.6243,439.69755 C 1349.2043,440.10655 1349.2983,440.81755 1348.7573,441.28455 C 1348.8013,441.23855 1349.4043,441.94755 1350.0193,441.69455 C 1350.8553,441.34955 1351.5613,440.66755 1352.2433,440.09255 C 1352.5093,439.86855 1353.4313,438.87655 1353.8623,439.07255 C 1354.8933,439.54255 1354.7563,440.55855 1354.2893,441.40455 C 1353.3933,443.02755 1350.3293,444.58455 1350.2263,446.43055 C 1350.1503,447.81655 1350.9693,449.48655 1352.2213,450.16255 C 1354.1163,451.18355 1354.0533,451.23155 1354.5043,453.40555 C 1355.0723,456.14355 1353.1593,458.98955 1351.0563,460.65055 C 1348.9653,462.30155 1345.7673,463.23155 1347.8403,466.43755 C 1348.2953,467.14255 1348.9033,467.80655 1349.6813,468.16055 C 1350.5473,468.55455 1350.8993,468.01255 1351.6963,468.12355 C 1351.9583,468.15955 1352.1243,469.44255 1352.2843,469.71355 C 1352.6753,470.37455 1353.7703,468.42555 1354.3673,468.64255 C 1355.1833,468.93955 1354.6323,469.60255 1354.8773,470.15455 C 1355.2183,470.92155 1356.3933,471.61655 1355.1673,471.73855 C 1355.8123,472.42755 1357.2183,471.66955 1357.8203,472.46155 C 1358.3233,473.12455 1357.4923,475.70155 1357.6733,476.66955 C 1357.9443,478.12055 1359.0043,478.73941 1357.4137,479.69149 C 1355.8405,480.63317 1352.6212,481.67757 1351.6853,482.97355 C 1351.1503,483.39955 1351.3375,484.62678 1350.5902,484.92986 C 1349.0012,485.57433 1347.4916,486.09878 1348.1203,488.52055 C 1348.6229,490.45657 1349.3683,491.97855 1348.2473,493.87755 C 1346.9403,496.09255 1345.7913,496.93955 1343.4963,497.94655 C 1342.9473,494.33255 1341.9123,490.85248 1341.2013,487.27655 C 1340.4653,483.57488 1340.0922,481.44005 1336.9692,479.70455 C 1335.5099,478.89361 1334.855,477.91342 1334.488,476.29342 C 1334.166,474.86842 1333.521,473.85874 1332.226,473.09774 C 1331.579,472.71674 1330.9553,472.40755 1330.5253,471.72755 C 1330.0853,471.03055 1330.2365,470.08637 1329.796,469.38149 C 1328.881,467.91708 1328.3773,466.36413 1328.9563,464.90155" id="path5410"/>
<path d="M 1353.2163,468.50155 C 1353.0983,467.54355 1352.4363,468.32155 1352.2163,467.85355 C 1351.6783,466.70855 1352.2073,466.34155 1353.1723,466.35455 C 1355.2883,466.38255 1353.9653,467.64555 1353.2163,468.50155" id="path5412"/>
</g>
<path class="landxx pl" d="M 1373.8863,304.84555 C 1373.8383,303.12855 1376.3973,302.67955 1375.4553,300.67855 C 1375.1293,299.98555 1374.3693,298.95255 1374.6543,298.11455 C 1374.7863,297.72655 1376.1273,298.22255 1376.4063,298.22155 C 1376.2623,297.65555 1376.3823,297.15155 1376.7663,296.70955 C 1376.6913,296.82855 1376.6183,296.94855 1376.5463,297.06955 C 1376.1113,296.69455 1375.6083,296.47855 1375.0363,296.42155 C 1375.3403,297.18555 1374.1553,296.75255 1374.0963,296.06155 C 1375.7533,296.68455 1378.4093,295.24855 1379.9143,294.64355 C 1381.7203,293.91655 1386.1153,294.11455 1387.2493,292.60955 C 1388.6353,290.77155 1391.8993,289.92455 1394.0843,289.34755 C 1396.8133,288.62555 1400.5743,288.04555 1402.8953,290.01355 C 1402.2703,289.58255 1401.5273,289.14155 1400.7353,289.43755 C 1401.6853,290.33055 1401.9283,292.04655 1403.3103,292.44655 C 1404.9743,292.92755 1407.2073,292.20555 1408.8053,291.74155 C 1408.1033,292.16555 1407.2433,292.27655 1406.5553,292.74255 C 1405.5683,293.41255 1407.6692,293.02873 1408.0473,292.83555 C 1410.621,291.52073 1412.8754,292.5777 1415.9403,292.53455 C 1419.9779,292.47771 1425.6702,293.47605 1429.6792,292.88505 C 1432.6732,292.44505 1433.3903,293.84755 1434.1373,296.59055 C 1434.9063,299.41055 1438.3723,302.72455 1437.3773,305.82455 C 1436.8743,307.39355 1434.897,306.83101 1434.064,308.03401 C 1433.231,309.23801 1432.5029,310.14969 1434.5339,310.52569 C 1437.7889,311.12769 1435.0787,314.31121 1436.0436,316.06624 C 1437.0589,317.91287 1437.4196,320.12723 1440.1963,321.47755 C 1439.7963,321.68155 1439.3883,321.87355 1438.9763,322.05355 C 1440.2053,323.14155 1440.5313,324.37655 1438.7743,325.02655 C 1437.0063,325.67955 1435.4267,327.39037 1434.2173,328.77414 C 1433.1728,329.96914 1430.9431,331.52455 1431.6363,333.37155 C 1431.9266,334.14508 1431.8343,334.96555 1432.1263,335.73255 C 1432.3583,336.34155 1433.0423,336.13255 1432.9263,336.95755 C 1431.7303,336.11255 1429.9283,336.12755 1428.5653,335.64455 C 1427.2253,335.16855 1426.5733,334.14455 1425.1983,333.77655 C 1423.8463,333.41355 1422.3373,333.20155 1421.0103,333.75455 C 1419.2943,334.46955 1419.0933,333.81855 1417.4363,333.61455 C 1416.1603,333.45755 1415.6893,333.70955 1414.7543,334.49955 C 1414.3493,334.84155 1413.8303,335.27855 1413.2713,335.32555 C 1412.3133,335.40555 1412.6303,334.39455 1412.2563,333.93355 C 1411.8553,333.43755 1410.9383,333.02655 1410.4283,332.41455 C 1409.6063,331.42855 1407.6113,333.59255 1406.7163,333.71755 C 1406.9483,332.94355 1403.6413,329.46855 1402.5313,329.16455 C 1401.2853,328.82455 1400.6773,328.31155 1399.4653,328.69655 C 1398.1973,329.09755 1398.0743,326.97855 1398.2163,326.22855 C 1396.2003,326.83555 1394.4663,325.41955 1392.6063,324.93255 C 1392.6593,325.54555 1392.9223,326.04955 1393.3963,326.44455 C 1392.6153,326.96655 1391.2013,328.39355 1390.3213,327.17355 C 1389.6023,326.17655 1389.1753,325.51055 1387.9263,325.07655 C 1388.2563,324.79055 1389.4953,324.12855 1389.2263,323.53955 C 1388.8733,322.76855 1387.1363,323.09655 1386.6963,323.56355 C 1386.6313,321.59155 1383.0081,323.00601 1382.2473,321.86555 C 1381.5235,320.78055 1382.2386,320.96183 1380.6172,320.30249 C 1379.3647,319.79316 1380.39,321.7157 1378.7763,321.40355 C 1379.9002,318.60991 1380.6353,317.71355 1378.4933,316.25755 C 1377.5713,315.63055 1378.3013,314.92555 1377.5753,314.28155 C 1376.6303,313.44255 1377.6753,313.05055 1377.8333,312.15555 C 1377.9303,311.60555 1377.7183,310.61355 1377.6463,310.05455 C 1377.5743,309.49155 1376.4193,309.63255 1376.6403,308.69255 C 1376.7853,308.07655 1377.5543,307.46555 1376.7203,306.96355 C 1375.7093,306.35955 1374.7433,305.65455 1373.8863,304.84555" id="pl"/>
<path class="landxx na" d="M 1360.1363,908.84853 C 1361.1943,908.68353 1362.0303,907.75153 1363.1613,907.95253 C 1364.1243,908.12353 1364.9953,908.85453 1366.0153,908.65953 C 1368.1403,908.25353 1369.5963,905.77553 1372.0163,906.43553 C 1373.9433,906.96153 1374.9684,909.12811 1376.9027,909.77035 C 1378.0001,910.13473 1381.3796,909.99317 1383.1753,910.00853 C 1391.3905,910.07882 1399.6176,910.24291 1407.8223,909.91253 C 1409.9936,909.8251 1410.7293,909.66644 1411.7542,911.58253 C 1413.0588,914.02156 1415.0112,913.48291 1417.3553,913.74053 C 1420.4283,914.07826 1423.6993,913.93781 1426.5777,914.94762 C 1427.6842,915.33584 1428.6798,915.47634 1429.6576,914.88362 C 1430.5218,914.35974 1431.3459,914.54768 1432.5945,914.8529 C 1433.8568,915.16146 1434.6049,914.95216 1435.4448,914.75726 C 1440.5717,913.56756 1446.3682,912.36451 1451.8023,911.33653 C 1452.8553,911.13734 1453.9233,910.65453 1455.0163,910.82153 C 1455.6623,910.92053 1456.6403,911.54253 1457.2813,911.22253 C 1459.3243,910.20253 1460.2686,912.36081 1461.6166,913.28681 C 1460.6326,913.03081 1459.4903,913.60453 1458.5573,913.96753 C 1457.3973,914.41853 1457.0563,916.14953 1455.9443,915.12653 C 1454.1543,913.48053 1450.6563,918.87353 1449.3383,919.50753 C 1448.6963,918.27153 1448.0043,915.51953 1446.1743,915.34653 C 1443.8173,915.12353 1440.8813,916.31353 1438.5843,916.80053 C 1435.8813,917.37353 1432.686,917.48362 1429.994,917.98562 L 1429.0001,949.88516 L 1422.2006,949.78653 L 1420.7239,1004.1675 C 1420.8928,1006.6524 1418.7693,1005.6063 1417.5855,1006.7327 C 1417.001,1007.2888 1417.0435,1007.8306 1415.8767,1008.2329 C 1415.0797,1008.5077 1414.7093,1008.8425 1415.3593,1009.5785 C 1413.5643,1010.1095 1413.6502,1009.4356 1411.9809,1009.1891 C 1410.2268,1008.93 1408.729,1009.8778 1406.6533,1009.4315 C 1403.3679,1008.7251 1401.4194,1007.5138 1401.2686,1006.9054 C 1400.8532,1005.2296 1401.2378,1005.9224 1401.3057,1004.5901 C 1401.2437,1004.0637 1400.6697,1004.2012 1400.2701,1003.7859 C 1399.6998,1003.1932 1399.2028,1001.9288 1398.5993,1002.3115 C 1396.6977,1003.5172 1397.2231,1005.3075 1396.5593,1005.8265 C 1395.6159,1006.5642 1394.4323,1007.5309 1393.4473,1006.2915 C 1392.1459,1004.654 1390.4063,1003.3465 1389.2453,1001.5985 C 1388.2133,1000.0435 1387.3903,998.36653 1386.5583,996.69953 C 1386.1163,995.81453 1386.0753,994.86253 1385.9213,993.90753 C 1385.7623,992.92153 1385.0913,992.40753 1384.8983,991.50953 C 1384.5433,989.86253 1385.2783,989.25753 1384.0593,987.73953 C 1383.5723,987.13353 1383.7353,986.74253 1383.7523,985.96853 C 1383.7813,984.71753 1383.3473,983.63453 1383.2123,982.41453 C 1383.1163,981.54553 1383.1913,980.66553 1382.9423,979.81553 C 1382.5913,978.61353 1383.1923,977.45053 1382.9583,976.24853 C 1382.5553,974.17653 1381.5703,972.28553 1380.8183,970.33053 C 1379.9693,968.12353 1380.6043,966.26053 1380.3823,964.02653 C 1380.2323,962.51053 1380.0114,960.61259 1380.1483,959.82953 C 1380.2124,959.46259 1381.1323,955.78053 1380.7293,955.86953 C 1380.6333,953.88653 1379.6323,951.94453 1378.5073,950.35353 C 1377.8743,949.45853 1377.1513,948.62453 1376.6193,947.66053 C 1376.1313,946.77453 1376.0303,945.69053 1375.3913,944.88353 C 1372.4463,941.16453 1371.8143,936.64953 1369.6393,932.61953 C 1367.6443,928.92553 1366.9743,923.85153 1363.7323,920.94553 C 1360.2433,917.82053 1359.8353,913.25753 1360.1363,908.84853" id="na"/>
<path class="landxx za" d="M 1394.7653,1006.8486 C 1395.5153,1006.1416 1396.6563,1006.2856 1396.8013,1005.1716 C 1396.9243,1004.2296 1397.5843,1002.5946 1398.5833,1002.2756 C 1399.8993,1001.8546 1399.7343,1003.6946 1400.6343,1003.9536 C 1402.1843,1004.3986 1400.6023,1005.9466 1401.3563,1006.8916 C 1402.6783,1008.5486 1404.7183,1008.7006 1406.6653,1009.3196 C 1408.4383,1009.8836 1409.8623,1009.0896 1411.5963,1009.1326 C 1413.1513,1009.1726 1413.7533,1010.0536 1415.3553,1009.5796 C 1414.3933,1008.4886 1415.5873,1008.3156 1416.2323,1008.0626 C 1417.1223,1007.7146 1417.1883,1006.5626 1418.3143,1006.2346 C 1419.0403,1006.0226 1420.5443,1005.9196 1420.6333,1004.9136 L 1421.3243,973.79855 C 1422.1763,974.99855 1423.6443,975.56655 1424.4373,976.81655 C 1425.3413,978.24355 1425.8977,980.14135 1426.4867,981.72235 C 1427.0807,983.31835 1427.6073,985.05255 1426.8323,986.69755 C 1425.8403,988.80255 1425.1143,989.95355 1426.0843,992.29955 C 1427.7993,990.31955 1432.0483,993.32855 1433.9123,991.51755 C 1434.2213,991.21755 1433.9843,990.44955 1434.4383,990.31855 C 1434.9463,990.17155 1435.3893,990.27655 1435.8843,989.99355 C 1437.1773,989.25555 1437.4473,987.56055 1438.7903,986.76155 C 1440.2673,985.88355 1441.2123,984.91755 1441.5513,983.15555 C 1441.8463,981.62155 1441.7963,980.34655 1443.0603,979.20055 C 1444.1613,978.20255 1445.5863,978.00155 1446.9303,978.60755 C 1448.0373,979.10755 1449.6343,981.45955 1450.6883,981.43055 C 1453.0553,981.36755 1455.8353,984.22055 1458.0773,982.44755 C 1459.0813,981.65355 1460.5823,982.75755 1461.8333,981.82655 C 1463.1693,980.83155 1463.6553,979.16955 1464.2283,977.66855 C 1464.5323,976.87355 1464.8023,976.05455 1464.9343,975.21055 C 1465.1503,973.83855 1464.4913,973.93955 1465.8833,973.54455 C 1466.6913,973.31555 1469.0543,972.91355 1469.4983,972.15555 C 1470.2913,970.80055 1471.8623,970.19255 1472.5233,968.75955 C 1473.2443,967.19855 1472.9363,965.58555 1474.0033,964.11455 C 1474.9163,962.85555 1475.9413,962.74355 1477.1233,961.91955 C 1478.3343,961.07455 1479.8793,959.77355 1480.8033,958.60855 C 1481.5903,957.61555 1482.1133,956.09255 1483.2973,955.49055 C 1484.4823,954.88855 1485.8823,954.83355 1487.1223,954.38155 C 1488.3103,953.94855 1488.2763,953.42355 1488.8573,952.50455 C 1489.3493,951.72455 1490.6913,951.47155 1491.5103,951.30055 C 1494.8513,950.60055 1496.8913,952.79955 1500.1413,952.82255 C 1503.0343,952.84355 1505.6643,951.72755 1506.6153,955.27855 C 1507.1453,957.25955 1507.6003,959.27955 1507.6533,961.33855 C 1507.7023,963.21255 1508.8483,964.82155 1509.5263,966.50455 C 1510.9793,970.10855 1510.6247,973.53132 1510.4341,977.33555 C 1510.3608,978.79874 1510.4425,980.59076 1509.9163,982.13655 C 1509.6594,982.89125 1509.5452,982.84468 1509.8161,985.01687 C 1509.9384,985.0729 1508.939,983.94094 1507.9403,983.59862 C 1506.9935,983.2741 1506.1512,983.39633 1505.3809,983.40491 C 1504.7446,984.64835 1503.7756,984.39271 1503.0492,985.96832 C 1502.174,987.86655 1501.3885,990.7851 1501.1168,990.57431 C 1502.527,991.84566 1503.0059,992.86289 1503.8792,993.86364 C 1505.3013,995.49315 1507.3489,996.35896 1508.9035,994.81672 C 1509.3282,994.39545 1508.6915,994.16752 1510.2353,992.0097 L 1511.5269,992.04402 L 1516.0604,992.20085 C 1515.2034,995.99185 1514.1193,999.33555 1513.1063,1003.0906 C 1512.5823,1005.0336 1511.5573,1008.9806 1508.8823,1008.7896 C 1509.3053,1009.7406 1508.0623,1009.7066 1507.4903,1009.8216 C 1506.7733,1009.9666 1506.1643,1010.8676 1505.7093,1011.3736 C 1504.1003,1013.1656 1502.4553,1015.2956 1501.7163,1017.5786 C 1501.3013,1018.8606 1500.1673,1019.6706 1499.5223,1020.8186 C 1498.5293,1022.5856 1497.4903,1024.3366 1496.3283,1025.9976 C 1494.2363,1028.9896 1491.9963,1031.0076 1489.2093,1033.3046 C 1486.8833,1035.2226 1485.5113,1038.0076 1483.1883,1039.9176 C 1480.2323,1042.3476 1477.3393,1044.8556 1474.2923,1047.1716 C 1471.8973,1048.9906 1469.1523,1051.1686 1466.0683,1051.5846 C 1464.5863,1051.7856 1463.1183,1050.9706 1461.6533,1051.4186 C 1460.5923,1051.7426 1459.1143,1053.0226 1460.5733,1053.9386 C 1458.8383,1054.7096 1456.9133,1052.4986 1455.2873,1053.6136 C 1453.3903,1054.9146 1452.9873,1055.6816 1450.3843,1054.6896 C 1448.4303,1053.9456 1445.9263,1053.1516 1443.8633,1053.9386 C 1442.9393,1054.2916 1443.4043,1054.8866 1442.0043,1054.3856 C 1441.1803,1054.0906 1439.7423,1054.6006 1439.3233,1053.6486 C 1439.2963,1053.7686 1439.2963,1053.8886 1439.3233,1054.0086 C 1437.2093,1053.6656 1433.8243,1054.6396 1432.7403,1056.6076 C 1431.7953,1058.3256 1427.0703,1056.5516 1425.5673,1057.1996 C 1424.6653,1057.5896 1423.7143,1057.3296 1422.8683,1057.7296 C 1421.8433,1058.2136 1420.7063,1059.1966 1419.8053,1059.8966 C 1418.6683,1060.7826 1419.1183,1060.6066 1417.8033,1060.2686 C 1417.2323,1060.1226 1416.5883,1060.4496 1416.0783,1060.0306 C 1415.4973,1059.5516 1414.9483,1058.9826 1414.2033,1058.7596 C 1415.5123,1056.9636 1411.4913,1056.8946 1410.6033,1056.7396 C 1411.1493,1055.3406 1410.5793,1054.0906 1408.9143,1054.3976 C 1407.7843,1054.6066 1408.1963,1055.9446 1408.2233,1056.7396 C 1406.1693,1055.9406 1407.7943,1053.4996 1407.9933,1052.2536 C 1408.1663,1051.1686 1407.5743,1050.0496 1407.0313,1049.1586 C 1406.7183,1048.6456 1404.1593,1045.1006 1405.8533,1046.7396 C 1405.1293,1046.0126 1405.4443,1045.2106 1404.3653,1045.2186 C 1403.4523,1045.2246 1404.4553,1042.9466 1404.5533,1042.6296 C 1406.8823,1043.9966 1407.4803,1041.3216 1407.5223,1039.5286 C 1407.5953,1036.4596 1406.7493,1033.8696 1405.1613,1031.2386 C 1402.7983,1027.3236 1400.7063,1023.4466 1399.3503,1019.0486 C 1398.7173,1016.9946 1398.3103,1014.8756 1397.5493,1012.8606 C 1396.7893,1010.8426 1394.9573,1009.0476 1394.7653,1006.8486" id="za"/>
<path class="landxx eg" d="M 1455.3863,499.96555 C 1453.9613,497.68455 1456.8963,495.29484 1456.5353,492.95555 C 1456.1477,490.44427 1453.8596,488.6908 1457.4753,485.70955 C 1457.5513,487.53955 1459.6843,486.88455 1460.7903,486.55555 C 1462.8113,485.95455 1464.4673,486.62455 1466.4753,486.82655 C 1468.6723,487.04655 1470.7803,487.53555 1472.9073,488.10255 C 1473.8063,488.34255 1473.9493,489.32055 1474.8623,489.60255 C 1475.6733,489.85255 1476.2903,489.75155 1477.0943,489.66655 C 1477.6343,489.60855 1477.8843,490.45255 1478.4933,490.57855 C 1479.1603,490.71655 1479.8413,490.71955 1480.5143,490.78655 C 1482.6773,491.00055 1484.1213,492.35755 1486.1503,492.69655 C 1488.1123,493.02455 1489.9883,491.70355 1491.3953,490.50355 C 1492.1253,489.88155 1492.8053,489.20555 1493.4743,488.51855 C 1494.0473,488.96555 1494.4793,489.42555 1495.2043,489.31055 C 1494.7903,489.10255 1494.8803,488.98355 1494.3343,489.02255 C 1495.0433,488.64655 1495.7513,487.96355 1495.9243,487.15055 C 1497.1493,487.88255 1498.3013,486.56755 1499.5243,486.57655 C 1498.7023,486.95455 1497.9133,487.42455 1497.2853,488.08755 C 1497.5023,487.95955 1502.4643,486.45955 1500.0953,486.28755 C 1501.8483,485.70755 1502.9863,487.71455 1504.6703,487.47555 C 1505.4743,487.36155 1506.2323,486.56655 1507.0853,486.86455 C 1507.8783,487.14055 1508.2523,488.28955 1508.9553,488.73555 C 1508.2433,488.23755 1507.5143,487.14355 1506.5753,487.08055 C 1506.8533,487.82655 1505.8253,489.23755 1507.0393,489.52755 C 1508.3593,489.84255 1507.7413,490.16955 1508.5953,490.96755 C 1508.5953,490.67355 1510.9503,489.67955 1509.2453,488.87955 C 1511.0593,489.30155 1511.6623,490.97555 1513.7903,490.78955 C 1514.4803,490.72955 1516.5173,489.45555 1516.1553,490.96755 C 1517.4743,490.12955 1518.9543,490.61855 1520.3713,490.19155 C 1521.6193,489.81655 1522.8684,489.32794 1523.8694,488.45894 L 1529.9489,504.50824 C 1528.4119,506.46324 1528.7553,510.07855 1527.7773,512.39455 C 1527.2053,513.74855 1527.2293,514.59255 1527.2443,516.02355 C 1527.2573,517.24755 1525.7013,518.43155 1526.0843,519.62455 C 1525.3413,518.93755 1524.3473,518.62755 1523.5273,518.05355 C 1522.4863,517.32455 1521.7583,516.26255 1521.0453,515.23555 C 1520.1423,513.93355 1517.5013,513.08355 1517.8843,511.12855 C 1518.2703,509.15855 1516.3703,507.79255 1515.3993,506.40455 C 1514.0563,504.48755 1513.0983,502.25455 1512.5543,499.96855 C 1511.6523,500.93755 1510.6923,503.05155 1511.6333,504.15755 C 1513.2423,506.05255 1513.0753,508.37855 1514.4243,510.33655 C 1515.5923,512.03255 1516.7763,514.10855 1518.2363,515.55555 C 1518.8823,516.19555 1519.6193,516.74655 1520.2083,517.44355 C 1520.5163,517.80855 1521.7853,519.90055 1520.2553,518.75955 C 1521.4933,519.72555 1520.4693,520.95555 1521.2543,521.75155 C 1522.3083,522.81955 1522.8683,523.95155 1523.4203,525.29755 C 1523.6913,525.95955 1524.1383,526.52655 1524.5233,527.12155 C 1524.8173,527.57655 1524.2333,528.15655 1524.2073,528.60155 C 1524.1713,529.19655 1525.1433,530.07955 1525.4083,530.59255 C 1526.0173,531.76655 1526.6813,532.91255 1527.2963,534.08455 C 1529.3153,537.93455 1531.3533,541.71655 1533.2643,545.62555 C 1534.0123,547.15455 1535.1113,548.24955 1536.0503,549.62355 C 1536.9243,550.90255 1538.4563,551.29855 1539.2663,552.59955 C 1538.5003,552.64055 1537.7273,552.50755 1537.0373,552.16755 C 1536.5323,554.25655 1536.7761,557.44607 1537.8423,558.67755 C 1538.8574,559.84993 1536.5144,562.20415 1535.0853,562.27355 C 1534.3773,562.30793 1534.1084,561.79253 1533.3948,562.58849 C 1532.8327,563.21549 1532.5363,564.29055 1532.2803,565.09455 C 1531.9863,566.02355 1531.5493,566.84455 1530.5233,567.08355 C 1529.6933,567.27655 1528.1997,567.10674 1527.7587,568.05874 C 1526.9527,569.80174 1527.4445,571.83582 1524.9875,571.64074 C 1522.125,571.41345 1520.6696,569.09252 1519.1615,569.15568 C 1514.193,569.36376 1511.3412,569.81686 1507.4463,569.15955 C 1507.5583,568.76855 1508.0103,567.94155 1507.7313,567.53955 C 1507.0283,566.52255 1506.4893,568.36655 1506.2563,568.69955 C 1505.3233,570.03355 1500.6613,569.23155 1499.1673,569.23155 L 1459.0783,569.14482 L 1457.6493,514.95955 C 1457.4993,512.42655 1457.5613,509.76955 1457.2113,507.26055 C 1456.9113,505.10255 1456.3573,501.91055 1455.3863,499.96555" id="eg"/>
<g class="landxx coastxx tz" id="tz" transform="translate(-29.9017, -45.0745)">
<path d="M 1599.559,856.733 C 1599.841,858.532 1600.098,859.174 1601.521,860.41 C 1602.508,861.267 1602.794,856.922 1601.208,858.243 C 1601.467,857.138 1601.132,855.326 1600.559,854.352 C 1600.322,855.128 1599.321,855.84 1599.559,856.733" id="path4894"/>
<path d="M 1602.798,873.793 C 1603.571,873.096 1604.855,872.641 1604.378,871.343 C 1603.939,872.387 1602.627,872.439 1602.798,873.793" id="path4896"/>
<path d="M 1603.298,847.873 C 1603.416,848.79 1604.205,849.559 1603.149,849.673 C 1603.4,849.829 1603.643,849.995 1603.878,850.173 C 1602.391,851.018 1603.725,852.309 1604.348,850.947 C 1605.086,849.332 1604.879,847.762 1603.369,847.154 C 1603.345,847.393 1603.321,847.633 1603.298,847.873" id="path4898"/>
<path class="landxx tz" d="M 1527.5614,851.34618 C 1528.1381,847.11097 1528.2989,850.05803 1526.5102,846.25711 C 1526.1694,845.53294 1526.9575,844.23754 1526.5747,843.02741 C 1528.3247,842.8424 1528.613,842.69458 1529.747,841.396 C 1530.6545,840.35681 1532.1309,838.93631 1533.0489,837.81167 C 1533.7138,836.99717 1532.3062,836.203 1532.5922,835.606 C 1532.9362,834.888 1534.3711,835.46779 1534.1191,834.61679 C 1533.9531,834.05379 1535.377,833.243 1535.677,832.954 C 1536.535,832.128 1535.3,831.157 1536.048,830.373 C 1533.75,831.02 1532.308,829.637 1533.598,827.573 C 1532.348,827.693 1533.227,826.776 1533.685,826.049 C 1534.267,825.126 1535.3945,825.49114 1535.8825,824.54914 C 1536.7915,822.79314 1535.3936,819.64315 1534.6045,817.95442 C 1534.0526,816.77319 1532.1285,814.06959 1533.9582,813.47095 C 1536.2118,812.73364 1541.2349,813.30505 1543.6566,813.37673 C 1544.664,817.16004 1542.9116,817.23924 1543.0437,817.67837 C 1543.4995,819.19333 1542.1803,820.99343 1542.2311,821.36489 C 1543.0203,822.42515 1542.1567,823.43955 1542.3202,823.98735 C 1542.8677,825.82113 1543.3222,824.36656 1543.5437,828.84001 C 1543.6605,827.89241 1544.3564,827.38397 1544.9232,828.41522 C 1544.6985,826.57864 1544.9449,826.40241 1546.0858,826.54891 C 1545.2247,826.08025 1545.7904,825.02378 1547.1367,824.273 C 1547.399,824.53652 1548.7118,827.34555 1550.0928,825.55087 C 1549.9134,825.98084 1550.9221,826.13038 1551.0937,826.70104 C 1551.432,827.82635 1551.4211,829.85462 1550.4364,829.40857 L 1551.016,830.1651 C 1551.5058,829.5954 1550.6281,829.39105 1552.5695,829.23361 C 1551.4021,829.44532 1549.64,822.84925 1555.7065,826.62525 C 1555.9721,825.00764 1560.0764,823.17324 1558.8333,823.04709 C 1557.328,822.89432 1557.5146,823.52682 1556.6835,823.41576 C 1554.1767,823.08072 1554.2926,822.5921 1554.1546,822.70169 C 1554.7486,822.02201 1554.1943,822.02318 1556.8084,821.8394 C 1556.5779,820.88412 1554.2242,821.40415 1554.7824,821.24553 C 1555.0386,821.01317 1553.982,820.61273 1556.8693,820.22522 C 1557.1866,820.18263 1557.6259,819.66978 1557.4919,819.08951 C 1557.4106,818.73737 1557.8399,819.02753 1557.979,818.84609 C 1556.8411,817.64653 1557.6429,817.50334 1557.914,817.34872 C 1558.1802,817.19696 1558.4662,817.50093 1559.7397,817.75318 C 1559.4884,817.78198 1558.7712,816.67548 1559.3505,816.03016 C 1559.7036,815.56585 1559.3538,816.53792 1559.6821,816.10643 C 1559.2872,815.81961 1559.4235,815.1528 1559.7181,814.80333 C 1560.0152,814.42597 1560.4362,814.01302 1560.7311,813.63433 L 1583.5715,827.95514 C 1585.5055,829.18214 1587.9149,830.06473 1588.4909,832.41973 C 1588.7369,833.42973 1587.939,833.394 1587.729,834.26 C 1587.574,834.899 1588.679,835.621 1589.042,836.153 C 1590.291,837.986 1592.771,839.211 1594.404,840.685 C 1595.376,841.563 1599.9819,844.53118 1599.8099,845.81118 C 1599.5349,847.86518 1598.789,850.174 1597.938,852.066 C 1597.505,853.029 1597.041,853.983 1596.731,854.995 C 1596.578,855.473 1596.481,855.961 1596.442,856.461 C 1596.399,857.145 1597.03,857.77 1596.922,858.377 C 1596.461,860.968 1600.649,861.168 1600.128,863.932 C 1602.391,863.215 1602.089,865.894 1601.24,866.968 C 1599.888,868.676 1600.68,870.695 1599.767,872.352 C 1601.336,870.924 1601.237,873.886 1600.871,874.644 C 1600.333,875.757 1599.905,877.103 1600.067,878.354 C 1600.217,879.512 1601.91,881.462 1600.637,881.712 C 1601.603,881.896 1601.038,883.691 1601.786,883.617 C 1603.005,883.498 1602.38,884.845 1602.115,885.432 C 1601.627,886.518 1602.895,886.917 1603.116,887.909 C 1603.239,888.461 1602.82,888.788 1603.116,889.344 C 1603.504,890.072 1603.68,890.513 1602.936,891.142 C 1604.202,890.907 1604.7,891.985 1604.946,893.012 C 1604.8355,891.21797 1609.2312,893.80474 1607.8262,895.78857 C 1604.8009,898.12534 1602.1376,899.49645 1599.3431,901.21778 C 1598.3281,901.57278 1598.1841,900.93168 1597.1601,901.28268 C 1596.0841,901.65068 1594.457,902.943 1593.364,903.302 C 1592.284,903.656 1590.9782,901.54564 1589.756,902.158 C 1588.344,902.86549 1587.7395,905.00999 1586.2352,905.67518 C 1583.7237,906.78572 1583.2334,905.93609 1582.4377,905.25346 C 1580.8797,903.91677 1580.3113,906.37259 1578.5967,906.17346 C 1576.6259,905.94458 1575.9564,906.21276 1574.873,904.84698 C 1574.0299,903.7841 1573.0606,903.29252 1571.8296,904.431 C 1570.9602,905.235 1567.9465,905.0917 1566.397,904.77053 C 1566.2526,904.63048 1566.1768,903.82786 1565.9778,903.53186 C 1565.431,902.71865 1564.8764,901.90049 1564.4234,900.99949 C 1563.7924,899.74649 1564.2245,898.38435 1563.9625,897.05535 C 1563.6115,895.28135 1563.913,893.64 1563.469,891.895 C 1563.006,890.076 1561.8719,888.39112 1560.4272,887.267 C 1559.02,886.17211 1558.7451,888.29627 1558.875,888.622 C 1557.439,887.076 1556.089,888.52 1554.741,887.044 C 1554.318,886.58 1552.7222,886.46037 1552.105,886.102 C 1551.058,885.49408 1550.117,884.99603 1548.5472,884.766 C 1548.2985,884.72956 1548.0836,884.34441 1547.9666,884.12341 C 1547.4686,883.50841 1547.0625,883.65595 1546.4255,883.33695 C 1545.8285,883.03895 1545.035,883.14 1544.445,882.827 C 1543.901,882.538 1543.773,881.86 1543.274,881.614 C 1542.865,881.412 1542.3899,881.90164 1541.9579,881.77564 C 1541.2539,881.56964 1541.1559,880.82096 1540.7829,880.30064 C 1540.0501,879.27857 1539.1197,879.09031 1538.1224,879.16005 C 1537.6532,878.10591 1535.1747,873.04683 1534.0296,869.99844 C 1532.9729,867.18539 1533.7632,861.95892 1529.8243,860.46824 C 1529.23,860.24332 1529.7142,860.92014 1529.031,860.60473 C 1527.5865,859.93789 1526.1389,858.31106 1528.7019,855.78936 C 1529.6904,854.81687 1528.0131,852.96619 1527.5614,851.31432" id="path5432"/>
</g>
<g class="landxx coastxx sa" id="sa" transform="translate(-29.9017, -45.0745)">
<path d="M 1619.718,661.32 C 1619.677,660.509 1619.342,659.753 1618.639,659.303 C 1618.623,659.568 1618.596,659.832 1618.559,660.095 C 1617.621,660.132 1617.284,659.141 1616.479,658.871 C 1617.259,660.169 1619.268,660.143 1619.718,661.32" id="path3234"/>
<path class="landxx sa" d="M 1624.548,662.653 C 1624.645,661.745 1624.091,659.593 1623.274,659.073 C 1622.858,658.808 1620.843,654.574 1620.959,656.617 C 1620.772,652.958 1618.236,652.017 1616.218,649.54 C 1615.454,648.602 1614.376,647.248 1614.018,646.101 C 1613.555,644.621 1612.72,644.199 1611.962,642.996 C 1611.518,642.29 1611.896,641.674 1611.384,640.949 C 1611.019,640.434 1610.409,638.795 1610.168,638.134 C 1609.942,637.515 1609.805,636.861 1609.515,636.266 C 1609.248,635.719 1608.691,635.642 1608.423,635.161 C 1608.167,634.699 1608.418,634.069 1608.064,633.664 C 1607.705,633.255 1607.119,633.198 1606.73,632.836 C 1605.753,631.927 1604.622,631.008 1603.759,629.995 C 1602.712,628.765 1601.485,629.28 1600.304,628.41 C 1598.345,626.964 1597.042,624.279 1595.811,622.223 C 1595.094,621.026 1595.3,620.341 1595.24,619.078 C 1595.174,617.71 1594.184,616.578 1594.082,615.195 C 1593.948,613.38 1594.699,611.575 1594.338,609.767 C 1594.173,608.943 1593.723,608.246 1593.281,607.551 C 1593.049,607.185 1591.642,605.37 1593.23,606.611 C 1592.881,605.699 1592.088,605.689 1591.882,604.69 C 1591.697,603.797 1591.259,602.82 1590.91,601.977 C 1589.944,599.642 1588.059,598.051 1586.292,596.371 C 1585.003,595.147 1583.726,594.954 1582.154,594.524 C 1581.484,594.341 1581.164,593.066 1580.967,592.522 C 1580.545,591.356 1579.729,590.556 1578.998,589.584 C 1581.528,588.662 1578.004,584.509 1577.178,583.504 C 1576.621,582.829 1575.058,581.599 1575.125,580.708 C 1575.242,579.173 1573.265,578.286 1572.6,576.905 C 1570.584,572.715 1567.402,569.234 1565.168,565.123 C 1564.487,563.871 1563.727,561.94 1562.226,561.517 C 1561.544,561.325 1558.862,560.879 1558.809,562.138 C 1557.912,561.318 1559.362,559.163 1559.614,558.302 C 1560.142,556.497 1559.72,554.61929 1560.015,552.797 C 1560.3887,550.48848 1560.0286,551.9254 1560.3535,550.54963 C 1562.0765,551.0622 1566.817,552.33479 1568.536,551.96 C 1571.951,551.21544 1571.897,546.25 1575.106,545.744 C 1576.309,545.554 1579.2619,545.85807 1579.133,544.236 C 1578.8389,540.53658 1580.4483,541.64719 1582.6876,540.89194 C 1579.765,538.09245 1576.9846,535.17277 1574.3111,532.13794 C 1579.5036,531.05316 1582.9504,529.88325 1589.0711,526.61336 C 1591.6638,527.11059 1596.2881,527.39321 1599.1306,528.70914 C 1608.682,533.13084 1616.549,539.891 1624.84,546.2 C 1626.596,547.537 1628.305,548.864 1629.944,550.337 C 1631.811,552.014 1633.1087,551.93027 1635.5687,552.16827 C 1638.4047,552.44227 1641.393,552.843 1644.23,553.105 C 1645.271,553.202 1645.785,552.671 1646.915,552.915 C 1648.442,553.244 1650.026,553.43 1651.581,553.571 C 1653.229,553.719 1653.359,555.635 1653.885,556.848 C 1654.664,558.65 1657.289,557.512 1658.779,557.643 C 1660.32,557.779 1660.521,558.614 1661.025,559.875 C 1661.57,561.24 1664.28,562.979 1663.859,564.51 C 1663.72,564.269 1663.55,564.053 1663.348,563.863 C 1662.887,564.96 1663.993,564.835 1663.859,565.803 C 1663.878,565.818 1668.491,566.245 1666.729,567.6 C 1667.405,567.814 1668.84,571.275 1669.529,569.325 C 1669.069,571.061 1673.235,573.011 1674.199,574.066 C 1673.685,573.912 1673.302,573.6 1673.049,573.132 C 1673.073,575.046 1674.233,575.074 1674.645,576.61 C 1674.886,577.51 1674.79,579.409 1673.48,578.234 C 1673.599,579.255 1673.269,579.458 1674.197,579.646 C 1674.34,579.674 1675.556,582.311 1675.64,582.617 C 1675.37,582.384 1675.107,582.144 1674.849,581.898 C 1675.646,583.067 1677.069,583.724 1677.699,585.018 C 1678.338,586.326 1678.532,587.526 1679.3,588.797 C 1679.89,589.775 1680.743,591.451 1681.965,591.751 C 1682.524,591.888 1684.552,591.358 1684.26,592.461 C 1684.474,591.901 1684.959,591.696 1685.481,592.029 C 1684.798,592.863 1684.1808,595.13714 1686.4878,594.54814 C 1686.3358,594.58714 1687.668,597.18459 1687.796,597.36759 C 1690.4559,600.38582 1694.0439,605.69524 1695.4539,606.26755 C 1704.2175,607.24656 1708.2698,607.72271 1713.0378,608.78434 C 1713.6593,608.63552 1714.2039,608.26213 1714.4029,607.85982 C 1715.467,610.31957 1717.884,611.60687 1718.2902,613.20382 C 1718.6572,614.64673 1718.5549,615.60485 1718.1767,617.08865 C 1716.9105,622.05712 1716.2131,631.00532 1714.378,631.99405 C 1701.8839,638.72558 1686.2472,641.0812 1671.399,643.541 C 1669.473,644.223 1667.6204,645.09378 1665.8625,646.11109 C 1663.2191,647.64081 1660.6488,652.23604 1659.7912,654.97914 C 1659.3949,656.2468 1657.9032,657.63486 1656.5082,657.64086 C 1655.0502,657.64686 1654.7807,655.27666 1653.5925,654.87681 C 1652.2423,654.42243 1651.2454,655.11243 1650.0813,654.96995 C 1648.2762,654.749 1645.8635,655.03267 1644.241,654.19782 C 1642.292,653.19496 1640.8559,653.6552 1638.6969,653.65946 C 1636.8059,653.66318 1634.8091,654.82094 1632.9264,654.797 C 1630.5887,654.76728 1630.247,652.98814 1629.0304,653.308 C 1627.3999,653.73668 1626.9674,655.87719 1626.8766,657.23027 C 1626.787,658.56544 1628.4577,659.34178 1627.0426,660.30627 C 1626.7712,660.49129 1626.4881,662.38272 1624.4535,663.05554 C 1624.4405,662.87654 1624.558,662.828 1624.548,662.653" id="path3380"/>
<path d="M 1617.268,657.504 C 1617.799,657.636 1617.918,657.804 1617.628,658.008 C 1617.508,657.84 1617.388,657.672 1617.268,657.504" id="path5480"/>
<path d="M 1617.628,658.008 C 1617.847,658.318 1617.893,658.654 1617.768,659.016 C 1617.504,658.943 1617.265,658.823 1617.048,658.657 C 1617.241,658.44 1617.435,658.224 1617.628,658.008" id="path5482"/>
<path d="M 1668.889,568.368 C 1669.244,567.829 1669.799,567.973 1670.189,568.368 C 1669.755,568.451 1669.322,568.451 1668.889,568.368" id="path5488"/>
</g>
<g class="landxx coastxx vn" id="vn" transform="translate(-29.9017, -45.0745)">
<path d="M 2108.088,720.288 C 2108.326,721.055 2108.776,721.841 2109.598,722.088 C 2109.018,721.561 2108.49,720.965 2108.088,720.288" id="path3474"/>
<path d="M 2112.698,712.368 C 2112.866,713.156 2112.315,713.948 2113.128,714.528 C 2113.494,713.768 2113.244,712.96 2112.698,712.368" id="path3476"/>
<path d="M 2113.918,713.664 C 2113.859,713.902 2113.859,714.142 2113.918,714.384 C 2113.918,714.144 2113.918,713.904 2113.918,713.664" id="path3478"/>
<path d="M 2130.559,695.304 C 2130.676,695.643 2130.913,695.859 2131.268,695.952 C 2131.031,695.736 2130.795,695.52 2130.559,695.304" id="path3480"/>
<path class="landxx vn" d="M 2065.538,610.848 C 2066.7346,610.7925 2066.8311,608.65107 2067.5781,608.06547 C 2068.8142,607.09645 2070.188,608.876 2070.821,609.51 C 2071.9526,610.64339 2072.6366,609.77373 2073.3346,608.57973 C 2074.2946,606.93773 2074.88,608.415 2075.618,609.264 C 2075.892,608.629 2075.878,607.077 2076.872,608.07 C 2077.486,608.683 2078.054,609.438 2078.795,609.905 C 2079.258,610.197 2079.577,607.156 2080.878,607.104 C 2080.506,609.123 2084.2939,607.32796 2084.8311,606.65114 C 2085.4063,605.92651 2084.6707,605.39548 2084.886,604.741 C 2085.1698,603.87855 2087.478,603.61614 2087.997,602.353 C 2089.063,603.828 2090.412,604.991 2092.044,605.778 C 2093.321,606.395 2094.497,605.215 2095.421,606.345 C 2096.348,607.479 2097.785,605.719 2098.913,606.847 C 2099.485,607.42 2100.181,609.743 2098.587,609.193 C 2098.579,611.16 2099.624,612.605 2100.237,614.52 C 2100.806,614.031 2102.907,614.696 2102.907,615.528 C 2102.907,616.775 2105.307,616.496 2105.637,617.689 C 2105.877,617.545 2106.117,617.401 2106.357,617.256 C 2106.745,618.275 2107.3368,617.59167 2108.1923,617.36952 C 2109.4731,617.03696 2113.0056,618.21907 2111.8104,618.88718 C 2110.9464,619.64418 2109.909,618.012 2109.024,618.747 C 2108.222,619.413 2107.965,620.362 2106.884,620.53 C 2105.726,620.71 2106.638,621.765 2106.214,622.53 C 2105.801,623.275 2103.463,623.996 2104.637,622.656 C 2103.883,622.473 2102.875,623.62 2102.836,624.024 C 2102.201,623.669 2101.953,622.486 2101.036,622.799 C 2101.32,623.107 2101.653,623.346 2102.036,623.519 C 2101.4,624.263 2101.88,624.631 2102.362,625.421 C 2102.764,626.079 2101.311,626.06 2101.036,625.895 C 2101.363,626.576 2101.546,628.483 2100.816,628.992 C 2100.913,629.024 2101.009,629.024 2101.106,628.992 C 2101.028,629.537 2098.781,631.987 2098.295,631.368 C 2097.083,631.973 2096.694,633.789 2096.577,634.997 C 2096.415,636.664 2097.118,637.793 2096.256,639.361 C 2095.278,641.139 2097.176,641.545 2097.285,643.175 C 2097.714,642.05 2097.97,643.746 2098.435,644.359 C 2099.061,645.183 2099.789,645.822 2100.635,646.412 C 2101.44,646.974 2102.254,647.558 2102.973,648.229 C 2104.006,649.193 2103.553,650.23 2103.905,651.456 C 2103.461,651.11 2102.958,650.918 2102.395,650.88 C 2104.193,651.185 2105.042,653.428 2106.448,654.554 C 2107.474,655.376 2110.726,656.977 2109.886,658.728 C 2110.986,658.093 2112.735,660.295 2113.345,660.96 C 2113.039,660.82 2112.726,660.7 2112.406,660.6 C 2113.751,661.438 2114.979,662.359 2115.866,663.697 C 2117.064,662.261 2119.484,665.482 2118.816,666.217 C 2119.45,665.773 2118.468,664.385 2119.755,665.065 C 2117.825,666.728 2123.747,670.575 2123.856,672.049 C 2124.347,670.798 2124.574,671.842 2124.968,672.417 C 2125.584,673.316 2124.639,672.947 2124.795,673.633 C 2125.085,674.909 2126.121,676.045 2126.628,677.236 C 2127.315,678.85 2127.673,680.601 2128.4,682.223 C 2128.693,682.876 2129.008,683.536 2129.168,684.24 C 2129.246,684.584 2129.278,686.398 2128.825,684.649 C 2128.799,685.624 2129.947,688.455 2128.825,686.738 C 2129.08,687.317 2129.439,687.821 2129.905,688.25 C 2128.565,688.434 2129.644,689.104 2129.856,689.864 C 2130.163,690.964 2130.512,691.707 2131.096,692.684 C 2131.334,693.082 2131.349,695.06 2131.264,695.665 C 2130.858,695.256 2130.571,694.776 2130.405,694.225 C 2129.045,695.022 2130.321,696.672 2130.764,697.61 C 2130.314,697.344 2129.833,697.152 2129.325,697.034 C 2129.969,697.619 2130.622,700.696 2130.264,701.569 C 2130.258,701.048 2130.115,700.569 2129.834,700.13 C 2130.285,700.846 2129.902,701.587 2129.685,702.29 C 2130.497,702.268 2130.539,702.86 2130.326,703.476 C 2130.098,704.133 2129.137,704.447 2129.075,704.666 C 2128.698,706.017 2129.227,706.056 2127.755,706.811 C 2127.341,707.166 2126.903,707.488 2126.442,707.776 C 2125.801,708.038 2125.599,708.966 2125.109,709.114 C 2124.297,709.359 2123.461,709.706 2122.75,710.172 C 2122.417,710.39 2121.915,712.004 2121.659,711.917 C 2120.928,711.668 2119.7,712.575 2119.147,712.992 C 2118.397,713.558 2116.915,714.056 2116.366,714.747 C 2115.857,713.759 2114.52,713.791 2114.426,712.515 C 2114.331,713.02 2114.236,713.524 2114.137,714.028 C 2114.022,713.622 2113.855,713.238 2113.637,712.876 C 2114.01,713.709 2113.886,713.661 2113.266,712.731 C 2114.077,712.731 2112.46,712.223 2112.477,712.227 C 2112.725,713.101 2112.371,714.221 2111.256,713.956 C 2111.519,714.761 2112.678,713.539 2112.944,714.676 C 2113.284,716.127 2110.696,715.416 2110.176,715.396 C 2111.073,716.124 2112.547,715.983 2113.126,717.125 C 2112.257,717.257 2112.208,718.628 2111.21,717.93 C 2110.548,717.467 2110.109,716.074 2109.236,715.973 C 2109.795,716.628 2112.574,718.927 2112.116,719.645 C 2110.344,718.924 2109.414,717.165 2107.946,716.045 C 2108.262,717.198 2113.537,720.74 2111.171,722.032 C 2109.617,722.881 2106.984,718.749 2105.857,718.06 C 2106.625,719.323 2109.464,721.272 2108.979,722.953 C 2108.603,724.253 2106.395,724.608 2105.35,725.131 C 2103.586,726.014 2103.526,727.333 2102.446,728.742 C 2101.711,729.703 2099.798,731.297 2098.587,730.156 C 2098.958,729.686 2099.439,729.398 2100.027,729.292 C 2099.892,728.992 2099.796,728.68 2099.737,728.355 C 2099.432,728.497 2099.119,728.617 2098.797,728.715 C 2098.845,726.9 2098.469,725.098 2098.456,723.282 C 2098.45,722.387 2098.514,721.47 2098.797,720.615 C 2098.987,720.039 2100.261,717.593 2100.527,719.354 C 2100.521,716.527 2095.131,716.939 2095.637,714.531 C 2095.533,714.957 2094.9576,714.66216 2094.6746,714.18816 C 2095.1566,714.02216 2095.8739,713.48076 2096.4119,713.42641 C 2100.6066,713.00261 2098.4385,711.30617 2099.666,709.851 C 2101.032,711.165 2102.944,709.741 2104.419,709.451 C 2104.932,709.35 2105.2718,709.797 2105.5038,710.176 C 2106.0658,711.091 2107.119,711.004 2108.016,711.292 C 2108.037,710.504 2107.213,709.846 2108.157,709.708 C 2107.974,708.378 2106.312,708.328 2105.768,707.406 C 2105.302,706.618 2104.99,705.606 2104.8,704.714 C 2104.619,703.868 2105.508,703.771 2105.929,703.117 C 2106.571,702.121 2108.708,703.572 2109.527,703.731 C 2109.07,702.895 2109.662,701.908 2109.027,701.139 C 2109.722,700.964 2110.5888,701.2242 2111.172,701.026 C 2111.7678,700.82353 2112.8154,699.94527 2113.3734,699.55627 C 2114.0204,699.10327 2114.255,698.521 2115.076,698.286 C 2115.711,698.105 2116.564,698.176 2117.076,697.693 C 2118.455,696.392 2116.347,692.822 2116.522,691.157 C 2116.67,689.73 2117.201,688.707 2116.495,687.327 C 2116.263,686.904 2116.028,686.482 2115.791,686.061 C 2115.391,685.308 2115.641,684.772 2115.357,684.076 C 2114.956,683.092 2114.404,683.182 2114.306,681.871 C 2114.188,680.285 2115.198,679.357 2115.29,677.953 C 2115.312,677.615 2115.2214,676.03918 2115.0284,675.87818 C 2113.8284,674.87918 2115.067,674.935 2115.521,673.891 C 2116.221,672.282 2114.311,670.695 2113.154,669.949 C 2112.624,669.607 2111.258,668.881 2111.326,668.093 C 2111.407,667.152 2112.978,666.767 2113.346,665.933 C 2112.34,665.551 2111.034,664.768 2110.391,663.882 C 2109.912,663.224 2109.463,663.771 2108.933,662.869 C 2108.218,661.654 2107.822,662.785 2106.937,662.261 C 2106.422,661.955 2105.832,660.654 2105.734,660.076 C 2105.426,658.257 2104.67,656.704 2103.182,655.422 C 2102.762,655.06 2101.806,654.819 2101.218,654.202 C 2100.111,653.037 2098.782,651.856 2097.847,650.553 C 2097.245,649.715 2096.987,648.687 2096.356,647.869 C 2096.105,647.545 2095.686,647.158 2095.266,647.5 C 2094.825,646.822 2094.005,646.585 2093.588,645.887 C 2093.281,645.373 2092.411,644.16 2092.99,643.586 C 2093.714,642.867 2090.318,642.169 2090.093,642.117 C 2087.83,641.6 2086.284,639.005 2084.141,638.417 C 2083.522,638.247 2081.85,637.461 2083.194,636.829 C 2085.104,635.931 2082.7,635.401 2083.037,634.397 C 2083.217,633.857 2085.814,634.651 2086.071,634.69 C 2087.127,634.85 2089.987,633.094 2088.507,632.669 C 2088.83,632.18 2089.797,631.922 2089.797,631.229 C 2089.797,630.354 2088.826,629.569 2087.976,629.68 C 2087.398,629.755 2087.328,629.381 2087.16,628.898 C 2086.789,627.831 2085.685,628.119 2084.838,627.773 C 2085.035,627.014 2086.139,627.163 2086.199,626.532 C 2086.303,625.461 2085.119,625.056 2084.423,624.552 C 2083.592,623.95 2083.032,623.227 2081.868,623.439 C 2080.055,623.768 2080.459,624.737 2079.648,625.83 C 2078.842,625.336 2077.654,624.402 2076.77,624.573 C 2075.762,624.768 2073.88,622.959 2073.388,622.229 C 2072.827,621.4 2072.318,619.416 2072.603,618.424 C 2073.107,616.667 2071.652,617.051 2071.297,615.677 C 2071.518,616.241 2071.421,616.745 2071.007,617.189 C 2070.062,616.903 2069.849,615.227 2069.032,614.581 C 2067.928,613.7 2066.11,612.149 2065.538,610.848" id="path3562"/>
<path d="M 2102.618,624.312 C 2102.711,623.967 2102.568,623.727 2102.188,623.592 C 2102.332,623.832 2102.475,624.071 2102.618,624.312" id="path5494"/>
<path d="M 2103.268,624.384 C 2103.582,624.832 2103.989,625.168 2104.489,625.392 C 2105.087,624.469 2103.916,624.218 2103.268,624.384" id="path5496"/>
<path d="M 2106.868,620.567 C 2106.666,621.2 2106.546,621.848 2106.508,622.511 C 2107.262,622.065 2108.095,621.073 2106.868,620.567" id="path5498"/>
<path d="M 2107.878,622.656 C 2107.509,622.98 2107.219,623.364 2107.008,623.807 C 2107.533,623.64 2107.898,623.228 2107.878,622.656" id="path5500"/>
<path d="M 2109.748,619.632 C 2109.998,619.75 2110.238,619.702 2110.468,619.488 C 2110.228,619.536 2109.988,619.584 2109.748,619.632" id="path5502"/>
</g>
<g class="landxx coastxx ru" id="ru" transform="translate(-29.9017, -45.0745)">
<path d="M 1526.188,253.224 C 1526.449,253.342 1526.711,253.342 1526.978,253.224 C 1526.732,251.929 1525.915,251.754 1524.748,252 C 1525.165,252.482 1525.646,252.89 1526.188,253.224" id="path2926"/>
<path d="M 1527.908,252.792 C 1527.663,252.812 1527.423,252.859 1527.188,252.937 C 1527.429,252.889 1527.668,252.84 1527.908,252.792" id="path2928"/>
<path d="M 1551.598,255.744 C 1552.592,255.973 1553.6,256.179 1554.559,256.536 C 1554.261,256.113 1554.054,255.563 1553.626,255.243 C 1553.08,254.834 1552.199,255.06 1553.118,255.96 C 1552.638,255.634 1552.131,255.562 1551.598,255.744" id="path2938"/>
<path d="M 1552.389,253.368 C 1552.465,253.668 1552.612,253.932 1552.828,254.16 C 1552.682,253.896 1552.535,253.632 1552.389,253.368" id="path2940"/>
<path d="M 2185.988,332.353 C 2185.941,332.593 2185.894,332.832 2185.847,333.073 C 2186.584,332.778 2187.392,332.807 2188.148,333.001 C 2187.725,332.585 2187.631,332.105 2187.868,331.561 C 2187.056,331.293 2186.545,331.904 2185.988,332.353" id="path3274"/>
<path d="M 2189.738,332.353 C 2189.74,332.897 2189.884,333.401 2190.168,333.865 C 2191.803,332.687 2192.849,335.649 2194.289,334.996 C 2195.706,334.354 2194.131,330.966 2192.978,332.353 C 2193.421,330.757 2190.792,331.266 2190.028,330.697 C 2189.763,331.179 2190.275,332.032 2189.738,332.353" id="path3276"/>
<path d="M 2195.568,337.319 C 2195.18,336.798 2194.747,336.318 2194.268,335.88 C 2194.385,336.565 2194.889,337.145 2195.568,337.319" id="path3278"/>
<path d="M 2196.148,337.392 C 2196.432,337.228 2196.695,337.037 2196.938,336.816 C 2196.7,336.626 2196.437,336.482 2196.148,336.384 C 2196.217,336.72 2196.217,337.056 2196.148,337.392" id="path3280"/>
<path d="M 2230.348,340.56 C 2230.988,340.74 2231.649,341.234 2231.843,341.899 C 2232.075,342.699 2233.1,342.245 2233.519,343.008 C 2233.003,343.19 2232.473,343.262 2231.928,343.224 C 2232.198,344.162 2233.256,344.052 2233.949,344.449 C 2233.821,344.942 2233.386,345.752 2232.799,345.816 C 2231.915,345.914 2232.147,345.029 2231.499,344.808 C 2228.566,343.807 2230.212,346.684 2231.179,347.636 C 2232.582,349.016 2234.132,350.427 2234.879,352.296 C 2235.628,354.172 2236.239,355.405 2237.469,357.06 C 2239.604,359.935 2243.837,361.004 2246.286,363.604 C 2247.454,364.842 2247.907,366.522 2248.659,368.006 C 2249.62,369.903 2251.576,371.128 2252.82,372.862 C 2255.006,375.91 2256.902,378.6 2258.148,382.101 C 2259.458,385.782 2263.311,386.873 2265.237,390.041 C 2266.084,391.434 2265.655,393.048 2266.604,394.488 C 2267.569,395.953 2269.262,396.985 2269.982,398.589 C 2270.682,400.15 2270.631,402.009 2271.669,403.426 C 2273.062,405.326 2274.765,407.059 2276.719,408.383 C 2276.174,407.648 2276.448,406.501 2276.068,405.656 C 2275.714,404.869 2275.592,404.102 2275.418,403.269 C 2275.166,402.065 2275.92,400.429 2277.186,402.048 C 2277.959,403.039 2280.682,402.332 2281.822,403.066 C 2282.969,403.805 2284.016,405.465 2284.64,406.655 C 2284.475,405.208 2283.94,404.024 2283.049,402.883 C 2282.588,402.293 2282.141,401.633 2281.622,401.092 C 2280.775,400.209 2279.902,400.98 2279.02,400.39 C 2279.452,400.781 2279.955,401.021 2280.53,401.111 C 2279.005,402.395 2276.705,398.56 2276.012,397.659 C 2274.244,395.355 2271.207,394.633 2269.268,392.499 C 2266.81,389.794 2266.772,386.041 2265.243,382.892 C 2264.836,382.054 2263.691,380.753 2264.873,380.038 C 2265.64,379.574 2266.693,379.482 2267.57,379.511 C 2266.643,379.341 2265.627,379.62 2264.759,379.152 C 2265.914,378.11 2271,380.125 2272.044,380.695 C 2273.347,381.406 2274.798,382.052 2275.962,382.982 C 2276.879,383.714 2277.705,384.793 2278.879,385.127 C 2277.998,384.684 2277.462,383.821 2276.739,383.188 C 2275.849,382.408 2274.683,381.927 2273.716,381.245 C 2271.349,379.575 2269.468,377.347 2267.401,375.342 C 2263.048,371.121 2258.478,367.179 2254.179,362.88 C 2255.738,364.684 2253.532,362.774 2253.396,362.556 C 2252.744,361.507 2251.991,360.883 2250.94,360.145 C 2251.149,360.373 2251.342,360.613 2251.52,360.865 C 2250.731,361.16 2250.357,360.366 2250.094,359.79 C 2249.668,358.858 2249.162,358.551 2248.257,358.094 C 2246.695,357.305 2244.763,354.45 2244.31,352.801 C 2244.595,353.318 2244.931,353.798 2245.32,354.241 C 2245.354,349.596 2238.652,349.843 2237.84,345.816 C 2239.468,345.923 2241.555,348.885 2242.66,349.92 C 2241.434,348.518 2240.279,346.913 2238.661,345.931 C 2236.767,344.781 2235.153,343.136 2233.23,342.073 C 2233.801,342.275 2234.304,342.587 2234.74,343.009 C 2234.237,342.534 2233.741,342.007 2233.113,341.692 C 2232.3,341.285 2232.626,340.57 2232.219,339.914 C 2231.367,338.537 2229.486,338.119 2228.259,337.178 C 2228.244,338.104 2227.323,338.49 2226.53,338.258 C 2227.833,338.931 2229.247,339.564 2230.348,340.56" id="path3282"/>
<path d="M 2242.078,299.88 C 2244.519,300.822 2241.352,297.282 2242.078,299.88" id="path3284"/>
<path d="M 2312.278,420.12 C 2311.705,421.56 2312.238,423.149 2311.614,424.599 C 2311.21,425.537 2310.63,427.179 2312.347,426.745 C 2311.655,425.13 2313.373,420.936 2315.518,421.417 C 2315.548,421.148 2315.525,420.884 2315.448,420.625 C 2314.288,421.089 2313.344,420.505 2312.278,420.12" id="path3296"/>
<path d="M 2324.598,411.552 C 2323.418,411.288 2323.219,412.715 2322.606,413.357 C 2321.413,414.607 2320.141,412.945 2319.189,412.344 C 2319.075,412.899 2319.413,413.059 2319.7,413.43 C 2320.204,414.078 2319.116,414.567 2319.339,415.296 C 2319.076,415.246 2318.813,415.198 2318.549,415.152 C 2318.778,416.114 2316.673,418.254 2318.19,418.679 C 2317.052,418.845 2316.778,420.65 2317.9,421.055 C 2318.177,419.443 2320.825,418.055 2319.77,416.159 C 2321.443,416.981 2321.917,414.778 2322.94,413.999 C 2323.331,413.7 2327.388,412.68 2324.598,411.552" id="path3302"/>
<path d="M 2320.848,425.592 C 2320.25,425.551 2319.705,425.86 2319.338,426.312 C 2319.978,427.265 2321.113,426.646 2320.848,425.592" id="path3304"/>
<path d="M 2329.708,407.016 C 2329.296,408.363 2327.981,409.206 2328.674,410.819 C 2329.248,412.157 2332.18,406.306 2332.439,405.865 C 2331.174,405.014 2330.704,406.614 2329.708,407.016" id="path3308"/>
<path d="M 2335.538,366.336 C 2335.992,366.73 2336.518,366.945 2337.118,366.983 C 2337.012,366.231 2336.135,365.581 2335.538,366.336" id="path3314"/>
<path d="M 2338.198,397.872 C 2337.938,398.467 2337.707,400.366 2336.688,400.103 C 2336.856,400.407 2337.072,400.671 2337.337,400.895 C 2338.036,399.984 2338.272,398.933 2338.637,397.872 C 2338.491,397.872 2338.345,397.872 2338.198,397.872" id="path3316"/>
<path d="M 2341.368,373.68 C 2340.369,372.293 2342.351,372.421 2342.738,371.449 C 2343.21,370.263 2341.058,366.228 2339.935,367.788 C 2339.078,368.981 2341.595,369.873 2339.169,370.678 C 2336.655,371.512 2340.756,373.116 2341.368,373.68" id="path3320"/>
<path d="M 2339.428,390.096 C 2340.163,390.293 2340.043,390.101 2339.069,389.52 C 2339.188,389.712 2339.308,389.903 2339.428,390.096" id="path3322"/>
<path d="M 2339.718,392.832 C 2339.982,392.856 2340.244,392.88 2340.508,392.904 C 2340.354,392.632 2340.16,392.392 2339.928,392.183 C 2339.857,392.399 2339.788,392.616 2339.718,392.832" id="path3324"/>
<path d="M 2340.578,379.656 C 2342.281,380.703 2340.808,376.814 2339.788,376.632 C 2340.028,377.596 2339.909,378.846 2340.578,379.656" id="path3326"/>
<path d="M 2340.068,384.336 C 2340.637,384.006 2340.938,383.416 2340.507,382.824 C 2340.273,383.303 2340.127,383.807 2340.068,384.336" id="path3328"/>
<path d="M 2340.508,380.664 C 2340.766,380.934 2341.029,381.198 2341.298,381.456 C 2341.16,381.062 2340.896,380.798 2340.508,380.664" id="path3330"/>
<path d="M 2342.448,366.479 C 2341.882,366.4 2341.279,366.667 2341.439,367.337 C 2341.676,368.329 2342.812,368.306 2343.597,368.495 C 2343.475,367.705 2343.052,366.998 2342.448,366.479" id="path3332"/>
<path d="M 2325.748,303.552 C 2326.612,304.613 2327.036,303.227 2327.561,302.537 C 2328.187,301.716 2329.066,300.812 2330.207,301.032 C 2330.173,300.237 2328.073,297.856 2327.249,298.317 C 2326.401,298.792 2325.255,299.858 2324.228,299.807 C 2325.414,299.742 2326.761,302.782 2325.748,303.552" id="path3354"/>
<path d="M 2371.248,329.616 C 2370.477,329.67 2369.668,329.295 2368.948,329.76 C 2371.913,331.989 2375.399,333.75 2378.958,334.8 C 2377.942,333.536 2376.438,333.131 2375.073,332.384 C 2374.354,331.99 2373.562,331.706 2372.908,331.2 C 2372.303,330.733 2371.979,329.934 2371.248,329.616" id="path3356"/>
<path d="M 2382.698,333.432 C 2384.582,335.065 2387.352,335.617 2389.677,336.312 C 2387.75,335.009 2385.088,333.477 2382.698,333.432" id="path3358"/>
<path d="M 2058.338,188.64 C 2058.987,188.334 2059.663,188.08 2060.278,187.704 C 2058.387,186.438 2056.308,185.466 2054.017,186.264 C 2054.179,188.017 2057.046,188.325 2058.338,188.64" id="path3220"/>
<path d="M 2018.809,178.632 C 2019.531,178.632 2020.262,178.679 2020.968,178.488 C 2019.969,178 2020.697,176.993 2019.488,176.803 C 2018.114,176.588 2016.979,175.831 2015.639,175.535 C 2016.382,176.792 2017.656,177.773 2018.809,178.632" id="path3212"/>
<path d="M 2024.428,177.12 C 2025.28,176.513 2025.981,177.455 2026.542,177.96 C 2027.23,178.579 2028.258,178.167 2028.958,178.776 C 2028.159,179.048 2027.368,178.526 2026.588,178.92 C 2028.283,179.991 2030.321,180.488 2032.268,180.864 C 2034.284,181.253 2036.133,182.265 2038.159,182.586 C 2040.136,182.899 2042.739,183.64 2044.723,183.475 C 2046.189,183.354 2044.194,181.725 2043.869,181.369 C 2045.167,181.33 2046.159,182.154 2047.39,182.377 C 2048.608,182.598 2049.896,182.037 2051.07,181.801 C 2053.223,181.368 2056.137,180.426 2058.19,181.657 C 2057.669,181.507 2057.142,181.483 2056.61,181.585 C 2057.714,182.079 2059.457,182.628 2060.455,181.939 C 2061.511,181.209 2063.992,182.247 2065.391,181.513 C 2062.86,180.523 2060.034,180.996 2057.486,180.071 C 2056.206,179.606 2054.84,179.396 2053.595,178.828 C 2052.386,178.276 2051.324,177 2049.91,176.977 C 2051.001,176.966 2050.977,176.871 2049.84,176.69 C 2050.117,176.741 2052.657,176.789 2050.71,176.401 C 2051.629,176.449 2056.416,176.255 2054.09,178.057 C 2057.535,179.451 2061.069,180.724 2064.817,180.902 C 2065.775,180.947 2067.416,181.069 2068.11,180.203 C 2069.141,178.919 2066.165,178.888 2065.831,178.201 C 2066.589,178.029 2067.287,177.662 2068.061,177.553 C 2065.745,176.899 2063.33,176.801 2060.996,176.252 C 2059.182,175.826 2056.828,174.789 2054.966,175.468 C 2050.562,177.074 2045.857,173.859 2041.491,173.522 C 2042.259,173.838 2043.053,174.093 2043.801,174.458 C 2042.908,174.248 2041.451,173.741 2040.771,174.674 C 2041.811,175.786 2043.362,176.142 2044.591,176.978 C 2043.811,176.978 2042.976,177.153 2042.211,176.906 C 2041.41,176.647 2040.864,175.984 2040.051,175.755 C 2039.269,175.534 2038.47,175.816 2037.681,175.683 C 2036.896,175.551 2036.331,174.985 2035.591,174.747 C 2033.848,174.189 2031.966,174.352 2030.228,173.805 C 2029.722,173.645 2025.464,172.409 2027.091,174.028 C 2026.817,173.829 2025.175,173.13 2025.515,174.057 C 2025.716,174.605 2024.207,174.356 2023.939,174.592 C 2023.574,174.913 2026.112,175.988 2026.372,176.115 C 2025.572,175.909 2024.683,175.844 2023.992,176.402 C 2024.135,176.64 2024.281,176.88 2024.428,177.12" id="path3214"/>
<path d="M 2028.958,186.264 C 2030.893,187.931 2033.763,187.63 2035.948,188.785 C 2035.782,186.831 2030.373,186.422 2028.958,186.264" id="path3216"/>
<path d="M 2043.148,176.76 C 2042.601,176.609 2042.048,176.489 2041.488,176.4 C 2041.993,176.742 2042.547,176.862 2043.148,176.76" id="path3218"/>
<path d="M 2060.139,191.735 C 2059.627,191.701 2059.124,191.749 2058.628,191.88 C 2060.032,193.008 2061.725,192.043 2063.24,191.793 C 2065.096,191.487 2067.062,192.261 2068.874,192.563 C 2072.686,193.198 2076.874,193.583 2080.728,193.249 C 2076.425,190.668 2071.566,189.047 2066.561,188.573 C 2065.799,188.501 2062.44,188.388 2061.771,189.111 C 2061.356,189.559 2062.25,190.432 2062.167,190.974 C 2062.057,191.715 2060.651,191.647 2060.139,191.735" id="path3222"/>
<path d="M 2066.688,205.272 C 2065.374,204.426 2063.455,204.53 2062.007,204.912 C 2062.543,205.616 2063.367,205.687 2064.167,205.848 C 2062.366,205.332 2064.304,205.578 2064.616,205.654 C 2065.336,205.826 2066.257,206.114 2066.688,205.272" id="path3224"/>
<path d="M 2068.128,204.264 C 2068.392,204.216 2068.654,204.168 2068.918,204.12 C 2068.4,203.896 2067.874,203.872 2067.338,204.048 C 2067.602,204.12 2067.864,204.191 2068.128,204.264" id="path3226"/>
<path d="M 2071.658,169.992 C 2072.012,170.866 2074.679,170.094 2075.398,170.208 C 2075.497,168.875 2072.226,169.569 2071.658,169.992" id="path3228"/>
<path d="M 2095.348,182.735 C 2097.215,182.735 2099.756,182.756 2101.248,181.44 C 2100.209,181.127 2100.949,179.896 2099.595,180.153 C 2098.121,180.432 2096.802,179.919 2095.342,179.69 C 2093.95,179.472 2092.44,179.246 2091.029,179.28 C 2089.405,179.319 2088.116,179.956 2086.529,179.224 C 2084.887,178.467 2081.368,177.296 2079.67,178.414 C 2077.177,180.055 2075.308,176.715 2072.879,177.479 C 2073.856,177.776 2074.239,179.27 2075.437,179.734 C 2077.29,180.453 2079.674,180.581 2081.629,180.999 C 2085.968,181.927 2090.905,182.735 2095.348,182.735" id="path3230"/>
<path d="M 2098.298,173.664 C 2098.562,173.712 2098.824,173.76 2099.088,173.808 C 2098.725,173.238 2098.09,172.946 2097.428,173.161 C 2097.718,173.328 2098.008,173.496 2098.298,173.664" id="path3232"/>
<path d="M 1695.748,151.92 C 1696.86,152.941 1699.014,152.28 1700.348,152.28 C 1698.054,151.169 1695.115,152.493 1692.939,151.416 C 1693.711,152.016 1694.822,152.08 1695.748,151.92" id="path3068"/>
<path d="M 1700.428,143.784 C 1700.308,144.024 1700.189,144.263 1700.069,144.504 C 1702.072,144.767 1704.326,144.93 1706.258,144.216 C 1704.625,143.035 1702.262,143.92 1700.428,143.784" id="path3072"/>
<path d="M 1749.598,142.416 C 1750.813,143.889 1755.195,143.722 1756.729,142.92 C 1755.161,141.306 1751.54,142.187 1749.598,142.416" id="path3106"/>
<path d="M 1975.608,189.072 C 1975.171,188.64 1974.567,188.382 1973.948,188.424 C 1974.386,188.853 1974.99,189.111 1975.608,189.072" id="path3202"/>
<path d="M 1985.038,191.304 C 1984.645,190.979 1984.262,190.643 1983.889,190.296 C 1983.986,190.892 1984.429,191.296 1985.038,191.304" id="path3204"/>
<path d="M 1993.389,191.231 C 1994.47,191.328 1995.55,191.489 1996.639,191.448 C 1995.573,191.263 1994.469,190.917 1993.389,191.231" id="path3206"/>
<path d="M 2006.639,195.479 C 2006.879,195.479 2007.118,195.479 2007.359,195.479 C 2006.86,195.206 2006.333,195.134 2005.779,195.263 C 2006.065,195.336 2006.352,195.407 2006.639,195.479" id="path3208"/>
<path d="M 2009.309,195.84 C 2008.86,195.591 2008.379,195.495 2007.869,195.552 C 2008.336,195.709 2008.816,195.805 2009.309,195.84" id="path3210"/>
<path d="M 1957.248,193.68 C 1956.752,193.635 1956.319,193.78 1955.948,194.113 C 1956.707,194.923 1958.158,194.783 1958.908,194.041 C 1958.365,193.87 1957.813,193.75 1957.248,193.68" id="path3200"/>
<path d="M 1889.208,170.496 C 1890.251,171.262 1891.918,171.447 1893.168,171.576 C 1891.855,170.766 1890.785,170.202 1889.208,170.496" id="path3190"/>
<path d="M 1896.628,172.08 C 1897.176,172.144 1897.727,172.168 1898.278,172.151 C 1897.731,172.047 1897.204,171.879 1896.698,171.647 C 1896.675,171.792 1896.651,171.936 1896.628,172.08" id="path3194"/>
<path d="M 1912.468,187.272 C 1912.477,186.395 1914.907,185.355 1912.35,184.71 C 1910.129,184.149 1907.612,184.408 1905.338,184.175 C 1906.127,185.053 1904.897,185.523 1904.189,185.399 C 1905.059,187.242 1910.834,187.32 1912.468,187.272" id="path3196"/>
<path d="M 1927.148,185.903 C 1927.415,185.927 1927.681,185.951 1927.948,185.975 C 1927.684,185.744 1927.394,185.552 1927.078,185.399 C 1927.102,185.567 1927.125,185.735 1927.148,185.903" id="path3198"/>
<path d="M 1797.768,175.392 C 1797.505,175.44 1797.242,175.489 1796.979,175.537 C 1797.281,175.636 1797.544,175.588 1797.768,175.392" id="path3152"/>
<path d="M 1807.418,166.68 C 1805.95,167.287 1804.207,166.958 1802.809,167.76 C 1803.583,168.197 1805.037,167.907 1805.937,168.061 C 1806.849,168.216 1809.15,167.533 1807.418,166.68" id="path3154"/>
<path d="M 1803.748,169.848 C 1803.481,169.92 1803.215,169.992 1802.948,170.064 C 1803.463,170.247 1803.993,170.319 1804.538,170.281 C 1804.274,170.136 1804.012,169.992 1803.748,169.848" id="path3156"/>
<path d="M 1804.828,172.8 C 1804.588,172.872 1804.349,172.944 1804.108,173.016 C 1804.644,173.187 1805.195,173.284 1805.757,173.304 C 1805.476,173.085 1805.165,172.917 1804.828,172.8" id="path3158"/>
<path d="M 1806.628,170.063 C 1806.388,169.991 1806.149,169.919 1805.908,169.847 C 1806.359,170.282 1806.863,170.353 1807.418,170.063 C 1807.154,170.063 1806.892,170.063 1806.628,170.063" id="path3160"/>
<path d="M 1808.498,168.479 C 1807.974,168.335 1807.443,168.312 1806.908,168.408 C 1807.427,168.708 1807.956,168.731 1808.498,168.479" id="path3164"/>
<path d="M 1810.518,169.848 C 1809.709,169.857 1808.956,170.231 1808.139,170.136 C 1808.67,170.415 1810.451,170.9 1810.518,169.848" id="path3166"/>
<path d="M 1813.968,173.808 C 1813.663,173.643 1813.377,173.451 1813.109,173.232 C 1813.684,172.843 1814.331,173.012 1814.758,173.521 C 1814.207,170.999 1809.628,173.626 1808.139,172.657 C 1809.551,174.17 1812.214,173.134 1813.968,173.808" id="path3168"/>
<path d="M 1815.188,169.704 C 1814.712,169.438 1814.209,169.367 1813.677,169.488 C 1814.175,169.604 1814.679,169.676 1815.188,169.704" id="path3172"/>
<path d="M 1815.559,173.376 C 1815.822,173.232 1816.085,173.088 1816.348,172.944 C 1814.241,173.765 1816.986,172.097 1815.399,172.256 C 1814.629,172.334 1815.179,173.215 1815.559,173.376" id="path3174"/>
<path d="M 1816.639,170.712 C 1816.183,170.274 1815.653,169.962 1815.048,169.776 C 1815.229,170.577 1815.943,170.707 1816.639,170.712" id="path3176"/>
<path d="M 1818.938,173.808 C 1818.158,173.915 1817.419,174.205 1816.638,174.312 C 1817.424,174.737 1818.436,174.589 1818.938,173.808" id="path3180"/>
<path d="M 1762.348,149.184 C 1763.173,149.584 1763.949,150.117 1764.87,150.274 C 1766.416,150.539 1767.954,150.166 1769.478,150.697 C 1768.976,150.801 1768.469,150.873 1767.957,150.913 C 1770.226,151.668 1772.881,151.234 1775.017,150.265 C 1773.966,148.669 1771.177,149.121 1769.573,149.094 C 1766.773,149.047 1763.847,148.945 1761.048,148.754 C 1761.521,148.778 1761.953,148.922 1762.348,149.184" id="path3112"/>
<path d="M 1762.559,147.528 C 1765.001,147.287 1768.26,146.464 1770.559,147.672 C 1768.774,147.245 1766.883,147.382 1765.079,147.6 C 1766.368,147.858 1767.705,147.858 1768.969,148.248 C 1767.944,148.157 1766.899,147.988 1765.879,148.248 C 1767.98,148.189 1770.039,148.735 1772.107,149.02 C 1774.605,149.365 1776.403,148.682 1778.792,148.281 C 1780.689,147.963 1782.72,147.879 1784.641,148.007 C 1786.049,148.1 1788.448,148.505 1789.491,147.24 C 1788.553,147.32 1786.286,146.444 1786.111,145.368 C 1787.147,145.529 1788.5,145.617 1789.421,145.008 C 1786.611,143.988 1783.462,144.511 1780.716,143.259 C 1778.336,142.174 1775.067,141.278 1772.501,142.2 C 1773.314,142.304 1774.137,142.25 1774.951,142.344 C 1771.174,142.344 1767.607,143.778 1763.93,144.144 C 1764.183,145.372 1765.921,144.691 1766.741,145.008 C 1766.075,145.234 1765.922,145.734 1766.451,146.232 C 1765.449,146.232 1764.314,146.056 1763.43,146.665 C 1764.508,146.777 1765.611,146.684 1766.67,146.953 C 1765.182,146.953 1763.006,146.317 1761.77,147.457 C 1762.031,147.48 1762.295,147.504 1762.559,147.528" id="path3114"/>
<path d="M 1766.809,151.272 C 1767.072,151.272 1767.335,151.272 1767.598,151.272 C 1766.684,150.66 1765.46,150.846 1764.428,150.767 C 1765.153,151.199 1765.996,151.209 1766.809,151.272" id="path3122"/>
<path d="M 1769.479,152.784 C 1770.284,152.862 1771.139,153.055 1771.918,152.712 C 1771.105,152.422 1770.296,152.819 1769.479,152.784" id="path3136"/>
<path d="M 1773.218,152.856 C 1773.722,152.935 1774.225,152.935 1774.729,152.856 C 1774.216,152.605 1773.712,152.605 1773.218,152.856" id="path3144"/>
<path d="M 1779.048,149.184 C 1778.478,149.256 1777.951,149.449 1777.468,149.76 C 1778.269,149.901 1779.076,150.041 1779.838,150.336 C 1777.744,150.793 1775.824,151.842 1773.649,151.92 C 1774.409,152.114 1775.188,152.312 1775.965,152.413 C 1776.051,152.424 1780.584,152.06 1778.399,152.496 C 1779.027,152.724 1779.582,152.499 1780.204,152.433 C 1781.166,152.33 1781.773,153.185 1782.574,153.555 C 1784.512,154.45 1786.218,154.924 1788.335,154.696 C 1789.474,154.574 1790.306,154.965 1791.381,155.209 C 1792.663,155.5 1794.183,155.376 1795.491,155.376 C 1796.61,155.376 1797.72,155.615 1798.808,155.846 C 1799.288,155.948 1802.518,156.212 1800.508,156.456 C 1802.555,156.456 1804.53,156.596 1806.576,156.504 C 1808.094,156.435 1810.556,157.046 1811.517,155.448 C 1809.519,154.439 1807.148,154.534 1805.188,153.431 C 1806.01,153.458 1806.812,153.856 1807.638,153.576 C 1807.173,152.388 1806.075,151.743 1805.327,150.767 C 1805.64,150.691 1805.952,150.619 1806.266,150.551 C 1803.748,149.112 1799.632,148.107 1796.827,149.183 C 1797.422,149.114 1797.601,149.444 1797.407,149.975 C 1796.605,149.816 1795.763,149.669 1794.957,149.903 C 1795.462,150.883 1794.206,150.884 1793.597,150.84 C 1794.766,150.784 1794.121,149.408 1794.747,148.824 C 1793.49,148.804 1792.341,148.176 1791.08,148.176 C 1789.372,148.176 1787.692,148.574 1785.985,148.553 C 1784.064,148.528 1780.779,148.039 1779.048,149.184" id="path3146"/>
<path d="M 1806.479,150.983 C 1806.89,151.79 1807.294,151.741 1807.918,151.2 C 1807.429,151.189 1806.949,151.117 1806.479,150.983" id="path3162"/>
<path d="M 1816.198,159.12 C 1816.318,159.24 1816.438,159.359 1816.558,159.479 C 1815.937,159.962 1815.505,160.643 1815.188,161.352 C 1817.888,162.096 1820.026,161.537 1822.642,160.841 C 1825.298,160.136 1827.888,160.413 1830.58,160.396 C 1832.027,160.386 1833.702,160.013 1835.208,159.912 C 1837.626,159.75 1839.97,159.419 1842.118,158.328 C 1840.976,157.256 1839.389,156.618 1837.873,156.312 C 1837.187,156.173 1836.483,156.355 1835.793,156.293 C 1834.765,156.2 1833.687,155.461 1832.677,155.193 C 1831.285,154.823 1829.164,153.892 1827.752,154.505 C 1826.87,154.888 1825.462,156.628 1824.408,156.239 C 1824.879,155.176 1823.472,154.286 1824.408,153.287 C 1823.549,153.281 1822.717,152.936 1821.879,152.785 C 1821.252,152.673 1818.363,153.135 1820.309,153.791 C 1819.263,153.818 1818.424,153.108 1817.416,153.047 C 1816.727,153.005 1816.59,154.087 1815.908,154.295 C 1816.247,155.219 1817.227,155.063 1817.998,155.231 C 1817.531,155.161 1816.538,155.259 1816.197,155.628 C 1815.837,156.019 1818.329,156.81 1818.578,156.887 C 1818.176,156.799 1815.588,156.227 1815.504,157.005 C 1815.424,157.733 1816.039,158.438 1816.198,159.12" id="path3178"/>
<path d="M 1847.518,160.416 C 1848.047,160.283 1848.554,160.092 1849.039,159.84 C 1848.226,159.156 1847.538,160.192 1846.659,159.912 C 1846.944,160.08 1847.231,160.248 1847.518,160.416" id="path3182"/>
<path d="M 1854.868,161.28 C 1855.108,161.135 1855.347,160.992 1855.588,160.847 C 1853.759,159.711 1851.243,160.627 1849.248,160.559 C 1851.021,161.341 1853.173,160.283 1854.868,161.28" id="path3184"/>
<path d="M 1855.368,165.528 C 1855.889,165.582 1856.392,165.509 1856.878,165.311 C 1856.356,164.945 1855.806,164.897 1855.229,165.167 C 1855.275,165.288 1855.321,165.408 1855.368,165.528" id="path3186"/>
<path d="M 1860.768,166.536 C 1861.294,166.44 1861.822,166.344 1862.348,166.248 C 1861.632,165.796 1860.785,165.817 1859.979,165.744 C 1861.012,166.066 1861.035,166.282 1860.048,166.391 C 1860.288,166.439 1860.527,166.488 1860.768,166.536" id="path3188"/>
<path d="M 1605.238,227.664 C 1606.109,228.081 1607.641,227.442 1608.478,227.16 C 1607.354,227.027 1606.254,227.128 1605.238,227.664" id="path3016"/>
<path d="M 1624.468,175.032 C 1624.977,175.236 1625.692,174.921 1626.118,174.672 C 1625.579,174.841 1625.028,174.961 1624.468,175.032" id="path3042"/>
<path d="M 1625.908,175.104 C 1626.181,175.121 1626.444,175.073 1626.698,174.959 C 1626.435,175.008 1626.172,175.057 1625.908,175.104" id="path3044"/>
<path d="M 1627.778,174.168 C 1628.072,174.166 1628.359,174.118 1628.638,174.024 C 1628.352,174.072 1628.065,174.12 1627.778,174.168" id="path3046"/>
<path d="M 1628.428,223.92 C 1628.93,223.945 1629.44,223.912 1629.939,223.992 C 1629.445,223.762 1628.941,223.738 1628.428,223.92" id="path3048"/>
<path d="M 1629.798,173.521 C 1630.371,174.191 1631.493,173.416 1632.098,173.232 C 1631.324,173.273 1630.571,173.479 1629.798,173.521" id="path3050"/>
<path d="M 1633.678,212.472 C 1633.902,212.273 1634.169,212.201 1634.479,212.256 C 1633.949,212.091 1633.419,212.091 1632.889,212.256 C 1633.151,212.328 1633.415,212.399 1633.678,212.472" id="path3054"/>
<path d="M 1563.559,148.896 C 1564.062,149.055 1564.566,149.055 1565.069,148.896 C 1564.565,148.651 1564.062,148.651 1563.559,148.896" id="path2944"/>
<path d="M 1576.008,147.096 C 1576.523,147.299 1577.053,147.347 1577.598,147.241 C 1577.075,147.108 1576.545,147.061 1576.008,147.096" id="path2952"/>
<path d="M 1586.448,146.808 C 1586.904,147.029 1587.647,146.773 1588.028,146.521 C 1587.445,146.302 1586.918,146.397 1586.448,146.808" id="path2966"/>
<path d="M 1589.548,146.735 C 1589.798,146.755 1590.038,146.707 1590.268,146.591 C 1590.027,146.64 1589.788,146.688 1589.548,146.735" id="path2976"/>
<path d="M 1592.858,146.808 C 1593.671,146.996 1594.558,147.121 1595.378,146.88 C 1594.542,146.801 1593.697,146.682 1592.858,146.808" id="path2982"/>
<path d="M 1595.809,146.231 C 1596.07,146.291 1596.332,146.291 1596.598,146.231 C 1596.335,146.231 1596.071,146.231 1595.809,146.231" id="path2988"/>
<path d="M 1596.168,142.56 C 1597.248,143.196 1599.129,142.968 1600.128,142.273 C 1598.802,142.272 1597.488,142.461 1596.168,142.56" id="path2990"/>
<path d="M 1600.198,143.28 C 1601.382,143.67 1603.124,144.248 1604.228,143.352 C 1602.976,143.123 1601.393,142.517 1600.198,143.28" id="path3000"/>
<path d="M 1600.268,140.328 C 1600.868,140.546 1601.444,140.498 1601.998,140.183 C 1601.414,140.147 1600.838,140.196 1600.268,140.328" id="path3002"/>
<path d="M 1601.568,142.776 C 1602.102,142.956 1602.629,142.932 1603.148,142.704 C 1602.62,142.69 1602.094,142.714 1601.568,142.776" id="path3006"/>
<path d="M 1605.028,145.656 C 1605.297,145.637 1605.56,145.589 1605.818,145.511 C 1605.555,145.56 1605.292,145.608 1605.028,145.656" id="path3012"/>
<path d="M 1613.158,148.104 C 1613.688,148.188 1614.218,148.188 1614.748,148.104 C 1614.218,147.938 1613.688,147.938 1613.158,148.104" id="path3032"/>
<path d="M 1616.328,140.256 C 1616.867,140.581 1617.421,140.606 1617.988,140.328 C 1617.437,140.26 1616.884,140.236 1616.328,140.256" id="path3034"/>
<path d="M 1617.768,139.824 C 1619.663,140.121 1623.289,141.402 1624.899,139.824 C 1622.637,139.271 1620.031,139.297 1617.768,139.824" id="path3036"/>
<path class="landxx ru" d="M 1439.558,337.01842 C 1440.6671,336.23877 1441.5027,335.29331 1441.6367,333.90202 C 1441.7114,333.11468 1441.6378,332.79623 1442.5284,332.68752 C 1443.722,332.54148 1445.0035,332.66446 1446.0488,331.95839 C 1446.8955,331.38628 1447.4204,329.71497 1448.5745,329.66556 C 1447.5807,330.59565 1446.342,331.46863 1445.6535,332.66995 C 1448.1846,332.66995 1450.0745,334.05904 1449.9383,331.03818 C 1449.8175,328.36541 1453.3896,330.72742 1454.334,331.15128 C 1456.4401,332.09675 1459.3688,330.74169 1461.0708,332.59089 C 1461.7615,333.34089 1462.3951,333.49902 1461.5177,334.47193 C 1460.7853,335.28452 1461.0115,337.24902 1461.8614,337.88811 C 1454.8325,338.61615 1447.741,338.0649 1440.745,337.2556 C 1441.3841,336.99316 1441.5774,336.28818 1442.1726,335.9906 C 1443.039,335.55685 1443.957,335.82039 1444.6213,334.96278 C 1443.7637,334.89909 1442.86,334.775 1442.0013,334.86834 C 1441.1063,334.96607 1440.7407,336.84711 1439.558,337.01842" id="path2922"/>
<path class="landxx ru" d="M 1479.388,224.208 C 1480.719,223.729 1482.648,223.624 1483.732,222.647 C 1484.537,221.922 1483.453,221.201 1484.868,220.915 C 1486.094,220.667 1489.222,220.654 1488.308,218.592 C 1489.349,219.042 1490.462,219.608 1491.634,219.304 C 1492.78,219.008 1492.362,218.108 1491.628,217.584 C 1492.661,217.776 1494.024,217.958 1494.943,218.484 C 1495.218,218.642 1496.3,217.989 1496.379,217.584 C 1496.503,216.941 1497.608,217.205 1498.028,217.151 C 1497.787,216.936 1497.548,216.72 1497.308,216.504 C 1498.286,216.129 1499.631,216.822 1500.477,217.254 C 1501.728,217.893 1503.052,217.556 1504.297,218.088 C 1504.03,220.054 1499.433,218.94 1498.608,217.944 C 1498.417,218.155 1498.273,218.395 1498.177,218.664 C 1499.129,219.048 1500.143,219.264 1501.058,219.744 C 1500.545,219.886 1500.042,220.054 1499.547,220.248 C 1500.276,220.196 1500.894,219.729 1501.642,219.797 C 1502.481,219.872 1503.303,220.085 1504.148,220.105 C 1503.996,220.378 1503.83,220.642 1503.648,220.896 C 1504.528,220.313 1505.917,219.77 1506.748,220.752 C 1506.055,221.131 1505.73,221.269 1506.748,221.472 C 1505.396,221.668 1506.347,221.954 1506.889,222.12 C 1506.299,222.529 1504.207,222.516 1504.798,223.704 C 1505.476,222.294 1507.535,222.855 1507.609,220.968 C 1508.601,221.322 1509.698,220.966 1510.714,220.992 C 1511.836,221.021 1512.943,221.525 1514.048,221.705 C 1516.623,222.125 1518.905,221.326 1521.509,222.355 C 1524.423,223.508 1527.472,224.442 1530.475,225.343 C 1533.053,226.116 1535.164,228.051 1537.848,228.528 C 1537.591,228.304 1537.328,228.089 1537.059,227.88 C 1539.155,229.054 1541.908,230.558 1544.399,230.256 C 1544.221,229.984 1544.031,229.719 1543.829,229.464 C 1544.954,229.838 1546.111,230.584 1546.984,231.379 C 1547.969,232.277 1549.201,232.117 1550.332,232.683 C 1551.353,233.196 1551.788,232.85 1552.224,234.113 C 1552.397,234.614 1553.002,236.3 1553.508,236.429 C 1555.986,237.061 1554.498,239.461 1553.14,240.698 C 1551.09,242.563 1549.388,243.618 1546.661,244.263 C 1543.678,244.969 1541.02,245.364 1537.932,245.049 C 1534.496,244.699 1531.367,243.549 1527.884,243.397 C 1524.939,243.268 1522.315,242.755 1519.645,241.516 C 1519.073,241.251 1516.681,241.625 1516.606,241.495 C 1515.938,240.328 1514.111,241.124 1514.378,239.834 C 1513.843,240.663 1513.02,240.531 1512.335,239.983 C 1511.87,239.611 1510.604,240.176 1509.939,239.947 C 1509.381,239.755 1505.022,237.537 1507.178,237.457 C 1506.104,237.499 1504.907,237.427 1503.899,237.025 C 1502.948,236.646 1501.887,237.177 1500.909,237.025 C 1502.279,237.602 1503.822,237.364 1505.089,238.249 C 1504.859,238.522 1504.619,238.786 1504.369,239.041 C 1505.115,238.916 1508.483,240.319 1506.598,240.121 C 1507.598,240.454 1508.829,240.208 1509.699,240.913 C 1508.849,240.559 1508.169,241.347 1507.319,241.201 C 1508.432,241.476 1509.854,240.687 1510.779,241.633 C 1509.88,241.385 1508.82,241.335 1507.968,241.778 C 1508.888,241.984 1511.019,242.244 1511.928,242.065 C 1512.256,243.264 1510.997,243.039 1510.268,243.29 C 1512.751,243.418 1515.748,243.799 1517.909,245.148 C 1518.415,245.464 1521.537,248.315 1519.489,247.826 C 1520.521,249.26 1517.61,250.05 1518.201,250.669 C 1518.787,251.283 1521.322,252.214 1520.279,253.37 C 1521.339,253.513 1521.345,254.955 1522.369,255.026 C 1522.075,255.181 1521.788,255.349 1521.509,255.53 C 1521.775,255.694 1522.038,255.862 1522.299,256.034 C 1522.086,256.277 1521.869,256.516 1521.65,256.754 C 1522.625,257.074 1523.555,257.657 1524.477,258.105 C 1525.618,258.658 1526.356,257.658 1527.548,258.239 C 1527.965,258.352 1528.302,258.578 1528.559,258.916 C 1529.17,259.745 1529.087,258.744 1529.64,259.059 C 1530.678,259.647 1531.346,260.703 1532.519,261.076 C 1533.95,261.531 1535.465,261.66 1536.911,262.098 C 1538.287,262.515 1538.547,261.447 1539.51,261.544 C 1543.034,261.898 1539.928,259.597 1540.731,258.556 C 1539.74,258.255 1539.079,257.52 1537.967,257.852 C 1537.107,258.109 1536.049,258.218 1535.294,257.615 C 1533.683,256.327 1531.683,255.426 1530.43,253.732 C 1532.096,253.817 1532.177,253.422 1532.764,252.25 C 1533.309,251.162 1534.943,251.986 1535.76,252.149 C 1537.914,252.579 1539.419,254.938 1541.811,254.236 C 1541.411,254.674 1540.83,254.932 1540.231,254.884 C 1540.545,256.274 1541.754,254.969 1542.772,254.878 C 1544.382,254.734 1546.016,255.255 1547.484,255.865 C 1548.88,256.446 1549.538,256.374 1550.953,256.044 C 1551.885,255.827 1553.974,256.473 1554.911,256.756 C 1554.276,255.253 1553.281,253.955 1552.06,252.88 C 1551.241,252.157 1548.622,251.019 1548.485,249.879 C 1548.342,248.693 1550.473,248.139 1551.2,247.675 C 1552.528,246.827 1553.455,245.828 1555.05,245.465 C 1556.619,245.108 1557.922,244.736 1559.042,243.509 C 1559.955,242.51 1560.833,241.457 1562.338,241.899 C 1563.87,242.347 1564.595,242.403 1566.179,242.473 C 1567.189,242.517 1569.338,242.839 1569.601,244.084 C 1569.021,244.201 1568.517,244.465 1568.091,244.876 C 1568.322,245.095 1568.585,245.263 1568.881,245.38 C 1568.805,244.371 1570.097,244.273 1570.796,244.392 C 1572.112,244.616 1572.544,245.927 1573.491,246.676 C 1572.349,245.238 1571.339,241.515 1573.921,240.7 C 1572.76,240.397 1573.151,238.97 1572.482,238.252 C 1571.294,236.977 1570.035,237.229 1568.618,236.647 C 1567.63,236.241 1568.169,235.027 1568.446,234.325 C 1568.661,233.781 1568.916,233.221 1568.975,232.633 C 1569.049,231.907 1568.163,231.471 1569.392,231.412 C 1568.805,231.02 1568.381,230.579 1569.461,230.403 C 1568.236,230.252 1569.221,228.899 1568.287,228.333 C 1566.733,227.391 1564.555,226.757 1562.831,226.227 C 1563.783,225.158 1565.948,226.316 1567.015,226.596 C 1569.211,227.173 1571.776,226.325 1574.056,226.533 C 1576.237,226.733 1577.35,227.401 1579.097,228.517 C 1580.694,229.537 1582.763,230.088 1583.572,231.986 C 1581.108,232.706 1578.456,231.928 1576.011,232.779 C 1576.108,233.043 1576.204,233.306 1576.301,233.57 C 1575.376,233.799 1573.827,234.398 1574.854,235.562 C 1575.691,236.512 1577.193,236.16 1578.242,236.666 C 1579.224,237.141 1579.676,238.249 1580.566,238.841 C 1581.825,239.677 1583.616,239.098 1585.011,239.185 C 1584.806,239.435 1584.589,239.675 1584.362,239.905 C 1585.229,239.196 1586.77,239.314 1587.823,239.138 C 1588.49,239.026 1590.019,239.197 1590.562,238.897 C 1591.956,238.128 1590.364,237.414 1590.617,236.46 C 1590.888,235.431 1591.68,234.508 1590.342,233.857 C 1591.013,233.207 1591.843,233.987 1592.706,233.351 C 1593.613,232.683 1596.474,232.96 1597.393,233.497 C 1596.555,232.761 1595.581,231.942 1594.522,231.553 C 1597.047,232.084 1598.597,230.893 1600.886,230.284 C 1602.505,229.853 1604.161,228.02 1606.089,227.883 C 1607.111,227.81 1608.352,228.048 1609.268,227.462 C 1610.14,226.905 1611.491,226.437 1612.521,226.787 C 1613.493,227.117 1612.604,227.543 1612.924,228.234 C 1613.274,228.992 1615.19,227.618 1615.682,227.521 C 1615.047,226.913 1614.247,226.322 1613.313,226.369 C 1615.442,223.76 1620.995,223.235 1624.042,223.345 C 1622.68,224.237 1620.979,223.56 1619.502,223.993 C 1620.275,224.263 1621.107,224.23 1621.882,224.497 C 1619.793,224.688 1622.24,227.056 1622.522,227.521 C 1621.745,228.39 1619.157,227.188 1619.143,228.888 C 1620.459,229.131 1623.488,229.601 1624.472,228.384 C 1624.414,229.667 1625.503,228.84 1626.085,228.55 C 1626.772,228.207 1627.571,229.71 1628.502,229.32 C 1627.77,225.445 1636.023,225.68 1638.258,226.263 C 1638.985,226.453 1639.734,226.707 1640.485,226.467 C 1641.256,226.221 1641.715,225.415 1642.545,225.405 C 1643.069,225.399 1643.866,225.362 1643.752,224.715 C 1643.588,223.792 1645.954,225.026 1646.073,225.073 C 1645.86,224.848 1645.667,224.609 1645.493,224.353 C 1646.764,223.184 1648.554,223.598 1650.102,223.344 C 1648.164,223.516 1651.709,224.851 1652.262,225.216 C 1649.916,225.814 1651.354,227.646 1652.988,227.917 C 1653.639,228.025 1655.625,228.573 1656.025,227.67 C 1656.307,227.036 1655.008,226.246 1654.563,226.08 C 1655.268,225.035 1661.563,225.992 1659.523,222.757 C 1658.905,221.778 1657.881,222.76 1657.079,221.638 C 1656.23,220.45 1654.78,219.888 1653.563,219.168 C 1654.018,218.343 1654.433,218.892 1655.073,218.521 C 1655.337,218.496 1655.599,218.471 1655.863,218.449 C 1655.923,218.143 1656.014,217.847 1656.137,217.56 C 1656.989,216.863 1658.053,217.176 1659.001,217.419 C 1660.578,217.822 1662.245,217.858 1663.863,217.903 C 1666.741,217.984 1669.652,218.081 1672.484,218.643 C 1675.442,219.228 1678.246,220.428 1681.202,221.04 C 1679.666,221.395 1681.035,222.916 1681.451,221.906 C 1681.843,220.953 1685.371,222.233 1686.312,222.336 C 1684.275,222.298 1688.066,223.28 1688.572,223.38 C 1689.894,223.641 1691.216,223.946 1692.551,224.125 C 1695.56,224.528 1698.265,226.711 1701.285,227.464 C 1701.47,227.51 1706.082,230.594 1705.016,228.08 C 1704.736,227.42 1705.304,226.565 1705.52,225.968 C 1705.974,224.714 1704.376,224.114 1705.611,223.992 C 1704.868,223.385 1704.174,224.009 1703.381,223.992 C 1702.442,223.972 1701.704,223.357 1700.931,222.912 C 1700.242,222.515 1699.541,222.132 1698.888,221.675 C 1698.006,221.057 1698.207,220.172 1697.621,219.384 C 1696.78,220.064 1695.259,219.53 1694.367,219.268 C 1693.316,218.958 1690.92,217.601 1690.781,219.025 C 1689.419,218.721 1689.441,217.152 1689.191,216.073 C 1689.558,216.113 1691.718,216.239 1691.137,215.333 C 1690.823,214.842 1690.371,214.72 1689.912,214.447 C 1689.519,214.214 1689.49,213.06 1689.322,212.705 C 1688.707,211.404 1688.893,209.687 1686.804,210.257 C 1685.914,210.499 1683.509,209.905 1685.159,208.873 C 1683.314,209.291 1684.638,206.85 1685.853,206.56 C 1687.405,206.188 1689.291,205.475 1690.304,204.171 C 1691.643,202.449 1689.981,199.545 1690.143,197.623 C 1690.211,196.811 1690.619,195.943 1691.283,195.45 C 1691.85,195.029 1693.895,195.25 1692.219,195.625 C 1694.911,196.065 1697.43,195.609 1700.101,195.453 C 1701.521,195.37 1702.94,195.406 1704.279,195.904 C 1705.391,196.318 1706.556,195.977 1707.717,196.197 C 1709.415,196.519 1712.213,198.385 1712.29,200.316 C 1712.32,201.085 1712.23,202.385 1711.685,202.998 C 1711.314,203.414 1712.033,203.957 1711.649,204.511 C 1711.324,204.979 1710.552,204.995 1710.08,205.201 C 1712.048,208.211 1717.066,206.996 1718.505,210.571 C 1718.846,211.416 1718.676,211.751 1719.321,212.432 C 1720.078,213.231 1718.64,213.209 1718.901,214.078 C 1719.267,215.296 1721.731,216.41 1721.797,217.748 C 1721.853,218.894 1722.308,218.951 1722.891,219.815 C 1722.777,220.982 1723.804,220.696 1723.34,221.738 C 1722.502,223.621 1728.056,225.152 1729.01,225.504 C 1729.768,225.783 1730.74,225.854 1731.391,226.368 C 1732.515,227.255 1731.585,227.573 1731.17,228.528 C 1730.839,229.289 1730.815,229.489 1731.329,230.061 C 1732.124,230.944 1731.801,232.123 1732.47,232.776 C 1729.931,233.144 1730.61,235.58 1728.87,236.303 C 1729.12,236.558 1729.384,236.798 1729.66,237.024 C 1729.142,236.919 1728.639,236.966 1728.15,237.168 C 1730.319,237.627 1726.83,238.699 1726.28,238.765 C 1724.703,238.954 1723.223,239.988 1721.662,240.373 C 1720.082,240.763 1719.164,239.607 1717.671,239.56 C 1716.069,239.51 1714.209,238.95 1712.67,239.616 C 1714.37,240.162 1714.948,241.676 1716.972,241.912 C 1718.913,242.139 1720.781,242.752 1722.733,242.918 C 1724.797,243.095 1726.815,242.731 1728.876,243.106 C 1729.915,243.294 1730.924,244.002 1732.003,243.964 C 1732.665,243.941 1733.649,243.085 1733.439,242.421 C 1732.867,240.613 1734.498,241.259 1735.615,240.416 C 1736.789,239.529 1738.997,239.731 1739.377,237.961 C 1739.755,236.197 1738.469,234.995 1740.601,233.968 C 1744.028,232.316 1739.721,229.487 1738.008,228.538 C 1736.706,227.817 1737.153,227.407 1736.621,226.238 C 1735.894,224.64 1738.586,224.704 1739.586,224.472 C 1741.59,224.007 1744.314,223.01 1746.376,223.576 C 1747.628,223.919 1748.756,225.332 1750.081,225.851 C 1751.692,226.483 1752.706,226.505 1753.627,228.118 C 1754.056,228.87 1754.389,229.672 1754.731,230.466 C 1755.012,231.115 1756.065,232.251 1754.642,231.838 C 1757.234,235.07 1762.862,233.317 1766.232,233.998 C 1765.728,233.688 1764.93,233.019 1764.33,233.448 C 1763.698,233.9 1763.723,233.242 1763.142,233.206 C 1761.384,233.096 1759.721,232.76 1757.985,232.541 C 1756.995,232.416 1755.964,230.743 1756.113,229.788 C 1756.243,228.961 1758.488,229.16 1758.005,228.538 C 1757.441,227.812 1756.496,227.507 1755.802,226.942 C 1754.475,225.861 1754.245,224.413 1752.439,223.941 C 1750.688,223.483 1749.126,223.114 1747.428,222.486 C 1745.933,221.933 1743.96,222.08 1742.342,221.672 C 1740.445,221.192 1739.332,221.884 1737.529,222.285 C 1735.767,222.677 1733.563,222.769 1731.766,222.63 C 1730.458,222.529 1730.337,220.592 1729.465,219.834 C 1728.141,218.681 1726.971,218.472 1726.766,216.535 C 1726.691,215.828 1726.499,215.142 1726.693,214.433 C 1726.858,213.826 1727.839,212.88 1727.777,212.318 C 1727.678,211.42 1725.967,210.626 1725.313,210.234 C 1722.597,208.609 1720.006,206.821 1716.912,205.99 C 1717.41,205.547 1718.036,205.053 1718.282,204.406 C 1718.451,203.961 1718.26,203.28 1718.641,202.94 C 1719.917,201.807 1721.945,202.137 1723.417,201.41 C 1726.361,199.956 1721.308,196.849 1720.151,196.054 C 1722.822,194.7 1727.791,198.447 1727.376,201.227 C 1727.092,203.126 1727.255,203.377 1728.643,204.42 C 1729.29,204.906 1730.568,206.024 1728.872,205.846 C 1730.106,207.206 1732.664,207.176 1734.342,207.359 C 1735.897,207.528 1738.69,206.672 1739.672,208.367 C 1739.8,205.307 1750.182,212.445 1751.402,208.799 C 1750.42,209.387 1749.431,209.017 1748.381,209.231 C 1748.38,208.967 1748.38,208.704 1748.381,208.44 C 1747.159,208.925 1746.804,207.781 1745.978,207.203 C 1745.274,206.709 1744.053,207.534 1743.841,206.352 C 1742.616,207.867 1739.141,206.195 1737.708,205.805 C 1736.666,205.521 1735.579,205.446 1734.545,205.126 C 1733.053,204.666 1732.063,203.329 1730.881,202.392 C 1732.77,202.042 1734.495,201.332 1736.431,201.888 C 1738.427,202.461 1740.596,203.916 1742.551,202.392 C 1741.874,201.377 1740.474,200.85 1739.287,201.066 C 1738.579,201.195 1736.837,201.672 1737.361,200.304 C 1738.546,200.968 1740.235,199.253 1741.423,199.121 C 1742.666,198.984 1744.759,198.977 1746.491,199.233 C 1748.261,199.495 1749.905,200.143 1751.687,200.365 C 1752.624,200.481 1753.575,200.583 1754.484,200.85 C 1754.907,200.974 1757.191,202.005 1755.151,201.599 C 1757.006,202.01 1758.683,202.946 1760.503,203.469 C 1762.776,204.123 1765.175,203.973 1767.461,203.471 C 1767.019,202.694 1766.22,202.266 1765.437,201.908 C 1764.518,201.488 1764.119,201.114 1763.351,200.591 C 1761.342,199.222 1758.862,199.584 1756.593,199.287 C 1754.835,199.058 1752.471,198.389 1751.906,196.466 C 1751.394,194.724 1749.442,193.499 1747.52,193.608 C 1749.395,193.584 1747.239,192.679 1746.72,192.671 C 1747.204,192.396 1749.022,191.191 1747.37,191.52 C 1748.809,189.744 1753.856,190.295 1755.846,190.295 C 1759.444,190.295 1763.395,190.406 1766.932,189.761 C 1768.374,189.497 1769.611,190.093 1771.023,189.996 C 1772.146,189.92 1772.913,188.949 1774.159,188.855 C 1775.6,188.746 1778.856,189.493 1779.991,188.639 C 1779.51,188.39 1779.099,188.054 1778.761,187.631 C 1779.264,187.631 1779.768,187.631 1780.271,187.631 C 1778.581,187.475 1777.174,186.641 1775.545,186.371 C 1774.251,186.156 1772.546,186.587 1771.562,185.471 C 1772.128,185.492 1772.681,185.589 1773.221,185.759 C 1772.771,185.352 1772.244,185.112 1771.642,185.039 C 1772.646,185.156 1773.613,184.821 1774.596,185.18 C 1774.975,185.288 1775.312,185.472 1775.607,185.734 C 1776.021,186.074 1776.875,185.383 1777.322,185.398 C 1776.887,184.951 1776.162,184.872 1775.585,184.792 C 1775.213,184.741 1772.311,184.262 1774.372,184.175 C 1773.289,184.089 1772.204,184.094 1771.127,183.935 C 1770.607,183.858 1770.059,183.757 1769.584,183.518 C 1768.012,182.726 1771.119,182.992 1769.122,182.375 C 1770.971,182.033 1772.689,184.46 1774.521,183.527 C 1774.094,183.096 1773.511,182.496 1774.801,182.951 C 1773.686,182.097 1775.477,181.353 1774.011,181.15 C 1774.864,180.919 1775.574,181.509 1776.392,181.583 C 1776.462,180.249 1772.819,180.835 1772.072,180.143 C 1773.885,179.617 1775.751,180.902 1777.515,180.318 C 1778.894,179.861 1779.617,178.295 1781.211,178.343 C 1779.207,178.148 1782.625,178.239 1782.941,178.199 C 1783.612,178.117 1785.802,177.97 1785.031,177.262 C 1788.341,176.929 1791.716,176.474 1795.022,176.284 C 1797.872,176.121 1801.062,176.088 1803.68,174.813 C 1802.641,175.018 1801.627,174.984 1800.58,174.885 C 1800.068,174.837 1796.733,174.86 1798.78,175.173 C 1798.208,175.259 1796.577,174.558 1797.736,174.041 C 1798.99,173.482 1800.635,174.604 1802.09,174.021 C 1801.536,174.02 1801.01,173.9 1800.51,173.661 C 1804.755,174.19 1809.072,172.717 1813.25,174.021 C 1812.687,174.383 1812.184,174.815 1811.74,175.316 C 1812.56,175.221 1813.398,175.019 1814.175,174.738 C 1815.172,174.376 1815.769,175.102 1816.71,175.173 C 1817.673,175.245 1818.388,174.472 1819.37,174.669 C 1820.215,174.838 1821.242,174.687 1822.04,174.381 C 1821.545,174.213 1821.038,174.093 1820.519,174.022 C 1820.807,173.918 1824.478,173.954 1822.04,173.518 C 1825.804,172.525 1828.243,173.911 1831.97,174.165 C 1829.907,172.123 1826.508,173.087 1824.41,171.141 C 1827.419,171.443 1830.598,171.865 1833.564,171.053 C 1834.383,170.83 1835.819,171.532 1836.775,171.48 C 1838.442,171.389 1840.088,171.934 1841.759,171.934 C 1840.859,171.736 1833.978,170.985 1834.06,170.565 C 1834.248,169.597 1833.265,169.473 1832.543,169.313 C 1831.253,169.028 1830.868,167.552 1832.329,167.973 C 1832.079,167.744 1831.839,167.503 1831.609,167.253 C 1832.269,166.754 1832.964,166.306 1833.629,165.813 C 1833.2,165.694 1832.768,165.599 1832.329,165.526 C 1833.95,165.802 1835.221,164.273 1836.747,164.022 C 1838.596,163.719 1840.247,163.343 1842.098,163.615 C 1843.935,163.885 1845.714,164.022 1847.575,164.387 C 1849.701,164.804 1851.86,164.546 1853.79,165.741 C 1852.525,165.576 1851.581,166.288 1850.429,166.626 C 1848.779,167.109 1847.006,166.781 1845.361,167.397 C 1848.268,167.311 1851.193,167.567 1854.081,167.11 C 1854.044,167.727 1853.581,168.12 1852.991,168.19 C 1855.891,167.938 1859.409,167.146 1862.27,168.015 C 1864.301,168.632 1862.404,171.196 1861.201,171.07 C 1862.825,171.62 1864.738,171.11 1866.421,171.05 C 1867.237,171.021 1869.643,170.827 1868.041,169.702 C 1870.255,169.478 1872.431,169.826 1874.668,169.568 C 1876.697,169.334 1878.813,169.624 1880.858,169.539 C 1882.379,169.476 1890.861,169.863 1890.941,172.006 C 1891.786,171.013 1893.662,171.845 1894.553,172.326 C 1895.139,172.644 1896.933,173.515 1897.13,174.166 C 1897.645,173.276 1898.527,173.486 1899.36,173.662 C 1898.631,173.332 1897.823,173.214 1897.13,172.798 C 1899.01,172.286 1900.258,174.138 1901.74,174.886 C 1902.712,175.375 1903.065,174.907 1904.04,175.246 C 1904.965,175.569 1905.105,176.537 1905.7,177.19 C 1902.927,177.194 1900.055,175.083 1897.2,175.606 C 1898.406,176.065 1899.774,175.939 1900.776,176.861 C 1901.738,177.746 1902.627,176.796 1903.757,177.075 C 1904.621,177.29 1908.573,178.488 1907.093,179.968 C 1906.377,180.684 1905.892,181.364 1904.876,181.669 C 1904.465,181.792 1903.335,181.653 1903.125,182.133 C 1902.964,182.501 1903.082,183.136 1902.679,183.381 C 1902.135,183.713 1901.296,182.969 1900.642,183.338 C 1899.088,184.213 1898.261,184.386 1896.48,184.677 C 1896.748,184.838 1897.01,185.006 1897.269,185.181 C 1896.256,185.734 1895.119,185.543 1894.04,185.829 C 1894.802,186.051 1895.626,185.751 1896.34,186.189 C 1895.953,187.971 1893.131,187.572 1892.09,188.781 C 1891.583,189.369 1892.014,189.897 1890.945,190.1 C 1889.825,190.312 1888.463,190.277 1887.402,190.65 C 1886.763,190.874 1885.759,191.434 1885.759,192.236 C 1885.759,193.089 1884.171,192.63 1883.7,192.692 C 1882.46,192.855 1882.969,193.912 1883.054,194.627 C 1883.185,195.741 1881.231,196.394 1880.429,196.413 C 1882.269,196.742 1883.853,196.204 1885.179,194.9 C 1884.615,194.7 1884.092,193.604 1885.07,193.573 C 1886.021,193.543 1886.927,193.72 1887.907,193.636 C 1889.195,193.526 1890.474,193.754 1891.771,193.611 C 1892.259,193.557 1895.851,193.19 1893.959,192.813 C 1894.801,192.741 1895.632,192.584 1896.474,192.507 C 1897.393,192.423 1898.418,191.495 1899.36,191.805 C 1898.834,191.673 1898.33,191.481 1897.849,191.229 C 1900.57,191.88 1902.883,190.88 1905.41,190.005 C 1903.261,188.009 1899.187,192.135 1897.56,189.069 C 1898.401,188.868 1898.039,188.483 1898.538,188.054 C 1899.247,187.446 1901.22,187.838 1902.03,187.989 C 1902.426,188.062 1904.759,189.028 1904.825,188.095 C 1904.885,187.235 1905.861,187.524 1906.42,187.844 C 1904.072,188.09 1909.347,189.925 1910.115,190.042 C 1911.528,190.257 1914.435,190.692 1915.49,189.356 C 1914.905,189.033 1914.371,188.615 1913.91,188.131 C 1915.58,188.716 1917.868,189.283 1919.205,190.485 C 1919.893,191.103 1918.922,191.722 1920.505,192.123 C 1922.051,192.514 1922.436,192.894 1923.99,192.379 C 1922.802,192.642 1921.261,192.066 1920.31,191.371 C 1926.126,190.025 1932.104,190.039 1938.011,190.624 C 1940.698,190.89 1947.128,189.377 1949.039,191.73 C 1948.255,191.783 1947.438,191.384 1946.81,192.09 C 1948.431,193.835 1951.31,194.212 1953.554,194.352 C 1956.802,194.555 1960.046,195.005 1963.29,195.181 C 1966.001,195.327 1968.878,195.16 1971.585,195.002 C 1972.757,194.935 1973.996,195.368 1975.148,195.165 C 1977.318,194.781 1974.211,193.819 1975.83,193.386 C 1974.411,193.11 1971.453,191.778 1971.72,189.931 C 1972.374,190.381 1973.221,190.928 1973.95,190.218 C 1973.679,189.96 1973.391,189.72 1973.09,189.498 C 1974.346,190.036 1975.684,189.541 1976.981,189.786 C 1978.688,190.109 1980.271,190.139 1981.898,190.799 C 1982.404,190.972 1982.925,191.079 1983.461,191.118 C 1983.929,191.165 1983.982,191.847 1984.392,191.874 C 1985.747,191.963 1986.824,190.683 1988.211,191.298 C 1986.413,191.756 1988.257,192.125 1988.841,192.171 C 1989.77,192.243 1990.673,191.886 1991.601,191.874 C 1991.33,191.687 1991.064,191.495 1990.801,191.298 C 1992.187,190.677 1994.571,191.571 1996.088,191.61 C 1996.935,191.632 1998.098,192.035 1999.343,192.6 C 2000.811,193.267 2002.399,192.941 2003.911,193.53 C 2004.264,193.668 2004.032,194.155 2004.301,194.326 C 2004.777,194.629 2005.277,193.747 2005.991,194.249 C 2005.638,195.086 2004.734,195.342 2003.911,195.401 C 2005.483,195.925 2007.192,195.71 2008.801,196.048 C 2008.176,196.43 2007.451,196.232 2006.791,196.481 C 2007.851,196.545 2008.896,196.734 2009.951,196.84 C 2009.605,197.294 2008.919,197.219 2008.441,197.128 C 2008.715,197.323 2009.005,197.491 2009.311,197.632 C 2008.473,198.318 2007.46,197.943 2006.5,197.92 C 2007.934,198.825 2009.682,198.238 2011.25,198.496 C 2012.809,198.752 2013.96,199.949 2015.5,200.224 C 2014.979,200.515 2014.184,200.961 2015.57,200.872 C 2013.218,202.342 2010.54,200.477 2008.15,200.152 C 2009.13,201.441 2015.542,204.728 2016.87,203.104 C 2016.066,202.647 2015.224,202.264 2014.42,201.807 C 2016.002,202.157 2017.514,202.894 2018.88,203.751 C 2018.041,203.342 2017.272,203.902 2016.43,203.895 C 2016.514,204.692 2017.392,204.738 2018.005,204.773 C 2019.23,204.843 2020.135,205.412 2021.162,206.045 C 2023.562,207.524 2026.346,207.697 2028.879,208.811 C 2030.923,209.709 2033.108,209.804 2035.212,210.644 C 2038.383,211.911 2035.849,207.78 2037.46,207.352 C 2036.046,207.193 2034.541,204.996 2034.252,203.742 C 2033.679,201.257 2036.995,203.524 2037.861,203.82 C 2040.393,204.684 2042.496,205.737 2045.227,205.966 C 2046.704,206.09 2049.935,205.414 2050.849,206.992 C 2050.506,206.457 2049.744,205.31 2050.949,205.408 C 2051.91,205.486 2053.012,204.535 2054.019,204.436 C 2055.142,204.325 2056.286,204.492 2057.389,204.691 C 2061.841,205.495 2066.06,207.286 2070.509,208 C 2069.827,207.462 2068.965,207.639 2068.199,207.353 C 2068.729,207.268 2069.259,207.268 2069.789,207.353 C 2069.493,207.195 2069.203,207.027 2068.919,206.849 C 2069.433,206.654 2069.962,206.581 2070.509,206.632 C 2068.378,206.083 2067.946,206.822 2066.839,204.76 C 2067.679,204.714 2068.57,204.328 2069.209,205.12 C 2069.273,203.574 2071.897,204.992 2072.516,205.29 C 2074.434,206.213 2076.098,204.961 2077.99,205.552 C 2075.664,204.088 2072.928,202.747 2070.29,202.168 C 2070.795,202.182 2071.299,202.158 2071.8,202.097 C 2071.292,201.762 2070.956,201.206 2071.151,200.584 C 2071.716,200.834 2072.27,200.811 2072.811,200.513 C 2071.96,200.243 2071.123,200.281 2070.258,200.44 C 2069.607,200.56 2066.674,200.376 2068.561,200.945 C 2067.855,200.798 2064.87,199.132 2066.802,198.476 C 2067.781,198.144 2068.945,198.435 2069.949,198.452 C 2071.348,198.476 2072.59,197.759 2073.96,197.777 C 2072.958,197.865 2072.104,196.881 2071.196,196.609 C 2070.312,196.343 2069.354,196.183 2068.64,195.545 C 2071.519,195.858 2074.605,196.77 2077.477,196.77 C 2080.798,196.77 2084.12,196.926 2087.429,197.202 C 2093.473,197.706 2100.975,197.075 2106.65,199.506 C 2104.355,199.584 2101.798,199.619 2099.531,199.234 C 2098.225,199.013 2094.577,197.825 2094.99,200.154 C 2094.463,199.885 2093.909,199.813 2093.33,199.938 C 2094.39,200.664 2095.38,200.641 2096.5,200.254 C 2098.119,199.695 2100.477,199.847 2102.194,199.734 C 2104.84,199.561 2108.461,199.22 2106.799,202.817 C 2105.813,202.372 2106.004,200.553 2104.779,200.585 C 2104.726,200.848 2104.679,201.112 2104.639,201.377 C 2103.988,200.692 2102.494,200.024 2101.538,200.225 C 2102.369,200.315 2102.245,201.103 2102.893,201.399 C 2103.617,201.728 2104.493,201.651 2104.917,202.458 C 2103.358,202.301 2101.784,202.384 2100.237,202.099 C 2100.746,202.478 2103.414,203.289 2101.676,203.466 C 2102.851,204.337 2108.033,204.249 2108.21,202.217 C 2108.344,200.668 2108.094,199.58 2110.036,199.507 C 2111.996,199.433 2113.989,199.528 2115.941,199.703 C 2119.489,200.023 2122.824,200.591 2126.232,201.627 C 2126.619,201.745 2129.193,203.214 2127.522,203.345 C 2126.471,203.427 2125.529,202.754 2124.505,202.745 C 2124.505,203.921 2124.029,203.361 2123.066,203.392 C 2124.278,205.799 2128.699,203.086 2130.491,204.718 C 2131.788,205.898 2132.308,205.1 2134.146,205.336 C 2136.19,205.6 2135.948,206.312 2134.436,207.28 C 2135.257,207.235 2136.27,206.904 2137.002,206.538 C 2138.315,205.883 2139.973,206.338 2141.334,206.575 C 2143.458,206.944 2146.189,207.51 2147.835,209.008 C 2147.075,209.229 2146.292,209.078 2145.525,209.008 C 2149.645,210.165 2154.278,210.591 2158.485,209.656 C 2163.115,208.627 2167.914,207.78 2172.671,208.252 C 2177.555,208.735 2182.466,209.023 2187.3,209.907 C 2189.507,210.31 2191.636,211.038 2193.76,211.741 C 2196.059,212.503 2197.413,214.018 2199.385,215.199 C 2198.857,215.132 2198.327,215.108 2197.795,215.127 C 2198.301,215.246 2199.066,215.104 2199.474,215.512 C 2199.832,215.869 2199.718,216.727 2200.162,216.968 C 2201.616,217.754 2203.013,217.867 2204.605,218.069 C 2206.308,218.286 2207.962,218.517 2209.589,219.065 C 2211.584,219.738 2213.225,218.52 2215.244,218.503 C 2217.206,218.488 2219.152,218.414 2221.116,218.444 C 2223.105,218.474 2225.174,217.77 2227.104,218.367 C 2230.886,219.537 2234.797,218.763 2238.636,219.507 C 2240.393,219.847 2244.111,220.49 2245,218.321 C 2245.739,216.52 2251.008,219.799 2251.867,220.453 C 2254.61,222.544 2258.341,221.653 2261.43,222.762 C 2262.858,223.275 2263.907,224.533 2265.401,224.899 C 2267.48,225.408 2269.63,224.468 2271.743,225.135 C 2271.124,224.991 2270.56,224.575 2270.304,223.984 C 2270.802,224.215 2271.282,224.479 2271.743,224.776 C 2271.29,224.401 2270.81,224.065 2270.304,223.768 C 2270.538,223.498 2270.779,223.235 2271.024,222.975 C 2268.968,221.418 2266.515,220.683 2264.216,219.595 C 2263.052,219.044 2262.124,219.093 2260.896,219.019 C 2259.724,218.949 2259.834,217.712 2260.944,217.648 C 2259.584,216.678 2258.207,215.55 2256.554,215.127 C 2260.525,214.86 2264.678,215.964 2268.678,216.089 C 2270.052,216.132 2271.266,216.269 2272.55,216.75 C 2273.353,217.051 2275.542,218.151 2276.274,217.215 C 2275.512,216.982 2274.743,216.777 2273.974,216.568 C 2275.552,216.367 2277.023,217.097 2278.583,217.143 C 2280.143,217.189 2281.704,217.105 2283.264,217.143 C 2286.657,217.226 2289.454,216.82 2292.801,217.651 C 2296.078,218.464 2299.48,218.762 2302.774,219.52 C 2305.898,220.239 2309.365,219.405 2312.274,221.032 C 2311.48,220.906 2310.712,220.638 2309.904,220.6 C 2311.224,221.966 2313.398,220.961 2315.001,221.538 C 2316.926,222.231 2319.009,222.466 2320.844,223.408 C 2319.829,223.174 2318.853,222.797 2317.824,222.616 C 2323.205,223.939 2328.859,224.381 2334.094,226.36 C 2333.408,226.144 2332.712,225.976 2332.004,225.856 C 2333.692,226.782 2335.498,226.696 2337.265,227.29 C 2338.31,227.641 2340.336,228.996 2341.435,228.232 C 2339.811,227.775 2338.171,227.38 2336.544,226.936 C 2338.773,227.284 2340.923,227.998 2343.094,228.591 C 2341.358,228.245 2343.161,229.109 2343.605,228.977 C 2344.614,228.677 2345.446,229.333 2346.367,229.633 C 2347.195,229.902 2348.209,229.676 2349.092,229.886 C 2350.403,230.198 2351.663,230.671 2352.981,230.96 C 2355.575,231.529 2358.238,231.834 2360.768,232.667 C 2361.562,232.929 2365.8,235.847 2366.496,235.216 C 2366.268,235.009 2366.028,234.817 2365.776,234.64 C 2367.555,234.855 2368.816,236.1 2370.199,237.104 C 2371.887,238.331 2373.929,238.916 2375.636,240.112 C 2373.781,239.659 2376.647,241.027 2377.373,241.118 C 2378.984,241.319 2380.211,242.907 2381.836,242.848 C 2381.203,241.127 2385.052,243.94 2385.506,244.072 C 2385,243.275 2384.591,242.525 2383.701,242.109 C 2382.502,241.548 2380.986,241.855 2379.886,241.12 C 2381.782,239.565 2373.126,237.517 2372.616,237.448 C 2374.056,237.263 2376.068,237.202 2377.503,237.254 C 2378.068,237.274 2378.535,237.663 2379.096,237.736 C 2379.848,237.835 2380.574,237.558 2381.326,237.736 C 2379.509,237.736 2382.039,239.282 2382.836,239.032 C 2382.659,238.759 2382.47,238.494 2382.267,238.24 C 2383.498,239.009 2385.022,238.743 2386.367,238.528 C 2385.055,238.108 2383.64,238.266 2382.337,237.807 C 2382.699,237.789 2386.333,238.096 2384.347,238.096 C 2386.812,238.32 2389.689,238.035 2391.986,239.021 C 2393.519,239.678 2394.887,240.405 2396.51,240.802 C 2397.537,241.053 2404.901,242.281 2404.587,243.856 C 2405.107,243.322 2405.9,243.341 2406.551,243.563 C 2406.932,243.692 2408.826,244.525 2406.957,244.288 C 2408.167,244.628 2409.337,244.551 2410.417,245.296 C 2408.045,246.433 2411.2,247.285 2411.347,248.609 C 2408.875,248.549 2406.646,247.309 2404.228,246.953 C 2405.939,247.865 2409.263,247.599 2410.268,249.545 C 2409.454,249.525 2408.71,249.149 2407.898,249.113 C 2406.871,249.068 2405.906,249.537 2404.877,249.472 C 2406.78,248.982 2403.437,248.962 2402.598,248.709 C 2401.086,248.253 2399.563,247.699 2397.957,247.96 C 2399.546,248.351 2401.216,248.557 2402.58,249.539 C 2403.073,249.895 2404.082,249.384 2404.414,249.749 C 2405.009,250.404 2405.69,250.971 2406.457,251.416 C 2405.7,251.132 2404.881,251.12 2404.147,251.488 C 2405.812,251.695 2407.387,251.515 2408.514,253.007 C 2408.802,253.388 2408.864,253.795 2408.27,253.901 C 2407.25,254.084 2406.096,253.877 2406.096,254.872 C 2406.784,254.177 2408.938,254.678 2407.966,255.808 C 2409.424,255.201 2413.129,256.716 2414.227,257.609 C 2412.891,258.177 2411.578,256.565 2410.346,257.249 C 2411.235,257.261 2411.949,257.909 2412.286,258.689 C 2409.879,259.806 2408.4,256.543 2406.307,256.097 C 2410.122,258.452 2406.268,258.007 2404.092,257.132 C 2401.001,255.889 2397.233,255.906 2394.357,254.296 C 2396.363,255.487 2392.472,254.525 2391.916,254.355 C 2390.333,253.872 2388.954,253.374 2387.542,252.497 C 2384.527,250.625 2380.744,249.204 2377.203,248.882 C 2376.394,248.808 2375.598,248.61 2374.782,248.61 C 2373.991,248.61 2373.559,249.349 2372.837,249.546 C 2371.417,249.933 2369.012,249.863 2367.597,249.444 C 2366.267,249.05 2365.502,247.671 2364.103,247.415 C 2362.482,247.119 2361.099,246.181 2359.587,245.586 C 2361.159,245.746 2358.891,242.78 2357.497,242.851 C 2357.845,243.268 2358.011,243.748 2357.997,244.29 C 2356.452,244.524 2355.442,243.09 2354.107,242.634 C 2354.385,242.836 2354.652,243.052 2354.907,243.282 C 2354.393,243.308 2353.886,243.261 2353.386,243.137 C 2354.153,243.48 2354.91,243.847 2355.697,244.145 C 2355.034,244.761 2353.997,244.956 2353.386,244.145 C 2353.862,245.771 2355.749,246.676 2357.195,247.235 C 2358.139,247.6 2362.19,248.111 2362.446,249.285 C 2362.764,250.739 2357.282,249.328 2361.237,250.914 C 2359.406,250.101 2362.12,250.051 2362.679,250.226 C 2363.205,250.39 2364.663,251.83 2363.941,252.394 C 2363.511,252.729 2362.875,252.544 2362.663,253.166 C 2362.495,253.663 2362.545,254.158 2362.177,254.586 C 2361.809,255.012 2359.823,256.298 2359.297,256.242 C 2359.465,256.003 2359.632,255.763 2359.797,255.522 C 2356.946,255.678 2353.694,256.09 2351.121,254.545 C 2348.782,253.141 2344.798,251.94 2342.087,252.857 C 2342.715,252.766 2343.187,253.253 2343.802,253.198 C 2344.513,253.133 2345.182,252.854 2345.907,252.929 C 2347.122,253.054 2349.03,253.632 2349.647,254.8 C 2348.261,255.295 2347.007,253.696 2345.629,254.318 C 2344.302,254.916 2342.818,253.636 2341.437,253.865 C 2343.098,254.179 2344.675,254.774 2346.187,255.521 C 2345.963,255.774 2345.727,256.014 2345.477,256.241 C 2346.248,256.166 2346.828,255.53 2347.641,255.753 C 2348.127,255.886 2349.079,256.481 2349.471,255.839 C 2350.483,254.178 2352.285,255.29 2353.117,256.486 C 2354.512,258.494 2358.82,259.352 2361.096,259.193 C 2360.484,259.085 2360.244,258.655 2360.596,258.113 C 2362.175,258.935 2363.855,259.575 2365.346,260.56 C 2363.8,259.893 2365.037,260.876 2365.39,261.018 C 2365.945,261.241 2366.551,261.285 2367.123,261.444 C 2367.892,261.659 2368.594,262.171 2369.24,262.617 C 2369.752,262.974 2370.254,263.345 2370.746,263.727 C 2369.69,263.543 2369.69,263.64 2370.746,264.016 C 2370.165,263.743 2369.051,263.285 2369.017,264.375 C 2370.465,263.488 2371.441,265.536 2372.687,264.951 C 2372.122,264.676 2371.595,264.34 2371.107,263.943 C 2372.428,264.837 2373.95,265.349 2375.346,266.103 C 2374.875,265.838 2374.371,265.742 2373.836,265.815 C 2375.16,265.988 2376.441,266.407 2377.727,266.751 C 2379.215,267.149 2379.286,268.12 2380.42,268.799 C 2381.786,269.618 2383.671,269.616 2384.91,270.639 C 2385.518,271.141 2385.587,272.667 2384.636,272.726 C 2385.199,272.868 2385.604,273.314 2385.716,273.878 C 2383.07,272.706 2379.841,272.438 2376.994,272.057 C 2375.735,271.889 2373.882,272.254 2372.796,271.504 C 2372.484,271.289 2369.638,269.171 2371.107,270.855 C 2369.94,270.822 2369.04,269.895 2367.937,269.63 C 2368.578,269.913 2368.959,270.44 2369.449,270.906 C 2370.308,271.726 2371.39,271.699 2372.477,271.935 C 2370.299,272.046 2370.176,272.832 2368.708,274.036 C 2367.994,274.621 2366.017,275.686 2365.057,275.39 C 2365.234,275.648 2365.401,275.912 2365.557,276.183 C 2364.578,276.711 2363.68,276.674 2362.607,276.615 C 2363.208,276.732 2363.711,277.02 2364.117,277.479 C 2363.043,278.199 2361.76,277.538 2360.596,277.767 C 2361.773,278.118 2361.178,278.855 2360.403,278.824 C 2359.757,278.798 2359.165,278.435 2358.507,278.487 C 2358.868,279.025 2359.337,279.496 2359.877,279.855 C 2358.741,279.807 2359.064,280.252 2359.587,280.718 C 2358.644,281.526 2357.566,280.213 2356.558,280.863 C 2357.425,281.108 2358.377,281.217 2359.007,281.943 C 2358.481,281.847 2357.953,281.751 2357.427,281.655 C 2357.86,281.691 2358.631,282.116 2358.148,282.663 C 2357.906,282.936 2356.959,282.663 2356.637,282.663 C 2357.673,283.01 2357.697,283.202 2356.707,283.239 C 2357.321,283.265 2357.857,283.623 2358.217,284.103 C 2357.412,284.095 2356.697,283.688 2355.907,283.599 C 2356.358,283.818 2356.869,283.891 2357.301,284.159 C 2358.011,284.6 2357.65,285.613 2356.707,284.823 C 2356.741,285.178 2355.898,286.563 2355.117,286.263 C 2356.905,287.329 2354.062,288.22 2353.107,287.991 C 2353.597,288.606 2353.824,288.841 2352.817,288.64 C 2353.676,288.995 2356.392,291.69 2355.627,292.743 C 2351.78,291.043 2347.918,288.305 2343.767,287.482 C 2342.069,287.145 2339.704,287.163 2337.986,287.396 C 2336.379,287.613 2334.509,289.276 2332.878,288.352 C 2333.103,288.582 2333.316,288.822 2333.519,289.072 C 2333.021,289.217 2332.518,289.24 2332.008,289.143 C 2332.247,290.217 2332.818,292.32 2331.931,293.232 C 2330.614,294.586 2328.934,290.566 2328.274,289.965 C 2327.738,289.476 2326.247,287.662 2325.387,288.249 C 2324.71,288.711 2324.731,289.958 2323.878,290.583 C 2323.113,291.143 2322.691,291.019 2321.788,291.087 C 2322.448,291.318 2323.65,291.404 2324.088,292.024 C 2324.782,293.005 2323.83,293.854 2322.844,293.421 C 2321.999,293.051 2321.326,292.336 2320.565,291.83 C 2319.707,291.26 2317.332,291.454 2318.979,292.024 C 2317.77,292.899 2316.069,290.921 2314.588,292.024 C 2314.947,292.08 2315.307,292.128 2315.668,292.168 C 2315.636,292.778 2315.25,293.064 2314.658,292.888 C 2314.538,294.165 2316.681,294.371 2315.903,295.419 C 2315.554,295.887 2318.381,297.116 2318.688,297.642 C 2316.501,297.297 2319.578,299.08 2319.768,299.296 C 2319.242,299.051 2318.714,299.051 2318.188,299.296 C 2318.811,299.483 2319.384,299.838 2319.837,300.304 C 2317.528,299.384 2319.816,305.569 2320.044,305.952 C 2320.93,307.443 2321.94,308.244 2323.518,308.945 C 2324.436,309.352 2326.682,309.282 2326.967,310.529 C 2326.965,309.463 2324.839,307.687 2327.499,308.517 C 2328.982,308.98 2330.989,309.127 2332.139,310.255 C 2333.142,311.239 2332.586,311.783 2332.368,312.904 C 2332.219,313.665 2333.193,314.178 2333.668,314.559 C 2334.613,315.319 2335.443,316.207 2336.353,317.008 C 2337.726,318.217 2338.221,317.915 2339.774,318.197 C 2341.154,318.447 2345.933,321.842 2345.053,323.221 C 2344.162,324.618 2341.478,323.094 2340.824,322.05 C 2340.214,321.075 2341.292,321.075 2341.174,320.237 C 2341.089,319.633 2340.197,319.872 2340.36,320.536 C 2339.619,320.071 2338.622,320.29 2338.349,321.184 C 2340.992,321.676 2338.186,322.884 2338.839,324.082 C 2339.692,325.645 2340.146,327.182 2341.4,328.524 C 2342.848,330.074 2344.548,331.004 2346.37,332.037 C 2347.32,332.575 2348.66,333.089 2349.359,333.956 C 2349.904,334.632 2349.045,335.626 2349.219,336.375 C 2348.518,336.155 2347.818,336.365 2347.116,336.429 C 2346.178,336.514 2345.44,335.756 2344.507,335.698 C 2342.549,335.575 2342.454,337.162 2341.534,338.368 C 2340.505,339.718 2341.832,341.121 2342.661,342.245 C 2342.983,342.681 2346.472,345.421 2344.759,344.583 C 2346.158,345.652 2348.106,346.186 2348.999,347.823 C 2348.389,347.733 2347.283,347.51 2346.951,346.906 C 2346.552,346.178 2346.093,346.743 2345.473,346.743 C 2344.081,346.743 2342.703,348.495 2341.949,349.407 C 2341.366,348.896 2340.589,348.091 2339.719,348.47 C 2339.794,349.279 2340.45,349.174 2341.044,349.275 C 2341.618,349.372 2342.115,350.633 2342.543,351.077 C 2342.974,351.524 2342.841,351.986 2343.309,352.461 C 2343.951,353.114 2344.908,353.585 2345.288,354.435 C 2346.181,356.427 2347.124,359.121 2345.52,360.897 C 2344.864,361.625 2345.663,361.812 2345.19,362.549 C 2344.502,363.622 2344.307,364.865 2343.388,365.822 C 2342.908,364.342 2341.348,363.826 2340.149,363.086 C 2338.758,362.226 2337.786,360.865 2336.758,359.63 C 2335.598,358.235 2334.226,357.043 2332.858,355.86 C 2332.176,355.271 2331.494,354.683 2330.837,354.067 C 2330.261,353.528 2328.816,352.867 2330.279,352.718 C 2326.624,352.686 2322.837,347.111 2320.382,344.9 C 2316.485,341.39 2312.47,337.999 2308.489,334.584 C 2305.081,331.66 2302.437,328.526 2299.653,325.032 C 2298.599,323.709 2297.568,322.359 2296.566,320.995 C 2296.085,320.34 2295.598,319.651 2295.295,318.891 C 2295.125,318.465 2295.076,316.689 2295.508,318.374 C 2295.46,317.439 2295.619,315.044 2296.658,315.422 C 2295.889,314.489 2296.023,313.062 2295.101,312.231 C 2294.04,311.276 2292.43,310.807 2291.688,309.519 C 2292.789,309.254 2294.051,310.238 2295.07,309.811 C 2295.7,309.547 2295.001,308.357 2295.288,307.863 C 2296.532,308.494 2297.878,307.482 2299.108,308.079 C 2298.012,307.786 2298.466,306.869 2298.918,306.196 C 2299.195,305.781 2299.505,305.385 2299.752,304.951 C 2300.148,304.253 2299.616,303.502 2300.758,304.191 C 2299.52,303.215 2301.036,301.712 2299.84,300.652 C 2298.215,299.213 2300.199,297.84 2299.726,296.234 C 2299.316,294.843 2300.169,295.781 2300.737,294.861 C 2301.322,293.912 2300.832,293.014 2301.049,292.023 C 2301.157,291.527 2302.119,290.936 2301.914,290.377 C 2301.629,289.599 2300.768,289.37 2300.329,288.71 C 2301.169,288.161 2302.04,287.682 2302.823,287.049 C 2303.172,286.766 2303.148,286.141 2303.499,285.903 C 2304.08,285.508 2305.013,285.582 2305.612,285.881 C 2305.879,286.014 2306.749,284.865 2307.029,284.751 C 2306.189,284.545 2304.956,284.363 2304.759,283.322 C 2304.549,282.204 2305.697,282.207 2304.475,281.228 C 2303.51,280.456 2302.213,281.041 2301.638,279.647 C 2301.192,278.565 2301.174,277.922 2300.155,277.151 C 2298.965,276.25 2296.065,274.281 2298.202,272.786 C 2299.443,271.917 2302.438,273.286 2303.639,273.807 C 2302.902,273.409 2302.086,273.164 2301.41,272.656 C 2302.434,272.656 2303.488,273.043 2304.51,272.8 C 2301.957,272.397 2299.253,272.491 2296.856,271.398 C 2294.497,270.321 2291.752,271.442 2289.46,272.153 C 2289.788,273.032 2290.689,273.37 2291.55,273.449 C 2290.362,274.416 2292.987,275.925 2293.569,276.659 C 2294.741,278.143 2296.433,277.802 2297.6,278.993 C 2297.357,279.106 2297.117,279.226 2296.88,279.353 C 2297.01,279.601 2297.153,279.841 2297.311,280.073 C 2296.527,279.799 2295.901,279.183 2295.152,278.833 C 2294.532,278.543 2292.604,278.813 2294.43,279.353 C 2292.958,278.953 2291.481,279.477 2291.481,281.368 C 2291.481,282.926 2289.379,284.819 2290.76,286.265 C 2289.666,285.783 2288.54,286.354 2288.09,287.416 C 2287.352,287.042 2287.445,286.11 2286.709,285.837 C 2286.027,285.583 2286.568,284.306 2285.42,283.901 C 2284.072,283.426 2283.631,285.306 2282.734,283.93 C 2282.083,282.929 2281.107,282.321 2280.099,281.727 C 2282.332,282.277 2279.586,281.08 2280.459,281.08 C 2279.353,280.638 2280.352,280.287 2279.977,279.598 C 2279.56,278.829 2278.919,277.826 2278.243,277.278 C 2277.182,276.418 2276.554,277.175 2276.025,278.084 C 2275.154,279.582 2274.708,278.287 2273.693,278.008 C 2272.722,277.741 2271.905,276.915 2270.838,277.04 C 2269.779,277.165 2268.875,277.867 2267.786,277.856 C 2267.002,277.848 2265.851,278.428 2265.191,278.278 C 2264.017,278.01 2262.718,277.977 2261.52,277.84 C 2261.57,278.104 2261.621,278.368 2261.669,278.632 C 2260.148,278.127 2260.511,280.087 2259.359,280.361 C 2259.775,280.857 2261.626,281.96 2260.549,282.543 C 2259.228,283.26 2260.385,285.192 2260.666,286.006 C 2260.853,286.547 2260.316,287.467 2259.938,287.921 C 2259.252,288.74 2258.442,288.724 2258.385,290.003 C 2258.339,291.023 2258.759,292.058 2259.427,292.817 C 2257.269,292.459 2260.601,294.94 2261.157,295.193 C 2259.835,294.464 2260.387,296.12 2261.188,296.327 C 2261.922,296.516 2262.762,296.33 2263.466,296.633 C 2263.19,296.486 2262.926,296.318 2262.676,296.129 C 2264.379,294.202 2267.934,297.67 2269.366,298.073 C 2267.543,299.514 2266.439,297.99 2264.686,298.433 C 2266.139,300.221 2261.004,298.625 2260.436,298.504 C 2258.921,298.181 2259.301,298.143 2258.425,298.864 C 2257.708,299.454 2257.029,300.114 2258.135,300.807 C 2256.989,300.175 2253.816,299.629 2252.595,300.087 C 2252.759,300.329 2252.925,300.568 2253.095,300.807 C 2250.284,301.056 2247.784,300.944 2245.385,299.295 C 2246.419,299.232 2247.368,298.765 2248.415,298.791 C 2249.425,298.816 2250.656,299.069 2251.516,298.359 C 2250.29,297.383 2248.476,297.966 2247.061,297.153 C 2245.183,296.074 2243.178,294.993 2240.925,295.406 C 2241.757,297.238 2235.535,294.817 2235.035,294.706 C 2233.386,294.34 2230.69,293.277 2229.165,294.362 C 2227.559,295.506 2230.266,295.756 2230.845,296.342 C 2229.95,295.717 2228.781,296.37 2227.825,295.837 C 2227.608,297.405 2230.173,296.806 2230.635,298.069 C 2229.675,297.535 2228.429,298.393 2227.616,297.766 C 2226.194,296.668 2224.697,296.558 2222.995,297.134 C 2223.15,297.407 2223.32,297.671 2223.505,297.925 C 2222.704,297.383 2222.039,298.173 2221.147,297.754 C 2220.106,297.265 2218.738,297.008 2217.59,297.115 C 2215.809,297.281 2212.506,295.561 2215.226,298.573 C 2214.222,298.154 2213.237,298.978 2212.266,298.285 C 2211.362,297.639 2211.117,296.88 2209.896,296.773 C 2206.805,296.504 2203.773,297.214 2200.665,296.844 C 2199.292,296.681 2198.326,297.138 2197.006,297.277 C 2195.809,297.403 2195.125,297.119 2193.94,297.477 C 2192.64,297.87 2191.098,298.285 2190.583,299.727 C 2190.182,300.848 2191.041,301.988 2190.342,303.097 C 2189.748,304.037 2188.204,304.299 2187.885,305.419 C 2187.604,306.409 2188.449,307.69 2188.939,308.504 C 2189.418,309.303 2189.535,309.978 2188.374,310.075 C 2187.172,310.175 2187.591,311.308 2187.326,312.105 C 2186.99,313.118 2186.5,313.354 2185.767,313.99 C 2185.017,314.642 2185.056,315.718 2184.323,316.386 C 2183.82,316.844 2184.12,318.342 2183.97,319.032 C 2183.776,319.925 2184.372,320.272 2185.127,320.604 C 2183.414,320.689 2183.995,323.766 2183.001,324.66 C 2182.467,325.139 2181.794,325.802 2181.522,326.478 C 2181.244,327.172 2180.383,327.108 2179.95,327.626 C 2179.494,328.169 2179.889,329.005 2179.54,329.612 C 2179.05,330.464 2178.154,330.766 2177.416,331.337 C 2175.073,333.15 2177.966,334.373 2179.401,334.804 C 2181.456,335.42 2183.144,335.647 2185.281,335.467 C 2186.758,335.342 2189.855,335.063 2190.062,337.236 C 2190.103,337.658 2191.107,338.321 2191.36,338.665 C 2191.928,339.44 2192.326,340.144 2192.589,341.061 C 2193.121,342.922 2194.942,342.02 2196.218,341.771 C 2196.11,341.308 2196.073,340.62 2195.718,340.259 C 2195.227,339.76 2194.385,340.32 2194.053,339.496 C 2193.379,337.819 2195.817,338.146 2196.718,337.882 C 2196.571,338.626 2196.353,339.696 2195.348,339.611 C 2196.404,340.847 2198.381,340.696 2199.819,341.05 C 2199.385,341.386 2198.296,344.13 2198.625,344.297 C 2199.8,344.895 2202.222,344.284 2203.265,343.565 C 2204.365,342.807 2203.288,340.723 2204.499,340.907 C 2205.731,341.094 2205.382,343.848 2205.219,344.651 C 2207.403,344.187 2206.631,343.232 2205.719,341.483 C 2205.231,340.548 2204.968,340.626 2204.28,339.899 C 2203.641,339.224 2203.819,338.286 2202.7,338.099 C 2203.783,337.818 2205.027,338.423 2206.047,338.711 C 2207.479,339.116 2208.296,338.347 2209.643,338.209 C 2212.047,337.962 2214.659,340.751 2216.451,341.914 C 2217.505,342.598 2218.731,342.963 2219.906,343.375 C 2221.343,343.878 2222.38,344.771 2223.707,345.399 C 2224.409,345.732 2228.806,346.346 2228.349,348.12 C 2228.104,349.07 2227.495,347.001 2227.681,348.898 C 2226.574,348.44 2225.2,347.51 2223.942,347.746 C 2226.199,349.364 2230.968,349.779 2231.222,353.117 C 2231.315,354.34 2233.307,354.802 2234.271,355.013 C 2235.943,355.381 2234.574,357.055 2236.391,357.538 C 2235.421,358.184 2236.476,359.302 2235.704,359.92 C 2234.998,360.485 2235.593,362.049 2236.391,362.218 C 2235.071,363.039 2236.787,364.309 2237.331,364.984 C 2238.071,365.902 2237.786,367.384 2238.446,368.402 C 2239.149,369.485 2241.583,373.489 2243.231,372.947 C 2242.154,375.068 2244.178,375.506 2245.167,377.112 C 2245.637,377.876 2246.026,378.894 2245.681,379.787 C 2246.372,379.966 2247.35,381.729 2246.621,382.019 C 2247.796,381.586 2248.011,384.338 2248.574,385.153 C 2250.01,387.229 2248.392,388.818 2247.452,390.75 C 2246.345,393.023 2248.193,395.474 2246.87,397.686 C 2246.256,398.711 2246.722,400.426 2246.981,401.509 C 2247.143,401.907 2247.316,402.301 2247.497,402.691 C 2247.513,403.433 2247.179,403.629 2247.421,404.495 C 2247.971,406.465 2247.054,409.362 2246.158,411.128 C 2245.779,411.877 2245.561,412.565 2245.093,413.281 C 2244.474,414.226 2244.711,414.868 2244.381,415.881 C 2244.265,416.237 2244.255,417.842 2243.836,417.883 C 2242.632,417.999 2244.11,419.745 2243.403,420.324 C 2242.541,421.031 2242.576,420.957 2242.371,422.051 C 2242.212,422.904 2242.634,424.379 2241.721,424.932 C 2243.182,425.661 2241.179,429.106 2240.367,429.924 C 2238.096,432.215 2235.946,433.578 2233.124,434.997 C 2232.259,435.432 2231.482,436.05 2230.788,435.052 C 2230.663,434.872 2228.256,434.22 2228.013,434.232 C 2227.127,434.273 2225.92,433.333 2225.208,433.776 C 2224.856,433.995 2223.277,430.667 2222.931,430.26 C 2223.03,430.734 2222.279,432.414 2221.711,432.419 C 2220.309,432.433 2221.65,430.425 2220.205,430.315 C 2218.297,430.169 2220.409,433.827 2218.471,433.499 C 2219.139,433.867 2218.944,435.685 2218.761,436.451 C 2217.909,436.048 2215.894,435.245 2215.081,436.091 C 2216.468,436.813 2216.933,437.447 2216.741,439.043 C 2215.614,437.604 2214.577,435.939 2212.781,435.443 C 2213.51,434.118 2214.637,434.228 2215.888,434.138 C 2216.713,434.079 2216.235,432.978 2216.235,432.492 C 2216.236,429.712 2214.404,428.761 2213.281,426.442 C 2211.957,423.71 2210.363,421.36 2208.342,419.09 C 2208.109,418.828 2205.805,416.986 2206.513,416.736 C 2207.43,416.412 2208.297,416.649 2208.927,415.623 C 2209.177,415.216 2209.557,413.506 2210.041,413.409 C 2211.022,413.214 2213.23,414.409 2214.218,414.683 C 2214.865,414.863 2220.237,416.472 2219.126,414.356 C 2218.68,413.505 2217.353,411.987 2218.728,411.298 C 2219.825,410.749 2218.827,409.86 2218.51,409.169 C 2217.939,407.916 2219.651,407.282 2218.181,406.208 C 2219.752,405.424 2218.295,404.272 2217.832,403.549 C 2217.546,403.103 2217.81,402.518 2217.681,402.032 C 2217.455,401.182 2216.882,400.495 2216.656,399.645 C 2216.498,399.05 2216.638,398.387 2216.388,397.816 C 2216.117,397.197 2215.232,396.738 2215.618,395.94 C 2216.242,394.651 2217.511,395.373 2217.083,393.555 C 2216.775,392.243 2215.6,391.884 2214.776,390.915 C 2214.322,390.381 2214.007,389.751 2213.931,389.047 C 2213.806,387.897 2213.594,388.291 2212.613,387.774 C 2211.249,387.054 2209.719,387.349 2208.448,388.149 C 2208.229,388.287 2206.29,389.788 2206.474,389.861 C 2204.832,389.204 2202.12,389.878 2202.12,392.023 C 2202.12,393.546 2198.384,393.151 2197.209,393.298 C 2196.294,393.412 2196.025,393.439 2195.321,392.897 C 2194.723,392.437 2193.515,393.036 2192.882,393.145 C 2191.837,393.325 2187.432,390.394 2187.467,389.313 C 2187.531,387.372 2186.083,386.511 2184.446,385.625 C 2182.638,384.648 2184.597,382.83 2181.71,383.07 C 2179.647,383.242 2177.756,382.122 2176.242,380.768 C 2175.379,379.997 2174.858,379.986 2173.84,379.679 C 2173.68,379.631 2171.023,377.287 2172.101,379.206 C 2170.811,378.676 2169.413,378.835 2168.209,378.044 C 2167.142,377.343 2166.517,377.102 2165.303,377.187 C 2163.624,377.304 2162.751,377.478 2161.041,377.073 C 2159.447,376.696 2158.12,375.682 2156.967,374.543 C 2156.241,373.826 2156.005,372.247 2155.183,371.77 C 2153.71,370.915 2153.037,370.621 2152.12,369.085 C 2150.525,366.415 2147.082,365.563 2145.254,363.018 C 2144.829,362.427 2143.406,361.101 2142.716,360.85 C 2141.779,360.509 2140.549,359.008 2139.662,358.415 C 2138.391,357.564 2138.185,356.324 2137.032,355.456 C 2135.845,354.561 2134.553,353.776 2133.394,352.85 C 2132.831,352.401 2131.833,352.554 2131.5,351.815 C 2131.143,351.023 2131.122,351.063 2130.255,350.598 C 2129.234,350.05 2127.625,349.699 2127.03,348.722 C 2126.65,348.098 2124.461,347.798 2123.668,347.481 C 2122.953,347.195 2121.496,346.679 2121.48,347.96 C 2120.249,347.332 2118.786,347.547 2117.553,346.931 C 2116.922,346.617 2116.397,346.137 2115.766,345.822 C 2115.066,345.472 2114.253,345.574 2113.554,345.193 C 2110.582,343.568 2107.259,345.171 2104.1,344.85 C 2101.316,344.568 2098.742,346.078 2095.976,346.322 C 2093.132,346.572 2094.226,349.885 2091.82,350.697 C 2092.778,351.759 2093.207,352.012 2094.63,351.922 C 2095.603,351.86 2097.236,351.956 2097.743,352.972 C 2098.342,354.167 2099.889,355.004 2100.281,356.132 C 2100.957,358.08 2099.421,358.029 2098.786,359.638 C 2098.318,360.826 2098.896,362.42 2099.002,363.643 C 2099.06,364.312 2099.137,365.147 2098.823,365.775 C 2098.475,366.47 2099.345,367.041 2099.177,367.759 C 2098.94,368.777 2098.861,369.447 2099.089,370.498 C 2099.222,371.108 2100.909,371.366 2101.323,372.165 C 2102.147,373.754 2098.566,374.056 2097.725,374.367 C 2096.495,374.822 2096.073,376.325 2095.249,377.236 C 2094.249,378.344 2091.797,376.859 2090.606,376.652 C 2089.041,376.381 2087.391,376.237 2085.984,375.43 C 2084.429,374.537 2083.283,373.467 2081.346,373.705 C 2079.809,373.894 2078.882,374.898 2077.288,374.585 C 2075.435,374.221 2074.144,373.161 2072.517,372.297 C 2069.17,370.521 2066.331,371.817 2063.624,373.987 C 2062.586,374.82 2062.521,375.639 2062.047,376.792 C 2061.367,378.445 2059.64,377.522 2058.3,377.851 C 2057.092,378.148 2055.118,378.185 2054.043,378.727 C 2053.263,379.121 2052.449,378.797 2051.709,379.168 C 2051.037,379.505 2050.539,380.084 2049.853,380.415 C 2048.689,380.978 2047.331,380.338 2046.112,380.313 C 2043.98,380.27 2042.047,380.399 2039.978,379.712 C 2036.769,378.646 2034.021,379.933 2031.045,377.908 C 2029.948,377.162 2028.763,376.827 2027.903,375.76 C 2026.766,374.347 2026.418,373.886 2024.496,373.836 C 2022.825,373.793 2021.418,373.654 2019.996,372.704 C 2018.878,371.956 2017.784,370.965 2016.396,370.786 C 2014.87,370.588 2013.87,371.015 2012.327,370.497 C 2010.456,369.87 2007.948,369.652 2006.026,370.094 C 2002.313,370.948 1998.649,373.316 1994.756,371.937 C 1993.67,371.554 1993.233,371.105 1991.985,370.987 C 1991.081,370.902 1989.555,370.386 1988.853,369.791 C 1988.136,369.184 1987.142,369.2 1986.613,368.37 C 1986.094,367.556 1985.363,367.097 1984.764,366.357 C 1983.602,364.92 1982.874,362.335 1980.851,361.966 C 1978.514,361.542 1976.205,361.499 1973.975,360.641 C 1971.141,359.549 1968.222,359.637 1965.381,358.75 C 1962.672,357.904 1960.08,356.722 1957.386,355.88 C 1957.574,356.603 1958.003,358.562 1956.956,358.877 C 1955.505,359.314 1955.332,360.197 1955.945,361.496 C 1953.77,360.771 1955.323,365.555 1956.524,366.166 C 1957.644,366.735 1957.783,368.251 1959.045,368.786 C 1960.333,369.331 1960.953,369.59 1961.193,371.161 C 1961.349,372.185 1961.001,373.873 1959.714,374.036 C 1958.494,374.19 1958.402,375.454 1957.254,375.696 C 1955.967,375.967 1954.354,374.771 1953.039,374.622 C 1951.208,374.414 1949.476,373.885 1947.673,373.663 C 1946.501,373.524 1945.733,373.788 1944.76,374.469 C 1944.348,374.758 1940.953,373.711 1940.364,373.619 C 1938.689,373.358 1937.132,372.866 1935.882,371.674 C 1934.935,370.772 1934.208,369.524 1932.944,369.02 C 1930.506,368.047 1927.473,369.39 1925.105,368.519 C 1924.054,368.132 1924.591,366.517 1923.2,367.493 C 1921.616,368.603 1921.102,366.506 1919.594,366.536 C 1920.263,367.959 1918.225,367.879 1917.375,367.946 C 1916.752,367.995 1916.25,368.052 1915.885,368.622 C 1915.113,369.83 1914.841,369.505 1913.565,369.915 C 1912.721,370.186 1912.234,370.673 1911.653,371.305 C 1910.999,372.016 1910.403,371.792 1909.539,372.1 C 1909.333,372.174 1907.523,372.894 1907.555,373.126 C 1907.721,374.389 1906.334,373.85 1905.476,374.454 C 1905.688,375.074 1906.061,375.69 1906.636,376.038 C 1905.553,376.441 1904.689,376.792 1903.535,376.975 C 1903.683,377.212 1903.826,377.452 1903.965,377.695 C 1903.264,378.24 1902.444,377.925 1901.736,377.623 C 1901.871,379.002 1900.579,378.075 1899.631,377.925 C 1898.514,377.748 1897.666,378.151 1897.59,379.3 C 1897.494,380.764 1894.376,381.773 1893.096,381.295 C 1892.142,380.939 1892.358,380.173 1891.109,380.024 C 1889.884,379.879 1889.294,378.52 1888.387,377.844 C 1887.669,377.31 1886.304,377.631 1886.695,376.365 C 1886.997,375.385 1886.228,375.174 1885.572,375.771 C 1885.218,376.093 1884.617,376.611 1884.47,377.089 C 1884.032,378.527 1882.822,377.352 1882.147,377.263 C 1880.743,377.079 1877.947,377.44 1876.818,376.516 C 1875.657,375.565 1874.911,374.221 1873.956,373.087 C 1872.56,371.429 1869.117,372.431 1867.784,370.426 C 1866.057,367.828 1862.877,365.753 1859.699,365.22 C 1859.372,365.165 1858.789,365.057 1858.518,365.338 C 1857.712,366.174 1858.12,365.893 1856.995,366.089 C 1856.162,366.235 1856.007,367.249 1854.851,367.284 C 1854.429,367.254 1854.031,367.335 1853.655,367.526 C 1852.848,367.91 1852.421,367.329 1851.657,367.219 C 1850.736,367.086 1849.342,367.959 1848.542,367.328 C 1847.959,366.868 1847.536,365.686 1846.702,365.641 C 1846.245,365.618 1845.149,365.954 1844.964,365.301 C 1844.737,364.503 1845.516,363.551 1844.138,363.69 C 1843.475,363.756 1843.034,362.939 1842.247,362.915 C 1842.084,362.909 1840.647,363.218 1840.537,363.511 C 1840.21,364.375 1841.18,364.623 1840.725,365.483 C 1840.078,366.704 1838.364,366.253 1839.308,367.255 C 1836.788,366.705 1834.107,362.574 1832.299,360.853 C 1829.416,358.109 1826.433,355.491 1823.522,352.779 C 1820.712,350.161 1818.055,347.485 1814.73,345.5 C 1811.147,343.36 1807.172,342.006 1803.818,339.462 C 1804.253,339.183 1805.161,339.597 1805.478,339.204 C 1805.961,338.605 1806.274,337.709 1805.257,337.446 C 1805.43,337.17 1805.62,336.906 1805.827,336.654 C 1804.728,337.065 1803.718,337.866 1802.557,337.698 C 1802.466,337.685 1801.231,338.72 1801.107,338.776 C 1800.001,339.268 1798.839,339.644 1797.627,339.75 C 1798.569,340.844 1796.409,341.721 1795.677,341.982 C 1794.128,342.534 1793.031,342.743 1793.157,344.718 C 1792.573,344.715 1792.379,344.382 1791.994,344.036 C 1791.375,343.479 1790.962,344.248 1790.316,343.718 C 1789.07,342.696 1787.686,344.419 1786.897,345.149 C 1786.583,344.191 1785.234,344.302 1784.947,343.349 C 1784.563,342.077 1786.268,341.411 1787.257,341.548 C 1787.259,340.845 1786.851,340.24 1786.318,339.82 C 1785.016,343.334 1780.102,337.126 1779.047,340.108 C 1779.624,339.84 1780.162,340.114 1780.487,340.612 C 1779.887,340.602 1779.383,340.819 1778.977,341.26 C 1778.538,340.3 1777.536,340.066 1778.546,339.316 C 1777.326,339.242 1776.568,337.839 1775.516,337.372 C 1775.37,337.989 1775.687,338.536 1776.237,338.812 C 1775.603,338.904 1774.383,338.095 1773.921,338.551 C 1773.468,338.998 1772.788,339.804 1772.042,339.425 C 1770.798,338.793 1769.738,339.73 1768.467,338.163 C 1770.53,338.006 1767.943,335.844 1768.898,334.851 C 1768.146,334.455 1767.398,334.201 1766.808,333.555 C 1766.053,332.727 1766.041,331.6 1765.126,330.854 C 1763.526,329.55 1762.676,329.492 1761.416,330.765 C 1760.468,331.723 1758.058,330.121 1757.168,329.679 C 1756.289,329.243 1755.299,329.227 1754.347,329.091 C 1753.687,329.643 1752.561,328.777 1751.618,328.731 C 1751.839,328.967 1752.056,329.207 1752.267,329.451 C 1751.658,329.523 1751.058,329.475 1750.467,329.307 C 1750.89,330.539 1749.733,330.292 1749.028,330.675 C 1748.668,330.87 1747.334,331.478 1748.878,331.755 C 1748.013,332.797 1745.422,333.347 1744.093,333.608 C 1742.336,333.952 1740.612,334.279 1738.867,334.673 C 1737.303,335.027 1730.827,334.721 1730.865,336.667 C 1730.874,337.146 1730.836,338.364 1730.004,337.565 C 1729.359,336.946 1728.805,337.752 1728.083,337.621 C 1726.994,337.423 1726.32,337.615 1725.255,337.759 C 1724.859,337.89 1724.454,337.929 1724.038,337.874 C 1723.951,338.117 1723.857,338.357 1723.758,338.595 C 1722.89,338.843 1718.743,338.192 1718.641,339.417 C 1718.535,340.687 1714.959,338.602 1715.399,341.331 C 1714.506,341.268 1714.266,340.322 1713.313,340.322 C 1712.387,340.322 1711.622,341.051 1710.689,340.867 C 1710.077,340.746 1706.303,339.323 1706.758,340.97 C 1706.284,340.827 1705.804,340.803 1705.319,340.898 C 1706.023,341.476 1707.987,343.072 1705.539,343.274 C 1706.246,343.658 1707.273,344.219 1708.11,344.115 C 1708.89,344.018 1709.452,343.683 1709.999,344.498 C 1709.703,344.928 1705.898,345.588 1708.688,346.369 C 1710.615,346.909 1712.561,346.813 1714.379,347.869 C 1716.216,348.936 1712.525,349.114 1712.16,349.114 C 1711.509,349.114 1711.012,348.67 1710.385,348.636 C 1709.591,348.594 1708.5,348.8 1707.698,348.89 C 1708.432,349.742 1706.972,350.371 1706.644,350.989 C 1706.508,351.243 1709.279,353.936 1709.717,354.218 C 1709.255,354.462 1708.897,354.937 1708.514,355.28 C 1707.873,355.854 1707.271,355.612 1706.522,355.904 C 1706.326,355.98 1703.804,357.409 1703.804,357.405 C 1703.81,358.5 1706.663,358.306 1707.205,359.072 C 1708.101,360.337 1708.829,359.866 1710.161,360.188 C 1711.279,360.459 1711.785,361.458 1713.121,361.587 C 1714.835,361.754 1715.128,362.673 1716.558,363.146 C 1715.028,363.326 1716.15,365.38 1716.142,366.257 C 1716.126,367.738 1712.048,368.24 1710.975,368.186 C 1710.206,368.147 1709.168,368.098 1708.531,367.607 C 1708.098,367.274 1707.487,366.301 1706.828,366.458 C 1706.116,366.627 1706.321,367.616 1706.276,368.125 C 1706.18,369.198 1704.857,369.354 1704.028,369.41 C 1704.757,368.229 1701.811,368.112 1701.259,368.06 C 1699.942,367.936 1698.058,367.568 1697.28,366.369 C 1696.726,365.516 1695.557,363.315 1694.102,364.376 C 1692.257,365.72 1691.333,362.791 1691.426,366.099 C 1690.706,365.769 1690.382,366.601 1689.72,366.403 C 1689.131,366.226 1687.788,365.476 1687.553,364.876 C 1687.312,364.26 1684.199,364.477 1684.147,365.451 C 1683.704,365.102 1683.201,364.91 1682.637,364.875 C 1682.717,366.05 1681.182,366.34 1680.885,367.423 C 1680.469,368.938 1678.539,369.271 1677.557,368.396 C 1676.736,367.664 1675.207,367.587 1674.201,366.855 C 1673.28,366.185 1671.472,364.425 1670.187,365.308 C 1670.463,366.127 1671.281,366.746 1671.687,367.506 C 1672.003,368.1 1671.749,370 1670.771,369.164 C 1670.199,368.676 1669.999,367.622 1670.125,366.916 C 1670.215,366.413 1667.79,365.428 1667.155,364.677 C 1666.279,363.642 1665.374,363.957 1664.264,363.481 C 1663.031,362.951 1662.821,361.446 1661.223,361.25 C 1658.479,360.913 1655.24,362.398 1654.126,358.828 C 1653.188,359.351 1652.364,359.373 1651.481,359.77 C 1650.855,360.051 1650.916,361.011 1650.526,361.492 C 1649.741,360.187 1648.4,362.316 1647.972,360.575 C 1647.687,359.415 1644.946,359.212 1643.826,358.973 C 1644.019,359.452 1644.213,359.933 1644.406,360.412 C 1642.547,359.535 1642.991,360.996 1642.3,362.283 C 1641.853,363.116 1640.937,363.023 1640.154,363.246 C 1639.302,363.488 1638.931,364.444 1637.97,364.444 C 1637.433,364.444 1636.345,364.245 1636.195,365.02 C 1636.098,365.52 1636.935,366.305 1636.435,366.71 C 1635.045,367.835 1633.413,368.72 1631.665,368.261 C 1632.911,368.656 1633.336,371.014 1633.889,372.017 C 1634.193,372.568 1635.198,373.243 1634.55,373.889 C 1633.79,374.647 1632.318,375.229 1631.293,374.746 C 1629.332,373.822 1627.732,370.083 1625.422,370.057 C 1622.757,370.027 1624.904,373.033 1623.828,373.809 C 1622.067,375.078 1621.507,375.943 1621.974,378.379 C 1622.188,379.5 1625.323,380.581 1623.638,381.829 C 1622.423,382.729 1621.152,385.036 1622.063,386.586 C 1622.552,387.418 1623.683,387.642 1624.537,387.862 C 1626.085,388.26 1625.864,388.986 1626.906,389.931 C 1626.665,390.097 1626.425,390.265 1626.186,390.435 C 1626.64,390.868 1627.661,393.584 1628.4,392.592 C 1629.028,391.747 1630.836,392.111 1631.676,392.269 C 1635.108,392.913 1636.586,395.816 1638.792,398.248 C 1639.446,398.97 1640.695,399.811 1640.973,400.794 C 1641.361,402.171 1638.373,400.47 1637.858,401.478 C 1637.453,402.27 1643.243,403.645 1643.476,405.123 C 1643.212,404.974 1642.945,404.83 1642.675,404.69 C 1642.722,405.198 1642.795,405.702 1642.896,406.202 C 1642.316,405.821 1641.124,405.796 1641.166,406.778 C 1640.677,406.468 1640.173,406.445 1639.656,406.706 C 1640.32,406.841 1640.375,407.279 1640.015,407.786 C 1640.612,407.789 1640.954,408.111 1640.875,408.723 C 1640.548,408.548 1637.264,407.325 1638.505,408.867 C 1637.887,408.803 1637.694,409.275 1637.229,409.523 C 1636.283,410.028 1634.804,408.925 1635.116,410.523 C 1634.357,410.125 1633.652,409.607 1632.816,409.371 C 1633.367,409.812 1633.409,410.555 1633.606,411.172 C 1633.182,410.493 1632.657,409.597 1631.736,409.588 C 1634.009,412.159 1631.673,414.685 1630.876,417.436 C 1630.665,417.21 1630.472,416.97 1630.296,416.716 C 1631.092,417.757 1628.944,418.539 1628.857,419.524 C 1628.731,420.934 1630.385,421.221 1631.338,421.724 C 1632.613,422.397 1633.251,422.975 1634.085,424.152 C 1634.586,424.859 1635.288,425.662 1635.337,426.575 C 1635.383,427.443 1634.386,428.114 1635.696,428.308 C 1635.583,427.569 1635.425,424.656 1636.776,425.499 C 1636.212,426.462 1635.079,429.995 1636.916,430.323 C 1636.237,430.86 1635.98,432.587 1636.82,433.099 C 1637.998,433.818 1638.32,434.917 1639.016,436.022 C 1639.666,437.049 1640.859,437.778 1641.763,438.563 C 1642.801,439.463 1643.406,440.601 1644.336,441.563 C 1645.137,442.391 1646.17,442.709 1645.508,443.845 C 1644.883,444.917 1643.893,445.544 1643.079,446.439 C 1642.677,446.88 1642.247,448.095 1641.745,448.324 C 1640.845,448.736 1639.116,448.065 1638.289,447.691 C 1637.287,447.238 1637.331,445.907 1636.416,445.42 C 1635.558,444.964 1634.973,444.629 1634.232,443.887 C 1632.51,442.158 1629.805,442.035 1627.531,441.127 C 1626.931,440.887 1625.161,440.236 1625.075,439.468 C 1624.989,438.697 1625.65,437.574 1624.767,437.103 C 1623.391,436.37 1622.677,437.417 1621.537,436.016 C 1620.865,435.19 1618.599,434.627 1618.485,436.228 C 1616.994,433.143 1613.36,437.585 1611.145,435.94 C 1611.972,435.035 1606.063,432.582 1605.221,432.008 C 1604.532,431.538 1603.75,431.641 1602.965,431.613 C 1602.103,431.582 1601.462,431.005 1600.635,430.971 C 1599.479,430.924 1598.533,431.416 1597.305,431.228 C 1595.992,431.027 1594.657,430.646 1593.443,430.104 C 1591.922,429.424 1584.198,426.29 1584.355,429.747 C 1580.975,428.054 1578.827,424.666 1575.512,422.827 C 1574.063,422.022 1572.366,421.779 1570.947,420.995 C 1569.641,420.274 1568.924,418.644 1567.435,418.227 C 1568.476,419.542 1565.169,418.668 1564.528,417.616 C 1563.237,415.495 1561.119,415.741 1559.085,414.844 C 1559.411,414.042 1560.303,414.004 1560.955,413.619 C 1560.346,413.619 1559.923,413.215 1559.875,412.611 C 1559.622,412.761 1559.383,412.929 1559.155,413.115 C 1559.695,411.182 1562.248,413.029 1563.045,413.763 C 1561.366,412.728 1565.625,413.154 1566.215,413.331 C 1566.612,412.562 1566.024,411.91 1565.925,411.171 C 1565.452,412.927 1565.069,410.932 1565.136,410.45 C 1566.609,411.372 1566.687,407.557 1567.585,406.994 C 1567.677,407.475 1567.773,407.955 1567.875,408.434 C 1568.249,407.95 1568.138,406.532 1568.735,406.274 C 1569.433,405.973 1570.233,407.186 1570.964,407.138 C 1571.202,406.228 1568.951,404.952 1568.357,404.594 C 1566.853,403.686 1565.713,404.031 1565.065,401.954 C 1565.947,402.314 1566.635,402.008 1567.481,401.755 C 1568.417,401.474 1569.104,402.019 1570.025,401.954 C 1570.377,400.535 1568.087,400.503 1571.107,400.098 C 1572.614,399.896 1574.416,398.882 1575.424,397.994 C 1574.114,398.394 1574.888,396.55 1573.235,396.839 C 1571.927,397.068 1570.672,398.006 1569.305,397.851 C 1569.635,397.125 1570.43,396.803 1571.185,396.843 C 1570.251,396.785 1569.747,397.377 1568.966,397.727 C 1567.895,398.207 1566.972,397.395 1568.014,396.482 C 1566.407,396.162 1567.926,393.848 1569.202,393.481 C 1569.849,393.295 1570.124,392.894 1570.44,392.335 C 1571.074,391.217 1572.18,391.99 1573.124,391.802 C 1574.2,391.588 1575.386,392.027 1576.483,391.929 C 1577.523,391.836 1578.278,388.895 1578.093,387.986 C 1577.719,388.085 1577.382,388.012 1577.083,387.77 C 1578.494,386.742 1575.752,385.81 1575.587,385.441 C 1575.106,384.362 1576.587,383.554 1577.443,383.81 C 1577.294,382.279 1576.266,383.821 1575.608,382.694 C 1575.095,381.817 1575.71,381.785 1576.366,381.518 C 1578.91,380.486 1576.198,378.097 1577.304,377.041 C 1576.573,376.688 1576.497,377.29 1575.864,377.33 C 1574.941,377.389 1573.945,377.004 1573.342,376.287 C 1572.486,375.269 1571.288,376.17 1570.534,374.666 C 1569.66,375.689 1566.831,374.503 1565.777,373.951 C 1563.741,372.886 1564.504,373.554 1562.824,374.521 C 1562.366,373.441 1561.146,373.405 1560.426,372.606 C 1559.772,371.881 1559.199,370.207 1558.074,370.093 C 1556.121,369.897 1554.551,371.774 1552.824,371.857 C 1552.765,371.86 1550.909,371.02 1550.763,370.942 C 1549.744,370.4 1548.994,369.58 1547.772,370.256 C 1546.43,370.999 1545.451,370.292 1544.924,368.911 C 1544.611,368.09 1543.332,365.736 1543.753,364.945 C 1542.339,365.021 1541.748,363.029 1540.26,363.772 C 1539.314,364.244 1536.927,363.462 1535.974,363.146 C 1537.092,362.488 1534.718,360.33 1534.917,359.954 C 1535.322,359.187 1536.265,359.438 1536.903,359.042 C 1536.436,357.999 1534.871,357.839 1534.391,356.793 C 1533.944,355.817 1532.901,353.672 1531.434,354.29 C 1530.043,354.875 1528.909,353.716 1527.299,354.36 C 1525.536,355.066 1524.551,354.417 1522.723,354.29 C 1522.842,355.996 1521.514,356.902 1519.934,356.366 C 1517.976,355.701 1517.454,353.674 1517.113,351.843 C 1516.887,350.622 1517.212,350.621 1516.164,349.77 C 1515.636,349.341 1514.27,348.344 1515.14,347.626 C 1516.957,346.127 1518.412,348.029 1520.259,347.869 C 1520.919,347.812 1524.07,346.045 1523.913,345.482 C 1523.684,344.657 1522.429,344.201 1521.802,343.75 C 1520.82,343.043 1522.406,342.868 1520.564,342.411 C 1519.492,342.146 1519.169,342.02 1518.077,342.248 C 1516.536,342.569 1517.627,341.256 1517.474,340.611 C 1517.219,339.53 1515.892,339.624 1515.093,339.243 C 1514.003,338.722 1513.306,337.656 1512.713,336.651 C 1512.14,335.68 1508.937,333.455 1510.221,332.599 C 1510.96,332.106 1510.45,331.101 1510.088,330.562 C 1509.359,329.474 1509.852,328.955 1509.759,327.838 C 1509.714,327.298 1505.675,325.523 1505.023,325.325 C 1503.971,325.006 1499.966,327.418 1499.696,325.816 C 1499.587,325.169 1500.024,324.654 1499.244,324.294 C 1498.514,323.957 1497.545,323.99 1496.776,324.157 C 1495.133,324.513 1494.377,322.958 1492.785,323.641 C 1491.863,324.036 1491.539,320.857 1491.264,320.378 C 1490.542,319.119 1489.254,316.946 1487.664,317.139 C 1488.475,316.086 1488.92,313.688 1487.541,313.076 C 1484.359,311.666 1485.526,310.622 1487.664,308.93 C 1486.843,308.821 1486.283,307.239 1485.595,306.655 C 1485.03,306.176 1485.245,305.556 1485.362,304.939 C 1485.565,303.866 1484.622,302.951 1484.598,301.883 C 1484.575,300.816 1485.905,300.413 1486.341,299.541 C 1486.947,298.325 1486.806,297.17 1488.525,297.194 C 1488.333,296.651 1487.802,296.38 1487.304,296.186 C 1487.812,295.506 1487.235,295.198 1487.118,294.54 C 1486.87,293.147 1488.201,294.547 1488.91,294.542 C 1489.327,294.54 1489.406,294.068 1489.557,293.766 C 1490.064,292.753 1491.03,293.808 1491.787,293.757 C 1493.112,293.668 1493.387,291.929 1494.876,291.971 C 1496.59,292.019 1498.188,293.089 1499.863,293.089 C 1501.398,293.089 1497.938,291.247 1497.859,291.193 C 1496.169,290.035 1494.7,291.222 1492.981,290.609 C 1491.777,290.179 1489.676,288.573 1488.813,287.616 C 1489.307,287.897 1489.811,288.161 1490.323,288.408 C 1490.14,287.86 1489.673,286.958 1490.393,286.536 C 1489.862,285.974 1488.74,286.699 1488.285,287 C 1487.075,287.8 1486.339,287.777 1484.923,287.761 C 1487.418,285.109 1490.874,283.614 1493.654,281.3 C 1496.53,278.905 1498.905,276.002 1501.883,273.749 C 1503.267,272.702 1503.683,271.646 1504.359,270.11 C 1504.939,268.793 1504.43,268.568 1503.227,267.847 C 1500.342,266.118 1497.39,264.501 1494.423,262.849 C 1495.561,262.274 1499.202,260.02 1496.757,258.795 C 1495.653,258.242 1491.739,256.823 1494.503,255.576 C 1493.978,254.52 1492.966,254.974 1492.068,254.683 C 1490.712,254.243 1490.424,252.527 1491.983,252.192 C 1491.752,251.683 1490.233,251.485 1490.654,250.782 C 1491.1,250.037 1491.587,248.58 1490.613,248.304 C 1491.358,248.17 1492.081,247.911 1492.842,247.871 C 1491.602,244.23 1488.258,242.433 1486.003,239.613 C 1483.67,236.696 1491.192,235.08 1489.428,233 C 1488.632,232.062 1486.741,231.265 1485.702,230.554 C 1484.379,229.648 1482.726,229.616 1481.388,228.738 C 1480.004,227.83 1479.81,226.752 1480.971,225.66 C 1482.314,224.427 1480.172,224.311 1479.388,224.208" id="path2924"/>
<path d="M 1528.988,251.784 C 1528.445,251.653 1527.919,251.701 1527.408,251.928 C 1527.935,251.88 1528.462,251.832 1528.988,251.784" id="path2930"/>
<path d="M 1541.088,145.584 C 1541.518,146.28 1543.892,145.97 1544.578,145.993 C 1546.264,146.05 1547.221,146.885 1548.878,146.203 C 1550.19,145.664 1551.986,145.311 1553.377,144.937 C 1555.212,144.443 1556.978,145.989 1558.878,145.44 C 1558.357,145.28 1557.827,145.16 1557.288,145.08 C 1559.27,144.725 1555.748,144.405 1555.354,144.388 C 1553.829,144.32 1552.304,144.524 1550.804,144.784 C 1547.57,145.342 1544.344,145.283 1541.088,145.584" id="path2932"/>
<path d="M 1555.268,148.608 C 1556.357,148.931 1557.475,148.536 1558.574,148.536 C 1559.019,148.424 1559.454,148.28 1559.879,148.104 C 1560.381,148.189 1560.884,148.261 1561.39,148.319 C 1561.059,147.454 1560.217,147.504 1559.45,147.528 C 1560.486,146.303 1563.337,147.115 1564.789,146.555 C 1567.122,145.656 1569.721,146.052 1572.12,145.44 C 1570.254,144.004 1567.99,145.43 1565.93,145.007 C 1566.725,144.754 1567.539,144.522 1568.38,144.503 C 1567.301,143.553 1565.598,144.481 1564.35,144.287 C 1564.838,144.104 1565.341,144.032 1565.861,144.071 C 1563.992,143.525 1562.003,144.423 1560.171,144.718 C 1560.923,144.983 1561.735,145.378 1562.551,145.078 C 1560.431,145.954 1559.759,146.248 1557.507,145.891 C 1556.024,145.656 1554.473,146.297 1553.041,146.59 C 1554.413,146.684 1555.814,146.23 1557.151,146.734 C 1556.408,146.827 1555.658,146.806 1554.911,146.806 C 1555.414,147.044 1555.944,147.164 1556.501,147.166 C 1554.512,148.267 1552.225,146.665 1550.161,147.382 C 1552.186,148.436 1554.305,147.473 1556.431,147.814 C 1555.974,147.98 1555.587,148.245 1555.268,148.608" id="path2934"/>
<path d="M 1562.188,239.688 C 1561.947,240.381 1562.187,240.429 1562.908,239.832 C 1562.668,239.784 1562.429,239.736 1562.188,239.688" id="path2942"/>
<path d="M 1565.998,148.824 C 1566.625,148.829 1567.186,148.481 1567.518,147.96 C 1566.497,147.709 1565.284,147.696 1564.418,148.392 C 1564.944,148.536 1565.472,148.68 1565.998,148.824" id="path2946"/>
<path d="M 1565.498,143.28 C 1565.771,143.701 1567.391,142.928 1567.728,142.847 C 1566.928,142.522 1566.065,142.546 1565.498,143.28" id="path2948"/>
<path d="M 1569.598,149.184 C 1568.785,149.354 1567.956,149.095 1567.149,149.329 C 1569.389,149.552 1571.846,150.191 1574.069,149.545 C 1572.511,149.13 1571.188,148.429 1569.598,149.184" id="path2950"/>
<path d="M 1577.088,147.888 C 1579.295,148.517 1582.087,148.505 1584.218,147.6 C 1582.813,147.496 1581.513,146.808 1580.094,146.808 C 1579.629,146.838 1579.197,146.971 1578.795,147.206 C 1577.943,147.612 1577.164,147.352 1576.298,147.6 C 1576.562,147.695 1576.824,147.792 1577.088,147.888" id="path2954"/>
<path d="M 1580.328,146.231 C 1580.841,146.403 1581.344,146.379 1581.838,146.16 C 1581.154,145.75 1580.344,145.473 1579.538,145.656 C 1579.787,145.868 1580.05,146.06 1580.328,146.231" id="path2956"/>
<path d="M 1582.639,141.912 C 1582.902,141.935 1583.165,141.96 1583.428,141.983 C 1582.948,141.754 1582.441,141.634 1581.908,141.624 C 1582.151,141.72 1582.396,141.816 1582.639,141.912" id="path2958"/>
<path d="M 1582.988,144.504 C 1583.507,145.167 1585.739,144.963 1586.476,145.003 C 1588.483,145.112 1590.355,144.804 1592.347,144.648 C 1589.256,144.39 1586.059,143.722 1582.988,144.504" id="path2960"/>
<path d="M 1583.278,146.304 C 1584,146.836 1585.129,146.794 1585.728,146.088 C 1584.947,145.687 1583.932,145.613 1583.278,146.304" id="path2962"/>
<path d="M 1584.288,143.424 C 1586.954,144.164 1590.231,144.179 1592.986,144.469 C 1595.093,144.691 1598.228,146.103 1600.128,144.576 C 1597.359,144.053 1594.213,143.309 1591.396,143.307 C 1590.049,143.307 1585.263,142.188 1584.288,143.424" id="path2964"/>
<path d="M 1587.168,146.231 C 1587.898,146.381 1588.695,146.686 1589.398,146.231 C 1588.678,145.943 1587.889,145.943 1587.168,146.231" id="path2968"/>
<path d="M 1588.898,142.344 C 1590.218,142.86 1592,142.715 1593.379,142.585 C 1595.361,142.397 1597.559,142.469 1599.478,141.912 C 1597.069,141.264 1594.387,141.197 1591.917,141.479 C 1592.415,141.774 1592.944,141.991 1593.507,142.127 C 1591.73,142.188 1589.838,141.332 1588.108,142.055 C 1588.372,142.151 1588.635,142.248 1588.898,142.344" id="path2970"/>
<path d="M 1598.328,221.112 C 1596.14,220.43 1593.819,219.257 1591.473,219.823 C 1590.704,220.008 1589.885,220.358 1589.378,220.992 C 1588.566,222.006 1589.437,222.601 1589.451,223.621 C 1589.477,225.447 1593.389,225.316 1594.585,225.097 C 1595.661,224.901 1596.847,224.813 1597.758,224.135 C 1598.274,223.752 1599.984,221.161 1600.198,222.983 C 1601.007,221.938 1599.021,221.253 1598.328,221.112" id="path2972"/>
<path d="M 1589.118,147.672 C 1589.806,147.997 1590.885,147.882 1591.418,147.312 C 1590.608,147.095 1589.898,147.593 1589.118,147.672" id="path2974"/>
<path d="M 1590.338,145.08 C 1591.85,145.828 1595.38,146.358 1596.748,145.08 C 1594.618,144.714 1592.478,145.002 1590.338,145.08" id="path2978"/>
<path d="M 1591.848,142.992 C 1595.244,143.417 1598.784,144.897 1602.218,143.928 C 1598.762,143.613 1595.319,143.12 1591.848,142.992" id="path2980"/>
<path d="M 1593.868,148.392 C 1594.183,149.508 1599.34,148.823 1600.198,148.609 C 1598.882,146.858 1596.138,146.598 1594.078,147.384 C 1594.273,147.622 1594.467,147.863 1594.658,148.105 C 1594.395,148.2 1594.132,148.296 1593.868,148.392" id="path2984"/>
<path d="M 1600.128,141.552 C 1600.666,141.53 1601.17,141.385 1601.639,141.12 C 1599.078,140.558 1596.237,140.157 1593.718,141.12 C 1595.864,141.052 1597.995,141.371 1600.128,141.552" id="path2986"/>
<path d="M 1598.828,139.824 C 1600.364,139.762 1603.46,140.379 1604.598,139.032 C 1602.411,138.78 1600.126,138.773 1597.968,139.248 C 1598.998,139.272 1599.022,139.44 1598.038,139.752 C 1598.302,139.776 1598.564,139.8 1598.828,139.824" id="path2992"/>
<path d="M 1602.648,148.536 C 1603.297,148.686 1606.784,147.907 1604.668,147.528 C 1606.173,146.999 1607.795,147.306 1609.348,147.168 C 1605.812,145.927 1601.713,146.026 1598.038,146.448 C 1599.839,146.535 1600.792,148.513 1602.648,148.536" id="path2994"/>
<path d="M 1599.118,145.656 C 1599.821,146.369 1601.606,146.12 1602.288,145.511 C 1601.231,145.512 1600.16,145.424 1599.118,145.656" id="path2996"/>
<path d="M 1603.298,197.136 C 1604.306,197.004 1605.326,197.07 1606.319,197.281 C 1605.492,197.176 1604.545,197.027 1604.089,197.928 C 1604.552,197.74 1605.032,197.668 1605.529,197.712 C 1605.129,198.169 1604.625,198.408 1604.018,198.432 C 1604.156,198.988 1604.583,199.402 1605.168,199.441 C 1604.684,199.624 1604.048,199.716 1603.658,200.088 C 1603.395,200.339 1603.99,201.042 1603.424,201.226 C 1602.211,201.619 1600.807,200.177 1599.574,201.271 C 1598.122,202.559 1599.951,203.986 1600.749,204.87 C 1601.224,205.395 1601.93,205.539 1602.603,205.558 C 1603.171,205.574 1605.695,205.859 1603.948,205.056 C 1605.499,205.581 1607.15,204.807 1608.478,206.064 C 1608.599,205.825 1608.718,205.585 1608.837,205.344 C 1609.078,205.535 1609.318,205.727 1609.558,205.92 C 1609.63,205.343 1609.992,205.063 1610.568,205.2 C 1609.709,207.684 1612.884,205.911 1613.448,205.992 C 1612.869,206.222 1612.362,206.631 1612.008,207.143 C 1613.224,207.797 1614.666,207.614 1615.899,208.223 C 1615.485,207.994 1612.96,207.757 1615.039,208.511 C 1614.325,208.323 1613.573,208.3 1612.879,208.583 C 1613.595,208.698 1614.562,209.197 1614.239,210.095 C 1613.753,209.71 1613.249,209.686 1612.729,210.024 C 1613.958,209.9 1615.269,210.252 1616.414,210.669 C 1617.053,210.902 1617.703,210.516 1618.334,210.746 C 1618.99,210.986 1619.633,211.329 1620.359,211.248 C 1620.11,210.992 1619.847,210.752 1619.569,210.528 C 1620.362,211.201 1622.673,212.494 1623.519,211.277 C 1624.031,210.541 1624.938,210.913 1625.593,211.174 C 1626.048,211.355 1628.75,211.963 1626.559,211.175 C 1627.507,211.565 1630.241,212.587 1631.159,211.823 C 1630.41,211.327 1629.396,211.656 1628.789,210.886 C 1630.936,210.858 1632.885,212.116 1635.049,211.966 C 1634.039,211.653 1632.843,211.745 1631.949,211.103 C 1632.635,211.472 1633.511,211.603 1634.279,211.584 C 1634.792,211.571 1636.842,211.028 1634.979,210.742 C 1636.602,210.577 1634.62,210.117 1634.097,209.96 C 1633.038,209.644 1631.948,209.464 1630.883,209.173 C 1629.14,208.696 1626.826,208.03 1625.571,206.648 C 1624.042,204.963 1621.969,203.682 1620.313,202.105 C 1619.801,201.618 1620.177,200.317 1619.94,200.189 C 1619.078,199.725 1618.882,198.814 1617.837,198.573 C 1618.323,198.667 1618.803,198.642 1619.277,198.501 C 1618.917,198.019 1618.436,197.755 1617.837,197.709 C 1618.296,197.711 1618.801,197.928 1619.244,198.028 C 1620.129,198.228 1619.64,197.051 1618.987,196.917 C 1619.511,197.065 1620.042,197.09 1620.577,196.989 C 1619.932,196.436 1619.063,196.579 1618.347,196.197 C 1618.771,196.398 1622.181,196.627 1621.654,195.566 C 1621.271,194.796 1619.248,195.197 1618.558,195.045 C 1619.549,195.113 1620.858,195.081 1621.658,194.397 C 1620.865,194.397 1620.071,194.397 1619.278,194.397 C 1620.325,194.18 1621.545,194.374 1622.448,193.677 C 1621.225,192.767 1619.035,192.597 1617.562,192.597 C 1615.018,192.597 1613.253,191.479 1610.752,192.551 C 1609.153,193.237 1606.47,192.173 1605.099,193.491 C 1604.685,193.888 1605.744,195.559 1606.318,195.693 C 1604.749,195.406 1602.778,195.214 1601.788,196.773 C 1602.298,196.867 1602.802,196.987 1603.298,197.136" id="path2998"/>
<path d="M 1601.428,144.432 C 1601.779,145.701 1605.458,144.72 1606.178,144.288 C 1604.638,143.922 1602.953,144.062 1601.428,144.432" id="path3004"/>
<path d="M 1601.998,141.696 C 1603.26,142.026 1604.818,142.207 1606.038,141.624 C 1604.68,141.379 1603.337,141.285 1601.998,141.696" id="path3008"/>
<path d="M 1603.298,143.063 C 1603.595,143.075 1603.881,143.027 1604.158,142.919 C 1603.871,142.968 1603.585,143.016 1603.298,143.063" id="path3010"/>
<path d="M 1605.028,142.344 C 1606.238,142.727 1607.596,142.634 1608.838,142.489 C 1607.595,142.157 1606.294,142.344 1605.028,142.344" id="path3014"/>
<path d="M 1611.508,190.296 C 1610.888,190.566 1608.626,190.921 1609.639,192.025 C 1609.356,192.163 1609.066,192.283 1608.768,192.384 C 1610.134,193.051 1611.841,191.978 1613.23,191.882 C 1614.126,191.82 1615.063,192.115 1615.942,192.247 C 1616.629,192.351 1619.684,193.297 1618.559,191.88 C 1618.991,192.581 1619.893,192.87 1620.653,193.011 C 1621.333,193.137 1623.819,193.61 1622.879,192.312 C 1623.75,193.025 1624.675,192.192 1625.119,191.449 C 1624.092,191.042 1622.813,191.021 1622.018,190.152 C 1623.123,190.68 1624.954,191.505 1626.092,190.504 C 1626.861,189.828 1621.159,188.876 1620.718,188.712 C 1621.887,189.014 1623.13,188.672 1624.276,189.064 C 1625.051,189.33 1625.943,189.963 1626.799,189.629 C 1628.758,188.865 1624.202,187.391 1623.598,187.344 C 1625.154,187.445 1624.24,186.986 1623.678,186.697 C 1625.341,186.552 1626.474,188.452 1628.208,187.705 C 1628.055,187.455 1627.888,187.215 1627.708,186.984 C 1628.262,187.365 1630.276,186.905 1628.428,186.697 C 1628.915,186.513 1629.419,186.441 1629.939,186.48 C 1629.322,184.907 1627.719,184.701 1626.409,183.96 C 1627.499,184.298 1628.957,184.974 1630.117,184.702 C 1630.714,184.562 1632.229,183.651 1630.729,183.456 C 1631.789,183.598 1631.789,183.43 1630.729,182.952 C 1631.823,183.254 1633.623,184.557 1634.548,183.24 C 1633.929,183.137 1633.353,182.921 1632.819,182.592 C 1633.542,182.93 1634.366,183.078 1635.161,182.985 C 1635.704,182.921 1637.709,182.537 1635.839,182.089 C 1636.342,182.089 1636.846,182.089 1637.349,182.089 C 1637.388,180.627 1634.845,181.706 1634.12,181.081 C 1634.807,181.096 1636.073,181.375 1636.2,180.361 C 1636.65,180.772 1637.18,180.965 1637.79,180.937 C 1637.326,179.74 1639.5,180.044 1639.59,178.92 C 1640.299,179.892 1641.197,179.141 1641.912,178.636 C 1642.969,177.89 1644.341,177.871 1645.577,177.645 C 1646.344,177.505 1649.047,177.399 1649.493,176.813 C 1649.74,176.489 1652.423,176.349 1653.115,176.213 C 1659.963,174.873 1666.937,174.368 1673.07,170.784 C 1672.309,170.725 1671.871,169.518 1671.145,169.13 C 1669.664,168.338 1667.905,168.044 1666.245,167.933 C 1663.285,167.736 1659.487,168.215 1657.15,170.207 C 1657.6,170.513 1658.084,170.753 1658.599,170.927 C 1657.556,171.131 1656.543,170.621 1655.499,170.783 C 1654.855,170.883 1654.258,171.377 1653.593,171.296 C 1652.888,171.21 1652.314,172.076 1651.503,172.184 C 1649.956,172.39 1648.38,172.176 1646.842,172.48 C 1644.282,172.985 1642.355,173.015 1639.742,172.78 C 1638.426,172.661 1637.127,172.534 1635.803,172.61 C 1634.859,172.664 1633.488,173.532 1635.119,174.024 C 1634.315,173.981 1633.596,174.801 1632.819,174.24 C 1633.078,174.064 1633.341,173.896 1633.609,173.735 C 1632.565,173.573 1631.251,173.559 1630.369,174.24 C 1630.925,174.176 1631.452,174.271 1631.949,174.528 C 1630.358,174.472 1628.41,174.501 1626.955,175.226 C 1625.955,175.725 1624.544,175.969 1623.464,176.306 C 1622.996,176.452 1620.083,176.835 1621.949,177.264 C 1621.166,177.427 1620.347,177.501 1619.639,177.912 C 1620.209,178.047 1620.7,178.427 1621.008,178.92 C 1619.501,179.113 1617.622,177.772 1616.399,179.208 C 1616.638,179.376 1616.878,179.544 1617.119,179.712 C 1615.967,181.477 1613.206,178.702 1612.35,179.954 C 1611.055,181.849 1617.567,180.715 1615.178,181.368 C 1615.664,181.402 1616.144,181.473 1616.618,181.584 C 1615.617,181.784 1614.38,181.744 1613.597,182.521 C 1614.549,182.834 1615.522,182.393 1616.465,182.787 C 1617.284,183.129 1618.179,183.306 1619.068,183.241 C 1617.891,183.42 1616.793,182.9 1615.596,183.12 C 1615.049,183.221 1613.163,182.987 1612.831,183.495 C 1612.201,184.463 1615.993,184.601 1616.547,184.68 C 1615.052,184.865 1613.188,184.379 1611.938,185.472 C 1612.793,185.483 1613.636,185.717 1614.388,186.12 C 1613.495,185.859 1611.962,185.575 1611.148,186.192 C 1612.697,186.276 1614.359,186.482 1615.757,187.2 C 1614.561,187.262 1613.389,186.778 1612.198,186.712 C 1611.358,186.665 1608.838,188.048 1610.637,188.136 C 1608.841,188.597 1607.063,189.121 1605.307,189.72 C 1606.696,189.821 1607.993,191.28 1609.402,190.381 C 1610.699,189.553 1612.37,189.937 1613.807,189.937 C 1613.027,189.976 1612.292,190.277 1611.508,190.296" id="path3018"/>
<path d="M 1610.208,209.088 C 1611.145,207.109 1608.854,207.253 1607.828,206.28 C 1608.341,206.455 1608.848,206.647 1609.348,206.856 C 1608.546,206.128 1605.694,205.419 1605.458,207.072 C 1607.168,207.504 1608.91,207.775 1610.208,209.088" id="path3020"/>
<path d="M 1606.758,149.544 C 1606.635,149.568 1606.512,149.592 1606.389,149.616 C 1607.491,149.576 1608.618,150.113 1609.708,149.76 C 1608.711,149.722 1607.763,149.259 1606.758,149.544" id="path3022"/>
<path d="M 1608.628,141.912 C 1608.435,141.935 1608.241,141.96 1608.048,141.983 C 1609.247,142.14 1610.726,142.494 1611.868,141.912 C 1610.787,141.949 1609.707,141.777 1608.628,141.912" id="path3024"/>
<path d="M 1608.908,146.088 C 1611.082,147.159 1614.298,146.68 1616.681,146.666 C 1618.26,146.657 1621.16,146.559 1621.797,144.72 C 1618.68,142.984 1614.687,144.718 1611.358,144.504 C 1613.245,144.313 1610.92,144.354 1610.639,144.378 C 1609.697,144.458 1608.873,144.87 1608.188,145.512 C 1608.406,145.731 1608.646,145.923 1608.908,146.088" id="path3026"/>
<path d="M 1608.768,149.184 C 1610.45,149.397 1612.179,149.97 1613.809,149.184 C 1612.299,148.5 1610.159,147.939 1608.768,149.184" id="path3028"/>
<path d="M 1610.858,143.496 C 1612.824,144.309 1616.3,144.643 1617.908,142.92 C 1615.571,142.646 1613.112,142.798 1610.858,143.496" id="path3030"/>
<path d="M 1623.028,144.36 C 1624.632,145.641 1627.072,145.258 1628.959,145.122 C 1631.373,144.947 1633.731,144.812 1636.059,144.072 C 1635.392,142.039 1631.425,142.152 1629.855,142.698 C 1628.853,143.047 1629.893,143.639 1628.668,143.639 C 1626.68,143.64 1624.944,143.762 1623.028,144.36" id="path3040"/>
<path d="M 1640.309,225.144 C 1640.88,225.59 1642.809,225.185 1643.329,224.785 C 1642.336,225.038 1641.304,224.912 1640.309,225.144" id="path3056"/>
<path d="M 1644.268,216.072 C 1645.048,216.456 1645.897,216.687 1646.639,217.151 C 1644.446,215.925 1648.256,216.872 1648.762,217.024 C 1649.693,217.303 1650.168,218.166 1651.178,218.267 C 1651.936,218.343 1656.51,218.442 1654.348,216.963 C 1652.583,215.755 1650.471,215.133 1648.484,214.415 C 1647.302,213.987 1645.571,212.691 1644.281,212.877 C 1643.481,212.992 1642.992,213.933 1642.109,213.624 C 1642.654,213.829 1643.204,214.021 1643.758,214.2 C 1643.226,214.302 1642.699,214.278 1642.178,214.128 C 1642.834,214.818 1643.354,215.683 1644.268,216.072" id="path3058"/>
<path d="M 1650.028,222.336 C 1649.347,221.33 1648.024,221.302 1646.998,220.896 C 1647.919,221.509 1648.97,222.012 1650.028,222.336" id="path3060"/>
<path d="M 1687.389,222.624 C 1688.689,222.919 1689.903,223.501 1691.208,223.776 C 1689.982,223.239 1688.779,222.53 1687.389,222.624" id="path3062"/>
<path d="M 1691.928,219.744 C 1692.43,220.05 1692.96,220.098 1693.518,219.888 C 1693.57,218.738 1692.369,219.202 1691.928,219.744" id="path3064"/>
<path d="M 1692.358,191.952 C 1692.87,192.986 1693.302,193.022 1693.177,194.248 C 1693.045,195.546 1694.174,194.176 1694.228,194.184 C 1696.932,194.537 1699.412,194.167 1702.148,193.464 C 1700.835,192.575 1700.901,193.106 1699.57,193.101 C 1698.832,193.099 1698.084,192.32 1698.767,191.664 C 1696.633,191.374 1694.406,191.076 1692.358,191.952" id="path3066"/>
<path d="M 1698.698,192.456 C 1699.367,193.07 1699.631,192.95 1699.488,192.096 C 1699.225,192.216 1698.962,192.336 1698.698,192.456" id="path3070"/>
<path d="M 1718.858,240.336 C 1718.033,240.186 1717.16,240.45 1716.478,240.336 C 1715.559,240.182 1715.173,239.264 1714.177,239.903 C 1715.758,239.582 1716.652,241.166 1717.988,241.632 C 1719.396,242.122 1720.771,241.131 1718.858,240.336" id="path3076"/>
<path d="M 1715.618,194.616 C 1716.688,195.457 1718.192,195.404 1719.428,195.84 C 1718.96,195.343 1717.914,194.048 1719.428,194.184 C 1718.196,194.077 1716.562,193.452 1715.618,194.616" id="path3078"/>
<path d="M 1720.229,191.952 C 1720.918,191.329 1723.381,192.392 1723.178,190.872 C 1722.082,191.016 1720.896,190.863 1720.229,191.952" id="path3082"/>
<path d="M 1722.389,240.479 C 1721.869,240.489 1721.366,240.584 1720.878,240.767 C 1721.764,241.738 1723.474,241.988 1724.689,241.631 C 1724.03,241.063 1723.229,240.688 1722.389,240.479" id="path3084"/>
<path d="M 1723.828,191.16 C 1725.083,191.614 1726.481,191.608 1727.788,191.807 C 1726.632,191.24 1725.108,190.919 1723.828,191.16" id="path3086"/>
<path d="M 1725.988,193.68 C 1726.791,193.806 1727.64,194.159 1728.358,193.536 C 1727.564,193.563 1726.758,193.383 1725.988,193.68" id="path3088"/>
<path d="M 1733.479,199.44 C 1735.154,200.988 1739.458,199.804 1740.889,198.36 C 1739.737,197.756 1738.371,197.494 1737.078,197.496 C 1735.559,197.498 1734.688,198.743 1733.479,199.44" id="path3090"/>
<path d="M 1734.268,164.664 C 1734.755,164.846 1735.258,164.942 1735.779,164.952 C 1735.303,164.71 1734.799,164.614 1734.268,164.664" id="path3092"/>
<path d="M 1734.698,183.815 C 1735.433,184.105 1736.195,184.381 1736.998,184.391 C 1736.4,183.634 1735.488,183.691 1734.628,183.599 C 1735.659,183.807 1735.683,183.879 1734.698,183.815" id="path3094"/>
<path d="M 1740.389,174.96 C 1741.377,175.325 1742.448,175.281 1743.479,175.392 C 1742.484,175.044 1741.418,175.1 1740.389,174.96" id="path3096"/>
<path d="M 1740.458,195.552 C 1741.103,197.181 1744.068,196.799 1745.428,196.92 C 1745.766,195.861 1744.86,195.38 1744.065,194.981 C 1742.318,194.102 1741.937,194.465 1740.458,195.552" id="path3098"/>
<path d="M 1745.348,177.768 C 1745.085,177.768 1744.822,177.768 1744.559,177.768 C 1745.662,179.128 1743.83,178.48 1743.409,178.128 C 1743.075,179.018 1743.974,179.342 1744.662,179.067 C 1745.145,178.874 1745.923,179.868 1746.429,179.928 C 1746.251,179.696 1746.084,179.456 1745.929,179.208 C 1746.19,179.105 1746.453,179.009 1746.719,178.92 C 1746.293,178.458 1745.767,178.242 1745.14,178.273 C 1745.208,178.104 1745.278,177.936 1745.348,177.768" id="path3100"/>
<path d="M 1746.868,175.104 C 1747.389,174.954 1747.916,174.93 1748.448,175.032 C 1747.089,174.396 1745.283,174.318 1743.838,174.672 C 1744.836,174.92 1745.925,174.601 1746.868,175.104" id="path3102"/>
<path d="M 1746.288,191.376 C 1745.855,190.938 1745.231,190.765 1744.639,190.944 C 1745.165,191.178 1745.715,191.321 1746.288,191.376" id="path3104"/>
<path d="M 1754.568,186.84 C 1754.328,186.864 1754.088,186.888 1753.847,186.912 C 1754.314,187.273 1754.841,187.489 1755.427,187.559 C 1755.171,187.284 1754.885,187.044 1754.568,186.84" id="path3108"/>
<path d="M 1756.368,187.344 C 1757.596,187.311 1758.925,187.94 1760.118,187.416 C 1759.265,186.83 1757.183,186.52 1756.368,187.344" id="path3110"/>
<path d="M 1762.639,187.776 C 1763.432,188.096 1764.292,188.261 1765.149,188.208 C 1764.498,187.448 1763.472,187.902 1762.639,187.776" id="path3116"/>
<path d="M 1763.858,184.464 C 1763.594,184.536 1763.332,184.608 1763.068,184.68 C 1763.506,185.114 1764.033,185.306 1764.648,185.256 C 1763.593,184.956 1763.593,184.788 1764.648,184.752 C 1764.385,184.656 1764.122,184.56 1763.858,184.464" id="path3118"/>
<path d="M 1764.938,183.888 C 1764.698,183.96 1764.458,184.033 1764.217,184.105 C 1764.486,184.11 1764.727,184.038 1764.938,183.888" id="path3120"/>
<path d="M 1766.158,182.376 C 1765.685,182.624 1765.181,182.744 1764.648,182.735 C 1765.593,182.97 1766.703,183.256 1767.677,183.024 C 1767.267,182.584 1766.76,182.368 1766.158,182.376" id="path3124"/>
<path d="M 1768.538,184.248 C 1767.825,183.984 1767.059,183.913 1766.309,184.032 C 1766.675,184.548 1768.424,185.423 1768.538,184.248" id="path3126"/>
<path d="M 1766.878,185.04 C 1767.407,185.096 1767.938,185.144 1768.468,185.184 C 1767.952,184.981 1767.422,184.933 1766.878,185.04" id="path3128"/>
<path d="M 1770.048,167.04 C 1769.145,166.765 1768.929,167.005 1769.399,167.76 C 1769.764,167.64 1769.979,167.399 1770.048,167.04" id="path3130"/>
<path d="M 1770.188,184.896 C 1770.428,184.752 1770.667,184.608 1770.908,184.464 C 1770.395,184.019 1769.279,183.674 1769.328,184.752 C 1769.615,184.8 1769.901,184.848 1770.188,184.896" id="path3132"/>
<path d="M 1771.059,186.768 C 1770.533,186.72 1770.005,186.672 1769.479,186.624 C 1769.987,186.923 1770.514,186.971 1771.059,186.768" id="path3134"/>
<path d="M 1773.148,181.224 C 1772.172,181.298 1770.757,181.039 1769.978,181.8 C 1770.935,182.4 1772.089,182.17 1773.148,182.304 C 1771.164,181.827 1773.393,181.848 1773.797,181.872 C 1773.581,181.656 1773.365,181.439 1773.148,181.224" id="path3138"/>
<path d="M 1771.059,166.896 C 1771.761,166.838 1772.53,166.982 1772.859,166.176 C 1772.12,165.88 1771.299,165.888 1770.559,166.176 C 1770.698,166.435 1770.865,166.674 1771.059,166.896" id="path3140"/>
<path d="M 1771.268,182.376 C 1771.732,182.678 1772.239,182.798 1772.789,182.735 C 1772.307,182.51 1771.8,182.39 1771.268,182.376" id="path3142"/>
<path d="M 1775.378,167.04 C 1775.091,167.04 1774.805,167.04 1774.518,167.04 C 1775.126,167.246 1775.75,167.318 1776.389,167.256 C 1776.052,167.184 1775.715,167.112 1775.378,167.04" id="path3148"/>
<path d="M 1776.309,188.567 C 1775.823,188.346 1775.32,188.178 1774.798,188.063 C 1775.27,188.328 1775.772,188.496 1776.309,188.567" id="path3150"/>
<path d="M 1722.889,239.976 C 1724.438,238.972 1727.285,238.365 1727.859,240.768 C 1726.431,240.93 1723.425,242.12 1722.889,239.976" id="path3264"/>
<path d="M 2196.358,210.168 C 2195.566,209.974 2194.859,209.543 2194.058,209.376 C 2194.582,210.075 2195.515,210.402 2196.358,210.168" id="path3342"/>
<path d="M 2245.388,216.072 C 2243.438,217.624 2254.992,219.187 2255.328,219.24 C 2255.434,217.562 2253.385,216.886 2252.17,216.756 C 2250.081,216.53 2247.453,215.423 2245.388,216.072" id="path3344"/>
<path d="M 2292.988,205.128 C 2291.519,206.092 2290.019,207.768 2292.131,208.985 C 2292.838,209.393 2294.111,210.196 2294.963,210.168 C 2295.75,210.142 2298.214,209.76 2298.772,209.202 C 2299.784,208.191 2302.666,209.342 2303.86,209.489 C 2305.339,209.672 2309.619,209.06 2310.699,208.008 C 2309.255,205.798 2305.294,205.92 2303.012,205.419 C 2301.423,205.069 2299.986,204.606 2298.326,204.604 C 2297.092,204.602 2293.944,204.453 2292.988,205.128" id="path3346"/>
<path d="M 2409.338,255.24 C 2410.13,255.604 2411.004,255.359 2411.718,254.952 C 2410.858,254.535 2408.992,253.479 2409.338,255.24" id="path3360"/>
<path d="M 2409.559,255.672 C 2410.029,255.94 2410.532,256.108 2411.069,256.176 C 2410.621,255.84 2410.117,255.672 2409.559,255.672" id="path3362"/>
<path d="M 2318.038,292.392 C 2318.292,292.619 2318.532,292.859 2318.758,293.113 C 2318.083,293.126 2318.143,292.923 2318.038,292.392" id="path3364"/>
<path d="M 2221.918,433.008 C 2221.63,432.8 2221.32,432.632 2220.988,432.504 C 2220.959,433.296 2221.269,433.464 2221.918,433.008" id="path5504"/>
</g>
<g class="landxx coastxx ht" id="ht" transform="translate(-29.9017, -45.0745)">
<path class="landxx ht" d="M 743.905,643.392 C 745.623,644.105 746.204,643.845 747.865,643.896 C 745.882,644.139 748.759,644.637 749.232,644.695 C 750.349,644.831 751.433,644.863 752.552,645.049 C 754.079,645.301 753.786,644.686 755.01,644.276 C 755.788,644.016 757.032,644.589 757.153,643.609 C 757.367,641.869 754.092,641.316 754.542,639.063 C 754.986,636.841 755.325,635.405 752.473,634.825 C 751.354,634.598 748.678,634.714 750.923,633.135 C 753.519,631.31 755.495,632.517 758.077,633.271 C 759.781,633.769 762.83152,633.03923 762.9704,635.47501 C 763.01582,636.27159 762.26209,637.39613 762.8252,638.3024 C 763.43618,639.28574 761.8327,639.95412 761.66677,640.5382 C 761.5502,640.94852 762.23739,641.0228 762.13939,641.8438 C 762.00739,642.9568 760.846,643.739 759.744,643.681 C 761.01658,644.79412 761.98885,646.94104 760.897,648.577 C 759.366,646.424 756.672,646.709 754.416,647.281 C 752.25,647.83 747.205,645.217 745.857,647.705 C 744.83,649.601 743.585,646.448 742.03,646.184 C 739.53,645.759 742.112,642.216 743.905,643.392" id="path5512"/>
<path d="M 747.216,648.432 C 746.952,648.36 746.688,648.288 746.424,648.216 C 746.98,648.002 746.854,648.234 747.216,648.432" id="path5514"/>
<path d="M 753.625,642.888 C 753.43,642.743 749.244,640.963 750.72,640.66 C 751.661,640.467 754.383,641.563 753.625,642.888" id="path5516"/>
<path d="M 755.569,631.584 C 755.329,631.512 755.089,631.44 754.849,631.368 C 755.403,630.881 756.136,631.05 756.577,631.584 C 756.241,631.584 755.905,631.584 755.569,631.584" id="path5518"/>
</g>
<path class="landxx ba" d="M 1386.4063,370.22155 C 1386.3253,367.87755 1388.2853,369.54255 1389.1893,370.27755 C 1390.1673,371.07355 1390.8473,370.40255 1391.2363,369.39455 C 1391.6103,368.42655 1393.0883,369.07755 1393.7563,369.21355 C 1393.8743,368.27155 1397.8303,369.86155 1398.7263,369.86155 C 1399.3453,369.86155 1400.4753,370.49155 1400.9763,370.13855 C 1402.1333,369.32555 1401.8333,370.30355 1402.8613,370.07655 C 1404.1143,369.79955 1405.2083,370.11255 1406.3803,370.58355 C 1407.3593,370.97855 1406.7443,371.92555 1408.0043,371.99455 C 1408.7893,372.03655 1409.8613,371.19455 1410.5483,371.53755 C 1411.6513,372.09055 1410.7283,373.61155 1410.2713,374.22555 C 1408.7513,376.26755 1410.4313,376.96355 1411.9203,378.09655 C 1414.4883,380.05155 1411.1783,379.08455 1410.8013,379.62655 C 1410.7533,379.69555 1412.5623,381.96155 1412.5743,382.51855 C 1412.5853,383.00455 1409.1613,383.65855 1408.5863,383.46855 C 1408.4463,384.37655 1409.5733,384.74355 1409.1663,385.70055 C 1408.6073,383.85855 1405.9423,386.19455 1406.7863,387.71655 C 1403.9699,387.09372 1407.5684,391.65654 1405.8228,391.62508 C 1404.7154,391.60513 1402.7713,390.26455 1401.9203,389.58255 C 1401.4693,389.22255 1401.4072,388.78974 1400.7774,388.70768 C 1400.195,388.63179 1400.0413,389.20324 1399.4473,388.36455 C 1401.3263,388.33955 1397.7617,385.35074 1397.4314,384.94079 C 1395.7397,382.84079 1394.4843,382.13355 1392.9483,380.40555 C 1392.1603,379.51855 1391.1173,379.05555 1390.3113,378.22055 C 1389.3633,377.23855 1389.9741,375.65755 1389.0751,374.56255 C 1388.3921,373.73055 1387.5163,373.51555 1386.6803,372.92855 C 1386.2583,372.63555 1386.4803,370.85955 1386.4063,370.22155" id="ba"/>
<g class="landxx coastxx in" id="in">
<path d="M 1977.8163,654.18955 C 1977.6223,654.53155 1977.4683,654.42655 1977.8163,654.90955 C 1977.8163,654.66855 1977.8163,654.42955 1977.8163,654.18955" id="path5460"/>
<path d="M 1983.7263,685.65355 C 1983.7363,685.89455 1983.7593,686.13455 1983.7963,686.37455 C 1983.7733,686.13355 1983.7493,685.89355 1983.7263,685.65355" id="path5466"/>
<path d="M 1974.5773,666.28553 C 1974.4063,665.93753 1974.2173,665.60153 1974.0073,665.27653 C 1973.3693,665.80253 1972.9953,666.83453 1973.1713,667.64453 C 1973.6163,669.69153 1975.2653,667.52353 1974.5773,666.28553" id="path5450"/>
<path d="M 1975.1573,647.99753 C 1973.7323,649.18853 1975.1703,652.75953 1975.2973,654.18853 C 1973.5113,653.85753 1973.1593,659.80553 1975.5173,659.58853 C 1974.4713,658.85353 1975.5873,658.77553 1975.5873,657.94253 C 1975.5873,656.94853 1975.0013,656.01353 1975.3363,655.01453 C 1975.5913,654.25653 1976.2543,653.60253 1976.0973,652.74053 C 1975.8523,651.39353 1976.4613,652.29553 1976.7103,651.06553 C 1976.9603,649.82653 1975.5593,648.56653 1975.8573,647.61053 C 1976.1493,646.67653 1977.9153,644.73653 1976.0863,644.32353 C 1976.8393,643.74053 1976.7133,642.83553 1976.1663,642.16453 C 1974.3373,643.57153 1975.5653,646.11853 1975.1573,647.99753" id="path5452"/>
<path d="M 1974.5063,647.42153 C 1974.3863,647.42153 1974.2663,647.42153 1974.1463,647.42153 C 1974.2273,647.70253 1974.3473,647.96753 1974.5063,648.21353 C 1974.5063,647.94953 1974.5063,647.68553 1974.5063,647.42153" id="path5454"/>
<path d="M 1977.0963,679.60553 C 1976.7613,679.75853 1976.5953,680.02253 1976.5963,680.39753 C 1977.4143,680.62853 1977.5803,680.36453 1977.0963,679.60553" id="path5456"/>
<path d="M 1976.8163,655.70153 C 1976.9813,655.95453 1977.2173,656.09753 1977.5263,656.13353 C 1977.2893,655.98953 1977.0523,655.84553 1976.8163,655.70153" id="path5458"/>
<path d="M 1982.2863,690.26153 C 1980.2313,691.01553 1984.1613,691.81253 1982.2863,690.26153" id="path5462"/>
<path d="M 1983.2863,688.53353 C 1982.2623,688.58953 1982.9413,689.73953 1983.3653,690.04553 C 1983.1443,689.55153 1983.1183,689.04853 1983.2863,688.53353" id="path5464"/>
<path d="M 1984.8763,695.44553 C 1984.2753,695.67553 1984.1423,696.36453 1984.4453,696.88553 C 1985.0223,696.58353 1985.3033,696.02053 1984.8763,695.44553" id="path5468"/>
<path d="M 1986.2463,697.38953 C 1983.5843,696.06453 1985.7363,700.20253 1986.2463,701.06153 C 1987.0533,699.27853 1986.2763,698.95153 1986.2463,697.38953" id="path5470"/>
<path class="landxx in" d="M 1780.7563,553.89353 C 1780.6653,552.19553 1782.5303,552.16553 1783.7543,552.16553 C 1785.1983,552.16553 1784.4863,549.93753 1784.4263,549.14153 C 1785.3023,549.65103 1787.7702,549.3279 1788.5603,549.41353 C 1790.5295,549.62695 1791.8758,550.69919 1794.1749,550.27721 C 1794.3179,550.25097 1794.2214,549.13094 1794.863,549.11555 C 1795.6146,549.09753 1796.6664,547.85553 1797.7173,548.39153 C 1798.9838,550.4023 1800.0829,549.77003 1801.8563,548.34853 C 1799.4438,546.61911 1801.4049,546.36264 1801.2496,545.81572 C 1800.4299,542.92827 1798.4517,541.32503 1797.8063,539.75053 C 1797.3777,538.70484 1798.0378,536.91034 1796.1323,537.27653 C 1793.7126,537.74153 1792.8494,535.96479 1792.9273,534.41658 C 1792.9933,533.10524 1793.4903,530.83415 1792.4483,530.17958 C 1790.7643,529.12165 1788.0303,529.68538 1787.2907,527.13153 C 1786.7615,525.30399 1788.347,523.18275 1789.336,521.84675 C 1790.047,520.88775 1790.3015,520.06353 1790.8495,519.00953 C 1791.2345,518.26653 1792.3303,516.72299 1793.4243,516.99199 C 1794.8453,517.34199 1794.7183,519.57867 1796.2713,519.72067 C 1797.1563,519.80167 1797.8501,519.13867 1798.6151,518.79867 C 1799.5581,518.37967 1800.715,518.53764 1801.6993,518.32253 C 1803.8031,517.86274 1803.5573,516.1165 1804.8923,514.76553 C 1806.5044,513.13423 1805.5383,510.94753 1807.8773,509.61953 C 1810.0163,508.40553 1810.8913,506.89453 1811.5523,504.51153 C 1812.0363,502.76953 1811.5683,500.46153 1813.6803,499.74253 C 1814.4013,499.49753 1815.2783,499.33653 1815.6753,498.59653 C 1816.2333,497.55553 1814.8823,497.32153 1814.8853,496.79653 C 1814.8893,496.16453 1816.5523,493.93853 1816.9293,493.36053 C 1817.6353,492.28353 1819.3553,491.70253 1819.8553,490.53253 C 1818.3193,490.50253 1818.7073,489.05853 1818.6953,488.01153 C 1818.6803,486.74053 1817.5153,485.78453 1817.5473,484.69353 C 1817.6013,482.78453 1821.2813,482.42353 1822.3393,481.19253 C 1824.1533,479.07853 1819.1116,478.87353 1818.2106,478.54353 C 1817.2846,478.20453 1817.5253,476.83153 1816.5453,476.30053 C 1815.8763,475.93753 1815.0703,475.94353 1814.3763,475.62853 C 1814.6703,474.86353 1814.3453,474.42653 1813.6883,474.07653 C 1812.9883,473.70253 1810.9803,472.53453 1811.5203,471.62053 C 1812.0333,470.75453 1812.4013,469.83153 1811.4003,469.13453 C 1810.7863,468.70753 1809.7663,467.80153 1810.6503,467.04453 C 1811.0023,466.74353 1813.0693,465.35053 1811.3193,465.19453 C 1811.0333,465.16853 1808.3233,465.14653 1809.1043,464.16053 C 1810.0833,462.92453 1808.7823,463.01653 1808.0123,462.41753 C 1807.0523,461.67153 1808.6543,459.71753 1809.2813,459.33153 C 1810.8943,458.33853 1812.5783,459.09853 1814.2483,459.47053 C 1816.1403,459.89153 1818.0143,460.36453 1819.8993,460.80253 C 1821.5063,461.17553 1822.4603,460.17453 1823.8853,459.67753 C 1825.1283,459.24453 1826.4383,459.30053 1827.6683,458.90653 C 1828.0523,458.78353 1830.2443,456.55353 1830.0763,456.26453 C 1829.6203,455.48153 1831.9273,454.28453 1832.5473,453.78153 C 1833.0453,453.37853 1833.5853,452.93153 1834.2003,452.71653 C 1834.7163,452.53553 1834.7099,452.7688 1835.0737,453.03071 C 1836.5117,454.06605 1836.5429,454.49147 1837.0473,455.11653 C 1837.8842,456.15373 1838,458.35054 1839.3958,459.34953 C 1841.1404,460.59805 1844.1605,462.04167 1845.7305,463.16704 C 1846.2291,463.52445 1844.9672,464.07139 1844.6982,464.39908 C 1844.2229,464.97795 1844.4167,464.98692 1844.8943,466.80453 C 1845.295,468.32979 1846.031,469.63455 1847.1146,470.86653 C 1848.0908,471.97641 1849.9105,471.89762 1850.6567,472.65739 C 1851.0379,473.04558 1850.7462,473.69953 1850.9732,474.17253 C 1851.2292,474.70653 1851.4595,475.07756 1851.8043,475.54553 C 1853.0291,477.20784 1851.2964,477.8014 1850.575,478.41271 C 1849.6031,479.23623 1848.8638,480.49841 1847.6694,478.65912 C 1846.7164,477.19154 1845.9487,476.90253 1844.4733,478.00553 C 1844.9933,478.59753 1845.1863,479.27153 1845.3903,480.01053 C 1845.6193,480.83753 1846.385,481.29648 1846.9653,481.85153 C 1848.6161,483.43061 1847.7903,484.57553 1848.8403,485.68853 C 1849.4621,486.34768 1848.6466,489.16164 1850.1314,488.67807 C 1850.66,488.50594 1850.9168,488.01706 1851.4782,487.82439 C 1852.3588,487.5222 1852.7479,488.52339 1853.0849,489.06239 C 1853.5649,489.83239 1854.9533,491.44353 1855.8463,491.62153 C 1856.9133,491.83453 1857.8662,491.11567 1858.7612,492.13367 C 1859.3042,492.75167 1859.8465,492.70477 1860.5233,493.05353 C 1861.1772,493.39053 1861.203,494.00053 1861.0683,494.46153 C 1860.8451,495.22538 1862.1001,495.34335 1862.7813,495.52753 C 1864.9031,496.10123 1866.4192,496.65177 1867.7343,498.23753 C 1865.7393,498.35553 1865.5431,502.10059 1864.1671,503.06259 C 1864.0351,503.15459 1863.7384,504.22008 1863.5814,504.55308 C 1863.0184,505.74008 1864.1516,505.53782 1863.9639,506.66407 C 1863.7888,507.71493 1862.3012,509.04338 1863.1889,509.98107 C 1863.8789,510.70991 1866.5043,512.86953 1866.5043,511.41353 C 1867.7153,512.16673 1869.4601,512.83281 1870.5043,513.48362 C 1872.3068,514.60709 1872.7773,515.46607 1874.2253,516.33007 C 1874.6531,516.58536 1877.2451,518.34048 1877.8481,518.09948 C 1879.2601,517.53448 1880.3543,518.91453 1881.5553,519.53153 C 1882.0673,519.79453 1883.8113,519.82153 1884.0893,520.16253 C 1885.0573,521.34953 1885.1913,521.67153 1886.8833,522.01453 C 1887.7733,522.19553 1888.6455,522.83275 1889.5285,522.17875 C 1890.7065,521.30575 1891.6893,522.28253 1893.0043,522.86153 C 1892.1523,520.60053 1897.8093,522.89753 1898.1973,523.01553 C 1899.7553,523.49053 1899.2233,525.58339 1900.6573,525.91539 C 1901.8863,526.19939 1903.1468,526.7228 1903.9048,527.7948 C 1904.5118,528.6528 1905.8933,527.48453 1906.6183,527.42353 C 1908.3933,527.27453 1907.5223,529.94953 1909.8653,528.99053 C 1910.5553,528.70753 1913.5793,529.75153 1914.2433,530.15053 C 1915.9533,531.17553 1916.3423,530.15553 1917.9143,529.62953 C 1918.0471,530.75182 1919.3818,531.59224 1920.7473,531.04053 C 1921.1689,530.87021 1923.4551,531.04553 1924.0161,531.05753 C 1925.2171,531.08453 1925.49,530.77748 1925.667,529.48648 C 1925.97,527.28648 1924.8384,526.81285 1923.9964,524.92985 C 1923.5344,523.89685 1923.9233,522.44153 1924.0203,521.34253 C 1924.1363,520.00953 1923.8183,518.97753 1923.7453,517.67753 C 1925.0803,517.58453 1926.6053,516.45453 1927.9393,516.84253 C 1930.5583,517.60353 1928.2663,520.84853 1929.3853,522.21253 C 1929.5863,522.45753 1930.5713,523.03553 1930.2653,523.46253 C 1929.7933,524.12053 1929.3513,524.03753 1929.8753,524.97953 C 1931.0293,527.05153 1932.5703,526.98853 1934.5803,527.25053 C 1935.9323,527.42653 1936.7703,528.62353 1938.1113,528.48153 C 1938.6733,528.42253 1939.4478,528.3408 1939.9358,528.0098 C 1940.4428,527.6658 1941.5623,526.44453 1942.2903,526.95353 C 1944.1143,528.22753 1946.3873,527.80953 1948.4773,527.72953 C 1949.1153,527.70553 1950.0807,526.80194 1950.4387,527.22994 C 1950.9887,527.88894 1952.9283,527.30726 1953.7313,527.23053 C 1955.6891,527.04346 1953.4062,525.88398 1953.6813,524.33253 C 1954.2767,520.97535 1950.7049,522.95655 1950.3053,521.31053 C 1950.0713,520.34681 1949.3633,519.07453 1950.8063,519.42453 C 1951.9623,519.70553 1953.1169,519.28256 1954.1309,519.03099 C 1955.5819,518.67099 1956.6914,519.21007 1957.0403,516.57107 C 1957.19,515.43876 1959.9773,514.34407 1960.1073,512.82707 C 1960.3153,510.43307 1963.248,511.73953 1964.637,510.37753 C 1965.751,509.28653 1966.399,508.02339 1967.645,507.03139 C 1968.104,506.66539 1968.7303,506.23153 1969.2413,505.93953 C 1969.6813,505.68753 1971.8223,507.26253 1972.2733,507.52753 C 1971.7423,506.99553 1972,506.9158 1972.92,507.4188 C 1973.635,507.7198 1974.4043,508.28653 1975.2123,508.25353 C 1976.0383,508.21953 1975.9083,507.23253 1976.2073,506.70653 C 1976.7403,505.76653 1978.5294,505.04707 1979.4744,504.66807 C 1979.6834,504.58507 1981.9142,506.58153 1982.1652,506.80853 C 1980.4699,508.26187 1980.6832,508.15002 1981.2002,508.71553 C 1981.7466,509.31328 1983.0643,508.13653 1983.4333,508.03153 C 1983.1263,509.08753 1985.06,509.82026 1984.723,510.65826 C 1984.207,511.93226 1983.6233,512.30153 1983.3593,513.57653 C 1983.1703,514.48453 1984.8003,513.40775 1985.1163,513.31975 C 1986.4623,512.94675 1987.8386,514.70012 1989.2076,514.28412 C 1990.3816,513.92712 1991.2133,515.41053 1991.2133,516.40853 C 1991.2133,516.78153 1991.7633,517.08753 1991.7023,517.36553 C 1991.5563,518.03453 1990.4601,518.82128 1990.0293,519.29353 C 1987.5913,521.9661 1991.2183,522.99013 1991.6423,525.02353 C 1989.9202,525.75421 1989.2452,522.92262 1988.2283,523.13053 C 1984.6931,523.85331 1983.8448,523.68762 1983.1313,524.89453 C 1982.5313,525.90939 1982.12,526.7003 1981.2503,527.02053 C 1980.5543,527.22927 1980.8007,527.55584 1980.4247,527.54353 C 1979.9707,527.91153 1980.4349,528.21075 1979.6957,528.59953 C 1979.3349,528.78924 1978.1201,528.36779 1977.5633,529.65753 C 1977.2235,530.44475 1977.4673,531.42953 1977.6943,532.24253 C 1977.8673,532.86253 1978.3441,533.28891 1978.5303,533.86853 C 1978.7794,534.64406 1978.2592,535.38904 1978.1983,536.14858 C 1978.0281,538.27404 1975.1525,539.45385 1975.9415,541.15985 C 1976.2245,541.77185 1977.0023,542.52955 1976.9523,543.2534 C 1976.7053,546.82541 1974.7933,549.55477 1974.0723,553.24853 C 1973.3483,552.67353 1971.4833,552.11853 1970.5773,551.88453 C 1970.1223,551.91653 1969.6723,552.07612 1969.2263,552.17212 C 1968.6493,552.05512 1968.5929,551.54812 1967.9069,551.68812 C 1968.6509,553.72412 1968.9703,555.44153 1969.0873,557.60053 C 1969.1363,558.51053 1969.2423,561.38453 1967.5913,560.16053 C 1967.8463,562.12953 1967.6893,563.57353 1968.4683,565.43353 C 1968.7453,566.09453 1969.3913,568.31353 1967.8813,567.43253 C 1968.0268,571.06315 1966.6861,569.39685 1965.3603,567.86553 C 1965.4843,568.44753 1965.1487,569.14499 1964.6857,569.50499 C 1963.4879,564.56404 1961.9949,560.07563 1960.4162,554.77599 C 1960.1742,553.47799 1958.6434,555.45399 1957.8394,554.74499 C 1958.2897,555.3203 1958.0219,556.16794 1957.6336,556.88826 C 1957.1439,557.79656 1957.6383,558.68628 1957.6748,559.58058 C 1957.7117,560.48587 1957.1544,561.43706 1956.0485,560.62853 C 1955.2214,560.02381 1954.935,558.89179 1954.2713,558.36053 C 1954.3633,558.84553 1954.3393,559.32653 1954.2023,559.80053 C 1953.5545,558.32553 1952.5136,556.88639 1952.1998,555.39739 C 1951.8661,553.81438 1953.6153,552.36953 1953.1913,551.01553 C 1953.9363,551.11453 1955.2693,551.34953 1955.1313,550.15153 C 1955.6163,550.90953 1956.3113,549.75653 1957.0013,550.36853 C 1957.2243,548.47853 1959.9163,546.57253 1958.7313,544.31953 C 1959.1823,544.36153 1960.7755,544.43985 1959.8905,543.53585 C 1958.8545,542.47685 1957.229,541.7621 1955.7813,541.72853 C 1954.5561,541.70012 1953.6175,541.56343 1952.009,541.62021 C 1950.3066,541.6803 1948.8025,541.90928 1947.1173,541.78453 C 1944.6792,541.60405 1939.6548,542.09191 1939.9653,538.89253 C 1940.0971,537.53451 1939.4393,532.97653 1937.2813,533.15953 C 1937.6273,533.77353 1937.4533,534.35353 1937.2113,534.96053 C 1936.2083,534.40553 1934.715,534.14294 1933.999,533.15994 C 1933.4,532.33694 1933.2213,530.82653 1931.8813,531.07253 C 1932.3453,531.49153 1932.6823,531.99553 1932.8913,532.58453 C 1932.2574,532.38187 1931.5181,532.44087 1930.5733,531.91453 C 1930.1232,531.6638 1930.0398,530.97153 1929.6098,530.62753 C 1929.0318,530.16553 1928.2303,529.84853 1927.6313,529.41653 L 1927.4386,530.37231 C 1927.7774,530.3839 1928.7159,530.48867 1929.0013,531.35953 C 1926.7313,532.22053 1925.2663,535.44953 1928.0223,536.54153 C 1929.1223,536.97753 1929.5193,538.16953 1930.4643,538.79353 C 1931.1573,539.25153 1932.4523,538.44953 1932.5613,539.42453 C 1932.7183,540.84553 1934.6783,540.30753 1933.7513,541.80053 C 1933.1253,541.47253 1932.1143,541.57553 1931.4423,541.63953 C 1930.5323,541.72653 1930.3203,541.78631 1930.2313,542.62553 C 1930.1363,543.52155 1929.2663,545.39138 1928.4913,543.67253 C 1928.3951,545.15056 1926.7014,545.92275 1928.8069,547.52867 C 1929.9345,548.38873 1931.5944,548.3167 1932.5533,549.12953 C 1934.3705,550.66992 1933.4967,551.29616 1933.7403,552.06623 C 1933.9902,552.85643 1931.8092,553.62539 1933.1092,554.8726 C 1934.2576,555.97432 1934.2183,555.78098 1934.5464,556.17253 C 1934.8624,556.54958 1934.3937,557.42753 1934.6077,558.16453 C 1934.6888,558.4438 1935.652,558.42407 1935.789,558.46507 C 1936.556,558.69407 1936.1305,559.91953 1936.1855,560.37653 C 1936.2945,561.30153 1936.5709,561.89776 1936.7043,562.82853 C 1936.885,564.08953 1937.2671,564.81939 1937.7148,565.95339 C 1938.2021,567.18767 1938.6853,568.67553 1938.0723,569.88053 C 1937.7923,569.70153 1937.5053,569.53353 1937.2123,569.37653 C 1937.4333,569.85853 1939.1243,571.75453 1938.5403,572.23953 C 1937.9193,572.75753 1937.0783,571.83253 1937.0613,571.24853 C 1936.9283,572.03053 1936.3373,572.71553 1935.8413,571.68053 C 1935.3193,570.59053 1935.9463,569.21753 1935.9113,568.08053 C 1935.2313,568.41653 1935.9703,569.10353 1935.1903,569.73553 C 1935.3723,568.97353 1934.8843,568.24553 1935.2603,567.50453 C 1933.9003,568.54153 1935.1363,571.89753 1934.9013,573.33653 C 1934.5903,572.38453 1934.9603,570.84953 1934.0413,570.16853 C 1934.0523,570.27253 1934.2793,572.84253 1933.8503,572.55853 C 1933.7143,572.37653 1933.5923,572.18653 1933.4853,571.98753 C 1932.6613,570.82453 1933.3863,573.71453 1932.6723,571.53653 C 1932.9973,572.05153 1933.0213,572.57953 1932.7423,573.12053 C 1931.7553,572.22753 1931.7793,570.30353 1931.6623,569.08853 C 1931.4793,567.21853 1930.0053,567.57753 1929.4323,566.06453 C 1929.6723,567.58053 1932.1393,567.28753 1930.9793,569.22853 C 1929.6703,571.41553 1928.4493,572.30653 1925.9723,573.04953 C 1924.6593,573.44453 1922.8613,574.13253 1922.5693,575.66653 C 1922.3703,576.70953 1923.3523,580.12053 1924.1733,580.89653 C 1923.6673,581.28753 1922.8813,581.68853 1922.6383,582.32153 C 1922.2683,583.28653 1923.2093,583.36153 1922.0563,584.27853 C 1920.6813,585.37153 1920.1613,587.47853 1918.4843,585.28953 C 1918.7223,586.11253 1919.6843,586.50853 1920.3633,586.87353 C 1918.2623,587.92453 1916.0123,588.98953 1913.6643,589.32053 C 1914.4043,588.91653 1914.6113,587.12053 1913.4373,587.52553 C 1912.2343,587.94053 1911.1663,589.67653 1911.5743,590.90453 C 1911.7243,590.44053 1912.8293,588.90153 1913.2343,589.68053 C 1912.5003,589.89053 1911.3733,591.80753 1910.6713,592.49253 C 1909.0943,594.02953 1908.2943,595.90453 1907.1973,597.79453 C 1906.0883,599.70653 1904.7843,601.60353 1902.7083,602.54753 C 1900.9273,603.35753 1900.7253,605.72953 1898.9733,606.52853 C 1900.1353,607.22753 1894.4973,609.85653 1893.8703,610.42153 C 1893.2583,610.97353 1892.6073,611.77753 1892.2863,612.53753 C 1891.7683,613.76453 1893.4063,614.07653 1892.8583,615.47753 C 1891.7743,618.25153 1888.4883,618.01153 1886.0863,618.13053 C 1885.1083,618.17953 1884.9973,618.88353 1884.7773,619.71553 C 1884.5373,620.62353 1883.5743,622.23853 1883.6423,623.08853 C 1882.8683,622.70453 1882.8513,621.92253 1882.5623,621.21653 C 1882.8803,622.02953 1882.3793,622.78253 1882.1323,623.52053 C 1882.6663,621.08453 1879.1403,622.46553 1878.5133,623.64653 C 1877.5933,625.37753 1876.4063,628.02553 1877.0893,629.95653 C 1877.6513,631.54453 1878.3013,633.26853 1878.3243,634.89453 C 1878.3643,637.68053 1878.9093,639.89153 1879.6813,642.60153 C 1879.4463,642.13353 1878.3343,639.89253 1878.4523,641.73753 C 1877.8073,640.41553 1877.8293,642.12953 1878.3183,642.42953 C 1878.9463,642.81353 1879.5553,642.85953 1879.9843,643.54453 C 1880.7713,644.80053 1880.0933,648.06853 1879.8923,649.42753 C 1879.5353,651.85553 1878.1023,653.70153 1877.3833,655.98653 C 1876.8223,657.76553 1877.6613,660.34253 1876.3613,661.82553 C 1876.5833,661.60953 1876.8233,661.41853 1877.0823,661.25053 C 1877.8903,662.19553 1877.8983,663.54653 1877.8883,664.71853 C 1877.8703,666.64353 1878.3073,668.54553 1878.2423,670.46653 C 1877.7343,670.42753 1877.2303,670.35653 1876.7323,670.25053 C 1878.6793,670.87953 1876.6893,670.56853 1876.3423,670.47553 C 1875.6183,670.28053 1874.5633,669.90753 1874.1173,670.79653 C 1873.8863,671.25853 1873.5233,671.81853 1873.7983,672.34353 C 1874.2083,673.12853 1873.0553,673.89453 1872.6913,674.49753 C 1871.9833,675.66753 1870.6003,678.23153 1872.6133,679.08553 C 1873.1353,679.30753 1873.7913,679.24253 1874.3053,679.03753 C 1874.6663,678.89253 1875.4213,680.19853 1875.6523,680.40253 C 1873.6723,678.35553 1870.3743,679.63453 1868.2323,680.69053 C 1865.4453,682.06353 1866.7193,684.67453 1865.3783,686.78853 C 1864.6993,687.85553 1863.3673,688.58953 1862.2463,689.08953 C 1860.4803,689.87753 1859.4753,689.08353 1858.1523,687.89153 C 1857.5423,687.34053 1852.8283,682.37053 1854.3323,681.98753 C 1853.0063,682.46253 1852.4933,679.80953 1852.0233,678.69353 C 1851.3563,677.10753 1850.6423,675.23253 1851.0913,673.49153 C 1851.4793,674.11653 1851.6363,674.85353 1851.6713,675.57953 C 1851.8403,673.84453 1851.5723,677.25053 1852.6103,677.38053 C 1852.2533,676.43353 1852.5263,675.35453 1852.1003,674.42853 C 1851.7363,673.63653 1850.9443,673.20853 1850.8803,672.26853 C 1850.9143,674.10953 1850.3013,672.32553 1850.3413,671.92953 C 1850.4343,670.99753 1849.8973,670.70753 1849.4663,669.70253 C 1848.6983,667.91353 1848.0843,666.04653 1847.3993,664.22453 C 1847.1413,663.53853 1842.9343,656.69353 1843.1703,656.35653 C 1840.5203,653.09453 1838.6873,649.17053 1837.7743,645.08253 C 1837.4503,643.62853 1837.2653,642.30353 1836.7433,640.93753 C 1836.3963,640.03153 1836.0213,639.18853 1835.6523,638.29853 C 1835.3743,637.62753 1834.3373,635.91253 1835.5403,636.34053 C 1834.2093,635.89553 1834.5163,634.04753 1833.8103,633.10053 C 1833.3623,632.49853 1831.1373,631.29953 1833.0203,630.94053 C 1831.9073,631.44853 1831.3473,630.12053 1831.0273,629.30653 C 1830.7763,628.66753 1830.5713,628.00353 1830.2533,627.39353 C 1829.9273,626.76853 1828.9283,626.47953 1830.2113,626.33153 C 1829.5793,626.17153 1829.0433,625.27053 1829.0633,624.64953 C 1829.0843,624.00553 1828.3753,623.80753 1827.8793,623.10953 C 1826.6813,621.42353 1825.8933,619.41353 1825.2623,617.45653 C 1824.8233,616.09553 1824.4513,614.66753 1824.4513,613.22753 C 1824.4513,611.72753 1823.6393,610.32653 1823.4013,608.85253 C 1823.1783,607.47153 1822.3993,606.28853 1821.9803,604.95953 C 1821.7063,604.09053 1820.1333,601.21753 1821.5713,601.77853 C 1821.3093,601.44653 1819.3203,598.87653 1821.0713,599.83553 C 1820.7863,598.78153 1819.5143,598.10753 1819.9913,596.88353 C 1820.2343,597.07153 1820.4743,597.26353 1820.7113,597.45953 C 1820.7533,596.84453 1820.5363,596.34053 1820.0613,595.94653 C 1821.1033,595.53653 1820.5503,594.53653 1820.3513,593.78753 C 1820.2903,594.39353 1820.0753,594.94153 1819.6313,595.37153 C 1818.8523,594.11653 1819.0903,591.29153 1820.8513,593.28353 C 1820.5623,592.57753 1817.9473,592.13253 1818.7703,591.13953 C 1819.0573,590.79353 1817.8513,589.36853 1817.7173,588.92753 C 1817.3593,587.74653 1817.3183,586.58053 1817.5623,585.37053 C 1817.9453,583.47853 1819.0753,581.49953 1818.3183,579.56253 C 1818.2203,579.31053 1817.7133,575.99853 1816.7523,577.22553 C 1817.0823,576.35753 1816.8893,576.33253 1816.1723,577.15353 C 1817.0623,576.09553 1815.5263,575.77453 1815.7863,574.99453 C 1815.9543,574.48853 1816.0923,573.94653 1816.1683,573.41953 C 1816.2803,572.65153 1818.8653,572.16753 1819.3423,571.25053 C 1817.4533,572.66553 1813.1043,571.56653 1816.0323,569.44953 C 1815.0373,569.89253 1813.8703,569.19453 1814.5923,568.08253 C 1815.2103,567.13053 1816.1933,568.09853 1816.8223,567.14553 C 1815.8373,567.39853 1813.7743,567.03853 1813.2213,566.06553 C 1813.1583,566.55653 1812.1933,566.74653 1812.2113,566.64153 C 1812.1243,567.11353 1812.8313,567.18953 1812.8493,567.91553 C 1812.8743,568.89353 1812.1793,569.18853 1811.3513,569.44853 C 1811.5373,569.69453 1811.7303,569.93453 1811.9313,570.16953 C 1811.3533,570.01553 1810.9333,570.34953 1810.7713,570.88953 C 1812.8033,571.51853 1813.6803,572.84753 1812.3433,574.73553 C 1811.8683,575.40453 1812.1283,576.33953 1811.2063,576.68653 C 1810.0873,577.10753 1809.0793,577.85253 1808.0603,578.46553 C 1806.2583,579.54853 1804.2073,580.88253 1802.0283,580.17053 C 1799.8313,579.45353 1797.2233,577.39253 1795.9203,575.49853 C 1793.9803,572.68153 1791.0893,570.91153 1788.8213,568.43853 C 1788.2243,567.78753 1786.5293,565.57253 1788.4873,565.29953 C 1789.0213,565.22553 1789.0473,566.24853 1789.4493,566.46653 C 1790.2173,566.88153 1791.6323,566.55253 1791.7713,565.56253 C 1792.5263,566.62753 1796.0243,564.62453 1796.7323,563.90653 C 1797.3463,563.28253 1797.2303,562.31553 1797.6713,561.60253 C 1798.1363,560.85353 1799.3393,560.35053 1798.3213,559.44253 C 1797.8083,559.95053 1798.3493,561.15353 1797.3543,561.09853 C 1796.2803,561.03853 1795.4053,561.24653 1794.3663,561.59853 C 1793.4823,561.89853 1793.1353,562.72253 1792.1283,562.67453 C 1790.9013,562.61553 1789.6813,562.02653 1788.6113,561.47053 C 1787.5443,560.91553 1786.3353,560.43253 1785.3663,559.72553 C 1784.5933,559.16153 1784.5383,557.75953 1783.6183,557.42953 C 1780.5073,556.30553 1784.1493,553.89653 1785.0713,553.17953 C 1783.4123,552.99153 1782.3253,556.16453 1780.6803,555.41053 C 1780.9983,554.91453 1781.0223,554.41053 1780.7563,553.89353" id="path5490"/>
</g>
<g id="cn">
<g class="landxx coastxx cn cnx" id="cnx">
<path d="M 2134.1363,419.10953 C 2134.2693,418.52153 2133.9503,418.32053 2133.4073,418.46253 C 2133.6343,418.69553 2133.8773,418.91053 2134.1363,419.10953" id="path2726"/>
<path d="M 2142.9163,420.04553 C 2142.7363,419.81853 2142.4963,419.72353 2142.1953,419.75753 C 2142.4363,419.85353 2142.6763,419.94953 2142.9163,420.04553" id="path2730"/>
<path d="M 2157.7463,484.48553 C 2159.1383,485.10353 2162.1893,488.55353 2163.7963,486.86253 C 2162.8283,486.05753 2159.0013,483.25353 2157.7463,484.48553" id="path2740"/>
<path d="M 2166.8963,516.45353 C 2166.9433,516.57353 2166.9903,516.69253 2167.0373,516.81253 C 2168.2853,516.46053 2167.1713,514.90353 2166.8963,516.45353" id="path2744"/>
<path d="M 2168.7663,499.96553 C 2169.5493,499.85953 2170.3043,500.35353 2171.0663,499.96553 C 2170.5923,499.18553 2169.1053,498.48453 2168.3273,499.24553 C 2168.4733,499.48653 2168.6193,499.72553 2168.7663,499.96553" id="path2748"/>
<path d="M 2168.5463,497.37353 C 2168.7923,497.72653 2169.1293,497.86953 2169.5563,497.80553 C 2169.4863,497.15453 2169.0663,496.97353 2168.5463,497.37353" id="path2750"/>
<path d="M 2170.4163,502.70153 C 2170.5553,502.12053 2170.3143,502.04853 2169.6953,502.48453 C 2169.9363,502.55753 2170.1763,502.62953 2170.4163,502.70153" id="path2752"/>
<path d="M 2147.2373,554.54153 C 2147.4303,554.70953 2147.6233,554.87753 2147.8163,555.04553 C 2148.7723,554.03653 2147.2973,553.60553 2147.2373,554.54153" id="path2734"/>
<path d="M 2161.5663,539.06153 C 2162.2943,540.37453 2162.5403,538.55353 2162.3563,537.98153 C 2162.0803,538.00553 2161.8163,538.07853 2161.5663,538.19853 C 2161.8303,538.41453 2162.0923,538.63053 2162.3563,538.84553 C 2162.0923,538.91753 2161.8293,538.98853 2161.5663,539.06153" id="path2742"/>
<path d="M 2157.0263,533.94953 C 2157.5123,534.20553 2158.0163,534.42153 2158.5373,534.59653 C 2157.9043,534.94453 2157.2983,534.52553 2157.0263,533.94953" id="path2766"/>
<path d="M 2151.6263,547.26953 C 2151.4163,547.85953 2151.6203,548.21753 2152.2753,548.13353 C 2152.4043,547.64153 2152.1853,547.19953 2151.6263,547.26953" id="path2736"/>
<path d="M 2088.4873,592.41353 C 2088.1233,593.00053 2088.8483,595.35853 2088.9693,596.01553 C 2089.1683,597.09353 2089.1133,598.69553 2089.9263,599.54153 C 2090.9193,600.57653 2092.5963,600.37953 2093.7703,601.08553 C 2094.8853,601.75653 2096.6453,601.87953 2097.9163,601.84553 C 2097.4243,600.43153 2099.2843,599.59553 2099.8423,600.54653 C 2099.4593,599.89453 2101.8683,597.93553 2102.2583,597.56753 C 2102.8153,597.04453 2103.5243,594.12653 2102.6663,593.78153 C 2103.5973,593.28853 2104.5323,590.82053 2104.3263,589.82053 C 2106.1953,591.21153 2105.0913,587.60553 2104.8033,586.90553 C 2104.3233,585.73953 2100.9693,584.50453 2102.3763,587.15553 C 2101.9413,586.61453 2099.7433,585.72953 2100.8653,587.22753 C 2100.2183,585.33053 2098.2173,586.51553 2097.6263,587.37253 C 2097.0823,586.14753 2094.9713,586.30653 2094.0963,587.01253 C 2094.2603,587.28053 2094.4303,587.54353 2094.6063,587.80453 C 2093.7503,588.09653 2093.2123,586.99953 2092.4463,587.22853 C 2091.4513,587.52553 2091.9363,588.85153 2092.7373,589.02853 C 2090.9523,589.52253 2089.7963,591.23453 2088.4873,592.41353" id="path2710"/>
<path d="M 2098.0563,578.15653 C 2098.8603,577.99653 2099.6663,577.66353 2100.2163,578.51653 C 2100.7543,577.01753 2098.5303,577.00553 2098.0563,578.15653" id="path2712"/>
<path d="M 2100.0063,576.14153 C 2099.4243,576.49553 2099.5443,576.73553 2100.3653,576.86253 C 2100.2453,576.62153 2100.1263,576.38153 2100.0063,576.14153" id="path2714"/>
<path d="M 2109.1463,573.04553 C 2109.5383,572.85753 2109.7543,572.54553 2109.7963,572.10853 C 2109.1993,572.19453 2109.2013,572.54353 2109.1463,573.04553" id="path2716"/>
<path d="M 2115.1263,571.74953 C 2114.6993,571.88753 2114.4333,572.17553 2114.3263,572.61353 C 2114.9093,572.64653 2115.2113,572.33153 2115.1263,571.74953" id="path2718"/>
<path d="M 2116.4163,572.90153 C 2116.4833,572.34053 2116.3403,571.83653 2115.9863,571.38953 C 2116.0483,571.91653 2116.1913,572.42053 2116.4163,572.90153" id="path2720"/>
<path d="M 2119.2263,561.38153 C 2119.3133,561.61353 2120.3753,563.02853 2120.8163,562.60553 C 2120.4003,562.08453 2119.9553,561.46153 2119.2263,561.38153" id="path2722"/>
<path d="M 2120.3063,562.82153 C 2120.3773,563.25753 2120.3803,563.41453 2120.8863,563.54253 C 2120.6933,563.30153 2120.4993,563.06153 2120.3063,562.82153" id="path2724"/>
<path class="landxx cn cnx" d="M 1796.5263,418.31753 C 1797.5413,418.32253 1798.2553,417.81153 1798.0373,416.73353 C 1797.7353,415.25353 1797.0183,415.53053 1797.4723,413.96853 C 1797.8403,412.70453 1798.9023,413.15053 1799.8373,412.77353 C 1800.9263,412.33453 1801.3603,410.79153 1802.6473,410.75753 C 1802.4393,410.29353 1802.3893,409.81353 1802.4983,409.31753 C 1803.2393,409.47053 1804.7403,410.19853 1805.4253,409.58253 C 1805.9393,409.12053 1806.5103,408.35153 1807.2433,408.24953 C 1808.0083,408.14353 1808.3713,410.13053 1808.8903,410.58553 C 1809.7723,411.35853 1811.4843,410.30953 1812.6063,410.40753 C 1814.6693,410.58653 1814.8213,407.65853 1815.0553,406.22353 C 1815.2473,405.04053 1815.7893,404.59653 1817.0763,404.78753 C 1818.7093,405.02953 1820.2233,405.06053 1821.7983,404.71053 C 1822.6203,404.52753 1823.7613,404.83353 1824.4353,404.19153 C 1825.1793,403.48253 1825.0533,402.08253 1825.7583,401.25453 C 1827.5293,399.17153 1830.9983,398.96453 1833.0633,397.27853 C 1833.8933,396.60053 1834.3173,396.23453 1835.3723,396.20853 C 1836.7273,396.17453 1836.3583,395.68353 1835.9453,394.69953 C 1835.4193,393.44653 1834.9613,392.34853 1834.3443,391.14453 C 1833.5353,389.56853 1835.2513,389.21753 1836.3383,388.94153 C 1835.9153,388.54153 1835.4353,388.22953 1834.8983,388.00553 C 1835.3413,387.34853 1836.0903,386.36053 1836.9893,386.99753 C 1837.5703,385.68053 1835.9733,385.55053 1835.9073,384.45553 C 1835.8193,383.02153 1834.4003,382.01753 1833.6083,380.94953 C 1832.5223,379.48353 1831.3733,378.00953 1830.7503,376.27253 C 1830.3403,375.12753 1831.0203,373.26453 1829.9353,372.76753 C 1829.0193,372.34853 1825.2883,372.78453 1826.3333,371.22853 C 1826.9263,370.34753 1829.1403,370.09853 1830.1243,369.79053 C 1831.9163,369.22953 1833.6893,369.08553 1835.4933,368.43653 C 1837.2893,367.79053 1837.5643,368.69653 1839.0453,369.28853 C 1840.2343,369.76353 1841.2383,368.54253 1842.4223,369.37153 C 1843.7853,370.32653 1843.8103,368.74753 1843.5263,367.81653 C 1843.1013,366.42153 1841.3643,367.23053 1840.6603,366.18953 C 1840.0583,365.29953 1840.6923,363.59753 1840.7693,362.62653 C 1840.8853,361.16253 1840.5313,359.62453 1840.5363,358.14753 C 1840.5403,356.75053 1841.1363,355.21553 1840.8553,353.85653 C 1840.5173,352.21753 1841.3653,351.75553 1842.8173,352.45253 C 1844.0443,353.04053 1845.1073,353.59953 1846.4513,353.91553 C 1848.2033,354.32653 1849.8773,353.66953 1851.6323,353.84453 C 1852.9773,353.97853 1853.4453,355.74853 1854.6853,354.70353 C 1855.6403,353.89953 1856.9503,353.79153 1857.8533,352.98553 C 1859.4993,351.51653 1855.3883,347.47053 1854.9203,345.88553 C 1854.6663,345.02553 1854.4793,342.67653 1855.3403,342.07353 C 1856.1663,341.49353 1857.3763,342.08753 1858.2913,341.67753 C 1860.6083,340.64053 1860.4333,339.56353 1859.6993,337.41253 C 1859.2203,336.00753 1860.8259,336.02059 1861.7483,335.99953 C 1862.7627,335.97637 1864.2748,336.69285 1866.1762,335.78093 C 1866.7641,336.32669 1867.5575,337.27362 1867.0949,337.39972 C 1865.8401,337.74176 1868.0979,338.73703 1868.4323,338.88014 C 1870.0855,339.58761 1868.5693,340.18474 1869.5823,340.66274 C 1870.9913,341.32574 1872.9043,341.35553 1873.9723,342.65653 C 1875.1703,344.11653 1878.4455,345.82517 1880.2839,345.30253 C 1882.1796,344.76361 1884.046,347.76072 1884.9139,346.29233 C 1885.6746,346.52953 1887.7186,347.7078 1888.5761,348.53233 C 1889.7877,349.69741 1890.3901,351.23865 1891.6505,352.33613 C 1892.7471,353.291 1894.1845,354.16462 1895.3145,355.57949 C 1896.9345,357.60787 1896.7736,356.70396 1896.9029,357.87065 C 1897.2933,361.39265 1898.8772,361.61194 1897.9759,362.85554 C 1896.9626,364.25377 1897.0578,365.68977 1898.3063,366.87853 C 1899.165,367.69612 1900.2779,368.84515 1901.5813,369.17553 C 1903.1877,369.58271 1904.7756,369.80346 1906.4889,370.02354 C 1908.0926,370.22953 1909.8693,370.54737 1911.4943,370.66653 C 1913.0474,370.78042 1914.5414,370.53805 1916.1033,370.60453 C 1919.0245,370.72887 1921.6649,372.3335 1923.9341,373.38834 C 1924.7229,373.75502 1925.4978,374.06705 1925.8087,374.25754 C 1927.7884,375.47065 1928.6641,375.85893 1930.2101,376.44593 C 1931.333,376.87228 1932.2257,376.69441 1933.3971,376.85214 C 1934.9122,377.05614 1934.2652,378.26953 1935.0233,378.90553 C 1936.328,380.00006 1937.3193,380.09453 1938.3233,381.62253 C 1939.1153,382.82853 1940.1949,383.98593 1941.1449,385.07293 C 1942.2529,386.34193 1943.9185,387.03513 1945.1965,388.10013 C 1946.0905,388.84513 1946.059,389.90168 1947.2423,390.06674 C 1948.6698,390.26585 1950.3167,389.68577 1951.9593,389.58274 C 1954.424,389.42813 1959.0478,390.88207 1962.7419,391.04574 C 1964.5583,391.12621 1966.3413,391.52853 1968.1593,391.48253 C 1969.9013,391.43853 1971.1137,390.36955 1972.8857,390.49355 C 1974.7797,390.62555 1976.8645,391.17337 1978.7435,391.42374 C 1980.361,391.63926 1981.8491,391.0003 1983.8823,392.05453 C 1985.2707,392.77441 1986.2059,394.07408 1987.6413,394.61253 C 1989.6443,395.36391 1992.0394,395.68475 1994.2065,396.19152 C 1997.4252,396.94419 2000.1713,398.23889 2004.1983,397.90553 C 2005.6231,397.78758 2005.7312,398.25794 2006.8831,398.99552 C 2008.0499,399.74265 2011.2717,399.52913 2010.4753,399.65853 C 2009.1772,399.86944 2017.135,395.18445 2018.8593,394.70453 C 2020.0797,394.36485 2022.1489,393.47885 2023.9843,393.36453 C 2025.9591,393.24153 2027.7661,392.68672 2030.1985,392.70492 C 2033.3315,392.72836 2037.1129,393.34214 2039.2823,391.92153 C 2040.5063,391.12003 2042.5195,390.69474 2043.4545,389.58774 C 2044.3505,388.52774 2044.5218,386.91216 2045.2287,385.73974 C 2045.8487,384.71146 2046.8235,384.95467 2047.8713,383.71393 C 2048.3115,383.19276 2048.8346,382.90314 2049.3575,382.33113 C 2049.6308,382.03226 2050.0791,382.19514 2050.1591,381.85514 C 2050.6381,379.79214 2045.4481,377.58907 2044.1979,376.24314 C 2043.3044,375.28117 2044.4013,374.74052 2043.8726,373.54457 C 2043.1911,372.00309 2044.1405,370.43214 2045.5627,369.96835 C 2047.6045,369.3025 2049.0151,371.39525 2055.0033,372.66753 C 2055.8033,372.8375 2057.8711,373.25511 2058.0023,372.64754 C 2058.292,371.30639 2060.0113,371.25441 2060.6023,370.28553 C 2061.1433,369.39865 2061.1007,368.32832 2061.7657,367.50932 C 2062.4027,366.72532 2064.1335,367.45952 2064.9735,367.54072 C 2067.2087,367.75677 2069.6743,366.35853 2070.9741,364.41034 C 2071.5437,363.55667 2069.8485,362.77813 2070.6009,361.17691 C 2071.2119,359.87676 2070.7915,358.74421 2073.9579,359.05634 C 2074.9768,359.15678 2075.6261,359.40275 2075.7597,357.91394 C 2075.8709,356.67421 2077.6065,357.62912 2078.1667,357.59255 C 2078.5704,357.56619 2080.1204,356.44733 2080.9257,356.26734 C 2081.5768,356.1218 2082.1283,356.20294 2082.7693,356.27894 C 2084.0523,356.83095 2084.7595,355.73077 2084.6039,355.99892 C 2085.0979,355.99592 2086.1959,356.60392 2086.7809,356.71692 C 2087.8419,356.91992 2088.8373,357.1248 2089.9123,357.01653 C 2093.4651,356.6587 2090.0734,353.67478 2088.7433,352.75653 C 2084.7755,350.01736 2080.8649,347.85505 2076.9253,345.95053 C 2075.0861,345.06143 2072.2466,344.40728 2071.1243,346.57853 C 2069.6023,349.52301 2067.3725,346.14665 2065.0753,346.57353 C 2064.244,346.72802 2062.7028,346.55495 2061.9189,346.70213 C 2060.9048,346.89251 2060.7663,348.27153 2059.4083,347.50753 C 2058.5453,347.02153 2055.4193,345.43753 2056.2163,344.09053 C 2056.6643,343.33153 2057.2663,343.35753 2056.6713,342.41153 C 2056.0803,341.47253 2056.0673,340.68753 2056.0893,339.62553 C 2056.1523,336.42853 2055.8253,333.23253 2055.5793,330.04953 C 2057.9523,331.18653 2060.5633,331.15653 2062.8523,332.17353 C 2065.4593,333.33053 2065.6501,331.02233 2067.2417,329.56513 C 2068.3465,328.55361 2071.1612,328.75712 2071.4387,327.57112 C 2071.6619,326.61757 2069.9195,326.31951 2069.2899,325.65974 C 2068.8302,325.17792 2069.0483,324.61853 2068.9963,324.06053 C 2068.9143,323.17153 2069.5203,322.77053 2069.1113,321.85753 C 2068.8633,321.44253 2068.8263,321.00653 2069.0023,320.54853 C 2069.3683,319.60953 2068.8283,319.08353 2068.8283,318.16053 C 2068.8283,316.20453 2067.8803,314.54734 2069.7383,313.16334 C 2071.8153,311.61734 2068.9603,309.93753 2068.2083,308.57453 C 2067.5413,307.36553 2065.9583,306.37553 2064.5413,306.94153 C 2063.2733,307.44753 2062.6663,306.47153 2061.9183,305.64253 C 2063.9633,304.95353 2063.3237,301.69234 2065.7357,301.22434 C 2068.6097,300.66734 2071.3739,299.56694 2074.3299,299.72994 C 2077.2679,299.89094 2079.7185,298.43577 2082.5817,299.61294 C 2083.6145,300.03756 2085.6734,300.30264 2086.6655,301.06655 C 2088.0927,302.16553 2090.0003,302.10053 2091.5773,302.90553 C 2091.1034,300.77045 2097.8206,302.98754 2097.5413,303.84513 C 2097.3114,304.55074 2100.2983,305.30113 2101.0343,305.70413 C 2101.6043,306.01713 2101.2301,306.42455 2101.7341,306.72655 C 2102.5231,307.19855 2103.189,307.61677 2103.9603,308.17353 C 2105.4575,309.25428 2107.5636,310.10599 2108.2923,311.42953 C 2108.8984,312.53039 2109.9166,313.48761 2110.9353,314.15553 C 2111.8733,314.77053 2112.4534,315.84749 2113.8733,316.33196 C 2115.3354,316.83082 2116.0463,318.70075 2117.2143,319.57575 C 2118.5243,320.55575 2119.9165,321.45834 2121.1915,322.50034 C 2122.2735,323.38334 2122.5037,324.66255 2123.5227,325.58055 C 2124.6587,326.60355 2125.5747,326.24255 2126.1097,327.81355 C 2126.9867,330.38655 2131.0013,332.61655 2133.6113,332.12755 C 2134.7153,331.92055 2136.3113,331.81353 2137.3123,332.36853 C 2138.9473,333.27653 2140.5033,333.45853 2142.1973,334.15453 C 2140.9066,331.8937 2144.1883,334.77747 2144.7183,334.80253 C 2145.9519,334.86085 2147.4553,336.65453 2148.5143,337.26453 C 2150.2233,338.24953 2151.7503,337.45853 2153.3993,338.11453 C 2153.8903,338.31053 2153.6479,339.54594 2154.0229,339.99594 C 2154.4489,340.50694 2155.3239,340.87494 2155.8859,341.19894 C 2157.5529,342.15794 2157.2267,343.1958 2157.8813,344.67253 C 2158.3463,345.72153 2161.6678,347.61169 2162.7003,348.06653 C 2163.3109,348.33549 2163.9583,347.68953 2164.6373,347.68953 C 2165.6563,347.68953 2166.4993,348.31953 2167.5383,348.19353 C 2168.7073,348.05053 2172.6531,348.21162 2172.2403,346.84753 C 2171.8027,345.40153 2174.032,344.31953 2175.4623,344.47253 C 2175.5504,344.48195 2176.7933,345.01953 2176.8743,344.66253 C 2177.0623,343.83553 2176.9963,343.60253 2177.9233,343.35953 C 2178.7743,343.13553 2180.2256,342.00024 2181.2583,342.21753 C 2181.8396,342.33985 2183.6367,342.81176 2184.0283,343.22553 C 2183.9323,344.20053 2184.2113,344.99653 2184.8903,345.69253 C 2185.8833,346.71053 2187.9915,347.92875 2187.0275,349.63975 C 2186.8225,350.00275 2186.1103,350.43053 2185.8033,350.74253 C 2185.0353,351.51953 2186.1763,352.09653 2186.4743,352.72753 C 2186.7163,353.23953 2186.5853,353.84553 2186.6983,354.38553 C 2186.9053,355.37953 2187.811,356.21632 2187.7433,357.26653 C 2187.6635,358.50435 2190.3454,360.50358 2188.2783,361.15353 C 2189.5653,362.09453 2188.4807,362.45232 2188.5387,363.55932 C 2188.5807,364.37632 2189.6525,364.97513 2189.3633,365.79553 C 2189.0484,366.68876 2187.5583,366.0396 2188.5843,368.19953 C 2188.8628,368.78587 2189.3441,369.46232 2189.4471,370.11632 C 2189.6121,371.17032 2183.9095,369.42593 2183.0135,369.22293 C 2182.6195,369.13393 2180.1563,368.06653 2179.9843,368.40653 C 2179.6023,369.15753 2179.6743,370.50853 2178.8903,370.96253 C 2178.2633,371.32653 2177.2133,371.47832 2176.7813,371.97732 C 2176.3653,372.45632 2178.0693,373.59653 2178.2873,373.82153 C 2180.3823,375.98953 2181.9463,378.52153 2183.2863,381.19953 C 2184.4103,383.44453 2186.6787,384.88915 2186.4815,387.54513 C 2186.3955,388.70323 2187.0303,389.38891 2185.6893,389.19132 C 2184.5584,389.02469 2183.5273,389.20853 2182.8793,390.38653 C 2185.0224,390.88053 2185.9594,392.81107 2186.7784,393.79207 C 2187.9159,395.15445 2182.3373,391.32153 2181.3073,389.77853 C 2180.4543,388.50053 2179.3303,388.14053 2177.8383,388.22553 C 2178.1063,389.14453 2179.5743,391.76853 2178.9823,392.66553 C 2178.5223,393.36253 2177.1733,392.64153 2176.5433,393.17653 C 2175.6213,393.95953 2177.3013,395.57153 2175.2813,396.08653 C 2173.4733,396.54753 2171.5753,396.11953 2169.7783,396.57853 C 2170.7233,397.86053 2174.1861,399.35113 2173.7821,401.11613 C 2173.5671,402.05913 2169.4323,401.42353 2168.4673,401.27553 C 2167.5713,401.13953 2166.6353,400.94353 2165.8443,400.48153 C 2164.9163,399.93953 2164.0243,398.35553 2162.7963,398.49253 C 2162.1583,398.56453 2162.0463,399.29653 2161.2773,399.31253 C 2161.3353,400.94953 2161.4723,401.83253 2160.9293,403.40953 C 2160.6903,404.10553 2160.5763,405.28353 2159.9423,405.75753 C 2159.6173,405.99953 2158.0873,406.05953 2158.1833,406.60353 C 2158.3073,407.31053 2157.6733,407.21453 2157.3473,407.73753 C 2156.9843,408.07653 2156.5563,408.28553 2156.0643,408.36453 C 2155.6203,408.58753 2155.1903,409.62953 2154.9373,409.70653 C 2153.3743,410.18153 2152.1583,411.89753 2152.1773,413.65453 C 2152.2003,415.72353 2149.0393,415.79353 2147.8873,414.57953 C 2148.0503,415.67253 2146.5253,415.54853 2145.8663,415.51453 C 2146.1443,416.31453 2145.4193,416.46453 2144.8193,416.56553 C 2143.5743,416.77353 2142.6703,417.72753 2141.6963,418.46653 C 2140.7333,419.19753 2140.0693,419.50553 2139.9503,420.82753 C 2139.8643,421.79053 2138.7523,421.69953 2139.0263,422.64153 C 2138.5503,422.31053 2138.0243,422.16653 2137.4463,422.20953 C 2138.2193,423.24953 2134.8633,425.79053 2134.1133,423.33153 C 2133.7223,422.04853 2136.2013,422.07353 2136.5433,421.70053 C 2137.0393,421.15953 2136.3973,420.71153 2136.3433,420.17153 C 2136.2753,419.49753 2137.3323,419.14453 2137.6573,418.68153 C 2135.4173,419.67353 2134.2573,418.14853 2132.2573,417.81753 C 2132.6173,417.30953 2133.1623,416.93253 2133.7773,416.80953 C 2132.5243,414.91953 2133.4123,415.22553 2134.8113,413.82853 C 2135.4523,413.18753 2135.7113,411.27553 2135.7883,410.40153 C 2136.0623,407.25453 2131.1973,407.92153 2130.8173,405.14553 C 2131.0463,406.97353 2129.1733,406.17553 2128.2043,405.82853 C 2126.9793,405.38953 2124.3533,406.77153 2126.2183,407.52153 C 2124.7993,407.79953 2123.9573,409.98753 2124.0763,411.32753 C 2124.1753,412.43153 2120.9163,413.64353 2120.1683,414.14553 C 2119.4453,414.63053 2118.7753,414.98653 2118.3673,415.80153 C 2117.7013,417.13153 2119.0003,417.78953 2118.6803,418.80953 C 2117.9223,421.22853 2115.8813,420.41753 2114.0743,421.52053 C 2112.8383,422.27553 2111.5523,420.29553 2110.1933,420.55153 C 2108.2203,420.92353 2109.2073,424.14953 2109.6603,425.37053 C 2110.4543,427.50753 2112.8613,428.29053 2114.5813,429.49453 C 2115.1233,429.87453 2116.4133,430.01553 2117.0283,429.77153 C 2118.0503,429.36853 2118.2863,430.84753 2119.1583,430.99253 C 2119.3953,430.48853 2119.3953,429.98453 2119.1583,429.48053 C 2120.6173,429.48053 2122.6193,430.94453 2123.3043,432.23453 C 2124.2483,434.01253 2122.9073,435.72953 2124.8503,437.22253 C 2126.1553,438.22453 2127.7463,438.49553 2129.3333,438.24153 C 2130.4493,438.06153 2131.7973,437.44653 2130.5273,436.32053 C 2131.1413,435.96053 2134.0083,433.58453 2131.8973,433.58553 C 2133.1093,433.81153 2134.2203,432.74653 2135.3113,432.41753 C 2136.3413,432.10553 2137.9983,433.18153 2138.6163,433.93453 C 2139.1543,434.59053 2139.6063,434.51253 2140.3513,434.28853 C 2140.7803,434.16053 2141.3003,435.01953 2141.5183,435.24053 C 2142.5173,436.25353 2144.2023,434.76253 2145.2173,435.81653 C 2145.3343,435.51053 2145.4313,435.19953 2145.5073,434.88053 C 2147.0303,435.95353 2149.1473,435.15353 2150.6163,436.24853 C 2150.3503,436.38653 2150.0873,436.53053 2149.8273,436.68053 C 2151.4183,437.97053 2149.0083,438.33253 2150.5153,439.40653 C 2151.1193,439.83753 2151.0423,440.49253 2150.2453,440.80853 C 2148.9303,441.33053 2148.7953,440.12753 2148.2473,439.34453 C 2148.0813,439.71953 2147.8883,440.07953 2147.6673,440.42453 C 2147.5073,439.34153 2146.8303,439.65653 2146.2223,440.20553 C 2145.8703,440.52253 2143.3583,442.31653 2144.7873,440.78553 C 2143.9703,441.31353 2142.4943,442.71053 2141.5723,442.87753 C 2140.9203,442.99553 2139.3623,442.12653 2139.7473,443.44853 C 2140.8063,442.51853 2141.7543,443.90853 2141.1163,444.88853 C 2140.8063,444.12953 2139.9173,444.07853 2139.7473,444.96053 C 2139.6013,445.70853 2140.4323,446.14453 2140.2863,446.91553 C 2140.2203,447.26853 2139.1403,447.77253 2138.8163,447.69653 C 2137.7953,447.45453 2138.2253,446.26253 2137.3663,445.82453 C 2138.3433,447.21853 2136.9803,446.05853 2136.2173,446.18453 C 2136.2373,447.12253 2137.3963,448.43953 2138.3773,448.41653 C 2136.3353,448.72453 2137.5213,452.32053 2135.0663,451.72853 C 2135.0983,452.69853 2134.8773,454.74753 2134.3763,455.58653 C 2133.5423,456.98253 2134.2413,457.90153 2134.6373,459.28853 C 2135.6683,458.30453 2137.3343,459.70853 2138.1593,460.31853 C 2139.7863,461.52253 2141.6853,461.96653 2143.5023,462.79453 C 2144.9253,463.44353 2145.4543,465.58753 2146.2973,466.77553 C 2147.5753,468.57553 2148.7913,470.65853 2150.4393,472.13853 C 2151.5743,473.15853 2152.6783,474.68853 2152.7793,476.22253 C 2152.8993,478.04453 2155.6603,478.30253 2156.9763,478.88753 C 2158.1303,479.40053 2157.6153,480.08353 2158.1773,480.95953 C 2158.6113,481.63253 2159.3193,481.63353 2159.9863,481.96853 C 2161.0843,482.52053 2163.5313,483.73553 2162.7883,485.35153 C 2161.2283,484.92053 2159.5053,483.36553 2157.8033,483.85153 C 2155.5183,484.50453 2155.6013,482.87353 2153.6483,482.14753 C 2151.6873,481.41853 2150.8443,483.91153 2149.1933,483.00753 C 2148.3763,482.56053 2147.9173,481.79753 2147.3963,481.06153 C 2146.7503,480.14853 2145.8163,480.20053 2144.9383,479.66453 C 2145.3833,480.00653 2145.5503,480.59753 2145.2893,481.10353 C 2145.6923,480.63653 2146.1263,480.61253 2146.5893,481.03153 C 2146.3183,480.82553 2146.0543,480.60953 2145.7993,480.38453 C 2146.6723,480.05753 2148.4363,482.35853 2146.7393,481.60853 C 2147.9093,482.39053 2149.2673,484.13053 2150.9033,483.38753 C 2151.5603,483.08853 2151.4843,482.45153 2152.3213,482.49553 C 2153.0423,482.53253 2153.9673,482.85253 2154.4313,483.43853 C 2154.7193,483.80253 2154.3803,484.24653 2154.8693,484.48853 C 2155.6653,484.88453 2156.6013,485.00253 2157.4293,485.32553 C 2159.2173,486.02453 2160.7613,487.63653 2162.4863,488.54253 C 2163.4373,489.04253 2165.5093,491.02953 2165.4483,492.23153 C 2165.4203,492.78953 2164.2503,492.57653 2163.9343,492.60553 C 2162.7113,492.71653 2162.0483,493.71953 2161.1443,494.39253 C 2160.5413,494.84153 2159.8003,495.07353 2159.6683,495.86253 C 2159.6093,496.21353 2159.5403,497.06553 2159.0313,497.09653 C 2158.1623,497.14853 2157.6643,496.30653 2156.6773,496.68653 C 2155.8483,497.00553 2155.2393,497.75253 2154.5783,498.31153 C 2155.0433,498.08453 2156.7803,496.64953 2157.2843,497.00253 C 2158.2423,497.67353 2158.2603,499.49653 2159.6973,499.46353 C 2159.3963,499.27353 2159.0833,499.10553 2158.7583,498.95953 C 2160.4653,499.21853 2161.5273,497.18953 2163.1733,497.66053 C 2164.3073,497.98453 2164.8693,498.90953 2165.6443,499.69453 C 2166.5653,500.62653 2168.6083,500.82853 2169.8483,501.11953 C 2169.0003,501.51753 2168.6253,502.16053 2168.0483,502.84753 C 2167.8503,503.21253 2167.6103,503.54853 2167.3283,503.85553 C 2166.8923,504.19653 2166.3073,504.01553 2165.8883,504.43153 C 2166.0293,504.71053 2166.2193,504.95053 2166.4583,505.15153 C 2166.9043,504.52153 2167.7503,503.64153 2168.5483,504.35953 C 2168.1313,503.93753 2168.2143,502.79553 2169.0433,503.24753 C 2169.9633,503.75053 2169.1573,504.52853 2169.5993,505.26653 C 2169.6083,505.28153 2170.4793,507.70953 2169.5473,507.10553 C 2169.0293,506.76953 2169.0833,505.90453 2168.6183,505.51153 C 2168.7343,505.98553 2168.8063,506.46553 2168.8383,506.95153 C 2168.2273,507.11153 2167.8203,506.72553 2167.6883,506.15853 C 2167.9493,507.49353 2167.5663,506.64653 2167.2493,506.15853 C 2167.1233,506.73853 2166.8833,507.26653 2166.5283,507.74253 C 2167.4563,507.55453 2168.8433,508.43653 2168.9783,509.39853 C 2168.5513,508.94653 2168.2183,508.99453 2167.9783,509.54353 C 2168.7353,509.48953 2169.6013,510.54453 2168.7373,511.07053 C 2167.6653,511.72353 2166.1553,510.44253 2165.2383,510.04753 C 2165.7253,510.43353 2166.0163,511.24653 2166.6083,511.48653 C 2167.4443,511.82553 2168.0133,511.14053 2168.5253,512.16453 C 2168.7703,512.65353 2170.1233,513.89053 2169.4513,514.49053 C 2168.8413,515.03553 2168.0693,514.99653 2168.4093,516.09453 C 2167.4703,515.66253 2167.4193,514.40553 2166.4593,514.00653 C 2166.1883,514.48253 2166.1583,514.58053 2165.6693,514.79853 C 2167.0973,514.99053 2164.9833,519.23753 2162.6483,516.38253 C 2162.9603,517.43253 2165.2833,517.22953 2164.9773,518.44253 C 2164.7143,519.48653 2163.6463,521.38053 2164.9483,522.07153 C 2164.2163,522.41453 2164.2323,522.88453 2164.3353,523.57453 C 2164.5573,525.06353 2163.3063,523.50053 2163.7293,524.51853 C 2163.2433,524.09353 2162.7633,523.66153 2162.2903,523.22253 C 2162.2693,523.74253 2164.8083,525.53553 2162.7203,525.09453 C 2163.0923,525.94853 2162.4333,526.72853 2161.6403,526.96653 C 2162.5093,528.18153 2163.1583,530.34153 2160.6303,529.70253 C 2161.3933,529.38853 2161.7503,528.60053 2161.4203,527.83053 C 2161.0763,528.10353 2160.8143,528.43953 2160.6303,528.83853 C 2160.1473,528.48853 2159.7703,527.97953 2159.6193,527.39853 C 2159.3213,527.93053 2158.7823,528.25253 2158.1803,527.97453 C 2158.5523,528.38653 2158.6993,528.86653 2158.6193,529.41453 C 2159.8013,528.88153 2161.1683,530.94753 2159.4793,530.78253 C 2159.5463,531.67153 2160.6513,532.14853 2160.9193,531.07053 C 2161.8103,531.99153 2160.8203,531.94953 2160.2143,532.54653 C 2159.5893,533.16053 2159.2713,534.00853 2158.9793,534.81453 C 2158.2033,534.08953 2157.0163,533.67953 2156.0193,533.37553 C 2156.8003,533.86453 2157.2823,535.23853 2158.3913,535.05353 C 2159.4883,534.86953 2159.8713,533.72253 2160.7793,535.10353 C 2160.0413,535.40853 2160.3053,536.61453 2160.0733,537.37753 C 2159.6883,538.63753 2161.6373,538.67753 2161.2103,539.99953 C 2160.9833,539.03953 2160.7173,539.03953 2160.4103,539.99953 C 2159.9593,539.30653 2159.3193,538.71653 2158.5403,538.41553 C 2158.4873,539.02053 2158.1353,539.55353 2157.6093,539.85453 C 2158.1323,540.13853 2159.4473,540.32053 2159.2333,541.22253 C 2158.9243,542.52353 2157.8993,540.65053 2157.8993,542.30353 C 2157.7353,541.55853 2157.0243,540.27053 2156.2403,541.36753 C 2157.2333,541.71653 2156.3673,543.18653 2157.5293,543.23853 C 2157.2713,544.03553 2155.5903,545.25953 2155.5903,543.88653 C 2154.7963,544.52053 2154.9793,544.69053 2155.6413,545.11153 C 2156.4643,545.63553 2155.7563,546.88453 2155.3703,547.41453 C 2154.9483,546.99753 2154.5413,546.56453 2154.1503,546.11853 C 2153.8993,547.06653 2152.6563,547.66753 2152.1403,546.55053 C 2151.5903,547.34253 2150.2473,546.84253 2151.0603,547.98953 C 2150.5123,547.82953 2149.9593,547.80453 2149.4003,547.91853 C 2149.9043,548.46653 2150.6313,548.67453 2151.3403,548.42253 C 2151.1973,548.99853 2151.4753,549.33753 2152.0603,549.35853 C 2151.8573,549.89053 2151.3713,549.88853 2150.9983,550.21053 C 2150.4163,550.71453 2150.8033,551.67553 2149.8993,552.23853 C 2150.2193,551.53953 2150.0033,551.27553 2149.2503,551.44653 C 2149.5413,552.22253 2149.0493,552.91253 2149.0403,553.67853 C 2148.9623,552.22553 2147.5053,553.75053 2146.7403,553.75053 C 2146.5813,553.93153 2146.0073,556.44153 2145.2263,555.67853 C 2144.5403,555.00753 2144.0803,554.65853 2143.9493,555.91653 C 2143.8033,557.29953 2143.1513,557.62553 2141.7693,557.42253 C 2142.5973,557.74153 2143.6313,557.72153 2143.8593,558.79053 C 2142.9343,557.65653 2142.9953,559.42253 2142.3393,558.71853 C 2142.0503,559.59753 2142.5663,560.71853 2141.4083,561.07053 C 2140.6513,561.30053 2139.3383,561.59453 2138.5983,561.16653 C 2139.6783,562.31153 2135.5123,562.89153 2136.4383,561.09453 C 2135.8123,561.79753 2134.9883,561.50253 2134.2783,561.16653 C 2134.4193,561.78053 2136.0653,562.59753 2135.6303,563.34653 C 2135.3623,563.80553 2134.7513,563.41753 2134.4833,563.23453 C 2133.6503,562.66753 2132.8803,562.75653 2132.9793,561.74253 C 2132.5333,562.35553 2130.8773,563.35853 2130.3193,562.96753 C 2131.5893,563.41153 2130.7643,564.38453 2129.9983,564.17353 C 2129.0983,563.92653 2129.1323,562.84553 2129.7403,562.31953 C 2128.8863,562.31653 2128.1233,562.76153 2127.6603,563.47153 C 2128.6243,563.64653 2127.5933,564.63253 2128.6603,564.91053 C 2128.4483,565.10153 2128.2083,565.24553 2127.9393,565.34353 C 2127.4843,563.79753 2123.9273,563.93553 2123.1193,565.19953 C 2123.0153,563.09153 2120.3803,562.54253 2120.6703,560.30353 C 2120.3843,561.73853 2120.4233,560.88153 2119.8103,560.37553 C 2120.2873,559.56953 2121.1143,559.43353 2121.9703,559.58353 C 2120.8563,558.80753 2119.9213,560.37353 2118.8003,559.87153 C 2120.3993,560.51453 2118.7243,561.75553 2117.6503,561.38353 C 2118.0533,561.54553 2119.5623,562.10653 2119.6413,562.59253 C 2119.4833,562.71953 2119.2993,562.72453 2119.0903,562.60753 C 2119.9873,563.20353 2122.1533,566.08453 2121.2503,567.35953 C 2120.2853,568.71153 2118.2593,564.80153 2117.7903,564.26353 C 2117.7263,565.55253 2119.2783,566.70653 2119.8803,567.71953 C 2119.3463,567.84353 2118.9533,568.25553 2118.8693,568.79953 C 2118.3393,568.53653 2117.9403,568.04553 2117.9393,567.43153 C 2116.6303,568.03253 2117.9943,569.51953 2117.1393,570.38353 C 2116.1543,569.10953 2115.4343,570.13453 2114.7693,571.04253 C 2114.3193,571.65653 2112.7393,570.34653 2113.6193,569.51953 C 2112.9983,569.76153 2112.6093,569.46253 2112.6803,568.79953 C 2112.5603,569.63553 2113.1733,570.49853 2112.9123,571.33453 C 2112.5843,572.38753 2109.8513,570.47653 2109.2903,570.31153 C 2110.5883,571.95453 2108.8653,571.19953 2107.9303,571.24853 C 2109.5563,571.89053 2107.1923,574.34353 2106.1303,572.83253 C 2105.9593,573.37553 2105.6023,573.91253 2105.0503,574.12853 C 2105.5853,573.02953 2104.2483,573.69753 2103.5133,573.87053 C 2102.6023,574.08553 2101.3053,574.38153 2100.7303,575.20853 C 2100.8933,574.79653 2101.1063,574.41253 2101.3703,574.05653 C 2100.7723,574.47553 2100.3033,575.19953 2100.7303,575.92853 C 2099.1703,576.39853 2099.7163,575.28653 2098.7803,574.56053 C 2098.4103,575.38153 2099.5203,575.91853 2098.7923,576.65853 C 2098.2783,577.17953 2097.1633,577.71253 2097.6193,578.65753 C 2097.8803,579.19853 2098.6463,579.22653 2099.1393,579.39653 C 2099.8253,579.63253 2099.6173,581.17153 2099.0713,579.52853 C 2099.1753,580.79253 2100.9353,581.45053 2100.8443,582.70753 C 2100.6913,584.82553 2097.8143,583.78753 2096.6203,584.35353 C 2096.6833,583.62553 2095.8373,582.46253 2097.1313,583.12953 C 2096.8663,581.90653 2094.6663,582.15353 2095.5413,580.46553 C 2094.5273,580.60053 2095.1633,579.15353 2094.3153,579.06253 C 2093.7763,579.00453 2093.6253,576.98853 2093.9833,576.61653 C 2094.6883,575.88353 2093.8113,575.37353 2094.7833,574.78153 C 2096.2763,573.87153 2094.1713,573.34853 2093.6003,572.83453 C 2093.7313,573.09353 2093.8513,573.35753 2093.9603,573.62653 C 2092.8483,573.86553 2092.2933,572.21553 2091.8003,571.53853 C 2091.4463,572.13553 2091.7043,572.69753 2092.3003,572.97753 C 2091.8813,573.44753 2090.4683,574.67853 2089.9303,573.69753 C 2089.0493,575.71853 2088.8563,572.66653 2088.4103,572.32953 C 2087.8873,571.93353 2086.0173,572.76753 2087.1193,571.25053 C 2086.8613,571.15853 2086.5983,571.08653 2086.3303,571.03353 C 2086.2643,571.55953 2086.3833,572.04053 2086.6893,572.47353 C 2085.8143,572.34053 2085.4043,570.67553 2084.5293,570.88953 C 2084.9253,570.38353 2084.7533,569.89153 2084.1703,569.66553 C 2083.9403,570.17953 2083.7153,570.90653 2083.5903,569.88153 C 2083.4023,570.94253 2085.0203,571.60153 2084.4193,572.68353 C 2084.1303,573.20353 2083.1363,571.99453 2082.7303,572.04153 C 2083.0063,572.66253 2082.7163,573.24353 2082.1503,573.55353 C 2082.1243,572.90753 2080.4665,572.59605 2079.6183,572.34353 C 2077.803,571.8031 2076.8338,573.60982 2076.4613,572.18553 C 2076.2223,572.33053 2075.9823,572.47453 2075.7413,572.61853 C 2075.0452,571.57021 2074.0368,571.71545 2073.2343,571.05651 C 2072.8363,570.72964 2073.0388,570.50065 2072.8084,570.10626 C 2072.5846,569.72338 2071.3314,568.98406 2070.3413,569.44953 C 2069.7283,567.53453 2068.6833,566.08953 2068.6913,564.12253 C 2070.3963,564.72532 2069.6207,560.41937 2067.0293,561.60126 C 2065.9851,562.07745 2065.7272,561.31485 2064.9342,560.91885 C 2063.9732,560.43985 2063.5502,561.3384 2062.3205,560.82474 C 2060.1816,559.93126 2059.3333,558.98453 2058.1023,557.28353 C 2057.5773,558.49553 2056.1223,558.63353 2055.2003,559.39853 C 2054.6113,559.88753 2055.7063,560.86753 2054.9683,561.61353 C 2054.3613,562.22853 2050.6113,564.05253 2050.9833,562.03453 C 2049.6823,562.08653 2049.3633,565.12753 2048.9003,564.83553 C 2048.2403,564.41953 2047.7003,563.75553 2047.1663,563.19553 C 2046.0293,562.00453 2046.1123,563.29553 2045.7243,564.19453 C 2044.3253,562.58553 2044.1423,562.23753 2043.0523,564.25053 C 2042.0493,566.10353 2040.6343,564.13153 2039.6783,563.33853 C 2037.6033,561.61753 2037.2984,564.08449 2036.4779,565.46239 C 2035.9716,566.31268 2035.3697,565.3793 2034.8149,565.39739 C 2034.4328,565.40986 2033.9663,565.46853 2033.6013,565.57953 C 2033.1103,565.72653 2033.2303,564.91453 2032.7993,564.91453 C 2030.9183,564.91453 2031.8333,568.55153 2032.2993,569.24653 C 2032.8273,570.03453 2033.5033,570.78853 2033.7863,571.71253 C 2033.9893,572.00453 2034.1753,572.30653 2034.3443,572.61953 C 2034.4133,573.14553 2033.9653,573.60353 2033.9843,574.13153 C 2034.0033,574.69053 2035.1653,575.86653 2034.6343,576.36253 C 2033.9183,577.03353 2033.0933,575.51353 2032.2013,575.78253 C 2030.8413,576.19453 2030.6843,576.29253 2030.1273,574.88853 C 2029.6473,573.68053 2028.8963,572.50753 2028.8043,571.17853 C 2027.5853,572.08353 2025.4923,574.61753 2023.8853,573.58153 C 2023.1173,573.08653 2022.9463,574.23253 2022.3033,574.09853 C 2021.6453,573.95953 2021.4383,572.51053 2021.7443,572.04253 C 2019.2293,572.00953 2021.0763,569.54053 2019.7383,568.87853 C 2018.2723,568.15253 2016.4693,568.24653 2014.9333,568.46253 C 2012.9533,568.74153 2014.5223,565.88353 2014.6443,565.18653 C 2014.8253,564.15953 2013.6403,561.23653 2015.5533,561.31353 C 2015.0413,559.79753 2014.0733,559.65753 2012.6033,559.65753 C 2010.6653,559.65753 2010.8383,558.08253 2010.0393,556.84753 C 2009.9663,556.73453 2009.2923,555.98853 2009.4243,555.79953 C 2010.0973,554.83053 2008.7313,554.16653 2008.3193,553.44753 C 2007.6283,552.23953 2009.3733,551.71953 2009.0743,550.51453 C 2007.3263,551.80453 2005.1563,550.16453 2003.3423,551.18453 C 2002.9233,551.41953 2000.4643,553.36653 2000.0353,553.02853 C 1999.1593,552.33653 2000.0843,551.61353 2000.3703,550.90353 C 2000.6543,550.19953 2000.1693,549.07853 1999.7843,548.49753 C 1999.1873,547.59553 1998.8263,547.71553 1998.5983,546.42153 C 1998.4283,545.45953 1998.8413,544.76153 1999.8643,544.68253 C 1999.0863,543.41153 1999.7863,542.41453 1999.7153,541.08253 C 2001.4023,542.60853 2001.5153,538.65953 2001.6653,538.13053 C 2004.1443,538.30853 2002.3563,537.25153 2003.9653,536.04253 C 2004.2183,535.85253 2005.1133,536.35553 2005.1703,535.91753 C 2005.2843,535.04053 2004.1813,534.39753 2003.8953,533.66653 C 2005.3763,534.24353 2004.6153,531.57753 2004.6153,530.84753 C 2004.6153,529.25953 2004.2484,527.41353 2003.7124,525.92353 C 2003.2854,524.73753 2003.2773,523.42269 2002.6068,522.35866 C 2002.0857,521.53178 2001.4618,520.62415 2000.1463,519.98653 C 2000.4403,520.56153 2000.1353,521.01153 1999.5763,521.21153 C 1999.0603,520.17353 1998.0903,519.12853 1997.7573,518.03453 C 1997.4633,517.06853 1997.4973,516.23953 1996.6943,515.51753 C 1995.3663,514.32253 1993.3073,513.85053 1992.1563,512.57053 C 1992.0581,513.33737 1991.6155,514.71764 1991.5488,515.20733 C 1991.5184,515.43006 1991.2442,515.58464 1991.157,515.73391 C 1990.9388,515.91039 1991.2227,515.44881 1990.4222,514.66481 C 1989.5518,513.81228 1989.0813,514.74353 1988.2123,514.34853 C 1987.4173,513.98853 1986.4403,513.28153 1985.5363,513.29053 C 1984.7003,513.29953 1984.3763,514.37053 1983.4833,514.01253 C 1982.8433,513.75653 1983.3663,512.83453 1983.5673,512.47853 C 1983.8843,511.91753 1984.4893,511.33853 1984.6483,510.72153 C 1984.9033,509.73053 1983.0843,509.27753 1983.4463,508.03353 C 1982.8053,508.21653 1982.1333,509.09653 1981.4053,508.92953 C 1979.7823,508.55753 1981.5873,507.05553 1982.1463,506.81053 C 1981.4953,506.22053 1980.6213,505.42653 1979.9033,504.91253 C 1979.1923,504.40253 1977.0883,505.98253 1976.5033,506.39153 C 1975.9013,506.81253 1976.1953,507.74553 1975.6213,508.13853 C 1975.1083,508.49053 1974.1693,508.04253 1973.7203,507.85353 C 1973.5483,507.78053 1971.4083,506.47253 1972.2863,507.52953 C 1971.6283,507.14353 1970.6113,506.35153 1969.9063,506.16153 C 1969.0943,505.94253 1968.4583,506.62453 1967.6653,507.09353 C 1966.5233,507.76753 1965.9083,509.03153 1965.0693,510.00653 C 1964.0063,511.24353 1962.9773,511.21453 1961.4883,511.47453 C 1959.8463,511.76153 1960.4863,512.87253 1959.7713,513.88753 C 1959.1143,514.81953 1957.5013,515.23853 1957.2133,516.34453 C 1956.8353,517.78853 1956.8193,518.84553 1954.8693,518.91553 C 1953.6143,518.95953 1952.6893,519.73553 1951.4563,519.57053 C 1951.0028,519.51003 1950.247,519.68209 1949.961,519.51934 C 1949.675,519.35659 1949.8588,518.85903 1949.8423,518.36053 C 1949.8143,517.47353 1947.5612,516.96483 1946.7854,516.98097 C 1945.6001,517.00563 1945.9788,518.41052 1944.2453,517.24953 C 1942.132,517.1775 1940.9654,517.14496 1940.2367,516.77766 C 1939.1114,516.21049 1940.2082,515.35766 1939.0862,515.02066 C 1937.6562,514.59266 1936.4433,514.81684 1935.1723,515.66084 C 1933.8373,516.54784 1933.0376,518.63078 1932.3496,520.05978 C 1931.8276,521.14578 1930.5002,522.18884 1930.4092,523.37984 C 1927.6909,521.28703 1929.6863,519.65372 1929.1543,518.11453 C 1928.3096,515.67078 1925.6328,517.55593 1923.7553,517.68253 C 1923.8013,517.94753 1923.8513,518.21153 1923.9043,518.47453 C 1922.2763,518.00353 1919.9813,518.60853 1918.2583,518.57353 C 1916.7033,518.54153 1915.7073,517.94453 1914.2663,517.21553 C 1913.7633,516.96153 1912.9083,516.41753 1912.3083,516.67753 C 1911.7743,516.90853 1912.1203,517.76953 1911.5483,517.87353 C 1910.6783,518.03153 1908.9663,516.79053 1908.9243,515.88353 C 1908.7173,516.05353 1908.6743,519.01153 1907.9383,517.78353 C 1907.1883,516.53353 1905.5753,515.79653 1905.1043,514.37153 C 1904.8503,515.53453 1900.9433,515.04853 1900.6583,514.02153 C 1900.5063,513.47253 1901.0703,512.50553 1900.6283,512.05153 C 1900.1703,511.58153 1898.7873,512.63753 1897.9913,512.16053 C 1896.7253,511.40153 1893.8783,510.44753 1893.3763,508.96253 C 1892.7593,507.13453 1890.8753,505.13353 1888.9513,507.05653 C 1888.2583,507.74953 1886.0293,504.77553 1885.6723,504.34753 C 1884.6883,503.16953 1882.7423,502.92253 1881.2813,502.03353 C 1879.0063,500.64853 1876.9773,499.10953 1875.0243,497.35953 C 1874.2783,496.69053 1873.2523,496.78953 1872.3543,496.50053 C 1871.3853,496.18853 1871.3753,497.41853 1870.3343,497.01953 C 1870.7303,499.63953 1869.2543,499.97053 1867.7263,498.29553 C 1866.3593,496.79653 1864.6403,496.09653 1862.7423,495.57853 C 1862.3413,495.46853 1861.4003,495.35053 1861.1143,495.00453 C 1860.6733,494.46953 1861.4893,493.60753 1860.5343,493.22753 C 1859.8113,492.93953 1859.4503,492.85553 1858.8203,492.27753 C 1857.7403,491.28653 1857.0283,491.99953 1855.8753,491.65953 C 1854.1353,491.14753 1853.4333,489.27253 1852.2703,488.12953 C 1851.0973,486.97553 1849.8283,490.24853 1849.0933,487.94453 C 1848.8333,487.13353 1849.1473,486.31153 1848.6623,485.55353 C 1848.1723,484.78653 1847.9803,484.15853 1847.8323,483.27353 C 1847.6723,482.32153 1846.7193,481.74153 1846.0613,481.15453 C 1845.0883,480.28653 1845.3123,478.95353 1844.4853,478.01153 C 1846.4483,476.54953 1846.8333,477.61553 1847.9643,478.96653 C 1848.5223,479.63253 1849.3593,479.74953 1849.8073,479.00253 C 1850.3653,478.06953 1851.3327,478.14374 1851.9287,477.33274 C 1852.6627,476.33274 1851.6743,475.35553 1851.0873,474.66353 C 1850.6213,474.11353 1850.8583,472.60453 1850.2853,472.43253 C 1847.9433,471.72453 1848.0881,471.88894 1846.4179,470.19422 C 1844.533,468.28168 1844.3004,464.84447 1844.3674,464.37354 C 1844.4008,464.13909 1846.9,463.40126 1844.7865,462.72189 C 1842.9593,462.13454 1841.5361,460.7173 1839.8215,459.68165 C 1837.4586,458.2544 1838.2135,454.95331 1834.2883,452.65553 C 1831.9693,452.75753 1824.9723,452.27653 1824.8253,448.92453 C 1824.1373,449.10153 1823.1463,450.21153 1822.4093,449.54853 C 1821.8373,449.03353 1820.3053,448.12653 1820.0043,447.45853 C 1819.7283,446.84553 1819.7973,445.62353 1819.6093,444.91053 C 1819.3513,443.92853 1818.8673,443.13953 1818.1233,442.44453 C 1817.0743,441.46653 1815.2713,442.01353 1814.6203,441.01153 C 1813.9143,439.92753 1811.6053,438.61553 1810.7163,440.21253 C 1809.9993,438.47453 1808.0023,439.75453 1807.3193,438.48853 C 1806.4173,436.81653 1809.5553,437.52253 1810.0093,437.44053 C 1811.8903,437.10153 1811.1453,435.35753 1810.0783,434.70153 C 1809.1763,434.14453 1809.6023,433.85253 1809.5723,432.97753 C 1809.5593,432.58653 1808.8863,431.41253 1808.7053,430.99353 C 1808.4493,430.40153 1807.7303,430.33753 1807.4973,429.67753 C 1807.2243,428.90353 1807.4793,428.07253 1807.3183,427.28253 C 1807.0203,425.82553 1804.5773,425.42653 1803.3753,425.16353 C 1801.7803,424.81253 1800.6523,426.94353 1799.4363,425.41253 C 1799.0423,424.91753 1797.3823,422.65453 1798.9863,422.64453 C 1798.4723,421.92053 1797.7753,421.36553 1797.1533,420.74353 C 1796.5383,420.13153 1796.7903,419.05853 1796.5263,418.31753" id="path2708"/>
</g>
<g id="cn_hk">
<g class="landxx coastxx cn_hk" id="hk-">
<path d="M 2124.3363,564.83753 C 2125.0943,564.57853 2125.8133,564.21253 2126.4263,564.98153 C 2126.2043,565.19653 2125.9643,565.38753 2125.7063,565.55753 C 2126.0063,565.29453 2126.5713,565.10953 2126.9303,565.38753 C 2128.0473,566.25453 2125.6753,565.46853 2126.6463,566.78253 C 2125.7983,566.60353 2122.6303,565.94853 2124.3363,564.83753" id="path2764"/>
<path d="M 2123.3273,567.50153 C 2123.2953,566.74853 2124.2253,566.57853 2124.6963,566.27753 C 2124.7963,567.06553 2124.0213,567.53353 2123.3273,567.50153" id="path2762"/>
<path d="M 2125.7763,566.78153 C 2125.7773,567.15653 2125.9703,567.39653 2126.3563,567.50153 C 2126.2653,567.17553 2126.0723,566.93553 2125.7763,566.78153" id="path2760"/>
</g>
<circle class="circlexx subxx cn_hk" cx="2126.8741" cy="566.867665" id="hk_" r="4.2338"/>
</g>
<g id="cn_mo">
<path class="landxx coastxx cn_mo" d="M 2121.0963,567.50153 C 2121.2273,567.42253 2121.3423,567.92253 2121.2463,567.35653 C 2121.3683,567.63453 2121.3923,567.92253 2121.3153,568.22053 C 2121.2433,567.98153 2121.1693,567.74153 2121.0963,567.50153" id="mo-"/>
<circle class="circlexx subxx cn_mo" cx="2118.7195" cy="569.462015" id="mo_" r="4.2338"/>
</g>
</g>
<g class="landxx coastxx ca" id="ca" transform="translate(-29.9017, -45.0745)">
<path d="M 480.241,334.296 C 479.628,334.229 479.1,334.421 478.657,334.872 C 479.212,334.755 479.74,334.563 480.241,334.296" id="path3776"/>
<path d="M 475.705,335.448 C 474.688,335.145 473.959,335.964 473.401,336.672 C 474.236,336.41 475.031,336.013 475.705,335.448" id="path4128"/>
<path d="M 466.777,373.68 C 466.556,373.897 466.364,374.137 466.201,374.4 C 466.889,375.106 467.862,374.906 468.289,374.041 C 467.599,375.427 468.783,374.166 469.585,374.617 C 469.318,375.099 469.102,375.603 468.937,376.129 C 469.836,375.853 470.746,376.573 471.889,376.345 C 469.958,377.367 468.66,376.757 467.209,378.721 C 468.465,378.643 469.744,378.814 470.953,378.362 C 470.733,378.623 470.517,378.887 470.305,379.154 C 470.89,379.173 471.37,378.957 471.745,378.506 C 471.347,378.993 470.867,379.377 470.305,379.658 C 470.846,379.87 471.326,379.774 471.745,379.37 C 471.532,379.957 471.745,380.33 472.393,380.306 C 471.747,380.8 470.979,381.43 470.089,381.17 C 471.574,382.967 471.548,382.265 473.617,381.89 C 471.531,382.667 474.791,382.324 475.296,382.223 C 476.372,382.01 477.41,381.084 477.865,380.09 C 477.534,381.945 475.187,382.25 473.905,383.186 C 473.017,383.834 472.784,383.898 473.617,384.699 C 473.996,385.063 475.609,386.265 476.152,385.957 C 476.636,385.682 479.359,388.006 480.744,387.65 C 481.404,387.481 482.361,387.281 482.973,387.055 C 483.722,386.779 483.601,385.572 483.913,384.987 C 483.338,385.154 482.858,385.466 482.473,385.924 C 483.072,384.955 483.998,383.303 483.049,382.252 C 484.972,381.669 482.985,380.062 482.132,379.541 C 480.86,378.766 478.694,378.612 479.98,376.632 C 480.467,375.882 479.897,374.901 479.826,374.095 C 479.75,373.231 480.427,371.894 480.21,371.163 C 480.004,370.472 475.83,369.723 475.269,369.702 C 473.802,369.648 471.524,369.058 470.314,368.161 C 468.65,366.928 467.593,366.161 465.415,366.692 C 464.381,366.944 462.088,368.595 463.866,369.627 C 464.434,369.957 465.195,369.863 465.8,369.713 C 466.288,369.592 468.565,368.838 466.851,368.643 C 467.611,368.585 468.323,368.917 469.083,368.86 C 468.246,368.902 467.457,369.509 467.355,370.372 C 467.948,367.987 462.228,371.601 464.835,371.019 C 464.488,371.867 463.622,372.264 462.963,372.819 C 463.784,373.075 466.074,371.758 465.987,373.467 C 466.626,372.921 467.477,373.021 468.218,372.747 C 467.679,372.967 467.199,373.278 466.777,373.68" id="path4804"/>
<path d="M 473.329,351.576 C 475,351.572 475.664,349.517 477.145,349.055 C 476.317,350.011 475.143,350.602 474.409,351.649 C 475.774,352.431 478.934,348.824 478.729,347.544 C 478.28,344.744 474.485,348.089 473.689,349.056 C 474.416,349.569 476.327,348.814 475.92,347.76 C 476.128,347.999 476.295,348.263 476.424,348.552 C 475.263,348.585 472.25,350.025 473.329,351.576" id="path4806"/>
<path d="M 477.721,350.496 C 476.503,350.745 475.192,352.741 474.985,353.88 C 476.326,353.258 477.138,351.779 477.721,350.496" id="path4808"/>
<path d="M 478.369,355.752 C 479.741,355.184 481.803,355.109 482.545,353.592 C 479.773,353.625 477.024,355.441 475.129,357.336 C 476.512,357.46 477.218,356.24 478.369,355.752" id="path4810"/>
<path d="M 479.017,344.448 C 478.14,344.828 477.197,345.372 476.641,346.176 C 477.778,345.721 478.465,345.664 479.017,344.448" id="path4812"/>
<path d="M 479.233,350.28 C 478.897,350.417 478.55,350.52 478.193,350.589 C 477.62,350.778 477.396,351.664 477,352.08 C 477.784,351.532 478.536,350.936 479.233,350.28" id="path4814"/>
<path d="M 479.521,370.512 C 479.785,370.368 480.049,370.224 480.313,370.08 C 479.815,370.228 479.311,370.349 478.8,370.44 C 479.041,370.464 479.281,370.488 479.521,370.512" id="path4816"/>
<path d="M 480.025,377.136 C 479.881,377.402 479.905,377.665 480.097,377.928 C 480.073,377.664 480.049,377.399 480.025,377.136" id="path4818"/>
<path d="M 480.097,373.68 C 480.667,373.416 481.696,371.878 481.393,371.232 C 479.993,371.472 480.646,372.792 480.097,373.68" id="path4820"/>
<path d="M 481.752,369.864 C 481.209,369.988 480.705,370.204 480.24,370.511 C 480.813,370.767 481.642,370.59 481.752,369.864" id="path4822"/>
<path d="M 482.256,370.08 C 481.896,370.561 481.416,370.825 480.817,370.872 C 481.837,370.843 482.003,371.934 481.249,372.456 C 482.116,372.181 483.114,370.904 482.256,370.08" id="path4824"/>
<path d="M 482.689,372.024 C 482.137,372.235 481.751,372.7 481.897,373.32 C 482.375,373.061 482.733,372.594 482.689,372.024" id="path4826"/>
<path d="M 484.057,377.928 C 483.971,376.659 483.318,376.091 482.329,375.408 C 481.817,376.517 483.34,377.424 484.057,377.928" id="path4828"/>
<path d="M 482.689,377.784 C 482.533,378.441 482.773,378.513 483.409,378 C 483.169,377.928 482.929,377.856 482.689,377.784" id="path4830"/>
<path d="M 483.84,371.231 C 483.211,371.467 482.898,372.083 483.336,372.671 C 483.686,372.255 483.854,371.775 483.84,371.231" id="path4832"/>
<path d="M 484.345,382.68 C 483.793,383.128 483.807,383.843 483.841,384.48 C 484.882,384.382 484.91,383.332 484.345,382.68" id="path4834"/>
<path d="M 485.065,371.231 C 484.708,371.353 484.42,371.569 484.201,371.879 C 484.775,372.084 485.094,371.835 485.065,371.231" id="path4836"/>
<path d="M 484.632,382.176 C 484.8,382.701 485.213,383.064 485.784,383.04 C 485.381,382.777 484.997,382.489 484.632,382.176" id="path4838"/>
<path d="M 486.361,375.624 C 485.672,375.58 485.068,375.974 484.849,376.632 C 485.326,376.256 485.83,375.92 486.361,375.624" id="path4842"/>
<path d="M 488.88,378.72 C 488.634,378.847 488.33,379.079 488.16,379.296 C 488.4,379.104 488.641,378.912 488.88,378.72" id="path4848"/>
<path d="M 489.384,377.856 C 488.982,377.712 488.867,377.83 488.592,378.215 C 488.856,378.096 489.12,377.977 489.384,377.856" id="path4850"/>
<path d="M 889.488,299.016 C 888.438,298.32 888.309,300.013 887.688,300.456 C 888.598,300.632 889.29,299.809 889.488,299.016" id="path5230"/>
<path d="M 758.592,277.704 C 758.974,277.628 759.31,277.46 759.6,277.2 C 759.056,276.866 758.607,277.022 758.592,277.704" id="path5010"/>
<path d="M 786.818,347.256 C 785.553,346.808 784.047,346.798 782.739,347.032 C 781.23,347.303 778.778,348.531 781.291,349.433 C 782.81,349.979 785.225,351.311 786.845,350.894 C 788.377,350.501 787.181,348.087 786.818,347.256" id="path5042"/>
<path d="M 793.518,356.256 C 792.728,356.16 790.611,356.703 790.638,357.768 C 791.741,357.315 792.81,357.375 793.518,356.256" id="path5048"/>
<path d="M 794.667,347.399 C 794.311,347.514 794.07,347.754 793.947,348.12 C 794.188,347.88 794.428,347.64 794.667,347.399" id="path5052"/>
<path d="M 794.238,346.608 C 794.917,346.714 795.06,346.426 794.668,345.744 C 794.072,345.795 794.162,346.155 794.238,346.608" id="path5054"/>
<path d="M 806.757,325.008 C 807.882,325.848 809.687,323.845 810.507,323.28 C 810.119,324.474 808.78,324.909 807.907,325.656 C 808.542,325.213 809.297,325.298 810.001,325.08 C 811.148,324.725 812.211,323.47 813.097,322.704 C 813.187,323.679 812.175,324.278 811.587,324.864 C 812.897,323.867 813.772,322.449 814.967,321.336 C 815.165,322.807 812.759,324.011 811.947,324.937 C 813.045,323.953 814.045,322.77 815.298,321.982 C 816.205,321.412 815.459,320.512 815.366,319.713 C 815.34,319.484 811.078,322.758 810.647,322.992 C 811.69,322.234 812.704,321.266 813.307,320.112 C 811.347,322.031 808.508,322.94 806.757,325.008" id="path5074"/>
<path d="M 812.448,317.231 C 811.967,317.365 811.747,317.337 811.798,317.952 C 812.014,317.712 812.231,317.472 812.448,317.231" id="path5090"/>
<path d="M 813.818,323.64 C 813.325,324.47 812.511,325.027 811.948,325.8 C 812.724,325.236 813.431,324.532 813.818,323.64" id="path5092"/>
<path d="M 813.238,316.584 C 812.874,316.649 812.564,316.817 812.308,317.088 C 813.022,317.493 813.085,317.364 813.238,316.584" id="path5094"/>
<path d="M 817.708,320.832 C 816.826,320.294 815.116,322.664 814.678,323.208 C 816.13,323.001 817.113,322.148 817.708,320.832" id="path5098"/>
<path d="M 875.808,391.176 C 875.546,391.737 875.116,392.22 874.588,392.544 C 873.755,391.63 875.196,391.36 875.808,391.176" id="path5602"/>
<path d="M 876.098,390.384 C 875.954,390.648 875.811,390.912 875.668,391.176 C 875.603,390.636 875.836,390.707 876.098,390.384" id="path5606"/>
<path d="M 850.388,417.6 C 850.416,418.201 850.012,418.609 849.458,418.752 C 849.44,418.213 849.811,417.64 850.388,417.6" id="path5598"/>
<path d="M 852.768,421.344 C 852.505,421.56 852.241,421.777 851.978,421.992 C 852.181,421.701 852.445,421.485 852.768,421.344" id="path5600"/>
<path d="M 826.348,293.832 C 826.548,293.563 826.715,293.275 826.848,292.968 C 826.238,293.045 825.76,293.478 825.558,294.048 C 825.821,293.976 826.084,293.904 826.348,293.832" id="path5126"/>
<path d="M 842.398,285.696 C 841.386,285.51 840.265,285.777 839.377,286.272 C 840.371,286.46 841.545,286.243 842.398,285.696" id="path5150"/>
<path d="M 816.268,311.832 C 816.712,311.683 816.857,311.679 816.838,311.112 C 816.647,311.353 816.458,311.592 816.268,311.832" id="path5104"/>
<path d="M 808.198,322.56 C 809.902,322.086 811.46,321.282 812.668,319.968 C 811.901,320.615 807.921,321.51 808.198,322.56" id="path5078"/>
<path d="M 852.837,149.832 C 853.591,149.951 854.85,149.566 855.525,149.937 C 856.369,150.401 855.568,150.769 856.917,150.825 C 857.828,150.863 859.886,150.055 860.246,149.123 C 860.455,148.581 858.133,148.404 857.873,148.38 C 856.059,148.209 854.231,148.575 852.837,149.832" id="path5172"/>
<path d="M 865.658,159.84 C 865.288,159.818 864.952,159.914 864.648,160.128 C 864.86,160.317 865.101,160.461 865.368,160.56 C 865.464,160.319 865.561,160.08 865.658,159.84" id="path5194"/>
<path d="M 870.408,149.184 C 870.878,149.452 871.381,149.62 871.918,149.689 C 871.13,149.778 870.335,149.735 869.548,149.833 C 871.159,149.708 869.533,150.446 870.457,150.967 C 871.068,151.311 871.892,151.322 872.572,151.341 C 874.865,151.404 877.28,151.111 879.478,150.481 C 876.947,153.039 872.734,150.675 869.838,152.354 C 870.237,152.884 870.876,153.122 871.488,152.786 C 871.262,153.017 871.045,153.258 870.838,153.506 C 872.687,154.089 876.161,153.211 878.038,152.859 C 877.248,153.104 876.398,153.155 875.668,153.579 C 877.456,154.098 879.492,153.288 881.138,152.642 C 880.087,153.139 880.075,153.287 881.105,153.086 C 881.887,153.027 882.058,152.428 882.648,152.355 C 883.159,152.292 883.497,152.792 884.224,152.688 C 884.994,152.578 885.759,152.47 886.537,152.57 C 885.821,152.738 885.073,152.745 884.377,153.003 C 886.509,153.205 888.66,153.178 890.787,152.931 C 888.27,153.81 885.498,152.671 883.007,153.651 C 884.626,154.371 886.376,153.745 888.06,153.886 C 889.899,154.041 891.768,153.941 893.597,153.723 C 891.975,154.245 890.232,154.084 888.557,154.155 C 886.754,154.231 884.95,154.556 883.142,154.39 C 879.647,154.071 876.213,154.624 872.787,155.379 C 873.518,156.705 875.329,156.26 876.527,156.675 C 875.494,157.149 874.357,156.582 873.287,156.747 C 874.609,157.673 874.78,157.885 876.453,157.659 C 878.253,157.416 880.051,158.106 881.858,158.043 C 879.54,158.605 877.094,157.855 874.797,158.547 C 875.529,159.79 878.335,160.247 879.557,160.419 C 880.66,160.573 881.751,160.799 882.868,160.842 C 883.542,160.868 887.076,159.943 885.027,159.771 C 886.606,159.186 887.932,159.789 889.267,160.635 C 889.876,159.723 888.862,157.859 890.427,157.755 C 889.799,161.026 893.466,160.652 895.107,159.411 C 895.59,159.046 896.091,157.625 896.885,157.953 C 898.251,158.517 899.047,158.69 900.437,157.971 C 900.166,157.784 899.9,157.592 899.637,157.395 C 901.175,155.948 903.009,155.259 905.037,154.803 C 903.82,155.493 902.123,155.727 901.437,157.108 C 903.305,158.777 907.224,154.945 909.164,155.407 C 910.398,155.701 912.642,154.584 914.025,154.495 C 916.147,154.358 918.3,154.113 920.377,153.651 C 919.255,151.071 918.619,151.828 916.487,152.571 C 916.745,152.349 916.985,152.109 917.207,151.851 C 915.119,150.088 912.512,152.659 910.227,152.067 C 911.94,151.077 913.965,150.79 915.627,149.692 C 914.598,149.88 913.577,150.139 912.527,150.196 C 913.544,150.013 914.509,149.558 915.557,149.548 C 915.066,148.364 913.357,148.707 912.387,148.828 C 912.711,148.526 916.311,147.972 915.287,146.932 C 914.35,145.98 911.445,146.63 910.586,147.387 C 910.848,147.581 911.111,147.773 911.376,147.963 C 910.059,148.591 908.661,148.776 907.636,147.531 C 907.924,147.479 910.499,146.955 908.566,146.955 C 910.906,146.494 906.192,146.241 906.116,146.163 C 905.561,145.596 903.658,145.81 902.956,145.948 C 904.556,145.636 903.411,145.39 902.947,144.745 C 902.506,144.132 902.112,143.317 901.296,143.14 C 903.318,142.737 898.838,141.64 898.096,141.592 C 896.262,141.473 893.332,141.128 891.646,141.916 C 892.917,143.158 894.978,141.983 896.476,142.563 C 894.662,143.607 892.169,143.176 890.206,142.923 C 890.679,143.17 891.182,143.29 891.716,143.283 C 890.941,143.195 890.21,143.471 889.456,143.58 C 888.628,143.698 888.102,143.294 887.32,143.204 C 886.609,143.122 882.853,143.817 884.517,144.146 C 884.02,144.263 883.517,144.335 883.007,144.363 C 883.725,144.738 884.536,144.679 885.307,144.579 C 883.105,144.709 887.666,144.973 888.047,145.083 C 887.268,145.283 886.462,145.227 885.667,145.227 C 886.335,145.838 887.229,145.768 888.047,145.948 C 886.148,146.177 884.271,145.576 882.373,145.75 C 880.722,145.901 878.646,146.458 877.038,146.38 C 877.591,146.443 878.094,146.634 878.548,146.956 C 876.74,147.242 874.892,147.172 873.069,147.172 C 874.029,147.246 874.029,147.366 873.069,147.532 C 874.891,147.774 876.709,148.111 878.548,147.819 C 878.074,147.93 877.594,148.003 877.109,148.036 C 878.491,149.21 881.9,148.005 883.588,148.108 C 882.526,148.374 881.421,148.344 880.348,148.54 C 880.561,148.76 880.778,148.976 880.998,149.187 C 877.709,149.52 873.985,147.693 870.838,148.467 C 872.496,148.962 871.037,148.991 870.408,149.184" id="path5200"/>
<path d="M 883.368,145.296 C 881.815,145.094 880.104,145.108 878.548,145.296 C 879.438,145.639 883.093,146.009 883.368,145.296" id="path5218"/>
<path d="M 898.558,158.76 C 897.595,158.752 896.173,159.319 895.538,160.056 C 896.652,159.898 897.585,159.273 898.558,158.76" id="path5242"/>
<path d="M 913.757,154.944 C 912.419,155.215 911.15,155.794 909.787,155.952 C 911.804,156.283 915.201,156.296 916.917,155.015 C 915.868,154.893 914.811,154.944 913.757,154.944" id="path5262"/>
<path d="M 790.348,159.552 C 791.627,159.856 793.365,159.799 794.519,159.121 C 796.976,157.679 791.892,156.789 790.778,156.888 C 788.284,157.109 785.888,157.911 783.395,158.155 C 780.515,158.436 777.552,158.355 774.788,159.337 C 775.652,160.113 777.142,159.598 778.124,159.423 C 779.698,159.142 781.028,159.901 782.568,159.913 C 783.864,159.924 784.911,158.81 786.201,159.585 C 787.389,160.298 789.088,159.7 790.348,159.552" id="path5032"/>
<path d="M 656.857,198.36 C 655.567,198.94 654.284,199.974 652.835,200.106 C 651.173,200.258 650.187,202.022 648.504,202.104 C 650.038,202.354 651.588,201.784 653.112,202.175 C 651.128,202.485 653.81,203.158 654.3,203.317 C 655.025,203.552 656.198,204.018 655.995,205.005 C 655.807,205.918 653.98,207.834 655.817,208.228 C 658.509,208.804 662.446,206.956 664.909,206.061 C 666.597,205.447 668.958,206.069 670.801,205.781 C 672.993,205.439 674.606,204.728 676.318,203.343 C 680.193,200.209 684.937,200.397 689.183,198.143 C 691.276,197.032 693.751,197.194 695.89,196.221 C 697.954,195.282 700.304,195.078 702.513,194.69 C 705.096,194.235 707.645,193.607 710.224,193.134 C 712.253,192.762 714.437,192.702 716.396,192.032 C 716.802,191.893 719.058,191.208 718.792,190.521 C 718.622,190.083 717.563,189.877 717.216,189.508 C 716.632,188.888 716.278,188.095 715.709,187.463 C 714.307,185.906 711.578,185.915 709.668,186.109 C 707.298,186.348 705.212,187.745 702.935,187.92 C 703.6,187.451 704.589,187.368 704.879,186.48 C 703.313,186.535 701.374,186.565 700.199,187.777 C 700.677,186.776 702.095,186.668 703.007,186.337 C 700.656,186.505 699.311,185.415 697.261,184.563 C 694.615,183.463 690.894,184.79 688.115,184.834 C 685.122,184.882 681.726,184.756 678.797,185.42 C 677.615,185.688 674.152,188.672 676.583,189.578 C 672.807,191.763 667.731,191.714 664.271,194.546 C 666.012,194.432 664.351,195.547 663.701,195.599 C 662.923,195.662 662.058,195.443 661.3,195.678 C 660.605,195.893 660.429,197.006 659.737,197.42 C 658.863,197.941 657.829,198.104 656.857,198.36" id="path4926"/>
<path d="M 716.185,175.536 C 716.871,175.415 719.992,175.179 720.185,174.357 C 720.345,173.676 722.648,172.288 723.385,172.295 C 723.266,172.857 723.026,173.36 722.665,173.807 C 723.7,173.879 724.689,173.599 725.503,172.949 C 726.42,172.216 727.763,172.576 728.713,171.864 C 728.451,171.693 728.187,171.525 727.921,171.36 C 729.485,170.591 731.081,171.278 732.602,170.193 C 733.868,169.291 735.001,169.867 736.274,169.2 C 735.171,170.54 733.191,171.264 731.593,171.792 C 734.727,174.052 736.966,170.885 740.112,170.764 C 741.345,170.716 742.598,170.763 743.814,170.518 C 744.587,170.362 746.858,169.317 745.129,168.697 C 746.08,168.101 747.275,168.742 748.297,168.48 C 747.759,168.239 747.339,167.768 747.217,167.184 C 749.28,166.544 751.525,166.812 753.553,166.033 C 752.902,163.252 748.519,165.173 747.001,164.953 C 747.273,165.107 747.538,165.275 747.793,165.457 C 747.282,165.939 744.565,166.074 743.873,165.982 C 742.085,165.743 740.391,165.598 738.58,165.696 C 734.212,165.931 730.406,167.816 726.152,168.53 C 722.465,169.149 718.981,170.338 715.388,171.329 C 713.462,171.86 711.487,171.594 709.533,171.878 C 707.318,172.2 705.291,173.338 703.154,173.953 C 704.227,173.852 705.248,173.472 706.322,173.377 C 705.361,173.658 705.361,173.754 706.322,173.665 C 705.557,174.043 704.746,174.31 703.946,174.601 C 705.487,175.724 707.782,174.032 709.49,174.385 C 710.587,174.613 711.22,175.02 712.514,174.53 C 713.565,174.131 714.288,173.074 715.538,173.378 C 715.29,173.585 715.05,173.801 714.818,174.026 C 715.057,174.172 715.297,174.316 715.538,174.458 C 715.045,174.765 714.541,175.052 714.026,175.321 C 714.76,175.689 715.501,175.018 716.185,175.536" id="path4960"/>
<path d="M 704.017,174.096 C 703.801,174.192 703.585,174.288 703.369,174.384 C 703.864,174.364 704.344,174.268 704.809,174.096 C 704.544,174.096 704.281,174.096 704.017,174.096" id="path4962"/>
<path d="M 703.584,175.032 C 703.82,175.088 704.06,175.088 704.304,175.032 C 704.064,175.032 703.825,175.032 703.584,175.032" id="path4964"/>
<path d="M 712.441,175.032 C 711.503,174.742 710.009,175.757 709.345,176.328 C 710.427,176.045 711.559,175.763 712.441,175.032" id="path4990"/>
<path d="M 730.873,173.735 C 728.453,173.626 726.072,174.671 723.718,175.094 C 721.681,175.46 718.821,175.74 717.265,177.263 C 718.783,177.281 719.869,177.862 721.422,177.449 C 722.681,177.114 723.903,176.66 725.164,176.326 C 726.985,175.844 729.694,175.383 730.873,173.735" id="path4994"/>
<path d="M 728.641,180.432 C 728.881,180.384 729.121,180.336 729.361,180.288 C 728.909,180.52 728.429,180.641 727.921,180.647 C 728.627,181.04 730.924,181.835 731.269,180.571 C 731.401,180.085 733.227,180.36 733.826,180.071 C 733.543,180.264 733.28,180.48 733.034,180.718 C 733.686,181.61 735.568,181.176 736.42,180.951 C 736.977,180.804 740.15,179.091 738.146,179.35 C 738.734,178.852 738.894,179.163 739.403,179.45 C 740.116,179.85 741.326,178.952 741.962,178.702 C 742.523,178.481 742.4,177.573 743.11,178.257 C 743.761,178.884 745.041,178.285 745.85,178.342 C 744.896,178.484 743.947,178.675 743.028,178.972 C 742.512,179.138 740.226,179.508 741.962,179.855 C 741.417,180.007 740.865,180.126 740.306,180.214 C 741.311,181.241 743.011,180.545 744.214,180.425 C 745.483,180.298 747.801,178.982 748.946,179.566 C 748.682,179.734 748.418,179.903 748.154,180.071 C 750.939,181.252 753.755,178.929 756.578,179.423 C 752.977,181.144 749.008,180.948 745.13,181.223 C 743.109,181.367 741.201,182.231 739.162,182.231 C 737.247,182.231 735.353,182.748 733.538,183.311 C 735.794,187.654 745.695,184.396 749.063,183.952 C 752.146,183.544 754.776,182.262 757.946,182.16 C 760.726,182.071 763.737,180.368 766.439,180.72 C 764.651,181.58 767.386,181.479 768.012,181.523 C 769.314,181.614 770.717,181.461 771.699,180.504 C 771.481,180.724 771.288,180.964 771.119,181.224 C 773.057,182.643 776.797,181.243 778.949,180.907 C 781.552,180.502 784.04,179.253 786.324,177.975 C 786.991,177.601 790.386,175.974 789.997,174.893 C 789.697,174.059 787.199,174.101 786.526,174.13 C 785.803,174.161 781.55,175.42 783.65,175.753 C 782.834,175.737 782.075,176.092 781.42,176.545 C 781.542,175.984 781.926,175.514 782.43,175.249 C 780.572,174.815 778.82,175.499 777.03,175.896 C 777.798,175.061 779.021,174.954 780.05,174.672 C 779.282,173.751 777.824,174.168 776.81,174.168 C 777.809,173.449 778.811,173.474 779.864,172.996 C 780.653,172.638 780.962,171.693 779.76,171.792 C 780.453,171.475 782.586,170.188 782.5,169.272 C 779.333,168.527 776.219,170.673 773.21,171.36 C 772.135,171.605 770.68,171.265 769.83,172.151 C 770.258,173.392 771.993,172.995 772.85,173.735 C 771.902,174.068 770.98,174.47 770.017,174.759 C 769.14,175.022 768.086,174.725 767.31,175.319 C 768.637,175.538 770.069,175.578 771.12,176.544 C 769.801,178.225 767.57,177.712 765.736,177.58 C 763.114,177.391 760.54,177.761 757.947,177.624 C 757.826,176.839 758.974,175.547 759.459,175.68 C 758.201,175.522 756.808,175.394 755.571,175.752 C 756.547,175.188 757.681,175.346 758.739,175.105 C 756.455,172.439 753.429,172.819 750.027,173.232 C 750.249,172.678 750.702,172.236 751.251,172.008 C 750.27,169.665 742.743,171.501 741.243,172.584 C 742.36,173.408 744.736,173.528 746.067,173.376 C 744.206,173.92 742.027,173.478 740.145,173.264 C 737.444,172.958 736.01,174.27 733.611,174.96 C 734.658,175.697 736.135,175.427 737.31,175.276 C 739.171,175.037 741.037,175.274 742.899,175.105 C 740.774,176.125 738.186,175.544 735.923,175.734 C 733.202,175.962 730.515,176.105 727.923,177.048 C 729.212,177.709 731.022,177.621 732.416,177.473 C 734.806,177.221 737.374,176.935 739.731,176.472 C 734.011,178.032 728.073,177.487 722.451,179.353 C 723.886,181.013 726.838,180.177 728.643,179.785 C 728.373,179.97 728.11,180.162 727.851,180.361 C 728.113,180.384 728.376,180.408 728.641,180.432" id="path4996"/>
<path d="M 754.561,169.92 C 755.935,169.778 757.324,169.877 758.521,169.056 C 756.796,167.895 753.034,168.456 751.393,169.56 C 752.45,169.656 753.523,169.668 754.561,169.92" id="path5002"/>
<path d="M 759.168,175.319 C 758.725,175.213 758.073,175.407 757.656,175.536 C 758.167,175.509 758.671,175.437 759.168,175.319" id="path5006"/>
<path d="M 786.458,162.072 C 787.543,162.002 788.631,161.801 789.628,161.352 C 788.415,160.365 786.37,160.818 784.961,160.948 C 782.832,161.145 780.674,161.312 778.539,161.43 C 776.909,161.521 766.873,161.295 767.483,164.746 C 767.505,164.871 769.714,165.866 769.999,165.915 C 771.223,166.125 772.555,165.714 773.757,165.519 C 777.067,164.98 781.15,165.943 783.869,163.44 C 783.187,162.816 782.297,163.101 781.489,163.08 C 782.36,161.591 785.07,162.3 786.458,162.072" id="path5024"/>
<path d="M 791.788,180.647 C 792.696,180.419 795.067,178.746 792.931,178.336 C 790.765,177.921 789.161,179.544 787.178,179.999 C 787.728,181.769 790.55,180.825 791.788,180.647" id="path5044"/>
<path d="M 797.547,173.952 C 800.039,174.249 806.797,175.665 808.127,172.584 C 806.452,172.105 804.63,172.595 802.947,172.764 C 801.149,172.944 799.007,172.639 797.547,173.952" id="path5056"/>
<path d="M 807.837,174.024 C 806.37,173.529 804.705,174.115 803.237,174.311 C 801.715,174.514 799.904,174.292 798.557,175.175 C 801.327,175.176 805.479,175.842 807.837,174.024" id="path5058"/>
<path d="M 801.148,175.319 C 800.349,175.198 799.569,175.34 798.768,175.319 C 799.488,175.786 800.381,175.476 801.148,175.319" id="path5060"/>
<path d="M 799.778,172.368 C 802.437,172.368 805.196,172.705 807.698,171.576 C 806.999,171.055 804.844,170.443 804.028,170.639 C 806.133,170.002 802.086,170.349 801.473,170.537 C 800.283,170.903 800.747,171.927 799.778,172.368" id="path5062"/>
<path d="M 808.488,174.888 C 806.456,173.247 801.986,175.377 799.918,176.113 C 802.848,176.473 805.659,175.472 808.488,174.888" id="path5064"/>
<path d="M 804.667,167.256 C 805.602,167.044 807.147,167.293 807.799,166.39 C 808.405,165.55 807.104,165.214 806.547,165.384 C 808.732,164.5 806.269,162.869 804.937,162.977 C 804.349,163.024 803.374,164.334 803.327,164.838 C 803.283,165.301 802.612,165.921 802.901,166.36 C 803.255,166.895 804.174,166.893 804.667,167.256" id="path5068"/>
<path d="M 808.778,166.896 C 808.139,166.775 807.494,167.009 807.048,167.472 C 807.69,167.478 808.267,167.286 808.778,166.896" id="path5076"/>
<path d="M 816.118,158.472 C 815.524,161.322 825.11,159.049 826.488,159.264 C 824.285,159.657 829.041,159.874 829.588,159.912 C 830.603,159.983 832.847,159.886 833.328,161.063 C 832.258,161.227 832.285,161.858 833.111,162.36 C 834.286,163.074 835.848,162.882 837.151,162.773 C 838.389,162.669 839.744,162.568 840.813,161.861 C 841.658,161.301 841.911,159.472 840.389,159.767 C 841.054,158.734 842.348,158.464 843.409,158.039 C 842.939,157.667 842.412,157.547 841.829,157.679 C 842.713,157.453 843.092,156.904 842.04,156.591 C 840.781,156.216 839.411,157.109 838.228,156.528 C 838.674,156.168 839.177,155.927 839.738,155.807 C 838.679,155.615 837.767,154.923 836.672,154.908 C 835.021,154.886 833.208,155.561 831.668,156.096 C 832.203,155.276 833.196,155.397 832.932,154.274 C 832.62,152.946 830.303,153.284 829.253,153.212 C 826.003,152.992 822.206,152.927 819.288,154.584 C 820.179,155.487 821.311,154.885 822.388,155.088 C 821.521,155.886 820.32,155.989 819.288,156.456 C 821.425,156.872 823.273,155.027 825.408,155.448 C 824.922,156.284 823.967,156.392 823.108,156.528 C 823.646,157.15 825.882,156.83 826.558,156.599 C 825.405,157.502 823.995,157.203 822.668,157.536 C 823.424,157.729 824.207,157.68 824.978,157.68 C 824.016,158.723 822.512,158.445 821.279,158.233 C 819.545,157.933 817.8,157.882 816.118,158.472" id="path5100"/>
<path d="M 823.757,169.776 C 823.93,169.479 820.584,169.755 820.282,169.81 C 818.969,170.048 817.275,169.951 816.188,170.856 C 818.754,170.949 821.249,170.188 823.757,169.776" id="path5102"/>
<path d="M 827.208,162.288 C 826.008,162.134 822.54,161.546 822.168,163.296 C 824.301,164.084 826.897,163.641 829.078,163.296 C 828.868,162.387 827.937,162.416 827.208,162.288" id="path5122"/>
<path d="M 825.268,169.776 C 826.136,169.732 827.031,170.385 827.858,169.847 C 827.102,169.532 826.031,169.417 825.268,169.776" id="path5124"/>
<path d="M 841.678,167.76 C 841.183,167.78 840.703,167.876 840.238,168.048 C 840.43,168.114 842.011,168.42 841.678,167.76" id="path5152"/>
<path d="M 846.868,174.672 C 845.93,174.614 844.447,174.554 843.988,175.609 C 845.145,177.145 846.238,175.525 846.868,174.672" id="path5164"/>
<path d="M 846.288,173.592 C 845.721,173.67 845.194,173.862 844.708,174.168 C 845.313,174.193 845.84,174.001 846.288,173.592" id="path5166"/>
<path d="M 849.888,162.937 C 850.652,162.8 851.396,162.497 852.188,162.577 C 849.942,162.523 852.648,162.319 852.956,162.297 C 854.119,162.214 855.286,162.233 856.45,162.209 C 858.426,162.168 860.528,162.034 862.268,160.993 C 862.026,160.448 861.533,160.061 860.908,160.201 C 862.155,159.811 863.48,159.765 864.718,159.337 C 863.214,157.783 861.155,158.994 859.388,158.257 C 861.249,157.784 857.477,156.994 856.881,156.812 C 855.906,156.515 854.921,156.451 853.915,156.498 C 853.266,156.528 849.256,156.797 850.758,158.186 C 849.983,158.311 849.135,158.015 848.448,158.546 C 848.713,158.711 848.977,158.879 849.238,159.05 C 847.585,159.89 850.295,159.676 848.518,160.13 C 849.843,160.233 851.196,160.235 852.478,160.634 C 851.34,161.919 849.251,160.587 847.868,161.282 C 848.628,161.514 849.305,161.977 850.108,162.074 C 849.227,162.227 849.154,162.515 849.888,162.937" id="path5168"/>
<path d="M 810.717,181.224 C 812.334,181.167 813.771,180.96 815.257,180.288 C 813.33,181.104 816.053,181.077 816.632,180.813 C 817.157,180.573 818.005,181.108 818.572,181.061 C 819.338,180.998 820.453,180.785 821.203,180.901 C 821.6,180.963 822.195,179.871 822.596,179.639 C 822.525,180.718 823.778,180.372 824.396,180.215 C 824.315,179.637 823.882,179.233 823.316,179.135 C 823.994,178.686 824.766,178.215 825.626,178.343 C 823.517,178.112 826.8,177.681 827.136,177.335 C 827.298,178.831 829.137,177.048 829.656,176.759 C 829.13,176.578 828.6,176.41 828.066,176.255 C 828.805,175.865 829.767,175.84 830.391,175.244 C 830.825,174.83 831.163,174.48 831.718,174.229 C 832.12,174.047 832.732,173.863 833.036,173.52 C 833.617,172.866 833.241,172.001 834.336,171.791 C 833.891,171.03 833.068,170.816 832.246,170.783 C 834.048,170.599 831.248,169.957 830.596,170.062 C 831.085,170.264 831.588,170.312 832.106,170.207 C 831.439,170.553 829.316,170.172 828.975,170.749 C 828.52,171.519 827.845,171.35 827.136,171.863 C 827.753,171.177 827.63,170.926 826.768,171.111 C 825.96,170.944 825.225,170.502 824.396,170.423 C 823.084,170.298 821.831,170.545 820.543,170.743 C 820.131,170.806 818.206,171.039 818.715,171.863 C 819.183,172.622 821.021,171.947 821.736,172.439 C 821.003,172.819 819.858,172.727 819.066,172.655 C 819.75,173.446 821.497,173.535 822.456,173.519 C 821.34,174.065 819.786,172.907 819.216,174.455 C 819.706,174.827 820.365,174.893 820.946,174.743 C 819.886,175.055 818.808,175.179 817.706,175.103 C 818.599,173.909 816.001,174.121 817.916,173.734 C 817.413,173.778 816.909,173.827 816.406,173.879 C 816.971,173.112 816.539,172.927 815.836,172.943 C 816.852,172.03 815.577,171.667 814.78,171.583 C 813.072,171.405 811.631,172.004 810.216,172.943 C 811.533,173.111 812.862,172.992 814.176,172.871 C 813.949,172.939 809.674,173.549 810.37,174.323 C 810.652,174.636 811.602,174.518 811.946,174.527 C 811.439,174.657 810.936,174.801 810.436,174.959 C 810.623,175.882 811.627,176.015 812.375,175.751 C 809.992,176.63 807.974,174.624 805.385,175.751 C 807.144,176.097 804.435,176.338 803.912,176.396 C 803.16,176.479 801.337,176.547 801.425,177.695 C 804.542,177.914 807.673,177.458 810.766,177.135 C 814.436,176.753 818.144,176.865 821.805,176.398 C 820.792,176.767 819.688,176.635 818.635,176.687 C 818.076,176.714 814.145,177.515 816.115,177.478 C 815.275,177.545 814.435,177.618 813.595,177.695 C 814.05,177.748 814.507,177.772 814.965,177.766 C 814.372,177.894 813.772,177.966 813.165,177.982 C 815.149,177.901 811.422,178.218 810.865,178.199 C 812.864,178.638 810.534,178.732 810.145,178.703 C 810.637,179.088 811.187,179.207 811.794,179.062 C 809.656,179.437 812.497,179.495 812.804,179.495 C 811.953,179.678 810.37,179.135 809.722,179.908 C 809.201,180.534 810.2,181.192 810.717,181.224" id="path5066"/>
<path d="M 815.908,187.272 C 814.27,186.793 812.687,187.704 811.055,187.704 C 809.234,187.704 807.482,188.265 805.678,188.424 C 806.107,188.812 806.61,189.004 807.188,189 C 805.095,189.061 807.513,189.237 807.913,189.251 C 808.813,189.281 809.716,189.229 810.61,189.122 C 812.341,188.914 814.607,188.564 815.908,187.272" id="path5072"/>
<path d="M 813.667,177.336 C 813.934,177.216 814.2,177.096 814.467,176.976 C 813.125,177.133 811.763,177.117 810.438,177.409 C 811.518,177.447 812.588,177.165 813.667,177.336" id="path5084"/>
<path d="M 812.877,185.616 C 812.342,185.546 811.839,185.641 811.367,185.903 C 811.902,185.974 812.406,185.878 812.877,185.616" id="path5088"/>
<path d="M 821.448,183.672 C 820.328,183.73 819.303,184.201 818.348,184.752 C 819.379,184.845 820.802,184.571 821.448,183.672" id="path5110"/>
<path d="M 842.188,176.903 C 839.31,177.124 836.587,177.893 833.837,178.416 C 834.34,178.468 834.843,178.516 835.347,178.56 C 834.591,178.789 833.814,178.93 833.037,179.064 C 834.823,179.246 832.175,179.506 831.733,179.604 C 830.622,179.85 829.398,180.161 828.577,181.008 C 829.334,181.005 830.027,181.716 830.737,181.08 C 829.697,182.059 832.771,182.708 833.25,182.827 C 835.483,183.381 837.422,183.663 839.752,183.555 C 843.91,183.363 848.749,177.5 842.188,176.903" id="path5132"/>
<path d="M 830.598,183.528 C 830.023,183.583 829.516,183.799 829.078,184.175 C 829.825,184.399 830.601,184.612 831.388,184.463 C 831.462,183.896 831.167,183.556 830.598,183.528" id="path5134"/>
<path d="M 836.068,177.12 C 834.942,176.918 829.566,176.842 829.797,178.776 C 830.924,178.544 832.255,177.422 833.402,177.551 C 834.222,177.643 835.786,178.406 836.068,177.12" id="path5138"/>
<path d="M 852.118,172.8 C 853.317,173.182 855.648,171.357 856.785,172.159 C 857.717,172.817 856.027,175.121 857.958,175.248 C 856.751,175.935 856.884,177.181 855.3,177.488 C 853.866,177.766 851.955,178.484 851.328,179.928 C 851.815,180.111 852.319,180.183 852.838,180.144 C 851.737,180.888 849.259,182.181 851.512,183.14 C 853.439,183.96 855.102,182.765 857.088,181.945 C 856.684,182.405 856.119,182.73 855.508,182.808 C 856.659,182.714 855.716,183.444 856.298,183.672 C 857.184,184.02 858.219,183.649 859.169,183.93 C 862.069,184.787 863.681,183.223 866.239,182.521 C 866.067,182.783 865.897,183.047 865.729,183.312 C 866.951,183.138 868.22,181.383 869.399,182.665 C 868.332,182.599 867.041,183.563 866.378,184.32 C 867.733,185.091 871.036,184.833 872.433,184.323 C 872.98,184.124 876.034,185.682 875.808,184.032 C 876.772,184.806 878.043,184.66 878.908,183.815 C 878.595,185.313 881.995,184.823 882.648,183.744 C 882.317,185.659 885.27,183.601 885.818,183.24 C 885.577,183.484 885.36,183.748 885.168,184.032 C 886.827,185.065 890.416,184.488 892.238,184.041 C 893.552,183.719 895.065,181.419 896.188,182.304 C 894.381,184.94 899.993,184.826 901.563,184.673 C 903.26,184.507 904.839,183.895 906.572,184.054 C 908.442,184.225 909.972,183.683 911.518,182.664 C 911.33,182.399 911.139,182.135 910.948,181.872 C 911.998,181.059 912.411,182.093 913.388,182.304 C 914.363,182.514 915.58,182.136 916.488,181.8 C 916.073,180.001 913.275,181.428 912.168,181.441 C 912.624,179.343 917.619,180.302 918.868,178.632 C 918.099,177.531 916.576,177.946 915.478,178.056 C 916.087,177.854 916.789,177.823 917.348,177.48 C 916.008,176.078 913.676,177.167 912.028,176.76 C 912.273,176.599 912.513,176.431 912.748,176.256 C 909.697,173.753 904.59,176.792 901.229,175.975 C 898.741,175.371 896.364,176.456 893.903,176.708 C 891.5,176.955 888.732,177.072 886.388,177.624 C 886.834,178.06 887.413,178.353 888.048,178.344 C 886.313,178.631 884.541,178.635 882.788,178.704 C 884.767,178.553 881.824,177.403 881.288,177.226 C 880.231,176.877 878.993,177.288 878.258,178.127 C 879.177,176.552 875.368,177.874 874.658,177.911 C 876.085,177.643 874.688,176.958 874.069,176.728 C 872.743,176.236 872.674,177.606 872.022,177.933 C 871.218,178.335 871.175,177.986 870.818,177.418 C 870.335,176.649 868.839,177.448 868.178,177.479 C 870.576,177.001 866.329,177.542 868.857,176.986 C 869.925,176.751 871.06,176.953 871.998,176.256 C 871.668,175.396 870.676,175.188 869.978,175.752 C 871.193,174.56 869.346,174.606 868.534,174.696 C 866.902,174.878 864.342,174.491 863.068,175.536 C 864.76,173.954 867.208,174.611 869.257,174.096 C 868.201,173.873 867.149,174.052 866.087,174.096 C 868.039,173.658 864.386,173.451 863.858,173.521 C 864.889,173.443 864.912,173.227 863.928,172.873 C 865.71,172.575 868.209,173.524 870.048,173.665 C 867.907,173.25 871.389,173.429 871.774,173.442 C 872.883,173.481 874.035,173.493 875.088,173.088 C 873.827,170.933 868.464,171.504 866.378,171.504 C 867.816,170.672 869.468,171.672 870.988,171.432 C 870.021,169.06 866.38,169.984 864.499,170.287 C 862.951,170.537 861.455,170.285 859.903,170.335 C 858.206,170.39 856.662,171.232 855.068,171.719 C 856.221,171.064 857.589,170.86 858.714,170.114 C 860.722,168.782 855.538,168.6 855,168.491 C 852.745,168.039 850.875,167.556 848.518,167.615 C 847.182,167.648 845.827,167.672 844.513,167.946 C 844.027,168.038 843.562,168.191 843.118,168.407 C 843.193,168.973 843.554,169.274 844.128,169.199 C 843.53,169.203 841.29,169.243 840.888,169.631 C 842.449,170.387 844.639,171.13 846.358,170.495 C 845.382,171.08 844.274,171.017 843.188,171.142 C 843.265,172.543 847.119,172.183 848.018,172.294 C 846.946,172.186 845.917,172.62 844.848,172.582 C 845.882,173.314 847,172.591 848.088,172.51 C 849.443,172.41 850.761,172.896 852.118,172.8" id="path5156"/>
<path d="M 867.458,163.44 C 866.405,162.949 865.229,163.059 864.108,163.122 C 862.414,163.218 860.731,162.911 859.038,163.008 C 856.419,163.157 853.407,162.516 851.118,164.16 C 851.984,166.147 856.76,164.976 858.35,164.897 C 861.648,164.732 864.521,165.703 867.458,163.44" id="path5170"/>
<path d="M 873.438,171.432 C 874.691,170.896 876.006,170.46 877.108,169.632 C 875.867,168 870.991,169.424 873.438,171.432" id="path5202"/>
<path d="M 874.228,166.319 C 873.674,166.327 873.195,166.519 872.788,166.895 C 873.65,167.078 874.532,167.27 875.018,166.319 C 874.754,166.319 874.491,166.319 874.228,166.319" id="path5204"/>
<path d="M 879.268,166.608 C 879.951,166.421 882.618,166.138 882.156,164.91 C 881.665,163.602 879.331,163.659 878.224,163.785 C 877.274,163.893 876.192,164.441 875.431,164.99 C 873.608,166.306 878.645,166.587 879.268,166.608" id="path5208"/>
<path d="M 880.917,170.567 C 880.667,171.167 880.165,171.639 879.557,171.864 C 880.168,171.537 880.914,171.572 881.021,170.866 C 881.149,170.022 882.695,169.507 883.367,169.416 C 882.197,169.894 882.118,171.407 880.997,171.937 C 882.057,171.996 883.485,172.356 884.513,172.213 C 885.501,172.075 885.838,170.71 886.897,170.784 C 886.507,172.347 888.721,172.081 889.593,171.872 C 890.693,171.608 892.16,170.083 892.867,171.072 C 892.222,171.139 891.63,171.525 891.217,172.008 C 894.313,172.363 897.552,173.141 900.648,172.368 C 899.899,172.166 899.198,171.8 898.418,171.72 C 898.635,171.205 899.085,170.819 899.638,170.712 C 899.798,173.32 903.121,170.337 903.711,170.332 C 904.752,170.324 904.156,171.725 905.354,171.738 C 906.442,171.749 908.359,171.66 908.208,170.064 C 908.881,170.479 908.903,171.099 908.278,171.577 C 909.679,172.296 912.621,172.324 913.318,170.568 C 912.37,170.534 912.517,170.13 912.958,169.632 C 913.408,170.911 915.048,170.147 915.988,170.208 C 915.319,170.329 914.196,170.229 914.188,171.216 C 915.246,171.465 918.843,170.406 919.148,172.008 C 918.014,172.364 917.14,173.203 916.058,173.664 C 919.022,173.04 922.384,172.664 925.401,172.533 C 926.449,172.488 930.216,170.052 930.942,171.194 C 931.692,172.376 936.866,169.881 937.383,168.96 C 938.422,167.107 932.127,169.112 931.758,168.912 C 932.017,168.737 932.28,168.569 932.548,168.408 C 931.777,168.408 930.994,168.459 930.238,168.263 C 931.339,167.98 932.457,167.654 933.338,166.895 C 931.1,165.401 928.831,167.515 926.498,167.255 C 927.04,167.075 927.566,166.859 928.078,166.608 C 926.548,166.468 925.022,166.156 923.478,166.248 C 921.434,166.369 920.656,166.694 918.718,166.032 C 920.312,165.745 922.072,166.521 923.548,165.599 C 922.955,165.7 922.452,165.532 922.038,165.095 C 922.544,164.791 922.884,164.264 922.758,163.656 C 923.578,164.081 924.112,164.855 924.884,165.344 C 926.023,166.065 927.512,166.086 928.811,166.195 C 930.079,166.301 931.351,166.092 932.601,165.906 C 933.185,165.819 937.637,165.378 935.568,165.96 C 936.84,165.89 938.117,165.733 939.352,165.411 C 940.077,165.222 943.729,163.932 941.978,163.584 C 943.113,163.429 942.771,162.214 941.838,162.072 C 943.009,161.951 943.79,161.927 944.969,161.927 C 946.472,161.927 947.969,162.299 949.473,162.161 C 950.661,162.053 951.839,161.312 953.053,161.532 C 954.32,161.762 955.648,161.8 956.598,160.775 C 955.113,160.829 952.95,161.141 951.698,160.127 C 953.915,160.287 959.297,161.078 961.058,159.191 C 959.035,158.486 956.849,158.768 954.788,158.254 C 957.025,158.082 959.275,158.395 961.522,158.269 C 962.289,158.227 963.335,158.293 964.007,157.837 C 964.699,157.366 965.107,156.475 966.028,156.382 C 963.666,155.547 961.051,155.943 958.608,156.023 C 959.703,155.742 960.882,155.989 961.918,155.447 C 957.6,154.42 953.501,156.212 949.248,156.383 C 950.477,155.859 951.793,155.608 953.068,155.231 C 951.499,154.635 949.791,155.056 948.168,154.872 C 950.702,154.953 953.196,155.022 955.73,154.988 C 957.593,154.964 959.787,155.409 961.558,154.656 C 958.433,153.968 955.213,154.529 952.058,154.151 C 955.14,154.261 958.454,153.776 961.492,154.104 C 963.943,154.369 966.776,156.198 969.268,154.872 C 969.033,154.626 968.793,154.386 968.548,154.151 C 969.082,154.131 969.609,154.059 970.128,153.936 C 965.366,153.564 960.565,153.397 955.798,153.791 C 957.87,153.478 954.67,153.309 954.218,153.071 C 955.271,153.207 956.401,153.284 957.463,153.288 C 958.248,153.291 958.079,152.334 958.513,152.409 C 959.406,152.563 960.103,153.21 961.117,153.289 C 962.111,153.367 963.184,153.343 964.15,153.071 C 963.032,151.646 960.866,152.633 959.4,152.062 C 962.929,152.498 966.588,153.256 970.106,152.674 C 972.341,152.304 974.61,152.154 976.68,152.232 C 977.835,152.275 980.643,151.356 978.178,150.703 C 976.53,150.266 974.766,150.407 973.081,150.407 C 975.64,148.965 978.523,150.627 981.221,150.191 C 981.12,150.453 981.023,150.716 980.931,150.982 C 984.245,151.833 987.925,150.965 991.151,150.119 C 990.644,149.778 990.093,149.682 989.501,149.831 C 991.011,149.157 992.927,149.885 994.321,148.894 C 993.479,148.072 991.937,148.493 990.933,148.65 C 989.278,148.908 987.57,148.823 985.901,148.823 C 986.704,148.627 987.533,148.615 988.351,148.535 C 987.856,148.341 987.353,148.173 986.841,148.031 C 988.672,148.241 990.472,148.406 992.311,148.175 C 994.095,147.95 996.18,148.695 997.851,147.815 C 996.776,147.521 997.585,146.386 996.481,146.16 C 997.529,145.974 998.045,146.655 998.919,147.014 C 999.895,147.415 1001.297,147.057 1002.252,146.778 C 1005.426,145.848 1008.495,145.041 1011.769,144.497 C 1015.167,143.934 1018.509,143.083 1021.906,142.522 C 1025.037,142.005 1028.327,142.21 1031.33,141.047 C 1030.102,140.076 1027.976,140.518 1026.575,140.723 C 1024.239,141.065 1021.899,141.181 1019.546,141.345 C 1014.193,141.719 1008.905,142.749 1003.541,142.991 C 1004.043,142.887 1004.546,142.791 1005.051,142.703 C 1004.476,142.639 1003.9,142.615 1003.322,142.631 C 1009.51,142.19 1015.661,141.374 1021.832,140.759 C 1018.575,139.661 1015.165,141.544 1011.892,140.615 C 1012.469,140.615 1013.045,140.615 1013.622,140.615 C 1012.745,139.98 1011.563,139.823 1010.522,139.678 C 1011.605,139.557 1012.618,140.048 1013.636,140.318 C 1015.107,140.708 1016.626,140.403 1018.111,140.292 C 1021.468,140.041 1024.876,140.063 1028.242,139.894 C 1027.475,139.806 1026.702,139.823 1025.932,139.823 C 1032.376,139.365 1038.765,139.17 1045.152,138.023 C 1045.971,137.876 1052.076,137.098 1051.597,136.292 C 1050.856,135.043 1048.04,135.356 1046.882,135.646 C 1049.264,135.193 1046.128,135.522 1045.837,135.554 C 1044.583,135.693 1043.329,135.898 1042.062,135.863 C 1042.867,135.863 1043.634,135.604 1044.362,135.287 C 1043.511,135.147 1042.851,134.536 1041.992,134.423 C 1042.519,134.375 1043.045,134.327 1043.572,134.279 C 1042.325,133.14 1040.493,134.107 1039.056,134.139 C 1038.181,134.159 1037.447,133.464 1036.586,133.635 C 1035.702,133.81 1035.098,134.215 1034.145,134.128 C 1029.254,133.681 1023.974,134.318 1019.091,134.926 C 1022.927,133.737 1027.294,135.34 1030.971,133.487 C 1029.026,133.093 1026.984,133.047 1025.008,133.159 C 1022.347,133.31 1019.641,132.724 1017.002,133.054 C 1018.03,132.816 1017.959,132.75 1016.789,132.857 C 1015.812,132.804 1014.854,132.581 1013.877,132.523 C 1012.067,132.415 1009.996,132.62 1008.222,132.982 C 1008.981,133.111 1009.71,133.363 1010.452,133.558 C 1009.4,133.595 1008.253,133.596 1007.282,133.126 C 1007.541,132.951 1007.804,132.783 1008.072,132.622 C 1004.631,132.237 1001.154,132.728 997.782,133.414 C 999.132,133.476 1000.325,134.246 1001.672,134.351 C 1000.444,134.961 998.526,134.412 997.335,133.959 C 995.414,133.229 994.161,132.597 991.991,132.849 C 990.023,133.077 988.066,132.883 986.089,132.877 C 984.602,132.872 982.368,132.288 981.073,133.271 C 982.678,133.604 984.246,134.134 985.903,134.134 C 985.35,134.155 984.82,134.275 984.313,134.494 C 985.371,134.655 986.413,134.916 987.483,134.998 C 985.954,135.134 984.429,135.866 982.873,135.574 C 983.457,135.531 983.987,135.339 984.463,134.998 C 983.153,134.713 982.368,134.352 981.146,133.821 C 979.759,133.219 977.573,134.289 976.473,133.63 C 977.009,133.551 977.536,133.432 978.053,133.271 C 976.665,132.914 974.775,133.956 973.494,133.399 C 971.744,132.64 969.089,133.485 967.253,133.558 C 967.987,133.974 968.838,133.818 969.633,133.918 C 967.546,134.426 970.331,134.456 970.725,134.496 C 971.987,134.624 973.256,134.638 974.523,134.638 C 973.458,134.774 972.37,134.598 971.31,134.502 C 970.216,134.403 968.828,134.907 967.835,134.703 C 965.904,134.306 963.67,133.183 961.713,134.278 C 962.567,134.34 963.335,134.78 963.943,135.358 C 961.911,135.358 958.628,133.523 956.882,135.213 C 957.698,135.338 958.504,135.537 959.332,135.573 C 957.478,135.631 955.202,134.927 953.642,136.293 C 957.522,137.477 961.946,136.952 965.522,139.102 C 964.45,139.199 963.53,138.63 962.541,138.338 C 961.191,137.939 959.644,137.945 958.252,137.733 C 956.62,137.484 952.593,135.839 951.192,137.086 C 951.983,137.963 953.289,137.598 954.292,137.95 C 952.739,137.584 951.12,137.733 949.542,137.733 C 949.79,137.577 950.03,137.409 950.262,137.229 C 948.726,135.5 945.985,136.397 944.002,135.934 C 946.151,135.732 943.285,135.531 942.843,135.524 C 941.592,135.505 940.322,135.663 939.102,135.934 C 939.7,135.892 940.245,136.201 940.612,136.654 C 938.711,136.755 934.955,135.885 933.482,137.446 C 935.846,137.703 938.639,137.099 940.832,138.238 C 940.139,139.092 936.095,137.45 937.442,138.885 C 936.157,138.323 934.928,137.774 933.487,137.869 C 932.823,137.913 929.376,138.154 931.112,138.741 C 930.328,138.71 930.07,137.987 929.404,137.745 C 928.579,137.445 927.278,137.745 926.406,137.737 C 925.077,137.725 923.786,137.82 922.477,138.058 C 921.715,138.197 920.104,138.368 919.442,138.668 C 921.633,138.683 918.689,138.828 918.18,138.738 C 916.886,138.508 915.431,138.653 914.125,138.745 C 911.196,138.952 908.345,139.893 905.402,140.108 C 907.269,140.224 908.442,140.468 910.372,140.108 C 912.345,139.74 914.293,140.223 916.272,140.179 C 914.064,140.471 911.517,140.089 909.512,141.259 C 911.22,142.212 914.021,141.388 915.796,141.038 C 919.085,140.39 922.24,140.294 925.563,140.827 C 921.212,140.415 916.588,140.492 912.393,141.835 C 913.664,141.948 914.942,141.995 916.203,142.195 C 913.939,142.076 911.474,141.87 909.293,142.627 C 909.923,143.987 912.224,143.617 913.379,143.486 C 915.895,143.202 918.415,143.269 920.944,143.166 C 923.793,143.051 926.655,142.884 929.465,142.376 C 931.577,141.994 934.028,141.365 936.153,141.979 C 932.425,142.852 927.971,143.492 924.136,143.492 C 919.955,143.492 915.606,142.888 911.523,144.068 C 916.297,147.131 922.005,144.879 926.905,143.745 C 930.132,142.998 933.465,143.302 936.739,143.007 C 939.7,142.74 942.93,141.925 945.873,142.7 C 941.673,142.439 937.468,143.204 933.279,143.395 C 931.111,143.494 929.098,143.902 926.974,144.268 C 925.503,144.521 923.527,144.656 922.473,145.869 C 923.419,146.05 924.358,145.916 925.3,145.798 C 925.738,145.743 928.552,145.31 926.284,146.157 C 929.113,146.059 932.364,146.798 935.127,146.008 C 936.108,145.728 936.502,144.889 937.567,144.693 C 938.438,144.533 939.442,144.422 940.323,144.574 C 939.565,144.729 938.764,144.791 938.093,145.221 C 940.946,145.296 943.985,143.653 946.803,144.574 C 944.355,145.003 940.473,144.19 938.523,146.086 C 942.374,146.086 946.213,145.731 950.043,145.366 C 954.013,144.989 957.45,143.915 961.273,142.99 C 960.94,142.844 960.607,142.7 960.273,142.557 C 962.893,143.374 965.701,142.195 968.263,141.694 C 967.856,141.691 967.45,141.691 967.043,141.694 C 968.987,141.51 970.983,140.923 972.943,141.261 C 970.836,141.597 968.702,141.738 966.603,142.125 C 968.791,141.991 967.118,142.258 966.665,142.338 C 965.823,142.486 964.974,142.592 964.132,142.745 C 963.031,142.945 961.19,143.203 960.633,144.357 C 963.837,144.097 967.281,143.426 970.423,144.428 C 965.103,144.428 959.612,144.249 954.444,145.724 C 957.188,146.15 959.969,145.621 962.723,145.869 C 958.323,146.418 953.874,146.17 949.461,146.536 C 945.446,146.869 940.568,146.127 936.723,147.453 C 938.594,148.655 940.115,148.864 942.123,149.613 C 941.233,149.449 940.589,150.234 939.893,150.621 C 942.367,151.918 945.676,151.324 948.313,150.98 C 946.58,151.502 944.72,151.736 942.913,151.773 C 942.102,151.791 941.349,151.439 940.543,151.413 C 939.775,151.388 939.01,151.668 938.243,151.485 C 939.622,151.001 938.134,150.577 937.529,149.988 C 936.682,149.164 935.392,148.708 934.341,148.195 C 931.744,146.926 928.969,147.825 926.228,147.578 C 923.896,147.368 921.075,146.698 919.113,148.432 C 918.223,149.218 922.625,149.319 923.263,149.757 C 921.854,149.272 917.774,148.486 917.353,150.694 C 918.501,150.75 920.12,150.524 921.159,151.112 C 921.892,151.526 922.339,152.593 923.263,152.637 C 923.106,153.18 922.867,153.684 922.543,154.149 C 923.67,153.986 924.486,154.986 925.563,155.086 C 923.495,155.424 921.281,153.44 919.443,155.158 C 921.996,155.495 924.576,155.503 927.14,155.715 C 928.392,155.819 929.623,156.068 930.88,155.841 C 932.182,155.605 933.423,154.913 934.783,155.158 C 933.304,155.293 932.293,156.277 930.665,156.292 C 928.89,156.309 926.565,155.731 924.913,156.526 C 926.186,156.854 927.55,156.609 928.803,157.03 C 928.233,156.888 927.707,156.984 927.223,157.317 C 927.458,157.516 927.698,157.708 927.944,157.893 C 926.802,158.249 924.266,156.807 923.133,156.448 C 921.075,155.796 918.278,155.801 916.133,155.878 C 913.971,155.955 911.802,156.003 909.659,156.32 C 908.58,156.48 907.506,156.707 906.474,157.063 C 906.057,157.207 903.168,158.193 905.193,158.11 C 904.201,158.074 903.177,158.15 902.219,158.422 C 901.517,158.621 898.82,160.591 901.082,160.342 C 900.273,160.318 899.425,160.329 898.712,160.775 C 902.164,161.125 905.629,160.355 908.862,159.191 C 907.595,159.857 905.98,160.119 904.971,161.207 C 906.887,161.031 908.838,160.947 910.661,160.271 C 912.476,159.598 914.084,158.239 916.061,158.039 C 915.536,158.238 912.866,159.407 914.691,159.407 C 913.831,159.564 912.918,159.616 912.311,160.343 C 913.62,160.024 914.891,160.62 916.201,160.488 C 914.571,160.795 911.903,159.428 910.731,161.135 C 911.834,161.32 912.937,160.97 914.041,161.135 C 911.628,161.046 908.492,160.98 906.271,162.072 C 908.121,163.141 910.545,161.865 912.531,162.288 C 910.968,162.088 908.363,161.726 907.061,162.864 C 907.559,162.722 908.062,162.698 908.571,162.792 C 907.668,162.774 906.838,163.198 906.191,163.8 C 907.501,164.085 908.792,163.846 910.081,163.584 C 909.259,163.769 908.459,164.082 907.781,164.592 C 910.552,165.045 913.245,164.399 915.906,163.672 C 918.27,163.026 921.12,160.799 923.621,161.208 C 921.352,161.742 919.403,163.019 917.213,163.743 C 916.187,164.082 915.116,164.25 914.069,164.506 C 913.45,164.657 910.74,165.131 912.671,165.744 C 910.988,165.596 909.037,164.928 907.583,165.976 C 906.595,166.689 903.04,165.156 901.731,165.24 C 904.537,163.657 901.327,162.689 899.689,162.417 C 897.165,161.996 893.666,162.012 891.72,163.944 C 892.76,164.099 893.005,165.208 892.01,165.672 C 893.323,166.031 894.661,165.36 895.97,165.744 C 895.46,165.764 894.952,165.807 894.447,165.871 C 892.027,166.402 896.363,165.907 893.601,166.679 C 894.128,166.727 894.654,166.776 895.181,166.824 C 894.456,167.297 893.714,166.824 892.956,166.824 C 892.075,166.824 891.305,167.288 890.431,167.328 C 888.43,167.42 886.488,167.381 884.509,167.765 C 883.03,168.052 880.829,168.079 879.481,168.697 C 878.886,168.969 879.01,169.358 878.551,169.705 C 877.84,170.242 876.862,170.246 876.241,170.929 C 876.986,170.744 877.317,171.669 877.985,171.803 C 879.14,172.032 879.888,170.814 880.917,170.567" id="path5214"/>
<path d="M 905.618,164.231 C 905.052,164.252 904.498,164.349 903.958,164.52 C 905.112,164.297 906.033,165.163 907.198,164.664 C 906.739,164.271 906.212,164.127 905.618,164.231" id="path5258"/>
<path d="M 914.618,173.304 C 914.883,173.448 915.146,173.424 915.408,173.232 C 915.145,173.256 914.881,173.279 914.618,173.304" id="path5264"/>
<path d="M 926.928,173.735 C 925.234,173.394 922.487,174.459 921.308,175.679 C 922.035,175.993 922.356,175.434 923.033,175.372 C 923.768,175.305 924.471,175.648 925.199,175.391 C 925.006,175.154 924.816,174.913 924.629,174.671 C 925.422,174.407 926.277,174.325 926.928,173.735" id="path5270"/>
<path d="M 945.068,162.432 C 944.462,162.407 943.936,162.599 943.488,163.008 C 944.068,162.963 944.595,162.771 945.068,162.432" id="path5318"/>
<path d="M 843.188,216.072 C 844,216.009 844.847,216.289 845.662,216.314 C 845.975,216.324 847.699,215.939 846.735,215.513 C 846.055,215.214 842.757,214.435 843.188,216.072" id="path5162"/>
<path d="M 861.558,217.656 C 861.081,217.25 860.394,217.543 860.038,217.944 C 860.542,217.84 861.049,217.744 861.558,217.656" id="path5184"/>
<path d="M 866.018,217.512 C 866.345,218.056 866.912,218.279 867.458,217.872 C 867.006,217.64 866.525,217.52 866.018,217.512" id="path5196"/>
<path d="M 867.238,217.008 C 867.152,217.622 867.419,217.742 868.038,217.368 C 867.771,217.248 867.504,217.128 867.238,217.008" id="path5198"/>
<path d="M 879.558,219.744 C 880.582,218.644 884.398,219.327 884.448,217.584 C 883.577,217.446 882.738,217.72 881.906,217.922 C 880.661,218.225 880.207,217.729 879.118,217.62 C 878.338,217.541 878.982,218.24 878.478,218.304 C 877.624,218.41 877.061,217.693 876.238,218.304 C 877.725,218.857 878.509,218.788 879.558,219.744" id="path5212"/>
<path d="M 878.038,228.168 C 877.371,228.284 876.912,228.824 877.388,229.464 C 877.838,229.28 878.293,229.113 878.755,228.963 C 879.503,228.711 878.346,228.092 878.038,228.168" id="path5216"/>
<path d="M 887.547,220.536 C 885.961,220.505 884.914,221.861 883.541,222.411 C 882.095,222.99 880.275,222.896 879.478,224.496 C 881.056,224.889 882.838,223.965 884.158,223.2 C 885.503,222.421 887.559,222.123 888.408,220.679 C 888.121,220.632 887.834,220.584 887.547,220.536" id="path5220"/>
<path d="M 880.268,227.448 C 881.259,227.456 881.788,226.498 882.578,226.08 C 882.061,225.851 881.534,225.827 880.998,226.008 C 882.675,226.647 880.198,226.848 879.558,227.232 C 879.794,227.304 880.031,227.376 880.268,227.448" id="path5222"/>
<path d="M 883.728,235.008 C 882.441,237.184 890.756,236.197 891.458,236.037 C 892.992,235.687 895.617,235.015 896.625,233.741 C 897.253,232.948 897.438,231.73 898.107,231.037 C 898.562,230.565 899.814,230.245 899.647,229.373 C 899.301,227.567 893.403,228.472 892.244,228.629 C 890.478,228.868 882.517,232.451 883.728,235.008" id="path5224"/>
<path d="M 891.288,217.944 C 889.33,217.988 887.738,219.289 885.888,219.744 C 886.65,219.891 892.306,219.159 891.288,217.944" id="path5228"/>
<path d="M 895.248,220.104 C 893.876,220.051 892.25,222.631 893.292,222.442 C 894.298,222.259 896.867,221.806 896.837,220.391 C 896.265,220.534 895.734,220.438 895.248,220.104" id="path5234"/>
<path d="M 900.938,228.24 C 902.206,228.532 903.737,226 902.243,225.592 C 901.578,225.41 900.575,225.657 900.148,226.224 C 899.382,227.241 900.444,227.468 900.938,228.24" id="path5250"/>
<path d="M 906.698,230.688 C 905.846,230.892 903.226,230.571 903.958,229.536 C 903.506,229.703 903.071,229.905 902.653,230.144 C 902.099,230.447 901.506,229.885 900.939,230.184 C 899.472,230.956 900.649,232.231 901.798,232.416 C 903.919,232.757 906.781,232.966 907.848,230.832 C 907.48,230.654 907.097,230.606 906.698,230.688" id="path5252"/>
<path d="M 904.038,225.72 C 903.652,225.896 903.385,226.184 903.238,226.584 C 903.752,226.61 904.258,226.563 904.758,226.44 C 904.541,226.177 904.301,225.937 904.038,225.72" id="path5256"/>
<path d="M 905.328,227.304 C 904.66,227.695 904.768,228.389 905.328,228.816 C 905.992,228.365 906.03,227.742 905.328,227.304" id="path5260"/>
<path d="M 854.998,187.992 C 855.191,187.824 855.385,187.656 855.578,187.488 C 855.112,187.534 854.679,187.677 854.278,187.92 C 854.518,187.944 854.758,187.968 854.998,187.992" id="path5178"/>
<path d="M 900.068,195.768 C 901.77,196.293 902.345,196.766 904.265,196.467 C 906.298,196.151 908.303,195.698 910.368,195.624 C 913.225,195.522 918.432,197.407 920.958,195.552 C 920.127,195.427 920.016,195.161 920.624,194.756 C 920.835,194.251 919.987,194.137 920.013,193.655 C 920.056,192.849 918.832,191.984 918.245,191.46 C 916.389,189.8 912.168,190.406 909.887,190.462 C 908.64,190.492 907.38,190.468 906.144,190.28 C 905.064,190.115 904.029,189.449 902.938,189.473 C 902.324,189.487 900.288,190.109 900.133,190.807 C 899.92,191.765 899.128,191.516 898.559,192.24 C 899.084,193.192 900.267,192.469 900.789,193.176 C 901.232,193.777 900.18,195.153 900.068,195.768" id="path5244"/>
<path d="M 899.858,198.647 C 899.525,198.765 899.332,199.005 899.278,199.368 C 899.471,199.128 899.665,198.888 899.858,198.647" id="path5246"/>
<path d="M 903.028,198.792 C 902.73,198.941 902.49,199.157 902.308,199.44 C 902.548,199.225 902.788,199.008 903.028,198.792" id="path5254"/>
<path d="M 922.538,203.688 C 922.787,203.836 923.051,203.836 923.328,203.688 C 923.064,203.688 922.801,203.688 922.538,203.688" id="path5274"/>
<path d="M 924.188,200.376 C 923.897,200.389 923.634,200.484 923.398,200.664 C 923.661,200.568 923.925,200.472 924.188,200.376" id="path5276"/>
<path d="M 927.788,206.784 C 928.688,206.742 928.985,205.682 929.668,205.272 C 929.197,205.429 928.717,205.549 928.228,205.631 C 928.468,205.391 928.708,205.152 928.948,204.911 C 928.193,204.957 926.168,206.467 927.788,206.784" id="path5284"/>
<path d="M 929.308,203.976 C 928.688,204.041 928.136,204.403 927.788,204.913 C 928.266,204.553 928.772,204.241 929.308,203.976" id="path5286"/>
<path d="M 930.528,204.336 C 930.269,204.53 930.029,204.746 929.808,204.983 C 930.503,205.213 931.472,205.193 931.388,204.192 C 931.101,204.24 930.814,204.288 930.528,204.336" id="path5292"/>
<path d="M 933.337,208.512 C 932.132,208.307 931.42,209.624 930.237,209.521 C 930.704,210.69 934.743,210.033 934.847,208.8 C 934.346,208.697 933.842,208.601 933.337,208.512" id="path5296"/>
<path d="M 937.868,207.864 C 937.293,207.861 936.79,208.053 936.358,208.44 C 936.921,208.406 937.424,208.214 937.868,207.864" id="path5302"/>
<path d="M 947.667,218.231 C 947.056,218.889 945.817,218.714 945.067,219.168 C 946.097,219.695 947.368,219.496 947.667,218.231" id="path5320"/>
<path d="M 949.467,219.096 C 948.874,219.115 948.344,219.307 947.877,219.672 C 948.46,219.626 948.99,219.434 949.467,219.096" id="path5326"/>
<path d="M 918.358,240.12 C 918.118,240.312 917.878,240.504 917.638,240.696 C 918.353,241.084 918.593,240.892 918.358,240.12" id="path5266"/>
<path d="M 922.757,277.704 C 922.186,277.528 921.679,277.647 921.237,278.063 C 921.822,278.276 922.328,278.157 922.757,277.704" id="path5268"/>
<path d="M 923.328,289.584 C 925.084,289.108 922.593,288.299 921.888,288.432 C 921.978,289.232 922.766,289.287 923.328,289.584" id="path5272"/>
<path d="M 927.068,276.912 C 925.475,276.323 925.89,278.383 927.358,278.424 C 927.333,277.906 927.236,277.402 927.068,276.912" id="path5282"/>
<path d="M 931.038,247.608 C 930.531,247.566 930.051,247.662 929.598,247.895 C 930.092,247.874 930.572,247.778 931.038,247.608" id="path5288"/>
<path d="M 931.108,271.728 C 930.546,271.66 930.043,271.804 929.598,272.161 C 930.189,272.326 930.693,272.182 931.108,271.728" id="path5290"/>
<path d="M 933.768,272.231 C 932.427,271.522 931.154,272.251 930.098,273.095 C 931.667,273.565 932.385,272.744 933.768,272.231" id="path5294"/>
<path d="M 934.998,264.312 C 934.805,264.312 934.611,264.312 934.418,264.312 C 934.601,264.583 934.817,264.823 935.068,265.033 C 935.044,264.792 935.021,264.552 934.998,264.312" id="path5298"/>
<path d="M 938.377,255.528 C 937.698,254.681 935.785,256.335 935.427,256.895 C 936.422,256.621 937.755,256.475 938.377,255.528" id="path5300"/>
<path d="M 937.368,242.712 C 937.128,242.688 936.888,242.664 936.648,242.64 C 937.019,243.152 937.499,243.296 938.087,243.073 C 937.848,242.952 937.607,242.832 937.368,242.712" id="path5304"/>
<path d="M 938.377,258.12 C 937.807,258.097 937.467,258.416 937.438,258.983 C 938.129,259.23 938.42,258.739 938.377,258.12" id="path5306"/>
<path d="M 939.098,263.664 C 937.715,263.222 937.675,265.366 938.158,266.112 C 939.174,265.981 938.783,264.32 939.098,263.664" id="path5308"/>
<path d="M 939.238,257.688 C 938.716,257.667 938.669,257.931 939.098,258.479 C 939.145,258.216 939.191,257.952 939.238,257.688" id="path5310"/>
<path d="M 940.108,224.712 C 940.557,225.403 942.521,225.655 943.198,225.288 C 942.167,225.103 941.137,224.911 940.108,224.712" id="path5312"/>
<path d="M 941.118,262.872 C 940.875,262.872 940.631,262.872 940.388,262.872 C 940.968,263.284 940.941,262.969 941.118,262.872" id="path5314"/>
<path d="M 941.688,226.08 C 941.918,226.271 942.181,226.319 942.478,226.224 C 942.214,226.176 941.951,226.128 941.688,226.08" id="path5316"/>
<path d="M 945.938,228.456 C 946.163,228.57 946.402,228.618 946.658,228.6 C 946.418,228.552 946.178,228.504 945.938,228.456" id="path5322"/>
<path d="M 948.598,229.608 C 948.886,229.433 949.103,229.193 949.248,228.887 C 948.506,228.938 947.765,229.072 947.088,229.391 C 947.596,229.43 948.099,229.502 948.598,229.608" id="path5324"/>
<path d="M 952.488,229.464 C 952.259,230.078 952.499,230.126 953.208,229.609 C 952.968,229.561 952.728,229.512 952.488,229.464" id="path5328"/>
<path d="M 959.618,233.424 C 959.171,233.636 958.811,233.948 958.538,234.361 C 959.059,234.415 959.562,234.342 960.048,234.144 C 959.904,233.903 959.761,233.664 959.618,233.424" id="path5330"/>
<path d="M 960.627,236.16 C 960.84,236.088 961.054,236.016 961.267,235.944 C 960.499,235.672 959.628,235.385 958.967,236.088 C 959.522,236.067 960.076,236.091 960.627,236.16" id="path5332"/>
<path d="M 960.478,247.68 C 960.023,247.671 959.57,247.695 959.118,247.752 C 959.399,248.531 960.651,248.85 960.478,247.68" id="path5334"/>
<path d="M 961.348,237.312 C 961.584,237.375 961.825,237.375 962.068,237.312 C 961.828,237.312 961.588,237.312 961.348,237.312" id="path5336"/>
<path d="M 962.428,237.744 C 962.188,237.672 961.948,237.6 961.708,237.528 C 961.981,237.773 962.16,238.023 962.428,237.744" id="path5338"/>
<path d="M 963.068,243.576 C 962.782,243.677 962.518,243.821 962.278,244.008 C 962.541,243.864 962.805,243.72 963.068,243.576" id="path5340"/>
<path d="M 962.858,237.672 C 963.836,238.142 965.169,237.373 965.878,236.735 C 964.818,236.703 963.798,237.262 962.858,237.672" id="path5342"/>
<path d="M 965.958,236.521 C 965.682,236.503 965.416,236.551 965.158,236.665 C 965.424,236.616 965.691,236.568 965.958,236.521" id="path5344"/>
<path d="M 884.667,257.04 C 884.4,257.136 884.134,257.232 883.867,257.328 C 884.117,257.469 884.384,257.565 884.667,257.616 C 884.667,257.424 884.667,257.232 884.667,257.04" id="path5226"/>
<path d="M 889.638,256.608 C 888.719,256.472 888.745,257.598 887.978,257.832 C 888.802,257.841 889.127,257.088 889.638,256.608" id="path5232"/>
<path d="M 898.058,270.288 C 897.34,269.793 895.783,269.318 895.108,270.145 C 895.697,270.061 896.224,270.204 896.688,270.576 C 895.299,270.229 896.118,272.527 897.698,272.231 C 898.939,271.999 899.618,270.722 898.058,270.288" id="path5236"/>
<path d="M 895.388,269.208 C 895.639,269.332 895.906,269.38 896.188,269.353 C 895.921,269.305 895.654,269.256 895.388,269.208" id="path5238"/>
<path d="M 895.538,268.92 C 895.699,269.166 895.939,269.262 896.258,269.208 C 896.018,269.112 895.777,269.016 895.538,268.92" id="path5240"/>
<path d="M 903.598,287.64 C 902.168,287.12 900.012,289.07 899.568,290.304 C 900.492,290.292 904.998,289.204 903.598,287.64" id="path5248"/>
<path d="M 928.007,279.576 C 927.247,278.687 924.173,278.305 923.334,279.451 C 923.06,279.826 925.047,280.79 925.346,280.922 C 926.767,281.548 927.174,280.536 928.007,279.576" id="path5278"/>
<path d="M 736.489,226.512 C 735.681,226.333 734.758,226.329 734.113,226.945 C 734.913,227.843 736.199,228.069 737.137,227.232 C 736.95,226.966 736.733,226.726 736.489,226.512" id="path4998"/>
<path d="M 754.561,225.072 C 753.502,224.237 751.608,225.094 750.889,226.008 C 752.176,226.353 753.818,226.423 754.561,225.072" id="path5000"/>
<path d="M 758.592,221.903 C 758.045,222.13 757.517,222.394 757.008,222.696 C 757.626,222.684 758.202,222.373 758.592,221.903" id="path5004"/>
<path d="M 763.778,223.416 C 762.961,222.519 761.166,224.017 761.104,224.942 C 761.076,225.349 764.823,225.114 763.778,223.416" id="path5012"/>
<path d="M 763.348,219.672 C 762.933,218.585 761.734,219.559 761.838,220.392 C 762.444,220.368 762.947,220.128 763.348,219.672" id="path5016"/>
<path d="M 765.217,223.776 C 765.733,223.467 766.282,222.413 765.197,222.64 C 764.49,222.788 764.27,223.816 765.217,223.776" id="path5020"/>
<path d="M 781.127,227.448 C 782.852,227.043 784.678,226.764 786.252,225.904 C 787.769,225.075 789.641,225.57 791.067,224.496 C 790.113,223.678 789.03,225.057 788.037,224.28 C 788.543,223.64 788.555,222.801 788.977,222.12 C 788.323,221.9 787.752,222.256 787.467,222.84 C 787.757,221.657 789.153,221.325 787.757,220.248 C 787.283,219.882 786.7,219.768 786.221,219.423 C 785.547,218.936 785.705,217.83 784.727,218.664 C 786.493,215.943 776.817,217.488 779.327,219.744 C 778.41,218.973 775.419,219.685 776.877,220.895 C 774.44,221.934 770.925,221.41 768.753,222.799 C 768.137,223.193 768.147,224.475 769.05,224.394 C 769.861,224.321 770.736,223.693 771.557,223.847 C 771.31,224.031 771.07,224.222 770.837,224.423 C 771.926,225.145 772.737,225.181 773.858,224.495 C 772.46,225.817 775.648,225.547 775.978,226.147 C 776.557,227.199 779.912,226.861 781.127,227.448" id="path5026"/>
<path d="M 775.007,211.319 C 774.305,211.231 773.525,211.475 773.347,212.256 C 773.828,212.483 774.335,212.603 774.867,212.616 C 774.742,211.972 775.094,211.642 775.727,211.824 C 775.487,211.656 775.248,211.487 775.007,211.319" id="path5030"/>
<path d="M 790.778,219.384 C 789.761,219.487 788.685,219.291 787.678,219.168 C 788.262,220.8 789.968,220.907 790.778,219.384" id="path5046"/>
<path d="M 794.518,219.24 C 793.577,218.368 790.594,219.09 790.998,220.679 C 791.784,220.398 792.167,219.173 793.148,219.528 C 792.737,219.981 792.404,220.485 792.148,221.04 C 793.119,220.785 794.513,220.519 794.518,219.24" id="path5050"/>
<path d="M 759.457,190.872 C 759.046,190.148 758.242,190.679 757.873,191.088 C 758.406,191.058 758.934,190.985 759.457,190.872" id="path5008"/>
<path d="M 762.047,191.592 C 763.156,191.426 764.253,192.177 765.077,192.816 C 764.867,193.062 764.65,193.302 764.427,193.537 C 765.848,193.387 764.891,195.487 765.852,195.662 C 767.24,195.915 768.613,194.612 769.767,194.066 C 770.514,193.713 776.98,191.736 775.055,190.306 C 772.612,188.491 764.047,189.23 762.047,191.592" id="path5018"/>
<path d="M 780.188,199.296 C 780.695,199.711 784.585,199.385 783.648,200.592 C 785.448,199.817 785.127,201.422 785.932,202.414 C 787.163,203.932 787.6,204.39 786.748,206.352 C 789.476,207.004 791.583,206.647 794.238,205.272 C 792.723,203.839 794.918,203.113 795.958,202.536 C 795.431,202.92 794.905,203.305 794.378,203.688 C 795.357,205.006 797.975,204.585 799.326,204.3 C 800.529,204.046 801.633,203.369 802.861,203.245 C 803.283,203.203 806.484,202.765 804.388,202.536 C 804.83,202.178 805.334,202.034 805.898,202.104 C 805.63,201.942 805.367,201.774 805.108,201.599 C 805.686,201.437 806.466,201.502 806.944,201.072 C 807.561,200.516 807.639,199.673 806.618,199.584 C 808.829,199.738 810.758,198.755 811.438,196.56 C 810.237,197.197 808.809,197.081 807.558,197.568 C 808.21,197.216 809.188,196.026 807.838,195.84 C 808.436,195.919 808.907,195.611 808.918,194.976 C 806.763,194.307 804.772,194.883 802.728,195.624 C 803.064,194.258 805.476,193.986 806.573,193.723 C 808.74,193.202 810.82,192.555 813.029,192.168 C 812.748,191.183 811.8,191.512 811.079,191.664 C 812.31,190.16 814.977,191.432 816.336,190.142 C 817.301,189.225 813.83,188.676 813.239,188.928 C 815.431,188.131 812.504,188.744 812.209,188.812 C 811.289,189.02 810.376,189.296 809.429,189.361 C 807.888,189.466 806.055,189.255 804.669,190.081 C 804.605,187.782 801.488,188.282 800.279,188.857 C 800.99,189.156 801.74,189.044 802.439,188.785 C 801.428,189.465 800.62,189.129 799.535,188.973 C 798.139,188.772 796.266,189.13 795.029,189.793 C 795.574,190.073 796.101,190.385 796.609,190.729 C 795.986,191.626 794.96,190.998 794.182,190.767 C 792.936,190.397 791.674,191.172 790.489,191.45 C 791.707,192.372 792.802,193.068 794.391,192.783 C 794.899,192.692 795.36,192.417 795.878,192.363 C 796.602,192.288 796.715,193.455 797.689,193.321 C 797.076,193.642 796.85,193.479 796.322,193.193 C 795.455,192.723 794.36,193.181 793.588,193.61 C 795.724,193.727 793.861,195.846 792.508,195.698 C 793.1,195.58 793.541,195.137 793.658,194.546 C 791.838,194.718 792.785,195.795 791.57,196.374 C 790.249,197.003 787.284,197.137 785.878,196.778 C 786.736,196.481 786.067,196.085 785.777,195.062 C 785.308,193.411 782.225,194.618 781.268,195.05 C 780.527,195.384 778.453,195.974 778.538,197.066 C 778.638,198.35 780.792,197.807 780.988,199.083 C 780.722,199.154 780.455,199.226 780.188,199.296" id="path5034"/>
<path d="M 813.888,262.656 C 814.175,264.213 811.691,265.38 811.438,266.84 C 811.098,268.805 817.064,266.566 817.652,266.273 C 820.193,265.007 822.439,263.449 825.222,262.62 C 826.752,262.164 826.658,261.184 827.951,260.432 C 829.15,259.736 830.489,260.029 831.668,259.415 C 831.758,259.992 831.411,260.406 830.878,260.566 C 831.645,261.197 832.853,261.049 833.725,261.462 C 834.76,261.952 832.166,262.57 832.264,262.909 C 832.372,263.283 833.528,263.271 833.821,263.292 C 835.162,263.386 835.879,263.59 837.079,264.151 C 840.283,265.65 842.867,263.581 846.069,262.797 C 845.889,261.897 844.933,261.816 844.199,261.717 C 844.792,261.822 845.272,261.5 845.429,260.925 C 844.742,260.943 844.717,260.438 844.191,260.217 C 843.629,259.981 843.11,260.585 842.568,260.584 C 840.809,260.581 839.21,260.83 837.439,260.925 C 838.245,259.568 840.303,260.648 840.072,258.851 C 839.985,258.168 841.002,257.826 840.944,257.083 C 840.881,256.283 840.129,255.706 839.512,255.315 C 838.93,254.947 837.947,255.336 837.576,254.894 C 836.958,254.157 836.438,254.113 835.631,253.652 C 834.914,253.243 835.39,252.256 834.91,252.018 C 834.103,251.617 832.441,251.69 831.528,251.564 C 831.946,250.885 831.03,249.825 830.387,249.697 C 829.57,249.534 828.098,251.322 827.208,251.564 C 826.677,250.663 828.087,250.035 826.778,249.476 C 827.19,249.079 827.921,249.122 828.288,248.685 C 828.642,248.264 828.415,247.611 828.788,247.172 C 828.285,246.848 827.781,246.848 827.278,247.172 C 828.474,245.731 825.795,246.484 825.249,246.742 C 823.985,247.34 822.92,248.309 821.903,249.25 C 819.99,251.021 818.305,253.029 816.45,254.882 C 815.548,255.782 814.414,256.445 813.709,257.538 C 813.105,258.474 813.567,259.947 812.284,260.346 C 809.5,261.21 806.347,261.367 804.238,263.66 C 805.252,264.95 806.929,263.878 808.131,263.555 C 810.056,263.041 812.038,263.691 813.888,262.656" id="path5070"/>
<path d="M 811.797,195.624 C 810.976,195.768 810.087,195.811 809.717,196.704 C 810.581,196.787 811.434,196.461 811.797,195.624" id="path5080"/>
<path d="M 813.598,193.608 C 812.979,193.481 810.14,194.12 810.486,195.101 C 810.935,196.375 814.339,194.758 813.598,193.608" id="path5086"/>
<path d="M 815.908,200.808 C 815.127,200.868 814.307,200.943 813.668,201.456 C 814.499,202.089 816.173,201.979 817.145,201.972 C 817.719,201.968 818.299,201.939 818.865,201.842 C 819.277,201.771 820.71,201.085 819.149,201.672 C 821.006,200.626 822.928,199.991 824.847,199.118 C 827.219,198.039 825.186,196.602 823.539,196.704 C 827.088,195.34 830.451,196.932 834.002,196.941 C 835.476,196.945 836.885,196.231 838.148,195.546 C 838.83,195.177 839.497,194.784 840.177,194.412 C 840.751,194.098 842.924,193.605 841.319,193.247 C 843.42,193.156 845.136,191.015 847.014,191.015 C 849.104,191.015 850.827,188.432 852.909,188.856 C 850.961,187.688 847.691,187.351 845.49,187.87 C 845.044,187.974 843.018,188.803 842.763,188.101 C 842.34,186.935 841.726,187.418 840.621,187.075 C 839.588,186.754 838.288,186.501 837.217,186.749 C 835.78,187.082 834.649,186.974 833.173,187.109 C 831.235,187.286 828.143,187.005 826.639,188.496 C 826.93,188.633 827.216,188.776 827.499,188.928 C 826.972,189.426 827.124,189.925 827.789,190.152 C 827.039,190.542 826.336,190.207 825.743,189.726 C 825.083,189.191 824.093,189.671 823.435,189.934 C 821.507,190.706 821.01,192.923 819.422,194.013 C 818.749,194.474 815.716,195.806 816.541,197.022 C 817.542,198.5 815.397,199.639 814.469,200.809 C 815.214,200.83 815.954,200.716 816.699,200.737 C 816.435,200.76 816.171,200.783 815.908,200.808" id="path5096"/>
<path d="M 817.058,272.735 C 816.583,273.527 817.611,274.218 816.768,274.895 C 818.012,275.229 819.067,273.893 820.179,274.822 C 820.964,275.477 822.9,274.101 823.58,273.732 C 826.342,272.232 829.005,271.307 831.529,269.424 C 829.238,267.701 826.569,269.956 824.104,269.731 C 822.77,269.609 822.191,269.292 821.017,270.376 C 819.772,271.523 818.505,271.931 817.058,272.735" id="path5106"/>
<path d="M 817.348,218.088 C 817.903,217.941 818.328,217.517 818.568,217.008 C 817.965,217.082 817.502,217.505 817.348,218.088" id="path5108"/>
<path d="M 819.217,221.903 C 820.805,221.761 819.92,219.991 818.637,221.328 C 819.498,220.928 819.691,221.12 819.217,221.903" id="path5112"/>
<path d="M 819.788,218.808 C 819.525,218.856 819.261,218.905 818.998,218.953 C 819.3,219.052 819.563,219.004 819.788,218.808" id="path5114"/>
<path d="M 819.438,225.36 C 820.04,225.579 820.564,225.284 820.797,224.712 C 820.217,224.567 819.709,224.846 819.438,225.36" id="path5116"/>
<path d="M 822.748,220.319 C 822.315,219.781 820.805,220.7 820.438,220.967 C 821.247,222.02 822.107,220.851 822.748,220.319" id="path5118"/>
<path d="M 831.598,245.664 C 830.048,245.118 828.517,247.001 829.798,248.256 C 831.444,249.868 831.478,246.6 831.598,245.664" id="path5136"/>
<path d="M 835.848,229.536 C 836.55,228.432 835.311,228.619 834.636,228.831 C 833.474,229.198 832.711,229.936 832.003,230.859 C 831.622,231.356 830.841,232.63 832.2,232.606 C 834.035,232.573 834.884,230.765 835.848,229.536" id="path5140"/>
<path d="M 837.288,245.521 C 836.859,245.151 834.475,243.962 834.527,245.36 C 834.54,245.702 835.054,245.752 835.272,245.862 C 835.738,246.1 835.028,247.231 834.909,247.536 C 835.656,247.536 836.403,247.536 837.149,247.536 C 836.881,247.726 836.614,247.918 836.349,248.112 C 837.17,248.182 838.759,248.904 839.089,247.679 C 838.285,247.756 837.54,247.409 836.86,247.032 C 837.712,246.941 838.417,245.896 837.288,245.521" id="path5142"/>
<path d="M 836.348,278.784 C 837.318,280.745 840.077,277.531 841.096,276.875 C 841.884,276.367 845.132,273.34 842.348,272.953 C 840.551,272.703 833.188,277.463 836.348,278.784" id="path5144"/>
<path d="M 837.358,205.704 C 836.551,207.438 847.352,207.009 847.797,207.072 C 846.562,208.24 849.64,208.837 850.318,208.872 C 848.058,208.81 845.812,209.937 843.558,209.304 C 841.724,208.789 839.38,207.971 837.438,208.296 C 837.66,208.528 837.873,208.768 838.078,209.016 C 837.683,209.207 836.619,209.538 836.498,210.025 C 836.332,210.689 837.249,211.215 837.183,211.897 C 837.06,213.168 840.218,213.181 840.958,213.625 C 840.455,213.705 839.952,213.705 839.448,213.625 C 840.085,213.848 843.501,214.26 841.758,213.913 C 843.238,213.565 844.751,214.287 846.218,213.841 C 845.973,213.655 845.733,213.463 845.498,213.265 C 846.544,212.637 848.428,213.33 847.008,213.481 C 848.081,214.095 849.758,212.953 850.758,212.618 C 850.173,212.94 847.99,213.699 848.416,214.708 C 849.12,216.373 852.234,216.283 853.639,216.074 C 852.956,215.64 852.123,215.485 851.329,215.641 C 852.282,215.148 853.372,215.388 854.376,215.514 C 855.512,215.657 856.161,215.148 856.828,215.781 C 857.901,216.799 860.395,216.402 861.706,216.313 C 863.316,216.205 864.882,215.883 866.463,216.363 C 866.995,216.538 867.527,216.713 868.059,216.889 C 868.172,216.924 869.45,217.659 869.547,217.658 C 870.24,217.65 871.986,216.921 872.637,216.578 C 871.958,216.443 871.469,215.931 870.945,215.528 C 870.048,214.839 868.881,214.766 867.957,214.13 C 870.738,214.742 873.043,216.05 875.241,217.757 C 875.694,218.109 877.191,217.776 876.462,217.111 C 876.012,216.701 875.894,216.09 875.222,215.966 C 874.628,215.858 874.289,216.144 873.787,215.641 C 876.201,213.718 880.687,217.885 882.937,216.217 C 882.897,217.844 887.851,217.025 888.702,216.81 C 889.756,216.544 890.484,215.263 890.277,214.201 C 890.159,213.591 887.691,213.289 887.188,213.265 C 887.611,213.012 888.052,212.797 888.511,212.62 C 889,212.425 889.233,213.281 889.692,212.863 C 890.213,212.388 891.55,210.884 892.367,211.61 C 891.877,211.902 891.35,212.094 890.787,212.185 C 890.77,212.796 891,212.977 891.582,212.923 C 892.272,212.86 891.708,213.962 892.727,213.481 C 892.261,214.868 894.285,214.282 894.967,214.219 C 897.156,214.017 894.591,216.974 894.237,217.586 C 895.701,218.039 897.303,216.523 898.777,216.506 C 898.015,216.743 897.201,216.793 896.477,217.153 C 897.245,217.556 898.022,216.967 898.777,217.442 C 898.589,218.665 897.122,218.343 896.256,218.45 C 897.404,219.931 900.144,218.444 901.586,218.522 C 900.732,218.896 899.396,218.646 898.689,219.333 C 898.153,219.854 902.403,220.789 902.21,222.027 C 901.978,223.516 898.317,222.985 897.321,222.985 C 896.409,222.985 895.619,223.191 894.956,223.849 C 894.877,224.054 894.877,224.26 894.957,224.467 C 894.954,224.85 893.972,225.141 893.806,225.649 C 895.931,226.041 899.818,224.982 901.407,223.548 C 902.306,222.736 902.5,224.092 903.386,224.065 C 904.559,224.028 905.015,222.462 906.336,222.985 C 906.005,223.247 902.831,223.966 904.756,223.778 C 902.844,224.271 905.269,223.878 905.546,223.849 C 905.125,224.28 904.621,224.568 904.036,224.713 C 904.589,224.992 905.092,224.92 905.546,224.497 C 904.133,225.006 905.455,226.475 906.266,226.801 C 907.223,227.186 908.956,226.476 907.556,225.505 C 908.349,225.38 909.162,225.446 909.866,225.865 C 909.447,225.864 908.373,226.907 908.072,227.286 C 907.051,228.574 908.521,227.965 908.346,228.745 C 909.144,228.412 910.036,228.391 910.796,227.953 C 910.35,228.261 909.87,228.501 909.357,228.673 C 910.196,228.402 910.751,229.305 911.597,229.033 C 911.092,229.741 911.101,230.705 910.367,231.264 C 912.154,232.028 909.85,234.842 911.087,236.16 C 909.986,236.587 909.25,237.337 908.046,237.577 C 906.942,237.798 906.026,238.107 905.123,238.811 C 903.389,240.165 906.361,240.137 907.202,240.23 C 909.041,240.435 911.474,241.698 913.155,240.353 C 915.092,238.802 915.169,237.448 917.997,238.318 C 916.161,238.706 918.056,238.429 917.846,239.111 C 917.672,239.677 917.686,239.864 918.512,240.01 C 919.269,240.144 924.185,241.326 922.318,241.846 C 922.842,241.841 923.348,241.745 923.838,241.558 C 923.066,241.895 922.197,241.923 921.458,242.351 C 922.178,242.653 922.942,241.794 923.548,242.422 C 923.098,242.538 922.642,242.61 922.178,242.638 C 922.75,242.865 923.275,242.52 923.838,242.71 C 922.876,242.936 921.978,243.548 921.071,243.931 C 920.106,244.337 918.763,243.701 917.565,243.987 C 916.297,244.29 915.459,243.392 914.14,243.923 C 912.638,244.527 911.285,245.985 909.578,245.951 C 910.06,245.38 910.854,245.462 911.378,244.943 C 910.073,244.682 911.699,244.224 912.049,243.198 C 912.292,242.487 912.337,241.643 911.509,241.347 C 909.398,240.592 907.232,240.447 905.011,240.375 C 903.274,240.319 892.037,243.185 892.402,245.086 C 892.614,246.191 894.215,246.632 894.595,247.714 C 895.57,250.482 892.376,248.998 891.13,249.375 C 889.968,249.726 888.859,250.178 887.734,250.627 C 887.407,250.758 885.412,250.341 884.918,250.341 C 884.076,250.341 884.101,251.331 882.913,251.241 C 881.846,251.161 880.6,250.534 879.628,251.205 C 880.511,251.787 881.318,253.45 882.149,252.861 C 881.574,253.689 880.488,253.442 879.838,254.157 C 880.294,254.509 880.161,254.637 880.198,255.165 C 879.295,255.293 879.233,254.492 879.423,253.84 C 879.599,253.236 880.792,253.766 880.998,253.005 C 881.379,251.595 878.82,251.163 877.944,250.901 C 877.267,250.698 871.142,249.084 871.638,250.486 C 870.833,250.202 870.537,251.258 870.169,251.719 C 869.64,252.383 868.576,252.361 867.819,252.493 C 866.94,252.646 865.957,252.928 865.211,253.431 C 864.205,254.111 863.869,255.386 862.487,255.453 C 864.036,255.253 862.675,256.014 862.852,256.848 C 862.996,257.528 863.575,258.069 864.147,258.406 C 865.525,259.217 867.365,258.675 868.87,259.273 C 869.629,259.575 869.282,258.788 869.758,258.546 C 870.446,258.196 871.376,258.719 872.099,258.658 C 872.795,258.599 873.44,258.299 874.106,258.116 C 874.593,257.97 875.09,257.922 875.596,257.973 C 875.28,257.159 875.516,256.991 876.306,257.469 C 874.854,255.539 879.347,257.249 879.694,257.376 C 880.569,257.698 882.122,258.271 882.884,257.427 C 884.012,256.177 883.265,255.834 882.286,254.877 C 883.399,254.877 884.229,254.132 885.306,254.013 C 884.766,254.514 883.189,255.096 884.272,255.962 C 884.939,256.495 886.494,255.75 886.965,255.237 C 886.912,256.186 885.294,256.357 886.755,256.749 C 885.854,256.525 885.821,257.721 885.165,258.045 C 885.949,258.208 887.516,257.214 887.395,256.316 C 888.006,256.935 889.077,256.767 889.195,255.812 C 889.815,255.971 890.04,256.43 889.635,256.964 C 890.531,257.001 890.845,255.831 891.785,256.172 C 891.169,256.672 890.339,256.844 889.743,257.39 C 889.292,257.803 890.006,259.152 890.359,259.437 C 890.519,259.436 890.664,259.387 890.796,259.292 C 891.154,259.211 891.184,260.746 891.286,260.923 C 891.535,260.716 891.774,260.501 892.006,260.276 C 892.048,260.891 891.832,261.395 891.357,261.788 C 892.111,262.707 893.43,261.796 894.307,261.645 C 893.442,262.005 892.724,262.645 892.147,263.372 C 893.106,262.88 894.201,263.283 895.177,262.868 C 894.028,262.751 894.554,262.606 895.177,262.292 C 895.504,263.532 897.258,263.462 898.197,263.876 C 896.52,265.286 894.3,265.373 892.227,265.101 C 893.743,265.281 893.292,266.345 893.985,267.303 C 894.94,268.623 896.939,268.223 897.987,267.26 C 897.504,267.998 896.681,268.385 895.827,268.485 C 897.337,268.593 898.473,269.747 899.824,270.287 C 901.476,270.948 903.4,270.205 905.117,270.428 C 903.141,270.534 903.926,272.018 905.014,272.811 C 906.251,273.712 908.091,274.447 909.581,274.612 C 911.849,274.864 913.69,275.021 915.808,275.956 C 917.636,276.763 919.552,277.627 921.597,277.197 C 921.446,276.724 921.326,276.244 921.237,275.757 C 921.855,275.84 922.398,275.507 922.677,274.965 C 922.086,274.828 921.729,274.416 922.037,273.813 C 921.536,273.669 921.029,273.645 920.517,273.742 C 921.431,273.662 921.555,273.457 920.889,273.127 C 920.698,272.574 921.31,272.26 920.877,271.654 C 920.504,271.133 919.223,271.062 918.648,270.934 C 918.718,270.693 918.792,270.453 918.868,270.213 C 917.725,270.258 918.106,268.137 916.638,268.989 C 918.265,268.347 916.29,268.253 915.768,268.917 C 915.975,268.363 916.472,268.018 917.068,268.053 C 914.694,267.727 913.221,266.162 912.646,263.838 C 912.128,261.746 915.712,263.61 916.127,263.301 C 915.986,264.199 917.429,265.388 918.148,265.677 C 918.398,264.792 918.655,263.639 918.438,262.725 C 918.817,263.604 920.891,268.096 921.958,265.677 C 921.821,266.198 921.775,266.725 921.818,267.261 C 922.056,267.019 922.296,266.78 922.538,266.541 C 922.637,267.346 921.895,268.198 922.968,268.629 C 922.07,267.439 924.168,267.882 923.548,266.397 C 924.416,267.602 923.614,268.13 925.128,269.061 C 925.282,268.582 925.282,268.101 925.128,267.622 C 925.576,268.307 926.5,269.031 927.288,268.342 C 927.015,268.521 926.752,268.713 926.498,268.918 C 927.101,269.05 927.672,268.772 928.008,268.271 C 926.818,269.81 929.099,270.253 929.958,269.134 C 930.117,269.603 927.63,272.395 930.251,271.865 C 931.584,271.596 930.44,269.419 930.528,268.63 C 931.484,268.528 931.902,269.784 932.838,269.638 C 934.051,269.448 933.421,267.901 933.558,267.118 C 932.994,267.382 932.666,267.164 932.688,266.542 C 933.274,266.663 933.8,266.364 934.127,265.894 C 933.865,265.748 933.602,265.603 933.337,265.462 C 934.143,265.206 934.001,264.136 934.917,264.094 C 934.77,263.546 934.53,263.042 934.197,262.582 C 934.777,263.086 935.251,263.813 935.332,264.593 C 935.383,265.084 935.036,265.699 935.342,266.16 C 935.873,266.961 936.606,266.244 936.217,265.462 C 937.61,265.712 937.187,263.771 937.947,263.158 C 937.486,262.865 936.982,262.697 936.437,262.654 C 936.958,261.579 937.915,263.067 938.957,263.229 C 938.674,263.007 938.408,262.767 938.157,262.509 C 938.401,262.432 939.014,262.111 939.011,261.795 C 939.007,261.29 937.017,262.176 936.717,262.077 C 937.091,261.56 937.718,261.308 938.307,261.142 C 937.627,260.672 936.783,260.681 935.997,260.708 C 937.023,260.334 935.967,259.577 935.347,259.7 C 936.649,259.183 935.695,258.904 934.997,258.979 C 935.588,258.151 935.977,258.885 936.693,258.526 C 937.41,258.168 938.056,257.681 938.447,256.963 C 937.773,257.111 937.034,257.054 936.437,257.467 C 938.062,256.244 935.695,257.013 934.916,257.108 C 934.986,256.171 936.069,256.058 936.576,255.452 C 934.805,255.452 937.538,254.137 935.834,254.224 C 935.089,254.262 934.998,255.599 934.126,255.452 C 934.265,255.185 934.409,254.922 934.556,254.66 C 933.876,254.728 933.42,255.213 932.906,255.596 C 933.236,255.094 933.596,254.614 933.986,254.157 C 933.188,254.286 932.332,253.851 932.186,253.005 C 931.658,253.438 931.178,253.918 930.746,254.445 C 930.739,253.406 931.747,253.118 930.456,252.861 C 931.055,252.814 931.536,252.55 931.896,252.069 C 931.081,252.115 930.521,252.888 929.666,252.716 C 930.247,252.56 930.745,252.161 931.036,251.636 C 929.981,251.53 930.524,250.133 929.016,250.7 C 929.814,250.25 931.053,250.761 931.466,249.692 C 930.956,249.665 930.452,249.713 929.956,249.836 C 929.957,249.257 930.319,248.806 930.886,248.685 C 929.842,247.296 927.51,248.728 926.426,249.332 C 927.213,248.71 927.963,248.04 928.656,247.315 C 928.16,247.185 927.657,247.137 927.146,247.171 C 927.607,246.479 927.414,246.191 926.566,246.307 C 927.47,246.275 927.614,245.939 926.996,245.299 C 927.502,246.031 928.641,245.908 928.516,244.867 C 928.073,244.848 927.673,244.71 927.314,244.452 C 926.541,244.066 925.655,244.458 924.835,244.219 C 926.804,243.957 927.496,244.538 929.305,244.94 C 928.749,245.178 928.17,246.456 929.158,246.54 C 930.061,246.616 932.078,246.36 932.909,245.977 C 934.18,245.392 932.745,244.678 932.179,244.258 C 931.524,243.772 931.89,243.048 931.606,242.349 C 932.998,242.063 933.559,244.076 934.916,243.357 C 934.68,243.113 934.44,242.873 934.196,242.636 C 934.719,242.629 935.226,242.533 935.716,242.349 C 935.256,241.513 934.379,241.556 933.556,241.485 C 934.691,240.908 937.465,242.375 937.146,240.837 C 937.633,241.041 938.139,241.161 938.666,241.197 C 937.208,241.507 938.032,243.264 939.236,242.564 C 939.013,243.1 938.703,243.581 938.306,244.004 C 939.097,244.194 939.797,243.738 940.536,243.572 C 938.839,243.933 940.836,244.949 941.777,244.651 C 942.961,244.275 944.048,243.494 944.996,242.708 C 944.326,243.432 940.317,244.815 940.676,246.021 C 942.721,245.507 944.75,245.705 946.797,244.936 C 948.323,244.363 949.469,243.07 951.186,242.997 C 950.096,243.662 946.982,243.908 947.375,245.805 C 945.599,245.586 942.322,245.848 941.835,248.037 C 943.126,248.356 944.293,247.579 945.575,247.677 C 944.558,247.817 943.614,248.546 942.555,248.397 C 943.414,249.65 944.529,248.625 945.505,248.181 C 945.226,248.44 942.447,249.769 942.55,250.017 C 942.815,250.655 945.784,249.801 946.365,249.837 C 945.35,249.848 944.228,250.24 943.415,250.845 C 944.822,251.011 943.02,252.507 944.735,252.049 C 945.493,251.846 946.41,250.661 947.155,250.198 C 946.639,250.545 946.209,250.976 945.865,251.494 C 946.339,251.773 946.842,251.845 947.375,251.71 C 946.809,251.805 946.416,252.184 946.515,252.79 C 947.132,252.093 948.128,252.552 948.745,251.854 C 947.372,252.901 949.864,252.643 948.165,253.078 C 948.734,253.13 949.166,253.513 949.245,254.086 C 949.799,253.365 950.696,252.935 951.36,252.326 C 951.725,251.992 952.113,251.565 952.168,251.045 C 952.242,250.335 951.154,249.769 952.636,249.982 C 952.421,249.716 952.205,249.453 951.986,249.191 C 952.521,249.262 953.025,249.166 953.496,248.902 C 953.092,248.517 952.612,248.301 952.056,248.255 C 952.975,247.887 954.478,247.991 953.856,246.527 C 954.427,247.298 956.488,250.11 956.666,247.607 C 956.314,248.648 957.518,248.512 958.106,248.327 C 957.837,248.162 957.571,247.994 957.306,247.823 C 957.979,247.833 958.352,247.627 957.886,246.886 C 958.337,247.039 961.655,246.879 960.427,245.957 C 959.961,245.607 958.374,245.593 958.386,244.798 C 959.529,246.185 961.439,245.307 962.926,245.519 C 962.85,243.573 959.611,244.929 959.546,243.214 C 960.223,244.263 961.646,243.749 962.567,243.43 C 962.475,242.846 962.096,242.476 961.487,242.71 C 962.518,242.114 963.135,242.858 964.027,243.264 C 965.207,243.799 966.425,243.016 967.608,242.926 C 966.929,242.516 966.138,242.41 965.378,242.638 C 966.041,242.183 966.849,242.212 967.608,242.134 C 967.413,240.771 966.069,240.809 965.018,241.054 C 965.758,240.733 966.429,240.352 967.192,240.848 C 967.842,241.271 968.334,241.74 969.182,241.491 C 970.627,241.067 969.736,239.33 968.478,239.47 C 970.562,238.963 967.475,238.983 967.038,239.111 C 967.523,238.913 968.026,238.84 968.548,238.894 C 968.102,238.343 967.491,238.371 967.038,238.894 C 967.805,238.034 966.733,237.761 966.142,238.241 C 965.41,238.836 964.565,238.959 964.728,240.119 C 964.501,239.752 964.253,238.408 963.575,238.619 C 962.519,238.95 962.201,240.635 960.988,240.622 C 961.711,240.041 962.43,239.332 962.638,238.39 C 960.868,238.269 959.704,239.249 958.388,240.262 C 959.582,238.968 957.345,239.66 956.598,239.542 C 957.563,239.465 959.557,238.983 960.305,238.385 C 960.826,237.968 960.936,237.272 961.643,237.078 C 962.298,236.899 962.889,236.675 963.288,236.086 C 962.01,235.021 959.205,237.624 957.958,237.958 C 958.736,237.591 959.572,237.33 960.268,236.806 C 958.456,235.234 954.251,237.477 952.418,238.103 C 953.223,236.285 955.933,236.888 957.458,236.374 C 956.18,235.731 954.123,236.34 952.848,236.733 C 953.822,236.191 954.917,236.456 955.948,236.158 C 955.253,235.817 954.48,235.71 953.718,235.654 C 954.845,235.475 955.956,236.075 957.087,235.996 C 958.92,235.867 958.225,234.591 956.668,234.79 C 957.419,234.611 958.351,234.46 958.678,233.638 C 957.904,233.638 957.773,233.583 958.108,232.846 C 957.327,232.887 956.566,233.074 955.797,233.206 C 956.276,232.984 956.78,232.864 957.307,232.846 C 957.389,231.268 955.478,232.338 955.007,232.991 C 955.007,231.505 953.35,232.726 952.707,233.351 C 953.231,232.266 955.039,231.101 956.237,231.046 C 955.394,229.237 951.643,231.692 951.697,233.422 C 950.856,232.753 951.444,231.8 952.197,231.406 C 951.124,229.765 948.761,232.615 948.027,233.35 C 948.412,231.861 950.825,230.836 950.907,229.534 C 950.188,230.683 946.639,232.135 945.357,231.765 C 946.524,231.802 947.29,231.112 948.307,230.686 C 947.715,230.413 947.093,230.079 948.387,229.965 C 947.617,229.395 946.584,229.62 946.227,230.541 C 947.151,229.149 945.484,230.013 944.997,230.253 C 945.476,229.789 945.983,229.357 946.517,228.957 C 945.705,228.819 944.881,228.412 944.073,228.853 C 943.414,229.213 942.811,229.845 941.977,229.677 C 943.12,229.807 943.889,228.566 944.997,228.453 C 944.1,227.759 942.732,228.191 941.977,228.885 C 943.729,227.821 941.746,228.396 941.187,228.453 C 943.291,227.47 945.666,228.031 947.876,227.589 C 946.775,227.102 945.654,227.932 944.63,227.58 C 943.753,227.279 943.227,226.658 942.696,227.877 C 942.697,227.297 943.025,226.893 943.636,226.941 C 942.441,226.296 941.614,227.182 940.676,227.804 C 940.941,227.562 941.18,227.298 941.396,227.012 C 940.118,226.526 938.935,226.477 937.585,226.58 C 939.416,226.215 937.135,226.18 936.785,226.364 C 938.085,225.49 939.93,225.868 941.395,225.788 C 940.468,225.208 939.343,225.322 938.305,225.284 C 937.36,225.249 936.196,224.651 935.345,224.708 C 936.329,224.696 936.306,224.6 935.275,224.42 C 936.536,224.183 937.789,224.72 939.03,224.834 C 940.321,224.952 941.619,224.771 942.905,224.996 C 942.215,224.599 941.439,224.401 940.675,224.204 C 941.412,224.04 942.099,224.414 942.835,224.349 C 942.299,223.659 941.452,223.384 940.606,223.556 C 942.029,222.971 943.664,223.46 945.146,223.269 C 943.422,221.777 939.925,221.583 938.306,223.34 C 938.994,222.625 938.898,222.409 938.016,222.693 C 939.043,222.541 940.168,222.52 941.116,222.045 C 940.715,221.924 940.304,221.853 939.886,221.829 C 941.168,221.502 942.49,221.788 943.776,221.9 C 942.703,220.619 939.858,220.764 938.446,221.253 C 940.312,220.05 943.365,220.937 945.229,221.715 C 946.551,222.266 947.567,222.146 948.971,222.048 C 949.406,222.018 953.042,222.784 951.722,221.027 C 950.225,219.037 946.558,220.157 944.415,219.458 C 943.037,219.008 941.899,219.065 940.499,219.374 C 938.675,219.775 936.839,219.415 934.996,219.596 C 936.667,218.911 938.733,219.512 940.499,219.269 C 942.511,218.993 944.459,218.781 946.361,218.051 C 947.276,217.699 952.392,218.579 952.312,217.098 C 952.253,216.015 951.287,214.393 950.208,214.068 C 948.366,213.512 946.706,215.522 945.207,216.221 C 943.703,216.923 942.065,216.603 940.506,217.34 C 939.778,217.684 939.189,217.578 938.423,217.533 C 937.312,217.468 936.391,218.273 935.495,218.804 C 937.9,216.116 942.491,217.545 945.285,215.132 C 943.958,213.901 941.245,214.67 939.765,215.168 C 938.987,215.431 938.631,216.503 937.759,216.377 C 936.559,216.204 935.382,217.086 934.195,217.219 C 935.548,216.609 937.012,216.4 938.445,216.068 C 937.98,215.617 937.477,215.568 936.935,215.923 C 939.387,214.618 942.304,214.18 945.033,213.885 C 946.04,213.776 947.162,212.584 948.04,212.713 C 948.389,212.764 950.01,212.612 949.156,212.009 C 947.99,211.186 945.085,210.25 943.775,210.524 C 942.419,210.807 941.3,211.559 939.881,211.641 C 939.376,211.566 938.907,211.648 938.474,211.886 C 938.129,212.304 938.45,212.653 937.654,212.612 C 938.131,210.859 941.455,210.962 942.764,210.236 C 941.292,209.209 938.121,210.626 936.67,211.152 C 933.859,212.169 932.062,214.604 929.374,215.78 C 930.971,214.8 932.28,213.435 933.834,212.395 C 931.821,211.232 930.759,213.656 928.944,213.979 C 930.075,213.686 929.578,213.377 928.944,213.116 C 930.211,212.83 931.225,211.566 932.59,211.697 C 933.818,211.814 934.321,211.556 935.454,211.164 C 936.635,210.755 939.092,210.128 939.675,208.884 C 940.526,207.068 935.336,209.478 935.051,209.548 C 933.663,209.89 932.188,210.175 930.777,210.389 C 929.362,210.603 927.913,211.608 926.495,211.533 C 927.681,211.539 928.538,210.695 929.595,210.308 C 928.854,209.885 928.068,210.216 927.285,210.164 C 929.31,209.75 931.861,207.877 933.92,208.255 C 935.051,208.462 937.441,207.923 937.85,206.654 C 938.533,204.532 933.398,204.452 932.375,204.68 C 929.468,205.328 927.492,207.968 924.555,208.579 C 925.672,208.292 926.416,207.001 927.645,207.067 C 925.514,205.349 924.361,208.57 922.315,208.435 C 923.729,208.206 924.855,206.946 926.065,206.275 C 924.282,206.786 926.049,205.281 926.495,205.05 C 924.875,204 922.432,207.002 921.025,207.498 C 921.878,207.08 922.657,206.518 923.325,205.842 C 922.79,205.806 922.264,205.854 921.745,205.987 C 923.576,205.439 925.19,204.314 927.065,203.898 C 925.842,202.929 923.999,203.978 923.325,205.123 C 923.313,204.559 923.63,204.197 924.185,204.115 C 923.257,203.465 921.523,204.296 920.701,204.781 C 920.146,205.109 919.966,205.569 919.588,206.058 C 919.018,206.797 917.742,207.099 916.915,207.426 C 917.544,207.023 918.221,206.701 918.889,206.368 C 919.673,205.976 918.599,204.941 917.856,205.483 C 918.826,204.877 920.048,205.067 921.026,204.474 C 919.688,203.783 917.89,205.011 916.556,205.195 C 917.628,204.935 918.663,204.549 919.726,204.258 C 919.002,203.85 918.196,204.035 917.426,204.114 C 919.155,203.807 920.896,203.575 922.621,203.268 C 924.127,203 924.718,202.501 926.066,201.954 C 923.916,198.247 916.689,204.179 914.186,203.897 C 915.404,203.905 916.308,203.149 917.276,202.53 C 918.231,201.919 919.486,201.961 920.376,201.234 C 917.918,200.406 915.773,202.078 913.466,202.602 C 914.921,201.837 916.564,201.05 918.228,200.93 C 919.634,200.828 921.316,201.185 922.522,200.248 C 924.63,198.61 919.932,196.563 918.506,198.498 C 919.352,197.121 914.078,196.554 913.054,196.554 C 911.233,196.554 909.369,196.91 907.642,197.476 C 907.268,197.598 904.94,198.276 905.328,198.983 C 906.068,200.333 909.944,200.102 911.156,200.73 C 910.139,200.408 908.564,200.256 907.776,201.163 C 908.016,200.944 908.233,200.705 908.426,200.443 C 907.48,199.628 904.725,199.103 904.176,200.659 C 904.665,199.35 902.946,199.378 902.731,200.262 C 902.625,200.7 905.173,202.924 905.616,203.108 C 904.71,203.301 904.55,202.237 903.746,202.1 C 903.318,202.687 903.564,203.176 904.246,203.324 C 902.308,203.471 903.561,199.079 900.506,201.74 C 900.762,201.896 901.026,202.04 901.296,202.172 C 900.513,202.36 899.773,201.886 898.996,202.172 C 899.915,201.32 901.189,200.904 901.946,199.868 C 900.717,198.536 898.7,199.637 897.476,200.372 C 898.334,199.985 898.501,199.057 898.996,198.356 C 898.233,198.627 894.422,200.059 896.836,200.731 C 895.444,201.064 895.542,198.868 893.787,200.661 C 892.58,201.893 890.885,202.331 889.197,202.604 C 889.477,202.457 889.743,202.289 889.997,202.1 C 889.732,201.905 889.466,201.713 889.197,201.524 C 890.143,201.02 891.153,201.428 892.147,201.236 C 889.918,200.65 894.354,199.099 894.747,198.715 C 893.196,197.636 890.853,199.77 889.347,200.083 C 892.243,199.122 894.851,197.413 897.837,196.699 C 896.414,195.71 897.804,194.868 898.637,194.178 C 898.118,193.377 897.207,193.378 896.397,193.099 C 898.593,190.464 897.204,189.476 894.11,189.789 C 892.406,189.961 890.734,189.767 889.025,190.051 C 887.146,190.364 885.31,190.884 883.437,191.226 C 884.033,191.376 884.292,191.828 883.947,192.378 C 882.867,191.138 880.603,191.454 879.267,192.019 C 878.735,192.244 878.766,193.184 877.933,192.498 C 877.241,191.928 875.858,192.593 875.307,193.1 C 876.999,194.534 879.404,193.577 881.207,194.684 C 879.488,194.472 877.444,194.717 875.802,194.156 C 874.965,193.87 872.768,193.738 872.137,194.468 C 873.887,195.127 876.312,196.284 878.187,196.412 C 876.081,196.568 874.309,195.105 872.265,195.054 C 871.223,195.028 867.078,197.168 869.036,197.78 C 868.351,197.745 868.017,198.131 868.57,198.641 C 869.57,199.565 870.94,198.851 872.067,198.643 C 870.088,199.201 872.387,199.28 872.857,199.291 C 868.371,199.878 873.371,200.605 871.917,202.243 C 871.795,200.618 869.581,200.198 868.31,200.065 C 867.456,199.976 866.881,199.996 866.22,200.62 C 865.196,201.586 864.001,201.665 862.637,201.74 C 862.935,201.908 864.407,202.781 864.191,203.234 C 863.966,203.398 863.712,203.427 863.427,203.324 C 864.064,204.442 866.042,204.691 867.097,204.116 C 866.976,205.847 865.506,205.947 864.57,207.132 C 863.987,207.87 862.217,209.62 861.187,209.517 C 861.637,209.17 861.926,208.633 861.267,208.292 C 861.747,208.244 862.227,208.195 862.707,208.147 C 860.987,206.011 854.108,209.16 851.977,209.084 C 852.855,208.531 853.942,208.587 854.925,208.412 C 856.133,208.197 857.202,207.486 858.448,207.423 C 859.684,207.36 860.573,207.505 861.813,207.108 C 862.213,206.98 864.06,206.888 864.247,206.524 C 864.723,205.599 858.304,203.803 861.165,200.634 C 861.919,199.798 863.061,199.662 863.835,198.887 C 864.683,198.038 862.729,197.552 863.658,196.575 C 864.614,195.571 866.282,195.186 867.479,194.579 C 869.258,193.676 870.972,192.697 872.859,192.028 C 874.749,191.358 876.695,190.869 878.63,190.347 C 880.511,189.84 878.797,189.139 877.833,189.139 C 873.741,189.139 869.875,189.139 865.789,189.702 C 861.696,190.265 857.92,192.059 854.074,193.462 C 852.736,193.95 851.498,194.599 850.709,195.809 C 849.986,196.916 849.299,196.134 848.33,196.695 C 847.253,197.32 846.27,198.146 845.15,198.684 C 844.554,198.97 841.909,200.587 843.838,200.587 C 842.67,201.434 840.991,201.436 840.168,202.747 C 839.369,204.024 838.496,204.541 837.358,205.704" id="path5146"/>
<path d="M 839.598,246.888 C 839.252,246.675 839.115,246.798 838.798,247.105 C 839.064,247.032 839.331,246.96 839.598,246.888" id="path5148"/>
<path d="M 844.348,243.72 C 843.942,243.839 843.125,243.383 842.908,243.073 C 842.52,244.085 843.777,244.315 844.348,243.72" id="path5160"/>
<path d="M 852.908,271.728 C 852.8,272.292 853.044,272.292 853.638,271.728 C 853.395,271.728 853.151,271.728 852.908,271.728" id="path5174"/>
<path d="M 854.208,271.728 C 854.079,272.349 854.319,272.374 854.928,271.8 C 854.688,271.775 854.448,271.752 854.208,271.728" id="path5176"/>
<path d="M 856.587,264.744 C 855.797,264.751 855.067,265.095 854.277,265.104 C 854.402,267.261 856.545,268.306 858.387,267.263 C 861.287,265.623 857.868,265.056 856.587,264.744" id="path5180"/>
<path d="M 861.698,228.24 C 861.31,227.796 860.632,227.869 860.188,228.168 C 860.686,228.312 861.189,228.336 861.698,228.24" id="path5186"/>
<path d="M 862.708,260.856 C 862.16,260.322 861.01,260.752 860.478,261.072 C 861.23,261.381 862.044,261.375 862.708,260.856" id="path5188"/>
<path d="M 865.518,264.815 C 866.284,263.279 862.696,263.058 861.908,263.52 C 862.307,265.259 864.472,265.971 865.948,265.104 C 865.804,265.008 865.661,264.912 865.518,264.815" id="path5190"/>
<path d="M 874.728,270.576 C 874.511,270.767 874.295,270.96 874.078,271.151 C 874.999,271.44 876.223,272.03 877.038,271.151 C 876.241,270.929 875.388,271.23 874.728,270.576" id="path5206"/>
<path d="M 876.028,258.192 C 876.215,258.403 876.455,258.475 876.748,258.408 C 876.508,258.336 876.268,258.265 876.028,258.192" id="path5210"/>
<path d="M 581.617,218.952 C 581.858,218.942 582.098,218.918 582.337,218.88 C 582.097,218.904 581.856,218.928 581.617,218.952" id="path4862"/>
<path d="M 582.048,219.096 C 582.326,219.084 582.59,219.012 582.84,218.88 C 582.576,218.952 582.313,219.023 582.048,219.096" id="path4864"/>
<path d="M 553.249,219.528 C 553.794,219.298 554.322,219.034 554.833,218.735 C 554.035,218.693 553.228,218.836 552.529,219.24 C 552.769,219.336 553.009,219.433 553.249,219.528" id="path4854"/>
<path d="M 572.113,220.104 C 572.257,219.538 571.992,219.417 571.321,219.744 C 571.585,219.864 571.849,219.984 572.113,220.104" id="path4856"/>
<path d="M 572.329,221.112 C 572.541,220.373 572.278,220.205 571.537,220.608 C 571.801,220.776 572.064,220.944 572.329,221.112" id="path4858"/>
<path d="M 573.336,219.168 C 573.887,219.102 574.391,218.909 574.848,218.592 C 574.295,218.654 573.791,218.846 573.336,219.168" id="path4860"/>
<path class="landxx ca" d="M 462.889,290.521 C 461.17952,289.59806 460.14382,290.66275 458.19087,289.75494 L 544.03625,218.603 C 545.90525,218.582 548.755,218.793 550.586,219.11 C 550.891,219.163 552.942,219.416 552.997,219.958 C 553.089,220.873 554.042,222.176 554.905,221.254 C 554.3,222.883 559.199,224.082 560.161,224.206 C 561.584,224.39 563.283,223.785 564.612,224.485 C 565.442,224.923 566.17,225.941 567.217,225.79 C 566.569,224.762 568.624,224.45 566.929,224.422 C 568.117,223.453 570.151,224.094 571.537,223.99 C 571.455,224.776 571.995,227.061 572.886,225.245 C 573.257,224.49 573.111,223.574 573.913,223.054 C 574.959,222.375 576.23,222.036 577.428,221.74 C 579.797,221.152 582.214,220.917 584.598,220.422 C 585.804,220.171 586.633,219.673 587.679,219.07 C 588.987,218.317 590.119,218.927 591.482,218.663 C 589.339,218.603 592.634,217.823 593.066,217.799 C 591.343,217.869 592.828,218.208 593.256,218.221 C 593.992,218.242 594.736,218.108 595.453,217.954 C 596.936,217.637 598.673,217.244 599.978,216.431 C 599.698,217.836 601.401,216.499 602.266,216.168 C 603.782,215.587 605.366,215.375 606.891,214.847 C 605.225,215.395 607.886,215.302 608.508,215.358 C 609.741,215.469 611.096,214.672 612.147,214.128 C 611.614,214.519 610.864,215.104 612.219,214.992 C 610.487,217.007 606.883,216.89 604.497,217.383 C 602.981,217.696 601.401,218.116 599.99,218.758 C 599.519,218.972 598.935,218.874 598.439,218.976 C 597.671,219.134 597.128,220.291 596.308,220.609 C 596.837,220.421 597.341,220.181 597.82,219.888 C 597.384,220.31 596.88,220.622 596.308,220.825 C 598.219,220.084 595.102,221.921 594.796,222.121 C 597.668,221.595 600.312,219.365 603.103,218.455 C 606.474,217.355 610.154,217.784 613.445,216.289 C 612.539,217.119 611.005,216.88 610.277,217.945 C 611.259,218.998 614.726,217.193 615.714,216.765 C 616.71,216.332 617.601,215.745 618.569,215.263 C 620.038,214.532 621.687,214.798 623.237,214.416 C 622.745,214.246 622.241,214.126 621.725,214.056 C 621.965,213.864 622.205,213.672 622.445,213.48 C 620.725,213.486 623.194,211.798 624.253,212.211 C 625.5,212.697 625.911,214.306 625.53,215.482 C 625.061,216.93 623.43,217.881 624.473,219.57 C 625.559,221.329 627.855,220.858 629.5,220.392 C 628.787,219.905 627.97,220.086 627.196,220.248 C 627.67,220 631.836,219.361 629.788,218.952 C 630.541,218.116 632.583,217.66 633.604,218.16 C 633.121,217.844 632.593,217.723 632.02,217.8 C 632.975,216.618 636.001,216.539 637.348,216.072 C 636.075,216.25 635.347,215.853 633.748,216.576 C 635.195,214.81 637.193,216.479 638.86,215.784 C 637.744,216.175 636.742,217.238 636.051,218.16 C 636.606,218.16 637.134,218.28 637.635,218.52 C 636.081,218.836 634.108,219.443 633.028,220.679 C 635.086,221.195 637.257,220.888 639.235,220.197 C 641.13,219.534 642.74,218.117 644.65,217.581 C 646.633,217.025 648.491,217.618 650.477,217.671 C 652.588,217.727 653.978,218.135 655.636,219.476 C 656.957,220.544 658.149,220.987 659.854,221.098 C 661.941,221.235 662.99,221.681 664.679,222.796 C 665.97,223.648 667.682,223.761 669.163,224.03 C 670.216,224.22 673.91,225.111 674.934,224.353 C 674.817,224.111 674.697,223.871 674.574,223.632 C 675.476,223.349 676.22,223.841 677.11,223.496 C 678.509,222.955 679.699,224.377 680.955,224.578 C 682.026,224.749 684.023,226.973 682.961,227.955 C 682.128,228.726 681.098,228.987 680.009,228.821 C 678.363,228.57 677.38,229.576 675.874,229.641 C 674.27,229.71 674.713,229.965 673.494,230.738 C 672.644,231.278 671.435,230.96 670.614,231.551 C 672.606,231.432 675.039,232.628 677.053,232.871 C 679.273,233.138 681.773,233.326 683.999,233.067 C 685.031,232.947 686.055,232.736 687.095,232.685 C 687.601,232.66 689.139,233.189 689.509,232.97 C 690.307,232.496 690.693,232.705 691.638,232.631 C 692.278,232.581 695.923,231.278 694.014,232.487 C 695.412,231.871 697.003,231.807 698.478,231.478 C 699.219,231.313 701.588,230.511 702.294,230.831 C 702.08,231.24 701.768,231.552 701.358,231.767 C 702.126,231.309 702.668,232.282 702.366,232.919 C 703.35,232.556 704.375,232.687 705.389,232.775 C 705.296,233.778 703.486,234.488 704.165,235.51 C 704.934,235.18 706.163,233.374 707.117,234.071 C 706.781,234.55 706.445,235.031 706.109,235.51 C 707.408,234.284 708.663,236.059 707.698,237.268 C 706.88,238.292 704.696,237.94 703.877,237.094 C 703.194,237.977 704.371,238.341 705.029,238.39 C 704.896,238.99 704.428,239.361 703.804,239.254 C 704.411,239.458 705.16,239.876 704.596,240.622 C 704.828,240.419 705.068,240.227 705.317,240.046 C 705.3,240.838 705.29,242.528 706.253,242.855 C 706.035,242.226 705.221,240.059 706.282,239.743 C 706.843,239.576 707.12,238.716 707.453,238.308 C 707.783,237.906 708.628,238.235 709.061,238.031 C 708.7,238.512 708.22,238.776 707.621,238.823 C 708.173,240.78 709.322,237.219 710.141,239.111 C 710.416,238.434 710.205,237.824 710.864,237.381 C 711.442,236.991 710.43,235.967 711.208,235.21 C 712.288,234.158 711.319,233.792 711.762,232.765 C 712.336,231.435 714.176,231.822 715.181,231.119 C 714.396,231.307 714.187,231.118 714.552,230.551 C 714.762,230.246 716.385,230.187 714.677,230.688 C 716.103,230.446 717.563,230.371 718.955,229.951 C 720.378,229.523 721.829,229.97 723.112,229.036 C 724.359,228.129 726.325,227.964 727.818,227.852 C 729.613,227.718 729.949,226.719 731.453,226.007 C 729.596,226.545 725.465,226.175 724.49,227.896 C 724.194,228.418 723.208,228.023 722.817,227.969 C 722.021,227.86 721.004,228.407 720.283,228.669 C 718.882,229.178 717.595,227.441 716.261,228.744 C 716.486,228.999 716.726,229.239 716.981,229.464 C 716.257,229.219 715.466,229.378 714.74,229.506 C 714.281,229.587 711.263,229.985 713.238,229.033 C 712.393,229.555 712.273,229.411 712.878,228.6 C 712.374,228.844 711.87,228.844 711.366,228.6 C 715.84,225.643 720.977,226.084 725.971,224.72 C 727.65,224.261 730.508,223.204 732.18,224.135 C 733.16,224.68 732.566,225.475 732.335,226.26 C 731.935,227.617 731.583,226.867 730.662,227.736 C 732.132,228.824 732.112,228.363 733.686,228.384 C 733.448,228.603 733.208,228.819 732.966,229.032 C 733.465,228.886 733.968,228.863 734.478,228.96 C 731.165,231.137 740.675,229.942 740.598,229.896 C 739.465,230.776 741.627,232.084 742.428,232.151 C 743.384,232.231 743.746,232.955 744.701,232.651 C 745.949,232.255 748.092,232.654 749.435,232.615 C 752.418,232.526 755.074,231.591 758.123,231.984 C 759.418,232.151 760.517,232.67 761.77,232.94 C 763.201,233.248 764.865,232.232 766.373,232.272 C 764.792,230.801 767.038,229.23 767.87,231.954 C 768.641,234.476 771.12,233.086 772.923,232.992 C 772.472,232.412 774.035,232.07 772.517,231.058 C 771.384,230.303 769.109,231.155 768.103,231.912 C 768.201,231.39 767.908,230.879 767.793,230.389 C 767.615,229.626 768.926,228.578 768.462,230.113 C 769.666,229.46 768.413,228.889 768.602,227.953 C 769.678,228.097 770.765,228.508 771.864,228.341 C 772.847,228.192 773.397,226.682 774.177,226.72 C 774.641,226.743 775.959,226.946 776.376,227.166 C 777.007,227.499 778.286,228.633 776.812,228.816 C 778.067,229.231 779.239,228.75 780.482,228.6 C 779.579,229.413 778.298,229.639 777.462,230.544 C 778.249,230.591 778.898,230.022 779.551,229.69 C 780.661,229.127 782.215,228.957 783.432,228.744 C 781.699,229.313 780.151,230.885 778.85,232.111 C 777.63,233.262 776.636,233.514 775.301,234.504 C 775.715,234.941 776.218,235.108 776.811,235.008 C 776.188,235.44 775.152,235.55 775.151,236.521 C 776.257,236.385 777.918,234.854 778.97,235.873 C 778.17,236.154 777.356,236.437 776.67,236.953 C 777.357,236.587 778.156,236.52 778.9,236.736 C 778.406,237.543 778.204,238.257 777.17,238.465 C 776.41,238.617 773.878,238.996 774.87,237.745 C 773.818,238.977 773.162,237.209 772.2,238.033 C 772.716,239.029 774.389,240.442 772.71,241.273 C 773.379,240.975 774.044,240.631 774.58,240.121 C 773.965,240.215 773.44,239.634 773.496,239.038 C 773.583,238.099 776.21,238.853 776.81,238.825 C 778.72,238.734 779.137,236.39 780.99,236.089 C 780.509,235.517 780.767,235.008 781.247,234.572 C 782.121,233.777 781.203,233.839 781.313,232.858 C 781.403,232.062 784.572,230.459 785.293,230.411 C 787.854,230.243 789.704,230.075 792.12,228.988 C 794.567,227.887 796.971,226.566 799.64,226.081 C 799.123,226.264 798.617,226.239 798.12,226.009 C 798.725,225.504 801.293,224.46 800.526,223.307 C 799.977,222.482 798.11,224.114 797.76,224.569 C 798.268,224.44 798.771,224.296 799.27,224.137 C 798.104,224.591 795.725,225.91 794.368,225.032 C 793.952,224.762 795.881,223.469 796.301,223.472 C 797.402,223.481 798.546,222.493 799.64,222.265 C 799.344,222.108 799.054,221.94 798.77,221.761 C 799.521,220.383 802.689,220.201 804.03,220.393 C 803.072,220.711 801.662,220.997 801.219,222.049 C 802.425,221.525 803.72,221.222 804.889,220.61 C 804.506,220.649 804.122,220.649 803.739,220.61 C 804.3,220.509 804.705,220.131 804.669,219.53 C 803.419,219.582 802.405,220.33 801.111,220.134 C 800.194,219.995 799.986,219.101 799.489,218.45 C 798.558,219.634 797.333,218.877 796.202,218.538 C 795.731,218.397 795.434,217.586 794.941,217.586 C 794.176,217.586 793.405,217.708 792.868,217.01 C 793.105,216.79 793.345,216.574 793.588,216.363 C 791.605,216.07 793.442,214.296 794.2,213.717 C 795.657,212.605 797.583,211.926 799.418,212.115 C 799.147,211.959 798.884,211.791 798.628,211.611 C 799.153,211.445 799.656,211.229 800.138,210.963 C 799.45,211.176 797.122,211.938 797.156,210.552 C 797.184,209.398 799.469,208.612 800.31,207.9 C 801.432,206.951 802.389,206.264 803.923,206.012 C 805.03,205.831 804.975,206.727 805.834,206.889 C 806.702,207.053 807.616,205.527 808.488,205.347 C 807.665,205.471 806.814,205.433 806.118,204.915 C 807.343,204.102 808.944,204.444 810.281,203.979 C 811.01,203.725 811.517,203.265 812.32,203.179 C 813.306,203.074 814.35,203.266 815.258,202.755 C 814.347,203.148 812.997,203.091 812.158,202.539 C 813.167,201.843 815.826,201.281 816.698,202.467 C 816.164,202.73 815.661,203.041 815.188,203.403 C 816.535,203.179 815.82,203.745 815.328,204.124 C 816.687,203.528 817.785,203.46 819.218,203.836 C 818.95,204.07 818.687,204.311 818.428,204.556 C 819.554,205.205 820.705,205.966 819.985,207.407 C 819.472,208.432 818.166,210.099 816.908,210.173 C 817.305,210.228 817.692,210.323 818.068,210.461 C 817.922,210.7 817.779,210.94 817.638,211.181 C 818.623,211.053 819.587,212.015 818.348,212.549 C 819.513,212.528 819.12,213.747 818.278,213.917 C 819.09,214.069 819.705,213.303 820.518,213.557 C 820.007,213.972 819.934,214.453 820.298,214.997 C 818.286,215.2 815.901,214.154 814.248,215.789 C 815.042,215.367 816.032,215.262 816.628,216.077 C 814.336,216.405 812.267,217.554 810.078,218.236 C 810.581,218.157 811.084,218.157 811.588,218.236 C 811.068,218.247 810.565,218.342 810.078,218.525 C 810.865,218.583 811.601,218.223 812.378,218.525 C 813.056,218.789 813.219,219.437 813.958,219.604 C 815.544,219.963 816.958,217.779 818.498,218.884 C 817.787,219.195 817.039,219.426 816.268,219.532 C 817.931,219.636 820.892,219.02 822.308,220.108 C 821.323,219.908 819.951,220.326 819.144,220.894 C 818.788,221.144 816.225,222.061 817.488,220.971 C 817.001,221.153 816.498,221.249 815.978,221.259 C 816.869,221.85 818.766,224.386 816.628,224.86 C 818.204,224.7 816.175,226.112 815.649,226.612 C 815.253,226.994 814.834,227.345 814.389,227.668 C 815.364,227.943 815.364,228.136 814.389,228.244 C 815.424,227.996 815.286,228.46 814.899,229.036 C 815.767,229.033 816.719,228.362 817.432,227.94 C 818.212,227.477 819.616,227.089 818.999,226.227 C 819.754,225.575 820.722,225.873 821.387,225.033 C 821.933,224.343 822.269,223.453 823.166,223.129 C 824.535,222.635 826.65,220.663 828.154,221.757 C 829.142,222.477 831.364,224.335 830.692,225.681 C 829.828,227.41 828.847,229.356 826.559,228.819 C 826.719,228.572 826.889,228.332 827.069,228.099 C 825.564,228.754 822.841,230.942 823.368,232.874 C 823.783,234.392 825.968,235.857 823.828,237.099 C 824.382,237.578 825.945,236.767 826.622,236.52 C 827.724,236.118 828.591,234.496 829.883,235.437 C 830.401,235.815 833.717,232.172 834.507,231.812 C 837.252,230.559 840.487,229.415 842.152,226.688 C 843.845,223.913 846.676,226.591 848.598,224.642 C 848.031,224.864 847.548,224.744 847.148,224.283 C 847.794,224.503 847.752,224.27 847.973,223.836 C 848.237,223.318 849.309,223.868 849.748,223.707 C 847.706,222.988 850.799,223.194 851.118,223.203 C 850.247,222.689 848.369,222.591 849.668,222.051 C 848.916,222.243 847.996,221.905 848.158,220.971 C 848.425,220.991 848.692,221.015 848.958,221.043 C 848.648,220.441 848.998,220.059 849.598,219.963 C 848.005,220.649 849.638,219.248 850.248,219.243 C 849.461,217.896 852.319,217.467 850.828,217.299 C 851.842,216.993 852.694,217.776 853.733,217.624 C 855.04,217.433 856.596,216.747 857.905,217.201 C 861.065,218.297 864.22,218.014 867.458,218.811 C 866.643,218.573 866.217,219.186 865.56,219.49 C 864.602,219.933 863.158,219.389 862.128,219.46 C 863.666,219.784 865.281,219.821 866.738,220.468 C 864.79,220.268 867.64,221.155 865.798,221.693 C 866.524,221.711 867.171,221.321 867.901,221.385 C 868.744,221.46 869.474,222.037 870.338,221.98 C 869.974,223.803 865.949,223.872 864.578,224.285 C 865.883,224.015 867.097,224.352 868.388,224.501 C 867.971,226.727 865.531,226.408 863.858,226.877 C 862.537,227.246 862.95,227.632 861.927,226.973 C 861.7,226.827 859.177,227.561 858.887,227.74 C 859.527,228.029 860.182,228.4 858.887,228.604 C 859.991,228.875 859.522,229.274 858.887,229.613 C 859.375,229.825 859.878,229.873 860.397,229.757 C 857.83,230.882 859.636,231.992 860.504,233.57 C 861.662,235.673 857.498,238.028 855.858,238.069 C 854.469,238.104 853.708,238.674 852.617,239.43 C 851.574,240.153 851.038,239.892 850.006,240.363 C 847.562,241.478 843.961,243.102 841.177,243.006 C 842.326,242.074 840.82,241.864 840.48,241.163 C 840.541,241.288 842.109,239.378 842.327,239.118 C 841.772,239.598 841.015,240.052 840.307,240.253 C 839.333,240.529 839.116,239.18 840.307,239.405 C 840.172,238.839 839.724,238.433 839.157,238.325 C 839.54,238.347 839.924,238.347 840.307,238.325 C 839.956,238.262 836.778,237.937 838.727,238.325 C 837.447,238.122 835.998,238.316 834.987,239.189 C 836.295,239.372 837.461,237.993 838.727,238.901 C 836.201,238.793 840.457,239.771 837.937,239.477 C 838.433,239.626 838.937,239.747 839.447,239.837 C 838.911,240.325 838.653,240.721 839.737,240.773 C 839.491,240.908 839.251,241.052 839.017,241.206 C 839.711,241.837 840.364,243.826 838.926,244.132 C 838.382,244.248 837.817,243.819 837.355,243.616 C 836.478,243.232 836.277,243.991 836.277,242.79 C 835.26,242.655 835.333,243.765 835.637,244.374 C 834.147,244.127 832.718,243.288 831.167,243.51 C 831.636,241.706 832.158,240.901 829.827,241.671 C 828.556,242.091 825.366,242.061 824.118,241.638 C 824.193,242.213 823.893,242.551 823.318,242.574 C 823.649,244.016 825.91,243.31 826.558,244.591 C 825.082,245.624 823.118,245.688 821.704,246.818 C 820.1,248.102 818.076,248.415 816.358,249.467 C 814.62,250.532 813.131,250.641 811.122,250.727 C 809.194,250.809 808.567,249.129 806.977,248.335 C 807.717,248.426 808.463,248.406 809.207,248.406 C 806.597,248.144 804.594,245.961 802.007,246.031 C 802.374,246.199 802.711,246.415 803.017,246.678 C 802.573,247.003 801.659,246.861 801.163,246.822 C 800.665,246.783 798.219,246.656 799.916,246.318 C 798.33,246.513 795.082,244.998 793.866,246.463 C 795.724,247.179 794.746,246.409 795.886,246.247 C 797.107,246.074 798.589,246.61 799.783,246.84 C 801.224,247.117 802.088,247.679 802.732,248.973 C 802.893,249.296 803.843,250.695 804.231,250.73 C 806.43,250.932 808.534,251.164 810.746,251.083 C 811.399,251.06 815.333,250.918 814.091,252.518 C 813.125,253.762 811.1,254.921 809.578,255.278 C 807.613,255.739 805.705,257.487 803.996,258.559 C 802.6,259.435 795.736,263.045 795.167,259.785 C 795.09,260.264 795.09,260.745 795.167,261.224 C 794.543,261.005 792.776,259.918 792.717,261.296 C 792.694,260.708 792.29,260.254 791.787,260 C 791.998,259.71 792.238,259.446 792.507,259.208 C 792.013,259.859 791.383,259.542 790.778,259.928 C 791.115,260.4 791.115,260.88 790.778,261.368 C 789.243,260.116 789.27,262.341 788.438,262.7 C 787.831,262.962 787.338,263.632 786.667,263.743 C 785.865,263.877 785.203,263.33 784.438,263.239 C 784.746,265.281 779.124,263.087 778.353,262.86 C 776.128,262.205 769.752,262.539 769.178,259.351 C 769.93,261.13 768.555,260.235 767.789,260.92 C 767.012,261.615 769.75,262.929 769.828,261.079 C 771.151,262.317 773.777,262.587 775.438,263.238 C 774.6,263.955 773.379,263.931 772.417,264.39 C 773.603,264.239 777.35,262.471 778.183,263.426 C 778.525,263.818 778.702,264.384 779.141,264.691 C 779.914,265.233 780.915,264.825 781.638,265.543 C 780.224,265.543 781.721,265.942 781.255,266.977 C 780.936,267.688 780.258,268.235 779.64,268.675 C 778.76,269.301 777.885,268.87 776.943,269.212 C 775.919,269.586 775.026,270.219 773.896,270.073 C 772.238,269.858 771.165,269.678 769.529,269.852 C 766.809,270.14 769.861,271.253 770.478,271.663 C 770.146,271.858 769.297,272.463 768.888,272.107 C 768.029,271.36 767.404,272.624 766.622,272.056 C 766.151,271.714 764.431,273.588 763.559,273.678 C 763.827,273.815 764.09,273.958 764.349,274.111 C 764.132,274.402 763.869,274.642 763.559,274.831 C 763.511,273.812 762.3,273.772 761.549,273.751 C 763.075,274.211 762.008,274.741 761.126,275.032 C 760.23,275.329 759.889,277.015 758.451,276.054 C 758.493,277.659 757.085,276.886 756.147,276.774 C 756.009,277.35 756.29,277.711 756.867,277.783 C 756.384,279.473 749.717,279.392 750.819,281.742 C 750.274,281.937 749.045,281.193 749.39,282.21 C 749.427,282.319 748.063,283.627 747.784,283.703 C 745.688,284.272 743.132,288.615 740.81,287.791 C 741.133,288.322 740.941,288.442 740.234,288.152 C 741.227,289.157 736.163,293.59 735.524,294.228 C 734.68,295.072 734.625,296.892 733.548,297.478 C 732.836,297.866 732.326,298.47 731.868,299.123 C 731.555,299.571 730.673,299.433 730.225,299.598 C 730.691,299.711 731.146,299.856 731.593,300.031 C 731.328,300.587 730.944,301.042 730.442,301.398 C 731.639,300.142 731.897,302.775 733.034,302.046 C 731.992,303.651 730.55,305.01 729.146,306.294 C 730.863,305.036 731.958,302.104 734.257,301.79 C 735.173,301.665 736.478,301.549 737.311,302.036 C 738.242,302.581 740.035,301.442 739.044,303.203 C 737.738,305.523 737.205,308.937 736.64,311.527 C 736.028,314.329 733.52,316.113 730.874,316.805 C 732.666,316.928 734.114,315.457 735.914,315.581 C 735.189,316.003 734.43,316.387 733.61,316.589 C 736.699,316.239 739.549,314.851 742.605,314.335 C 746.288,313.714 748.331,315.659 751.641,316.541 C 752.663,316.813 753.721,316.907 754.744,317.173 C 755.91,317.476 756.045,318.201 756.834,319.001 C 758.147,320.33 760.743,322.075 759.098,324.151 C 760.314,323.368 764.441,325.524 765.774,325.945 C 766.899,326.3 768.376,326.424 769.165,327.404 C 769.777,328.165 770.089,329.162 771.189,329.334 C 770.476,330.755 768.721,331.181 767.809,332.43 C 768.845,331.813 769.716,330.915 770.809,330.396 C 772.128,329.77 773.131,330.443 774.454,330.359 C 775.438,330.296 777.023,330.25 777.942,330.012 C 779.536,329.599 779.289,330.431 780.629,330.773 C 779.93,329.417 781.325,330.32 781.978,330.447 C 782.807,330.608 784.166,330.232 784.869,330.702 C 784.648,330.961 784.409,331.201 784.149,331.422 C 784.631,331.041 786.11,330.8 786.707,330.953 C 787.385,331.127 787.756,331.919 788.549,331.565 C 787.734,332.361 787.605,333.63 786.809,334.504 C 785.676,335.748 784.077,336.835 783.312,338.362 C 782.624,339.737 783.751,341.066 782.63,342.48 C 781.757,343.58 781.432,344.829 780.671,345.967 C 779.894,347.13 778.679,347.906 777.89,349.06 C 778.472,349.921 778.823,350.453 779.326,351.409 C 779.718,352.154 780.733,353.868 779.563,354.445 C 778.735,354.853 777.696,354.724 777.03,355.469 C 778.704,354.909 779.199,355.089 780.376,356.17 C 781.47,357.176 782.738,357.534 783.142,359.191 C 784.014,362.772 779.976,363.63 777.53,365.118 C 779.479,365.284 781.058,362.993 782.945,362.733 C 785.375,362.398 787.456,365.459 787.32,367.637 C 787.986,365.826 785.946,364.835 787.188,363.112 C 788.094,361.853 789.887,359.832 791.64,360.078 C 790.597,361.17 792.453,360.614 792.387,361.953 C 792.364,362.427 791.873,363.772 792.43,363.966 C 791.993,362.99 793.927,361.281 794.81,361.302 C 793.626,361.245 794.757,360.218 793.87,359.359 C 794.143,359.147 795.6,358.566 795.453,358.071 C 795.287,357.51 795.707,357.579 796.172,357.379 C 797.443,356.831 798.306,355.162 799.709,354.967 C 798.824,354.718 799.745,354.373 800.013,353.672 C 800.222,353.123 800.219,352.406 799.419,352.519 C 799.875,351.97 799.736,351.243 799.489,350.647 C 800.086,350.741 800.585,350.413 800.789,349.855 C 800.119,349.79 799.79,349.417 800.499,348.991 C 800.26,348.87 800.02,348.75 799.779,348.632 C 800.309,347.823 801.578,346.401 801.272,345.392 C 801.057,344.683 803.759,343.527 801.789,343.88 C 802.364,343.555 803.102,343.077 801.869,342.944 C 802.671,342.876 802.929,341.749 803.809,342.08 C 802.648,341.875 803.33,340.775 804.029,340.496 C 803.363,340.133 802.914,339.734 804.099,339.487 C 803.59,339.31 803.086,339.118 802.589,338.911 C 803.738,338.615 802.393,338.176 802.887,337.098 C 803.176,336.467 803.641,335.64 802.659,335.384 C 803.778,333.943 806.021,334.043 807.63,333.677 C 809.999,333.139 812.682,332.114 814.945,331.205 C 819.68,329.305 824.592,326.835 828.535,323.542 C 832.07,320.59 835.152,315.933 835.329,311.201 C 835.394,309.475 834.951,307.169 833.404,306.09 C 832.761,305.642 831.93,305.439 831.551,304.682 C 831.272,304.123 830.369,303.052 829.658,303.127 C 830.886,301.674 830.336,301.046 832.289,300.375 C 834.511,299.611 835.92,297.446 838.368,296.935 C 836.635,296.872 839.68,295.298 839.598,294.415 C 840.089,294.551 840.569,294.719 841.038,294.919 C 840.943,293.997 841.777,293.85 842.484,293.785 C 843.241,293.716 843.618,292.32 844.348,292.039 C 843.902,291.64 843.398,291.543 842.838,291.751 C 843.296,291.443 843.607,291.028 843.772,290.508 C 843.906,289.937 843.157,289.162 843.392,288.779 C 843.784,288.143 844.946,288.071 845.568,287.791 C 845.067,287.719 844.586,287.575 844.128,287.359 C 844.59,286.539 845.535,286.277 846.218,285.703 C 845.799,285.725 842.856,286.31 844.558,285.558 C 844.072,285.592 843.592,285.663 843.118,285.774 C 843.897,283.884 846.527,283.952 847.631,282.425 C 848.186,281.657 849.803,279.537 850.678,279.943 C 849.157,279.292 848.517,277.712 849.254,276.29 C 850.213,274.44 851.217,273.878 853.093,273.175 C 855.18,272.393 856.473,271.548 858.791,272.163 C 860.991,272.747 863.105,274.072 865.437,274.039 C 864.93,274.469 864.243,274.622 863.787,275.119 C 866.246,274.048 868.564,273.538 870.697,275.551 C 869.689,274.361 874.778,273.706 875.586,273.401 C 877.39,272.717 878.007,273.132 879.702,273.749 C 880.782,274.141 880.932,276.088 882.437,275.407 C 882.556,276.486 881.112,277.22 880.347,277.639 C 881.994,277.092 882.256,277.246 884.017,277.423 C 883.822,277.661 883.628,277.901 883.437,278.143 C 884.814,278.196 883.673,279.838 882.577,279.368 C 883.877,279.942 885.885,277.588 886.537,279.727 C 885.651,280.028 884.748,280.226 883.947,280.735 C 884.434,280.919 884.938,280.991 885.457,280.952 C 885,281.291 884.497,281.387 883.947,281.239 C 883.996,281.977 884.447,283.142 885.387,282.464 C 885.387,283.618 886.095,282.928 887.105,283.083 C 887.885,283.203 888.707,283.422 889.405,283.8 C 889.661,283.939 894.259,283.416 891.717,285.128 C 893.034,285.83 894.387,285.152 895.07,284.227 C 895.942,283.045 896.581,284.519 896.203,285.273 C 895.805,286.066 894.81,286.052 894.103,286.374 C 891.75,287.443 892.371,292.062 889.638,291.752 C 890.117,292.244 886.962,292.031 886.248,292.04 C 885.001,292.056 883.756,291.359 882.508,291.607 C 884.095,291.892 885.3,292.22 886.933,292.21 C 887.422,292.207 889.835,292.1 889.967,292.831 C 890.039,293.228 889.429,295.132 889.142,295.314 C 888.822,295.517 887.993,295.643 887.905,296.106 C 887.803,296.639 887.904,296.993 887.259,297.224 C 888.009,297.469 889.914,296.792 889.639,298.232 C 888.866,297.959 888.094,298.271 887.479,298.736 C 889.139,299.129 886.071,301.239 885.389,301.688 C 885.219,300.971 885.849,300.078 884.809,299.816 C 885.03,301.535 882.811,301.872 881.569,301.76 C 882.285,301.854 882.902,302.606 883.659,302.336 C 883.442,302.576 883.225,302.815 883.009,303.056 C 885.173,302.891 886.708,300.893 888.909,300.824 C 891.486,300.742 892.679,300.534 892.404,303.345 C 891.922,308.283 885.454,307.806 882.289,309.897 C 884.126,309.162 886.054,308.711 887.952,308.167 C 889.859,307.621 890.785,306.628 892.049,305.169 C 892.477,304.675 894.934,302.369 894.491,304.475 C 894.226,305.732 892.623,306.374 891.72,307.089 C 893.213,306.847 894.149,305.442 895.111,304.425 C 895.687,306.092 893.772,307.298 893.241,308.673 C 894.692,306.969 895.836,306.131 897.911,305.323 C 898.869,304.949 899.775,304.426 900.772,304.156 C 901.59,303.935 902.247,304.28 902.869,303.624 C 903.469,302.989 904.334,301.245 905.391,301.365 C 908.163,301.68 905.755,304.473 905.261,305.432 C 906.094,305.109 907.398,303.859 907.641,302.984 C 907.817,302.349 906.652,302.204 907.351,301.472 C 907.723,301.082 908.676,301.409 909.151,301.256 C 907.184,301.064 910.131,299.84 910.55,299.82 C 911.199,299.789 912.123,299.548 912.751,299.743 C 912.043,299.218 910.255,299.356 911.241,298.015 C 911.875,298.698 912.872,298.232 912.671,297.295 C 913.593,298.005 913.819,296.738 913.391,296.143 C 914.332,296.424 915.238,296.389 916.061,297.007 C 915.858,296.129 914.186,295.835 914.419,294.827 C 914.868,292.881 916.863,293.926 918.071,293.983 C 916.067,293.686 918.433,292.069 919.054,291.596 C 920.116,290.787 921.639,288.411 923.191,289.663 C 922.666,289.742 922.159,289.886 921.67,290.095 C 922.125,289.926 924.296,289.84 922.47,290.671 C 924.337,290.299 920.765,291.859 920.16,292.039 C 921.097,291.998 922.022,291.695 922.9,291.391 C 922.246,291.807 922.087,292.24 921.67,292.831 C 922.59,292.775 923.237,291.959 924.191,292.039 C 923.463,292.138 922.092,294.862 923.621,294.631 C 923.415,294.881 923.199,295.121 922.971,295.351 C 923.854,294.82 923.951,294.988 923.261,295.855 C 923.765,295.453 924.268,295.453 924.771,295.855 C 924.27,296.683 923.381,296.632 922.541,296.719 C 923.217,296.815 923.812,297.081 923.481,297.871 C 923.902,297.463 924.405,297.247 924.991,297.223 C 924.99,297.799 924.629,298.233 924.051,298.303 C 924.612,298.306 925.115,298.138 925.561,297.799 C 924.39,299.418 923.068,299.361 921.241,299.455 C 921.241,299.728 921.291,299.993 921.391,300.247 C 922.504,299.142 925.018,299.386 926.431,299.527 C 925.843,299.707 925.336,300.019 924.911,300.463 C 926.585,299.588 925.107,301.151 924.411,301.183 C 925.041,301.355 925.598,300.859 926.199,301.042 C 927.173,301.34 926.361,301.871 926.335,302.492 C 926.279,303.856 922.742,303.964 921.821,304.207 C 923.505,304.036 921.676,305.058 921.171,305.143 C 921.539,305.161 925.636,303.685 923.481,304.927 C 924.548,304.256 925.927,304.147 927.151,304.063 C 926.483,304.937 926.465,306.067 925.061,305.864 C 926.902,306.093 924.263,306.841 923.825,306.957 C 922.886,307.206 921.88,307.397 921.101,308.023 C 922.011,308.323 923.137,307.492 923.864,307.056 C 924.65,306.584 925.976,306.699 926.861,306.657 C 926.671,306.899 926.478,307.139 926.281,307.376 C 926.945,306.915 927.235,307.083 927.151,307.88 C 926.379,308.04 925.57,308.047 924.84,308.384 C 925.514,308.273 926.79,307.944 926,309.104 C 926.464,308.162 927.343,308.698 928.08,308.24 C 928.33,308.789 927.877,309.164 927.711,309.627 C 927.529,310.132 928.4,310.389 928.06,310.953 C 927.675,311.592 924.85,312.522 924.191,312.129 C 924.626,312.616 929.339,312.898 926.501,314.072 C 927.152,314.712 928.231,314.171 928.783,314.92 C 928.941,315.135 929.654,316.623 928.816,316.393 C 927.724,316.093 925.142,317.589 924.631,318.537 C 924.857,318.349 925.097,318.181 925.351,318.033 C 926.186,319.739 922.316,318.372 921.751,318.104 C 922.322,317.346 923.188,317.653 923.981,317.529 C 922.977,317.425 921.968,317.491 920.961,317.457 C 921.479,318.438 922.754,318.88 923.761,319.113 C 923.213,319.171 922.663,319.195 922.112,319.184 C 923.086,319.383 924.102,319.256 925.062,319.544 C 924.466,320.653 923.013,319.884 922.112,320.48 C 922.361,320.651 925.756,321.875 923.551,321.705 C 925.627,322.077 922.288,321.779 922.041,321.776 C 922.959,322.797 924.81,322.71 926.001,322.352 C 925.702,322.729 924.008,324.459 925.781,323.648 C 923.863,324.115 926.006,324.52 926.501,324.44 C 926.252,324.646 926.012,324.862 925.781,325.088 C 926.134,325.373 927.236,325.406 927.687,325.354 C 928.278,325.285 927.901,326.275 927.22,326.239 C 927.923,326.423 928.622,326.112 929.09,325.592 C 929.101,326.194 928.885,326.697 928.441,327.104 C 929.152,326.775 929.606,325.658 930.531,325.88 C 930.498,326.307 929.504,326.827 929.578,327.093 C 929.792,327.864 929.593,328.587 928.801,328.904 C 929.268,328.602 929.771,328.386 930.311,328.257 C 930.177,329.605 927.951,329.85 927.221,330.777 C 927.701,330.525 928.205,330.333 928.731,330.202 C 927.723,330.866 926.46,331.373 925.711,332.362 C 926.886,331.564 928.758,329.915 930.311,330.345 C 929.899,331.219 928.911,331.463 928.301,332.145 C 929.73,331.394 931.129,330.581 932.481,329.698 C 932.818,330.606 931.898,331.145 931.111,330.993 C 931.848,331.77 933.411,331.143 934.061,330.561 C 934.442,331.599 933.142,332.009 932.435,332.292 C 931.378,332.715 930.765,333.757 929.742,334.233 C 931.95,334.572 933.82,330.464 936.152,330.633 C 935.653,331.394 934.888,331.935 934.062,332.289 C 935.123,332.208 935.938,331.395 937.012,331.352 C 936.151,332.172 937.604,332.928 936.153,333.081 C 936.894,332.803 938.437,333.91 939.303,333.971 C 939.949,334.016 942.27,334.25 942.766,334.653 C 943.555,335.293 944.823,334.866 945.513,335.674 C 945.066,336.852 943.814,336.335 942.913,336.754 C 943.391,336.691 943.871,336.667 944.353,336.682 C 943.21,337.506 941.918,337.235 940.613,337.402 C 939.466,337.549 938.744,338.354 937.65,338.544 C 934.911,339.018 932.235,340.518 929.382,340.066 C 929.503,341.386 936.633,338.999 937.522,338.77 C 935.314,340.479 930.501,342.168 927.698,342.006 C 925.735,341.892 925.238,343.689 923.709,344.075 C 923.256,344.189 920.434,342.406 920.163,341.937 C 919.35,343.176 920.734,343.029 921.626,343.295 C 922.541,343.567 923.677,344.023 923.982,345.033 C 923.453,345.008 920.507,346.006 922.542,346.184 C 922.045,346.332 921.542,346.453 921.032,346.544 C 922.265,346.941 924.579,345.876 925.352,344.917 C 925.981,344.136 927.172,344.414 928.011,344.096 C 928.819,343.789 929.518,343.023 930.449,343.107 C 931.498,343.202 933.112,341.395 934.245,340.998 C 935.261,340.642 936.317,340.291 937.371,340.064 C 938.334,339.857 939.404,340.138 940.321,339.705 C 939.348,339.343 938.368,339.557 937.371,339.633 C 937.513,337.94 940.362,338.818 941.331,338.985 C 941.993,339.099 942.781,338.82 943.405,339.14 C 944.164,339.529 943.677,341.362 944.571,342.009 C 943.386,342.737 942.002,343.057 940.831,343.809 C 941.556,343.788 942.495,343.644 941.911,344.673 C 943.108,344.754 943.773,343.453 944.675,342.913 C 945.663,342.321 946.901,343.303 947.811,342.441 C 947.576,343.019 947.046,343.31 946.441,343.089 C 947.335,343.806 949.007,344.098 950.121,343.953 C 948.57,344.058 950.28,344.618 949.831,345.608 C 950.941,345.253 951.24,346.572 950.841,347.337 C 950.234,348.5 948.937,348.449 947.811,348.488 C 950,349.393 949.583,350.552 947.311,350.432 C 947.447,351.316 948.307,351.436 949.041,351.369 C 948.863,352.552 947.858,351.808 947.161,351.658 C 947.414,352.873 945.234,352.216 944.141,352.161 C 945.092,352.416 949.185,352.397 948.821,354.104 C 947.859,353.677 946.765,353.853 945.791,353.457 C 946.524,353.888 947.239,354.36 948.031,354.681 C 947.607,355.108 947.533,355.588 947.811,356.121 C 947.104,356.199 946.475,356.692 945.932,357.104 C 944.601,358.113 943.147,358.701 941.634,359.382 C 940.194,360.029 939.001,361.16 937.478,361.638 C 936.038,362.091 934.844,361.149 933.401,361.471 C 931.988,361.787 930.743,362.59 929.339,362.93 C 928.113,363.228 926.498,362.424 925.422,363.247 C 925.131,363.47 925.849,363.81 925.357,364.079 C 924.722,364.426 923.964,364.953 923.276,365.182 C 922.124,365.566 922.777,365.253 922.311,366.394 C 922.061,367.007 921.402,367.817 921.532,366.487 C 920.146,367.656 918.165,368.025 917.032,369.512 C 916.689,369.963 916.013,369.946 915.522,370.053 C 914.569,370.261 914.236,371.258 913.327,371.617 C 912.581,371.912 911.9,371.812 911.137,371.709 C 910.158,371.577 909.274,372.009 908.294,371.977 C 905.767,371.892 903.768,372.645 901.302,372.895 C 901.784,372.704 902.241,372.463 902.672,372.175 C 902.272,372.336 901.86,372.455 901.435,372.53 C 900.916,372.534 900.891,371.802 900.281,371.771 C 898.734,371.69 897.234,371.335 895.69,371.245 C 894.089,371.151 892.765,371.248 891.271,371.763 C 889.684,372.311 888.21,370.846 886.555,371.294 C 883.824,372.036 880.461,370.894 877.677,371.148 C 875.867,371.313 874.211,371.232 872.514,371.923 C 871.961,372.149 869.281,370.912 870.123,372.606 C 867.597,371.332 863.908,376.214 862.622,377.824 C 861.665,379.019 860.513,379.366 859.028,379.5 C 858.081,379.586 853.895,379.883 854.863,381.247 C 854.316,381.184 853.813,381.304 853.353,381.606 C 853.785,381.3 853.881,380.917 853.643,380.455 C 853.508,381.94 850.528,382.926 849.414,383.424 C 847.111,384.453 845.811,386.575 843.785,387.968 C 843.194,388.374 841.947,389.495 841.132,389.352 C 840.815,389.297 839.67,388.499 839.243,388.302 C 837.58,387.533 835.305,386.118 833.403,386.79 C 833.934,386.74 834.437,386.836 834.913,387.078 C 834.739,387.353 834.549,387.617 834.343,387.87 C 835.381,387.274 836.856,387.403 837.897,387.921 C 838.493,388.218 839.055,388.354 839.703,388.482 C 840.34,388.608 840.525,389.384 841.183,389.525 C 839.386,392.181 836.954,394.011 834.062,395.171 C 832.749,395.698 831.491,397.498 830.287,398.34 C 828.854,399.341 827.334,400.208 825.843,401.117 C 828.447,400.176 831.156,399.488 833.497,397.951 C 835.833,396.417 838.246,394.56 840.305,392.672 C 844.195,389.106 849.877,386.52 854.714,384.478 C 856.974,383.524 859.34,383.388 861.621,382.585 C 863.955,381.765 866.164,380.866 868.602,380.379 C 870.858,379.928 873.219,379.659 875.51,379.999 C 876.812,380.192 881.634,381.661 880.713,383.764 C 880.299,383.612 879.876,383.496 879.443,383.417 C 877.744,383.304 880.122,383.757 878.983,383.98 C 879.441,384.051 879.777,384.291 879.993,384.701 C 880.2,385.535 879.275,386.65 878.554,386.897 C 876.027,387.762 873.932,388.955 871.54,390.151 C 869.773,391.036 868.519,389.356 866.847,389.168 C 866.001,389.073 864.811,389.544 863.842,389.513 C 862.517,389.471 861.535,390.372 860.263,390.534 C 861.102,390.832 861.699,390.271 862.493,390.174 C 863.332,390.071 863.83,390.4 864.588,390.675 C 866.672,391.434 867.038,391.408 867.103,393.702 C 868.204,393 869.556,392.505 870.81,392.171 C 871.352,392.026 871.97,391.877 872.533,391.983 C 873.522,392.17 872.649,393.283 873.943,392.694 C 871.36,394.418 870.331,397.096 867.172,398.237 C 868.202,398.555 868.973,398.182 869.99,398.202 C 871.355,398.229 870.058,399.267 869.982,399.534 C 869.611,400.83 870.821,404.029 869.332,404.645 C 870.793,404.295 869.243,405.288 870.964,405.462 C 872.265,405.593 873.595,405.764 874.802,406.301 C 874.182,406.944 873.318,406.997 872.502,407.165 C 873.813,408.497 874.597,408.349 876.148,408.613 C 876.937,408.747 877.336,409.434 878.216,409.469 C 879.308,409.512 880.439,409.189 881.433,409.829 C 880.947,409.922 880.587,410.185 880.353,410.621 C 882.291,410.711 884.757,409.892 886.253,408.677 C 886.567,409.261 886.686,410.052 887.192,410.518 C 887.865,411.138 888.268,410.157 888.893,410.196 C 890.108,410.273 890.601,412.476 888.913,412.421 C 889.492,413.342 890.378,412.803 891.223,413.068 C 890.877,414.44 888.48,414.399 887.412,414.513 C 885.533,414.714 883.221,415.661 881.54,416.502 C 879.899,417.324 877.803,418.321 875.936,418.372 C 874.799,418.403 872.411,420.1 871.643,418.468 C 872.572,421.849 868.161,419.974 869.693,418.613 C 869.304,418.741 868.085,419.044 868.138,419.656 C 868.181,420.16 868.309,420.344 867.603,420.412 C 867.783,418.567 865.914,421 865.803,421.924 C 865.54,421.827 865.277,421.731 865.013,421.636 C 865.01,422.881 862.044,424.161 861.111,424.928 C 860.507,425.425 858.25,428.367 857.813,426.316 C 857.679,426.585 857.536,426.849 857.383,427.108 C 857.14,426.969 856.901,426.825 856.663,426.676 C 856.696,428.018 855.413,427.869 855.153,428.98 C 855.046,427.983 854.234,428.584 853.609,428.334 C 853.302,428.212 853.299,426.448 853.132,426.1 C 852.799,426.493 852.415,426.829 851.982,427.108 C 849.923,424.488 854.208,420.907 855.942,419.621 C 854.719,419.392 853.852,420.598 852.912,421.133 C 853.923,419.995 855.35,419.437 856.592,418.613 C 856.881,419.944 858.121,418.473 858.962,418.108 C 858.482,418.253 858.002,418.396 857.522,418.541 C 860.03,415.377 864.69,415.501 867.962,413.572 C 868.18,414.116 868.11,414.62 867.752,415.085 C 868.955,414.182 868.637,415.949 869.192,415.949 C 868.447,412.764 873.838,413.841 875.381,412.852 C 873.685,412.457 871.94,412.739 870.223,412.594 C 868.893,412.482 867.092,412.122 865.988,413.116 C 865.427,413.621 864.817,413.136 865.079,412.463 C 865.244,412.04 866.023,411.774 866.378,411.588 C 867.879,410.8 869.066,409.524 870.631,408.819 C 870.068,408.802 869.588,408.994 869.192,409.395 C 868.891,408.674 868.577,407.945 868.471,407.164 C 868.335,409.006 868.145,409.241 866.638,410.596 C 865.81,411.341 863.718,411.444 862.639,411.987 C 861.416,412.602 857.92,415.061 856.661,413.501 C 857.126,413.072 857.486,412.567 857.741,411.988 C 857.194,412.419 856.62,412.865 855.941,413.068 C 856.495,413.627 856.447,414.006 855.682,414.104 C 855.067,414.183 854.11,415.137 853.642,414.867 C 852.744,414.349 851.929,415.672 850.97,415.445 C 850.088,415.237 850.343,414.037 849.17,414.797 C 849.294,413.53 848.347,414.17 847.59,414.654 C 846.68242,413.7621 847.34715,412.40504 847.876,411.647 C 848.47405,410.78977 847.86,410.915 847.05,410.393 C 845.436,409.354 847.808,406.102 848.304,404.787 C 849.242,402.302 851.97229,398.32764 849.092,396.402 C 847.6749,395.45458 844.38572,398.15781 843.339,397.006 C 842.8224,396.43754 843.20494,395.719 842.882,395.168 C 842.44665,394.42521 839.92973,396.94631 839.561,397.262 C 838.31381,398.32978 837.17001,399.15699 836.063,400.162 C 834.82466,401.28624 834.20713,402.89401 833.056,404.003 C 832.149,404.8768 831.087,405.20405 830.544,406.402 C 829.71029,408.24132 829.11,409.103 827.351,410.154 C 826.233,410.822 825.996,411.39 825.327,412.377 C 825.042,412.797 824.535,412.136 824.477,412.877 C 824.458,413.108 823.717,413.568 823.541,413.644 C 823.423,413.403 823.303,413.163 823.181,412.924 C 821.965,413.642 820.515,413.167 819.731,414.445 C 818.717,416.095 819.63825,415.98145 817.85125,415.98145 L 796.57579,415.83528 C 794.47079,416.30528 790.674,418.03 788.871,419.163 C 787.079,420.288 785.218,420.933 783.306,421.802 C 782.403,422.213 781.43,422.268 780.481,422.501 C 779.486,422.745 778.618,423.593 777.531,423.437 C 779.408,422.599 776.888,422.743 776.407,422.821 C 775.513,422.967 774.655,423.251 773.79,423.509 C 774.329,423.399 777.642,422.665 777.17,424.013 C 777.677,423.88 778.18,423.737 778.68,423.581 C 778.217,423.934 776.129,425.007 777.96,425.02 C 777.168,425.129 776.402,425.377 775.66,425.668 C 776.159,424.55 772.404,424.188 771.666,424.327 C 768.736,424.882 765.743,425.007 762.854,425.796 C 760.602,426.412 758.367,427.817 756.714,429.454 C 754.081,432.062 759.253,430.809 760.468,430.636 C 760.259,431.724 759.024,432.774 760.248,433.732 C 758.493,434.558 756.478,433.904 754.633,434.165 C 752.482,434.469 750.464,434.9 748.801,436.396 C 749.545,436.647 750.331,436.688 751.106,436.756 C 747.57,437.314 743.815,434.817 740.476,436.879 C 739.217,437.656 738.049,439.157 736.49,439.312 C 734.725,439.486 732.841,440.559 731.739,441.94 C 731.078,440.692 729.846,441.895 728.859,441.435 C 727.373,440.743 728.814,438.777 729.925,438.645 C 731.629,438.443 735.925,439.312 733.034,436.755 C 735.018,436.602 735.285,433.378 737.215,432.675 C 740.429,431.504 742.398,430.124 743.618,426.963 C 744.59,424.446 746.154,422.403 748.298,420.771 C 750.437,419.142 751.817,415.922 749.666,413.715 C 750.399,413.791 751.727,413.901 752.002,414.766 C 752.204,415.399 751.508,417.056 753.194,416.595 C 752.894,417.129 752.486,417.561 751.97,417.891 C 752.409,417.548 752.889,417.476 753.41,417.675 C 753.153,418.171 752.913,418.675 752.69,419.187 C 754.691,417.16 755.652,420.748 757.621,420.349 C 759.148,420.04 758.728,418.684 759.115,417.595 C 759.548,416.376 761.3,418.682 761.979,416.956 C 761.72,417.107 761.457,417.251 761.189,417.388 C 761.177,416.363 760.48,415.688 760.109,414.796 C 761.033,414.936 760.868,414.534 760.614,413.902 C 760.415,413.409 761.457,413.142 761.189,412.42 C 760.951,412.768 760.378,413.158 759.928,413.004 C 759.011,412.691 759.825,411.186 759.818,410.62 C 758.564,411.393 758.903,409.66 758.819,408.971 C 758.754,408.44 758.247,408.106 757.776,407.958 C 756.955,407.7 755.38,408.539 756.29,407.307 C 755.261,408.281 753.774,407.172 752.618,407.811 C 753.027,407.653 754.58,406.814 752.834,407.164 C 753.092,406.94 753.356,406.725 753.626,406.516 C 753.082,406.671 752.578,406.911 752.114,407.236 C 753.196,406.078 750.659,406.181 749.782,405.97 C 748.14,405.574 746.576,405.941 744.924,405.941 C 743.554,405.941 742.088,405.716 740.852,405.098 C 739.802,404.572 738.484,405.006 737.498,404.285 C 739.582,402.656 736.029,403.206 735.194,402.988 C 735.444,402.158 736.384,401.875 736.633,401.045 C 735.275,402.251 736.508,400.021 737.713,400.253 C 737.824,399.545 736.576,399.347 736.144,399.118 C 735.31,398.678 737.075,397.492 737.386,397.098 C 738.345,395.888 737.781,395.61 736.927,394.598 C 735.942,393.432 738.251,391.786 738.794,390.82 C 736.875,390.52 733.773,392.136 732.186,390.513 C 731.187,389.492 732.017,387.519 732.145,386.325 C 732.415,383.822 731.093,384.461 729.388,384.188 C 728.699,384.079 728.324,383.747 727.58,383.856 C 727.163,383.918 726.037,384.224 725.687,383.85 C 725.142,383.267 722.752,382.293 721.921,382.151 C 720.071,381.836 720.796,383.482 720.321,384.375 C 719.869,385.224 718.939,385.516 718.069,385.674 C 717.268,385.82 716.861,386.601 716.114,386.862 C 716.388,385.929 717.416,385.476 718.173,385.022 C 719.335,384.325 719.069,383.098 717.698,383.981 C 715.964,385.099 715.352,387.384 713.162,387.87 C 713.961,387.352 714.379,386.444 715.178,385.926 C 711.439,385.644 710.215,390.276 706.527,390.482 C 704.94,390.57 704,389.518 702.374,389.645 C 701.697,389.698 699.222,389.982 699.986,388.59 C 698.09,388.61 696.005,390.525 694.061,389.874 C 693.66,389.74 693.6076,389.363 693.7426,389.021 C 692.9486,388.956 692.551,388.38 691.932,387.976 C 691.127,387.45 690.872,387.624 690.422,388.281 C 689.966,388.946 689.407,387.62 689.905,387.077 C 689.269,387.037 688.962,386.652 689.329,386.068 C 688.191,385.813 687.148,385.073 685.949,385.09 C 684.354,385.114 683.123,386.532 681.409,385.996 C 682.127,384.461 677.096,385.146 676.917,383.955 C 676.758,382.897 677.62516,381.56362 677.834,380.542 C 678.10594,379.21174 676.6652,378.09046 676.05601,378.74218 L 675.72426,382.54419 L 490.39943,382.68606 C 489.84543,381.57906 488.707,382.103 487.945,382.107 C 488.219,381.566 488.687,381.129 489.241,380.883 C 488.983,380.996 488.719,381.092 488.449,381.171 C 488.288,379.559 490.809,379.91 491.761,378.867 C 488.799,380.91 489.532,377.899 491.401,376.491 C 490.32,377.152 488.972,377.319 488.083,378.252 C 487.296,379.077 485.956,378.6 485.549,377.565 C 485.097,376.416 487.285,375.686 486.361,377.859 C 487.035,376.819 488.333,376.903 489.241,376.203 C 488.885,376.378 487.948,376.908 487.579,376.448 C 486.843,375.528 488.033,375.049 488.166,374.183 C 488.268,373.519 491.27,372.508 489.313,371.954 C 490.171,372.779 489.059,373.293 488.366,373.482 C 487.658,373.674 487.483,374.591 487.368,375.194 C 487.497,373.632 486.805,374.957 486.168,375.271 C 485.522,375.589 484.778,375.718 484.067,375.588 C 483.618,375.506 482.453,374.009 483.111,373.871 C 483.715,373.744 485.465,371.877 485.257,371.274 C 484.972,370.449 487.852,370.046 488.304,369.865 C 487.366,369.992 486.33,369.97 485.515,370.52 C 485.062,370.826 483.098,371.682 484.127,370.224 C 482.686,371.679 483.624,370.136 483.984,369.861 C 484.424,369.526 484.974,369.389 485.462,369.146 C 486.073,368.842 488.565,366.299 488.304,365.905 C 487.872,366.265 487.261,366.442 486.911,366.899 C 486.372,367.605 486.413,368.134 485.551,368.634 C 484.843,369.044 484.202,369.553 483.494,369.962 C 482.613,370.471 481.746,369.717 480.816,369.865 C 481.304,369.158 481.732,368.218 482.688,368.064 C 481.512,367.928 480.495,369.395 479.664,370.008 C 479.633,368.994 477.347,369.507 476.424,369.576 C 476.977,368.817 477.891,368.792 478.728,368.639 C 478.215,368.516 477.375,368.985 477,368.423 C 479.419,368.242 483.547,367.876 484.344,364.895 C 482.409,367.318 480.496,367.553 477.648,368.135 C 478.037,367.819 479.725,367.322 479.016,366.551 C 478.629,366.131 477.213,366.681 476.784,366.839 C 477.079,365.676 478.539,366.151 479.376,366.047 C 478.594,366.004 477.405,366.23 478.08,365.039 C 476.765,366.69 474.77,366.415 472.896,365.975 C 475.717,366.708 468.74,366.172 471.771,364.703 C 471.882,364.649 473.476,364.958 473.586,364.955 C 475.056,364.926 476.536,364.791 477.864,364.103 C 476.172,364.485 472.568,365.423 470.995,364.419 C 469.312,363.346 475.614,362.702 475.848,362.591 C 474.602,362.84 473.352,362.462 472.104,362.663 C 473.706,361.366 475.595,359.786 477.782,359.892 C 478.952,359.949 481.742,360.594 482.039,358.846 C 480.947,361.075 477.927,358.716 476.279,359.783 C 476.513,359.269 476.96,358.866 477.503,358.703 C 475.393,359.046 474.936,361.19 472.967,361.583 C 472.775,360.253 473.861,358.859 474.778,358.025 C 475.306,357.546 476.09,357.777 476.61,357.31 C 477.226,356.756 477.831,356.131 478.656,355.894 C 476.798,356.901 480.177,355.515 480.76,355.153 C 481.302,354.816 481.901,354.492 482.555,354.46 C 483.53,354.411 483.243,355.859 483.408,356.688 C 484.262,355.487 482.841,354.351 485.208,353.952 C 484.815,353.879 483.395,354.38 483.166,354.12 C 482.855,353.766 483.126,352.832 483.522,352.634 C 484.769,352.012 487.047,351.697 486.936,349.847 C 485.61,353.271 479.742,353.583 477.072,355.32 C 477.048,354.439 478.277,353.21 479.016,352.872 C 478.233,353.214 477.873,354.126 477,354.311 C 477.087,352.926 478.609,352.999 479.448,352.295 C 477.711,352.834 476.178,354.768 474.264,354.671 C 475.016,353.955 476.253,352.869 477.133,352.309 C 478.311,351.559 479.077,350.302 480.312,349.631 C 479.587,349.871 477.848,351.133 477.648,349.631 C 477.492,348.455 480.104,348.159 479.016,346.895 C 477.864,348.047 478.789,345.523 479.232,345.024 C 479.385,344.852 479.314,344.141 479.678,344.163 C 480.198,344.195 480.789,345.447 480.959,345.815 C 481.705,344.989 482.895,344.996 483.911,345.024 C 483.526,345.511 483.502,346.015 483.839,346.536 C 485.627,343.94 481.523,345.614 480.999,344.653 C 480.129,343.059 483.234,341.432 484.487,341.927 C 482.864,341.582 484.349,341.347 484.487,340.488 C 483.969,340.932 480.875,343.038 481.751,341.496 C 481.338,342.28 480.251,342.559 479.517,342.908 C 478.159,343.553 477.288,344.839 476.063,345.672 C 475.278,344.488 474.535,341.817 475.318,340.493 C 476.03,339.29 477.34,339.055 477.359,340.777 C 477.212,338.406 479.547,339.159 481.031,338.545 C 480.089,338.767 476.534,339.478 475.775,338.833 C 476.065,338.453 476.376,338.094 476.711,337.753 C 474.967,337.931 477.172,335.854 477.791,335.377 C 478.131,336.213 477.902,337.129 478.223,337.969 C 478.351,337.13 479.011,336.729 479.663,336.313 C 478.771,336.982 477.737,335.448 478.573,335.068 C 479.704,334.554 480.188,335.717 481.247,335.45 C 479.411,335.326 480.688,334.207 481.48,333.614 C 482.92,332.533 484.334,333.059 485.783,332.282 C 485.04,332.399 484.293,332.231 483.551,332.354 C 484.441,330.99 487.869,328.436 489.599,328.753 C 488.485,328.917 488.807,327.69 489.239,327.169 C 488.505,327.945 487.918,328.855 487.12,329.572 C 485.977,330.601 484.45,331.141 483.263,332.136 C 483.206,331.125 484.175,330.919 484.847,330.48 C 485.859,329.818 486.356,329.048 486.901,327.98 C 488.101,325.626 490.305,325.489 491.111,323.424 C 490.846,323.455 489.5659,323.57615 489.564,323.003 C 489.56189,322.36921 488.88808,322.68384 488.789,321.866 C 488.67866,320.95524 485.212,319.177 484.271,319.319 C 484.53,318.199 484.54,316.55 485.783,316.007 C 484.646,315.62 485.30587,314.91387 485.81087,314.38787 C 486.47387,313.69687 486.526,312.746 486.61,311.857 C 486.725,310.645 486.88694,309.341 487.17794,308.159 C 487.29794,307.672 487.73855,305.12454 487.85075,304.87787 C 488.53835,303.36616 487.78599,302.26401 487.116,301.43525 C 486.59129,300.7862 487.14203,300.11952 487.49594,299.32906 C 487.9095,298.40537 486.19515,298.16527 486.273,297.298 C 486.38978,295.99706 488.95954,295.44291 486.84494,293.95306 C 486.22761,293.51812 485.12493,294.05327 484.52894,294.30206 C 482.66979,295.07813 481.85282,294.84059 480.898,295.039 C 479.95479,295.235 480.403,296.23225 479.149,296.32125 C 477.687,296.42525 477.13,297.613 475.919,298.223 C 474.843,298.765 473.448,298.97725 472.299,299.36925 C 470.799,299.88025 469.279,300.149 467.783,300.671 C 468.343,299.747 469.49787,298.62406 469.05787,297.41506 C 468.59987,296.15506 467.875,294.872 468.017,293.5 C 468.124,292.471 466.49975,292.30306 467.07775,291.37006 C 467.63975,290.46106 468.985,290.059 469.799,289.439 C 467.359,288.867 465.245,290.213 462.889,290.521" id="path4906"/>
<path d="M 565.632,223.632 C 565.867,222.972 567.902,223.326 568.441,223.2 C 566.969,223.691 566.807,221.937 568.013,221.704 C 568.735,221.565 569.017,222.68 569.809,222.479 C 569.412,222.409 568.702,222.041 568.991,221.498 C 569.496,220.549 569.991,221.652 570.536,221.28 C 571.169,220.846 571.211,220.916 571.938,221.264 C 572.805,221.679 573.032,220.713 573.687,220.304 C 574.792,219.614 576.272,220.094 577.488,220.066 C 578.833,220.035 580.195,217.711 581.69,218.735 C 580.737,218.881 580.644,219.144 581.409,219.522 C 581.997,219.737 582.654,219.299 583.201,219.168 C 581.787,220.691 570.714,222.285 572.617,225.576 C 571.092,225.031 573.258,222.683 570.711,223.939 C 569.651,224.462 569.136,223.349 568.163,223.615 C 567.405,223.823 566.275,224.448 565.632,223.632" id="path4922"/>
<path d="M 676.945,216.072 C 676.41,216.904 675.708,218.255 677.161,218.592 C 675.358,219.218 677.472,219.442 677.953,219.24 C 675.481,220.456 681.498,221.563 681.973,221.585 C 685.172,221.731 688.215,221.333 691.417,221.903 C 690.46,222.357 689.591,223.332 688.957,224.152 C 688.607,224.605 688.179,225.197 688.182,225.8 C 688.186,226.611 689.639,226.514 688.106,227.015 C 689.772,227.996 691.843,226.871 693.598,226.871 C 694.762,226.871 695.923,226.955 697.086,226.966 C 697.503,226.97 700.845,227.079 698.905,226.511 C 699.933,226.382 700.966,226.28 702.001,226.223 C 700.043,226.768 703.093,226.566 703.614,226.555 C 705.078,226.524 706.406,226.082 707.891,226.119 C 709.698,226.164 711.815,225.699 713.589,225.337 C 715.507,224.946 717.189,223.723 719.209,223.776 C 721.136,223.826 723.052,223.586 724.908,223.068 C 726.783,222.546 727.982,221.552 729.65,220.751 C 730.486,220.35 731.857,219.903 732.815,219.925 C 734.446,219.963 731.899,221.656 731.522,221.831 C 732.422,222.642 733.698,222.119 734.751,222.119 C 736.033,222.119 737.044,223.206 738.362,222.623 C 737.873,223.545 736.927,223.299 736.13,223.703 C 737.853,225.086 739.351,223.701 741.118,223.78 C 741.911,223.816 742.64,224.53 743.509,224.609 C 744.629,224.711 745.02,224.858 746.089,224.547 C 746.979,224.288 748.036,224.881 749.034,224.64 C 750.035,224.398 750.969,223.943 751.97,223.703 C 753.717,223.284 756.066,223.804 757.01,221.831 C 756.469,221.483 755.966,221.531 755.498,221.975 C 756.218,221.386 756.888,220.677 757.802,220.391 C 755.98,218.162 750.425,221.357 748.73,222.551 C 749.694,221.302 751.395,220.957 752.402,219.743 C 750.992,220.73 752.269,219.23 750.962,219.023 C 751.358,217.53 752.699,218.826 753.465,219.191 C 754.798,219.827 755.85,218.84 756.804,218.092 C 757.32,217.688 759.048,216.709 759.756,216.985 C 760.312,217.202 760.434,217.862 761.127,218.055 C 762.178,218.347 763.127,217.277 763.919,216.79 C 762.509,217.672 763.477,218.575 764.76,218.442 C 766.387,218.273 767.218,216.59 767.959,215.35 C 767.486,215.07 766.98,214.878 766.439,214.774 C 765.76,214.714 765.659,215.408 764.929,214.99 C 765.172,214.753 765.412,214.513 765.649,214.27 C 765.029,213.728 764.362,214.445 763.904,213.964 C 763.289,213.318 761.952,212.744 761.119,212.469 C 762.11,211.132 760.139,211.583 759.595,211.824 C 758.074,212.498 757.853,210.74 756.578,210.741 C 757.062,209.446 755.159,208.534 756.249,207.841 C 757.31,207.167 759.812,206.558 760.395,205.529 C 761.04,204.393 760.387,203.143 760.937,202.108 C 761.557,200.94 762.51,199.936 763.24,198.832 C 763.544,198.372 763.851,197.9 764.077,197.395 C 764.287,196.924 764.844,196.702 764.882,196.334 C 765.095,194.278 764.31,195.134 763.147,194.198 C 761.397,192.791 761.127,192.894 759.152,193.282 C 757.659,193.575 756.211,191.466 754.562,192.74 C 754.723,192.985 754.891,193.224 755.066,193.46 C 752.503,193.46 750.643,195.873 749.477,197.997 C 748.889,199.068 745.934,201.181 747.65,202.676 C 745.589,202.25 742.961,205.721 741.098,203.9 C 741.612,203.143 742.336,202.52 743.186,202.172 C 742.883,202.267 742.597,202.236 742.327,202.081 C 741.886,201.443 745.389,198.407 745.779,198.068 C 745.353,197.592 744.732,197.482 744.195,197.852 C 746.587,196.974 742.377,196.572 743.331,195.331 C 741.683,195.882 739.951,193.706 738.341,195.04 C 737.252,195.942 740.444,196.727 740.955,196.699 C 740.146,197.501 739.062,196.514 738.147,197.058 C 739.513,196.99 739.134,198.96 737.499,197.851 C 738.751,199.103 734.897,197.777 734.105,198.064 C 733.38,198.327 732.709,198.728 731.997,199.024 C 731.398,199.274 729.003,199.379 730.947,198.786 C 729.471,198.405 727.539,199.52 726.411,200.37 C 726.817,199.959 727.297,199.671 727.851,199.506 C 725.866,199.911 729.025,198.584 729.513,198.463 C 730.863,198.129 732.389,197.903 733.395,196.842 C 732.381,196.699 731.593,195.963 730.63,195.674 C 729.556,195.352 728.445,195.183 727.347,194.97 C 725.254,194.564 722.929,195.42 721.155,196.483 C 722.987,196.849 720.144,197.317 719.643,197.491 C 721.827,196.873 718.176,197.429 717.791,197.512 C 716.656,197.753 715.486,198.056 714.315,197.923 C 715.02,196.972 717.845,196.582 718.949,196.216 C 720.21,195.798 721.65,194.817 722.513,193.813 C 724.282,191.755 717.351,192.762 716.753,192.872 C 713.239,193.521 709.729,194.302 706.197,194.829 C 703.835,195.182 701.866,195.842 699.582,196.482 C 696.951,197.219 694.181,197.567 691.706,198.787 C 692.041,199.247 692.561,199.558 693.146,199.507 C 691.805,201.616 682.016,200.816 682.418,204.619 C 683.947,204.09 684.807,204.613 686.239,204.623 C 687.284,204.63 688.302,204.246 689.33,204.115 C 688.835,204.309 688.331,204.477 687.818,204.619 C 689.632,204.619 687.488,205.101 687.153,205.151 C 686.373,205.269 685.534,205.241 684.793,205.554 C 685.278,206.323 686.504,206.378 687.299,206.307 C 688.674,206.185 689.409,205.797 690.841,205.914 C 692.648,206.06 694.627,205.491 696.424,205.318 C 698.342,205.133 700.418,205.631 702.289,205.194 C 700.401,206.106 698.166,205.493 696.169,205.841 C 696.646,206.107 697.149,206.178 697.681,206.057 C 695.66,207.084 692.7,206.669 690.477,207.198 C 688.349,207.704 686.122,207.448 683.977,207.892 C 682.734,208.15 681.123,208.39 680.113,209.219 C 679.268,209.911 681.03,211.68 681.739,211.638 C 684.427,211.476 687.292,211.602 689.982,211.784 C 692.96,211.985 695.904,211.365 698.877,211.26 C 701.504,211.167 703.485,211.385 706.033,211.962 C 706.832,212.143 709.182,211.889 709.714,212.562 C 710.294,213.295 710.33,213.742 711.793,213.474 C 711.035,214.453 709.736,214.174 708.68,214.081 C 707.348,213.966 706.136,214.6 704.802,214.554 C 701.88,214.452 698.913,213.829 695.969,213.816 C 692.588,213.801 689.012,214.207 685.657,214.627 C 682.752,214.995 679.671,214.848 676.945,216.072" id="path4928"/>
<path d="M 696.097,228.6 C 695.644,228.26 694.864,228.8 694.585,229.105 C 695.047,228.812 695.551,228.643 696.097,228.6" id="path4950"/>
<path d="M 697.393,231.12 C 696.631,231.256 695.868,231.532 695.161,231.84 C 695.932,231.685 696.728,231.585 697.393,231.12" id="path4952"/>
<path d="M 700.993,230.399 C 700.717,230.425 700.452,230.497 700.201,230.616 C 700.465,230.544 700.729,230.472 700.993,230.399" id="path4954"/>
<path d="M 702,227.16 C 702.024,226.992 702.048,226.824 702.072,226.656 C 701.5,226.714 700.996,226.929 700.56,227.303 C 701.041,227.256 701.521,227.208 702,227.16" id="path4956"/>
<path d="M 703.008,230.112 C 703.38,230.051 703.716,229.907 704.016,229.679 C 703.179,229.93 702.305,230.056 701.496,230.399 C 702.017,230.391 702.521,230.295 703.008,230.112" id="path4958"/>
<path d="M 706.537,228.96 C 705.819,229.029 704.993,229.31 704.377,229.68 C 705.146,229.588 705.791,229.132 706.537,228.96" id="path4966"/>
<path d="M 706.105,232.344 C 705.861,232.296 705.621,232.32 705.384,232.416 C 705.625,232.392 705.865,232.368 706.105,232.344" id="path4968"/>
<path d="M 705.817,237.96 C 705.673,238.2 705.528,238.439 705.384,238.68 C 706.185,238.761 706.329,238.521 705.817,237.96" id="path4970"/>
<path d="M 706.249,230.04 C 705.969,230.21 705.705,230.401 705.457,230.616 C 706.221,231.023 706.484,230.831 706.249,230.04" id="path4972"/>
<path d="M 707.329,238.248 C 706.753,238.239 706.176,238.807 705.817,239.184 C 706.389,238.981 706.893,238.67 707.329,238.248" id="path4974"/>
<path d="M 708.121,230.903 C 707.707,230.955 707.347,231.123 707.041,231.408 C 707.584,231.756 708.013,231.515 708.121,230.903" id="path4976"/>
<path d="M 708.553,234.144 C 708.239,234.173 707.974,234.317 707.761,234.577 C 708.025,234.432 708.289,234.288 708.553,234.144" id="path4978"/>
<path d="M 709.345,233.928 C 709.02,234.278 708.636,234.541 708.193,234.72 C 708.778,234.828 709.234,234.51 709.345,233.928" id="path4980"/>
<path d="M 710.353,234.72 C 709.816,234.398 709.089,235.163 708.841,235.512 C 709.453,235.455 709.957,235.191 710.353,234.72" id="path4984"/>
<path d="M 711.145,233.353 C 710.223,232.899 709.779,234.229 709.201,234.648 C 709.787,234.042 710.881,234.308 711.145,233.353" id="path4986"/>
<path d="M 710.929,231.479 C 710.532,231.043 709.753,231.337 709.345,231.551 C 709.871,231.485 710.399,231.461 710.929,231.479" id="path4988"/>
<path d="M 713.017,231.12 C 712.55,230.724 711.801,231.326 711.505,231.624 C 712.098,231.725 712.602,231.557 713.017,231.12" id="path4992"/>
<path d="M 710.065,236.664 C 710.327,236.855 710.567,237.071 710.785,237.311 C 710.242,237.661 709.813,237.418 709.705,236.807 C 709.825,236.76 709.945,236.712 710.065,236.664" id="path5370"/>
<path d="M 922.828,294.192 C 923.162,293.707 923.616,293.394 924.188,293.255 C 924.692,294.23 923.444,294.351 922.828,294.192" id="path5388"/>
<path d="M 936.717,262.08 C 937.311,262.276 937.519,261.869 937.958,261.617 C 938.683,261.2 939.398,262.118 938.157,262.512 C 938.407,262.77 938.674,263.01 938.957,263.232 C 938.1,263.098 937.413,262.548 936.717,262.08" id="path5392"/>
<path d="M 925.558,320.976 C 925.055,320.924 924.552,320.876 924.048,320.832 C 924.633,321.473 925.651,321.928 926.278,321.048 C 926.038,321.023 925.798,321 925.558,320.976" id="path5562"/>
<path d="M 926.138,319.68 C 925.875,319.848 925.611,320.016 925.348,320.184 C 926.031,320.753 926.858,320.492 927.648,320.617 C 927.304,320.107 926.759,319.735 926.138,319.68" id="path5564"/>
<path d="M 928.797,316.8 C 927.984,316.087 926.894,317.075 926.666,317.87 C 925.991,320.216 929.389,318.141 927.358,317.736 C 927.949,317.653 928.468,317.289 928.797,316.8" id="path5566"/>
<path d="M 927.578,322.776 C 927.027,322.957 926.641,323.423 926.568,324 C 927.393,324.37 928.507,323.554 927.578,322.776" id="path5568"/>
<path d="M 927.358,312.408 C 927.894,312.312 928.327,312.049 928.658,311.616 C 928.056,311.401 926.898,311.42 927.358,312.408" id="path5570"/>
<path d="M 929.308,309.096 C 928.704,308.745 928.118,309.053 927.788,309.6 C 928.38,309.863 928.953,309.591 929.308,309.096" id="path5572"/>
<path d="M 928.078,312.552 C 928.165,312.773 928.359,312.773 928.658,312.552 C 928.464,312.552 928.271,312.552 928.078,312.552" id="path5574"/>
<path d="M 928.148,312.479 C 928.615,312.372 929.024,312.156 929.377,311.832 C 928.856,311.837 928.446,312.053 928.148,312.479" id="path5576"/>
<path d="M 930.308,309.888 C 930.318,308.794 929.084,309.668 928.798,310.033 C 929.34,310.388 929.843,310.339 930.308,309.888" id="path5578"/>
<path d="M 875.877,405.216 C 875.876,404.728 875.61,404.528 875.957,404.064 C 873.781,403.726 873.889,403.969 874.517,402.048 C 873.758,402.402 872.959,402.141 872.277,401.76 C 873.053,400.164 874.982,399.424 876.387,398.52 C 876.024,399.218 875.678,399.933 875.269,400.605 C 874.752,401.454 876.719,402.508 874.947,403.344 C 875.961,403.793 876.495,402.59 877.395,402.724 C 877.497,402.739 878.994,403.27 879.094,403.35 C 881.216,405.05 885.69,403.017 888.267,403.56 C 887.555,404.052 886.711,404.424 885.829,404.424 C 884.784,404.424 883.979,405.553 883.077,405.937 C 884.969,405.937 882.953,407.594 882.217,407.737 C 881.109,407.951 880.939,406.669 880.057,406.873 C 880.493,406.782 880.942,406.428 880.739,405.93 C 880.398,405.092 879.506,405.848 880.488,404.858 C 878.782,406.119 877.888,406.4 875.877,405.216" id="path5604"/>
<path d="M 889.848,410.832 C 887.777,407.7 892.093,405.685 893.87,403.863 C 895.196,402.504 896.849,401.214 898.087,399.829 C 900.04,397.645 899.015,400.243 900.648,400.464 C 899.773,402.479 898.185,404.152 896.688,405.72 C 897.024,405.219 897.595,404.941 898.198,405.073 C 897.379,405.525 896.799,406.339 895.898,406.657 C 894.823,407.037 893.848,407.279 892.948,408.025 C 893.588,407.606 894.32,406.892 895.178,407.161 C 894.511,408.264 892.098,408.443 892.148,409.969 C 892.943,409.463 893.71,409.18 893.598,410.329 C 894.443,410.107 896.215,408.343 896.908,407.737 C 896.215,408.014 895.426,408.603 894.748,407.881 C 896.041,407.044 897.424,406.358 898.708,405.505 C 897.908,405.65 897.348,406.296 896.548,406.442 C 897.164,405.95 900.256,403.858 899.428,406.082 C 900.066,404.516 900.809,406.362 901.798,406.082 C 901.589,406.653 901.174,407.145 900.649,407.45 C 900.881,407.652 901.121,407.844 901.369,408.026 C 899.48,407.893 898.585,409.673 897.009,410.316 C 896.189,410.65 895.009,410.942 894.117,410.912 C 892.808,410.866 891.111,411.085 889.848,410.832" id="path5610"/>
<path d="M 890.858,396.36 C 891.395,394.838 894.26,393.578 895.757,393.551 C 895.215,394.264 894.477,393.896 893.781,394.249 C 893.145,394.572 892.612,395.051 892.007,395.423 C 892.562,395.165 893.066,394.829 893.517,394.415 C 892.897,395.343 891.733,395.563 890.997,396.359 C 891.254,396.537 891.518,396.705 891.787,396.863 C 891.302,397.06 890.798,397.133 890.277,397.079 C 890.471,396.84 890.665,396.601 890.858,396.36" id="path5612"/>
<path d="M 892.728,411.264 C 892.245,411.954 891.768,412.053 891.508,411.193 C 891.927,411.015 892.333,411.038 892.728,411.264" id="path5614"/>
<path d="M 894.167,425.304 C 893.927,425.208 893.687,425.112 893.447,425.016 C 894.197,425.144 894.965,425.064 895.677,424.8 C 895.24,425.164 894.736,425.332 894.167,425.304" id="path5618"/>
<path d="M 944.717,393.552 C 944.181,394.279 943.786,395.149 942.988,395.64 C 943.443,394.876 943.841,393.929 944.717,393.552" id="path5624"/>
<path d="M 950.038,388.944 C 950.093,390.314 948.218,389.806 947.668,389.16 C 948.485,388.854 949.263,389.502 950.038,388.944" id="path5630"/>
<path d="M 942.908,333.072 C 942.166,333.12 941.446,333.382 940.828,333.792 C 941.46,334.69 942.4,334.079 943.128,333.72 C 942.132,334.003 942.059,333.787 942.908,333.072" id="path5580"/>
<path d="M 945.938,335.808 C 945.698,335.928 945.458,336.048 945.217,336.168 C 945.841,336.472 946.082,336.352 945.938,335.808" id="path5582"/>
<path d="M 951.118,344.736 C 950.878,344.856 950.638,344.975 950.398,345.095 C 950.941,345.456 951.421,345.385 951.837,344.879 C 951.598,344.832 951.357,344.784 951.118,344.736" id="path5584"/>
<path d="M 888.768,375.048 C 891.991,375.346 893.819,377.594 896.579,378.8 C 899.141,379.919 898.753,381.744 895.996,381.464 C 893.174,381.177 890.258,380.851 887.838,379.224 C 886.753,378.494 886.36,377.156 885.285,376.404 C 884.359,375.756 883.184,375.071 882.069,374.833 C 884.284,373.609 886.48,374.956 888.768,375.048" id="path5608"/>
<path d="M 915.698,393.624 C 913.959,393.563 907.948,395.501 910.227,391.52 C 910.9,390.343 912.556,389.685 913.695,389.101 C 915.519,388.166 917.102,386.843 919.078,386.208 C 917.116,386.519 915.307,385.685 913.318,386.424 C 913.414,385.069 915.621,384.65 916.558,384.12 C 916.005,384.459 915.513,384.901 915.118,385.416 C 915.854,385.087 916.445,386.034 916.894,385.294 C 917.407,384.448 918.283,383.577 918.938,382.824 C 919.688,381.96 919.945,381.528 921.168,381.528 C 922.061,381.528 922.332,382.847 923.328,382.248 C 921.896,382.613 921.872,380.719 923.618,381.024 C 922.219,380.996 923.058,380.576 923.618,380.303 C 919.786,380.737 924.94,375.808 924.698,378.287 C 925.785,378.162 924.905,376.747 925.517,375.792 C 926.233,374.675 927.358,373.938 928.227,372.959 C 929.152,371.918 931.163,367.989 932.977,368.711 C 932.748,368.457 932.532,368.193 932.327,367.919 C 933.201,367.538 934.205,367.359 934.952,366.726 C 935.943,365.886 936.564,364.496 937.515,363.56 C 939.586,361.523 942.496,361.726 944.787,360.144 C 944.697,360.721 945.045,361.135 945.577,361.295 C 945.676,359.732 948.235,360.572 946.871,361.734 C 945.159,363.193 943.124,361.39 942.697,363.743 C 942.876,363.729 945.404,363.299 944.301,364.302 C 943.822,364.739 943.532,365.075 943.062,365.561 C 942.505,366.136 941.145,367.992 940.897,366.551 C 940.155,367.15 940.216,368.233 939.32,368.942 C 938.139,369.875 937.245,371.078 936.147,372.095 C 935.221,372.952 934.685,373.467 933.907,374.471 C 933.564,374.914 932.813,375.061 932.547,375.551 C 932.206,376.179 933.099,376.395 932.398,377.063 C 934.346,375.578 936.197,373.961 938.238,372.599 C 938.441,373.13 938.634,373.196 938.238,373.679 C 939.648,373.782 941.131,374.299 942.408,373.608 C 942.235,375.048 938.016,376.317 936.868,376.847 C 937.592,376.619 938.287,376.03 939.098,376.343 C 938.446,376.651 938.461,377.294 937.948,377.711 C 937.492,378.081 936.871,378.085 936.438,378.503 C 937.093,378.286 937.695,377.92 938.378,377.783 C 939.082,377.641 939.512,378.379 940.248,378.143 C 940.185,378.456 940.116,378.768 940.038,379.079 C 940.384,378.561 940.888,378.139 941.478,377.927 C 941.465,378.433 941.488,378.937 941.548,379.44 C 942.414,379.035 942.235,377.948 943.058,377.496 C 943.539,378.834 941.032,380.911 940.248,381.744 C 940.793,381.564 941.323,381.348 941.838,381.096 C 941.718,380.856 941.598,380.617 941.478,380.376 C 942.238,380.012 944.531,380.226 944.568,379.008 C 944.72,380.566 946.72,378.08 947.598,377.64 C 947.69,378.461 947.285,379.205 946.868,379.872 C 947.494,379.565 947.757,378.709 948.411,378.552 C 948.968,378.418 949.614,378.573 950.141,378.309 C 951.532,377.612 952.616,379.613 953.787,379.944 C 952.452,381.054 949.56,383.436 947.807,383.688 C 948.566,383.842 949.28,383.486 950.037,383.543 C 949.807,384.077 949.335,384.403 948.747,384.191 C 948.717,384.554 948.741,384.915 948.817,385.271 C 949.38,385.178 949.795,384.774 949.827,384.191 C 949.976,384.79 950.428,385.045 950.977,384.695 C 950.298,385.172 949.541,385.673 948.667,385.631 C 950.409,385.808 947.093,386.76 946.727,387.503 C 947.195,387.244 949.883,385.711 948.457,387.287 C 948.958,386.954 949.438,386.595 949.897,386.207 C 949.13,387.74 951.331,386.45 951.707,386.045 C 952.582,385.101 952.306,385.447 952.902,385.955 C 953.61,386.558 954.106,384.25 954.733,385.424 C 955.09,386.093 954.355,386.612 953.853,386.885 C 952.73,387.497 951.636,387.671 950.608,388.478 C 949.876,389.053 949.375,389.197 948.519,388.846 C 947.199,388.306 947.315,390.166 948.957,389.878 C 948.521,390.259 948.018,390.402 947.447,390.31 C 947.959,390.482 948.463,390.458 948.957,390.239 C 948.809,391.097 947.572,392.214 947.017,391.823 C 946.921,392.571 946.492,393.627 947.737,393.191 C 947.476,393.517 947.312,394.837 948.151,394.535 C 948.497,394.41 949.457,392.585 949.758,392.211 C 950.627,391.133 953.158,388.917 954.648,389.59 C 953.317,390.101 952.492,391.549 951.566,392.549 C 951.264,392.876 950.789,393.27 950.617,393.695 C 950.404,394.22 950.807,394.678 950.477,395.207 C 952.434,395.235 952.779,392.844 954.507,392.543 C 954.219,393.489 954.373,394.55 953.841,395.418 C 952.985,396.816 952.01,398.165 951.144,399.574 C 950.89,399.987 949.163,402.546 948.473,401.88 C 947.617,401.054 946.691,401.776 945.717,402.263 C 945.12,401.387 945.953,400.549 946.587,400.032 C 945.07,401.509 946.463,399.578 947.017,399.311 C 945.371,399.197 947.043,398.327 947.447,397.656 C 945.596,398.219 944.208,401.006 942.047,400.464 C 942.812,397.524 946.263,396.799 946.108,393.877 C 946.075,393.262 946.014,390.781 944.826,391.8 C 943.339,393.075 942.553,394.889 940.828,396 C 941.228,395.47 941.658,394.966 942.118,394.488 C 940.26,395.958 938.751,395.541 937.237,397.499 C 935.74,399.434 934.238,400.014 931.924,400.065 C 931.264,400.08 929.764,399.895 930.69,398.889 C 931.598,397.904 933.075,398.209 934.195,397.59 C 935.438,396.902 935.962,396.091 936.994,395.23 C 937.642,394.689 938.511,394.837 939.239,394.488 C 939.799,394.219 940.083,393.629 940.679,393.408 C 939.918,393.515 939.233,393.928 938.449,393.912 C 938.729,393.349 939.112,392.869 939.599,392.472 C 937.954,393.479 937.912,393.658 935.859,393.409 C 936.263,394.817 934.934,394.796 934.199,395.568 C 934.199,394.353 933.654,395.012 932.689,395.064 C 932.855,394.823 933.021,394.584 933.189,394.344 C 932.396,394.359 931.689,394.74 930.959,394.992 C 931.658,394.041 933.065,393.945 934.059,393.479 C 932.433,394.445 934.053,391.933 934.199,391.463 C 933.761,392.358 932.755,392.362 932.039,392.903 C 931.912,392.667 931.792,392.426 931.679,392.182 C 931.38,392.665 929.296,394.711 930.239,392.974 C 930.012,394.107 927.822,393.901 926.906,394.267 C 926.139,394.574 925.32,394.275 924.573,394.087 C 923.904,393.918 922.758,394.39 923.189,393.55 C 922.004,393.736 920.74,393.978 919.573,393.552 C 918.673,393.224 915.655,394.003 916.918,392.758 C 916.471,392.991 916.064,393.279 915.698,393.624" id="path5620"/>
<path d="M 944.998,367.128 C 944.735,367.344 944.471,367.561 944.208,367.776 C 944.301,367.336 944.564,367.12 944.998,367.128" id="path5626"/>
<path d="M 947.667,376.776 C 947.16,377.422 945.309,378.612 945.147,377.28 C 945.955,376.882 946.867,377.202 947.667,376.776" id="path5628"/>
<path d="M 950.978,375.912 C 951.122,376.152 951.265,376.391 951.408,376.632 C 950.636,376.743 949.924,377.073 949.178,377.28 C 949.049,376.357 950.186,375.747 950.978,375.912" id="path5632"/>
<path d="M 468.792,374.688 C 467.997,374.737 466.298,376.306 467.089,376.895 C 468.18,377.708 469.277,375.551 468.792,374.688" id="path5634"/>
<path d="M 470.088,378.792 C 469.48,378.806 469.068,379.161 469.152,379.8 C 469.742,379.785 470.097,379.368 470.088,378.792" id="path5636"/>
<path d="M 470.88,380.16 C 470.791,380.391 470.767,380.631 470.808,380.88 C 470.833,380.64 470.856,380.4 470.88,380.16" id="path5638"/>
<path d="M 472.752,359.424 C 471.242,359.526 470.845,361.895 471.398,361.735 C 472.056,361.542 472.637,360.028 472.752,359.424" id="path5640"/>
<path d="M 472.609,368.567 C 472.629,368.046 472.364,367.999 471.817,368.423 C 472.081,368.472 472.345,368.52 472.609,368.567" id="path5642"/>
<path d="M 475.345,356.688 C 473.658,355.967 473.121,357.853 472.537,358.992 C 473.739,358.846 474.583,357.483 475.345,356.688" id="path5646"/>
<path d="M 472.825,344.016 C 473.065,343.896 473.305,343.777 473.545,343.657 C 472.995,346.048 472.906,347.833 475.274,345.385 C 475.046,345.177 474.806,344.986 474.554,344.809 C 475.757,344.809 475.155,342.361 474.458,341.528 C 473.233,340.064 473.117,343.836 472.825,344.016" id="path5648"/>
<path d="M 473.544,355.968 C 473.889,355.743 474.202,355.479 474.481,355.176 C 473.906,355.095 473.567,355.393 473.544,355.968" id="path5650"/>
<path d="M 474.985,355.536 C 474.259,355.458 473.48,355.935 473.689,356.76 C 474.223,356.46 474.655,356.052 474.985,355.536" id="path5652"/>
<path d="M 474.336,367.272 C 474.908,367.213 475.412,366.998 475.848,366.624 C 475.276,366.682 474.772,366.897 474.336,367.272" id="path5654"/>
<path d="M 475.993,346.104 C 475.292,346.308 474.039,347.062 474.481,347.976 C 475.225,347.631 475.963,346.989 475.993,346.104" id="path5656"/>
<path d="M 476.641,368.712 C 475.878,368.826 475.145,369.067 474.409,369.288 C 475.239,369.398 476.069,369.449 476.641,368.712" id="path5658"/>
<path d="M 475.489,339.912 C 475.12,340.03 474.857,340.27 474.697,340.632 C 474.961,340.392 475.225,340.152 475.489,339.912" id="path5660"/>
<path d="M 475.632,355.68 C 475.353,355.88 475.112,356.12 474.912,356.4 C 475.498,356.521 476.024,356.223 476.352,355.753 C 476.112,355.728 475.873,355.704 475.632,355.68" id="path5662"/>
<path d="M 478.296,366.84 C 477.135,366.822 475.754,367.305 475.056,368.28 C 476.222,368.465 478.021,368.264 478.296,366.84" id="path5664"/>
<path d="M 475.128,367.344 C 475.128,367.464 475.128,367.584 475.128,367.704 C 475.413,367.598 475.676,367.454 475.92,367.272 C 475.656,367.296 475.393,367.32 475.128,367.344" id="path5666"/>
<path d="M 475.632,345.456 C 475.406,345.635 475.31,345.875 475.344,346.176 C 475.44,345.936 475.537,345.696 475.632,345.456" id="path5668"/>
<path d="M 476.929,353.664 C 476.378,353.847 475.946,354.183 475.633,354.672 C 476.214,354.587 476.7,354.204 476.929,353.664" id="path5670"/>
<path d="M 476.929,354.672 C 476.283,354.434 475.654,354.776 475.921,355.536 C 476.5,355.598 476.918,355.267 476.929,354.672" id="path5672"/>
<path d="M 473.761,353.304 C 473.465,353.847 473.011,354.308 472.465,354.6 C 472.336,353.963 472.948,352.693 473.761,353.304" id="path5676"/>
<path d="M 473.761,353.16 C 473.088,352.214 475.218,351.915 475.705,351.72 C 475.272,352.395 474.844,353.827 473.761,353.16" id="path5678"/>
<path d="M 455.617,355.824 C 455.063,355.987 454.811,356.41 454.897,356.975 C 455.456,356.813 455.741,356.407 455.617,355.824" id="path5682"/>
<path d="M 457.201,351 C 456.736,351.118 456.304,351.311 455.905,351.576 C 456.491,351.862 457.001,351.601 457.201,351" id="path5684"/>
<path d="M 456.697,350.208 C 456.461,350.247 456.204,350.271 455.977,350.353 C 456.217,350.305 456.457,350.256 456.697,350.208" id="path5686"/>
<path d="M 455.977,349.2 C 456.604,350.231 457.638,349.548 458.065,348.767 C 457.319,348.594 456.405,348.32 455.977,349.2" id="path5688"/>
<path d="M 470.233,346.968 C 470.233,347.136 470.233,347.304 470.233,347.472 C 471.237,347.266 472.344,347.085 472.228,345.719 C 472.153,344.84 470.845,343.349 469.838,343.56 C 468.784,343.779 470.493,346.417 470.233,346.968" id="path5690"/>
<path d="M 474.265,339.983 C 473.379,339.572 470.891,340.483 470.953,341.639 C 471.166,340.081 471.328,341.53 472.066,341.27 C 472.536,341.105 472.848,340.735 473.401,340.847 C 472.812,340.952 472.331,341.241 471.961,341.711 C 472.852,341.879 474.53,341.104 474.265,339.983" id="path5692"/>
<path d="M 472.681,342.216 C 472.016,342.424 470.556,343.062 471.379,343.815 C 472.067,344.446 472.617,342.59 472.681,342.216" id="path5694"/>
<path d="M 472.393,350.28 C 471.117,350.379 471.101,352.418 471.745,353.16 C 472.81,352.452 472.933,351.377 472.393,350.28" id="path5696"/>
<path d="M 472.249,344.664 C 472.594,344.592 472.906,344.448 473.185,344.231 C 472.85,344.327 472.538,344.471 472.249,344.664" id="path5698"/>
<path d="M 473.473,347.256 C 472.995,347.598 472.651,348.118 472.537,348.696 C 473.539,349.049 473.353,347.826 473.473,347.256" id="path5700"/>
<path d="M 454.393,343.8 C 455.011,340.722 456.856,338.965 460.009,339.48 C 459.831,340.031 459.432,340.496 458.929,340.777 C 459.41,340.383 462.409,339.045 461.846,340.722 C 461.166,342.747 458.446,342.577 456.841,343.368 C 457.353,343.402 457.857,343.354 458.353,343.223 C 457.767,343.368 457.263,343.656 456.841,344.087 C 458.768,343.244 460.264,342.549 461.838,341.124 C 463.07,340.007 464.888,340.171 466.274,339.335 C 464.614,341.389 461.957,342.25 460.202,344.201 C 458.411,346.193 456.361,346.984 453.818,347.615 C 453.938,347.019 453.626,346.637 453.026,346.607 C 453.437,346.523 455.514,345.962 453.746,345.743 C 454.252,345.761 454.756,345.736 455.258,345.671 C 454.903,344.882 453.814,344.796 453.674,343.871 C 453.913,343.848 454.152,343.824 454.393,343.8" id="path5702"/>
<path d="M 454.969,347.472 C 455.576,347.542 459.089,346.202 458.641,347.689 C 458.321,348.752 457.6,347.993 456.841,348.264 C 456.013,348.56 455.926,349.713 454.969,349.777 C 456.426,349.417 455.409,351.248 455.098,351.777 C 454.665,352.514 455.137,355.018 456.409,354.529 C 456.264,355.666 454.149,356.543 455.041,355.176 C 454.812,355.36 454.572,355.528 454.321,355.68 C 453.932,354.922 454.424,353.98 453.993,353.262 C 453.547,352.518 452.865,351.166 453.817,350.496 C 452.57,351.133 452.959,350.185 453.366,349.638 C 453.714,349.171 454.492,349.055 454.969,348.768 C 454.267,348.413 453.488,348.507 452.737,348.409 C 453.25,347.553 454.167,347.773 454.969,347.472" id="path5704"/>
<path d="M 732.529,392.184 C 731.906,392.064 731.357,392.407 731.017,392.905 C 731.615,392.945 732.16,392.636 732.529,392.184" id="path5738"/>
<path d="M 737.929,406.584 C 738.336,406.484 739.681,405.471 738.865,405.035 C 737.731,404.431 736.506,406.137 737.929,406.584" id="path5740"/>
<path d="M 741.313,407.52 C 740.712,407.537 740.195,407.895 739.873,408.384 C 740.539,408.749 741.647,408.501 741.313,407.52" id="path5742"/>
<path d="M 749.592,411.479 C 750.687,410.846 751.666,410.005 752.472,409.032 C 751.326,409.261 751.805,408.905 752.328,408.384 C 751.755,408.596 751.299,408.956 750.96,409.464 C 751.518,407.693 749.671,407.318 748.872,408.744 C 748.737,406.681 746.851,408.318 745.953,408.775 C 744.774,409.373 742.629,406.231 741.672,408.456 C 743.516,408.45 744.863,409.894 746.583,410.09 C 747.308,410.173 747.699,410.998 748.368,411.048 C 749.172,411.108 749.854,410.352 750.528,410.04 C 750.197,410.528 749.679,410.893 749.088,410.976 C 749.256,411.144 749.424,411.312 749.592,411.479" id="path5744"/>
<path d="M 723.168,383.472 C 722.535,383.039 720.555,383.175 721.008,384.336 C 721.789,384.016 722.703,384.387 723.168,383.472" id="path5746"/>
<path d="M 723.745,383.472 C 723.145,383.338 723.097,383.578 723.601,384.193 C 723.648,383.952 723.697,383.712 723.745,383.472" id="path5748"/>
</g>
<path class="landxx sv" d="M 588.36329,640.65355 C 588.15029,639.78455 588.4293,639.39646 588.9793,638.88946 C 589.8093,638.12346 590.54578,638.43349 591.26102,637.97691 C 591.35887,637.91445 591.99629,636.75434 592.81138,636.39282 C 593.12181,636.25513 592.85938,635.75082 592.94238,635.36382 C 593.12438,634.50682 594.55329,634.83655 595.11529,634.99255 C 596.05329,635.25255 601.11729,638.41955 600.60329,639.57455 C 601.63529,639.56455 603.93629,637.66555 604.27529,639.57455 C 605.16629,638.98755 606.71729,639.36755 606.30129,640.59955 C 606.21229,640.86455 605.48229,644.40355 605.21129,643.31855 C 604.46729,644.32155 605.96129,645.13455 603.91529,645.69455 C 601.97529,646.22455 600.56529,644.32555 598.87529,644.75855 C 600.75329,645.27355 597.90229,645.02855 597.42529,644.80855 C 596.25429,644.26955 595.27029,643.31655 594.02129,642.94255 C 592.85229,642.59155 591.49529,643.08855 590.37829,642.52655 C 589.72029,642.19455 589.09229,641.09855 588.36329,640.65355" id="sv"/>
<path class="landxx gy" d="M 802.34629,708.11755 C 803.0754,706.68397 804.29911,705.98683 804.08929,703.77755 C 803.94714,702.28075 804.62744,701.83158 805.53311,701.33576 C 805.73739,701.22392 806.25758,700.32479 806.94488,700.78055 C 807.82025,701.36103 807.76758,700.73382 808.52712,700.20575 C 809.19522,699.74125 810.49388,699.41051 810.84029,698.76455 C 811.14239,698.20121 810.66848,697.34934 809.94448,697.60834 C 808.13848,698.25334 809.09929,696.41355 808.33729,695.41655 C 807.64529,694.50955 808.51109,693.46676 809.09109,692.75176 C 809.82009,691.85176 809.6707,691.90238 810.7147,691.36938 C 812.1157,690.65338 812.88081,689.23227 814.15529,688.61555 C 815.88754,687.77731 814.5016,687.14404 813.7151,685.72455 C 814.8911,687.09955 816.61129,688.00755 817.96629,689.18055 C 817.31129,688.17655 815.95729,687.93855 815.44629,686.80455 C 817.11129,687.55755 818.85329,688.65055 820.08529,690.01555 C 821.07829,691.11655 822.33829,693.25055 823.57029,693.96855 C 824.94329,694.76855 825.29929,697.34455 824.81329,698.69855 C 824.44929,699.71355 823.92329,700.40755 823.79529,701.52355 C 823.68429,702.48855 823.66029,703.54055 823.08729,704.37355 C 824.99129,704.02455 823.55329,699.36755 826.48829,700.40955 C 828.69129,701.19155 831.39829,702.76355 831.93629,705.30855 C 833.37129,704.01655 834.38729,706.68455 834.58829,707.71155 C 834.93929,709.49955 834.25629,712.19655 833.09629,713.58855 C 835.02429,714.13455 833.36959,715.51264 832.93084,716.03728 C 832.50904,716.54165 827.47345,714.95653 827.75912,718.26655 C 827.93271,720.27788 827.90826,721.58855 827.59626,723.56255 C 827.38626,724.89055 828.57929,727.52255 829.55029,728.42155 C 830.54229,729.33955 829.87929,730.44255 831.36529,730.65255 C 831.67629,730.69655 832.48329,730.31155 832.67329,730.60855 C 833.28529,731.56755 833.36429,732.75755 833.53329,733.84855 C 833.84729,735.88455 835.96529,737.54355 835.96529,739.54555 C 835.96529,741.57955 838.26629,741.51755 838.99529,742.74955 C 836.53229,744.32655 834.13929,741.14955 831.78129,743.08755 C 831.38629,743.41155 831.15129,743.85155 830.79829,744.21055 C 830.14929,744.87155 829.32829,744.58555 828.54229,744.85855 C 827.10029,745.35955 827.03629,746.07655 825.33629,746.09855 C 824.80829,746.10555 824.50629,746.51655 824.16429,746.85355 C 823.90329,746.89755 823.66329,746.99355 823.44429,747.14155 C 823.50829,747.44055 823.54729,747.74255 823.56129,748.04855 C 823.18729,748.79755 821.10329,749.13055 820.34429,748.87055 C 819.81629,748.68955 820.15729,748.07855 819.40729,748.07255 C 818.81029,748.06755 817.61429,747.62255 817.38829,747.00955 C 817.02529,746.01855 815.60629,744.48155 814.51329,744.33455 C 814.61129,744.09555 814.70829,743.85555 814.80329,743.61455 C 813.79229,743.67955 813.90929,742.77255 814.03229,742.08155 C 814.24529,740.87955 813.93129,740.41655 813.20629,739.54155 C 812.00429,738.09155 812.06029,735.32755 812.43329,733.60855 C 812.72029,732.28355 813.70229,731.06755 813.70829,729.66855 C 813.71329,728.45755 814.05029,728.54755 814.75029,727.52555 C 815.18929,726.88555 816.12529,725.76155 815.71229,724.99855 C 815.38029,724.38755 814.51229,723.53455 814.51229,722.80555 C 814.51229,722.10355 814.88229,721.43255 814.07329,721.08055 C 813.51329,720.83755 812.08929,720.81555 811.74629,720.23855 C 811.42329,719.69655 812.55129,718.06655 812.66229,717.43655 C 812.84729,716.38655 812.70929,715.17255 811.87429,714.41855 C 810.62729,713.29355 808.5805,715.06455 807.0695,714.31755 C 805.2725,713.43055 803.16129,709.87955 802.34629,708.11755" id="gy"/>
<path class="landxx be" d="M 1297.7177,319.63434 C 1299.5007,318.70834 1301.6439,317.77434 1303.5979,317.25734 C 1302.6725,318.23761 1304.8795,318.00115 1305.6313,318.18455 C 1306.2656,318.33928 1306.5833,318.61155 1307.2883,318.42255 C 1308.1603,318.18855 1309.1423,316.72855 1309.4473,318.09255 C 1309.3343,317.78555 1309.2373,317.47355 1309.1573,317.15555 C 1309.8153,317.30055 1310.6153,317.26455 1310.5273,316.36455 C 1311.0503,316.76055 1311.9053,316.99855 1312.3273,316.29255 C 1312.6813,317.15555 1313.9413,316.87655 1314.4073,316.29255 C 1314.9553,318.31955 1317.9243,318.31355 1319.6673,319.02755 C 1318.7343,320.11755 1317.7522,321.43732 1319.4183,322.26755 C 1319.9844,322.54966 1320.3478,322.41455 1320.7344,322.33602 C 1320.4444,323.06207 1322.8293,323.35085 1321.8273,324.35555 C 1322.8163,324.18855 1322.7663,325.33355 1323.0573,325.93955 C 1321.9073,326.14755 1322.0213,326.78255 1321.3063,327.37355 C 1321.0173,327.61255 1320.2913,327.00355 1319.6413,328.02755 C 1319.0913,328.89355 1318.648,329.31879 1318.7893,330.07555 C 1318.9532,330.84591 1320.1257,331.8148 1318.7589,332.73372 C 1318.4834,332.6993 1317.6424,332.71858 1316.7797,332.62388 C 1316.666,332.43832 1316.1543,331.60885 1315.5997,331.27995 C 1314.843,330.8312 1313.3063,330.70255 1312.8253,330.11655 C 1312.5073,329.72655 1312.7623,327.79255 1312.6853,327.23555 C 1312.0213,327.49955 1311.8303,328.05755 1311.3573,328.51955 C 1310.4863,329.36855 1309.1183,328.99355 1308.0753,328.81955 C 1308.2948,327.94061 1308.6982,326.55746 1307.9675,326.08455 C 1307.1003,325.52331 1305.7411,325.5458 1305.1253,325.93955 C 1305.2343,324.58355 1304.3474,324.90188 1303.3614,324.48688 C 1302.1934,323.99588 1302.4953,323.97429 1301.8478,322.96209 C 1301.6116,322.59281 1299.4129,322.65824 1298.9478,322.37629 C 1297.6064,321.56315 1298.7838,320.00292 1297.7051,319.62174" id="be"/>
<g class="landxx coastxx gq" id="gq" transform="translate(-29.9017, -45.0745)">
<path d="M 1366.848,776.952 C 1367.377,776.327 1369.84,771.669 1367.661,772.118 C 1366.823,772.29 1366.444,772.803 1366.168,773.567 C 1365.84,774.476 1365.26,774.593 1364.71,775.265 C 1364.076,776.042 1366.448,776.739 1366.848,776.952" id="path5778"/>
<path class="landxx gq" d="M 1373.978,790.92 C 1374.258,790.985 1374.522,790.938 1374.768,790.776 C 1373.191,791.541 1374.625,789.222 1374.903,788.777 C 1375.706,787.496 1375.0603,785.63562 1375.6433,784.09662 C 1376.6959,786.1697 1377.3913,785.6592 1378.7656,785.94994 L 1386.9723,785.859 L 1387.0228,795.871 L 1377.9576,795.67156 C 1377.3746,795.75356 1374.588,796.597 1375.638,795.31 C 1374.708,794.832 1372.526,795.845 1371.958,794.663 C 1371.436,793.578 1373.513,791.775 1373.978,790.92" id="path5784"/>
</g>
<path class="landxx ls" d="M 1471.8763,1016.0586 C 1472.8313,1017.0016 1472.7463,1018.3606 1473.5193,1019.3346 C 1474.1863,1020.1766 1473.9583,1021.2916 1474.6603,1021.9856 C 1475.5403,1022.8576 1477.8363,1025.7956 1479.3583,1024.5616 C 1480.0243,1024.0206 1480.5873,1022.2176 1481.0553,1021.4356 C 1481.7943,1020.1986 1483.0493,1020.4476 1484.2513,1020.1116 C 1485.1263,1019.8666 1486.9983,1019.1336 1487.3713,1018.2106 C 1487.8463,1017.0326 1487.8993,1016.3586 1488.7363,1015.3186 C 1489.0523,1014.9256 1490.0593,1013.8606 1489.8903,1013.2826 C 1489.3643,1011.4636 1488.6053,1011.3476 1487.3993,1010.0866 C 1486.4563,1009.0996 1485.4513,1008.1786 1484.5193,1007.1856 C 1483.7123,1006.3276 1482.3313,1007.6836 1481.5953,1007.9996 C 1480.7823,1008.3486 1480.3933,1008.7276 1479.5963,1009.1666 C 1478.6623,1009.6806 1477.6913,1009.4956 1476.9473,1010.4526 C 1476.1453,1011.4836 1475.7463,1012.7596 1475.0303,1013.8456 C 1474.2083,1015.0896 1473.0103,1015.2346 1471.8763,1016.0586" id="ls"/>
<path class="landxx bg" d="M 1432.3463,381.23755 C 1432.2923,380.06055 1433.3093,378.45055 1434.0413,377.56955 C 1434.2753,377.28755 1436.2563,378.24555 1436.3763,378.50255 C 1436.7013,379.20455 1435.3223,379.90355 1435.7373,380.61855 C 1436.3423,381.66155 1439.6823,380.66655 1440.7203,380.88255 C 1442.4093,381.23455 1444.2603,382.42555 1445.9733,381.80855 C 1447.3523,381.31155 1449.0993,381.69755 1450.5653,381.81455 C 1452.7333,381.98755 1453.8923,382.96055 1455.8953,381.43555 C 1457.4433,380.25555 1458.5193,379.30455 1460.5043,378.96055 C 1462.3173,378.64655 1464.2603,377.63755 1466.0283,378.56255 C 1467.1533,379.15155 1468.7773,379.62655 1470.0413,379.39455 C 1470.4753,379.31555 1472.1113,381.07455 1472.7353,381.32455 C 1473.5783,381.66155 1475.0643,380.98455 1475.2123,382.20055 C 1475.3703,383.51355 1475.5563,384.52255 1473.9643,384.39955 C 1472.3743,384.27655 1471.6433,385.44055 1471.0023,386.75255 C 1470.4503,387.88255 1471.0473,389.14655 1470.3643,390.38455 C 1470.1543,390.76355 1469.9103,391.12555 1469.6843,391.49555 C 1469.3203,392.09455 1468.5803,391.68955 1468.2053,392.40055 C 1470.1643,392.84555 1470.5373,394.25955 1471.7983,395.57055 C 1473.3493,397.18455 1469.9333,397.16655 1468.9193,396.87955 C 1467.8193,396.56855 1467.7071,395.43682 1466.3161,395.83582 C 1465.2841,396.13282 1464.4653,396.41652 1463.4001,396.75982 C 1461.7952,397.27706 1462.8657,397.47151 1462.5153,397.65555 C 1461.9219,397.96717 1460.6981,398.55078 1461.3591,399.02382 C 1456.4584,398.05407 1462.0969,401.13652 1459.1706,402.226 C 1457.8554,402.71564 1458.195,401.88888 1454.4236,402.69501 C 1453.3347,402.92774 1452.4652,401.75383 1451.4967,401.809 C 1450.2375,401.88072 1450.1348,402.33097 1448.9494,400.79655 C 1448.2552,399.89805 1447.4847,400.08046 1446.4677,400.24446 C 1445.0627,400.47246 1444.1838,402.1092 1442.6926,402.07679 C 1440.7608,402.03481 1439.9015,401.98509 1439.2966,402.50833 C 1438.9652,402.79508 1437.9666,402.5194 1437.0699,402.24701 C 1437.8014,401.43133 1437.0157,400.23511 1437.1135,399.00466 C 1437.2119,397.76701 1435.9018,396.59844 1435.0349,395.88534 C 1434.1539,395.36134 1433.3965,394.14137 1432.6985,393.41837 C 1436.0119,392.433 1432.5955,391.65432 1433.5293,389.36655 C 1433.851,388.5784 1434.6163,389.13755 1435.1503,388.79855 C 1435.8043,388.38255 1436.6453,386.98155 1436.9563,386.28055 C 1435.0277,385.66739 1432.6148,383.09868 1432.3463,381.23755" id="bg"/>
<path class="landxx bi" d="M 1492.2463,783.28855 C 1493.1904,780.25239 1494.8321,783.57222 1495.0676,783.59959 C 1498.4254,783.98981 1499.097,782.89347 1499.3763,779.53855 C 1501.2216,781.12259 1500.6331,778.8301 1504.7955,780.27482 C 1504.0924,780.61673 1502.3062,782.56032 1503.6953,782.49855 C 1502.5234,785.56602 1504.8489,785.68582 1506.1453,785.29855 C 1505.3528,786.50352 1507.13,787.00976 1505.44,788.21731 C 1504.3961,788.9632 1504.43,788.54395 1504.1927,789.88653 C 1504.1342,790.21716 1502.9196,790.05287 1502.7156,790.47987 C 1502.4876,790.95487 1503.4474,792.04322 1503.3326,792.34419 C 1503.2579,792.54018 1502.7398,793.57794 1501.8636,794.22082 C 1500.4895,795.22907 1500.2963,796.41708 1498.8335,797.35828 C 1498.1135,797.82153 1497.3765,797.95895 1496.7349,797.96046 C 1496.4743,797.08612 1494.919,793.79663 1494.6159,792.71808 C 1494.1785,791.16132 1494.7953,789.54877 1493.7563,788.19655 C 1493.8786,787.43362 1494.2537,786.50266 1493.6433,785.65655 C 1493.1038,784.90861 1492.4923,784.20455 1492.2463,783.28855" id="bi"/>
<path class="landxx dj" d="M 1588.6573,664.12555 C 1588.6573,661.80455 1587.7573,659.49755 1589.1643,657.39955 C 1590.2233,655.82155 1591.1933,654.38955 1592.1113,652.73255 C 1593.1833,650.79755 1593.7233,651.83355 1595.2573,652.24555 C 1596.0353,652.45355 1595.9933,651.23455 1596.2983,650.83155 C 1596.7713,650.20755 1597.5883,649.96055 1598.2373,649.58255 C 1598.9063,651.05055 1601.7123,653.78655 1600.3603,655.50155 C 1599.6673,656.38155 1597.5023,657.38555 1596.4673,657.79355 C 1595.4053,658.21255 1595.2683,659.46855 1594.0563,659.66355 C 1594.8513,660.68755 1597.2243,659.00055 1598.3763,659.44655 C 1600.4593,660.25355 1598.3833,662.29155 1597.8273,663.43655 C 1596.9893,665.16455 1595.6573,663.36255 1594.3563,663.70455 C 1593.0263,664.05355 1589.5443,665.79255 1588.6573,664.12555" id="dj"/>
<g class="landxx az" id="az" transform="translate(-29.9017, -45.0745)">
<path d="M 1621.815,447.5016 C 1623.9291,445.88107 1625.2172,446.139 1627.106,447.756 C 1628.2971,448.77573 1629.2053,448.19249 1630.525,448.519 C 1631.63,448.7924 1632.0555,449.53231 1633.0155,449.05339 C 1635.1598,447.98364 1631.2943,445.98887 1630.9051,445.76761 C 1629.9618,445.23142 1629.5904,444.46699 1629.6495,444.0728 C 1629.711,443.66279 1631.3092,442.72317 1630.5713,442.05138 C 1631.1787,441.87517 1634.0457,443.21909 1634.9242,444.37097 C 1635.5151,445.14591 1636.7137,445.21366 1637.0144,445.82466 C 1637.4379,446.6854 1637.705,447.515 1638.645,447.825 C 1639.481,448.1 1640.421,448.356 1641.308,448.336 C 1642.11,448.318 1642.5556,447.19503 1642.897,446.526 C 1643.0613,446.20409 1646.2797,443.69765 1645.5798,442.80075 C 1647.1218,443.30075 1648.757,445.122 1649.602,446.406 C 1650.814,448.246 1651.815,449.889 1653.338,451.513 C 1653.58,451.605 1653.82,451.701 1654.059,451.801 C 1654.08,452.065 1654.104,452.329 1654.128,452.593 C 1654.82,453.362 1655.545,453.721 1656.591,453.804 C 1658.874,453.986 1660.061,454.668 1660.968,456.769 C 1660.148,455.63 1657.838,455.141 1656.654,455.913 C 1654.956,457.02 1654.896,457.804 1654.564,459.657 C 1654.266,461.321 1654.547,462.438 1654.897,463.963 C 1655.022,464.506 1654.22,465.071 1654.164,465.715 C 1654.079,466.691 1654.509,467.443 1653.339,467.209 C 1654.558,466.057 1652.086,465.406 1652.342,466.722 C 1652.7,468.565 1651.9336,470.37619 1652.5896,472.31819 C 1652.0566,472.33319 1651.1766,472.40962 1650.7066,472.08062 C 1648.9934,470.90358 1645.9674,469.17982 1646.1564,468.15119 C 1646.2537,467.62174 1647.5364,467.65277 1647.5988,467.23898 C 1647.7299,466.37047 1645.6963,464.78064 1647.869,463.968 C 1645.9648,461.78022 1644.2845,460.29968 1642.336,462.355 C 1640.4308,464.36456 1639.3423,464.17053 1639.0904,464.89984 C 1637.5321,467.21392 1636.7189,467.36652 1635.5786,468.08382 C 1635.1186,467.50682 1634.437,465.42 1635.699,465.264 C 1635.358,464.848 1633.788,464.142 1634.065,463.441 C 1634.185,463.137 1634.8286,462.96215 1634.345,462.5934 C 1633.9677,462.30571 1633.3229,462.0073 1632.907,462.1034 C 1631.3749,462.45741 1629.3273,459.75436 1627.558,458.713 C 1628.3814,458.3169 1629.5527,458.63432 1630.005,457.622 C 1630.4844,456.54892 1629.103,456.244 1628.381,455.883 C 1627.2,455.295 1623.804,452.736 1626.558,451.873 C 1625.903,450.091 1623.847,450.075 1622.517,449.064 C 1624.5157,449.38461 1621.9866,447.93028 1621.815,447.5016" id="path5796"/>
<path d="M 1622.158,461.231 C 1623.314,460.978 1625.254,460.423 1625.118,462.311 C 1625.973,461.812 1626.561,463.002 1627.51,462.707 C 1627.991,462.558 1629.365,462.222 1629.737,462.755 C 1630.505,463.854 1629.4664,464.0766 1630.9964,464.8406 C 1631.6294,465.1566 1632.391,467.75221 1632.983,468.42121 C 1628.7067,468.17418 1628.6344,467.72718 1626.628,466.085 C 1624.9615,464.72099 1623.018,463.281 1622.158,461.231" id="path5798"/>
</g>
<g class="landxx coastxx my" id="my">
<path class="landxx my" d="M 2034.2663,703.94153 C 2034.6249,703.32782 2034.4749,702.50997 2034.7298,701.88412 C 2035.0907,700.99814 2035.5939,702.66815 2036.6137,703.05169 C 2037.3595,703.3322 2038.1487,703.32807 2038.8567,703.52607 C 2039.5207,703.71207 2039.645,704.62705 2040.0073,705.09353 C 2040.5691,705.81687 2042.6516,705.73867 2041.9055,707.60787 C 2041.6059,708.35851 2040.5843,710.932 2042.8692,710.40621 C 2043.6346,710.23007 2044.072,708.58746 2045.2623,708.43553 C 2046.4615,708.28246 2046.4846,710.09257 2047.3861,709.74101 C 2048.1346,709.4491 2049.855,706.17293 2048.8456,705.31175 C 2049.7656,705.60375 2051.1543,705.98153 2051.7673,706.82253 C 2052.3743,707.65553 2052.6153,708.66853 2053.4513,709.33753 C 2055.5323,711.00253 2057.3623,712.53353 2058.5983,714.93853 C 2059.8473,717.36653 2060.7213,719.82553 2060.5843,722.60653 C 2060.5313,723.67553 2060.3913,724.85853 2060.1873,725.90953 C 2059.8983,727.39853 2060.1673,727.51053 2060.6163,728.84953 C 2061.2853,730.85253 2060.0623,733.28253 2061.2533,735.29753 C 2062.1733,736.85553 2064.2783,737.68453 2064.7823,739.57153 C 2065.3733,741.80253 2066.8433,743.67653 2067.4083,745.93453 C 2068.1673,748.96553 2064.7333,747.30453 2066.3073,746.20553 C 2065.7043,746.22753 2065.1903,745.87853 2064.9373,745.34153 C 2065.0443,745.54953 2065.6083,747.57653 2064.7723,746.97353 C 2063.9313,746.36553 2061.9643,747.70653 2061.1973,748.07753 C 2060.3873,745.43653 2057.1763,744.70853 2055.2593,743.08553 C 2054.7643,742.66653 2054.3883,742.16153 2053.9153,741.72553 C 2053.1583,741.02653 2051.9543,741.04553 2051.1173,740.44453 C 2050.2753,739.84053 2048.9363,738.54853 2048.4713,737.67653 C 2048.1503,737.07353 2047.6523,737.01653 2047.0543,736.85553 C 2046.1263,736.60553 2045.7093,735.76953 2044.9633,735.24853 C 2044.2523,734.75153 2044.4003,734.61553 2044.7853,734.07353 C 2045.2143,733.46953 2044.6493,732.23653 2044.3983,731.66953 C 2043.6103,729.89153 2041.6143,728.66553 2040.8913,726.86653 C 2040.5423,726.00053 2038.6493,725.52053 2040.8163,724.82053 C 2039.5393,725.00353 2038.2603,722.34453 2038.5993,721.40853 C 2039.2563,719.59253 2038.2913,717.63553 2037.1963,716.28253 C 2036.2313,715.09253 2036.4313,711.35253 2036.4263,709.84453 C 2036.4183,707.63953 2035.0793,705.89453 2034.2663,703.94153" id="path4722"/>
<path d="M 2169.1963,723.52553 C 2169.1493,723.26153 2169.1033,722.99753 2169.0563,722.73353 C 2169.7523,722.67353 2170.3173,723.08553 2170.8563,723.45453 C 2170.3003,723.43053 2169.7473,723.45453 2169.1963,723.52553" id="path2560"/>
<path d="M 2120.9563,737.92553 C 2121.0253,738.42353 2121.1153,738.66553 2121.6763,738.71753 C 2121.2873,737.72053 2121.8023,736.43653 2120.8163,735.69353 C 2120.7673,736.44553 2121.0023,737.17453 2120.9563,737.92553" id="path4708"/>
<path d="M 2149.4663,713.87753 C 2150.1993,714.14353 2150.2953,713.90253 2149.7563,713.15653 C 2149.6603,713.39753 2149.5633,713.63753 2149.4663,713.87753" id="path4710"/>
<path d="M 2161.5663,697.38953 C 2161.9973,697.14353 2162.2833,696.78453 2162.4263,696.30953 C 2161.8603,696.40453 2161.4673,696.78253 2161.5663,697.38953" id="path4712"/>
<path d="M 2163.2863,696.45353 C 2163.0413,696.92553 2163.0673,697.38053 2163.3663,697.82053 C 2164.9093,697.28353 2164.2753,695.42053 2163.2863,696.45353" id="path4714"/>
<path d="M 2165.4463,701.85353 C 2165.7343,701.90553 2166.0013,701.83353 2166.2473,701.63753 C 2165.9803,701.70953 2165.7123,701.78053 2165.4463,701.85353" id="path4716"/>
<path d="M 2174.3763,719.13353 C 2174.7933,719.57353 2175.2723,719.64553 2175.8153,719.34953 C 2175.3423,719.23853 2174.8623,719.16753 2174.3763,719.13353" id="path4718"/>
<path d="M 2078.0463,734.97353 C 2078.7523,734.56653 2078.7973,733.64653 2077.8963,733.46153 C 2078.0323,733.95653 2078.0823,734.46053 2078.0463,734.97353" id="path2284"/>
<path d="M 2101.5863,734.46953 C 2101.8353,734.67053 2102.0993,734.67053 2102.3763,734.46953 C 2102.3023,734.20653 2102.1823,733.96653 2102.0163,733.74953 C 2101.8723,733.98953 2101.7303,734.22953 2101.5863,734.46953" id="path2300"/>
<path d="M 2032.1763,703.65353 C 2031.8243,704.03753 2031.4183,704.34953 2030.9563,704.59053 C 2031.7293,706.07453 2033.3573,704.60753 2032.1763,703.65353" id="path4700"/>
<path d="M 2036.0663,712.43753 C 2035.1903,712.05253 2035.1003,712.88153 2035.1523,713.51853 C 2035.2613,714.86153 2036.2293,713.31853 2036.0663,712.43753" id="path4704"/>
<path d="M 2066.4463,734.75753 C 2066.1543,734.93453 2066.0103,735.19753 2066.0163,735.54953 C 2066.8443,735.69953 2066.9883,735.43553 2066.4463,734.75753" id="path4706"/>
<path class="landxx my" d="M 2108.3563,741.59753 C 2108.1113,744.16253 2113.7063,746.34753 2113.6163,743.97353 C 2113.6433,744.64353 2114.6333,744.71753 2114.5663,744.99453 C 2114.3653,745.84153 2115.9823,746.20753 2116.5793,746.42753 C 2117.5003,746.76653 2118.0503,746.01953 2118.8393,746.92253 C 2119.5583,747.74653 2120.6493,747.83753 2121.6773,747.93353 C 2120.9613,746.95053 2119.4273,747.80953 2119.0493,746.33953 C 2118.8053,745.38653 2119.5473,744.58753 2120.3773,745.41453 C 2119.5813,744.91553 2119.5303,744.13753 2119.7963,743.31753 C 2119.9633,742.92253 2120.0893,742.51553 2120.1753,742.09553 C 2120.3883,741.09053 2120.9163,741.48253 2121.5273,740.87753 C 2121.0243,740.93053 2120.5213,740.97853 2120.0173,741.02153 C 2120.7113,740.35753 2120.0333,739.57053 2120.2383,738.79053 C 2120.9883,738.79653 2121.6533,739.18353 2122.3973,739.22253 C 2119.7903,737.26653 2123.7103,734.94053 2125.3223,734.68453 C 2127.8743,734.27953 2131.5513,733.74553 2133.7043,732.22853 C 2135.5643,730.91853 2135.6243,728.22653 2137.2743,726.74153 C 2139.3883,724.83953 2140.6003,722.64753 2140.7573,719.78253 C 2142.8481,719.82753 2142.7228,720.54747 2143.1348,721.75647 C 2143.3865,722.49478 2145.4145,724.30397 2146.1655,724.51353 C 2147.1507,724.78846 2147.2307,721.2789 2146.9705,720.4549 C 2146.2847,718.28378 2147.4832,718.2044 2148.4812,717.1004 C 2148.8292,718.9244 2148.4963,721.56053 2150.8373,722.08653 C 2150.684,720.63297 2150.6898,718.96079 2149.8823,717.86853 C 2148.6551,716.20848 2150.7139,717.23147 2151.2743,716.78453 C 2151.7916,716.37194 2153.5863,714.98853 2152.1583,714.43353 C 2150.0023,713.59553 2152.1103,711.99453 2152.7773,711.06953 C 2152.5993,712.89053 2154.8493,710.91353 2155.2473,710.13553 C 2155.8543,708.94753 2156.0473,707.60053 2156.6043,706.39153 C 2156.9213,705.70253 2157.3173,706.03653 2157.6773,705.59753 C 2158.1143,705.06653 2158.4833,704.16453 2158.9453,703.54453 C 2159.9563,702.18953 2159.8403,700.22053 2161.1373,698.97353 C 2162.1453,700.15953 2160.9363,701.38253 2161.4173,702.64553 C 2162.2413,702.12153 2163.0023,698.96653 2164.0213,699.15253 C 2164.0903,699.16553 2166.5383,704.75253 2166.8963,702.21453 C 2167.0243,703.25753 2168.9593,703.71553 2168.8183,704.96753 C 2168.7253,705.79453 2167.5733,705.49053 2167.8703,706.62053 C 2168.2183,707.94253 2168.0483,708.28053 2166.7473,708.76653 C 2167.5593,708.30053 2168.4293,708.81953 2169.1733,708.39453 C 2169.7813,708.04753 2170.1103,707.17453 2170.9683,707.53553 C 2172.5913,708.21753 2171.0733,709.34153 2170.2773,709.63053 C 2170.4423,711.18953 2171.9473,709.69553 2172.5423,709.31753 C 2173.8193,708.50553 2175.3313,710.39353 2175.4583,711.50253 C 2176.3393,710.56853 2177.8383,712.22153 2178.1973,712.94153 C 2178.9053,711.97353 2180.9093,712.72353 2180.9373,713.87353 C 2180.9793,715.53453 2177.3333,716.84753 2176.0223,716.74553 C 2175.1113,716.67453 2171.6163,715.45353 2172.6953,718.00253 C 2173.1203,719.00653 2175.4403,719.43153 2175.2483,720.64653 C 2175.9583,720.20153 2176.5273,720.86553 2176.1153,721.53653 C 2175.6733,722.25953 2174.6683,722.10053 2173.9623,722.15853 C 2171.7023,722.34053 2170.7623,722.91853 2168.8383,721.29553 C 2168.6713,721.81353 2169.1906,722.99112 2168.6726,723.35012 C 2167.8876,723.89412 2166.3938,722.78015 2165.8282,722.37619 C 2164.522,721.44333 2162.033,722.96979 2160.4083,721.43953 C 2160.3711,723.51801 2159.0038,721.4223 2158.3123,721.81553 C 2156.9252,722.60437 2156.4337,722.00144 2155.2592,721.59946 C 2155.0912,722.36946 2154.4482,722.60746 2154.1102,723.25446 C 2153.6722,724.09246 2153.4183,725.24353 2153.3033,726.17653 C 2153.2123,726.91453 2153.5404,728.3947 2153.5852,729.15381 C 2153.6613,730.44065 2153.0816,729.89937 2152.842,730.95705 C 2152.4594,732.64636 2153.0925,733.36833 2151.1565,733.62844 C 2149.0758,733.908 2150.3943,737.06253 2150.9783,737.78453 C 2149.8123,738.18753 2146.6863,740.15753 2148.0803,741.70153 C 2148.8893,742.59653 2145.9473,745.61453 2146.2283,747.00053 C 2145.1092,746.98984 2145.22,745.98047 2143.7753,747.00953 C 2142.9438,747.60185 2142.1332,746.60882 2141.3975,747.21626 C 2140.2043,748.20136 2139.7245,748.80175 2138.1845,748.56839 C 2136.5486,748.3205 2134.5003,747.37917 2134.0795,746.47262 C 2133.5347,745.2989 2129.2635,745.86942 2128.305,747.20826 C 2127.8283,747.8742 2127.7581,748.75853 2127.3453,749.52953 C 2127.2665,749.67673 2125.4636,750.67841 2125.3792,750.7118 C 2124.0067,751.25517 2122.2901,750.64115 2120.7987,750.51526 C 2119.3104,750.38963 2118.2754,751.18239 2117.007,751.78339 C 2115.4793,752.5072 2114.3854,751.17064 2113.6227,750.86426 C 2113.2057,750.69673 2112.6263,749.3661 2112.19,749.01614 C 2111.0917,748.1351 2110.121,747.5168 2109.3454,746.64565 C 2108.8769,746.11932 2108.7263,744.61163 2108.3931,744.15558 C 2107.0125,743.36399 2108.1963,742.67053 2108.3563,741.59753" id="path4724"/>
<path d="M 2182.5163,719.42153 C 2182.8973,718.67253 2182.8253,717.84853 2182.4463,717.11753 C 2182.5333,717.88353 2182.5163,718.65353 2182.5163,719.42153" id="path5822"/>
</g>
<g class="landxx coastxx ph" id="ph" transform="translate(-29.9017, -45.0745)">
<path d="M 2249.568,695.88 C 2249.765,696.058 2249.909,696.033 2249.998,695.808 C 2249.854,695.832 2249.712,695.855 2249.568,695.88" id="path5902"/>
<path d="M 2192.328,737.136 C 2192.809,736.353 2192.813,735.431 2192.038,734.832 C 2191.715,735.605 2191.817,736.468 2192.328,737.136" id="path5800"/>
<path d="M 2204.348,744.336 C 2204.442,743.54 2204.155,743.372 2203.489,743.832 C 2203.758,744.028 2204.045,744.196 2204.348,744.336" id="path5806"/>
<path d="M 2215.298,760.968 C 2215.748,760.714 2218.358,759.302 2218.236,758.977 C 2217.79,757.778 2217.033,758.904 2216.423,759.338 C 2215.674,759.875 2214.442,759.897 2215.298,760.968" id="path5832"/>
<path d="M 2219.979,749.52 C 2219.81,749.917 2219.833,750.301 2220.048,750.672 C 2220.397,750.258 2220.374,749.874 2219.979,749.52" id="path5838"/>
<path d="M 2225.878,753.983 C 2227.852,752.999 2224.77,752.045 2223.824,752.22 C 2222.795,752.412 2222.935,753.718 2223.176,753.588 C 2223.844,753.229 2225.575,753.062 2225.878,753.983" id="path5840"/>
<path d="M 2229.988,748.008 C 2230.129,748.878 2230.956,749.368 2231.773,748.994 C 2232.608,748.614 2232.55,747.71 2233.078,747.072 C 2232.337,747.135 2231.89,746.56 2231.208,746.424 C 2230.504,746.282 2229.975,747.149 2229.338,747.288 C 2229.528,747.552 2229.745,747.792 2229.988,748.008" id="path5858"/>
<path d="M 2229.408,752.112 C 2229.618,752.67 2229.977,752.838 2230.488,752.616 C 2230.16,752.379 2229.8,752.211 2229.408,752.112" id="path5860"/>
<path d="M 2236.968,741.672 C 2239.63,740.622 2234.813,739.96 2236.968,741.672" id="path5874"/>
<path d="M 2241.578,725.976 C 2242.821,725.912 2242.296,724.774 2241.798,724.176 C 2241.096,724.522 2240.662,725.558 2241.578,725.976" id="path5882"/>
<path d="M 2242.588,722.088 C 2243.272,722.045 2243.512,721.805 2243.309,721.368 C 2242.748,721.323 2242.563,721.553 2242.588,722.088" id="path5888"/>
<path d="M 2243.598,716.04 C 2243.788,715.8 2243.978,715.561 2244.168,715.32 C 2243.5,715.331 2243.595,715.515 2243.598,716.04" id="path5892"/>
<path d="M 2250.648,726.12 C 2250.989,725.369 2250.355,724.202 2249.498,724.968 C 2249.659,725.524 2250.085,725.967 2250.648,726.12" id="path5900"/>
<path d="M 2256.908,758.088 C 2257.139,758.219 2257.383,758.243 2257.637,758.16 C 2257.396,757.931 2257.153,757.907 2256.908,758.088" id="path5908"/>
<path d="M 2259.508,745.056 C 2259.735,744.28 2259.52,743.512 2259.359,742.752 C 2258.111,743.002 2259.193,744.246 2259.508,745.056" id="path5910"/>
<path d="M 2193.698,730.368 C 2193.312,731.061 2193.446,731.858 2193.268,732.599 C 2195.228,730.17 2198.015,729.37 2199.747,726.623 C 2200.392,725.602 2205.897,722.007 2203.917,720.359 C 2205.086,720.648 2204.287,719.843 2204.358,719.134 C 2204.445,718.27 2205.835,718.151 2206.438,718.071 C 2207.471,717.935 2207.672,717.533 2207.843,716.584 C 2208.082,715.261 2209.038,715.59 2209.897,715.03 C 2211.705,713.854 2210.376,712.7 2209.619,711.344 C 2208.71,709.716 2210.181,707.489 2208.817,706.101 C 2207.941,706.865 2209.011,709.779 2207.737,708.622 C 2208.05,709.224 2208.889,710.911 2208.957,711.574 C 2208.218,711.162 2207.363,710.717 2207.087,709.845 C 2207.072,710.758 2207.546,711.49 2207.824,712.323 C 2208.104,713.16 2207.049,715.746 2206.587,713.95 C 2206.518,714.508 2206.215,714.692 2205.712,714.83 C 2205.323,714.936 2205.534,716.05 2205.427,716.326 C 2205.292,716.674 2204.585,716.222 2204.427,716.542 C 2204.175,717.05 2204.844,717.402 2204.427,717.981 C 2204.238,716.286 2203.52,718.247 2203.267,718.704 C 2202.846,719.466 2202.444,720.24 2201.856,720.892 C 2200.925,721.924 2200.44,723.333 2199.35,724.234 C 2198.916,724.592 2198.422,724.426 2197.989,724.749 C 2197.493,725.118 2197.466,725.767 2196.954,726.066 C 2195.502,726.918 2194.257,728.791 2193.698,730.368" id="path5802"/>
<path d="M 2211.338,706.176 C 2211.546,705.414 2211.283,705.271 2210.548,705.744 C 2210.812,705.888 2211.074,706.032 2211.338,706.176" id="path5812"/>
<path d="M 2211.838,698.544 C 2211.62,698.325 2211.38,698.133 2211.118,697.968 C 2209.848,700.369 2212.991,700.777 2214.648,700.777 C 2214.696,700.335 2214.435,699.738 2214.037,699.517 C 2213.217,699.06 2212.699,699.259 2211.838,698.544" id="path5814"/>
<path d="M 2211.048,684.864 C 2211.33,685.559 2212.045,685.986 2212.638,686.376 C 2212.672,685.486 2211.87,684.899 2211.048,684.864" id="path5816"/>
<path d="M 2212.128,701.424 C 2211.815,701.496 2211.502,701.568 2211.189,701.64 C 2211.361,702.532 2212.431,702.606 2212.348,703.584 C 2213.001,702.995 2212.337,702.018 2212.128,701.424" id="path5818"/>
<path d="M 2213.278,713.376 C 2213.181,712.118 2211.546,713.284 2211.558,714.096 C 2212.528,714.484 2212.355,713.245 2213.278,713.376" id="path5820"/>
<path d="M 2213.138,688.176 C 2213.292,688.59 2214.889,689.868 2215.268,690.167 C 2216.881,691.441 2216.485,693.101 2217.657,694.441 C 2218.171,695.029 2221.65,701.379 2222.424,697.68 C 2222.588,696.896 2223.068,696.232 2223.22,695.448 C 2223.37,694.67 2222.639,693.977 2222.639,693.198 C 2222.639,691.338 2221.701,690.181 2220.443,688.927 C 2219.428,687.91 2214.104,686.929 2213.138,688.176" id="path5824"/>
<path d="M 2214.288,702.504 C 2214.264,701.993 2214.189,701.489 2214.068,700.992 C 2213.791,701.55 2213.864,702.054 2214.288,702.504" id="path5828"/>
<path d="M 2206.229,665.063 C 2205.906,666.656 2207.186,666.454 2207.345,667.357 C 2207.588,668.74 2207.693,670.519 2208.388,671.738 C 2209.058,672.912 2209.405,673.942 2209.614,675.254 C 2209.741,676.049 2211.013,677.801 2210.839,676.007 C 2212.181,676.511 2211.411,679.125 2212.966,679.591 C 2215.26,680.279 2213.447,677.334 2213.499,676.367 C 2214.08,676.579 2218.832,678.138 2216.989,679.453 C 2216.282,679.957 2215.662,680.568 2215.025,681.154 C 2214.004,682.093 2215.046,683.948 2215.149,685.151 C 2215.761,685.078 2216.001,684.714 2215.729,684.142 C 2217.025,684.163 2217.619,684.882 2217.388,686.159 C 2217.81,684.663 2218.751,685.976 2218.468,686.735 C 2219.206,686.613 2220.293,687.069 2220.904,686.458 C 2221.425,685.936 2221.57,685.14 2222.165,684.691 C 2222.35,684.552 2223.431,683.721 2223.695,683.932 C 2224.599,684.656 2225.805,685.015 2226.636,685.807 C 2227.735,686.853 2229.829,688.281 2230.129,689.83 C 2230.229,690.349 2231.142,691.106 2231.348,690.196 C 2231.337,689.705 2231.202,689.246 2230.947,688.817 C 2230.847,688.576 2229.775,687.126 2230.348,687.309 C 2229.197,686.586 2229.497,685.036 2228.689,684.07 C 2230.243,683.824 2231.7,685.696 2232.448,686.765 C 2233.461,688.211 2235.186,688.297 2236.053,690.079 C 2236.28,690.547 2235.756,691.453 2236.439,691.6 C 2237.18,691.759 2237.803,692.286 2238.482,692.612 C 2239.024,692.873 2239.496,693.627 2240.116,693.3 C 2240.567,693.063 2241.236,692.375 2241.799,692.493 C 2241.684,693.377 2240.057,693.772 2240.764,694.801 C 2240.892,694.987 2242.236,696.916 2242.593,695.964 C 2243.148,694.485 2242.55,689.352 2239.78,691.27 C 2239.47,690.661 2239.791,690.254 2239.646,689.66 C 2239.462,688.908 2238.375,687.825 2237.73,687.453 C 2236.019,686.467 2239.63,685.503 2240.57,686.013 C 2240.407,684.953 2238.691,684.527 2237.825,684.448 C 2236.349,684.312 2236.101,683.063 2234.88,682.845 C 2234.573,683.847 2236.447,685.306 2234.88,685.869 C 2233.733,686.281 2233.395,683.527 2232.888,682.669 C 2231.857,680.919 2227.525,679.356 2227.611,682.629 C 2227.436,682.331 2227.246,682.043 2227.041,681.765 C 2226.069,682.665 2228.047,683.229 2227.491,683.86 C 2226.552,684.928 2224.626,683.477 2223.941,682.774 C 2223.327,682.143 2220.684,677.633 2222.64,677.517 C 2220.866,676.28 2219.029,672.72 2219.84,670.677 C 2220.393,669.284 2219.688,668.015 2220.191,666.789 C 2220.812,665.271 2222.843,665.17 2223.871,664.053 C 2223.753,664.462 2223.633,664.87 2223.511,665.278 C 2224.378,664.292 2224.104,663.135 2224.506,661.967 C 2225.12,660.187 2225.938,658.277 2225.601,656.35 C 2224.601,656.823 2225.057,655.441 2224.732,654.981 C 2223.832,653.71 2222.79,653.669 2222.238,651.92 C 2221.674,650.125 2221.719,648.735 2222.468,647.048 C 2222.857,646.173 2221.722,643.774 2220.934,645.051 C 2220.621,645.558 2220.565,646.676 2219.706,646.52 C 2219.186,646.425 2218.063,645.827 2217.601,646.414 C 2217.324,645.813 2216.745,645.389 2216.202,645.052 C 2215.113,644.377 2213.695,643.364 2212.404,643.792 C 2211.847,643.977 2211.241,643.674 2210.687,643.625 C 2210.17,643.578 2210.569,644.326 2210.082,644.326 C 2208.697,644.326 2209.569,645.091 2209.542,645.91 C 2209.492,647.374 2209.034,649.176 2208.822,650.662 C 2208.435,653.366 2210.477,655.755 2209.914,658.631 C 2209.458,660.963 2210.42,662.703 2210.733,664.874 C 2211.123,667.565 2207.023,663.976 2206.732,662.83 C 2205.824,663.285 2205.912,664.266 2206.229,665.063" id="path5808"/>
<path d="M 2213.718,637.128 C 2214.049,637.618 2214.502,637.93 2215.078,638.064 C 2215.291,637.249 2214.393,636.689 2213.718,637.128" id="path5826"/>
<path d="M 2214.288,641.592 C 2214.552,641.568 2214.814,641.544 2215.078,641.52 C 2214.666,641.337 2214.476,641.201 2214.288,641.592" id="path5830"/>
<path d="M 2216.738,628.632 C 2216.97,628.28 2217.113,627.897 2217.168,627.48 C 2216.698,627.741 2216.555,628.125 2216.738,628.632" id="path5834"/>
<path d="M 2218.248,641.808 C 2218.727,641.452 2218.946,640.873 2218.758,640.296 C 2218.313,640.709 2218.143,641.213 2218.248,641.808" id="path5836"/>
<path d="M 2222.928,674.856 C 2223.163,675.74 2223.624,677.435 2224.588,677.807 C 2225.011,676.727 2224.707,673.278 2222.928,674.856" id="path5842"/>
<path d="M 2226.678,683.496 C 2226.462,682.62 2225.296,682.012 2224.519,681.767 C 2225.014,682.587 2225.898,683.007 2226.678,683.496" id="path5844"/>
<path d="M 2224.519,688.32 C 2224.492,689.936 2227.006,691.147 2227.079,688.837 C 2227.114,687.661 2224.895,687.022 2224.519,688.32" id="path5846"/>
<path d="M 2226.458,677.304 C 2226.673,676.61 2226.433,676.418 2225.738,676.728 C 2225.979,676.92 2226.218,677.111 2226.458,677.304" id="path5848"/>
<path d="M 2226.388,702.792 C 2228.724,703.206 2228.163,705.021 2228.119,706.811 C 2228.088,708.109 2228.301,709.032 2227.951,710.331 C 2227.588,711.685 2228.375,712.975 2227.898,714.312 C 2229.238,714.596 2230.094,712.296 2231.555,712.296 C 2232.506,712.296 2234.278,710.909 2234.002,709.963 C 2233.761,709.135 2236.798,708.826 2236.388,707.646 C 2235.843,706.081 2236.958,703.924 2234.448,705.745 C 2235.064,705.072 2234.138,704.16 2233.401,704.324 C 2232.717,704.476 2232.272,705.337 2231.686,704.714 C 2231.023,704.01 2230.551,703.205 2229.64,702.776 C 2228.783,702.373 2227.675,702.203 2227.108,701.353 C 2226.729,701.762 2226.489,702.242 2226.388,702.792" id="path5850"/>
<path d="M 2226.958,696.456 C 2226.859,697.756 2226.323,698.861 2227.318,699.983 C 2227.494,698.503 2227.613,697.02 2227.922,695.573 C 2228.096,694.755 2226.251,695.273 2226.958,696.456" id="path5852"/>
<path d="M 2227.038,677.664 C 2227.278,677.64 2227.517,677.616 2227.758,677.592 C 2227.509,677.55 2227.27,677.574 2227.038,677.664" id="path5854"/>
<path d="M 2228.908,696.456 C 2229.532,696.55 2229.459,696.31 2228.688,695.736 C 2228.762,695.977 2228.835,696.216 2228.908,696.456" id="path5856"/>
<path d="M 2229.988,742.752 C 2229.617,744.787 2232.408,745.645 2232.62,743.266 C 2232.697,742.4 2233.072,740.006 2233.734,739.742 C 2234.261,739.533 2234.64,736.378 2235.841,737.306 C 2236.705,737.974 2236.351,739.41 2237.037,740.16 C 2237.227,738.893 2237.683,739.509 2238.047,740.16 C 2238.329,739.379 2238.093,738.299 2239.058,737.928 C 2239.489,738.448 2239.406,739.075 2238.908,739.512 C 2239.899,739.548 2240.522,740.773 2241.508,740.592 C 2241.207,740.156 2240.835,739.564 2240.859,739.008 C 2240.872,738.692 2241.567,738.728 2241.649,738.432 C 2241.866,737.653 2241.002,737.835 2242.006,737.079 C 2242.623,736.615 2243.232,737.431 2243.699,737.724 C 2245.288,738.72 2246.723,738.995 2247.256,741.101 C 2247.544,742.246 2245.993,743.318 2245.871,744.541 C 2245.748,745.765 2246.406,747.449 2246.665,748.657 C 2247.064,750.52 2248.685,751.638 2250.278,752.454 C 2251.009,752.829 2253.606,754.516 2254.395,753.82 C 2255.027,753.263 2254.692,751.947 2255.886,752.009 C 2256.004,752.015 2255.654,757.57 2257.353,756.398 C 2258.534,755.584 2259.56,752.786 2259.377,751.422 C 2259.12,749.504 2257.662,748.7 2256.918,747.152 C 2256.469,746.217 2258.743,740.984 2259.553,741.372 C 2260.176,741.67 2261.555,744.633 2261.827,745.354 C 2262.093,746.056 2261.941,746.789 2262.003,747.515 C 2262.093,748.575 2262.952,749.282 2263.107,750.311 C 2263.108,748.639 2263.856,746.471 2262.596,745.055 C 2263.217,744.765 2263.723,745.136 2263.966,745.703 C 2262.897,744.753 2264.482,743.801 2265.003,743.089 C 2266.011,741.714 2265.302,739.704 2265.031,738.233 C 2264.809,737.025 2263.225,737.02 2263.855,735.708 C 2264.22,734.948 2264.248,732.991 2262.885,733.607 C 2265.203,731.621 2260.962,730.974 2261.016,729.934 C 2261.047,729.326 2262.23,729.043 2262.462,728.446 C 2262.878,727.377 2261.688,726.948 2261.375,726.119 C 2261.228,725.728 2261.661,723.86 2260.937,724.234 C 2260.023,724.705 2259.854,724.372 2259.36,723.665 C 2258.775,722.827 2259.366,722.344 2258.086,721.953 C 2256.676,721.522 2256.42,720.248 2255.187,719.711 C 2254.442,721.336 2255.752,723.474 2256.243,725.009 C 2256.354,725.36 2256.866,726.654 2256.227,726.839 C 2255.394,727.079 2254.248,726.874 2253.886,725.975 C 2253.209,728.096 2253.934,728.267 2251.946,726.885 C 2250.075,725.585 2251.7,730.713 2250.151,730.926 C 2249.156,731.063 2248.962,729.862 2248.044,730.275 C 2247.089,730.706 2247.353,732.458 2247.052,733.275 C 2246.691,734.257 2245.259,733.819 2244.546,734.399 C 2244.132,734.736 2243.419,735.533 2242.849,735.558 C 2242.261,735.584 2243.579,734.642 2243.46,734.722 C 2244.205,734.226 2244.361,733.95 2244.173,733.004 C 2244.027,732.27 2243.02,728.737 2241.797,730.442 C 2241.61,729.853 2241.249,729.105 2240.497,729.145 C 2240.917,731.126 2238.44,730.366 2237.858,731.442 C 2237.17,732.712 2237.758,733.88 2236.176,734.401 C 2234.576,734.928 2232.21,734.468 2231.453,736.497 C 2231.129,737.367 2231.331,738.376 2231.231,739.28 C 2231.102,740.476 2230.48,741.671 2229.988,742.752" id="path5862"/>
<path d="M 2230.848,696.456 C 2230.586,696.62 2230.346,696.812 2230.128,697.032 C 2230.741,697.519 2231.37,697.991 2231.928,698.544 C 2232.604,697.6 2232.008,696.45 2230.848,696.456" id="path5864"/>
<path d="M 2233.798,723.024 C 2234.484,723.517 2235.468,723.503 2236.038,724.175 C 2236.519,724.742 2236.266,725.646 2236.841,726.157 C 2237.633,726.862 2238.676,726.02 2239.072,725.319 C 2239.808,724.014 2238.454,723.125 2238.105,721.985 C 2237.46,719.886 2238.274,716.795 2238.933,714.749 C 2239.434,713.191 2241.086,711.099 2238.924,709.958 C 2238.211,709.582 2237.287,709.463 2236.535,709.803 C 2235.243,710.388 2235.784,711.515 2235.457,712.582 C 2235.246,713.27 2234.572,713.492 2234.822,714.311 C 2235.1,715.221 2235.493,716.215 2235.128,717.168 C 2234.579,718.604 2231.933,717.686 2231.972,719.289 C 2232.006,720.632 2233.053,721.978 2233.798,723.024" id="path5866"/>
<path d="M 2232.718,714.6 C 2233.362,714.308 2234.881,712.317 2233.513,711.982 C 2232.48,711.729 2232.215,714.064 2232.718,714.6" id="path5868"/>
<path d="M 2237.038,694.8 C 2236.21,693.46 2235.256,691.637 2233.728,690.984 C 2232.975,692.25 2236.468,693.972 2237.038,694.8" id="path5870"/>
<path d="M 2236.248,700.776 C 2236.225,701.04 2236.201,701.303 2236.178,701.567 C 2237.191,700.874 2237.949,698.147 2239.173,699.572 C 2239.669,700.15 2240.215,700.686 2240.656,701.309 C 2241.215,702.098 2242.366,702.139 2242.948,702.935 C 2244.057,700.789 2241.131,699.484 2240.144,698.31 C 2239.704,697.787 2239.018,697.209 2238.5,696.791 C 2238.19,696.54 2236.477,695.728 2236.107,695.736 C 2236.372,696.423 2236.155,698.241 2236.456,698.645 C 2237.2,699.643 2236.32,699.694 2236.248,700.776" id="path5872"/>
<path d="M 2239.488,696.456 C 2239.758,696.983 2240.118,697.439 2240.568,697.824 C 2240.423,696.852 2240.153,695.662 2239.198,695.16 C 2238.98,695.663 2239.077,696.095 2239.488,696.456" id="path5876"/>
<path d="M 2239.638,718.128 C 2239.742,719.634 2239.274,721.105 2239.128,722.592 C 2241.189,723.136 2240.752,718.24 2241.583,717.27 C 2242.612,716.067 2243.702,715.092 2243.881,713.418 C 2244.094,711.425 2243.459,709.462 2243.519,707.472 C 2242.522,707.677 2242.24,710.798 2242.071,711.557 C 2241.556,713.859 2240.112,715.821 2239.638,718.128" id="path5878"/>
<path d="M 2241.508,690.264 C 2241.627,689.772 2241.387,689.675 2240.788,689.976 C 2241.028,690.071 2241.268,690.168 2241.508,690.264" id="path5880"/>
<path d="M 2242.588,687.672 C 2244.397,686.401 2244.131,683.54 2241.718,683.064 C 2241.012,684.542 2241.486,686.658 2242.588,687.672" id="path5884"/>
<path d="M 2243.019,690.696 C 2242.79,690.503 2242.526,690.455 2242.229,690.551 C 2242.492,690.6 2242.755,690.648 2243.019,690.696" id="path5886"/>
<path d="M 2243.229,720.576 C 2243.066,723.379 2248.068,720.193 2248.708,720.431 C 2248.313,718.987 2248.26,716.14 2245.673,716.848 C 2244.765,717.096 2241.979,719.78 2243.229,720.576" id="path5890"/>
<path d="M 2244.168,696.456 C 2244.736,697.988 2245.394,699.297 2246.689,700.344 C 2247.411,700.927 2249.616,703.26 2250.508,702.865 C 2250.204,703.578 2250.238,704.524 2249.348,704.808 C 2249.79,705.171 2250.151,705.603 2250.428,706.104 C 2249.661,705.26 2249.215,706.333 2248.589,706.697 C 2247.619,707.26 2246.097,705.697 2245.678,704.953 C 2244.957,705.84 2246.323,710.105 2247.408,710.568 C 2247.217,708.634 2249.489,711.13 2249.541,712.116 C 2249.674,714.629 2249.216,716.562 2251.878,717.768 C 2251.764,717.009 2251.373,716.317 2251.368,715.537 C 2251.789,716.006 2253.256,716.045 2253.397,715.247 C 2253.475,714.804 2252.397,712.715 2252.129,712.268 C 2251.515,711.238 2251.328,711.373 2251.228,709.994 C 2251.163,709.101 2251.358,707.697 2250.578,707.042 C 2251.176,706.887 2252.867,708.536 2252.883,708.518 C 2253.543,707.744 2256.022,708.73 2256.698,709.13 C 2256.152,708.491 2255.775,707.593 2254.898,707.33 C 2256.031,706.463 2253.76,703.907 2253.657,702.877 C 2253.547,701.792 2254.035,700.827 2253.44,699.903 C 2253.06,699.313 2254.49,699.485 2253.341,698.794 C 2252.718,698.419 2251.923,698.696 2251.981,697.713 C 2252.054,696.451 2250.959,696.407 2250.056,696.209 C 2249.079,695.995 2248.765,695.979 2247.736,696.31 C 2246.553,696.688 2245.254,695.637 2244.168,696.456" id="path5894"/>
<path d="M 2246.688,705.456 C 2247.96,705.642 2247.029,702.679 2245.467,703.584 C 2245.807,704.237 2245.994,705.06 2246.688,705.456" id="path5896"/>
<path d="M 2253.238,718.128 C 2253.509,718.362 2253.776,718.602 2254.038,718.848 C 2253.891,718.165 2253.56,717.022 2252.598,717.336 C 2252.786,717.62 2253,717.884 2253.238,718.128" id="path5904"/>
<path d="M 2256.118,718.128 C 2256.693,718.527 2256.765,719.137 2256.268,719.64 C 2257.341,719.798 2257.095,718.267 2256.968,717.677 C 2256.834,717.059 2256.441,716.513 2256.337,715.896 C 2256.242,715.334 2256.62,714.882 2256.407,714.312 C 2254.988,714.918 2256.122,716.124 2255.327,717.048 C 2255.901,717.141 2256.283,717.519 2256.118,718.128" id="path5906"/>
<path d="M 2259.218,721.944 C 2259.712,721.433 2259.367,720.75 2258.859,720.431 C 2258.775,720.984 2258.895,721.488 2259.218,721.944" id="path5912"/>
<path d="M 2259.648,718.128 C 2259.289,718.612 2258.976,720.65 2260.123,720.388 C 2261.287,720.122 2260.424,718.272 2259.648,718.128" id="path5914"/>
<path d="M 2246.118,713.088 C 2246.068,712.824 2246.017,712.56 2245.968,712.296 C 2246.785,712.416 2246.835,712.68 2246.118,713.088" id="path5920"/>
<path d="M 2250.428,706.104 C 2250.555,706.404 2250.605,706.715 2250.578,707.041 C 2250.433,706.744 2250.382,706.432 2250.428,706.104" id="path5924"/>
<path d="M 2240.278,709.2 C 2239.749,706.386 2243.576,707.833 2240.278,709.2" id="path5936"/>
</g>
<path class="landxx uy" d="M 849.65629,1023.7686 C 850.30529,1022.8536 851.51529,1022.0306 851.01629,1020.7396 C 851.97929,1021.4416 852.96329,1021.9676 854.15429,1021.3556 C 854.80929,1021.0196 854.82529,1019.9926 855.67329,1019.8766 C 857.22929,1019.6656 858.76229,1021.5676 859.80629,1022.4686 C 861.17629,1023.6506 863.78929,1024.6626 864.03329,1026.6886 C 864.12129,1027.4206 863.98329,1028.6376 865.02629,1028.3796 C 865.77829,1028.1926 867.10629,1027.4926 866.64629,1026.4986 C 867.91529,1026.8306 870.36429,1030.8136 871.39329,1030.4426 C 872.35429,1030.0956 872.53729,1030.8586 873.31629,1031.3446 C 874.35129,1031.9896 875.37429,1031.9906 876.29529,1032.9316 C 876.96729,1033.6196 877.53129,1034.4536 878.34829,1034.9876 C 879.41229,1035.6826 880.71129,1035.7966 881.69729,1036.6486 C 883.50529,1038.2106 884.05129,1040.2086 886.31229,1041.3296 C 888.87029,1042.5976 887.65029,1043.3356 886.43429,1045.2316 C 885.54929,1046.6116 886.16729,1050.2136 887.54629,1051.1046 C 888.42829,1051.6726 886.97529,1055.0446 886.37929,1056.0496 C 885.88029,1056.8906 884.22829,1060.4216 882.76729,1059.1176 C 883.53829,1060.0966 881.82729,1060.6146 881.20029,1060.8676 C 879.41529,1061.5886 878.81229,1061.6396 876.89029,1061.2356 C 875.35429,1060.9126 873.71029,1060.1316 872.20429,1060.8906 C 871.56529,1061.2116 870.86729,1061.6286 870.13529,1061.6946 C 869.02029,1061.7946 869.08829,1061.0166 868.36729,1060.6286 C 867.11829,1059.9576 865.53829,1060.2026 864.33229,1059.4716 C 862.66929,1058.4626 862.01229,1057.4266 859.88729,1057.5346 C 858.52129,1057.6036 857.42829,1058.1816 856.42429,1057.0656 C 855.07729,1055.5666 853.03629,1054.5796 851.95529,1052.8646 C 851.20129,1051.6686 850.01329,1046.5556 851.72629,1046.0846 C 853.49729,1045.5966 852.18229,1043.5406 851.66629,1042.6076 C 851.29829,1041.9426 851.02329,1041.2086 850.73229,1040.5086 C 850.48729,1039.9216 851.27429,1039.4346 850.98329,1038.6096 C 850.73029,1037.8896 849.44929,1035.7936 850.06929,1035.0726 C 851.44429,1033.4756 849.66529,1032.5216 850.25129,1031.4456 C 850.65829,1030.6976 850.14429,1027.2186 850.31329,1027.0986 C 851.57629,1026.2016 849.94229,1024.9526 849.65629,1023.7686" id="uy"/>
<path class="landxx cg" d="M 1355.5963,793.57855 C 1356.1793,791.81555 1356.5313,791.29355 1357.9853,790.18755 C 1359.2733,789.20855 1359.7273,792.45955 1361.4153,791.42655 C 1361.6573,791.27855 1361.3453,789.82055 1361.6073,789.27855 C 1362.1723,788.11355 1360.9633,787.85255 1360.2713,787.41155 C 1359.6593,787.02155 1361.3903,783.19055 1358.6963,783.93855 C 1359.6353,782.65255 1359.3673,781.11455 1358.9763,779.68855 C 1360.0653,779.94455 1360.5163,779.82955 1361.5683,779.84555 C 1362.0323,779.85255 1362.2543,780.55755 1362.6883,780.45155 C 1363.9853,780.13555 1366.2743,780.46855 1365.9803,778.52055 C 1365.7783,777.18755 1365.3253,774.35355 1367.8753,775.72555 C 1368.8073,776.22655 1370.4613,779.00555 1369.8573,780.04955 C 1371.0443,779.36755 1372.1673,780.84155 1373.3773,780.54955 C 1374.4163,780.29855 1375.4143,778.61855 1375.6873,777.66955 C 1376.0073,778.25255 1376.5753,781.51455 1377.3073,781.45255 C 1377.8513,781.40655 1379.2693,779.99355 1379.1773,779.37855 C 1379.0833,778.75255 1379.2313,776.59755 1379.8653,776.22855 C 1380.7103,775.73755 1381.5063,774.13355 1380.4373,773.41955 C 1381.8913,772.90655 1381.1773,770.11955 1380.8643,769.10655 C 1380.3853,767.55755 1381.9883,765.84155 1381.2463,764.47155 C 1380.8063,763.65855 1379.6783,763.41855 1378.8573,763.41855 C 1378.4093,763.08355 1378.8103,761.95655 1377.8473,761.86355 C 1375.3523,761.62255 1377.2933,760.31055 1376.9893,758.77155 C 1376.7803,757.71255 1377.1453,755.62655 1378.1273,754.91855 C 1379.1563,754.17555 1380.0543,754.55255 1380.7153,753.15055 C 1381.2283,752.06155 1380.4106,751.24372 1380.0063,750.29755 C 1379.2751,748.58632 1379.0359,746.98218 1376.8173,747.33455 C 1374.8959,747.63972 1373.1943,748.68655 1371.2883,749.01355 C 1371.8303,747.59355 1371.2344,746.04557 1371.1023,744.61055 C 1370.9574,743.03586 1371.9572,741.54594 1372.0061,740.74732 C 1372.0011,740.10332 1379.7003,740.95055 1380.3683,740.87855 C 1381.6563,740.73955 1382.1093,741.08155 1383.3353,741.17355 C 1384.3663,741.25155 1384.5213,742.63555 1385.9043,742.25755 C 1388.6223,741.51355 1391.4673,743.44355 1393.3283,745.27055 C 1394.2073,744.01955 1393.3333,743.09155 1393.3853,741.77155 C 1393.4283,740.68055 1394.5153,740.03055 1394.9083,739.07855 C 1395.4633,737.73855 1396.1413,736.43355 1396.4683,735.01155 C 1396.7313,733.87055 1396.3143,732.81855 1396.5643,731.71655 C 1396.7533,730.88055 1396.9813,729.63655 1397.8163,729.17755 C 1398.8853,728.58955 1400.2323,729.17255 1401.3763,728.68355 C 1402.6153,728.15355 1403.5773,727.30455 1404.9623,727.94955 C 1406.3193,728.58155 1407.2453,729.14857 1408.7843,728.89955 C 1410.6693,728.59455 1413.1344,727.89248 1412.8733,730.53749 C 1412.65,732.79917 1411.053,735.93536 1409.973,737.87336 C 1408.703,740.14936 1408.7176,741.64755 1408.6966,744.28455 C 1408.6846,745.74655 1408.4295,747.23067 1407.9873,748.63555 C 1407.5029,750.17455 1407.132,751.01255 1407.1123,752.68955 C 1407.0996,753.77326 1407.039,754.82855 1406.961,755.93055 C 1406.884,757.01855 1406.5699,758.3984 1406.3021,759.45718 C 1405.6205,762.15218 1406.912,763.89812 1404.6656,766.36677 C 1402.6541,768.57723 1400.5299,769.20262 1399.1731,771.67655 C 1398.5284,772.85203 1397.9914,774.12414 1397.4717,775.41427 C 1396.5072,777.80886 1394.201,778.16878 1394.345,779.63037 C 1394.5814,782.03009 1394.3827,784.37535 1394.3743,787.03655 C 1394.3661,789.62544 1393.2302,793.61012 1390.7639,794.0423 C 1389.8661,794.19963 1388.9324,795.14608 1388.6494,796.09408 C 1388.4984,796.60208 1386.8736,797.29479 1386.3956,797.87114 C 1385.5359,798.90749 1384.9148,800.1252 1383.9189,801.14874 C 1382.6535,802.44924 1381.3983,800.90355 1380.6573,801.85955 C 1380.6573,800.93255 1379.8176,799.25882 1380.4606,798.49749 C 1380.9738,797.88986 1381.2285,797.34439 1380.1763,797.01708 C 1378.8738,796.6119 1377.0993,799.31755 1375.9773,797.83055 C 1375.4183,798.41755 1375.5153,799.15355 1375.2243,799.84555 C 1374.8373,800.76555 1373.6073,801.10555 1372.9483,801.79055 C 1372.8813,800.58455 1371.2013,800.41655 1370.9283,799.26955 C 1370.0303,800.91931 1369.1136,795.99926 1367.5672,798.41089 C 1367.037,799.23782 1366.1605,799.16844 1365.5083,799.73055 C 1364.8544,800.29408 1363.7358,801.59616 1363.0623,802.3438 C 1361.4791,804.10141 1360.9983,800.82855 1360.7443,799.88355 C 1360.0813,797.41955 1357.4113,795.27355 1355.5963,793.57855" id="cg"/>
<g id="me">
<path class="landxx me" d="M 1405.7063,391.60555 C 1407.5893,391.29555 1403.8173,387.08455 1406.7863,387.71755 C 1405.9423,386.19555 1408.6073,383.85955 1409.1663,385.70155 C 1409.5733,384.74455 1408.4463,384.37655 1408.5863,383.46955 C 1409.7943,383.86755 1410.1023,384.59095 1411.1133,385.46695 C 1412.4893,386.65795 1412.9187,387.20113 1414.5477,388.02213 C 1415.1827,388.34213 1417.0479,388.12955 1417.4409,388.82155 C 1418.0409,389.87755 1416.4816,389.80055 1416.3196,389.93455 C 1415.8236,390.34155 1417.6333,391.43255 1416.7223,391.89255 C 1416.1053,392.20455 1415.3583,392.59555 1414.8403,391.86255 C 1414.5563,391.46255 1414.3633,390.62355 1413.7273,391.34355 C 1412.1093,393.17455 1411.5646,395.20901 1412.3296,397.58101 C 1411.1586,396.91501 1409.9413,395.72355 1409.1603,394.63855 C 1408.9223,394.30655 1406.922,392.63292 1406.507,392.68892 C 1407.22,392.37292 1407.0713,392.43355 1407.8683,392.82855 C 1407.9473,391.61055 1405.3533,393.64755 1405.7063,391.60555" id="me-"/>
<circle class="circlexx me" cx="1410.6593" cy="390.19957" id="me." r="6.01303"/>
</g>
<g class="landxx coastxx ee" id="ee" transform="translate(-29.9017, -45.0745)">
<path d="M 1451.738,308.735 C 1452.846,308.321 1452.563,307.388 1453.178,306.647 C 1453.609,306.129 1454.44,306.303 1455.004,306.074 C 1455.336,306.098 1455.664,306.145 1455.988,306.215 C 1456.314,305.983 1456.622,305.729 1456.913,305.454 C 1457.582,305.089 1458.135,304.268 1459.008,304.558 C 1457.778,303.395 1456.615,303.209 1454.978,303.334 C 1454.095,303.401 1453.604,303.21 1452.883,303.867 C 1452.323,304.377 1451.111,303.966 1450.438,304.054 C 1451.373,304.804 1450.334,305.547 1451.583,306.345 C 1453.038,307.274 1450.864,307.847 1451.738,308.735" id="path5944"/>
<path d="M 1454.618,299.376 C 1453.595,300.306 1452.396,300.394 1451.087,300.528 C 1452.061,301.026 1453.368,300.508 1453.902,301.737 C 1454.293,302.634 1455.078,302.494 1455.489,301.707 C 1455.674,301.355 1457.052,301.472 1456.761,300.663 C 1456.479,299.878 1455.092,299.988 1454.618,299.376" id="path5946"/>
<path d="M 1458.218,303.552 C 1458.697,303.792 1459.105,303.697 1459.438,303.264 C 1459.104,302.733 1458.52,302.493 1457.928,302.76 C 1458.024,303.023 1458.121,303.288 1458.218,303.552" id="path5948"/>
<path d="M 1458.078,299.664 C 1458.078,299.88 1458.078,300.096 1458.078,300.311 C 1458.348,300.156 1458.588,299.963 1458.798,299.735 C 1458.558,299.712 1458.318,299.688 1458.078,299.664" id="path5950"/>
<path class="landxx ee" d="M 1460.308,303.479 C 1459.766,302.01 1461.645,302.243 1462.468,301.895 C 1461.865,301.737 1460.65,302.23 1460.158,301.824 C 1459.302,301.115 1460.895,300.504 1460.378,299.664 C 1460.133,299.8 1459.893,299.943 1459.658,300.096 C 1459.807,299.622 1459.607,298.895 1459.949,298.501 C 1460.776,297.549 1462.292,297.822 1463.397,297.792 C 1463.219,297.521 1463.076,297.233 1462.967,296.928 C 1464.037,297.532 1464.513,296.127 1465.541,296.294 C 1466.066,296.379 1467.724,297.073 1467.507,295.92 C 1468.141,295.952 1472.458,296.604 1471.677,295.056 C 1473.272,295.592 1475.407,295.354 1477.092,295.555 C 1478.577,295.731 1479.831,296.357 1481.275,296.544 C 1482.678,296.726 1487.97,295.645 1488.528,297.217 C 1487.143,297.197 1486.9322,297.93432 1486.6061,299.07906 C 1486.2381,300.37086 1484.576,300.78227 1484.601,301.905 C 1484.6201,302.761 1485.2121,303.32681 1485.4341,304.12581 C 1485.6321,304.84081 1485.037,305.41368 1485.287,306.12868 C 1485.467,306.64168 1486.1738,307.02722 1486.531,307.383 C 1487.084,307.93376 1486.526,308.41825 1487.667,308.952 C 1486.6714,310.06581 1485.2501,310.58223 1485.6694,311.76 C 1484.7774,311.787 1483.5964,311.26386 1482.7414,311.14486 C 1481.7724,311.00986 1481.119,311.949 1480.177,311.761 C 1478.159,311.358 1476.556,309.608 1474.667,308.825 C 1474.127,308.6 1473.171,308.07991 1472.577,308.12191 C 1471.819,308.17491 1471.3849,307.59232 1470.7089,307.60132 C 1469.0989,307.62232 1467.537,309.49 1465.917,309.026 C 1466.058,308.276 1466.296,306.335 1466.667,305.748 C 1467.139,305.003 1466.007,304.649 1465.621,305.404 C 1464.455,307.685 1461.195,303.504 1460.308,303.479" id="path5970"/>
</g>
<path class="landxx rw" d="M 1491.1763,781.12855 C 1490.6473,780.03755 1493.3966,778.17192 1493.3686,776.71792 C 1493.3186,774.16292 1494.4694,773.055 1496.6474,771.788 C 1496.9184,771.63 1498.2223,770.80455 1498.5633,771.06955 C 1499.0243,771.42655 1499.1953,772.65955 1499.9363,771.84055 C 1500.5183,771.19755 1502.4223,768.36655 1503.4863,768.73855 C 1502.9903,770.20355 1504.2488,772.05305 1504.9158,773.13905 C 1505.7498,774.49605 1506.5983,776.82955 1506.3763,778.38755 C 1506.0963,780.34755 1504.9793,780.60255 1503.3243,779.97355 C 1501.4453,779.25955 1500.9893,780.96255 1499.3763,779.53755 C 1499.1443,781.30655 1499.2943,783.23655 1497.1543,783.68055 C 1496.0643,783.90655 1495.0483,784.04855 1494.5133,782.95755 C 1493.9253,781.75755 1492.3703,781.85355 1492.2453,783.28755 C 1491.5693,782.65355 1491.2403,782.06755 1491.1763,781.12855" id="rw"/>
<path class="landxx am" d="M 1580.8187,403.54483 C 1581.585,403.49385 1583.7741,404.07475 1585.0618,403.56028 C 1586.9001,402.82587 1589.0973,403.17584 1591.0363,403.19755 C 1590.9435,402.81312 1591.5353,402.5202 1591.9263,402.46086 C 1592.1603,402.68886 1594.5753,404.39855 1592.6143,403.98955 C 1593.9443,405.00055 1596.0003,405.01555 1596.6553,406.79855 C 1594.0713,407.60855 1596.9483,409.91355 1598.0723,410.58455 C 1598.6663,410.93855 1600.0073,411.17355 1600.1663,411.97855 C 1600.4763,413.54355 1598.4993,413.29455 1597.6553,413.63855 C 1598.5273,413.97155 1601.8443,417.37855 1602.7413,417.01955 C 1603.1973,416.83655 1605.3383,417.51255 1604.5283,417.99855 C 1603.3223,418.72155 1605.3903,419.69655 1605.7953,420.19055 C 1604.5323,420.34555 1605.2475,422.4611 1605.7075,423.0381 C 1605.5586,423.16262 1603.1457,423.67437 1603.0087,423.29254 C 1602.2177,422.00754 1601.7714,420.10692 1600.447,419.36455 C 1599.8779,419.04555 1600.3295,417.6865 1599.4368,417.50046 C 1598.8796,417.3843 1598.4546,417.40395 1597.6326,417.63837 C 1596.6012,417.9325 1596.0989,416.72581 1595.2163,417.23855 C 1595.3459,415.1588 1593.0535,416.11706 1592.2574,416.15607 C 1591.1444,415.32607 1589.6901,413.25919 1588.1461,413.30619 C 1586.5531,413.35519 1585.1993,413.28455 1583.7663,412.55955 C 1584.3282,412.17962 1583.9732,411.41868 1583.7331,410.88574 C 1583.2863,409.89383 1583.2612,409.68064 1583.6266,408.79042 C 1584.3093,407.12722 1581.3762,406.54659 1580.8187,403.52701" id="am"/>
<path class="landxx sn" d="M 1140.0263,632.08555 C 1139.5863,632.07455 1139.2033,632.21855 1138.8763,632.51755 C 1138.7493,631.29055 1141.0453,630.90555 1141.7553,630.19855 C 1143.3023,628.65555 1144.5433,626.58255 1145.4493,624.61155 C 1145.8833,623.66755 1147.9743,614.67155 1150.1743,616.73655 C 1151.1633,617.66555 1156.4213,616.73055 1157.2633,615.74955 C 1158.5633,614.23355 1163.6693,615.93455 1164.7463,617.22155 C 1166.2013,618.95955 1166.3833,619.66455 1168.7673,619.90755 C 1170.0643,620.03955 1171.5053,622.57655 1171.2313,623.83155 C 1171.1043,624.41255 1172.9923,625.43655 1173.3253,626.05055 C 1173.7413,626.81755 1173.9453,627.70955 1174.5483,628.36555 C 1175.1393,629.00855 1176.3403,629.08655 1176.7313,629.87755 C 1177.3023,631.03355 1179.0373,631.67455 1179.1963,633.02355 C 1179.2683,633.62755 1178.2693,634.33555 1178.9623,634.95455 C 1179.5373,635.46855 1179.9453,635.80355 1180.0333,636.68655 C 1180.1273,637.62055 1180.9433,639.88155 1180.1833,640.58755 C 1179.3933,640.75955 1179.3223,641.14355 1179.9723,641.74055 C 1180.1313,642.18055 1180.3843,642.55055 1180.7313,642.84855 C 1181.4173,643.23455 1180.7513,643.98255 1181.7163,644.25555 C 1182.2373,642.21155 1183.8803,645.76155 1184.1653,646.32255 C 1184.5903,647.15955 1184.8223,647.79055 1184.5843,648.76155 C 1184.3153,649.86155 1185.0453,651.27455 1184.6663,652.17455 C 1183.4223,651.63955 1182.0693,652.47655 1180.7523,652.24655 C 1179.3813,652.00755 1178.5897,652.80879 1177.2943,652.98555 C 1175.9703,653.16622 1173.8433,650.81357 1172.7333,651.55055 C 1171.8658,652.12655 1172.1835,650.50191 1171.9963,650.44655 C 1170.8246,650.10007 1171.2219,649.89491 1170.2323,649.89319 L 1157.5894,649.87119 C 1155.9353,649.86831 1155.2421,649.96711 1153.9953,650.95155 C 1152.9023,651.81455 1151.4022,651.73455 1149.7763,651.67755 C 1148.3682,651.62819 1147.3854,652.46809 1146.0704,652.67909 C 1145.4124,652.78509 1144.7153,652.56455 1144.1353,652.96755 C 1144.0023,652.64155 1143.3113,651.93355 1143.6723,651.53755 C 1144.5793,650.54155 1145.0963,650.04855 1146.2953,650.80955 C 1147.2003,651.38455 1148.3253,650.49255 1149.2873,650.47355 C 1149.9913,650.45955 1150.3403,651.00155 1151.0583,650.77355 C 1151.6153,650.59655 1151.8773,650.71455 1152.3943,650.88255 C 1153.3133,651.18155 1153.2473,648.86455 1154.2853,648.50355 C 1152.7423,648.61455 1153.6373,649.92255 1152.6953,650.59155 C 1151.8853,651.16755 1149.7193,650.39955 1149.4553,649.43955 C 1148.8933,651.85655 1144.0713,650.09755 1145.1353,648.86355 C 1144.6833,649.51255 1144.7153,650.59755 1143.7753,650.80755 C 1143.6133,650.21455 1143.7803,649.73555 1144.2753,649.36855 C 1142.9903,649.65155 1143.7043,647.72055 1143.9863,646.85955 C 1144.4093,645.57055 1145.8691,645.49342 1147.0219,645.49037 L 1151.1398,645.47946 C 1151.8993,645.90156 1150.2639,645.20779 1151.6053,644.32555 C 1152.7764,643.5553 1153.9883,644.08155 1155.1393,643.75555 C 1156.4183,643.39255 1155.7371,641.57135 1157.4323,642.62691 C 1159.8043,644.10394 1162.1811,645.64718 1164.9264,644.73363 C 1165.9757,644.38445 1167.1489,643.35965 1165.8044,642.64228 C 1164.1226,641.74498 1163.7819,643.02749 1162.4663,642.96555 C 1161.1296,642.90262 1161.4773,640.90655 1159.9413,641.51955 C 1159.3603,641.75155 1158.8284,640.94617 1158.6393,640.55755 C 1158.2494,639.75635 1157.0055,640.03491 1156.2574,640.495 C 1155.1911,641.15072 1154.9572,640.11752 1154.3966,640.69965 C 1153.9872,641.12472 1154.1332,641.66616 1153.6108,641.95737 L 1146.1098,641.91891 C 1146.4148,641.30091 1145.8183,640.88255 1145.0653,640.80255 C 1145.1883,640.20555 1145.5743,639.96455 1146.1453,640.22655 C 1146.0123,639.61255 1146.0593,639.01255 1146.2853,638.42655 C 1145.8493,639.25155 1145.3153,639.86755 1144.3453,640.01055 C 1144.0853,639.20955 1146.4163,637.15355 1147.2253,637.05855 C 1146.3443,636.68555 1143.9793,638.81755 1143.9853,639.65055 C 1143.9863,637.28455 1142.5383,632.99955 1140.0263,632.08555" id="sn"/>
<path class="landxx tg" d="M 1269.7763,663.18955 C 1271.2573,663.57955 1272.7744,663.72553 1274.1823,664.35655 C 1275.3259,664.86911 1277.1183,664.55939 1277.97,664.15864 C 1277.381,665.81664 1276.1263,668.64155 1277.4633,670.24455 C 1278.2203,671.15255 1280.9913,672.18055 1281.1113,673.41255 C 1281.2893,675.25455 1280.8763,677.38955 1281.8153,679.07155 C 1282.8673,680.95655 1283.375,682.24355 1283.335,684.48155 C 1283.266,688.37755 1283.2893,692.25155 1283.3933,696.15055 C 1283.4093,696.75955 1283.5923,699.07855 1282.5173,699.04555 C 1282.8803,700.17355 1282.6753,701.45355 1283.2143,702.53055 C 1283.6523,703.40755 1284.3013,704.22055 1284.3873,705.23655 C 1282.8003,705.38455 1281.2143,706.09955 1279.7773,706.74955 C 1279.7693,706.00955 1277.9223,705.07955 1277.4303,704.63755 C 1276.3763,703.68955 1275.5599,703.04068 1274.8939,701.81968 C 1273.9899,700.15968 1275.7473,698.53155 1275.6933,696.84055 C 1275.6573,695.71355 1274.4053,695.59655 1274.6333,694.50955 C 1274.9073,693.19855 1275.6463,692.46455 1275.4753,691.02155 C 1275.3843,690.25755 1275.2303,689.46555 1275.4693,688.70855 C 1275.6183,688.23455 1276.2903,687.79855 1276.1313,687.26855 C 1275.6863,685.78555 1274.1913,685.13855 1273.6563,683.78255 C 1275.3333,683.62155 1274.2183,681.24755 1274.7203,680.17155 C 1274.9963,679.58055 1275.0563,678.58755 1274.7593,677.99255 C 1274.1863,676.84655 1273.3433,678.09355 1272.5063,677.95055 C 1272.9723,677.32055 1272.5223,676.56155 1273.5863,676.72555 C 1273.3603,675.53855 1274.2013,673.49955 1273.8013,672.50655 C 1273.1133,670.79755 1274.3363,670.61355 1272.5753,669.61155 C 1271.6583,669.08955 1270.3713,667.30555 1270.4863,666.21355 C 1270.5763,665.35555 1271.3823,664.81755 1271.0413,663.89055 C 1270.9043,663.52055 1270.0693,663.50255 1269.7763,663.18955" id="tg"/>
<g class="landxx coastxx es" id="es" transform="translate(-29.9017, -45.0745)">
<path d="M 1170.078,565.488 C 1169.002,564.773 1169.864,563.642 1170.938,563.975 C 1170.731,564.525 1170.444,565.029 1170.078,565.488" id="path5984"/>
<path d="M 1172.087,557.784 C 1171.87,557.928 1171.654,558.072 1171.437,558.216 C 1171.337,557.481 1169.987,555.468 1171.367,555.192 C 1172.907,554.885 1172.633,557.011 1172.087,557.784" id="path5986"/>
<path d="M 1175.828,562.32 C 1175.098,561.869 1175.061,560.515 1176.188,560.736 C 1177.366,560.967 1176.639,562.205 1175.828,562.32" id="path5988"/>
<path d="M 1179.938,562.536 C 1179.347,561.521 1179.027,560.378 1178.428,559.368 C 1180.597,558.858 1182.246,558.183 1184.328,557.352 C 1183.579,558.957 1181.672,561.888 1179.938,562.536" id="path5990"/>
<path d="M 1187.858,564.696 C 1186.083,564.444 1185.779,561.546 1187.605,561.141 C 1190.429,560.516 1189.568,563.902 1187.858,564.696" id="path5992"/>
<path d="M 1197.288,561.96 C 1197.071,561.816 1196.855,561.672 1196.638,561.528 C 1198.767,560.822 1199.047,557.557 1200.585,556.087 C 1201.557,555.158 1201.04,558.796 1200.898,559.163 C 1200.243,560.842 1198.445,560.809 1197.288,561.96" id="path5994"/>
<path d="M 1201.758,555.12 C 1201.518,555.024 1201.278,554.928 1201.038,554.832 C 1201.337,554.18 1203.66,551.147 1204.199,552.64 C 1204.65,553.893 1202.389,554.472 1201.758,555.12" id="path5996"/>
<path class="landxx es" d="M 1244.018,434.16 C 1244.091,434.04 1244.165,433.92 1244.238,433.8 C 1243.311,433.88 1243.278,433.091 1243.536,432.434 C 1243.952,431.375 1244.704,431.658 1245.368,430.942 C 1246.653,429.556 1249.43,430.209 1251.219,429.409 C 1249.765,429.469 1250.701,429.055 1251.219,428.761 C 1250.911,428.874 1250.598,428.97 1250.279,429.049 C 1250.064,428.104 1253.239,425.682 1253.239,427.249 C 1253.719,426.961 1254.199,426.673 1254.679,426.385 C 1254.798,427.448 1258.97,426.963 1258.999,428.761 C 1260.272,427.117 1264,428.394 1265.759,428.114 C 1267.272,427.874 1267.662,427.785 1269.25,428.164 C 1270.94,428.567 1272.657,428.943 1274.378,429.234 C 1276.724,429.631 1278.873,429.411 1281.022,428.895 C 1282.38,428.569 1283.985,428.878 1285.175,429.593 C 1286.802,430.569 1286.556,429.216 1288.064,429.324 C 1289.39,429.419 1290.685,429.947 1291.986,430.197 C 1292.774,430.348 1295.2972,429.50609 1295.6432,430.05509 C 1296.0192,430.65209 1298.3722,429.92709 1297.9482,431.36809 C 1297.8592,431.67309 1297.4946,432.03809 1297.7566,432.33509 C 1298.3676,433.02809 1298.178,432.25166 1298.829,432.285 C 1300.879,432.39 1303.5912,434.3214 1304.433,434.647 C 1304.8357,434.80276 1305.3213,434.39993 1305.739,434.553 C 1306.2766,434.75 1306.6409,435.53848 1307.146,435.433 C 1308.5594,435.13784 1310.3485,435.2047 1312.058,435.673 C 1311.827,435.04698 1312.0714,434.6052 1312.418,434.161 C 1313.2861,434.177 1313.9145,434.24873 1315.4485,435.20207 C 1316.7183,435.23921 1317.9024,435.66136 1317.598,437.761 C 1319.3375,437.48425 1319.2328,436.23115 1319.3485,437.09463 C 1319.6765,437.28163 1321.4176,438.33946 1321.8336,438.20446 C 1322.3166,438.04746 1322.7756,437.68599 1323.335,437.909 C 1324.401,438.33399 1325.5386,438.75182 1326.417,438.0396 C 1327.0878,437.49576 1327.7238,437.57382 1329.333,437.74581 C 1329.9493,437.81168 1329.452,438.807 1330.199,438.698 C 1330.192,439.466 1329.717,439.231 1329.281,439.58 C 1328.636,440.097 1329.276,441.374 1329.246,442.043 C 1329.162,443.893 1325.12,445.229 1323.756,445.794 C 1322.734,446.218 1322.462,447.183 1321.611,447.587 C 1320.584,448.075 1319.167,448.06 1318.067,448.337 C 1315.398,449.009 1313.783,450.169 1311.63,451.658 C 1313.303,452.995 1311.716,453.25 1310.577,453.903 C 1308.904,454.862 1308.576,457.174 1306.935,458.223 C 1304.136,460.012 1303.147,465.138 1305.451,467.587 C 1306.853,469.078 1307.984,469.531 1305.673,470.975 C 1304.335,471.811 1303.322,472.163 1302.235,473.355 C 1301.591,474.061 1301.01,475.142 1300.562,476.17 C 1300.281,476.815 1299.963,477.538 1299.946,478.254 C 1299.932,478.851 1300.913,479.659 1300.32,478.225 C 1301.235,479.737 1297.512,479.851 1296.792,479.937 C 1295.053,480.146 1292.64,481.725 1292.22,483.44 C 1291.86,484.914 1290.636,487.541 1289.057,486.267 C 1288.092,485.487 1287.371,486.537 1286.569,486.866 C 1285.411,487.342 1284.157,486.626 1282.929,486.827 C 1280.369,487.247 1277.817,486.953 1275.201,487.004 C 1273.804,487.031 1273.494,487.292 1272.48,488.241 C 1271.32,489.326 1269.793,488.881 1268.453,489.551 C 1267.785,489.884 1267.129,492.133 1266.531,492.074 C 1265.785,492.001 1265.984,493.229 1264.829,493.201 C 1263.896,493.179 1263.192,491.578 1262.302,491.675 C 1261.331,491.781 1260.593,489.751 1260.359,489.026 C 1261.643,488.801 1260.046,487.877 1259.668,487.585 C 1258.756,486.882 1259.843,485.677 1260.719,485.425 C 1260.172,485.249 1259.899,485.545 1259.859,486.073 C 1259.389,485.572 1255.548,482.972 1256.399,482.184 C 1255.071,482.038 1256.374,482.739 1254.951,482.771 C 1254.313,482.786 1253.522,483.027 1252.897,482.798 C 1252.004,482.472 1252.035,480.187 1252.16,479.448 C 1252.269,478.802 1252.776,478.318 1253.209,477.873 C 1253.741,477.326 1253.805,476.466 1254.272,476.007 C 1255.345,474.952 1255.793,475.766 1256.48,474.12 C 1255.106,474.574 1253.998,472.752 1253.96,471.599 C 1253.901,469.807 1255.981,468.933 1256.487,467.35 C 1256.761,466.493 1255.133,465.347 1254.75,464.59 C 1254.427,463.951 1254.748,463.578 1254.275,463.03 C 1253.879,462.57 1253.345,462.078 1253.089,461.518 C 1254.002,461.773 1254.96,461.59 1255.887,461.59 C 1256.85,461.59 1256.5872,461.0251 1256.923,460.428 C 1257.342,459.683 1258.1828,459.58151 1257.263,457.314 C 1256.9915,456.64479 1258.217,456.297 1258.343,456.238 C 1258.989,455.93 1258.759,455.014 1258.733,454.459 C 1258.713,454.03 1258.932,449.774 1258.373,449.911 C 1259.375,449.667 1259.849,448.5733 1260.812,447.965 C 1261.3677,447.614 1263.768,445.56288 1263.4815,444.98546 C 1263.1284,444.27398 1261.2937,444.4248 1261.2212,443.98927 C 1261.1085,443.31256 1261.606,441.44723 1260.8859,442.072 C 1260.3968,442.4964 1257.0177,441.55691 1256.939,442.145 C 1256.7756,443.36568 1254.806,442.916 1254.124,442.638 C 1253.031,442.191 1251.9149,442.70694 1250.884,443.077 C 1248.7656,443.83743 1250.057,441.65 1250.861,441.069 C 1250.234,441.153 1249.966,440.805 1250.071,440.205 C 1249.45,440.796 1248.613,440.817 1247.825,440.96 C 1246.836,441.14 1246.255,441.943 1245.39,442.365 C 1244.601,440.302 1246.885,440.078 1247.4,438.476 C 1247.026,439.18 1246.27,439.401 1245.53,439.413 C 1245.688,438.59 1246.468,438.262 1247.12,437.901 C 1246.463,438.19 1245.48,438.263 1245.53,437.253 C 1245.566,436.533 1246.704,436.258 1246.83,435.525 C 1246.193,436.121 1245.183,436.062 1244.81,436.964 C 1244.092,435.924 1245.24,435.087 1245.96,434.516 C 1245.232,435.104 1244.301,435.266 1244.018,434.16" id="path5998"/>
<path d="M 1315.728,468.72 C 1314.285,468.459 1314.839,467.14 1315.803,466.642 C 1316.26,466.407 1316.848,466.33 1317.26,466.705 C 1317.954,467.338 1316.022,468.074 1315.728,468.72" id="path6006"/>
<path d="M 1315.797,470.376 C 1315.574,469.549 1315.814,469.404 1316.517,469.944 C 1316.277,470.088 1316.038,470.232 1315.797,470.376" id="path6008"/>
<path d="M 1329.408,463.68 C 1328.064,465.2 1328.191,464.438 1326.572,464.175 C 1324.85,463.896 1326.004,462.045 1324.029,462.892 C 1322.277,463.643 1323.72,461.532 1324.222,461.168 C 1325.731,460.075 1327.299,459.585 1329.048,459.001 C 1328.317,459.209 1328.023,460.126 1328.718,460.629 C 1329.26,461.021 1330.033,460.479 1330.537,460.879 C 1331.228,461.427 1329.464,463.074 1329.408,463.68" id="path6010"/>
<path d="M 1333.158,458.712 C 1334.451,457.488 1336.609,458.424 1336.758,460.152 C 1335.841,460.299 1333.646,459.548 1333.158,458.712" id="path6012"/>
</g>
<g class="landxx coastxx ga" id="ga" transform="translate(-29.9017, -45.0745)">
<path d="M 1368.938,810.723 C 1369.035,810.913 1369.131,811.103 1369.228,811.293 C 1369.506,810.807 1369.433,810.377 1369.008,810.003 C 1368.984,810.243 1368.961,810.483 1368.938,810.723" id="path5980"/>
<path class="landxx ga" d="M 1367.928,812.303 C 1367.46,811.669 1367.101,810.849 1367.498,810.074 C 1367.522,810.66 1367.739,811.163 1368.148,811.584 C 1368.308,809.951 1369.281,811.3 1369.228,812.234 C 1369.389,810.239 1371.419,809.104 1371.641,807.154 C 1371.794,805.806 1370.931,803.185 1372.109,802.154 C 1372.16,802.811 1372.647,803.284 1372.969,803.814 C 1373.19,802.732 1374.778,803.333 1375.269,804.244 C 1375.14,803.323 1376.13,802.984 1376.859,803.014 C 1375.036,803.014 1373.634,802.636 1372.593,801.025 C 1372.179,800.383 1370.835,799.567 1372.319,799.271 C 1372.95,799.145 1373.804,799.465 1373.828,800.215 C 1374.364,799.02 1373.463,797.43 1373.806,796.155 C 1373.995,795.456 1374.8483,795.52594 1375.3683,795.80794 C 1376.3013,796.31494 1376.9577,795.69362 1377.9827,795.69362 L 1386.9547,795.8385 L 1386.93,785.94577 C 1387.3319,783.6427 1388.2775,784.53155 1390.0001,784.60841 C 1391.4648,784.67375 1393.2575,784.87422 1394.803,784.78914 C 1396.2743,784.70814 1397.7709,785.20178 1398.7555,785.15127 C 1401.0925,785.03139 1402.9473,783.80387 1401.364,787.516 C 1400.3783,789.827 1401.978,792.021 1401.187,794.09 C 1402.911,793.795 1404.4653,792.87659 1406.173,792.506 C 1409.368,791.81262 1408.9805,793.70661 1409.9379,795.31027 C 1410.8398,796.82111 1411.6155,799.02663 1408.572,799.733 C 1406.8989,800.12132 1406.811,802.973 1406.968,804.297 C 1407.043,804.926 1405.7086,806.65467 1407.2012,806.73427 C 1407.9291,806.77309 1408.6505,807.3309 1408.5688,807.86182 C 1408.4521,808.62001 1410.1777,808.48189 1410.8129,809.116 C 1412.2105,810.51143 1410.5079,812.28335 1410.7585,813.791 C 1410.9179,814.7505 1412.0533,817.61044 1410.339,818.495 C 1411.426,819.221 1410.667,821.109 1409.663,821.519 C 1409.383,821.633 1408.9813,824.03041 1409.0623,824.12641 C 1409.6873,824.86141 1407.9774,826.65246 1407.1514,826.56746 C 1406.2774,826.47746 1405.981,823.46 1405.588,822.744 C 1405.321,823.673 1404.2265,825.58773 1403.1565,825.71673 C 1402.0785,825.84673 1400.817,824.515 1399.758,825.124 C 1400.4855,822.29633 1395.0739,817.82771 1395.8392,822.54332 C 1396.2869,825.30174 1395.2079,825.33772 1392.6321,825.58146 C 1391.8063,825.6596 1392.04,824.96821 1391.2281,825.02746 C 1390.1651,825.10502 1389.939,825.00837 1388.878,824.763 C 1389.27,826.189 1389.538,827.727 1388.598,829.013 C 1389.6423,828.64325 1390.3499,829.22659 1390.3,830.267 C 1390.257,831.1636 1390.0832,831.92446 1390.2035,832.38664 C 1390.6421,832.8176 1391.1843,832.81931 1391.4593,833.23859 C 1392.0789,834.18294 1391.3636,834.31368 1391.4436,835.12268 C 1391.5086,835.78168 1391.926,836.69546 1390.75,836.75946 C 1389.508,836.82646 1389.4794,835.76472 1388.5833,835.21832 C 1387.683,834.66932 1385.718,838.027 1385.497,838.654 C 1383.837,837.353 1382.398,834.644 1381.251,832.894 C 1379.565,830.322 1377.022,828.262 1374.836,826.133 C 1376.05,825.383 1376.452,828.159 1377.576,826.773 C 1376.767,826.85 1375.606,825.846 1374.727,825.629 C 1373.315,825.28 1372.289,822.025 1371.386,820.874 C 1372.296,820.957 1372.625,821.955 1373.476,822.174 C 1372.704,820.924 1372.559,821.22 1371.453,820.573 C 1370.951,820.28 1371.103,819.39 1370.981,818.948 C 1370.682,817.863 1369.904,817.008 1369.366,816.044 C 1370.063,816.624 1371.452,817.893 1371.236,818.934 C 1371.955,818.686 1372.71,818.524 1373.476,818.575 C 1373.06,818.258 1372.724,817.871 1372.466,817.415 C 1372.304,817.987 1371.878,818.282 1371.306,817.995 C 1371.401,817.241 1372,816.557 1371.676,815.765 C 1370.545,819.056 1368.469,812.705 1367.928,812.303" id="path6014"/>
</g>
<path class="landxx hu" d="M 1388.2863,354.95755 C 1388.9623,354.23555 1389.8373,353.64755 1390.8763,353.87755 C 1390.5463,353.00455 1390.3173,351.83255 1390.5983,350.91755 C 1390.8363,350.14255 1391.8123,349.88855 1392.0633,349.10555 C 1392.2703,348.45955 1389.9403,348.22255 1391.2213,347.73955 C 1392.1933,347.37355 1393.2273,349.00855 1393.9503,347.80355 C 1394.4608,346.95205 1394.9095,345.79741 1395.332,345.40066 C 1395.7545,345.00391 1396.1508,345.36505 1397.3213,346.27055 C 1400.2113,348.50755 1403.1393,347.37455 1406.4963,346.96455 C 1404.6353,345.48255 1407.2948,345.42469 1408.4338,345.31469 C 1408.9918,345.26069 1410.4288,344.76764 1410.5728,344.07164 C 1410.8198,342.88264 1411.8023,343.82494 1412.6673,344.16594 C 1413.8333,344.62494 1415.6728,344.14691 1416.5218,343.33891 C 1417.1398,342.75191 1416.9023,341.08955 1417.6703,340.78555 C 1419.1663,340.19555 1420.9813,341.05955 1422.4863,341.20555 C 1423.1343,340.16755 1424.0493,340.86123 1424.6363,341.46523 C 1425.5163,342.37123 1426.3896,342.72477 1427.5683,342.23555 C 1429.6179,341.38485 1430.6263,343.83904 1432.5613,344.52355 C 1434.7072,345.28267 1433.2274,346.44199 1432.6773,346.94455 C 1431.7736,347.77007 1430.2746,347.02901 1429.6563,347.98455 C 1429.1809,348.71935 1427.8633,349.72337 1427.8457,350.43906 C 1427.8269,351.20294 1426.3015,353.6847 1425.2193,355.58755 C 1424.7363,356.43679 1423.7439,357.17506 1423.496,358.15001 C 1423.3044,358.90371 1423.4856,359.60752 1421.8603,360.03255 C 1421.0341,360.2486 1420.3375,359.85297 1419.8103,360.62955 C 1419.2143,361.50754 1418.4913,360.82791 1417.7423,361.07155 C 1416.6472,361.42778 1415.3793,361.11955 1414.2763,361.00655 C 1413.4983,360.92655 1412.2603,360.47855 1411.6073,361.09855 C 1410.8613,361.80655 1410.6323,362.40555 1409.5173,362.45755 C 1408.4913,362.50455 1407.3863,362.60955 1406.4293,363.00955 C 1405.5333,363.38355 1405.2823,364.27055 1404.2183,364.40555 C 1402.4373,364.63055 1400.1323,364.18955 1398.6693,363.25655 C 1397.8293,362.72155 1397.0363,362.84055 1396.3663,361.92855 C 1395.5363,360.79855 1394.3653,360.14155 1393.2113,359.38055 C 1392.1533,358.68255 1391.3303,358.07055 1390.6833,356.97655 C 1390.1713,356.11155 1389.5213,354.73855 1388.2863,354.95755" id="hu"/>
<path class="landxx mw" d="M 1518.9403,878.12856 C 1519.189,877.63782 1520.5368,875.46785 1521.0122,874.03709 C 1521.4901,872.59887 1521.3925,872.2069 1521.0998,870.32655 C 1520.8314,868.60275 1524.7213,867.51155 1525.5163,866.65955 C 1522.6972,865.80246 1523.8793,861.17186 1523.8713,859.13255 C 1523.8647,857.43158 1524.9633,856.71255 1524.0403,854.99555 C 1522.9643,852.99155 1524.5637,853.4425 1525.6369,852.64601 C 1526.8972,851.71064 1527.2046,849.76819 1525.0983,847.32235 C 1523.4057,845.35683 1525.5225,844.76216 1523.919,843.69475 C 1522.5975,842.81505 1522.0779,842.8523 1521.7683,842.52627 C 1521.5979,842.34686 1522.0855,841.25759 1521.6171,840.69534 C 1521.8512,840.87487 1523.505,841.50319 1524.3035,841.60847 C 1525.2988,841.73969 1525.0283,842.49068 1525.8591,842.60746 C 1526.6723,842.72179 1528.4708,842.57265 1528.9763,843.54955 C 1528.9983,844.85811 1529.0621,846.40144 1530.6589,848.32919 C 1532.0975,850.06609 1530.7278,850.41911 1530.9417,851.80786 C 1531.1237,852.98907 1531.5607,858.53551 1531.5804,859.18107 C 1531.6585,861.73492 1528.3498,864.27058 1529.2287,865.78909 C 1532.6129,871.63628 1531.5331,871.55128 1531.3439,872.7264 C 1530.5563,877.61864 1533.8769,876.51362 1533.3741,878.72391 C 1532.1322,884.18293 1535.4177,883.29473 1535.2678,880.69672 L 1537.9821,884.18916 C 1538.6172,884.51439 1538.2443,879.71149 1536.425,878.28021 C 1534.775,878.53026 1535.487,876.97932 1535.2759,876.53563 C 1536.579,877.16971 1536.7223,877.2596 1538.2573,879.58355 C 1539.2735,881.12214 1540.1742,882.73405 1541.5465,884.33155 C 1543.0709,886.10606 1543.1076,887.80855 1542.5361,890.05755 C 1542.034,892.03361 1542.7759,893.96876 1542.4539,896.01876 C 1542.3149,896.90376 1542.0509,897.95576 1541.2899,898.52276 C 1540.4439,899.15376 1539.2389,898.95192 1538.4359,899.64075 C 1537.6476,900.31688 1537.8984,901.77554 1536.7353,902.70991 C 1536.9928,903.03191 1537.8524,904.73618 1537.9143,905.68455 C 1537.9443,906.07455 1537.9275,907.27758 1537.5603,907.67955 C 1537.1924,908.08229 1535.7746,907.98832 1535.9791,907.24636 C 1536.4113,905.6779 1537.1467,906.11445 1535.4963,904.53055 C 1534.378,903.45737 1531.3106,900.44223 1531.1571,899.24115 C 1530.8897,897.148 1530.3308,897.62978 1530.7512,895.99108 C 1530.9426,895.2449 1531.3993,893.64255 1531.9383,892.93055 C 1532.7933,891.80055 1532.6465,891.48806 1532.7823,890.07055 C 1532.9421,888.40155 1532.9511,886.18678 1531.8055,884.52895 C 1531.3562,883.87874 1530.0065,884.77488 1528.7957,884.91634 C 1527.8118,885.0313 1526.3453,884.74955 1526.3053,885.66855 C 1525.7323,885.04855 1521.933,880.61071 1521.7029,880.70337 C 1520.721,881.09873 1518.6842,878.92103 1518.9403,878.12856 z " id="mw"/>
<path class="landxx tj" d="M 1752.3863,419.75755 C 1752.9775,418.63341 1752.3551,416.74802 1754.4763,416.87755 C 1756.0435,416.97325 1757.465,417.53614 1759.1765,417.47415 C 1760.356,417.43144 1760.7043,416.49855 1760.4733,415.52155 C 1760.3863,415.15355 1760.3333,414.74755 1760.7993,414.62055 C 1761.8833,414.32355 1760.7303,413.29255 1761.8963,414.35655 C 1761.4083,414.02555 1761.0433,413.50755 1760.9573,412.91755 C 1761.2963,412.91655 1761.6323,412.93955 1761.9673,412.98855 C 1761.4623,411.92696 1760.1567,413.06396 1759.3707,412.21815 C 1760.6987,410.81815 1762.7287,412.41815 1764.2617,411.78615 C 1763.5347,411.21515 1764.2593,410.83255 1763.7493,410.01455 C 1763.3093,409.30855 1762.5842,407.49061 1763.6913,406.99855 C 1764.8523,406.48255 1765.8017,407.98755 1766.6803,407.74955 C 1768.0907,407.36746 1769.8503,405.97955 1770.5263,404.70755 C 1771.3253,405.32655 1771.8643,406.23055 1772.6443,406.87355 C 1773.6243,407.68155 1773.2103,408.17955 1772.1713,408.94855 C 1770.7583,409.99455 1771.1743,409.75655 1772.3263,410.53955 C 1772.8303,410.88255 1773.1463,411.67855 1773.7753,411.83555 C 1774.5013,412.01755 1775.2521,411.63254 1775.9631,411.60154 C 1775.3361,412.27754 1773.9013,414.07655 1772.9753,414.13955 C 1774.0113,413.22755 1770.2343,411.83655 1769.3753,411.76355 C 1767.3143,411.58755 1766.1033,412.59455 1765.9953,414.35555 C 1764.4603,412.72655 1765.2393,416.65955 1765.6853,417.31555 C 1766.2913,418.20855 1767.6443,417.24955 1768.3793,417.18255 C 1769.6923,417.06355 1770.6673,417.70455 1772.0443,416.87555 C 1772.0643,417.14055 1772.0873,417.40355 1772.1133,417.66755 C 1772.8013,417.40655 1773.6233,417.05855 1774.3733,417.27055 C 1775.2203,417.51055 1775.3973,418.42055 1776.1183,418.76555 C 1777.1763,419.27155 1779.3153,417.70455 1780.2313,417.18155 C 1781.2603,416.59355 1780.9823,417.71055 1781.4593,418.01455 C 1781.8913,418.13155 1782.3283,418.20755 1782.7733,418.24355 C 1782.9673,418.50655 1783.1113,418.79455 1783.2043,419.10655 C 1784.5823,420.11855 1785.7363,418.83555 1787.1643,420.54655 C 1787.4393,417.98855 1791.6723,418.98455 1793.3103,418.96555 C 1794.1563,418.95555 1795.8777,417.62636 1796.5317,418.30636 C 1796.7963,418.87836 1796.6173,419.76402 1797.0563,420.40555 C 1797.651,421.27475 1798.6978,421.92205 1798.9733,422.63455 C 1797.3693,422.64455 1799.0303,424.90755 1799.4233,425.40255 C 1799.9913,426.11755 1800.5153,426.02935 1801.4233,425.54355 C 1803.0027,424.69855 1803.3524,425.11671 1803.9911,425.26056 C 1805.9739,425.70712 1807.7113,425.96503 1807.3799,428.58434 C 1807.3335,428.95087 1807.5045,429.83904 1808.232,430.43764 C 1809.0482,431.1093 1809.2616,432.22317 1809.4311,432.58974 C 1809.7402,433.25825 1809.2543,433.85276 1809.6103,434.28415 C 1810.1235,434.90602 1810.7238,434.87749 1811.0793,435.68314 C 1811.368,436.33732 1811.1059,437.1864 1810.3359,437.44893 C 1810.2029,437.53293 1809.3258,436.60655 1808.8993,436.48855 C 1808.3172,436.32749 1806.1857,435.57321 1805.5961,436.00115 C 1804.3837,436.88115 1802.4493,437.81555 1801.2733,437.32255 C 1803.1503,435.23455 1798.4015,435.15057 1797.2825,436.05457 C 1796.2635,436.87657 1795.4679,437.48593 1794.9219,438.76693 C 1794.3409,440.12993 1792.3601,439.20175 1791.3853,440.17255 C 1785.4576,446.07588 1785.0193,436.94956 1785.1991,432.93715 C 1785.3204,430.23017 1783.8471,432.43898 1782.7733,431.46076 C 1782.3451,431.07067 1782.705,429.53194 1782.5589,428.97495 C 1782.3218,428.07081 1780.5124,427.02325 1779.8487,427.04034 C 1776.8712,427.11702 1776.6006,430.01774 1775.4025,431.32674 C 1774.7408,432.0497 1775.8991,432.74273 1776.1681,433.27873 C 1776.8661,434.66373 1775.4907,435.05733 1774.2319,434.67514 C 1773.011,434.30445 1771.6951,434.27231 1770.9993,434.83355 C 1769.9247,435.70023 1770.8936,436.30097 1770.9243,437.11555 C 1771.0381,440.13912 1768.4655,437.90006 1768.1983,437.25715 C 1768.0537,436.90929 1767.3969,436.41667 1767.2518,436.69339 C 1766.5173,438.09323 1766.1449,437.07125 1765.9261,437.20679 C 1765.5366,437.44808 1765.0445,437.78153 1764.7723,437.91556 C 1764.1742,438.21002 1763.0948,438.31355 1763.0433,439.40955 C 1762.1153,439.19528 1761.8641,440.23695 1760.9363,439.59555 C 1759.4732,438.58416 1758.5783,435.80576 1759.5673,434.09076 C 1760.8223,431.91576 1762.9783,429.88134 1760.3053,427.99434 C 1758.2263,426.52734 1760.1573,422.37334 1757.3033,422.31434 C 1756.4913,422.29734 1755.4143,422.46655 1755.0243,421.56855 C 1754.4993,420.35955 1753.0363,420.98355 1752.3863,419.75755" id="tj"/>
<g class="landxx coastxx kh" id="kh" transform="translate(-29.9017, -45.0745)">
<path d="M 2091.818,714.312 C 2091.504,714.767 2091.07,715.007 2090.517,715.033 C 2091.492,715.781 2091.585,717.065 2092.318,717.984 C 2091.959,716.754 2093,715.297 2091.818,714.312" id="path3472"/>
<path d="M 2083.678,705.96 C 2083.534,705.96 2083.392,705.96 2083.248,705.96 C 2083.405,706.251 2083.599,706.515 2083.828,706.752 C 2083.778,706.488 2083.728,706.224 2083.678,705.96" id="path6024"/>
<path d="M 2085.988,712.296 C 2086.339,711.687 2086.122,711.447 2085.338,711.576 C 2085.538,711.832 2085.755,712.071 2085.988,712.296" id="path6026"/>
<path class="landxx kh" d="M 2077.059,689.544 C 2077.08,688.79 2077.038,688.025 2076.768,687.312 C 2079.156,687.394 2080.166,683.962 2080.902,682.228 C 2081.705,680.335 2085.6998,678.91186 2087.3051,680.04775 C 2088.0051,680.54309 2088.8332,680.25517 2089.9386,680.00975 C 2091.1731,679.73566 2090.8001,680.48495 2094.0408,679.85834 C 2097.1196,679.26302 2095.8611,682.56599 2098.0114,680.56859 C 2098.1574,683.58459 2101.602,681.381 2102.797,683.382 C 2103.382,684.362 2105.394,684.412 2105.204,682.919 C 2105.099,682.095 2103.274,681.085 2104.372,680.315 C 2104.832,679.992 2105.279,680.643 2105.423,679.893 C 2105.541,679.281 2106.057,679.495 2106.522,679.455 C 2107.106,679.405 2107.024,678.589 2107.51,678.546 C 2108.17,678.489 2108.837,679.407 2109.309,679.752 C 2111.382,681.268 2114.2706,679.03707 2115.3136,677.36007 C 2115.3226,677.91307 2115.3361,678.5642 2115.149,679.104 C 2114.943,679.69848 2114.3215,680.57348 2114.3925,681.1771 C 2114.4798,681.92006 2114.2741,682.39754 2114.722,682.92593 C 2115.4096,683.73704 2115.4579,684.53583 2115.6037,685.24227 C 2115.997,687.14906 2117.2794,687.63783 2116.7911,689.85548 C 2116.6011,690.71818 2116.4184,691.60102 2116.7834,692.61702 C 2117.066,693.40379 2117.2463,694.41518 2117.4425,695.242 C 2118.2765,698.75678 2115.2923,698.08968 2114.8558,698.38957 C 2113.9443,699.01581 2113.5114,699.52843 2112.813,700.084 C 2111.1965,701.3699 2110.4237,701.12991 2109.029,701.137 C 2109.664,701.906 2109.072,702.893 2109.529,703.729 C 2108.711,703.57 2106.573,702.119 2105.931,703.115 C 2105.51,703.768 2104.621,703.866 2104.802,704.712 C 2104.991,705.604 2105.304,706.616 2105.77,707.404 C 2106.314,708.326 2107.976,708.376 2108.159,709.706 C 2107.216,709.844 2108.039,710.502 2108.018,711.29 C 2107.35,711.075 2106.567,711.097 2105.961,710.7 C 2105.436,710.356 2105.194,709.298 2104.421,709.449 C 2102.946,709.739 2101.034,711.163 2099.668,709.849 C 2098.905,710.639 2099.843,711.702 2098.857,712.683 C 2097.9,713.636 2097.031,713.159 2095.923,713.603 C 2095.105,713.931 2094.987,714.457 2093.978,714.026 C 2092.985,713.603 2090.947,713.307 2090.448,712.297 C 2090.719,713.365 2089.248,714.097 2088.474,713.401 C 2087.451,712.479 2088.385,712.282 2088.983,711.649 C 2089.681,710.908 2088.831,708.932 2088.184,708.415 C 2087.028,707.489 2086.896,709.908 2086.707,710.498 C 2085.996,709.899 2085.556,710.771 2084.901,710.45 C 2083.91,709.963 2084.51,708.391 2084.272,707.575 C 2084.055,706.833 2084.784,705.768 2084.013,705.228 C 2083.476,704.852 2082.327,703.544 2083.676,703.37 C 2083.106,703.068 2082.717,703.361 2082.596,703.946 C 2082.782,702.718 2081.729,701.625 2081.307,700.561 C 2080.836,699.371 2081.453,697.707 2080.716,696.644 C 2079.141,694.374 2077.966,692.222 2077.059,689.544" id="path6044"/>
</g>
<g class="landxx coastxx kr" id="kr" transform="translate(-29.9017, -45.0745)">
<path d="M 2205.718,477.576 C 2204.928,478.055 2206.092,479.799 2206.948,479.015 C 2206.718,478.411 2206.296,477.881 2205.718,477.576" id="path6028"/>
<path d="M 2210.688,489.744 C 2210.454,489.291 2210.117,488.931 2209.677,488.664 C 2209.762,489.208 2210.154,489.62 2210.688,489.744" id="path6030"/>
<path d="M 2215.368,502.632 C 2214.764,503.188 2214.908,503.452 2215.798,503.424 C 2215.654,503.16 2215.512,502.896 2215.368,502.632" id="path6032"/>
<path d="M 2217.098,506.231 C 2216.713,505.918 2216.28,505.702 2215.798,505.584 C 2215.255,507.714 2217.457,507.169 2217.098,506.231" id="path6034"/>
<path d="M 2223.578,514.44 C 2222.594,514.345 2218.037,515.573 2219.974,517.044 C 2221.982,518.569 2226.255,515.112 2223.578,514.44" id="path6036"/>
<path d="M 2219.479,507.312 C 2219.692,507.715 2220.025,507.883 2220.479,507.816 C 2220.293,507.31 2219.959,507.142 2219.479,507.312" id="path6038"/>
<path d="M 2226.388,502.56 C 2226.306,503.983 2227.204,504.145 2228.399,504.145 C 2228.26,503.41 2227.029,502.75 2226.388,502.56" id="path6040"/>
<path d="M 2230.988,502.992 C 2232.163,504.909 2233.662,502.69 2231.998,501.983 C 2231.981,502.573 2231.562,502.953 2230.988,502.992" id="path6042"/>
<path class="landxx kr" d="M 2206.658,478.296 C 2207.304,477.51 2207.878,478.989 2208.528,479.088 C 2206.086,478.043 2207.233,474.503 2209.06,473.452 C 2210.566,472.585 2212.524,473.518 2214.153,473.221 C 2214.658,473.129 2215.279,473.227 2215.725,472.911 C 2216.795,472.156 2215.758,471.471 2216.158,470.592 C 2218.795,472.588 2220.79,475.461 2223.288,477.655 C 2225.559,479.649 2228.023,481.608 2229.831,484.053 C 2231.183,485.88 2231.307,487.783 2232.077,489.836 C 2232.293,490.411 2233.981,494.461 2234.448,492.553 C 2235.314,493.558 2235.973,496.461 2235.597,497.738 C 2235.348,497.532 2235.109,497.315 2234.877,497.09 C 2235.378,498.733 2235.759,500.521 2233.877,501.41 C 2233.782,500.495 2231.644,500.822 2230.558,500.258 C 2231.289,501.587 2229.938,500.622 2229.698,501.77 C 2230.678,501.217 2230.81,502.571 2230.558,503.283 C 2229.876,501.607 2227.645,503.156 2227.177,501.195 C 2227.063,502.81 2225.119,501.656 2224.587,502.923 C 2224.924,503.256 2225.434,503.394 2225.825,503.647 C 2226.544,504.112 2225.083,504.035 2225.596,505.084 C 2224.816,504.521 2224.646,503.487 2223.867,502.924 C 2223.708,503.279 2223.514,503.615 2223.287,503.932 C 2223.81,504.454 2224.58,504.788 2224.877,505.516 C 2224.517,505.536 2224.157,505.536 2223.797,505.516 C 2224.049,505.667 2224.289,505.835 2224.518,506.02 C 2223.972,507.117 2222.984,505.775 2222.497,505.373 C 2223.479,505.601 2223.609,503.784 2222.427,503.933 C 2221.38,504.064 2221.115,506.089 2221.058,506.885 C 2220.478,506.658 2219.997,506.299 2219.618,505.805 C 2219.609,506.524 2219.285,507.165 2219.038,507.821 C 2218.201,507.609 2217.744,506.73 2218.178,505.95 C 2217.452,505.987 2215.398,505.395 2216.088,504.294 C 2216.248,504.821 2216.682,505.193 2217.238,505.23 C 2216.71,504.471 2216.856,504.28 2217.677,504.656 C 2217.23,504.344 2216.746,504.104 2216.228,503.934 C 2216.78,504.027 2217.237,503.859 2217.597,503.43 C 2217.401,503.165 2217.161,502.95 2216.877,502.783 C 2216.697,504.705 2214.519,501.1 2213.997,500.695 C 2214.46,500.883 2214.94,500.956 2215.437,500.911 C 2214.262,500.213 2214.057,497.341 2215.437,496.807 C 2214.928,496.768 2214.425,496.696 2213.926,496.591 C 2214.07,496.112 2214.367,495.765 2214.82,495.551 C 2215.269,495.281 2215.17,494.402 2215.437,493.999 C 2214.933,494.157 2214.43,494.157 2213.926,493.999 C 2214.18,493.433 2214.619,492.954 2215.147,492.631 C 2213.688,494.274 2210.844,490.553 2211.767,489.103 C 2210.814,489.59 2210.871,488.778 2210.736,488.114 C 2210.594,487.416 2209.103,486.351 2209.176,487.735 C 2208.688,486.889 2207.534,486.95 2207.227,485.935 C 2207.953,485.938 2208.293,485.707 2207.737,484.927 C 2208.239,485.99 2208.383,485.99 2208.167,484.927 C 2208.751,484.82 2209.206,485.137 2209.317,485.719 C 2209.745,485.195 2209.698,484.715 2209.176,484.28 C 2210.359,485.16 2211.789,484.968 2212.346,486.584 C 2212.048,485.984 2212.465,485.48 2212.916,485.144 C 2212.184,485.285 2211.212,484.809 2211.557,483.92 C 2210.547,484.602 2208.823,482.084 2210.756,482.264 C 2209.832,482.014 2209.01,481.236 2208.353,480.578 C 2208.175,480.212 2208.016,479.838 2207.876,479.456 C 2207.477,478.959 2206.907,478.95 2206.658,478.296" id="path6046"/>
</g>
<g class="landxx coastxx hn" id="hn" transform="translate(-29.9017, -45.0745)">
<path class="landxx hn" d="M 624.529,679.752 C 625.071,678.404 626.832,678.099 625.99,676.41 C 625.518,675.465 626.834,674.018 627.567,673.686 C 629.261,672.92 630.58962,671.45575 631.96262,670.21175 C 632.50162,669.72275 633.227,669.292 633.859,668.913 C 634.591,668.474 635.005,669.078 635.598,668.379 C 636.415,667.416 638.277,666.559 639.245,667.546 C 639.949,668.265 643.437,668.346 644.484,668.25 C 645.945,668.117 648.172,668.472 649.429,667.668 C 649.879,667.38 653.22,666.64 651.385,666.072 C 653.026,666.02 654.437,667.051 656.066,667.08 C 657.746,667.109 659.701,665.879 661.204,667.21 C 662.482,668.342 663.211,667.221 664.49,667.872 C 665.979,668.631 666.752,670.385 667.874,671.544 C 667.355,671.28 666.866,670.464 666.229,670.464 C 665.608,670.464 665.065,670.572 664.562,670.104 C 665.044,670.375 665.068,670.927 665.191,671.392 C 665.282,671.734 666.23,672.456 666.506,672.768 C 666.703,672.191 666.44,671.808 665.859,671.689 C 666.558,670.934 667.661,673.1 669.027,672.409 C 669.116,672.882 669.271,673.064 668.955,673.489 C 670.407,673.123 669.081,672.149 668.379,671.905 C 670.714,672.234 670.275,674.209 672.123,674.928 C 670.808,675.153 669.585,674.92 668.422,675.734 C 667.406,676.446 665.324,677.125 664.088,677.092 C 663.107,677.067 662.208,678.117 661.366,677.864 C 660.77,677.685 660.211,677.465 659.667,677.16 C 659.415,677.018 659.392,676.511 659.142,676.46 C 657.772,676.182 657.632,677.923 657.147,678.672 C 656.834,679.155 656.282,679.385 655.995,679.896 C 655.838,680.175 656.20312,680.66378 655.934,680.859 C 654.93593,681.583 651.79525,683.353 651.315,685.008 C 649.1346,683.61687 648.70005,682.40005 647.294,684.768 C 646.31717,686.41311 643.34659,684.9001 643.502,686.34 C 643.65618,687.76853 644.283,689.432 642.6,689.714 C 641.714,689.862 641.856,690.819 641.621,691.456 C 641.213,692.561 639.668,692.162 638.786,692.28 C 639.438,691.22 636.191,689.754 638.498,688.895 C 637.786,689.131 636.83,689.12 636.698,688.175 C 636.488,688.974 635.833,689.201 635.186,688.679 C 636.041,688.4 635.887,687.507 635.932,686.805 C 636.006,685.667 637.043,684.394 635.037,684.378 C 634.379,684.898 634.024,684.801 633.97,684.088 C 633.766,683.833 633.502,683.734 633.178,683.789 C 632.244,683.895 631.454,684.638 630.506,684.647 C 631.218,683.046 625.256,680.492 624.529,679.752" id="path5978"/>
<path d="M 646.993,663.84 C 647.864,663.263 648.827,662.842 649.801,662.472 C 648.792,662.482 647.496,662.881 646.993,663.84" id="path6082"/>
</g>
<path class="landxx is" d="M 1151.0463,205.05355 C 1152.0953,205.01455 1153.6043,204.69955 1154.6463,204.47755 C 1155.2203,204.35555 1155.0203,203.45455 1155.7623,203.90355 C 1156.7633,204.50955 1157.5763,202.68755 1157.7373,204.33355 C 1158.2693,204.11755 1158.7753,203.85355 1159.2573,203.54155 C 1159.3633,204.63155 1160.7293,204.34355 1161.4873,203.68555 C 1161.0283,204.05755 1160.5213,204.34555 1159.9673,204.54955 C 1160.6493,205.11055 1160.8663,204.47855 1161.4253,204.24155 C 1161.8033,204.08155 1162.9613,204.91355 1163.7173,204.69255 C 1161.8403,205.14855 1159.7323,205.59855 1158.2473,206.92455 C 1159.0083,206.86655 1159.7303,207.13755 1160.4773,207.21255 C 1161.2293,207.28755 1161.9643,206.84455 1162.7073,207.14055 C 1161.1433,209.63855 1156.1953,206.19355 1154.4973,208.72455 C 1154.3263,207.40455 1153.7663,208.42655 1153.0153,208.60255 C 1152.1123,208.81455 1151.1803,208.72455 1150.2633,208.72455 C 1148.4073,208.72455 1149.4513,210.54555 1150.8123,210.05255 C 1152.2633,209.52755 1153.1453,209.41555 1154.7513,209.58355 C 1155.5193,209.66355 1156.2613,209.63455 1157.0313,209.63455 C 1157.8093,209.63455 1158.7363,210.62655 1159.4673,210.16455 C 1158.8973,210.33355 1158.3783,210.74055 1158.1773,211.31555 C 1158.7283,211.40355 1159.0653,211.76555 1159.1073,212.32355 C 1160.1473,211.45555 1161.7773,210.81955 1163.1373,210.81155 C 1162.7973,211.39255 1161.9643,211.44155 1161.3863,211.57255 C 1160.6943,211.72855 1159.0233,213.26955 1160.7673,212.82755 C 1160.2023,212.85855 1159.6993,213.05055 1159.2573,213.40355 C 1160.5653,213.69055 1161.6213,212.32355 1162.9273,212.89955 C 1162.2633,212.98255 1159.0693,213.72155 1160.9773,214.48355 C 1160.4133,214.60555 1159.8073,214.32055 1159.2573,214.55555 C 1159.3723,215.73655 1158.4233,215.44155 1157.4573,215.63555 C 1157.0073,215.92455 1156.5673,215.96155 1156.1373,215.74555 C 1155.9923,215.53555 1155.8063,215.37855 1155.5773,215.27655 C 1154.6663,215.58455 1154.7933,216.53355 1154.7173,217.29255 C 1156.3843,217.20555 1158.4113,217.18655 1160.0473,216.86055 C 1160.8393,216.70255 1161.6363,217.02455 1162.4333,216.95055 C 1163.3203,216.86955 1163.6563,216.00655 1164.6583,216.21255 C 1164.5123,216.46555 1164.3883,216.72955 1164.2883,217.00455 C 1164.7313,217.08155 1165.5583,217.56555 1165.9953,217.21555 C 1166.8013,216.57155 1167.1833,217.70055 1165.9493,217.58055 C 1166.7373,218.14355 1167.6043,217.52155 1168.1793,217.00455 C 1168.3733,217.26855 1168.5193,217.55655 1168.6193,217.86855 C 1168.2773,217.91555 1167.9403,217.98755 1167.6093,218.08455 C 1168.4013,219.65555 1170.0673,219.13755 1171.4743,219.38755 C 1173.1563,219.68655 1174.6663,220.30155 1176.3953,220.37655 C 1177.7053,220.43355 1179.0463,220.39355 1180.3303,220.10355 C 1180.9133,219.97155 1181.4963,219.78455 1182.0113,219.47755 C 1183.2853,218.71855 1181.8033,218.71055 1183.0893,218.37255 C 1181.2763,218.01155 1184.8543,217.70555 1185.4183,217.67655 C 1186.4093,217.62355 1188.1933,217.62955 1188.5593,216.42855 C 1188.6553,218.26555 1191.7423,216.32955 1192.6893,215.84155 C 1194.4963,214.91055 1196.3733,214.23155 1198.1263,213.22855 C 1199.1513,212.64255 1200.1723,213.98755 1201.2663,213.57355 C 1201.8723,213.34355 1205.4483,211.36155 1203.6093,211.24355 C 1204.2153,210.54255 1205.7203,210.92255 1204.7593,209.80455 C 1205.6983,211.26055 1206.9403,209.50055 1208.1393,209.65955 C 1206.7803,208.97455 1209.4033,208.75555 1207.4893,208.72355 C 1208.0043,208.75855 1208.5103,208.71055 1209.0093,208.57955 C 1208.3043,208.29755 1207.6063,207.97655 1206.8493,207.85955 C 1208.1293,206.99555 1209.2873,209.07255 1210.4873,207.56155 C 1211.2433,206.60955 1208.6933,206.63455 1208.2893,206.63455 C 1209.0443,206.55855 1209.8263,206.57455 1210.4493,206.05855 C 1209.6713,205.86555 1208.8583,205.88255 1208.0693,205.98655 C 1208.8543,205.82755 1210.5743,205.21755 1210.2993,204.11555 C 1209.4383,204.38655 1208.5153,203.55655 1207.7093,203.39455 C 1206.6023,203.17155 1205.9023,203.73355 1205.0493,204.33155 C 1205.6363,203.70455 1207.0263,203.27255 1206.7793,202.17155 C 1205.7583,202.23955 1204.7733,202.55055 1203.7493,202.60355 C 1203.9563,201.82855 1205.0833,201.63855 1205.3723,200.90655 C 1205.6413,200.22555 1203.0923,200.09055 1202.7393,199.50855 C 1203.6273,199.55255 1203.5113,199.26355 1203.6963,198.62855 C 1203.9123,197.88355 1205.5503,197.96155 1206.1293,197.70955 C 1204.7603,197.97655 1201.7733,197.74055 1201.2993,199.50955 C 1200.8173,199.04755 1199.4463,198.61155 1199.6943,197.85255 C 1200.0903,196.64255 1197.4403,196.54155 1196.8833,196.82455 C 1196.3253,197.10855 1195.1723,196.41555 1195.3853,197.51655 C 1195.6573,198.92255 1194.4543,198.86255 1194.3193,199.87055 C 1194.0763,199.60655 1191.7533,198.89755 1191.3693,198.93355 C 1190.1063,199.05355 1189.4193,200.56255 1188.4893,201.23755 C 1188.1563,200.38355 1185.4033,198.19555 1184.5033,199.43355 C 1184.2313,199.80855 1184.4913,200.62555 1184.7863,200.91955 C 1185.4603,201.59455 1185.2463,202.43855 1185.0303,203.25355 C 1184.0013,201.94055 1183.3513,198.64355 1181.0703,199.14955 C 1180.4113,199.29555 1180.3323,199.92655 1179.8453,200.03455 C 1179.2693,200.16255 1178.7423,199.77055 1178.1583,200.05055 C 1177.3423,200.44155 1178.0083,201.77655 1177.3723,202.40255 C 1176.3133,203.44455 1174.7993,200.20655 1174.1433,199.73055 C 1172.9873,198.89255 1172.0853,200.49755 1172.4273,201.46455 C 1172.7063,202.25655 1171.7853,204.68555 1171.1393,203.68555 C 1170.9183,205.47355 1170.2263,203.33155 1169.6093,203.21055 C 1167.9333,202.88555 1168.0963,206.46155 1167.2493,204.69255 C 1167.2953,205.50255 1166.5833,206.10055 1166.7393,206.92455 C 1166.3393,205.90755 1166.7433,204.00955 1165.0093,204.69255 C 1167.3143,204.32155 1164.1433,203.04655 1164.0793,202.24455 C 1165.8503,204.42855 1167.6943,200.39155 1165.5893,200.80555 C 1166.9603,200.34255 1166.0183,200.17155 1165.4193,199.98555 C 1164.5953,199.73055 1164.8263,199.23655 1164.1953,198.76755 C 1163.5413,198.28255 1162.5653,198.64855 1162.1523,197.82455 C 1161.9553,197.43055 1161.0193,197.13055 1160.6193,197.06155 C 1160.3173,197.00955 1157.0363,197.57455 1157.6583,197.97855 C 1158.5193,198.53955 1160.2693,198.64855 1161.2693,198.57355 C 1160.3123,198.83055 1158.9183,198.19455 1158.3193,199.29455 C 1158.9073,199.57255 1160.3943,199.79255 1160.5193,200.62855 C 1160.6063,201.20955 1159.2813,201.42955 1159.0393,201.88655 C 1160.3193,200.13855 1158.7843,200.41055 1157.6693,200.95055 C 1158.1283,200.08955 1157.9383,199.96955 1157.0993,200.59055 C 1157.2583,200.36055 1157.4023,200.12055 1157.5293,199.87055 C 1156.9253,199.54355 1156.2793,199.18955 1155.5843,199.10655 C 1155.0323,199.04055 1153.6193,199.39155 1155.1493,199.79755 C 1154.1883,200.01455 1154.1883,200.30155 1155.1493,200.66055 C 1154.4933,200.25255 1153.7283,200.16055 1152.9893,200.01355 C 1152.6303,201.30755 1154.3913,201.31155 1155.1493,201.66955 C 1154.2433,201.57855 1152.8633,200.88755 1152.1993,201.88555 C 1153.1213,202.42655 1154.1613,202.24555 1155.1493,202.53355 C 1154.6393,202.56055 1154.1363,202.63255 1153.6393,202.74955 C 1154.0213,202.94755 1154.4283,203.04355 1154.8593,203.03755 C 1153.4683,203.99155 1151.9063,201.80955 1150.3993,202.31655 C 1150.5843,202.84155 1151.0113,203.24855 1151.5493,203.39655 C 1150.5873,203.55955 1150.5873,203.79955 1151.5493,204.11755 C 1150.3543,203.75855 1148.8073,202.89855 1148.0193,204.40455 C 1149.0773,204.40455 1150.1513,204.37955 1151.0463,205.05355" id="is"/>
<path class="landxx ni" d="M 606.79529,646.55755 C 607.70229,646.93855 607.73029,647.89455 608.88329,647.78255 C 609.04381,647.51283 608.54329,647.23679 609.00895,647.16471 C 609.48282,647.10496 610.77879,647.03305 611.21629,646.90155 C 612.16529,646.61755 611.56529,645.31455 612.23729,644.84255 C 612.73929,644.49055 613.52429,644.76555 613.64629,644.04855 C 613.80129,643.14155 612.99729,641.30255 613.56329,640.58155 C 614.08629,639.91455 615.28829,640.45155 615.94329,640.53755 C 616.77229,640.64455 617.10629,639.91355 617.57529,639.35755 C 619.33329,637.27555 619.56829,638.75755 621.41129,639.93355 C 621.71652,638.18578 624.07674,637.01136 625.53429,635.78955 C 626.52678,635.71536 625.47868,635.01404 626.61729,634.05955 C 627.47669,633.33912 627.45565,632.16837 628.37865,631.47337 C 629.42465,630.68537 629.82232,631.99977 630.67629,632.46901 C 631.91525,633.1498 632.49197,632.41191 633.6623,632.00691 C 634.93306,631.56716 637.14929,631.43555 638.33129,630.79055 C 638.86829,630.49755 639.29729,629.99555 639.91529,629.85355 C 640.68529,629.67755 641.44629,629.98555 642.21929,629.85355 C 641.56329,630.16655 641.20429,631.55955 640.34729,630.79055 C 639.53729,632.19955 641.62129,634.53055 640.92329,636.33455 C 640.24829,638.08155 638.84829,639.08055 638.27529,640.98455 C 637.56229,643.35555 637.85129,645.72655 637.45929,648.12155 C 637.26929,649.28455 637.76929,652.35655 636.38729,652.53455 C 636.43129,651.17355 637.20329,650.17955 636.96329,648.71855 C 636.04629,648.94755 636.93429,650.61455 635.23529,651.16655 C 636.38829,652.65355 635.54229,654.20455 635.59529,655.84655 C 635.32929,655.39555 635.25729,654.91555 635.37929,654.40655 C 635.21329,655.39155 634.58329,656.26755 634.58729,657.28755 C 636.44329,656.62155 634.98229,659.10455 634.61429,659.71055 C 633.73829,661.15355 633.10829,662.83955 634.23029,664.44155 C 634.73029,665.15455 635.67329,665.80955 634.15429,666.41455 C 633.26529,666.76855 631.73929,666.70955 630.97329,666.10155 C 630.74329,665.90355 630.54829,665.67555 630.38829,665.41655 C 629.74129,664.46355 629.96229,664.80555 629.09129,664.65455 C 628.42229,664.53855 628.00629,663.73155 627.27529,663.88355 C 626.68329,664.00555 626.1442,664.2051 625.6312,664.4851 C 625.30845,664.66085 624.46974,664.37726 624.04377,664.18805 C 621.86142,663.21868 620.87667,662.75806 620.57833,662.72955 C 620.42916,662.7153 619.85214,662.66972 620.80614,662.50743 C 621.41418,662.60461 627.87863,666.01466 626.18839,661.53455 C 625.84241,661.15542 624.29814,658.33894 623.95588,657.99257 C 623.62727,657.66001 621.63561,656.30857 621.43739,655.76999 C 621.22486,655.19254 619.59968,654.81852 619.27526,654.87459 C 617.93435,655.10633 618.80326,658.91338 618.53953,658.48573 C 618.85935,658.8155 619.60874,661.94289 620.79835,662.50982 C 620.63825,662.49641 620.83734,662.82778 620.51284,662.723 C 619.64899,662.44407 619.86358,665.37241 618.67729,662.80155 C 618.01114,661.35791 616.61129,660.36255 615.50729,659.30255 C 613.31929,657.20155 612.40729,654.33355 610.06529,652.29855 C 608.56129,650.99155 605.32129,648.41655 606.79529,646.55755" id="ni"/>
<g class="landxx coastxx cl" id="cl" transform="translate(-29.9017, -45.0745)">
<path d="M 871.268,1280.733 C 871.1,1280.485 870.863,1280.341 870.558,1280.302 C 870.794,1280.446 871.031,1280.59 871.268,1280.733" id="path6426"/>
<path d="M 885.238,1284.333 C 885.261,1284.143 885.284,1283.953 885.308,1283.763 C 884.777,1283.632 884.273,1283.702 883.798,1283.973 C 884.324,1283.906 884.804,1284.026 885.238,1284.333" id="path6432"/>
<path d="M 887.547,1284.263 C 887.666,1283.771 887.426,1283.674 886.827,1283.973 C 887.067,1284.069 887.308,1284.166 887.547,1284.263" id="path6440"/>
<path d="M 888.558,1284.413 C 888.408,1284.115 888.191,1283.876 887.908,1283.693 C 888.125,1283.934 888.341,1284.173 888.558,1284.413" id="path6442"/>
<path d="M 885.458,1278.0681 C 884.323,1276.5591 878.27,1275.2311 876.958,1277.2081 C 878.061,1276.6601 878.281,1278.1291 878.875,1278.6671 C 879.389,1279.1321 882.648,1279.1081 880.918,1279.2981 C 881.423,1279.3611 881.93,1279.3851 882.439,1279.3681 C 882.844,1279.2791 882.349,1278.8891 882.538,1278.7281 C 883.127,1278.2251 883.691,1279.5541 884.023,1279.7091 C 884.953,1280.1451 885.757,1278.8551 885.458,1278.0681" id="path6428"/>
<path d="M 883.368,1282.033 C 883.535,1281.816 883.701,1281.599 883.868,1281.383 C 883.068,1281.082 882.901,1281.299 883.368,1282.033" id="path6430"/>
<path d="M 886.538,1283.403 C 886.366,1282.858 886.029,1282.448 885.528,1282.173 C 885.307,1282.405 885.14,1282.672 885.028,1282.973 C 885.529,1283.122 886.033,1283.266 886.538,1283.403" id="path6434"/>
<path d="M 885.308,1276.923 C 885.384,1277.55 886.355,1277.473 886.758,1277.493 C 886.305,1277.225 885.822,1277.034 885.308,1276.923" id="path6436"/>
<path d="M 887.188,1278.863 C 886.796,1278.884 886.483,1279.054 886.248,1279.373 C 886.701,1279.632 887.181,1279.702 887.688,1279.583 C 887.521,1279.343 887.354,1279.104 887.188,1278.863" id="path6438"/>
<path d="M 889.268,1279.293 C 889.841,1278.737 889.382,1278.261 888.698,1278.573 C 888.863,1278.833 889.053,1279.073 889.268,1279.293" id="path6444"/>
<path d="M 832.678,1262.593 C 832.132,1262.592 831.907,1262.47 831.888,1263.173 C 832.165,1262.998 832.428,1262.805 832.678,1262.593" id="path6364"/>
<path d="M 835.488,1265.403 C 835.658,1265.163 835.828,1264.924 835.998,1264.683 C 835.106,1264.437 834.936,1264.677 835.488,1265.403" id="path6372"/>
<path d="M 837.358,1263.743 C 836.995,1263.772 836.635,1263.822 836.278,1263.893 C 836.465,1264.135 836.658,1264.372 836.858,1264.603 C 836.361,1264.458 835.858,1264.341 835.348,1264.252 C 835.992,1264.488 838.317,1265.28 837.358,1263.743" id="path6374"/>
<path d="M 844.417,1269.863 C 845.17,1269.329 846.095,1268.885 847.007,1268.713 C 846.232,1268.44 846.1,1267.149 847.148,1267.633 C 846.877,1266.131 845.339,1266.872 844.766,1265.954 C 844.342,1265.274 843.065,1264.635 843.188,1265.903 C 842.873,1265.294 841.768,1264.21 841.678,1265.613 C 841.266,1265.049 839.967,1263.283 839.088,1263.963 C 839.223,1264.208 839.367,1264.448 839.518,1264.684 C 839.015,1264.596 838.511,1264.596 838.008,1264.684 C 838.997,1265.182 839.848,1265.823 840.958,1266.043 C 839.851,1266.115 838.035,1264.514 837.288,1265.973 C 837.882,1265.816 838.248,1266.063 838.228,1266.694 C 840.093,1265.857 839.554,1267.077 840.291,1268.175 C 840.673,1268.743 841.406,1268.977 841.77,1268.288 C 842.271,1267.34 843.381,1267.299 844.349,1267.703 C 844.104,1267.938 843.865,1268.179 843.629,1268.423 C 843.888,1268.621 844.152,1268.815 844.419,1269.003 C 843.934,1269.225 843.431,1269.392 842.909,1269.503 C 843.442,1269.493 843.945,1269.613 844.417,1269.863" id="path6376"/>
<path d="M 841.538,1269.863 C 841.565,1268.957 840.572,1268.91 840.028,1269.363 C 840.633,1269.219 841.136,1269.386 841.538,1269.863" id="path6378"/>
<path d="M 847.587,1269.363 C 847.441,1269.386 847.294,1269.41 847.148,1269.433 C 847.573,1269.984 847.409,1270.37 846.717,1270.443 C 847.734,1271.482 849.1,1269.813 847.587,1269.363" id="path6380"/>
<path d="M 848.018,1272.313 C 848.223,1271.862 848.198,1271.625 848.808,1271.733 C 848.305,1271.33 847.802,1271.33 847.298,1271.733 C 847.518,1271.952 847.757,1272.146 848.018,1272.313" id="path6382"/>
<path d="M 848.238,1267.563 C 847.978,1267.599 847.738,1267.692 847.518,1267.842 C 847.758,1267.75 847.998,1267.656 848.238,1267.563" id="path6384"/>
<path d="M 851.038,1268.283 C 850.403,1268.063 849.957,1268.677 849.631,1267.978 C 849.345,1267.368 848.044,1268.619 847.588,1268.643 C 847.947,1269.837 851.133,1269.916 850.678,1271.453 C 852.644,1271.49 850.727,1270.02 850.248,1269.433 C 850.645,1269.889 851.125,1270.008 851.688,1269.792 C 851.318,1269.355 851.102,1268.853 851.038,1268.283" id="path6386"/>
<path d="M 849.528,1271.233 C 849.284,1270.993 849.02,1270.776 848.738,1270.583 C 849.001,1270.8 849.265,1271.017 849.528,1271.233" id="path6388"/>
<path d="M 849.667,1272.673 C 849.452,1272.537 849.215,1272.464 848.957,1272.453 C 849.194,1272.526 849.431,1272.6 849.667,1272.673" id="path6390"/>
<path d="M 850.108,1272.383 C 850.397,1271.643 850.157,1271.477 849.388,1271.883 C 849.628,1272.05 849.868,1272.216 850.108,1272.383" id="path6392"/>
<path d="M 853.848,1268.854 C 853.118,1268.511 852.044,1268.388 851.258,1268.574 C 851.432,1268.709 853.504,1272.527 853.488,1269.723 C 853.467,1271.417 855.407,1269.795 855.068,1271.453 C 855.625,1271.335 856.155,1271.141 856.658,1270.873 C 856.285,1270.349 854.54,1268.232 854.928,1270.223 C 854.366,1269.972 853.948,1269.467 853.848,1268.854" id="path6394"/>
<path d="M 852.558,1274.973 C 852.477,1274.468 852.55,1274.26 851.908,1274.253 C 852.125,1274.493 852.341,1274.732 852.558,1274.973" id="path6396"/>
<path d="M 853.638,1270.723 C 853.698,1271.166 853.694,1271.319 854.208,1271.453 C 854.018,1271.21 853.828,1270.966 853.638,1270.723" id="path6398"/>
<path d="M 859.608,1270.653 C 859.334,1269.764 858.426,1269.247 858.028,1268.423 C 858.487,1268.887 858.967,1268.91 859.467,1268.493 C 858.338,1267.956 858.448,1266.305 857.377,1265.763 C 855.797,1264.964 856.541,1267.13 857.237,1267.633 C 856.721,1267.455 856.214,1267.479 855.716,1267.703 C 856.651,1269.222 857.829,1270.273 859.608,1270.653" id="path6400"/>
<path d="M 859.318,1276.563 C 859.391,1276.37 859.464,1276.176 859.538,1275.983 C 858.541,1276.111 857.664,1275.492 856.658,1275.773 C 856.754,1276.041 856.898,1276.281 857.088,1276.493 C 857.687,1275.666 858.696,1275.944 859.318,1276.563" id="path6402"/>
<path d="M 860.398,1270.013 C 860.604,1269.13 860.364,1269.034 859.678,1269.723 C 859.918,1269.819 860.158,1269.916 860.398,1270.013" id="path6404"/>
<path d="M 863.788,1278.644 C 864.026,1278.003 864.226,1277.443 865.008,1277.923 C 864.631,1276.896 863.029,1277.133 862.198,1276.993 C 862.79,1277.022 863.287,1276.681 863.498,1276.133 C 862.849,1276.075 862.408,1276.777 861.781,1276.667 C 861.085,1276.545 860.383,1276.331 859.678,1276.563 C 860.361,1278.255 862.986,1276.873 863.788,1278.644" id="path6406"/>
<path d="M 861.337,1271.013 C 861.485,1270.09 860.356,1270.273 859.898,1270.583 C 860.376,1270.731 860.856,1270.874 861.337,1271.013" id="path6408"/>
<path d="M 862.638,1275.623 C 862.064,1275.529 861.558,1275.673 861.118,1276.053 C 861.707,1276.203 862.213,1276.061 862.638,1275.623" id="path6410"/>
<path d="M 865.948,1276.273 C 865.755,1276.513 865.561,1276.752 865.368,1276.993 C 865.988,1276.935 865.92,1276.774 865.948,1276.273" id="path6412"/>
<path d="M 866.958,1278.934 C 866.791,1278.667 866.552,1278.5 866.238,1278.434 C 866.478,1278.601 866.718,1278.767 866.958,1278.934" id="path6414"/>
<path d="M 867.028,1277.283 C 868.302,1277.121 869.794,1277.341 870.838,1276.413 C 869.755,1276.167 867.28,1275.775 866.378,1276.563 C 866.566,1276.829 866.783,1277.069 867.028,1277.283" id="path6418"/>
<path d="M 866.808,1278.003 C 867.147,1278.688 869.063,1278.934 869.688,1278.793 C 869.014,1280.132 872.388,1281.009 873.217,1280.523 C 872.719,1280.147 872.212,1279.786 871.694,1279.438 C 869.768,1278.151 873.095,1278.829 870.907,1278.143 C 871.796,1277.833 872.949,1278.971 873.942,1279.037 C 874.892,1279.1 875.557,1280.2 875.157,1280.733 C 875.951,1280.217 878.185,1280.809 879.071,1281.026 C 880.101,1281.28 880.289,1282.579 881.567,1282.253 C 880.76,1281.314 880.114,1280.51 878.907,1280.083 C 877.989,1279.759 876.533,1279.944 875.877,1279.083 C 876.659,1279.757 877.951,1279.47 878.837,1279.223 C 877.029,1277.98 874.337,1279.028 872.787,1277.284 C 874.203,1277.834 874.672,1277.635 876.07,1277.658 C 877.167,1277.677 876.538,1276.589 875.786,1276.463 C 874.68,1276.277 873.514,1276.616 872.464,1276.938 C 871.869,1277.119 868.535,1276.583 869.617,1278.075 C 869.152,1276.844 867.518,1277.298 866.808,1278.003" id="path6420"/>
<path d="M 867.598,1279.443 C 866.916,1279.546 867.013,1279.735 867.888,1280.012 C 867.791,1279.823 867.694,1279.633 867.598,1279.443" id="path6422"/>
<path d="M 869.837,1280.303 C 869.682,1279.861 869.679,1279.693 869.117,1279.803 C 869.357,1279.97 869.598,1280.136 869.837,1280.303" id="path6424"/>
<path d="M 820.007,1251.363 C 820.867,1251.104 820.185,1250.146 819.717,1249.923 C 819.587,1250.448 819.684,1250.929 820.007,1251.363" id="path6318"/>
<path d="M 821.877,1253.233 C 822.312,1252.296 822.153,1249.415 820.587,1249.632 C 820.818,1250.13 821.082,1250.61 821.377,1251.072 C 820.055,1250.799 821.194,1252.747 821.877,1253.233" id="path6322"/>
<path d="M 822.598,1253.373 C 823.065,1252.823 823.357,1250.788 822.098,1251.144 C 822.079,1251.928 822.495,1252.611 822.598,1253.373" id="path6326"/>
<path d="M 824.188,1254.894 C 824.97,1253.929 823.119,1254.188 822.667,1254.093 C 823.184,1254.342 823.69,1254.608 824.188,1254.894" id="path6328"/>
<path d="M 823.248,1252.803 C 823.744,1252.704 824.127,1252.441 824.398,1252.013 C 823.778,1251.838 823.333,1252.185 823.248,1252.803" id="path6332"/>
<path d="M 826.417,1251.863 C 826.43,1250.87 824.193,1249.925 823.387,1249.993 C 824.3,1250.799 825.317,1251.358 826.417,1251.863" id="path6334"/>
<path d="M 826.708,1250.573 C 826.875,1250.453 827.041,1250.333 827.208,1250.213 C 826.419,1249.769 825.984,1248.919 825.188,1248.484 C 825.542,1249.697 825.429,1250.059 826.708,1250.573" id="path6340"/>
<path d="M 828.438,1255.463 C 828.848,1255.396 829.158,1255.179 829.368,1254.814 C 828.514,1254.333 826.719,1252.412 825.698,1253.524 C 826.579,1253.255 827.293,1253.945 827.998,1254.314 C 826.232,1253.808 827.972,1255.276 828.438,1255.463" id="path6344"/>
<path d="M 836.858,1263.093 C 837.498,1263.275 838.145,1263.302 838.797,1263.173 C 837.682,1262.885 836.881,1261.97 835.777,1261.653 C 838.029,1263.849 832.697,1259.497 835.057,1261.722 C 833.502,1260.552 831.924,1260.517 830.15,1260.057 C 828.761,1259.697 827.608,1258.179 826.057,1258.563 C 827.934,1259.417 829.245,1260.611 831.214,1261.209 C 832.207,1261.513 833.256,1261.334 834.234,1261.728 C 835.049,1262.057 835.845,1263.473 836.858,1263.093" id="path6346"/>
<path d="M 827.278,1253.373 C 827.051,1252.976 827.021,1252.854 826.488,1253.013 C 826.751,1253.133 827.015,1253.253 827.278,1253.373" id="path6348"/>
<path d="M 828.288,1250.713 C 828.228,1249.995 827.324,1249.797 826.778,1249.703 C 827.253,1250.082 827.756,1250.419 828.288,1250.713" id="path6350"/>
<path d="M 830.448,1254.093 C 830.178,1252.667 828.056,1251.748 826.778,1251.644 C 827.579,1252.951 829.349,1253.134 830.448,1254.093" id="path6352"/>
<path d="M 828.217,1251.434 C 827.889,1251.135 828.149,1250.879 827.497,1251.074 C 827.737,1251.193 827.978,1251.313 828.217,1251.434" id="path6354"/>
<path d="M 830.377,1255.463 C 830.544,1255.416 830.71,1255.37 830.877,1255.323 C 830.401,1254.337 829.211,1253.781 828.148,1253.883 C 828.875,1254.435 829.748,1254.779 830.377,1255.463" id="path6356"/>
<path d="M 829.007,1252.293 C 829.522,1251.892 829.356,1251.652 828.507,1251.573 C 828.674,1251.813 828.841,1252.053 829.007,1252.293" id="path6358"/>
<path d="M 829.518,1253.953 C 829.638,1253.434 829.371,1253.338 828.718,1253.663 C 828.984,1253.76 829.251,1253.856 829.518,1253.953" id="path6360"/>
<path d="M 831.308,1258.273 C 832.32,1257.711 831.901,1255.562 830.599,1255.796 C 829.585,1255.979 831.312,1257.869 831.308,1258.273" id="path6362"/>
<path d="M 833.257,1261.443 C 833.424,1261.71 833.664,1261.876 833.977,1261.943 C 833.737,1261.776 833.498,1261.61 833.257,1261.443" id="path6366"/>
<path d="M 835.558,1260.144 C 835.362,1259.158 833.977,1259.259 833.328,1259.644 C 834.125,1259.369 834.93,1259.623 835.558,1260.144" id="path6368"/>
<path d="M 833.688,1252.653 C 834.261,1252.445 834.629,1251.977 834.337,1251.363 C 833.804,1251.594 833.477,1252.065 833.688,1252.653" id="path6370"/>
<path d="M 811.438,1234.803 C 810.893,1233.304 809.334,1232.568 807.837,1232.423 C 808.039,1233.206 808.775,1234.276 809.637,1233.434 C 809.725,1234.456 810.888,1234.186 811.438,1234.803" id="path6272"/>
<path d="M 813.818,1238.113 C 814.069,1237.571 814.429,1237.114 814.898,1236.743 C 814.06,1237.286 813.322,1237.227 813.528,1236.173 C 813.15,1236.356 812.828,1236.299 812.563,1236.002 C 811.959,1235.536 811.238,1236.097 810.578,1236.023 C 811.116,1236.466 813.023,1236.72 812.878,1237.683 C 811.919,1237.898 812.051,1236.64 811.078,1236.813 C 811.105,1237.234 811.128,1237.818 811.47,1238.134 C 812.065,1238.687 813.288,1237.944 812.598,1239.193 C 813.165,1239.067 813.626,1238.663 813.818,1238.113" id="path6286"/>
<path d="M 814.038,1242.213 C 814.262,1241.495 813.642,1240.886 813.308,1240.343 C 813.872,1240.633 814.329,1240.424 814.388,1239.774 C 813.59,1239.965 812.894,1239.315 812.158,1239.914 C 812.858,1240.155 812.95,1240.663 812.378,1241.134 C 813.285,1241.098 813.116,1242.215 814.038,1242.213" id="path6290"/>
<path d="M 814.608,1238.903 C 814.411,1238.709 814.171,1238.685 813.888,1238.833 C 814.128,1238.856 814.368,1238.88 814.608,1238.903" id="path6294"/>
<path d="M 816.047,1242.363 C 816.146,1241.724 815.943,1240.955 815.117,1241.063 C 815.172,1241.635 815.541,1242.112 816.047,1242.363" id="path6300"/>
<path d="M 816.558,1239.773 C 816.877,1239.481 817.067,1239.122 817.128,1238.693 C 816.491,1238.773 816.188,1239.188 816.558,1239.773" id="path6304"/>
<path d="M 818.568,1243.013 C 818.596,1242.45 816.974,1240.755 816.408,1241.284 C 815.354,1242.268 817.935,1242.988 818.568,1243.013" id="path6306"/>
<path d="M 819.288,1244.883 C 819.715,1244.212 820.522,1243.729 821.308,1244.163 C 820.091,1243.347 819.961,1241.59 818.138,1241.853 C 818.561,1242.33 818.944,1242.836 819.288,1243.373 C 818.526,1243.228 817.766,1243.055 816.988,1243.013 C 817.051,1243.842 818.529,1244.78 819.217,1244.083 C 819.241,1244.35 819.264,1244.616 819.288,1244.883" id="path6308"/>
<path d="M 817.638,1249.203 C 818.695,1248.924 818.164,1247.422 818.278,1246.683 C 817.737,1247.1 817.255,1246.863 817.058,1246.252 C 817.088,1247.149 816.993,1248.478 817.638,1249.203" id="path6310"/>
<path d="M 821.598,1242.644 C 821.628,1241.792 820.39,1241.337 819.788,1241.064 C 821.139,1241.064 820.153,1240.815 819.65,1240.285 C 819.083,1239.685 818.522,1239.367 817.708,1239.774 C 818.331,1240.134 818.521,1240.753 818.928,1241.294 C 819.608,1242.197 820.715,1242.09 821.598,1242.644" id="path6314"/>
<path d="M 819.068,1247.903 C 819.918,1247.668 820.354,1246.785 820.588,1247.693 C 820.546,1247.38 820.546,1247.066 820.588,1246.753 C 820.856,1246.913 821.119,1247.08 821.378,1247.253 C 820.661,1246.071 819.736,1244.735 818.638,1246.684 C 819.248,1246.881 819.485,1247.362 819.068,1247.903" id="path6316"/>
<path d="M 821.598,1245.673 C 821.741,1244.859 820.703,1244.818 820.438,1244.163 C 819.745,1245.057 821.013,1245.407 821.598,1245.673" id="path6320"/>
<path d="M 822.598,1245.743 C 822.768,1245.696 822.938,1245.65 823.108,1245.603 C 822.508,1244.863 821.96,1244.055 821.158,1243.512 C 821.614,1244.271 822.081,1245.024 822.598,1245.743" id="path6324"/>
<path d="M 824.547,1247.693 C 824.506,1246.985 823.9,1246.441 823.177,1246.603 C 823.502,1247.1 823.985,1247.497 824.547,1247.693" id="path6330"/>
<path d="M 824.618,1247.043 C 824.835,1246.897 825.051,1246.75 825.268,1246.604 C 824.999,1245.959 824.473,1245.789 823.968,1246.324 C 824.155,1246.589 824.372,1246.829 824.618,1247.043" id="path6338"/>
<path d="M 826.488,1247.043 C 826.514,1246.472 826.196,1246.132 825.628,1246.104 C 825.602,1246.675 825.92,1247.015 826.488,1247.043" id="path6342"/>
<path d="M 806.688,1224.644 C 807.974,1223.296 803.502,1218.591 801.788,1219.534 C 802.085,1219.951 803.184,1220.461 803.259,1220.949 C 803.387,1221.785 804.418,1221.643 803.158,1222.134 C 803.829,1222.409 804.619,1221.586 804.92,1222.36 C 805.206,1223.092 805.976,1224.279 806.688,1224.644" id="path6206"/>
<path d="M 803.598,1217.373 C 803.836,1216.911 803.739,1216.528 803.308,1216.223 C 803.09,1216.429 802.92,1216.669 802.798,1216.944 C 803.064,1217.087 803.331,1217.229 803.598,1217.373" id="path6218"/>
<path d="M 803.958,1224.573 C 804.953,1224.794 805.567,1224.027 805.038,1223.133 C 804.387,1222.029 803.764,1222.813 802.868,1223.064 C 803.065,1223.936 803.963,1224.006 804.668,1224.213 C 804.431,1224.333 804.194,1224.453 803.958,1224.573" id="path6220"/>
<path d="M 804.318,1225.443 C 804.953,1225.282 805.508,1224.888 805.967,1224.433 C 805.108,1224.161 804.524,1225.096 803.667,1224.722 C 803.867,1224.979 804.084,1225.219 804.318,1225.443" id="path6224"/>
<path d="M 804.598,1216.943 C 804.89,1216.224 804.65,1216.034 803.878,1216.373 C 804.118,1216.563 804.357,1216.753 804.598,1216.943" id="path6226"/>
<path d="M 806.398,1219.323 C 806.64,1218.535 806.329,1217.653 805.608,1217.233 C 805.282,1217.712 805.282,1218.193 805.608,1218.672 C 805.086,1218.222 803.822,1217.997 804.098,1219.103 C 804.86,1218.347 805.598,1219.187 806.398,1219.323" id="path6230"/>
<path d="M 806.908,1222.493 C 809.167,1220.819 805.843,1219.52 804.318,1219.753 C 804.988,1220.822 805.897,1221.743 806.908,1222.493" id="path6232"/>
<path d="M 807.768,1227.894 C 807.681,1226.677 805.437,1225.583 804.458,1226.234 C 804.739,1227.714 807.081,1226.63 807.768,1227.894" id="path6234"/>
<path d="M 806.328,1219.823 C 806.088,1219.216 805.381,1219.1 804.818,1219.173 C 805.359,1219.302 805.862,1219.519 806.328,1219.823" id="path6236"/>
<path d="M 805.828,1227.963 C 805.947,1227.471 805.707,1227.374 805.108,1227.673 C 805.348,1227.77 805.588,1227.866 805.828,1227.963" id="path6242"/>
<path d="M 806.757,1229.473 C 806.539,1228.515 808.282,1227.765 806.547,1227.244 C 806.681,1228.203 804.864,1229.183 806.757,1229.473" id="path6254"/>
<path d="M 807.768,1227.173 C 808.031,1227.053 808.295,1226.934 808.558,1226.814 C 808.148,1226.052 807.339,1225.61 806.478,1225.654 C 806.928,1226.143 807.358,1226.649 807.768,1227.173" id="path6258"/>
<path d="M 807.118,1219.033 C 806.946,1218.757 806.755,1218.494 806.548,1218.243 C 806.737,1218.507 806.928,1218.77 807.118,1219.033" id="path6260"/>
<path d="M 807.698,1225.803 C 807.719,1225.304 807.503,1224.945 807.048,1224.723 C 806.747,1225.326 807.1,1225.707 807.698,1225.803" id="path6262"/>
<path d="M 810.507,1224.573 C 811.827,1224.286 808.046,1220.548 807.557,1219.972 C 807.644,1220.477 807.737,1220.981 807.837,1221.483 C 808.06,1222.036 808.616,1222.329 808.777,1222.922 C 808.23,1221.608 806.704,1222.387 807.443,1223.596 C 807.999,1224.505 809.655,1224.186 810.507,1224.573" id="path6264"/>
<path d="M 807.988,1231.773 C 807.785,1231.569 807.545,1231.425 807.268,1231.342 C 807.508,1231.486 807.748,1231.63 807.988,1231.773" id="path6266"/>
<path d="M 813.818,1235.593 C 814.486,1235.887 815.399,1235.936 815.978,1235.593 C 815.799,1235.364 815.606,1235.147 815.398,1234.944 C 816.711,1235.858 816.176,1233.622 815.118,1233.434 C 817.076,1233.811 814.267,1231.323 814.608,1233.293 C 814.439,1231.608 814.347,1229.17 812.981,1227.935 C 812.464,1227.468 812.77,1226.732 812.025,1226.497 C 811.515,1226.336 810.938,1223.658 810.938,1225.584 C 810.162,1222.509 807.363,1226.881 809.428,1225.944 C 807.78,1226.368 809.325,1227.399 810.078,1226.664 C 809.557,1227.338 810.862,1229.396 811.008,1230.124 C 810.588,1229.72 810.108,1229.407 809.569,1229.185 C 810.575,1231.216 807.803,1228.307 809.569,1230.414 C 809.241,1229.941 808.715,1229.643 808.129,1229.764 C 808.65,1230.203 809.13,1230.683 809.569,1231.204 C 808.791,1230.723 808.241,1229.947 807.409,1229.544 C 807.287,1230.893 808.707,1231.125 809.341,1232.033 C 810.028,1233.018 811.118,1234.513 812.449,1234.584 C 812.518,1233.609 811.45,1233.241 811.369,1232.355 C 811.286,1231.447 812.245,1231.401 812.309,1230.554 C 813.152,1230.662 813.402,1231.672 812.159,1231.414 C 812.141,1232.015 812.547,1232.424 813.099,1232.574 C 812.832,1232.711 812.569,1232.854 812.309,1233.004 C 812.55,1233.564 813.304,1233.65 813.763,1233.939 C 814.759,1234.566 812.993,1235.26 814.61,1234.945 C 814.356,1235.174 814.093,1235.39 813.818,1235.593" id="path6268"/>
<path d="M 808.127,1225.013 C 808.914,1224.563 808.583,1224.203 807.767,1224.293 C 807.888,1224.533 808.007,1224.772 808.127,1225.013" id="path6270"/>
<path d="M 808.127,1217.733 C 808.309,1217.379 808.557,1217.447 808.347,1216.943 C 808.274,1217.207 808.201,1217.47 808.127,1217.733" id="path6274"/>
<path d="M 810.507,1229.543 C 810.826,1228.3 808.741,1226.595 808.273,1227.937 C 808.086,1228.473 810.191,1229.242 810.507,1229.543" id="path6276"/>
<path d="M 809.138,1229.403 C 808.961,1229.173 808.721,1229.076 808.418,1229.113 C 808.658,1229.21 808.897,1229.307 809.138,1229.403" id="path6278"/>
<path d="M 809.858,1221.623 C 810.934,1220.859 809.553,1220.071 808.778,1220.113 C 809.142,1220.614 809.501,1221.117 809.858,1221.623" id="path6280"/>
<path d="M 809.928,1218.604 C 810.782,1218.343 811.782,1218.544 812.448,1217.814 C 811.243,1217.19 810.043,1217.667 808.778,1217.524 C 808.885,1218.115 809.327,1218.538 809.928,1218.604" id="path6282"/>
<path d="M 812.018,1222.703 C 812.198,1221.994 811.139,1221.633 810.718,1221.333 C 810.286,1222.271 811.458,1222.4 812.018,1222.703" id="path6284"/>
<path d="M 813.528,1222.923 C 813.237,1222.374 812.654,1222.002 812.018,1222.133 C 812.495,1222.446 812.998,1222.71 813.528,1222.923" id="path6288"/>
<path d="M 814.108,1218.894 C 814.052,1218.487 813.813,1218.27 813.388,1218.244 C 813.628,1218.46 813.868,1218.677 814.108,1218.894" id="path6292"/>
<path d="M 815.328,1232.354 C 815.545,1232.184 815.761,1232.013 815.978,1231.843 C 815.625,1231.364 815.117,1230.993 814.538,1230.843 C 814.752,1231.372 815.015,1231.876 815.328,1232.354" id="path6296"/>
<path d="M 815.328,1219.684 C 815.105,1219.531 814.865,1219.411 814.608,1219.324 C 814.848,1219.443 815.088,1219.563 815.328,1219.684" id="path6298"/>
<path d="M 798.768,1199.373 C 798.531,1199.196 798.268,1199.076 797.978,1199.013 C 798.241,1199.133 798.504,1199.253 798.768,1199.373" id="path6166"/>
<path d="M 799.198,1199.593 C 799.438,1199.64 799.678,1199.687 799.918,1199.734 C 799.947,1199.247 799.901,1198.766 799.778,1198.294 C 799.135,1198.476 798.837,1198.981 799.198,1199.593" id="path6176"/>
<path d="M 804.458,1201.173 C 804.579,1200.536 804.643,1199.518 803.668,1199.663 C 803.779,1200.246 804.042,1200.749 804.458,1201.173" id="path6222"/>
<path d="M 805.538,1201.753 C 805.747,1201.304 806.084,1200.99 806.548,1200.814 C 805.804,1199.925 804.606,1200.97 805.538,1201.753" id="path6240"/>
<path d="M 805.757,1199.883 C 805.668,1199.519 805.451,1199.252 805.108,1199.083 C 805.324,1199.35 805.541,1199.616 805.757,1199.883" id="path6244"/>
<path d="M 806.257,1194.693 C 806.102,1194.399 805.885,1194.159 805.608,1193.972 C 805.824,1194.213 806.041,1194.453 806.257,1194.693" id="path6248"/>
<path d="M 805.898,1211.693 C 806.258,1211.484 806.424,1211.171 806.398,1210.753 C 805.582,1210.664 805.415,1210.978 805.898,1211.693" id="path6250"/>
<path d="M 807.188,1203.623 C 807.519,1202.568 806.6,1201.659 805.678,1202.543 C 806.26,1202.793 806.763,1203.153 807.188,1203.623" id="path6252"/>
<path d="M 807.118,1202.113 C 806.931,1201.656 806.598,1201.37 806.118,1201.253 C 806.19,1201.813 806.548,1202.133 807.118,1202.113" id="path6256"/>
<path d="M 796.608,1185.693 C 796.244,1185.544 796.304,1185.297 795.818,1185.552 C 796.081,1185.6 796.345,1185.646 796.608,1185.693" id="path6144"/>
<path d="M 799.708,1188.573 C 800.15,1187.922 799.284,1187.874 798.908,1188.213 C 799.174,1188.333 799.441,1188.453 799.708,1188.573" id="path6174"/>
<path d="M 794.018,1166.333 C 793.307,1165.788 793.125,1166.191 792.774,1166.745 C 792.342,1167.426 790.915,1165.967 790.348,1165.973 C 791.595,1167.244 790.464,1168.951 791.11,1169.995 C 792.184,1171.733 792.012,1174.299 792.866,1176.032 C 793.232,1176.774 792.429,1177.234 792.761,1178.05 C 793.082,1178.842 794.083,1179.073 794.822,1179.272 C 795.462,1179.444 796.117,1179.635 796.776,1179.72 C 798.135,1179.895 796.983,1177.896 796.899,1177.493 C 798.992,1177.245 796.897,1175.796 796.249,1175.183 C 796.729,1175.259 797.209,1175.259 797.689,1175.183 C 797.429,1174.709 793.51,1172.151 795.668,1172.162 C 794.032,1171.198 795.742,1170.637 796.538,1170.002 C 795.501,1168.969 794.495,1167.738 794.018,1166.333" id="path6130"/>
<path d="M 791.348,1181.813 C 791.611,1181.645 791.854,1181.452 792.078,1181.233 C 791.598,1180.907 791.118,1180.907 790.638,1181.233 C 790.875,1181.427 791.111,1181.62 791.348,1181.813" id="path6132"/>
<path d="M 793.728,1192.753 C 793.963,1192.162 793.615,1191.819 793.008,1192.033 C 793.227,1192.294 793.467,1192.534 793.728,1192.753" id="path6134"/>
<path d="M 794.958,1190.663 C 794.887,1190.226 794.887,1190.071 794.378,1189.943 C 794.571,1190.184 794.764,1190.423 794.958,1190.663" id="path6136"/>
<path d="M 796.038,1173.243 C 796.166,1172.624 795.926,1172.6 795.318,1173.173 C 795.558,1173.196 795.798,1173.22 796.038,1173.243" id="path6138"/>
<path d="M 797.038,1172.523 C 796.88,1171.839 796.205,1171.432 795.528,1171.653 C 796.094,1171.834 796.598,1172.124 797.038,1172.523" id="path6140"/>
<path d="M 797.188,1190.813 C 796.882,1190.089 796.137,1190.129 795.667,1190.663 C 796.174,1190.712 796.681,1190.763 797.188,1190.813" id="path6142"/>
<path d="M 797.118,1189.513 C 797.454,1189.162 797.548,1188.756 797.398,1188.293 C 796.977,1188.764 796.473,1188.881 795.888,1188.644 C 796.093,1189.168 796.534,1189.535 797.118,1189.513" id="path6146"/>
<path d="M 796.898,1185.983 C 796.666,1185.897 796.426,1185.874 796.178,1185.913 C 796.418,1185.937 796.658,1185.96 796.898,1185.983" id="path6148"/>
<path d="M 796.967,1187.423 C 796.766,1187.238 796.526,1187.193 796.247,1187.283 C 796.487,1187.33 796.728,1187.376 796.967,1187.423" id="path6150"/>
<path d="M 797.837,1184.333 C 797.758,1183.788 798.009,1183.286 798.627,1183.253 C 797.817,1183.502 796.951,1183.069 796.317,1183.823 C 796.866,1183.869 797.373,1184.039 797.837,1184.333" id="path6152"/>
<path d="M 798.337,1192.173 C 798.508,1191.396 797.564,1191.055 796.967,1191.093 C 797.308,1191.601 797.764,1191.961 798.337,1192.173" id="path6154"/>
<path d="M 797.618,1166.613 C 797.651,1166.203 797.458,1165.94 797.038,1165.823 C 797.231,1166.087 797.424,1166.35 797.618,1166.613" id="path6156"/>
<path d="M 798.768,1176.263 C 798.361,1175.887 797.881,1175.743 797.328,1175.833 C 797.809,1175.972 798.289,1176.114 798.768,1176.263" id="path6158"/>
<path d="M 798.988,1191.743 C 799.758,1191.427 800.33,1190.684 801.217,1190.663 C 800.505,1190.007 799.327,1189.726 798.399,1190.01 C 796.831,1190.488 797.964,1191.471 798.988,1191.743" id="path6160"/>
<path d="M 799.058,1187.644 C 799.102,1187.315 799.199,1187.001 799.348,1186.704 C 798.832,1186.497 798.302,1186.45 797.758,1186.564 C 798.057,1187.085 798.49,1187.444 799.058,1187.644" id="path6162"/>
<path d="M 798.988,1184.693 C 798.804,1184.475 798.564,1184.402 798.268,1184.472 C 798.508,1184.546 798.748,1184.62 798.988,1184.693" id="path6168"/>
<path d="M 799.558,1189.583 C 799.655,1189.366 799.751,1189.15 799.848,1188.934 C 799.355,1188.77 798.852,1188.65 798.338,1188.574 C 798.555,1189.088 799.005,1189.476 799.558,1189.583" id="path6170"/>
<path d="M 799.558,1186.563 C 799.415,1186.134 799.128,1185.844 798.698,1185.693 C 798.668,1186.267 798.984,1186.586 799.558,1186.563" id="path6172"/>
<path d="M 798.988,1193.333 C 799.868,1193.698 800.959,1193.152 801.788,1192.894 C 800.877,1192.15 799.554,1192.203 798.988,1193.333" id="path6178"/>
<path d="M 800.208,1195.923 C 800.364,1195.299 799.809,1194.824 799.268,1194.694 C 799.284,1195.278 799.649,1195.752 800.208,1195.923" id="path6180"/>
<path d="M 800.138,1187.713 C 800.224,1186.945 799.961,1186.899 799.348,1187.573 C 799.611,1187.62 799.875,1187.666 800.138,1187.713" id="path6182"/>
<path d="M 800.138,1196.713 C 800.317,1195.995 800.077,1195.899 799.418,1196.423 C 799.658,1196.52 799.897,1196.616 800.138,1196.713" id="path6186"/>
<path d="M 800.788,1185.983 C 801.098,1185.171 800.213,1184.627 799.558,1184.543 C 799.896,1185.084 800.307,1185.563 800.788,1185.983" id="path6188"/>
<path d="M 800.428,1188.793 C 800.829,1188.333 800.659,1188.094 799.918,1188.073 C 800.087,1188.313 800.258,1188.553 800.428,1188.793" id="path6190"/>
<path d="M 800.638,1192.173 C 800.739,1191.914 800.739,1191.651 800.638,1191.383 C 800.363,1191.533 800.123,1191.727 799.918,1191.963 C 800.158,1192.033 800.397,1192.103 800.638,1192.173" id="path6192"/>
<path d="M 800.998,1199.953 C 801.983,1199.464 802.282,1197.441 800.858,1197.363 C 799.296,1197.277 800.814,1199.372 800.998,1199.953" id="path6194"/>
<path d="M 802.007,1193.333 C 801.396,1193.652 800.698,1193.706 800.068,1193.973 C 800.245,1195.427 803.09,1195.37 804.098,1195.203 C 803.957,1194.25 802.997,1193.319 802.007,1193.333" id="path6196"/>
<path d="M 802.658,1196.423 C 803.115,1196.373 803.571,1196.326 804.028,1196.283 C 803.599,1195.447 801.944,1195.05 801.148,1195.493 C 801.571,1195.933 802.075,1196.242 802.658,1196.423" id="path6198"/>
<path d="M 802.368,1192.973 C 802.809,1192.183 801.984,1191.481 801.218,1191.744 C 801.452,1192.292 801.836,1192.702 802.368,1192.973" id="path6200"/>
<path d="M 802.297,1191.173 C 802.61,1191.1 802.924,1191.027 803.237,1190.953 C 802.159,1188.851 800.518,1190.524 802.297,1191.173" id="path6202"/>
<path d="M 802.078,1169.063 C 802.221,1168.521 801.981,1168.401 801.358,1168.703 C 801.598,1168.823 801.838,1168.943 802.078,1169.063" id="path6204"/>
<path d="M 802.518,1198.293 C 802.903,1197.596 803.759,1197.843 804.318,1198.083 C 803.936,1196.964 801.841,1196.938 802.518,1198.293" id="path6208"/>
<path d="M 802.948,1191.963 C 803.115,1191.963 803.281,1191.963 803.448,1191.963 C 803.45,1191.346 803.133,1191.036 802.518,1191.243 C 802.661,1191.483 802.804,1191.723 802.948,1191.963" id="path6210"/>
<path d="M 803.518,1197.073 C 803.593,1196.424 803.33,1196.35 802.728,1196.853 C 802.991,1196.927 803.254,1197 803.518,1197.073" id="path6212"/>
<path d="M 803.808,1185.043 C 803.692,1184.261 803.613,1183.584 802.728,1184.113 C 802.84,1184.65 803.254,1185.021 803.808,1185.043" id="path6214"/>
<path d="M 804.028,1199.523 C 805.111,1198.851 803.522,1197.825 802.728,1198.373 C 802.988,1198.909 803.456,1199.341 804.028,1199.523" id="path6216"/>
<path d="M 808.268,1191.093 C 808.104,1190.811 807.914,1190.548 807.698,1190.303 C 808.766,1190.015 808.54,1188.943 807.539,1188.845 C 807.21,1188.869 806.9,1188.805 806.609,1188.652 C 805.751,1187.951 805.918,1188.971 804.818,1188.364 C 804.594,1188.977 804.969,1189.413 805.538,1189.584 C 805.071,1189.938 804.544,1190.105 803.958,1190.084 C 804.154,1190.819 804.671,1191.813 805.608,1191.605 C 803.983,1191.899 805.652,1192.585 806.225,1192.662 C 807.133,1192.782 807.803,1191.68 808.268,1191.093" id="path6228"/>
<path d="M 806.478,1199.813 C 806.523,1199.439 806.082,1197.064 805.473,1197.288 C 803.673,1197.949 805.803,1199.254 806.478,1199.813" id="path6238"/>
<path class="landxx cl" d="M 771.478,963.363 C 773.063,962.465 774.957,963.274 775.588,961.052 C 775.879,960.029 774.475,958.527 775.279,957.663 C 775.47,957.539 775.676,957.506 775.899,957.563 C 776.543,957.555 777.109,956.494 777.458,956.082 C 777.466,957.332 778.791,957.886 779.131,958.995 C 779.462,960.072 780.129,960.477 781.198,960.691 C 780.207,961.635 781.659,964.278 782.001,965.27 C 782.89,967.853 783.407,969.369 785.609,971.15 C 787.6,972.76 786.72,973.275 785.861,975.309 C 785.712,975.663 787.321,976.678 787.315,977.364 C 787.306,978.222 785.989,978.294 785.448,978.621 C 786.527,979.62 785.651,980.697 786.318,981.791 C 786.65,982.335 787.491,982.186 787.828,982.721 C 788.288,983.453 787.743,983.52 787.828,984.242 C 788.085,986.432 791.069,987.476 791.313,990.002 C 791.61,993.061 793.659,995.619 794.518,998.492 C 795.177,1000.691 795.165,1003.492 798.305,1002.492 C 801.551,1001.458 801.741,1003.479 801.421,1006.14 C 801.176,1008.183 801.33237,1012.0262 799.59037,1013.5392 C 795.88574,1014.61 793.30324,1016.264 792.48181,1018.639 C 792.18225,1019.5051 793.729,1021.198 794.087,1022.113 C 791.814,1022.191 793.372,1025.809 793.851,1026.863 C 794.27,1027.785 794.91554,1029.0926 795.25154,1030.0526 C 795.76854,1031.5296 794.38254,1031.8586 794.47154,1033.1986 C 794.59554,1035.0676 797.69554,1036.4982 797.25054,1038.0812 C 796.98154,1039.0362 795.34254,1039.8815 794.55054,1039.4865 C 793.59154,1039.0085 793.17013,1041.7606 793.132,1042.234 C 792.93053,1044.735 792.03427,1047.8771 790.087,1050.5871 C 788.64734,1052.5906 790.51681,1054.1003 789.73181,1056.3163 C 789.34081,1057.4203 788.129,1057.502 788.533,1058.895 C 788.872,1060.065 789.704,1061.027 790.042,1062.189 C 790.239,1062.864 790.46481,1063.3602 790.66381,1064.0342 C 790.84481,1064.6472 791.19346,1065.1362 791.374,1065.694 C 791.76972,1066.9166 790.50055,1068.7618 789.337,1067.333 C 790.176,1068.286 789.40209,1070.192 789.40209,1071.278 C 789.40209,1072.033 789.871,1073.168 789.132,1073.817 C 788.59,1074.293 788.54436,1074.18 788.48536,1075.166 C 788.38436,1076.837 789.64363,1078.538 790.45263,1079.92 C 790.84663,1080.592 791.261,1080.365 791.704,1080.994 C 792.088,1081.539 792.02554,1082.3608 791.27954,1082.0168 C 791.82554,1083.9208 793.748,1084.908 794.095,1086.847 C 794.234,1087.624 794.61436,1088.1905 795.41936,1088.5935 C 796.48836,1089.1285 795.38354,1090.3127 795.59954,1091.1627 C 796.16854,1093.4067 798.49909,1091.464 798.47109,1094.018 C 798.44909,1096.041 798.2,1097.671 799.307,1099.433 C 799.479,1099.707 800.378,1101.2278 799.35054,1101.301 C 798.63616,1101.3519 798.5607,1101.74 798.415,1102.248 C 798.17832,1103.0732 798.03435,1103.8991 797.898,1104.737 C 797.733,1105.751 798.08139,1106.6657 798.18854,1107.6697 C 798.33642,1109.0553 797.58918,1109.3675 797.188,1109.233 C 796.38381,1108.9633 797.38032,1109.7857 797.781,1110.359 C 799.11282,1112.2646 799.8287,1114.2591 800.079,1116.342 C 800.16089,1117.0234 800.048,1117.414 799.406,1117.486 C 798.81,1117.552 798.57649,1118.4943 798.56,1118.954 C 798.50089,1120.6018 797.08197,1119.0774 796.664,1121.079 C 796.47913,1121.9643 796.55809,1122.724 796.86509,1123.612 C 797.15709,1124.459 797.19086,1125.283 797.652,1126.083 C 798.87085,1128.1975 798.63476,1129.0444 798.81309,1130.415 C 799.02569,1132.049 800.489,1132.931 801.151,1134.353 C 801.586,1135.289 801.98609,1136.1562 802.65109,1136.9822 C 802.96609,1137.3742 803.684,1138.392 803.414,1139.02 C 802.827,1140.387 800.60136,1140.291 801.05836,1142.206 C 801.34336,1143.399 800.781,1146.259 801.647,1147.103 C 800.651,1147.4178 799.94124,1147.6824 800.82181,1147.8881 C 801.17724,1147.9711 803.22809,1152.0105 801.14209,1151.353 C 801.35009,1152.458 802.145,1152.504 802.42,1153.316 C 802.64,1153.965 802.20681,1154.9281 802.08081,1155.5281 C 801.67581,1157.4381 802.40626,1158.7332 803.73154,1160.0677 C 804.79328,1161.1369 805.00621,1163.1581 805.10981,1164.865 C 805.19962,1166.3445 806.83881,1167.253 807.62081,1168.494 C 807.04381,1169.039 805.88636,1168.787 805.67836,1169.725 C 805.49536,1170.548 806.68136,1171.858 806.79736,1172.841 C 806.92836,1173.954 807.48036,1176.237 808.45336,1176.904 C 809.33236,1177.506 811.073,1177.088 811.148,1178.574 C 811.212,1179.862 809.268,1178.913 811.204,1180.49 C 811.593,1180.806 812.172,1181.248 812.524,1181.638 C 813.309,1182.508 812.41236,1182.217 812.66336,1182.814 C 812.90436,1183.384 813.377,1183.604 813.711,1184.131 C 814.232,1184.953 813.37836,1185.478 813.78536,1186.21 C 814.30336,1187.141 814.34909,1187.9115 815.38709,1188.1095 C 816.78709,1188.3765 818.49054,1187.8385 819.56254,1188.9555 C 819.84554,1189.2505 819.663,1190.947 819.391,1191.192 C 818.365,1192.118 816.62527,1191.6779 815.47327,1191.7229 C 812.96627,1191.8209 815.65972,1192.7801 816.76627,1192.8717 C 819.27865,1193.0797 822.81972,1195.624 820.007,1197.864 C 819.71171,1198.0992 819.247,1197.804 819.012,1198.165 C 818.601,1198.796 819.79408,1199.454 819.93208,1200.029 C 820.05908,1200.555 820.61427,1200.6495 820.90827,1201.0365 C 821.38927,1201.6695 820.584,1202.94 819.867,1202.973 C 820.885,1203.715 823.728,1206.295 822.901,1207.761 C 822.513,1208.449 821.92909,1208.615 822.40509,1209.57 C 822.54009,1209.841 822.41709,1210.7057 822.72909,1210.8467 C 823.26409,1211.0877 823.431,1211.493 823.676,1212.044 C 822.573,1211.875 821.658,1214.795 821.713,1215.619 C 821.777,1216.57 821.496,1217.468 822.129,1218.289 C 822.676,1219 825.27609,1220.3925 824.99809,1221.4445 C 824.82709,1222.0915 823.92363,1222.157 823.74363,1222.757 C 823.44163,1223.762 825.29927,1224.9071 824.43727,1226.2991 C 823.98727,1227.0251 823.06236,1226.582 822.75536,1227.387 C 822.35936,1228.42 822.677,1230.069 820.796,1229.764 C 820.952,1230.779 820.6091,1232.1441 821.513,1232.711 C 822.68333,1233.445 823.2447,1234.9707 823.32463,1235.8057 C 823.43774,1236.9874 825.33,1237.831 825.987,1238.764 C 826.624,1239.667 827.04327,1240.9579 828.13327,1241.4529 C 828.88227,1241.7939 829.28109,1241.2616 829.83909,1240.8656 C 830.50009,1240.3966 831.01781,1240.7016 831.74181,1240.7086 C 833.29881,1240.7246 833.58136,1240.8723 834.57036,1242.3873 C 835.25836,1243.4423 834.318,1244.73 835.313,1245.307 C 836.182,1245.811 836.84854,1247.719 836.28154,1248.554 C 837.77754,1248.741 839.76425,1250.4192 840.62791,1251.5509 C 841.62917,1252.8629 846.12874,1252.0574 847.38991,1251.9389 C 852.98208,1251.4137 858.64188,1252.7816 864.789,1254.895 C 863.313,1254.922 861.974,1254.289 860.549,1254.025 C 857.951,1253.544 859.267,1254.958 858.459,1256.045 C 857.747,1257.003 856.317,1256.097 855.481,1257.022 C 854.472,1258.138 852.646,1257.923 851.329,1258.345 C 852.202,1259.502 852.274,1260.947 852.568,1262.308 C 852.855,1263.636 853.678,1264.383 854.301,1265.517 C 855.96,1268.535 852.005,1267.513 850.498,1267.202 C 848.689,1266.827 844.576,1265.693 843.882,1263.703 C 843.185,1261.703 847.063,1262.849 845.429,1264.176 C 846.359,1264.201 846.07,1263.069 846.429,1262.581 C 846.687,1262.23 848.724,1264.023 847.729,1264.976 C 849.304,1264.437 846.433,1262.008 849.394,1261.483 C 849.905,1261.393 850.018,1259.997 850.019,1259.634 C 850.022,1258.609 848.3,1258.825 847.729,1258.277 C 847.77,1259.344 846.237,1260.323 845.499,1260.867 C 844.246,1261.79 843.127,1260.36 841.899,1261.157 C 842.793,1260.985 843.492,1261.76 844.128,1262.237 C 843.608,1262.352 843.105,1262.301 842.618,1262.087 C 842.813,1262.632 842.74,1263.139 842.398,1263.608 C 843.307,1263.727 844.013,1264.369 844.638,1264.977 C 842.463,1265.528 838.773,1263.165 837.218,1261.807 C 838.291,1262.319 839.797,1262.265 840.958,1262.238 C 840.771,1261.271 838.489,1261.198 838.408,1259.311 C 838.359,1258.179 840.34,1257.719 839.958,1259.137 C 841.219,1258.767 841.407,1258.886 842.289,1257.822 C 843.183,1256.745 845.544,1258.344 846.788,1257.488 C 845.99,1256.451 840.713,1255.7 840.458,1257.488 C 839.749,1257.237 839.241,1256.932 840.388,1256.477 C 839.71,1256.5 836.982,1256.538 837.578,1257.847 C 838.06,1257.382 838.564,1257.359 839.088,1257.778 C 838.883,1258.329 838.427,1258.752 837.868,1258.927 C 838.242,1259.554 839.389,1261.082 837.925,1261.209 C 837.018,1261.288 835.004,1260.143 836.788,1259.647 C 835.894,1259.926 835.202,1259.177 834.558,1258.707 C 835.061,1258.784 835.565,1258.784 836.068,1258.707 C 835.793,1258.579 835.526,1258.436 835.268,1258.277 C 836.261,1257.674 835.151,1256.494 836.498,1256.837 C 835.44,1256.45 835.44,1256.284 836.498,1256.337 C 835.995,1256.173 835.492,1256.173 834.988,1256.337 C 835.518,1256.71 835.65,1257.309 835.268,1257.847 C 835.022,1257.339 834.547,1256.969 833.978,1256.908 C 834.004,1257.511 833.657,1258.026 833.118,1258.278 C 833.429,1257.581 833.212,1257.317 832.468,1257.488 C 834.101,1256.148 830.165,1253.685 829.868,1252.448 C 830.553,1253.22 831.762,1253.977 832.83,1253.927 C 833.323,1253.905 835.226,1252.198 834.698,1254.178 C 835.456,1253.726 836.895,1254.494 835.778,1253.168 C 836.169,1254.866 835.128,1252.631 835.128,1251.798 C 835.975,1251.873 836.717,1252.74 837.335,1253.238 C 838.482,1254.162 837.761,1254.976 837.068,1255.898 C 837.771,1255.44 838.561,1255.774 839.308,1255.828 C 838.326,1255.335 839.066,1254.156 838.182,1253.627 C 837.642,1253.305 835.837,1251.938 837.439,1251.728 C 836.465,1250.964 836.032,1249.748 834.942,1249.097 C 833.775,1248.4 832.334,1248.376 831.309,1247.409 C 831.12,1247.622 830.977,1247.862 830.879,1248.129 C 831.789,1248.028 836.225,1249.192 836.104,1250.429 C 836.006,1251.445 831.455,1249.075 830.809,1249.139 C 831.268,1249.77 831.946,1249.634 832.506,1250.077 C 833.105,1250.551 832.72,1251.428 833.69,1251.44 C 833.32,1251.855 833.08,1252.335 832.969,1252.879 C 832.293,1251.885 831.786,1250.682 830.809,1249.929 C 831.581,1250.915 832.728,1252.261 832.679,1253.599 C 831.565,1252.617 830.102,1252.22 829.519,1250.719 C 830.014,1251.091 830.517,1251.451 831.029,1251.799 C 830.639,1251.114 829.433,1250.665 829.659,1249.709 C 829.192,1249.714 828.682,1250.177 828.219,1250.069 C 827.756,1249.962 827.859,1249.279 827.274,1249.174 C 826.661,1249.065 825.873,1247.524 825.769,1246.978 C 827.033,1247.285 827.805,1248.39 828.789,1249.138 C 827.804,1248.022 827.195,1246.597 826.059,1245.609 C 827.623,1247.017 826.432,1245.247 825.699,1245.098 C 825.627,1245.338 825.553,1245.578 825.479,1245.819 C 824.879,1245.667 824.353,1245.38 823.899,1244.959 C 824.91,1246.592 822.508,1243.9 822.131,1243.565 C 821.669,1243.154 822.818,1242.948 822.978,1242.922 C 823.301,1242.869 823.625,1242.854 823.952,1242.873 C 825.195,1242.969 822.767,1241.452 824.619,1242.508 C 823.971,1241.962 824.019,1240.828 825.049,1240.848 C 824.205,1240.874 823.274,1240.052 823.9,1239.199 C 823.092,1239.916 823.834,1241.438 823.315,1242.299 C 822.704,1243.312 820.173,1239.856 819.65,1239.559 C 820.195,1239.743 820.698,1240.005 821.16,1240.349 C 819.651,1238.986 821.287,1239.991 822.03,1239.919 C 821.091,1239.091 819.023,1239.161 818.64,1237.979 C 818.64,1239.647 816.767,1237.177 815.76,1237.11 C 816.782,1235.084 820.052,1238.214 821.67,1237.979 C 820.241,1237.65 817.288,1236.79 817.06,1235.019 C 818.244,1234.956 819.071,1236.191 820.3,1235.74 C 819.527,1235.787 819.354,1235.197 819.651,1234.59 C 818.945,1236.316 815.462,1233.667 817.921,1233.22 C 817.364,1233.363 815.378,1232.738 816.514,1232.072 C 818.01,1231.196 819.143,1232.801 820.442,1233.22 C 819.495,1232.643 818.447,1232.014 817.642,1231.5 C 817.222,1231.231 816.526,1231.168 816.562,1230.49 C 816.597,1229.832 817.311,1229.687 817.782,1229.979 C 817.001,1229.608 815.607,1226.719 817.202,1227.54 C 816.663,1227.189 816.16,1227.236 815.692,1227.68 C 816.07,1228.041 816.118,1230.955 815.841,1231.42 C 814.737,1230.344 812.985,1228.418 813.073,1226.779 C 813.094,1226.397 811.763,1225.701 812.379,1225.221 C 812.838,1224.864 813.941,1224.832 814.471,1225.019 C 814.238,1224.847 810.544,1224.455 811.892,1223.208 C 812.455,1222.687 813.892,1223.437 814.471,1223.649 C 813.867,1223.327 813.62,1222.734 814.041,1222.138 C 813.544,1222.2 810.703,1221.961 812.521,1221.338 C 810.749,1222.147 809.797,1218.856 808.061,1219.399 C 807.794,1217.469 810.673,1219.727 811.151,1220.189 C 810.821,1219.689 810.464,1219.209 810.081,1218.749 C 811.429,1218.543 812.433,1219.214 813.659,1219.604 C 814.18,1219.77 814.748,1219.595 815.221,1219.934 C 815.881,1220.408 816.714,1220.154 817.271,1220.619 C 817.527,1220.18 817.48,1219.773 817.131,1219.399 C 816.822,1220.99 814.416,1218.815 814.321,1217.959 C 815.235,1218.678 816.303,1218.462 817.351,1218.749 C 816.963,1218.601 816.562,1218.536 816.147,1218.554 C 815.325,1218.473 814.936,1217.602 814.321,1217.169 C 813.774,1216.783 813.27,1216.966 812.811,1216.379 C 812.447,1215.913 812.7,1215.309 812.241,1214.859 C 812.874,1215.705 813.079,1217.713 811.439,1217.322 C 810.042,1216.989 807.138,1217.26 806.121,1216.228 C 806.745,1216.069 806.964,1215.611 806.551,1215.079 C 807.982,1214.699 808.599,1216.393 809.862,1216.659 C 808.745,1216.445 809.413,1215.305 810.292,1215.649 C 810.133,1214.334 809.382,1215.61 808.575,1215.178 C 808.021,1214.881 807.766,1214.138 807.053,1214.138 C 806.319,1214.138 807.357,1210.764 808.563,1212.699 C 808.352,1212.112 808.566,1211.741 809.213,1211.768 C 809.127,1211.407 808.984,1211.071 808.783,1210.758 C 808.657,1211.676 807.783,1211.96 807.343,1211.048 C 807.813,1210.887 808.293,1210.767 808.783,1210.689 C 808.308,1210.027 807.306,1209.898 806.657,1209.473 C 805.302,1208.588 804.988,1208.138 803.383,1209.029 C 803.96,1208.841 804.537,1209.061 804.893,1209.539 C 803.692,1209.242 802.456,1209.019 801.358,1208.42 C 799.43,1207.368 800.798,1206.903 800.073,1205.649 C 799.374,1207.032 796.561,1207.219 796.472,1208.459 C 797.782,1206.356 799.886,1211.634 796.927,1209.315 C 794.983,1207.791 796.725,1203.816 799.063,1204.779 C 798.367,1204.676 798.14,1204.21 798.563,1203.629 C 799.754,1204.561 799.155,1202.354 800.353,1203.629 C 799.393,1202.896 800.687,1201.992 799.563,1201.329 C 800.216,1204.084 796.774,1201.807 798.843,1201.899 C 798.1,1201.798 797.241,1201.6 797.043,1200.749 C 798.007,1201.104 798.909,1200.138 799.961,1200.338 C 800.869,1200.511 801.043,1201.475 801.943,1201.539 C 800.644,1200.651 802.037,1200.292 802.766,1200.197 C 803.642,1200.084 803.376,1201.187 804.323,1201.259 C 803.803,1201.962 804.917,1203.275 804.603,1201.759 C 806.748,1202.73 803.53,1204.138 802.303,1203.559 C 803.128,1204.058 805.797,1204.486 806.763,1204.419 C 806.22,1204.171 805.873,1203.653 805.904,1203.049 C 806.525,1203.459 807.274,1203.658 807.558,1204.434 C 807.864,1205.268 806.973,1205.96 807.413,1206.799 C 808.835,1206.611 809.253,1203.17 809.003,1202.119 C 808.767,1202.892 808.58,1203.7 808.063,1204.348 C 808.17,1202.816 806.064,1198.963 809.073,1199.018 C 808.221,1198.551 807.358,1199.206 806.913,1199.888 C 806.761,1199.193 806.283,1198.304 806.483,1197.578 C 806.712,1196.749 807.641,1196.737 807.913,1195.928 C 808.453,1196.581 809.243,1196.83 809.967,1197.202 C 810.9,1197.681 811.149,1196.667 810.379,1196.736 C 809.758,1196.791 809.373,1196.502 808.88,1196.192 C 807.964,1195.618 806.939,1196.124 806.043,1195.637 C 807.62,1194.455 803.86,1193.236 806.814,1192.903 C 808.935,1192.664 809.868,1189.671 808.784,1188.007 C 808.036,1189.236 803.457,1186.783 803.56,1185.594 C 803.754,1185.347 804.009,1185.334 804.324,1185.557 C 802.997,1184.159 805.674,1183.254 804.824,1182.097 C 804.586,1182.968 803.793,1182.989 803.758,1182.046 C 803.715,1180.86 802.941,1181.313 802.41,1180.207 C 801.951,1179.25 802.452,1178.867 802.66,1178.039 C 802.779,1177.559 801.81,1176.151 803.244,1176.487 C 803.241,1175.613 802.671,1175.493 802.192,1174.913 C 801.797,1174.434 801.937,1173.798 801.63,1173.292 C 800.49,1171.411 801.925,1172.503 803.093,1172.237 C 801.968,1172.085 800.81,1170.837 800.503,1169.787 C 802.109,1169.217 802.9,1170.584 803.673,1171.726 C 803.511,1170.223 802.457,1168.698 801.723,1167.416 C 800.261,1168.787 798.16,1166.789 799.95,1165.606 C 801.083,1164.856 802.636,1164.311 801.154,1162.876 C 802.047,1166.822 798.962,1163.948 797.194,1163.522 C 795.843,1163.198 796.777,1165.34 796.032,1165.83 C 794.92,1166.561 790.764,1165.334 793.013,1164.316 C 789.062,1164.232 788.518,1158.047 788.087,1155.331 C 787.896,1154.126 787.107,1151.38 787.66,1150.184 C 788.214,1148.988 789.037,1150.041 788.794,1148.51 C 788.625,1147.445 789.062,1146.436 788.793,1145.363 C 788.387,1143.746 787.938,1142.865 786.797,1141.198 C 785.636,1139.501 784.219,1137.935 783.638,1135.916 C 783.28,1134.67 783.633,1133.789 782.677,1132.717 C 782.035,1131.996 781.403,1131.337 780.934,1130.484 C 780.544,1129.773 781.083,1129.386 780.823,1128.851 C 780.356,1127.89 779.838,1127.217 779.984,1126.087 C 780.814,1126.703 782.31,1127.098 782.75,1125.811 C 783.297,1124.211 781.652,1122.989 782.214,1121.408 C 782.243,1121.976 782.584,1122.294 783.154,1122.267 C 783.134,1121.866 783.045,1121.48 782.888,1121.11 C 782.698,1120.383 783.303,1119.581 783.294,1118.818 C 783.275,1117.301 782.419,1116.295 783.34,1114.862 C 784.086,1113.702 782.732,1113.017 783.292,1111.637 C 783.716,1110.592 784.519,1108.818 784.665,1107.727 C 785.02,1105.074 783.892,1102.27 784.015,1099.658 C 784.083,1098.209 785.431,1096.969 785.364,1095.68 C 785.306,1094.551 784.411,1093.229 783.982,1092.188 C 783.619,1091.307 784.187,1090.131 784.521,1089.327 C 784.882,1088.458 784.263,1087.05 784.156,1086.197 C 784.079,1085.581 784.455,1085.065 784.008,1084.501 C 783.539,1083.909 783.114,1083.319 782.866,1082.598 C 782.316,1081.002 782.092,1079.52 781.417,1077.926 C 780.193,1075.034 778.838,1071.892 778.307,1068.782 C 778.037,1067.203 778.36,1067.046 779.459,1066.249 C 780.317,1065.627 779.468,1064.237 780.049,1063.433 C 780.601,1062.669 778.816,1058.476 778.195,1057.966 C 777.414,1057.323 776.424,1055.463 776.971,1054.438 C 777.734,1053.009 777.839,1051.732 778.326,1050.198 C 778.636,1049.225 777.925,1047.523 777.942,1046.454 C 777.971,1044.719 779.28,1043.668 778.605,1041.909 C 777.594,1039.274 778.994,1036 779.014,1033.205 C 779.033,1030.765 777.514,1028.753 777.63,1026.439 C 777.697,1025.106 779.115,1024.876 779.066,1023.602 C 779.001,1021.903 777.774,1020.236 777.415,1018.556 C 777.04,1016.799 777.336,1015.067 777.082,1013.321 C 776.955,1012.442 776.63,1011.847 776.871,1010.934 C 777.068,1010.188 777.382,1009.43 777.219,1008.639 C 777.026,1007.704 775.61,1008.267 775.378,1007.238 C 775.133,1006.155 775.497,1004.977 775.597,1003.897 C 777.294,1005.418 777.206,1000.456 777.19,999.727 C 777.098,995.505 777.955,990.649 776.384,986.685 C 774.701,982.439 775.813,977.772 774.227,973.447 C 773.566,971.646 772.841,969.477 772.513,967.593 C 772.297,966.409 772.858,964.001 771.478,963.363" id="path6462"/>
<path d="M 802.148,1200.173 C 802.078,1199.906 802.008,1199.64 801.938,1199.373 C 802.917,1199.47 802.986,1199.736 802.148,1200.173" id="path6464"/>
<path d="M 835.848,1253.953 C 835.825,1253.689 835.802,1253.427 835.778,1253.163 C 835.959,1253.406 836.102,1253.669 836.208,1253.953 C 836.087,1253.953 835.968,1253.953 835.848,1253.953" id="path6470"/>
<path class="landxx cl" d="M 856.078,1263.023 C 855.561,1262.35 854.768,1260.911 855.358,1260.073 C 855.56,1261.04 857.025,1260.96 856.868,1259.923 C 856.784,1259.369 855.097,1258.8 854.638,1258.633 C 855.463,1257.862 856.545,1258.8 857.396,1258.997 C 859.251,1259.426 858.412,1257.235 858.976,1256.439 C 859.58,1255.586 861.266,1257.537 861.902,1257.7 C 863.038,1257.991 863.929,1256.657 864.964,1257.299 C 866.104,1258.006 866.179,1259.582 866.883,1260.612 C 867.857,1262.04 868.553,1263.639 869.232,1265.221 C 870.807,1268.888 873.14,1272.283 874.438,1276.052 C 873.738,1275.632 872.907,1275.544 872.208,1275.122 C 872.616,1275.529 873.096,1275.816 873.648,1275.982 C 872.61,1277.092 870.107,1276.402 868.914,1275.961 C 868.303,1275.734 867.61,1274.716 866.924,1274.916 C 866.012,1275.183 865.851,1275.429 865.077,1274.691 C 865.249,1275 865.419,1275.31 865.587,1275.621 C 865.058,1275.07 862.683,1276.181 863.497,1274.611 C 863.357,1275.379 860.853,1275.78 860.187,1275.481 C 860.644,1275.09 861.124,1274.73 861.626,1274.401 C 860.739,1273.883 859.513,1274.94 858.666,1275.121 C 858.624,1274.545 858.388,1274.065 857.956,1273.682 C 857.63,1275.489 856.343,1273.375 855.716,1273.032 C 856.713,1274.386 854.701,1273.893 854.016,1273.779 C 853.47,1273.687 852.823,1274.278 852.336,1274.112 C 851.822,1273.937 851.643,1272.978 851.187,1272.672 C 852.058,1272.609 852.672,1273.31 853.487,1273.462 C 853.436,1272.89 853.085,1272.497 852.477,1272.603 C 853.062,1272.384 853.569,1272.504 853.997,1272.962 C 852.356,1271.408 857.168,1273.049 857.66,1272.429 C 858.075,1271.905 857.619,1271.05 858.89,1271.4 C 859.762,1271.639 858.873,1274.045 860.327,1273.683 C 859.855,1273.356 859.556,1272.829 859.677,1272.243 C 860.928,1272.222 862.17,1273.808 863.427,1273.253 C 862.22,1272.583 860.898,1272.232 859.792,1271.376 C 858.827,1270.63 857.521,1271.214 856.797,1270.013 C 858.825,1270.34 861.093,1270.95 862.777,1272.173 C 862.139,1271.773 861.931,1270.896 862.976,1271.058 C 863.909,1271.203 864.58,1272.15 865.297,1272.673 C 865.047,1272.121 864.664,1271.689 864.148,1271.373 C 865.088,1271.027 866.099,1272.3 866.737,1271.879 C 867.754,1271.209 869.201,1272.806 868.387,1273.823 C 868.658,1273.238 869.194,1272.969 869.757,1273.393 C 868.891,1272.485 869.667,1272.44 870.407,1272.533 C 867.755,1270.262 862.389,1271.028 860.359,1267.826 C 858.921,1265.557 864.43,1266.037 863.767,1263.98 C 862.94,1261.414 857.713,1265.638 856.078,1263.023" id="path6472"/>
</g>
<path class="landxx ma" d="M 1175.7363,520.19755 C 1176.0823,519.81655 1177.2053,518.03455 1177.6003,517.89055 C 1179.0153,517.37555 1180.5633,517.30955 1182.0263,516.98755 C 1184.7413,516.38955 1187.4943,515.53155 1189.5433,513.56755 C 1191.5523,511.64155 1193.6433,510.12855 1195.7463,508.34355 C 1197.7613,506.63455 1199.3003,504.35455 1200.9133,502.27955 C 1202.0073,500.87155 1204.5203,496.81755 1202.4003,495.28155 C 1201.5793,494.68755 1201.0023,494.66755 1201.5273,493.56655 C 1202.0483,492.47355 1201.9933,491.38055 1202.0523,490.18855 C 1202.2163,486.86955 1203.4153,485.38855 1205.4463,482.91555 C 1206.6073,481.50155 1206.2883,480.06255 1206.7763,478.43655 C 1207.1303,477.25955 1208.0973,476.34755 1208.9773,475.54655 C 1210.8573,473.83355 1212.3473,471.72455 1214.7063,470.65855 C 1217.2743,469.49755 1220.0043,468.59055 1222.4583,467.19355 C 1227.3133,464.42855 1229.6493,457.69355 1231.4883,452.73655 C 1231.6663,452.25755 1232.3113,449.81355 1233.0513,449.88855 C 1233.9593,449.98155 1234.8753,449.61355 1235.6483,449.19855 C 1236.6253,448.67455 1236.8123,449.97155 1237.0973,450.66955 C 1237.6463,452.01755 1238.3783,452.93355 1239.5663,453.77755 C 1242.0473,455.53955 1244.1053,455.04655 1246.9423,454.70655 C 1249.2943,454.42555 1252.2853,455.85555 1253.7163,453.09255 C 1253.6953,453.99255 1253.9413,454.21655 1254.0663,454.89955 C 1254.2003,455.63155 1255.5303,456.00155 1254.3663,454.82055 C 1254.9953,455.69255 1256.1203,456.13755 1257.1303,455.63455 C 1258.1593,455.12155 1258.7723,456.17855 1259.4063,456.76455 C 1260.0863,457.39355 1261.3003,457.74955 1261.7063,458.63655 C 1262.1703,459.65055 1261.1653,460.57955 1262.5763,461.15655 C 1261.8123,461.75555 1262.0603,462.85555 1262.2053,463.66155 C 1262.4353,464.93755 1262.0103,466.05955 1262.1553,467.29055 C 1262.2723,468.27955 1262.9133,468.91055 1262.6673,469.97255 C 1262.2973,471.56955 1262.4793,472.13655 1263.2403,473.54155 C 1263.6273,474.25655 1263.2763,474.89355 1263.6633,475.54855 C 1264.2383,476.52255 1265.1393,476.90955 1265.9883,477.58055 C 1267.5533,478.81755 1262.8713,480.87155 1265.3753,481.82055 C 1262.7903,482.48455 1253.7273,479.37555 1252.3973,482.88555 C 1251.7033,484.71855 1249.8963,485.41655 1247.9393,485.25255 C 1246.4593,485.12755 1244.6383,487.24255 1246.6553,487.79655 C 1244.9473,489.35855 1248.0823,490.51555 1247.3343,491.25655 C 1246.4803,492.10355 1244.9833,491.79755 1244.0603,492.47055 C 1243.0943,493.17655 1242.0343,494.23455 1240.8903,494.62955 C 1240.0253,494.92755 1239.0483,494.90155 1238.2363,495.35555 C 1236.6623,496.23455 1236.0283,498.07755 1234.8743,499.36755 C 1233.5523,500.84655 1231.1083,501.42455 1229.1863,501.50055 C 1227.7423,501.55655 1226.1883,500.95155 1225.6053,502.67255 C 1224.9833,504.50855 1223.1783,503.13355 1221.7333,503.24055 C 1220.7143,503.31555 1220.1213,503.82455 1219.4653,504.53255 C 1218.7993,505.25255 1218.0133,505.10055 1217.1833,505.43255 C 1216.2253,505.81555 1215.6343,506.76355 1214.8693,507.40155 C 1214.0563,508.07955 1213.0493,508.50155 1212.2183,509.17455 C 1210.5973,510.48755 1209.1763,510.67855 1209.3383,512.95055 C 1209.4993,515.21055 1209.2603,517.71555 1209.0073,519.96255 C 1208.8993,520.91455 1178.8113,520.19755 1175.7363,520.19755" id="ma"/>
<path class="landxx lr" d="M 1183.0863,699.62155 C 1184.1253,699.23855 1184.1611,697.59315 1184.9011,696.84115 C 1186.2571,695.46315 1187.8973,694.28255 1189.1863,692.83455 C 1190.0313,691.88555 1189.4383,690.61855 1190.0993,689.77755 C 1191.0783,688.53355 1191.6967,689.24066 1192.3503,687.40055 C 1192.6137,686.65905 1192.3508,686.54873 1192.5274,686.39036 C 1191.1621,685.9355 1193.9005,685.96093 1194.5903,686.20055 C 1195.2631,686.43427 1195.6533,685.65455 1196.3003,685.69255 C 1197.1913,685.74555 1197.8603,686.80155 1198.4863,687.30955 C 1198.0653,687.84755 1198.2853,688.37255 1198.5053,688.92355 C 1198.6673,689.32955 1198.4033,690.27755 1198.8563,689.83055 C 1199.3393,691.94455 1199.1103,693.84255 1198.4163,695.87855 C 1199.7723,695.37155 1201.1443,695.63955 1201.2263,697.31755 C 1202.8573,696.66455 1203.5363,696.17955 1204.0623,694.49055 C 1204.2173,693.99255 1204.3583,693.02055 1205.0223,692.92255 C 1205.7553,692.81355 1206.4137,694.38695 1206.6727,694.95395 C 1207.6077,696.99995 1207.6084,698.10073 1207.2713,700.29595 C 1207.1219,701.26869 1206.5066,702.10729 1206.0707,702.23027 C 1205.4892,702.43547 1205.1522,703.04739 1205.0595,703.12872 C 1205.127,703.36626 1205.5328,703.7717 1206.6963,703.79855 C 1206.1191,705.907 1210.3539,704.18967 1210.7861,705.75858 C 1210.9402,706.31782 1210.6486,707.09073 1211.8113,707.85576 C 1212.7288,708.45946 1213.6355,709.23099 1213.9743,710.18755 C 1214.7611,712.40916 1213.9871,713.6722 1213.6699,714.82634 C 1212.9622,717.40117 1212.012,719.19008 1213.1829,721.61857 C 1211.9929,721.84257 1211.0553,721.35655 1210.0943,720.80855 C 1208.8273,720.08655 1207.2863,719.98555 1206.1333,719.03755 C 1204.0343,717.31455 1201.3043,716.52955 1199.3583,714.59755 C 1197.1863,712.43955 1195.4573,709.86655 1193.2453,707.75155 C 1192.5503,707.08655 1187.4213,705.31055 1188.6283,704.15755 C 1187.6953,704.25155 1186.5453,702.81255 1185.7483,702.42955 C 1184.1513,701.66155 1184.2903,700.77055 1183.0863,699.62155" id="lr"/>
<g class="landxx coastxx nl" id="nl" transform="translate(-29.9017, -45.0745)">
<path d="M 1336.388,359.208 C 1336.151,359.232 1335.915,359.256 1335.678,359.28 C 1336.439,359.597 1337.345,360.67 1338.188,359.856 C 1337.696,359.42 1337.059,359.128 1336.388,359.208" id="path6448"/>
<path d="M 1336.678,358.848 C 1337.875,358.393 1338.621,360.43 1339.778,359.568 C 1338.883,359.141 1337.65,357.759 1336.678,358.848" id="path6450"/>
<path d="M 1342.797,348.84 C 1343.418,348.6 1343.853,348.031 1343.377,347.4 C 1342.847,347.698 1342.525,348.237 1342.797,348.84" id="path6452"/>
<path d="M 1344.458,346.536 C 1344.213,346.682 1343.927,346.818 1343.738,347.04 C 1343.978,346.872 1344.218,346.704 1344.458,346.536" id="path6454"/>
<path d="M 1345.758,345.888 C 1346.511,345.655 1347.302,345.507 1347.988,345.096 C 1347.205,345.229 1346.427,345.444 1345.758,345.888" id="path6456"/>
<path d="M 1348.917,345.24 C 1349.446,345.227 1349.95,345.107 1350.427,344.88 C 1349.894,344.873 1349.391,344.993 1348.917,345.24" id="path6458"/>
<path d="M 1333.228,362.736 C 1333.349,361.401 1338.067,362.451 1338.988,362.448 C 1338.174,363.275 1336.846,363.895 1335.724,363.367 C 1334.989,363.021 1333.501,363.413 1333.228,362.736" id="path6482"/>
<path class="landxx nl" d="M 1336.678,360.36 C 1337.441,360.921 1338.089,362.004 1339.198,361.656 C 1339.11,360.745 1338.041,360.97 1337.478,360.576 C 1338.064,360.197 1339.62,360.789 1338.268,359.928 C 1339.782,360.59 1341.383,359.124 1342.948,359.424 C 1342.549,358.532 1341.062,359.521 1339.848,359.136 C 1339.337,358.974 1337.173,358.266 1338.048,357.408 C 1340.307,355.191 1341.18,353.419 1342.226,350.505 C 1342.533,349.651 1343.333,349.434 1344.136,349.305 C 1345.363,349.108 1346.589,348.194 1347.431,347.318 C 1349.265,345.41 1352.274,345.251 1354.786,344.931 C 1356.389,344.728 1359.118,346.698 1358.718,348.347 C 1358.458,349.419 1357.782,350.237 1357.674,351.36 C 1357.592,352.2 1355.818,351.251 1355.287,352.139 C 1354.577,353.326 1359.091,353.289 1356.525,355.853 C 1356.287,356.014 1356.032,356.14 1355.76,356.23 C 1355.137,356.568 1355.905,357.11 1355.803,357.538 C 1355.576,358.489 1352.103,358.139 1351.518,357.84 C 1352.02,359.224 1350.211,357.369 1350.288,359.136 C 1351.126,359.425 1351.598,360.419 1351.839,361.197 C 1352.312,362.723 1350.9722,363.96606 1350.2824,365.13854 C 1350.0594,365.51754 1351.5376,367.53001 1350.2264,367.51354 C 1347.1845,367.47534 1348.3827,365.47215 1349.568,364.103 C 1347.824,363.388 1344.856,363.395 1344.308,361.368 C 1343.842,361.952 1342.582,362.231 1342.228,361.368 C 1341.806,362.074 1340.951,361.837 1340.428,361.44 C 1340.595,363.148 1337.897,361.679 1337.045,361.728 C 1336.012,361.788 1334.678,362.043 1333.948,361.08 C 1334.524,360.067 1335.725,360.36 1336.678,360.36" id="path6484"/>
</g>
<path class="landxx cf" d="M 1380.5763,707.25355 C 1381.0663,706.45755 1381.8023,705.92855 1382.5093,705.34555 C 1383.6073,704.44155 1383.7123,703.40255 1384.4203,702.26655 C 1385.6243,700.33455 1386.4497,697.44227 1387.8027,695.60327 C 1389.4787,693.32227 1389.7453,694.882 1391.9013,694.255 C 1393.0263,693.928 1393.9093,693.69155 1395.0003,693.34255 C 1396.0773,692.99755 1395.7853,691.82355 1396.9263,691.41455 C 1397.2383,692.62355 1398.1843,693.31355 1398.8663,694.29455 C 1399.4693,693.09556 1401.3187,692.51185 1401.8849,692.08161 C 1403.6695,690.72565 1406.4687,690.18017 1408.6007,690.17517 C 1410.4667,690.17117 1412.3012,690.70048 1413.2153,688.97355 C 1413.8599,687.7558 1416.4812,685.5951 1416.3423,684.43255 C 1416.2562,683.71157 1414.6533,683.89741 1414.5822,682.97268 C 1414.4731,681.55328 1418.8256,681.51557 1419.9661,681.53461 C 1423.5273,681.59408 1427.4365,680.19691 1429.7613,677.31355 C 1430.9838,675.79739 1431.7383,674.16755 1433.3163,672.99555 C 1434.1153,672.40255 1436.349,670.38344 1435.903,669.45455 C 1435.3421,668.28642 1436.2628,667.11714 1437.6713,666.77755 C 1439.2627,666.39385 1440.4951,664.39323 1442.3522,664.34936 C 1444.5957,664.29636 1445.1131,665.75286 1446.1052,666.95524 C 1447.6648,668.84522 1449.3555,670.2525 1450.2786,672.27436 C 1451.1726,674.23265 1451.2407,676.00825 1451.1216,678.07255 C 1451.0031,680.12441 1449.2179,680.40209 1449.4883,681.91055 C 1449.7523,681.81555 1450.0143,681.71955 1450.2783,681.62355 C 1450.4913,682.42455 1450.0513,683.14355 1449.7783,683.85455 C 1451.3763,684.14555 1453.2573,683.73255 1454.7373,684.54655 C 1456.3383,685.42655 1453.7243,687.70855 1456.7203,688.21755 C 1457.7293,688.38955 1459.1103,688.28055 1459.9693,688.92855 C 1460.9703,689.68455 1461.4766,690.52096 1462.5573,691.32455 C 1464.243,692.57805 1462.9501,693.54731 1462.9297,694.17699 C 1462.8952,695.23726 1464.3953,695.99924 1465.2133,696.48324 C 1466.0933,697.00524 1467.0568,697.58327 1467.9683,698.04955 C 1469.7471,698.95948 1469.2051,699.44987 1469.8593,700.48555 C 1470.3217,701.2176 1472.2955,701.58865 1471.7533,702.67455 C 1471.0313,704.12055 1471.6238,704.37114 1472.5132,705.2013 C 1473.3277,705.96141 1472.4133,706.59754 1473.8063,707.51255 C 1474.6946,708.09602 1475.5833,708.39155 1476.5593,708.89255 C 1478.1303,709.69855 1478.7178,710.64994 1478.6476,712.35861 C 1478.5819,713.95472 1479.6708,714.83063 1480.1603,716.18155 C 1478.9015,714.81222 1477.2197,714.25572 1476.1013,715.41942 C 1475.6273,715.91267 1474.6463,715.79055 1474.0653,715.73155 C 1473.7833,715.63655 1473.5103,715.65555 1473.2493,715.78855 C 1472.5963,716.11655 1472.364,715.50474 1471.865,715.30974 C 1470.865,714.91974 1470.045,714.10957 1468.9833,714.41255 C 1466.8602,715.01841 1466.7891,713.60553 1465.4342,713.3968 C 1464.5719,713.26395 1463.9676,713.8203 1464.1356,714.6773 C 1464.4106,716.0803 1462.7544,716.29468 1461.7754,716.60268 C 1460.7994,716.90868 1459.462,717.3538 1458.554,716.6908 C 1458.067,716.3358 1457.0044,714.80761 1456.7174,715.76261 C 1456.3224,717.07261 1453.6448,717.94293 1452.5122,718.14893 C 1450.4393,718.52593 1449.1056,720.47437 1448.2273,719.51555 C 1447.2362,718.43352 1446.1277,716.86817 1444.4779,718.79217 C 1443.9762,719.37726 1444.0288,720.25861 1443.6438,720.89861 C 1443.1178,721.77261 1443.0093,722.95855 1442.0713,723.59955 C 1440.7633,724.49355 1437.6895,722.54015 1436.0626,722.60086 C 1435.1136,722.63628 1434.9294,722.91575 1433.8191,722.54687 C 1432.6799,722.1684 1432.2905,722.72101 1431.4992,721.74293 C 1430.705,720.76119 1429.0445,721.5948 1427.9305,721.3948 C 1426.5345,721.1438 1426.5079,719.22 1425.7299,718.46317 C 1424.3748,717.14501 1422.3305,716.23343 1421.0296,715.44199 C 1419.1974,714.32727 1416.5863,716.63155 1415.6583,718.23055 C 1415.1303,719.14055 1414.3733,720.04955 1414.0113,721.03655 C 1413.7273,721.80755 1412.6223,721.67599 1412.3323,722.11499 C 1411.8673,722.81799 1413.041,724.26288 1412.9543,725.07755 C 1412.8284,726.26036 1412.7125,726.77429 1412.7723,729.43155 C 1411.7743,727.77755 1409.2544,729.20774 1407.5544,728.95474 C 1406.7914,728.84174 1405.4803,728.22455 1404.7763,727.89955 C 1403.4193,727.27355 1402.2999,728.55093 1400.9179,728.82393 C 1398.8829,729.22593 1397.2593,728.52455 1396.8113,731.04355 C 1396.5693,732.40355 1396.7103,733.88455 1396.4603,735.20155 C 1396.1263,736.96955 1394.9343,738.67555 1394.3313,740.37555 C 1393.8763,738.39555 1393.5133,736.63155 1393.3703,734.61855 C 1393.2263,732.59755 1391.0913,732.70355 1390.0303,731.52355 C 1389.5093,730.94255 1384.0753,724.59955 1386.5613,724.53655 C 1385.2753,723.62955 1385.5403,721.63555 1384.2223,720.60555 C 1382.5123,719.27055 1382.7613,717.35255 1382.6863,715.34555 C 1382.6583,714.59555 1381.6863,714.08255 1381.7133,713.57955 C 1381.7533,712.83755 1382.1833,712.07955 1382.2343,711.29755 C 1382.2913,710.44355 1382.2913,709.52155 1382.0523,708.69055 C 1381.8243,707.90955 1380.8713,708.27355 1380.5763,707.25355" id="cf"/>
<path class="landxx sk" d="M 1393.4663,340.19755 C 1394.2503,338.16755 1395.2303,338.52655 1397.0963,338.50655 C 1397.8143,338.49855 1400.8463,337.00255 1400.9273,336.33955 C 1401.2373,333.79355 1407.2793,331.84155 1406.7163,333.71655 C 1407.5033,333.60755 1409.1446,331.87349 1410.0017,332.19109 C 1411.3384,332.6864 1412.7143,334.1024 1412.4053,334.65255 C 1413.5576,335.56589 1413.9557,334.99509 1415.2567,334.04009 C 1415.7047,333.71109 1416.9335,333.30794 1417.5876,333.54209 C 1419.9774,334.39772 1420.9567,333.39036 1422.7633,333.40955 C 1424.8021,333.43121 1425.7757,333.41693 1427.4977,335.05491 C 1428.1738,335.69803 1429.9058,335.89087 1430.4533,336.09409 C 1430.8977,336.16477 1430.8213,336.08212 1430.2843,337.64164 C 1429.815,339.00462 1428.5365,340.34129 1428.3463,341.53455 C 1428.3087,341.77052 1428.8286,342.17407 1428.0324,342.10841 C 1425.4651,343.49033 1424.1213,340.68065 1423.5615,340.85487 C 1422.9719,341.03835 1422.8788,341.33628 1422.1818,341.20128 C 1421.3498,341.04028 1420.4078,340.72202 1419.5623,340.63755 C 1417.5763,340.43914 1417.1239,340.82985 1416.9257,342.72901 C 1416.7931,343.99902 1413.7032,344.76512 1412.642,344.18633 C 1410.0441,342.76935 1411.1632,343.89957 1410.0771,344.84006 C 1409.1225,345.66678 1404.2373,345.16244 1406.559,346.99641 C 1404.98,347.18941 1403.376,347.75066 1401.6784,347.63201 C 1401.0968,347.59135 1400.0583,347.7205 1399.2253,347.50455 C 1398.4796,347.31123 1397.6623,346.66055 1396.9603,346.31155 C 1395.8883,345.77955 1394.5133,344.87155 1393.9273,343.78755 C 1393.6783,343.32755 1393.9159,342.75055 1393.7579,342.25355 C 1393.4639,341.32655 1393.6353,341.03855 1393.4663,340.19755" id="sk"/>
<path class="landxx lt" d="M 1416.7963,278.49255 C 1417.8123,278.65655 1418.0523,277.59655 1418.7363,277.12555 C 1419.4823,276.61155 1420.8073,276.44255 1421.6673,276.24155 C 1423.9023,275.71955 1426.5279,275.69947 1428.8163,275.82855 C 1430.1682,276.42126 1431.8282,275.91325 1433.0553,276.26855 C 1434.5453,276.39555 1437.7157,277.08032 1439.1448,276.15491 C 1441.0968,274.89084 1441.1799,276.26539 1442.3833,277.22455 C 1443.1153,277.80793 1444.0743,277.69855 1444.9693,277.83255 C 1446.1633,278.01155 1447.24,278.51984 1448.0118,279.39682 C 1448.4946,279.94544 1451.5569,281.96483 1452.2517,281.59154 C 1451.7617,283.74854 1451.9233,284.30855 1453.8773,284.82855 C 1452.6763,285.41655 1453.5563,286.40555 1451.8863,286.07655 C 1450.6043,285.82355 1450.4581,287.04127 1449.5243,287.58155 C 1447.2414,288.90245 1448.588,290.49393 1446.6773,292.53355 C 1447.1543,292.72955 1448.1283,292.80855 1448.2573,293.46855 C 1448.4113,294.26455 1447.3493,294.43255 1446.8173,294.26055 C 1447.3703,292.78555 1445.1017,293.22568 1444.9777,293.52268 C 1444.4077,294.90068 1442.6703,293.92355 1441.9973,295.31655 C 1441.7633,295.80255 1440.5593,295.80955 1440.0433,296.09155 C 1439.1763,296.56755 1437.5713,296.04168 1436.5993,296.13168 C 1436.1183,296.17568 1433.9811,296.46361 1433.8151,295.65161 C 1433.6161,294.68661 1432.6352,293.36774 1431.6942,292.94174 C 1430.3921,289.51677 1431.3354,289.79052 1431.8433,288.44461 C 1431.9494,288.16348 1430.025,286.6347 1429.7067,286.62749 C 1428.9358,286.61003 1424.9406,286.84161 1423.6523,285.81649 C 1422.2464,284.69788 1420.2633,284.31317 1420.0212,285.41187 C 1420.0662,284.34487 1418.3083,282.95355 1417.7673,282.04755 C 1417.1013,280.94055 1417.1983,279.68155 1416.7963,278.49255" id="lt"/>
<path class="landxx zw" d="M 1461.9363,913.67855 C 1462.9053,913.90455 1463.8603,914.11055 1464.8323,913.75355 C 1465.7773,913.40655 1466.2353,914.81555 1466.8423,915.20655 C 1467.5113,915.63755 1468.6641,914.58064 1469.3111,914.48064 C 1470.1461,914.35164 1471.3953,915.29291 1472.1183,915.60291 C 1474.2193,916.50291 1475.4802,914.58645 1476.6113,913.06055 C 1478.1213,911.02355 1479.6153,909.1162 1480.6933,907.30155 C 1481.2129,906.42695 1481.9317,906.07905 1482.7083,905.46837 C 1483.7617,904.64006 1484.9212,904.12106 1486.1863,903.59455 C 1488.6501,902.56915 1489.0983,902.27455 1489.2423,899.47755 C 1489.3123,898.10655 1491.6083,896.41155 1492.8503,895.91955 C 1494.0153,895.45855 1495.4373,894.82455 1496.6913,894.77655 C 1498.2103,894.71755 1499.7423,895.19855 1501.2493,894.81655 C 1501.2493,897.67955 1501.0033,897.95555 1504.1773,897.95555 C 1506.1553,897.95555 1507.2593,898.44294 1509.2073,899.22656 C 1510.2929,899.66326 1512.7959,901.12102 1513.816,901.66772 C 1515.2925,902.45903 1517.7656,902.12155 1518.3553,903.36876 C 1518.7902,904.28867 1519.5403,904.35655 1520.4103,904.09755 C 1520.1853,905.42755 1519.4023,906.19055 1520.0263,907.56255 C 1520.7583,909.17455 1519.8523,910.35655 1520.3503,911.86755 C 1520.8343,913.33355 1519.7403,914.96455 1520.0483,916.55755 C 1520.2633,917.66155 1520.9343,918.56955 1519.9553,919.44655 C 1519.2393,920.08755 1519.8943,921.58755 1519.4723,921.82655 C 1518.4403,922.40855 1518.1793,922.32055 1517.7793,923.61355 C 1517.6023,924.18755 1518.5533,924.39555 1518.8353,924.65155 C 1519.0743,924.86955 1518.8733,925.71855 1518.8333,925.96455 C 1518.7363,926.55255 1518.2613,926.86955 1518.0973,927.41255 C 1517.9703,927.83455 1518.6213,929.40655 1518.7503,929.87855 C 1518.9903,929.78155 1519.2293,929.68455 1519.4703,929.58855 C 1519.3933,931.15955 1520.0193,931.77955 1519.0693,933.37555 C 1518.3043,934.65855 1517.8113,936.78855 1516.3883,937.45755 C 1514.8323,938.18855 1516.0233,939.17955 1515.7303,940.38955 C 1515.3713,941.86855 1514.2203,942.72655 1515.3703,944.20955 C 1514.1753,943.34055 1508.7618,951.3361 1507.7643,951.97455 C 1506.8228,952.57719 1506.3425,953.90815 1505.9461,953.8989 C 1505.099,952.14255 1501.7518,952.8712 1500.0605,952.87553 C 1498.5875,952.87931 1497.2335,952.3088 1495.8659,951.83674 C 1492.7359,950.75633 1491.7786,951.52697 1491.6095,951.32435 C 1490.7828,950.33397 1490.6777,950.82141 1489.7303,950.30155 C 1488.6802,949.72533 1489.7333,948.79655 1489.3973,948.36155 C 1487.8913,946.41155 1482.3036,947.66062 1481.4633,945.60555 C 1480.6428,943.59894 1479.043,941.68226 1479.7263,939.67955 C 1480.6655,936.9269 1479.3133,936.29655 1476.5603,936.86055 C 1477.0533,934.25755 1476.3713,933.19655 1473.9613,932.48055 C 1472.0533,931.91455 1469.5013,929.78155 1468.4303,928.11655 C 1466.7963,925.57855 1466.7743,922.40455 1464.8203,919.94055 C 1463.9653,918.86555 1461.2413,915.11355 1461.9363,913.67855" id="zw"/>
<g class="landxx coastxx lk" id="lk" transform="translate(-29.9017, -45.0745)">
<path d="M 1907.639,725.904 C 1907.856,726.414 1908.677,726.732 1909.078,727.055 C 1908.921,726.371 1908.36,725.872 1907.639,725.904" id="path6496"/>
<path d="M 1908.718,738.864 C 1908.733,742.074 1909.926,755.207 1915.839,753.274 C 1918.528,752.394 1922.532,750.551 1923.958,747.984 C 1925.134,745.867 1925.657,742.132 1924.198,740.015 C 1924.198,740.392 1922.87,737.827 1922.548,737.495 C 1924.407,738.822 1922.121,736.036 1921.846,735.589 C 1920.975,734.173 1920.957,732.546 1920.239,731.087 C 1919.69,731.551 1919.088,731.39 1918.729,730.799 C 1920.508,730.94 1916.482,725.935 1916.265,725.226 C 1916.032,724.462 1911.509,719.231 1910.668,719.999 C 1911.6,720.218 1912.115,721.11 1912.758,721.727 C 1911.779,721.157 1909.978,718.676 1908.798,720.215 C 1909.339,721.027 1910.343,721.103 1911.028,721.727 C 1911.152,720.841 1913.499,722.268 1913.978,722.952 C 1913.545,722.624 1911.17,722.067 1910.517,722.088 C 1911.007,722.761 1910.54,722.781 1910.197,723.249 C 1909.721,723.895 1910.754,724.948 1910.119,725.991 C 1908.641,728.42 1908.911,732.707 1908.798,735.552 C 1907.647,735.216 1908.177,733.717 1908.149,732.888 C 1907.03,734.621 1908.541,737.062 1908.718,738.864" id="path6498"/>
<path d="M 1908.648,720.792 C 1908.779,721.275 1908.753,721.481 1909.368,721.368 C 1909.128,721.176 1908.889,720.984 1908.648,720.792" id="path6500"/>
</g>
<path class="landxx il" d="M 1524.2863,489.52555 C 1524.6343,489.04855 1526.5283,486.76355 1525.6563,486.21355 C 1527.1433,483.73655 1527.4963,480.85955 1528.0353,478.07755 C 1528.2013,477.22655 1528.2253,475.82755 1528.9133,475.21455 C 1529.4293,474.75555 1528.6443,473.76155 1529.1153,473.25355 C 1529.5483,472.78755 1530.5993,473.25855 1531.1003,473.32055 C 1532.2853,473.46655 1532.1283,472.24255 1532.4963,471.52555 C 1534.2224,471.61401 1532.9319,478.20401 1533.0784,480.13001 C 1532.8706,479.36128 1531.6459,478.3462 1530.7196,478.09875 C 1529.6127,477.80305 1529.2675,479.19871 1529.0503,480.05628 C 1528.8071,481.01658 1528.2803,484.42337 1529.6693,484.24355 C 1532.5753,483.86735 1528.4228,485.83887 1528.9885,487.91855 C 1529.3048,489.08155 1532.3013,486.85323 1532.9253,486.84623 C 1532.7804,487.89761 1532.8278,488.55745 1532.876,490.23296 C 1532.919,491.7281 1532.3141,493.67018 1531.8687,494.98 C 1531.0014,497.53042 1531.6393,501.91291 1529.9063,504.42855 L 1524.2863,489.52555" id="il"/>
<path class="landxx la" d="M 2022.8163,583.48555 C 2023.1033,582.31855 2022.7313,580.64755 2023.8273,579.81355 C 2024.4553,579.33555 2026.1623,579.87455 2026.2763,578.80555 C 2024.7953,579.68355 2025.9773,577.04455 2026.1643,576.56555 C 2026.4733,575.77355 2026.4643,575.34255 2027.3253,574.96055 C 2028.0503,574.63855 2029.4483,573.90055 2029.2263,572.90155 C 2030.2147,573.59555 2029.9058,576.72137 2031.7616,575.82737 C 2033.0032,575.22927 2032.9608,576.33847 2034.1458,576.42296 C 2035.457,576.51645 2034.0172,574.5129 2033.98,574.39054 C 2033.6752,573.38827 2034.6114,573.00602 2034.2246,572.44255 C 2033.4512,571.31609 2033.3092,570.55361 2032.7318,569.89669 C 2031.9253,568.9789 2031.7944,567.86961 2031.6373,567.28955 C 2031.4304,566.5258 2031.7577,564.59085 2032.9149,564.93769 C 2033.3901,565.08012 2033.1952,565.53942 2033.4304,565.50877 C 2036.0445,565.16819 2034.4629,565.28245 2035.582,565.64921 C 2035.726,565.68404 2035.8544,566.34229 2036.5993,567.09955 C 2037.4894,568.00443 2038.4008,568.82562 2039.3488,569.67862 C 2040.0758,570.33162 2040.1173,571.81055 2041.1053,572.10955 C 2041.8161,571.39417 2041.2589,570.41402 2041.4909,570.8206 C 2041.977,571.82423 2042.391,571.40521 2042.7628,572.37528 C 2042.9957,572.98319 2042.4944,573.93306 2042.8519,575.57589 C 2043.2041,577.19434 2045.2935,579.48993 2046.7171,579.442 C 2048.0239,579.398 2048.4858,579.97655 2049.7453,580.74955 C 2050.3703,579.90555 2050.2133,579.07995 2051.2872,578.53409 C 2052.5908,577.87147 2053.5023,578.61426 2054.6006,579.44241 C 2055.2206,579.90994 2056.2379,580.36908 2056.3483,581.22155 C 2056.4623,582.10211 2055.1263,581.97862 2054.9353,582.69355 C 2055.6023,582.96555 2057.0185,582.77237 2057.2417,583.65748 C 2057.4549,584.50304 2057.8352,584.48775 2058.3153,584.56555 C 2061.0161,585.0032 2059.9119,587.25657 2058.6053,587.58955 C 2060.0853,588.01355 2057.2253,589.77055 2056.1693,589.61055 C 2055.9123,589.57155 2053.3327,588.78367 2053.1353,589.31755 C 2052.8939,589.97032 2054.5391,590.89885 2053.9987,591.35171 C 2053.4906,591.77746 2051.9946,592.20921 2053.4569,592.94055 C 2054.4815,593.45296 2054.1196,593.06703 2055.1603,593.69554 C 2056.2046,594.32621 2058.3978,596.05755 2059.2793,596.67455 C 2059.9743,597.16155 2064.1027,597.60724 2063.2183,598.43355 C 2062.9449,598.68899 2062.5658,599.00734 2063.6769,600.62228 C 2064.1951,601.37532 2065.1198,602.23468 2065.7263,602.28255 C 2066.4742,602.34158 2066.9453,603.60955 2067.2043,604.14455 C 2067.7963,605.36955 2068.5911,606.27519 2069.5197,607.24555 C 2070.0537,607.80355 2072.5594,609.97069 2073.0546,610.10996 C 2074.0234,610.38241 2075.0476,612.67598 2075.2138,612.90255 C 2075.8831,613.81473 2075.7142,615.19155 2076.2433,615.95955 C 2076.4246,616.22275 2076.9202,617.21148 2077.2692,617.26648 C 2077.6922,617.33348 2078.0676,616.97907 2078.4826,617.22007 C 2079.3236,617.70907 2078.9496,618.14874 2080.028,618.42057 C 2080.4395,618.52431 2081.8041,620.30722 2083.4463,620.85255 C 2083.0683,621.71255 2081.8237,622.00696 2081.4977,622.89696 C 2081.1437,623.86396 2083.7704,625.01393 2084.2972,625.61678 C 2085.2339,626.68878 2086.2065,627.10547 2085.6963,628.7028 C 2085.5224,629.2472 2084.7607,629.69325 2084.7553,630.01355 C 2084.7487,630.40472 2084.9973,630.19165 2085.4038,631.40955 C 2085.8584,632.77147 2083.9796,634.54457 2081.5311,635.16256 C 2079.5582,635.66053 2078.5893,633.62728 2077.7636,633.4848 C 2077.1448,633.37804 2077.5183,634.07355 2077.1063,634.24655 C 2076.6963,634.41855 2075.7866,634.12801 2075.7973,634.57055 C 2075.8121,635.18085 2075.2053,635.3958 2074.6768,635.1278 C 2074.5916,635.08457 2074.0074,635.71823 2074.1893,636.02669 C 2074.6763,636.85246 2075.9823,637.80122 2075.0279,638.78055 C 2074.4913,639.33113 2073.3433,639.04093 2072.7561,638.17051 C 2072.3976,637.63915 2070.795,637.25826 2069.7877,637.31955 C 2068.6833,637.38675 2067.4597,635.99928 2068.3743,635.23155 C 2069.0539,634.66108 2070.1659,634.00409 2070.0529,632.94209 C 2069.9489,631.95509 2070.3319,630.6947 2069.9626,629.91101 C 2069.7748,629.51239 2069.1463,629.29516 2069.1853,628.52355 C 2069.2148,627.9403 2069.6843,627.40955 2069.9063,626.90255 C 2069.6243,627.03855 2069.3743,627.02255 2069.1553,626.85555 C 2069.0103,626.04755 2070.8843,624.99055 2069.6603,623.74955 C 2068.9973,623.07755 2066.3703,622.28155 2068.0363,621.14355 C 2065.2603,620.05455 2062.3725,618.17162 2061.9325,614.88162 C 2061.5905,612.32662 2062.5093,608.76355 2059.8833,607.20655 C 2057.2063,605.61855 2056.3586,601.50037 2053.253,600.83071 C 2052.8542,600.74471 2047.6566,599.45255 2049.2463,601.41655 C 2048.364,601.59155 2048.2705,603.85342 2047.4717,603.88875 C 2047.2499,603.89857 2046.4018,604.18553 2045.8323,604.63255 C 2044.8295,605.41971 2044.2139,604.06461 2043.8897,604.02516 C 2042.3063,603.83249 2041.7732,602.75771 2040.8208,602.14562 C 2039.7622,601.46531 2039.5413,604.24651 2038.2253,603.28855 C 2038.1293,605.26755 2035.7543,606.64555 2034.6063,608.01655 C 2034.0763,608.64955 2033.3253,608.29955 2032.7503,607.70055 C 2032.1113,607.03355 2032.6223,605.80455 2032.9103,605.10355 C 2033.3593,604.01055 2033.4963,603.27255 2033.3273,602.08655 C 2033.2263,601.37855 2032.5283,600.16255 2032.6153,599.54455 C 2032.7953,599.18655 2033.0223,598.85955 2033.2973,598.56555 C 2033.6633,597.95255 2033.3688,597.93351 2033.3263,597.31155 C 2033.2332,595.94955 2033.8703,595.16255 2033.1833,593.85955 C 2032.2145,592.02199 2033.2133,589.22755 2030.1063,590.08155 C 2029.7353,590.07955 2029.4593,590.22555 2029.2753,590.52255 C 2028.9723,591.22055 2028.8863,590.61555 2028.2963,590.73255 C 2027.2643,590.93855 2026.5673,590.25271 2026.0603,589.25971 C 2025.3383,587.84671 2027.3119,586.43741 2026.4849,585.38841 C 2026.1449,584.95741 2025.1311,583.63541 2024.6919,583.37441 C 2024.0314,582.98191 2023.7454,583.99242 2022.9653,584.20655 C 2022.9163,583.96555 2022.8663,583.72555 2022.8163,583.48555" id="la"/>
<path class="landxx kp" d="M 2152.2063,412.77355 C 2152.4749,411.8031 2153.039,411.03044 2153.8073,410.25855 C 2154.3215,409.74199 2155.1333,409.97755 2155.2723,409.33055 C 2155.5593,407.99655 2158.2473,407.91036 2158.2473,406.57436 C 2158.2473,405.76636 2159.1128,406.13426 2159.5953,406.00436 C 2160.524,405.75436 2160.6845,404.31015 2160.8371,403.72315 C 2161.3013,401.93748 2160.3707,399.76176 2161.5937,399.07276 C 2162.0797,398.79876 2162.6061,397.95596 2163.2831,398.29396 C 2164.2461,398.77496 2164.9401,399.62396 2165.8751,400.14796 C 2167.5321,401.07596 2169.2393,401.37555 2171.0803,401.53255 C 2172.1013,401.61955 2174.1913,401.75855 2173.4483,400.10155 C 2173.1263,399.38255 2172.1983,399.27055 2171.6483,398.80555 C 2170.9033,398.17555 2170.3523,397.35355 2169.7783,396.57555 C 2171.3903,396.16355 2173.2283,396.31455 2174.8853,396.16155 C 2177.0673,395.96055 2175.8903,394.57855 2176.3283,393.47755 C 2176.7073,392.52555 2178.0523,393.15755 2178.7603,392.84255 C 2179.7803,392.38855 2178.0463,388.93555 2177.8383,388.22155 C 2179.3733,388.13355 2180.6703,388.45755 2181.4023,389.78655 C 2182.4543,391.69355 2185.4493,392.20555 2186.8383,393.98055 C 2186.1903,394.46455 2185.6413,393.74655 2184.9533,393.87155 C 2184.5443,393.94555 2184.2833,395.08555 2184.1623,395.39355 C 2183.7003,396.57855 2182.5293,398.59855 2182.8593,399.92055 C 2183.0903,400.85055 2187.9333,405.54155 2185.7883,406.60255 C 2185.0763,406.95455 2184.1923,407.24855 2183.8173,408.02055 C 2183.5783,408.51455 2184.0293,409.18855 2183.6153,409.59255 C 2183.0113,410.18155 2182.3563,410.21155 2181.8953,411.02555 C 2181.5343,411.66555 2181.2923,412.42555 2180.7363,412.93455 C 2180.0963,413.51855 2179.1873,413.35155 2178.4343,413.67455 C 2177.7863,413.95155 2177.3313,414.50655 2176.8263,414.97255 C 2176.1393,415.60655 2175.4573,415.91055 2176.3543,416.64255 C 2177.0963,417.24755 2177.2323,418.44555 2177.4083,419.32455 C 2177.0713,418.16155 2176.6573,418.79755 2176.7353,419.62855 C 2176.8843,421.21555 2178.6043,420.58655 2179.6853,421.25555 C 2181.3023,422.25655 2186.7113,424.41255 2186.4453,426.71355 C 2186.0553,430.08355 2179.8779,426.77653 2178.2639,429.39053 C 2177.6879,430.32553 2177.7003,432.69655 2176.5863,432.50655 C 2176.0073,432.40655 2172.8153,431.34955 2174.0173,433.07655 C 2173.3573,432.67355 2172.1133,432.43255 2171.6013,431.97255 C 2170.7993,431.25055 2169.9543,430.67355 2168.8373,430.62855 C 2169.2793,430.97955 2169.7593,431.26655 2170.2763,431.49155 C 2169.5423,431.56655 2169.4183,432.87155 2168.4763,433.65155 C 2167.8543,432.68655 2169.0793,433.09355 2168.9763,432.50055 C 2168.8353,431.69155 2167.7773,431.31755 2167.8273,432.42855 C 2167.2623,431.20955 2165.6273,432.40355 2164.9463,431.20455 C 2166.6093,431.20455 2164.5063,429.96655 2166.2473,430.55655 C 2165.3413,429.60855 2163.5043,430.13055 2162.3563,429.90855 C 2162.5103,429.31255 2162.9923,429.03555 2163.5773,429.26155 C 2162.1643,428.31155 2163.4773,426.81855 2162.4973,425.73355 C 2163.5523,426.50155 2163.0563,425.08455 2164.3803,425.00955 C 2165.1933,424.96355 2166.2543,425.08755 2166.9673,425.51755 C 2166.0853,423.68855 2162.5233,425.54255 2162.4813,422.92955 C 2162.4643,421.89955 2163.0143,420.39055 2162.7333,419.42755 C 2162.4473,418.44755 2161.4313,418.55555 2161.8573,417.30955 C 2160.0493,418.47455 2157.8213,416.29955 2156.2383,415.65355 C 2156.5923,416.17455 2156.5413,416.65455 2156.0883,417.09355 C 2155.8713,416.12255 2155.0003,415.71755 2154.1733,415.35955 C 2153.7083,415.15855 2151.4733,413.55355 2153.1383,413.49355 C 2152.8263,413.25355 2152.5163,413.01355 2152.2063,412.77355" id="kp"/>
<g class="landxx coastxx gr" id="gr">
<path class="landxx gr" d="M 1417.6563,416.37355 C 1418.1843,416.49355 1418.8683,416.59655 1419.3793,416.35155 C 1420.4663,415.83055 1418.6803,415.12555 1420.3263,415.29355 C 1419.7453,413.85255 1419.3513,413.90455 1420.7333,413.15655 C 1421.6043,412.68555 1422.1923,412.03055 1422.5033,411.08155 C 1422.9323,409.77155 1423.4053,409.88655 1424.2393,408.94955 C 1425.0453,408.04555 1423.8047,406.94437 1423.8507,406.01637 C 1424.4562,406.41638 1425.4109,405.86518 1426.4153,405.88734 C 1428.6501,405.93665 1429.7974,404.59567 1431.6483,403.77034 C 1432.8386,403.23956 1434.2425,403.94964 1435.5571,403.50255 C 1436.396,403.21726 1435.8621,402.10356 1437.0365,402.12735 C 1437.816,402.14314 1438.7363,402.91331 1439.4293,402.42731 C 1440.3583,401.77631 1441.7603,402.17131 1442.8103,402.02931 C 1443.8593,401.88731 1444.8573,400.72455 1445.8603,400.40655 C 1446.6493,400.15555 1447.9893,399.71255 1448.6743,400.42755 C 1449.2733,401.05155 1449.7403,402.21755 1450.8343,401.87055 C 1452.0183,401.49555 1452.7403,402.41955 1453.8543,402.63855 C 1454.8503,402.83355 1455.7473,402.21155 1456.7463,402.25155 C 1457.6453,402.28755 1458.8783,402.55555 1459.6593,401.95455 C 1460.6303,401.20555 1459.5643,400.26755 1459.2843,399.49455 C 1458.7843,398.10855 1461.8017,399.111 1462.1207,399.29 C 1463.1387,399.856 1462.9465,400.77756 1463.3315,401.77656 C 1461.1129,402.73037 1461.6753,403.29343 1461.5712,404.69418 C 1461.4899,405.78793 1460.8413,406.65705 1459.4873,407.30255 C 1459.9093,406.15255 1454.6313,405.91955 1453.8123,405.59555 C 1452.2193,404.96555 1452.2443,405.28355 1450.8173,406.22255 C 1449.8333,406.86955 1448.9213,405.02855 1447.9903,405.49155 C 1446.6843,406.14155 1446.6343,407.88555 1444.6513,407.16155 C 1443.1663,406.61955 1443.2713,407.32155 1443.6563,408.31055 C 1443.8653,408.84555 1444.6453,408.44855 1444.2213,409.21755 C 1443.9333,409.73955 1444.5643,410.35855 1444.9603,409.93255 C 1445.7693,409.06555 1447.8163,411.84655 1448.2563,412.34255 C 1447.1173,412.96455 1445.6743,410.51855 1444.4963,410.41955 C 1441.7773,410.19355 1445.3923,412.87155 1445.5253,413.63855 C 1444.2573,414.04955 1442.9313,411.82555 1441.8793,411.40355 C 1440.9993,411.05055 1440.8863,411.61155 1441.2223,412.27355 C 1441.7133,413.24055 1442.6653,413.48255 1443.4363,414.14255 C 1441.5813,414.91955 1441.1293,413.28855 1440.5933,412.12455 C 1439.9893,410.81155 1438.0303,410.63755 1437.1763,409.53455 C 1437.7353,409.37155 1438.0203,408.96555 1437.8963,408.38255 C 1433.8833,408.93355 1435.7273,413.40255 1437.2083,415.34955 C 1437.9953,416.38355 1443.1773,421.12155 1439.4773,421.48555 C 1441.0643,420.93355 1439.5633,418.76655 1438.3973,419.10955 C 1436.8733,419.55755 1438.1913,422.40355 1439.4073,421.91855 C 1438.6313,422.91855 1437.3463,423.52055 1436.0883,423.14255 C 1436.9133,423.56555 1439.1943,424.19155 1439.5423,424.99855 C 1439.8223,425.64655 1440.6073,424.59555 1441.0503,425.25555 C 1441.4673,425.87855 1440.4093,425.94355 1441.8663,426.35455 C 1443.4013,426.78755 1444.3483,427.67155 1445.7983,428.32255 C 1446.8693,428.80355 1446.8053,429.70355 1446.6703,430.71055 C 1446.5223,431.82055 1447.4723,432.81055 1446.8983,433.87155 C 1445.6763,432.90255 1444.6153,431.23455 1442.9773,430.92755 C 1441.7823,430.70355 1440.6233,431.65355 1439.4783,431.56655 C 1439.4573,432.56155 1440.3743,431.66255 1440.4383,432.72855 C 1440.4803,433.41955 1441.6603,435.89255 1441.8583,434.08755 C 1442.1063,434.58155 1443.4043,435.12055 1442.9283,435.81555 C 1443.0383,435.65455 1440.7653,436.81555 1441.1283,436.82355 C 1440.1123,436.80255 1440.8013,435.76955 1440.0243,435.45855 C 1439.2573,435.15155 1438.3243,435.08155 1437.6773,434.51955 C 1437.5483,436.29455 1439.2263,437.86255 1439.8123,439.44955 C 1440.1603,440.39355 1440.6163,441.21055 1440.3653,442.21355 C 1440.1443,443.09855 1441.4933,443.35655 1441.3023,444.18555 C 1441.2173,444.55355 1438.6673,441.98955 1438.4513,441.64655 C 1437.1823,439.62855 1436.0713,442.84555 1436.4473,444.02355 C 1435.3623,444.17855 1434.9803,441.10555 1434.1943,440.55455 C 1433.6903,440.20155 1433.8853,439.22555 1433.0683,439.30755 C 1432.0013,439.41455 1432.1833,440.77455 1432.2773,441.50355 C 1430.1163,441.13655 1429.3713,438.64755 1430.2363,436.86555 C 1430.9403,435.41655 1426.6923,432.63455 1426.0073,431.63855 C 1426.8613,431.36955 1427.2903,430.16755 1427.9043,429.59355 C 1428.5033,429.03455 1429.2033,429.63755 1429.8603,429.06255 C 1430.3113,428.66755 1430.8063,427.75955 1431.5273,427.89855 C 1432.8483,428.15355 1433.7463,429.51055 1435.2143,429.64155 C 1436.3583,429.74355 1437.1053,430.57955 1438.0323,431.13555 C 1438.7673,431.57655 1439.1243,430.69955 1439.8883,430.23955 C 1440.5043,429.86755 1441.3343,429.31855 1439.9593,429.14855 C 1439.2103,429.05555 1438.5693,429.16855 1437.8853,428.74155 C 1437.1043,428.25355 1436.9393,427.38655 1436.3063,428.39855 C 1435.9433,427.87655 1435.5103,427.41955 1435.0063,427.03055 C 1435.1213,428.90155 1432.4423,427.42255 1431.6783,427.59355 C 1429.7283,428.03055 1428.4843,428.64055 1427.4463,426.81555 C 1427.3103,427.47055 1426.7073,427.95455 1426.1563,428.25555 C 1425.7883,427.06755 1425.4863,425.76855 1424.4403,424.99055 C 1423.8873,424.57955 1422.3273,423.46455 1423.1263,422.63855 C 1423.4273,422.32655 1427.3783,423.57055 1425.5763,421.91855 C 1425.0193,421.40955 1422.9223,421.28355 1423.0563,422.56555 C 1422.4653,420.82055 1420.8463,420.57155 1419.7123,419.44355 C 1418.9163,418.65155 1419.0443,416.49555 1417.6563,416.37355" id="path6492"/>
<path d="M 1457.6963,412.84555 C 1457.1163,411.89655 1458.9643,410.87855 1459.3263,411.86655 C 1459.5363,412.44055 1458.0443,412.82155 1457.6963,412.84555" id="path3606"/>
<path d="M 1468.3463,442.29355 C 1467.1773,441.18955 1470.0893,440.22055 1470.8663,440.42155 C 1470.2533,440.91155 1468.4033,441.34655 1468.3463,442.29355" id="path3608"/>
<path d="M 1417.5153,418.31755 C 1417.7783,418.48555 1418.0423,418.65355 1418.3053,418.82155 C 1416.9073,419.09155 1415.0703,416.69755 1415.1353,415.43755 C 1417.9353,415.16155 1415.5463,417.68355 1417.5153,418.31755" id="path6518"/>
<path d="M 1421.6963,427.60555 C 1421.6963,427.36555 1421.6963,427.12655 1421.6963,426.88555 C 1422.2173,427.31455 1421.9553,428.07655 1422.4463,428.46955 C 1422.9863,428.90355 1423.5063,429.35955 1423.7073,430.05355 C 1423.0773,430.29855 1421.3513,430.09155 1421.4063,429.11755 C 1421.1683,429.26455 1420.9273,429.40855 1420.6863,429.54955 C 1419.9893,428.25055 1421.2443,428.46355 1421.6963,427.60555" id="path6520"/>
<path d="M 1422.6963,423.64555 C 1423.0683,424.09055 1422.9913,426.19455 1422.1233,425.56155 C 1421.6193,425.19455 1421.9383,423.49655 1422.6963,423.64555" id="path6522"/>
<path d="M 1423.0563,428.18155 C 1422.6983,427.75355 1422.4343,427.27355 1422.2663,426.74155 C 1422.6323,427.16455 1422.8953,427.64455 1423.0563,428.18155" id="path6524"/>
<path d="M 1424.1363,433.86955 C 1423.4353,433.43855 1422.5403,432.80055 1422.6263,431.85255 C 1424.1453,431.84855 1425.0383,432.65255 1424.1363,433.86955" id="path6526"/>
<path d="M 1439.7663,444.81355 C 1440.2593,445.39255 1440.9823,446.49555 1439.7663,446.75755 C 1439.6133,446.17955 1439.0283,445.28755 1439.7663,444.81355" id="path6528"/>
<path d="M 1442.9263,430.84555 C 1443.4033,431.60055 1443.0263,431.78955 1442.3563,431.78255 C 1442.3803,431.36755 1442.5713,431.05555 1442.9263,430.84555" id="path6530"/>
<path d="M 1443.0063,433.65355 C 1442.8113,433.40555 1442.6413,433.14155 1442.4953,432.86255 C 1443.3113,432.62955 1443.4813,432.89355 1443.0063,433.65355" id="path6532"/>
<path d="M 1443.4363,426.81355 C 1443.7733,425.33155 1439.7543,422.60455 1438.5363,423.64555 C 1439.1243,422.99555 1439.7743,421.96555 1440.7623,421.93755 C 1441.8983,421.90455 1442.3233,423.22855 1442.9983,423.88255 C 1444.0113,424.86355 1445.4903,424.47055 1446.6773,425.01455 C 1448.0653,425.64955 1447.3973,427.49155 1448.1463,428.54855 C 1448.7473,429.39655 1450.0133,429.10955 1450.4883,430.18055 C 1451.1363,431.64655 1448.8773,430.45855 1448.5633,430.17155 C 1447.8273,429.49555 1447.3623,427.89055 1446.5073,427.47155 C 1445.5913,427.02055 1444.0683,427.89555 1443.4363,426.81355" id="path6534"/>
<path d="M 1444.0063,421.62955 C 1443.7503,421.43155 1443.5103,421.21455 1443.2853,420.98155 C 1443.8293,420.84155 1444.1393,421.04655 1444.0063,421.62955" id="path6536"/>
<path d="M 1448.6963,454.96555 C 1447.7413,455.17455 1445.7173,455.04155 1444.8123,454.65255 C 1443.8763,454.24955 1444.4813,452.72955 1444.5163,452.01355 C 1444.7533,452.16155 1444.9943,452.30555 1445.2363,452.44555 C 1445.5013,451.97355 1445.5973,451.46955 1445.5263,450.93355 C 1446.1143,452.70155 1447.5523,451.95855 1448.9063,451.79755 C 1447.5603,452.32255 1448.5543,452.55855 1449.1203,453.07755 C 1449.9783,453.86655 1450.7843,453.71755 1451.8233,453.34555 C 1453.9733,452.57655 1456.2163,453.92555 1458.3813,454.03055 C 1458.9863,454.06055 1460.1443,453.43755 1460.1703,454.50055 C 1460.1813,454.93955 1459.8823,455.51855 1460.5523,455.47655 C 1461.5643,455.41355 1462.6993,454.51555 1463.7033,454.70655 C 1464.1843,454.79755 1464.3133,455.84355 1464.0233,456.16655 C 1463.6353,456.60055 1462.8483,456.58255 1462.3253,456.57955 C 1460.2493,456.56755 1458.2403,456.77755 1456.1973,457.17855 C 1455.4533,457.32455 1454.4793,457.61755 1453.7623,457.20555 C 1453.1403,456.84755 1453.2473,456.07155 1452.6013,455.76455 C 1451.3883,455.18655 1449.9763,455.27755 1448.6963,454.96555" id="path6538"/>
<path d="M 1448.7663,434.94955 C 1448.4753,434.36655 1448.7873,433.88755 1449.3363,433.65255 C 1449.4403,434.21355 1449.2493,434.64655 1448.7663,434.94955" id="path6540"/>
<path d="M 1449.4863,442.50955 C 1449.4863,442.24555 1449.4863,441.98155 1449.4863,441.71755 C 1449.9863,442.21455 1450.5943,442.14755 1450.9963,441.57455 C 1451.0473,442.52255 1450.1073,442.34655 1449.4863,442.50955" id="path6542"/>
<path d="M 1449.7763,408.74055 C 1448.7723,408.45955 1448.6723,406.62155 1449.9173,406.86855 C 1451.0423,407.09355 1450.8223,408.59055 1449.7763,408.74055" id="path6544"/>
<path d="M 1450.1263,424.29355 C 1450.0753,423.47955 1448.9573,423.45155 1449.2663,422.56455 C 1450.1573,422.62355 1450.4633,423.54555 1450.7763,424.22055 C 1450.5593,424.24555 1450.3433,424.26955 1450.1263,424.29355" id="path6546"/>
<path d="M 1452.0763,440.27855 C 1451.9563,440.03855 1451.8373,439.79855 1451.7173,439.55755 C 1452.5393,439.55655 1452.6603,439.79755 1452.0763,440.27855" id="path6548"/>
<path d="M 1453.2963,413.63755 C 1454.1103,413.51455 1454.9043,413.99155 1455.6763,413.56555 C 1455.4013,414.03255 1455.2573,414.53655 1455.2453,415.07855 C 1454.1383,414.47155 1452.4523,415.78555 1453.2963,413.63755" id="path6550"/>
<path d="M 1453.4463,433.58155 C 1452.7853,432.87455 1452.2373,432.04655 1451.4263,431.49255 C 1451.6273,431.25155 1451.8663,431.05955 1452.1463,430.91755 C 1452.4903,432.06255 1454.2993,432.06355 1453.4463,433.58155" id="path6552"/>
<path d="M 1453.7363,433.65355 C 1454.3983,433.85255 1455.4193,433.78055 1455.4573,434.73355 C 1454.7083,434.87455 1453.9643,434.35255 1453.7363,433.65355" id="path6554"/>
<path d="M 1453.9463,443.01355 C 1453.6823,442.86955 1453.4203,442.72555 1453.1563,442.58155 C 1453.6923,442.51955 1453.6243,442.75355 1453.9463,443.01355" id="path6556"/>
<path d="M 1455.4563,439.70155 C 1454.8263,439.20755 1454.8813,438.61255 1455.6053,438.26155 C 1456.0383,438.73855 1455.9493,439.31355 1455.4563,439.70155" id="path6558"/>
<path d="M 1456.3963,435.95755 C 1455.8463,435.20855 1456.0123,434.99155 1456.8963,435.30955 C 1456.7293,435.52555 1456.5633,435.74155 1456.3963,435.95755" id="path6560"/>
<path d="M 1456.8263,442.50955 C 1456.5863,442.31755 1456.3473,442.12555 1456.1063,441.93355 C 1456.6453,441.61355 1457.1823,441.88755 1456.8263,442.50955" id="path6562"/>
<path d="M 1456.8963,409.38955 C 1456.8963,409.62955 1456.8963,409.86855 1456.8963,410.10955 C 1456.3153,410.22255 1455.8773,409.91155 1455.8163,409.31755 C 1456.1843,409.21555 1456.5443,409.23955 1456.8963,409.38955" id="path6564"/>
<path d="M 1457.3263,440.20555 C 1457.0593,439.84555 1456.5083,439.17755 1456.7803,438.66355 C 1456.9273,438.38455 1457.7103,437.73855 1458.0303,437.99055 C 1458.5863,438.42755 1457.8003,439.97655 1457.3263,440.20555" id="path6566"/>
<path d="M 1459.8563,441.50155 C 1460.1383,440.70355 1460.9273,440.34655 1461.7263,440.34955 C 1461.0373,440.63055 1460.5243,441.18455 1459.8563,441.50155" id="path6568"/>
<path d="M 1460.7163,429.54955 C 1459.1223,428.93355 1461.0583,427.07255 1459.2763,426.38155 C 1461.1593,423.94355 1462.5733,428.38755 1460.7163,429.54955" id="path6570"/>
<path d="M 1460.8563,435.09355 C 1460.9513,433.79355 1462.5123,433.98655 1463.3773,433.58155 C 1462.9613,434.51455 1461.8163,435.01855 1460.8563,435.09355" id="path6572"/>
<path d="M 1463.1663,422.56555 C 1462.3473,422.47255 1461.6053,422.07055 1460.9263,421.62955 C 1461.1613,421.44955 1461.4053,421.28155 1461.6563,421.12555 C 1460.9943,421.06455 1460.1643,421.42455 1459.5683,421.00355 C 1458.4593,420.21955 1459.6873,419.85955 1460.4023,419.66555 C 1462.6253,419.06155 1463.3203,419.91455 1464.5253,422.06155 C 1463.9463,421.70655 1463.4383,422.01555 1463.1663,422.56555" id="path6574"/>
<path d="M 1466.6963,433.94155 C 1466.5733,433.80355 1463.9713,433.03755 1465.5593,432.60655 C 1466.4063,432.37655 1467.3073,433.02855 1468.1263,432.79055 C 1467.8973,433.40355 1467.3543,433.86455 1466.6963,433.94155" id="path6576"/>
<path d="M 1467.3363,438.62155 C 1467.0963,438.40555 1466.8563,438.18855 1466.6153,437.97355 C 1467.1923,437.96955 1467.1733,438.17655 1467.3363,438.62155" id="path6578"/>
<path d="M 1468.2063,440.13355 C 1467.6643,439.43155 1467.8083,439.19155 1468.6363,439.41355 C 1468.4933,439.65455 1468.3503,439.89355 1468.2063,440.13355" id="path6580"/>
<path d="M 1470.2163,453.30955 C 1469.9263,451.94855 1469.9843,450.93455 1470.5063,449.63755 C 1470.7023,450.41355 1470.9273,452.87655 1470.2163,453.30955" id="path6582"/>
<path d="M 1475.4763,448.12555 C 1474.7453,450.10455 1474.1313,447.89455 1474.0293,447.11855 C 1473.8323,445.62555 1476.0893,444.54755 1477.3463,444.30855 C 1477.5553,445.18355 1477.0623,445.99955 1476.8243,446.80155 C 1476.3943,448.24755 1476.2663,447.04755 1475.4763,448.12555" id="path6584"/>
</g>
<path class="landxx tm" d="M 1643.1663,398.66155 C 1646.2807,393.58983 1652.0832,392.72943 1657.3123,395.17055 C 1659.9054,396.38112 1661.1405,398.63192 1662.9583,400.55855 C 1665.456,403.20586 1667.7922,402.22087 1671.2033,402.48655 C 1672.6829,402.60179 1674.0268,402.66104 1675.5799,402.71475 C 1677.1389,402.76867 1676.2416,401.44315 1676.0709,401.14916 C 1674.0217,397.62037 1674.7794,397.16443 1676.4733,395.41255 C 1677.77,394.07147 1680.4153,395.97055 1680.4403,393.14255 C 1680.4623,390.64255 1683.6363,393.70755 1684.4863,393.90955 C 1684.1583,393.55255 1681.6189,391.31433 1681.5894,391.17655 C 1681.4728,390.63261 1683.0122,391.58346 1684.141,390.30301 C 1684.6434,389.73319 1685.5545,390.43067 1686.0478,390.96555 C 1686.7734,391.75228 1687.6003,391.77536 1688.7459,392.14582 C 1689.6355,392.43349 1689.4813,393.51455 1690.4383,393.77455 C 1691.3163,394.01255 1692.2643,393.76955 1693.1573,393.80155 C 1694.3863,393.84555 1695.4295,394.54423 1695.3213,395.76955 C 1695.1908,397.24655 1696.7511,397.00355 1697.2373,398.22855 C 1696.5773,398.12355 1696.2513,398.27655 1696.6423,398.88455 C 1697.2243,399.78655 1697.1923,399.85255 1697.1063,400.85155 C 1696.9653,402.48755 1700.9053,402.96855 1701.9083,402.87555 C 1703.1263,402.76355 1704.0713,403.20255 1705.2313,403.45555 C 1706.7263,403.78155 1706.0478,402.42946 1707.0578,402.44446 C 1709.7758,402.48346 1711.2887,405.26373 1712.3527,407.23973 C 1713.9102,409.02789 1715.2042,410.91792 1716.1483,412.93955 C 1717.2783,415.15855 1720.9109,416.53947 1722.9793,417.69855 C 1725.5752,419.1532 1729.4245,422.23091 1730.8449,422.42288 C 1732.2933,422.61864 1735.0244,424.47202 1737.7314,426.07555 C 1739.8078,427.30551 1741.1253,428.80874 1743.6903,428.73882 C 1744.7105,428.67479 1745.9905,429.1977 1747.1982,429.90787 C 1748.3143,430.56422 1749.76,430.59069 1749.6872,430.8571 C 1750.2242,431.4961 1749.5988,432.10151 1749.6536,432.75655 C 1749.7432,433.82836 1749.8273,435.64746 1750.5595,436.29514 C 1747.3993,437.31127 1746.1682,435.19935 1745.3371,434.93134 C 1743.538,434.35117 1743.6397,435.85056 1743.6543,436.21455 C 1743.7028,437.42122 1742.8312,437.62493 1741.9411,437.60174 C 1741.0434,437.57835 1739.9115,437.37978 1739.1173,437.83555 C 1738.1154,438.41055 1738.1537,439.57254 1738.0753,440.59254 C 1737.9647,442.03351 1738.2598,442.46555 1738.0393,443.95455 C 1737.8613,445.15652 1737.4675,445.80684 1736.5717,446.37075 C 1734.2478,447.83353 1731.2615,449.69614 1728.2673,449.27655 C 1728.4803,449.86455 1728.9113,450.36055 1729.4173,450.71555 C 1728.2737,451.3601 1729.7873,452.02894 1727.7413,453.38655 C 1726.6693,454.92068 1724.2948,454.04836 1723.5163,455.46755 C 1723.1233,454.29055 1722.2961,453.27443 1721.0139,453.05635 C 1719.1191,452.73407 1719.4944,453.54143 1718.3702,452.89609 C 1717.9148,452.6347 1716.2563,451.19954 1715.5463,451.53154 C 1715.2771,451.06679 1715.0389,449.66402 1714.5605,448.99555 C 1713.8655,447.82691 1713.8011,448.89682 1714.1493,447.48655 C 1714.3895,446.51354 1713.5103,444.50355 1713.3313,443.42055 C 1713.1233,442.15555 1712.0913,442.24055 1711.0313,442.29455 C 1709.9643,442.34955 1708.7193,442.69455 1707.6603,442.43455 C 1706.2423,442.08655 1705.5003,440.17055 1704.4213,439.32255 C 1703.1203,438.29955 1700.9943,438.57055 1699.9503,437.11455 C 1698.9763,435.75855 1698.5423,434.94755 1696.8703,434.30855 C 1695.1563,433.65355 1693.8033,433.95155 1692.0413,433.84755 C 1690.5073,433.75755 1689.5673,432.50955 1688.1663,432.06755 C 1686.8663,431.65655 1684.3263,431.87355 1683.6743,430.47555 C 1683.1033,429.25055 1682.5843,428.66255 1681.2683,428.96755 C 1680.6663,429.10755 1674.8733,427.80555 1676.2873,430.12255 C 1674.5343,430.50555 1672.8113,429.56055 1671.0573,429.93055 C 1668.9993,430.36455 1667.6633,431.68655 1666.2443,433.10455 C 1665.5993,433.74855 1666.2623,434.57655 1665.7083,435.26455 C 1665.3763,435.67755 1664.7743,435.89555 1664.2953,436.05855 C 1663.2033,436.42955 1661.2823,436.99055 1660.2363,436.20655 C 1659.4103,435.58755 1659.1643,433.73755 1658.9303,432.82655 C 1658.4103,430.80055 1658.5573,428.72055 1658.0763,426.68555 C 1657.7813,425.43855 1658.8353,423.63155 1657.8143,422.68455 C 1657.2283,422.14055 1655.8963,421.77955 1656.0473,420.76255 C 1656.0473,422.14855 1655.1803,420.41855 1654.5523,419.85455 C 1653.8953,419.26355 1652.6023,418.35855 1652.1673,419.68255 C 1651.3013,418.63055 1651.4173,416.99655 1652.5973,416.22655 C 1651.0803,417.68855 1654.5273,417.19855 1655.1173,417.37855 C 1654.4983,417.39255 1654.1903,416.40455 1654.0593,416.45255 C 1653.2883,416.73055 1653.4703,415.27655 1653.4553,414.85155 C 1653.3783,412.73755 1650.2873,414.03355 1648.9983,413.34555 C 1649.9203,414.84255 1648.2833,413.66355 1647.9843,413.28755 C 1647.5643,412.75755 1647.4213,412.06255 1647.3783,411.40355 C 1647.2853,409.97955 1647.6583,408.59255 1647.6903,407.17655 C 1647.7043,406.56755 1647.9279,405.67832 1647.7113,405.10355 C 1647.5713,404.73205 1646.4608,403.5628 1646.9142,403.72522 C 1647.0244,403.76471 1646.8342,403.40012 1646.9007,403.4713 C 1647.2553,403.56306 1647.727,405.37164 1648.704,405.40503 C 1647.7922,405.43445 1648.6868,406.84796 1649.7655,405.77557 C 1649.5854,406.23458 1649.8109,406.76141 1650.5506,405.59456 C 1650.7501,406.44952 1651.8477,407.25043 1651.9403,405.02949 C 1652.3933,405.16092 1652.9168,407.38819 1653.4424,407.52363 C 1653.9332,407.65011 1656.0023,406.96664 1655.4593,406.61733 C 1655.7833,406.70153 1656.6548,406.4422 1656.7552,406.4594 C 1656.9183,406.5116 1656.0295,407.2986 1657.8857,406.95561 C 1658.047,407.06209 1657.8497,406.78866 1657.7127,406.84563 C 1657.687,406.79661 1657.845,406.78349 1657.9866,406.6572 C 1656.8838,406.63723 1657.3702,406.29689 1656.4985,405.24363 C 1656.8342,404.55021 1658.2805,405.00425 1657.9694,405.7387 C 1659.489,406.17672 1660.4239,404.55569 1659.2186,403.60747 L 1659.8225,403.79855 C 1659.3439,402.05852 1654.3079,400.87732 1653.9776,399.58213 C 1653.8037,398.9002 1652.1695,394.81251 1651.2394,394.49604 C 1648.3174,393.50179 1645.5751,396.31262 1644.9183,396.74804 C 1644.5599,396.98559 1644.7029,398.55048 1645.0347,398.51559 C 1645.5763,397.18095 1645.8455,399.4603 1645.7602,400.4475 C 1645.7377,400.7082 1647.1733,403.75615 1646.6619,403.33712 C 1646.3689,402.46812 1645.8133,401.73055 1645.1543,401.13355 C 1644.3153,400.37755 1644.2023,399.28055 1643.1663,398.66155" id="tm"/>
<g class="landxx coastxx ec" id="ec" transform="translate(-29.9017, -45.0745)">
<path d="M 601.057,808.923 C 601.942,808.738 602.155,807.242 601.19,807.011 C 599.472,806.598 600.101,808.434 601.057,808.923" id="path6588"/>
<path d="M 600.265,804.603 C 601.519,804.843 601.543,805.598 601.893,806.624 C 602.331,807.91 603.505,808.766 603.937,810.073 C 602.547,810.47 599.869,812.358 602.281,813.453 C 603.584,814.044 606.318,812.985 606.547,811.466 C 606.705,810.414 605.128,810.359 605.26,809.49 C 605.468,808.14 604.359,807.678 603.734,806.698 C 602.62,804.951 602.717,803.181 600.265,804.603" id="path6590"/>
<path d="M 607.897,807.913 C 608.743,806.913 607.436,806.113 606.528,806.113 C 604.449,806.113 607.813,807.856 607.897,807.913" id="path6592"/>
<path d="M 608.833,802.373 C 609.373,801.67 609.229,801.431 608.401,801.653 C 608.545,801.893 608.688,802.133 608.833,802.373" id="path6594"/>
<path d="M 609.985,811.373 C 611.475,810.967 611.447,808.744 609.697,808.993 C 607.92,809.246 608.341,811.346 609.985,811.373" id="path6596"/>
<path d="M 609.193,816.333 C 609.414,816.116 609.606,815.876 609.769,815.613 C 608.911,814.845 608.332,816.014 609.193,816.333" id="path6598"/>
<path d="M 616.105,812.953 C 616.925,812.881 618.42,811.453 617.761,810.573 C 617.003,810.722 615.366,812.064 616.105,812.953" id="path6600"/>
<path d="M 690.336,827.493 C 690.608,827.006 690.584,826.526 690.264,826.053 C 690.091,826.543 690.115,827.023 690.336,827.493" id="path4798"/>
<path d="M 689.185,827.713 C 688.388,827.8 687.546,828.389 687.25,829.146 C 687.144,829.419 687.39,831.29 687.969,830.824 C 688.168,830.664 688.555,829.68 688.552,829.435 C 688.548,829.018 689.701,828.609 689.976,828.142 C 689.712,828 689.449,827.856 689.185,827.713" id="path6602"/>
<path class="landxx ec" d="M 681.84,823.603 C 683.381,824.1 683.411,821.796 683.324,820.867 C 683.255,820.12 682.933,819.56 682.68,818.866 C 682.252,817.692 683.566,816.815 683.098,815.682 C 682.587,814.44 681.206,812.782 683.495,812.558 C 684.45,812.465 684.821,812.081 685.007,811.153 C 685.248,809.946 685.89,810.223 686.879,810.073 C 685.207,809.911 685.037,807.74 686.05,806.726 C 687.591,805.184 688.627,804.098 688.756,801.798 C 688.793,801.142 687.815,798.162 688.434,797.791 C 689.126,797.377 691.821,795.355 691.848,797.333 C 691.419,796.145 692.893,795.605 693.748,795.313 C 694.647,795.005 696.573,793.802 696.744,794.952 C 697.113,794.016 697.492,793.02 698.112,792.216 C 700.141,794.07 703.24,797.478 706.235,797.458 C 707.167,797.452 707.206,798.586 708.099,798.868 C 709.295,799.246 708.244,801.635 710.323,801.61 C 711.883,801.592 713.106,802.349 714.744,802.373 C 715.285,802.381 716.469,803.072 716.703,802.116 C 716.777,801.813 716.223,801.514 716.63,801.314 C 718.141,800.572 719.278,801.866 720.146,802.917 C 721.488,804.541 723.304,804.585 724.968,805.682 C 724.098,805.892 723.239,805.749 722.376,805.602 C 722.272,806.201 724.154,808.003 724.513,808.485 C 725.589,809.927 724.81,811.382 725.544,813.092 C 724.978,813.175 724.498,813.009 724.105,812.592 C 723.052,818.328 719.7,823.361 714.857,826.723 C 712.535,828.335 709.54,828.791 706.98,829.919 C 705.685,830.49 704.947,831.335 704.116,832.432 C 703.801,832.746 703.528,833.093 703.297,833.474 C 703.128,834.078 703.495,834.415 703.008,834.983 C 702.518,832.656 701.506,837.185 701.376,837.415 C 700.589,838.804 699.819,840.771 699.906,842.393 C 700.01,844.338 698.59,844.265 698.106,845.79 C 697.61,847.351 697.715,847.639 696.229,847.599 C 694.432,847.55 693.988,845.56 693.422,844.249 C 692.692,842.557 691.88,843.873 690.768,843.263 C 689.99,842.837 689.132,841.231 688.147,842.216 C 686.81,843.555 685.407,843.186 686.809,841.323 C 685.782,841.177 685.564,839.868 686.316,839.251 C 686.764,838.884 687.572,839.116 688.068,838.721 C 688.856,838.094 687.711,834.221 686.809,833.833 C 687.934,833.249 688.858,833.561 689.546,832.271 C 690.142,831.155 690.266,829.872 690.63,828.677 C 691.079,827.206 691.108,827.138 690.624,825.772 C 690.161,824.463 689.997,823.184 690.912,822.022 C 689.295,822.803 690.325,824.596 690.085,825.925 C 689.692,828.1 688.193,826.162 689.76,826.052 C 688.976,826.001 688.908,825.343 689.184,824.762 C 688.661,825.29 686.844,827.493 687.24,828.292 C 686.053,827.478 685.186,826.19 683.916,825.507 C 683.028,825.029 682.019,824.758 681.84,823.603" id="path6790"/>
</g>
<path class="landxx bj" d="M 1276.9663,666.86155 C 1277.3085,666.07622 1277.3899,664.89471 1277.9394,664.29305 C 1278.4546,663.7289 1278.6185,663.82338 1279.096,663.32964 C 1280.0836,662.30866 1281.6553,659.43036 1282.9727,660.78689 C 1283.3804,661.20671 1287.4556,660.19564 1288.2466,658.80955 C 1288.7537,657.92098 1289.4403,656.72555 1289.4193,655.66555 C 1289.4063,655.02455 1288.5948,653.53753 1289.6307,653.32023 C 1290.2849,653.18299 1291.1983,653.36074 1291.4833,652.94055 C 1292.5195,651.41295 1293.8354,653.09153 1294.6076,653.96264 C 1295.1581,654.58358 1295.4928,655.10373 1296.0318,655.73773 C 1296.6678,656.48373 1297.5433,657.22655 1298.1763,658.11255 C 1298.5283,658.60555 1297.7483,659.83455 1297.6353,660.32355 C 1297.3773,661.44755 1298.4413,662.37555 1298.9943,663.22155 C 1299.6373,664.20555 1299.1213,665.23355 1299.5403,666.14455 C 1300.0413,667.23655 1300.6793,668.06119 1299.9773,669.23619 C 1299.6053,669.85919 1298.7928,669.27795 1298.5449,669.99014 C 1298.1668,671.07618 1299.6874,671.84698 1298.3563,673.33955 C 1297.7568,674.01177 1296.9345,674.19541 1296.4945,674.97641 C 1296.0855,675.70441 1295.945,676.43087 1295.346,677.17187 C 1294.199,678.59387 1295.9566,680.54714 1293.5066,681.15114 C 1292.6866,681.35314 1292.1926,680.98328 1292.0446,681.93228 C 1291.9066,682.81528 1291.4287,683.66171 1291.4764,684.55255 C 1291.5932,686.73655 1291.5598,688.92093 1291.4003,691.08655 C 1291.3298,692.04402 1292.2986,693.95054 1292.1388,695.30655 C 1291.9979,696.50139 1291.9743,697.54688 1291.7953,698.59155 C 1291.5299,700.14101 1292.1114,700.76859 1291.9958,701.59004 C 1291.8664,702.51046 1291.2873,703.8802 1291.3928,704.51469 C 1290.3956,704.53422 1288.6753,704.75155 1287.6953,704.94655 C 1286.1693,705.25055 1284.6373,705.52855 1283.0953,705.73855 C 1283.4603,705.40855 1283.8893,705.24055 1284.3853,705.23455 C 1284.3193,704.45755 1283.7818,703.62809 1283.4008,702.97009 C 1282.8078,701.94609 1282.6523,700.24209 1282.4853,699.09509 C 1282.6415,699.08041 1283.457,698.84462 1283.3513,696.74755 C 1283.1589,692.93131 1283.3198,689.04855 1283.3073,685.20055 C 1283.3002,683.02456 1283.2046,681.37005 1281.9926,679.51905 C 1280.8426,677.76505 1281.2104,675.72322 1281.1463,673.77155 C 1281.0961,672.243 1278.8047,671.50896 1277.6723,670.45155 C 1276.6143,669.46355 1276.8886,668.10455 1276.9663,666.86155" id="bj"/>
<path class="landxx si" d="M 1371.0014,362.58227 C 1370.8698,361.96351 1371.4584,361.20919 1371.8663,360.86155 C 1371.1883,360.71055 1370.5923,360.33455 1369.9963,359.99755 C 1371.5081,358.35249 1370.7903,357.34841 1372.6623,357.79941 C 1373.3643,357.96841 1377.5543,359.44355 1378.1553,358.91155 C 1379.3503,357.85155 1380.4153,356.68255 1382.1433,356.79055 C 1383.0543,356.84755 1384.1583,357.29755 1385.0173,356.77455 C 1385.8983,356.23855 1386.9593,356.19055 1387.8573,356.75755 C 1387.0863,355.79055 1388.2873,354.27055 1389.3343,355.10755 C 1390.1473,355.75855 1391.1491,357.39128 1391.7551,358.27028 C 1390.9491,358.14728 1388.3073,357.47055 1389.7273,359.13355 C 1388.9273,359.10355 1388.4803,358.57455 1388.1473,359.50055 C 1387.9613,360.01755 1385.9703,360.48655 1385.3803,360.84255 C 1384.9223,361.11955 1385.7623,362.48555 1385.7263,363.07555 C 1385.6713,363.99655 1383.5233,364.06555 1382.6673,364.82055 C 1383.0183,364.93655 1383.3183,365.24355 1383.6773,365.32455 C 1383.0373,365.45555 1383.5003,367.76355 1382.2643,366.97255 C 1380.8453,366.06455 1379.4763,366.48155 1378.1273,365.18055 C 1377.6713,366.28455 1376.0803,367.22955 1374.8633,366.68455 C 1374.3623,366.46055 1374.3753,366.44555 1373.9793,366.83755 C 1373.3783,367.43255 1372.1213,366.92355 1371.4373,366.76455 C 1372.1933,366.09755 1373.7483,365.84555 1373.1673,364.82055 C 1372.7093,364.00955 1370.6223,364.22255 1371.6573,362.87755" id="si"/>
<g class="landxx coastxx no" id="no" transform="translate(-29.9017, -45.0745)">
<path d="M 1386.718,159.552 C 1385.598,158.703 1383.983,158.819 1382.931,157.872 C 1381.914,156.956 1381.1,155.564 1379.518,156.24 C 1379.9,157.541 1381.581,158.385 1382.782,158.706 C 1384.198,159.085 1385.976,160.348 1387.438,160.2 C 1387.214,159.965 1386.975,159.749 1386.718,159.552" id="path6656"/>
<path d="M 1381.468,150.84 C 1380.971,150.457 1380.441,150.409 1379.878,150.696 C 1380.407,150.751 1380.937,150.799 1381.468,150.84" id="path6658"/>
<path d="M 1382.478,154.08 C 1382.675,155.244 1384.546,154.417 1385.138,154.151 C 1384.935,153.899 1384.718,153.659 1384.488,153.431 C 1385.277,153.819 1386.154,153.294 1386.788,154.079 C 1386.181,154.3 1385.608,154.588 1385.068,154.943 C 1385.691,155.135 1386.315,155.327 1386.938,155.519 C 1385.642,156.43 1384.048,154.738 1382.758,155.734 C 1384.105,156.011 1384.542,157.495 1385.83,157.817 C 1387.399,158.209 1389.089,157.935 1390.678,158.398 C 1389.603,158.527 1388.453,158.267 1387.438,158.758 C 1389.006,159.698 1390.746,160.372 1392.568,160.32 C 1393.828,160.284 1394.994,160.218 1396.228,159.911 C 1397.156,158.885 1397.965,159.517 1399.178,159.047 C 1398.666,158.795 1398.139,158.579 1397.598,158.399 C 1398.265,158.268 1398.401,157.816 1397.948,157.319 C 1399.494,156.807 1401.21,158.527 1402.058,156.383 C 1403.098,156.743 1402.834,157.966 1401.768,157.967 C 1402.534,159.091 1404.132,158.834 1405.239,158.509 C 1405.927,158.307 1406.553,158.015 1407.161,157.636 C 1408.252,156.958 1408.466,157.467 1409.618,157.462 C 1408.807,157.757 1408,158.125 1407.458,158.83 C 1408.799,158.694 1410.153,158.953 1411.488,159.046 C 1409.25,159.739 1406.614,158.559 1404.482,159.673 C 1403.549,160.16 1402.642,159.92 1401.75,160.365 C 1400.049,161.214 1398.489,160.65 1396.728,161.134 C 1396.932,161.386 1397.148,161.626 1397.378,161.855 C 1396.53,161.483 1394.73,160.884 1393.865,161.439 C 1392.21,162.503 1396.087,163.367 1396.548,163.349 C 1398.755,163.262 1400.932,162.779 1403.135,162.649 C 1404.491,162.569 1405.825,162.746 1407.184,162.621 C 1408.345,162.515 1409.684,161.884 1410.838,162.07 C 1410.375,162.599 1410.282,162.998 1411.268,163.006 C 1409.401,162.488 1407.476,163.15 1405.593,163.15 C 1403.565,163.15 1401.516,163.338 1399.538,163.798 C 1402.041,164.642 1404.811,164.001 1407.238,165.166 C 1404.888,165.213 1402.363,163.866 1399.945,164.556 C 1398.959,164.837 1398.094,164.193 1397.095,164.28 C 1395.206,164.446 1395.864,165.547 1397.038,166.243 C 1398.611,167.176 1400.865,167.472 1402.636,167.886 C 1403.939,168.191 1404.663,167.641 1405.864,167.514 C 1406.877,167.407 1407.857,167.928 1408.828,168.119 C 1407.295,168.756 1405.57,167.973 1404.078,168.839 C 1405.445,169.165 1407.23,169.762 1408.39,170.611 C 1409.614,171.508 1413.58,169.704 1411.199,169.199 C 1411.678,168.925 1412.326,168.82 1412.719,168.407 C 1412.624,168.167 1412.527,167.927 1412.429,167.687 C 1412.748,167.545 1413.036,167.357 1413.294,167.122 C 1413.828,165.663 1414.838,164.807 1416.427,164.807 C 1417.485,164.807 1418.582,163.27 1417.785,162.41 C 1416.899,161.454 1420.834,161.068 1421.139,160.847 C 1420.878,160.7 1420.615,160.555 1420.349,160.415 C 1421.482,160.391 1420.81,159.241 1420.559,158.687 C 1423.061,158.42 1425.246,157.477 1427.807,157.588 C 1429.032,157.642 1432.169,157.975 1432.589,156.31 C 1429.954,155.754 1426.451,156.046 1424.053,154.841 C 1423.15,154.387 1422.399,154.146 1421.375,154.284 C 1420.023,154.467 1419.435,153.663 1418.259,153.646 C 1420.357,153.204 1417.552,151.772 1416.785,151.542 C 1415.952,151.293 1415.258,152.032 1414.607,152.406 C 1414.26,152.606 1413.88,152.7 1413.58,152.353 C 1412.9,151.567 1414.195,151.238 1414.658,150.622 C 1413.605,150.297 1412.625,149.775 1411.546,149.524 C 1410.644,149.315 1410.005,149.802 1409.186,149.686 C 1408.349,149.568 1405.74,148.044 1406.158,149.974 C 1402.483,148.878 1408.507,155.436 1408.538,155.878 C 1407.175,155.454 1406.404,153.929 1404.798,154.439 C 1405.537,153.246 1401.923,151.231 1401.186,150.859 C 1400.062,150.291 1399.28,150.365 1398.33,151.145 C 1397.679,151.68 1396.929,151.521 1396.286,151.984 C 1395.986,152.2 1396.651,153.252 1396.588,153.574 C 1395.54,152.099 1394.111,152.958 1392.698,152.422 C 1392.838,152.156 1392.981,151.892 1393.128,151.63 C 1391.789,151.582 1390.422,152.088 1389.098,151.702 C 1390.335,151.726 1391.45,151.054 1392.685,151.054 C 1393.794,151.054 1394.945,151.054 1396.008,150.695 C 1395.757,149.317 1393.229,150.063 1392.371,150.163 C 1391.462,150.268 1390.567,150.521 1389.662,150.604 C 1389.066,150.658 1386.447,149.536 1387.368,151.054 C 1386.428,151.366 1386.047,150.24 1385.208,150.118 C 1384.574,150.026 1381.765,150.936 1383.558,151.414 C 1383.16,151.426 1379.716,151.759 1382.038,151.846 C 1381.436,151.793 1380.86,151.889 1380.308,152.134 C 1381.083,152.12 1380.981,152.282 1380.875,152.817 C 1380.754,153.424 1382.152,153.742 1382.478,154.08" id="path6660"/>
<path d="M 1417.608,149.184 C 1416.846,149.51 1416.007,149.5 1415.228,149.76 C 1418.367,150.489 1421.508,151.273 1424.738,150.624 C 1428.195,149.931 1431.757,150.224 1435.248,150.408 C 1432.673,151.308 1429.8,151.154 1427.118,151.055 C 1427.793,151.559 1428.622,151.56 1429.418,151.631 C 1427.252,151.888 1425.102,151.204 1422.938,151.487 C 1424.276,152.791 1427.784,152.831 1429.542,152.977 C 1432.291,153.206 1435.526,153.098 1438.269,152.783 C 1437.997,152.937 1437.733,153.105 1437.479,153.287 C 1439.45,154.592 1442.97,154.805 1445.143,153.937 C 1446.823,153.267 1447.635,153.177 1449.393,153.318 C 1450.557,153.411 1452.098,152.997 1453.03,152.279 C 1452.819,152.037 1452.606,151.797 1452.39,151.558 C 1454.411,150.885 1456.486,150.36 1458.58,149.974 C 1457.77,147.451 1454.487,148.111 1452.486,148.189 C 1450.867,148.252 1449.326,147.67 1447.713,147.67 C 1446.987,147.67 1446.129,147.382 1445.426,147.6 C 1444.756,147.808 1444.432,146.848 1443.6,147.094 C 1445.846,147.333 1442.079,147.651 1441.645,148.006 C 1440.759,148.732 1439.436,148.159 1438.42,148.318 C 1439.825,147.668 1437.983,147.033 1439.5,146.879 C 1438.808,146.403 1437.952,146.494 1437.19,146.231 C 1437.447,147.377 1436.102,147.316 1435.54,146.735 C 1436.141,147.108 1436.188,147.276 1435.787,147.75 C 1435.478,148.114 1435.799,148.932 1435.593,149.092 C 1434.564,149.891 1433.001,147.968 1431.721,148.536 C 1433.895,147.846 1430.726,147.86 1430.263,147.908 C 1429.304,148.006 1428.227,148.182 1427.377,147.587 C 1426.024,146.641 1423.466,146.014 1421.861,146.521 C 1422.351,146.803 1422.878,146.971 1423.441,147.025 C 1422.323,148.374 1420.927,147.201 1419.561,147.169 C 1419.976,147.973 1420.857,148.305 1421.721,148.177 C 1420.868,149.098 1419.429,148.317 1418.467,148.069 C 1417.007,147.692 1415.343,148.134 1413.871,148.25 C 1414.251,148.309 1417.542,148.839 1415.451,148.754 C 1416.454,148.988 1417.524,149.137 1418.551,148.97 C 1418.273,149.199 1417.96,149.271 1417.608,149.184" id="path6718"/>
<path d="M 1416.598,147.815 C 1416.815,147.647 1417.031,147.479 1417.248,147.311 C 1416.499,147.137 1415.657,146.922 1415.018,147.528 C 1415.559,147.542 1416.086,147.637 1416.598,147.815" id="path6720"/>
<path d="M 1423.728,185.616 C 1424.233,185.47 1424.496,185.135 1424.518,184.608 C 1423.771,184.29 1422.955,184.407 1422.218,184.679 C 1422.69,185.041 1423.194,185.353 1423.728,185.616" id="path6730"/>
<path d="M 1424.667,153.144 C 1424.93,153.144 1425.194,153.144 1425.457,153.144 C 1424.715,152.885 1423.839,152.69 1423.147,153.216 C 1423.656,153.233 1424.163,153.209 1424.667,153.144" id="path6732"/>
<path d="M 1426.678,155.376 C 1427.414,155.297 1428.149,155.149 1428.838,154.872 C 1427.828,154.656 1426.663,154.324 1425.818,155.16 C 1426.104,155.232 1426.391,155.304 1426.678,155.376" id="path6738"/>
<path d="M 1427.618,145.368 C 1427.858,145.296 1428.098,145.223 1428.338,145.151 C 1427.594,145.087 1426.851,145.01 1426.109,144.936 C 1426.608,145.091 1427.111,145.234 1427.618,145.368" id="path6740"/>
<path d="M 1426.108,158.616 C 1427.432,158.881 1428.456,158.951 1429.561,159.792 C 1430.517,160.52 1431.541,160.195 1432.652,160.192 C 1433.138,160.191 1438.001,160.131 1436.27,158.572 C 1434.35,156.843 1428.331,157.829 1426.108,158.616" id="path6742"/>
<path d="M 1427.118,145.656 C 1426.936,145.431 1426.692,145.384 1426.388,145.511 C 1426.631,145.56 1426.875,145.608 1427.118,145.656" id="path6744"/>
<path d="M 1430.498,165.024 C 1433.594,165.849 1436.678,164.178 1439.788,164.448 C 1439.536,164.687 1437.784,165.445 1438.418,165.934 C 1439.62,166.861 1440.739,165.906 1441.92,165.585 C 1443.225,165.231 1444.094,165.385 1445.304,164.602 C 1446.679,163.713 1448.111,163.437 1449.719,163.296 C 1448.627,162.476 1447.116,162.049 1445.774,162.416 C 1444.29,162.822 1442.691,162.06 1441.299,161.64 C 1441.687,161.166 1442.215,160.795 1442.809,160.632 C 1440.894,159.798 1438.941,160.344 1436.948,160.344 C 1434.769,160.344 1432.571,160.306 1430.429,160.777 C 1431.153,161.602 1432.399,161.888 1433.449,161.928 C 1433.315,162.546 1432.839,163.208 1432.484,163.718 C 1431.938,164.499 1430.663,163.855 1430.498,165.024" id="path6754"/>
<path d="M 1458.218,157.68 C 1458.458,157.512 1458.697,157.344 1458.938,157.176 C 1458.188,157.032 1457.4,156.294 1456.709,157.032 C 1457.221,157.226 1457.724,157.442 1458.218,157.68" id="path6780"/>
<path d="M 1461.458,148.176 C 1461.218,148.296 1460.979,148.416 1460.738,148.536 C 1461.258,148.575 1461.76,148.503 1462.248,148.319 C 1461.984,148.271 1461.722,148.224 1461.458,148.176" id="path6784"/>
<path d="M 1464.558,156.456 C 1466.753,155.755 1469.623,156.896 1471.538,155.88 C 1468.983,156.19 1465.966,154.628 1463.687,156.384 C 1463.978,156.408 1464.268,156.432 1464.558,156.456" id="path6786"/>
<path d="M 1479.168,148.752 C 1482.31,148.451 1485.484,148.455 1488.598,147.888 C 1485.642,147.608 1481.912,147.424 1479.168,148.752" id="path6788"/>
<path d="M 1346.978,283.176 C 1346.738,282.931 1346.475,282.716 1346.188,282.529 C 1345.928,283.37 1346.191,283.586 1346.978,283.176" id="path6606"/>
<path d="M 1347.268,289.296 C 1346.956,289.054 1346.643,288.814 1346.328,288.576 C 1346.51,289.089 1346.606,289.617 1346.618,290.16 C 1347.221,290.189 1347.47,289.87 1347.268,289.296" id="path6608"/>
<path d="M 1346.618,287.856 C 1346.881,288.047 1347.145,288.24 1347.408,288.431 C 1347.227,288.115 1346.963,287.923 1346.618,287.856" id="path6610"/>
<path d="M 1346.688,287.424 C 1346.935,287.421 1347.175,287.373 1347.408,287.28 C 1347.167,287.328 1346.928,287.376 1346.688,287.424" id="path6612"/>
<path d="M 1347.908,276.696 C 1348.14,276.002 1347.599,276.016 1347.118,276.192 C 1347.381,276.36 1347.645,276.528 1347.908,276.696" id="path6614"/>
<path d="M 1347.558,297.432 C 1347.143,298.002 1347.358,298.547 1347.988,298.8 C 1348.267,298.157 1348.295,297.277 1347.698,296.784 C 1347.651,297 1347.604,297.216 1347.558,297.432" id="path6616"/>
<path d="M 1347.988,293.472 C 1346.934,293.439 1347.448,294.508 1347.338,295.128 C 1347.502,294.519 1347.964,294.184 1348.558,294.552 C 1348.507,294.118 1348.317,293.758 1347.988,293.472" id="path6618"/>
<path d="M 1348.558,292.319 C 1348.196,292.841 1348.326,294.094 1349.138,294.12 C 1350.227,294.154 1349.227,292.408 1348.558,292.319" id="path6620"/>
<path d="M 1349.498,292.032 C 1349.258,292.08 1349.018,292.128 1348.778,292.176 C 1349.476,292.228 1350.042,293.006 1350.588,292.219 C 1351.078,291.514 1349.796,291.602 1349.498,292.032" id="path6624"/>
<path d="M 1352.087,274.032 C 1351.589,273.886 1351.087,273.863 1350.577,273.96 C 1350.547,275.104 1351.761,274.792 1352.087,274.032" id="path6626"/>
<path d="M 1353.308,273.168 C 1353.071,273.12 1352.835,273.072 1352.598,273.024 C 1352.542,273.503 1352.493,273.983 1352.448,274.463 C 1352.954,274.215 1353.316,273.751 1353.308,273.168" id="path6628"/>
<path d="M 1354.758,272.664 C 1354.521,272.615 1354.28,272.591 1354.038,272.592 C 1354.278,272.616 1354.518,272.64 1354.758,272.664" id="path6630"/>
<path d="M 1354.248,272.88 C 1354.511,272.976 1354.775,273.072 1355.038,273.168 C 1354.836,272.915 1354.573,272.819 1354.248,272.88" id="path6632"/>
<path d="M 1358.278,270.576 C 1358.015,270.576 1357.751,270.576 1357.488,270.576 C 1357.812,270.733 1358.148,270.853 1358.498,270.936 C 1358.424,270.816 1358.351,270.696 1358.278,270.576" id="path6634"/>
<path d="M 1358.928,269.64 C 1358.668,269.619 1358.4,269.64 1358.138,269.64 C 1358.686,270.06 1358.725,269.694 1358.928,269.64" id="path6636"/>
<path d="M 1362.818,268.848 C 1363.058,268.68 1363.298,268.512 1363.538,268.344 C 1363.367,268.063 1363.15,267.823 1362.888,267.624 C 1362.972,268.448 1362.685,268.592 1362.028,268.056 C 1361.923,268.664 1362.187,268.996 1362.818,268.848" id="path6638"/>
<path d="M 1366.348,265.752 C 1366.03,264.677 1364.655,265.015 1364.118,265.68 C 1364.841,265.896 1365.629,266.197 1366.348,265.752" id="path6642"/>
<path d="M 1365.627,267.408 C 1365.89,267.36 1366.154,267.311 1366.417,267.263 C 1365.964,266.74 1365.354,266.712 1364.907,267.263 C 1365.147,267.312 1365.388,267.36 1365.627,267.408" id="path6644"/>
<path d="M 1366.917,266.903 C 1367.377,267.223 1367.881,267.32 1368.427,267.192 C 1368.29,266.263 1367.423,266.248 1366.917,266.903" id="path6648"/>
<path d="M 1367.138,264.888 C 1367.972,265.803 1371.374,265.06 1371.748,263.88 C 1371.236,263.435 1370.509,263.459 1369.893,263.596 C 1369.418,263.701 1367.655,263.999 1369.438,264.241 C 1368.59,264.24 1367.716,264.108 1367.138,264.888" id="path6650"/>
<path d="M 1370.238,262.8 C 1369.484,262.122 1368.064,263.071 1367.278,263.232 C 1368.285,263.173 1369.427,263.675 1370.238,262.8" id="path6652"/>
<path d="M 1368.868,265.536 C 1368.628,265.56 1368.388,265.584 1368.148,265.608 C 1368.419,265.766 1368.706,265.886 1369.008,265.967 C 1368.961,265.824 1368.915,265.68 1368.868,265.536" id="path6654"/>
<path d="M 1382.478,253.512 C 1382.211,253.68 1381.945,253.848 1381.678,254.016 C 1382.221,253.889 1382.751,253.721 1383.268,253.512 C 1383.004,253.512 1382.741,253.512 1382.478,253.512" id="path6662"/>
<path d="M 1382.397,253.944 C 1383.245,253.695 1383.933,254.658 1384.637,253.799 C 1383.89,253.471 1383.123,253.701 1382.397,253.944" id="path6664"/>
<path d="M 1384.638,257.04 C 1384.875,257.016 1385.111,256.992 1385.348,256.968 C 1384.729,256.81 1384.158,256.474 1383.698,256.032 C 1383.631,256.655 1384.018,257.054 1384.638,257.04" id="path6666"/>
<path d="M 1384.708,255.528 C 1384.441,255.551 1384.175,255.576 1383.908,255.599 C 1384.144,255.833 1384.411,256.025 1384.708,256.175 C 1384.708,255.96 1384.708,255.744 1384.708,255.528" id="path6668"/>
<path d="M 1384.998,256.104 C 1384.764,256.604 1385.004,256.724 1385.718,256.463 C 1385.478,256.344 1385.238,256.225 1384.998,256.104" id="path6670"/>
<path d="M 1387.518,252.216 C 1386.935,252.091 1386.361,252.328 1385.998,252.792 C 1386.553,252.728 1387.06,252.536 1387.518,252.216" id="path6672"/>
<path d="M 1387.368,248.328 C 1387.673,248.547 1388.009,248.619 1388.378,248.544 C 1388.237,247.542 1387.816,247.795 1387.368,248.328" id="path6674"/>
<path d="M 1391.547,246.384 C 1392.135,246.066 1392.758,245.849 1393.417,245.736 C 1392.449,245.293 1391.286,245.469 1390.827,246.529 C 1391.067,246.48 1391.308,246.432 1391.547,246.384" id="path6676"/>
<path d="M 1392.118,244.44 C 1390.702,243.342 1390.944,246.02 1392.408,244.799 C 1392.311,244.68 1392.214,244.561 1392.118,244.44" id="path6678"/>
<path d="M 1393.708,230.616 C 1393.511,230.837 1393.341,231.077 1393.198,231.336 C 1394.133,231.89 1395.087,230.808 1394.718,229.896 C 1394.328,230.061 1393.991,230.301 1393.708,230.616" id="path6680"/>
<path d="M 1394.138,244.008 C 1393.898,244.104 1393.658,244.2 1393.418,244.296 C 1393.67,244.231 1393.911,244.136 1394.138,244.008" id="path6682"/>
<path d="M 1394.718,243.647 C 1394.423,243.556 1394.156,243.628 1393.918,243.864 C 1394.184,243.792 1394.451,243.72 1394.718,243.647" id="path6684"/>
<path d="M 1395.078,230.544 C 1395.735,230.683 1396.277,230.26 1396.518,229.68 C 1395.881,229.311 1394.958,229.737 1395.078,230.544" id="path6686"/>
<path d="M 1396.078,239.472 C 1396.585,239.428 1397.092,239.38 1397.598,239.328 C 1397.075,239.208 1396.568,239.256 1396.078,239.472" id="path6688"/>
<path d="M 1397.228,229.464 C 1397.061,229.704 1396.895,229.943 1396.728,230.184 C 1397.81,229.431 1399.502,229.802 1400.398,228.745 C 1399.735,228.861 1399.493,228.272 1398.888,228.241 C 1398.293,228.211 1397.935,228.7 1397.308,228.529 C 1397.712,229.006 1397.542,229.197 1396.798,229.105 C 1396.941,229.225 1397.084,229.344 1397.228,229.464" id="path6690"/>
<path d="M 1400.618,228.744 C 1401.092,228.236 1400.276,228.095 1399.968,228.096 C 1400.185,228.312 1400.401,228.528 1400.618,228.744" id="path6692"/>
<path d="M 1400.258,236.952 C 1400.451,237.743 1401.048,238.013 1401.048,236.88 C 1400.784,236.904 1400.521,236.928 1400.258,236.952" id="path6694"/>
<path d="M 1401.047,228.888 C 1402.275,229.756 1404.925,228.422 1405.517,227.232 C 1404.915,227.223 1404.408,227.44 1403.997,227.88 C 1403.582,226.331 1401.608,228.583 1401.047,228.888" id="path6696"/>
<path d="M 1404.358,226.368 C 1405.3,226.327 1406.449,226.189 1407.168,225.504 C 1406.44,225.317 1406.569,225.166 1406.766,224.668 C 1406.997,224.085 1405.559,223.518 1405.228,223.273 C 1405.268,223.794 1405.194,224.297 1405.008,224.785 C 1404.221,223.845 1402.661,225.305 1401.628,225.793 C 1402.736,226.731 1404.196,224.899 1405.438,225.433 C 1404.96,225.665 1404.457,225.81 1403.928,225.866 C 1404.071,226.032 1404.214,226.2 1404.358,226.368" id="path6698"/>
<path d="M 1403.498,227.016 C 1403.98,227.077 1404.387,226.933 1404.718,226.584 C 1404.068,226.323 1403.333,226.315 1402.708,226.656 C 1402.971,226.776 1403.234,226.896 1403.498,227.016" id="path6700"/>
<path d="M 1404.647,224.208 C 1404.756,223.629 1404.493,223.629 1403.857,224.208 C 1404.121,224.208 1404.384,224.208 1404.647,224.208" id="path6702"/>
<path d="M 1403.998,228.96 C 1404.265,228.84 1404.531,228.72 1404.798,228.6 C 1404.468,228.595 1404.201,228.715 1403.998,228.96" id="path6704"/>
<path d="M 1404.938,231.336 C 1405.458,231.327 1405.961,231.232 1406.448,231.048 C 1405.946,230.631 1405.177,230.621 1404.938,231.336" id="path6706"/>
<path d="M 1407.308,225.504 C 1407.381,225.744 1407.455,225.983 1407.528,226.224 C 1407.063,226.397 1406.583,226.494 1406.088,226.512 C 1406.835,227.329 1405.548,227.712 1405.518,228.529 C 1406.19,227.938 1407.033,227.598 1407.888,227.377 C 1407.662,227.634 1407.446,227.898 1407.238,228.169 C 1407.676,228.187 1408.244,228.599 1408.678,228.457 C 1409.216,228.28 1409.467,227.42 1409.908,227.089 C 1409.833,228.751 1410.61,227.322 1410.988,226.908 C 1411.412,226.445 1412.061,226.639 1412.598,226.617 C 1413.584,226.576 1414.496,225.222 1413.463,224.554 C 1413.02,224.267 1412.08,224.103 1411.694,224.585 C 1411.148,225.267 1410.005,225.796 1409.188,226.657 C 1409.22,226.448 1411.485,223.807 1409.548,225.217 C 1410.204,224.383 1409.958,223.096 1408.645,223.726 C 1408.017,224.028 1407.766,225.462 1408.678,225.505 C 1408.221,225.346 1407.764,225.346 1407.308,225.504" id="path6708"/>
<path d="M 1408.608,223.488 C 1409.632,223.302 1410.936,222.473 1411.198,221.399 C 1409.818,220.669 1407.703,222.642 1407.308,223.847 C 1407.817,224.005 1408.251,223.885 1408.608,223.488" id="path6710"/>
<path d="M 1408.608,230.399 C 1408.368,230.496 1408.128,230.591 1407.888,230.688 C 1408.634,230.805 1409.389,230.715 1410.118,230.543 C 1409.614,230.5 1409.111,230.451 1408.608,230.399" id="path6712"/>
<path d="M 1411.268,227.304 C 1413.427,228.817 1412.925,225.37 1411.268,227.304" id="path6714"/>
<path d="M 1413.288,224.208 C 1413.528,224.088 1413.768,223.968 1414.008,223.848 C 1413.473,223.572 1412.97,223.619 1412.498,223.993 C 1412.761,224.064 1413.024,224.136 1413.288,224.208" id="path6716"/>
<path d="M 1415.808,221.328 C 1416.071,221.304 1416.335,221.28 1416.598,221.256 C 1415.545,221.496 1415.545,221.736 1416.598,221.976 C 1416.103,222.17 1415.6,222.338 1415.088,222.48 C 1415.988,222.997 1417.047,222.771 1417.911,222.305 C 1418.933,221.753 1420.195,222.324 1421.279,222.049 C 1420.367,221.841 1420.32,221.614 1421.138,221.368 C 1421.608,220.853 1421.882,219.646 1420.639,220.32 C 1422.399,219.817 1420.519,219.697 1419.913,219.394 C 1418.014,218.445 1420.336,220.892 1418.688,219.168 C 1420.251,220.536 1417.547,219.304 1416.818,219.672 C 1417.27,220.075 1417.796,220.243 1418.398,220.176 C 1417.311,220.572 1416.134,220.372 1415.018,220.609 C 1415.725,220.538 1415.889,220.661 1415.808,221.328" id="path6722"/>
<path d="M 1416.598,225.216 C 1416.526,224.09 1415.407,224.736 1415.088,225.288 C 1415.589,225.223 1416.092,225.198 1416.598,225.216" id="path6724"/>
<path d="M 1416.678,224.28 C 1417.129,224.746 1417.774,224.869 1418.328,224.496 C 1418.002,224.084 1416.972,223.455 1416.678,224.28" id="path6726"/>
<path d="M 1425.678,218.376 C 1426.1,218.197 1426.483,217.958 1426.828,217.656 C 1426.139,217.311 1425.426,216.728 1424.598,217.08 C 1425.592,217.375 1425.338,217.793 1424.738,218.231 C 1424.599,217.965 1424.456,217.701 1424.308,217.44 C 1423.771,217.736 1422.742,218.309 1424.228,218.303 C 1423.696,218.141 1421.529,218.958 1423.438,218.735 C 1422.849,218.756 1422.322,218.948 1421.858,219.311 C 1422.572,219.606 1425.863,219.73 1425.678,218.376" id="path6728"/>
<path d="M 1424.738,216.072 C 1425.224,215.796 1425.727,215.556 1426.248,215.352 C 1425.745,215.431 1425.242,215.431 1424.738,215.352 C 1424.738,215.593 1424.738,215.832 1424.738,216.072" id="path6734"/>
<path d="M 1425.458,216.072 C 1424.984,219.11 1429.72,216.192 1430.208,216.072 C 1429.554,216.127 1429.001,215.982 1428.573,216.066 C 1428.339,216.111 1428.059,215.521 1427.758,215.496 C 1426.925,215.426 1426.225,215.851 1425.458,216.072" id="path6736"/>
<path d="M 1426.678,214.632 C 1426.93,214.802 1427.197,214.946 1427.478,215.064 C 1427.643,214.397 1426.85,213.714 1426.678,214.632" id="path6746"/>
<path d="M 1428.118,215.063 C 1428.438,215.148 1428.751,215.124 1429.058,214.992 C 1428.744,215.016 1428.431,215.04 1428.118,215.063" id="path6748"/>
<path d="M 1430.638,216.072 C 1430.131,216.367 1429.674,216.727 1429.268,217.151 C 1430.041,217.04 1431.014,216.971 1431.288,216.072 C 1431.071,216.072 1430.854,216.072 1430.638,216.072" id="path6750"/>
<path d="M 1431.508,214.992 C 1430.87,214.455 1430.069,214.327 1429.268,214.272 C 1430.458,214.895 1430.752,216.231 1432.298,215.352 C 1432.034,215.232 1431.771,215.112 1431.508,214.992" id="path6752"/>
<path d="M 1433.877,214.992 C 1434.366,216.326 1436.061,215.684 1436.187,214.488 C 1435.378,214.202 1434.53,214.5 1433.877,214.992" id="path6756"/>
<path d="M 1435.678,217.44 C 1435.824,217.2 1435.971,216.96 1436.118,216.719 C 1435.545,216.49 1435.111,216.728 1435.108,217.367 C 1435.298,217.393 1435.488,217.416 1435.678,217.44" id="path6758"/>
<path d="M 1436.118,216.072 C 1436.644,216.466 1437.311,216.466 1437.838,216.072 C 1437.38,216.131 1436.494,215.628 1436.118,216.072" id="path6760"/>
<path d="M 1441.078,216.072 C 1441.055,215.899 1441.003,215.902 1440.578,215.784 C 1440.744,215.88 1440.911,215.977 1441.078,216.072" id="path6762"/>
<path d="M 1450.008,210.6 C 1450.105,210.504 1450.201,210.408 1450.298,210.312 C 1449.555,210.389 1448.789,210.551 1448.069,210.241 C 1449.7,212.075 1444.443,210.26 1446.839,211.392 C 1446.074,211.403 1445.526,210.748 1444.881,211.302 C 1444.322,211.781 1442.929,211.415 1442.229,211.537 C 1442.718,211.758 1443.225,211.926 1443.749,212.041 C 1443.522,212.249 1443.283,212.441 1443.029,212.617 C 1443.988,211.889 1445.464,212.471 1446.549,212.365 C 1447.855,212.234 1448.932,211.252 1450.008,210.6" id="path6764"/>
<path d="M 1447.058,214.272 C 1447.321,214.272 1447.585,214.272 1447.848,214.272 C 1447.429,213.435 1445.757,213.15 1444.968,213.479 C 1445.483,214.187 1446.273,214.183 1447.058,214.272" id="path6770"/>
<path d="M 1451.087,211.968 C 1451.041,211.848 1450.994,211.729 1450.947,211.609 C 1449.933,212.771 1448.334,212.199 1447.197,213.121 C 1448.004,213.743 1449.016,212.744 1448.997,214.057 C 1449.552,213.647 1452.216,213.049 1451.087,211.968" id="path6772"/>
<path d="M 1453.318,212.328 C 1454.139,211.212 1452.98,211.07 1452.105,211.025 C 1450.182,210.927 1452.039,212.56 1453.318,212.328" id="path6774"/>
<path d="M 1452.458,209.016 C 1452.879,209.448 1453.383,209.592 1453.968,209.449 C 1453.7,209.055 1452.902,208.329 1452.458,209.016" id="path6776"/>
<path d="M 1452.958,208.44 C 1453.186,208.581 1453.426,208.557 1453.678,208.368 C 1453.438,208.393 1453.197,208.416 1452.958,208.44" id="path6778"/>
<path d="M 1463.618,209.016 C 1463.882,209.016 1464.144,209.016 1464.408,209.016 C 1463.345,209.073 1463.56,208.648 1464.048,208.152 C 1463.483,207.983 1462.911,207.839 1462.333,207.72 C 1461.57,207.72 1460.984,208.262 1460.228,208.296 C 1460.731,208.404 1461.005,208.924 1461.372,209.224 C 1461.867,209.631 1463.077,209.096 1463.618,209.016" id="path6782"/>
<path d="M 1273.248,210.312 C 1274.33,209.839 1275.409,209.223 1276.608,209.12 C 1277.33,209.057 1278.731,209.16 1279.189,208.444 C 1280.18,206.895 1276.598,208.549 1276.244,208.761 C 1275.285,209.335 1273.752,209.095 1273.248,210.312" id="path6604"/>
<path class="landxx no" d="M 1346.908,280.944 C 1348.431,280.208 1350.09,280.855 1351.658,280.368 C 1351.304,280.303 1350.965,280.349 1350.643,280.506 C 1349.915,280.744 1349.355,280.21 1348.638,280.224 C 1350.961,279.535 1347.099,279.886 1349.348,279.432 C 1348.558,279.308 1347.765,279.442 1346.978,279.504 C 1347.766,279.347 1348.584,279.352 1349.348,279.072 C 1348.663,279.232 1346.9,279.733 1346.908,278.496 C 1347.472,278.566 1347.976,278.422 1348.418,278.063 C 1346.494,278.257 1349.42,276.994 1349.928,276.983 C 1350.543,276.97 1350.87,277.448 1351.438,277.559 C 1352.003,277.669 1353.816,277.1 1352.518,278.352 C 1352.831,277.574 1356.839,277.052 1357.638,277.415 C 1356.77,276.942 1355.729,277.548 1354.813,277.38 C 1354.325,277.291 1350.323,277.123 1352.378,277.055 C 1351.129,276.966 1349.127,277.55 1348.058,276.696 C 1348.648,276.731 1349.151,276.539 1349.568,276.12 C 1349.237,275.759 1347.761,275.549 1347.815,274.902 C 1347.892,273.975 1349.936,275.622 1349.998,276.192 C 1350.269,276.068 1350.509,275.9 1350.718,275.688 C 1349.397,275.703 1350.419,274.125 1351.588,275.616 C 1351.659,274.911 1352.49,274.436 1352.599,275.272 C 1352.665,275.783 1354.684,275.684 1355.038,275.688 C 1354.451,275.558 1352.447,274.751 1353.675,274.015 C 1355.154,273.129 1355.39,274.007 1356.478,274.895 C 1354.553,271.106 1361.225,273.793 1358.568,275.543 C 1359.141,275.684 1359.671,275.588 1360.158,275.255 C 1359.557,275.127 1359.119,274.616 1359.718,274.104 C 1360.032,273.836 1360.897,274.228 1361.308,274.032 C 1359.613,274.094 1359.435,273.2 1358.108,272.709 C 1357.061,272.32 1355.888,272.95 1354.828,272.664 C 1355.668,272.385 1356.555,272.486 1357.418,272.376 C 1356.63,271.894 1355.707,272.289 1354.968,271.656 C 1356.349,271.351 1357.988,270.931 1359.373,271.437 C 1360.546,271.865 1362.491,272.489 1363.608,271.728 C 1363.089,271.866 1362.563,271.914 1362.028,271.873 C 1362.221,270.272 1364.991,270.426 1366.058,270.793 C 1364.707,269.409 1362.902,271.624 1361.448,270.577 C 1361.954,270.444 1362.458,270.301 1362.958,270.146 C 1361.823,270.201 1360.092,271.23 1359.148,270.146 C 1359.61,269.956 1360.09,269.883 1360.588,269.928 C 1359.972,269.798 1359.442,269.51 1358.998,269.064 C 1359.764,268.531 1360.679,268.337 1361.495,268.908 C 1362.327,269.49 1363.089,268.601 1363.969,268.777 C 1364.774,268.938 1365.473,268.479 1365.8,269.502 C 1366.074,270.361 1367.719,270.442 1368.359,270.938 C 1367.581,269.552 1365.501,269.567 1365.119,267.841 C 1365.699,267.474 1366.596,268.228 1366.931,268.619 C 1367.741,269.567 1367.306,269.373 1368.789,269.425 C 1367.338,269.284 1368.291,268.682 1368.939,268.561 C 1368.644,268.535 1366.045,268.453 1368.149,268.345 C 1367.831,268.366 1365.913,267.688 1366.968,267.448 C 1368.189,267.171 1369.617,267.12 1370.879,266.905 C 1370.133,267.003 1369.337,267.083 1368.649,266.69 C 1368.936,266.419 1369.188,266.118 1369.405,265.789 C 1369.837,265.261 1370.248,265.591 1370.785,265.38 C 1371.618,265.053 1372.483,265.365 1371.599,266.258 C 1372.33,265.922 1373.122,265.754 1373.909,265.611 C 1373.35,265.714 1372.797,265.69 1372.249,265.539 C 1372.703,265.218 1373.207,265.025 1373.759,264.963 C 1373.256,264.883 1372.752,264.883 1372.249,264.963 C 1373.024,264.442 1374.119,264.201 1375.008,263.952 C 1376.055,263.659 1377.524,265.451 1375.999,266.115 C 1376.747,265.838 1377.528,265.995 1378.299,265.97 C 1376.341,265.511 1378.744,265.061 1379.273,265.066 C 1380.155,265.076 1381.095,265.311 1381.969,265.107 C 1381.43,264.45 1381.573,264.162 1382.399,264.243 C 1381.874,264.055 1381.37,264.102 1380.889,264.387 C 1382.065,263.48 1383.425,262.759 1384.919,262.587 C 1384.86,261.94 1384.404,261.727 1383.839,262.011 C 1384.068,261.029 1385.128,261.068 1385.86,260.715 C 1385.204,260.63 1383.397,261.041 1385.07,260.067 C 1383.561,260.127 1382.674,261.813 1381.18,262.011 C 1381.724,262.009 1382.227,261.865 1382.69,261.579 C 1383.556,262.768 1380.738,263.65 1380.05,263.895 C 1377.792,264.702 1377.304,265.127 1376,263.234 C 1376.631,263.232 1377.192,262.924 1377.65,262.514 C 1376.605,262.764 1375.551,263.028 1374.56,263.451 C 1375.124,263.077 1375.784,262.579 1374.48,262.587 C 1375.619,262.084 1377.131,261.008 1378.44,261.507 C 1377.897,261.168 1377.371,261.193 1376.86,261.579 C 1377.086,261.369 1377.325,261.177 1377.58,261.003 C 1375.943,261.336 1377.67,260.412 1378.099,260.069 C 1378.631,259.643 1378.314,259.094 1379.241,259.419 C 1378.518,257.414 1382.957,257.936 1382.551,256.179 C 1383.353,256.418 1383.815,257.214 1384.641,257.403 C 1384.536,257.676 1384.412,257.94 1384.271,258.196 C 1385.002,257.72 1385.846,257.305 1386.721,257.187 C 1385.306,257.331 1386.144,256.326 1386.871,256.323 C 1386.381,256.138 1385.874,256.043 1385.351,256.036 C 1385.367,254.892 1386.95,254.872 1387.731,254.668 C 1387.343,254.654 1386.96,254.606 1386.581,254.524 C 1387.89,253.516 1389.799,253.252 1391.331,253.876 C 1388.778,252.619 1386.913,255.063 1384.421,255.028 C 1385.404,254.736 1385.381,254.545 1384.351,254.452 C 1385.08,254.069 1385.931,254.289 1386.651,253.876 C 1386.083,254.103 1385.506,254.127 1384.921,253.948 C 1385.406,253.75 1385.91,253.677 1386.431,253.731 C 1384.122,253.264 1389.01,253.056 1386.431,253.227 C 1387.133,253.166 1387.832,252.998 1388.451,252.651 C 1386.655,252.697 1388.43,251.838 1389.101,252.507 C 1389.223,251.584 1390.276,251.486 1390.471,252.435 C 1389.886,252.674 1389.286,252.722 1388.671,252.58 C 1390.352,253.359 1392.629,252.121 1393.851,250.996 C 1393.313,251.256 1392.824,251.601 1392.277,251.844 C 1391.776,252.065 1389.743,252 1391.551,251.788 C 1390.542,251.696 1390.673,251.288 1391.191,250.78 C 1390.593,250.666 1390.04,250.965 1389.681,251.427 C 1389.162,250.721 1389.81,249.149 1390.761,249.196 C 1390.97,249.373 1391.152,249.574 1391.307,249.801 C 1391.833,250.31 1392.572,249.874 1393.131,249.7 C 1392.9,249.766 1391.2,249.1 1391.131,248.991 C 1390.211,247.531 1392.107,247.934 1392.84,248.332 C 1390.955,247.587 1393.257,244.737 1395.43,246.892 C 1395.17,245.708 1393.38,245.204 1392.41,245.308 C 1393.406,245.276 1395.174,244.29 1396.164,243.93 C 1397.081,243.597 1396.756,244.109 1397.328,244.46 C 1397.694,244.684 1398.343,244.362 1398.75,244.445 C 1397.527,244.142 1400.2,243.648 1400.76,243.077 C 1398.739,243.559 1396.66,243.743 1394.64,244.228 C 1395.146,243.432 1396.03,243.356 1396.88,243.292 C 1396.088,243.163 1395.283,243.377 1394.5,243.147 C 1395.16,242.678 1395.054,242.114 1394.35,241.78 C 1395.086,241.275 1395.377,242.145 1396.08,242.139 C 1396.322,242.137 1398.256,241.196 1398.39,241.059 C 1397.224,240.71 1396.059,242.098 1395.22,240.7 C 1395.741,240.55 1396.267,240.526 1396.8,240.628 C 1396.425,240.482 1396.042,240.361 1395.65,240.268 C 1396.657,240.004 1397.69,240.559 1398.68,240.197 C 1398.382,240.229 1396.191,240.095 1398.03,239.908 C 1396.021,239.712 1399.237,239.641 1399.54,239.621 C 1398.709,239.493 1398.031,238.972 1397.23,238.757 C 1398.018,238.353 1399.084,237.983 1399.982,238.144 C 1401.14,238.352 1401.972,237.3 1403.14,237.893 C 1402.655,237.597 1402.128,237.453 1401.56,237.461 C 1401.853,236.447 1405.15,235.913 1405.15,236.669 C 1406.011,236.124 1407.301,236.511 1408.03,237.101 C 1408.03,236.298 1408.167,236.158 1408.97,236.454 C 1407.975,236.258 1407.002,235.877 1405.98,235.839 C 1404.55,235.785 1403.505,236.399 1402.06,235.806 C 1402.654,235.636 1402.98,235.033 1403.57,234.87 C 1404.242,234.685 1404.526,235.553 1405.08,234.725 C 1404.561,234.764 1404.058,234.692 1403.57,234.509 C 1404.262,234.123 1405.148,233.559 1405.95,234.077 C 1405.66,234.221 1405.37,234.365 1405.08,234.509 C 1405.806,234.331 1406.658,234.211 1407.39,234.437 C 1408.052,234.641 1408.544,235.542 1409.33,235.229 C 1407.699,235.168 1409.507,233.839 1410.27,233.862 C 1408.993,233.717 1407.785,234.402 1406.52,233.933 C 1408.952,233.4 1405.381,233.917 1406.796,232.889 C 1407.235,232.57 1407.989,232.973 1408.47,232.925 C 1406.62,232.629 1409.286,232.66 1409.98,233.069 C 1408.132,231.208 1406.341,233.238 1404.29,233.286 C 1404.612,232.762 1405.178,232.418 1405.8,232.422 C 1405.219,232.378 1404.693,232.186 1404.22,231.846 C 1404.721,231.781 1405.224,231.756 1405.73,231.774 C 1403.276,231.678 1407.668,231.219 1408.095,231.18 C 1408.746,231.12 1410.304,231.536 1410.56,230.622 C 1409.363,229.976 1408.07,230.548 1406.81,230.405 C 1407.274,229.528 1408.215,229.78 1408.97,229.397 C 1407.726,231.018 1410.293,228.63 1411.065,229.123 C 1412.029,229.738 1411.309,231.75 1413,231.63 C 1412.408,231.512 1411.967,231.069 1411.85,230.478 C 1412.201,230.759 1414.629,231.686 1412.57,230.478 C 1413.415,230.951 1413.608,230.783 1413.15,229.974 C 1413.671,230.124 1414.198,230.148 1414.73,230.046 C 1413.901,229.993 1413.075,229.861 1412.28,229.614 C 1412.655,229.447 1413.038,229.302 1413.43,229.181 C 1412.888,229.051 1412.338,228.979 1411.78,228.965 C 1412.838,228.886 1412.838,228.646 1411.78,228.245 C 1412.886,228.576 1413.874,229.262 1415.02,229.469 C 1414.053,229.21 1413.087,228.546 1412.35,227.885 C 1413.535,227.805 1414.688,227.491 1415.843,227.954 C 1416.339,228.004 1416.837,228.034 1417.335,228.045 C 1417.867,228.191 1417.724,228.644 1418.399,228.677 C 1418.031,228.65 1417.817,228.481 1417.757,228.169 C 1417.957,227.678 1419.084,227.849 1419.409,228.029 C 1417.432,227.583 1420.489,227.578 1420.919,227.669 C 1419.364,227.202 1418.364,227.214 1416.779,227.408 C 1415.78,227.531 1414.084,227.664 1413.219,227.02 C 1414.243,226.832 1413.833,225.754 1415.241,225.54 C 1416.586,225.335 1417.996,225.482 1419.338,225.652 C 1418.821,225.413 1418.295,225.197 1417.758,225.005 C 1418.456,224.549 1419.261,224.875 1419.988,225.005 C 1418.733,224.824 1419.272,224.459 1419.908,224.141 C 1417.892,224.337 1420.173,222.031 1421.858,222.341 C 1419.94,220.899 1424.367,218.488 1424.018,221.765 C 1424.216,220.428 1425.68,220.735 1426.758,221.189 C 1425.742,220.715 1424.492,220.693 1423.878,219.605 C 1424.78,219.395 1425.554,219.664 1426.334,220.098 C 1427.211,220.586 1429.147,220.556 1428.559,221.621 C 1429.108,221.558 1429.58,220.541 1428.782,220.541 C 1427.919,220.541 1427.107,220.721 1426.61,219.82 C 1427.035,219.367 1427.538,219.247 1428.12,219.461 C 1427.603,219.229 1427.076,219.204 1426.54,219.389 C 1426.373,217.417 1429.179,217.63 1430.43,217.373 C 1430.31,218.443 1430.506,219.318 1429.99,220.324 C 1430.703,219.854 1430.996,218.517 1432.08,219.029 C 1430.508,218.936 1431.71,216.656 1432.01,217.732 C 1432.326,216.891 1433.438,217.208 1433.52,216.22 C 1435.415,216.995 1432.82,220.466 1432.08,221.26 C 1432.887,220.711 1433.909,220.571 1434.315,219.562 C 1434.73,218.533 1436.244,219.687 1436.91,219.749 C 1434.501,218.916 1435.539,216.85 1437.56,216.436 C 1437.299,216.632 1437.056,216.848 1436.83,217.084 C 1437.759,218.26 1437.867,216.504 1438.85,217.228 C 1437.123,214.771 1443.423,217.892 1443.82,217.949 C 1443.455,217.533 1442.999,217.293 1442.45,217.228 C 1443.332,217.237 1443.407,217.159 1442.673,216.994 C 1442.222,216.682 1442.175,215.635 1443.31,216.509 C 1443.011,215.697 1441.082,215.734 1442.81,215.285 C 1441.62,215.641 1439.186,215.414 1438.27,214.421 C 1438.799,214.233 1439.305,214.281 1439.79,214.565 C 1439.862,214.301 1439.932,214.038 1440,213.773 C 1440.55,214.051 1441.08,214.363 1441.59,214.71 C 1441.829,212.939 1443.231,214.728 1444.111,213.989 C 1443.886,214.93 1444.895,215.049 1445.55,215.141 C 1444.987,215.101 1444.626,214.761 1444.54,214.205 C 1445.533,214.039 1446.589,214.413 1447.56,214.564 C 1447.32,215.669 1445.722,215.51 1444.9,215.572 C 1445.963,215.604 1447.14,215.595 1448.07,214.997 C 1448.187,216.889 1450.013,216.121 1451.16,216.077 C 1451.026,215.664 1449.958,215.796 1449.51,215.357 C 1450.194,215.003 1450.801,214.588 1449.43,214.42 C 1449.755,214.443 1452.22,214.232 1450.15,214.06 C 1450.98,214.229 1451.47,213.153 1452.067,212.796 C 1452.971,212.254 1453.995,212.51 1454.98,212.476 C 1453.517,211.255 1456.208,211.405 1456.781,211.037 C 1456.063,210.669 1455.217,210.74 1454.551,210.245 C 1455.354,209.582 1456.181,210.655 1456.921,209.812 C 1454.836,209.397 1458.042,209.03 1458.798,209.191 C 1458.849,209.202 1461.742,211.154 1460.311,209.308 C 1461.342,209.21 1462.313,210.208 1463.332,209.668 C 1462.714,211.238 1460.402,211.342 1459.372,212.548 C 1459.948,212.405 1460.288,212.683 1460.311,213.268 C 1459.952,213.304 1458.793,214.38 1458.872,215.14 C 1459.374,214.857 1460.337,215.409 1460.535,215.078 C 1460.747,214.72 1461.04,214.449 1461.415,214.263 C 1461.865,213.948 1461.2,213.736 1461.462,213.412 C 1462.665,211.926 1465.597,209.663 1467.432,209.164 C 1467.751,210.365 1467.822,211.079 1466.352,211.18 C 1467.739,210.937 1467.651,212.587 1467.222,213.412 C 1467.826,213.475 1467.904,213.157 1468.233,212.783 C 1468.712,212.24 1469.574,212.641 1470.172,212.62 C 1469.98,212.358 1469.789,212.094 1469.602,211.828 C 1470.112,211.731 1470.615,211.755 1471.113,211.899 C 1470.546,211.777 1470.182,211.326 1470.173,210.748 C 1471.034,210.805 1471.676,209.943 1472.553,210.315 C 1471.969,209.601 1471.051,209.7 1470.243,209.524 C 1470.791,209.434 1475.299,206.981 1475.647,208.659 C 1475.709,208.953 1477.096,209.011 1477.361,209.265 C 1478.097,209.972 1474.396,210.411 1474.203,210.532 C 1474.753,210.469 1475.259,210.59 1475.723,210.891 C 1474.942,211.098 1474.209,211.456 1473.413,211.612 C 1474.41,211.578 1475.808,210.738 1476.723,211.467 C 1475.99,211.962 1475.148,212.245 1474.353,212.619 C 1475.306,212.684 1476.291,212.305 1477.233,212.547 C 1476.715,212.847 1476.383,213.379 1476.584,213.986 C 1476.506,212.974 1477.476,212.387 1478.384,212.474 C 1476.519,212.491 1478.668,210.288 1479.278,209.922 C 1480.09,209.434 1483.118,209.894 1482.274,211.321 C 1482.994,211.106 1484.616,210.282 1484.865,211.538 C 1485.893,210.502 1488.432,211.966 1486.734,212.33 C 1488.29,212.212 1490.609,211.995 1491.875,213.269 C 1492.694,214.095 1490.042,214.375 1489.671,214.45 C 1488.004,214.785 1487.055,215.783 1485.192,215.519 C 1483.69,215.306 1480.776,214.213 1479.464,215.354 C 1480.387,215.412 1481.302,215.546 1482.211,215.708 C 1482.851,215.822 1486.134,215.916 1484.144,216.649 C 1484.985,216.76 1486.922,217.234 1484.934,218.089 C 1485.61,218.006 1486.283,217.909 1486.955,217.801 C 1487.037,218.383 1487.379,218.404 1487.955,218.377 C 1487.849,217.976 1487.802,217.567 1487.814,217.152 C 1488.586,217.192 1489.489,217.292 1489.764,218.161 C 1490.144,216.851 1491.9666,217.32406 1492.3095,218.34434 C 1493.0105,220.43071 1488.7267,219.08388 1488.313,218.593 C 1489.0822,220.05896 1487.3889,220.52447 1486.3289,220.70353 C 1485.7811,220.79608 1484.1912,220.8516 1484.112,221.48066 C 1484.0571,221.91681 1484.3556,222.41662 1483.193,223.054 C 1482.6418,223.35618 1482.126,223.069 1481.647,222.775 C 1480.668,222.175 1481.951,221.566 1482.343,221.185 C 1483.378,220.183 1483.847,218.769 1481.918,218.265 C 1480.439,217.878 1478.933,217.661 1477.499,217.099 C 1475.864,216.458 1474.642,214.85932 1472.9039,215.97559 C 1470.0644,217.79923 1465.8074,215.80243 1464.784,219.351 C 1464.548,220.16929 1464.3676,220.97047 1464.2806,221.82147 C 1464.2266,222.35647 1464.737,223.269 1464.227,223.729 C 1463.664,224.235 1463.0526,223.97772 1462.427,224.284 C 1461.8,224.59098 1461.4743,225.26132 1461.067,225.788 C 1460.1104,227.0249 1458.354,225.59 1457.206,225.288 C 1456.433,225.085 1455.646,224.927 1454.88,224.696 C 1453.935,224.412 1453.8879,225.18658 1453.184,225.504 C 1451.0022,226.48787 1448.6896,226.29309 1446.386,225.34 C 1445.4591,224.95649 1443.7874,223.19748 1442.917,222.528 C 1441.3048,221.28795 1439.9259,221.04525 1438.134,221.975 C 1438.369,222.197 1438.609,222.413 1438.854,222.623 C 1437.423,223.421 1435.028,222.637 1433.454,223.343 C 1435.6,224.216 1433.896,225.899 1432.664,226.656 C 1433.184,226.773 1433.687,226.941 1434.174,227.16 C 1431.7337,229.02939 1428.7811,226.81539 1426.256,227.003 C 1425.0047,227.09597 1424.1182,226.25334 1422.836,226.743 C 1421.9217,227.09219 1423.029,228.521 1422.875,229.248 C 1422.334,231.776 1419.129,229.798 1417.559,230.321 C 1414.966,231.184 1414.011,233.816 1411.565,234.937 C 1412.153,235.447 1413.691,236.329 1413.504,237.288 C 1413.347,238.096 1410.3985,239.87359 1409.7105,240.63859 C 1409.2315,241.17159 1408.878,241.351 1408.272,241.685 C 1407.554,242.081 1408.6621,242.905 1408.2481,243.44 C 1407.3411,244.613 1404.295,244.634 1402.995,244.585 C 1403.212,245.366 1403.892,250.407 1402.868,250.961 C 1402.064,251.396 1401.718,252.766 1400.967,253.43 C 1399.97,254.311 1399.016,255.289 1398.175,256.321 C 1399.576,256.789 1402.157,257.675 1401.026,259.718 C 1400.24,261.138 1396.324,260.086 1394.925,260.311 C 1393.632,260.519 1389.887,262.559 1389.818,264.104 C 1389.782,264.913 1389.038,265.545 1389.096,266.272 C 1389.141,266.844 1390.389,268.402 1389.92,268.726 C 1388.912,269.419 1389.5,271.39 1390.017,272.442 C 1391.044,274.535 1389.874,275.902 1390.089,277.971 C 1390.226,279.285 1391.843,279.72 1392.845,280.107 C 1393.336,280.297 1394.116,280.576 1394.295,281.146 C 1394.41,281.51 1393.564,283.655 1393.132,283.653 C 1391.806,283.646 1390.494,284.01 1391.045,285.554 C 1391.374,286.476 1392.263,287.029 1392.628,287.929 C 1393.056,288.985 1392.123,289.511 1392.235,290.523 C 1392.331,291.383 1391.348,292.145 1390.653,292.412 C 1389.5,292.856 1388.405,292.295 1388.507,293.653 C 1388.562,294.384 1388.1095,294.86506 1387.7775,295.42106 C 1387.3725,296.09806 1388.077,297.073 1388.014,297.83 C 1387.954,298.554 1387.599,301.101 1386.435,300.891 C 1385.901,300.794 1385.5217,299.88906 1385.2337,299.53006 C 1384.8897,299.10006 1384.322,299.178 1383.826,298.925 C 1382.535,298.266 1381.594,298.331 1381.126,296.797 C 1380.918,296.115 1380.807,295.388 1380.818,294.675 C 1380.825,294.233 1381.3,292.342 1381.474,294.051 C 1382.213,292.672 1380.33,292.198 1380.192,293.634 C 1380.113,294.455 1381.11,295.195 1380.174,295.851 C 1379.98,295.615 1379.79,295.374 1379.604,295.131 C 1379.485,295.744 1379.064,295.893 1378.524,295.635 C 1379.57,296.598 1379.766,297.222 1379.384,298.587 C 1379.384,297.137 1379.33,298.364 1378.824,298.774 C 1378.393,299.123 1377.866,299.309 1377.409,299.615 C 1376.668,300.111 1377.262,300.555 1376.156,300.023 C 1375.493,299.704 1374.878,299.292 1374.194,299.019 C 1376.091,299.84 1373.776,301.185 1372.684,301.108 C 1372.855,301.347 1373.025,301.587 1373.194,301.828 C 1372.584,302.03 1371.957,302.127 1371.314,302.116 C 1371.44,302.379 1371.563,302.642 1371.684,302.907 C 1370.241,303.123 1369.727,304.609 1368.574,305.302 C 1367.16,306.151 1365.635,306.543 1364.098,307.089 C 1363.454,307.318 1362.612,307.93 1361.912,307.925 C 1361.213,307.921 1360.568,307.567 1359.863,307.55 C 1358.731,307.523 1356.708,307.958 1355.914,306.868 C 1356.378,306.434 1356.905,306.098 1357.494,305.86 C 1354.958,307.418 1346.904,302.36 1350.364,300.46 C 1350.135,300.276 1349.895,300.108 1349.644,299.956 C 1351.145,299.856 1352.254,301.259 1353.754,301.18 C 1353.481,300.976 1353.217,300.76 1352.964,300.533 C 1353.904,299.987 1355.021,299.867 1356.054,299.596 C 1354.857,299.692 1353.655,299.938 1352.674,300.676 C 1352.807,300.045 1352.448,299.485 1351.874,299.236 C 1352.378,299.083 1352.885,298.939 1353.394,298.804 C 1351.538,298.434 1355.012,297.542 1355.624,297.436 C 1355.112,297.414 1354.613,297.487 1354.129,297.655 C 1353.242,297.916 1352.79,297.586 1354.044,297.436 C 1353.53,297.463 1353.023,297.415 1352.524,297.292 C 1353.584,296.61 1354.536,295.86 1355.764,295.492 C 1355.046,295.664 1354.396,294.979 1353.995,295.753 C 1353.687,296.347 1352.68,296.899 1352.094,297.149 C 1352.128,296.585 1352.469,296.243 1353.034,296.211 C 1352.24,296.184 1351.373,296.161 1350.724,296.715 C 1351.289,296.448 1351.635,296.674 1351.664,297.291 C 1351.117,297.228 1350.613,297.348 1350.154,297.652 C 1350.154,297.099 1350.154,296.548 1350.154,295.995 C 1349.811,296.108 1349.498,296.276 1349.214,296.499 C 1351.102,296.66 1348.545,298.896 1349.074,296.859 C 1348.95,298.425 1347.951,296.937 1347.98,296.32 C 1348.022,295.427 1348.822,294.596 1349.644,294.339 C 1349.55,295.034 1349.408,295.948 1348.494,295.923 C 1349.264,296.405 1349.548,295.862 1349.758,295.2 C 1350.04,294.31 1351.383,295.056 1352.094,294.699 C 1350.082,294.45 1353.051,294.043 1353.464,293.691 C 1352.616,294.185 1351.496,293.899 1350.724,293.402 C 1351.416,292.502 1352.816,291.155 1354.044,291.171 C 1352.118,290.599 1355.729,289.054 1356.344,288.652 C 1356.668,289.444 1356.087,290.152 1355.914,290.882 C 1357.13,289.525 1357.481,288.32 1359.514,288.148 C 1357.964,287.892 1356.225,288.198 1354.779,288.775 C 1354.347,288.947 1352.93,289.987 1352.671,290.433 C 1350.745,293.752 1351.75,290.228 1350.225,290.451 C 1350.376,289.978 1350.496,289.498 1350.585,289.011 C 1350.374,289.497 1349.631,291.042 1348.828,290.676 C 1348.179,290.38 1348.432,289.175 1347.635,289.011 C 1348.174,288.864 1348.601,288.456 1348.785,287.931 C 1349.503,290.036 1351.473,287.526 1351.015,286.131 C 1350.034,286.376 1349.531,287.57 1348.46,287.57 C 1347.414,287.57 1347.381,286.003 1346.485,285.699 C 1347.355,285.69 1348.377,286.08 1348.925,286.779 C 1348.826,286.13 1348.635,285.083 1349.645,285.123 C 1348.708,284.897 1347.061,286.303 1346.835,284.619 C 1347.49,285.105 1347.612,285.102 1347.915,284.331 C 1347.138,284.532 1346.538,283.359 1348.132,283.623 C 1349.819,283.902 1350.888,283.237 1352.525,283.179 C 1353.702,283.137 1355.241,283.926 1356.326,283.209 C 1357.484,282.444 1359.74,284.225 1358.145,284.691 C 1358.649,284.399 1359.176,284.351 1359.725,284.546 C 1358.076,283.355 1362.015,282.547 1362.685,282.53 C 1360.518,282.26 1361.328,281.398 1362.535,280.298 C 1361.55,280.7 1360.308,281.694 1361.245,282.818 C 1360.461,282.759 1359.714,283.167 1358.935,282.89 C 1359.183,282.655 1359.446,282.439 1359.725,282.243 C 1359.004,282.706 1355.455,282.878 1357.065,281.523 C 1356.185,281.655 1356.331,282.402 1355.825,282.91 C 1355.088,283.65 1354.035,282.884 1353.24,282.757 C 1352.331,282.613 1350.769,283.119 1349.896,283.379 C 1348.966,283.655 1348.254,282.802 1347.415,282.603 C 1348.771,282.593 1347.988,282.084 1347.415,281.739 C 1348.335,281.309 1349.428,281.167 1350.435,281.235 C 1349.449,280.925 1348.348,281.272 1347.415,281.595 C 1348.054,280.751 1347.887,280.535 1346.908,280.944" id="path6794"/>
<path d="M 1346.978,287.063 C 1346.738,286.919 1346.498,286.775 1346.258,286.631 C 1346.815,286.295 1347.378,286.552 1347.698,287.063 C 1347.458,287.063 1347.218,287.063 1346.978,287.063" id="path6796"/>
<path d="M 1347.768,277.2 C 1348.031,277.32 1348.295,277.439 1348.558,277.559 C 1347.765,277.688 1346.946,277.608 1346.188,277.343 C 1346.684,276.967 1347.211,276.919 1347.768,277.2" id="path6798"/>
<path d="M 1350.147,288.504 C 1349.614,288.337 1349.134,288.073 1348.707,287.712 C 1349.441,287.305 1350.288,287.119 1350.937,286.56 C 1351.067,287.327 1351.125,288.299 1350.147,288.504" id="path6800"/>
<path d="M 1353.678,296.353 C 1353.968,295.004 1354.804,295.717 1355.758,295.489 C 1355.036,295.704 1354.272,295.849 1353.678,296.353" id="path6802"/>
<path d="M 1363.897,268.344 C 1363.994,268.128 1364.09,267.912 1364.187,267.697 C 1364.435,268.267 1364.149,268.03 1363.897,268.344" id="path6806"/>
<path d="M 1486.798,216.792 C 1485.37,216.438 1486.1,218.533 1487.668,217.224 C 1486.987,217.62 1486.697,217.476 1486.798,216.792" id="path6812"/>
</g>
<path class="landxx md" d="M 1458.5563,343.29355 C 1459.2523,342.88955 1459.2113,343.18955 1459.4943,342.52855 C 1459.6843,342.08255 1460.4023,342.13455 1460.7673,342.15855 C 1461.8733,342.22855 1463.2073,342.32255 1464.1703,341.60055 C 1466.1743,340.10255 1467.691,344.92728 1469.739,343.96228 C 1469.982,345.20828 1470.7813,343.63425 1471.0063,344.92625 C 1471.2743,343.68925 1472.5325,344.18607 1473.1225,344.87207 C 1473.4145,345.21107 1474.1825,346.1551 1474.569,345.78235 C 1475.179,345.19404 1475.3126,345.99936 1475.7746,346.60525 C 1476.889,348.06675 1476.3716,348.45964 1477.4136,349.80464 C 1477.7276,350.16164 1477.6508,351.0484 1477.9898,351.3824 C 1478.3928,351.8294 1478.4951,350.83108 1478.8851,351.31208 C 1479.6421,352.24808 1477.9101,355.32828 1478.2952,354.07449 C 1478.9832,351.8346 1484.0293,356.93255 1481.8873,357.69155 C 1482.5503,357.96555 1482.6594,358.62855 1483.3614,358.84355 C 1481.7484,360.54755 1478.7833,356.84355 1477.7073,359.05955 C 1477.5283,358.63155 1477.3623,358.20055 1477.2073,357.76355 C 1474.6183,358.70455 1476.7163,360.60755 1475.2963,362.49055 C 1474.4743,363.57955 1473.9543,364.35155 1473.3873,365.54055 C 1473.2643,365.79855 1473.3163,366.36355 1472.9513,366.45655 C 1472.4303,366.58755 1471.4563,366.13555 1471.3663,367.05255 C 1470.4113,366.23255 1470.7486,365.83424 1470.3838,364.80982 C 1469.2733,361.69157 1470.8526,359.689 1470.4435,357.54418 C 1470.1909,356.22024 1468.5774,353.75988 1467.702,352.95565 C 1465.6783,351.09664 1464.6293,349.97155 1463.2253,347.57555 C 1462.1023,345.66255 1461.0893,343.42555 1458.5563,343.29355" id="md"/>
<g id="lb">
<path class="landxx lb" d="M 1529.1163,473.25355 C 1530.7063,471.39955 1530.6543,468.05455 1532.0043,465.97055 C 1532.6733,464.93855 1531.8893,463.54455 1532.6573,462.54955 C 1533.2563,461.77555 1534.8933,460.91955 1534.3663,459.71755 C 1534.9833,459.84755 1535.9173,460.11055 1536.5083,459.75855 C 1537.8673,458.94855 1536.9073,460.49055 1537.1073,460.95455 C 1537.0813,460.89255 1538.0023,461.23655 1538.0983,461.32955 C 1538.7833,461.98855 1538.3973,461.84255 1538.9153,462.79255 C 1540.0193,464.81355 1536.4923,465.13755 1537.8963,466.84455 C 1536.4673,466.41755 1534.0353,467.41655 1535.7373,469.00455 C 1535.1033,469.15055 1532.9513,471.23855 1532.8563,471.88455 C 1532.7003,471.80155 1532.5803,471.68155 1532.4973,471.52455 C 1532.2603,471.98955 1532.2462,472.54105 1531.9923,473.01555 C 1531.4541,474.02142 1529.8989,472.62259 1529.1163,473.25355" id="lb-"/>
<circle class="circlexx lb" cx="1533.8287" cy="465.99617" id="lb." r="6.01303"/>
</g>
<path class="landxx np" d="M 1862.9073,508.89355 C 1863.2963,507.71455 1864.2043,507.11755 1863.6083,505.86755 C 1863.2333,505.07855 1863.3154,504.96512 1863.632,504.1508 C 1864.2514,502.55768 1864.2658,502.98988 1864.92,501.94424 C 1865.9123,500.35812 1866.5203,497.22048 1868.2823,498.55298 C 1868.5949,498.78935 1869.0674,499.56374 1869.5804,499.16974 C 1870.3844,498.55074 1870.4673,497.93655 1870.3273,497.01455 C 1871.2383,497.36355 1871.3923,496.07724 1872.0023,496.27324 C 1873.0713,496.61824 1874.0403,496.54234 1875.0821,497.38336 C 1877.3329,499.20027 1879.6116,501.06593 1881.6841,502.15736 C 1883.3978,503.05982 1884.7644,503.13946 1885.9874,504.55336 C 1887.2378,505.99901 1888.0165,507.88032 1889.6403,506.52355 C 1890.4378,505.85724 1891.5016,506.41453 1892.2753,507.01255 C 1893.2172,507.74055 1893.348,509.29435 1893.8093,509.66455 C 1895.1271,510.72209 1897.6794,512.21579 1898.9213,512.21055 C 1899.7695,512.20697 1900.3934,511.27037 1900.9184,512.48655 C 1901.2037,513.14741 1900.0989,513.5323 1900.9913,514.24655 C 1901.6725,514.79178 1904.3043,515.35758 1905.0963,514.36655 C 1905.5603,515.77255 1907.1583,516.2193 1907.8113,517.4743 C 1908.6523,519.0873 1908.5913,516.14355 1908.9163,515.87855 C 1908.9573,516.76155 1911.2334,518.61536 1911.8874,517.36836 C 1912.1304,516.90436 1912.2899,516.20061 1913.1009,516.60361 C 1913.8159,516.95861 1914.0644,516.80952 1914.7194,517.23036 C 1916.7035,518.5051 1917.0997,518.36292 1918.562,518.44911 C 1919.8593,518.52557 1922.2084,517.89215 1923.6896,518.38149 C 1924.737,518.72753 1923.7004,522.87059 1923.8583,524.05155 C 1924.1596,526.30443 1926.2243,527.24055 1925.6953,529.77355 C 1925.2653,531.82455 1923.6213,530.84055 1921.7363,531.07055 C 1920.2593,531.25055 1918.1853,531.68755 1917.9163,529.63055 C 1916.5713,530.08155 1916.1233,531.27855 1914.6033,530.36655 C 1913.8763,529.93055 1910.5823,528.77255 1909.8093,529.07655 C 1908.2523,529.68855 1908.5273,528.91455 1907.6963,528.04655 C 1906.4283,526.72155 1905.4867,528.69951 1904.1673,528.04655 C 1903.5048,527.71866 1902.48,526.36842 1901.2123,526.13855 C 1899.6812,525.86091 1899.8593,525.20055 1899.2433,523.97155 C 1898.6273,522.73955 1892.2653,520.89655 1893.0073,522.86355 C 1892.1773,522.49755 1891.0063,521.53055 1890.0403,522.00955 C 1888.7023,522.67555 1888.3853,522.82555 1886.8273,522.13455 C 1885.9743,521.75655 1884.7833,521.70255 1884.3893,520.72855 C 1883.8203,519.32355 1882.7295,520.3568 1881.5893,519.66755 C 1880.5259,519.02475 1879.4776,517.85724 1878.4754,518.1113 C 1876.9803,518.49027 1875.5743,517.10865 1874.0403,516.40255 C 1872.7043,515.7876 1871.9283,514.41455 1870.6513,513.63755 C 1869.3103,512.82055 1867.8383,512.24455 1866.5053,511.41455 C 1866.5053,512.73955 1865.0473,511.51255 1864.2523,511.00655 C 1863.6973,510.65055 1862.2833,509.73155 1862.9073,508.89355" id="np"/>
<g class="landxx coastxx er" id="er" transform="translate(-29.9017, -45.0745)">
<path d="M 1603.518,667.368 C 1603.573,667.933 1604.155,669.632 1603.149,668.807 C 1603.584,670.081 1605.791,669.964 1606.829,669.887 C 1606.316,668.786 1604.875,669.852 1604.501,668.718 C 1604.354,668.278 1604.34,666.869 1603.518,667.368" id="path6816"/>
<path class="landxx er" d="M 1576.878,673.56 C 1578.084,672.479 1578.015,670.783 1578.449,669.349 C 1578.92,667.793 1579.573,666.28 1580.131,664.752 C 1580.643,663.347 1579.193,657.516 1581.439,657.203 C 1581.887,657.14 1583.561,657.479 1583.83,657.03 C 1584.558,655.815 1584.001,654.882 1585.44,654.426 C 1586.6,654.059 1587.939,653.148 1589.15,652.67 C 1590.936,651.964 1590.998,650.128 1592.279,648.938 C 1594.518,653.405 1596.162,657.703 1597.256,662.58 C 1597.517,663.743 1597.5,664.893 1598.03,665.99 C 1598.604,667.176 1599.149,668.117 1599.384,669.42 C 1599.544,670.308 1600.662,670.383 1600.905,671.326 C 1601.13,672.196 1601.311,673.687 1602.079,674.282 C 1603.038,673.601 1601.467,671.016 1602.469,670.851 C 1603.45,670.689 1604.033,671.921 1604.099,672.651 C 1604.175,673.506 1604.786,674.964 1605.606,675.343 C 1606.765,675.879 1607.496,674.306 1608.68,675.626 C 1609.661,676.717 1609.775,677.525 1611.356,677.742 C 1613.18,677.993 1613.873,679.392 1614.844,680.84 C 1615.782,682.236 1616.598,683.656 1618.06,684.577 C 1618.75,685.012 1619.36,685.546 1619.94,686.116 C 1620.231,686.402 1621.643,688.339 1620.94,686.593 C 1621.905,687.21 1621.901,688.575 1622.205,689.541 C 1622.471,690.383 1623.406,690.153 1623.95,690.723 C 1624.476,691.274 1626.563,695.169 1627.349,693.217 C 1628.1355,693.955 1628.5194,694.29543 1628.0732,694.83733 C 1626.9229,695.37923 1625.9996,696.12259 1625.9801,696.76519 C 1625.9126,698.98857 1624.162,695.80625 1622.1846,697.37131 C 1622.4259,696.80144 1621.8501,695.0339 1619.6951,693.55835 C 1617.7998,690.70126 1616.5772,688.71946 1615.4194,688.40969 C 1613.3571,687.8579 1612.696,685.31735 1611.4613,683.61512 C 1610.1241,681.77155 1608.1267,681.68211 1606.4275,680.37275 C 1604.8369,679.14707 1603.8919,680.16562 1602.4187,679.7255 C 1601.2647,679.38074 1599.2625,678.29864 1598.119,679.753 C 1598.0933,678.85733 1596.294,677.07577 1596.6857,677.69687 C 1596.8717,677.9917 1595.4017,679.6014 1594.3241,679.66413 C 1593.6205,679.70508 1592.1145,679.91467 1591.38,678.81 C 1590.0367,676.78979 1589.5982,678.4423 1588.028,675.865 C 1587.431,678.182 1586.549,680.417 1585.658,682.633 C 1585.177,681.947 1583.9211,679.3855 1582.7451,680.0185 C 1582.0091,680.4155 1582.0984,681.1534 1581.0621,681.07425 C 1578.2076,680.85623 1578.2636,680.73599 1577.5164,682.52675 C 1576.984,679.97949 1576.836,676.09994 1576.8329,673.74025" id="path6830"/>
</g>
<g class="landxx coastxx us" id="us" transform="translate(-29.9017, -45.0745)">
<path d="M 483.409,395.64 C 483.372,395.259 483.444,394.899 483.625,394.56 C 483.127,394.851 482.76,395.348 482.689,395.928 C 482.929,395.832 483.169,395.735 483.409,395.64" id="path3780"/>
<path d="M 484.345,392.976 C 484.033,393.101 483.889,393.341 483.913,393.697 C 484.057,393.456 484.201,393.216 484.345,392.976" id="path3782"/>
<path d="M 488.088,388.584 C 487.201,388.036 486.804,389.177 487.441,389.736 C 487.138,389.131 487.498,388.72 488.088,388.584" id="path3784"/>
<path d="M 487.584,387.216 C 488.212,387.955 487.32,387.769 486.894,388.068 C 486.188,388.562 486.713,389.324 486.216,389.953 C 487.284,389.897 487.1,391.037 486.216,391.177 C 485.14,389.598 486.111,388.042 487.584,387.216" id="path3818"/>
<path d="M 436.177,510.912 C 436.201,510.624 436.225,510.336 436.249,510.048 C 435.76,510.131 435.28,510.251 434.809,510.408 C 435.054,511.018 435.581,511.354 436.177,510.912" id="path3764"/>
<path d="M 437.617,509.76 C 436.719,511.151 439.368,510.429 439.849,509.905 C 439.112,510.416 438.359,509.867 437.617,509.76" id="path3766"/>
<path d="M 443.449,519.192 C 443.329,519.192 443.209,519.192 443.089,519.192 C 443.135,519.769 443.375,520.249 443.809,520.631 C 443.875,520.105 443.755,519.625 443.449,519.192" id="path3768"/>
<path d="M 444.745,514.8 C 445.298,515.268 445.41,516.589 446.401,516.096 C 446.297,515.185 445.439,515.078 444.745,514.8" id="path3770"/>
<path d="M 584.281,566.28 C 584.9,565.633 585.429,564.902 585.865,564.12 C 584.812,565.294 582.894,566.746 582.985,568.512 C 583.347,567.729 583.812,567.001 584.281,566.28" id="path3820"/>
<path d="M 589.177,560.736 C 589.177,560.904 589.177,561.072 589.177,561.24 C 590.146,560.522 591.294,560.046 592.129,559.152 C 591.122,559.638 590.191,560.266 589.177,560.736" id="path3822"/>
<path d="M 485.569,385.416 C 484.812,385.537 484.581,386.145 485.137,386.712 C 485.733,386.476 485.989,385.968 485.569,385.416" id="path4840"/>
<path d="M 487.584,384.552 C 487.045,384.743 486.589,385.055 486.216,385.489 C 486.834,385.647 488.08,385.528 487.584,384.552" id="path4844"/>
<path d="M 486.865,385.848 C 486.592,386.041 486.424,386.305 486.361,386.64 C 486.529,386.376 486.697,386.111 486.865,385.848" id="path4846"/>
<path d="M 489.025,384.336 C 488.976,384.58 489,384.82 489.097,385.056 C 489.073,384.815 489.049,384.576 489.025,384.336" id="path4852"/>
<path d="M 676.657,547.776 C 676.064,547.472 676.334,546.672 676.585,546.263 C 676.413,546.777 676.437,547.281 676.657,547.776" id="path3836"/>
<path d="M 708.121,536.904 C 707.911,537.436 707.646,537.94 707.329,538.416 C 707.385,537.804 707.649,537.3 708.121,536.904" id="path3860"/>
<path d="M 605.665,551.16 C 605.038,551.748 604.251,552.125 603.649,552.744 C 604.64,552.149 605.703,551.628 606.529,550.8 C 606.241,550.92 605.953,551.04 605.665,551.16" id="path3824"/>
<path d="M 629.424,548.856 C 628.972,547.965 627.804,548.33 627.193,548.784 C 627.879,549.268 628.834,549.822 629.424,548.856" id="path3826"/>
<path d="M 632.88,551.664 C 633.822,549.632 630.648,551.904 632.88,551.664" id="path3828"/>
<path d="M 648.937,544.032 C 648.697,544.176 648.457,544.32 648.217,544.464 C 648.919,545.004 649.159,544.859 648.937,544.032" id="path3830"/>
<path d="M 678.313,548.28 C 679.24,548.695 680.505,547.766 681.265,547.343 C 680.649,547.875 679.151,548.865 678.313,548.28" id="path3838"/>
<path d="M 708.265,559.584 C 708.241,559.824 708.217,560.063 708.193,560.304 C 707.968,559.346 707.799,558.254 708.481,557.424 C 708.994,558.142 708.453,558.886 708.265,559.584" id="path3862"/>
<path d="M 709.057,563.76 C 709.49,565.427 709.796,567.217 709.705,568.945 C 709.399,567.236 708.948,565.509 709.057,563.76" id="path3864"/>
<path d="M 706.033,585.504 C 705.234,586.568 704.336,587.543 703.369,588.456 C 704.253,587.667 704.71,585.703 706.033,585.504" id="path3856"/>
<path d="M 693.649,572.76 C 693.601,573 693.553,573.239 693.504,573.48 C 693.532,573.235 693.58,572.995 693.649,572.76" id="path3840"/>
<path d="M 693.792,575.208 C 694.032,575.4 694.272,575.592 694.512,575.784 C 694.205,575.829 693.408,575.219 693.792,575.208" id="path3842"/>
<path d="M 694.369,575.353 C 694.341,574.842 694.269,574.338 694.153,573.84 C 694.506,574.312 694.578,574.815 694.369,575.353" id="path3844"/>
<path d="M 695.592,574.92 C 695.856,574.256 696.425,573.758 697.105,573.552 C 696.532,573.935 696.158,574.53 695.592,574.92" id="path3848"/>
<path d="M 761.188,499.752 C 760.806,499.823 760.421,499.848 760.033,499.824 C 761.959,499.242 762.48,497.024 762.768,495.288 C 762.612,496.849 762.219,498.521 761.188,499.752" id="path3872"/>
<path d="M 786.598,453.168 C 786.319,453.697 785.829,454.115 785.238,454.248 C 785.453,453.681 785.945,453.16 786.598,453.168" id="path3874"/>
<path d="M 791.278,452.952 C 791.033,453.001 787.768,453.245 789.838,453.456 C 789.079,453.644 788.28,453.537 787.538,453.815 C 789.196,453.297 787.355,453.531 786.818,453.311 C 787.683,452.11 788.117,451.978 789.485,451.611 C 790.247,451.406 790.536,450.702 791.398,450.681 C 792.063,450.664 792.703,450.898 793.368,450.864 C 794.389,450.81 795.461,450.41 796.549,450.342 C 798.207,450.238 799.308,449.086 800.858,448.704 C 799.799,449.266 798.817,449.962 797.837,450.649 C 798.74,451.168 799.124,450.242 799.819,449.894 C 800.709,449.449 802.085,449.775 803.087,449.423 C 799.928,452.153 795.146,452.083 791.278,452.952" id="path3876"/>
<path d="M 809.568,444.672 C 809.443,445.304 809.03,445.848 808.488,446.184 C 808.565,445.59 808.877,444.786 809.568,444.672" id="path4104"/>
<path d="M 813.667,446.112 C 814.095,447.328 812.166,447.14 811.517,447.12 C 812.25,446.822 812.803,446.047 813.667,446.112" id="path4106"/>
<path d="M 816.908,447.983 C 816.377,448.033 815.874,447.937 815.398,447.696 C 816.052,447.58 817.095,447.652 817.058,446.688 C 817.239,447.149 817.189,447.581 816.908,447.983" id="path4108"/>
<path d="M 834.558,421.272 C 834.388,421.512 834.218,421.751 834.048,421.992 C 834.062,421.629 834.231,421.39 834.558,421.272" id="path4110"/>
<path d="M 835.848,422.063 C 835.878,422.636 835.562,422.954 834.988,422.927 C 835.096,422.457 835.383,422.169 835.848,422.063" id="path4112"/>
<path d="M 837.217,422.784 C 836.954,422.88 836.691,422.976 836.427,423.072 C 836.675,422.931 836.938,422.834 837.217,422.784" id="path4114"/>
<path d="M 839.087,420.696 C 839.675,421.624 838.286,421.974 837.787,422.424 C 837.128,421.629 838.195,420.412 839.087,420.696" id="path4116"/>
<path d="M 715.321,396.145 C 715.297,395.977 715.273,395.808 715.249,395.64 C 715.915,395.535 716.951,395.941 717.049,394.92 C 715.561,394.726 713.473,395.15 712.2,395.968 C 711.77,396.244 710.78,396.816 710.628,397.36 C 710.429,398.074 711.334,397.971 711.65,397.728 C 711.088,397.938 710.71,398.405 710.93,399.025 C 712.18,397.803 713.643,396.698 715.321,396.145" id="path4190"/>
<path d="M 715.537,389.16 C 714.756,388.69 709.269,390.811 709.633,391.968 C 711.712,391.332 713.491,389.827 715.537,389.16" id="path4192"/>
<path d="M 739.8,406.512 C 739.235,406.872 738.731,407.304 738.288,407.808 C 739.252,407.734 740.771,407.966 739.8,406.512" id="path4194"/>
<path d="M 725.544,409.68 C 725.472,409.584 725.4,409.488 725.328,409.392 C 724.857,409.788 724.593,410.292 724.536,410.905 C 725.084,410.721 725.496,410.269 725.544,409.68" id="path4196"/>
<path d="M 709.92,415.944 C 709.071,416.412 709.307,417.858 710.534,416.706 C 711.604,415.702 712.508,414.545 713.448,413.424 C 711.911,413.64 711.196,415.262 709.92,415.944" id="path4198"/>
<path d="M 103.177,616.176 C 103.512,615.4 104.641,615.113 104.617,614.16 C 104.024,614.626 102.842,615.209 103.177,616.176" id="path3630"/>
<path d="M 109.008,615.384 C 109.816,614.901 111.739,612.152 109.612,612.252 C 107.112,612.37 105.84,614.937 109.008,615.384" id="path3632"/>
<path d="M 119.88,620.712 C 121.876,621.051 119.784,617.114 119.419,617.131 C 118.923,617.153 117.162,617.955 117.166,618.545 C 117.176,619.949 119.182,619.903 119.88,620.712" id="path3634"/>
<path d="M 126.433,622.512 C 127.083,622.533 127.579,622.113 127.513,621.432 C 126.356,621.709 123.869,620.307 123.481,622.153 C 124.508,622.062 125.447,622.247 126.433,622.512" id="path3636"/>
<path d="M 125.497,625.176 C 126.93,624.759 125.839,623.244 124.705,623.737 C 124.936,624.234 125.2,624.714 125.497,625.176" id="path3638"/>
<path d="M 129.097,626.544 C 129.888,626.232 132.596,626.262 132.103,624.731 C 131.661,623.358 130.509,623.814 129.529,623.631 C 128.977,623.527 128.196,622.236 127.738,623.091 C 127.345,623.825 127.507,624.229 128.178,624.676 C 129.096,625.288 128.498,625.771 129.097,626.544" id="path3642"/>
<path d="M 131.041,640.44 C 131.91,640.737 133.147,639.313 133.694,638.827 C 135.016,637.653 136.727,637.66 138.126,636.682 C 139.671,635.602 137.989,634.837 137.592,633.671 C 137.37,633.02 137.883,632.55 137.262,631.991 C 136.559,631.358 135.803,631.032 135.01,630.552 C 134.355,630.155 132.867,628.813 132.336,630.072 C 132.107,630.616 132.529,630.961 132.451,631.477 C 132.35,632.139 131.145,632.663 130.712,633.069 C 129.56,634.149 130.79,635.895 130.609,637.2 C 130.404,638.679 129.455,639.402 131.041,640.44" id="path3644"/>
<path d="M 2435.838,350.856 C 2436.1,349.548 2437.586,350.409 2438.428,350.208 C 2436.571,349.972 2433.282,347.183 2431.729,349.416 C 2432.378,349.332 2433.284,349.453 2433.888,349.704 C 2434.105,349.863 2434.231,350.074 2434.268,350.337 C 2434.462,350.636 2435.506,350.645 2435.838,350.856" id="path3920"/>
<path d="M 2443.828,354.168 C 2443.415,352.854 2442.499,352.804 2441.598,353.736 C 2442.352,353.834 2443.166,353.683 2443.828,354.168" id="path3922"/>
<path d="M 2458.438,289.656 C 2457.658,288.8 2456.236,289.108 2455.231,288.808 C 2454.138,288.482 2452.779,287.6 2451.597,287.927 C 2453.675,289.172 2456.451,288.56 2458.438,289.656" id="path3924"/>
<path d="M 2472.048,358.56 C 2471.986,357.928 2472.325,357.496 2472.988,357.552 C 2471.789,357.106 2472.914,356.199 2471.548,356.472 C 2471.672,356.71 2471.792,356.951 2471.908,357.193 C 2470.762,357.24 2471.348,358.337 2472.048,358.56" id="path3926"/>
<path d="M 2479.538,358.992 C 2479.101,358.702 2478.621,358.558 2478.098,358.559 C 2478.578,358.704 2479.058,358.848 2479.538,358.992" id="path3928"/>
<path d="M 2479.388,357.912 C 2479.549,357.28 2479.312,357.183 2478.678,357.624 C 2478.914,357.72 2479.151,357.816 2479.388,357.912" id="path3930"/>
<path d="M 2483.998,360.216 C 2483.545,360.216 2483.091,360.216 2482.638,360.216 C 2483.744,360.792 2485.011,360.942 2486.173,361.366 C 2487.305,361.779 2488.482,362.72 2489.758,362.304 C 2487.908,361.437 2485.93,360.864 2483.998,360.216" id="path3932"/>
<path d="M 2486.958,358.128 C 2487.406,357.205 2486.066,357.06 2485.519,356.904 C 2485.02,357.871 2486.314,358.072 2486.958,358.128" id="path3934"/>
<path d="M 2505.238,360.432 C 2505.028,359.567 2503.81,358.703 2505.097,358.416 C 2504.068,358.449 2502.091,357.128 2501.347,358.344 C 2502.087,358.507 2502.943,358.636 2503.587,359.064 C 2503.704,359.255 2503.74,359.461 2503.694,359.683 C 2503.756,360.004 2504.972,360.218 2505.238,360.432" id="path3936"/>
<path d="M 2503.298,315.216 C 2503.594,314.246 2502.347,314.293 2501.859,314.712 C 2502.351,314.844 2502.83,315.012 2503.298,315.216" id="path3938"/>
<path d="M 2506.538,359.928 C 2507.234,358.826 2508.334,360.038 2509.128,359.208 C 2508.559,358.77 2508.261,357.521 2507.328,357.84 C 2507.553,358.098 2507.769,358.361 2507.978,358.632 C 2507.248,358.971 2506.591,359.528 2505.748,359.568 C 2506.012,359.688 2506.274,359.808 2506.538,359.928" id="path3940"/>
<path d="M 2515.318,358.92 C 2515.089,358.362 2515.305,358.266 2515.967,358.632 C 2515.488,358.23 2515.007,358.23 2514.528,358.632 C 2514.792,358.728 2515.055,358.824 2515.318,358.92" id="path3944"/>
<path d="M 2522.598,355.968 C 2522.482,356.659 2519.494,356.646 2518.918,356.976 C 2521.252,356.976 2523.443,356.04 2525.689,356.04 C 2525.139,355.802 2524.636,355.489 2524.178,355.103 C 2526.154,354.911 2521.997,352.563 2522.088,354.671 C 2523.129,354.423 2523.812,355.519 2522.598,355.968" id="path3946"/>
<path d="M 2530.519,356.904 C 2531.408,356.528 2532.46,356.573 2533.388,356.328 C 2530.928,356.077 2528.451,355.909 2525.979,356.04 C 2526.647,356.18 2527.231,356.583 2527.918,356.652 C 2528.785,356.739 2529.703,356.464 2530.519,356.904" id="path3948"/>
<path d="M 2534.838,355.032 C 2535.076,354.765 2535.192,354.453 2535.189,354.095 C 2534.662,353.897 2534.159,353.945 2533.678,354.24 C 2533.84,354.776 2534.258,355.123 2534.838,355.032" id="path3950"/>
<path d="M 2543.548,352.656 C 2543.616,352.293 2543.783,351.981 2544.048,351.719 C 2543.583,351.377 2543.08,351.305 2542.538,351.503 C 2542.58,352.088 2542.992,352.517 2543.548,352.656" id="path3952"/>
<path d="M 2433.818,265.319 C 2432.315,264.961 2431.408,266.196 2429.741,265.696 C 2427.816,265.119 2427.181,263.746 2425.608,262.8 C 2427.18,263.235 2428.677,263.783 2430.318,263.91 C 2431.873,264.03 2432.832,263.252 2434.297,263.231 C 2437.37,263.187 2439.971,265.83 2442.309,267.48 C 2440.317,266.43 2435.138,264.38 2432.878,265.176 C 2433.191,265.224 2433.505,265.271 2433.818,265.319" id="path4038"/>
<path d="M 2511.648,360.504 C 2510.747,360.166 2510.935,358.995 2509.988,358.704 C 2510.487,358.833 2510.994,358.881 2511.508,358.848 C 2510.599,358.658 2509.454,356.912 2510.796,357.33 C 2511.442,357.531 2513.322,358.559 2513.668,359.136 C 2512.914,359.423 2512.601,360.727 2511.718,359.857 C 2511.694,360.072 2511.672,360.288 2511.648,360.504" id="path4040"/>
<path d="M 2512.948,358.416 C 2513.661,358 2514.508,358.534 2514.458,359.353 C 2513.887,359.149 2513.384,358.838 2512.948,358.416" id="path4042"/>
<path d="M 482.401,332.208 C 481.319,332.49 480.046,333.081 479.449,334.08 C 480.535,333.719 481.675,333.118 482.401,332.208" id="path3778"/>
<path d="M 478.945,333.937 C 478.554,334.059 478.314,334.323 478.225,334.728 C 478.473,334.472 478.713,334.208 478.945,333.937" id="path4136"/>
<path d="M 479.233,317.808 C 478.369,317.272 476.442,319.347 476.857,320.184 C 477.346,319.785 477.951,320.077 478.441,319.752 C 479.285,319.194 479.086,318.696 479.233,317.808" id="path4134"/>
<path d="M 464.401,329.04 C 463.407,328.771 462.549,329.577 462.169,330.408 C 462.844,329.842 463.666,329.512 464.401,329.04" id="path4142"/>
<path d="M 465.048,328.104 C 464.72,328.254 464.481,328.494 464.328,328.824 C 464.568,328.584 464.809,328.345 465.048,328.104" id="path4152"/>
<path d="M 469.153,324.432 C 468.898,324.445 468.657,324.517 468.433,324.65 C 468.673,324.577 468.913,324.504 469.153,324.432" id="path4166"/>
<path d="M 473.833,311.976 C 474.338,311.888 474.842,311.792 475.345,311.689 C 474.767,311.867 472.4,312.794 474.337,312.984 C 472.554,313.463 471.35,314.503 470.017,315.72 C 471.174,315.999 472.69,315.127 473.689,314.64 C 474.283,314.35 474.575,313.653 475.201,313.416 C 475.982,313.121 476.677,313.479 477.361,312.84 C 477.128,312.662 476.888,312.494 476.641,312.336 C 477.731,312.43 478.218,311.727 478.459,310.773 C 478.622,310.132 478.607,309.314 478.945,308.735 C 479.243,308.223 479.869,308.179 480.097,307.584 C 480.515,308.929 478.905,309.926 479.161,311.256 C 479.805,310.034 480.623,307.701 481.609,306.792 C 480.622,306.819 479.643,306.562 478.657,306.72 C 478.753,306.241 478.849,305.76 478.945,305.281 C 478.128,305.184 476.554,307.487 478.225,306.577 C 476.587,308.23 474.876,309.858 473.833,311.976" id="path3772"/>
<path d="M 475.489,329.688 C 476.522,329.76 477.09,328.807 477.721,328.175 C 477.386,328.717 476.978,329.197 476.497,329.615 C 477.577,329.055 478.585,328.512 479.161,327.383 C 478.93,328.801 477.385,329.625 476.137,329.975 C 476.998,330.334 477.839,329.718 478.369,329.112 C 478.111,329.649 477.645,330.082 477.073,330.263 C 478.635,331.109 481.131,328.446 481.962,327.401 C 482.425,326.818 483.075,325.635 482.453,324.937 C 481.414,323.77 480.072,325.718 478.946,325.512 C 480.934,325.6 478.599,326.16 478.226,326.232 C 480.062,326.374 478.156,326.644 477.711,326.806 C 477.247,326.975 477.549,327.578 477.084,327.747 C 476.359,328.01 474.657,328.638 475.489,329.688" id="path3774"/>
<path d="M 228.025,344.664 C 226.908,342.768 223.021,345.85 222.001,346.38 C 219.337,347.765 216.426,348.885 213.697,350.208 C 218.462,348.342 223.524,347.166 228.025,344.664" id="path3654"/>
<path d="M 226.657,346.68 C 228.934,346.937 231.496,345.455 233.724,345.036 C 234.961,344.803 238.865,343.893 239.401,342.577 C 238.909,342.747 238.405,342.867 237.889,342.937 C 238.773,342.382 241.954,342.052 241.777,340.56 C 240.811,341.106 239.775,341.504 238.753,341.928 C 239.208,341.462 239.616,340.958 239.977,340.416 C 238.665,340.437 233.233,342.183 237.025,342.864 C 236.408,343.167 235.793,342.909 235.152,342.972 C 234.429,343.044 234.055,343.732 233.28,343.656 C 233.885,344.965 226.666,345.97 225.936,346.32 C 226.177,346.44 226.417,346.56 226.657,346.68" id="path3656"/>
<path d="M 240.121,342.937 C 240.767,342.666 241.412,342.352 241.921,341.857 C 241.226,342.088 240.326,342.045 240.121,342.937" id="path3658"/>
<path d="M 245.161,340.272 C 245.921,339.895 246.822,339.972 247.537,339.479 C 245.683,339.667 248.086,338.664 246.411,338.781 C 245.585,338.839 244.602,339.339 244.369,340.199 C 244.633,340.225 244.896,340.248 245.161,340.272" id="path3660"/>
<path d="M 248.041,339.624 C 248.735,339.178 249.3,338.569 249.985,338.112 C 249.082,338.129 248.322,338.791 248.041,339.624" id="path3662"/>
<path d="M 249.121,340.2 C 249.259,339.62 249.019,339.548 248.401,339.983 C 248.641,340.056 248.881,340.128 249.121,340.2" id="path3664"/>
<path d="M 251.929,339.552 C 251.402,339.485 250.922,339.605 250.489,339.912 C 251.016,339.979 251.496,339.858 251.929,339.552" id="path3666"/>
<path d="M 256.969,335.521 C 255.587,336.125 255.714,337.229 257.266,337.2 C 258.913,337.169 260.157,335.858 261.721,335.521 C 263.306,335.179 265.102,335.801 266.598,335.055 C 266.83,334.939 267.6,334.388 267.903,334.553 C 268.486,334.871 269.381,335.44 269.57,334.369 C 267.897,334.613 269.476,332.788 269.498,332.137 C 267.362,331.639 265.419,333.248 263.371,332.922 C 261.214,332.578 259.003,335.04 256.969,335.521" id="path3668"/>
<path d="M 269.569,336.528 C 269.063,336.605 268.879,336.663 268.849,337.248 C 269.417,337.398 269.897,337.254 270.289,336.815 C 270.049,336.72 269.809,336.624 269.569,336.528" id="path3670"/>
<path d="M 277.345,332.567 C 276.721,332.505 275.36,332.572 275.833,333.576 C 276.401,333.337 276.906,333.001 277.345,332.567" id="path3672"/>
<path d="M 390.745,297 C 390.266,296.854 389.601,297.261 389.233,297.504 C 389.793,297.507 390.297,297.339 390.745,297" id="path3730"/>
<path d="M 393.265,288.288 C 392.699,287.989 391.487,289.059 391.033,289.296 C 391.796,289.005 392.541,288.666 393.265,288.288" id="path3732"/>
<path d="M 414.289,292.032 C 413.555,292.744 412.489,292.949 411.769,293.688 C 413.426,293.45 415.157,292.951 416.485,291.888 C 417.861,290.787 419.981,291.064 421.201,289.727 C 420.054,289.956 420.534,289.601 421.057,289.08 C 418.966,290.341 416.748,291.681 414.289,292.032" id="path3742"/>
<path d="M 418.537,288.72 C 418.585,288.529 418.633,288.337 418.681,288.146 C 417.742,288.286 415.567,289.584 415.513,290.665 C 416.25,289.918 417.433,288.811 418.537,288.72" id="path3746"/>
<path d="M 418.464,286.056 C 418.06,286.269 417.87,286.306 417.888,286.848 C 418.081,286.584 418.272,286.319 418.464,286.056" id="path3748"/>
<path d="M 420.769,284.76 C 420.123,284.939 419.562,285.355 419.113,285.84 C 419.804,285.724 420.718,285.674 420.769,284.76" id="path3752"/>
<path d="M 427.609,288.937 C 427.201,288.312 426.174,288.34 425.546,288.451 C 425.083,288.533 422.828,289.297 424.585,289.297 C 423.996,289.402 423.516,289.691 423.145,290.161 C 424.565,289.542 426.089,289.202 427.609,288.937" id="path3754"/>
<path d="M 435.168,292.032 C 434.064,292.436 432.849,292.688 431.928,293.471 C 433.071,292.852 434.341,292.546 435.528,292.032 C 435.409,292.032 435.289,292.032 435.168,292.032" id="path3760"/>
<path d="M 343.8,319.248 C 342.961,319.191 342.113,319.33 341.569,320.04 C 342.405,320.256 343.233,319.834 343.8,319.248" id="path3700"/>
<path d="M 356.041,315 C 354.852,314.302 352.6,314.546 352.297,316.151 C 353.54,315.749 354.757,315.269 356.041,315" id="path3706"/>
<path d="M 362.88,306.937 C 362.421,307.026 362.061,307.266 361.8,307.657 C 362.304,307.815 362.808,307.815 363.313,307.657 C 363.169,307.416 363.024,307.177 362.88,306.937" id="path3712"/>
<path d="M 366.409,308.521 C 366.044,308.39 366.123,308.255 365.689,308.665 C 365.929,308.616 366.169,308.568 366.409,308.521" id="path3718"/>
<path d="M 372.745,303.264 C 371.956,302.794 370.877,303.504 370.513,304.201 C 371.321,304.084 372.118,303.805 372.745,303.264" id="path3720"/>
<path d="M 371.592,303.12 C 371.308,303.195 371.044,303.314 370.8,303.479 C 371.064,303.359 371.328,303.24 371.592,303.12" id="path3722"/>
<path d="M 372.96,306.072 C 372.646,306.148 372.382,306.316 372.168,306.576 C 372.433,306.408 372.696,306.24 372.96,306.072" id="path3724"/>
<path d="M 282.168,331.128 C 281.756,330.919 281.373,330.967 281.016,331.273 C 281.837,330.821 281.981,330.989 281.448,331.777 C 281.688,331.561 281.929,331.344 282.168,331.128" id="path3674"/>
<path d="M 291.097,329.04 C 289.873,329.068 288.805,330 288.289,331.056 C 288.745,330.955 289.301,331.219 289.727,331.034 C 290.476,330.707 291.145,329.619 291.817,329.113 C 291.4,329.533 290.896,329.725 290.305,329.689 C 290.555,329.455 290.819,329.239 291.097,329.04" id="path3676"/>
<path d="M 292.464,331.776 C 293.574,331.63 294.246,330.786 294.985,330.047 C 294.381,330.708 293.431,330.693 292.676,331.064 C 291.681,331.552 290.346,332.615 289.513,333.359 C 290.402,332.657 291.544,332.426 292.464,331.776" id="path3678"/>
<path d="M 292.969,329.472 C 292.483,329.307 291.816,329.705 291.457,329.976 C 292.06,330.327 292.643,330.02 292.969,329.472" id="path3680"/>
<path d="M 294.84,328.752 C 294.4,328.429 293.702,328.772 293.401,329.112 C 293.89,329.029 294.37,328.909 294.84,328.752" id="path3682"/>
<path d="M 297.145,330.408 C 296.155,330.454 295.665,331.531 294.841,331.92 C 295.813,331.871 296.497,331.021 297.145,330.408" id="path3684"/>
<path d="M 296.353,331.848 C 295.853,332.13 295.374,332.443 294.913,332.785 C 295.503,332.7 296.021,332.335 296.353,331.848" id="path3686"/>
<path d="M 295.632,292.032 C 295.867,291.97 298.893,293.407 299.16,293.975 C 299.445,292.588 302.638,292.957 303.624,292.859 C 304.869,292.735 306.739,290.425 307.224,289.367 C 306.85,289.467 306.514,289.4 306.216,289.167 C 305.487,288.766 304.615,289.191 303.841,289.115 C 302.758,289.008 301.205,289.481 300.298,290.061 C 299.363,290.659 294.649,289.493 295.632,292.032" id="path3688"/>
<path d="M 319.105,302.76 C 318.865,303.024 318.625,303.288 318.384,303.552 C 320.07,303.768 321.68,302.391 322.992,301.536 C 321.728,302.043 320.319,302.111 319.105,302.76" id="path3690"/>
<path d="M 323.712,319.464 C 323.472,319.608 323.232,319.752 322.992,319.896 C 323.564,319.989 324.068,319.845 324.504,319.464 C 324.24,319.464 323.977,319.464 323.712,319.464" id="path3694"/>
<path d="M 328.321,324.864 C 327.638,324.882 327.059,325.363 326.881,326.015 C 327.402,325.684 327.882,325.3 328.321,324.864" id="path3696"/>
<path d="M 341.569,319.392 C 340.309,319.066 338.555,319.965 337.825,320.976 C 339.048,320.394 340.446,320.186 341.569,319.392" id="path3698"/>
<path d="M 344.665,319.68 C 344.1,319.61 343.596,319.754 343.153,320.113 C 343.697,320.108 344.201,319.964 344.665,319.68" id="path3702"/>
<path d="M 347.544,316.8 C 346.782,317.066 346.024,317.351 345.313,317.736 C 346.645,318.605 349.455,316.941 350.569,316.224 C 350.309,316.049 350.045,315.881 349.777,315.72 C 351.841,315.359 354.273,314.855 356.256,314.208 C 356.186,313.943 356.114,313.68 356.04,313.416 C 356.82,313.416 359.193,314.152 359.718,313.316 C 360.248,312.471 358.684,312.349 358.272,312.479 C 359.729,311.914 360.868,312.94 362.142,312.621 C 363.194,312.358 364.09,311.602 365.039,311.112 C 364.559,310.953 364.079,310.953 363.599,311.112 C 363.744,310.499 366.429,309.101 365.029,308.719 C 364.27,308.512 362.225,309.468 361.799,310.104 C 362.034,309.59 362.48,309.187 363.024,309.024 C 362.533,308.669 362.029,308.332 361.512,308.015 C 361.778,310.257 358.134,308.918 358.632,310.319 C 358.114,309.862 357.513,310.017 357.12,310.536 C 357.554,310.097 357.89,309.593 358.128,309.024 C 357.053,308.815 356.066,309.312 355.248,309.96 C 355.483,310.182 355.723,310.398 355.968,310.608 C 355.471,310.756 354.967,310.877 354.456,310.967 C 354.567,311.235 354.687,311.499 354.816,311.759 C 353.76,311.012 352.612,312.837 352.584,313.703 C 351.993,312.884 353.483,311.566 352.954,311.074 C 351.93,310.123 349.195,311.704 348.257,312.152 C 346.507,312.986 346.529,313.723 345.514,315.125 C 343.73,317.591 347.202,315.897 348.192,315.215 C 347.402,315.043 346.642,315.362 345.96,315.719 C 346.633,314.777 347.928,314.74 348.912,315.145 C 348.399,315.392 347.895,315.655 347.4,315.936 C 348.508,315.823 349.459,315.2 350.496,314.856 C 349.82,315.401 348.913,315.49 348.264,316.08 C 350.175,315.699 347.856,316.753 347.544,316.8" id="path3704"/>
<path d="M 360.145,308.304 C 357.503,308.424 361.896,310.229 360.145,308.304" id="path3710"/>
<path d="M 364.105,308.088 C 365.537,307.923 366.668,306.973 367.92,306.36 C 367.647,306.564 367.382,306.78 367.128,307.007 C 368.28,306.827 369.194,306.635 370.152,305.927 C 369.578,307.681 371.892,306.081 372.312,305.639 C 371.718,305.538 371.214,305.707 370.799,306.145 C 371.2,305.696 371.68,305.359 372.239,305.135 C 371.424,305.332 370.68,304.659 370.007,305.423 C 370.312,304.119 367.892,304.387 367.615,305.309 C 367.292,306.384 364.914,304.842 365.327,306.503 C 364.139,306.385 362.518,306.937 364.105,308.088" id="path3714"/>
<path d="M 373.825,296.784 C 373.271,296.846 372.767,297.038 372.313,297.36 C 372.918,297.437 373.422,297.245 373.825,296.784" id="path3726"/>
<path d="M 377.137,300.456 C 376.638,300.183 376.013,300.376 375.625,300.744 C 376.142,300.717 376.646,300.621 377.137,300.456" id="path3728"/>
<path class="landxx us" d="M 274.752,332.28 C 274.308,332.63 273.804,332.822 273.24,332.856 C 273.793,331.954 272.223,331.008 272.128,332.03 C 272.017,333.22 270.123,333.672 269.064,333.792 C 270.637,332.038 272.727,331.125 274.896,330.336 C 273.024,330.915 274.884,330.866 275.303,330.651 C 275.998,330.294 276.46,329.935 277.262,329.756 C 279.171,329.33 280.057,328.443 281.782,327.675 C 285.417,326.059 288.896,324.973 292.824,324.287 C 290.957,324.691 294.621,324.419 295.128,324.287 C 294.055,324.958 293.601,325.228 293.328,326.519 C 294.266,326.743 296.533,323.5 296.928,326.014 C 297.198,325.919 297.438,325.776 297.648,325.582 C 295.147,323.551 308.161,319.692 308.918,319.459 C 310.674,318.92 312.376,318.226 314.125,317.677 C 314.97,317.412 315.465,317.71 316.292,317.766 C 317.329,317.837 317.822,316.843 318.448,316.23 C 319.715,314.991 321.879,314.437 323.453,313.728 C 325.472,312.818 327.548,311.858 329.761,311.541 C 328.584,313.028 331.218,312.113 331.633,311.686 C 331.133,312.026 330.581,312.17 329.977,312.118 C 330.825,311.735 330.947,310.709 331.561,310.102 C 332.264,309.407 333.214,309.052 333.979,308.44 C 335.127,307.522 337.523,305.444 339.048,306.717 C 338.684,306.208 338.092,306.038 337.536,306.358 C 337.658,304.407 341.073,303.465 342.534,302.986 C 345.542,301.999 347.8,300.083 350.64,298.798 C 349.064,299.241 347.782,300.326 346.244,300.854 C 344.98,301.287 343.651,301.51 342.378,301.925 C 341.058,302.356 337.651,303.897 336.384,302.758 C 336.91,302.434 337.03,302.029 336.873,301.451 C 336.761,301.04 338.08,300.489 338.364,300.334 C 338.948,300.015 340.997,299.169 340.489,300.67 C 340.882,300.639 341.121,300.423 341.209,300.023 C 340.594,299.886 339.942,299.366 340.057,298.655 C 339.72,299.394 338.929,299.86 338.23,300.196 C 337.691,300.455 334.809,301.808 336.529,300.311 C 335.484,301.175 333.568,301.941 332.947,303.106 C 332.512,303.921 331.331,305.169 330.239,304.725 C 329.21,304.308 331.724,301.406 329.977,301.391 C 330.24,301.221 330.504,301.053 330.769,300.887 C 329.698,300.431 328.619,301.601 327.673,301.895 C 327.842,301.608 328.01,301.32 328.177,301.032 C 327.595,301.25 327.149,300.927 326.953,300.384 C 327.212,300.252 327.475,300.133 327.745,300.025 C 326.083,298.98 321.783,301.453 319.938,301.641 C 318.631,301.775 317.604,302.718 316.323,303.031 C 315.848,303.131 315.38,303.256 314.918,303.406 C 314.294,303.632 313.813,302.841 313.128,303.049 C 314.244,302.091 316.374,302.747 317.217,301.435 C 318.389,299.613 318.847,299.954 320.76,299.161 C 320.013,299.061 319.247,299.036 318.528,299.305 C 319.216,297.02 322.012,297.176 323.657,296.068 C 324.298,295.636 324.712,293.758 325.206,293.051 C 325.934,292.009 326.868,291.105 327.96,290.45 C 327.437,290.449 326.957,290.593 326.521,290.882 C 328.604,288.383 331.82,287.75 334.657,286.49 C 333.923,286.621 333.011,287.383 333.289,286.274 C 332.796,287.051 325.595,289.862 325.732,290.204 C 326.807,292.89 313.798,293.697 312.409,293.401 C 312.57,292.51 313.421,292.431 314.065,292.034 C 312.991,291.721 313.273,289.832 314.137,289.442 C 312.483,290.442 311.505,288.832 313.633,288.147 C 313.129,287.987 312.625,287.987 312.121,288.147 C 313.052,286.83 314.995,286.903 316.325,286.231 C 316.75,286.017 317.307,285.781 317.636,285.42 C 318.273,284.72 318.9,285.193 319.681,284.904 C 318.476,286.117 319.993,285.355 320.596,286.085 C 320.994,286.566 318.186,287.442 317.809,287.568 C 319.628,287.31 321.176,286.17 322.993,285.913 C 322.822,286.504 322.427,287.019 321.913,287.353 C 322.808,287.537 324.531,287.129 325.189,286.456 C 325.836,285.794 324.995,285.301 324.361,285.409 C 325.084,285.142 325.869,285.173 326.592,284.904 C 325.628,284.88 325.628,284.688 326.592,284.329 C 324.876,284.344 323.392,285.506 321.641,285.203 C 320.442,284.995 318.747,284.136 317.592,284.905 C 317.846,283.803 320.077,283.459 320.976,283.393 C 320.411,283.169 319.907,283.266 319.464,283.681 C 319.525,283.109 319.909,282.66 320.472,282.53 C 320.014,282.746 319.534,282.89 319.032,282.962 C 319.3,282.037 320.586,281.812 321.264,281.306 C 319.555,281.52 318.482,283.876 316.656,283.538 C 316.548,282.663 317.731,282.474 317.095,281.727 C 316.561,281.1 318.942,280.48 319.247,280.297 C 318.828,279.893 318.348,279.797 317.807,280.009 C 318.206,278.375 319.988,278.995 321.191,278.785 C 319.554,278.869 321.44,277.579 322.428,277.644 C 323.884,277.741 325.76,275.621 327.152,275.017 C 329.067,274.185 330.992,273.36 332.95,272.638 C 333.532,272.424 334.29,272.086 334.93,272.221 C 335.9,272.426 335.202,273.219 334.655,273.385 C 335.208,273.262 335.736,273.07 336.239,272.809 C 334.237,272.463 339.263,270.741 339.911,270.505 C 338.833,270.8 337.821,271.288 336.743,271.585 C 337.942,269.863 341.449,267.764 343.583,268.489 C 342.391,267.161 346.474,266.671 347.118,266.628 C 347.737,266.586 348.451,266.765 348.976,267.098 C 349.977,267.733 346.743,268.465 346.391,268.704 C 348.877,267.645 351.683,268.296 354.157,267.17 C 356.548,266.082 359.029,265.086 361.583,264.456 C 361.312,264.688 361.048,264.928 360.791,265.176 C 364.562,265.309 368.134,264.822 371.454,262.945 C 372.769,262.202 373.716,261.166 374.83,260.174 C 375.521,259.558 377.165,256.686 374.831,257.69 C 375.478,257.39 384.341,255.964 382.175,253.946 C 382.557,253.842 382.941,253.746 383.327,253.658 C 381.992,253.758 380.825,254.377 379.583,254.809 C 378.334,255.244 376.97,254.601 375.767,255.242 C 377.799,254.837 374.998,255.612 374.821,255.656 C 373.918,255.877 372.998,256.02 372.087,256.203 C 370.186,256.585 368.632,257.762 366.767,258.195 C 367.716,257.132 368.018,255.522 366.047,256.251 C 366.313,256.464 366.577,256.68 366.839,256.898 C 366.006,257.233 365.652,257.967 365.063,257.245 C 364.722,256.827 364.211,256.596 363.701,256.465 C 362.543,256.17 361.298,256.282 360.125,256.411 C 357.383,256.714 355.376,257.446 352.619,256.942 C 352.189,256.863 348.243,256.248 349.177,255.314 C 349.639,254.852 351.143,254.706 350.873,253.877 C 350.416,252.475 351.658,251.279 352.944,251.066 C 352.413,251.279 351.909,251.544 351.432,251.859 C 352.282,252.661 353.442,252.107 354.269,251.61 C 355.165,251.072 356.154,251.321 357.12,251.426 C 355.918,249.865 353.138,250.234 351.421,250.076 C 350.84,250.023 350.049,249.087 349.812,248.613 C 349.386,247.764 352.024,247.461 352.512,247.393 C 351.762,247.686 350.986,247.909 350.208,248.114 C 352.052,248.529 353.703,247.339 355.403,246.873 C 356.916,246.459 358.603,246.817 359.958,245.868 C 362.916,243.793 366.863,245.179 370.081,244.514 C 369.81,244.356 369.546,244.188 369.289,244.01 C 370.752,242.349 373.55,242.518 375.55,242.352 C 378.754,242.087 381.787,240.614 385.057,241.13 C 384.246,241.018 383.003,242.07 382.377,242.486 C 381.134,243.311 379.904,243.685 378.505,244.153 C 379.203,243.968 379.13,244.233 379.356,244.695 C 379.604,245.199 380.622,245.019 381.031,244.985 C 381.9,244.914 382.781,244.927 383.652,244.926 C 384.217,244.925 386.701,244.554 384.841,245.594 C 386.758,244.573 388.994,245.879 390.961,245.09 C 391.823,245.09 394.179,242.656 395.929,243.939 C 395.683,244.199 395.419,244.439 395.137,244.659 C 395.943,244.377 396.84,244.151 397.225,243.291 C 395.936,242.209 394.112,242.594 392.689,243.146 C 393.405,242.579 395.065,242.191 394.962,241.059 C 394.876,240.109 393.707,240.301 394.373,239.375 C 395.589,237.684 397.671,239.503 396.053,240.39 C 392.732,242.211 398.74,241.925 398.708,241.893 C 400.211,243.396 404.127,243.101 405.001,240.914 C 404.468,240.981 403.94,241.078 403.417,241.202 C 402.672,241.157 402.09,240.593 401.319,240.732 C 400.122,240.949 398.806,242.011 397.547,241.525 C 395.463,240.72 400.339,238.362 401.33,238.465 C 400.93,236.88 398.522,238.602 398.522,237.601 C 398.073,238.012 397.545,238.204 396.938,238.177 C 397.605,237.636 398.417,237.343 399.17,236.953 C 398.297,236.859 397.523,237.583 396.765,237.886 C 395.726,238.302 393.649,237.896 392.601,237.661 C 390.228,237.13 392.235,236.401 393.038,235.255 C 394.093,233.745 393.291,231.182 391.426,230.375 C 390.819,230.112 389.754,230.257 389.568,229.442 C 389.288,228.213 388.589,228.252 387.507,228.169 C 390.088,227.919 392.32,226.685 394.553,225.465 C 397.087,224.081 399.157,224.451 401.987,224.247 C 408.173,223.8 413.505,222.37 419.331,220.249 C 418.835,220.506 418.331,220.746 417.819,220.969 C 420.683,220.422 423.224,218.093 426.088,217.226 C 429.546,216.18 432.844,214.192 436.466,213.769 C 435.85,214.084 435.828,214.637 435.098,214.778 C 437.638,214.329 440.245,214.214 442.73,213.481 C 445.012,212.808 447.361,211.754 449.786,211.826 C 449.148,212.361 448.324,212.707 447.482,212.69 C 449.919,212.324 447.039,213.356 446.545,213.553 C 447.356,213.275 447.452,213.515 446.833,214.274 C 447.636,213.719 448.449,213.178 449.324,212.74 C 450.4,212.202 451.679,212.631 452.809,212.33 C 452.063,212.33 451.309,212.292 450.577,212.474 C 450.869,211.631 450.155,211.407 449.497,211.682 C 451.843,210.715 454.389,210.459 456.841,209.882 C 456.341,210.149 455.812,210.341 455.257,210.458 C 458.552,211.27 463.223,210.225 466.467,209.463 C 470.424,208.535 474.222,207.023 478.153,205.994 C 477.574,206.157 477.047,206.421 476.569,206.786 C 476.978,206.937 480.247,207.261 479.491,208.111 C 478.411,209.327 475.836,209.459 474.337,209.45 C 474.587,210.033 474.13,210.451 473.617,210.601 C 475.133,210.182 476.666,209.821 478.153,209.305 C 479.058,208.992 479.949,208.638 480.86,208.342 C 481.301,208.199 483.911,207.13 481.969,208.513 C 482.316,208.276 483.512,207.9 483.721,208.51 C 484.052,209.476 481.944,209.673 481.392,209.737 C 482.848,211.115 485.209,210.007 486.869,209.735 C 489.205,209.354 492.05,209.311 494.352,209.881 C 493.585,210.754 492.324,210.967 491.328,211.465 C 491.78,211.697 492.26,211.818 492.768,211.825 C 491.738,211.944 490.691,211.801 489.672,212.041 C 491.204,212.238 492.745,212.041 494.28,212.041 C 493.752,212.233 493.224,212.425 492.696,212.617 C 494.013,213.282 495.467,213.199 496.877,212.957 C 497.731,212.811 498.58,212.622 499.444,212.536 C 499.916,212.489 502.019,212.026 500.616,212.904 C 502.894,212.904 505.241,212.233 507.534,212.516 C 508.247,212.604 509.32,212.82 509.893,213.289 C 510.785,214.018 512.035,213.432 512.945,213.968 C 515.19,215.293 517.572,214.533 520.047,214.846 C 520.798,214.941 522.539,214.486 522.807,215.381 C 522.927,215.78 525.113,215.449 523.871,216.072 C 525.232,216.04 526.594,216.112 527.955,216.06 C 528.635,216.039 529.31,215.972 529.981,215.862 C 531.065,215.406 531.285,215.476 530.639,216.072 C 532.05,214.476 535.929,215.137 537.684,215.633 C 538.875,215.969 539.198,217.183 540.402,217.449 C 541.323,217.652 541.283,217.764 541.782,218.415 C 542.375,219.189 543.3,218.162 544.031,218.664 L 458.277,289.8 C 459.122,290.021 459.856,290.312 460.714,289.923 C 461.594,289.524 462.238,290.299 463.068,290.394 C 464.073,290.51 465.318,289.73 466.291,289.503 C 467.444,289.234 468.636,289.169 469.796,289.441 C 468.983,290.061 467.817,290.418 467.255,291.327 C 466.677,292.261 468.121,292.473 468.014,293.502 C 467.871,294.874 468.686,296.112 469.145,297.372 C 469.585,298.581 468.339,299.749 467.78,300.673 C 470.268,299.804 472.906,299.373 475.317,298.282 C 476.374,297.804 477.371,297.191 478.229,296.405 C 478.587,296.299 478.953,296.244 479.327,296.241 C 479.841,296.004 479.854,295.455 480.309,295.201 C 481.091,294.764 482.041,294.885 482.891,294.731 C 483.824,294.562 486.071,293.451 486.926,293.85 C 489.845,295.212 485.236,296.586 486.582,297.929 C 486.947,298.293 487.85,298.649 487.511,299.324 C 487.204,299.937 486.752,301.108 487.355,301.624 C 489.157,303.167 488.042,304.058 487.722,305.849 C 487.43,307.487 486.918,309.093 486.754,310.752 C 486.648,311.811 486.769,313.369 486.048,314.24 C 485.582,314.803 484.63513,315.588 485.87113,316.008 C 484.62813,316.551 484.528,318.199 484.269,319.32 C 485.55,319.126 487.68,320.624 488.644,321.398 C 489.648,322.206 489.431,323.62 491.109,323.424 C 490.617,324.685 489.454,325.102 488.404,325.777 C 487.029,326.66 486.74138,328.25655 485.65262,329.34187 C 483.45234,331.53523 479.69924,333.23412 477.141,334.297 C 477.504,333.777 477.888,333.274 478.293,332.785 C 477.663,333.41 476.943,334.001 476.062,334.224 C 476.553,331.827 480.736,330.717 482.686,329.76 C 482.145,329.936 477.557,332.157 477.862,330.84 C 478.069,329.94 481.077,329.863 481.678,329.903 C 481.176,329.842 480.672,329.818 480.166,329.832 C 481.033,328.699 483.002,327.287 483.115,325.761 C 483.244,324.012 484.022,324.243 485.279,323.281 C 483.627,323.823 482.03,324.816 480.239,324.793 C 480.69,324.61 481.146,324.442 481.607,324.289 C 481.135,324.453 477.656,324.953 477.756,325.502 C 477.91,326.349 477.381,326.158 476.844,326.659 C 476.007,327.442 476.024,326.62 475.325,327.553 C 474.89,328.135 473.529,328.117 474.034,327.324 C 474.642,326.367 475.696,325.85 476.639,325.297 C 477.649,324.706 478.564,324.054 479.351,323.18 C 480.117,322.33 481.493,322.795 482.471,322.633 C 481.65,322.403 480.669,322.581 480.527,321.481 C 480.466,322.174 479.165,323.466 478.429,322.957 C 477.37,322.226 479.204,320.684 479.735,320.257 C 479.636,320.769 479.819,321.162 480.382,321.194 C 480.052,320.589 480.1,320.013 480.527,319.465 C 480.267,319.357 480.004,319.261 479.735,319.177 C 480.597,318.859 480.99,317.907 481.895,317.665 C 481.217,317.916 480.557,318.14 480.135,317.366 C 479.573,316.335 480.993,316.465 481.247,315.65 C 480.516,316.181 479.541,315.615 479.663,314.712 C 478.746,315.73 477.614,314.618 478.954,313.888 C 479.905,313.37 481.104,313.68 482.112,313.344 C 481.365,313.396 480.626,313.65 479.88,313.416 C 481.089,313.004 480.222,311.565 481.824,311.472 C 480.985,311.668 480.7,310.784 481.493,310.467 C 482.097,310.226 482.88,311.246 483.192,311.617 C 483.493,310.78 482.295,310.439 482.552,309.723 C 483.035,308.375 484.766,308.853 485.712,309.169 C 484.382,308.312 483.134,308.828 481.968,309.673 C 481.434,308.784 483.483,307.336 484.272,307.009 C 483.752,307.142 482.082,308.504 481.867,307.872 C 481.649,307.23 482.318,306.59 482.74,306.22 C 483.89,305.208 485.509,304.226 487.008,303.841 C 485.566,303.712 484.068,304.767 483.059,305.684 C 481.666,306.95 481.202,305.163 479.808,304.994 C 480.42,304.472 480.405,303.725 480.616,303.02 C 480.806,302.386 481.666,302.109 482.04,301.61 C 480.431,302.961 482.201,299.634 482.496,299.24 C 483.267,298.208 484.164,297.124 485.208,296.354 C 484.614,296.67 484.14,297.181 483.515,297.445 C 482.476,297.883 483.225,298.151 482.473,299.017 C 482.174,297.518 481.165,299.64 480.726,300.331 C 480.156,301.23 478.972,302.382 478.672,303.38 C 478.312,304.581 477.396,305.892 476.088,306.152 C 474.904,306.387 475.603,304.984 475.921,304.561 C 475.252,305.329 473.761,304.874 472.898,304.921 C 474.321,303.181 475.315,301.372 477.578,300.961 C 477.041,300.592 476.42,300.702 475.994,301.177 C 477.154,299.255 474.342,301.883 473.967,301.986 C 472.753,302.317 473.488,300.465 473.114,299.954 C 472.89,301.041 471.847,300.58 471.602,299.809 C 471.185,300.837 469.725,300.95 468.866,301.393 C 469.908,300.988 470.822,301.271 471.89,301.249 C 471.64,301.814 471.244,303.4 472.466,302.257 C 472.044,302.689 471.54,302.977 470.954,303.121 C 471.635,303.086 472.63,302.482 472.826,303.553 C 472.097,303.623 472.258,303.897 472.193,304.422 C 472.093,305.235 470.539,305.463 469.946,305.569 C 471.018,304.292 469.285,304.766 468.794,305.065 C 470.55,304.894 468.658,305.313 468.278,305.294 C 467.593,305.258 467.492,306.284 466.634,306.29 C 467.501,305.163 462.742,303.968 464.978,302.905 C 463.893,303.225 463.829,302.05 464.015,301.317 C 464.307,300.165 463.811,299.37 462.531,299.162 C 462.899,298.885 463.307,298.693 463.755,298.586 C 462.587,298.453 460.51,298.793 460.587,297.002 C 459.733,297.658 459.278,296.396 458.643,296.065 C 459.385,295.262 460.574,295.18 461.356,294.429 C 462.05,293.762 462.418,292.908 463.365,292.522 C 465.714,291.567 462.505,294.98 462.459,295.129 C 463.289,294.088 464.795,292.653 466.203,293.617 C 465.517,293.199 464.848,291.784 463.898,292.055 C 462.658,292.409 461.523,293.216 460.237,293.579 C 457.254,294.424 454.621,294.635 451.802,293.113 C 452.536,292.586 453.717,292.403 453.819,291.312 C 452.682,291.216 451.994,292.417 450.702,292.179 C 448.999,291.865 447.304,291.514 445.6,291.205 C 442.573,290.657 439.43,293.027 436.466,291.815 C 438.351,291.631 434.836,289.608 434.09,289.727 C 435.441,287.97 437.845,287.765 439.49,286.415 C 437.367,286.744 435.72,287.951 433.786,288.736 C 433.277,288.943 432.342,289.429 431.765,289.225 C 431.087,288.985 430.673,288.158 429.841,288.431 C 430.714,287.692 431.827,287.285 432.865,286.847 C 432.474,286.916 429.261,287.494 431.281,286.631 C 430.511,286.767 429.747,286.928 428.977,287.063 C 429.632,286.569 430.447,286.436 431.209,286.2 C 429.951,286.116 428.722,286.764 427.465,286.488 C 428.55,285.79 430.351,285.27 431.641,285.479 C 430.817,284.93 429.552,285.987 428.783,285.363 C 427.845,284.603 432.014,283.401 432.865,283.536 C 431.861,282.589 430.048,283.448 429.046,283.948 C 427.744,284.597 426.043,284.47 424.585,284.975 C 424.799,284.734 425.016,284.494 425.233,284.255 C 424.707,284.42 424.203,284.636 423.721,284.902 C 424.308,284.08 425.274,283.685 425.953,282.959 C 424.708,283.596 423.662,285.165 422.209,285.335 C 422.45,285.096 422.689,284.856 422.929,284.615 C 422.31,284.677 421.76,285.039 421.417,285.551 C 420.09,284.275 425.166,282.532 425.809,282.024 C 424.544,282.402 423.352,283.009 422.199,283.639 C 421.149,284.212 419.952,283.17 418.97,284.183 C 419.76,284.071 420.48,283.7 421.274,283.608 C 419.621,285.027 417.73,284.876 415.946,285.696 C 417.915,285.535 414.932,286.311 414.506,286.632 C 415.324,286.573 415.993,286.043 416.81,285.984 C 416.597,286.226 416.381,286.466 416.162,286.705 C 416.689,286.573 417.193,286.381 417.674,286.129 C 416.74,287.969 414.273,287.634 412.634,288.289 C 414.237,288.024 415.567,287.817 417.098,287.425 C 417.756,289.184 412.663,289.453 411.914,290.377 C 412.422,290.369 412.902,290.249 413.354,290.017 C 413.04,290.309 411.826,291.36 413.354,290.45 C 412.484,291.152 411.207,291.686 410.135,291.971 C 409.526,292.133 409.018,292.216 408.433,292.48 C 407.363,292.964 406.498,292.303 405.434,292.25 C 405.754,292.05 406.09,291.882 406.442,291.746 C 405.328,291.773 404.426,292.415 403.562,293.042 C 404.08,292.498 404.541,291.905 405.002,291.313 C 404.054,291.396 400.751,293.141 400.682,294.194 C 400.523,293.596 400.831,293.095 401.402,292.897 C 400.908,293.088 400.28,292.906 399.818,293.185 C 399.265,293.52 399.22,294.334 398.666,294.698 C 398.792,293.282 397.646,294.241 397.058,294.634 C 395.969,295.359 394.297,295.893 393.05,296.282 C 393.912,295.509 395.005,295.045 396.002,294.481 C 394.62,294.87 393.522,295.857 392.186,296.354 C 392.411,296.097 392.627,295.833 392.834,295.561 C 391.624,295.424 390.702,296.759 389.605,297.057 C 387.921,297.516 387.783,297.928 386.067,297.505 C 386.742,298.728 385.704,298.151 385.103,298.011 C 384.3,297.824 383.352,298.397 382.601,298.602 C 382.015,298.761 381.341,298.207 381.603,297.578 C 381.746,297.235 382.562,297.101 382.845,297.014 C 385.736,296.121 388.626,294.87 391.539,294.05 C 390.04,293.662 388.152,295.752 386.808,294.597 C 385.652,293.604 391.972,290.962 392.939,290.52 C 394.181,289.952 395.413,289.332 396.507,288.506 C 397.204,287.981 397.55,286.623 398.422,286.362 C 401.335,285.488 404.354,284.703 407.307,283.897 C 407.27,285.181 408.475,284.836 409.293,284.611 C 410.703,284.222 412.723,284.798 414.075,285.265 C 413.033,284.051 409.009,283.66 412.2,282.051 C 414.037,281.125 416.16,280.738 418.179,280.442 C 416.262,279.592 414.287,281.137 412.571,281.765 C 411.959,281.989 408.736,283.024 409.467,281.305 C 408.584,282.193 407.113,282.403 405.929,282.511 C 404.519,282.639 403.465,283.689 402.121,283.992 C 400.682,284.316 399.39,284.274 398.113,285.133 C 397.198,285.748 396.421,286.197 395.35,286.458 C 393.187,286.986 391.843,287.374 390.174,288.772 C 389.272,289.528 387.966,289.799 386.871,290.143 C 385.725,290.502 385.087,289.292 384.123,289.728 C 385.605,289.475 385.325,291.443 384.359,291.93 C 382.537,292.847 380.667,292.7 378.795,293.329 C 380.359,293.222 379.211,294.336 378.595,294.504 C 377.805,294.72 376.86,294.478 376.131,294.913 C 378.225,293.636 375.672,294.741 375.297,294.918 C 374.513,295.287 373.267,295.309 372.6,295.737 C 372.283,295.941 372.252,296.355 371.903,296.536 C 371.278,296.86 369.926,296.991 369.219,297.073 C 371.115,297.087 368.657,297.577 368.209,297.754 C 367.26,298.127 366.122,298.643 365.619,299.593 C 366.697,299.5 368.187,299.139 369.168,299.763 C 370.897,300.862 367.504,302.107 366.884,302.319 C 365.411,302.823 363.747,302.837 362.446,303.687 C 361.764,304.132 361.062,304.026 360.431,304.601 C 359.507,305.444 358.285,305.168 357.339,305.929 C 357.818,305.696 358.321,305.552 358.851,305.497 C 358.073,305.93 355.74,308.183 355.899,306.577 C 355.182,307.573 353.042,307.595 351.897,307.765 C 350.673,307.947 349.895,308.478 348.776,309.008 C 347.526,309.601 346.174,309.534 344.964,310.007 C 343.484,310.584 342.149,311.687 340.576,311.682 C 339.7,311.679 339.361,312.62 338.661,312.34 C 337.723,311.965 335.567,313.382 334.659,313.633 C 336.235,313.413 334.713,314.499 334.189,314.876 C 333.393,315.45 332.23,315.437 331.389,316.022 C 330.692,316.507 329.761,316.54 328.949,316.631 C 327.708,316.772 327.165,317.444 326.104,317.805 C 325.6,317.977 325.577,317.12 325.111,317.307 C 324.581,317.519 323.185,317.878 323.01,318.517 C 322.795,319.307 321.908,319.358 321.255,319.181 C 320.048,318.853 319.422,319.172 318.242,319.536 C 320.195,319.735 317.287,320.312 316.73,320.319 C 315.071,320.339 313.381,321.146 311.978,321.984 C 312.734,321.897 313.418,321.295 314.21,321.625 C 313.566,322.113 313.271,322.314 314.282,322.417 C 313.59,322.832 312.766,322.792 312.05,323.137 C 311.445,323.428 311.044,324.232 310.322,324.289 C 310.569,323.467 311.352,323.012 312.122,322.777 C 311.179,322.227 310.122,323.593 309.478,324.07 C 308.62,324.706 307.213,324.933 306.176,325.015 C 304.8,325.123 303.628,325.02 302.348,325.733 C 301.162,326.394 300.174,327.818 298.658,327.745 C 299.514,327.33 300.283,326.751 300.962,326.089 C 300.117,325.199 298.126,326.172 297.287,326.612 C 296.683,326.929 296.261,326.968 295.582,327.004 C 294.762,327.047 293.678,327.994 292.97,328.393 C 293.88,326.91 292.513,328.051 292.157,328.315 C 291.608,328.721 291.028,328.682 290.44,328.415 C 290.153,328.284 288.802,328.909 288.582,328.974 C 287.652,329.247 286.559,329.085 285.698,329.401 C 286.829,328.297 287.877,327.949 289.442,328.034 C 287.786,325.903 284.825,328.739 283.315,329.666 C 282.662,330.067 281.907,330.084 281.234,330.41 C 280.633,330.701 280.323,331.346 279.722,331.634 C 279.116,331.922 279.32,330.689 278.645,331.654 C 278.256,332.21 277.362,332.285 276.77,332.066 C 277.704,331.764 277.571,330.873 277.85,330.123 C 276.33,329.839 276.313,332.677 274.752,332.28" id="path3790"/>
<path d="M 361.296,264.024 C 361.187,263.035 359.331,263.981 358.992,264.311 C 359.766,264.438 360.59,264.399 361.296,264.024" id="path3708"/>
<path d="M 311.544,267.336 C 313.108,266.242 314.338,264.786 316.296,265.176 C 316.943,265.304 317.4,265.94 318.015,266.158 C 318.75,266.419 319.538,265.838 320.4,266.183 C 319.201,267.639 317.552,267.051 315.936,267.263 C 317.921,266.986 314.892,267.364 314.38,267.598 C 313.405,268.045 312.506,268.677 311.472,268.992 C 311.913,268.584 312.129,268.08 312.12,267.479 C 311.927,267.742 311.734,268.006 311.544,268.272 C 311.625,267.959 311.625,267.647 311.544,267.336" id="path3796"/>
<path d="M 343.153,245.376 C 346.557,243.005 344.739,246.435 343.153,245.376" id="path3798"/>
<path d="M 411.553,292.032 C 412.289,291.606 413.05,291.223 413.857,290.952 C 413.263,291.597 412.367,291.82 411.553,292.032" id="path3800"/>
<path d="M 412.417,291.528 C 411.943,291.775 411.439,291.895 410.905,291.887 C 411.768,291.781 412.317,290.963 413.209,290.951 C 412.944,291.145 412.681,291.336 412.417,291.528" id="path3802"/>
<path d="M 480.817,305.353 C 481.094,305.515 481.262,305.755 481.321,306.073 C 479.746,306.703 479.46,305.034 480.817,305.353" id="path3814"/>
<path d="M 463.321,319.392 C 464.028,319.09 464.692,318.219 465.553,318.6 C 463.745,319.55 462.531,320.5 462.601,322.704 C 464.369,322.048 465.66,320.2 466.843,318.826 C 467.462,318.108 468.021,317.379 468.547,316.59 C 469.282,315.485 469.504,313.963 470.377,312.984 C 469.735,312.541 468.923,312.032 468.145,312.552 C 469.906,312.079 467.687,312.108 466.967,312.557 C 466.517,312.839 465.161,314.053 466.489,314.136 C 466.095,314.456 465.008,315.256 466.561,314.64 C 465.162,314.985 465.161,317.078 463.609,317.304 C 465.606,317.579 462.598,318.895 464.545,318.241 C 464.036,318.518 463.628,318.901 463.321,319.392" id="path4118"/>
<path d="M 464.689,324.146 C 465.195,323.933 465.486,323.551 465.641,323.035 C 465.786,322.553 466.827,322.461 467.137,322.056 C 465.983,323.667 467.703,322.116 468.002,321.909 C 468.518,321.552 469.079,321.413 469.59,320.963 C 470.097,320.517 470.198,319.808 470.687,319.359 C 470.983,319.24 471.277,319.267 471.568,319.441 C 472.177,319.39 472.567,318.699 472.825,318.24 C 471.971,318.195 471.318,318.784 470.521,318.96 C 471.474,318.527 473.055,317.493 471.529,316.584 C 471.724,318.276 470.714,316.126 470.161,317.664 C 469.851,316.729 468.882,318.107 468.577,318.6 C 470.381,318.277 468.514,319.523 468.001,319.609 C 470.624,320.459 464.895,321.971 466.993,321.552 C 465.928,321.986 464.775,322.905 464.689,324.146" id="path4120"/>
<path d="M 465.553,308.952 C 465.097,309.768 465.712,310.495 466.057,311.183 C 464.767,311.183 465.682,311.654 465.697,312.623 C 465.039,311.255 464.79,313.155 466.354,312.799 C 467.189,312.609 469.05,310.595 467.209,310.894 C 467.801,310.889 468.161,310.563 468.145,309.958 C 469.241,310.437 469.943,312.342 471.146,312.438 C 472.197,312.522 473.049,311.088 473.473,310.317 C 472.845,309.896 472.268,310.276 471.601,310.21 C 470.953,310.146 470.758,309.043 470.233,308.733 C 471.652,308.612 472.383,310.216 473.905,309.597 C 473.744,309.352 473.576,309.112 473.401,308.877 C 474.006,309.023 476.318,308.428 475.14,307.536 C 473.606,306.374 472.102,308.04 470.665,308.445 C 471.215,307.319 472.831,307.679 473.329,306.501 C 472.215,305.973 469.614,305.958 468.865,307.148 C 469.13,305.819 468.263,306.831 467.649,307.297 C 467.041,307.759 467.294,308.558 467.497,309.164 C 467.34,308.594 466.863,308.27 466.273,308.372 C 466.587,308.078 466.779,307.718 466.849,307.292 C 466.086,307.561 464.919,308.257 465.049,309.236 C 465.216,309.145 465.385,309.048 465.553,308.952" id="path4122"/>
<path d="M 471.457,312.84 C 471.153,312.635 470.841,312.635 470.521,312.84 C 470.595,313.103 470.714,313.343 470.88,313.56 C 471.099,313.341 471.291,313.101 471.457,312.84" id="path4124"/>
<path d="M 471.601,320.688 C 472.319,320.62 473.151,320.432 473.833,320.328 C 474.397,320.241 477.13,319.286 475.273,319.104 C 475.818,318.857 476.204,318.361 476.065,317.735 C 477.078,320.768 479.577,316.692 478.441,316.08 C 477.603,315.641 472.193,315.02 473.977,317.016 C 472.736,316.895 473.125,318.058 474.049,317.304 C 473.349,318.104 471.202,319.387 471.601,320.688" id="path4126"/>
<path d="M 477.289,320.472 C 476.527,320.666 473.622,320.411 474.246,321.995 C 474.683,323.107 477.052,321.039 477.289,320.472" id="path4130"/>
<path d="M 478.296,321.479 C 477.585,321.201 475.456,322.237 475.212,322.964 C 475.015,323.552 475.941,324.128 475.776,324.863 C 476.906,324.661 477.262,323.324 478.368,323.134 C 478.058,322.581 477.483,322.276 476.856,322.487 C 477.457,322.377 477.98,321.997 478.296,321.479" id="path4132"/>
<path d="M 465.265,313.488 C 464.348,313.492 462.284,315.424 461.881,316.223 C 462.909,316.182 466.005,314.978 465.265,313.488" id="path4140"/>
<path d="M 464.041,325.008 C 463.782,324.238 462.427,325.008 462.457,325.656 C 462.97,325.403 463.498,325.188 464.041,325.008" id="path4144"/>
<path d="M 463.464,328.752 C 463.777,328.509 464.041,328.221 464.256,327.888 C 463.744,328.112 463.24,328.352 462.744,328.609 C 462.984,328.656 463.225,328.704 463.464,328.752" id="path4146"/>
<path d="M 465.409,330.336 C 464.042,330.465 461.295,334.644 463.513,335.01 C 464.305,335.141 464.348,333.53 464.257,333.072 C 464.143,332.503 464.959,330.854 465.409,330.336" id="path4148"/>
<path d="M 464.833,329.616 C 464.097,329.666 463.383,330.018 463.033,330.696 C 463.82,330.809 464.75,330.549 464.833,329.616" id="path4150"/>
<path d="M 465.84,333.216 C 465.073,332.413 464.555,333.67 464.76,334.296 C 464.847,333.722 465.277,333.317 465.84,333.216" id="path4154"/>
<path d="M 467.712,331.992 C 467.472,332.136 467.232,332.28 466.992,332.424 C 469.158,332.331 465.488,334.206 467.568,333.792 C 467.29,333.965 467.026,334.157 466.776,334.368 C 468.079,335.84 470.142,333.15 470.808,332.208 C 470.31,332.325 469.807,332.397 469.296,332.424 C 470.377,331.951 471.374,331.323 472.32,330.624 C 471.81,330.721 471.306,330.697 470.808,330.552 C 471.388,330.482 471.886,330.114 472.176,329.616 C 471.752,329.206 471.248,329.038 470.664,329.112 C 471.183,328.95 471.71,328.83 472.248,328.752 C 471.558,327.999 470.645,328.442 469.872,328.752 C 470.879,328.223 472.08,327.33 472.896,328.68 C 473.269,327.96 473.7,326.022 473.755,325.208 C 473.817,324.31 472.694,323.968 472.031,323.784 C 472.574,323.2 473.552,322.494 473.255,321.552 C 471.891,321.778 470.708,321.382 469.583,322.416 C 470.026,322.794 470.53,322.914 471.095,322.776 C 470.605,323.756 467.052,323.009 466.559,325.007 C 467.826,324.335 469.761,324.612 470.735,323.423 C 470.198,324.555 468.732,325.091 468.647,325.944 C 468.918,325.737 469.182,325.521 469.439,325.296 C 468.967,326.394 466.716,326.135 466.918,327.6 C 467.698,327.593 468.39,327.205 469.15,327.096 C 468.21,327.659 467.13,328.217 467.854,329.472 C 466.792,329.578 465.578,328.819 464.902,330.048 C 465.401,330.19 465.904,330.214 466.414,330.12 C 464.605,330.768 466.804,330.5 467.206,330.12 C 466.617,331.058 467.989,331.391 468.214,330.336 C 468.188,330.925 467.822,331.415 467.278,331.632 C 468.172,331.196 468.316,331.316 467.712,331.992" id="path4156"/>
<path d="M 464.977,325.224 C 465.396,325.359 465.708,325.215 465.913,324.792 C 465.543,324.81 465.231,324.954 464.977,325.224" id="path4158"/>
<path d="M 466.777,330.768 C 466.428,331.301 465.99,331.841 465.409,332.136 C 466.27,332.422 467.081,331.637 466.777,330.768" id="path4160"/>
<path d="M 466.489,328.032 C 466.174,328.059 465.91,328.203 465.697,328.464 C 465.961,328.32 466.225,328.176 466.489,328.032" id="path4162"/>
<path d="M 468.145,325.872 C 467.541,325.958 465.219,325.244 466.129,326.664 C 466.654,325.934 467.424,326.174 468.145,325.872" id="path4164"/>
<path d="M 475.345,332.424 C 474.674,332.562 473.956,332.615 473.401,333.072 C 474.144,333.554 475.024,333.232 475.345,332.424" id="path4168"/>
<path d="M 474.84,328.968 C 474.176,329.335 473.28,330.029 473.689,330.912 C 474.311,330.533 475.506,329.871 474.84,328.968" id="path4170"/>
<path d="M 475.777,330.408 C 475.005,329.781 473.884,331.609 473.689,332.136 C 474.722,332.58 475.996,331.493 475.777,330.408" id="path4172"/>
<path d="M 469.441,325.296 C 469.194,325.533 468.93,325.749 468.649,325.944 C 468.48,325.2 468.745,324.983 469.441,325.296" id="path4176"/>
<path class="landxx us" d="M 432.073,473.256 C 432.715,471.3 429.996,469.621 430.489,467.424 C 431.048,464.934 433.178,462.69 433.293,460.154 C 433.337,459.17 431.67,456.998 432.022,456.293 C 433.011,454.316 434.127,452.546 436.249,451.656 C 435.275,452.14 435.197,452.046 436.014,451.372 C 436.572,450.811 437.238,450.167 437.401,449.352 C 437.672,448.001 439.325,447.1 439.918,445.851 C 440.377,444.882 439.926,443.479 440.531,442.747 C 441.539,441.529 440.923,441.18 441.159,439.804 C 441.326,438.83 442.076,438.066 442.636,437.298 C 443.327,436.351 443.149,435.485 443.578,434.507 C 444.063,433.403 444.962,432.443 445.796,431.593 C 446.141,431.241 448.062,429.226 447.553,430.416 C 447.795,429.852 448.17,429.89 448.663,429.755 C 448.993,429.665 449.737,428.304 448.345,429.48 C 449.101,428.488 450.018,426.871 451.441,426.816 C 449.864,427.206 451.361,425.889 451.749,425.356 C 452.319,424.574 452.939,423.832 453.552,423.084 C 454.477,421.954 455.064,420.549 456.169,419.566 C 457.78,418.133 459.315,415.704 460.491,413.846 C 460.923,413.165 461.777,411.445 462.817,411.624 C 462.44,410.502 463.746,409.013 464.418,408.267 C 465.282,407.308 465.564,405.786 467.009,405.71 C 468.093,405.653 470.238,406.599 471.096,405.864 C 470.524,406.113 469.767,405.454 469.305,405.218 C 468.417,404.764 467.94,405.028 467.039,405.169 C 465.68,405.382 467.274,402.874 467.496,402.479 C 467.301,402.992 467.085,403.497 466.848,403.992 C 468.071,403.73 468.57,400.95 470.016,401.616 C 469.556,401.223 469.028,401.079 468.432,401.183 C 468.666,399.529 470.076,399.55 471.384,399.167 C 470.786,399.207 470.241,398.899 469.872,398.447 C 469.658,398.67 469.466,398.909 469.296,399.167 C 470.03,396.819 471.773,394.427 471.607,391.909 C 471.528,390.709 472.974,386.917 474.184,387.233 C 476.114,387.737 477.486,388.83 479.526,389.18 C 480.755,389.391 483.901,389.08 483.912,390.31 C 484.054,389.748 484.5,389.343 485.064,389.23 C 484.737,389.786 484.97,390.5 484.794,391.093 C 484.584,391.807 482.915,392.617 482.327,393.046 C 483.943,391.386 481.685,392.949 481.368,393.165 C 480.362,393.847 479.459,394.664 478.512,395.422 C 479.22,396.044 480.026,395.485 480.672,395.134 C 480.18,395.267 479.7,395.435 479.233,395.638 C 479.233,394.549 480.533,393.909 481.385,393.576 C 482.848,393.007 483.82,392.051 485.136,391.246 C 485.554,392.374 482.726,393.135 482.328,394.342 C 483.74,393.571 482.322,396.296 481.104,396.43 C 481.32,396.19 481.536,395.951 481.751,395.71 C 480.814,395.824 480.304,396.736 479.735,397.366 C 479.681,396.76 480.03,396.237 480.527,395.926 C 479.447,396.293 478.73,397.4 477.575,397.582 C 478.549,397.353 478.549,397.52 477.575,398.086 C 478.326,397.473 478.518,397.593 478.151,398.446 C 478.43,397.656 479.11,397.261 479.89,397.686 C 480.383,397.955 481.395,396.967 481.744,396.733 C 483.033,395.867 484.833,395.345 485.028,393.406 C 485.17,391.99 488.133,391.148 487.813,390.073 C 487.544,389.17 488.546,388.432 488.232,387.429 C 487.996,386.675 487.039,387.632 487.584,386.35 C 489.27,387.217 489.53,385.131 490.392,384.261 C 489.294,384.422 490.00069,382.80375 490.46769,382.28575 L 675.62037,382.1686 L 675.97137,378.84691 C 676.03442,378.25026 677.62796,378.4666 677.867,379.753 C 678.18096,381.4426 675.65139,384.21627 677.77166,384.51987 C 678.44942,384.61692 681.56989,384.78092 681.471,385.737 C 681.36552,386.75685 684.66058,385.37023 685.25741,385.13241 C 686.56637,384.61081 688.1036,385.7714 689.3396,386.0484 C 688.9726,386.6324 689.267,387.03 689.903,387.07 C 689.6238,387.3751 689.72786,388.62107 690.261,388.405 C 690.53554,388.29373 690.65772,387.652 690.99672,387.647 C 691.82072,387.634 692.17651,388.14942 692.7888,388.5944 C 693.28393,388.95424 693.574,388.96687 693.769,389.03162 C 693.70911,389.43372 693.75081,389.91669 694.342,389.921 C 696.33683,389.93555 698.076,388.601 699.984,388.581 C 699.219,389.973 701.694,389.689 702.372,389.636 C 703.012,389.586 703.73223,389.56033 704.343,389.881 C 705.81903,390.65595 706.26652,390.47852 707.3758,390.34961 C 703.2098,391.64561 698.851,393.09 694.986,395.154 C 693.379,396.012 691.928,397.129 690.336,398.013 C 688.559,399.001 686.526,399.586 684.936,400.893 C 686.341,403.033 692.768,399.521 694.584,399.381 C 694.37,400.375 693.284,401.551 692.424,402.045 C 692.905,402.186 693.785,401.555 694.092,401.81 C 694.634,402.261 694.493,402.379 695.353,402.379 C 696.847,402.38 698.345,401.438 699.671,400.86 C 701.241,400.175 702.913,400.599 704.408,399.873 C 706.38,398.915 708.332,398.174 710.208,397.005 C 709.9,397.724 710.436,398.215 710.568,398.877 C 710.707,399.573 709.923,400.124 709.776,400.749 C 710.135,400.447 713.187,398.464 711.36,400.173 C 713.251,398.715 714.732,399.986 715.694,401.739 C 716.597,403.386 717.611,402.743 719.133,403.307 C 721.241,404.088 723.236,402.138 725.196,401.647 C 726.369,401.354 727.554,401.609 728.744,401.519 C 730.239,401.406 731.695,401.028 733.177,400.821 C 732.71,401.599 732.219,402.367 732.025,403.269 C 733.435,403.597 734.721,403.457 736.041,403.275 C 737.231,403.111 736.877,405.435 735.913,405.646 C 736.843,405.709 736.95,406.761 737.497,407.3 C 736.124,408.597 733.847,406.555 732.265,407.473 C 732.204,407.508 731.23,408.589 731.264,408.587 C 730.328,408.644 730.309,407.305 729.468,406.977 C 726.987,406.008 725.476,407.815 723.049,407.689 C 720.478,407.555 719.394,409.93 717.121,410.541 C 717.503,409.669 718.375,409.2 718.993,408.525 C 717.453,408.776 716.797,409.733 715.393,410.109 C 715.488,409.553 715.704,409.048 716.041,408.596 C 713.545,409.521 711.43,412.648 709.374,414.29 C 708.85,414.708 708.651,415.387 708.121,415.796 C 707.532,416.251 706.704,416.211 706.093,416.672 C 705.162,417.374 703.857,418.534 703.657,419.756 C 705.435,419.402 707.192,416.402 709.167,417.19 C 709.885,417.477 707.483,419.665 707.228,419.962 C 706.386,420.941 705.954,422.264 705.021,423.152 C 703.125,424.958 702.334,427.143 700.54,429.054 C 699.629,430.024 698.832,431.283 698.474,432.573 C 698.141,433.774 698.375,435.019 697.543,436.058 C 696.185,437.755 695.443,441.592 696.106,443.704 C 696.658,445.461 699.213,444.392 700.304,443.909 C 702.819,442.798 704.744,440.897 706.506,438.828 C 707.458,437.711 708.323,436.543 708.949,435.208 C 709.482,434.072 709.487,431.38 710.641,430.773 C 708.777,429.654 710.361,427.579 711.221,426.372 C 711.776,425.594 711.645,424.78 712.035,423.965 C 712.442,423.115 713.773,422.467 714.409,421.747 C 715.13,420.93 715.386,420.131 715.821,419.159 C 716.212,418.288 717.026,418.218 717.695,417.68 C 718.534,417.006 718.596,416.584 719.71,416.342 C 721.023,416.057 721.661,414.684 722.88,414.211 C 722.109,415.187 721.868,416.52 720.936,417.379 C 721.492,417.113 721.948,416.73 722.304,416.227 C 722.208,416.831 721.847,417.37 721.368,417.74 C 722.88,417.106 723.514,415.61 724.198,414.241 C 725.046,412.543 726.897,413.208 728.281,412.412 C 725.961,412.031 729.359,409.387 730.38,409.2 C 730.999,409.087 732.387,409.936 732.961,410.252 C 734.318,411 735.438,411.936 736.883,412.548 C 738.081,413.056 738.62,414.705 737.506,415.245 C 736.435,415.764 736.808,417.38 736.608,418.318 C 736.362,419.464 735.44,421.401 734.254,421.782 C 732.953,422.201 732.599,423.546 731.388,424.097 C 730.242,424.618 728.753,425.22 728.512,426.659 C 728.2,428.518 730.691,427.054 731.204,426.9 C 732.265,426.582 736.169,422.403 737.388,424.161 C 738.336,425.528 736.96,428.91 736.81,430.336 C 736.615,432.194 735.518,436.558 733.034,436.748 C 733.883,435.877 732.691,435.395 732.093,436.143 C 731.585,436.779 731.359,437.646 730.73,438.189 C 730.061,438.766 729.237,439.098 728.562,439.66 C 727.839,440.26 727.432,441.087 726.684,441.68 C 726.134,442.117 723.497,443.749 724.991,444.285 C 725.526,444.477 726.105,444.586 726.627,444.812 C 726.859,444.968 727.047,445.166 727.19,445.405 C 727.545,445.683 728.324,445.409 728.787,445.676 C 728.04,445.835 727.251,445.822 726.555,446.18 C 727.293,446.607 728.025,445.995 728.787,446.109 C 729.293,446.185 729.785,446.44 730.298,446.456 C 731.965,446.507 733.519,445.755 735.235,445.806 C 736.894,445.854 738.402,444.384 739.815,443.701 C 741.456,442.907 743.323,442.473 745.06,441.934 C 748.674,440.812 752.341,439.496 755.576,437.501 C 756.945,436.657 758.458,435.872 759.759,434.938 C 760.515,434.395 761.71744,433.73516 760.26644,433.69216 C 759.03975,432.85138 760.26632,431.6564 760.5083,430.65464 C 761.07744,429.92238 763.3045,429.852 764.481,429.694 C 765.75,429.524 767.164,429.527 768.426,429.743 C 769.432,429.916 770.205,431.052 771.227,430.794 C 772.523,430.467 773.685,430.668 774.995,430.515 C 776.434,430.348 777.639,429.421 778.953,428.896 C 779.953,428.497 781.147,428.523 781.507,427.287 C 781.876,426.02 782.696,425.149 783.721,424.365 C 783.137,424.624 782.179,424.854 782.931,423.789 C 782.1,424.364 781.954,423.921 782.351,423.4 C 782.76,422.864 783.46236,422.00083 784.05736,421.73983 C 788.0163,419.79575 791.91063,416.95399 796.47416,415.83319 L 818.88464,415.89336 C 819.34064,415.23836 819.762,414.055 820.481,413.649 C 821.284,413.197 822.286,413.443 823.18,412.916 C 823.302,413.155 823.422,413.395 823.54,413.636 C 824.431,413.255 824.093,412.374 825.117,412.492 C 824.65457,412.31816 827.41071,409.84852 828.135,409.508 C 829.00559,409.0987 829.72966,408.22875 830.15982,406.93809 C 830.42526,406.14165 831.58973,404.98249 832.658,404.281 C 833.73233,403.57553 833.79,402.325 834.561,401.395 C 835.632,400.104 837.201,399.185 838.492,398.13 C 839.589,397.234 843.53718,392.82073 843.17218,396.32973 C 842.97718,398.20673 847.25454,396.23573 847.81054,396.08573 C 851.12554,395.18973 850.64945,399.387 849.93545,401.174 C 849.29545,402.773 848.54,404.417 847.961,406.038 C 847.66,406.882 846.14664,409.15246 846.72064,410.04146 C 847.32864,410.98346 848.583,410.205 847.972,411.611 C 847.539,412.606 846.838,413.628 847.591,414.645 C 848.191,414.038 848.805,414.293 848.996,415.076 C 849.222,415.999 848.28,416.263 848.161,417.092 C 849.148,416.425 849.117,417.188 848.697,417.685 C 848.246,418.22 847.417,418.389 846.77,418.517 C 845.982,418.672 845.319,418.789 844.626,419.243 C 844.128,419.569 842.321,420.901 842.981,419.253 C 842.32,419.471 841.853,420.261 841.111,420.261 C 840.554,420.261 840.678,421.314 840.031,421.486 C 840.031,421.039 840.044,419.866 839.262,420.049 C 838.379,420.257 837.857,421.592 837.72,420.19 C 837.7,420.837 837.486,420.76 837.021,420.732 C 836.471,420.698 836.514,422.073 836.5,422.35 C 835.349,421.607 835.485,420.669 835.71,419.469 C 835.435,420.303 834.463,420.414 833.91,420.981 C 833.278,421.628 832.984,422.533 832.39,423.213 C 831.001,424.805 829.732,423.992 828.44,425.734 C 828.278,425.267 828.157,425.165 828.36,424.654 C 828.123,424.873 827.882,425.089 827.64,425.301 C 828.106,423.456 826.741,425.473 826.64,425.949 C 826.692,425.154 826.794,424.354 827.43,423.789 C 826.992,423.991 826.655,424.303 826.42,424.725 C 827.166,424.544 826.16,426.587 825.77,426.885 C 825.734,426.572 825.687,426.26 825.63,425.949 C 825.273,426.244 824.099,427.276 825.41,425.804 C 824.196,427.455 824.899,425.98 825.12,425.516 C 824.334,426.025 822.704,426.527 822.628,427.63 C 822.607,427.948 821.01,429.35 820.662,429.559 C 819.293,430.384 814.357,434.586 816.559,436.244 C 815.865,436.653 813.097,437.694 813.216,438.762 C 813.272,439.267 814.437,439.448 814.713,439.899 C 815.41,441.037 814.355,442.428 815.61,443.563 C 816.669,444.52 818.761,443.587 818.999,442.22 C 818.119,442.22 818.854,441.349 817.999,440.781 C 819.526,440.714 819.291,442.952 818.794,443.806 C 818.21,444.813 814.41,445.453 813.309,445.317 C 813.531,444.802 813.774,444.298 814.039,443.804 C 812.532,444.585 810.935,445.705 809.279,445.821 C 809.594,445.066 809.778,444.216 810.439,443.661 C 809.726,444.018 808.928,444.975 808.779,443.661 C 807.461,445.296 807.387,446.794 805.009,447.17 C 804.541,447.244 800.648,447.864 800.718,446.973 C 800.679,447.918 799.252,447.922 798.605,447.914 C 797.194,447.896 796.458,447.916 795.108,448.456 C 792.412,449.533 789.784,450.429 787.468,452.157 C 788.599,450.749 789.655,449.393 789.408,447.476 C 788.473,449.06 789.106,452.061 786.681,452.789 C 784.786,453.358 784.641,454.824 786.667,455.037 C 786.305,456.912 785.057,458.558 784.077,460.149 C 784.317,459.669 784.557,459.189 784.797,458.709 C 783.205,458.672 782.792,463.073 780.987,462.917 C 780.41,462.868 778.957,465.237 778.58,465.646 C 777.732,466.563 776.569,467.779 775.227,467.853 C 775.403,467.397 776.567,466.259 775.892,465.798 C 774.767,465.03 774.006,464.984 773.212,463.684 C 771.785,461.35 775.506,460.59 776.668,459.573 C 774.902,460.318 771.825,461.448 772.71,463.954 C 773.222,465.404 772.684,466.853 773.299,468.378 C 773.793,469.601 773.525,470.502 772.707,470.949 C 773.786,471.17 773.276,472.187 772.847,472.749 C 773.597,471.105 772.676,472.598 772.538,472.955 C 772.318,473.527 771.463,473.931 771.029,474.324 C 769.857,475.387 769.061,476.549 768.096,477.789 C 767.232,478.9 766.026,479.725 765.19,480.819 C 764.696,481.465 764.144,483.217 763.126,483.19 C 762.774,481.575 764.252,479.883 765.222,478.785 C 765.709,478.234 766.978,476.402 767.596,476.278 C 767.006,476.044 766.452,476.116 765.936,476.494 C 766.128,475.798 767.983,474.404 766.146,474.406 C 766.497,473.946 766.763,473.442 766.946,472.893 C 766.217,474.09 765.778,472.317 765.576,473.973 C 765.444,473.584 764.365,472.888 764.481,472.491 C 764.687,471.783 765.747,471.418 765.147,470.59 C 765.655,470.598 766.135,470.718 766.586,470.95 C 766.445,470.35 765.735,469.102 764.926,469.582 C 765.274,468.568 765.83,469.245 766.488,468.841 C 767.595,468.16 765.853,467.702 765.216,468.214 C 765.573,467.031 767.19,467.465 767.446,466.126 C 767.215,466.33 766.975,466.522 766.726,466.702 C 766.116,464.741 768.997,464.202 770.326,464.038 C 770.079,463.854 769.839,463.663 769.606,463.462 C 770.162,463.196 770.618,462.812 770.976,462.31 C 770.483,462.617 769.98,462.905 769.466,463.174 C 769.696,462.921 769.913,462.656 770.116,462.382 C 769.366,462.291 769.006,462.722 768.643,463.292 C 768.392,463.687 766.978,464.881 767.876,463.39 C 767.472,463.686 767.185,464.07 767.016,464.542 C 766.732,463.172 765.409,464.761 765.506,465.406 C 765.24,465.292 764.977,465.172 764.716,465.046 C 764.818,465.593 765.055,466.072 765.426,466.486 C 764.519,466.576 764.629,466.722 765.216,467.278 C 763.162,466.007 763.723,472.411 763.196,473.038 C 762.126,472.32 761.933,471.257 762.336,470.086 C 761.998,471.044 761.746,471.893 762.458,472.761 C 763.012,473.436 763.75,474.447 762.836,475.199 C 762.554,474.08 759.943,474.063 760.386,472.751 C 760.012,472.682 759.918,472.921 760.106,473.471 C 759.602,473.191 759.202,472.726 759.023,472.175 C 757.848,473.224 757.293,471.874 758.305,470.923 C 759.078,470.197 760.859,469.48 760.245,468.144 C 760.294,469.516 756.263,472.042 757.128,472.81 C 757.652,473.276 758.513,472.671 758.933,473.392 C 759.641,474.605 759.859,474.266 761.148,474.605 C 761.675,474.744 762.034,475.886 762.495,476.268 C 763.266,476.904 763.147,477.254 762.452,478.023 C 760.616,480.054 759.475,476.953 758.806,475.488 C 758.736,476.833 759.811,478.858 760.97,479.517 C 762.395,480.327 762.084,481.54 760.315,481.248 C 760.42,481.509 760.517,481.773 760.605,482.04 C 759.499,482.686 758.947,481.144 758.374,480.528 C 759.136,481.895 762.019,483.939 759.382,484.847 C 758.489,482.264 756.806,482.468 754.486,481.608 C 754.73,482.096 756.294,482.209 756.891,482.635 C 757.714,483.223 759.425,484.672 758.446,485.783 C 758.899,485.298 759.479,485.345 759.886,485.855 C 759.77,484.694 760.973,485.079 761.64,485.27 C 762.481,485.512 762.288,486.181 762.286,486.99 C 762.284,488.062 762.181,489.104 762.087,490.171 C 761.967,491.541 762.763,493.016 762.335,494.351 C 762.263,493.191 762.217,491.988 761.889,490.865 C 761.571,489.776 762.436,488.649 761.615,487.655 C 761.561,488.041 761.392,488.818 760.965,488.087 C 760.942,489.497 761.887,490.959 761.186,492.335 C 761.256,491.771 761.113,491.267 760.755,490.823 C 760.466,491.599 759.895,491.69 759.382,491.039 C 759.523,491.293 759.643,491.558 759.742,491.831 C 759.179,492.188 758.675,492.116 758.23,491.615 C 758.948,493.079 757.495,491.952 757.005,491.687 C 757.213,491.915 757.405,492.154 757.581,492.407 C 756.873,492.588 756.272,493.382 755.493,492.911 C 754.666,492.411 755.045,491.282 755.493,490.679 C 755.109,491.009 754.119,493.341 754.746,493.729 C 755.304,494.074 756.072,493.285 756.634,493.49 C 757.092,493.657 759.333,492.888 759.234,493.911 C 759.166,494.611 758.774,495.622 758.301,496.151 C 758.948,495.938 759.199,495.401 759.365,494.794 C 759.582,493.996 760.463,494.224 760.963,493.703 C 761.504,494.821 760.469,495.609 760.314,496.655 C 759.306,495.926 758.62,497.6 758.091,498.159 C 757.111,499.196 755.285,498.605 754.269,497.951 C 754.419,497.698 754.587,497.458 754.773,497.23 C 754.207,497.364 753.822,497.771 753.981,498.382 C 753.036,497.917 751.891,498.038 751.029,497.374 C 751.552,497.926 755.099,499.312 753.604,499.893 C 753.033,500.115 753.395,500.838 752.872,501.204 C 751.714,502.016 751.088,501.932 749.949,501.047 C 750.041,502.046 750.72,502.405 751.65,502.29 C 752.28,502.212 754.287,501.348 753.982,502.271 C 754.303,502.092 754.639,501.948 754.99,501.838 C 754.6,502.475 753.932,503.283 753.262,503.638 C 752.882,503.839 750.705,503.67 751.246,504.214 C 750.107,504.028 748.541,503.854 747.691,504.61 C 747.111,505.128 745.902,506.014 746.278,504.502 C 745.91,504.828 745.933,505.421 745.808,505.85 C 745.673,506.31 744.686,506.496 744.311,506.702 C 742.674,507.598 741.748,509.155 740.806,510.695 C 740.932,510.222 740.98,509.743 740.95,509.255 C 740.308,512.048 737.711,511.15 735.435,511.831 C 732.852,512.606 731.207,514.922 729.646,516.959 C 729.258,516.439 729.426,515.871 729.934,515.519 C 729.081,515.998 729.748,517.557 728.782,517.751 C 728.261,517.855 728.478,518.211 728.145,518.514 C 727.553,519.052 727.38,518.499 726.838,518.831 C 726.262,519.184 723.655,522.382 723.311,520.415 C 723.63,522.038 722.274,522.261 721.167,522.846 C 720.474,523.213 719.915,523.57 719.093,523.417 C 718.743,523.352 716.571,523.418 718.415,523.727 C 716.228,524.164 719.979,523.894 717.695,524.807 C 719.437,524.637 716.542,526.077 716.831,524.375 C 716.639,526.32 716.038,524.085 715.967,523.655 C 715.988,524.297 716.218,524.907 716.232,525.548 C 716.248,526.345 714.533,527.567 715.535,526.103 C 714.4,527.816 714.268,528.443 712.223,529.055 C 712.321,529.294 712.416,529.534 712.511,529.776 C 712.054,530.059 711.574,530.107 711.071,529.92 C 711.044,530.189 711.068,530.452 711.143,530.712 C 711.411,530.627 711.675,530.531 711.935,530.424 C 711.757,531.313 710.89,531.688 710.063,531.65 C 710.957,532.141 710.519,533.469 709.847,532.8 C 710.082,533.982 709.45,533.515 708.551,533.304 C 709.102,533.487 709.534,533.823 709.847,534.312 C 709.173,534.968 708.344,534.888 707.98,535.893 C 707.721,536.609 706.56,538.416 707.148,539.131 C 707.405,539.382 707.387,539.608 707.093,539.806 C 706.387,540.283 706.885,540.444 707.01,541.232 C 707.253,542.767 706.873,544.563 706.864,546.12 C 706.845,549.474 707.695,552.859 708.835,555.995 C 709.397,557.538 709.293,557.875 708.854,559.339 C 708.421,560.783 708.908,562.107 709.054,563.544 C 708.461,562.06 708.2,560.476 708.831,558.959 C 709.555,557.221 707.829,557.626 707.758,556.2 C 707.758,558.836 708.103,561.351 708.806,563.888 C 709.188,565.266 710.155,568.092 709.125,569.376 C 711.483,569.046 708.525,579.057 708.039,580.148 C 707.244,581.932 706.114,585.675 704.373,586.656 C 703.792,586.984 704.025,585.589 703.296,586.615 C 702.776,587.346 701.984,586.621 701.287,586.874 C 700.122,587.297 698.366,586.741 699.62,585.36 C 699.855,585.874 700.301,586.276 700.844,586.44 C 701.147,585.654 699.804,584.855 699.487,584.265 C 698.79,582.968 699.301,581.553 697.791,580.647 C 696.898,580.112 695.979,580.036 695.876,578.807 C 695.774,577.596 696.54,575.897 695.084,575.207 C 695.943,574.916 696.375,574.035 697.101,573.551 C 696.355,573.777 695.898,574.662 695.156,574.939 C 694.534,575.171 695.187,571.761 695.588,571.32 C 695.09,571.658 694.61,571.634 694.149,571.248 C 695.186,572.429 693.541,572.682 692.997,571.248 C 692.497,569.93 693.091,567.655 691.701,566.784 C 692.825,566.709 695.019,564.099 694.365,562.968 C 694.121,563.131 693.882,563.299 693.645,563.472 C 693.71,562.85 693.317,562.357 692.781,562.104 C 692.434,562.617 692.418,563.039 692.954,563.414 C 693.428,563.746 692.399,564.825 692.204,565.057 C 691.869,564.516 691.576,563.808 691.7,565.057 C 690.787,562.115 693.688,559.324 694.367,556.607 C 694.609,555.639 694.603,554.771 694.409,553.791 C 694.079,552.124 693.421,552.654 692.384,551.67 C 690.877,550.24 690.375,548.163 689.519,546.374 C 689.104,545.506 688.164,544.555 687.235,544.249 C 685.88,543.802 684.998,545.179 683.707,545.041 C 683.929,546.143 682.923,545.882 682.015,546.445 C 681.661,546.664 680.062,547.714 680.251,546.768 C 679.233,547.535 677.897,547.777 676.651,547.777 C 677.401,546.804 676.785,545.528 675.787,545.041 C 676.266,545.104 676.194,544.84 675.571,544.249 C 676.549,545.001 676.861,544.061 675.898,543.963 C 674.445,543.815 675.478,542.799 676.291,542.593 C 675.595,542.621 674.899,542.652 674.203,542.665 C 674.398,542.903 674.59,543.143 674.779,543.385 C 673.37,543.743 671.027,542.111 669.811,541.513 C 669.974,541.539 672.459,541.883 672.282,541.42 C 672.111,540.974 671.297,540.683 670.885,540.596 C 670.147,540.44 669.451,541.092 668.806,541.338 C 667.706,541.757 666.149,541.76 664.988,541.729 C 665.65,541.66 666.274,541.468 666.86,541.154 C 666.25,540.955 666.012,540.471 666.428,539.929 C 666.061,540.337 665.725,540.769 665.42,541.225 C 665.858,539.234 664.623,541.121 664.224,541.542 C 663.627,542.173 662.917,542.497 662.036,542.45 C 662.579,542.311 663.924,541.66 663.116,540.938 C 662.511,542.575 660.318,543.451 658.724,542.809 C 660.323,543.409 659.575,539.481 659.3,538.705 C 658.907,539.545 658.427,540.501 657.934,541.284 C 657.558,541.881 656.52,541.533 655.933,541.858 C 655.617,542.033 654.024,542.084 654.188,541.837 C 653.583,542.748 652.837,541.237 652.172,541.513 C 652.475,541.616 650.223,542.103 649.749,542.157 C 648.551,542.294 648.395,542.978 647.243,543.373 C 645.168,544.083 644.509,541.699 642.658,541.737 C 642.004,541.75 639.8,543.619 640.902,544.226 C 641.627,544.625 642.885,544.57 643.633,544.276 C 644.245,544.035 645.57,544.17 645.98,543.818 C 645.726,544.15 644.166,544.815 644.359,545.331 C 644.849,546.635 645.401,545.899 646.007,545.242 C 646.803,544.38 647.954,545.495 647.379,546.453 C 646.89,547.268 645.25,546.601 645.547,547.995 C 644.572,547.637 644.462,548.332 644.701,549.084 C 645.088,550.298 645.978,550.41 647.092,550.74 C 647.635,550.901 647.856,551.67 648.256,552.096 C 648.657,552.524 647.244,553.264 647.275,553.827 C 646.519,552.688 645.71,553.798 645.043,554.331 C 645.449,553.786 645.854,553.231 646.123,552.602 C 645.443,552.518 645.632,552.153 645.356,551.735 C 645.187,551.477 643.483,550.879 643.171,550.875 C 643.742,549.949 640.979,548.594 640.644,548.89 C 640.456,549.057 641.169,550.13 641.103,550.513 C 640.913,551.629 640.557,552.614 639.354,552.891 C 639.321,551.849 639.487,551.536 638.346,551.307 C 636.519,550.94 637.319,552.321 636.02,552.596 C 633.98,553.027 631.786,550.665 632.946,548.716 C 632.48,549.588 631.352,549.188 630.805,548.651 C 630.449,548.301 630.19,547.786 630.354,547.277 C 629.622,547.162 628.257,547.789 629.202,546.556 C 628.299,546.566 626.132,547.416 627.042,548.644 C 625.676,548.415 624.484,549.104 623.021,548.725 C 621.301,548.279 619.809,547.226 618.114,546.701 C 618.902,546.008 619.248,545.357 618.834,544.325 C 618.542,545.081 618.384,546.929 617.429,547.151 C 616.536,547.358 614.863,547.56 614.011,547.132 C 614.449,546.488 615.315,546.012 615.235,545.116 C 614.236,545.617 613.282,546.658 614.083,547.78 C 611.43,548.129 608.701,548.997 606.523,550.588 C 607.163,549.755 608.22,549.211 609.187,548.86 C 608.426,548.712 607.675,548.932 606.955,549.148 C 607.447,548.526 607.996,547.769 607.747,546.916 C 607.101,547.055 607.003,547.671 606.451,547.924 C 605.925,548.165 605.882,547.183 605.371,547.78 C 604.93,548.296 605.459,550.239 606.163,550.444 C 604.918,551.673 603.53,552.485 602.336,553.788 C 600.703,555.57 597.638,555.242 596.227,556.924 C 596.707,556.78 597.186,556.636 597.666,556.492 C 596.495,557.142 595.267,557.726 593.994,558.148 C 594.57,557.618 595.338,557.371 595.866,556.78 C 595.373,556.912 594.893,557.08 594.426,557.284 C 595.537,556.596 593.098,556.781 592.842,555.987 C 592.96,556.485 592.84,556.917 592.482,557.284 C 592.726,555.143 589.84,558.539 592.482,558.435 C 591.587,559.284 590.225,559.654 589.602,558.291 C 589.687,559.479 587.635,562.085 587.946,560.522 C 587.418,561.652 586.074,560.484 585.642,561.818 C 586.234,561.985 586.738,561.841 587.154,561.386 C 586.864,563.615 584.672,563.219 583.05,563.691 C 583.337,563.728 583.625,563.752 583.914,563.762 C 583.676,564.301 584.088,564.654 584.251,565.113 C 584.448,565.669 583.376,566.881 583.109,567.301 C 582.392,568.427 580.835,568.499 580.242,567.218 C 580.579,567.739 580.555,568.242 580.17,568.73 C 580.888,568.898 581.647,569.061 582.33,568.659 C 582.129,569.444 581.726,570.761 580.933,571.157 C 580.272,571.488 580.891,573.167 580.891,573.699 C 580.891,575.295 579.925,578.598 581.179,579.891 C 581.428,579.684 581.668,579.469 581.899,579.244 C 582.088,580.007 580.229,580.724 579.709,580.797 C 578.682,580.941 578.022,579.172 576.845,579.172 C 575.882,579.172 574.60257,579.39254 573.715,578.886 C 572.60759,578.254 571.3501,576.81 570.199,576.617 C 567.91872,576.23468 568.5899,574.55847 567.682,572.602 C 567.01655,571.168 566.92311,569.933 567.229,568.456 C 567.35831,567.83161 567.71541,567.20364 567.5436,566.584 C 567.38023,565.99475 566.27452,565.51697 565.955,564.574 C 565.09708,562.29712 563.7088,560.43045 563.096,557.4 C 562.86,556.159 562.992,554.892 562.695,553.655 C 562.547,553.04 562.159,552.577 561.989,551.986 C 561.782,551.266 561.06784,550.73797 560.767,550.157 C 560.13921,548.94464 559.26257,548.36978 558.60441,547.2156 C 558.53471,547.09338 556.512,546.92379 556.299,546.89179 C 553.94,546.54379 551.48173,546.30146 549.406,547.605 C 547.24196,548.964 547.05676,552.371 544.189,553.692 C 543.05051,554.21643 541.697,552.882 540.859,552.316 C 540.103,551.805 539.292,551.38 538.544,550.856 C 536.2864,549.22377 535.19826,547.62093 535.13181,545.50319 C 535.70151,544.03331 535.36187,542.3649 535.298,540.88579 C 535.4557,539.42779 534.43096,538.73297 533.186,538.27459 C 531.96106,537.82358 530.97079,535.35889 530.05779,533.79638 C 526.49654,531.86033 528.81308,529.86737 525.95223,529.636 L 512.86827,529.6484 L 512.68925,533.46493 L 492.47169,533.35822 L 468.7386,523.373 C 469.0126,522.638 469.703,522.18 470.157,521.572 C 464.108,521.764 458.0516,522.6124 452.0346,523.2074 C 451.9686,521.5144 452.576,519.881 452.599,518.208 C 452.626,516.167 451.194,515.388 450.049,513.937 C 448.874,512.448 448.869,513.309 447.449,512.784 C 446.48,512.427 448.574,509.881 445.772,509.98 C 444.054,510.042 443.391,509.545 442.501,508.133 C 441.561,506.642 439.617,506.894 438.11,506.569 C 437.122,506.356 433.995,506.962 434.383,504.969 C 434.627,503.716 435.975,502.553 436.029,501.268 C 436.081,500.036 434.487,500.247 435.315,498.866 C 435.833,498.003 434.721,496.956 434.098,496.283 C 433.485,495.619 433.55,494.76 433.505,493.874 C 433.439,492.582 431.705,491.301 432.053,490.139 C 432.598,488.318 432.827,488.329 434.09,487.084 C 435.567,485.628 434.261,485.292 433.082,484.465 C 431.331,483.238 432.828,482.079 432.512,480.556 C 432.325,479.656 433.345,477.631 434.373,477.58 C 434.375,478.064 433.852,478.545 433.941,479.019 C 434.053,479.616 434.8,480.091 435.165,480.532 C 435.77,478.578 434.606,476.38 436.965,475.347 C 434.822,473.071 435.104,477.414 433.771,477.13 C 432.917,476.948 431.918,474.607 430.989,475.923 C 431.471,475.338 432.14,473.554 432.645,475.131 C 432.603,474.463 432.552,473.775 432.073,473.256" id="path3804"/>
<path d="M 339.769,307.656 C 337.55,308.583 340.811,309.473 341.425,310.176 C 341.179,310.415 340.916,310.631 340.633,310.824 C 341.094,310.604 342.115,310.48 342.181,309.816 C 342.245,309.166 343.697,309.197 344.017,308.592 C 342.574,307.923 341.415,307.165 339.769,307.656" id="path7112"/>
<path d="M 357.913,297.36 C 359.725,297.906 361.376,296.686 363.149,296.618 C 364.523,296.565 366.43,297.1 367.633,296.208 C 366.632,296.483 366.666,296.382 367.736,295.902 C 368.529,295.515 369.367,295.239 370.216,295.008 C 371.645,294.62 373.1,294.328 374.473,293.759 C 372.804,293.701 370.918,293.629 369.268,293.905 C 367.896,294.134 366.636,294.718 365.243,294.882 C 362.604,295.194 359.74,295.072 357.913,297.36" id="path7114"/>
</g>
<g class="landxx kz" id="kz">
<path d="M 1591.8643,339.81235 C 1592.1963,338.71135 1592.4287,337.58737 1593.4567,336.91937 C 1593.9777,336.58037 1594.3513,336.10234 1593.9873,335.51534 C 1593.1523,334.17034 1591.8963,334.20394 1591.8543,332.30396 C 1591.8072,330.16981 1592.4778,329.98706 1593.8343,328.72155 C 1594.7391,327.87748 1593.5117,326.12416 1594.4415,325.23134 C 1596.6333,323.12673 1600.19,329.59466 1601.9563,329.84555 C 1603.0369,329.99903 1605.9011,328.85895 1604.3761,327.53695 C 1603.2101,326.52495 1603.3393,323.70355 1601.7663,323.20555 C 1603.7375,323.44541 1604.2625,323.06697 1606.0815,321.86834 C 1607.6022,320.86628 1605.0082,319.87619 1606.7681,319.34795 C 1609.8638,319.38438 1608.2758,318.24217 1611.7181,317.75455 C 1613.2141,317.37542 1612.1705,314.20275 1614.4055,315.25675 C 1614.2125,314.77775 1614.0689,314.34715 1613.8759,313.86815 C 1614.5549,314.01315 1617.8012,314.53649 1617.9573,315.08655 C 1618.6446,317.50784 1619.7109,314.91967 1620.5759,316.33676 C 1621.0919,315.70076 1620.7429,315.03315 1621.4979,314.58715 C 1622.5735,314.42679 1623.2848,313.9551 1624.2011,313.64756 C 1625.5741,318.05256 1629.8471,314.78156 1632.6311,316.65656 C 1633.7134,317.58098 1632.9079,318.07151 1636.7111,318.99455 C 1638.0534,320.33212 1639.073,320.77318 1640.3563,321.57834 C 1640.0003,322.18834 1640.7482,324.79534 1641.4115,324.16935 C 1642.9111,322.7542 1640.2174,321.05336 1640.2359,320.12856 C 1641.1739,319.48256 1643.0433,320.63755 1643.7123,321.30555 C 1644.8843,322.47555 1646.6587,322.30776 1647.7067,323.24176 C 1648.8667,324.27576 1649.6413,323.79655 1650.7493,322.79855 C 1651.1223,322.46255 1650.9245,321.85295 1651.3315,321.56895 C 1651.9525,321.13295 1652.7489,320.69215 1652.6869,319.77215 C 1653.2499,319.80715 1653.8033,320.04955 1654.2473,320.39855 C 1654.3043,319.33555 1657.2995,319.05676 1657.7675,319.82276 C 1658.0615,320.30176 1658.8693,320.80755 1659.3313,321.10155 C 1660.1603,321.62855 1660.6953,320.66655 1661.5263,321.04655 C 1661.5268,318.73632 1661.2459,319.33154 1663.2231,319.63195 C 1664.2769,319.79206 1664.4798,318.44499 1665.6353,319.12818 C 1666.4644,319.61837 1666.9891,320.62085 1667.6393,321.48135 C 1669.2754,323.64676 1675.2422,322.43559 1674.1273,324.25776 C 1675.0093,324.19876 1675.7813,324.27154 1676.2303,323.40554 C 1676.4843,322.91654 1676.0863,321.65276 1676.7523,321.37776 C 1677.6283,321.01576 1678.1153,322.27376 1678.7373,322.60276 C 1679.5443,323.02876 1680.9503,323.01976 1681.8503,322.99976 C 1682.9013,322.97676 1685.7973,322.66755 1686.0293,321.34455 C 1686.1753,320.50355 1685.1583,318.20615 1686.5313,318.04515 C 1685.5233,317.71215 1684.7545,316.77034 1683.6095,316.63334 C 1682.6425,316.51734 1682.4239,316.65355 1681.6249,315.94055 C 1680.8579,315.25655 1680.3113,315.07355 1679.2103,315.06755 C 1677.8523,315.05955 1677.9111,314.3611 1676.8033,313.72655 C 1676.0623,313.30209 1675.3767,313.37919 1674.5017,313.03134 C 1673.7095,312.71639 1673.5315,311.86095 1674.5225,311.95495 C 1678.8662,309.20113 1676.3752,311.8987 1679.7155,309.11615 C 1679.2775,308.83315 1676.7533,306.56255 1676.6913,306.18155 C 1676.5493,305.31155 1678.6791,304.81595 1677.7711,303.76295 C 1681.0054,303.37008 1679.1805,303.26805 1682.6473,303.98155 C 1683.1639,304.08787 1683.8863,303.84395 1684.7287,303.48756 C 1685.6154,303.11243 1683.7673,302.49355 1683.1233,302.32755 C 1681.5383,301.91855 1679.7893,301.70655 1678.2553,301.15255 C 1676.2193,300.41755 1680.0403,299.52755 1680.0953,299.44655 C 1679.6343,298.75955 1679.1943,298.85255 1678.5053,299.01955 C 1677.4793,299.26855 1676.5023,298.69455 1675.6353,298.22355 C 1678.0833,298.02155 1676.0437,296.37515 1675.3397,295.79715 C 1675.8247,295.70215 1676.3057,295.72715 1676.7787,295.86915 C 1676.3847,294.44415 1680.0463,295.39855 1680.5813,295.60955 C 1681.7333,296.06455 1681.9643,295.36376 1683.0453,295.17076 C 1684.2513,294.95576 1684.4413,296.10576 1685.4953,296.17976 C 1685.1883,294.27076 1687.0813,294.62455 1688.5243,294.62455 C 1688.6203,294.38455 1688.7163,294.14455 1688.8143,293.90355 C 1690.5235,293.25147 1692.1201,293.64962 1693.7223,293.54176 C 1693.9927,293.38751 1693.4773,292.67272 1694.7683,292.74555 C 1695.5624,292.79035 1696.7573,292.30459 1697.8003,292.50155 C 1698.5564,292.64433 1699.2123,291.86655 1699.9423,292.37855 C 1700.9303,293.07155 1700.8513,292.44855 1700.8453,291.67455 C 1700.8263,289.32555 1707.2783,289.99555 1708.6333,289.67155 C 1712.1037,288.36808 1714.7747,289.03485 1718.9753,286.70455 C 1718.3263,286.58755 1717.787,286.53593 1718.4045,286.03913 C 1719.9599,284.78793 1720.7257,285.7073 1720.5149,284.23135 C 1721.1059,284.39935 1721.7049,284.44735 1722.3149,284.37535 C 1722.1029,284.13135 1721.9363,283.91755 1721.7163,283.68055 C 1722.4763,283.73118 1723.7661,284.4396 1724.3981,284.00257 C 1725.1761,284.10057 1725.7345,284.13237 1726.5601,284.30955 C 1727.1388,284.43375 1730.8913,286.95657 1731.8293,285.34955 C 1732.8244,283.64485 1735.003,285.39425 1735.5197,286.01055 C 1736.0723,286.66969 1736.1699,287.10455 1736.5139,287.87055 C 1736.9609,288.86855 1738.1749,289.32955 1739.0729,289.80055 C 1738.1179,290.79255 1740.6303,292.95455 1738.5663,293.11255 C 1739.9183,294.77855 1740.6769,293.45758 1742.2023,294.34055 C 1742.7103,294.63458 1743.2724,294.2849 1743.8903,293.57455 C 1744.411,292.97587 1745.7909,293.78315 1746.2869,293.71115 C 1745.7369,293.43515 1745.4451,292.83776 1745.5911,292.22076 C 1746.6441,292.68876 1747.4525,294.14115 1748.6715,294.21515 C 1747.6605,294.96515 1748.6121,295.17395 1749.0521,296.13395 C 1749.4581,295.69295 1749.9873,295.52635 1750.5873,295.53635 C 1750.2623,295.03835 1749.6991,294.76535 1749.1221,295.03235 C 1750.1771,292.05035 1755.0659,298.20795 1756.3679,294.69395 C 1756.9009,295.11395 1757.3593,295.79355 1757.3573,296.49755 C 1755.9973,296.30755 1755.0907,297.34104 1755.0909,298.09355 C 1755.0911,299.05036 1757.03,299.37236 1756.9973,299.99776 C 1757.9633,299.10276 1758.5431,298.22356 1759.9921,298.31656 C 1760.9466,299.1137 1761.0944,298.46854 1761.8864,298.78964 C 1762.4338,299.11777 1762.7428,299.66455 1763.2573,299.66755 C 1763.1203,297.55655 1764.2059,297.39795 1765.7269,296.85595 C 1766.4589,296.59495 1768.6199,295.71795 1767.6769,294.62395 C 1768.5349,294.54995 1769.4113,294.39355 1770.2133,294.08755 C 1771.1215,293.86498 1771.693,293.0928 1772.4073,292.61255 C 1772.8853,292.44149 1773.3344,292.60905 1773.8497,292.41276 C 1774.7842,292.05681 1774.9997,291.94772 1775.9273,291.60455 C 1775.7203,291.85655 1775.5303,292.12055 1775.3573,292.39655 C 1776.0303,292.57055 1776.1296,293.13986 1775.8573,293.80755 C 1775.4714,294.75401 1774.6062,294.01305 1773.9183,294.41155 C 1776.9593,296.71755 1780.6231,297.96495 1783.9211,299.82195 C 1787.2291,301.68395 1789.8717,304.32215 1792.7217,306.79715 C 1795.9767,309.62315 1799.1173,312.66955 1802.2443,315.63255 C 1804.1233,317.41255 1806.7975,321.60335 1809.4335,322.17935 C 1808.1495,320.9319 1811.5692,321.38554 1810.7509,319.53056 C 1810.0353,317.90831 1810.9396,318.36434 1811.4019,317.94114 C 1813.3695,317.60744 1812.8124,318.33815 1814.0598,318.52766 C 1814.9523,318.66325 1814.6903,318.54589 1815.0489,318.83356 C 1815.6671,319.70159 1814.3834,320.96067 1816.3861,320.51976 C 1817.7554,320.21831 1818.1219,322.16376 1819.2979,322.39176 C 1819.9149,322.51176 1820.5443,322.30034 1821.0989,322.06876 C 1822.011,321.68788 1823.1996,322.82616 1823.6215,322.45016 C 1824.6587,321.52592 1824.7161,322.88103 1826.6685,321.12576 C 1826.931,320.88978 1827.4681,320.93557 1827.7811,320.87357 C 1828.3391,320.76257 1828.2044,320.18253 1828.7137,320.10676 C 1832.6617,319.51952 1836.5452,323.38146 1838.1713,325.52755 C 1839.1494,326.81849 1841.3861,326.71956 1842.8591,327.17456 C 1844.5761,327.70356 1844.5083,328.97555 1845.7333,330.14355 C 1846.2613,330.64755 1846.6893,330.94255 1847.1203,331.53755 C 1848.7301,332.27221 1851.8945,331.6497 1852.8403,332.37955 C 1854.3366,333.26457 1854.6639,331.71539 1854.8845,331.39235 C 1855.161,330.98758 1856.7108,329.48973 1856.9313,330.88755 C 1857.0431,331.5966 1856.5281,332.42055 1857.7961,332.41429 C 1858.4884,332.41087 1859.0541,333.19792 1859.642,333.87567 C 1860.2165,334.53787 1860.808,334.85942 1861.4973,334.98066 C 1862.1983,335.10395 1862.7472,335.80951 1862.9947,336.14376 C 1861.9214,336.12736 1858.7886,335.58395 1859.8943,337.82655 C 1860.7059,339.47272 1860.2307,340.63432 1858.6783,341.51455 C 1857.355,342.26489 1855.1775,341.12893 1854.8653,343.09555 C 1854.2881,346.73227 1856.7112,347.94373 1858.0243,350.89015 C 1859.1975,353.52276 1856.2447,353.64279 1855.3805,354.29415 C 1854.4538,354.99261 1853.763,355.45996 1852.7721,354.39455 C 1851.8489,353.40193 1850.0839,353.9041 1848.9193,354.02055 C 1845.7689,354.33555 1844.3176,352.97996 1842.1313,352.26795 C 1839.8383,351.49019 1841.6729,356.18303 1840.5851,357.89155 C 1840.4668,359.67187 1841.3225,362.10253 1840.4723,365.22555 C 1840.1853,367.64705 1844.1831,365.60874 1843.7413,369.12455 C 1843.5933,370.30243 1842.6651,369.54674 1842.0871,369.26574 C 1841.1191,368.79574 1840.3121,369.58374 1839.2981,369.40174 C 1838.4801,369.25474 1836.8743,367.91534 1836.1033,368.27434 C 1835.0343,368.77334 1833.5968,368.85962 1832.4967,369.24396 C 1831.112,369.72773 1826.6062,370.21078 1826.3391,371.47356 C 1825.9629,373.25179 1830.772,371.79191 1830.6029,373.67455 C 1830.3417,376.58251 1832.8962,379.90369 1833.7489,380.91855 C 1834.5685,381.89402 1835.6186,383.08446 1835.9213,384.29755 C 1836.2785,385.72884 1837.8726,386.10973 1836.9863,387.00455 C 1836.0883,386.36755 1835.3393,387.35555 1834.8953,388.01255 C 1835.4323,388.23655 1835.9385,388.54755 1836.3605,388.94855 C 1833.0052,389.52833 1834.5984,391.44792 1834.5787,391.59535 C 1834.9801,392.54916 1836.2302,394.31653 1836.1835,395.63729 C 1835.2013,394.09701 1832.4523,392.39447 1831.3361,392.61295 C 1829.2652,393.01829 1829.0381,391.20672 1827.3817,390.43853 C 1825.9938,389.79486 1823.0184,388.74281 1821.5089,388.87757 C 1818.1152,389.18055 1814.9615,388.29195 1814.1519,388.65276 C 1813.3507,389.00979 1812.7952,388.36482 1811.9893,388.22955 C 1811.0407,388.07033 1809.6517,388.16221 1808.8405,388.62295 C 1807.6256,389.31296 1803.0937,387.98388 1803.1693,388.65955 C 1803.5621,392.16889 1793.2268,386.24332 1791.2663,385.63655 C 1791.6233,386.26755 1788.5643,387.00055 1788.1823,387.21055 C 1786.6013,388.07855 1787.5593,391.70655 1788.6063,392.69155 C 1787.7793,392.96755 1786.8631,392.17095 1786.1481,391.88495 C 1782.9422,391.4846 1783.9891,391.77282 1782.3485,390.75937 C 1780.3095,390.09437 1777.8897,389.23776 1775.7277,389.31476 C 1773.4412,390.33909 1773.4014,389.88197 1772.2311,390.30574 C 1771.9821,390.31197 1771.4956,391.22639 1771.2782,392.12432 C 1770.8948,393.70776 1770.0809,393.64544 1772.2838,394.25135 C 1770.7628,394.10432 1769.9218,395.44708 1769.5157,395.68357 C 1768.6191,396.20565 1767.888,395.06034 1767.1855,396.46454 C 1765.7285,399.37674 1764.4519,398.62564 1762.3833,400.06855 C 1761.7528,400.50834 1761.0771,400.98018 1760.4973,401.48155 C 1759.8261,402.06195 1760.6582,403.1236 1760.0841,403.39153 C 1759.0998,403.85092 1758.4404,404.94348 1757.9785,405.67634 C 1757.3398,406.68982 1758.5271,407.29855 1758.6563,408.38955 C 1757.3258,408.02848 1753.8254,408.16722 1754.2527,406.03415 C 1754.5041,404.77921 1753.3693,403.41755 1751.9553,403.36155 C 1749.6443,403.27055 1744.8853,405.32655 1743.4293,402.80355 C 1742.5443,401.27155 1742.0225,399.65054 1741.3905,398.01354 C 1740.5655,395.87454 1739.3453,397.17655 1737.9923,396.23355 C 1735.9303,394.79755 1736.2863,390.34855 1735.9753,388.15755 C 1733.5557,388.8095 1733.4534,387.99264 1731.8955,386.32018 C 1729.9086,384.18712 1728.5912,384.33433 1727.6317,382.77876 C 1725.0309,380.41043 1725.0033,382.72347 1722.8563,383.16055 C 1719.3957,383.70563 1716.4006,382.6678 1713.2313,382.6002 C 1711.5451,382.56424 1710.2547,383.09523 1708.6305,383.51495 C 1705.8632,384.23004 1704.246,382.19363 1702.8197,380.85194 C 1701.1233,379.25611 1699.5723,377.56655 1697.8633,376.06855 C 1695.9253,374.37055 1696.8272,374.90753 1694.5362,373.74853 C 1694.5262,373.74349 1695.2553,373.53536 1694.6121,372.84291 C 1693.9688,372.15047 1693.1123,371.52807 1692.2493,370.5937 C 1690.0658,367.89204 1691.901,368.94692 1691.69,366.34034 C 1691.5731,365.62487 1687.4628,365.6284 1687.4883,366.09997 C 1685.8318,365.49109 1686.231,365.2098 1687.1114,364.91838 C 1686.7144,364.37146 1690.9441,365.50027 1690.456,364.8206 C 1689.9679,364.14093 1689.3481,364.3238 1688.8274,363.59846 C 1688.3067,362.87313 1690.2032,364.11221 1689.7083,363.4283 C 1689.2133,362.7444 1688.3072,363.12567 1687.8964,362.57027 C 1688.3583,362.61069 1690.4839,362.38147 1688.6775,361.55851 C 1688.2835,361.37903 1686.079,361.98034 1685.7762,361.8134 C 1685.9568,361.58845 1686.8296,359.89499 1683.5581,359.81041 C 1683.2107,359.61354 1685.2213,360.72084 1685.169,362.09083 C 1685.1352,362.97628 1685.273,364.56108 1685.0465,364.42822 C 1684.82,364.29536 1685.0255,365.02858 1684.2057,364.55645 C 1683.3859,364.08433 1683.4929,364.66873 1682.7048,364.21524 C 1681.9167,363.76174 1683.5121,363.1256 1682.8184,362.72928 C 1682.1248,362.33295 1679.7122,363.8279 1679.1758,363.52728 C 1678.6393,363.22666 1679.1949,365.0504 1678.8784,364.88403 C 1676.5944,363.68403 1680.732,365.45304 1678.065,366.16904 L 1661.9852,370.88574 L 1668.8144,402.46793 C 1667.8634,402.50649 1667.1776,402.42439 1666.2276,402.36992 C 1665.0366,402.30164 1663.6843,401.41755 1662.9793,400.61255 C 1661.2303,398.61655 1659.7876,396.31204 1657.3143,395.18355 C 1654.6161,393.95242 1652.8904,393.71612 1650.0383,394.01155 C 1647.1175,394.3141 1644.8503,396.22955 1643.1653,398.66955 C 1643.3383,397.33355 1642.1043,396.23055 1642.6243,394.89855 C 1643.1653,393.51055 1644.1423,391.77155 1642.6553,390.60455 C 1642.8793,390.79555 1643.1183,390.96355 1643.3753,391.10855 C 1644.4803,389.65855 1640.1603,389.28655 1639.3213,388.95155 C 1638.4463,388.60255 1637.8783,389.50055 1637.0813,388.70355 C 1636.4613,388.08355 1635.7933,387.36955 1635.4603,386.54355 C 1634.9803,385.35055 1632.8603,387.81455 1632.6053,385.00455 C 1632.5183,384.04455 1632.2283,383.46955 1631.4523,382.86855 C 1630.3873,382.04455 1629.8893,380.69355 1629.1833,379.58255 C 1628.1623,377.97755 1627.2193,377.18455 1625.3443,376.83955 C 1624.3393,376.65555 1622.1443,375.73255 1623.5073,374.36455 C 1624.4323,373.43755 1626.4993,373.88355 1627.5893,374.20155 C 1628.2543,374.39555 1628.7163,374.99455 1629.3653,375.15755 C 1630.2903,375.38855 1631.3713,374.88355 1632.3643,375.05255 C 1631.6013,373.73355 1629.4273,373.62355 1628.3463,372.60955 C 1627.3353,371.66055 1629.2433,368.62955 1630.3213,368.16955 C 1630.6343,368.03555 1631.9213,367.25055 1632.0863,367.24255 C 1632.4583,367.33255 1632.8113,367.47155 1633.1453,367.65955 C 1633.7603,367.89855 1634.5943,367.53155 1635.2173,367.47755 C 1637.3863,367.29255 1640.5333,369.12555 1642.4453,367.99555 C 1641.3703,367.45755 1639.3423,367.24655 1638.8243,365.98355 C 1638.1043,364.22855 1640.8003,362.06155 1640.2163,359.93155 C 1639.6733,357.95255 1638.5943,356.37355 1637.4333,354.93655 C 1636.8733,354.24255 1634.6753,353.90055 1633.9993,354.54955 C 1630.9323,357.49855 1625.2633,349.86155 1622.9493,354.48855 C 1622.8543,354.67655 1621.3183,354.75955 1621.1733,354.74255 C 1620.1623,354.62055 1620.1323,355.77955 1619.4433,356.29155 C 1618.8233,356.75155 1618.1083,357.08855 1617.4203,357.43255 C 1616.9733,357.64955 1616.5013,357.77355 1616.0043,357.80555 C 1615.2113,357.84755 1614.1183,356.73855 1615.0073,358.20355 C 1614.5303,357.88855 1614.0283,357.62455 1613.4973,357.41055 C 1613.7863,357.69955 1614.0763,357.98755 1614.3663,358.27455 C 1614.0223,358.16855 1613.7813,358.26455 1613.6433,358.56555 C 1613.4553,359.56855 1612.4913,358.41455 1613.3563,359.42655 C 1612.4373,358.79468 1608.0965,357.25606 1607.9588,356.58364 C 1607.6291,354.97272 1613.3867,357.73691 1609.8503,354.18555 C 1607.2858,351.61018 1605.7438,348.40627 1602.7033,347.48255 C 1601.6088,347.15003 1600.1823,346.77855 1599.0523,347.15455 C 1598.4543,347.52869 1598.2852,347.91759 1597.9109,347.69043 C 1597.0527,347.16958 1596.8289,346.13223 1596.2631,345.36235 L 1596.9327,344.83315 C 1594.8463,342.27617 1595.9283,343.61122 1594.7372,342.81487 C 1593.9023,342.80893 1592.8564,342.24426 1592.4146,341.90193 C 1591.9699,341.55733 1591.7487,340.28906 1591.842,340.16793" id="path3898"/>
<path d="M 1680.8284,364.41105 C 1680.9974,364.92005 1681.3124,365.46905 1681.6884,365.85105 C 1682.4144,363.35805 1684.1454,368.18005 1684.3584,368.37105 C 1684.3034,367.75905 1684.1574,366.63305 1683.6384,366.21105 C 1686.3527,367.81147 1685.2447,369.21869 1685.1869,369.37299 L 1680.1024,366.5638 C 1680.2108,366.20011 1679.867,365.19332 1681.3677,365.8813 C 1680.7117,365.4453 1680.6034,365.16905 1680.8964,364.41005" id="path7142"/>
</g>
<g class="lake" id="lakes" transform="translate(-28.7126, 62.0078)">
<path d="M 625.7159,141.4617 C 624.9339,142.1047 626.2039,142.6687 626.7239,142.6137 C 626.7069,143.6137 625.3489,143.5587 624.6669,143.6027 C 623.3299,143.6877 622.1009,144.4107 620.8589,144.8647 C 619.2009,145.4707 617.4959,145.9267 615.7999,146.4097 C 614.7999,146.6947 612.7089,147.8747 611.6779,147.5067 C 610.7439,147.1737 612.6639,146.3837 612.8279,146.3587 C 614.0799,146.1637 615.1829,145.5497 616.3859,145.1897 C 618.6709,144.5057 621.8159,143.9327 623.1959,141.7507 C 618.6669,140.9597 615.5219,143.5207 611.8439,145.5237 C 609.3329,146.8917 604.2029,146.2947 601.8119,144.9907 C 603.1079,144.2687 604.7559,144.5257 606.1599,144.1327 C 607.7089,143.6987 607.0349,143.2507 607.8599,142.4707 C 608.5589,141.8097 609.8299,141.7627 610.7239,141.6237 C 612.1609,141.4007 613.3859,140.7417 614.7009,140.1667 C 614.4249,139.2697 613.4369,139.2767 612.7569,138.8707 C 615.7329,138.1717 619.0759,140.1117 621.8289,138.2947 C 620.9789,137.9427 620.6729,136.9767 619.8129,136.6387 C 618.8749,136.2707 617.8229,136.6367 616.8609,136.6387 C 614.4809,136.6437 613.5009,136.8507 611.5329,138.1507 C 611.8039,136.5727 607.0959,137.9867 606.3199,137.3647 C 605.7939,136.9437 604.1249,137.1187 603.6239,137.5277 C 603.1859,137.8847 602.8369,138.4037 602.3169,138.6547 C 601.5979,139.0027 601.4039,138.0347 600.8049,139.0147 C 599.4539,137.7977 601.6689,136.3917 602.8079,136.4327 C 604.5159,136.4957 606.7739,136.6007 608.4269,136.1517 C 611.7829,135.2357 615.0169,134.8197 618.2879,134.5227 C 619.5149,134.4117 620.7019,133.7757 622.0139,133.6847 C 623.9559,133.5497 625.6899,132.9827 627.5519,132.4477 C 629.7799,131.8077 632.1389,131.6117 634.4399,131.4017 C 635.3189,131.3217 636.1529,131.0197 637.0219,130.8797 C 638.0109,130.7197 639.0969,131.5107 640.0459,131.0957 C 638.0689,131.5667 641.0239,131.5457 641.5579,131.8157 C 639.7949,132.9147 637.5509,132.7037 635.6429,133.3977 C 633.8249,134.0607 631.3539,135.0007 629.4619,135.3447 C 630.0859,135.9767 632.5889,136.1897 633.3499,135.7777 C 631.3519,136.1977 633.6129,136.2067 634.0359,136.1097 C 634.9639,135.8967 635.8589,136.0667 636.7919,136.1357 C 638.8859,136.2927 641.1349,135.6547 643.1419,135.1297 C 641.1479,135.6887 643.7939,134.3857 644.1619,134.2517 C 645.2929,133.8407 646.4919,133.6447 647.6789,133.4737 C 646.6449,133.7197 646.6209,133.8397 647.6069,133.8337 C 646.5559,134.0427 645.6249,134.6347 644.6549,135.0577 C 645.4209,135.4447 646.1729,134.9687 646.9589,135.0577 C 645.5469,135.3717 645.0109,136.3367 643.8609,136.9557 C 643.3159,137.2487 639.8589,137.6217 641.7029,138.1537 C 640.5359,138.4667 639.0839,139.3107 637.9589,139.4507 C 638.6209,140.1527 639.4949,139.8607 640.2629,139.5947 C 639.7759,139.8137 639.2719,139.9817 638.7509,140.0987 C 640.7459,140.4037 637.2099,141.0147 636.6279,141.0967 C 635.8619,141.2037 634.7599,141.4867 633.9989,141.2507 C 633.2159,141.0087 632.7669,140.1147 631.9099,140.0937 C 631.1299,140.0737 630.4439,140.2217 629.6449,140.1307 C 629.2709,140.0877 626.9589,140.4207 628.8139,140.6027 C 627.8499,141.0707 626.7609,141.2717 625.7159,141.4617" id="path7126"/>
<path d="M 614.7709,178.4697 C 612.7969,178.6667 611.5219,177.2447 609.6859,177.1587 C 608.9589,177.1247 607.9339,177.4027 607.2829,176.9577 C 606.5219,176.4367 607.0109,175.2457 605.9149,175.0137 C 606.9229,174.9497 607.4479,176.3767 608.4239,176.2007 C 609.2869,176.0447 610.2899,176.0797 611.0739,175.6377 C 612.0659,175.0787 612.1099,174.7207 613.3949,175.0777 C 614.6479,175.4257 615.7089,175.5457 616.9299,175.0137 C 616.8119,174.7727 616.6919,174.5337 616.5699,174.2937 C 617.4119,173.9677 618.3569,174.2847 619.0929,173.6847 C 619.7829,173.1217 620.2729,172.5637 621.0719,172.1277 C 622.7069,171.2357 623.9249,171.8707 625.6459,171.4507 C 626.6739,171.1997 629.1169,170.9437 628.1239,169.5937 C 627.5979,168.8767 628.5169,167.4057 627.1529,167.5987 C 627.9859,167.3477 628.4769,166.5497 628.5929,165.7267 C 627.7989,166.0657 626.5169,165.1957 626.3249,164.4237 C 626.1719,163.8087 626.6869,163.5317 627.2079,163.5637 C 628.1299,163.6197 627.3919,164.1347 627.9449,164.4307 C 628.8899,164.9317 629.9629,165.1027 630.9039,165.7777 C 632.6029,166.9957 632.8909,166.1767 634.7129,166.3757 C 634.5349,166.6077 634.3669,166.8487 634.2089,167.0957 C 635.4729,167.3237 635.0739,169.3627 636.2359,169.3267 C 637.5529,169.2877 638.6639,169.6037 640.0229,169.3537 C 643.2879,168.7527 645.9889,168.3297 648.9989,166.7537 C 652.2109,165.0717 655.3229,163.2167 658.9309,162.5087 C 661.8589,161.9337 666.2249,162.1617 668.9849,163.3507 C 668.4749,163.5287 667.9709,163.7207 667.4729,163.9267 C 667.9639,163.7617 668.4679,163.6657 668.9849,163.6387 C 667.9179,164.3737 666.5899,164.8267 665.3129,165.0067 C 665.8309,164.7807 666.3109,164.4927 666.7529,164.1427 C 661.3949,161.8727 654.3539,163.4017 649.7609,166.7347 C 651.9689,165.6697 654.5449,164.5067 657.0339,164.4177 C 658.9519,164.3497 661.4189,162.7337 663.2239,163.8557 C 662.2419,163.7707 660.4539,163.3307 659.6959,164.2147 C 660.9249,164.1817 662.2629,164.0587 663.4399,164.5027 C 661.1809,165.4867 658.6929,165.1457 656.3119,165.4397 C 657.0529,165.8657 657.8389,165.5537 658.6159,165.5107 C 657.8139,165.6187 657.0299,165.8557 656.3119,166.2307 C 657.9979,165.7147 659.7549,165.5727 661.4969,165.3677 C 660.1259,166.0717 658.5409,166.0897 657.1039,166.5917 C 657.6079,166.5117 658.1119,166.5117 658.6159,166.5917 C 657.1529,166.9527 655.6739,166.3957 654.1949,166.5677 C 653.6069,166.6357 649.9789,167.8147 651.7769,167.4567 C 650.2959,168.0697 648.7039,168.4357 647.3129,169.2567 C 647.8129,169.1517 648.3159,169.0797 648.8249,169.0407 C 645.7919,170.5527 642.6339,172.0317 639.4609,173.2247 C 636.8359,174.2117 634.6519,173.8467 632.0479,174.3687 C 630.4329,174.6927 629.8809,175.2307 628.9279,176.4767 C 628.0119,177.6757 626.1179,177.1877 624.8469,177.3037 C 621.9339,177.5687 617.6259,179.6117 614.7709,178.4697" id="path7128"/>
<path d="M 680.1469,235.5667 C 679.3639,236.2657 678.3629,235.0877 677.7189,234.7457 C 676.9069,234.3137 675.6319,234.3287 674.7459,234.3827 C 672.4539,234.5237 669.6299,238.6827 667.9789,240.1737 C 669.0509,241.3027 670.5489,241.0337 671.9389,241.2537 C 670.9269,242.2407 668.1659,241.6877 668.2959,243.7277 C 668.3519,244.6077 668.9509,245.2127 669.2029,246.0057 C 669.1919,246.2397 669.0979,246.4317 668.9179,246.5817 C 669.0039,246.9327 669.1749,247.2407 669.4329,247.5057 C 669.6209,247.9687 668.8699,251.5377 670.3079,250.7737 C 671.2029,250.2977 671.9019,248.3977 673.1639,248.8857 C 673.0709,249.4337 672.6809,249.8657 672.1559,250.0377 C 672.6789,250.0387 673.1589,249.8947 673.5959,249.6057 C 674.6039,251.5937 672.1679,252.3657 671.7959,254.0697 C 672.6629,254.4917 674.8819,251.4277 675.5699,252.6087 C 676.4709,254.1547 672.6129,255.6647 672.0119,256.7327 C 673.0889,256.5177 673.8039,255.2737 674.9639,255.3657 C 674.4879,256.4897 672.9819,256.9067 672.0999,257.6257 C 670.9389,258.5717 668.9499,260.8447 668.8929,262.4237 C 668.8379,263.9437 670.4949,263.5237 671.0529,262.5747 C 671.3359,262.0937 671.5739,261.2667 672.1629,261.0397 C 672.6149,260.8647 673.1089,261.5257 673.6689,261.4127 C 672.8189,259.5057 676.3449,257.5827 676.7729,256.1157 C 676.9529,255.4967 675.7059,252.4617 676.5309,252.0567 C 677.2539,251.7027 676.9639,250.3507 676.8449,249.5527 C 676.7349,248.8087 678.9459,241.6327 679.2469,241.6417 C 679.4359,241.6487 679.9079,236.1837 680.1469,235.5667" id="path7130"/>
<path d="M 1345.2889,246.0777 C 1346.1769,245.6117 1346.9289,244.6577 1348.0379,245.1457 C 1348.8719,245.5127 1348.5169,246.0807 1348.0359,246.4657 C 1347.5649,246.8427 1347.0869,247.2117 1346.6109,247.5817 C 1345.8989,248.1367 1344.8299,247.1267 1344.0599,247.1577 C 1344.2969,246.6447 1344.7449,246.2417 1345.2889,246.0777" id="path7120"/>
<path d="M 1998.8289,253.7817 C 2000.9109,252.9287 2004.7649,252.9407 2004.4099,249.7497 C 2004.3309,249.0417 2003.1149,247.2867 2004.2939,246.9447 C 2005.0429,246.7277 2005.5799,247.0857 2006.2799,247.2587 C 2007.2509,247.4987 2006.9689,246.4267 2007.2669,245.9017 C 2008.6749,243.4197 2013.5179,244.7387 2013.0399,240.9147 C 2012.7869,238.8887 2015.8339,239.9837 2015.6789,238.2287 C 2015.5239,236.4777 2013.4119,237.0887 2012.2889,237.2207 C 2012.5009,236.6637 2012.3259,234.6267 2013.2049,234.5687 C 2014.2739,234.4987 2014.5509,237.3357 2015.7489,236.1407 C 2014.4779,234.8377 2016.0909,233.4047 2015.3159,232.0597 C 2014.9199,231.3707 2014.2079,230.9577 2013.8129,230.2357 C 2013.2819,229.2627 2013.3839,228.1777 2012.9149,227.2417 C 2011.9979,225.4087 2011.1869,223.5077 2010.4679,221.5887 C 2010.1849,220.8347 2009.9009,219.9897 2009.2839,219.4327 C 2008.8119,219.0057 2006.4609,218.7357 2008.1879,219.1477 C 2007.1009,218.7157 2006.7839,219.4717 2006.2379,220.2167 C 2005.4969,221.2297 2006.7749,221.9957 2007.1549,222.8307 C 2007.9749,224.6337 2007.8099,227.6497 2007.5159,229.4857 C 2007.2239,231.3127 2008.6469,233.4647 2007.1909,235.1057 C 2005.8129,236.6597 2005.9189,238.0887 2004.4269,239.4497 C 2004.1169,239.7317 2002.8969,241.3547 2003.6599,241.7617 C 2004.6279,242.2777 2003.4889,242.8127 2003.4029,243.6997 C 2003.3279,244.4767 2002.6319,244.7837 2002.0099,245.0597 C 2000.8909,245.5557 2000.5179,246.3227 2000.2969,247.4917 C 1999.9499,249.3327 1998.3469,251.1317 1996.4259,251.0167 C 1995.4379,250.9577 1994.7479,251.6547 1993.6699,251.6967 C 1992.4339,251.7457 1990.8159,251.8677 1989.8259,252.6997 C 1992.4179,253.8707 1996.0869,255.2187 1998.8289,253.7817" id="path7110"/>
<path d="M 1814.7989,308.8617 C 1813.9979,309.2507 1813.9649,308.4487 1813.8159,307.9067 C 1813.5179,306.8167 1812.0729,306.4537 1811.2819,305.8127 C 1810.6949,305.3377 1808.8499,304.2597 1808.5209,303.7207 C 1808.1259,303.0747 1809.1649,302.3247 1808.3189,301.7327 C 1809.4719,302.1437 1809.5429,300.4077 1809.0099,299.8187 C 1807.8239,298.5057 1810.1459,298.5377 1810.9079,298.4937 C 1809.2139,297.6977 1811.9719,295.7417 1812.8249,295.4857 C 1813.8169,295.1877 1812.8399,294.3567 1813.4989,293.8127 C 1814.1599,293.2677 1815.0659,294.0377 1815.7279,293.3087 C 1816.0679,293.8987 1818.3479,294.2847 1819.1879,294.1727 C 1820.1369,294.0467 1821.4479,292.9607 1822.4139,293.4017 C 1823.0269,293.6807 1823.6779,293.5137 1824.3109,293.6847 C 1824.9849,293.8667 1825.1309,294.5837 1825.7379,294.8207 C 1826.3829,295.0717 1826.7119,294.5967 1827.3279,294.6757 C 1827.8739,294.7457 1830.4679,296.2157 1828.9779,294.6757 C 1829.5709,295.1167 1830.3199,294.6597 1830.8509,295.2597 C 1831.4499,295.9347 1832.1459,295.1167 1832.9489,294.9417 C 1834.0099,294.7097 1835.0519,294.6697 1836.1109,294.9527 C 1837.3089,295.2737 1838.2859,295.9547 1839.4189,296.2597 C 1839.3679,295.7557 1839.3209,295.2517 1839.2779,294.7477 C 1839.9459,294.9157 1840.0819,294.4527 1840.5539,294.1717 C 1841.2049,293.7837 1842.1729,294.6947 1842.7979,294.8197 C 1842.2709,294.6187 1841.8479,294.1947 1841.6479,293.6677 C 1842.3669,293.6307 1845.4889,293.1207 1845.0739,294.8977 C 1845.0169,295.1387 1844.6359,295.1687 1844.4649,295.2647 C 1844.0489,295.5007 1844.4479,296.1657 1844.3349,296.5447 C 1843.9659,297.7737 1839.8209,296.5657 1840.4989,297.9147 C 1839.8759,297.0587 1839.0679,297.6987 1838.2559,297.6987 C 1837.3279,297.6987 1836.6289,296.9067 1835.6839,296.9067 C 1834.5549,296.9067 1833.5729,296.0087 1832.4659,296.1487 C 1830.9669,296.3377 1829.9319,296.3357 1828.4069,296.1367 C 1827.4979,296.0187 1819.0929,296.6097 1820.0489,294.6737 C 1818.3819,294.7207 1820.4319,295.6727 1819.2469,296.1167 C 1818.4959,296.3987 1818.1199,297.0977 1817.4589,296.4017 C 1817.3139,296.9617 1816.9769,297.1467 1816.4949,297.3877 C 1816.0569,297.6057 1816.2959,298.8607 1816.2349,299.2397 C 1815.9659,300.9197 1812.8829,299.4297 1813.4889,301.0247 C 1813.6739,301.5107 1813.7379,301.8087 1813.8199,302.3497 C 1813.9099,302.8347 1813.9459,303.3257 1813.9279,303.8187 C 1813.6889,304.0117 1813.4489,304.2037 1813.2079,304.3937 C 1813.0379,305.9687 1815.5059,307.1957 1814.7989,308.8617" id="path7108"/>
<path d="M 1721.1999,299.1537 C 1721.4449,298.7767 1721.4249,298.4187 1721.1369,298.0787 C 1720.4739,297.1547 1720.7409,297.0797 1719.7339,297.4967 C 1718.8889,297.8467 1718.5059,296.9497 1717.7509,296.8777 C 1717.0989,296.8157 1716.6009,297.2187 1715.9389,296.9197 C 1715.1159,296.5477 1714.6289,295.4947 1715.5099,294.8727 C 1716.9779,293.8367 1717.2569,295.2737 1717.8789,296.2007 C 1717.9539,295.8447 1717.9779,295.4847 1717.9489,295.1207 C 1718.7349,295.5047 1719.5759,295.5667 1720.1189,294.7607 C 1719.5369,294.4837 1718.6209,294.3407 1718.2379,293.7527 C 1720.1689,293.5297 1719.7579,294.2317 1720.3279,295.4087 C 1720.8119,296.4077 1722.4279,296.6957 1723.3889,296.3807 C 1724.4169,296.0437 1724.4549,297.7687 1723.6969,298.1697 C 1723.0319,298.5217 1722.1339,299.5457 1721.1999,299.1537" id="path7144"/>
</g>
<path class="landxx sz" d="M 1500.9696,990.66205 C 1500.9696,990.66205 1501.1548,990.65855 1501.1548,990.65855 C 1502.1098,991.60155 1502.0022,991.42555 1502.7752,992.39955 C 1503.4422,993.24155 1503.5232,993.62375 1504.2252,994.31775 C 1505.1052,995.18975 1507.0375,996.40235 1508.5595,995.16835 C 1509.2255,994.62735 1508.9125,994.60165 1509.3279,993.79045 L 1510.2296,992.02945 L 1511.5128,992.03285 L 1511.4824,991.52145 C 1509.9331,985.35085 1511.8397,989.52695 1510.3869,985.51505 C 1509.5808,984.65615 1508.5524,983.71025 1507.8226,983.38015 L 1505.4149,983.28375 C 1504.6129,984.31475 1503.9822,984.43205 1503.2662,985.51805 C 1502.8552,986.14005 1502.6978,986.62245 1502.5015,987.05235 C 1502.3051,987.48235 1501.5366,990.25005 1500.9696,990.66205 z" id="sz"/>
<g class="landxx uz" id="uz">
<path d="M 1661.9563,370.86955 L 1678.3056,366.08546 C 1679.7908,365.55665 1676.3227,370.76939 1678.4449,373.56169 C 1678.5268,373.66945 1678.7187,375.28413 1679.1063,376.00071 C 1679.4939,376.71729 1680.0586,376.62085 1680.2295,376.61478 L 1683.7878,376.48846 C 1684.3851,376.40187 1684.4422,377.28462 1684.6574,377.77786 C 1684.786,378.07261 1685.7441,378.41206 1685.9919,379.64063 C 1686.0685,380.02026 1686.3857,379.06099 1686.6247,378.71678 C 1686.9226,378.28788 1691.9689,378.61903 1691.8675,378.73849 C 1693.2437,377.71379 1694.5779,375.9045 1694.5712,373.80837 C 1696.5158,374.01827 1699.4354,377.61769 1703.1563,381.14255 C 1704.1023,382.03555 1705.1573,383.06955 1706.4253,383.47955 C 1707.9233,383.96355 1710.0213,382.99555 1711.5133,382.72655 C 1715.4193,382.02255 1719.5863,383.96755 1723.3653,383.01955 C 1724.3433,382.77455 1725.2583,381.21555 1726.3553,381.82155 C 1727.7433,382.58755 1728.6213,383.95955 1730.0873,384.69155 C 1731.5233,385.40855 1731.9793,386.43055 1733.0173,387.57355 C 1734.1013,388.76555 1734.5673,388.27455 1735.9773,388.14755 C 1736.2883,390.33855 1735.9323,394.78755 1737.9943,396.22355 C 1739.0123,396.93255 1740.3713,396.08355 1741.1443,397.40155 C 1742.0373,398.92255 1742.3713,400.73655 1743.1543,402.31455 C 1744.6923,405.41755 1749.2263,403.24555 1751.8903,403.33655 C 1753.4573,403.39055 1754.4663,404.65055 1754.3133,406.06855 C 1754.0843,408.18855 1757.3793,407.99555 1758.6583,408.37955 C 1758.5533,407.57055 1757.1563,406.35055 1757.9703,405.54655 C 1758.7203,404.80655 1758.7283,403.92755 1759.8303,403.48655 C 1760.7503,403.11855 1759.8263,402.13355 1760.3463,401.55355 C 1761.0083,400.81355 1762.6513,399.96755 1763.5103,399.36555 C 1764.5283,398.65355 1765.7893,398.66355 1766.4973,397.53955 C 1766.8303,397.01155 1767.3123,395.87255 1767.9983,395.71355 C 1769.0573,395.46755 1769.0893,396.19655 1770.0873,395.16755 C 1771.1923,394.02755 1772.2163,394.00355 1773.5573,394.69855 C 1772.0133,396.15455 1767.8483,398.21755 1767.5073,400.53055 C 1768.4073,400.55055 1768.8524,401.26564 1769.7104,401.35964 C 1770.7104,401.46864 1771.4183,400.49055 1771.9723,401.86855 C 1772.9073,404.18955 1775.4863,402.61055 1776.8673,403.91455 C 1777.0573,403.50755 1777.0573,403.09955 1776.8673,402.68955 C 1777.2633,402.69655 1777.5673,402.54055 1777.7773,402.22055 C 1778.0883,401.63155 1777.7663,400.83955 1777.6583,400.24255 C 1778.2933,401.39755 1779.2733,401.56655 1780.2393,402.68355 C 1781.2203,403.81955 1782.7113,403.16255 1782.7773,404.99455 C 1784.5523,403.93155 1785.3608,405.87264 1786.8578,406.02664 C 1787.8456,405.97275 1788.6867,405.94451 1789.4113,406.42255 C 1790.1223,406.85355 1788.3887,407.46692 1788.2329,407.72682 C 1787.523,408.9114 1787.1901,409.26535 1785.2893,408.44955 C 1785.2223,409.09155 1785.5183,409.56055 1785.7993,410.10455 C 1785.3703,410.07555 1781.1873,410.32355 1783.3493,411.47255 C 1782.7509,411.47505 1782.105,412.12761 1781.4684,411.99519 C 1780.9197,412.1665 1781.1391,411.06798 1780.4593,411.85255 C 1779.9213,412.09655 1779.3528,411.24701 1778.8997,411.09655 C 1777.6361,410.67694 1776.8196,411.18858 1775.9901,411.57774 C 1775.271,411.91515 1775.1317,411.74628 1774.6324,411.86512 C 1772.9729,412.26011 1773.2087,410.82083 1771.3507,409.99838 C 1770.6795,409.70129 1772.7903,408.75711 1773.0883,408.0753 C 1773.2605,407.68129 1773.1023,407.20289 1772.7693,407.00855 C 1771.8129,406.45035 1771.3883,405.37155 1770.5293,404.70455 C 1770.1894,405.73966 1767.1107,408.51423 1765.8809,407.67836 C 1765.053,407.11571 1763.4962,406.13028 1763.1367,407.95255 C 1763.0603,408.33964 1763.2605,409.2325 1763.7548,409.95444 C 1764.2345,410.83319 1763.7161,411.3487 1764.3393,411.83155 C 1762.8073,412.46355 1760.7763,410.86255 1759.4483,412.26355 C 1760.2333,412.89255 1761.4643,411.89955 1761.9693,412.98355 C 1761.6343,412.93455 1761.2983,412.91155 1760.9593,412.91255 C 1761.2175,413.58913 1761.1986,413.70052 1761.3943,413.88538 C 1761.3403,413.91554 1761.4269,414.18206 1761.1947,414.41836 C 1761.0061,414.61025 1760.3453,414.56455 1760.4363,415.19155 C 1760.5953,416.29455 1760.8219,417.172 1759.3081,417.54135 C 1758.0916,417.83815 1755.1921,416.79788 1754.1977,416.89775 C 1753.8682,416.93084 1753.1879,417.13412 1753.0651,417.46516 C 1752.3834,419.30269 1752.7692,419.37502 1752.3873,419.71631 C 1752.7501,420.62952 1753.7566,420.52149 1754.3449,420.85535 C 1755.5049,421.51364 1754.5891,421.95732 1756.1319,422.21715 C 1756.9266,422.351 1757.4062,422.05628 1758.4427,422.53879 C 1759.1757,422.87997 1759.1383,425.63671 1759.4997,426.80696 C 1759.803,427.78902 1760.9178,428.13327 1761.4263,429.05455 C 1762.2257,430.50299 1761.0733,432.13585 1760.3869,432.91315 C 1759.235,434.21749 1758.6456,435.9766 1760.0419,438.47705 C 1758.3571,437.13189 1758.5685,437.45979 1757.8635,437.52893 C 1755.8486,437.72654 1755.6114,437.92486 1754.9083,437.17655 C 1754.4671,436.70704 1753.8043,436.40355 1753.1623,436.25255 C 1752.4013,436.07355 1751.3009,436.43876 1750.5499,436.30776 C 1749.5852,435.47582 1749.8825,434.47704 1749.5853,433.66355 C 1749.2382,432.71353 1750.6983,431.00655 1749.1123,430.57655 C 1748.1142,430.30594 1747.3413,430.17655 1746.4423,429.59155 C 1744.9093,428.59355 1743.7903,428.93155 1742.1153,428.62555 C 1740.3633,428.30555 1738.9633,426.85655 1737.5213,425.93555 C 1736.1443,425.05655 1734.6673,424.60655 1733.3583,423.58755 C 1732.1183,422.62355 1730.6153,422.75655 1729.3933,421.89955 C 1727.8593,420.82355 1726.2273,419.86755 1724.6783,418.79755 C 1722.2793,417.14155 1717.2113,415.43455 1715.9843,412.63455 C 1714.8313,410.00355 1712.7973,408.48255 1711.4983,405.87555 C 1710.7953,404.46555 1709.9353,403.54555 1708.4673,402.90455 C 1708.0773,402.73455 1707.3963,402.36455 1706.9573,402.47255 C 1706.3323,402.62755 1706.7556,403.4451 1706.0173,403.51655 C 1704.578,403.65586 1703.4761,402.68407 1701.3712,402.92773 C 1700.1197,403.07261 1699.0122,402.55564 1697.8972,402.04464 C 1697.6902,401.94964 1697.3202,401.67446 1697.1148,401.29147 C 1696.9094,400.90849 1697.2605,400.32861 1697.1415,399.87368 C 1697.0225,399.41874 1696.4334,398.73238 1696.4857,398.42152 C 1696.538,398.11066 1696.9288,398.1753 1697.2373,398.22455 C 1696.7823,397.01755 1695.3373,397.39655 1695.2583,395.88055 C 1695.1793,394.35455 1694.2293,393.81655 1692.7303,393.83955 C 1692.0183,393.85055 1689.8343,394.07855 1689.5493,393.14155 C 1689.1163,391.72455 1687.6553,392.16255 1686.6413,391.51455 C 1686.1583,391.20555 1684.9533,389.69955 1684.2813,390.22555 C 1683.4603,390.86855 1683.2858,391.12985 1682.0913,390.98726 C 1680.3612,390.78075 1684.344,393.36953 1684.4873,393.90355 C 1683.5303,393.67755 1683.2782,393.10414 1682.2593,392.60195 C 1681.9174,392.4334 1680.5692,391.57798 1680.4997,393.07275 C 1680.357,396.14074 1677.5682,394.09646 1676.3451,395.57135 C 1674.6611,397.60202 1674.5856,397.87595 1675.5731,400.24655 C 1675.8852,400.99581 1676.9363,401.77855 1676.3643,402.50055 C 1675.9873,402.97755 1673.9311,402.61979 1673.3805,402.59895 C 1671.1455,402.51435 1669.447,402.41272 1668.8171,402.4669 L 1661.9563,370.86955" id="path3470"/>
<path d="M 1680.0943,366.55955 L 1685.2063,369.36955 C 1685.4563,370.47555 1685.1553,372.51955 1684.1953,373.25755 C 1684.1393,373.09155 1684.0933,372.92455 1684.0553,372.75355 C 1683.7843,373.64955 1684.8873,374.34255 1684.9253,375.20155 C 1684.2533,373.92355 1684.8353,375.32055 1683.6253,374.48055 C 1683.3033,375.21455 1684.1423,376.55655 1682.5713,376.10455 C 1682.4193,376.06055 1680.5243,373.57655 1680.5243,373.32855 C 1680.5243,372.79455 1682.1123,373.95755 1682.3053,374.03655 C 1683.1403,374.37955 1681.9033,371.31555 1681.3943,372.82355 C 1681.0083,372.12755 1681.2153,370.53755 1682.2543,370.51955 C 1681.9963,370.28655 1679.9143,371.21555 1680.2083,370.55755 C 1680.4753,369.96155 1681.2583,370.02255 1680.7153,369.18055 C 1680.3073,368.54755 1679.6153,367.35555 1680.0943,366.55955 z " id="path7148"/>
</g>
<path class="landxx mn" d="M 1865.9794,335.54218 C 1867.6804,335.68718 1867.0295,334.57382 1867.3674,333.56018 C 1868.0918,331.387 1871.894,333.9622 1871.6704,332.51818 C 1872.8468,332.58749 1873.1995,333.13465 1873.8994,332.59018 C 1873.7604,332.34718 1873.6184,332.10818 1873.4694,331.87018 C 1874.7414,331.67018 1875.3454,331.38918 1876.5704,330.93318 C 1875.9954,330.58518 1875.6224,329.96918 1875.4104,329.34918 C 1875.7274,329.12518 1877.8364,328.91918 1877.6144,328.34718 C 1877.3294,327.60918 1878.3198,327.63101 1878.8234,327.30118 C 1879.5194,326.8453 1880.7266,326.95539 1881.1944,326.59118 C 1881.7444,326.16297 1882.3799,325.25669 1883.5004,324.80918 C 1884.1959,324.53142 1884.913,324.78898 1885.5174,324.04018 C 1885.9678,323.48219 1886.1224,322.99418 1886.8634,322.88718 C 1887.7154,322.76418 1890.4036,322.95612 1889.6656,321.38412 C 1891.11,321.36512 1891.7107,323.04612 1892.5826,322.67712 C 1892.8297,322.57254 1893.7537,321.63105 1894.0667,321.97605 C 1894.7477,322.72605 1894.7584,323.50218 1895.9404,323.52718 C 1897.4954,323.56118 1899.1385,323.52974 1900.6875,323.47274 C 1902.4025,323.40874 1903.7998,323.65918 1904.8748,325.13718 C 1906.9118,327.93618 1909.1152,328.15387 1912.2812,328.86987 C 1913.9972,329.25887 1914.7511,328.44693 1916.2991,328.43793 C 1916.4451,328.43793 1918.0045,328.5794 1918.1754,328.61118 C 1919.8529,328.92316 1921.9531,329.24076 1923.9154,329.51118 C 1925.2433,329.69418 1927.299,331.27737 1927.9064,330.19718 C 1928.5343,329.08051 1929.0187,329.03874 1930.1617,328.77574 C 1931.2567,328.52474 1931.1734,326.90018 1931.1194,326.03118 C 1931.0434,324.83818 1930.2714,324.21818 1929.2554,323.78418 C 1927.6924,323.11718 1927.2264,321.71118 1925.9134,320.79218 C 1924.9744,320.13418 1923.7584,315.68018 1925.8804,316.38718 C 1925.3984,315.36618 1925.2134,314.27218 1926.5334,313.87518 C 1927.8444,313.48118 1927.5794,311.76618 1927.3204,310.77118 C 1928.9294,311.16543 1930.3179,311.84063 1932.0194,312.43318 C 1933.6503,313.00112 1935.2344,313.76906 1936.9694,314.01118 C 1938.7336,314.25737 1940.0891,314.57552 1941.8834,314.81418 C 1943.5102,315.03055 1945.9508,316.45353 1947.4885,316.04693 C 1950.5067,315.24882 1953.5068,317.70987 1953.9677,319.66187 C 1954.2661,320.92549 1955.7625,321.76351 1956.4978,322.78993 C 1957.409,324.06193 1959.5087,324.81701 1960.4154,325.31818 C 1961.4766,325.90476 1963.0801,325.42536 1964.4764,326.64118 C 1964.9655,327.06704 1966.9552,327.35469 1967.9764,326.99918 C 1969.4047,326.50195 1969.5293,327.20005 1971.4944,326.44218 C 1973.0072,325.85875 1974.4934,325.33918 1976.0044,324.96518 C 1979.0004,324.22418 1983.1568,325.24287 1986.2158,325.53487 C 1987.7448,325.68087 1988.9088,326.84018 1990.1688,327.61618 C 1992.1738,328.85218 1993.7694,328.40918 1995.9444,328.85918 C 1997.0634,329.09118 1997.6657,330.12399 1998.3587,330.89699 C 1999.2377,331.87699 2000.3092,332.27198 2001.4333,332.93187 C 2003.0721,333.89384 2004.6196,334.15214 2005.9754,334.06418 C 2008.2767,333.91487 2009.7647,334.50066 2011.7977,334.91774 C 2013.4173,335.25002 2014.843,335.16694 2016.4804,335.23818 C 2017.6654,335.28974 2019.2498,335.8547 2019.9545,335.14299 C 2021.1038,333.98231 2021.9163,333.69534 2024.1614,333.52518 C 2025.0961,333.45434 2027.8313,332.43355 2029.4844,332.60793 C 2030.9635,332.76395 2031.8424,332.45818 2032.2214,331.01318 C 2032.6304,329.45218 2033.6894,328.67318 2034.9914,327.78218 C 2036.2244,326.93718 2036.7517,326.68248 2038.3424,326.45918 C 2039.7715,326.25857 2041.2315,326.15326 2043.0082,327.3768 C 2044.234,328.22094 2045.9357,329.21905 2047.4297,329.46305 C 2048.7427,329.67705 2049.5325,329.23211 2050.6674,328.72018 C 2052.3384,327.96639 2054.9651,329.22169 2055.6605,329.98038 L 2056.5264,342.33818 C 2057.9138,343.48774 2055.4922,344.02432 2056.2824,345.08218 C 2057.0535,346.11444 2058.7112,347.18841 2059.5514,347.62218 C 2060.749,348.24052 2061.2024,346.46918 2062.5614,346.58018 C 2064.2844,346.72118 2065.8961,346.16926 2067.5694,346.95518 C 2068.9222,347.59058 2069.8012,348.22828 2070.8924,346.80018 C 2071.8397,345.56044 2072.4512,344.90893 2074.1022,345.02193 C 2076.9482,345.21593 2080.4545,347.3318 2082.8265,348.8438 C 2085.5645,350.5888 2088.5104,352.13818 2090.7774,354.53918 C 2093.4404,357.35918 2089.0394,357.18618 2087.2654,356.88918 C 2086.0844,356.69118 2084.9104,355.54818 2084.0134,356.39018 C 2083.7244,356.66218 2082.1814,356.18218 2081.7604,356.20918 C 2080.4754,356.29218 2079.6214,356.93818 2078.5264,357.49718 C 2077.7604,357.88818 2076.1234,356.83118 2075.8964,357.75418 C 2075.6494,358.76018 2075.7094,359.25318 2074.4584,359.17518 C 2073.0014,359.08418 2071.5544,358.89418 2070.8864,360.48118 C 2070.6384,361.07118 2070.5094,361.72218 2070.4844,362.36018 C 2070.4574,363.04918 2071.3244,363.72018 2071.1814,364.26918 C 2071.0284,364.85718 2069.0674,366.28318 2068.5374,366.72518 C 2067.5524,367.54718 2065.8204,367.56818 2064.6044,367.54018 C 2063.7084,367.52018 2062.1824,366.72218 2061.6424,367.79118 C 2061.1364,368.79218 2061.0114,369.99318 2060.1614,370.82118 C 2059.5994,371.36818 2058.9254,371.23218 2058.4884,371.94718 C 2058.1574,372.48818 2057.8974,372.99318 2057.1834,372.93218 C 2055.6604,372.80118 2054.0374,372.51118 2052.5454,372.19518 C 2050.0224,371.66218 2047.1244,368.62518 2044.4824,370.64418 C 2043.4664,371.41918 2043.5294,372.73418 2043.9644,373.81518 C 2044.2364,374.49218 2043.7704,375.11918 2043.9694,375.78918 C 2044.1794,376.49418 2044.7964,376.55618 2045.2594,377.01318 C 2046.1684,377.90918 2052.1344,381.22618 2049.6364,382.31318 C 2049.0004,382.59018 2048.0774,383.62818 2047.5714,384.13018 C 2046.8774,384.81818 2045.5684,384.93318 2045.1954,385.95218 C 2044.6514,387.43618 2044.1334,389.13618 2042.8904,390.21018 C 2041.8824,391.08118 2040.1074,391.47118 2038.9114,392.19618 C 2037.5544,393.01918 2035.0844,392.78318 2033.5344,392.85618 C 2031.5354,392.95118 2029.8244,392.51018 2027.8324,392.82818 C 2023.6854,393.48918 2020.1534,393.92618 2016.3194,395.87718 C 2014.7654,396.66818 2013.1764,397.43618 2011.8144,398.54218 C 2010.5814,399.54418 2010.8054,399.70618 2009.3484,399.57318 C 2008.4604,399.49318 2007.5024,399.57018 2006.7754,398.98118 C 2005.3504,397.82618 2005.2314,397.78618 2003.2274,397.99918 C 1999.5844,398.38518 1995.9754,396.49918 1992.4314,395.85918 C 1990.7734,395.56018 1988.9764,395.24918 1987.4424,394.51618 C 1985.7694,393.71718 1984.7464,392.08718 1982.8244,391.73818 C 1981.1324,391.43118 1979.4134,391.69518 1977.7084,391.34618 C 1976.2294,391.04418 1974.7364,390.80418 1973.2444,390.57218 C 1971.4974,390.30018 1970.2614,391.27318 1968.5604,391.45418 C 1966.3554,391.68718 1963.9734,391.06818 1961.7564,390.99618 C 1958.0094,390.87518 1954.3344,389.36818 1950.5874,389.77318 C 1949.5354,389.88718 1947.6804,390.44118 1946.6454,389.98618 C 1946.1574,389.77118 1945.8714,389.19918 1945.6504,388.75618 C 1945.2884,388.02918 1944.2804,387.58418 1943.6174,387.20718 C 1940.7204,385.56118 1939.3874,382.41818 1936.9954,380.26718 C 1936.0764,379.44118 1934.6104,379.28718 1934.4544,377.83618 C 1934.3004,376.40918 1931.2574,377.04818 1929.9384,376.43418 C 1928.4184,375.72518 1926.8074,374.97618 1925.3934,374.07418 C 1924.1164,373.25918 1922.6454,373.33318 1921.3994,372.34818 C 1918.5574,370.10218 1914.7114,371.05718 1911.4034,370.72618 C 1908.6614,370.45118 1905.8524,369.97318 1903.1464,369.59918 C 1900.7574,369.27018 1897.6224,367.63418 1897.3034,364.91918 C 1897.1524,363.63018 1898.8164,362.39118 1897.8954,361.28918 C 1896.7264,359.89218 1897.3324,358.10618 1896.2984,356.82318 C 1894.9764,355.18318 1893.8954,353.93018 1892.1264,352.75318 C 1890.5024,351.67218 1890.0324,350.19418 1888.7994,348.81218 C 1887.9834,347.89618 1886.4494,347.35518 1885.4454,346.55218 C 1884.5074,345.80218 1885.1294,346.81218 1884.3184,346.82918 C 1883.6704,346.84218 1883.0474,346.31318 1882.5384,345.98018 C 1881.1914,345.09918 1881.0464,345.38018 1879.5884,345.47618 C 1877.7494,345.59718 1875.8944,344.29918 1874.5074,343.24018 C 1873.4394,342.42418 1872.3504,341.48018 1871.0054,341.15518 C 1869.7234,340.84518 1869.0984,340.91618 1869.1564,339.68818 C 1869.1994,338.79318 1866.9754,338.64618 1866.5884,337.79418 C 1866.4564,337.50218 1866.8924,337.49218 1866.9924,337.31318 C 1867.2794,336.80718 1866.1814,335.92618 1865.9794,335.54218" id="mn"/>
<path class="landxx bt" d="M 1929.554,524.71933 C 1929.551,524.13233 1929.6657,524.0002 1930.0307,523.6922 C 1930.5817,523.2292 1930.242,522.26733 1930.839,521.83333 C 1932.121,520.89933 1932.617,518.71733 1933.511,517.42433 C 1934.49,516.00833 1935.851,514.67833 1937.694,514.71133 C 1938.146,514.71933 1939.636,514.91433 1939.822,515.43733 C 1939.991,515.91233 1939.545,516.58433 1940.195,516.79133 C 1941.321,517.14933 1942.648,517.01633 1943.814,517.01633 C 1944.517,517.01633 1944.895,518.15033 1945.668,517.46133 C 1946.293,516.90233 1946.461,516.64933 1947.364,516.92433 C 1948.547,517.28533 1950.03,517.58933 1950.009,519.01033 C 1949.986,520.60833 1949.9748,522.22846 1952.148,522.10433 C 1954.2313,521.98533 1953.8508,523.78833 1953.71,524.97133 C 1953.652,525.45876 1954.945,526.79033 1954.384,527.06533 C 1953.052,527.71633 1951.776,527.84833 1950.454,527.35033 C 1949.907,527.14433 1948.69,527.88033 1948.037,527.92033 C 1947.058,527.98033 1946.031,528.00233 1945.05,527.97333 C 1943.551,527.93033 1942.424,526.56533 1941.051,527.37933 C 1939.985,528.01233 1938.471,529.08433 1937.116,528.58833 C 1935.947,528.16033 1935.3091,527.19316 1933.864,527.31133 C 1931.3253,527.51893 1930.532,526.13212 1929.554,524.71933" id="bt"/>
<g id="nc">
<g class="landxx coastxx nc" id="nc-" transform="translate(-29.9017, -45.0745)">
<path d="M 2534.108,983.663 C 2534.923,984.676 2535.279,986.194 2536.43,986.913 C 2536.917,987.218 2536.751,988 2536.974,988.446 C 2537.307,989.111 2538.345,989.318 2538.502,990.072 C 2538.768,991.341 2540.358,991.711 2541.134,992.485 C 2542.279,993.629 2543.423,994.118 2544.837,994.822 C 2543.889,995.723 2545.632,997.467 2546.567,996.551 C 2546.238,996.994 2546.324,997.18 2546.346,997.701 C 2547.281,995.954 2547.943,998.364 2548.845,998.148 C 2550.061,997.856 2551.359,997.814 2550.591,996.026 C 2550.263,995.262 2549.588,995.185 2549.008,994.712 C 2548.266,994.107 2547.848,993.201 2547.268,992.459 C 2546.166,991.05 2544.381,990.532 2543.188,989.282 C 2542.245,988.294 2541.764,987.304 2541.262,986.052 C 2540.61,984.426 2540.308,984.664 2538.942,983.661 C 2537.727,982.768 2537.317,981.033 2535.987,980.281 C 2535.421,979.961 2534.863,980.286 2534.291,980.055 C 2533.531,979.749 2533.286,978.884 2532.597,978.481 C 2532.953,979.121 2533.205,979.923 2533.368,980.635 C 2533.485,981.151 2533.173,981.507 2533.404,982.044 C 2533.646,982.603 2534.037,983.034 2534.108,983.663" id="path2568"/>
<path d="M 2550.168,983.883 C 2551.262,983.451 2550.979,982.501 2551.468,981.643 C 2550.975,982.361 2550.815,983.262 2550.168,983.883" id="path2570"/>
<path d="M 2553.408,1000.803 C 2553.603,1000.583 2553.77,1000.343 2553.908,1000.083 C 2553.086,999.449 2552.523,1000.498 2553.408,1000.803" id="path2572"/>
<path d="M 2555.718,987.913 C 2556.582,987.228 2556.22,983.252 2554.559,983.813 C 2555.959,984.771 2554.237,984.797 2553.989,985.602 C 2553.604,986.846 2555.136,987.149 2555.718,987.913" id="path2574"/>
<path d="M 2559.388,992.013 C 2560.304,992.044 2560.707,991.095 2560.899,990.364 C 2560.051,990.593 2560.125,989.526 2559.453,989.507 C 2558.071,989.466 2558.832,991.537 2559.388,992.013" id="path2576"/>
<path d="M 2503.798,972.003 C 2504.077,971.533 2504.271,971.029 2504.378,970.493 C 2503.99,970.856 2503.643,971.448 2503.798,972.003" id="path3370"/>
</g>
<circle class="circlexx nc" cx="2512.6679" cy="942.855655" id="nc." r="6.01303"/>
</g>
<g id="fj">
<g class="landxx coastxx fj" id="fj-" transform="translate(-29.9017, -45.0745)">
<path d="M 2638.008,953.213 C 2638.248,952.997 2638.488,952.78 2638.729,952.564 C 2638.146,952.556 2638.168,952.763 2638.008,953.213" id="path5538"/>
<path d="M 2640.388,950.403 C 2640.929,950.064 2641.409,949.654 2641.828,949.173 C 2641.278,949.502 2640.799,949.912 2640.388,950.403" id="path5544"/>
<path d="M 2638.438,961.703 C 2639.938,962.331 2641.293,963.007 2642.937,962.443 C 2644.03,962.068 2646.482,961.675 2647.32,960.957 C 2647.9,960.459 2647.584,960.328 2647.193,959.95 C 2646.998,959.762 2647.24,958.615 2647.273,958.259 C 2647.361,957.331 2646.527,955.143 2645.427,955.803 C 2646.784,953.954 2641.202,955.55 2640.684,955.758 C 2639.067,956.406 2634.71,961.064 2638.438,961.703" id="path5536"/>
<path d="M 2640.598,970.413 C 2641.081,970.077 2641.549,969.72 2642.002,969.343 C 2642.46,968.974 2643.161,969.56 2643.698,969.263 C 2643.346,967.589 2640.199,969.371 2639.878,970.343 C 2640.118,970.366 2640.357,970.39 2640.598,970.413" id="path5542"/>
<path d="M 2648.668,958.253 C 2648.951,958.086 2649.215,957.893 2649.458,957.673 C 2648.729,957.113 2648.466,957.306 2648.668,958.253" id="path5546"/>
<path d="M 2661.048,944.573 C 2658.519,944.439 2656.599,946.337 2654.241,946.694 C 2652.954,946.889 2652.058,947.661 2651.02,948.388 C 2650.185,948.973 2648.509,948.641 2648.667,950.113 C 2649.706,949.933 2649.642,951.006 2649.597,951.692 C 2650.941,951.519 2654.199,948.282 2654.727,949.858 C 2655.009,950.699 2657.043,949.631 2657.512,949.495 C 2659.189,949.008 2659.466,948.837 2660.037,947.082 C 2659.101,947.501 2657.472,949.894 2656.297,949.032 C 2658.047,947.724 2659.182,945.744 2661.048,944.573" id="path5548"/>
<path d="M 2652.188,961.413 C 2652.684,960.843 2652.569,960.072 2651.757,959.903 C 2651.82,960.43 2651.963,960.933 2652.188,961.413" id="path5550"/>
<path d="M 2655.358,965.953 C 2655.594,965.731 2655.811,965.491 2656.007,965.233 C 2655.422,965.09 2655.116,965.39 2655.358,965.953" id="path5552"/>
</g>
<circle class="circlexx fj" cx="2610.0494" cy="901.031395" id="fj." r="6.01303"/>
</g>
<g id="kw">
<g class="landxx coastxx kw" id="kw-" transform="translate(-29.9017, -45.0745)">
<path d="M 1657.008,545.256 C 1657.149,545.569 1655.306,548.614 1657.588,548.388 C 1659.563,548.192 1657.552,545.925 1657.008,545.256" id="path5440"/>
<path class="landxx kw" d="M 1645.708,552.815 C 1648.9117,551.6484 1647.4237,545.15368 1650.765,544.538 C 1652.0568,544.29996 1653.8993,544.17961 1655.596,545.58 C 1656.0351,545.94243 1657.164,548.288 1656.718,548.856 C 1655.766,547.521 1654.412,549.785 1653.908,550.44 C 1655.37,550.246 1656.997,550.814 1657.358,552.394 C 1657.798,554.315 1659.2662,556.02658 1659.9132,557.96658 C 1658.6748,557.25551 1655.5893,558.45287 1654.375,557.601 C 1653.4273,556.93614 1653.3114,555.49621 1652.936,554.501 C 1652.4342,553.17055 1647.646,553.52796 1645.708,552.815" id="path5486"/>
</g>
<circle class="circlexx kw" cx="1623.295" cy="505.147905" id="kw." r="6.01303"/>
</g>
<g id="tl">
<g class="landxx tl" id="tl-" transform="translate(-29.9017, -45.0745)">
<path d="M 2252.9175,884.3125 C 2252.9725,887.0145 2253.6,885.886 2255.257,884.882 C 2256.841,883.922 2259.292,883.342 2261.051,882.659 C 2263.883,881.559 2267.953,880.504 2269.935,877.947 C 2271.076,876.476 2268.007,876.776 2267.352,876.969 C 2265.572,877.495 2263.998,877.729 2262.175,878.04 C 2260.222,878.373 2258.414,878.336 2256.407,878.762 C 2255.651,878.923 2254.628,878.827 2253.99,879.342 C 2253.315,879.886 2252.9342,881.1755 2252.2302,881.7025 C 2253.9042,882.5135 2253.7415,882.9685 2252.9175,884.3125 z " id="path2786"/>
<path d="M 2243.958,886.033 C 2245.29,885.044 2246.2971,884.60118 2247.9241,884.29418 C 2247.5767,884.4489 2247.8695,887.55231 2247.0765,887.36277 C 2246.4781,887.21974 2246.3449,886.58784 2246.2079,886.78361 C 2245.6041,887.64648 2244.5241,885.82651 2243.9521,886.05154" id="path2788"/>
</g>
<circle class="circlexx tl" cx="2230.8492" cy="836.730765" id="tl." r="6.01303"/>
</g>
<g id="bs">
<g class="landxx coastxx bs" id="bs-">
<path d="M 708.81929,557.06153 C 708.57929,556.96553 708.33929,556.86953 708.09929,556.77353 C 708.36629,556.80553 708.60529,556.90253 708.81929,557.06153" id="path6100"/>
<path d="M 691.25129,541.50953 C 692.18929,542.32253 692.82629,541.40853 692.89929,543.03453 C 692.95229,544.22453 694.17029,545.25553 693.95029,546.46653 C 693.67929,547.95653 690.44229,550.37453 690.81929,547.77353 C 689.93129,548.04653 689.15629,547.40753 688.73129,546.69353 C 689.26029,546.10153 689.79929,546.22153 690.02729,546.98153 C 690.71529,546.16353 689.65529,545.67553 690.35929,544.91053 C 691.30829,543.87753 691.15129,542.80053 691.25129,541.50953" id="path6086"/>
<path d="M 691.75529,550.65353 C 691.51829,550.11753 691.75729,549.94953 692.47529,550.14953 C 692.23529,550.31753 691.99429,550.48553 691.75529,550.65353" id="path6088"/>
<path d="M 689.59529,530.34953 C 689.03529,530.11253 688.57529,529.66453 688.29929,529.12553 C 689.37329,530.29253 689.94929,528.98953 690.84629,528.43953 C 692.18229,527.62253 694.27329,528.99953 695.93029,527.90053 C 696.15729,529.22853 690.49429,529.99553 689.59529,530.34953" id="path6084"/>
<path d="M 693.33929,554.32453 C 693.07529,554.25253 692.81129,554.18053 692.54729,554.10853 C 693.15429,554.08553 693.65829,553.84553 694.05929,553.38853 C 692.86729,554.23053 692.56329,552.89753 692.31229,551.98753 C 692.22629,551.67653 692.12429,551.20753 691.82729,551.01253 C 692.55829,550.47553 693.10929,549.68153 693.98729,549.35653 C 693.96029,550.18553 692.97529,550.63653 693.26729,551.51653 C 693.72529,551.13153 694.03829,550.65253 694.20429,550.07753 C 695.40329,551.22853 694.70929,553.61053 693.33929,554.32453" id="path6090"/>
<path d="M 696.43429,543.38153 C 696.38229,542.34753 697.47629,542.55353 698.09029,542.80553 C 697.56329,543.06753 697.01129,543.25953 696.43429,543.38153" id="path6092"/>
<path d="M 699.67529,535.67753 C 699.51229,535.12153 699.08629,534.67853 698.52329,534.52553 C 699.34029,533.87253 699.91929,532.96653 700.33229,532.01653 C 700.54629,531.51853 700.72229,531.00853 700.86029,530.48453 C 701.20929,529.17953 700.73529,529.95753 700.05129,529.15253 C 698.94729,527.85353 698.26329,526.09053 696.00329,526.89353 C 698.21529,525.59053 699.93929,527.93053 701.11529,529.41453 C 701.98329,530.50953 701.85929,531.32253 700.94729,532.33653 C 700.09829,533.27953 700.33529,534.64453 699.67529,535.67753" id="path6094"/>
<path d="M 703.63529,539.70953 C 703.05129,539.68753 702.67029,539.27153 702.62729,538.70153 C 703.79729,539.59653 705.38729,540.25553 706.15529,541.58153 C 707.05429,543.13553 705.50129,544.46653 705.72329,546.04553 C 704.65729,545.18653 706.26429,543.47653 706.35329,542.50653 C 706.47329,541.18353 704.35029,540.50753 703.63529,539.70953" id="path6096"/>
<path d="M 705.50729,554.68553 C 706.49929,554.80653 706.74529,555.90053 707.37929,556.48553 C 706.67429,556.09353 705.64229,555.59353 705.50729,554.68553" id="path6098"/>
<path d="M 710.25929,550.86953 C 709.92029,550.00953 711.16929,550.08053 710.45729,549.27353 C 709.86229,548.59853 709.38329,547.00853 709.39429,546.11753 C 709.75029,546.97553 712.35929,550.59053 710.25929,550.86953" id="path6102"/>
<path d="M 710.83529,554.75753 C 711.79229,556.11253 711.47829,557.54853 712.00829,558.94453 C 712.35029,559.84453 714.01729,560.25253 713.06729,561.38253 C 712.90129,560.04553 711.44929,559.97453 710.97929,558.86253 C 712.63329,560.16853 710.66429,555.59053 710.83529,554.75753" id="path6104"/>
<path d="M 714.43429,555.04553 C 714.19429,554.97353 713.95429,554.90153 713.71429,554.82953 C 714.38029,554.15053 714.61929,554.22253 714.43429,555.04553" id="path6106"/>
<path d="M 717.02729,567.42953 C 718.13429,566.59553 718.96929,565.44953 720.19529,564.76553 C 718.71429,563.90253 719.94629,562.83253 720.39829,563.60853 C 721.44129,565.40353 718.04829,566.76353 717.02729,567.42953" id="path6108"/>
<path d="M 717.09829,551.22953 C 717.36229,551.18153 717.62629,551.13353 717.89029,551.08553 C 717.76829,551.66953 717.34829,552.14053 716.81029,552.38153 C 716.97529,552.01453 717.07229,551.63053 717.09829,551.22953" id="path6110"/>
<path d="M 718.68229,563.54153 C 717.92129,563.42553 717.04229,562.85253 717.24229,561.95753 C 717.84529,562.29653 718.83829,562.65153 718.68229,563.54153" id="path6112"/>
<path d="M 719.90729,578.58953 C 719.23729,577.45653 720.87529,576.40153 721.76829,576.15753 C 722.38329,575.98953 722.55229,576.39353 723.08029,576.50153 C 723.96529,576.68253 724.64229,575.49653 725.23529,575.06153 C 725.06929,575.98653 724.78829,577.14953 724.05929,577.80553 C 723.04129,578.72053 721.13029,578.10653 719.90729,578.58953" id="path6122"/>
<path d="M 725.16329,574.12553 C 725.00729,573.52153 725.24029,573.18453 725.88329,573.33353 C 725.66429,573.61753 725.42529,573.88153 725.16329,574.12553" id="path6124"/>
<path d="M 727.97129,566.78153 C 727.44829,565.87653 725.56929,566.58453 725.52329,565.48453 C 726.05029,565.41753 728.46629,565.80453 727.97129,566.78153" id="path6126"/>
</g>
<circle class="circlexx bs" cx="702.92667" cy="556.240865" id="bs." r="6.01303"/>
</g>
<g id="vu">
<g class="landxx coastxx vu" id="vu-" transform="translate(-29.9017, -45.0745)">
<path d="M 2569.758,928.583 C 2570.657,928.098 2570.706,926.496 2569.502,927.348 C 2568.957,927.733 2568.765,928.83 2569.758,928.583" id="path6058"/>
<path d="M 2569.898,925.343 C 2570.768,924.929 2570.98,923.975 2570.328,923.253 C 2569.338,923.681 2569.623,924.545 2569.898,925.343" id="path6062"/>
<path d="M 2565.428,935.493 C 2565.106,934.968 2565.059,934.418 2565.288,933.843 C 2564.101,934.319 2563.174,937.326 2563.059,934.273 C 2563.014,933.096 2561.609,930.253 2561.457,933.059 C 2561.389,934.33 2562.057,935.514 2561.596,936.771 C 2561.154,937.976 2561.895,938.701 2561.909,939.893 C 2564.429,939.896 2566.518,938.106 2565.428,935.493" id="path6048"/>
<path d="M 2565.868,948.243 C 2566.53,947.82 2569.257,947.625 2568.539,946.269 C 2567.994,945.238 2566.893,944.718 2566.342,943.646 C 2564.274,939.622 2563.82,945.397 2565.288,944.132 C 2566.165,945.354 2565.046,947 2565.868,948.243" id="path6052"/>
<path d="M 2564.998,940.973 C 2565.299,940.634 2565.322,940.274 2565.068,939.893 C 2564.763,940.055 2564.5,940.269 2564.278,940.534 C 2564.519,940.68 2564.758,940.826 2564.998,940.973" id="path6054"/>
<path d="M 2570.258,958.893 C 2571.524,959.04 2572.216,957.231 2571.188,956.459 C 2570.463,955.916 2568.967,957.513 2568.749,958.103 C 2570.072,957.177 2568.834,958.643 2570.258,958.893" id="path6056"/>
<path d="M 2570.398,938.663 C 2570.939,938.134 2571.413,937.533 2571.768,936.863 C 2571.049,936.978 2570.291,937.071 2569.851,937.727 C 2569.476,938.286 2569.654,938.775 2570.398,938.663" id="path6064"/>
<path d="M 2571.188,946.223 C 2571.709,946.163 2572.191,945.996 2572.637,945.723 C 2572.165,945.396 2571.867,944.869 2571.988,944.284 C 2571.17,944.253 2570.553,944.856 2569.758,944.924 C 2569.864,945.682 2570.586,945.96 2571.188,946.223" id="path6066"/>
<path d="M 2572.778,950.403 C 2572.836,949.658 2571.199,948.84 2570.688,948.533 C 2569.551,950.481 2571.938,949.582 2572.778,950.403" id="path6068"/>
<path d="M 2572.269,943.053 C 2573.28,942.275 2573.337,939.597 2572.708,938.593 C 2572.355,940.085 2572.072,941.512 2572.269,943.053" id="path6072"/>
<path d="M 2572.708,937.873 C 2573.697,937.005 2573.703,935.227 2573.138,934.133 C 2573.039,935.385 2572.723,936.613 2572.708,937.873" id="path6074"/>
<path d="M 2574.578,969.043 C 2575.237,968.638 2574.907,965.486 2573.638,965.814 C 2573.157,965.938 2572.804,967.327 2572.721,967.732 C 2572.568,968.473 2574.135,968.728 2574.578,969.043" id="path6076"/>
<path d="M 2574.428,974.733 C 2575.38,973.747 2573.981,972.846 2574.428,971.783 C 2572.664,971.967 2573.268,974.147 2574.428,974.733" id="path6078"/>
<path d="M 2576.088,979.843 C 2576.33,979.63 2576.547,979.393 2576.738,979.133 C 2576.096,978.717 2575.19,979.406 2576.088,979.843" id="path6080"/>
</g>
<circle class="circlexx vu" cx="2538.4496" cy="901.726545" id="vu." r="6.01303"/>
</g>
<g id="fk">
<g class="landxx coastxx fk" id="fk-" transform="translate(-29.9017, -45.0745)">
<path d="M 912.598,1251.934 C 913.025,1251.796 913.157,1251.54 912.992,1251.167 C 912.316,1250.225 912.029,1252.161 912.029,1250.423 C 910.526,1250.648 911.985,1251.676 912.598,1251.934" id="path4876"/>
<path d="M 917.138,1247.253 C 917.235,1247.446 917.331,1247.64 917.428,1247.833 C 915.797,1248.454 914.494,1246.924 912.888,1247.043 C 913.624,1247.696 914.248,1247.4 914.793,1248.274 C 915.218,1248.956 916.917,1249.461 917.638,1249.703 C 916.432,1249.351 915.352,1249.659 914.188,1249.993 C 915.024,1251.217 916.167,1249.235 917.138,1250.353 C 916.545,1250.207 916.273,1250.479 916.418,1251.073 C 916.227,1250.808 916.034,1250.545 915.838,1250.283 C 915.802,1251.006 914.938,1252.367 916.348,1251.503 C 915.909,1252.585 913.668,1252.455 912.748,1252.723 C 913.122,1252.902 916.318,1254.276 914.328,1253.083 C 914.767,1253.021 916.078,1254.541 916.364,1253.986 C 916.815,1253.109 918.261,1253.482 917.638,1252.083 C 919.652,1252.743 920.352,1250.503 921.277,1249.184 C 921.593,1248.733 922.01,1248.182 922.055,1247.611 C 922.106,1246.967 920.596,1246.232 920.878,1247.694 C 919.993,1247.294 918.058,1246.775 917.138,1247.253" id="path4878"/>
<path d="M 915.188,1247.043 C 915.586,1247.258 915.997,1247.281 916.417,1247.113 C 916.262,1246.512 915.775,1246.238 915.188,1246.463 C 915.453,1246.659 915.719,1246.853 915.988,1247.043 C 915.721,1247.043 915.455,1247.043 915.188,1247.043" id="path4880"/>
<path d="M 916.778,1246.394 C 917,1246.597 917.264,1246.694 917.568,1246.684 C 917.305,1246.587 917.041,1246.49 916.778,1246.394" id="path4882"/>
<path d="M 917.998,1245.963 C 918.414,1246.58 919.659,1246.517 920.238,1246.253 C 919.504,1246.05 918.735,1246.141 917.998,1245.963" id="path4884"/>
<path d="M 921.667,1254.313 C 922.18,1253.857 921.514,1253.53 921.097,1253.592 C 921.288,1253.833 921.478,1254.073 921.667,1254.313" id="path4886"/>
<path d="M 921.458,1253.163 C 922.452,1253.641 923.189,1254.809 924.408,1254.743 C 923.908,1254.419 923.634,1253.88 923.908,1253.303 C 924.643,1253.585 925.339,1254.007 926.138,1254.093 C 926.153,1253.16 925.187,1252.702 924.478,1252.373 C 925.355,1252.277 925.916,1252.858 926.708,1252.86 C 927.25,1252.862 927.567,1252.501 928.148,1252.653 C 928.119,1251.669 926.239,1251.45 925.708,1250.783 C 926.737,1251.397 927.914,1251.506 929.079,1251.374 C 929.815,1251.291 930.878,1250.414 929.808,1250.213 C 930.898,1250.384 932.047,1250.136 933.048,1249.703 C 932.757,1249.775 930.26,1248.677 929.958,1248.413 C 930.711,1248.012 931.479,1248.52 932.258,1248.333 C 931.571,1247.801 928.368,1245.861 928.298,1248.123 C 928.91,1248.196 929.476,1248.52 929.878,1248.983 C 929.025,1249.01 926.371,1247.324 928.228,1247.543 C 927.462,1246.164 925.234,1246.267 923.908,1246.394 C 924.342,1247.001 923.996,1247.556 923.398,1247.833 C 923.96,1247.875 924.307,1248.183 924.188,1248.773 C 923.918,1248.637 923.655,1248.491 923.398,1248.333 C 923.636,1249.148 924.823,1249.277 924.768,1250.213 C 923.591,1248.76 921.291,1251.641 922.178,1252.873 C 921.938,1252.97 921.698,1253.066 921.458,1253.163" id="path4888"/>
<path d="M 929.018,1252.373 C 929.221,1252.576 929.461,1252.72 929.738,1252.803 C 929.498,1252.659 929.258,1252.517 929.018,1252.373" id="path4890"/>
<path d="M 1082.377,1276.413 C 1082.57,1276.269 1082.764,1276.127 1082.957,1275.983 C 1082.708,1275.768 1082.441,1275.578 1082.157,1275.413 C 1082.679,1275.845 1083.309,1275.764 1083.747,1275.263 C 1083.325,1274.897 1081.511,1273.714 1081.65,1273.226 C 1081.8,1272.701 1079.393,1271.337 1078.917,1271.303 C 1079.94,1272.845 1077.638,1271.021 1077.047,1271.234 C 1078.204,1270.143 1075.464,1270.054 1074.662,1269.749 C 1073.693,1269.381 1072.427,1269.649 1071.344,1269.334 C 1070.306,1269.033 1068.8,1268.896 1067.757,1269.214 C 1069.406,1270.132 1071.187,1270.356 1073.017,1270.444 C 1071.209,1270.491 1073.015,1271.328 1073.632,1271.332 C 1074.679,1271.34 1075.566,1271.828 1076.406,1272.411 C 1077.281,1273.018 1078.131,1273.359 1079.071,1273.828 C 1080.31,1274.445 1081.246,1275.627 1082.377,1276.413" id="path4892"/>
<path d="M 1042.778,1323.213 C 1041.712,1321.208 1038.879,1321.31 1036.948,1321.413 C 1037.479,1322.761 1041.602,1322.433 1042.778,1323.213" id="path4902"/>
<path d="M 1045.438,1323.363 C 1045.918,1323.17 1046.397,1322.976 1046.877,1322.783 C 1046.135,1322.847 1045.394,1322.946 1044.648,1322.923 C 1044.911,1323.069 1045.175,1323.217 1045.438,1323.363" id="path4904"/>
</g>
<circle class="circlexx fk" cx="891.31022" cy="1205.1561" id="fk." r="6.01303"/>
</g>
<g id="gm">
<path class="landxx gm" d="M 1143.6263,643.89355 C 1145.0423,642.78455 1144.8433,642.84655 1145.5523,644.40855 C 1146.0893,645.59155 1147.7603,644.00155 1148.5953,644.61455 C 1146.8033,643.68955 1152.2943,643.14555 1152.6253,642.95855 C 1151.2083,642.87055 1149.5063,642.92655 1148.1883,643.50555 C 1147.0543,644.00355 1146.4003,644.33355 1145.6863,643.01955 C 1145.0503,641.84855 1146.3273,641.83155 1147.1393,641.89355 C 1149.2763,642.05455 1151.4453,641.95155 1153.5873,641.95155 C 1154.1403,641.95155 1153.9073,640.22055 1155.1763,640.58055 C 1156.1973,640.87055 1157.1933,639.61955 1158.2433,640.17055 C 1158.7743,640.44955 1158.8963,641.13655 1159.4213,641.44855 C 1159.9283,641.74955 1160.4023,641.20355 1160.9303,641.45455 C 1161.4893,641.72055 1161.3153,642.56555 1161.9363,642.82855 C 1162.5953,643.10755 1163.4313,642.58255 1164.0423,642.39855 C 1164.7683,642.18055 1166.5203,642.32855 1166.4063,643.44855 C 1166.3023,644.47755 1164.6511,644.84355 1163.8403,644.96055 C 1160.4287,645.45285 1156.8136,641.51769 1156.3151,642.45664 C 1155.7368,643.54607 1155.5995,643.91181 1153.4831,643.88046 C 1152.734,643.86936 1150.6683,644.31955 1151.1233,645.45755 C 1151.2123,645.67955 1144.4432,644.91791 1144.1632,646.52291 C 1143.7542,645.72691 1143.4683,644.77755 1143.6263,643.89355" id="gm-"/>
<circle class="circlexx gm" cx="1154.4216" cy="643.48123" id="gm." r="6.01303"/>
</g>
<g id="qa">
<path class="landxx qa" d="M 1649.7863,540.78955 C 1649.7423,540.39955 1649.1783,538.00355 1650.2863,539.13355 C 1650.2233,538.74555 1649.9693,536.59155 1650.6563,538.41355 C 1650.7113,536.59755 1651.3583,531.80455 1653.8603,534.44755 C 1654.4873,535.11055 1655.6913,535.57555 1655.6973,536.61555 C 1655.7023,537.34155 1655.3433,537.80155 1655.1783,538.46455 C 1655.0343,539.03855 1655.3853,539.78455 1655.4413,540.35755 C 1655.4963,540.93055 1656.1053,540.94155 1656.2653,541.43755 C 1656.5293,542.24655 1656.3333,542.98055 1656.0063,543.72755 C 1655.4403,545.02055 1655.6263,545.96455 1654.2083,546.38955 C 1653.0303,546.74355 1651.9693,547.68055 1651.1803,545.95055 C 1650.4603,544.37255 1650.1603,542.47355 1649.7863,540.78955" id="qa-"/>
<circle class="circlexx qa" cx="1652.491" cy="541.990445" id="qa." r="6.01303"/>
</g>
<g id="jm">
<path class="landxx coastxx jm" d="M 681.45929,601.55755 C 683.46129,598.91755 687.16729,599.33655 690.02729,599.90155 C 691.78729,600.24955 693.15029,601.31055 694.81829,601.81655 C 696.54629,602.34055 696.64929,603.11055 697.51529,604.58255 C 696.74929,604.94555 695.93029,605.01455 695.09529,605.01455 C 694.32329,605.01455 693.94429,604.21855 693.12329,604.36755 C 694.18629,604.18755 692.86529,603.97755 692.56829,604.24155 C 692.25529,604.51955 691.98029,605.07155 691.50729,605.09155 C 690.58129,605.12955 689.37229,604.95955 690.17129,606.31155 C 689.21429,606.32055 689.08829,605.15755 688.18329,605.24055 C 687.30929,605.32055 685.79129,605.23055 685.31529,604.35655 C 685.02129,603.81655 684.52729,603.30755 684.12029,602.85255 C 683.41929,602.06855 682.00829,602.53255 681.45929,601.55755" id="jm-"/>
<circle class="circlexx jm" cx="690.41411" cy="602.467815" id="jm." r="6.01303"/>
</g>
<g id="cy">
<path class="landxx coastxx cy" d="M 1507.5863,456.76555 C 1507.4893,456.50155 1507.3933,456.23755 1507.2963,455.97355 C 1508.2793,456.94155 1509.7283,455.09855 1510.8523,455.17455 C 1512.5813,455.29155 1511.2823,453.55455 1512.8873,453.59255 C 1514.6093,453.63455 1516.1403,453.94155 1517.8673,453.47655 C 1519.8083,452.95455 1521.5443,450.93655 1523.5763,450.93255 C 1522.2893,451.74255 1521.1353,453.63755 1519.7043,454.08655 C 1518.1413,454.57655 1519.7063,456.07455 1520.3263,456.76455 C 1519.6583,456.84655 1518.1403,456.71355 1517.6273,457.17555 C 1517.0573,457.68955 1516.8643,458.41855 1516.0823,458.68855 C 1515.3983,458.92355 1512.7053,459.21255 1513.1263,460.43655 C 1510.8693,459.29655 1508.6503,459.63455 1507.5863,456.76555" id="cy-"/>
<circle class="circlexx cy" cx="1514.8529" cy="456.835525" id="cy." r="6.01303"/>
</g>
<g id="pr">
<path class="landxx coastxx pr" d="M 774.76529,604.14955 C 772.33729,603.97155 769.21429,604.83055 766.89229,604.13355 C 766.36529,603.97555 765.22929,604.37655 765.57629,603.14455 C 765.77529,602.80755 765.91129,602.44555 765.98529,602.06155 C 765.93729,601.45755 765.17729,601.21755 765.26529,600.54955 C 765.56929,598.24455 773.01329,599.61255 774.20829,600.04355 C 775.17329,600.39155 777.45329,599.65555 777.43529,601.34155 C 777.42529,602.31455 775.59829,603.84555 774.76529,604.14955" id="pr-"/>
<circle class="circlexx pr" cx="769.00881" cy="600.857655" id="pr." r="6.01303"/>
</g>
<g id="ps">
<g class="landxx ps" id="ps-" transform="translate(-29.9017, -45.0745)">
<path d="M 1553.758,533.592 C 1554.452,532.907 1555.098,532.154 1555.559,531.288 C 1556.42,531.832 1554.592,534.1568 1554.189,534.5758 C 1554.018,534.2768 1553.874,533.917 1553.758,533.592" id="path5472"/>
<path d="M 1558.658,526.104 C 1559.0247,525.24666 1559.1486,522.83964 1560.615,523.128 C 1561.1236,523.22802 1562.6102,524.10083 1562.7968,524.59486 C 1563.339,526.03011 1563.1992,528.04465 1563.1509,529.605 C 1563.1176,530.67692 1563.1024,531.83254 1562.5373,532.09714 L 1560.4431,533.07772 C 1559.4492,533.54306 1558.4571,533.57606 1558.8831,532.01706 C 1558.9961,531.60406 1560.466,529.43 1560.676,529.501 C 1560.24,529.352 1559.1109,529.78377 1558.848,529.023 C 1558.3837,527.67927 1558.8437,526.66836 1558.658,526.104" id="path5474"/>
</g>
<circle class="circlexx ps" cx="1534.2589" cy="483.447975" id="ps." r="6.01303"/>
</g>
<g id="bn">
<g class="landxx bn" id="bn-" transform="translate(-29.9017, -45.0745)">
<path d="M 2171.518,764.928 C 2174.415,764.854 2175.417,762.288 2177.851,761.346 C 2178.934,760.927 2178.453,762.364 2177.991,762.737 C 2176.919,763.602 2176.714,763.763 2176.899,765.265 C 2176.914,765.386 2177.6,770.829 2175.873,769.622 C 2175.22,769.166 2173.759,768.158 2173.319,767.449 C 2172.682,766.428 2172.976,765.24 2171.518,764.928" id="path6824"/>
<path d="M 2178.508,763.704 C 2178.288,762.381 2179,763.266 2179.368,762.192 C 2180.418,763.535 2180.867,765.48 2180.738,767.16 C 2179.076,766.787 2178.597,765.217 2178.508,763.704" id="path6826"/>
</g>
<circle class="circlexx bn" cx="2145.6944" cy="720.989575" id="bn." r="6.01303"/>
</g>
<g id="tt">
<g class="landxx coastxx tt" id="tt-" transform="translate(-29.9017, -45.0745)">
<path d="M 829.728,717.768 C 830.57,716.512 832.836,716.643 833.353,715.162 C 833.671,714.251 833.466,712.149 832.108,712.224 C 833.07,711.251 834.705,711.056 835.995,710.937 C 838.624,710.696 836.403,712.344 836.568,713.88 C 836.722,715.308 837.6,716.619 835.752,717.297 C 833.804,718.01 831.668,717.004 829.728,717.768" id="path6114"/>
<path d="M 838.728,708.264 C 838.88,707.361 839.692,706.805 840.528,706.609 C 840.585,707.58 839.333,707.823 838.728,708.264" id="path6120"/>
</g>
<circle class="circlexx tt" cx="804.48808" cy="668.187615" id="tt." r="6.01303"/>
</g>
<g id="cv">
<g class="landxx coastxx cv" id="cv-" transform="translate(-29.9017, -45.0745)">
<path d="M 1110.598,658.296 C 1111.333,658.361 1113.004,657.267 1112.652,656.379 C 1112.07,654.907 1109.431,656.826 1110.598,658.296" id="path5762"/>
<path d="M 1112.688,659.448 C 1114.793,659.268 1111.895,657.538 1112.688,659.448" id="path5764"/>
<path d="M 1116.507,676.512 C 1117.057,676.308 1117.62,675.09 1116.962,674.69 C 1115.824,673.999 1115.414,675.885 1116.507,676.512" id="path5766"/>
<path d="M 1117.658,662.04 C 1117.862,660.395 1119.384,662.012 1119.888,661.103 C 1119.027,660.714 1117.903,660.184 1116.938,660.528 C 1117.229,661.008 1117.469,661.512 1117.658,662.04" id="path5768"/>
<path d="M 1123.127,675.72 C 1124.284,674.487 1122.375,673.116 1121.827,672.12 C 1121.262,673.594 1120.955,675.659 1123.127,675.72" id="path5770"/>
<path d="M 1125.868,673.848 C 1127.946,671.725 1123.832,672.547 1125.868,673.848" id="path5772"/>
<path d="M 1128.958,666.36 C 1130.995,665.547 1129.227,664.494 1128.238,664.128 C 1128.283,665.022 1127.41,666.376 1128.958,666.36" id="path5774"/>
<path d="M 1128.238,661.104 C 1128.711,660.411 1128.56,659.627 1128.388,658.873 C 1127.593,659.515 1128.233,660.308 1128.238,661.104" id="path5776"/>
</g>
<circle class="circlexx cv" cx="1088.7306" cy="620.541515" id="cv." r="6.01303"/>
</g>
<g id="pf">
<g class="landxx coastxx pf" id="pf-" transform="translate(-29.9017, -45.0745)">
<path d="M 157.969,948.963 C 158.282,948.244 158.066,948.005 157.321,948.243 C 157.517,948.501 157.733,948.741 157.969,948.963" id="path2790"/>
<path d="M 158.544,950.903 C 159.084,950.2 158.94,949.96 158.112,950.182 C 158.257,950.423 158.4,950.663 158.544,950.903" id="path2792"/>
<path d="M 171.792,956.663 C 172.021,956.015 171.959,955.426 171.072,956.163 C 171.313,956.33 171.553,956.497 171.792,956.663" id="path2794"/>
<path d="M 176.041,958.323 C 176.363,958.808 176.86,959.253 177.481,959.253 C 177.655,958.444 177.083,958.38 176.514,958.124 C 175.681,957.749 175.845,956.612 175.004,956.179 C 174.206,955.769 173.278,956.598 173.769,957.416 C 174.253,958.225 175.217,958.234 176.041,958.323" id="path2796"/>
<path d="M 233.353,882.143 C 233.649,881.771 234.033,881.555 234.505,881.494 C 234.384,880.515 233.38,880.796 232.705,880.634 C 232.665,881.246 232.881,881.749 233.353,882.143" id="path2798"/>
<path d="M 234.433,886.393 C 235.105,885.757 234.691,885.526 233.929,885.673 C 234.097,885.913 234.265,886.153 234.433,886.393" id="path2800"/>
<path d="M 237.672,882.073 C 237.912,881.906 238.152,881.74 238.392,881.573 C 237.683,881.104 237.443,881.271 237.672,882.073" id="path2802"/>
<path d="M 242.712,889.923 C 242.913,889.254 243.892,889.436 244.296,888.913 C 243.585,889.004 243.022,888.47 242.323,888.82 C 241.554,889.205 242.124,889.885 242.712,889.923" id="path2804"/>
</g>
<circle class="circlexx pf" cx="153.41674" cy="894.427555" id="pf." r="6.01303"/>
</g>
<g id="ws">
<g class="landxx coastxx ws" id="ws-" transform="translate(-29.9017, -45.0745)">
<path d="M 2721.678,921.533 C 2721.232,921.75 2720.776,921.773 2720.309,921.602 C 2720.748,923.131 2722.106,924.735 2723.805,923.721 C 2724.542,923.281 2724.645,922.405 2724.227,921.705 C 2723.647,920.737 2722.486,921.374 2721.678,921.533" id="path4782"/>
<path d="M 2729.518,926.283 C 2729.949,924.215 2726.291,923.882 2725.128,924.772 C 2726.074,926.299 2727.977,926.096 2729.518,926.283" id="path4784"/>
</g>
<circle class="circlexx ws" cx="2694.5092" cy="877.049025" id="ws." r="6.01303"/>
</g>
<g id="lu">
<path class="landxx lu" d="M 1318.7454,329.5801 C 1318.7354,329.3621 1319.3047,329.70637 1318.7467,329.55937 C 1319.2309,328.29201 1319.3386,327.76936 1320.3176,327.45036 C 1321.4382,327.08522 1321.0183,328.13055 1321.3963,328.71255 C 1321.9023,329.49255 1322.9603,329.75055 1323.5313,330.48155 C 1324.1503,331.27455 1323.0317,332.475 1323.1417,333.391 C 1322.4431,333.04877 1319.67,333.01935 1318.7312,332.72518 C 1320.0067,331.84418 1319.1637,331.10327 1318.7811,330.15027" id="lu-"/>
<circle class="circlexx lu" cx="1320.9082" cy="331.709915" id="lu." r="6.01303"/>
</g>
<g id="km">
<g class="landxx coastxx km" id="km-" transform="translate(-29.9017, -45.0745)">
<path d="M 1630.878,907.923 C 1631.321,907.517 1631.048,906.747 1630.87,906.303 C 1630.417,905.175 1630.705,904.133 1630.368,903.022 C 1628.989,902.98 1629.594,904.8 1629.286,905.589 C 1628.803,906.83 1630.281,907.16 1630.878,907.923" id="path5750"/>
<path d="M 1633.758,911.813 C 1633.518,911.118 1632.877,910.565 1632.098,910.722 C 1632.098,911.719 1633.047,911.662 1633.758,911.813" id="path5752"/>
<path d="M 1638.798,911.733 C 1639.645,909.539 1637.964,910.357 1636.639,910.003 C 1637.383,910.548 1638.189,911.024 1638.798,911.733" id="path5754"/>
</g>
<circle class="circlexx km" cx="1603.831" cy="862.798635" id="km." r="6.01303"/>
</g>
<g id="mu">
<path class="landxx coastxx mu" d="M 1704.1463,932.61755 C 1703.6203,933.17255 1701.1063,936.87955 1702.8573,937.09055 C 1705.6383,937.42555 1705.9913,932.21955 1704.1463,932.61755" id="mu-"/>
<circle class="circlexx mu" cx="1700.8033" cy="933.355565" id="mu." r="6.01303"/>
</g>
<g id="fo">
<g class="landxx coastxx fo" id="fo-" transform="translate(-29.9017, -45.0745)">
<path d="M 1273.828,276.192 C 1274.155,275.988 1274.488,275.796 1274.828,275.616 C 1273.435,274.947 1272.563,276.06 1273.828,276.192" id="path4614"/>
<path d="M 1275.988,275.184 C 1275.678,275.137 1274.181,273.507 1273.977,274.21 C 1273.655,275.319 1275.887,276.546 1276.708,276.84 C 1276.846,276.281 1276.59,276.179 1276.202,275.928 C 1275.946,275.748 1275.875,275.5 1275.988,275.184 C 1276.734,275.857 1276.854,275.761 1276.348,274.896 C 1276.567,275.267 1276.83,275.603 1277.138,275.904 C 1278.086,274.881 1275.987,274.095 1275.338,273.816 C 1275.023,274.446 1275.38,274.968 1275.988,275.184" id="path4616"/>
<path d="M 1275.988,275.184 C 1275.381,274.968 1275.024,274.446 1275.338,273.816 C 1275.987,274.095 1278.087,274.88 1277.138,275.904 C 1276.83,275.603 1276.567,275.267 1276.348,274.896 C 1276.854,275.761 1276.734,275.857 1275.988,275.184" id="path4624"/>
<path d="M 1276.488,281.16 C 1276.704,280.195 1275.618,279.645 1274.978,279.216 C 1275.123,280.077 1275.706,280.789 1276.488,281.16" id="path4618"/>
<path d="M 1276.848,278.353 C 1277.147,277.715 1277.039,277.051 1276.128,277.705 C 1276.344,277.946 1276.584,278.162 1276.848,278.353" id="path4620"/>
<path d="M 1278.078,275.04 C 1278.74,274.578 1278.76,273.967 1277.998,273.6 C 1277.98,274.082 1278.007,274.563 1278.078,275.04" id="path4622"/>
</g>
<circle class="circlexx fo" cx="1245.1376" cy="231.957005" id="fo." r="6.01303"/>
</g>
<g id="st">
<g class="landxx coastxx st" id="st-" transform="translate(-29.9017, -45.0745)">
<path d="M 1350.218,804.453 C 1350.897,804.083 1351.619,803.503 1351.859,802.73 C 1351.983,802.331 1351.92,800.999 1351.169,801.207 C 1349.436,801.686 1350.019,803.212 1350.218,804.453" id="path2898"/>
<path d="M 1356.908,791.424 C 1357.219,790.936 1357.246,790.432 1356.988,789.912 C 1356.387,790.33 1356.361,790.944 1356.908,791.424" id="path5384"/>
</g>
<circle class="circlexx st" cx="1322.9935" cy="751.575845" id="st." r="6.01303"/>
</g>
<g id="an">
<g class="landxx coastxx an" id="an-">
<path class="landxx an" d="M 796.82028,603.35034 C 796.68487,603.73456 796.60714,603.48066 796.54252,603.58595 C 796.49085,603.67014 796.34867,603.51027 796.25534,603.45725 C 796.16201,603.40422 796.27662,603.34403 796.20787,603.28553" id="path2580"/>
<path d="M 748.99628,655.41353 C 747.75928,655.10953 746.07528,654.04153 746.04628,652.60453 C 746.71128,652.70453 748.81428,654.75353 748.99628,655.41353" id="path6512"/>
<path d="M 752.73628,655.55753 C 752.57328,655.14553 752.81728,654.08753 752.29128,653.87653 C 751.84828,653.69753 751.65328,653.74753 751.80628,653.10853 C 752.74328,653.81653 753.91428,654.34853 752.73628,655.55753" id="path6514"/>
</g>
<circle class="circlexx an" cx="749.6817" cy="652.06141" id="an." r="6.01303"/>
</g>
<g id="dm">
<path class="landxx coastxx dm" d="M 807.09629,628.05355 C 806.98529,626.91155 806.01229,625.52355 806.59629,624.38155 C 808.11329,624.76955 808.90829,627.49755 807.09629,628.05355" id="dm-"/>
<circle class="circlexx dm" cx="812.70443" cy="625.194075" id="dm." r="6.01303"/>
</g>
<g id="to">
<g class="landxx coastxx to" id="to-">
<path d="M 2656.6363,943.55855 C 2656.9323,943.13855 2657.2453,942.73155 2657.5763,942.33855 C 2656.8423,943.24255 2656.2723,942.08255 2655.4063,942.25855 C 2655.7113,942.79055 2656.1213,943.22455 2656.6363,943.55855" id="path5930"/>
<path d="M 2657.8563,945.21855 C 2657.8393,944.93855 2657.7693,944.67155 2657.6463,944.41855 C 2657.7163,944.68555 2657.7863,944.95155 2657.8563,945.21855" id="path5932"/>
</g>
<circle class="circlexx to" cx="2657.3086" cy="942.448005" id="to." r="6.01303"/>
</g>
<g id="ki">
<g class="landxx coastxx ki" id="ki-">
<path d="M 68.95528,744.83753 C 69.09928,744.78953 69.24328,744.74153 69.38728,744.69253 C 68.83928,744.08453 68.25728,742.22953 67.29928,742.17253 C 67.66328,743.05853 67.83728,743.76253 66.72328,743.54053 C 67.33128,744.20853 68.30128,744.23753 68.95528,744.83753" id="path4790"/>
<path d="M 2600.3086,742.38365 C 2600.5376,741.73565 2600.4756,741.14665 2599.5886,741.88365 C 2599.8296,742.05065 2600.0696,742.21765 2600.3086,742.38365" id="path35688"/>
</g>
<circle class="circlexx ki" cx="2597.5368" cy="743.234155" id="ki." r="6.01303"/>
</g>
<g id="fm">
<path class="landxx coastxx fm" d="M 2477.2063,700.91755 C 2478.5223,700.60955 2477.5313,699.06255 2476.4853,699.40455 C 2476.5153,700.00955 2476.7553,700.51355 2477.2063,700.91755" id="fm-"/>
<circle class="circlexx fm" cx="2477.9724" cy="695.964455" id="fm." r="6.01303"/>
</g>
<g id="bh">
<path class="landxx coastxx bh" d="M 1646.9073,533.08555 C 1647.1363,533.56455 1647.2333,534.06755 1647.1963,534.59755 C 1647.0623,535.28855 1647.9003,535.78555 1648.0563,536.39755 C 1648.3523,535.63755 1648.3873,531.50555 1646.9073,533.08555" id="bh-"/>
<circle class="circlexx bh" cx="1645.5894" cy="531.454205" id="bh." r="6.01303"/>
</g>
<g id="ad">
<path class="landxx ad" d="M 1287.4863,391.31755 C 1288.0383,390.60155 1289.3443,390.95255 1289.7863,391.60555 C 1289.3003,392.25255 1288.4773,392.59255 1287.6963,392.68555 C 1287.6583,392.22455 1287.5873,391.76855 1287.4863,391.31755" id="ad-"/>
<circle class="circlexx ad" cx="1287.8888" cy="391.839725" id="ad." r="6.01303"/>
</g>
<g id="mp">
<path class="landxx coastxx mp" d="M 2373.8163,628.98855 C 2374.0253,628.52655 2374.0753,628.04755 2373.9663,627.54955 C 2373.4743,627.93755 2373.3853,628.51155 2373.8163,628.98855" id="mp-"/>
<circle class="circlexx mp" cx="2370.2253" cy="627.145375" id="mp." r="6.01303"/>
</g>
<g id="pw">
<path class="landxx coastxx pw" d="M 2296.1363,695.94955 C 2296.7143,695.17055 2297.1793,693.93955 2296.7063,692.99755 C 2296.0783,693.74755 2295.3953,695.03055 2296.1363,695.94955" id="pw-"/>
<circle class="circlexx pw" cx="2292.3694" cy="691.098455" id="pw." r="6.01303"/>
</g>
<g id="sc">
<path class="landxx coastxx sc" d="M 1694.4963,800.99855 C 1694.5763,800.29855 1694.3073,799.42555 1693.4163,799.62855 C 1693.9503,799.90855 1694.3693,800.40255 1694.4963,800.99855" id="sc-"/>
<circle class="circlexx sc" cx="1695.2422" cy="795.022205" id="sc." r="6.01303"/>
</g>
<g id="ag">
<g class="landxx coastxx ag" id="ag-">
<path d="M 805.65628,612.57453 C 804.71628,612.61153 804.41328,611.23953 805.44628,611.13353 C 806.37328,611.03753 806.02128,612.18453 805.65628,612.57453" id="path6116"/>
<path d="M 806.09628,607.82153 C 805.51828,607.71053 805.17328,607.25853 805.22628,606.67053 C 806.06528,606.37453 806.32928,607.16653 806.09628,607.82153" id="path6118"/>
</g>
<circle class="circlexx ag" cx="810.74517" cy="604.909345" id="ag." r="6.01303"/>
</g>
<g id="bb">
<path class="landxx coastxx bb" d="M 819.55629,646.62955 C 818.59729,646.21955 818.76629,645.31855 818.76629,644.46955 C 819.56829,644.76755 821.03629,646.10555 819.55629,646.62955" id="bb-"/>
<circle class="circlexx bb" cx="821.84271" cy="646.013085" id="bb." r="6.01303"/>
</g>
<g id="tc">
<g class="landxx coastxx tc" id="tc-">
<path d="M 731.21628,571.46153 C 731.09628,571.22153 730.97628,570.98153 730.85628,570.74053 C 731.34628,571.04653 731.85028,571.07053 732.36628,570.81253 C 731.99528,571.05253 731.61228,571.26853 731.21628,571.46153" id="path5528"/>
<path d="M 735.81528,571.46153 C 735.57528,571.31653 735.33528,571.17353 735.09528,571.02853 C 735.93828,570.33053 736.05228,570.81953 735.81528,571.46153" id="path5532"/>
<path d="M 737.11628,572.18153 C 736.86128,571.95653 736.62128,571.71653 736.39628,571.46153 C 737.05728,571.40853 737.00128,571.66553 737.11628,572.18153" id="path5534"/>
</g>
<circle class="circlexx tc" cx="735.59836" cy="568.058285" id="tc." r="6.01303"/>
</g>
<g id="vc">
<path class="landxx coastxx vc" d="M 807.02629,645.98155 C 806.00529,645.36355 806.71229,644.39655 807.24629,643.75055 C 807.77429,644.48555 807.52829,645.32355 807.02629,645.98155" id="vc-"/>
<circle class="circlexx vc" cx="810.19964" cy="648.654485" id="vc." r="6.01303"/>
</g>
<g id="lc">
<path class="landxx coastxx lc" d="M 809.18529,640.94155 C 807.79529,640.38655 808.51929,638.96155 809.18529,638.13355 C 810.21029,638.67655 809.85929,640.27155 809.18529,640.94155" id="lc-"/>
<circle class="circlexx lc" cx="804.06542" cy="637.63455" id="lc." r="6.01303"/>
</g>
<g id="yt">
<path class="landxx coastxx yt" d="M 1613.4263,871.98855 C 1613.9023,871.34555 1614.5063,869.97055 1613.4263,869.53855 C 1613.1543,870.10155 1613.0153,871.45555 1613.4263,871.98855" id="yt-"/>
<circle class="circlexx yt" cx="1614.6058" cy="872.183025" id="yt." r="6.01303"/>
</g>
<g id="vi">
<g class="landxx coastxx vi" id="vi-">
<path d="M 778.08628,603.07053 C 778.41028,602.58753 778.94228,602.30053 779.52628,602.49353 C 779.12928,602.89453 778.64928,603.08653 778.08628,603.07053" id="path4052"/>
<path d="M 782.40628,606.59753 C 782.35828,605.07653 783.98628,606.18353 784.77628,605.87753 C 784.08728,606.40853 783.22328,606.45253 782.40628,606.59753" id="path5520"/>
</g>
<circle class="circlexx vi" cx="778.3826" cy="608.82033" id="vi." r="6.01303"/>
</g>
<g id="gd">
<path class="landxx coastxx gd" d="M 802.48629,655.70155 C 801.71829,654.96955 802.36229,654.03355 803.13629,653.68455 C 803.42629,654.44355 803.19229,655.27155 802.48629,655.70155" id="gd-"/>
<circle class="circlexx gd" cx="800.45634" cy="655.890825" id="gd." r="6.01303"/>
</g>
<g id="mt">
<path class="landxx coastxx mt" d="M 1379.3563,449.85355 C 1378.5643,449.77055 1377.8133,449.02955 1378.2063,448.19855 C 1378.7873,448.53855 1380.1533,448.96655 1379.3563,449.85355" id="mt-"/>
<circle class="circlexx mt" cx="1379.9952" cy="450.231665" id="mt." r="6.01303"/>
</g>
<g id="mv">
<path class="landxx coastxx mv" d="M 1785.0883,736.35884 C 1785.1683,735.65884 1784.8993,734.78584 1784.0083,734.98884 C 1784.5423,735.26884 1784.9613,735.76284 1785.0883,736.35884" id="mv-"/>
<circle class="circlexx mv" cx="1784.2204" cy="730.373965" id="mv." r="6.01303"/>
</g>
<g id="ky">
<path class="landxx coastxx ky" d="M 660.00329,592.34155 C 660.73329,592.38655 661.44029,592.17555 662.16329,592.12555 C 661.51329,592.57355 660.75129,592.96355 659.93129,592.84555 C 659.95429,592.67755 659.97929,592.50955 660.00329,592.34155" id="ky-"/>
<circle class="circlexx ky" cx="662.26086" cy="591.693115" id="ky." r="6.01303"/>
</g>
<g id="kn">
<g class="landxx coastxx kn" id="kn-">
<path d="M 798.88629,610.62953 C 798.38529,610.19553 797.90529,609.73953 797.44629,609.26153 C 798.30429,608.84953 798.93329,609.89253 798.88629,610.62953" id="path5926"/>
<path d="M 799.32629,611.70953 C 799.27629,611.44553 799.22629,611.18153 799.17629,610.91753 C 799.53029,611.26153 799.54629,611.34953 799.32629,611.70953" id="path5928"/>
</g>
<circle class="circlexx kn" cx="790.21883" cy="616.651825" id="kn." r="6.01303"/>
</g>
<g id="ms">
<path class="landxx coastxx ms" d="M 801.60083,615.39785 C 801.55083,615.13385 801.71177,615.24486 801.66177,614.98086 C 801.83877,615.15286 801.9215,615.255 801.93249,615.35914 C 801.94347,615.46328 801.88271,615.51473 801.77271,615.69473" id="ms-"/>
<circle class="circlexx ms" cx="801.37207" cy="621.706135" id="ms." r="6.01303"/>
</g>
<g id="bl">
<path class="landxx coastxx bl" d="M 797.92039,604.47107 C 797.66203,604.47919 797.40366,604.48732 797.14531,604.49545 C 797.59485,604.8304 797.54436,604.57151 797.92039,604.47107" id="bl-"/>
<circle class="circlexx bl" cx="799.96344" cy="609.9165" id="bl." r="6.01303"/>
</g>
<g id="nu">
<path class="landxx coastxx nu" d="M 2671.9763,920.22855 C 2671.3553,920.31055 2671.0003,920.75355 2671.1763,921.37855 C 2671.5563,921.07355 2671.8233,920.69055 2671.9763,920.22855" id="nu-"/>
<circle class="circlexx nu" cx="2672.9597" cy="917.019685" id="nu." r="6.01303"/>
</g>
<g id="pm">
<path class="landxx coastxx pm" d="M 898.61629,353.30155 C 898.43129,354.07655 897.97229,354.74855 897.81629,355.53355 C 897.76129,354.75655 898.02129,354.00555 897.96629,353.22855 C 898.18229,353.25355 898.39929,353.27755 898.61629,353.30155" id="pm-"/>
<circle class="circlexx pm" cx="896.52379" cy="354.302045" id="pm." r="6.01303"/>
</g>
<g id="ck">
<g class="landxx coastxx ck" id="ck-">
<path d="M -0.795884,869.86103 C -0.482884,869.14203 -0.698884,868.90303 -1.443884,869.14103 C -1.247884,869.39903 -1.031884,869.63903 -0.795884,869.86103" id="path35652"/>
<path d="M 26.277116,917.31103 C 26.506116,916.66303 26.444116,916.07403 25.557116,916.81103 C 25.798116,916.97803 26.038116,917.14503 26.277116,917.31103" id="path35654"/>
</g>
<circle class="circlexx ck" cx="10.217433" cy="903.464395" id="ck." r="6.01303"/>
</g>
<g id="wf">
<path class="landxx coastxx wf" d="M 2670.5064,875.34963 C 2669.8854,875.43163 2669.5304,875.87463 2669.7064,876.49963 C 2670.0864,876.19463 2670.3534,875.81163 2670.5064,875.34963" id="wf-"/>
<circle class="circlexx wf" cx="2671.2219" cy="875.658725" id="wf." r="6.01303"/>
</g>
<g id="as">
<path class="landxx coastxx as" d="M 2704.3673,883.93855 C 2704.7043,883.60255 2705.0403,883.26555 2705.3773,882.92855 C 2704.8323,883.00255 2704.4413,883.39455 2704.3673,883.93855" id="as-"/>
<circle class="circlexx as" cx="2702.5822" cy="886.994315" id="as." r="6.01303"/>
</g>
<g id="mh" transform="translate(30,-20)">
<path class="landxx coastxx mh" d="M 2514.5063,714.02155 C 2514.7053,713.70155 2514.6823,713.38855 2514.4363,713.08555 C 2514.1733,713.28355 2513.9573,713.52355 2513.7873,713.80555 C 2514.0273,713.87755 2514.2663,713.94855 2514.5063,714.02155" id="mh-"/>
<circle class="circlexx mh" cx="2510.8299" cy="712.973785" id="mh." r="6.01303"/>
</g>
<g id="aw">
<path class="landxx coastxx aw" d="M 739.77629,651.52555 C 739.65629,651.28555 739.53629,651.04655 739.41629,650.80555 C 740.21129,650.49255 740.54529,651.64255 740.64529,652.17355 C 740.33029,651.99155 740.04029,651.77555 739.77629,651.52555" id="aw-"/>
<circle class="circlexx aw" cx="737.1085" cy="647.10745" id="aw." r="6.01303"/>
</g>
<g id="li">
<path class="landxx li" d="M 1343.3563,353.37355 C 1343.3793,352.74555 1343.5223,352.14555 1343.7863,351.57455 C 1344.2463,352.21955 1344.7263,353.66655 1343.3563,353.37355" id="li-"/>
<circle class="circlexx li" cx="1343.177" cy="352.920885" id="li." r="6.01303"/>
</g>
<g id="vg">
<g class="landxx coastxx vg" id="vg-">
<path d="M 783.12629,601.12553 C 782.88629,601.02953 782.64629,600.93353 782.40629,600.83753 C 783.10429,600.51853 783.34529,600.61453 783.12629,601.12553" id="path5522"/>
<path d="M 788.01529,597.81353 C 787.77529,597.71753 787.53529,597.62153 787.29529,597.52553 C 787.83229,597.36453 787.69629,597.59053 788.01529,597.81353" id="path5524"/>
</g>
<circle class="circlexx vg" cx="779.8945" cy="596.52355" id="vg." r="6.01303"/>
</g>
<g id="sh">
<path class="landxx coastxx sh" d="M 1220.3311,908.35846 C 1220.6421,907.87046 1220.6691,907.36646 1220.4111,906.84646 C 1219.8101,907.26446 1219.7841,907.87846 1220.3311,908.35846" id="sh-"/>
<circle class="circlexx sh" cx="1220.7837" cy="905.165845" id="sh." r="6.01303"/>
</g>
<g id="je">
<path class="landxx coastxx je" d="M 1266.3863,335.58955 C 1266.4593,335.37355 1266.5333,335.15655 1266.6063,334.94155 C 1266.0333,334.73755 1265.6913,334.99155 1265.6663,335.58955 C 1265.9063,335.58955 1266.1463,335.58955 1266.3863,335.58955" id="je-"/>
<circle class="circlexx je" cx="1268.2172" cy="338.91201" id="je." r="6.01303"/>
</g>
<g id="ai">
<path class="landxx coastxx ai" d="M 795.86629,602.42155 C 796.32729,602.07955 796.80729,601.76755 797.30629,601.48455 C 796.97529,601.97355 796.45729,602.33855 795.86629,602.42155" id="ai-"/>
<circle class="circlexx ai" cx="790.60397" cy="592.170395" id="ai." r="6.01303"/>
</g>
<g id="mf">
<path class="landxx mf" d="M 796.35905,603.31073 C 796.95405,602.63773 796.95569,602.96611 796.82028,603.35034" id="mf-"/>
<circle class="circlexx mf" cx="800.54771" cy="598.111065" id="mf." r="6.01303"/>
</g>
<g id="gg">
<path class="landxx coastxx gg" d="M 1263.1886,333.11172 C 1263.6476,332.91272 1263.8166,332.91572 1263.6926,332.31172 C 1263.5246,332.57772 1263.3566,332.84472 1263.1886,333.11172" id="gg-"/>
<circle class="circlexx gg" cx="1258.4613" cy="332.142615" id="gg." r="6.01303"/>
</g>
<g id="sm">
<path class="landxx sm" d="M 1363.2352,381.46247 L 1363.7119,380.77194 L 1364.3883,381.30769 L 1363.8343,381.90329 L 1363.2352,381.46247 z " id="sm-"/>
<circle class="circlexx sm" cx="1364.4361" cy="380.692885" id="sm." r="6.01303"/>
</g>
<g id="bm">
<path class="landxx coastxx bm" d="M 802.05629,480.45355 C 802.30629,480.27955 802.57329,480.13555 802.85629,480.02055 C 802.58929,480.16555 802.32229,480.30955 802.05629,480.45355" id="bm-"/>
<circle class="circlexx bm" cx="801.6742" cy="478.5659" id="bm." r="6.01303"/>
</g>
<g id="tv">
<path class="landxx coastxx tv" d="M 2630.335,832.24257 C 2629.714,832.32457 2629.359,832.76757 2629.535,833.39257 C 2629.915,833.08757 2630.182,832.70457 2630.335,832.24257" id="tv-"/>
<circle class="circlexx tv" cx="2628.5535" cy="830.451765" id="tv." r="6.01303"/>
</g>
<g id="nr">
<path class="landxx coastxx nr" d="M 2531.0983,743.14595 C 2531.3153,743.04895 2531.5323,742.95295 2531.7483,742.85595 C 2531.5103,742.25895 2531.0003,742.00395 2530.4483,742.42595 C 2530.6383,742.69095 2530.8543,742.93095 2531.0983,743.14595" id="nr-"/>
<circle class="circlexx nr" cx="2532.7033" cy="741.483105" id="nr." r="6.01303"/>
</g>
<g id="gi">
<path class="landxx gi" d="M 1237.1061,447.07116 C 1236.9109,447.93943 1236.6748,447.95755 1236.398,447.12906 C 1236.6331,447.11038 1236.8696,447.09077 1237.1061,447.07116" id="gi-"/>
<circle class="circlexx gi" cx="1236.2671" cy="447.542305" id="gi." r="6.01303"/>
</g>
<g id="pn">
<path class="landxx coastxx pn" d="M 404.79588,987.83685 C 405.10888,987.11785 404.89288,986.87885 404.14788,987.11685 C 404.34388,987.37485 404.55988,987.61485 404.79588,987.83685" id="pn-"/>
<circle class="circlexx pn" cx="405.31916" cy="986.761415" id="pn." r="6.01303"/>
</g>
<g id="mc">
<path class="landxx mc" d="M 1328.8863,381.66955 C 1328.7726,381.52555 1329.0426,381.26527 1329.2832,381.22046 C 1329.4963,381.18077 1329.1757,381.77339 1328.8863,381.66955" id="mc-"/>
<circle class="circlexx mc" cx="1327.1535" cy="381.303965" id="mc." r="6.01303"/>
</g>
<g id="va">
<path class="landxx coastxx va" d="M 1364.4789,398.71214 L 1364.3907,398.74019 L 1364.2808,398.70318 L 1364.363,398.61969 L 1364.4669,398.60148" id="va-"/>
<circle class="circlexx va" cx="1364.5283" cy="398.096005" id="va." r="6.01303"/>
</g>
<g id="im">
<path class="landxx coastxx im" d="M 1251.8463,294.98155 C 1252.7373,294.77855 1254.4583,294.25755 1254.8753,293.35555 C 1255.1573,292.74455 1254.2123,292.39255 1253.7633,292.57555 C 1252.8343,292.95355 1252.3033,294.16855 1251.8463,294.98155" id="im-"/>
<circle class="circlexx im" cx="1252.4366" cy="294.519755" id="im." r="6.01303"/>
</g>
<g id="gu">
<path class="landxx coastxx gu" d="M 2368.4163,645.04555 C 2368.6693,644.75655 2369.6873,642.31655 2369.6453,641.87755 C 2368.1303,641.89855 2367.3953,643.99855 2368.4163,645.04555" id="gu-"/>
<circle class="circlexx gu" cx="2367.7923" cy="642.090865" id="gu." r="6.01303"/>
</g>
<g id="sg">
<path class="landxx coastxx sg" d="M 2063.4263,747.21355 C 2062.4673,747.46555 2063.9353,749.29255 2065.2263,747.57255 C 2064.6573,747.30155 2064.0573,747.18155 2063.4263,747.21355" id="sg-"/>
<circle class="circlexx sg" cx="2065.0579" cy="748.100055" id="sg." r="6.01303"/>
</g>
</svg>
/branches/refact/services/presentations/images/cartes/france_05.svg
New file
0,0 → 1,186
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="587.5" height="550" id="svg2" sodipodi:version="0.32" inkscape:version="0.44" sodipodi:docbase="G:\Ben\Wiki" sodipodi:docname="Départements_et_régions_de_France_purge.svg" version="1.0">
<defs id="defs4"/>
<sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="1" inkscape:cx="367" inkscape:cy="177" inkscape:document-units="px" inkscape:current-layer="layer9" inkscape:window-width="1024" inkscape:window-height="749" inkscape:window-x="-4" inkscape:window-y="-4" showguides="true" inkscape:guide-bbox="true" borderlayer="top"/>
<metadata id="metadata7">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<cc:license rdf:resource="http://web.resource.org/cc/PublicDomain"/>
</cc:Work>
<cc:License rdf:about="http://web.resource.org/cc/PublicDomain">
<cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
<cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
<cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
</cc:License>
</rdf:RDF>
</metadata>
<g inkscape:groupmode="layer" id="layer9" inkscape:label="Fond de carte" style="display:inline">
<rect style="opacity:1;color:black;fill:#f4e2ba;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" id="rect1906" width="634.25" height="578" x="-42.553551" y="-3.6892898"/>
<path style="fill:#d3ebfa;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 534.24683,374.89895 L 528.71034,380.32471 L 526.42465,387.09597 L 520.3125,389.21875 L 515.40625,403.125 L 495.8125,413.75 L 481.09375,413.75 L 432.0625,449.71875 L 357.6875,417.84375 L 298.03125,451.34375 L 302.9375,488.125 L 310.3125,497.09375 L 316.84375,502 L 316.03125,505.28125 L 311.9375,505.6875 L 312.24968,524.40102 L 308.49747,529.86364 L 297.05118,539.24076 L 285.65882,546.00093 L 273.09913,551.18086 L 273.38293,575.5 L 586.5,575.5 L 586.5,391.59423 L 575.20439,389.35544 L 561.14764,381.24358 L 544.06729,375.18352 L 534.24683,374.89895 z " id="path2757" sodipodi:nodetypes="ccccccccccccccccccccccccccc"/>
<path style="opacity:1;color:black;fill:#d3ebfa;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M -49,0 L -49,433 L 0.23323313,429.68364 L 7.7588514,432.01355 L 15.509567,429.55536 L 22.030239,430.96633 L 29.312413,428.1695 L 36.709501,428.78183 L 44.09375,433 L 47.3125,434.65625 L 51.21875,437.71875 L 57.375,436.03125 L 59.0625,432.40625 L 67.71875,432.125 L 75,438.28125 L 78.34375,437.4375 L 82.25,441.90625 L 88.40625,440.5 L 94,443.3125 L 106.59375,438.84375 L 131.75,433.8125 L 140.96875,372.875 L 164.71875,341 L 163.0625,305.5 L 157,305.5 L 157,108 L 277.5625,108 L 281,7 L 293.1875,0 L 245.53125,0 L 242.46875,5.0625 L 235.3125,4.8125 L 229.5,7.84375 L 229.78125,15.3125 L 223.15625,13.625 L 217.34375,17.21875 L 207.125,19.4375 L 202.96875,24.125 L 196.34375,21.09375 L 192.75,20.8125 L 186.6875,17.5 L 184.75,19.71875 L 173.96875,19.71875 L 167.90625,20.8125 L 165.96875,24.125 L 161,20.28125 L 150.5,19.15625 L 146.90625,16.125 L 147.75,18.34375 L 137.53125,23.59375 L 132.5625,21.65625 L 124.8125,23.59375 L 121.78125,22.46875 L 124.8125,26.34375 L 124.8125,28.84375 L 120.125,30.75 L 113.5,26.0625 L 106.3125,26.34375 L 104.9375,28.5625 L 106.875,31.03125 L 105.46875,33.25 L 103,28.5625 L 96.90625,22.75 L 90,19.15625 L 88.09375,20.8125 L 85.03125,20 L 83.65625,21.9375 L 77.03125,21.9375 L 73.15625,24.6875 L 70.96875,23.3125 L 66.53125,27.71875 L 67.625,31.875 L 65.4375,34.34375 L 67.09375,37.40625 L 64.59375,39.875 L 63.5,35.75 L 64.0625,40.4375 L 61,41 L 61,45.96875 L 59.34375,46.5 L 56.59375,44.84375 L 54.9375,45.125 L 49.6875,39.59375 L 48.03125,40.71875 L 44.15625,37.65625 L 42.5,36.28125 L 41.125,39.0625 L 38.625,35.75 L 34.5,36 L 29.25,38.5 L 26.75,35.46875 L 20.125,38.5 L 19.03125,42.90625 L 17.375,41.8125 L 11.84375,45.40625 L 12.6875,41.53125 L 12.6875,39.875 L 8.25,43.1875 L 9.90625,45.40625 L 6.3125,48.4375 L 9.09375,50.65625 L 5.21875,55.625 L 1.90625,55.90625 L -0.59375,47.625 L -6.65625,45.96875 L -10.25,49.8125 L -14.6875,48.71875 L -13.5625,44.3125 L -6.65625,40.15625 L -4.1875,42.65625 L -3.0625,39.34375 L -0.59375,39.0625 L 11.5625,28.28125 L 11.5625,24.125 L 18.75,20.53125 L 21.78125,21.65625 L 22.34375,16.96875 L 23.71875,16.96875 L 30.625,12.25 L 31.1875,4.25 L 32.3125,0 L -49,0 z " id="rect3646" sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"/>
<path style="opacity:1;color:black;fill:#d3ebfa;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 37.71875,0 L 38.09375,0.375 L 41.125,0.09375 L 41.21875,0 L 37.71875,0 z " id="path17033"/>
<path style="opacity:1;color:black;fill:#d3ebfa;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 146.90625,21.65625 L 151.59375,21.65625 L 154.65625,22.46875 L 154.65625,25.25 L 152.4375,25.53125 L 153,29.375 L 149.40625,31.875 L 140,25.25 L 146.90625,21.65625 z " id="path17031"/>
<path style="opacity:1;color:black;fill:#f4e2ba;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 112.09375,76.34375 L 113.21875,78.5625 L 109.625,80.46875 L 108.53125,78.5625 L 112.09375,76.34375 z " id="path17029"/>
<path style="opacity:1;color:black;fill:#f4e2ba;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 98.03125,88.21875 L 99.40625,94.28125 L 97.1875,93.75 L 94.71875,94.84375 L 92.78125,92.375 L 98.03125,88.21875 z " id="path17027"/>
<path style="opacity:1;color:black;fill:#f4e2ba;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 105.46875,91.8125 L 106.03125,93.46875 L 104.09375,94.5625 L 103.28125,92.90625 L 105.46875,91.8125 z " id="path17025"/>
<path style="opacity:1;color:black;fill:#f4e2ba;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 115.15625,103.6875 L 116.25,107 L 114.3125,109.75 L 112.375,108.09375 L 111.28125,107 L 110.1875,108.09375 L 108.25,108.09375 L 108.53125,104.25 L 115.15625,103.6875 z " id="path17021"/>
</g>
<g inkscape:groupmode="layer" id="layer10" inkscape:label="Département" style="display:inline" sodipodi:insensitive="true">
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 536.28822,491.78463 L 536.28822,493.94088 L 538.25697,495.31588 L 541.56947,497.25338 L 541.78822,498.81588 L 539.81947,499.40963 L 536.69447,500.00338 L 536.69447,501.34713 L 537.85072,502.53463 L 538.06947,506.44088 L 542.35072,507.81588 L 543.91322,508.19088 L 545.28822,510.34713 L 544.31947,511.72213 L 542.75697,512.28463 L 541.56947,514.44088 L 540.41322,515.81588 L 540.97572,519.31588 L 543.91322,519.12838 L 544.69447,519.72213 L 547.44447,518.34713 L 548.22572,519.12838 L 546.85072,522.06588 L 548.22572,523.44088 L 545.88197,525.19088 L 544.31947,528.69088 L 548.60072,529.69088 L 554.66322,530.25338 L 552.13197,533.19088 C 552.13197,533.19088 550.94264,532.73207 550.41322,532.97213 C 550.39757,532.97984 550.36511,532.99432 550.35072,533.00338 C 550.34622,533.00671 550.32381,533.03114 550.31947,533.03463 C 550.31528,533.03829 550.29224,533.06206 550.28822,533.06588 C 550.28453,533.07004 550.26048,533.0928 550.25697,533.09713 C 550.25029,533.10614 550.23167,533.11865 550.22572,533.12838 C 550.22294,533.13342 550.22831,533.1544 550.22572,533.15963 C 550.22093,533.17046 550.19846,533.21054 550.19447,533.22213 C 550.19268,533.22812 550.19605,533.24719 550.19447,533.25338 C 550.19174,533.26615 550.16507,533.3023 550.16322,533.31588 C 550.16182,533.32987 550.16369,533.36355 550.16322,533.37838 C 550.16323,534.35494 548.81947,536.72213 548.81947,536.72213 L 550.75697,538.84713 L 554.28822,541.00338 L 560.91322,542.75338 L 562.85072,543.53463 L 564.63197,544.31588 L 563.44447,546.47213 L 566.56947,546.28463 L 567.16322,547.65963 L 570.28822,547.65963 L 571.06947,543.94088 L 569.10072,543.53463 L 571.85072,540.62838 L 570.88197,539.62838 L 571.06947,537.87838 L 574.60072,535.94088 L 574.78822,533.78463 L 572.44447,533.59713 L 570.88197,534.94088 L 570.88197,533.00338 L 574.00697,532.81588 L 574.97572,530.47213 L 575.75697,523.62838 L 575.16322,520.69088 L 575.10072,517.87838 L 571.69447,520.12838 L 567.63197,520.28463 L 567.28822,517.47213 L 567.81947,516.75338 L 566.56947,515.87838 L 566.22572,511.09713 L 565.69447,510.22213 L 563.56947,510.22213 L 562.50697,509.34713 L 562.50697,505.97213 L 561.10072,505.09713 L 560.03822,504.56588 L 557.91322,501.90963 L 558.06947,500.31588 L 555.44447,500.31588 L 554.53822,497.65963 L 550.81947,497.65963 L 548.88197,495.00338 L 549.41322,494.12838 L 548.19447,493.40963 L 545.35072,493.94088 L 544.28822,493.25338 L 540.41322,493.25338 L 540.03822,492.19088 L 537.85072,491.78463 L 536.28822,491.78463 z " id="departement2a" inkscape:label="#path2446"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 568.91322,452.72213 L 565.97572,454.69088 L 566.38197,456.62838 L 567.94447,458.59713 L 566.19447,459.94088 L 566.97572,461.50338 L 565.78822,462.87838 L 565.78822,464.62838 L 567.75697,466.40963 L 567.75697,469.12838 L 566.56947,471.65963 L 565.22572,472.25338 L 563.66322,470.09713 L 560.91322,470.31588 L 560.31947,469.90963 L 557.97572,469.90963 L 555.85072,471.87838 L 555.03822,475.19088 L 549.97572,476.15963 L 546.06947,479.47213 L 545.28822,481.62838 L 543.35072,481.44088 L 542.35072,480.25338 L 541.78822,483.59713 L 540.41322,484.15963 L 540.00697,487.28463 L 540.60072,488.65963 L 538.44447,490.22213 L 537.85072,491.78463 L 540.03822,492.19088 L 540.41322,493.25338 L 544.28822,493.25338 L 545.35072,493.94088 L 548.19447,493.40963 L 549.41322,494.12838 L 548.88197,495.00338 L 550.81947,497.65963 L 554.53822,497.65963 L 555.44447,500.31588 L 558.06947,500.31588 L 557.91322,501.90963 L 560.03822,504.56588 L 561.10072,505.09713 L 562.50697,505.97213 L 562.50697,509.34713 L 563.56947,510.22213 L 565.69447,510.22213 L 566.22572,511.09713 L 566.56947,515.87838 L 567.81947,516.75338 L 567.28822,517.47213 L 567.63197,520.28463 L 571.69447,520.12838 L 575.10072,517.87838 L 574.97572,512.09713 L 579.66322,505.47213 L 579.66322,494.53463 L 577.72572,490.81588 L 577.13197,479.09713 L 575.75697,476.94088 L 573.22572,475.00338 L 572.81947,467.75338 L 574.00697,464.44088 L 572.44447,459.15963 L 571.47572,454.87838 L 570.66322,453.69088 L 568.91322,452.72213 z " id="departement2b" inkscape:label="#path2454"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 379.71875,409.90625 L 374.25,413.03125 L 372.84375,423.53125 L 367.0625,422.71875 L 365.40625,427.125 L 366.78125,429.0625 L 360.4375,432.9375 L 358.6875,437 L 364.875,437.28125 L 373.09375,437.875 L 374.65625,439.4375 L 371.71875,439.4375 L 369.78125,442.75 L 378.15625,444.5 L 384.8125,443.34375 L 381.28125,440 L 383.625,438.0625 L 387.34375,439.625 L 389.09375,443.34375 L 400.25,443.53125 L 403.15625,442.34375 L 403.75,444.125 L 400.625,446.84375 L 404.9375,447.03125 L 404.15625,449 L 402.96875,450.375 L 412.53125,450.375 L 417.21875,451.9375 L 417.6875,452.5625 L 417.875,448.6875 L 419.28125,447.09375 L 421.0625,446.03125 L 420.875,444.96875 L 419.46875,443.5625 L 418.0625,443.5625 L 417.15625,442.5 L 418.75,441.0625 L 418.75,440.53125 L 417,439.65625 L 417,438.25 L 420.875,438.4375 L 421.78125,437.71875 L 418.40625,434.53125 L 418.59375,430.8125 L 416.46875,429.0625 L 418.21875,425.53125 L 422.46875,422.6875 L 419.28125,420.5625 L 417,422.34375 L 411.6875,423.5625 L 407.4375,423.03125 L 399.84375,419.875 L 395.25,420.03125 L 391.375,418.28125 L 389.9375,416.3125 L 386.9375,412.96875 L 379.875,409.96875 L 379.71875,409.90625 z " id="departement13" inkscape:label="#path4237"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 387,381.34375 L 384.25,381.5625 L 382.125,384.875 L 382.6875,388.375 L 386,388.78125 L 385.4375,390.34375 L 382.875,390.53125 L 379.96875,393.46875 L 379.1875,392.5 L 379.75,388.59375 L 378.59375,387.21875 L 373.3125,388 L 372.28125,390.09375 L 372.84375,390.40625 L 376.15625,395.90625 L 376.15625,400.34375 L 381.96875,406.125 L 381.96875,408.625 L 379.71875,409.90625 L 379.875,409.96875 L 386.9375,412.96875 L 389.9375,416.3125 L 391.375,418.28125 L 395.25,420.03125 L 399.84375,419.875 L 407.4375,423.03125 L 411.6875,423.5625 L 417,422.34375 L 419.1875,420.625 L 419.46875,419.15625 L 415.40625,414.5625 L 410.96875,414.5625 L 410.96875,412.96875 L 412.5625,411.1875 L 412.5625,409.25 L 409.03125,407.5 L 408.6875,404.65625 L 410.625,403.78125 L 410.625,401.3125 L 408.5,400.9375 L 408.34375,398.28125 L 408.3125,398.09375 L 406.53125,397.96875 L 403.59375,395.8125 L 402.8125,393.28125 L 397.34375,392.875 L 393.25,392.5 L 392.84375,390.15625 L 394.21875,387.21875 L 391.6875,389.375 L 387.78125,388.96875 L 387,387.59375 L 389.71875,383.90625 L 387,381.34375 z " id="departement84" inkscape:label="#path4233"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 457.78125,413.1875 L 454.8125,413.3125 L 453.40625,414.75 L 448.09375,414.5625 L 443.5,417.90625 L 440.34375,415.78125 L 435.375,417.375 L 434.5,419.15625 L 430.96875,421.8125 L 424.59375,417.5625 L 419.4375,419.25 L 419.1875,420.625 L 419.28125,420.5625 L 422.46875,422.6875 L 418.21875,425.53125 L 416.46875,429.0625 L 418.59375,430.8125 L 418.40625,434.53125 L 421.78125,437.71875 L 420.875,438.4375 L 417,438.25 L 417,439.65625 L 418.75,440.53125 L 418.75,441.0625 L 417.15625,442.5 L 418.0625,443.5625 L 419.46875,443.5625 L 420.875,444.96875 L 421.0625,446.03125 L 419.28125,447.09375 L 417.875,448.6875 L 417.6875,452.5625 L 418.21875,453.28125 L 421.71875,454.84375 L 422.6875,458.75 L 424.84375,459.15625 L 426.8125,457.78125 L 430.3125,455.625 L 436.375,456.21875 L 436.1875,457.78125 L 434.21875,458.75 L 438.90625,458.96875 L 437.75,457.78125 L 437.34375,455.25 L 439.875,453.5 L 442.8125,454.46875 L 444,454.84375 L 444.96875,456.03125 L 446.34375,455.0625 L 446.71875,452.5 L 448.28125,451.15625 L 452.375,451.15625 L 453.5625,449.375 L 456.28125,450.15625 L 459.40625,448.8125 L 459.40625,443.71875 L 455.3125,443.90625 L 458.4375,441.96875 L 460,439.8125 L 460.40625,436.6875 L 466.0625,435.90625 L 469.21875,432.375 L 467.03125,430.125 L 467.03125,428.875 L 465.96875,427.8125 L 467.375,426.59375 L 467.03125,424.625 L 464.71875,423.75 L 463.5,423.75 L 461.375,421.625 L 461,417.90625 L 458.71875,416.84375 L 456.40625,416.6875 L 455.53125,414.5625 L 457.78125,413.1875 z " id="departement83" inkscape:label="#path4254"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 463.84375,364.34375 L 461.71875,367.53125 L 458.71875,369.3125 L 457.65625,371.4375 L 455,371.59375 L 455,373.53125 L 454.28125,374.59375 L 453.21875,377.25 L 446.875,377.09375 L 443.875,375.5 L 441.90625,376.90625 L 438.21875,376.71875 L 437.3125,377.96875 L 438.21875,377.96875 L 438.75,381.3125 L 437.84375,381.6875 L 434.5,379.5625 L 434.5,378.3125 L 432.5625,376.71875 L 431.5,376.71875 L 431.5,378.5 L 429.90625,378.84375 L 426.53125,380.78125 L 424.40625,384.34375 L 423.875,386.09375 L 425.125,386.4375 L 425.3125,389.28125 L 424.0625,389.28125 L 422.125,387.5 L 421.0625,387.6875 L 421.59375,389.28125 L 424.59375,392.625 L 422.65625,393.34375 L 421.25,392.46875 L 417.6875,392.46875 L 414.6875,395.28125 L 414.65625,395.25 L 414.53125,396.40625 L 413.375,395.03125 L 411.8125,393.65625 L 410.8125,396.59375 L 409.0625,398.15625 L 408.3125,398.09375 L 408.34375,398.28125 L 408.5,400.9375 L 410.625,401.3125 L 410.625,403.78125 L 408.6875,404.65625 L 409.03125,407.5 L 412.5625,409.25 L 412.5625,411.1875 L 410.96875,412.96875 L 410.96875,414.5625 L 415.40625,414.5625 L 419.46875,419.15625 L 419.4375,419.25 L 424.59375,417.5625 L 430.96875,421.8125 L 434.5,419.15625 L 435.375,417.375 L 440.34375,415.78125 L 443.5,417.90625 L 448.09375,414.5625 L 453.40625,414.75 L 454.8125,413.3125 L 457.78125,413.1875 L 457.84375,413.15625 L 457.125,411.375 L 458,410.3125 L 457.65625,408.90625 L 460.46875,408.90625 L 461.1875,408.03125 L 463.84375,406.59375 L 465.96875,408.03125 L 467.375,407.125 L 464.03125,404.125 L 460.46875,400.78125 L 459.25,400.40625 L 459.0625,397.75 L 456.9375,394.59375 L 457.65625,390 L 458.71875,387.5 L 460.65625,385.90625 L 460.84375,383.4375 L 463.5,382.03125 L 463.90625,381.875 L 463.90625,378.09375 L 466.65625,377.71875 L 465.09375,376.34375 L 463.125,375.75 L 462.15625,373.21875 L 462.9375,371.46875 L 466.4375,367.75 L 465.875,365 L 466.375,364.46875 L 463.84375,364.34375 z " id="departement04" inkscape:label="#path4261"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 463.90625,381.875 L 463.5,382.03125 L 460.84375,383.4375 L 460.65625,385.90625 L 458.71875,387.5 L 457.65625,390 L 456.9375,394.59375 L 459.0625,397.75 L 459.25,400.40625 L 460.46875,400.78125 L 464.03125,404.125 L 467.375,407.125 L 465.96875,408.03125 L 463.84375,406.59375 L 461.1875,408.03125 L 460.46875,408.90625 L 457.65625,408.90625 L 458,410.3125 L 457.125,411.375 L 457.84375,413.15625 L 455.53125,414.5625 L 456.40625,416.6875 L 458.71875,416.84375 L 461,417.90625 L 461.375,421.625 L 463.5,423.75 L 464.71875,423.75 L 467.03125,424.625 L 467.375,426.59375 L 465.96875,427.8125 L 467.03125,428.875 L 467.03125,430.125 L 469.21875,432.375 L 469.375,432.1875 L 469.5625,427.71875 L 473.46875,428.5 L 474.84375,426.71875 L 476.8125,427.125 L 477,421.0625 L 481.5,420.6875 L 485.40625,417.15625 L 488.90625,417.15625 L 489.09375,415 L 492.625,412.875 L 490.65625,408.375 L 493.59375,405.84375 L 493,402.90625 L 497.3125,401.53125 L 498.46875,397.25 L 497.90625,394.3125 L 496.90625,392.5625 L 496.125,390 L 493.21875,390.21875 L 484.03125,393.53125 L 481.09375,393.53125 L 476.03125,389.4375 L 470.9375,388.0625 L 468,388.0625 L 468,384.53125 L 463.90625,382 L 463.90625,381.875 z " id="departement06" inkscape:label="#path3331"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 447.34375,339.15625 L 445.59375,339.9375 L 445.1875,342.875 L 441.6875,343.28125 L 441.09375,340.53125 L 439.9375,339.375 L 436.40625,339.75 L 435.03125,340.9375 L 434.25,345.03125 L 434.84375,346 L 438.9375,346.40625 L 439.71875,348.9375 L 441.28125,349.71875 L 441.28125,354 L 437.5625,353.8125 L 436,355.5625 L 431.53125,354.78125 L 429,356.9375 L 427.21875,356.15625 L 424.6875,358.125 L 425.65625,359.875 L 424.09375,361.4375 L 419.21875,361.4375 L 419.21875,363.78125 L 420.78125,364.5625 L 420.1875,365.9375 L 416.875,367.28125 L 412.78125,367.6875 L 411.59375,371.40625 L 411.40625,373.75 L 413.5625,375.5 L 411.40625,378.03125 L 408.6875,376.65625 L 405.5625,376.46875 L 405.15625,378.21875 L 407.125,379.59375 L 404.75,381.15625 L 405.5625,384.46875 L 412.1875,386.25 L 413.375,388.78125 L 415.3125,389.15625 L 414.65625,395.25 L 414.6875,395.28125 L 417.6875,392.46875 L 421.25,392.46875 L 422.65625,393.34375 L 424.59375,392.625 L 421.59375,389.28125 L 421.0625,387.6875 L 422.125,387.5 L 424.0625,389.28125 L 425.3125,389.28125 L 425.125,386.4375 L 423.875,386.09375 L 424.40625,384.34375 L 426.53125,380.78125 L 429.90625,378.84375 L 431.5,378.5 L 431.5,376.71875 L 432.5625,376.71875 L 434.5,378.3125 L 434.5,379.5625 L 437.84375,381.6875 L 438.75,381.3125 L 438.21875,377.96875 L 437.3125,377.96875 L 438.21875,376.71875 L 441.90625,376.90625 L 443.875,375.5 L 446.875,377.09375 L 453.21875,377.25 L 454.28125,374.59375 L 455,373.53125 L 455,371.59375 L 457.65625,371.4375 L 458.71875,369.3125 L 461.71875,367.53125 L 463.84375,364.34375 L 466.375,364.46875 L 468.21875,362.46875 L 470.34375,362.65625 L 470.34375,360.90625 L 467.625,359.53125 L 467.03125,353.875 L 464.875,353.09375 L 462.15625,353.5 L 457.0625,350.9375 L 456.28125,345.09375 L 453.375,344.125 L 452.375,342.15625 L 451.09375,339.34375 L 447.34375,339.15625 z " id="departement05" inkscape:label="#path3341"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 320.78125,352.25 L 315.3125,354.21875 L 313.75,357.71875 L 310.25,355.375 L 307.5,363.96875 L 304.6875,370.4375 L 308.78125,375.46875 L 308.5,379.34375 L 311.25,381.28125 L 311.25,385.96875 L 312.09375,392.59375 L 315.40625,394 L 315.125,396.1875 L 319.8125,395.375 L 321.46875,396.1875 L 320.4375,397.09375 L 326.46875,401.125 L 331.625,400.0625 L 332.5,398.8125 L 331.78125,397.0625 L 333.90625,396.53125 L 336.90625,399.34375 L 342.03125,399.875 L 344.34375,396.34375 L 344.34375,393.34375 L 345.75,391.75 L 344.5,391.40625 L 344.5,387.34375 L 341.6875,384.34375 L 344,383.96875 L 345.21875,382.90625 L 346.1875,381.03125 L 345.21875,380.4375 L 345.78125,376.3125 L 342.46875,372.71875 L 341.09375,365.53125 L 336.125,359.1875 L 332.5,360.0625 L 331.71875,357.34375 L 329.75,357.34375 L 329.375,359.6875 L 324.3125,361.25 L 320.78125,352.25 z " id="departement48" inkscape:label="#path3339"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 301.625,247.96875 L 298.90625,251.46875 L 297.34375,251.65625 L 295.59375,253.4375 L 293.625,251.28125 L 288.375,256.5625 L 288.375,259.6875 L 289.34375,260.46875 L 289.53125,262.03125 L 286.8125,264.15625 L 284.25,263.375 L 279.375,264.375 L 276.84375,267.28125 L 275.90625,269.28125 L 276.0625,269.25 L 278.40625,272.5625 L 278.40625,274.90625 L 279.75,276.65625 L 281.125,274.90625 L 282.6875,277.65625 L 284.84375,278.4375 L 287,283.5 L 287.09375,284.96875 L 290.0625,287.28125 L 291.65625,286.5625 L 292.90625,283.5625 L 294.125,283.21875 L 294.125,281.625 L 296.25,281.4375 L 296.4375,282.5 L 299.09375,279.5 L 302.09375,279.5 L 302.625,280.5625 L 301.21875,282.5 L 303.3125,284.8125 L 303.6875,286.21875 L 308.625,289.0625 L 314.625,289.9375 L 316.40625,289.75 L 319.0625,290.28125 L 321.34375,288.875 L 323.125,289.75 L 323.46875,292.21875 L 325.78125,292.75 L 328.78125,292.59375 L 329.65625,294.71875 L 332.40625,295.8125 L 332.5,294.84375 L 337.1875,294.625 L 336.8125,283.5 L 335.4375,280.78125 L 336,278.625 L 339.25,278.0625 L 339.34375,277.84375 L 343.4375,274.71875 L 343.625,267.09375 L 342.25,265.15625 L 339.125,265.15625 L 337.96875,263.59375 L 334.65625,263.59375 L 333.6875,262.40625 L 333.6875,259.46875 L 329.75,252.0625 L 327.8125,250.6875 L 324.09375,255.78125 L 322.53125,256.15625 L 321.9375,253.625 L 320.1875,252.84375 L 319.40625,254.40625 L 316.5,254.40625 L 316.09375,252.65625 L 314.125,253.8125 L 312,255 L 309.65625,252.4375 L 306.3125,250.875 L 306.125,248.34375 L 301.625,247.96875 z " id="departement03" inkscape:label="#path3343"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 346.1875,381.03125 L 345.21875,382.90625 L 344,383.96875 L 341.6875,384.34375 L 344.5,387.34375 L 344.5,391.40625 L 345.75,391.75 L 344.34375,393.34375 L 344.34375,396.34375 L 342.03125,399.875 L 336.90625,399.34375 L 333.90625,396.53125 L 331.78125,397.0625 L 332.5,398.8125 L 331.625,400.0625 L 326.46875,401.125 L 320.4375,397.09375 L 319.28125,398.125 L 319.28125,400.90625 L 317.0625,401.4375 L 317.625,403.65625 L 320.375,404.21875 L 323.40625,404.21875 L 324.25,408.0625 L 320.65625,409.71875 L 320.65625,411.46875 L 323.46875,412.4375 L 323.46875,414.03125 L 324.71875,414.75 L 325.78125,413.84375 L 327.1875,413.84375 L 327.90625,415.4375 L 330.03125,415.4375 L 331.09375,411.71875 L 332.84375,411.71875 L 335.5,408.375 L 338.6875,408.71875 L 339.21875,413.3125 L 340.4375,414.75 L 342.40625,413.6875 L 345.75,415.4375 L 347,417.5625 L 352.8125,421.09375 L 354.9375,426.0625 L 354.9375,428.6875 L 351.21875,430.8125 L 348.8125,432.96875 L 351.8125,433.1875 L 351.8125,437.09375 L 356.28125,436.875 L 358.6875,437 L 360.4375,432.9375 L 366.78125,429.0625 L 365.40625,427.125 L 367.0625,422.71875 L 372.84375,423.53125 L 374.25,413.03125 L 381.96875,408.625 L 381.96875,406.125 L 376.15625,400.34375 L 376.15625,395.90625 L 372.84375,390.40625 L 365.9375,386.53125 L 365.40625,389.5625 L 362.625,389.84375 L 361.8125,386.8125 L 359.03125,387.34375 L 358.5,391.21875 L 356.28125,390.40625 L 351.59375,387.34375 L 349.375,388.46875 L 349.375,382.9375 L 346.1875,381.03125 z " id="departement30" inkscape:label="#path4307"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 274.25,438.46875 L 273.96875,442.0625 L 270.375,440.9375 L 266.5,440.9375 L 266.78125,439.5625 L 264.84375,439.84375 L 260.71875,441.21875 L 259.34375,438.71875 L 256.5625,441.21875 L 257.40625,443.15625 L 254.34375,444.53125 L 253.8125,447.5625 L 251.3125,448.6875 L 253.53125,451.15625 L 252.96875,452.8125 L 262.65625,457.5 L 263.46875,464.15625 L 263.46875,467.75 L 264.03125,472.4375 L 259.0625,472.4375 L 257.6875,474.375 L 264.03125,479.625 L 267.625,477.6875 L 272.03125,482.9375 L 271.375,483 L 272.21875,483.5 L 280.15625,479.625 L 278.21875,476.78125 L 278.0625,473.4375 L 296.59375,473.4375 L 296.25,470.9375 L 300.5,468.65625 L 305.4375,472.53125 L 308,473.71875 L 307.84375,468.125 L 308.0625,461.6875 L 305.71875,461.875 L 303.75,458.96875 L 305.3125,456.40625 L 308.625,459.53125 L 311.5625,457.1875 L 313.53125,455.25 L 313.78125,453.1875 L 311.28125,453.09375 L 310.40625,450.28125 L 307.9375,450.09375 L 305.625,446.71875 L 303.84375,446.90625 L 301.75,445.65625 L 301.375,442.65625 L 300.3125,443.1875 L 300.84375,445.3125 L 298.375,445.3125 L 298.1875,448.84375 L 294.5,450.09375 L 292.71875,446.375 L 290.25,447.96875 L 288.125,446.375 L 287.0625,443.90625 L 288.84375,441.78125 L 288,439.5 L 287.78125,439.5625 L 281.96875,439.5625 L 275.90625,438.46875 L 274.25,438.46875 z " id="departement11" inkscape:label="#path4314"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 335.5,408.375 L 332.84375,411.71875 L 331.09375,411.71875 L 330.03125,415.4375 L 327.90625,415.4375 L 327.1875,413.84375 L 325.78125,413.84375 L 324.71875,414.75 L 323.46875,414.03125 L 323.46875,412.4375 L 320.65625,411.46875 L 320.65625,412.5 L 317.34375,413.03125 L 315.6875,414.4375 L 316.21875,417.75 L 313.1875,417.75 L 310.15625,416.09375 L 308.5,416.09375 L 308.5,418.03125 L 308.78125,423.8125 L 305.46875,423.8125 L 303.8125,423.8125 L 302.6875,426.03125 L 295.5,428.5 L 292.75,426.59375 L 291.09375,429.0625 L 290.28125,431.8125 L 293.3125,434.59375 L 292.1875,438.1875 L 288,439.5 L 288.84375,441.78125 L 287.0625,443.90625 L 288.125,446.375 L 290.25,447.96875 L 292.71875,446.375 L 294.5,450.09375 L 298.1875,448.84375 L 298.375,445.3125 L 300.84375,445.3125 L 300.3125,443.1875 L 301.375,442.65625 L 301.75,445.65625 L 303.84375,446.90625 L 305.625,446.71875 L 307.9375,450.09375 L 310.40625,450.28125 L 311.28125,453.09375 L 313.78125,453.1875 L 313.90625,452.125 L 320.9375,449.96875 L 321.71875,448.21875 L 327.1875,448.03125 L 328.9375,445.875 L 339.5,437.46875 L 346.125,432.78125 L 348.8125,432.96875 L 351.21875,430.8125 L 354.9375,428.6875 L 354.9375,426.0625 L 352.8125,421.09375 L 347,417.5625 L 345.75,415.4375 L 342.40625,413.6875 L 340.4375,414.75 L 339.21875,413.3125 L 338.6875,408.71875 L 335.5,408.375 z " id="departement34" inkscape:label="#path4321"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 300.5,468.65625 L 296.25,470.9375 L 296.59375,473.4375 L 278.0625,473.4375 L 278.21875,476.78125 L 280.15625,479.625 L 272.21875,483.5 L 271.375,483 L 264.84375,483.46875 L 264.03125,485.125 L 260.71875,485.96875 L 258.5,487.90625 L 252.4375,489.3125 L 252.78125,491.375 L 255.71875,494.125 L 261.5625,495.6875 L 261.75,499.1875 L 264.875,501.9375 L 267.21875,501.53125 L 270.5625,497.4375 L 274.65625,496.65625 L 281.09375,498.8125 L 286.5625,503.5 L 288.125,501.53125 L 289.5,501.53125 L 290.875,502.5 L 292.03125,501.9375 L 292.21875,499.1875 L 298.09375,497.8125 L 300.03125,495.28125 L 302.96875,494.3125 L 307.0625,494.3125 L 309.625,497.03125 L 312.75,497.25 L 312.75,494.125 L 311.1875,491.96875 L 308.4375,490.78125 L 308,473.71875 L 305.4375,472.53125 L 300.5,468.65625 z " id="departement66" inkscape:label="#path4325"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 285.84375,323.71875 L 285.25,325.875 L 286.21875,328.21875 L 285.03125,329.59375 L 283.09375,329.59375 L 281.125,327.4375 L 279.375,326.46875 L 279.1875,331.9375 L 275.65625,334.09375 L 273.125,337.59375 L 273.71875,341.125 L 272.9375,342.6875 L 271.9375,345.8125 L 270.375,345.8125 L 268.8125,347.75 L 270,348.9375 L 270.78125,350.875 L 268.25,352.65625 L 269.28125,359.1875 L 272.59375,361.65625 L 270.09375,367.46875 L 272.59375,368.5625 L 271.5,371.875 L 273.6875,372.15625 L 275.34375,369.40625 L 278.125,369.40625 L 278.65625,370.21875 L 284.75,370.21875 L 285.84375,367.75 L 287.21875,367.1875 L 287.78125,362.78125 L 289.15625,362.78125 L 289.15625,358.09375 L 294.6875,353.375 L 295.25,354.21875 L 295.78125,357.8125 L 299.65625,357.25 L 300.5,362.78125 L 302.40625,362.78125 L 302.96875,368.3125 L 304.6875,370.4375 L 307.5,363.96875 L 310.25,355.375 L 313.75,357.71875 L 315.3125,354.21875 L 320.3125,352.40625 L 320.3125,350.75 L 319.25,349.15625 L 317.125,347.90625 L 318.1875,346.3125 L 317.28125,345.4375 L 318.34375,345.09375 L 319.59375,344.03125 L 317.46875,343.84375 L 316.40625,342.4375 L 316.0625,338.71875 L 314.8125,337.46875 L 313.9375,334.3125 L 309.5,334.3125 L 308.625,331.8125 L 307.21875,331.65625 L 306.5,333.0625 L 303.6875,332.875 L 301.03125,328.8125 L 299.96875,328.65625 L 297.84375,327.59375 L 296.59375,328.8125 L 293.4375,328.8125 L 291.84375,325.46875 L 285.84375,323.71875 z " id="departement15" inkscape:label="#path4332"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 317.8125,326.34375 L 316.40625,327.0625 L 316.40625,328.28125 L 314.28125,328.46875 L 312.34375,330.0625 L 308.8125,330.59375 L 308,331.75 L 308.625,331.8125 L 309.5,334.3125 L 313.9375,334.3125 L 314.8125,337.46875 L 316.0625,338.71875 L 316.40625,342.4375 L 317.46875,343.84375 L 319.59375,344.03125 L 318.34375,345.09375 L 317.28125,345.4375 L 318.1875,346.3125 L 317.125,347.90625 L 319.25,349.15625 L 320.3125,350.75 L 320.3125,352.40625 L 320.78125,352.25 L 324.3125,361.25 L 329.375,359.6875 L 329.75,357.34375 L 331.71875,357.34375 L 332.5,360.0625 L 336.125,359.1875 L 340.625,364.9375 L 343.4375,360.46875 L 348.5,356.75 L 353.1875,356.75 L 354.75,351.875 L 357.875,351.65625 L 358.09375,347.96875 L 361,347.96875 L 360.4375,346.59375 L 359.65625,344.0625 L 360.8125,342.09375 L 363.5625,340.9375 L 364.71875,336.25 L 362.1875,333.3125 L 359.0625,333.5 L 359.4375,329.78125 L 353.1875,327.0625 L 351.0625,327.25 L 346.75,330.78125 L 342.8125,329.5 L 342.03125,330.25 L 339.5625,329.53125 L 337.8125,327.75 L 336.75,329.875 L 333.71875,329.71875 L 332.3125,328.46875 L 331.25,330.9375 L 329.3125,330.0625 L 328.0625,327.75 L 326.46875,327.75 L 325.0625,326.53125 L 322.9375,327.40625 L 320.46875,327.59375 L 319.0625,326.6875 L 318.1875,327.21875 L 317.8125,326.34375 z " id="departement43" inkscape:label="#path4339"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 299.09375,279.5 L 296.4375,282.5 L 296.25,281.4375 L 294.125,281.625 L 294.125,283.21875 L 292.90625,283.5625 L 291.65625,286.5625 L 290.0625,287.28125 L 287.09375,284.96875 L 287.375,289.5625 L 288.9375,291.5 L 289.71875,295.21875 L 287.375,296.96875 L 286.8125,299.71875 L 284.65625,300.875 L 280.9375,303.03125 L 281.3125,304.78125 L 285.8125,309.28125 L 286.21875,312.03125 L 284.4375,314.9375 L 284.4375,317.6875 L 285.625,319.0625 L 286.21875,322.375 L 285.84375,323.71875 L 291.84375,325.46875 L 293.4375,328.8125 L 296.59375,328.8125 L 297.84375,327.59375 L 299.96875,328.65625 L 301.03125,328.8125 L 303.6875,332.875 L 306.5,333.0625 L 307.21875,331.65625 L 308,331.75 L 308.8125,330.59375 L 312.34375,330.0625 L 314.28125,328.46875 L 316.40625,328.28125 L 316.40625,327.0625 L 317.8125,326.34375 L 318.1875,327.21875 L 319.0625,326.6875 L 320.46875,327.59375 L 322.9375,327.40625 L 325.0625,326.53125 L 326.46875,327.75 L 328.0625,327.75 L 329.3125,330.0625 L 331.25,330.9375 L 332.3125,328.46875 L 333.71875,329.71875 L 336.75,329.875 L 337.8125,327.75 L 339.5625,329.53125 L 342.03125,330.25 L 342.8125,329.5 L 341.28125,329 L 340.6875,326.65625 L 344.40625,323.15625 L 342.65625,316.71875 L 337.5625,313.375 L 335.4375,308.3125 L 333.09375,305.1875 L 333.6875,300.875 L 335.4375,299.125 L 332.3125,296.59375 L 332.40625,295.8125 L 329.65625,294.71875 L 328.78125,292.59375 L 325.78125,292.75 L 323.46875,292.21875 L 323.125,289.75 L 321.34375,288.875 L 319.0625,290.28125 L 316.40625,289.75 L 314.625,289.9375 L 308.625,289.0625 L 303.6875,286.21875 L 303.3125,284.8125 L 301.21875,282.5 L 302.625,280.5625 L 302.09375,279.5 L 299.09375,279.5 z " id="departement63" inkscape:label="#path4346"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 179.21875,428.53125 L 177.28125,429.5625 L 177.625,429.59375 L 180.9375,435.0625 L 178.78125,437.03125 L 180.34375,439.375 L 182.6875,442.875 L 180.75,445.40625 L 177.625,452.4375 L 172.34375,456.9375 L 173.71875,459.6875 L 172.53125,460.46875 L 169.625,459.875 L 168.8125,466.3125 L 167.25,467.5 L 166.9375,471.53125 L 167.4375,471.25 L 170.75,473.21875 L 174.65625,476.15625 L 175.03125,478.5 L 178.15625,481.03125 L 180.71875,481.03125 L 187.15625,478.28125 L 189.875,481.40625 L 193.59375,482.40625 L 194.96875,480.0625 L 196.71875,480.84375 L 200.5,481.09375 L 200.25,470.59375 L 202.21875,470.59375 L 203.96875,471.46875 L 205.21875,470.25 L 205.03125,468.3125 L 207.5,466.875 L 206.625,463.1875 L 205.5625,462.28125 L 203.4375,463 L 204.5,461.21875 L 203.96875,458.9375 L 200.78125,456.625 L 200.96875,455.03125 L 202.75,452.03125 L 205.03125,451.15625 L 205.03125,449.90625 L 206.4375,447.78125 L 207.375,446.46875 L 203.8125,444.625 L 199.03125,444.625 L 198.3125,443.1875 L 195.84375,443.1875 L 195.125,441.59375 L 192.84375,441.59375 L 192.125,442.3125 L 189.46875,442.3125 L 189.3125,440.71875 L 187.1875,439.3125 L 187.90625,438.59375 L 188.25,436.84375 L 187.71875,436.3125 L 186.65625,433.46875 L 184.34375,433.125 L 182.0625,431.875 L 182.21875,428.53125 L 179.21875,428.53125 z " id="departement65" inkscape:label="#path3335"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 172.15625,428.875 L 169.34375,430.46875 L 163.6875,430.28125 L 163.15625,429.40625 L 159.4375,430.65625 L 156.59375,431.53125 L 154.46875,429.9375 L 152.1875,430.65625 L 151.46875,429.75 L 148.65625,429.75 L 146.875,430.65625 L 142.28125,430.46875 L 139.8125,432.40625 L 135.375,432.0625 L 134.5,433.3125 L 133.4375,432.9375 L 134.84375,431.53125 L 132.375,429.59375 L 129.375,432.25 L 124.25,432.59375 L 118.625,429.78125 L 117.8125,431.21875 L 113.3125,436.6875 L 109.8125,438.0625 L 107.28125,438.4375 L 107.28125,440.59375 L 109.625,442.75 L 113.125,442.9375 L 113.3125,445.46875 L 116.0625,445.6875 L 116.84375,443.90625 L 120.5625,445.46875 L 122.90625,446.0625 L 123.46875,448.40625 L 122.125,449.59375 L 122.125,453.28125 L 119.375,454.65625 L 119.1875,456.40625 L 120.9375,458.375 L 124.0625,459.34375 L 124.65625,456.40625 L 126.40625,454.46875 L 126.21875,457 L 127.59375,458.96875 L 131.09375,458.96875 L 132.65625,461.09375 L 137.34375,461.875 L 141.84375,464.625 L 149.25,464.625 L 149.65625,468.71875 L 154.71875,472.625 L 156.6875,474.96875 L 158.84375,473.8125 L 160.78125,473.40625 L 161.75,474.375 L 163.53125,473.40625 L 166.9375,471.53125 L 167.25,467.5 L 168.8125,466.3125 L 169.625,459.875 L 172.53125,460.46875 L 173.71875,459.6875 L 172.34375,456.9375 L 177.625,452.4375 L 180.75,445.40625 L 182.6875,442.875 L 180.34375,439.375 L 178.78125,437.03125 L 180.9375,435.0625 L 177.625,429.59375 L 172.34375,429.21875 L 172.15625,428.875 z " id="departement64" inkscape:label="#path3337"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 139.8125,374.4375 L 133.625,377.625 L 132.03125,377.6875 L 128.5625,396.25 L 124.0625,413.4375 L 122.6875,420.09375 L 121.53125,424.78125 L 118.625,429.78125 L 124.25,432.59375 L 129.375,432.25 L 132.375,429.59375 L 134.84375,431.53125 L 133.4375,432.9375 L 134.5,433.3125 L 135.375,432.0625 L 139.8125,432.40625 L 142.28125,430.46875 L 146.875,430.65625 L 148.65625,429.75 L 151.46875,429.75 L 152.1875,430.65625 L 154.46875,429.9375 L 156.59375,431.53125 L 159.4375,430.65625 L 163.15625,429.40625 L 163.6875,430.28125 L 169.34375,430.46875 L 172.15625,428.875 L 170.78125,426.46875 L 172.15625,422.75 L 174.09375,420.21875 L 173.5,416.90625 L 175.0625,415.34375 L 172.75,411.4375 L 174.6875,409.09375 L 176.84375,408.6875 L 178.78125,409.46875 L 181.53125,407.125 L 182.5,410.0625 L 183.46875,411.4375 L 185.625,410.84375 L 185.4375,408.3125 L 186.0625,406.9375 L 185.59375,405.71875 L 186.125,401.84375 L 188.25,399.71875 L 187.1875,398.46875 L 184.875,398.28125 L 182.21875,397.25 L 178.34375,397.59375 L 177.625,393.34375 L 175.15625,390.34375 L 174.09375,390 L 174.46875,393.53125 L 174.46875,394.59375 L 171.09375,394.75 L 167.5625,393.53125 L 166.84375,389.09375 L 164.375,386.4375 L 162.625,386.28125 L 162.4375,384.6875 L 160.5,383.4375 L 157.3125,382.5625 L 158.1875,381.5 L 158.1875,380.4375 L 157.125,379.5625 L 155.90625,378.5 L 152.34375,379.03125 L 150.25,380.78125 L 148.8125,380.96875 L 146.53125,379.375 L 143.15625,380.78125 L 141.5625,379.71875 L 143,377.96875 L 143.15625,375.65625 L 139.8125,374.4375 z " id="departement40" inkscape:label="#path5235"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 141.25,315.21875 L 138.125,319.90625 L 137.15625,336.3125 L 134.625,352.90625 L 132.84375,365.78125 L 132.65625,369.125 L 134.03125,364.625 L 136.75,361.09375 L 140.65625,364.625 L 141.0625,365.78125 L 142.21875,367.34375 L 137.34375,367.5625 L 136.5625,366.375 L 134.625,367.15625 L 134.21875,370.09375 L 132.0625,373.03125 L 132.0625,377.5 L 132.03125,377.6875 L 133.625,377.625 L 139.8125,374.4375 L 143.15625,375.65625 L 143,377.96875 L 141.5625,379.71875 L 143.15625,380.78125 L 146.53125,379.375 L 148.8125,380.96875 L 150.25,380.78125 L 152.34375,379.03125 L 155.90625,378.5 L 157.125,379.5625 L 158.1875,380.4375 L 158.1875,381.5 L 157.3125,382.5625 L 160.5,383.4375 L 162.4375,384.6875 L 162.625,386.28125 L 164.375,386.4375 L 166.84375,389.09375 L 167.5625,393.53125 L 171.09375,394.75 L 174.46875,394.59375 L 174.46875,393.53125 L 174.09375,390 L 175.15625,390.34375 L 177.15625,392.78125 L 180.28125,392.28125 L 181.71875,390.875 L 181.53125,388.9375 L 180.28125,387.875 L 180.65625,385.90625 L 182.59375,385.90625 L 184.53125,384.6875 L 183.65625,382.90625 L 183.125,380.25 L 184.53125,377.78125 L 187.53125,373.1875 L 189.3125,371.0625 L 190.90625,370.53125 L 191.25,368.78125 L 189.125,368.59375 L 188.25,366.65625 L 188.9375,364.71875 L 191.4375,364.1875 L 193.1875,363.65625 L 195.25,363.375 L 195.125,363.28125 L 194.96875,359.40625 L 196.90625,358 L 194.4375,356.40625 L 191.96875,359.40625 L 185.9375,359.59375 L 185.40625,358.15625 L 183.65625,357.28125 L 185.0625,355.5 L 185.0625,353.5625 L 184.34375,352.5 L 184.34375,351.4375 L 186.125,350.375 L 186.65625,347.21875 L 187.71875,344.375 L 186.65625,342.78125 L 184.71875,342.78125 L 183.6875,341.5625 L 182.6875,343.65625 L 180.75,342.28125 L 178,343.65625 L 175.65625,343.28125 L 171.1875,338.78125 L 168.4375,338.59375 L 167.65625,332.34375 L 162.5625,331.75 L 162.375,328.8125 L 161.40625,329.78125 L 155.625,329.78125 L 155.90625,331.03125 L 157.28125,336.6875 L 157.65625,342.34375 L 156.6875,343.90625 L 155.71875,339.21875 L 152.96875,328.5 L 143,319.5 L 143.21875,315.40625 L 141.25,315.21875 z " id="departement33" inkscape:label="#path5242"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 209.84375,310.46875 L 208.09375,313.59375 L 205.34375,313.96875 L 205.15625,318.65625 L 195.96875,324.90625 L 195.78125,331.75 L 192.25,335.25 L 190.3125,337.03125 L 186.40625,336.625 L 184.25,340.34375 L 183.6875,341.5625 L 184.71875,342.78125 L 186.65625,342.78125 L 187.71875,344.375 L 186.65625,347.21875 L 186.125,350.375 L 184.34375,351.4375 L 184.34375,352.5 L 185.0625,353.5625 L 185.0625,355.5 L 183.65625,357.28125 L 185.40625,358.15625 L 185.9375,359.59375 L 191.96875,359.40625 L 194.4375,356.40625 L 196.90625,358 L 194.96875,359.40625 L 195.125,363.28125 L 197.96875,365.25 L 198.3125,368.9375 L 201.3125,370 L 203.09375,368.40625 L 206.96875,368.40625 L 209.09375,366.65625 L 210.34375,366.84375 L 210.6875,368.25 L 214.59375,368.25 L 215.46875,367.1875 L 216.875,367.375 L 218.46875,369.125 L 218.46875,370.375 L 217.0625,371.25 L 217.59375,372.5 L 219.53125,372.65625 L 222,370.375 L 224.125,370.375 L 225.53125,371.96875 L 228.59375,373.25 L 228.78125,372.75 L 230.5625,371 L 230.75,368.0625 L 235.03125,367.6875 L 237.78125,363.78125 L 236.59375,363.375 L 236.40625,361.25 L 239.71875,360.84375 L 239.9375,358.90625 L 241.5,357.90625 L 243.25,354.78125 L 241.5,352.84375 L 241.5,350.6875 L 242.84375,349.53125 L 241.09375,346.78125 L 241.28125,342.5 L 237,342.6875 L 235.25,341.5 L 236.8125,339.5625 L 234.65625,337.8125 L 236.21875,335.84375 L 234.65625,335.0625 L 234.65625,332.34375 L 238.5625,328.8125 L 236.40625,327.0625 L 235.25,324.125 L 231.125,323.53125 L 229.75,322.5625 L 232.6875,321.1875 L 231.71875,319.84375 L 227.4375,319.25 L 226.4375,315.34375 L 220.1875,314.75 L 218.8125,316.71875 L 217.46875,317.09375 L 215.6875,314.75 L 216.5,312.59375 L 215.5,310.65625 L 209.84375,310.46875 z " id="departement24" inkscape:label="#path5250"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 195.25,363.375 L 193.1875,363.65625 L 191.4375,364.1875 L 188.9375,364.71875 L 188.25,366.65625 L 189.125,368.59375 L 191.25,368.78125 L 190.90625,370.53125 L 189.3125,371.0625 L 187.53125,373.1875 L 184.53125,377.78125 L 183.125,380.25 L 183.65625,382.90625 L 184.53125,384.6875 L 182.59375,385.90625 L 180.65625,385.90625 L 180.28125,387.875 L 181.53125,388.9375 L 181.71875,390.875 L 180.28125,392.28125 L 177.15625,392.78125 L 177.625,393.34375 L 178.34375,397.59375 L 182.21875,397.25 L 184.875,398.28125 L 187.1875,398.46875 L 188.25,399.71875 L 186.125,401.84375 L 185.59375,405.71875 L 186.0625,406.9375 L 186.8125,405.375 L 189.125,407.34375 L 192.25,404.21875 L 193.625,406.15625 L 196.9375,405.5625 L 200.46875,405.1875 L 202.03125,402.4375 L 207.875,401.875 L 210.8125,404.78125 L 211.8125,403.8125 L 213.75,403.21875 L 212.96875,400.5 L 215.90625,399.71875 L 219.625,398.9375 L 218.8125,396.59375 L 220,395.21875 L 220.96875,391.5 L 218.8125,389.15625 L 220.1875,384.6875 L 223.125,386.4375 L 227.4375,385.65625 L 225.46875,381.34375 L 223.90625,375.5 L 227.8125,375.3125 L 228.59375,373.25 L 225.53125,371.96875 L 224.125,370.375 L 222,370.375 L 219.53125,372.65625 L 217.59375,372.5 L 217.0625,371.25 L 218.46875,370.375 L 218.46875,369.125 L 216.875,367.375 L 215.46875,367.1875 L 214.59375,368.25 L 210.6875,368.25 L 210.34375,366.84375 L 209.09375,366.65625 L 206.96875,368.40625 L 203.09375,368.40625 L 201.3125,370 L 198.3125,368.9375 L 197.96875,365.25 L 195.25,363.375 z " id="departement47" inkscape:label="#path5257"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 247.46875,347.3125 L 243.3125,349.25 L 242.71875,349.34375 L 242.84375,349.53125 L 241.5,350.6875 L 241.5,352.84375 L 243.25,354.78125 L 241.5,357.90625 L 239.9375,358.90625 L 239.71875,360.84375 L 236.40625,361.25 L 236.59375,363.375 L 237.78125,363.78125 L 235.03125,367.6875 L 230.75,368.0625 L 230.5625,371 L 228.78125,372.75 L 227.8125,375.3125 L 223.90625,375.5 L 225.46875,381.34375 L 227.125,384.96875 L 229.625,384.875 L 229.78125,385.90625 L 228.375,387.5 L 229.4375,389.625 L 231.03125,389.625 L 232.78125,391.5625 L 234.375,391.5625 L 235.625,390.15625 L 235.96875,390.53125 L 235.96875,392.28125 L 236.5,394.59375 L 240.21875,394.75 L 243.21875,391.5625 L 244.8125,391.40625 L 245.34375,392.28125 L 246.21875,394.21875 L 247.65625,394.21875 L 248.1875,390.6875 L 251.1875,391.0625 L 252.9375,388.9375 L 255.78125,389.625 L 260.03125,387.6875 L 260.0625,388.0625 L 261.4375,386.625 L 259.65625,383.96875 L 258.96875,380.4375 L 261.25,378.5 L 262.3125,378.84375 L 265.5,375.3125 L 267.25,375.5 L 267.96875,374.59375 L 271.5,374.59375 L 272.75,373.1875 L 273.09375,372.09375 L 271.5,371.875 L 272.59375,368.5625 L 270.09375,367.46875 L 272.59375,361.65625 L 269.28125,359.1875 L 268.15625,352 L 265.125,351.1875 L 262.90625,353.375 L 261.8125,351.4375 L 258.5,354.75 L 256.28125,355.03125 L 252.4375,349.53125 L 247.46875,347.3125 z " id="departement46" inkscape:label="#path5264"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 237.21875,446.375 L 235.96875,447.25 L 235.4375,448.3125 L 237.90625,450.09375 L 238.625,451.34375 L 238.09375,452.375 L 233.84375,452.75 L 232.625,454.5 L 232.78125,455.03125 L 234.375,455.5625 L 235.28125,456.8125 L 234.21875,458.5625 L 232.96875,458.40625 L 231.03125,456.625 L 228.71875,455.9375 L 226.4375,456.09375 L 222.375,458.5625 L 222.53125,461.9375 L 223.59375,462.65625 L 222.90625,465.28125 L 218.28125,466.53125 L 216.53125,468.65625 L 216.53125,472.1875 L 217.25,473.25 L 215.59375,474.78125 L 216.65625,475.375 L 222.6875,476.53125 L 225.25,476.53125 L 228.5625,480.84375 L 236.96875,480.4375 L 240.28125,485.71875 L 243.21875,484.53125 L 251.8125,485.71875 L 252.4375,489.3125 L 258.5,487.90625 L 260.71875,485.96875 L 264.03125,485.125 L 264.84375,483.46875 L 272.03125,482.9375 L 267.625,477.6875 L 264.03125,479.625 L 257.6875,474.375 L 259.0625,472.4375 L 264.03125,472.4375 L 263.46875,467.75 L 263.46875,464.15625 L 262.65625,457.5 L 252.96875,452.8125 L 253.53125,451.15625 L 251.6875,449.09375 L 250.125,449.75 L 248,450.09375 L 244.09375,448.3125 L 243.03125,447.96875 L 244.625,449.90625 L 243.9375,451.5 L 240.5625,451.15625 L 240.40625,449.375 L 238.4375,446.71875 L 237.21875,446.375 z " id="departement09" inkscape:label="#path5271"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 207.875,401.875 L 202.03125,402.4375 L 200.46875,405.1875 L 196.9375,405.5625 L 193.625,406.15625 L 192.25,404.21875 L 189.125,407.34375 L 186.8125,405.375 L 185.4375,408.3125 L 185.625,410.84375 L 183.46875,411.4375 L 182.5,410.0625 L 181.53125,407.125 L 178.78125,409.46875 L 176.84375,408.6875 L 174.6875,409.09375 L 172.75,411.4375 L 175.0625,415.34375 L 173.5,416.90625 L 174.09375,420.21875 L 172.15625,422.75 L 170.78125,426.46875 L 172.34375,429.21875 L 177.28125,429.5625 L 179.21875,428.53125 L 182.21875,428.53125 L 182.0625,431.875 L 184.34375,433.125 L 186.65625,433.46875 L 187.71875,436.3125 L 188.25,436.84375 L 187.90625,438.59375 L 187.1875,439.3125 L 189.3125,440.71875 L 189.46875,442.3125 L 192.125,442.3125 L 192.84375,441.59375 L 195.125,441.59375 L 195.84375,443.1875 L 198.3125,443.1875 L 199.03125,444.625 L 203.8125,444.625 L 207.375,446.46875 L 207.6875,446.03125 L 209.625,444.96875 L 213.15625,440.375 L 219.71875,440.90625 L 222.53125,442.84375 L 223.4375,441.59375 L 224.84375,437.375 L 226.59375,433.3125 L 230.3125,431.71875 L 232.09375,431 L 231.5625,429.40625 L 229.78125,429.21875 L 229.09375,427.46875 L 227.65625,427.46875 L 225.375,425.15625 L 225.53125,423.5625 L 222.53125,420.5625 L 222,418.65625 L 220.0625,419.5 L 219.53125,418.4375 L 220.78125,416.5 L 219.34375,415.09375 L 219.34375,412.625 L 218.125,411.375 L 214.21875,411.1875 L 214.21875,408.90625 L 216.34375,407.3125 L 216.34375,405.53125 L 218.65625,404.46875 L 217.40625,403.78125 L 216,404.46875 L 213.15625,404.46875 L 212.28125,403.65625 L 211.8125,403.8125 L 210.8125,404.78125 L 207.875,401.875 z " id="departement32" inkscape:label="#path5278"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 245,412.4375 L 242.15625,413.5 L 241.28125,414.90625 L 240.21875,413.6875 L 238.28125,413.5 L 237.90625,415.28125 L 236.6875,415.78125 L 238.4375,416.6875 L 237.21875,418.625 L 232.78125,419.875 L 230.84375,417.5625 L 229.09375,417.5625 L 227.65625,418.4375 L 222.53125,418.4375 L 222,418.65625 L 222.53125,420.5625 L 225.53125,423.5625 L 225.375,425.15625 L 227.65625,427.46875 L 229.09375,427.46875 L 229.78125,429.21875 L 231.5625,429.40625 L 232.09375,431 L 230.3125,431.71875 L 226.59375,433.3125 L 224.84375,437.375 L 223.4375,441.59375 L 222.53125,442.84375 L 219.71875,440.90625 L 213.15625,440.375 L 209.625,444.96875 L 207.6875,446.03125 L 206.4375,447.78125 L 205.03125,449.90625 L 205.03125,451.15625 L 202.75,452.03125 L 200.96875,455.03125 L 200.78125,456.625 L 203.96875,458.9375 L 204.5,461.21875 L 203.4375,463 L 205.5625,462.28125 L 206.625,463.1875 L 207.5,466.875 L 205.03125,468.3125 L 205.21875,470.25 L 203.96875,471.46875 L 202.21875,470.59375 L 200.25,470.59375 L 200.5,481.09375 L 208.4375,481.625 L 208.84375,472.03125 L 211.5625,472.4375 L 215.59375,474.78125 L 217.25,473.25 L 216.53125,472.1875 L 216.53125,468.65625 L 218.28125,466.53125 L 222.90625,465.28125 L 223.59375,462.65625 L 222.53125,461.9375 L 222.375,458.5625 L 226.4375,456.09375 L 228.71875,455.9375 L 231.03125,456.625 L 232.96875,458.40625 L 234.21875,458.5625 L 235.28125,456.8125 L 234.375,455.5625 L 232.78125,455.03125 L 232.625,454.5 L 233.84375,452.75 L 238.09375,452.375 L 238.625,451.34375 L 237.90625,450.09375 L 235.4375,448.3125 L 235.96875,447.25 L 237.21875,446.375 L 238.4375,446.71875 L 240.40625,449.375 L 240.5625,451.15625 L 243.9375,451.5 L 244.625,449.90625 L 243.03125,447.96875 L 244.09375,448.3125 L 248,450.09375 L 250.125,449.75 L 251.6875,449.09375 L 251.3125,448.6875 L 253.8125,447.5625 L 254.34375,444.53125 L 257.40625,443.15625 L 256.5625,441.21875 L 259.34375,438.71875 L 260.71875,441.21875 L 264.84375,439.84375 L 265.625,439.71875 L 265.6875,438.4375 L 265.6875,435.9375 L 263.5625,436.3125 L 260.90625,435.59375 L 258.59375,432.78125 L 257.71875,431.53125 L 253.125,429.59375 L 252.0625,428 L 253.46875,427.46875 L 253.46875,425.53125 L 252.0625,423.9375 L 250.28125,421.09375 L 250.125,418.625 L 249.59375,418.28125 L 247.46875,415.78125 L 246.59375,413.15625 L 245,412.4375 z " id="departement31" inkscape:label="#path5285"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 220.1875,384.6875 L 218.8125,389.15625 L 220.96875,391.5 L 220,395.21875 L 218.8125,396.59375 L 219.625,398.9375 L 215.90625,399.71875 L 212.96875,400.5 L 213.75,403.21875 L 212.28125,403.65625 L 213.15625,404.46875 L 216,404.46875 L 217.40625,403.78125 L 218.65625,404.46875 L 216.34375,405.53125 L 216.34375,407.3125 L 214.21875,408.90625 L 214.21875,411.1875 L 218.125,411.375 L 219.34375,412.625 L 219.34375,415.09375 L 220.78125,416.5 L 219.53125,418.4375 L 220.0625,419.5 L 222.53125,418.4375 L 227.65625,418.4375 L 229.09375,417.5625 L 230.84375,417.5625 L 232.78125,419.875 L 237.21875,418.625 L 238.4375,416.6875 L 236.6875,415.78125 L 237.90625,415.28125 L 238.28125,413.5 L 240.21875,413.6875 L 241.28125,414.90625 L 242.15625,413.5 L 245,412.4375 L 246.28125,413.03125 L 247.28125,411.375 L 245.53125,409.4375 L 248.875,409.4375 L 249.9375,407.5 L 252.25,405.375 L 249.9375,405.375 L 250.65625,402.375 L 256.65625,401.65625 L 258.96875,400.25 L 261.78125,399.1875 L 262.6875,398.28125 L 261.59375,395.46875 L 263.1875,392.28125 L 260.375,392.09375 L 260.03125,387.6875 L 255.78125,389.625 L 252.9375,388.9375 L 251.1875,391.0625 L 248.1875,390.6875 L 247.65625,394.21875 L 246.21875,394.21875 L 245.34375,392.28125 L 244.8125,391.40625 L 243.21875,391.5625 L 240.21875,394.75 L 236.5,394.59375 L 235.96875,392.28125 L 235.96875,390.53125 L 235.625,390.15625 L 234.375,391.5625 L 232.78125,391.5625 L 231.03125,389.625 L 229.4375,389.625 L 228.375,387.5 L 229.78125,385.90625 L 229.625,384.875 L 227.125,384.96875 L 227.4375,385.65625 L 223.125,386.4375 L 220.1875,384.6875 z " id="path5292"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 294.6875,353.375 L 289.15625,358.09375 L 289.15625,362.78125 L 287.78125,362.78125 L 287.21875,367.1875 L 285.84375,367.75 L 284.75,370.21875 L 278.65625,370.21875 L 278.125,369.40625 L 275.34375,369.40625 L 273.6875,372.15625 L 273.09375,372.09375 L 272.75,373.1875 L 271.5,374.59375 L 267.96875,374.59375 L 267.25,375.5 L 265.5,375.3125 L 262.3125,378.84375 L 261.25,378.5 L 258.96875,380.4375 L 259.65625,383.96875 L 261.4375,386.625 L 260.0625,388.0625 L 260.375,392.09375 L 263.1875,392.28125 L 261.59375,395.46875 L 262.84375,398.65625 L 264.4375,397.75 L 265.15625,399.34375 L 267.4375,397.0625 L 270.8125,396.875 L 274.15625,399.34375 L 280,400.40625 L 282.125,404.125 L 285.125,405.53125 L 286.71875,409.59375 L 286.53125,411.1875 L 288.46875,414.75 L 288.46875,416.6875 L 292,421.28125 L 295.375,423.03125 L 297.5,422.5 L 298.5625,421.09375 L 300.15625,421.46875 L 303.8125,423.8125 L 303.84375,423.8125 L 305.46875,423.8125 L 308.78125,423.8125 L 308.5,418.03125 L 308.5,416.09375 L 310.15625,416.09375 L 313.1875,417.75 L 316.21875,417.75 L 315.6875,414.4375 L 317.34375,413.03125 L 320.65625,412.5 L 320.65625,409.71875 L 324.25,408.0625 L 323.40625,404.21875 L 320.375,404.21875 L 317.625,403.65625 L 317.0625,401.4375 L 319.28125,400.90625 L 319.28125,398.125 L 321.46875,396.1875 L 319.8125,395.375 L 315.125,396.1875 L 315.40625,394 L 312.09375,392.59375 L 311.25,385.96875 L 311.25,381.28125 L 308.5,379.34375 L 308.78125,375.46875 L 302.96875,368.3125 L 302.40625,362.78125 L 300.5,362.78125 L 299.65625,357.25 L 295.78125,357.8125 L 295.25,354.21875 L 294.6875,353.375 z " id="departement12" inkscape:label="#path5299"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 270.8125,396.875 L 267.4375,397.0625 L 265.15625,399.34375 L 264.4375,397.75 L 262.84375,398.65625 L 262.6875,398.28125 L 261.78125,399.1875 L 258.96875,400.25 L 256.65625,401.65625 L 250.65625,402.375 L 249.9375,405.375 L 252.25,405.375 L 249.9375,407.5 L 248.875,409.4375 L 245.53125,409.4375 L 247.28125,411.375 L 246.28125,413.03125 L 246.59375,413.15625 L 247.46875,415.78125 L 249.59375,418.28125 L 250.125,418.625 L 250.28125,421.09375 L 252.0625,423.9375 L 253.46875,425.53125 L 253.46875,427.46875 L 252.0625,428 L 253.125,429.59375 L 257.71875,431.53125 L 258.59375,432.78125 L 260.90625,435.59375 L 263.5625,436.3125 L 265.6875,435.9375 L 265.6875,438.4375 L 265.625,439.71875 L 266.78125,439.5625 L 266.5,440.9375 L 270.375,440.9375 L 273.96875,442.0625 L 274.25,438.46875 L 275.90625,438.46875 L 281.96875,439.5625 L 287.78125,439.5625 L 292.1875,438.1875 L 293.3125,434.59375 L 290.28125,431.8125 L 291.09375,429.0625 L 292.75,426.59375 L 295.5,428.5 L 302.6875,426.03125 L 303.8125,423.8125 L 300.15625,421.46875 L 298.5625,421.09375 L 297.5,422.5 L 295.375,423.03125 L 292,421.28125 L 288.46875,416.6875 L 288.46875,414.75 L 286.53125,411.1875 L 286.71875,409.59375 L 285.125,405.53125 L 282.125,404.125 L 280,400.40625 L 274.15625,399.34375 L 270.8125,396.875 z " id="departement81" inkscape:label="#path5306"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 383.28125,262.59375 L 381.125,262.8125 L 379.75,265.34375 L 376.0625,279.78125 L 375.53125,280.96875 L 375.15625,285.53125 L 374.09375,287 L 374.09375,293.59375 L 373.46875,295.09375 L 377.28125,297.40625 L 378.78125,297.625 L 381.125,299.75 L 381.53125,303.15625 L 384.09375,302.3125 L 388.0625,303.46875 L 388.125,302.71875 L 390.03125,302.71875 L 392.78125,305.28125 L 395.34375,304 L 396.625,300.1875 L 397.90625,298.6875 L 399.59375,298.90625 L 401.28125,300.40625 L 402.15625,303.15625 L 410,312.71875 L 412.34375,311.03125 L 412.75,307.40625 L 415.3125,306.96875 L 415.3125,300.59375 L 416.59375,299.53125 L 417,293.8125 L 417.5,294.21875 L 417.4375,292.125 L 416.375,290.1875 L 416.8125,284.6875 L 418.71875,285.75 L 419.78125,283.8125 L 421.6875,283.1875 L 423.65625,281.625 L 421.53125,281.625 L 421.53125,277.90625 L 423.875,276.53125 L 427.375,276.15625 L 427.59375,274.1875 L 426.40625,273.40625 L 429.34375,269.6875 L 428.9375,268.53125 L 425.59375,266.75 L 417.46875,275.6875 L 411.8125,275.6875 L 411.8125,273.34375 L 408.6875,271.78125 L 404.96875,275.875 L 402.03125,276.28125 L 402.03125,273.53125 L 399.5,272.375 L 395.59375,266.90625 L 392.0625,265.53125 L 390.90625,263 L 388.9375,262.59375 L 387,263.96875 L 385.4375,264.375 L 383.28125,262.59375 z " id="departement01" inkscape:label="#path7075"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 397.90625,298.6875 L 396.625,300.1875 L 395.34375,304 L 392.78125,305.28125 L 390.03125,302.71875 L 388.125,302.71875 L 387.90625,305.5 L 390.6875,307.84375 L 386.4375,313.34375 L 380.90625,314.625 L 376.65625,316.125 L 379.40625,318.875 L 380.0625,320.15625 L 375.8125,322.28125 L 375.375,328.4375 L 375.25,328.5 L 376.4375,330.96875 L 379.84375,332.03125 L 382.1875,331.1875 L 384.9375,329.28125 L 388.5625,332.25 L 391.53125,332.25 L 393.65625,335.21875 L 392.78125,337.34375 L 393.21875,340.34375 L 392.15625,343.3125 L 392.59375,344.375 L 394.0625,343.9375 L 397.46875,345 L 401.9375,346.28125 L 403.84375,345 L 404.6875,343.53125 L 405.34375,343.53125 L 405.53125,359.4375 L 406.59375,360.5 L 409.375,360.5 L 411.90625,362 L 413.8125,363.5 L 415.75,363.6875 L 417,364.75 L 420.53125,365.15625 L 420.78125,364.5625 L 419.21875,363.78125 L 419.21875,361.4375 L 424.09375,361.4375 L 425.65625,359.875 L 424.6875,358.125 L 427.21875,356.15625 L 429,356.9375 L 431.53125,354.78125 L 436,355.5625 L 437.5625,353.8125 L 441.28125,354 L 441.28125,349.71875 L 439.71875,348.9375 L 438.9375,346.40625 L 434.84375,346 L 434.25,345.03125 L 435.03125,340.9375 L 436.40625,339.75 L 435.28125,338.21875 L 433.15625,336.9375 L 431.875,338.21875 L 432.3125,336.5 L 432.3125,334.8125 L 430.59375,333.09375 L 431.46875,329.0625 L 433.375,328 L 433.15625,325.25 L 429.125,321.21875 L 427.625,321.21875 L 426.5625,322.6875 L 424.03125,319.3125 L 422.53125,319.5 L 421.25,322.28125 L 422.125,323.96875 L 421.46875,324.625 L 419.78125,323.34375 L 414.875,322.28125 L 412.5625,318.03125 L 412.5625,316.3125 L 410.21875,313.78125 L 409.96875,312.6875 L 402.15625,303.15625 L 401.28125,300.40625 L 399.59375,298.90625 L 397.90625,298.6875 z " id="departement38" inkscape:label="#path7953"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 446.125,266.1875 L 441.65625,266.96875 L 437.34375,270.46875 L 436.1875,268.71875 L 434.03125,268.90625 L 432.0625,273.21875 L 432.28125,274.96875 L 434.40625,276.71875 L 430.5,279.28125 L 427.96875,281.625 L 423.65625,281.625 L 421.6875,283.1875 L 419.78125,283.8125 L 418.71875,285.75 L 416.8125,284.6875 L 416.375,290.1875 L 417.4375,292.125 L 417.5,294.21875 L 419.125,295.5 L 419.125,301.03125 L 422.96875,301.65625 L 424.4375,304.4375 L 427.84375,304.84375 L 428.46875,303.59375 L 430.1875,303.59375 L 433.15625,306.78125 L 434.21875,307.84375 L 437.625,307.1875 L 438.46875,305.5 L 439.3125,302.09375 L 441.21875,300.59375 L 442.71875,296.15625 L 444.625,294.875 L 446.125,295.28125 L 446.53125,296.5625 L 445.46875,297.84375 L 447.375,300.1875 L 450.5625,300.1875 L 452.5,303.375 L 452.0625,304.4375 L 453.96875,303.15625 L 455.46875,301.46875 L 456.78125,301.625 L 456.875,298.21875 L 463.53125,295.46875 L 464.3125,293.53125 L 463.90625,289.21875 L 459.625,284.75 L 458.25,285.53125 L 458.25,283.75 L 458.25,280.84375 L 454.53125,279.0625 L 454.34375,277.5 L 456.5,275.15625 L 456.5,272.4375 L 452.96875,268.71875 L 452.78125,266.1875 L 446.125,266.1875 z " id="departement74" inkscape:label="#path7960"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 339.53125,278.03125 L 336,278.625 L 335.4375,280.78125 L 336.8125,283.5 L 337.1875,294.625 L 332.5,294.84375 L 332.3125,296.59375 L 335.4375,299.125 L 333.6875,300.875 L 333.09375,305.1875 L 335.4375,308.3125 L 337.5625,313.375 L 342.65625,316.71875 L 344.40625,323.15625 L 340.6875,326.65625 L 341.28125,329 L 346.75,330.78125 L 351.0625,327.25 L 353.1875,327.0625 L 359.4375,329.78125 L 359.0625,333.5 L 362.1875,333.3125 L 364.65625,336.15625 L 366.46875,335.65625 L 369.84375,335.03125 L 370.71875,331.1875 L 375.375,328.4375 L 375.8125,322.28125 L 375.96875,322.1875 L 373.6875,321.84375 L 371.5625,322.6875 L 369.84375,321.625 L 371.96875,319.09375 L 371.34375,317.1875 L 364.75,316.125 L 359.21875,311.03125 L 359.21875,309.3125 L 360.5,308.25 L 360.5,306.78125 L 359.03125,305.90625 L 360.28125,304 L 360.28125,301.25 L 357.75,298.90625 L 357.75,296.5625 L 356.03125,294.875 L 356.03125,292.96875 L 355.1875,289.78125 L 356.46875,288.5 L 356.6875,284.6875 L 360.71875,284.6875 L 361.78125,283.40625 L 360.5,281.28125 L 360.5,279.375 L 359.4375,278.53125 L 358.6875,282.53125 L 356.53125,282.53125 L 354.96875,284.09375 L 353.78125,282.90625 L 347.53125,281.9375 L 345.1875,283.3125 L 343.625,283.3125 L 343.25,281.9375 L 340.3125,281.34375 L 340.125,278.21875 L 339.53125,278.03125 z " id="departement42" inkscape:label="#path7964"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 371.75,275.3125 L 369.625,275.5 L 367.84375,277.25 L 366.6875,275.6875 L 364.9375,277.25 L 362.5625,275.6875 L 360.625,275.6875 L 359.84375,276.28125 L 359.4375,278.53125 L 360.5,279.375 L 360.5,281.28125 L 361.78125,283.40625 L 360.71875,284.6875 L 356.6875,284.6875 L 356.46875,288.5 L 355.1875,289.78125 L 356.03125,292.96875 L 356.03125,294.875 L 357.75,296.5625 L 357.75,298.90625 L 360.28125,301.25 L 360.28125,304 L 359.03125,305.90625 L 360.5,306.78125 L 360.5,308.25 L 359.21875,309.3125 L 359.21875,311.03125 L 364.75,316.125 L 371.34375,317.1875 L 371.96875,319.09375 L 369.84375,321.625 L 371.5625,322.6875 L 373.6875,321.84375 L 375.96875,322.1875 L 380.0625,320.15625 L 379.40625,318.875 L 376.65625,316.125 L 380.90625,314.625 L 386.4375,313.34375 L 390.6875,307.84375 L 387.90625,305.5 L 388.0625,303.46875 L 384.09375,302.3125 L 381.53125,303.15625 L 381.125,299.75 L 378.78125,297.625 L 377.28125,297.40625 L 373.46875,295.09375 L 374.09375,293.59375 L 374.09375,287 L 375.15625,285.53125 L 375.53125,280.96875 L 374.875,282.53125 L 373.5,282.34375 L 372.75,278.4375 L 371.75,275.3125 z " id="departement69" inkscape:label="#path7971"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 417,293.8125 L 416.59375,299.53125 L 415.3125,300.59375 L 415.3125,306.96875 L 412.75,307.40625 L 412.34375,311.03125 L 410,312.71875 L 409.96875,312.6875 L 410.21875,313.78125 L 412.5625,316.3125 L 412.5625,318.03125 L 414.875,322.28125 L 419.78125,323.34375 L 421.46875,324.625 L 422.125,323.96875 L 421.25,322.28125 L 422.53125,319.5 L 424.03125,319.3125 L 426.5625,322.6875 L 427.625,321.21875 L 429.125,321.21875 L 433.15625,325.25 L 433.375,328 L 431.46875,329.0625 L 430.59375,333.09375 L 432.3125,334.8125 L 432.3125,336.5 L 431.875,338.21875 L 433.15625,336.9375 L 435.28125,338.21875 L 436.40625,339.75 L 439.9375,339.375 L 441.09375,340.53125 L 441.6875,343.28125 L 445.1875,342.875 L 445.59375,339.9375 L 447.34375,339.15625 L 451.09375,339.34375 L 451.03125,339.21875 L 456.875,336.875 L 459.03125,338.25 L 461.1875,338.25 L 461.375,335.90625 L 463.90625,334.53125 L 464.875,333.375 L 469.96875,331.40625 L 470.5625,328.09375 L 469.5625,326.53125 L 472.3125,321.84375 L 469.78125,320.875 L 469,318.125 L 463.71875,315 C 463.71875,315 464.03377,309.01275 463.53125,307.9375 C 463.51544,307.91055 463.48155,307.86019 463.46875,307.84375 C 463.46374,307.8383 463.44264,307.81713 463.4375,307.8125 C 463.43393,307.81272 463.4091,307.81243 463.40625,307.8125 C 463.4062,307.80552 463.40608,307.78312 463.40625,307.78125 C 463.40269,307.78137 463.37784,307.78121 463.375,307.78125 C 463.37209,307.7811 463.3467,307.78118 463.34375,307.78125 C 463.34022,307.78117 463.31534,307.78126 463.3125,307.78125 C 462.53125,307.97657 459.625,308.1875 459.625,308.1875 L 456.6875,304.84375 L 456.78125,301.625 L 455.46875,301.46875 L 453.96875,303.15625 L 452.0625,304.4375 L 452.5,303.375 L 450.5625,300.1875 L 447.375,300.1875 L 445.46875,297.84375 L 446.53125,296.5625 L 446.125,295.28125 L 444.625,294.875 L 442.71875,296.15625 L 441.21875,300.59375 L 439.3125,302.09375 L 438.46875,305.5 L 437.625,307.1875 L 434.21875,307.84375 L 433.15625,306.78125 L 430.1875,303.59375 L 428.46875,303.59375 L 427.84375,304.84375 L 424.4375,304.4375 L 422.96875,301.65625 L 419.125,301.03125 L 419.125,295.5 L 417,293.8125 z " id="departement73" inkscape:label="#path7978"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 375.25,328.5 L 370.71875,331.1875 L 369.84375,335.03125 L 366.46875,335.65625 L 364.65625,336.15625 L 364.71875,336.25 L 363.5625,340.9375 L 360.8125,342.09375 L 359.65625,344.0625 L 360.4375,346.59375 L 361,347.96875 L 358.09375,347.96875 L 357.875,351.65625 L 354.75,351.875 L 353.1875,356.75 L 348.5,356.75 L 343.4375,360.46875 L 340.625,364.9375 L 341.09375,365.53125 L 342.46875,372.71875 L 345.78125,376.3125 L 345.21875,380.4375 L 349.375,382.9375 L 349.375,388.46875 L 351.59375,387.34375 L 356.28125,390.40625 L 358.5,391.21875 L 359.03125,387.34375 L 361.8125,386.8125 L 362.625,389.84375 L 365.40625,389.5625 L 365.9375,386.53125 L 372.28125,390.09375 L 373.3125,388 L 376,387.59375 L 376.21875,383.46875 L 375.59375,382.59375 L 374.75,382.40625 L 374.75,380.90625 L 375.375,379.40625 L 374.3125,377.71875 L 374.9375,373.90625 L 377.5,370.90625 L 377.5,366.6875 L 376.4375,361.78125 L 378.34375,361.375 L 378.78125,359.25 L 380.6875,355.625 L 381.75,352.875 L 380.0625,348.625 L 379,345.21875 L 377.5,339.28125 L 377.5,331.3125 L 376.4375,330.96875 L 375.25,328.5 z " id="departement07" inkscape:label="#path7982"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 384.9375,329.28125 L 382.1875,331.1875 L 379.84375,332.03125 L 377.5,331.3125 L 377.5,339.28125 L 379,345.21875 L 380.0625,348.625 L 381.75,352.875 L 380.6875,355.625 L 378.78125,359.25 L 378.34375,361.375 L 376.4375,361.78125 L 377.5,366.6875 L 377.5,370.90625 L 374.9375,373.90625 L 374.3125,377.71875 L 375.375,379.40625 L 374.75,380.90625 L 374.75,382.40625 L 375.59375,382.59375 L 376.21875,383.46875 L 376,387.59375 L 378.59375,387.21875 L 379.75,388.59375 L 379.1875,392.5 L 379.96875,393.46875 L 382.875,390.53125 L 385.4375,390.34375 L 386,388.78125 L 382.6875,388.375 L 382.125,384.875 L 384.25,381.5625 L 387,381.34375 L 389.71875,383.90625 L 387,387.59375 L 387.78125,388.96875 L 391.6875,389.375 L 394.21875,387.21875 L 392.84375,390.15625 L 393.25,392.5 L 397.34375,392.875 L 402.8125,393.28125 L 403.59375,395.8125 L 406.53125,397.96875 L 409.0625,398.15625 L 410.8125,396.59375 L 411.8125,393.65625 L 413.375,395.03125 L 414.53125,396.40625 L 415.3125,389.15625 L 413.375,388.78125 L 412.1875,386.25 L 405.5625,384.46875 L 404.75,381.15625 L 407.125,379.59375 L 405.15625,378.21875 L 405.5625,376.46875 L 408.6875,376.65625 L 411.40625,378.03125 L 413.5625,375.5 L 411.40625,373.75 L 411.59375,371.40625 L 412.78125,367.6875 L 416.875,367.28125 L 420.1875,365.9375 L 420.53125,365.15625 L 417,364.75 L 415.75,363.6875 L 413.8125,363.5 L 411.90625,362 L 409.375,360.5 L 406.59375,360.5 L 405.53125,359.4375 L 405.34375,343.53125 L 404.6875,343.53125 L 403.84375,345 L 401.9375,346.28125 L 397.46875,345 L 394.0625,343.9375 L 392.59375,344.375 L 392.15625,343.3125 L 393.21875,340.34375 L 392.78125,337.34375 L 393.65625,335.21875 L 391.53125,332.25 L 388.5625,332.25 L 384.9375,329.28125 z " id="departement26" inkscape:label="#path7989"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 149.3125,270.625 L 146.5625,270.8125 L 140.59375,274.4375 L 142.03125,275.75 L 138.90625,278.28125 L 138.53125,280.25 L 135.59375,280.625 L 134.03125,278.875 L 130.125,278.5 L 129.71875,276.53125 L 127.375,274.96875 L 124.0625,276.15625 L 126.21875,279.28125 L 128.9375,279.28125 L 131.6875,281.03125 L 133.84375,282.78125 L 137.9375,282.59375 L 138.71875,284.34375 L 141.4375,284.9375 L 142.4375,287.65625 L 144.1875,288.4375 L 144,290.59375 L 141.65625,290.21875 L 140.875,291.375 L 142.625,293.90625 L 141.65625,298.21875 L 139.3125,298.03125 L 139.5,300.75 L 140.09375,301.71875 L 137.34375,301.71875 L 136.96875,300.15625 L 138.71875,297.8125 L 138.125,296.46875 L 137.15625,295.6875 L 136.75,291 L 133.4375,290.59375 L 130.71875,287.28125 L 130.3125,294.125 L 134.8125,297.4375 L 135.1875,301.15625 L 135.96875,305.4375 L 136.375,309.75 L 138.71875,309.53125 L 142.8125,312.875 L 145.5625,314.4375 L 145.75,316.375 L 147.90625,316.78125 L 154.15625,323.03125 L 155.625,329.78125 L 161.40625,329.78125 L 162.375,328.8125 L 162.5625,331.75 L 167.65625,332.34375 L 168.4375,338.59375 L 171.1875,338.78125 L 175.65625,343.28125 L 178,343.65625 L 180.75,342.28125 L 182.6875,343.65625 L 184.25,340.34375 L 185.8125,337.625 L 181.65625,334.8125 L 180.375,333.09375 L 178.65625,331.1875 L 174.625,331.84375 L 173.34375,331.1875 L 173.15625,330.125 L 175.28125,329.28125 L 175.28125,328.875 L 173.78125,328.4375 L 172.71875,327.59375 L 175.28125,325.46875 L 175.28125,323.96875 L 174,322.6875 L 174.84375,321.84375 L 175.28125,319.71875 L 173.78125,318.25 L 172.5,316.125 L 170.1875,314 L 168.46875,312.9375 L 169.96875,311.21875 L 169.125,311.03125 L 168.90625,306.5625 L 167.1875,305.90625 L 169.53125,304.65625 L 172.3125,304.65625 L 173.5625,303.59375 L 175.90625,303.59375 L 176.34375,304.65625 L 178.46875,304.84375 L 179.9375,304.21875 L 180.375,300.1875 L 182.0625,294.03125 L 182.125,294 L 180.59375,292.53125 L 180.15625,290.40625 L 177.40625,289.125 L 173.78125,286.59375 L 169.3125,287 L 166.5625,283.40625 L 162.53125,283.1875 L 159.34375,280.84375 L 159.34375,279.5625 L 157.21875,277.25 L 157.125,274.375 L 154.1875,272.1875 L 150.46875,273.75 L 149.3125,270.625 z " id="departement17" inkscape:label="#path7071"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 265.75,307.625 L 264.90625,309.75 L 261.71875,310.375 L 260.46875,312.5 L 258.96875,312.5 L 256.84375,311.875 L 255.34375,314.40625 L 253.03125,314.625 L 251.53125,317.375 L 249.625,317.375 L 248.125,318.875 L 244.3125,318.4375 L 243.03125,320.5625 L 241.5625,320.375 L 239,323.5625 L 236.65625,322.6875 L 235.5625,324.90625 L 236.40625,327.0625 L 238.5625,328.8125 L 234.65625,332.34375 L 234.65625,335.0625 L 236.21875,335.84375 L 234.65625,337.8125 L 236.8125,339.5625 L 235.25,341.5 L 237,342.6875 L 241.28125,342.5 L 241.09375,346.78125 L 242.71875,349.34375 L 243.3125,349.25 L 247.46875,347.3125 L 252.4375,349.53125 L 256.28125,355.03125 L 258.5,354.75 L 261.8125,351.4375 L 262.90625,353.375 L 265.125,351.1875 L 268.15625,352 L 268.25,352.65625 L 270.78125,350.875 L 270,348.9375 L 268.8125,347.75 L 270.375,345.8125 L 271.9375,345.8125 L 272.9375,342.6875 L 273.71875,341.125 L 273.125,337.59375 L 275.65625,334.09375 L 279.1875,331.9375 L 279.375,326.46875 L 281.125,327.4375 L 283.09375,329.59375 L 285.03125,329.59375 L 286.21875,328.21875 L 285.25,325.875 L 286.21875,322.375 L 285.625,319.0625 L 284.4375,317.6875 L 284.4375,314.9375 L 286.21875,312.03125 L 285.8125,309.28125 L 285.375,308.84375 L 283.40625,310.375 L 279.5625,310.375 L 278.3125,312.28125 L 275.96875,312.28125 L 274.0625,310.375 L 273.1875,309.09375 L 268.3125,309.09375 L 267.25,307.625 L 265.75,307.625 z " id="departement19" inkscape:label="#path7073"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 256.125,267.875 L 254.96875,271 L 251.4375,270.8125 L 250.65625,270.40625 L 248.3125,270.625 L 246.5625,269.4375 L 243.1875,273.3125 L 243.25,276.1875 L 240.90625,280.84375 L 241.34375,283.1875 L 243.875,283.8125 L 245.59375,288.0625 L 247.28125,289.78125 L 246.65625,297.84375 L 250.25,296.78125 L 251.75,298.6875 L 249.40625,300.59375 L 249.40625,302.53125 L 251.3125,302.71875 L 254.71875,302.53125 L 255.78125,301.03125 L 256.625,301.03125 L 256.21875,303.59375 L 258.96875,304.84375 L 261.53125,306.5625 L 261.53125,307.625 L 260.03125,307.625 L 260.46875,310.15625 L 261.46875,310.78125 L 261.71875,310.375 L 264.90625,309.75 L 265.75,307.625 L 267.25,307.625 L 268.3125,309.09375 L 273.1875,309.09375 L 274.0625,310.375 L 275.96875,312.28125 L 278.3125,312.28125 L 279.5625,310.375 L 283.40625,310.375 L 285.375,308.84375 L 281.3125,304.78125 L 280.9375,303.03125 L 284.65625,300.875 L 286.8125,299.71875 L 287.375,296.96875 L 289.71875,295.21875 L 288.9375,291.5 L 287.375,289.5625 L 287,283.5 L 284.84375,278.4375 L 282.6875,277.65625 L 281.125,274.90625 L 279.75,276.65625 L 278.40625,274.90625 L 278.40625,272.5625 L 276.0625,269.25 L 269.625,270.03125 L 265.90625,269.0625 L 256.125,267.875 z " id="departement23" inkscape:label="#path8877"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 239.53125,270.8125 L 237.78125,272.5625 L 232.875,272.1875 L 232.3125,272.0625 L 228.59375,272.75 L 226.4375,274.53125 L 226.4375,276.875 L 222.15625,277.0625 L 219.625,280 L 218.0625,281.15625 L 219.40625,282.71875 L 219.21875,288 L 218.25,289.75 L 219.8125,291.5 L 222.53125,291.71875 L 223.125,294.4375 L 223.3125,296.1875 L 219.8125,296.96875 L 218.0625,297.5625 L 218.4375,302.4375 L 216.09375,304 L 214.125,304.59375 L 213.15625,307.34375 L 211.59375,307.53125 L 210.9375,310.5 L 215.5,310.65625 L 216.5,312.59375 L 215.6875,314.75 L 217.46875,317.09375 L 218.8125,316.71875 L 220.1875,314.75 L 226.4375,315.34375 L 227.4375,319.25 L 231.71875,319.84375 L 232.6875,321.1875 L 229.75,322.5625 L 231.125,323.53125 L 235.25,324.125 L 235.5625,324.90625 L 236.65625,322.6875 L 239,323.5625 L 241.5625,320.375 L 243.03125,320.5625 L 244.3125,318.4375 L 248.125,318.875 L 249.625,317.375 L 251.53125,317.375 L 253.03125,314.625 L 255.34375,314.40625 L 256.84375,311.875 L 258.96875,312.5 L 260.46875,312.5 L 261.46875,310.78125 L 260.46875,310.15625 L 260.03125,307.625 L 261.53125,307.625 L 261.53125,306.5625 L 258.96875,304.84375 L 256.21875,303.59375 L 256.625,301.03125 L 255.78125,301.03125 L 254.71875,302.53125 L 251.3125,302.71875 L 249.40625,302.53125 L 249.40625,300.59375 L 251.75,298.6875 L 250.25,296.78125 L 246.65625,297.84375 L 247.28125,289.78125 L 245.59375,288.0625 L 243.875,283.8125 L 241.34375,283.1875 L 240.90625,280.84375 L 243.25,276.1875 L 243.1875,273.3125 L 242.65625,273.9375 L 239.53125,270.8125 z " id="departement87" inkscape:label="#path8884"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 188.75,225.6875 L 185.03125,229.59375 L 184.09375,231.21875 L 184.40625,236.03125 L 186.09375,235.8125 L 186.3125,237.9375 L 186.96875,241.34375 L 188.03125,243.6875 L 186.75,245.15625 L 187.375,246.21875 L 186.53125,247.71875 L 186.53125,248.34375 L 188.03125,250.0625 L 188.03125,251.125 L 187.375,252.8125 L 185.25,256 L 187.375,256.84375 L 188.03125,258.34375 L 187.15625,260.65625 L 186.96875,261.71875 L 185.6875,263.84375 L 185.6875,265.34375 L 186.53125,265.5625 L 186.53125,270.03125 L 188.03125,271.09375 L 187.375,272.5625 L 187.59375,273.84375 L 189.28125,275.75 L 190.15625,274.46875 L 190.15625,273.40625 L 191.84375,272.5625 L 193.125,273.40625 L 193.125,276.59375 L 191.84375,278.09375 L 190.78125,280.625 L 192.25,282.96875 L 195.25,283.8125 L 194.59375,285.75 L 191.8125,286.21875 L 194.375,289.34375 L 197.78125,289.125 L 200.75,288.0625 L 203.75,289.78125 L 204.8125,288.9375 L 204.59375,286.15625 L 206.28125,284.875 L 207.78125,287.4375 L 209.03125,288.71875 L 212.65625,287.21875 L 214.15625,285.53125 L 217.53125,285.53125 L 219.28125,286.40625 L 219.40625,282.71875 L 218.0625,281.15625 L 219.625,280 L 222.15625,277.0625 L 226.4375,276.875 L 226.4375,274.53125 L 228.59375,272.75 L 233.875,271.78125 L 234.25,268.84375 L 232.125,267.6875 L 230.9375,263.59375 L 227.8125,263.1875 L 225.875,261.25 L 222.15625,258.3125 L 222.9375,255.96875 L 222.9375,252.25 L 219.40625,248.75 L 219.03125,246 L 215.6875,242.5 L 214.53125,237.8125 L 213.15625,237.21875 L 211.59375,235.0625 L 210.03125,236.03125 L 210.4375,238.1875 L 205.34375,239.375 L 199.5,239.375 L 199.6875,237.03125 L 199.6875,233.3125 L 195,231.9375 L 195,229.59375 L 191.28125,228.8125 L 190.5,225.6875 L 188.75,225.6875 z " id="departement86" inkscape:label="#path8891"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 206.28125,284.875 L 204.59375,286.15625 L 204.8125,288.9375 L 203.75,289.78125 L 200.75,288.0625 L 197.78125,289.125 L 194.375,289.34375 L 191.8125,286.21875 L 191,286.375 L 187.59375,288.0625 L 185.03125,288.71875 L 185.03125,290.1875 L 183.5625,291.90625 L 183.96875,292.96875 L 182.0625,294.03125 L 180.375,300.1875 L 179.9375,304.21875 L 178.46875,304.84375 L 176.34375,304.65625 L 175.90625,303.59375 L 173.5625,303.59375 L 172.3125,304.65625 L 169.53125,304.65625 L 167.1875,305.90625 L 168.90625,306.5625 L 169.125,311.03125 L 169.96875,311.21875 L 168.46875,312.9375 L 170.1875,314 L 172.5,316.125 L 173.78125,318.25 L 175.28125,319.71875 L 174.84375,321.84375 L 174,322.6875 L 175.28125,323.96875 L 175.28125,325.46875 L 172.71875,327.59375 L 173.78125,328.4375 L 175.28125,328.875 L 175.28125,329.28125 L 173.15625,330.125 L 173.34375,331.1875 L 174.625,331.84375 L 178.65625,331.1875 L 180.375,333.09375 L 181.65625,334.8125 L 185.8125,337.625 L 186.40625,336.625 L 190.3125,337.03125 L 192.25,335.25 L 195.78125,331.75 L 195.96875,324.90625 L 205.15625,318.65625 L 205.34375,313.96875 L 208.09375,313.59375 L 209.84375,310.46875 L 210.9375,310.5 L 211.59375,307.53125 L 213.15625,307.34375 L 214.125,304.59375 L 216.09375,304 L 218.4375,302.4375 L 218.0625,297.5625 L 219.8125,296.96875 L 223.3125,296.1875 L 223.125,294.4375 L 222.53125,291.71875 L 219.8125,291.5 L 218.25,289.75 L 219.21875,288 L 219.28125,286.40625 L 217.53125,285.53125 L 214.15625,285.53125 L 212.65625,287.21875 L 209.03125,288.71875 L 207.78125,287.4375 L 206.28125,284.875 z " id="departement16" inkscape:label="#path8898"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 181.71875,229.40625 L 176.4375,229.59375 L 171.5625,230.5625 L 166.28125,230.96875 L 166.28125,233.6875 L 163.5625,235.46875 L 157.5,234.09375 L 153.40625,235.84375 L 155.34375,238.59375 L 155.34375,240.9375 L 160.03125,244.84375 L 158.875,247.375 L 162,250.875 L 160.625,252.65625 L 162.5625,255.5625 L 163.15625,261.03125 L 162,262.59375 L 163.375,264.9375 L 162,267.5 L 162.1875,269.0625 L 163.75,267.875 L 165.6875,269.84375 L 162.96875,271.59375 L 162,272.75 L 159.84375,273.34375 L 157.3125,274.53125 L 157.125,274.375 L 157.21875,277.25 L 159.34375,279.5625 L 159.34375,280.84375 L 162.53125,283.1875 L 166.5625,283.40625 L 169.3125,287 L 173.78125,286.59375 L 177.40625,289.125 L 180.15625,290.40625 L 180.59375,292.53125 L 182.125,294 L 183.96875,292.96875 L 183.5625,291.90625 L 185.03125,290.1875 L 185.03125,288.71875 L 187.59375,288.0625 L 191,286.375 L 194.59375,285.75 L 195.25,283.8125 L 192.25,282.96875 L 190.78125,280.625 L 191.84375,278.09375 L 193.125,276.59375 L 193.125,273.40625 L 191.84375,272.5625 L 190.15625,273.40625 L 190.15625,274.46875 L 189.28125,275.75 L 187.59375,273.84375 L 187.375,272.5625 L 188.03125,271.09375 L 186.53125,270.03125 L 186.53125,265.5625 L 185.6875,265.34375 L 185.6875,263.84375 L 186.96875,261.71875 L 187.15625,260.65625 L 188.03125,258.34375 L 187.375,256.84375 L 185.25,256 L 187.375,252.8125 L 188.03125,251.125 L 188.03125,250.0625 L 186.53125,248.34375 L 186.53125,247.71875 L 187.375,246.21875 L 186.75,245.15625 L 188.03125,243.6875 L 186.96875,241.34375 L 186.3125,237.9375 L 186.09375,235.8125 L 184.40625,236.03125 L 184.09375,231.21875 L 183.6875,231.9375 L 182.3125,230.78125 L 181.71875,229.40625 z " id="departement79" inkscape:label="#path8905"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 69.78125,123.21875 L 68,124.59375 L 63.53125,125.15625 L 62.53125,126.53125 L 59.40625,124.1875 L 55.3125,126.9375 L 56.875,129.0625 L 54.15625,132.78125 L 54.03125,132.71875 L 52.90625,137.96875 L 55.3125,138.125 L 55.15625,140.21875 L 56.9375,141.34375 L 55.3125,142.96875 L 54.1875,143.78125 L 54.34375,145.6875 L 56.78125,146.5 L 54.5,147.15625 L 54.5,149.5625 L 55.96875,151.5 L 56.28125,157.15625 L 55.3125,158.125 L 56.125,161.03125 L 59.1875,161.84375 L 59.5,163.4375 L 61.4375,163.59375 L 63.0625,162.46875 L 64.03125,163.4375 L 67.75,165.0625 L 70.8125,163.4375 L 71.59375,161.84375 L 74.1875,161.65625 L 77.09375,164.25 L 79.84375,163.59375 L 82.25,166.03125 L 83.375,166.03125 L 84.5,167.46875 L 86.78125,167.46875 L 87.5625,166.34375 L 88.53125,168.4375 L 90.96875,169.40625 L 94.03125,167.46875 L 94.03125,165.375 L 96.28125,164.5625 L 97.71875,164.5625 L 99.5,167.8125 L 103.375,168.125 L 105.3125,165.6875 L 107.40625,161.1875 L 110.15625,160.21875 L 111.59375,158.125 L 113.0625,159.5625 L 116.125,158.9375 L 117.09375,150.0625 L 118.0625,146.5 L 117.09375,144.5625 L 115.46875,143.9375 L 114.375,138.03125 L 113.125,139.4375 L 109.40625,139.03125 L 109.03125,141.1875 L 106.6875,141.375 L 106.5,138.65625 L 104.53125,138.0625 L 103.15625,139.625 L 103.15625,135.71875 L 100.8125,137.46875 L 97.3125,136.875 L 96.125,139.21875 L 88.90625,143.125 L 88.90625,145.09375 L 87.34375,145.09375 L 87.34375,141.5625 L 83.25,139.625 L 83.625,136.09375 L 79.9375,133.375 L 79.9375,130.0625 L 77.1875,129.46875 L 77.375,126.34375 L 75.25,126.15625 L 75.4375,124 L 71.53125,124 L 70.9375,125.9375 L 69.78125,123.21875 z " id="departement22" inkscape:label="#path9789"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 138.53125,229.5625 L 137.40625,231.65625 L 134.1875,231.65625 L 135.46875,232.96875 L 134.5,236.1875 L 131.59375,237.15625 L 130.46875,236.34375 L 130.96875,233.125 L 130.15625,231.34375 L 128.375,231.34375 L 127.09375,232.78125 L 127.71875,237.3125 L 129.1875,239.40625 L 127.71875,241.03125 L 125,240.53125 L 120.96875,239.5625 L 119.84375,236.5 L 117.25,236.1875 L 113.875,234.71875 L 113.0625,232.78125 L 109.375,230.375 L 103.5625,237.875 L 103.375,242.5625 L 109.40625,248.40625 L 109.21875,250.15625 L 110.96875,250.15625 L 114.6875,261.3125 L 118.59375,263.25 L 122.5,267.15625 L 127,267.15625 L 128.75,271.0625 L 133.0625,271.0625 L 135,274 L 139.3125,276.15625 L 139.5,273.40625 L 140.59375,274.4375 L 146.5625,270.8125 L 149.3125,270.625 L 150.46875,273.75 L 154.1875,272.1875 L 157.3125,274.53125 L 159.84375,273.34375 L 162,272.75 L 162.96875,271.59375 L 165.6875,269.84375 L 163.75,267.875 L 162.1875,269.0625 L 162,267.5 L 163.375,264.9375 L 162,262.59375 L 163.15625,261.03125 L 162.5625,255.5625 L 160.625,252.65625 L 162,250.875 L 158.875,247.375 L 160.03125,244.84375 L 155.34375,240.9375 L 155.34375,238.59375 L 153.40625,235.84375 L 153.78125,235.6875 L 151.125,233.4375 L 146.125,233.4375 L 144.5,232.46875 L 142.25,232.15625 L 139.65625,229.71875 L 138.53125,229.5625 z " id="departement85" inkscape:label="#path9791"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 119.5625,77.5 L 118.78125,79.46875 L 122.90625,82.78125 L 122.90625,87.09375 L 121.34375,89.03125 L 122.3125,90 L 122.90625,90.40625 L 122.5,94.125 L 123.875,97.25 L 128.375,102.3125 L 129.34375,106.8125 L 130.3125,108.1875 L 130.3125,115.21875 L 132.65625,119.90625 L 132.65625,125.375 L 130.125,130.4375 L 132.84375,137.46875 L 137.15625,138.4375 L 137.53125,140.40625 L 135.40625,141.375 L 131.71875,141.375 L 132.3125,143.84375 L 133.46875,147.5625 L 136.8125,150.5 L 138.375,150.875 L 139.9375,148.75 L 141.6875,148.53125 L 143.8125,146 L 145.78125,147.5625 L 148.125,147.5625 L 149.6875,148.34375 L 149.6875,148.71875 L 153,149.125 L 154.96875,147.5625 L 157.875,148.75 L 157.9375,148.875 L 161.28125,146.03125 L 162.40625,142.3125 L 162.09375,140.6875 L 162.5625,138.78125 L 160.625,136.84375 L 155.625,133.59375 L 151.9375,133.28125 L 148.21875,128.59375 L 151.28125,127.46875 L 152.5625,125.0625 L 150.96875,123.59375 L 152.40625,122.3125 L 153.84375,123.4375 L 156.4375,121.84375 L 158.0625,119.25 L 158.6875,116.6875 L 157.5625,114.40625 L 158.21875,113.59375 L 156.75,111.1875 L 158.375,109.09375 L 157.09375,107.46875 L 155.46875,109.5625 L 153.21875,108.28125 L 149.5,104.5625 L 149.34375,102.96875 L 150.46875,101.84375 L 150.125,99.6875 L 148.28125,100.15625 L 148.09375,95.46875 L 143,89.4375 L 144.5625,85.53125 L 146.71875,85.53125 L 144.78125,80.25 L 136.375,79.84375 L 131.875,82.96875 L 126.8125,79.65625 L 119.5625,77.5 z " id="departement50" inkscape:label="#path9793"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 56,160.59375 L 52.75,162.15625 L 50.46875,162.15625 L 48.0625,164.09375 L 48.21875,165.53125 L 49.65625,169.25 L 50.46875,172.15625 L 55.46875,172.96875 L 57.90625,174.90625 L 58.875,173.75 L 60.46875,175.875 L 59.65625,176.84375 L 59.5,179.71875 L 58.0625,179.71875 L 56.9375,181.5 L 54.65625,181.5 L 53.71875,185.34375 L 55.90625,188.84375 L 59.03125,189.625 L 60.1875,187.875 L 59.625,190 L 62.34375,191.1875 L 65.875,194.6875 L 67.03125,196.84375 L 66.65625,199.375 L 66.25,201.9375 L 68.59375,203.6875 L 69.78125,202.3125 L 68.59375,200.75 L 68.59375,197.25 L 70.9375,197.8125 L 71.71875,195.46875 L 72.3125,196.84375 L 74.84375,199 L 76.03125,197.03125 L 74.84375,194.3125 L 77,197.25 L 79.71875,196.84375 L 79.15625,195.46875 L 81.6875,196.0625 L 83.625,198.40625 L 82.65625,199.96875 L 80.125,199.1875 L 77.1875,197.8125 L 75.625,199.78125 L 77.96875,200.5625 L 79.71875,203.28125 L 90.28125,202.3125 L 93,202.90625 L 91.65625,204.0625 L 91.84375,205.84375 L 92.21875,206.125 L 93.0625,205.96875 L 94.8125,204.21875 L 95.96875,205.5625 L 99.09375,205.5625 L 102.8125,203.625 L 108.28125,201.46875 L 108.46875,196 L 109.625,195.375 L 107.5625,191.5 L 109.34375,190.0625 L 109.03125,189.09375 L 107.90625,188.4375 L 109.65625,187.625 L 111.28125,185.6875 L 111.125,183.75 L 109.03125,183.75 L 108.53125,181.84375 L 110,179.90625 L 108.375,177 L 105.96875,175.53125 L 103.21875,175.53125 L 102.25,175.21875 L 102.25,173.9375 L 103.6875,172.625 L 104.5,169.40625 L 104.03125,167.3125 L 103.375,168.125 L 99.5,167.8125 L 97.71875,164.5625 L 96.28125,164.5625 L 94.03125,165.375 L 94.03125,167.46875 L 90.96875,169.40625 L 88.53125,168.4375 L 87.5625,166.34375 L 86.78125,167.46875 L 84.5,167.46875 L 83.375,166.03125 L 82.25,166.03125 L 79.84375,163.59375 L 77.09375,164.25 L 74.1875,161.65625 L 71.59375,161.84375 L 70.8125,163.4375 L 67.75,165.0625 L 64.03125,163.4375 L 63.0625,162.46875 L 61.4375,163.59375 L 59.5,163.4375 L 59.1875,161.84375 L 56.125,161.03125 L 56,160.59375 z " id="departement56" inkscape:label="#path10671"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 40.65625,129.0625 L 38.53125,131.40625 L 36.1875,130.4375 L 31.875,130.84375 L 31.09375,132.78125 L 28.5625,133.375 L 28.15625,131.21875 L 23.6875,131.8125 L 23.6875,133.1875 L 20.5625,133.375 L 19.1875,132.40625 L 17.625,133.1875 L 17.21875,135.53125 L 11.96875,135.71875 L 9.21875,139.03125 L 11.5625,140.78125 L 8.4375,143.34375 L 9.40625,145.09375 L 8.625,149.375 L 11.75,149.78125 L 12.9375,148.59375 L 13.53125,149.375 L 20.9375,148.40625 L 25.8125,144.90625 L 21.53125,149 L 21.90625,150.9375 L 25.8125,149.1875 L 25.03125,151.9375 L 29.34375,152.125 L 29.15625,153.28125 L 24.46875,153.09375 L 20.75,152.125 L 16.25,149.96875 L 13.53125,153.09375 L 17.03125,154.28125 L 16.84375,159.53125 L 17.8125,158.75 L 19.96875,155.4375 L 24.0625,157.78125 L 26.03125,158.1875 L 26.8125,161.3125 L 25.625,163.4375 L 23.09375,163.25 L 20.75,163.25 L 16.84375,163.84375 L 10.1875,164.21875 L 8.84375,166 L 10.78125,167.15625 L 12.9375,166.96875 L 14.6875,168.53125 L 17.21875,168.34375 L 21.34375,173.03125 L 22.3125,178.09375 L 20.9375,180.84375 L 25.03125,181.625 L 29.53125,181.40625 L 30.5,179.65625 L 28.75,177.3125 L 30.5,178.09375 L 32.28125,177.90625 L 35.40625,179.65625 L 37.34375,179.28125 L 37.34375,175.9375 L 38.125,179.28125 L 40.65625,183.375 L 46.125,183.75 L 46.34375,182.59375 L 47.6875,184.53125 L 51.03125,185.125 L 53.5625,185.125 L 53.71875,185.34375 L 54.65625,181.5 L 56.9375,181.5 L 58.0625,179.71875 L 59.5,179.71875 L 59.65625,176.84375 L 60.46875,175.875 L 58.875,173.75 L 57.90625,174.90625 L 55.46875,172.96875 L 50.46875,172.15625 L 49.65625,169.25 L 48.21875,165.53125 L 48.0625,164.09375 L 50.46875,162.15625 L 52.75,162.15625 L 56,160.59375 L 55.3125,158.125 L 56.28125,157.15625 L 55.96875,151.5 L 54.5,149.5625 L 54.5,147.15625 L 56.78125,146.5 L 54.34375,145.6875 L 54.1875,143.78125 L 55.3125,142.96875 L 56.9375,141.34375 L 55.15625,140.21875 L 55.3125,138.125 L 52.90625,137.96875 L 54.03125,132.71875 L 50.8125,130.84375 L 45.34375,131.03125 L 45.34375,134.9375 L 43.78125,134.9375 L 43.40625,133.1875 L 41.0625,133.5625 L 40.65625,129.0625 z " id="departement29" inkscape:label="#path10678"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 116.25,135.90625 L 114.375,138.03125 L 115.46875,143.9375 L 117.09375,144.5625 L 118.0625,146.5 L 117.09375,150.0625 L 116.125,158.9375 L 113.0625,159.5625 L 111.59375,158.125 L 110.15625,160.21875 L 107.40625,161.1875 L 105.3125,165.6875 L 104.03125,167.3125 L 104.5,169.40625 L 103.6875,172.625 L 102.25,173.9375 L 102.25,175.21875 L 103.21875,175.53125 L 105.96875,175.53125 L 108.375,177 L 110,179.90625 L 108.53125,181.84375 L 109.03125,183.75 L 111.125,183.75 L 111.28125,185.6875 L 109.65625,187.625 L 107.90625,188.4375 L 109.03125,189.09375 L 109.34375,190.0625 L 107.5625,191.5 L 109.625,195.375 L 113.5625,193.28125 L 125.65625,192.6875 L 126.4375,190.53125 L 128.40625,188.59375 L 132.6875,188 L 132.875,185.84375 L 135.8125,186.25 L 137.5625,188.59375 L 141.5,189.5625 L 142.25,188 L 143.25,184.46875 L 145.78125,178.21875 L 147.15625,177.4375 L 150.46875,177.84375 L 150.46875,172.5625 L 149.09375,171.1875 L 149.09375,165.53125 L 148.5,163.59375 L 148.5,160.46875 L 150.46875,158.5 L 150.46875,154.59375 L 149.5,153.8125 L 149.6875,148.34375 L 148.125,147.5625 L 145.78125,147.5625 L 143.8125,146 L 141.6875,148.53125 L 139.9375,148.75 L 138.375,150.875 L 136.8125,150.5 L 133.46875,147.5625 L 132.3125,143.84375 L 131.71875,141.375 L 122.125,141.375 L 118.59375,139.21875 L 120.9375,136.09375 L 116.25,135.90625 z " id="departement35" inkscape:label="#path10682"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 132.875,185.84375 L 132.6875,188 L 128.40625,188.59375 L 126.4375,190.53125 L 125.65625,192.6875 L 113.5625,193.28125 L 108.46875,196 L 108.28125,201.46875 L 102.8125,203.625 L 99.09375,205.5625 L 95.96875,205.5625 L 94.8125,204.21875 L 93.0625,205.96875 L 92.21875,206.125 L 93.21875,206.8125 L 89.5,210.125 L 90.28125,210.90625 L 91.0625,212.46875 L 89.09375,215.21875 L 91.25,216.375 L 94.96875,217.15625 L 95.34375,215.59375 L 97.5,218.34375 L 101.03125,218.34375 L 103.5625,215.59375 L 106.875,215.59375 L 103.375,217.34375 L 103.5625,219.3125 L 104.34375,221.0625 L 102.1875,223.21875 L 99.84375,223.21875 L 100.25,226.15625 L 104.53125,225.375 L 109.625,230.0625 L 109.375,230.375 L 113.0625,232.78125 L 113.875,234.71875 L 117.25,236.1875 L 119.84375,236.5 L 120.96875,239.5625 L 125,240.53125 L 127.71875,241.03125 L 129.1875,239.40625 L 127.71875,237.3125 L 127.09375,232.78125 L 128.375,231.34375 L 130.15625,231.34375 L 130.96875,233.125 L 130.46875,236.34375 L 131.59375,237.15625 L 134.5,236.1875 L 135.46875,232.96875 L 134.1875,231.65625 L 137.40625,231.65625 L 138.53125,229.5625 L 139.65625,229.71875 L 142.25,232.15625 L 144.125,232.40625 L 144.1875,230.375 L 142.5625,228.28125 L 141.125,228.28125 L 140.625,228.4375 L 139.65625,227.96875 L 140.46875,227.15625 L 140.46875,225.6875 L 142.09375,225.21875 L 143.0625,222.96875 L 142.25,222.15625 L 142.09375,219.40625 L 140,219.40625 L 137.90625,216.8125 L 137.90625,214.90625 L 140.15625,213.75 L 144.1875,212.96875 L 150.46875,213.125 L 152.40625,211.8125 L 151.75,207.78125 L 148.84375,205.0625 L 145.3125,205.53125 L 144.34375,204.71875 L 144.1875,201.84375 L 146.75,199.5625 L 144.8125,197.15625 L 143.53125,193.75 L 141.4375,192.46875 L 141.4375,190.21875 L 141.21875,189.5 L 137.5625,188.59375 L 135.8125,186.25 L 132.875,185.84375 z " id="departement44" inkscape:label="#path10689"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 141.9375,188.6875 L 141.5,189.5625 L 141.21875,189.5 L 141.4375,190.21875 L 141.4375,192.46875 L 143.53125,193.75 L 144.8125,197.15625 L 146.75,199.5625 L 144.1875,201.84375 L 144.34375,204.71875 L 145.3125,205.53125 L 148.84375,205.0625 L 151.75,207.78125 L 152.40625,211.8125 L 150.46875,213.125 L 144.1875,212.96875 L 140.15625,213.75 L 137.90625,214.90625 L 137.90625,216.8125 L 140,219.40625 L 142.09375,219.40625 L 142.25,222.15625 L 143.0625,222.96875 L 142.09375,225.21875 L 140.46875,225.6875 L 140.46875,227.15625 L 139.65625,227.96875 L 140.625,228.4375 L 141.125,228.28125 L 142.5625,228.28125 L 144.1875,230.375 L 144.125,232.40625 L 144.5,232.46875 L 146.125,233.4375 L 151.125,233.4375 L 153.78125,235.6875 L 157.5,234.09375 L 163.5625,235.46875 L 166.28125,233.6875 L 166.28125,230.96875 L 171.5625,230.5625 L 176.4375,229.59375 L 181.71875,229.40625 L 182.3125,230.78125 L 183.6875,231.9375 L 185.03125,229.59375 L 188.75,225.6875 L 190.25,225.6875 L 192.46875,217.6875 L 195.59375,213.96875 L 195.375,209.6875 L 197.34375,207.125 L 197.34375,205.96875 L 196.375,204.78125 L 197,203.5 L 194.34375,202.46875 L 186.125,197.46875 L 178.53125,195.21875 L 175.625,195.0625 L 175.625,193.125 L 173.84375,191.65625 L 171.9375,191.65625 L 168.375,190.53125 L 166.125,192.78125 L 160.96875,192.96875 L 158.6875,191.65625 L 152.90625,189.90625 L 151.59375,191.5 L 148.375,189.40625 L 145.46875,189.40625 L 141.9375,188.6875 z " id="departement49" inkscape:label="#path10696"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 202.4375,151.875 L 197.15625,152.0625 L 191.875,156.9375 L 189.125,156.78125 L 185.46875,157.96875 L 184.34375,159.90625 L 183.84375,164.09375 L 184.1875,166.65625 L 181.28125,169.09375 L 180.46875,170.6875 L 181.125,172.15625 L 180.3125,174.09375 L 180.625,174.90625 L 177.40625,175.21875 L 176.9375,176.65625 L 178.375,180.21875 L 178.21875,181.1875 L 176.9375,182.3125 L 174.1875,182.46875 L 173.84375,183.4375 L 174.5,184.40625 L 174.5,190.21875 L 173.875,191.6875 L 175.625,193.125 L 175.625,195.0625 L 178.53125,195.21875 L 186.125,197.46875 L 194.34375,202.46875 L 197,203.5 L 198.3125,200.875 L 202.21875,203.625 L 204.375,203.625 L 203.1875,199.71875 L 205.5625,201.28125 L 206.90625,199.3125 L 212.5625,197.75 L 211.59375,195.40625 L 212.96875,193.65625 L 215.90625,192.5 L 218.625,188.96875 L 218.625,185.25 L 220.59375,185.25 L 221.375,182.53125 L 221.5625,178.4375 L 219.625,176.65625 L 221.1875,173.9375 L 223.5,171 L 220.78125,169.0625 L 218.25,168.65625 L 215.5,164.5625 L 214.71875,164.5625 L 214.53125,166.5 L 214.34375,165.15625 L 210.25,165.15625 L 208.28125,162.21875 L 204.96875,161.03125 L 204,154 L 202.4375,151.875 z " id="departement72" inkscape:label="#path10703"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 182.5,146.40625 L 180.5625,146.59375 L 179.75,148.53125 L 176.84375,149.71875 L 171.5625,148.9375 L 166.28125,152.0625 L 164.34375,150.6875 L 161.40625,152.65625 L 159.25,151.09375 L 157.875,148.75 L 154.96875,147.5625 L 153,149.125 L 149.6875,148.71875 L 149.5,153.8125 L 150.46875,154.59375 L 150.46875,158.5 L 148.5,160.46875 L 148.5,163.59375 L 149.09375,165.53125 L 149.09375,171.1875 L 150.46875,172.5625 L 150.46875,177.84375 L 147.15625,177.4375 L 145.78125,178.21875 L 143.25,184.46875 L 142.25,188 L 141.9375,188.6875 L 145.46875,189.40625 L 148.375,189.40625 L 151.59375,191.5 L 152.90625,189.90625 L 158.6875,191.65625 L 160.96875,192.96875 L 166.125,192.78125 L 168.375,190.53125 L 171.9375,191.65625 L 173.84375,191.65625 L 173.875,191.6875 L 174.5,190.21875 L 174.5,184.40625 L 173.84375,183.4375 L 174.1875,182.46875 L 176.9375,182.3125 L 178.21875,181.1875 L 178.375,180.21875 L 176.9375,176.65625 L 177.40625,175.21875 L 180.625,174.90625 L 180.3125,174.09375 L 181.125,172.15625 L 180.46875,170.6875 L 181.28125,169.09375 L 184.1875,166.65625 L 183.84375,164.09375 L 184.34375,159.90625 L 185.46875,157.96875 L 189.125,156.78125 L 188.5625,156.75 L 187.5625,153.21875 L 185.03125,152.25 L 184.25,147.96875 L 182.5,146.40625 z " id="departement53" inkscape:label="#path10710"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 202.65625,97.78125 L 198.09375,98.59375 L 190.65625,102.90625 L 182.28125,106.21875 L 175.625,102.5 L 159.625,100.15625 L 155.90625,98.21875 L 150.125,99.6875 L 150.46875,101.84375 L 149.34375,102.96875 L 149.5,104.5625 L 153.21875,108.28125 L 155.46875,109.5625 L 157.09375,107.46875 L 158.375,109.09375 L 156.75,111.1875 L 158.21875,113.59375 L 157.5625,114.40625 L 158.6875,116.6875 L 158.0625,119.25 L 156.4375,121.84375 L 153.84375,123.4375 L 152.40625,122.3125 L 150.96875,123.59375 L 152.5625,125.0625 L 151.28125,127.46875 L 148.21875,128.59375 L 151.9375,133.28125 L 155.625,133.59375 L 158.46875,135.4375 L 162.40625,134.25 L 165.3125,130.875 L 169.34375,132 L 172.875,129.5625 L 175,128.78125 L 177.25,131.03125 L 180.96875,130.375 L 184.1875,132.15625 L 188.21875,130.875 L 191.90625,128.125 L 194.34375,125.375 L 195.96875,125.0625 L 196.4375,127.15625 L 197.71875,126.84375 L 197.875,125.375 L 201.59375,124.75 L 202.875,125.53125 L 206.84375,124.65625 L 207.5,122.75 L 207.3125,121 L 205.34375,120.21875 L 205.15625,118.84375 L 206.90625,117.6875 L 207.125,115.71875 L 205.9375,111.03125 L 203.59375,107.71875 L 205.5625,106.5625 L 205.5625,105.78125 L 203.59375,105.1875 L 202.65625,97.78125 z " id="departement14" inkscape:label="#path10717"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 206.84375,124.65625 L 202.875,125.53125 L 201.59375,124.75 L 197.875,125.375 L 197.71875,126.84375 L 196.4375,127.15625 L 195.96875,125.0625 L 194.34375,125.375 L 191.90625,128.125 L 188.21875,130.875 L 184.1875,132.15625 L 180.96875,130.375 L 177.25,131.03125 L 175,128.78125 L 172.875,129.5625 L 169.34375,132 L 165.3125,130.875 L 162.40625,134.25 L 158.46875,135.4375 L 160.625,136.84375 L 162.5625,138.78125 L 162.09375,140.6875 L 162.40625,142.3125 L 161.28125,146.03125 L 157.9375,148.875 L 159.25,151.09375 L 161.40625,152.65625 L 164.34375,150.6875 L 166.28125,152.0625 L 171.5625,148.9375 L 176.84375,149.71875 L 179.75,148.53125 L 180.5625,146.59375 L 182.5,146.40625 L 184.25,147.96875 L 185.03125,152.25 L 187.5625,153.21875 L 188.5625,156.75 L 191.875,156.9375 L 197.15625,152.0625 L 202.4375,151.875 L 204,154 L 204.96875,161.03125 L 208.28125,162.21875 L 210.25,165.15625 L 214.34375,165.15625 L 214.53125,166.5 L 214.71875,164.5625 L 215.5,164.5625 L 218.25,168.65625 L 220.375,169 L 220.375,164.375 L 219.03125,162.59375 L 218.625,161.03125 L 221.5625,159.28125 L 224.5,158.6875 L 226.4375,156.34375 L 226.0625,149.125 L 221.9375,145.625 L 221.75,142.28125 L 218.25,139.9375 L 219.625,138 L 218.8125,135.0625 L 216.09375,134.09375 L 214.125,132.125 L 212.96875,129.40625 L 207.5,129.21875 L 205.9375,127.25 L 206.84375,124.65625 z " id="departement61" inkscape:label="#path10724"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 247.15625,126.09375 L 245.96875,127.0625 L 245.96875,130.1875 L 242.0625,132.125 L 242.0625,135.0625 L 240.90625,136.4375 L 236,136.4375 L 233.6875,135.46875 L 226.625,139.15625 L 223.90625,139.15625 L 221.09375,141.84375 L 221.75,142.28125 L 221.9375,145.625 L 226.0625,149.125 L 226.4375,156.34375 L 224.5,158.6875 L 221.5625,159.28125 L 218.625,161.03125 L 219.03125,162.59375 L 220.375,164.375 L 220.375,169 L 220.78125,169.0625 L 223.5,171 L 222.5,172.25 L 224.4375,173.21875 L 227.53125,172.65625 L 229.34375,172.65625 L 229.21875,173.5 L 227.53125,174.46875 L 228.65625,175.3125 L 231.46875,175.3125 L 232.4375,177.5625 L 234.125,178.53125 L 235.375,181.34375 L 239.71875,182.46875 L 242.40625,182.1875 L 244.78125,179.9375 L 246.90625,180.53125 L 247.4375,179.375 L 247.3125,178.125 L 248.4375,177.28125 L 250.25,178.40625 L 251.375,177.5625 L 251.375,176.03125 L 252.90625,175.03125 L 254.3125,175.59375 L 255.5625,177 L 257.8125,175.75 L 260.1875,175.75 L 261.875,173.90625 L 262.875,170.28125 L 264.40625,170 L 264,166.34375 L 265.8125,164.8125 L 265.25,163.6875 L 265.46875,163.3125 L 264.9375,163.375 L 264.53125,158.125 L 264.125,157.53125 L 263.75,155 L 259.65625,154.21875 L 257.875,152.0625 L 257.3125,147.75 L 254.96875,147.375 L 254.5625,145.21875 L 251.84375,143.28125 L 250.46875,139.9375 L 251.84375,137.59375 L 250.46875,136.03125 L 250.46875,134.09375 L 251.25,131.9375 L 249.6875,130.375 L 249.09375,128.03125 L 247.15625,126.09375 z " id="departement28" inkscape:label="#path11613"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 318.4375,157.34375 L 316.6875,158.6875 L 309.0625,158.3125 L 305.5625,160.0625 L 304.1875,163 L 305.75,164.75 L 303.40625,167.5 L 301.625,169.625 L 305.15625,172.96875 L 306.125,176.09375 L 308.6875,178.8125 L 308.6875,182.34375 L 303.59375,186.625 L 305.34375,188.59375 L 304.96875,191.5 L 302.21875,193.46875 L 298.3125,193.46875 L 298.90625,195.625 L 301.4375,199.125 L 302.03125,202.25 L 302.625,204.40625 L 301.46875,204.75 L 303.9375,205.3125 L 305.78125,205.3125 L 306.75,203.78125 L 308,203.78125 L 309.40625,205.03125 L 309.125,206.59375 L 310.40625,207.4375 L 312.21875,207.4375 L 314.75,209.125 L 315.875,208.5625 L 317,209.53125 L 318.125,209.25 L 320.0625,208 L 321.90625,208.5625 L 323.15625,208.28125 L 323.15625,204.78125 L 323.84375,204.90625 L 324.28125,206.71875 L 326.53125,208.125 L 326.53125,210.25 L 329.75,210.375 L 333.96875,214.3125 L 336.625,214.4375 L 336.46875,213.1875 L 337.59375,211.5 L 338.59375,212.75 L 337.75,214.15625 L 338.15625,215.4375 L 339.6875,214.4375 L 341.53125,214.4375 L 341.375,217.25 L 343.0625,218.375 L 344.34375,217.8125 L 347.46875,215.6875 L 347.28125,215.28125 L 345.4375,214.15625 L 345.3125,212.1875 L 347.28125,211.21875 L 348.125,210.09375 L 347.5625,209.125 L 347.5625,206.875 L 349.09375,204.625 L 351.34375,199.84375 L 351.75,197.75 L 353.15625,197.1875 L 353.3125,196.78125 L 352.59375,196.21875 L 352.59375,194.53125 L 354.84375,192.84375 L 355.40625,190.03125 L 354.4375,188.375 L 352.875,188.375 L 352.46875,187.9375 L 352.46875,185.5625 L 354.4375,184.15625 L 354.28125,182.75 L 354,181.34375 L 353,183.5 L 351.625,183.3125 L 350.46875,181.15625 L 346.5625,183.125 L 338.75,182.71875 L 337.78125,180.5625 L 335.625,177.65625 L 335.25,174.125 L 332.125,170.40625 L 330.15625,171.78125 L 326.625,169.0625 L 327.21875,163.78125 L 322.15625,158.5 L 319.8125,158.5 L 318.4375,157.34375 z " id="departement89" inkscape:label="#path11615"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 423.5,175.5 L 419.8125,176.09375 L 419.21875,178.03125 L 417.25,179.40625 L 415.90625,177.84375 L 414.9375,178.4375 L 415.6875,179.59375 L 413.75,180.78125 L 414.34375,182.34375 L 412.1875,183.125 L 412.1875,185.65625 L 409.4375,185.65625 L 409.25,187.21875 L 406.53125,187.8125 L 406.71875,190.15625 L 408.46875,190.34375 L 407.5,191.5 L 406.90625,195.40625 L 405.15625,195.40625 L 402.21875,196.59375 L 399.09375,195.40625 L 396.375,196.59375 L 396.375,198.5625 L 398.5,198.9375 L 400.0625,202.0625 L 400.28125,203.625 L 397.75,206.5625 L 396.5625,206.9375 L 395.78125,207.90625 L 397.9375,208.90625 L 398.3125,212.03125 L 400.0625,212.21875 L 400.28125,216.125 L 401.0625,216.90625 L 401.15625,217.53125 L 402.65625,217.9375 L 404.34375,219.34375 L 406.875,219.34375 L 407.84375,218.375 L 409.5625,218.4375 L 411.34375,218.5 L 415.28125,215.28125 L 416.40625,215.28125 L 417.65625,214.3125 L 421.71875,214.4375 L 424.8125,211.90625 L 427.0625,211.5 L 427.90625,209.40625 L 429.71875,208.84375 L 431.53125,205.75 L 434.0625,203.78125 L 436.71875,203.375 L 438.6875,204.78125 L 442.34375,204.34375 L 442.34375,202.375 L 443.8125,201.53125 L 444.96875,199.9375 L 447.21875,199.9375 L 448.46875,198.625 L 448.9375,195.5 L 448.9375,193.5625 L 448.09375,190.59375 L 448.09375,188.09375 L 449.625,186.96875 L 451.4375,186.03125 L 451.25,185.65625 L 445,182.34375 L 443.25,180.375 L 441.5,179.21875 L 439.9375,180 L 439.71875,181.15625 L 438.15625,182.125 L 437.1875,182.125 L 434.25,178.8125 L 430.15625,178.8125 L 428.40625,180.1875 L 426.84375,180.375 L 424.3125,178.4375 L 424.5,176.28125 L 423.5,175.5 z " id="departement70"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 241.9375,61.5 L 240.65625,63.0625 L 232.28125,69.5 L 217.4375,73.21875 L 207.65625,76.71875 L 199.65625,81.03125 L 194.96875,88.0625 L 194,93.53125 L 197.90625,96.46875 L 203.5625,97.625 L 202.65625,97.78125 L 202.6875,97.9375 L 207.0625,97.375 L 209.3125,94.96875 L 211,94.5625 L 212.9375,97.9375 L 215.625,97.65625 L 216.75,99.59375 L 221.5,99.3125 L 226.28125,102.6875 L 223.1875,103.65625 L 225.4375,105.34375 L 226.84375,105.34375 L 228.09375,108.03125 L 230.34375,108.03125 L 231.03125,106.34375 L 229.34375,105.21875 L 234.125,103.8125 L 239.15625,103.25 L 240.4375,99.59375 L 242.8125,97.5 L 247.3125,97.375 L 252.5,100.03125 L 255.59375,100.375 L 256.125,98.75 L 257.5,96.1875 L 258.28125,94.84375 L 256.3125,94.84375 L 256.3125,91.5 L 255.15625,89.5625 L 255.9375,85.65625 L 256.71875,83.6875 L 255.15625,83.6875 L 255.9375,81.75 L 257.875,79.40625 L 255.9375,75.875 L 255.34375,72.375 L 246.75,63.96875 L 245.78125,62.03125 L 243.625,62.21875 L 241.9375,61.5 z " id="departement76" inkscape:label="#path11619"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 211,94.5625 L 209.3125,94.96875 L 207.0625,97.375 L 202.6875,97.9375 L 203.59375,105.1875 L 205.5625,105.78125 L 205.5625,106.5625 L 203.59375,107.71875 L 205.9375,111.03125 L 207.125,115.71875 L 206.90625,117.6875 L 205.15625,118.84375 L 205.34375,120.21875 L 207.3125,121 L 207.5,122.75 L 205.9375,127.25 L 207.5,129.21875 L 212.96875,129.40625 L 214.125,132.125 L 216.09375,134.09375 L 218.8125,135.0625 L 219.625,138 L 218.25,139.9375 L 221.09375,141.84375 L 223.90625,139.15625 L 226.625,139.15625 L 233.6875,135.46875 L 236,136.4375 L 240.90625,136.4375 L 242.0625,135.0625 L 242.0625,132.125 L 245.96875,130.1875 L 245.96875,127.0625 L 247.03125,126.1875 L 246.9375,125.3125 L 247.9375,124.3125 L 246.1875,123.9375 L 246.1875,122.375 L 245.1875,120.8125 L 245.96875,119.84375 L 251.4375,118.28125 L 252.8125,115.9375 L 254,111.625 L 255.4375,109.84375 L 255.75,107.53125 L 257.5,108.5 L 258.875,108.125 L 257.875,106.5625 L 257.3125,102.0625 L 255.5625,100.5 L 255.59375,100.375 L 252.5,100.03125 L 247.3125,97.375 L 242.8125,97.5 L 240.4375,99.59375 L 239.15625,103.25 L 234.125,103.8125 L 229.34375,105.21875 L 231.03125,106.34375 L 230.34375,108.03125 L 228.09375,108.03125 L 226.84375,105.34375 L 225.4375,105.34375 L 223.1875,103.65625 L 226.28125,102.6875 L 221.5,99.3125 L 216.75,99.59375 L 215.625,97.65625 L 212.9375,97.9375 L 211,94.5625 z " id="departement27" inkscape:label="#path12499"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 212.1875,196.875 L 212.5625,197.75 L 206.90625,199.3125 L 205.5625,201.28125 L 203.1875,199.71875 L 204.375,203.625 L 202.21875,203.625 L 198.3125,200.875 L 196.375,204.78125 L 197.34375,205.96875 L 197.34375,207.125 L 195.375,209.6875 L 195.59375,213.96875 L 192.46875,217.6875 L 190.25,225.6875 L 190.5,225.6875 L 191.28125,228.8125 L 195,229.59375 L 195,231.9375 L 199.6875,233.3125 L 199.6875,237.03125 L 199.5,239.375 L 205.34375,239.375 L 210.4375,238.1875 L 210.03125,236.03125 L 211.59375,235.0625 L 213.15625,237.21875 L 214.53125,237.8125 L 215.6875,242.5 L 219.03125,246 L 219.40625,248.75 L 222.4375,251.75 L 224.15625,251.59375 L 226.28125,249.625 L 227.8125,241.65625 L 228.78125,238.84375 L 229.5,235.34375 L 232.59375,234.21875 L 234.6875,234.625 L 236.09375,235.90625 L 237.625,233.375 L 239.03125,232.09375 L 239.03125,230.5625 L 240.84375,230.4375 L 241.28125,228.59375 L 239.71875,226.5 L 239.96875,225.625 L 238.875,224.6875 L 235.9375,220.34375 L 232.15625,220.34375 L 231.03125,218.65625 L 231.03125,211.625 L 229.5,207.5625 L 229.21875,202.53125 L 227.25,202.375 L 225,200.6875 L 224.4375,200.6875 L 222.46875,202.09375 L 221.21875,201.25 L 220.9375,199.3125 L 222.34375,198.59375 L 222.46875,197.90625 L 221.65625,197.1875 L 212.1875,196.875 z " id="departement37" inkscape:label="#path12507"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 273.71875,160.46875 L 271.1875,162.8125 L 265.46875,163.3125 L 265.25,163.6875 L 265.8125,164.8125 L 264,166.34375 L 264.40625,170 L 262.875,170.28125 L 261.875,173.90625 L 260.1875,175.75 L 257.8125,175.75 L 255.5625,177 L 254.3125,175.59375 L 252.90625,175.03125 L 251.375,176.03125 L 251.375,177.5625 L 250.25,178.40625 L 248.4375,177.28125 L 247.3125,178.125 L 247.4375,179.375 L 246.90625,180.53125 L 247.3125,180.65625 L 248.96875,180.65625 L 248.84375,181.78125 L 247.71875,183.71875 L 247.71875,184.71875 L 248.84375,184.71875 L 249.8125,185.84375 L 250.09375,186.96875 L 247.875,189.1875 L 248.96875,191.875 L 248.96875,193.125 L 250.8125,194.375 L 253.34375,194.65625 L 255,196.0625 L 255.4375,198.46875 L 257.25,200.5625 L 259.21875,200 L 260.0625,198.1875 L 263.15625,198.59375 L 263.84375,199.3125 L 265.8125,199.3125 L 266.78125,198.1875 L 273.9375,198.46875 L 275.625,200.96875 L 277.59375,201.8125 L 279.28125,203.375 L 281.375,203.09375 L 281.9375,202.375 L 283.1875,202.375 L 284.75,204.34375 L 287.96875,204.5 L 288.8125,205.59375 L 291.0625,208.6875 L 292.03125,209.53125 L 293.28125,209.40625 L 293.4375,206.59375 L 294,206.3125 L 294.84375,206.4375 L 296.25,208.28125 L 297.21875,208.6875 L 299.21875,207.875 L 298.90625,207.53125 L 298.71875,205.5625 L 302.625,204.40625 L 302.03125,202.25 L 301.4375,199.125 L 298.90625,195.625 L 298.3125,193.46875 L 302.21875,193.46875 L 304.96875,191.5 L 305.34375,188.59375 L 303.59375,186.625 L 308.6875,182.34375 L 308.6875,178.8125 L 306.125,176.09375 L 305.15625,172.96875 L 301.625,169.625 L 296.75,172.375 L 296.375,170.8125 L 294.21875,170.625 L 293.625,172.1875 L 291.6875,172.5625 L 286.40625,172.375 L 284.25,173.75 L 282.5,172.1875 L 285.625,170.03125 L 285.4375,166.71875 L 283.09375,165.53125 L 281.125,162.59375 L 275.875,162.21875 L 273.71875,160.46875 z " id="departement45" inkscape:label="#path12515"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 254.71875,221.4375 L 253.46875,221.875 L 250.9375,221.71875 L 248,222.71875 L 247.3125,224.25 L 247.03125,223.6875 L 243.65625,223.84375 L 241.96875,225.25 L 240,225.53125 L 239.71875,226.5 L 241.28125,228.59375 L 240.84375,230.4375 L 239.03125,230.5625 L 239.03125,232.09375 L 237.625,233.375 L 236.09375,235.90625 L 234.6875,234.625 L 232.59375,234.21875 L 229.5,235.34375 L 228.78125,238.84375 L 227.8125,241.65625 L 226.28125,249.625 L 224.15625,251.59375 L 222.4375,251.75 L 222.9375,252.25 L 222.9375,255.96875 L 222.15625,258.3125 L 225.875,261.25 L 227.8125,263.1875 L 230.9375,263.59375 L 232.125,267.6875 L 234.25,268.84375 L 233.875,271.78125 L 232.3125,272.0625 L 232.875,272.1875 L 237.78125,272.5625 L 239.53125,270.8125 L 242.65625,273.9375 L 246.5625,269.4375 L 248.3125,270.625 L 250.65625,270.40625 L 251.4375,270.8125 L 254.96875,271 L 256.125,267.875 L 265.90625,269.0625 L 269.625,270.03125 L 271.3125,269.84375 L 271.40625,268.28125 L 273.375,266.3125 L 272.96875,264.625 L 271.84375,262.40625 L 272.25,261.5625 L 272.40625,259.03125 L 273.09375,258.1875 L 273.25,257.625 L 271.5625,256.09375 L 271,254.125 L 268.34375,252.71875 L 268.34375,251.03125 L 270.28125,249.90625 L 270.28125,248.78125 L 268.46875,247.25 L 267.90625,246.28125 L 269.3125,245.5625 L 269.1875,244.3125 L 271.40625,242.46875 L 271.28125,241.65625 L 269.46875,241.65625 L 268.34375,240.375 L 268.34375,239.6875 L 269.3125,238 L 269.3125,236.75 L 267.0625,233.78125 L 267.5,231.125 L 266.21875,230.15625 L 263.5625,230.28125 L 261.46875,231.125 L 258.65625,230.71875 L 257.25,229.59375 L 256.96875,228.75 L 259.21875,226.90625 L 259.375,224.6875 L 256.40625,223 L 254.71875,221.4375 z " id="departement36" inkscape:label="#path12523"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 222.5,172.25 L 221.1875,173.9375 L 219.625,176.65625 L 221.5625,178.4375 L 221.375,182.53125 L 220.59375,185.25 L 218.625,185.25 L 218.625,188.96875 L 215.90625,192.5 L 212.96875,193.65625 L 211.59375,195.40625 L 212.1875,196.875 L 221.65625,197.1875 L 222.46875,197.90625 L 222.34375,198.59375 L 220.9375,199.3125 L 221.21875,201.25 L 222.46875,202.09375 L 224.4375,200.6875 L 225,200.6875 L 227.25,202.375 L 229.21875,202.53125 L 229.5,207.5625 L 231.03125,211.625 L 231.03125,218.65625 L 232.15625,220.34375 L 235.9375,220.34375 L 238.875,224.6875 L 239.96875,225.625 L 240,225.53125 L 241.96875,225.25 L 243.65625,223.84375 L 247.03125,223.6875 L 247.3125,224.25 L 248,222.71875 L 250.9375,221.71875 L 253.46875,221.875 L 254.71875,221.4375 L 256.40625,223 L 259.375,224.6875 L 261.875,224.53125 L 261.75,222 L 262.875,220.75 L 264,220.625 L 264.96875,221.71875 L 268.90625,221.3125 L 271.40625,219.90625 L 271.125,218.9375 L 270.4375,218.09375 L 270.5625,216.25 L 272.40625,212.90625 L 274.78125,211.90625 L 274.78125,209.8125 L 275.34375,208.5625 L 273.8125,208 L 272.8125,205.875 L 270.28125,205.1875 L 270.15625,204.34375 L 272.6875,202.25 L 275.53125,200.84375 L 273.9375,198.46875 L 266.78125,198.1875 L 265.8125,199.3125 L 263.84375,199.3125 L 263.15625,198.59375 L 260.0625,198.1875 L 259.21875,200 L 257.25,200.5625 L 255.4375,198.46875 L 255,196.0625 L 253.34375,194.65625 L 250.8125,194.375 L 248.96875,193.125 L 248.96875,191.875 L 247.875,189.1875 L 250.09375,186.96875 L 249.8125,185.84375 L 248.84375,184.71875 L 247.71875,184.71875 L 247.71875,183.71875 L 248.84375,181.78125 L 248.96875,180.65625 L 247.3125,180.65625 L 244.78125,179.9375 L 242.40625,182.1875 L 239.71875,182.46875 L 235.375,181.34375 L 234.125,178.53125 L 232.4375,177.5625 L 231.46875,175.3125 L 228.65625,175.3125 L 227.53125,174.46875 L 229.21875,173.5 L 229.34375,172.65625 L 227.53125,172.65625 L 224.4375,173.21875 L 222.5,172.25 z " id="departement41" inkscape:label="#path12530"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 275.53125,200.84375 L 272.6875,202.25 L 270.15625,204.34375 L 270.28125,205.1875 L 272.8125,205.875 L 273.8125,208 L 275.34375,208.5625 L 274.78125,209.8125 L 274.78125,211.90625 L 272.40625,212.90625 L 270.5625,216.25 L 270.4375,218.09375 L 271.125,218.9375 L 271.40625,219.90625 L 268.90625,221.3125 L 264.96875,221.71875 L 264,220.625 L 262.875,220.75 L 261.75,222 L 261.875,224.53125 L 259.375,224.6875 L 259.21875,226.90625 L 256.96875,228.75 L 257.25,229.59375 L 258.65625,230.71875 L 261.46875,231.125 L 263.5625,230.28125 L 266.21875,230.15625 L 267.5,231.125 L 267.0625,233.78125 L 269.3125,236.75 L 269.3125,238 L 268.34375,239.6875 L 268.34375,240.375 L 269.46875,241.65625 L 271.28125,241.65625 L 271.40625,242.46875 L 269.1875,244.3125 L 269.3125,245.5625 L 267.90625,246.28125 L 268.46875,247.25 L 270.28125,248.78125 L 270.28125,249.90625 L 268.34375,251.03125 L 268.34375,252.71875 L 271,254.125 L 271.5625,256.09375 L 273.25,257.625 L 273.09375,258.1875 L 272.40625,259.03125 L 272.25,261.5625 L 271.84375,262.40625 L 272.96875,264.625 L 273.375,266.3125 L 271.40625,268.28125 L 271.3125,269.84375 L 275.90625,269.28125 L 276.84375,267.28125 L 279.375,264.375 L 284.25,263.375 L 286.8125,264.15625 L 289.53125,262.03125 L 289.34375,260.46875 L 288.375,259.6875 L 288.375,256.5625 L 293.625,251.28125 L 295.59375,253.4375 L 297.34375,251.65625 L 298.90625,251.46875 L 301.625,247.96875 L 306.125,248.34375 L 306.1875,249.40625 L 307.6875,244.625 L 306.71875,242.875 L 306.90625,240.34375 L 307.5,235.25 L 305.34375,233.125 L 305.75,228.4375 L 303.78125,224.3125 L 303.59375,221.59375 L 300.0625,218.84375 L 299.5,216.5 L 301.25,213.96875 L 301.25,210.25 L 299.21875,207.875 L 297.21875,208.6875 L 296.25,208.28125 L 294.84375,206.4375 L 294,206.3125 L 293.4375,206.59375 L 293.28125,209.40625 L 292.03125,209.53125 L 291.0625,208.6875 L 288.8125,205.59375 L 287.96875,204.5 L 284.75,204.34375 L 283.1875,202.375 L 281.9375,202.375 L 281.375,203.09375 L 279.28125,203.375 L 277.59375,201.8125 L 275.625,200.96875 L 275.53125,200.84375 z " id="departement18" inkscape:label="#path12537"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 363.375,177.25 L 362.96875,179.78125 L 360.4375,181.15625 L 354,181.34375 L 354.28125,182.75 L 354.4375,184.15625 L 352.46875,185.5625 L 352.46875,187.9375 L 352.875,188.375 L 354.4375,188.375 L 355.40625,190.03125 L 354.84375,192.84375 L 352.59375,194.53125 L 352.59375,196.21875 L 353.3125,196.78125 L 353.15625,197.1875 L 351.75,197.75 L 351.34375,199.84375 L 349.09375,204.625 L 347.5625,206.875 L 347.5625,209.125 L 348.125,210.09375 L 347.28125,211.21875 L 345.3125,212.1875 L 345.4375,214.15625 L 347.28125,215.28125 L 347.96875,216.8125 L 347.6875,218.9375 L 347.28125,220.46875 L 348.25,222.15625 L 351.0625,222.71875 L 352.3125,224.6875 L 352.3125,225.53125 L 351.46875,225.8125 L 351.46875,227.84375 L 351.625,227.90625 L 355.40625,231.8125 L 359.34375,231.6875 L 362.84375,234.34375 L 365.375,236.1875 L 365.5,238.5625 L 368.15625,239.125 L 370.40625,240.9375 L 376.3125,238.84375 L 380.375,237.5625 L 382.1875,237.28125 L 382.75,236.46875 L 384.71875,236.59375 L 386.25,237.5625 L 388.5,237 L 390.75,235.46875 L 392.4375,235.65625 L 392.46875,235.46875 L 393.8125,234.6875 L 393.625,233.6875 L 393.25,232.53125 L 394.21875,230.96875 L 397.53125,229.40625 L 397.53125,227.84375 L 398.71875,226.28125 L 399.875,224.71875 L 399.5,223.34375 L 400.0625,221.1875 L 400.46875,218.0625 L 401.25,218.0625 L 401.0625,216.90625 L 400.28125,216.125 L 400.0625,212.21875 L 398.3125,212.03125 L 397.9375,208.90625 L 395.78125,207.90625 L 396.5625,206.9375 L 397.75,206.5625 L 400.28125,203.625 L 400.0625,202.0625 L 398.5,198.9375 L 396.1875,198.53125 L 395.375,200.5 L 391.09375,201.46875 L 390.6875,200.5 L 387.5625,196.59375 L 385.8125,197.5625 L 383.46875,197.375 L 382.6875,195.8125 L 379.5625,196 L 379.375,192.6875 L 377.625,191.5 L 380.15625,188.78125 L 375.65625,182.71875 L 372.15625,179 L 369.03125,177.25 L 363.375,177.25 z " id="departement21" inkscape:label="#path12544"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 306.75,203.78125 L 305.78125,205.3125 L 303.9375,205.3125 L 301.46875,204.75 L 298.71875,205.5625 L 298.90625,207.53125 L 301.25,210.25 L 301.25,213.96875 L 299.5,216.5 L 300.0625,218.84375 L 303.59375,221.59375 L 303.78125,224.3125 L 305.75,228.4375 L 305.34375,233.125 L 307.5,235.25 L 306.90625,240.34375 L 306.71875,242.875 L 307.6875,244.625 L 306.1875,249.40625 L 306.3125,250.875 L 309.65625,252.4375 L 312,255 L 314.125,253.8125 L 316.09375,252.65625 L 316.5,254.40625 L 319.40625,254.40625 L 320.1875,252.84375 L 321.9375,253.625 L 322.53125,256.15625 L 324.09375,255.78125 L 327.8125,250.6875 L 329.75,252.0625 L 330.0625,252.65625 L 333.125,250.75 L 334.375,250.90625 L 335.34375,253.28125 L 337.1875,253 L 338.59375,251.59375 L 340.40625,251.59375 L 341.8125,249.78125 L 343.21875,249.5 L 343.5,248.5 L 346.5625,248.65625 L 346.71875,247.9375 L 345.3125,246.6875 L 345.3125,245.4375 L 347.28125,244.3125 L 347.28125,243.46875 L 345.4375,242.34375 L 345.15625,240.25 L 345.3125,238.28125 L 344.0625,237.4375 L 345.15625,235.90625 L 346.15625,235.34375 L 346.84375,233.65625 L 345.875,233.09375 L 344.75,231.40625 L 346.15625,229.4375 L 348.53125,228.03125 L 351.46875,228.03125 L 351.46875,225.8125 L 352.3125,225.53125 L 352.3125,224.6875 L 351.0625,222.71875 L 348.25,222.15625 L 347.28125,220.46875 L 347.6875,218.9375 L 347.96875,216.8125 L 347.46875,215.6875 L 344.34375,217.8125 L 343.0625,218.375 L 341.375,217.25 L 341.53125,214.4375 L 339.6875,214.4375 L 338.15625,215.4375 L 337.75,214.15625 L 338.59375,212.75 L 337.59375,211.5 L 336.46875,213.1875 L 336.625,214.4375 L 333.96875,214.3125 L 329.75,210.375 L 326.53125,210.25 L 326.53125,208.125 L 324.28125,206.71875 L 323.84375,204.90625 L 323.15625,204.78125 L 323.15625,208.28125 L 321.90625,208.5625 L 320.0625,208 L 318.125,209.25 L 317,209.53125 L 315.875,208.5625 L 314.75,209.125 L 312.21875,207.4375 L 310.40625,207.4375 L 309.125,206.59375 L 309.40625,205.03125 L 308,203.78125 L 306.75,203.78125 z " id="departement58" inkscape:label="#path12551"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 351.46875,227.84375 L 351.46875,228.03125 L 348.53125,228.03125 L 346.15625,229.4375 L 344.75,231.40625 L 345.875,233.09375 L 346.84375,233.65625 L 346.15625,235.34375 L 345.15625,235.90625 L 344.0625,237.4375 L 345.3125,238.28125 L 345.15625,240.25 L 345.4375,242.34375 L 347.28125,243.46875 L 347.28125,244.3125 L 345.3125,245.4375 L 345.3125,246.6875 L 346.71875,247.9375 L 346.5625,248.65625 L 343.5,248.5 L 343.21875,249.5 L 341.8125,249.78125 L 340.40625,251.59375 L 338.59375,251.59375 L 337.1875,253 L 335.34375,253.28125 L 334.375,250.90625 L 333.125,250.75 L 330.0625,252.65625 L 333.6875,259.46875 L 333.6875,262.40625 L 334.65625,263.59375 L 337.96875,263.59375 L 339.125,265.15625 L 342.25,265.15625 L 343.625,267.09375 L 343.4375,274.71875 L 339.34375,277.84375 L 339.25,278.0625 L 339.53125,278.03125 L 340.125,278.21875 L 340.3125,281.34375 L 343.25,281.9375 L 343.625,283.3125 L 345.1875,283.3125 L 347.53125,281.9375 L 353.78125,282.90625 L 354.96875,284.09375 L 356.53125,282.53125 L 358.6875,282.53125 L 359.84375,276.28125 L 360.625,275.6875 L 362.5625,275.6875 L 364.9375,277.25 L 366.6875,275.6875 L 367.84375,277.25 L 369.625,275.5 L 371.75,275.3125 L 372.75,278.4375 L 373.5,282.34375 L 374.875,282.53125 L 376.0625,279.78125 L 379.75,265.34375 L 381.125,262.8125 L 383.28125,262.59375 L 385.4375,264.375 L 387,263.96875 L 388.9375,262.59375 L 390.90625,263 L 392.0625,265.53125 L 393.1875,265.96875 L 398.3125,265.34375 L 400.28125,263.78125 L 399.5,262.59375 L 397.15625,261.8125 L 396.9375,259.09375 L 398.90625,257.71875 L 399.6875,254.40625 L 397.9375,251.28125 L 396.75,249.71875 L 397.34375,249.125 L 397.34375,247.1875 L 395.78125,246.1875 L 395.375,244.625 L 399.875,244.0625 L 400.28125,242.5 L 398.90625,242.5 L 397.75,241.125 L 395.59375,241.125 L 393.8125,238.1875 L 392.25,238 L 392.4375,235.65625 L 390.75,235.46875 L 388.5,237 L 386.25,237.5625 L 384.71875,236.59375 L 382.75,236.46875 L 382.1875,237.28125 L 380.375,237.5625 L 376.3125,238.84375 L 370.40625,240.9375 L 368.15625,239.125 L 365.5,238.5625 L 365.375,236.1875 L 362.84375,234.34375 L 359.34375,231.6875 L 355.40625,231.8125 L 351.625,227.90625 L 351.46875,227.84375 z " id="departement71" inkscape:label="#path12558"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 401.15625,217.53125 L 401.25,218.0625 L 400.46875,218.0625 L 400.0625,221.1875 L 399.5,223.34375 L 399.875,224.71875 L 398.71875,226.28125 L 397.53125,227.84375 L 397.53125,229.40625 L 394.21875,230.96875 L 393.25,232.53125 L 393.625,233.6875 L 393.8125,234.6875 L 392.46875,235.46875 L 392.25,238 L 393.8125,238.1875 L 395.59375,241.125 L 397.75,241.125 L 398.90625,242.5 L 400.28125,242.5 L 399.875,244.0625 L 395.375,244.625 L 395.78125,246.1875 L 397.34375,247.1875 L 397.34375,249.125 L 396.75,249.71875 L 397.9375,251.28125 L 399.6875,254.40625 L 398.90625,257.71875 L 396.9375,259.09375 L 397.15625,261.8125 L 399.5,262.59375 L 400.28125,263.78125 L 398.3125,265.34375 L 393.1875,265.96875 L 395.59375,266.90625 L 399.5,272.375 L 402.03125,273.53125 L 402.03125,276.28125 L 404.96875,275.875 L 408.6875,271.78125 L 411.8125,273.34375 L 411.8125,275.6875 L 417.46875,275.6875 L 425.59375,266.75 L 425.25,266.5625 L 425.625,262.46875 L 428.5625,258.96875 L 426.59375,258.1875 L 426.78125,257 L 424.40625,256.78125 L 424.25,255.375 L 425.78125,253.84375 L 425.375,252.3125 L 424.53125,250.34375 L 428.03125,249.21875 L 429.3125,247.40625 L 429.59375,245.15625 L 426.78125,242.46875 L 424.8125,241.9375 L 420.46875,240.53125 L 420.46875,236.59375 L 420.1875,233.65625 L 416.6875,233.9375 L 411.21875,232.09375 L 412.0625,230.15625 L 413.3125,227.1875 L 413.75,225.25 L 412.34375,223.40625 L 409.8125,221.71875 L 409.53125,219.625 L 409.5625,218.4375 L 407.84375,218.375 L 406.875,219.34375 L 404.34375,219.34375 L 402.65625,217.9375 L 401.15625,217.53125 z " id="departement39" inkscape:label="#path12565"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 337.375,99.3125 L 335.03125,100.3125 L 335.4375,102.25 L 331.3125,102.25 L 327.625,105 L 327.625,110.25 L 330.34375,112.03125 L 331.125,113.78125 L 326.625,114.15625 L 326.0625,115.9375 L 327.8125,117.09375 L 327.03125,118.28125 L 325.28125,119.0625 L 325.65625,120.40625 L 328.1875,120.40625 L 329.1875,121.78125 L 327.4375,122.96875 L 325.875,127.0625 L 322.9375,128.4375 L 321.9375,130.5625 L 320.96875,131.75 L 321.1875,132.90625 L 319.625,133.90625 L 319.21875,136.625 L 320.78125,137.59375 L 321.5625,140.53125 L 320.59375,142.28125 L 321.1875,143.65625 L 324.09375,143.46875 L 324.09375,144.4375 L 324.9375,144.25 L 328.3125,147.8125 L 333.0625,147.03125 L 338.625,143.25 L 341.96875,143.25 L 345.34375,140.875 L 349.3125,138.6875 L 352.28125,138.90625 L 352.6875,142.875 L 356.25,148.21875 L 360.21875,148.21875 L 365.78125,147.03125 L 369.75,148.40625 L 373.90625,145.4375 L 374.5,140.5 L 379.09375,139.71875 L 379,136.625 L 375.28125,133.6875 L 374.875,132.125 L 376.25,129.78125 L 375.0625,128.8125 L 376.25,125.875 L 378.40625,124.90625 L 379.96875,120.03125 L 376.84375,120.21875 L 378.59375,118.28125 L 377.21875,113.96875 L 375.875,111.03125 L 377.625,109.46875 L 376.625,109.28125 L 376.375,107.9375 C 376.33461,107.94351 376.09375,107.96875 376.09375,107.96875 L 374.3125,106.375 L 372.3125,108.375 L 371.71875,108.375 L 370.9375,107.375 L 366.1875,107.1875 L 365.375,108.375 L 364,108.375 L 362.8125,105.78125 L 360.21875,105.78125 L 359.625,106.375 L 357.0625,106.1875 L 353.875,103.8125 L 351.6875,103.21875 L 350.90625,102.03125 L 346.75,99.4375 L 342,99.3125 L 342.0625,101.09375 L 340.6875,101.46875 L 337.375,99.3125 z " id="departement51" inkscape:label="#path14337"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 257.21875,80.21875 L 255.9375,81.75 L 255.15625,83.6875 L 256.71875,83.6875 L 255.9375,85.65625 L 255.15625,89.5625 L 256.3125,91.5 L 256.3125,94.84375 L 258.28125,94.84375 L 257.5,96.1875 L 256.125,98.75 L 255.5625,100.5 L 257.3125,102.0625 L 257.875,106.5625 L 258.875,108.125 L 257.5,108.5 L 255.75,107.53125 L 255.4375,109.84375 L 255.5625,109.6875 L 256.3125,111.4375 L 257.5,113.375 L 262.78125,113.78125 L 266.5,113.375 L 269.03125,111.4375 L 272.15625,113.375 L 273.71875,114.5625 L 276.0625,113.96875 L 278.1875,113 L 282.3125,115.15625 L 286.59375,117.6875 L 287.96875,119.0625 L 290.3125,117.5 L 292.25,118.65625 L 293.4375,119.625 L 295.1875,119.4375 L 296.375,117.875 L 299.09375,119.4375 L 302.4375,118.0625 L 304.375,118.65625 L 306.3125,117.09375 L 307.5,116.5 L 307.875,116.78125 L 308.28125,114.125 L 306.875,112.53125 L 304.5,110.9375 L 303.5,112.53125 L 302.90625,112.71875 L 302.71875,109.75 L 304.5,109.34375 L 304.09375,106.59375 L 301.71875,106.1875 L 302.90625,104.1875 L 306.28125,103.40625 L 307.46875,98.65625 L 309.25,97.84375 L 306.875,96.0625 L 307.6875,94.28125 L 308.0625,88.34375 L 307.25,83.75 L 303.125,84.15625 L 300.34375,83.78125 L 295.1875,85.15625 L 290.8125,89.3125 L 287.25,88.125 L 283.6875,87.75 L 280.90625,84.96875 L 275.9375,83.5625 L 269.21875,84.15625 L 267.4375,82.78125 L 263.84375,82.78125 L 261.28125,83.78125 L 260.09375,82.96875 L 260.09375,80.8125 L 259.6875,80.21875 L 257.21875,80.21875 z " id="departement60" inkscape:label="#path14339"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 269.25,8.65625 L 258.4375,10.71875 L 249.84375,17.34375 L 249.84375,43.71875 L 249.78125,44.5 L 252.8125,45.21875 L 253.78125,47.375 L 256.125,46.78125 L 257.5,45.03125 L 259.25,45.625 L 262.96875,48.53125 L 264.34375,47.96875 L 265.3125,50.3125 L 268.8125,51.875 L 268.8125,53.8125 L 271.375,54.78125 L 273.90625,53.8125 L 278.78125,53.21875 L 279.96875,54.21875 L 282.3125,53.21875 L 283.46875,55.1875 L 280.5625,57.125 L 280.5625,59.875 L 281.53125,60.84375 L 282.3125,60.65625 L 282.875,59.09375 L 284.65625,57.90625 L 286.40625,59.28125 L 290.5,60.65625 L 292.25,60.65625 L 292.25,58.6875 L 294.8125,60.46875 L 295,62.03125 L 293.8125,63.78125 L 295.96875,62.59375 L 297.75,61.8125 L 298.5,63.1875 L 298.5,64.5625 L 301.4375,63 L 306.125,63 L 306.3125,63.1875 L 307.46875,60.96875 L 306.875,59.96875 L 305.09375,59.59375 L 303.125,59.59375 L 301.9375,59.1875 L 303.90625,58 L 305.6875,58.1875 L 307.46875,58 L 307.6875,54.8125 L 308.875,54.03125 L 309.0625,52.25 L 306.875,50.84375 L 304.3125,50.65625 L 303.71875,50.25 L 305.3125,49.0625 L 305.6875,47.875 L 304.3125,46.90625 L 302.3125,44.5 L 302.53125,43.3125 L 305.09375,42.125 L 305.5,40.75 L 303.71875,39.9375 L 302.71875,37.375 L 299.15625,36.96875 L 295.59375,36 L 295.1875,32.03125 L 297.75,30.4375 L 296.78125,28.4375 L 294.78125,28.4375 L 293.40625,30.625 L 287.25,30.25 L 282.28125,29.03125 L 279.53125,26.0625 L 279.53125,23.6875 L 281.6875,22.6875 L 279.90625,21.3125 L 275.5625,21.125 L 272.96875,14.5625 L 269.25,8.65625 z " id="departement62" inkscape:label="#path14341"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 285.78125,4.0625 L 279.53125,7 L 269.78125,8.5625 L 269.25,8.65625 L 272.96875,14.5625 L 275.5625,21.125 L 279.90625,21.3125 L 281.6875,22.6875 L 279.53125,23.6875 L 279.53125,26.0625 L 282.28125,29.03125 L 287.25,30.25 L 293.40625,30.625 L 294.78125,28.4375 L 296.78125,28.4375 L 297.75,30.4375 L 295.1875,32.03125 L 295.59375,36 L 299.15625,36.96875 L 302.71875,37.375 L 303.71875,39.9375 L 305.5,40.75 L 305.09375,42.125 L 302.53125,43.3125 L 302.3125,44.5 L 304.3125,46.90625 L 305.6875,47.875 L 305.3125,49.0625 L 303.71875,50.25 L 304.3125,50.65625 L 306.875,50.84375 L 309.0625,52.25 L 308.875,54.03125 L 307.6875,54.8125 L 307.46875,58 L 305.6875,58.1875 L 303.90625,58 L 301.9375,59.1875 L 303.125,59.59375 L 305.09375,59.59375 L 306.875,59.96875 L 307.46875,60.96875 L 306.3125,63.1875 L 307.875,64.75 L 309.4375,65.15625 L 311,64.15625 L 313.15625,64.15625 L 313.75,65.34375 L 314.53125,65.15625 L 316.875,63.78125 L 319.21875,65.15625 L 322.34375,63 L 323.71875,63 L 325.28125,64.375 L 328.40625,62.21875 L 329.75,62.40625 L 330.9375,63.375 L 335.25,63.78125 L 335.625,65.53125 L 337.78125,63.59375 L 338.9375,63.59375 L 339.71875,66.125 L 343.4375,67.09375 L 344.5,66.375 L 344.1875,66.375 L 344,64.4375 L 347.90625,62.09375 L 347.3125,58.375 L 343.59375,57.40625 L 344.5625,56.40625 L 344.5625,53.6875 L 347.5,51.53125 L 346.71875,49.96875 L 340.46875,45.09375 L 329.53125,45.6875 L 328.375,47.625 L 327,47.625 L 327.1875,40.78125 L 324.0625,37.09375 L 321.71875,37.46875 L 320.34375,35.90625 L 316.4375,37.65625 L 315.09375,36.3125 L 312.34375,35.90625 L 311.5625,33.375 L 311.375,25.5625 L 309.625,24.78125 L 309.40625,23.59375 L 308.25,23.59375 L 307.84375,21.25 L 305.3125,21.46875 L 300.4375,23.03125 L 298.09375,25.9375 L 295.75,25.9375 L 294.1875,24 L 293.59375,21.84375 L 291.65625,19.6875 L 288.90625,19.6875 L 287.75,17.5625 L 287.75,14.21875 L 289.09375,12.09375 L 288.3125,9.15625 L 285.78125,4.0625 z " id="departement59" inkscape:label="#path15219"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 328.40625,62.21875 L 325.28125,64.375 L 323.71875,63 L 322.34375,63 L 319.21875,65.15625 L 316.875,63.78125 L 314.53125,65.15625 L 313.75,65.34375 L 313.15625,64.15625 L 311,64.15625 L 309.4375,65.15625 L 309.375,65.15625 L 309.84375,67.90625 L 307.28125,70.6875 L 307.28125,73.25 L 305.5,75.25 L 305.90625,77.625 L 306.875,81.59375 L 308.0625,88.34375 L 307.6875,94.28125 L 306.875,96.0625 L 309.25,97.84375 L 307.46875,98.65625 L 306.28125,103.40625 L 302.90625,104.1875 L 301.71875,106.1875 L 304.09375,106.59375 L 304.5,109.34375 L 302.71875,109.75 L 302.90625,112.71875 L 303.5,112.53125 L 304.5,110.9375 L 306.875,112.53125 L 308.28125,114.125 L 307.875,116.78125 L 309.65625,118.0625 L 310.25,122.375 L 315.5,127.4375 L 317.25,128.03125 L 318.25,130.375 L 321.53125,131.0625 L 321.9375,130.5625 L 322.9375,128.4375 L 325.875,127.0625 L 327.4375,122.96875 L 329.1875,121.78125 L 328.1875,120.40625 L 325.65625,120.40625 L 325.28125,119.0625 L 327.03125,118.28125 L 327.8125,117.09375 L 326.0625,115.9375 L 326.625,114.15625 L 331.125,113.78125 L 330.34375,112.03125 L 327.625,110.25 L 327.625,105 L 331.3125,102.25 L 335.4375,102.25 L 335.03125,100.3125 L 337.375,99.3125 L 340.6875,101.46875 L 342.0625,101.09375 L 341.875,94.4375 L 342.46875,92.09375 L 343.25,89.375 L 340.6875,88 L 341.28125,86.4375 L 345,85.65625 L 345,83.125 L 347.9375,81.5625 L 348.71875,79.21875 L 347.75,77.65625 L 347.9375,74.71875 L 349.6875,73.15625 L 347.9375,69.84375 L 348.46875,66.375 L 344.5,66.375 L 343.4375,67.09375 L 339.71875,66.125 L 338.9375,63.59375 L 337.78125,63.59375 L 335.625,65.53125 L 335.25,63.78125 L 330.9375,63.375 L 329.75,62.40625 L 328.40625,62.21875 z " id="departement02" inkscape:label="#path15226"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 249.78125,44.5 L 249.25,50.9375 L 253.5625,54.84375 L 253.5625,56.8125 L 248.28125,53.6875 L 241.9375,61.5 L 243.625,62.21875 L 245.78125,62.03125 L 246.75,63.96875 L 255.34375,72.375 L 255.9375,75.875 L 257.875,79.40625 L 257.21875,80.21875 L 259.6875,80.21875 L 260.09375,80.8125 L 260.09375,82.96875 L 261.28125,83.78125 L 263.84375,82.78125 L 267.4375,82.78125 L 269.21875,84.15625 L 275.9375,83.5625 L 280.90625,84.96875 L 283.6875,87.75 L 287.25,88.125 L 290.8125,89.3125 L 295.1875,85.15625 L 300.34375,83.78125 L 303.125,84.15625 L 307.25,83.75 L 306.875,81.59375 L 305.90625,77.625 L 305.5,75.25 L 307.28125,73.25 L 307.28125,70.6875 L 309.84375,67.90625 L 309.375,65.15625 L 307.875,64.75 L 306.125,63 L 301.4375,63 L 298.5,64.5625 L 298.5,63.1875 L 297.75,61.8125 L 295.96875,62.59375 L 293.8125,63.78125 L 295,62.03125 L 294.8125,60.46875 L 292.25,58.6875 L 292.25,60.65625 L 290.5,60.65625 L 286.40625,59.28125 L 284.65625,57.90625 L 282.875,59.09375 L 282.3125,60.65625 L 281.53125,60.84375 L 280.5625,59.875 L 280.5625,57.125 L 283.46875,55.1875 L 282.3125,53.21875 L 279.96875,54.21875 L 278.78125,53.21875 L 273.90625,53.8125 L 271.375,54.78125 L 268.8125,53.8125 L 268.8125,51.875 L 265.3125,50.3125 L 264.34375,47.96875 L 262.96875,48.53125 L 259.25,45.625 L 257.5,45.03125 L 256.125,46.78125 L 253.78125,47.375 L 252.8125,45.21875 L 249.78125,44.5 z " id="departement80" inkscape:label="#path15233"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 367.625,55.84375 L 365.65625,58.75 L 363.90625,60.53125 L 363.90625,62.28125 L 363.90625,64.625 L 361.5625,66.1875 L 357.28125,67.5625 L 354.9375,68.53125 L 352.1875,66.375 L 348.46875,66.375 L 347.9375,69.84375 L 349.6875,73.15625 L 347.9375,74.71875 L 347.75,77.65625 L 348.71875,79.21875 L 347.9375,81.5625 L 345,83.125 L 345,85.65625 L 341.28125,86.4375 L 340.6875,88 L 343.25,89.375 L 342.46875,92.09375 L 341.875,94.4375 L 342,99.3125 L 346.75,99.4375 L 350.90625,102.03125 L 351.6875,103.21875 L 353.875,103.8125 L 357.0625,106.1875 L 359.625,106.375 L 360.21875,105.78125 L 362.8125,105.78125 L 364,108.375 L 365.375,108.375 L 366.1875,107.1875 L 370.9375,107.375 L 371.71875,108.375 L 372.3125,108.375 L 374.3125,106.375 L 376.09375,107.96875 C 376.09375,107.96875 376.33461,107.94351 376.375,107.9375 L 376.25,107.125 L 378.59375,105.96875 L 379.75,104.78125 L 379,102.84375 L 378.78125,101.46875 L 380.9375,99.71875 L 381.71875,95.8125 L 379.375,92.875 L 380.15625,91.5 L 382.125,87.8125 L 382.6875,88.59375 L 385.625,88.59375 L 387,89.9375 L 388.75,88.78125 L 390.125,86.53125 L 388.71875,86.3125 L 387.9375,82.40625 L 386.375,81.21875 L 380.90625,80.625 L 379.9375,78.09375 L 378.15625,76.9375 L 371.90625,76.15625 L 371.53125,71.65625 L 372.3125,70.875 L 372.3125,69.125 L 369.1875,67.15625 L 369.78125,65 L 370.5625,63.0625 L 369.1875,61.875 L 371.34375,59.9375 L 371.34375,56.40625 L 370.5625,55.84375 L 367.625,55.84375 z " id="departement08" inkscape:label="#path15254"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 349.3125,138.6875 L 345.34375,140.875 L 341.96875,143.25 L 338.625,143.25 L 333.0625,147.03125 L 328.3125,147.8125 L 324.9375,144.25 L 324.09375,144.4375 L 324.09375,145.03125 L 321.375,146.1875 L 321.1875,148.53125 L 319.8125,150.3125 L 319.03125,154.21875 L 318.59375,157.5 L 319.8125,158.5 L 322.15625,158.5 L 327.21875,163.78125 L 326.625,169.0625 L 330.15625,171.78125 L 332.125,170.40625 L 335.25,174.125 L 335.625,177.65625 L 337.78125,180.5625 L 338.75,182.71875 L 346.5625,183.125 L 350.46875,181.15625 L 351.625,183.3125 L 353,183.5 L 354,181.34375 L 360.4375,181.15625 L 362.96875,179.78125 L 363.375,177.25 L 369.03125,177.25 L 369.8125,177.6875 L 369.15625,175.1875 L 367.5625,174.1875 L 369.75,172.21875 L 373.125,172 L 374.3125,170.21875 L 374.09375,163.09375 L 373.3125,158.9375 L 369.9375,157.75 L 366.375,152.78125 L 366.5625,149.8125 L 367.59375,147.65625 L 365.78125,147.03125 L 360.21875,148.21875 L 356.25,148.21875 L 352.6875,142.875 L 352.28125,138.90625 L 349.3125,138.6875 z " id="departement10" inkscape:label="#path15258"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 379.09375,139.71875 L 374.5,140.5 L 373.90625,145.4375 L 369.75,148.40625 L 367.59375,147.65625 L 366.5625,149.8125 L 366.375,152.78125 L 369.9375,157.75 L 373.3125,158.9375 L 374.09375,163.09375 L 374.3125,170.21875 L 373.125,172 L 369.75,172.21875 L 367.5625,174.1875 L 369.15625,175.1875 L 369.8125,177.6875 L 372.15625,179 L 375.65625,182.71875 L 380.15625,188.78125 L 377.625,191.5 L 379.375,192.6875 L 379.5625,196 L 382.6875,195.8125 L 383.46875,197.375 L 385.8125,197.5625 L 387.5625,196.59375 L 390.6875,200.5 L 391.09375,201.46875 L 395.375,200.5 L 396.1875,198.53125 L 396.375,198.5625 L 396.375,196.59375 L 399.09375,195.40625 L 402.21875,196.59375 L 405.15625,195.40625 L 406.90625,195.40625 L 407.5,191.5 L 408.46875,190.34375 L 406.71875,190.15625 L 406.53125,187.8125 L 409.25,187.21875 L 409.4375,185.65625 L 412.1875,185.65625 L 412.1875,183.125 L 414.34375,182.34375 L 413.75,180.78125 L 414.34375,180.40625 L 412.5625,179 L 410.4375,179.78125 L 410.4375,175.6875 L 404.96875,172.96875 L 406.125,167.6875 L 407.875,166.5 L 407.3125,164.75 L 404.75,164.375 L 404.1875,161.8125 L 401.84375,161.8125 L 399.09375,158.125 L 395.96875,157.90625 L 394.625,155.96875 L 396.375,154.21875 L 392.25,149.71875 L 390.5,149.125 L 385.8125,146.78125 L 383.28125,144.0625 L 379.1875,143.46875 L 379.09375,139.71875 z " id="departement52" inkscape:label="#path15265"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 480.71875,112.28125 L 477,113.3125 L 475.28125,116.3125 L 475.28125,119.25 L 473.71875,120.625 L 472.34375,120.625 L 469.8125,118.84375 L 467.84375,120.21875 L 465.5,120.21875 L 463.5625,118.28125 L 459.84375,117.6875 L 457.6875,116.71875 L 456.90625,113.78125 L 455.15625,115.71875 L 454.1875,120.21875 L 451.625,121 L 451.625,123.53125 L 454.1875,124.71875 L 456.125,126.09375 L 455.34375,127.84375 L 457.125,129 L 460.25,126.65625 L 465.6875,129.78125 L 463.375,134.09375 L 463.5625,135.46875 L 465.125,137.03125 L 463.9375,141.125 L 460.03125,145.03125 L 457.875,144.84375 L 459.25,146.1875 L 458.46875,149.71875 L 459.25,155 L 462.96875,155.96875 L 462.65625,156.6875 L 465.59375,156.53125 L 467.3125,158.625 L 468.84375,160.53125 L 472.6875,160.34375 L 474.40625,165.3125 L 477.40625,166.625 L 477.375,166 L 482.46875,156.03125 L 481.875,150.375 L 484.21875,142.75 L 484.8125,136.09375 L 489.875,132.40625 L 489.875,130.0625 L 491.84375,127.5 L 493.40625,127.5 L 495.15625,125.75 L 494.78125,122.4375 L 496.53125,117.75 L 499.25,117.15625 L 496.53125,115 L 491.65625,114.4375 L 487.34375,112.28125 L 484.40625,114.03125 L 482.84375,112.28125 L 480.71875,112.28125 z " id="departement67" inkscape:label="#path16151"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 401.59375,88.4375 L 399.25,90.59375 L 395.9375,90.78125 L 394.78125,91.96875 L 394.53125,91.96875 L 394.40625,94.3125 L 395.5625,96.21875 L 395.15625,97.375 L 394.78125,98.71875 L 394.96875,99.46875 L 395.9375,98.71875 L 396.875,97 L 398.8125,96.8125 L 402.0625,95.84375 L 403.78125,97.1875 L 404.53125,98.71875 L 405.125,100.4375 L 405.125,102.15625 L 406.0625,102.9375 L 406.0625,104.25 L 405.125,105.40625 L 404.9375,107.90625 L 405.6875,109.0625 L 405.875,110.59375 L 406.0625,113.0625 L 407.21875,114.03125 L 408.9375,114.78125 L 408.1875,116.3125 L 410.28125,118.25 L 408.375,120.34375 L 408.75,121.6875 L 410.65625,122.625 L 410.65625,123.59375 L 408.375,123.59375 L 407.40625,124.9375 L 407.59375,125.90625 L 409.125,127.4375 L 407.8125,131.0625 L 406.28125,134.5 L 407.03125,136.625 L 407.03125,140.0625 L 407.8125,141.78125 L 408.9375,141.78125 L 409.53125,142.75 L 407.8125,142.75 L 406.28125,143.5 L 406.28125,144.65625 L 408.1875,146.375 L 408.1875,149.0625 L 410.09375,148.46875 L 412.96875,148.65625 L 413.15625,151.71875 L 414.3125,152.125 L 412.96875,153.0625 L 412.78125,154.03125 L 414.875,154.40625 L 416.21875,156.125 L 422.53125,155.75 L 423.875,153.25 L 426.75,153.25 L 427.90625,152.3125 L 429.8125,153.46875 L 431.53125,152.875 L 434.03125,153.0625 L 436.125,152.3125 L 438.21875,150.78125 L 439.375,151.9375 L 439.5625,149.25 L 441.09375,148.65625 L 441.875,151.15625 L 444.15625,151.34375 L 446.46875,151.9375 L 447.40625,152.125 L 450.6875,150.59375 L 452.40625,149.4375 L 453.9375,147.53125 L 457,146.375 L 459,145.9375 L 457.875,144.84375 L 460.03125,145.03125 L 460.4375,144.625 L 458.125,143.875 L 454.875,141.59375 L 452,139.46875 L 448.5625,139.46875 L 444.9375,137.375 L 442.0625,137.1875 L 442.0625,136.40625 L 437.65625,133.75 L 432.6875,131.625 L 430.1875,131.625 L 429.25,128.96875 L 425.40625,124.15625 L 421.59375,124.15625 L 420.0625,122.0625 L 417,122.0625 L 417.1875,119 L 413.15625,116.5 L 413.34375,114.03125 L 415.46875,114.03125 L 415.46875,111.90625 L 416.21875,110.375 L 414.5,108.65625 L 416.03125,106 L 414.875,102.9375 L 413.9375,102.15625 L 411.4375,96.8125 L 412.40625,95.28125 C 412.40625,95.28125 412.32712,94.02401 412.25,92.34375 L 409.625,92.34375 L 406.09375,88.4375 L 401.59375,88.4375 z " id="departement54" inkscape:label="#path16153"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 307.5,116.5 L 306.3125,117.09375 L 304.375,118.65625 L 302.4375,118.0625 L 299.09375,119.4375 L 296.375,117.875 L 295.1875,119.4375 L 293.4375,119.625 L 292.25,118.65625 L 290.3125,117.5 L 287.96875,119.0625 L 287.875,118.96875 L 287.03125,124.375 L 288.1875,131.25 L 288.1875,135.84375 L 286.65625,139.6875 L 287.03125,142.34375 L 285.3125,143.6875 L 286.25,148.875 L 285.5,150 L 284.9375,155.1875 L 286.25,156.90625 L 281.875,159.78125 L 281.875,163.71875 L 283.09375,165.53125 L 285.4375,166.71875 L 285.625,170.03125 L 282.5,172.1875 L 284.25,173.75 L 286.40625,172.375 L 291.6875,172.5625 L 293.625,172.1875 L 294.21875,170.625 L 296.375,170.8125 L 296.75,172.375 L 301.625,169.625 L 303.40625,167.5 L 305.75,164.75 L 304.1875,163 L 305.5625,160.0625 L 309.0625,158.3125 L 316.6875,158.6875 L 318.4375,157.34375 L 318.59375,157.5 L 319.03125,154.21875 L 319.8125,150.3125 L 321.1875,148.53125 L 321.375,146.1875 L 324.09375,145.03125 L 324.09375,143.46875 L 321.1875,143.65625 L 320.59375,142.28125 L 321.5625,140.53125 L 320.78125,137.59375 L 319.21875,136.625 L 319.625,133.90625 L 321.1875,132.90625 L 320.96875,131.75 L 321.53125,131.0625 L 318.25,130.375 L 317.25,128.03125 L 315.5,127.4375 L 310.25,122.375 L 309.65625,118.0625 L 307.5,116.5 z " id="departement77" inkscape:label="Seine-et-Marne"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 465.59375,156.53125 L 462.65625,156.6875 L 460.8125,160.84375 L 458.46875,165.53125 L 459.0625,168.46875 L 457.125,172.96875 L 453.78125,175.875 L 453.59375,183.5 L 451.15625,185.59375 L 451.25,185.65625 L 452.03125,187.21875 L 455.15625,187.40625 L 458.6875,190.15625 L 459.25,191.5 L 459.0625,193.84375 L 458.09375,195.625 L 458.46875,197.96875 L 461.21875,197.5625 L 461.8125,199.71875 L 462.78125,203.875 L 465.09375,203.5 L 464.6875,205.625 L 466.0625,206.8125 L 473.28125,206.625 L 477,203.6875 L 477.1875,199.375 L 479.15625,196.84375 L 476.59375,193.90625 L 475.25,190.78125 L 476.8125,188.65625 L 476.8125,183.75 L 477.78125,181.40625 L 477.78125,177.5 L 479.53125,174.96875 L 477.59375,172.25 L 477.40625,166.625 L 474.40625,165.3125 L 472.6875,160.34375 L 468.84375,160.53125 L 467.3125,158.625 L 465.59375,156.53125 z " id="departement68" inkscape:label="#path17033"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 390.125,86.53125 L 388.75,88.78125 L 387,89.9375 L 385.625,88.59375 L 382.6875,88.59375 L 382.125,87.8125 L 380.15625,91.5 L 379.375,92.875 L 381.71875,95.8125 L 380.9375,99.71875 L 378.78125,101.46875 L 379,102.84375 L 379.75,104.78125 L 378.59375,105.96875 L 376.25,107.125 L 376.625,109.28125 L 377.625,109.46875 L 375.875,111.03125 L 377.21875,113.96875 L 378.59375,118.28125 L 376.84375,120.21875 L 379.96875,120.03125 L 378.40625,124.90625 L 376.25,125.875 L 375.0625,128.8125 L 376.25,129.78125 L 374.875,132.125 L 375.28125,133.6875 L 379,136.625 L 379.1875,143.46875 L 383.28125,144.0625 L 385.8125,146.78125 L 390.5,149.125 L 392.25,149.71875 L 396.375,154.21875 L 395.9375,154.65625 L 399.375,154.21875 L 399.375,152.5 L 403.21875,151.71875 L 403.21875,150.40625 L 404.15625,150.40625 L 404.15625,151.53125 L 407.21875,150.59375 L 408.40625,149 L 408.1875,149.0625 L 408.1875,146.375 L 406.28125,144.65625 L 406.28125,143.5 L 407.8125,142.75 L 409.53125,142.75 L 408.9375,141.78125 L 407.8125,141.78125 L 407.03125,140.0625 L 407.03125,136.625 L 406.28125,134.5 L 407.8125,131.0625 L 409.125,127.4375 L 407.59375,125.90625 L 407.40625,124.9375 L 408.375,123.59375 L 410.65625,123.59375 L 410.65625,122.625 L 408.75,121.6875 L 408.375,120.34375 L 410.28125,118.25 L 408.1875,116.3125 L 408.9375,114.78125 L 407.21875,114.03125 L 406.0625,113.0625 L 405.875,110.59375 L 405.6875,109.0625 L 404.9375,107.90625 L 405.125,105.40625 L 406.0625,104.25 L 406.0625,102.9375 L 405.125,102.15625 L 405.125,100.4375 L 404.53125,98.71875 L 403.78125,97.1875 L 402.0625,95.84375 L 398.8125,96.8125 L 396.875,97 L 395.9375,98.71875 L 394.96875,99.46875 L 394.78125,98.71875 L 395.15625,97.375 L 395.5625,96.21875 L 394.40625,94.3125 L 394.53125,91.96875 L 393.59375,91.96875 L 392.8125,88.25 L 391.25,86.6875 L 390.125,86.53125 z " id="departement55" inkscape:label="#path17040"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 423.09375,90.40625 L 420.15625,90.59375 L 417.8125,92.5625 L 417.21875,93.53125 L 413.90625,93.53125 L 412.75,92.34375 L 412.25,92.34375 C 412.32712,94.02401 412.40625,95.28125 412.40625,95.28125 L 411.4375,96.8125 L 413.9375,102.15625 L 414.875,102.9375 L 416.03125,106 L 414.5,108.65625 L 416.21875,110.375 L 415.46875,111.90625 L 415.46875,114.03125 L 413.34375,114.03125 L 413.15625,116.5 L 417.1875,119 L 417,122.0625 L 420.0625,122.0625 L 421.59375,124.15625 L 425.40625,124.15625 L 429.25,128.96875 L 430.1875,131.625 L 432.6875,131.625 L 437.65625,133.75 L 442.0625,136.40625 L 442.0625,137.1875 L 444.9375,137.375 L 448.5625,139.46875 L 452,139.46875 L 454.875,141.59375 L 458.125,143.875 L 460.4375,144.625 L 463.9375,141.125 L 465.125,137.03125 L 463.5625,135.46875 L 463.375,134.09375 L 465.6875,129.78125 L 460.25,126.65625 L 457.125,129 L 455.34375,127.84375 L 456.125,126.09375 L 454.1875,124.71875 L 451.625,123.53125 L 451.625,121 L 454.1875,120.21875 L 455.15625,115.71875 L 456.90625,113.78125 L 457.6875,116.71875 L 459.84375,117.6875 L 463.5625,118.28125 L 465.5,120.21875 L 467.84375,120.21875 L 469.8125,118.84375 L 472.34375,120.625 L 473.71875,120.625 L 475.28125,119.25 L 475.28125,116.3125 L 477,113.3125 L 476.59375,113.4375 L 475.25,111.5 L 471.34375,109.15625 L 469.96875,107 L 465.28125,107.40625 L 462.53125,109.9375 L 455.90625,110.125 L 453.9375,108.75 C 453.80551,108.51057 452.84437,106.81438 452,106.34375 C 451.96729,106.32639 451.91355,106.29802 451.875,106.28125 C 451.84646,106.26959 451.80512,106.25698 451.78125,106.25 C 451.77058,106.24458 451.73002,106.22452 451.71875,106.21875 C 451.71591,106.21876 451.69093,106.21861 451.6875,106.21875 C 451.66248,106.21745 451.61378,106.21875 451.59375,106.21875 C 450.67823,106.21876 448.90565,105.19125 448.6875,105.0625 L 445.9375,106.21875 L 445.75,108.5625 L 442.4375,108.96875 L 440.46875,105.25 L 439.3125,104.84375 L 439.3125,102.125 L 436.5625,100.9375 L 436.375,96.25 L 434.40625,94.3125 L 430.3125,92.34375 L 428.375,92.34375 L 427.78125,92.75 L 425.8125,92.75 L 423.09375,90.40625 z " id="departement57" inkscape:label="#path17046"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 459,145.9375 L 457,146.375 L 453.9375,147.53125 L 452.40625,149.4375 L 450.6875,150.59375 L 447.40625,152.125 L 446.46875,151.9375 L 444.15625,151.34375 L 441.875,151.15625 L 441.09375,148.65625 L 439.5625,149.25 L 439.375,151.9375 L 438.21875,150.78125 L 436.125,152.3125 L 434.03125,153.0625 L 431.53125,152.875 L 429.8125,153.46875 L 427.90625,152.3125 L 426.75,153.25 L 423.875,153.25 L 422.53125,155.75 L 416.21875,156.125 L 414.875,154.40625 L 412.78125,154.03125 L 412.96875,153.0625 L 414.3125,152.125 L 413.15625,151.71875 L 412.96875,148.65625 L 410.09375,148.46875 L 408.40625,149 L 407.21875,150.59375 L 404.15625,151.53125 L 404.15625,150.40625 L 403.21875,150.40625 L 403.21875,151.71875 L 399.375,152.5 L 399.375,154.21875 L 395.9375,154.65625 L 394.625,155.96875 L 395.96875,157.90625 L 399.09375,158.125 L 401.84375,161.8125 L 404.1875,161.8125 L 404.75,164.375 L 407.3125,164.75 L 407.875,166.5 L 406.125,167.6875 L 404.96875,172.96875 L 410.4375,175.6875 L 410.4375,179.78125 L 412.5625,179 L 414.34375,180.40625 L 415.6875,179.59375 L 414.9375,178.4375 L 415.90625,177.84375 L 417.25,179.40625 L 419.21875,178.03125 L 419.8125,176.09375 L 423.5,175.5 L 424.5,176.28125 L 424.3125,178.4375 L 426.84375,180.375 L 428.40625,180.1875 L 430.15625,178.8125 L 434.25,178.8125 L 437.1875,182.125 L 438.15625,182.125 L 439.71875,181.15625 L 439.9375,180 L 441.5,179.21875 L 443.25,180.375 L 445,182.34375 L 451.15625,185.59375 L 453.59375,183.5 L 453.78125,175.875 L 457.125,172.96875 L 459.0625,168.46875 L 458.46875,165.53125 L 460.8125,160.84375 L 462.96875,155.96875 L 459.25,155 L 458.46875,149.71875 L 459.25,146.1875 L 459,145.9375 z " id="departement88" inkscape:label="#path17051"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 274.21875,136.40625 L 272.46875,137.1875 L 270.5625,137.9375 L 270.1875,140.0625 L 267.3125,141.40625 L 266.9375,143.5 L 268.28125,145.8125 L 266.34375,148.46875 L 263.5,148.46875 L 264.625,150.1875 L 263.28125,151.71875 L 262.8125,154.8125 L 263.75,155 L 264.125,157.53125 L 264.53125,158.125 L 264.9375,163.375 L 271.1875,162.8125 L 273.71875,160.46875 L 275.875,162.21875 L 281.125,162.59375 L 281.875,163.71875 L 281.875,159.78125 L 286.25,156.90625 L 284.9375,155.1875 L 285.5,150 L 286.25,148.875 L 285.3125,143.6875 L 287.03125,142.34375 L 286.6875,139.90625 L 284.53125,138.90625 L 280.90625,138.90625 L 278.8125,137.75 L 277.28125,138.53125 L 274.21875,136.40625 z " id="departement91" inkscape:label="Essonne"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 251.5,118.15625 L 251.4375,118.28125 L 245.96875,119.84375 L 245.1875,120.8125 L 246.1875,122.375 L 246.1875,123.9375 L 247.9375,124.3125 L 246.9375,125.3125 L 247.03125,126.1875 L 247.15625,126.09375 L 249.09375,128.03125 L 249.6875,130.375 L 251.25,131.9375 L 250.46875,134.09375 L 250.46875,136.03125 L 251.84375,137.59375 L 250.46875,139.9375 L 251.84375,143.28125 L 254.5625,145.21875 L 254.96875,147.375 L 257.3125,147.75 L 257.875,152.0625 L 259.65625,154.21875 L 262.8125,154.8125 L 263.28125,151.71875 L 264.625,150.1875 L 263.5,148.46875 L 266.34375,148.46875 L 268.28125,145.8125 L 266.9375,143.5 L 267.3125,141.40625 L 270.1875,140.0625 L 270.5625,137.9375 L 272.46875,137.1875 L 274.21875,136.40625 L 274.5625,136.625 L 274.5625,136.40625 L 272.8125,134.4375 L 271.71875,131.46875 L 273.46875,127.65625 L 272.59375,124.78125 L 269.1875,122.71875 L 264.375,122.5 L 259.875,119.625 L 256.25,120.28125 L 251.5,118.15625 z " id="departement78" inkscape:label="Yvelines"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 255.5625,109.6875 L 254,111.625 L 252.8125,115.9375 L 251.5,118.15625 L 256.25,120.28125 L 259.875,119.625 L 264.375,122.5 L 269.1875,122.71875 L 272.59375,124.78125 L 273.46875,127.65625 L 273.4375,127.71875 L 273.8125,127.65625 L 277.3125,125.78125 L 282.5625,125.4375 L 285.4375,124.125 L 287.28125,122.8125 L 287.875,118.96875 L 286.59375,117.6875 L 282.3125,115.15625 L 278.1875,113 L 276.0625,113.96875 L 273.71875,114.5625 L 272.15625,113.375 L 269.03125,111.4375 L 266.5,113.375 L 262.78125,113.78125 L 257.5,113.375 L 256.3125,111.4375 L 255.5625,109.6875 z " id="departement95" inkscape:label="Val-d'Oise"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 287.28125,122.8125 L 285.4375,124.125 L 282.5625,125.4375 L 277.3125,125.78125 L 277.46875,126.5 L 277.90625,126.59375 L 278.3125,127.21875 L 277.90625,128.09375 L 277.375,128.1875 L 277.75,129.09375 L 280.28125,129.0625 L 281.09375,130.3125 L 281.25,132.0625 L 282.125,131.9375 L 282.9375,131.28125 L 284.15625,131.34375 L 285.6875,132.21875 L 286.5625,133.1875 L 286.96875,133.375 L 287.21875,133.84375 L 288.1875,134.09375 L 288.1875,131.25 L 287.03125,124.375 L 287.28125,122.8125 z " id="departement93" inkscape:label="Seine-Saint-Denis"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 280.28125,129.0625 L 277.75,129.09375 L 276.625,129.59375 L 276.15625,130.21875 L 275.125,130.28125 L 274.1875,131.34375 L 274.21875,131.9375 L 274.4375,132.625 L 276,133.0625 L 277.90625,134.03125 L 279.125,134.09375 L 279.9375,133.875 L 280.78125,133.28125 L 281.0625,133.53125 L 282.875,133.78125 L 283.1875,133.125 L 283.1875,132.46875 L 282.875,132.34375 L 281.625,132.40625 L 281.71875,132.71875 L 281.5,132.90625 L 281.09375,132.90625 L 281.25,132.5 L 281.3125,132.0625 L 281.25,132.0625 L 281.09375,130.3125 L 280.28125,129.0625 z " id="departement75" inkscape:label="Paris"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 277.3125,125.78125 L 273.8125,127.65625 L 273.4375,127.71875 L 271.71875,131.46875 L 272.8125,134.4375 L 274.5625,136.40625 L 274.5625,136.625 L 277.28125,138.53125 L 277.9375,138.1875 L 277.4375,137.25 L 277.9375,135.78125 L 277.625,135.25 L 277.96875,134.03125 L 277.90625,134.03125 L 276,133.0625 L 274.4375,132.625 L 274.21875,131.9375 L 274.1875,131.34375 L 275.125,130.28125 L 276.15625,130.21875 L 276.625,129.59375 L 277.75,129.09375 L 277.375,128.1875 L 277.90625,128.09375 L 278.3125,127.21875 L 277.90625,126.59375 L 277.46875,126.5 L 277.3125,125.78125 z " id="departement92" inkscape:label="Hauts-de-Seine"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 282.9375,131.28125 L 282.125,131.9375 L 281.3125,132.0625 L 281.25,132.5 L 281.09375,132.90625 L 281.5,132.90625 L 281.71875,132.71875 L 281.625,132.40625 L 282.875,132.34375 L 283.1875,132.46875 L 283.1875,133.125 L 282.875,133.78125 L 281.0625,133.53125 L 280.78125,133.28125 L 279.9375,133.875 L 279.125,134.09375 L 277.96875,134.03125 L 277.625,135.25 L 277.9375,135.78125 L 277.4375,137.25 L 277.9375,138.1875 L 278.8125,137.75 L 280.90625,138.90625 L 284.53125,138.90625 L 286.6875,139.90625 L 286.65625,139.6875 L 288.1875,135.84375 L 288.1875,134.09375 L 287.21875,133.84375 L 286.96875,133.375 L 286.5625,133.1875 L 285.6875,132.21875 L 284.15625,131.34375 L 282.9375,131.28125 z " id="departement94" inkscape:label="Val-de-Marne"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 447.40625,199.71875 L 447.21875,199.9375 L 444.96875,199.9375 L 443.8125,201.53125 L 442.34375,202.375 L 442.34375,204.34375 L 438.6875,204.78125 L 436.71875,203.375 L 434.0625,203.78125 L 431.53125,205.75 L 429.71875,208.84375 L 427.90625,209.40625 L 427.0625,211.5 L 424.8125,211.90625 L 421.71875,214.4375 L 417.65625,214.3125 L 416.40625,215.28125 L 415.28125,215.28125 L 411.34375,218.5 L 409.5625,218.4375 L 409.53125,219.625 L 409.8125,221.71875 L 412.34375,223.40625 L 413.75,225.25 L 413.3125,227.1875 L 412.0625,230.15625 L 411.21875,232.09375 L 416.6875,233.9375 L 420.1875,233.65625 L 420.46875,236.59375 L 420.46875,240.53125 L 424.8125,241.9375 L 426.78125,242.46875 L 429.59375,245.15625 L 429.3125,247.40625 L 428.03125,249.21875 L 424.53125,250.34375 L 425.375,252.3125 L 425.78125,253.84375 L 424.25,255.375 L 424.40625,256.78125 L 426.78125,257 L 426.8125,256.8125 L 438.90625,245.46875 L 438.53125,236.09375 L 442.8125,233.96875 L 445.75,232.59375 L 448.46875,230.0625 L 448.6875,226.34375 L 451.40625,224.96875 L 457.65625,217.75 L 456.6875,215.40625 L 458.84375,214.4375 L 461.375,211.3125 L 460,209.9375 L 455.3125,210.90625 L 455.125,210.125 L 459.4375,205.15625 L 447.40625,199.71875 z " id="departement25"/>
<path style="opacity:1;color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.51459853;visibility:visible;display:inline;overflow:visible" d="M 451.4375,186.03125 L 449.625,186.96875 L 448.09375,188.09375 L 448.09375,190.59375 L 448.9375,193.5625 L 448.9375,195.5 L 448.46875,198.625 L 447.40625,199.71875 L 459.4375,205.15625 L 460.1875,204.28125 L 462.78125,203.875 L 461.8125,199.71875 L 461.21875,197.5625 L 458.46875,197.96875 L 458.09375,195.625 L 459.0625,193.84375 L 459.25,191.5 L 458.6875,190.15625 L 455.15625,187.40625 L 452.03125,187.21875 L 451.4375,186.03125 z " id="departement90" inkscape:label="#path3622"/>
</g>
<g inkscape:groupmode="layer" id="layer2" inkscape:label="Region" style="display:inline" sodipodi:insensitive="true">
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 247.46875,347.3125 L 243.3125,349.25 L 242.71875,349.34375 L 242.84375,349.53125 L 241.5,350.6875 L 241.5,352.84375 L 243.25,354.78125 L 241.5,357.90625 L 239.9375,358.90625 L 239.71875,360.84375 L 236.40625,361.25 L 236.59375,363.375 L 237.78125,363.78125 L 235.03125,367.6875 L 230.75,368.0625 L 230.5625,371 L 228.78125,372.75 L 227.8125,375.3125 L 223.90625,375.5 L 225.46875,381.34375 L 227.4375,385.65625 L 223.125,386.4375 L 220.1875,384.6875 L 218.8125,389.15625 L 220.96875,391.5 L 220,395.21875 L 218.8125,396.59375 L 219.625,398.9375 L 215.90625,399.71875 L 212.96875,400.5 L 213.75,403.21875 L 211.8125,403.8125 L 210.8125,404.78125 L 207.875,401.875 L 202.03125,402.4375 L 200.46875,405.1875 L 196.9375,405.5625 L 193.625,406.15625 L 192.25,404.21875 L 189.125,407.34375 L 186.8125,405.375 L 185.4375,408.3125 L 185.625,410.84375 L 183.46875,411.4375 L 182.5,410.0625 L 181.53125,407.125 L 178.78125,409.46875 L 176.84375,408.6875 L 174.6875,409.09375 L 172.75,411.4375 L 175.0625,415.34375 L 173.5,416.90625 L 174.09375,420.21875 L 172.15625,422.75 L 170.78125,426.46875 L 172.34375,429.21875 L 177.625,429.59375 L 180.9375,435.0625 L 178.78125,437.03125 L 180.34375,439.375 L 182.6875,442.875 L 180.75,445.40625 L 177.625,452.4375 L 172.34375,456.9375 L 173.71875,459.6875 L 172.53125,460.46875 L 169.625,459.875 L 168.8125,466.3125 L 167.25,467.5 L 166.9375,471.53125 L 167.4375,471.25 L 170.75,473.21875 L 174.65625,476.15625 L 175.03125,478.5 L 178.15625,481.03125 L 180.71875,481.03125 L 187.15625,478.28125 L 189.875,481.40625 L 193.59375,482.40625 L 194.96875,480.0625 L 196.71875,480.84375 L 208.4375,481.625 L 208.84375,472.03125 L 211.5625,472.4375 L 216.65625,475.375 L 222.6875,476.53125 L 225.25,476.53125 L 228.5625,480.84375 L 236.96875,480.4375 L 240.28125,485.71875 L 243.21875,484.53125 L 251.8125,485.71875 L 252.4375,489.3125 L 258.5,487.90625 L 260.71875,485.96875 L 264.03125,485.125 L 264.84375,483.46875 L 272.03125,482.9375 L 267.625,477.6875 L 264.03125,479.625 L 257.6875,474.375 L 259.0625,472.4375 L 264.03125,472.4375 L 263.46875,467.75 L 263.46875,464.15625 L 262.65625,457.5 L 252.96875,452.8125 L 253.53125,451.15625 L 251.3125,448.6875 L 253.8125,447.5625 L 254.34375,444.53125 L 257.40625,443.15625 L 256.5625,441.21875 L 259.34375,438.71875 L 260.71875,441.21875 L 264.84375,439.84375 L 266.78125,439.5625 L 266.5,440.9375 L 270.375,440.9375 L 273.96875,442.0625 L 274.25,438.46875 L 275.90625,438.46875 L 281.96875,439.5625 L 287.78125,439.5625 L 292.1875,438.1875 L 293.3125,434.59375 L 290.28125,431.8125 L 291.09375,429.0625 L 292.75,426.59375 L 295.5,428.5 L 302.6875,426.03125 L 303.8125,423.8125 L 305.46875,423.8125 L 308.78125,423.8125 L 308.5,418.03125 L 308.5,416.09375 L 310.15625,416.09375 L 313.1875,417.75 L 316.21875,417.75 L 315.6875,414.4375 L 317.34375,413.03125 L 320.65625,412.5 L 320.65625,409.71875 L 324.25,408.0625 L 323.40625,404.21875 L 320.375,404.21875 L 317.625,403.65625 L 317.0625,401.4375 L 319.28125,400.90625 L 319.28125,398.125 L 321.46875,396.1875 L 319.8125,395.375 L 315.125,396.1875 L 315.40625,394 L 312.09375,392.59375 L 311.25,385.96875 L 311.25,381.28125 L 308.5,379.34375 L 308.78125,375.46875 L 302.96875,368.3125 L 302.40625,362.78125 L 300.5,362.78125 L 299.65625,357.25 L 295.78125,357.8125 L 295.25,354.21875 L 294.6875,353.375 L 289.15625,358.09375 L 289.15625,362.78125 L 287.78125,362.78125 L 287.21875,367.1875 L 285.84375,367.75 L 284.75,370.21875 L 278.65625,370.21875 L 278.125,369.40625 L 275.34375,369.40625 L 273.6875,372.15625 L 271.5,371.875 L 272.59375,368.5625 L 270.09375,367.46875 L 272.59375,361.65625 L 269.28125,359.1875 L 268.15625,352 L 265.125,351.1875 L 262.90625,353.375 L 261.8125,351.4375 L 258.5,354.75 L 256.28125,355.03125 L 252.4375,349.53125 L 247.46875,347.3125 z " id="path4208" inkscape:label="Midi-Pyrénées"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 209.84375,310.46875 L 208.09375,313.59375 L 205.34375,313.96875 L 205.15625,318.65625 L 195.96875,324.90625 L 195.78125,331.75 L 192.25,335.25 L 190.3125,337.03125 L 186.40625,336.625 L 184.25,340.34375 L 182.6875,343.65625 L 180.75,342.28125 L 178,343.65625 L 175.65625,343.28125 L 171.1875,338.78125 L 168.4375,338.59375 L 167.65625,332.34375 L 162.5625,331.75 L 162.375,328.8125 L 161.40625,329.78125 L 155.625,329.78125 L 155.90625,331.03125 L 157.28125,336.6875 L 157.65625,342.34375 L 156.6875,343.90625 L 155.71875,339.21875 L 152.96875,328.5 L 143,319.5 L 143.21875,315.40625 L 141.25,315.21875 L 138.125,319.90625 L 137.15625,336.3125 L 134.625,352.90625 L 132.84375,365.78125 L 132.65625,369.125 L 134.03125,364.625 L 136.75,361.09375 L 140.65625,364.625 L 141.0625,365.78125 L 142.21875,367.34375 L 137.34375,367.5625 L 136.5625,366.375 L 134.625,367.15625 L 134.21875,370.09375 L 132.0625,373.03125 L 132.0625,377.5 L 128.5625,396.25 L 124.0625,413.4375 L 122.6875,420.09375 L 121.53125,424.78125 L 117.8125,431.21875 L 113.3125,436.6875 L 109.8125,438.0625 L 107.28125,438.4375 L 107.28125,440.59375 L 109.625,442.75 L 113.125,442.9375 L 113.3125,445.46875 L 116.0625,445.6875 L 116.84375,443.90625 L 120.5625,445.46875 L 122.90625,446.0625 L 123.46875,448.40625 L 122.125,449.59375 L 122.125,453.28125 L 119.375,454.65625 L 119.1875,456.40625 L 120.9375,458.375 L 124.0625,459.34375 L 124.65625,456.40625 L 126.40625,454.46875 L 126.21875,457 L 127.59375,458.96875 L 131.09375,458.96875 L 132.65625,461.09375 L 137.34375,461.875 L 141.84375,464.625 L 149.25,464.625 L 149.65625,468.71875 L 154.71875,472.625 L 156.6875,474.96875 L 158.84375,473.8125 L 160.78125,473.40625 L 161.75,474.375 L 163.53125,473.40625 L 166.9375,471.53125 L 167.25,467.5 L 168.8125,466.3125 L 169.625,459.875 L 172.53125,460.46875 L 173.71875,459.6875 L 172.34375,456.9375 L 177.625,452.4375 L 180.75,445.40625 L 182.6875,442.875 L 180.34375,439.375 L 178.78125,437.03125 L 180.9375,435.0625 L 177.625,429.59375 L 172.34375,429.21875 L 170.78125,426.46875 L 172.15625,422.75 L 174.09375,420.21875 L 173.5,416.90625 L 175.0625,415.34375 L 172.75,411.4375 L 174.6875,409.09375 L 176.84375,408.6875 L 178.78125,409.46875 L 181.53125,407.125 L 182.5,410.0625 L 183.46875,411.4375 L 185.625,410.84375 L 185.4375,408.3125 L 186.8125,405.375 L 189.125,407.34375 L 192.25,404.21875 L 193.625,406.15625 L 196.9375,405.5625 L 200.46875,405.1875 L 202.03125,402.4375 L 207.875,401.875 L 210.8125,404.78125 L 211.8125,403.8125 L 213.75,403.21875 L 212.96875,400.5 L 215.90625,399.71875 L 219.625,398.9375 L 218.8125,396.59375 L 220,395.21875 L 220.96875,391.5 L 218.8125,389.15625 L 220.1875,384.6875 L 223.125,386.4375 L 227.4375,385.65625 L 225.46875,381.34375 L 223.90625,375.5 L 227.8125,375.3125 L 228.78125,372.75 L 230.5625,371 L 230.75,368.0625 L 235.03125,367.6875 L 237.78125,363.78125 L 236.59375,363.375 L 236.40625,361.25 L 239.71875,360.84375 L 239.9375,358.90625 L 241.5,357.90625 L 243.25,354.78125 L 241.5,352.84375 L 241.5,350.6875 L 242.84375,349.53125 L 241.09375,346.78125 L 241.28125,342.5 L 237,342.6875 L 235.25,341.5 L 236.8125,339.5625 L 234.65625,337.8125 L 236.21875,335.84375 L 234.65625,335.0625 L 234.65625,332.34375 L 238.5625,328.8125 L 236.40625,327.0625 L 235.25,324.125 L 231.125,323.53125 L 229.75,322.5625 L 232.6875,321.1875 L 231.71875,319.84375 L 227.4375,319.25 L 226.4375,315.34375 L 220.1875,314.75 L 218.8125,316.71875 L 217.46875,317.09375 L 215.6875,314.75 L 216.5,312.59375 L 215.5,310.65625 L 209.84375,310.46875 z " id="path4213" inkscape:label="Aquitaine"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 320.78125,352.25 L 315.3125,354.21875 L 313.75,357.71875 L 310.25,355.375 L 307.5,363.96875 L 304.6875,370.4375 L 308.78125,375.46875 L 308.5,379.34375 L 311.25,381.28125 L 311.25,385.96875 L 312.09375,392.59375 L 315.40625,394 L 315.125,396.1875 L 319.8125,395.375 L 321.46875,396.1875 L 319.28125,398.125 L 319.28125,400.90625 L 317.0625,401.4375 L 317.625,403.65625 L 320.375,404.21875 L 323.40625,404.21875 L 324.25,408.0625 L 320.65625,409.71875 L 320.65625,412.5 L 317.34375,413.03125 L 315.6875,414.4375 L 316.21875,417.75 L 313.1875,417.75 L 310.15625,416.09375 L 308.5,416.09375 L 308.5,418.03125 L 308.78125,423.8125 L 305.46875,423.8125 L 303.8125,423.8125 L 302.6875,426.03125 L 295.5,428.5 L 292.75,426.59375 L 291.09375,429.0625 L 290.28125,431.8125 L 293.3125,434.59375 L 292.1875,438.1875 L 287.78125,439.5625 L 281.96875,439.5625 L 275.90625,438.46875 L 274.25,438.46875 L 273.96875,442.0625 L 270.375,440.9375 L 266.5,440.9375 L 266.78125,439.5625 L 264.84375,439.84375 L 260.71875,441.21875 L 259.34375,438.71875 L 256.5625,441.21875 L 257.40625,443.15625 L 254.34375,444.53125 L 253.8125,447.5625 L 251.3125,448.6875 L 253.53125,451.15625 L 252.96875,452.8125 L 262.65625,457.5 L 263.46875,464.15625 L 263.46875,467.75 L 264.03125,472.4375 L 259.0625,472.4375 L 257.6875,474.375 L 264.03125,479.625 L 267.625,477.6875 L 272.03125,482.9375 L 264.84375,483.46875 L 264.03125,485.125 L 260.71875,485.96875 L 258.5,487.90625 L 252.4375,489.3125 L 252.78125,491.375 L 255.71875,494.125 L 261.5625,495.6875 L 261.75,499.1875 L 264.875,501.9375 L 267.21875,501.53125 L 270.5625,497.4375 L 274.65625,496.65625 L 281.09375,498.8125 L 286.5625,503.5 L 288.125,501.53125 L 289.5,501.53125 L 290.875,502.5 L 292.03125,501.9375 L 292.21875,499.1875 L 298.09375,497.8125 L 300.03125,495.28125 L 302.96875,494.3125 L 307.0625,494.3125 L 309.625,497.03125 L 312.75,497.25 L 312.75,494.125 L 311.1875,491.96875 L 308.4375,490.78125 L 307.84375,468.125 L 308.0625,461.6875 L 305.71875,461.875 L 303.75,458.96875 L 305.3125,456.40625 L 308.625,459.53125 L 311.5625,457.1875 L 313.53125,455.25 L 313.90625,452.125 L 320.9375,449.96875 L 321.71875,448.21875 L 327.1875,448.03125 L 328.9375,445.875 L 339.5,437.46875 L 346.125,432.78125 L 351.8125,433.1875 L 351.8125,437.09375 L 356.28125,436.875 L 358.6875,437 L 360.4375,432.9375 L 366.78125,429.0625 L 365.40625,427.125 L 367.0625,422.71875 L 372.84375,423.53125 L 374.25,413.03125 L 381.96875,408.625 L 381.96875,406.125 L 376.15625,400.34375 L 376.15625,395.90625 L 372.84375,390.40625 L 365.9375,386.53125 L 365.40625,389.5625 L 362.625,389.84375 L 361.8125,386.8125 L 359.03125,387.34375 L 358.5,391.21875 L 356.28125,390.40625 L 351.59375,387.34375 L 349.375,388.46875 L 349.375,382.9375 L 345.21875,380.4375 L 345.78125,376.3125 L 342.46875,372.71875 L 341.09375,365.53125 L 336.125,359.1875 L 332.5,360.0625 L 331.71875,357.34375 L 329.75,357.34375 L 329.375,359.6875 L 324.3125,361.25 L 320.78125,352.25 z " id="path4222" inkscape:label="Languedoc-Roussillon"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 447.34375,339.15625 L 445.59375,339.9375 L 445.1875,342.875 L 441.6875,343.28125 L 441.09375,340.53125 L 439.9375,339.375 L 436.40625,339.75 L 435.03125,340.9375 L 434.25,345.03125 L 434.84375,346 L 438.9375,346.40625 L 439.71875,348.9375 L 441.28125,349.71875 L 441.28125,354 L 437.5625,353.8125 L 436,355.5625 L 431.53125,354.78125 L 429,356.9375 L 427.21875,356.15625 L 424.6875,358.125 L 425.65625,359.875 L 424.09375,361.4375 L 419.21875,361.4375 L 419.21875,363.78125 L 420.78125,364.5625 L 420.1875,365.9375 L 416.875,367.28125 L 412.78125,367.6875 L 411.59375,371.40625 L 411.40625,373.75 L 413.5625,375.5 L 411.40625,378.03125 L 408.6875,376.65625 L 405.5625,376.46875 L 405.15625,378.21875 L 407.125,379.59375 L 404.75,381.15625 L 405.5625,384.46875 L 412.1875,386.25 L 413.375,388.78125 L 415.3125,389.15625 L 414.53125,396.40625 L 413.375,395.03125 L 411.8125,393.65625 L 410.8125,396.59375 L 409.0625,398.15625 L 406.53125,397.96875 L 403.59375,395.8125 L 402.8125,393.28125 L 397.34375,392.875 L 393.25,392.5 L 392.84375,390.15625 L 394.21875,387.21875 L 391.6875,389.375 L 387.78125,388.96875 L 387,387.59375 L 389.71875,383.90625 L 387,381.34375 L 384.25,381.5625 L 382.125,384.875 L 382.6875,388.375 L 386,388.78125 L 385.4375,390.34375 L 382.875,390.53125 L 379.96875,393.46875 L 379.1875,392.5 L 379.75,388.59375 L 378.59375,387.21875 L 373.3125,388 L 372.28125,390.09375 L 372.84375,390.40625 L 376.15625,395.90625 L 376.15625,400.34375 L 381.96875,406.125 L 381.96875,408.625 L 374.25,413.03125 L 372.84375,423.53125 L 367.0625,422.71875 L 365.40625,427.125 L 366.78125,429.0625 L 360.4375,432.9375 L 358.6875,437 L 364.875,437.28125 L 373.09375,437.875 L 374.65625,439.4375 L 371.71875,439.4375 L 369.78125,442.75 L 378.15625,444.5 L 384.8125,443.34375 L 381.28125,440 L 383.625,438.0625 L 387.34375,439.625 L 389.09375,443.34375 L 400.25,443.53125 L 403.15625,442.34375 L 403.75,444.125 L 400.625,446.84375 L 404.9375,447.03125 L 404.15625,449 L 402.96875,450.375 L 412.53125,450.375 L 417.21875,451.9375 L 418.21875,453.28125 L 421.71875,454.84375 L 422.6875,458.75 L 424.84375,459.15625 L 426.8125,457.78125 L 430.3125,455.625 L 436.375,456.21875 L 436.1875,457.78125 L 434.21875,458.75 L 438.90625,458.96875 L 437.75,457.78125 L 437.34375,455.25 L 439.875,453.5 L 442.8125,454.46875 L 444,454.84375 L 444.96875,456.03125 L 446.34375,455.0625 L 446.71875,452.5 L 448.28125,451.15625 L 452.375,451.15625 L 453.5625,449.375 L 456.28125,450.15625 L 459.40625,448.8125 L 459.40625,443.71875 L 455.3125,443.90625 L 458.4375,441.96875 L 460,439.8125 L 460.40625,436.6875 L 466.0625,435.90625 L 469.375,432.1875 L 469.5625,427.71875 L 473.46875,428.5 L 474.84375,426.71875 L 476.8125,427.125 L 477,421.0625 L 481.5,420.6875 L 485.40625,417.15625 L 488.90625,417.15625 L 489.09375,415 L 492.625,412.875 L 490.65625,408.375 L 493.59375,405.84375 L 493,402.90625 L 497.3125,401.53125 L 498.46875,397.25 L 497.90625,394.3125 L 496.90625,392.5625 L 496.125,390 L 493.21875,390.21875 L 484.03125,393.53125 L 481.09375,393.53125 L 476.03125,389.4375 L 470.9375,388.0625 L 468,388.0625 L 468,384.53125 L 463.90625,382 L 463.90625,378.09375 L 466.65625,377.71875 L 465.09375,376.34375 L 463.125,375.75 L 462.15625,373.21875 L 462.9375,371.46875 L 466.4375,367.75 L 465.875,365 L 468.21875,362.46875 L 470.34375,362.65625 L 470.34375,360.90625 L 467.625,359.53125 L 467.03125,353.875 L 464.875,353.09375 L 462.15625,353.5 L 457.0625,350.9375 L 456.28125,345.09375 L 453.375,344.125 L 452.375,342.15625 L 451.09375,339.34375 L 447.34375,339.15625 z " id="path4229" inkscape:label="Provence-Alpes-Côte d'Azur"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 383.28125,262.59375 L 381.125,262.8125 L 379.75,265.34375 L 376.0625,279.78125 L 374.875,282.53125 L 373.5,282.34375 L 372.75,278.4375 L 371.75,275.3125 L 369.625,275.5 L 367.84375,277.25 L 366.6875,275.6875 L 364.9375,277.25 L 362.5625,275.6875 L 360.625,275.6875 L 359.84375,276.28125 L 358.6875,282.53125 L 356.53125,282.53125 L 354.96875,284.09375 L 353.78125,282.90625 L 347.53125,281.9375 L 345.1875,283.3125 L 343.625,283.3125 L 343.25,281.9375 L 340.3125,281.34375 L 340.125,278.21875 L 339.53125,278.03125 L 336,278.625 L 335.4375,280.78125 L 336.8125,283.5 L 337.1875,294.625 L 332.5,294.84375 L 332.3125,296.59375 L 335.4375,299.125 L 333.6875,300.875 L 333.09375,305.1875 L 335.4375,308.3125 L 337.5625,313.375 L 342.65625,316.71875 L 344.40625,323.15625 L 340.6875,326.65625 L 341.28125,329 L 346.75,330.78125 L 351.0625,327.25 L 353.1875,327.0625 L 359.4375,329.78125 L 359.0625,333.5 L 362.1875,333.3125 L 364.71875,336.25 L 363.5625,340.9375 L 360.8125,342.09375 L 359.65625,344.0625 L 360.4375,346.59375 L 361,347.96875 L 358.09375,347.96875 L 357.875,351.65625 L 354.75,351.875 L 353.1875,356.75 L 348.5,356.75 L 343.4375,360.46875 L 340.625,364.9375 L 341.09375,365.53125 L 342.46875,372.71875 L 345.78125,376.3125 L 345.21875,380.4375 L 349.375,382.9375 L 349.375,388.46875 L 351.59375,387.34375 L 356.28125,390.40625 L 358.5,391.21875 L 359.03125,387.34375 L 361.8125,386.8125 L 362.625,389.84375 L 365.40625,389.5625 L 365.9375,386.53125 L 372.28125,390.09375 L 373.3125,388 L 378.59375,387.21875 L 379.75,388.59375 L 379.1875,392.5 L 379.96875,393.46875 L 382.875,390.53125 L 385.4375,390.34375 L 386,388.78125 L 382.6875,388.375 L 382.125,384.875 L 384.25,381.5625 L 387,381.34375 L 389.71875,383.90625 L 387,387.59375 L 387.78125,388.96875 L 391.6875,389.375 L 394.21875,387.21875 L 392.84375,390.15625 L 393.25,392.5 L 397.34375,392.875 L 402.8125,393.28125 L 403.59375,395.8125 L 406.53125,397.96875 L 409.0625,398.15625 L 410.8125,396.59375 L 411.8125,393.65625 L 413.375,395.03125 L 414.53125,396.40625 L 415.3125,389.15625 L 413.375,388.78125 L 412.1875,386.25 L 405.5625,384.46875 L 404.75,381.15625 L 407.125,379.59375 L 405.15625,378.21875 L 405.5625,376.46875 L 408.6875,376.65625 L 411.40625,378.03125 L 413.5625,375.5 L 411.40625,373.75 L 411.59375,371.40625 L 412.78125,367.6875 L 416.875,367.28125 L 420.1875,365.9375 L 420.78125,364.5625 L 419.21875,363.78125 L 419.21875,361.4375 L 424.09375,361.4375 L 425.65625,359.875 L 424.6875,358.125 L 427.21875,356.15625 L 429,356.9375 L 431.53125,354.78125 L 436,355.5625 L 437.5625,353.8125 L 441.28125,354 L 441.28125,349.71875 L 439.71875,348.9375 L 438.9375,346.40625 L 434.84375,346 L 434.25,345.03125 L 435.03125,340.9375 L 436.40625,339.75 L 439.9375,339.375 L 441.09375,340.53125 L 441.6875,343.28125 L 445.1875,342.875 L 445.59375,339.9375 L 447.34375,339.15625 L 451.09375,339.34375 L 451.03125,339.21875 L 456.875,336.875 L 459.03125,338.25 L 461.1875,338.25 L 461.375,335.90625 L 463.90625,334.53125 L 464.875,333.375 L 469.96875,331.40625 L 470.5625,328.09375 L 469.5625,326.53125 L 472.3125,321.84375 L 469.78125,320.875 L 469,318.125 L 463.71875,315 C 463.71875,315 464.03377,309.01275 463.53125,307.9375 C 463.51544,307.91055 463.48155,307.86019 463.46875,307.84375 C 463.46374,307.8383 463.44264,307.81713 463.4375,307.8125 C 463.43393,307.81272 463.4091,307.81243 463.40625,307.8125 C 463.4062,307.80552 463.40608,307.78312 463.40625,307.78125 C 463.40269,307.78137 463.37784,307.78121 463.375,307.78125 C 463.37209,307.7811 463.3467,307.78118 463.34375,307.78125 C 463.34022,307.78117 463.31534,307.78126 463.3125,307.78125 C 462.53125,307.97657 459.625,308.1875 459.625,308.1875 L 456.6875,304.84375 L 456.875,298.21875 L 463.53125,295.46875 L 464.3125,293.53125 L 463.90625,289.21875 L 459.625,284.75 L 458.25,285.53125 L 458.25,283.75 L 458.25,280.84375 L 454.53125,279.0625 L 454.34375,277.5 L 456.5,275.15625 L 456.5,272.4375 L 452.96875,268.71875 L 452.78125,266.1875 L 446.125,266.1875 L 441.65625,266.96875 L 437.34375,270.46875 L 436.1875,268.71875 L 434.03125,268.90625 L 432.0625,273.21875 L 432.28125,274.96875 L 434.40625,276.71875 L 430.5,279.28125 L 427.96875,281.625 L 421.53125,281.625 L 421.53125,277.90625 L 423.875,276.53125 L 427.375,276.15625 L 427.59375,274.1875 L 426.40625,273.40625 L 429.34375,269.6875 L 428.9375,268.53125 L 425.59375,266.75 L 417.46875,275.6875 L 411.8125,275.6875 L 411.8125,273.34375 L 408.6875,271.78125 L 404.96875,275.875 L 402.03125,276.28125 L 402.03125,273.53125 L 399.5,272.375 L 395.59375,266.90625 L 392.0625,265.53125 L 390.90625,263 L 388.9375,262.59375 L 387,263.96875 L 385.4375,264.375 L 383.28125,262.59375 z " id="path4236" inkscape:label="Rhône-Alpes"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 188.75,225.6875 L 185.03125,229.59375 L 183.6875,231.9375 L 182.3125,230.78125 L 181.71875,229.40625 L 176.4375,229.59375 L 171.5625,230.5625 L 166.28125,230.96875 L 166.28125,233.6875 L 163.5625,235.46875 L 157.5,234.09375 L 153.40625,235.84375 L 155.34375,238.59375 L 155.34375,240.9375 L 160.03125,244.84375 L 158.875,247.375 L 162,250.875 L 160.625,252.65625 L 162.5625,255.5625 L 163.15625,261.03125 L 162,262.59375 L 163.375,264.9375 L 162,267.5 L 162.1875,269.0625 L 163.75,267.875 L 165.6875,269.84375 L 162.96875,271.59375 L 162,272.75 L 159.84375,273.34375 L 157.3125,274.53125 L 154.1875,272.1875 L 150.46875,273.75 L 149.3125,270.625 L 146.5625,270.8125 L 140.59375,274.4375 L 142.03125,275.75 L 138.90625,278.28125 L 138.53125,280.25 L 135.59375,280.625 L 134.03125,278.875 L 130.125,278.5 L 129.71875,276.53125 L 127.375,274.96875 L 124.0625,276.15625 L 126.21875,279.28125 L 128.9375,279.28125 L 131.6875,281.03125 L 133.84375,282.78125 L 137.9375,282.59375 L 138.71875,284.34375 L 141.4375,284.9375 L 142.4375,287.65625 L 144.1875,288.4375 L 144,290.59375 L 141.65625,290.21875 L 140.875,291.375 L 142.625,293.90625 L 141.65625,298.21875 L 139.3125,298.03125 L 139.5,300.75 L 140.09375,301.71875 L 137.34375,301.71875 L 136.96875,300.15625 L 138.71875,297.8125 L 138.125,296.46875 L 137.15625,295.6875 L 136.75,291 L 133.4375,290.59375 L 130.71875,287.28125 L 130.3125,294.125 L 134.8125,297.4375 L 135.1875,301.15625 L 135.96875,305.4375 L 136.375,309.75 L 138.71875,309.53125 L 142.8125,312.875 L 145.5625,314.4375 L 145.75,316.375 L 147.90625,316.78125 L 154.15625,323.03125 L 155.625,329.78125 L 161.40625,329.78125 L 162.375,328.8125 L 162.5625,331.75 L 167.65625,332.34375 L 168.4375,338.59375 L 171.1875,338.78125 L 175.65625,343.28125 L 178,343.65625 L 180.75,342.28125 L 182.6875,343.65625 L 184.25,340.34375 L 186.40625,336.625 L 190.3125,337.03125 L 192.25,335.25 L 195.78125,331.75 L 195.96875,324.90625 L 205.15625,318.65625 L 205.34375,313.96875 L 208.09375,313.59375 L 209.84375,310.46875 L 210.9375,310.5 L 211.59375,307.53125 L 213.15625,307.34375 L 214.125,304.59375 L 216.09375,304 L 218.4375,302.4375 L 218.0625,297.5625 L 219.8125,296.96875 L 223.3125,296.1875 L 223.125,294.4375 L 222.53125,291.71875 L 219.8125,291.5 L 218.25,289.75 L 219.21875,288 L 219.40625,282.71875 L 218.0625,281.15625 L 219.625,280 L 222.15625,277.0625 L 226.4375,276.875 L 226.4375,274.53125 L 228.59375,272.75 L 233.875,271.78125 L 234.25,268.84375 L 232.125,267.6875 L 230.9375,263.59375 L 227.8125,263.1875 L 225.875,261.25 L 222.15625,258.3125 L 222.9375,255.96875 L 222.9375,252.25 L 219.40625,248.75 L 219.03125,246 L 215.6875,242.5 L 214.53125,237.8125 L 213.15625,237.21875 L 211.59375,235.0625 L 210.03125,236.03125 L 210.4375,238.1875 L 205.34375,239.375 L 199.5,239.375 L 199.6875,237.03125 L 199.6875,233.3125 L 195,231.9375 L 195,229.59375 L 191.28125,228.8125 L 190.5,225.6875 L 188.75,225.6875 z " id="path4243" inkscape:label="Poitou-Charentes"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 256.125,267.875 L 254.96875,271 L 251.4375,270.8125 L 250.65625,270.40625 L 248.3125,270.625 L 246.5625,269.4375 L 242.65625,273.9375 L 239.53125,270.8125 L 237.78125,272.5625 L 232.875,272.1875 L 232.3125,272.0625 L 228.59375,272.75 L 226.4375,274.53125 L 226.4375,276.875 L 222.15625,277.0625 L 219.625,280 L 218.0625,281.15625 L 219.40625,282.71875 L 219.21875,288 L 218.25,289.75 L 219.8125,291.5 L 222.53125,291.71875 L 223.125,294.4375 L 223.3125,296.1875 L 219.8125,296.96875 L 218.0625,297.5625 L 218.4375,302.4375 L 216.09375,304 L 214.125,304.59375 L 213.15625,307.34375 L 211.59375,307.53125 L 210.9375,310.5 L 215.5,310.65625 L 216.5,312.59375 L 215.6875,314.75 L 217.46875,317.09375 L 218.8125,316.71875 L 220.1875,314.75 L 226.4375,315.34375 L 227.4375,319.25 L 231.71875,319.84375 L 232.6875,321.1875 L 229.75,322.5625 L 231.125,323.53125 L 235.25,324.125 L 236.40625,327.0625 L 238.5625,328.8125 L 234.65625,332.34375 L 234.65625,335.0625 L 236.21875,335.84375 L 234.65625,337.8125 L 236.8125,339.5625 L 235.25,341.5 L 237,342.6875 L 241.28125,342.5 L 241.09375,346.78125 L 242.71875,349.34375 L 243.3125,349.25 L 247.46875,347.3125 L 252.4375,349.53125 L 256.28125,355.03125 L 258.5,354.75 L 261.8125,351.4375 L 262.90625,353.375 L 265.125,351.1875 L 268.15625,352 L 268.25,352.65625 L 270.78125,350.875 L 270,348.9375 L 268.8125,347.75 L 270.375,345.8125 L 271.9375,345.8125 L 272.9375,342.6875 L 273.71875,341.125 L 273.125,337.59375 L 275.65625,334.09375 L 279.1875,331.9375 L 279.375,326.46875 L 281.125,327.4375 L 283.09375,329.59375 L 285.03125,329.59375 L 286.21875,328.21875 L 285.25,325.875 L 286.21875,322.375 L 285.625,319.0625 L 284.4375,317.6875 L 284.4375,314.9375 L 286.21875,312.03125 L 285.8125,309.28125 L 281.3125,304.78125 L 280.9375,303.03125 L 284.65625,300.875 L 286.8125,299.71875 L 287.375,296.96875 L 289.71875,295.21875 L 288.9375,291.5 L 287.375,289.5625 L 287,283.5 L 284.84375,278.4375 L 282.6875,277.65625 L 281.125,274.90625 L 279.75,276.65625 L 278.40625,274.90625 L 278.40625,272.5625 L 276.0625,269.25 L 269.625,270.03125 L 265.90625,269.0625 L 256.125,267.875 z " id="path4250" inkscape:label="Limousin"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 301.625,247.96875 L 298.90625,251.46875 L 297.34375,251.65625 L 295.59375,253.4375 L 293.625,251.28125 L 288.375,256.5625 L 288.375,259.6875 L 289.34375,260.46875 L 289.53125,262.03125 L 286.8125,264.15625 L 284.25,263.375 L 279.375,264.375 L 276.84375,267.28125 L 275.90625,269.28125 L 276.0625,269.25 L 278.40625,272.5625 L 278.40625,274.90625 L 279.75,276.65625 L 281.125,274.90625 L 282.6875,277.65625 L 284.84375,278.4375 L 287,283.5 L 287.375,289.5625 L 288.9375,291.5 L 289.71875,295.21875 L 287.375,296.96875 L 286.8125,299.71875 L 284.65625,300.875 L 280.9375,303.03125 L 281.3125,304.78125 L 285.8125,309.28125 L 286.21875,312.03125 L 284.4375,314.9375 L 284.4375,317.6875 L 285.625,319.0625 L 286.21875,322.375 L 285.25,325.875 L 286.21875,328.21875 L 285.03125,329.59375 L 283.09375,329.59375 L 281.125,327.4375 L 279.375,326.46875 L 279.1875,331.9375 L 275.65625,334.09375 L 273.125,337.59375 L 273.71875,341.125 L 272.9375,342.6875 L 271.9375,345.8125 L 270.375,345.8125 L 268.8125,347.75 L 270,348.9375 L 270.78125,350.875 L 268.25,352.65625 L 269.28125,359.1875 L 272.59375,361.65625 L 270.09375,367.46875 L 272.59375,368.5625 L 271.5,371.875 L 273.6875,372.15625 L 275.34375,369.40625 L 278.125,369.40625 L 278.65625,370.21875 L 284.75,370.21875 L 285.84375,367.75 L 287.21875,367.1875 L 287.78125,362.78125 L 289.15625,362.78125 L 289.15625,358.09375 L 294.6875,353.375 L 295.25,354.21875 L 295.78125,357.8125 L 299.65625,357.25 L 300.5,362.78125 L 302.40625,362.78125 L 302.96875,368.3125 L 304.6875,370.4375 L 307.5,363.96875 L 310.25,355.375 L 313.75,357.71875 L 315.3125,354.21875 L 320.78125,352.25 L 324.3125,361.25 L 329.375,359.6875 L 329.75,357.34375 L 331.71875,357.34375 L 332.5,360.0625 L 336.125,359.1875 L 340.625,364.9375 L 343.4375,360.46875 L 348.5,356.75 L 353.1875,356.75 L 354.75,351.875 L 357.875,351.65625 L 358.09375,347.96875 L 361,347.96875 L 360.4375,346.59375 L 359.65625,344.0625 L 360.8125,342.09375 L 363.5625,340.9375 L 364.71875,336.25 L 362.1875,333.3125 L 359.0625,333.5 L 359.4375,329.78125 L 353.1875,327.0625 L 351.0625,327.25 L 346.75,330.78125 L 341.28125,329 L 340.6875,326.65625 L 344.40625,323.15625 L 342.65625,316.71875 L 337.5625,313.375 L 335.4375,308.3125 L 333.09375,305.1875 L 333.6875,300.875 L 335.4375,299.125 L 332.3125,296.59375 L 332.5,294.84375 L 337.1875,294.625 L 336.8125,283.5 L 335.4375,280.78125 L 336,278.625 L 339.25,278.0625 L 339.34375,277.84375 L 343.4375,274.71875 L 343.625,267.09375 L 342.25,265.15625 L 339.125,265.15625 L 337.96875,263.59375 L 334.65625,263.59375 L 333.6875,262.40625 L 333.6875,259.46875 L 329.75,252.0625 L 327.8125,250.6875 L 324.09375,255.78125 L 322.53125,256.15625 L 321.9375,253.625 L 320.1875,252.84375 L 319.40625,254.40625 L 316.5,254.40625 L 316.09375,252.65625 L 314.125,253.8125 L 312,255 L 309.65625,252.4375 L 306.3125,250.875 L 306.125,248.34375 L 301.625,247.96875 z " id="path4257" inkscape:label="Auvergne"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 69.78125,123.21875 L 68,124.59375 L 63.53125,125.15625 L 62.53125,126.53125 L 59.40625,124.1875 L 55.3125,126.9375 L 56.875,129.0625 L 54.15625,132.78125 L 50.8125,130.84375 L 45.34375,131.03125 L 45.34375,134.9375 L 43.78125,134.9375 L 43.40625,133.1875 L 41.0625,133.5625 L 40.65625,129.0625 L 38.53125,131.40625 L 36.1875,130.4375 L 31.875,130.84375 L 31.09375,132.78125 L 28.5625,133.375 L 28.15625,131.21875 L 23.6875,131.8125 L 23.6875,133.1875 L 20.5625,133.375 L 19.1875,132.40625 L 17.625,133.1875 L 17.21875,135.53125 L 11.96875,135.71875 L 9.21875,139.03125 L 11.5625,140.78125 L 8.4375,143.34375 L 9.40625,145.09375 L 8.625,149.375 L 11.75,149.78125 L 12.9375,148.59375 L 13.53125,149.375 L 20.9375,148.40625 L 25.8125,144.90625 L 21.53125,149 L 21.90625,150.9375 L 25.8125,149.1875 L 25.03125,151.9375 L 29.34375,152.125 L 29.15625,153.28125 L 24.46875,153.09375 L 20.75,152.125 L 16.25,149.96875 L 13.53125,153.09375 L 17.03125,154.28125 L 16.84375,159.53125 L 17.8125,158.75 L 19.96875,155.4375 L 24.0625,157.78125 L 26.03125,158.1875 L 26.8125,161.3125 L 25.625,163.4375 L 23.09375,163.25 L 20.75,163.25 L 16.84375,163.84375 L 10.1875,164.21875 L 8.84375,166 L 10.78125,167.15625 L 12.9375,166.96875 L 14.6875,168.53125 L 17.21875,168.34375 L 21.34375,173.03125 L 22.3125,178.09375 L 20.9375,180.84375 L 25.03125,181.625 L 29.53125,181.40625 L 30.5,179.65625 L 28.75,177.3125 L 30.5,178.09375 L 32.28125,177.90625 L 35.40625,179.65625 L 37.34375,179.28125 L 37.34375,175.9375 L 38.125,179.28125 L 40.65625,183.375 L 46.125,183.75 L 46.34375,182.59375 L 47.6875,184.53125 L 51.03125,185.125 L 53.5625,185.125 L 55.90625,188.84375 L 59.03125,189.625 L 60.1875,187.875 L 59.625,190 L 62.34375,191.1875 L 65.875,194.6875 L 67.03125,196.84375 L 66.65625,199.375 L 66.25,201.9375 L 68.59375,203.6875 L 69.78125,202.3125 L 68.59375,200.75 L 68.59375,197.25 L 70.9375,197.8125 L 71.71875,195.46875 L 72.3125,196.84375 L 74.84375,199 L 76.03125,197.03125 L 74.84375,194.3125 L 77,197.25 L 79.71875,196.84375 L 79.15625,195.46875 L 81.6875,196.0625 L 83.625,198.40625 L 82.65625,199.96875 L 80.125,199.1875 L 77.1875,197.8125 L 75.625,199.78125 L 77.96875,200.5625 L 79.71875,203.28125 L 90.28125,202.3125 L 93,202.90625 L 91.65625,204.0625 L 91.84375,205.84375 L 92.21875,206.125 L 93.0625,205.96875 L 94.8125,204.21875 L 95.96875,205.5625 L 99.09375,205.5625 L 102.8125,203.625 L 108.28125,201.46875 L 108.46875,196 L 113.5625,193.28125 L 125.65625,192.6875 L 126.4375,190.53125 L 128.40625,188.59375 L 132.6875,188 L 132.875,185.84375 L 135.8125,186.25 L 137.5625,188.59375 L 141.5,189.5625 L 142.25,188 L 143.25,184.46875 L 145.78125,178.21875 L 147.15625,177.4375 L 150.46875,177.84375 L 150.46875,172.5625 L 149.09375,171.1875 L 149.09375,165.53125 L 148.5,163.59375 L 148.5,160.46875 L 150.46875,158.5 L 150.46875,154.59375 L 149.5,153.8125 L 149.6875,148.34375 L 148.125,147.5625 L 145.78125,147.5625 L 143.8125,146 L 141.6875,148.53125 L 139.9375,148.75 L 138.375,150.875 L 136.8125,150.5 L 133.46875,147.5625 L 132.3125,143.84375 L 131.71875,141.375 L 122.125,141.375 L 118.59375,139.21875 L 120.9375,136.09375 L 116.25,135.90625 L 113.125,139.4375 L 109.40625,139.03125 L 109.03125,141.1875 L 106.6875,141.375 L 106.5,138.65625 L 104.53125,138.0625 L 103.15625,139.625 L 103.15625,135.71875 L 100.8125,137.46875 L 97.3125,136.875 L 96.125,139.21875 L 88.90625,143.125 L 88.90625,145.09375 L 87.34375,145.09375 L 87.34375,141.5625 L 83.25,139.625 L 83.625,136.09375 L 79.9375,133.375 L 79.9375,130.0625 L 77.1875,129.46875 L 77.375,126.34375 L 75.25,126.15625 L 75.4375,124 L 71.53125,124 L 70.9375,125.9375 L 69.78125,123.21875 z " id="path4264" inkscape:label="Bretagne"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 182.5,146.40625 L 180.5625,146.59375 L 179.75,148.53125 L 176.84375,149.71875 L 171.5625,148.9375 L 166.28125,152.0625 L 164.34375,150.6875 L 161.40625,152.65625 L 159.25,151.09375 L 157.875,148.75 L 154.96875,147.5625 L 153,149.125 L 149.6875,148.71875 L 149.5,153.8125 L 150.46875,154.59375 L 150.46875,158.5 L 148.5,160.46875 L 148.5,163.59375 L 149.09375,165.53125 L 149.09375,171.1875 L 150.46875,172.5625 L 150.46875,177.84375 L 147.15625,177.4375 L 145.78125,178.21875 L 143.25,184.46875 L 142.25,188 L 141.5,189.5625 L 137.5625,188.59375 L 135.8125,186.25 L 132.875,185.84375 L 132.6875,188 L 128.40625,188.59375 L 126.4375,190.53125 L 125.65625,192.6875 L 113.5625,193.28125 L 108.46875,196 L 108.28125,201.46875 L 102.8125,203.625 L 99.09375,205.5625 L 95.96875,205.5625 L 94.8125,204.21875 L 93.0625,205.96875 L 92.21875,206.125 L 93.21875,206.8125 L 89.5,210.125 L 90.28125,210.90625 L 91.0625,212.46875 L 89.09375,215.21875 L 91.25,216.375 L 94.96875,217.15625 L 95.34375,215.59375 L 97.5,218.34375 L 101.03125,218.34375 L 103.5625,215.59375 L 106.875,215.59375 L 103.375,217.34375 L 103.5625,219.3125 L 104.34375,221.0625 L 102.1875,223.21875 L 99.84375,223.21875 L 100.25,226.15625 L 104.53125,225.375 L 109.625,230.0625 L 103.5625,237.875 L 103.375,242.5625 L 109.40625,248.40625 L 109.21875,250.15625 L 110.96875,250.15625 L 114.6875,261.3125 L 118.59375,263.25 L 122.5,267.15625 L 127,267.15625 L 128.75,271.0625 L 133.0625,271.0625 L 135,274 L 139.3125,276.15625 L 139.5,273.40625 L 140.59375,274.4375 L 146.5625,270.8125 L 149.3125,270.625 L 150.46875,273.75 L 154.1875,272.1875 L 157.3125,274.53125 L 159.84375,273.34375 L 162,272.75 L 162.96875,271.59375 L 165.6875,269.84375 L 163.75,267.875 L 162.1875,269.0625 L 162,267.5 L 163.375,264.9375 L 162,262.59375 L 163.15625,261.03125 L 162.5625,255.5625 L 160.625,252.65625 L 162,250.875 L 158.875,247.375 L 160.03125,244.84375 L 155.34375,240.9375 L 155.34375,238.59375 L 153.40625,235.84375 L 157.5,234.09375 L 163.5625,235.46875 L 166.28125,233.6875 L 166.28125,230.96875 L 171.5625,230.5625 L 176.4375,229.59375 L 181.71875,229.40625 L 182.3125,230.78125 L 183.6875,231.9375 L 185.03125,229.59375 L 188.75,225.6875 L 190.25,225.6875 L 192.46875,217.6875 L 195.59375,213.96875 L 195.375,209.6875 L 197.34375,207.125 L 197.34375,205.96875 L 196.375,204.78125 L 198.3125,200.875 L 202.21875,203.625 L 204.375,203.625 L 203.1875,199.71875 L 205.5625,201.28125 L 206.90625,199.3125 L 212.5625,197.75 L 211.59375,195.40625 L 212.96875,193.65625 L 215.90625,192.5 L 218.625,188.96875 L 218.625,185.25 L 220.59375,185.25 L 221.375,182.53125 L 221.5625,178.4375 L 219.625,176.65625 L 221.1875,173.9375 L 223.5,171 L 220.78125,169.0625 L 218.25,168.65625 L 215.5,164.5625 L 214.71875,164.5625 L 214.53125,166.5 L 214.34375,165.15625 L 210.25,165.15625 L 208.28125,162.21875 L 204.96875,161.03125 L 204,154 L 202.4375,151.875 L 197.15625,152.0625 L 191.875,156.9375 L 188.5625,156.75 L 187.5625,153.21875 L 185.03125,152.25 L 184.25,147.96875 L 182.5,146.40625 z " id="path4274" inkscape:label="Pays-de-la-Loire"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 119.5625,77.5 L 118.78125,79.46875 L 122.90625,82.78125 L 122.90625,87.09375 L 121.34375,89.03125 L 122.3125,90 L 122.90625,90.40625 L 122.5,94.125 L 123.875,97.25 L 128.375,102.3125 L 129.34375,106.8125 L 130.3125,108.1875 L 130.3125,115.21875 L 132.65625,119.90625 L 132.65625,125.375 L 130.125,130.4375 L 132.84375,137.46875 L 137.15625,138.4375 L 137.53125,140.40625 L 135.40625,141.375 L 131.71875,141.375 L 132.3125,143.84375 L 133.46875,147.5625 L 136.8125,150.5 L 138.375,150.875 L 139.9375,148.75 L 141.6875,148.53125 L 143.8125,146 L 145.78125,147.5625 L 148.125,147.5625 L 149.6875,148.34375 L 149.6875,148.71875 L 153,149.125 L 154.96875,147.5625 L 157.875,148.75 L 159.25,151.09375 L 161.40625,152.65625 L 164.34375,150.6875 L 166.28125,152.0625 L 171.5625,148.9375 L 176.84375,149.71875 L 179.75,148.53125 L 180.5625,146.59375 L 182.5,146.40625 L 184.25,147.96875 L 185.03125,152.25 L 187.5625,153.21875 L 188.5625,156.75 L 191.875,156.9375 L 197.15625,152.0625 L 202.4375,151.875 L 204,154 L 204.96875,161.03125 L 208.28125,162.21875 L 210.25,165.15625 L 214.34375,165.15625 L 214.53125,166.5 L 214.71875,164.5625 L 215.5,164.5625 L 218.25,168.65625 L 220.375,169 L 220.375,164.375 L 219.03125,162.59375 L 218.625,161.03125 L 221.5625,159.28125 L 224.5,158.6875 L 226.4375,156.34375 L 226.0625,149.125 L 221.9375,145.625 L 221.75,142.28125 L 218.25,139.9375 L 219.625,138 L 218.8125,135.0625 L 216.09375,134.09375 L 214.125,132.125 L 212.96875,129.40625 L 207.5,129.21875 L 205.9375,127.25 L 207.5,122.75 L 207.3125,121 L 205.34375,120.21875 L 205.15625,118.84375 L 206.90625,117.6875 L 207.125,115.71875 L 205.9375,111.03125 L 203.59375,107.71875 L 205.5625,106.5625 L 205.5625,105.78125 L 203.59375,105.1875 L 202.65625,97.78125 L 198.09375,98.59375 L 190.65625,102.90625 L 182.28125,106.21875 L 175.625,102.5 L 159.625,100.15625 L 155.90625,98.21875 L 148.28125,100.15625 L 148.09375,95.46875 L 143,89.4375 L 144.5625,85.53125 L 146.71875,85.53125 L 144.78125,80.25 L 136.375,79.84375 L 131.875,82.96875 L 126.8125,79.65625 L 119.5625,77.5 z " id="path4281" inkscape:label="Basse-Normandie"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 247.15625,126.09375 L 245.96875,127.0625 L 245.96875,130.1875 L 242.0625,132.125 L 242.0625,135.0625 L 240.90625,136.4375 L 236,136.4375 L 233.6875,135.46875 L 226.625,139.15625 L 223.90625,139.15625 L 221.09375,141.84375 L 221.75,142.28125 L 221.9375,145.625 L 226.0625,149.125 L 226.4375,156.34375 L 224.5,158.6875 L 221.5625,159.28125 L 218.625,161.03125 L 219.03125,162.59375 L 220.375,164.375 L 220.375,169 L 220.78125,169.0625 L 223.5,171 L 221.1875,173.9375 L 219.625,176.65625 L 221.5625,178.4375 L 221.375,182.53125 L 220.59375,185.25 L 218.625,185.25 L 218.625,188.96875 L 215.90625,192.5 L 212.96875,193.65625 L 211.59375,195.40625 L 212.5625,197.75 L 206.90625,199.3125 L 205.5625,201.28125 L 203.1875,199.71875 L 204.375,203.625 L 202.21875,203.625 L 198.3125,200.875 L 196.375,204.78125 L 197.34375,205.96875 L 197.34375,207.125 L 195.375,209.6875 L 195.59375,213.96875 L 192.46875,217.6875 L 190.25,225.6875 L 190.5,225.6875 L 191.28125,228.8125 L 195,229.59375 L 195,231.9375 L 199.6875,233.3125 L 199.6875,237.03125 L 199.5,239.375 L 205.34375,239.375 L 210.4375,238.1875 L 210.03125,236.03125 L 211.59375,235.0625 L 213.15625,237.21875 L 214.53125,237.8125 L 215.6875,242.5 L 219.03125,246 L 219.40625,248.75 L 222.9375,252.25 L 222.9375,255.96875 L 222.15625,258.3125 L 225.875,261.25 L 227.8125,263.1875 L 230.9375,263.59375 L 232.125,267.6875 L 234.25,268.84375 L 233.875,271.78125 L 232.3125,272.0625 L 232.875,272.1875 L 237.78125,272.5625 L 239.53125,270.8125 L 242.65625,273.9375 L 246.5625,269.4375 L 248.3125,270.625 L 250.65625,270.40625 L 251.4375,270.8125 L 254.96875,271 L 256.125,267.875 L 265.90625,269.0625 L 269.625,270.03125 L 275.90625,269.28125 L 276.84375,267.28125 L 279.375,264.375 L 284.25,263.375 L 286.8125,264.15625 L 289.53125,262.03125 L 289.34375,260.46875 L 288.375,259.6875 L 288.375,256.5625 L 293.625,251.28125 L 295.59375,253.4375 L 297.34375,251.65625 L 298.90625,251.46875 L 301.625,247.96875 L 306.125,248.34375 L 306.1875,249.40625 L 307.6875,244.625 L 306.71875,242.875 L 306.90625,240.34375 L 307.5,235.25 L 305.34375,233.125 L 305.75,228.4375 L 303.78125,224.3125 L 303.59375,221.59375 L 300.0625,218.84375 L 299.5,216.5 L 301.25,213.96875 L 301.25,210.25 L 298.90625,207.53125 L 298.71875,205.5625 L 302.625,204.40625 L 302.03125,202.25 L 301.4375,199.125 L 298.90625,195.625 L 298.3125,193.46875 L 302.21875,193.46875 L 304.96875,191.5 L 305.34375,188.59375 L 303.59375,186.625 L 308.6875,182.34375 L 308.6875,178.8125 L 306.125,176.09375 L 305.15625,172.96875 L 301.625,169.625 L 296.75,172.375 L 296.375,170.8125 L 294.21875,170.625 L 293.625,172.1875 L 291.6875,172.5625 L 286.40625,172.375 L 284.25,173.75 L 282.5,172.1875 L 285.625,170.03125 L 285.4375,166.71875 L 283.09375,165.53125 L 281.125,162.59375 L 275.875,162.21875 L 273.71875,160.46875 L 271.1875,162.8125 L 264.9375,163.375 L 264.53125,158.125 L 264.125,157.53125 L 263.75,155 L 259.65625,154.21875 L 257.875,152.0625 L 257.3125,147.75 L 254.96875,147.375 L 254.5625,145.21875 L 251.84375,143.28125 L 250.46875,139.9375 L 251.84375,137.59375 L 250.46875,136.03125 L 250.46875,134.09375 L 251.25,131.9375 L 249.6875,130.375 L 249.09375,128.03125 L 247.15625,126.09375 z " id="path4288" inkscape:label="Centre"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 318.4375,157.34375 L 316.6875,158.6875 L 309.0625,158.3125 L 305.5625,160.0625 L 304.1875,163 L 305.75,164.75 L 303.40625,167.5 L 301.625,169.625 L 305.15625,172.96875 L 306.125,176.09375 L 308.6875,178.8125 L 308.6875,182.34375 L 303.59375,186.625 L 305.34375,188.59375 L 304.96875,191.5 L 302.21875,193.46875 L 298.3125,193.46875 L 298.90625,195.625 L 301.4375,199.125 L 302.03125,202.25 L 302.625,204.40625 L 298.71875,205.5625 L 298.90625,207.53125 L 301.25,210.25 L 301.25,213.96875 L 299.5,216.5 L 300.0625,218.84375 L 303.59375,221.59375 L 303.78125,224.3125 L 305.75,228.4375 L 305.34375,233.125 L 307.5,235.25 L 306.90625,240.34375 L 306.71875,242.875 L 307.6875,244.625 L 306.1875,249.40625 L 306.3125,250.875 L 309.65625,252.4375 L 312,255 L 314.125,253.8125 L 316.09375,252.65625 L 316.5,254.40625 L 319.40625,254.40625 L 320.1875,252.84375 L 321.9375,253.625 L 322.53125,256.15625 L 324.09375,255.78125 L 327.8125,250.6875 L 329.75,252.0625 L 333.6875,259.46875 L 333.6875,262.40625 L 334.65625,263.59375 L 337.96875,263.59375 L 339.125,265.15625 L 342.25,265.15625 L 343.625,267.09375 L 343.4375,274.71875 L 339.34375,277.84375 L 339.25,278.0625 L 339.53125,278.03125 L 340.125,278.21875 L 340.3125,281.34375 L 343.25,281.9375 L 343.625,283.3125 L 345.1875,283.3125 L 347.53125,281.9375 L 353.78125,282.90625 L 354.96875,284.09375 L 356.53125,282.53125 L 358.6875,282.53125 L 359.84375,276.28125 L 360.625,275.6875 L 362.5625,275.6875 L 364.9375,277.25 L 366.6875,275.6875 L 367.84375,277.25 L 369.625,275.5 L 371.75,275.3125 L 372.75,278.4375 L 373.5,282.34375 L 374.875,282.53125 L 376.0625,279.78125 L 379.75,265.34375 L 381.125,262.8125 L 383.28125,262.59375 L 385.4375,264.375 L 387,263.96875 L 388.9375,262.59375 L 390.90625,263 L 392.0625,265.53125 L 393.1875,265.96875 L 398.3125,265.34375 L 400.28125,263.78125 L 399.5,262.59375 L 397.15625,261.8125 L 396.9375,259.09375 L 398.90625,257.71875 L 399.6875,254.40625 L 397.9375,251.28125 L 396.75,249.71875 L 397.34375,249.125 L 397.34375,247.1875 L 395.78125,246.1875 L 395.375,244.625 L 399.875,244.0625 L 400.28125,242.5 L 398.90625,242.5 L 397.75,241.125 L 395.59375,241.125 L 393.8125,238.1875 L 392.25,238 L 392.46875,235.46875 L 393.8125,234.6875 L 393.625,233.6875 L 393.25,232.53125 L 394.21875,230.96875 L 397.53125,229.40625 L 397.53125,227.84375 L 398.71875,226.28125 L 399.875,224.71875 L 399.5,223.34375 L 400.0625,221.1875 L 400.46875,218.0625 L 401.25,218.0625 L 401.0625,216.90625 L 400.28125,216.125 L 400.0625,212.21875 L 398.3125,212.03125 L 397.9375,208.90625 L 395.78125,207.90625 L 396.5625,206.9375 L 397.75,206.5625 L 400.28125,203.625 L 400.0625,202.0625 L 398.5,198.9375 L 396.1875,198.53125 L 395.375,200.5 L 391.09375,201.46875 L 390.6875,200.5 L 387.5625,196.59375 L 385.8125,197.5625 L 383.46875,197.375 L 382.6875,195.8125 L 379.5625,196 L 379.375,192.6875 L 377.625,191.5 L 380.15625,188.78125 L 375.65625,182.71875 L 372.15625,179 L 369.03125,177.25 L 363.375,177.25 L 362.96875,179.78125 L 360.4375,181.15625 L 354,181.34375 L 353,183.5 L 351.625,183.3125 L 350.46875,181.15625 L 346.5625,183.125 L 338.75,182.71875 L 337.78125,180.5625 L 335.625,177.65625 L 335.25,174.125 L 332.125,170.40625 L 330.15625,171.78125 L 326.625,169.0625 L 327.21875,163.78125 L 322.15625,158.5 L 319.8125,158.5 L 318.4375,157.34375 z " id="path4295" inkscape:label="Bourgogne"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 423.5,175.5 L 419.8125,176.09375 L 419.21875,178.03125 L 417.25,179.40625 L 415.90625,177.84375 L 414.9375,178.4375 L 415.6875,179.59375 L 413.75,180.78125 L 414.34375,182.34375 L 412.1875,183.125 L 412.1875,185.65625 L 409.4375,185.65625 L 409.25,187.21875 L 406.53125,187.8125 L 406.71875,190.15625 L 408.46875,190.34375 L 407.5,191.5 L 406.90625,195.40625 L 405.15625,195.40625 L 402.21875,196.59375 L 399.09375,195.40625 L 396.375,196.59375 L 396.375,198.5625 L 398.5,198.9375 L 400.0625,202.0625 L 400.28125,203.625 L 397.75,206.5625 L 396.5625,206.9375 L 395.78125,207.90625 L 397.9375,208.90625 L 398.3125,212.03125 L 400.0625,212.21875 L 400.28125,216.125 L 401.0625,216.90625 L 401.25,218.0625 L 400.46875,218.0625 L 400.0625,221.1875 L 399.5,223.34375 L 399.875,224.71875 L 398.71875,226.28125 L 397.53125,227.84375 L 397.53125,229.40625 L 394.21875,230.96875 L 393.25,232.53125 L 393.625,233.6875 L 393.8125,234.6875 L 392.46875,235.46875 L 392.25,238 L 393.8125,238.1875 L 395.59375,241.125 L 397.75,241.125 L 398.90625,242.5 L 400.28125,242.5 L 399.875,244.0625 L 395.375,244.625 L 395.78125,246.1875 L 397.34375,247.1875 L 397.34375,249.125 L 396.75,249.71875 L 397.9375,251.28125 L 399.6875,254.40625 L 398.90625,257.71875 L 396.9375,259.09375 L 397.15625,261.8125 L 399.5,262.59375 L 400.28125,263.78125 L 398.3125,265.34375 L 393.1875,265.96875 L 395.59375,266.90625 L 399.5,272.375 L 402.03125,273.53125 L 402.03125,276.28125 L 404.96875,275.875 L 408.6875,271.78125 L 411.8125,273.34375 L 411.8125,275.6875 L 417.46875,275.6875 L 425.59375,266.75 L 425.25,266.5625 L 425.625,262.46875 L 428.5625,258.96875 L 426.59375,258.1875 L 426.8125,256.8125 L 438.90625,245.46875 L 438.53125,236.09375 L 442.8125,233.96875 L 445.75,232.59375 L 448.46875,230.0625 L 448.6875,226.34375 L 451.40625,224.96875 L 457.65625,217.75 L 456.6875,215.40625 L 458.84375,214.4375 L 461.375,211.3125 L 460,209.9375 L 455.3125,210.90625 L 455.125,210.125 L 460.1875,204.28125 L 462.78125,203.875 L 461.8125,199.71875 L 461.21875,197.5625 L 458.46875,197.96875 L 458.09375,195.625 L 459.0625,193.84375 L 459.25,191.5 L 458.6875,190.15625 L 455.15625,187.40625 L 452.03125,187.21875 L 451.25,185.65625 L 445,182.34375 L 443.25,180.375 L 441.5,179.21875 L 439.9375,180 L 439.71875,181.15625 L 438.15625,182.125 L 437.1875,182.125 L 434.25,178.8125 L 430.15625,178.8125 L 428.40625,180.1875 L 426.84375,180.375 L 424.3125,178.4375 L 424.5,176.28125 L 423.5,175.5 z " id="path4302" inkscape:label="Franche-Comté"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 480.71875,112.28125 L 477,113.3125 L 475.28125,116.3125 L 475.28125,119.25 L 473.71875,120.625 L 472.34375,120.625 L 469.8125,118.84375 L 467.84375,120.21875 L 465.5,120.21875 L 463.5625,118.28125 L 459.84375,117.6875 L 457.6875,116.71875 L 456.90625,113.78125 L 455.15625,115.71875 L 454.1875,120.21875 L 451.625,121 L 451.625,123.53125 L 454.1875,124.71875 L 456.125,126.09375 L 455.34375,127.84375 L 457.125,129 L 460.25,126.65625 L 465.6875,129.78125 L 463.375,134.09375 L 463.5625,135.46875 L 465.125,137.03125 L 463.9375,141.125 L 460.03125,145.03125 L 457.875,144.84375 L 459.25,146.1875 L 458.46875,149.71875 L 459.25,155 L 462.96875,155.96875 L 460.8125,160.84375 L 458.46875,165.53125 L 459.0625,168.46875 L 457.125,172.96875 L 453.78125,175.875 L 453.59375,183.5 L 451.15625,185.59375 L 451.25,185.65625 L 452.03125,187.21875 L 455.15625,187.40625 L 458.6875,190.15625 L 459.25,191.5 L 459.0625,193.84375 L 458.09375,195.625 L 458.46875,197.96875 L 461.21875,197.5625 L 461.8125,199.71875 L 462.78125,203.875 L 465.09375,203.5 L 464.6875,205.625 L 466.0625,206.8125 L 473.28125,206.625 L 477,203.6875 L 477.1875,199.375 L 479.15625,196.84375 L 476.59375,193.90625 L 475.25,190.78125 L 476.8125,188.65625 L 476.8125,183.75 L 477.78125,181.40625 L 477.78125,177.5 L 479.53125,174.96875 L 477.59375,172.25 L 477.375,166 L 482.46875,156.03125 L 481.875,150.375 L 484.21875,142.75 L 484.8125,136.09375 L 489.875,132.40625 L 489.875,130.0625 L 491.84375,127.5 L 493.40625,127.5 L 495.15625,125.75 L 494.78125,122.4375 L 496.53125,117.75 L 499.25,117.15625 L 496.53125,115 L 491.65625,114.4375 L 487.34375,112.28125 L 484.40625,114.03125 L 482.84375,112.28125 L 480.71875,112.28125 z " id="path4309" inkscape:label="Alsace"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 390.125,86.53125 L 388.75,88.78125 L 387,89.9375 L 385.625,88.59375 L 382.6875,88.59375 L 382.125,87.8125 L 380.15625,91.5 L 379.375,92.875 L 381.71875,95.8125 L 380.9375,99.71875 L 378.78125,101.46875 L 379,102.84375 L 379.75,104.78125 L 378.59375,105.96875 L 376.25,107.125 L 376.625,109.28125 L 377.625,109.46875 L 375.875,111.03125 L 377.21875,113.96875 L 378.59375,118.28125 L 376.84375,120.21875 L 379.96875,120.03125 L 378.40625,124.90625 L 376.25,125.875 L 375.0625,128.8125 L 376.25,129.78125 L 374.875,132.125 L 375.28125,133.6875 L 379,136.625 L 379.1875,143.46875 L 383.28125,144.0625 L 385.8125,146.78125 L 390.5,149.125 L 392.25,149.71875 L 396.375,154.21875 L 394.625,155.96875 L 395.96875,157.90625 L 399.09375,158.125 L 401.84375,161.8125 L 404.1875,161.8125 L 404.75,164.375 L 407.3125,164.75 L 407.875,166.5 L 406.125,167.6875 L 404.96875,172.96875 L 410.4375,175.6875 L 410.4375,179.78125 L 412.5625,179 L 414.34375,180.40625 L 415.6875,179.59375 L 414.9375,178.4375 L 415.90625,177.84375 L 417.25,179.40625 L 419.21875,178.03125 L 419.8125,176.09375 L 423.5,175.5 L 424.5,176.28125 L 424.3125,178.4375 L 426.84375,180.375 L 428.40625,180.1875 L 430.15625,178.8125 L 434.25,178.8125 L 437.1875,182.125 L 438.15625,182.125 L 439.71875,181.15625 L 439.9375,180 L 441.5,179.21875 L 443.25,180.375 L 445,182.34375 L 451.15625,185.59375 L 453.59375,183.5 L 453.78125,175.875 L 457.125,172.96875 L 459.0625,168.46875 L 458.46875,165.53125 L 460.8125,160.84375 L 462.96875,155.96875 L 459.25,155 L 458.46875,149.71875 L 459.25,146.1875 L 457.875,144.84375 L 460.03125,145.03125 L 463.9375,141.125 L 465.125,137.03125 L 463.5625,135.46875 L 463.375,134.09375 L 465.6875,129.78125 L 460.25,126.65625 L 457.125,129 L 455.34375,127.84375 L 456.125,126.09375 L 454.1875,124.71875 L 451.625,123.53125 L 451.625,121 L 454.1875,120.21875 L 455.15625,115.71875 L 456.90625,113.78125 L 457.6875,116.71875 L 459.84375,117.6875 L 463.5625,118.28125 L 465.5,120.21875 L 467.84375,120.21875 L 469.8125,118.84375 L 472.34375,120.625 L 473.71875,120.625 L 475.28125,119.25 L 475.28125,116.3125 L 477,113.3125 L 476.59375,113.4375 L 475.25,111.5 L 471.34375,109.15625 L 469.96875,107 L 465.28125,107.40625 L 462.53125,109.9375 L 455.90625,110.125 L 453.9375,108.75 C 453.80551,108.51057 452.84437,106.81438 452,106.34375 C 451.96729,106.32639 451.91355,106.29802 451.875,106.28125 C 451.84646,106.26959 451.80512,106.25698 451.78125,106.25 C 451.77058,106.24458 451.73002,106.22452 451.71875,106.21875 C 451.71591,106.21876 451.69093,106.21861 451.6875,106.21875 C 451.66248,106.21745 451.61378,106.21875 451.59375,106.21875 C 450.67823,106.21876 448.90565,105.19125 448.6875,105.0625 L 445.9375,106.21875 L 445.75,108.5625 L 442.4375,108.96875 L 440.46875,105.25 L 439.3125,104.84375 L 439.3125,102.125 L 436.5625,100.9375 L 436.375,96.25 L 434.40625,94.3125 L 430.3125,92.34375 L 428.375,92.34375 L 427.78125,92.75 L 425.8125,92.75 L 423.09375,90.40625 L 420.15625,90.59375 L 417.8125,92.5625 L 417.21875,93.53125 L 413.90625,93.53125 L 412.75,92.34375 L 409.625,92.34375 L 406.09375,88.4375 L 401.59375,88.4375 L 399.25,90.59375 L 395.9375,90.78125 L 394.78125,91.96875 L 393.59375,91.96875 L 392.8125,88.25 L 391.25,86.6875 L 390.125,86.53125 z " id="path4316" inkscape:label="Lorraine"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 367.625,55.84375 L 365.65625,58.75 L 363.90625,60.53125 L 363.90625,62.28125 L 363.90625,64.625 L 361.5625,66.1875 L 357.28125,67.5625 L 354.9375,68.53125 L 352.1875,66.375 L 348.46875,66.375 L 347.9375,69.84375 L 349.6875,73.15625 L 347.9375,74.71875 L 347.75,77.65625 L 348.71875,79.21875 L 347.9375,81.5625 L 345,83.125 L 345,85.65625 L 341.28125,86.4375 L 340.6875,88 L 343.25,89.375 L 342.46875,92.09375 L 341.875,94.4375 L 342.0625,101.09375 L 340.6875,101.46875 L 337.375,99.3125 L 335.03125,100.3125 L 335.4375,102.25 L 331.3125,102.25 L 327.625,105 L 327.625,110.25 L 330.34375,112.03125 L 331.125,113.78125 L 326.625,114.15625 L 326.0625,115.9375 L 327.8125,117.09375 L 327.03125,118.28125 L 325.28125,119.0625 L 325.65625,120.40625 L 328.1875,120.40625 L 329.1875,121.78125 L 327.4375,122.96875 L 325.875,127.0625 L 322.9375,128.4375 L 321.9375,130.5625 L 320.96875,131.75 L 321.1875,132.90625 L 319.625,133.90625 L 319.21875,136.625 L 320.78125,137.59375 L 321.5625,140.53125 L 320.59375,142.28125 L 321.1875,143.65625 L 324.09375,143.46875 L 324.09375,145.03125 L 321.375,146.1875 L 321.1875,148.53125 L 319.8125,150.3125 L 319.03125,154.21875 L 318.59375,157.5 L 319.8125,158.5 L 322.15625,158.5 L 327.21875,163.78125 L 326.625,169.0625 L 330.15625,171.78125 L 332.125,170.40625 L 335.25,174.125 L 335.625,177.65625 L 337.78125,180.5625 L 338.75,182.71875 L 346.5625,183.125 L 350.46875,181.15625 L 351.625,183.3125 L 353,183.5 L 354,181.34375 L 360.4375,181.15625 L 362.96875,179.78125 L 363.375,177.25 L 369.03125,177.25 L 372.15625,179 L 375.65625,182.71875 L 380.15625,188.78125 L 377.625,191.5 L 379.375,192.6875 L 379.5625,196 L 382.6875,195.8125 L 383.46875,197.375 L 385.8125,197.5625 L 387.5625,196.59375 L 390.6875,200.5 L 391.09375,201.46875 L 395.375,200.5 L 396.1875,198.53125 L 396.375,198.5625 L 396.375,196.59375 L 399.09375,195.40625 L 402.21875,196.59375 L 405.15625,195.40625 L 406.90625,195.40625 L 407.5,191.5 L 408.46875,190.34375 L 406.71875,190.15625 L 406.53125,187.8125 L 409.25,187.21875 L 409.4375,185.65625 L 412.1875,185.65625 L 412.1875,183.125 L 414.34375,182.34375 L 413.75,180.78125 L 414.34375,180.40625 L 412.5625,179 L 410.4375,179.78125 L 410.4375,175.6875 L 404.96875,172.96875 L 406.125,167.6875 L 407.875,166.5 L 407.3125,164.75 L 404.75,164.375 L 404.1875,161.8125 L 401.84375,161.8125 L 399.09375,158.125 L 395.96875,157.90625 L 394.625,155.96875 L 396.375,154.21875 L 392.25,149.71875 L 390.5,149.125 L 385.8125,146.78125 L 383.28125,144.0625 L 379.1875,143.46875 L 379,136.625 L 375.28125,133.6875 L 374.875,132.125 L 376.25,129.78125 L 375.0625,128.8125 L 376.25,125.875 L 378.40625,124.90625 L 379.96875,120.03125 L 376.84375,120.21875 L 378.59375,118.28125 L 377.21875,113.96875 L 375.875,111.03125 L 377.625,109.46875 L 376.625,109.28125 L 376.25,107.125 L 378.59375,105.96875 L 379.75,104.78125 L 379,102.84375 L 378.78125,101.46875 L 380.9375,99.71875 L 381.71875,95.8125 L 379.375,92.875 L 380.15625,91.5 L 382.125,87.8125 L 382.6875,88.59375 L 385.625,88.59375 L 387,89.9375 L 388.75,88.78125 L 390.125,86.53125 L 388.71875,86.3125 L 387.9375,82.40625 L 386.375,81.21875 L 380.90625,80.625 L 379.9375,78.09375 L 378.15625,76.9375 L 371.90625,76.15625 L 371.53125,71.65625 L 372.3125,70.875 L 372.3125,69.125 L 369.1875,67.15625 L 369.78125,65 L 370.5625,63.0625 L 369.1875,61.875 L 371.34375,59.9375 L 371.34375,56.40625 L 370.5625,55.84375 L 367.625,55.84375 z " id="path4326" inkscape:label="Champagne-Ardenne"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 255.5625,109.6875 L 254,111.625 L 252.8125,115.9375 L 251.4375,118.28125 L 245.96875,119.84375 L 245.1875,120.8125 L 246.1875,122.375 L 246.1875,123.9375 L 247.9375,124.3125 L 246.9375,125.3125 L 247.03125,126.1875 L 247.15625,126.09375 L 249.09375,128.03125 L 249.6875,130.375 L 251.25,131.9375 L 250.46875,134.09375 L 250.46875,136.03125 L 251.84375,137.59375 L 250.46875,139.9375 L 251.84375,143.28125 L 254.5625,145.21875 L 254.96875,147.375 L 257.3125,147.75 L 257.875,152.0625 L 259.65625,154.21875 L 263.75,155 L 264.125,157.53125 L 264.53125,158.125 L 264.9375,163.375 L 271.1875,162.8125 L 273.71875,160.46875 L 275.875,162.21875 L 281.125,162.59375 L 283.09375,165.53125 L 285.4375,166.71875 L 285.625,170.03125 L 282.5,172.1875 L 284.25,173.75 L 286.40625,172.375 L 291.6875,172.5625 L 293.625,172.1875 L 294.21875,170.625 L 296.375,170.8125 L 296.75,172.375 L 301.625,169.625 L 303.40625,167.5 L 305.75,164.75 L 304.1875,163 L 305.5625,160.0625 L 309.0625,158.3125 L 316.6875,158.6875 L 318.4375,157.34375 L 318.59375,157.5 L 319.03125,154.21875 L 319.8125,150.3125 L 321.1875,148.53125 L 321.375,146.1875 L 324.09375,145.03125 L 324.09375,143.46875 L 321.1875,143.65625 L 320.59375,142.28125 L 321.5625,140.53125 L 320.78125,137.59375 L 319.21875,136.625 L 319.625,133.90625 L 321.1875,132.90625 L 320.96875,131.75 L 321.53125,131.0625 L 318.25,130.375 L 317.25,128.03125 L 315.5,127.4375 L 310.25,122.375 L 309.65625,118.0625 L 307.5,116.5 L 306.3125,117.09375 L 304.375,118.65625 L 302.4375,118.0625 L 299.09375,119.4375 L 296.375,117.875 L 295.1875,119.4375 L 293.4375,119.625 L 292.25,118.65625 L 290.3125,117.5 L 287.96875,119.0625 L 286.59375,117.6875 L 282.3125,115.15625 L 278.1875,113 L 276.0625,113.96875 L 273.71875,114.5625 L 272.15625,113.375 L 269.03125,111.4375 L 266.5,113.375 L 262.78125,113.78125 L 257.5,113.375 L 256.3125,111.4375 L 255.5625,109.6875 z " id="path4333" inkscape:label="Ile-de-France"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 249.78125,44.5 L 249.25,50.9375 L 253.5625,54.84375 L 253.5625,56.8125 L 248.28125,53.6875 L 241.9375,61.5 L 243.625,62.21875 L 245.78125,62.03125 L 246.75,63.96875 L 255.34375,72.375 L 255.9375,75.875 L 257.875,79.40625 L 255.9375,81.75 L 255.15625,83.6875 L 256.71875,83.6875 L 255.9375,85.65625 L 255.15625,89.5625 L 256.3125,91.5 L 256.3125,94.84375 L 258.28125,94.84375 L 257.5,96.1875 L 256.125,98.75 L 255.5625,100.5 L 257.3125,102.0625 L 257.875,106.5625 L 258.875,108.125 L 257.5,108.5 L 255.75,107.53125 L 255.4375,109.84375 L 255.5625,109.6875 L 256.3125,111.4375 L 257.5,113.375 L 262.78125,113.78125 L 266.5,113.375 L 269.03125,111.4375 L 272.15625,113.375 L 273.71875,114.5625 L 276.0625,113.96875 L 278.1875,113 L 282.3125,115.15625 L 286.59375,117.6875 L 287.96875,119.0625 L 290.3125,117.5 L 292.25,118.65625 L 293.4375,119.625 L 295.1875,119.4375 L 296.375,117.875 L 299.09375,119.4375 L 302.4375,118.0625 L 304.375,118.65625 L 306.3125,117.09375 L 307.5,116.5 L 309.65625,118.0625 L 310.25,122.375 L 315.5,127.4375 L 317.25,128.03125 L 318.25,130.375 L 321.53125,131.0625 L 321.9375,130.5625 L 322.9375,128.4375 L 325.875,127.0625 L 327.4375,122.96875 L 329.1875,121.78125 L 328.1875,120.40625 L 325.65625,120.40625 L 325.28125,119.0625 L 327.03125,118.28125 L 327.8125,117.09375 L 326.0625,115.9375 L 326.625,114.15625 L 331.125,113.78125 L 330.34375,112.03125 L 327.625,110.25 L 327.625,105 L 331.3125,102.25 L 335.4375,102.25 L 335.03125,100.3125 L 337.375,99.3125 L 340.6875,101.46875 L 342.0625,101.09375 L 341.875,94.4375 L 342.46875,92.09375 L 343.25,89.375 L 340.6875,88 L 341.28125,86.4375 L 345,85.65625 L 345,83.125 L 347.9375,81.5625 L 348.71875,79.21875 L 347.75,77.65625 L 347.9375,74.71875 L 349.6875,73.15625 L 347.9375,69.84375 L 348.46875,66.375 L 344.5,66.375 L 343.4375,67.09375 L 339.71875,66.125 L 338.9375,63.59375 L 337.78125,63.59375 L 335.625,65.53125 L 335.25,63.78125 L 330.9375,63.375 L 329.75,62.40625 L 328.40625,62.21875 L 325.28125,64.375 L 323.71875,63 L 322.34375,63 L 319.21875,65.15625 L 316.875,63.78125 L 314.53125,65.15625 L 313.75,65.34375 L 313.15625,64.15625 L 311,64.15625 L 309.4375,65.15625 L 307.875,64.75 L 306.125,63 L 301.4375,63 L 298.5,64.5625 L 298.5,63.1875 L 297.75,61.8125 L 295.96875,62.59375 L 293.8125,63.78125 L 295,62.03125 L 294.8125,60.46875 L 292.25,58.6875 L 292.25,60.65625 L 290.5,60.65625 L 286.40625,59.28125 L 284.65625,57.90625 L 282.875,59.09375 L 282.3125,60.65625 L 281.53125,60.84375 L 280.5625,59.875 L 280.5625,57.125 L 283.46875,55.1875 L 282.3125,53.21875 L 279.96875,54.21875 L 278.78125,53.21875 L 273.90625,53.8125 L 271.375,54.78125 L 268.8125,53.8125 L 268.8125,51.875 L 265.3125,50.3125 L 264.34375,47.96875 L 262.96875,48.53125 L 259.25,45.625 L 257.5,45.03125 L 256.125,46.78125 L 253.78125,47.375 L 252.8125,45.21875 L 249.78125,44.5 z " id="path4342" inkscape:label="Picardie"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 241.9375,61.5 L 240.65625,63.0625 L 232.28125,69.5 L 217.4375,73.21875 L 207.65625,76.71875 L 199.65625,81.03125 L 194.96875,88.0625 L 194,93.53125 L 197.90625,96.46875 L 203.5625,97.625 L 202.65625,97.78125 L 203.59375,105.1875 L 205.5625,105.78125 L 205.5625,106.5625 L 203.59375,107.71875 L 205.9375,111.03125 L 207.125,115.71875 L 206.90625,117.6875 L 205.15625,118.84375 L 205.34375,120.21875 L 207.3125,121 L 207.5,122.75 L 205.9375,127.25 L 207.5,129.21875 L 212.96875,129.40625 L 214.125,132.125 L 216.09375,134.09375 L 218.8125,135.0625 L 219.625,138 L 218.25,139.9375 L 221.09375,141.84375 L 223.90625,139.15625 L 226.625,139.15625 L 233.6875,135.46875 L 236,136.4375 L 240.90625,136.4375 L 242.0625,135.0625 L 242.0625,132.125 L 245.96875,130.1875 L 245.96875,127.0625 L 247.03125,126.1875 L 246.9375,125.3125 L 247.9375,124.3125 L 246.1875,123.9375 L 246.1875,122.375 L 245.1875,120.8125 L 245.96875,119.84375 L 251.4375,118.28125 L 252.8125,115.9375 L 254,111.625 L 255.4375,109.84375 L 255.75,107.53125 L 257.5,108.5 L 258.875,108.125 L 257.875,106.5625 L 257.3125,102.0625 L 255.5625,100.5 L 256.125,98.75 L 257.5,96.1875 L 258.28125,94.84375 L 256.3125,94.84375 L 256.3125,91.5 L 255.15625,89.5625 L 255.9375,85.65625 L 256.71875,83.6875 L 255.15625,83.6875 L 255.9375,81.75 L 257.875,79.40625 L 255.9375,75.875 L 255.34375,72.375 L 246.75,63.96875 L 245.78125,62.03125 L 243.625,62.21875 L 241.9375,61.5 z " id="path4359" inkscape:label="Haute-Normandie"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 285.78125,4.0625 L 279.53125,7 L 269.78125,8.5625 L 258.4375,10.71875 L 249.84375,17.34375 L 249.84375,43.71875 L 249.78125,44.5 L 252.8125,45.21875 L 253.78125,47.375 L 256.125,46.78125 L 257.5,45.03125 L 259.25,45.625 L 262.96875,48.53125 L 264.34375,47.96875 L 265.3125,50.3125 L 268.8125,51.875 L 268.8125,53.8125 L 271.375,54.78125 L 273.90625,53.8125 L 278.78125,53.21875 L 279.96875,54.21875 L 282.3125,53.21875 L 283.46875,55.1875 L 280.5625,57.125 L 280.5625,59.875 L 281.53125,60.84375 L 282.3125,60.65625 L 282.875,59.09375 L 284.65625,57.90625 L 286.40625,59.28125 L 290.5,60.65625 L 292.25,60.65625 L 292.25,58.6875 L 294.8125,60.46875 L 295,62.03125 L 293.8125,63.78125 L 295.96875,62.59375 L 297.75,61.8125 L 298.5,63.1875 L 298.5,64.5625 L 301.4375,63 L 306.125,63 L 307.875,64.75 L 309.4375,65.15625 L 311,64.15625 L 313.15625,64.15625 L 313.75,65.34375 L 314.53125,65.15625 L 316.875,63.78125 L 319.21875,65.15625 L 322.34375,63 L 323.71875,63 L 325.28125,64.375 L 328.40625,62.21875 L 329.75,62.40625 L 330.9375,63.375 L 335.25,63.78125 L 335.625,65.53125 L 337.78125,63.59375 L 338.9375,63.59375 L 339.71875,66.125 L 343.4375,67.09375 L 344.5,66.375 L 344.1875,66.375 L 344,64.4375 L 347.90625,62.09375 L 347.3125,58.375 L 343.59375,57.40625 L 344.5625,56.40625 L 344.5625,53.6875 L 347.5,51.53125 L 346.71875,49.96875 L 340.46875,45.09375 L 329.53125,45.6875 L 328.375,47.625 L 327,47.625 L 327.1875,40.78125 L 324.0625,37.09375 L 321.71875,37.46875 L 320.34375,35.90625 L 316.4375,37.65625 L 315.09375,36.3125 L 312.34375,35.90625 L 311.5625,33.375 L 311.375,25.5625 L 309.625,24.78125 L 309.40625,23.59375 L 308.25,23.59375 L 307.84375,21.25 L 305.3125,21.46875 L 300.4375,23.03125 L 298.09375,25.9375 L 295.75,25.9375 L 294.1875,24 L 293.59375,21.84375 L 291.65625,19.6875 L 288.90625,19.6875 L 287.75,17.5625 L 287.75,14.21875 L 289.09375,12.09375 L 288.3125,9.15625 L 285.78125,4.0625 z " id="path4366" inkscape:label="Nord-Pas-de-Calais"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 568.92104,452.72493 L 565.99135,454.67806 L 566.38197,456.63118 L 567.94447,458.58431 L 566.18666,459.9515 L 566.96791,461.514 L 565.79604,462.88118 L 565.79604,464.639 L 567.74916,466.39681 L 567.74916,469.13118 L 566.57729,471.67025 L 565.2101,472.25618 L 563.6476,470.10775 L 560.91322,470.30306 L 560.32729,469.91243 L 557.98354,469.91243 L 555.8351,471.86556 L 555.05385,475.18587 L 549.97572,476.16243 L 546.06947,479.48275 L 545.28822,481.63118 L 543.3351,481.43587 L 542.35854,480.264 L 541.7726,483.58431 L 540.40541,484.17025 L 540.01479,487.29525 L 540.60072,488.66243 L 538.45229,490.22493 L 537.86635,491.78743 L 536.30385,491.78743 L 536.30385,493.93587 L 538.25697,495.30306 L 541.57729,497.25618 L 541.7726,498.81869 L 539.81947,499.40462 L 536.69447,499.99056 L 536.69447,501.35775 L 537.86635,502.52962 L 538.06166,506.43587 L 542.35854,507.80306 L 543.92104,508.19369 L 545.28822,510.34212 L 544.31166,511.70931 L 542.74916,512.29525 L 541.57729,514.44369 L 540.40541,515.81087 L 540.99135,519.3265 L 543.92104,519.13119 L 544.70229,519.71712 L 547.43666,518.34994 L 548.21791,519.13119 L 546.85072,522.06087 L 548.21791,523.42806 L 545.87416,525.18587 L 544.31166,528.7015 L 548.60854,529.67806 L 554.66322,530.264 L 552.12416,533.19369 C 552.12416,533.19369 550.17104,532.41244 550.17104,533.389 C 550.17104,534.36556 548.80385,536.70931 548.80385,536.70931 L 550.75697,538.85775 L 554.2726,541.00619 L 560.91322,542.764 L 562.86635,543.54525 L 564.62416,544.3265 L 563.45229,546.47494 L 566.57729,546.27962 L 567.16322,547.64681 L 570.28822,547.64681 L 571.06947,543.93587 L 569.11635,543.54525 L 571.85072,540.61556 L 570.87416,539.639 L 571.06947,537.88119 L 574.5851,535.92806 L 574.78041,533.77962 L 572.43666,533.58431 L 570.87416,534.9515 L 570.87416,532.99837 L 573.99916,532.80306 L 574.97572,530.45931 L 575.75697,523.62337 L 575.17104,520.69369 L 574.97572,512.09994 L 579.66322,505.45931 L 579.66322,494.52181 L 577.7101,490.81087 L 577.12416,479.09212 L 575.75697,476.94368 L 573.21791,474.99056 L 572.82729,467.764 L 573.99916,464.44368 L 572.43666,459.17025 L 571.4601,454.87337 L 570.67885,453.7015 L 568.92104,452.72493 z " id="path5246" inkscape:label="Corse"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 383.28125,262.59375 L 381.125,262.8125 L 379.75,265.34375 L 376.0625,279.78125 L 374.875,282.53125 L 373.5,282.34375 L 372.75,278.4375 L 371.75,275.3125 L 369.625,275.5 L 367.84375,277.25 L 366.6875,275.6875 L 364.9375,277.25 L 362.5625,275.6875 L 360.625,275.6875 L 359.84375,276.28125 L 358.6875,282.53125 L 356.53125,282.53125 L 354.96875,284.09375 L 353.78125,282.90625 L 347.53125,281.9375 L 345.1875,283.3125 L 343.625,283.3125 L 343.25,281.9375 L 340.3125,281.34375 L 340.125,278.21875 L 339.53125,278.03125 L 336,278.625 L 335.4375,280.78125 L 336.8125,283.5 L 337.1875,294.625 L 332.5,294.84375 L 332.3125,296.59375 L 335.4375,299.125 L 333.6875,300.875 L 333.09375,305.1875 L 335.4375,308.3125 L 337.5625,313.375 L 342.65625,316.71875 L 344.40625,323.15625 L 340.6875,326.65625 L 341.28125,329 L 346.75,330.78125 L 351.0625,327.25 L 353.1875,327.0625 L 359.4375,329.78125 L 359.0625,333.5 L 362.1875,333.3125 L 364.71875,336.25 L 363.5625,340.9375 L 360.8125,342.09375 L 359.65625,344.0625 L 360.4375,346.59375 L 361,347.96875 L 358.09375,347.96875 L 357.875,351.65625 L 354.75,351.875 L 353.1875,356.75 L 348.5,356.75 L 343.4375,360.46875 L 340.625,364.9375 L 341.09375,365.53125 L 342.46875,372.71875 L 345.78125,376.3125 L 345.21875,380.4375 L 349.375,382.9375 L 349.375,388.46875 L 351.59375,387.34375 L 356.28125,390.40625 L 358.5,391.21875 L 359.03125,387.34375 L 361.8125,386.8125 L 362.625,389.84375 L 365.40625,389.5625 L 365.9375,386.53125 L 372.28125,390.09375 L 373.3125,388 L 378.59375,387.21875 L 379.75,388.59375 L 379.1875,392.5 L 379.96875,393.46875 L 382.875,390.53125 L 385.4375,390.34375 L 386,388.78125 L 382.6875,388.375 L 382.125,384.875 L 384.25,381.5625 L 387,381.34375 L 389.71875,383.90625 L 387,387.59375 L 387.78125,388.96875 L 391.6875,389.375 L 394.21875,387.21875 L 392.84375,390.15625 L 393.25,392.5 L 397.34375,392.875 L 402.8125,393.28125 L 403.59375,395.8125 L 406.53125,397.96875 L 409.0625,398.15625 L 410.8125,396.59375 L 411.8125,393.65625 L 413.375,395.03125 L 414.53125,396.40625 L 415.3125,389.15625 L 413.375,388.78125 L 412.1875,386.25 L 405.5625,384.46875 L 404.75,381.15625 L 407.125,379.59375 L 405.15625,378.21875 L 405.5625,376.46875 L 408.6875,376.65625 L 411.40625,378.03125 L 413.5625,375.5 L 411.40625,373.75 L 411.59375,371.40625 L 412.78125,367.6875 L 416.875,367.28125 L 420.1875,365.9375 L 420.78125,364.5625 L 419.21875,363.78125 L 419.21875,361.4375 L 424.09375,361.4375 L 425.65625,359.875 L 424.6875,358.125 L 427.21875,356.15625 L 429,356.9375 L 431.53125,354.78125 L 436,355.5625 L 437.5625,353.8125 L 441.28125,354 L 441.28125,349.71875 L 439.71875,348.9375 L 438.9375,346.40625 L 434.84375,346 L 434.25,345.03125 L 435.03125,340.9375 L 436.40625,339.75 L 439.9375,339.375 L 441.09375,340.53125 L 441.6875,343.28125 L 445.1875,342.875 L 445.59375,339.9375 L 447.34375,339.15625 L 451.09375,339.34375 L 451.03125,339.21875 L 456.875,336.875 L 459.03125,338.25 L 461.1875,338.25 L 461.375,335.90625 L 463.90625,334.53125 L 464.875,333.375 L 469.96875,331.40625 L 470.5625,328.09375 L 469.5625,326.53125 L 472.3125,321.84375 L 469.78125,320.875 L 469,318.125 L 463.71875,315 C 463.71875,315 464.03377,309.01275 463.53125,307.9375 C 463.51544,307.91055 463.48155,307.86019 463.46875,307.84375 C 463.46374,307.8383 463.44264,307.81713 463.4375,307.8125 C 463.43393,307.81272 463.4091,307.81243 463.40625,307.8125 C 463.4062,307.80552 463.40608,307.78312 463.40625,307.78125 C 463.40269,307.78137 463.37784,307.78121 463.375,307.78125 C 463.37209,307.7811 463.3467,307.78118 463.34375,307.78125 C 463.34022,307.78117 463.31534,307.78126 463.3125,307.78125 C 462.53125,307.97657 459.625,308.1875 459.625,308.1875 L 456.6875,304.84375 L 456.875,298.21875 L 463.53125,295.46875 L 464.3125,293.53125 L 463.90625,289.21875 L 459.625,284.75 L 458.25,285.53125 L 458.25,283.75 L 458.25,280.84375 L 454.53125,279.0625 L 454.34375,277.5 L 456.5,275.15625 L 456.5,272.4375 L 452.96875,268.71875 L 452.78125,266.1875 L 446.125,266.1875 L 441.65625,266.96875 L 437.34375,270.46875 L 436.1875,268.71875 L 434.03125,268.90625 L 432.0625,273.21875 L 432.28125,274.96875 L 434.40625,276.71875 L 430.5,279.28125 L 427.96875,281.625 L 421.53125,281.625 L 421.53125,277.90625 L 423.875,276.53125 L 427.375,276.15625 L 427.59375,274.1875 L 426.40625,273.40625 L 429.34375,269.6875 L 428.9375,268.53125 L 425.59375,266.75 L 417.46875,275.6875 L 411.8125,275.6875 L 411.8125,273.34375 L 408.6875,271.78125 L 404.96875,275.875 L 402.03125,276.28125 L 402.03125,273.53125 L 399.5,272.375 L 395.59375,266.90625 L 392.0625,265.53125 L 390.90625,263 L 388.9375,262.59375 L 387,263.96875 L 385.4375,264.375 L 383.28125,262.59375 z " id="path5248" inkscape:label="Rhône-Alpes"/>
</g>
<g inkscape:groupmode="layer" id="layer3" inkscape:label="Côte" style="display:inline" sodipodi:insensitive="true">
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 568.92104,452.72493 L 565.99135,454.67806 L 566.38197,456.63118 L 567.94447,458.58431 L 566.18666,459.9515 L 566.96791,461.514 L 565.79604,462.88118 L 565.79604,464.639 L 567.74916,466.39681 L 567.74916,469.13118 L 566.57729,471.67025 L 565.2101,472.25618 L 563.6476,470.10775 L 560.91322,470.30306 L 560.32729,469.91243 L 557.98354,469.91243 L 555.8351,471.86556 L 555.05385,475.18587 L 549.97572,476.16243 L 546.06947,479.48275 L 545.28822,481.63118 L 543.3351,481.43587 L 542.35854,480.264 L 541.7726,483.58431 L 540.40541,484.17025 L 540.01479,487.29525 L 540.60072,488.66243 L 538.45229,490.22493 L 537.86635,491.78743 L 536.30385,491.78743 L 536.30385,493.93587 L 538.25697,495.30306 L 541.57729,497.25618 L 541.7726,498.81869 L 539.81947,499.40462 L 536.69447,499.99056 L 536.69447,501.35775 L 537.86635,502.52962 L 538.06166,506.43587 L 542.35854,507.80306 L 543.92104,508.19369 L 545.28822,510.34212 L 544.31166,511.70931 L 542.74916,512.29525 L 541.57729,514.44369 L 540.40541,515.81087 L 540.99135,519.3265 L 543.92104,519.13119 L 544.70229,519.71712 L 547.43666,518.34994 L 548.21791,519.13119 L 546.85072,522.06087 L 548.21791,523.42806 L 545.87416,525.18587 L 544.31166,528.7015 L 548.60854,529.67806 L 554.66322,530.264 L 552.12416,533.19369 C 552.12416,533.19369 550.17104,532.41244 550.17104,533.389 C 550.17104,534.36556 548.80385,536.70931 548.80385,536.70931 L 550.75697,538.85775 L 554.2726,541.00619 L 560.91322,542.764 L 562.86635,543.54525 L 564.62416,544.3265 L 563.45229,546.47494 L 566.57729,546.27962 L 567.16322,547.64681 L 570.28822,547.64681 L 571.06947,543.93587 L 569.11635,543.54525 L 571.85072,540.61556 L 570.87416,539.639 L 571.06947,537.88119 L 574.5851,535.92806 L 574.78041,533.77962 L 572.43666,533.58431 L 570.87416,534.9515 L 570.87416,532.99837 L 573.99916,532.80306 L 574.97572,530.45931 L 575.75697,523.62337 L 575.17104,520.69369 L 574.97572,512.09994 L 579.66322,505.45931 L 579.66322,494.52181 L 577.7101,490.81087 L 577.12416,479.09212 L 575.75697,476.94368 L 573.21791,474.99056 L 572.82729,467.764 L 573.99916,464.44368 L 572.43666,459.17025 L 571.4601,454.87337 L 570.67885,453.7015 L 568.92104,452.72493 z " id="path1339"/>
<path style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 285.94277,4.389559 L 285.7868,4.077637 L 285.7868,4.077637 L 279.5368,7.007324 L 269.77118,8.569824 L 258.44305,10.718262 L 249.8493,17.358887 L 249.8493,43.726074 L 249.26337,50.952637 L 253.56024,54.858887 L 253.56024,56.812012 L 248.2868,53.687012 L 240.66962,63.06202 L 232.27118,69.50733 L 217.42743,73.21827 L 207.6618,76.73389 L 199.65399,81.03077 L 194.96649,88.06202 L 193.98993,93.53078 L 197.89618,96.46045 L 203.56024,97.63232 L 198.09149,98.60889 L 190.66962,102.90578 L 182.27118,106.22607 L 175.63055,102.51514 L 159.61493,100.17139 L 155.90399,98.21828 L 148.2868,100.17139 L 148.09149,95.48389 L 143.01337,89.4292 L 144.57587,85.52295 L 146.7243,85.52295 L 144.77118,80.24952 L 136.37274,79.85889 L 131.88055,82.98389 L 126.80243,79.66358 L 119.57587,77.51514 L 118.79462,79.46827 L 122.89618,82.78858 L 122.89618,87.08545 L 121.33368,89.03858 L 122.31024,90.01514 L 122.89618,90.40578 L 122.50555,94.1167 L 123.87274,97.2417 L 128.36493,102.31982 L 129.34149,106.81203 L 130.31805,108.1792 L 130.31805,115.21045 L 132.6618,119.89795 L 132.6618,125.3667 L 130.12274,130.44482 L 132.85712,137.47607 L 137.15399,138.45264 L 137.54462,140.40578 L 135.39618,141.38232 L 122.11493,141.38232 L 118.5993,139.23389 L 120.94305,136.10889 L 116.25555,135.91357 L 113.13055,139.4292 L 109.41962,139.03857 L 109.02899,141.18703 L 106.68524,141.38232 L 106.48993,138.64795 L 104.5368,138.06203 L 103.16962,139.62453 L 103.16962,135.71828 L 100.82587,137.47607 L 97.31024,136.89014 L 96.13837,139.23389 L 88.9118,143.14014 L 88.9118,145.09328 L 87.3493,145.09328 L 87.3493,141.57764 L 83.24774,139.62453 L 83.63837,136.10889 L 79.92743,133.37453 L 79.92743,130.0542 L 77.19305,129.46828 L 77.38837,126.34328 L 75.23993,126.14795 L 75.43524,123.99953 L 71.52899,123.99953 L 70.94306,125.95264 L 69.77118,123.21828 L 68.01337,124.58545 L 63.52118,125.17139 L 62.54462,126.53857 L 59.41962,124.19482 L 55.31806,126.9292 L 56.88056,129.07764 L 54.14618,132.78857 L 50.82587,130.83545 L 45.35712,131.03078 L 45.35712,134.93703 L 43.794617,134.93703 L 43.403992,133.1792 L 41.060242,133.56982 L 40.669617,129.07764 L 38.521179,131.42139 L 36.177429,130.44482 L 31.880554,130.83545 L 31.099304,132.78857 L 28.560242,133.37453 L 28.169617,131.22607 L 23.677429,131.81203 L 23.677429,133.1792 L 20.552429,133.37453 L 19.185242,132.39795 L 17.622742,133.1792 L 17.232117,135.52295 L 11.958679,135.71828 L 9.224304,139.03857 L 11.568054,140.79639 L 8.44305,143.33545 L 9.419617,145.09328 L 8.638367,149.39014 L 11.763367,149.78078 L 12.935242,148.60889 L 13.521179,149.39014 L 20.943054,148.41357 L 25.825867,144.89795 L 21.528992,148.99953 L 21.919617,150.95264 L 25.825867,149.19482 L 25.044617,151.9292 L 29.341492,152.12453 L 29.146179,153.29639 L 24.458679,153.10107 L 20.747742,152.12453 L 16.255554,149.97607 L 13.521179,153.10107 L 17.036804,154.27295 L 16.841492,159.54639 L 17.818054,158.76514 L 19.966492,155.44482 L 24.068054,157.78857 L 26.021179,158.1792 L 26.802429,161.3042 L 25.630554,163.45264 L 23.091492,163.25732 L 20.747742,163.25732 L 16.841492,163.84328 L 10.200867,164.23389 L 8.833675,165.9917 L 10.786804,167.16357 L 12.935242,166.96828 L 14.693054,168.53078 L 17.232117,168.33545 L 21.333679,173.02295 L 22.310242,178.10107 L 20.943054,180.83545 L 25.044617,181.6167 L 29.536804,181.42139 L 30.513367,179.66357 L 28.755554,177.31982 L 30.513367,178.10107 L 32.271179,177.90578 L 35.396179,179.66357 L 37.349304,179.27295 L 37.349304,175.95264 L 38.130554,179.27295 L 40.669617,183.37453 L 46.13837,183.76514 L 46.33368,182.59328 L 47.70087,184.54639 L 51.02118,185.13232 L 53.56024,185.13232 L 55.90399,188.84328 L 59.02899,189.62453 L 60.20087,187.8667 L 59.61493,190.01514 L 62.34931,191.18703 L 65.86493,194.70264 L 67.03681,196.85107 L 66.64618,199.39014 L 66.25556,201.9292 L 68.59931,203.68703 L 69.77118,202.31982 L 68.59931,200.75732 L 68.59931,197.2417 L 70.94306,197.82764 L 71.72431,195.48389 L 72.31024,196.85107 L 74.8493,198.99953 L 76.02118,197.04639 L 74.8493,194.31203 L 76.99774,197.2417 L 79.73212,196.85107 L 79.14618,195.48389 L 81.68524,196.06982 L 83.63837,198.41357 L 82.6618,199.97607 L 80.12274,199.19482 L 77.19305,197.82764 L 75.63055,199.78078 L 77.9743,200.56203 L 79.73212,203.29639 L 90.27899,202.31982 L 93.01337,202.90578 L 91.64618,204.07764 L 91.84149,205.83545 L 93.20868,206.81203 L 89.49774,210.13232 L 90.27899,210.91357 L 91.06024,212.47607 L 89.10712,215.21045 L 91.25555,216.38232 L 94.96649,217.16357 L 95.35712,215.60107 L 97.50555,218.33545 L 101.02118,218.33545 L 103.56024,215.60107 L 106.88055,215.60107 L 103.36493,217.35889 L 103.56024,219.31201 L 104.34149,221.06982 L 102.19305,223.21826 L 99.8493,223.21826 L 100.23993,226.14795 L 104.5368,225.3667 L 109.61493,230.0542 L 103.56024,237.8667 L 103.36493,242.5542 L 109.41962,248.41357 L 109.2243,250.17139 L 110.98212,250.17139 L 114.69305,261.3042 L 118.5993,263.25732 L 122.50555,267.16357 L 126.99774,267.16357 L 128.75555,271.06982 L 133.05243,271.06982 L 135.00555,273.99951 L 139.30243,276.14795 L 139.49774,273.41357 L 142.0368,275.75732 L 138.9118,278.29639 L 138.52118,280.24951 L 135.59149,280.64014 L 134.02899,278.88232 L 130.12274,278.4917 L 129.73212,276.53857 L 127.38837,274.97607 L 124.06805,276.14795 L 126.21649,279.27295 L 128.95087,279.27295 L 131.68524,281.03076 L 133.83368,282.78857 L 137.93524,282.59326 L 138.71649,284.35107 L 141.45087,284.93701 L 142.42743,287.67139 L 144.18524,288.45264 L 143.98993,290.60107 L 141.64618,290.21045 L 140.86493,291.38232 L 142.62274,293.92139 L 141.64618,298.21826 L 139.30243,298.02295 L 139.49774,300.75732 L 140.08368,301.73389 L 137.3493,301.73389 L 136.95868,300.17139 L 138.71649,297.82764 L 138.13055,296.46045 L 137.15399,295.6792 L 136.76337,290.9917 L 133.44305,290.60107 L 130.70868,287.28076 L 130.31805,294.1167 L 134.81024,297.43701 L 135.20087,301.14795 L 135.98212,305.44482 L 136.37274,309.7417 L 138.71649,309.54639 L 142.81805,312.8667 L 145.55243,314.4292 L 145.74774,316.38232 L 147.89618,316.77295 L 154.14618,323.02295 L 155.90399,331.03076 L 157.27118,336.69482 L 157.6618,342.35889 L 156.68524,343.92139 L 155.70868,339.23389 L 152.9743,328.4917 L 143.01337,319.50732 L 143.20868,315.40576 L 141.25555,315.21045 L 138.13055,319.89795 L 137.15399,336.3042 L 134.61493,352.90576 L 132.85712,365.79639 L 132.6618,369.1167 L 134.02899,364.62451 L 136.76337,361.10889 L 140.66962,364.62451 L 141.06024,365.79639 L 142.23212,367.35889 L 137.3493,367.5542 L 136.56805,366.38232 L 134.61493,367.16357 L 134.2243,370.09326 L 132.07587,373.02295 L 132.07587,377.51514 L 128.56024,396.26514 L 124.06805,413.45264 L 122.70087,420.09326 L 121.52899,424.78076 L 117.81805,431.22607 L 113.32587,436.69482 L 109.81024,438.06201 L 107.27118,438.45264 L 107.27118,438.67059" id="path7299"/>
<path style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 312.48898,497.22601 L 312.73993,497.2417 L 312.73993,494.1167 L 311.17743,491.96826 L 308.44305,490.79639 L 307.85712,468.14014 L 308.05243,461.69482 L 305.70868,461.89014 L 303.75555,458.96045 L 305.31805,456.42139 L 308.63837,459.54639 L 311.56805,457.20264 L 313.52118,455.24951 L 313.9118,452.12451 L 320.94305,449.97607 L 321.7243,448.21826 L 327.19305,448.02295 L 328.95087,445.87451 L 339.49774,437.47607 L 346.13837,432.78857 L 351.80243,433.1792 L 351.80243,437.08545 L 356.29462,436.89014 L 364.88837,437.28076 L 373.09149,437.8667 L 374.65399,439.4292 L 371.7243,439.4292 L 369.77118,442.74951 L 378.16962,444.50732 L 384.81024,443.33545 L 381.29462,440.01514 L 383.63837,438.06201 L 387.3493,439.62451 L 389.10712,443.33545 L 400.23993,443.53076 L 403.16962,442.35889 L 403.75555,444.1167 L 400.63055,446.85107 L 404.92743,447.04639 L 404.14618,448.99951 L 402.9743,450.3667 L 412.54462,450.3667 L 417.23212,451.9292 L 418.20868,453.29639 L 421.7243,454.85889 L 422.70087,458.76514 L 424.8493,459.15576 L 426.80243,457.78857 L 430.31805,455.64014 L 436.37274,456.22607 L 436.17743,457.78857 L 434.2243,458.76514 L 438.9118,458.96045 L 437.73993,457.78857 L 437.3493,455.24951 L 439.88837,453.4917 L 442.81805,454.46826 L 443.98993,454.85889 L 444.96649,456.03076 L 446.33368,455.0542 L 446.7243,452.51514 L 448.2868,451.14795 L 452.38837,451.14795 L 453.56024,449.39014 L 456.29462,450.17139 L 459.41962,448.8042 L 459.41962,443.72607 L 455.31805,443.92139 L 458.44305,441.96826 L 460.00555,439.81982 L 460.39618,436.69482 L 466.06024,435.91357 L 469.38055,432.20264 L 469.57587,427.71045 L 473.48212,428.4917 L 474.8493,426.73389 L 476.80243,427.12451 L 476.99774,421.06982 L 481.48993,420.6792 L 485.39618,417.16357 L 488.9118,417.16357 L 489.10712,415.01514 L 492.62274,412.8667 L 492.53949,412.67523" id="path7292"/>
<path style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 44.713105,-3.761101 L 41.122328,0.105889 L 38.083979,0.382102 L 35.598057,-2.10382 L 32.559707,-0.998966 L 31.178639,4.249093 L 30.626212,12.259287 L 23.720872,16.954918 L 22.339805,16.954918 L 21.787377,21.650549 L 18.749028,20.545694 L 11.567475,24.136471 L 11.567475,28.279675 L -0.585923,39.052005 L -3.071846,39.328218 L -4.1767,42.642781 L -6.662622,40.156859 L -13.567962,44.300063 L -14.672816,48.71948 L -10.253399,49.824335 L -6.662622,45.957344 L -0.585923,47.614626 L 1.899999,55.901034 L 5.214562,55.62482 L 9.081552,50.652975 L 6.319416,48.443267 L 9.910193,45.404917 L 8.252912,43.195208 L 12.672329,39.880645 L 12.672329,41.537927 L 11.843688,45.404917 L 17.36796,41.814141 L 19.025241,42.918995 L 20.130096,38.499577 L 26.759222,35.461228 L 29.245144,38.499577 L 34.493202,36.013655 L 38.636406,35.737442 L 41.122328,39.052005 L 42.503396,36.289869 L 44.160678,37.670937 L 48.02767,40.709286 L 49.68495,39.604432 L 54.93301,45.128704 L 56.59029,44.85249 L 59.35243,46.509772 L 61.00971,45.957344 L 61.00971,40.9855 L 64.04806,40.433073 L 63.49563,35.737442 L 64.60048,39.880645 L 67.08641,37.394723 L 65.42912,34.356374 L 67.63883,31.870451 L 66.53398,27.727248 L 70.9534,23.30783 L 73.1631,24.688898 L 77.03009,21.926762 L 83.65922,21.926762 L 85.04029,19.993267 L 88.07864,20.821908 L 90.01213,19.164626 L 96.91747,22.755403 L 102.99417,28.555888 L 105.48009,33.251519 L 106.86116,31.041811 L 104.92767,28.555888 L 106.30874,26.34618 L 113.49029,26.069966 L 120.11941,30.765597 L 124.81505,28.832102 L 124.81505,26.34618 L 121.7767,22.479189 L 124.81505,23.584044 L 132.54903,21.650549 L 137.52087,23.584044 L 147.74077,18.335986 L 146.91213,16.126277 L 150.50291,19.164626 L 160.99903,20.269481 L 165.97087,24.136471 L 167.90437,20.821908 L 173.98106,19.717054 L 184.75339,19.717054 L 186.68689,17.507345 L 192.76359,20.821908 L 196.35436,21.098121 L 202.98349,24.136471 L 207.12669,19.44084 L 217.3466,17.231131 L 223.14708,13.640355 L 229.77621,15.297636 L 229.5,7.839869 L 235.30048,4.80152 L 242.48203,5.077733 L 245.7966,-0.446538 L 244.96796,-7.628092" id="path2416"/>
<path style="opacity:1;color:#000000;fill:#f4e2ba;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 146.91213,21.650549 L 140.00679,25.241325 L 149.39805,31.870451 L 152.98883,29.384529 L 152.4364,25.517539 L 154.64611,25.241325 L 154.64611,22.479189 L 151.60776,21.650549 L 146.91213,21.650549 z " id="path2418"/>
<path style="opacity:1;color:#000000;fill:#f4e2ba;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 108.51844,104.23841 L 115.14757,103.68598 L 116.25242,107.00055 L 114.31893,109.76268 L 112.38543,108.1054 L 111.28058,107.00055 L 110.17573,108.1054 L 108.24223,108.1054 L 108.51844,104.23841 z " id="path2420"/>
<path style="opacity:1;color:#000000;fill:#f4e2ba;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 98.02233,88.21802 L 92.77427,92.36123 L 94.70776,94.84715 L 97.19369,93.7423 L 99.4034,94.29472 L 98.02233,88.21802 z " id="path2422"/>
<path style="opacity:1;color:#000000;fill:#f4e2ba;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 112.10922,76.34084 L 108.51844,78.55055 L 109.6233,80.48404 L 113.21407,78.55055 L 112.10922,76.34084 z " id="path2424"/>
<path style="opacity:1;color:#000000;fill:#f4e2ba;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 103.27039,92.91365 L 104.09903,94.57094 L 106.03252,93.46608 L 105.48009,91.8088 L 103.27039,92.91365 z " id="path2426"/>
<path style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 285.57135,4.525306 L 296.34368,-1.275179 L 300.7631,-4.313529 L 306.28737,-1.827606 L 310.43058,-3.208674 L 315.40242,-7.075664" id="path2414"/>
<path style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 107.6898,438.45685 L 102.16553,439.56171 L 93.05048,442.87627 L 90.01213,440.39035 L 82.27815,441.21899 L 77.58252,437.352 L 74.26796,437.352 L 72.61068,434.86608 L 70.67718,434.86608 L 67.91505,431.55151 L 64.8767,432.93258 L 59.07621,432.93258 L 55.76165,437.07578 L 50.23738,437.07578 L 48.02767,434.31365 L 45.81796,434.31365 L 41.81796,432.55151 L 36.330425,428.83379 L 29.495002,428.23182 L 21.997188,431.03776 L 15.503177,429.29327 L 7.479611,431.96688 L 0.017474,429.55151" id="path2410" sodipodi:nodetypes="ccccccccccccccccccccccc"/>
<path style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 312.36407,496.73792 L 314.02135,499.50006 L 319.54562,502.26219 L 317.33592,507.23404 L 314.57378,506.95782 L 311.53543,507.51025 L 312.08786,517.17772 L 312.08786,524.91171 L 308.43241,530.16964 L 296.93681,539.22148 L 285.74845,546.01412 L 273.08786,551.56899" id="path2408" sodipodi:nodetypes="cccccccccccc"/>
<path style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 492.45533,412.76899 L 499.08446,411.94035 L 507.37086,408.34957 L 509.85679,407.79714 L 515.65727,403.93015 L 517.59077,400.8918 L 518.69562,397.02481 L 520.3529,394.81511 L 520.3529,390.6719 L 524.77232,387.35734 L 526.98203,387.90977 L 528.63931,380.452 L 534.11723,375.15941 L 544.40321,375.22851 L 561.63568,381.33676 L 575.08973,389.32074 L 583.53057,391.04666" id="path2412" sodipodi:nodetypes="ccccccccccccccccc"/>
</g>
<g inkscape:groupmode="layer" id="layer7" inkscape:label="Frontières" style="display:inline" sodipodi:insensitive="true">
<path style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#727271;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 492.53949,412.67523 L 490.66962,408.37451 L 493.5993,405.83545 L 493.01337,402.90576 L 497.31024,401.53857 L 498.48212,397.2417 L 497.89618,394.31201 L 496.91962,392.5542 L 496.13837,390.01514 L 493.20868,390.21045 L 484.02899,393.53076 L 481.0993,393.53076 L 476.02118,389.4292 L 470.94305,388.06201 L 468.01337,388.06201 L 468.01337,384.54639 L 463.9118,382.00732 L 463.9118,378.10107 L 466.64618,377.71045 L 465.08368,376.34326 L 463.13055,375.75732 L 462.15399,373.21826 L 462.93524,371.46045 L 466.45087,367.74951 L 465.86493,365.01514 L 468.20868,362.47607 L 470.35712,362.67139 L 470.35712,360.91357 L 467.62274,359.54639 L 467.0368,353.88232 L 464.88837,353.10107 L 462.15399,353.4917 L 457.07587,350.95264 L 456.29462,345.09326 L 453.36493,344.1167 L 452.38837,342.16357 L 451.02118,339.23389 L 456.88055,336.89014 L 459.02899,338.25732 L 461.17743,338.25732 L 461.37274,335.91357 L 463.9118,334.54639 L 464.88837,333.37451 L 469.96649,331.42139 L 470.55243,328.10107 L 469.57587,326.53857 L 472.31024,321.85107 L 469.77118,320.87451 L 468.98993,318.14014 L 463.71649,315.01514 C 463.71649,315.01514 464.10712,307.59327 463.32587,307.78858 C 462.54462,307.98391 459.61493,308.1792 459.61493,308.1792 L 456.68524,304.85889 L 456.88055,298.21826 L 463.52118,295.48389 L 464.30243,293.53076 L 463.9118,289.23389 L 459.61493,284.7417 L 458.24774,285.52295 L 458.24774,283.76514 L 458.24774,280.83545 L 454.5368,279.07764 L 454.34149,277.51514 L 456.48993,275.17139 L 456.48993,272.43701 L 452.9743,268.72607 L 452.77899,266.18701 L 446.13837,266.18701 L 441.64618,266.96826 L 437.3493,270.48389 L 436.17743,268.72607 L 434.02899,268.92139 L 432.07587,273.21826 L 432.27118,274.97607 L 434.41962,276.73389 L 430.51337,279.27295 L 427.9743,281.6167 L 421.52899,281.6167 L 421.52899,277.90576 L 423.87274,276.53857 L 427.38837,276.14795 L 427.58368,274.19482 L 426.4118,273.41357 L 429.34149,269.70264 L 428.95087,268.53076 L 425.23993,266.57764 L 425.63055,262.47607 L 428.56024,258.96045 L 426.60712,258.1792 L 426.80243,256.81201 L 438.9118,245.48389 L 438.52118,236.10889 L 442.81805,233.96045 L 445.74774,232.59326 L 448.48212,230.0542 L 448.67743,226.34326 L 451.4118,224.97607 L 457.6618,217.74953 L 456.68524,215.40578 L 458.83368,214.4292 L 461.37274,211.3042 L 460.00555,209.93703 L 455.31805,210.91357 L 455.12274,210.13232 L 460.20087,204.27295 L 465.08368,203.4917 L 464.69305,205.64014 L 466.06024,206.81203 L 473.2868,206.6167 L 476.99774,203.68703 L 477.19305,199.39014 L 479.14618,196.85107 L 476.60712,193.92139 L 475.23993,190.79639 L 476.80243,188.64795 L 476.80243,183.76514 L 477.77899,181.42139 L 477.77899,177.51514 L 479.5368,174.97607 L 477.58368,172.2417 L 477.38837,165.9917 L 482.46649,156.03078 L 481.88055,150.3667 L 484.2243,142.74953 L 484.81024,136.10889 L 489.88837,132.39795 L 489.88837,130.0542 L 491.84149,127.51514 L 493.40399,127.51514 L 495.1618,125.75732 L 494.77118,122.43703 L 496.52899,117.74953 L 499.26337,117.16357 L 496.52899,115.01514 L 491.64618,114.4292 L 487.3493,112.28078 L 484.41962,114.03857 L 482.85712,112.28078 L 480.70868,112.28078 L 476.60712,113.45264 L 475.23993,111.49953 L 471.33368,109.15578 L 469.96649,107.00732 L 465.27899,107.39795 L 462.54462,109.93703 L 455.90399,110.13232 L 453.95087,108.76514 C 453.95087,108.76514 452.58368,106.22608 451.60712,106.22608 C 450.63056,106.2261 448.67743,105.0542 448.67743,105.0542 L 445.94305,106.22607 L 445.74774,108.56982 L 442.42743,108.96045 L 440.4743,105.24953 L 439.30243,104.85889 L 439.30243,102.12453 L 436.56805,100.95264 L 436.37274,96.26514 L 434.41962,94.31203 L 430.31805,92.35889 L 428.36493,92.35889 L 427.77899,92.74953 L 425.82587,92.74953 L 423.09149,90.40578 L 420.1618,90.60107 L 417.81805,92.5542 L 417.23212,93.53078 L 413.9118,93.53078 L 412.73993,92.35889 L 409.61493,92.35889 L 406.0993,88.45264 L 401.60712,88.45264 L 399.26337,90.60107 L 395.94305,90.79639 L 394.77118,91.96828 L 393.5993,91.96828 L 392.81805,88.25733 L 391.25555,86.69483 L 388.71649,86.3042 L 387.93524,82.39795 L 386.37274,81.22608 L 380.90399,80.64014 L 379.92743,78.10108 L 378.16962,76.9292 L 371.91962,76.14795 L 371.52899,71.65577 L 372.31024,70.87452 L 372.31024,69.1167 L 369.18524,67.16358 L 369.77118,65.01514 L 370.55243,63.06202 L 369.18524,61.890137 L 371.33368,59.937012 L 371.33368,56.421387 L 370.55243,55.835449 L 367.62274,55.835449 L 365.66962,58.765137 L 363.9118,60.522949 L 363.9118,62.28077 L 363.9118,64.62452 L 361.56805,66.18702 L 357.27118,67.5542 L 354.92743,68.53077 L 352.19305,66.38233 L 344.18524,66.38233 L 343.98993,64.4292 L 347.89618,62.08545 L 347.31024,58.374512 L 343.5993,57.397949 L 344.57587,56.421387 L 344.57587,53.687012 L 347.50555,51.538574 L 346.7243,49.976074 L 340.4743,45.093262 L 329.5368,45.679199 L 328.36493,47.632324 L 326.99774,47.632324 L 327.19305,40.796387 L 324.06805,37.085449 L 321.7243,37.476074 L 320.35712,35.913574 L 316.45087,37.671387 L 315.08368,36.304199 L 312.3493,35.913574 L 311.56805,33.374512 L 311.37274,25.562012 L 309.61493,24.780762 L 309.41962,23.608887 L 308.24774,23.608887 L 307.85712,21.265137 L 305.31805,21.460449 L 300.43524,23.022949 L 298.09149,25.952637 L 295.74774,25.952637 L 294.18524,23.999512 L 293.5993,21.851074 L 291.64618,19.702637 L 288.9118,19.702637 L 287.73993,17.554199 L 287.73993,14.233887 L 289.10712,12.085449 L 288.32587,9.155762 L 285.94277,4.389559" id="path7297"/>
<path style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#727271;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" d="M 107.27118,438.67059 L 107.27118,440.60107 L 109.61493,442.74951 L 113.13055,442.94482 L 113.32587,445.48389 L 116.06024,445.6792 L 116.84149,443.92139 L 120.55243,445.48389 L 122.89618,446.06982 L 123.48212,448.41357 L 122.11493,449.58545 L 122.11493,453.29639 L 119.38055,454.66357 L 119.18524,456.42139 L 120.94305,458.37451 L 124.06805,459.35107 L 124.65399,456.42139 L 126.4118,454.46826 L 126.21649,457.00732 L 127.58368,458.96045 L 131.0993,458.96045 L 132.6618,461.10889 L 137.3493,461.89014 L 141.84149,464.62451 L 149.26337,464.62451 L 149.65399,468.72607 L 154.73212,472.63232 L 156.68524,474.97607 L 158.83368,473.8042 L 160.7868,473.41357 L 161.76337,474.39014 L 163.52118,473.41357 L 167.42743,471.26514 L 170.74774,473.21826 L 174.65399,476.14795 L 175.04462,478.4917 L 178.16962,481.03076 L 180.70868,481.03076 L 187.15399,478.29639 L 189.88837,481.42139 L 193.5993,482.39795 L 194.96649,480.0542 L 196.7243,480.83545 L 208.44305,481.6167 L 208.83368,472.04639 L 211.56805,472.43701 L 216.64618,475.3667 L 222.70087,476.53857 L 225.23993,476.53857 L 228.56024,480.83545 L 236.95868,480.44482 L 240.27899,485.71826 L 243.20868,484.54639 L 251.80243,485.71826 L 252.77899,491.38232 L 255.70868,494.1167 L 261.56805,495.6792 L 261.76337,499.19482 L 264.88837,501.9292 L 267.23212,501.53857 L 270.55243,497.43701 L 274.65399,496.65576 L 281.0993,498.8042 L 286.56805,503.4917 L 288.13055,501.53857 L 289.49774,501.53857 L 290.86493,502.51514 L 292.0368,501.9292 L 292.23212,499.19482 L 298.09149,497.82764 L 300.04462,495.28857 L 302.9743,494.31201 L 307.07587,494.31201 L 309.61493,497.04639 L 312.48897,497.22601" id="path1335"/>
<path style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#727271;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 408.4864,90.70395 L 409.59125,83.52239 L 409.59125,79.10297 L 403.23834,74.13113 L 405.72426,67.77822 L 410.4199,57.558315 L 414.28689,53.691325 L 418.7063,55.072393 L 420.08737,48.995694 L 427.54514,45.128704 L 424.50679,41.537927 L 426.7165,38.223364 L 418.7063,32.975306 L 420.6398,28.279675 L 416.22038,24.136471 L 412.90582,22.479189" id="path3301"/>
<path style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#727271;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 425.61164,92.63744 L 428.64999,90.15152 L 428.64999,85.17967 L 431.96456,80.48404 L 431.68834,73.5787 L 424.23057,70.26414 L 418.43009,62.80637 L 418.15388,54.243752" id="path3303"/>
<path style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#727271;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 478.36844,196.76996 L 483.34028,196.49375 L 485.27378,199.80831 L 490.52184,197.04618 L 495.76989,198.97967 L 500.18931,197.32239 L 504.60873,192.90297 L 510.40921,195.66511 L 515.10484,195.11268 L 515.93349,190.96948 L 512.34271,189.86462 L 513.99999,184.06414 L 519.80048,182.13064 L 523.66747,184.61657 L 529.19174,189.03598 L 531.67766,189.03598" id="path3305"/>
<path style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#727271;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 463.4529,290.40637 L 468.42475,294.82579 L 472.84417,294.54957 L 476.98737,291.78744 L 480.30193,292.61608 L 483.06407,289.0253 L 485.54999,287.36802 L 492.17912,287.92045 L 493.00776,290.68258 L 496.87475,290.40637 L 498.53203,285.98695 L 503.22766,285.71074 L 504.33251,279.91025 L 508.47572,275.76705 L 508.47572,273.83355 L 505.9898,269.41414 L 508.47572,267.20443 L 510.68543,266.92821 L 513.17135,261.95637 L 512.61892,260.5753 L 518.14319,257.81317 L 520.3529,261.12773 L 518.97184,268.5855 L 523.94368,274.10977 L 529.19174,277.70054 L 534.99222,277.70054 L 534.71601,277.70054" id="path3307"/>
<path style="opacity:1;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#727271;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" d="M 240.54854,484.86074 L 240.54854,488.45151 L 240.27233,495.08064 L 242.75825,497.84277 L 249.11116,495.35685 L 253.25436,491.48986 L 253.25436,491.21365" id="path4217"/>
</g>
<g inkscape:groupmode="layer" id="layer8" inkscape:label="Region (légende)" style="display:inline">
<text xml:space="preserve" style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" x="128.90625" y="389.08093" id="text9682" sodipodi:linespacing="125%"><tspan sodipodi:role="line" id="tspan9684" x="128.90625" y="389.08093"/></text>
<text xml:space="preserve" style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" x="141.40625" y="460.17468" id="text9704" sodipodi:linespacing="125%"><tspan sodipodi:role="line" id="tspan9706" x="141.40625" y="460.17468"/></text>
</g>
<g inkscape:groupmode="layer" id="layer4" inkscape:label="Préfecture" style="display:inline"/>
<g inkscape:groupmode="layer" id="layer12" inkscape:label="Pays (légende)"/>
<g inkscape:groupmode="layer" id="layer13" inkscape:label="Mer (légende)" style="display:inline"/>
<g inkscape:groupmode="layer" id="layer11" inkscape:label="Département (légende)" style="display:inline"/>
</svg>
/branches/refact/services/presentations/images/cartes/monde_02.svg
New file
0,0 → 1,343
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
<svg version="1.2" baseProfile="tiny" id="svg2" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="950px" height="620px" viewBox="0 0 950 620" xml:space="preserve">
<path id="path2374" d="M781.68,324.4l-2.31,8.68l-12.53,4.23l-3.75-4.4l-1.82,0.5l3.4,13.12l5.09,0.57l6.79,2.57v2.57l3.11-0.57l4.53-6.27v-5.13l2.55-5.13l2.83,0.57l-3.4-7.13l-0.52-4.59L781.68,324.4L781.68,324.4z"/>
<path id="path4385" d="M852.76,348.29l-0.37,24.44l3.52-0.19l4.63-5.41l3.89,0.19l2.5,2.24l0.83,6.9l7.96,4.2l2.04-0.75v-2.52l-6.39-5.32l-3.15-7.28l2.5-1.21l-1.85-4.01l-3.7-0.09l-0.93-4.29l-9.81-6.62L852.76,348.29L852.76,348.29z"/>
<path id="path19128" d="M137.49,225.43l4.83,15.21l-2.25,1.26l0.25,3.02l4.25,3.27v6.05l5.25,5.04l-2.25-14.86l-3-9.83l0.75-6.8l2.5,0.25l1,2.27l-1,5.79l13,25.44v9.07l10.5,12.34l11.5,5.29l4.75-2.77l6.75,5.54l4-4.03l-1.75-4.54l5.75-1.76l1.75,1.01l1.75-1.76h2.75l5-8.82l-2.5-2.27l-9.75,2.27l-2.25,6.55l-5.75,1.01l-6.75-2.77l-3-9.57l2.27-12.07l-4.64-2.89l-2.21-11.59l-1.85-0.79l-3.38,3.43l-3.88-2.07l-1.52-7.73l-15.37-1.61l-7.94-5.97L137.49,225.43L137.49,225.43z"/>
<path id="path2068" d="M517.77,143.66l-5.6-0.2l-3.55,2.17l-0.05,1.61l2.3,2.17l7.15,1.21L517.77,143.66L517.77,143.66z"/>
<path id="path1298" d="M473.88,227.49l-4.08-1.37l-16.98,3.19l-3.7,2.81l2.26,11.67l-6.75,0.27l-4.06,6.53l-9.67,2.32l0.03,4.75l31.85,24.35l5.43,0.46l18.11-14.15l-1.81-2.28l-3.4-0.46l-2.04-3.42v-14.15l-1.36-1.37l0.23-3.65l-3.62-3.65l-0.45-3.88l1.58-1.14l-0.68-4.11L473.88,227.49L473.88,227.49z"/>
<path id="path1300" d="M448.29,232.28h-11.55l-2.26,5.02l-5.21,2.51l-4.3,11.64l-8.38,5.02l-11.77,19.39l11.55-0.23l0.45-5.7h2.94v-7.76h10.19l0.23-10.04l9.74-2.28l4.08-6.62l6.34-0.23L448.29,232.28L448.29,232.28z"/>
<path id="path1307" d="M404.9,276.66l2.18,2.85l-0.45,12.32l3.17-2.28l2.26-0.46l3.17,1.14l3.62,5.02l3.4-2.28l16.53-0.23l-4.08-27.61l4.38-0.02l-8.16-6.25l0.01,4.06l-10.33,0.01l-0.05,7.75l-2.97-0.01l-0.38,5.72L404.9,276.66L404.9,276.66z"/>
<path id="path1309" d="M410.12,290.32l-3.94,2.86l-0.9,1.6l-0.28,1.6l1.45,1.04l4.84-0.07l3.11-0.84l0.35,1.53l-0.28,2.02l2.97,1.46l0.62,0.7l3.94,0.14l0.14-1.74l-3.6-4.32l-4.01-5.43l-2.49-1.04L410.12,290.32L410.12,290.32z"/>
<path id="path1311" d="M406.89,298.34l-0.13,1.11l6.92-0.1l0.35-1.03l-0.15-1.04l-1.99,0.81L406.89,298.34L406.89,298.34z"/>
<path id="path1313" d="M406.79,300.22l1.24,3.01l0.69-1.86l8.41,0.88l-3.64-1.87L406.79,300.22L406.79,300.22z"/>
<path id="path1315" d="M408.6,304.53l1.4,2.77l3.93-3.38l0.04-1.04l-4.63-0.67L408.6,304.53L408.6,304.53z"/>
<path id="path1317" d="M410.42,307.94l3.04,4.68l3.96-3.44l4.06-0.18l3.38,4.49l2.87,1.89l1.08-2.1l0.96-0.54l-0.07-4.62l-1.91-5.48l-5.86,0.65l-7.25-0.58l-0.04,1.86L410.42,307.94L410.42,307.94z"/>
<path id="path1319" d="M413.93,313.13l5.65,5.46l4.03-4.89l-2.52-3.95l-3.47,0.35L413.93,313.13L413.93,313.13z"/>
<path id="path1321" d="M420.17,319.19l10.98,7.34l-0.26-5.56l-3.32-3.91l-3.24-2.87L420.17,319.19L420.17,319.19z"/>
<path id="path1323" d="M432.07,326.75l4.28-3.03l5.32-0.93l5.43,1.17l-2.77-4.19l-0.81-2.56l0.81-7.57l-4.85,0.23l-2.2-2.1l-4.62,0.12l-2.2,0.35l0.23,5.12l-1.16,0.47l-1.39,2.56l3.58,4.19L432.07,326.75L432.07,326.75z"/>
<path id="path2083" d="M419.46,295.84l3.08-2.11l17.12-0.1l-3.96-27.54l4.52-0.13l21.87,16.69l2.94,0.42l-1.11,9.28l-13.75,1.25l-10.61,7.92l-1.93,5.42l-7.37,0.31l-1.88-5.41l-5.65,0.4l0.22-1.77L419.46,295.84L419.46,295.84z"/>
<path id="path2843" d="M450.59,294.28l3.64-0.29l5.97,8.44l-5.54,4.18l-4.01-1.03l-5.39,0.07l-0.87,3.16l-4.52,0.22l-1.24-1.69l1.6-5.14L450.59,294.28L450.59,294.28z"/>
<path id="path3603" d="M460.89,302l2.55-0.06l2.3-3.45l3.86-0.69l4.11,2.51l8.77,0.25l6.78-2.76l2.55-2.19l0.19-2.88l4.73-4.77l1.25-10.53l-3.11-6.52l-7.96-1.94l-18.42,14.36l-2.61-0.25l-1.12,9.97l-9.4,0.94L460.89,302L460.89,302z"/>
<path id="path4363" d="M444.34,317.05l1.12,2.63l2.92,4.58l1.62-0.06l4.42-2.51l-0.31-14.29l-3.42-1l-4.79,0.13L444.34,317.05L444.34,317.05z"/>
<path id="path5123" d="M455.22,321.25l2.68-1.57l-0.06-10.35l-1.74-2.82l-1.12,0.94L455.22,321.25L455.22,321.25z"/>
<path id="path5883" d="M458.71,319.49h2.12l0.12-6.02l2.68-3.89l-0.12-6.77l-2.43-0.06l-4.17,3.26l1.74,3.32L458.71,319.49L458.71,319.49z"/>
<path id="path6643" d="M461.57,319.37l3.92,0.19l4.73,5.27l2.3,0.63l1.8-0.88l2.74-0.38l0.93-3.82l3.73-2.45l4.04-0.19l7.4-13.61l-0.12-3.07l-3.42-2.63l-6.84,3.01l-9.15-0.13l-4.36-2.76l-3.11,0.69l-1.62,2.82l-0.12,7.96l-2.61,3.7L461.57,319.37L461.57,319.37z"/>
<path id="path6647" d="M474.91,227.33l5.53-2.23l1.82,1.18l0.07,1.44l-0.85,1.11l0.13,1.97l0.85,0.46v3.54l-0.98,1.64l0.13,1.05l3.71,1.31l-2.99,4.65l-1.17-0.07l-0.2,3.74l-1.3,0.2l-1.11-0.98l0.26-3.8l-3.64-3.54l-0.46-3.08l1.76-1.38L474.91,227.33L474.91,227.33z"/>
<path id="path7407" d="M480.05,248.03l1.56-0.26l0.46-3.6h0.78l3.19-5.24l7.87,2.29l2.15,3.34l7.74,3.54l4.03-1.7l-0.39-1.7l-1.76-1.7l0.2-1.18l2.86-2.42h5.66l2.15,2.88l4.55,0.66l0.59,36.89l-3.38-0.13l-20.42-10.62l-2.21,1.25l-8.39-2.1l-2.28-3.01l-3.32-0.46l-1.69-3.01L480.05,248.03L480.05,248.03z"/>
<path id="path7409" d="M521.93,243.06l2.67,0.07l5.2,1.44l2.47,0.07l3.06-2.56h1.43l2.6,1.44h3.29l0.59-0.04l2.08,5.98l0.59,1.93l0.55,2.89l-0.98,0.72l-1.69-0.85l-1.95-6.36l-1.76-0.13l-0.13,2.16l1.17,3.74l9.37,11.6l0.2,4.98l-2.73,3.15L522.32,273L521.93,243.06L521.93,243.06z"/>
<path id="path7411" d="M492.79,296l0.13-2.95l4.74-4.61l1.27-11.32l-3.16-6.04l2.21-1.13l21.4,11.15l-0.13,10.94l-3.77,3.21v5.64l2.47,4.78h-4.36l-7.22,7.14l-0.19,2.16l-5.33-0.07l-0.07,0.98l-3.04-0.4l-2.08-3.93l-1.56-0.77l0.2-1.2l1.96-1.5v-7.02l-2.71-0.42l-3.27-2.43L492.79,296L492.79,296L492.79,296z"/>
<path id="path8171" d="M520.15,292.43l0.18-11.83l2.46,0.07l-0.28-6.57l25.8,0.23l3.69-3.72l7.96,12.73l-4.36,5.14v7.85l-6.86,14.75l-2.36,1.04l0.75,4.11h2.94l3.99,5.79l-3.2,0.41l-0.82,1.49l-0.08,2.15l-9.6-0.17l-0.98-1.49l-6.71-0.38l-12.32-12.68l1.23-0.74l0.33-2.98l-2.95-1.74l-2.69-5.31l0.15-4.94L520.15,292.43L520.15,292.43z"/>
<path id="path11979" d="M477.82,324.28l3.22,2.96l-0.23,4.58l17.66-0.41l1.44-1.62l-5.06-5.45l-0.75-1.97l3.22-6.03l-2.19-4l-1.84-0.99v-2.03l2.13-1.39l0.12-6.32l-1.69-0.19l-0.03,3.32l-7.42,13.85l-4.54,0.23l-3.11,2.14L477.82,324.28L477.82,324.28z"/>
<path id="path8177" d="M556.71,294.7l-0.25-5.89l3.96-4.62l1.07,0.82l1.95,6.52l9.36,6.97l-1.7,2.09l-6.85-5.89H556.71L556.71,294.7z"/>
<path id="path8179" d="M571.48,301.54l-0.57,3.36l3.96-0.06l0.06-4.94l-1.45-0.89L571.48,301.54L571.48,301.54z"/>
<path id="path8939" d="M549.49,311.76l7.28-16.2l7.23,0.04l6.41,5.57l-0.45,4.59h4.97l0.51,2.76l8.04,4.81l4.96,0.25l-9.43,10.13l-12.95,3.99h-3.21l-5.72-4.88l-2.26-0.95l-4.38-6.45l-2.89,0.04l-0.34-2.96L549.49,311.76L549.49,311.76z"/>
<path id="path9699" d="M575.74,305.04l4.08,2.78l1.21-0.06l10.13-3.48l1.15,3.71l-0.81,3.13l-2.19,1.74l-5.47-0.35l-7.83-4.81L575.74,305.04L575.74,305.04z"/>
<path id="path10459" d="M599.62,299.65l2.13,2.38l2.88-1.74l1.04-0.35l-1.32-1.28l-2.53,0.75L599.62,299.65L599.62,299.65z"/>
<path id="path11219" d="M591.97,304.05l4.37-1.68l1.55,0.93l-0.17,3.88l-4.03,11.48l-21.81,23.36l-2.53-1.74l-0.17-9.86l3.28-3.77l6.96-2.15l10.21-10.78l2.67-2.38l0.75-3.48L591.97,304.05L591.97,304.05z"/>
<path id="path11981" d="M495.66,324.05l4.66,5.04l1.84-2.38l2.93,0.12l0.63-2.32l2.88-1.8l5.98,4.12l3.45-3.42l13.39,0.59L519,311.18l1.67-1.04l0.23-2.26l-2.82-1.33h-4.14l-6.67,6.61l-0.23,2.72l-5.29-0.17l-0.17,1.16l-3.45-0.35l-3.11,5.91L495.66,324.05L495.66,324.05z"/>
<path id="path11983" d="M470.74,337.15l1.15-0.58l0.86,0.7l-0.86,1.33l-1.04-0.41L470.74,337.15L470.74,337.15z"/>
<path id="path11985" d="M473.05,333.5l1.73-0.29l0.58,1.1l-0.86,0.93l-0.86-0.12L473.05,333.5L473.05,333.5z"/>
<path id="path11987" d="M476.84,327.41l-0.46,1.97l1.38,0.75l1.32-0.99l-0.46-2.03L476.84,327.41L476.84,327.41z"/>
<path id="path11989" d="M486.39,332.63l-0.12,2.49l-5.64-0.12l-3.45,6.67l8.11,8.87l2.01-1.68l-0.06-1.74l-1.38-0.64v-1.22l3.11-1.97l2.76,2.09l3.05,0.06l-0.06-10.49l-4.83-0.23l-0.06-2.2L486.39,332.63L486.39,332.63z"/>
<path id="path11991" d="M480.99,332.69l-0.06,1.39l4.54,0.23l-0.06-1.57L480.99,332.69L480.99,332.69z"/>
<path id="path11993" d="M491,332.52l-0.06,1.45l4.78,0.12l0.17,12.41l-4.37-0.12l-2.53-1.97l-1.96,1.1l-0.09,0.55l1.01,0.49l0.29,2.55l-2.7,2.32l0.58,1.22l2.99-2.32h1.44l0.46,1.39l1.9,0.81l6.1-5.16l-0.12-3.77l1.27-3.07l3.91-2.9l1.05-9.81l-2.78,0.01l-3.22,4.41L491,332.52L491,332.52z"/>
<path id="path12753" d="M486.55,353.23l1.74,2.26l2.25-2.13l-0.66-2.21l-0.56-0.04L486.55,353.23L486.55,353.23z"/>
<path id="path13513" d="M489.38,355.71l10.31-0.18l2.09,2.97l-0.08,2.19l0.77,0.7h5.12l1.47-2.89h2.09l0.85,0.86l2.87-0.08l0.85,10.08l4.96,0.16v0.78l13.33,6.01l0.62,1.17h2.79l-0.31-4.22l-5.04-2.42l0.31-3.2l2.17-5.08l4.96-0.16l-4.26-14.14l0.08-6.01l6.74-10.54l0.08-1.48l-1.01-0.55l0.04-2.86l-1.23-0.11l-1.24-1.58l-20.35-0.92l-3.73,3.63l-6.11-4.02l-2.15,1.32l-1.56,13.13l-3.86,2.98l-1.16,2.64l0.21,3.91l-6.96,5.69l-1.85-0.84l0.25,1.09L489.38,355.71L489.38,355.71z"/>
<path id="path13515" d="M537.82,339.9l2.81,2.59l-0.12,2.77l-4.36,0.09v-3.06L537.82,339.9L537.82,339.9z"/>
<path id="path13517" d="M536.21,346.21l4.27-0.09l-1.11,3.74l-1.08,0.94h-1.32l-0.94-2.53L536.21,346.21L536.21,346.21z"/>
<path id="path14277" d="M538.3,339.09l3.03,2.84l1.9-1.21l5.14-0.84l0.88,0.09l0.33-1.95l2.9-6.1l-2.44-5.08l-7.91,0.05l-0.05,2.09l1.06,1.02l-0.16,2.09L538.3,339.09L538.3,339.09z"/>
<path id="path14279" d="M550.83,326.52l2.66,5.19l-3.19,6.69l-0.42,2.03l15.93,9.85l4.94-7.76l-2.5-2.03l-0.05-10.22l3.13-3.42l-4.99,1.66l-3.77,0.05l-5.9-4.98l-1.86-0.8l-3.45,0.32l-0.61,1.02L550.83,326.52L550.83,326.52z"/>
<path id="path15039" d="M550.57,371.42l17.47-2.14l-3.93-7.6l-0.21-7.28l1.27-3.48l-16.62-10.44l-5.21,0.86l-1.81,1.34l-0.16,3.05l-1.17,4.23l-1.22,1.45l-1.75,0.16l3.35,11.61l5.47,2.57l3.77,0.11L550.57,371.42L550.57,371.42z"/>
<path id="path16569" d="M514.55,384.7l3.17,4.4l4.91,0.3l1.74,0.96l5.14,0.06l4.43-6.21l12.38-5.54l1.08-4.88l-1.44-6.99l-6.46-3.68l-4.31,0.3l-2.15,4.76l0.06,2.17l5.08,2.47l0.3,5.37l-4.37,0.24l-1.08-1.81l-12.14-5.18l-0.36,3.98l-5.74,0.18L514.55,384.7L514.55,384.7z"/>
<path id="path15809" d="M488.62,356.71l3.41,12.73l-0.08,4.02l-4.99,5.36l-0.75,8.71l19.2,0.17l6.24,2.26l5.15-0.67l-3-3.76l0.01-10.74l5.9-0.25v-4.19l-4.79-0.2l-0.96-9.92l-2.02,0.03l-1.09-0.98l-1.19,0.06l-1.58,3.06H502l-1.41-1.42l0.42-2.01l-1.66-2.43L488.62,356.71L488.62,356.71z"/>
<path id="path18089" d="M547.16,379.4l3.11,3.25l-0.06,4.16l0.6,1.75l4.13-4.46l-0.48-5.67l-2.21-1.69l-1.97-9.95l-3.41-0.12l1.55,7.17L547.16,379.4L547.16,379.4z"/>
<path id="path18849" d="M541.17,413.28l2.69,2.23l6.34-3.86l1.02-5.73v-9.46l10.17-8.32l1.74,0.06l6.16-5.91l-0.96-12.18L552,372.17l0.48,3.68l2.81,2.17l0.66,6.63l-5.5,5.37l-1.32-3.01l0.24-3.98l-3.17-3.44l-7.78,3.62l7.24,3.68l0.24,10.73l-4.79,7.11L541.17,413.28L541.17,413.28z"/>
<path id="path19609" d="M524.66,392.3l8.97,10.13l6.88,1.75l4.61-7.23l-0.36-9.58l-7.48-3.86l-2.81,1.27l-4.19,6.39l-5.8-0.06L524.66,392.3L524.66,392.3z"/>
<path id="path20369" d="M496.55,421.96l3.35,0.24l1.97,1.99l4.67,0.06l1.14-13.26v-8.68l2.99-0.6l1.14-9.1l7.6-0.24l2.69-2.23l-4.55-0.18l-6.16,0.84l-6.64-2.41h-18.66l0.48,5.3l6.22,9.16l-1.08,4.7l0.06,2.47L496.55,421.96L496.55,421.96z"/>
<path id="path21129" d="M508.51,411.23l2.15,0.66l-0.3,6.15l2.21,0.3l5.08-4.58l6.1,0.66l1.62-4.1l7.72-7.05l-9.27-10.67l-0.12-1.75l-1.02-0.3l-2.81,2.59l-7.3,0.18l-1.02,9.1l-2.87,0.66L508.51,411.23L508.51,411.23z"/>
<path id="path21131" d="M540.87,414l-2.51,0.42l-1.08,2.95l1.92,1.75h2.33l1.97-2.83L540.87,414L540.87,414z"/>
<path id="path21891" d="M527.41,425.39l3.05-2.35l1.44,0.06l1.74,2.17l-0.18,2.17l-2.93,1.08v0.84l-3.23-0.18l-0.78-2.35L527.41,425.39L527.41,425.39z"/>
<path id="path22651" d="M534.16,403.63l-7.9,7.3l-1.88,4.51l-6.26-0.78l-5.21,4.63l-3.46-0.34l0.28-6.4l-1.23-0.43l-0.86,13.09l-6.14-0.06l-1.85-2.18l-2.71-0.03l2.47,7.09l4.41,4.17l-3.15,3.67l2.04,4.6l4.72,1.8l3.76-3.2l10.77,0.06l0.77-0.96l4.78-0.84l16.17-16.1l-0.06-5.07l-1.73,2.24h-2.59l-3.15-2.64l1.6-3.98l2.75-0.56l-0.25-8.18L534.16,403.63L534.16,403.63z M530.37,422.13l1.51-0.06l2.45,2.66l-0.07,3.08l-2.87,1.45l-0.18,1.02l-4.38,0.05l-1.37-3.3l1.25-2.42L530.37,422.13L530.37,422.13z"/>
 
<path id="path25914" d="M321.13,50.07l-1.36,2.17l2.45,2.45l-1.09,2.45l3.54,4.62l4.35-1.36l5.71-0.54l6.53,7.07l4.35,11.69l-3.53,7.34l4.89-0.82l2.72,1.63l0.27,3.54l-5.98,0.27l3.26,3.26l4.08,0.82l-8.97,11.96l-1.09,7.34l1.9,5.98l-1.36,3.54l2.45,7.61l4.62,5.17l1.36-0.27l2.99-0.82l0.27,4.35l1.9,2.72l3.53-0.27l2.72-10.06l8.16-10.06l12.24-4.89l7.61-9.52l3.53,1.63h7.34l5.98-5.98l7.34-2.99l0.82-4.62l-4.62-4.08l-4.08-1.36l-2.18-5.71l5.17-2.99l8.16,4.35l2.72-2.99l-4.35-2.45l9.25-12.51l-1.63-5.44l-4.35-0.27l1.63-4.89l5.44-2.45l11.15-9.79l-3.26-3.53l-12.51,1.09l-6.53,6.53l3.81-8.43l-4.35-1.09l-2.45,4.35l-3.53-2.99l-9.79,1.09l2.72-4.35l16.04-0.54l-4.08-5.44l-17.4-3.26l-7.07,1.09l0.27,3.54l-7.34-2.45l0.27-2.45l-5.17,1.09l-1.09,2.72l5.44,1.9l-5.71,4.08l-4.08-4.62l-5.71-1.63l-0.82,4.35h-5.71l-2.18-4.62l-8.97-1.36l-4.89,2.45l-0.27,3.26l-6.25-0.82l-3.81,1.63l0.27,3.81v1.9l-7.07,1.36l-3.26-2.17l-2.18,3.53l3.26,3.54l6.8-0.82l0.54,2.18l-5.17,2.45L321.13,50.07L321.13,50.07z"/>
<path id="path25916" d="M342.89,92.49l1.63,2.45l-0.82,2.99h-1.63l-2.18-2.45l0.54-1.9L342.89,92.49L342.89,92.49z"/>
<path id="path25918" d="M410.87,85.69l4.62,1.36l-0.27,3.81l-4.89-2.45l-1.09-1.36L410.87,85.69L410.87,85.69z"/>
 
<path id="path26683" d="M388.52,622.99l3.83-5.11l14.89-7.66l2.55-5.53l6.38-1.28l5.96-7.66l5.96-0.43l1.28-5.96l5.11-3.83l4.26,1.28l12.34-3.83l2.98,2.98l5.53,0.43l5.11-2.55l30.64-0.43l11.06,2.98l14.04-2.98l4.68,0.43l1.28-4.26h4.68l6.38,6.81l11.92-7.66l13.19-3.83l4.68,2.98l0.43-5.96l6.81-0.85l7.23,3.4v3.4l18.3,7.66l5.11-0.43l2.13,2.55l-5.96,6.81v4.68l5.53,2.98l1.28-2.98l25.11-9.79l18.3-1.7l3.83,2.13l14.47,2.13l3.4,1.28l4.68-2.55l6.81-0.43l6.38,4.68l0.43,5.11l14.47-2.98l2.13,0.85l0.85,4.68l13.19,4.26l4.26-2.98l0.43,3.83l4.68,0.43l6.38,5.11l5.96-2.55l5.11,0.43h3.83l2.55-0.43l0.43,6.81l8.51,5.11L388.52,622.99L388.52,622.99z"/>
<path id="path26685" d="M260.01,622.99l13.62-3.83l0.85-3.83l14.47-3.4l8.51,2.13l18.72-7.66l-0.43-8.08l-5.53-8.51l1.28-2.13l-2.13-5.53v-5.96h3.4l-2.13-4.26l15.32-13.19l-0.43,5.96l-2.98,0.85l-2.98,5.11l2.98,1.28l-2.98,4.26l-3.4-0.85l-1.7,3.83l0.43,5.11l5.11-0.43l3.4,4.68l1.28,5.96l6.81,8.51l0.43,10.64l-2.55,1.28l2.13,5.53l-1.28,2.13L260.01,622.99L260.01,622.99z"/>
<path id="path26687" d="M250.22,615.33l5.11-0.85l2.13,1.7l-0.85,2.13l-0.43,2.55l-2.98,1.28l-2.13-2.55h-8.51v-1.7l3.83-0.85L250.22,615.33L250.22,615.33z"/>
<path id="path26689" d="M304.69,587.67l-4.26,0.85l2.55,4.68l2.98,1.28l-1.28,2.55v1.7l-8.09,2.13l0.85,2.55l3.4,1.28l3.83-2.98l3.4,0.85l-2.13,3.4l1.28,0.85l3.83-1.7l2.98-5.53L304.69,587.67L304.69,587.67z"/>
<path id="path26691" d="M295.75,606.82l-3.4,2.98l2.98,0.85l3.83,0.85l3.83-2.55l-3.83-0.85L295.75,606.82L295.75,606.82z"/>
<path id="path26695" d="M319.57,556.47l-2.49,0.5l-0.55,2.55l4.76-0.7L319.57,556.47L319.57,556.47z"/>
<path id="path26697" d="M323.59,552.54l-2.99,0.57l0.57,2.31l3.64-0.13L323.59,552.54L323.59,552.54z"/>
<path id="path26699" d="M328.34,557.17l0.02,3.56l2.05,0.09l1.66-2.64L328.34,557.17L328.34,557.17z"/>
<path id="path26701" d="M329.33,547.24l-2.16,0.85l-0.55,2.04l1.87,0.68l3.14-2.16L329.33,547.24L329.33,547.24z"/>
 
<path id="path1364" d="M761.17,427.98l-0.35,25.38l-3.9,2.86l-0.35,2.5l5.32,3.57l13.13-2.5h6.74l2.48-3.58l14.9-2.86l10.64,3.22l-0.71,4.29l1.42,4.29l8.16-1.43l0.35,2.14l-5.32,3.93l1.77,1.43l3.9-1.43l-1.06,11.8l7.45,5.72l4.26-1.43l2.13,2.14l12.42-1.79l11.71-18.95l4.26-1.07l8.51-15.73l2.13-13.58l-5.32-6.79l2.13-1.43l-4.26-13.23l-4.61-3.22l0.71-17.87l-4.26-3.22l-1.06-10.01h-2.13l-7.1,23.59l-3.9,0.36l-8.87-8.94l4.97-13.23l-9.22-1.79l-10.29,2.86l-2.84,8.22l-4.61,1.07l-0.35-5.72l-18.8,11.44l0.35,4.29l-2.84,3.93h-7.1l-15.26,6.43L761.17,427.98L761.17,427.98z"/>
<path id="path1366" d="M825.74,496.26l-1.77,7.15l0.35,5l5.32-0.36l6.03-9.29L825.74,496.26L825.74,496.26z"/>
<path id="path1368" d="M913.02,481.96l1.06,11.8l-1.42,5.36l-5.32,3.93l0.35,4.65v5l1.42,1.79l14.55-12.51v-2.86h-3.55l-4.97-16.8L913.02,481.96L913.02,481.96z"/>
<path id="path1370" d="M902.38,507.7l2.84,5.36l-7.81,7.51l-0.71,3.93l-5.32,0.71l-8.87,8.22l-8.16-3.93l-0.71-2.86l14.9-6.43L902.38,507.7L902.38,507.7z"/>
<path id="path1372" d="M906.64,420.47l-0.35,1.79l4.61,6.43l2.48,1.07l0.35-2.5L906.64,420.47L906.64,420.47z"/>
<path id="path2372" d="M722.48,317.57l-0.28,2.28l6.79,11.41h1.98l14.15,23.67l5.66,0.57l2.83-8.27l-4.53-2.85l-0.85-4.56L722.48,317.57L722.48,317.57z"/>
<path id="path2060" d="M764.14,332.92l3.02,3.49l11.58-4.01l2.29-8.84l5.16-0.37l4.72-3.42l-6.12-4.46l-1.4-2.45l-3.02,5.57l1.11,3.2l-1.84,2.67l-3.47-0.89l-8.41,6.17l0.22,3.57L764.14,332.92L764.14,332.92z"/>
<path id="path2820" d="M779.77,319.25l-2.88,3.49l2.36,0.74l1.33-1.86L779.77,319.25L779.77,319.25z"/>
<path id="path3596" d="M789.53,349.11l2.26,2.77l-1.47,4.16v0.79h3.34l1.18-10.4l1.08,0.3l1.96,9.5l1.87,0.5l1.77-4.06l-1.77-6.14l-1.47-2.67l4.62-3.37l-1.08-1.49l-4.42,2.87h-1.18l-2.16-3.17l0.69-1.39l3.64-1.78l5.5,1.68l1.67-0.1l4.13-3.86l-1.67-1.68l-3.83,2.97h-2.46l-3.73-1.78l-2.65,0.1l-2.95,4.75l-1.87,8.22L789.53,349.11L789.53,349.11z"/>
<path id="path3598" d="M814.19,330.5l-1.87,4.55l2.95,3.86h0.98l1.28-2.57l0.69-0.89l-1.28-1.39l-1.87-0.69L814.19,330.5L814.19,330.5z"/>
<path id="path3600" d="M819.99,345.45l-4.03,0.89l-1.18,1.29l0.98,1.68l2.65-0.99l1.67-0.99l2.46,1.98l1.08-0.89l-1.96-2.38L819.99,345.45L819.99,345.45z"/>
<path id="path3602" d="M753.17,358.32l-2.75,1.88l0.59,1.58l8.75,1.98l4.42,0.79l1.87,1.98l5.01,0.4l2.36,1.98l2.16-0.5l1.97-1.78l-3.64-1.68l-3.14-2.67l-8.16-1.98L753.17,358.32L753.17,358.32z"/>
<path id="path3604" d="M781.77,366.93l-2.16,1.19l1.28,1.39l3.14-1.19L781.77,366.93L781.77,366.93z"/>
<path id="path3606" d="M785.5,366.04l0.39,1.88l2.26,0.59l0.88-1.09l-0.98-1.49L785.5,366.04L785.5,366.04z"/>
<path id="path3608" d="M790.91,370.99l-2.75,0.4l2.46,2.08h1.96L790.91,370.99L790.91,370.99z"/>
<path id="path3610" d="M791.69,367.72l-0.59,1.19l4.42,0.69l3.44-1.98l-1.96-0.59l-3.14,0.89l-1.18-0.99L791.69,367.72L791.69,367.72z"/>
<path id="path3612" d="M806.14,368.42l-5.11,4.26l0.49,1.09l2.16-0.4l2.55-2.38l5.01-0.69l-0.98-1.68L806.14,368.42L806.14,368.42z"/>
<path id="path5154" d="M880.48,349l-0.88,1.25l4.81,4.26l0.66,2.5l1.31-0.15l0.15-2.57l-1.46-1.32L880.48,349L880.48,349z"/>
<path id="path5156" d="M882.89,355.03l-0.95,0.22l-0.58,2.57l-1.82,1.18l-5.47,0.96l0.22,2.06l5.76-0.29l3.65-2.28l-0.22-3.97L882.89,355.03L882.89,355.03z"/>
<path id="path5158" d="M889.38,359.51l1.24,3.45l2.19,2.13l0.66-0.59l-0.22-2.28l-2.48-3.01L889.38,359.51L889.38,359.51z"/>
<path id="path5918" d="M895.43,364.65l0.15,2.28l1.39,1.32l1.31-0.81l-1.17-2.43L895.43,364.65L895.43,364.65z"/>
<path id="path5920" d="M897.18,370.31l-1.17,1.25l1.24,2.28l1.46,0.44l-0.07-1.54L897.18,370.31L897.18,370.31z"/>
<path id="path5922" d="M900.03,368.99l1.02,2.5l1.97,2.35l1.09-1.76l-1.46-2.5L900.03,368.99L900.03,368.99z"/>
<path id="path5924" d="M905.14,372.74l0.58,3.09l1.39,1.91l1.17-2.42L905.14,372.74L905.14,372.74z"/>
<path id="path5926" d="M906.74,379.65l-0.51,0.88l1.68,2.21l1.17,0.07l-0.73-2.87L906.74,379.65L906.74,379.65z"/>
<path id="path5928" d="M903.02,384.05l-1.75,0.81l1.53,2.13l1.31-0.74L903.02,384.05L903.02,384.05z"/>
<path id="path5930" d="M920.87,397.22l-1.24,1.66l0.52,1.87l0.62,0.42l1.13-1.46L920.87,397.22L920.87,397.22z"/>
<path id="path5932" d="M921.49,402.31l0.1,1.35l1.34,0.42l0.93-0.52l-0.93-1.46L921.49,402.31L921.49,402.31z"/>
<path id="path5934" d="M923.45,414.37l-0.62,0.94l0.93,1.04l1.55-0.52L923.45,414.37L923.45,414.37z"/>
<path id="path5936" d="M948.62,412.29l-1.24,1.66l-0.1,1.87l1.44,1.46L948.62,412.29L948.62,412.29z"/>
<path id="path7454" d="M789.37,297.53l-0.86,1.64l-0.48,2.02l-4.78,6.07l0.29,1.25l2.01-0.29l6.21-6.94L789.37,297.53L789.37,297.53z"/>
<path id="path7456" d="M797.11,295.22l-0.1,5.01l1.82,1.83l0.67,3.56l1.82,0.39l0.86-2.22l-1.43-1.06l-0.38-6.26L797.11,295.22L797.11,295.22z"/>
<path id="path7458" d="M802.28,297.15l-0.1,4.43l1.05,1.73l1.82-2.12l-0.48-3.85L802.28,297.15L802.28,297.15z"/>
<path id="path7460" d="M803.42,293.29l1.82,2.41l0.86,2.31h1.63l-0.29-3.95l-1.82-1.25L803.42,293.29L803.42,293.29z"/>
<path id="path7462" d="M806.96,302.35l0.38,2.89l-3.35,2.7l-2.77,0.29l-2.96,3.18l0.1,1.45l2.77-0.87l1.91-1.25l1.63,4.14l2.87,2.02l1.15-0.39l1.05-1.25l-2.29-2.31l1.34-1.06l1.53,1.25l1.05-1.73l-1.05-2.12l-0.19-4.72L806.96,302.35L806.96,302.35z"/>
<path id="path7464" d="M791.38,272.97l-2.58,1.83l-0.29,5.78l4.02,7.8l1.34,1.06l1.72-1.16l2.96,0.48l0.57,2.6l2.2,0.19l1.05-1.44l-1.34-1.83l-1.63-1.54l-3.44-0.38l-1.82-2.99l2.1-3.18l0.19-2.79l-1.43-3.56L791.38,272.97L791.38,272.97z"/>
<path id="path7466" d="M792.72,290.21l0.76,2.7l1.34,0.87l0.96-1.25l-1.53-2.12L792.72,290.21L792.72,290.21z"/>
<path id="path7468" d="M759.83,270.17l-2.39,0.67l-1.72,2.12l1.43,2.79l2.1,0.19l2.39-2.12l0.57-2.79L759.83,270.17L759.83,270.17z"/>
<path id="path7470" d="M787.46,248.31l-3.54,2.7l-0.19,5.2l3.06,3.56l0.76-0.67L787.46,248.31L787.46,248.31z"/>
<path id="path7472" d="M803.23,216.42l-1.63,1.64l0.67,2.31l1.43,0.1l0.96,5.01l1.15,1.25l2.01-1.83l0.86-3.28l-2.49-3.56L803.23,216.42L803.23,216.42z"/>
<path id="path7474" d="M812.03,213.15l-2.77,2.6l-0.1,2.99l0.67,0.87l3.73-3.18l-0.29-3.18L812.03,213.15L812.03,213.15z"/>
<path id="path7476" d="M808.2,206.98l-4.88,5.59l0.86,1.35l2.39,0.29l4.49-3.47l3.16-0.58l2.87,3.37l2.2-0.77l0.86-3.28l4.11-0.1l4.02-4.82l-2.1-8l-0.96-4.24l2.1-1.73l-4.78-7.22l-1.24,0.1l-2.58,2.89v2.41l1.15,1.35l0.38,6.36l-2.96,3.66l-1.72-1.06l-1.34,2.99l-0.29,2.79l1.05,1.64l-0.67,1.25l-2.2-1.83h-1.53l-1.34,0.77L808.2,206.98L808.2,206.98z"/>
<path id="path7478" d="M816.43,163.44l-1.53,1.35l0.77,2.89l1.34,1.35l-0.1,4.43l-1.72,0.67l-1.34,2.99l3.92,5.39l2.58-0.87l0.48-1.35l-2.77-2.5l1.72-2.22l1.82,0.29l1.43,1.54l0.1-3.18l3.92-3.18l2.2-0.58l-1.82-3.08l-0.86-1.35l-1.43,0.96l-1.24,1.54l-2.68-0.58l-2.77-1.83L816.43,163.44L816.43,163.44z"/>
<path id="path7480" d="M830.86,160.45l-2.68,3.76l0.19,1.83l1.34-0.58l3.15-3.95L830.86,160.45L830.86,160.45z"/>
<path id="path7482" d="M834.4,154.96l-0.96,2.6l0.1,1.73l1.63-1.06l1.53-3.08V154L834.4,154.96L834.4,154.96z"/>
<path id="path7484" d="M840.04,132.03l-1.24,1.54l0.1,2.41l1.15-0.1l1.91-3.37L840.04,132.03L840.04,132.03z"/>
<path id="path7486" d="M837.75,137.91v4.24l1.34,0.48l0.96-1.54v-3.27L837.75,137.91L837.75,137.91z"/>
<path id="path7488" d="M798.64,122.59l-0.09,6.17l7.74,11.95l2.77,10.4l4.88,9.25l1.91,0.67l1.63-1.35l0.76-2.22l-6.98-7.61l0.19-3.95l1.53-0.67l0.38-2.31l-13.67-19.36L798.64,122.59L798.64,122.59z"/>
<path id="path7490" d="M852.57,103.42l-1.91,0.19l1.15,1.64l2.39,1.64l0.67-0.77L852.57,103.42L852.57,103.42z"/>
<path id="path7492" d="M856.29,104.58l0.29,1.64l2.96,0.87l0.29-1.16L856.29,104.58L856.29,104.58z"/>
<path id="path9010" d="M872.54,110.87l1.25,2.24l2.08-0.14l0.42-1.54L872.54,110.87L872.54,110.87z"/>
<path id="path9012" d="M893.51,114.37l1.67,3.08l1.25-1.4v-2.1L893.51,114.37L893.51,114.37z"/>
<path id="path9014" d="M907.81,104.57l-2.36,3.08l0.55,1.4l2.92-1.82l0.28-1.82L907.81,104.57L907.81,104.57z"/>
<path id="path9016" d="M919.61,94.92l-2.08,2.52l2.22,0.84L919.61,94.92L919.61,94.92z"/>
<path id="path9018" d="M922.53,90.72l-1.39,2.24l0.14,2.24l1.94-0.84L922.53,90.72L922.53,90.72z"/>
<path id="path9020" d="M881.29,38.39l-2.36,1.54l-0.56,1.96l1.11,1.26l2.5-0.84l2.5,0.84l1.39,0.42l-0.14-4.62L881.29,38.39L881.29,38.39z"/>
<path id="path9782" d="M69.17,53.35l3.46,6.47l2.22-0.5v-2.24L69.17,53.35L69.17,53.35z"/>
<path id="path9784" d="M883.4,17.54l-4.22,7.57l8.08,5.11l9.05-7.59l5.5,9.17l-5.74,1.18l-2.27,5.88l12.71,17.22l7.65,1.27l11.03,2.17l1.36-4L930.4,57l0.73,16.75L924,85.62l3.44,0.75l8.98-18.92l2.73-14.16l-5.54-2.59l-0.89-19l4.27,0.83l-0.04,11.43l4.66,4.07l2.72-9.93l-2.18-5.9l6.58,3.15l0.69-34.99L873.66,0.5l-4.36,3.35l0.59,6.77l13.43,1.84l10.31-2.35l-3.7,6.92L883.4,17.54L883.4,17.54z"/>
<path id="path12060" d="M1.17,54.95l14.01,1.57l2.34,4.84l11.16-6.54l18.68-2.61l1.3-9.67l9.34-3.4l6.1-5.75v7.84l6.23,8.5L83.3,41.5l-6.23-7.06L69.29,13.4L59.94,2.67l-6.62-0.52L53.06,7.9l-5.45,2.75l-1.69-3.4l3.24-6.93L1.3,0.45L1.17,54.95L1.17,54.95z"/>
<path id="path12062" d="M78.49,3.32L74.6,6.85l1.17,2.61l2.08-1.44l1.17,1.31L82.9,7.9l-0.13-2.22L78.49,3.32L78.49,3.32z"/>
<path id="path12823" d="M49.66,110.26l-0.17,3.01l2.16-0.5v-1.34L49.66,110.26L49.66,110.26z"/>
<path id="path12825" d="M46.34,111.6l-4.32,2.18l0.67,2.34l1.66-1.34l3.32-1.51L46.34,111.6L46.34,111.6z"/>
<path id="path12827" d="M28.39,114.44l-2.99-0.67l-0.5,1.34l0.33,2.51L28.39,114.44L28.39,114.44z"/>
<path id="path12829" d="M22.07,114.28l-2.83-1.17l-1,1.84l1.83,1.84L22.07,114.28L22.07,114.28z"/>
<path id="path12831" d="M12.27,111.6l-1.33-1.84l-1.33,0.5v2.51l1.5,1L12.27,111.6L12.27,111.6z"/>
<path id="path12833" d="M1.47,99.71l1.66,1.17l-0.5,1.34H1.47V99.71L1.47,99.71z"/>
<path id="path13593" d="M622.76,499.62l-0.15,4.29l5.94,1.38l1.37-3.53l-2.13,0.61l-2.74,0.61l-0.76-3.22L622.76,499.62L622.76,499.62z"/>
<path id="path13595" d="M613.01,398.99l-1.52,1.99l0.3,2.15l3.2-2.61L613.01,398.99L613.01,398.99z"/>
<path id="path13597" d="M607.38,402.37l-2.28,0.15l-0.15,1.99l1.52,0.31l2.28-1.07L607.38,402.37L607.38,402.37z"/>
<path id="path13599" d="M592.3,372.92l-2.13,5.06l-3.65,6.44l-6.39,0.46l-2.74,3.22l0.46,9.82l-3.96,4.6l0.46,7.82l3.35,3.83l3.96-0.46l3.96-2.92l-0.91-4.6l9.13-15.8l-1.83-1.99l1.83-3.83l1.98,0.61l0.61-1.53l-1.83-7.82l-1.07-3.22L592.3,372.92L592.3,372.92z"/>
<path id="path13601" d="M577.69,371.23l0.46,1.53l1.98,0.31l0.76-1.99L577.69,371.23L577.69,371.23z"/>
<path id="path13603" d="M580.58,374.3l0.76,1.69h1.22l0.61-2.15L580.58,374.3L580.58,374.3z"/>
<path id="path13605" d="M602.35,358.34l-0.61,1.23l1.67,1.38l1.22-1.38L602.35,358.34L602.35,358.34z"/>
<path id="path13607" d="M610.88,349.14l-1.83,1.23l1.37,2.15h1.83L610.88,349.14L610.88,349.14z"/>
<path id="path13609" d="M611.64,354.51l-1.22,1.38l0.91,1.38l1.67,0.31l0.15-2.92L611.64,354.51L611.64,354.51z"/>
<path id="path13611" d="M656.4,320.76l0.3,2.61l1.67,0.61l0.3-2.3L656.4,320.76L656.4,320.76z"/>
<path id="path13613" d="M658.53,326.28l-0.15,3.22l1.22,0.61l1.07-2.15L658.53,326.28L658.53,326.28z"/>
<path id="path13615" d="M658.84,332.57l-1.07,1.07l1.22,1.07l1.52-1.07L658.84,332.57L658.84,332.57z"/>
<path id="path13617" d="M372.64,217.02l-1.36,1.37l2.44,1.37l0.27-1.91L372.64,217.02L372.64,217.02z"/>
<path id="path13619" d="M379.97,216.2l-1.63,1.09l1.36,1.09l2.17-0.55L379.97,216.2L379.97,216.2z"/>
<path id="path13621" d="M381.05,220.03l-0.81,2.19l1.08,1.37l1.36-1.09L381.05,220.03L381.05,220.03z"/>
<path id="path13623" d="M387.56,224.4l-0.54,1.37l0.81,0.82l2.17-1.37L387.56,224.4L387.56,224.4z"/>
<path id="path13625" d="M408.18,236.42l-1.08,1.37l1.08,1.37l1.63-0.82L408.18,236.42L408.18,236.42z"/>
<path id="path13627" d="M415.62,253.73l-1.75,1.01l0.81,0.82L415.62,253.73L415.62,253.73z"/>
<path id="path13629" d="M409.54,253.92l-2.17,0.55l1.08,1.64h1.63L409.54,253.92L409.54,253.92z"/>
<path id="path13631" d="M404.38,252.28l-1.36,1.37l1.9,1.64l1.08-2.46L404.38,252.28L404.38,252.28z"/>
<path id="path13633" d="M387.56,290.54l-1.9,1.09l1.36,1.09l1.63-0.82L387.56,290.54L387.56,290.54z"/>
<path id="path13637" d="M392.23,292.74l-1.24,1.1l0.88,1.63l2.12-0.95L392.23,292.74L392.23,292.74z"/>
<path id="path13639" d="M389.52,295.83l-1.59,0.95l1.71,2.29l1.35-0.71L389.52,295.83L389.52,295.83z"/>
<path id="path13641" d="M10,248.7l-0.14,2.33l2.04,1.37l1.22-1.09L10,248.7L10,248.7z"/>
<path id="path13643" d="M15.29,252.13l-1.9,1.37l1.63,2.05l1.9-1.64L15.29,252.13L15.29,252.13z"/>
<path id="path13645" d="M19.1,255.41l-1.63,2.19l0.54,1.37l2.31-1.09L19.1,255.41L19.1,255.41z"/>
<path id="path13647" d="M21.81,259.65l-0.95,5.47l0.95,2.05l3.12-0.96l1.63-2.74l-3.4-3.15L21.81,259.65L21.81,259.65z"/>
<path id="path13649" d="M27.25,402.68l-1.9-0.14l-0.14,1.78l1.49,0.96l1.77-1.09L27.25,402.68L27.25,402.68z"/>
<path id="path13651" d="M33.77,404.6l-2.72,1.78l2.04,2.46l1.77-0.41l0.95-1.23L33.77,404.6L33.77,404.6z"/>
<path id="path13655" d="M276.6,283.37l-1.5,0.62l0.53,1.33l1.76-1.15l-0.35-0.36L276.6,283.37L276.6,283.37z"/>
<path id="path13657" d="M279.07,284.88l-0.88,1.87l1.06,1.42l1.32-1.15L279.07,284.88L279.07,284.88z"/>
<path id="path13659" d="M282.07,290.03l-1.06,0.98l0.79,1.6l1.5-0.44L282.07,290.03L282.07,290.03z"/>
<path id="path13661" d="M281.98,294.03l-0.71,1.51l1.15,1.24l1.5-0.8L281.98,294.03L281.98,294.03z"/>
<path id="path13663" d="M282.07,297.85l-1.23,0.89l0.97,1.78l1.59-0.89L282.07,297.85L282.07,297.85z"/>
<path id="path13665" d="M280.57,301.31l-1.15,1.15l0.44,0.71h1.41l0.44-1.16L280.57,301.31L280.57,301.31z"/>
<path id="path13667" d="M282.24,304.78l-1.06,0.98l-1.15,0.18v1.42l2.12,1.95l0.88-1.42l0.53-1.6l-0.18-1.33L282.24,304.78L282.24,304.78z"/>
<path id="path13669" d="M271.05,281.06l-2.64-0.89l-2.12,1.33l1.06,1.24l3.61,0.53L271.05,281.06L271.05,281.06z"/>
<path id="path15205" d="M250.87,275.38l-1.67,1.71l1.91,0.78l0.28,2.39l-4.23,0.37l0.43,2.3l1.23,0.09l0.71-1.06l4.94,0.16l0.89,1.71l1.14-1.34l3.33-0.9l2.93,0.62l0.34-1.77l-5.28-3.45l-3.42-1.28L250.87,275.38L250.87,275.38z"/>
<path id="path13671" d="M263.11,280.44l-5.29-3.46l-2.5-0.85l-0.84,6l0.88,1.69l1.15-1.33l3.35-0.89l2.91,0.62L263.11,280.44L263.11,280.44z"/>
<path id="path13673" d="M250.86,275.38l3.44,0.36l-0.41,4.22l-0.34,2.22l-4.01-0.22l-0.71,1.07l-1.23-0.09l-0.44-2.31l4.23-0.35l-0.26-2.4l-1.94-0.8L250.86,275.38L250.86,275.38z"/>
<path id="path15980" d="M307.95,508.18l-2.63-0.29l-2.62,1.76l1.9,2.06L307.95,508.18L307.95,508.18z"/>
<path id="path15984" d="M310.57,506.86l-0.87,2.79l-2.48,2.2l0.15,0.73l4.23-1.62l1.75-2.2L310.57,506.86L310.57,506.86z"/>
<path id="path15986" d="M406.36,117.31l-1.96-1.11l-2.64,1.67l-2.27,2.1l0.06,1.17l2.94,0.37l-0.18,2.1l-1.04,1.05l0.25,0.68l2.94,0.19v3.4l4.23,0.74l2.51,1.42l2.82,0.12l4.84-2.41l3.74-4.94l0.06-3.34l-2.27-1.92l-1.9-1.61l-0.86,0.62l-1.29,1.67l-1.47-0.19l-1.47-1.61l-1.9,0.18l-2.76,2.29l-1.66,1.79l-0.92-0.8l-0.06-1.98l0.92-0.62L406.36,117.31L406.36,117.31z"/>
<path id="path15988" d="M488.26,53.96l-1.65-1.66l-3.66,1.78h-6.72L475.17,58l3.77,3.33l1.65-0.24l2.36-4.04l2,1.43l-1.42,2.85l-0.71,4.16l1.65,2.61l3.54-5.94l4.6-5.59l-1.77-1.54L488.26,53.96L488.26,53.96z"/>
<path id="path15990" d="M490.26,46.83l-2.95,2.73l1.77,2.73h3.18l1.3,1.78l3.89,2.02l4.48-2.61l3.07-2.61l-1.06-2.14l-3.07-1.78l-2.24,2.02l-1.53-1.9l-1.18,0.12l-1.53,3.33l-2.24-2.26l-0.24-1.54L490.26,46.83L490.26,46.83z"/>
<path id="path15992" d="M496.98,59.07l-2.36,2.14l-2,1.54l0.94,1.66l1.89,0.59l3.07-1.43l1.42-1.78l-1.3-2.14L496.98,59.07L496.98,59.07z"/>
<path id="path15994" d="M547.82,38.79l1.72,0.69l-1.21,2.08v2.95l-2.58,1.56H543l-1.55-1.91l0.17-2.08l1.21-1.56h2.41L547.82,38.79L547.82,38.79z"/>
<path id="path15996" d="M554.36,36.88v2.08l1.72,1.39l2.41-0.17l2.07-1.91v-1.39h-1.89l-1.55,0.52l-1.21-1.39L554.36,36.88L554.36,36.88z"/>
<path id="path15998" d="M564.18,37.06l1.21,2.6l2.41,0.17l1.72-0.69l-0.86-2.43l-2.24-0.52L564.18,37.06L564.18,37.06z"/>
<path id="path16002" d="M573.99,33.59l-1.89-0.35l-1.72,1.74l0.86,1.56l0.52,2.43l2.24-1.73l0.52-1.91L573.99,33.59L573.99,33.59z"/>
<path id="path16004" d="M584.49,51.98l-0.52,2.43l-3.96,3.47l-8.44,1.91l-6.89,11.45l-1.21,3.3l6.89,1.74l1.03-4.16l2.07-6.42l5.34-2.78l4.48-3.47l3.27-1.39h1.72v-4.68L584.49,51.98L584.49,51.98z"/>
<path id="path16006" d="M562.28,77.31l4.65,0.52l1.55,5.38l3.96,4.16l-1.38,2.78h-2.41l-2.24-2.6l-4.99-0.17l-2.07-2.78v-1.91l3.1-0.87L562.28,77.31L562.28,77.31z"/>
<path id="path16008" d="M634.95,18.15l-2.24-1.39h-2.58l-0.52,1.56l-2.75,1.56l-2.07,0.69l-0.34,2.08l4.82,0.35L634.95,18.15L634.95,18.15z"/>
<path id="path16010" d="M640.28,18.67l-1.21,2.6l-2.41-0.17l-3.79,2.78l-1.03,3.47h2.41l1.38-2.26l3.27,2.43l3.1-1.39l2.24-1.91l-0.86-2.95l-1.21-2.08L640.28,18.67L640.28,18.67z"/>
<path id="path16012" d="M645.28,20.58l1.21,4.86l1.89,4.51l2.07-3.64l3.96-0.87v-2.6l-2.58-1.91L645.28,20.58L645.28,20.58z"/>
<path id="path16014" d="M739.76,12.8l2.69,2.26l1.91-0.79l0.56-3.17L741,8.39l-2.58,1.7l-6.28,0.57v2.83l-6.62,0.11v4.63l7.74,5.76l2.02-1.47l-0.45-4.07l4.94-1.24l-1.01-1.92l-1.79-1.81L739.76,12.8L739.76,12.8z"/>
<path id="path16016" d="M746.94,10.09l1.79,3.39l6.96-0.79l1.91-2.49l-0.45-2.15l-1.91-0.79l-1.79,1.36l-5.16,1.13L746.94,10.09L746.94,10.09z"/>
<path id="path16018" d="M746.49,23.31l-3.48-0.9L741,24.56l-0.9,2.94l4.71-0.45l3.59-1.81L746.49,23.31L746.49,23.31z"/>
<path id="path16020" d="M836.68,3.76l-2.92-0.9L830.4,4.1l-1.68,2.49l2.13,2.83l5.61-2.49l1.12-1.24L836.68,3.76L836.68,3.76z"/>
<path id="path16022" d="M680.54,308.05l0.25,2.72l0.25,1.98l-1.47,0.25l0.74,4.45l2.21,1.24l3.43-1.98l-0.98-4.69l0.25-1.73l-3.19-2.96L680.54,308.05L680.54,308.05z"/>
<path id="path16828" d="M220.85,266.92v1.27l5.32,0.1l2.51-1.46l0.39,1.07l5.22,1.27l4.64,4.19l-1.06,1.46l0.19,1.66l3.87,0.97l3.87-1.75l1.74-1.75l-2.51-1.27l-12.95-7.6l-4.54-0.49L220.85,266.92L220.85,266.92z"/>
<path id="path16830" d="M239.61,259.13l-1.26-0.39l-0.1,2.43l1.55,1.56l1.06-1.56L239.61,259.13L239.61,259.13z"/>
<path id="path16832" d="M242.12,262.93l-1.74,0.97l1.64,2.34l0.87-1.17L242.12,262.93L242.12,262.93z"/>
<path id="path16834" d="M247.73,264.68l-1.84-0.1l0.19,1.17l1.35,1.95l1.16-1.27L247.73,264.68L247.73,264.68z"/>
<path id="path16836" d="M246.86,262.35l-3-1.27l-0.58-3.02l1.16-0.49l1.16,2.34l1.16,0.88L246.86,262.35L246.86,262.35z"/>
<path id="path16838" d="M243.96,256.21l-1.55-0.39l-0.29-1.95l-1.64-0.58l1.06-1.07l1.93,0.68l1.45,0.88L243.96,256.21L243.96,256.21z"/>
<path id="path17598" d="M238.93,279.59l-3.48,0.88v0.97l2.03,1.17h2.13l1.35-1.56L238.93,279.59L238.93,279.59z"/>
<path id="path4383" d="M831.93,339.34l-4.17,0.47l-2.68,1.96l1.11,2.24l4.54,0.84v0.84l-2.87,2.33l1.39,4.85l1.39,0.09l1.2-4.76h2.22l0.93,4.66l10.83,8.96l0.28,7l3.7,4.01l1.67-0.09l0.37-24.72l-6.29-4.38l-5.93,4.01l-2.13,1.31l-3.52-2.24l-0.09-7.09L831.93,339.34L831.93,339.34z"/>
<path id="path9780" d="M93.11,44.89l-8.39,1.99l1.73,9.45l9.13,2.49l0.49,1.99L82.5,65.04l-7.65,12.68l2.71,13.43L82,94.13l3.46-3.23l0.99,1.99l-4.2,4.97l-16.29,7.46l-10.37,2.49l-0.25,3.73l23.94-6.96l9.87-2.74l9.13-11.19l10.12-6.71l-5.18,8.7l5.68,0.75l9.63-4.23l1.73,6.96l6.66,1.49l6.91,6.71l0.49,4.97l-0.99,1.24l1.23,4.72h1.73l0.25-7.96h1.97l0.49,19.64l4.94-4.23l-3.46-20.39h-5.18l-5.68-7.21l27.89-47.25l-27.64-21.63l-30.85,5.97l-1.23,9.45l6.66,3.98l-2.47,6.47L93.11,44.89L93.11,44.89z"/>
<path id="path13653" d="M194.97,338.18l-0.62,2.75l-1.15,1.16l0.79,1.42l2.03-0.8l0.97-1.69l-0.62-1.78L194.97,338.18L194.97,338.18z"/>
<path id="path16024" d="M203.73,35.89l0.22,4.02l-7.98,8.27l2,6.7l5.76-1.56l3.33-4.92l8.42-3.13l6.87-0.45l-5.32-5.81l-2.66,2.01l-2-0.67l-1.11-2.46l-2.44-2.46L203.73,35.89L203.73,35.89z"/>
<path id="path16026" d="M214.15,24.05l-1.77,3.13l8.65,3.13l3.1-4.69l1.33,3.13h2.22l4.21-4.69l-5.1-1.34l-2-1.56l-2.66,2.68L214.15,24.05L214.15,24.05z"/>
<path id="path16028" d="M229.23,30.31l-6.87,2.9v2.23l8.87,3.35l-2,2.23l1.33,2.9l5.54-2.46h4.66l2.22,3.57l3.77-3.8l-0.89-3.58l-3.1,1.12l-0.44-4.47l1.55-2.68h-1.55l-2.44,1.56l-1.11,0.89l0.67,3.13l-1.77,1.34l-2.66-0.22l-0.67-4.02L229.23,30.31L229.23,30.31z"/>
<path id="path16030" d="M238.32,23.38l-0.67,2.23l4.21,2.01l3.1-1.79l-0.22-1.34L238.32,23.38L238.32,23.38z"/>
<path id="path16032" d="M241.64,19.58l-3.1,1.12l0.22,1.56l6.87-0.45l-0.22-1.56L241.64,19.58L241.64,19.58z"/>
<path id="path16034" d="M256.5,23.38l-0.44,1.56l-1.11,1.56v2.23l4.21-0.67l4.43,3.8h1.55v-3.8l-4.43-4.92L256.5,23.38L256.5,23.38z"/>
<path id="path16036" d="M267.81,27.85l1.77,2.01l-1.55,2.68l1.11,2.9l4.88-2.68v-2.01l-2.88-3.35L267.81,27.85L267.81,27.85z"/>
<path id="path16038" d="M274.24,22.71l0.22,3.57h5.99l1.55,1.34l-0.22,1.56l-5.32,0.67l3.77,5.14l5.1,0.89l7.09-3.13l-10.2-15.42l-3.1,2.01l0.22,2.68l-3.55-1.34L274.24,22.71L274.24,22.71z"/>
<path id="path16044" d="M222.58,47.96l-8.42,2.23l-4.88,4.25l0.44,4.69l8.87,2.68l-2,4.47l-6.43-4.02l-1.77,3.35l4.21,2.9l-0.22,4.69l6.43,1.79l7.76-0.45l1.33-2.46l5.76,6.48l3.99-1.34l0.67-4.47l2.88,2.01l0.44-4.47l-3.55-2.23l0.22-14.07l-3.1-2.46L231.89,56L222.58,47.96L222.58,47.96z"/>
<path id="path16046" d="M249.63,57.79l-2.88-1.34l-1.55,2.01l3.1,4.92l0.22,4.69l6.65-4.02v-5.81l2.44-2.46l-2.44-1.79h-3.99L249.63,57.79L249.63,57.79z"/>
<path id="path16048" d="M263.82,55.78l-4.66,3.8l1.11,4.69h2.88l1.33-2.46l2,2.01l2-0.22l5.32-4.47L263.82,55.78L263.82,55.78z"/>
<path id="path16050" d="M263.37,48.4l-1.11,2.23l4.88,1.79l1.33-2.01L263.37,48.4L263.37,48.4z"/>
<path id="path16052" d="M260.49,39.91l-4.88,0.67l-2.88,2.68l5.32,0.22l-1.55,4.02l1.11,1.79l1.55-0.22l3.77-6.03L260.49,39.91L260.49,39.91z"/>
<path id="path16054" d="M268.92,38.35l-2.66,0.89l0.44,3.57l4.43,2.9l0.22,2.23l-1.33,1.34l0.67,4.47l17.07,5.58l4.66,1.56l4.66-4.02l-5.54-4.47l-5.1,1.34l-7.09-0.67l-2.66-2.68l-0.67-7.37l-4.43-2.23L268.92,38.35L268.92,38.35z"/>
<path id="path16056" d="M282.88,61.59L278,61.14l-5.76,2.23l-3.1,4.24l0.89,11.62l9.53,0.45l9.09,4.47l6.43,7.37l4.88-0.22l-1.33,6.92l-4.43,7.37l-4.88,2.23l-3.55-0.67l-1.77-1.56l-2.66,3.57l1.11,3.57l3.77,0.22l4.66-2.23l3.99,10.28l9.98,6.48l6.87-8.71l-5.76-9.38l3.33-3.8l4.66,7.82l8.42-7.37l-1.55-3.35l-5.76,1.79l-3.99-10.95l3.77-6.25l-7.54-8.04l-4.21,2.9l-3.99-8.71l-8.42,1.12l-2.22-10.5l-6.87,4.69l-0.67,5.81h-3.77l0.44-5.14L282.88,61.59L282.88,61.59z"/>
<path id="path16058" d="M292.86,65.61l-1.77,1.79l1.55,2.46l7.32,0.89l-4.66-4.92L292.86,65.61L292.86,65.61z"/>
<path id="path16060" d="M285.77,40.36v2.01l-4.88,1.12l1.33,2.23l5.54,2.23l6.21,0.67l4.43,3.13l4.43-2.46l-3.1-3.13h3.99l2.44-2.68l5.99-0.89v-1.34l-3.33-2.23l0.44-2.46l9.31,1.56l13.75-5.36l-5.1-1.56l1.33-1.79h10.64l1.77-1.79l-21.51-7.6l-5.1-1.79l-5.54,4.02l-6.21-5.14l-3.33-0.22l-0.67,4.25l-4.21-3.8l-4.88,1.56l0.89,2.46l7.32,1.56l-0.44,3.57l3.99,2.46l9.76-2.46l0.22,3.35l-7.98,3.8l-4.88-3.8l-4.43,0.45l4.43,6.26l-2.22,1.12l-3.33-2.9l-2.44,1.56l2.22,4.24h3.77l-0.89,4.02l-3.1-0.45l-3.99-4.25L285.77,40.36L285.77,40.36z"/>
<path id="path16062" d="M266.01,101.85l-4.23,5.32l-0.26,5.86l3.7-2.13h4.49l3.17,2.93l2.91-2.4L266.01,101.85L266.01,101.85z"/>
<path id="path16064" d="M317.52,171.05l-10.57,10.12l1.06,2.4l12.94,4.79l1.85-3.19l-1.06-5.32l-4.23,0.53l-2.38-2.66l3.96-3.99L317.52,171.05L317.52,171.05z"/>
<path id="path18360" d="M158.22,48.66l1.99,3.01l1,4.02l4.98,1.25l3.49-3.76l2.99,1.51l8.47,0.75l5.98-2.51l1,8.28h3.49V57.7l3.49,0.25l8.72,10.29l5.73,3.51l-2.99,4.77l1.25,1.25L219,80.03l0.25,5.02l2.99,0.5l0.75-7.53l4.73-1.25l3.49,5.27l7.47,3.51l3.74,0.75l2.49-3.01l0.25-4.77l4.48-2.76l1.49,4.02l-3.99,7.03l0.5,3.51l2.24-3.51l4.48-4.02l0.25-5.27l-2.49-4.02l0.75-3.26l5.98-3.01l2.74,2.01l0.5,17.57l4.23-3.76l2.49,1.51l-3.49,6.02l4.48,1l6.48-10.04l5.48,5.77l-2.24,10.29l-5.48,3.01l-5.23-2.51l-9.46,2.01l1,3.26l-2.49,4.02l-7.72,1.76l-8.72,6.78l-7.72,10.29l-1,3.26l5.23,2.01l1.99,5.02l7.22,7.28l11.46,5.02l-2.49,11.54l-0.25,3.26l2.99,2.01l3.99-5.27l0.5-10.04l6.23-0.25l2.99-5.77l0.5-8.78l7.97-15.56l9.96,3.51l5.23,7.28l-2.24,7.28l3.99,2.26l9.71-6.53l2.74,17.82l8.97,10.79l0.25,5.52l-9.96,2.51l-4.73,5.02l-9.96-2.26l-4.98-0.25l-8.72,6.78l5.23-1.25l6.48-1.25l1.25,1.51l-1.74,5.52l0.25,5.02l2.99,2.01l2.99-0.75l1.5-2.26h1.99l-3.24,6.02l-6.23,0.25l-2.74,4.02h-3.49l-1-3.01l4.98-5.02l-5.98,2.01l-0.27-8.53l-1.72-1l-5.23,2.26l-0.5,4.27h-11.96l-10.21,7.03l-13.7,4.52l-1.49-2.01l6.9-10.3l-3.92-3.77l-2.49-4.78l-5.07-3.87l-5.44-0.45l-9.75-6.83l-70.71-11.62l-1.17-4.79l-6.48-6.02v-5.02l1-4.52l-0.5-2.51l-2.49-2.51l-0.5-4.02l6.48-4.52l-3.99-21.58l-5.48-0.25l-4.98-6.53L158.22,48.66L158.22,48.66z"/>
<path id="path19122" d="M148.76,158.34l-1,4.02l-3.49-2.26h-1.74l-1,4.27l-12.21,27.36l3.24,23.84l3.99,2.01l0.75,6.53h8.22l7.97,6.02l15.69,1.51l1.74,8.03l2.49,1.76l3.49-3.51l2.74,1.25l2.49,11.54l4.23,2.76l3.49-6.53l10.71-7.78l6.97,3.26l5.98,0.5l0.25-3.76l12.45,0.25l2.49,2.76l0.5,6.27l-1.49,3.51l1.74,6.02h3.74l3.74-5.77l-1.49-2.76l-1.49-6.02l2.24-6.78l10.21-8.78l7.72-2.26l-1-7.28l10.71-11.55l10.71-1.76L272.8,199l10.46-6.02v-8.03l-1-0.5l-3.74,1.25l-0.5,4.92l-12.43,0.15l-9.74,6.47l-15.29,5l-2.44-2.99l6.94-10.5l-3.43-3.27l-2.33-4.44l-4.83-3.88l-5.25-0.44l-9.92-6.77L148.76,158.34L148.76,158.34z"/>
<path id="path19124" d="M133.83,128.41l-1.7,3.26l0.59,2.31l1.11,0.69l-0.26,0.94l-1.19,0.34l0.34,3.43l1.28,1.29l1.02-1.11l-1.28-3.34l0.76-2.66l1.87-2.49l-1.36-2.31L133.83,128.41L133.83,128.41z"/>
<path id="path19126" d="M139.45,147.95l-1.53,0.6l2.81,3.26l0.68,3.86l2.81,3l2.38-0.43v-3.94l-2.89-1.8L139.45,147.95L139.45,147.95z"/>
<path id="path19130" d="M194.88,291.52l5.93,4.34l5.98-7.43l-1.02-1.54l-2.04-0.07v-4.35l-1.53-0.93l-4.63,1.38l1.77,4.08L194.88,291.52L194.88,291.52z"/>
<path id="path19132" d="M207.55,288.78l9.24-0.35l2.74,3.26l-1.71-0.39l-3.29,0.14l-4.3,4.04l-1.84,4.09l-1.21-0.64l-0.01-4.48l-2.66-1.78L207.55,288.78L207.55,288.78z"/>
<path id="path19134" d="M201.65,296.27l4.7,2.34l-0.07-3.71l-2.41-1.47L201.65,296.27L201.65,296.27z"/>
<path id="path19136" d="M217.74,292.11l2.19,0.44l0.07,4.49l-2.55,7.28l-6.87-0.68l-1.53-3.51l2.04-4.26l3.87-3.6L217.74,292.11L217.74,292.11z"/>
<path id="path19138" d="M217.38,304.98l1.39,2.72l1.13,1.5l-1.52,4.51l-2.9-2.04l-4.74-4.34v-2.87L217.38,304.98L217.38,304.98z"/>
<path id="path19140" d="M220.59,309.61l-1.46,4.56l4.82,1.25l2.99,0.59l0.51-3.53l3.21-1.62l2.85,1.47l1.12,1.79l1.36-0.16l1.07-3.25l-3.56-1.47l-2.7-1.47l-2.7,1.84l-3.21,1.62l-3.28-1.32L220.59,309.61L220.59,309.61z"/>
<path id="path19142" d="M253.73,299.78l-2.06-0.21l-13.62,11.23l-1.44,3.95l-1.86,0.21l0.83,8.73l-4.75,11.65l5.16,4.37l6.61,0.42l4.54,6.66l6.6,0.21l-0.21,4.99H256l2.68-9.15l-2.48-3.12l0.62-5.82l5.16-0.42l-0.62-13.52l-11.56-3.74l-2.68-7.28L253.73,299.78L253.73,299.78z"/>
<path id="path19144" d="M250.46,305.92l0.44,2.59l3.25,1.03l0.74-4.77l3.43-3.55l3.43,4.02l7.89,2.15l6.68-1.4l4.55,5.61l3.43,2.15l-3.76,5.73l1.26,4.34l-2.15,2.66l-2.23,1.87l-4.83-2.43l-1.11,1.12v3.46l3.53,1.68l-2.6,2.81l-2.6,2.81l-3.43-0.28l-3.45-3.79l-0.73-14.26l-11.78-4.02l-2.14-6.27L250.46,305.92L250.46,305.92z"/>
<path id="path19146" d="M285.05,314.13l7.22,6.54l-2.87,3.32l-0.23,1.97l3.77,3.89l-0.09,3.74l-6.56,2.5l-3.93-5.31l0.84-6.38l-1.68-4.75L285.05,314.13L285.05,314.13z"/>
<path id="path19148" d="M293.13,321.14l2.04,1.87l3.16-1.96l2.88,0.09l-0.37,1.12l-1.21,2.52l-0.19,6.27l-5.75,2.34l0.28-4.02l-3.71-3.46l0.19-1.78L293.13,321.14L293.13,321.14z"/>
<path id="path19150" d="M302.13,321.8l5.85,3.65l-3.06,6.08l-1.11,1.4l-3.25-1.87l0.09-6.55L302.13,321.8L302.13,321.8z"/>
<path id="path19152" d="M230.2,335.85l-4.73,2.94l-0.34,4.36l-0.95,1.43l2.98,2.86l-1.29,1.41l0.3,3.6l5.33,1.27l8.07-9.55l-0.02-3.33l-3.87-0.25L230.2,335.85L230.2,335.85z"/>
<path id="path19154" d="M225.03,349.52l-1.94,1.96l0.13,3.13l16.94,30.88l17.59,11.34l2.72-4.56l0.65-10.03l-1.42-6.25l-4.79-8.08l-2.85,0.91l-1.29,1.43l-5.69-6.52l1.42-7.69l6.6-4.3l-0.52-4.04l-6.72-0.26l-3.49-5.86l-1.94-0.65l0.13,3.52l-8.66,10.29l-6.47-1.56L225.03,349.52L225.03,349.52z"/>
<path id="path19156" d="M258.71,372.79l8.23-3.59l2.72,0.26l1.81,7.56l12.54,4.17l2.07,6.39l5.17,0.65l2.2,5.47l-1.55,4.95l-8.41,0.65l-3.1,7.95l-6.6-0.13l-2.07-0.39l-3.81,3.7l-1.88-0.18l-6.47-14.99l1.79-2.68l0.63-10.6l-1.6-6.31L258.71,372.79L258.71,372.79z"/>
<path id="path19158" d="M291.76,399.51l2.2,2.4l-0.26,5.08l6.34-0.39l4.79,6.13l-0.39,5.47l-3.1,4.69l-6.34,0.26l-0.26-2.61l1.81-4.3l-6.21-3.91h-5.17l-3.88-4.17l2.82-8.06L291.76,399.51L291.76,399.51z"/>
<path id="path19160" d="M300.36,431.93l-2.05,2.19l0.85,11.78l6.44,1.87l8.19-8.21L300.36,431.93L300.36,431.93z"/>
<path id="path19162" d="M305.47,418.2l1.94,1.82l-7.37,10.95l-2.59,2.87l0.9,12.51l5.69,6.91l-4.78,8.34l-3.62,1.56h-4.14l1.16,6.51l-6.47,2.22l1.55,5.47l-3.88,12.38l4.79,3.91l-2.59,6.38l-4.4,6.91l2.33,4.82l-5.69,0.91l-4.66-5.73l-0.78-17.85l-7.24-30.32l2.19-10.6l-4.66-13.55l3.1-17.59l2.85-3.39l-0.7-2.57l3.66-3.34l8.16,0.56l4.56,4.87l5.27,0.09l5.4,3.3l-1.59,3.72l0.38,3.76l7.65-0.36L305.47,418.2L305.47,418.2z"/>
<path id="path19164" d="M285.04,514.1l-4.27,9.38l7.37,0.78l0.13-6.25L285.04,514.1L285.04,514.1z"/>
<path id="path19166" d="M288.92,518.79l0.26,5.73l4.4-0.39l3.75-2.48l-6.34-1.3L288.92,518.79L288.92,518.79z"/>
<path id="path19168" d="M283.59,512.63l-3.21,3.55l-0.39,4.17l-6.21-3.52l-6.6-9.51l-1.94-3.39l2.72-3.52l-0.26-4.43l-3.1-1.3l-2.46-1.82l0.52-2.48l3.23-0.91l0.65-14.33l-5.04-2.87l-3.29-74.59l0.85-1.48l6.44,14.85l2.06,0.04l0.67,2.37l-2.74,3.32l-3.15,17.87l4.48,13.76l-2.07,10.42l7.3,30.64l0.77,17.92l5.23,6.05L283.59,512.63L283.59,512.63z"/>
<path id="path19170" d="M262.28,475.14l-1.29,1.95l0.65,3.39l1.29,0.13l0.65-4.3L262.28,475.14L262.28,475.14z"/>
<path id="path19172" d="M314.24,438.85l6.25-12.02l0.23-10.1l11.66-7.52h6.53l5.13-8.69l0.93-16.68l-2.1-4.46l12.36-11.28l0.47-12.45l-16.79-8.22l-20.28-6.34l-9.56-0.94l2.57-5.4l-0.7-8.22l-2.09-0.69l-3.09,6.14l-1.62,2.03l-4.16-1.84l-13.99,4.93l-4.66-5.87l0.75-6.13l-4.4,4.48l-4.86-2.62l-0.49,0.69l0.01,2.13l4.19,2.25l-6.29,6.63l-3.97-0.04l-4.02-4.09l-4.55,0.14l-0.56,4.86l2.61,3.17l-3.08,9.87l-3.6,0.28l-5.73,3.62l-1.4,7.11l4.97,5.32l0.91-1.03l3.49-0.94l2.98,5.02l8.53-3.66l3.31,0.19l2.28,8.07l12.17,3.86l2.1,6.44l5.18,0.62l2.47,6.15l-1.67,5.47l2.18,2.86l-0.32,4.26l5.84-0.55l5.35,6.76l-0.42,4.75l3.17,2.68l-7.6,11.51L314.24,438.85L314.24,438.85z"/>
<path id="path20174" d="M204.56,282.4l-0.05,3.65h0.84l2.86-5.34h-1.94L204.56,282.4L204.56,282.4z"/>
<path id="path1675" d="M817.97,72.93l1.76,6.08l3.52,1.01l3.52-5.57l-2.01-3.8l0.75-3.29h5.28l-1.26,2.53l0.5,9.12l-7.54,18.74l0.75,4.05l-0.25,6.84l14.07,20.51l2.76,0.76l0.25-16.71l2.76-2.53l-3.02-6.58l2.51-2.79l-5.53-7.34l-3.02,0.25l-1-12.15l7.79-2.03l0.5-3.55l4.02-1.01l2.26,2.03l2.76-11.14l4.77-8.1l3.77-2.03l3.27,0.25v-3.8l-5.28-1.01l-7.29-6.08l3.52-4.05l-3.02-6.84l2.51-2.53l3.02,4.05l7.54,2.79l8.29,0.76l1.01-3.54l-4.27-4.3l4.77-6.58l-10.81-3.8l-2.76,5.57l-3.52-4.56l-19.85-6.84l-18.85,3.29l-2.76,1.52v1.52l4.02,2.03l-0.5,4.81l-7.29-3.04l-16.08,6.33l-2.76-5.82h-11.06l-5.03,5.32l-17.84-4.05l-16.33,3.29l-2.01,5.06l2.51,0.76l-0.25,3.8l-15.83,1.77l1.01,5.06l-14.58-2.53l3.52-6.58l-14.83-0.76l1.26,6.84l-4.77,2.28l-4.02-3.8l-16.33,2.79l-6.28,5.82l-0.25,3.54l-4.02,0.25l-0.5-4.05l12.82-11.14v-7.6l-8.29-2.28l-10.81,3.54l-4.52-4.56h-2.01l-2.51,5.06l2.01,2.28l-14.33,7.85l-12.31,9.37l-7.54,10.38v4.3l8.04,3.29l-4.02,3.04l-8.54-3.04l-3.52,3.04l-5.28-6.08l-1.01,2.28l5.78,18.23l1.51,0.51l4.02-2.03l2.01,1.52v3.29l-3.77-1.52l-2.26,1.77l1.51,3.29l-1.26,8.61l-7.79,0.76l-0.5-2.79l4.52-2.79l1.01-7.6l-5.03-6.58l-1.76-11.39l-8.04-1.27l-0.75,4.05l1.51,2.03l-3.27,2.79l1.26,7.6l4.77,2.03l1.01,5.57l-4.78-3.04l-12.31-2.28l-1.51,4.05l-9.8,3.54l-1.51-2.53l-12.82,7.09l-0.25,4.81l-5.03,0.76l1.51-3.54v-3.54l-5.03-1.77l-3.27,1.27l2.76,5.32l2.01,3.54v2.79l-3.77-0.76l-0.75-0.76l-3.77,4.05l2.01,3.54l-8.54-0.25l2.76,3.55l-0.75,1.52h-4.52l-3.27-2.28l-0.75-6.33l-5.28-2.03v-2.53l11.06,2.28l6.03,0.51l2.51-3.8l-2.26-4.05l-16.08-6.33l-5.55,1.38l-1.9,1.63l0.59,3.75l2.36,0.41l-0.55,5.9l7.28,17.1l-5.26,8.34l-0.36,1.88l2.67,1.88l-2.41,1.59l-1.6,0.03l0.3,7.35l2.21,3.13l0.03,3.04l2.83,0.26l4.33,1.65l4.58,6.3l0.05,1.66l-1.49,2.55l3.42-0.19l3.33,0.96l4.5,6.37l11.08,1.01l-0.48,7.58l-3.82,3.27l0.79,1.28l-3.77,4.05l-1,3.8l2.26,3.29l7.29,2.53l3.02-1.77l19.35,7.34l0.75-2.03l-4.02-3.8v-4.81l-2.51-0.76l0.5-4.05l4.02-4.81l-7.21-5.4l0.5-7.51l7.71-5.07l9.05,0.51l1.51,2.79l9.3,0.51l6.79-3.8l-3.52-3.8l0.75-7.09l17.59-8.61l13.53,6.1l4.52-4.05l13.32,12.66l10.05-1.01l3.52,3.54l9.55,1.01l6.28-8.61l8.04,3.55l4.27,0.76l4.27-3.8l-3.77-2.53l3.27-5.06l9.3,3.04l2.01,4.05l4.02,0.25l2.51-1.77l6.79-0.25l0.75,1.77l7.79,0.51l5.28-5.57l10.81,1.27l3.27-1.27l1-6.08l-3.27-7.34l3.27-2.79h10.3l9.8,11.65l12.56,7.09h3.77l0.5-3.04l4.52-2.79l0.5,16.46l-4.02,0.25v4.05l2.26,2.79l-0.42,3.62l1.67,0.69l1.01-2.53l1.51,0.51l1,1.01l4.52-1.01l4.52-13.17l0.5-16.46l-5.78-13.17l-7.29-8.86l-3.52,0.51v2.79l-8.54-3.29l3.27-7.09l2.76-18.74l11.56-3.54l5.53-3.54h6.03L805.86,96l1.51,2.53l5.28-5.57l3.02,0.25l-0.5-3.29l-4.78-1.01l3.27-11.9L817.97,72.93L817.97,72.93z"/>
<path id="path1677" d="M670.4,170.07l-3.46,8.7l-4.77-0.25l-5.03,11.01l4.27,5.44l-8.8,12.15l-4.52-0.76l-3.02,3.8l0.75,2.28l3.52,0.25l1.76,4.05l3.52,0.76l10.81,13.93v7.09l5.28,3.29l5.78-1.01l7.29,4.3l8.8,2.53l4.27-0.51l4.78-0.51l10.05-6.58l3.27,0.51l1.25,2.97l2.77,0.83l3.77,5.57l-2.51,5.57l1.51,3.8l4.27,1.52l0.75,4.56l5.03,0.51l0.75-2.28l7.29-3.8l4.52,0.25l5.28,5.82l3.52-1.52l2.26,0.25l1.01,2.79l1.76,0.25l2.51-3.54l10.05-3.8l9.05-10.89l3.02-10.38l-0.25-6.84l-3.77-0.76l2.26-2.53l-0.5-4.05l-9.55-9.62v-4.81l2.76-3.54l2.76-1.27l0.25-2.79h-7.04l-1.26,3.8l-3.27-0.76l-4.02-4.3l2.51-6.58l3.52-3.8l3.27,0.25l-0.5,5.82l1.76,1.52l4.27-4.3l1.51-0.25l-0.5-3.29l4.02-4.81l3.02,0.25l1.76-5.57l2.06-1.09l0.21-3.47l-2-2.1l-0.17-5.48l3.85-0.25l-0.25-14.13l-2.7,1.62l-1.01,3.62l-4.51-0.01l-13.07-7.35l-9.44-11.38l-9.58-0.1l-2.44,2.12l3.1,7.1l-1.08,6.66l-3.86,1.6l-2.17-0.17l-0.16,6.59l2.26,0.51l4.02-1.77l5.28,2.53v2.53l-3.77,0.25l-3.02,6.58l-2.76,0.25l-9.8,12.91l-10.3,4.56l-7.04,0.51l-4.77-3.29l-6.79,3.55l-7.29-2.28l-1.76-4.81l-12.31-0.76l-6.53-10.63h-2.76l-2.22-4.93L670.4,170.07z"/>
<path id="path1302" d="M673.8,170.17l5.82-7.72l6.99,3.23l4.75,1.27l5.82-5.34l-3.95-2.91l2.6-3.67l7.76,2.74l2.69,4.41l4.86,0.13l2.54-1.89l5.23-0.21l1.14,1.94l8.69,0.44l5.5-5.61l7.61,0.8l-0.44,7.64l3.33,0.76l4.09-1.86l4.33,2.14l-0.1,1.08l-3.14,0.09l-3.27,6.86l-2.54,0.25l-9.88,12.91l-10.09,4.45l-6.31,0.49l-5.24-3.38l-6.7,3.58l-6.6-2.05l-1.87-4.79l-12.5-0.88l-6.4-10.85l-3.11-0.2L673.8,170.17L673.8,170.17z"/>
<path id="path2064" d="M778.28,194.27l1.84,0.77l0.56,6.44l3.65,0.21l3.44-4.03l-1.19-1.06l0.14-4.32l3.16-3.82l-1.61-2.9l1.05-1.2l0.58-3l-1.83-0.83l-1.56,0.79l-1.93,5.86l-3.12-0.27l-3.61,4.26L778.28,194.27L778.28,194.27z"/>
<path id="path2066" d="M788.34,198.2l6.18,5.04l1.05,4.88l-0.21,2.62l-3.02,3.4l-2.6,0.14l-2.95-6.37l-1.12-3.04l1.19-0.92l-0.28-1.27l-1.47-0.66L788.34,198.2L788.34,198.2z"/>
<path id="path2826" d="M576.69,188.62l4.1-1.75l4.58-0.16l0.32,7h-2.68l-2.05,3.34l2.68,4.45l3.95,2.23l0.36,2.55l1.45-0.48l1.34-1.59l2.21,0.48l1.11,2.23h2.84v-2.86l-1.74-5.09l-0.79-4.13l5.05-2.23l6.79,1.11l4.26,4.29l9.63-0.95l5.37,7.63l6.31,0.32l1.74-2.86l2.21-0.48l0.32-3.18l3.31-0.16l1.74,2.07l1.74-4.13l14.99,2.07l2.52-3.34l-4.26-5.25l5.68-12.4l4.58,0.32l3.16-7.63l-6.31-0.64l-3.63-3.5l-10,1.16l-12.88-12.45l-4.54,4.03l-13.77-6.25l-16.89,8.27l-0.47,5.88l3.95,4.61l-7.7,4.35l-9.99-0.22l-2.09-3.07l-7.83-0.43l-7.42,4.77l-0.16,6.52L576.69,188.62L576.69,188.62z"/>
<path id="path3587" d="M593.85,207.59l-0.62,2.63h-4.15v3.56l4.46,2.94l-1.38,4.03v1.86l1.85,0.31l2.46-3.25l5.54-1.24l11.84,4.49l0.15,3.25l6.61,0.62l7.38-7.75l-0.92-2.48l-4.92-1.08l-13.84-8.99l-0.62-3.25h-5.23l-2.31,4.34h-2.31L593.85,207.59L593.85,207.59z"/>
<path id="path3589" d="M628.92,219.06l3.08,0.16v-5.27l-2.92-1.7l4.92-6.2h2l2,2.33l5.23-2.01l-7.23-2.48l-0.28-1.5l-1.72,0.42l-1.69,2.94l-7.29-0.24l-5.35-7.57l-9.4,0.93l-4.48-4.44l-6.2-1.05l-4.5,1.83l2.61,8.68l0.03,2.92l1.9,0.04l2.33-4.44l6.2,0.08l0.92,3.41l13.29,8.82l5.14,1.18L628.92,219.06L628.92,219.06z"/>
<path id="path4349" d="M630.19,211.84l4.11-5.1h1.55l0.54,1.14l-1.9,1.38v1.14l1.25,0.9l6.01,0.36l1.96-0.84l0.89,0.18l0.6,1.92l3.57,0.36l1.79,3.78l-0.54,1.14l-0.71,0.06l-0.71-1.44l-1.55-0.12l-2.68,0.36l-0.18,2.52l-2.68-0.18l0.12-3.18l-1.96-1.92l-2.98,2.46l0.06,1.62l-2.62,0.9h-1.55l0.12-5.58L630.19,211.84L630.19,211.84z"/>
<path id="path4351" d="M636.81,199.21l-0.31,2.53l0.25,1.56l8.7,2.92l-7.64,3.08l-0.87-0.72l-1.65,1.06l0.08,0.58l0.88,0.4l5.36,0.14l2.72-0.82l3.49-4.4l4.37,0.76l5.27-7.3l-14.1-1.92l-1.95,4.73l-2.46-2.64L636.81,199.21L636.81,199.21z"/>
<path id="path5112" d="M614.12,227.05l1.59,12.46l3.96,0.87l0.37,2.24l-2.84,2.37l5.29,4.27l10.28-3.7l0.82-4.38l6.47-4.04l2.48-9.36l1.85-1.99l-1.92-3.34l6.26-3.87l-0.8-1.12l-2.89,0.18l-0.26,2.66l-3.88-0.04l-0.07-3.55l-1.25-1.49l-2.1,1.91l0.06,1.75l-3.17,1.2l-5.85-0.37l-7.6,7.96L614.12,227.05L614.12,227.05z"/>
<path id="path5114" d="M623.13,249.84l2.6,3.86l-0.25,1.99l-3.46,1.37l-0.25,3.24h3.96l1.36-1.12h7.54l6.8,5.98l0.87-2.87h5.07l0.12-3.61l-5.19-4.98l1.11-2.74l5.32-0.37l7.17-14.95l-3.96-3.11l-1.48-5.23l9.64-0.87l-5.69-8.1l-3.03-0.82l-1.24,1.5l-0.93,0.07l-5.69,3.61l1.86,3.12l-2.1,2.24l-2.6,9.59l-6.43,4.11l-0.87,4.49L623.13,249.84L623.13,249.84z"/>
<path id="path5116" d="M670.98,313.01l4.58-2.24l2.72-9.84l-0.12-12.08l15.58-16.82v-3.99l3.21-1.25l-0.12-4.61l-3.46-6.73l1.98-3.61l4.33,3.99l5.56,0.25v2.24l-1.73,1.87l0.37,1l2.97,0.12l0.62,3.36h0.87l2.23-3.99l1.11-10.46l3.71-2.62l0.12-3.61l-1.48-2.87l-2.35-0.12l-9.2,6.08l0.58,3.91l-6.46-0.02l-2.28-2.79l-1.24,0.16l0.42,3.88l-13.97-1l-8.66-3.86l-0.46-4.75l-5.77-3.58l-0.07-7.37l-3.96-4.53l-9.1,0.87l0.99,3.96l4.46,3.61l-7.71,15.78l-5.16,0.39l-0.85,1.9l5.08,4.7l-0.25,4.75l-5.19-0.08l-0.56,2.36l4.31-0.19l0.12,1.87l-3.09,1.62l1.98,3.74l3.83,1.25l2.35-1.74l1.11-3.11l1.36-0.62l1.61,1.62l-0.49,3.99l-1.11,1.87l0.25,3.24L670.98,313.01L670.98,313.01z"/>
<path id="path5876" d="M671.19,242.56l0.46,4.27l8.08,3.66l12.95,0.96l-0.49-3.13l-8.65-2.38l-7.34-4.37L671.19,242.56L671.19,242.56z"/>
<path id="path6636" d="M695.4,248.08l1.55,2.12l5.24,0.04l-0.53-2.9L695.4,248.08L695.4,248.08z"/>
<path id="path7396" d="M695.57,253.11l-1.31,2.37l3.4,6.46l0.1,5.04l0.62,1.35l3.99,0.07l2.26-2.17l1.64,0.99l0.33,3.07l1.31-0.82l0.08-3.92l-1.1-0.13l-0.69-3.33l-2.78-0.1l-0.69-1.85l1.7-2.27l0.03-1.12h-4.94L695.57,253.11L695.57,253.11z"/>
<path id="path8157" d="M729.44,303.65l-2.77-4.44l2.01-2.82l-1.9-3.49l-1.79-0.34l-0.34-5.86l-2.68-5.19l-0.78,1.24l-1.79,3.04l-2.24,0.34l-1.12-1.47l-0.56-3.95l-1.68-3.16l-6.84-6.45l1.68-1.11l0.31-4.67l2.5-4.2l1.08-10.45l3.62-2.47l0.12-3.81l2.17,0.72l3.42,4.95l-2.54,5.44l1.71,4.27l4.23,1.66l0.77,4.65l5.68,0.88l-1.57,2.71l-7.16,2.82l-0.78,4.62l5.26,6.76l0.22,3.61l-1.23,1.24l0.11,1.13l3.92,5.75l0.11,5.97L729.44,303.65L729.44,303.65z"/>
<path id="path8159" d="M730.03,270.47l3.24,4.17v5.07l1.12,0.56l5.15-2.48l1.01,0.34l6.15,7.1l-0.22,4.85l-2.01-0.34l-1.79-1.13l-1.34,0.11l-2.35,3.94l0.45,2.14l1.9,1.01l-0.11,2.37l-1.34,0.68l-4.59-3.16v-2.82l-1.9-0.11l-0.78,1.24l-0.4,12.62l2.97,5.42l5.26,5.07l-0.22,1.47l-2.8-0.11l-2.57-3.83h-2.69l-3.36-2.71l-1.01-2.82l1.45-2.37l0.5-2.14l1.58-2.8l-0.07-6.44l-3.86-5.58l-0.16-0.68l1.25-1.26l-0.29-4.43l-5.14-6.51l0.6-3.75L730.03,270.47L730.03,270.47z"/>
<path id="path8161" d="M732.71,315.45l2.01,4.51l0.45,5.86l2.69,4.17l6.49,3.94l2.46,0.23l-0.45-4.06l-2.13-5.18l-3.12-6.63l-0.26,1.16l-3.76-0.17l-2.7-3.88L732.71,315.45L732.71,315.45z"/>
<path id="path8163" d="M740.48,299.47l4.09,4.37l7.61-5.64l0.67-8.9l-3.93,2.71l-2.04-1.14l-2.77-0.37l-1.55-1.09l-0.75,0.04l-2.03,3.33l0.33,1.54l2.06,1.15l-0.25,3.13L740.48,299.47L740.48,299.47z"/>
<path id="path8165" d="M735.47,262.93l-2.42,1.23l-2.01,5.86l3.36,4.28l-0.56,4.73l0.56,0.23l5.59-2.71l7.5,8.38l-0.18,5.28l1.63,0.88l4.03-3.27l-0.33-2.59l-11.63-11.05l0.11-1.69l1.45-1.01l-1.01-2.82l-4.81-0.79L735.47,262.93L735.47,262.93z"/>
<path id="path8167" d="M745.06,304.45l1.19,1.87l0.22,2.14l3.13,0.34l3.8-5.07l3.58-1.01l1.9-5.18l-0.89-8.34l-3.69-5.07l-3.89-3.11l-4.95-8.5l3.55-5.94l-5.08-5.83l-4.07-0.18l-3.66,1.97l1.09,4.71l4.88,0.86l1.31,3.63l-1.72,1.12l0.11,0.9l11.45,11.2l0.45,3.29l-0.69,10.4L745.06,304.45L745.06,304.45z"/>
<path id="path8928" d="M555.46,204.16l3.27,4.27l4.08,1.88l2.51-0.01l4.31-1.17l1.08-1.69l-12.75-4.77L555.46,204.16L555.46,204.16z"/>
<path id="path8930" d="M569.72,209.89l4.8,6.26l-1.41,1.65l-3.4-0.59l-4.22-3.78l0.23-2.48L569.72,209.89L569.72,209.89z"/>
<path id="path8932" d="M571.41,207.72l-1.01,1.72l4.71,6.18l1.64-0.53l2.7,2.83l1.17-4.96l2.93,0.47l-0.12-1.42l-4.82-4.22l-0.92,2.48L571.41,207.72L571.41,207.72z"/>
<path id="path8934" d="M569.65,217.95l-1.22,1.27l0.12,2.01l1.52,2.13l5.39,5.9l-0.82,2.36h-0.94l-0.47,2.36l3.05,3.9l2.81,0.24l5.63,7.79l3.16,0.24l2.46,1.77l0.12,3.54l9.73,5.67h3.63l2.23-1.89l2.81-0.12l1.64,3.78l10.51,1.46l0.31-3.86l3.48-1.26l0.16-1.38l-2.77-3.78l-6.17-4.96l3.24-2.95l-0.23-1.3l-4.06-0.63l-1.72-13.7l-0.2-3.15l-11.01-4.21l-4.88,1.1l-2.73,3.35l-2.42-0.16l-0.7,0.59l-5.39-0.35l-6.8-4.96l-2.53-2.77l-1.16,0.28l-2.09,2.39L569.65,217.95L569.65,217.95z"/>
<path id="path8936" d="M558.7,209.19l-2.23,2.36l-8.2-0.24l-4.92-2.95l-4.8-0.12l-5.51,3.9l-5.16,0.24l-0.47,2.95h-5.86l-2.34,2.13v1.18l1.41,1.18v1.3l-0.59,1.54l0.59,1.3l1.88-0.94l1.88,2.01l-0.47,1.42l-0.7,0.95l1.05,1.18l5.16,1.06l3.63-1.54v-2.24l1.76,0.35l4.22,2.48l4.57-0.71l1.99-1.89l1.29,0.47v2.13h1.76l1.52-2.95l13.36-1.42l5.83-0.71l-1.54-2.02l-0.03-2.73l1.17-1.4l-4.26-3.42l0.23-2.95h-2.34L558.7,209.19L558.7,209.19z"/>
<path id="path1705" d="M571.99,289.23l1.44,4.28v4.18l3.46,3.14l24.38-9.93l0.23-2.73l-3.91-7.02l-9.81,3.13l-5.63,5.54l-6.53-3.86L571.99,289.23L571.99,289.23z"/>
<path id="path10461" d="M598.38,280.84l7.39-4.26l1.31-6.25l-1.62-0.93l0.67-6.7l1.41-0.82l1.51,2.37l8.99,4.7v2.61l-10.89,16.03l-5.01,0.17L598.38,280.84L598.38,280.84z"/>
<path id="path10463" d="M594.01,264.94l0.87,3.48l9.86,0.87l0.69-7.14l1.9-1.04l0.52-2.61l-3.11,0.87l-3.46,5.23L594.01,264.94L594.01,264.94z"/>
<path id="path10465" d="M592.63,259.02l-0.52,4.01l1.54,1.17l1.4-0.13l0.52-5.05l-1.21-0.87L592.63,259.02L592.63,259.02z"/>
<path id="path10467" d="M583.29,247.17l-2.25-1.22l-1.56,1.57l0.17,3.14l3.63,1.39L583.29,247.17L583.29,247.17z"/>
<path id="path10469" d="M584,253.24l7.01,9.77l2.26,1.8l1.01,4.38l10.79,0.85l1.22,0.64l-1.21,5.4l-7.09,4.18l-10.37,3.14l-5.53,5.4l-6.57-3.83l-3.98,3.48L566,279.4l-3.8-1.74l-1.38-2.09v-4.53l-13.83-16.72l-0.52-2.96h3.98l4.84-4.18l0.17-2.09l-1.38-1.39l2.77-2.26l5.88,0.35l10.03,8.36l5.92-0.27l0.38,1.46L584,253.24L584,253.24z"/>
<path id="path11229" d="M546.67,229.13l-0.35,2.54l2.82,1.18l-0.12,7.04l2.82-0.06l2.82-2.13l1.06-0.18l6.4-5.09l1.29-7.39l-12.79,1.3l-1.35,2.96L546.67,229.13L546.67,229.13z"/>
<path id="path11231" d="M564.31,225.03l-1.56,7.71l-6.46,5.38l0.41,2.54l6.31,0.43l10.05,8.18l5.62-0.16l0.15-1.89l2.06-2.21l2.88,1.63l0.38-0.36l-5.57-7.41l-2.64-0.16l-3.51-4.51l0.7-3.32l1.07-0.14l0.37-1.47l-4.78-5.03L564.31,225.03L564.31,225.03z"/>
<path id="path11233" d="M548.9,240.78l-2.46,8.58l-0.11,1.31h3.87l4.33-3.82l0.11-1.45l-1.77-1.81l3.17-2.63l-0.46-2.44l-0.87,0.2l-2.64,1.89L548.9,240.78L548.9,240.78z"/>
<path id="path11235" d="M546.2,232.44l0.06,1.95l-0.82,2.96l2.82,0.24l0.18-4.2L546.2,232.44L546.2,232.44z"/>
<path id="path11237" d="M545.32,238.06l-1.58,5.03l2.05,6.03l2.35-8.81v-1.89L545.32,238.06L545.32,238.06z"/>
<path id="path11239" d="M543.21,229.84l1.23,0.89l-3.81,3.61l-1.82-0.06l-1.35-0.95l0.18-1.77l2.76-0.18L543.21,229.84L543.21,229.84z"/>
<path id="path1730" d="M515.46,102.14l2.02-1.48L517.3,99l-1.28-0.74l0.18-2.03h1.1v-1.11l-4.77-1.29l-7.15,0.74l-0.73,3.14L503,97.16l-1.1-1.85l-3.49,0.18L498.04,99l-1.65,0.74l-0.92-1.85l-7.34,5.91l1.47,1.66l-2.75,1.29l-6.24,12.38l-2.2,1.48l0.18,1.11l2.2,1.11l-0.55,2.4l-3.67-0.19l-1.1-1.29l-2.38,2.77l-1.47,1.11l-0.37,2.59l-1.28,0.74l-3.3,0.74l-1.65,5.18l1.1,8.5l1.28,3.88l1.47,1.48l3.3-0.18l4.77-4.62l1.83-3.14l0.55,4.62l3.12-5.54l0.18-15.53l2.54-1.6l0.76-8.57l7.7-11.09l3.67-1.29l1.65-2.03l5.5,1.29l2.75,1.66l0.92-4.62l4.59-2.77L515.46,102.14L515.46,102.14z"/>
<path id="path1732" d="M446.12,149.08l-1.83,2.77l0.73,1.11h4.22v1.85l-1.1,1.48l0.73,3.88l2.38,4.62l1.83,4.25l2.93,1.11l1.28,2.22l-0.18,2.03l-1.83,1.11l-0.18,0.92l1.28,0.74l-1.1,1.48l-2.57,1.11l-4.95-0.55l-7.71,3.51l-2.57-1.29l7.34-4.25l-0.92-0.55l-3.85-0.37l2.38-3.51l0.37-2.96l3.12-0.37l-0.55-5.73l-3.67-0.18l-1.1-1.29l0.18-4.25l-2.2,0.18l2.2-7.39l4.04-2.96L446.12,149.08L446.12,149.08z"/>
<path id="path1734" d="M438.42,161.47l-3.3,0.37l-0.18,2.96l2.2,1.48l2.38-0.55l0.92-1.66L438.42,161.47L438.42,161.47z"/>
<path id="path1304" d="M439.51,166.55l-0.91,6l-8.07,2.96h-2.57l-1.83-1.29v-1.11l4.04-2.59l-1.1-2.22l0.18-3.14l3.49,0.18l1.6-3.76l-0.21,3.34l2.71,2.15L439.51,166.55L439.51,166.55z"/>
<path id="path1306" d="M497.72,104.58l1.96,1.81h3.67l2.02,3.88l0.55,6.65l-4.95,3.51v3.51l-3.49,4.81l-2.02,0.18l-2.75,4.62l0.18,4.44l4.77,3.51l-0.37,2.03l-1.83,2.77l-2.75,2.4l0.18,7.95l-4.22,1.48l-1.47,3.14h-2.02l-1.1-5.54l-4.59-7.04l3.77-6.31l0.26-15.59l2.6-1.43l0.63-8.92l7.41-10.61L497.72,104.58L497.72,104.58z"/>
<path id="path1308" d="M506.79,116.94l2.07,0.91l1.28,2.4l-1.28,1.66l-6.42,7.02l-1.1,3.7l1.47,5.36l4.95,3.7l6.6-3.14l5.32-0.74l4.95-7.95l-3.67-8.69l-3.49-8.32l0.55-5.36l-2.2-0.37l-0.57-3.91l-2.96-4.83l-3.28,2.27l-1.29,5.27l-3.48-2.09l-4.84-1.18l-1.08,1.26l1.86,1.68l3.39-0.06l2.73,4.41L506.79,116.94L506.79,116.94z"/>
<path id="path2070" d="M518.07,151.37l-6.85-1.11l0.15,3.83l6.35,3.88l2.6-0.76l-0.15-2.92L518.07,151.37L518.07,151.37z"/>
<path id="path2072" d="M506.76,147.64l-1.55-0.05l-0.9,0.91l0.65,0.96l1.55,0.1l0.8-1.16L506.76,147.64L506.76,147.64z"/>
<path id="path2074" d="M506.61,151.72l-1.5-0.15l-2.7,3.23v1.51l0.9,0.35l1.75,0.05l2.9-2.37l0.4-0.81L506.61,151.72L506.61,151.72z"/>
<path id="path2076" d="M510.81,154.7l-2.15-0.05l-2.95,2.82h-2.5l0.15,3.53l-1.5,2.77l5.4,0.05l1.55-0.2l1.55,1.87l3.55-0.15l3.4-4.33l-0.2-2.57L510.81,154.7L510.81,154.7z"/>
<path id="path2836" d="M510.66,166.29l1.5,2.47l-0.6,1.97l0.1,1.56l0.55,1.87l3.1-1.76l3.85,0.1l2.7,1.11h6.85l2-4.79l1.2-1.81v-1.21l-4.3-6.05l-3.8-1.51l-3.1-0.35l-2.7,0.86l0.1,2.72l-3.75,4.74L510.66,166.29L510.66,166.29z"/>
<path id="path1745" d="M511.46,174.76l0.85,1.56l0.2,1.66l-0.7,1.61l-1.6,3.08l-1.35,0.61l-1.75-0.76l-1.05,0.05l-2.55,0.96l-2.9-0.86l-4.7-3.33l-4.6-2.47l-1.85-2.82l-0.35-6.65l3.6-3.13l4.7-1.56l1.75-0.2l-0.7,1.41l0.45,0.55l7.91,0.15l1.7-0.05l2.8,4.29l-0.7,1.76l0.3,2.07L511.46,174.76L511.46,174.76z"/>
<path id="path4356" d="M448.36,205h-12.74l-2.57-1.16l-1.24,0.09l-1.5,3.12l0.53,3.21l4.87,0.45l0.62,2.05l-2.12,11.95l0.09,2.14l3.45,1.87l3.98,0.27l7.96-1.96l3.89-4.9l0.09-4.99l6.9-6.24l0.35-2.76l-6.28-0.09L448.36,205L448.36,205z"/>
<path id="path4358" d="M430.93,211.24l-0.62,8.65l-1.77,1.6l0.18,0.98l1.24,2.05l-0.8,2.5l1.33,0.45l3.1-0.36l-0.18-2.5l2.03-11.59l-0.44-1.6L430.93,211.24L430.93,211.24z"/>
<path id="path4360" d="M461.1,217.21l-1.59,0.54l0.35,1.43h2.3l0.97-1.07L461.1,217.21L461.1,217.21z"/>
<path id="path4362" d="M477.56,213.38l-2.65,1.34l0.35,5.17l2.12,0.36l1.59-1.52v-4.9L477.56,213.38L477.56,213.38z"/>
<path id="path4364" d="M477.83,206.96l-1.95,1.96l-0.18,1.78l1.59,0.98l0.62-0.09l0.35-2.59L477.83,206.96L477.83,206.96z"/>
<path id="path4366" d="M460.4,178.7l-2.21,0.54l-4.42,4.81l-1.33,0.09l-1.77-1.25l-1.15,0.27l-0.88,2.76l-6.46,0.18l0.18,1.43l4.42,2.94l5.13,4.1l-0.09,4.9l-2.74,4.81l5.93,2.85l6.02,0.18l1.86-2.14l3.8,0.09l1.06,0.98l3.8-0.27l1.95-2.5l-2.48-2.94l-0.18-1.87l0.53-2.05l-1.24-1.78l-2.12,0.62l-0.27-1.6l4.69-5.17v-3.12l-3.1-1.78l-1.59-0.27L460.4,178.7L460.4,178.7z"/>
<path id="path5126" d="M470.09,168.27l-4.53,2.23l0.96,0.87l0.1,2.23l-0.96-0.19l-1.06-1.65l-2.53,4.01l3.89,0.81l1.45,1.53l0.77,0.02l0.51-3.46l2.45-1.03L470.09,168.27L470.09,168.27z"/>
<path id="path5128" d="M461.61,176.52l-0.64,1.6l6.88,4.54l1.98,0.47l0.07-2.15l-1.73-1.94h-1.06l-1.45-1.65L461.61,176.52L461.61,176.52z"/>
<path id="path5130" d="M471.14,167.88l3.57-0.58v-2.52l2.99-0.49l1.64,1.65l1.73,0.19l2.7-1.17l2.41,0.68l2.12,1.84l0.29,6.89l2.12,2.82l-2.79,0.39l-4.63,2.91l0.39,0.97l4.14,3.88l-0.29,1.94l-3.85,1.94l-3.57,0.1l-0.87,1.84h-1.83l-0.87-1.94l-3.18-0.78l-0.1-3.2l-2.7-1.84l0.29-2.33l-1.83-2.52l0.48-3.3l2.5-1.17L471.14,167.88L471.14,167.88z"/>
<path id="path5890" d="M476.77,151.5l-4.15,4.59l-0.15,2.99l1.89,4.93l2.96-0.56l-0.37-4.03l2.04-2.28l-0.04-1.79l-1.44-3.73L476.77,151.5L476.77,151.5z"/>
<path id="path5892" d="M481.44,159.64l-0.93-0.04l-1.22,1.12l0.15,1.75l2.89,0.08l0.15-1.98L481.44,159.64L481.44,159.64z"/>
<path id="path5894" d="M498.49,150.17l-2.11,1.67l1.06,2.45l1.87-1.82L498.49,150.17L498.49,150.17z"/>
<path id="path6654" d="M472.91,189.38l-4.36,4.64l0.09,0.47l1.79-0.56l1.61,2.24l2.72-0.96l1.88,1.46l0.77-0.44l2.32-3.64l-0.59-0.56l-2.29-0.06l-1.11-2.27L472.91,189.38L472.91,189.38z"/>
<path id="path7414" d="M488.43,184.87h2.97h1.46l2.37,1.69l4.39-3.65l-4.26-3.04l-4.22-2.04l-2.89,0.52l-3.92,2.52L488.43,184.87L488.43,184.87z"/>
<path id="path8174" d="M495.84,187.13l0.69,0.61l0.09,1.04l7.63-0.17l5.64-2.43l-0.09-2.47l-1.08,0.48l-1.55-0.83l-0.95-0.04l-2.5,1l-3.4-0.82L495.84,187.13L495.84,187.13z"/>
<path id="path1762" d="M480.63,190.12l-0.65,1.35l0.56,0.96l2.33-0.48h1.98l2.15,1.82l4.57-0.83l3.36-2l0.86-1.35l-0.13-1.74l-3.02-2.26l-4.05,0.04l-0.34,2.3l-4.26,2.08L480.63,190.12L480.63,190.12z"/>
<path id="path9694" d="M496.74,189.6l-1.16,1.82l0.09,2.78l1.85,0.95l5.69,0.17l7.93-6.68l0.04-1.48l-0.86-0.43l-5.73,2.6L496.74,189.6L496.74,189.6z"/>
<path id="path10454" d="M494.8,191.99l-2.54,1.52l-4.74,1.04l0.95,2.74l3.32,0.04l3.06-2.56L494.8,191.99L494.8,191.99z"/>
<path id="path11214" d="M495.62,195.16l-3.53,2.91h-3.58l-0.43,2.52l1.64,0.43l0.82-1.22l1.29,1.13l1.03,3.6l7.07,3.3l0.7-0.8l-7.17-7.4l0.73-1.35l6.81-0.26l0.69-2.17l-4.44,0.13L495.62,195.16L495.62,195.16z"/>
<path id="path11974" d="M494.8,198.94l-0.37,0.61l6.71,6.92l2.46-3.62l-0.09-1.43l-2.15-2.61L494.8,198.94L494.8,198.94z"/>
<path id="path12734" d="M472.27,196.98l-0.62,1.57l0.17,1.71l2.39,2.79l3.76-0.13l8.3,9.64l5.18,1.5l3.06,2.89l0.73,6.59l1.64-0.96l1.42-3.59l-0.35-2.58l2.43-0.22l0.35-1.46l-6.85-3.28l-6.5-6.39l-2.59-3.82l-0.63-3.63l3.31-0.79l-0.85-2.39l-2.03-1.71l-1.75-0.08l-2.44,0.67l-2.3,3.22l-1.39,0.92l-2.15-1.32L472.27,196.98L472.27,196.98z"/>
<path id="path13494" d="M492.44,223.02l-1.45-0.78l-4.95,0.78l0.17,1.34l4.45,2.24l0.67,0.73l1.17,0.17L492.44,223.02L492.44,223.02z"/>
<path id="path13496" d="M492.61,230.47l-1.67,0.34l0.06,1.85l1.5,0.5l0.67-0.56L492.61,230.47L492.61,230.47z"/>
<path id="path14256" d="M515.57,173.15l-2.9,1.63l0.72,3.08l-2.68,5.65l0.02,2.49l1.26,0.8l8.08,0.4l2.26-1.87l2.42,0.81l3.47,4.63l-2.54,4.56l3.02,0.88l3.95-4.55l2.26,0.41l2.1,1.46l-1.85,2.44l2.5,3.9h2.66l1.37-2.6l2.82-0.57l0.08-2.11l-5.24-0.81l0.16-2.27h5.08l5.48-4.39l2.42-2.11l0.4-6.66l-10.8-0.97l-4.43-6.25l-3.06-1.05l-3.71,0.16l-1.67,4.13l-7.6,0.1l-2.47-1.14L515.57,173.15L515.57,173.15z"/>
<path id="path15016" d="M520.75,187.71l3.1,4.77l-0.26,2.7l1.11,0.05l2.63-4.45l-3.16-3.92l-1.79-0.74L520.75,187.71L520.75,187.71z"/>
<path id="path15776" d="M512.18,187.6l-0.26,1.48l-5.79,4.82l4.84,7.1l3.1,2.17h5.58l1.84-1.54l2.47-0.32l1.84,1.11l3.26-3.71l-0.63-1.86l-3.31-0.85l-2.26-0.11l0.11-3.18l-3-4.72L512.18,187.6L512.18,187.6z"/>
<path id="path16536" d="M505.55,194.54l-2.05,1.54h-1l-0.68,2.12l2.42,2.81l0.16,2.23l-3,4.24l0.42,1.27l1.74,0.32l1.37-1.86l0.74-0.05l1.26,1.22l3.84-1.17l-0.32-5.46L505.55,194.54L505.55,194.54z"/>
<path id="path17296" d="M511.44,202.39l0.16,4.98l1.68,3.5l6.31,0.11l2.84-2.01l2.79-1.11l-0.68-3.18l0.63-1.7l-1.42-0.74l-1.95,0.16l-1.53,1.54l-6.42,0.05L511.44,202.39L511.44,202.39z"/>
<path id="path18056" d="M504.02,209.76v4.61l1.32,2.49l0.95-0.11l1.63-2.97l-0.95-1.33l-0.37-3.29l-1.26-1.17L504.02,209.76L504.02,209.76z"/>
<path id="path18816" d="M510.92,208.01l-3.37,1.11l0.16,2.86l0.79,1.01l4-1.86L510.92,208.01L510.92,208.01z"/>
<path id="path19576" d="M506.71,217.6l-0.11,1.33l4.63,2.33l2.21,0.85l-1.16,1.22l-2.58,0.26l-0.37,1.17l0.89,2.01l2.89,1.54l1.26,0.11l0.16-3.45l1.89-2.28l-5.16-6.1l0.68-2.07l1.21-0.05l1.84,1.48l1.16-0.58l0.37-2.07l5.42,0.05l0.21-3.18l-2.26,1.59l-6.63-0.16l-4.31,2.23L506.71,217.6L506.71,217.6z"/>
<path id="path20336" d="M523.02,209.7l-0.16,3.55l3.1-0.95l1.42-0.95l-0.42-1.54l-1.47-1.17L523.02,209.7L523.02,209.7z"/>
<path id="path21096" d="M516.76,230.59l1.63,0.05l0.68,1.01h2.37l1.58-0.58l0.53,0.64l-1.05,1.38l-4.63,0.16l-0.84-1.11l-0.89-0.53L516.76,230.59L516.76,230.59z"/>
</svg>
/branches/refact/services/presentations/images/cartes/fragrille.svg
New file
0,0 → 1,3722
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.0"
x="0"
y="0"
width="744.094482"
height="1052.36218"
viewBox="-130372.3 -5686867.2 1200851.3 1118189.4"
id="svg602"
sodipodi:version="0.34"
inkscape:version="0.43"
sodipodi:docname="/home/david/sig/fragrille.svg"
sodipodi:docbase="/home/david/sig"
xmlns:xlink="http://www.w3.org/1999/xlink">
<metadata
id="metadata1709">
<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>
<sodipodi:namedview
inkscape:window-height="729"
inkscape:window-width="1280"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base"
inkscape:zoom="1"
inkscape:cx="181.67193"
inkscape:cy="631.7835"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:current-layer="svg602" />
<defs
id="defs701">
<linearGradient
id="linearGradient1974">
<stop
style="stop-color:#000;stop-opacity:1;"
offset="0"
id="stop1975" />
<stop
style="stop-color:#fff;stop-opacity:1;"
offset="1"
id="stop1976" />
</linearGradient>
<linearGradient
xlink:href="#linearGradient1974"
id="linearGradient1977" />
<linearGradient
xlink:href="#linearGradient1974"
id="linearGradient1978" />
<radialGradient
xlink:href="#linearGradient1974"
id="radialGradient1979"
cx="0.5"
cy="0.5"
r="0.5"
fx="0.5"
fy="0.5" />
<radialGradient
xlink:href="#linearGradient1974"
id="radialGradient1980"
cx="0.5"
cy="0.5"
r="0.5"
fx="0.5"
fy="0.5" />
</defs>
<g
style="font-size:12;fill:white;stroke:#000000;stroke-width:600.4;stroke-linecap:round;stroke-linejoin:round;"
id="fra">
<path
d="M 505115.8 -5440680 L 505491.8 -5441181 L 506226.1 -5441310 L 506660.4 -5441953 L 506726.2 -5443411 L 507554.9 -5442682 L 508149.1 -5442763 L 508402.6 -5443031 L 508157.1 -5443302 L 507689.1 -5443859 L 509145.1 -5443744 L 509124.8 -5444127 L 510256.9 -5445118 L 509897.8 -5445601 L 509132.8 -5445648 L 508159.8 -5446242 L 508235.8 -5448822 L 507352.1 -5449548 L 506201.8 -5446843 L 506754.5 -5445085 L 505985.6 -5445711 L 505820.2 -5446056 L 506115.6 -5448310 L 505857.9 -5449027 L 505188.5 -5449365 L 504493.8 -5449040 L 504264.3 -5449315 L 504344.2 -5450297 L 503686.7 -5450578 L 503051.2 -5450848 L 502425.4 -5450484 L 502133.8 -5451196 L 501093.6 -5451654 L 500336.3 -5451511 L 499998.9 -5451322 L 499786.3 -5450999 L 499919.3 -5449477 L 500334.2 -5448405 L 501737 -5448753 L 502053.7 -5448051 L 502438.7 -5448020 L 502488.1 -5447695 L 502642.7 -5446420 L 501855.8 -5446510 L 501463.9 -5446570 L 501046.9 -5447618 L 499277.3 -5448949 L 498779.2 -5448391 L 498523.6 -5448114 L 498169.9 -5448274 L 497827.2 -5448454 L 497656.8 -5448790 L 497664 -5450946 L 497279.7 -5451819 L 496884.6 -5452799 L 497294.8 -5453388 L 499616.7 -5453765 L 500010.8 -5453804 L 500814.4 -5453065 L 500560.1 -5452388 L 501564.4 -5451985 L 502736.3 -5452887 L 502320.7 -5454659 L 502320.6 -5454709 L 502291.4 -5455099 L 501846.3 -5456575 L 502143.7 -5457270 L 501908.7 -5457791 L 501905.4 -5458167 L 502464.4 -5458668 L 502421.8 -5459389 L 502099.2 -5459579 L 501304.8 -5458892 L 500936.9 -5458935 L 501235.3 -5459635 L 500568.9 -5459972 L 499480.2 -5459652 L 499098 -5460586 L 497729.2 -5461247 L 497977.7 -5461465 L 498349.8 -5462002 L 497526.9 -5463063 L 497312.4 -5463334 L 499789.1 -5465122 L 500045.7 -5465420 L 500559.2 -5465164 L 500838.1 -5465093 L 502445.4 -5464179 L 502554.7 -5463819 L 503409.2 -5465048 L 504906.6 -5466216 L 505203.7 -5466282 L 505506.4 -5467126 L 505814.6 -5469223 L 506778.6 -5469691 L 506524 -5471882 L 506873 -5471853 L 506900.4 -5474068 L 506851.1 -5474438 L 506834.5 -5474637 L 506811.9 -5474838 L 506789 -5475886 L 507214.1 -5476443 L 507955.9 -5476356 L 508759.4 -5475608 L 511584.1 -5476460 L 511918.4 -5476627 L 511683.8 -5476819 L 511995.8 -5477301 L 511756.4 -5477599 L 511199.4 -5478107 L 510877.6 -5478227 L 509352.1 -5478978 L 509003.3 -5479059 L 507709.5 -5479663 L 507649.9 -5480360 L 508886.3 -5481061 L 508740.2 -5482492 L 508393.5 -5482663 L 507721.4 -5483601 L 507377.7 -5483765 L 506933.6 -5485183 L 508827.4 -5485606 L 509221.6 -5486685 L 509079 -5487843 L 509481.3 -5488018 L 509500.1 -5489890 L 509106.4 -5490540 L 509156 -5491300 L 510025.6 -5491628 L 509958.2 -5491933 L 509743.8 -5492242 L 508955.2 -5493897 L 508836.5 -5494537 L 508591.1 -5494811 L 507352.8 -5496066 L 507153.3 -5496318 L 506744.4 -5496816 L 506961.6 -5496919 L 507875.8 -5497522 L 508132.3 -5497794 L 507967 -5498116 L 508126.4 -5498780 L 507640.5 -5499748 L 506955 -5499938 L 507167.3 -5500597 L 507760.7 -5500826 L 507812.1 -5501499 L 508139.3 -5501615 L 508920.2 -5501112 L 509169.1 -5502042 L 509018.9 -5502398 L 508389.9 -5503327 L 509086.4 -5505039 L 508562.6 -5506076 L 508688.6 -5506066 L 508203.3 -5508260 L 507267.7 -5509342 L 507173.5 -5509695 L 506987.8 -5510770 L 506837 -5511791 L 507255 -5512756 L 506870.1 -5512779 L 505334.4 -5512807 L 504724.5 -5513259 L 504872.2 -5513581 L 504437.2 -5514472 L 505883.1 -5515489 L 506211.3 -5515625 L 506090.1 -5515974 L 506227.3 -5517041 L 505807.7 -5517643 L 505953.9 -5518237 L 506147.4 -5518505 L 505974.8 -5518681 L 505719.3 -5518901 L 504399.3 -5518776 L 504312.9 -5519506 L 504159.3 -5520160 L 505040.2 -5520674 L 505333.6 -5520866 L 505618.7 -5520953 L 505915.1 -5521143 L 506107.2 -5521684 L 506011 -5522032 L 505754.9 -5523815 L 505140 -5524703 L 505358.6 -5524990 L 505982.1 -5525269 L 506151.4 -5524965 L 506023.2 -5523943 L 506356.9 -5523846 L 508609.5 -5525775 L 508608.9 -5526058 L 508517 -5526580 L 508859.1 -5527598 L 508681 -5528910 L 508501.7 -5529215 L 508936.6 -5529666 L 509107.2 -5530411 L 509958.6 -5531650 L 511572.7 -5532842 L 511899.9 -5532952 L 512018.5 -5533251 L 511663.8 -5533349 L 511701.6 -5533710 L 511809.7 -5534711 L 512295.7 -5535228 L 513895.5 -5536291 L 514614.2 -5537175 L 514313.2 -5537122 L 513882.2 -5537551 L 513534.1 -5537439 L 512819 -5537298 L 511910.4 -5537855 L 511238.6 -5537867 L 511489.1 -5538109 L 512366.7 -5539896 L 512460.2 -5540119 L 514672 -5540777 L 516520.4 -5542149 L 516852.9 -5541951 L 517577.3 -5542231 L 517632.2 -5542201 L 517767.5 -5541876 L 518421.8 -5541627 L 518632.2 -5542292 L 518972.9 -5542207 L 519232.7 -5542150 L 519487.5 -5542078 L 520006.5 -5541190 L 519690.3 -5541057 L 520556.9 -5540491 L 521624.2 -5540763 L 521940.3 -5540862 L 522256.4 -5540963 L 523574.2 -5540579 L 524250.4 -5540753 L 524715.3 -5541741 L 525292 -5542127 L 525186.7 -5542474 L 525393.3 -5542794 L 526906 -5542876 L 527836.5 -5542286 L 528217.4 -5542297 L 528646.1 -5542682 L 529861 -5541817 L 530544.9 -5541878 L 530800.3 -5541602 L 530752.7 -5541303 L 534849.2 -5541050 L 535223 -5540980 L 536302.3 -5542274 L 536431.9 -5542588 L 536509.4 -5542827 L 538065.8 -5543213 L 538909.5 -5544673 L 539590.7 -5544878 L 539960.6 -5544895 L 540775.2 -5544796 L 541336.2 -5544387 L 541598.7 -5544149 L 542674.8 -5543802 L 543650.3 -5542649 L 543724.5 -5542275 L 543875.9 -5541967 L 544113.4 -5541717 L 544639.1 -5542140 L 544896.5 -5542358 L 545256.7 -5542501 L 546191.6 -5543061 L 547239.5 -5542590 L 547543.8 -5543264 L 547216.1 -5543405 L 547255.9 -5544335 L 547792.2 -5545041 L 548090.2 -5545087 L 550640 -5546281 L 550982.1 -5546379 L 551325.6 -5546691 L 551761.4 -5546123 L 553303.4 -5545245 L 553528.8 -5544966 L 555338 -5544701 L 555645.5 -5544487 L 555841.8 -5544144 L 556962.1 -5544412 L 558217.3 -5543573 L 558564.9 -5543400 L 559733.3 -5544273 L 560078.5 -5544389 L 560878.9 -5543590 L 562362.1 -5543281 L 563338.9 -5542708 L 563414.2 -5542337 L 563057 -5542208 L 563662 -5541729 L 563722.9 -5540580 L 563719.2 -5540193 L 566034.8 -5541766 L 566253.3 -5542063 L 567693.9 -5542458 L 568073.8 -5542450 L 568186.2 -5542155 L 570494.5 -5544117 L 571016.9 -5543798 L 571147.3 -5543448 L 571440.3 -5542368 L 570387.4 -5539591 L 570446.4 -5538482 L 570786.6 -5538617 L 572233.6 -5538685 L 572651.8 -5537673 L 573380.8 -5537689 L 573803.2 -5537347 L 574072 -5537249 L 575048.7 -5537681 L 577220.7 -5537173 L 577578.5 -5537061 L 577914.7 -5536032 L 579016 -5536233 L 579384.8 -5536155 L 581634 -5536847 L 581956.7 -5536991 L 582182 -5537298 L 582348.8 -5536875 L 582795.2 -5536611 L 583929.3 -5536960 L 584439.9 -5536843 L 584606.6 -5536420 L 585257.1 -5536382 L 585779.2 -5536050 L 585693.2 -5534965 L 585999.8 -5534621 L 586634.8 -5534872 L 587568.7 -5534922 L 588355 -5535036 L 588774 -5535225 L 588613.5 -5534765 L 588541.1 -5534556 L 588367.2 -5533411 L 587771.5 -5532443 L 587570.6 -5530128 L 587893.5 -5529487 L 588722.3 -5529354 L 588967.3 -5528765 L 589645.1 -5528607 L 590318.5 -5528809 L 590266.8 -5528428 L 589976.8 -5524276 L 589943.2 -5523927 L 589908.6 -5523577 L 589699.1 -5523273 L 588823.9 -5522634 L 588585.5 -5521237 L 588113.6 -5520761 L 587522.7 -5517889 L 587866.5 -5517770 L 588426.3 -5516467 L 588277.7 -5516134 L 587211 -5515209 L 586954.5 -5514936 L 587371.6 -5514343 L 587539.1 -5514007 L 588274.5 -5514215 L 589550.3 -5513405 L 589914.5 -5512330 L 588749.7 -5511344 L 588451.3 -5509918 L 588563.7 -5509568 L 588410 -5509143 L 588053.7 -5508990 L 586956.9 -5508613 L 586752.4 -5508365 L 585972.3 -5507812 L 586054.7 -5507469 L 585488.5 -5506203 L 585556.1 -5505943 L 585170.9 -5505846 L 584087.9 -5505367 L 583748.7 -5505268 L 583098.1 -5504991 L 582793.8 -5504833 L 582801.6 -5503566 L 581340.4 -5503583 L 581330.7 -5503195 L 581263.1 -5500516 L 580724.2 -5499499 L 580623.6 -5498579 L 580243.4 -5498504 L 579204.5 -5498104 L 577423.5 -5498832 L 575912 -5498698 L 575689.5 -5499015 L 575315.4 -5499021 L 575061.9 -5497612 L 574179.7 -5497005 L 574563.7 -5496366 L 575740.3 -5494887 L 576688.7 -5494424 L 576970.3 -5494181 L 576685 -5493491 L 576867.5 -5492007 L 577893 -5491591 L 576677.6 -5489770 L 576011.9 -5489439 L 576126.7 -5488716 L 577261.6 -5488516 L 577853.9 -5488060 L 577836.6 -5486159 L 577771 -5485795 L 576761.2 -5486078 L 576477.7 -5484693 L 575373.4 -5484628 L 575345.7 -5484271 L 575382.9 -5483199 L 575398.4 -5482880 L 575452.8 -5481925 L 575448.2 -5481560 L 575450.5 -5481186 L 575512.2 -5480446 L 577288.9 -5477662 L 576943 -5477799 L 576610.7 -5477684 L 575912.4 -5477612 L 575224.8 -5476815 L 575360.3 -5476523 L 575654.3 -5475322 L 576100.4 -5473597 L 576020.8 -5473221 L 575468 -5472275 L 575258.4 -5470820 L 575305.7 -5470438 L 575172.7 -5468127 L 574151.4 -5468145 L 573519.8 -5467927 L 573454.4 -5468277 L 573180.5 -5468935 L 571599.3 -5470193 L 571226.3 -5470224 L 569760.5 -5469995 L 569514 -5470286 L 567805.1 -5472311 L 567689.6 -5472611 L 567075.7 -5473336 L 566824.2 -5473071 L 566037 -5471940 L 564980.2 -5471652 L 564639.9 -5471511 L 563450.1 -5470657 L 562383.4 -5470371 L 562184.9 -5470115 L 562364.8 -5469494 L 562122.7 -5468904 L 561944.3 -5468686 L 561502.8 -5468479 L 561606.2 -5468125 L 562134.4 -5467617 L 562198.2 -5466912 L 561801 -5466300 L 560448.7 -5466875 L 560127.9 -5467053 L 559786.8 -5467615 L 559404.7 -5467614 L 558282.8 -5467804 L 557565.3 -5467581 L 557288.8 -5467336 L 556595.3 -5467123 L 556427.9 -5467450 L 556138.5 -5467266 L 555001.9 -5466524 L 554176.8 -5466577 L 553785.6 -5466510 L 553800 -5466189 L 553860.9 -5465550 L 553440.1 -5465169 L 553092.9 -5465097 L 551707.4 -5464987 L 551322.2 -5464903 L 550309 -5464368 L 549892.5 -5464166 L 548573.8 -5463924 L 548380.2 -5463585 L 547011.8 -5462932 L 546819.2 -5462614 L 546653.2 -5461516 L 546348.8 -5461304 L 546499.2 -5460984 L 547636.9 -5460174 L 547862.1 -5459697 L 547335.3 -5458787 L 547989.9 -5457923 L 548320.7 -5457774 L 547981.4 -5457653 L 547607.2 -5457036 L 548716 -5454588 L 549065 -5454520 L 549211.4 -5454187 L 548419.4 -5452627 L 547361.8 -5452446 L 547608.4 -5452189 L 547611.2 -5451488 L 548176.5 -5451055 L 549208.4 -5450873 L 549598.8 -5449931 L 550725.7 -5450817 L 550955.7 -5450244 L 551253.6 -5450158 L 551203.9 -5449782 L 550741.7 -5449182 L 551403.6 -5447898 L 552817.9 -5447324 L 553894.9 -5447737 L 554662.9 -5447640 L 554509.8 -5445870 L 554499.2 -5445507 L 554190.8 -5445332 L 553835.7 -5445319 L 553492.3 -5445120 L 552198.3 -5444209 L 551847 -5444111 L 551200.2 -5443773 L 550809.2 -5444381 L 550632.6 -5444650 L 549771 -5445014 L 549437.6 -5444846 L 547654.3 -5444362 L 545440.2 -5444628 L 545196.8 -5444450 L 545104.3 -5444201 L 545105 -5443479 L 544544 -5443026 L 544433.1 -5441970 L 543675.6 -5441206 L 543790 -5440867 L 544657.9 -5440682 L 545150.4 -5439733 L 545332.9 -5439418 L 546053.5 -5437379 L 546554.7 -5436853 L 546522 -5436469 L 546053.8 -5435860 L 544247.2 -5435784 L 544001.6 -5435480 L 543755.2 -5434747 L 543037.5 -5434470 L 542816.3 -5434383 L 542801.6 -5434002 L 542646.2 -5432105 L 542755.6 -5431769 L 544805.8 -5431532 L 544883.4 -5431852 L 547381.1 -5432429 L 547999.6 -5432027 L 548376.6 -5431981 L 549426.8 -5429624 L 548786 -5428725 L 548518.5 -5428462 L 548172.1 -5428311 L 546665.6 -5428264 L 546522.9 -5427912 L 545545 -5425864 L 545328.8 -5424034 L 544997.5 -5423934 L 543990.2 -5423958 L 543154.9 -5423372 L 543348.5 -5423082 L 543879.6 -5421872 L 543304 -5421641 L 542936.7 -5421535 L 541920.5 -5421004 L 541929.8 -5420621 L 541785.5 -5418736 L 541367.4 -5418164 L 539954.2 -5418323 L 538574.2 -5417993 L 538015.8 -5417261 L 537141.7 -5415647 L 536719.8 -5413463 L 536065.1 -5413193 L 535741.8 -5413044 L 535131.3 -5412893 L 535369.2 -5412203 L 535537.7 -5411878 L 535457.2 -5411582 L 535422.7 -5411277 L 535053.5 -5411240 L 534323.1 -5411119 L 533723.6 -5409772 L 533524 -5410059 L 532503.1 -5410293 L 532532.7 -5410613 L 533001.8 -5411749 L 532725.2 -5412017 L 531599.1 -5412154 L 530856.3 -5412989 L 529790.2 -5412553 L 529083.5 -5412851 L 529239 -5413108 L 529590.5 -5413905 L 529207.4 -5413919 L 528279.1 -5413351 L 527935.3 -5413519 L 527871.9 -5415012 L 526939.6 -5416142 L 527361.3 -5417597 L 526754 -5419771 L 526339.1 -5418742 L 524031.2 -5417441 L 523061.1 -5418646 L 522772.5 -5418908 L 522751.2 -5419303 L 522706.3 -5420486 L 522155.8 -5421967 L 521879.3 -5421731 L 520620.7 -5421004 L 519573.9 -5420700 L 519257.2 -5420877 L 518865.3 -5421554 L 518967.7 -5421769 L 519090.1 -5421973 L 518808.5 -5422231 L 518547.5 -5423347 L 518503.1 -5423716 L 517846.3 -5424984 L 516765.2 -5425056 L 516663.8 -5425382 L 516614.6 -5426352 L 516297.3 -5426230 L 516183.9 -5426577 L 515160.4 -5426944 L 515133 -5427269 L 514403.7 -5428275 L 512397.7 -5429016 L 511770.1 -5429842 L 511800.4 -5430543 L 512759.6 -5431118 L 513093.3 -5432550 L 513787.9 -5432823 L 513791.6 -5433185 L 513073.7 -5433868 L 513136 -5434538 L 513015.7 -5434907 L 512124.9 -5436173 L 511452.5 -5436562 L 511930.6 -5438701 L 511565.5 -5438660 L 510506.9 -5438933 L 509985.8 -5439446 L 508928.8 -5439537 L 508745.2 -5439742 L 508282.7 -5439497 L 505692.6 -5440163 L 505114.5 -5440679 L 505115.8 -5440680 z M 499175.1 -5451027 L 499285.2 -5451056 L 499331.5 -5451186 L 499487.6 -5451214 L 499546.4 -5451099 L 499577.7 -5451239 L 499665 -5451398 L 499734 -5451392 L 499866.3 -5451551 L 499727.6 -5451708 L 499755.1 -5451948 L 499765.1 -5451962 L 500090.1 -5451934 L 500076.3 -5452029 L 499919.9 -5452360 L 499725.1 -5452462 L 499434.8 -5452344 L 499339.9 -5452420 L 499047.6 -5452298 L 499120 -5452007 L 498773.7 -5451860 L 498612.4 -5451717 L 498606.3 -5451652 L 498801.3 -5451646 L 498890.1 -5451520 L 498827.7 -5451295 L 498946.5 -5451204 L 499002.6 -5451234 L 499056.6 -5451218 L 498970.3 -5451054 L 499050.4 -5451103 L 499175.3 -5451027 L 499175.1 -5451027 z "
id="path604" />
<path
d="M 465916 -5110241 L 465456.9 -5113727 L 465104.9 -5113754 L 464122 -5113941 L 463099.3 -5114907 L 462916.4 -5115227 L 463090.6 -5115934 L 462591.9 -5116889 L 462112.1 -5120864 L 462198.1 -5120964 L 461828.1 -5120974 L 461099.4 -5121806 L 460095.5 -5122147 L 460022.6 -5122519 L 459251.2 -5124239 L 459395.4 -5124970 L 459453.5 -5125351 L 458682.8 -5126190 L 456597.1 -5127163 L 456243.1 -5127016 L 455609 -5126695 L 455277.8 -5126007 L 454921.8 -5126096 L 454490.3 -5127500 L 454887.7 -5128853 L 454522.8 -5128990 L 452406.6 -5131248 L 452246.6 -5131294 L 452067.5 -5130979 L 451038.9 -5129163 L 450699.8 -5128994 L 450073.3 -5130351 L 448253.4 -5130564 L 446749.7 -5131626 L 446527.9 -5132330 L 445797 -5132491 L 446243.2 -5133077 L 446388.5 -5134067 L 447447.9 -5135081 L 448514.9 -5135069 L 448466 -5135436 L 448393.1 -5135801 L 448086.3 -5136480 L 446629.2 -5136229 L 445748.4 -5136879 L 444673.5 -5137047 L 444511.6 -5137382 L 444498.7 -5137750 L 444045.5 -5139868 L 444325.6 -5140106 L 444132.7 -5140443 L 444260 -5141171 L 444066.3 -5141929 L 444571.4 -5144607 L 446191.6 -5147270 L 446772.4 -5146748 L 447069.3 -5146494 L 447408.3 -5146537 L 448139.8 -5147637 L 448051.9 -5147966 L 447700.2 -5148627 L 448428.8 -5149935 L 450698.8 -5151883 L 451052.9 -5152014 L 452264 -5151991 L 454541.2 -5152203 L 455859.6 -5152859 L 457152.4 -5152222 L 459533.1 -5153337 L 459852.2 -5153548 L 460893.2 -5153371 L 461170.7 -5152370 L 461901.8 -5152511 L 462713.2 -5153226 L 463411.2 -5152987 L 463657.9 -5152308 L 463960.8 -5152085 L 464250 -5152330 L 465127.4 -5153047 L 466536.8 -5153597 L 467032.2 -5154163 L 469855.4 -5155939 L 469278.9 -5156905 L 469489.5 -5157978 L 468711.8 -5160482 L 467586.6 -5160361 L 467161.4 -5161770 L 466453.5 -5162036 L 466801.6 -5162154 L 468010.2 -5162871 L 467802.4 -5163184 L 467705.8 -5163918 L 468609.6 -5165065 L 468369.2 -5166161 L 468056.3 -5166330 L 466376.4 -5166824 L 466652.9 -5167577 L 469381.9 -5168681 L 469445.4 -5167941 L 470732.2 -5167269 L 471324.1 -5168619 L 471347.3 -5168997 L 470571.7 -5169785 L 470718.4 -5170900 L 471081.5 -5171009 L 472598.6 -5170854 L 473222.3 -5171785 L 474606.9 -5172329 L 474878.1 -5172587 L 474757.5 -5173279 L 475712.4 -5174426 L 476824.7 -5174537 L 476990.7 -5176026 L 476961 -5176405 L 478936 -5177397 L 479231.9 -5177200 L 479932.8 -5175458 L 480794.4 -5174718 L 481052 -5174024 L 482035.5 -5174423 L 482292.4 -5174165 L 482904.8 -5174555 L 483722.8 -5175786 L 485950.4 -5175990 L 486326.5 -5175981 L 487369.1 -5175089 L 487717.1 -5175012 L 487575.1 -5176413 L 487638.4 -5176761 L 489988.3 -5178791 L 490377.2 -5179833 L 491441.8 -5180293 L 491795 -5180460 L 492708.7 -5181091 L 492555.9 -5181438 L 492864.4 -5182073 L 494632.2 -5182652 L 494920.1 -5182407 L 495263.2 -5182385 L 495883.3 -5182352 L 496450.4 -5183596 L 497974.7 -5183547 L 499248.5 -5182831 L 500739.1 -5183152 L 501611.7 -5182436 L 501953.9 -5182608 L 502273.4 -5180504 L 502371.2 -5180156 L 503287.1 -5178480 L 505582.2 -5176513 L 505878.1 -5176270 L 507181.1 -5175887 L 507497.1 -5175763 L 509360.1 -5175138 L 510452.1 -5173503 L 510732 -5173223 L 510904.9 -5173002 L 512295.8 -5171091 L 514740.5 -5169827 L 515127.5 -5169745 L 516845.9 -5171002 L 517400.7 -5171823 L 519351.1 -5172974 L 520019 -5173896 L 520773.2 -5173944 L 521122.2 -5173795 L 521152.2 -5173815 L 522273.6 -5173902 L 522770.6 -5172457 L 523811.7 -5170862 L 525326.9 -5170517 L 526448.3 -5170672 L 526782.6 -5170877 L 527508 -5171132 L 528940.4 -5173704 L 529303.6 -5173833 L 531181.9 -5173425 L 532679.5 -5173559 L 532344.5 -5172453 L 532519 -5171716 L 533585.1 -5171347 L 534120.9 -5170804 L 533716.8 -5168261 L 533412.5 -5168023 L 534230.1 -5167197 L 534355.8 -5166822 L 535768.5 -5167063 L 536453.6 -5166862 L 536722.9 -5167101 L 536731.5 -5167851 L 539288.5 -5170611 L 539973 -5170946 L 540349.1 -5170874 L 541000.6 -5169984 L 541579.1 -5170315 L 541872.4 -5170562 L 542296 -5171164 L 541448.1 -5172886 L 541363.3 -5174374 L 541346.6 -5174757 L 542600.5 -5174067 L 543277.9 -5174248 L 543581.5 -5174832 L 543862.1 -5174175 L 545019.3 -5175109 L 543647 -5177759 L 544741.7 -5179272 L 545034 -5179518 L 545458 -5178092 L 547334.8 -5178126 L 547567.6 -5177816 L 547528.3 -5177446 L 547068.6 -5176861 L 548218.5 -5175016 L 548229 -5173161 L 549263.1 -5172809 L 549542 -5171349 L 549607.7 -5170982 L 550874.7 -5170345 L 550776.8 -5169255 L 552444.7 -5168328 L 552911.4 -5167740 L 552993.1 -5167366 L 553014.8 -5167036 L 553308.5 -5166563 L 553403.3 -5166293 L 554033.5 -5164982 L 554302.4 -5164724 L 554848.9 -5163819 L 554110.5 -5162473 L 554586.3 -5161892 L 555733.6 -5161719 L 556001.3 -5159889 L 556094 -5159511 L 556194.6 -5158927 L 556210.4 -5158631 L 556363.4 -5157232 L 556269.1 -5156887 L 555758.4 -5156230 L 555642.8 -5155495 L 556353.4 -5154592 L 557424.5 -5154226 L 558531.2 -5154549 L 559126.8 -5153701 L 559340.6 -5153382 L 560397 -5153281 L 561401.8 -5152409 L 561732 -5152546 L 563657.7 -5153793 L 564377.4 -5152958 L 563910.7 -5152335 L 564293.4 -5151744 L 564353.4 -5151728 L 565065.9 -5152001 L 565735 -5151715 L 565492.5 -5149812 L 565871.2 -5149161 L 567622.4 -5148373 L 568341.7 -5148348 L 568449 -5148722 L 568760.7 -5149428 L 569410.3 -5149853 L 569794.5 -5149926 L 571155.7 -5149372 L 572637.5 -5149486 L 572983.5 -5149344 L 572562.3 -5148034 L 573198.5 -5147924 L 573549.7 -5147966 L 574254.2 -5148150 L 576320.7 -5146228 L 576369.4 -5145868 L 576068.7 -5145178 L 576492.9 -5143846 L 575462.1 -5143433 L 575940.6 -5142501 L 575935.3 -5142124 L 575661 -5141896 L 575082.4 -5141509 L 575126.2 -5141156 L 575294 -5140848 L 575395.6 -5140179 L 574607.5 -5139081 L 574872.9 -5138028 L 574954.7 -5137675 L 575717.9 -5136048 L 575490.6 -5134224 L 575424.3 -5133860 L 575445.1 -5133500 L 575319.6 -5131408 L 575990.8 -5131303 L 576830.2 -5131287 L 575334.8 -5130166 L 574259.6 -5130509 L 572406.7 -5130295 L 572439.7 -5128805 L 572442.6 -5128590 L 571202.6 -5127746 L 568922.5 -5127377 L 568211.6 -5126446 L 568755.2 -5125459 L 567788.7 -5125212 L 567433.6 -5125308 L 566898.2 -5125062 L 566411.4 -5124070 L 564997.8 -5123878 L 564623.6 -5123842 L 561693.3 -5123317 L 561335.9 -5121215 L 561033.9 -5121367 L 559445.6 -5121698 L 559067.4 -5121628 L 558758.2 -5121399 L 559085.5 -5119932 L 559993.4 -5119193 L 560664.8 -5117784 L 560295.1 -5116708 L 560394.5 -5115538 L 561467.7 -5113458 L 561959.5 -5112848 L 561696.3 -5112650 L 560568.7 -5112108 L 560450.5 -5111752 L 561338.5 -5109323 L 560759.2 -5107182 L 561483.3 -5106960 L 562701.7 -5105072 L 562931.6 -5104768 L 562574.2 -5104133 L 562706.9 -5103410 L 561759.3 -5100625 L 561912.2 -5100262 L 562590.8 -5096862 L 563287.4 -5095483 L 563499.1 -5094777 L 563865.2 -5094720 L 563840.2 -5094695 L 563569 -5094429 L 563193.5 -5093434 L 562152 -5093034 L 561799.8 -5092877 L 559995.8 -5091690 L 558307.8 -5092548 L 557935.7 -5092447 L 557592.2 -5091357 L 556931.9 -5090979 L 554410.7 -5091779 L 553814.2 -5090839 L 554032.8 -5089710 L 553238.3 -5088882 L 553233.6 -5086972 L 553018.7 -5087247 L 552343.9 -5088027 L 552197 -5088362 L 551980.5 -5089735 L 551094.6 -5090304 L 550724.5 -5090285 L 548962.3 -5090758 L 548411 -5090268 L 548272.1 -5090612 L 547917.9 -5092778 L 546948.3 -5094300 L 546911.4 -5094671 L 545767.9 -5096537 L 544980 -5097246 L 544646.9 -5097088 L 544167.6 -5096534 L 542372.3 -5096580 L 542253.1 -5096231 L 541919.1 -5096293 L 541628 -5096089 L 541113.2 -5096896 L 539749.9 -5096777 L 539732.6 -5096118 L 537120.2 -5096086 L 536077.9 -5095679 L 535730.8 -5095529 L 535380.7 -5095390 L 535620.6 -5097579 L 535284 -5098642 L 535592.1 -5098852 L 535951.2 -5098952 L 535077.5 -5100085 L 535079.8 -5100816 L 534820.9 -5101073 L 534531.1 -5101560 L 533851.8 -5101166 L 533090.7 -5101220 L 532100 -5102376 L 531908.1 -5102717 L 530593.6 -5101868 L 529065.3 -5101609 L 528005.7 -5100482 L 525468 -5099530 L 525142.9 -5099312 L 525109 -5099664 L 525196.3 -5100361 L 523973.4 -5100974 L 523767.5 -5101248 L 523082.4 -5101198 L 522840.6 -5101706 L 522495.5 -5101546 L 521446.4 -5101720 L 520783.2 -5101380 L 519298.2 -5101690 L 519037.1 -5101529 L 518150.9 -5101314 L 517807.9 -5101401 L 517280 -5101801 L 517438.1 -5102119 L 517108.1 -5102202 L 516614.9 -5101856 L 516044.1 -5102692 L 513334.8 -5102516 L 513327.5 -5101752 L 512959.5 -5101682 L 509345.4 -5102284 L 508879.5 -5102830 L 508608.6 -5103068 L 508434.6 -5103265 L 508201.6 -5103386 L 507881.6 -5103385 L 507257.6 -5103477 L 507057.7 -5103809 L 507181.1 -5104955 L 506500.7 -5106741 L 503353.1 -5105507 L 502486.3 -5106262 L 502181.2 -5106039 L 501482.1 -5105754 L 501136 -5105616 L 500568.1 -5106014 L 500157.4 -5107039 L 499022.7 -5108002 L 497930.7 -5108147 L 497283.6 -5107832 L 497047.7 -5108069 L 496716.9 -5108650 L 496502 -5108958 L 495773.5 -5113342 L 495480.4 -5113103 L 492963.5 -5113652 L 492781.6 -5113908 L 492583.7 -5114153 L 493223.9 -5114570 L 493291.2 -5115354 L 492693.7 -5116805 L 492979.1 -5117944 L 493600.3 -5118423 L 494284.4 -5118599 L 494563.5 -5118846 L 494776.6 -5119163 L 494249.9 -5120113 L 495307.4 -5121155 L 494943.4 -5121198 L 493761.6 -5122009 L 492205.4 -5121935 L 490712.5 -5122423 L 489148.3 -5122196 L 488667.5 -5122808 L 488323.4 -5122652 L 485535.7 -5121166 L 485528.6 -5120798 L 485418.3 -5120091 L 485848.8 -5118740 L 485514.7 -5118570 L 485382.2 -5117082 L 484846.8 -5116105 L 484475.8 -5116128 L 483025.9 -5116377 L 482807 -5116688 L 481710.3 -5117722 L 480952.3 -5117641 L 479921.6 -5118739 L 478857.7 -5119133 L 478677.6 -5118799 L 478050.3 -5117861 L 478653.7 -5116121 L 478071.4 -5115212 L 478108.2 -5114482 L 477827.2 -5114309 L 476534.2 -5114427 L 476264.1 -5114150 L 475170 -5113842 L 474525.9 -5113439 L 474381.5 -5111935 L 473895.3 -5111352 L 473536.9 -5109932 L 473364.8 -5109633 L 472777.5 -5108246 L 472192.4 -5107747 L 471448.4 -5107597 L 470408.5 -5107980 L 470077.6 -5108183 L 468727.8 -5108885 L 468459.8 -5108715 L 467913.7 -5108431 L 467633.8 -5108705 L 465916.2 -5110242 L 465916 -5110241 z "
id="path605" />
<path
d="M 640581.8 -5018086 L 641260 -5017356 L 641313.9 -5017027 L 641373.5 -5015346 L 641369.4 -5015009 L 641406.3 -5014674 L 641412.2 -5014101 L 641336.1 -5013823 L 640800.5 -5012355 L 640901.1 -5010401 L 641007.1 -5010024 L 641580 -5008196 L 641736 -5007847 L 641344.5 -5006265 L 641740.4 -5004875 L 641657.3 -5004509 L 641631.1 -5003758 L 642421.3 -5003005 L 642790.4 -5002919 L 643013.5 -5002718 L 643156.5 -5002456 L 643150.5 -5002247 L 641390.3 -4999996 L 641286.2 -4999650 L 641269.1 -4999410 L 641302 -4998673 L 641978.2 -4997786 L 642175.2 -4997470 L 642702.4 -4996911 L 642999.5 -4996660 L 643235.5 -4996360 L 643374.5 -4996005 L 643562.4 -4994840 L 643478.3 -4994454 L 643284.2 -4993841 L 643404.2 -4993211 L 643926.3 -4992722 L 645306.9 -4992278 L 645782 -4991747 L 645856 -4991392 L 645612.8 -4990736 L 645418.7 -4990444 L 644699.3 -4989653 L 644501.2 -4989356 L 644512 -4988032 L 644709.1 -4987746 L 644695 -4986996 L 644236.7 -4986358 L 644330.7 -4985614 L 644636.8 -4985368 L 645397 -4984468 L 645449.9 -4983286 L 645488.9 -4982895 L 645533.9 -4982714 L 646150.1 -4981357 L 646983.4 -4980612 L 647261.5 -4980364 L 647674.6 -4979381 L 647851.6 -4979071 L 648220.7 -4978523 L 648284.7 -4978198 L 647206.2 -4976313 L 647134.2 -4975957 L 646960.1 -4975197 L 645894.7 -4974070 L 645843.7 -4973681 L 646440.9 -4971662 L 646331.9 -4970968 L 646106.8 -4970691 L 645583.6 -4970150 L 645400.5 -4969820 L 645170.4 -4967993 L 644630.2 -4967518 L 644263.1 -4967460 L 643541.9 -4967290 L 643325.9 -4966252 L 643454 -4964832 L 642774.8 -4964610 L 642424.7 -4964519 L 641841.5 -4964198 L 641862.5 -4963528 L 641570.4 -4963298 L 641461.4 -4962193 L 640546.2 -4961064 L 639527.9 -4960630 L 639205.8 -4960443 L 638841.8 -4959860 L 638789.8 -4959595 L 638902.9 -4959239 L 639474.2 -4958319 L 638725.1 -4957067 L 639134.4 -4955251 L 639131.4 -4954916 L 639181.6 -4953362 L 639818.9 -4952373 L 640609.5 -4949767 L 640648.6 -4949376 L 640410.9 -4947029 L 640509 -4946691 L 640051.1 -4945340 L 639108.1 -4944288 L 638906.1 -4943992 L 638621.2 -4942996 L 638486.2 -4942671 L 637573.4 -4940812 L 637878.5 -4940654 L 637656.7 -4939647 L 637667.8 -4939303 L 637378.8 -4939063 L 637015.8 -4938968 L 636681.8 -4938826 L 635279.6 -4938497 L 634937.7 -4937858 L 634872.8 -4937503 L 634815 -4936443 L 634123.9 -4936369 L 633907.4 -4934493 L 634799.9 -4933344 L 635162 -4933208 L 634909.2 -4932478 L 634803.3 -4932106 L 634025.5 -4931215 L 633644.9 -4929678 L 633792.3 -4928505 L 634626.8 -4927161 L 634689.1 -4926370 L 634722.2 -4925974 L 634372.1 -4923346 L 633907.3 -4922750 L 633194.4 -4922485 L 632857.4 -4922303 L 632286.5 -4921881 L 631899.6 -4918986 L 631928.7 -4918686 L 632023.9 -4918091 L 631961.1 -4917702 L 630866.1 -4915192 L 630747.3 -4912436 L 631000 -4910881 L 631092.2 -4910391 L 631174.4 -4910005 L 631380.1 -4906509 L 631323.3 -4906116 L 631298.5 -4905726 L 631122.5 -4903788 L 630516.3 -4904202 L 630116.8 -4905246 L 629767.7 -4905384 L 628806 -4904803 L 628503.1 -4904581 L 627878.5 -4905817 L 627582.4 -4906011 L 627330.3 -4906104 L 627063.3 -4906079 L 625071.9 -4907038 L 624734 -4906875 L 623699.8 -4907389 L 622745.9 -4909097 L 622906.7 -4909451 L 623011.6 -4909635 L 621580.7 -4909561 L 621013.5 -4910069 L 620260.5 -4910091 L 620030.2 -4910786 L 619548 -4911315 L 617704.3 -4911051 L 616250.2 -4911410 L 615860.2 -4911392 L 615174.7 -4910547 L 615159.9 -4910169 L 615069 -4906393 L 615421.9 -4906528 L 615175.1 -4906230 L 614432 -4904906 L 614048.1 -4904888 L 613745.7 -4905587 L 611482.1 -4905378 L 610650.8 -4906076 L 610493.2 -4907201 L 611127.8 -4909442 L 611231.6 -4909816 L 611289.2 -4910576 L 610430.6 -4911845 L 610044.6 -4911892 L 609792.8 -4911587 L 608714.2 -4911098 L 605178.9 -4910835 L 605468.2 -4910180 L 604599.1 -4908985 L 603671.6 -4908360 L 602242 -4908197 L 602375.3 -4906022 L 602334.5 -4905658 L 602127.7 -4905348 L 601158.2 -4903374 L 599985 -4902540 L 598879 -4902927 L 598315.8 -4903476 L 597982.8 -4903688 L 597717.7 -4903919 L 596548.1 -4905216 L 596270 -4905480 L 594152 -4906367 L 593934.9 -4906651 L 593435.9 -4908355 L 593058 -4908331 L 592146.6 -4907714 L 590642.9 -4907824 L 590554.7 -4908168 L 590459 -4909214 L 589316.5 -4910512 L 588293.4 -4909531 L 587947.4 -4909726 L 587722.3 -4909891 L 587499.3 -4910060 L 585114.4 -4909483 L 584035.4 -4908483 L 583677.6 -4908351 L 583347.8 -4908158 L 583074.8 -4908335 L 582315.3 -4909317 L 582073.2 -4909530 L 583039.5 -4910055 L 583440 -4910650 L 583491.8 -4912399 L 583459.6 -4912764 L 583699.4 -4913016 L 583374.2 -4914973 L 582869.1 -4915385 L 582630 -4915614 L 582507.3 -4916669 L 583864.9 -4916670 L 584563.9 -4917918 L 583462.5 -4918982 L 582101.5 -4919643 L 582687.5 -4921048 L 582006.8 -4922423 L 580953.1 -4922447 L 580373 -4922890 L 580243.8 -4923233 L 579243.8 -4923779 L 578888.8 -4923917 L 577989.1 -4925578 L 577922.3 -4928637 L 577386.6 -4930073 L 577027.6 -4930215 L 577275.2 -4930775 L 576355.6 -4932217 L 576195.5 -4932529 L 576132.3 -4932897 L 575792.6 -4934315 L 575595.5 -4934653 L 574802.8 -4936420 L 574457.8 -4936501 L 572803.3 -4936283 L 572645.2 -4936622 L 572256 -4937256 L 572377.6 -4937997 L 571424.6 -4938540 L 571324.4 -4938881 L 571526.6 -4940244 L 571409.4 -4940604 L 570410.4 -4941072 L 570400.1 -4943707 L 570503.9 -4944072 L 570432.7 -4944614 L 570415.5 -4944922 L 569661.3 -4945747 L 568544.4 -4948160 L 569330.6 -4949419 L 569549.4 -4949738 L 569463.2 -4950102 L 568363.4 -4950116 L 568327.2 -4950497 L 568378.9 -4951253 L 567825.8 -4951781 L 567865.3 -4952926 L 568903.4 -4954456 L 567740.3 -4955316 L 568514.6 -4956596 L 570355.3 -4956348 L 570689.8 -4957454 L 571388.5 -4957759 L 571756.4 -4957884 L 572398.2 -4958018 L 572643.1 -4958237 L 572595.1 -4958387 L 572084.9 -4959255 L 573545.9 -4961409 L 574120 -4963963 L 574199.9 -4964334 L 575240.6 -4964796 L 575586.5 -4964952 L 575926.8 -4963894 L 576807.9 -4963209 L 577089.9 -4962965 L 577494.7 -4963505 L 577030.4 -4964587 L 577346.2 -4965194 L 578428.3 -4964321 L 579227.8 -4965552 L 579777.9 -4965093 L 580514.8 -4965247 L 580747.7 -4965563 L 580355.4 -4966583 L 580056.4 -4966802 L 580712.7 -4969066 L 581506.4 -4969810 L 584196.3 -4969516 L 584563.3 -4969526 L 585110.3 -4969465 L 585379.3 -4969596 L 587361 -4970540 L 587739 -4970495 L 589242.1 -4970068 L 590801.1 -4970082 L 591539.9 -4970980 L 592583.8 -4971504 L 592929.3 -4973931 L 593504.2 -4974364 L 593371.1 -4974590 L 595158.9 -4976509 L 595430.9 -4976775 L 595434.9 -4977153 L 595849.8 -4978197 L 595954.5 -4980039 L 596577.5 -4980367 L 596842.5 -4980601 L 598540.7 -4979748 L 600328.8 -4980537 L 601495.9 -4980568 L 601762.9 -4980811 L 603072 -4981301 L 602970.9 -4982012 L 602711.9 -4982159 L 602492.8 -4982705 L 601282.6 -4983575 L 601639.4 -4986147 L 601828.4 -4986486 L 603259.5 -4987610 L 605898.9 -4987404 L 606067.9 -4987731 L 606954 -4988300 L 608049.2 -4988390 L 608186.2 -4988749 L 607991.2 -4990241 L 607317.1 -4990579 L 606568 -4990496 L 605527.8 -4991572 L 605401.8 -4992659 L 606071.9 -4992918 L 606343.9 -4993920 L 606673 -4994067 L 606367 -4995400 L 606730 -4995501 L 607321.1 -4995951 L 608358.3 -4995603 L 608609.4 -4995891 L 609544.6 -4996406 L 609345.6 -4997510 L 607361.2 -4998583 L 607643.3 -5000398 L 607990.4 -5000315 L 609324.7 -4999886 L 610369.9 -5000055 L 611832.2 -4998925 L 611728.1 -4997492 L 612418.2 -4996611 L 612680.3 -4996664 L 612854.4 -4996867 L 612594.4 -4997824 L 613676.7 -4997708 L 614040.8 -4997689 L 613913.8 -4998406 L 613321.7 -4998849 L 612914.7 -5000254 L 612890.7 -5000632 L 613231.9 -5002457 L 614007.2 -5003239 L 614168.3 -5003965 L 615117.6 -5004486 L 615711.9 -5006227 L 615548.9 -5006541 L 615396 -5007910 L 615730.2 -5008499 L 616112.3 -5008574 L 616341.5 -5009316 L 615736.5 -5010743 L 616373.6 -5010322 L 617897.1 -5010470 L 618369.4 -5011460 L 619757.8 -5010833 L 620517.2 -5011587 L 621956.8 -5012121 L 623459.3 -5011987 L 623790.4 -5011791 L 624060.6 -5012071 L 625373.2 -5012862 L 625356.4 -5014000 L 625167.4 -5014191 L 624810.4 -5014578 L 624429.3 -5014658 L 624316.4 -5015382 L 624772.9 -5016856 L 625093 -5017031 L 625809.3 -5017160 L 626564.6 -5017121 L 626657.7 -5017490 L 626180.6 -5018065 L 626086.8 -5019185 L 627478.5 -5019741 L 627985.8 -5020002 L 628201 -5020197 L 627957 -5020727 L 627822 -5020998 L 630658.8 -5023071 L 631003 -5023261 L 632437.7 -5023187 L 632841 -5023705 L 634045.7 -5024243 L 634379.9 -5024299 L 634540.2 -5025061 L 636571.4 -5025605 L 636928.6 -5025587 L 638030.9 -5024645 L 638252.9 -5024354 L 638190.6 -5023373 L 637557.2 -5023234 L 637390.9 -5022567 L 637378.8 -5022346 L 637518.5 -5020921 L 638764.8 -5019639 L 639066.9 -5019439 L 640359.2 -5018347 L 640581.2 -5018085 L 640581.8 -5018086 z "
id="path606" />
<path
d="M 626780.3 -5320236 L 626524.4 -5320522 L 624458.3 -5319605 L 622544 -5320637 L 620632.2 -5320557 L 620441.3 -5320783 L 620233.9 -5321328 L 619890.4 -5321174 L 617356.9 -5320956 L 616278.9 -5319471 L 615641.9 -5319110 L 615493.3 -5318763 L 614976.2 -5318287 L 614239.8 -5318446 L 614227.3 -5318065 L 614808.8 -5316665 L 615751.8 -5316057 L 616117.1 -5314582 L 615867.5 -5314333 L 615557 -5314166 L 613990 -5314368 L 612877.5 -5313951 L 611308.4 -5314109 L 607707.6 -5312721 L 607040.5 -5313061 L 606725.5 -5313286 L 605407.5 -5314019 L 603615.1 -5313299 L 602076.7 -5313183 L 600267.5 -5312596 L 597676.4 -5313234 L 597156.7 -5312299 L 596690.5 -5311674 L 596780 -5311296 L 596917 -5310531 L 596290.6 -5309119 L 595932.5 -5309243 L 594865.2 -5308854 L 593755.7 -5309064 L 592763.7 -5309586 L 591059.2 -5311565 L 591033.7 -5311949 L 591310.5 -5313070 L 591174.9 -5314171 L 590818.5 -5314084 L 589382.7 -5314211 L 588895.6 -5313669 L 588903.1 -5313286 L 589596.1 -5312939 L 589728.1 -5311417 L 589313.9 -5310795 L 588199.9 -5310592 L 588089.9 -5312111 L 586816.9 -5312775 L 586475.4 -5312608 L 584932.1 -5310958 L 584946.1 -5310202 L 584604 -5310271 L 583480.3 -5309572 L 582857.4 -5309175 L 581430.4 -5309173 L 581270.3 -5310608 L 581048.5 -5310904 L 578890.3 -5311064 L 578459.6 -5309317 L 577792.7 -5308960 L 576836.9 -5309551 L 576231 -5309131 L 575845.7 -5309131 L 574756.1 -5310636 L 574485.6 -5310434 L 573283.3 -5309298 L 572952 -5309256 L 572602.9 -5309373 L 571594.9 -5309825 L 570575.7 -5309433 L 568857 -5309691 L 568654.6 -5309451 L 568269.7 -5308955 L 567934.7 -5309129 L 567276.8 -5308772 L 566565.7 -5308993 L 566440.7 -5309074 L 567055.5 -5310082 L 567275.8 -5312399 L 567892.7 -5314235 L 567094.7 -5316007 L 566983.1 -5316362 L 566489.6 -5316911 L 565749.2 -5316951 L 565473.7 -5316691 L 565369.1 -5314854 L 563982.5 -5314282 L 564094.1 -5314634 L 563832.6 -5315120 L 563096.1 -5315073 L 563045.5 -5315419 L 562312.8 -5317311 L 562667 -5317284 L 564028.2 -5317596 L 564627 -5317223 L 564609.5 -5317599 L 564570.1 -5318718 L 562897.2 -5320150 L 562547.9 -5320811 L 562264.9 -5320885 L 561708.6 -5320897 L 561480.9 -5321204 L 560942.4 -5321742 L 561281.8 -5321877 L 561248.7 -5323922 L 560980.9 -5324176 L 559760.8 -5326002 L 559159.1 -5326415 L 559181.6 -5326770 L 559669.7 -5328014 L 559532.1 -5328364 L 559366.5 -5328702 L 559109.7 -5328963 L 558585.8 -5329899 L 557898.8 -5330151 L 557472 -5331117 L 556905.4 -5331577 L 556537.1 -5331491 L 555722.7 -5330798 L 554801.2 -5331458 L 554732.2 -5332203 L 554901.8 -5332538 L 555817 -5333701 L 555129.1 -5335411 L 554798.2 -5335608 L 552971 -5336127 L 553375.6 -5334353 L 552190.9 -5332900 L 551625.2 -5333282 L 551341.1 -5333985 L 551285.5 -5333618 L 551100.4 -5332913 L 549378.5 -5332207 L 549286 -5332587 L 548750.5 -5334464 L 548075.6 -5335414 L 547936 -5335717 L 547308.9 -5337232 L 547009.1 -5337465 L 546042.5 -5338042 L 543852.2 -5336544 L 543555.4 -5336752 L 542449.2 -5337648 L 542776.7 -5337866 L 544963.1 -5340104 L 545874 -5341773 L 545703.3 -5342052 L 544859.5 -5342455 L 544614.1 -5342238 L 544378.4 -5342514 L 544261.9 -5342859 L 546064.1 -5345058 L 546054.7 -5345423 L 545943.1 -5345748 L 545364.7 -5346981 L 545048.9 -5347209 L 542933.3 -5348107 L 543295.1 -5349847 L 541480.4 -5351203 L 541540.2 -5352343 L 541166.9 -5352260 L 540045.3 -5352180 L 540047.9 -5352569 L 540075.7 -5353736 L 537103.9 -5357243 L 536454.3 -5357671 L 534901.6 -5357648 L 534760 -5357940 L 534597.4 -5358220 L 534573.4 -5358246 L 534188.2 -5358226 L 533064.4 -5358033 L 531695.7 -5356689 L 531328.7 -5356782 L 530389.9 -5358425 L 530441.3 -5359952 L 530883.8 -5362037 L 530961.4 -5362396 L 530567.9 -5362794 L 529505.4 -5362740 L 530176.1 -5363035 L 530209.7 -5363400 L 529871.8 -5363544 L 528817.8 -5363832 L 529086.6 -5364902 L 529375.1 -5365161 L 529681.6 -5365401 L 529744.1 -5366950 L 529088.3 -5367856 L 529116.5 -5368599 L 528135.9 -5369690 L 528400.4 -5369928 L 529585.9 -5370583 L 530202.4 -5370728 L 531105.5 -5371209 L 531778.6 -5371085 L 531797.2 -5371461 L 531130.3 -5373534 L 529691.6 -5375253 L 529918 -5375467 L 530371.9 -5375899 L 532685.9 -5375357 L 533038 -5375346 L 534872 -5376760 L 535263.2 -5376779 L 535471.3 -5377405 L 534112 -5380000 L 534369.6 -5380287 L 535226 -5380968 L 535567.4 -5381118 L 536399.4 -5382175 L 537769.1 -5382303 L 537029 -5383630 L 537274.6 -5383923 L 540802.1 -5385250 L 540741.7 -5385624 L 541286.5 -5384746 L 541457.9 -5383723 L 542173.4 -5383833 L 542531.6 -5383881 L 542688.7 -5382087 L 542743.1 -5381727 L 543471.7 -5381904 L 544232 -5380652 L 544349.5 -5380295 L 544602.9 -5380488 L 544902.4 -5380706 L 545157.9 -5380974 L 545791.3 -5381046 L 546176.6 -5380500 L 546354.2 -5380214 L 546463.6 -5377321 L 547283.3 -5376300 L 548381.7 -5376240 L 548589.6 -5376134 L 548801.8 -5376232 L 550572.2 -5376627 L 551542.8 -5376119 L 551913 -5376156 L 553405.2 -5376460 L 553790.5 -5376504 L 555826.5 -5375894 L 556369 -5375409 L 556952.7 -5375676 L 557538.6 -5375422 L 557825 -5375567 L 558572.3 -5375506 L 560448.3 -5374297 L 560765.1 -5374094 L 561046.6 -5374315 L 561398.9 -5374377 L 562718.8 -5375188 L 563570.3 -5376507 L 563715.6 -5377279 L 563485.5 -5377282 L 563255.4 -5377274 L 563155.7 -5378749 L 563503.1 -5380175 L 562865.3 -5380519 L 562866.4 -5381238 L 564610.2 -5381232 L 564937.1 -5381072 L 564987.2 -5381096 L 565998.4 -5380884 L 566766.4 -5383784 L 566986.5 -5383797 L 567543.5 -5384262 L 569775.2 -5384008 L 570840.9 -5386655 L 571026.5 -5386966 L 571911.4 -5386630 L 572052.9 -5386931 L 571808.2 -5387219 L 572297 -5389430 L 573348.2 -5390468 L 573570.8 -5390773 L 575675.2 -5390333 L 576359 -5390568 L 576713.1 -5390492 L 578066.7 -5391721 L 578408.9 -5392393 L 578276.5 -5393430 L 579274.5 -5394991 L 579584.5 -5394875 L 579891.5 -5394751 L 582730.1 -5393560 L 583073 -5393385 L 584709.8 -5395246 L 585011.3 -5395436 L 585333.8 -5395642 L 586446.8 -5395891 L 590556.3 -5395299 L 591275.2 -5396906 L 591671.6 -5396347 L 592708.5 -5395872 L 595280.2 -5396583 L 596338.4 -5396313 L 597373.3 -5395181 L 597484.8 -5394814 L 597232.4 -5393390 L 597980.1 -5392243 L 597326.7 -5390934 L 597496.4 -5390619 L 597620 -5390283 L 597019 -5389894 L 597294.7 -5388926 L 597381.4 -5388676 L 597538 -5388358 L 597739.7 -5388068 L 597889.7 -5387345 L 596729.7 -5385839 L 596980.4 -5385531 L 597928.1 -5384261 L 598957.3 -5383896 L 599323.4 -5383853 L 602534.5 -5380523 L 604473.9 -5379231 L 604837.9 -5379090 L 605177 -5378989 L 607420.8 -5378440 L 607811 -5378416 L 609848.3 -5377634 L 610182.3 -5377482 L 611080.1 -5378217 L 611328.7 -5378515 L 611765.5 -5378150 L 612055.8 -5378210 L 612677.8 -5376496 L 613420 -5376289 L 613798.4 -5376368 L 614813.6 -5377988 L 616117.8 -5378767 L 616498 -5378705 L 616867.2 -5378666 L 617370.3 -5379142 L 620569.2 -5379362 L 620938.5 -5379391 L 620568.5 -5378917 L 620490.6 -5378335 L 621606.8 -5377844 L 621687.4 -5377532 L 623116.8 -5376995 L 623268.4 -5376663 L 623598.2 -5375632 L 623120.4 -5374652 L 622875.2 -5374628 L 622331 -5374161 L 622386.9 -5372684 L 621853.8 -5370892 L 622014.9 -5370156 L 621663.6 -5370167 L 620746.2 -5369758 L 620049.7 -5369838 L 620297.5 -5369560 L 620736.4 -5368579 L 623582.9 -5367256 L 623738.6 -5366954 L 623827.7 -5366320 L 623910.3 -5365963 L 624673.9 -5365200 L 624119.1 -5364260 L 624485.4 -5364242 L 625153.7 -5364018 L 626230.5 -5362543 L 625763.6 -5362186 L 625894.9 -5361643 L 626201.8 -5361422 L 627228.3 -5361812 L 629085.7 -5361623 L 630100.9 -5361126 L 629884.8 -5359087 L 629734.2 -5358777 L 631395.3 -5357794 L 632939.5 -5357598 L 634168.3 -5356634 L 636028.5 -5356251 L 636240.2 -5355923 L 635934.6 -5355675 L 634258.7 -5354048 L 634499.5 -5353768 L 635105.8 -5352856 L 635202.3 -5351763 L 635541.8 -5351865 L 637041.2 -5351141 L 636485.6 -5349714 L 637750.1 -5347802 L 636817.6 -5346644 L 636691.4 -5345892 L 636784.2 -5345671 L 636615.1 -5344967 L 637255 -5343722 L 636365.3 -5343121 L 636087.7 -5342875 L 636169.2 -5342497 L 638116.6 -5341432 L 638136 -5340274 L 637700.7 -5339642 L 637685.7 -5339627 L 637046.1 -5338219 L 637183.7 -5337862 L 636460.7 -5336976 L 636308.5 -5336233 L 636467.1 -5335120 L 637364.4 -5333967 L 637006.9 -5333861 L 636709.7 -5333180 L 635794.9 -5332540 L 635973.7 -5332251 L 636176.5 -5331265 L 636279.1 -5330930 L 636283.7 -5329895 L 635919.3 -5329847 L 634842 -5329683 L 632735.8 -5330266 L 632373.6 -5330427 L 630870.8 -5330871 L 629295.3 -5330895 L 628615.2 -5331300 L 628278.4 -5330229 L 626593.9 -5328846 L 626812.7 -5328542 L 626771.2 -5328180 L 625637.3 -5327512 L 625302.7 -5327311 L 623819.1 -5327103 L 623168 -5326711 L 623410.9 -5326485 L 623800.2 -5326445 L 625689.3 -5325958 L 627148.5 -5323677 L 628133.6 -5323104 L 628037 -5322726 L 627040.4 -5321546 L 627130.9 -5320408 L 626780.3 -5320237 L 626780.3 -5320236 z "
id="path607" />
<path
d="M 501018.6 -4754698 L 503483.8 -4753480 L 504401.4 -4752701 L 504728.7 -4752222 L 504401.1 -4751399 L 504083.7 -4749426 L 503641.3 -4748742 L 503210.2 -4743747 L 503130 -4743521 L 503066.4 -4743563 L 500838.3 -4745020 L 500519.3 -4745234 L 498912.2 -4746287 L 498575.2 -4746497 L 493049 -4748531 L 492822.6 -4748818 L 492221.3 -4749731 L 491847.7 -4749808 L 490059.2 -4750362 L 488813.5 -4752247 L 488512.5 -4752032 L 486406.3 -4751502 L 484313.5 -4750041 L 483928.3 -4749982 L 482439.8 -4749599 L 480376.4 -4747264 L 479758.8 -4744867 L 479561 -4744537 L 478628.8 -4743336 L 477558.7 -4742952 L 473847.2 -4742553 L 472469.8 -4743216 L 472404.9 -4743226 L 470407.9 -4743400 L 470030.7 -4743366 L 467412.9 -4743175 L 464895.2 -4743988 L 464511.8 -4744026 L 463768.6 -4744230 L 463405 -4744316 L 460495.2 -4743983 L 460226 -4744241 L 459968.8 -4744490 L 459020.7 -4744798 L 458708.9 -4744573 L 455890 -4743497 L 455451.1 -4743381 L 455069 -4743324 L 450923.4 -4744116 L 450624.6 -4744259 L 449357.9 -4744637 L 448433.3 -4744408 L 448075.2 -4744323 L 445591.3 -4743802 L 444684.7 -4743197 L 444462.2 -4742117 L 445246 -4741323 L 445257.3 -4739829 L 445831.3 -4739454 L 446206.7 -4739417 L 446203.2 -4737509 L 446219.3 -4737126 L 446141.5 -4736411 L 446634 -4735897 L 446892.5 -4734856 L 446718.8 -4734541 L 446821.2 -4733977 L 446874.9 -4733696 L 446964.1 -4733571 L 447249.8 -4732443 L 447097.5 -4731294 L 446075.2 -4730730 L 444396.4 -4729101 L 444072.6 -4728921 L 441616.4 -4728297 L 440536.8 -4728556 L 439667.5 -4729240 L 439642.9 -4728473 L 439002.5 -4728051 L 437699.1 -4725762 L 435870.5 -4725211 L 433689.5 -4723747 L 433614.5 -4723478 L 433700 -4722938 L 433347.6 -4722971 L 432374.7 -4722632 L 432371.4 -4723042 L 432366.3 -4723088 L 432130.9 -4723380 L 431554.2 -4724305 L 431616.7 -4725067 L 432241.5 -4726013 L 432206.3 -4726747 L 431482.6 -4728094 L 430846.7 -4728499 L 430074.4 -4728459 L 429506 -4728972 L 429524.9 -4729333 L 427329.1 -4731064 L 427105.7 -4731326 L 426249.8 -4731875 L 425934.9 -4732037 L 425215.2 -4732758 L 425109.2 -4734144 L 424993.6 -4734100 L 424627.1 -4734167 L 422802.7 -4734547 L 421632.8 -4733662 L 420897.5 -4733606 L 420552 -4733018 L 419667.3 -4732864 L 419285.3 -4732786 L 418335.2 -4732159 L 418164.9 -4732365 L 417906.2 -4732432 L 417611.9 -4732394 L 417326.8 -4732311 L 416950.4 -4732362 L 413960.7 -4732667 L 413427.8 -4733621 L 412446.2 -4734157 L 412451.4 -4734416 L 412309 -4734632 L 411938.8 -4734634 L 410938.4 -4735103 L 410618 -4735766 L 410667.8 -4736121 L 412022.7 -4736518 L 412261.4 -4736783 L 411936.5 -4736970 L 410045 -4739698 L 409795.8 -4739930 L 409759.7 -4740302 L 409241.2 -4740796 L 406815.6 -4741653 L 406631 -4741979 L 406704.6 -4742712 L 407976.9 -4744035 L 407939.8 -4744749 L 407943.7 -4745107 L 408376.6 -4745491 L 409093.2 -4745486 L 409489.3 -4745505 L 413840.4 -4745870 L 414916.7 -4746378 L 415258.5 -4746546 L 416951.6 -4747407 L 416704 -4748113 L 416681 -4748476 L 417068.9 -4750947 L 417488.6 -4751464 L 417344.9 -4751798 L 416673.1 -4753539 L 416652 -4753924 L 413225.8 -4754922 L 412843.2 -4755029 L 413061.7 -4756440 L 414337 -4756874 L 414299 -4757224 L 415146.5 -4757538 L 416589.2 -4757355 L 417332.1 -4756555 L 417680.3 -4756590 L 418670.9 -4757450 L 417586.3 -4757674 L 417118.6 -4758234 L 416936.6 -4760449 L 417258.1 -4761119 L 417259.2 -4761792 L 416510.6 -4762514 L 415817.6 -4762626 L 416033.4 -4762916 L 417155.3 -4764334 L 417186.2 -4765052 L 417091.4 -4765384 L 416681.6 -4765939 L 416398.8 -4766430 L 415199.8 -4767248 L 414626.7 -4766946 L 413961.1 -4767245 L 413530.1 -4768602 L 413847.9 -4769194 L 415227.4 -4769150 L 415385.2 -4769468 L 414611.4 -4770622 L 414317.4 -4770823 L 414517.3 -4771083 L 414809.3 -4771234 L 414780.3 -4771621 L 414410.9 -4773118 L 414491.1 -4774106 L 414250.8 -4775107 L 412949.1 -4775516 L 412596.6 -4775558 L 412555.1 -4776146 L 411654.5 -4776594 L 410688.9 -4776354 L 409716.9 -4774809 L 409515.3 -4775514 L 408751.5 -4776310 L 408777.3 -4778194 L 408555.5 -4777897 L 406839.7 -4777895 L 406462.5 -4779672 L 406304.7 -4779341 L 405955.7 -4779226 L 406154.1 -4778206 L 404349.9 -4778045 L 403968.6 -4778417 L 403621.9 -4778558 L 402351.1 -4779327 L 400918.5 -4779065 L 400574.3 -4779723 L 400206.6 -4779859 L 398004.3 -4781445 L 397370.8 -4782422 L 396262.8 -4782813 L 395116.1 -4782737 L 394946.4 -4783090 L 394989.3 -4784181 L 396165.3 -4785565 L 395902.9 -4786625 L 396156.7 -4786892 L 395526.6 -4787337 L 394270.7 -4789257 L 394353.5 -4790755 L 393610.2 -4792094 L 393352.9 -4792382 L 394177.8 -4792985 L 394407.6 -4793269 L 394849.5 -4793745 L 395485.1 -4794960 L 394949.9 -4795404 L 394661.9 -4795610 L 394938.7 -4795883 L 396581.4 -4796774 L 397269.5 -4797037 L 396355.1 -4798563 L 396518.9 -4798896 L 396484.2 -4799582 L 396250.8 -4799882 L 397258.2 -4799443 L 398169 -4800070 L 398393.9 -4800731 L 399955.1 -4799592 L 400242.3 -4799321 L 400595.1 -4799935 L 401279.2 -4800214 L 401955.8 -4799918 L 402247.9 -4799692 L 402560 -4799845 L 403586.4 -4799778 L 403630.3 -4800163 L 403608.5 -4800885 L 402933.3 -4801812 L 402971.6 -4805223 L 403580.6 -4805609 L 404681.6 -4805662 L 404324.1 -4806123 L 403971.3 -4807082 L 403988.4 -4807445 L 404766.2 -4808222 L 405866.7 -4808096 L 406208.5 -4808743 L 406339.1 -4809642 L 406096 -4809846 L 407095.2 -4810718 L 407202.2 -4811043 L 408526.8 -4810306 L 408602.5 -4809562 L 410493.8 -4807765 L 410305.9 -4805803 L 410950.5 -4805513 L 411530.6 -4805880 L 411852.2 -4806248 L 411603.9 -4806546 L 412596.4 -4808548 L 413348.7 -4808740 L 414461.6 -4808421 L 415404.8 -4808965 L 415611.9 -4808780 L 415852.8 -4808643 L 415791.6 -4808328 L 416017.6 -4807777 L 416595.6 -4808213 L 418049.8 -4807131 L 419802.5 -4807742 L 420477.3 -4808641 L 421110.3 -4808239 L 421800.5 -4808515 L 421894.5 -4808881 L 421292.3 -4809803 L 421156.7 -4810155 L 421492.4 -4810057 L 423085.4 -4809403 L 424420.2 -4806867 L 424458.5 -4805862 L 424644.9 -4805547 L 425010.3 -4805535 L 425690.6 -4805801 L 426170.9 -4805332 L 426450.8 -4805585 L 427201.8 -4805512 L 427555.5 -4805382 L 427741.8 -4805571 L 429319 -4806116 L 429569 -4806373 L 429953.4 -4806386 L 431420.2 -4807613 L 432557.2 -4807712 L 433650.2 -4805695 L 435827.2 -4804211 L 436143.2 -4803992 L 437321.8 -4806831 L 436846.1 -4807889 L 436787.5 -4809056 L 437852.5 -4810074 L 438159.5 -4810314 L 438322.5 -4810638 L 438523.5 -4810942 L 439571.9 -4811844 L 439707.1 -4812561 L 440158.5 -4812092 L 440277.1 -4811758 L 440540.3 -4811501 L 441593 -4810477 L 441843.2 -4810680 L 443044.5 -4811061 L 443401.7 -4811182 L 444191.2 -4810414 L 446972.1 -4809476 L 448156.4 -4808558 L 448498.2 -4808401 L 448814.8 -4808388 L 449132.3 -4808377 L 451034.9 -4807706 L 451692.4 -4807946 L 451530.9 -4808300 L 451769.9 -4808606 L 453379.3 -4809627 L 455279.1 -4809365 L 456773.2 -4809704 L 457109.4 -4809831 L 457456.9 -4809820 L 458782.9 -4809870 L 459020.2 -4809575 L 460767.2 -4808393 L 463118.6 -4808486 L 464203.9 -4808073 L 464533 -4808288 L 464552.9 -4808293 L 464875.9 -4808100 L 466009.3 -4807145 L 466754.5 -4807036 L 466692.1 -4806306 L 466252 -4805699 L 465166.6 -4805687 L 464806.9 -4805771 L 464585.8 -4805476 L 463833.8 -4804615 L 463450.6 -4803134 L 463677.7 -4802017 L 462916.7 -4800699 L 462441.7 -4799678 L 463363.6 -4798631 L 463690.7 -4798810 L 465958.2 -4798406 L 466557.4 -4797017 L 466639.1 -4796637 L 466997.4 -4796255 L 467262.2 -4796174 L 467357.1 -4794797 L 467375.8 -4794446 L 468723.4 -4793268 L 468650.3 -4792909 L 469273.6 -4793259 L 469808.8 -4794180 L 470502.8 -4794135 L 470839.6 -4794017 L 471154.2 -4793981 L 472083.1 -4793843 L 472124.2 -4794216 L 473350.6 -4795031 L 473543.9 -4796130 L 474220.2 -4796457 L 474401.4 -4797169 L 475449.7 -4795858 L 475320.6 -4795539 L 475833.8 -4793755 L 475409.7 -4792708 L 475623.9 -4792041 L 475804.2 -4791781 L 476107 -4791689 L 476822.5 -4791898 L 478457.2 -4790973 L 478689.5 -4790677 L 479443.2 -4789877 L 479641.6 -4789567 L 480939.1 -4789859 L 481262.4 -4789945 L 481327.5 -4790301 L 481871.7 -4790745 L 482130 -4790899 L 482446.8 -4791720 L 482437.7 -4791764 L 482424.9 -4792133 L 482460.4 -4793234 L 483643.7 -4794633 L 483960.8 -4794860 L 484280.9 -4795083 L 484842.1 -4795557 L 483991.8 -4796730 L 484968.3 -4797256 L 486894.7 -4797223 L 487222.8 -4797438 L 489051.2 -4797930 L 489472.4 -4798992 L 489134 -4800858 L 488003.6 -4802748 L 488096.8 -4803060 L 489100.8 -4803875 L 489213.2 -4803583 L 489352.8 -4802687 L 490602.6 -4801984 L 490708.8 -4801309 L 490780.4 -4800957 L 490626.2 -4800654 L 490747.7 -4800338 L 490884.8 -4799232 L 490394.4 -4798283 L 490862 -4797693 L 491190 -4797507 L 492491.6 -4796818 L 493090 -4797202 L 493323.1 -4797488 L 495011.7 -4796110 L 495337.7 -4795921 L 496266.3 -4795979 L 496611.7 -4796042 L 498955.1 -4796728 L 499324.5 -4796766 L 500065.5 -4796785 L 500220.8 -4794613 L 500102.7 -4794239 L 500180 -4793070 L 500697.5 -4792482 L 500618.4 -4792115 L 502640.7 -4792594 L 504124.1 -4792388 L 505965.6 -4790493 L 506713.4 -4790594 L 507317.5 -4790156 L 507628.5 -4789942 L 507951.5 -4789747 L 509026.4 -4789592 L 509367.6 -4790257 L 511212.5 -4790126 L 511652.1 -4789533 L 511613.7 -4788782 L 512644.3 -4788323 L 513775.7 -4788394 L 514656.1 -4789095 L 515404.1 -4789128 L 516078.8 -4788838 L 518323.4 -4785670 L 519134.8 -4785068 L 519074 -4785010 L 518319.9 -4784375 L 516066.2 -4781858 L 515484.5 -4781546 L 513781.2 -4779292 L 513338.9 -4778706 L 512562.1 -4778043 L 511538 -4777560 L 510874.5 -4776781 L 510280.7 -4775548 L 509147 -4774621 L 508958.7 -4773938 L 509120.4 -4772804 L 508636.8 -4772272 L 506691.2 -4768429 L 506410.9 -4768209 L 506110 -4767768 L 506191.7 -4767539 L 505893.8 -4766411 L 505316 -4765537 L 504822.6 -4763985 L 503833.4 -4760872 L 503637.9 -4759218 L 502906.4 -4757308 L 502861.9 -4755413 L 502706.7 -4754913 L 502370.3 -4754701 L 501699.7 -4755300 L 501194.2 -4756299 L 500324.5 -4757109 L 500330.5 -4757569 L 500554.6 -4758034 L 500347.5 -4758439 L 500000.2 -4758296 L 499466.6 -4756963 L 499306.3 -4756621 L 499855.6 -4756236 L 500000.2 -4756426 L 500088 -4756395 L 500419.3 -4755355 L 501018.9 -4754698 L 501018.6 -4754698 z "
id="path608" />
<path
d="M 529409.1 -4891346 L 528011.6 -4890895 L 526240.3 -4889620 L 526120.6 -4888493 L 525956.1 -4888152 L 525170.5 -4887457 L 525248.2 -4886763 L 525434.4 -4886467 L 525470.3 -4884795 L 525465.7 -4884459 L 525085.1 -4884396 L 524416 -4884012 L 522885.2 -4883992 L 520636.5 -4882637 L 521548.5 -4882066 L 523253.5 -4880077 L 524014 -4880042 L 525048.9 -4881139 L 525419.5 -4881231 L 525888.2 -4881144 L 526023.4 -4880887 L 526179.6 -4880643 L 526587.4 -4878895 L 527155.5 -4878442 L 527422.6 -4878197 L 527732.6 -4877960 L 529001.6 -4878850 L 529419 -4878228 L 530514.8 -4878501 L 531582.3 -4877382 L 533041.8 -4876848 L 534883.1 -4875398 L 535202.1 -4875171 L 535600 -4875013 L 535701 -4874933 L 535121.1 -4872687 L 533123 -4871559 L 532163.4 -4869429 L 532102.9 -4869042 L 529857.1 -4868725 L 529728.6 -4867590 L 528395.6 -4866865 L 528057.8 -4866181 L 527802.9 -4865469 L 527843.4 -4865090 L 528374.8 -4862897 L 528089.3 -4862671 L 527037.5 -4861689 L 527095.9 -4860633 L 525178 -4860284 L 523287.1 -4860701 L 522541 -4860511 L 521866.1 -4860893 L 521600.1 -4861087 L 520678.1 -4860247 L 520622.7 -4859870 L 520172.5 -4858836 L 519116 -4858458 L 518504.5 -4857095 L 518651.9 -4855992 L 519712.4 -4854908 L 519619.6 -4853425 L 519273.1 -4853338 L 518598 -4853183 L 518235.6 -4853029 L 517507.6 -4852106 L 516112.7 -4851566 L 514269.5 -4851545 L 512067 -4852008 L 511783.7 -4851755 L 511722.9 -4851641 L 509814.1 -4852068 L 508652.7 -4853108 L 506491.5 -4854044 L 505323.8 -4853961 L 504933.1 -4854010 L 504325.9 -4853198 L 504321.6 -4852092 L 504738.1 -4851497 L 503642.6 -4850605 L 503515.3 -4850257 L 504308.1 -4848552 L 504201.8 -4848185 L 504343.2 -4847839 L 505530.1 -4846499 L 504881.9 -4845179 L 504146.8 -4845094 L 504063.5 -4844717 L 503898.9 -4843963 L 504218.7 -4843261 L 503931.2 -4842546 L 504264.9 -4841852 L 504051.9 -4840768 L 505197.3 -4839756 L 504650.7 -4839262 L 504612.9 -4838553 L 504517.6 -4838198 L 503513.9 -4838656 L 502158.2 -4838152 L 501454.6 -4838366 L 501132.7 -4838546 L 500702.2 -4839150 L 499305.8 -4839708 L 498184.8 -4839877 L 497531.2 -4839498 L 497159.7 -4839432 L 496213.6 -4838923 L 496002.4 -4838600 L 494976.5 -4838071 L 494391.6 -4838396 L 493645.4 -4839617 L 493118 -4842573 L 493336.2 -4842884 L 492104.5 -4843527 L 491782.6 -4843673 L 489195.1 -4843328 L 488573.2 -4844261 L 488238.3 -4844437 L 488215.3 -4844447 L 487839.9 -4844374 L 486403.1 -4844656 L 485446.3 -4845777 L 484695.1 -4845820 L 482653.1 -4844820 L 482035.8 -4843089 L 481650.3 -4843054 L 478738.2 -4842208 L 476590.2 -4843656 L 475478.4 -4843724 L 475107.7 -4843791 L 474007.9 -4843834 L 472049.2 -4845587 L 472003.6 -4845969 L 470081.9 -4847688 L 469793.8 -4847922 L 469399.4 -4848985 L 468552 -4849781 L 468189.5 -4850875 L 467374.2 -4851636 L 467437.5 -4852019 L 467148.5 -4852211 L 466694.2 -4852153 L 464400.6 -4855235 L 464610.4 -4855789 L 464571.7 -4856802 L 464553.1 -4857148 L 464855.7 -4857734 L 465759.8 -4858250 L 465872.1 -4858582 L 465577.4 -4859202 L 463633.8 -4860298 L 463515.7 -4861036 L 463558 -4861410 L 463707.7 -4862098 L 463794.2 -4863573 L 462446 -4864612 L 462467.4 -4864992 L 460168.9 -4866273 L 459413.8 -4866257 L 459800.6 -4867338 L 461083.2 -4867905 L 461170.5 -4868248 L 461352.5 -4869370 L 461369.2 -4870138 L 459652.9 -4870866 L 459385.1 -4871580 L 459112 -4871852 L 459085.5 -4872163 L 458857.8 -4872744 L 459133.2 -4872931 L 459153.1 -4873595 L 458881 -4873823 L 458318.6 -4875095 L 457123.9 -4875726 L 456873.8 -4875973 L 456410.2 -4877949 L 456040.5 -4878035 L 452358.7 -4878585 L 452425.3 -4880076 L 451536.7 -4881717 L 450702.4 -4882507 L 450704.8 -4882892 L 450322.3 -4882826 L 448192.3 -4883682 L 448012 -4883992 L 447736 -4884219 L 447438 -4884427 L 446808.1 -4884783 L 446185.8 -4886077 L 445458.3 -4886242 L 444171.7 -4885594 L 442844.3 -4886162 L 443408.6 -4887525 L 442680.2 -4888320 L 442402.1 -4888581 L 440560.2 -4888522 L 438609.1 -4887386 L 437602.4 -4887875 L 434971.1 -4888018 L 434688.8 -4887757 L 434317.1 -4887860 L 434286.5 -4888243 L 434873.1 -4888744 L 436349.5 -4888728 L 438636.9 -4890084 L 437545.6 -4891024 L 436093.5 -4891434 L 435624.9 -4890846 L 434920 -4890651 L 434207.4 -4891550 L 434116.3 -4892302 L 433411.7 -4892558 L 432309.1 -4892424 L 432038 -4892655 L 432366.7 -4893282 L 431882.4 -4893783 L 431617.1 -4894795 L 431243.5 -4894791 L 430499.3 -4894790 L 429922.7 -4894317 L 428806 -4894294 L 428463.5 -4894208 L 427928.7 -4893824 L 428291.8 -4892864 L 428043.5 -4892574 L 427389.4 -4892450 L 427113.6 -4893131 L 425712.7 -4892797 L 425086 -4893699 L 424735.5 -4893605 L 423775 -4893350 L 424343 -4891726 L 422151.1 -4891357 L 421827.8 -4891158 L 422069.2 -4890118 L 420287.1 -4889598 L 419946.8 -4889427 L 419577.3 -4889390 L 418857.4 -4889250 L 419418.2 -4890217 L 417723.9 -4890962 L 417562.9 -4891695 L 418084.4 -4892252 L 417921 -4892597 L 416539.7 -4893125 L 415410.2 -4892992 L 414932.1 -4891548 L 414430.8 -4892095 L 414213.7 -4893526 L 413543.1 -4893721 L 412959.4 -4893322 L 412587.8 -4893317 L 412743.1 -4893643 L 412174 -4894064 L 411962.1 -4895383 L 410961.6 -4895790 L 411311.3 -4896368 L 412405.1 -4896315 L 414345.6 -4899644 L 414988.5 -4899874 L 415221.8 -4900182 L 416381.6 -4899523 L 416727.1 -4899583 L 416705.5 -4899947 L 416930 -4902047 L 417457.4 -4903349 L 417108.6 -4903491 L 415292.1 -4903781 L 415044.9 -4904065 L 414732.5 -4903883 L 412618.7 -4903967 L 411940.8 -4903720 L 409709.1 -4905046 L 409359.3 -4905185 L 410282.4 -4906403 L 408740.8 -4908511 L 409706.9 -4909686 L 410378.8 -4909941 L 410762.3 -4909966 L 410623 -4910234 L 410486.7 -4910502 L 410699 -4910826 L 411262.9 -4911792 L 412398.9 -4911677 L 412797.5 -4912325 L 412741 -4912708 L 412601.6 -4913069 L 411664.6 -4913748 L 411285.4 -4914829 L 409947.7 -4916210 L 409516.2 -4916856 L 409959.2 -4917923 L 409709.2 -4919456 L 409907.5 -4919791 L 409897.4 -4919841 L 408145 -4921331 L 407968.1 -4922090 L 408259.1 -4923982 L 407930.4 -4924680 L 407800 -4925048 L 407297.7 -4925640 L 407337.1 -4926030 L 409065.2 -4926865 L 409991.8 -4926520 L 410321.5 -4926492 L 410677.2 -4926471 L 411181.5 -4928778 L 411551 -4928861 L 412539.7 -4928371 L 412763.5 -4926916 L 413423.2 -4926702 L 413689.6 -4926959 L 413034.1 -4928542 L 413643.3 -4928702 L 414387.5 -4928772 L 415605.6 -4930093 L 415985.2 -4930111 L 416760.2 -4930295 L 417789.8 -4931408 L 417876.2 -4931782 L 418045.6 -4932119 L 418506.4 -4932716 L 418886.2 -4933403 L 420483.4 -4934464 L 422027.1 -4934378 L 422374.6 -4934559 L 422440.5 -4934584 L 422978.4 -4935909 L 424919.2 -4937092 L 425277.6 -4936521 L 425023.7 -4935797 L 425289.7 -4935613 L 426516.3 -4937517 L 427739.2 -4936727 L 427972.3 -4936482 L 428419.5 -4935995 L 429394.5 -4936166 L 430246.1 -4936731 L 430822.7 -4935851 L 431913.7 -4935872 L 432269.3 -4935972 L 433406.1 -4937863 L 433638.6 -4938152 L 433658.6 -4938162 L 434926.6 -4938074 L 435519.5 -4937740 L 435923.4 -4938380 L 435880.6 -4939132 L 436801.2 -4939725 L 436670.1 -4940814 L 437400.8 -4941443 L 437714.4 -4941526 L 437483.2 -4941836 L 436772.4 -4943956 L 438264 -4945075 L 440117.8 -4944840 L 441287.8 -4945807 L 441671.5 -4945776 L 442021.1 -4945844 L 443040.7 -4946428 L 444538.9 -4946068 L 445962.1 -4946698 L 446410.1 -4946404 L 446599.2 -4946187 L 446941.6 -4945538 L 446809.9 -4944437 L 448066.8 -4943584 L 449200.9 -4943646 L 450442.1 -4944506 L 451371.9 -4943975 L 451727.5 -4944112 L 452055.3 -4944024 L 452332.9 -4944219 L 454774.9 -4943379 L 455926.1 -4944299 L 457343.6 -4943715 L 457660.4 -4944728 L 458003.3 -4944539 L 458668.6 -4944786 L 459055.6 -4945464 L 459034.5 -4946635 L 459942.8 -4948801 L 461224.2 -4949580 L 461404.8 -4949928 L 461505.4 -4950263 L 462798.5 -4951358 L 464372.4 -4952492 L 463835.1 -4953207 L 464053.7 -4953517 L 464214.4 -4953799 L 464224.9 -4954371 L 464107.7 -4954702 L 464190.2 -4956398 L 464745.5 -4956799 L 464972 -4958316 L 465055.6 -4958691 L 466147.2 -4959559 L 466804 -4959339 L 467087.6 -4959593 L 467880.4 -4960409 L 467759 -4963418 L 468783.5 -4964507 L 468222.8 -4965895 L 469323.3 -4966988 L 470007.5 -4968790 L 470203.1 -4969127 L 472094.2 -4968845 L 472345.8 -4969139 L 472539.6 -4970624 L 474185.2 -4972686 L 474382.9 -4973011 L 474980.8 -4972612 L 476014.1 -4972781 L 476315.8 -4972978 L 477142.7 -4975390 L 477757.5 -4975224 L 478498.3 -4976449 L 478795 -4976668 L 478840.9 -4976763 L 479140.4 -4975736 L 480230.8 -4975753 L 481816.6 -4973253 L 481509.5 -4972186 L 481796.1 -4971102 L 482008.2 -4970794 L 481323.5 -4969489 L 481144.3 -4968401 L 481502.8 -4967343 L 482242.3 -4967405 L 482488.7 -4968099 L 483915.1 -4969275 L 484293.9 -4969304 L 484849 -4968788 L 487762.3 -4969057 L 488031 -4969326 L 488405.8 -4969344 L 488393.1 -4968960 L 488073.7 -4966769 L 488707.7 -4966340 L 488549.5 -4965291 L 489205.8 -4964360 L 489959.4 -4961421 L 490764.1 -4959782 L 491414 -4959425 L 492129.6 -4959463 L 492905.6 -4960195 L 493179.3 -4960446 L 494097.6 -4959272 L 494252.8 -4958931 L 494407 -4958581 L 494305.9 -4957455 L 493713.5 -4957069 L 492986.7 -4957299 L 492697 -4957050 L 492711.3 -4956668 L 492927.4 -4956353 L 493963.1 -4955925 L 494231.5 -4955218 L 494057.4 -4954108 L 493420.5 -4953157 L 493903.3 -4951776 L 494023.5 -4951425 L 494284.8 -4949559 L 494857.2 -4948561 L 494693.1 -4947489 L 495332 -4947138 L 495962.7 -4945791 L 496529.8 -4945299 L 496478.1 -4944925 L 496935.2 -4944485 L 497142.3 -4944237 L 497694.3 -4943843 L 498048.1 -4943840 L 498346.9 -4943789 L 498535.1 -4943454 L 500554.7 -4941199 L 500961.3 -4940134 L 501939.7 -4938969 L 502033.8 -4938717 L 502449.8 -4938392 L 502763.7 -4938244 L 503896.7 -4937456 L 504237 -4936852 L 504413.1 -4936561 L 505553 -4935848 L 505586.3 -4935509 L 505778.5 -4935174 L 506132.9 -4934492 L 505458.9 -4931489 L 505566.2 -4929954 L 505075.8 -4928475 L 505382.6 -4927419 L 507428.9 -4925627 L 507741.8 -4925528 L 508842.7 -4924893 L 509445.6 -4923509 L 510291.6 -4922870 L 510349.3 -4922123 L 510364.6 -4921746 L 510263 -4921371 L 510826.1 -4920841 L 510742.2 -4919683 L 509860.5 -4918963 L 509606.3 -4918255 L 509897.3 -4918041 L 510445.3 -4917624 L 510435.1 -4915778 L 509058.6 -4915186 L 509351.1 -4914508 L 509282.3 -4913375 L 509123.8 -4913020 L 509372.3 -4912350 L 510041.2 -4911952 L 509861.7 -4911616 L 509719.6 -4910874 L 510224.7 -4909439 L 511560.3 -4908933 L 511177 -4907511 L 511832.4 -4906636 L 509551.9 -4903980 L 509264.6 -4901666 L 509479.8 -4901340 L 510224.1 -4901432 L 510573.7 -4901607 L 510721.2 -4901949 L 511197.8 -4902949 L 511844.7 -4902619 L 512353.5 -4899650 L 513461.8 -4899540 L 514530.6 -4899950 L 515161.1 -4899036 L 517947.3 -4897902 L 517445.8 -4896879 L 517403.1 -4895728 L 517054.1 -4895031 L 516782.6 -4894763 L 516487.6 -4894060 L 515811.4 -4893800 L 517627.4 -4893489 L 517969.2 -4893409 L 518661.6 -4893501 L 518978.1 -4893714 L 520661.9 -4894581 L 522540.6 -4894502 L 522835.6 -4895187 L 523588 -4895278 L 524971.7 -4894611 L 526068.6 -4894963 L 527948.6 -4894678 L 528333.3 -4894716 L 528175.2 -4893972 L 529276.1 -4892453 L 529409.2 -4891346 L 529409.1 -4891346 z "
id="path609" />
<path
d="M 527953.6 -4980222 L 527478.4 -4978758 L 527425.6 -4978377 L 527097.7 -4978398 L 526118 -4978490 L 525814.2 -4978258 L 524570 -4977382 L 524264.4 -4976689 L 523203.8 -4976637 L 521987.9 -4975175 L 520546.2 -4975538 L 520183 -4976164 L 520428.6 -4976878 L 519676.9 -4976868 L 519362.1 -4976775 L 519066.3 -4976632 L 519208.4 -4976308 L 518765.8 -4975766 L 519176.5 -4974049 L 517716.3 -4973475 L 517343.5 -4973346 L 517490.6 -4973009 L 517454.2 -4971913 L 518022.5 -4970973 L 517294.2 -4970249 L 516440 -4969459 L 514952.8 -4969128 L 514506.6 -4968065 L 513822.8 -4968303 L 513684.7 -4968649 L 512481.7 -4969463 L 512131.3 -4970493 L 511916.3 -4970734 L 511435.1 -4971542 L 511155.1 -4971808 L 510751.9 -4972466 L 509610.3 -4972606 L 508913.3 -4971268 L 507621.3 -4970497 L 507790.4 -4970186 L 507771.4 -4968458 L 507630.6 -4968119 L 506973.4 -4967259 L 507397 -4965977 L 507200.3 -4965714 L 507318.8 -4964755 L 506899 -4964776 L 506543.2 -4964737 L 505186.6 -4965121 L 505568.2 -4963791 L 505230.5 -4963621 L 504546 -4963340 L 503274.8 -4961524 L 503143.4 -4960790 L 503338.5 -4960492 L 503440.4 -4959080 L 503401.7 -4958718 L 502973.3 -4958151 L 503305.8 -4957130 L 502832.4 -4956581 L 501971.6 -4955497 L 501767 -4953670 L 501654.3 -4953341 L 502255.2 -4952990 L 502592 -4951652 L 502209.2 -4951713 L 500763.2 -4951375 L 499626 -4948521 L 499476 -4947378 L 498360.2 -4945344 L 498048.6 -4943839 L 497694.8 -4943842 L 497142.8 -4944236 L 496935.7 -4944484 L 496478.6 -4944924 L 496530.3 -4945298 L 495963.2 -4945790 L 495332.5 -4947137 L 494693.6 -4947488 L 494857.7 -4948559 L 494285.3 -4949558 L 494024 -4951423 L 493903.8 -4951775 L 493421 -4953155 L 494057.9 -4954107 L 494232 -4955216 L 493963.6 -4955923 L 492927.9 -4956352 L 492711.8 -4956667 L 492697.5 -4957049 L 492987.2 -4957298 L 493714 -4957067 L 494306.4 -4957453 L 494407.5 -4958579 L 494253.3 -4958929 L 494098.1 -4959271 L 493179.8 -4960445 L 492906.1 -4960193 L 492130.1 -4959461 L 491414.5 -4959423 L 490764.6 -4959780 L 489959.9 -4961420 L 489206.3 -4964359 L 488550 -4965290 L 488708.2 -4966339 L 488074.2 -4966768 L 488393.6 -4968959 L 488406.3 -4969342 L 488031.5 -4969325 L 487762.8 -4969055 L 484849.5 -4968787 L 484294.4 -4969302 L 483915.6 -4969274 L 482489.2 -4968097 L 482242.8 -4967404 L 481503.3 -4967342 L 481144.8 -4968400 L 481324 -4969487 L 482008.7 -4970793 L 481796.6 -4971100 L 481510 -4972184 L 481817.1 -4973251 L 480231.3 -4975751 L 479140.9 -4975734 L 478841.4 -4976761 L 478795.5 -4976667 L 478498.8 -4976448 L 477758 -4975223 L 477143.2 -4975388 L 476316.3 -4972977 L 476014.6 -4972780 L 474981.3 -4972611 L 474383.4 -4973010 L 474185.7 -4972685 L 472540.1 -4970623 L 472346.3 -4969137 L 472094.7 -4968844 L 470203.6 -4969125 L 470008 -4968788 L 469323.8 -4966987 L 468223.3 -4965894 L 468784 -4964505 L 467759.5 -4963417 L 467880.9 -4960407 L 467088.1 -4959591 L 466804.5 -4959338 L 466147.7 -4959558 L 465056.1 -4958689 L 464972.5 -4958314 L 464746 -4956798 L 464190.7 -4956397 L 464108.2 -4954701 L 464225.4 -4954370 L 464214.9 -4953798 L 464054.2 -4953516 L 463835.6 -4953206 L 464372.9 -4952491 L 462799 -4951357 L 461505.9 -4950262 L 461405.3 -4949927 L 461224.7 -4949579 L 459943.3 -4948799 L 459035 -4946633 L 459056.1 -4945463 L 458669.1 -4944785 L 458003.8 -4944538 L 457660.9 -4944727 L 457344.1 -4943714 L 455926.6 -4944297 L 454775.4 -4943378 L 452333.4 -4944218 L 452055.8 -4944022 L 451728 -4944111 L 451372.4 -4943974 L 450442.6 -4944505 L 449201.4 -4943644 L 448067.3 -4943583 L 446810.4 -4944435 L 446942.1 -4945537 L 446599.7 -4946185 L 446410.6 -4946402 L 445962.6 -4946696 L 444539.4 -4946067 L 443041.2 -4946427 L 442021.6 -4945842 L 441672 -4945775 L 441288.3 -4945806 L 440118.3 -4944838 L 438264.5 -4945074 L 436772.9 -4943955 L 437483.7 -4941834 L 437714.9 -4941525 L 437401.3 -4941442 L 436670.6 -4940813 L 436466.4 -4941132 L 434240.1 -4943046 L 433905.3 -4943083 L 433677.2 -4943329 L 433697 -4944408 L 434035 -4945022 L 433667.6 -4945643 L 433431.5 -4945919 L 434253.5 -4947081 L 434486 -4947371 L 432878.5 -4949926 L 432573.5 -4950153 L 431639.9 -4949533 L 431270.3 -4949445 L 430846.1 -4949927 L 430626 -4950163 L 430891.6 -4951276 L 432078.1 -4952764 L 432475 -4955391 L 432538.2 -4956119 L 432190 -4957586 L 432212.6 -4957965 L 432357.5 -4957998 L 432697.1 -4958166 L 433442.4 -4958275 L 433756.1 -4959308 L 433867.7 -4959610 L 434012 -4960230 L 433815.8 -4960530 L 433580.3 -4961207 L 433612.9 -4962656 L 431895.9 -4963942 L 431533.1 -4963978 L 431297 -4964249 L 430594 -4965853 L 430555.7 -4966181 L 429776.7 -4966707 L 428239.4 -4969198 L 427933.4 -4969402 L 427242.2 -4971184 L 427327.1 -4972338 L 429129.7 -4973633 L 428896.6 -4973938 L 428685.1 -4974672 L 426654 -4976343 L 427017.1 -4978204 L 426651.7 -4978886 L 425645.5 -4980985 L 427371.8 -4981687 L 427719.4 -4981845 L 428070.1 -4981983 L 429061.9 -4981507 L 431200.2 -4981957 L 431738.4 -4983757 L 431821 -4984135 L 431582.9 -4984439 L 429953.7 -4985990 L 429447.5 -4987842 L 428279.7 -4989788 L 428536.3 -4990162 L 428684 -4990449 L 428833.9 -4990464 L 431310.8 -4992622 L 431686.6 -4992578 L 432108 -4993114 L 433492.3 -4992973 L 434049.3 -4992516 L 434413.1 -4992535 L 434945.7 -4993984 L 434916.9 -4995138 L 435642.6 -4996459 L 435123.6 -4998295 L 434945.5 -4998640 L 436067.9 -4998560 L 436725.3 -4998942 L 437441.3 -4999825 L 437529.3 -5001302 L 438661.7 -5001343 L 439027.4 -5001450 L 439103.2 -5001759 L 439235.9 -5002049 L 436818.1 -5003710 L 436561 -5005588 L 435993 -5006093 L 436109.8 -5007895 L 436009.6 -5008263 L 436613.4 -5008123 L 436943.1 -5008268 L 436886.9 -5008647 L 438375.5 -5009854 L 438710.9 -5010538 L 439752.2 -5010914 L 439800.4 -5012388 L 440212.8 -5013035 L 440948.4 -5013229 L 441458.9 -5013759 L 441604.2 -5014899 L 442093.8 -5015336 L 442234.6 -5015635 L 442513.5 -5015609 L 442737.5 -5015441 L 443850 -5015467 L 445038.5 -5017464 L 445109.3 -5017848 L 445963.3 -5019110 L 447386.4 -5019656 L 447764.3 -5019585 L 448828.7 -5020021 L 449256.2 -5020654 L 449239 -5021039 L 448694.8 -5022004 L 449714.9 -5023120 L 449744.1 -5024999 L 449659.9 -5025624 L 450080.5 -5026255 L 449701.2 -5027335 L 448920.2 -5028162 L 448719.9 -5029263 L 449036.7 -5029484 L 449550.5 -5029475 L 450743.1 -5029394 L 451057 -5029306 L 452037.8 -5028742 L 452256 -5028035 L 452852.9 -5027572 L 453961.5 -5027492 L 454338.4 -5027446 L 455281.3 -5026688 L 455483.3 -5026425 L 455648.3 -5026259 L 455770.3 -5026058 L 457868.6 -5025857 L 458484.8 -5024605 L 458783.8 -5024396 L 459210.3 -5025404 L 460999.6 -5025545 L 461959.1 -5026006 L 462169.1 -5025697 L 462182 -5026057 L 462478.7 -5026717 L 462092.4 -5028034 L 461719.5 -5027976 L 459390.7 -5029775 L 459765.4 -5030423 L 460073.6 -5032621 L 460140.5 -5032991 L 460450.3 -5033136 L 460369.9 -5034464 L 460682.8 -5034601 L 461062.1 -5036466 L 462075.7 -5036894 L 463472.4 -5036540 L 463839.3 -5036509 L 463252 -5034474 L 463186.1 -5034126 L 465173.2 -5034920 L 465544.1 -5034934 L 466200.2 -5034018 L 467529 -5033347 L 468294.8 -5033376 L 469484.1 -5034842 L 469983.9 -5034861 L 470189.3 -5032966 L 470114.4 -5032592 L 471185 -5032795 L 471860.9 -5032554 L 472210.8 -5032457 L 472915.8 -5031572 L 473990.4 -5031940 L 475108.1 -5031888 L 475228.2 -5031240 L 474698.6 -5030435 L 474434.7 -5030225 L 474571.1 -5028716 L 475958 -5027531 L 476348.2 -5026481 L 477124.2 -5025642 L 478203.6 -5026562 L 479578.1 -5026876 L 479905 -5026728 L 480846.9 -5026195 L 481948.6 -5026232 L 482291.5 -5026097 L 482650.4 -5025980 L 483010.1 -5026639 L 485017.3 -5027734 L 486010.3 -5026663 L 487522.8 -5026811 L 487910.7 -5026839 L 488348.8 -5025809 L 489188.8 -5025037 L 489563.7 -5024954 L 490119.3 -5025813 L 490770.2 -5025575 L 491085.2 -5025384 L 492036.2 -5024308 L 493065 -5024019 L 493412.9 -5024149 L 493270 -5023785 L 493530.3 -5022261 L 493551.4 -5021741 L 494141.7 -5019910 L 495387.9 -5017984 L 495437 -5017602 L 496953.6 -5017354 L 499399.4 -5015564 L 500529.2 -5015294 L 500897.1 -5015161 L 501331.7 -5016101 L 501988.4 -5016353 L 502340.3 -5016400 L 503815.7 -5017191 L 504115.6 -5017362 L 503918.6 -5017694 L 504611.2 -5018575 L 504408.9 -5020086 L 504945.7 -5020628 L 506382.3 -5021020 L 506808 -5022060 L 507010.9 -5022389 L 507323.8 -5022440 L 507562.7 -5022649 L 508176.6 -5022203 L 508390 -5020000 L 508344.1 -5019622 L 507227.3 -5019731 L 506640.5 -5019304 L 507348.5 -5018403 L 508350.4 -5017882 L 508107.6 -5017151 L 507512.8 -5016679 L 507126.9 -5016708 L 506154.3 -5016243 L 506257.4 -5015517 L 507385.1 -5015610 L 508272 -5014935 L 509776.6 -5015078 L 510843.3 -5015273 L 511675.9 -5016046 L 512052.8 -5016118 L 512107.9 -5015425 L 512711 -5014576 L 512339.4 -5013198 L 513967.8 -5014005 L 514011.7 -5014367 L 515868.2 -5014556 L 516871.2 -5013553 L 517247.1 -5013532 L 517384.2 -5012781 L 516935.8 -5010607 L 517724.8 -5009825 L 517950.2 -5007923 L 518467.2 -5007379 L 518842.1 -5007284 L 519209 -5007340 L 520829.8 -5006611 L 520809.9 -5006228 L 520738.3 -5004701 L 520112.7 -5003758 L 519988.1 -5002614 L 520518.6 -5000460 L 521590.4 -5000193 L 521153.8 -4999200 L 522109.3 -4996733 L 522443.1 -4996929 L 523168.9 -4997135 L 524129.8 -4996491 L 524149.8 -4996490 L 525439.7 -4995725 L 526944.3 -4995761 L 527134.5 -4995031 L 527889.3 -4994963 L 525309.3 -4993910 L 524955.3 -4994041 L 523585.5 -4994622 L 523116.4 -4995199 L 522757.5 -4995184 L 521771.9 -4994770 L 522008.1 -4994106 L 521939.3 -4993754 L 522433.3 -4993274 L 523770 -4992933 L 524014.1 -4992351 L 523064.4 -4989488 L 523334.7 -4988380 L 522949.2 -4987326 L 523536.4 -4986349 L 523680.5 -4985993 L 523993.5 -4985790 L 525688.8 -4986370 L 526020.8 -4986198 L 525231.7 -4984498 L 526661.2 -4984813 L 527420.4 -4983639 L 528492 -4983930 L 528734 -4983644 L 528091.7 -4982304 L 526728.3 -4981752 L 526904.7 -4980625 L 527582.6 -4980306 L 527953.5 -4980222 L 527953.6 -4980222 z "
id="path610" />
<path
d="M 315139.8 -5065048 L 314957.4 -5064325 L 313789.9 -5062807 L 313150.1 -5062841 L 312885.2 -5061466 L 312438.7 -5060934 L 312717 -5060355 L 311698.6 -5059963 L 311690.2 -5059224 L 310060.4 -5058378 L 310546.1 -5057348 L 310674.4 -5056990 L 309803.2 -5056289 L 308705.6 -5056287 L 307753.4 -5055719 L 307656.2 -5056030 L 307565.2 -5057295 L 306815.5 -5057196 L 305754.8 -5056080 L 305390.9 -5054973 L 304760.3 -5054788 L 304826.7 -5054318 L 305003.9 -5054002 L 305717.4 -5053189 L 305916.9 -5052496 L 305590.5 -5051906 L 305893 -5051253 L 304430.8 -5048708 L 304711.9 -5048480 L 305016.7 -5047530 L 304403.8 -5046616 L 303145 -5045871 L 302402.3 -5045838 L 302088.3 -5045895 L 301784.3 -5045992 L 301652 -5045325 L 301115 -5044449 L 300448.4 -5044286 L 300553.9 -5043697 L 300166.5 -5043264 L 299965.9 -5042963 L 299080.3 -5041853 L 298944.2 -5040073 L 298565.3 -5040105 L 298249.6 -5039892 L 297971.5 -5040142 L 297140.1 -5040814 L 294774.8 -5040038 L 294799.2 -5039654 L 294320.9 -5039133 L 293553.3 -5039075 L 293017.5 -5038103 L 291275.9 -5037481 L 291250.9 -5037447 L 291109.2 -5036343 L 290786.1 -5035680 L 289404.8 -5037388 L 288769 -5037422 L 288766.6 -5035945 L 289748.4 -5034845 L 288742.3 -5034428 L 288377.4 -5034479 L 287683.6 -5034536 L 286760.6 -5033960 L 286140.9 -5033066 L 286184.2 -5032747 L 285847.4 -5031858 L 285653.8 -5031581 L 285435 -5030636 L 284639.4 -5028892 L 284259.9 -5026976 L 284310.3 -5026644 L 284810.1 -5025789 L 284921.5 -5025450 L 285338.4 -5023736 L 285362.4 -5023711 L 285738 -5021484 L 285570.5 -5020357 L 285358.5 -5019623 L 285047.9 -5019424 L 284233.2 -5018732 L 283992.4 -5018649 L 283784.3 -5018794 L 283499.1 -5019017 L 281753.1 -5018905 L 281677.6 -5018573 L 280884.9 -5017152 L 280850.4 -5016827 L 280360.8 -5015991 L 280068.2 -5015804 L 278037.2 -5015829 L 278048.6 -5015512 L 278076.4 -5014909 L 277798.8 -5014756 L 277711.4 -5014383 L 277675.5 -5013635 L 277942.7 -5013361 L 276568.3 -5011989 L 275807 -5011805 L 275554.7 -5010694 L 275203.8 -5010734 L 274501.1 -5010119 L 273227 -5010671 L 273107.9 -5010792 L 272893.6 -5011062 L 272036.6 -5012102 L 271412.7 -5012284 L 271121.2 -5012043 L 270134.5 -5011522 L 269380.8 -5011588 L 268556.1 -5012344 L 268207.5 -5012157 L 267004.4 -5010641 L 266778 -5010317 L 264909.8 -5009757 L 264394.9 -5008541 L 264131.8 -5008707 L 263904.6 -5008920 L 263904 -5009312 L 264637.7 -5011898 L 264624.1 -5012273 L 261667.9 -5013392 L 261141.1 -5014760 L 260812 -5014939 L 260605 -5015012 L 260389.1 -5015043 L 258461.4 -5014778 L 256905.9 -5014938 L 256513.1 -5014951 L 255134.4 -5015186 L 254858.2 -5015403 L 255216.8 -5015533 L 255481.3 -5015808 L 255549.7 -5016166 L 255932.2 -5019748 L 255604.1 -5019886 L 254282 -5020348 L 253070.5 -5019685 L 253149 -5020004 L 252936.7 -5020939 L 252683.4 -5021202 L 252376.3 -5021356 L 251859.9 -5021774 L 250577.1 -5022001 L 249168 -5021792 L 248765.3 -5022398 L 246681.3 -5023655 L 246524.5 -5022909 L 244702.7 -5022571 L 244264.8 -5021963 L 244328.9 -5021204 L 242641.3 -5022054 L 242355 -5022313 L 242191 -5024300 L 241863 -5024400 L 242796.2 -5025371 L 242622.8 -5025660 L 242538.7 -5025735 L 242932.6 -5026358 L 242946 -5026727 L 244001 -5025755 L 245306.8 -5026240 L 245426.2 -5026588 L 245425.8 -5027714 L 243527.4 -5027799 L 242851.1 -5027487 L 242714.6 -5028537 L 242046.4 -5028793 L 241696.7 -5029328 L 240993.7 -5029461 L 240518.1 -5030003 L 240506 -5030766 L 240600.4 -5031137 L 241206.3 -5031051 L 241340.8 -5031327 L 242470.5 -5031273 L 243101.7 -5031701 L 243410.6 -5032396 L 245258.6 -5032665 L 245497.5 -5033398 L 246648.1 -5033389 L 246485.7 -5034443 L 245728 -5034400 L 245214.6 -5034845 L 245442.1 -5036628 L 245199.8 -5036922 L 245196.4 -5037202 L 244339.6 -5037939 L 244176.7 -5038676 L 243152.7 -5038878 L 242784.9 -5038785 L 242853.4 -5039121 L 243278.1 -5040751 L 244342.3 -5040405 L 245011.9 -5041301 L 245153.9 -5042034 L 246032.9 -5042607 L 246346.1 -5042403 L 246518.4 -5042882 L 246095.3 -5043821 L 245346.3 -5043944 L 244768.8 -5044439 L 245474.1 -5045614 L 244655.4 -5046352 L 243619.2 -5045969 L 243277.5 -5045791 L 243442.6 -5046490 L 242852.2 -5046940 L 241748.6 -5046835 L 240498.9 -5047607 L 240368.9 -5047607 L 240413.9 -5048377 L 241331.1 -5048889 L 242449.4 -5050814 L 242115.3 -5050973 L 241353.9 -5052227 L 240718.6 -5052600 L 240433.5 -5052719 L 240038 -5053178 L 239822.7 -5053486 L 239075.9 -5053415 L 239075.5 -5053769 L 238668.9 -5054348 L 237676.6 -5054727 L 237313.9 -5055382 L 236448.2 -5056089 L 236170.9 -5057171 L 236151.5 -5057508 L 235677 -5057990 L 234540 -5057306 L 234208.1 -5057248 L 233467.5 -5057039 L 232500.9 -5057675 L 232194.6 -5057910 L 233960.5 -5061034 L 234132.1 -5061358 L 235134.5 -5060917 L 235822.1 -5061182 L 236194 -5061190 L 236231.5 -5061579 L 234354.8 -5064063 L 234133.4 -5064384 L 233181.2 -5064669 L 233822.6 -5065975 L 233413.4 -5067006 L 233495 -5067367 L 233648.2 -5068905 L 234847.1 -5069841 L 234930.7 -5070219 L 233994 -5070874 L 230551.4 -5070750 L 230488.2 -5071805 L 230371.8 -5072137 L 231435.5 -5073296 L 231507.1 -5073684 L 233332.3 -5073465 L 233934.8 -5073912 L 234978.6 -5074027 L 235278.7 -5075811 L 237436.1 -5075282 L 237746.3 -5075075 L 238040.3 -5075049 L 239810.7 -5075546 L 240157.5 -5075670 L 241648.7 -5075356 L 242249.5 -5075502 L 243406.4 -5076473 L 243325.7 -5077215 L 243919.3 -5077590 L 244947.5 -5077373 L 245222.2 -5077603 L 247314.2 -5077435 L 247931.4 -5077188 L 247711 -5076549 L 247804.3 -5076222 L 248156.3 -5076204 L 248420.9 -5075594 L 248542.2 -5075263 L 249051.1 -5074313 L 249242.4 -5074008 L 249271.4 -5073993 L 250653 -5074226 L 251929.7 -5075468 L 252270.5 -5075614 L 252530.7 -5075362 L 254254.5 -5075334 L 253867.1 -5074727 L 254338.5 -5074276 L 254817.7 -5075059 L 254980.5 -5075318 L 254801.5 -5076449 L 256065.2 -5078785 L 256002.9 -5079154 L 255752.6 -5080615 L 255379.6 -5080649 L 255985.7 -5081569 L 256670.4 -5081809 L 257036.3 -5081854 L 257810.5 -5083869 L 258076.3 -5084124 L 256926.8 -5084792 L 256767.3 -5086585 L 256060.4 -5086513 L 255664 -5087053 L 255568.7 -5087403 L 255853.4 -5087786 L 256137.3 -5087949 L 256618.5 -5088841 L 255694.1 -5089331 L 255618.3 -5090348 L 255358.1 -5090600 L 255981.9 -5090841 L 256205.7 -5091094 L 257175.1 -5090542 L 258639.9 -5090718 L 258944 -5090501 L 259176.8 -5090701 L 259661.6 -5090912 L 259623.1 -5091601 L 260336.2 -5092769 L 260472 -5093086 L 260118 -5093137 L 259866.2 -5094174 L 259153.2 -5094172 L 259274.4 -5095239 L 262123.5 -5096379 L 262483.6 -5096239 L 263072 -5097126 L 263425.9 -5097242 L 264088.4 -5098006 L 263376.9 -5098675 L 263916 -5100005 L 263931.5 -5100734 L 265044.4 -5100831 L 265735.8 -5101704 L 264703.8 -5103227 L 264622.3 -5103963 L 264533.1 -5104326 L 265207.9 -5104616 L 267715.9 -5104669 L 267989.8 -5104913 L 268825.1 -5104368 L 269063.2 -5104132 L 270569.2 -5105824 L 271714.1 -5105929 L 272394 -5106208 L 271764.5 -5107088 L 273069.8 -5108358 L 273388.7 -5108543 L 274912 -5108058 L 275217.1 -5107922 L 275432 -5108207 L 275097.5 -5109204 L 274974.3 -5109538 L 275268.2 -5109754 L 275930.6 -5108909 L 276626.7 -5108705 L 276967.6 -5108830 L 277967.4 -5109306 L 278281.3 -5109502 L 280447.3 -5107565 L 280652.4 -5107251 L 281118.5 -5106964 L 281420.4 -5107076 L 282636.8 -5108318 L 282983.8 -5108376 L 285017 -5107990 L 285242.1 -5107712 L 285719.2 -5107411 L 285862.3 -5107167 L 286405.5 -5106645 L 287495.6 -5106371 L 288774.2 -5105055 L 289009.5 -5104363 L 290119.6 -5104156 L 291640.4 -5104440 L 291922.2 -5104713 L 292540.3 -5104395 L 293221.1 -5104666 L 294283.1 -5104488 L 294607.1 -5104493 L 294909 -5104615 L 297122 -5104358 L 297758.8 -5104754 L 298413.9 -5104460 L 298742 -5104279 L 299437.5 -5103051 L 299504.7 -5102695 L 302067.4 -5102854 L 303627.8 -5103889 L 304033.5 -5104522 L 304767.5 -5104350 L 304574.4 -5104679 L 304294.1 -5105362 L 304429.6 -5106492 L 303765.5 -5106846 L 302266.6 -5106846 L 302168.3 -5107567 L 302426.2 -5107848 L 302007 -5108452 L 302260.9 -5108677 L 302636.7 -5109149 L 302986.7 -5109016 L 303891.2 -5110167 L 304349.7 -5111557 L 305418.7 -5111297 L 306136.4 -5112076 L 306817.5 -5111799 L 307163.5 -5111674 L 306784 -5110282 L 308048.2 -5109499 L 309218.8 -5107575 L 309346.1 -5106824 L 309419.2 -5106450 L 310465.9 -5106917 L 311225.9 -5106796 L 312029.3 -5105548 L 313334.1 -5105848 L 313623.3 -5105235 L 313678.4 -5104893 L 314597.1 -5105436 L 314516.9 -5106081 L 314761.6 -5106760 L 315115.6 -5106619 L 315668.4 -5107116 L 317171.3 -5106908 L 317854.1 -5107220 L 320464.8 -5107431 L 320845.8 -5107425 L 320046.3 -5109146 L 320779 -5110037 L 322736.5 -5111188 L 322865.3 -5111945 L 322901.3 -5112006 L 323879.3 -5111684 L 324191.3 -5111538 L 325643.1 -5111904 L 328498.1 -5110977 L 330296.8 -5111569 L 331203.9 -5110931 L 331442 -5110625 L 331081.1 -5110477 L 330534.3 -5110026 L 332053.7 -5107915 L 332018 -5106755 L 331605.2 -5106141 L 331598.3 -5105891 L 330957.7 -5104948 L 331456.1 -5103564 L 330701.5 -5102751 L 330770.8 -5101672 L 331081.8 -5101496 L 332847.9 -5100354 L 333156.9 -5100123 L 333681 -5099579 L 333820.4 -5098453 L 334434.4 -5098089 L 336000.6 -5099745 L 336611.7 -5099051 L 336581.8 -5098726 L 337462.8 -5098204 L 337794.8 -5098123 L 338839 -5097066 L 338520.3 -5096404 L 338629.5 -5095726 L 339635.5 -5095262 L 339544.6 -5094917 L 339587.1 -5093508 L 340254.1 -5093120 L 340021.7 -5091584 L 338744.3 -5090727 L 338561.5 -5090146 L 338397.6 -5089881 L 338418.8 -5089257 L 338038.9 -5089185 L 337282 -5089287 L 335564 -5087763 L 333731.5 -5087361 L 332724.5 -5087858 L 331953.7 -5087803 L 330732.5 -5088746 L 329968.7 -5088732 L 329793.9 -5088408 L 329700.2 -5087680 L 330226.3 -5087171 L 330198.5 -5086786 L 329975.4 -5084911 L 331004.9 -5083313 L 330718.1 -5083102 L 329425.9 -5081939 L 329667 -5081735 L 330268.8 -5081821 L 330461.9 -5081572 L 330076.5 -5080509 L 328410.5 -5077499 L 327306.3 -5076480 L 327194.5 -5076115 L 327339.1 -5075010 L 326851.5 -5074473 L 327352.9 -5073486 L 327224.1 -5073156 L 326285.5 -5072958 L 326126.3 -5073304 L 325674.1 -5073916 L 324927.3 -5073954 L 324190 -5074781 L 322340.4 -5074965 L 321692.8 -5074606 L 321382.5 -5071953 L 321919 -5070934 L 321659.5 -5070234 L 321342.7 -5070116 L 320390.9 -5070187 L 320058.1 -5070060 L 318082.5 -5068702 L 318095.7 -5068374 L 317980.2 -5067728 L 317625.3 -5067740 L 317015.5 -5067752 L 316579.3 -5066792 L 316787.4 -5066496 L 316380.2 -5065496 L 315450.3 -5065694 L 315137.9 -5065048 L 315139.8 -5065048 z "
id="path611" />
<path
d="M 435566 -5141649 L 434617.4 -5142826 L 434349.4 -5145396 L 437572 -5146806 L 437963.3 -5147495 L 438118.5 -5147859 L 438118.5 -5147909 L 438348.6 -5148182 L 438406.9 -5148892 L 437939.1 -5149421 L 437729.6 -5150760 L 437365.6 -5150670 L 436841.8 -5151176 L 436822 -5151551 L 436738.7 -5153071 L 435140 -5156093 L 435032.2 -5156460 L 436189.7 -5157396 L 435777.7 -5159598 L 435717.9 -5159968 L 436409.6 -5161209 L 436772.6 -5161215 L 437071.7 -5161465 L 437133.3 -5162608 L 437297.5 -5162961 L 436844 -5164048 L 437489 -5165859 L 436766 -5165949 L 436464.3 -5166612 L 435759.2 -5166449 L 434622.8 -5167792 L 433714.1 -5168497 L 433536.5 -5169246 L 434838.6 -5171068 L 434949.8 -5171438 L 433862.9 -5171823 L 432929.5 -5173042 L 432248.7 -5173399 L 431508.7 -5173580 L 430799.5 -5173293 L 430133.7 -5173675 L 429754.7 -5173742 L 430084.3 -5174794 L 429999.7 -5175500 L 428802 -5176195 L 428165.4 -5177097 L 428512.1 -5178171 L 430363.5 -5178572 L 432057.2 -5181062 L 431285.9 -5182371 L 431169.1 -5182739 L 430912.2 -5183029 L 428701.9 -5184575 L 426936.3 -5187091 L 427155.6 -5187518 L 428563.7 -5187423 L 428835.9 -5187662 L 429217 -5187699 L 430349.2 -5189334 L 430207.4 -5191083 L 432563.6 -5192351 L 432959.6 -5192312 L 434028.5 -5193411 L 435047.1 -5195469 L 435190.4 -5195825 L 434965.6 -5196121 L 434335.8 -5196460 L 431794.1 -5196024 L 431472.2 -5196228 L 428806.4 -5198371 L 428798.1 -5200638 L 429650.4 -5200876 L 429896.6 -5201094 L 430315.1 -5201636 L 430103.8 -5202634 L 430474.3 -5203240 L 430688.6 -5203523 L 430717.3 -5204513 L 431511.9 -5205157 L 431795.1 -5205360 L 431605.3 -5205698 L 430906.2 -5207060 L 430709.4 -5207339 L 429862.6 -5207762 L 429737.9 -5208109 L 428476.2 -5208810 L 427645 -5209962 L 425975.1 -5210438 L 425825.4 -5210793 L 426535.6 -5212154 L 426772.2 -5212866 L 427676.9 -5213507 L 427866.8 -5214615 L 427346.2 -5216392 L 427743.8 -5216994 L 427528 -5217311 L 426049.8 -5217387 L 425659.9 -5216457 L 424167.5 -5216333 L 424017.1 -5217045 L 424420.1 -5218114 L 423714.2 -5218417 L 423695.5 -5218795 L 423463.4 -5219873 L 423125.2 -5219726 L 421802.5 -5219229 L 420917.6 -5219590 L 419705.7 -5218769 L 419421.5 -5218592 L 418930 -5218140 L 417634.1 -5217390 L 416588.3 -5217856 L 415545.7 -5217386 L 415180.7 -5217502 L 414807.3 -5217034 L 414487.4 -5217236 L 412064.8 -5218233 L 411836 -5218514 L 410699.5 -5219399 L 409263.3 -5219498 L 408952.1 -5219296 L 408225 -5219379 L 407116.6 -5220298 L 406882.7 -5220431 L 406623.7 -5220507 L 409349.6 -5223296 L 409455.3 -5224081 L 409678.7 -5224445 L 410423.5 -5225257 L 411485 -5225554 L 411843.1 -5225639 L 411516.1 -5227953 L 411655.9 -5229884 L 411676.3 -5230278 L 412738.6 -5230400 L 414399.6 -5228883 L 416728.1 -5230054 L 416919.4 -5230386 L 417494.9 -5231855 L 417248.5 -5232589 L 417047.8 -5232929 L 416037.9 -5233271 L 415849.4 -5233843 L 416004.7 -5234165 L 418076.1 -5235146 L 418116.1 -5236228 L 419531.1 -5238041 L 421784.2 -5236635 L 422113.1 -5236437 L 422123.1 -5236422 L 423669.3 -5235289 L 424720.8 -5235574 L 425458.8 -5235410 L 425779.7 -5235196 L 428402.9 -5236863 L 430680.9 -5237407 L 431077 -5237392 L 431813.2 -5237420 L 432351.9 -5236973 L 432584.7 -5236687 L 433653 -5236787 L 433996.2 -5236897 L 434542.7 -5238252 L 435570.4 -5238735 L 435854.7 -5238993 L 435183.4 -5240793 L 434210.8 -5241400 L 433731.7 -5242447 L 433045.8 -5242710 L 433614.3 -5244037 L 432734.6 -5246446 L 432489.8 -5246728 L 431770.4 -5246526 L 431407.2 -5246436 L 431868.2 -5249189 L 432964.7 -5251310 L 432876.5 -5252103 L 432833.9 -5252499 L 434449.5 -5250798 L 438374.9 -5254026 L 439589.6 -5250723 L 441125.1 -5250870 L 441518.2 -5250866 L 442279 -5251467 L 442530.3 -5251669 L 442789.7 -5254731 L 442192.6 -5255688 L 442681.8 -5256681 L 442181.8 -5257685 L 442567 -5259533 L 442926.9 -5260213 L 442576.9 -5260329 L 441972.2 -5260734 L 440799.8 -5260643 L 439426.5 -5259848 L 439029.4 -5259821 L 440457.9 -5263422 L 439215.9 -5266288 L 438935.2 -5266564 L 434243.3 -5266845 L 433784.9 -5267479 L 433992.7 -5268986 L 433536.9 -5270070 L 433399.3 -5270439 L 434799.4 -5271076 L 436183.4 -5272422 L 439270 -5273105 L 442044.5 -5274550 L 442439.6 -5274580 L 445874.5 -5275406 L 446236.6 -5275447 L 446527.8 -5274730 L 447235.6 -5274381 L 447543.4 -5274133 L 448757.5 -5273149 L 450246.3 -5272685 L 451494.8 -5271184 L 452431.3 -5270554 L 452960.1 -5271123 L 454062.7 -5271374 L 454523.6 -5271999 L 457020.6 -5273056 L 457369.9 -5273226 L 458069.7 -5272867 L 458733.2 -5271447 L 461261.9 -5268981 L 461338.5 -5268595 L 462480.8 -5268565 L 463521.7 -5269036 L 465375.5 -5269283 L 466829.4 -5268885 L 467071.1 -5268588 L 467541 -5267600 L 468974.2 -5267430 L 469724.5 -5266632 L 470028.4 -5266428 L 470747.2 -5265249 L 470484.9 -5264232 L 470384.5 -5263896 L 473675.3 -5262108 L 473696.1 -5260214 L 474318.3 -5259369 L 474677.3 -5259248 L 475631.4 -5259098 L 475955.5 -5259079 L 478083.9 -5259746 L 478903 -5260466 L 479055.5 -5260815 L 478633.1 -5261430 L 478916.9 -5262079 L 478781.6 -5263535 L 479055.4 -5264963 L 479407.8 -5265170 L 480220.5 -5263882 L 481714.7 -5263705 L 483288.9 -5262618 L 484116.2 -5260954 L 484334.9 -5260634 L 484717.9 -5260570 L 485008.7 -5260313 L 486499.6 -5260711 L 487630.8 -5262238 L 489841.3 -5262955 L 490148.7 -5263193 L 491096.7 -5262103 L 491270.4 -5261786 L 491423.7 -5261139 L 491480.3 -5260811 L 491823.1 -5259671 L 491835.6 -5259274 L 493383.4 -5256901 L 493489 -5256549 L 493536.8 -5256337 L 494440.3 -5253903 L 494414.8 -5253528 L 493609.2 -5252387 L 493510 -5251331 L 493520.6 -5250976 L 491491.8 -5246379 L 491304.4 -5246036 L 490662.2 -5245102 L 490486.8 -5244763 L 490285.4 -5244432 L 489764.1 -5243408 L 490020.6 -5241938 L 490420.7 -5240957 L 491622.3 -5240234 L 491962.3 -5240120 L 492692.3 -5239880 L 492982.1 -5239627 L 493220.9 -5239331 L 493764.5 -5238797 L 494024.3 -5238533 L 495139.1 -5237055 L 497555.1 -5235368 L 498167.4 -5234543 L 498249.7 -5233882 L 498177.3 -5233545 L 497963.4 -5230826 L 498876.5 -5228676 L 499082.2 -5228342 L 499238.9 -5228023 L 499376.6 -5227695 L 500695.7 -5223428 L 500751.4 -5223058 L 501003.2 -5222747 L 501102.9 -5222380 L 500843.4 -5220913 L 501432.6 -5219951 L 501684.4 -5219654 L 501766.6 -5217790 L 501813.3 -5217419 L 501832.2 -5217280 L 501820.8 -5216885 L 501915.7 -5215706 L 501244.2 -5214290 L 501054.7 -5212804 L 501221.4 -5212457 L 503367.7 -5211019 L 503629.5 -5210751 L 504095.4 -5210486 L 504362.5 -5210521 L 505050.4 -5209090 L 505210.1 -5208726 L 505208.7 -5207156 L 505126.3 -5206768 L 504612.3 -5205801 L 504490.6 -5205079 L 504295.9 -5203199 L 505236.4 -5201181 L 505557.3 -5200979 L 505476.6 -5200222 L 504544.9 -5198554 L 504432.6 -5198254 L 503341.8 -5195300 L 503939.1 -5194315 L 504172.9 -5193994 L 504263.5 -5193435 L 504360.3 -5193168 L 504802 -5188983 L 503829.8 -5187839 L 503672.5 -5187482 L 503852.1 -5186944 L 503969.9 -5186686 L 503906.3 -5185968 L 502647.9 -5184582 L 502488.6 -5184243 L 501958.5 -5182958 L 501954.2 -5182608 L 501612 -5182436 L 500739.4 -5183152 L 499248.8 -5182831 L 497975 -5183547 L 496450.7 -5183596 L 495883.6 -5182352 L 495263.5 -5182385 L 494920.4 -5182407 L 494632.5 -5182652 L 492864.7 -5182073 L 492556.2 -5181438 L 492709 -5181091 L 491795.3 -5180460 L 491442.1 -5180293 L 490377.5 -5179833 L 489988.6 -5178791 L 487638.7 -5176761 L 487575.4 -5176413 L 487717.4 -5175012 L 487369.4 -5175089 L 486326.8 -5175981 L 485950.7 -5175990 L 483723.1 -5175786 L 482905.1 -5174555 L 482292.7 -5174165 L 482035.8 -5174422 L 481052.3 -5174024 L 480794.7 -5174718 L 479933.1 -5175457 L 479232.2 -5177199 L 478936.3 -5177397 L 476961.3 -5176405 L 476991 -5176026 L 476825 -5174536 L 475712.7 -5174426 L 474757.8 -5173279 L 474878.4 -5172587 L 474607.2 -5172329 L 473222.6 -5171785 L 472598.9 -5170854 L 471081.8 -5171009 L 470718.7 -5170900 L 470572 -5169785 L 471347.6 -5168997 L 471324.4 -5168619 L 470732.5 -5167269 L 469445.7 -5167941 L 469382.2 -5168681 L 466653.2 -5167577 L 466376.7 -5166824 L 468056.6 -5166330 L 468369.5 -5166161 L 468609.9 -5165065 L 467706.1 -5163918 L 467802.7 -5163184 L 468010.5 -5162871 L 466801.9 -5162154 L 466453.8 -5162036 L 467161.7 -5161770 L 467586.9 -5160361 L 468712.1 -5160482 L 469489.8 -5157978 L 469279.2 -5156905 L 469855.7 -5155939 L 467032.5 -5154163 L 466537.1 -5153597 L 465127.7 -5153047 L 464250.3 -5152330 L 463961.1 -5152085 L 463658.2 -5152307 L 463411.5 -5152987 L 462713.5 -5153226 L 461902.1 -5152511 L 461171 -5152369 L 460893.5 -5153371 L 459852.5 -5153548 L 459533.4 -5153337 L 457152.7 -5152222 L 455859.9 -5152859 L 454541.5 -5152203 L 452264.3 -5151991 L 451053.2 -5152013 L 450699.1 -5151883 L 448429.1 -5149935 L 447700.5 -5148626 L 448052.2 -5147966 L 448140.1 -5147637 L 447408.6 -5146536 L 447069.6 -5146494 L 446772.7 -5146748 L 446191.9 -5147270 L 444571.7 -5144607 L 444066.6 -5141929 L 444260.3 -5141171 L 443895.3 -5141271 L 442413.4 -5141489 L 442161.5 -5141770 L 441796.5 -5141840 L 439625.3 -5141561 L 437878.5 -5142099 L 437587.4 -5141844 L 436879.3 -5141536 L 436540.3 -5141546 L 435566.3 -5141649 L 435566 -5141649 z "
id="path612" />
<path
d="M 377317.8 -4986400 L 376992.9 -4986489 L 376268.2 -4987617 L 376013.1 -4987910 L 374502.8 -4990150 L 374317.1 -4990905 L 373574.4 -4991117 L 373752.9 -4991448 L 374099 -4992110 L 373736.6 -4992769 L 373528.4 -4993075 L 373015.7 -4994059 L 373156.5 -4995141 L 372852.5 -4995320 L 372384.3 -4995783 L 372125.7 -4995542 L 371995.2 -4996132 L 372364 -4996071 L 373110.5 -4996087 L 374418.9 -4996802 L 374793 -4997432 L 374773.3 -4998172 L 374503.3 -4998354 L 373892.5 -4998577 L 373628.5 -4998729 L 373283.5 -4998915 L 372238.7 -4999417 L 371119.8 -4999065 L 369993.3 -4999273 L 369992 -4999555 L 370009.4 -5000117 L 369626.6 -5000103 L 368567.7 -4999710 L 367577.8 -5000254 L 366604 -4999668 L 365179.3 -5000236 L 364390 -5001072 L 362388.2 -5002137 L 362450.5 -5002833 L 363485.8 -5002845 L 364262.6 -5003608 L 364551.2 -5003840 L 364883.8 -5004036 L 365352.5 -5005094 L 365218.2 -5005454 L 364943.1 -5005726 L 363877.7 -5006843 L 360835.8 -5006602 L 360450.4 -5007270 L 360703.2 -5008398 L 360881.6 -5008951 L 360904.3 -5009241 L 361272 -5009358 L 363067.3 -5010031 L 364406.3 -5011380 L 364428.9 -5011763 L 364328.9 -5012894 L 363986.9 -5013079 L 362846.8 -5012844 L 361448 -5013478 L 361519.6 -5013813 L 361386.2 -5014330 L 360509.3 -5014763 L 360940.5 -5016531 L 361487.8 -5016951 L 361718.7 -5018012 L 361470.7 -5018149 L 361672.3 -5018469 L 361313.9 -5020323 L 361693.7 -5020341 L 363197.1 -5020131 L 364329.6 -5021133 L 364971.1 -5022481 L 365247.1 -5023578 L 366637.9 -5024219 L 367026.7 -5024200 L 367354.4 -5024368 L 367997.4 -5025207 L 368296.9 -5026969 L 367947 -5027104 L 366477.8 -5028246 L 365052.3 -5027251 L 364470.9 -5028127 L 364789.2 -5028828 L 363708.8 -5028730 L 363409.7 -5028968 L 363324.6 -5030473 L 363875 -5030908 L 364980.7 -5030589 L 365714.2 -5030817 L 365736.9 -5031190 L 365679.9 -5032619 L 364448.2 -5033062 L 364241.1 -5033358 L 362961.3 -5033861 L 363157.7 -5034538 L 363780.1 -5034919 L 363852 -5036406 L 364287.1 -5037404 L 364794.8 -5037571 L 365045.8 -5037469 L 365644.3 -5037865 L 365719.8 -5038584 L 365581.6 -5038925 L 370262.2 -5036441 L 370584.2 -5036230 L 372103.9 -5038720 L 372635.3 -5039240 L 373366.9 -5039364 L 373734.7 -5039423 L 373903.8 -5040656 L 374247.6 -5040803 L 375309.9 -5042745 L 375972.4 -5043095 L 376696.1 -5043104 L 377350.4 -5042213 L 377684.4 -5042045 L 378741 -5043652 L 378833.9 -5045558 L 380373.2 -5045665 L 380826.7 -5046285 L 380969.2 -5047045 L 381556.2 -5046626 L 381878.2 -5046465 L 381804.8 -5045516 L 381873 -5045191 L 383351.2 -5045471 L 383800.7 -5046065 L 383847.3 -5046811 L 385747.1 -5045750 L 386122 -5045683 L 387047.9 -5045276 L 388025.3 -5045744 L 389093.8 -5045814 L 389754.5 -5047908 L 390348 -5048386 L 392278.3 -5048277 L 394182 -5049564 L 394392.8 -5049849 L 394942.4 -5050260 L 395031.9 -5051306 L 395423.5 -5051893 L 395701.3 -5052162 L 397919.6 -5054295 L 399056.9 -5055133 L 400097.7 -5054842 L 402137.7 -5055575 L 402358.4 -5056279 L 402408.2 -5056654 L 403211 -5056545 L 403343.8 -5056884 L 404068.5 -5056947 L 404743.7 -5058602 L 404973.3 -5059640 L 405668.1 -5059436 L 406167.2 -5058550 L 406238.1 -5058908 L 407260.6 -5059288 L 407602.7 -5058646 L 407879.7 -5058407 L 407948.9 -5057867 L 408103.9 -5057642 L 409551.5 -5057438 L 410260 -5058229 L 411868.7 -5057552 L 412198.5 -5057739 L 412465.9 -5059228 L 413960.5 -5059072 L 414598.2 -5059422 L 414437.9 -5060530 L 413774 -5060883 L 413780.9 -5061261 L 414717.4 -5061862 L 415352 -5062774 L 416079.8 -5062689 L 416585.8 -5062119 L 417316.6 -5062171 L 417302.4 -5062926 L 418287.8 -5064034 L 420160.3 -5063877 L 420326.3 -5063532 L 421018 -5063867 L 421522.6 -5064899 L 421846.1 -5066780 L 422833.7 -5067401 L 424759.1 -5067534 L 425237.9 -5068148 L 425537.8 -5068399 L 425919.7 -5068321 L 426451.8 -5067288 L 428166.5 -5066400 L 428239.6 -5065676 L 428276.7 -5065288 L 428283.9 -5064410 L 429274.5 -5064987 L 430568.3 -5064258 L 431806.8 -5065092 L 432862.7 -5064037 L 433547.6 -5063785 L 433886.5 -5063608 L 434219.1 -5065219 L 435251.9 -5064788 L 436041.9 -5063506 L 437501.6 -5063113 L 436742.1 -5061373 L 437793.8 -5061226 L 438150.5 -5062248 L 438218.4 -5062626 L 438977.5 -5060958 L 439707.3 -5060996 L 440157.3 -5060406 L 440841.1 -5060551 L 441696 -5059894 L 442387.8 -5060123 L 442738.7 -5060243 L 442755.3 -5057198 L 443909 -5057286 L 444812.6 -5057992 L 445506.3 -5058328 L 446533.1 -5057872 L 448196.4 -5059380 L 448790.1 -5060369 L 448699 -5061133 L 448519.9 -5061872 L 448781.8 -5062152 L 449896.5 -5062513 L 450283.4 -5062577 L 450526.3 -5062555 L 450768.3 -5062529 L 451366.2 -5062071 L 453608.7 -5062100 L 455240.4 -5061201 L 455565.3 -5061008 L 456245 -5061925 L 456983.8 -5062108 L 457985.4 -5063224 L 458342.3 -5063265 L 458557.2 -5064293 L 459622.9 -5065160 L 459969.8 -5065250 L 462244.6 -5062109 L 462208.8 -5060593 L 462561.7 -5060427 L 462593.8 -5059390 L 462775.8 -5059077 L 462452.9 -5058968 L 461667.2 -5057965 L 461660.3 -5057262 L 462550.2 -5056133 L 461994.5 -5055181 L 462003.5 -5054869 L 461910.6 -5054385 L 461602.7 -5054334 L 459447.2 -5054498 L 459111.4 -5053876 L 459111.5 -5053491 L 458812 -5050846 L 458518.1 -5050696 L 457797.4 -5050089 L 457636.6 -5049383 L 458467.7 -5047639 L 459547.6 -5046524 L 460168.7 -5045168 L 461048.5 -5044777 L 461694.3 -5044833 L 461754.3 -5044530 L 461864.5 -5043688 L 461615.6 -5043403 L 461837.8 -5042300 L 461597 -5041615 L 461865.1 -5040950 L 461170.6 -5039609 L 461121.8 -5038879 L 461242.8 -5038602 L 461498.9 -5038057 L 461061.5 -5036466 L 460682.2 -5034601 L 460369.3 -5034463 L 460449.7 -5033135 L 460139.9 -5032991 L 460073 -5032621 L 459764.8 -5030423 L 459390.1 -5029774 L 461718.9 -5027976 L 462091.8 -5028034 L 462478.1 -5026716 L 462181.4 -5026057 L 462168.5 -5025696 L 461958.5 -5026006 L 460999 -5025544 L 459209.7 -5025404 L 458783.2 -5024395 L 458484.2 -5024605 L 457868 -5025856 L 455769.7 -5026057 L 455647.7 -5026258 L 455482.7 -5026424 L 455280.7 -5026687 L 454337.8 -5027445 L 453960.9 -5027492 L 452852.3 -5027572 L 452255.4 -5028035 L 452037.2 -5028741 L 451056.4 -5029305 L 450742.5 -5029394 L 449549.9 -5029474 L 449036.1 -5029484 L 448719.3 -5029263 L 448919.6 -5028161 L 449700.6 -5027334 L 450079.9 -5026254 L 449659.3 -5025624 L 449743.5 -5024999 L 449714.3 -5023119 L 448694.2 -5022003 L 449238.4 -5021039 L 449255.6 -5020654 L 448828.1 -5020020 L 447763.7 -5019584 L 447385.8 -5019656 L 445962.7 -5019109 L 445108.7 -5017848 L 445037.9 -5017464 L 443849.4 -5015466 L 442736.9 -5015441 L 442512.9 -5015609 L 442234 -5015634 L 442093.2 -5015336 L 441603.6 -5014899 L 441458.3 -5013758 L 440947.8 -5013228 L 440212.2 -5013035 L 439799.8 -5012387 L 439751.6 -5010914 L 438710.3 -5010537 L 438374.9 -5009853 L 436886.3 -5008647 L 436942.5 -5008267 L 436612.8 -5008122 L 436009 -5008262 L 436109.2 -5007894 L 435992.4 -5006093 L 436560.4 -5005587 L 436817.5 -5003709 L 439235.3 -5002048 L 439102.6 -5001759 L 439026.8 -5001450 L 438661.1 -5001342 L 437528.7 -5001301 L 437440.7 -4999825 L 436724.7 -4998942 L 436067.3 -4998559 L 434944.9 -4998639 L 435123 -4998294 L 435642 -4996458 L 434916.3 -4995137 L 434945.1 -4993984 L 434412.5 -4992534 L 434048.7 -4992516 L 433491.7 -4992972 L 432107.4 -4993114 L 431686 -4992577 L 431310.2 -4992621 L 428833.3 -4990463 L 428683.4 -4990449 L 428535.7 -4990161 L 428279.1 -4989788 L 429446.9 -4987841 L 429953.1 -4985989 L 431582.3 -4984438 L 431820.4 -4984135 L 431737.8 -4983757 L 431199.6 -4981956 L 429061.3 -4981507 L 428069.5 -4981982 L 427718.8 -4981845 L 427371.2 -4981686 L 425644.9 -4980984 L 425302.2 -4980865 L 424252.1 -4981793 L 423913.5 -4981610 L 421339.7 -4980997 L 419451.2 -4980739 L 417246.1 -4979129 L 416796 -4978485 L 416418.2 -4978526 L 416042 -4979054 L 415967.7 -4980568 L 415683.7 -4980719 L 414955.6 -4981354 L 413426.7 -4981310 L 411875.3 -4979627 L 411765.1 -4978897 L 408910.1 -4977812 L 408243.6 -4976804 L 407910.7 -4976930 L 407712.2 -4977614 L 407258 -4977179 L 407181.8 -4976470 L 407040.2 -4976113 L 406413 -4975732 L 405650.4 -4975821 L 404908.8 -4974992 L 404858.8 -4974983 L 404971 -4975660 L 403969.8 -4976584 L 403744.7 -4976842 L 403643.5 -4976135 L 403077.4 -4975663 L 402848.9 -4975370 L 402804.8 -4975480 L 402605.6 -4975787 L 402265.2 -4976433 L 400977.5 -4977088 L 401251.1 -4977314 L 401363.7 -4977677 L 400868.6 -4979093 L 400239.6 -4979519 L 399880.9 -4979519 L 399109.7 -4980250 L 398063.4 -4980298 L 397898.5 -4980275 L 397736.3 -4980560 L 397642 -4980881 L 397340.7 -4982446 L 397108.6 -4982737 L 396476.7 -4983126 L 396243.6 -4983353 L 395872 -4984254 L 395535.2 -4984333 L 394854.5 -4984451 L 393446.8 -4986100 L 393355.2 -4986804 L 393000.4 -4986869 L 391832.5 -4987609 L 391469.6 -4987725 L 390036.7 -4987634 L 389983.1 -4987255 L 389921.6 -4987771 L 389594.6 -4987978 L 387013.8 -4988487 L 385503 -4987280 L 384871.1 -4987599 L 384611.8 -4989092 L 383544.6 -4989068 L 383219 -4988892 L 381886.2 -4988564 L 379825 -4987184 L 379605.1 -4987205 L 379602.9 -4986448 L 378257.5 -4985791 L 377317.5 -4986401 L 377317.8 -4986400 z "
id="path613" />
<path
d="M 591249.7 -5223472 L 591263.1 -5223828 L 591203.2 -5224876 L 591397.9 -5226331 L 592778.9 -5228122 L 592616.6 -5228867 L 591856 -5230592 L 589791.5 -5232334 L 589360.4 -5233407 L 588665.9 -5234240 L 585466.8 -5232480 L 585321.1 -5232839 L 584707.8 -5233818 L 583830.7 -5238592 L 585079 -5239912 L 585166.5 -5240266 L 584508.6 -5239895 L 584153.5 -5240022 L 584027.1 -5240614 L 584866.5 -5241357 L 584986 -5241716 L 584471.8 -5242708 L 584558.7 -5243386 L 585446.6 -5244567 L 585912 -5245476 L 585647.1 -5245739 L 584975.3 -5245459 L 584121.8 -5243823 L 583198.7 -5243398 L 583121.1 -5243763 L 583182.5 -5244883 L 582496.1 -5245779 L 583051.6 -5246734 L 583121 -5247874 L 582440.2 -5247542 L 581086.8 -5247950 L 580956.6 -5248672 L 581608.1 -5249595 L 579993.6 -5250895 L 579939 -5251268 L 580517.2 -5251987 L 581342.6 -5252727 L 581234 -5253097 L 581262.3 -5254207 L 581053.5 -5254504 L 581417.3 -5254915 L 582181.9 -5254150 L 582428.7 -5253883 L 583048.2 -5254746 L 582801.8 -5255413 L 583122.2 -5255576 L 583692 -5255144 L 583978.5 -5255361 L 584648.6 -5258360 L 584395.3 -5259091 L 584015.1 -5259167 L 583826.1 -5259274 L 583627.3 -5259557 L 584024.7 -5260487 L 583867.4 -5261118 L 583651.6 -5261389 L 583492.9 -5261692 L 583363.2 -5262010 L 583637.7 -5262244 L 583514.9 -5263262 L 583884.2 -5263262 L 585230.8 -5263810 L 585417.8 -5264517 L 585647.3 -5264802 L 586204.3 -5265276 L 586103.6 -5265579 L 585833.1 -5266153 L 586394 -5266584 L 586836.5 -5267536 L 587187.8 -5267632 L 587485.8 -5267421 L 587998.4 -5267582 L 588891.5 -5269537 L 588971.9 -5269838 L 588797.9 -5270737 L 589613.1 -5272794 L 589886.6 -5273052 L 590627 -5272993 L 590999.2 -5272944 L 590828.5 -5273293 L 590917.3 -5276271 L 591565.1 -5276566 L 592140.3 -5277968 L 592514.7 -5278053 L 593220.4 -5279746 L 591652.6 -5280796 L 591688.6 -5281551 L 593503.9 -5281567 L 593827.9 -5282175 L 595645 -5281992 L 595994.4 -5282119 L 595745.6 -5282396 L 594306.8 -5283375 L 594595.4 -5284460 L 593954.5 -5284883 L 593652.2 -5285589 L 592581.9 -5285960 L 592718.9 -5286683 L 593822.1 -5287010 L 594139.3 -5288509 L 595256 -5288449 L 596214.9 -5287816 L 596584 -5287704 L 597785.8 -5289893 L 598426 -5289713 L 599393.6 -5290336 L 599258.4 -5291827 L 599325 -5292209 L 599694.4 -5292326 L 599613.8 -5292690 L 599057.6 -5293615 L 599850.9 -5294847 L 600012.5 -5295177 L 598748 -5296273 L 598470 -5296467 L 598822.7 -5297506 L 598651 -5299318 L 598988.5 -5299476 L 598774.6 -5300445 L 596523.8 -5300347 L 594785.5 -5299614 L 594125.5 -5300010 L 594212.7 -5303065 L 592927.4 -5303559 L 594374.2 -5304807 L 594643.4 -5305525 L 594878 -5305833 L 595786.3 -5306320 L 596828.2 -5306398 L 597470.1 -5306662 L 597767.6 -5306846 L 597315.1 -5307437 L 597211.6 -5308550 L 596526.5 -5308831 L 596290.7 -5309119 L 596917.1 -5310532 L 596780.1 -5311296 L 596690.6 -5311674 L 597156.8 -5312299 L 597676.5 -5313234 L 600267.6 -5312597 L 602076.8 -5313183 L 603615.2 -5313299 L 605407.6 -5314019 L 606725.6 -5313286 L 607040.6 -5313061 L 607707.7 -5312721 L 611308.5 -5314109 L 612877.6 -5313951 L 613990.1 -5314369 L 615557.1 -5314167 L 615867.6 -5314333 L 616117.2 -5314582 L 615751.9 -5316057 L 614808.9 -5316665 L 614227.4 -5318065 L 614239.9 -5318446 L 614976.3 -5318287 L 615493.4 -5318763 L 615642 -5319110 L 616279 -5319471 L 617357 -5320956 L 619890.5 -5321174 L 620234 -5321328 L 620441.4 -5320783 L 620632.3 -5320557 L 622544.1 -5320637 L 624458.4 -5319605 L 626524.5 -5320522 L 626780.4 -5320236 L 627762 -5319274 L 627977.8 -5319004 L 630196.3 -5318546 L 632808.2 -5318876 L 633164.7 -5319011 L 633701.4 -5317639 L 634568.3 -5316931 L 633658.6 -5316309 L 632974.1 -5314962 L 633143.3 -5314277 L 633817.6 -5313995 L 634185 -5313999 L 634887.3 -5313719 L 635533.4 -5314025 L 637431 -5313844 L 638276.8 -5313071 L 638824.1 -5312117 L 638984.8 -5311787 L 637583.5 -5309679 L 636413.2 -5308838 L 636385.7 -5308469 L 636739.2 -5307868 L 638183.3 -5306876 L 638468.3 -5306672 L 639740.2 -5309356 L 641233.2 -5309735 L 641909.5 -5309414 L 642093.2 -5309077 L 642903.2 -5306932 L 643165.1 -5306642 L 643457.1 -5306437 L 643826.7 -5305843 L 643815.4 -5304130 L 645107 -5303590 L 645820.9 -5303651 L 646455.7 -5302278 L 646445.7 -5300778 L 647348.3 -5299739 L 648208.7 -5299356 L 648191.3 -5299028 L 648237.5 -5299103 L 648645.3 -5298653 L 648941.4 -5298508 L 648487.7 -5296813 L 646116.9 -5295097 L 645516.8 -5294773 L 645207.3 -5294629 L 644916.7 -5294420 L 643346 -5293625 L 643645.2 -5293504 L 643583.9 -5292602 L 643285.4 -5292481 L 643634.6 -5292386 L 643899.1 -5291809 L 644970.5 -5291994 L 645502.7 -5292443 L 646118.9 -5292099 L 646461.2 -5292014 L 646968.9 -5289844 L 646649.2 -5288790 L 646940.8 -5289022 L 647482.8 -5288620 L 647436.3 -5288257 L 646974.1 -5287686 L 646979.8 -5286645 L 646443.6 -5286145 L 646213.9 -5285835 L 646452.2 -5285111 L 647578.1 -5284084 L 647375.5 -5283756 L 649273.9 -5284023 L 649875.2 -5284512 L 650001.4 -5285275 L 650373.9 -5285349 L 651862.9 -5286385 L 652165.9 -5286147 L 652061.9 -5284636 L 653938.1 -5284763 L 653281.6 -5282607 L 653730.3 -5281983 L 654447.7 -5281705 L 654831.2 -5281737 L 656378.7 -5280751 L 657507 -5280697 L 657900.6 -5280040 L 658609.6 -5280137 L 658657.4 -5279977 L 659397 -5279764 L 660065.3 -5280170 L 661478.4 -5282036 L 661790.2 -5283130 L 662776.8 -5283454 L 663144.3 -5283480 L 662926.6 -5280806 L 662854 -5280426 L 663071 -5280193 L 663990.9 -5280022 L 665740.9 -5279189 L 667762.4 -5276875 L 667737.9 -5276484 L 667989.2 -5276490 L 668179.6 -5276655 L 668433.2 -5276877 L 669349.7 -5277135 L 669164 -5276797 L 668128 -5274731 L 668150.1 -5274011 L 669310 -5272061 L 670579.2 -5272543 L 670925.8 -5272643 L 670922.8 -5273409 L 672986.2 -5275585 L 673713.2 -5275600 L 674245.6 -5276148 L 675001.4 -5276019 L 675346.6 -5275852 L 675810.4 -5275256 L 675724.3 -5274493 L 676748 -5273969 L 676964.7 -5274262 L 677469.6 -5275224 L 678087.7 -5275438 L 678399 -5275336 L 679249 -5274440 L 679783.8 -5274538 L 680046.4 -5274678 L 681308.5 -5277298 L 681872 -5278617 L 682975.2 -5278396 L 685168.6 -5276395 L 685368.4 -5276078 L 685942.8 -5275781 L 686629 -5272829 L 686363.7 -5271358 L 687041.4 -5271151 L 687489.2 -5269743 L 687498.7 -5269359 L 686892.3 -5267427 L 686795.8 -5267096 L 685690.3 -5267114 L 685296.4 -5266024 L 684401.6 -5264767 L 683964.5 -5263586 L 683640.9 -5263435 L 683152.6 -5262917 L 682816.3 -5263058 L 682480.5 -5263574 L 680318.8 -5263783 L 680187.2 -5263471 L 679746.4 -5262558 L 679536.5 -5262047 L 679479.1 -5261776 L 680701.2 -5261388 L 681025.6 -5261380 L 680766 -5261140 L 678942.2 -5260086 L 678283.1 -5259882 L 679116.5 -5259324 L 679087.7 -5258695 L 678995.1 -5258357 L 681219.7 -5259639 L 681558 -5259482 L 681905.2 -5258464 L 682943.3 -5258227 L 683224 -5258461 L 683643.1 -5258060 L 683457.5 -5257794 L 683035.1 -5257159 L 682926.5 -5255237 L 683732.1 -5254015 L 683759.3 -5253328 L 683450.6 -5253123 L 683235 -5252042 L 684449.9 -5251440 L 684632.7 -5251138 L 686607 -5252342 L 688055.3 -5251756 L 687794 -5251056 L 687940.3 -5250318 L 687728.6 -5250005 L 687536.9 -5249665 L 687554 -5248108 L 687652.9 -5247943 L 688069.7 -5246522 L 687878.1 -5245431 L 686765.8 -5244848 L 686519.1 -5244570 L 686384.1 -5243877 L 686962.5 -5243544 L 688425.5 -5243509 L 689248.8 -5242856 L 689550.3 -5242873 L 689975.4 -5242446 L 689260.9 -5241219 L 689047.3 -5240179 L 688717 -5240287 L 688101.5 -5240606 L 687772.6 -5240244 L 687759.3 -5239974 L 687747 -5239705 L 687739.5 -5239325 L 687444.9 -5237499 L 687278.2 -5237164 L 687611 -5235019 L 687294.4 -5234897 L 686949.1 -5234248 L 687282.9 -5232838 L 686927.7 -5232222 L 686635 -5231994 L 685070.7 -5231067 L 684899.2 -5230789 L 685350.9 -5230032 L 685637 -5229798 L 685873 -5228728 L 685420.3 -5226973 L 685168.1 -5226231 L 684902.6 -5226085 L 684409 -5225357 L 684480.7 -5225023 L 684490.9 -5224356 L 683747.1 -5223664 L 683441.7 -5223655 L 682672.1 -5223162 L 682649.7 -5222827 L 682289.6 -5222290 L 682528.2 -5221724 L 682469.7 -5221388 L 681693.4 -5220332 L 681518.8 -5220001 L 681524.5 -5218891 L 681049.2 -5218333 L 680997.8 -5218001 L 680041.5 -5217142 L 678959.9 -5217000 L 678687.9 -5217301 L 678546.4 -5217015 L 677632 -5216770 L 677280.6 -5216818 L 676625.7 -5216732 L 675987.5 -5216400 L 674990.5 -5214913 L 674347.7 -5214920 L 674140.2 -5214662 L 673810 -5214008 L 672994.1 -5213259 L 672423.9 -5211114 L 672433.9 -5211089 L 672776.1 -5210921 L 675651.5 -5209949 L 675741.2 -5209579 L 675395.6 -5209441 L 674662.5 -5209323 L 674253.9 -5208349 L 672809.7 -5208013 L 672503.2 -5207879 L 672293.8 -5206908 L 671977.3 -5206791 L 671050.1 -5205820 L 670040.1 -5205974 L 668500.1 -5206742 L 668397.6 -5206441 L 667775.1 -5205752 L 667521.1 -5205978 L 666953.5 -5206068 L 666739.9 -5205752 L 666330.3 -5204734 L 666058.2 -5204890 L 665467.7 -5205095 L 664202.9 -5203882 L 663117.9 -5204088 L 662776.3 -5203963 L 662205.3 -5203624 L 660822.8 -5203671 L 660685.3 -5203354 L 659761.8 -5202966 L 659571.6 -5202036 L 659151.6 -5201589 L 659136 -5201965 L 659399.1 -5202668 L 659192.2 -5202955 L 657376.6 -5203339 L 657059 -5204016 L 656684.5 -5203981 L 656662.8 -5204288 L 655982.7 -5204895 L 655784.7 -5205121 L 655378.8 -5205564 L 655006.2 -5205455 L 653853.8 -5205307 L 653062 -5204470 L 651931.7 -5204390 L 651413.2 -5203515 L 651782.1 -5203040 L 652118.4 -5202990 L 652027.2 -5202866 L 651669.9 -5202940 L 649197.6 -5203220 L 648970.7 -5203503 L 648270.8 -5203333 L 648027.8 -5203525 L 647338.1 -5203509 L 645179.2 -5203760 L 644829.8 -5203701 L 643788.6 -5203544 L 643397.1 -5202575 L 643630.5 -5201854 L 643272.1 -5201774 L 641881.4 -5201502 L 641558.9 -5201320 L 637786.9 -5200028 L 637762.5 -5199714 L 637200.6 -5199438 L 635681.3 -5199578 L 635807 -5199216 L 635851.6 -5198834 L 634992 -5198079 L 634684.6 -5197950 L 634351.3 -5197945 L 633963 -5198008 L 633193.1 -5197868 L 632312.1 -5198634 L 632058.6 -5198363 L 631091.4 -5198044 L 630901.5 -5198282 L 630376.8 -5198084 L 630466.5 -5197735 L 629946.8 -5196588 L 629628.3 -5196401 L 627865.3 -5195924 L 627652.4 -5196184 L 626392.3 -5197154 L 626337.6 -5197488 L 627357.9 -5198820 L 627282.2 -5199185 L 625275.4 -5200070 L 625082.5 -5200350 L 624699.1 -5200281 L 622377.2 -5200325 L 622615.7 -5200593 L 622262 -5201159 L 621206.2 -5201264 L 620897.2 -5201484 L 620468.5 -5202081 L 620611.8 -5203187 L 619215.3 -5203781 L 619005.4 -5203998 L 618725 -5204818 L 618754 -5205742 L 618460.9 -5205854 L 617739.1 -5205667 L 617194.2 -5206175 L 617860.2 -5207483 L 617684.6 -5208933 L 615948.2 -5208056 L 614042.7 -5208131 L 613901 -5208495 L 613678 -5208707 L 613419.6 -5209458 L 613138.6 -5209667 L 612707.8 -5210158 L 611339.5 -5209963 L 610244.8 -5211013 L 607953 -5210998 L 606339.9 -5212032 L 606098.5 -5212735 L 606360.3 -5214194 L 607038.8 -5215069 L 606701.7 -5215259 L 605633.3 -5215653 L 604120 -5215488 L 603555 -5214981 L 602964.1 -5213554 L 602606.7 -5213404 L 601588 -5214434 L 601682.5 -5214817 L 601934.2 -5217164 L 601743.4 -5217478 L 601093.3 -5217773 L 598915.8 -5217855 L 598324.8 -5218240 L 598214 -5218513 L 598069.2 -5218770 L 596756.7 -5218280 L 595402.2 -5218734 L 595101.2 -5218937 L 594516.5 -5220521 L 594459.8 -5220870 L 593799.5 -5221030 L 593692.3 -5222714 L 593378.9 -5222520 L 591985.8 -5222401 L 591592.6 -5223334 L 591250.5 -5223471 L 591249.7 -5223472 z M 584180 -5219796 L 583610.5 -5220638 L 584194.3 -5221056 L 583893.2 -5222037 L 584128.6 -5222314 L 584497.8 -5222265 L 585932.5 -5222039 L 589138.5 -5222892 L 589630.2 -5222296 L 589517.8 -5221119 L 588617.8 -5219832 L 588721.1 -5219085 L 588444.8 -5218980 L 588108.8 -5219183 L 587536.9 -5219639 L 586776.5 -5218803 L 585820.6 -5219423 L 585298.3 -5220404 L 584958.2 -5220576 L 584332.4 -5220145 L 584179.9 -5219796 L 584180 -5219796 z "
id="path614" />
<path
d="M 465916 -5110241 L 465807.9 -5109995 L 465437.9 -5109765 L 465230.7 -5108797 L 465203.5 -5108079 L 464754.4 -5107571 L 464634.3 -5106888 L 464776 -5105423 L 464899.9 -5104733 L 464743.8 -5103961 L 465047.5 -5102814 L 466483.8 -5099574 L 468465.5 -5098288 L 468733.4 -5097997 L 468532.4 -5097712 L 468654.2 -5096685 L 468382.1 -5096042 L 468440 -5095677 L 467972.8 -5093912 L 468249.6 -5092865 L 468502.5 -5092575 L 469325.3 -5091315 L 469015.2 -5090617 L 468652.2 -5090517 L 465834.4 -5089566 L 466061.3 -5088485 L 464725.4 -5087839 L 464732.3 -5087101 L 464133.3 -5086620 L 464109.2 -5085103 L 465188 -5084692 L 464827 -5084521 L 464555 -5084245 L 461605.3 -5081838 L 460850.4 -5081727 L 460801.4 -5080583 L 460067.5 -5079281 L 459706.6 -5079304 L 458680.8 -5080080 L 457981.9 -5080105 L 457984.9 -5079755 L 456284.2 -5079602 L 456225.2 -5079243 L 456275.2 -5078519 L 456757.1 -5077985 L 456609.1 -5077277 L 455920.2 -5077354 L 455429.3 -5076525 L 454931.4 -5076006 L 453054.7 -5076330 L 451951.9 -5075254 L 452051.9 -5074881 L 455247.5 -5070931 L 455436.6 -5069199 L 455484.6 -5068847 L 456114.5 -5067905 L 456751.4 -5067682 L 457082.3 -5067872 L 458029.2 -5067269 L 458357.2 -5066571 L 459440 -5066273 L 459970 -5065250 L 459623.1 -5065160 L 458557.4 -5064293 L 458342.5 -5063265 L 457985.6 -5063224 L 456984 -5062108 L 456245.2 -5061925 L 455565.5 -5061008 L 455240.6 -5061201 L 453608.9 -5062100 L 451366.4 -5062071 L 450768.5 -5062529 L 450526.5 -5062555 L 450283.6 -5062577 L 449896.7 -5062513 L 448782 -5062152 L 448520.1 -5061872 L 448699.2 -5061133 L 448790.3 -5060369 L 448196.6 -5059380 L 446533.3 -5057873 L 445506.5 -5058329 L 444812.8 -5057992 L 443909.2 -5057286 L 442755.5 -5057199 L 442738.9 -5060243 L 442388 -5060124 L 441696.2 -5059894 L 440841.3 -5060551 L 440157.5 -5060406 L 439707.5 -5060996 L 438977.7 -5060958 L 438218.6 -5062626 L 438150.7 -5062248 L 437794 -5061226 L 436742.3 -5061373 L 437501.8 -5063113 L 436042.1 -5063506 L 435252.1 -5064788 L 434219.3 -5065219 L 433886.7 -5063608 L 433547.8 -5063785 L 432862.9 -5064037 L 431807 -5065092 L 430568.5 -5064258 L 429274.7 -5064988 L 428284.1 -5064410 L 428276.9 -5065289 L 428239.8 -5065676 L 428166.7 -5066400 L 426452 -5067288 L 425919.9 -5068321 L 425538 -5068399 L 425238.1 -5068148 L 424759.3 -5067534 L 422833.9 -5067401 L 421846.3 -5066780 L 421522.8 -5064899 L 421018.2 -5063867 L 420326.5 -5063532 L 420160.5 -5063878 L 418288 -5064034 L 417302.6 -5062926 L 417316.8 -5062171 L 416586 -5062119 L 416080 -5062689 L 415352.2 -5062774 L 414717.6 -5061862 L 413781.1 -5061262 L 413620 -5061611 L 412432.1 -5062479 L 412408 -5062851 L 413015.7 -5063280 L 413324.5 -5063488 L 412640.5 -5064357 L 411960.7 -5064498 L 412894.9 -5066483 L 412664.9 -5066780 L 411959.9 -5067643 L 412206.8 -5067939 L 413690.3 -5068126 L 414154.9 -5069173 L 413815 -5068999 L 413330 -5069417 L 412768.6 -5071984 L 411033.7 -5073382 L 410652.8 -5073367 L 410618.7 -5073720 L 409736.9 -5073948 L 408971.8 -5075446 L 408688.9 -5075182 L 408539.2 -5074046 L 408212.3 -5073840 L 406023.4 -5075936 L 405276.6 -5075950 L 404632.7 -5076366 L 404263.6 -5077449 L 404756.3 -5078488 L 404117.1 -5080279 L 403733.2 -5080352 L 403044.4 -5080049 L 402936.7 -5078883 L 402612.8 -5078796 L 401679.1 -5078426 L 401400.2 -5078171 L 400940.4 -5077576 L 400211.6 -5077369 L 397994.1 -5077621 L 397044.5 -5077003 L 396005.8 -5077081 L 395456.1 -5076563 L 395370 -5076920 L 394927.9 -5077886 L 394545 -5077817 L 393042.3 -5078133 L 392748.3 -5078386 L 391038.5 -5079259 L 391412.2 -5080256 L 391180.9 -5081683 L 390207 -5082118 L 391076.6 -5082838 L 391838.4 -5082894 L 392328.4 -5082503 L 392659.1 -5083545 L 393435.1 -5082839 L 394135.9 -5083092 L 394025.9 -5083308 L 394149.8 -5083517 L 392973.6 -5085699 L 393861.2 -5086826 L 393156.4 -5086885 L 392994.3 -5087575 L 392373.5 -5087309 L 391381.6 -5087652 L 391036.7 -5087490 L 389528 -5087416 L 389198.4 -5085972 L 388879.5 -5085766 L 387550.7 -5086204 L 386881.9 -5085922 L 386644.9 -5086209 L 385756.9 -5087387 L 384302.2 -5087539 L 383962.1 -5088580 L 384659.9 -5088685 L 384586.8 -5089375 L 384734.7 -5089698 L 386117.3 -5090075 L 387685.8 -5091155 L 388445.7 -5091102 L 389132.3 -5092433 L 389330.2 -5092682 L 389067.1 -5093593 L 388854.1 -5093841 L 388678 -5094781 L 388358.1 -5094851 L 386320.5 -5094875 L 386224.5 -5095241 L 385961.4 -5096328 L 386253.2 -5097806 L 386829 -5098777 L 387193.9 -5098875 L 386244.8 -5100807 L 386341.8 -5101061 L 386035.8 -5101707 L 386775.5 -5103464 L 385625.6 -5104276 L 385566.5 -5105044 L 384555.6 -5105595 L 384186.7 -5105122 L 383648.7 -5105846 L 383566.7 -5106218 L 383387.7 -5106908 L 382731.8 -5107247 L 383136.7 -5108298 L 384026.6 -5108897 L 383831.6 -5109605 L 383235.7 -5110049 L 383350.7 -5110801 L 382277.8 -5110652 L 381408.9 -5111877 L 379961.1 -5112242 L 381038.9 -5113313 L 380579.9 -5114314 L 380751.9 -5115002 L 380117 -5115404 L 379803 -5115198 L 378780.1 -5114875 L 378234.1 -5115230 L 377499.2 -5115077 L 376588.3 -5115697 L 376201.3 -5115709 L 375715.3 -5117114 L 375127.4 -5117552 L 374182.5 -5119627 L 374545.5 -5119733 L 375839.4 -5121908 L 376535.3 -5122187 L 377264.2 -5122033 L 377591.2 -5122222 L 377710.2 -5122954 L 376816.3 -5123610 L 376740.3 -5124334 L 377431.3 -5125229 L 378144.2 -5124996 L 379098.2 -5125571 L 378633.3 -5126132 L 377607.4 -5126391 L 378282.5 -5128425 L 378619.5 -5128584 L 379586.5 -5129040 L 379358.7 -5131196 L 379916.8 -5132018 L 379833.9 -5132386 L 378750.9 -5132388 L 377170.1 -5133321 L 377350.1 -5133640 L 377605.1 -5133903 L 379269.2 -5134863 L 379324.3 -5135638 L 379963.4 -5136606 L 381398.4 -5137064 L 382660.7 -5139007 L 383739.7 -5139353 L 383992.6 -5139058 L 384078.7 -5139363 L 384257.9 -5140261 L 384981 -5141057 L 385080.1 -5141769 L 385906.2 -5142442 L 386241.2 -5142576 L 386955.1 -5142303 L 387623.9 -5141416 L 387782.4 -5139135 L 388469.4 -5139122 L 389597.6 -5140149 L 389962.6 -5140262 L 390208.7 -5140560 L 391322.6 -5140375 L 392344.9 -5141864 L 392660.9 -5142084 L 393588.8 -5141651 L 393033.4 -5139879 L 393999 -5138313 L 395047.9 -5137871 L 395849 -5138679 L 396151 -5138912 L 396662.2 -5139936 L 398044.5 -5141250 L 398375.5 -5141441 L 400310.8 -5138653 L 401719.6 -5138145 L 401762.7 -5138526 L 403134 -5139830 L 403494 -5139967 L 403369.2 -5140717 L 404238.6 -5142389 L 403913.9 -5143474 L 404150 -5143772 L 403727.2 -5144399 L 403534.3 -5144650 L 403346.4 -5144906 L 406191.5 -5145427 L 406891.5 -5145282 L 407242.5 -5145394 L 407527.3 -5144655 L 408653 -5143552 L 408753.8 -5142765 L 410597.6 -5142228 L 411465.8 -5142956 L 413397.7 -5142810 L 413784.7 -5142837 L 414084 -5143759 L 414666.9 -5143446 L 415012.9 -5143478 L 415919.1 -5143970 L 416528 -5143615 L 417020.7 -5142715 L 420865.9 -5143513 L 421254.9 -5143596 L 421669.7 -5143091 L 421989.7 -5143026 L 422160.5 -5142545 L 424708.3 -5142106 L 424941.2 -5141811 L 427169.1 -5141376 L 427551.1 -5141424 L 428240.1 -5141280 L 429143.8 -5140291 L 429478.8 -5140182 L 429467.8 -5140152 L 430606.8 -5140218 L 431584.2 -5141405 L 433475.2 -5141339 L 434139.3 -5141644 L 435566.3 -5141650 L 436540.3 -5141546 L 436879.3 -5141536 L 437587.4 -5141844 L 437878.5 -5142100 L 439625.3 -5141561 L 441796.5 -5141840 L 442161.5 -5141770 L 442413.4 -5141489 L 443895.3 -5141271 L 444260.3 -5141172 L 444133 -5140443 L 444325.9 -5140106 L 444045.8 -5139868 L 444499 -5137751 L 444511.9 -5137382 L 444673.8 -5137047 L 445748.7 -5136879 L 446629.5 -5136229 L 448086.6 -5136480 L 448393.4 -5135802 L 448466.3 -5135436 L 448515.2 -5135070 L 447448.2 -5135081 L 446388.8 -5134068 L 446243.5 -5133077 L 445797.3 -5132491 L 446528.2 -5132331 L 446750 -5131626 L 448253.7 -5130564 L 450073.6 -5130351 L 450700.1 -5128994 L 451039.2 -5129163 L 452067.8 -5130980 L 452246.9 -5131294 L 452406.9 -5131248 L 454523.1 -5128990 L 454888 -5128853 L 454490.6 -5127500 L 454922.1 -5126096 L 455278.1 -5126007 L 455609.3 -5126695 L 456243.4 -5127016 L 456597.4 -5127163 L 458683.1 -5126190 L 459453.8 -5125351 L 459395.7 -5124970 L 459251.5 -5124240 L 460022.9 -5122519 L 460095.8 -5122147 L 461099.7 -5121806 L 461828.4 -5120974 L 462198.4 -5120964 L 462112.4 -5120864 L 462592.2 -5116889 L 463090.9 -5115934 L 462916.7 -5115227 L 463099.6 -5114907 L 464122.3 -5113942 L 465105.2 -5113754 L 465457.2 -5113727 L 465916.3 -5110241 L 465916 -5110241 z "
id="path615" />
<path
d="M 285823.2 -4960109 L 285544 -4960373 L 284515.8 -4961497 L 284059.3 -4962535 L 283882.9 -4962844 L 284128.8 -4963874 L 284166.2 -4964216 L 283528.9 -4965772 L 283408.9 -4966920 L 283401.2 -4967311 L 283762.9 -4967292 L 285128.5 -4966880 L 285688.4 -4967811 L 286334.4 -4967527 L 286264.2 -4968224 L 287520.3 -4969286 L 287280 -4969561 L 285454.4 -4971329 L 285146.3 -4971541 L 281620.5 -4972432 L 281946.7 -4971040 L 281779.3 -4970750 L 281500.9 -4970540 L 280181.9 -4969423 L 279835.3 -4969375 L 279195.3 -4969109 L 278924 -4968843 L 277785.5 -4966871 L 277503.9 -4966797 L 277103.5 -4967191 L 276960.3 -4967356 L 276598.3 -4967504 L 275048.4 -4967574 L 274342.4 -4967907 L 272398.1 -4967850 L 271621.4 -4966974 L 271558.5 -4966930 L 271186.6 -4967015 L 271175.5 -4968152 L 270166.7 -4968464 L 269815 -4968455 L 269127.8 -4968298 L 268532.7 -4967036 L 268152.1 -4967013 L 267700.3 -4967628 L 266590.2 -4967644 L 266351.4 -4967662 L 266002.4 -4967819 L 265557.7 -4968401 L 265710.2 -4969145 L 264432.6 -4970506 L 263364.1 -4970155 L 262976.5 -4970130 L 259989.2 -4970965 L 260132.4 -4971312 L 261927.2 -4971749 L 262375 -4972711 L 262641.4 -4972934 L 262880.1 -4973522 L 262871.1 -4973546 L 263816.6 -4974504 L 264025.2 -4975167 L 264114.5 -4975506 L 264214.3 -4975556 L 264479.6 -4975821 L 265612.3 -4977749 L 264719.8 -4978930 L 264427.5 -4979243 L 264282 -4979599 L 263468.5 -4981300 L 263859 -4983124 L 264312.9 -4984141 L 264275.6 -4984891 L 264598 -4985083 L 265513.2 -4984588 L 266130.9 -4986234 L 266412.3 -4986453 L 266143.5 -4988774 L 266458.4 -4989871 L 266571.7 -4989625 L 266743.3 -4990371 L 266948.9 -4991112 L 267849.2 -4991797 L 269325.2 -4994862 L 269268.4 -4995372 L 269139.2 -4995533 L 268910.8 -4995852 L 268530 -4997748 L 267335.5 -4999749 L 266254.4 -5000193 L 264304.3 -5000336 L 263958.3 -5000484 L 261773.2 -5000086 L 260536.1 -4998759 L 260474.3 -4999906 L 261470.1 -5001548 L 261062.6 -5002615 L 260965.1 -5002988 L 264124.5 -5004170 L 263949.5 -5004866 L 262820.8 -5005073 L 262451.1 -5005670 L 263851.7 -5007396 L 264153.2 -5007632 L 264394.7 -5008540 L 264909.6 -5009756 L 266777.8 -5010317 L 267004.2 -5010640 L 268207.3 -5012156 L 268555.9 -5012343 L 269380.6 -5011587 L 270134.3 -5011522 L 271121 -5012042 L 271412.5 -5012283 L 272036.4 -5012101 L 272893.4 -5011061 L 273107.7 -5010791 L 273226.8 -5010670 L 274500.9 -5010118 L 275203.6 -5010733 L 275554.5 -5010693 L 275806.8 -5011804 L 276568.1 -5011989 L 277942.5 -5013360 L 277675.3 -5013635 L 277711.2 -5014382 L 277798.6 -5014755 L 278076.2 -5014909 L 278048.4 -5015511 L 278037 -5015828 L 280068 -5015803 L 280360.6 -5015990 L 280850.2 -5016826 L 280884.7 -5017152 L 281677.4 -5018573 L 281752.9 -5018904 L 283498.9 -5019016 L 283784.1 -5018793 L 283992.2 -5018648 L 284233 -5018731 L 285047.7 -5019423 L 285358.3 -5019622 L 285570.3 -5020356 L 285737.8 -5021483 L 285362.2 -5023710 L 285338.2 -5023735 L 284921.3 -5025449 L 284809.9 -5025788 L 284310.1 -5026643 L 284259.7 -5026975 L 284639.2 -5028891 L 285434.8 -5030635 L 285653.6 -5031581 L 285847.2 -5031857 L 286184 -5032747 L 286140.7 -5033065 L 286760.4 -5033960 L 287683.4 -5034535 L 288377.2 -5034478 L 288742.1 -5034428 L 289748.2 -5034844 L 288766.4 -5035944 L 288768.8 -5037421 L 289404.6 -5037387 L 290785.9 -5035679 L 291109 -5036343 L 291250.7 -5037446 L 291275.7 -5037480 L 293017.3 -5038102 L 293553.1 -5039074 L 294320.7 -5039132 L 294799 -5039654 L 294774.6 -5040037 L 297139.9 -5040814 L 297971.3 -5040142 L 298249.4 -5039891 L 298565.1 -5040105 L 298944 -5040073 L 299080.1 -5041852 L 299965.7 -5042962 L 300166.3 -5043263 L 300553.7 -5043696 L 300448.2 -5044285 L 301114.8 -5044448 L 301651.8 -5045324 L 301784.1 -5045991 L 302088.1 -5045895 L 302402.1 -5045838 L 303144.8 -5045870 L 304403.6 -5046615 L 305016.5 -5047529 L 304711.7 -5048479 L 304430.6 -5048707 L 305892.8 -5051252 L 305590.3 -5051905 L 305916.7 -5052495 L 305717.2 -5053188 L 305003.7 -5054001 L 304826.5 -5054317 L 304760.1 -5054787 L 305390.7 -5054973 L 305754.6 -5056080 L 306815.3 -5057195 L 307565 -5057294 L 307656 -5056030 L 307753.2 -5055719 L 308705.4 -5056287 L 309803 -5056288 L 310674.2 -5056989 L 310545.9 -5057347 L 310060.2 -5058377 L 311690 -5059223 L 311698.4 -5059962 L 312716.8 -5060354 L 312438.5 -5060933 L 312885 -5061465 L 313149.9 -5062840 L 313789.7 -5062806 L 314957.2 -5064324 L 315139.6 -5065047 L 315723.4 -5063630 L 316682.5 -5063115 L 316919 -5062381 L 317567.1 -5061969 L 318693.7 -5062041 L 319060.7 -5061924 L 320076.2 -5062235 L 320719.2 -5061923 L 321557.5 -5062589 L 322253.3 -5062633 L 323951.3 -5061882 L 325169.3 -5059926 L 326209.2 -5059550 L 326339.2 -5059540 L 325318.4 -5055537 L 324486.7 -5054237 L 324235 -5053941 L 325506.6 -5052521 L 326231.4 -5051147 L 328126.4 -5051513 L 328471.4 -5051397 L 328790.7 -5049624 L 328854 -5049265 L 331090.7 -5049811 L 331750.7 -5050745 L 331863.4 -5051120 L 332584.8 -5052940 L 332719.5 -5053313 L 333301.7 -5054163 L 333501.4 -5054443 L 334083.5 -5054019 L 334388.1 -5052984 L 335077.4 -5052151 L 335335.5 -5051898 L 335712.4 -5051810 L 336186.8 -5052420 L 337302.5 -5052312 L 339465.1 -5053123 L 341524.8 -5052457 L 341729 -5052128 L 342819.4 -5052421 L 343319.8 -5053004 L 345467.4 -5052344 L 346175.8 -5051420 L 346636.6 -5049942 L 346259.2 -5049264 L 346347.7 -5048491 L 346486.9 -5048125 L 347295.6 -5046698 L 347922.5 -5046416 L 348271.4 -5046401 L 348297.3 -5046466 L 349247.7 -5045414 L 349755.5 -5044064 L 350024.6 -5043823 L 350140.3 -5044187 L 351580.4 -5044638 L 352014.8 -5045247 L 352766.4 -5045375 L 353459.3 -5045056 L 353772.3 -5044838 L 356308.4 -5043123 L 356214.7 -5042745 L 354885.8 -5041937 L 353840.1 -5040788 L 352900.8 -5039097 L 352549.1 -5038930 L 352615.9 -5037806 L 353491 -5037171 L 354967.3 -5037251 L 355623.7 -5037616 L 355960.4 -5037795 L 356943.8 -5036712 L 357050.6 -5035591 L 357673.6 -5035177 L 359800 -5035939 L 361487.9 -5035088 L 361721.1 -5033288 L 362076 -5033143 L 362719.4 -5033561 L 362961.1 -5033860 L 364240.9 -5033357 L 364448 -5033061 L 365679.7 -5032618 L 365736.7 -5031189 L 365714 -5030816 L 364980.5 -5030588 L 363874.8 -5030907 L 363324.4 -5030472 L 363409.5 -5028967 L 363708.6 -5028729 L 364789 -5028827 L 364470.7 -5028126 L 365052.1 -5027251 L 366477.6 -5028245 L 367946.8 -5027104 L 368296.7 -5026968 L 367997.2 -5025207 L 367354.2 -5024367 L 367026.5 -5024200 L 366637.7 -5024218 L 365246.9 -5023577 L 364970.9 -5022480 L 364329.4 -5021132 L 363196.9 -5020130 L 361693.5 -5020341 L 361313.7 -5020322 L 361672.1 -5018468 L 361470.5 -5018148 L 361718.5 -5018011 L 361487.6 -5016950 L 360940.3 -5016531 L 360509.1 -5014763 L 361386 -5014330 L 361519.4 -5013812 L 361447.8 -5013477 L 362846.6 -5012843 L 363986.7 -5013078 L 364328.7 -5012893 L 364428.7 -5011763 L 364406.1 -5011379 L 363067.1 -5010030 L 361271.8 -5009357 L 360904.1 -5009241 L 360881.4 -5008951 L 360703 -5008397 L 360450.2 -5007269 L 360835.6 -5006601 L 363877.5 -5006842 L 364942.9 -5005725 L 365218 -5005454 L 365352.3 -5005093 L 364883.6 -5004035 L 364551 -5003839 L 364262.4 -5003608 L 363485.6 -5002844 L 362450.3 -5002832 L 362388 -5002136 L 364389.8 -5001072 L 365179.1 -5000235 L 366603.8 -4999667 L 367577.6 -5000253 L 368567.5 -4999709 L 369626.4 -5000102 L 370009.2 -5000116 L 369991.8 -4999554 L 369993.1 -4999272 L 371119.6 -4999064 L 372238.5 -4999417 L 373283.3 -4998914 L 373628.3 -4998728 L 373892.3 -4998576 L 374503.1 -4998353 L 374773.1 -4998171 L 374792.8 -4997431 L 374418.7 -4996801 L 373110.3 -4996087 L 372363.8 -4996070 L 371995 -4996131 L 372125.5 -4995542 L 372384.1 -4995782 L 372852.3 -4995319 L 373156.3 -4995140 L 373015.5 -4994058 L 373528.2 -4993074 L 373736.4 -4992768 L 374098.8 -4992109 L 373752.7 -4991447 L 373574.2 -4991116 L 374316.9 -4990905 L 374502.6 -4990149 L 376012.9 -4987909 L 376268 -4987616 L 376992.7 -4986488 L 377317.6 -4986400 L 376100.4 -4985473 L 374211.2 -4985056 L 374644.5 -4983588 L 374546 -4981407 L 374952.4 -4980787 L 374885.7 -4979665 L 375618.7 -4978323 L 376000.5 -4978287 L 375953.7 -4977307 L 376582.6 -4975249 L 375167.7 -4975218 L 374114.7 -4974183 L 374722.4 -4974023 L 374815.4 -4973085 L 374980.6 -4972794 L 376062.7 -4972026 L 376386.5 -4971941 L 376579.4 -4971061 L 376547.8 -4970760 L 376358.4 -4970420 L 375686.4 -4970046 L 374528.4 -4969970 L 374312.5 -4970057 L 374111.5 -4970177 L 373924.7 -4969295 L 373619.2 -4969124 L 373388.1 -4967759 L 373356.4 -4967564 L 372260.1 -4967688 L 371436.7 -4966965 L 370423.3 -4967165 L 370042.5 -4966495 L 370244.2 -4963459 L 369938.5 -4963420 L 369644.9 -4963323 L 369321.4 -4963144 L 367183.5 -4962900 L 366890 -4962695 L 365241.3 -4962019 L 364604 -4961154 L 365337.5 -4961042 L 365423.9 -4960678 L 364878.7 -4959720 L 365405.9 -4959213 L 365732.9 -4959029 L 366770.5 -4957920 L 366291.1 -4955629 L 365984.2 -4955758 L 365045.6 -4956086 L 364884.2 -4955757 L 364878.2 -4954330 L 363937.2 -4952798 L 363598.4 -4952875 L 362611.2 -4953670 L 362388.4 -4952952 L 361912.7 -4952360 L 360816.1 -4952067 L 360403.5 -4950666 L 359372 -4950300 L 358940.3 -4949704 L 358924.5 -4949545 L 358546 -4949447 L 355438.9 -4949441 L 354353.6 -4949008 L 353872 -4948393 L 352732.4 -4948177 L 352737.9 -4947820 L 352938.9 -4946422 L 352671.5 -4946184 L 353109 -4944324 L 352969.7 -4943960 L 352629.3 -4943800 L 351060.3 -4942214 L 350764.9 -4942005 L 349452.1 -4940826 L 348533.9 -4939642 L 349083.6 -4938281 L 348767.1 -4938186 L 349040.3 -4937257 L 348675.6 -4937282 L 347602.6 -4937313 L 346926.8 -4937574 L 346828.3 -4937927 L 347052.9 -4938645 L 346548.1 -4940019 L 345431.9 -4940221 L 344650.3 -4941043 L 343598.7 -4941446 L 343254.8 -4941596 L 341961.9 -4942310 L 340809.5 -4943855 L 340693 -4944227 L 339244.5 -4945390 L 338383.5 -4944655 L 336614.4 -4945159 L 336233.8 -4945108 L 335211.6 -4944598 L 334235.4 -4943481 L 333952 -4943314 L 333654.5 -4943176 L 332695.5 -4942540 L 331164.3 -4942359 L 330618 -4940524 L 330301.2 -4940610 L 329647.8 -4940635 L 329307.9 -4940797 L 327869.7 -4941135 L 328127 -4942541 L 327436.1 -4942329 L 327218.9 -4942591 L 327121.8 -4943265 L 326503.3 -4943923 L 328009 -4944981 L 328007.9 -4946805 L 328650.8 -4947121 L 328693.6 -4947835 L 329124.4 -4948324 L 329429.8 -4948512 L 329113.9 -4948652 L 328087.8 -4948704 L 327343.5 -4949332 L 327635.4 -4949850 L 327778.8 -4950129 L 327602.7 -4950866 L 326773.2 -4951658 L 325328.7 -4952145 L 324435.5 -4951553 L 324320.4 -4950452 L 323993.9 -4950330 L 322422.2 -4951014 L 322149.2 -4949953 L 321050.9 -4950143 L 319689.2 -4949540 L 319327.3 -4949666 L 317074.3 -4949722 L 316786.6 -4949687 L 316219.3 -4949583 L 315847.5 -4949673 L 314019.8 -4949898 L 314025 -4950915 L 313914.5 -4951248 L 313355.7 -4952616 L 311967.1 -4953144 L 311723.8 -4952890 L 311267.1 -4952362 L 311391.2 -4951670 L 311100.8 -4951472 L 310849.6 -4951716 L 308853.7 -4952161 L 308550.6 -4952365 L 307660.5 -4951765 L 306855.5 -4949393 L 306484.7 -4949492 L 305203.3 -4948734 L 304598.2 -4949117 L 304272.2 -4949810 L 303989 -4950055 L 303276.3 -4950281 L 302885.7 -4950240 L 301186.9 -4949367 L 300577 -4949063 L 299199.7 -4949401 L 298986.5 -4949099 L 297685 -4947892 L 297330.6 -4947735 L 295871.6 -4947407 L 294875.7 -4946822 L 292855.5 -4947919 L 291722.6 -4947888 L 290945.8 -4948718 L 290045.9 -4948054 L 289754 -4948137 L 289597 -4948722 L 289713.9 -4950287 L 290490.8 -4952078 L 290278.4 -4952401 L 289100.7 -4953350 L 289283.1 -4954096 L 289634.6 -4954224 L 289628.5 -4955345 L 289455 -4955678 L 289147.8 -4955921 L 288846 -4957035 L 286573.2 -4959620 L 286289.3 -4959727 L 285823 -4960109 L 285823.2 -4960109 z "
id="path616" />
<path
d="M 698021.6 -4913254 L 698230.8 -4912974 L 699018.1 -4913781 L 700388.8 -4914418 L 700923.2 -4913878 L 701660.7 -4913721 L 702089.2 -4912422 L 702827.6 -4912412 L 703448.9 -4912807 L 704131.4 -4912685 L 704492.6 -4912765 L 705427.2 -4912665 L 705743.4 -4912646 L 705843.5 -4912666 L 708407.1 -4912835 L 708671.3 -4913095 L 709032.6 -4912965 L 709210.8 -4912294 L 707900.1 -4910908 L 707545 -4909824 L 708150.3 -4910206 L 709239.2 -4909327 L 709597.5 -4909309 L 710090.9 -4908839 L 709786.8 -4908288 L 709544.7 -4908030 L 709589.9 -4907302 L 710714.9 -4905956 L 710760 -4905591 L 712721.1 -4906449 L 713028.3 -4906644 L 713763.9 -4905884 L 713947.1 -4905582 L 713437.8 -4905042 L 712995.6 -4904415 L 712905.7 -4903280 L 712979.9 -4902671 L 713700.5 -4901973 L 713640.5 -4901640 L 713354.7 -4899711 L 714148.6 -4897933 L 713382.2 -4897266 L 711434 -4896995 L 711503.1 -4896627 L 710891.2 -4894859 L 711057.4 -4894522 L 714023.3 -4894181 L 713935.3 -4893860 L 713759.6 -4892238 L 713391.4 -4892362 L 711089 -4892382 L 710712.7 -4892486 L 709945.2 -4892611 L 710003.2 -4892987 L 710498.1 -4894375 L 709748.5 -4895217 L 708706.8 -4895688 L 708052.1 -4897009 L 707467.7 -4897078 L 707237.6 -4896793 L 705469.6 -4896641 L 704530.6 -4894695 L 704836.8 -4894462 L 705932.9 -4892988 L 705095.6 -4892235 L 703564.8 -4892301 L 703564.8 -4892256 L 702889 -4890458 L 700437.2 -4889346 L 700181.3 -4888648 L 699482 -4888401 L 699086.8 -4888357 L 695942.2 -4888681 L 695651 -4888884 L 695309.2 -4890609 L 694942 -4890730 L 694420.6 -4891173 L 694310.2 -4892301 L 693937.1 -4892208 L 693290.9 -4892025 L 692708.5 -4892519 L 691206 -4892218 L 690099.4 -4892512 L 690084.3 -4892902 L 690290.6 -4895184 L 689816.9 -4896627 L 689945.7 -4897373 L 690046.6 -4897612 L 689707.4 -4897794 L 689405.2 -4898031 L 689058 -4898193 L 687702.2 -4898903 L 686139.9 -4897805 L 684731.2 -4898345 L 683592.8 -4898266 L 683540.9 -4897888 L 683226.7 -4898048 L 682592.2 -4898889 L 681685.7 -4899435 L 681331.5 -4899558 L 679722.6 -4900519 L 679411.5 -4900630 L 679082.4 -4900618 L 678762.3 -4900563 L 678437.2 -4900568 L 678411.3 -4900176 L 678309.8 -4898610 L 675958 -4898676 L 673289 -4899318 L 672660.6 -4899794 L 672305.5 -4899901 L 671199.8 -4900858 L 671334.7 -4901203 L 671873.7 -4901723 L 672089.6 -4902032 L 672122.5 -4902405 L 671946.8 -4904253 L 670892.4 -4904619 L 671108 -4906038 L 672495 -4907228 L 672608.8 -4907952 L 672569.7 -4908316 L 672796.6 -4909009 L 672460.3 -4909658 L 672266.2 -4909734 L 671915.1 -4909561 L 671230 -4909182 L 670959.2 -4908121 L 667840.1 -4905782 L 665980.5 -4906129 L 665185.3 -4906125 L 664970.1 -4906437 L 663818 -4908703 L 663527 -4908449 L 661393.8 -4907560 L 661019.8 -4907427 L 660424.9 -4906907 L 660102.9 -4906769 L 659294 -4906114 L 658244.8 -4906132 L 657915.7 -4906096 L 656833.8 -4905392 L 656508.8 -4905195 L 654454.8 -4904220 L 653716 -4903429 L 653334 -4903380 L 651445.9 -4903043 L 651256.6 -4903572 L 650911.6 -4903577 L 649584.5 -4903252 L 649251.6 -4903077 L 647778.2 -4901455 L 647469.3 -4901269 L 645289 -4899449 L 644931.9 -4899488 L 644328.7 -4899868 L 644199.2 -4900935 L 644269 -4901286 L 644187.3 -4902708 L 643478.7 -4903935 L 643612.4 -4904563 L 643495.2 -4904869 L 643363.1 -4905218 L 643433.9 -4907788 L 643069.9 -4907741 L 641517.1 -4909213 L 640794 -4909242 L 640064.6 -4910066 L 639697.6 -4910082 L 636765.4 -4910158 L 636090.7 -4909483 L 633448.6 -4909428 L 631437.2 -4910236 L 631093.1 -4910391 L 631000.9 -4910881 L 630748.2 -4912437 L 630867 -4915193 L 631962 -4917702 L 632024.8 -4918091 L 631929.6 -4918686 L 631900.5 -4918986 L 632287.4 -4921882 L 632858.3 -4922304 L 633195.3 -4922486 L 633908.2 -4922750 L 634373 -4923346 L 634723.1 -4925974 L 634690 -4926371 L 634627.7 -4927161 L 633793.2 -4928506 L 633645.8 -4929678 L 634026.4 -4931215 L 634804.2 -4932106 L 634910.1 -4932478 L 635162.9 -4933208 L 634800.8 -4933344 L 633908.3 -4934493 L 634124.8 -4936369 L 634815.9 -4936443 L 634873.7 -4937503 L 634938.6 -4937858 L 635280.5 -4938497 L 636682.7 -4938826 L 637016.7 -4938968 L 637379.7 -4939063 L 637668.7 -4939303 L 637657.6 -4939647 L 637879.4 -4940654 L 637574.3 -4940813 L 638487.1 -4942672 L 638622.1 -4942997 L 638907 -4943993 L 639109 -4944288 L 640052 -4945340 L 640509.9 -4946691 L 640411.8 -4947029 L 640649.5 -4949376 L 640610.4 -4949767 L 639819.8 -4952373 L 639182.5 -4953362 L 639132.3 -4954916 L 639135.3 -4955251 L 638726 -4957067 L 639475.1 -4958319 L 638903.8 -4959239 L 638790.7 -4959596 L 638842.7 -4959860 L 639206.7 -4960444 L 639528.8 -4960630 L 640547.1 -4961064 L 641462.3 -4962193 L 641571.3 -4963298 L 641863.4 -4963529 L 641842.4 -4964198 L 642425.6 -4964519 L 642775.7 -4964610 L 643454.9 -4964832 L 643326.8 -4966252 L 643542.8 -4967290 L 644264 -4967461 L 644631.1 -4967518 L 645171.3 -4967993 L 645401.4 -4969820 L 645584.5 -4970150 L 646107.7 -4970691 L 646332.8 -4970968 L 646441.8 -4971663 L 645844.6 -4973681 L 645895.6 -4974070 L 646961 -4975197 L 647135.1 -4975957 L 647207.1 -4976313 L 648285.6 -4978198 L 648221.6 -4978523 L 647852.5 -4979071 L 647675.5 -4979381 L 647262.4 -4980364 L 646984.3 -4980613 L 646151 -4981357 L 645534.8 -4982714 L 645489.8 -4982895 L 645450.8 -4983286 L 645397.9 -4984469 L 644637.7 -4985368 L 644331.6 -4985614 L 644237.6 -4986358 L 644695.9 -4986996 L 644710 -4987746 L 644512.9 -4988032 L 644502.1 -4989356 L 644700.2 -4989653 L 645419.6 -4990444 L 645613.7 -4990737 L 645856.9 -4991392 L 645782.9 -4991747 L 645307.8 -4992278 L 643927.2 -4992722 L 643405.1 -4993211 L 643285.1 -4993841 L 643479.2 -4994454 L 643563.3 -4994840 L 643375.4 -4996005 L 643236.4 -4996360 L 643000.4 -4996661 L 642703.3 -4996911 L 642176.1 -4997470 L 641979.1 -4997786 L 641302.9 -4998673 L 641270 -4999410 L 641287.1 -4999650 L 641391.2 -4999997 L 643151.4 -5002247 L 643157.4 -5002456 L 643014.4 -5002718 L 642791.3 -5002919 L 642422.2 -5003005 L 641632 -5003758 L 641658.2 -5004509 L 641741.3 -5004875 L 641345.4 -5006265 L 641736.9 -5007847 L 641580.9 -5008197 L 641008 -5010024 L 640902 -5010401 L 640801.4 -5012355 L 641337 -5013824 L 641413.1 -5014101 L 641407.2 -5014674 L 641370.3 -5015009 L 641374.4 -5015346 L 641314.8 -5017028 L 641260.9 -5017356 L 640582.7 -5018086 L 641260.2 -5018481 L 644780.3 -5019368 L 645126.5 -5019482 L 645159.3 -5018708 L 645138.2 -5018323 L 646589 -5018204 L 648150.1 -5019133 L 648592.6 -5019704 L 650303.9 -5020882 L 650528.1 -5021146 L 651747 -5021747 L 652077.2 -5021835 L 652826.7 -5021943 L 654076.7 -5022739 L 654410 -5022935 L 655344.8 -5023567 L 656472.5 -5023446 L 656858.8 -5023475 L 657630.5 -5021302 L 657784.5 -5020950 L 658425.8 -5020727 L 658749 -5020844 L 660600.2 -5020727 L 660815.2 -5020401 L 661427 -5018746 L 661555 -5018418 L 661788.8 -5017333 L 662035.8 -5017056 L 662184.9 -5016905 L 663200.8 -5017424 L 664715.9 -5017642 L 665368.5 -5018045 L 665714 -5018723 L 666459.6 -5018796 L 666837.9 -5018860 L 667112 -5018663 L 666510.1 -5017228 L 665960.3 -5012965 L 667443.3 -5012985 L 668354.4 -5014238 L 669123.6 -5013195 L 670217.4 -5013412 L 671454.4 -5010720 L 672116.8 -5010364 L 672287.8 -5010026 L 670791.7 -5010000 L 669882.9 -5009406 L 669616.6 -5009143 L 669736.2 -5007757 L 669849.2 -5007405 L 670361.1 -5005957 L 671366.3 -5004431 L 671480.3 -5004065 L 671647.2 -5003313 L 671142.6 -5002298 L 671534.7 -5001636 L 671447.2 -5000126 L 671459 -4999505 L 671419.9 -4999193 L 669928.3 -4996940 L 669598 -4996730 L 669108.3 -4994978 L 667497.1 -4994391 L 667438 -4994031 L 667742.2 -4993828 L 668349.6 -4994235 L 669318 -4993151 L 669677.2 -4993081 L 670312.7 -4993449 L 670997.6 -4995131 L 673176.1 -4995251 L 673536.3 -4995157 L 674147.7 -4994878 L 674476.9 -4994810 L 674653 -4994702 L 674747 -4994518 L 675099.1 -4993856 L 675749.4 -4993493 L 676118.7 -4993420 L 676297.7 -4992731 L 677768.7 -4992625 L 677870.7 -4992270 L 678354 -4992154 L 678572.2 -4992330 L 678656.4 -4992683 L 679705.2 -4992847 L 679837.4 -4993186 L 681057.1 -4992617 L 680981 -4992274 L 681829.5 -4991890 L 682148.8 -4991916 L 682184.9 -4992286 L 682798.5 -4992696 L 683135.8 -4992850 L 683699.3 -4993077 L 684316.3 -4991486 L 684673.6 -4991448 L 686058.6 -4991154 L 687211.2 -4990305 L 687899.8 -4990467 L 688241.1 -4990597 L 687224.6 -4991748 L 687251.9 -4992429 L 687942.1 -4991535 L 689036.9 -4991348 L 690208.1 -4992298 L 690953.8 -4992478 L 691971.1 -4994076 L 692108.3 -4994436 L 692676.1 -4995261 L 692836.3 -4995555 L 693326.9 -4996156 L 694097.5 -4996121 L 695114.2 -4995529 L 695760.4 -4994537 L 694997.8 -4994665 L 694315.1 -4994338 L 693556.7 -4991733 L 693576.6 -4991343 L 694596.1 -4990252 L 694744.9 -4989212 L 695096.1 -4989084 L 694879.6 -4987998 L 695935.9 -4986068 L 695584.4 -4985417 L 694930.3 -4983215 L 694822.1 -4982847 L 695384.4 -4978376 L 695438.4 -4978005 L 695281.6 -4975240 L 694558.6 -4972984 L 694946.7 -4971863 L 694240.4 -4967576 L 694212.3 -4967181 L 695536.2 -4966861 L 695880.5 -4966910 L 695169.7 -4965206 L 694018.7 -4964287 L 694340.9 -4963618 L 695451.7 -4963436 L 695755.9 -4962788 L 701327.9 -4961221 L 701486.1 -4961912 L 700781.8 -4963274 L 701116.2 -4963773 L 703401.8 -4962335 L 703736 -4962139 L 704110.1 -4960624 L 705846.4 -4959762 L 707015.3 -4959598 L 707329.6 -4959526 L 707367.6 -4959203 L 707578.7 -4958590 L 708479.3 -4957269 L 708808.6 -4957161 L 708982.7 -4956610 L 709083.7 -4956339 L 710167.6 -4956071 L 710736.1 -4956458 L 712583.7 -4956292 L 713218.3 -4956518 L 713575.7 -4957069 L 714727.5 -4955559 L 716197.8 -4955310 L 717760.9 -4953617 L 719286.3 -4953841 L 721017.1 -4954688 L 721379.5 -4954836 L 721977 -4954747 L 722274.3 -4954670 L 723303.2 -4954258 L 723606.2 -4952822 L 722723.2 -4952116 L 722420.9 -4951885 L 722108.6 -4951676 L 721468.9 -4951287 L 720728.8 -4948866 L 720339.5 -4948835 L 719178.4 -4948922 L 717778.2 -4949568 L 717448.8 -4948505 L 715615 -4947220 L 712245.2 -4948206 L 710322.6 -4948260 L 709692.1 -4948701 L 709517.9 -4948438 L 708927.4 -4948216 L 708827.3 -4947850 L 709116.3 -4945240 L 709659.7 -4944716 L 709427.4 -4943658 L 708710.8 -4943556 L 708005.2 -4941948 L 707944.1 -4941019 L 707603.9 -4940923 L 707012.4 -4939343 L 706489 -4938939 L 706443 -4938749 L 706295.9 -4938390 L 705794.5 -4936129 L 707032.4 -4935317 L 707242.5 -4935009 L 708243.2 -4935218 L 709484.1 -4933893 L 709780.3 -4933682 L 711166.3 -4932046 L 711293.4 -4931711 L 710917.1 -4931707 L 710248.6 -4931390 L 708802.5 -4931651 L 708273.1 -4931153 L 708177 -4930778 L 707675.7 -4928561 L 706587 -4927510 L 706212.7 -4927582 L 703799 -4928650 L 703452.8 -4928491 L 703117.6 -4928375 L 702245 -4928969 L 701947.8 -4929207 L 699126.9 -4930160 L 698757.6 -4930205 L 696909.4 -4930058 L 696246 -4930375 L 695901.8 -4931003 L 695542.6 -4931029 L 694873.2 -4930766 L 694992.3 -4929699 L 695115.4 -4929438 L 695220.5 -4929073 L 695672.9 -4928052 L 695165.6 -4927488 L 695510 -4925661 L 695602.1 -4925286 L 698076.7 -4924268 L 698067.8 -4923395 L 697964.7 -4923089 L 697359.4 -4923152 L 697019.2 -4922465 L 696326.9 -4922228 L 693565.1 -4923544 L 693181.9 -4923489 L 691988.4 -4922520 L 692159.6 -4922170 L 693183.3 -4921100 L 693958.1 -4918903 L 694067.3 -4917749 L 693188.9 -4917062 L 693498.2 -4916381 L 693848.4 -4916262 L 694217.6 -4916251 L 695722.4 -4916240 L 696106.8 -4914838 L 696262 -4914491 L 697280.6 -4914397 L 698023.2 -4913253 L 698021.6 -4913254 z M 650315.7 -4914719 L 650255.8 -4914344 L 648813 -4913150 L 648505.2 -4912482 L 649268.3 -4912533 L 650263.7 -4911967 L 650580.8 -4911753 L 649560.2 -4910313 L 650274.8 -4909041 L 650336.1 -4908308 L 650205.2 -4907962 L 652397.3 -4908513 L 652774.4 -4908555 L 657735.9 -4907148 L 658019 -4906898 L 658376.3 -4909120 L 658766.1 -4909768 L 660024.1 -4910610 L 659736 -4910808 L 659655.7 -4911501 L 660619.5 -4912702 L 660858 -4914558 L 663097.5 -4915041 L 664132.5 -4916108 L 664418.5 -4916367 L 664548.5 -4916600 L 664443.3 -4917121 L 662592.8 -4916949 L 661385.2 -4917894 L 660252.8 -4918052 L 659808.3 -4919469 L 660139.3 -4919666 L 660197 -4920650 L 659812.9 -4920601 L 659208.9 -4920151 L 657776.2 -4921391 L 657415.1 -4921378 L 656342.6 -4922124 L 655482.7 -4921007 L 655161.6 -4920997 L 654867.6 -4920866 L 654622.6 -4920581 L 652238.4 -4919539 L 651607.7 -4918120 L 651568.3 -4916196 L 651418.4 -4915836 L 651154.4 -4915622 L 650339.5 -4915058 L 650315.7 -4914719 L 650315.7 -4914719 z "
id="path617" />
<path
d="M 390051.5 -5422097 L 389779.9 -5421861 L 389114.3 -5421652 L 388143.9 -5422018 L 387097.2 -5421766 L 386994.4 -5421393 L 386789.8 -5420654 L 386088 -5420349 L 386351.4 -5420062 L 386975.5 -5418651 L 387015.2 -5417545 L 387380.3 -5417548 L 387698.2 -5416989 L 387287.5 -5415261 L 387161.8 -5414927 L 386668.6 -5414426 L 386393.2 -5414286 L 386092 -5414220 L 385766.5 -5414025 L 384701.9 -5413832 L 384176.7 -5413305 L 383827.7 -5413357 L 382772.4 -5413305 L 382257.3 -5412840 L 382193.6 -5412522 L 381661.8 -5411720 L 381347.4 -5411546 L 379388.9 -5410088 L 379311.1 -5409740 L 379133.2 -5408355 L 379809.8 -5407107 L 379918.4 -5406906 L 380086 -5406685 L 380257.4 -5406363 L 380541.3 -5405325 L 380302.8 -5404636 L 379577.8 -5404708 L 379007.9 -5404333 L 378961.8 -5404294 L 378638.3 -5404107 L 377167.5 -5402454 L 376451 -5402293 L 375825.7 -5402698 L 375661.8 -5402789 L 375292.9 -5402863 L 374612.4 -5403183 L 373234.9 -5402648 L 372897.7 -5402586 L 372464.6 -5402080 L 372107.5 -5402084 L 371498.9 -5402342 L 371454.3 -5403029 L 370872 -5403428 L 370525.8 -5403390 L 369145 -5403201 L 369258.4 -5402888 L 369410.4 -5402393 L 369144.9 -5402192 L 368826.2 -5402400 L 366632.6 -5403868 L 364767.4 -5403528 L 364421.4 -5403557 L 363822.9 -5404379 L 364015 -5405374 L 363678.8 -5405302 L 361768.3 -5405813 L 361579.5 -5405478 L 361809.6 -5403579 L 361082.2 -5401055 L 360828.7 -5401319 L 359199.3 -5401866 L 359233.1 -5402230 L 358919.7 -5402067 L 358067.2 -5401477 L 357391.2 -5402556 L 357098.6 -5402319 L 355293.2 -5400487 L 355370 -5399404 L 355062.5 -5399219 L 354299.7 -5399924 L 354035 -5399647 L 353469.9 -5399222 L 351600.8 -5399015 L 351382.1 -5399175 L 351075.9 -5399599 L 350731.4 -5399409 L 349703.9 -5398861 L 349034.7 -5397929 L 346808.6 -5397287 L 346699.3 -5397641 L 345268.8 -5397623 L 344572.3 -5398489 L 343555.1 -5398088 L 343263.5 -5397849 L 342442.4 -5395047 L 341511 -5394512 L 339832.9 -5394310 L 339540.3 -5394068 L 338852.2 -5393161 L 338514.4 -5393304 L 337517.9 -5393727 L 336438.6 -5392825 L 336303.6 -5392836 L 335366.9 -5393644 L 335139.3 -5393887 L 335260.7 -5395527 L 335462.4 -5395825 L 335440 -5396116 L 335155.4 -5396359 L 334280.5 -5397057 L 332797 -5397084 L 332641.6 -5397424 L 332932.3 -5397692 L 333767.4 -5398521 L 334125.8 -5398672 L 334871.6 -5398890 L 335287 -5399966 L 336148.9 -5400719 L 335928.5 -5401045 L 334464.8 -5403349 L 334905.4 -5403997 L 334843.2 -5404408 L 334621.7 -5404704 L 333668.5 -5405265 L 333041.2 -5406182 L 332001.9 -5406256 L 331778.4 -5406550 L 331448.7 -5406747 L 331095.9 -5406901 L 330759.1 -5407059 L 330106.2 -5407211 L 327951.7 -5409248 L 327672 -5409456 L 327010.1 -5409621 L 326703.4 -5409814 L 325707.2 -5410808 L 325425.6 -5411039 L 324199.5 -5411671 L 324452.2 -5411953 L 326185 -5414233 L 325121.8 -5413899 L 324489.4 -5414288 L 324199.9 -5415000 L 324430.3 -5416477 L 323007 -5416175 L 322868.5 -5416426 L 322695.9 -5416654 L 322785.7 -5416985 L 323598.3 -5417551 L 323504 -5417879 L 323152.1 -5417976 L 322234 -5418545 L 321919.4 -5418345 L 320394.1 -5416734 L 320098.5 -5416503 L 317995.3 -5417248 L 317615.1 -5417237 L 316203.1 -5417083 L 314608.6 -5418057 L 313491.4 -5418176 L 313333.3 -5417286 L 312982.2 -5417327 L 312294.2 -5417490 L 312335.9 -5417794 L 312839.9 -5418556 L 311843.2 -5418006 L 311079.1 -5418137 L 310514.9 -5419465 L 308230.1 -5420888 L 308329 -5421254 L 308640.5 -5422718 L 308969.1 -5422909 L 309058 -5423296 L 310343.2 -5425281 L 311782.5 -5427253 L 311845.4 -5427601 L 311888.1 -5428304 L 311404.1 -5428813 L 311500.9 -5429151 L 311985.1 -5430408 L 312079.8 -5431094 L 312189.6 -5431420 L 312881.7 -5432160 L 313041.3 -5432809 L 311519.2 -5434310 L 310795.1 -5434422 L 310425 -5434438 L 308644.5 -5434963 L 307981.3 -5436667 L 307663.7 -5436464 L 307390.2 -5436717 L 308406 -5437673 L 308341.7 -5438366 L 308333.6 -5438728 L 309161.5 -5439335 L 310873.8 -5439163 L 311149.4 -5438927 L 311235.3 -5440105 L 311144.2 -5440491 L 310106.1 -5440647 L 310805.1 -5441341 L 310720.8 -5441650 L 310053.6 -5441695 L 309978.4 -5442027 L 310643.3 -5443906 L 310760.2 -5444234 L 310786.6 -5444378 L 310708.4 -5445096 L 311771.4 -5445310 L 312333.9 -5446232 L 312518.8 -5446553 L 312171 -5446698 L 312123.9 -5447072 L 311133.5 -5447061 L 310666.2 -5447430 L 310285.1 -5447444 L 309279.8 -5447886 L 309171 -5447988 L 309314.9 -5448309 L 309712.1 -5450698 L 309551.8 -5450986 L 309480.2 -5451961 L 309609.2 -5452330 L 309950.2 -5453831 L 309588.6 -5454424 L 309548.5 -5454787 L 309197.6 -5454893 L 308051.4 -5454996 L 306278.5 -5456472 L 305957.9 -5456693 L 304878.6 -5459052 L 305247 -5459139 L 306338.6 -5459188 L 309017.4 -5460233 L 309386.6 -5460235 L 309352.1 -5462345 L 309529 -5462653 L 309286.5 -5462883 L 308264.4 -5463739 L 307937.8 -5463916 L 306550.5 -5463620 L 305042.7 -5462030 L 304094.7 -5462560 L 304179.7 -5462911 L 305125.9 -5463985 L 304720.2 -5465669 L 303756.6 -5465968 L 303433.7 -5466061 L 303887.7 -5466355 L 304099.2 -5466525 L 305393 -5468855 L 304332.1 -5470896 L 304039.1 -5472014 L 303926.1 -5472384 L 304332.1 -5473785 L 304524 -5474100 L 304487 -5474480 L 303798.7 -5476619 L 303835.4 -5478605 L 307394.3 -5478914 L 308746.5 -5479291 L 309562.4 -5479717 L 311417.3 -5480197 L 313974.6 -5481325 L 316462.3 -5482806 L 317556.9 -5483454 L 317256.7 -5483886 L 318253 -5484484 L 319040.3 -5484532 L 319423.1 -5484434 L 320343.8 -5483890 L 321216.9 -5482754 L 321426.1 -5482463 L 321489.8 -5482353 L 321657.2 -5482139 L 321820.6 -5481923 L 322826.1 -5480564 L 323025.4 -5480290 L 324460.3 -5478668 L 325410.1 -5478153 L 325760 -5478064 L 326861.5 -5478144 L 328648.5 -5479448 L 328943.2 -5479671 L 329124.3 -5479336 L 328019.9 -5477824 L 327924.9 -5477452 L 328651.4 -5477559 L 328938.7 -5476891 L 329671.8 -5476849 L 329879.2 -5476228 L 329344.7 -5475718 L 329563.1 -5475456 L 329880.8 -5475333 L 330498 -5474966 L 330859.4 -5475078 L 331984.2 -5475288 L 333055.5 -5474924 L 333602.7 -5475341 L 334017.6 -5475651 L 334118 -5475790 L 335761.4 -5475430 L 336181 -5475985 L 337928 -5476581 L 339041.7 -5475639 L 339357.3 -5475855 L 340491.8 -5476349 L 340369.7 -5477061 L 340314.6 -5477417 L 340514.6 -5477405 L 341318.9 -5474447 L 341577.2 -5474157 L 342229.3 -5473751 L 342592 -5473622 L 344297.3 -5473604 L 344614.8 -5473755 L 344846.1 -5473466 L 345541.9 -5473712 L 345896.3 -5473820 L 345744.4 -5473105 L 346264.1 -5472568 L 346261.1 -5471813 L 345967.4 -5471571 L 345859.4 -5471206 L 346518.7 -5471269 L 346855.3 -5471107 L 347075.1 -5471781 L 348380.1 -5472451 L 348740.4 -5472538 L 348675.6 -5471865 L 348689.7 -5471527 L 348951.4 -5469867 L 349105.6 -5469565 L 348914.9 -5468915 L 348996 -5468571 L 349253.7 -5468435 L 349635.6 -5467995 L 349388.8 -5467703 L 348730.7 -5467318 L 346243.6 -5468247 L 345231.3 -5467829 L 344694.2 -5468213 L 344339 -5468176 L 343482.9 -5466667 L 343196.4 -5466095 L 344522.4 -5465973 L 344633.6 -5465646 L 345003.9 -5465724 L 346667.1 -5464896 L 346698.4 -5463446 L 347136 -5462845 L 347833.6 -5463019 L 347770.5 -5463770 L 348714.2 -5464354 L 349059.7 -5464505 L 349923.7 -5465214 L 350868.4 -5462666 L 351530.6 -5462293 L 351534.7 -5461926 L 351658.2 -5461332 L 351152.1 -5460932 L 350897.5 -5460725 L 351106 -5460108 L 351113.2 -5459768 L 352215.6 -5460656 L 352935.1 -5459578 L 353276.9 -5459474 L 353546.2 -5458786 L 354274 -5458643 L 353875.6 -5458114 L 354207.2 -5457525 L 356707.8 -5458369 L 357091.7 -5458309 L 357109.3 -5458129 L 358068.6 -5458592 L 358051.7 -5458236 L 358197.4 -5458514 L 358736.8 -5458222 L 358929.4 -5458470 L 358168.3 -5459703 L 359137.7 -5460611 L 357939.3 -5462532 L 359342.2 -5463208 L 359659.8 -5463433 L 361007.9 -5463787 L 361358.9 -5463774 L 363517 -5463689 L 363875.1 -5463721 L 364195.1 -5463713 L 364278.7 -5465167 L 364452.5 -5465488 L 365042.4 -5466224 L 365104.2 -5466549 L 365799.2 -5466507 L 366198.7 -5467078 L 366654.3 -5466884 L 366785.5 -5466559 L 367502.3 -5467261 L 367834.7 -5467410 L 367973.1 -5466764 L 368023.1 -5466744 L 369133.4 -5466828 L 369035.1 -5468308 L 369153 -5468661 L 369453.1 -5468280 L 369810.2 -5468315 L 369995.5 -5468013 L 372098.1 -5467746 L 372451 -5467711 L 374344.1 -5467650 L 374368 -5468415 L 375109.1 -5469223 L 375409.5 -5469362 L 375411.3 -5470473 L 375658 -5470751 L 375459.3 -5471697 L 375466.1 -5472029 L 375935.3 -5472480 L 376309.3 -5472871 L 377077.9 -5473091 L 377654.9 -5474671 L 377377 -5476318 L 377283.8 -5476641 L 378685.5 -5476878 L 379345.9 -5476618 L 379194.8 -5477361 L 379331.7 -5477724 L 380147.8 -5477361 L 380236.5 -5477656 L 379829.7 -5478537 L 381625 -5479036 L 382945.4 -5480365 L 383164.2 -5480297 L 383354.9 -5480171 L 382729.6 -5478883 L 384778.2 -5479473 L 386523 -5479368 L 387514.6 -5478793 L 389424.9 -5478896 L 390510.8 -5478449 L 391018.3 -5477859 L 391256.5 -5477549 L 393125.1 -5477791 L 393681.7 -5476812 L 393796.8 -5476445 L 394770.6 -5477580 L 396649.4 -5477501 L 396588.6 -5477195 L 397049.6 -5476781 L 397275.1 -5476566 L 398049.2 -5474978 L 398815.3 -5474211 L 400015.3 -5474601 L 400351.3 -5474598 L 400337.4 -5474249 L 401529.8 -5473563 L 401763.2 -5473304 L 401973.2 -5473282 L 402571.3 -5472923 L 403412 -5473619 L 404146.9 -5473556 L 404258 -5473203 L 404954.5 -5472589 L 405119.9 -5472319 L 405692 -5473587 L 406260.3 -5473707 L 406575.7 -5473892 L 406829.2 -5473273 L 408149.9 -5473562 L 408488.7 -5473466 L 408194.1 -5473231 L 406989.9 -5472332 L 408613 -5470691 L 409110.5 -5469647 L 409789.6 -5469278 L 409843.8 -5468953 L 409642.6 -5468032 L 410790 -5465640 L 410621.2 -5464890 L 410526.3 -5464518 L 410343.5 -5464192 L 410823.6 -5461666 L 410589 -5460966 L 410799.4 -5460686 L 411478.8 -5460863 L 412339.2 -5460138 L 412133.6 -5459031 L 412751.8 -5458682 L 411817.9 -5455708 L 411538.5 -5455962 L 410106.3 -5456343 L 410198.2 -5456721 L 409255.9 -5458356 L 408947.4 -5458140 L 407829.7 -5458308 L 407236.6 -5457842 L 406109.4 -5457798 L 405853.8 -5457567 L 405827.2 -5456879 L 405339 -5456394 L 405218.2 -5456047 L 405333.6 -5455338 L 405269.5 -5454411 L 405512.1 -5454211 L 405396.2 -5453841 L 403424.9 -5452021 L 403185.2 -5451295 L 403417.5 -5450982 L 403024 -5449898 L 402943.1 -5449517 L 403032.9 -5448545 L 402759.3 -5448311 L 402621.5 -5447978 L 402824.9 -5447253 L 402224.7 -5445880 L 402427 -5445558 L 402305.6 -5445399 L 401592.9 -5444217 L 401769.1 -5442948 L 401539.7 -5442791 L 401183.7 -5442363 L 401062.8 -5441987 L 399601.6 -5440175 L 399080.5 -5439278 L 399009.3 -5438277 L 399288.9 -5438061 L 399006.4 -5437855 L 398209.8 -5437170 L 398006.5 -5437486 L 397514.3 -5437869 L 397165.9 -5437729 L 396833.6 -5437617 L 395538.3 -5437098 L 395311.6 -5436805 L 394688.6 -5436401 L 393659 -5436663 L 393268.1 -5436737 L 391772.7 -5436203 L 391703.4 -5436537 L 391482.6 -5437522 L 391025.6 -5438016 L 391222 -5437299 L 390457.3 -5435224 L 390072.1 -5435182 L 389238.3 -5434432 L 388496.7 -5434654 L 387422 -5435760 L 386350.4 -5434683 L 386635.9 -5434436 L 386397.3 -5433719 L 387008.3 -5432769 L 387040.6 -5432019 L 387050.8 -5431641 L 387786.4 -5430960 L 388062 -5430767 L 388437.1 -5430334 L 388201.8 -5429770 L 388497.5 -5429602 L 388656.9 -5429301 L 388632.1 -5428932 L 387933.3 -5427709 L 387248.7 -5427472 L 387746.1 -5426227 L 387887.4 -5425896 L 388437.5 -5426378 L 389580.7 -5426367 L 390617.9 -5426838 L 391014.7 -5426245 L 391372.7 -5426222 L 391092.1 -5425978 L 389642.5 -5424889 L 390043.5 -5423481 L 390773.6 -5423476 L 390593.8 -5423131 L 390050.5 -5422097 L 390051.5 -5422097 z "
id="path618" />
<path
d="M 338959.4 -5330033 L 339124 -5330356 L 340051.4 -5332317 L 339736.9 -5333353 L 344497.2 -5333545 L 344685.8 -5333873 L 344176.4 -5334396 L 344325.1 -5334776 L 344178.6 -5335125 L 342364 -5336483 L 340608.2 -5337066 L 339112.4 -5336980 L 338820.7 -5337221 L 338568.9 -5337387 L 338191.5 -5337842 L 336994.1 -5339175 L 335986.3 -5339586 L 336016.4 -5340285 L 336701.2 -5340600 L 336714.4 -5341354 L 338433.3 -5342100 L 337927.3 -5343471 L 335469.4 -5347757 L 335793.2 -5348170 L 335402.2 -5348846 L 336042.9 -5350266 L 336670.9 -5350702 L 337027.3 -5350863 L 336322.4 -5351073 L 334955.9 -5352298 L 333910.1 -5352091 L 333597.6 -5351894 L 333372 -5352193 L 334334.1 -5353765 L 334328.4 -5354517 L 335032.2 -5355396 L 335261.8 -5355694 L 335590.4 -5356546 L 335785.6 -5356640 L 337714.8 -5357418 L 338063.1 -5357478 L 338529.4 -5356951 L 338740 -5356668 L 339809.9 -5357482 L 339675.4 -5357822 L 340691 -5357371 L 341839 -5358244 L 342924.3 -5358157 L 343760.8 -5359371 L 343908.5 -5359710 L 344515.1 -5359885 L 344717.7 -5359599 L 345857.5 -5360950 L 346181.9 -5361119 L 346422.3 -5361834 L 347854 -5363027 L 347676.2 -5364865 L 349794.6 -5366826 L 350042.2 -5367103 L 349896.8 -5367464 L 349116.5 -5367483 L 348500.1 -5367925 L 347439.7 -5369552 L 347251.7 -5370701 L 347212.2 -5370987 L 347145.7 -5371267 L 348442.1 -5371750 L 348652.1 -5372782 L 348653.8 -5373135 L 348351.9 -5373228 L 347649.8 -5373834 L 348636.4 -5374474 L 349534 -5376212 L 349661.8 -5376585 L 349295.8 -5376634 L 347043.2 -5377797 L 346488.8 -5378244 L 347479.4 -5379393 L 346670.5 -5380646 L 346346.3 -5380621 L 345545.1 -5381175 L 345221.4 -5381389 L 344291.4 -5382064 L 342405.2 -5382352 L 341118.4 -5383721 L 340942.4 -5386297 L 339547.2 -5386477 L 339207.8 -5386328 L 338985.8 -5387406 L 339677.8 -5388793 L 339978.4 -5389040 L 339326.6 -5389270 L 339295.7 -5390319 L 339432.1 -5390975 L 339158.5 -5391237 L 338473.8 -5392512 L 338852.3 -5393161 L 339540.4 -5394068 L 339833 -5394310 L 341511.1 -5394511 L 342442.5 -5395046 L 343263.6 -5397849 L 343555.2 -5398088 L 344572.4 -5398488 L 345268.9 -5397623 L 346699.4 -5397641 L 346808.7 -5397287 L 349034.8 -5397929 L 349704 -5398861 L 350731.5 -5399409 L 351076 -5399599 L 351382.2 -5399174 L 351600.9 -5399014 L 353470 -5399222 L 354035.1 -5399647 L 354299.8 -5399924 L 355062.6 -5399219 L 355370.1 -5399404 L 355293.3 -5400487 L 357098.7 -5402319 L 357391.3 -5402556 L 358067.3 -5401476 L 358919.8 -5402067 L 359233.2 -5402230 L 359199.4 -5401865 L 360828.8 -5401318 L 361082.3 -5401055 L 361809.7 -5403579 L 361579.6 -5405478 L 361768.4 -5405812 L 363678.9 -5405301 L 364015.1 -5405374 L 363823 -5404378 L 364421.5 -5403557 L 364767.5 -5403528 L 366632.7 -5403867 L 368826.3 -5402399 L 369145 -5402191 L 369410.5 -5402392 L 369258.5 -5402888 L 369145.1 -5403201 L 370525.9 -5403389 L 370872.1 -5403428 L 371454.4 -5403028 L 371499 -5402342 L 372107.6 -5402084 L 372464.7 -5402079 L 372897.8 -5402585 L 373235 -5402648 L 374612.5 -5403183 L 375293 -5402863 L 375661.9 -5402789 L 375825.8 -5402698 L 376451.1 -5402292 L 377167.6 -5402454 L 378638.4 -5404107 L 378961.9 -5404294 L 379008 -5404333 L 379577.9 -5404708 L 380302.9 -5404636 L 380541.4 -5405325 L 380257.5 -5406362 L 380086.1 -5406685 L 379918.5 -5406906 L 379809.9 -5407107 L 379133.3 -5408355 L 379311.2 -5409739 L 379389 -5410088 L 381347.5 -5411546 L 381661.9 -5411720 L 382193.7 -5412522 L 382257.4 -5412840 L 382772.5 -5413304 L 383827.8 -5413357 L 384176.8 -5413305 L 384702 -5413832 L 385766.6 -5414025 L 386092.1 -5414220 L 386393.3 -5414286 L 386668.7 -5414425 L 387161.9 -5414927 L 387287.6 -5415261 L 387698.3 -5416989 L 387380.4 -5417548 L 387015.3 -5417544 L 386975.6 -5418650 L 386351.5 -5420061 L 386088.1 -5420348 L 386789.9 -5420654 L 386994.5 -5421393 L 387097.3 -5421766 L 388144 -5422017 L 389114.4 -5421651 L 389780 -5421861 L 390051.6 -5422097 L 390071.6 -5422097 L 390766.9 -5421243 L 390657.7 -5420210 L 390915.2 -5419939 L 391584 -5420269 L 392697.4 -5419892 L 392856.7 -5419532 L 392933.1 -5419226 L 393119 -5418670 L 392683 -5418222 L 394128.6 -5416490 L 394495.5 -5416402 L 394268.1 -5415739 L 393170.1 -5414402 L 393790.6 -5413645 L 394076.3 -5413474 L 394161 -5413794 L 394798.8 -5413639 L 395046.4 -5413421 L 395828 -5412685 L 395383.9 -5411238 L 395735.9 -5411215 L 396067.7 -5411097 L 396662.9 -5410634 L 396630.1 -5410252 L 395690.6 -5409612 L 396293.9 -5408215 L 395715.3 -5407512 L 395463.8 -5407290 L 395212.4 -5404655 L 395984.9 -5403355 L 395628.5 -5402689 L 395764.6 -5402213 L 397252.3 -5401884 L 398678 -5400574 L 398493 -5399589 L 398303.1 -5399131 L 397918.9 -5399060 L 396028.6 -5396598 L 396378.9 -5396195 L 395322 -5395334 L 395556.5 -5395067 L 395415.8 -5394737 L 397201.7 -5393943 L 397541.6 -5393855 L 397331.2 -5393147 L 397146.5 -5392824 L 396787.7 -5391419 L 396854 -5391046 L 397204.3 -5390653 L 398302.5 -5389599 L 399811 -5389681 L 399622.6 -5388972 L 400070.6 -5388384 L 400400.3 -5388207 L 400240 -5387558 L 400772.2 -5387084 L 400796.8 -5386356 L 401237.8 -5385777 L 401438.3 -5385473 L 402572.7 -5386048 L 403206.4 -5385804 L 402826.5 -5385401 L 403011.1 -5385156 L 403271.6 -5385397 L 404992.9 -5385351 L 405221.7 -5384707 L 404195.5 -5382586 L 404006.8 -5382237 L 404310.5 -5382029 L 404528.5 -5381452 L 405821.7 -5380855 L 407127.2 -5380974 L 407416.7 -5381185 L 408372 -5380684 L 408606.1 -5379628 L 409411.9 -5378887 L 409564.3 -5378548 L 409900.5 -5378603 L 410235.7 -5378662 L 409376 -5375679 L 409389.2 -5374130 L 410283.7 -5372066 L 410072.1 -5371739 L 410547.3 -5371201 L 410774.8 -5370918 L 410528.2 -5370637 L 411244.4 -5368953 L 411604.3 -5368857 L 413466 -5369004 L 413747.8 -5368312 L 413889.2 -5367964 L 414476.1 -5366688 L 415191.2 -5366631 L 415488.9 -5366432 L 416465.3 -5365954 L 416839.5 -5365991 L 417184.4 -5365913 L 418693.8 -5365921 L 419120 -5366544 L 419842.5 -5366757 L 420027.4 -5367830 L 420499.1 -5367617 L 420647.7 -5367391 L 420773.1 -5366481 L 421196.4 -5366013 L 421533.4 -5365964 L 421110.2 -5365351 L 421214.7 -5363874 L 420227.7 -5362840 L 420511.6 -5362710 L 420548.1 -5361857 L 422571.8 -5361964 L 422902.7 -5361869 L 423842.4 -5361569 L 424005.9 -5361281 L 423335.8 -5359562 L 423196.2 -5359207 L 423953.1 -5359054 L 424446.8 -5357637 L 424697.4 -5357341 L 423816.9 -5356582 L 423418.6 -5354710 L 424268.6 -5353401 L 423760.6 -5352851 L 423864.9 -5351814 L 422522.6 -5351240 L 422815.9 -5350150 L 422913.3 -5349786 L 423619.4 -5349739 L 424016.1 -5348900 L 424719.1 -5348798 L 425072.1 -5348751 L 424582.7 -5346769 L 424419.2 -5346496 L 424090.2 -5345963 L 423825.8 -5345732 L 422931.7 -5345205 L 422629 -5344210 L 422859.7 -5343339 L 422949.2 -5343048 L 422783.6 -5342724 L 422630.9 -5341666 L 423624.1 -5339126 L 423198 -5338514 L 422135.8 -5339167 L 421817.6 -5338482 L 423065.8 -5337111 L 423111.2 -5336714 L 423138 -5335929 L 422822.2 -5336115 L 421756.3 -5336343 L 420474.1 -5335775 L 419912.7 -5336236 L 419343.9 -5335803 L 419117.4 -5335536 L 418463 -5334759 L 418113.9 -5334768 L 418611.7 -5333254 L 419367.9 -5333234 L 418759.8 -5331324 L 418404.9 -5331469 L 417778.2 -5331162 L 417014.2 -5328728 L 416853.7 -5328412 L 416399.8 -5327896 L 415149 -5327599 L 415162.4 -5327220 L 415108.2 -5326468 L 413296.1 -5326745 L 413129 -5326025 L 412769 -5326089 L 410509.8 -5327000 L 410298.9 -5326436 L 410097.8 -5325724 L 408648 -5325465 L 408150 -5324903 L 407820.2 -5325101 L 406444.8 -5324454 L 404963.9 -5324823 L 403484.2 -5324630 L 403266.6 -5324939 L 402051.6 -5325830 L 401864.1 -5325563 L 401113.3 -5324498 L 400462.4 -5324663 L 399896.6 -5325597 L 397172.5 -5324713 L 396974 -5324396 L 397118.5 -5324050 L 396907.3 -5322667 L 396350.5 -5322213 L 395260 -5322076 L 394681.9 -5320751 L 394314.8 -5320732 L 394184.3 -5321069 L 392794.4 -5321430 L 391241.3 -5322350 L 390847.2 -5321706 L 391428.7 -5321229 L 390875 -5320848 L 389772.1 -5321114 L 388872.9 -5320462 L 389346.4 -5318660 L 389252.4 -5317312 L 389224.7 -5315457 L 388560.8 -5315649 L 387266 -5316062 L 387051.4 -5316367 L 384475.7 -5318454 L 383419.9 -5318830 L 382757.2 -5318497 L 382938.4 -5317898 L 383212.2 -5315670 L 383027.1 -5314930 L 382656.8 -5314789 L 380771.5 -5314319 L 379233.7 -5315469 L 377955 -5312500 L 376463.1 -5313606 L 375590.9 -5312995 L 373372.6 -5312595 L 373177 -5312893 L 372733.7 -5314210 L 370169.1 -5313676 L 369825.9 -5314313 L 369719.4 -5314683 L 368912.2 -5315450 L 368524 -5315430 L 367014.1 -5315165 L 365692.6 -5314416 L 364677.8 -5314809 L 365012.2 -5314989 L 365322.6 -5315209 L 364474.3 -5317998 L 363473.7 -5318533 L 363135.8 -5318706 L 363180.3 -5319065 L 362593.4 -5319961 L 363006.9 -5320883 L 362751.2 -5321146 L 361285.8 -5321201 L 361086.1 -5321469 L 360507.4 -5321803 L 360192.4 -5321868 L 359544.1 -5322500 L 359362.5 -5322813 L 359253.1 -5323888 L 359072.5 -5324229 L 358615.3 -5324851 L 359108.8 -5327044 L 358721.7 -5327074 L 356054.1 -5326661 L 355570.5 -5327664 L 353252.7 -5327736 L 352917.9 -5327943 L 351422.8 -5327605 L 350417.3 -5328201 L 350359 -5329298 L 353807.2 -5331147 L 354338.3 -5331704 L 353821.8 -5332762 L 353069.9 -5332979 L 351528.2 -5332894 L 350495 -5332360 L 347427.4 -5329523 L 346699.7 -5329255 L 346722.2 -5329587 L 346641.1 -5330866 L 346272 -5330868 L 345536.6 -5330820 L 344327.9 -5330011 L 342506.9 -5329848 L 342130.9 -5329961 L 341249.5 -5330572 L 338959.7 -5330033 L 338959.4 -5330033 z "
id="path619" />
<path
d="M 639143.4 -4865473 L 639211.7 -4865168 L 638898.2 -4864650 L 637952.3 -4863468 L 635976.5 -4862378 L 636352.4 -4862431 L 636729.3 -4862482 L 636543.6 -4862153 L 635540.7 -4861030 L 633490.9 -4860073 L 633149.5 -4859402 L 633067.2 -4859757 L 631487.2 -4859025 L 631931 -4858003 L 631680.7 -4857313 L 633142.3 -4857398 L 633548.7 -4856811 L 633414 -4856460 L 632392.6 -4855983 L 631671.5 -4855119 L 632650.6 -4852574 L 632578.8 -4850209 L 632376.6 -4849450 L 630759.1 -4847215 L 630654.5 -4846834 L 630587.9 -4846449 L 629431.5 -4843145 L 629553.7 -4841978 L 630690.3 -4839095 L 628383.2 -4838906 L 626801.5 -4840020 L 625251.7 -4840253 L 623483.5 -4841063 L 622444.4 -4840538 L 619726.7 -4840253 L 619377.1 -4840073 L 618608.8 -4838721 L 618709.5 -4837180 L 616647.5 -4836177 L 614764.3 -4831876 L 614896.1 -4831128 L 615727.7 -4830293 L 616495.5 -4830189 L 617956.2 -4830728 L 618553.5 -4830238 L 618552.4 -4829484 L 616917.7 -4827335 L 616558.1 -4827174 L 616168.3 -4827170 L 615024.6 -4827382 L 613419.6 -4826335 L 613845.5 -4825406 L 613443.5 -4824767 L 613096.9 -4824598 L 611942.5 -4824617 L 610510.8 -4823348 L 609009 -4823066 L 607328.6 -4821763 L 605955.8 -4822941 L 606447.8 -4823500 L 606120.2 -4824101 L 605800.7 -4823886 L 605403.2 -4822909 L 606348.4 -4820843 L 604191.7 -4819279 L 600273.1 -4817797 L 599720.1 -4817301 L 599890.4 -4816954 L 599292.7 -4815526 L 599201.7 -4813557 L 597843.5 -4813693 L 597338.2 -4813791 L 595373.7 -4814170 L 594510.8 -4814649 L 592940.2 -4815059 L 591901 -4815776 L 590890.8 -4816981 L 590479.5 -4818321 L 590500.9 -4818886 L 590825.7 -4819479 L 591589.3 -4819758 L 591851.9 -4819681 L 591968.9 -4820050 L 591233.9 -4822355 L 590805.4 -4822800 L 590581.1 -4823033 L 589574.5 -4823677 L 588733.3 -4823910 L 589165.2 -4825086 L 588968.9 -4825410 L 587095.6 -4827269 L 586383.1 -4827285 L 586419 -4827329 L 586765.6 -4827480 L 587476 -4827560 L 588424.2 -4826945 L 590274.5 -4827314 L 592486.5 -4827037 L 592488 -4827427 L 592419 -4828206 L 594042.8 -4829863 L 595830.3 -4833340 L 595885.9 -4834438 L 593383.2 -4838663 L 593433.8 -4838963 L 593452.3 -4839313 L 593246.9 -4840617 L 592554.4 -4841412 L 592364.2 -4841712 L 591811.6 -4843336 L 591711.3 -4843673 L 590866.1 -4844230 L 589990 -4843828 L 589317.3 -4843880 L 589113.1 -4844156 L 588462.4 -4845082 L 588094.5 -4845186 L 587795.4 -4845397 L 587416 -4846753 L 586825.8 -4847180 L 585495 -4846804 L 585303.7 -4847115 L 584885.3 -4847663 L 584232.4 -4847872 L 584244.9 -4848286 L 584324.9 -4849070 L 584050.7 -4849346 L 582565.1 -4850586 L 582330.9 -4850875 L 580115.8 -4852121 L 579659.5 -4851766 L 578319.2 -4850968 L 577962.6 -4850808 L 577094.7 -4851134 L 576811.7 -4851300 L 576954.3 -4852453 L 577912.3 -4853664 L 577860.1 -4854765 L 578317.1 -4855387 L 576596 -4855527 L 576555.2 -4856225 L 576650.7 -4856568 L 575294.6 -4856537 L 574955.8 -4856555 L 574618.9 -4856626 L 573759.9 -4857118 L 573313.9 -4858172 L 573338.6 -4859319 L 573441.1 -4859688 L 572974.7 -4860258 L 571814.5 -4859285 L 568764.7 -4859047 L 567684.4 -4858138 L 566623.1 -4858130 L 566332.6 -4857879 L 566098.4 -4858156 L 565645 -4858721 L 564282.3 -4859206 L 563791 -4860558 L 565475.2 -4862920 L 565720.3 -4863604 L 566056.3 -4864274 L 565634.6 -4866016 L 565392.4 -4866304 L 563403.7 -4866268 L 562712.7 -4867543 L 562689.5 -4868627 L 562717.1 -4868990 L 558205.5 -4869366 L 557104.4 -4868278 L 555677.7 -4867959 L 554485.4 -4867217 L 554899.6 -4865920 L 554651.8 -4865868 L 554430.8 -4865993 L 553871.3 -4865074 L 554045 -4864375 L 553639 -4862946 L 553125.7 -4862643 L 552759.9 -4862718 L 551342.7 -4862858 L 551392 -4861721 L 550808.9 -4861331 L 550759.8 -4863104 L 549635.4 -4863323 L 549435.9 -4863005 L 547940.6 -4860911 L 547810.6 -4860192 L 546412.3 -4858905 L 546085.4 -4858209 L 545936.5 -4857459 L 547794.7 -4856201 L 547766.2 -4855831 L 546348.8 -4855436 L 546119.4 -4855143 L 545753.5 -4855290 L 544717.8 -4856438 L 543687.1 -4856025 L 541936.5 -4856827 L 541499 -4857480 L 541631.9 -4859795 L 541400.7 -4860085 L 540310.5 -4860960 L 539429 -4860331 L 539062.2 -4860387 L 538299.9 -4860288 L 536610.1 -4858160 L 535509.4 -4857873 L 534555.1 -4857211 L 534203.2 -4857371 L 533457.7 -4858242 L 534211.9 -4858396 L 534685.6 -4859856 L 534574.7 -4861363 L 533614.9 -4862572 L 531830.9 -4862939 L 531247 -4862497 L 530192.7 -4862670 L 529283.9 -4863123 L 528474.3 -4862565 L 528374.9 -4862896 L 527843.5 -4865090 L 527803 -4865468 L 528057.9 -4866181 L 528395.7 -4866864 L 529728.7 -4867589 L 529857.2 -4868724 L 532103 -4869041 L 532163.5 -4869429 L 533123.1 -4871558 L 535121.2 -4872686 L 535701.1 -4874932 L 535600.1 -4875012 L 535202.2 -4875171 L 534883.2 -4875397 L 533041.9 -4876848 L 531582.4 -4877382 L 530514.9 -4878500 L 529419.1 -4878227 L 529001.7 -4878849 L 527732.7 -4877960 L 527422.7 -4878196 L 527155.6 -4878442 L 526587.5 -4878894 L 526179.7 -4880642 L 526023.5 -4880887 L 525888.3 -4881144 L 525419.6 -4881231 L 525049 -4881138 L 524014.1 -4880041 L 523253.6 -4880076 L 521548.6 -4882066 L 520636.6 -4882636 L 522885.3 -4883992 L 524416.1 -4884012 L 525085.2 -4884395 L 525465.8 -4884459 L 525470.4 -4884794 L 525434.5 -4886467 L 525248.3 -4886762 L 525170.6 -4887457 L 525956.2 -4888152 L 526120.7 -4888493 L 526240.4 -4889620 L 528011.7 -4890894 L 529409.2 -4891345 L 530918.4 -4891124 L 531275.9 -4890461 L 533805.8 -4888921 L 534354.3 -4887159 L 534631.4 -4886895 L 534986.3 -4886729 L 538026.7 -4886240 L 539955.2 -4886470 L 542447.2 -4885837 L 543249.5 -4885110 L 544780.4 -4886171 L 545143.3 -4886080 L 545514.2 -4885993 L 548043.2 -4885391 L 550171.2 -4886002 L 550395.2 -4887881 L 551294 -4888573 L 549922.6 -4889794 L 550506.1 -4892023 L 551081.3 -4892534 L 551455 -4892633 L 552275.2 -4891908 L 552913.5 -4892299 L 553164.7 -4893007 L 553903.4 -4892890 L 554280.2 -4892863 L 554233.6 -4892500 L 554883.1 -4891614 L 556108.1 -4890858 L 557181.5 -4890899 L 557544.4 -4890848 L 558305.7 -4890087 L 559574.5 -4889525 L 559928.4 -4889448 L 560277.2 -4889428 L 560490.7 -4888786 L 561029.7 -4888484 L 561360.6 -4888374 L 561698.6 -4888222 L 563294.1 -4886818 L 564399.4 -4886959 L 564862.8 -4887320 L 565147.6 -4887399 L 565799.8 -4887850 L 566090.5 -4887953 L 569349.7 -4887028 L 571051 -4889103 L 571381.7 -4889269 L 572095.4 -4889193 L 572349 -4889462 L 572415 -4890558 L 573366.6 -4890553 L 573666.3 -4890705 L 573624.4 -4892905 L 577406.3 -4891088 L 577515.7 -4891699 L 577052.7 -4891988 L 576742.9 -4891888 L 576154 -4893270 L 576177.4 -4894020 L 574519.6 -4894639 L 575109.9 -4896426 L 575185.6 -4896795 L 575477.4 -4896898 L 575084.4 -4899574 L 575735.4 -4900533 L 576707 -4900577 L 577041.8 -4900641 L 577317.9 -4901680 L 576869.6 -4902235 L 576008.4 -4902912 L 575303.8 -4902732 L 575074.1 -4902447 L 574067.8 -4903383 L 574328.2 -4904027 L 574512.9 -4904325 L 574444.6 -4904710 L 573929 -4905750 L 573285.9 -4906191 L 573113.6 -4906677 L 574759.9 -4908108 L 575157.3 -4908772 L 575329 -4909110 L 575313.5 -4909836 L 574248.7 -4910116 L 573228.3 -4911240 L 573219.8 -4911952 L 572103.8 -4913894 L 570315.3 -4915568 L 570050.2 -4915828 L 570271.7 -4916385 L 570760.7 -4916075 L 571206.3 -4916358 L 571292 -4916682 L 571836.2 -4917524 L 572465.8 -4917754 L 575054.1 -4917484 L 575066.6 -4918253 L 576018.9 -4918866 L 576834.8 -4920178 L 576939.7 -4920217 L 576844.5 -4920583 L 577148.5 -4922007 L 578889.8 -4923917 L 579244.8 -4923779 L 580244.8 -4923233 L 580374 -4922890 L 580954.1 -4922446 L 582007.8 -4922422 L 582688.5 -4921048 L 582102.5 -4919643 L 583463.5 -4918982 L 584564.9 -4917918 L 583865.9 -4916670 L 582508.3 -4916669 L 582631 -4915613 L 582870.1 -4915385 L 583375.2 -4914973 L 583700.4 -4913016 L 583460.6 -4912763 L 583492.8 -4912399 L 583441 -4910650 L 583040.5 -4910055 L 582074.2 -4909530 L 582316.3 -4909317 L 583075.8 -4908335 L 583348.8 -4908158 L 583678.6 -4908351 L 584036.4 -4908483 L 585115.4 -4909483 L 587500.3 -4910059 L 587723.3 -4909891 L 587948.4 -4909726 L 588294.4 -4909531 L 589317.5 -4910512 L 590460 -4909214 L 590555.7 -4908168 L 590643.9 -4907824 L 592147.6 -4907714 L 593059 -4908331 L 593436.9 -4908355 L 593935.9 -4906651 L 594153 -4906367 L 596271 -4905480 L 596549.1 -4905216 L 597718.7 -4903919 L 597983.8 -4903688 L 598316.8 -4903475 L 598880 -4902927 L 599986 -4902540 L 601159.2 -4903373 L 602128.7 -4905348 L 602335.5 -4905658 L 602376.3 -4906022 L 602243 -4908196 L 603672.6 -4908359 L 604600.1 -4908985 L 605469.2 -4910180 L 605179.9 -4910835 L 608715.2 -4911098 L 609793.8 -4911587 L 610045.6 -4911892 L 610431.6 -4911845 L 611290.2 -4910576 L 611232.6 -4909816 L 611128.8 -4909442 L 610494.2 -4907201 L 610651.8 -4906076 L 611483.1 -4905378 L 613746.7 -4905587 L 614049.1 -4904887 L 614433 -4904905 L 615176.1 -4906230 L 615422.9 -4906528 L 615070 -4906393 L 615160.9 -4910169 L 615175.7 -4910547 L 615861.2 -4911392 L 616251.2 -4911410 L 617705.3 -4911051 L 619549 -4911315 L 620031.2 -4910786 L 620261.5 -4910091 L 621014.5 -4910068 L 621581.7 -4909561 L 623012.6 -4909634 L 622907.7 -4909451 L 622746.9 -4909097 L 623700.8 -4907389 L 624735 -4906875 L 625072.9 -4907038 L 627064.3 -4906079 L 627331.3 -4906104 L 627583.4 -4906011 L 627879.5 -4905817 L 628504.1 -4904581 L 628807 -4904803 L 629768.7 -4905384 L 630117.8 -4905245 L 630517.3 -4904202 L 631123.5 -4903788 L 631076.7 -4903466 L 631330.2 -4902548 L 631465.4 -4902191 L 633453.6 -4899907 L 633140.6 -4898082 L 633207.8 -4897650 L 633872 -4897336 L 635303.7 -4897852 L 636001.8 -4897577 L 636154.2 -4896840 L 635660.8 -4895810 L 636033.2 -4895159 L 637065.4 -4894768 L 636811.6 -4892688 L 636814.8 -4892311 L 636809 -4891930 L 636823.2 -4891552 L 636962.7 -4890808 L 637050.9 -4890486 L 636944.5 -4889509 L 636024.5 -4886259 L 635980.8 -4885877 L 637193.1 -4883749 L 637209.3 -4883394 L 637874.7 -4882617 L 639861.9 -4883719 L 640244.9 -4883723 L 640452.3 -4883045 L 640454.5 -4882662 L 640691.7 -4882280 L 642411.2 -4881470 L 642634.4 -4881157 L 642707.1 -4880110 L 643121.5 -4879557 L 643402.6 -4879347 L 643659.8 -4879143 L 644377.2 -4878466 L 645461.8 -4875998 L 646970 -4875647 L 647295.7 -4874553 L 647315 -4874162 L 647506.3 -4873631 L 647487.6 -4873246 L 647179.1 -4872548 L 646809.2 -4872440 L 644930.1 -4872727 L 644732.9 -4871603 L 645103.9 -4870140 L 643339 -4868722 L 643380.3 -4868345 L 642033.4 -4867026 L 639905.2 -4866294 L 639352.6 -4865787 L 639143.9 -4865472 L 639143.4 -4865473 z "
id="path620" />
<path
d="M 335135.8 -4850502 L 335099.8 -4850135 L 335506.6 -4848766 L 336347.3 -4847588 L 336034.3 -4847395 L 336722.3 -4847348 L 338095.5 -4845608 L 337842.9 -4845610 L 337591.3 -4845611 L 339311.9 -4843904 L 339645.7 -4843775 L 340551.9 -4843108 L 340436.7 -4842461 L 340604.3 -4842121 L 340842.7 -4841831 L 341920.5 -4842000 L 342814.7 -4841337 L 343139.7 -4841150 L 343763.3 -4840934 L 343900.8 -4840631 L 342701.9 -4838624 L 342691.8 -4838262 L 342498.9 -4837975 L 343122.5 -4837720 L 343210.2 -4837385 L 343573.5 -4837413 L 344541.7 -4836342 L 344916.9 -4836424 L 346048.6 -4836606 L 346677.7 -4836168 L 346516.8 -4835832 L 345617.2 -4834718 L 346079.9 -4834169 L 347754.9 -4833501 L 347799 -4833818 L 348728.2 -4833927 L 348987.3 -4834132 L 349655.5 -4834026 L 350131.9 -4833548 L 350329.3 -4833273 L 350271.2 -4832960 L 349906 -4831744 L 350176.2 -4831484 L 351162.6 -4829927 L 352195.4 -4830095 L 352976.1 -4830879 L 353371.1 -4830245 L 353564.6 -4829927 L 354512.9 -4828809 L 354585.6 -4826565 L 354361.8 -4825867 L 351747.1 -4826292 L 351384.3 -4826441 L 351464 -4826113 L 350893.1 -4824546 L 350531.6 -4824595 L 348367 -4824341 L 347319 -4824631 L 347451.7 -4824289 L 347756.6 -4823381 L 346725 -4822413 L 346028.2 -4822052 L 345593.1 -4823092 L 345012.9 -4823546 L 344262.2 -4823556 L 343020.4 -4822792 L 342292.1 -4823002 L 344080.7 -4821630 L 344358.9 -4821362 L 343694 -4821023 L 343000.4 -4821326 L 342493.6 -4820860 L 342588.4 -4820141 L 343764 -4819193 L 344006.4 -4818901 L 342910.3 -4818898 L 342209 -4817281 L 340803.2 -4817020 L 341101.1 -4816873 L 339669.4 -4815886 L 339490.6 -4815575 L 341158 -4814390 L 341379.4 -4814121 L 341556.9 -4813846 L 340996.9 -4813496 L 341149.5 -4813202 L 340830.9 -4813274 L 340716.9 -4812632 L 340572.1 -4811964 L 339701.3 -4811061 L 339466.4 -4810818 L 339634.8 -4810587 L 340224.4 -4809667 L 339799.9 -4809071 L 339733.1 -4808708 L 338244.1 -4808979 L 337650.5 -4808546 L 337388.8 -4808270 L 337969 -4806454 L 337735.6 -4805724 L 338218.2 -4805224 L 338036.5 -4804880 L 337702.3 -4804824 L 337265.3 -4803753 L 336899.3 -4803660 L 336194.4 -4803390 L 335877.8 -4803467 L 334947.9 -4804357 L 335163.6 -4804660 L 334885 -4806042 L 333528.9 -4805914 L 333479.8 -4805642 L 333335.8 -4805406 L 333135.2 -4805723 L 331967.5 -4807043 L 332015.4 -4807390 L 331190.3 -4807941 L 331187.3 -4808292 L 330176.6 -4808501 L 329967.8 -4808225 L 329622 -4808361 L 328637.6 -4808782 L 328434.8 -4808830 L 328229.1 -4808860 L 327854.7 -4808886 L 326945.7 -4809472 L 326340.2 -4809332 L 326048 -4809257 L 325297.6 -4808855 L 324982.8 -4808991 L 323440.6 -4809692 L 323187.9 -4809415 L 322306.3 -4807846 L 322275.5 -4807797 L 321961.4 -4808036 L 319341.1 -4809768 L 317869.7 -4809808 L 318256.1 -4808773 L 318054.4 -4808459 L 317636.1 -4807822 L 317412.5 -4807519 L 317640.3 -4806477 L 317129.9 -4805938 L 316840.2 -4805687 L 316114.2 -4804839 L 314850.1 -4805656 L 313739 -4804109 L 313491.6 -4803741 L 313421.2 -4803592 L 313246.4 -4803328 L 312946.7 -4802782 L 312671.1 -4802512 L 311405.6 -4800600 L 311348.7 -4800291 L 310111.6 -4799197 L 309862.8 -4798972 L 308851.5 -4798455 L 306601.6 -4798867 L 306217.3 -4798893 L 306071.6 -4798580 L 305794.8 -4798376 L 305499.9 -4798519 L 305226.9 -4798699 L 304932.7 -4798941 L 303628.2 -4799581 L 302930 -4799448 L 302567.3 -4799568 L 301015 -4800610 L 300706 -4800483 L 300409.1 -4800329 L 300194.3 -4800385 L 299878.2 -4800617 L 298405.6 -4801076 L 298057.1 -4801142 L 297007.9 -4800302 L 296667.7 -4800255 L 295579.2 -4801075 L 295301.9 -4801043 L 295025.3 -4801079 L 294786.8 -4801362 L 294079.6 -4801560 L 293769.7 -4801716 L 292788.5 -4802047 L 292663.8 -4801711 L 292581.5 -4800646 L 292192 -4800719 L 290620.1 -4800722 L 288784.3 -4801461 L 288618.4 -4801821 L 289072.4 -4803360 L 288711.2 -4803324 L 288181.6 -4803818 L 287456.9 -4803845 L 287217.2 -4803589 L 286250.3 -4803239 L 284811.5 -4803124 L 284286.1 -4802656 L 283594.8 -4802553 L 283573.6 -4802923 L 283222.6 -4806130 L 282949.9 -4805895 L 282103.5 -4805318 L 281197.6 -4805814 L 281212.3 -4806200 L 281114.4 -4807727 L 280726.4 -4807652 L 278864.7 -4807137 L 278516.7 -4807043 L 276641.5 -4806109 L 276321.8 -4805896 L 275618.2 -4805586 L 274255.9 -4805866 L 273567 -4805661 L 273357.5 -4805940 L 272923.5 -4806474 L 271612.3 -4806102 L 271223.8 -4806765 L 271159.6 -4807144 L 271482.5 -4806987 L 271442.3 -4807369 L 271060.4 -4809626 L 270713.4 -4809532 L 269694.2 -4809281 L 269010.2 -4809960 L 269017.9 -4810349 L 267958.6 -4811918 L 268285.1 -4813079 L 268235.9 -4813185 L 270230.5 -4813953 L 270577.6 -4814038 L 269981.3 -4815382 L 269768.7 -4815690 L 269764.4 -4815785 L 269516.1 -4816016 L 269219.7 -4816614 L 268915.8 -4816465 L 268605.9 -4816619 L 268053.7 -4816989 L 267839.9 -4817646 L 267795.8 -4818016 L 267621.2 -4819495 L 267667.1 -4820418 L 267493.4 -4820718 L 266506.4 -4822498 L 266194.7 -4822291 L 264836.9 -4821764 L 264065.6 -4822580 L 263975.3 -4823314 L 262922.8 -4822846 L 261781 -4822814 L 260739.1 -4824863 L 260474.7 -4825147 L 259977.6 -4825740 L 258822 -4825650 L 258462.4 -4826940 L 258367.5 -4827269 L 258284.6 -4827594 L 257499.2 -4828131 L 257208.7 -4831194 L 257047.1 -4831472 L 256579.2 -4832626 L 255380.4 -4832616 L 255060.1 -4832592 L 255048.1 -4832895 L 254705.2 -4832760 L 254266.1 -4833336 L 253283.4 -4832855 L 251812 -4832868 L 251648.2 -4831389 L 251355.5 -4831147 L 250226.3 -4831207 L 249868.4 -4831078 L 249875.7 -4830688 L 249898.9 -4830299 L 249192.3 -4830256 L 248227.5 -4830705 L 247583.3 -4830503 L 247301.5 -4830286 L 246918.1 -4830301 L 245540.9 -4830798 L 244975.4 -4830372 L 244630.9 -4830409 L 244402.4 -4830670 L 243498.2 -4832110 L 241539.7 -4830943 L 241182.8 -4830797 L 241099.7 -4831165 L 240770 -4831839 L 239288.8 -4831497 L 238447.7 -4830795 L 238138.5 -4831022 L 237651.9 -4832338 L 237287.5 -4832357 L 237283.2 -4832736 L 237733.3 -4833347 L 237916.2 -4834469 L 235702.8 -4834558 L 235262.7 -4835107 L 235210.5 -4835477 L 235292.2 -4835824 L 235219.4 -4837584 L 236413.8 -4836858 L 236710.7 -4837043 L 236737.3 -4837739 L 236875 -4838062 L 237106.7 -4838632 L 238154.4 -4838790 L 238433.6 -4839779 L 238749.4 -4840577 L 237979.4 -4840673 L 237401.9 -4841135 L 237604.1 -4841884 L 238719.7 -4842957 L 238293.3 -4844813 L 240019.8 -4845607 L 240355.6 -4845804 L 240682.4 -4846014 L 242689.5 -4847731 L 242561.6 -4848085 L 242548.2 -4848830 L 240757.7 -4849282 L 241176.2 -4849858 L 241685 -4850286 L 241120.3 -4851718 L 241206.6 -4852849 L 240648.8 -4853369 L 240968 -4854410 L 240347 -4855665 L 241247 -4856171 L 241503.8 -4855800 L 242943.7 -4855738 L 242893.9 -4857951 L 243434.5 -4858439 L 243173.7 -4859150 L 243099.8 -4859485 L 242004.3 -4861155 L 242384.9 -4861428 L 243107.3 -4862560 L 243778.7 -4861778 L 243902.5 -4862107 L 243769.7 -4862440 L 243299.4 -4863761 L 242733 -4864192 L 242403.6 -4864172 L 241598.3 -4864679 L 240676.1 -4864892 L 240014.4 -4865119 L 239687.2 -4865656 L 240270 -4866092 L 240704.2 -4867103 L 241576.1 -4866718 L 242168.9 -4867152 L 242671.6 -4867317 L 242909.8 -4867447 L 243069.5 -4867791 L 244767 -4869771 L 245904.2 -4868804 L 246832.4 -4869940 L 248243.1 -4869654 L 249058.6 -4870433 L 250487.5 -4868743 L 250816.5 -4868558 L 251128.5 -4868725 L 251403.4 -4868950 L 251257.6 -4870327 L 251526.4 -4870600 L 253135.5 -4870431 L 254284.5 -4871925 L 255668 -4872443 L 256359.7 -4874627 L 258779.1 -4872187 L 259088.3 -4871963 L 259591.2 -4871389 L 259536.6 -4870239 L 257445.6 -4868540 L 260258.1 -4866551 L 261278.9 -4865381 L 261589.1 -4865142 L 261898 -4865369 L 263622.7 -4864895 L 264488.2 -4865638 L 265004.5 -4866657 L 264991.4 -4867046 L 264654.5 -4868953 L 263588.1 -4871411 L 264565.5 -4872520 L 264626.3 -4873283 L 264810.3 -4873533 L 265341.5 -4874247 L 265682.5 -4874077 L 266733.8 -4874488 L 267859.4 -4874410 L 269512.1 -4875820 L 269479.1 -4876191 L 270581.1 -4875235 L 270327.6 -4873351 L 271767.8 -4872882 L 272113.9 -4873042 L 272487.5 -4873709 L 272565.1 -4875259 L 273826.9 -4876113 L 274566.2 -4877476 L 274854.2 -4877320 L 275178.3 -4877494 L 276589.2 -4878273 L 276902.3 -4878079 L 277737.1 -4878078 L 278031.4 -4878181 L 278002.3 -4876740 L 279395.9 -4876126 L 280136.5 -4876260 L 281025.7 -4875713 L 281208.3 -4875378 L 281912.4 -4875350 L 283524.2 -4874565 L 283751.1 -4874846 L 284765.8 -4875176 L 284545.3 -4876234 L 284606.3 -4876593 L 285336.9 -4876341 L 288328.7 -4877053 L 289203.4 -4876294 L 289579.1 -4876194 L 290250.3 -4876530 L 291246.8 -4877712 L 292013.7 -4877718 L 292944.8 -4878349 L 294446.5 -4878425 L 294831.1 -4878368 L 295273.9 -4879781 L 295511.8 -4880081 L 295543.2 -4880306 L 296206.6 -4880972 L 296303.7 -4881279 L 298355 -4881226 L 298388.1 -4881586 L 298631.4 -4881331 L 299327.2 -4881435 L 299822.6 -4880997 L 299884.4 -4880651 L 300471.3 -4881975 L 301325.8 -4881308 L 302326.9 -4881086 L 302588.2 -4880828 L 303211.5 -4881174 L 304229.6 -4881366 L 304920.9 -4881687 L 305719.6 -4883019 L 306365.7 -4883419 L 307005.4 -4883618 L 307688.8 -4883466 L 307527.8 -4883131 L 309351.3 -4881883 L 310033.4 -4880608 L 310119.1 -4880248 L 311709.8 -4879450 L 311785.4 -4878339 L 312429.8 -4877404 L 313535.7 -4877630 L 313808.7 -4877896 L 314100.9 -4879319 L 315052.9 -4879613 L 315917.9 -4880768 L 316161.9 -4881046 L 316895.1 -4880949 L 318654.5 -4881446 L 318878.5 -4881741 L 319562.5 -4881760 L 319716.9 -4881080 L 319789.6 -4880738 L 320202.4 -4880145 L 320118.3 -4879407 L 320003.3 -4879052 L 320326.3 -4878019 L 320568.6 -4877750 L 323276.2 -4879270 L 324400.2 -4879876 L 324590.3 -4880161 L 325283.5 -4880511 L 326429.2 -4879527 L 327547.5 -4879577 L 327796.6 -4878960 L 328433.3 -4878723 L 328698.4 -4878510 L 328091.1 -4878145 L 327372.3 -4878074 L 326776.4 -4877114 L 325385.3 -4877564 L 325030.1 -4877421 L 324704 -4877245 L 325203.3 -4875967 L 324782.3 -4875360 L 325276.2 -4875088 L 325387.7 -4874826 L 325444.5 -4874442 L 325285.4 -4873725 L 324033.4 -4872378 L 323976.7 -4872284 L 323748.5 -4872094 L 323369.6 -4871863 L 322642.6 -4870650 L 322516.6 -4870311 L 322052.6 -4869769 L 321935.6 -4869421 L 320010.9 -4868403 L 320026.7 -4867666 L 320580.7 -4866111 L 320737.2 -4865814 L 323915.9 -4866860 L 324654.1 -4866318 L 324748.7 -4866027 L 326795.4 -4864906 L 327084.5 -4865101 L 327323.7 -4865709 L 327633.7 -4865514 L 328330.1 -4865738 L 329152.7 -4864568 L 329823.4 -4864275 L 330179.1 -4864188 L 330247.5 -4863590 L 331198.1 -4863188 L 331470.2 -4862970 L 331136.3 -4862712 L 329726.4 -4861895 L 329687.3 -4861559 L 329904.7 -4860046 L 331080.4 -4859059 L 331855.5 -4857726 L 331981.2 -4857359 L 331644.4 -4857468 L 330593 -4857476 L 330556.6 -4856440 L 332587.5 -4855628 L 332938.3 -4855509 L 332853.3 -4855167 L 332069.4 -4854037 L 331352.6 -4853224 L 330589.8 -4851260 L 330557.7 -4850527 L 331235.4 -4850233 L 332271.2 -4850469 L 332767 -4851019 L 334206.7 -4851048 L 335136.6 -4850501 L 335135.8 -4850502 z "
id="path621" />
<path
d="M 359407.4 -5138348 L 360839.6 -5140102 L 360712.7 -5141188 L 362135 -5143399 L 362281.1 -5143746 L 361538.1 -5143842 L 360922 -5143390 L 360181 -5143372 L 360180.2 -5144506 L 358896.3 -5145294 L 358533.3 -5145348 L 357555.4 -5145762 L 356426.7 -5148076 L 357770.8 -5148263 L 356795.1 -5149875 L 356597.3 -5150950 L 357257.4 -5151301 L 357555.4 -5151531 L 357391.5 -5151866 L 355659.8 -5153809 L 355334.8 -5154028 L 354189 -5155077 L 353124.1 -5155563 L 352357 -5155425 L 351245 -5155791 L 347783.8 -5155637 L 348148.1 -5157025 L 347437.5 -5159049 L 347064.5 -5159020 L 345581.4 -5158901 L 344945.5 -5159721 L 343444.4 -5159676 L 342935.5 -5160252 L 341855.5 -5160642 L 341709.5 -5160935 L 341442.6 -5161524 L 341618.8 -5162153 L 341276.8 -5162177 L 339982.8 -5162495 L 339409.9 -5163416 L 339174.2 -5164854 L 338371.4 -5166040 L 338497.5 -5166389 L 339468 -5168021 L 340092.2 -5168445 L 339504.6 -5170213 L 339866.8 -5170888 L 339531.9 -5171512 L 339149.8 -5171470 L 340401.4 -5172864 L 341097.6 -5173193 L 340939.8 -5173933 L 340700.9 -5174218 L 339890.3 -5175871 L 339977.7 -5176943 L 339350.7 -5177328 L 339022.9 -5177937 L 337617.8 -5178299 L 336705 -5179377 L 338024.4 -5180048 L 340119.8 -5180281 L 340479.8 -5180196 L 341501.9 -5180072 L 342480.4 -5178165 L 342758.4 -5177934 L 343821.7 -5178285 L 345285.5 -5180032 L 345530.8 -5180750 L 347366.9 -5180254 L 347739.9 -5180170 L 347724.3 -5181104 L 347605.4 -5181390 L 346910.9 -5182773 L 347272.4 -5183859 L 345854.7 -5185090 L 347690.6 -5186469 L 347846.6 -5188782 L 348461.1 -5189764 L 348824.2 -5189908 L 348652.3 -5190232 L 348413.6 -5190899 L 349142.1 -5193685 L 349117.1 -5193695 L 349850.8 -5196748 L 350094.7 -5200226 L 350222.9 -5200598 L 350515 -5200755 L 350800.1 -5200924 L 351811.6 -5201408 L 352208.2 -5202415 L 352006.8 -5203512 L 352016 -5203885 L 351414.4 -5204820 L 351815.6 -5206607 L 352877.1 -5207034 L 353483.3 -5208725 L 355648.6 -5210046 L 355999.7 -5210157 L 356182.6 -5209878 L 356389.5 -5209615 L 359878.2 -5211196 L 361021.6 -5211378 L 361407.7 -5211348 L 362073.3 -5210560 L 362292.2 -5210293 L 363023 -5209829 L 363323.1 -5209890 L 364370 -5209492 L 365041.6 -5208604 L 365222.4 -5208277 L 366151 -5208901 L 366513.1 -5208993 L 368622 -5211170 L 368375.7 -5212243 L 369667.9 -5213600 L 369974.4 -5214273 L 370041.7 -5214637 L 371443.1 -5214789 L 371779 -5215894 L 371422.7 -5216984 L 371917.6 -5218011 L 372614.9 -5218187 L 373577.7 -5217701 L 374529.4 -5218321 L 374825.6 -5218568 L 375522.8 -5219961 L 375514.7 -5221124 L 375502 -5221512 L 375365.2 -5221869 L 374572.4 -5223603 L 374062 -5225819 L 372814.9 -5227252 L 373600.8 -5228126 L 374741 -5228067 L 377540.8 -5229454 L 377880 -5229650 L 378919.9 -5230392 L 379168.1 -5230596 L 379848.1 -5231558 L 380074.4 -5231885 L 382512.9 -5232932 L 383636.1 -5232916 L 384016.2 -5232896 L 385116.3 -5232715 L 385654 -5232221 L 386313.3 -5232366 L 388037.5 -5231000 L 388138.2 -5230636 L 388630.7 -5231110 L 388514.3 -5231853 L 388103.1 -5232919 L 388111.4 -5234332 L 387905.6 -5234652 L 390877.8 -5235277 L 392740.8 -5234852 L 393123.9 -5234824 L 393177.6 -5236682 L 393903.8 -5236737 L 394276.9 -5236776 L 394616.2 -5236961 L 395188.9 -5236451 L 395932.2 -5236639 L 397430.2 -5236287 L 397537.2 -5235214 L 398633.1 -5234868 L 401269.2 -5235404 L 402234.4 -5236487 L 402457.7 -5236802 L 404741.4 -5233772 L 404990.2 -5233484 L 406661.2 -5231952 L 406933 -5231686 L 407682.1 -5231676 L 408260.6 -5232048 L 408435.9 -5232380 L 409613.6 -5231737 L 409844.4 -5231490 L 411333.7 -5230421 L 411676.6 -5230278 L 411656.2 -5229884 L 411516.4 -5227953 L 411843.4 -5225638 L 411485.3 -5225554 L 410423.8 -5225256 L 409679 -5224444 L 409455.6 -5224080 L 409349.9 -5223296 L 406624 -5220506 L 406883 -5220430 L 407116.9 -5220298 L 408225.3 -5219379 L 408952.4 -5219296 L 409263.6 -5219498 L 410699.8 -5219399 L 411836.3 -5218514 L 412065.1 -5218233 L 414487.7 -5217236 L 414807.6 -5217034 L 415181 -5217502 L 415546 -5217386 L 416588.6 -5217856 L 417634.4 -5217390 L 418930.3 -5218140 L 419421.8 -5218592 L 419706 -5218769 L 420917.9 -5219589 L 421802.8 -5219229 L 423125.5 -5219726 L 423463.7 -5219872 L 423695.8 -5218794 L 423714.5 -5218416 L 424420.4 -5218114 L 424017.4 -5217045 L 424167.8 -5216332 L 425660.2 -5216456 L 426050.1 -5217387 L 427528.3 -5217311 L 427744.1 -5216993 L 427346.5 -5216391 L 427867.1 -5214614 L 427677.2 -5213507 L 426772.5 -5212865 L 426535.9 -5212154 L 425825.7 -5210792 L 425975.4 -5210438 L 427645.3 -5209961 L 428476.5 -5208810 L 429738.2 -5208108 L 429862.9 -5207761 L 430709.7 -5207339 L 430906.5 -5207059 L 431605.6 -5205697 L 431795.4 -5205359 L 431512.2 -5205157 L 430717.6 -5204512 L 430688.9 -5203523 L 430474.6 -5203240 L 430104.1 -5202634 L 430315.4 -5201636 L 429896.9 -5201094 L 429650.7 -5200876 L 428798.4 -5200637 L 428806.7 -5198371 L 431472.5 -5196228 L 431794.4 -5196023 L 434336.1 -5196460 L 434965.9 -5196120 L 435190.7 -5195825 L 435047.4 -5195468 L 434028.8 -5193410 L 432959.9 -5192311 L 432563.9 -5192351 L 430207.7 -5191083 L 430349.5 -5189334 L 429217.3 -5187698 L 428836.2 -5187662 L 428564 -5187423 L 427155.9 -5187518 L 426936.6 -5187091 L 428702.2 -5184574 L 430912.5 -5183028 L 431169.4 -5182739 L 431286.2 -5182371 L 432057.5 -5181062 L 430363.8 -5178571 L 428512.4 -5178170 L 428165.7 -5177096 L 428802.3 -5176195 L 430000 -5175500 L 430084.6 -5174794 L 429755 -5173741 L 430134 -5173674 L 430799.8 -5173292 L 431509 -5173580 L 432249 -5173399 L 432929.8 -5173042 L 433863.2 -5171823 L 434950.1 -5171438 L 434838.9 -5171068 L 433536.8 -5169246 L 433714.4 -5168497 L 434623.1 -5167791 L 435759.5 -5166449 L 436464.6 -5166612 L 436766.3 -5165949 L 437489.3 -5165858 L 436844.3 -5164048 L 437297.8 -5162961 L 437133.6 -5162608 L 437072 -5161464 L 436772.9 -5161215 L 436409.9 -5161209 L 435718.2 -5159968 L 435778 -5159597 L 436190 -5157395 L 435032.5 -5156460 L 435140.3 -5156093 L 436739 -5153071 L 436822.3 -5151551 L 436842.1 -5151176 L 437365.9 -5150669 L 437729.9 -5150760 L 437939.4 -5149421 L 438407.2 -5148892 L 438348.9 -5148181 L 438118.8 -5147909 L 438118.8 -5147859 L 437963.6 -5147495 L 437572.3 -5146805 L 434349.7 -5145395 L 434617.7 -5142826 L 435566.3 -5141649 L 434139.3 -5141644 L 433475.2 -5141339 L 431584.2 -5141405 L 430606.8 -5140218 L 429467.8 -5140152 L 429478.8 -5140182 L 429143.8 -5140290 L 428240.1 -5141279 L 427551.1 -5141424 L 427169.1 -5141375 L 424941.2 -5141811 L 424708.3 -5142105 L 422160.5 -5142544 L 421989.7 -5143025 L 421669.7 -5143091 L 421254.9 -5143595 L 420865.9 -5143512 L 417020.7 -5142714 L 416528 -5143615 L 415919.1 -5143970 L 415012.9 -5143477 L 414666.9 -5143445 L 414084 -5143758 L 413784.7 -5142836 L 413397.7 -5142809 L 411465.8 -5142956 L 410597.6 -5142227 L 408753.8 -5142764 L 408653 -5143552 L 407527.3 -5144654 L 407242.5 -5145394 L 406891.5 -5145281 L 406191.5 -5145426 L 403346.4 -5144905 L 403534.3 -5144650 L 403727.2 -5144398 L 404150 -5143772 L 403913.9 -5143473 L 404238.6 -5142388 L 403369.2 -5140716 L 403494 -5139966 L 403134 -5139829 L 401762.7 -5138526 L 401719.6 -5138144 L 400310.8 -5138652 L 398375.5 -5141440 L 398044.5 -5141249 L 396662.2 -5139936 L 396151 -5138911 L 395849 -5138679 L 395047.9 -5137870 L 393999 -5138313 L 393033.4 -5139878 L 393588.8 -5141650 L 392660.9 -5142083 L 392344.9 -5141863 L 391322.6 -5140374 L 390208.7 -5140559 L 389962.6 -5140262 L 389597.6 -5140148 L 388469.4 -5139121 L 387782.4 -5139135 L 387623.9 -5141416 L 386955.1 -5142303 L 386241.2 -5142576 L 385906.2 -5142441 L 385080.1 -5141768 L 384981 -5141056 L 384257.9 -5140260 L 384078.7 -5139362 L 383992.6 -5139057 L 383739.7 -5139352 L 382660.7 -5139006 L 381398.4 -5137063 L 379963.4 -5136606 L 379324.3 -5135637 L 379269.2 -5134863 L 377605.1 -5133903 L 377330.1 -5134161 L 377010.3 -5135627 L 376112.4 -5136311 L 376229.4 -5136670 L 375872.4 -5136585 L 374721.6 -5137970 L 374519.6 -5138253 L 373668.8 -5139356 L 373431.9 -5139592 L 372311 -5140045 L 371985 -5139841 L 369831 -5139217 L 370519.9 -5138410 L 369677.8 -5137812 L 369621.7 -5137073 L 367503.7 -5136873 L 367247.8 -5137355 L 366481.8 -5137356 L 365766.8 -5137632 L 365027.8 -5137429 L 364041.7 -5136277 L 363682.7 -5136333 L 362323.8 -5136663 L 362159 -5138738 L 361811 -5138873 L 360645.9 -5137963 L 360590.9 -5137594 L 360264.9 -5137548 L 359662.9 -5137746 L 359408 -5138347 L 359407.4 -5138348 z "
id="path622" />
<path
d="M 336704.6 -5179377 L 336570.7 -5179694 L 336137.8 -5180226 L 336070.9 -5180609 L 335022.9 -5181066 L 333887.3 -5182634 L 333666.7 -5183747 L 332709.7 -5184312 L 332922.3 -5185789 L 332536.6 -5186821 L 332518.7 -5187011 L 332466.8 -5187382 L 332418.2 -5188486 L 331414.2 -5188931 L 330847.5 -5189873 L 331609.9 -5190532 L 331496 -5190889 L 329697.7 -5190985 L 329329.8 -5191539 L 329761.1 -5192129 L 329305.2 -5192571 L 328359.8 -5192093 L 327641.2 -5193336 L 327321.2 -5193486 L 326608.5 -5194654 L 326451.6 -5194981 L 324785.1 -5196896 L 324735.4 -5197617 L 325156.9 -5198536 L 324746.2 -5199447 L 325008.8 -5200584 L 324309.9 -5203191 L 324258 -5203511 L 324249.2 -5203899 L 323919.6 -5204938 L 321675.3 -5205447 L 321348.6 -5206146 L 320667.6 -5206506 L 319973.2 -5206193 L 319656.2 -5206359 L 318952.4 -5207161 L 318812.7 -5207801 L 318956.9 -5208132 L 318582.1 -5208710 L 316457.5 -5208683 L 316102.4 -5208626 L 314723 -5208687 L 314649.8 -5208272 L 314713.7 -5207950 L 315179.4 -5207132 L 315075.2 -5206805 L 315094.9 -5206128 L 315328.8 -5205841 L 316974.9 -5205132 L 317140.1 -5203343 L 316865.9 -5203077 L 314210.2 -5203082 L 313527.2 -5203404 L 313178.2 -5203537 L 310378.2 -5203207 L 309806.3 -5203675 L 309600.1 -5203446 L 308732.7 -5203198 L 308361.5 -5203063 L 305147 -5201732 L 305065.8 -5201397 L 304641.3 -5200461 L 304330.3 -5200703 L 303299.2 -5201260 L 302128.8 -5201269 L 301814.8 -5201508 L 300822.8 -5202154 L 300442.7 -5202170 L 299077.5 -5202750 L 297772.5 -5201435 L 297397.4 -5201485 L 296023.7 -5200888 L 295700.7 -5201087 L 294932.8 -5201899 L 294343.3 -5203655 L 294430.5 -5203991 L 294708.9 -5204603 L 294114 -5205438 L 294780.6 -5206268 L 293672.8 -5207567 L 294025.9 -5207544 L 295165.6 -5208300 L 294981.7 -5208599 L 294761.8 -5208891 L 294486.7 -5210971 L 295223.3 -5211718 L 295170.5 -5212084 L 295142.4 -5213861 L 294449.5 -5214629 L 294144.3 -5214415 L 292077.1 -5213604 L 291824.1 -5213879 L 291859.4 -5216334 L 290375 -5216655 L 289707.7 -5216480 L 289520.5 -5216177 L 289138.1 -5215627 L 287599.1 -5214780 L 286591.2 -5215901 L 285509.6 -5215545 L 285162.5 -5215698 L 285254.7 -5216080 L 285113 -5216814 L 286954.8 -5218827 L 286069.3 -5220487 L 285969.9 -5221655 L 285643.7 -5221539 L 284758 -5221013 L 284276.3 -5220112 L 284036.4 -5220413 L 282265 -5221102 L 282232.4 -5221871 L 282766.2 -5222890 L 282501.9 -5222639 L 281786.5 -5222525 L 281508.7 -5223195 L 280484.4 -5223494 L 280024.7 -5222565 L 278928.3 -5222721 L 278322.8 -5222292 L 278139.9 -5222614 L 278135.5 -5225475 L 277411 -5225248 L 277114 -5225484 L 276344.8 -5227575 L 276576.1 -5227873 L 277135 -5228857 L 277424 -5230339 L 277072.9 -5230481 L 276493.2 -5231381 L 277654.8 -5233047 L 278003 -5233066 L 278277.3 -5233264 L 277993.4 -5233667 L 278155.4 -5235178 L 277838 -5236283 L 278423.9 -5237218 L 278789.6 -5239405 L 279031.9 -5239670 L 279363.2 -5239811 L 279472.8 -5240570 L 279024.9 -5241087 L 280468.3 -5243409 L 281315.3 -5244217 L 281881.7 -5245656 L 281864 -5246047 L 283237.9 -5246333 L 283943.9 -5247139 L 284170.2 -5247415 L 283889.2 -5248911 L 283717.4 -5249260 L 284738 -5249368 L 285034.3 -5249604 L 286948.7 -5251388 L 285953.6 -5251875 L 285958.5 -5253005 L 284884.2 -5253330 L 285114.6 -5253623 L 286998.9 -5255244 L 287355 -5256303 L 287319.3 -5256679 L 287142.5 -5259317 L 287406.9 -5259588 L 288590.6 -5261847 L 288759.5 -5262742 L 289030.8 -5262967 L 290294 -5264631 L 290277.3 -5264992 L 290751.9 -5267434 L 289420.2 -5267412 L 289329.8 -5268114 L 288408.9 -5268714 L 288953.7 -5269265 L 290110.1 -5272078 L 290493.8 -5272600 L 291383.7 -5272983 L 291689 -5273116 L 291414.6 -5273838 L 291632 -5276092 L 291465.3 -5276441 L 291678.7 -5276711 L 293324.7 -5276781 L 293667.9 -5276798 L 294839.9 -5275289 L 298333.1 -5274741 L 299593.3 -5273357 L 299550.9 -5272975 L 302188 -5271862 L 302467.9 -5271632 L 303962.6 -5272586 L 304316.9 -5272683 L 303931.2 -5274126 L 303814.5 -5274488 L 302920.9 -5276230 L 302244 -5276626 L 301625.8 -5277619 L 302960.5 -5279534 L 303075 -5279912 L 303721 -5279658 L 304077.1 -5279629 L 305942.4 -5277202 L 306657.6 -5277038 L 308146.6 -5277340 L 308805.2 -5279449 L 308962.7 -5279802 L 310045.6 -5280110 L 310264.4 -5279801 L 311388 -5279867 L 311762.1 -5279819 L 313179.1 -5281051 L 313845.1 -5280777 L 315321.1 -5281091 L 316137.3 -5281823 L 316431.7 -5282060 L 316387.3 -5282575 L 318647.2 -5282424 L 320474.6 -5283801 L 320889.5 -5284447 L 320644.1 -5285053 L 321768.4 -5286557 L 322517.7 -5286545 L 323472.8 -5285444 L 322958.4 -5284438 L 323220.9 -5283881 L 323597 -5283851 L 325013.1 -5285112 L 325186.6 -5285453 L 327573.4 -5283600 L 327932.4 -5283462 L 328504.7 -5284356 L 329504.5 -5284672 L 329740.9 -5284938 L 333557.4 -5283194 L 334709.6 -5283004 L 335408.2 -5283299 L 336708 -5282654 L 337071.1 -5282666 L 337587.7 -5283007 L 337846 -5283195 L 339445.6 -5283983 L 339595.3 -5283662 L 338988.2 -5282901 L 339159.9 -5282599 L 339039.4 -5282237 L 337761.3 -5279106 L 339044.2 -5277743 L 338802.3 -5277029 L 338146.6 -5276646 L 338263.4 -5275510 L 338628.4 -5275404 L 339113.1 -5274056 L 341721.4 -5274398 L 341459.5 -5275429 L 342129.1 -5275750 L 343125.2 -5277285 L 343346.6 -5277586 L 344310.4 -5277118 L 344665.5 -5277071 L 345733.6 -5276791 L 346435.1 -5276976 L 346765.4 -5277145 L 347307.6 -5276261 L 348375.8 -5276099 L 348729.9 -5276034 L 348166.8 -5274302 L 348334.2 -5272834 L 348919.9 -5272377 L 349016.5 -5272017 L 349270.6 -5272009 L 349521.7 -5272047 L 350238.2 -5274080 L 350759 -5274612 L 351485.3 -5274685 L 351814.2 -5274512 L 353722 -5271071 L 353867.2 -5270295 L 353969.8 -5269914 L 354704.6 -5270459 L 354995.8 -5270591 L 354823.2 -5269183 L 352845.2 -5267019 L 352679.8 -5266688 L 352474.1 -5266104 L 354231.2 -5264717 L 354186.3 -5262885 L 355014.2 -5261595 L 355102.8 -5261218 L 355715.2 -5259495 L 355969 -5259227 L 355444.9 -5258276 L 357006.7 -5258607 L 357397.9 -5258686 L 358557.4 -5256901 L 358894.4 -5256765 L 358776 -5256406 L 357437.8 -5254607 L 355197.2 -5254707 L 357061.4 -5252322 L 357249.4 -5251189 L 357852.7 -5250274 L 357847 -5249527 L 357589.7 -5249310 L 356727.5 -5248355 L 356671.9 -5247718 L 357810.9 -5246348 L 357297.3 -5245808 L 356608.5 -5244077 L 356529.1 -5243711 L 355656.6 -5243447 L 356423.1 -5240435 L 356575.8 -5240075 L 358309.9 -5239606 L 360581.3 -5237070 L 361471.8 -5238538 L 361537.1 -5238874 L 362154.9 -5238450 L 363272.1 -5238369 L 364648.9 -5238853 L 364688.2 -5239226 L 364967.4 -5239356 L 365270.5 -5239412 L 366704.1 -5238542 L 366777.8 -5238211 L 366737.3 -5237611 L 366645 -5237332 L 368321.6 -5235244 L 369078.7 -5235080 L 370022.5 -5233397 L 371015.1 -5231419 L 371089.8 -5231045 L 371213.5 -5230703 L 372482.7 -5228110 L 372607.5 -5227811 L 372814.1 -5227253 L 374061.2 -5225819 L 374571.6 -5223604 L 375364.4 -5221870 L 375501.2 -5221513 L 375513.9 -5221125 L 375522 -5219961 L 374824.8 -5218568 L 374528.6 -5218322 L 373576.9 -5217702 L 372614.1 -5218187 L 371916.8 -5218011 L 371421.9 -5216985 L 371778.2 -5215895 L 371442.3 -5214790 L 370040.9 -5214638 L 369973.6 -5214273 L 369667.1 -5213601 L 368374.9 -5212243 L 368621.2 -5211171 L 366512.3 -5208994 L 366150.2 -5208902 L 365221.6 -5208278 L 365040.8 -5208604 L 364369.2 -5209492 L 363322.3 -5209891 L 363022.2 -5209830 L 362291.4 -5210293 L 362072.5 -5210560 L 361406.9 -5211349 L 361020.8 -5211378 L 359877.4 -5211196 L 356388.7 -5209615 L 356181.8 -5209878 L 355998.9 -5210157 L 355647.8 -5210047 L 353482.5 -5208725 L 352876.3 -5207035 L 351814.8 -5206608 L 351413.6 -5204820 L 352015.2 -5203885 L 352006 -5203512 L 352207.4 -5202416 L 351810.8 -5201408 L 350799.3 -5200924 L 350514.2 -5200755 L 350222.1 -5200599 L 350093.9 -5200227 L 349850 -5196748 L 349116.3 -5193696 L 349141.3 -5193686 L 348412.8 -5190900 L 348651.5 -5190232 L 348823.4 -5189908 L 348460.3 -5189765 L 347845.8 -5188782 L 347689.8 -5186469 L 345853.9 -5185091 L 347271.6 -5183860 L 346910.1 -5182773 L 347604.6 -5181391 L 347723.5 -5181104 L 347739.1 -5180171 L 347366.1 -5180255 L 345530 -5180751 L 345284.7 -5180033 L 343820.9 -5178285 L 342757.6 -5177935 L 342479.6 -5178166 L 341501.1 -5180073 L 340479 -5180196 L 340119 -5180282 L 338023.6 -5180049 L 336704.2 -5179377 L 336704.6 -5179377 z "
id="path623" />
<path
d="M 755851.9 -5002862 L 755703.5 -5002501 L 753618.5 -5000901 L 753576.8 -4999761 L 754748.7 -4996488 L 752941.8 -4995906 L 752850.5 -4995527 L 752211.4 -4993303 L 752201.5 -4991746 L 751772.6 -4991122 L 751970.3 -4989973 L 755993.1 -4988328 L 760557.3 -4989381 L 760952.9 -4989394 L 761334.1 -4988716 L 760867.8 -4987649 L 760883.4 -4986869 L 761916.1 -4985260 L 761570 -4984159 L 761634.9 -4983775 L 762149.4 -4983204 L 764015.9 -4982703 L 764395.4 -4982610 L 764420.3 -4982219 L 764160.1 -4980678 L 764537.7 -4978802 L 764325.8 -4977659 L 764678.8 -4976587 L 764186.8 -4975978 L 764097.3 -4975206 L 764579 -4972967 L 764326.5 -4972735 L 763103.5 -4972188 L 761736.9 -4972884 L 760464 -4974795 L 759685 -4974894 L 757536.7 -4974263 L 756171 -4972368 L 754610.8 -4972243 L 751992.6 -4972913 L 751701.1 -4972653 L 749910.5 -4972098 L 749538 -4972216 L 748955.5 -4972715 L 746766.8 -4973098 L 745473.4 -4971158 L 744253.5 -4970300 L 743943 -4970081 L 741120.7 -4967686 L 740781.3 -4967825 L 738948 -4970081 L 737852.6 -4969727 L 736903.9 -4968031 L 734994.6 -4967762 L 734720.2 -4967528 L 732706.5 -4966114 L 732852.6 -4965777 L 734998.6 -4964693 L 735161.6 -4963973 L 735236.6 -4963611 L 734938.2 -4963440 L 733131.9 -4962436 L 733068.7 -4962111 L 733018.4 -4961132 L 732677.1 -4961306 L 731940.4 -4961515 L 730548.6 -4960280 L 729152.3 -4960809 L 728444.5 -4960513 L 727869.7 -4959572 L 727486.3 -4959508 L 726430.3 -4959932 L 724885.7 -4959936 L 724315.3 -4960453 L 723199.3 -4960783 L 723168.2 -4960394 L 723447.1 -4958873 L 722662.1 -4957535 L 722130.2 -4955668 L 721378.4 -4954835 L 721016 -4954687 L 719285.2 -4953841 L 717759.8 -4953617 L 716196.7 -4955309 L 714726.4 -4955559 L 713574.6 -4957069 L 713217.2 -4956517 L 712582.6 -4956291 L 710735 -4956457 L 710166.5 -4956070 L 709082.6 -4956339 L 708981.6 -4956610 L 708807.5 -4957161 L 708478.2 -4957268 L 707577.6 -4958589 L 707366.5 -4959203 L 707328.5 -4959526 L 707014.2 -4959598 L 705845.3 -4959762 L 704109 -4960623 L 703734.9 -4962138 L 703400.7 -4962334 L 701115.1 -4963772 L 700780.7 -4963273 L 701485 -4961911 L 701326.8 -4961221 L 695754.8 -4962788 L 695450.6 -4963435 L 694339.8 -4963618 L 694017.6 -4964286 L 695168.6 -4965205 L 695879.4 -4966910 L 695535.1 -4966861 L 694211.2 -4967180 L 694239.3 -4967576 L 694945.6 -4971862 L 694557.5 -4972983 L 695280.5 -4975239 L 695437.3 -4978005 L 695383.3 -4978376 L 694821 -4982847 L 694929.2 -4983215 L 695583.3 -4985416 L 695934.8 -4986067 L 694878.5 -4987998 L 695095 -4989083 L 694743.8 -4989211 L 694595 -4990251 L 693575.5 -4991342 L 693555.6 -4991732 L 694314 -4994338 L 694996.7 -4994664 L 695759.3 -4994537 L 695113.1 -4995528 L 694096.4 -4996120 L 693325.8 -4996155 L 692835.2 -4995555 L 692675 -4995261 L 692107.2 -4994435 L 691970 -4994075 L 690952.7 -4992478 L 690207 -4992298 L 689035.8 -4991348 L 687941 -4991535 L 687250.8 -4992429 L 687223.5 -4991747 L 688240 -4990597 L 687898.7 -4990467 L 687210.1 -4990304 L 686057.5 -4991154 L 684672.5 -4991448 L 684315.2 -4991485 L 683698.2 -4993077 L 683134.7 -4992849 L 682797.4 -4992695 L 682183.8 -4992285 L 682147.7 -4991916 L 681828.4 -4991889 L 680979.9 -4992274 L 681056 -4992617 L 679836.3 -4993185 L 679704.1 -4992847 L 678655.3 -4992682 L 678571.1 -4992329 L 678352.9 -4992153 L 677869.6 -4992269 L 677767.6 -4992624 L 676296.6 -4992730 L 676117.6 -4993420 L 675748.3 -4993493 L 675098 -4993855 L 674745.9 -4994517 L 674651.9 -4994701 L 674475.8 -4994809 L 674146.6 -4994878 L 673535.2 -4995157 L 673175 -4995251 L 670996.5 -4995130 L 670311.6 -4993448 L 669676.1 -4993081 L 669316.9 -4993150 L 668348.5 -4994234 L 667741.1 -4993828 L 667436.9 -4994031 L 667496 -4994391 L 669107.2 -4994978 L 669596.9 -4996729 L 669927.2 -4996939 L 671418.8 -4999192 L 671457.9 -4999504 L 671446.1 -5000125 L 671533.6 -5001635 L 671141.5 -5002297 L 671646.1 -5003313 L 671479.2 -5004064 L 671365.2 -5004431 L 670360 -5005957 L 669848.1 -5007404 L 669735.1 -5007757 L 669615.5 -5009143 L 669881.8 -5009406 L 670790.6 -5009999 L 672286.7 -5010025 L 672115.7 -5010363 L 671453.3 -5010720 L 670216.3 -5013412 L 669122.5 -5013194 L 668353.3 -5014238 L 667442.2 -5012984 L 665959.2 -5012964 L 666509 -5017228 L 667110.9 -5018663 L 666836.8 -5018859 L 666458.5 -5018795 L 665712.9 -5018722 L 665367.4 -5018044 L 664714.8 -5017642 L 663199.7 -5017424 L 662183.8 -5016904 L 662034.7 -5017055 L 661787.7 -5017332 L 661553.9 -5018417 L 661425.9 -5018746 L 660814.1 -5020401 L 660599.1 -5020727 L 658747.9 -5020843 L 658424.7 -5020726 L 657783.4 -5020950 L 657629.4 -5021302 L 656857.7 -5023474 L 656471.4 -5023446 L 655343.7 -5023566 L 654408.9 -5022935 L 654075.6 -5022739 L 652825.6 -5021942 L 652076.1 -5021835 L 651745.9 -5021746 L 650527 -5021145 L 650302.8 -5020881 L 648591.5 -5019704 L 648149 -5019132 L 646587.9 -5018203 L 645137.1 -5018322 L 645158.2 -5018708 L 645125.4 -5019481 L 644779.2 -5019367 L 641259.1 -5018481 L 640581.6 -5018086 L 640359.6 -5018347 L 639067.3 -5019439 L 638765.2 -5019639 L 637518.9 -5020922 L 637379.2 -5022347 L 637391.3 -5022567 L 637557.6 -5023235 L 638191 -5023374 L 638253.3 -5024355 L 638031.3 -5024646 L 636929 -5025588 L 636995.2 -5026232 L 636940.3 -5026602 L 637105.7 -5027708 L 636761 -5029152 L 636564 -5029418 L 635949.9 -5030196 L 635790.3 -5031643 L 636826.2 -5032738 L 637075.4 -5033025 L 637060.6 -5033680 L 636951.6 -5033999 L 636694.7 -5034622 L 636665.8 -5034842 L 636637.9 -5035062 L 636783.1 -5035586 L 637983.8 -5035597 L 638270.9 -5035455 L 638547.1 -5035553 L 638684.3 -5035861 L 638564.6 -5036845 L 638551.7 -5037176 L 639700.6 -5038027 L 640024.9 -5038194 L 640191 -5038292 L 641141.7 -5038853 L 641964.7 -5040066 L 642948.5 -5040559 L 643276.8 -5040727 L 643575.1 -5041094 L 643827.4 -5041381 L 644787.5 -5042569 L 645578.5 -5043787 L 645644.7 -5044151 L 644867.5 -5044893 L 642780.5 -5045626 L 642454.4 -5045853 L 641509.4 -5047120 L 641376.4 -5047366 L 641126.5 -5047868 L 640988.5 -5048172 L 640518.4 -5048631 L 638138.5 -5049867 L 638038.6 -5050244 L 640287 -5050476 L 640660.3 -5050564 L 642047.1 -5050376 L 643317.6 -5049722 L 643635.7 -5049547 L 644342 -5049187 L 644606.7 -5050475 L 644476.8 -5050779 L 646101.3 -5051679 L 646626.8 -5052027 L 646912 -5052030 L 648583.5 -5052676 L 649686.2 -5052563 L 650122.6 -5052755 L 653132 -5053427 L 654896.9 -5052603 L 655249.1 -5052436 L 655289.2 -5052486 L 655484.9 -5053628 L 654745.4 -5053805 L 654514.4 -5054115 L 655537.4 -5054574 L 657981.8 -5053711 L 658476.4 -5054218 L 658771.7 -5054447 L 658151.7 -5055426 L 658252.6 -5056968 L 659765.4 -5058116 L 659651.4 -5058361 L 659431.5 -5058854 L 661371.1 -5060692 L 662119.8 -5060831 L 662262.1 -5061189 L 663482.6 -5062092 L 663236 -5063205 L 665277.2 -5064027 L 666285.8 -5063625 L 666938.6 -5063950 L 667200.7 -5063690 L 667293 -5064069 L 667464.9 -5065206 L 667147.7 -5065410 L 666175.2 -5065944 L 665427.3 -5067166 L 665157.2 -5067403 L 662358 -5067754 L 661958.5 -5069207 L 662062.3 -5070345 L 662204.7 -5070702 L 661833.4 -5070801 L 660322.1 -5070694 L 659520.5 -5072412 L 659546.7 -5072777 L 659451 -5073498 L 659816.3 -5073398 L 661617.5 -5072820 L 661925.9 -5073043 L 662653.4 -5075976 L 663308.9 -5074349 L 663653.3 -5074479 L 663553.9 -5075563 L 664226.7 -5075824 L 665667.6 -5075239 L 666030.8 -5075091 L 667095.7 -5074970 L 668276.2 -5074087 L 668619.4 -5073921 L 669254.3 -5072916 L 669452.2 -5072571 L 669533.8 -5071850 L 670121.1 -5071493 L 670482.5 -5071534 L 672367.1 -5071301 L 673274.4 -5072033 L 673574.9 -5072284 L 674448.1 -5072902 L 674752.6 -5073089 L 675324.4 -5073484 L 675612.8 -5073677 L 676455.7 -5075326 L 677248 -5076132 L 677378.4 -5076487 L 677397.7 -5076881 L 678193.9 -5080282 L 679064.6 -5081434 L 680315.4 -5082197 L 680608.2 -5082875 L 680676.6 -5083237 L 680913.2 -5083740 L 681073.5 -5083968 L 682153.8 -5084253 L 683731.6 -5083140 L 683988.6 -5082850 L 684228.7 -5082583 L 686076.9 -5081495 L 686887.3 -5080856 L 687033.2 -5080543 L 687180.8 -5079779 L 688160.4 -5079125 L 688432.5 -5078838 L 688594.5 -5078562 L 688644.3 -5078187 L 687611.9 -5077857 L 687650.6 -5076016 L 688712 -5074971 L 688984.1 -5074716 L 689412.1 -5074072 L 689630.1 -5073752 L 689901.3 -5073543 L 690692.7 -5072909 L 692612.9 -5070190 L 693460.3 -5069474 L 693744.5 -5069237 L 695035.1 -5068056 L 695296.2 -5067820 L 695887.9 -5066412 L 696110.9 -5066100 L 697539.4 -5065939 L 697843.6 -5065760 L 698105.8 -5065524 L 698175.3 -5064790 L 699789.5 -5063863 L 699866.1 -5063125 L 699215.1 -5062807 L 698458.1 -5064089 L 697741.4 -5064201 L 697774.4 -5062720 L 698022.5 -5062427 L 698164 -5061503 L 698444.2 -5061301 L 699049.1 -5061600 L 699378.4 -5061496 L 700336.1 -5060956 L 700305.8 -5060590 L 700546.9 -5060297 L 702148.1 -5059313 L 702402.1 -5057496 L 703257.3 -5056328 L 703820.3 -5055342 L 703990.3 -5055003 L 703911.9 -5054636 L 704052.6 -5053906 L 705160.8 -5052415 L 705352.8 -5052144 L 705828.1 -5051693 L 705928.8 -5051040 L 707877.9 -5049362 L 707908.5 -5048624 L 708224.7 -5048422 L 708089.3 -5048109 L 708726.4 -5047174 L 708391 -5047192 L 708114.8 -5047384 L 708031.5 -5047006 L 708458.3 -5046010 L 709560.4 -5045702 L 709658.3 -5045369 L 709594 -5045028 L 709947.3 -5044835 L 710165.5 -5044724 L 710374.7 -5044596 L 711300.6 -5042729 L 711459.6 -5042389 L 711921.3 -5041168 L 711964.2 -5040841 L 713092.9 -5039898 L 713320 -5039605 L 713052.3 -5037469 L 713640.2 -5036171 L 713720.1 -5035809 L 714755.2 -5035567 L 715112.6 -5035563 L 715345 -5035731 L 715544.4 -5036055 L 717029.4 -5036317 L 718128.5 -5036018 L 719351.1 -5034652 L 720808.6 -5034228 L 721192 -5034143 L 721242.1 -5034147 L 725396.2 -5032315 L 725727.7 -5030866 L 726002 -5030738 L 727277.1 -5031484 L 728144.3 -5033270 L 727901.3 -5033692 L 727245.1 -5033249 L 726614.4 -5033472 L 726650.7 -5035432 L 726607.8 -5035687 L 727273.9 -5036070 L 727821.3 -5037078 L 728102.2 -5039366 L 727444 -5040268 L 727284 -5040619 L 727319.1 -5040638 L 731573 -5042441 L 732246.6 -5042068 L 733134.9 -5040815 L 734624.7 -5040399 L 734638.9 -5039266 L 734862 -5038946 L 734731.6 -5038679 L 734602.2 -5038411 L 737586.3 -5036904 L 737912.6 -5036725 L 738305.4 -5037067 L 739282.1 -5037474 L 740005.1 -5037413 L 740732.2 -5037420 L 741076.8 -5037539 L 741418.2 -5037365 L 741470.7 -5036608 L 741479.4 -5036225 L 741808.9 -5036271 L 742101.4 -5036431 L 743549.9 -5037000 L 744254.7 -5036666 L 745592 -5034302 L 747980.1 -5032263 L 749255 -5029413 L 748098.6 -5028426 L 747705 -5028409 L 748244.5 -5027950 L 749347.1 -5027848 L 749676.5 -5027677 L 749471.2 -5026263 L 749216.3 -5025526 L 749026.8 -5025216 L 749019.9 -5023837 L 748649.3 -5023806 L 746953.4 -5023127 L 746606.2 -5022148 L 745715.6 -5021574 L 745821.5 -5021200 L 745045.8 -5020337 L 745232.9 -5018443 L 745796.1 -5017462 L 744732.3 -5015473 L 744860.3 -5015102 L 745035.8 -5013945 L 745935.6 -5013187 L 745966 -5012050 L 747531.5 -5010922 L 747821 -5009383 L 747745.4 -5008646 L 746701.7 -5006624 L 746778.4 -5005876 L 746543.9 -5005567 L 747925.7 -5005239 L 748193.2 -5005477 L 748530.7 -5005599 L 749423.7 -5006827 L 751568.3 -5006001 L 752752.1 -5004485 L 754518.1 -5005230 L 755260.1 -5005154 L 756108.9 -5004352 L 756041.3 -5003605 L 755851.6 -5002862 L 755851.9 -5002862 z "
id="path624" />
<path
d="M 735361.2 -5145609 L 735530 -5145223 L 734677.1 -5145520 L 734105.4 -5144820 L 732526.9 -5142167 L 731220.3 -5140771 L 729023 -5139202 L 728382.5 -5137804 L 726139.4 -5133484 L 725960.8 -5133151 L 725634.3 -5133195 L 724739.3 -5133605 L 724219 -5133088 L 724053.8 -5131250 L 723571 -5130246 L 722437.5 -5130500 L 722244.8 -5130157 L 720562.1 -5128026 L 720434.3 -5128381 L 719904.5 -5128423 L 719146.5 -5127610 L 717265.6 -5127542 L 716950.2 -5127562 L 716645.8 -5127647 L 716280.3 -5127716 L 712597.4 -5128109 L 712257.8 -5127966 L 710120.3 -5127514 L 709817.7 -5127299 L 709477.1 -5127149 L 709187 -5127415 L 708693.2 -5129309 L 708874 -5130862 L 708482 -5132380 L 706163 -5132617 L 706047.4 -5133163 L 705800.3 -5133437 L 704875.6 -5134013 L 703086.2 -5134051 L 703399.7 -5135107 L 703343 -5135450 L 703083.2 -5136054 L 702441.6 -5135324 L 702271 -5134975 L 700574.9 -5134163 L 700075.8 -5132709 L 700219.7 -5132451 L 700011.2 -5132239 L 699532.3 -5130942 L 698731.6 -5130316 L 698371.2 -5130385 L 696991.3 -5130286 L 696774.3 -5129591 L 696621.8 -5129246 L 695119.3 -5127572 L 692982.1 -5126998 L 692679.8 -5127112 L 692286.8 -5127625 L 692061.3 -5127394 L 690203.6 -5127003 L 689884.4 -5127214 L 688801 -5128249 L 688857.5 -5129773 L 689428.5 -5130092 L 689947.1 -5132213 L 690029.5 -5132572 L 689730.2 -5132690 L 689222.3 -5133453 L 688895.8 -5133324 L 688416.7 -5132811 L 687091.7 -5132450 L 686987.9 -5132818 L 685935.7 -5136036 L 685443.6 -5135480 L 685038.6 -5131716 L 684755.3 -5131797 L 684544.6 -5132329 L 684540.7 -5132429 L 684553.1 -5132820 L 684303.2 -5134324 L 684371.6 -5134696 L 682067.5 -5136416 L 682147.9 -5136762 L 682224.3 -5137109 L 682268.7 -5137469 L 681241.4 -5138366 L 681353.9 -5138709 L 682109.5 -5139470 L 682310 -5139766 L 681714.7 -5140160 L 681460.7 -5140448 L 681179.5 -5140628 L 679966 -5141594 L 678886.7 -5141594 L 676935.5 -5142706 L 676200.1 -5143225 L 676850.8 -5143232 L 677162.3 -5143353 L 676934.9 -5144190 L 677843.5 -5144811 L 676929.3 -5146762 L 677115.1 -5147404 L 677771 -5147548 L 677865.4 -5147871 L 677862.1 -5148540 L 681742.6 -5148430 L 681930.1 -5148734 L 682594.7 -5149578 L 683239.2 -5149271 L 683589.6 -5149170 L 684978.2 -5150093 L 685230.1 -5150732 L 685221.2 -5150812 L 685249.4 -5152968 L 684206.1 -5152947 L 683274.5 -5153504 L 683018.5 -5153777 L 682232.4 -5154570 L 680717.8 -5154783 L 680438.1 -5155410 L 680484.3 -5155480 L 680523 -5158146 L 680588.5 -5158527 L 680182 -5159506 L 680724.1 -5159962 L 680944.7 -5160238 L 680669.3 -5161129 L 680471.3 -5161370 L 681115.5 -5161753 L 681489.9 -5161722 L 683397.3 -5161792 L 683717.9 -5162011 L 684219.4 -5163861 L 683276.4 -5165026 L 683150.6 -5165393 L 684008.9 -5165626 L 684308.3 -5165644 L 685488.1 -5166926 L 685773.7 -5167146 L 686284.6 -5168292 L 684271.8 -5170032 L 684863.1 -5170514 L 685177.7 -5170729 L 684998.6 -5170855 L 684974 -5171221 L 684615.2 -5171806 L 684751.7 -5172146 L 682915.5 -5173159 L 682667.5 -5173416 L 683500.8 -5174591 L 683617.3 -5174933 L 683468.7 -5175539 L 682551.5 -5176463 L 682610 -5176809 L 682183.7 -5177991 L 682394.3 -5178250 L 680251.8 -5178454 L 679961.7 -5178672 L 680220.9 -5180463 L 680263.3 -5180824 L 680629.7 -5180738 L 681999.4 -5182522 L 681998.8 -5182899 L 681462.7 -5183430 L 680718 -5183579 L 680472.4 -5184288 L 679245.7 -5185074 L 678590.8 -5184974 L 678212.4 -5185016 L 677502.4 -5185773 L 677361.8 -5187165 L 677155.8 -5187452 L 677521.9 -5188008 L 677684.5 -5188337 L 678377.4 -5188389 L 678865.4 -5187857 L 680366.5 -5188911 L 680673.1 -5189125 L 680930.5 -5189198 L 681194.9 -5189235 L 681567.3 -5189134 L 682936.8 -5189797 L 683321.3 -5189829 L 683583.1 -5189357 L 683831.3 -5189201 L 687375.3 -5189513 L 687086.2 -5189752 L 687415.8 -5190802 L 686908.8 -5191353 L 687039.8 -5192092 L 686989.2 -5192464 L 686599.8 -5192525 L 685903.3 -5192894 L 685695.4 -5192330 L 684828 -5192990 L 684372.3 -5192893 L 683984.9 -5192961 L 682729.2 -5193844 L 682423.6 -5195373 L 682637.7 -5196120 L 681787.8 -5196315 L 681702 -5196611 L 681364.4 -5196485 L 681038.8 -5196331 L 680661.1 -5196125 L 679350.7 -5195457 L 678596.7 -5196298 L 677879.5 -5196050 L 677458.3 -5195434 L 676927.2 -5195935 L 676911 -5196669 L 675742.1 -5198047 L 675586.3 -5198380 L 675465.9 -5199085 L 675401.2 -5199436 L 675181.3 -5199717 L 675150.9 -5201119 L 673991 -5201556 L 673620.5 -5201554 L 672713.7 -5200917 L 672397.6 -5200247 L 671725.5 -5200008 L 671765 -5200390 L 671742.8 -5201158 L 670858.6 -5201893 L 671675.3 -5202538 L 671723.8 -5202921 L 671049.3 -5205821 L 671976.5 -5206792 L 672293 -5206909 L 672502.4 -5207880 L 672808.9 -5208014 L 674253.1 -5208350 L 674661.7 -5209324 L 675394.8 -5209442 L 675740.4 -5209580 L 675650.7 -5209950 L 672775.3 -5210922 L 672433.1 -5211090 L 672423.1 -5211115 L 672993.3 -5213260 L 673809.2 -5214009 L 674139.4 -5214663 L 674346.9 -5214921 L 674989.7 -5214914 L 675986.7 -5216401 L 676624.9 -5216733 L 677279.8 -5216819 L 677631.2 -5216771 L 678545.6 -5217016 L 678687.1 -5217302 L 678959.1 -5217001 L 680040.7 -5217143 L 680997 -5218002 L 681048.4 -5218334 L 681523.7 -5218892 L 681518 -5220002 L 681692.6 -5220333 L 682468.9 -5221389 L 682527.4 -5221725 L 682288.8 -5222291 L 682648.9 -5222828 L 682671.3 -5223163 L 683440.9 -5223656 L 683746.3 -5223665 L 684490.1 -5224357 L 684479.9 -5225024 L 684408.2 -5225358 L 684901.8 -5226086 L 685167.3 -5226232 L 685419.5 -5226974 L 685872.2 -5228729 L 685636.2 -5229799 L 685350.1 -5230033 L 684898.4 -5230790 L 685069.9 -5231068 L 686634.2 -5231995 L 686926.9 -5232223 L 687282.1 -5232839 L 686948.3 -5234249 L 687293.6 -5234898 L 687610.2 -5235020 L 687277.4 -5237165 L 687444.1 -5237500 L 687738.7 -5239326 L 687746.2 -5239706 L 687758.5 -5239975 L 687771.8 -5240245 L 688100.7 -5240607 L 688716.2 -5240288 L 689046.5 -5240180 L 689260.1 -5241220 L 689974.6 -5242447 L 690241.2 -5242584 L 691167.9 -5240495 L 692898.4 -5239751 L 692869 -5238634 L 693900.6 -5238734 L 693989.9 -5238068 L 694277 -5237848 L 694297.2 -5237186 L 694858.7 -5236906 L 695081.3 -5237168 L 696389 -5237819 L 697112.9 -5237672 L 698077.7 -5237145 L 699138.6 -5237417 L 699507.2 -5237435 L 699835.1 -5237747 L 700270.2 -5238145 L 700312.7 -5238442 L 701359.8 -5238828 L 702035.9 -5239693 L 702557.5 -5239536 L 702612.2 -5239260 L 703185.2 -5239353 L 703647.3 -5238882 L 703746.1 -5238561 L 703980.1 -5238260 L 705363.4 -5236003 L 705333.8 -5235622 L 705011 -5235385 L 705711.6 -5234233 L 705567 -5233917 L 705785.8 -5233457 L 706062.1 -5233378 L 707022.8 -5231938 L 706930.2 -5231593 L 708281 -5232098 L 708562.7 -5231476 L 708427.1 -5231138 L 708754.3 -5230870 L 709783.9 -5230817 L 710264.2 -5230447 L 710580.5 -5230307 L 710695.6 -5228647 L 710641.1 -5228313 L 711237.6 -5228780 L 712340 -5228451 L 712646.2 -5228219 L 712609.8 -5227105 L 712952.5 -5226464 L 712885.9 -5226098 L 713671.2 -5225314 L 714012.6 -5225170 L 713166.3 -5224430 L 712386.9 -5222698 L 712338.4 -5222320 L 712141.3 -5221695 L 711381.3 -5221073 L 711286.7 -5220749 L 711109.6 -5220041 L 710382.6 -5220184 L 709832.1 -5219686 L 709826.2 -5218975 L 710362.9 -5218003 L 710510.7 -5217663 L 710886 -5215817 L 711049.9 -5215475 L 709417 -5214438 L 708242.4 -5215434 L 707526.1 -5215272 L 707650.4 -5214548 L 708535.9 -5213801 L 708470.9 -5213045 L 707871.4 -5212574 L 708263.7 -5211490 L 708515.7 -5211198 L 709369.6 -5210831 L 709666.9 -5210710 L 710066.2 -5211300 L 711435.8 -5211691 L 711715.5 -5211913 L 712239.6 -5212947 L 712040.6 -5214086 L 712275.3 -5214396 L 712647.1 -5214513 L 713012.8 -5214646 L 713379.3 -5214556 L 713579.7 -5213829 L 713513.8 -5212348 L 713552.4 -5211974 L 713675.8 -5211316 L 715075.6 -5210998 L 715361.4 -5211235 L 715379 -5210851 L 715478.7 -5210480 L 715728.3 -5210657 L 715967.1 -5210202 L 715978.8 -5209896 L 716823.9 -5210505 L 718249 -5210283 L 718604.5 -5210216 L 718852 -5209490 L 719563 -5209299 L 720898 -5209923 L 721288.4 -5211355 L 721607.9 -5211373 L 721106.8 -5208702 L 721217.5 -5208327 L 721987 -5207673 L 723049.2 -5208007 L 723502.7 -5208595 L 723828.2 -5207754 L 724174.8 -5207760 L 725323.7 -5207713 L 725362.3 -5207331 L 725356.2 -5207251 L 725689.8 -5207248 L 725853.7 -5206958 L 726038 -5206110 L 726244.1 -5205881 L 724752.8 -5204428 L 724535.1 -5204150 L 724863.5 -5204000 L 725220.2 -5204060 L 727039.8 -5202843 L 727693.6 -5202604 L 727492.9 -5202324 L 726728.2 -5201175 L 726574.5 -5200840 L 726633.3 -5199752 L 728007.2 -5198536 L 728702.2 -5198426 L 728859.1 -5198087 L 728891.6 -5195936 L 729554.3 -5195590 L 730445.5 -5196150 L 730619.4 -5195819 L 730497.8 -5195503 L 730401.5 -5194577 L 730101.4 -5194139 L 730330.2 -5193616 L 731757.4 -5193354 L 731857.2 -5193000 L 733386.7 -5194505 L 733712.1 -5194320 L 734631.1 -5193746 L 735032.7 -5192794 L 735394.3 -5192773 L 735717.1 -5192998 L 736102.9 -5193078 L 736318.4 -5193141 L 736949.3 -5192158 L 739663.4 -5190638 L 739990.7 -5190424 L 739745.8 -5190022 L 740117.4 -5189951 L 740939.4 -5188719 L 742428.9 -5187720 L 743477 -5186169 L 743916.2 -5185668 L 744095.2 -5185385 L 744370.9 -5184690 L 742671.1 -5183319 L 742510.5 -5182216 L 742463.9 -5181845 L 741568.5 -5181214 L 741269.7 -5181005 L 740934.9 -5180833 L 740600.1 -5180665 L 740380.4 -5180427 L 739274.6 -5179761 L 738805.2 -5179270 L 738769.1 -5179246 L 738510.3 -5178974 L 737467.1 -5177896 L 737195.5 -5177803 L 736769.3 -5177417 L 736486.5 -5177137 L 735465 -5176522 L 734400.9 -5175465 L 736900.7 -5171523 L 736660.4 -5170793 L 735699.9 -5170127 L 735380.1 -5169897 L 733953.3 -5168791 L 733699.6 -5168531 L 733785.4 -5168201 L 734002.7 -5167283 L 733336.4 -5167190 L 732960.1 -5166598 L 732900 -5166423 L 735558.8 -5164054 L 735658.3 -5163965 L 735988.3 -5163700 L 736021.4 -5163670 L 739136.8 -5160872 L 739356.4 -5160711 L 739515 -5160839 L 739607.1 -5160923 L 739619.8 -5160911 L 740863.2 -5158966 L 740883.9 -5158253 L 738978.3 -5156119 L 735943.7 -5151240 L 735602.9 -5150311 L 736104.2 -5149646 L 736312.8 -5147827 L 735638.2 -5146660 L 735360.6 -5145609 L 735361.2 -5145609 z M 685887.6 -5191328 L 685778.5 -5191384 L 685608.3 -5191410 L 685700.7 -5191665 L 685605.6 -5191666 L 685526.6 -5191716 L 685557.9 -5191901 L 685614.1 -5192019 L 685680.2 -5192055 L 685684.1 -5191965 L 685814.3 -5191949 L 685758.1 -5191824 L 686007.4 -5191787 L 686106.4 -5191631 L 686206.5 -5191630 L 686144.3 -5191491 L 686194.3 -5191461 L 686148.2 -5191376 L 686064.1 -5191402 L 686002.9 -5191342 L 685887.7 -5191328 L 685887.6 -5191328 z "
id="path625" />
<path
d="M 411676.2 -5230278 L 411333.3 -5230421 L 409844 -5231490 L 409613.2 -5231737 L 408435.5 -5232380 L 408260.2 -5232048 L 407681.7 -5231676 L 406932.6 -5231686 L 406660.8 -5231952 L 404989.8 -5233484 L 404741 -5233772 L 402457.3 -5236802 L 402234 -5236487 L 401268.8 -5235404 L 398632.7 -5234868 L 397536.8 -5235214 L 397429.8 -5236287 L 395931.8 -5236639 L 395188.5 -5236451 L 394615.8 -5236961 L 394276.5 -5236776 L 393903.4 -5236737 L 393177.2 -5236682 L 393123.5 -5234824 L 392740.4 -5234852 L 390877.4 -5235277 L 387905.2 -5234652 L 388111 -5234332 L 388102.7 -5232919 L 388513.9 -5231853 L 388630.3 -5231110 L 388137.8 -5230636 L 388037.1 -5231000 L 386312.9 -5232366 L 385653.6 -5232221 L 385115.9 -5232715 L 384015.8 -5232896 L 383635.7 -5232916 L 382512.5 -5232932 L 380074 -5231885 L 379847.7 -5231558 L 379167.7 -5230596 L 378919.5 -5230392 L 377879.6 -5229650 L 377540.4 -5229454 L 374740.6 -5228067 L 373600.4 -5228126 L 372814.5 -5227252 L 372607.9 -5227810 L 372483.1 -5228109 L 371213.9 -5230703 L 371090.2 -5231044 L 371015.5 -5231418 L 370022.9 -5233396 L 369079.1 -5235080 L 368322 -5235244 L 366645.4 -5237331 L 366737.7 -5237611 L 366778.2 -5238210 L 366704.5 -5238541 L 365270.9 -5239412 L 364967.8 -5239355 L 364688.6 -5239226 L 364649.3 -5238853 L 363272.5 -5238369 L 362155.3 -5238450 L 361537.5 -5238873 L 361472.2 -5238537 L 360581.7 -5237070 L 358310.3 -5239606 L 356576.2 -5240074 L 356423.5 -5240434 L 355657 -5243447 L 356529.5 -5243710 L 356608.9 -5244076 L 357297.7 -5245808 L 357811.3 -5246347 L 356672.3 -5247718 L 356727.9 -5248354 L 357590.1 -5249310 L 357847.4 -5249526 L 357853.1 -5250273 L 357249.8 -5251188 L 357061.8 -5252322 L 355197.6 -5254706 L 357438.2 -5254606 L 358776.4 -5256405 L 358894.8 -5256764 L 358557.8 -5256900 L 357398.3 -5258686 L 357007.1 -5258606 L 355445.3 -5258275 L 355969.4 -5259227 L 355715.6 -5259495 L 355103.2 -5261218 L 355014.6 -5261594 L 354186.7 -5262885 L 354231.6 -5264716 L 352474.5 -5266104 L 352680.2 -5266687 L 352845.6 -5267018 L 354823.6 -5269182 L 354996.2 -5270591 L 354705 -5270458 L 353970.2 -5269913 L 353867.6 -5270295 L 353722.4 -5271070 L 351814.6 -5274511 L 351485.7 -5274684 L 350759.4 -5274611 L 350238.6 -5274079 L 349522.1 -5272047 L 349271 -5272009 L 349016.9 -5272017 L 348920.3 -5272377 L 348334.6 -5272833 L 348167.2 -5274302 L 348730.3 -5276034 L 348376.2 -5276098 L 347308 -5276261 L 346765.8 -5277144 L 346435.5 -5276975 L 345734 -5276791 L 344665.9 -5277070 L 344310.8 -5277118 L 343347 -5277586 L 343125.6 -5277285 L 342129.5 -5275750 L 341459.9 -5275428 L 341721.8 -5274397 L 339113.5 -5274056 L 338628.8 -5275403 L 338263.8 -5275509 L 338147 -5276645 L 338802.7 -5277029 L 339044.6 -5277743 L 337761.7 -5279105 L 339039.8 -5282236 L 339160.3 -5282599 L 338988.6 -5282900 L 339595.7 -5283661 L 339446 -5283982 L 337846.4 -5283194 L 337588.1 -5283006 L 337071.5 -5282665 L 336708.4 -5282653 L 335408.6 -5283298 L 334710 -5283003 L 333557.8 -5283194 L 329741.3 -5284937 L 329504.9 -5284671 L 328505.1 -5284355 L 327932.8 -5283461 L 327573.8 -5283600 L 325187 -5285452 L 325013.5 -5285111 L 323597.4 -5283850 L 323221.3 -5283881 L 322958.8 -5284437 L 323473.2 -5285444 L 322518.1 -5286545 L 321768.8 -5286557 L 320644.5 -5285053 L 320394.1 -5284776 L 319876.2 -5284237 L 319237.3 -5284542 L 319049.9 -5285986 L 318149.9 -5287148 L 318166 -5287198 L 319219.8 -5288303 L 320325.6 -5288521 L 320550.1 -5288830 L 320494.6 -5289266 L 321056.4 -5289761 L 321235.8 -5290818 L 321735.7 -5291379 L 323222.5 -5291525 L 323541.9 -5291724 L 323612 -5291743 L 325134.3 -5293054 L 325440.6 -5293209 L 326733.5 -5292680 L 327099.6 -5292651 L 327514.5 -5293249 L 326746.1 -5294814 L 327585.3 -5295471 L 328268.2 -5295180 L 328347.7 -5295542 L 329692.4 -5297171 L 329974.8 -5297411 L 330476.7 -5297937 L 331082.1 -5299622 L 331738.8 -5299935 L 331946.3 -5300237 L 332643.2 -5299941 L 333095.8 -5300985 L 333114.3 -5302103 L 332840.5 -5302344 L 332044.2 -5303087 L 332380.2 -5303736 L 331999.5 -5306305 L 332220.1 -5307408 L 332520.5 -5307609 L 332848.8 -5307757 L 334296.9 -5308870 L 334811.4 -5308376 L 335064 -5307314 L 336185.1 -5306340 L 336461.6 -5306593 L 336395.1 -5306966 L 336045 -5308431 L 336234.1 -5310642 L 336562.2 -5311314 L 338739.1 -5312024 L 338984.6 -5312322 L 338807.1 -5313438 L 338611.4 -5313743 L 338203.2 -5315127 L 337632.6 -5315546 L 337312.9 -5316575 L 336966.6 -5317198 L 337969.1 -5318634 L 338252.6 -5319600 L 338643.4 -5320687 L 338518.6 -5322204 L 336652.7 -5322126 L 336205.4 -5322709 L 335494.2 -5322802 L 335527.1 -5326072 L 335334.5 -5326390 L 338646.1 -5326507 L 338996.5 -5326646 L 339209 -5328880 L 338107.3 -5328728 L 337066.5 -5329145 L 337207.1 -5329480 L 338657.2 -5329802 L 338959.7 -5330033 L 341249.5 -5330572 L 342130.9 -5329960 L 342506.9 -5329848 L 344327.9 -5330011 L 345536.6 -5330820 L 346272 -5330868 L 346641.1 -5330865 L 346722.2 -5329587 L 346699.7 -5329254 L 347427.4 -5329522 L 350495 -5332359 L 351528.2 -5332893 L 353069.9 -5332979 L 353821.8 -5332762 L 354338.3 -5331704 L 353807.2 -5331146 L 350359 -5329297 L 350417.3 -5328200 L 351422.8 -5327604 L 352917.9 -5327943 L 353252.7 -5327736 L 355570.5 -5327664 L 356054.1 -5326661 L 358721.7 -5327074 L 359108.8 -5327044 L 358615.3 -5324850 L 359072.5 -5324228 L 359253.1 -5323888 L 359362.5 -5322812 L 359544.1 -5322499 L 360192.4 -5321868 L 360507.4 -5321802 L 361086.1 -5321468 L 361285.8 -5321201 L 362751.2 -5321146 L 363006.9 -5320882 L 362593.4 -5319960 L 363180.3 -5319065 L 363135.8 -5318706 L 363473.7 -5318533 L 364474.3 -5317997 L 365322.6 -5315209 L 365012.2 -5314988 L 364677.8 -5314808 L 365692.6 -5314415 L 367014.1 -5315164 L 368524 -5315429 L 368912.2 -5315449 L 369719.4 -5314682 L 369825.9 -5314312 L 370169.1 -5313675 L 372733.7 -5314210 L 373177 -5312892 L 373372.6 -5312595 L 375590.9 -5312994 L 376463.1 -5313605 L 377955 -5312499 L 379233.7 -5315469 L 380771.5 -5314318 L 382656.8 -5314788 L 383027.1 -5314930 L 383212.2 -5315669 L 382938.4 -5317897 L 382757.2 -5318497 L 383419.9 -5318829 L 384475.7 -5318454 L 387051.4 -5316367 L 387266 -5316061 L 388560.8 -5315648 L 389224.7 -5315456 L 391575.5 -5316233 L 392263.4 -5316025 L 392575.8 -5316230 L 392512.1 -5314379 L 391247.9 -5313113 L 391177.4 -5312743 L 391839.1 -5312411 L 391553.7 -5312174 L 390146.7 -5311761 L 389596.8 -5311264 L 389298.7 -5309849 L 389501.3 -5309539 L 391585.6 -5308573 L 393215.8 -5306923 L 393461.5 -5306624 L 393307.5 -5305944 L 393603.7 -5305311 L 393421.2 -5305010 L 394112.6 -5303728 L 393711.6 -5303097 L 393718.1 -5302723 L 391072.6 -5299977 L 390086.6 -5299451 L 389723 -5298358 L 389451 -5297697 L 389387.5 -5297330 L 390406.4 -5297057 L 392306.3 -5295025 L 392562 -5294762 L 392320.8 -5293873 L 392616.6 -5293677 L 391057 -5292063 L 390823.6 -5291770 L 394518.3 -5288392 L 393702 -5287554 L 393384.6 -5287326 L 393357.1 -5286934 L 396122.7 -5288336 L 396772.2 -5290171 L 396903.7 -5290539 L 398602.7 -5289377 L 398859.5 -5289150 L 400150.7 -5288270 L 401699 -5288169 L 403070.5 -5287462 L 403110 -5286293 L 404016.5 -5284122 L 404190.1 -5283770 L 403867.8 -5283562 L 403532.5 -5283375 L 403685.1 -5283024 L 404170.5 -5282469 L 405017.2 -5279565 L 405509.6 -5278991 L 407735.6 -5278526 L 408039.4 -5278297 L 407886.5 -5277555 L 408695.8 -5276771 L 409054.7 -5276645 L 409672.4 -5277122 L 409828.4 -5277886 L 410359.2 -5278448 L 412920.8 -5279175 L 412840.1 -5281834 L 413282.9 -5282386 L 413654.1 -5282505 L 414287.1 -5282408 L 414487.4 -5280997 L 416360.1 -5281174 L 416974.7 -5280728 L 417723.1 -5280859 L 418096.1 -5280788 L 419119.9 -5281189 L 419841 -5281109 L 420182.9 -5279354 L 421255.2 -5279359 L 421897.9 -5279009 L 422825.9 -5279597 L 423178.2 -5279730 L 424177.3 -5279575 L 424589.7 -5280617 L 425225.4 -5281030 L 429403.1 -5280694 L 429809 -5281331 L 430157.3 -5281497 L 432349.2 -5280941 L 432633.4 -5280238 L 432997.3 -5280116 L 434156.7 -5281023 L 434899.7 -5280896 L 435744 -5280172 L 437275.4 -5280188 L 439476.8 -5280880 L 439843.1 -5281001 L 440020.9 -5280760 L 440054 -5279263 L 441088.5 -5279462 L 442576.7 -5276832 L 442485.4 -5274956 L 442439.9 -5274579 L 442044.8 -5274549 L 439270.3 -5273103 L 436183.7 -5272421 L 434799.7 -5271075 L 433399.6 -5270437 L 433537.2 -5270069 L 433993 -5268985 L 433785.2 -5267478 L 434243.6 -5266844 L 438935.5 -5266563 L 439216.2 -5266287 L 440458.2 -5263421 L 439029.7 -5259820 L 439426.8 -5259847 L 440800.1 -5260642 L 441972.5 -5260733 L 442577.2 -5260328 L 442927.2 -5260211 L 442567.3 -5259532 L 442182.1 -5257684 L 442682.1 -5256680 L 442192.9 -5255687 L 442790 -5254730 L 442530.6 -5251667 L 442279.3 -5251466 L 441518.5 -5250865 L 441125.4 -5250869 L 439589.9 -5250722 L 438375.2 -5254025 L 434449.8 -5250797 L 432834.2 -5252498 L 432876.8 -5252101 L 432965 -5251309 L 431868.5 -5249188 L 431407.5 -5246435 L 431770.7 -5246525 L 432490.1 -5246727 L 432734.9 -5246445 L 433614.6 -5244036 L 433046.1 -5242709 L 433732 -5242446 L 434211.1 -5241398 L 435183.7 -5240792 L 435855 -5238992 L 435570.7 -5238734 L 434543 -5238250 L 433996.5 -5236896 L 433653.3 -5236786 L 432585 -5236686 L 432352.2 -5236971 L 431813.5 -5237419 L 431077.3 -5237391 L 430681.2 -5237406 L 428403.2 -5236862 L 425780 -5235195 L 425459.1 -5235409 L 424721.1 -5235573 L 423669.6 -5235288 L 422123.4 -5236421 L 422113.4 -5236436 L 421784.5 -5236634 L 419531.4 -5238040 L 418116.4 -5236227 L 418076.4 -5235145 L 416005 -5234164 L 415849.7 -5233842 L 416038.2 -5233270 L 417048.1 -5232928 L 417248.8 -5232588 L 417495.2 -5231854 L 416919.7 -5230385 L 416728.4 -5230053 L 414399.9 -5228882 L 412738.9 -5230399 L 411676.6 -5230277 L 411676.2 -5230278 z "
id="path626" />
<path
d="M 569716.1 -5023433 L 569288.1 -5024845 L 569246.3 -5027859 L 569738.5 -5029289 L 570401.6 -5029646 L 570710.7 -5030359 L 570923.8 -5030685 L 571279.8 -5030588 L 572745.1 -5031567 L 574498.4 -5032055 L 574765.5 -5032311 L 574766.5 -5032431 L 574728.5 -5032794 L 574512.5 -5033086 L 575360.7 -5033521 L 575675.8 -5033638 L 575204.8 -5034189 L 575481.9 -5034871 L 574993 -5035851 L 575054.1 -5036214 L 575365.2 -5036872 L 576271.5 -5037527 L 576446.6 -5037857 L 576262.6 -5038155 L 576307.7 -5038842 L 575420.7 -5039394 L 575153.7 -5039533 L 574799.7 -5039728 L 574592.7 -5039984 L 574294.8 -5040895 L 573309.2 -5044170 L 573920.6 -5045558 L 573142.6 -5046316 L 572924.7 -5047007 L 572731.7 -5047315 L 572419.8 -5047915 L 572149.8 -5048148 L 570361.8 -5049763 L 570302.9 -5050110 L 569967.9 -5050285 L 568166.7 -5050718 L 567189.8 -5051825 L 566881.8 -5051919 L 566571.8 -5052005 L 566508.9 -5052364 L 566365 -5053069 L 564583.8 -5053357 L 563625.8 -5053888 L 563511.8 -5054188 L 563390.9 -5054485 L 563279 -5054820 L 563148.1 -5055513 L 562180.2 -5056541 L 561987.2 -5056837 L 561312.5 -5058466 L 561119.6 -5058801 L 559974.8 -5060349 L 559922.9 -5060703 L 559830.1 -5061413 L 560325.5 -5062694 L 560137.5 -5062960 L 559898.6 -5063563 L 560197.8 -5064138 L 559827.7 -5064183 L 559191.7 -5064571 L 558224.1 -5066553 L 557460.8 -5065941 L 556272 -5067295 L 555981 -5067525 L 556126.1 -5067783 L 556235.2 -5068058 L 556441.3 -5068236 L 556726.4 -5068506 L 556066.7 -5069793 L 553877.6 -5070609 L 553328.7 -5071167 L 553456.9 -5071843 L 554811.3 -5072589 L 555890.5 -5075818 L 555268.1 -5078010 L 555394.2 -5078129 L 555839.6 -5079071 L 555985.7 -5079419 L 555346.6 -5079307 L 555101.8 -5079958 L 554968.9 -5080285 L 556407.2 -5080376 L 557654 -5081845 L 557967.1 -5082032 L 557856.2 -5082397 L 556848.7 -5084433 L 555970.8 -5085133 L 555763.9 -5085455 L 555370.1 -5086081 L 553244 -5086945 L 553234 -5086971 L 553238.7 -5088881 L 554033.2 -5089709 L 553814.6 -5090838 L 554411.1 -5091778 L 556932.3 -5090978 L 557592.6 -5091356 L 557936.1 -5092446 L 558308.2 -5092546 L 559996.2 -5091689 L 561800.2 -5092876 L 562152.4 -5093033 L 563193.9 -5093433 L 563569.4 -5094427 L 563840.6 -5094694 L 563865.6 -5094719 L 563499.5 -5094776 L 563287.8 -5095482 L 562591.2 -5096861 L 561912.6 -5100261 L 561759.7 -5100624 L 562707.3 -5103408 L 562574.6 -5104132 L 562932 -5104767 L 562702.1 -5105071 L 561483.7 -5106959 L 560759.6 -5107181 L 561338.9 -5109321 L 560450.9 -5111751 L 560569.1 -5112107 L 561696.7 -5112649 L 561959.9 -5112847 L 561468.1 -5113457 L 560394.9 -5115537 L 560295.5 -5116707 L 560665.2 -5117783 L 559993.8 -5119192 L 559085.9 -5119931 L 558758.6 -5121397 L 559067.8 -5121627 L 559446 -5121697 L 561034.3 -5121366 L 561336.3 -5121214 L 561693.7 -5123316 L 564624 -5123841 L 564998.2 -5123876 L 566411.8 -5124068 L 566898.6 -5125061 L 567434 -5125307 L 567789.1 -5125210 L 568755.6 -5125458 L 569084.6 -5125251 L 569318 -5124119 L 569484.9 -5123769 L 569401.7 -5121910 L 568636.9 -5121150 L 568644.2 -5120014 L 568104.2 -5118629 L 569295.3 -5118058 L 569602.3 -5117918 L 570197.3 -5117477 L 571668 -5117753 L 573530.5 -5117468 L 573905.6 -5117413 L 574480.6 -5117072 L 574410.9 -5115954 L 575138.7 -5115102 L 575481.2 -5114041 L 575751.1 -5113773 L 578035.2 -5114046 L 578769.3 -5113781 L 579037.6 -5114055 L 580174.5 -5114876 L 580485.8 -5115043 L 580988.3 -5115625 L 581238.6 -5115916 L 581808.7 -5115743 L 582675.3 -5116176 L 583005.5 -5116229 L 584270.5 -5116924 L 584607.7 -5117077 L 586873.5 -5115140 L 586920.3 -5114767 L 586955.3 -5114767 L 587322.4 -5114701 L 587688.5 -5114632 L 590378.6 -5114418 L 591039.1 -5114757 L 590887.3 -5115114 L 590789.7 -5115877 L 590877 -5116253 L 591211.1 -5116092 L 592512.1 -5116765 L 593267 -5115970 L 593557 -5115739 L 593858.8 -5115197 L 593988.7 -5114917 L 594109.8 -5115001 L 594754.3 -5115332 L 595201.9 -5115966 L 596289.5 -5116011 L 596535.4 -5115727 L 596841.9 -5114692 L 596199 -5113810 L 595832.8 -5113779 L 596198.3 -5112752 L 598080.2 -5112651 L 598457.4 -5112681 L 599041.6 -5114080 L 599647.2 -5114506 L 600004.5 -5114653 L 600493.7 -5114505 L 600701.7 -5114318 L 601054.9 -5114336 L 601807.1 -5115505 L 601820.3 -5115858 L 602463.4 -5115520 L 603359.3 -5116150 L 604284.5 -5115658 L 604881.1 -5115974 L 605229.2 -5115859 L 605431.5 -5116187 L 604627.9 -5117429 L 605488.2 -5118661 L 606534.1 -5119077 L 606495.6 -5119821 L 607935.4 -5119830 L 608965.3 -5118788 L 609117.2 -5118453 L 609218 -5118024 L 607219.2 -5117156 L 607177.7 -5116439 L 607705.6 -5115927 L 607976.6 -5115679 L 608300.7 -5115606 L 608594.8 -5115450 L 610224 -5114358 L 610492 -5114132 L 609942.8 -5112754 L 609371.1 -5112278 L 608914.7 -5110551 L 608208.4 -5110665 L 606427.1 -5111807 L 606143.1 -5112025 L 605785.9 -5112034 L 604602.4 -5110752 L 604219.2 -5110725 L 602380 -5110384 L 602147.7 -5110126 L 601569.2 -5109756 L 601407.2 -5108291 L 600881.6 -5107773 L 600614.3 -5107520 L 600376.5 -5106441 L 600798.3 -5105841 L 600713.6 -5104747 L 600750.4 -5104381 L 600336 -5104092 L 600061.8 -5104006 L 599976.9 -5102626 L 599771.6 -5102335 L 598842.5 -5101233 L 597385.7 -5101017 L 596676.5 -5101222 L 596396.2 -5100980 L 596218.9 -5100688 L 597000.6 -5099583 L 596974.4 -5099243 L 597695.6 -5098974 L 598189.2 -5097914 L 598505.2 -5097683 L 599108.3 -5097314 L 600100.9 -5097600 L 600444.1 -5097683 L 600504.1 -5097698 L 600708.6 -5096554 L 600875.5 -5096197 L 601010.4 -5095878 L 600403.4 -5094672 L 600115.9 -5094059 L 599245.9 -5094796 L 598124.2 -5094410 L 597751 -5094443 L 597357.2 -5095080 L 596315.5 -5094738 L 595919.4 -5094789 L 596024.3 -5094451 L 596089.9 -5093749 L 596946 -5093147 L 597991.4 -5093031 L 598250.4 -5092793 L 599271.6 -5092299 L 600208.2 -5090666 L 599700.7 -5090110 L 601152.7 -5088903 L 601903 -5088785 L 603044 -5087774 L 603781.3 -5087578 L 603204.5 -5086641 L 603467.4 -5086097 L 603822.5 -5086004 L 602380.2 -5084853 L 602061 -5084653 L 602305.7 -5083933 L 603149.7 -5083148 L 603430.3 -5082028 L 603603.2 -5081684 L 605068.3 -5080518 L 607285.3 -5080387 L 607660.5 -5080456 L 607800.3 -5079865 L 607389.6 -5078797 L 606813.1 -5078308 L 607129.9 -5077630 L 607412.9 -5077375 L 606883.4 -5076979 L 606656.8 -5076010 L 606305.6 -5075949 L 606813.6 -5075453 L 606649.4 -5075137 L 607263.9 -5073544 L 606937.9 -5073758 L 606311.6 -5073687 L 606414.6 -5071429 L 605012.7 -5070827 L 604313 -5069954 L 605216.6 -5068087 L 605132.4 -5067740 L 606232.8 -5067576 L 607197.5 -5068172 L 607575.7 -5068227 L 608408.7 -5067298 L 608549.6 -5067006 L 607652.9 -5066318 L 607180.9 -5064455 L 606446.2 -5063574 L 606276.7 -5062437 L 605725.2 -5061911 L 606080.1 -5061294 L 606357.1 -5061062 L 605783.5 -5060188 L 606021.2 -5059160 L 605808 -5058873 L 607534.4 -5058088 L 607898.5 -5057948 L 608172.3 -5057150 L 607920.1 -5056964 L 608912.9 -5055381 L 609217.9 -5055156 L 609338.7 -5054596 L 609949.9 -5054319 L 610291.1 -5054349 L 611473.4 -5053764 L 611788.5 -5053644 L 612486.2 -5051913 L 613341.3 -5051224 L 614257.5 -5050836 L 614419.5 -5050546 L 613938 -5049841 L 613915.9 -5049541 L 616469 -5049562 L 616787.1 -5049362 L 616851.8 -5048615 L 617571.1 -5048590 L 618160.2 -5048170 L 619762.2 -5048995 L 620124.4 -5049045 L 620771.7 -5048946 L 621637.3 -5049468 L 621940.4 -5049316 L 622994.5 -5048336 L 623253.5 -5048063 L 624483.1 -5048054 L 625089.6 -5048457 L 625407.8 -5048636 L 626270 -5047852 L 627084.6 -5045661 L 627634.7 -5045117 L 627807.6 -5044766 L 628389 -5044992 L 628990.4 -5045132 L 627929.3 -5046481 L 628091.7 -5047165 L 628116.9 -5047522 L 628466 -5047362 L 628846.2 -5047411 L 630217.1 -5047996 L 631164.1 -5046795 L 630941.8 -5046456 L 629650.7 -5045440 L 629510.5 -5045123 L 629420.4 -5045099 L 629351.2 -5044721 L 628308.3 -5043633 L 628658.2 -5040256 L 628375 -5039997 L 628959.8 -5038729 L 629304 -5038851 L 629832.1 -5038388 L 629992.9 -5037717 L 630510.4 -5038215 L 630862.5 -5038129 L 632264.1 -5037975 L 633697.4 -5039541 L 633945.6 -5039819 L 635260 -5039047 L 635599.7 -5037588 L 635244.4 -5037441 L 636555.6 -5035857 L 636782.6 -5035587 L 636637.4 -5035062 L 636665.3 -5034843 L 636694.2 -5034623 L 636951.1 -5034000 L 637060.1 -5033681 L 637074.9 -5033026 L 636825.7 -5032739 L 635789.8 -5031644 L 635949.4 -5030197 L 636563.5 -5029419 L 636760.5 -5029152 L 637105.2 -5027709 L 636939.8 -5026603 L 636994.7 -5026232 L 636928.5 -5025589 L 636571.3 -5025606 L 634540.1 -5025062 L 634379.8 -5024300 L 634045.6 -5024244 L 632840.9 -5023706 L 632437.6 -5023189 L 631002.9 -5023262 L 630658.7 -5023072 L 627821.9 -5020999 L 627956.9 -5020728 L 628200.9 -5020198 L 627985.7 -5020003 L 627478.4 -5019742 L 626086.7 -5019186 L 626180.5 -5018066 L 626657.6 -5017492 L 626564.5 -5017123 L 625809.2 -5017161 L 625092.9 -5017032 L 624772.8 -5016857 L 624316.3 -5015383 L 624429.2 -5014659 L 624810.3 -5014579 L 625167.3 -5014192 L 625356.3 -5014002 L 625373.1 -5012864 L 624060.5 -5012072 L 623790.3 -5011792 L 623459.2 -5011988 L 621956.7 -5012122 L 620517.1 -5011588 L 619757.7 -5010834 L 618369.3 -5011461 L 617897 -5010472 L 616373.5 -5010323 L 615736.4 -5010745 L 615498.4 -5010916 L 615149.3 -5011039 L 614615.2 -5011957 L 613736.1 -5012630 L 613506 -5012937 L 612826.9 -5013289 L 611902.9 -5014956 L 610770.6 -5015011 L 610460.5 -5014805 L 608571.8 -5013652 L 608258.7 -5012979 L 607287.5 -5013453 L 606999.4 -5013218 L 605318.2 -5015166 L 606042.5 -5016029 L 606160.6 -5016754 L 606766.9 -5017555 L 606533.9 -5017807 L 605434.7 -5018107 L 603789.5 -5019667 L 606239.5 -5021821 L 606602.6 -5021787 L 605936.6 -5023137 L 604399.5 -5024768 L 604075.4 -5024967 L 602228 -5025362 L 601855.9 -5025463 L 601527.7 -5024553 L 600885.6 -5024674 L 600433.4 -5024115 L 599013 -5024168 L 598888 -5024488 L 598921.2 -5025850 L 597859.9 -5025473 L 596831.9 -5026964 L 596456.8 -5026927 L 596230.8 -5027127 L 595432.6 -5027434 L 595094.5 -5027259 L 593434 -5026567 L 591849.8 -5027596 L 590389.4 -5027261 L 590045.3 -5027114 L 589015.1 -5026707 L 589289.1 -5026427 L 589997 -5025096 L 589471.8 -5024618 L 587158.4 -5024930 L 586284.1 -5024187 L 586193 -5023409 L 585701 -5023744 L 585458 -5023928 L 584331.8 -5023706 L 583871.7 -5023096 L 583762.6 -5021937 L 583323.5 -5021285 L 582688.4 -5021649 L 582052.4 -5023015 L 581004.3 -5023345 L 580694.3 -5023124 L 579731.1 -5022565 L 579399.9 -5020355 L 578957.9 -5020641 L 578924.9 -5020952 L 578779.9 -5021306 L 577944 -5023422 L 577570 -5023424 L 576729 -5024403 L 576600 -5025134 L 576021 -5025583 L 575642.9 -5025525 L 574678.8 -5024963 L 573622.7 -5025368 L 572932.6 -5025063 L 572612.5 -5023982 L 571360.3 -5023153 L 571451.2 -5021758 L 570721.1 -5021007 L 570439.1 -5020796 L 570350.1 -5021119 L 570159.1 -5021397 L 570132.1 -5021748 L 569715.1 -5023433 L 569716.1 -5023433 z "
id="path627" />
<path
d="M 567741.4 -4955317 L 567405.4 -4955497 L 565908.6 -4955657 L 565147.4 -4956483 L 565386.2 -4956774 L 566149.5 -4958066 L 566070.4 -4958435 L 565386.4 -4958777 L 564291.8 -4958463 L 564134 -4958156 L 563608.3 -4957713 L 563318.3 -4957898 L 563054.2 -4958185 L 562533.6 -4959989 L 560507.3 -4961723 L 559891.5 -4961502 L 559554.3 -4962159 L 559684 -4962887 L 559533.9 -4963238 L 559211.9 -4963399 L 558248.3 -4965639 L 557575.3 -4965889 L 557622.4 -4965514 L 556326.9 -4964967 L 554925.1 -4965414 L 554340.4 -4964933 L 552134.1 -4964576 L 551918 -4964866 L 551419.9 -4965384 L 551748.7 -4965568 L 552387.4 -4965967 L 552683.8 -4967394 L 552491.7 -4967715 L 551946.6 -4968148 L 551601.3 -4969203 L 550344.3 -4969927 L 550055.3 -4970084 L 549415.5 -4969938 L 549202.5 -4970215 L 547973 -4969647 L 547497.9 -4970146 L 547111 -4970147 L 546455.3 -4969743 L 546692 -4967847 L 545847.3 -4965324 L 546077.6 -4964588 L 545505.9 -4964218 L 544417.8 -4965105 L 543363.5 -4964152 L 542236.7 -4964406 L 539955.6 -4964028 L 539574.8 -4963962 L 538454.9 -4962540 L 538292.1 -4962202 L 537975.3 -4961977 L 537283.4 -4962328 L 536624 -4963684 L 535523.9 -4964708 L 535629.3 -4965830 L 534643.1 -4966981 L 534373.1 -4967253 L 533945.1 -4969778 L 533875 -4970138 L 532744.6 -4971749 L 532446.2 -4972880 L 532558 -4973258 L 532061.8 -4974059 L 531851.8 -4974292 L 532117.6 -4974536 L 532028.5 -4977298 L 531867.4 -4977647 L 531263.2 -4978626 L 530294.7 -4978166 L 529257.9 -4978584 L 528768.5 -4979951 L 528847.2 -4980706 L 528555.3 -4980532 L 527953.6 -4980222 L 527582.7 -4980306 L 526904.8 -4980625 L 526728.4 -4981751 L 528091.8 -4982304 L 528734.1 -4983644 L 528492.1 -4983930 L 527420.5 -4983639 L 526661.3 -4984813 L 525231.8 -4984498 L 526020.9 -4986197 L 525688.9 -4986370 L 523993.6 -4985790 L 523680.6 -4985993 L 523536.5 -4986349 L 522949.3 -4987326 L 523334.8 -4988380 L 523064.5 -4989488 L 524014.2 -4992351 L 523770.1 -4992933 L 522433.4 -4993274 L 521939.4 -4993754 L 522008.2 -4994106 L 521772 -4994770 L 522757.6 -4995184 L 523116.5 -4995199 L 523585.6 -4994622 L 524955.4 -4994041 L 525309.4 -4993910 L 527889.4 -4994963 L 527134.6 -4995030 L 526944.4 -4995761 L 525439.8 -4995724 L 524149.9 -4996490 L 524129.9 -4996490 L 523169 -4997134 L 522443.2 -4996928 L 522109.4 -4996733 L 521153.9 -4999200 L 521590.5 -5000193 L 520518.7 -5000460 L 519988.2 -5002614 L 520112.8 -5003758 L 520738.4 -5004701 L 520810 -5006227 L 520829.9 -5006611 L 519209.1 -5007340 L 518842.2 -5007284 L 518467.3 -5007379 L 517950.3 -5007922 L 517724.9 -5009825 L 516935.9 -5010606 L 517384.3 -5012780 L 517247.2 -5013532 L 516871.3 -5013553 L 515868.3 -5014556 L 514011.8 -5014367 L 513967.9 -5014005 L 512339.5 -5013198 L 512711.1 -5014575 L 512108 -5015424 L 512052.9 -5016118 L 511676 -5016046 L 510843.4 -5015272 L 509776.7 -5015078 L 508272.1 -5014935 L 507385.2 -5015610 L 506257.5 -5015517 L 506154.4 -5016242 L 507127 -5016708 L 507512.9 -5016679 L 508107.7 -5017150 L 508350.5 -5017882 L 507348.6 -5018403 L 506640.6 -5019304 L 507227.4 -5019731 L 508344.2 -5019622 L 508390.1 -5019999 L 508176.7 -5022202 L 507562.8 -5022649 L 509701.4 -5022320 L 510339.2 -5022671 L 510938.1 -5022261 L 511302 -5022301 L 513640.5 -5022441 L 513356.5 -5022702 L 513517.4 -5023427 L 514555.1 -5023842 L 515072.9 -5024403 L 515819.8 -5024439 L 516011.8 -5024104 L 516353.7 -5024417 L 516572.7 -5024360 L 516893.4 -5025771 L 517884.1 -5026797 L 517935.1 -5027158 L 518439.1 -5026708 L 519476.9 -5026628 L 519814.8 -5026736 L 521601.4 -5027538 L 521950.3 -5027730 L 522279.2 -5028286 L 522560 -5029427 L 522587 -5029817 L 522903.9 -5030026 L 523613.8 -5029824 L 524825.8 -5028386 L 524955.8 -5027651 L 525294.8 -5027482 L 526111.5 -5030168 L 527018.4 -5030145 L 527291.4 -5030324 L 527899.4 -5029345 L 528190.4 -5029085 L 529184.4 -5027944 L 529908.3 -5028177 L 530595.2 -5027856 L 531259.1 -5028194 L 532202 -5027835 L 532333 -5027523 L 532893.9 -5028023 L 534758.7 -5028015 L 535117.7 -5027892 L 535488.7 -5027988 L 535715.6 -5028700 L 536946.5 -5030121 L 538300.4 -5030793 L 538650.4 -5030949 L 539100.4 -5029112 L 540018.4 -5028423 L 540275.4 -5028131 L 542338.3 -5027692 L 542943.3 -5027237 L 543619.3 -5027517 L 543992.3 -5028180 L 544769.3 -5026381 L 544932.3 -5026021 L 545376.3 -5025403 L 545484.3 -5025038 L 545336.3 -5024735 L 545710.3 -5023176 L 546040.3 -5022984 L 547842.3 -5021094 L 548588.3 -5021182 L 549639.2 -5022252 L 549982.2 -5023306 L 551372.1 -5023882 L 551686.1 -5025394 L 552094.1 -5025982 L 552809.1 -5026068 L 553043.1 -5025793 L 553850.1 -5025052 L 554563.1 -5024864 L 554236.1 -5024234 L 554396.1 -5023585 L 554763.1 -5023663 L 555407.1 -5023609 L 555718.1 -5023696 L 556051.1 -5023545 L 556767.1 -5023544 L 557560.1 -5022841 L 558642.1 -5022949 L 558871.1 -5023181 L 559868.1 -5022563 L 560548.1 -5022717 L 561136.1 -5023135 L 561068.1 -5024964 L 561381.1 -5026035 L 561386.1 -5026409 L 561758.1 -5026456 L 562518.2 -5027183 L 563461.2 -5026582 L 563848.2 -5025943 L 564901.3 -5026263 L 564898.2 -5024763 L 565000.2 -5024400 L 565616.3 -5024800 L 566527.3 -5023679 L 567926.4 -5023227 L 569406.5 -5023224 L 569716.5 -5023434 L 570133.5 -5021749 L 570160.5 -5021398 L 570351.5 -5021120 L 570440.5 -5020796 L 570722.5 -5021008 L 571452.6 -5021759 L 571361.7 -5023153 L 572613.9 -5023983 L 572934 -5025064 L 573624.1 -5025369 L 574680.2 -5024963 L 575644.3 -5025525 L 576022.4 -5025584 L 576601.4 -5025135 L 576730.4 -5024404 L 577571.4 -5023425 L 577945.4 -5023422 L 578781.3 -5021307 L 578926.3 -5020953 L 578959.3 -5020641 L 579401.3 -5020356 L 579732.5 -5022566 L 580695.7 -5023125 L 581005.7 -5023346 L 582053.8 -5023015 L 582689.8 -5021650 L 583324.9 -5021285 L 583764 -5021938 L 583873.1 -5023097 L 584333.2 -5023706 L 585459.4 -5023928 L 585702.4 -5023745 L 586194.4 -5023410 L 586285.5 -5024188 L 587159.8 -5024931 L 589473.2 -5024619 L 589998.4 -5025097 L 589290.5 -5026428 L 589016.5 -5026708 L 590046.7 -5027114 L 590390.8 -5027262 L 591851.2 -5027597 L 593435.4 -5026567 L 595095.9 -5027259 L 595434 -5027435 L 596232.2 -5027128 L 596458.2 -5026928 L 596833.3 -5026965 L 597861.3 -5025474 L 598922.6 -5025851 L 598889.4 -5024489 L 599014.4 -5024169 L 600434.8 -5024116 L 600887 -5024675 L 601529.1 -5024554 L 601857.3 -5025464 L 602229.4 -5025363 L 604076.8 -5024968 L 604400.9 -5024769 L 605938 -5023138 L 606604 -5021787 L 606240.9 -5021822 L 603790.9 -5019668 L 605436.1 -5018107 L 606535.3 -5017807 L 606768.3 -5017556 L 606162 -5016755 L 606043.9 -5016030 L 605319.6 -5015166 L 607000.8 -5013218 L 607288.9 -5013454 L 608260.1 -5012980 L 608573.2 -5013653 L 610461.9 -5014806 L 610772 -5015012 L 611904.3 -5014956 L 612828.3 -5013290 L 613507.4 -5012938 L 613737.5 -5012631 L 614616.6 -5011958 L 615150.7 -5011040 L 615499.8 -5010917 L 615737.8 -5010745 L 616342.8 -5009318 L 616113.6 -5008576 L 615731.5 -5008501 L 615397.3 -5007912 L 615550.2 -5006543 L 615713.2 -5006228 L 615118.9 -5004488 L 614169.6 -5003966 L 614008.5 -5003241 L 613233.2 -5002459 L 612892 -5000634 L 612916 -5000256 L 613323 -4998851 L 613915.1 -4998408 L 614042.1 -4997691 L 613678 -4997710 L 612595.7 -4997826 L 612855.7 -4996869 L 612681.6 -4996666 L 612419.5 -4996613 L 611729.4 -4997494 L 611833.5 -4998927 L 610371.2 -5000057 L 609326 -4999888 L 607991.7 -5000317 L 607644.6 -5000400 L 607362.5 -4998585 L 609346.9 -4997512 L 609545.9 -4996408 L 608610.7 -4995893 L 608359.6 -4995605 L 607322.4 -4995953 L 606731.3 -4995503 L 606368.3 -4995402 L 606674.3 -4994069 L 606345.2 -4993922 L 606073.2 -4992920 L 605403.1 -4992661 L 605529.1 -4991574 L 606569.3 -4990498 L 607318.4 -4990581 L 607992.5 -4990243 L 608187.5 -4988751 L 608050.5 -4988392 L 606955.3 -4988302 L 606069.2 -4987733 L 605900.2 -4987406 L 603260.8 -4987612 L 601829.7 -4986488 L 601640.7 -4986149 L 601283.9 -4983577 L 602494.1 -4982707 L 602713.2 -4982161 L 602972.2 -4982014 L 603073.3 -4981303 L 601764.2 -4980813 L 601497.2 -4980570 L 600330.1 -4980539 L 598542 -4979750 L 596843.8 -4980603 L 596578.8 -4980369 L 595955.8 -4980041 L 595851.1 -4978199 L 595436.2 -4977155 L 595432.2 -4976777 L 595160.2 -4976511 L 593372.4 -4974592 L 593505.5 -4974366 L 592930.6 -4973933 L 592585.1 -4971506 L 591541.2 -4970982 L 590802.4 -4970084 L 589243.4 -4970070 L 587740.3 -4970497 L 587362.3 -4970542 L 585380.6 -4969598 L 585111.6 -4969467 L 584564.6 -4969528 L 584197.6 -4969518 L 581507.7 -4969812 L 580714 -4969068 L 580057.7 -4966804 L 580356.7 -4966585 L 580749 -4965565 L 580516.1 -4965249 L 579779.2 -4965094 L 579229.1 -4965553 L 578429.6 -4964323 L 577347.5 -4965196 L 577031.7 -4964589 L 577496 -4963507 L 577091.2 -4962967 L 576809.2 -4963211 L 575928.1 -4963896 L 575587.8 -4964954 L 575241.9 -4964798 L 574201.2 -4964336 L 574121.3 -4963965 L 573547.2 -4961411 L 572086.2 -4959257 L 572596.4 -4958389 L 572644.4 -4958239 L 572399.5 -4958020 L 571757.7 -4957886 L 571389.8 -4957761 L 570691.1 -4957456 L 570356.6 -4956350 L 568515.9 -4956598 L 567741.6 -4955318 L 567741.4 -4955317 z "
id="path628" />
<path
d="M 494947.3 -5334633 L 496111.9 -5334741 L 496703.6 -5333743 L 496975.3 -5333464 L 498058.3 -5333211 L 498760.8 -5333399 L 499237.4 -5332380 L 499839.4 -5332220 L 499970 -5332577 L 500665 -5332423 L 501097.2 -5331791 L 501400 -5331556 L 501708.3 -5331004 L 500857.5 -5329338 L 502289 -5329331 L 502742 -5327203 L 502867.5 -5326859 L 503410.3 -5326623 L 503386.8 -5326291 L 503373.7 -5324874 L 503429.2 -5324522 L 504159.2 -5323675 L 505549 -5323182 L 506399.3 -5322484 L 506773.4 -5322488 L 506413.3 -5321848 L 506941.1 -5320887 L 508589.6 -5320103 L 508927.5 -5319955 L 508658 -5319672 L 507280.5 -5318987 L 507608.1 -5317958 L 508672.9 -5317536 L 508693.8 -5316044 L 508816 -5315479 L 509108.2 -5315526 L 508833.1 -5314851 L 509244.4 -5314220 L 509216.3 -5313443 L 508119.4 -5312422 L 507509.6 -5310597 L 507173.6 -5310713 L 506271.5 -5310177 L 505527.7 -5309074 L 504517.9 -5308765 L 504364.4 -5308411 L 503665.7 -5308090 L 503248.5 -5306632 L 501934.5 -5306242 L 500525.5 -5305906 L 500795.6 -5305202 L 500180.9 -5304846 L 500496.9 -5302602 L 499255.3 -5301740 L 500996 -5301058 L 501378.1 -5301040 L 501647.9 -5300806 L 502163.8 -5299136 L 501926.7 -5298424 L 500669.4 -5297796 L 500677.4 -5297040 L 501081.7 -5296421 L 500786.7 -5295764 L 501116.7 -5295708 L 501450.8 -5295713 L 501444.3 -5295333 L 501691.9 -5294235 L 501406.8 -5292747 L 501032.7 -5292756 L 498792.9 -5292715 L 498159.1 -5292315 L 497927.6 -5292029 L 496213.2 -5291396 L 495663.8 -5290454 L 494936.6 -5290510 L 494794.1 -5290171 L 494416.9 -5290124 L 493096.4 -5290854 L 492756.1 -5290700 L 492102.4 -5290357 L 488864.9 -5290005 L 488670.4 -5289664 L 489005.1 -5288553 L 488558 -5286273 L 488265.6 -5286012 L 488449.8 -5285331 L 488286.3 -5285017 L 489199.8 -5284360 L 490444.3 -5285237 L 490875.7 -5284638 L 490584.2 -5283564 L 490914.1 -5283374 L 491258 -5283206 L 491590.9 -5283019 L 493917.3 -5281199 L 493463.4 -5279788 L 494217 -5278526 L 494892.3 -5278594 L 495219.2 -5278427 L 495936.1 -5277357 L 496166.9 -5277110 L 495072.5 -5276296 L 494807.1 -5276081 L 494648.2 -5275384 L 494516.7 -5275039 L 495361.3 -5272896 L 495007.3 -5272207 L 495515.2 -5271173 L 496537.9 -5270648 L 496952.3 -5269197 L 497700.3 -5269004 L 497828.9 -5268639 L 497471.6 -5268471 L 496480.8 -5267300 L 496119.8 -5267436 L 493146.8 -5268253 L 492774.8 -5267546 L 492506.4 -5267308 L 490818.2 -5266781 L 490450.1 -5266764 L 489696 -5266039 L 488805.4 -5266596 L 487941.3 -5265917 L 488069.9 -5265541 L 490148.8 -5263193 L 489841.4 -5262955 L 487630.9 -5262238 L 486499.7 -5260711 L 485008.8 -5260313 L 484718 -5260570 L 484335 -5260634 L 484116.3 -5260954 L 483289 -5262618 L 481714.8 -5263705 L 480220.6 -5263882 L 479407.9 -5265170 L 479055.5 -5264963 L 478781.7 -5263535 L 478917 -5262079 L 478633.2 -5261430 L 479055.6 -5260815 L 478903.1 -5260466 L 478084 -5259746 L 475955.6 -5259079 L 475631.5 -5259098 L 474677.4 -5259248 L 474318.4 -5259369 L 473696.2 -5260214 L 473675.4 -5262108 L 470384.6 -5263896 L 470485 -5264232 L 470747.3 -5265249 L 470028.5 -5266428 L 469724.6 -5266632 L 468974.3 -5267430 L 467541.1 -5267600 L 467071.2 -5268588 L 466829.5 -5268885 L 465375.6 -5269283 L 463521.8 -5269036 L 462480.9 -5268565 L 461338.6 -5268595 L 461262 -5268981 L 458733.3 -5271447 L 458069.8 -5272867 L 457370 -5273226 L 457020.7 -5273056 L 454523.7 -5271999 L 454062.8 -5271374 L 452960.2 -5271123 L 452431.4 -5270554 L 451494.9 -5271184 L 450246.4 -5272685 L 448757.6 -5273149 L 447543.5 -5274133 L 447235.7 -5274381 L 446527.9 -5274730 L 446236.7 -5275447 L 445874.6 -5275406 L 442439.7 -5274580 L 442485.2 -5274957 L 442576.5 -5276833 L 441088.3 -5279463 L 440053.8 -5279265 L 440020.7 -5280761 L 439842.9 -5281002 L 439476.6 -5280881 L 437275.2 -5280189 L 435743.8 -5280173 L 434899.5 -5280897 L 434156.5 -5281024 L 432997.1 -5280118 L 432633.2 -5280240 L 432349 -5280943 L 430157.1 -5281498 L 429808.8 -5281332 L 429402.9 -5280696 L 425225.2 -5281031 L 424589.5 -5280619 L 424177.1 -5279576 L 423178 -5279731 L 422825.7 -5279598 L 421897.7 -5279011 L 421255 -5279360 L 420182.7 -5279355 L 419840.8 -5281110 L 419119.7 -5281190 L 418095.9 -5280789 L 417722.9 -5280861 L 416974.5 -5280730 L 416359.9 -5281175 L 414487.2 -5280998 L 414286.9 -5282409 L 413653.9 -5282506 L 413282.7 -5282387 L 412839.9 -5281835 L 412920.6 -5279176 L 410359 -5278449 L 409828.2 -5277887 L 409672.2 -5277123 L 409054.5 -5276647 L 408695.6 -5276772 L 407886.3 -5277556 L 408039.2 -5278298 L 407735.4 -5278527 L 405509.4 -5278992 L 405017 -5279566 L 404170.3 -5282470 L 403684.9 -5283026 L 403532.3 -5283377 L 403867.6 -5283563 L 404189.9 -5283772 L 404016.3 -5284123 L 403109.8 -5286294 L 403070.3 -5287463 L 401698.8 -5288170 L 400150.5 -5288272 L 398859.3 -5289151 L 398602.5 -5289379 L 396903.5 -5290540 L 396772 -5290172 L 396122.5 -5288337 L 393356.9 -5286935 L 393384.4 -5287328 L 393701.8 -5287555 L 394518.1 -5288393 L 390823.4 -5291771 L 391056.8 -5292064 L 392616.4 -5293678 L 392320.6 -5293875 L 392561.8 -5294763 L 392306.1 -5295026 L 390406.2 -5297058 L 389387.3 -5297332 L 389450.8 -5297699 L 389722.8 -5298359 L 390086.4 -5299452 L 391072.4 -5299978 L 393717.9 -5302724 L 393711.4 -5303098 L 394112.4 -5303729 L 393421 -5305011 L 393603.5 -5305312 L 393307.3 -5305945 L 393461.3 -5306625 L 393215.6 -5306924 L 391585.4 -5308574 L 389501.1 -5309540 L 389298.5 -5309850 L 389596.6 -5311265 L 390146.5 -5311762 L 391553.5 -5312175 L 391838.9 -5312412 L 391177.2 -5312744 L 391247.7 -5313114 L 392511.9 -5314380 L 392575.6 -5316231 L 392263.2 -5316026 L 391575.3 -5316234 L 389224.5 -5315458 L 389252.2 -5317313 L 389346.2 -5318661 L 388872.7 -5320462 L 389771.9 -5321114 L 390874.8 -5320849 L 391428.5 -5321229 L 390847 -5321706 L 391241.1 -5322351 L 392794.2 -5321430 L 394184.1 -5321070 L 394314.6 -5320733 L 394681.7 -5320752 L 395259.8 -5322077 L 396350.3 -5322214 L 396907.1 -5322667 L 397118.3 -5324050 L 396973.8 -5324396 L 397172.3 -5324713 L 399896.4 -5325597 L 400462.2 -5324663 L 401113.1 -5324499 L 401863.9 -5325563 L 402051.4 -5325831 L 403266.4 -5324939 L 403484 -5324630 L 404963.7 -5324824 L 406444.6 -5324455 L 407820 -5325102 L 408149.8 -5324904 L 408647.8 -5325466 L 410097.6 -5325725 L 410298.7 -5326437 L 410509.6 -5327000 L 412768.8 -5326089 L 413128.8 -5326026 L 413295.9 -5326746 L 415108 -5326469 L 415162.2 -5327220 L 415148.8 -5327599 L 416399.6 -5327896 L 416853.5 -5328413 L 417014 -5328729 L 417778 -5331162 L 418404.7 -5331470 L 418759.6 -5331325 L 419367.7 -5333235 L 418611.5 -5333255 L 418113.7 -5334769 L 418462.8 -5334760 L 419117.2 -5335537 L 419343.7 -5335804 L 419912.5 -5336237 L 420473.9 -5335776 L 421756.1 -5336344 L 422822 -5336116 L 423137.8 -5335929 L 423111 -5336715 L 423065.6 -5337112 L 421817.4 -5338482 L 422135.6 -5339167 L 423197.8 -5338515 L 423623.9 -5339127 L 422630.7 -5341667 L 422783.4 -5342724 L 422949 -5343048 L 422859.5 -5343339 L 422628.8 -5344211 L 422931.5 -5345206 L 423825.6 -5345733 L 424090 -5345964 L 424419 -5346497 L 424582.5 -5346769 L 425071.9 -5348751 L 426196.9 -5348597 L 427664.9 -5348947 L 428717.7 -5348661 L 429334.6 -5349103 L 429434.6 -5349688 L 432017 -5349551 L 432948.1 -5350676 L 433605.8 -5350974 L 433976.9 -5350946 L 433817.6 -5350183 L 433731 -5349804 L 436001 -5350039 L 437515.2 -5349930 L 437578.8 -5350271 L 437067.4 -5350715 L 436956.9 -5351044 L 436876.1 -5351758 L 437936 -5351547 L 438223.4 -5351768 L 438740.1 -5351529 L 439011.3 -5351622 L 439133.2 -5352736 L 440950.5 -5355067 L 441503.1 -5354141 L 442764.1 -5353362 L 443838.4 -5353374 L 443208.8 -5351869 L 443961.8 -5351757 L 443723.3 -5350250 L 443713.7 -5349866 L 444436.4 -5350195 L 445241.6 -5351439 L 445511.1 -5351700 L 447548.5 -5350996 L 447812 -5351258 L 448739.7 -5353350 L 449094.1 -5353508 L 449758.1 -5353399 L 449994.6 -5353641 L 450798.2 -5352075 L 451934 -5351136 L 452980.9 -5350933 L 454795.3 -5351483 L 455113.3 -5352028 L 455419.7 -5352254 L 456519.6 -5350188 L 456740.1 -5349859 L 456623.8 -5346611 L 456659.2 -5346242 L 456775.7 -5345926 L 457800.3 -5344917 L 458133.1 -5344732 L 458458.4 -5344871 L 458995.8 -5344417 L 460008.6 -5344726 L 460284 -5344948 L 460851.4 -5344450 L 461126.8 -5343400 L 461389.4 -5343129 L 462693.7 -5343093 L 463023.8 -5343072 L 463101.1 -5342010 L 463693.9 -5341779 L 463591.7 -5340384 L 463835.8 -5340382 L 464011.6 -5338937 L 464239.2 -5338645 L 464033.3 -5338107 L 463669.1 -5338007 L 463169.9 -5336668 L 463608.2 -5334878 L 462962.6 -5333948 L 462644.9 -5334172 L 461252.6 -5334855 L 460968.5 -5334180 L 460396.7 -5333758 L 460557.2 -5333425 L 459581.6 -5331940 L 458322.1 -5331200 L 458200 -5330536 L 459177.9 -5330296 L 459410.3 -5330541 L 460798.3 -5330922 L 463751.6 -5330549 L 464117.6 -5330470 L 464084.1 -5330827 L 465035 -5331894 L 465268.5 -5332166 L 467728.2 -5332187 L 468265.8 -5331181 L 469839.2 -5331154 L 472480.1 -5331891 L 472868.3 -5331958 L 474489.2 -5330229 L 474722.8 -5329906 L 474932.9 -5329919 L 475524.8 -5330416 L 477836.4 -5330371 L 479027.9 -5331767 L 481105.8 -5332591 L 481468 -5332677 L 481401 -5333372 L 480226.6 -5334654 L 480081.1 -5334976 L 481437.7 -5334427 L 483075.9 -5334905 L 483396.3 -5335086 L 484084.2 -5334856 L 484732.9 -5335157 L 485621.5 -5334716 L 485582.9 -5334355 L 484835.4 -5333556 L 484643.1 -5332103 L 484757.6 -5331753 L 484972.7 -5331093 L 486009.8 -5330978 L 486347.8 -5330892 L 486530.4 -5331237 L 487647.3 -5331584 L 489597.8 -5333470 L 489776.4 -5333819 L 490086.6 -5333867 L 491888.6 -5334140 L 492248.8 -5334195 L 494562.1 -5334570 L 494947.3 -5334634 L 494947.3 -5334633 z "
id="path629" />
<path
d="M 345449.6 -4915884 L 345121.4 -4917266 L 344456.8 -4917433 L 345066.6 -4918245 L 345317.9 -4918486 L 345187.4 -4918833 L 345331.3 -4919909 L 345049 -4921350 L 344541 -4921665 L 344238.2 -4921741 L 344072.8 -4922077 L 342971.2 -4921999 L 342992.9 -4922711 L 342251.2 -4923515 L 342388.7 -4924251 L 342220.3 -4924586 L 342566.1 -4925621 L 342380 -4926342 L 342431.3 -4926713 L 341583.6 -4927073 L 341332.6 -4927249 L 341831.2 -4928311 L 341969.3 -4929853 L 340731.4 -4932277 L 339915.8 -4933094 L 339855.5 -4933876 L 339318.1 -4934445 L 340255.2 -4934976 L 341313.5 -4934752 L 341712.7 -4933816 L 341807.2 -4933465 L 343729.5 -4935634 L 344055.9 -4935808 L 344175.7 -4935832 L 345053.7 -4936460 L 346171.3 -4936631 L 346651.9 -4937194 L 346828.5 -4937927 L 346927 -4937574 L 347602.8 -4937313 L 348675.8 -4937283 L 349040.5 -4937257 L 348767.3 -4938186 L 349083.8 -4938282 L 348534.1 -4939642 L 349452.3 -4940826 L 350765.1 -4942005 L 351060.5 -4942214 L 352629.5 -4943800 L 352969.9 -4943960 L 353109.2 -4944325 L 352671.7 -4946185 L 352939.1 -4946422 L 352738.1 -4947821 L 352732.6 -4948178 L 353872.2 -4948393 L 354353.8 -4949009 L 355439.1 -4949441 L 358546.2 -4949447 L 358924.7 -4949545 L 358940.5 -4949705 L 359372.2 -4950300 L 360403.7 -4950666 L 360816.3 -4952067 L 361912.9 -4952361 L 362388.6 -4952952 L 362611.4 -4953671 L 363598.6 -4952875 L 363937.4 -4952798 L 364878.4 -4954330 L 364884.4 -4955757 L 365045.8 -4956086 L 365984.4 -4955759 L 366291.3 -4955629 L 366770.7 -4957920 L 365733.1 -4959029 L 365406.1 -4959213 L 364878.9 -4959720 L 365424.1 -4960678 L 365337.7 -4961042 L 364604.2 -4961155 L 365241.5 -4962020 L 366890.2 -4962695 L 367183.7 -4962900 L 369321.6 -4963144 L 369645.1 -4963323 L 369938.7 -4963420 L 370244.4 -4963460 L 370042.7 -4966496 L 370423.5 -4967165 L 371436.9 -4966966 L 372260.3 -4967688 L 373356.6 -4967565 L 373388.3 -4967759 L 373619.4 -4969124 L 373924.9 -4969295 L 374111.7 -4970177 L 374312.7 -4970058 L 374528.6 -4969970 L 375686.6 -4970046 L 376358.6 -4970420 L 376548 -4970760 L 376579.6 -4971061 L 376386.7 -4971941 L 376062.9 -4972026 L 374980.8 -4972794 L 374815.6 -4973085 L 374722.6 -4974023 L 374114.9 -4974183 L 375167.9 -4975218 L 376582.8 -4975249 L 375953.9 -4977308 L 376000.7 -4978287 L 375618.9 -4978323 L 374885.9 -4979665 L 374952.6 -4980787 L 374546.2 -4981407 L 374644.7 -4983588 L 374211.4 -4985057 L 376100.6 -4985473 L 377317.8 -4986400 L 378257.8 -4985789 L 379603.2 -4986447 L 379605.4 -4987204 L 379825.3 -4987182 L 381886.5 -4988563 L 383219.3 -4988891 L 383544.9 -4989067 L 384612.1 -4989090 L 384871.4 -4987598 L 385503.3 -4987279 L 387014.1 -4988486 L 389594.9 -4987976 L 389921.9 -4987770 L 389983.4 -4987254 L 390037 -4987632 L 391469.9 -4987723 L 391832.8 -4987607 L 393000.7 -4986868 L 393355.5 -4986802 L 393447.1 -4986098 L 394854.8 -4984450 L 395535.5 -4984332 L 395872.3 -4984253 L 396243.9 -4983352 L 396477 -4983125 L 397108.9 -4982736 L 397341 -4982444 L 397642.3 -4980880 L 397736.6 -4980559 L 397898.8 -4980274 L 398063.7 -4980297 L 399110 -4980248 L 399881.2 -4979518 L 400239.9 -4979519 L 400868.9 -4979093 L 401364 -4977677 L 401251.4 -4977314 L 400977.8 -4977088 L 402265.5 -4976434 L 402605.9 -4975787 L 402805.1 -4975480 L 402849.2 -4975370 L 403077.7 -4975663 L 403643.8 -4976135 L 403745 -4976842 L 403970.1 -4976584 L 404971.3 -4975661 L 404859.1 -4974983 L 404909.1 -4974992 L 405650.7 -4975822 L 406413.3 -4975732 L 407040.5 -4976113 L 407182.1 -4976471 L 407258.3 -4977179 L 407712.5 -4977614 L 407911 -4976930 L 408243.9 -4976804 L 408910.4 -4977812 L 411765.4 -4978898 L 411875.6 -4979628 L 413427 -4981310 L 414955.9 -4981354 L 415684 -4980719 L 415968 -4980569 L 416042.3 -4979054 L 416418.5 -4978526 L 416796.3 -4978485 L 417246.4 -4979129 L 419451.5 -4980739 L 421340 -4980998 L 423913.8 -4981610 L 424252.4 -4981793 L 425302.5 -4980866 L 425645.2 -4980984 L 426651.4 -4978886 L 427016.8 -4978203 L 426653.7 -4976342 L 428684.8 -4974672 L 428896.3 -4973938 L 429129.4 -4973632 L 427326.8 -4972338 L 427241.9 -4971184 L 427933.1 -4969401 L 428239.1 -4969198 L 429776.4 -4966706 L 430555.4 -4966180 L 430593.7 -4965852 L 431296.7 -4964249 L 431532.8 -4963978 L 431895.6 -4963942 L 433612.6 -4962655 L 433580 -4961207 L 433815.5 -4960530 L 434011.7 -4960229 L 433867.4 -4959609 L 433755.8 -4959307 L 433442.1 -4958274 L 432696.8 -4958165 L 432357.2 -4957998 L 432212.3 -4957964 L 432189.7 -4957585 L 432537.9 -4956119 L 432474.7 -4955390 L 432077.8 -4952764 L 430891.3 -4951276 L 430625.7 -4950162 L 430845.8 -4949927 L 431270 -4949445 L 431639.6 -4949532 L 432573.2 -4950153 L 432878.2 -4949926 L 434485.7 -4947370 L 434253.2 -4947081 L 433431.2 -4945919 L 433667.3 -4945643 L 434034.7 -4945021 L 433696.7 -4944408 L 433676.9 -4943329 L 433905 -4943082 L 434239.8 -4943046 L 436466.1 -4941132 L 436670.3 -4940812 L 436801.4 -4939723 L 435880.8 -4939130 L 435923.6 -4938378 L 435519.7 -4937738 L 434926.8 -4938072 L 433658.8 -4938160 L 433638.8 -4938150 L 433406.3 -4937861 L 432269.5 -4935970 L 431913.9 -4935871 L 430822.9 -4935850 L 430246.3 -4936730 L 429394.7 -4936165 L 428419.7 -4935993 L 427972.5 -4936480 L 427739.4 -4936726 L 426516.5 -4937516 L 425289.9 -4935611 L 425023.9 -4935795 L 425277.8 -4936519 L 424919.4 -4937091 L 422978.6 -4935907 L 422440.7 -4934582 L 422374.8 -4934558 L 422027.3 -4934376 L 420483.6 -4934462 L 418886.4 -4933402 L 418506.6 -4932714 L 418045.8 -4932117 L 417876.4 -4931780 L 417790 -4931406 L 416760.4 -4930294 L 415985.4 -4930109 L 415605.8 -4930092 L 414387.7 -4928770 L 413643.5 -4928701 L 413034.3 -4928541 L 413689.8 -4926957 L 413423.4 -4926700 L 412763.7 -4926915 L 412539.9 -4928370 L 411551.2 -4928859 L 411181.7 -4928777 L 410677.4 -4926469 L 410321.7 -4926490 L 409992 -4926518 L 409065.4 -4926863 L 407337.3 -4926028 L 407297.9 -4925638 L 407800.2 -4925047 L 407930.6 -4924678 L 408259.3 -4923980 L 407968.3 -4922088 L 408145.2 -4921329 L 409897.6 -4919840 L 409907.7 -4919790 L 409709.4 -4919455 L 409959.4 -4917921 L 409516.4 -4916855 L 409947.9 -4916208 L 411285.6 -4914827 L 411664.8 -4913746 L 412601.8 -4913068 L 412741.2 -4912706 L 412797.7 -4912324 L 412399.1 -4911676 L 411263.1 -4911790 L 410699.2 -4910825 L 410486.9 -4910500 L 408422.3 -4909712 L 407902.4 -4909971 L 407708.1 -4910284 L 407344.6 -4910196 L 406626.7 -4910001 L 406033.3 -4908726 L 404978.6 -4909228 L 404517.2 -4909817 L 404420.7 -4910196 L 404088.2 -4910097 L 403442.2 -4909889 L 403234.5 -4909227 L 402616.1 -4909244 L 402965.8 -4908559 L 402509.3 -4907944 L 401781.4 -4907741 L 400702 -4908752 L 399222 -4909119 L 398586.2 -4908195 L 396440.5 -4907627 L 396129.5 -4907853 L 395821.1 -4907672 L 393968.9 -4906035 L 393615.2 -4906087 L 393545.2 -4905548 L 393488.8 -4905253 L 393146.1 -4905308 L 392664.1 -4904436 L 392381.1 -4904647 L 392015.3 -4905939 L 391665 -4905760 L 390914.5 -4905988 L 390791.5 -4905450 L 391920.9 -4904475 L 391439.3 -4903399 L 390416.1 -4903045 L 389160 -4903949 L 389318.8 -4905719 L 389275.2 -4906086 L 388905.8 -4905986 L 388146.7 -4905938 L 387692.2 -4906539 L 386961 -4906540 L 386617.7 -4906374 L 385872.3 -4906505 L 385615.1 -4906224 L 385968.2 -4904766 L 385081.4 -4904063 L 385142 -4903688 L 386038.1 -4903006 L 386348.7 -4901905 L 386741.9 -4900940 L 386455.3 -4900347 L 386171 -4900143 L 385677.2 -4899220 L 383524.7 -4898687 L 383177.4 -4898528 L 382254.3 -4899197 L 382012.1 -4899492 L 381340.9 -4901181 L 381830.6 -4902159 L 380878.8 -4903271 L 380647.5 -4903566 L 379608.2 -4903307 L 378914.7 -4903488 L 378700.7 -4904174 L 377844.6 -4904778 L 376984.5 -4903125 L 376292.9 -4902798 L 376078.2 -4901677 L 374317.8 -4900276 L 373951.4 -4900165 L 373737.5 -4900251 L 373473.2 -4900014 L 371405 -4898762 L 371013.5 -4898743 L 369494.6 -4897537 L 368398 -4895935 L 366918.8 -4898586 L 365187.9 -4899098 L 364139.7 -4898821 L 362786 -4899534 L 362417.3 -4899636 L 362598.5 -4899920 L 362700.3 -4901538 L 363047.6 -4901689 L 364204.5 -4902618 L 364211.1 -4903373 L 363552.3 -4903675 L 364355.8 -4906132 L 364037 -4906229 L 362653.6 -4905685 L 361829 -4904905 L 360695.2 -4904966 L 360458.9 -4905264 L 360282.7 -4904939 L 360035.7 -4903501 L 359525.1 -4903101 L 359407.6 -4903453 L 359076.7 -4904117 L 358070 -4904574 L 357055.8 -4903728 L 356302.3 -4904991 L 355646.2 -4904953 L 355172.7 -4905507 L 354808.1 -4905501 L 354532 -4905734 L 354273 -4906404 L 354431.5 -4908146 L 354151.2 -4907924 L 353618.7 -4907448 L 352883.3 -4908107 L 352227.6 -4907841 L 350945.1 -4908922 L 350587.5 -4908941 L 349973.5 -4908807 L 349780.2 -4909081 L 348927.8 -4909832 L 349293.7 -4911255 L 348563.9 -4912126 L 347937.8 -4912554 L 347195.6 -4912567 L 346753 -4913176 L 347127.4 -4913273 L 347805.1 -4914631 L 348555.4 -4914531 L 349989.7 -4915093 L 350751.9 -4915063 L 351036.1 -4915312 L 350975.4 -4916804 L 350928.2 -4917469 L 348872.7 -4917343 L 348525.2 -4917300 L 348176.9 -4917132 L 346959 -4916192 L 345449.3 -4915883 L 345449.6 -4915884 z "
id="path630" />
<path
d="M 345449.6 -4915884 L 345154.4 -4915648 L 345131.5 -4914530 L 344067.4 -4914145 L 342284.5 -4914660 L 342085.3 -4914354 L 340666.5 -4914570 L 340063.4 -4914965 L 338955.7 -4913921 L 336340.6 -4913988 L 335840.3 -4913407 L 335675.6 -4912322 L 335585.7 -4912323 L 335540 -4912707 L 335334.8 -4915017 L 334275 -4916085 L 333989.9 -4916804 L 333621.4 -4916777 L 333270 -4916659 L 332935.5 -4916584 L 332026.1 -4916269 L 331899.6 -4915600 L 331683.4 -4915309 L 331348 -4914671 L 331805.4 -4913709 L 331680.9 -4913028 L 331997.4 -4912612 L 331885.2 -4912287 L 330930.6 -4910656 L 330623.2 -4910548 L 330116.6 -4910142 L 330237.1 -4909822 L 329772.2 -4908560 L 330910.3 -4908359 L 331471.7 -4907352 L 331778.8 -4907118 L 333141.3 -4907553 L 333495.6 -4907687 L 333876 -4906790 L 334031.4 -4906494 L 335781.1 -4904626 L 336160.7 -4904611 L 335997.6 -4904283 L 335339.1 -4903427 L 334306.6 -4903805 L 334662.9 -4902003 L 333535.2 -4900589 L 334272.5 -4899993 L 334323.1 -4899680 L 332130.1 -4895269 L 331766.4 -4895373 L 328776.6 -4895677 L 328671.8 -4895652 L 328512.7 -4895337 L 328168.5 -4894722 L 328138.8 -4893672 L 328956.1 -4893517 L 329440.6 -4892998 L 330406.3 -4893489 L 331030.3 -4893095 L 331004.1 -4892724 L 330861 -4892389 L 330839.7 -4890723 L 331274.2 -4889761 L 331105.1 -4889442 L 330467.2 -4889764 L 330144.7 -4888842 L 329240.1 -4888287 L 328342 -4888427 L 328131.5 -4888756 L 325403.8 -4890227 L 323497.7 -4890495 L 322786.2 -4890252 L 323352.8 -4889211 L 323536.4 -4888858 L 323334.3 -4888565 L 323150.9 -4887544 L 323560.5 -4886606 L 323299.3 -4886854 L 322236.5 -4886953 L 321698.2 -4887407 L 321532.2 -4887077 L 320003.5 -4886103 L 319469.1 -4884845 L 319429.9 -4884090 L 318774.9 -4883177 L 318604.9 -4882438 L 318878.1 -4881742 L 318654.1 -4881447 L 316894.7 -4880950 L 316161.5 -4881047 L 315917.5 -4880768 L 315052.5 -4879614 L 314100.5 -4879320 L 313808.3 -4877897 L 313535.3 -4877630 L 312429.4 -4877405 L 311785 -4878340 L 311709.4 -4879451 L 310118.7 -4880248 L 310033 -4880609 L 309350.9 -4881883 L 307527.4 -4883131 L 307688.4 -4883466 L 307005 -4883619 L 306365.3 -4883420 L 305719.2 -4883020 L 304920.5 -4881687 L 304229.2 -4881367 L 303211.1 -4881174 L 302587.8 -4880828 L 302326.5 -4881086 L 301325.4 -4881309 L 300470.9 -4881976 L 299884 -4880651 L 299822.2 -4880998 L 299326.8 -4881436 L 298631 -4881331 L 298387.7 -4881586 L 298354.6 -4881227 L 296303.3 -4881279 L 296206.2 -4880972 L 295542.8 -4880306 L 295511.4 -4880081 L 295273.5 -4879782 L 294830.7 -4878369 L 294446.1 -4878426 L 292944.4 -4878350 L 292013.3 -4877719 L 291246.4 -4877713 L 290249.9 -4876531 L 289578.7 -4876194 L 289203 -4876294 L 288328.3 -4877054 L 285336.5 -4876342 L 284605.9 -4876594 L 284544.9 -4876235 L 284765.4 -4875177 L 283750.7 -4874846 L 283523.8 -4874565 L 281912 -4875351 L 281207.9 -4875379 L 281025.3 -4875714 L 280136.1 -4876261 L 279395.5 -4876126 L 278001.9 -4876740 L 278031 -4878182 L 277736.7 -4878078 L 276901.9 -4878080 L 276588.8 -4878274 L 275177.9 -4877495 L 274853.8 -4877320 L 274565.8 -4877476 L 273826.5 -4876114 L 272564.7 -4875260 L 272487.1 -4873709 L 272113.5 -4873043 L 271767.4 -4872883 L 270327.2 -4873352 L 270580.7 -4875235 L 269478.7 -4876192 L 269511.7 -4875821 L 267859 -4874411 L 266733.4 -4874488 L 265682.1 -4874078 L 265341.1 -4874248 L 264361.9 -4876285 L 264271.8 -4877794 L 264368.7 -4878161 L 264330.7 -4878545 L 264233.8 -4878920 L 265003.5 -4878993 L 265536.3 -4879525 L 266562.9 -4883182 L 267176.8 -4883647 L 267804.5 -4885296 L 267715.6 -4885674 L 269648.8 -4887635 L 270679.9 -4888202 L 270616.1 -4888550 L 270313.8 -4889185 L 270649.9 -4889731 L 270266.3 -4889775 L 262592.1 -4890724 L 262397.5 -4891049 L 259622.1 -4892964 L 259602.1 -4892968 L 255503.8 -4893212 L 255129.3 -4893227 L 254768.4 -4893362 L 252923.4 -4893881 L 251416.5 -4893820 L 250750.4 -4893453 L 249603.5 -4893605 L 249614.4 -4894003 L 249770.3 -4899175 L 248987.2 -4901847 L 249299.3 -4902045 L 250196.5 -4902688 L 250441.4 -4903376 L 250751.6 -4903160 L 251165.6 -4902579 L 251868.3 -4902349 L 253198.9 -4903033 L 254475.7 -4904422 L 254959.5 -4903879 L 255177.6 -4904145 L 256107.8 -4905959 L 256412.9 -4906184 L 257714.7 -4906818 L 257052 -4908973 L 257709.3 -4909341 L 257496.8 -4909658 L 256014 -4911885 L 254432.9 -4913449 L 254229.7 -4913643 L 253818.2 -4914023 L 254435.1 -4915787 L 255172.5 -4915699 L 256016.7 -4916427 L 257489.1 -4916391 L 257855.5 -4916458 L 258153.2 -4916445 L 258439.1 -4916364 L 259913.6 -4917534 L 260659.7 -4917549 L 261674.7 -4917079 L 262431 -4917851 L 261646.1 -4918589 L 262144.3 -4919110 L 262301.3 -4919455 L 262111.9 -4919724 L 261405.1 -4920386 L 260034.5 -4922985 L 260586.9 -4923419 L 260495.2 -4923764 L 260421.6 -4924473 L 260822.9 -4925432 L 261447.6 -4925681 L 261673.7 -4925953 L 261470.5 -4926982 L 260896.2 -4927393 L 260543.8 -4927291 L 260056.3 -4928151 L 259970.5 -4930697 L 260010.4 -4932023 L 260068.6 -4932370 L 261020.5 -4933729 L 261343 -4933821 L 261483.3 -4934090 L 261754.7 -4934227 L 262126.4 -4934209 L 262825.7 -4935075 L 261390.5 -4937169 L 261409.7 -4937542 L 262786.7 -4936469 L 263113.7 -4936336 L 263779.4 -4937095 L 264079.6 -4937309 L 264501.4 -4937685 L 266637.3 -4937200 L 266923.6 -4936955 L 267351.1 -4937910 L 268017.6 -4938750 L 268303 -4939806 L 268135.9 -4940878 L 270002 -4941393 L 270382.4 -4941486 L 270664.8 -4941659 L 270900.1 -4941893 L 270965 -4941927 L 272254.1 -4943210 L 273301.6 -4943426 L 273668.2 -4943437 L 273969.5 -4944123 L 272819.7 -4945521 L 272798 -4946843 L 273026.3 -4947089 L 273414.3 -4946414 L 274505.9 -4946083 L 274896.5 -4946087 L 275194.2 -4947551 L 275655.6 -4948154 L 275907.8 -4948438 L 276291.5 -4948907 L 276412.8 -4949184 L 276221.3 -4949526 L 275220.2 -4950021 L 274872.1 -4950260 L 274216 -4950127 L 273187.6 -4949798 L 272519.7 -4950060 L 272329.6 -4950701 L 272597.1 -4951329 L 272646.4 -4951668 L 272280.5 -4951770 L 271151.7 -4951702 L 270491.6 -4952076 L 270020.5 -4953820 L 270395 -4953900 L 270862.7 -4954865 L 271610.8 -4954993 L 272241.1 -4954567 L 272451.5 -4954248 L 272972.1 -4955227 L 273201.6 -4957437 L 273391.8 -4957763 L 274269.5 -4956991 L 274970.4 -4957263 L 275226.7 -4957500 L 275871.4 -4957358 L 276351.3 -4958243 L 276523.6 -4958547 L 276860.6 -4958928 L 277245.4 -4958886 L 277578.4 -4958186 L 278001.6 -4956304 L 278106.2 -4955931 L 279473.2 -4956352 L 278985.9 -4957805 L 279556.9 -4959639 L 280101.5 -4960155 L 280240.7 -4960497 L 280980.1 -4960477 L 281974 -4959004 L 283428.7 -4959010 L 283764.1 -4959165 L 285751.3 -4959763 L 285823.6 -4960109 L 286289.9 -4959728 L 286573.8 -4959620 L 288846.6 -4957035 L 289148.4 -4955921 L 289455.6 -4955678 L 289629.1 -4955345 L 289635.2 -4954224 L 289283.7 -4954096 L 289101.3 -4953350 L 290279 -4952401 L 290491.4 -4952078 L 289714.5 -4950287 L 289597.6 -4948722 L 289754.6 -4948137 L 290046.5 -4948055 L 290946.4 -4948718 L 291723.2 -4947888 L 292856.1 -4947919 L 294876.3 -4946822 L 295872.2 -4947408 L 297331.2 -4947735 L 297685.6 -4947892 L 298987.1 -4949099 L 299200.3 -4949401 L 300577.6 -4949063 L 301187.5 -4949367 L 302886.3 -4950241 L 303276.9 -4950281 L 303989.6 -4950055 L 304272.8 -4949810 L 304598.8 -4949117 L 305203.9 -4948734 L 306485.3 -4949492 L 306856.1 -4949393 L 307661.1 -4951765 L 308551.2 -4952365 L 308854.3 -4952161 L 310850.2 -4951716 L 311101.4 -4951472 L 311391.8 -4951670 L 311267.7 -4952362 L 311724.4 -4952890 L 311967.7 -4953144 L 313356.3 -4952616 L 313915.1 -4951248 L 314025.6 -4950916 L 314020.4 -4949898 L 315848.1 -4949673 L 316219.9 -4949583 L 316787.2 -4949687 L 317074.9 -4949722 L 319327.9 -4949666 L 319689.8 -4949540 L 321051.5 -4950143 L 322149.8 -4949953 L 322422.8 -4951014 L 323994.5 -4950330 L 324321 -4950452 L 324436.1 -4951553 L 325329.3 -4952145 L 326773.8 -4951658 L 327603.3 -4950866 L 327779.4 -4950129 L 327636 -4949850 L 327344.1 -4949332 L 328088.4 -4948704 L 329114.5 -4948652 L 329430.4 -4948512 L 329125 -4948324 L 328694.2 -4947835 L 328651.4 -4947121 L 328008.5 -4946805 L 328009.6 -4944981 L 326503.9 -4943924 L 327122.4 -4943265 L 327219.5 -4942591 L 327436.7 -4942329 L 328127.6 -4942541 L 327870.3 -4941136 L 329308.5 -4940797 L 329648.4 -4940635 L 330301.8 -4940610 L 330618.6 -4940524 L 331164.9 -4942359 L 332696.1 -4942540 L 333655.1 -4943176 L 333952.6 -4943314 L 334236 -4943481 L 335212.2 -4944598 L 336234.4 -4945108 L 336615 -4945159 L 338384.1 -4944655 L 339245.1 -4945390 L 340693.6 -4944227 L 340810.1 -4943855 L 341962.5 -4942310 L 343255.4 -4941596 L 343599.3 -4941446 L 344650.9 -4941043 L 345432.5 -4940221 L 346548.7 -4940019 L 347053.5 -4938645 L 346828.9 -4937927 L 346652.3 -4937194 L 346171.7 -4936631 L 345054.1 -4936460 L 344176.1 -4935832 L 344056.3 -4935808 L 343729.9 -4935634 L 341807.6 -4933465 L 341713.1 -4933816 L 341313.9 -4934752 L 340255.6 -4934975 L 339318.5 -4934445 L 339855.9 -4933876 L 339916.2 -4933094 L 340731.8 -4932276 L 341969.7 -4929853 L 341831.6 -4928311 L 341333 -4927249 L 341584 -4927073 L 342431.7 -4926713 L 342380.4 -4926342 L 342566.5 -4925621 L 342220.7 -4924586 L 342389.1 -4924250 L 342251.6 -4923515 L 342993.3 -4922711 L 342971.6 -4921999 L 344073.2 -4922076 L 344238.6 -4921741 L 344541.4 -4921665 L 345049.4 -4921350 L 345331.7 -4919908 L 345187.8 -4918833 L 345318.3 -4918486 L 345067 -4918245 L 344457.2 -4917433 L 345121.8 -4917266 L 345450 -4915884 L 345449.6 -4915884 z "
id="path631" />
<path
d="M 498048.2 -4943839 L 498359.8 -4945345 L 499475.6 -4947379 L 499625.6 -4948522 L 500762.8 -4951375 L 502208.8 -4951713 L 502591.6 -4951652 L 502254.8 -4952991 L 501653.9 -4953341 L 501766.6 -4953670 L 501971.2 -4955497 L 502832 -4956581 L 503305.4 -4957131 L 502972.9 -4958151 L 503401.3 -4958718 L 503440 -4959080 L 503338.1 -4960492 L 503143 -4960791 L 503274.4 -4961525 L 504545.6 -4963340 L 505230.1 -4963621 L 505567.8 -4963792 L 505186.2 -4965121 L 506542.8 -4964738 L 506898.6 -4964776 L 507318.4 -4964755 L 507199.9 -4965714 L 507396.6 -4965977 L 506973 -4967259 L 507630.2 -4968120 L 507771 -4968458 L 507790 -4970186 L 507620.9 -4970498 L 508912.9 -4971268 L 509609.9 -4972607 L 510751.5 -4972466 L 511154.7 -4971809 L 511434.7 -4971542 L 511915.9 -4970734 L 512130.9 -4970494 L 512481.3 -4969463 L 513684.3 -4968650 L 513822.4 -4968303 L 514506.2 -4968065 L 514952.4 -4969128 L 516439.6 -4969460 L 517293.8 -4970249 L 518022.1 -4970973 L 517453.8 -4971913 L 517490.2 -4973009 L 517343.1 -4973346 L 517715.9 -4973475 L 519176.1 -4974049 L 518765.4 -4975766 L 519208 -4976309 L 519065.9 -4976632 L 519361.7 -4976776 L 519676.5 -4976868 L 520428.2 -4976878 L 520182.6 -4976164 L 520545.8 -4975538 L 521987.5 -4975175 L 523203.4 -4976638 L 524264 -4976689 L 524569.6 -4977382 L 525813.8 -4978259 L 526117.6 -4978490 L 527097.3 -4978399 L 527425.2 -4978377 L 527478 -4978759 L 527953.2 -4980222 L 528554.9 -4980533 L 528846.8 -4980706 L 528768.1 -4979951 L 529257.5 -4978584 L 530294.3 -4978166 L 531262.8 -4978626 L 531867 -4977647 L 532028.1 -4977298 L 532117.2 -4974536 L 531851.4 -4974292 L 532061.4 -4974059 L 532557.6 -4973258 L 532445.8 -4972880 L 532744.2 -4971749 L 533874.6 -4970138 L 533944.7 -4969778 L 534372.7 -4967253 L 534642.7 -4966982 L 535628.9 -4965830 L 535523.5 -4964708 L 536623.6 -4963684 L 537283 -4962329 L 537974.9 -4961977 L 538291.7 -4962202 L 538454.5 -4962540 L 539574.4 -4963962 L 539955.2 -4964028 L 542236.3 -4964406 L 543363.1 -4964152 L 544417.4 -4965106 L 545505.5 -4964219 L 546077.2 -4964588 L 545846.9 -4965325 L 546691.6 -4967847 L 546454.9 -4969743 L 547110.6 -4970147 L 547497.5 -4970146 L 547972.6 -4969647 L 549202.1 -4970215 L 549415.1 -4969938 L 550054.9 -4970084 L 550343.9 -4969927 L 551600.9 -4969203 L 551946.2 -4968148 L 552491.3 -4967715 L 552683.4 -4967394 L 552387 -4965967 L 551748.3 -4965568 L 551419.5 -4965384 L 551917.6 -4964866 L 552133.7 -4964576 L 554340 -4964933 L 554924.7 -4965414 L 556326.5 -4964967 L 557622 -4965514 L 557574.9 -4965889 L 558247.9 -4965639 L 559211.5 -4963399 L 559533.5 -4963238 L 559683.6 -4962887 L 559553.9 -4962159 L 559891.1 -4961502 L 560506.9 -4961723 L 562533.2 -4959989 L 563053.8 -4958185 L 563317.9 -4957898 L 563607.9 -4957713 L 564133.6 -4958156 L 564291.4 -4958463 L 565386 -4958777 L 566070 -4958435 L 566149.1 -4958066 L 565385.8 -4956774 L 565147 -4956483 L 565908.2 -4955657 L 567405 -4955497 L 567741 -4955317 L 568904.1 -4954456 L 567866 -4952927 L 567826.5 -4951782 L 568379.6 -4951254 L 568327.9 -4950498 L 568364.1 -4950117 L 569463.9 -4950103 L 569550.1 -4949739 L 569331.3 -4949420 L 568545.1 -4948161 L 569662 -4945748 L 570416.2 -4944923 L 570433.4 -4944615 L 570504.6 -4944073 L 570400.8 -4943707 L 570411.1 -4941073 L 571410.1 -4940605 L 571527.3 -4940244 L 571325.1 -4938882 L 571425.3 -4938541 L 572378.3 -4937998 L 572256.7 -4937257 L 572645.9 -4936623 L 572804 -4936283 L 574458.5 -4936502 L 574803.5 -4936421 L 575596.2 -4934654 L 575793.3 -4934316 L 576133 -4932897 L 576196.2 -4932530 L 576356.3 -4932218 L 577275.9 -4930776 L 577028.3 -4930216 L 577387.3 -4930074 L 577923 -4928638 L 577989.8 -4925579 L 578889.5 -4923918 L 577148.2 -4922008 L 576844.2 -4920584 L 576939.4 -4920218 L 576834.5 -4920179 L 576018.6 -4918867 L 575066.3 -4918254 L 575053.8 -4917485 L 572465.5 -4917755 L 571835.9 -4917525 L 571291.7 -4916683 L 571206 -4916359 L 570760.4 -4916076 L 570271.4 -4916386 L 570049.9 -4915829 L 570315 -4915569 L 572103.5 -4913895 L 573219.5 -4911953 L 573228 -4911241 L 574248.4 -4910117 L 575313.2 -4909837 L 575328.7 -4909111 L 575157 -4908773 L 574759.6 -4908109 L 573113.3 -4906678 L 573285.6 -4906192 L 573928.7 -4905751 L 574444.3 -4904711 L 574512.6 -4904326 L 574327.9 -4904028 L 574067.5 -4903384 L 575073.8 -4902448 L 575303.5 -4902733 L 576008.1 -4902913 L 576869.3 -4902236 L 577317.6 -4901681 L 577041.5 -4900642 L 576706.7 -4900578 L 575735.1 -4900534 L 575084.1 -4899575 L 575477.1 -4896899 L 575185.3 -4896796 L 575109.6 -4896427 L 574519.3 -4894640 L 576177.1 -4894021 L 576153.7 -4893271 L 576742.6 -4891889 L 577052.4 -4891989 L 577515.4 -4891700 L 577406 -4891089 L 573624.1 -4892906 L 573666 -4890706 L 573366.3 -4890554 L 572414.7 -4890559 L 572348.7 -4889463 L 572095.1 -4889194 L 571381.4 -4889270 L 571050.7 -4889104 L 569349.4 -4887029 L 566090.2 -4887954 L 565799.5 -4887851 L 565147.3 -4887400 L 564862.5 -4887321 L 564399.1 -4886960 L 563293.8 -4886819 L 561698.3 -4888223 L 561360.3 -4888375 L 561029.4 -4888485 L 560490.4 -4888787 L 560276.9 -4889429 L 559928.1 -4889449 L 559574.2 -4889526 L 558305.4 -4890088 L 557544.1 -4890849 L 557181.2 -4890900 L 556107.8 -4890859 L 554882.8 -4891615 L 554233.3 -4892501 L 554279.9 -4892864 L 553903.1 -4892891 L 553164.4 -4893008 L 552913.2 -4892300 L 552274.9 -4891909 L 551454.7 -4892634 L 551081 -4892535 L 550505.8 -4892024 L 549922.3 -4889795 L 551293.7 -4888574 L 550394.9 -4887882 L 550170.9 -4886003 L 548042.9 -4885392 L 545513.9 -4885994 L 545143 -4886081 L 544780.1 -4886172 L 543249.2 -4885111 L 542446.9 -4885838 L 539954.9 -4886471 L 538026.4 -4886241 L 534986 -4886730 L 534631.1 -4886896 L 534354 -4887160 L 533805.5 -4888922 L 531275.6 -4890462 L 530918.1 -4891125 L 529408.9 -4891346 L 529275.8 -4892452 L 528174.9 -4893972 L 528333 -4894716 L 527948.3 -4894678 L 526068.3 -4894963 L 524971.4 -4894611 L 523587.7 -4895278 L 522835.3 -4895187 L 522540.3 -4894502 L 520661.6 -4894581 L 518977.8 -4893714 L 518661.3 -4893501 L 517968.9 -4893409 L 517627.1 -4893489 L 515811.1 -4893800 L 516487.3 -4894060 L 516782.3 -4894762 L 517053.8 -4895031 L 517402.8 -4895727 L 517445.5 -4896878 L 517947 -4897902 L 515160.8 -4899036 L 514530.3 -4899950 L 513461.5 -4899540 L 512353.2 -4899650 L 511844.4 -4902619 L 511197.5 -4902949 L 510720.9 -4901949 L 510573.4 -4901607 L 510223.8 -4901432 L 509479.5 -4901340 L 509264.3 -4901666 L 509551.6 -4903980 L 511832.1 -4906635 L 511176.7 -4907511 L 511560 -4908933 L 510224.4 -4909439 L 509719.3 -4910874 L 509861.4 -4911616 L 510040.9 -4911952 L 509372 -4912349 L 509123.5 -4913019 L 509282 -4913375 L 509350.8 -4914508 L 509058.3 -4915186 L 510434.8 -4915777 L 510445 -4917624 L 509897 -4918041 L 509606 -4918254 L 509860.2 -4918963 L 510741.9 -4919683 L 510825.8 -4920841 L 510262.7 -4921371 L 510364.3 -4921746 L 510349 -4922123 L 510291.3 -4922870 L 509445.3 -4923509 L 508842.4 -4924893 L 507741.5 -4925528 L 507428.6 -4925626 L 505382.3 -4927419 L 505075.5 -4928475 L 505565.9 -4929954 L 505458.6 -4931488 L 506132.6 -4934492 L 505778.2 -4935174 L 505586 -4935509 L 505552.7 -4935848 L 504412.8 -4936561 L 504236.7 -4936852 L 503896.4 -4937456 L 502763.4 -4938244 L 502449.5 -4938391 L 502033.5 -4938717 L 501939.4 -4938969 L 500961 -4940134 L 500554.4 -4941199 L 498534.8 -4943454 L 498346.6 -4943789 L 498047.8 -4943840 L 498048.2 -4943839 z "
id="path632" />
<path
d="M 184501.5 -5216598 L 184855.8 -5216734 L 186892.8 -5217671 L 186749.9 -5219162 L 187201.5 -5220154 L 186863.2 -5220331 L 184739.4 -5221054 L 183783.7 -5222213 L 183388.6 -5223455 L 183206.5 -5223735 L 182867.2 -5223822 L 182552 -5224030 L 178882.5 -5224724 L 177882.4 -5224199 L 177236.8 -5224573 L 177480.1 -5224873 L 178623.4 -5225864 L 179052 -5226443 L 178743 -5227877 L 178853.2 -5228241 L 178536.9 -5228391 L 178326.7 -5228671 L 179850.5 -5229640 L 180591.3 -5229626 L 182021 -5230763 L 182242.3 -5231065 L 183534.9 -5232073 L 183739.2 -5232355 L 183896.5 -5232684 L 184418.5 -5234028 L 184159.3 -5234289 L 183325.6 -5234845 L 183520 -5235483 L 183108.9 -5236502 L 183551.5 -5236948 L 183625.7 -5237254 L 183399.5 -5237466 L 182600.8 -5237933 L 182651 -5238278 L 183281.4 -5240227 L 182992.2 -5240424 L 182231.9 -5241540 L 181553.2 -5241674 L 181198.8 -5241551 L 180825.2 -5240916 L 179480.5 -5240282 L 179171.3 -5240468 L 177820.3 -5241543 L 176743.7 -5242866 L 176249.5 -5243805 L 176262.2 -5245509 L 176337.4 -5245858 L 176102.4 -5246410 L 175935.4 -5246742 L 175054.7 -5247411 L 173627.2 -5247668 L 173233.8 -5247717 L 171688 -5247553 L 170582.9 -5247968 L 171942.1 -5249378 L 173061.5 -5249697 L 174068.2 -5250889 L 174367.7 -5251143 L 175818.6 -5251742 L 176213 -5251765 L 178190.2 -5251691 L 179711.1 -5252137 L 180054.6 -5252335 L 180362.1 -5252548 L 182074.9 -5252344 L 183480.6 -5252668 L 183801 -5252836 L 184846.7 -5253946 L 186763.9 -5254218 L 189072.2 -5253990 L 189241.3 -5253858 L 189626.7 -5253832 L 190007.1 -5253898 L 191791.1 -5254269 L 192885.2 -5254145 L 194897.8 -5253428 L 195259.2 -5253444 L 196728.7 -5253449 L 198438.8 -5254133 L 199136.3 -5253902 L 199509.7 -5253901 L 200048.4 -5254239 L 200284.8 -5254456 L 200606.3 -5254671 L 200948.7 -5254852 L 201610.6 -5255288 L 201895.1 -5255565 L 202649.8 -5255612 L 203354.1 -5256533 L 203646.5 -5256788 L 203509.6 -5257148 L 202270.6 -5259068 L 201904.6 -5259546 L 201960.9 -5259934 L 201641.3 -5261016 L 201649.6 -5262958 L 200689.8 -5264660 L 201169.2 -5265876 L 201432.6 -5266091 L 201302.7 -5266383 L 201004.1 -5267291 L 200616.8 -5267366 L 197521.6 -5267253 L 196510.4 -5268447 L 195138.4 -5269117 L 194773 -5269111 L 192994.9 -5268779 L 192675.7 -5268997 L 190365.1 -5268857 L 187733.6 -5269454 L 187431.4 -5269696 L 186755.9 -5270073 L 185981.6 -5272228 L 187058.6 -5273258 L 187083.9 -5273644 L 185316.4 -5274373 L 185871.2 -5277108 L 189565.9 -5276545 L 190943 -5275998 L 191318.5 -5276031 L 194280.6 -5275905 L 194642.9 -5275808 L 195641.7 -5275529 L 196067.8 -5276317 L 196384.3 -5276465 L 197376.8 -5276991 L 198340.8 -5278125 L 198280.1 -5278497 L 197384.7 -5279175 L 197121.7 -5279443 L 196733.3 -5279504 L 193423.5 -5280428 L 191394.7 -5282146 L 189847.9 -5282074 L 188777.7 -5282098 L 188813 -5282456 L 187643.8 -5283796 L 187414.8 -5284074 L 187395.1 -5284429 L 187540.9 -5285125 L 187144 -5286821 L 186390.1 -5286847 L 185810.3 -5287798 L 186328.2 -5289191 L 186184.8 -5289942 L 186448.8 -5290659 L 186066.6 -5290928 L 185015 -5292683 L 185057.1 -5293762 L 183559.1 -5293520 L 182185 -5294101 L 180721.3 -5295220 L 180693 -5295950 L 180683.4 -5296325 L 181733.7 -5296301 L 182201.7 -5297717 L 181437.6 -5298567 L 181628.4 -5300085 L 182428.1 -5302594 L 182210.2 -5302905 L 182106.8 -5303565 L 182402.4 -5303756 L 184093.5 -5302830 L 184488.3 -5302168 L 185224 -5301958 L 185643.4 -5300927 L 186771.5 -5300691 L 187695.9 -5299999 L 189506.4 -5299436 L 189747.9 -5299640 L 189645.4 -5300266 L 189626.7 -5300582 L 193113.1 -5299973 L 193974.3 -5299202 L 194365.7 -5299153 L 194405.7 -5299123 L 196448.8 -5298956 L 196759 -5298802 L 197477.6 -5298628 L 198457 -5298969 L 198842.8 -5298345 L 199514.4 -5298178 L 199980.4 -5297738 L 200649.1 -5297664 L 200959.3 -5297529 L 201250.5 -5297401 L 201567.9 -5297393 L 203573.9 -5298184 L 203156.6 -5299222 L 202165.1 -5299723 L 202981.2 -5300837 L 203163.7 -5301142 L 203848.3 -5301019 L 204562.2 -5300214 L 205209.7 -5300011 L 205230.5 -5300723 L 207915.5 -5298106 L 207998.2 -5297724 L 207969.8 -5297351 L 210079.2 -5296649 L 210428.4 -5296517 L 211646 -5295959 L 211937.1 -5295792 L 211992.1 -5297575 L 212324.6 -5297708 L 213417.7 -5297742 L 213781.2 -5297816 L 214072.8 -5297146 L 215460.7 -5296650 L 215910.1 -5295671 L 216114 -5295357 L 217550.8 -5295726 L 218130.9 -5295287 L 218577.3 -5294291 L 219657 -5294010 L 219949.5 -5294249 L 220928.3 -5294090 L 221633.3 -5294379 L 223063.1 -5293856 L 224571.6 -5293904 L 225734.7 -5293028 L 226069.1 -5293143 L 226318.6 -5293394 L 228575.4 -5293185 L 228966.7 -5293136 L 230799.7 -5295308 L 231045.2 -5295572 L 231885.3 -5295011 L 232510.2 -5295332 L 232858.6 -5295383 L 234522.2 -5294645 L 234880.4 -5294540 L 236058.5 -5296383 L 235873 -5297838 L 235860.4 -5298206 L 236038.9 -5298482 L 236665.3 -5298342 L 236986.5 -5298277 L 238959 -5297290 L 240629.2 -5295326 L 240831 -5295006 L 242734.7 -5296035 L 243790.3 -5295766 L 244158.6 -5295749 L 243893.7 -5296860 L 244252.4 -5297174 L 246120.4 -5295882 L 246257.7 -5295141 L 246608.9 -5295087 L 246361.6 -5294094 L 246652.1 -5293463 L 246859.9 -5293174 L 246750.4 -5292813 L 247672.4 -5292203 L 247817.8 -5291513 L 247366.3 -5290499 L 247230.8 -5290147 L 248324.4 -5289914 L 249665.2 -5290581 L 251118.9 -5290182 L 251491.1 -5290103 L 252807.1 -5290089 L 253107.5 -5290234 L 255376.7 -5288912 L 256852.3 -5288465 L 259262.1 -5290369 L 259526.6 -5290653 L 260177.8 -5290414 L 260820.3 -5289578 L 261514.8 -5289577 L 261643.5 -5289250 L 260883.8 -5289137 L 260785.9 -5288391 L 259301.5 -5287167 L 258227.6 -5287091 L 258320.5 -5285987 L 259468.2 -5284014 L 259666 -5283684 L 259604.5 -5282271 L 259860.4 -5282025 L 261311 -5281641 L 262424 -5281825 L 263232.3 -5280578 L 263878.5 -5280334 L 264193.5 -5280134 L 264711.3 -5280584 L 265738.8 -5280406 L 265803 -5281500 L 266482.8 -5282783 L 266986.7 -5283287 L 267318.8 -5283143 L 267446.1 -5282432 L 267435.7 -5282070 L 268809.3 -5282738 L 270431.2 -5281694 L 272344.1 -5281362 L 272789.3 -5280306 L 273036.7 -5280533 L 274020.3 -5281447 L 274269.1 -5281165 L 275249.7 -5279285 L 275000 -5278747 L 276800.4 -5278084 L 278104.7 -5276677 L 278846.9 -5276455 L 279521.7 -5276835 L 281360.2 -5276235 L 282102.8 -5276430 L 282488.1 -5276481 L 282864.3 -5276437 L 283178.4 -5275353 L 284214.8 -5275140 L 284913.9 -5273849 L 285230.9 -5273642 L 286226.7 -5274845 L 287369.5 -5275027 L 287970.3 -5275518 L 288181.4 -5277462 L 289384.9 -5277313 L 289651 -5276274 L 290502.1 -5276933 L 291195.2 -5276699 L 291466.1 -5276441 L 291632.8 -5276092 L 291415.4 -5273838 L 291689.8 -5273116 L 291384.5 -5272983 L 290494.6 -5272600 L 290110.9 -5272078 L 288954.5 -5269265 L 288409.7 -5268714 L 289330.6 -5268114 L 289421 -5267412 L 290752.7 -5267434 L 290278.1 -5264992 L 290294.8 -5264631 L 289031.6 -5262967 L 288760.3 -5262742 L 288591.4 -5261847 L 287407.7 -5259588 L 287143.3 -5259317 L 287320.1 -5256679 L 287355.8 -5256303 L 286999.7 -5255244 L 285115.4 -5253623 L 284885 -5253330 L 285959.3 -5253005 L 285954.4 -5251875 L 286949.5 -5251388 L 285035.1 -5249604 L 284738.8 -5249368 L 283718.2 -5249260 L 283890 -5248911 L 284171 -5247415 L 283944.7 -5247139 L 283238.7 -5246333 L 281864.8 -5246047 L 281882.5 -5245656 L 281316.1 -5244217 L 280469.1 -5243409 L 279025.7 -5241087 L 279473.6 -5240570 L 279364 -5239811 L 279032.7 -5239670 L 278790.4 -5239405 L 278424.7 -5237218 L 277838.8 -5236283 L 278156.2 -5235178 L 277994.2 -5233667 L 278278.1 -5233264 L 278003.8 -5233066 L 277655.6 -5233047 L 276494 -5231381 L 277073.7 -5230481 L 277424.8 -5230339 L 277135.8 -5228857 L 276576.9 -5227873 L 276345.6 -5227575 L 276152.7 -5227862 L 275032.7 -5227149 L 274814.8 -5227438 L 273763.1 -5228911 L 273488.8 -5228647 L 271437.8 -5226961 L 269538.1 -5223666 L 269476.7 -5222932 L 269067.2 -5222295 L 269190.9 -5221553 L 269898.1 -5221292 L 269958 -5220916 L 269263.8 -5219167 L 268917.7 -5219279 L 268614.9 -5219907 L 266832.1 -5219999 L 266772.2 -5220353 L 265514.8 -5220835 L 265251.6 -5220605 L 264525.9 -5219862 L 264365.7 -5219505 L 264299.5 -5219118 L 263980.7 -5217663 L 264100.4 -5216922 L 263726.2 -5216797 L 262021.9 -5215827 L 261694.8 -5215986 L 261376 -5216977 L 260503.8 -5217601 L 259817.4 -5217543 L 259253.9 -5217089 L 258927.8 -5217264 L 258601.7 -5217439 L 258323.7 -5217703 L 259270.7 -5218913 L 261301.5 -5220590 L 261304.9 -5221357 L 260924.7 -5221265 L 260166.2 -5221170 L 257991.4 -5222017 L 257819 -5221323 L 256327.8 -5220388 L 256123.8 -5220698 L 253792 -5221813 L 252424 -5221335 L 252092.1 -5221926 L 251843.8 -5221655 L 249822.5 -5221476 L 248256.2 -5220588 L 247904 -5220514 L 246147.8 -5220143 L 246015.9 -5220479 L 245082.6 -5221009 L 244739.3 -5220899 L 244387.1 -5220801 L 242984.1 -5220418 L 242614 -5220861 L 242249.8 -5220819 L 241469.4 -5218502 L 240852.8 -5218052 L 239526.2 -5218748 L 238065.1 -5218302 L 236921.4 -5218425 L 235345.8 -5216855 L 235146.2 -5218302 L 236666.5 -5219305 L 236776.8 -5219938 L 236450.7 -5220123 L 234625.5 -5220141 L 232830.2 -5219672 L 232489.9 -5219476 L 229366.3 -5218017 L 229626.4 -5217732 L 229561.9 -5216217 L 230466.1 -5215006 L 230164.7 -5214311 L 229065 -5214444 L 228619.4 -5213385 L 227582.6 -5212883 L 226995 -5211933 L 226322.4 -5211351 L 226327.3 -5211046 L 225932 -5211023 L 224428.9 -5210625 L 224053.7 -5210640 L 223479.4 -5211065 L 222400.6 -5210816 L 220437.5 -5211754 L 219855.9 -5210820 L 219840.8 -5210199 L 219493.6 -5210253 L 219141.5 -5210794 L 218488.1 -5211030 L 218193.8 -5210777 L 217229 -5210133 L 215817.3 -5211435 L 214462.2 -5210962 L 213699.7 -5211084 L 212886.3 -5212271 L 211830.6 -5212516 L 211580.4 -5212233 L 210122.1 -5211125 L 210366.2 -5210841 L 210005.9 -5210719 L 209502.6 -5211283 L 209122.3 -5211279 L 208131.4 -5210731 L 207104.6 -5210629 L 206494 -5209743 L 206529.9 -5209034 L 206168.6 -5208926 L 204440.4 -5209660 L 203686.8 -5209643 L 203553.7 -5209999 L 203063.5 -5211415 L 202051.8 -5211910 L 200601.9 -5213332 L 200104.4 -5212745 L 198707.2 -5212375 L 197375.4 -5214284 L 196775.9 -5214102 L 195562 -5215113 L 195334.8 -5214812 L 194410.8 -5213204 L 191380.2 -5213678 L 190775.7 -5214163 L 190035 -5214091 L 189359.4 -5214467 L 189037.1 -5214536 L 188822.9 -5214788 L 188446.6 -5214748 L 186054.6 -5215615 L 185722.3 -5215802 L 184502.3 -5216598 L 184501.5 -5216598 z "
id="path633" />
<path
d="M 540741.9 -5385624 L 539644.2 -5386672 L 538184.3 -5387050 L 538291.3 -5387650 L 539067 -5388481 L 538686.7 -5388395 L 537548.9 -5388188 L 536048.9 -5388540 L 534896.7 -5387502 L 533018.4 -5387121 L 533579.7 -5388972 L 532376.7 -5390418 L 532642.3 -5390702 L 532382.2 -5391324 L 533404.5 -5392481 L 534457.7 -5392972 L 534569.6 -5394101 L 534942.9 -5394209 L 533980.2 -5395196 L 534207.6 -5396575 L 534161.2 -5396928 L 534127.3 -5397587 L 534148.9 -5397956 L 534171.2 -5398682 L 532357.4 -5398578 L 531919.3 -5399176 L 531952.6 -5399916 L 531899.2 -5400285 L 531626.6 -5400547 L 529896.5 -5400229 L 529194.8 -5400506 L 529930.5 -5403667 L 530297.6 -5403670 L 531295.4 -5403353 L 532297.5 -5403805 L 532326.1 -5404172 L 532197.6 -5405658 L 530743.3 -5405757 L 529734.8 -5406247 L 530404.1 -5407460 L 530715.9 -5407261 L 531728.4 -5406823 L 532823.8 -5406836 L 534339.9 -5407802 L 534679.8 -5407658 L 534907.9 -5407081 L 535130.6 -5406862 L 535340 -5407059 L 535590.3 -5407199 L 535441.2 -5408344 L 535879.2 -5409418 L 535544.7 -5410912 L 535424.3 -5411278 L 535458.8 -5411583 L 535539.3 -5411879 L 535370.8 -5412203 L 535132.9 -5412894 L 535743.4 -5413045 L 536066.7 -5413193 L 536721.4 -5413464 L 537143.3 -5415647 L 538017.4 -5417261 L 538575.8 -5417993 L 539955.8 -5418324 L 541369 -5418165 L 541787.1 -5418737 L 541931.4 -5420622 L 541922.1 -5421005 L 542938.3 -5421536 L 543305.6 -5421641 L 543881.2 -5421873 L 543350.1 -5423083 L 543156.5 -5423373 L 543991.8 -5423959 L 544999.1 -5423935 L 545330.4 -5424035 L 545546.6 -5425864 L 546524.5 -5427913 L 546667.2 -5428265 L 548173.7 -5428312 L 548520.1 -5428463 L 548787.6 -5428726 L 549428.4 -5429625 L 548378.2 -5431982 L 548001.2 -5432028 L 547382.7 -5432430 L 544885 -5431853 L 544807.4 -5431533 L 542757.2 -5431770 L 542647.8 -5432106 L 542803.2 -5434003 L 542817.9 -5434384 L 543039.1 -5434471 L 543756.8 -5434748 L 544003.2 -5435481 L 544248.8 -5435785 L 546055.4 -5435861 L 546523.6 -5436470 L 546556.3 -5436854 L 546055.1 -5437380 L 545334.5 -5439419 L 545152 -5439734 L 544659.5 -5440683 L 543791.6 -5440868 L 543677.2 -5441207 L 544434.7 -5441971 L 544545.6 -5443027 L 545106.6 -5443480 L 545105.9 -5444202 L 545198.4 -5444451 L 545441.8 -5444629 L 547655.9 -5444363 L 549439.2 -5444847 L 549772.6 -5445015 L 550634.2 -5444651 L 550810.8 -5444382 L 551201.8 -5443774 L 551848.6 -5444112 L 552199.9 -5444210 L 553493.9 -5445121 L 553837.3 -5445320 L 554192.4 -5445333 L 554500.8 -5445508 L 554511.4 -5445871 L 554664.5 -5447641 L 553896.5 -5447738 L 552819.5 -5447325 L 551405.2 -5447899 L 550743.3 -5449183 L 551205.5 -5449783 L 551255.2 -5450159 L 550957.3 -5450245 L 550727.3 -5450818 L 549600.4 -5449932 L 549210 -5450874 L 548178.1 -5451056 L 547612.8 -5451489 L 547610 -5452190 L 547363.4 -5452447 L 548421 -5452628 L 549213 -5454188 L 549066.6 -5454521 L 548717.6 -5454589 L 547608.8 -5457037 L 547983 -5457654 L 548322.3 -5457775 L 547991.5 -5457924 L 547336.9 -5458788 L 547863.7 -5459698 L 547638.5 -5460175 L 546500.8 -5460985 L 546350.4 -5461305 L 546654.8 -5461517 L 546820.8 -5462615 L 547013.4 -5462933 L 548381.8 -5463586 L 548575.4 -5463925 L 549894.1 -5464167 L 550310.6 -5464369 L 551323.8 -5464904 L 551709 -5464988 L 553094.5 -5465098 L 553441.7 -5465170 L 553862.5 -5465551 L 553801.6 -5466190 L 553787.2 -5466511 L 554178.4 -5466578 L 555003.5 -5466525 L 556140.1 -5467267 L 556429.5 -5467451 L 556596.9 -5467124 L 557290.4 -5467337 L 557566.9 -5467582 L 558284.4 -5467805 L 559406.3 -5467615 L 559788.4 -5467616 L 560129.5 -5467054 L 560450.3 -5466876 L 561802.6 -5466301 L 562199.8 -5466913 L 562136 -5467618 L 561607.8 -5468126 L 561504.4 -5468480 L 561945.9 -5468687 L 562124.3 -5468905 L 562366.4 -5469495 L 562186.5 -5470116 L 562385 -5470372 L 563451.7 -5470658 L 564641.5 -5471512 L 564981.8 -5471653 L 566038.6 -5471941 L 566825.8 -5473072 L 567077.3 -5473337 L 567691.2 -5472612 L 567806.7 -5472312 L 569515.6 -5470287 L 569762.1 -5469996 L 571227.9 -5470225 L 571600.9 -5470194 L 573182.1 -5468936 L 573456 -5468278 L 573521.4 -5467928 L 574153 -5468146 L 575174.3 -5468128 L 575307.3 -5470439 L 575260 -5470821 L 575469.6 -5472276 L 576022.4 -5473222 L 577937.5 -5472997 L 578274.3 -5472802 L 578739.5 -5472803 L 580262 -5472869 L 580580.1 -5472874 L 580897.2 -5472879 L 582609 -5473047 L 582937.3 -5473160 L 584334.3 -5472888 L 584696.5 -5472930 L 586446.9 -5472864 L 586273.4 -5472600 L 587008.5 -5471287 L 587190 -5470958 L 587781.8 -5471275 L 588082.1 -5471426 L 589713.6 -5470760 L 590061.9 -5470858 L 590219.6 -5470627 L 590567.9 -5470716 L 591359.3 -5468943 L 592476.9 -5467843 L 593979.1 -5467610 L 593774.7 -5467396 L 593716.9 -5466968 L 594839.2 -5465052 L 595022.8 -5464729 L 595057.8 -5464734 L 596897.6 -5464747 L 598006.4 -5463719 L 598378.5 -5463675 L 598783.2 -5464026 L 599018.5 -5464156 L 599645.1 -5464391 L 599959.4 -5464509 L 600050.2 -5463770 L 601109.4 -5461752 L 601552.6 -5461133 L 602281.6 -5460939 L 602412.1 -5460582 L 602429.9 -5460455 L 605059.3 -5459294 L 605230.8 -5458948 L 605513.3 -5459145 L 605789.7 -5459308 L 607564.3 -5459758 L 607913.7 -5459878 L 608236.9 -5459887 L 608560.1 -5459896 L 610242.1 -5459982 L 611752.5 -5460368 L 612891.7 -5461417 L 613267.1 -5461533 L 614732.1 -5461648 L 616347.8 -5460905 L 615842.7 -5460349 L 615943 -5459256 L 616892.7 -5458716 L 617262.3 -5457680 L 617283.7 -5457293 L 617816.4 -5456262 L 617841.2 -5455488 L 619165.9 -5454761 L 621589.9 -5455768 L 622616.1 -5457446 L 622981.5 -5457603 L 623994.7 -5457304 L 623959.2 -5456941 L 624683.5 -5456863 L 625045.8 -5456921 L 625590.5 -5457181 L 625837.4 -5457008 L 626902.9 -5456237 L 626961.4 -5455914 L 628412.9 -5456285 L 630253.7 -5456017 L 631517.7 -5456811 L 631888.1 -5456908 L 632497.3 -5456112 L 633195.9 -5456237 L 633028 -5455681 L 633016.5 -5455370 L 635903.2 -5454469 L 635958.8 -5454839 L 635536.9 -5455824 L 636977.1 -5457949 L 636520.6 -5458534 L 637518.6 -5458068 L 638885.4 -5458635 L 639226.9 -5458789 L 640042 -5458450 L 640719.5 -5458486 L 640027.2 -5457240 L 641996.1 -5456141 L 642038.6 -5455766 L 643487.5 -5455656 L 643866.8 -5454248 L 644021.4 -5453916 L 644867.1 -5453241 L 645085.9 -5452953 L 644998.3 -5452570 L 644141.5 -5451774 L 642367 -5451021 L 641540.2 -5450188 L 641496.7 -5449858 L 642351.3 -5448462 L 642464.9 -5448140 L 643247.4 -5446636 L 643306.9 -5446280 L 644050.6 -5444261 L 644187.4 -5444019 L 644330.2 -5443780 L 644490 -5443566 L 644798.6 -5443131 L 645044.3 -5442819 L 645688.8 -5441377 L 645831.6 -5439800 L 645758 -5439425 L 646347.8 -5436859 L 646501 -5436218 L 646132.2 -5435171 L 643851 -5432194 L 643653.4 -5431874 L 643748.4 -5431828 L 646880.4 -5433429 L 648580.5 -5432481 L 648761.2 -5432132 L 648793.9 -5431913 L 648548.6 -5429762 L 648494.6 -5429063 L 646937.9 -5428815 L 645951.3 -5427604 L 646316.8 -5427717 L 648490 -5427245 L 649074.8 -5426759 L 648629.2 -5424548 L 648398.7 -5424305 L 647420.7 -5423545 L 647484.3 -5423205 L 647350.2 -5422561 L 646184.2 -5422563 L 644473.3 -5421611 L 643298.1 -5421487 L 643057.3 -5421801 L 642728.9 -5421725 L 641769.7 -5420794 L 641496.9 -5419736 L 640412.4 -5418656 L 640329.8 -5418280 L 640173.3 -5418035 L 640658.2 -5417712 L 640915 -5417421 L 640658.6 -5415893 L 640200.3 -5415264 L 640146.7 -5414899 L 640969.4 -5414191 L 641391.9 -5412883 L 642046 -5412575 L 641926.7 -5411727 L 641597.2 -5411597 L 639566.5 -5410251 L 639375.8 -5409903 L 638552.8 -5409055 L 638679.4 -5408713 L 639131 -5408161 L 638688.2 -5407186 L 638908 -5406895 L 638941.9 -5406815 L 639287.1 -5406732 L 640948.8 -5406201 L 641264.3 -5406365 L 641605.4 -5406221 L 641972.7 -5406184 L 642133.3 -5405852 L 643117.5 -5403985 L 643460.4 -5403733 L 645351.6 -5401950 L 645483.2 -5401597 L 645544.8 -5401282 L 646158.8 -5400898 L 647606.1 -5400864 L 647434.8 -5398643 L 648190.7 -5397338 L 647954.1 -5397070 L 646956.6 -5397402 L 647511.3 -5396135 L 647290.7 -5395832 L 646374.9 -5395203 L 646226.7 -5394498 L 645892.7 -5394677 L 643676.6 -5394733 L 642918.9 -5394000 L 642586.6 -5393333 L 642370.8 -5393636 L 640511.8 -5394844 L 640272.1 -5394558 L 639491.2 -5393760 L 637822.6 -5392961 L 637381.3 -5392360 L 637068.1 -5392447 L 636435.3 -5392308 L 636145.1 -5392371 L 635815.6 -5392863 L 635484.5 -5392991 L 634089.4 -5393047 L 633828.1 -5393685 L 633498.8 -5393642 L 632239.3 -5393380 L 632141.7 -5393033 L 631747.6 -5392495 L 631029.1 -5392540 L 630380.3 -5390999 L 630365.9 -5390744 L 630350.5 -5390489 L 630405.5 -5390484 L 630757 -5390613 L 633340.6 -5390870 L 635481.7 -5390314 L 635317 -5389935 L 636101.9 -5389404 L 636237.6 -5389109 L 636183 -5387340 L 636401.2 -5386637 L 636764.4 -5386572 L 636527.8 -5386286 L 634705.1 -5386216 L 633066.5 -5384751 L 632720 -5384595 L 630210.9 -5383993 L 630419.4 -5382108 L 630847.2 -5381070 L 632163.4 -5381109 L 631530.8 -5379738 L 632418 -5377276 L 632652.8 -5376979 L 632294.4 -5376929 L 631679.1 -5377108 L 627132.6 -5378142 L 626745.3 -5378134 L 624183.1 -5377404 L 623455.8 -5377639 L 623117.6 -5376994 L 621688.2 -5377531 L 621607.6 -5377844 L 620491.4 -5378334 L 620569.3 -5378917 L 620939.3 -5379390 L 620570 -5379361 L 617371.1 -5379141 L 616868 -5378665 L 616498.8 -5378704 L 616118.6 -5378766 L 614814.4 -5377987 L 613799.2 -5376367 L 613420.8 -5376289 L 612678.6 -5376496 L 612056.6 -5378209 L 611766.3 -5378150 L 611329.5 -5378515 L 611080.9 -5378217 L 610183.1 -5377481 L 609849.1 -5377633 L 607811.8 -5378415 L 607421.6 -5378439 L 605177.8 -5378988 L 604838.7 -5379090 L 604474.7 -5379230 L 602535.3 -5380523 L 599324.2 -5383853 L 598958.1 -5383895 L 597928.9 -5384260 L 596981.2 -5385530 L 596730.5 -5385838 L 597890.5 -5387344 L 597740.5 -5388068 L 597538.8 -5388357 L 597382.2 -5388675 L 597295.5 -5388926 L 597019.8 -5389894 L 597620.8 -5390283 L 597497.2 -5390618 L 597327.5 -5390933 L 597980.9 -5392242 L 597233.2 -5393390 L 597485.6 -5394813 L 597374.1 -5395180 L 596339.2 -5396312 L 595281 -5396582 L 592709.3 -5395872 L 591672.4 -5396346 L 591276 -5396905 L 590557.1 -5395298 L 586447.6 -5395890 L 585334.6 -5395641 L 585012.1 -5395435 L 584710.6 -5395245 L 583073.8 -5393384 L 582730.9 -5393560 L 579892.3 -5394750 L 579585.3 -5394874 L 579275.3 -5394990 L 578277.3 -5393430 L 578409.7 -5392393 L 578067.5 -5391720 L 576713.9 -5390491 L 576359.8 -5390567 L 575676 -5390332 L 573571.6 -5390773 L 573349 -5390467 L 572297.8 -5389430 L 571809 -5387218 L 572053.7 -5386930 L 571912.2 -5386629 L 571027.3 -5386965 L 570841.7 -5386654 L 569776 -5384007 L 567544.3 -5384261 L 566987.3 -5383796 L 566767.2 -5383783 L 565999.2 -5380883 L 564988 -5381095 L 564937.9 -5381071 L 564611 -5381231 L 562867.2 -5381238 L 562866.1 -5380519 L 563503.9 -5380175 L 563156.5 -5378748 L 563256.2 -5377273 L 563486.3 -5377281 L 563716.4 -5377279 L 563571.1 -5376506 L 562719.6 -5375187 L 561399.7 -5374376 L 561047.4 -5374314 L 560765.9 -5374093 L 560449.1 -5374297 L 558573.1 -5375505 L 557825.8 -5375567 L 557539.4 -5375421 L 556953.5 -5375676 L 556369.8 -5375408 L 555827.3 -5375894 L 553791.3 -5376504 L 553406 -5376459 L 551913.8 -5376155 L 551543.6 -5376119 L 550573 -5376627 L 548802.6 -5376231 L 548590.4 -5376133 L 548382.5 -5376239 L 547284.1 -5376299 L 546464.4 -5377320 L 546355 -5380213 L 546177.4 -5380500 L 545792.1 -5381045 L 545158.7 -5380973 L 544903.2 -5380705 L 544603.7 -5380488 L 544350.3 -5380295 L 544232.8 -5380651 L 543472.5 -5381903 L 542743.9 -5381727 L 542689.5 -5382086 L 542532.4 -5383880 L 542174.2 -5383832 L 541458.7 -5383722 L 541287.3 -5384746 L 540742.5 -5385624 L 540741.9 -5385624 z "
id="path634" />
<path
d="M 715233.4 -5312441 L 715597.1 -5311009 L 715725.8 -5310649 L 715640.3 -5310380 L 715457.3 -5309847 L 715219.5 -5309574 L 712816.2 -5310111 L 712589.5 -5309828 L 712382.2 -5309116 L 711939.7 -5308531 L 711911.8 -5307824 L 710868 -5306299 L 710999.4 -5304877 L 711214 -5304359 L 711315.8 -5304059 L 710943.2 -5304085 L 709619.2 -5303483 L 709281.6 -5303432 L 708935.4 -5303737 L 709082.5 -5304395 L 708349.2 -5304312 L 706247.4 -5304696 L 705693.4 -5303822 L 705014.9 -5303487 L 705406.7 -5301381 L 705247.5 -5300689 L 705053.8 -5300409 L 704173.9 -5299988 L 703914.6 -5300070 L 703208.9 -5300337 L 702827.4 -5300377 L 702438.8 -5300408 L 701331 -5300344 L 700769.8 -5299329 L 700309.6 -5295945 L 700206.9 -5295573 L 700474.1 -5295424 L 700643 -5295169 L 700492 -5294561 L 702246.7 -5294578 L 702681.7 -5294049 L 702610.1 -5293696 L 702632.1 -5292919 L 702538.4 -5292538 L 702675.2 -5292204 L 702791.9 -5291862 L 701542.7 -5290927 L 701348.9 -5290583 L 701584.4 -5289923 L 701849.4 -5289632 L 701599.8 -5289493 L 701055.8 -5289328 L 701201.7 -5289058 L 701019.2 -5288169 L 701725.1 -5287268 L 701896.8 -5286128 L 701820.2 -5285746 L 701698.5 -5285402 L 700467.9 -5284848 L 699873.4 -5285151 L 699579.9 -5285078 L 699281.4 -5285026 L 699262.9 -5284693 L 698822.6 -5284190 L 698497.9 -5284000 L 697043.8 -5284081 L 695991.7 -5283667 L 695286.9 -5283852 L 695005.4 -5283826 L 694602.3 -5283432 L 693669.6 -5285503 L 693511.8 -5286643 L 692861.4 -5287051 L 692543.3 -5287268 L 692268.9 -5287296 L 692134.2 -5286934 L 689620.1 -5283528 L 688094.9 -5283502 L 687810.8 -5283762 L 687483.4 -5283834 L 685992.3 -5284589 L 685716.6 -5284321 L 685016.5 -5283469 L 683157.3 -5282970 L 682390.3 -5282987 L 681400.6 -5283530 L 680299.7 -5283183 L 679995.7 -5281231 L 679802 -5280885 L 680020.6 -5280377 L 680317 -5280352 L 680145.3 -5280008 L 679017.5 -5278986 L 678096.1 -5277307 L 678086.7 -5275438 L 677468.6 -5275225 L 676963.7 -5274262 L 676747 -5273969 L 675723.3 -5274493 L 675809.4 -5275257 L 675345.6 -5275852 L 675000.4 -5276019 L 674244.6 -5276148 L 673712.2 -5275600 L 672985.2 -5275585 L 670921.8 -5273409 L 670924.8 -5272644 L 670578.2 -5272544 L 669309 -5272061 L 668149.1 -5274011 L 668127 -5274731 L 669163 -5276797 L 669348.7 -5277135 L 668432.2 -5276878 L 668178.6 -5276655 L 667988.2 -5276490 L 667736.9 -5276484 L 667761.4 -5276876 L 665739.9 -5279190 L 663989.9 -5280022 L 663070 -5280193 L 662853 -5280426 L 662925.6 -5280806 L 663143.3 -5283480 L 662775.8 -5283455 L 661789.2 -5283131 L 661477.4 -5282037 L 660064.3 -5280171 L 659396 -5279764 L 658656.4 -5279977 L 658608.6 -5280137 L 657899.6 -5280040 L 657506 -5280697 L 656377.7 -5280751 L 654830.2 -5281737 L 654446.7 -5281706 L 653729.3 -5281983 L 653280.6 -5282607 L 653937.1 -5284763 L 652060.9 -5284637 L 652164.9 -5286148 L 651861.9 -5286385 L 650372.9 -5285350 L 650000.4 -5285275 L 649874.2 -5284512 L 649272.9 -5284024 L 647374.5 -5283757 L 647577.1 -5284085 L 646451.2 -5285111 L 646212.9 -5285836 L 646442.6 -5286146 L 646978.8 -5286645 L 646973.1 -5287687 L 647435.3 -5288257 L 647481.8 -5288620 L 646939.8 -5289022 L 646648.2 -5288791 L 646967.9 -5289844 L 646460.2 -5292014 L 646117.9 -5292099 L 645501.7 -5292443 L 644969.5 -5291994 L 643898.1 -5291810 L 643633.6 -5292386 L 643284.4 -5292482 L 643582.9 -5292603 L 643644.2 -5293504 L 643345 -5293625 L 644915.7 -5294421 L 645206.3 -5294630 L 645515.8 -5294773 L 646115.9 -5295098 L 648486.7 -5296813 L 648940.4 -5298509 L 648644.3 -5298653 L 648236.5 -5299103 L 648190.3 -5299029 L 648207.7 -5299357 L 647347.3 -5299739 L 646444.7 -5300778 L 646454.7 -5302278 L 645819.9 -5303651 L 645106 -5303590 L 643814.4 -5304130 L 643825.7 -5305844 L 643456.1 -5306437 L 643164.1 -5306643 L 642902.2 -5306932 L 642092.2 -5309077 L 641908.5 -5309415 L 641232.2 -5309736 L 639739.2 -5309356 L 638467.3 -5306672 L 638182.3 -5306877 L 636738.2 -5307868 L 636384.7 -5308469 L 636412.2 -5308838 L 637582.5 -5309679 L 638983.8 -5311787 L 638823.1 -5312117 L 638275.8 -5313071 L 637430 -5313844 L 635532.4 -5314025 L 634886.3 -5313719 L 634184 -5313999 L 633816.6 -5313995 L 633142.3 -5314277 L 632973.1 -5314963 L 633657.6 -5316310 L 634567.3 -5316932 L 633700.4 -5317639 L 633163.7 -5319012 L 632807.2 -5318876 L 630195.3 -5318547 L 627976.8 -5319005 L 627761 -5319274 L 626779.4 -5320237 L 627130 -5320408 L 627039.5 -5321545 L 628036.1 -5322726 L 628132.7 -5323104 L 627147.6 -5323677 L 625688.4 -5325958 L 623799.3 -5326445 L 623410 -5326485 L 623167.1 -5326711 L 623818.2 -5327102 L 625301.8 -5327311 L 625636.4 -5327511 L 626770.3 -5328179 L 626811.8 -5328541 L 626593 -5328846 L 628277.5 -5330229 L 628614.3 -5331300 L 629294.4 -5330895 L 630869.9 -5330871 L 632372.7 -5330427 L 632734.9 -5330266 L 634841.1 -5329683 L 635918.4 -5329847 L 636282.8 -5329895 L 636278.2 -5330930 L 636175.6 -5331264 L 635972.8 -5332251 L 635794 -5332540 L 636708.8 -5333180 L 637006 -5333861 L 637363.5 -5333967 L 636466.2 -5335119 L 636307.6 -5336233 L 636459.8 -5336975 L 637182.8 -5337861 L 637045.2 -5338219 L 637684.8 -5339627 L 637699.8 -5339642 L 638135.1 -5340274 L 638115.7 -5341432 L 636168.3 -5342496 L 636086.8 -5342875 L 636364.4 -5343121 L 637254.1 -5343722 L 636614.2 -5344967 L 636783.3 -5345671 L 636690.5 -5345891 L 636816.7 -5346643 L 637749.2 -5347801 L 636484.7 -5349714 L 637040.3 -5351141 L 635540.9 -5351865 L 635201.4 -5351763 L 635104.9 -5352856 L 634498.6 -5353768 L 634257.8 -5354047 L 635933.7 -5355675 L 636239.3 -5355923 L 636027.6 -5356250 L 634167.4 -5356633 L 632938.6 -5357598 L 631394.4 -5357793 L 629733.3 -5358777 L 629883.9 -5359087 L 630100 -5361125 L 629084.8 -5361623 L 627227.4 -5361812 L 626200.9 -5361422 L 625894 -5361643 L 625762.7 -5362186 L 626229.6 -5362543 L 625152.8 -5364018 L 624484.5 -5364241 L 624118.2 -5364260 L 624673 -5365200 L 623909.4 -5365962 L 623826.8 -5366320 L 623737.7 -5366953 L 623582 -5367256 L 620735.5 -5368579 L 620296.6 -5369559 L 620048.8 -5369838 L 620745.3 -5369758 L 621662.7 -5370166 L 622014 -5370156 L 621852.9 -5370891 L 622386 -5372684 L 622330.1 -5374161 L 622874.3 -5374628 L 623119.5 -5374651 L 623597.3 -5375632 L 623267.5 -5376663 L 623115.9 -5376994 L 623454.1 -5377639 L 624181.4 -5377404 L 626743.6 -5378134 L 627130.9 -5378143 L 631677.4 -5377108 L 632292.7 -5376929 L 632651.1 -5376979 L 632416.3 -5377277 L 631529.1 -5379739 L 632161.7 -5381109 L 630845.5 -5381070 L 630417.7 -5382109 L 630209.2 -5383993 L 632718.3 -5384596 L 633064.8 -5384751 L 634703.4 -5386216 L 636526.1 -5386286 L 636762.7 -5386572 L 636399.5 -5386637 L 636181.3 -5387340 L 636235.9 -5389109 L 636100.2 -5389404 L 635315.3 -5389936 L 635480 -5390314 L 633338.9 -5390871 L 630755.3 -5390613 L 630403.8 -5390484 L 630348.8 -5390489 L 630364.2 -5390745 L 630378.6 -5391000 L 631027.4 -5392541 L 631745.9 -5392496 L 632140 -5393034 L 632237.6 -5393380 L 633497.1 -5393642 L 633826.4 -5393686 L 634087.7 -5393048 L 635482.8 -5392991 L 635813.9 -5392863 L 636143.4 -5392371 L 636433.6 -5392309 L 637066.4 -5392447 L 637379.6 -5392361 L 637820.9 -5392962 L 639489.5 -5393761 L 640270.4 -5394559 L 640510.1 -5394845 L 642369.1 -5393636 L 642584.9 -5393333 L 642917.2 -5394000 L 643674.9 -5394733 L 645891 -5394677 L 646225 -5394499 L 647323.7 -5394263 L 647636.7 -5394052 L 647723.2 -5392990 L 647936 -5392701 L 646855.7 -5391854 L 646617.1 -5391604 L 646694.7 -5391267 L 646787.4 -5390263 L 647519.3 -5388997 L 646976.2 -5387228 L 647743.8 -5386424 L 649405.7 -5386624 L 649729.2 -5386742 L 651034.6 -5388910 L 651394.9 -5388850 L 651642.4 -5386952 L 652365.7 -5385194 L 652499.3 -5384835 L 654307.8 -5384555 L 655779.7 -5384775 L 656128.3 -5384912 L 656036.8 -5383928 L 656460.5 -5383412 L 656734.5 -5383194 L 657066.7 -5382368 L 657306.6 -5382164 L 657772.4 -5381622 L 657998.3 -5381344 L 658647.6 -5381051 L 659238.8 -5381490 L 659582.4 -5381635 L 660174.8 -5380741 L 661669.2 -5379811 L 661997.3 -5379630 L 661844.2 -5378946 L 662766.8 -5378629 L 663114.3 -5378022 L 663174.9 -5377677 L 663539.2 -5377567 L 663898.4 -5377441 L 664414.7 -5377934 L 667681.1 -5376202 L 668777.3 -5376167 L 668913 -5375817 L 669153.1 -5375689 L 669406.3 -5375588 L 669903.6 -5376132 L 670112.3 -5376435 L 670978.3 -5375699 L 671753.3 -5375734 L 673266.6 -5373120 L 673462.3 -5372785 L 674521.9 -5372294 L 674901.2 -5372192 L 674952.3 -5372227 L 675554.4 -5371731 L 677085.6 -5371920 L 677322.5 -5371606 L 677513.4 -5371341 L 677701.3 -5371074 L 677570.6 -5369938 L 678011.7 -5368883 L 679507 -5367699 L 680273 -5367681 L 680646.6 -5367017 L 680785.3 -5366666 L 681500.9 -5366431 L 682170.2 -5366768 L 682450.3 -5366591 L 682584.1 -5366289 L 682226.5 -5366174 L 680907.9 -5365574 L 678212.9 -5363003 L 677322.7 -5362972 L 677035.2 -5362849 L 678174.4 -5361937 L 680373 -5361767 L 680709.2 -5361614 L 679158.7 -5359781 L 678967 -5359481 L 679279.1 -5358497 L 678922.2 -5357472 L 679499.7 -5356555 L 679619.4 -5356209 L 680920 -5356892 L 682068.5 -5358335 L 682992.1 -5358592 L 683134.7 -5358934 L 684980.3 -5358992 L 685564.4 -5358523 L 686689.8 -5358389 L 687019 -5358204 L 686780.7 -5357492 L 687426.8 -5356140 L 687611.6 -5355807 L 691830.5 -5350639 L 691865 -5350244 L 693339.4 -5351971 L 693526.1 -5352307 L 696417.2 -5350016 L 696739.4 -5349830 L 696611.6 -5348653 L 696465.9 -5348285 L 695874.2 -5346892 L 698240.1 -5345713 L 698556.3 -5345503 L 699069.7 -5345958 L 699388.4 -5346107 L 700826.8 -5344796 L 701154 -5344585 L 702056.3 -5343064 L 702232.1 -5342749 L 702420 -5342471 L 702662.1 -5342237 L 702765.4 -5341604 L 702763 -5341283 L 700441.4 -5341198 L 699023.6 -5339925 L 699193.4 -5339576 L 699550.7 -5338658 L 699451.7 -5338000 L 699399.2 -5337668 L 699546.3 -5336862 L 699349.1 -5336218 L 698852.9 -5335878 L 698919.1 -5335214 L 698201.1 -5334510 L 697889.4 -5334343 L 697830.8 -5333988 L 697475.5 -5333412 L 698484.8 -5332524 L 698674.7 -5332220 L 697684.7 -5331805 L 696997.5 -5331674 L 696741.8 -5331384 L 696257.3 -5330785 L 695840.8 -5329337 L 697593.5 -5327951 L 697542.9 -5329046 L 697800.7 -5329326 L 700285.4 -5328510 L 700591.2 -5328745 L 700926.2 -5327633 L 701923.9 -5327021 L 702546.6 -5326054 L 702500.4 -5325974 L 702597.6 -5325227 L 704016.4 -5325694 L 705828.7 -5323817 L 706176 -5323663 L 706760.5 -5324085 L 706751.2 -5323151 L 706772.8 -5322837 L 707643 -5321203 L 707588.4 -5320823 L 708262 -5319699 L 708174.4 -5319366 L 707382.5 -5318150 L 707094.7 -5317915 L 707931.3 -5315132 L 708992.6 -5314840 L 709212.6 -5314543 L 709923.2 -5315674 L 710980.1 -5315837 L 711719.4 -5316617 L 711718.9 -5316982 L 712132.7 -5317843 L 712369.2 -5317175 L 712732.8 -5317219 L 712765.6 -5317006 L 712798.4 -5316794 L 712482.6 -5316596 L 713027.2 -5314838 L 713641.9 -5314585 L 715217.2 -5312797 L 715232.8 -5312441 L 715233.4 -5312441 z "
id="path635" />
<path
d="M 273540 -5363269 L 273108.8 -5362783 L 272424.4 -5362850 L 271690.4 -5362026 L 270709.6 -5362557 L 269237.6 -5362575 L 268815.1 -5361925 L 267396 -5361365 L 267579.7 -5359461 L 268327.7 -5358607 L 268010.7 -5358725 L 266438.6 -5359332 L 266090.1 -5359224 L 265659.1 -5358292 L 265744.8 -5356389 L 265795.2 -5356008 L 266035.4 -5355991 L 266275.5 -5355969 L 266701.7 -5355341 L 266913.2 -5353831 L 266065.5 -5352610 L 265910.2 -5351916 L 265984 -5351786 L 265794.3 -5351453 L 264821 -5349928 L 264995.3 -5347652 L 265231 -5347352 L 266071.9 -5345725 L 265506 -5344849 L 265887.6 -5343850 L 265549.1 -5343714 L 264533.7 -5343303 L 263452.3 -5342319 L 263212.8 -5342099 L 262884.7 -5341568 L 262576.1 -5341344 L 260110.7 -5340402 L 258261.3 -5339163 L 257984.7 -5338926 L 258112.3 -5338585 L 258782.7 -5337876 L 257615.7 -5336558 L 257921.6 -5336370 L 258369.5 -5336099 L 258512.6 -5335453 L 259844.8 -5334926 L 259774.2 -5334609 L 260294.4 -5333846 L 260262.8 -5333459 L 258772.1 -5331812 L 258673.3 -5330664 L 259605 -5329998 L 259378.7 -5329258 L 259305.1 -5328898 L 258950.3 -5327861 L 258623.3 -5328038 L 255751.9 -5328605 L 254841.2 -5327966 L 255074 -5327721 L 252516.4 -5326667 L 251503.4 -5327213 L 251211.9 -5327027 L 250716.8 -5326544 L 251109.2 -5325224 L 250737.7 -5322986 L 252879.3 -5322165 L 252914.3 -5322170 L 252599.3 -5321672 L 252598.3 -5320924 L 253445.2 -5318913 L 253328.6 -5317806 L 253845.3 -5317269 L 254206.5 -5317173 L 254473.4 -5316925 L 254758.9 -5316397 L 253413.2 -5315213 L 252365 -5314911 L 252187.6 -5314693 L 251719.8 -5314380 L 251006.5 -5314590 L 250449.4 -5314122 L 246856.4 -5314091 L 246538.9 -5313920 L 245837.8 -5312734 L 244690.5 -5312511 L 244926.3 -5312207 L 245271.7 -5310761 L 244724.6 -5310229 L 245031.6 -5310029 L 246089.2 -5309832 L 246176.8 -5309475 L 246540 -5309388 L 247240.4 -5309218 L 247627 -5307846 L 247556.5 -5307480 L 247053.4 -5306937 L 247347.8 -5306269 L 247236.3 -5305913 L 246887.8 -5305781 L 246242.7 -5306148 L 244464.1 -5306036 L 244354.6 -5305732 L 244487.6 -5304808 L 243416.2 -5305157 L 242851.6 -5304226 L 241653.5 -5303306 L 241910.4 -5303052 L 242574.1 -5300704 L 242858.1 -5300471 L 243821.3 -5299937 L 245989.3 -5300140 L 246063.2 -5300019 L 246192.9 -5299682 L 246484.6 -5297558 L 246564.3 -5297193 L 246721.7 -5295716 L 246256.7 -5295141 L 246119.4 -5295882 L 244251.4 -5297174 L 243892.7 -5296860 L 244157.6 -5295749 L 243789.3 -5295766 L 242733.7 -5296035 L 240830 -5295006 L 240628.2 -5295326 L 238958 -5297290 L 236985.5 -5298277 L 236664.3 -5298342 L 236037.9 -5298482 L 235859.4 -5298206 L 235872 -5297837 L 236057.5 -5296383 L 234879.4 -5294540 L 234521.2 -5294645 L 232857.6 -5295383 L 232509.2 -5295332 L 231884.3 -5295011 L 231044.2 -5295572 L 230798.7 -5295308 L 228965.7 -5293136 L 228574.4 -5293185 L 226317.6 -5293394 L 226068.1 -5293143 L 225733.7 -5293028 L 224570.6 -5293904 L 223062.1 -5293856 L 221632.3 -5294379 L 220927.3 -5294090 L 219948.5 -5294248 L 219656 -5294010 L 218576.3 -5294291 L 218129.9 -5295287 L 217549.8 -5295726 L 216113 -5295357 L 215909.1 -5295671 L 215459.7 -5296650 L 214071.8 -5297146 L 213780.2 -5297816 L 213416.7 -5297741 L 212323.6 -5297708 L 211991.1 -5297575 L 211936.1 -5295792 L 211645 -5295959 L 210427.4 -5296516 L 210078.2 -5296649 L 207968.8 -5297351 L 207997.2 -5297724 L 207914.5 -5298106 L 205229.5 -5300723 L 205208.7 -5300011 L 204561.2 -5300214 L 203847.3 -5301018 L 203162.7 -5301142 L 202980.2 -5300837 L 202164.1 -5299723 L 203155.6 -5299222 L 203572.9 -5298183 L 201566.9 -5297393 L 201249.5 -5297401 L 200958.3 -5297529 L 200648.1 -5297664 L 199979.4 -5297738 L 199513.4 -5298178 L 198841.8 -5298345 L 198456 -5298969 L 197476.6 -5298628 L 196758 -5298802 L 196447.8 -5298956 L 194404.7 -5299123 L 194364.7 -5299153 L 193973.3 -5299202 L 193112.1 -5299972 L 189625.7 -5300581 L 189644.4 -5300266 L 189746.9 -5299640 L 189505.4 -5299435 L 187694.9 -5299999 L 186770.5 -5300691 L 185642.4 -5300927 L 185223 -5301958 L 184487.3 -5302168 L 184092.5 -5302830 L 182401.4 -5303756 L 183240.7 -5304859 L 183585.9 -5304697 L 183773.5 -5304989 L 184218.8 -5306575 L 184365.1 -5307580 L 183850.4 -5308444 L 184138 -5308631 L 184285.5 -5308878 L 184570.9 -5308908 L 185300.9 -5309007 L 186138.8 -5309725 L 186422.5 -5309978 L 185861.8 -5311638 L 186057.9 -5312347 L 187280.2 -5313041 L 187573.8 -5313264 L 187687.7 -5314736 L 188243 -5315210 L 188730.3 -5316592 L 188466.8 -5317285 L 188814.7 -5317685 L 189067.2 -5317816 L 189017.6 -5318963 L 189017.1 -5319349 L 189755.9 -5320806 L 190047.5 -5320999 L 191465.6 -5321259 L 192136.6 -5322916 L 193248.2 -5323138 L 193941.7 -5322885 L 194318.2 -5322925 L 195025.7 -5322686 L 195364.9 -5322525 L 195833.1 -5322238 L 196093.5 -5322322 L 197480.3 -5322435 L 198655.7 -5323209 L 199014.2 -5323234 L 199680.4 -5323527 L 199977.6 -5324194 L 199946.5 -5325631 L 199830.8 -5325977 L 199036.2 -5327698 L 199416.6 -5328358 L 199148.3 -5329811 L 199577.3 -5330854 L 200121.1 -5331648 L 199831 -5331823 L 198775.2 -5332797 L 198310.1 -5333774 L 198187.4 -5334112 L 198115.5 -5335602 L 198000.9 -5335959 L 197793.4 -5337800 L 197641.7 -5338145 L 197675.7 -5340738 L 197124.9 -5341966 L 196753.5 -5341967 L 196882.8 -5342683 L 196419.2 -5343945 L 196555.9 -5344283 L 196735.2 -5346861 L 196433.2 -5347099 L 196271.5 -5347393 L 196073.7 -5347664 L 196451.2 -5348335 L 196614 -5348691 L 195461.5 -5352302 L 195469.7 -5354206 L 195963.1 -5354683 L 196450.9 -5356582 L 198240.7 -5358670 L 198613.4 -5358808 L 198748.8 -5358923 L 199844.4 -5360815 L 199318.5 -5361788 L 199174.9 -5362131 L 199033.8 -5365005 L 198658.5 -5365071 L 199270.9 -5365997 L 199340.6 -5366369 L 199631.3 -5366547 L 198890.3 -5368707 L 197852 -5370323 L 197853.7 -5370710 L 197955 -5370829 L 197992.8 -5371220 L 197749.3 -5372709 L 197963.9 -5373442 L 198854.3 -5374151 L 199120.2 -5374424 L 199039 -5375442 L 199263.7 -5376165 L 198650.7 -5377088 L 198466 -5378906 L 198707.5 -5380014 L 199286.1 -5380483 L 199103.5 -5380814 L 199660.1 -5381297 L 199838.8 -5381545 L 203319.7 -5378861 L 203951.5 -5378391 L 206142.1 -5378920 L 206919.7 -5379757 L 207099.1 -5380874 L 207738.7 -5381289 L 208453 -5381012 L 209933.2 -5380768 L 210289.9 -5379365 L 210914.8 -5378947 L 211654.6 -5378934 L 211885.3 -5378630 L 214242.8 -5379072 L 214557.5 -5379231 L 215610.8 -5378773 L 216887.6 -5376405 L 217249.7 -5376264 L 217527.6 -5376032 L 217457.3 -5375401 L 217654.1 -5374166 L 217814.7 -5373876 L 219300.4 -5374956 L 220450.6 -5374916 L 220475.4 -5372729 L 220613.9 -5372375 L 221551.5 -5371627 L 221874.9 -5371670 L 224950.8 -5373078 L 223841.7 -5374134 L 223608.8 -5374817 L 224020.5 -5375481 L 224384.1 -5375622 L 224978 -5375245 L 226000.5 -5375479 L 226078.9 -5375120 L 226764.2 -5374930 L 227115.8 -5375041 L 227446.4 -5375166 L 227475.8 -5375861 L 228588.2 -5376517 L 228622.9 -5376868 L 229349 -5375538 L 229565.5 -5373588 L 229551.7 -5373193 L 229478.6 -5372153 L 232564.8 -5373799 L 233705 -5374876 L 234055.7 -5375057 L 234128.4 -5374867 L 235410.3 -5374722 L 235712.3 -5374580 L 236050.8 -5375191 L 236299.5 -5375436 L 236426 -5375090 L 237099.4 -5374966 L 238311.9 -5376686 L 238544.7 -5376972 L 239778 -5377585 L 240255.4 -5378565 L 240526.1 -5378810 L 241719.6 -5378006 L 242784.3 -5377897 L 244112.8 -5379079 L 244871.4 -5379057 L 245166.1 -5379281 L 246502.1 -5378693 L 246786.9 -5378456 L 246710.7 -5378367 L 248528.2 -5378344 L 248779 -5378627 L 249086 -5378515 L 249050.1 -5377562 L 249344 -5377359 L 250325 -5376951 L 250667.2 -5376875 L 251016.7 -5375967 L 251933.6 -5375507 L 251949.3 -5376925 L 253231.6 -5377530 L 253401.2 -5378265 L 254557.1 -5379758 L 255129.9 -5379438 L 255367.7 -5379212 L 256753.4 -5378989 L 257056.2 -5378787 L 257068.8 -5378060 L 258077.3 -5377883 L 258374.4 -5379343 L 259706 -5380114 L 260323.4 -5381090 L 259088.2 -5382487 L 259331 -5382792 L 260132.2 -5383560 L 260502.4 -5384530 L 261354.6 -5383821 L 262444.9 -5383533 L 263079.9 -5383811 L 263632.3 -5383311 L 263896 -5383041 L 264073.7 -5382820 L 264181.3 -5382558 L 264331.7 -5382211 L 265054.7 -5381404 L 267547.3 -5379753 L 267458.8 -5379022 L 265857.3 -5378368 L 265398.2 -5376985 L 265742.6 -5377063 L 266569.1 -5375954 L 266571.4 -5375600 L 266585.8 -5375268 L 266909.3 -5374339 L 266652.7 -5374126 L 267025.8 -5373516 L 266906 -5372092 L 267384.4 -5371572 L 267699.3 -5371395 L 269109.3 -5370826 L 269864.8 -5370773 L 271936.5 -5370878 L 272933.7 -5371676 L 273282.8 -5371583 L 273949.6 -5371222 L 274114.7 -5370139 L 273707.7 -5368676 L 273526.3 -5368517 L 273656.1 -5364545 L 273654.4 -5364177 L 273351.1 -5363586 L 273539.7 -5363269 L 273540 -5363269 z "
id="path636" />
<path
d="M 490148.7 -5263193 L 488069.8 -5265540 L 487941.2 -5265917 L 488805.3 -5266595 L 489695.9 -5266038 L 490450 -5266763 L 490818.1 -5266780 L 492506.3 -5267308 L 492774.7 -5267546 L 493146.7 -5268253 L 496119.7 -5267436 L 496480.7 -5267299 L 497471.5 -5268470 L 497828.8 -5268638 L 498941 -5268484 L 500874.3 -5267354 L 501599.7 -5267453 L 501913.1 -5267660 L 502487.9 -5268160 L 504006.9 -5268573 L 504726.3 -5269497 L 505006.7 -5269776 L 506214.2 -5270603 L 507657.5 -5270445 L 507985.4 -5270264 L 508433.1 -5269908 L 508639.9 -5269709 L 508883.6 -5269406 L 508345.2 -5268392 L 508787.1 -5265711 L 508847.7 -5265326 L 509873.2 -5265406 L 510834.1 -5264228 L 511800.7 -5263621 L 512022.9 -5262900 L 513053.6 -5263122 L 513599.4 -5263582 L 514982.9 -5263543 L 517183.8 -5260180 L 517286.4 -5259823 L 518438.7 -5259693 L 519109.4 -5260084 L 520272.9 -5260095 L 521065.8 -5261430 L 521230.5 -5261089 L 521895.7 -5260173 L 522640.1 -5260296 L 524870.4 -5258953 L 525052.3 -5257961 L 525687.2 -5257650 L 525628.1 -5258419 L 527132.1 -5259529 L 528236.7 -5259679 L 529035.6 -5260998 L 529053.5 -5261765 L 529732.1 -5261993 L 530118.3 -5262009 L 530367.3 -5261936 L 530627.4 -5261921 L 532133 -5261869 L 533211.9 -5262206 L 533438.1 -5261495 L 534052.9 -5261122 L 534413.2 -5261203 L 536002.8 -5260309 L 536361.1 -5260401 L 536833 -5263454 L 536559.6 -5267360 L 536607.1 -5267752 L 536856.2 -5267752 L 537082.4 -5267854 L 537986.4 -5266708 L 538293.4 -5264125 L 538836 -5263610 L 539190 -5263487 L 540109.8 -5262958 L 540351.6 -5262700 L 541165.5 -5261503 L 542567.7 -5261081 L 542924.7 -5260993 L 543305.4 -5260572 L 542918.1 -5259615 L 542952.7 -5259269 L 542986.6 -5259153 L 543416.5 -5257193 L 543539.2 -5256866 L 543884.4 -5256913 L 544290.1 -5256452 L 544870.4 -5257288 L 545199.7 -5257404 L 545945 -5257369 L 546039.2 -5256650 L 546597 -5256215 L 546967.1 -5256143 L 547378.5 -5256299 L 548998.4 -5255507 L 550417.2 -5255601 L 550643 -5255306 L 550793.1 -5255351 L 550658.7 -5255035 L 550356.4 -5254054 L 550839.2 -5253719 L 551148.5 -5253869 L 551457.4 -5253627 L 552484.3 -5253062 L 553313.2 -5251730 L 553506.7 -5251181 L 553499.3 -5250890 L 553920.8 -5250278 L 554948.8 -5249818 L 557863.2 -5250519 L 558013.7 -5250867 L 558670.9 -5250760 L 558744.4 -5249441 L 558861.1 -5249113 L 559226.2 -5249051 L 559964.6 -5249051 L 560993 -5248033 L 562071.8 -5248230 L 562159.3 -5248597 L 561641 -5250320 L 562124.9 -5250866 L 562867.4 -5250907 L 563096.9 -5251206 L 563810.8 -5253309 L 563769.8 -5254199 L 564063.7 -5254012 L 564757.2 -5254071 L 565603 -5253468 L 565933.3 -5253583 L 565987.9 -5253220 L 566721.5 -5252482 L 566972.4 -5251428 L 565932.4 -5250262 L 564580.8 -5249518 L 565360.9 -5246619 L 566574.5 -5246490 L 566729.9 -5246811 L 568166.5 -5248307 L 570368.5 -5248088 L 571308.8 -5249569 L 572065.3 -5248773 L 572133.9 -5248388 L 572901.4 -5247541 L 572353.9 -5246562 L 573068.4 -5243145 L 573803.3 -5241777 L 574187.6 -5241804 L 575185.9 -5240652 L 576664.9 -5240707 L 577225.7 -5241122 L 577448.1 -5242233 L 578133.7 -5242375 L 578730.7 -5243727 L 580201.5 -5243632 L 580917.3 -5243894 L 582751.2 -5243632 L 583121.6 -5243763 L 583199.2 -5243398 L 584122.3 -5243823 L 584975.8 -5245459 L 585647.6 -5245739 L 585912.5 -5245476 L 585447.1 -5244567 L 584559.2 -5243386 L 584472.3 -5242708 L 584986.5 -5241716 L 584867 -5241357 L 584027.6 -5240614 L 584154 -5240022 L 584509.1 -5239895 L 585167 -5240266 L 585079.5 -5239912 L 583831.2 -5238592 L 584708.3 -5233818 L 585321.6 -5232839 L 585467.3 -5232480 L 588666.4 -5234240 L 589360.9 -5233407 L 589792 -5232334 L 591856.5 -5230592 L 592617.1 -5228867 L 592779.4 -5228122 L 591398.4 -5226331 L 591203.7 -5224876 L 591263.6 -5223828 L 591250.2 -5223472 L 590903.8 -5223337 L 590082.5 -5222701 L 589453.5 -5223090 L 589139.1 -5222892 L 585933.1 -5222039 L 584498.4 -5222265 L 584129.2 -5222314 L 583893.8 -5222036 L 584194.9 -5221056 L 583611.1 -5220638 L 584180.6 -5219796 L 584036 -5219327 L 583656.8 -5219356 L 582789 -5220091 L 582412.7 -5220033 L 582578.4 -5219690 L 582203.5 -5219066 L 579966.5 -5219443 L 579566.6 -5218825 L 579092.7 -5218242 L 579409.4 -5216795 L 578489.6 -5215623 L 578388.7 -5214867 L 578641.5 -5214568 L 579353.6 -5214261 L 580860.6 -5212496 L 579912.9 -5210410 L 579929.1 -5209650 L 580061.8 -5209291 L 580143.1 -5208534 L 579664.7 -5207502 L 578706.5 -5206876 L 578321.6 -5206239 L 578081.2 -5205962 L 575618.2 -5204439 L 575256.1 -5204492 L 575184.7 -5204112 L 575200.9 -5203342 L 576242.1 -5202897 L 577673.1 -5204081 L 578387.7 -5204310 L 579692.7 -5201561 L 579488.9 -5200861 L 578638.7 -5200123 L 579053.9 -5199105 L 578442.3 -5197828 L 578469.6 -5197091 L 578989.2 -5195392 L 579074.9 -5195043 L 580181.4 -5194904 L 581118.4 -5194305 L 581395.3 -5194047 L 582963.2 -5191908 L 583351.4 -5190819 L 583416.1 -5190436 L 579719.9 -5188306 L 579443.5 -5188026 L 579142.2 -5187865 L 579266.7 -5187278 L 580229 -5185942 L 580240.7 -5185597 L 580459.7 -5183290 L 580545.4 -5182907 L 580592.1 -5182532 L 580126.9 -5181519 L 579381.4 -5181407 L 579173.5 -5181726 L 578732.8 -5182341 L 577263 -5181226 L 575816.3 -5181282 L 573441.1 -5180245 L 573308.7 -5179892 L 573039.6 -5179948 L 572968.2 -5179564 L 572260 -5178639 L 570780.9 -5178216 L 570392.8 -5177176 L 567918.7 -5176233 L 567431 -5175677 L 567055.8 -5175678 L 566444.9 -5176113 L 566347.6 -5175766 L 564708.4 -5175276 L 564054.8 -5174942 L 563482.4 -5173622 L 562671.4 -5172907 L 562338.4 -5173050 L 560235.1 -5172680 L 559854.5 -5174503 L 559069.2 -5175763 L 559360.9 -5176448 L 559021.9 -5176641 L 555905.8 -5178177 L 553263.1 -5177581 L 552916.8 -5177411 L 549996.8 -5176537 L 548980.8 -5177071 L 548701.5 -5176873 L 547926.5 -5177237 L 547567.8 -5177816 L 547335 -5178125 L 545458.2 -5178092 L 545034.2 -5179517 L 544741.9 -5179272 L 543647.2 -5177758 L 545019.5 -5175108 L 543862.3 -5174174 L 543581.7 -5174831 L 543278.1 -5174248 L 542600.7 -5174066 L 541346.8 -5174757 L 541363.5 -5174373 L 541448.3 -5172885 L 542296.2 -5171163 L 541872.6 -5170562 L 541579.3 -5170314 L 541000.8 -5169983 L 540349.3 -5170873 L 539973.2 -5170946 L 539288.7 -5170611 L 536731.7 -5167850 L 536723.1 -5167100 L 536453.8 -5166862 L 535768.7 -5167063 L 534356 -5166822 L 534230.3 -5167197 L 533412.7 -5168022 L 533717 -5168261 L 534121.1 -5170803 L 533585.3 -5171347 L 532519.2 -5171715 L 532344.7 -5172453 L 532679.7 -5173558 L 531182.1 -5173424 L 529303.8 -5173833 L 528940.6 -5173704 L 527508.2 -5171132 L 526782.8 -5170876 L 526448.5 -5170671 L 525327.1 -5170517 L 523811.9 -5170861 L 522770.8 -5172456 L 522273.8 -5173901 L 521152.4 -5173814 L 521122.4 -5173794 L 520773.4 -5173943 L 520019.2 -5173895 L 519351.3 -5172974 L 517400.9 -5171822 L 516846.1 -5171001 L 515127.7 -5169744 L 514740.7 -5169826 L 512296 -5171091 L 510905.1 -5173001 L 510732.2 -5173222 L 510452.3 -5173502 L 509360.3 -5175137 L 507497.3 -5175763 L 507181.3 -5175886 L 505878.3 -5176269 L 505582.4 -5176512 L 503287.3 -5178479 L 502371.4 -5180155 L 502273.6 -5180503 L 501954.1 -5182607 L 501958.4 -5182957 L 502488.5 -5184242 L 502647.8 -5184581 L 503906.2 -5185967 L 503969.8 -5186686 L 503852 -5186943 L 503672.4 -5187481 L 503829.7 -5187838 L 504801.9 -5188983 L 504360.2 -5193167 L 504263.4 -5193434 L 504172.8 -5193993 L 503939 -5194314 L 503341.7 -5195299 L 504432.5 -5198254 L 504544.8 -5198553 L 505476.5 -5200222 L 505557.2 -5200979 L 505236.3 -5201180 L 504295.8 -5203198 L 504490.5 -5205078 L 504612.2 -5205801 L 505126.2 -5206768 L 505208.6 -5207156 L 505210 -5208726 L 505050.3 -5209089 L 504362.4 -5210521 L 504095.3 -5210485 L 503629.4 -5210751 L 503367.6 -5211018 L 501221.3 -5212457 L 501054.6 -5212803 L 501244.1 -5214290 L 501915.6 -5215705 L 501820.7 -5216885 L 501832.1 -5217279 L 501813.2 -5217419 L 501766.5 -5217790 L 501684.3 -5219654 L 501432.5 -5219950 L 500843.3 -5220913 L 501102.8 -5222379 L 501003.1 -5222746 L 500751.3 -5223058 L 500695.6 -5223428 L 499376.5 -5227694 L 499238.8 -5228022 L 499082.1 -5228341 L 498876.4 -5228676 L 497963.3 -5230826 L 498177.2 -5233544 L 498249.6 -5233881 L 498167.3 -5234542 L 497555 -5235367 L 495139 -5237054 L 494024.2 -5238532 L 493764.4 -5238797 L 493220.8 -5239330 L 492982 -5239627 L 492692.2 -5239879 L 491962.2 -5240120 L 491622.2 -5240233 L 490420.6 -5240957 L 490020.5 -5241937 L 489764 -5243407 L 490285.3 -5244432 L 490486.7 -5244762 L 490662.1 -5245101 L 491304.3 -5246035 L 491491.7 -5246379 L 493520.5 -5250976 L 493509.9 -5251330 L 493609.1 -5252386 L 494414.7 -5253528 L 494440.2 -5253903 L 493536.7 -5256337 L 493488.9 -5256548 L 493383.3 -5256900 L 491835.5 -5259273 L 491823 -5259670 L 491480.2 -5260810 L 491423.6 -5261139 L 491270.3 -5261786 L 491096.6 -5262102 L 490148.6 -5263193 L 490148.7 -5263193 z "
id="path637" />
<path
d="M 505115.8 -5440680 L 504930.2 -5440379 L 503977.3 -5438940 L 504008 -5438259 L 504586.5 -5437413 L 504687.9 -5437085 L 504367.1 -5437223 L 502375.3 -5437460 L 502088.9 -5437269 L 500794.5 -5437683 L 500150 -5437474 L 499802.9 -5437450 L 499120.3 -5436675 L 498990.3 -5435654 L 498631.1 -5435600 L 498002.6 -5435928 L 497970.2 -5436258 L 497773.6 -5437499 L 497474.9 -5437686 L 496561.8 -5437163 L 495902.2 -5437401 L 495790.9 -5436705 L 495320 -5436281 L 495022.4 -5436504 L 494303.9 -5436313 L 492623.2 -5437098 L 492193.4 -5436177 L 491835.7 -5436336 L 490505 -5435535 L 489338.6 -5435401 L 489209.3 -5435747 L 488531.7 -5437054 L 488169.5 -5436969 L 486801.9 -5437271 L 485930.1 -5438465 L 485601.7 -5438267 L 484646.4 -5437646 L 484370.2 -5437539 L 484080 -5437481 L 484385.8 -5436839 L 482933.7 -5436886 L 483252.3 -5436676 L 484167.1 -5436012 L 482374.2 -5434636 L 482022.8 -5434473 L 480485.4 -5434357 L 480347 -5434682 L 479718.7 -5436584 L 479457.6 -5436050 L 478154.1 -5434842 L 477806 -5434809 L 477201.6 -5435160 L 477286.3 -5435500 L 477460.9 -5435813 L 476358.5 -5437182 L 476219.2 -5437532 L 474370.6 -5438805 L 473618.4 -5438749 L 473084.3 -5439714 L 472966.6 -5439351 L 472058.2 -5438173 L 471723.1 -5438133 L 471399.3 -5438229 L 471308.5 -5437853 L 469939.7 -5436536 L 469651.8 -5436590 L 469360.9 -5436631 L 469185.5 -5436941 L 468943.5 -5437961 L 467686.6 -5438545 L 467309.1 -5440763 L 466449.3 -5440913 L 466479 -5441269 L 466132.7 -5441156 L 465744.5 -5440592 L 465612.8 -5438777 L 465250.1 -5438923 L 462615.1 -5439548 L 463428.4 -5440650 L 463308.7 -5441312 L 462990 -5441451 L 461691.9 -5441957 L 461738.6 -5442301 L 461469 -5442516 L 460554.8 -5442925 L 460375.5 -5443246 L 458661.1 -5442641 L 458749.7 -5442921 L 458924.9 -5443480 L 458999.4 -5443718 L 459074.9 -5443957 L 456859.2 -5444672 L 455714.6 -5444429 L 454149.7 -5445490 L 453902.2 -5445262 L 453031.1 -5444265 L 452755.6 -5444527 L 450428.4 -5448321 L 450150.6 -5448413 L 449613.5 -5448378 L 449345.6 -5448415 L 448927.3 -5448275 L 448830.5 -5447909 L 448010.9 -5446703 L 447818.6 -5445619 L 447450.4 -5445534 L 446363.7 -5445228 L 446046.1 -5445434 L 445843.5 -5445140 L 444538.5 -5444722 L 443389.5 -5444735 L 442702.1 -5445052 L 442944.7 -5445332 L 444007.8 -5446298 L 443021 -5447810 L 442669.8 -5447706 L 442063 -5447340 L 440613.6 -5447170 L 440327.7 -5447239 L 439831.3 -5447547 L 440002.7 -5447242 L 439493 -5446446 L 438893.9 -5446395 L 438744.4 -5446634 L 438451.4 -5447114 L 438871.6 -5447678 L 438424.7 -5448200 L 438124.1 -5448387 L 437414.5 -5448575 L 437155.9 -5448308 L 436475.7 -5449164 L 435424 -5448869 L 433966.5 -5449117 L 433785.2 -5449428 L 433578.2 -5450830 L 432894.6 -5451036 L 432904.4 -5451397 L 432597.9 -5451177 L 432091.6 -5450615 L 430671.4 -5450126 L 429777.8 -5449428 L 429767.7 -5449398 L 429540.1 -5449153 L 428562.8 -5449027 L 428300.2 -5448774 L 426912.5 -5447592 L 426239.8 -5447733 L 425075.4 -5448478 L 424866.8 -5448234 L 424231.2 -5447520 L 423892.8 -5447331 L 422383.2 -5447118 L 422130.8 -5447409 L 418366 -5446254 L 418375.9 -5446638 L 417966.2 -5447685 L 417798.9 -5447574 L 417452.5 -5447398 L 415937.9 -5447180 L 415141.8 -5446712 L 414833.5 -5446600 L 415033.1 -5447310 L 414650.4 -5447921 L 413609.1 -5447814 L 412225.3 -5448867 L 411973.8 -5448654 L 411910.1 -5448330 L 411600.4 -5448471 L 410705.3 -5448900 L 410665.3 -5448885 L 410424.6 -5448597 L 409168.7 -5447773 L 408198.9 -5448337 L 408218.7 -5448692 L 407951 -5449720 L 407004.4 -5449937 L 406996.2 -5450301 L 406269.6 -5450934 L 406278.5 -5451311 L 407629 -5451927 L 407781.5 -5453033 L 408123.9 -5453194 L 407827.4 -5453437 L 405993.3 -5454780 L 405513 -5454212 L 405270.4 -5454412 L 405334.5 -5455339 L 405219.1 -5456048 L 405339.9 -5456395 L 405828.1 -5456880 L 405854.7 -5457568 L 406110.3 -5457799 L 407237.5 -5457842 L 407830.6 -5458309 L 408948.3 -5458141 L 409256.8 -5458357 L 410199.1 -5456722 L 410107.2 -5456344 L 411539.4 -5455963 L 411818.8 -5455708 L 412752.7 -5458682 L 412134.5 -5459031 L 412340.1 -5460139 L 411479.7 -5460864 L 410800.3 -5460686 L 410589.9 -5460966 L 410824.5 -5461666 L 410344.4 -5464193 L 410527.2 -5464519 L 410622.1 -5464890 L 410790.9 -5465641 L 409643.5 -5468032 L 409844.7 -5468953 L 409790.5 -5469278 L 409111.4 -5469648 L 408613.9 -5470692 L 406990.8 -5472333 L 408195 -5473231 L 408489.6 -5473466 L 408150.8 -5473562 L 406830.1 -5473273 L 406576.6 -5473893 L 407188.9 -5475247 L 407518.3 -5477085 L 408055.1 -5477428 L 408283.7 -5478082 L 408545.3 -5478318 L 409196.8 -5478545 L 409286.2 -5479140 L 409110.9 -5479439 L 410077.2 -5479987 L 410424.6 -5480137 L 411193.6 -5480960 L 411196.2 -5482454 L 411419.9 -5482759 L 412159 -5482804 L 412168.9 -5483174 L 412112.4 -5484595 L 411827.8 -5484753 L 410713.1 -5485262 L 410017.4 -5484962 L 408990.7 -5483033 L 408687.4 -5483734 L 407600 -5483953 L 407155.9 -5484309 L 407073 -5484735 L 407218.6 -5484974 L 408609.7 -5486250 L 409134.8 -5488308 L 409089.9 -5488348 L 407755.8 -5488689 L 407899.2 -5490452 L 408045 -5490790 L 407793.7 -5491080 L 407379.3 -5491726 L 407201.2 -5492064 L 406672.6 -5492588 L 405742.3 -5492045 L 405535.6 -5492974 L 407331.9 -5493139 L 407507.7 -5493861 L 407403 -5493957 L 407088.6 -5493793 L 406473 -5493920 L 406339.7 -5494610 L 405516.4 -5495260 L 407149.8 -5496664 L 407584.4 -5497701 L 407384.2 -5498420 L 407284.1 -5498781 L 406571.6 -5499325 L 406371.2 -5499550 L 406154.9 -5499799 L 405966.6 -5500068 L 406648 -5500256 L 407077.4 -5501224 L 407648.3 -5501622 L 407742.2 -5501964 L 407862.1 -5503092 L 409536.2 -5503984 L 409906.4 -5504076 L 409849.3 -5504406 L 409800.7 -5505731 L 409531.2 -5505930 L 409291 -5506242 L 408552.6 -5506057 L 407380.8 -5504520 L 406700 -5504177 L 405344.8 -5505573 L 406563.9 -5506847 L 407231.3 -5507041 L 407298.1 -5507746 L 407368.7 -5509897 L 408071.2 -5509739 L 409354 -5510495 L 409539 -5510493 L 409188.5 -5511799 L 409371.2 -5512086 L 409906.8 -5513108 L 410887.2 -5512552 L 412418.1 -5512597 L 412947.4 -5512356 L 412818.7 -5512084 L 413121.1 -5511868 L 414194.6 -5512116 L 414781.1 -5510782 L 414948.2 -5510458 L 416109.3 -5510573 L 416395.4 -5509864 L 415262.9 -5508822 L 414922.4 -5508622 L 415043.5 -5508286 L 416053.7 -5508039 L 416175.1 -5507426 L 416152.2 -5507070 L 416691.8 -5506553 L 416934 -5506262 L 417983.4 -5506493 L 418938 -5506011 L 419240.4 -5505806 L 419903.6 -5505931 L 420233.7 -5506008 L 421770.3 -5507524 L 422743.3 -5507987 L 423033.8 -5508201 L 424033.1 -5506388 L 424156.3 -5506062 L 425485.8 -5507937 L 425804.3 -5508168 L 426237.8 -5507206 L 427335.2 -5507046 L 427983 -5507408 L 428857.4 -5506820 L 429532 -5507124 L 429900.8 -5507085 L 429925.7 -5507065 L 430300.7 -5507071 L 430573.9 -5506373 L 432068.1 -5505320 L 432069.3 -5504600 L 431324.3 -5504541 L 431482.8 -5504365 L 432593.1 -5504136 L 433824.9 -5504958 L 434143.3 -5504741 L 434429.5 -5504859 L 434676.9 -5505047 L 435825.9 -5505135 L 436396.5 -5504617 L 436761.1 -5504477 L 437787.7 -5504801 L 438260.9 -5505330 L 438449.6 -5505643 L 439059.4 -5506015 L 441209.1 -5506058 L 441557.3 -5506184 L 441691 -5506073 L 442618.6 -5505581 L 443970.4 -5505989 L 444327.3 -5505984 L 444607.2 -5505952 L 445667.9 -5505892 L 446291.2 -5505234 L 446605 -5505188 L 448582.4 -5504250 L 448778.6 -5503928 L 449491.8 -5503658 L 450515.8 -5504150 L 450585.7 -5504527 L 451442.7 -5503735 L 451786.2 -5503536 L 451986.7 -5502501 L 453060.3 -5501534 L 453406.5 -5501642 L 453919.1 -5501932 L 454431.7 -5500925 L 454762.2 -5500734 L 455846 -5500713 L 456491.7 -5501041 L 456809.1 -5501216 L 457546.2 -5501288 L 459936.7 -5500353 L 460189.1 -5499700 L 460330.3 -5499370 L 460452.5 -5499032 L 460724.9 -5498359 L 461364.5 -5498675 L 461608 -5498455 L 461925.8 -5498374 L 461442.8 -5497457 L 461962.6 -5496964 L 462254.1 -5496756 L 463947.2 -5498636 L 464252.6 -5498848 L 464239.7 -5498461 L 465104.9 -5497716 L 465352.2 -5497419 L 465766.8 -5497694 L 467193.2 -5496206 L 468639.7 -5496518 L 468287.7 -5495617 L 468102.1 -5495319 L 468802 -5494415 L 468994.2 -5494075 L 469506.2 -5494093 L 469716.7 -5494319 L 470153.7 -5495217 L 470760.3 -5495513 L 470528.9 -5495761 L 471506.7 -5495293 L 472554.3 -5495641 L 472933.2 -5495596 L 473012 -5495505 L 472824.3 -5495181 L 473272 -5494187 L 473046.8 -5492744 L 473342.2 -5492054 L 474297.8 -5491439 L 474616.3 -5491230 L 475806.1 -5492121 L 476149.4 -5492296 L 476051.9 -5494352 L 476406.9 -5494364 L 476399.4 -5494579 L 477355.4 -5495989 L 477378.2 -5496340 L 477415.5 -5496919 L 477497.1 -5497209 L 477836.1 -5497232 L 478174.2 -5497273 L 479529.4 -5496978 L 479768.7 -5496689 L 480118.6 -5497095 L 481502.5 -5497143 L 482121.7 -5496797 L 482454.4 -5496669 L 482606.6 -5496309 L 483474.6 -5495911 L 483783.7 -5495987 L 484832.6 -5495991 L 485157 -5496200 L 485262.1 -5497624 L 484833.4 -5498642 L 485089.3 -5500460 L 485377.8 -5500696 L 485712.1 -5500860 L 485506.3 -5500941 L 485574.7 -5501151 L 488406.2 -5501077 L 488673.6 -5500828 L 489166.5 -5501254 L 488916.8 -5501862 L 488808.5 -5502172 L 488975.8 -5502340 L 489909.7 -5503298 L 489653.2 -5503519 L 489932.7 -5503754 L 491008.3 -5503629 L 491659.5 -5502380 L 491961 -5502173 L 491938.7 -5503433 L 491821.2 -5504144 L 490549.1 -5505403 L 490342.8 -5505712 L 491571.5 -5506586 L 491466.3 -5506952 L 491617.3 -5506970 L 492041.3 -5505601 L 492224.6 -5505285 L 493277.1 -5505570 L 493486.5 -5506229 L 493753 -5506486 L 495283.9 -5502828 L 495551.4 -5503068 L 496129.4 -5502656 L 496617.3 -5501707 L 496599.5 -5502746 L 496822 -5503014 L 496294.1 -5503516 L 496402.4 -5504619 L 497810.1 -5505043 L 498371 -5505943 L 498729.8 -5505861 L 499277.1 -5506037 L 499449.6 -5506275 L 500316.1 -5505624 L 500374.6 -5504901 L 500598 -5504615 L 500964.9 -5504593 L 501708.2 -5503370 L 502037.8 -5503206 L 502412.5 -5503543 L 502921.2 -5504866 L 503626.8 -5504718 L 503990.8 -5504759 L 504155.2 -5505885 L 503897.7 -5506589 L 503785.5 -5506955 L 505661.6 -5506647 L 506013.9 -5506815 L 505957.1 -5505456 L 505714.1 -5504498 L 506508.2 -5505074 L 506679.8 -5505384 L 507020.2 -5506079 L 508178.2 -5506119 L 508563.1 -5506077 L 509086.9 -5505039 L 508390.4 -5503327 L 509019.4 -5502399 L 509169.6 -5502043 L 508920.7 -5501112 L 508139.8 -5501616 L 507812.6 -5501499 L 507761.2 -5500826 L 507167.8 -5500598 L 506955.5 -5499938 L 507641 -5499748 L 508126.9 -5498780 L 507967.5 -5498117 L 508132.8 -5497794 L 507876.3 -5497523 L 506962.1 -5496919 L 506744.9 -5496817 L 507153.8 -5496319 L 507353.3 -5496066 L 508591.6 -5494811 L 508837 -5494537 L 508955.7 -5493897 L 509744.3 -5492243 L 509958.7 -5491934 L 510026.1 -5491628 L 509156.5 -5491301 L 509106.9 -5490541 L 509500.6 -5489890 L 509481.8 -5488019 L 509079.5 -5487843 L 509222.1 -5486685 L 508827.9 -5485607 L 506934.1 -5485183 L 507378.2 -5483766 L 507721.9 -5483601 L 508394 -5482663 L 508740.7 -5482493 L 508886.8 -5481062 L 507650.4 -5480360 L 507710 -5479663 L 509003.8 -5479060 L 509352.6 -5478979 L 510878.1 -5478228 L 511199.9 -5478108 L 511756.9 -5477599 L 511996.3 -5477302 L 511684.3 -5476820 L 511918.9 -5476627 L 511584.6 -5476460 L 508759.9 -5475609 L 507956.4 -5476356 L 507214.6 -5476443 L 506789.5 -5475887 L 506812.4 -5474839 L 506835 -5474638 L 506851.6 -5474438 L 506900.9 -5474069 L 506873.5 -5471853 L 506524.5 -5471882 L 506779.1 -5469691 L 505815.1 -5469224 L 505506.9 -5467127 L 505204.2 -5466283 L 504907.1 -5466217 L 503409.7 -5465049 L 502555.2 -5463820 L 502445.9 -5464180 L 500838.6 -5465093 L 500559.7 -5465165 L 500046.2 -5465420 L 499789.6 -5465123 L 497312.9 -5463335 L 497527.4 -5463064 L 498350.3 -5462003 L 497978.2 -5461465 L 497729.7 -5461247 L 499098.5 -5460587 L 499480.7 -5459652 L 500569.4 -5459973 L 501235.8 -5459636 L 500937.4 -5458935 L 501305.3 -5458892 L 502099.7 -5459580 L 502422.3 -5459390 L 502464.9 -5458669 L 501905.9 -5458167 L 501909.2 -5457792 L 502144.2 -5457271 L 501846.8 -5456575 L 502291.9 -5455099 L 502321.1 -5454709 L 502321 -5454660 L 502736.6 -5452888 L 501564.7 -5451985 L 500560.4 -5452389 L 500814.7 -5453066 L 500011.1 -5453805 L 499617 -5453766 L 497295.1 -5453389 L 496884.9 -5452799 L 497280 -5451820 L 497664.3 -5450947 L 497657.1 -5448791 L 497827.5 -5448455 L 498170.2 -5448274 L 498523.9 -5448115 L 498779.5 -5448392 L 499277.6 -5448950 L 501047.2 -5447618 L 501464.2 -5446570 L 501856.1 -5446510 L 502643 -5446421 L 502488.4 -5447696 L 502439 -5448020 L 502054 -5448051 L 501737.3 -5448754 L 500334.5 -5448406 L 499919.6 -5449478 L 499786.6 -5451000 L 499999.2 -5451323 L 500336.6 -5451511 L 501093.9 -5451654 L 502134.1 -5451196 L 502425.7 -5450485 L 503051.5 -5450848 L 503687 -5450579 L 504344.5 -5450297 L 504264.6 -5449316 L 504494.1 -5449041 L 505188.8 -5449366 L 505858.2 -5449027 L 506115.9 -5448311 L 505820.5 -5446057 L 505985.9 -5445712 L 506754.8 -5445086 L 506202.1 -5446844 L 507352.4 -5449548 L 508236.1 -5448823 L 508160.1 -5446243 L 509133.1 -5445648 L 509898.1 -5445602 L 510257.2 -5445119 L 509125.1 -5444128 L 509145.4 -5443745 L 507689.4 -5443859 L 508157.4 -5443303 L 508402.9 -5443032 L 508149.4 -5442764 L 507555.2 -5442683 L 506726.5 -5443411 L 506660.7 -5441953 L 506226.4 -5441311 L 505492.1 -5441181 L 505116.1 -5440681 L 505115.8 -5440680 z M 499175.1 -5451027 L 499050.2 -5451103 L 498970.1 -5451054 L 499056.4 -5451218 L 499002.4 -5451234 L 498946.3 -5451204 L 498827.5 -5451295 L 498889.9 -5451520 L 498801.1 -5451646 L 498606.1 -5451652 L 498612.2 -5451717 L 498773.5 -5451860 L 499119.8 -5452007 L 499047.4 -5452298 L 499339.7 -5452420 L 499434.6 -5452344 L 499724.9 -5452462 L 499919.7 -5452360 L 500076.1 -5452029 L 500089.9 -5451934 L 499764.9 -5451962 L 499754.9 -5451948 L 499727.4 -5451708 L 499866.1 -5451551 L 499733.8 -5451392 L 499664.8 -5451398 L 499577.5 -5451239 L 499546.2 -5451099 L 499487.4 -5451214 L 499331.3 -5451186 L 499285 -5451056 L 499174.9 -5451027 L 499175.1 -5451027 z "
id="path638" />
<path
d="M 214558.1 -5379230 L 214919.1 -5380024 L 214944.9 -5380408 L 218617.5 -5384206 L 218870.2 -5384402 L 219994.8 -5384607 L 221320 -5385986 L 221308.4 -5387146 L 221748.8 -5388562 L 222256.5 -5389106 L 222614.1 -5389239 L 223148.6 -5390182 L 223139.4 -5391991 L 223746.4 -5392163 L 224110.8 -5392173 L 223879 -5392838 L 222507.7 -5393361 L 221962.6 -5395452 L 221866.3 -5395810 L 221850.1 -5396190 L 222737.5 -5396873 L 223161.2 -5397916 L 224356.2 -5398753 L 224702.2 -5398594 L 224698.8 -5399344 L 222703.7 -5400242 L 222375.8 -5400431 L 222188.2 -5400712 L 221711.7 -5401179 L 221428.8 -5401349 L 220403.4 -5402106 L 219963.3 -5402735 L 219727.5 -5403857 L 218909.4 -5404673 L 218178 -5404833 L 217952.1 -5404525 L 217166 -5404432 L 216831 -5404588 L 216574.7 -5406370 L 217409.2 -5407071 L 218558.4 -5407043 L 219510.8 -5407662 L 219857.6 -5407829 L 221346 -5409933 L 221689.7 -5410088 L 221957.5 -5410330 L 222034.4 -5410682 L 224758.3 -5411136 L 226556.8 -5411878 L 226951.3 -5411915 L 227198.3 -5412226 L 227439.3 -5412543 L 229121.5 -5414061 L 229458.3 -5414245 L 228837.4 -5414559 L 228035.3 -5415694 L 227826.8 -5415991 L 228925.3 -5416993 L 229509.8 -5416526 L 231695.7 -5415992 L 232405 -5416236 L 232376.2 -5415061 L 232185.2 -5414713 L 233719.4 -5414613 L 234752.6 -5415123 L 235084.4 -5415321 L 235324.8 -5415379 L 235570.1 -5415413 L 237015.7 -5415527 L 237395.6 -5414902 L 237751.7 -5414818 L 238429.2 -5415210 L 239315 -5416502 L 241217.6 -5416865 L 242079.8 -5416622 L 242224.2 -5416335 L 243296.9 -5416629 L 243225.6 -5417382 L 244667.7 -5417719 L 245317.5 -5418654 L 245670.5 -5418968 L 248032.7 -5419050 L 248584.3 -5418700 L 248546.4 -5418333 L 249619.1 -5418674 L 249938.9 -5418471 L 250038.2 -5417719 L 250265.7 -5417416 L 251128.5 -5416166 L 251489.5 -5416029 L 252815.9 -5416163 L 252996.1 -5416201 L 253270.9 -5415580 L 252555.9 -5415404 L 252464.2 -5414707 L 254055 -5413187 L 254178.9 -5413105 L 255075.5 -5414368 L 255403.2 -5414578 L 255145.1 -5415481 L 255009.7 -5415799 L 255456.2 -5416720 L 255595 -5417032 L 257143.1 -5416977 L 257581 -5416345 L 257753.3 -5415997 L 258583.8 -5416359 L 258886.9 -5416308 L 260011.9 -5416348 L 260659.5 -5415955 L 261044.7 -5415896 L 261885.2 -5415833 L 262656.5 -5415296 L 262928.3 -5415119 L 263847.2 -5414797 L 264374.5 -5415191 L 264628.2 -5415411 L 265022 -5414781 L 266356.7 -5414204 L 266780.8 -5413225 L 268386.9 -5412323 L 268645.6 -5412566 L 269910.1 -5411940 L 270249.1 -5411837 L 268953.3 -5413663 L 269158.2 -5413986 L 270232.5 -5414210 L 270495.1 -5415267 L 271192.8 -5414486 L 271782.9 -5414345 L 273153.9 -5414787 L 273816.9 -5414581 L 274114.6 -5414366 L 274522.4 -5414573 L 275218.7 -5415387 L 275348.6 -5415748 L 277238.1 -5417168 L 277491 -5417473 L 277490 -5417919 L 278127.2 -5418240 L 279076.2 -5417955 L 279272.6 -5417654 L 279308.7 -5417679 L 279142.9 -5418652 L 279090.6 -5418978 L 281609.9 -5420147 L 283557 -5420529 L 284166.8 -5421151 L 284172.5 -5421456 L 284474.2 -5422106 L 284632.1 -5422438 L 284821.7 -5423474 L 285770.6 -5424460 L 285969.4 -5424751 L 287355.2 -5424336 L 288981.5 -5425758 L 289287.2 -5425956 L 289464.9 -5426205 L 290092.7 -5425979 L 290673.1 -5425173 L 290763.4 -5424851 L 291060 -5423354 L 292146.2 -5423168 L 292519.7 -5423280 L 293144.8 -5423580 L 293586.2 -5424519 L 293790 -5424801 L 295838.4 -5425325 L 296349.7 -5424928 L 296519.1 -5424614 L 297260.5 -5424613 L 297758 -5425151 L 298043.6 -5426594 L 298986.3 -5427106 L 300046.1 -5427226 L 300401.4 -5427270 L 300482.4 -5425566 L 300809.2 -5425420 L 302414 -5425836 L 302735.4 -5425945 L 303520.8 -5425117 L 304221.6 -5424889 L 304484.1 -5424608 L 306224.6 -5425310 L 307645.4 -5427487 L 307840.2 -5427810 L 309772.4 -5426650 L 309424.7 -5425548 L 310343.5 -5425281 L 309058.3 -5423296 L 308969.4 -5422909 L 308640.8 -5422718 L 308329.3 -5421254 L 308230.4 -5420887 L 310515.2 -5419464 L 311079.4 -5418137 L 311843.5 -5418006 L 312840.2 -5418556 L 312336.2 -5417794 L 312294.5 -5417489 L 312982.5 -5417327 L 313333.6 -5417286 L 313491.7 -5418176 L 314608.9 -5418057 L 316203.4 -5417082 L 317615.4 -5417237 L 317995.6 -5417248 L 320098.8 -5416502 L 320394.4 -5416734 L 321919.7 -5418345 L 322234.3 -5418545 L 323152.4 -5417976 L 323504.3 -5417879 L 323598.6 -5417550 L 322786 -5416985 L 322696.2 -5416654 L 322868.8 -5416426 L 323007.3 -5416175 L 324430.6 -5416477 L 324200.2 -5415000 L 324489.7 -5414288 L 325122.1 -5413899 L 326185.3 -5414233 L 324452.5 -5411952 L 324199.8 -5411671 L 325425.9 -5411039 L 325707.5 -5410808 L 326703.7 -5409814 L 327010.4 -5409621 L 327672.3 -5409456 L 327952 -5409248 L 330106.5 -5407211 L 330759.4 -5407059 L 331096.2 -5406900 L 331449 -5406747 L 331778.7 -5406550 L 332002.2 -5406256 L 333041.5 -5406182 L 333668.8 -5405265 L 334622 -5404704 L 334843.5 -5404408 L 334905.7 -5403997 L 334465.1 -5403349 L 335928.8 -5401045 L 336149.2 -5400719 L 335287.3 -5399966 L 334871.9 -5398890 L 334126.1 -5398672 L 333767.7 -5398521 L 332932.6 -5397692 L 332641.9 -5397424 L 332797.3 -5397084 L 334280.8 -5397057 L 335155.7 -5396359 L 335440.3 -5396116 L 335462.7 -5395825 L 335261 -5395527 L 335139.6 -5393887 L 335367.2 -5393644 L 336303.9 -5392836 L 336438.9 -5392825 L 337518.2 -5393727 L 338514.7 -5393303 L 338852.5 -5393161 L 338474 -5392512 L 339158.7 -5391238 L 339432.3 -5390975 L 339295.9 -5390320 L 339326.8 -5389270 L 339978.6 -5389040 L 339678 -5388793 L 338986 -5387407 L 339208 -5386329 L 339547.4 -5386478 L 340942.6 -5386297 L 341118.6 -5383721 L 342405.4 -5382352 L 344291.6 -5382065 L 345221.6 -5381389 L 345545.3 -5381175 L 346346.5 -5380621 L 346670.7 -5380646 L 347479.6 -5379394 L 346489 -5378244 L 347043.4 -5377797 L 349296 -5376634 L 349662 -5376585 L 349534.2 -5376212 L 348636.6 -5374474 L 347650 -5373834 L 348352.1 -5373228 L 348654 -5373136 L 348652.3 -5372782 L 348442.3 -5371751 L 347145.9 -5371267 L 347212.4 -5370987 L 347251.9 -5370702 L 347439.9 -5369553 L 348500.3 -5367926 L 349116.7 -5367483 L 349897 -5367464 L 350042.4 -5367103 L 349794.8 -5366826 L 347676.4 -5364865 L 347854.2 -5363027 L 346422.5 -5361835 L 346182.1 -5361119 L 345857.7 -5360950 L 344717.9 -5359600 L 344515.3 -5359886 L 343908.7 -5359710 L 343761 -5359371 L 342924.5 -5358157 L 341839.2 -5358244 L 340691.2 -5357372 L 339675.6 -5357822 L 339810.1 -5357483 L 338740.2 -5356668 L 338529.6 -5356951 L 338063.3 -5357478 L 337715 -5357419 L 335785.8 -5356640 L 335590.6 -5356546 L 335262 -5355694 L 335032.4 -5355396 L 334328.6 -5354517 L 334334.3 -5353765 L 333372.2 -5352194 L 333597.8 -5351894 L 333910.3 -5352091 L 334956.1 -5352298 L 336322.6 -5351073 L 337027.5 -5350863 L 336671.1 -5350702 L 336043.1 -5350266 L 335402.4 -5348846 L 335793.4 -5348170 L 335469.6 -5347758 L 337927.5 -5343471 L 338433.5 -5342101 L 336714.6 -5341354 L 336701.4 -5340600 L 336016.6 -5340286 L 335681.2 -5340140 L 333111.9 -5338769 L 332830.1 -5339002 L 332522.3 -5339211 L 331612.9 -5339824 L 331159.3 -5340836 L 330529 -5340852 L 330426.4 -5341119 L 330293.8 -5341373 L 330312.5 -5341764 L 327982.9 -5345672 L 327770.3 -5347149 L 327416.4 -5347281 L 325469.1 -5348263 L 324741.4 -5348078 L 323912.8 -5347348 L 323865.2 -5346983 L 324333.4 -5345205 L 324079.3 -5345201 L 323842 -5345109 L 323672.5 -5345436 L 323176.7 -5346275 L 322477 -5346054 L 321042.7 -5346299 L 319963.2 -5346317 L 319609.1 -5346385 L 317579.2 -5347031 L 316873.7 -5346950 L 316886.4 -5347347 L 316854.7 -5348125 L 316411.6 -5348776 L 316079.5 -5348836 L 315103.4 -5349049 L 313815.8 -5350861 L 314090.1 -5351555 L 314699.1 -5351965 L 313693.2 -5353501 L 312510.3 -5352747 L 311586.9 -5353359 L 310066.1 -5353336 L 309752.2 -5353504 L 309130.4 -5353816 L 308982.5 -5354510 L 308891 -5354810 L 308109.4 -5355277 L 307572.1 -5354720 L 306613.6 -5355305 L 305809.5 -5356623 L 305606.4 -5357763 L 306130.5 -5358219 L 306133.1 -5358584 L 305702.6 -5360680 L 305739.3 -5361070 L 305616.3 -5362236 L 305486.7 -5362482 L 305275.9 -5362665 L 305424.6 -5363008 L 305278.6 -5365244 L 305802.8 -5365760 L 306004.9 -5366852 L 305603.8 -5367481 L 305414.2 -5367771 L 305026 -5368326 L 305031.7 -5368724 L 304739.7 -5369877 L 304009 -5370806 L 303797.7 -5370698 L 303134.9 -5370979 L 302834.1 -5371195 L 301960.6 -5372237 L 301242.5 -5372405 L 300865.3 -5372429 L 300025.2 -5373184 L 298971 -5373403 L 298617.7 -5373354 L 297746 -5373796 L 297437.5 -5373616 L 297343.7 -5373226 L 297121 -5372934 L 294642.9 -5372601 L 294362.8 -5372642 L 294092.8 -5372725 L 293763.4 -5372629 L 292349.7 -5371666 L 292122.3 -5371518 L 291743.2 -5371585 L 290677.8 -5371737 L 290499.3 -5371005 L 290721.1 -5370293 L 290377.6 -5370150 L 289183.4 -5370990 L 288540.7 -5370825 L 288672.2 -5370512 L 289310.1 -5369723 L 289554.8 -5369467 L 289163.5 -5368908 L 288818.1 -5368829 L 287110.5 -5368565 L 286826.7 -5368776 L 286518.6 -5368808 L 286053.5 -5368396 L 285680 -5367721 L 285847.4 -5367368 L 285062.5 -5366053 L 283896.8 -5366105 L 283900.6 -5366005 L 283594.1 -5365860 L 282668 -5365598 L 282422.3 -5365309 L 281651.4 -5364012 L 282210 -5363049 L 280507.5 -5362822 L 280194.3 -5362831 L 279277.7 -5362847 L 278957.8 -5363012 L 277998.8 -5363947 L 277888 -5364658 L 277552 -5364815 L 276136.4 -5364497 L 275966 -5363818 L 273753.6 -5362832 L 273868.1 -5362491 L 273539.3 -5363269 L 273350.7 -5363586 L 273654 -5364177 L 273655.7 -5364545 L 273525.9 -5368517 L 273707.3 -5368676 L 274114.3 -5370139 L 273949.2 -5371222 L 273282.4 -5371583 L 272933.3 -5371676 L 271936.1 -5370878 L 269864.4 -5370773 L 269108.9 -5370826 L 267698.9 -5371395 L 267384 -5371572 L 266905.6 -5372092 L 267025.4 -5373516 L 266652.3 -5374126 L 266908.9 -5374340 L 266585.4 -5375268 L 266571 -5375600 L 266568.7 -5375954 L 265742.2 -5377063 L 265397.8 -5376985 L 265856.9 -5378368 L 267458.4 -5379022 L 267546.9 -5379753 L 265054.3 -5381404 L 264331.3 -5382211 L 264180.9 -5382558 L 264073.3 -5382821 L 263895.6 -5383041 L 263631.9 -5383311 L 263079.5 -5383811 L 262444.5 -5383533 L 261354.2 -5383821 L 260502 -5384530 L 260131.8 -5383560 L 259330.6 -5382792 L 259087.8 -5382487 L 260323 -5381090 L 259705.6 -5380114 L 258374 -5379343 L 258076.9 -5377883 L 257068.4 -5378060 L 257055.8 -5378787 L 256753 -5378989 L 255367.3 -5379212 L 255129.5 -5379438 L 254556.7 -5379758 L 253400.8 -5378265 L 253231.2 -5377530 L 251948.9 -5376925 L 251933.2 -5375507 L 251016.3 -5375967 L 250666.8 -5376875 L 250324.6 -5376951 L 249343.6 -5377359 L 249049.7 -5377562 L 249085.6 -5378515 L 248778.6 -5378627 L 248527.8 -5378344 L 246710.3 -5378367 L 246786.5 -5378456 L 246501.7 -5378693 L 245165.7 -5379281 L 244871 -5379057 L 244112.4 -5379079 L 242783.9 -5377897 L 241719.2 -5378006 L 240525.7 -5378810 L 240255 -5378565 L 239777.6 -5377585 L 238544.3 -5376972 L 238311.5 -5376686 L 237099 -5374966 L 236425.6 -5375090 L 236299.1 -5375436 L 236050.4 -5375191 L 235711.9 -5374580 L 235409.9 -5374722 L 234128 -5374867 L 234055.3 -5375057 L 233704.6 -5374876 L 232564.4 -5373799 L 229478.2 -5372153 L 229551.3 -5373193 L 229565.1 -5373588 L 229348.6 -5375538 L 228622.5 -5376868 L 228587.8 -5376517 L 227475.4 -5375861 L 227446 -5375166 L 227115.4 -5375041 L 226763.8 -5374930 L 226078.5 -5375120 L 226000.1 -5375479 L 224977.6 -5375245 L 224383.7 -5375622 L 224020.1 -5375481 L 223608.4 -5374817 L 223841.3 -5374134 L 224950.4 -5373078 L 221874.5 -5371670 L 221551.1 -5371627 L 220613.5 -5372375 L 220475 -5372729 L 220450.2 -5374916 L 219300 -5374956 L 217814.3 -5373876 L 217653.7 -5374166 L 217456.9 -5375401 L 217527.2 -5376032 L 217249.3 -5376264 L 216887.2 -5376405 L 215610.4 -5378773 L 214557.1 -5379231 L 214558.1 -5379230 z "
id="path639" />
<path
d="M 569716.1 -5023433 L 569406.1 -5023223 L 567926 -5023226 L 566526.9 -5023678 L 565615.9 -5024799 L 564999.8 -5024399 L 564897.8 -5024762 L 564900.9 -5026263 L 563847.8 -5025942 L 563460.8 -5026581 L 562517.8 -5027182 L 561757.7 -5026456 L 561385.7 -5026408 L 561380.7 -5026034 L 561067.7 -5024964 L 561135.7 -5023134 L 560547.7 -5022716 L 559867.7 -5022563 L 558870.7 -5023180 L 558641.7 -5022948 L 557559.7 -5022840 L 556766.7 -5023543 L 556050.7 -5023544 L 555717.7 -5023696 L 555406.7 -5023609 L 554762.7 -5023662 L 554395.7 -5023584 L 554235.7 -5024234 L 554562.7 -5024864 L 553849.7 -5025051 L 553042.7 -5025792 L 552808.7 -5026067 L 552093.7 -5025981 L 551685.7 -5025393 L 551371.7 -5023881 L 549981.8 -5023305 L 549638.8 -5022251 L 548587.9 -5021181 L 547841.9 -5021093 L 546039.9 -5022983 L 545709.9 -5023175 L 545335.9 -5024734 L 545483.9 -5025037 L 545375.9 -5025402 L 544931.9 -5026020 L 544768.9 -5026380 L 543991.9 -5028179 L 543618.9 -5027516 L 542942.9 -5027236 L 542337.9 -5027691 L 540275 -5028130 L 540018 -5028423 L 539100 -5029111 L 538650 -5030948 L 538300 -5030792 L 536946.1 -5030120 L 535715.2 -5028699 L 535488.3 -5027987 L 535117.3 -5027892 L 534758.3 -5028014 L 532893.5 -5028022 L 532332.6 -5027522 L 532201.6 -5027834 L 531258.7 -5028193 L 530594.8 -5027855 L 529907.9 -5028176 L 529184 -5027943 L 528190 -5029084 L 527899 -5029345 L 527291 -5030324 L 527018 -5030144 L 526111.1 -5030167 L 525294.4 -5027481 L 524955.4 -5027650 L 524825.4 -5028385 L 523613.4 -5029823 L 522903.5 -5030025 L 522586.6 -5029817 L 522559.6 -5029426 L 522278.8 -5028285 L 521949.9 -5027729 L 521601 -5027537 L 519814.4 -5026735 L 519476.5 -5026627 L 518438.7 -5026707 L 517934.7 -5027157 L 517883.7 -5026796 L 516893 -5025770 L 516572.3 -5024359 L 516353.3 -5024416 L 516011.4 -5024104 L 515819.4 -5024438 L 515072.5 -5024402 L 514554.7 -5023841 L 513517 -5023426 L 513356.1 -5022701 L 513640.1 -5022440 L 511301.6 -5022301 L 510937.7 -5022260 L 510338.8 -5022670 L 509701 -5022319 L 507562.4 -5022648 L 507323.5 -5022439 L 507010.6 -5022388 L 506807.7 -5022059 L 506382 -5021019 L 504945.4 -5020627 L 504408.6 -5020085 L 504610.9 -5018574 L 503918.3 -5017693 L 504115.3 -5017362 L 503815.4 -5017190 L 502340 -5016399 L 501988.1 -5016352 L 501331.4 -5016100 L 500896.8 -5015160 L 500528.9 -5015293 L 499399.1 -5015563 L 496953.3 -5017353 L 495436.7 -5017601 L 495387.6 -5017983 L 494141.4 -5019910 L 493551.1 -5021740 L 493530 -5022260 L 493269.7 -5023784 L 493412.6 -5024148 L 493064.7 -5024018 L 492035.9 -5024307 L 491084.9 -5025383 L 490769.9 -5025574 L 490119 -5025812 L 489563.4 -5024953 L 489188.5 -5025036 L 488348.5 -5025808 L 487910.4 -5026838 L 487522.5 -5026810 L 486010 -5026662 L 485017 -5027733 L 483009.8 -5026638 L 482650.1 -5025979 L 482291.2 -5026096 L 481948.3 -5026231 L 480846.6 -5026194 L 479904.7 -5026727 L 479577.8 -5026875 L 478203.3 -5026561 L 477123.9 -5025641 L 476347.9 -5026480 L 475957.7 -5027530 L 474570.8 -5028715 L 474434.4 -5030224 L 474698.3 -5030434 L 475227.9 -5031239 L 475107.8 -5031888 L 473990.1 -5031939 L 472915.5 -5031571 L 472210.5 -5032456 L 471860.6 -5032553 L 471184.7 -5032794 L 470114.1 -5032591 L 470189 -5032965 L 469983.6 -5034860 L 469483.8 -5034841 L 468294.5 -5033375 L 467528.7 -5033346 L 466199.9 -5034017 L 465543.8 -5034933 L 465172.9 -5034920 L 463185.8 -5034125 L 463251.7 -5034473 L 463839 -5036508 L 463472.1 -5036539 L 462075.4 -5036893 L 461061.8 -5036466 L 461499.2 -5038056 L 461243.1 -5038602 L 461122.1 -5038878 L 461170.9 -5039608 L 461865.4 -5040949 L 461597.3 -5041615 L 461838.1 -5042300 L 461615.9 -5043402 L 461864.8 -5043688 L 461754.6 -5044529 L 461694.6 -5044832 L 461048.8 -5044777 L 460169 -5045167 L 459547.9 -5046523 L 458468 -5047639 L 457636.9 -5049382 L 457797.7 -5050089 L 458518.4 -5050696 L 458812.3 -5050845 L 459111.8 -5053491 L 459111.7 -5053876 L 459447.5 -5054497 L 461603 -5054334 L 461910.9 -5054385 L 462003.8 -5054869 L 461994.8 -5055181 L 462550.5 -5056133 L 461660.6 -5057262 L 461667.5 -5057965 L 462453.2 -5058968 L 462776.1 -5059077 L 462594.1 -5059389 L 462562 -5060426 L 462209.1 -5060593 L 462244.9 -5062109 L 459970.1 -5065250 L 459440.1 -5066272 L 458357.3 -5066571 L 458029.3 -5067269 L 457082.4 -5067871 L 456751.5 -5067681 L 456114.6 -5067905 L 455484.7 -5068846 L 455436.7 -5069198 L 455247.6 -5070931 L 452052 -5074881 L 451952 -5075254 L 453054.8 -5076330 L 454931.5 -5076005 L 455429.4 -5076524 L 455920.3 -5077354 L 456609.2 -5077276 L 456757.2 -5077985 L 456275.3 -5078518 L 456225.3 -5079242 L 456284.3 -5079602 L 457985 -5079754 L 457982 -5080104 L 458680.9 -5080080 L 459706.7 -5079303 L 460067.6 -5079281 L 460801.5 -5080582 L 460850.5 -5081726 L 461605.4 -5081838 L 464555.1 -5084245 L 464827.1 -5084520 L 465188.1 -5084692 L 464109.3 -5085103 L 464133.4 -5086619 L 464732.4 -5087101 L 464725.5 -5087838 L 466061.4 -5088485 L 465834.5 -5089566 L 468652.3 -5090517 L 469015.3 -5090616 L 469325.4 -5091315 L 468502.6 -5092574 L 468249.7 -5092865 L 467972.9 -5093911 L 468440.1 -5095676 L 468382.2 -5096041 L 468654.3 -5096685 L 468532.5 -5097711 L 468733.5 -5097997 L 468465.6 -5098287 L 466483.9 -5099574 L 465047.6 -5102814 L 464743.9 -5103960 L 464900 -5104733 L 464776.1 -5105423 L 464634.4 -5106887 L 464754.5 -5107570 L 465203.6 -5108078 L 465230.8 -5108796 L 465438 -5109765 L 465808 -5109994 L 465916.1 -5110241 L 467633.7 -5108704 L 467913.6 -5108429 L 468459.7 -5108713 L 468727.7 -5108883 L 470077.5 -5108181 L 470408.4 -5107978 L 471448.3 -5107596 L 472192.3 -5107745 L 472777.4 -5108244 L 473364.7 -5109631 L 473536.8 -5109930 L 473895.2 -5111351 L 474381.4 -5111934 L 474525.8 -5113437 L 475169.9 -5113840 L 476264 -5114148 L 476534.1 -5114425 L 477827.1 -5114307 L 478108.1 -5114480 L 478071.3 -5115210 L 478653.6 -5116119 L 478050.2 -5117859 L 478677.5 -5118797 L 478857.6 -5119131 L 479921.5 -5118737 L 480952.2 -5117639 L 481710.2 -5117720 L 482806.9 -5116686 L 483025.8 -5116375 L 484475.7 -5116126 L 484846.7 -5116103 L 485382.1 -5117081 L 485514.6 -5118568 L 485848.7 -5118739 L 485418.2 -5120089 L 485528.5 -5120796 L 485535.6 -5121164 L 488323.3 -5122651 L 488667.4 -5122806 L 489148.2 -5122194 L 490712.4 -5122422 L 492205.3 -5121933 L 493761.5 -5122007 L 494943.3 -5121196 L 495307.3 -5121153 L 494249.8 -5120111 L 494776.5 -5119161 L 494563.4 -5118845 L 494284.3 -5118597 L 493600.2 -5118421 L 492979 -5117942 L 492693.6 -5116803 L 493291.1 -5115352 L 493223.8 -5114568 L 492583.6 -5114151 L 492781.5 -5113906 L 492963.4 -5113650 L 495480.3 -5113101 L 495773.4 -5113340 L 496501.9 -5108956 L 496716.8 -5108648 L 497047.6 -5108067 L 497283.5 -5107830 L 497930.6 -5108145 L 499022.6 -5108000 L 500157.3 -5107038 L 500568 -5106012 L 501135.9 -5105614 L 501482 -5105753 L 502181.1 -5106037 L 502486.2 -5106260 L 503353 -5105505 L 506500.6 -5106740 L 507181 -5104953 L 507057.6 -5103807 L 507257.5 -5103476 L 507881.5 -5103383 L 508201.5 -5103384 L 508434.5 -5103264 L 508608.5 -5103066 L 508879.4 -5102828 L 509345.3 -5102282 L 512959.4 -5101680 L 513327.4 -5101750 L 513334.7 -5102514 L 516044 -5102690 L 516614.8 -5101854 L 517108 -5102200 L 517438 -5102117 L 517279.9 -5101799 L 517807.8 -5101399 L 518150.8 -5101312 L 519037 -5101527 L 519298.1 -5101688 L 520783.1 -5101379 L 521446.3 -5101718 L 522495.4 -5101544 L 522840.5 -5101704 L 523082.3 -5101196 L 523767.4 -5101247 L 523973.3 -5100972 L 525196.2 -5100360 L 525108.9 -5099662 L 525142.8 -5099310 L 525467.9 -5099528 L 528005.6 -5100481 L 529065.2 -5101608 L 530593.5 -5101866 L 531908 -5102716 L 532099.9 -5102374 L 533090.6 -5101218 L 533851.7 -5101164 L 534531 -5101559 L 534820.8 -5101071 L 535079.7 -5100814 L 535077.4 -5100084 L 535951.1 -5098951 L 535592 -5098850 L 535283.9 -5098640 L 535620.5 -5097577 L 535380.6 -5095388 L 535730.7 -5095527 L 536077.8 -5095677 L 537120.1 -5096084 L 539732.5 -5096117 L 539749.8 -5096775 L 541113.1 -5096894 L 541627.9 -5096087 L 541919 -5096291 L 542253 -5096229 L 542372.2 -5096578 L 544167.5 -5096532 L 544646.8 -5097086 L 544979.9 -5097244 L 545767.8 -5096535 L 546911.3 -5094669 L 546948.2 -5094298 L 547917.8 -5092776 L 548272 -5090610 L 548410.9 -5090267 L 548962.2 -5090756 L 550724.4 -5090283 L 551094.5 -5090302 L 551980.4 -5089733 L 552196.9 -5088360 L 552343.8 -5088025 L 553018.6 -5087245 L 553233.5 -5086970 L 553243.5 -5086945 L 555369.6 -5086080 L 555763.4 -5085454 L 555970.3 -5085133 L 556848.2 -5084432 L 557855.7 -5082397 L 557966.6 -5082031 L 557653.5 -5081844 L 556406.7 -5080375 L 554968.4 -5080284 L 555101.3 -5079958 L 555346.1 -5079306 L 555985.2 -5079418 L 555839.1 -5079070 L 555393.7 -5078128 L 555267.6 -5078009 L 555890 -5075817 L 554810.8 -5072588 L 553456.4 -5071842 L 553328.2 -5071166 L 553877.1 -5070608 L 556066.2 -5069793 L 556725.9 -5068506 L 556440.8 -5068236 L 556234.7 -5068057 L 556125.6 -5067782 L 555980.5 -5067524 L 556271.5 -5067294 L 557460.3 -5065940 L 558223.6 -5066552 L 559191.2 -5064571 L 559827.2 -5064182 L 560197.3 -5064137 L 559898.1 -5063563 L 560137 -5062959 L 560325 -5062693 L 559829.6 -5061413 L 559922.4 -5060702 L 559974.3 -5060348 L 561119.1 -5058801 L 561312 -5058465 L 561986.7 -5056836 L 562179.7 -5056541 L 563147.6 -5055513 L 563278.5 -5054819 L 563390.4 -5054484 L 563511.3 -5054188 L 563625.3 -5053888 L 564583.3 -5053357 L 566364.5 -5053068 L 566508.4 -5052364 L 566571.3 -5052004 L 566881.3 -5051918 L 567189.3 -5051825 L 568166.2 -5050717 L 569967.4 -5050285 L 570302.4 -5050109 L 570361.3 -5049762 L 572149.3 -5048148 L 572419.3 -5047914 L 572731.2 -5047314 L 572924.2 -5047007 L 573142.1 -5046315 L 573920.1 -5045557 L 573308.7 -5044170 L 574294.3 -5040894 L 574592.2 -5039984 L 574799.2 -5039727 L 575153.2 -5039532 L 575420.2 -5039393 L 576307.2 -5038841 L 576262.1 -5038154 L 576446.1 -5037856 L 576271 -5037526 L 575364.7 -5036871 L 575053.6 -5036214 L 574992.5 -5035851 L 575481.4 -5034871 L 575204.3 -5034188 L 575675.3 -5033637 L 575360.2 -5033521 L 574512 -5033086 L 574728 -5032793 L 574766 -5032430 L 574765 -5032310 L 574497.9 -5032055 L 572744.6 -5031566 L 571279.3 -5030587 L 570923.3 -5030684 L 570710.2 -5030359 L 570401.1 -5029646 L 569738 -5029289 L 569245.8 -5027858 L 569287.6 -5024845 L 569715.6 -5023433 L 569716.1 -5023433 z "
id="path640" />
<path
d="M 628466.3 -5047362 L 628117.2 -5047522 L 628092 -5047165 L 627929.6 -5046481 L 628990.7 -5045132 L 628389.3 -5044992 L 627807.9 -5044766 L 627635 -5045117 L 627084.9 -5045661 L 626270.3 -5047852 L 625408.1 -5048636 L 625089.9 -5048457 L 624483.4 -5048054 L 623253.8 -5048063 L 622994.8 -5048336 L 621940.7 -5049316 L 621637.6 -5049468 L 620772 -5048946 L 620124.7 -5049045 L 619762.5 -5048995 L 618160.5 -5048170 L 617571.4 -5048590 L 616852.1 -5048615 L 616787.4 -5049362 L 616469.3 -5049562 L 613916.2 -5049541 L 613938.3 -5049841 L 614419.8 -5050546 L 614257.8 -5050836 L 613341.6 -5051224 L 612486.5 -5051913 L 611788.8 -5053643 L 611473.7 -5053764 L 610291.4 -5054349 L 609950.2 -5054318 L 609339 -5054595 L 609218.2 -5055155 L 608913.2 -5055381 L 607920.4 -5056964 L 608172.6 -5057149 L 607898.8 -5057948 L 607534.7 -5058087 L 605808.3 -5058872 L 606021.5 -5059160 L 605783.8 -5060187 L 606357.4 -5061062 L 606080.4 -5061294 L 605725.5 -5061911 L 606277 -5062437 L 606446.5 -5063574 L 607181.2 -5064455 L 607653.2 -5066318 L 608549.9 -5067006 L 608409 -5067298 L 607576 -5068226 L 607197.8 -5068172 L 606233.1 -5067576 L 605132.7 -5067740 L 605216.9 -5068087 L 604313.3 -5069954 L 605013 -5070827 L 606414.9 -5071428 L 606311.9 -5073687 L 606938.2 -5073758 L 607264.2 -5073544 L 606649.7 -5075136 L 606813.9 -5075452 L 606305.9 -5075949 L 606657.1 -5076010 L 606883.7 -5076979 L 607413.2 -5077374 L 607130.2 -5077630 L 606813.4 -5078308 L 607389.9 -5078797 L 607800.6 -5079865 L 607660.8 -5080456 L 607285.6 -5080387 L 605068.6 -5080518 L 603603.5 -5081684 L 603430.6 -5082028 L 603150 -5083148 L 602306 -5083932 L 602061.3 -5084653 L 602380.5 -5084853 L 603822.8 -5086004 L 603467.7 -5086097 L 603204.8 -5086640 L 603781.6 -5087578 L 603044.3 -5087774 L 601903.3 -5088785 L 601153 -5088903 L 599701 -5090110 L 600208.5 -5090666 L 599271.9 -5092299 L 598250.7 -5092793 L 597991.7 -5093031 L 596946.3 -5093147 L 596090.2 -5093749 L 596024.6 -5094451 L 595919.7 -5094788 L 596315.8 -5094738 L 597357.5 -5095080 L 597751.3 -5094443 L 598124.5 -5094410 L 599246.2 -5094796 L 600116.2 -5094059 L 600403.7 -5094672 L 601010.7 -5095878 L 600875.8 -5096197 L 600708.9 -5096553 L 600504.4 -5097698 L 600444.4 -5097683 L 600101.2 -5097600 L 599108.6 -5097314 L 598505.5 -5097683 L 598189.5 -5097913 L 597695.9 -5098974 L 596974.7 -5099243 L 597000.9 -5099583 L 596219.2 -5100688 L 596396.5 -5100980 L 596676.8 -5101221 L 597386 -5101017 L 598842.8 -5101233 L 599771.9 -5102334 L 599977.2 -5102626 L 600062.1 -5104006 L 600336.3 -5104092 L 600750.7 -5104381 L 600713.9 -5104746 L 600798.6 -5105841 L 600376.8 -5106441 L 600614.6 -5107520 L 600881.9 -5107773 L 601407.5 -5108291 L 601569.5 -5109755 L 602148 -5110126 L 602380.3 -5110384 L 604219.5 -5110725 L 604602.7 -5110752 L 605786.2 -5112034 L 606143.4 -5112025 L 606427.4 -5111807 L 608208.7 -5110665 L 608915 -5110551 L 609371.4 -5112278 L 609943.1 -5112754 L 610492.3 -5114132 L 610224.3 -5114357 L 608595.1 -5115449 L 608301 -5115606 L 607976.9 -5115679 L 607705.9 -5115927 L 607178 -5116439 L 607219.5 -5117156 L 609218.3 -5118023 L 609117.5 -5118453 L 608965.6 -5118788 L 607935.7 -5119830 L 606495.9 -5119821 L 606341.3 -5120472 L 606725.4 -5121794 L 606458.7 -5122455 L 606252.8 -5122746 L 606459.1 -5122944 L 606789.6 -5124770 L 607083 -5125023 L 607043.4 -5125613 L 607031.6 -5125913 L 607197.5 -5127002 L 607823.6 -5127949 L 607718.8 -5128316 L 608090 -5128242 L 609148.7 -5128370 L 609340.4 -5129098 L 610175.4 -5128387 L 610315.2 -5128032 L 611371.2 -5128428 L 612064.5 -5128173 L 613103.4 -5127125 L 613741 -5127434 L 614100.3 -5127544 L 615139.5 -5125575 L 615339.4 -5125252 L 618283.8 -5125849 L 618596.2 -5126073 L 618702 -5127109 L 619252.1 -5128013 L 619431.4 -5128320 L 620391 -5128233 L 620542.9 -5127897 L 620613.9 -5126461 L 621394.9 -5125720 L 621694.9 -5125520 L 623852.3 -5125348 L 624171.4 -5125177 L 624266.6 -5126642 L 624018.7 -5126932 L 625438.7 -5128218 L 625385.3 -5128990 L 625644.7 -5129278 L 626754.7 -5129498 L 627638.8 -5128788 L 628796.4 -5129692 L 629856 -5129472 L 629830.5 -5128891 L 629908.3 -5128607 L 630652 -5127548 L 630978.2 -5127540 L 631046.2 -5126228 L 631007.9 -5125881 L 630495.3 -5125616 L 629975.3 -5126052 L 629256.2 -5125416 L 628945.1 -5125552 L 629018.3 -5124452 L 629779.2 -5123618 L 630895.2 -5123790 L 631170.2 -5123532 L 632090.6 -5123073 L 633310.6 -5121873 L 633079.9 -5121235 L 632075.2 -5121322 L 633017.6 -5119646 L 633322.7 -5119485 L 632255.9 -5118174 L 632262.6 -5117808 L 632183.3 -5117444 L 632514.8 -5116422 L 633204.8 -5115715 L 635258 -5115298 L 635531.4 -5115536 L 636178.9 -5115545 L 636477.2 -5115714 L 636842.5 -5115676 L 637017.2 -5115120 L 637176.1 -5114760 L 637764.2 -5114245 L 638411.4 -5113804 L 638616.3 -5113470 L 638148.5 -5111539 L 637941.1 -5111226 L 637515.3 -5110604 L 637271.9 -5110312 L 636356.3 -5109105 L 636326 -5108775 L 636000.1 -5107864 L 635660.5 -5107412 L 635478.2 -5107198 L 635248.8 -5106929 L 634560.8 -5106145 L 634705.2 -5105155 L 635227.3 -5104785 L 635618.9 -5103848 L 635679.7 -5103514 L 635488.1 -5102816 L 635280.7 -5102517 L 634014.9 -5101259 L 634511.4 -5099910 L 634604.3 -5099613 L 634587.9 -5098991 L 634414.3 -5098249 L 634828.6 -5096801 L 634844.3 -5096421 L 634808.2 -5096312 L 634906.8 -5095601 L 635351.5 -5093105 L 635184.9 -5092395 L 635029.6 -5092063 L 634902.4 -5091829 L 634640 -5091542 L 633521.6 -5090464 L 633670 -5089400 L 634297.2 -5089089 L 634651.4 -5089048 L 635613.9 -5088758 L 635949.2 -5088808 L 636563.9 -5089191 L 637251.4 -5089154 L 637970.1 -5087908 L 638138 -5087588 L 639599.9 -5087316 L 639762.8 -5087044 L 639853.3 -5086096 L 639372.1 -5084785 L 639460.1 -5084595 L 642468.3 -5086359 L 642826.7 -5086513 L 643150.6 -5085888 L 644524.4 -5085473 L 644644 -5084771 L 644657.8 -5084411 L 645055.3 -5084770 L 645316.5 -5084831 L 645547.7 -5083310 L 645603.5 -5082930 L 647212.4 -5082363 L 647573.6 -5082325 L 647005.2 -5080810 L 646961 -5080476 L 648187.1 -5079153 L 648432.6 -5078074 L 648621.5 -5077755 L 648525.2 -5077393 L 648485.8 -5075154 L 648961.8 -5074575 L 650681.5 -5075216 L 651046.7 -5075155 L 652243.7 -5075216 L 652515.8 -5075039 L 653294.3 -5074888 L 654266.2 -5075130 L 654576.5 -5075288 L 654903.9 -5075405 L 655779.3 -5074885 L 656119.6 -5074936 L 656428 -5075113 L 657752.2 -5075284 L 658324.9 -5075684 L 659023.5 -5075677 L 659329.6 -5075501 L 661607.7 -5075770 L 661997 -5075786 L 662324.3 -5075883 L 662653.6 -5075975 L 661926.1 -5073042 L 661617.7 -5072820 L 659816.5 -5073397 L 659451.2 -5073497 L 659546.9 -5072776 L 659520.7 -5072412 L 660322.3 -5070693 L 661833.6 -5070801 L 662204.9 -5070702 L 662062.5 -5070345 L 661958.7 -5069207 L 662358.2 -5067754 L 665157.4 -5067403 L 665427.5 -5067165 L 666175.4 -5065943 L 667147.9 -5065409 L 667465.1 -5065206 L 667293.2 -5064068 L 667200.9 -5063689 L 666938.8 -5063949 L 666286 -5063624 L 665277.4 -5064027 L 663236.2 -5063205 L 663482.8 -5062092 L 662262.3 -5061189 L 662120 -5060830 L 661371.3 -5060691 L 659431.7 -5058853 L 659651.6 -5058360 L 659765.6 -5058115 L 658252.8 -5056968 L 658151.9 -5055426 L 658771.9 -5054446 L 658476.6 -5054217 L 657982 -5053710 L 655537.6 -5054573 L 654514.6 -5054114 L 654745.6 -5053804 L 655485.1 -5053627 L 655289.4 -5052485 L 655249.3 -5052435 L 654897.1 -5052603 L 653132.2 -5053426 L 650122.8 -5052754 L 649686.4 -5052562 L 648583.7 -5052675 L 646912.2 -5052030 L 646627 -5052026 L 646101.5 -5051679 L 644477 -5050779 L 644606.9 -5050475 L 644342.2 -5049186 L 643635.9 -5049546 L 643317.8 -5049721 L 642047.3 -5050375 L 640660.5 -5050563 L 640287.2 -5050476 L 638038.8 -5050243 L 638138.7 -5049866 L 640518.6 -5048630 L 640988.7 -5048171 L 641126.7 -5047867 L 641376.6 -5047365 L 641509.6 -5047120 L 642454.6 -5045852 L 642780.7 -5045625 L 644867.7 -5044892 L 645644.9 -5044151 L 645578.7 -5043786 L 644787.7 -5042568 L 643827.6 -5041380 L 643575.3 -5041094 L 643277 -5040727 L 642948.7 -5040558 L 641964.9 -5040065 L 641141.9 -5038853 L 640191.2 -5038292 L 640025.1 -5038193 L 639700.8 -5038026 L 638551.9 -5037175 L 638564.8 -5036844 L 638684.5 -5035860 L 638547.3 -5035552 L 638271.1 -5035454 L 637984 -5035596 L 636783.3 -5035585 L 636556.3 -5035855 L 635245.1 -5037440 L 635600.4 -5037586 L 635260.7 -5039045 L 633946.3 -5039818 L 633698.1 -5039540 L 632264.8 -5037974 L 630863.2 -5038128 L 630511.1 -5038214 L 629993.6 -5037716 L 629832.8 -5038387 L 629304.7 -5038850 L 628960.5 -5038728 L 628375.7 -5039996 L 628658.9 -5040255 L 628309 -5043632 L 629351.9 -5044720 L 629421.1 -5045098 L 629511.2 -5045122 L 629651.4 -5045439 L 630942.5 -5046455 L 631164.8 -5046793 L 630217.8 -5047995 L 628846.9 -5047410 L 628466.7 -5047361 L 628466.3 -5047362 z "
id="path641" />
<path
d="M 686962 -5243544 L 686383.6 -5243877 L 686518.6 -5244571 L 686765.3 -5244849 L 687877.6 -5245432 L 688069.2 -5246523 L 687652.4 -5247944 L 687553.5 -5248109 L 687536.4 -5249666 L 687728.1 -5250006 L 687939.8 -5250318 L 687793.5 -5251057 L 688054.8 -5251757 L 686606.5 -5252342 L 684632.2 -5251138 L 684449.4 -5251441 L 683234.5 -5252042 L 683450.1 -5253123 L 683758.8 -5253329 L 683731.6 -5254015 L 682926 -5255237 L 683034.6 -5257160 L 683457 -5257795 L 683642.6 -5258060 L 683223.5 -5258462 L 682942.8 -5258227 L 681904.7 -5258464 L 681557.5 -5259483 L 681219.2 -5259639 L 678994.6 -5258358 L 679087.2 -5258696 L 679116 -5259325 L 678282.6 -5259882 L 678941.7 -5260087 L 680765.5 -5261140 L 681025.1 -5261380 L 680700.7 -5261388 L 679478.6 -5261777 L 679536 -5262048 L 679745.9 -5262559 L 680186.7 -5263471 L 680318.3 -5263783 L 682480 -5263575 L 682815.8 -5263058 L 683152.1 -5262918 L 683640.4 -5263435 L 683964 -5263587 L 684401.1 -5264767 L 685295.9 -5266025 L 685689.8 -5267115 L 686795.3 -5267097 L 686891.8 -5267427 L 687498.2 -5269359 L 687488.7 -5269743 L 687040.9 -5271151 L 686363.2 -5271358 L 686628.5 -5272829 L 685942.3 -5275782 L 685367.9 -5276079 L 685168.1 -5276396 L 682974.7 -5278396 L 681871.5 -5278617 L 681308 -5277299 L 680045.9 -5274679 L 679783.3 -5274539 L 679248.5 -5274440 L 678398.5 -5275337 L 678087.2 -5275439 L 678096.6 -5277307 L 679018 -5278986 L 680145.8 -5280009 L 680317.5 -5280352 L 680021.1 -5280377 L 679802.5 -5280885 L 679996.2 -5281231 L 680300.2 -5283184 L 681401.1 -5283531 L 682390.8 -5282987 L 683157.8 -5282970 L 685017 -5283469 L 685717.1 -5284321 L 685992.8 -5284589 L 687483.9 -5283834 L 687811.3 -5283762 L 688095.4 -5283502 L 689620.6 -5283528 L 692134.7 -5286934 L 692269.4 -5287296 L 692543.8 -5287268 L 692861.9 -5287051 L 693512.3 -5286643 L 693670.1 -5285503 L 694602.8 -5283432 L 695005.9 -5283826 L 695287.4 -5283852 L 695992.2 -5283668 L 697044.3 -5284082 L 698498.4 -5284000 L 698823.1 -5284191 L 699263.4 -5284693 L 699281.9 -5285026 L 699580.4 -5285078 L 699873.9 -5285151 L 700468.4 -5284848 L 701699 -5285402 L 701820.7 -5285746 L 701897.3 -5286128 L 701725.6 -5287268 L 701019.7 -5288170 L 701202.2 -5289058 L 701056.3 -5289328 L 701600.3 -5289493 L 701849.9 -5289632 L 701584.9 -5289923 L 701349.4 -5290583 L 701543.2 -5290927 L 702792.4 -5291862 L 702675.7 -5292204 L 702538.9 -5292539 L 702632.6 -5292920 L 702610.6 -5293696 L 702682.2 -5294049 L 702247.2 -5294579 L 700492.5 -5294562 L 700643.5 -5295170 L 700474.6 -5295424 L 700207.4 -5295573 L 700310.1 -5295945 L 700770.3 -5299329 L 701331.5 -5300344 L 702439.3 -5300408 L 702827.9 -5300378 L 703209.4 -5300337 L 703915.1 -5300070 L 704174.4 -5299988 L 705054.3 -5300409 L 705248 -5300689 L 705407.2 -5301381 L 705015.4 -5303488 L 705693.9 -5303822 L 706247.9 -5304697 L 708349.7 -5304312 L 709083 -5304396 L 708935.9 -5303737 L 709282.1 -5303432 L 709619.7 -5303483 L 710943.7 -5304085 L 711316.3 -5304060 L 711214.5 -5304359 L 710999.9 -5304877 L 710868.5 -5306299 L 711912.3 -5307824 L 711940.2 -5308531 L 712382.7 -5309116 L 712590 -5309828 L 712816.7 -5310111 L 715220 -5309574 L 715457.8 -5309847 L 715640.8 -5310380 L 715726.3 -5310649 L 715597.6 -5311009 L 715233.9 -5312441 L 716119.2 -5313095 L 715993.3 -5314116 L 716858.6 -5314790 L 717253.3 -5314818 L 717640.1 -5314900 L 717643.1 -5317178 L 717791.8 -5317535 L 718231.1 -5317926 L 719378.9 -5318573 L 719713.5 -5318575 L 719946 -5317894 L 720534.4 -5317480 L 720676.2 -5317149 L 719376.8 -5315517 L 719086.1 -5315319 L 718767.7 -5313895 L 719513.8 -5313744 L 719896.5 -5313744 L 720515.9 -5314044 L 721124.1 -5314895 L 721440.9 -5315051 L 721529 -5315778 L 721541.5 -5316144 L 723513 -5316205 L 723898.6 -5316111 L 724367.2 -5316718 L 724389.2 -5317456 L 725329.3 -5318583 L 725180 -5319311 L 726064.7 -5320939 L 728575.5 -5322675 L 728877.4 -5322916 L 729533.2 -5322637 L 729880.9 -5322723 L 731302.6 -5322787 L 731653.1 -5322685 L 732007.6 -5323321 L 732966 -5323823 L 733257.8 -5324042 L 734888.8 -5322481 L 735172 -5322214 L 734944.4 -5321312 L 734980.1 -5321002 L 735468.3 -5320487 L 735895.8 -5318761 L 735710.1 -5318440 L 734853.8 -5317929 L 734959.5 -5317595 L 735295 -5317494 L 735722.3 -5317153 L 735769 -5316831 L 736525.7 -5316234 L 737130.1 -5316477 L 737329.8 -5316745 L 739246.9 -5315580 L 739342.6 -5315207 L 739115.7 -5314079 L 739482.2 -5313958 L 739864.9 -5313899 L 740229.4 -5314501 L 741270.2 -5314315 L 741615.8 -5314246 L 742193.9 -5315002 L 742543.6 -5314977 L 743203.7 -5315594 L 743423.4 -5315800 L 744226.9 -5316447 L 744463.7 -5316696 L 745613.3 -5316950 L 746679.7 -5316454 L 747853 -5316427 L 750686.4 -5317681 L 750974.3 -5317951 L 752015.9 -5317561 L 752730.6 -5317743 L 753972.2 -5316999 L 754212.8 -5316300 L 754308.5 -5315942 L 756063.4 -5316089 L 757410.2 -5313804 L 758357.5 -5313268 L 758111.6 -5312181 L 759607.1 -5310093 L 759805.1 -5309768 L 761637.8 -5311052 L 764123.2 -5311834 L 764493.1 -5311880 L 765447.8 -5313862 L 765608.6 -5314204 L 766334 -5315519 L 768357.9 -5316592 L 768717.9 -5316728 L 769071.7 -5316754 L 769432.7 -5316153 L 769600.6 -5315842 L 770894.5 -5315029 L 771817 -5313831 L 771774.9 -5313055 L 772205.1 -5312410 L 774063.9 -5311298 L 775108 -5311030 L 775399.4 -5310803 L 775594.7 -5310705 L 775747.8 -5310551 L 776348.7 -5310183 L 776694.4 -5310104 L 777204.8 -5309505 L 778796.3 -5308540 L 779141.9 -5308387 L 779292.4 -5308456 L 779375.1 -5308079 L 782943.1 -5306865 L 783398.4 -5306293 L 783464.6 -5305585 L 783321.8 -5305243 L 783567.7 -5304737 L 785779.1 -5303249 L 786024.3 -5302955 L 786127 -5302582 L 784906.4 -5300607 L 783389.1 -5299404 L 782594.8 -5297637 L 782347.9 -5297376 L 781421.2 -5295483 L 781548.7 -5294842 L 781612.4 -5294523 L 781694.1 -5294155 L 781658.1 -5292707 L 782650 -5291618 L 782584.5 -5290593 L 783326.8 -5289467 L 783411.6 -5289119 L 783557.6 -5288832 L 783370.4 -5287570 L 783315.8 -5286469 L 783922.6 -5285203 L 784160.8 -5284916 L 784421.9 -5284510 L 785015.8 -5284106 L 785164.2 -5283406 L 784646.8 -5282535 L 784559.1 -5282181 L 783764.8 -5281963 L 783656.1 -5281605 L 783625 -5280860 L 784230.9 -5280439 L 784459.5 -5279729 L 784543.7 -5279713 L 784700.7 -5279416 L 784868.7 -5279126 L 784734.9 -5278787 L 785599.1 -5278091 L 785767.5 -5277365 L 786759.2 -5276862 L 787011.5 -5276587 L 787085.5 -5276461 L 787144.5 -5276351 L 786852.5 -5276166 L 786272.6 -5275794 L 786090.3 -5275130 L 785669.1 -5274998 L 785597.4 -5274634 L 785357.4 -5273554 L 784277.8 -5272102 L 783974.1 -5272153 L 783381.7 -5272208 L 783097.2 -5272346 L 782519.1 -5272595 L 782181.5 -5272734 L 781785.4 -5273345 L 781479 -5273571 L 781084.9 -5274220 L 779999.8 -5274568 L 779728 -5274450 L 779615.4 -5274198 L 779555.6 -5273672 L 779181.8 -5273723 L 778646.2 -5274236 L 776921.8 -5274726 L 777024.8 -5275314 L 777155.5 -5275590 L 775362.4 -5275697 L 774920.5 -5276495 L 774505.2 -5275510 L 775564.2 -5274390 L 775813.4 -5274090 L 775644.5 -5273747 L 775028.8 -5272798 L 774698.3 -5272246 L 774468.4 -5271928 L 774261.4 -5271595 L 773993.5 -5271353 L 772701.8 -5270825 L 772010.3 -5270923 L 771666.5 -5270883 L 771065.5 -5271188 L 771115.1 -5271530 L 770784.5 -5271680 L 770188.7 -5272098 L 769124.5 -5272244 L 769205.2 -5271890 L 768334.8 -5270790 L 769268.7 -5270604 L 769148.9 -5270226 L 769121.4 -5269870 L 769532.5 -5268509 L 769030.6 -5267150 L 768839.7 -5266826 L 768464 -5266894 L 767706.3 -5266870 L 767381.7 -5266183 L 767237.8 -5266505 L 765726.3 -5267884 L 765520 -5267245 L 764979.3 -5266846 L 764628.4 -5266764 L 763736.2 -5267330 L 763270.3 -5268213 L 763032.4 -5267934 L 761477.1 -5266464 L 761501.2 -5265733 L 761191.3 -5265536 L 760486.1 -5268026 L 760253 -5268321 L 759917.5 -5268488 L 757813.3 -5268709 L 757198.4 -5268980 L 756901 -5269136 L 756753.4 -5268942 L 756477.2 -5269204 L 755427.4 -5268766 L 754940.5 -5267387 L 754679.3 -5267611 L 754080.5 -5267928 L 753790.8 -5267891 L 753271.1 -5268130 L 752967.2 -5267961 L 751844.9 -5267186 L 751487.1 -5267165 L 750772.7 -5267187 L 750564.9 -5266896 L 750551.4 -5266554 L 749807 -5265119 L 749463.1 -5265002 L 749130.6 -5265149 L 748801.2 -5265360 L 748428.6 -5265478 L 748214 -5264546 L 748263.6 -5264174 L 748467.6 -5263071 L 747918.9 -5262615 L 747786.2 -5262264 L 747127.2 -5260972 L 747353.4 -5260740 L 747623.7 -5260559 L 747308.8 -5260316 L 746958.9 -5260129 L 745683.6 -5260309 L 745608 -5259992 L 745609.2 -5259340 L 745557.7 -5259004 L 745567.9 -5258350 L 744808.8 -5257892 L 744473.4 -5258041 L 743603.4 -5258561 L 743474.7 -5258218 L 744341.3 -5256654 L 744192.6 -5256319 L 743509.7 -5256633 L 743286.6 -5256922 L 742865.5 -5257513 L 741865 -5257895 L 741577.9 -5258217 L 741445 -5258488 L 741140.2 -5258322 L 740926 -5256975 L 740579.3 -5256950 L 740024.7 -5256530 L 739344.6 -5256701 L 738825.1 -5256275 L 738868.8 -5255941 L 739400.5 -5255670 L 739969.4 -5255530 L 740265 -5255579 L 740262.5 -5255226 L 739563.1 -5255145 L 739049.5 -5254664 L 738973.9 -5254303 L 738161.4 -5253597 L 737819 -5253734 L 737554.9 -5253307 L 737199.2 -5253271 L 735866.9 -5253449 L 735562.2 -5254092 L 734907.3 -5254366 L 734973 -5254020 L 734135 -5252890 L 734532.1 -5252356 L 734149.1 -5252154 L 734460.4 -5251993 L 735171.8 -5251247 L 734981.1 -5250980 L 734575.7 -5250509 L 733946.4 -5250392 L 733901.3 -5250403 L 733939.9 -5250775 L 733740.4 -5251459 L 732310.8 -5251493 L 732348.5 -5251193 L 732383.4 -5250290 L 732358.9 -5249923 L 731638.5 -5249111 L 730553.4 -5248974 L 730350.3 -5249151 L 730136 -5249248 L 730062.4 -5248874 L 729821.6 -5248577 L 729115 -5248311 L 728435.6 -5247387 L 728056.4 -5246950 L 727065.7 -5247003 L 726877.7 -5247289 L 725991.7 -5247706 L 725690.6 -5246434 L 725401.9 -5246271 L 725315.1 -5246563 L 725013.5 -5246509 L 724677.7 -5246340 L 723534.9 -5247314 L 723499.8 -5247319 L 723246.7 -5247536 L 721926.6 -5247708 L 721825.8 -5248026 L 721592.1 -5247819 L 720684.9 -5248045 L 720543.2 -5247693 L 721047.3 -5246298 L 720735.5 -5246082 L 720372.9 -5246128 L 719038.3 -5246678 L 718479.8 -5246218 L 718450.3 -5245889 L 718939.6 -5244671 L 718404.2 -5244299 L 717450 -5245352 L 717174.2 -5245122 L 716754.8 -5244545 L 716048.8 -5244672 L 715250.7 -5244070 L 715210.2 -5243747 L 714684.3 -5242944 L 714347.6 -5242812 L 713645.3 -5242663 L 713337.6 -5242561 L 712434.7 -5242222 L 712106.1 -5242171 L 710961.5 -5241564 L 710590.9 -5241576 L 710000.8 -5241417 L 709459.7 -5240457 L 709217 -5240170 L 708149.1 -5239977 L 707920.3 -5239589 L 707580.7 -5239530 L 707008.7 -5238673 L 706512.7 -5238486 L 706193.4 -5238604 L 704683.8 -5239214 L 704428 -5238921 L 703746.5 -5238561 L 703647.7 -5238882 L 703185.6 -5239352 L 702612.6 -5239259 L 702557.9 -5239535 L 702036.3 -5239693 L 701360.2 -5238827 L 700313.1 -5238442 L 700270.6 -5238144 L 699835.5 -5237747 L 699507.6 -5237434 L 699139 -5237417 L 698078.1 -5237145 L 697113.3 -5237672 L 696389.4 -5237819 L 695081.7 -5237167 L 694859.1 -5236905 L 694297.6 -5237186 L 694277.4 -5237848 L 693990.3 -5238067 L 693901 -5238733 L 692869.4 -5238633 L 692898.8 -5239750 L 691168.3 -5240494 L 690241.6 -5242583 L 689975 -5242446 L 689549.9 -5242874 L 689248.4 -5242857 L 688425.1 -5243510 L 686962.1 -5243544 L 686962 -5243544 z "
id="path642" />
<path
d="M 547567.4 -5177816 L 547926.1 -5177237 L 548701.1 -5176873 L 548980.4 -5177071 L 549996.4 -5176537 L 552916.4 -5177411 L 553262.7 -5177581 L 555905.4 -5178176 L 559021.5 -5176641 L 559360.5 -5176448 L 559068.8 -5175763 L 559854.1 -5174503 L 560234.7 -5172680 L 562338 -5173050 L 562671 -5172907 L 563482 -5173622 L 564054.4 -5174942 L 564708 -5175276 L 566347.2 -5175766 L 566444.5 -5176113 L 567055.4 -5175678 L 567430.6 -5175677 L 567918.3 -5176233 L 570392.4 -5177176 L 570780.5 -5178216 L 572259.6 -5178639 L 572967.8 -5179564 L 573039.2 -5179948 L 573308.3 -5179892 L 573440.7 -5180245 L 575815.9 -5181282 L 577262.6 -5181226 L 578732.4 -5182341 L 579173.1 -5181726 L 579381 -5181407 L 580126.5 -5181519 L 580591.7 -5182531 L 580545 -5182907 L 580459.3 -5183289 L 580240.3 -5185597 L 580228.6 -5185942 L 579266.3 -5187278 L 579141.8 -5187865 L 579443.1 -5188026 L 579719.5 -5188306 L 583415.7 -5190436 L 583351 -5190819 L 582962.8 -5191907 L 581394.9 -5194047 L 581118 -5194305 L 580181 -5194904 L 579074.5 -5195043 L 578988.8 -5195392 L 578469.2 -5197091 L 578441.9 -5197828 L 579053.5 -5199105 L 578638.3 -5200123 L 579488.5 -5200861 L 579692.3 -5201561 L 578387.3 -5204310 L 577672.7 -5204081 L 576241.7 -5202897 L 575200.5 -5203342 L 575184.3 -5204112 L 575255.7 -5204492 L 575617.8 -5204439 L 578080.8 -5205962 L 578321.2 -5206239 L 578706.1 -5206876 L 579664.3 -5207502 L 580142.7 -5208533 L 580061.4 -5209291 L 579928.7 -5209650 L 579912.5 -5210410 L 580860.2 -5212496 L 579353.2 -5214261 L 578641.1 -5214568 L 578388.3 -5214867 L 578489.2 -5215623 L 579409 -5216795 L 579092.3 -5218242 L 579566.2 -5218825 L 579966.1 -5219443 L 582203.1 -5219065 L 582578 -5219690 L 582412.3 -5220033 L 582788.6 -5220091 L 583656.4 -5219356 L 584035.6 -5219327 L 584180.2 -5219796 L 584332.7 -5220145 L 584958.5 -5220576 L 585298.6 -5220404 L 585820.9 -5219423 L 586776.8 -5218803 L 587537.2 -5219639 L 588109.1 -5219183 L 588445.1 -5218980 L 588721.4 -5219085 L 588618.1 -5219832 L 589518.1 -5221119 L 589630.5 -5222296 L 589138.8 -5222892 L 589453.2 -5223090 L 590082.2 -5222701 L 590903.5 -5223337 L 591249.9 -5223472 L 591592 -5223335 L 591985.2 -5222402 L 593378.3 -5222521 L 593691.7 -5222715 L 593798.9 -5221031 L 594459.2 -5220871 L 594515.9 -5220522 L 595100.6 -5218938 L 595401.6 -5218735 L 596756.1 -5218282 L 598068.6 -5218771 L 598213.4 -5218515 L 598324.2 -5218241 L 598915.2 -5217856 L 601092.7 -5217774 L 601742.8 -5217479 L 601933.6 -5217165 L 601681.9 -5214818 L 601587.4 -5214435 L 602606.1 -5213405 L 602963.5 -5213555 L 603554.4 -5214982 L 604119.4 -5215489 L 605632.7 -5215654 L 606701.1 -5215260 L 607038.2 -5215070 L 606359.7 -5214195 L 606097.9 -5212737 L 606339.3 -5212033 L 607952.4 -5210999 L 610244.2 -5211014 L 611338.9 -5209964 L 612707.2 -5210159 L 613138 -5209668 L 613419 -5209459 L 613677.4 -5208708 L 613900.4 -5208496 L 614042.1 -5208132 L 615947.6 -5208057 L 617684 -5208934 L 617859.6 -5207484 L 617193.6 -5206176 L 617738.5 -5205668 L 618460.3 -5205855 L 618753.4 -5205743 L 618724.4 -5204819 L 619004.8 -5203999 L 619214.7 -5203782 L 620611.2 -5203188 L 620467.9 -5202082 L 620896.6 -5201485 L 621205.6 -5201265 L 622261.4 -5201160 L 622615.1 -5200594 L 622376.6 -5200326 L 624698.5 -5200282 L 625081.9 -5200351 L 625274.8 -5200071 L 627281.6 -5199186 L 627357.3 -5198822 L 626337 -5197489 L 626391.7 -5197156 L 627651.8 -5196185 L 627864.7 -5195925 L 629627.7 -5196402 L 629946.2 -5196590 L 630465.9 -5197736 L 630376.2 -5198085 L 630900.9 -5198284 L 631090.8 -5198045 L 632058 -5198364 L 632311.5 -5198635 L 633192.5 -5197869 L 633962.4 -5198010 L 634350.7 -5197946 L 634684 -5197951 L 634991.4 -5198081 L 635851 -5198835 L 635806.4 -5199217 L 635680.7 -5199579 L 637200 -5199439 L 637761.9 -5199715 L 637786.3 -5200029 L 641558.3 -5201321 L 641880.8 -5201503 L 643271.5 -5201775 L 643629.9 -5201855 L 643396.5 -5202576 L 643788 -5203545 L 644829.2 -5203702 L 645178.6 -5203762 L 647337.5 -5203510 L 648027.2 -5203526 L 648270.2 -5203334 L 648970.1 -5203504 L 649197 -5203222 L 651669.3 -5202941 L 652026.6 -5202867 L 652117.8 -5202991 L 651781.5 -5203041 L 651412.6 -5203516 L 651931.1 -5204391 L 653061.4 -5204471 L 653853.2 -5205309 L 655005.6 -5205456 L 655378.2 -5205565 L 655784.1 -5205122 L 655982.1 -5204896 L 656662.2 -5204289 L 656683.9 -5203982 L 657058.4 -5204017 L 657376 -5203340 L 659191.6 -5202956 L 659398.5 -5202669 L 659135.4 -5201966 L 659151 -5201590 L 659571 -5202037 L 659761.2 -5202967 L 660684.7 -5203355 L 660822.2 -5203672 L 662204.7 -5203625 L 662775.7 -5203964 L 663117.3 -5204090 L 664202.3 -5203883 L 665467.1 -5205096 L 666057.6 -5204891 L 666329.7 -5204735 L 666739.3 -5205753 L 666952.9 -5206069 L 667520.5 -5205979 L 667774.5 -5205753 L 668397 -5206442 L 668499.5 -5206743 L 670039.5 -5205975 L 671049.5 -5205821 L 671724 -5202921 L 671675.5 -5202538 L 670858.8 -5201893 L 671743 -5201158 L 671765.2 -5200390 L 671725.7 -5200008 L 672397.8 -5200247 L 672713.9 -5200917 L 673620.7 -5201554 L 673991.2 -5201556 L 675151.1 -5201119 L 675181.5 -5199717 L 675401.4 -5199436 L 675466.1 -5199085 L 675586.5 -5198380 L 675742.3 -5198047 L 676911.2 -5196669 L 676927.4 -5195935 L 677458.5 -5195434 L 677879.7 -5196050 L 678596.9 -5196298 L 679350.9 -5195457 L 680661.3 -5196125 L 681039 -5196331 L 681364.6 -5196486 L 681702.2 -5196611 L 681788 -5196315 L 682637.9 -5196120 L 682423.8 -5195373 L 682729.4 -5193844 L 683985.1 -5192961 L 684372.5 -5192894 L 684828.2 -5192990 L 685695.6 -5192330 L 685903.5 -5192894 L 686600 -5192525 L 686989.4 -5192464 L 687040 -5192093 L 686909 -5191353 L 687416 -5190803 L 687086.4 -5189752 L 687375.5 -5189514 L 683831.5 -5189201 L 683583.3 -5189357 L 683321.5 -5189829 L 682937 -5189797 L 681567.5 -5189134 L 681195.1 -5189235 L 680930.7 -5189198 L 680673.3 -5189125 L 680366.7 -5188911 L 678865.6 -5187858 L 678377.6 -5188389 L 677684.7 -5188337 L 677522.1 -5188009 L 677156 -5187452 L 677362 -5187165 L 677502.6 -5185773 L 678212.6 -5185016 L 678591 -5184974 L 679245.9 -5185074 L 680472.6 -5184289 L 680718.2 -5183579 L 681462.9 -5183430 L 681999 -5182899 L 681999.6 -5182523 L 680629.9 -5180738 L 680263.5 -5180824 L 680221.1 -5180463 L 679961.9 -5178673 L 680252 -5178454 L 682394.5 -5178250 L 682183.9 -5177991 L 682610.2 -5176809 L 682551.7 -5176463 L 683468.9 -5175539 L 683617.5 -5174933 L 683501 -5174591 L 682667.7 -5173416 L 682915.7 -5173159 L 684751.9 -5172146 L 684615.4 -5171806 L 684974.2 -5171221 L 684998.8 -5170855 L 685177.9 -5170729 L 684863.3 -5170514 L 684272 -5170032 L 686284.8 -5168292 L 685773.9 -5167146 L 685488.3 -5166926 L 684308.5 -5165644 L 684009.1 -5165627 L 683150.8 -5165393 L 683276.6 -5165026 L 684219.6 -5163862 L 683718.1 -5162011 L 683397.5 -5161792 L 681490.1 -5161723 L 681115.7 -5161753 L 680471.5 -5161371 L 680669.5 -5161129 L 680944.9 -5160238 L 680724.3 -5159962 L 680182.2 -5159506 L 680588.7 -5158527 L 680523.2 -5158147 L 680484.5 -5155480 L 680438.3 -5155410 L 680718 -5154783 L 682232.6 -5154571 L 683018.7 -5153777 L 683274.7 -5153505 L 684206.3 -5152947 L 685249.6 -5152969 L 685221.4 -5150812 L 685230.3 -5150732 L 684978.4 -5150093 L 683589.8 -5149170 L 683239.4 -5149271 L 682594.9 -5149578 L 681930.3 -5148734 L 681742.8 -5148430 L 677862.3 -5148540 L 677865.6 -5147871 L 677771.2 -5147548 L 677115.3 -5147404 L 676929.5 -5146762 L 674090.4 -5146880 L 673776.2 -5147051 L 672743.2 -5147206 L 672085.2 -5148019 L 671764 -5148130 L 671188.1 -5147816 L 670954.1 -5148098 L 670261.1 -5148933 L 669528.3 -5148943 L 669534.7 -5149321 L 669332.5 -5150402 L 668831.4 -5150901 L 669028.3 -5151566 L 668296.6 -5152707 L 668536.1 -5152962 L 668347.2 -5153292 L 666840.8 -5153489 L 665603.2 -5154308 L 665522.7 -5152855 L 663737.1 -5153235 L 663209.8 -5152437 L 662830.3 -5152369 L 661606.1 -5151450 L 660244.1 -5151970 L 658451 -5150569 L 658125.7 -5150556 L 657173.5 -5150365 L 656872.4 -5150575 L 654019 -5152077 L 653875.1 -5152352 L 653710.8 -5153248 L 653390.4 -5153088 L 651369 -5153645 L 650591.1 -5153502 L 650044.8 -5152650 L 649293.9 -5152399 L 648866.9 -5152828 L 648841.5 -5153497 L 647885.4 -5153347 L 647799.2 -5153246 L 647663.8 -5152948 L 647516.1 -5152310 L 647462.8 -5152032 L 647380.4 -5151761 L 646416.7 -5149760 L 646419.6 -5149620 L 646466.4 -5149287 L 646460.9 -5147626 L 646318.5 -5147308 L 644967.9 -5145724 L 644855.5 -5145410 L 644782 -5144962 L 644782.2 -5144043 L 644789.9 -5143737 L 644761.5 -5143350 L 644693.8 -5142579 L 644633.5 -5142258 L 644543.3 -5140975 L 643544.7 -5138979 L 643088.6 -5138200 L 642935.2 -5137940 L 642743.8 -5137657 L 642404 -5137067 L 641856.1 -5135370 L 641986.6 -5134629 L 642015.3 -5134254 L 642088.1 -5132752 L 641962.7 -5132396 L 641212.7 -5130793 L 640605 -5129403 L 640515.6 -5129033 L 640155.5 -5126779 L 640040.2 -5126445 L 639423 -5125595 L 639015 -5124715 L 639012.7 -5124379 L 639019.4 -5124011 L 638850.1 -5122549 L 638296.9 -5121597 L 638086.3 -5121024 L 637916.8 -5120531 L 637829.4 -5120186 L 637733.5 -5119122 L 637717.9 -5118395 L 636879.3 -5117162 L 636833.4 -5116049 L 636842.2 -5115677 L 636476.9 -5115715 L 636178.6 -5115546 L 635531.1 -5115537 L 635257.7 -5115299 L 633204.5 -5115716 L 632514.5 -5116424 L 632183 -5117445 L 632262.3 -5117810 L 632255.6 -5118175 L 633322.4 -5119486 L 633017.3 -5119648 L 632074.9 -5121323 L 633079.6 -5121237 L 633310.3 -5121874 L 632090.3 -5123075 L 631169.9 -5123533 L 630894.9 -5123791 L 629778.9 -5123619 L 629018 -5124453 L 628944.8 -5125553 L 629255.9 -5125417 L 629975 -5126054 L 630495 -5125617 L 631007.6 -5125883 L 631045.9 -5126229 L 630977.9 -5127542 L 630651.7 -5127549 L 629908 -5128608 L 629830.2 -5128892 L 629855.7 -5129473 L 628796.1 -5129693 L 627638.5 -5128790 L 626754.4 -5129499 L 625644.4 -5129280 L 625385 -5128991 L 625438.4 -5128219 L 624018.4 -5126933 L 624266.3 -5126643 L 624171.1 -5125178 L 623852 -5125349 L 621694.6 -5125522 L 621394.6 -5125721 L 620613.6 -5126462 L 620542.6 -5127898 L 620390.7 -5128234 L 619431.1 -5128321 L 619251.8 -5128014 L 618701.7 -5127110 L 618595.9 -5126074 L 618283.5 -5125850 L 615339.1 -5125253 L 615139.2 -5125576 L 614100 -5127546 L 613740.7 -5127435 L 613103.1 -5127126 L 612064.2 -5128174 L 611370.9 -5128429 L 610314.9 -5128033 L 610175.1 -5128388 L 609340.1 -5129099 L 609148.4 -5128371 L 608089.7 -5128243 L 607718.5 -5128317 L 607823.3 -5127950 L 607197.2 -5127003 L 607031.3 -5125914 L 607043.1 -5125614 L 607082.7 -5125024 L 606789.3 -5124771 L 606458.8 -5122945 L 606252.5 -5122747 L 606458.4 -5122456 L 606725.1 -5121796 L 606341 -5120473 L 606495.6 -5119822 L 606534.1 -5119078 L 605488.2 -5118662 L 604627.9 -5117430 L 605431.5 -5116188 L 605229.2 -5115860 L 604881.1 -5115975 L 604284.5 -5115659 L 603359.3 -5116151 L 602463.4 -5115521 L 601820.3 -5115859 L 601807.1 -5115506 L 601054.9 -5114337 L 600701.7 -5114319 L 600493.7 -5114506 L 600004.5 -5114654 L 599647.2 -5114507 L 599041.6 -5114081 L 598457.4 -5112682 L 598080.2 -5112652 L 596198.3 -5112753 L 595832.8 -5113780 L 596199 -5113811 L 596841.9 -5114693 L 596535.4 -5115728 L 596289.5 -5116012 L 595201.9 -5115967 L 594754.3 -5115333 L 594109.8 -5115002 L 593988.7 -5114918 L 593858.8 -5115198 L 593557 -5115740 L 593267 -5115971 L 592512.1 -5116766 L 591211.1 -5116093 L 590877 -5116254 L 590789.7 -5115878 L 590887.3 -5115115 L 591039.1 -5114758 L 590378.6 -5114419 L 587688.5 -5114633 L 587322.4 -5114702 L 586955.3 -5114768 L 586920.3 -5114768 L 586873.5 -5115141 L 584607.7 -5117078 L 584270.5 -5116925 L 583005.5 -5116230 L 582675.3 -5116178 L 581808.7 -5115745 L 581238.6 -5115918 L 580988.3 -5115626 L 580485.8 -5115044 L 580174.5 -5114877 L 579037.6 -5114056 L 578769.3 -5113782 L 578035.2 -5114047 L 575751.1 -5113774 L 575481.2 -5114042 L 575138.7 -5115103 L 574410.9 -5115956 L 574480.6 -5117074 L 573905.6 -5117414 L 573530.5 -5117469 L 571668 -5117755 L 570197.3 -5117479 L 569602.3 -5117919 L 569295.3 -5118060 L 568104.2 -5118630 L 568644.2 -5120015 L 568636.9 -5121151 L 569401.7 -5121911 L 569484.9 -5123771 L 569318 -5124121 L 569084.6 -5125252 L 568755.6 -5125459 L 568212 -5126446 L 568922.9 -5127377 L 571203 -5127746 L 572443 -5128590 L 572440.1 -5128805 L 572407.1 -5130295 L 574260 -5130509 L 575335.2 -5130166 L 576830.6 -5131287 L 575991.2 -5131303 L 575320 -5131408 L 575445.5 -5133500 L 575424.7 -5133860 L 575491 -5134224 L 575718.3 -5136048 L 574955.1 -5137675 L 574873.3 -5138028 L 574607.9 -5139081 L 575396 -5140179 L 575294.4 -5140848 L 575126.6 -5141156 L 575082.8 -5141509 L 575661.4 -5141896 L 575935.7 -5142124 L 575941 -5142501 L 575462.5 -5143433 L 576493.3 -5143846 L 576069.1 -5145178 L 576369.8 -5145868 L 576321.1 -5146228 L 574254.6 -5148150 L 573550.1 -5147966 L 573198.9 -5147924 L 572562.7 -5148034 L 572983.9 -5149344 L 572637.9 -5149486 L 571156.1 -5149372 L 569794.9 -5149926 L 569410.7 -5149853 L 568761.1 -5149428 L 568449.4 -5148722 L 568342.1 -5148348 L 567622.8 -5148373 L 565871.6 -5149161 L 565492.9 -5149812 L 565735.4 -5151715 L 565066.3 -5152001 L 564353.8 -5151728 L 564293.8 -5151744 L 563911.1 -5152335 L 564377.8 -5152958 L 563658.1 -5153793 L 561732.4 -5152546 L 561402.2 -5152409 L 560397.4 -5153281 L 559341 -5153382 L 559127.2 -5153701 L 558531.6 -5154549 L 557424.9 -5154226 L 556353.8 -5154592 L 555643.2 -5155495 L 555758.8 -5156230 L 556269.5 -5156887 L 556363.8 -5157232 L 556210.8 -5158631 L 556195 -5158927 L 556094.4 -5159511 L 556001.7 -5159889 L 555734 -5161719 L 554586.7 -5161892 L 554110.9 -5162473 L 554849.3 -5163819 L 554302.8 -5164724 L 554033.9 -5164982 L 553403.7 -5166293 L 553308.9 -5166563 L 553015.2 -5167036 L 552993.5 -5167366 L 552911.8 -5167740 L 552445.1 -5168328 L 550777.2 -5169255 L 550875.1 -5170345 L 549608.1 -5170982 L 549542.4 -5171349 L 549263.5 -5172809 L 548229.4 -5173161 L 548218.9 -5175016 L 547069 -5176861 L 547528.7 -5177446 L 547568 -5177816 L 547567.4 -5177816 z M 685887.6 -5191328 L 686002.8 -5191342 L 686064 -5191402 L 686148.1 -5191376 L 686194.2 -5191461 L 686144.2 -5191491 L 686206.4 -5191630 L 686106.3 -5191631 L 686007.3 -5191787 L 685758 -5191824 L 685814.2 -5191949 L 685684 -5191965 L 685680.1 -5192055 L 685614 -5192019 L 685557.8 -5191901 L 685526.5 -5191716 L 685605.5 -5191666 L 685700.6 -5191665 L 685608.2 -5191410 L 685778.4 -5191384 L 685887.5 -5191328 L 685887.6 -5191328 z "
id="path643" />
<path
d="M 320644.2 -5285053 L 320889.6 -5284446 L 320474.7 -5283801 L 318647.3 -5282424 L 316387.4 -5282575 L 316431.8 -5282059 L 316137.4 -5281823 L 315321.2 -5281090 L 313845.2 -5280776 L 313179.2 -5281051 L 311762.2 -5279819 L 311388.1 -5279867 L 310264.5 -5279801 L 310045.7 -5280109 L 308962.8 -5279802 L 308805.3 -5279449 L 308146.7 -5277340 L 306657.7 -5277038 L 305942.5 -5277201 L 304077.2 -5279629 L 303721.1 -5279658 L 303075.1 -5279912 L 302960.6 -5279534 L 301625.9 -5277619 L 302244.1 -5276626 L 302921 -5276229 L 303814.6 -5274488 L 303931.3 -5274125 L 304317 -5272682 L 303962.7 -5272585 L 302468 -5271631 L 302188.1 -5271861 L 299551 -5272975 L 299593.4 -5273357 L 298333.2 -5274740 L 294840 -5275289 L 293668 -5276798 L 293324.8 -5276781 L 291678.8 -5276711 L 291465.4 -5276440 L 291194.5 -5276699 L 290501.4 -5276932 L 289650.3 -5276273 L 289384.2 -5277313 L 288180.7 -5277461 L 287969.6 -5275517 L 287368.8 -5275026 L 286226 -5274844 L 285230.2 -5273642 L 284913.2 -5273848 L 284214.1 -5275140 L 283177.7 -5275353 L 282863.6 -5276437 L 282487.4 -5276480 L 282102.1 -5276429 L 281359.5 -5276235 L 279521 -5276835 L 278846.2 -5276455 L 278104 -5276677 L 276799.7 -5278084 L 274999.3 -5278747 L 275249 -5279285 L 274268.4 -5281164 L 274019.6 -5281447 L 273036 -5280532 L 272788.6 -5280306 L 272343.4 -5281361 L 270430.5 -5281694 L 268808.6 -5282737 L 267435 -5282070 L 267445.4 -5282432 L 267318.1 -5283143 L 266986 -5283287 L 266482.1 -5282783 L 265802.3 -5281500 L 265738.1 -5280406 L 264710.6 -5280584 L 264192.8 -5280134 L 263877.8 -5280333 L 263231.6 -5280577 L 262423.3 -5281824 L 261310.3 -5281640 L 259859.7 -5282025 L 259603.8 -5282270 L 259665.3 -5283684 L 259467.5 -5284014 L 258319.8 -5285987 L 258226.9 -5287091 L 259300.8 -5287167 L 260785.2 -5288391 L 260883.1 -5289137 L 261642.8 -5289249 L 261514.1 -5289577 L 260819.6 -5289578 L 260177.1 -5290414 L 259525.9 -5290652 L 259261.4 -5290369 L 256851.6 -5288465 L 255376 -5288912 L 253106.8 -5290234 L 252806.4 -5290089 L 251490.4 -5290102 L 251118.2 -5290182 L 249664.5 -5290581 L 248323.7 -5289913 L 247230.1 -5290147 L 247365.6 -5290499 L 247817.1 -5291513 L 247671.7 -5292203 L 246749.7 -5292813 L 246859.2 -5293174 L 246651.4 -5293463 L 246360.9 -5294094 L 246608.2 -5295086 L 246257 -5295141 L 246722 -5295716 L 246564.6 -5297193 L 246484.9 -5297557 L 246193.2 -5299682 L 246063.5 -5300019 L 245989.6 -5300140 L 243821.6 -5299937 L 242858.4 -5300470 L 242574.4 -5300704 L 241910.7 -5303052 L 241653.8 -5303305 L 242851.9 -5304226 L 243416.5 -5305157 L 244487.9 -5304808 L 244354.9 -5305732 L 244464.4 -5306035 L 246243 -5306147 L 246888.1 -5305780 L 247236.6 -5305913 L 247348.1 -5306269 L 247053.7 -5306937 L 247556.8 -5307480 L 247627.3 -5307846 L 247240.7 -5309217 L 246540.3 -5309387 L 246177.1 -5309475 L 246089.5 -5309832 L 245031.9 -5310029 L 244724.9 -5310229 L 245272 -5310760 L 244926.6 -5312207 L 244690.8 -5312511 L 245838.1 -5312733 L 246539.2 -5313920 L 246856.7 -5314091 L 250449.7 -5314122 L 251006.8 -5314589 L 251720.1 -5314380 L 252187.9 -5314692 L 252365.3 -5314911 L 253413.5 -5315213 L 254759.2 -5316397 L 254473.7 -5316924 L 254206.8 -5317173 L 253845.6 -5317269 L 253328.9 -5317806 L 253445.5 -5318913 L 252598.6 -5320923 L 252599.6 -5321672 L 252914.6 -5322169 L 252879.6 -5322165 L 250738 -5322986 L 251109.5 -5325224 L 250717.1 -5326544 L 251212.2 -5327026 L 251503.7 -5327213 L 252516.7 -5326666 L 255074.3 -5327721 L 254841.5 -5327965 L 255752.2 -5328604 L 258623.6 -5328038 L 258950.6 -5327861 L 259305.4 -5328898 L 259379 -5329258 L 259605.3 -5329998 L 258673.6 -5330664 L 258772.4 -5331812 L 260263.1 -5333459 L 260294.7 -5333846 L 259774.5 -5334609 L 259845.1 -5334926 L 258512.9 -5335453 L 258369.8 -5336099 L 257921.9 -5336370 L 257616 -5336557 L 258783 -5337876 L 258112.6 -5338585 L 257985 -5338926 L 258261.6 -5339162 L 260111 -5340402 L 262576.4 -5341343 L 262885 -5341568 L 263213.1 -5342099 L 263452.6 -5342319 L 264534 -5343303 L 265549.4 -5343713 L 265887.9 -5343849 L 265506.3 -5344849 L 266072.2 -5345725 L 265231.3 -5347351 L 264995.6 -5347652 L 264821.3 -5349927 L 265794.6 -5351452 L 265984.3 -5351785 L 265910.5 -5351915 L 266065.8 -5352610 L 266913.5 -5353830 L 266702 -5355341 L 266275.8 -5355968 L 266035.7 -5355991 L 265795.5 -5356008 L 265745.1 -5356389 L 265659.4 -5358291 L 266090.4 -5359224 L 266438.9 -5359332 L 268011 -5358725 L 268328 -5358606 L 267580 -5359461 L 267396.3 -5361365 L 268815.4 -5361925 L 269237.9 -5362575 L 270709.9 -5362557 L 271690.7 -5362026 L 272424.7 -5362850 L 273109.1 -5362783 L 273540.3 -5363269 L 273869.1 -5362490 L 273754.6 -5362832 L 275967 -5363817 L 276137.4 -5364496 L 277553 -5364814 L 277889 -5364657 L 277999.8 -5363946 L 278958.8 -5363011 L 279278.7 -5362846 L 280195.3 -5362830 L 280508.5 -5362821 L 282211 -5363048 L 281652.4 -5364011 L 282423.3 -5365308 L 282669 -5365597 L 283595.1 -5365859 L 283901.6 -5366004 L 283897.8 -5366104 L 285063.5 -5366052 L 285848.4 -5367367 L 285681 -5367720 L 286054.5 -5368395 L 286519.6 -5368807 L 286827.7 -5368775 L 287111.5 -5368564 L 288819.1 -5368828 L 289164.5 -5368907 L 289555.8 -5369466 L 289311.1 -5369722 L 288673.2 -5370511 L 288541.7 -5370824 L 289184.4 -5370989 L 290378.6 -5370149 L 290722.1 -5370292 L 290500.3 -5371004 L 290678.8 -5371736 L 291744.2 -5371584 L 292123.3 -5371517 L 292350.7 -5371665 L 293764.4 -5372628 L 294093.8 -5372724 L 294363.8 -5372641 L 294643.9 -5372600 L 297122 -5372933 L 297344.7 -5373225 L 297438.5 -5373615 L 297747 -5373795 L 298618.7 -5373353 L 298972 -5373402 L 300026.2 -5373183 L 300866.3 -5372428 L 301243.5 -5372404 L 301961.6 -5372236 L 302835.1 -5371194 L 303135.9 -5370978 L 303798.7 -5370697 L 304010 -5370805 L 304740.7 -5369876 L 305032.7 -5368723 L 305027 -5368325 L 305415.2 -5367770 L 305604.8 -5367480 L 306005.9 -5366851 L 305803.8 -5365759 L 305279.6 -5365243 L 305425.6 -5363007 L 305276.9 -5362664 L 305487.7 -5362481 L 305617.3 -5362235 L 305740.3 -5361069 L 305703.6 -5360679 L 306134.1 -5358583 L 306131.5 -5358219 L 305607.4 -5357762 L 305810.5 -5356622 L 306614.6 -5355304 L 307573.1 -5354719 L 308110.4 -5355276 L 308892 -5354809 L 308983.5 -5354509 L 309131.4 -5353816 L 309753.2 -5353503 L 310067.1 -5353335 L 311587.9 -5353358 L 312511.3 -5352746 L 313694.2 -5353500 L 314700.1 -5351964 L 314091.1 -5351554 L 313816.8 -5350860 L 315104.4 -5349048 L 316080.5 -5348835 L 316412.6 -5348775 L 316855.7 -5348124 L 316887.4 -5347346 L 316874.7 -5346950 L 317580.2 -5347030 L 319610.1 -5346384 L 319964.2 -5346316 L 321043.7 -5346299 L 322478 -5346053 L 323177.7 -5346274 L 323673.5 -5345435 L 323843 -5345108 L 324080.3 -5345200 L 324334.4 -5345204 L 323866.2 -5346982 L 323913.8 -5347347 L 324742.4 -5348077 L 325470.1 -5348262 L 327417.4 -5347280 L 327771.3 -5347148 L 327983.9 -5345671 L 330313.5 -5341763 L 330294.8 -5341372 L 330427.4 -5341118 L 330530 -5340851 L 331160.3 -5340835 L 331613.9 -5339823 L 332523.3 -5339210 L 332831.1 -5339001 L 333112.9 -5338768 L 335682.2 -5340140 L 336017.6 -5340285 L 335987.5 -5339585 L 336995.3 -5339175 L 338192.7 -5337841 L 338570.1 -5337386 L 338821.9 -5337221 L 339113.6 -5336980 L 340609.4 -5337065 L 342365.2 -5336482 L 344179.8 -5335125 L 344326.3 -5334775 L 344177.6 -5334396 L 344687 -5333872 L 344498.4 -5333544 L 339738.1 -5333352 L 340052.6 -5332317 L 339125.2 -5330356 L 338960.6 -5330032 L 338658.1 -5329802 L 337208 -5329480 L 337067.4 -5329145 L 338108.2 -5328728 L 339209.9 -5328880 L 338997.4 -5326646 L 338647 -5326506 L 335335.4 -5326390 L 335528 -5326072 L 335495.1 -5322802 L 336206.3 -5322709 L 336653.6 -5322126 L 338519.5 -5322204 L 338644.3 -5320687 L 338253.5 -5319599 L 337970 -5318634 L 336967.5 -5317198 L 337313.8 -5316575 L 337633.5 -5315546 L 338204.1 -5315127 L 338612.3 -5313742 L 338808 -5313437 L 338985.5 -5312322 L 338740 -5312024 L 336563.1 -5311314 L 336235 -5310641 L 336045.9 -5308431 L 336396 -5306965 L 336462.5 -5306593 L 336186 -5306340 L 335064.9 -5307314 L 334812.3 -5308375 L 334297.8 -5308870 L 332849.7 -5307757 L 332521.4 -5307609 L 332221 -5307407 L 332000.4 -5306305 L 332381.1 -5303735 L 332045.1 -5303087 L 332841.4 -5302344 L 333115.2 -5302103 L 333096.7 -5300985 L 332644.1 -5299940 L 331947.2 -5300236 L 331739.7 -5299935 L 331083 -5299621 L 330477.6 -5297937 L 329975.7 -5297410 L 329693.3 -5297171 L 328348.6 -5295542 L 328269.1 -5295180 L 327586.2 -5295471 L 326747 -5294814 L 327515.4 -5293249 L 327100.5 -5292651 L 326734.4 -5292680 L 325441.5 -5293209 L 325135.2 -5293054 L 323612.9 -5291743 L 323542.8 -5291724 L 323223.4 -5291524 L 321736.6 -5291379 L 321236.7 -5290818 L 321057.3 -5289761 L 320495.5 -5289266 L 320551 -5288830 L 320326.5 -5288520 L 319220.7 -5288303 L 318166.9 -5287198 L 318150.8 -5287148 L 319050.8 -5285986 L 319238.2 -5284542 L 319877.1 -5284237 L 320395 -5284776 L 320645.4 -5285053 L 320644.2 -5285053 z "
id="path644" />
<path
d="M 456974.7 -5410999 L 456937.1 -5410709 L 456969.6 -5409383 L 457452.4 -5410270 L 457781.2 -5410147 L 458485.2 -5410090 L 458915.2 -5410574 L 459261.1 -5410500 L 460512.6 -5410117 L 460704.1 -5409848 L 460870.5 -5409509 L 460525.2 -5408833 L 460609.5 -5408465 L 460234.7 -5407533 L 459899.4 -5407394 L 457210.4 -5408182 L 455990.3 -5408774 L 455309.9 -5408601 L 455008.5 -5408421 L 453450.5 -5407503 L 453127.1 -5407341 L 452802.9 -5407290 L 452476.9 -5407322 L 452263.4 -5407596 L 451631.8 -5407339 L 450747.9 -5407456 L 450466.3 -5407695 L 449413.8 -5408041 L 449103 -5408152 L 448482.3 -5408379 L 448196.5 -5408483 L 447640.9 -5408731 L 447335.2 -5408914 L 446345.8 -5408764 L 445701.9 -5409397 L 445681.9 -5409378 L 445305 -5409467 L 444617.4 -5410776 L 442858.7 -5411561 L 443001.1 -5412238 L 443527.4 -5413365 L 443800.7 -5413512 L 444481 -5414117 L 445184.7 -5413920 L 445558 -5414537 L 447002.8 -5414337 L 447327.4 -5415137 L 448485 -5415850 L 448766.4 -5416047 L 449679.5 -5416560 L 449954 -5416781 L 450325.1 -5416792 L 450695.2 -5416821 L 451016.3 -5416826 L 452300.5 -5416848 L 453324.7 -5416849 L 453650.8 -5416851 L 455054.9 -5416788 L 455670.2 -5415857 L 455716.5 -5415474 L 455835.3 -5414844 L 456359.7 -5414481 L 456589.3 -5414252 L 456773.2 -5413655 L 456863 -5411998 L 456912.4 -5411669 L 456975.1 -5410999 L 456974.7 -5410999 z "
id="path645" />
<path
d="M 455419.6 -5352254 L 454886.4 -5352817 L 454790.6 -5353572 L 454672.2 -5353944 L 455330.8 -5353622 L 455989.5 -5353957 L 457453 -5354002 L 457743.7 -5353775 L 457498 -5355217 L 458308 -5356290 L 457725.3 -5356561 L 457474.7 -5356830 L 457726.2 -5357094 L 458307.1 -5357532 L 459021.1 -5357392 L 458968.3 -5358120 L 461392.5 -5359077 L 460760.8 -5359963 L 461670.2 -5360673 L 463182.2 -5360451 L 464323.2 -5361460 L 466192.2 -5361159 L 465951.6 -5361438 L 464012.6 -5364091 L 463105.8 -5364337 L 463119.6 -5366003 L 463076.2 -5366362 L 463181.8 -5366688 L 462850.7 -5367284 L 462648.8 -5367378 L 462733.2 -5367584 L 463200.7 -5367815 L 462965 -5370384 L 463551.9 -5370847 L 463520.4 -5371113 L 463685.3 -5371620 L 463826 -5373189 L 463474.9 -5373201 L 463317 -5373886 L 462635.1 -5374052 L 463532.2 -5376869 L 462784.1 -5376905 L 464183.1 -5378996 L 464307.4 -5379722 L 465193.6 -5380310 L 464830.5 -5380285 L 464468.4 -5380265 L 464492.1 -5380658 L 464219.3 -5381381 L 465773.7 -5382533 L 465940.4 -5382888 L 466028.8 -5384211 L 465822.3 -5384512 L 464827.7 -5384882 L 464765 -5385597 L 464129.5 -5386485 L 464409 -5386719 L 465867.8 -5386975 L 466465.1 -5388752 L 466207.5 -5388980 L 465424.5 -5389605 L 466250.1 -5390932 L 466446.7 -5391226 L 467147 -5391330 L 467751.4 -5390935 L 468788.3 -5391836 L 469147.3 -5391794 L 469191.9 -5392148 L 468884.7 -5393166 L 468244.1 -5393450 L 468291.7 -5393777 L 468593 -5393913 L 468449.9 -5394449 L 468248.2 -5394634 L 468047.1 -5395142 L 467999.4 -5395337 L 468210 -5395642 L 468913.4 -5396890 L 469970.4 -5397866 L 469931.1 -5398247 L 469470.8 -5399232 L 470343.3 -5399969 L 470203.3 -5401062 L 471473.7 -5401117 L 470867.1 -5402475 L 469449.1 -5402626 L 469568.5 -5403381 L 470166.4 -5404356 L 470322.1 -5404706 L 470160.7 -5405053 L 469790.8 -5405154 L 469904.4 -5405480 L 470161.7 -5406121 L 469852.9 -5406274 L 470116.4 -5407031 L 470085.1 -5407385 L 469785 -5408408 L 469457.2 -5408549 L 469433.5 -5409257 L 469281.1 -5409611 L 468535.3 -5411388 L 469175 -5411697 L 469498.2 -5412322 L 469534.9 -5412675 L 469164.9 -5412720 L 468114.9 -5412787 L 468319.7 -5414213 L 467780.5 -5414695 L 467502.9 -5414946 L 469554 -5416402 L 469511.4 -5417137 L 469838.8 -5417337 L 469964 -5417401 L 469676.4 -5417620 L 469949.8 -5419346 L 470231.1 -5419457 L 470704.9 -5419823 L 470713.6 -5420203 L 470360.7 -5420801 L 470074.5 -5421743 L 469937.1 -5422050 L 469808.8 -5422415 L 468078.6 -5424969 L 468834.7 -5425503 L 469082.1 -5426224 L 468802 -5427719 L 468487.2 -5427859 L 468076.5 -5429069 L 467742.4 -5429047 L 467142.8 -5428787 L 466970.4 -5429100 L 466075.7 -5429309 L 465858 -5429990 L 465864.7 -5430348 L 466569.5 -5430191 L 467577.4 -5430588 L 468239.1 -5431379 L 468358.5 -5432091 L 469116.1 -5432855 L 469838.3 -5432925 L 470202.3 -5432920 L 468657.8 -5434278 L 469939.4 -5436537 L 471308.2 -5437854 L 471399 -5438229 L 471722.8 -5438134 L 472057.9 -5438173 L 472966.3 -5439352 L 473084 -5439715 L 473618.1 -5438749 L 474370.3 -5438806 L 476218.9 -5437532 L 476358.2 -5437182 L 477460.6 -5435814 L 477286 -5435500 L 477201.3 -5435160 L 477805.7 -5434810 L 478153.8 -5434843 L 479457.3 -5436051 L 479718.4 -5436584 L 480346.7 -5434682 L 480485.1 -5434358 L 482022.5 -5434473 L 482373.9 -5434636 L 484166.8 -5436013 L 483252 -5436677 L 482933.4 -5436886 L 484385.5 -5436840 L 484079.7 -5437481 L 484369.9 -5437539 L 484646.1 -5437646 L 485601.4 -5438268 L 485929.8 -5438466 L 486801.6 -5437272 L 488169.2 -5436970 L 488531.4 -5437054 L 489209 -5435748 L 489338.3 -5435402 L 490504.7 -5435535 L 491835.4 -5436336 L 492193.1 -5436177 L 492622.9 -5437099 L 494303.6 -5436314 L 495022.1 -5436505 L 495319.7 -5436281 L 495790.6 -5436705 L 495901.9 -5437401 L 496561.5 -5437164 L 497474.6 -5437687 L 497773.3 -5437500 L 497969.9 -5436259 L 498002.3 -5435929 L 498630.8 -5435600 L 498990 -5435655 L 499120 -5436676 L 499802.6 -5437450 L 500149.7 -5437475 L 500794.2 -5437684 L 502088.6 -5437270 L 502375 -5437461 L 504366.8 -5437224 L 504687.6 -5437086 L 504586.2 -5437414 L 504007.7 -5438259 L 503977 -5438941 L 504929.9 -5440380 L 505115.5 -5440681 L 505693.6 -5440164 L 508283.7 -5439499 L 508746.2 -5439744 L 508929.8 -5439538 L 509986.8 -5439448 L 510507.9 -5438934 L 511566.5 -5438662 L 511931.6 -5438703 L 511453.5 -5436564 L 512125.9 -5436175 L 513016.7 -5434909 L 513137 -5434540 L 513074.7 -5433870 L 513792.6 -5433187 L 513788.9 -5432825 L 513094.3 -5432552 L 512760.6 -5431119 L 511801.4 -5430545 L 511771.1 -5429844 L 512398.7 -5429018 L 514404.7 -5428277 L 515134 -5427271 L 515161.4 -5426946 L 516184.9 -5426579 L 516298.3 -5426232 L 516615.6 -5426354 L 516664.8 -5425384 L 516766.2 -5425058 L 517847.3 -5424986 L 518504.1 -5423718 L 518548.5 -5423349 L 518809.5 -5422233 L 519091.1 -5421974 L 518968.7 -5421770 L 518866.3 -5421556 L 519258.2 -5420879 L 519574.9 -5420701 L 520621.7 -5421005 L 521880.3 -5421733 L 522156.8 -5421969 L 522707.3 -5420488 L 522752.2 -5419305 L 522773.5 -5418910 L 523062.1 -5418648 L 524032.2 -5417443 L 526340.1 -5418744 L 526755 -5419772 L 527362.3 -5417599 L 526940.6 -5416144 L 527872.9 -5415014 L 527936.3 -5413520 L 528280.1 -5413352 L 529208.4 -5413921 L 529591.5 -5413907 L 529240 -5413109 L 529084.5 -5412852 L 529791.2 -5412555 L 530857.3 -5412990 L 531600.1 -5412155 L 532726.2 -5412019 L 533002.8 -5411750 L 532533.7 -5410615 L 532504.1 -5410295 L 533525 -5410061 L 533724.6 -5409774 L 534324.1 -5411121 L 535054.5 -5411242 L 535423.7 -5411279 L 535544.1 -5410912 L 535878.6 -5409418 L 535440.6 -5408345 L 535589.7 -5407200 L 535339.4 -5407060 L 535130 -5406863 L 534907.3 -5407082 L 534679.2 -5407659 L 534339.3 -5407803 L 532823.2 -5406837 L 531727.8 -5406824 L 530715.3 -5407262 L 530403.5 -5407461 L 529734.2 -5406248 L 530742.7 -5405758 L 532197 -5405659 L 532325.5 -5404173 L 532296.9 -5403806 L 531294.8 -5403353 L 530297 -5403671 L 529929.9 -5403667 L 529194.2 -5400507 L 529895.9 -5400229 L 531626 -5400548 L 531898.6 -5400286 L 531952 -5399917 L 531918.7 -5399177 L 532356.8 -5398579 L 534170.6 -5398683 L 534148.3 -5397957 L 534126.7 -5397588 L 534160.6 -5396929 L 534207 -5396576 L 533979.6 -5395197 L 534942.3 -5394210 L 534569 -5394101 L 534457.1 -5392973 L 533403.9 -5392482 L 532381.6 -5391324 L 532641.7 -5390703 L 532376.1 -5390419 L 533579.1 -5388973 L 533017.8 -5387122 L 534896.1 -5387503 L 536048.3 -5388541 L 537548.3 -5388189 L 538686.1 -5388396 L 539066.4 -5388482 L 538290.7 -5387651 L 538183.7 -5387051 L 539643.6 -5386673 L 540741.3 -5385625 L 540801.7 -5385250 L 537274.2 -5383923 L 537028.6 -5383630 L 537768.7 -5382303 L 536399 -5382175 L 535567 -5381119 L 535225.6 -5380968 L 534369.2 -5380287 L 534111.6 -5380000 L 535470.9 -5377405 L 535262.8 -5376780 L 534871.6 -5376760 L 533037.6 -5375346 L 532685.5 -5375357 L 530371.5 -5375899 L 529917.6 -5375468 L 529691.2 -5375253 L 531129.9 -5373535 L 531796.8 -5371461 L 531778.2 -5371085 L 531105.1 -5371209 L 530202 -5370728 L 529585.5 -5370583 L 528400 -5369928 L 528135.5 -5369690 L 529116.1 -5368599 L 529087.9 -5367857 L 529743.7 -5366951 L 529681.2 -5365401 L 529374.7 -5365161 L 529086.2 -5364902 L 528817.4 -5363832 L 529871.4 -5363544 L 530209.3 -5363400 L 530175.7 -5363036 L 529505 -5362740 L 530567.5 -5362794 L 530961 -5362397 L 530883.4 -5362037 L 530440.9 -5359952 L 530080.8 -5359981 L 529360.6 -5360013 L 528238.5 -5360878 L 527520.2 -5360871 L 527428.6 -5360515 L 526850.7 -5360067 L 526477.2 -5357963 L 526098.5 -5358249 L 526132.1 -5358615 L 525771 -5358632 L 525374.9 -5358032 L 524650.6 -5358022 L 524175.2 -5357902 L 523831.2 -5358007 L 522821.3 -5358328 L 522735.7 -5357982 L 522389.6 -5357977 L 520695.5 -5358914 L 520580.9 -5358555 L 519881.7 -5358571 L 519533.4 -5358436 L 518952.7 -5357485 L 518316.9 -5357095 L 518008.2 -5357337 L 516497.2 -5357659 L 516182 -5357632 L 515610.4 -5357362 L 515374.1 -5357214 L 514866.6 -5356982 L 514511.5 -5357010 L 514074.2 -5357557 L 513420.7 -5357414 L 513304.2 -5357783 L 512447 -5358472 L 512314.4 -5358141 L 510450.4 -5357313 L 510081.2 -5357901 L 509776.8 -5357710 L 508792.1 -5357456 L 508489.7 -5357240 L 507380.3 -5355330 L 507097.6 -5355561 L 507206.2 -5355915 L 505690.8 -5356584 L 504659.9 -5356236 L 504315.7 -5356204 L 503381.9 -5356491 L 502570.9 -5354772 L 502439.7 -5354018 L 502844.8 -5353396 L 500871.8 -5350630 L 500975.3 -5350321 L 501743.9 -5349889 L 501194 -5349415 L 501690.7 -5348487 L 501911.3 -5348198 L 501704.7 -5347870 L 501540.5 -5347111 L 501874.4 -5346952 L 502946.4 -5346691 L 503230.7 -5344231 L 502126.1 -5344121 L 500645 -5341161 L 500136.7 -5339751 L 499477 -5339409 L 498871.3 -5339706 L 498545.9 -5339531 L 497584.9 -5339081 L 497530.3 -5338057 L 496374.6 -5337871 L 496080.2 -5337645 L 494834.8 -5336348 L 494796.3 -5336005 L 494947.3 -5334634 L 494562.1 -5334570 L 492248.8 -5334195 L 491888.6 -5334140 L 490086.6 -5333867 L 489776.4 -5333819 L 489597.8 -5333470 L 487647.3 -5331584 L 486530.4 -5331237 L 486347.8 -5330892 L 486009.8 -5330978 L 484972.7 -5331093 L 484757.6 -5331753 L 484643.1 -5332103 L 484835.4 -5333556 L 485582.9 -5334355 L 485621.5 -5334716 L 484732.9 -5335157 L 484084.2 -5334856 L 483396.3 -5335086 L 483075.9 -5334905 L 481437.7 -5334427 L 480081.1 -5334976 L 480226.6 -5334655 L 481401 -5333372 L 481468 -5332678 L 481105.8 -5332591 L 479027.9 -5331768 L 477836.4 -5330372 L 475524.8 -5330417 L 474932.9 -5329919 L 474722.8 -5329906 L 474489.2 -5330229 L 472868.3 -5331958 L 472480.1 -5331891 L 469839.2 -5331154 L 468265.8 -5331181 L 467728.2 -5332187 L 465268.5 -5332166 L 465035 -5331894 L 464084.1 -5330827 L 464117.6 -5330470 L 463751.6 -5330549 L 460798.3 -5330922 L 459410.3 -5330541 L 459177.9 -5330296 L 458200 -5330536 L 458322.1 -5331200 L 459581.6 -5331940 L 460557.2 -5333425 L 460396.7 -5333758 L 460968.5 -5334180 L 461252.6 -5334855 L 462644.9 -5334172 L 462962.6 -5333948 L 463608.2 -5334878 L 463169.9 -5336668 L 463669.1 -5338007 L 464033.3 -5338107 L 464239.2 -5338645 L 464011.6 -5338937 L 463835.8 -5340382 L 463591.7 -5340384 L 463693.9 -5341779 L 463101.1 -5342010 L 463023.8 -5343072 L 462693.7 -5343093 L 461389.4 -5343129 L 461126.8 -5343400 L 460851.4 -5344450 L 460284 -5344948 L 460008.6 -5344726 L 458995.8 -5344417 L 458458.4 -5344871 L 458133.1 -5344732 L 457800.3 -5344917 L 456775.7 -5345926 L 456659.2 -5346242 L 456623.8 -5346611 L 456740.1 -5349859 L 456519.6 -5350188 L 455419.7 -5352254 L 455419.6 -5352254 z "
id="path646" />
<path
d="M 443114.8 -5402849 L 443011.1 -5402486 L 441523.6 -5402355 L 441057.5 -5402867 L 440309.4 -5402891 L 440033.8 -5402627 L 440390.6 -5401982 L 440185.7 -5400493 L 439836 -5400661 L 439167.5 -5400980 L 438164.3 -5400419 L 437392.2 -5400451 L 436469.7 -5399771 L 436459 -5399383 L 436162.7 -5398721 L 435813.7 -5398758 L 435262.4 -5399168 L 433933.5 -5398838 L 433630 -5398607 L 434354.6 -5397286 L 434130.2 -5396557 L 434316.6 -5396211 L 434126 -5395900 L 433328.5 -5394681 L 433368.1 -5393958 L 433039.4 -5394160 L 432746.8 -5394411 L 432194.1 -5393017 L 431888.2 -5393126 L 431301.6 -5393398 L 431050.2 -5393192 L 430782.2 -5393229 L 430251 -5393189 L 429879 -5393249 L 429253.4 -5392485 L 428878.3 -5392466 L 428611.7 -5392175 L 428244.8 -5390650 L 428214.1 -5390303 L 427753.4 -5390001 L 427086.6 -5390201 L 426958.3 -5389535 L 427314.5 -5388516 L 427575.1 -5388251 L 428651.2 -5388168 L 428722.2 -5387093 L 429113.2 -5386503 L 429157.1 -5386463 L 429418.6 -5386185 L 430295.4 -5385461 L 430067.5 -5384425 L 429689.4 -5384414 L 428602.6 -5384097 L 428447.2 -5383359 L 428395.6 -5383022 L 428677.6 -5382422 L 428417.1 -5382164 L 427201.8 -5379952 L 427241.8 -5378859 L 426887.5 -5378752 L 424688.1 -5378805 L 424439.5 -5378531 L 423195.5 -5379230 L 422822.3 -5379142 L 421347.5 -5379447 L 421067.7 -5377942 L 423116.4 -5376407 L 424147.4 -5376300 L 424216.1 -5375559 L 423491.6 -5375363 L 423256 -5375601 L 422418.9 -5375122 L 422299.2 -5374751 L 420989.1 -5372063 L 420878.2 -5370469 L 420506.9 -5370367 L 419666.4 -5369624 L 419629.3 -5368469 L 420027.3 -5367831 L 419842.4 -5366758 L 419119.9 -5366544 L 418693.7 -5365921 L 417184.3 -5365914 L 416839.4 -5365992 L 416465.2 -5365954 L 415488.8 -5366432 L 415191.1 -5366631 L 414476 -5366688 L 413889.1 -5367964 L 413747.7 -5368312 L 413465.9 -5369005 L 411604.2 -5368857 L 411244.3 -5368954 L 410528.1 -5370637 L 410774.7 -5370919 L 410547.2 -5371202 L 410072 -5371740 L 410283.6 -5372067 L 409389.1 -5374130 L 409375.9 -5375680 L 410235.6 -5378663 L 409900.4 -5378604 L 409564.2 -5378549 L 409411.8 -5378888 L 408606 -5379629 L 408371.9 -5380684 L 407416.6 -5381185 L 407127.1 -5380974 L 405821.6 -5380856 L 404528.4 -5381453 L 404310.4 -5382029 L 404006.7 -5382237 L 404195.4 -5382586 L 405221.6 -5384707 L 404992.8 -5385351 L 403271.5 -5385397 L 403011 -5385156 L 402826.4 -5385401 L 403206.3 -5385805 L 402572.6 -5386048 L 401438.2 -5385473 L 401237.7 -5385777 L 400796.7 -5386356 L 400772.1 -5387085 L 400239.9 -5387558 L 400400.2 -5388207 L 400070.5 -5388384 L 399622.5 -5388973 L 399810.9 -5389682 L 398302.4 -5389600 L 397204.2 -5390653 L 396853.9 -5391047 L 396787.6 -5391420 L 397146.4 -5392824 L 397331.1 -5393147 L 397541.5 -5393855 L 397201.6 -5393944 L 395415.7 -5394738 L 395556.4 -5395067 L 395321.9 -5395334 L 396378.8 -5396196 L 396028.5 -5396599 L 397918.8 -5399061 L 398303 -5399132 L 398492.9 -5399590 L 398677.9 -5400574 L 397252.2 -5401885 L 395764.5 -5402213 L 395628.4 -5402689 L 395984.8 -5403355 L 395212.3 -5404656 L 395463.7 -5407291 L 395715.2 -5407512 L 396293.8 -5408215 L 395690.5 -5409613 L 396630 -5410253 L 396662.8 -5410634 L 396067.6 -5411097 L 395735.8 -5411215 L 395383.8 -5411239 L 395827.9 -5412685 L 395046.3 -5413421 L 394798.7 -5413640 L 394160.9 -5413794 L 394076.2 -5413475 L 393790.5 -5413646 L 393170 -5414403 L 394268 -5415739 L 394495.4 -5416403 L 394128.5 -5416491 L 392682.9 -5418223 L 393118.9 -5418671 L 392933 -5419226 L 392856.6 -5419532 L 392697.3 -5419893 L 391583.9 -5420269 L 390915.1 -5419939 L 390657.6 -5420210 L 390766.8 -5421244 L 390071.5 -5422097 L 390051.5 -5422097 L 390594.8 -5423132 L 390774.6 -5423477 L 390044.5 -5423482 L 389643.5 -5424890 L 391093.1 -5425978 L 391373.7 -5426222 L 391015.7 -5426245 L 390618.9 -5426839 L 389581.7 -5426368 L 388438.5 -5426378 L 387888.4 -5425897 L 387747.1 -5426228 L 387249.7 -5427472 L 387934.3 -5427709 L 388633.1 -5428933 L 388657.9 -5429302 L 388498.5 -5429603 L 388202.8 -5429771 L 388438.1 -5430335 L 388063 -5430767 L 387787.4 -5430961 L 387051.8 -5431641 L 387041.6 -5432019 L 387009.3 -5432770 L 386398.3 -5433719 L 386636.9 -5434436 L 386351.4 -5434684 L 387423 -5435761 L 388497.7 -5434655 L 389239.3 -5434432 L 390073.1 -5435183 L 390458.3 -5435225 L 391223 -5437299 L 391026.6 -5438017 L 391483.6 -5437522 L 391704.4 -5436538 L 391773.7 -5436204 L 393269.1 -5436738 L 393660 -5436664 L 394689.6 -5436401 L 395312.6 -5436805 L 395539.3 -5437098 L 396834.6 -5437618 L 397166.9 -5437729 L 397515.3 -5437869 L 398007.5 -5437486 L 398210.8 -5437171 L 398446.7 -5436656 L 398598.2 -5436416 L 399031.9 -5436714 L 400622.8 -5437464 L 400979.9 -5437503 L 402744.5 -5437204 L 403665.3 -5436619 L 403954.8 -5436397 L 404227.4 -5436202 L 404618.3 -5435665 L 404367.2 -5434703 L 406267.1 -5433628 L 406520.6 -5433365 L 406949.5 -5433760 L 407160.9 -5433960 L 407418.5 -5433763 L 408173.4 -5433688 L 408553.5 -5433694 L 408884.6 -5435115 L 409186.2 -5435357 L 410001.9 -5434733 L 411020.9 -5434668 L 411365 -5434720 L 411725.1 -5434752 L 412006.8 -5435975 L 411916.5 -5436311 L 413301.6 -5436754 L 413901.7 -5436774 L 414849.6 -5436198 L 415133.1 -5435939 L 415183 -5435433 L 416639.7 -5434767 L 416925.4 -5434593 L 416801.6 -5434250 L 415847.5 -5431927 L 416424.7 -5431518 L 416633.4 -5430446 L 416390.9 -5429761 L 416570.9 -5429776 L 417726.2 -5430314 L 418057.3 -5430357 L 418195.4 -5431811 L 420055.2 -5433496 L 420249.9 -5433363 L 420456.7 -5433248 L 420332.7 -5432780 L 421964.8 -5430861 L 422150.2 -5430549 L 422730 -5430914 L 423408.9 -5430838 L 423560.3 -5430532 L 424212.9 -5430769 L 425078.8 -5430215 L 426104.3 -5430411 L 426805.5 -5429490 L 427037.9 -5429182 L 427235.5 -5428976 L 427440 -5428707 L 428388.2 -5427811 L 428599.9 -5428120 L 430069.3 -5428230 L 431390.9 -5428921 L 431604.5 -5428709 L 431912.5 -5428192 L 432802.9 -5429301 L 432983.6 -5429618 L 434418.5 -5429026 L 435563.7 -5430015 L 435954.5 -5428922 L 435590.1 -5427795 L 435702.5 -5427026 L 435973.9 -5426738 L 438486.8 -5426055 L 438810.5 -5425865 L 439644.3 -5424230 L 439649.5 -5423858 L 439640.7 -5423442 L 439443.6 -5422935 L 439268.2 -5422726 L 441310.7 -5422359 L 441659.6 -5422306 L 441704.7 -5421355 L 441352.8 -5420906 L 441132.4 -5420700 L 441384.3 -5419112 L 441129.8 -5418889 L 441314.6 -5418292 L 441217.5 -5417759 L 440905 -5417556 L 439277 -5416695 L 438902.2 -5416328 L 438733.6 -5416040 L 438054.7 -5414639 L 437876 -5414288 L 437484.6 -5413605 L 437691.2 -5413389 L 437716.2 -5412857 L 437479.9 -5412198 L 438003.2 -5411307 L 438126.6 -5410979 L 437403.3 -5410877 L 437109.9 -5410167 L 437105.1 -5409782 L 437227.9 -5409171 L 437295.3 -5408866 L 437447 -5408197 L 437414.3 -5407855 L 437414.2 -5407805 L 437913.3 -5407322 L 438197.9 -5407105 L 439048.6 -5407373 L 439339.4 -5407235 L 439933.5 -5405681 L 439779.9 -5405366 L 441211.4 -5405474 L 441714.4 -5404925 L 441681 -5404187 L 442763.7 -5403920 L 442942.1 -5403586 L 443114.7 -5402849 L 443114.8 -5402849 z "
id="path647" />
<path
d="M 259275.7 -5095239 L 258929.6 -5095350 L 258195 -5096151 L 256785.9 -5096320 L 257058.2 -5097318 L 256738.1 -5097506 L 256188.8 -5099249 L 255129.7 -5099331 L 255159.5 -5099681 L 254724.1 -5100206 L 254846.6 -5100898 L 254823.3 -5101264 L 254476.9 -5101776 L 254800.3 -5102762 L 252854.9 -5101766 L 252815.6 -5102156 L 252789.5 -5103712 L 252552.1 -5104203 L 252237.9 -5104489 L 250909.2 -5103968 L 249861.9 -5104305 L 249559.8 -5104378 L 246848.9 -5105372 L 246502.8 -5105483 L 246441 -5106628 L 245417.5 -5108620 L 245079.4 -5108798 L 244825.6 -5108508 L 243904.9 -5107920 L 242437.5 -5108314 L 242105.4 -5108458 L 239665.6 -5107787 L 239549.3 -5108124 L 239771.9 -5108742 L 238922 -5109878 L 237934.6 -5110232 L 236716.4 -5108877 L 236423.2 -5109113 L 235217.4 -5109951 L 235326.9 -5112167 L 235010 -5112003 L 233874.4 -5111149 L 233678.1 -5110168 L 233515.8 -5110501 L 232985.3 -5111006 L 231243.7 -5111389 L 229861.2 -5111806 L 228796 -5111764 L 228313.6 -5112243 L 227978.4 -5112381 L 228511.2 -5112844 L 227879.5 -5113696 L 228201.5 -5113864 L 228466.4 -5114112 L 227739.2 -5114158 L 227277.8 -5114620 L 227288.5 -5114986 L 226808.1 -5115469 L 226445.9 -5115597 L 225781.5 -5115976 L 224280.2 -5115978 L 223298.5 -5116573 L 223046.9 -5115948 L 222966.1 -5115619 L 221491.5 -5116012 L 220423.6 -5115600 L 219507.9 -5116232 L 219647.2 -5117166 L 221446.5 -5117420 L 221398.2 -5117788 L 220766.8 -5118160 L 220009.6 -5118127 L 219121.9 -5118701 L 218428.8 -5118653 L 217843.3 -5119052 L 217542.1 -5119242 L 216867 -5120592 L 215050.4 -5120721 L 214491.4 -5121916 L 214616.2 -5122273 L 215600.4 -5122418 L 215449.4 -5123843 L 215380.1 -5124209 L 214446.1 -5125245 L 214165.8 -5125472 L 210859.2 -5127705 L 210525.9 -5127923 L 210336.4 -5128658 L 211828.8 -5130386 L 211367 -5131402 L 211183.7 -5131737 L 210577.9 -5134308 L 210909.9 -5134496 L 212767.7 -5134293 L 213396.8 -5134486 L 213321.2 -5135534 L 213599.2 -5135778 L 214316.4 -5135870 L 214845.3 -5136375 L 215104.3 -5136633 L 216695.4 -5135768 L 216985.6 -5135551 L 218267.1 -5135447 L 218545.1 -5135620 L 218902.2 -5135630 L 219211.2 -5135810 L 219756.1 -5136365 L 219771.5 -5137470 L 221168.7 -5137979 L 222076.6 -5138711 L 222541.1 -5140129 L 224399 -5139650 L 225871.3 -5140134 L 226064.2 -5140472 L 227443.7 -5142611 L 227671.7 -5142898 L 227415.5 -5143185 L 226794.1 -5143631 L 225314.4 -5143903 L 225086 -5144597 L 224356.6 -5144798 L 222929.5 -5146019 L 222183.2 -5146099 L 221468.9 -5143967 L 221311 -5143621 L 220042.1 -5144464 L 220473 -5145090 L 220035 -5146887 L 220297.5 -5148327 L 221606.8 -5149038 L 221820.4 -5150111 L 222378.6 -5150365 L 222604.6 -5150663 L 222034 -5151649 L 221949.5 -5152796 L 221173.9 -5153591 L 221491.4 -5155451 L 220955 -5155993 L 220855.8 -5156364 L 220120.2 -5157085 L 220598.1 -5157998 L 220353.8 -5158619 L 221446.2 -5158949 L 222942.9 -5158878 L 223469 -5159428 L 223441.8 -5160135 L 223441.7 -5160489 L 223259.1 -5162337 L 222767.8 -5162697 L 222399.6 -5162618 L 222091.1 -5164055 L 221964 -5164413 L 222878.2 -5165503 L 222483.9 -5166118 L 222684.9 -5166767 L 221919.3 -5167550 L 222706.4 -5168948 L 223001.5 -5169119 L 221623.5 -5170984 L 220864.1 -5171184 L 219775.6 -5170803 L 219686.4 -5171527 L 220307.6 -5171914 L 220600.5 -5173309 L 221175.7 -5173767 L 221460.8 -5174000 L 220215.9 -5175296 L 219943.7 -5175557 L 218445.7 -5176750 L 220209.5 -5178177 L 218996.6 -5180514 L 218170.1 -5181312 L 217834.9 -5181127 L 217170.4 -5182282 L 217415.5 -5183320 L 217238.4 -5184025 L 216504 -5183843 L 215844.6 -5184239 L 215618.4 -5184557 L 215167 -5186030 L 215348 -5187598 L 215728.2 -5188289 L 215937.3 -5189349 L 217118 -5190249 L 217470.2 -5190389 L 217337.1 -5190702 L 216701.7 -5191841 L 216325.5 -5191858 L 215209.8 -5191908 L 214565.4 -5192755 L 213103.4 -5193094 L 212841.2 -5193389 L 211991.6 -5194153 L 211640.4 -5194237 L 211018 -5195487 L 210913.9 -5195756 L 210518.7 -5196171 L 210433.7 -5196530 L 208718.6 -5198849 L 207714.9 -5199300 L 208889.9 -5201231 L 208767.9 -5201950 L 209291.3 -5202483 L 209619.6 -5203105 L 208530.9 -5203380 L 208107.7 -5204452 L 206469.6 -5205321 L 206562.7 -5205981 L 204721.3 -5206185 L 204358 -5206339 L 204278 -5206724 L 205586 -5206989 L 205415 -5207726 L 204670.4 -5207737 L 204308.2 -5208800 L 203168.3 -5208805 L 202876.1 -5209068 L 203353.5 -5209533 L 203685.8 -5209643 L 204439.4 -5209660 L 206167.6 -5208925 L 206528.9 -5209034 L 206493 -5209742 L 207103.6 -5210629 L 208130.4 -5210730 L 209121.3 -5211278 L 209501.6 -5211283 L 210004.9 -5210719 L 210365.2 -5210840 L 210121.1 -5211125 L 211579.4 -5212232 L 211829.6 -5212516 L 212885.3 -5212270 L 213698.7 -5211084 L 214461.2 -5210962 L 215816.3 -5211435 L 217228 -5210133 L 218192.8 -5210776 L 218487.1 -5211030 L 219140.5 -5210794 L 219492.6 -5210252 L 219839.8 -5210199 L 219854.9 -5210820 L 220436.5 -5211754 L 222399.6 -5210816 L 223478.4 -5211065 L 224052.7 -5210640 L 224427.9 -5210625 L 225931 -5211023 L 226326.3 -5211046 L 226321.4 -5211351 L 226994 -5211932 L 227581.6 -5212882 L 228618.4 -5213385 L 229064 -5214444 L 230163.7 -5214311 L 230465.1 -5215005 L 229560.9 -5216216 L 229625.4 -5217732 L 229365.3 -5218016 L 232488.9 -5219475 L 232829.2 -5219672 L 234624.5 -5220141 L 236449.7 -5220123 L 236775.8 -5219937 L 236665.5 -5219304 L 235145.2 -5218301 L 235344.8 -5216855 L 236920.4 -5218425 L 238064.1 -5218301 L 239525.2 -5218748 L 240851.8 -5218051 L 241468.4 -5218502 L 242248.8 -5220819 L 242613 -5220861 L 242983.1 -5220418 L 244386.1 -5220801 L 244738.3 -5220899 L 245081.6 -5221009 L 246014.9 -5220479 L 246146.8 -5220143 L 247903 -5220514 L 248255.2 -5220587 L 249821.5 -5221475 L 251842.8 -5221654 L 252091.1 -5221926 L 252423 -5221334 L 253791 -5221812 L 256122.8 -5220698 L 256326.8 -5220388 L 257818 -5221322 L 257990.4 -5222017 L 260165.2 -5221170 L 260923.7 -5221265 L 261303.9 -5221356 L 261300.5 -5220589 L 259269.7 -5218913 L 258322.7 -5217703 L 258600.7 -5217438 L 258926.8 -5217264 L 259252.9 -5217088 L 259816.4 -5217542 L 260502.8 -5217601 L 261375 -5216977 L 261693.8 -5215986 L 262020.9 -5215827 L 263725.2 -5216797 L 264099.4 -5216922 L 264750.6 -5214287 L 264793.5 -5213900 L 264858.3 -5213320 L 264934.1 -5212748 L 264976 -5212462 L 265455.7 -5211105 L 265338.5 -5210778 L 264540.1 -5210637 L 264577 -5210279 L 265068.5 -5208405 L 264937.3 -5208039 L 266965.6 -5208979 L 267344.8 -5208987 L 268584.1 -5208345 L 268925 -5207692 L 268969.9 -5207325 L 268136.1 -5206133 L 267912.9 -5205836 L 267990.7 -5205054 L 268786.8 -5204187 L 268954.6 -5203434 L 268985.5 -5203042 L 269623.6 -5202611 L 270108.3 -5201163 L 270183.2 -5200782 L 270409.9 -5199609 L 270484.8 -5199219 L 269355.9 -5197788 L 269340.7 -5197050 L 268641.1 -5195817 L 268324.9 -5195627 L 268574.9 -5195329 L 269328.2 -5195496 L 270403.5 -5195047 L 271112.5 -5194137 L 271738.6 -5193683 L 272757.8 -5193127 L 273521.1 -5193114 L 272337.2 -5191330 L 272134.1 -5191038 L 272009.1 -5190999 L 271070 -5192193 L 270323.8 -5192405 L 268929.1 -5191785 L 268153.6 -5190918 L 267375.3 -5190896 L 267363.1 -5189994 L 267077 -5189897 L 267364.1 -5189635 L 268496.5 -5189368 L 269068.6 -5188842 L 269791.9 -5189060 L 270288.2 -5189660 L 270488.2 -5189363 L 271305.4 -5188681 L 271276.3 -5188324 L 270189.7 -5187413 L 269987.6 -5187107 L 268948 -5186097 L 269275.9 -5184805 L 268951.8 -5184631 L 269335.6 -5182470 L 269560.6 -5182161 L 270409 -5182901 L 272612.4 -5180338 L 272983.5 -5180270 L 273333.5 -5179443 L 273223.4 -5179163 L 272847.3 -5179016 L 272159.1 -5179096 L 270938.6 -5178278 L 270660.5 -5178036 L 270322.4 -5177853 L 270515.4 -5176723 L 270294.3 -5176018 L 268884.8 -5175467 L 269512.9 -5174160 L 267967.4 -5173084 L 267748.3 -5172768 L 267718.3 -5172758 L 267251.1 -5172170 L 267495.1 -5171105 L 265061.3 -5168797 L 264937.3 -5167695 L 265311.4 -5167674 L 267838.2 -5168223 L 268725.5 -5169400 L 269688.8 -5169953 L 270074.9 -5169383 L 269175.6 -5166841 L 270166.9 -5166236 L 271684.3 -5166524 L 271581.3 -5166161 L 271870.4 -5165467 L 271690.4 -5164362 L 273106.8 -5163873 L 272756.7 -5163707 L 272153.5 -5163223 L 271380.3 -5163209 L 269501.9 -5161841 L 268912.8 -5160050 L 270189.2 -5158880 L 269190.1 -5156900 L 269074.1 -5156542 L 267156.6 -5156726 L 267098.8 -5154870 L 266478.8 -5153940 L 266416.9 -5153206 L 266939.1 -5152690 L 266118 -5152021 L 266020.2 -5150921 L 266252.3 -5150648 L 268303.7 -5151057 L 268371.8 -5150705 L 268517.9 -5150372 L 267901 -5149068 L 267781 -5148723 L 268431.2 -5148323 L 268161.7 -5145661 L 267506.1 -5143461 L 268067.3 -5143011 L 268409.6 -5141941 L 268373.7 -5141557 L 269035.7 -5141888 L 270121.9 -5141690 L 270669.3 -5140377 L 271229.5 -5139892 L 271551.6 -5139711 L 270139.8 -5138201 L 269917.8 -5137935 L 271141.4 -5136672 L 270518.4 -5136260 L 269885.8 -5134516 L 270991.9 -5134744 L 272335.3 -5133998 L 274652.2 -5131973 L 276153.9 -5133657 L 276074.7 -5134426 L 276546.6 -5135037 L 277853.5 -5135859 L 278289.4 -5136501 L 279397.5 -5136752 L 280802.9 -5136022 L 282220.4 -5134649 L 282370.5 -5134282 L 281448.7 -5133084 L 281694.9 -5132366 L 281330 -5131803 L 280396.9 -5131674 L 281655.7 -5129417 L 281786.9 -5128795 L 280953.2 -5127593 L 278760 -5127585 L 278394.9 -5127647 L 278478 -5127291 L 278969.8 -5125153 L 279106 -5124618 L 279189.1 -5124254 L 279315.4 -5123523 L 278771.5 -5123019 L 278424.4 -5123153 L 277346.9 -5121672 L 276987.9 -5121576 L 276592.9 -5119022 L 276441 -5118680 L 278876.5 -5117884 L 279502.9 -5117080 L 279896.5 -5115715 L 279981.7 -5115351 L 280945.8 -5115196 L 281269.8 -5115158 L 281636.1 -5114511 L 282395.2 -5114394 L 283323.7 -5115543 L 284478.8 -5115406 L 284897 -5114984 L 284643.6 -5113520 L 283380.2 -5112197 L 283208.4 -5111866 L 283555.5 -5111732 L 283626.7 -5111398 L 283289 -5110819 L 282405.3 -5110168 L 282523.6 -5109439 L 282737 -5108552 L 282985.1 -5108376 L 282638.1 -5108318 L 281421.7 -5107076 L 281119.8 -5106964 L 280653.7 -5107251 L 280448.6 -5107565 L 278282.6 -5109502 L 277968.7 -5109306 L 276968.9 -5108830 L 276628 -5108705 L 275931.9 -5108909 L 275269.5 -5109754 L 274975.6 -5109538 L 275098.8 -5109204 L 275433.3 -5108207 L 275218.4 -5107922 L 274913.3 -5108058 L 273390 -5108543 L 273071.1 -5108358 L 271765.8 -5107088 L 272395.3 -5106208 L 271715.4 -5105929 L 270570.5 -5105824 L 269064.5 -5104132 L 268826.4 -5104368 L 267991.1 -5104913 L 267717.2 -5104669 L 265209.2 -5104616 L 264534.4 -5104326 L 264623.6 -5103963 L 264705.1 -5103227 L 265737.1 -5101704 L 265045.7 -5100831 L 263932.8 -5100734 L 263917.3 -5100005 L 263378.2 -5098675 L 264089.7 -5098006 L 263427.2 -5097242 L 263073.3 -5097126 L 262484.9 -5096239 L 262124.8 -5096379 L 259275.7 -5095239 L 259275.7 -5095239 z "
id="path648" />
<path
d="M 494391.6 -4838397 L 493153.6 -4837494 L 493066.4 -4834766 L 492204.8 -4833961 L 491814.3 -4833949 L 490311.6 -4834225 L 489060.5 -4832876 L 487135.8 -4832853 L 485807.9 -4832041 L 484701.8 -4832269 L 483894.3 -4831457 L 483644.1 -4831166 L 483122.7 -4830624 L 482038.8 -4830763 L 480214.3 -4829546 L 479846.9 -4829464 L 479202.9 -4829877 L 478752.5 -4830922 L 477303.2 -4832614 L 474435 -4833558 L 474224.7 -4833878 L 472820.4 -4833397 L 471715.7 -4833461 L 471413.1 -4834511 L 471067.3 -4834648 L 469624.5 -4829153 L 468639 -4827981 L 468997.6 -4827415 L 469196 -4827085 L 469574.3 -4827165 L 469876 -4826060 L 468820.5 -4824452 L 468711.4 -4824082 L 469900.5 -4822180 L 473264.1 -4818617 L 473491.4 -4818306 L 473127.8 -4818333 L 472105.4 -4818694 L 472186.3 -4817200 L 471790.9 -4816172 L 471997.6 -4814704 L 472598.6 -4813783 L 472832.9 -4813490 L 472477.7 -4812839 L 470696.5 -4813165 L 470939.5 -4812522 L 470935.3 -4812151 L 470651.2 -4811893 L 468752.8 -4810006 L 468041.4 -4810217 L 467817.3 -4809954 L 467838.7 -4809284 L 467500.3 -4809212 L 467161.5 -4809365 L 465643.8 -4808327 L 464552.4 -4808294 L 464532.5 -4808289 L 464203.4 -4808074 L 463118.1 -4808486 L 460766.7 -4808394 L 459019.7 -4809576 L 458782.4 -4809871 L 457456.4 -4809821 L 457108.9 -4809832 L 456772.7 -4809705 L 455278.6 -4809366 L 453378.8 -4809628 L 451769.4 -4808607 L 451530.4 -4808301 L 451691.9 -4807946 L 451034.4 -4807707 L 449131.8 -4808378 L 448814.3 -4808389 L 448497.7 -4808402 L 448155.9 -4808559 L 446971.6 -4809477 L 444190.7 -4810415 L 443401.2 -4811183 L 443044 -4811062 L 441842.7 -4810681 L 441592.5 -4810477 L 440539.8 -4811502 L 440276.6 -4811759 L 440158 -4812093 L 439706.6 -4812562 L 439571.4 -4811845 L 438523 -4810943 L 438322 -4810639 L 438159 -4810315 L 437852 -4810075 L 436787 -4809057 L 436845.6 -4807890 L 437321.3 -4806831 L 436142.7 -4803993 L 435826.7 -4804212 L 433649.7 -4805696 L 432556.7 -4807713 L 431419.7 -4807614 L 429952.9 -4806387 L 429568.5 -4806374 L 429318.5 -4806117 L 427741.3 -4805572 L 427555 -4805383 L 427201.3 -4805513 L 426450.3 -4805586 L 426170.4 -4805333 L 425690.1 -4805802 L 425009.8 -4805536 L 424644.4 -4805548 L 424458 -4805863 L 424419.7 -4806868 L 423084.9 -4809404 L 421491.9 -4810057 L 421156.2 -4810156 L 420626.6 -4811177 L 420025.6 -4811567 L 420401.7 -4813829 L 420871.6 -4814427 L 422000.2 -4814678 L 422488 -4815279 L 422757.9 -4815556 L 422531.7 -4815785 L 422755.7 -4816951 L 422300.2 -4818358 L 421690.9 -4817152 L 420183 -4818133 L 419850.9 -4817959 L 420041.3 -4817628 L 419870.7 -4815422 L 419650.7 -4815117 L 418529.4 -4815159 L 417862.2 -4814843 L 416757.6 -4815854 L 415412.2 -4816520 L 415024.6 -4816164 L 414713.7 -4816357 L 412462.8 -4817823 L 412176.2 -4817421 L 410134.3 -4818769 L 409958.9 -4819079 L 409824.9 -4819165 L 408669.6 -4821345 L 409265.7 -4821765 L 408941.9 -4821904 L 407966.5 -4822307 L 407611.7 -4822484 L 406880.2 -4822780 L 406984.3 -4823112 L 406802.6 -4824817 L 405986.2 -4825964 L 404931.2 -4826256 L 404580.5 -4826360 L 403675.4 -4826147 L 403040.9 -4826374 L 402729 -4826532 L 402305.3 -4826675 L 400896.7 -4827438 L 400638.6 -4827650 L 400623.1 -4828290 L 400163.8 -4828714 L 399856.1 -4828813 L 399816.4 -4828709 L 398434.1 -4828913 L 398409.9 -4829013 L 398209.2 -4829042 L 398076 -4829195 L 396732 -4830082 L 396680.3 -4830413 L 396365.4 -4830598 L 395335.2 -4830945 L 394716.5 -4830810 L 393858.1 -4831970 L 394172.2 -4833019 L 395079 -4834218 L 396843.8 -4834851 L 397337.1 -4835286 L 397353.2 -4835662 L 396555.6 -4836894 L 396453.2 -4838013 L 396602.2 -4838357 L 396232.5 -4838478 L 392010.6 -4839058 L 392016.8 -4839414 L 392098.1 -4840117 L 391825 -4840347 L 392201.6 -4840276 L 393256 -4839855 L 394398.2 -4840788 L 395157 -4840815 L 395498 -4841466 L 395268.7 -4841766 L 394439.2 -4842977 L 394096 -4842845 L 393357.3 -4843664 L 391781 -4844402 L 391644.5 -4844718 L 391028.8 -4845456 L 391135.9 -4845792 L 391504.4 -4847147 L 391176.7 -4848147 L 390427.3 -4848807 L 390800 -4850506 L 390675.4 -4850863 L 389128.2 -4851057 L 386188.7 -4852809 L 386601.9 -4855684 L 386447 -4855734 L 385241.8 -4856184 L 384957.9 -4856338 L 384785.4 -4856676 L 383589.1 -4858545 L 383611.5 -4858804 L 384118 -4858702 L 384311.3 -4858909 L 383708.2 -4859351 L 383959.4 -4860034 L 383277.5 -4860924 L 383038.5 -4862020 L 383721.2 -4864073 L 384473.4 -4863947 L 384844.7 -4864035 L 385160.9 -4864211 L 385209.9 -4865621 L 385133.4 -4865898 L 385514 -4866318 L 385162.2 -4866437 L 384596 -4866918 L 382420.2 -4867315 L 382498.6 -4868049 L 382164.7 -4868686 L 382834.5 -4868350 L 383362.1 -4868700 L 383535.2 -4869037 L 384671.2 -4869272 L 386497.9 -4868698 L 388825.1 -4868521 L 389175.3 -4868691 L 389118.7 -4869042 L 388869 -4870041 L 389577.7 -4871200 L 390185.1 -4872118 L 390385.2 -4872443 L 391398.4 -4872159 L 391761.8 -4872234 L 392024.2 -4872872 L 391560.1 -4874255 L 392610.7 -4874276 L 392985.3 -4874225 L 393288.6 -4874919 L 394647.6 -4875551 L 395571.5 -4877608 L 395840.7 -4877875 L 395011.4 -4879636 L 393969.8 -4880146 L 392884.1 -4880201 L 392665 -4880942 L 393103.9 -4882815 L 392120 -4883443 L 391839.8 -4883715 L 391945.1 -4884042 L 391836.4 -4885050 L 392321.1 -4885949 L 392579.3 -4885665 L 393306 -4885878 L 394782.9 -4885482 L 395869.9 -4885850 L 397389.3 -4885705 L 397389.6 -4886071 L 397692.6 -4885850 L 398181 -4885306 L 399186.9 -4885781 L 399928.4 -4884988 L 400660.8 -4884837 L 401150 -4883865 L 401822.6 -4883609 L 402125.1 -4883703 L 403014.6 -4883931 L 402620.3 -4884927 L 403932.8 -4886556 L 404083 -4886890 L 404369.1 -4886637 L 405626.8 -4884803 L 406354.3 -4884570 L 406587.6 -4884267 L 406525.1 -4884584 L 406850.1 -4885473 L 406729.7 -4885814 L 406040.6 -4887467 L 406593.7 -4888777 L 406933.3 -4888804 L 407333.4 -4887871 L 407665.1 -4887795 L 408845.1 -4888696 L 410260.4 -4888136 L 410967 -4888434 L 411887.9 -4887255 L 412784.8 -4887847 L 413112.7 -4888299 L 412823.6 -4888536 L 411256.8 -4890059 L 412454 -4890887 L 413194.2 -4890826 L 413459.3 -4890598 L 414272.4 -4889999 L 414958.1 -4889117 L 416082.6 -4889204 L 417130.2 -4888747 L 418316.4 -4889575 L 418857.3 -4889250 L 419577.2 -4889390 L 419946.7 -4889427 L 420287 -4889598 L 422069.1 -4890118 L 421827.7 -4891158 L 422151 -4891358 L 424342.9 -4891726 L 423774.9 -4893351 L 424735.4 -4893605 L 425085.9 -4893699 L 425712.6 -4892797 L 427113.5 -4893131 L 427389.3 -4892450 L 428043.4 -4892574 L 428291.7 -4892864 L 427928.6 -4893824 L 428463.4 -4894208 L 428805.9 -4894294 L 429922.6 -4894317 L 430499.2 -4894790 L 431243.4 -4894791 L 431617 -4894795 L 431882.3 -4893784 L 432366.6 -4893282 L 432037.9 -4892655 L 432309 -4892424 L 433411.6 -4892558 L 434116.2 -4892302 L 434207.3 -4891551 L 434919.9 -4890651 L 435624.8 -4890846 L 436093.4 -4891434 L 437545.5 -4891024 L 438636.8 -4890084 L 436349.4 -4888729 L 434873 -4888744 L 434286.4 -4888243 L 434317 -4887860 L 434688.7 -4887758 L 434971 -4888018 L 437602.3 -4887875 L 438609 -4887386 L 440560.1 -4888522 L 442402 -4888581 L 442680.1 -4888321 L 443408.5 -4887525 L 442844.2 -4886162 L 444171.6 -4885594 L 445458.2 -4886242 L 446185.7 -4886077 L 446808 -4884783 L 447437.9 -4884427 L 447735.9 -4884219 L 448011.9 -4883992 L 448192.2 -4883682 L 450322.2 -4882826 L 450704.7 -4882892 L 450702.3 -4882507 L 451536.6 -4881717 L 452425.2 -4880076 L 452358.6 -4878585 L 456040.4 -4878035 L 456410.1 -4877949 L 456873.7 -4875974 L 457123.8 -4875727 L 458318.5 -4875095 L 458880.9 -4873824 L 459153 -4873595 L 459133.1 -4872931 L 458857.7 -4872744 L 459085.4 -4872163 L 459111.9 -4871852 L 459385 -4871580 L 459652.8 -4870866 L 461369.1 -4870139 L 461352.4 -4869370 L 461170.4 -4868248 L 461083.1 -4867905 L 459800.5 -4867338 L 459413.7 -4866257 L 460168.8 -4866273 L 462467.3 -4864993 L 462445.9 -4864612 L 463794.1 -4863573 L 463707.6 -4862098 L 463557.9 -4861410 L 463515.6 -4861036 L 463633.7 -4860298 L 465577.3 -4859202 L 465872 -4858582 L 465759.7 -4858251 L 464855.6 -4857734 L 464553 -4857148 L 464571.6 -4856802 L 464610.3 -4855789 L 464400.5 -4855235 L 466694.1 -4852153 L 467148.4 -4852211 L 467437.4 -4852019 L 467374.1 -4851636 L 468189.4 -4850875 L 468551.9 -4849781 L 469399.3 -4848986 L 469793.7 -4847922 L 470081.8 -4847688 L 472003.5 -4845970 L 472049.1 -4845587 L 474007.8 -4843834 L 475107.6 -4843791 L 475478.3 -4843724 L 476590.1 -4843656 L 478738.1 -4842208 L 481650.2 -4843054 L 482035.7 -4843090 L 482653 -4844820 L 484695 -4845820 L 485446.2 -4845777 L 486403 -4844657 L 487839.8 -4844375 L 488215.2 -4844447 L 488238.2 -4844437 L 488573.1 -4844261 L 489195 -4843328 L 491782.5 -4843673 L 492104.4 -4843527 L 493336.1 -4842884 L 493117.9 -4842573 L 493645.3 -4839617 L 494391.5 -4838397 L 494391.6 -4838397 z "
id="path649" />
<path
d="M 383721.5 -4864072 L 383356.1 -4864042 L 381976.2 -4864409 L 381747.7 -4863353 L 381104.4 -4862482 L 380788.5 -4862637 L 380456.7 -4862755 L 380563.3 -4862388 L 378936.9 -4860851 L 378556.4 -4860877 L 378244.7 -4862329 L 377397.3 -4863065 L 377235.2 -4862766 L 376804.7 -4861875 L 376572.7 -4861563 L 375071.7 -4858890 L 374983.1 -4859245 L 373631 -4858819 L 372602.9 -4859105 L 371861.3 -4860335 L 371534.3 -4860537 L 370444.6 -4860221 L 368390.5 -4861147 L 367632.3 -4860380 L 367639.9 -4859662 L 367364.8 -4859432 L 367078.7 -4859213 L 368027.8 -4857658 L 367806.5 -4857042 L 365912.5 -4856940 L 364998.4 -4857561 L 364651.5 -4857721 L 362802.6 -4856658 L 362570.6 -4856377 L 363307 -4856175 L 364200.5 -4854961 L 365590.4 -4855418 L 367417 -4855267 L 367936.3 -4853487 L 367828.3 -4853126 L 367144.3 -4853126 L 366617 -4852720 L 366474.9 -4852410 L 365101.4 -4852213 L 364179.2 -4851625 L 363906.2 -4851383 L 363378.9 -4851430 L 363122.5 -4851339 L 362891 -4851285 L 361847.2 -4851019 L 361501 -4850920 L 361202 -4851522 L 360638.7 -4851140 L 360304.1 -4851208 L 360358.9 -4850828 L 361130.4 -4850118 L 355889.7 -4847924 L 355676.3 -4848243 L 355449 -4848944 L 356341 -4849637 L 356178.5 -4850363 L 353569.4 -4850839 L 353292.3 -4851038 L 352963.5 -4851996 L 351983.8 -4852512 L 351548.9 -4853572 L 350535.3 -4854034 L 350333.4 -4853295 L 348977.1 -4852608 L 348249.4 -4851720 L 348106.5 -4851365 L 347514.1 -4851488 L 347309.7 -4851784 L 347379.2 -4852369 L 346683.8 -4852552 L 345598.2 -4853477 L 345501.6 -4853383 L 343853.9 -4851855 L 343613 -4851554 L 342478.4 -4851682 L 341827.4 -4852086 L 338889.1 -4851635 L 338534.9 -4851553 L 337856.5 -4851351 L 337435.6 -4850791 L 337268.7 -4850474 L 335308.2 -4850715 L 335136 -4850502 L 334206.1 -4851049 L 332766.4 -4851019 L 332270.6 -4850470 L 331234.8 -4850234 L 330557.1 -4850527 L 330589.2 -4851260 L 331352 -4853225 L 332068.8 -4854038 L 332852.7 -4855168 L 332937.7 -4855510 L 332586.9 -4855629 L 330556 -4856440 L 330592.4 -4857477 L 331643.8 -4857469 L 331980.6 -4857360 L 331854.9 -4857727 L 331079.8 -4859060 L 329904.1 -4860046 L 329686.7 -4861560 L 329725.8 -4861896 L 331135.7 -4862713 L 331469.6 -4862970 L 331197.5 -4863189 L 330246.9 -4863590 L 330178.5 -4864188 L 329822.8 -4864275 L 329152.1 -4864569 L 328329.5 -4865739 L 327633.1 -4865515 L 327323.1 -4865710 L 327083.9 -4865102 L 326794.8 -4864907 L 324748.1 -4866027 L 324653.5 -4866319 L 323915.3 -4866861 L 320736.6 -4865815 L 320580.1 -4866112 L 320026.1 -4867667 L 320010.3 -4868404 L 321935 -4869421 L 322052 -4869770 L 322516 -4870312 L 322642 -4870651 L 323369 -4871864 L 323747.9 -4872095 L 323976.1 -4872285 L 324032.8 -4872379 L 325284.8 -4873726 L 325443.9 -4874443 L 325387.1 -4874827 L 325275.6 -4875089 L 324781.7 -4875361 L 325202.7 -4875968 L 324703.4 -4877245 L 325029.5 -4877422 L 325384.7 -4877564 L 326775.8 -4877114 L 327371.7 -4878075 L 328090.5 -4878145 L 328697.8 -4878510 L 328432.7 -4878724 L 327796 -4878961 L 327546.9 -4879578 L 326428.6 -4879528 L 325282.9 -4880512 L 324589.7 -4880162 L 324399.6 -4879876 L 323275.6 -4879271 L 320568 -4877751 L 320325.7 -4878019 L 320002.7 -4879053 L 320117.7 -4879408 L 320201.8 -4880146 L 319789 -4880738 L 319716.3 -4881081 L 319561.9 -4881761 L 318877.9 -4881742 L 318604.7 -4882439 L 318774.7 -4883177 L 319429.7 -4884090 L 319468.9 -4884845 L 320003.3 -4886103 L 321532 -4887077 L 321698 -4887407 L 322236.3 -4886953 L 323299.1 -4886854 L 323560.3 -4886606 L 323150.7 -4887544 L 323334.1 -4888565 L 323536.2 -4888858 L 323352.6 -4889211 L 322786 -4890252 L 323497.5 -4890495 L 325403.6 -4890228 L 328131.3 -4888756 L 328341.8 -4888427 L 329239.9 -4888287 L 330144.5 -4888842 L 330467 -4889765 L 331104.9 -4889442 L 331274 -4889761 L 330839.5 -4890723 L 330860.8 -4892390 L 331003.9 -4892725 L 331030.1 -4893095 L 330406.1 -4893489 L 329440.4 -4892998 L 328955.9 -4893518 L 328138.6 -4893672 L 328168.3 -4894722 L 328512.5 -4895337 L 328671.6 -4895653 L 328776.4 -4895677 L 331766.2 -4895374 L 332129.9 -4895269 L 334322.9 -4899680 L 334272.3 -4899994 L 333535 -4900589 L 334662.7 -4902004 L 334306.4 -4903806 L 335338.9 -4903428 L 335997.4 -4904283 L 336160.5 -4904612 L 335780.9 -4904626 L 334031.2 -4906494 L 333875.8 -4906790 L 333495.4 -4907687 L 333141.1 -4907553 L 331778.6 -4907118 L 331471.5 -4907353 L 330910.1 -4908359 L 329772 -4908560 L 330236.9 -4909822 L 330116.4 -4910143 L 330623 -4910548 L 330930.4 -4910656 L 331885 -4912287 L 331997.2 -4912612 L 331680.7 -4913029 L 331805.2 -4913709 L 331347.8 -4914671 L 331683.2 -4915310 L 331899.4 -4915600 L 332025.9 -4916270 L 332935.3 -4916585 L 333269.8 -4916659 L 333621.2 -4916777 L 333989.7 -4916804 L 334274.8 -4916085 L 335334.6 -4915017 L 335539.8 -4912707 L 335585.5 -4912323 L 335675.4 -4912322 L 335840.1 -4913407 L 336340.4 -4913988 L 338955.5 -4913922 L 340063.2 -4914965 L 340666.3 -4914570 L 342085.1 -4914355 L 342284.3 -4914661 L 344067.2 -4914146 L 345131.3 -4914530 L 345154.2 -4915648 L 345449.4 -4915884 L 346959.1 -4916193 L 348177 -4917133 L 348525.3 -4917301 L 348872.8 -4917344 L 350928.3 -4917470 L 350975.5 -4916804 L 351036.2 -4915313 L 350752 -4915064 L 349989.8 -4915094 L 348555.5 -4914532 L 347805.2 -4914632 L 347127.5 -4913274 L 346753.1 -4913177 L 347195.7 -4912568 L 347937.9 -4912555 L 348564 -4912127 L 349293.8 -4911256 L 348927.9 -4909833 L 349780.3 -4909082 L 349973.6 -4908808 L 350587.6 -4908942 L 350945.2 -4908923 L 352227.7 -4907842 L 352883.4 -4908108 L 353618.8 -4907449 L 354151.3 -4907925 L 354431.6 -4908147 L 354273.1 -4906405 L 354532.1 -4905735 L 354808.2 -4905502 L 355172.8 -4905508 L 355646.3 -4904954 L 356302.4 -4904992 L 357055.9 -4903729 L 358070.1 -4904575 L 359076.8 -4904118 L 359407.7 -4903454 L 359525.2 -4903102 L 360035.8 -4903502 L 360282.8 -4904940 L 360459 -4905265 L 360695.3 -4904967 L 361829.1 -4904906 L 362653.7 -4905686 L 364037.1 -4906230 L 364355.9 -4906133 L 363552.4 -4903676 L 364211.2 -4903374 L 364204.6 -4902619 L 363047.7 -4901690 L 362700.4 -4901539 L 362598.6 -4899921 L 362417.4 -4899637 L 362786.1 -4899535 L 364139.8 -4898822 L 365188 -4899099 L 366918.9 -4898587 L 368398.1 -4895936 L 369494.7 -4897538 L 371013.6 -4898744 L 371405.1 -4898763 L 373473.3 -4900015 L 373737.6 -4900252 L 373951.5 -4900166 L 374317.9 -4900277 L 376078.3 -4901678 L 376293 -4902799 L 376984.6 -4903126 L 377844.7 -4904779 L 378700.8 -4904175 L 378914.8 -4903489 L 379608.3 -4903308 L 380647.6 -4903567 L 380878.9 -4903272 L 381830.7 -4902160 L 381341 -4901182 L 382012.2 -4899493 L 382254.4 -4899198 L 383177.5 -4898529 L 383524.8 -4898688 L 385677.3 -4899221 L 386171.1 -4900144 L 386455.4 -4900348 L 386742 -4900941 L 386348.8 -4901906 L 386038.2 -4903007 L 385142.1 -4903689 L 385081.5 -4904064 L 385968.3 -4904767 L 385615.2 -4906225 L 385872.4 -4906506 L 386617.8 -4906375 L 386961.1 -4906541 L 387692.3 -4906540 L 388146.8 -4905939 L 388905.9 -4905987 L 389275.3 -4906087 L 389318.9 -4905720 L 389160.1 -4903950 L 390416.2 -4903046 L 391439.4 -4903400 L 391921 -4904476 L 390791.6 -4905451 L 390914.6 -4905989 L 391665.1 -4905761 L 392015.4 -4905940 L 392381.2 -4904648 L 392664.2 -4904437 L 393146.2 -4905309 L 393488.9 -4905254 L 393545.3 -4905549 L 393615.3 -4906088 L 393969 -4906036 L 395821.2 -4907673 L 396129.6 -4907854 L 396440.6 -4907628 L 398586.3 -4908196 L 399222.1 -4909120 L 400702.1 -4908753 L 401781.5 -4907742 L 402509.4 -4907945 L 402965.9 -4908560 L 402616.2 -4909245 L 403234.6 -4909228 L 403442.3 -4909890 L 404088.3 -4910098 L 404420.8 -4910197 L 404517.3 -4909818 L 404978.7 -4909229 L 406033.4 -4908727 L 406626.8 -4910002 L 407344.7 -4910197 L 407708.2 -4910285 L 407902.5 -4909972 L 408422.4 -4909713 L 410487 -4910501 L 410623.3 -4910233 L 410762.6 -4909966 L 410379.1 -4909940 L 409707.2 -4909686 L 408741.1 -4908510 L 410282.7 -4906402 L 409359.6 -4905185 L 409709.4 -4905045 L 411941.1 -4903719 L 412619 -4903966 L 414732.8 -4903882 L 415045.2 -4904064 L 415292.4 -4903780 L 417108.9 -4903490 L 417457.7 -4903348 L 416930.3 -4902046 L 416705.8 -4899946 L 416727.4 -4899582 L 416381.9 -4899523 L 415222.1 -4900181 L 414988.8 -4899873 L 414345.9 -4899643 L 412405.4 -4896315 L 411311.6 -4896368 L 410961.9 -4895790 L 411962.4 -4895382 L 412174.3 -4894063 L 412743.4 -4893643 L 412588.1 -4893317 L 412959.7 -4893321 L 413543.4 -4893720 L 414214 -4893526 L 414431.1 -4892095 L 414932.4 -4891547 L 415410.5 -4892991 L 416540 -4893124 L 417921.3 -4892596 L 418084.7 -4892252 L 417563.2 -4891694 L 417724.2 -4890961 L 419418.5 -4890217 L 418857.7 -4889249 L 418316.8 -4889574 L 417130.6 -4888746 L 416083 -4889203 L 414958.5 -4889116 L 414272.8 -4889999 L 413459.7 -4890597 L 413194.6 -4890825 L 412454.4 -4890887 L 411257.2 -4890058 L 412824 -4888535 L 413113.1 -4888298 L 412785.2 -4887846 L 411888.3 -4887254 L 410967.4 -4888433 L 410260.8 -4888135 L 408845.5 -4888695 L 407665.5 -4887794 L 407333.8 -4887870 L 406933.7 -4888803 L 406594.1 -4888776 L 406041 -4887467 L 406730.1 -4885813 L 406850.5 -4885473 L 406525.5 -4884583 L 406588 -4884266 L 406354.7 -4884569 L 405627.2 -4884802 L 404369.5 -4886636 L 404083.4 -4886889 L 403933.2 -4886555 L 402620.7 -4884926 L 403015 -4883930 L 402125.5 -4883702 L 401823 -4883608 L 401150.4 -4883864 L 400661.2 -4884836 L 399928.8 -4884987 L 399187.3 -4885780 L 398181.4 -4885305 L 397693 -4885849 L 397390 -4886070 L 397389.7 -4885704 L 395870.3 -4885849 L 394783.3 -4885481 L 393306.4 -4885877 L 392579.7 -4885664 L 392321.5 -4885948 L 391836.8 -4885050 L 391945.5 -4884041 L 391840.2 -4883714 L 392120.4 -4883442 L 393104.3 -4882814 L 392665.4 -4880941 L 392884.5 -4880200 L 393970.2 -4880145 L 395011.8 -4879635 L 395841.1 -4877874 L 395571.9 -4877607 L 394648 -4875550 L 393289 -4874918 L 392985.7 -4874224 L 392611.1 -4874275 L 391560.5 -4874255 L 392024.6 -4872871 L 391762.2 -4872233 L 391398.8 -4872158 L 390385.6 -4872442 L 390185.5 -4872117 L 389578.1 -4871199 L 388869.4 -4870040 L 389119.1 -4869041 L 389175.7 -4868690 L 388825.5 -4868520 L 386498.3 -4868697 L 384671.6 -4869271 L 383535.6 -4869036 L 383362.5 -4868699 L 382834.9 -4868349 L 382165.1 -4868686 L 382499 -4868048 L 382420.6 -4867314 L 384596.4 -4866917 L 385162.6 -4866436 L 385514.4 -4866317 L 385133.8 -4865897 L 385210.3 -4865620 L 385161.3 -4864211 L 384845.1 -4864034 L 384473.8 -4863946 L 383721.6 -4864072 L 383721.5 -4864072 z "
id="path650" />
<path
d="M 650315.7 -4914719 L 650339.5 -4915058 L 651154.4 -4915622 L 651418.4 -4915836 L 651568.3 -4916196 L 651607.7 -4918120 L 652238.4 -4919539 L 654622.6 -4920581 L 654867.6 -4920866 L 655161.6 -4920997 L 655482.7 -4921007 L 656342.6 -4922124 L 657415.1 -4921378 L 657776.2 -4921390 L 659208.9 -4920151 L 659812.9 -4920601 L 660197 -4920650 L 660139.3 -4919666 L 659808.3 -4919469 L 660252.8 -4918052 L 661385.2 -4917894 L 662592.8 -4916949 L 664443.3 -4917121 L 664548.5 -4916600 L 664418.5 -4916367 L 664132.5 -4916108 L 663097.5 -4915041 L 660858 -4914558 L 660619.5 -4912702 L 659655.7 -4911501 L 659736 -4910808 L 660024.1 -4910610 L 658766.1 -4909768 L 658376.3 -4909120 L 658019 -4906898 L 657735.9 -4907148 L 652774.4 -4908555 L 652397.3 -4908513 L 650205.2 -4907961 L 650336.1 -4908308 L 650274.8 -4909041 L 649560.2 -4910313 L 650580.8 -4911752 L 650263.7 -4911966 L 649268.3 -4912533 L 648505.2 -4912482 L 648813 -4913150 L 650255.8 -4914344 L 650315.7 -4914719 L 650315.7 -4914719 z M 699481.9 -4888401 L 699582.7 -4883685 L 699878.1 -4882991 L 700006.3 -4882636 L 701153.8 -4882645 L 702954.4 -4883255 L 703307.5 -4883402 L 703333.5 -4878365 L 701580.2 -4874931 L 701217.9 -4873011 L 701143.1 -4872628 L 700781.8 -4870886 L 701104.4 -4869865 L 701203.6 -4869521 L 702204.9 -4869714 L 703507.8 -4869086 L 703821 -4868898 L 705249.4 -4869322 L 705625.6 -4869354 L 705784.8 -4869014 L 706987.6 -4866427 L 708849.4 -4866505 L 707723.3 -4863644 L 707649.5 -4863258 L 706326.3 -4860580 L 705431.3 -4859879 L 705131.3 -4859646 L 704584.4 -4859119 L 704230.4 -4855369 L 704501.6 -4855284 L 704768.6 -4855383 L 705772.7 -4855821 L 706383.4 -4856783 L 708612.4 -4856608 L 710867.1 -4857088 L 711171.4 -4856851 L 712119.9 -4856699 L 712431.1 -4856617 L 712730.3 -4856533 L 713040.5 -4856528 L 713273 -4855802 L 714364.1 -4854749 L 714720.3 -4854610 L 715578.8 -4852646 L 716109.3 -4852184 L 716460.5 -4852093 L 717309.2 -4851606 L 717966.4 -4851800 L 718278 -4849121 L 720896.2 -4847491 L 721560.1 -4846539 L 721694.4 -4846176 L 721543.5 -4845895 L 721396.6 -4845612 L 721169.7 -4845285 L 720153.6 -4844691 L 718196.5 -4841739 L 715837.3 -4841899 L 715445.2 -4841894 L 713781.1 -4841018 L 712552.6 -4839503 L 711177.5 -4838794 L 710859.5 -4838691 L 709800.7 -4837923 L 709417.5 -4837972 L 707111.6 -4838196 L 705212.2 -4837898 L 704824 -4837985 L 703647.8 -4837793 L 700178.2 -4838656 L 699831 -4838776 L 696738.4 -4839878 L 696358.3 -4839924 L 694040.8 -4841243 L 693726.6 -4841440 L 692040.7 -4842207 L 691729.5 -4842304 L 690598.8 -4842944 L 690283.6 -4843085 L 688403.6 -4843945 L 688070.4 -4844109 L 686935.5 -4845065 L 686651.3 -4845340 L 686055.8 -4845855 L 683715.1 -4846185 L 683345 -4846222 L 681906.5 -4846589 L 680403.1 -4846869 L 680033 -4846879 L 679663 -4846885 L 679274 -4846892 L 675661.7 -4845462 L 671786 -4847263 L 671478.8 -4847418 L 670560.4 -4847891 L 670224.2 -4848072 L 667853.1 -4849305 L 667503.9 -4849489 L 664377.5 -4851173 L 663884 -4853024 L 663814.8 -4853344 L 663257.9 -4854523 L 663085.7 -4854859 L 660153.9 -4857191 L 659970.8 -4857393 L 659642.5 -4857830 L 659395.2 -4858137 L 657826.9 -4859894 L 654645.7 -4861445 L 654324.6 -4861637 L 653955.5 -4861694 L 652790.6 -4861630 L 650645.5 -4863252 L 650288.4 -4863425 L 648474.9 -4864230 L 644922.9 -4864508 L 644548.9 -4864576 L 641930.8 -4865033 L 641582.8 -4865089 L 639143.8 -4865473 L 639352.5 -4865788 L 639905.1 -4866295 L 642033.3 -4867027 L 643380.2 -4868346 L 643338.9 -4868723 L 645103.8 -4870141 L 644732.8 -4871604 L 644930 -4872728 L 646809.1 -4872441 L 647179 -4872549 L 647487.5 -4873247 L 647506.2 -4873632 L 647314.9 -4874163 L 647295.6 -4874554 L 646969.9 -4875648 L 645461.7 -4875999 L 644377.1 -4878467 L 643659.7 -4879144 L 643402.5 -4879348 L 643121.4 -4879558 L 642707 -4880111 L 642634.3 -4881158 L 642411.1 -4881471 L 640691.6 -4882281 L 640454.4 -4882663 L 640452.2 -4883046 L 640244.8 -4883724 L 639861.8 -4883720 L 637874.6 -4882618 L 637209.2 -4883395 L 637193 -4883750 L 635980.7 -4885878 L 636024.4 -4886260 L 636944.4 -4889510 L 637050.8 -4890487 L 636962.6 -4890809 L 636823.1 -4891553 L 636808.9 -4891931 L 636814.7 -4892312 L 636811.5 -4892689 L 637065.3 -4894769 L 636033.1 -4895160 L 635660.7 -4895811 L 636154.1 -4896841 L 636001.7 -4897578 L 635303.6 -4897853 L 633871.9 -4897337 L 633207.7 -4897651 L 633140.5 -4898083 L 633453.5 -4899908 L 631465.3 -4902192 L 631330.1 -4902549 L 631076.6 -4903467 L 631123.4 -4903789 L 631299.4 -4905726 L 631324.2 -4906117 L 631381 -4906510 L 631175.3 -4910006 L 631093.1 -4910392 L 631437.2 -4910237 L 633448.6 -4909429 L 636090.7 -4909483 L 636765.4 -4910158 L 639697.6 -4910082 L 640064.6 -4910067 L 640794 -4909243 L 641517.1 -4909213 L 643069.9 -4907741 L 643433.9 -4907788 L 643363.1 -4905219 L 643495.2 -4904869 L 643612.4 -4904563 L 643478.7 -4903935 L 644187.3 -4902709 L 644269 -4901286 L 644199.2 -4900935 L 644328.7 -4899869 L 644931.9 -4899489 L 645289 -4899449 L 647469.3 -4901269 L 647778.2 -4901456 L 649251.6 -4903078 L 649584.5 -4903253 L 650911.6 -4903578 L 651256.6 -4903572 L 651445.9 -4903044 L 653334 -4903381 L 653716 -4903430 L 654454.8 -4904221 L 656508.8 -4905196 L 656833.8 -4905393 L 657915.7 -4906097 L 658244.8 -4906133 L 659294 -4906115 L 660102.9 -4906770 L 660424.9 -4906908 L 661019.8 -4907428 L 661393.8 -4907561 L 663527 -4908450 L 663818 -4908704 L 664970.1 -4906437 L 665185.3 -4906125 L 665980.5 -4906130 L 667840.1 -4905783 L 670959.2 -4908121 L 671230 -4909183 L 671915.1 -4909562 L 672266.2 -4909735 L 672460.3 -4909659 L 672796.6 -4909010 L 672569.7 -4908316 L 672608.8 -4907952 L 672495 -4907228 L 671108 -4906039 L 670892.4 -4904620 L 671946.8 -4904254 L 672122.5 -4902406 L 672089.6 -4902033 L 671873.7 -4901724 L 671334.7 -4901203 L 671199.8 -4900858 L 672305.5 -4899902 L 672660.6 -4899794 L 673289 -4899319 L 675958 -4898677 L 678309.8 -4898610 L 678411.3 -4900177 L 678437.2 -4900569 L 678762.3 -4900564 L 679082.4 -4900619 L 679411.5 -4900631 L 679722.6 -4900520 L 681331.5 -4899559 L 681685.7 -4899436 L 682592.2 -4898890 L 683226.7 -4898049 L 683540.9 -4897888 L 683592.8 -4898266 L 684731.2 -4898345 L 686139.9 -4897806 L 687702.2 -4898904 L 689058 -4898194 L 689405.2 -4898031 L 689707.4 -4897794 L 690046.6 -4897612 L 689945.7 -4897373 L 689816.9 -4896627 L 690290.6 -4895184 L 690084.3 -4892902 L 690099.4 -4892513 L 691206 -4892218 L 692708.5 -4892519 L 693290.9 -4892026 L 693937.1 -4892208 L 694310.2 -4892302 L 694420.6 -4891173 L 694942 -4890731 L 695309.2 -4890610 L 695651 -4888885 L 695942.2 -4888682 L 699086.8 -4888357 L 699482 -4888401 L 699481.9 -4888401 z "
id="path651" />
<path
d="M 344440.6 -5127310 L 343397.6 -5127771 L 341877.7 -5127820 L 340548.7 -5128476 L 340432.8 -5127377 L 340047.8 -5127345 L 337915.8 -5128126 L 336972 -5126042 L 334790.1 -5125349 L 334914.1 -5125001 L 334452.2 -5123993 L 333723.3 -5123870 L 333328.5 -5122837 L 333962.5 -5122495 L 333925.6 -5122107 L 333297.7 -5121762 L 330586.8 -5121698 L 329853.1 -5120328 L 329493.1 -5120176 L 329616.2 -5119865 L 329986.3 -5119422 L 329876.4 -5118768 L 330154.4 -5118518 L 330875.4 -5118321 L 331441.6 -5116952 L 332362.6 -5116388 L 331982.8 -5115456 L 332185.8 -5115234 L 332695.9 -5114720 L 332221.2 -5113690 L 332447.4 -5112556 L 333203.5 -5111668 L 332746.7 -5111156 L 332498.8 -5110854 L 331444 -5110625 L 331205.9 -5110930 L 330298.8 -5111568 L 328500.1 -5110977 L 325645.1 -5111904 L 324193.3 -5111537 L 323881.3 -5111684 L 322903.3 -5112006 L 322867.3 -5111945 L 322738.5 -5111188 L 320781 -5110037 L 320048.3 -5109146 L 320847.8 -5107425 L 320466.8 -5107430 L 317856.1 -5107219 L 317173.3 -5106908 L 315670.4 -5107115 L 315117.6 -5106619 L 314763.6 -5106760 L 314518.9 -5106081 L 314599.1 -5105436 L 313680.4 -5104893 L 313625.3 -5105235 L 313336.1 -5105848 L 312031.3 -5105548 L 311227.9 -5106796 L 310467.9 -5106917 L 309421.2 -5106450 L 309348.1 -5106824 L 309220.8 -5107575 L 308050.2 -5109498 L 306786 -5110282 L 307165.5 -5111673 L 306819.5 -5111799 L 306138.4 -5112076 L 305420.7 -5111297 L 304351.7 -5111556 L 303893.2 -5110167 L 302988.7 -5109015 L 302638.7 -5109149 L 302262.9 -5108677 L 302009 -5108452 L 302428.2 -5107847 L 302170.3 -5107567 L 302268.6 -5106845 L 303767.5 -5106845 L 304431.6 -5106492 L 304296.1 -5105362 L 304576.4 -5104678 L 304769.5 -5104350 L 304035.5 -5104522 L 303629.8 -5103889 L 302069.4 -5102853 L 299506.7 -5102695 L 299439.5 -5103051 L 298744 -5104279 L 298415.9 -5104460 L 297760.8 -5104754 L 297124 -5104358 L 294911 -5104614 L 294609.1 -5104493 L 294285.1 -5104488 L 293223.1 -5104665 L 292542.3 -5104395 L 291924.2 -5104713 L 291642.4 -5104439 L 290121.6 -5104156 L 289011.5 -5104362 L 288776.2 -5105055 L 287497.6 -5106370 L 286407.5 -5106644 L 285864.3 -5107167 L 285721.2 -5107411 L 285244.1 -5107711 L 285019 -5107990 L 282985.8 -5108376 L 282737.7 -5108551 L 282524.3 -5109439 L 282406 -5110167 L 283289.7 -5110818 L 283627.4 -5111398 L 283556.2 -5111731 L 283209.1 -5111866 L 283380.9 -5112196 L 284644.3 -5113520 L 284897.7 -5114984 L 284479.5 -5115406 L 283324.4 -5115543 L 282395.9 -5114394 L 281636.8 -5114510 L 281270.5 -5115157 L 280946.5 -5115196 L 279982.4 -5115350 L 279897.2 -5115714 L 279503.6 -5117080 L 278877.2 -5117884 L 276441.7 -5118679 L 276593.6 -5119022 L 276988.6 -5121576 L 277347.6 -5121672 L 278425.1 -5123153 L 278772.2 -5123018 L 279316.1 -5123523 L 279189.8 -5124254 L 279106.7 -5124617 L 278970.5 -5125153 L 278478.7 -5127291 L 278395.6 -5127647 L 278760.7 -5127584 L 280953.9 -5127593 L 281787.6 -5128795 L 281656.4 -5129417 L 280397.6 -5131674 L 281330.7 -5131803 L 281695.6 -5132366 L 281449.4 -5133083 L 282371.2 -5134282 L 282221.1 -5134649 L 280803.6 -5136022 L 279398.2 -5136752 L 278290.1 -5136501 L 277854.2 -5135859 L 276547.3 -5135037 L 276075.4 -5134426 L 276154.6 -5133657 L 274652.9 -5131972 L 272336 -5133998 L 270992.6 -5134744 L 269886.5 -5134515 L 270519.1 -5136260 L 271142.1 -5136671 L 269918.5 -5137935 L 270140.5 -5138201 L 271552.3 -5139711 L 271230.2 -5139892 L 270670 -5140377 L 270122.6 -5141690 L 269036.4 -5141888 L 268374.4 -5141557 L 268410.3 -5141941 L 268068 -5143011 L 267506.8 -5143460 L 268162.4 -5145661 L 268431.9 -5148322 L 267781.7 -5148723 L 267901.7 -5149067 L 268518.6 -5150372 L 268372.5 -5150705 L 268304.4 -5151056 L 266253 -5150648 L 266020.9 -5150921 L 266118.7 -5152021 L 266939.8 -5152690 L 266417.6 -5153206 L 266479.5 -5153939 L 267099.5 -5154870 L 267157.3 -5156725 L 269074.8 -5156542 L 269190.8 -5156900 L 270189.9 -5158879 L 268913.5 -5160050 L 269502.6 -5161841 L 271381 -5163209 L 272154.2 -5163223 L 272757.4 -5163707 L 273107.5 -5163872 L 271691.1 -5164362 L 271871.1 -5165466 L 271582 -5166161 L 271685 -5166523 L 270167.6 -5166236 L 269176.3 -5166840 L 270075.6 -5169383 L 269689.5 -5169953 L 268726.2 -5169400 L 267838.9 -5168223 L 265312.1 -5167673 L 264938 -5167695 L 265062 -5168796 L 267495.8 -5171104 L 267251.8 -5172170 L 267719 -5172758 L 267749 -5172768 L 267968.1 -5173084 L 269513.6 -5174160 L 268885.5 -5175467 L 270295 -5176017 L 270516.1 -5176723 L 270323.1 -5177853 L 270661.2 -5178036 L 270939.3 -5178278 L 272159.8 -5179096 L 272848 -5179016 L 273224.1 -5179163 L 273334.2 -5179443 L 272984.2 -5180270 L 272613.1 -5180338 L 270409.7 -5182900 L 269561.3 -5182160 L 269336.3 -5182470 L 268952.5 -5184631 L 269276.6 -5184804 L 268948.7 -5186097 L 269988.3 -5187107 L 270190.4 -5187413 L 271277 -5188324 L 271306.1 -5188680 L 270488.9 -5189363 L 270288.9 -5189659 L 269792.6 -5189060 L 269069.3 -5188842 L 268497.2 -5189368 L 267364.8 -5189635 L 267077.7 -5189897 L 267363.8 -5189994 L 267376 -5190896 L 268154.3 -5190918 L 268929.8 -5191785 L 270324.5 -5192405 L 271070.7 -5192193 L 272009.8 -5190998 L 272134.8 -5191037 L 272337.9 -5191330 L 273521.8 -5193114 L 272758.5 -5193127 L 271739.3 -5193682 L 271113.2 -5194137 L 270404.2 -5195047 L 269328.9 -5195496 L 268575.6 -5195329 L 268325.6 -5195627 L 268641.8 -5195817 L 269341.4 -5197050 L 269356.6 -5197787 L 270485.5 -5199219 L 270410.6 -5199609 L 270183.9 -5200781 L 270109 -5201163 L 269624.3 -5202610 L 268986.2 -5203042 L 268955.3 -5203434 L 268787.5 -5204187 L 267991.4 -5205054 L 267913.6 -5205836 L 268136.8 -5206133 L 268970.6 -5207324 L 268925.7 -5207692 L 268584.8 -5208345 L 267345.5 -5208987 L 266966.3 -5208979 L 264938 -5208039 L 265069.2 -5208405 L 264577.7 -5210278 L 264540.8 -5210637 L 265339.2 -5210778 L 265456.4 -5211104 L 264976.7 -5212462 L 264934.8 -5212747 L 264859 -5213319 L 264794.2 -5213900 L 264751.3 -5214286 L 264100.1 -5216922 L 263980.4 -5217662 L 264299.2 -5219117 L 264365.4 -5219504 L 264525.6 -5219862 L 265251.3 -5220605 L 265514.5 -5220835 L 266771.9 -5220352 L 266831.8 -5219999 L 268614.6 -5219907 L 268917.4 -5219279 L 269263.5 -5219166 L 269957.7 -5220915 L 269897.8 -5221291 L 269190.6 -5221552 L 269066.9 -5222294 L 269476.4 -5222932 L 269537.8 -5223665 L 271437.5 -5226960 L 273488.5 -5228646 L 273762.8 -5228910 L 274814.5 -5227438 L 275032.4 -5227148 L 276152.4 -5227862 L 276345.3 -5227574 L 277114.5 -5225484 L 277411.5 -5225248 L 278136 -5225475 L 278140.4 -5222614 L 278323.3 -5222291 L 278928.8 -5222721 L 280025.2 -5222565 L 280484.9 -5223493 L 281509.2 -5223195 L 281787 -5222524 L 282502.4 -5222639 L 282766.7 -5222889 L 282232.9 -5221871 L 282265.5 -5221102 L 284036.9 -5220412 L 284276.8 -5220111 L 284758.5 -5221013 L 285644.2 -5221538 L 285970.4 -5221655 L 286069.8 -5220486 L 286955.3 -5218827 L 285113.5 -5216813 L 285255.2 -5216080 L 285163 -5215697 L 285510.1 -5215544 L 286591.7 -5215901 L 287599.6 -5214779 L 289138.6 -5215627 L 289521 -5216177 L 289708.2 -5216480 L 290375.5 -5216654 L 291859.9 -5216333 L 291824.6 -5213878 L 292077.6 -5213603 L 294144.8 -5214414 L 294450 -5214629 L 295142.9 -5213861 L 295171 -5212083 L 295223.8 -5211717 L 294487.2 -5210970 L 294762.3 -5208890 L 294982.2 -5208598 L 295166.1 -5208300 L 294026.4 -5207543 L 293673.3 -5207567 L 294781.1 -5206267 L 294114.5 -5205437 L 294709.4 -5204602 L 294431 -5203991 L 294343.8 -5203654 L 294933.3 -5201899 L 295701.2 -5201086 L 296024.2 -5200888 L 297397.9 -5201484 L 297773 -5201435 L 299078 -5202749 L 300443.2 -5202169 L 300823.3 -5202153 L 301815.3 -5201507 L 302129.3 -5201268 L 303299.7 -5201260 L 304330.8 -5200702 L 304641.8 -5200460 L 305066.3 -5201396 L 305147.5 -5201732 L 308362 -5203063 L 308733.2 -5203197 L 309600.6 -5203445 L 309806.8 -5203674 L 310378.7 -5203206 L 313178.7 -5203537 L 313527.7 -5203403 L 314210.7 -5203081 L 316866.4 -5203076 L 317140.6 -5203342 L 316975.4 -5205131 L 315329.3 -5205841 L 315095.4 -5206128 L 315075.7 -5206804 L 315179.9 -5207132 L 314714.2 -5207949 L 314650.3 -5208271 L 314723.5 -5208686 L 316102.9 -5208625 L 316458 -5208683 L 318582.6 -5208709 L 318957.4 -5208131 L 318813.2 -5207801 L 318952.9 -5207160 L 319656.7 -5206358 L 319973.7 -5206192 L 320668.1 -5206506 L 321349.1 -5206146 L 321675.8 -5205446 L 323920.1 -5204938 L 324249.7 -5203898 L 324258.5 -5203511 L 324310.4 -5203191 L 325009.3 -5200584 L 324746.7 -5199446 L 325157.4 -5198535 L 324735.9 -5197617 L 324785.6 -5196895 L 326452.1 -5194980 L 326609 -5194653 L 327321.7 -5193485 L 327641.7 -5193335 L 328360.3 -5192092 L 329305.7 -5192571 L 329761.6 -5192129 L 329330.3 -5191539 L 329698.2 -5190985 L 331496.5 -5190888 L 331610.4 -5190532 L 330848 -5189872 L 331414.7 -5188930 L 332418.7 -5188485 L 332467.3 -5187381 L 332519.2 -5187011 L 332537.1 -5186821 L 332922.8 -5185788 L 332710.2 -5184312 L 333667.2 -5183747 L 333887.8 -5182634 L 335023.4 -5181065 L 336071.4 -5180608 L 336138.3 -5180225 L 336571.2 -5179693 L 336705.1 -5179376 L 337617.9 -5178298 L 339023 -5177936 L 339350.8 -5177327 L 339977.8 -5176942 L 339890.4 -5175870 L 340701 -5174217 L 340939.9 -5173932 L 341097.7 -5173192 L 340401.5 -5172863 L 339149.9 -5171469 L 339532 -5171511 L 339866.9 -5170887 L 339504.7 -5170212 L 340092.3 -5168444 L 339468.1 -5168020 L 338497.6 -5166388 L 338371.5 -5166039 L 339174.3 -5164853 L 339410 -5163415 L 339982.9 -5162494 L 341276.9 -5162176 L 341618.9 -5162152 L 341442.7 -5161524 L 341709.6 -5160934 L 341855.6 -5160641 L 342935.6 -5160251 L 343444.5 -5159675 L 344945.6 -5159720 L 345581.5 -5158900 L 347064.6 -5159019 L 347437.6 -5159049 L 348148.2 -5157024 L 347783.9 -5155636 L 351245.1 -5155790 L 352357.1 -5155424 L 353124.2 -5155562 L 354189.1 -5155076 L 355334.9 -5154028 L 355659.9 -5153808 L 357391.6 -5151865 L 357555.5 -5151530 L 357257.5 -5151300 L 356597.4 -5150949 L 356795.2 -5149874 L 357770.9 -5148262 L 356426.8 -5148075 L 357555.5 -5145761 L 358533.4 -5145347 L 358896.4 -5145293 L 360180.3 -5144506 L 360181.1 -5143371 L 360922.1 -5143389 L 361538.2 -5143841 L 362281.2 -5143746 L 362135.1 -5143398 L 360712.8 -5141187 L 360839.7 -5140101 L 359407.5 -5138347 L 359092.5 -5138495 L 357863.6 -5138967 L 357725.6 -5138614 L 357179.5 -5137630 L 357205.4 -5136875 L 355608.4 -5136015 L 355698.4 -5135648 L 355510.3 -5134532 L 354115.4 -5135115 L 353520.5 -5136077 L 351656.5 -5135694 L 351308.5 -5135805 L 349582.5 -5136212 L 349635.5 -5135844 L 347761.5 -5134105 L 347673.5 -5133729 L 347632.5 -5131847 L 347217.5 -5130767 L 346330.5 -5130050 L 346276.5 -5128935 L 345814.5 -5128341 L 345950.5 -5127204 L 345755.5 -5127126 L 345487.5 -5127398 L 344740.5 -5127544 L 344440.5 -5127309 L 344440.6 -5127310 z "
id="path652" />
<path
d="M 413780.6 -5061262 L 413773.7 -5060883 L 414437.6 -5060530 L 414597.9 -5059422 L 413960.2 -5059072 L 412465.6 -5059228 L 412198.2 -5057739 L 411868.4 -5057552 L 410259.7 -5058229 L 409551.2 -5057438 L 408103.6 -5057642 L 407948.6 -5057867 L 407879.4 -5058407 L 407602.4 -5058646 L 407260.3 -5059288 L 406237.8 -5058908 L 406166.9 -5058551 L 405667.8 -5059436 L 404973 -5059640 L 404743.4 -5058602 L 404068.2 -5056947 L 403343.5 -5056884 L 403210.7 -5056545 L 402407.9 -5056654 L 402358.1 -5056279 L 402137.4 -5055575 L 400097.4 -5054842 L 399056.6 -5055133 L 397919.3 -5054295 L 395701 -5052162 L 395423.2 -5051894 L 395031.6 -5051306 L 394942.1 -5050261 L 394392.5 -5049849 L 394181.7 -5049564 L 392278 -5048277 L 390347.7 -5048386 L 389754.2 -5047908 L 389093.5 -5045814 L 388025 -5045744 L 387047.6 -5045276 L 386121.7 -5045683 L 385746.8 -5045750 L 383847 -5046811 L 383800.4 -5046065 L 383350.9 -5045471 L 381872.7 -5045191 L 381804.5 -5045516 L 381877.9 -5046465 L 381555.9 -5046626 L 380968.9 -5047045 L 380826.4 -5046285 L 380372.9 -5045665 L 378833.6 -5045558 L 378740.7 -5043653 L 377684.1 -5042045 L 377350.1 -5042213 L 376695.8 -5043104 L 375972.1 -5043095 L 375309.6 -5042746 L 374247.3 -5040803 L 373903.5 -5040656 L 373734.4 -5039423 L 373366.6 -5039364 L 372635 -5039240 L 372103.6 -5038720 L 370583.9 -5036230 L 370261.9 -5036441 L 365581.3 -5038925 L 365719.5 -5038584 L 365644 -5037865 L 365045.5 -5037469 L 364794.5 -5037571 L 364286.8 -5037404 L 363851.7 -5036407 L 363779.8 -5034919 L 363157.4 -5034538 L 362961 -5033861 L 362719.3 -5033562 L 362075.9 -5033144 L 361721 -5033289 L 361487.8 -5035088 L 359799.9 -5035940 L 357673.5 -5035178 L 357050.5 -5035592 L 356943.7 -5036713 L 355960.3 -5037796 L 355623.6 -5037616 L 354967.2 -5037252 L 353490.9 -5037172 L 352615.8 -5037806 L 352549 -5038931 L 352900.7 -5039098 L 353840 -5040789 L 354885.7 -5041937 L 356214.6 -5042746 L 356308.3 -5043124 L 353772.2 -5044839 L 353459.2 -5045057 L 352766.3 -5045376 L 352014.7 -5045247 L 351580.3 -5044639 L 350140.2 -5044187 L 350024.5 -5043823 L 349755.4 -5044065 L 349247.6 -5045415 L 348297.2 -5046467 L 348271.3 -5046402 L 347922.4 -5046417 L 347295.5 -5046699 L 346486.8 -5048126 L 346347.6 -5048491 L 346259.1 -5049265 L 346636.5 -5049943 L 346175.7 -5051421 L 345467.3 -5052345 L 343319.7 -5053005 L 342819.3 -5052421 L 341728.9 -5052129 L 341524.7 -5052458 L 339465 -5053124 L 337302.4 -5052312 L 336186.7 -5052421 L 335712.3 -5051811 L 335335.4 -5051899 L 335077.3 -5052152 L 334388 -5052984 L 334083.4 -5054020 L 333501.3 -5054444 L 333301.6 -5054164 L 332719.4 -5053314 L 332584.7 -5052941 L 331863.3 -5051121 L 331750.6 -5050746 L 331090.6 -5049812 L 328853.9 -5049266 L 328790.6 -5049625 L 328471.3 -5051398 L 328126.3 -5051514 L 326231.3 -5051148 L 325506.5 -5052522 L 324234.9 -5053942 L 324486.6 -5054238 L 325318.3 -5055538 L 326339.1 -5059541 L 326209.1 -5059551 L 325169.2 -5059927 L 323951.2 -5061883 L 322253.2 -5062634 L 321557.4 -5062590 L 320719.1 -5061924 L 320076.1 -5062236 L 319060.6 -5061924 L 318693.6 -5062042 L 317567 -5061970 L 316918.9 -5062382 L 316682.4 -5063116 L 315723.3 -5063631 L 315139.5 -5065048 L 315451.9 -5065694 L 316381.8 -5065496 L 316789 -5066496 L 316580.9 -5066792 L 317017.1 -5067752 L 317626.9 -5067740 L 317981.8 -5067728 L 318097.3 -5068374 L 318084.1 -5068702 L 320059.7 -5070060 L 320392.5 -5070187 L 321344.3 -5070116 L 321661.1 -5070234 L 321920.6 -5070934 L 321384.1 -5071953 L 321694.4 -5074606 L 322342 -5074965 L 324191.6 -5074781 L 324928.9 -5073954 L 325675.7 -5073916 L 326127.9 -5073304 L 326287.1 -5072958 L 327225.7 -5073156 L 327354.5 -5073486 L 326853.1 -5074473 L 327340.7 -5075010 L 327196.1 -5076115 L 327307.9 -5076480 L 328412.1 -5077499 L 330078.1 -5080509 L 330463.5 -5081572 L 330270.4 -5081821 L 329668.6 -5081735 L 329427.5 -5081939 L 330719.7 -5083102 L 331006.5 -5083313 L 329977 -5084911 L 330200.1 -5086786 L 330227.9 -5087171 L 329701.8 -5087680 L 329795.5 -5088408 L 329970.3 -5088732 L 330734.1 -5088746 L 331955.3 -5087803 L 332726.1 -5087858 L 333733.1 -5087361 L 335565.6 -5087763 L 337283.6 -5089287 L 338040.5 -5089185 L 338420.4 -5089257 L 338399.2 -5089881 L 338563.1 -5090146 L 338745.9 -5090727 L 340023.3 -5091584 L 340255.7 -5093120 L 339588.7 -5093508 L 339546.2 -5094917 L 339637.1 -5095262 L 338631.1 -5095726 L 338521.9 -5096404 L 338840.6 -5097066 L 337796.4 -5098123 L 337464.4 -5098204 L 336583.4 -5098726 L 336613.3 -5099051 L 336002.2 -5099745 L 334436 -5098089 L 333822 -5098453 L 333682.6 -5099579 L 333158.5 -5100123 L 332849.5 -5100354 L 331083.4 -5101496 L 330772.4 -5101672 L 330703.1 -5102751 L 331457.7 -5103564 L 330959.3 -5104948 L 331599.9 -5105891 L 331606.8 -5106141 L 332019.6 -5106755 L 332055.3 -5107915 L 330535.9 -5110026 L 331082.7 -5110477 L 331443.6 -5110625 L 332498.4 -5110854 L 332746.3 -5111157 L 333203.1 -5111668 L 332447 -5112556 L 332220.8 -5113690 L 332695.5 -5114720 L 332185.4 -5115234 L 331982.4 -5115456 L 332362.2 -5116388 L 331441.2 -5116953 L 330875 -5118321 L 330154 -5118518 L 329876 -5118768 L 329985.9 -5119423 L 329615.8 -5119865 L 329492.7 -5120176 L 329852.7 -5120328 L 330586.4 -5121698 L 333297.3 -5121763 L 333925.2 -5122107 L 333962.1 -5122495 L 333328.1 -5122838 L 333722.9 -5123870 L 334451.8 -5123993 L 334913.7 -5125002 L 334789.7 -5125349 L 336971.6 -5126043 L 337915.4 -5128126 L 340047.4 -5127346 L 340432.4 -5127377 L 340548.3 -5128476 L 341877.3 -5127820 L 343397.2 -5127772 L 344440.2 -5127310 L 344740.2 -5127546 L 345487.2 -5127399 L 345755.2 -5127127 L 345950.2 -5127205 L 345814.2 -5128342 L 346276.2 -5128936 L 346330.2 -5130052 L 347217.2 -5130769 L 347632.2 -5131848 L 347673.2 -5133730 L 347761.2 -5134107 L 349635.2 -5135846 L 349582.2 -5136214 L 351308.2 -5135807 L 351656.2 -5135695 L 353520.2 -5136079 L 354115.1 -5135117 L 355510 -5134533 L 355698.1 -5135649 L 355608.1 -5136016 L 357205.1 -5136876 L 357179.2 -5137632 L 357725.3 -5138616 L 357863.3 -5138968 L 359092.2 -5138496 L 359407.2 -5138349 L 359662.1 -5137748 L 360264.1 -5137549 L 360590.1 -5137595 L 360645.1 -5137964 L 361810.2 -5138874 L 362158.2 -5138739 L 362323 -5136665 L 363681.9 -5136335 L 364040.9 -5136278 L 365027 -5137430 L 365766 -5137633 L 366481 -5137357 L 367247 -5137356 L 367502.9 -5136874 L 369620.9 -5137074 L 369677 -5137813 L 370519.1 -5138411 L 369830.2 -5139218 L 371984.2 -5139842 L 372310.2 -5140047 L 373431.1 -5139594 L 373668 -5139358 L 374518.8 -5138254 L 374720.8 -5137971 L 375871.6 -5136586 L 376228.6 -5136672 L 376111.6 -5136312 L 377009.5 -5135628 L 377329.3 -5134162 L 377604.3 -5133904 L 377349.3 -5133640 L 377169.3 -5133322 L 378750.1 -5132388 L 379833.1 -5132387 L 379916 -5132019 L 379357.9 -5131197 L 379585.7 -5129041 L 378618.7 -5128584 L 378281.7 -5128426 L 377606.6 -5126392 L 378632.5 -5126132 L 379097.4 -5125572 L 378143.4 -5124997 L 377430.5 -5125230 L 376739.5 -5124334 L 376815.5 -5123610 L 377709.4 -5122955 L 377590.4 -5122223 L 377263.4 -5122033 L 376534.5 -5122187 L 375838.6 -5121909 L 374544.7 -5119734 L 374181.7 -5119627 L 375126.6 -5117553 L 375714.5 -5117115 L 376200.5 -5115710 L 376587.5 -5115698 L 377498.4 -5115077 L 378233.3 -5115230 L 378779.3 -5114875 L 379802.2 -5115198 L 380116.2 -5115405 L 380751.1 -5115003 L 380579.1 -5114314 L 381038.1 -5113314 L 379960.3 -5112243 L 381408.1 -5111878 L 382277 -5110652 L 383349.9 -5110801 L 383234.9 -5110050 L 383830.8 -5109606 L 384025.8 -5108898 L 383135.9 -5108299 L 382731 -5107248 L 383386.9 -5106909 L 383565.9 -5106218 L 383647.9 -5105846 L 384185.9 -5105123 L 384554.8 -5105596 L 385565.7 -5105044 L 385624.8 -5104276 L 386774.7 -5103464 L 386035 -5101707 L 386341 -5101062 L 386244 -5100808 L 387193.1 -5098876 L 386828.2 -5098778 L 386252.4 -5097807 L 385960.6 -5096329 L 386223.7 -5095241 L 386319.7 -5094875 L 388357.3 -5094852 L 388677.2 -5094781 L 388853.3 -5093842 L 389066.3 -5093594 L 389329.4 -5092682 L 389131.5 -5092434 L 388444.9 -5091103 L 387685 -5091156 L 386116.5 -5090076 L 384733.9 -5089699 L 384586 -5089376 L 384659.1 -5088686 L 383961.3 -5088581 L 384301.4 -5087540 L 385756.1 -5087388 L 386644.1 -5086210 L 386881.1 -5085922 L 387549.9 -5086204 L 388878.7 -5085766 L 389197.6 -5085973 L 389527.2 -5087417 L 391035.9 -5087490 L 391380.8 -5087652 L 392372.7 -5087310 L 392993.5 -5087575 L 393155.6 -5086885 L 393860.4 -5086826 L 392972.8 -5085700 L 394149 -5083518 L 394025.1 -5083308 L 394135.1 -5083092 L 393434.3 -5082839 L 392658.3 -5083546 L 392327.6 -5082503 L 391837.6 -5082895 L 391075.8 -5082839 L 390206.2 -5082119 L 391180.1 -5081684 L 391411.4 -5080257 L 391037.7 -5079260 L 392747.5 -5078387 L 393041.5 -5078134 L 394544.2 -5077817 L 394927.1 -5077886 L 395369.2 -5076921 L 395455.3 -5076564 L 396005 -5077082 L 397043.7 -5077004 L 397993.3 -5077622 L 400210.8 -5077370 L 400939.6 -5077576 L 401399.4 -5078171 L 401678.3 -5078427 L 402612 -5078797 L 402935.9 -5078883 L 403043.6 -5080049 L 403732.4 -5080353 L 404116.3 -5080279 L 404755.5 -5078488 L 404262.8 -5077450 L 404631.9 -5076367 L 405275.8 -5075950 L 406022.6 -5075936 L 408211.5 -5073840 L 408538.4 -5074047 L 408688.1 -5075182 L 408971 -5075447 L 409736.1 -5073948 L 410617.9 -5073721 L 410652 -5073368 L 411032.9 -5073383 L 412767.8 -5071985 L 413329.2 -5069417 L 413814.2 -5069000 L 414154.1 -5069173 L 413689.5 -5068126 L 412206 -5067939 L 411959.1 -5067644 L 412664.1 -5066780 L 412894.1 -5066484 L 411959.9 -5064499 L 412639.7 -5064358 L 413323.7 -5063488 L 413014.9 -5063281 L 412407.2 -5062852 L 412431.3 -5062480 L 413619.2 -5061611 L 413780.3 -5061262 L 413780.6 -5061262 z "
id="path653" />
<path
d="M 811235.9 -5359574 L 810937.9 -5358620 L 809664.9 -5358228 L 809391.9 -5358031 L 809580.1 -5356966 L 808682.2 -5355794 L 808664.3 -5355089 L 808523.5 -5354744 L 808472.2 -5354650 L 808189.1 -5354383 L 807819.9 -5354261 L 806747.9 -5351810 L 806833.7 -5351475 L 806414.5 -5349820 L 805741.1 -5347787 L 804973 -5347005 L 805197.2 -5346689 L 805061.4 -5346325 L 804809.4 -5346046 L 803686.2 -5345078 L 803449.7 -5344365 L 803375.1 -5344064 L 803055.7 -5343619 L 803160 -5342856 L 801856 -5340026 L 802613.9 -5339129 L 803781.9 -5339019 L 803820.5 -5338622 L 803342.8 -5336691 L 802884.3 -5336439 L 802753.5 -5336081 L 801619.5 -5333722 L 800370.1 -5332854 L 799696.6 -5331484 L 799654.5 -5330715 L 799308.4 -5330538 L 798714.1 -5329155 L 799213.6 -5328546 L 798690 -5327595 L 798286.1 -5326948 L 797328.8 -5326337 L 796792.1 -5325333 L 796418.1 -5325294 L 795338.9 -5324263 L 794615.3 -5324443 L 794012.2 -5323997 L 794011.2 -5323253 L 793994.9 -5322275 L 794128.8 -5321968 L 793939.9 -5321669 L 793228 -5320895 L 792882.4 -5319555 L 792789.2 -5318796 L 792693.5 -5318429 L 792983.3 -5316213 L 792114.5 -5314971 L 793174.8 -5314695 L 793110.2 -5313635 L 792679 -5312779 L 792382.9 -5312537 L 791178.7 -5311632 L 791925.5 -5310836 L 791977.2 -5309728 L 792080.5 -5308996 L 792622.2 -5308511 L 792929.7 -5308301 L 792951 -5307728 L 793056.9 -5307447 L 792839.9 -5307135 L 792117.8 -5306927 L 791420.3 -5305641 L 791354.9 -5305436 L 790984 -5305479 L 787668.9 -5304137 L 787332.3 -5304324 L 786024.3 -5302955 L 785779.1 -5303249 L 783567.7 -5304737 L 783321.8 -5305243 L 783464.6 -5305585 L 783398.4 -5306293 L 782943.1 -5306865 L 779375.1 -5308079 L 779292.4 -5308456 L 779141.9 -5308387 L 778796.3 -5308540 L 777204.8 -5309506 L 776694.4 -5310104 L 776348.7 -5310183 L 775747.8 -5310551 L 775594.7 -5310705 L 775399.4 -5310803 L 775108 -5311030 L 774063.9 -5311299 L 772205.1 -5312410 L 771774.9 -5313055 L 771817 -5313831 L 770894.5 -5315029 L 769600.6 -5315842 L 769432.7 -5316153 L 769071.7 -5316754 L 768717.9 -5316728 L 768357.9 -5316592 L 766334 -5315519 L 765608.6 -5314204 L 765447.8 -5313862 L 764493.1 -5311880 L 764123.2 -5311834 L 761637.8 -5311052 L 759805.1 -5309768 L 759607.1 -5310094 L 758111.6 -5312181 L 758357.5 -5313268 L 757410.2 -5313804 L 756063.4 -5316089 L 754308.5 -5315943 L 754212.8 -5316300 L 753972.2 -5316999 L 752730.6 -5317743 L 752015.9 -5317561 L 750974.3 -5317951 L 750686.4 -5317681 L 747853 -5316427 L 746679.7 -5316454 L 745613.3 -5316950 L 744463.7 -5316697 L 744226.9 -5316447 L 743423.4 -5315800 L 743203.7 -5315594 L 742543.6 -5314977 L 742193.9 -5315002 L 741615.8 -5314246 L 741270.2 -5314315 L 740229.4 -5314501 L 739864.9 -5313899 L 739482.2 -5313958 L 739115.7 -5314079 L 739342.6 -5315207 L 739246.9 -5315580 L 737329.8 -5316745 L 737130.1 -5316477 L 736525.7 -5316234 L 735769 -5316831 L 735722.3 -5317153 L 735295 -5317494 L 734959.5 -5317595 L 734853.8 -5317929 L 735710.1 -5318441 L 735895.8 -5318761 L 735468.3 -5320487 L 734980.1 -5321002 L 734944.4 -5321312 L 735172 -5322215 L 734888.8 -5322481 L 733257.8 -5324042 L 732966 -5323824 L 732007.6 -5323321 L 731653.1 -5322686 L 731302.6 -5322787 L 729880.9 -5322723 L 729533.2 -5322637 L 728877.4 -5322916 L 728575.5 -5322675 L 726064.7 -5320939 L 725180 -5319311 L 725329.3 -5318583 L 724389.2 -5317456 L 724367.2 -5316718 L 723898.6 -5316111 L 723513 -5316205 L 721541.5 -5316144 L 721529 -5315778 L 721440.9 -5315051 L 721124.1 -5314895 L 720515.9 -5314044 L 719896.5 -5313744 L 719513.8 -5313745 L 718767.7 -5313896 L 719086.1 -5315320 L 719376.8 -5315518 L 720676.2 -5317151 L 720534.4 -5317481 L 719946 -5317895 L 719713.5 -5318576 L 719378.9 -5318575 L 718231.1 -5317928 L 717791.8 -5317536 L 717643.1 -5317179 L 717640.1 -5314902 L 717253.3 -5314819 L 716858.6 -5314792 L 715993.3 -5314117 L 716119.2 -5313097 L 715233.9 -5312442 L 715218.3 -5312798 L 713643 -5314586 L 713028.3 -5314840 L 712483.7 -5316597 L 712799.5 -5316795 L 712766.7 -5317007 L 712733.9 -5317220 L 712370.3 -5317176 L 712133.8 -5317844 L 711720 -5316983 L 711720.5 -5316618 L 710981.2 -5315838 L 709924.3 -5315676 L 709213.7 -5314544 L 708993.7 -5314841 L 707932.4 -5315133 L 707095.8 -5317916 L 707383.6 -5318151 L 708175.5 -5319367 L 708263.1 -5319701 L 707589.5 -5320824 L 707644.1 -5321204 L 706773.9 -5322838 L 706752.3 -5323152 L 706761.6 -5324086 L 706177.1 -5323664 L 705829.8 -5323818 L 704017.5 -5325695 L 702598.7 -5325228 L 702501.5 -5325975 L 702547.7 -5326055 L 701925 -5327022 L 700927.3 -5327634 L 700592.3 -5328746 L 700286.5 -5328512 L 697801.8 -5329327 L 697544 -5329047 L 697594.6 -5327953 L 695841.9 -5329338 L 696258.4 -5330787 L 696742.9 -5331386 L 696998.6 -5331675 L 697685.8 -5331806 L 698675.8 -5332221 L 698485.9 -5332525 L 697476.6 -5333413 L 697831.9 -5333989 L 697890.5 -5334344 L 698202.2 -5334511 L 698920.2 -5335216 L 698854 -5335879 L 699350.2 -5336219 L 699547.4 -5336863 L 699400.3 -5337669 L 699452.8 -5338002 L 699551.8 -5338659 L 699194.5 -5339577 L 699024.7 -5339927 L 700442.5 -5341199 L 702764.1 -5341284 L 702766.5 -5341605 L 702663.2 -5342238 L 702421.1 -5342472 L 702233.2 -5342751 L 702057.4 -5343065 L 701155.1 -5344586 L 700827.9 -5344797 L 699389.5 -5346108 L 699070.8 -5345959 L 698557.4 -5345504 L 698241.2 -5345714 L 695875.3 -5346893 L 696467 -5348286 L 696612.7 -5348654 L 696740.5 -5349831 L 696418.3 -5350017 L 693527.2 -5352309 L 693340.5 -5351972 L 691866.1 -5350245 L 691831.6 -5350640 L 687612.7 -5355808 L 687427.9 -5356141 L 686781.8 -5357493 L 687020.1 -5358206 L 686690.9 -5358390 L 685565.5 -5358525 L 684981.4 -5358994 L 683135.8 -5358935 L 682993.2 -5358593 L 682069.6 -5358336 L 680921.1 -5356893 L 679620.5 -5356211 L 679500.8 -5356556 L 678923.3 -5357473 L 679280.2 -5358498 L 678968.1 -5359482 L 679159.8 -5359782 L 680710.3 -5361615 L 680374.1 -5361768 L 678175.5 -5361938 L 677036.3 -5362850 L 677323.8 -5362974 L 678214 -5363004 L 680909 -5365576 L 682227.6 -5366175 L 682585.2 -5366291 L 685507.5 -5365161 L 685867.2 -5365272 L 685551.7 -5365953 L 685915.2 -5367404 L 687316.5 -5367709 L 688908.9 -5368606 L 689236.6 -5368792 L 689781.7 -5368347 L 689692.1 -5367989 L 690049.4 -5367823 L 690440.9 -5367776 L 690685.2 -5368493 L 691315.6 -5368910 L 692817.7 -5368951 L 693175 -5368825 L 693537.1 -5367791 L 693679.1 -5369142 L 694107.6 -5369780 L 695420.3 -5370399 L 695778 -5370514 L 695884.6 -5370876 L 694983.9 -5372062 L 695134.6 -5372408 L 695323.8 -5372375 L 695985.3 -5372080 L 696239 -5372340 L 697681.2 -5372421 L 698324.7 -5372091 L 698674.1 -5371995 L 699094.1 -5371573 L 700627 -5371286 L 702065.9 -5371869 L 702456.5 -5371904 L 702557 -5372923 L 702821.7 -5373127 L 703346.4 -5374583 L 704155.7 -5375425 L 704894.7 -5374559 L 705187.8 -5374316 L 705567.3 -5374258 L 705824.3 -5373976 L 706180.7 -5374625 L 707419.6 -5375391 L 707522.2 -5375748 L 708535.5 -5375572 L 709069.9 -5376012 L 709408.5 -5376085 L 709494.2 -5376544 L 711296.3 -5376798 L 711577.4 -5376554 L 712393.7 -5375838 L 714212.2 -5375520 L 714569.9 -5375642 L 714269.4 -5374911 L 714081.7 -5374563 L 714252.7 -5374371 L 714499 -5374300 L 713391.2 -5372760 L 713312.1 -5371282 L 714117.3 -5370471 L 713267.3 -5369247 L 713179.9 -5369078 L 713049.2 -5368738 L 711431.1 -5366803 L 711225.1 -5366276 L 711165.6 -5366000 L 711888.4 -5365760 L 712262.9 -5365681 L 712879.4 -5365357 L 714249.5 -5366017 L 714984.6 -5368212 L 714220.5 -5369068 L 716349 -5369078 L 716693.4 -5368940 L 716232.2 -5367878 L 715228.2 -5367593 L 715232.7 -5365642 L 715830.6 -5365595 L 716022.5 -5365261 L 716377.4 -5364715 L 716584.4 -5364462 L 717551 -5365283 L 717995.4 -5365024 L 718195.5 -5364837 L 718402.9 -5364130 L 718628.9 -5363839 L 717913 -5362527 L 718514.6 -5362199 L 718485.7 -5361544 L 718823.3 -5361614 L 718680.9 -5360730 L 718788.7 -5360412 L 719170.6 -5359820 L 719511 -5359727 L 720162.4 -5359953 L 720826.3 -5359775 L 721229.7 -5360339 L 721580.2 -5360291 L 722458.6 -5360992 L 723207 -5361080 L 723578.7 -5361151 L 723942.7 -5360658 L 724505.3 -5361139 L 725549.3 -5361320 L 725566.8 -5361690 L 726403.8 -5361323 L 726630.9 -5361082 L 727008.5 -5361064 L 727382.2 -5361114 L 727646 -5361390 L 727983.8 -5361568 L 727475.9 -5363091 L 727684.7 -5363359 L 728469.6 -5363784 L 728749.9 -5363668 L 729347.5 -5361759 L 729015.7 -5361634 L 729703.9 -5360820 L 730431 -5360696 L 730785.5 -5360593 L 731324.4 -5362106 L 731583.5 -5361823 L 731908.8 -5361621 L 733030.3 -5363506 L 733282.1 -5363785 L 732806 -5366675 L 732952.3 -5366730 L 733982.9 -5366497 L 735012.1 -5366724 L 735128.7 -5367063 L 735417 -5366907 L 735162.3 -5365962 L 735146.9 -5365634 L 736756 -5365749 L 736867.4 -5365902 L 738359.4 -5366108 L 739112.8 -5366091 L 739218.6 -5365750 L 739879.9 -5366549 L 740839.1 -5366850 L 741184.8 -5366865 L 741827.9 -5369082 L 742518.9 -5368884 L 742912.5 -5369497 L 743803.9 -5370007 L 744267.1 -5369456 L 744697.6 -5367630 L 746446.1 -5366918 L 746829.9 -5366905 L 748126.4 -5366883 L 748492.3 -5367008 L 748737.2 -5367306 L 748823.4 -5367355 L 749780.9 -5367846 L 750827 -5367069 L 750375.3 -5366496 L 750412.7 -5365952 L 750657.9 -5365689 L 751278.5 -5365999 L 751627.3 -5366089 L 751807.2 -5365752 L 752526.8 -5365902 L 753344.6 -5367596 L 754716.2 -5368189 L 755060.1 -5368358 L 755687.8 -5368677 L 756465.5 -5367978 L 756797 -5367856 L 757607.6 -5368535 L 757923.4 -5368695 L 758645.8 -5368579 L 759028.5 -5368555 L 759871.3 -5369370 L 760188.3 -5369602 L 761061 -5370307 L 761361.9 -5370538 L 761834.5 -5370169 L 762134.1 -5370148 L 764724.1 -5368923 L 765096.2 -5369129 L 763873.4 -5371404 L 764751.9 -5373539 L 765298.7 -5374038 L 765658.6 -5374178 L 765765.2 -5374434 L 765860.7 -5374695 L 766603.4 -5374758 L 767552.2 -5375380 L 768301.9 -5375371 L 768646.5 -5375216 L 768942.8 -5374117 L 768822.1 -5372977 L 769464.4 -5372049 L 769711.6 -5370952 L 769552.8 -5370604 L 770634 -5370377 L 771388.7 -5370406 L 771924.6 -5370143 L 772159.9 -5369958 L 772398.8 -5370276 L 772627.5 -5369570 L 773280.5 -5369204 L 773621.1 -5369044 L 774639.7 -5370043 L 775550.1 -5369504 L 776264.9 -5369638 L 776586.4 -5369470 L 776657.1 -5369097 L 778179.6 -5369063 L 778661.5 -5368041 L 779373.2 -5368046 L 779736.2 -5368165 L 780115.1 -5368144 L 780164.4 -5367501 L 781011.2 -5368198 L 782337.5 -5367490 L 783083.7 -5369463 L 783168.3 -5369813 L 784717.3 -5370805 L 784981.8 -5371504 L 785102.5 -5371857 L 785793.6 -5372161 L 786255 -5370733 L 787231.7 -5370185 L 787943.8 -5370451 L 789541.7 -5372056 L 789768.6 -5372360 L 790023.8 -5372801 L 790642.8 -5373195 L 793098 -5376522 L 793956 -5377152 L 794250 -5377359 L 794583.1 -5377566 L 796120.3 -5377831 L 797638.7 -5379053 L 799246.4 -5379509 L 799452.3 -5379772 L 799771.4 -5379947 L 801230.4 -5380938 L 801618.6 -5381085 L 801953.7 -5381274 L 804504.1 -5381804 L 804765 -5380262 L 802575.5 -5380539 L 802407.5 -5380872 L 802197.2 -5380269 L 802446.7 -5379333 L 802459.3 -5378994 L 803988.9 -5378635 L 804351.7 -5378475 L 804263.1 -5377315 L 803444.3 -5375140 L 803644.5 -5374023 L 803804.4 -5373617 L 803908.5 -5373456 L 803617.5 -5373250 L 802963.3 -5372042 L 803086.2 -5371707 L 802882 -5370331 L 803093.7 -5369648 L 802481.5 -5369179 L 802331.7 -5368823 L 802615.2 -5368598 L 802942.9 -5368441 L 803774.4 -5367799 L 804168.3 -5366823 L 804060.6 -5366488 L 803642.2 -5366208 L 802780.4 -5364973 L 802594.5 -5364640 L 801917.6 -5363763 L 803851.8 -5363026 L 804191.6 -5362941 L 805075.7 -5361878 L 806519.5 -5361764 L 806883.4 -5361740 L 807142.2 -5361770 L 807366 -5361904 L 808713.6 -5362652 L 808918.6 -5362992 L 809977.1 -5362614 L 809715 -5361522 L 809863 -5361172 L 810570.7 -5360921 L 811100 -5359931 L 811235.9 -5359577 L 811235.9 -5359574 z "
id="path654" />
<path
d="M 494947.3 -5334633 L 494796.3 -5336004 L 494834.8 -5336347 L 496080.2 -5337644 L 496374.6 -5337870 L 497530.3 -5338056 L 497584.9 -5339080 L 498545.9 -5339530 L 498871.3 -5339705 L 499477 -5339408 L 500136.7 -5339750 L 500645 -5341160 L 502126.1 -5344120 L 503230.7 -5344229 L 502946.4 -5346690 L 501874.4 -5346951 L 501540.5 -5347110 L 501704.7 -5347869 L 501911.3 -5348197 L 501690.7 -5348485 L 501194 -5349414 L 501743.9 -5349888 L 500975.3 -5350320 L 500871.8 -5350629 L 502844.8 -5353395 L 502439.7 -5354017 L 502570.9 -5354771 L 503381.9 -5356490 L 504315.7 -5356203 L 504659.9 -5356235 L 505690.8 -5356583 L 507206.2 -5355914 L 507097.6 -5355560 L 507380.3 -5355329 L 508489.7 -5357239 L 508792.1 -5357455 L 509776.8 -5357709 L 510081.2 -5357900 L 510450.4 -5357312 L 512314.4 -5358140 L 512447 -5358470 L 513304.2 -5357782 L 513420.7 -5357413 L 514074.2 -5357555 L 514511.5 -5357009 L 514866.6 -5356981 L 515374.1 -5357212 L 515610.4 -5357361 L 516182 -5357631 L 516497.2 -5357658 L 518008.2 -5357335 L 518316.9 -5357094 L 518952.7 -5357484 L 519533.4 -5358434 L 519881.7 -5358570 L 520580.9 -5358554 L 520695.5 -5358913 L 522389.6 -5357976 L 522735.7 -5357981 L 522821.3 -5358327 L 523831.2 -5358006 L 524175.2 -5357901 L 524650.6 -5358021 L 525374.9 -5358031 L 525771 -5358631 L 526132.1 -5358614 L 526098.5 -5358248 L 526477.2 -5357962 L 526850.7 -5360066 L 527428.6 -5360514 L 527520.2 -5360870 L 528238.5 -5360877 L 529360.6 -5360012 L 530080.8 -5359980 L 530440.9 -5359951 L 530389.5 -5358424 L 531328.3 -5356781 L 531695.3 -5356688 L 533064 -5358032 L 534187.8 -5358225 L 534573 -5358245 L 534597 -5358219 L 534759.6 -5357939 L 534901.2 -5357647 L 536453.9 -5357670 L 537103.5 -5357242 L 540075.3 -5353735 L 540047.5 -5352568 L 540044.9 -5352179 L 541166.5 -5352260 L 541539.8 -5352342 L 541480 -5351202 L 543294.7 -5349846 L 542932.9 -5348106 L 545048.5 -5347208 L 545364.3 -5346980 L 545942.7 -5345747 L 546054.3 -5345422 L 546063.7 -5345057 L 544261.5 -5342858 L 544378 -5342514 L 544613.7 -5342237 L 544859.1 -5342454 L 545702.9 -5342051 L 545873.6 -5341772 L 544962.7 -5340103 L 542776.3 -5337865 L 542448.8 -5337647 L 543555 -5336751 L 543851.8 -5336543 L 546042.1 -5338041 L 547008.7 -5337464 L 547308.5 -5337231 L 547935.6 -5335716 L 548075.2 -5335413 L 548750.1 -5334463 L 549285.6 -5332586 L 549378.1 -5332206 L 551100 -5332912 L 551285.1 -5333617 L 551340.7 -5333985 L 551624.8 -5333281 L 552190.5 -5332899 L 553375.2 -5334352 L 552970.6 -5336126 L 554797.8 -5335607 L 555128.7 -5335410 L 555816.6 -5333700 L 554901.4 -5332537 L 554731.8 -5332202 L 554800.8 -5331457 L 555722.3 -5330797 L 556536.7 -5331490 L 556905 -5331576 L 557471.6 -5331116 L 557898.4 -5330150 L 558585.4 -5329898 L 559109.3 -5328962 L 559366.1 -5328701 L 559531.7 -5328363 L 559669.3 -5328013 L 559181.2 -5326769 L 559158.7 -5326414 L 559760.4 -5326001 L 560980.5 -5324175 L 561248.3 -5323921 L 561281.4 -5321876 L 560942 -5321741 L 561480.5 -5321203 L 561708.2 -5320896 L 562264.5 -5320884 L 562547.5 -5320810 L 562896.8 -5320149 L 564569.7 -5318717 L 564609.1 -5317598 L 564626.6 -5317222 L 564027.8 -5317595 L 562666.6 -5317283 L 562312.4 -5317310 L 563045.1 -5315418 L 563095.7 -5315072 L 563832.2 -5315119 L 564093.7 -5314633 L 563982.1 -5314281 L 565368.7 -5314853 L 565473.3 -5316690 L 565748.8 -5316950 L 566489.2 -5316910 L 566982.7 -5316361 L 567094.3 -5316006 L 567892.3 -5314234 L 567275.4 -5312398 L 567055.1 -5310081 L 566440.3 -5309073 L 566565.3 -5308992 L 567276.4 -5308771 L 567934.3 -5309128 L 568269.3 -5308954 L 568654.2 -5309450 L 568856.6 -5309690 L 570575.3 -5309432 L 571594.5 -5309824 L 572602.5 -5309372 L 572951.6 -5309255 L 573282.9 -5309297 L 574485.2 -5310433 L 574755.7 -5310635 L 575845.3 -5309130 L 576230.6 -5309131 L 576836.5 -5309550 L 577792.3 -5308959 L 578459.2 -5309317 L 578889.9 -5311064 L 581048.1 -5310904 L 581269.9 -5310608 L 581430 -5309173 L 582857 -5309174 L 583479.9 -5309572 L 584603.6 -5310271 L 584945.7 -5310202 L 584931.7 -5310958 L 586475 -5312608 L 586816.5 -5312775 L 588089.5 -5312111 L 588199.5 -5310592 L 589313.5 -5310795 L 589727.7 -5311417 L 589595.7 -5312939 L 588902.7 -5313286 L 588895.2 -5313669 L 589382.3 -5314211 L 590818.1 -5314084 L 591174.5 -5314171 L 591310.1 -5313070 L 591033.3 -5311949 L 591058.8 -5311565 L 592763.3 -5309586 L 593755.3 -5309064 L 594864.8 -5308854 L 595932.1 -5309243 L 596290.2 -5309119 L 596526 -5308830 L 597211.1 -5308549 L 597314.6 -5307437 L 597767.1 -5306845 L 597469.6 -5306661 L 596827.7 -5306397 L 595785.8 -5306320 L 594877.5 -5305832 L 594642.9 -5305525 L 594373.7 -5304807 L 592926.9 -5303559 L 594212.2 -5303065 L 594125 -5300010 L 594785 -5299614 L 596523.3 -5300346 L 598774.1 -5300444 L 598988 -5299475 L 598650.5 -5299317 L 598822.2 -5297506 L 598469.5 -5296466 L 598747.5 -5296273 L 600012 -5295176 L 599850.4 -5294847 L 599057.1 -5293615 L 599613.3 -5292690 L 599693.9 -5292326 L 599324.5 -5292209 L 599257.9 -5291827 L 599393.1 -5290335 L 598425.5 -5289712 L 597785.3 -5289892 L 596583.5 -5287704 L 596214.4 -5287816 L 595255.5 -5288449 L 594138.8 -5288509 L 593821.6 -5287010 L 592718.4 -5286683 L 592581.4 -5285960 L 593651.7 -5285589 L 593954 -5284882 L 594594.9 -5284459 L 594306.3 -5283375 L 595745.1 -5282396 L 595993.9 -5282119 L 595644.5 -5281992 L 593827.4 -5282174 L 593503.4 -5281567 L 591688.1 -5281551 L 591652.1 -5280796 L 593219.9 -5279746 L 592514.2 -5278052 L 592139.8 -5277967 L 591564.6 -5276566 L 590916.8 -5276271 L 590828 -5273293 L 590998.7 -5272944 L 590626.5 -5272993 L 589886.1 -5273052 L 589612.6 -5272794 L 588797.4 -5270737 L 588971.4 -5269838 L 588891 -5269537 L 587997.9 -5267581 L 587485.3 -5267421 L 587187.3 -5267631 L 586836 -5267536 L 586393.5 -5266584 L 585832.6 -5266153 L 586103.1 -5265578 L 586203.8 -5265276 L 585646.8 -5264802 L 585417.3 -5264517 L 585230.3 -5263809 L 583883.7 -5263262 L 583514.4 -5263263 L 583637.2 -5262245 L 583362.7 -5262011 L 583492.4 -5261693 L 583651.1 -5261389 L 583866.9 -5261119 L 584024.2 -5260488 L 583626.8 -5259558 L 583825.6 -5259275 L 584014.6 -5259168 L 584394.8 -5259092 L 584648.1 -5258361 L 583978 -5255362 L 583691.5 -5255144 L 583121.7 -5255576 L 582801.3 -5255414 L 583047.7 -5254747 L 582428.2 -5253884 L 582181.4 -5254151 L 581416.8 -5254916 L 581053 -5254505 L 581261.8 -5254208 L 581233.5 -5253097 L 581342.1 -5252728 L 580516.7 -5251988 L 579938.5 -5251269 L 579993.1 -5250896 L 581607.6 -5249596 L 580956.1 -5248673 L 581086.3 -5247951 L 582439.7 -5247543 L 583120.5 -5247875 L 583051.1 -5246735 L 582495.6 -5245780 L 583182 -5244884 L 583120.6 -5243764 L 582750.2 -5243633 L 580916.3 -5243895 L 580200.5 -5243633 L 578729.7 -5243728 L 578132.7 -5242376 L 577447.1 -5242234 L 577224.7 -5241123 L 576663.9 -5240708 L 575184.9 -5240653 L 574186.6 -5241805 L 573802.3 -5241778 L 573067.4 -5243146 L 572352.9 -5246563 L 572900.4 -5247542 L 572132.9 -5248389 L 572064.3 -5248774 L 571307.8 -5249570 L 570367.5 -5248089 L 568165.5 -5248308 L 566728.9 -5246812 L 566573.5 -5246491 L 565359.9 -5246620 L 564579.8 -5249519 L 565931.4 -5250262 L 566971.4 -5251429 L 566720.5 -5252483 L 565986.9 -5253220 L 565932.3 -5253584 L 565602 -5253469 L 564756.2 -5254072 L 564062.7 -5254013 L 563768.8 -5254199 L 563809.8 -5253310 L 563095.9 -5251207 L 562866.4 -5250908 L 562123.9 -5250867 L 561640 -5250321 L 562158.3 -5248598 L 562070.8 -5248231 L 560992 -5248034 L 559963.6 -5249052 L 559225.2 -5249052 L 558860.1 -5249114 L 558743.4 -5249441 L 558669.9 -5250761 L 558012.7 -5250868 L 557862.2 -5250520 L 554947.8 -5249819 L 553919.8 -5250279 L 553498.3 -5250890 L 553505.7 -5251182 L 553312.2 -5251731 L 552483.3 -5253063 L 551456.4 -5253628 L 551147.5 -5253870 L 550838.2 -5253720 L 550355.4 -5254055 L 550657.7 -5255036 L 550792.1 -5255352 L 550642 -5255307 L 550416.2 -5255602 L 548997.4 -5255508 L 547377.5 -5256300 L 546966.1 -5256144 L 546596 -5256216 L 546038.2 -5256650 L 545944 -5257370 L 545198.7 -5257405 L 544869.4 -5257289 L 544289.1 -5256453 L 543883.4 -5256914 L 543538.2 -5256867 L 543415.5 -5257194 L 542985.6 -5259154 L 542951.7 -5259270 L 542917.1 -5259616 L 543304.4 -5260572 L 542923.7 -5260994 L 542566.7 -5261082 L 541164.5 -5261504 L 540350.6 -5262700 L 540108.8 -5262959 L 539189 -5263488 L 538835 -5263611 L 538292.4 -5264126 L 537985.4 -5266709 L 537081.4 -5267855 L 536855.2 -5267753 L 536606.1 -5267753 L 536558.6 -5267361 L 536832 -5263455 L 536360.1 -5260402 L 536001.8 -5260310 L 534412.2 -5261204 L 534051.9 -5261123 L 533437.1 -5261496 L 533210.9 -5262207 L 532132 -5261870 L 530626.4 -5261922 L 530366.3 -5261937 L 530117.3 -5262010 L 529731.1 -5261994 L 529052.5 -5261766 L 529034.6 -5260999 L 528235.7 -5259680 L 527131.1 -5259530 L 525627.1 -5258420 L 525686.2 -5257651 L 525051.3 -5257962 L 524869.4 -5258954 L 522639.1 -5260297 L 521894.7 -5260174 L 521229.5 -5261090 L 521064.8 -5261431 L 520271.9 -5260096 L 519108.4 -5260085 L 518437.7 -5259694 L 517285.4 -5259824 L 517182.8 -5260181 L 514981.9 -5263544 L 513598.4 -5263583 L 513052.6 -5263123 L 512021.9 -5262901 L 511799.7 -5263622 L 510833.1 -5264229 L 509872.2 -5265407 L 508846.7 -5265327 L 508786.1 -5265712 L 508344.2 -5268393 L 508882.6 -5269407 L 508638.9 -5269710 L 508432.1 -5269909 L 507984.4 -5270265 L 507656.5 -5270446 L 506213.2 -5270604 L 505005.7 -5269777 L 504725.3 -5269498 L 504005.9 -5268574 L 502486.9 -5268161 L 501912.1 -5267660 L 501598.7 -5267453 L 500873.3 -5267355 L 498940 -5268485 L 497827.8 -5268639 L 497699.2 -5269005 L 496951.2 -5269198 L 496536.8 -5270648 L 495514.1 -5271173 L 495006.2 -5272207 L 495360.2 -5272896 L 494515.6 -5275039 L 494647.1 -5275384 L 494806 -5276081 L 495071.4 -5276297 L 496165.8 -5277111 L 495935 -5277357 L 495218.1 -5278427 L 494891.2 -5278595 L 494215.9 -5278526 L 493462.3 -5279788 L 493916.2 -5281199 L 491589.8 -5283020 L 491256.9 -5283207 L 490913 -5283374 L 490583.1 -5283565 L 490874.6 -5284638 L 490443.2 -5285238 L 489198.7 -5284361 L 488285.2 -5285017 L 488448.7 -5285332 L 488264.5 -5286012 L 488556.9 -5286274 L 489004 -5288554 L 488669.3 -5289665 L 488863.8 -5290005 L 492101.3 -5290358 L 492755 -5290701 L 493095.3 -5290854 L 494415.8 -5290124 L 494793 -5290172 L 494935.5 -5290511 L 495662.7 -5290455 L 496212.1 -5291397 L 497926.5 -5292029 L 498158 -5292316 L 498791.8 -5292715 L 501031.6 -5292756 L 501405.7 -5292747 L 501690.8 -5294235 L 501443.2 -5295334 L 501449.7 -5295714 L 501115.6 -5295708 L 500785.6 -5295764 L 501080.6 -5296421 L 500676.3 -5297041 L 500668.3 -5297797 L 501925.6 -5298424 L 502162.7 -5299136 L 501646.8 -5300807 L 501377 -5301040 L 500994.9 -5301059 L 499254.2 -5301741 L 500495.8 -5302602 L 500179.8 -5304847 L 500794.5 -5305202 L 500524.4 -5305906 L 501933.4 -5306243 L 503247.4 -5306633 L 503664.6 -5308090 L 504363.3 -5308412 L 504516.8 -5308766 L 505526.6 -5309075 L 506270.4 -5310178 L 507172.5 -5310713 L 507508.5 -5310598 L 508118.3 -5312422 L 509215.2 -5313443 L 509243.3 -5314220 L 508832 -5314852 L 509107.1 -5315527 L 508814.9 -5315479 L 508692.7 -5316044 L 508671.8 -5317536 L 507607 -5317958 L 507279.4 -5318988 L 508656.9 -5319673 L 508926.4 -5319955 L 508588.5 -5320104 L 506940 -5320887 L 506412.2 -5321848 L 506772.3 -5322489 L 506398.2 -5322484 L 505547.9 -5323182 L 504158.1 -5323675 L 503428.1 -5324522 L 503372.6 -5324874 L 503385.7 -5326291 L 503409.2 -5326623 L 502866.4 -5326859 L 502740.9 -5327203 L 502287.9 -5329332 L 500856.4 -5329338 L 501707.2 -5331005 L 501398.9 -5331556 L 501096.1 -5331791 L 500663.9 -5332424 L 499968.9 -5332577 L 499838.3 -5332221 L 499236.3 -5332380 L 498759.7 -5333400 L 498057.2 -5333211 L 496974.2 -5333464 L 496702.5 -5333743 L 496110.8 -5334741 L 494946.2 -5334633 L 494947.3 -5334633 z "
id="path655" />
<path
d="M 455419.6 -5352254 L 455113.2 -5352028 L 454795.2 -5351482 L 452980.8 -5350932 L 451933.9 -5351136 L 450798.1 -5352074 L 449994.5 -5353641 L 449758 -5353399 L 449094 -5353507 L 448739.6 -5353349 L 447811.9 -5351257 L 447548.4 -5350995 L 445511 -5351700 L 445241.5 -5351439 L 444436.3 -5350194 L 443713.6 -5349866 L 443723.2 -5350250 L 443961.7 -5351756 L 443208.7 -5351869 L 443838.3 -5353373 L 442764 -5353361 L 441503 -5354141 L 440950.4 -5355066 L 439133.1 -5352735 L 439011.2 -5351621 L 438740 -5351528 L 438223.3 -5351768 L 437935.9 -5351547 L 436876 -5351757 L 436956.8 -5351043 L 437067.3 -5350714 L 437578.7 -5350270 L 437515.1 -5349929 L 436000.9 -5350038 L 433730.9 -5349803 L 433817.5 -5350182 L 433976.8 -5350945 L 433605.7 -5350974 L 432948 -5350675 L 432016.9 -5349550 L 429434.5 -5349687 L 429334.5 -5349103 L 428717.6 -5348660 L 427664.8 -5348947 L 426196.8 -5348596 L 425071.8 -5348751 L 424718.8 -5348798 L 424015.8 -5348900 L 423619.1 -5349739 L 422913 -5349786 L 422815.6 -5350150 L 422522.3 -5351240 L 423864.6 -5351814 L 423760.3 -5352851 L 424268.3 -5353401 L 423418.3 -5354710 L 423816.6 -5356582 L 424697.1 -5357341 L 424446.5 -5357637 L 423952.8 -5359054 L 423195.9 -5359207 L 423335.5 -5359562 L 424005.6 -5361281 L 423842.1 -5361569 L 422902.4 -5361869 L 422571.5 -5361964 L 420547.8 -5361857 L 420511.3 -5362710 L 420227.4 -5362840 L 421214.4 -5363874 L 421109.9 -5365351 L 421533.1 -5365964 L 421196.1 -5366013 L 420772.8 -5366481 L 420647.4 -5367391 L 420498.8 -5367617 L 420027.1 -5367830 L 419629.1 -5368469 L 419666.2 -5369623 L 420506.7 -5370367 L 420878 -5370469 L 420988.9 -5372063 L 422299 -5374751 L 422418.7 -5375121 L 423255.8 -5375600 L 423491.4 -5375363 L 424215.9 -5375559 L 424147.2 -5376299 L 423116.2 -5376407 L 421067.5 -5377942 L 421347.3 -5379446 L 422822.1 -5379141 L 423195.3 -5379229 L 424439.3 -5378531 L 424687.9 -5378805 L 426887.3 -5378751 L 427241.6 -5378858 L 427201.6 -5379951 L 428416.9 -5382163 L 428677.4 -5382421 L 428395.4 -5383021 L 428447 -5383358 L 428602.4 -5384097 L 429689.2 -5384414 L 430067.3 -5384425 L 430295.2 -5385460 L 429418.4 -5386185 L 429156.9 -5386462 L 429113 -5386502 L 428722 -5387092 L 428651 -5388167 L 427574.9 -5388250 L 427314.3 -5388515 L 426958.1 -5389534 L 427086.4 -5390200 L 427753.2 -5390001 L 428213.9 -5390303 L 428244.6 -5390649 L 428611.5 -5392175 L 428878.1 -5392465 L 429253.2 -5392484 L 429878.8 -5393248 L 430250.8 -5393188 L 430782 -5393228 L 431050 -5393192 L 431301.4 -5393398 L 431888 -5393126 L 432193.9 -5393017 L 432746.6 -5394411 L 433039.2 -5394160 L 433367.9 -5393958 L 433328.3 -5394680 L 434125.8 -5395899 L 434316.4 -5396210 L 434130 -5396556 L 434354.4 -5397286 L 433629.8 -5398607 L 433933.3 -5398838 L 435262.2 -5399168 L 435813.5 -5398758 L 436162.5 -5398721 L 436458.8 -5399383 L 436469.5 -5399770 L 437392 -5400450 L 438164.1 -5400418 L 439167.3 -5400979 L 439835.8 -5400660 L 440185.5 -5400492 L 440390.4 -5401982 L 440033.6 -5402626 L 440309.2 -5402891 L 441057.3 -5402867 L 441523.4 -5402355 L 443010.9 -5402486 L 443114.6 -5402848 L 443406.4 -5402205 L 443373.7 -5401851 L 445014.9 -5401247 L 445745.1 -5401283 L 446231.4 -5400892 L 446578.3 -5400780 L 447035 -5399502 L 446763.5 -5399261 L 446525 -5398986 L 446735.7 -5398298 L 448463 -5398815 L 448519.7 -5398091 L 448598 -5397734 L 449498.1 -5398207 L 449819.4 -5399909 L 450375.7 -5400030 L 450574.3 -5399803 L 451301.9 -5398996 L 452013.9 -5398947 L 452312.6 -5398737 L 453082.2 -5399514 L 453446.3 -5399552 L 453469.1 -5397867 L 453470.5 -5397530 L 453468 -5397245 L 453481.9 -5396675 L 454650.1 -5396656 L 456453.6 -5397306 L 456722.6 -5396725 L 456684 -5396389 L 457887.4 -5397016 L 458225.6 -5397075 L 458572.9 -5397192 L 458763.1 -5396746 L 459060.1 -5396162 L 459381 -5396097 L 459343.3 -5396781 L 460648.6 -5397379 L 461013.8 -5397444 L 461189.8 -5397446 L 461538.9 -5397479 L 461866.2 -5397605 L 463412.6 -5398223 L 463747.6 -5398216 L 464141.5 -5397593 L 464314.8 -5396127 L 464407.2 -5395771 L 464906.5 -5395314 L 465126.1 -5395056 L 465033.7 -5394841 L 465263.8 -5394330 L 465934.8 -5394238 L 466236.7 -5394176 L 466527.5 -5393507 L 466580.8 -5393134 L 467894.6 -5393431 L 468243.7 -5393450 L 468884.3 -5393166 L 469191.5 -5392148 L 469146.9 -5391794 L 468787.9 -5391836 L 467751 -5390934 L 467146.6 -5391329 L 466446.3 -5391226 L 466249.7 -5390932 L 465424.1 -5389605 L 466207.1 -5388980 L 466464.7 -5388751 L 465867.4 -5386974 L 464408.6 -5386719 L 464129.1 -5386485 L 464764.6 -5385597 L 464827.3 -5384882 L 465821.9 -5384511 L 466028.4 -5384211 L 465940 -5382888 L 465773.3 -5382533 L 464218.9 -5381381 L 464491.7 -5380657 L 464468 -5380265 L 464830.1 -5380285 L 465193.2 -5380309 L 464307 -5379722 L 464182.7 -5378996 L 462783.7 -5376905 L 463531.8 -5376869 L 462634.7 -5374052 L 463316.6 -5373886 L 463474.5 -5373200 L 463825.6 -5373189 L 463684.9 -5371619 L 463520 -5371112 L 463551.5 -5370846 L 462964.6 -5370383 L 463200.3 -5367815 L 462732.8 -5367584 L 462648.4 -5367377 L 462850.3 -5367283 L 463181.4 -5366688 L 463075.8 -5366361 L 463119.2 -5366002 L 463105.4 -5364336 L 464012.2 -5364090 L 465951.2 -5361437 L 466191.8 -5361158 L 464322.8 -5361460 L 463181.8 -5360450 L 461669.8 -5360672 L 460760.4 -5359963 L 461392.1 -5359077 L 458967.9 -5358120 L 459020.7 -5357392 L 458306.7 -5357532 L 457725.8 -5357093 L 457474.3 -5356830 L 457724.9 -5356560 L 458307.6 -5356290 L 457497.6 -5355217 L 457743.3 -5353774 L 457452.6 -5354002 L 455989.1 -5353956 L 455330.4 -5353622 L 454671.8 -5353943 L 454790.2 -5353571 L 454886 -5352816 L 455419.2 -5352253 L 455419.6 -5352254 z "
id="path656" />
<path
d="M 441217.6 -5417759 L 442412.8 -5418761 L 442681.4 -5419047 L 443200.5 -5419588 L 443465.1 -5419855 L 444408.7 -5420569 L 444695.3 -5420840 L 445014.8 -5421050 L 446273.7 -5421910 L 447731.8 -5422355 L 448073.8 -5422336 L 449398.4 -5422031 L 449765.3 -5421936 L 451094.2 -5421304 L 451166 -5420189 L 450595 -5419216 L 450390.5 -5418977 L 450135.1 -5418796 L 450021.5 -5418496 L 449768.2 -5418371 L 449510.9 -5418253 L 449692.2 -5417900 L 449954 -5416781 L 449679.5 -5416560 L 448766.4 -5416047 L 448485 -5415850 L 447327.4 -5415137 L 447002.8 -5414337 L 445558 -5414537 L 445184.7 -5413920 L 444481 -5414117 L 443800.7 -5413512 L 443527.4 -5413365 L 443001.1 -5412238 L 442858.7 -5411561 L 444617.4 -5410776 L 445305 -5409467 L 445681.9 -5409378 L 445701.9 -5409397 L 446345.8 -5408764 L 447335.2 -5408914 L 447640.9 -5408731 L 448196.5 -5408483 L 448482.3 -5408379 L 449103 -5408152 L 449413.8 -5408041 L 450466.3 -5407695 L 450747.9 -5407456 L 450514.1 -5407083 L 450089.2 -5406656 L 449779.2 -5406685 L 450211 -5406046 L 450129.4 -5405746 L 450027.7 -5405372 L 449724.5 -5404250 L 450006.3 -5404123 L 450238.3 -5403556 L 449804.9 -5402324 L 449550 -5401896 L 449169.1 -5400917 L 449193.8 -5400218 L 449819.3 -5399909 L 449498 -5398207 L 448597.9 -5397735 L 448519.6 -5398092 L 448462.9 -5398816 L 446735.6 -5398299 L 446524.9 -5398986 L 446763.4 -5399261 L 447034.9 -5399503 L 446578.2 -5400780 L 446231.3 -5400892 L 445745 -5401283 L 445014.8 -5401248 L 443373.6 -5401852 L 443406.3 -5402206 L 443114.5 -5402849 L 442941.9 -5403586 L 442763.5 -5403919 L 441680.8 -5404186 L 441714.2 -5404924 L 441211.2 -5405473 L 439779.7 -5405365 L 439933.3 -5405680 L 439339.2 -5407234 L 439048.4 -5407373 L 438197.7 -5407104 L 437913.1 -5407322 L 437414 -5407805 L 437413.9 -5407855 L 437446.6 -5408197 L 437294.9 -5408866 L 437227.5 -5409171 L 437104.7 -5409782 L 437109.5 -5410167 L 437402.9 -5410877 L 438126.2 -5410979 L 438002.8 -5411307 L 437479.5 -5412198 L 437715.8 -5412857 L 437690.8 -5413389 L 437484.2 -5413605 L 437875.6 -5414288 L 438054.3 -5414639 L 438733.2 -5416040 L 438901.8 -5416328 L 439276.6 -5416695 L 440904.6 -5417556 L 441217.1 -5417759 L 441217.6 -5417759 z "
id="path657" />
<path
d="M 469853 -5406274 L 468223.3 -5407133 L 468114.9 -5407488 L 468068.2 -5408197 L 465963.8 -5409776 L 465622.9 -5410368 L 464453.7 -5410898 L 464263.2 -5411189 L 464116.9 -5411055 L 463903.4 -5411338 L 463409.3 -5411845 L 463097.9 -5411674 L 462857.8 -5412145 L 461769 -5412319 L 461424.7 -5412199 L 459764.4 -5411666 L 459232.4 -5411196 L 458881.6 -5411327 L 457165.7 -5411007 L 456974.6 -5411000 L 456911.9 -5411669 L 456862.5 -5411998 L 456772.7 -5413655 L 456588.8 -5414252 L 456359.2 -5414481 L 455834.8 -5414844 L 455716 -5415474 L 455669.7 -5415857 L 455054.4 -5416788 L 453650.3 -5416851 L 453324.2 -5416849 L 452300 -5416848 L 451015.8 -5416826 L 450694.7 -5416821 L 450324.6 -5416792 L 449953.5 -5416781 L 449691.7 -5417901 L 449510.4 -5418253 L 449767.7 -5418371 L 450021 -5418496 L 450134.6 -5418796 L 450390 -5418977 L 450594.5 -5419216 L 451165.5 -5420189 L 451093.7 -5421304 L 449764.8 -5421936 L 449397.9 -5422031 L 448073.3 -5422336 L 447731.3 -5422355 L 447982.5 -5422453 L 447781.6 -5422993 L 447721.2 -5423275 L 448191.4 -5423840 L 448473.9 -5424088 L 448944.2 -5423709 L 449535.1 -5423620 L 450367.3 -5423141 L 450641.7 -5423326 L 450808.2 -5423076 L 451001.8 -5422847 L 451571.9 -5423850 L 452181.6 -5424149 L 452534.3 -5423994 L 453109 -5424807 L 453428.3 -5424922 L 453776 -5424770 L 454141.9 -5424672 L 454378.8 -5424622 L 454617.8 -5424586 L 456121 -5423072 L 456427.7 -5422887 L 456659 -5423037 L 457168.5 -5423244 L 457518.3 -5423145 L 458497.8 -5422804 L 459214.1 -5422924 L 459443.8 -5422770 L 459989 -5422822 L 460242.9 -5422740 L 460781.8 -5423660 L 462577.2 -5424744 L 462934.1 -5424688 L 463024.6 -5424918 L 463266.7 -5424971 L 463342.5 -5425364 L 464073 -5425581 L 465645.4 -5428186 L 467078 -5428411 L 467142.8 -5428787 L 467742.4 -5429047 L 468076.5 -5429069 L 468487.2 -5427859 L 468802 -5427719 L 469082.1 -5426224 L 468834.7 -5425503 L 468078.6 -5424969 L 469808.8 -5422415 L 469937.1 -5422050 L 470074.5 -5421743 L 470360.7 -5420801 L 470713.6 -5420202 L 470704.9 -5419823 L 470231.1 -5419457 L 469949.8 -5419346 L 469676.4 -5417620 L 469964 -5417401 L 469838.8 -5417337 L 469511.4 -5417137 L 469554 -5416402 L 467502.9 -5414946 L 467780.5 -5414695 L 468319.7 -5414213 L 468114.9 -5412787 L 469164.9 -5412720 L 469534.9 -5412675 L 469498.2 -5412322 L 469175 -5411697 L 468535.3 -5411388 L 469281.1 -5409611 L 469433.5 -5409257 L 469457.2 -5408549 L 469785 -5408408 L 470085.1 -5407385 L 470116.4 -5407031 L 469852.9 -5406274 L 469853 -5406274 z "
id="path658" />
<path
d="M 468244 -5393450 L 467894.9 -5393432 L 466581.1 -5393134 L 466527.8 -5393507 L 466237 -5394177 L 465935.1 -5394239 L 465264.1 -5394330 L 465034 -5394841 L 465126.4 -5395056 L 464906.8 -5395314 L 464407.5 -5395771 L 464315.1 -5396128 L 464141.8 -5397593 L 463747.9 -5398216 L 463412.9 -5398223 L 461866.5 -5397605 L 461539.2 -5397480 L 461190.1 -5397446 L 461014.1 -5397444 L 460648.9 -5397379 L 459343.6 -5396781 L 459381.3 -5396097 L 459060.4 -5396162 L 458763.4 -5396747 L 458573.2 -5397192 L 458225.9 -5397075 L 457887.7 -5397016 L 456684.3 -5396389 L 456722.9 -5396725 L 456453.9 -5397306 L 454650.4 -5396656 L 453482.2 -5396675 L 453468.3 -5397245 L 453470.8 -5397530 L 453469.4 -5397867 L 453446.6 -5399553 L 453082.5 -5399515 L 452312.9 -5398737 L 452014.2 -5398947 L 451302.2 -5398996 L 450574.6 -5399803 L 450376 -5400030 L 449819.7 -5399909 L 449194.2 -5400218 L 449169.5 -5400917 L 449550.4 -5401896 L 449805.3 -5402324 L 450238.7 -5403556 L 450006.7 -5404123 L 449724.9 -5404250 L 450028.1 -5405371 L 450129.8 -5405745 L 450211.4 -5406045 L 449779.6 -5406684 L 450089.6 -5406655 L 450514.5 -5407082 L 450748.3 -5407455 L 451632.2 -5407339 L 452263.8 -5407596 L 452477.3 -5407322 L 452803.3 -5407290 L 453127.5 -5407341 L 453450.9 -5407502 L 455008.9 -5408420 L 455310.3 -5408601 L 455990.7 -5408773 L 457210.8 -5408182 L 459899.8 -5407393 L 460235.1 -5407532 L 460609.9 -5408464 L 460525.6 -5408833 L 460870.9 -5409508 L 460704.5 -5409848 L 460513 -5410117 L 459261.5 -5410500 L 458915.6 -5410574 L 458485.6 -5410089 L 457781.6 -5410146 L 457452.8 -5410269 L 456970 -5409382 L 456937.5 -5410709 L 456975.1 -5410999 L 457166.2 -5411007 L 458882.1 -5411327 L 459232.9 -5411195 L 459764.9 -5411665 L 461425.2 -5412199 L 461769.5 -5412319 L 462858.3 -5412144 L 463098.4 -5411673 L 463409.8 -5411844 L 463903.9 -5411338 L 464117.4 -5411055 L 464263.7 -5411189 L 464454.2 -5410898 L 465623.4 -5410367 L 465964.3 -5409775 L 468068.7 -5408197 L 468115.4 -5407487 L 468223.8 -5407133 L 469853.5 -5406273 L 470162.3 -5406120 L 469905 -5405479 L 469791.4 -5405153 L 470161.3 -5405052 L 470322.7 -5404706 L 470167 -5404356 L 469569.1 -5403381 L 469449.7 -5402626 L 470867.7 -5402474 L 471474.3 -5401117 L 470203.9 -5401061 L 470343.9 -5399969 L 469471.4 -5399231 L 469931.7 -5398246 L 469971 -5397865 L 468914 -5396890 L 468210.6 -5395641 L 468000 -5395336 L 468047.7 -5395142 L 468248.8 -5394633 L 468450.5 -5394448 L 468593.6 -5393912 L 468292.3 -5393777 L 468244.7 -5393450 L 468244 -5393450 z "
id="path659" />
<path
d="M 447731.7 -5422355 L 446273.6 -5421910 L 445014.7 -5421050 L 444695.2 -5420840 L 444408.6 -5420569 L 443465 -5419855 L 443200.4 -5419588 L 442681.3 -5419047 L 442412.7 -5418761 L 441217.5 -5417759 L 441314.6 -5418292 L 441129.8 -5418889 L 441384.3 -5419112 L 441132.4 -5420700 L 441352.8 -5420906 L 441704.7 -5421354 L 441659.6 -5422305 L 441310.7 -5422359 L 439268.2 -5422725 L 439443.6 -5422935 L 439640.7 -5423441 L 439649.5 -5423857 L 439644.3 -5424229 L 438810.5 -5425864 L 438486.8 -5426055 L 435973.9 -5426737 L 435702.5 -5427025 L 435590.1 -5427794 L 435954.5 -5428921 L 435563.7 -5430015 L 434418.5 -5429025 L 432983.6 -5429617 L 432802.9 -5429300 L 431912.5 -5428191 L 431604.5 -5428708 L 431390.9 -5428921 L 430069.3 -5428230 L 428599.9 -5428120 L 428388.2 -5427811 L 427440 -5428706 L 427235.5 -5428975 L 427037.9 -5429181 L 426805.5 -5429489 L 426104.3 -5430410 L 425078.8 -5430214 L 424212.9 -5430769 L 423560.3 -5430532 L 423408.9 -5430838 L 422730 -5430913 L 422150.2 -5430548 L 421964.8 -5430860 L 420332.7 -5432780 L 420456.7 -5433248 L 420249.9 -5433363 L 420055.2 -5433496 L 418195.4 -5431810 L 418057.3 -5430357 L 417726.2 -5430313 L 416570.9 -5429775 L 416390.9 -5429760 L 416633.4 -5430445 L 416424.7 -5431517 L 415847.5 -5431927 L 416801.6 -5434249 L 416925.4 -5434593 L 416639.7 -5434767 L 415183 -5435432 L 415133.1 -5435938 L 414849.6 -5436197 L 413901.7 -5436774 L 413301.6 -5436754 L 411916.5 -5436310 L 412006.8 -5435974 L 411725.1 -5434751 L 411365 -5434719 L 411020.9 -5434668 L 410001.9 -5434733 L 409186.2 -5435357 L 408884.6 -5435115 L 408553.5 -5433693 L 408173.4 -5433687 L 407418.5 -5433762 L 407160.9 -5433959 L 406949.5 -5433760 L 406520.6 -5433365 L 406267.1 -5433628 L 404367.2 -5434702 L 404618.3 -5435665 L 404227.4 -5436202 L 403954.8 -5436396 L 403665.3 -5436618 L 402744.5 -5437204 L 400979.9 -5437503 L 400622.8 -5437464 L 399031.9 -5436713 L 398598.2 -5436416 L 398446.7 -5436655 L 398210.8 -5437171 L 399007.4 -5437855 L 399289.9 -5438061 L 399010.3 -5438277 L 399081.5 -5439279 L 399602.6 -5440176 L 401063.8 -5441987 L 401184.7 -5442363 L 401540.7 -5442792 L 401770.1 -5442948 L 401593.9 -5444218 L 402306.6 -5445399 L 402428 -5445558 L 402225.7 -5445880 L 402825.9 -5447253 L 402622.5 -5447978 L 402760.3 -5448311 L 403033.9 -5448545 L 402944.1 -5449517 L 403025 -5449898 L 403418.5 -5450982 L 403186.2 -5451295 L 403425.9 -5452021 L 405397.2 -5453841 L 405513.1 -5454211 L 405993.4 -5454780 L 407827.5 -5453436 L 408124 -5453194 L 407781.6 -5453033 L 407629.1 -5451927 L 406278.6 -5451311 L 406269.7 -5450933 L 406996.3 -5450301 L 407004.5 -5449937 L 407951.1 -5449719 L 408218.8 -5448691 L 408199 -5448336 L 409168.8 -5447772 L 410424.7 -5448597 L 410665.4 -5448885 L 410705.4 -5448900 L 411600.5 -5448470 L 411910.2 -5448329 L 411973.9 -5448653 L 412225.4 -5448866 L 413609.2 -5447813 L 414650.5 -5447920 L 415033.2 -5447310 L 414833.6 -5446599 L 415141.9 -5446712 L 415938 -5447179 L 417452.6 -5447398 L 417799 -5447574 L 417966.3 -5447684 L 418376 -5446637 L 418366.1 -5446253 L 422130.9 -5447408 L 422383.3 -5447117 L 423892.9 -5447331 L 424231.3 -5447519 L 424866.9 -5448233 L 425075.5 -5448477 L 426239.9 -5447733 L 426912.6 -5447591 L 428300.3 -5448773 L 428562.9 -5449027 L 429540.2 -5449152 L 429767.8 -5449397 L 429777.9 -5449427 L 430671.5 -5450125 L 432091.7 -5450614 L 432598 -5451176 L 432904.5 -5451396 L 432894.7 -5451035 L 433578.3 -5450829 L 433785.3 -5449427 L 433966.6 -5449116 L 435424.1 -5448868 L 436475.8 -5449164 L 437156 -5448308 L 437414.6 -5448574 L 438124.2 -5448386 L 438424.8 -5448199 L 438871.7 -5447677 L 438451.5 -5447113 L 438744.5 -5446633 L 438894 -5446394 L 439493.1 -5446445 L 440002.8 -5447242 L 439831.4 -5447547 L 440327.8 -5447239 L 440613.7 -5447169 L 442063.1 -5447339 L 442669.9 -5447705 L 443021.1 -5447809 L 444007.9 -5446297 L 442944.8 -5445332 L 442702.2 -5445052 L 443389.6 -5444735 L 444538.6 -5444721 L 445843.6 -5445139 L 446046.2 -5445433 L 446363.8 -5445228 L 447450.5 -5445534 L 447818.7 -5445619 L 448011 -5446702 L 448830.6 -5447908 L 448927.4 -5448274 L 449345.7 -5448414 L 449613.6 -5448377 L 450150.7 -5448412 L 450428.5 -5448320 L 452755.7 -5444526 L 453031.2 -5444264 L 453902.3 -5445261 L 454149.8 -5445490 L 455714.7 -5444428 L 456859.3 -5444671 L 459075 -5443957 L 458999.5 -5443718 L 458925 -5443479 L 458749.8 -5442920 L 458661.2 -5442640 L 460375.6 -5443245 L 460554.9 -5442924 L 461469.1 -5442515 L 461738.7 -5442300 L 461692 -5441956 L 462990.1 -5441450 L 463308.8 -5441312 L 463428.5 -5440649 L 462615.2 -5439547 L 465250.2 -5438922 L 465612.9 -5438776 L 465744.6 -5440592 L 466132.8 -5441155 L 466479.1 -5441269 L 466449.4 -5440912 L 467309.2 -5440762 L 467686.7 -5438545 L 468943.6 -5437961 L 469185.6 -5436940 L 469361 -5436630 L 469651.9 -5436589 L 469939.8 -5436536 L 468658.2 -5434276 L 470202.7 -5432919 L 469838.7 -5432924 L 469116.5 -5432854 L 468358.9 -5432090 L 468239.5 -5431377 L 467577.8 -5430586 L 466569.9 -5430189 L 465865.1 -5430346 L 465858.4 -5429989 L 466076.1 -5429308 L 466970.8 -5429099 L 467143.2 -5428786 L 467078.4 -5428410 L 465645.8 -5428185 L 464073.4 -5425580 L 463342.9 -5425363 L 463267.1 -5424970 L 463025 -5424917 L 462934.5 -5424687 L 462577.6 -5424743 L 460782.2 -5423659 L 460243.3 -5422739 L 459989.4 -5422820 L 459444.2 -5422768 L 459214.5 -5422922 L 458498.2 -5422803 L 457518.7 -5423144 L 457168.9 -5423242 L 456659.4 -5423035 L 456428.1 -5422885 L 456121.4 -5423071 L 454618.2 -5424585 L 454379.2 -5424621 L 454142.3 -5424671 L 453776.4 -5424769 L 453428.7 -5424921 L 453109.4 -5424806 L 452534.7 -5423993 L 452182 -5424148 L 451572.3 -5423849 L 451002.2 -5422846 L 450808.6 -5423075 L 450642.1 -5423325 L 450367.7 -5423140 L 449535.5 -5423619 L 448944.6 -5423708 L 448474.3 -5424086 L 448191.8 -5423838 L 447721.6 -5423274 L 447782 -5422992 L 447982.9 -5422451 L 447731.7 -5422354 L 447731.7 -5422355 z "
id="path660" />
<path
d="M 672914.1 -5498794 L 672787.5 -5498715 L 672241.6 -5497598 L 672190.1 -5497220 L 672132.1 -5496474 L 671586.1 -5496073 L 670825.4 -5496037 L 670543.9 -5495788 L 669829.3 -5495745 L 669260.5 -5496227 L 667342.6 -5492940 L 667056 -5492678 L 667326.7 -5492291 L 667016.2 -5492114 L 665362 -5491468 L 664858.3 -5490536 L 664483.1 -5490570 L 663828.1 -5490245 L 663573.3 -5490520 L 662990.7 -5491876 L 662652.6 -5491965 L 661736.5 -5492453 L 661733 -5492834 L 660216.9 -5493606 L 659304.5 -5493039 L 658943.1 -5492962 L 658255.9 -5493181 L 657595 -5492881 L 656950 -5492474 L 656308 -5492793 L 656329.4 -5493113 L 655773.1 -5493881 L 655745.6 -5494267 L 655209.6 -5495261 L 653325.8 -5495597 L 652992.3 -5495393 L 652430.5 -5494385 L 652951.8 -5492189 L 652871.4 -5491920 L 652611.5 -5491423 L 652304.4 -5491504 L 651713.2 -5491676 L 651411.5 -5490591 L 651364.9 -5489468 L 651899.6 -5488998 L 651366.2 -5487590 L 651053.9 -5487497 L 651020.4 -5487137 L 650497.7 -5486192 L 649424.7 -5486022 L 649237.1 -5485711 L 649254.6 -5485322 L 650350.2 -5483739 L 650740.4 -5483714 L 651091.8 -5483079 L 650999.7 -5482326 L 651006.2 -5481944 L 651966.4 -5480863 L 652315.8 -5480968 L 652479.7 -5480852 L 652997.5 -5480430 L 652389.7 -5478701 L 652809 -5477253 L 652935.6 -5476919 L 653473.4 -5476481 L 653074.3 -5475902 L 652708.9 -5475799 L 651247.2 -5474644 L 652770.1 -5473039 L 652426.9 -5472363 L 652539.5 -5472000 L 651698.1 -5470771 L 651352 -5470850 L 649627.8 -5470925 L 649196.6 -5470311 L 649340.7 -5469575 L 647318.3 -5466874 L 647428.9 -5466515 L 647511 -5465815 L 647733.8 -5465587 L 648174 -5464741 L 647661.3 -5463834 L 648489.1 -5462581 L 649204.3 -5462324 L 649582.5 -5462241 L 649794.1 -5461843 L 649511.6 -5461640 L 649105.5 -5461117 L 649238.1 -5460086 L 648140.7 -5459741 L 647393.4 -5459924 L 646326.9 -5459478 L 646010.4 -5459291 L 645441.3 -5458830 L 645539.9 -5458477 L 645280.3 -5458194 L 643249.2 -5457122 L 642705.3 -5456127 L 642038.2 -5455766 L 641995.7 -5456140 L 640026.8 -5457240 L 640719.1 -5458486 L 640041.6 -5458449 L 639226.5 -5458789 L 638885 -5458635 L 637518.2 -5458068 L 636520.2 -5458534 L 636976.7 -5457948 L 635536.5 -5455823 L 635958.4 -5454839 L 635902.8 -5454469 L 633016.1 -5455370 L 633027.6 -5455681 L 633195.5 -5456237 L 632496.9 -5456111 L 631887.7 -5456908 L 631517.3 -5456811 L 630253.3 -5456017 L 628412.5 -5456285 L 626961 -5455913 L 626902.5 -5456237 L 625837 -5457008 L 625590.1 -5457181 L 625045.4 -5456920 L 624683.1 -5456863 L 623958.8 -5456940 L 623994.3 -5457304 L 622981.1 -5457603 L 622615.7 -5457446 L 621589.5 -5455768 L 619165.5 -5454761 L 617840.8 -5455488 L 617816 -5456262 L 617283.3 -5457292 L 617261.9 -5457679 L 616892.3 -5458716 L 615942.6 -5459255 L 615842.3 -5460348 L 616347.4 -5460904 L 614731.7 -5461648 L 613266.7 -5461532 L 612891.3 -5461417 L 611752.1 -5460368 L 610241.7 -5459981 L 608559.7 -5459896 L 608236.5 -5459887 L 607913.3 -5459878 L 607563.9 -5459758 L 605789.3 -5459307 L 605512.9 -5459145 L 605230.4 -5458947 L 605058.9 -5459294 L 602429.5 -5460455 L 602411.7 -5460581 L 602281.2 -5460938 L 601552.2 -5461133 L 601109 -5461752 L 600049.8 -5463770 L 599959 -5464509 L 599644.7 -5464391 L 599018.1 -5464156 L 598782.8 -5464026 L 598378.1 -5463674 L 598006 -5463719 L 596897.2 -5464747 L 595057.4 -5464734 L 595022.4 -5464729 L 594838.8 -5465051 L 593716.5 -5466968 L 593774.3 -5467395 L 593978.7 -5467610 L 592476.5 -5467843 L 591358.9 -5468943 L 590567.5 -5470716 L 590219.2 -5470627 L 590061.5 -5470857 L 589713.2 -5470759 L 588081.7 -5471425 L 587781.4 -5471274 L 587189.6 -5470958 L 587008.1 -5471287 L 586273 -5472600 L 586446.5 -5472864 L 584696.1 -5472930 L 584333.9 -5472887 L 582936.9 -5473159 L 582608.6 -5473046 L 580896.8 -5472878 L 580579.7 -5472873 L 580261.6 -5472868 L 578739.1 -5472803 L 578273.9 -5472801 L 577937.1 -5472997 L 576022 -5473222 L 576101.6 -5473597 L 575655.5 -5475323 L 575361.5 -5476524 L 575226 -5476816 L 575913.6 -5477613 L 576611.9 -5477685 L 576944.2 -5477800 L 577290.1 -5477662 L 575513.4 -5480447 L 575451.7 -5481187 L 575449.4 -5481560 L 575454 -5481926 L 575399.6 -5482880 L 575384.1 -5483199 L 575346.9 -5484271 L 575374.6 -5484629 L 576478.9 -5484694 L 576762.4 -5486079 L 577772.2 -5485796 L 577837.8 -5486160 L 577855.1 -5488060 L 577262.8 -5488517 L 576127.9 -5488717 L 576013.1 -5489440 L 576678.8 -5489770 L 577894.2 -5491591 L 576868.7 -5492007 L 576686.2 -5493492 L 576971.5 -5494182 L 576689.9 -5494424 L 575741.5 -5494887 L 574564.9 -5496367 L 574180.9 -5497006 L 575063.1 -5497613 L 575316.6 -5499022 L 575690.7 -5499015 L 575913.2 -5498699 L 577424.7 -5498832 L 579205.7 -5498105 L 580244.6 -5498505 L 580624.8 -5498579 L 580725.4 -5499499 L 581264.3 -5500517 L 581331.9 -5503195 L 581341.6 -5503584 L 582802.8 -5503566 L 582795 -5504834 L 583099.3 -5504992 L 583749.9 -5505269 L 584089.1 -5505368 L 585172.1 -5505846 L 585557.3 -5505943 L 585489.7 -5506204 L 586055.9 -5507470 L 585973.5 -5507813 L 586753.6 -5508366 L 586958.1 -5508613 L 588054.9 -5508991 L 588411.2 -5509144 L 588564.9 -5509568 L 588452.5 -5509919 L 588750.9 -5511344 L 589915.7 -5512331 L 589551.5 -5513406 L 588275.7 -5514216 L 587540.3 -5514008 L 587372.8 -5514343 L 586955.7 -5514936 L 587212.2 -5515210 L 588278.9 -5516135 L 588427.5 -5516467 L 587867.7 -5517771 L 587523.9 -5517889 L 588114.8 -5520761 L 588586.7 -5521238 L 588825.1 -5522635 L 589700.3 -5523274 L 589909.8 -5523577 L 589944.4 -5523927 L 589978 -5524276 L 590268 -5528429 L 590319.7 -5528809 L 589646.3 -5528607 L 588968.5 -5528766 L 588723.5 -5529354 L 587894.7 -5529487 L 587571.8 -5530129 L 587772.7 -5532443 L 588368.4 -5533412 L 588542.3 -5534557 L 588614.7 -5534765 L 588775.2 -5535226 L 589622.5 -5535608 L 591849.6 -5535728 L 592552.6 -5536054 L 593459.3 -5536156 L 593770.1 -5536191 L 595090.1 -5535758 L 595449.3 -5535777 L 596217.7 -5534881 L 596735.9 -5534621 L 598902.7 -5534521 L 599284.9 -5534109 L 599874.9 -5533853 L 600585.6 -5534035 L 603214.2 -5533383 L 603596.4 -5532972 L 604522.8 -5533165 L 606213.7 -5533851 L 606567.9 -5533995 L 608360.1 -5534163 L 609459.8 -5535158 L 610184.9 -5536422 L 610680.2 -5536592 L 611546.2 -5536567 L 612393 -5536900 L 612974.4 -5538156 L 613821.3 -5538490 L 615976.7 -5538605 L 616456.7 -5539063 L 617889.8 -5539212 L 618528.8 -5539390 L 618944.5 -5539700 L 620445.7 -5539924 L 620474.9 -5539985 L 620770.4 -5540590 L 620829.8 -5542179 L 621452.6 -5544013 L 621844.3 -5546123 L 621662.3 -5546834 L 620357.5 -5546981 L 620258.9 -5547480 L 620715.9 -5548369 L 620825 -5549023 L 621133.2 -5549576 L 621943.1 -5551028 L 623897.5 -5552213 L 624687.8 -5552256 L 625099.8 -5552638 L 625488.8 -5553452 L 625582.6 -5554393 L 626103.9 -5555430 L 628534.5 -5557145 L 629173.6 -5557323 L 629702.4 -5558216 L 629819.3 -5558727 L 630255.6 -5558883 L 631162.6 -5557862 L 632774.1 -5557372 L 634131.8 -5557588 L 634366.5 -5557241 L 634393.3 -5556738 L 635521 -5555861 L 634717.8 -5555197 L 633657.4 -5554321 L 633790.6 -5553175 L 633647.8 -5551798 L 633954.4 -5551454 L 633928.4 -5550588 L 633648.6 -5550429 L 633088.2 -5551480 L 631870.5 -5551343 L 631765.1 -5550617 L 632083.1 -5550057 L 631822.6 -5549539 L 631860.9 -5548821 L 631611.8 -5548087 L 630613.5 -5547890 L 630818.5 -5546748 L 630606.2 -5546451 L 630550.2 -5546373 L 631745.8 -5545572 L 631776.5 -5544998 L 630408.3 -5543628 L 630050 -5542240 L 630439.9 -5541684 L 630254.9 -5541098 L 630436.9 -5540387 L 630372.5 -5540216 L 629742.2 -5538549 L 628959.5 -5538363 L 628702.7 -5537773 L 628427.6 -5536173 L 629044.5 -5535413 L 629483.4 -5535315 L 631378.2 -5534889 L 632096.7 -5534928 L 632770.1 -5534459 L 633413.8 -5533197 L 633875.4 -5532645 L 634696.4 -5532113 L 634954 -5531334 L 635333.1 -5529625 L 635220 -5529043 L 634426.7 -5527704 L 633618.8 -5525283 L 633518.3 -5525263 L 633119.6 -5525185 L 633063.1 -5524893 L 633446.1 -5523113 L 634399.2 -5522803 L 634380.8 -5521794 L 634952.6 -5520528 L 634899.8 -5520165 L 634283.8 -5519555 L 633796.9 -5517873 L 633524.8 -5517570 L 633619.5 -5517143 L 634493.1 -5516973 L 634749.9 -5517563 L 635037.3 -5517578 L 636372.5 -5516857 L 637243.8 -5516760 L 638240.4 -5516957 L 639934.1 -5517623 L 639979.2 -5518130 L 640814.6 -5518679 L 641408.4 -5518350 L 641756.1 -5518585 L 642330.9 -5518615 L 643204.5 -5518446 L 643734.2 -5517970 L 643942.4 -5517617 L 644684.1 -5516363 L 645728.1 -5515699 L 646983.8 -5515117 L 647566.1 -5515004 L 648273.1 -5515258 L 648583.3 -5514842 L 648833.2 -5514207 L 649627.3 -5514177 L 650402.3 -5514507 L 650924.3 -5514174 L 653266.4 -5510769 L 653123.2 -5509393 L 653357.8 -5509045 L 654216.1 -5509163 L 654378.8 -5508811 L 654673.9 -5508683 L 655131.1 -5509572 L 655562.2 -5509594 L 656046.6 -5508612 L 656139.6 -5507933 L 656164.2 -5507754 L 656058.6 -5507027 L 656357.4 -5506827 L 657283.8 -5507021 L 658448.6 -5506794 L 658796.4 -5507029 L 659299.3 -5507055 L 659624.8 -5506352 L 659991.5 -5506228 L 660630.5 -5506406 L 662006.9 -5506263 L 662963.3 -5507250 L 663697 -5507001 L 664907.4 -5505913 L 666473.2 -5504915 L 667023.4 -5504338 L 667388.6 -5503955 L 668326.8 -5502564 L 667578.3 -5501732 L 666848.8 -5500541 L 666682.7 -5499595 L 667273 -5497970 L 667397.7 -5498337 L 667949.7 -5498798 L 669443.3 -5499166 L 669325.9 -5500024 L 669957.3 -5500346 L 670793.2 -5499525 L 671296.1 -5499552 L 671910.2 -5499300 L 672695.4 -5498978 L 672914.7 -5498795 L 672914.1 -5498794 z "
id="path661" />
<path
d="M 700936.8 -5400566 L 702303.4 -5399503 L 703031.9 -5398303 L 703347.1 -5398127 L 702824.4 -5397384 L 702738.9 -5397093 L 702104.7 -5394591 L 702319.6 -5394287 L 702232.5 -5393507 L 702031.8 -5393170 L 702476.6 -5391805 L 702662.4 -5391486 L 702822.3 -5391241 L 702977.2 -5390994 L 703339.9 -5390355 L 703235.8 -5389623 L 703186.2 -5389254 L 703341.4 -5389228 L 703635.6 -5389019 L 705499.7 -5390083 L 706194.6 -5389991 L 706502.8 -5389802 L 706141.6 -5388502 L 705566.8 -5387774 L 704048.7 -5387856 L 703670 -5387772 L 702980.8 -5387583 L 702034.9 -5386478 L 700667.2 -5385938 L 700318.5 -5385810 L 700028.9 -5384186 L 700159.6 -5383815 L 700130.3 -5382885 L 700240.1 -5382595 L 700985.2 -5381883 L 701244.3 -5381658 L 702408.9 -5381576 L 703410.6 -5380980 L 703799.2 -5380944 L 704544.7 -5380483 L 704818.9 -5380351 L 704773.3 -5379982 L 704143.9 -5379613 L 703752.4 -5378183 L 703905.9 -5377597 L 704121.8 -5375792 L 704155.3 -5375423 L 703346 -5374581 L 702821.3 -5373126 L 702556.6 -5372922 L 702456.1 -5371902 L 702065.5 -5371867 L 700626.6 -5371284 L 699093.7 -5371571 L 698673.7 -5371993 L 698324.3 -5372090 L 697680.8 -5372420 L 696238.6 -5372338 L 695984.9 -5372079 L 695323.4 -5372374 L 695134.2 -5372406 L 694983.5 -5372061 L 695884.2 -5370874 L 695777.6 -5370512 L 695419.9 -5370397 L 694107.2 -5369779 L 693678.7 -5369140 L 693536.7 -5367789 L 693174.6 -5368824 L 692817.3 -5368949 L 691315.2 -5368909 L 690684.8 -5368491 L 690440.5 -5367775 L 690049 -5367821 L 689691.7 -5367988 L 689781.3 -5368346 L 689236.2 -5368790 L 688908.5 -5368604 L 687316.1 -5367707 L 685914.8 -5367403 L 685551.3 -5365952 L 685866.8 -5365271 L 685507.1 -5365159 L 682584.8 -5366289 L 682451 -5366591 L 682170.9 -5366767 L 681501.6 -5366431 L 680786 -5366666 L 680647.3 -5367016 L 680273.7 -5367680 L 679507.7 -5367698 L 678012.4 -5368882 L 677571.3 -5369938 L 677702 -5371073 L 677514.1 -5371341 L 677323.2 -5371605 L 677086.3 -5371920 L 675555.1 -5371730 L 674953 -5372226 L 674901.9 -5372192 L 674522.6 -5372293 L 673463 -5372785 L 673267.3 -5373119 L 671754 -5375733 L 670979 -5375698 L 670113 -5376435 L 669904.3 -5376132 L 669407 -5375588 L 669153.8 -5375688 L 668913.7 -5375817 L 668778 -5376166 L 667681.8 -5376201 L 664415.4 -5377933 L 663899.1 -5377441 L 663539.9 -5377566 L 663175.6 -5377677 L 663115 -5378021 L 662767.5 -5378628 L 661844.9 -5378945 L 661998 -5379630 L 661669.9 -5379810 L 660175.5 -5380741 L 659583.1 -5381634 L 659239.5 -5381489 L 658648.3 -5381051 L 657999 -5381344 L 657773.1 -5381621 L 657307.3 -5382163 L 657067.4 -5382368 L 656735.2 -5383193 L 656461.2 -5383412 L 656037.5 -5383928 L 656129 -5384911 L 655780.4 -5384775 L 654308.5 -5384555 L 652500 -5384835 L 652366.4 -5385194 L 651643.1 -5386952 L 651395.6 -5388849 L 651035.3 -5388910 L 649729.9 -5386742 L 649406.4 -5386624 L 647744.5 -5386424 L 646976.9 -5387227 L 647520 -5388997 L 646788.1 -5390263 L 646695.4 -5391267 L 646617.8 -5391603 L 646856.4 -5391854 L 647936.7 -5392701 L 647723.9 -5392989 L 647637.4 -5394052 L 647324.4 -5394263 L 646225.7 -5394498 L 646373.9 -5395203 L 647289.7 -5395832 L 647510.3 -5396135 L 646955.6 -5397402 L 647953.1 -5397069 L 648189.7 -5397338 L 647433.8 -5398643 L 647605.1 -5400864 L 646157.8 -5400898 L 645543.8 -5401282 L 645482.2 -5401597 L 645350.6 -5401950 L 643459.4 -5403733 L 643116.5 -5403985 L 642132.3 -5405852 L 641971.7 -5406184 L 641604.4 -5406221 L 641263.3 -5406365 L 640947.8 -5406201 L 639286.1 -5406732 L 638940.9 -5406815 L 638907 -5406895 L 638687.2 -5407186 L 639130 -5408161 L 638678.4 -5408713 L 638551.8 -5409055 L 639374.8 -5409903 L 639565.5 -5410251 L 641596.2 -5411597 L 641925.7 -5411727 L 642045 -5412575 L 641390.9 -5412883 L 640968.4 -5414191 L 640145.7 -5414899 L 640199.3 -5415264 L 640657.6 -5415893 L 640914 -5417421 L 640657.2 -5417712 L 640172.3 -5418035 L 640328.8 -5418279 L 640411.4 -5418656 L 641495.9 -5419736 L 641768.7 -5420794 L 642727.9 -5421725 L 643056.3 -5421801 L 643297.1 -5421487 L 644472.3 -5421610 L 646183.2 -5422563 L 647349.2 -5422561 L 647483.3 -5423205 L 647419.7 -5423545 L 648397.7 -5424305 L 648628.2 -5424548 L 649073.8 -5426759 L 648489 -5427245 L 646315.8 -5427717 L 645950.3 -5427603 L 646936.9 -5428814 L 648493.6 -5429063 L 648547.6 -5429762 L 648792.9 -5431912 L 648760.2 -5432132 L 648579.5 -5432480 L 646879.4 -5433429 L 643747.4 -5431828 L 643652.4 -5431874 L 643850 -5432194 L 646131.2 -5435171 L 646500 -5436218 L 646346.8 -5436859 L 645757 -5439425 L 645830.6 -5439800 L 645687.8 -5441377 L 645043.3 -5442818 L 644797.6 -5443131 L 644489 -5443566 L 644329.2 -5443779 L 644186.4 -5444019 L 644049.6 -5444261 L 643305.9 -5446280 L 643246.4 -5446636 L 642463.9 -5448140 L 642350.3 -5448462 L 641495.7 -5449857 L 641539.2 -5450188 L 642366 -5451021 L 644140.5 -5451774 L 644997.3 -5452570 L 645084.9 -5452953 L 644866.1 -5453241 L 644020.4 -5453916 L 643865.8 -5454248 L 643486.5 -5455656 L 642037.6 -5455766 L 642704.7 -5456127 L 643248.6 -5457122 L 645279.7 -5458194 L 645539.3 -5458477 L 645440.7 -5458830 L 646009.8 -5459291 L 646326.3 -5459478 L 647392.8 -5459925 L 648140.1 -5459741 L 649237.5 -5460086 L 649104.9 -5461117 L 649511 -5461640 L 649793.5 -5461843 L 649581.9 -5462241 L 649203.7 -5462324 L 648488.5 -5462581 L 647660.7 -5463835 L 648173.4 -5464741 L 647733.2 -5465587 L 647510.4 -5465815 L 647428.3 -5466515 L 647317.7 -5466874 L 649340.1 -5469575 L 649196 -5470311 L 649627.2 -5470925 L 651351.4 -5470851 L 651697.5 -5470771 L 652538.9 -5472000 L 652426.3 -5472363 L 652769.5 -5473039 L 651246.6 -5474644 L 652708.3 -5475799 L 653073.7 -5475902 L 653472.8 -5476481 L 652935 -5476920 L 652808.4 -5477253 L 652389.1 -5478701 L 652996.9 -5480430 L 652479.1 -5480852 L 652315.2 -5480968 L 651965.8 -5480863 L 651005.6 -5481944 L 650999.1 -5482326 L 651091.2 -5483079 L 650739.8 -5483714 L 650349.6 -5483740 L 649254 -5485322 L 649236.5 -5485711 L 649424.1 -5486022 L 650497.1 -5486192 L 651019.8 -5487137 L 651053.3 -5487497 L 651365.6 -5487590 L 651899 -5488998 L 651364.3 -5489468 L 651410.9 -5490591 L 651712.6 -5491676 L 652303.8 -5491504 L 652610.9 -5491424 L 652870.8 -5491920 L 652951.2 -5492189 L 652429.9 -5494385 L 652991.7 -5495393 L 653325.2 -5495597 L 655209 -5495261 L 655745 -5494268 L 655772.5 -5493881 L 656328.8 -5493113 L 656307.4 -5492793 L 656949.4 -5492474 L 657594.4 -5492881 L 658255.3 -5493181 L 658942.5 -5492963 L 659303.9 -5493039 L 660216.3 -5493606 L 661732.4 -5492834 L 661735.9 -5492453 L 662652 -5491965 L 662990.1 -5491876 L 663572.7 -5490520 L 663827.5 -5490246 L 664482.5 -5490570 L 664857.7 -5490536 L 665361.4 -5491469 L 667015.6 -5492114 L 667326.1 -5492291 L 667055.4 -5492678 L 667342 -5492940 L 669259.9 -5496227 L 669828.7 -5495745 L 670543.3 -5495788 L 670824.8 -5496037 L 671585.5 -5496073 L 672131.5 -5496475 L 672189.5 -5497220 L 672241 -5497598 L 672786.9 -5498715 L 672913.5 -5498795 L 675859.7 -5496336 L 675750.1 -5495682 L 676518.2 -5493418 L 677611.1 -5493187 L 676836.2 -5491489 L 677951.8 -5490828 L 678643.8 -5490000 L 678713.2 -5489420 L 678098.1 -5489031 L 677450.8 -5488285 L 676871.9 -5488179 L 676454.2 -5487903 L 678413.1 -5486884 L 678634 -5486056 L 679414.6 -5485281 L 679465.4 -5485649 L 679663.1 -5485596 L 679910.1 -5485401 L 679516.5 -5484429 L 679314.9 -5484142 L 678940.6 -5484198 L 678582.1 -5484074 L 678914.2 -5483914 L 678663.6 -5482850 L 678894.7 -5481946 L 679196.8 -5481802 L 678831.6 -5481147 L 678958.9 -5480509 L 680052.7 -5480340 L 680268.6 -5480039 L 679988 -5479770 L 679862.4 -5478619 L 679314.2 -5478080 L 681005.1 -5477492 L 681282.7 -5477738 L 681915.9 -5477438 L 681032.9 -5475806 L 679956.4 -5475459 L 679415.6 -5475995 L 678006.5 -5475487 L 677645 -5475364 L 677619.9 -5475354 L 678810.1 -5474603 L 679517.8 -5474629 L 679773.4 -5474104 L 679634.8 -5473772 L 680174.4 -5473046 L 680463.8 -5473145 L 681271.3 -5474404 L 681411.3 -5475860 L 683740.8 -5475970 L 685249.9 -5477186 L 686011.9 -5477326 L 686392.4 -5477419 L 686505.9 -5477699 L 687558.6 -5477326 L 688572.3 -5477847 L 689171.4 -5477403 L 689205.9 -5477785 L 689906.9 -5477927 L 689828.8 -5478685 L 690824.6 -5479263 L 691064.2 -5479563 L 694276.3 -5477580 L 694668.1 -5477091 L 695376 -5477180 L 695416.7 -5476104 L 695447.3 -5475746 L 695570.7 -5475201 L 695125.7 -5474801 L 696420.3 -5474080 L 696651.2 -5473783 L 697184.8 -5472151 L 697049.8 -5471502 L 698107 -5471398 L 698465.3 -5471288 L 698921.1 -5470705 L 698971.3 -5469974 L 699086 -5469620 L 698956.9 -5468838 L 697801.2 -5467820 L 698685.7 -5465724 L 699936.1 -5465653 L 700240.8 -5465884 L 700487.5 -5466177 L 700701.9 -5466291 L 700919 -5466182 L 700995.7 -5465856 L 701365.6 -5464580 L 701272 -5464207 L 700904.2 -5462323 L 698305.5 -5461138 L 698361.1 -5460762 L 698629.1 -5459694 L 698111.2 -5458679 L 698438.2 -5458366 L 699363.7 -5457027 L 699606.7 -5456778 L 699103.5 -5456317 L 698762.9 -5456176 L 698150 -5455287 L 698686.5 -5453592 L 698454.9 -5453313 L 698989 -5452872 L 700063.8 -5453248 L 700441.4 -5453299 L 700941.4 -5453588 L 701212.8 -5453652 L 701567.7 -5453223 L 701191.9 -5452126 L 700289 -5449176 L 700516.4 -5448459 L 701239 -5448173 L 701298.6 -5447788 L 701059.4 -5447082 L 701920.3 -5446861 L 702224.7 -5446835 L 700991 -5445947 L 700571.2 -5444923 L 701102.7 -5443950 L 702111.1 -5443163 L 702409.3 -5443013 L 702830.4 -5443441 L 702737.6 -5443724 L 704595.3 -5443863 L 704961.7 -5443773 L 705330.2 -5443781 L 705698.7 -5443767 L 706176.3 -5441300 L 705901.6 -5441033 L 705277.7 -5440165 L 705126.1 -5439827 L 704985.6 -5438799 L 705010.2 -5438455 L 706857 -5438643 L 707202.7 -5438824 L 707429.2 -5437398 L 708398.2 -5436357 L 708576.1 -5436029 L 706889.3 -5434867 L 706880.8 -5434518 L 705882.7 -5432386 L 705826.2 -5432035 L 706060.9 -5432337 L 706367.7 -5431831 L 705065.5 -5429973 L 705200.3 -5429619 L 705837.8 -5429285 L 706197.2 -5429251 L 707135 -5428835 L 708567 -5427226 L 708549.1 -5426518 L 708464.6 -5426172 L 708108.1 -5426201 L 707328.8 -5425262 L 706299 -5425055 L 705971.7 -5425169 L 704990.6 -5425437 L 703389.3 -5423028 L 701590.2 -5422514 L 701253.9 -5421851 L 701484.1 -5421738 L 701711.3 -5421622 L 701981.7 -5421625 L 702023.3 -5421290 L 703017.6 -5419677 L 704362.5 -5418922 L 704296 -5417843 L 703985.3 -5417662 L 703631.7 -5417589 L 703346.1 -5417422 L 702746 -5417208 L 702997.9 -5416103 L 703104.6 -5415732 L 703280.6 -5415535 L 703536.9 -5415468 L 703817.5 -5413341 L 704073.5 -5413075 L 703514 -5410240 L 702840.9 -5409392 L 702501.2 -5409226 L 702605.6 -5408632 L 702837.7 -5408423 L 703688.6 -5408987 L 703997.2 -5409131 L 703911.1 -5408401 L 703884.6 -5408034 L 703131.3 -5407894 L 701273.1 -5405960 L 701053.4 -5404867 L 701556.4 -5404296 L 700806.3 -5403492 L 699822.6 -5403238 L 699462.5 -5402826 L 700274.7 -5402125 L 699872.4 -5401539 L 700613.6 -5400868 L 700862.7 -5400646 L 700936.7 -5400566 L 700936.8 -5400566 z M 675838.6 -5484425 L 677709 -5484172 L 677999.9 -5483915 L 678038.4 -5484286 L 678681.4 -5484599 L 676942.1 -5486402 L 676394.7 -5484968 L 675838.5 -5484425 L 675838.6 -5484425 z "
id="path662" />
<path
d="M 801136.2 -5384164 L 800851.2 -5383966 L 800171 -5382765 L 800423.4 -5382579 L 801082.4 -5381928 L 801221.5 -5381731 L 801363.6 -5381535 L 801556.5 -5381867 L 803048.8 -5382177 L 804504.2 -5381802 L 801953.8 -5381272 L 801618.7 -5381083 L 801230.5 -5380937 L 799771.5 -5379945 L 799452.4 -5379771 L 799246.5 -5379507 L 797638.8 -5379051 L 796120.4 -5377829 L 794583.2 -5377564 L 794250.1 -5377357 L 793956.1 -5377150 L 793098.1 -5376520 L 790642.9 -5373193 L 790023.9 -5372799 L 789768.7 -5372359 L 789541.8 -5372054 L 787943.9 -5370449 L 787231.8 -5370184 L 786255.1 -5370731 L 785793.7 -5372159 L 785102.6 -5371855 L 784981.9 -5371502 L 784717.4 -5370803 L 783168.4 -5369811 L 783083.8 -5369462 L 782337.6 -5367488 L 781011.3 -5368197 L 780164.5 -5367499 L 780115.2 -5368142 L 779736.3 -5368163 L 779373.3 -5368045 L 778661.6 -5368039 L 778179.7 -5369062 L 776657.2 -5369095 L 776586.5 -5369468 L 776265 -5369636 L 775550.2 -5369502 L 774639.8 -5370042 L 773621.2 -5369043 L 773280.6 -5369202 L 772627.6 -5369568 L 772398.9 -5370274 L 772160 -5369956 L 771924.7 -5370141 L 771388.8 -5370404 L 770634.1 -5370375 L 769552.9 -5370602 L 769711.7 -5370950 L 769464.5 -5372047 L 768822.2 -5372975 L 768942.9 -5374115 L 768646.6 -5375215 L 768302 -5375369 L 767552.3 -5375378 L 766603.5 -5374756 L 765860.8 -5374693 L 765765.3 -5374432 L 765658.7 -5374176 L 765298.8 -5374036 L 764752 -5373537 L 763873.5 -5371403 L 765096.3 -5369127 L 764724.2 -5368921 L 762134.2 -5370146 L 761834.6 -5370168 L 761362 -5370537 L 761061.1 -5370306 L 760188.4 -5369600 L 759871.4 -5369368 L 759028.6 -5368553 L 758645.9 -5368577 L 757923.5 -5368693 L 757607.7 -5368533 L 756797.1 -5367855 L 756465.6 -5367976 L 755687.9 -5368675 L 755060.2 -5368356 L 754716.3 -5368187 L 753344.7 -5367594 L 752526.9 -5365900 L 751807.3 -5365750 L 751627.4 -5366087 L 751278.6 -5365997 L 750658 -5365687 L 750412.8 -5365950 L 750375.4 -5366494 L 750827.1 -5367067 L 749781 -5367844 L 748823.5 -5367353 L 748737.3 -5367304 L 748492.4 -5367006 L 748126.5 -5366881 L 746830 -5366903 L 746446.2 -5366916 L 744697.7 -5367628 L 744267.2 -5369454 L 743804 -5370005 L 742912.6 -5369495 L 742519 -5368882 L 741828 -5369080 L 741184.9 -5366863 L 740839.2 -5366848 L 739880 -5366547 L 739218.7 -5365748 L 739112.9 -5366089 L 738359.5 -5366107 L 736867.5 -5365900 L 736756.1 -5365747 L 735147 -5365632 L 735162.4 -5365960 L 735417.1 -5366905 L 735128.8 -5367061 L 735012.2 -5366722 L 733983 -5366495 L 732952.4 -5366728 L 732806.1 -5366674 L 733282.2 -5363783 L 733030.4 -5363504 L 731908.9 -5361619 L 731583.6 -5361821 L 731324.5 -5362104 L 730785.6 -5360591 L 730431.1 -5360694 L 729704 -5360818 L 729015.8 -5361632 L 729347.6 -5361757 L 728750 -5363667 L 728469.7 -5363782 L 727684.8 -5363357 L 727476 -5363089 L 727983.9 -5361567 L 727646.1 -5361388 L 727382.3 -5361112 L 727008.6 -5361062 L 726631 -5361080 L 726403.9 -5361321 L 725566.9 -5361689 L 725549.4 -5361318 L 724505.4 -5361137 L 723942.8 -5360656 L 723578.8 -5361149 L 723207.1 -5361078 L 722458.7 -5360990 L 721580.3 -5360290 L 721229.8 -5360337 L 720826.4 -5359773 L 720162.5 -5359951 L 719511.1 -5359725 L 719170.7 -5359818 L 718788.8 -5360410 L 718681 -5360729 L 718823.4 -5361612 L 718485.8 -5361542 L 718514.7 -5362197 L 717913.1 -5362525 L 718629 -5363837 L 718403 -5364128 L 718195.6 -5364835 L 717995.5 -5365022 L 717551.1 -5365281 L 716584.5 -5364460 L 716377.5 -5364714 L 716022.6 -5365260 L 715830.7 -5365593 L 715232.8 -5365640 L 715228.3 -5367591 L 716232.3 -5367876 L 716693.5 -5368938 L 716349.1 -5369076 L 714220.6 -5369066 L 714984.7 -5368210 L 714249.6 -5366015 L 712879.5 -5365355 L 712263 -5365679 L 711888.5 -5365758 L 711165.7 -5365998 L 711225.2 -5366274 L 711431.2 -5366801 L 713049.3 -5368736 L 713180 -5369076 L 713267.4 -5369245 L 714117.4 -5370469 L 713312.2 -5371280 L 713391.3 -5372758 L 714499.1 -5374298 L 714252.8 -5374369 L 714081.8 -5374561 L 714269.5 -5374909 L 714570 -5375640 L 714212.3 -5375518 L 712393.8 -5375836 L 711577.5 -5376552 L 711296.4 -5376796 L 709494.3 -5376542 L 709408.6 -5376083 L 709070 -5376010 L 708535.6 -5375570 L 707522.3 -5375746 L 707419.7 -5375389 L 706180.8 -5374623 L 705824.4 -5373974 L 705567.4 -5374257 L 705187.9 -5374314 L 704894.8 -5374557 L 704155.8 -5375423 L 704122.3 -5375791 L 703906.4 -5377596 L 703752.9 -5378182 L 704144.4 -5379613 L 704773.8 -5379982 L 704819.4 -5380351 L 704545.2 -5380482 L 703799.7 -5380944 L 703411.1 -5380980 L 702409.4 -5381576 L 701244.8 -5381657 L 700985.7 -5381883 L 700240.6 -5382595 L 700130.8 -5382885 L 700160.1 -5383815 L 700029.4 -5384185 L 700319 -5385810 L 700667.7 -5385938 L 702035.4 -5386477 L 702981.3 -5387582 L 703670.5 -5387772 L 704049.2 -5387855 L 705567.3 -5387774 L 706142.1 -5388502 L 706503.3 -5389802 L 706195.1 -5389990 L 705500.2 -5390082 L 703636.1 -5389018 L 703341.9 -5389228 L 703186.7 -5389254 L 703236.3 -5389623 L 703340.4 -5390355 L 702977.7 -5390994 L 702822.8 -5391241 L 702662.9 -5391486 L 702477.1 -5391805 L 702032.3 -5393170 L 702233 -5393507 L 702320.1 -5394286 L 702105.2 -5394591 L 702739.4 -5397093 L 702824.9 -5397384 L 703347.6 -5398126 L 703032.4 -5398303 L 702303.9 -5399502 L 700937.3 -5400566 L 700863.3 -5400646 L 700614.2 -5400868 L 699873 -5401539 L 700275.3 -5402125 L 699463.1 -5402826 L 699823.2 -5403238 L 700806.9 -5403492 L 701557 -5404296 L 701054 -5404867 L 701273.7 -5405960 L 703131.9 -5407894 L 703885.2 -5408034 L 703911.7 -5408401 L 703997.8 -5409131 L 703689.2 -5408987 L 702838.3 -5408423 L 702606.2 -5408632 L 702501.8 -5409225 L 702841.5 -5409391 L 703514.6 -5410240 L 704074.1 -5413075 L 703818.1 -5413340 L 703537.5 -5415468 L 703281.2 -5415534 L 703105.2 -5415732 L 702998.5 -5416102 L 702746.6 -5417208 L 703346.7 -5417422 L 703632.3 -5417589 L 703985.9 -5417661 L 704296.6 -5417843 L 704363.1 -5418922 L 703018.2 -5419677 L 702023.9 -5421289 L 701982.3 -5421625 L 701711.9 -5421622 L 701484.7 -5421738 L 701254.5 -5421851 L 701590.8 -5422514 L 703389.9 -5423028 L 704991.2 -5425437 L 705972.3 -5425169 L 706299.6 -5425055 L 707329.4 -5425262 L 708108.7 -5426201 L 708465.2 -5426172 L 708549.7 -5426518 L 708567.6 -5427226 L 707135.6 -5428835 L 706197.8 -5429251 L 705838.4 -5429285 L 705200.9 -5429619 L 705066.1 -5429973 L 706368.3 -5431831 L 706061.5 -5432337 L 705826.8 -5432035 L 705883.3 -5432386 L 706881.4 -5434518 L 706889.9 -5434867 L 708576.7 -5436029 L 708398.8 -5436357 L 707429.8 -5437398 L 707203.3 -5438824 L 706857.6 -5438643 L 705010.8 -5438455 L 704986.2 -5438799 L 705126.7 -5439827 L 705278.3 -5440165 L 705902.2 -5441033 L 706176.9 -5441300 L 705699.3 -5443767 L 705330.8 -5443781 L 704962.3 -5443773 L 704595.9 -5443863 L 702738.2 -5443724 L 702831 -5443441 L 702409.9 -5443013 L 702111.7 -5443163 L 701103.3 -5443949 L 700571.8 -5444923 L 700991.6 -5445947 L 702225.3 -5446835 L 701920.9 -5446861 L 701060 -5447082 L 701299.2 -5447788 L 701239.6 -5448173 L 700517 -5448459 L 700289.6 -5449175 L 701192.5 -5452126 L 701568.3 -5453223 L 701213.4 -5453651 L 700942 -5453588 L 700442 -5453299 L 700064.4 -5453248 L 698989.6 -5452872 L 698455.5 -5453313 L 698687.1 -5453592 L 698150.6 -5455287 L 698763.5 -5456176 L 699104.1 -5456317 L 699607.3 -5456778 L 699364.3 -5457027 L 698438.8 -5458366 L 698111.8 -5458679 L 698629.7 -5459694 L 698361.7 -5460762 L 698306.1 -5461138 L 700904.8 -5462323 L 701272.6 -5464207 L 701366.2 -5464580 L 700996.3 -5465855 L 700919.6 -5466182 L 700702.5 -5466290 L 700488.1 -5466176 L 700241.4 -5465883 L 699936.7 -5465653 L 698686.3 -5465724 L 697801.8 -5467820 L 698957.5 -5468838 L 699086.6 -5469620 L 698971.9 -5469974 L 698921.7 -5470705 L 698465.9 -5471288 L 698107.6 -5471398 L 697050.4 -5471502 L 697185.4 -5472151 L 696651.8 -5473783 L 696420.9 -5474080 L 695126.3 -5474801 L 695571.3 -5475200 L 695447.9 -5475746 L 695417.3 -5476103 L 695376.6 -5477180 L 694668.7 -5477091 L 694276.9 -5477580 L 691064.8 -5479563 L 690825.2 -5479263 L 689829.4 -5478685 L 689907.5 -5477927 L 689206.5 -5477784 L 689172 -5477403 L 688572.9 -5477847 L 687559.2 -5477326 L 686506.5 -5477699 L 686393 -5477419 L 686012.5 -5477326 L 685250.5 -5477186 L 683741.4 -5475969 L 681411.9 -5475860 L 681271.9 -5474404 L 680464.4 -5473145 L 680175 -5473046 L 679635.4 -5473772 L 679774 -5474104 L 679518.4 -5474629 L 678810.7 -5474603 L 677620.5 -5475354 L 677645.6 -5475364 L 678007.1 -5475487 L 679416.2 -5475995 L 679957 -5475459 L 681033.5 -5475806 L 681916.5 -5477438 L 681283.3 -5477738 L 681005.7 -5477492 L 679314.8 -5478080 L 679863 -5478619 L 679988.6 -5479770 L 680269.2 -5480039 L 680053.3 -5480340 L 678959.5 -5480509 L 678832.2 -5481147 L 679197.4 -5481802 L 678895.3 -5481946 L 678664.2 -5482850 L 678914.8 -5483914 L 678582.7 -5484074 L 678941.2 -5484198 L 679315.5 -5484142 L 679517.1 -5484429 L 679910.7 -5485401 L 679663.7 -5485596 L 679466 -5485649 L 679560.5 -5486333 L 680055.7 -5487071 L 681684.4 -5487028 L 682753 -5487491 L 683843.1 -5488030 L 684735 -5489451 L 685288.7 -5489556 L 686130.3 -5489498 L 687878.5 -5488621 L 688170.5 -5488382 L 688631.3 -5487337 L 689302.2 -5487142 L 689590 -5487836 L 689776.4 -5488287 L 689451.7 -5489644 L 689746.9 -5490321 L 690478.3 -5490919 L 690658.7 -5491361 L 691667.6 -5491998 L 692157.1 -5491975 L 693745.4 -5491915 L 695595.7 -5491234 L 697097.7 -5491185 L 697196.8 -5491724 L 697861.1 -5491657 L 698084.9 -5491261 L 698550.4 -5491107 L 699150.8 -5491291 L 699152.4 -5491749 L 699411.5 -5492144 L 699321.2 -5492903 L 699663.2 -5493659 L 700514.6 -5493906 L 701541.3 -5493221 L 702055.9 -5492611 L 702592.1 -5492563 L 702988.5 -5492761 L 703737.7 -5492036 L 703719.6 -5491325 L 704014.6 -5491197 L 704445.8 -5491220 L 704963.9 -5491643 L 705355.3 -5491736 L 705677 -5491398 L 705453.7 -5490801 L 705626.8 -5490403 L 705347.7 -5489905 L 705390.2 -5489576 L 705772.7 -5489061 L 706295.5 -5488783 L 706497.9 -5488310 L 707058.8 -5487295 L 707842.8 -5486878 L 708925 -5487086 L 709290.3 -5486901 L 709633.3 -5486951 L 709696.3 -5486791 L 710111.2 -5485408 L 710021.7 -5485050 L 710562.8 -5485448 L 711175.3 -5485199 L 711502.8 -5485272 L 712059.8 -5485539 L 712367.3 -5485607 L 712829 -5484840 L 713139.3 -5484752 L 712776.1 -5484107 L 713389.5 -5481991 L 712607.7 -5481306 L 713387.1 -5479919 L 713508.8 -5479539 L 713188.1 -5479347 L 712507.9 -5479070 L 711919 -5478122 L 711656.5 -5477154 L 711388.9 -5476924 L 711682.1 -5476760 L 711986.3 -5476618 L 712708.9 -5476301 L 713180.9 -5474037 L 712466.9 -5473133 L 713108.3 -5472755 L 713696 -5471809 L 714420.2 -5471983 L 714791.6 -5471949 L 715394.5 -5470308 L 716114.4 -5470191 L 716477.9 -5470154 L 716104.3 -5470095 L 715347.3 -5470110 L 713951.8 -5469549 L 713959.4 -5469178 L 714443.9 -5468208 L 715974.8 -5467209 L 717137.7 -5465769 L 717338.3 -5466035 L 717967.1 -5466809 L 718560.4 -5466330 L 718494.6 -5464033 L 718412.1 -5463660 L 718367.7 -5462523 L 719064.4 -5462210 L 718925.9 -5461979 L 719090.6 -5461501 L 718979.5 -5460758 L 720563.7 -5459778 L 720540.5 -5457917 L 720751.8 -5457900 L 719613.6 -5456609 L 719253 -5456586 L 718573.6 -5455356 L 718864.8 -5455146 L 718286.7 -5454958 L 717703.1 -5455173 L 717477.4 -5454918 L 717634.8 -5454261 L 717117.1 -5453510 L 717180 -5453305 L 717392.5 -5452665 L 717625.5 -5452416 L 719082.4 -5452237 L 720025.4 -5451071 L 721050.4 -5450622 L 720826.7 -5450328 L 720194.3 -5449973 L 719629.4 -5449032 L 719308.9 -5448981 L 718794.4 -5449230 L 718125.2 -5449059 L 718438.9 -5448436 L 717578.9 -5447873 L 717747.8 -5447567 L 717887.6 -5447218 L 718477.9 -5446751 L 718255.8 -5446073 L 719143.7 -5444878 L 719361.7 -5444601 L 719208.1 -5444248 L 718564.7 -5443900 L 717023.4 -5443878 L 716659.9 -5443877 L 715205.8 -5443871 L 714019.1 -5443862 L 713780.5 -5442796 L 713648.4 -5442047 L 714863.6 -5440720 L 714382.2 -5440142 L 714430.8 -5439764 L 714561.6 -5439414 L 715568.6 -5439009 L 715680.3 -5438654 L 716015.2 -5437373 L 716182.1 -5437085 L 716853 -5437014 L 717278 -5436482 L 717909.2 -5436709 L 718224.5 -5436572 L 718720 -5436343 L 718940.1 -5436160 L 719438.5 -5435857 L 719721.8 -5435784 L 719982.4 -5435951 L 720237 -5436128 L 720790.1 -5434729 L 721639.4 -5433922 L 722396.3 -5433721 L 722720 -5433069 L 722619.9 -5432286 L 722718.3 -5430862 L 722009.6 -5430356 L 722572.9 -5429899 L 722738.8 -5429574 L 724052.1 -5429780 L 724286.8 -5430028 L 724959.6 -5429833 L 724780.5 -5429126 L 725261.6 -5428596 L 725412.4 -5428264 L 725575.4 -5428083 L 726536.7 -5428660 L 726890.4 -5428780 L 727970 -5428644 L 728787.9 -5427438 L 728703.8 -5426695 L 729073.4 -5426703 L 728885.8 -5425644 L 730119 -5424934 L 730486.6 -5424896 L 730717.1 -5424988 L 730712.9 -5425651 L 731532.9 -5426174 L 731821.2 -5426002 L 732196.9 -5426031 L 732569.8 -5425388 L 734446.2 -5425565 L 734816.9 -5425643 L 734799.1 -5425853 L 735895.9 -5425747 L 736263.4 -5424771 L 736979.5 -5424644 L 737161.4 -5424323 L 737909.7 -5424349 L 738682 -5425142 L 738990.8 -5425354 L 739310.3 -5425285 L 739628 -5425358 L 740077.1 -5424784 L 740582.1 -5424855 L 740867.5 -5424785 L 740916.5 -5423845 L 740963.2 -5423526 L 742313.1 -5423938 L 742612.9 -5424125 L 742630.7 -5423090 L 743644 -5422661 L 743885.1 -5422380 L 743802.8 -5421382 L 743460 -5421223 L 742767.4 -5420924 L 741775.3 -5419799 L 742606.3 -5419367 L 742591.9 -5419042 L 742813 -5418764 L 742805.8 -5417733 L 741853.4 -5418026 L 742023.2 -5416793 L 742111 -5416485 L 741745.2 -5416389 L 741049.6 -5416096 L 741262.2 -5415465 L 742731.6 -5414427 L 743367.2 -5414805 L 744383 -5414714 L 744742.5 -5414608 L 745102.1 -5414499 L 744574 -5413613 L 743554.5 -5413973 L 742312.5 -5413352 L 742582.7 -5413158 L 742890.1 -5413032 L 744551.5 -5413340 L 744728.5 -5413034 L 744932.9 -5412207 L 745182.1 -5412006 L 746231.4 -5412239 L 746509.7 -5412013 L 745813.4 -5411245 L 746395.4 -5410314 L 746454 -5409951 L 746739.9 -5408584 L 747322.5 -5408976 L 747622.3 -5409187 L 748598.7 -5408790 L 748955.4 -5408788 L 749433.5 -5408161 L 751859.1 -5409703 L 752179 -5409876 L 752876.3 -5409005 L 753562.4 -5408824 L 753825.6 -5407741 L 753796.1 -5407369 L 754104.7 -5407380 L 754360.4 -5407553 L 756141.9 -5407470 L 756507.5 -5407387 L 757853.9 -5406271 L 757780 -5405615 L 758129.8 -5405669 L 758703.6 -5406129 L 759806.5 -5405829 L 760123.4 -5406044 L 760505.5 -5406324 L 760769.1 -5406432 L 761833.6 -5406647 L 762063.2 -5405914 L 763573.3 -5404176 L 763960.1 -5404118 L 764691.9 -5402627 L 764740.6 -5402288 L 766048.4 -5402241 L 766979.9 -5401879 L 767648.4 -5401026 L 768007.1 -5400968 L 769109.2 -5401610 L 769400.7 -5401439 L 770442.2 -5399903 L 770175.9 -5399292 L 770224.2 -5397806 L 769934.3 -5397568 L 770140.3 -5397167 L 771525.4 -5398878 L 771983.2 -5397899 L 772720.8 -5397853 L 773051.3 -5397672 L 774179.4 -5397304 L 774366.5 -5397044 L 775270 -5397440 L 776292.4 -5397449 L 776480.2 -5397754 L 776834 -5397748 L 776920.7 -5396468 L 777122.8 -5396179 L 777222.6 -5395813 L 778213.1 -5396015 L 778173.6 -5395681 L 777993.9 -5395386 L 778451.6 -5395048 L 778648.8 -5394841 L 780926.8 -5395409 L 782468.1 -5395137 L 782858.2 -5394460 L 783129.2 -5393923 L 783157.9 -5393618 L 783563.1 -5392984 L 784285.5 -5392698 L 786907.5 -5393280 L 787500.5 -5392930 L 787828.1 -5392753 L 788697.8 -5393295 L 788763.8 -5393989 L 789220.5 -5394478 L 789559.4 -5394588 L 790574.7 -5392687 L 790388.8 -5392352 L 791709.5 -5391826 L 792054.2 -5391731 L 793942.5 -5392203 L 794221.9 -5391929 L 794362.3 -5391983 L 795499.5 -5392256 L 796015.8 -5391421 L 794612.8 -5390210 L 796440.9 -5388864 L 797175.7 -5388827 L 797556.7 -5388868 L 798430.6 -5386897 L 799407.8 -5385744 L 801339.7 -5384760 L 799846.5 -5384508 L 799485.4 -5384385 L 800794.6 -5384236 L 801136.4 -5384163 L 801136.2 -5384164 z M 675838.6 -5484425 L 676394.8 -5484968 L 676942.2 -5486402 L 678681.5 -5484599 L 678038.5 -5484286 L 678000 -5483915 L 677709.1 -5484172 L 675838.7 -5484425 L 675838.6 -5484425 z "
id="path663" />
<path
d="M 712367.1 -5485608 L 712059.6 -5485539 L 711502.6 -5485273 L 711175.1 -5485199 L 710562.6 -5485448 L 710021.5 -5485050 L 710111 -5485408 L 709696.1 -5486791 L 709633.1 -5486951 L 709845.1 -5486981 L 711171.4 -5487380 L 711638.2 -5487201 L 712913.5 -5487114 L 714321.7 -5486423 L 715290.2 -5486371 L 715208.8 -5485219 L 715077.9 -5484578 L 715707.9 -5483210 L 716046.6 -5483050 L 716350.4 -5482582 L 716915.9 -5482458 L 717136.1 -5482622 L 717549.5 -5482491 L 717928.1 -5482052 L 718512.4 -5482057 L 719463.8 -5482335 L 720205.1 -5481762 L 720774.6 -5481562 L 720888.7 -5482306 L 721373.8 -5483248 L 721738.3 -5483572 L 723436.6 -5483659 L 724199.7 -5483648 L 725277.9 -5483932 L 726343 -5484471 L 726718.9 -5487036 L 727337.7 -5486864 L 728016 -5486033 L 728543.6 -5486646 L 729140.2 -5486906 L 728588.7 -5487743 L 728901.2 -5488090 L 729970.3 -5488552 L 732172.7 -5488232 L 732599.8 -5488331 L 733534.3 -5488939 L 734135.4 -5488921 L 734476.2 -5488911 L 735096.9 -5489198 L 735557.2 -5489145 L 736418.6 -5488705 L 736533.1 -5488456 L 737731.2 -5488391 L 737690.5 -5487701 L 737920.8 -5487179 L 738543.1 -5486447 L 739040.9 -5486651 L 739337.7 -5485826 L 740919.9 -5485703 L 741174.3 -5485207 L 741763.5 -5484626 L 743097.5 -5484390 L 743550.7 -5483980 L 744529.2 -5483941 L 745403.2 -5484533 L 746093 -5484467 L 746716.3 -5484703 L 747962.2 -5485683 L 748465.3 -5485785 L 749652 -5484955 L 750875 -5484406 L 751872.9 -5484279 L 752775.4 -5483536 L 753930.7 -5483316 L 755423.6 -5481967 L 756723.3 -5481810 L 756907.2 -5481788 L 757815.6 -5480434 L 757358.7 -5479927 L 757118.2 -5479660 L 756969.6 -5479092 L 757039.5 -5478643 L 757083.5 -5478360 L 757739.4 -5477961 L 758812.3 -5476870 L 759175.1 -5476736 L 759958.5 -5476827 L 760329.1 -5476540 L 760532.6 -5476042 L 760461.2 -5475452 L 761423.5 -5474534 L 761541.8 -5474209 L 761320.9 -5473562 L 760782.1 -5472668 L 759930.4 -5473414 L 759373.9 -5473360 L 759299.3 -5472338 L 759494.4 -5471508 L 760933.1 -5470716 L 761223.1 -5470018 L 760928.8 -5469315 L 761020.4 -5469015 L 762726.3 -5467473 L 763786.6 -5467120 L 765045.2 -5466369 L 765940.4 -5465269 L 766839.5 -5465086 L 766959.7 -5464227 L 766604.2 -5462732 L 766806.4 -5462259 L 768127.3 -5462275 L 768401.7 -5461882 L 768406.3 -5461678 L 768421.9 -5460992 L 768314 -5460121 L 768821 -5458161 L 769112.9 -5457921 L 769673.2 -5457899 L 770553.5 -5458580 L 771032.6 -5458656 L 771309.4 -5458212 L 771746.9 -5457114 L 770730.2 -5455127 L 772030.8 -5452850 L 773085.7 -5452803 L 773946.4 -5452872 L 774574.3 -5452522 L 774807.1 -5452942 L 775708.1 -5453217 L 776581.7 -5453032 L 778771 -5451972 L 779703.2 -5451638 L 779894.3 -5451877 L 780199.2 -5452376 L 780411.9 -5453685 L 781405.2 -5454143 L 781435.9 -5455035 L 781209.6 -5455483 L 780760.6 -5456809 L 779636.1 -5457922 L 780113.3 -5458532 L 780494.3 -5459036 L 780773.2 -5459050 L 781535.1 -5459063 L 782555.1 -5458504 L 782999 -5458272 L 783636.8 -5458228 L 785270 -5459100 L 785609.5 -5459423 L 786165.9 -5459477 L 786894 -5459157 L 788216.2 -5458155 L 789718.6 -5458104 L 790373.2 -5457730 L 791444.4 -5456665 L 792026.3 -5456719 L 792506 -5456285 L 794083.2 -5456977 L 794206.5 -5456074 L 793875.7 -5455065 L 793904.9 -5454480 L 794185.2 -5452941 L 794926.8 -5451832 L 795199.5 -5450955 L 795377 -5448927 L 795554.6 -5448426 L 795999.6 -5448168 L 796561.2 -5448120 L 797032.8 -5448347 L 797853 -5449632 L 798183 -5450165 L 797900.4 -5452017 L 798489 -5452670 L 799410.5 -5452904 L 799795.8 -5452675 L 799831.1 -5451993 L 799618.2 -5451297 L 799752 -5451117 L 801055.4 -5451185 L 802593.4 -5449887 L 803131.6 -5449550 L 805644.6 -5450383 L 806234.7 -5449776 L 806605.7 -5448981 L 807303.6 -5449754 L 808046.3 -5450148 L 809851.3 -5450647 L 811308.7 -5449982 L 812803.5 -5450083 L 812828 -5449601 L 813074.4 -5449257 L 813612.1 -5449182 L 814571.7 -5450809 L 814794.8 -5450922 L 815174.2 -5451960 L 815683.3 -5452447 L 815877.3 -5452632 L 817894.8 -5452454 L 818322.9 -5453036 L 818238.7 -5453694 L 818568.8 -5454704 L 818435.1 -5455334 L 818647.9 -5455650 L 823096.3 -5457174 L 824157.5 -5457304 L 823937.4 -5456630 L 824200.6 -5455956 L 823784.8 -5455630 L 823720.4 -5455397 L 823889 -5455227 L 823961.6 -5455155 L 826979.1 -5455816 L 827236.6 -5455753 L 827380.1 -5455429 L 827215.9 -5454657 L 828389 -5454589 L 828841.9 -5454179 L 828534.1 -5453730 L 827847.1 -5453237 L 827738.4 -5452875 L 827940.3 -5452402 L 828493.6 -5452022 L 829079 -5451008 L 829672.6 -5450834 L 830718.7 -5449257 L 830904.2 -5448604 L 831086.1 -5448394 L 831390.4 -5448043 L 832268.4 -5447273 L 833500.2 -5446545 L 834491.9 -5446544 L 835389.3 -5446895 L 836197.2 -5447012 L 838252.2 -5446097 L 838547.9 -5445781 L 838900.1 -5444347 L 838907.1 -5444341 L 839239.8 -5443214 L 838511.3 -5441909 L 838376.6 -5441560 L 837788.4 -5441155 L 837310.1 -5440195 L 837048.1 -5439946 L 837204.6 -5438899 L 835901.6 -5436665 L 836098.9 -5436351 L 836205.9 -5435995 L 835808.1 -5435331 L 835507.1 -5434218 L 835682.3 -5433873 L 835444.1 -5433367 L 833630.5 -5431121 L 833900.6 -5430449 L 832426.8 -5430077 L 831741.6 -5430960 L 830665.5 -5431043 L 830312.5 -5431066 L 828703.3 -5431688 L 827970.4 -5432917 L 826164.4 -5433189 L 825997.3 -5433523 L 825703.2 -5433293 L 822602.3 -5432244 L 821741.2 -5431584 L 820841.4 -5431364 L 820530.5 -5431372 L 819961.1 -5431576 L 819642.4 -5431748 L 819003.5 -5431623 L 818697.4 -5431422 L 818177.5 -5430908 L 817459.4 -5430846 L 816996.5 -5430279 L 816678.8 -5430476 L 815441.2 -5431303 L 815349.3 -5431663 L 814230.2 -5431587 L 814224.5 -5431887 L 814184.3 -5432760 L 814407.5 -5433387 L 810229.7 -5434834 L 808516.3 -5434014 L 808161.2 -5433875 L 807972 -5434185 L 807094.9 -5435339 L 806389 -5435300 L 806194.8 -5435588 L 805392.8 -5436619 L 805085.8 -5436483 L 804539 -5436109 L 804452.2 -5436471 L 802216.4 -5436370 L 801542.6 -5438315 L 801569 -5438680 L 801059.2 -5439164 L 801251.4 -5439857 L 801027.1 -5440127 L 800244.7 -5440706 L 800258.1 -5441073 L 799826.4 -5442449 L 800682 -5442883 L 800922.9 -5443130 L 799546.6 -5444288 L 798841 -5443417 L 797780.5 -5443554 L 797521.6 -5443277 L 797378.5 -5442562 L 797687.6 -5441895 L 797822.7 -5441628 L 798189.2 -5441156 L 796761.7 -5439168 L 796561.9 -5438875 L 796132.1 -5437216 L 796515.2 -5436413 L 796143.3 -5435439 L 795234.9 -5434274 L 795673.5 -5432829 L 794923.8 -5431991 L 795316.2 -5430519 L 795065.6 -5430505 L 794814 -5430504 L 794543.4 -5430584 L 794269.8 -5430655 L 792398.4 -5430837 L 792098.5 -5430661 L 792077.7 -5429986 L 791997.2 -5429648 L 792005.9 -5429326 L 791695.6 -5428762 L 791457.9 -5427732 L 790610.1 -5426992 L 790250.1 -5426869 L 789293.4 -5427467 L 789168.5 -5427824 L 788993.1 -5427830 L 788831.5 -5426688 L 789856.5 -5426234 L 790543.7 -5424850 L 790173.2 -5423377 L 791282.5 -5423050 L 792040.5 -5423177 L 792428.4 -5423177 L 795325.3 -5422031 L 797498.1 -5420500 L 797203.7 -5419819 L 799284.7 -5420480 L 800016.5 -5420429 L 800384.5 -5420426 L 800773.5 -5419482 L 800334.8 -5418977 L 800042.9 -5418796 L 799813.2 -5418681 L 799556.6 -5418681 L 797751.9 -5418566 L 797382.9 -5418489 L 797490.2 -5417581 L 797609.2 -5417293 L 797340 -5415880 L 797166.2 -5415560 L 797377.4 -5415247 L 797589.6 -5414937 L 799689.9 -5414905 L 800003.5 -5414738 L 800250.5 -5414113 L 798997.6 -5413502 L 798731.7 -5413272 L 799409.1 -5412052 L 799721.7 -5411874 L 800155.5 -5412489 L 801166.7 -5412987 L 801526.8 -5413100 L 801808.7 -5413272 L 802438.5 -5413424 L 802791.6 -5413529 L 803118.6 -5413698 L 802864.3 -5413984 L 802815 -5414716 L 803268.8 -5415327 L 803998.9 -5415572 L 804528.9 -5416126 L 804065.3 -5417582 L 804508.6 -5418612 L 806335.2 -5418423 L 806833.4 -5419228 L 807124.4 -5419394 L 807893.2 -5418193 L 807434.4 -5417659 L 808262.8 -5416950 L 808621.7 -5416872 L 809255.3 -5416815 L 809587.6 -5416240 L 809885.2 -5416065 L 809809.7 -5416719 L 809667.7 -5417057 L 810345.6 -5417136 L 811757.2 -5415974 L 812415.3 -5416294 L 812669.3 -5416561 L 812829.5 -5416360 L 813009.8 -5416178 L 812707.8 -5416051 L 811794.4 -5415163 L 812100 -5414932 L 812757.4 -5414557 L 813016.3 -5413842 L 813243.2 -5414028 L 813670.8 -5414429 L 813983.4 -5414216 L 815248.2 -5413560 L 815285.7 -5412999 L 815278.4 -5412715 L 816691.2 -5410705 L 817058.2 -5410694 L 816905.4 -5410334 L 815578.2 -5408940 L 815267.8 -5406622 L 814060.3 -5404628 L 813874.1 -5403091 L 813694.3 -5402785 L 812267.6 -5402074 L 812496.9 -5401812 L 813484.6 -5399998 L 813821.4 -5399867 L 814213.4 -5398866 L 814573.4 -5398894 L 816680.2 -5398770 L 817034.2 -5398788 L 816102.7 -5397112 L 814835.6 -5395685 L 815153.3 -5394692 L 813970.4 -5391538 L 814545.4 -5391034 L 814237.3 -5390831 L 813909.2 -5390660 L 813723.3 -5390380 L 812885.3 -5388943 L 811447.8 -5386745 L 810813.7 -5386432 L 810061.7 -5386450 L 809482.6 -5386035 L 809260.8 -5384998 L 809097 -5384682 L 807926 -5383965 L 807771.2 -5383657 L 807734 -5383532 L 807344 -5383569 L 806592.2 -5383786 L 805514 -5383497 L 803818.5 -5384348 L 802086.9 -5383477 L 801137.2 -5384163 L 800795.4 -5384236 L 799486.2 -5384385 L 799847.3 -5384508 L 801340.5 -5384760 L 799408.6 -5385745 L 798431.4 -5386897 L 797557.5 -5388869 L 797176.5 -5388827 L 796441.7 -5388864 L 794613.6 -5390210 L 796016.6 -5391421 L 795500.3 -5392256 L 794363.1 -5391983 L 794222.7 -5391929 L 793943.3 -5392203 L 792055 -5391731 L 791710.3 -5391826 L 790389.6 -5392352 L 790575.5 -5392688 L 789560.2 -5394588 L 789221.3 -5394478 L 788764.6 -5393989 L 788698.6 -5393295 L 787828.9 -5392753 L 787501.3 -5392930 L 786908.3 -5393280 L 784286.3 -5392698 L 783563.9 -5392985 L 783158.7 -5393618 L 783130 -5393923 L 782859 -5394460 L 782468.9 -5395138 L 780927.6 -5395409 L 778649.6 -5394841 L 778452.4 -5395048 L 777994.7 -5395386 L 778174.4 -5395681 L 778213.9 -5396015 L 777223.4 -5395813 L 777123.6 -5396179 L 776921.5 -5396468 L 776834.8 -5397748 L 776481 -5397754 L 776293.2 -5397449 L 775270.8 -5397440 L 774367.3 -5397045 L 774180.2 -5397304 L 773052.1 -5397672 L 772721.6 -5397853 L 771984 -5397899 L 771526.2 -5398879 L 770141.1 -5397168 L 769935.1 -5397568 L 770225 -5397806 L 770176.7 -5399292 L 770443 -5399904 L 769401.5 -5401439 L 769110 -5401611 L 768007.9 -5400968 L 767649.2 -5401026 L 766980.7 -5401879 L 766049.2 -5402241 L 764741.4 -5402289 L 764692.7 -5402627 L 763960.9 -5404118 L 763574.1 -5404176 L 762064 -5405914 L 761834.4 -5406647 L 760769.9 -5406432 L 760506.3 -5406324 L 760124.2 -5406044 L 759807.3 -5405830 L 758704.4 -5406129 L 758130.6 -5405669 L 757780.8 -5405615 L 757854.7 -5406271 L 756508.3 -5407387 L 756142.7 -5407470 L 754361.2 -5407554 L 754105.5 -5407380 L 753796.9 -5407369 L 753826.4 -5407742 L 753563.2 -5408824 L 752877.1 -5409005 L 752179.8 -5409876 L 751859.9 -5409703 L 749434.3 -5408161 L 748956.2 -5408788 L 748599.5 -5408790 L 747623.1 -5409187 L 747323.3 -5408976 L 746740.7 -5408584 L 746454.8 -5409952 L 746396.2 -5410315 L 745814.2 -5411245 L 746510.5 -5412013 L 746232.2 -5412239 L 745182.9 -5412006 L 744933.7 -5412208 L 744729.3 -5413035 L 744552.3 -5413340 L 742890.9 -5413032 L 742583.5 -5413158 L 742313.3 -5413352 L 743555.3 -5413973 L 744574.8 -5413613 L 745102.9 -5414499 L 744743.3 -5414608 L 744383.8 -5414715 L 743368 -5414806 L 742732.4 -5414427 L 741263 -5415465 L 741050.4 -5416096 L 741746 -5416389 L 742111.8 -5416485 L 742024 -5416793 L 741854.2 -5418026 L 742806.6 -5417733 L 742813.8 -5418765 L 742592.7 -5419042 L 742607.1 -5419367 L 741776.1 -5419799 L 742768.2 -5420924 L 743460.8 -5421223 L 743803.6 -5421382 L 743885.9 -5422380 L 743644.8 -5422662 L 742631.5 -5423091 L 742613.7 -5424125 L 742313.9 -5423938 L 740964 -5423526 L 740917.3 -5423846 L 740868.3 -5424786 L 740582.9 -5424855 L 740077.9 -5424784 L 739628.8 -5425358 L 739311.1 -5425285 L 738991.6 -5425354 L 738682.8 -5425142 L 737910.5 -5424349 L 737162.2 -5424323 L 736980.3 -5424644 L 736264.2 -5424771 L 735896.7 -5425747 L 734799.9 -5425853 L 734817.7 -5425643 L 734447 -5425565 L 732570.6 -5425388 L 732197.7 -5426031 L 731822 -5426002 L 731533.7 -5426174 L 730713.7 -5425651 L 730717.9 -5424989 L 730487.4 -5424897 L 730119.8 -5424934 L 728886.6 -5425645 L 729074.2 -5426703 L 728704.6 -5426695 L 728788.7 -5427438 L 727970.8 -5428644 L 726891.2 -5428780 L 726537.5 -5428660 L 725576.2 -5428084 L 725413.2 -5428264 L 725262.4 -5428596 L 724781.3 -5429126 L 724960.4 -5429833 L 724287.6 -5430028 L 724052.9 -5429780 L 722739.6 -5429574 L 722573.7 -5429899 L 722010.4 -5430356 L 722719.1 -5430862 L 722620.7 -5432286 L 722720.8 -5433069 L 722397.1 -5433721 L 721640.2 -5433922 L 720790.9 -5434729 L 720237.8 -5436129 L 719983.2 -5435952 L 719722.6 -5435784 L 719439.3 -5435857 L 718940.9 -5436160 L 718720.8 -5436343 L 718225.3 -5436572 L 717910 -5436709 L 717278.8 -5436482 L 716853.8 -5437015 L 716182.9 -5437086 L 716016 -5437373 L 715681.1 -5438654 L 715569.4 -5439009 L 714562.4 -5439415 L 714431.6 -5439764 L 714383 -5440142 L 714864.4 -5440720 L 713649.2 -5442047 L 713781.3 -5442797 L 714019.9 -5443862 L 715206.6 -5443871 L 716660.7 -5443877 L 717024.2 -5443878 L 718565.5 -5443900 L 719208.9 -5444248 L 719362.5 -5444601 L 719144.5 -5444878 L 718256.6 -5446073 L 718478.7 -5446752 L 717888.4 -5447218 L 717748.6 -5447567 L 717579.7 -5447874 L 718439.7 -5448436 L 718126 -5449060 L 718795.2 -5449230 L 719309.7 -5448981 L 719630.2 -5449032 L 720195.1 -5449973 L 720827.5 -5450329 L 721051.2 -5450622 L 720026.2 -5451071 L 719083.2 -5452238 L 717626.3 -5452416 L 717393.3 -5452665 L 717180.8 -5453305 L 717117.9 -5453510 L 717635.6 -5454261 L 717478.2 -5454918 L 717703.9 -5455173 L 718287.5 -5454958 L 718865.6 -5455146 L 718574.4 -5455356 L 719253.8 -5456587 L 719614.4 -5456609 L 720752.6 -5457900 L 720541.3 -5457917 L 720564.5 -5459778 L 718980.3 -5460758 L 719091.4 -5461501 L 718926.7 -5461979 L 719065.2 -5462210 L 718368.5 -5462523 L 718412.9 -5463660 L 718495.4 -5464033 L 718561.2 -5466330 L 717967.9 -5466809 L 717339.1 -5466035 L 717138.5 -5465770 L 715975.6 -5467210 L 714444.7 -5468208 L 713960.2 -5469178 L 713952.6 -5469549 L 715348.1 -5470110 L 716105.1 -5470095 L 716478.7 -5470154 L 716115.2 -5470191 L 715395.3 -5470308 L 714792.4 -5471949 L 714421 -5471983 L 713696.8 -5471809 L 713109.1 -5472755 L 712467.7 -5473133 L 713181.7 -5474037 L 712709.7 -5476301 L 711987.1 -5476618 L 711682.9 -5476761 L 711389.7 -5476924 L 711657.3 -5477154 L 711919.8 -5478122 L 712508.7 -5479070 L 713188.9 -5479347 L 713509.6 -5479539 L 713387.9 -5479919 L 712608.5 -5481306 L 713390.3 -5481991 L 712776.9 -5484107 L 713140.1 -5484752 L 712829.8 -5484840 L 712368.1 -5485608 L 712367.1 -5485608 z "
id="path664" />
<path
d="M 805075.9 -5361876 L 804191.8 -5362939 L 803852 -5363023 L 801917.8 -5363761 L 802594.7 -5364638 L 802780.6 -5364971 L 803642.4 -5366206 L 804060.8 -5366486 L 804168.5 -5366821 L 803774.6 -5367797 L 802943.1 -5368439 L 802615.4 -5368596 L 802331.9 -5368821 L 802481.7 -5369177 L 803093.9 -5369646 L 802882.2 -5370329 L 803086.4 -5371705 L 802963.5 -5372040 L 803617.7 -5373248 L 803908.7 -5373454 L 803804.6 -5373615 L 803644.7 -5374021 L 803444.5 -5375138 L 804263.3 -5377313 L 804351.9 -5378473 L 803989.1 -5378633 L 802459.5 -5378992 L 802446.9 -5379331 L 802197.4 -5380267 L 802407.7 -5380870 L 802575.7 -5380536 L 804765.2 -5380260 L 804504.3 -5381802 L 803048.9 -5382176 L 801556.6 -5381867 L 801363.7 -5381535 L 801221.6 -5381731 L 801082.5 -5381927 L 800423.5 -5382579 L 800171.1 -5382765 L 800851.3 -5383965 L 801136.3 -5384163 L 802086 -5383477 L 803817.6 -5384348 L 805513.1 -5383498 L 806591.3 -5383787 L 807343.1 -5383569 L 807733.1 -5383532 L 807770.3 -5383657 L 807925.1 -5383965 L 809096.1 -5384682 L 809259.9 -5384998 L 809481.7 -5386035 L 810060.8 -5386450 L 810812.8 -5386432 L 811446.9 -5386745 L 812884.4 -5388943 L 813722.4 -5390380 L 813908.3 -5390660 L 814236.4 -5390831 L 814544.5 -5391034 L 813969.5 -5391538 L 815152.4 -5394692 L 814834.7 -5395685 L 816101.8 -5397112 L 817033.3 -5398788 L 816679.3 -5398770 L 814572.5 -5398894 L 814212.5 -5398866 L 813820.5 -5399867 L 813483.7 -5399998 L 812496 -5401812 L 812266.7 -5402074 L 813693.4 -5402785 L 813873.2 -5403091 L 814059.4 -5404628 L 815266.9 -5406623 L 815577.3 -5408940 L 816904.5 -5410334 L 817057.3 -5410694 L 816690.3 -5410705 L 815277.5 -5412715 L 815284.8 -5412999 L 815247.3 -5413560 L 813982.5 -5414216 L 813669.9 -5414429 L 813242.3 -5414029 L 813015.4 -5413842 L 812756.5 -5414558 L 812099.1 -5414932 L 811793.5 -5415163 L 812706.9 -5416051 L 813008.9 -5416178 L 812828.6 -5416360 L 812668.4 -5416561 L 812414.4 -5416294 L 811756.3 -5415974 L 810344.7 -5417136 L 809666.8 -5417057 L 809808.8 -5416719 L 809884.3 -5416065 L 809586.7 -5416240 L 809254.4 -5416815 L 808620.8 -5416872 L 808261.9 -5416951 L 807433.5 -5417659 L 807892.3 -5418193 L 807123.5 -5419394 L 806832.5 -5419228 L 806334.3 -5418423 L 804507.7 -5418612 L 804064.4 -5417582 L 804528 -5416126 L 803998 -5415572 L 803267.9 -5415327 L 802814.1 -5414716 L 802863.4 -5413984 L 803117.7 -5413698 L 802790.7 -5413529 L 802437.6 -5413424 L 801807.8 -5413272 L 801525.9 -5413100 L 801165.8 -5412988 L 800154.6 -5412489 L 799720.8 -5411874 L 799408.2 -5412053 L 798730.8 -5413272 L 798996.7 -5413502 L 800249.6 -5414113 L 800002.6 -5414738 L 799689 -5414905 L 797588.7 -5414937 L 797376.5 -5415247 L 797165.3 -5415560 L 797339.1 -5415880 L 797608.3 -5417293 L 797489.3 -5417582 L 797382 -5418489 L 797751 -5418566 L 799555.7 -5418681 L 799812.3 -5418682 L 800042 -5418797 L 800333.9 -5418978 L 800772.6 -5419483 L 800383.6 -5420426 L 800015.6 -5420430 L 799283.8 -5420481 L 797202.8 -5419819 L 797497.2 -5420501 L 795324.4 -5422032 L 792427.5 -5423177 L 792039.6 -5423178 L 791281.6 -5423051 L 790172.3 -5423377 L 790542.8 -5424851 L 789855.6 -5426234 L 788830.6 -5426688 L 788992.2 -5427831 L 789167.6 -5427825 L 789292.5 -5427468 L 790249.2 -5426870 L 790609.2 -5426993 L 791457 -5427733 L 791694.7 -5428763 L 792005 -5429326 L 791996.3 -5429649 L 792076.8 -5429987 L 792097.6 -5430661 L 792397.5 -5430838 L 794268.9 -5430655 L 794542.5 -5430585 L 794813.1 -5430504 L 795064.7 -5430505 L 795315.3 -5430520 L 794922.9 -5431992 L 795672.6 -5432830 L 795234 -5434274 L 796142.4 -5435439 L 796514.3 -5436413 L 796131.2 -5437217 L 796561 -5438876 L 796760.8 -5439169 L 798188.3 -5441156 L 797821.8 -5441628 L 797686.7 -5441895 L 797377.6 -5442562 L 797520.7 -5443277 L 797779.6 -5443554 L 798840.1 -5443418 L 799545.7 -5444288 L 800922 -5443130 L 800681.1 -5442884 L 799825.5 -5442449 L 800257.2 -5441074 L 800243.8 -5440706 L 801026.2 -5440127 L 801250.5 -5439857 L 801058.3 -5439165 L 801568.1 -5438680 L 801541.7 -5438316 L 802215.5 -5436370 L 804451.3 -5436472 L 804538.1 -5436110 L 805084.9 -5436484 L 805391.9 -5436620 L 806193.9 -5435588 L 806388.1 -5435301 L 807094 -5435340 L 807971.1 -5434185 L 808160.3 -5433876 L 808515.4 -5434014 L 810228.8 -5434835 L 814406.6 -5433388 L 814183.4 -5432761 L 814223.6 -5431887 L 814229.3 -5431588 L 815348.4 -5431664 L 815440.3 -5431303 L 816677.9 -5430476 L 816995.6 -5430280 L 817458.5 -5430847 L 818176.6 -5430908 L 818696.5 -5431422 L 819002.6 -5431623 L 819641.5 -5431749 L 819960.2 -5431576 L 820529.6 -5431372 L 820840.5 -5431365 L 821740.3 -5431584 L 822601.4 -5432245 L 825702.3 -5433294 L 825996.4 -5433524 L 826163.5 -5433189 L 827969.5 -5432918 L 828702.4 -5431688 L 830311.6 -5431066 L 830664.6 -5431044 L 831740.7 -5430961 L 832425.9 -5430077 L 833899.7 -5430449 L 833629.6 -5431122 L 835443.2 -5433367 L 835681.4 -5433874 L 835506.2 -5434219 L 835807.2 -5435332 L 836205 -5435995 L 836098 -5436352 L 835900.7 -5436666 L 837203.7 -5438899 L 837047.2 -5439947 L 837309.2 -5440195 L 837787.5 -5441156 L 838375.7 -5441561 L 838510.4 -5441910 L 839238.9 -5443215 L 838906.2 -5444342 L 839457.6 -5443866 L 839864.7 -5443861 L 841059.6 -5443361 L 841852.2 -5443274 L 842549 -5443546 L 843348.3 -5443858 L 843432.8 -5444703 L 844497.1 -5444273 L 845104.5 -5444329 L 845449.3 -5444550 L 845832.4 -5444518 L 846289.6 -5443522 L 847807.5 -5443675 L 848459.3 -5443861 L 848970.1 -5444319 L 849345.1 -5444949 L 850014.6 -5445289 L 850361.7 -5445968 L 850792.9 -5445990 L 852939.8 -5444264 L 853230.5 -5444178 L 854411.3 -5443829 L 855189.2 -5443027 L 855650.9 -5442949 L 856445.7 -5443829 L 857269.9 -5444125 L 859277.7 -5444149 L 859852.2 -5444356 L 860357.8 -5445426 L 860884 -5445580 L 861090.8 -5445514 L 861745.6 -5444630 L 862259.4 -5444528 L 862604.5 -5444240 L 863305.1 -5443460 L 863807.7 -5442568 L 865207.9 -5443046 L 866453.6 -5442548 L 866852 -5442212 L 868318.5 -5441878 L 869409.5 -5441423 L 870413.1 -5440684 L 870828.1 -5440017 L 874205.1 -5438606 L 876085.1 -5438140 L 877516.1 -5438007 L 877883.5 -5438018 L 879751 -5438068 L 880051.8 -5437650 L 880601.1 -5437347 L 881009.6 -5437316 L 882007.8 -5438207 L 882312.3 -5438222 L 882890.8 -5437519 L 883097.7 -5437268 L 880563.5 -5436071 L 879520.1 -5433548 L 877335.4 -5429950 L 876685.6 -5428158 L 875430.1 -5424837 L 875529 -5424384 L 875309.8 -5423176 L 874901.8 -5420660 L 874403.6 -5419438 L 873698.6 -5418282 L 872857.9 -5417298 L 872141.4 -5416881 L 871588.4 -5416751 L 870765.3 -5416939 L 870209.8 -5416861 L 869866.2 -5416614 L 869373.1 -5415800 L 869086.7 -5413902 L 868850.9 -5413533 L 867541 -5412780 L 865751.6 -5412971 L 865354.9 -5412774 L 865143.1 -5412432 L 865046.8 -5411816 L 864960.7 -5410997 L 865190.3 -5409964 L 865059.9 -5409016 L 864477.9 -5407943 L 862610.6 -5405125 L 862427.8 -5404888 L 859650.4 -5401286 L 856723 -5399333 L 856513.9 -5398941 L 856127.4 -5397012 L 855255.4 -5395135 L 854423.9 -5393974 L 853990.5 -5391987 L 854501.8 -5389230 L 854833 -5385580 L 854731.7 -5384531 L 854262.7 -5383210 L 853880.7 -5382708 L 853208.6 -5382421 L 852445.8 -5381683 L 852325.5 -5381040 L 852562.6 -5379347 L 852184.8 -5377241 L 851834.9 -5375594 L 851040.1 -5373697 L 850386 -5371018 L 850525.1 -5369113 L 850626.7 -5367721 L 850853.6 -5366739 L 851278 -5365870 L 851797.4 -5363605 L 851361.4 -5362668 L 850523.5 -5362143 L 849228.3 -5361621 L 848521.1 -5361025 L 848151 -5360295 L 848009 -5359575 L 848105.1 -5357646 L 848013 -5357208 L 846769.8 -5351295 L 845424.9 -5349867 L 845266.6 -5349944 L 844870.4 -5349213 L 844523.1 -5348000 L 843350.2 -5345477 L 842279.2 -5344025 L 842163.9 -5343281 L 842433.6 -5342455 L 842324.5 -5341584 L 840963.9 -5340003 L 840238.7 -5340169 L 837602.4 -5340274 L 836159.3 -5340648 L 836054.3 -5340954 L 835884.1 -5341229 L 836091.6 -5342692 L 836153.3 -5343066 L 832714.7 -5343978 L 832348.6 -5344034 L 832368.1 -5344392 L 832407.8 -5346491 L 832570.7 -5346818 L 832369.8 -5348213 L 832587.3 -5348871 L 832244.4 -5348984 L 830576.1 -5349662 L 830113.4 -5350203 L 829413.3 -5350283 L 828068.8 -5350744 L 827796.3 -5350976 L 827410.1 -5350902 L 826593.7 -5351729 L 822991.8 -5353213 L 821059.7 -5352881 L 820110.8 -5353573 L 820194 -5354332 L 820134.3 -5354720 L 820769.3 -5354846 L 821172.1 -5355375 L 821358 -5355650 L 821537.8 -5355919 L 819692.8 -5355371 L 818570.8 -5355559 L 818946.6 -5356925 L 818198.5 -5357760 L 818203 -5358106 L 817866.1 -5358217 L 817549.4 -5358377 L 817407.5 -5358728 L 816913.7 -5359284 L 815815.5 -5359239 L 815441.5 -5359306 L 814763.2 -5358974 L 812723.3 -5359702 L 811615 -5359531 L 811235 -5359575 L 811099.1 -5359930 L 810569.8 -5360919 L 809862.1 -5361170 L 809714.1 -5361520 L 809976.2 -5362613 L 808917.7 -5362990 L 808712.7 -5362650 L 807365.1 -5361902 L 807141.3 -5361768 L 806882.5 -5361738 L 806518.6 -5361762 L 805074.8 -5361876 L 805075.9 -5361876 z "
id="path665" />
<path
d="M 810668.9 -5269666 L 810670.7 -5269668 L 810675.2 -5269673 L 811220.7 -5270345 L 811545.2 -5272228 L 811298.9 -5272492 L 811190.1 -5272834 L 811081.2 -5273166 L 810759.1 -5273763 L 810660 -5273878 L 810383.4 -5274036 L 809645.1 -5274606 L 809296.2 -5274661 L 808687 -5275004 L 808779.6 -5275265 L 808745.2 -5275812 L 808780.8 -5276173 L 808289.7 -5277124 L 807668.4 -5277415 L 807537.6 -5277790 L 807188.6 -5278507 L 807000.3 -5278649 L 807019.8 -5278954 L 806884.3 -5279549 L 806336.3 -5279942 L 806052.8 -5280150 L 806032.8 -5280150 L 803537 -5280126 L 802371.7 -5279239 L 802313 -5278875 L 801955.9 -5278773 L 801767.8 -5279073 L 801749.6 -5279705 L 801116.2 -5279954 L 801030.6 -5280446 L 801233.4 -5280663 L 800953.9 -5280844 L 800778.2 -5282155 L 800872.8 -5282409 L 800795.3 -5282944 L 801045.5 -5283372 L 801273.1 -5283338 L 801417.8 -5285048 L 801446.3 -5285392 L 801630.2 -5285685 L 802740.1 -5285608 L 803093.2 -5285729 L 802963.3 -5286063 L 802740.6 -5286741 L 803436.1 -5287969 L 803152.6 -5288181 L 802835.1 -5288469 L 803269.1 -5289063 L 802839.1 -5289893 L 802643.2 -5290358 L 802814.7 -5290407 L 802582.4 -5290660 L 801911.1 -5291783 L 802028.9 -5292155 L 802561.3 -5293616 L 802380.2 -5293890 L 802134.9 -5294109 L 801921.6 -5294342 L 801227.6 -5294980 L 801075.6 -5295301 L 800815.8 -5295963 L 800518.7 -5295743 L 799500.6 -5296158 L 799121.7 -5296240 L 797677.5 -5296692 L 794866.9 -5298701 L 793743.8 -5298560 L 793650.8 -5298781 L 793386.4 -5298979 L 792509.6 -5299349 L 792107.4 -5299187 L 791317.6 -5299357 L 790989 -5299522 L 789279.3 -5299953 L 789057.1 -5300257 L 787476.9 -5303096 L 787668.7 -5304137 L 790983.8 -5305479 L 791354.7 -5305436 L 791420.1 -5305641 L 792117.6 -5306927 L 792839.7 -5307135 L 793056.7 -5307447 L 792950.8 -5307728 L 792929.5 -5308301 L 792622 -5308511 L 792080.3 -5308996 L 791977 -5309728 L 791925.3 -5310836 L 791178.5 -5311632 L 792382.7 -5312537 L 792678.8 -5312779 L 793110 -5313635 L 793174.6 -5314695 L 792114.3 -5314971 L 792983.1 -5316213 L 792693.3 -5318429 L 792789 -5318796 L 792882.2 -5319555 L 793227.8 -5320895 L 793939.7 -5321669 L 794128.6 -5321968 L 793994.7 -5322275 L 794011 -5323253 L 794012 -5323997 L 794615.1 -5324443 L 795338.7 -5324263 L 796417.9 -5325294 L 796791.9 -5325333 L 797328.6 -5326337 L 798285.9 -5326948 L 798689.8 -5327595 L 799213.4 -5328546 L 798713.9 -5329155 L 799308.2 -5330538 L 799654.3 -5330715 L 799696.4 -5331484 L 800369.9 -5332854 L 801619.3 -5333722 L 802753.3 -5336081 L 802884.1 -5336439 L 803342.6 -5336691 L 803820.3 -5338622 L 803781.7 -5339019 L 802613.7 -5339129 L 801855.8 -5340026 L 803159.8 -5342856 L 803055.5 -5343619 L 803374.9 -5344064 L 803449.5 -5344365 L 803686 -5345078 L 804809.2 -5346046 L 805061.2 -5346325 L 805197 -5346689 L 804972.8 -5347005 L 805740.9 -5347787 L 806414.3 -5349820 L 806833.5 -5351475 L 806747.7 -5351810 L 807819.7 -5354261 L 808188.9 -5354383 L 808472 -5354650 L 808523.3 -5354744 L 808664.1 -5355089 L 808682 -5355794 L 809579.9 -5356966 L 809391.7 -5358031 L 809664.7 -5358228 L 810937.7 -5358620 L 811235.7 -5359574 L 811615.7 -5359531 L 812724 -5359702 L 814763.9 -5358973 L 815442.2 -5359306 L 815816.2 -5359239 L 816914.4 -5359284 L 817408.2 -5358728 L 817550.1 -5358377 L 817866.8 -5358217 L 818203.7 -5358105 L 818199.2 -5357760 L 818947.3 -5356925 L 818571.5 -5355558 L 819693.5 -5355371 L 821538.5 -5355918 L 821358.7 -5355650 L 821172.8 -5355375 L 820770 -5354846 L 820135 -5354720 L 820194.7 -5354332 L 820111.5 -5353573 L 821060.4 -5352881 L 822992.5 -5353212 L 826594.4 -5351729 L 827410.8 -5350902 L 827797 -5350975 L 828069.5 -5350744 L 829414 -5350283 L 830114.1 -5350203 L 830576.8 -5349662 L 832245.1 -5348984 L 832588 -5348871 L 832370.5 -5348213 L 832571.4 -5346818 L 832408.5 -5346490 L 832368.8 -5344391 L 832349.3 -5344033 L 832715.4 -5343978 L 836154 -5343065 L 836092.3 -5342691 L 835884.8 -5341229 L 836055 -5340953 L 836160 -5340647 L 837603.1 -5340274 L 840239.4 -5340169 L 840964.6 -5340003 L 840884.3 -5339910 L 840801.9 -5339524 L 841004.3 -5338008 L 840913.9 -5336248 L 840580.5 -5335290 L 840915 -5332545 L 840547.4 -5330680 L 841564.6 -5329285 L 842042.1 -5328876 L 842429.6 -5328233 L 843223.7 -5327586 L 843925.1 -5326595 L 844435.5 -5325549 L 844684.5 -5324604 L 844649.1 -5323197 L 844334.8 -5322527 L 842710.7 -5320447 L 842454.4 -5319707 L 842353.1 -5318445 L 842616.2 -5316607 L 842484 -5315649 L 842187.2 -5315057 L 840798.8 -5313666 L 840623.8 -5312626 L 840786.2 -5312030 L 841286.3 -5310369 L 841241.2 -5308551 L 840579.4 -5307284 L 839209.5 -5301936 L 839625.6 -5300024 L 840545.4 -5298155 L 840588.5 -5295952 L 838978.3 -5294378 L 838500.1 -5292882 L 839377.3 -5289402 L 840428.3 -5287810 L 842414 -5285673 L 842606.2 -5285466 L 843358.1 -5284128 L 844431.6 -5280061 L 843551.5 -5280073 L 843327.4 -5280416 L 842251.1 -5280298 L 842152.6 -5280262 L 842057.8 -5280113 L 841250.9 -5278841 L 840559.1 -5277365 L 839933.8 -5276579 L 838613 -5274917 L 838488.4 -5273141 L 839509.9 -5272147 L 839749.7 -5271302 L 838876.3 -5269603 L 837952.4 -5268895 L 837386.4 -5268684 L 836943.6 -5268767 L 836730.4 -5269103 L 834453.9 -5270379 L 833685.2 -5270402 L 832713.1 -5268668 L 833553.3 -5268446 L 834395.4 -5268456 L 835087.3 -5267960 L 835013.7 -5267906 L 834997.4 -5267317 L 834674.5 -5266977 L 834312.8 -5267016 L 832646.8 -5264572 L 831622.3 -5263598 L 830826.8 -5263134 L 829287.1 -5262952 L 827096.1 -5263392 L 825531.1 -5263208 L 825278.3 -5263181 L 822197.6 -5262331 L 820859.8 -5261173 L 820179.3 -5261333 L 819590.4 -5262347 L 818911.9 -5262737 L 817164.8 -5262585 L 816796.6 -5262670 L 815543.1 -5262957 L 814702.7 -5263433 L 814946 -5264302 L 815092.4 -5265620 L 815729.8 -5267882 L 815551.8 -5268374 L 814467.9 -5267983 L 814478.3 -5267882 L 813569.6 -5267953 L 811923.8 -5269385 L 810669.2 -5269665 L 810668.9 -5269666 z "
id="path666" />
<path
d="M 810668.9 -5269666 L 808143.2 -5268387 L 807134.7 -5268259 L 804400.6 -5268773 L 802778.6 -5269400 L 802118.8 -5269358 L 801403.5 -5269114 L 800095.1 -5268667 L 799785.1 -5268201 L 799795.4 -5266848 L 801223.4 -5264617 L 801106.2 -5263762 L 799590.1 -5263353 L 798520.6 -5262069 L 796923.9 -5261446 L 796544.6 -5261563 L 796350.7 -5262764 L 796115.9 -5263391 L 796104.3 -5263730 L 795905.2 -5264021 L 795060.4 -5265055 L 794128.7 -5265529 L 794305.5 -5265766 L 794731.1 -5266155 L 794547.1 -5266491 L 794032.7 -5267933 L 794952.6 -5268344 L 795161.5 -5268614 L 795796.8 -5268379 L 796408.7 -5267159 L 796728.3 -5266999 L 796919.2 -5267271 L 797210.7 -5267109 L 796817.5 -5268487 L 796930.6 -5269844 L 796750.5 -5270161 L 796431.9 -5270335 L 796168.5 -5270585 L 795943 -5270612 L 795233.4 -5270772 L 794914.7 -5270839 L 793879 -5271542 L 794466 -5271943 L 793991.1 -5272947 L 793729.8 -5273217 L 793671.1 -5273580 L 793132.3 -5274034 L 792395.4 -5274027 L 792192.3 -5274324 L 791930 -5274570 L 791637 -5274387 L 790153.3 -5273635 L 789837.6 -5273662 L 789452.6 -5273665 L 787956.5 -5273402 L 786896 -5273515 L 786722 -5273833 L 786090.2 -5275130 L 786272.5 -5275794 L 786852.4 -5276166 L 787144.4 -5276351 L 787085.4 -5276461 L 787011.4 -5276587 L 786759.1 -5276862 L 785767.4 -5277365 L 785599 -5278091 L 784734.8 -5278787 L 784868.6 -5279126 L 784700.6 -5279416 L 784543.6 -5279713 L 784459.4 -5279729 L 784230.8 -5280439 L 783624.9 -5280860 L 783656 -5281605 L 783764.7 -5281963 L 784559 -5282181 L 784646.7 -5282535 L 785164.1 -5283406 L 785015.7 -5284106 L 784421.8 -5284510 L 784160.7 -5284916 L 783922.5 -5285203 L 783315.7 -5286469 L 783370.3 -5287570 L 783557.5 -5288832 L 783411.5 -5289119 L 783326.7 -5289467 L 782584.4 -5290593 L 782649.9 -5291618 L 781658 -5292707 L 781694 -5294155 L 781612.3 -5294523 L 781548.6 -5294842 L 781421.1 -5295483 L 782347.8 -5297376 L 782594.7 -5297637 L 783389 -5299404 L 784906.3 -5300607 L 786126.9 -5302582 L 786024.2 -5302955 L 787332.2 -5304324 L 787668.8 -5304137 L 787477 -5303096 L 789057.2 -5300257 L 789279.4 -5299953 L 790989.1 -5299522 L 791317.7 -5299357 L 792107.5 -5299187 L 792509.7 -5299348 L 793386.5 -5298979 L 793650.9 -5298781 L 793743.9 -5298560 L 794867 -5298701 L 797677.6 -5296692 L 799121.8 -5296240 L 799500.7 -5296157 L 800518.8 -5295743 L 800815.9 -5295963 L 801075.7 -5295301 L 801227.7 -5294980 L 801921.7 -5294342 L 802135 -5294109 L 802380.3 -5293890 L 802561.4 -5293616 L 802029 -5292155 L 801911.2 -5291783 L 802582.5 -5290660 L 802814.8 -5290406 L 802643.3 -5290358 L 802839.2 -5289892 L 803269.2 -5289063 L 802835.2 -5288469 L 803152.7 -5288181 L 803436.2 -5287969 L 802740.7 -5286741 L 802963.4 -5286062 L 803093.3 -5285729 L 802740.2 -5285607 L 801630.3 -5285685 L 801446.4 -5285392 L 801417.9 -5285047 L 801273.2 -5283338 L 801045.6 -5283372 L 800795.4 -5282944 L 800872.9 -5282409 L 800778.3 -5282155 L 800954 -5280844 L 801233.5 -5280662 L 801030.7 -5280446 L 801116.3 -5279953 L 801749.7 -5279705 L 801767.9 -5279073 L 801956 -5278773 L 802313.1 -5278875 L 802371.8 -5279239 L 803537.1 -5280126 L 806032.9 -5280150 L 806052.9 -5280150 L 806336.4 -5279943 L 806884.4 -5279549 L 807019.9 -5278954 L 807000.4 -5278649 L 807188.7 -5278508 L 807537.7 -5277791 L 807668.5 -5277415 L 808289.8 -5277124 L 808780.9 -5276173 L 808745.3 -5275812 L 808779.7 -5275265 L 808687.1 -5275004 L 809296.3 -5274662 L 809645.2 -5274607 L 810383.5 -5274036 L 810660.1 -5273878 L 810759.2 -5273763 L 811081.3 -5273166 L 811190.2 -5272835 L 811299 -5272492 L 811545.3 -5272228 L 811220.8 -5270345 L 810675.3 -5269673 L 810670.8 -5269668 L 810669 -5269666 L 810668.9 -5269666 z "
id="path667" />
<path
d="M 796923.8 -5261446 L 796740 -5259741 L 796407.7 -5258992 L 795291.3 -5258419 L 795190.1 -5258409 L 795144.6 -5257101 L 794814.8 -5256327 L 794024.4 -5255812 L 793109 -5254519 L 792355.6 -5253139 L 792539.1 -5252340 L 794838.1 -5253340 L 795465.5 -5253199 L 797192.2 -5253298 L 798623.9 -5253035 L 799917.9 -5253370 L 802444 -5254649 L 803864.9 -5254742 L 805219.1 -5253986 L 805755.1 -5252738 L 806381.4 -5251856 L 806218.7 -5251492 L 806030.3 -5250487 L 805381.7 -5250090 L 804417.5 -5249790 L 803256.7 -5248907 L 803118.5 -5248000 L 802276.1 -5246740 L 801975.9 -5246430 L 801637.6 -5246243 L 800695.9 -5246225 L 799976.6 -5245770 L 799514.7 -5245545 L 799022.3 -5245624 L 798428.9 -5245692 L 798131.1 -5245611 L 797977.3 -5245111 L 798134.3 -5244309 L 798650 -5243492 L 798670.8 -5242523 L 798510 -5241332 L 798631.4 -5240885 L 799091.1 -5240624 L 798399.8 -5239891 L 797960.6 -5239694 L 797693.2 -5239054 L 797095.1 -5238662 L 796752 -5238015 L 796068 -5237717 L 795591.1 -5237133 L 794995.4 -5236716 L 793572.2 -5235144 L 793438.9 -5234186 L 793055.2 -5233942 L 792717.3 -5233245 L 792439.7 -5232962 L 791205.2 -5232558 L 790942.9 -5232122 L 790930.4 -5231993 L 791145.1 -5231632 L 792076.9 -5231495 L 792301.7 -5231287 L 792152.8 -5230991 L 790752 -5229957 L 789245.3 -5228199 L 788667.2 -5227860 L 787814.3 -5226957 L 786711 -5226515 L 786186 -5226157 L 785521.9 -5226167 L 784996.8 -5225808 L 784199.3 -5224860 L 783732.2 -5224686 L 783575.8 -5224211 L 784035.8 -5223184 L 783876.9 -5222733 L 783738.1 -5222592 L 781877.2 -5222330 L 781185.6 -5221853 L 780807.3 -5220283 L 780365.5 -5219856 L 779317.8 -5219369 L 779240.4 -5218568 L 779221.5 -5217748 L 780119.6 -5217456 L 780332.9 -5216864 L 778272.6 -5216272 L 777138.8 -5215110 L 776221 -5213075 L 775431.2 -5211794 L 774746.3 -5211495 L 772672.7 -5211286 L 771136.4 -5210313 L 770236.4 -5210119 L 767979.6 -5208946 L 766968.1 -5208844 L 766184.8 -5208254 L 765853.5 -5208246 L 765357.4 -5208605 L 764624.8 -5208020 L 762870.1 -5205671 L 760991.7 -5203028 L 760969.6 -5202489 L 761446.1 -5201567 L 762906 -5199960 L 763573.3 -5199226 L 763461.2 -5195535 L 763118.3 -5194632 L 762067.6 -5193401 L 761813.1 -5192634 L 761865.1 -5191362 L 761153 -5190319 L 761153.5 -5189808 L 761584.3 -5189085 L 763163.9 -5187863 L 763240.5 -5187105 L 762192.9 -5185338 L 760802.9 -5184176 L 758661.2 -5183628 L 757386 -5181583 L 757054.9 -5181320 L 756918.4 -5181153 L 756031.5 -5180322 L 754684.2 -5179496 L 754717.2 -5179420 L 753013.7 -5178076 L 750154.5 -5176536 L 749656.7 -5175899 L 748699.6 -5174244 L 746033.4 -5171803 L 744176.2 -5169699 L 742288.3 -5167899 L 740625.2 -5166403 L 738199 -5163860 L 737754.4 -5163202 L 737848.5 -5162521 L 739607.6 -5160922 L 739515.5 -5160838 L 739356.9 -5160710 L 739137.3 -5160871 L 736021.9 -5163669 L 735988.8 -5163698 L 735658.8 -5163964 L 735559.3 -5164052 L 732900.5 -5166422 L 732960.6 -5166597 L 733336.9 -5167189 L 734003.2 -5167282 L 733785.9 -5168200 L 733700.1 -5168530 L 733953.8 -5168789 L 735380.6 -5169896 L 735700.4 -5170126 L 736660.9 -5170792 L 736901.2 -5171522 L 734401.4 -5175464 L 735465.5 -5176521 L 736487 -5177136 L 736769.8 -5177416 L 737196 -5177802 L 737467.6 -5177895 L 738510.8 -5178973 L 738769.6 -5179245 L 738805.7 -5179268 L 739275.1 -5179760 L 740380.9 -5180426 L 740600.6 -5180664 L 740935.4 -5180832 L 741270.2 -5181004 L 741569 -5181213 L 742464.4 -5181844 L 742511 -5182215 L 742671.6 -5183318 L 744371.4 -5184689 L 744095.7 -5185384 L 743916.7 -5185666 L 743477.5 -5186168 L 742429.4 -5187719 L 740939.9 -5188718 L 740117.9 -5189950 L 739746.3 -5190020 L 739991.2 -5190423 L 739663.9 -5190637 L 736949.8 -5192157 L 736318.9 -5193140 L 736103.4 -5193077 L 735717.6 -5192996 L 735394.8 -5192772 L 735033.2 -5192793 L 734631.6 -5193745 L 733712.6 -5194319 L 733387.2 -5194504 L 731857.7 -5192999 L 731757.9 -5193352 L 730330.7 -5193615 L 730101.9 -5194138 L 730402 -5194576 L 730498.3 -5195502 L 730619.9 -5195817 L 730446 -5196149 L 729554.8 -5195589 L 728892.1 -5195935 L 728859.6 -5198086 L 728702.7 -5198425 L 728007.7 -5198535 L 726633.8 -5199751 L 726575 -5200839 L 726728.7 -5201174 L 727493.4 -5202323 L 727694.1 -5202603 L 727040.3 -5202842 L 725220.7 -5204059 L 724864 -5203999 L 724535.6 -5204149 L 724753.3 -5204427 L 726244.6 -5205880 L 726038.5 -5206109 L 725854.2 -5206957 L 725690.3 -5207246 L 725356.7 -5207250 L 725362.8 -5207330 L 725324.2 -5207712 L 724175.3 -5207759 L 723828.7 -5207753 L 723503.2 -5208593 L 723049.7 -5208006 L 721987.5 -5207672 L 721218 -5208326 L 721107.3 -5208701 L 721608.4 -5211372 L 721288.9 -5211354 L 720898.5 -5209922 L 719563.5 -5209298 L 718852.5 -5209489 L 718605 -5210215 L 718249.5 -5210282 L 716824.4 -5210504 L 715979.3 -5209895 L 715967.6 -5210200 L 715728.8 -5210656 L 715479.2 -5210479 L 715379.5 -5210850 L 715361.9 -5211234 L 715076.1 -5210997 L 713676.3 -5211315 L 713552.9 -5211972 L 713514.3 -5212347 L 713580.2 -5213828 L 713379.8 -5214555 L 713013.3 -5214645 L 712647.6 -5214512 L 712275.8 -5214395 L 712041.1 -5214085 L 712240.1 -5212946 L 711716 -5211912 L 711436.3 -5211690 L 710066.7 -5211299 L 709667.4 -5210709 L 709370.1 -5210830 L 708516.2 -5211197 L 708264.2 -5211489 L 707871.9 -5212573 L 708471.4 -5213043 L 708536.4 -5213799 L 707650.9 -5214547 L 707526.6 -5215271 L 708242.9 -5215432 L 709417.5 -5214437 L 711050.4 -5215474 L 710886.5 -5215816 L 710511.2 -5217661 L 710363.4 -5218002 L 709826.7 -5218974 L 709832.6 -5219684 L 710383.1 -5220182 L 711110.1 -5220040 L 711287.2 -5220748 L 711381.8 -5221072 L 712141.8 -5221694 L 712338.9 -5222319 L 712387.4 -5222696 L 713166.8 -5224429 L 714013.1 -5225169 L 713671.7 -5225313 L 712886.4 -5226097 L 712953 -5226463 L 712610.3 -5227104 L 712646.7 -5228217 L 712340.5 -5228450 L 711238.1 -5228779 L 710641.6 -5228312 L 710696.1 -5228646 L 710581 -5230306 L 710264.7 -5230446 L 709784.4 -5230815 L 708754.8 -5230869 L 708427.6 -5231137 L 708563.2 -5231475 L 708281.5 -5232097 L 706930.7 -5231592 L 707023.3 -5231937 L 706062.6 -5233377 L 705786.3 -5233456 L 705567.5 -5233916 L 705712.1 -5234232 L 705011.5 -5235384 L 705334.3 -5235621 L 705363.9 -5236002 L 703980.6 -5238259 L 703746.6 -5238560 L 704428.1 -5238921 L 704683.9 -5239213 L 706193.5 -5238603 L 706512.8 -5238485 L 707008.8 -5238673 L 707580.8 -5239529 L 707920.4 -5239588 L 708149.2 -5239977 L 709217.1 -5240170 L 709459.8 -5240456 L 710000.9 -5241416 L 710591 -5241576 L 710961.6 -5241563 L 712106.2 -5242170 L 712434.8 -5242222 L 713337.7 -5242561 L 713645.4 -5242662 L 714347.7 -5242812 L 714684.4 -5242944 L 715210.3 -5243747 L 715250.8 -5244069 L 716048.9 -5244671 L 716754.9 -5244545 L 717174.3 -5245121 L 717450.1 -5245352 L 718404.3 -5244299 L 718939.7 -5244670 L 718450.4 -5245889 L 718479.9 -5246217 L 719038.4 -5246677 L 720373 -5246128 L 720735.6 -5246081 L 721047.4 -5246297 L 720543.3 -5247692 L 720685 -5248044 L 721592.2 -5247819 L 721825.9 -5248026 L 721926.7 -5247708 L 723246.8 -5247535 L 723499.9 -5247319 L 723535 -5247314 L 724677.8 -5246340 L 725013.6 -5246508 L 725315.2 -5246562 L 725402 -5246271 L 725690.7 -5246434 L 725991.8 -5247705 L 726877.8 -5247288 L 727065.8 -5247002 L 728056.5 -5246949 L 728435.7 -5247387 L 729115.1 -5248310 L 729821.7 -5248576 L 730062.5 -5248873 L 730136.1 -5249247 L 730350.4 -5249150 L 730553.5 -5248974 L 731638.6 -5249110 L 732359 -5249922 L 732383.5 -5250289 L 732348.6 -5251192 L 732310.9 -5251493 L 733740.5 -5251458 L 733940 -5250774 L 733901.4 -5250403 L 733946.5 -5250391 L 734575.8 -5250508 L 734981.2 -5250979 L 735171.9 -5251246 L 734460.5 -5251993 L 734149.2 -5252154 L 734532.2 -5252356 L 734135.1 -5252889 L 734973.1 -5254020 L 734907.4 -5254366 L 735562.3 -5254091 L 735867 -5253449 L 737199.3 -5253270 L 737555 -5253306 L 737819.1 -5253733 L 738161.5 -5253596 L 738974 -5254303 L 739049.6 -5254664 L 739563.2 -5255144 L 740262.6 -5255226 L 740265.1 -5255579 L 739969.5 -5255530 L 739400.6 -5255670 L 738868.9 -5255940 L 738825.2 -5256274 L 739344.7 -5256700 L 740024.8 -5256529 L 740579.4 -5256950 L 740926.1 -5256974 L 741140.3 -5258321 L 741445.1 -5258488 L 741578 -5258217 L 741865.1 -5257894 L 742865.6 -5257513 L 743286.7 -5256921 L 743509.8 -5256633 L 744192.7 -5256318 L 744341.4 -5256654 L 743474.8 -5258218 L 743603.5 -5258560 L 744473.5 -5258040 L 744808.9 -5257892 L 745568 -5258350 L 745557.8 -5259003 L 745609.3 -5259339 L 745608.1 -5259992 L 745683.7 -5260309 L 746959 -5260129 L 747308.9 -5260315 L 747623.8 -5260558 L 747353.5 -5260739 L 747127.3 -5260972 L 747786.3 -5262263 L 747919 -5262614 L 748467.7 -5263070 L 748263.7 -5264173 L 748214.1 -5264545 L 748428.7 -5265477 L 748801.3 -5265359 L 749130.7 -5265148 L 749463.2 -5265002 L 749807.1 -5265118 L 750551.5 -5266553 L 750565 -5266895 L 750772.8 -5267187 L 751487.2 -5267164 L 751845 -5267186 L 752967.3 -5267961 L 753271.2 -5268129 L 753790.9 -5267890 L 754080.6 -5267928 L 754679.4 -5267610 L 754940.6 -5267387 L 755427.5 -5268766 L 756477.3 -5269204 L 756753.5 -5268941 L 756901.1 -5269135 L 757198.5 -5268980 L 757813.4 -5268708 L 759917.6 -5268487 L 760253.1 -5268320 L 760486.2 -5268026 L 761191.4 -5265536 L 761501.3 -5265732 L 761477.2 -5266464 L 763032.5 -5267933 L 763270.4 -5268212 L 763736.3 -5267330 L 764628.5 -5266764 L 764979.4 -5266845 L 765520.1 -5267245 L 765726.4 -5267884 L 767237.9 -5266504 L 767381.8 -5266183 L 767706.4 -5266869 L 768464.1 -5266893 L 768839.8 -5266825 L 769030.7 -5267150 L 769532.6 -5268508 L 769121.5 -5269870 L 769149 -5270226 L 769268.8 -5270604 L 768334.9 -5270790 L 769205.3 -5271890 L 769124.6 -5272243 L 770188.8 -5272097 L 770784.6 -5271680 L 771115.2 -5271529 L 771065.6 -5271187 L 771666.6 -5270883 L 772010.4 -5270922 L 772701.9 -5270825 L 773993.6 -5271353 L 774261.5 -5271594 L 774468.5 -5271927 L 774698.4 -5272245 L 775028.9 -5272797 L 775644.6 -5273747 L 775813.5 -5274090 L 775564.3 -5274390 L 774505.3 -5275509 L 774920.6 -5276495 L 775362.5 -5275696 L 777155.6 -5275589 L 777024.9 -5275314 L 776921.9 -5274726 L 778646.3 -5274236 L 779181.9 -5273723 L 779555.7 -5273672 L 779615.5 -5274197 L 779728.1 -5274449 L 779999.9 -5274568 L 781085 -5274220 L 781479.1 -5273570 L 781785.5 -5273344 L 782181.6 -5272734 L 782519.2 -5272594 L 783097.3 -5272346 L 783381.8 -5272208 L 783974.2 -5272152 L 784277.9 -5272102 L 785357.5 -5273554 L 785597.5 -5274633 L 785669.2 -5274997 L 786090.4 -5275130 L 786722.2 -5273832 L 786896.2 -5273515 L 787956.7 -5273402 L 789452.8 -5273664 L 789837.8 -5273661 L 790153.5 -5273635 L 791637.2 -5274387 L 791930.2 -5274570 L 792192.5 -5274323 L 792395.6 -5274026 L 793132.5 -5274034 L 793671.3 -5273579 L 793730 -5273217 L 793991.3 -5272947 L 794466.2 -5271942 L 793879.2 -5271542 L 794914.9 -5270838 L 795233.6 -5270772 L 795943.2 -5270611 L 796168.7 -5270584 L 796432.1 -5270335 L 796750.7 -5270160 L 796930.8 -5269843 L 796817.7 -5268486 L 797210.9 -5267108 L 796919.4 -5267270 L 796728.5 -5266998 L 796408.9 -5267159 L 795797 -5268378 L 795161.7 -5268614 L 794952.8 -5268344 L 794032.9 -5267933 L 794547.3 -5266490 L 794731.3 -5266155 L 794305.7 -5265766 L 794128.9 -5265529 L 795060.6 -5265055 L 795905.4 -5264020 L 796104.5 -5263729 L 796116.1 -5263391 L 796350.9 -5262764 L 796544.8 -5261562 L 796924.1 -5261446 L 796923.8 -5261446 z "
id="path668" />
<path
d="M 636842.3 -5115677 L 636833.5 -5116049 L 636879.4 -5117162 L 637718 -5118395 L 637733.6 -5119122 L 637829.5 -5120185 L 637916.9 -5120530 L 638086.4 -5121023 L 638297 -5121597 L 638850.2 -5122549 L 639019.5 -5124011 L 639012.8 -5124379 L 639015.1 -5124715 L 639423.1 -5125594 L 640040.3 -5126445 L 640155.6 -5126778 L 640515.7 -5129032 L 640605.1 -5129403 L 641212.8 -5130792 L 641962.8 -5132396 L 642088.2 -5132752 L 642015.4 -5134254 L 641986.7 -5134629 L 641856.2 -5135370 L 642404.1 -5137067 L 642743.9 -5137657 L 642935.3 -5137939 L 643088.7 -5138199 L 643544.8 -5138979 L 644543.4 -5140975 L 644633.6 -5142257 L 644693.9 -5142578 L 644761.6 -5143349 L 644790 -5143736 L 644782.3 -5144042 L 644782.1 -5144962 L 644855.6 -5145409 L 644968 -5145723 L 646318.6 -5147307 L 646461 -5147625 L 646466.5 -5149286 L 646419.7 -5149619 L 646416.8 -5149759 L 647380.5 -5151761 L 647462.9 -5152032 L 647516.2 -5152310 L 647663.9 -5152948 L 647799.3 -5153246 L 647885.5 -5153346 L 648841.6 -5153496 L 648867 -5152827 L 649294 -5152399 L 650044.9 -5152650 L 650591.2 -5153501 L 651369.1 -5153645 L 653390.5 -5153087 L 653710.9 -5153248 L 653875.2 -5152352 L 654019.1 -5152076 L 656872.5 -5150575 L 657173.6 -5150364 L 658125.8 -5150555 L 658451.1 -5150569 L 660244.2 -5151970 L 661606.2 -5151450 L 662830.4 -5152368 L 663209.9 -5152437 L 663737.2 -5153234 L 665522.8 -5152854 L 665603.3 -5154307 L 666840.9 -5153489 L 668347.3 -5153291 L 668536.2 -5152961 L 668296.7 -5152706 L 669028.4 -5151566 L 668831.5 -5150900 L 669332.6 -5150401 L 669534.8 -5149320 L 669528.4 -5148942 L 670261.2 -5148932 L 670954.2 -5148098 L 671188.2 -5147816 L 671764.1 -5148129 L 672085.3 -5148019 L 672743.3 -5147205 L 673776.3 -5147051 L 674090.5 -5146879 L 676929.6 -5146762 L 677843.8 -5144811 L 676935.2 -5144190 L 677162.6 -5143353 L 676851.1 -5143231 L 676200.4 -5143225 L 676935.8 -5142706 L 678887 -5141593 L 679966.3 -5141593 L 681179.8 -5140627 L 681461 -5140447 L 681715 -5140160 L 682310.3 -5139766 L 682109.8 -5139470 L 681354.2 -5138709 L 681241.7 -5138366 L 682269 -5137469 L 682224.6 -5137109 L 682148.2 -5136761 L 682067.8 -5136415 L 684371.9 -5134695 L 684303.5 -5134324 L 684553.4 -5132819 L 684541 -5132429 L 684544.9 -5132329 L 684755.6 -5131796 L 685038.9 -5131715 L 685443.9 -5135479 L 685936 -5136036 L 686988.2 -5132817 L 687092 -5132449 L 688417 -5132811 L 688896.1 -5133323 L 689222.6 -5133453 L 689730.5 -5132690 L 690029.8 -5132572 L 689947.4 -5132213 L 689428.8 -5130092 L 688857.8 -5129772 L 688801.3 -5128249 L 689884.7 -5127214 L 690203.9 -5127003 L 692061.6 -5127394 L 692287.1 -5127625 L 692680.1 -5127112 L 692982.4 -5126997 L 695119.6 -5127572 L 696622.1 -5129246 L 696774.6 -5129591 L 696991.6 -5130286 L 698371.5 -5130384 L 698731.9 -5130316 L 699532.6 -5130942 L 700011.5 -5132239 L 700220 -5132450 L 700076.1 -5132708 L 700575.2 -5134162 L 702271.3 -5134974 L 702441.9 -5135324 L 703083.5 -5136053 L 703343.3 -5135450 L 703400 -5135107 L 703086.5 -5134050 L 704875.9 -5134013 L 705800.6 -5133437 L 706047.7 -5133162 L 706163.3 -5132616 L 708482.3 -5132380 L 708874.3 -5130862 L 708693.5 -5129309 L 709187.3 -5127415 L 709477.4 -5127148 L 709818 -5127299 L 710120.6 -5127514 L 712258.1 -5127966 L 712597.7 -5128109 L 716280.6 -5127715 L 716646.1 -5127647 L 716950.5 -5127562 L 717265.9 -5127542 L 719146.8 -5127609 L 719904.8 -5128423 L 720434.6 -5128380 L 720562.4 -5128025 L 722245.1 -5130157 L 722437.8 -5130499 L 723571.3 -5130246 L 724054.1 -5131249 L 724219.3 -5133087 L 724739.6 -5133605 L 725634.6 -5133194 L 725961.1 -5133150 L 726139.7 -5133484 L 728382.8 -5137804 L 729023.3 -5139201 L 731220.6 -5140770 L 732527.2 -5142167 L 734105.7 -5144819 L 734677.4 -5145520 L 735530.3 -5145223 L 735693.3 -5144850 L 738469.3 -5143416 L 739762.6 -5142497 L 741071.3 -5141172 L 741962.6 -5139895 L 742443.9 -5138958 L 742118.2 -5137878 L 740930.3 -5135969 L 739800.5 -5134246 L 739639.6 -5132543 L 738899 -5131523 L 738524.7 -5131179 L 738545.7 -5129954 L 739510.6 -5128235 L 739576.7 -5127577 L 739192.4 -5127079 L 737275.1 -5126324 L 737014.5 -5126375 L 735094.5 -5125901 L 733997.1 -5124871 L 732633.2 -5125221 L 730888 -5124279 L 730256 -5123193 L 729201.3 -5122755 L 729019.4 -5122277 L 728157.2 -5120938 L 728342.1 -5120369 L 728833.1 -5120060 L 730012.8 -5120031 L 729881.2 -5118530 L 728688.4 -5115394 L 728414.6 -5114946 L 728380.6 -5113947 L 727798.3 -5113525 L 727547.7 -5113324 L 726335.6 -5113087 L 725640.5 -5112988 L 725046.9 -5113304 L 724029.4 -5112321 L 723270 -5111985 L 722979.4 -5111880 L 722490.7 -5110828 L 723082.3 -5109474 L 722869.9 -5108344 L 721042 -5108097 L 720242.9 -5108194 L 719981.8 -5108465 L 718806.4 -5109907 L 718132.7 -5110228 L 717453.4 -5109900 L 717578.2 -5108454 L 716839.9 -5107061 L 716789.5 -5106686 L 716636.9 -5105194 L 716870 -5104981 L 717090.9 -5104481 L 716619.1 -5103300 L 716707.9 -5103005 L 716842.3 -5102099 L 716944.1 -5101762 L 717106.7 -5101091 L 716609.2 -5100177 L 716722.1 -5099874 L 717031.1 -5099349 L 716964.7 -5099025 L 717060.6 -5097709 L 717249.2 -5096967 L 718990.2 -5095405 L 718994.9 -5095020 L 718934.1 -5094256 L 719129.4 -5093217 L 718707.7 -5091888 L 718439.1 -5091656 L 718783.5 -5091568 L 718322.3 -5090981 L 718281.6 -5090250 L 718855.2 -5088904 L 718658 -5087796 L 718559.6 -5087426 L 717894.5 -5084824 L 717366.2 -5082964 L 717211.7 -5082652 L 716925.2 -5081299 L 716871.8 -5080936 L 716578.3 -5079506 L 715910.8 -5078753 L 715797.3 -5078398 L 715828.3 -5075860 L 715805 -5075491 L 715641.6 -5074032 L 715549.2 -5073715 L 715803 -5073107 L 715782.7 -5072715 L 715580.5 -5071570 L 715949.8 -5070082 L 715712.3 -5069819 L 715418.9 -5069771 L 714884.1 -5069556 L 715016 -5069198 L 715345.3 -5067777 L 714473.7 -5067057 L 713750.8 -5065734 L 713030.8 -5065650 L 712014.8 -5066046 L 711739.4 -5065938 L 711396.9 -5065804 L 709623.8 -5065941 L 709580.5 -5065600 L 709911.2 -5064639 L 710121.2 -5064307 L 710411 -5063577 L 710242.2 -5062821 L 708618 -5061133 L 708528.3 -5060372 L 708839.2 -5059655 L 708976.2 -5059307 L 708879.6 -5058581 L 708639.1 -5058290 L 708000.1 -5057894 L 706171.8 -5057678 L 705855.7 -5056637 L 705719.3 -5056337 L 705099.4 -5056124 L 704959.8 -5055494 L 704901.5 -5055119 L 704282.6 -5054760 L 703990.4 -5055002 L 703820.4 -5055341 L 703257.4 -5056327 L 702402.2 -5057495 L 702148.2 -5059313 L 700547 -5060296 L 700305.9 -5060589 L 700336.2 -5060955 L 699378.5 -5061496 L 699049.2 -5061600 L 698444.3 -5061300 L 698164.1 -5061502 L 698022.6 -5062426 L 697774.5 -5062719 L 697741.5 -5064200 L 698458.2 -5064088 L 699215.2 -5062806 L 699866.2 -5063124 L 699789.6 -5063862 L 698175.4 -5064789 L 698105.9 -5065523 L 697843.7 -5065759 L 697539.5 -5065938 L 696111 -5066099 L 695888 -5066411 L 695296.3 -5067819 L 695035.2 -5068055 L 693744.6 -5069236 L 693460.4 -5069473 L 692613 -5070189 L 690692.8 -5072908 L 689901.4 -5073542 L 689630.2 -5073751 L 689412.2 -5074071 L 688984.2 -5074716 L 688712.1 -5074970 L 687650.7 -5076015 L 687612 -5077856 L 688644.4 -5078186 L 688594.6 -5078561 L 688432.6 -5078837 L 688160.5 -5079124 L 687180.9 -5079779 L 687033.3 -5080542 L 686887.4 -5080855 L 686077 -5081494 L 684228.8 -5082582 L 683988.7 -5082849 L 683731.7 -5083139 L 682153.9 -5084252 L 681073.6 -5083967 L 680913.3 -5083739 L 680676.7 -5083236 L 680608.3 -5082874 L 680315.5 -5082196 L 679064.7 -5081433 L 678194 -5080281 L 677397.8 -5076880 L 677378.5 -5076486 L 677248.1 -5076131 L 676455.8 -5075325 L 675612.9 -5073676 L 675324.5 -5073483 L 674752.7 -5073088 L 674448.2 -5072901 L 673575 -5072283 L 673274.5 -5072032 L 672367.2 -5071300 L 670482.6 -5071533 L 670121.2 -5071492 L 669533.9 -5071849 L 669452.3 -5072570 L 669254.4 -5072915 L 668619.5 -5073920 L 668276.3 -5074086 L 667095.8 -5074969 L 666030.9 -5075090 L 665667.7 -5075238 L 664226.8 -5075823 L 663554 -5075562 L 663653.4 -5074478 L 663309 -5074348 L 662653.5 -5075975 L 662324.2 -5075882 L 661996.9 -5075785 L 661607.6 -5075770 L 659329.5 -5075501 L 659023.4 -5075677 L 658324.8 -5075684 L 657752.1 -5075284 L 656427.9 -5075113 L 656119.5 -5074936 L 655779.2 -5074885 L 654903.8 -5075405 L 654576.4 -5075288 L 654266.1 -5075129 L 653294.2 -5074887 L 652515.7 -5075039 L 652243.6 -5075215 L 651046.6 -5075154 L 650681.4 -5075216 L 648961.7 -5074575 L 648485.7 -5075154 L 648525.1 -5077392 L 648621.4 -5077755 L 648432.5 -5078074 L 648187 -5079153 L 646960.9 -5080476 L 647005.1 -5080809 L 647573.5 -5082325 L 647212.3 -5082362 L 645603.4 -5082930 L 645547.6 -5083310 L 645316.4 -5084831 L 645055.2 -5084770 L 644657.7 -5084411 L 644643.9 -5084770 L 644524.3 -5085473 L 643150.5 -5085888 L 642826.6 -5086512 L 642468.2 -5086359 L 639460 -5084595 L 639372 -5084785 L 639853.2 -5086095 L 639762.7 -5087043 L 639599.8 -5087316 L 638137.9 -5087588 L 637970 -5087907 L 637251.3 -5089154 L 636563.8 -5089190 L 635949.1 -5088807 L 635613.8 -5088758 L 634651.3 -5089047 L 634297.1 -5089089 L 633669.9 -5089399 L 633521.5 -5090463 L 634639.9 -5091541 L 634902.3 -5091829 L 635029.5 -5092062 L 635184.8 -5092394 L 635351.4 -5093104 L 634906.7 -5095600 L 634808.1 -5096311 L 634844.2 -5096420 L 634828.5 -5096800 L 634414.2 -5098249 L 634587.8 -5098990 L 634604.2 -5099613 L 634511.3 -5099910 L 634014.8 -5101259 L 635280.6 -5102517 L 635488 -5102815 L 635679.6 -5103514 L 635618.8 -5103847 L 635227.2 -5104784 L 634705.1 -5105155 L 634560.7 -5106144 L 635248.7 -5106928 L 635478.1 -5107198 L 635660.4 -5107412 L 636000 -5107863 L 636325.9 -5108775 L 636356.2 -5109105 L 637271.8 -5110312 L 637515.2 -5110604 L 637941 -5111226 L 638148.4 -5111539 L 638616.2 -5113469 L 638411.3 -5113803 L 637764.1 -5114245 L 637176 -5114760 L 637017.1 -5115120 L 636842.4 -5115676 L 636842.3 -5115677 z "
id="path669" />
<path
d="M 794859.6 -5077078 L 794678.2 -5077074 L 793482.6 -5076105 L 791628.2 -5075669 L 790562.3 -5074049 L 790406.2 -5073289 L 788307.1 -5070592 L 787964.5 -5070756 L 786546.9 -5071098 L 787169.9 -5072826 L 786206.1 -5073955 L 786344.1 -5074672 L 786401.4 -5075804 L 785276.1 -5076805 L 783822.3 -5078976 L 783479.6 -5078905 L 782084.7 -5078886 L 781769.9 -5078712 L 779363.6 -5078205 L 779182 -5077896 L 778835.4 -5078022 L 778030.6 -5078763 L 777397 -5080412 L 776717.9 -5080625 L 776452.1 -5080369 L 776167.8 -5080632 L 775403.2 -5081504 L 774626.2 -5084044 L 773878.1 -5085400 L 776039.5 -5085601 L 776413.3 -5085608 L 776428.8 -5087033 L 776709.6 -5087281 L 776532.6 -5087597 L 776262.4 -5087865 L 775602.5 -5088239 L 775375.8 -5088946 L 773513.5 -5089279 L 772177.5 -5089902 L 771766.3 -5090542 L 771535.6 -5090219 L 770634.1 -5088492 L 768847.9 -5087651 L 767958 -5085454 L 767313.4 -5085036 L 767607.3 -5084390 L 767032.4 -5083534 L 766949.9 -5083185 L 767159 -5082908 L 767309.7 -5082269 L 766945.4 -5081690 L 766062.5 -5080422 L 765549.8 -5078568 L 765212 -5078376 L 764835.7 -5077746 L 763387.1 -5076679 L 763205.5 -5076358 L 760954.6 -5074377 L 761679.7 -5074176 L 761720.7 -5073088 L 761579.1 -5072733 L 761336.4 -5072473 L 759880.4 -5070907 L 760131.6 -5070673 L 760183.1 -5070060 L 760182.1 -5070040 L 759825.9 -5069409 L 759687.3 -5069056 L 758734.1 -5066229 L 756989.8 -5065868 L 756640.1 -5065690 L 754876.4 -5064875 L 753336 -5065012 L 753150.4 -5064667 L 752022.6 -5064790 L 750944.6 -5064468 L 751003.6 -5066709 L 750729.3 -5066837 L 750455 -5066969 L 749623 -5067346 L 749524.2 -5066625 L 748576.3 -5066154 L 748285.2 -5065488 L 747979.9 -5065683 L 747833.1 -5068510 L 747901.5 -5068851 L 748061.7 -5069878 L 747071.1 -5069941 L 746862 -5070210 L 746660.8 -5071470 L 746315.2 -5071453 L 745674.4 -5071693 L 745678 -5072382 L 745292.4 -5072446 L 743426.8 -5072916 L 743217.9 -5072229 L 742585.5 -5071807 L 740735.7 -5073043 L 740678.3 -5072683 L 740804.3 -5070153 L 740399.3 -5069712 L 740365.5 -5070053 L 740278.9 -5070733 L 739900.5 -5070840 L 738799.5 -5070465 L 737058.6 -5071312 L 736101.2 -5070173 L 735763.8 -5070340 L 733353.1 -5071340 L 732296.2 -5070964 L 732235.4 -5071323 L 732466.6 -5072383 L 732267.6 -5072689 L 731942.2 -5072820 L 730671.7 -5073236 L 730582.8 -5073591 L 731245.8 -5074867 L 731065.7 -5076307 L 730715.2 -5076253 L 729323 -5076101 L 729262.2 -5076444 L 729617.1 -5078093 L 729230.5 -5078005 L 728474.2 -5077802 L 727382 -5078216 L 727327.6 -5077847 L 726564.9 -5077128 L 725856.8 -5076987 L 725678.8 -5077326 L 725107.4 -5077822 L 724984.5 -5079345 L 723476.4 -5079375 L 723205.5 -5079929 L 722929.3 -5080194 L 722568.2 -5080754 L 722760 -5081422 L 722678.6 -5083467 L 722626.8 -5083862 L 721819.7 -5087357 L 721715.1 -5087952 L 721423.9 -5089337 L 721661.5 -5089602 L 721575.7 -5089967 L 721320.3 -5091064 L 719629.9 -5091015 L 718783.2 -5091569 L 718438.8 -5091657 L 718707.4 -5091889 L 719129.1 -5093218 L 718933.8 -5094257 L 718994.6 -5095021 L 718989.9 -5095405 L 717248.9 -5096968 L 717060.3 -5097710 L 716964.4 -5099026 L 717030.8 -5099350 L 716721.8 -5099875 L 716608.9 -5100177 L 717106.4 -5101092 L 716943.8 -5101762 L 716842 -5102099 L 716707.6 -5103005 L 716618.8 -5103301 L 717090.6 -5104481 L 716869.7 -5104981 L 716636.6 -5105194 L 716789.2 -5106687 L 716839.6 -5107062 L 717577.9 -5108455 L 717453.1 -5109900 L 718132.4 -5110229 L 718806.1 -5109907 L 719981.5 -5108465 L 720242.6 -5108195 L 721041.7 -5108098 L 722869.6 -5108344 L 723082 -5109475 L 722490.4 -5110829 L 722979.1 -5111880 L 723269.7 -5111985 L 724029.1 -5112322 L 725046.6 -5113305 L 725640.2 -5112988 L 726335.3 -5113088 L 727547.4 -5113325 L 727798 -5113526 L 728380.3 -5113947 L 728414.3 -5114947 L 728688.1 -5115394 L 729219.4 -5115192 L 731999.9 -5115240 L 733371.4 -5114815 L 734112.7 -5114812 L 734866.1 -5115961 L 735462.9 -5116635 L 736950.7 -5116324 L 738332.1 -5116309 L 741072.5 -5115995 L 742334.5 -5117169 L 744897 -5118371 L 746443.3 -5120591 L 748366 -5122758 L 751641.7 -5124237 L 752461.3 -5124728 L 753283.9 -5125463 L 753659.6 -5126280 L 754013 -5127407 L 753842.8 -5128523 L 753501.1 -5128616 L 753022.5 -5129309 L 752170.2 -5128637 L 751135.8 -5127996 L 750346.3 -5128223 L 749316.9 -5129391 L 749807.4 -5129879 L 749838.5 -5130126 L 749478.9 -5131353 L 748907 -5132500 L 748924.8 -5132530 L 749387.8 -5133777 L 750032.4 -5134479 L 750092.2 -5134685 L 750470.1 -5135979 L 751579.9 -5137647 L 752015 -5138917 L 753243.5 -5140126 L 754744 -5140965 L 756333 -5141158 L 757088.1 -5141002 L 757519.9 -5140508 L 758219 -5138865 L 759136.8 -5138357 L 759433.8 -5138192 L 759522.2 -5138073 L 760420.3 -5138079 L 760542.8 -5138071 L 761351.6 -5139174 L 761894.9 -5139355 L 762267.8 -5140220 L 763496.9 -5140433 L 763990.3 -5140608 L 764949.8 -5140960 L 766559.3 -5141962 L 766734.6 -5142195 L 767092.6 -5142500 L 767458.5 -5144150 L 768054.5 -5144687 L 769501 -5145473 L 770640.3 -5145304 L 771567.3 -5144961 L 771602 -5145002 L 773219.5 -5145022 L 777425 -5146002 L 777981.8 -5146132 L 778144.3 -5146152 L 779065.7 -5146265 L 781450.6 -5146143 L 781487.2 -5146148 L 782313.1 -5146259 L 785000.5 -5146621 L 787213.6 -5146176 L 788340.6 -5146204 L 788459.2 -5146222 L 790444.1 -5145562 L 791074.1 -5145331 L 792153 -5145514 L 792818.9 -5145302 L 792841 -5144980 L 792632.4 -5144464 L 792627.4 -5144222 L 792830.1 -5143822 L 792917.1 -5143573 L 792944.8 -5143346 L 792718 -5143034 L 792472.2 -5142769 L 792096.8 -5142076 L 791113.4 -5141885 L 790936.1 -5141755 L 789513.2 -5141541 L 789270.6 -5141158 L 789438.2 -5140511 L 790446.6 -5139384 L 791416.1 -5138894 L 791581.5 -5138016 L 792169.1 -5137512 L 792824.7 -5137348 L 793564.5 -5136604 L 794015 -5136445 L 794507 -5135370 L 796190.7 -5134644 L 796624.4 -5133895 L 796217 -5131092 L 795170.7 -5129299 L 794144.2 -5128327 L 793662.1 -5126769 L 793240.2 -5125883 L 793135.3 -5124389 L 793536.9 -5122179 L 793244 -5121536 L 792020 -5120236 L 791502.1 -5119034 L 791632.2 -5117743 L 792060.4 -5117300 L 793566.8 -5116556 L 796677.2 -5116894 L 797636.8 -5116761 L 800186 -5116326 L 800619.2 -5115833 L 800657.7 -5115197 L 800516.9 -5114057 L 800257 -5113085 L 800553.8 -5112169 L 799484.8 -5110092 L 799414.8 -5109011 L 799734.5 -5108122 L 800521.8 -5107920 L 801174.8 -5108037 L 802967.6 -5110544 L 803569.8 -5110656 L 804224.1 -5109238 L 804913.5 -5108759 L 805736.1 -5108188 L 806446.1 -5106725 L 807877.5 -5105206 L 808400 -5104082 L 809735 -5103014 L 811139.4 -5100495 L 810148.2 -5099168 L 810297.8 -5098697 L 810921 -5098350 L 812343.8 -5098186 L 812966.9 -5097839 L 813218.3 -5096866 L 812879.9 -5095656 L 812876.8 -5094967 L 812875.6 -5094683 L 812559.6 -5094012 L 811201.1 -5092520 L 811211.3 -5092419 L 810910.8 -5091339 L 811015.5 -5090046 L 810730.1 -5089071 L 809874.8 -5088422 L 808639.4 -5088247 L 807247.4 -5087596 L 806587 -5087043 L 805450.4 -5086648 L 804780.2 -5085685 L 803448.8 -5085194 L 801938 -5084199 L 800728.2 -5083770 L 800298 -5083216 L 800399.2 -5083226 L 799987.1 -5082238 L 799055.6 -5082094 L 797353.9 -5082741 L 796232.4 -5082706 L 795288.4 -5082176 L 794871.4 -5080983 L 795114.9 -5080342 L 794859.1 -5077078 L 794859.6 -5077078 z "
id="path670" />
<path
d="M 794859.6 -5077078 L 794745.6 -5075625 L 794989.5 -5073961 L 795671 -5073031 L 796072.1 -5070564 L 797141.1 -5069086 L 798580 -5067491 L 800327.6 -5066130 L 800317.4 -5066232 L 802049.4 -5066047 L 802725.3 -5066192 L 803145.7 -5065825 L 804207.7 -5063399 L 804914.4 -5062983 L 806296.8 -5063224 L 806960.1 -5063495 L 808254.1 -5063343 L 809647.1 -5062715 L 811523.2 -5063134 L 811571.5 -5062652 L 811381.9 -5061994 L 809693.5 -5060980 L 809678.4 -5060876 L 809377.5 -5059798 L 809570.9 -5057617 L 809540.8 -5056897 L 810633.2 -5054423 L 810385.8 -5052556 L 810520.4 -5051470 L 811118.4 -5050352 L 812027.7 -5049957 L 812455.9 -5049258 L 813008.6 -5047573 L 814082.5 -5046811 L 815908.4 -5046712 L 815918.6 -5046610 L 816627.7 -5046426 L 816701.3 -5045947 L 816309.1 -5045268 L 816453.6 -5044591 L 816955.1 -5044182 L 818900 -5044427 L 819943.6 -5043969 L 820587.4 -5042396 L 822128 -5040297 L 823237.4 -5039437 L 824724.4 -5038894 L 824739.6 -5038743 L 825889.8 -5037988 L 826832 -5037775 L 827171.7 -5036939 L 827068.1 -5036186 L 826966.8 -5036176 L 825432.7 -5033874 L 825276.2 -5032118 L 824944.5 -5031598 L 824164.5 -5031469 L 823797.4 -5031049 L 823473.7 -5029430 L 822108.7 -5028500 L 821972.2 -5027310 L 822676.5 -5026407 L 822816.1 -5025270 L 824039.8 -5023268 L 823705.9 -5021751 L 823906.2 -5020773 L 823435.2 -5019856 L 822128.4 -5019367 L 821505.5 -5018179 L 820652.1 -5017761 L 819849.4 -5016325 L 819421.4 -5016001 L 817671.1 -5016620 L 816245.4 -5015786 L 814427 -5015554 L 813804 -5015644 L 812269.2 -5014622 L 811134.6 -5014202 L 810524.4 -5013654 L 810385.2 -5012745 L 809661 -5011803 L 809762.2 -5011813 L 809526.7 -5010842 L 809020.3 -5010280 L 807440 -5009714 L 805439.3 -5009258 L 804968.4 -5008597 L 804849.2 -5007741 L 805241.9 -5006885 L 804887.4 -5006337 L 803892 -5006059 L 802922.1 -5005527 L 801830.6 -5005444 L 800161.7 -5006020 L 798925.8 -5007125 L 795390.7 -5007694 L 794843.6 -5007536 L 794000.4 -5005995 L 793276.1 -5005564 L 792412.6 -5005504 L 791219.9 -5006178 L 789969 -5005900 L 788763.5 -5005422 L 787082.1 -5003310 L 784746.5 -5002427 L 784732.7 -5002441 L 783650.4 -5003406 L 781804 -5003127 L 780729.4 -5003513 L 780508.8 -5003224 L 779781 -5002439 L 779614.2 -5001707 L 777974.7 -5000768 L 777208.3 -5000683 L 775596.3 -5001717 L 775401.8 -5001374 L 773541.8 -4999937 L 774076 -4997330 L 774013.9 -4995796 L 773625.2 -4995761 L 771358.2 -4995232 L 769869.5 -4996350 L 768734.5 -4996102 L 767600.9 -4996392 L 766882.6 -4996109 L 764323.1 -4996911 L 765032 -4998290 L 763989.9 -5000775 L 761665.5 -5002669 L 761574.1 -5002296 L 760362.7 -5001389 L 758513.6 -5000947 L 757190 -5001592 L 755851.8 -5002863 L 756041.5 -5003606 L 756109.1 -5004352 L 755260.3 -5005155 L 754518.3 -5005231 L 752752.3 -5004486 L 751568.5 -5006001 L 749423.9 -5006828 L 748530.9 -5005600 L 748193.4 -5005478 L 747925.9 -5005240 L 746544.1 -5005568 L 746778.6 -5005877 L 746701.9 -5006624 L 747745.6 -5008646 L 747821.2 -5009384 L 747531.7 -5010923 L 745966.2 -5012050 L 745935.8 -5013188 L 745036 -5013945 L 744860.5 -5015103 L 744732.5 -5015473 L 745796.3 -5017463 L 745233.1 -5018444 L 745046 -5020338 L 745821.7 -5021201 L 745715.8 -5021574 L 746606.4 -5022149 L 746953.6 -5023127 L 748649.5 -5023807 L 749020.1 -5023837 L 749027 -5025216 L 749216.5 -5025526 L 749471.4 -5026264 L 749676.7 -5027678 L 749347.3 -5027849 L 748244.7 -5027951 L 747705.2 -5028410 L 748098.8 -5028427 L 749255.2 -5029414 L 747980.3 -5032264 L 745592.2 -5034302 L 744254.9 -5036667 L 743550.1 -5037000 L 742101.6 -5036431 L 741809.1 -5036272 L 741479.6 -5036226 L 741470.9 -5036608 L 741418.4 -5037366 L 741077 -5037540 L 740732.4 -5037421 L 740005.3 -5037414 L 739282.3 -5037474 L 738305.6 -5037068 L 737912.8 -5036726 L 737586.5 -5036905 L 734602.4 -5038411 L 734731.8 -5038679 L 734862.2 -5038947 L 734639.1 -5039267 L 734624.9 -5040400 L 733135.1 -5040816 L 732246.8 -5042069 L 731573.2 -5042442 L 727319.3 -5040639 L 727284.2 -5040620 L 727444.2 -5040268 L 728102.4 -5039366 L 727821.5 -5037078 L 727274.1 -5036071 L 726608 -5035688 L 726650.9 -5035432 L 726614.6 -5033473 L 727245.3 -5033250 L 727901.5 -5033693 L 728144.5 -5033271 L 727277.3 -5031485 L 726002.2 -5030739 L 725727.9 -5030867 L 725396.4 -5032316 L 721242.3 -5034147 L 721192.2 -5034144 L 720808.8 -5034229 L 719351.3 -5034653 L 718128.7 -5036018 L 717029.6 -5036318 L 715544.6 -5036056 L 715345.2 -5035732 L 715112.8 -5035564 L 714755.4 -5035568 L 713720.3 -5035809 L 713640.4 -5036172 L 713052.5 -5037470 L 713320.2 -5039605 L 713093.1 -5039899 L 711964.4 -5040842 L 711921.5 -5041169 L 711459.8 -5042390 L 711300.8 -5042730 L 710374.9 -5044597 L 710165.7 -5044725 L 709947.5 -5044836 L 709594.2 -5045029 L 709658.5 -5045370 L 709560.6 -5045703 L 708458.5 -5046011 L 708031.7 -5047007 L 708115 -5047384 L 708391.2 -5047192 L 708726.6 -5047174 L 708089.5 -5048109 L 708224.9 -5048423 L 707908.7 -5048624 L 707878.1 -5049363 L 705929 -5051040 L 705828.3 -5051693 L 705353 -5052145 L 705161 -5052416 L 704052.8 -5053906 L 703912.1 -5054637 L 703990.5 -5055004 L 704282.7 -5054762 L 704901.6 -5055120 L 704959.9 -5055496 L 705099.5 -5056126 L 705719.4 -5056339 L 705855.8 -5056638 L 706171.9 -5057680 L 708000.2 -5057896 L 708639.2 -5058292 L 708879.7 -5058582 L 708976.3 -5059309 L 708839.3 -5059657 L 708528.4 -5060374 L 708618.1 -5061135 L 710242.3 -5062823 L 710411.1 -5063579 L 710121.3 -5064309 L 709911.3 -5064641 L 709580.6 -5065602 L 709623.9 -5065942 L 711397 -5065806 L 711739.5 -5065940 L 712014.9 -5066048 L 713030.9 -5065652 L 713750.9 -5065736 L 714473.8 -5067059 L 715345.4 -5067778 L 715016.1 -5069200 L 714884.2 -5069558 L 715419 -5069773 L 715712.4 -5069820 L 715949.9 -5070084 L 715580.6 -5071572 L 715782.8 -5072717 L 715803.1 -5073108 L 715549.3 -5073717 L 715641.7 -5074034 L 715805.1 -5075493 L 715828.4 -5075861 L 715797.4 -5078400 L 715910.9 -5078754 L 716578.4 -5079508 L 716871.9 -5080938 L 716925.3 -5081300 L 717211.8 -5082654 L 717366.3 -5082966 L 717894.6 -5084826 L 718559.7 -5087427 L 718658.1 -5087797 L 718855.3 -5088906 L 718281.7 -5090252 L 718322.4 -5090983 L 718783.6 -5091570 L 719630.3 -5091016 L 721320.7 -5091065 L 721576.1 -5089968 L 721661.9 -5089603 L 721424.3 -5089338 L 721715.5 -5087953 L 721820.1 -5087358 L 722627.2 -5083863 L 722679 -5083468 L 722760.4 -5081423 L 722568.6 -5080755 L 722929.7 -5080195 L 723205.9 -5079930 L 723476.8 -5079376 L 724984.9 -5079346 L 725107.8 -5077823 L 725679.2 -5077327 L 725857.2 -5076988 L 726565.3 -5077129 L 727328 -5077848 L 727382.4 -5078217 L 728474.6 -5077803 L 729230.9 -5078006 L 729617.5 -5078094 L 729262.6 -5076445 L 729323.4 -5076102 L 730715.6 -5076255 L 731066.1 -5076308 L 731246.2 -5074868 L 730583.2 -5073592 L 730672.1 -5073237 L 731942.6 -5072821 L 732268 -5072690 L 732467 -5072385 L 732235.8 -5071324 L 732296.6 -5070965 L 733353.5 -5071342 L 735764.2 -5070341 L 736101.6 -5070174 L 737059 -5071313 L 738799.9 -5070466 L 739900.9 -5070841 L 740279.3 -5070734 L 740365.9 -5070054 L 740399.7 -5069713 L 740804.7 -5070154 L 740678.7 -5072684 L 740736.1 -5073044 L 742585.9 -5071808 L 743218.3 -5072230 L 743427.2 -5072917 L 745292.8 -5072447 L 745678.4 -5072383 L 745674.8 -5071694 L 746315.6 -5071454 L 746661.2 -5071471 L 746862.4 -5070211 L 747071.5 -5069942 L 748062.1 -5069879 L 747901.9 -5068852 L 747833.5 -5068512 L 747980.3 -5065684 L 748285.6 -5065489 L 748576.7 -5066155 L 749524.6 -5066626 L 749623.4 -5067347 L 750455.4 -5066970 L 750729.7 -5066838 L 751004 -5066710 L 750945 -5064469 L 752023 -5064791 L 753150.8 -5064668 L 753336.4 -5065013 L 754876.8 -5064877 L 756640.5 -5065691 L 756990.2 -5065869 L 758734.5 -5066230 L 759687.7 -5069057 L 759826.3 -5069410 L 760182.5 -5070041 L 760183.5 -5070061 L 760132 -5070674 L 759880.8 -5070909 L 761336.8 -5072474 L 761579.5 -5072734 L 761721.1 -5073089 L 761680.1 -5074177 L 760955 -5074378 L 763205.9 -5076359 L 763387.5 -5076680 L 764836.1 -5077747 L 765212.4 -5078377 L 765550.2 -5078569 L 766062.9 -5080423 L 766945.8 -5081691 L 767310.1 -5082270 L 767159.4 -5082910 L 766950.3 -5083186 L 767032.8 -5083535 L 767607.7 -5084391 L 767313.8 -5085037 L 767958.4 -5085455 L 768848.3 -5087652 L 770634.5 -5088493 L 771536 -5090220 L 771766.7 -5090543 L 772177.9 -5089903 L 773513.9 -5089280 L 775376.2 -5088948 L 775602.9 -5088240 L 776262.8 -5087866 L 776533 -5087598 L 776710 -5087282 L 776429.2 -5087034 L 776413.7 -5085609 L 776039.9 -5085602 L 773878.5 -5085401 L 774626.6 -5084045 L 775403.6 -5081505 L 776168.2 -5080633 L 776452.5 -5080370 L 776718.3 -5080626 L 777397.4 -5080413 L 778031 -5078764 L 778835.8 -5078023 L 779182.4 -5077897 L 779364 -5078206 L 781770.3 -5078713 L 782085.1 -5078887 L 783480 -5078906 L 783822.7 -5078977 L 785276.5 -5076807 L 786401.8 -5075806 L 786344.5 -5074673 L 786206.5 -5073956 L 787170.3 -5072827 L 786547.3 -5071099 L 787964.9 -5070757 L 788307.5 -5070593 L 790406.6 -5073290 L 790562.7 -5074051 L 791628.6 -5075670 L 793483 -5076106 L 794678.6 -5077075 L 794860 -5077079 L 794859.6 -5077078 z "
id="path671" />
<path
d="M 721378 -4954836 L 722129.8 -4955669 L 722661.7 -4957536 L 723446.7 -4958874 L 723167.8 -4960395 L 723198.9 -4960784 L 724314.9 -4960454 L 724885.3 -4959936 L 726429.9 -4959933 L 727485.9 -4959508 L 727869.3 -4959573 L 728444.1 -4960514 L 729151.9 -4960810 L 730548.2 -4960281 L 731940 -4961516 L 732676.7 -4961307 L 733018 -4961133 L 733068.3 -4962112 L 733131.5 -4962437 L 734937.8 -4963441 L 735236.2 -4963612 L 735161.2 -4963974 L 734998.2 -4964694 L 732852.2 -4965778 L 732706.1 -4966115 L 734719.8 -4967529 L 734994.2 -4967763 L 736903.5 -4968032 L 737852.2 -4969728 L 738947.6 -4970082 L 740780.9 -4967825 L 741120.3 -4967687 L 743942.6 -4970082 L 744253.1 -4970301 L 745473 -4971159 L 746766.4 -4973099 L 748955.1 -4972716 L 749537.6 -4972217 L 749910.1 -4972099 L 751700.7 -4972654 L 751992.2 -4972914 L 754610.4 -4972244 L 756170.6 -4972369 L 757536.3 -4974264 L 759684.6 -4974895 L 760463.6 -4974796 L 761736.5 -4972885 L 763103.1 -4972189 L 764326.1 -4972736 L 764578.6 -4972968 L 764096.9 -4975207 L 764186.4 -4975979 L 764678.4 -4976588 L 764325.4 -4977660 L 764537.3 -4978803 L 764159.7 -4980678 L 764419.9 -4982220 L 764395 -4982611 L 764015.5 -4982704 L 762149 -4983205 L 761634.5 -4983775 L 761569.6 -4984160 L 761915.7 -4985261 L 760883 -4986870 L 760867.4 -4987650 L 761333.7 -4988717 L 760952.5 -4989394 L 760556.9 -4989382 L 755992.7 -4988328 L 751969.9 -4989974 L 751772.2 -4991123 L 752201.1 -4991747 L 752211 -4993304 L 752850.1 -4995527 L 752941.4 -4995907 L 754748.3 -4996489 L 753576.4 -4999762 L 753618.1 -5000901 L 755703.1 -5002502 L 755851.5 -5002863 L 757189.7 -5001593 L 758513.3 -5000947 L 760362.4 -5001390 L 761573.8 -5002296 L 761665.2 -5002669 L 763989.6 -5000775 L 765031.7 -4998290 L 764322.8 -4996912 L 766882.3 -4996109 L 767600.6 -4996392 L 768734.2 -4996102 L 769869.2 -4996350 L 771357.9 -4995233 L 773624.9 -4995761 L 774013.6 -4995797 L 774075.7 -4997331 L 773541.5 -4999938 L 775401.5 -5001374 L 775596 -5001717 L 777208 -5000683 L 777974.4 -5000769 L 779613.9 -5001707 L 779780.7 -5002439 L 780508.5 -5003224 L 780729.1 -5003513 L 781803.7 -5003128 L 783650.1 -5003407 L 784732.4 -5002441 L 784746.2 -5002428 L 784691.4 -5002407 L 784461 -5002154 L 784357.1 -5001657 L 784448.2 -5001001 L 786372.4 -4998891 L 787542.2 -4997165 L 788116.6 -4993718 L 789063.5 -4992430 L 790319.7 -4992913 L 791081.9 -4992708 L 793239.6 -4993127 L 793875.1 -4992654 L 794616.9 -4990859 L 794707.9 -4989947 L 794576.3 -4989750 L 794196.3 -4989180 L 795191.3 -4987923 L 795548.3 -4986654 L 795124.9 -4984232 L 795484.4 -4982682 L 795473.8 -4980736 L 795975.1 -4980069 L 797507.2 -4979582 L 798537.8 -4978482 L 799778.7 -4977838 L 800399 -4976748 L 804944.7 -4974258 L 806416.3 -4974378 L 807084.8 -4973831 L 808817.4 -4973901 L 810279.2 -4975914 L 810651.6 -4976027 L 812029.1 -4974784 L 813455.1 -4974336 L 815681.5 -4974072 L 815742.3 -4973975 L 816428.5 -4972738 L 817266.8 -4972284 L 817545.2 -4971289 L 816501 -4968933 L 816457.8 -4968083 L 817995 -4966778 L 818329.2 -4965992 L 818108.3 -4964102 L 818310.6 -4963099 L 819690.5 -4960805 L 820794.7 -4959993 L 821476 -4959830 L 821749.4 -4959141 L 822348.9 -4956462 L 820446.7 -4957067 L 819301.7 -4957260 L 817308.1 -4956985 L 815666.4 -4956259 L 813611.5 -4954802 L 813342.7 -4953649 L 812642.5 -4952926 L 812136.4 -4952403 L 810490.9 -4952917 L 809905 -4953314 L 809315.6 -4952906 L 809285.3 -4952519 L 807448.6 -4950033 L 805601 -4949577 L 805165.5 -4948108 L 804623.3 -4947556 L 802727.8 -4947218 L 801801.8 -4946511 L 801042.5 -4946684 L 800655.3 -4945615 L 799569.3 -4945440 L 798685.5 -4944691 L 798896.4 -4943561 L 797583.8 -4942806 L 796383 -4940845 L 793826.1 -4939163 L 791897 -4939301 L 792010 -4938942 L 792140 -4938217 L 791146.1 -4934683 L 790850.6 -4934486 L 789087.3 -4932948 L 788932.8 -4932252 L 788538.1 -4928624 L 788145.5 -4928620 L 786207.6 -4928632 L 785086.8 -4928319 L 784826.5 -4928356 L 784453.9 -4928457 L 782586.1 -4928257 L 780775.6 -4928832 L 779733 -4928364 L 778981 -4928543 L 778620.5 -4928625 L 777907.4 -4928432 L 776509.5 -4928886 L 776179 -4928686 L 775437 -4928655 L 774656.2 -4929953 L 773539.7 -4930209 L 772986.1 -4930749 L 771204.6 -4930341 L 770657 -4930849 L 770550 -4931575 L 770377.9 -4931882 L 769724.3 -4933062 L 769386.9 -4933212 L 767392.6 -4934768 L 766664.9 -4936039 L 766294.4 -4936085 L 765554.2 -4935254 L 764553.8 -4934764 L 764367.5 -4934600 L 764630.8 -4934309 L 765601.8 -4933159 L 765131.8 -4931284 L 765096.6 -4930942 L 764969.3 -4930266 L 764327.4 -4930028 L 764164.1 -4929414 L 763780.6 -4929466 L 761796.3 -4930578 L 761408 -4931245 L 761104.6 -4931003 L 759740.8 -4930261 L 758985.7 -4929449 L 756714.9 -4929144 L 756658.8 -4929043 L 756956.1 -4928819 L 757323.3 -4927388 L 757657.7 -4927228 L 759255.1 -4923518 L 757927.1 -4920701 L 756539.4 -4919976 L 756336.2 -4920314 L 754509.5 -4923326 L 753013 -4924583 L 752081.1 -4926271 L 751807.8 -4926025 L 751181 -4925662 L 750966.8 -4925921 L 750661.6 -4926496 L 750643.6 -4926868 L 750455.6 -4928713 L 750061.2 -4928735 L 748597.6 -4929311 L 748267.2 -4929304 L 747256.2 -4930086 L 746810.7 -4930064 L 746264 -4929636 L 745361.1 -4930154 L 744669.4 -4930138 L 744462.2 -4929842 L 744177.8 -4929177 L 744640.2 -4928699 L 744093.5 -4927293 L 744134.4 -4926538 L 743548.8 -4926399 L 742667.9 -4927003 L 742449.6 -4926672 L 740830.8 -4925530 L 740239.2 -4925036 L 740049.9 -4923880 L 737724.5 -4922617 L 737416.2 -4922495 L 736584.4 -4922075 L 736116.9 -4921633 L 735812.6 -4921475 L 734719.6 -4920653 L 734590.5 -4920292 L 733841.7 -4918134 L 733804.7 -4917767 L 733583.5 -4916706 L 732714.7 -4915531 L 732460.5 -4915242 L 732230.3 -4914507 L 731588.7 -4914163 L 730943.2 -4913935 L 731128.4 -4913204 L 730542.9 -4911887 L 731469.7 -4911276 L 732464.6 -4911691 L 732792.9 -4911505 L 732801.9 -4911195 L 732709.9 -4910285 L 732798 -4909940 L 732926.2 -4909236 L 731967.4 -4908680 L 732209.7 -4907955 L 732087.7 -4906483 L 732967.5 -4905983 L 732663.3 -4905290 L 732708.4 -4904614 L 732796.5 -4904278 L 732025.8 -4904373 L 731774.5 -4904673 L 729374.3 -4906684 L 728945.9 -4907332 L 728922.8 -4908871 L 728645.6 -4909078 L 726773 -4909873 L 726419.7 -4909783 L 725755.2 -4909490 L 725762.3 -4908748 L 724925.7 -4907462 L 724798.7 -4906715 L 725124.1 -4905628 L 725289.2 -4905399 L 725516.4 -4905231 L 725854.7 -4905032 L 727815.4 -4903766 L 728056.7 -4902634 L 728682.3 -4902161 L 728969.6 -4901450 L 729023.7 -4901067 L 729332 -4900364 L 729968.6 -4899928 L 732219.5 -4899406 L 732077.6 -4897936 L 731314 -4897828 L 730935.7 -4897781 L 727998.3 -4898187 L 727621 -4898306 L 725713.5 -4898691 L 724085.1 -4899782 L 722565 -4899851 L 722254.8 -4899666 L 721338.2 -4899110 L 719585.9 -4899522 L 719227.7 -4899412 L 718463.3 -4898627 L 716641.1 -4898289 L 716127.9 -4897756 L 715079.2 -4897373 L 714709.1 -4896738 L 714415.9 -4896948 L 713382.2 -4897267 L 714148.6 -4897934 L 713354.7 -4899712 L 713640.5 -4901641 L 713700.5 -4901974 L 712979.9 -4902672 L 712905.7 -4903281 L 712995.6 -4904416 L 713437.8 -4905043 L 713947.1 -4905583 L 713763.9 -4905885 L 713028.3 -4906645 L 712721.1 -4906450 L 710760 -4905592 L 710714.9 -4905957 L 709589.9 -4907303 L 709544.7 -4908031 L 709786.8 -4908289 L 710090.9 -4908840 L 709597.5 -4909310 L 709239.2 -4909328 L 708150.3 -4910207 L 707545 -4909825 L 707900.1 -4910909 L 709210.8 -4912295 L 709032.6 -4912966 L 708671.3 -4913097 L 708407.1 -4912836 L 705843.5 -4912667 L 705743.4 -4912647 L 705427.2 -4912666 L 704492.6 -4912766 L 704131.4 -4912686 L 703448.9 -4912808 L 702827.6 -4912413 L 702089.2 -4912423 L 701660.7 -4913722 L 700923.2 -4913879 L 700388.8 -4914419 L 699018.1 -4913782 L 698230.8 -4912975 L 698021.6 -4913255 L 697279 -4914399 L 696260.4 -4914493 L 696105.2 -4914840 L 695720.8 -4916242 L 694216 -4916252 L 693846.8 -4916264 L 693496.6 -4916383 L 693187.3 -4917064 L 694065.7 -4917751 L 693956.5 -4918905 L 693181.7 -4921102 L 692158 -4922172 L 691986.8 -4922522 L 693180.3 -4923491 L 693563.5 -4923546 L 696325.3 -4922229 L 697017.6 -4922467 L 697357.8 -4923154 L 697963.1 -4923090 L 698066.2 -4923397 L 698075.1 -4924270 L 695600.5 -4925288 L 695508.4 -4925663 L 695164 -4927490 L 695671.3 -4928054 L 695218.9 -4929074 L 695113.8 -4929439 L 694990.7 -4929700 L 694871.6 -4930767 L 695541 -4931030 L 695900.2 -4931004 L 696244.4 -4930376 L 696907.8 -4930059 L 698756 -4930207 L 699125.3 -4930162 L 701946.2 -4929208 L 702243.4 -4928971 L 703116 -4928377 L 703451.2 -4928493 L 703797.4 -4928652 L 706211.1 -4927584 L 706585.4 -4927511 L 707674.1 -4928562 L 708175.4 -4930779 L 708271.5 -4931155 L 708800.9 -4931653 L 710247 -4931392 L 710915.5 -4931709 L 711291.8 -4931713 L 711164.7 -4932048 L 709778.7 -4933684 L 709482.5 -4933895 L 708241.6 -4935219 L 707240.9 -4935011 L 707030.8 -4935318 L 705792.9 -4936131 L 706294.3 -4938392 L 706441.4 -4938751 L 706487.4 -4938941 L 707010.8 -4939345 L 707602.3 -4940924 L 707942.5 -4941021 L 708003.6 -4941950 L 708709.2 -4943558 L 709425.8 -4943660 L 709658.1 -4944718 L 709114.7 -4945242 L 708825.7 -4947852 L 708925.8 -4948218 L 709516.3 -4948440 L 709690.5 -4948703 L 710321 -4948262 L 712243.6 -4948207 L 715613.4 -4947222 L 717447.2 -4948507 L 717776.6 -4949570 L 719176.8 -4948924 L 720337.9 -4948837 L 720727.2 -4948868 L 721467.3 -4951288 L 722107 -4951677 L 722419.3 -4951887 L 722721.6 -4952118 L 723604.6 -4952824 L 723301.6 -4954260 L 722272.7 -4954671 L 721975.4 -4954749 L 721377.9 -4954838 L 721378 -4954836 z "
id="path672" />
<path
d="M 809458.3 -4920175 L 809318.8 -4920028 L 809011.2 -4919779 L 808096.4 -4919052 L 807905 -4918788 L 807445 -4918326 L 807168.4 -4918059 L 805691.9 -4918143 L 804362.3 -4916760 L 803304.4 -4916318 L 802923.5 -4915248 L 802330.4 -4914761 L 802204.1 -4914408 L 802355 -4912923 L 801649.5 -4911620 L 802047.7 -4909809 L 801682.1 -4909932 L 799839.3 -4910385 L 799432.2 -4908565 L 798374.4 -4908118 L 797932.6 -4907497 L 797195.5 -4907385 L 796889 -4907183 L 796918.6 -4904354 L 796239.4 -4903519 L 796552.7 -4902466 L 795138.3 -4900344 L 795468.6 -4899323 L 795424.5 -4898951 L 795170.1 -4898664 L 794352.8 -4897875 L 795891.8 -4895329 L 796239.1 -4893073 L 797162.4 -4892438 L 797434.7 -4891905 L 797602 -4891655 L 798998.9 -4890329 L 799512.6 -4889299 L 799789 -4889030 L 800061.4 -4888426 L 800360.8 -4888276 L 800196.5 -4887926 L 799740.7 -4886453 L 799689.5 -4884153 L 801816.6 -4882432 L 803275.7 -4881919 L 803873.6 -4880481 L 804090.9 -4880184 L 807383.9 -4878607 L 807147.5 -4877869 L 807388.8 -4877596 L 808043.8 -4877281 L 808318.2 -4875912 L 808271.1 -4875530 L 808444.4 -4874790 L 810367.4 -4874686 L 811190.7 -4872999 L 812015 -4872189 L 812302.5 -4871936 L 812672.1 -4871833 L 813740.8 -4871920 L 816317.9 -4869107 L 816258.8 -4868722 L 815887.2 -4868599 L 815542.6 -4868413 L 814382.8 -4868221 L 814024.2 -4868175 L 812305.5 -4867722 L 811564.4 -4867788 L 810845.3 -4868692 L 809191.7 -4869618 L 808742 -4870227 L 807614.3 -4870335 L 807314.8 -4870631 L 806955.3 -4870511 L 804872.2 -4869638 L 803419.3 -4866592 L 803069.8 -4866432 L 800783.6 -4865169 L 798205.9 -4865912 L 797850.4 -4866027 L 794554.9 -4866662 L 794645 -4866286 L 795140.7 -4865722 L 796594.7 -4865321 L 796891.3 -4863427 L 797228.8 -4863238 L 796862.3 -4863162 L 795433.4 -4862724 L 794551.6 -4860297 L 797190.2 -4859766 L 798135.7 -4858607 L 798029.6 -4858232 L 797741.3 -4857978 L 792658.9 -4856270 L 792195.4 -4855691 L 792230.5 -4855556 L 791536.5 -4855871 L 790853.4 -4857251 L 788163.1 -4857199 L 788121.1 -4856877 L 787737.7 -4856383 L 787527.5 -4856096 L 785629.6 -4854653 L 785395.4 -4854400 L 784722.7 -4853774 L 784750.7 -4854167 L 784887.7 -4854914 L 784562.1 -4855634 L 784312.7 -4855941 L 782791.6 -4857146 L 780190 -4855400 L 778787.3 -4855928 L 777752.3 -4855396 L 777113.6 -4855423 L 776277.6 -4855848 L 776295.7 -4855455 L 774467.9 -4854915 L 774355.7 -4851818 L 772133.4 -4848629 L 771736.8 -4849163 L 771509.5 -4849480 L 769783 -4848765 L 767699.6 -4849761 L 766318.8 -4851104 L 762600.5 -4853151 L 761652.9 -4855234 L 761032.2 -4855652 L 760680.9 -4855729 L 759709.1 -4855310 L 758992.4 -4855378 L 758615 -4855356 L 757655.3 -4854818 L 756217.8 -4852632 L 755983.9 -4851748 L 755925 -4851449 L 755826.1 -4851063 L 754479.5 -4849595 L 752542.5 -4848203 L 752233.3 -4848096 L 751580.8 -4848076 L 751232.5 -4848234 L 750504.6 -4849010 L 750122.3 -4849006 L 748927.2 -4847176 L 748526.9 -4847089 L 748664.2 -4846742 L 748233.4 -4845709 L 747029.1 -4844359 L 746693.8 -4844331 L 745933.5 -4843777 L 745541.4 -4843500 L 745178.2 -4843411 L 744196.8 -4842893 L 744589.8 -4841449 L 743263.6 -4840142 L 743022.3 -4840449 L 742382.6 -4840896 L 741760.4 -4842310 L 740408.1 -4843055 L 740315.8 -4843402 L 740065.7 -4845164 L 739687.4 -4845261 L 738476.2 -4846030 L 737757.8 -4845769 L 736735.9 -4846284 L 736365.3 -4846945 L 736525 -4847705 L 736174.2 -4848815 L 735470.7 -4848944 L 735147.2 -4849598 L 734898.9 -4849765 L 734591.8 -4849525 L 733496.3 -4849185 L 733418.2 -4847262 L 732286.1 -4846204 L 731200.7 -4845790 L 729649.8 -4845758 L 729129.8 -4845183 L 729080.5 -4845565 L 728577.4 -4847017 L 727287.9 -4848399 L 723524.4 -4849157 L 723049.5 -4848541 L 721694.1 -4846175 L 721559.8 -4846538 L 720895.9 -4847491 L 718277.7 -4849120 L 717966.1 -4851800 L 717308.9 -4851606 L 716460.2 -4852093 L 716109 -4852183 L 715578.5 -4852646 L 714720 -4854609 L 714363.8 -4854748 L 713272.7 -4855801 L 713040.2 -4856528 L 712730 -4856533 L 712430.8 -4856617 L 712119.6 -4856698 L 711171.1 -4856851 L 710866.8 -4857088 L 708612.1 -4856608 L 706383.1 -4856783 L 705772.4 -4855821 L 704768.3 -4855383 L 704501.3 -4855284 L 704230.1 -4855368 L 704584.1 -4859119 L 705131 -4859645 L 705431 -4859879 L 706326 -4860579 L 707649.2 -4863258 L 707723 -4863644 L 708849.1 -4866505 L 706987.3 -4866426 L 705784.5 -4869014 L 705625.3 -4869354 L 705249.1 -4869321 L 703820.7 -4868898 L 703507.5 -4869085 L 702204.6 -4869714 L 701203.3 -4869521 L 701104.1 -4869865 L 700781.5 -4870886 L 701142.8 -4872627 L 701217.6 -4873011 L 701579.9 -4874931 L 703333.2 -4878365 L 703307.2 -4883402 L 702954.1 -4883255 L 701153.5 -4882645 L 700006 -4882635 L 699877.8 -4882990 L 699582.4 -4883684 L 699481.6 -4888400 L 700180.9 -4888648 L 700436.8 -4889346 L 702888.6 -4890458 L 703564.4 -4892255 L 703564.4 -4892301 L 705095.2 -4892235 L 705932.5 -4892987 L 704836.4 -4894462 L 704530.2 -4894694 L 705469.2 -4896641 L 707237.2 -4896793 L 707467.3 -4897078 L 708051.7 -4897009 L 708706.4 -4895687 L 709748.1 -4895217 L 710497.7 -4894374 L 710002.8 -4892986 L 709944.8 -4892610 L 710712.3 -4892486 L 711088.6 -4892382 L 713391 -4892362 L 713759.2 -4892237 L 713934.9 -4893860 L 714022.9 -4894181 L 711057 -4894522 L 710890.8 -4894859 L 711502.7 -4896626 L 711433.6 -4896994 L 713381.8 -4897265 L 714415.5 -4896947 L 714708.7 -4896736 L 715078.8 -4897371 L 716127.5 -4897754 L 716640.7 -4898288 L 718462.9 -4898625 L 719227.3 -4899410 L 719585.5 -4899521 L 721337.8 -4899109 L 722254.4 -4899664 L 722564.6 -4899850 L 724084.7 -4899780 L 725713.1 -4898689 L 727620.6 -4898305 L 727997.9 -4898185 L 730935.3 -4897779 L 731313.6 -4897826 L 732077.2 -4897935 L 732219.1 -4899405 L 729968.2 -4899926 L 729331.6 -4900363 L 729023.3 -4901065 L 728969.2 -4901448 L 728681.9 -4902160 L 728056.3 -4902632 L 727815 -4903765 L 725854.3 -4905031 L 725516 -4905229 L 725288.8 -4905398 L 725123.7 -4905626 L 724798.3 -4906714 L 724925.3 -4907460 L 725761.9 -4908747 L 725754.8 -4909488 L 726419.3 -4909782 L 726772.6 -4909872 L 728645.2 -4909076 L 728922.4 -4908870 L 728945.5 -4907331 L 729373.9 -4906682 L 731774.1 -4904672 L 732025.4 -4904372 L 732796.1 -4904277 L 732708 -4904613 L 732662.9 -4905288 L 732967.1 -4905982 L 732087.3 -4906482 L 732209.3 -4907954 L 731967 -4908678 L 732925.8 -4909235 L 732797.6 -4909938 L 732709.5 -4910283 L 732801.5 -4911193 L 732792.5 -4911503 L 732464.2 -4911690 L 731469.3 -4911274 L 730542.5 -4911886 L 731128 -4913203 L 730942.8 -4913934 L 731588.3 -4914162 L 732229.9 -4914506 L 732460.1 -4915241 L 732714.3 -4915530 L 733583.1 -4916704 L 733804.3 -4917766 L 733841.3 -4918133 L 734590.1 -4920291 L 734719.2 -4920651 L 735812.2 -4921473 L 736116.5 -4921632 L 736584 -4922074 L 737415.8 -4922493 L 737724.1 -4922615 L 740049.5 -4923879 L 740238.8 -4925035 L 740830.4 -4925528 L 742449.2 -4926671 L 742667.5 -4927002 L 743548.4 -4926397 L 744134 -4926537 L 744093.1 -4927292 L 744639.8 -4928697 L 744177.4 -4929176 L 744461.8 -4929841 L 744669 -4930137 L 745360.7 -4930153 L 746263.6 -4929635 L 746810.3 -4930063 L 747255.8 -4930084 L 748266.8 -4929302 L 748597.2 -4929309 L 750060.8 -4928734 L 750455.2 -4928712 L 750643.2 -4926867 L 750661.2 -4926494 L 750966.4 -4925919 L 751180.6 -4925660 L 751807.4 -4926023 L 752080.7 -4926269 L 753012.6 -4924582 L 754509.1 -4923325 L 756335.8 -4920312 L 756539 -4919975 L 757926.7 -4920700 L 759254.7 -4923516 L 757657.3 -4927226 L 757322.9 -4927387 L 756955.7 -4928818 L 756658.4 -4929042 L 756714.5 -4929142 L 758985.3 -4929447 L 759740.4 -4930259 L 761104.2 -4931002 L 761407.6 -4931243 L 761795.9 -4930577 L 763780.2 -4929465 L 764163.7 -4929413 L 764327 -4930026 L 764968.9 -4930265 L 765096.2 -4930940 L 765131.4 -4931282 L 765601.4 -4933158 L 764630.4 -4934308 L 764367.1 -4934599 L 764553.4 -4934763 L 765553.8 -4935252 L 766294 -4936084 L 766664.5 -4936038 L 767392.2 -4934766 L 769386.5 -4933211 L 769723.9 -4933061 L 770377.5 -4931880 L 770549.6 -4931574 L 770656.6 -4930847 L 771204.2 -4930339 L 772985.7 -4930747 L 773539.3 -4930207 L 774655.8 -4929952 L 775436.6 -4928653 L 776178.6 -4928685 L 776509.1 -4928885 L 777907 -4928431 L 778620.1 -4928623 L 778980.6 -4928542 L 779732.6 -4928363 L 780775.2 -4928831 L 782585.7 -4928256 L 784453.5 -4928455 L 784826.1 -4928354 L 785086.4 -4928317 L 786207.2 -4928631 L 788145.1 -4928618 L 788537.7 -4928622 L 788932.4 -4932251 L 789086.9 -4932946 L 790850.2 -4934484 L 791145.7 -4934681 L 792139.6 -4938216 L 792009.6 -4938941 L 791896.6 -4939299 L 793825.7 -4939162 L 796382.6 -4940843 L 797583.4 -4942805 L 798896 -4943560 L 798685.1 -4944689 L 799568.9 -4945439 L 800654.9 -4945614 L 801042.1 -4946682 L 801801.4 -4946510 L 802727.4 -4947216 L 804622.9 -4947554 L 805165.1 -4948107 L 805600.6 -4949575 L 807448.2 -4950031 L 809284.9 -4952518 L 809315.2 -4952905 L 809904.6 -4953312 L 810490.5 -4952915 L 812136 -4952402 L 813586.8 -4950677 L 813933.2 -4949253 L 813130.2 -4949096 L 812924.7 -4948334 L 811872.1 -4945543 L 811666.3 -4943757 L 810934 -4943146 L 810051.8 -4941728 L 809081.7 -4941708 L 807934.1 -4941416 L 807115.3 -4939876 L 807150.7 -4939777 L 805837.9 -4938316 L 806201.7 -4936459 L 808269.3 -4932903 L 809958.5 -4932123 L 810381.2 -4931474 L 811254.3 -4929897 L 812654.3 -4928680 L 813456.8 -4927812 L 813416.1 -4927450 L 811361.7 -4927272 L 810908.2 -4927201 L 809947.7 -4926569 L 809646 -4926002 L 809951.1 -4923703 L 810020.7 -4921459 L 809457.6 -4920174 L 809458.3 -4920175 z "
id="path673" />
<path
d="M 809458.3 -4920175 L 810982.6 -4919251 L 812226.1 -4918836 L 812807.4 -4916847 L 813845.2 -4915670 L 814756.7 -4914993 L 815295.8 -4914202 L 815262.4 -4913507 L 816246.7 -4911839 L 816282.1 -4911740 L 817379 -4911772 L 818214.5 -4911087 L 818515.5 -4910374 L 818489.3 -4909092 L 818762.2 -4908147 L 819632.4 -4906339 L 820604.4 -4905309 L 821556.7 -4904994 L 822689.3 -4905183 L 823804.4 -4905805 L 824070.4 -4905703 L 825355.1 -4906163 L 827565.8 -4904769 L 829196.9 -4904060 L 829184.3 -4904187 L 830845.4 -4902918 L 831511.7 -4902907 L 832484.9 -4903413 L 834706.5 -4902942 L 835022.9 -4902589 L 835260.3 -4901486 L 836427.6 -4900553 L 837635.8 -4899981 L 838902.6 -4900106 L 839269.2 -4898990 L 839919.7 -4898107 L 840793.6 -4897810 L 840783.6 -4897912 L 841999 -4897008 L 842655.2 -4896842 L 843428.7 -4897815 L 845022.3 -4897486 L 847219.4 -4897779 L 847472.6 -4897549 L 847983.2 -4896012 L 848848.6 -4894511 L 850995.9 -4895824 L 851766.2 -4895797 L 852267.4 -4895131 L 854035.7 -4894588 L 854766.6 -4895992 L 854731.3 -4896090 L 855686.7 -4896262 L 855696.8 -4896160 L 857011.9 -4896060 L 859222.8 -4897507 L 860201.8 -4898474 L 860473 -4898579 L 861960.4 -4898290 L 862716.3 -4899184 L 864990.1 -4899998 L 865089.1 -4900289 L 866158.3 -4899831 L 867810.7 -4899944 L 869405.1 -4900383 L 869766.4 -4902159 L 870314.5 -4903084 L 873986.6 -4902705 L 874082.8 -4902510 L 873189.4 -4900681 L 873730.8 -4899351 L 873349.6 -4898034 L 873248.1 -4898024 L 873688.3 -4896940 L 874397.4 -4896242 L 875448.1 -4894938 L 875346.7 -4894928 L 876473.7 -4893887 L 877152.1 -4892982 L 877247.7 -4892018 L 877323.2 -4891257 L 876616.7 -4889088 L 876182.6 -4888302 L 874313.8 -4887273 L 873456.3 -4886369 L 873219.8 -4885398 L 873616.6 -4884234 L 873717 -4883220 L 872173.6 -4880456 L 870243.3 -4878755 L 869304.9 -4878150 L 868105.9 -4877853 L 866972.6 -4877408 L 866016.3 -4876469 L 865813.6 -4876009 L 865936 -4874694 L 865681.8 -4873902 L 865802.2 -4872684 L 863020.5 -4871053 L 862794.7 -4870882 L 862092.2 -4870347 L 861059.5 -4869144 L 860434.5 -4867700 L 860522.7 -4867069 L 861423.9 -4865159 L 863501.1 -4860758 L 863952.5 -4858470 L 863832.2 -4858450 L 861624.4 -4856726 L 861010.3 -4855950 L 860805.2 -4854965 L 860749.3 -4854697 L 860506.1 -4854571 L 858594.9 -4855307 L 858398.5 -4855068 L 857760.9 -4855661 L 857104.5 -4855848 L 856391.5 -4855587 L 855615.6 -4854988 L 854621.5 -4853932 L 853949.5 -4852893 L 854053.7 -4852453 L 854492.2 -4851807 L 854914.1 -4851548 L 854660.7 -4851113 L 853599 -4851523 L 852812.1 -4851472 L 851585.7 -4850689 L 850741.9 -4851221 L 850217.8 -4851094 L 849747 -4850582 L 849132.2 -4849914 L 848595.3 -4849657 L 848520.1 -4848856 L 848849.7 -4848095 L 849665 -4847330 L 849682.3 -4847152 L 848925.1 -4846798 L 848708.4 -4846137 L 848399.8 -4846158 L 847878.3 -4847054 L 848075.7 -4848174 L 847882 -4848590 L 847472.7 -4848857 L 847138.9 -4848877 L 846791.4 -4848510 L 846345.2 -4847060 L 845942.8 -4846996 L 845544.7 -4847673 L 844970.7 -4847797 L 844703.5 -4848180 L 842567.4 -4847820 L 841926.8 -4847579 L 839926.7 -4843726 L 839718.6 -4843502 L 838263.4 -4843233 L 836866.2 -4842893 L 835735.6 -4842963 L 835568.3 -4842845 L 834589 -4841624 L 834126.1 -4840608 L 833395.4 -4839719 L 832961.6 -4838141 L 832898.5 -4837214 L 833222.4 -4835198 L 832937.9 -4834710 L 833063.6 -4834379 L 833453.2 -4833353 L 833798.7 -4832951 L 833675.9 -4832377 L 833856.6 -4831831 L 834091.1 -4831521 L 834323.7 -4831493 L 834408.8 -4831143 L 833650.3 -4830276 L 833379.3 -4830173 L 832770.3 -4830396 L 832474.1 -4830290 L 832256.9 -4830423 L 832522.9 -4831626 L 832297.1 -4832371 L 830894.5 -4832876 L 829760.9 -4832714 L 828821.6 -4832394 L 828294.6 -4832036 L 827636.7 -4830924 L 826002.5 -4828821 L 825729.7 -4828999 L 825273.7 -4829748 L 824305.5 -4829987 L 823594.6 -4829945 L 823079.4 -4830253 L 821986.6 -4830198 L 820614.2 -4829606 L 819851.4 -4829046 L 819141.1 -4828209 L 818182.1 -4827043 L 818223.4 -4826356 L 818790.3 -4825515 L 819376.5 -4825265 L 819501.7 -4824765 L 818937.4 -4822690 L 818082.1 -4822556 L 817952 -4822333 L 817892.2 -4822340 L 817523.7 -4822417 L 816413 -4822599 L 816087.2 -4823656 L 815396.2 -4823893 L 815037.7 -4823981 L 813761.7 -4824647 L 814542 -4826843 L 814151.2 -4827456 L 813386.1 -4827615 L 813184.7 -4827951 L 813236.6 -4828324 L 813723.7 -4830133 L 814856.8 -4831572 L 815233.3 -4831578 L 815292.2 -4832336 L 814616.9 -4833665 L 815476.7 -4835396 L 815138.2 -4835492 L 813991.2 -4836739 L 813697.8 -4836567 L 813147.1 -4836196 L 812746.5 -4836195 L 811624 -4835975 L 810965 -4836301 L 810679.7 -4836070 L 809468.8 -4836837 L 809432.7 -4837178 L 808282.9 -4837827 L 807357.5 -4838511 L 806257.1 -4838309 L 805359.4 -4839939 L 805134 -4840234 L 804086.2 -4841689 L 803353.2 -4841756 L 802929.4 -4842337 L 803041.1 -4844251 L 803874.9 -4845492 L 803735.6 -4845849 L 803049.1 -4848369 L 802287.9 -4849207 L 801984.3 -4850305 L 798609.8 -4850430 L 798658.8 -4850813 L 797606.2 -4851886 L 796103.2 -4852237 L 794131.9 -4851162 L 794042.7 -4851500 L 793691.9 -4852848 L 792776.6 -4853269 L 792765.5 -4853630 L 792986.6 -4854284 L 792384.8 -4854673 L 792224.5 -4855252 L 792230.4 -4855556 L 792195.3 -4855691 L 792658.8 -4856270 L 797741.2 -4857978 L 798029.5 -4858232 L 798135.6 -4858607 L 797190.1 -4859766 L 794551.5 -4860297 L 795433.3 -4862724 L 796862.2 -4863162 L 797228.7 -4863238 L 796891.2 -4863427 L 796594.6 -4865321 L 795140.6 -4865722 L 794644.9 -4866286 L 794554.8 -4866662 L 797850.3 -4866027 L 798205.8 -4865912 L 800783.5 -4865169 L 803069.7 -4866432 L 803419.2 -4866592 L 804872.1 -4869638 L 806955.2 -4870511 L 807314.7 -4870631 L 807614.2 -4870335 L 808741.9 -4870227 L 809191.6 -4869618 L 810845.2 -4868692 L 811564.3 -4867788 L 812305.4 -4867722 L 814024.1 -4868175 L 814382.7 -4868221 L 815542.5 -4868413 L 815887.1 -4868599 L 816258.7 -4868722 L 816317.8 -4869107 L 813740.7 -4871920 L 812672 -4871833 L 812302.4 -4871936 L 812014.9 -4872189 L 811190.6 -4872999 L 810367.3 -4874686 L 808444.3 -4874790 L 808271 -4875530 L 808318.1 -4875912 L 808043.7 -4877281 L 807388.7 -4877596 L 807147.4 -4877869 L 807383.8 -4878607 L 804090.8 -4880184 L 803873.5 -4880481 L 803275.6 -4881919 L 801816.5 -4882432 L 799689.4 -4884153 L 799740.6 -4886453 L 800196.4 -4887926 L 800360.7 -4888276 L 800061.3 -4888426 L 799788.9 -4889030 L 799512.5 -4889299 L 798998.8 -4890329 L 797601.9 -4891655 L 797434.6 -4891905 L 797162.3 -4892438 L 796239 -4893073 L 795891.7 -4895329 L 794352.7 -4897875 L 795170 -4898664 L 795424.4 -4898951 L 795468.5 -4899323 L 795138.2 -4900344 L 796552.6 -4902466 L 796239.3 -4903519 L 796918.5 -4904354 L 796888.9 -4907183 L 797195.4 -4907384 L 797932.5 -4907497 L 798374.3 -4908118 L 799432.1 -4908565 L 799839.2 -4910385 L 801682 -4909932 L 802047.6 -4909809 L 801649.4 -4911619 L 802354.9 -4912923 L 802204 -4914408 L 802330.3 -4914761 L 802923.4 -4915248 L 803304.3 -4916318 L 804362.2 -4916760 L 805691.8 -4918143 L 807168.3 -4918059 L 807444.9 -4918326 L 807904.9 -4918788 L 808096.3 -4919052 L 809011.1 -4919779 L 809318.7 -4920028 L 809458.2 -4920175 L 809458.3 -4920175 z M 827752 -4826585 L 827059.6 -4826877 L 826136.4 -4826916 L 825707.6 -4827386 L 826135.2 -4827452 L 826318 -4827675 L 828461.6 -4827166 L 828463.4 -4826884 L 827751.9 -4826585 L 827752 -4826585 z "
id="path674" />
<path
d="M 716863.3 -4784714 L 716930.7 -4784844 L 717057.4 -4785147 L 717218.3 -4786117 L 717334.8 -4788455 L 717323.4 -4788846 L 717559.4 -4790715 L 717566 -4791095 L 719077.8 -4791547 L 719346.6 -4791837 L 719227.2 -4792141 L 719089.9 -4792439 L 722003.8 -4794202 L 723807.7 -4794851 L 723797.3 -4795195 L 723897 -4796547 L 723549.8 -4796704 L 721748.3 -4798657 L 720870.4 -4800341 L 718291.1 -4799841 L 717940.1 -4799705 L 717027.2 -4800368 L 716247 -4800344 L 717319.9 -4800710 L 717797 -4801735 L 717612.9 -4802837 L 718796.8 -4804305 L 718795.4 -4804694 L 718026.4 -4805577 L 717127 -4808941 L 716962.7 -4809295 L 718554.2 -4810345 L 720106.6 -4810457 L 721961.7 -4809869 L 722325 -4809723 L 723713 -4810198 L 725243.7 -4811212 L 725431.2 -4811925 L 725391.2 -4811940 L 724244.7 -4812052 L 722337.8 -4813443 L 720362.2 -4816831 L 718339 -4818587 L 717947.9 -4818546 L 718241.8 -4820029 L 719112.6 -4820720 L 719254.6 -4824512 L 719839.5 -4826287 L 718567.8 -4826562 L 718310.5 -4826785 L 717063.5 -4827542 L 715601.9 -4827617 L 715233.7 -4827639 L 714226.4 -4828832 L 716698.5 -4829935 L 716042 -4832944 L 717653.2 -4836504 L 718687.4 -4836913 L 718913.3 -4837234 L 723001.4 -4838553 L 724960.3 -4838647 L 725346.6 -4838574 L 725476.7 -4840129 L 726159.2 -4841513 L 726362.1 -4841848 L 726006.8 -4842003 L 724334.5 -4842646 L 723949.9 -4843319 L 723868 -4844827 L 723307.4 -4845335 L 721396.2 -4845612 L 721543.1 -4845894 L 721694 -4846175 L 723049.4 -4848541 L 723524.3 -4849157 L 727287.8 -4848399 L 728577.3 -4847017 L 729080.4 -4845565 L 729129.7 -4845183 L 729649.7 -4845758 L 731200.6 -4845790 L 732286 -4846204 L 733418.1 -4847262 L 733496.2 -4849185 L 734591.7 -4849525 L 734898.8 -4849765 L 735147.1 -4849598 L 735470.6 -4848944 L 736174.1 -4848815 L 736524.9 -4847705 L 736365.2 -4846945 L 736735.8 -4846284 L 737757.7 -4845769 L 738476.1 -4846030 L 739687.3 -4845261 L 740065.6 -4845164 L 740315.7 -4843402 L 740408 -4843055 L 741760.3 -4842310 L 742382.5 -4840896 L 743022.2 -4840449 L 743263.5 -4840142 L 744589.7 -4841449 L 744196.7 -4842893 L 745178.1 -4843411 L 745541.3 -4843500 L 745933.4 -4843777 L 746693.7 -4844331 L 747029 -4844359 L 748233.3 -4845709 L 748664.1 -4846742 L 748526.8 -4847089 L 748927.1 -4847176 L 750122.2 -4849006 L 750504.5 -4849010 L 751232.4 -4848234 L 751580.7 -4848076 L 752233.2 -4848096 L 752542.4 -4848203 L 754479.4 -4849595 L 755826 -4851063 L 755924.9 -4851449 L 755983.8 -4851748 L 756217.7 -4852632 L 757655.2 -4854818 L 758614.9 -4855356 L 758992.3 -4855378 L 759709 -4855310 L 760680.8 -4855729 L 761032.1 -4855652 L 761652.8 -4855234 L 762600.4 -4853151 L 766318.7 -4851104 L 767699.5 -4849761 L 769782.9 -4848765 L 771509.4 -4849480 L 771736.7 -4849163 L 772133.3 -4848629 L 774355.6 -4851818 L 774467.8 -4854915 L 776295.6 -4855455 L 776277.5 -4855848 L 777113.5 -4855423 L 777752.2 -4855396 L 778787.2 -4855928 L 780189.9 -4855400 L 782791.5 -4857146 L 784312.6 -4855941 L 784562 -4855634 L 784887.6 -4854914 L 784750.6 -4854167 L 784722.6 -4853774 L 785395.3 -4854400 L 785629.5 -4854653 L 787527.4 -4856096 L 787737.6 -4856383 L 788121 -4856877 L 788163 -4857199 L 790853.3 -4857251 L 791536.4 -4855871 L 792230.4 -4855556 L 792224.5 -4855252 L 792384.8 -4854673 L 792986.6 -4854284 L 792765.5 -4853630 L 792776.6 -4853269 L 793691.9 -4852848 L 794042.7 -4851501 L 794131.9 -4851162 L 796103.2 -4852237 L 797606.2 -4851886 L 798658.8 -4850813 L 798609.8 -4850430 L 801984.3 -4850305 L 802287.9 -4849207 L 803049.1 -4848369 L 803735.6 -4845849 L 803874.9 -4845492 L 803041.1 -4844251 L 802929.4 -4842337 L 803353.2 -4841756 L 804086.2 -4841689 L 805134 -4840234 L 805359.4 -4839939 L 806257.1 -4838309 L 807357.5 -4838511 L 808282.9 -4837827 L 809432.7 -4837178 L 809468.8 -4836837 L 810679.7 -4836070 L 810965 -4836301 L 811624 -4835975 L 812746.5 -4836195 L 813147.1 -4836196 L 813697.8 -4836567 L 813991.2 -4836739 L 815138.2 -4835492 L 815476.7 -4835396 L 814616.9 -4833665 L 815292.2 -4832336 L 815233.3 -4831578 L 814856.8 -4831572 L 813723.7 -4830133 L 813236.6 -4828324 L 813184.7 -4827951 L 813386.1 -4827616 L 814151.2 -4827456 L 814542 -4826843 L 813761.7 -4824648 L 815037.7 -4823981 L 815396.2 -4823893 L 816087.2 -4823656 L 816413 -4822599 L 817523.7 -4822417 L 817892.2 -4822340 L 817952 -4822333 L 817403.8 -4821391 L 817424 -4820395 L 817041.2 -4819079 L 816204.9 -4818487 L 815328.5 -4816995 L 815196 -4816932 L 813449.5 -4816098 L 813110.8 -4816167 L 812732.6 -4816643 L 812343.3 -4816707 L 812243.9 -4816416 L 812424.6 -4815871 L 811793 -4814224 L 810768.4 -4815046 L 809541.8 -4815056 L 808316.4 -4814529 L 807334.7 -4814382 L 806981.7 -4813811 L 806314.9 -4814105 L 804924.6 -4815252 L 804843.6 -4815319 L 804472.3 -4815462 L 803662 -4815128 L 802110.9 -4813778 L 802075.4 -4812800 L 801679.2 -4812149 L 801947.4 -4811228 L 801322.2 -4810042 L 801138.1 -4809308 L 801319.2 -4807970 L 800989 -4807427 L 801162.3 -4806957 L 800938.2 -4806373 L 800553.1 -4806131 L 799736.3 -4806130 L 799292.7 -4805703 L 798392.6 -4805769 L 797898.3 -4805338 L 797411.8 -4804038 L 797448.6 -4803659 L 797897 -4802985 L 797838.4 -4802964 L 796218.9 -4802388 L 795334.8 -4801766 L 794735.8 -4801888 L 794290.3 -4801742 L 793961.9 -4800917 L 793508.4 -4800592 L 792668.4 -4799514 L 791179.7 -4798808 L 790765.5 -4798078 L 791352.6 -4797290 L 791670.8 -4797167 L 793957.2 -4797435 L 794169.9 -4797459 L 794844.5 -4798138 L 795097.4 -4798162 L 795610.7 -4798135 L 796962.1 -4797626 L 797415 -4797695 L 797732.1 -4798110 L 797931.6 -4798947 L 798680 -4798865 L 799710 -4798249 L 800164 -4797781 L 799863.9 -4797190 L 799412.8 -4796839 L 799484.8 -4796360 L 798832.3 -4795454 L 798202.5 -4795367 L 797650.3 -4795006 L 797480.9 -4794121 L 797531.7 -4792989 L 797590.4 -4791676 L 797814.3 -4791212 L 798258.4 -4790845 L 799134.8 -4790495 L 799207.5 -4790272 L 798791.6 -4789823 L 797274 -4789676 L 796432.3 -4788879 L 796053.9 -4788306 L 795803.7 -4787463 L 796150.8 -4786781 L 795801.7 -4786695 L 795291.6 -4786953 L 794665.1 -4786305 L 794400.2 -4785615 L 794119.5 -4785613 L 793933.3 -4785953 L 793210.3 -4786037 L 793003.7 -4786325 L 793100.8 -4786640 L 792986.6 -4786705 L 792560.5 -4786946 L 792650.8 -4787595 L 792517.7 -4787914 L 791972.5 -4788270 L 791166.2 -4788423 L 788783.8 -4788245 L 787880 -4787825 L 787331.3 -4786903 L 787228.1 -4786125 L 786999.6 -4785848 L 786440.8 -4785820 L 785634.2 -4784924 L 784355.2 -4784161 L 783844.5 -4784164 L 783021.2 -4784493 L 782461.6 -4784209 L 782310.8 -4784226 L 780887 -4784390 L 780375.5 -4784136 L 780053.4 -4783772 L 779760.8 -4783105 L 779411.7 -4783020 L 779231.1 -4783566 L 778549 -4783756 L 778243.1 -4783752 L 777819.8 -4783378 L 776485.1 -4783454 L 775922.4 -4782940 L 775052 -4782703 L 773891.5 -4781773 L 773104 -4780418 L 773353.9 -4779420 L 773142.2 -4778709 L 773389 -4778348 L 774242.5 -4777101 L 774210.8 -4776638 L 773711.7 -4776258 L 773283.3 -4776728 L 771273.2 -4776662 L 770467.9 -4777071 L 770156.8 -4777910 L 769720.2 -4778200 L 768113 -4778455 L 767775.2 -4778780 L 767239.3 -4778781 L 766958.4 -4779572 L 766385.6 -4779951 L 764139.8 -4779684 L 762977.6 -4779035 L 762423.7 -4778956 L 760784 -4779284 L 760111.1 -4779117 L 759315.9 -4778631 L 756967.7 -4776002 L 756486.9 -4774907 L 756315.8 -4774303 L 756238.6 -4773784 L 756117.4 -4772928 L 756109.3 -4772749 L 756463.6 -4771991 L 756625.8 -4770318 L 756890.3 -4769960 L 757618.8 -4770081 L 758042.2 -4769662 L 756680.2 -4768969 L 756013 -4769006 L 755405 -4769485 L 755161 -4769896 L 754587.5 -4770019 L 753982.4 -4769680 L 753631.6 -4769877 L 752905.7 -4769731 L 752330 -4769087 L 751908.3 -4769225 L 751701.5 -4770304 L 751803.4 -4770569 L 752069.2 -4770723 L 752865.9 -4770506 L 753248.9 -4770402 L 753782.3 -4770428 L 753849 -4770792 L 754421.5 -4771205 L 754714 -4771873 L 754119.9 -4774577 L 753782.1 -4774902 L 751724.9 -4775062 L 750570.5 -4775385 L 749768.7 -4775231 L 747949.2 -4774519 L 745967 -4774400 L 745817.9 -4774390 L 745366 -4774577 L 745228 -4774947 L 745513.8 -4775947 L 745325.2 -4776312 L 744245.7 -4777179 L 743035.2 -4777293 L 742255.2 -4777703 L 742155.9 -4777412 L 739153.4 -4777583 L 738898.1 -4777585 L 738416.3 -4777027 L 738052.6 -4777094 L 738138.6 -4778048 L 738372.5 -4778530 L 738251.6 -4778724 L 737662.8 -4778744 L 737509.4 -4779010 L 737017.8 -4778554 L 736650.4 -4779183 L 736350.2 -4779384 L 736284.5 -4778483 L 735985.3 -4778147 L 734885.9 -4778169 L 734445.2 -4776925 L 734628.9 -4776611 L 735039 -4776855 L 736239.7 -4776842 L 736476.4 -4776507 L 736374.6 -4776242 L 736904.1 -4775781 L 736079.6 -4775600 L 735974.5 -4775438 L 735635.5 -4774918 L 735204.9 -4774620 L 736205 -4774308 L 736871.8 -4775063 L 737596.9 -4774953 L 738141.9 -4774597 L 739163.8 -4774849 L 739860.5 -4774507 L 740205 -4773850 L 740032.3 -4773527 L 739419.9 -4773263 L 738932.1 -4773293 L 738546.2 -4773588 L 738220 -4773531 L 738090.5 -4773289 L 736841 -4773015 L 736619.1 -4773198 L 736711.1 -4773564 L 735882.4 -4773689 L 735206 -4774084 L 734636.8 -4773901 L 734598.6 -4773857 L 733216.8 -4772230 L 732522.5 -4770707 L 731883.8 -4770977 L 731034 -4770793 L 730572.3 -4771081 L 729942.7 -4770995 L 729534.1 -4771262 L 728622.5 -4772503 L 727583.1 -4773222 L 728333.4 -4774956 L 728466.8 -4775684 L 728094.5 -4776364 L 728513.4 -4776975 L 728564 -4777048 L 728471.6 -4777474 L 728015.4 -4777967 L 726663.3 -4777965 L 726454.4 -4778276 L 724869.7 -4778303 L 725270.6 -4778904 L 725114.7 -4779195 L 725470 -4779741 L 725491.2 -4780050 L 725024.5 -4780388 L 723562.4 -4779941 L 721962.9 -4780119 L 721107.2 -4780522 L 720714.6 -4781148 L 720310.8 -4781365 L 719749.7 -4781363 L 718909.9 -4781077 L 718607.2 -4781303 L 718464.2 -4781724 L 718005.6 -4782242 L 717780.8 -4783243 L 718070.1 -4783680 L 718741 -4784128 L 718257 -4784644 L 717204.2 -4784697 L 716863.3 -4784714 L 716863.3 -4784714 z M 726278.5 -4772993 L 726189.9 -4773905 L 726367.6 -4774178 L 727036.5 -4773859 L 726278.5 -4772993 L 726278.5 -4772993 z M 781314.6 -4769191 L 780342.6 -4767896 L 779930.6 -4767932 L 779596.8 -4768744 L 779958.6 -4769751 L 780483.1 -4770134 L 781290 -4770237 L 781599.5 -4770680 L 782343.5 -4771745 L 782180.3 -4772112 L 782636.9 -4772668 L 783440.6 -4772541 L 784602.2 -4772935 L 785588.7 -4773029 L 785898.9 -4772726 L 785429.8 -4772298 L 784091.2 -4771888 L 783571.6 -4771454 L 782837.7 -4770335 L 782510.9 -4769229 L 781744.1 -4768977 L 781314.8 -4769191 L 781314.6 -4769191 z M 760762.9 -4764503 L 760254.7 -4764480 L 760032.7 -4764663 L 760054.5 -4765228 L 757365.6 -4766375 L 758171.3 -4767015 L 758876.9 -4767108 L 759270.3 -4766737 L 759789 -4766915 L 760061.4 -4766737 L 760820 -4766810 L 761585 -4767344 L 761703 -4767968 L 762707.7 -4767964 L 763164.8 -4768160 L 763614.1 -4768792 L 763981.1 -4768955 L 764628.9 -4766486 L 764395.6 -4766259 L 763793.7 -4766150 L 763459.3 -4765913 L 762037.6 -4765571 L 761598.2 -4764839 L 760763 -4764503 L 760762.9 -4764503 z M 774193.8 -4767867 L 773952.5 -4767460 L 773657.9 -4767866 L 773874 -4768270 L 773773.6 -4768516 L 774134 -4769011 L 774381.2 -4768830 L 774193.9 -4767866 L 774193.8 -4767867 z M 776880.7 -4766744 L 776318.6 -4766486 L 775948.2 -4766885 L 774974.9 -4766919 L 774482.9 -4767255 L 775346.7 -4767824 L 775426.5 -4768318 L 776405.4 -4768489 L 777724.3 -4769101 L 778199.2 -4768942 L 778157.7 -4768581 L 778769.5 -4768588 L 778842.2 -4768365 L 778312.8 -4768033 L 777267.4 -4766705 L 776880.7 -4766744 L 776880.7 -4766744 z "
id="path675" />
<path
d="M 588733 -4823910 L 587870 -4824150 L 586491.2 -4824426 L 583870.6 -4824095 L 579337.8 -4822711 L 577702.4 -4821721 L 577627.6 -4821676 L 573935.5 -4820041 L 570779.3 -4817359 L 569825.9 -4816935 L 568494.8 -4815937 L 566544.7 -4813644 L 564444.6 -4811176 L 563457.4 -4810313 L 561902 -4809524 L 560934 -4809251 L 558811.7 -4807998 L 557316.1 -4806857 L 556692.6 -4805927 L 556401.6 -4806819 L 556147.1 -4806770 L 556070.8 -4805765 L 555713.9 -4805500 L 553002.4 -4805059 L 550013.3 -4802496 L 547607.8 -4799963 L 546343.6 -4798282 L 546138 -4798142 L 544861 -4797270 L 544210.4 -4796618 L 543705.8 -4795778 L 543177.1 -4795445 L 542153.8 -4794171 L 541379.4 -4792436 L 540876 -4792106 L 540148.3 -4791984 L 538362.9 -4792245 L 535283.3 -4793225 L 533099.8 -4793908 L 532415.1 -4793867 L 530025 -4792485 L 529348.9 -4792880 L 529175.8 -4792301 L 528771 -4792006 L 528192.3 -4791924 L 526965.3 -4792214 L 527040 -4791711 L 526900.2 -4791313 L 526388.8 -4790804 L 523881.7 -4789054 L 521174.4 -4787003 L 519134.3 -4785069 L 518322.9 -4785670 L 516078.3 -4788838 L 515403.6 -4789129 L 514655.6 -4789096 L 513775.2 -4788395 L 512643.8 -4788323 L 511613.2 -4788782 L 511651.6 -4789534 L 511212 -4790127 L 509367.1 -4790257 L 509025.9 -4789592 L 507951 -4789747 L 507628 -4789942 L 507317 -4790156 L 506712.9 -4790594 L 505965.1 -4790493 L 504123.6 -4792388 L 502640.2 -4792594 L 500617.9 -4792115 L 500697 -4792482 L 500179.5 -4793071 L 500102.2 -4794240 L 500220.3 -4794613 L 500065 -4796785 L 499324 -4796767 L 498954.6 -4796729 L 496611.2 -4796043 L 496265.8 -4795980 L 495337.2 -4795921 L 495011.2 -4796111 L 493322.6 -4797488 L 493089.5 -4797203 L 492491.1 -4796819 L 491189.5 -4797508 L 490861.5 -4797693 L 490393.9 -4798284 L 490884.3 -4799232 L 490747.2 -4800338 L 490625.7 -4800655 L 490779.9 -4800958 L 490708.3 -4801310 L 490602.1 -4801984 L 489352.3 -4802688 L 489212.7 -4803584 L 489100.3 -4803875 L 488096.3 -4803060 L 488003.1 -4802749 L 489133.5 -4800859 L 489471.9 -4798992 L 489050.7 -4797931 L 487222.3 -4797438 L 486894.2 -4797223 L 484967.8 -4797257 L 483991.3 -4796730 L 484841.6 -4795558 L 484280.4 -4795084 L 483960.3 -4794861 L 483643.2 -4794634 L 482459.9 -4793235 L 482424.4 -4792134 L 482437.2 -4791765 L 482446.3 -4791720 L 482129.5 -4790899 L 481871.2 -4790745 L 481327 -4790301 L 481261.9 -4789946 L 480938.6 -4789860 L 479641.1 -4789567 L 479442.7 -4789878 L 478689 -4790677 L 478456.7 -4790973 L 476822 -4791898 L 476106.5 -4791690 L 475803.7 -4791782 L 475623.4 -4792041 L 475409.2 -4792708 L 475833.3 -4793756 L 475320.1 -4795540 L 475449.2 -4795858 L 474400.9 -4797169 L 474219.7 -4796458 L 473543.4 -4796130 L 473350.1 -4795031 L 472123.7 -4794217 L 472082.6 -4793844 L 471153.7 -4793982 L 470839.1 -4794018 L 470502.3 -4794136 L 469808.3 -4794180 L 469273.1 -4793259 L 468649.8 -4792909 L 468722.9 -4793268 L 467375.3 -4794446 L 467356.6 -4794797 L 467261.7 -4796175 L 466996.9 -4796255 L 466638.6 -4796638 L 466556.9 -4797017 L 465957.7 -4798407 L 463690.2 -4798811 L 463363.1 -4798632 L 462441.2 -4799678 L 462916.2 -4800699 L 463677.2 -4802018 L 463450.1 -4803134 L 463833.3 -4804615 L 464585.3 -4805477 L 464806.4 -4805772 L 465166.1 -4805687 L 466251.5 -4805700 L 466691.6 -4806306 L 466754 -4807037 L 466008.8 -4807146 L 464875.4 -4808101 L 464552.4 -4808294 L 465643.8 -4808326 L 467161.5 -4809365 L 467500.3 -4809211 L 467838.7 -4809284 L 467817.3 -4809953 L 468041.4 -4810216 L 468752.8 -4810006 L 470651.2 -4811892 L 470935.3 -4812150 L 470939.5 -4812521 L 470696.5 -4813165 L 472477.7 -4812839 L 472832.9 -4813490 L 472598.6 -4813782 L 471997.6 -4814703 L 471790.9 -4816171 L 472186.3 -4817199 L 472105.4 -4818694 L 473127.8 -4818333 L 473491.4 -4818305 L 473264.1 -4818617 L 469900.5 -4822180 L 468711.4 -4824081 L 468820.5 -4824451 L 469876 -4826060 L 469574.3 -4827165 L 469196 -4827085 L 468997.6 -4827414 L 468639 -4827981 L 469624.5 -4829152 L 471067.3 -4834648 L 471413.1 -4834511 L 471715.7 -4833461 L 472820.4 -4833397 L 474224.7 -4833878 L 474435 -4833558 L 477303.2 -4832614 L 478752.5 -4830922 L 479202.9 -4829877 L 479846.9 -4829464 L 480214.3 -4829546 L 482038.8 -4830763 L 483122.7 -4830623 L 483644.1 -4831166 L 483894.3 -4831457 L 484701.8 -4832269 L 485807.9 -4832041 L 487135.8 -4832852 L 489060.5 -4832875 L 490311.6 -4834225 L 491814.3 -4833949 L 492204.8 -4833961 L 493066.4 -4834766 L 493153.6 -4837494 L 494391.6 -4838396 L 494976.5 -4838070 L 496002.4 -4838599 L 496213.6 -4838923 L 497159.7 -4839432 L 497531.2 -4839498 L 498184.8 -4839877 L 499305.8 -4839708 L 500702.2 -4839149 L 501132.7 -4838546 L 501454.6 -4838365 L 502158.2 -4838152 L 503513.9 -4838655 L 504517.6 -4838198 L 504612.9 -4838553 L 504650.7 -4839262 L 505197.3 -4839756 L 504051.9 -4840767 L 504264.9 -4841852 L 503931.2 -4842546 L 504218.7 -4843261 L 503898.9 -4843963 L 504063.5 -4844716 L 504146.8 -4845094 L 504881.9 -4845179 L 505530.1 -4846498 L 504343.2 -4847838 L 504201.8 -4848185 L 504308.1 -4848551 L 503515.3 -4850257 L 503642.6 -4850605 L 504738.1 -4851496 L 504321.6 -4852092 L 504325.9 -4853198 L 504933.1 -4854009 L 505323.8 -4853961 L 506491.5 -4854044 L 508652.7 -4853108 L 509814.1 -4852068 L 511722.9 -4851641 L 511783.7 -4851755 L 512067 -4852008 L 514269.5 -4851545 L 516112.7 -4851566 L 517507.6 -4852106 L 518235.6 -4853029 L 518598 -4853183 L 519273.1 -4853338 L 519619.6 -4853425 L 519712.4 -4854908 L 518651.9 -4855992 L 518504.5 -4857094 L 519116 -4858457 L 520172.5 -4858836 L 520622.7 -4859870 L 520678.1 -4860247 L 521600.1 -4861086 L 521866.1 -4860893 L 522541 -4860511 L 523287.1 -4860700 L 525178 -4860284 L 527095.9 -4860633 L 527037.5 -4861689 L 528089.3 -4862671 L 528374.8 -4862897 L 528474.2 -4862565 L 529283.8 -4863123 L 530192.6 -4862670 L 531246.9 -4862497 L 531830.8 -4862939 L 533614.8 -4862572 L 534574.6 -4861363 L 534685.5 -4859856 L 534211.8 -4858396 L 533457.6 -4858242 L 534203.1 -4857371 L 534555 -4857211 L 535509.3 -4857873 L 536610 -4858160 L 538299.8 -4860288 L 539062.1 -4860387 L 539428.9 -4860331 L 540310.4 -4860960 L 541400.6 -4860085 L 541631.8 -4859795 L 541498.9 -4857480 L 541936.4 -4856828 L 543687 -4856025 L 544717.7 -4856438 L 545753.4 -4855290 L 546119.3 -4855143 L 546348.7 -4855436 L 547766.1 -4855831 L 547794.6 -4856201 L 545936.4 -4857459 L 546085.3 -4858209 L 546412.2 -4858905 L 547810.5 -4860193 L 547940.5 -4860911 L 549435.8 -4863006 L 549635.3 -4863323 L 550759.7 -4863105 L 550808.8 -4861331 L 551391.9 -4861721 L 551342.6 -4862858 L 552759.8 -4862718 L 553125.6 -4862643 L 553638.9 -4862946 L 554044.9 -4864376 L 553871.2 -4865075 L 554430.7 -4865993 L 554651.7 -4865869 L 554899.5 -4865921 L 554485.3 -4867217 L 555677.6 -4867959 L 557104.3 -4868278 L 558205.4 -4869366 L 562717 -4868990 L 562689.4 -4868627 L 562712.6 -4867543 L 563403.6 -4866268 L 565392.3 -4866304 L 565634.5 -4866016 L 566056.2 -4864274 L 565720.2 -4863604 L 565475.1 -4862920 L 563790.9 -4860558 L 564282.2 -4859206 L 565644.9 -4858721 L 566098.3 -4858156 L 566332.5 -4857879 L 566623 -4858130 L 567684.3 -4858138 L 568764.6 -4859048 L 571814.4 -4859285 L 572974.6 -4860259 L 573441 -4859688 L 573338.5 -4859319 L 573313.8 -4858173 L 573759.8 -4857118 L 574618.8 -4856626 L 574955.7 -4856555 L 575294.5 -4856537 L 576650.6 -4856568 L 576555.1 -4856226 L 576595.9 -4855527 L 578317 -4855388 L 577860 -4854765 L 577912.2 -4853665 L 576954.2 -4852453 L 576811.6 -4851300 L 577094.6 -4851134 L 577962.5 -4850808 L 578319.1 -4850968 L 579659.4 -4851766 L 580115.7 -4852122 L 582330.8 -4850875 L 582565 -4850586 L 584050.6 -4849346 L 584324.8 -4849070 L 584244.8 -4848286 L 584232.3 -4847872 L 584885.2 -4847663 L 585303.6 -4847115 L 585494.9 -4846804 L 586825.7 -4847180 L 587415.9 -4846754 L 587795.3 -4845397 L 588094.4 -4845186 L 588462.3 -4845083 L 589113 -4844156 L 589317.2 -4843880 L 589989.9 -4843828 L 590866 -4844231 L 591711.2 -4843673 L 591811.5 -4843336 L 592364.1 -4841712 L 592554.3 -4841412 L 593246.8 -4840617 L 593452.2 -4839313 L 593433.7 -4838963 L 593383.1 -4838663 L 595885.8 -4834438 L 595830.2 -4833340 L 594042.7 -4829863 L 592418.9 -4828207 L 592487.9 -4827427 L 592486.4 -4827037 L 590274.4 -4827314 L 588424.1 -4826946 L 587475.9 -4827561 L 586765.5 -4827481 L 586418.9 -4827330 L 586383 -4827285 L 587095.5 -4827269 L 588968.8 -4825410 L 589165.1 -4825086 L 588733.2 -4823911 L 588733 -4823910 z "
id="path676" />
<path
d="M 507499.6 -4709217 L 507925.9 -4709028 L 509307.2 -4708983 L 510883.5 -4707986 L 510192.8 -4707485 L 509908.4 -4706742 L 510023.6 -4706345 L 510288.6 -4706243 L 510472.2 -4705929 L 510251.1 -4705320 L 510273 -4703790 L 511392.5 -4704076 L 512008 -4703779 L 512789.6 -4702353 L 512845.6 -4702251 L 512884.5 -4701590 L 513254.9 -4701192 L 513041.9 -4700763 L 513407.3 -4700414 L 513313 -4700074 L 513925.4 -4699546 L 513942.1 -4699113 L 513554.9 -4698732 L 513058.9 -4698898 L 512722.9 -4699015 L 511819.9 -4699054 L 510669.5 -4699068 L 509806.5 -4699210 L 509385.8 -4699169 L 508910.7 -4699173 L 508466.5 -4698856 L 508079.1 -4698469 L 507996.7 -4698286 L 507639.7 -4698102 L 507256.6 -4698190 L 506848.6 -4698276 L 506408.8 -4698434 L 505597.4 -4699079 L 505335.6 -4699204 L 504765.5 -4700198 L 504471.8 -4700394 L 503904.4 -4700839 L 503709.8 -4701045 L 503320.1 -4701981 L 503050.7 -4702705 L 502806.1 -4703431 L 502621 -4703537 L 502247.4 -4703526 L 501704.3 -4703199 L 500878.3 -4702696 L 500549.4 -4702739 L 500297.1 -4702765 L 499999.5 -4703000 L 497119.7 -4702149 L 496427.2 -4702462 L 495290.2 -4702504 L 493367.3 -4701361 L 492814.1 -4701185 L 491934.4 -4701082 L 489017.2 -4701525 L 488372.7 -4701459 L 488059.6 -4701250 L 487636 -4700968 L 484652.1 -4698089 L 483886.6 -4696503 L 483313.9 -4696124 L 481627.2 -4696108 L 478959.7 -4696773 L 478165.6 -4696747 L 476572.5 -4696345 L 475601.4 -4696100 L 474130.6 -4695144 L 472548.3 -4693560 L 471864.7 -4693089 L 471532.8 -4692560 L 471952.8 -4691089 L 473201.8 -4689744 L 473552.7 -4689148 L 473635.4 -4688681 L 473477.2 -4688364 L 472934.8 -4688033 L 471923.9 -4687875 L 470953.1 -4688026 L 470213.6 -4688142 L 467398.1 -4689127 L 465037.5 -4689533 L 463965.3 -4689534 L 461760.4 -4688112 L 460623.1 -4687966 L 459711.9 -4688212 L 458612.9 -4688246 L 457785.3 -4688740 L 454639.8 -4690615 L 454442.5 -4691009 L 453934.7 -4691417 L 452037.3 -4693718 L 446402.9 -4695756 L 446185.3 -4695874 L 445198.4 -4696409 L 443242 -4697790 L 439105.6 -4698356 L 437453.4 -4698080 L 436523.9 -4697675 L 435757.6 -4696993 L 434615.4 -4696589 L 433903 -4696558 L 433307.5 -4696806 L 432233.8 -4697254 L 430131.7 -4697431 L 428625.5 -4695839 L 426818.1 -4692974 L 425308.5 -4691612 L 423420.9 -4690568 L 422509.5 -4690358 L 421541.2 -4690135 L 420358 -4690044 L 419019.7 -4690198 L 418183.6 -4690474 L 417645.8 -4691045 L 415387.9 -4692258 L 414839.4 -4692806 L 414401.5 -4693879 L 414503.4 -4695205 L 413845.5 -4697461 L 413570.4 -4698002 L 413413.4 -4698311 L 413280.7 -4699022 L 412462.3 -4700071 L 411516 -4700851 L 410546 -4700974 L 409747.1 -4700510 L 409038.7 -4700578 L 405938 -4702586 L 404762 -4703899 L 403338.8 -4704867 L 398440.7 -4704907 L 398188.4 -4704993 L 395782.4 -4705814 L 395121.1 -4706510 L 394962.7 -4707547 L 395161.6 -4709086 L 395929.6 -4711234 L 395836.2 -4711856 L 395965.5 -4712405 L 396495.2 -4713195 L 396792.3 -4713371 L 399050.1 -4713982 L 399902.4 -4713969 L 401426.5 -4714489 L 403158 -4715262 L 403489.6 -4715449 L 404594.2 -4715737 L 406821.8 -4715261 L 407569.6 -4715416 L 407498.2 -4716171 L 408578.9 -4716443 L 409069.9 -4717011 L 409161 -4718128 L 409596 -4718746 L 409727.5 -4719104 L 410577.2 -4718335 L 411741.5 -4718372 L 412448.1 -4718036 L 413146.5 -4718355 L 413841.9 -4719281 L 415713.4 -4719419 L 415968.9 -4719714 L 415955.6 -4720420 L 417177.1 -4722536 L 417781.8 -4724111 L 418120 -4724127 L 419188.8 -4723484 L 419449.9 -4723289 L 419807.3 -4723252 L 421489.3 -4723693 L 421802.5 -4724365 L 422948.7 -4724160 L 424005.2 -4724568 L 426680 -4724454 L 428433.9 -4725236 L 429675.2 -4724316 L 430425.3 -4724111 L 431166 -4724345 L 431553.3 -4724306 L 432130 -4723380 L 432365.4 -4723088 L 432370.5 -4723043 L 432373.8 -4722633 L 433346.7 -4722972 L 433699.1 -4722939 L 433613.6 -4723479 L 433688.6 -4723747 L 435869.6 -4725211 L 437698.2 -4725762 L 439001.6 -4728052 L 439642 -4728474 L 439666.6 -4729241 L 440535.9 -4728557 L 441615.5 -4728298 L 444071.7 -4728921 L 444395.5 -4729101 L 446074.3 -4730731 L 447096.6 -4731295 L 447248.9 -4732444 L 446963.2 -4733572 L 446874 -4733696 L 446820.3 -4733977 L 446717.9 -4734542 L 446891.6 -4734857 L 446633.1 -4735897 L 446140.6 -4736411 L 446218.4 -4737127 L 446202.3 -4737509 L 446205.8 -4739418 L 445830.4 -4739455 L 445256.4 -4739829 L 445245.1 -4741323 L 444461.3 -4742117 L 444683.8 -4743198 L 445590.4 -4743802 L 448074.3 -4744323 L 448432.4 -4744409 L 449357 -4744638 L 450623.7 -4744259 L 450922.5 -4744117 L 455068.1 -4743324 L 455450.2 -4743382 L 455889.1 -4743498 L 458708 -4744574 L 459019.8 -4744799 L 459967.9 -4744491 L 460225.1 -4744242 L 460494.3 -4743983 L 463404.1 -4744316 L 463767.7 -4744231 L 464510.9 -4744026 L 464894.3 -4743989 L 467412 -4743176 L 470029.8 -4743367 L 470407 -4743401 L 472404 -4743226 L 472468.9 -4743216 L 473846.3 -4742554 L 477557.8 -4742953 L 478627.9 -4743337 L 479560.1 -4744538 L 479757.9 -4744867 L 480375.5 -4747264 L 482438.9 -4749600 L 483927.4 -4749983 L 484312.6 -4750042 L 486405.4 -4751503 L 488511.6 -4752033 L 488812.6 -4752248 L 490058.3 -4750363 L 491846.8 -4749809 L 492220.4 -4749732 L 492821.7 -4748818 L 493048.1 -4748531 L 498574.3 -4746498 L 498911.3 -4746287 L 500518.4 -4745235 L 500837.4 -4745021 L 503065.5 -4743564 L 503129.1 -4743522 L 502729.1 -4742398 L 502832.3 -4741080 L 502543.4 -4740643 L 502389.7 -4737256 L 502659 -4732147 L 502453.3 -4731642 L 501965.3 -4731416 L 501886.5 -4731178 L 501979.1 -4730753 L 502706.7 -4730875 L 502891 -4730815 L 502923.1 -4730487 L 502701.5 -4729622 L 502464.6 -4726304 L 502603 -4724887 L 502418.7 -4722595 L 502573.9 -4718396 L 502939.5 -4717000 L 503105.4 -4716608 L 503035.7 -4714711 L 503263.8 -4711591 L 504047.1 -4710619 L 505008.8 -4710432 L 506492.6 -4709860 L 506747.1 -4709604 L 506524.1 -4709276 L 506720.6 -4709091 L 507498.7 -4709218 L 507499.6 -4709217 z M 417948.7 -4700151 L 418169.7 -4700589 L 418026.6 -4700960 L 417828.1 -4701286 L 416684.2 -4702136 L 416336.8 -4703037 L 416373.3 -4703417 L 416634.1 -4705333 L 416224 -4705459 L 415915 -4705555 L 415778.8 -4705466 L 415601.2 -4704946 L 413941.7 -4703089 L 413571.5 -4701362 L 414527.5 -4700683 L 415122.6 -4700498 L 417948.7 -4700151 L 417948.7 -4700151 z "
id="path677" />
<path
d="M 399902.8 -4713968 L 399392.3 -4714790 L 399133.3 -4715207 L 398570.6 -4715706 L 395867.9 -4717014 L 395681.5 -4717466 L 395830.4 -4717982 L 396365.7 -4718682 L 396352.8 -4719138 L 396055.3 -4719368 L 394845.9 -4719665 L 393530.8 -4720328 L 393037.4 -4721039 L 392609.7 -4721106 L 390744.9 -4720356 L 390405 -4720219 L 389777.1 -4720195 L 387570.6 -4721282 L 386336.9 -4721270 L 384810 -4721743 L 382872.4 -4722882 L 382208.1 -4723747 L 381521.6 -4723929 L 378815.3 -4723340 L 378458.8 -4723458 L 377971.4 -4723351 L 376684.6 -4723066 L 375591.5 -4723480 L 374992.6 -4723349 L 374589.9 -4723058 L 373872.6 -4719045 L 373601.5 -4718555 L 372889.9 -4718223 L 372030.7 -4718297 L 370105.4 -4723513 L 367825 -4727690 L 366087 -4729006 L 365650 -4729508 L 365672.3 -4730272 L 365384.7 -4730733 L 364733 -4731128 L 363693 -4731202 L 359674.1 -4731291 L 357049.2 -4731069 L 355488.9 -4731685 L 354791.3 -4731751 L 353085.4 -4731326 L 352261.8 -4730978 L 350813.3 -4730367 L 350293 -4730322 L 349352.7 -4730552 L 347797 -4731965 L 347131.3 -4733356 L 346736.9 -4734946 L 346207.7 -4735539 L 344309.2 -4737860 L 343449.2 -4738591 L 340396.3 -4738809 L 339583.3 -4739144 L 337271.4 -4739010 L 335992.4 -4739130 L 334412.9 -4739795 L 334224.9 -4740366 L 334029.8 -4740958 L 333381.8 -4741300 L 332954.4 -4741246 L 331628.9 -4740128 L 331167.3 -4739960 L 328998 -4740843 L 327037.1 -4742324 L 324834.1 -4743575 L 324882.7 -4744053 L 325044.3 -4745444 L 324787 -4745697 L 324162.5 -4748464 L 323453.2 -4748725 L 323127.5 -4749406 L 323791.7 -4751163 L 323421.9 -4752199 L 323115.8 -4752423 L 322539.3 -4754070 L 323421.4 -4754606 L 323704 -4754835 L 323955.5 -4755107 L 325046.6 -4754949 L 325679.9 -4755315 L 326399.6 -4755220 L 327298.5 -4755830 L 327377.1 -4756193 L 326644.5 -4758288 L 326581.4 -4758659 L 329283.4 -4758653 L 329659.2 -4758763 L 330002 -4758903 L 330901.8 -4759543 L 331186.3 -4759508 L 331749.4 -4759407 L 333647.4 -4759664 L 333929.9 -4759927 L 334838.2 -4760148 L 335111.1 -4760303 L 335235.6 -4760661 L 336454.1 -4762091 L 337340.6 -4763763 L 338410.6 -4763966 L 338723.2 -4764187 L 337997.8 -4764184 L 337568.5 -4765163 L 336674.4 -4765763 L 336360.3 -4765703 L 336041 -4765712 L 335721.7 -4767803 L 335694.6 -4768160 L 336181 -4767724 L 336415.3 -4767497 L 336515 -4767526 L 336446 -4768480 L 336093.9 -4768425 L 335684.8 -4769010 L 335723.4 -4769720 L 335856 -4770051 L 335448 -4770920 L 335288.3 -4771233 L 337032.5 -4771581 L 337478.8 -4772137 L 336421.5 -4773223 L 336472.9 -4773980 L 336816.2 -4773984 L 337440.3 -4774791 L 337227.6 -4775767 L 337567.3 -4775650 L 337925.5 -4775663 L 339198 -4774377 L 340228.6 -4774149 L 341300.5 -4776290 L 341451.6 -4777742 L 341146.4 -4778326 L 341440.8 -4778959 L 341581 -4779127 L 342326.9 -4778357 L 344041.7 -4777958 L 344350.6 -4777776 L 344374.4 -4778465 L 345681.5 -4778871 L 346039.7 -4778893 L 346327.7 -4779032 L 346341.7 -4779350 L 346663.6 -4779505 L 347336.9 -4780272 L 349060.8 -4778208 L 350406.4 -4777448 L 351435.3 -4778418 L 351634.9 -4778105 L 353303 -4776652 L 353372.8 -4776340 L 354284.6 -4775487 L 354243.5 -4774580 L 355150.9 -4772584 L 355263.8 -4772233 L 356695.4 -4772382 L 357052.5 -4772435 L 357384.5 -4772536 L 358388.6 -4772805 L 358332.1 -4774619 L 359815.4 -4774841 L 360050 -4775140 L 360133.8 -4775473 L 360756.1 -4776284 L 361773.4 -4776171 L 361506.1 -4776438 L 359700.8 -4778363 L 359484.1 -4779077 L 357981.2 -4779058 L 357610.9 -4779081 L 356538.3 -4779311 L 355087.9 -4779745 L 354797.3 -4780447 L 355791.6 -4781992 L 356030.6 -4783472 L 356778.6 -4783644 L 357432.2 -4783351 L 357569 -4782989 L 357884.2 -4783036 L 358816.8 -4783566 L 359107.6 -4783787 L 358963.6 -4783868 L 359458.2 -4784342 L 361388.7 -4783577 L 361864.4 -4784044 L 362166.4 -4784186 L 362640.6 -4783815 L 362877.7 -4783627 L 363511.2 -4783724 L 363803 -4784289 L 364109.1 -4784382 L 363949.8 -4784934 L 363979.9 -4785222 L 365979.7 -4786006 L 366336.7 -4786115 L 367430.4 -4785835 L 368070.4 -4786774 L 368246.1 -4787115 L 368497.8 -4787755 L 368086 -4788662 L 367867.6 -4788930 L 367729.9 -4789625 L 367090 -4789319 L 366407.7 -4789518 L 366069 -4789626 L 365719.1 -4789468 L 364789.1 -4790069 L 363311.9 -4790404 L 364260.2 -4791060 L 364309 -4791435 L 361369 -4791969 L 361436.8 -4792337 L 361963.3 -4792844 L 361289.6 -4794571 L 362019.5 -4794467 L 362518.7 -4795474 L 363264.1 -4795535 L 363880.2 -4796855 L 364482.7 -4797335 L 365636.1 -4797498 L 367855.8 -4796863 L 367253.2 -4796415 L 368322.6 -4794493 L 370135.8 -4793213 L 370200 -4793093 L 371870.5 -4791100 L 372113.1 -4790383 L 371279.8 -4787529 L 372422.4 -4786574 L 373250.6 -4786308 L 373486.7 -4786098 L 374076.2 -4785888 L 375088 -4785647 L 375573.4 -4785883 L 375987.2 -4786384 L 376080 -4786754 L 376939.5 -4787423 L 378306.7 -4786783 L 378304.5 -4787218 L 378324.4 -4787586 L 378046.2 -4788208 L 377398.4 -4788561 L 377670.2 -4788792 L 378400.6 -4789952 L 378271.2 -4790189 L 377855 -4790531 L 377499.8 -4790488 L 377261.4 -4791145 L 377461.2 -4791441 L 377310.6 -4791768 L 377150 -4792089 L 377680.5 -4793000 L 377805.4 -4794760 L 378046.7 -4794497 L 378636.6 -4794128 L 379054.2 -4794704 L 379382.1 -4793805 L 379455.9 -4793449 L 379502.8 -4792387 L 379846.5 -4792268 L 381119.2 -4792963 L 381463.9 -4792848 L 381458.2 -4792738 L 381762.1 -4792922 L 382684.6 -4791411 L 383352.8 -4790523 L 383857.4 -4791062 L 383773.6 -4792502 L 384140.9 -4792508 L 384470.8 -4792692 L 384764.2 -4791994 L 386247.4 -4791677 L 386665.4 -4791047 L 388879.8 -4790529 L 389164 -4790277 L 388923.5 -4788780 L 388969.5 -4788403 L 389726 -4788444 L 390619.4 -4789156 L 390671.2 -4789918 L 390264.3 -4790904 L 391981.7 -4792929 L 392164.5 -4793264 L 393054.7 -4792606 L 393352.8 -4792383 L 393610.1 -4792095 L 394353.4 -4790755 L 394270.6 -4789258 L 395526.5 -4787338 L 396156.6 -4786893 L 395902.8 -4786626 L 396165.2 -4785566 L 394989.2 -4784182 L 394946.3 -4783091 L 395116 -4782737 L 396262.7 -4782814 L 397370.7 -4782423 L 398004.2 -4781446 L 400206.5 -4779859 L 400574.2 -4779723 L 400918.4 -4779066 L 402351 -4779328 L 403621.8 -4778559 L 403968.5 -4778418 L 404349.8 -4778045 L 406154 -4778207 L 405955.6 -4779227 L 406304.6 -4779342 L 406462.4 -4779673 L 406839.6 -4777895 L 408555.4 -4777898 L 408777.2 -4778195 L 408751.4 -4776310 L 409515.2 -4775515 L 409716.8 -4774810 L 410688.8 -4776355 L 411654.4 -4776595 L 412555 -4776147 L 412596.5 -4775558 L 412949 -4775517 L 414250.7 -4775108 L 414491 -4774107 L 414410.8 -4773119 L 414780.2 -4771621 L 414809.2 -4771235 L 414517.2 -4771084 L 414317.3 -4770823 L 414611.3 -4770623 L 415385.1 -4769469 L 415227.3 -4769151 L 413847.8 -4769194 L 413530 -4768603 L 413961 -4767246 L 414626.6 -4766947 L 415199.7 -4767249 L 416398.7 -4766431 L 416681.5 -4765940 L 417091.3 -4765385 L 417186.1 -4765053 L 417155.2 -4764334 L 416033.3 -4762917 L 415817.5 -4762626 L 416510.5 -4762515 L 417259.1 -4761793 L 417258 -4761120 L 416936.5 -4760450 L 417118.5 -4758234 L 417586.2 -4757675 L 418670.8 -4757450 L 417680.2 -4756591 L 417332 -4756556 L 416589.1 -4757356 L 415146.4 -4757539 L 414298.9 -4757225 L 414336.9 -4756874 L 413061.6 -4756441 L 412843.1 -4755029 L 413225.7 -4754923 L 416651.9 -4753924 L 416673 -4753539 L 417344.8 -4751799 L 417488.5 -4751465 L 417068.8 -4750948 L 416680.9 -4748476 L 416703.9 -4748114 L 416951.5 -4747408 L 415258.4 -4746546 L 414916.6 -4746379 L 413840.3 -4745871 L 409489.2 -4745506 L 409093.1 -4745486 L 408376.5 -4745492 L 407943.6 -4745108 L 407939.7 -4744749 L 407976.8 -4744035 L 406704.5 -4742713 L 406630.9 -4741979 L 406815.5 -4741654 L 409241.1 -4740797 L 409759.6 -4740302 L 409795.7 -4739931 L 410044.9 -4739699 L 411936.4 -4736970 L 412261.3 -4736784 L 412022.6 -4736519 L 410667.7 -4736122 L 410617.9 -4735767 L 410938.3 -4735104 L 411938.7 -4734635 L 412308.9 -4734633 L 412451.3 -4734416 L 412446.1 -4734158 L 413427.7 -4733622 L 413960.6 -4732668 L 416950.3 -4732363 L 417326.7 -4732312 L 417611.8 -4732394 L 417906.1 -4732433 L 418164.8 -4732366 L 418335.1 -4732160 L 419285.2 -4732787 L 419667.2 -4732865 L 420551.9 -4733018 L 420897.4 -4733607 L 421632.7 -4733663 L 422802.6 -4734548 L 424627 -4734168 L 424993.5 -4734101 L 425109.1 -4734145 L 425215.1 -4732758 L 425934.8 -4732038 L 426249.7 -4731876 L 427105.6 -4731327 L 427329 -4731065 L 429524.8 -4729333 L 429505.9 -4728973 L 430074.3 -4728459 L 430846.6 -4728499 L 431482.5 -4728094 L 432206.2 -4726748 L 432241.4 -4726014 L 431616.6 -4725068 L 431554.1 -4724306 L 431166.8 -4724345 L 430426.1 -4724111 L 429676 -4724316 L 428434.7 -4725236 L 426680.8 -4724455 L 424006 -4724569 L 422949.5 -4724160 L 421803.3 -4724366 L 421490.1 -4723693 L 419808.1 -4723252 L 419450.7 -4723289 L 419189.6 -4723484 L 418120.8 -4724127 L 417782.6 -4724111 L 417177.9 -4722536 L 415956.4 -4720420 L 415969.7 -4719714 L 415714.2 -4719419 L 413842.7 -4719281 L 413147.3 -4718355 L 412448.9 -4718037 L 411742.3 -4718373 L 410578 -4718335 L 409728.3 -4719104 L 409596.8 -4718746 L 409161.8 -4718128 L 409070.7 -4717012 L 408579.7 -4716444 L 407499 -4716171 L 407570.4 -4715416 L 406822.6 -4715261 L 404595 -4715737 L 403490.4 -4715449 L 403158.8 -4715262 L 401427.3 -4714489 L 399903.2 -4713969 L 399902.8 -4713968 z "
id="path678" />
<path
d="M 324834.2 -4743576 L 324009.4 -4744045 L 322410.2 -4744589 L 319656.5 -4745526 L 317918.7 -4745760 L 312369.5 -4748658 L 311193.5 -4748341 L 310267.7 -4746747 L 310179 -4746594 L 309332.8 -4746030 L 309342.8 -4743200 L 309159.2 -4742198 L 307585.9 -4740328 L 307532.5 -4739771 L 308778.4 -4738911 L 308445.2 -4737783 L 308198 -4737479 L 308111.2 -4736807 L 308760.2 -4735479 L 308837.2 -4734782 L 308912.2 -4734104 L 309451.6 -4732857 L 309370.6 -4730753 L 309888.9 -4729531 L 309806.7 -4728705 L 309309 -4728718 L 307321.8 -4729572 L 304059 -4730408 L 302411.1 -4730305 L 301816.6 -4730267 L 297207.2 -4730654 L 296212 -4730317 L 295361.6 -4730241 L 293507.6 -4730486 L 293007.7 -4730454 L 293423.5 -4730957 L 293875 -4731556 L 293785.3 -4732283 L 291363.8 -4734694 L 292268 -4735341 L 292243.1 -4736099 L 292146.9 -4736474 L 292440.8 -4737585 L 292342.7 -4737938 L 291800.4 -4738872 L 291896 -4739940 L 292415 -4740904 L 292509.5 -4740983 L 292573.1 -4742340 L 292533.3 -4742585 L 292288.7 -4742636 L 292137.8 -4742968 L 292261.7 -4744731 L 292306.2 -4745099 L 292747.8 -4746502 L 293044.2 -4747247 L 292825.1 -4747410 L 292467.4 -4747818 L 293231.2 -4748436 L 293505.8 -4748626 L 293513.4 -4748993 L 293471.7 -4749725 L 293946.8 -4750714 L 294321.1 -4750672 L 295725.4 -4750253 L 296093 -4749602 L 296468 -4749634 L 297844.6 -4749415 L 298013.3 -4749111 L 298529.6 -4748697 L 299596.8 -4749039 L 300146.4 -4748522 L 300479.2 -4748629 L 300825.6 -4748577 L 300979.2 -4748857 L 301964.9 -4749661 L 302123.1 -4750309 L 302082.8 -4750686 L 302297.1 -4750997 L 302420.6 -4751316 L 302828.2 -4752246 L 302887.8 -4752584 L 303411.1 -4753803 L 303676.9 -4753966 L 303871.2 -4754844 L 303847.8 -4755226 L 304112.6 -4755945 L 304469.3 -4756348 L 304575.2 -4756597 L 304862.3 -4756667 L 305375.3 -4756886 L 305603.7 -4757180 L 306308.2 -4757419 L 307219.9 -4758588 L 307592 -4758607 L 307749.3 -4759809 L 307177.7 -4760342 L 307113.6 -4760402 L 306191.4 -4760749 L 305867.9 -4760824 L 305520.2 -4761529 L 305389.2 -4761901 L 305565.9 -4762151 L 305208.1 -4762601 L 305508.1 -4762688 L 306368.5 -4762893 L 306375.3 -4763222 L 306355.1 -4764125 L 306144.7 -4764377 L 305623.2 -4765118 L 305530.2 -4765463 L 305713.4 -4766151 L 305649.1 -4766276 L 305453.4 -4766609 L 305067.5 -4767677 L 304765 -4767722 L 303865.5 -4767870 L 303928.6 -4767521 L 303790.4 -4766828 L 303712 -4766424 L 303466.4 -4766475 L 303223.7 -4766542 L 303165.1 -4766179 L 302104.9 -4766348 L 301442.3 -4766084 L 301212.8 -4765797 L 300113.9 -4764787 L 299916.5 -4764462 L 299595.3 -4764170 L 299283.7 -4764244 L 298392.7 -4765082 L 298929.6 -4765614 L 299143.9 -4768181 L 299302.4 -4768503 L 300244.8 -4768919 L 301385.4 -4768048 L 301730.3 -4768149 L 301627.1 -4768535 L 301496.2 -4768881 L 301152.5 -4770988 L 300840.6 -4771151 L 301414.2 -4772033 L 301594.1 -4772238 L 299055.5 -4773413 L 299116.6 -4774486 L 298834.3 -4774447 L 298276.8 -4774366 L 296841.7 -4774716 L 296511.7 -4776058 L 295795.7 -4776224 L 295660.5 -4776950 L 295334.6 -4776841 L 293651.2 -4776583 L 292697.7 -4776745 L 293024.3 -4776936 L 293604.4 -4777411 L 292890.9 -4778271 L 291896.2 -4778806 L 291812.3 -4778837 L 292027.9 -4779099 L 293114 -4780395 L 293295.5 -4780718 L 293620 -4780947 L 296641.9 -4783474 L 298476 -4785554 L 297263 -4786282 L 298117.6 -4787340 L 298245.3 -4787659 L 298569.1 -4787514 L 299564.3 -4787144 L 300486.6 -4787671 L 301033 -4787221 L 301356.8 -4787375 L 302546.9 -4788089 L 302786.5 -4788370 L 302806.6 -4789830 L 302428.5 -4789782 L 301409.9 -4790299 L 301041 -4790200 L 301304.6 -4790472 L 302373.4 -4791972 L 303124.6 -4792044 L 303153.5 -4792350 L 303198.4 -4792653 L 303491 -4792906 L 304870.8 -4794250 L 306326.4 -4794693 L 306393.3 -4794993 L 306715.1 -4796080 L 308082.6 -4796623 L 307818 -4797271 L 306159.1 -4798250 L 305794.4 -4798376 L 306071.2 -4798580 L 306216.9 -4798893 L 306601.2 -4798867 L 308851.1 -4798455 L 309862.4 -4798972 L 310111.2 -4799197 L 311348.3 -4800291 L 311405.2 -4800600 L 312670.7 -4802512 L 312946.3 -4802782 L 313246 -4803328 L 313420.8 -4803593 L 313491.2 -4803742 L 313738.6 -4804110 L 314849.7 -4805656 L 316113.8 -4804839 L 316839.8 -4805687 L 317129.5 -4805938 L 317639.9 -4806478 L 317412.1 -4807519 L 317635.7 -4807823 L 318054 -4808459 L 318255.7 -4808773 L 317869.3 -4809808 L 319340.7 -4809768 L 321961 -4808036 L 322275.1 -4807798 L 322305.9 -4807846 L 323187.5 -4809416 L 323440.2 -4809692 L 324982.4 -4808991 L 325297.2 -4808855 L 326047.6 -4809257 L 326339.8 -4809332 L 326945.3 -4809472 L 327854.3 -4808886 L 328228.7 -4808860 L 328434.4 -4808830 L 328637.2 -4808782 L 329621.6 -4808361 L 329967.4 -4808225 L 330176.2 -4808501 L 331186.9 -4808292 L 331189.9 -4807941 L 332015 -4807391 L 331967.1 -4807043 L 333134.8 -4805723 L 333335.4 -4805406 L 333479.4 -4805642 L 333528.5 -4805914 L 334884.6 -4806042 L 335163.2 -4804660 L 334947.5 -4804357 L 335877.4 -4803467 L 336194 -4803390 L 336898.9 -4803660 L 337264.9 -4803753 L 337701.9 -4804824 L 338036.1 -4804880 L 338217.8 -4805224 L 337735.2 -4805724 L 337968.6 -4806454 L 337388.4 -4808270 L 337650.1 -4808546 L 338243.7 -4808979 L 339732.7 -4808709 L 339799.5 -4809071 L 340224 -4809667 L 339634.4 -4810587 L 339466 -4810818 L 339700.9 -4811061 L 340571.7 -4811964 L 340716.5 -4812632 L 340830.5 -4813274 L 341149.1 -4813202 L 340996.5 -4813496 L 341556.5 -4813846 L 341379 -4814121 L 341157.6 -4814390 L 339490.2 -4815575 L 339669 -4815886 L 341100.7 -4816873 L 340802.8 -4817020 L 342208.6 -4817281 L 342909.9 -4818898 L 344006 -4818901 L 343763.6 -4819193 L 342588 -4820141 L 342493.2 -4820860 L 343000 -4821326 L 343693.6 -4821023 L 344358.5 -4821362 L 344080.3 -4821630 L 342291.7 -4823002 L 343020 -4822792 L 344261.8 -4823556 L 345012.5 -4823546 L 345592.7 -4823092 L 346027.8 -4822052 L 346724.6 -4822413 L 347756.2 -4823381 L 347451.3 -4824289 L 347318.6 -4824631 L 348366.6 -4824341 L 350531.2 -4824595 L 350892.7 -4824546 L 351463.6 -4826113 L 351383.9 -4826441 L 351746.7 -4826292 L 354361.4 -4825867 L 354585.2 -4826565 L 354512.5 -4828809 L 353564.2 -4829927 L 353370.7 -4830245 L 352975.7 -4830879 L 352195 -4830095 L 351162.2 -4829927 L 350175.8 -4831484 L 349905.6 -4831744 L 350270.8 -4832960 L 350328.9 -4833273 L 350131.5 -4833548 L 349655.1 -4834026 L 348986.9 -4834132 L 348727.8 -4833927 L 347798.6 -4833818 L 347754.5 -4833501 L 346079.5 -4834169 L 345616.8 -4834718 L 346516.4 -4835832 L 346677.3 -4836168 L 346048.2 -4836606 L 344916.5 -4836424 L 344541.3 -4836342 L 343573.1 -4837413 L 343209.8 -4837385 L 343122.1 -4837720 L 342498.5 -4837975 L 342691.4 -4838262 L 342701.5 -4838624 L 343900.4 -4840631 L 343762.9 -4840934 L 343139.3 -4841150 L 342814.3 -4841337 L 341920.1 -4842000 L 340842.3 -4841831 L 340603.9 -4842121 L 340436.3 -4842461 L 340551.5 -4843108 L 339645.3 -4843775 L 339311.5 -4843904 L 337590.9 -4845611 L 337842.5 -4845610 L 338095.1 -4845608 L 336721.9 -4847348 L 336033.9 -4847395 L 336346.9 -4847588 L 335506.2 -4848766 L 335099.4 -4850135 L 335135.4 -4850502 L 335307.6 -4850715 L 337268.1 -4850474 L 337435 -4850791 L 337855.9 -4851351 L 338534.3 -4851553 L 338888.5 -4851635 L 341826.8 -4852086 L 342477.8 -4851682 L 343612.4 -4851554 L 343853.3 -4851855 L 345501 -4853383 L 345597.6 -4853477 L 346683.2 -4852552 L 347378.6 -4852369 L 347309.1 -4851784 L 347513.5 -4851488 L 348105.9 -4851365 L 348248.8 -4851720 L 348976.5 -4852608 L 350332.8 -4853295 L 350534.7 -4854034 L 351548.3 -4853572 L 351983.2 -4852512 L 352962.9 -4851996 L 353291.7 -4851038 L 353568.8 -4850839 L 356177.9 -4850363 L 356340.4 -4849637 L 355448.4 -4848944 L 355675.7 -4848243 L 355889.1 -4847924 L 361129.8 -4850118 L 360358.3 -4850828 L 360303.5 -4851208 L 360638.1 -4851140 L 361201.4 -4851522 L 361500.4 -4850920 L 361846.6 -4851019 L 362890.4 -4851285 L 363121.9 -4851339 L 363378.3 -4851430 L 363905.6 -4851383 L 364178.6 -4851625 L 365100.8 -4852213 L 366474.3 -4852410 L 366616.4 -4852720 L 367143.7 -4853126 L 367827.7 -4853126 L 367935.7 -4853487 L 367416.4 -4855267 L 365589.8 -4855418 L 364199.9 -4854961 L 363306.4 -4856175 L 362570 -4856377 L 362802 -4856658 L 364650.9 -4857721 L 364997.8 -4857560 L 365911.9 -4856940 L 367805.9 -4857042 L 368027.2 -4857658 L 367078.1 -4859213 L 367364.2 -4859432 L 367639.3 -4859662 L 367631.7 -4860379 L 368389.9 -4861147 L 370444 -4860221 L 371533.7 -4860537 L 371860.7 -4860335 L 372602.3 -4859105 L 373630.4 -4858819 L 374982.5 -4859245 L 375071.1 -4858890 L 376572.1 -4861563 L 376804.1 -4861875 L 377234.6 -4862766 L 377396.7 -4863064 L 378244.1 -4862329 L 378555.8 -4860877 L 378936.3 -4860851 L 380562.7 -4862388 L 380456.1 -4862755 L 380787.9 -4862637 L 381103.8 -4862482 L 381747.1 -4863353 L 381975.6 -4864408 L 383355.5 -4864042 L 383720.9 -4864072 L 383038.2 -4862019 L 383277.2 -4860923 L 383959.1 -4860033 L 383707.9 -4859351 L 384311 -4858909 L 384117.7 -4858701 L 383611.2 -4858803 L 383588.8 -4858544 L 384785.1 -4856676 L 384957.6 -4856338 L 385241.5 -4856183 L 386446.7 -4855734 L 386601.6 -4855683 L 386188.4 -4852808 L 389127.9 -4851056 L 390675.1 -4850862 L 390799.7 -4850506 L 390427 -4848807 L 391176.4 -4848146 L 391504.1 -4847147 L 391135.6 -4845792 L 391028.5 -4845455 L 391644.2 -4844718 L 391780.7 -4844402 L 393357 -4843664 L 394095.7 -4842845 L 394438.9 -4842976 L 395268.4 -4841766 L 395497.7 -4841466 L 395156.7 -4840814 L 394397.9 -4840788 L 393255.7 -4839855 L 392201.3 -4840276 L 391824.7 -4840347 L 392097.8 -4840116 L 392016.5 -4839414 L 392010.3 -4839058 L 396232.2 -4838478 L 396601.9 -4838357 L 396452.9 -4838012 L 396555.3 -4836893 L 397352.9 -4835661 L 397336.8 -4835286 L 396843.5 -4834850 L 395078.7 -4834218 L 394171.9 -4833018 L 393857.8 -4831969 L 394716.2 -4830810 L 395334.9 -4830945 L 396365.1 -4830597 L 396680 -4830412 L 396731.7 -4830082 L 398075.7 -4829194 L 398208.9 -4829041 L 398409.6 -4829013 L 398433.8 -4828913 L 399816.1 -4828709 L 399855.8 -4828813 L 400163.5 -4828713 L 400622.8 -4828290 L 400638.3 -4827649 L 400896.4 -4827437 L 402305 -4826674 L 402728.7 -4826531 L 403040.6 -4826373 L 403675.1 -4826146 L 404580.2 -4826359 L 404930.9 -4826255 L 405985.9 -4825964 L 406802.3 -4824816 L 406984 -4823112 L 406879.9 -4822779 L 407611.4 -4822483 L 407966.2 -4822307 L 408941.6 -4821904 L 409265.4 -4821765 L 408669.3 -4821345 L 409824.6 -4819165 L 409958.6 -4819079 L 410134 -4818769 L 412175.9 -4817420 L 412462.5 -4817823 L 414713.4 -4816357 L 415024.3 -4816164 L 415411.9 -4816520 L 416757.3 -4815854 L 417861.9 -4814843 L 418529.1 -4815158 L 419650.4 -4815116 L 419870.4 -4815422 L 420041 -4817627 L 419850.6 -4817959 L 420182.7 -4818133 L 421690.6 -4817151 L 422299.9 -4818357 L 422755.4 -4816950 L 422531.4 -4815784 L 422757.6 -4815556 L 422487.7 -4815278 L 421999.9 -4814677 L 420871.3 -4814427 L 420401.4 -4813829 L 420025.3 -4811566 L 420626.3 -4811176 L 421155.9 -4810155 L 421291.5 -4809803 L 421893.7 -4808881 L 421799.7 -4808516 L 421109.5 -4808239 L 420476.5 -4808642 L 419801.7 -4807743 L 418049 -4807132 L 416594.8 -4808214 L 416016.8 -4807777 L 415790.8 -4808329 L 415852 -4808644 L 415611.1 -4808781 L 415404 -4808965 L 414460.8 -4808421 L 413347.9 -4808741 L 412595.6 -4808549 L 411603.1 -4806547 L 411851.4 -4806249 L 411529.8 -4805881 L 410949.7 -4805513 L 410305.1 -4805804 L 410493 -4807765 L 408601.7 -4809562 L 408526 -4810306 L 407201.4 -4811044 L 407094.4 -4810719 L 406095.2 -4809847 L 406338.3 -4809643 L 406207.7 -4808743 L 405865.9 -4808097 L 404765.4 -4808222 L 403987.6 -4807445 L 403970.5 -4807083 L 404323.3 -4806123 L 404680.8 -4805662 L 403579.8 -4805609 L 402970.8 -4805224 L 402932.5 -4801812 L 403607.7 -4800886 L 403629.5 -4800163 L 403585.6 -4799778 L 402559.2 -4799846 L 402247.1 -4799692 L 401955 -4799918 L 401278.4 -4800214 L 400594.3 -4799936 L 400241.5 -4799321 L 399954.3 -4799592 L 398393.1 -4800732 L 398168.2 -4800071 L 397257.4 -4799443 L 396250 -4799882 L 396483.4 -4799582 L 396518.1 -4798897 L 396354.3 -4798563 L 397268.7 -4797037 L 396580.6 -4796775 L 394937.9 -4795883 L 394661.1 -4795610 L 394949.1 -4795404 L 395484.3 -4794960 L 394848.7 -4793745 L 394406.8 -4793269 L 394177 -4792986 L 393352.1 -4792382 L 393054 -4792605 L 392163.8 -4793264 L 391981 -4792928 L 390263.6 -4790904 L 390670.5 -4789917 L 390618.7 -4789156 L 389725.3 -4788444 L 388968.8 -4788403 L 388922.8 -4788780 L 389163.3 -4790277 L 388879.1 -4790528 L 386664.7 -4791047 L 386246.7 -4791677 L 384763.5 -4791994 L 384470.1 -4792691 L 384140.2 -4792508 L 383772.9 -4792502 L 383856.7 -4791062 L 383352.1 -4790523 L 382683.9 -4791411 L 381761.4 -4792922 L 381457.5 -4792737 L 381463.2 -4792847 L 381118.5 -4792963 L 379845.8 -4792268 L 379502.1 -4792387 L 379455.2 -4793448 L 379381.4 -4793805 L 379053.5 -4794703 L 378635.9 -4794127 L 378046 -4794496 L 377804.7 -4794759 L 377679.8 -4793000 L 377149.3 -4792089 L 377309.9 -4791768 L 377460.5 -4791441 L 377260.7 -4791145 L 377499.1 -4790488 L 377854.3 -4790530 L 378270.5 -4790188 L 378399.9 -4789952 L 377669.5 -4788792 L 377397.7 -4788561 L 378045.5 -4788207 L 378323.7 -4787586 L 378303.8 -4787218 L 378306 -4786783 L 376938.8 -4787422 L 376079.3 -4786753 L 375986.5 -4786384 L 375572.7 -4785882 L 375087.3 -4785647 L 374075.5 -4785888 L 373486 -4786097 L 373249.9 -4786307 L 372421.7 -4786573 L 371279.1 -4787528 L 372112.4 -4790383 L 371869.8 -4791100 L 370199.3 -4793093 L 370135.1 -4793213 L 368321.9 -4794493 L 367252.5 -4796414 L 367855.1 -4796862 L 365635.4 -4797497 L 364482 -4797335 L 363879.5 -4796855 L 363263.4 -4795534 L 362518 -4795474 L 362018.8 -4794467 L 361288.9 -4794571 L 361962.6 -4792843 L 361436.1 -4792337 L 361368.3 -4791969 L 364308.3 -4791435 L 364259.5 -4791059 L 363311.2 -4790404 L 364788.4 -4790068 L 365718.4 -4789468 L 366068.3 -4789625 L 366407 -4789517 L 367089.3 -4789318 L 367729.2 -4789625 L 367866.9 -4788930 L 368085.3 -4788662 L 368497.1 -4787755 L 368245.4 -4787115 L 368069.7 -4786774 L 367429.7 -4785835 L 366336 -4786115 L 365979 -4786006 L 363979.2 -4785222 L 363949.1 -4784934 L 364108.4 -4784382 L 363802.3 -4784288 L 363510.5 -4783724 L 362877 -4783627 L 362639.9 -4783815 L 362165.7 -4784186 L 361863.7 -4784044 L 361388 -4783577 L 359457.5 -4784342 L 358962.9 -4783868 L 359106.9 -4783787 L 358816.1 -4783566 L 357883.5 -4783036 L 357568.3 -4782988 L 357431.5 -4783350 L 356777.9 -4783643 L 356029.9 -4783472 L 355790.9 -4781992 L 354796.6 -4780446 L 355087.2 -4779745 L 356537.6 -4779311 L 357610.2 -4779081 L 357980.5 -4779058 L 359483.4 -4779077 L 359700.1 -4778363 L 361505.4 -4776438 L 361772.7 -4776171 L 360755.4 -4776283 L 360133.1 -4775473 L 360049.3 -4775140 L 359814.7 -4774841 L 358331.4 -4774618 L 358387.9 -4772805 L 357383.8 -4772535 L 357051.8 -4772435 L 356694.7 -4772382 L 355263.1 -4772232 L 355150.2 -4772584 L 354242.8 -4774580 L 354283.9 -4775487 L 353372.1 -4776340 L 353302.3 -4776652 L 351634.2 -4778105 L 351434.6 -4778418 L 350405.7 -4777448 L 349060.1 -4778208 L 347336.2 -4780272 L 346662.9 -4779505 L 346341 -4779350 L 346327 -4779032 L 346039 -4778892 L 345680.8 -4778870 L 344373.7 -4778464 L 344349.9 -4777776 L 344041 -4777958 L 342326.2 -4778357 L 341580.3 -4779127 L 341440.1 -4778959 L 341145.7 -4778326 L 341450.9 -4777742 L 341299.8 -4776289 L 340227.9 -4774149 L 339197.3 -4774376 L 337924.8 -4775663 L 337566.6 -4775650 L 337226.9 -4775767 L 337439.6 -4774791 L 336815.5 -4773983 L 336472.2 -4773980 L 336420.8 -4773222 L 337478.1 -4772137 L 337031.8 -4771581 L 335287.6 -4771233 L 335447.3 -4770920 L 335855.3 -4770051 L 335722.7 -4769720 L 335684.1 -4769010 L 336093.2 -4768425 L 336445.3 -4768479 L 336514.3 -4767526 L 336414.6 -4767497 L 336180.3 -4767723 L 335693.9 -4768159 L 335721 -4767803 L 336040.3 -4765712 L 336359.6 -4765703 L 336673.7 -4765763 L 337567.8 -4765162 L 337997.1 -4764184 L 338722.5 -4764187 L 338409.9 -4763966 L 337339.9 -4763763 L 336453.4 -4762091 L 335234.9 -4760661 L 335110.4 -4760302 L 334837.5 -4760147 L 333929.2 -4759927 L 333646.7 -4759664 L 331748.7 -4759407 L 331185.6 -4759507 L 330901.1 -4759542 L 330001.3 -4758903 L 329658.5 -4758763 L 329282.7 -4758652 L 326580.7 -4758659 L 326643.8 -4758288 L 327376.4 -4756192 L 327297.8 -4755830 L 326398.9 -4755219 L 325679.2 -4755314 L 325045.9 -4754949 L 323954.8 -4755107 L 323703.3 -4754835 L 323420.7 -4754606 L 322538.6 -4754069 L 323115.1 -4752423 L 323421.2 -4752199 L 323791 -4751162 L 323126.8 -4749406 L 323452.5 -4748724 L 324161.8 -4748464 L 324786.3 -4745696 L 325043.6 -4745444 L 324882 -4744052 L 324833.4 -4743575 L 324834.2 -4743576 z "
id="path679" />
<path
d="M 228720 -4748489 L 229159.8 -4749362 L 229340.8 -4749713 L 229514.9 -4750051 L 229924.1 -4751865 L 229290 -4753647 L 229323.1 -4754780 L 228679.7 -4755725 L 228528.7 -4757234 L 228907.6 -4757276 L 229664.3 -4757378 L 230957.6 -4758704 L 232000.6 -4758579 L 232501.4 -4759542 L 232512.8 -4759906 L 232197.3 -4761409 L 231747.8 -4762019 L 231662.8 -4765466 L 232091.7 -4766937 L 233633.2 -4767170 L 233977.6 -4767359 L 234459.2 -4767912 L 234714.3 -4768979 L 234464.1 -4770409 L 235454 -4770871 L 237114.3 -4770101 L 237390.7 -4769857 L 240571.8 -4771749 L 240956.9 -4771758 L 239549.3 -4772969 L 239611.1 -4773744 L 240589.7 -4775825 L 239809.4 -4777103 L 240282.3 -4777629 L 240188.2 -4778738 L 241562 -4778272 L 242416.7 -4779402 L 243729.6 -4779981 L 244081.4 -4780094 L 244749.7 -4781965 L 244717.4 -4782311 L 245109.2 -4782667 L 245816.9 -4783392 L 245802.3 -4784071 L 245942.8 -4784379 L 246725.3 -4785651 L 247088.9 -4785538 L 247847.1 -4784269 L 248744.1 -4785345 L 250261.1 -4785268 L 250641.2 -4785286 L 250490 -4789962 L 250322 -4790320 L 250998.3 -4790383 L 251309.4 -4790189 L 251953.4 -4789827 L 252418.6 -4790040 L 252535.1 -4790391 L 252721.6 -4791501 L 254353.4 -4793607 L 254993.7 -4795361 L 254998.3 -4795743 L 254424.7 -4796246 L 254599.1 -4796587 L 254249.6 -4796655 L 253250.4 -4797008 L 253011.5 -4797656 L 253017.1 -4799149 L 253629.3 -4799589 L 253879.8 -4799871 L 254437.5 -4801305 L 254598.4 -4801812 L 254676.3 -4802067 L 256477.2 -4802206 L 257405.6 -4801578 L 257755.4 -4801728 L 258417.7 -4802682 L 258721.2 -4802924 L 258837.4 -4803098 L 259043.8 -4803425 L 258835 -4804060 L 257290.4 -4805684 L 257468 -4805994 L 257276 -4806659 L 256925.2 -4806512 L 256529.9 -4807117 L 257046.3 -4808127 L 256853.7 -4808405 L 257186 -4808994 L 256626.8 -4809074 L 256953.1 -4809381 L 256683.9 -4809591 L 257703.9 -4811903 L 257864.5 -4812231 L 257013.4 -4813042 L 256733 -4813317 L 256869.5 -4813680 L 256971.5 -4814803 L 256596.6 -4814697 L 255832 -4814716 L 255353 -4813829 L 255109.7 -4813197 L 254840.5 -4813412 L 254350.8 -4813310 L 253989.1 -4811997 L 253618.9 -4811402 L 253563.2 -4811051 L 251601.7 -4811145 L 252774.9 -4812447 L 251504.7 -4813790 L 251769.5 -4814848 L 252199 -4815919 L 251932.7 -4817023 L 252268.5 -4816912 L 254659.9 -4817210 L 255685.8 -4817266 L 255740.5 -4817618 L 255647.7 -4817895 L 255155.7 -4818171 L 254797.6 -4818090 L 254397.7 -4819752 L 253381.3 -4820139 L 253603.5 -4820827 L 253775.1 -4821434 L 253849.9 -4821739 L 254193 -4822396 L 253938.6 -4823240 L 253945.5 -4823557 L 253601.5 -4824035 L 253525.7 -4824322 L 252978.4 -4824706 L 252849.4 -4825065 L 251949 -4826264 L 250529 -4825851 L 250173.6 -4825857 L 249911 -4826487 L 250349.8 -4827792 L 250084.9 -4828216 L 250200.6 -4828558 L 249899.3 -4830299 L 249876.1 -4830689 L 249868.8 -4831079 L 250226.7 -4831208 L 251355.9 -4831147 L 251648.6 -4831389 L 251812.4 -4832868 L 253283.8 -4832855 L 254266.5 -4833336 L 254705.6 -4832761 L 255048.5 -4832895 L 255060.5 -4832592 L 255380.8 -4832617 L 256579.6 -4832627 L 257047.5 -4831473 L 257209.1 -4831194 L 257499.6 -4828131 L 258285 -4827594 L 258367.9 -4827269 L 258462.8 -4826940 L 258822.4 -4825650 L 259978 -4825740 L 260475.1 -4825147 L 260739.5 -4824863 L 261781.4 -4822814 L 262923.2 -4822846 L 263975.7 -4823314 L 264066 -4822580 L 264837.3 -4821764 L 266195.1 -4822291 L 266506.8 -4822498 L 267493.8 -4820718 L 267667.5 -4820418 L 267621.6 -4819495 L 267796.2 -4818016 L 267840.3 -4817646 L 268054.1 -4816989 L 268606.3 -4816620 L 268916.2 -4816466 L 269220.1 -4816614 L 269516.5 -4816016 L 269764.8 -4815785 L 269769.1 -4815691 L 269981.7 -4815383 L 270578 -4814038 L 270230.9 -4813953 L 268236.3 -4813185 L 268285.5 -4813079 L 267959 -4811918 L 269018.3 -4810349 L 269010.6 -4809960 L 269694.6 -4809282 L 270713.8 -4809532 L 271060.8 -4809627 L 271442.7 -4807369 L 271482.9 -4806987 L 271160 -4807145 L 271224.2 -4806765 L 271612.7 -4806103 L 272923.9 -4806474 L 273357.9 -4805941 L 273567.4 -4805661 L 274256.3 -4805867 L 275618.6 -4805587 L 276322.2 -4805896 L 276641.9 -4806110 L 278517.1 -4807044 L 278865.1 -4807138 L 280726.8 -4807652 L 281114.8 -4807728 L 281212.7 -4806200 L 281198 -4805814 L 282103.9 -4805318 L 282950.3 -4805896 L 283223 -4806130 L 283574 -4802923 L 283595.2 -4802554 L 284286.5 -4802656 L 284811.9 -4803125 L 286250.7 -4803239 L 287217.6 -4803589 L 287457.3 -4803846 L 288182 -4803819 L 288711.6 -4803324 L 289072.8 -4803360 L 288618.8 -4801821 L 288784.7 -4801461 L 290620.5 -4800722 L 292192.4 -4800719 L 292581.9 -4800646 L 292664.2 -4801711 L 292788.9 -4802048 L 293770.1 -4801716 L 294080 -4801561 L 294787.2 -4801363 L 295025.7 -4801079 L 295302.3 -4801044 L 295579.6 -4801075 L 296668.1 -4800255 L 297008.3 -4800302 L 298057.5 -4801142 L 298406 -4801076 L 299878.6 -4800618 L 300194.7 -4800385 L 300409.5 -4800329 L 300706.4 -4800483 L 301015.4 -4800610 L 302567.7 -4799569 L 302930.4 -4799449 L 303628.6 -4799581 L 304933.1 -4798941 L 305227.3 -4798699 L 305500.3 -4798519 L 305795.2 -4798377 L 306159.9 -4798251 L 307818.8 -4797271 L 308083.4 -4796623 L 306715.9 -4796080 L 306394.1 -4794994 L 306327.2 -4794693 L 304871.6 -4794250 L 303491.8 -4792906 L 303199.2 -4792654 L 303154.3 -4792350 L 303125.4 -4792045 L 302374.2 -4791972 L 301305.4 -4790472 L 301041.8 -4790200 L 301410.7 -4790299 L 302429.3 -4789782 L 302807.4 -4789830 L 302787.3 -4788370 L 302547.7 -4788089 L 301357.6 -4787375 L 301033.8 -4787222 L 300487.4 -4787671 L 299565.1 -4787144 L 298569.9 -4787514 L 298246.1 -4787659 L 298118.4 -4787341 L 297263.8 -4786283 L 298476.8 -4785554 L 296642.7 -4783474 L 293620.8 -4780947 L 293296.3 -4780718 L 293114.8 -4780396 L 292028.7 -4779099 L 291813.1 -4778837 L 291897 -4778807 L 292891.7 -4778271 L 293605.2 -4777412 L 293025.1 -4776936 L 292698.5 -4776746 L 293652 -4776584 L 295335.4 -4776841 L 295661.3 -4776950 L 295796.5 -4776224 L 296512.5 -4776058 L 296842.5 -4774717 L 298277.6 -4774366 L 298835.1 -4774448 L 299117.4 -4774486 L 299056.3 -4773413 L 301594.9 -4772239 L 301415 -4772034 L 300841.4 -4771151 L 301153.3 -4770988 L 301497 -4768882 L 301627.9 -4768535 L 301731.1 -4768149 L 301386.2 -4768049 L 300245.6 -4768919 L 299303.2 -4768503 L 299144.7 -4768181 L 298930.4 -4765615 L 298393.5 -4765082 L 299284.5 -4764244 L 299596.1 -4764170 L 299917.3 -4764462 L 300114.7 -4764787 L 301213.6 -4765797 L 301443.1 -4766084 L 302105.7 -4766348 L 303165.9 -4766179 L 303224.5 -4766543 L 303467.2 -4766475 L 303712.8 -4766424 L 303791.2 -4766828 L 303929.4 -4767522 L 303866.3 -4767871 L 304765.8 -4767722 L 305068.3 -4767677 L 305454.2 -4766609 L 305649.9 -4766276 L 305714.2 -4766151 L 305531 -4765463 L 305624 -4765118 L 306145.5 -4764377 L 306355.9 -4764125 L 306376.1 -4763222 L 306369.3 -4762893 L 305508.9 -4762688 L 305208.9 -4762601 L 305566.7 -4762151 L 305390 -4761902 L 305521 -4761529 L 305868.7 -4760825 L 306192.2 -4760750 L 307114.4 -4760402 L 307178.5 -4760342 L 307750.1 -4759809 L 307592.8 -4758607 L 307220.7 -4758588 L 306309 -4757419 L 305604.5 -4757180 L 305376.1 -4756886 L 304863.1 -4756667 L 304576 -4756597 L 304470.1 -4756348 L 304113.4 -4755945 L 303848.6 -4755227 L 303872 -4754844 L 303677.7 -4753967 L 303411.9 -4753803 L 302888.6 -4752585 L 302829 -4752246 L 302421.4 -4751316 L 302297.9 -4750998 L 302083.6 -4750686 L 302123.9 -4750309 L 301965.7 -4749662 L 300980 -4748857 L 300826.4 -4748577 L 300480 -4748630 L 300147.2 -4748522 L 299597.6 -4749039 L 298530.4 -4748697 L 298014.1 -4749111 L 297845.4 -4749416 L 296468.8 -4749634 L 296093.8 -4749602 L 295726.2 -4750253 L 294321.9 -4750673 L 293947.6 -4750714 L 293472.5 -4749725 L 293514.2 -4748993 L 293506.6 -4748626 L 293232 -4748436 L 292468.2 -4747819 L 292825.9 -4747410 L 293045 -4747247 L 292748.6 -4746503 L 292307 -4745099 L 292262.5 -4744731 L 292138.6 -4742968 L 292289.5 -4742637 L 292534.1 -4742586 L 292573.9 -4742340 L 292510.3 -4740983 L 292415.8 -4740904 L 291896.8 -4739940 L 291801.2 -4738873 L 292343.5 -4737938 L 292441.6 -4737585 L 292147.7 -4736474 L 292243.9 -4736099 L 292268.8 -4735341 L 291364.6 -4734694 L 293786.1 -4732283 L 293875.8 -4731556 L 293424.3 -4730957 L 293008.5 -4730454 L 290301.1 -4730280 L 288529.6 -4730405 L 288245.7 -4730425 L 287439.4 -4730809 L 285712.8 -4732787 L 284649.9 -4733425 L 283923.1 -4733572 L 283332.2 -4733270 L 281339.4 -4730599 L 279905.4 -4729229 L 279126.2 -4728765 L 277845.7 -4728465 L 277321.9 -4728794 L 276606.2 -4730259 L 276417.3 -4731223 L 275595.3 -4732443 L 274762.7 -4733085 L 272959.4 -4733461 L 270890.2 -4735065 L 270086.2 -4735473 L 269319.6 -4735470 L 268110.2 -4734844 L 265269 -4732381 L 265059.7 -4732336 L 264538.4 -4732221 L 263159.3 -4732225 L 261329.5 -4732860 L 260273.6 -4733037 L 257962.1 -4732108 L 256895.3 -4732440 L 256434.7 -4732433 L 254915.3 -4731505 L 254264.2 -4731409 L 253127.4 -4731241 L 251763.5 -4731603 L 249893.8 -4732099 L 249556.5 -4732506 L 249173.7 -4734250 L 248879.8 -4734917 L 248043.2 -4735253 L 246358.9 -4735541 L 245917.1 -4735734 L 245650.2 -4736146 L 245214.5 -4738538 L 243708.5 -4741128 L 243546.8 -4741406 L 243076.1 -4743700 L 242759.2 -4744395 L 242531.3 -4744417 L 241710 -4743575 L 240760.8 -4743001 L 239675.5 -4742875 L 239176.4 -4742999 L 237491.1 -4744080 L 236984.9 -4744665 L 235648.5 -4746991 L 234667.6 -4746922 L 234568.1 -4746915 L 233303.3 -4747317 L 231141.9 -4749031 L 229897.3 -4748843 L 228721 -4748489 L 228720 -4748489 z M 248210.1 -4806863 L 249060.2 -4807199 L 249369.7 -4807170 L 249987.5 -4806885 L 250210 -4806349 L 250492.1 -4806159 L 250572 -4806149 L 251709.8 -4804444 L 251733 -4804099 L 251611.4 -4803774 L 251499.8 -4803447 L 251554.9 -4803100 L 251272.1 -4802090 L 251174.8 -4801382 L 251065.3 -4801039 L 251000.8 -4800671 L 250568.1 -4799719 L 250503.3 -4799699 L 250146.7 -4799786 L 248858 -4800435 L 247766.2 -4800448 L 247408.2 -4801487 L 247469.9 -4802636 L 247982.8 -4803216 L 249321 -4802694 L 249683.2 -4802715 L 249729.8 -4803075 L 249544.3 -4805552 L 249212.5 -4805390 L 248481.6 -4805505 L 248240.5 -4806514 L 248210.3 -4806863 L 248210.1 -4806863 z M 245436.6 -4797531 L 246069.7 -4797950 L 246419.1 -4798999 L 246725.7 -4799225 L 247440.3 -4800041 L 249017.4 -4799128 L 249390.8 -4799087 L 249240.4 -4798726 L 248867.6 -4797238 L 249664.9 -4796430 L 250054.4 -4795789 L 250021.2 -4795043 L 249451.9 -4794089 L 248806.5 -4794024 L 247960 -4793010 L 248044.1 -4792671 L 247895.3 -4792687 L 247527.2 -4792663 L 246797.1 -4792557 L 246353.9 -4793122 L 246270.6 -4793509 L 245117.8 -4795981 L 245318.7 -4796693 L 245429.1 -4797058 L 245618.8 -4797291 L 245436.3 -4797531 L 245436.6 -4797531 z "
id="path680" />
<path
d="M 228720 -4748489 L 226739 -4747892 L 226177.1 -4747895 L 225674.2 -4747713 L 223060.4 -4745764 L 222215.7 -4745474 L 221660.1 -4745284 L 220688.1 -4745275 L 218991.3 -4744900 L 217798.6 -4744988 L 217417.7 -4745280 L 216648.7 -4746861 L 215197.9 -4746923 L 214184 -4747812 L 213654.6 -4747888 L 212999.6 -4747720 L 212065.8 -4746506 L 211389.5 -4744928 L 211276.6 -4744664 L 210797.7 -4744199 L 210167.9 -4744033 L 208735.1 -4743784 L 208103.2 -4744125 L 207725.9 -4744723 L 207277.6 -4746453 L 205737.6 -4746651 L 205381.9 -4746941 L 205055.5 -4748072 L 204532.3 -4749016 L 204095.8 -4749262 L 201332.1 -4752885 L 200120.7 -4754473 L 198940.2 -4755225 L 197615.8 -4755275 L 196618.4 -4755804 L 195370.3 -4758415 L 195139.6 -4760456 L 194414.3 -4762731 L 193981 -4763412 L 193594.6 -4764018 L 192781.9 -4764607 L 192151 -4764693 L 191602.2 -4764567 L 189939.6 -4763754 L 188819 -4763529 L 185519.9 -4763511 L 183972.2 -4763633 L 182040.9 -4764022 L 180816.7 -4763733 L 180576.3 -4763676 L 179278.5 -4763589 L 176291.8 -4765044 L 175534.4 -4766023 L 173114.9 -4767993 L 169685 -4768218 L 168516 -4768857 L 167814.1 -4769241 L 165272.8 -4771810 L 164411.5 -4771893 L 163918.9 -4771019 L 163159.3 -4770246 L 162631.2 -4770625 L 161980.4 -4772406 L 161342.4 -4772953 L 160059.8 -4773177 L 158285 -4773971 L 157877.4 -4774153 L 157579.5 -4774514 L 157144.2 -4775578 L 156666.6 -4775931 L 156286.4 -4775967 L 154809.3 -4775494 L 153552.1 -4775717 L 152240.8 -4776711 L 150118.6 -4777784 L 149459 -4778448 L 149980.7 -4779962 L 150754.7 -4781352 L 150589.9 -4781596 L 150695.4 -4782387 L 151361.7 -4782937 L 151428.3 -4783366 L 151012 -4783559 L 148410 -4782554 L 147746.1 -4782029 L 147213.4 -4780469 L 146435.9 -4775811 L 145802.6 -4774857 L 145509.9 -4774416 L 145093.4 -4774072 L 142715.4 -4774625 L 140123.7 -4775458 L 138692.1 -4776459 L 136906.2 -4778118 L 136074.2 -4779964 L 135841.6 -4781441 L 137375.1 -4782150 L 139220.8 -4783534 L 139803.9 -4784015 L 140642 -4785291 L 141399.5 -4787597 L 141331.3 -4788755 L 141588.9 -4790111 L 143146.6 -4791958 L 143266.4 -4792343 L 143626.3 -4793498 L 143581.6 -4795702 L 143841.5 -4796547 L 143775.7 -4797730 L 143449.2 -4798861 L 142998.1 -4799493 L 142156.2 -4800315 L 141481.7 -4800482 L 139637.6 -4800453 L 138223 -4800102 L 137548.4 -4800269 L 136963.2 -4800648 L 134811.3 -4802936 L 134007.5 -4803090 L 131162.7 -4803029 L 130656.9 -4802822 L 130045.3 -4801243 L 129325.4 -4800135 L 127955.2 -4799447 L 126346.2 -4799473 L 125885.4 -4799649 L 125186.5 -4799916 L 124662.9 -4800325 L 124389.6 -4802014 L 124452.2 -4804003 L 124604.5 -4804526 L 124518 -4805225 L 124432.5 -4805668 L 123878.6 -4806028 L 121133.9 -4806214 L 118768 -4806082 L 117478.6 -4805512 L 116577.9 -4805114 L 116101.9 -4805832 L 115957.4 -4806513 L 115891.8 -4807146 L 116107.1 -4808545 L 115838.5 -4809238 L 115018.7 -4809399 L 114937.5 -4809865 L 114600.2 -4810273 L 113956.1 -4810083 L 113380.6 -4810179 L 112592.1 -4810670 L 111927.3 -4811441 L 113308.4 -4812537 L 113316.8 -4812895 L 112544.7 -4813634 L 112706.1 -4813721 L 114490.7 -4813960 L 115049.9 -4814469 L 115360.9 -4814516 L 115847.6 -4814265 L 116406.7 -4814237 L 117188.7 -4814674 L 120009.6 -4815608 L 120966.1 -4815464 L 121524.9 -4814899 L 122463.4 -4814835 L 122240.7 -4815445 L 122758.9 -4816061 L 124670.2 -4817362 L 127161.4 -4819404 L 127578.1 -4819745 L 130166 -4823592 L 130333.8 -4824549 L 130688.2 -4825052 L 131216 -4825232 L 131816.2 -4826172 L 132348.9 -4826403 L 133987.3 -4829394 L 134435.6 -4829811 L 135385.8 -4829637 L 136402.3 -4829242 L 136718.9 -4829447 L 138245.7 -4830501 L 139507.7 -4829758 L 139227.1 -4827933 L 139549.7 -4828117 L 142028.9 -4827527 L 142982.7 -4825554 L 143262.1 -4825573 L 143617.7 -4825508 L 146844.5 -4825143 L 149319.1 -4825841 L 149690.2 -4825899 L 149765.8 -4825953 L 150710.7 -4826046 L 153176.9 -4825189 L 155463.2 -4826528 L 155801.9 -4826700 L 156308.9 -4826961 L 156574 -4827069 L 159304.3 -4828462 L 160168.6 -4829228 L 160463.1 -4829474 L 160931.6 -4829881 L 161161.4 -4830089 L 161505.5 -4830157 L 162888.7 -4829998 L 163245.5 -4829898 L 164031.3 -4829121 L 164418.9 -4828063 L 165999.5 -4826986 L 166212 -4826291 L 165667.9 -4825824 L 163816.4 -4825787 L 163432.1 -4825783 L 163150.3 -4825617 L 162858.4 -4825467 L 162974.9 -4824558 L 162966.8 -4824103 L 163279.1 -4823894 L 164267.2 -4824391 L 164662 -4823786 L 164922.6 -4823514 L 165284.5 -4823615 L 165585.6 -4824681 L 165961.8 -4824697 L 166318.9 -4824751 L 167328.9 -4825045 L 168108.7 -4826215 L 169527.5 -4825882 L 170064.5 -4826365 L 170271.3 -4827075 L 170533.7 -4826865 L 171169.4 -4825416 L 173035 -4825671 L 174391.8 -4825116 L 174541 -4824764 L 174789.6 -4824492 L 175270.9 -4824943 L 177326.4 -4824629 L 177240.3 -4825190 L 177661.5 -4826200 L 177668.6 -4827677 L 176789.7 -4828315 L 177850.6 -4828623 L 179923.5 -4827972 L 180919.2 -4827596 L 181747.1 -4828256 L 182071.2 -4828093 L 182668.9 -4827641 L 183023.8 -4827761 L 183435 -4828790 L 184036.2 -4829238 L 184390.1 -4829371 L 185521 -4829384 L 187288.2 -4828767 L 187585 -4828674 L 187886.8 -4828597 L 188191 -4828404 L 189588.4 -4828436 L 189681.7 -4829619 L 190065.8 -4829665 L 191439.8 -4830327 L 192832.6 -4829707 L 193475.3 -4830266 L 193611 -4830536 L 194620.6 -4830702 L 194623.6 -4831769 L 195252.4 -4832058 L 195608.5 -4832136 L 198101.4 -4829649 L 198413.7 -4829410 L 198508.7 -4829095 L 198809.5 -4828219 L 199383.1 -4827772 L 200078.7 -4827812 L 200430.4 -4827718 L 200328.8 -4828453 L 200566.3 -4829544 L 201153.6 -4829991 L 201412.2 -4829713 L 202065.2 -4829386 L 204337.6 -4830598 L 205643.1 -4831181 L 206003.4 -4831196 L 204574.9 -4829585 L 204744.8 -4829255 L 206127.9 -4828813 L 206494 -4828876 L 206676.2 -4828465 L 207617.6 -4827884 L 207970.4 -4827771 L 207925.9 -4827381 L 207979.2 -4826993 L 209139.9 -4827047 L 211888.3 -4829103 L 212292.9 -4828471 L 212491.2 -4827731 L 212615.3 -4827361 L 212972.6 -4827386 L 213328.3 -4827557 L 215241.9 -4828911 L 215586.6 -4829092 L 216752.1 -4830039 L 216727.8 -4830125 L 216978.3 -4830407 L 220236.9 -4832243 L 220501.3 -4832008 L 221557.2 -4832929 L 222175.3 -4832594 L 222198.4 -4832273 L 222919.9 -4831782 L 222912 -4831462 L 221441.3 -4829873 L 220515.5 -4829446 L 221312 -4827787 L 221584.7 -4828020 L 222292.2 -4828073 L 222602 -4828254 L 224913.7 -4829680 L 225121.3 -4829395 L 225324 -4829107 L 225609.6 -4829365 L 226284.5 -4829620 L 227420.9 -4829481 L 227978.8 -4828950 L 229113.3 -4828797 L 229239.3 -4828448 L 229472.9 -4828160 L 230442.2 -4827572 L 232581.9 -4828248 L 233128.3 -4828713 L 233272.8 -4829064 L 233377.4 -4829687 L 233918.8 -4829290 L 234523.2 -4830008 L 234872.9 -4831057 L 237029.8 -4831422 L 237418.3 -4830793 L 237788.7 -4830781 L 238139.2 -4831022 L 238448.4 -4830795 L 239289.5 -4831497 L 240770.7 -4831839 L 241100.4 -4831165 L 241183.5 -4830797 L 241540.4 -4830943 L 243498.9 -4832110 L 244403.1 -4830670 L 244631.6 -4830409 L 244976.1 -4830372 L 245541.6 -4830798 L 246918.8 -4830301 L 247302.2 -4830286 L 247584 -4830503 L 248228.2 -4830705 L 249193 -4830256 L 249899.6 -4830299 L 250200.9 -4828558 L 250085.2 -4828216 L 250350.1 -4827792 L 249911.3 -4826487 L 250173.9 -4825857 L 250529.3 -4825851 L 251949.3 -4826264 L 252849.7 -4825065 L 252978.7 -4824706 L 253526 -4824322 L 253601.8 -4824035 L 253945.8 -4823557 L 253938.9 -4823240 L 254193.3 -4822396 L 253850.2 -4821739 L 253775.4 -4821433 L 253603.8 -4820827 L 253381.6 -4820139 L 254398 -4819751 L 254797.9 -4818090 L 255156 -4818171 L 255648 -4817894 L 255740.8 -4817617 L 255686.1 -4817266 L 254660.2 -4817210 L 252268.8 -4816912 L 251933 -4817023 L 252199.3 -4815919 L 251769.8 -4814848 L 251505 -4813790 L 252775.2 -4812447 L 251602 -4811145 L 253563.5 -4811051 L 253619.2 -4811401 L 253989.4 -4811997 L 254351.1 -4813310 L 254840.8 -4813412 L 255110 -4813197 L 255353.3 -4813829 L 255832.3 -4814716 L 256596.9 -4814696 L 256971.8 -4814803 L 256869.8 -4813680 L 256733.3 -4813317 L 257013.7 -4813042 L 257864.8 -4812231 L 257704.2 -4811903 L 256684.2 -4809591 L 256953.4 -4809381 L 256627.1 -4809074 L 257186.3 -4808994 L 256854 -4808405 L 257046.6 -4808127 L 256530.2 -4807117 L 256925.5 -4806512 L 257276.3 -4806659 L 257468.3 -4805994 L 257290.7 -4805684 L 258835.3 -4804060 L 259044.1 -4803425 L 258837.7 -4803098 L 258721.5 -4802924 L 258418 -4802682 L 257755.7 -4801728 L 257405.9 -4801578 L 256477.5 -4802206 L 254676.6 -4802067 L 254598.7 -4801812 L 254437.8 -4801305 L 253880.1 -4799871 L 253629.6 -4799589 L 253017.4 -4799149 L 253011.8 -4797656 L 253250.7 -4797008 L 254249.9 -4796655 L 254599.4 -4796587 L 254425 -4796246 L 254998.6 -4795743 L 254994 -4795360 L 254353.7 -4793607 L 252721.9 -4791501 L 252535.4 -4790391 L 252418.9 -4790040 L 251953.7 -4789827 L 251309.7 -4790189 L 250998.6 -4790383 L 250322.3 -4790320 L 250490.3 -4789962 L 250641.5 -4785286 L 250261.4 -4785268 L 248744.4 -4785345 L 247847.4 -4784269 L 247089.2 -4785538 L 246725.6 -4785651 L 245943.1 -4784379 L 245802.6 -4784071 L 245817.2 -4783392 L 245109.5 -4782667 L 244717.7 -4782311 L 244750 -4781965 L 244081.7 -4780094 L 243729.9 -4779981 L 242417 -4779402 L 241562.3 -4778272 L 240188.5 -4778738 L 240282.6 -4777629 L 239809.7 -4777103 L 240590 -4775825 L 239611.4 -4773744 L 239549.6 -4772969 L 240957.2 -4771758 L 240572.1 -4771749 L 237391 -4769857 L 237114.6 -4770101 L 235454.3 -4770871 L 234464.4 -4770409 L 234714.6 -4768979 L 234459.5 -4767912 L 233977.9 -4767359 L 233633.5 -4767170 L 232092 -4766937 L 231663.1 -4765466 L 231748.1 -4762019 L 232197.6 -4761409 L 232513.1 -4759906 L 232501.7 -4759541 L 232000.9 -4758579 L 230957.9 -4758704 L 229664.6 -4757378 L 228907.9 -4757275 L 228529 -4757234 L 228680 -4755725 L 229323.4 -4754780 L 229290.3 -4753647 L 229924.4 -4751865 L 229515.2 -4750051 L 229341.1 -4749713 L 229160.1 -4749362 L 228720.3 -4748488 L 228720 -4748489 z M 245436.6 -4797531 L 245619.1 -4797291 L 245429.4 -4797058 L 245319 -4796693 L 245118.1 -4795981 L 246270.9 -4793509 L 246354.2 -4793122 L 246797.4 -4792557 L 247527.5 -4792663 L 247895.6 -4792687 L 248044.4 -4792671 L 247960.3 -4793010 L 248806.8 -4794024 L 249452.2 -4794089 L 250021.5 -4795043 L 250054.7 -4795789 L 249665.2 -4796430 L 248867.9 -4797238 L 249240.7 -4798726 L 249391.1 -4799087 L 249017.7 -4799128 L 247440.6 -4800041 L 246726 -4799225 L 246419.4 -4798999 L 246070 -4797950 L 245436.9 -4797531 L 245436.6 -4797531 z M 248210.1 -4806863 L 248240.3 -4806514 L 248481.4 -4805505 L 249212.3 -4805390 L 249544.1 -4805552 L 249729.6 -4803075 L 249683 -4802715 L 249320.8 -4802694 L 247982.6 -4803216 L 247469.7 -4802636 L 247408 -4801487 L 247766 -4800448 L 248857.8 -4800435 L 250146.5 -4799786 L 250503.1 -4799699 L 250567.9 -4799719 L 251000.6 -4800671 L 251065.1 -4801039 L 251174.6 -4801382 L 251271.9 -4802090 L 251554.7 -4803100 L 251499.6 -4803447 L 251611.2 -4803774 L 251732.8 -4804099 L 251709.6 -4804444 L 250571.8 -4806149 L 250491.9 -4806159 L 250209.8 -4806349 L 249987.3 -4806885 L 249369.5 -4807170 L 249060 -4807199 L 248209.9 -4806863 L 248210.1 -4806863 z "
id="path681" />
<path
d="M 135385.6 -4829637 L 135474.8 -4829786 L 134878.9 -4830179 L 134920 -4830610 L 139219.5 -4838207 L 140704 -4841187 L 140972.1 -4841939 L 141401.5 -4843142 L 141688.4 -4843473 L 142136.3 -4843353 L 142656.5 -4842919 L 143249.7 -4843783 L 142859.4 -4843974 L 143041.1 -4845390 L 142876 -4845951 L 142551.3 -4844490 L 142135.5 -4844146 L 141650 -4844141 L 141621.3 -4844374 L 142102.8 -4847809 L 142652.3 -4850085 L 142928.4 -4852438 L 143894.9 -4854802 L 143894.2 -4855596 L 144378.6 -4857724 L 146262.1 -4865399 L 147462.2 -4868867 L 149367.9 -4876233 L 149582.6 -4877360 L 149779.4 -4878394 L 151088.7 -4882464 L 153148 -4890890 L 153234.4 -4891184 L 154436.4 -4895270 L 155388 -4901191 L 156151.2 -4904086 L 156442.6 -4903930 L 156838.9 -4904071 L 156242.3 -4904769 L 156124.6 -4905138 L 157025 -4907866 L 157185.9 -4909539 L 157814.8 -4911561 L 158035.8 -4912272 L 158053.8 -4914318 L 158596 -4915442 L 159083.1 -4917852 L 158961 -4919501 L 159494.1 -4921061 L 159738.1 -4923597 L 160101.8 -4925211 L 160183.9 -4925575 L 161261.5 -4932444 L 161603.7 -4932501 L 165600.2 -4933519 L 165962.6 -4933613 L 173082.3 -4935689 L 173455.7 -4935803 L 175184 -4938664 L 175346.9 -4938997 L 175687.2 -4938802 L 179593.4 -4936164 L 181100.7 -4936292 L 182279.5 -4936354 L 182894.8 -4936054 L 183354.1 -4933338 L 182482.1 -4931155 L 182324.3 -4930795 L 180978.4 -4928084 L 179496.3 -4926879 L 179203.3 -4926635 L 179591.8 -4926677 L 183867.4 -4927138 L 185708.8 -4927791 L 186032.2 -4927908 L 188011.6 -4928491 L 188806.2 -4927673 L 194187.3 -4925452 L 196508.5 -4925616 L 197868.1 -4926360 L 198638.1 -4926443 L 199003.1 -4926312 L 199566.9 -4927621 L 203338.4 -4928266 L 205184 -4927756 L 205550.9 -4927643 L 205882 -4927475 L 206905.9 -4927859 L 206859.3 -4928479 L 207743.9 -4929040 L 209943.7 -4928306 L 210282.8 -4928119 L 210577.1 -4927883 L 211166.8 -4927413 L 211160.9 -4925905 L 211165.2 -4923567 L 210253 -4922892 L 209896.8 -4922731 L 212576.7 -4921730 L 212901.8 -4921570 L 215455 -4920492 L 216251.5 -4919614 L 218386 -4918573 L 218742.1 -4918401 L 219356.3 -4915888 L 219456.2 -4915532 L 222433.5 -4913850 L 225830.7 -4913457 L 226208.4 -4913417 L 226289.7 -4911076 L 228401.8 -4909396 L 229548.4 -4909400 L 229903.4 -4909238 L 229819.5 -4908853 L 228655.6 -4903862 L 229064.8 -4900736 L 229395.6 -4900658 L 230386 -4900412 L 230755.8 -4900305 L 235340.6 -4899774 L 235700.6 -4899624 L 238249.1 -4898656 L 239008.7 -4898819 L 239373.9 -4898933 L 242301.8 -4899821 L 242287.8 -4900206 L 242131.5 -4905224 L 242347.2 -4906360 L 243901.6 -4906236 L 244534.7 -4906677 L 245218.8 -4906708 L 246278.6 -4905548 L 246968.6 -4903713 L 248688.7 -4902105 L 248987 -4901847 L 249770.1 -4899175 L 249614.2 -4894003 L 249603.3 -4893606 L 250750.2 -4893453 L 251416.3 -4893821 L 252923.2 -4893881 L 254768.2 -4893363 L 255129.1 -4893228 L 255503.6 -4893213 L 259601.9 -4892968 L 259621.9 -4892964 L 262397.3 -4891049 L 262591.9 -4890724 L 270266.1 -4889776 L 270649.7 -4889731 L 270313.6 -4889186 L 270615.9 -4888550 L 270679.7 -4888202 L 269648.6 -4887635 L 267715.4 -4885674 L 267804.3 -4885296 L 267176.6 -4883647 L 266562.7 -4883182 L 265536.1 -4879525 L 265003.3 -4878994 L 264233.6 -4878920 L 264330.5 -4878545 L 264368.5 -4878161 L 264271.6 -4877794 L 264361.7 -4876285 L 265340.9 -4874248 L 264809.7 -4873534 L 264625.7 -4873283 L 264564.9 -4872521 L 263587.5 -4871412 L 264653.9 -4868954 L 264990.8 -4867047 L 265003.9 -4866658 L 264487.6 -4865639 L 263622.1 -4864896 L 261897.4 -4865370 L 261588.5 -4865143 L 261278.3 -4865382 L 260257.5 -4866552 L 257445 -4868541 L 259536 -4870240 L 259590.6 -4871390 L 259087.7 -4871964 L 258778.5 -4872188 L 256359.1 -4874628 L 255667.4 -4872444 L 254283.9 -4871926 L 253134.9 -4870432 L 251525.8 -4870601 L 251257 -4870328 L 251402.8 -4868951 L 251127.9 -4868726 L 250815.9 -4868558 L 250486.9 -4868744 L 249058 -4870434 L 248242.5 -4869655 L 246831.8 -4869941 L 245903.6 -4868805 L 244766.4 -4869772 L 243068.9 -4867792 L 242909.2 -4867448 L 242671 -4867318 L 242168.3 -4867153 L 241575.5 -4866719 L 240703.6 -4867104 L 240269.4 -4866093 L 239686.6 -4865657 L 240013.8 -4865120 L 240675.5 -4864893 L 241597.7 -4864680 L 242403 -4864173 L 242732.4 -4864193 L 243298.8 -4863762 L 243769.1 -4862441 L 243901.9 -4862108 L 243778.1 -4861779 L 243106.7 -4862561 L 242384.3 -4861429 L 242003.7 -4861156 L 243099.2 -4859486 L 243173.1 -4859151 L 243433.9 -4858440 L 242893.3 -4857952 L 242943.1 -4855739 L 241503.2 -4855801 L 241246.4 -4856172 L 240346.4 -4855666 L 240967.4 -4854411 L 240648.2 -4853370 L 241206 -4852850 L 241119.7 -4851719 L 241684.4 -4850287 L 241175.6 -4849859 L 240757.1 -4849283 L 242547.6 -4848831 L 242561 -4848086 L 242688.9 -4847732 L 240681.8 -4846015 L 240355 -4845805 L 240019.2 -4845608 L 238292.7 -4844814 L 238719.1 -4842958 L 237603.5 -4841885 L 237401.3 -4841135 L 237978.8 -4840674 L 238748.8 -4840578 L 238433 -4839780 L 238153.8 -4838791 L 237106.1 -4838633 L 236874.4 -4838063 L 236736.7 -4837740 L 236710.1 -4837044 L 236413.2 -4836859 L 235218.8 -4837585 L 235291.6 -4835825 L 235209.9 -4835478 L 235262.1 -4835108 L 235702.2 -4834559 L 237915.6 -4834470 L 237732.7 -4833348 L 237282.6 -4832737 L 237286.9 -4832358 L 237651.3 -4832339 L 238137.9 -4831022 L 237787.4 -4830781 L 237417 -4830793 L 237028.5 -4831423 L 234871.6 -4831058 L 234521.9 -4830009 L 233917.5 -4829290 L 233376.1 -4829688 L 233271.5 -4829065 L 233127 -4828714 L 232580.6 -4828249 L 230440.9 -4827573 L 229471.6 -4828161 L 229238 -4828448 L 229112 -4828798 L 227977.5 -4828951 L 227419.6 -4829482 L 226283.2 -4829620 L 225608.3 -4829366 L 225322.7 -4829108 L 225120 -4829395 L 224912.4 -4829680 L 222600.7 -4828255 L 222290.9 -4828074 L 221583.4 -4828021 L 221310.7 -4827788 L 220514.2 -4829446 L 221440 -4829874 L 222910.7 -4831462 L 222918.6 -4831783 L 222197.1 -4832274 L 222174 -4832594 L 221555.9 -4832930 L 220500 -4832009 L 220235.6 -4832244 L 216977 -4830408 L 216726.5 -4830125 L 216750.8 -4830040 L 215585.3 -4829093 L 215240.6 -4828912 L 213327 -4827557 L 212971.3 -4827386 L 212614 -4827361 L 212489.9 -4827731 L 212291.6 -4828472 L 211887 -4829104 L 209138.6 -4827048 L 207977.9 -4826993 L 207924.6 -4827382 L 207969.1 -4827772 L 207616.3 -4827885 L 206674.9 -4828466 L 206492.7 -4828876 L 206126.6 -4828814 L 204743.5 -4829256 L 204573.6 -4829586 L 206002.1 -4831196 L 205641.8 -4831181 L 204336.3 -4830599 L 202063.9 -4829387 L 201410.9 -4829713 L 201152.3 -4829992 L 200565 -4829545 L 200327.5 -4828454 L 200429.1 -4827718 L 200077.4 -4827812 L 199381.8 -4827773 L 198808.2 -4828219 L 198507.4 -4829096 L 198412.4 -4829411 L 198100.1 -4829650 L 195607.2 -4832137 L 195251.1 -4832058 L 194622.3 -4831770 L 194619.3 -4830703 L 193609.7 -4830537 L 193474 -4830267 L 192831.3 -4829708 L 191438.5 -4830327 L 190064.5 -4829666 L 189680.4 -4829620 L 189587.1 -4828437 L 188189.7 -4828405 L 187885.5 -4828598 L 187583.7 -4828674 L 187286.9 -4828768 L 185519.7 -4829385 L 184388.8 -4829371 L 184034.9 -4829238 L 183433.7 -4828791 L 183022.5 -4827761 L 182667.6 -4827641 L 182069.9 -4828093 L 181745.8 -4828256 L 180917.9 -4827597 L 179922.2 -4827973 L 177849.3 -4828624 L 176788.4 -4828315 L 177667.3 -4827678 L 177660.2 -4826200 L 177239 -4825191 L 177325.1 -4824630 L 175269.6 -4824944 L 174788.3 -4824493 L 174539.7 -4824765 L 174390.5 -4825116 L 173033.7 -4825672 L 171168.1 -4825416 L 170532.4 -4826866 L 170270 -4827076 L 170063.2 -4826366 L 169526.2 -4825882 L 168107.4 -4826216 L 167327.6 -4825045 L 166317.6 -4824752 L 165960.5 -4824698 L 165584.3 -4824682 L 165283.2 -4823616 L 164921.3 -4823515 L 164660.7 -4823786 L 164265.9 -4824392 L 163277.8 -4823895 L 162965.5 -4824104 L 162973.6 -4824559 L 162857.1 -4825467 L 163149 -4825617 L 163430.8 -4825784 L 163815.1 -4825788 L 165666.6 -4825825 L 166210.7 -4826291 L 165998.2 -4826986 L 164417.6 -4828063 L 164030 -4829121 L 163244.2 -4829899 L 162887.4 -4829998 L 161504.2 -4830157 L 161160.1 -4830089 L 160930.3 -4829882 L 160461.8 -4829475 L 160167.3 -4829229 L 159303 -4828463 L 156572.7 -4827070 L 156307.6 -4826962 L 155800.6 -4826701 L 155461.9 -4826529 L 153175.6 -4825190 L 150709.4 -4826047 L 149764.5 -4825953 L 149688.9 -4825899 L 149317.8 -4825841 L 146843.2 -4825144 L 143616.4 -4825508 L 143260.8 -4825574 L 142981.4 -4825555 L 142027.6 -4827528 L 139548.4 -4828117 L 139225.8 -4827934 L 139506.4 -4829758 L 138244.4 -4830501 L 136717.6 -4829447 L 136401 -4829243 L 135384.5 -4829638 L 135385.6 -4829637 z "
id="path682" />
<path
d="M 285823.2 -4960109 L 285750.9 -4959763 L 283763.7 -4959165 L 283428.3 -4959010 L 281973.6 -4959004 L 280979.7 -4960477 L 280240.3 -4960497 L 280101.1 -4960155 L 279556.5 -4959639 L 278985.5 -4957805 L 279472.8 -4956352 L 278105.8 -4955932 L 278001.2 -4956304 L 277578 -4958186 L 277245 -4958887 L 276860.2 -4958928 L 276523.2 -4958547 L 276350.9 -4958243 L 275871 -4957358 L 275226.3 -4957500 L 274970 -4957264 L 274269.1 -4956992 L 273391.4 -4957763 L 273201.2 -4957437 L 272971.7 -4955227 L 272451.1 -4954248 L 272240.7 -4954567 L 271610.4 -4954993 L 270862.3 -4954865 L 270394.6 -4953900 L 270020.1 -4953820 L 270491.2 -4952076 L 271151.3 -4951703 L 272280.1 -4951770 L 272646 -4951668 L 272596.7 -4951329 L 272329.2 -4950701 L 272519.3 -4950060 L 273187.2 -4949799 L 274215.6 -4950127 L 274871.7 -4950260 L 275219.8 -4950022 L 276220.9 -4949526 L 276412.4 -4949184 L 276291.1 -4948907 L 275907.4 -4948438 L 275655.2 -4948154 L 275193.8 -4947551 L 274896.1 -4946088 L 274505.5 -4946083 L 273413.9 -4946415 L 273025.9 -4947089 L 272797.6 -4946843 L 272819.3 -4945521 L 273969.1 -4944123 L 273667.8 -4943437 L 273301.2 -4943427 L 272253.7 -4943210 L 270964.6 -4941927 L 270899.7 -4941893 L 270664.4 -4941659 L 270382 -4941486 L 270001.6 -4941393 L 268135.5 -4940878 L 268302.6 -4939806 L 268017.2 -4938750 L 267350.7 -4937910 L 266923.2 -4936955 L 266636.9 -4937200 L 264501 -4937685 L 264079.2 -4937309 L 263779 -4937095 L 263113.3 -4936336 L 262786.3 -4936469 L 261409.3 -4937542 L 261390.1 -4937169 L 262825.3 -4935075 L 262126 -4934209 L 261754.3 -4934227 L 261482.9 -4934090 L 261342.6 -4933821 L 261020.1 -4933729 L 260068.2 -4932370 L 260010 -4932023 L 259970.1 -4930697 L 260055.9 -4928152 L 260543.4 -4927291 L 260895.8 -4927393 L 261470.1 -4926982 L 261673.3 -4925953 L 261447.2 -4925681 L 260822.5 -4925432 L 260421.2 -4924473 L 260494.8 -4923764 L 260586.5 -4923419 L 260034.1 -4922985 L 261404.7 -4920386 L 262111.5 -4919724 L 262300.9 -4919455 L 262143.9 -4919110 L 261645.7 -4918589 L 262430.6 -4917851 L 261674.3 -4917079 L 260659.3 -4917549 L 259913.2 -4917534 L 258438.7 -4916364 L 258152.8 -4916445 L 257855.1 -4916458 L 257488.7 -4916391 L 256016.3 -4916428 L 255172.1 -4915699 L 254434.7 -4915788 L 253817.8 -4914023 L 254229.3 -4913643 L 254432.5 -4913449 L 256013.6 -4911885 L 257496.4 -4909658 L 257708.9 -4909341 L 257051.6 -4908973 L 257714.3 -4906819 L 256412.5 -4906185 L 256107.4 -4905960 L 255177.2 -4904145 L 254959.1 -4903879 L 254475.3 -4904422 L 253198.5 -4903033 L 251867.9 -4902349 L 251165.2 -4902579 L 250751.2 -4903160 L 250441 -4903376 L 250196.1 -4902688 L 249298.9 -4902045 L 248986.8 -4901847 L 248688.5 -4902104 L 246968.4 -4903713 L 246278.4 -4905548 L 245218.6 -4906708 L 244534.5 -4906677 L 243901.4 -4906236 L 242347 -4906360 L 242131.3 -4905224 L 242287.6 -4900206 L 242301.6 -4899821 L 239373.7 -4898933 L 239008.5 -4898819 L 238248.9 -4898656 L 235700.4 -4899624 L 235340.4 -4899774 L 230755.6 -4900304 L 230385.8 -4900412 L 229395.4 -4900658 L 229064.6 -4900736 L 228655.4 -4903862 L 229819.3 -4908853 L 229903.2 -4909238 L 229548.2 -4909400 L 228401.6 -4909396 L 226289.5 -4911076 L 226208.2 -4913417 L 225830.5 -4913457 L 222433.3 -4913850 L 219456 -4915532 L 219356.1 -4915888 L 218741.9 -4918401 L 218385.8 -4918573 L 216251.3 -4919614 L 215454.8 -4920492 L 212901.6 -4921570 L 212576.5 -4921730 L 209896.6 -4922731 L 210252.8 -4922892 L 211165 -4923567 L 211160.7 -4925905 L 211166.6 -4927413 L 210576.9 -4927883 L 210282.6 -4928119 L 209943.5 -4928306 L 207743.7 -4929040 L 206859.1 -4928479 L 206905.7 -4927859 L 205881.8 -4927475 L 205550.7 -4927643 L 205183.8 -4927756 L 203338.2 -4928266 L 199566.7 -4927621 L 199002.9 -4926312 L 198637.9 -4926443 L 197867.9 -4926360 L 196508.3 -4925616 L 194187.1 -4925452 L 188806 -4927673 L 188011.4 -4928490 L 186032 -4927908 L 185708.6 -4927791 L 183867.2 -4927138 L 179591.6 -4926677 L 179203.1 -4926635 L 179496.1 -4926879 L 180978.2 -4928084 L 182324.1 -4930794 L 182481.9 -4931155 L 183353.9 -4933338 L 182894.6 -4936054 L 182279.3 -4936354 L 181100.5 -4936292 L 179593.2 -4936164 L 175687 -4938802 L 175346.7 -4938997 L 175183.8 -4938663 L 173455.5 -4935803 L 173082.1 -4935689 L 165962.4 -4933613 L 165600 -4933519 L 161603.5 -4932501 L 161261.3 -4932444 L 161373.8 -4933162 L 161234.1 -4934890 L 161496.6 -4935760 L 161613.7 -4937771 L 161204.8 -4939090 L 161885.7 -4940328 L 162113.1 -4941893 L 163316.2 -4943516 L 165935.2 -4948176 L 166347.7 -4951129 L 166544.6 -4951661 L 167107.1 -4953179 L 167488.8 -4953961 L 167849.4 -4954259 L 169449.8 -4954181 L 170439.2 -4953854 L 171466.2 -4952859 L 170739.4 -4952469 L 170601.5 -4952098 L 170703.6 -4951833 L 171442.6 -4952350 L 171940.2 -4952481 L 172663.6 -4952308 L 173114.7 -4951958 L 173621.3 -4949273 L 173653.9 -4949033 L 173856.8 -4949182 L 173514.3 -4951868 L 173816.1 -4952350 L 174873.3 -4952196 L 176247.6 -4951628 L 177417.3 -4951847 L 178797.4 -4952660 L 179421.3 -4952779 L 179475.1 -4952543 L 179261.4 -4952180 L 179828.2 -4951972 L 180022.3 -4952925 L 180360 -4953251 L 181259.7 -4952524 L 181285 -4953315 L 181004.3 -4954109 L 179399.9 -4955467 L 179275.2 -4955761 L 179415.4 -4956157 L 178579.4 -4955956 L 178343.7 -4956158 L 177829.9 -4957180 L 177922.1 -4957606 L 178603.1 -4957259 L 179123.5 -4957362 L 177060.8 -4959787 L 176007.1 -4960504 L 175455 -4961658 L 174760.1 -4962390 L 173755.2 -4962820 L 173110.9 -4963548 L 172252.9 -4964706 L 171665.6 -4964967 L 170782.3 -4966128 L 170483.8 -4966208 L 169863.9 -4965603 L 169578.2 -4964760 L 169187.6 -4964415 L 169503.1 -4963719 L 168985.1 -4962848 L 168296.6 -4962326 L 167076.2 -4960526 L 166116.1 -4959570 L 165094 -4958236 L 164583.4 -4956648 L 164080 -4955929 L 163956.1 -4955287 L 163876.2 -4954874 L 163829.7 -4952806 L 163601.3 -4952291 L 162881.1 -4951440 L 162839.5 -4951009 L 163202.4 -4951332 L 163449.5 -4951212 L 162981.5 -4949306 L 162752.2 -4949047 L 162436.6 -4948950 L 162165.8 -4949053 L 161865.6 -4949645 L 161822.4 -4950519 L 162244.3 -4954668 L 162322.3 -4955435 L 162858.3 -4957020 L 162864 -4958401 L 163279.4 -4961380 L 164727.7 -4968398 L 166303.1 -4976030 L 167172.6 -4982174 L 167270.9 -4982869 L 167891.5 -4985854 L 168465.5 -4990992 L 168589.2 -4991556 L 168877.1 -4992871 L 168955.1 -4994731 L 169197.3 -4996000 L 170095.7 -5000709 L 170247.1 -5004378 L 171495.9 -5009766 L 172265.2 -5013085 L 172901.5 -5017014 L 173355.8 -5021958 L 173722.7 -5023561 L 174020.4 -5024861 L 174263.5 -5029468 L 174213.4 -5034205 L 174488 -5036506 L 174723.6 -5037471 L 175293.4 -5039804 L 175140 -5044526 L 175559.2 -5045687 L 176773 -5047410 L 177212.5 -5048518 L 178559.5 -5049512 L 178824.4 -5050115 L 180176.4 -5051707 L 180835.4 -5052973 L 182745.7 -5053989 L 183109.4 -5054056 L 183277.2 -5053681 L 182912.9 -5052822 L 183005.4 -5052199 L 183739 -5051871 L 184235.9 -5051209 L 184009.1 -5050975 L 183410.4 -5050854 L 183054.8 -5050608 L 182461.8 -5049233 L 182325.1 -5048352 L 182553.8 -5047818 L 183149.4 -5047120 L 184055.6 -5046469 L 184339.3 -5046236 L 184670.3 -5046230 L 185055.1 -5045987 L 186424.5 -5044063 L 187324 -5043080 L 189788.2 -5040870 L 191582.2 -5039902 L 192176.5 -5039716 L 192924.3 -5038748 L 193690.8 -5037446 L 194842 -5035901 L 196020.3 -5034635 L 197672.5 -5033784 L 198714.7 -5032690 L 200358.5 -5030964 L 201243.3 -5029829 L 202445.9 -5028024 L 203183 -5026418 L 204549.6 -5022883 L 205240.8 -5020540 L 205613.6 -5018831 L 205965.1 -5017221 L 206704.7 -5010371 L 208160.2 -5005114 L 209008.9 -5001758 L 210545.8 -4998131 L 213284.5 -4994002 L 215090.1 -4991832 L 216404.2 -4990912 L 217382.7 -4991533 L 216702.1 -4992673 L 216571.7 -4993171 L 216803.3 -4993456 L 217180 -4993394 L 218104.5 -4992664 L 219212.4 -4992250 L 219150.5 -4992665 L 218692.3 -4992940 L 218734.7 -4993115 L 219697.6 -4993047 L 219821.6 -4993802 L 218163.3 -4994066 L 217090.4 -4994579 L 215198.3 -4996118 L 214437.8 -4996959 L 212700.8 -5002139 L 211977 -5003695 L 211739.3 -5008091 L 211393.5 -5010580 L 210216.4 -5015810 L 209502 -5021864 L 208906.5 -5025195 L 208793.8 -5025898 L 208914.3 -5025880 L 209157.3 -5025852 L 213665.3 -5025112 L 214642.1 -5024435 L 214985.7 -5024602 L 217044.2 -5025132 L 217691.5 -5024807 L 218058.5 -5024769 L 218147.5 -5025928 L 218883.3 -5027152 L 219818.8 -5026035 L 220104.1 -5025803 L 219622 -5023542 L 219824.9 -5022374 L 220043.4 -5022045 L 221277.5 -5021744 L 221506.8 -5021504 L 223976.9 -5020917 L 224202.3 -5020623 L 226082.8 -5021137 L 226416.3 -5021346 L 227437 -5021311 L 228267.7 -5020714 L 228612.6 -5020675 L 230171.3 -5019917 L 230470.5 -5019731 L 231609.4 -5018910 L 231629.1 -5017884 L 231504.7 -5017549 L 231061.2 -5016149 L 232164.9 -5016037 L 232427.5 -5014997 L 231774 -5013672 L 231793.6 -5013298 L 231265.2 -5011896 L 231371.4 -5011167 L 232469.7 -5009545 L 232594 -5008774 L 232667.6 -5008390 L 233648.6 -5004704 L 233764.2 -5004337 L 234208.4 -5005815 L 235225.9 -5006972 L 235490.3 -5007258 L 237370.3 -5006739 L 238541.5 -5005682 L 238988.5 -5003811 L 239214.9 -5003486 L 239589 -5004470 L 239745.4 -5004793 L 241882.7 -5004003 L 242208.9 -5003805 L 242318.1 -5003054 L 243577.3 -5000774 L 244421.2 -5000009 L 246338.4 -4999886 L 247005.1 -4999246 L 247210.4 -4999015 L 248622.7 -4998352 L 250544.1 -4998057 L 250932 -4998014 L 251598.3 -4997626 L 252369.7 -4997722 L 255031.7 -5000420 L 256480 -5000978 L 256873.7 -5001009 L 258826.8 -4998419 L 259195.6 -4998428 L 259468.1 -4998653 L 260054.4 -4998264 L 260536.3 -4998759 L 261773.4 -5000086 L 263958.5 -5000483 L 264304.5 -5000335 L 266254.6 -5000193 L 267335.7 -4999748 L 268530.2 -4997748 L 268911 -4995852 L 269139.4 -4995532 L 269268.6 -4995372 L 269325.4 -4994862 L 267849.4 -4991796 L 266949.1 -4991112 L 266743.5 -4990370 L 266571.9 -4989625 L 266458.6 -4989871 L 266143.7 -4988774 L 266412.5 -4986453 L 266131.1 -4986234 L 265513.4 -4984588 L 264598.2 -4985082 L 264275.8 -4984890 L 264313.1 -4984141 L 263859.2 -4983124 L 263468.7 -4981300 L 264282.2 -4979599 L 264427.7 -4979242 L 264720 -4978930 L 265612.5 -4977748 L 264479.8 -4975821 L 264214.5 -4975555 L 264114.7 -4975506 L 264025.4 -4975167 L 263816.8 -4974504 L 262871.3 -4973546 L 262880.3 -4973521 L 262641.6 -4972934 L 262375.2 -4972710 L 261927.4 -4971748 L 260132.6 -4971311 L 259989.4 -4970964 L 262976.7 -4970129 L 263364.3 -4970155 L 264432.8 -4970505 L 265710.4 -4969145 L 265557.9 -4968401 L 266002.6 -4967819 L 266351.6 -4967661 L 266590.4 -4967643 L 267700.5 -4967627 L 268152.3 -4967013 L 268532.9 -4967036 L 269128 -4968298 L 269815.2 -4968455 L 270166.9 -4968463 L 271175.7 -4968152 L 271186.8 -4967014 L 271558.7 -4966929 L 271621.6 -4966973 L 272398.3 -4967850 L 274342.6 -4967907 L 275048.6 -4967574 L 276598.5 -4967504 L 276960.5 -4967355 L 277103.7 -4967190 L 277504.1 -4966796 L 277785.7 -4966871 L 278924.2 -4968843 L 279195.5 -4969109 L 279835.5 -4969374 L 280182.1 -4969422 L 281501.1 -4970540 L 281779.5 -4970750 L 281946.9 -4971039 L 281620.7 -4972431 L 285146.5 -4971541 L 285454.6 -4971329 L 287280.2 -4969561 L 287520.5 -4969285 L 286264.4 -4968224 L 286334.6 -4967526 L 285688.6 -4967810 L 285128.7 -4966879 L 283763.1 -4967292 L 283401.4 -4967311 L 283409.1 -4966920 L 283529.1 -4965772 L 284166.4 -4964216 L 284129 -4963873 L 283883.1 -4962843 L 284059.5 -4962535 L 284516 -4961496 L 285544.2 -4960372 L 285823.4 -4960109 L 285823.2 -4960109 z M 208688 -5015180 L 208550 -5015461 L 208555.1 -5016276 L 208590.7 -5017299 L 208336.7 -5018526 L 208250.5 -5020783 L 208797.3 -5017429 L 208913 -5015784 L 208688 -5015180 L 208688 -5015180 z M 209168.5 -5009467 L 208847.3 -5009576 L 208340.7 -5010929 L 208430.2 -5013171 L 208779.4 -5013879 L 209037.8 -5013649 L 209458.1 -5012457 L 209437.2 -5010925 L 209168.5 -5009467 L 209168.5 -5009467 z M 210683.4 -5003770 L 210180 -5005686 L 209743.1 -5009079 L 209934 -5009470 L 210408.3 -5008836 L 211053.2 -5006011 L 211190.6 -5004795 L 210925.4 -5003900 L 210683.2 -5003770 L 210683.4 -5003770 z M 216537 -4991527 L 215196.3 -4992666 L 214293.3 -4994672 L 212427.1 -4997173 L 211041.1 -4999030 L 210824.3 -4999690 L 210878.2 -5000247 L 212546.8 -4998244 L 216537.1 -4991527 L 216537 -4991527 z M 169546.5 -4957293 L 169021.2 -4957140 L 168062 -4957514 L 167778.2 -4958539 L 167876.1 -4958760 L 168469.9 -4958831 L 169577.6 -4958672 L 169629.8 -4958155 L 169970 -4957713 L 169546.6 -4957293 L 169546.5 -4957293 z "
id="path683" />
<path
d="M 208794.1 -5025899 L 208557.1 -5027379 L 208054.8 -5029039 L 207736.5 -5029965 L 206764 -5033614 L 204776.8 -5037849 L 203632.4 -5039725 L 203624.9 -5039948 L 203599.5 -5040700 L 203160.5 -5041434 L 202362.7 -5042151 L 201844.8 -5043122 L 201298 -5043533 L 201184.4 -5044465 L 199493.9 -5046497 L 198767.1 -5047156 L 197927.5 -5047443 L 197362.9 -5047933 L 197057 -5048986 L 196655.1 -5049050 L 196088.1 -5048466 L 195297.7 -5049096 L 194880.5 -5049428 L 194675 -5050727 L 194302.1 -5051352 L 193847.3 -5051396 L 193421.3 -5052000 L 193145.7 -5052053 L 192785.2 -5051756 L 192494.2 -5051912 L 192263.1 -5051372 L 190866.2 -5052224 L 190022.9 -5052997 L 189248.6 -5054479 L 188897.2 -5054539 L 188716.6 -5055043 L 188946.5 -5056095 L 188748 -5056677 L 188296.6 -5057284 L 187543.7 -5057401 L 187417 -5057421 L 187055.3 -5057635 L 187085.4 -5058732 L 186950.4 -5059180 L 186580.5 -5059574 L 186112.7 -5059748 L 185365.5 -5059412 L 184766.4 -5059547 L 184158.5 -5060118 L 183736.3 -5060236 L 181706.5 -5061662 L 180058.2 -5062028 L 177059.2 -5064620 L 174786.8 -5066585 L 173573.1 -5068008 L 172596.1 -5068718 L 171928.5 -5068937 L 170771.5 -5068845 L 170585.2 -5068505 L 171258.8 -5066777 L 171173.7 -5066427 L 170628.8 -5067120 L 170275 -5068203 L 170058.1 -5069611 L 169946.8 -5070333 L 169974.8 -5075855 L 170377.8 -5077632 L 170905.8 -5078859 L 171387.4 -5079349 L 172203.5 -5079346 L 173213.2 -5079758 L 173868.3 -5079413 L 175159.7 -5079312 L 176781.7 -5080508 L 177272.3 -5080307 L 178006.3 -5079724 L 179506.2 -5077837 L 181175 -5076114 L 182335.7 -5075719 L 183003.8 -5075244 L 185283.5 -5072719 L 185488.1 -5072725 L 185229.3 -5073211 L 183392.7 -5075309 L 183460.6 -5075481 L 183230.7 -5075478 L 181540.7 -5076462 L 179638.9 -5078413 L 178936.4 -5079582 L 178532.2 -5080669 L 178495.4 -5081338 L 178870.3 -5082043 L 178699.7 -5082648 L 178060.1 -5083263 L 177930 -5083388 L 177594.3 -5084393 L 176766.1 -5085318 L 176992.4 -5085808 L 176910.5 -5086276 L 177776.7 -5086523 L 177654.8 -5086843 L 177886.6 -5087127 L 180050.5 -5086557 L 180531.5 -5087302 L 181283 -5087945 L 184035.9 -5091843 L 184232.8 -5093077 L 183946.6 -5094589 L 183604.1 -5095261 L 182875.8 -5095640 L 182678 -5095966 L 182846.5 -5096384 L 183171.9 -5096583 L 185129.9 -5096518 L 186786 -5097021 L 187892.3 -5097117 L 188629.4 -5097352 L 189305 -5098002 L 190355.3 -5098308 L 190521.5 -5097396 L 189480.5 -5095095 L 189441 -5094689 L 189684.9 -5094028 L 190216.1 -5093744 L 189930.4 -5094999 L 190870.2 -5097311 L 190898.2 -5098383 L 190693.1 -5098632 L 190271 -5098751 L 189723.1 -5098626 L 188188.9 -5097804 L 186731.9 -5097512 L 185477.6 -5096945 L 184840.9 -5096956 L 184410.8 -5097254 L 183984.6 -5098114 L 183970.1 -5099011 L 183837.7 -5099484 L 181903.7 -5101361 L 181703 -5101918 L 181859.1 -5102210 L 182646.5 -5101391 L 183204.8 -5101361 L 184075.8 -5101660 L 185566.5 -5101514 L 185949.9 -5101783 L 186211.4 -5102371 L 186260.3 -5103133 L 185872.3 -5103862 L 185741.9 -5104616 L 185919.7 -5105392 L 185958.7 -5106052 L 185585.1 -5107189 L 184876 -5108026 L 184145.3 -5108378 L 183684.5 -5108884 L 183041.8 -5111965 L 182560.3 -5112779 L 181758.1 -5113446 L 180613.3 -5113737 L 180208.5 -5114033 L 179970.2 -5114465 L 180197.2 -5114699 L 180995.2 -5114774 L 181330.7 -5115073 L 181063.7 -5115665 L 180617.8 -5116652 L 179551.7 -5116706 L 179270.9 -5116963 L 178984 -5117682 L 177824.2 -5117822 L 177520.5 -5118107 L 177787.6 -5118490 L 178405.8 -5118813 L 178843.8 -5119639 L 177456.6 -5119801 L 175737.5 -5119177 L 175068.1 -5119115 L 174686.2 -5119383 L 173930.8 -5120787 L 173695.6 -5120989 L 172851.9 -5120970 L 172720.1 -5121188 L 172989.7 -5121596 L 173610.8 -5121688 L 174150.8 -5121993 L 174339.6 -5122403 L 174410 -5122556 L 174897.1 -5122840 L 175326.7 -5124102 L 176142.8 -5125403 L 176529.1 -5125441 L 176700.1 -5125885 L 175702.8 -5125599 L 175636.9 -5125708 L 176009.6 -5126388 L 176380.2 -5126786 L 176872.5 -5126865 L 177316.4 -5127231 L 178586.2 -5127694 L 179243.7 -5128678 L 180452 -5129556 L 180869.7 -5130436 L 181707.3 -5130916 L 182356.4 -5132335 L 183010.4 -5133804 L 183047.2 -5134440 L 182849.2 -5135022 L 181624.4 -5136319 L 181559.6 -5136390 L 181801.2 -5136580 L 182246.1 -5137049 L 182459.5 -5137988 L 182795.7 -5137975 L 183016.3 -5137268 L 184441.4 -5136837 L 185793.7 -5137379 L 185663.4 -5137727 L 186206.4 -5138207 L 187707.8 -5140308 L 187844.6 -5140654 L 188036.2 -5139940 L 190633.9 -5140897 L 193643.6 -5140546 L 194577.3 -5141730 L 194784.2 -5142073 L 195761 -5141545 L 197670.3 -5142548 L 197193.6 -5141683 L 197081.7 -5141371 L 196968.9 -5141004 L 196224.9 -5138834 L 194993.2 -5137380 L 196844.9 -5136095 L 198313.4 -5136347 L 198525.7 -5136027 L 199830 -5136420 L 200357.8 -5137175 L 200541.7 -5137484 L 201792.6 -5136951 L 201943.5 -5137282 L 202536.8 -5137252 L 202333.1 -5136556 L 203407.7 -5136414 L 203755.4 -5137098 L 203659.7 -5138171 L 204498.6 -5138928 L 205102 -5138651 L 205315.3 -5138332 L 206419.7 -5138468 L 207013.7 -5138930 L 207454.2 -5138465 L 206695.3 -5137711 L 206994.8 -5137021 L 207754.2 -5136878 L 208647 -5136172 L 209033.2 -5136166 L 210693.7 -5134806 L 210909 -5134497 L 210577 -5134309 L 211182.8 -5131738 L 211366.1 -5131403 L 211827.9 -5130387 L 210335.5 -5128659 L 210525 -5127925 L 210858.3 -5127706 L 214164.9 -5125474 L 214445.2 -5125246 L 215379.2 -5124210 L 215448.5 -5123844 L 215599.5 -5122419 L 214615.3 -5122274 L 214490.5 -5121917 L 215049.5 -5120722 L 216866.1 -5120593 L 217541.2 -5119243 L 217842.4 -5119053 L 218427.9 -5118654 L 219121 -5118702 L 220008.7 -5118128 L 220765.9 -5118161 L 221397.3 -5117789 L 221445.6 -5117421 L 219646.3 -5117167 L 219507 -5116233 L 220422.7 -5115601 L 221490.6 -5116013 L 222965.2 -5115620 L 223046 -5115949 L 223297.6 -5116574 L 224279.3 -5115979 L 225780.6 -5115977 L 226445 -5115598 L 226807.2 -5115470 L 227287.6 -5114987 L 227276.9 -5114621 L 227738.3 -5114159 L 228465.5 -5114114 L 228200.6 -5113865 L 227878.6 -5113697 L 228510.3 -5112845 L 227977.5 -5112382 L 228312.7 -5112244 L 228795.1 -5111765 L 229860.3 -5111807 L 231242.8 -5111390 L 232984.4 -5111007 L 233514.9 -5110502 L 233677.2 -5110169 L 233873.5 -5111150 L 235009.1 -5112004 L 235326 -5112168 L 235216.5 -5109952 L 236422.3 -5109114 L 236715.5 -5108878 L 237933.7 -5110233 L 238921.1 -5109879 L 239771 -5108743 L 239548.4 -5108125 L 239664.7 -5107788 L 242104.5 -5108459 L 242436.6 -5108315 L 243904 -5107921 L 244824.7 -5108509 L 245078.5 -5108799 L 245416.6 -5108621 L 246440.1 -5106629 L 246501.9 -5105484 L 246848 -5105373 L 249558.9 -5104379 L 249861 -5104306 L 250908.3 -5103969 L 252237 -5104490 L 252551.2 -5104204 L 252788.6 -5103713 L 252814.7 -5102158 L 252854 -5101767 L 254799.4 -5102763 L 254476 -5101777 L 254822.4 -5101265 L 254845.7 -5100899 L 254723.2 -5100207 L 255158.6 -5099683 L 255128.8 -5099332 L 256187.9 -5099250 L 256737.2 -5097507 L 257057.3 -5097320 L 256785 -5096321 L 258194.1 -5096152 L 258928.7 -5095351 L 259274.8 -5095240 L 259153.6 -5094173 L 259866.6 -5094175 L 260118.4 -5093138 L 260472.4 -5093087 L 260336.6 -5092770 L 259623.5 -5091603 L 259662 -5090913 L 259177.2 -5090702 L 258944.4 -5090502 L 258640.3 -5090719 L 257175.5 -5090543 L 256206.1 -5091095 L 255982.3 -5090842 L 255358.5 -5090601 L 255618.7 -5090349 L 255694.5 -5089332 L 256618.9 -5088842 L 256137.7 -5087950 L 255853.8 -5087787 L 255569.1 -5087404 L 255664.4 -5087054 L 256060.8 -5086514 L 256767.7 -5086586 L 256927.2 -5084793 L 258076.7 -5084125 L 257810.9 -5083870 L 257036.7 -5081855 L 256670.8 -5081810 L 255986.1 -5081570 L 255380 -5080650 L 255753 -5080616 L 256003.3 -5079155 L 256065.6 -5078786 L 254801.9 -5076450 L 254980.9 -5075319 L 254818.1 -5075060 L 254338.9 -5074277 L 253867.5 -5074728 L 254254.9 -5075335 L 252531.1 -5075363 L 252270.9 -5075616 L 251930.1 -5075470 L 250653.4 -5074227 L 249271.8 -5073994 L 249242.8 -5074009 L 249051.5 -5074314 L 248542.6 -5075264 L 248421.3 -5075595 L 248156.7 -5076205 L 247804.7 -5076223 L 247711.4 -5076550 L 247931.8 -5077189 L 247314.6 -5077436 L 245222.6 -5077604 L 244947.9 -5077375 L 243919.7 -5077591 L 243326.1 -5077216 L 243406.8 -5076474 L 242249.9 -5075503 L 241649.1 -5075357 L 240157.9 -5075671 L 239811.1 -5075547 L 238040.7 -5075050 L 237746.7 -5075076 L 237436.5 -5075283 L 235279.1 -5075812 L 234979 -5074028 L 233935.2 -5073914 L 233332.7 -5073466 L 231507.5 -5073686 L 231435.9 -5073297 L 230372.2 -5072138 L 230488.6 -5071806 L 230551.8 -5070751 L 233994.4 -5070875 L 234931.1 -5070220 L 234847.5 -5069842 L 233648.6 -5068906 L 233495.4 -5067368 L 233413.8 -5067007 L 233823 -5065976 L 233181.6 -5064670 L 234133.8 -5064385 L 234355.2 -5064064 L 236231.9 -5061580 L 236194.4 -5061192 L 235822.5 -5061183 L 235134.9 -5060918 L 234132.5 -5061359 L 233960.9 -5061035 L 232195 -5057911 L 232501.3 -5057676 L 233467.9 -5057040 L 234208.5 -5057249 L 234540.4 -5057307 L 235677.4 -5057991 L 236151.9 -5057509 L 236171.3 -5057172 L 236448.6 -5056090 L 237314.3 -5055383 L 237677 -5054728 L 238669.3 -5054349 L 239075.9 -5053770 L 239076.3 -5053416 L 239823.1 -5053487 L 240038.4 -5053180 L 240433.9 -5052720 L 240719 -5052601 L 241354.3 -5052228 L 242115.7 -5050974 L 242449.8 -5050815 L 241331.5 -5048891 L 240414.3 -5048378 L 240369.3 -5047608 L 240499.3 -5047608 L 241749 -5046836 L 242852.6 -5046941 L 243443 -5046491 L 243277.9 -5045792 L 243619.6 -5045970 L 244655.8 -5046353 L 245474.5 -5045615 L 244769.2 -5044440 L 245346.7 -5043945 L 246095.7 -5043822 L 246518.8 -5042883 L 246346.5 -5042404 L 246033.3 -5042608 L 245154.3 -5042035 L 245012.3 -5041302 L 244342.7 -5040406 L 243278.5 -5040753 L 242853.8 -5039122 L 242785.3 -5038787 L 243153.1 -5038879 L 244177.1 -5038678 L 244340 -5037940 L 245196.8 -5037203 L 245200.2 -5036923 L 245442.5 -5036629 L 245215 -5034846 L 245728.4 -5034401 L 246486.1 -5034444 L 246648.5 -5033390 L 245497.9 -5033399 L 245259 -5032666 L 243411 -5032397 L 243102.1 -5031702 L 242470.9 -5031274 L 241341.2 -5031328 L 241206.7 -5031052 L 240600.8 -5031138 L 240506.4 -5030767 L 240518.5 -5030004 L 240994.1 -5029462 L 241697.1 -5029329 L 242046.8 -5028794 L 242715 -5028538 L 242851.5 -5027488 L 243527.8 -5027800 L 245426.2 -5027715 L 245425.8 -5026590 L 245306.4 -5026241 L 244000.6 -5025756 L 242945.6 -5026728 L 242932.2 -5026359 L 242538.3 -5025736 L 242622.4 -5025661 L 242795.8 -5025372 L 241862.6 -5024402 L 242190.6 -5024301 L 242354.6 -5022314 L 242640.9 -5022055 L 244328.5 -5021205 L 244264.4 -5021964 L 244702.3 -5022572 L 246524.1 -5022910 L 246680.9 -5023656 L 248764.9 -5022400 L 249167.6 -5021793 L 250576.7 -5022003 L 251859.5 -5021775 L 252375.9 -5021357 L 252683 -5021203 L 252936.3 -5020940 L 253148.6 -5020006 L 253070.1 -5019686 L 254281.6 -5020349 L 255603.7 -5019887 L 255931.8 -5019749 L 255549.3 -5016167 L 255480.9 -5015809 L 255216.4 -5015534 L 254857.8 -5015404 L 255134 -5015187 L 256512.7 -5014952 L 256905.5 -5014939 L 258461 -5014780 L 260388.7 -5015044 L 260604.6 -5015013 L 260811.6 -5014940 L 261140.7 -5014761 L 261667.5 -5013393 L 264623.7 -5012274 L 264637.3 -5011899 L 263903.6 -5009313 L 263904.2 -5008921 L 264131.4 -5008708 L 264394.5 -5008542 L 264153 -5007634 L 263851.5 -5007398 L 262450.9 -5005672 L 262820.6 -5005075 L 263949.3 -5004868 L 264124.3 -5004172 L 260964.9 -5002990 L 261062.4 -5002617 L 261469.9 -5001550 L 260474.1 -4999908 L 260535.9 -4998761 L 260054 -4998267 L 259467.7 -4998656 L 259195.2 -4998431 L 258826.4 -4998421 L 256873.3 -5001012 L 256479.6 -5000981 L 255031.3 -5000422 L 252369.3 -4997724 L 251597.9 -4997628 L 250931.6 -4998016 L 250543.7 -4998059 L 248622.3 -4998354 L 247210 -4999017 L 247004.7 -4999249 L 246338 -4999888 L 244420.8 -5000012 L 243576.9 -5000777 L 242317.7 -5003056 L 242208.5 -5003807 L 241882.3 -5004005 L 239745 -5004796 L 239588.6 -5004472 L 239214.5 -5003489 L 238988.1 -5003813 L 238541.1 -5005685 L 237369.9 -5006741 L 235489.9 -5007260 L 235225.5 -5006974 L 234208 -5005817 L 233763.8 -5004339 L 233648.2 -5004706 L 232667.2 -5008392 L 232593.6 -5008777 L 232469.3 -5009548 L 231371 -5011170 L 231264.8 -5011898 L 231793.2 -5013301 L 231773.6 -5013675 L 232427.1 -5014999 L 232164.5 -5016040 L 231060.8 -5016151 L 231504.3 -5017552 L 231628.7 -5017886 L 231609 -5018913 L 230470.1 -5019733 L 230170.9 -5019919 L 228612.2 -5020678 L 228267.3 -5020716 L 227436.6 -5021313 L 226415.9 -5021349 L 226082.4 -5021139 L 224201.9 -5020626 L 223976.5 -5020919 L 221506.4 -5021507 L 221277.1 -5021746 L 220043 -5022048 L 219824.5 -5022376 L 219621.6 -5023544 L 220103.7 -5025806 L 219818.4 -5026037 L 218882.9 -5027155 L 218147.1 -5025930 L 218058.1 -5024772 L 217691.1 -5024810 L 217043.8 -5025134 L 214985.3 -5024604 L 214641.7 -5024437 L 213664.9 -5025115 L 209156.9 -5025855 L 208913.9 -5025882 L 208793.4 -5025901 L 208794.1 -5025899 z M 166236.7 -5119319 L 164636 -5120167 L 163512.8 -5121174 L 161306.1 -5123154 L 160535.1 -5123358 L 159545.8 -5124197 L 156023.5 -5126002 L 154944.4 -5126184 L 154138.7 -5126034 L 153298.3 -5125528 L 152889 -5125517 L 151847.2 -5126080 L 151386.5 -5126234 L 150537.6 -5126516 L 149965.5 -5127186 L 149072.3 -5129525 L 148345.7 -5130441 L 148250.8 -5131294 L 150451.3 -5131359 L 151143.1 -5131649 L 151657.2 -5132468 L 152240.4 -5132691 L 152829 -5132710 L 154072.6 -5132383 L 154538.2 -5131928 L 154554.3 -5131312 L 155005.4 -5130450 L 154698.5 -5129661 L 153981.4 -5129374 L 153440.5 -5129581 L 152841.1 -5129506 L 152407.4 -5129452 L 151965.8 -5129112 L 152323.3 -5128335 L 153122.4 -5127898 L 153484.9 -5127172 L 154851.4 -5127319 L 155603.6 -5127705 L 156523.5 -5129021 L 157185 -5129263 L 159530.1 -5129441 L 160231.1 -5128893 L 159477.3 -5128705 L 159228.5 -5127988 L 158983.6 -5127833 L 158162.7 -5127795 L 157215.3 -5127751 L 157989.6 -5127061 L 159117.6 -5126336 L 163761 -5126339 L 164653.2 -5126073 L 165561.3 -5125446 L 166621.7 -5124293 L 168233.4 -5124339 L 168600.1 -5124175 L 168812.2 -5123829 L 169149.9 -5123277 L 169688.2 -5121741 L 170020 -5121223 L 170394.1 -5121134 L 171045.2 -5121531 L 171495.5 -5121180 L 171203.2 -5120799 L 170012.1 -5120098 L 169344.1 -5119269 L 169025.5 -5119402 L 166236.6 -5119319 L 166236.7 -5119319 z M 170894.6 -5080574 L 170452.1 -5080745 L 170037.6 -5081988 L 169963.5 -5085934 L 169423 -5088238 L 169329.2 -5088446 L 168856.9 -5089496 L 168061.5 -5090494 L 165028.5 -5093401 L 164330.8 -5093572 L 163768.8 -5094087 L 162822.8 -5094589 L 161807.4 -5095687 L 160294.5 -5097958 L 160191 -5098536 L 159717.2 -5101187 L 160313.3 -5102586 L 160327.2 -5103249 L 159523 -5104940 L 158930 -5108528 L 159162 -5108812 L 159563.8 -5108747 L 160199.1 -5108199 L 161083 -5108367 L 161596.3 -5108138 L 161811.5 -5107652 L 162390.5 -5106346 L 163448.3 -5105424 L 164128.6 -5105076 L 164880.8 -5104158 L 165618.5 -5102832 L 166501.6 -5102208 L 167138.7 -5101941 L 168617.3 -5101668 L 169584.5 -5101905 L 171325.5 -5101709 L 171637.2 -5101244 L 171891.2 -5100166 L 172106.1 -5099254 L 171459.1 -5098115 L 171723.8 -5097169 L 172174.8 -5096562 L 172348.3 -5095726 L 171924.3 -5094259 L 172077.5 -5093477 L 172827.4 -5092533 L 173753.6 -5091829 L 174465.6 -5090900 L 174508.1 -5089888 L 174734.1 -5089329 L 174586.6 -5088601 L 174691.2 -5088105 L 174429.2 -5087773 L 173969 -5086718 L 173918.8 -5085419 L 174169 -5085368 L 174379.7 -5084913 L 173887.3 -5084636 L 173764.3 -5084360 L 174028.6 -5083669 L 173666.1 -5083090 L 172597 -5082070 L 171290 -5081226 L 171265.9 -5080717 L 170894.7 -5080574 L 170894.6 -5080574 z M 176965.4 -5104185 L 176690.4 -5103612 L 176510.1 -5104115 L 177015.8 -5105114 L 177374 -5105386 L 177651.9 -5105359 L 177983.4 -5105096 L 178082.5 -5104805 L 177926.4 -5104513 L 177170.8 -5104613 L 176965.3 -5104185 L 176965.4 -5104185 z M 181253.8 -5097052 L 180963 -5097208 L 180704.2 -5097694 L 180784.4 -5097993 L 181297.2 -5098019 L 181679.2 -5097752 L 181821.4 -5097380 L 181589.6 -5097096 L 181253.7 -5097052 L 181253.8 -5097052 z "
id="path684" />
<path
d="M 181560.4 -5136389 L 181394.9 -5136571 L 180467.2 -5136995 L 179459.2 -5137120 L 178143.6 -5136968 L 177161.7 -5136579 L 176702.4 -5136317 L 176236.2 -5135724 L 175871.5 -5134865 L 175779.1 -5134184 L 176158.4 -5132586 L 175711.1 -5132707 L 171358.4 -5136180 L 171287.1 -5136237 L 170302.2 -5137638 L 170011.4 -5137794 L 169229.1 -5137360 L 169050.1 -5137096 L 169038.7 -5136458 L 169210.9 -5136134 L 170156.5 -5135632 L 170187.1 -5135424 L 169394 -5135400 L 168457.5 -5136515 L 167977 -5138378 L 167477.9 -5139271 L 166951.5 -5139886 L 165996 -5140287 L 165122.9 -5141268 L 164331.4 -5141780 L 163591.3 -5141777 L 163333.6 -5141639 L 163025.9 -5141474 L 161899.3 -5141432 L 161295.4 -5141517 L 160354.9 -5142070 L 159703 -5142186 L 158226 -5141692 L 157217.9 -5141817 L 156257.4 -5142167 L 155920.7 -5142635 L 155396.9 -5144835 L 154364 -5146266 L 153864.7 -5147416 L 153344.4 -5147882 L 151684.1 -5149370 L 150012 -5149228 L 148371.9 -5149671 L 145031.4 -5150206 L 142715.4 -5151560 L 142737.5 -5152043 L 143078 -5152393 L 143294.5 -5153037 L 142642.9 -5152897 L 142094.9 -5152772 L 141202.6 -5153039 L 139607.3 -5153938 L 138575.3 -5154859 L 138251.8 -5154942 L 138026.2 -5155502 L 137646.9 -5155795 L 136936.8 -5155840 L 136273.9 -5156621 L 135196.7 -5157342 L 133777.3 -5158991 L 132965.6 -5159557 L 132177 -5159840 L 132113.3 -5160230 L 132345 -5160599 L 131773.9 -5162958 L 131562.4 -5162407 L 132058.2 -5161132 L 131716.5 -5160346 L 131826.4 -5159389 L 131659.8 -5159252 L 131265.4 -5159393 L 130658 -5160220 L 130014.5 -5161716 L 129977.4 -5163153 L 129655.3 -5164284 L 129524.7 -5165806 L 128314.5 -5170351 L 127718.1 -5172840 L 126629.5 -5174994 L 125073.7 -5177066 L 124053.7 -5178881 L 122901.8 -5181425 L 122165.6 -5182495 L 121609.6 -5182806 L 121258.7 -5182611 L 120829.2 -5182654 L 120174.5 -5183000 L 119595 -5184106 L 119543.6 -5185134 L 119100.6 -5186073 L 114217.3 -5192160 L 111636.7 -5193925 L 110592.5 -5194975 L 110152.4 -5195289 L 109591.5 -5195689 L 108279.3 -5197124 L 108001 -5197663 L 107939.6 -5198846 L 108161.1 -5200051 L 107883.4 -5203685 L 107599.7 -5204941 L 107902.5 -5205423 L 108374.8 -5205555 L 109135.3 -5205504 L 109802 -5205796 L 110385.6 -5205508 L 110365.1 -5206073 L 110602.3 -5206407 L 110071.5 -5206971 L 110248 -5207466 L 111484.8 -5208876 L 113222 -5210187 L 114270 -5210722 L 115090.8 -5210768 L 115573.1 -5211001 L 116459 -5212217 L 116772.5 -5215894 L 117019.4 -5217097 L 117571.9 -5218039 L 118142.4 -5218647 L 118743.4 -5218792 L 119478.1 -5219255 L 120271.1 -5219279 L 120733.1 -5219565 L 121031.6 -5220157 L 121355.4 -5220164 L 121665.8 -5220127 L 121975.2 -5220089 L 122488 -5219508 L 123481.7 -5216901 L 124258.9 -5216031 L 125863.1 -5215803 L 125896.5 -5213926 L 127697.3 -5211928 L 129082.2 -5211220 L 131019.7 -5211219 L 132460.6 -5210777 L 132558.8 -5210399 L 132202.6 -5208977 L 131955.3 -5208700 L 134543.7 -5208084 L 135298.6 -5208198 L 135892.4 -5207707 L 137786.6 -5208079 L 138169 -5208145 L 138710.9 -5207052 L 138458.7 -5206835 L 138999.4 -5206254 L 139106.6 -5205974 L 138927.5 -5205301 L 139268.3 -5203593 L 139460.6 -5203296 L 140526.9 -5202899 L 142412 -5203384 L 144034.2 -5201785 L 144348.6 -5201555 L 145798.1 -5201962 L 146176.6 -5201871 L 148191 -5201165 L 148480.4 -5200927 L 149156.1 -5201082 L 150851.1 -5200104 L 153059.6 -5199420 L 153313.6 -5200849 L 154051.3 -5201057 L 154800.1 -5200855 L 156855.1 -5201805 L 156627.7 -5202879 L 154991.7 -5204402 L 153851.2 -5206338 L 153673 -5206678 L 155140.6 -5206569 L 155702.1 -5207550 L 155621 -5208303 L 154738 -5208989 L 154018.1 -5210320 L 154130.2 -5210688 L 153379.2 -5212627 L 153717.5 -5214031 L 154347.2 -5215373 L 153600.3 -5216667 L 155179.1 -5217519 L 156282.4 -5217706 L 157557.9 -5219130 L 157906.3 -5219289 L 158217.7 -5219362 L 159186.8 -5218954 L 159331.9 -5218622 L 159875.5 -5218111 L 159674.2 -5217061 L 160244.8 -5214544 L 160436 -5214220 L 160413 -5213496 L 159668.2 -5213247 L 159365.9 -5212563 L 159554.1 -5211398 L 160514.2 -5209722 L 159500.3 -5207545 L 159364.2 -5207215 L 160022 -5206452 L 160342.3 -5206342 L 163714.7 -5208218 L 165637.7 -5208522 L 166633.7 -5209107 L 166960 -5208901 L 167536.6 -5209383 L 167524.6 -5210448 L 168066.2 -5210961 L 168226.4 -5212071 L 167027.2 -5213001 L 167985.2 -5214609 L 167905.1 -5214989 L 167848.1 -5216127 L 167264.6 -5217536 L 168325.8 -5218608 L 169696.2 -5218818 L 169635.2 -5219198 L 170326.9 -5218974 L 171672.2 -5217812 L 172768.3 -5217762 L 173134.7 -5217779 L 173116.8 -5218797 L 174146 -5220355 L 173930.9 -5221359 L 173987 -5221714 L 174295.4 -5222365 L 175221.4 -5222749 L 175403.6 -5223060 L 175774 -5223162 L 177148.1 -5221336 L 178529.4 -5220726 L 179460.1 -5219533 L 180006.6 -5219072 L 180903.3 -5217927 L 184501.5 -5216599 L 185721.5 -5215803 L 186053.8 -5215615 L 188445.8 -5214749 L 188822.1 -5214788 L 189036.3 -5214537 L 189358.6 -5214468 L 190034.2 -5214092 L 190774.9 -5214163 L 191379.4 -5213678 L 194410 -5213204 L 195334 -5214812 L 195561.2 -5215113 L 196775.1 -5214103 L 197374.6 -5214285 L 198706.4 -5212375 L 200103.6 -5212745 L 200601.1 -5213332 L 202051 -5211911 L 203062.7 -5211415 L 203552.9 -5209999 L 203686 -5209644 L 203353.7 -5209533 L 202876.3 -5209069 L 203168.5 -5208806 L 204308.4 -5208801 L 204670.6 -5207738 L 205415.2 -5207726 L 205586.2 -5206990 L 204278.2 -5206724 L 204358.2 -5206340 L 204721.5 -5206186 L 206562.9 -5205982 L 206469.8 -5205322 L 208107.9 -5204453 L 208531.1 -5203381 L 209619.8 -5203106 L 209291.5 -5202484 L 208768.1 -5201950 L 208890.1 -5201232 L 207715.1 -5199301 L 208718.8 -5198850 L 210433.9 -5196531 L 210518.9 -5196171 L 210914.1 -5195757 L 211018.2 -5195487 L 211640.6 -5194238 L 211991.8 -5194154 L 212841.4 -5193389 L 213103.6 -5193095 L 214565.6 -5192755 L 215210 -5191909 L 216325.7 -5191859 L 216701.9 -5191842 L 217337.3 -5190703 L 217470.4 -5190390 L 217118.2 -5190250 L 215937.5 -5189350 L 215728.4 -5188290 L 215348.2 -5187599 L 215167.2 -5186031 L 215618.6 -5184558 L 215844.8 -5184240 L 216504.2 -5183843 L 217238.6 -5184025 L 217415.7 -5183321 L 217170.6 -5182282 L 217835.1 -5181128 L 218170.3 -5181313 L 218996.8 -5180515 L 220209.7 -5178178 L 218445.9 -5176751 L 219943.9 -5175558 L 220216.1 -5175297 L 221461 -5174001 L 221175.9 -5173768 L 220600.7 -5173309 L 220307.8 -5171915 L 219686.6 -5171528 L 219775.8 -5170804 L 220864.3 -5171185 L 221623.7 -5170984 L 223001.7 -5169120 L 222706.6 -5168948 L 221919.5 -5167551 L 222685.1 -5166768 L 222484.1 -5166119 L 222878.4 -5165504 L 221964.2 -5164413 L 222091.3 -5164056 L 222399.8 -5162619 L 222768 -5162698 L 223259.3 -5162337 L 223441.9 -5160490 L 223442 -5160136 L 223469.2 -5159429 L 222943.1 -5158879 L 221446.4 -5158950 L 220354 -5158620 L 220598.3 -5157999 L 220120.4 -5157086 L 220856 -5156365 L 220955.2 -5155994 L 221491.6 -5155452 L 221174.1 -5153592 L 221949.7 -5152797 L 222034.2 -5151649 L 222604.8 -5150663 L 222378.8 -5150366 L 221820.6 -5150112 L 221607 -5149039 L 220297.7 -5148328 L 220035.2 -5146888 L 220473.2 -5145091 L 220042.3 -5144465 L 221311.2 -5143622 L 221469.1 -5143968 L 222183.4 -5146100 L 222929.7 -5146020 L 224356.8 -5144799 L 225086.2 -5144598 L 225314.6 -5143904 L 226794.3 -5143632 L 227415.7 -5143186 L 227671.9 -5142899 L 227443.9 -5142612 L 226064.4 -5140473 L 225871.5 -5140135 L 224399.2 -5139651 L 222541.3 -5140130 L 222076.8 -5138712 L 221168.9 -5137979 L 219771.7 -5137471 L 219756.3 -5136366 L 219211.4 -5135811 L 218902.4 -5135630 L 218545.3 -5135621 L 218267.3 -5135447 L 216985.8 -5135551 L 216695.6 -5135768 L 215104.5 -5136634 L 214845.5 -5136375 L 214316.6 -5135871 L 213599.4 -5135779 L 213321.4 -5135535 L 213397 -5134486 L 212767.9 -5134293 L 210910.1 -5134497 L 210694.8 -5134806 L 209034.3 -5136166 L 208648.1 -5136172 L 207755.3 -5136878 L 206995.9 -5137020 L 206696.4 -5137711 L 207455.3 -5138465 L 207014.8 -5138930 L 206420.8 -5138468 L 205316.4 -5138332 L 205103.1 -5138651 L 204499.7 -5138928 L 203660.8 -5138171 L 203756.5 -5137097 L 203408.8 -5136414 L 202334.2 -5136555 L 202537.9 -5137252 L 201944.6 -5137281 L 201793.7 -5136951 L 200542.8 -5137484 L 200358.9 -5137175 L 199831.1 -5136420 L 198526.8 -5136026 L 198314.5 -5136347 L 196846 -5136095 L 194994.3 -5137380 L 196226 -5138834 L 196970 -5141004 L 197082.8 -5141370 L 197194.7 -5141683 L 197671.4 -5142548 L 195762.1 -5141545 L 194785.3 -5142072 L 194578.4 -5141730 L 193644.7 -5140546 L 190635 -5140897 L 188037.3 -5139940 L 187845.7 -5140654 L 187708.9 -5140308 L 186207.5 -5138207 L 185664.5 -5137726 L 185794.8 -5137379 L 184442.5 -5136837 L 183017.4 -5137268 L 182796.8 -5137975 L 182460.6 -5137987 L 182247.2 -5137049 L 181802.3 -5136580 L 181560.7 -5136390 L 181560.4 -5136389 z M 107441.9 -5206696 L 106966.6 -5207306 L 106068.2 -5210336 L 105073.9 -5212340 L 104397 -5213035 L 103179 -5213872 L 102100.1 -5214313 L 101387.8 -5214333 L 100433 -5213967 L 99952.9 -5214271 L 99368.9 -5215326 L 97425.4 -5217336 L 97306.4 -5217937 L 97685.1 -5218666 L 97796 -5219269 L 97565.6 -5220545 L 97183.9 -5221165 L 96994.4 -5221472 L 97186.2 -5221862 L 97519.7 -5221880 L 98398.9 -5221485 L 99318.4 -5221752 L 100220.2 -5221585 L 101192.9 -5221104 L 101956 -5220312 L 103242 -5219902 L 103351.5 -5217666 L 103038.6 -5217084 L 102449.9 -5217321 L 102035.7 -5217004 L 102164.7 -5216762 L 102020.8 -5216597 L 101990.7 -5216037 L 102134.9 -5215690 L 102407.7 -5215612 L 103092.2 -5215825 L 103832.8 -5215061 L 106276.2 -5213717 L 106357.2 -5213630 L 107636 -5212252 L 108137.1 -5210616 L 107781.2 -5210115 L 108071.9 -5209702 L 108075 -5208705 L 107442.1 -5206696 L 107441.9 -5206696 z M 92160.8 -5183813 L 91756.1 -5184365 L 91005.5 -5184517 L 90421.3 -5185061 L 89898.2 -5185189 L 89738.8 -5185385 L 89316.7 -5185503 L 89013.5 -5185278 L 88700 -5185463 L 88654.2 -5186030 L 88463.8 -5186347 L 87756.1 -5187526 L 87697.5 -5188479 L 88440.4 -5188507 L 89086.8 -5189364 L 89369.7 -5189387 L 89807.1 -5189164 L 90421.1 -5189180 L 91998.6 -5188102 L 93072.8 -5187867 L 93788.2 -5187361 L 94097 -5186614 L 94423.1 -5186556 L 95088 -5186055 L 95351.3 -5185363 L 96246.9 -5184098 L 96166.1 -5183798 L 93939.2 -5184762 L 93378.6 -5184255 L 92845.4 -5184282 L 92161 -5183813 L 92160.8 -5183813 z "
id="path685" />
<path
d="M 121031.6 -5220156 L 121114 -5220320 L 121318.3 -5220836 L 120031.6 -5223035 L 119250.7 -5224162 L 118505.5 -5224619 L 117752.4 -5225513 L 117211.3 -5226999 L 116208 -5228454 L 113816 -5229280 L 112648.8 -5230113 L 112110.8 -5230345 L 109804.8 -5230499 L 107794.1 -5231569 L 105457.6 -5232186 L 103851.1 -5232960 L 103146.3 -5233056 L 102752.3 -5232942 L 102421.3 -5233461 L 103320.2 -5234803 L 104313.4 -5235578 L 104481.7 -5235710 L 106151.1 -5235568 L 107674 -5235749 L 107918.9 -5235903 L 109647.7 -5239950 L 109584.4 -5240595 L 108700 -5242985 L 107944.8 -5243597 L 107639 -5244113 L 107990 -5244564 L 108448.4 -5244837 L 108749.9 -5245281 L 108767.4 -5246737 L 108989.5 -5247174 L 109714.1 -5247792 L 111438.6 -5248464 L 117231 -5249009 L 119010.8 -5249982 L 119846.6 -5249857 L 120041.1 -5249828 L 120586.6 -5249415 L 122108.8 -5250874 L 121289.7 -5251561 L 121160.5 -5251962 L 121477.2 -5252471 L 120065.7 -5252638 L 118965.1 -5252083 L 117558.8 -5251789 L 113826.9 -5252213 L 112761.3 -5252524 L 111794.3 -5251777 L 110764 -5252187 L 110228.6 -5252189 L 109612.5 -5251893 L 108822.2 -5251128 L 108170.9 -5250478 L 107345.4 -5248847 L 106661.2 -5248379 L 105151.1 -5247814 L 104785 -5247211 L 104161.2 -5246839 L 103118.2 -5246611 L 102759.7 -5246340 L 102181.5 -5245401 L 100908.6 -5244915 L 99870.7 -5245060 L 98996.8 -5245182 L 96569.4 -5247446 L 95753.6 -5248729 L 94303.9 -5249795 L 93253.3 -5250258 L 91177.2 -5250415 L 90856.5 -5250268 L 90460 -5249873 L 90326.1 -5249298 L 90558.4 -5248303 L 90017.9 -5247999 L 89931.9 -5248028 L 87671.5 -5248771 L 87125.9 -5249440 L 86398.5 -5249564 L 86047.4 -5249880 L 85332.6 -5250131 L 84660.8 -5249789 L 84352.7 -5250792 L 84067.3 -5251000 L 83377.7 -5250992 L 82940.7 -5251215 L 82420.4 -5251881 L 81180.3 -5251980 L 80935.4 -5252593 L 81167.9 -5253132 L 81652.9 -5253390 L 82499 -5253433 L 83145.5 -5253142 L 83744.2 -5252873 L 84398.2 -5252271 L 85828.2 -5251972 L 85464.2 -5253238 L 85454.2 -5254415 L 85674 -5254572 L 85494.7 -5254820 L 84358.1 -5254934 L 84401.3 -5256899 L 83830.8 -5258849 L 83396.5 -5259608 L 82252.6 -5260925 L 82109.1 -5260972 L 81116.1 -5261295 L 80954.6 -5261720 L 81235.1 -5262229 L 81593.8 -5262500 L 82510.6 -5262485 L 82907.2 -5262624 L 83387.2 -5263343 L 84917.9 -5264621 L 86274.4 -5265687 L 87317.5 -5266170 L 88923.4 -5265395 L 89224.1 -5265595 L 89744.2 -5265441 L 90214 -5265547 L 90186.2 -5265780 L 89474.2 -5266567 L 88693.8 -5266671 L 88542.4 -5266942 L 88701.6 -5267514 L 89148.7 -5267904 L 89312.9 -5268271 L 89469.5 -5268818 L 89201.8 -5269203 L 88795.4 -5269474 L 88404.1 -5269493 L 88815.2 -5270594 L 89795.3 -5271068 L 90830.7 -5272111 L 91186.4 -5272234 L 91329.2 -5271082 L 91996.1 -5270134 L 93114.1 -5269803 L 94497.9 -5270399 L 95281.4 -5270394 L 96077.6 -5269533 L 99122.4 -5270055 L 99482 -5272328 L 100401.2 -5273581 L 100891.8 -5275072 L 100879.1 -5275855 L 100928.2 -5275854 L 102244.4 -5275248 L 103753.1 -5275243 L 104004.4 -5274958 L 103507.1 -5273999 L 104448.5 -5273358 L 104765 -5273147 L 106930.5 -5274505 L 107978.5 -5274819 L 108343.2 -5274866 L 109294.7 -5274572 L 108959.6 -5273512 L 109119.6 -5272813 L 110619 -5272451 L 111282.4 -5272840 L 111495.9 -5273168 L 111694.8 -5274324 L 111656.3 -5275494 L 112176.5 -5276000 L 112544.2 -5276133 L 115998.6 -5276854 L 116174.3 -5277599 L 115733.1 -5278621 L 116359.4 -5280828 L 116441.8 -5281202 L 115974.2 -5281516 L 115851.1 -5281789 L 116205.8 -5281914 L 116171.9 -5283753 L 117433.6 -5284559 L 117546.1 -5284919 L 117657.5 -5285293 L 117576.4 -5286838 L 116844.7 -5287738 L 118100.3 -5289677 L 120362.2 -5289636 L 120802.1 -5291102 L 121140.8 -5291294 L 121743 -5291566 L 123112.1 -5291293 L 123457.6 -5291228 L 126274.4 -5293864 L 126571.1 -5294124 L 126596.1 -5294109 L 126853 -5293397 L 126738.6 -5291888 L 127311.2 -5291482 L 127688.8 -5291487 L 129288.7 -5293098 L 132975.4 -5293866 L 133349.9 -5293787 L 133712.5 -5293788 L 135299.2 -5295146 L 135658.8 -5295100 L 136537.9 -5294762 L 136827.5 -5294885 L 137548.9 -5295151 L 138148.4 -5294674 L 140641.6 -5293881 L 141733.1 -5293679 L 143389.3 -5294479 L 144430.6 -5294126 L 144679.8 -5293852 L 144878.8 -5293562 L 145928.3 -5293510 L 146268.9 -5293598 L 146710.4 -5294524 L 148211.9 -5294840 L 150091.4 -5294461 L 151083.8 -5295528 L 151427.5 -5295708 L 151897.2 -5295693 L 152126.5 -5297862 L 153026.3 -5299461 L 152970.6 -5299829 L 153556.8 -5300211 L 154900.8 -5300241 L 155188.4 -5300446 L 155472.5 -5301187 L 155547.9 -5301485 L 156228.2 -5301766 L 156966.2 -5301648 L 158421.8 -5302175 L 160375.6 -5302179 L 161821 -5303485 L 162460.3 -5303879 L 163115.9 -5303553 L 164930.8 -5303957 L 165150.4 -5304262 L 164828.1 -5306300 L 164381.1 -5306850 L 164312.4 -5307201 L 164499 -5307526 L 165585.4 -5307468 L 166203.8 -5307086 L 168387.7 -5307009 L 168976.1 -5306626 L 169298.3 -5306436 L 169520.7 -5306540 L 169723.8 -5306401 L 169978.8 -5306118 L 171015.6 -5306454 L 171774.7 -5305617 L 172174.7 -5304189 L 172852.2 -5303840 L 172891.5 -5303127 L 174696.2 -5302529 L 174905.4 -5302452 L 181249.1 -5300205 L 181627.4 -5300084 L 181436.6 -5298566 L 182200.7 -5297716 L 181732.7 -5296300 L 180682.4 -5296324 L 180692 -5295949 L 180720.3 -5295219 L 182184 -5294100 L 183558.1 -5293519 L 185056.1 -5293761 L 185014 -5292682 L 186065.6 -5290927 L 186447.8 -5290659 L 186183.8 -5289941 L 186327.2 -5289190 L 185809.3 -5287797 L 186389.1 -5286847 L 187143 -5286820 L 187539.9 -5285124 L 187394.1 -5284428 L 187413.8 -5284073 L 187642.8 -5283795 L 188812 -5282455 L 188776.7 -5282098 L 189846.9 -5282073 L 191393.7 -5282145 L 193422.5 -5280427 L 196732.3 -5279503 L 197120.7 -5279442 L 197383.7 -5279174 L 198279.1 -5278496 L 198339.8 -5278124 L 197375.8 -5276991 L 196383.3 -5276464 L 196066.8 -5276316 L 195640.7 -5275528 L 194641.9 -5275807 L 194279.6 -5275904 L 191317.5 -5276030 L 190942 -5275997 L 189564.9 -5276544 L 185870.2 -5277107 L 185315.4 -5274372 L 187082.9 -5273643 L 187057.6 -5273257 L 185980.6 -5272227 L 186754.9 -5270072 L 187430.4 -5269695 L 187732.6 -5269453 L 190364.1 -5268856 L 192674.7 -5268996 L 192993.9 -5268779 L 194772 -5269110 L 195137.4 -5269116 L 196509.4 -5268447 L 197520.6 -5267252 L 200615.8 -5267365 L 201003.1 -5267290 L 201301.7 -5266382 L 201431.6 -5266090 L 201168.2 -5265875 L 200688.8 -5264659 L 201648.6 -5262957 L 201640.3 -5261015 L 201959.9 -5259933 L 201903.6 -5259545 L 202269.6 -5259067 L 203508.6 -5257147 L 203645.5 -5256787 L 203353.1 -5256532 L 202648.8 -5255611 L 201894.1 -5255564 L 201609.6 -5255287 L 200947.7 -5254851 L 200605.3 -5254670 L 200283.8 -5254455 L 200047.4 -5254238 L 199508.7 -5253900 L 199135.3 -5253901 L 198437.8 -5254132 L 196727.7 -5253448 L 195258.2 -5253443 L 194896.8 -5253427 L 192884.2 -5254144 L 191790.1 -5254268 L 190006.1 -5253897 L 189625.7 -5253831 L 189240.3 -5253857 L 189071.2 -5253990 L 186762.9 -5254217 L 184845.7 -5253945 L 183800 -5252835 L 183479.6 -5252667 L 182073.9 -5252343 L 180361.1 -5252547 L 180053.6 -5252334 L 179710.1 -5252136 L 178189.2 -5251690 L 176212 -5251764 L 175817.6 -5251741 L 174366.7 -5251143 L 174067.2 -5250888 L 173060.5 -5249696 L 171941.1 -5249378 L 170581.9 -5247967 L 171687 -5247552 L 173232.8 -5247716 L 173626.2 -5247667 L 175053.7 -5247410 L 175934.4 -5246741 L 176101.4 -5246409 L 176336.4 -5245857 L 176261.2 -5245508 L 176248.5 -5243804 L 176742.7 -5242866 L 177819.3 -5241542 L 179170.3 -5240467 L 179479.5 -5240281 L 180824.2 -5240915 L 181197.8 -5241550 L 181552.2 -5241673 L 182230.9 -5241540 L 182991.2 -5240423 L 183280.4 -5240227 L 182650 -5238277 L 182599.8 -5237932 L 183398.5 -5237465 L 183624.7 -5237253 L 183550.5 -5236947 L 183107.9 -5236501 L 183519 -5235482 L 183324.6 -5234844 L 184158.3 -5234288 L 184417.5 -5234027 L 183895.5 -5232683 L 183738.2 -5232354 L 183533.9 -5232073 L 182241.3 -5231064 L 182020 -5230762 L 180590.3 -5229625 L 179849.5 -5229639 L 178325.7 -5228670 L 178535.9 -5228390 L 178852.2 -5228240 L 178742 -5227877 L 179051 -5226442 L 178622.4 -5225863 L 177479.1 -5224872 L 177235.8 -5224572 L 177881.4 -5224198 L 178881.5 -5224723 L 182551 -5224029 L 182866.2 -5223822 L 183205.5 -5223735 L 183387.6 -5223454 L 183782.7 -5222212 L 184738.4 -5221053 L 186862.2 -5220330 L 187200.5 -5220153 L 186748.9 -5219161 L 186891.8 -5217670 L 184854.8 -5216733 L 184500.5 -5216598 L 180902.3 -5217926 L 180005.6 -5219071 L 179459.1 -5219532 L 178528.4 -5220725 L 177147.1 -5221335 L 175773 -5223161 L 175402.6 -5223058 L 175220.4 -5222748 L 174294.4 -5222363 L 173986 -5221712 L 173929.9 -5221358 L 174145 -5220354 L 173115.8 -5218796 L 173133.7 -5217778 L 172767.3 -5217760 L 171671.2 -5217811 L 170325.9 -5218972 L 169634.2 -5219197 L 169695.2 -5218816 L 168324.8 -5218606 L 167263.6 -5217535 L 167847.1 -5216126 L 167904.1 -5214988 L 167984.2 -5214608 L 167026.2 -5213000 L 168225.4 -5212070 L 168065.2 -5210959 L 167523.6 -5210447 L 167535.6 -5209382 L 166959 -5208900 L 166632.7 -5209106 L 165636.7 -5208521 L 163713.7 -5208217 L 160341.3 -5206340 L 160021 -5206451 L 159363.2 -5207214 L 159499.3 -5207544 L 160513.2 -5209720 L 159553.1 -5211397 L 159364.9 -5212562 L 159667.2 -5213246 L 160412 -5213495 L 160435 -5214219 L 160243.8 -5214542 L 159673.2 -5217060 L 159874.5 -5218110 L 159330.9 -5218621 L 159185.8 -5218952 L 158216.7 -5219361 L 157905.3 -5219288 L 157556.9 -5219129 L 156281.4 -5217705 L 155178.1 -5217518 L 153599.3 -5216666 L 154346.2 -5215372 L 153716.5 -5214030 L 153378.2 -5212626 L 154129.2 -5210687 L 154017.1 -5210319 L 154737 -5208988 L 155620 -5208302 L 155701.1 -5207549 L 155139.6 -5206567 L 153672 -5206677 L 153850.2 -5206337 L 154990.7 -5204401 L 156626.7 -5202878 L 156854.1 -5201804 L 154799.1 -5200854 L 154050.3 -5201056 L 153312.6 -5200848 L 153058.6 -5199419 L 150850.1 -5200103 L 149155.1 -5201081 L 148479.4 -5200926 L 148190 -5201163 L 146175.6 -5201870 L 145797.1 -5201961 L 144347.6 -5201553 L 144033.2 -5201784 L 142411 -5203382 L 140525.9 -5202898 L 139459.6 -5203295 L 139267.3 -5203592 L 138926.5 -5205300 L 139105.6 -5205973 L 138998.4 -5206253 L 138457.7 -5206834 L 138709.9 -5207050 L 138168 -5208144 L 137785.6 -5208078 L 135891.4 -5207706 L 135297.6 -5208197 L 134542.7 -5208083 L 131954.3 -5208698 L 132201.6 -5208975 L 132557.8 -5210397 L 132459.6 -5210776 L 131018.7 -5211217 L 129081.2 -5211219 L 127696.3 -5211927 L 125895.5 -5213925 L 125862.1 -5215801 L 124257.9 -5216029 L 123480.7 -5216900 L 122487 -5219507 L 121974.2 -5220087 L 121664.8 -5220125 L 121354.4 -5220163 L 121030.6 -5220156 L 121031.6 -5220156 z "
id="path686" />
<path
d="M 73378.6 -5278030 L 73325.1 -5277243 L 73173.4 -5276747 L 72195.4 -5275387 L 70880.1 -5276517 L 69885.4 -5277027 L 68796.8 -5277111 L 67475.6 -5276400 L 65316.1 -5276489 L 65162.7 -5276423 L 64836.1 -5276282 L 63825.3 -5275361 L 62340.2 -5275562 L 61711.5 -5276162 L 60471.6 -5276517 L 59759.8 -5277305 L 59712.8 -5278870 L 59521 -5279247 L 58962.8 -5279278 L 57612.6 -5281077 L 56627.6 -5281176 L 56241.5 -5281650 L 55829.7 -5281615 L 55706.1 -5281908 L 55327.6 -5282048 L 55259.4 -5282286 L 55529.9 -5282693 L 55416.7 -5283344 L 55861.9 -5284220 L 56114.3 -5283939 L 56387.2 -5284116 L 56707.8 -5283751 L 56856.9 -5283966 L 57566.7 -5283920 L 57599.8 -5284249 L 57867.6 -5284376 L 57970.6 -5283624 L 58440.5 -5283730 L 58351.3 -5282588 L 58525.6 -5282545 L 58897.2 -5282942 L 59230.6 -5282960 L 59576.1 -5282336 L 59399 -5281843 L 59542.7 -5281496 L 60055.5 -5281521 L 59836.1 -5281875 L 60045.9 -5282187 L 60917.1 -5281971 L 61488.2 -5282322 L 61786.2 -5282241 L 61886.4 -5281670 L 61932.2 -5281408 L 62261 -5282142 L 61978.8 -5283143 L 62206.3 -5283376 L 62458.6 -5283094 L 63180.9 -5282919 L 63361.8 -5281418 L 63591.5 -5281164 L 63962.9 -5281306 L 63958.3 -5282022 L 64173.2 -5282384 L 64494 -5282531 L 64887.9 -5282389 L 65044.1 -5281657 L 65509.1 -5281969 L 65554 -5281146 L 66200.7 -5281490 L 66450.3 -5280672 L 66778.6 -5280638 L 67943.3 -5281314 L 68559.5 -5281098 L 68673.3 -5281289 L 68804.7 -5281508 L 68706.7 -5282311 L 69199.7 -5283156 L 69119.3 -5283881 L 69278.6 -5284197 L 69700.4 -5284333 L 70013.8 -5284660 L 70062.5 -5285908 L 70438.7 -5285844 L 70895.4 -5285057 L 71173.3 -5285284 L 71307.5 -5285859 L 71714.1 -5285844 L 72133.7 -5286466 L 72392 -5287770 L 72948 -5288481 L 73884.8 -5288412 L 74233 -5288070 L 74566.4 -5288087 L 74935.3 -5288459 L 74887.8 -5289257 L 74551.8 -5288958 L 74215.9 -5288916 L 73531.7 -5289215 L 72842.3 -5289207 L 72393 -5289560 L 72325.3 -5290154 L 72050.3 -5290463 L 71455.2 -5291904 L 71243 -5291823 L 71131.3 -5290965 L 71489.4 -5290213 L 71403.4 -5289864 L 70848 -5290175 L 70446.4 -5289986 L 70474.1 -5289753 L 70887.9 -5289302 L 71902.7 -5288740 L 71460.2 -5287889 L 71149.8 -5288100 L 70622.6 -5288945 L 69743.2 -5288062 L 69025.8 -5287777 L 68450.1 -5287886 L 67879.6 -5288301 L 67253.9 -5289183 L 66584.8 -5289378 L 66201.3 -5289877 L 66355.4 -5290143 L 66734.3 -5290105 L 68599.6 -5289105 L 68791.7 -5289002 L 68923.2 -5289296 L 68820 -5289792 L 69070.4 -5290253 L 69053 -5290587 L 68206.8 -5290289 L 67795.2 -5290509 L 67904 -5290830 L 67617 -5291664 L 67654.6 -5292499 L 67415.4 -5291900 L 67020.6 -5291431 L 66439.5 -5291234 L 65869 -5291394 L 65339 -5291959 L 65301.5 -5292601 L 64928 -5292946 L 64766.1 -5292604 L 64856.2 -5291470 L 65476.7 -5290538 L 65236.6 -5290179 L 64291.9 -5289916 L 64078.9 -5289971 L 63322.3 -5290167 L 61571.9 -5289756 L 60928.2 -5290204 L 60329.7 -5290086 L 60173.4 -5290562 L 59910.7 -5290486 L 59241.6 -5290681 L 59077.4 -5290570 L 59067 -5290213 L 59652.5 -5289694 L 59692.7 -5289332 L 59263 -5288863 L 59264.9 -5288122 L 59103.2 -5288036 L 58497.4 -5288608 L 58128.8 -5288748 L 57598.3 -5288546 L 57236 -5286971 L 57275.8 -5286098 L 56944.7 -5285850 L 56889.5 -5286316 L 56833.2 -5286409 L 56627.1 -5286751 L 55963.1 -5286997 L 55849.9 -5287648 L 55655.5 -5287745 L 55167.5 -5286950 L 54793.7 -5287039 L 55153.7 -5288670 L 54681.8 -5288214 L 54506.6 -5288244 L 54625.8 -5288923 L 54429.2 -5289505 L 54168.8 -5289199 L 53907.6 -5287870 L 53647.2 -5287564 L 53495.9 -5287835 L 53336.4 -5290562 L 53634.9 -5291248 L 53945.6 -5291293 L 54150.5 -5291554 L 54032.5 -5291811 L 53941.2 -5292010 L 53079.9 -5291815 L 52913.7 -5292446 L 53273 -5293228 L 54233.4 -5293898 L 54541.5 -5293918 L 54950.5 -5293672 L 55193.3 -5294644 L 55666.5 -5295211 L 55502.7 -5295611 L 55573.5 -5295809 L 55353.9 -5295907 L 54972.1 -5295409 L 54975.9 -5294812 L 54765 -5294525 L 52995.9 -5294023 L 52333.5 -5293272 L 51827.5 -5295088 L 51507.1 -5295453 L 51311.1 -5293759 L 51838.5 -5293168 L 51863.1 -5292399 L 52297.3 -5292150 L 52594.1 -5290790 L 52467.4 -5290291 L 52111 -5290046 L 51860.6 -5289586 L 51817.3 -5289155 L 52054.3 -5288722 L 52458.3 -5288426 L 52425.2 -5288096 L 52020.9 -5287882 L 51833.6 -5287542 L 52173.9 -5286613 L 52971.5 -5285918 L 52862.4 -5285341 L 53213.1 -5284769 L 53942.7 -5284158 L 53980.3 -5283770 L 53874.3 -5283763 L 52772.8 -5283688 L 52361.2 -5283908 L 52164.6 -5284491 L 51987.8 -5284509 L 51558 -5284040 L 51267.5 -5283942 L 50972 -5284049 L 50664.2 -5284540 L 50889.8 -5285515 L 50723.3 -5285890 L 50301.6 -5286009 L 50014 -5286447 L 50393.2 -5286920 L 50209.4 -5287630 L 49706.6 -5287450 L 49426.6 -5287965 L 49178.8 -5287529 L 49692.4 -5285533 L 49540.6 -5285293 L 49169.4 -5285407 L 48858.5 -5285106 L 48638.8 -5285205 L 48252.9 -5285934 L 48243.7 -5286158 L 48215.8 -5286833 L 47880.7 -5287814 L 48053 -5288512 L 47712.4 -5288931 L 47479 -5290668 L 47810.6 -5291427 L 47760.3 -5291688 L 47224.8 -5291691 L 47016.2 -5292914 L 46763.7 -5292939 L 46493.1 -5292532 L 46157.1 -5292489 L 45972.4 -5292176 L 46487.7 -5292226 L 47239 -5290564 L 47254.7 -5288184 L 47132.3 -5287994 L 46619.9 -5287199 L 46589.3 -5286895 L 47268.3 -5286290 L 47439.4 -5285454 L 47146.2 -5285330 L 46537.9 -5285878 L 45868.6 -5286073 L 46089 -5286741 L 45935.3 -5287243 L 45394.5 -5286939 L 45341.9 -5287431 L 45076.8 -5287585 L 44747 -5285828 L 44415.8 -5285580 L 43575.1 -5286100 L 43034.5 -5286052 L 42319.1 -5285537 L 41576.3 -5285509 L 41015.9 -5286026 L 40884.3 -5286373 L 40753.8 -5286718 L 40974 -5287131 L 41542.7 -5287457 L 39861.4 -5288752 L 39415.5 -5287365 L 39460.5 -5286797 L 39892.4 -5286779 L 39988.1 -5286463 L 39489.1 -5285055 L 39151.4 -5282966 L 39298.8 -5281134 L 39204.6 -5280197 L 39651 -5279308 L 39616.5 -5279109 L 39529.2 -5278604 L 39947.4 -5277181 L 40828.6 -5276554 L 41595.6 -5275044 L 40426.1 -5275597 L 39999.2 -5275666 L 39678.2 -5275519 L 38936 -5276259 L 37832.1 -5276448 L 37345 -5277188 L 37181.4 -5277844 L 37227.7 -5278811 L 37020.9 -5279293 L 37077.5 -5280617 L 36787 -5281135 L 36666.4 -5281350 L 37859.5 -5282048 L 38150.3 -5282402 L 38406.3 -5283425 L 38350.2 -5285656 L 37648.3 -5288822 L 37212.5 -5290069 L 37445.4 -5290608 L 37218.4 -5290887 L 35677.7 -5291299 L 34686.7 -5292440 L 34557.4 -5292589 L 33803.7 -5294225 L 33844.6 -5294631 L 34244.5 -5295306 L 34174.7 -5296132 L 34354.4 -5296395 L 34804 -5296298 L 35207.8 -5296002 L 35670.1 -5296032 L 35882.6 -5296368 L 35487 -5297253 L 34744.1 -5296970 L 34446.1 -5297051 L 34146.1 -5297619 L 35726 -5298610 L 35840 -5298982 L 36188.8 -5299151 L 36557.1 -5298755 L 37590.1 -5298625 L 37868.8 -5299364 L 37954.8 -5299416 L 38194.8 -5299561 L 38467.6 -5299483 L 39024 -5300194 L 39481.6 -5300429 L 39347.9 -5300621 L 38034 -5300243 L 37811.8 -5300316 L 37665.7 -5300638 L 38739.8 -5301169 L 39147.5 -5302176 L 39511.3 -5302242 L 39435 -5301738 L 39533.2 -5301446 L 39922 -5301253 L 39994.6 -5300709 L 40757.2 -5300427 L 40934.2 -5300665 L 40878.8 -5300876 L 40464.8 -5301071 L 40089.3 -5301902 L 40077.1 -5302287 L 40997.3 -5303063 L 41361.1 -5303128 L 41834.8 -5302603 L 42098.3 -5302849 L 41851.4 -5303437 L 41566.2 -5303645 L 40664.4 -5303557 L 40138.6 -5303150 L 39353.2 -5303204 L 38174.7 -5301891 L 37940 -5302094 L 38547.6 -5303311 L 39622.2 -5304353 L 39251 -5304468 L 39124.9 -5304736 L 39632.9 -5304966 L 40027.7 -5305591 L 39318.1 -5305638 L 38782.2 -5305385 L 38341.8 -5304560 L 38094 -5304380 L 37717.8 -5304444 L 37243.6 -5305055 L 36774 -5305205 L 36493.9 -5305463 L 36421.3 -5306008 L 36146.1 -5306061 L 36381.8 -5304605 L 36775.8 -5304463 L 37005.1 -5303954 L 36920.8 -5303118 L 37102.1 -5302639 L 36929.9 -5302196 L 37500 -5301525 L 36910.8 -5300996 L 36603.1 -5301488 L 36165.9 -5301199 L 35746.7 -5301344 L 35094.8 -5301206 L 34867.3 -5300973 L 34892.3 -5300715 L 35619.3 -5300334 L 35689.7 -5300020 L 35348.3 -5299671 L 34432 -5300199 L 34146.5 -5300151 L 34133.4 -5299769 L 34514.3 -5299244 L 34685.5 -5298664 L 33585.8 -5297880 L 33390.9 -5297465 L 33440.8 -5297186 L 33651.9 -5296006 L 33436.2 -5295132 L 33208.9 -5295155 L 31792.9 -5296296 L 29661.3 -5298943 L 29143.9 -5299379 L 24455.1 -5301466 L 23934.6 -5301365 L 23856.3 -5301292 L 23173.2 -5300649 L 23140.9 -5301088 L 23609.1 -5301680 L 24038.8 -5301892 L 25056.9 -5301865 L 25953.5 -5301646 L 26846.9 -5300891 L 27359.5 -5300659 L 28450.4 -5300344 L 28678.1 -5300577 L 28030.3 -5301743 L 26962.3 -5302286 L 24234.6 -5302818 L 23334.7 -5302500 L 23037.1 -5302838 L 23093 -5303139 L 23813.1 -5303194 L 24253.5 -5303763 L 23938.5 -5304435 L 24282.6 -5304809 L 24184.4 -5305100 L 24338.8 -5305366 L 25389.5 -5305157 L 26188.2 -5305485 L 26532.2 -5305860 L 27013.8 -5307090 L 27597.6 -5307312 L 28013.6 -5308651 L 28327.3 -5308977 L 29022 -5309035 L 29492.3 -5309396 L 29715.2 -5309834 L 29095.7 -5311278 L 29176.9 -5311577 L 28461.8 -5311317 L 28363.1 -5311058 L 28950.1 -5310091 L 28843.6 -5309795 L 28202 -5309758 L 27983.9 -5309115 L 26909 -5308073 L 26310.4 -5308210 L 26294.4 -5307547 L 25578.5 -5306775 L 24333.2 -5306825 L 24205.7 -5307835 L 23863.3 -5308740 L 23406.8 -5309272 L 22889.4 -5311474 L 22360.5 -5312551 L 22221.3 -5312437 L 22225.3 -5311720 L 22663.6 -5310755 L 22748.3 -5309825 L 23105.6 -5308817 L 23751.4 -5308137 L 23910.8 -5306433 L 23384.5 -5305770 L 23146.2 -5305180 L 22648.7 -5305307 L 22181.2 -5305227 L 21843.3 -5305671 L 19462.2 -5306603 L 19434.1 -5306325 L 19905.6 -5305689 L 20398 -5305511 L 20598 -5305515 L 21241.8 -5305527 L 21623 -5305258 L 21930.5 -5304767 L 22048.4 -5304166 L 22550.7 -5303834 L 20987.7 -5302509 L 20456.9 -5302307 L 18610.6 -5302725 L 18136.1 -5303080 L 16593.7 -5302213 L 16116.2 -5302287 L 15173 -5303559 L 13969.5 -5304782 L 13799 -5305180 L 13659.7 -5305504 L 13162.5 -5305887 L 12004.1 -5308564 L 11013.8 -5310379 L 11196.5 -5310923 L 10962.7 -5311637 L 11715.9 -5313531 L 11906.8 -5314407 L 11851.9 -5314873 L 11641.5 -5315047 L 11639.9 -5315048 L 11410.7 -5315189 L 10690.9 -5315625 L 10994.6 -5316117 L 10744 -5317507 L 11096 -5318226 L 11495.4 -5318727 L 11802.1 -5319112 L 12000 -5319360 L 12059.6 -5319383 L 12028.9 -5318873 L 12705.4 -5317977 L 13990.7 -5317138 L 14374.9 -5317131 L 15448.8 -5318221 L 16211.1 -5318279 L 16589.2 -5318215 L 17351.3 -5319477 L 17399.5 -5320915 L 19608.5 -5321546 L 20493.6 -5320868 L 21262.8 -5320790 L 20899.2 -5321412 L 21164.4 -5323293 L 20673.7 -5325514 L 21165.2 -5326874 L 22272.7 -5327138 L 22615.3 -5327843 L 21789.4 -5329589 L 22451.2 -5330528 L 22507.7 -5330882 L 21933.7 -5331676 L 21836.1 -5332388 L 21462 -5332449 L 21178.8 -5333153 L 18920.9 -5331865 L 17429.2 -5331707 L 17138.4 -5330607 L 16817.3 -5330406 L 16630 -5330726 L 15977.3 -5331065 L 15725.1 -5332887 L 14909.7 -5334062 L 14543.5 -5333943 L 13405.1 -5334109 L 12511.5 -5335331 L 11409.3 -5335607 L 10824.9 -5336112 L 9303.1 -5336097 L 8690.7 -5335631 L 8121.3 -5336054 L 7372.1 -5336213 L 6369.5 -5335736 L 5679.1 -5335539 L 4286 -5335995 L 3883.8 -5338299 L 3105.6 -5339662 L 2441.5 -5343910 L 532.5 -5345194 L 399.4 -5345565 L 550.9 -5347415 L 985 -5348072 L 1289.3 -5348324 L 364.9 -5348943 L -1134.3 -5348805 L -1508.5 -5348897 L -1201.7 -5349607 L -1311.8 -5350752 L -337.9 -5351342 L -558 -5351969 L 437.6 -5353070 L 418.4 -5353833 L 1730.5 -5354484 L 1775.1 -5354863 L 3587.9 -5354643 L 4992 -5355051 L 7197.8 -5356375 L 7550.1 -5356483 L 9765.9 -5356947 L 11464.4 -5357753 L 11843.6 -5357768 L 12312.4 -5357187 L 12643.3 -5357015 L 14171.8 -5356735 L 16514.4 -5356870 L 16878.7 -5357014 L 17809.8 -5357152 L 18113.8 -5357242 L 18810.9 -5356414 L 20273.2 -5356227 L 20602.5 -5356411 L 20749.9 -5357138 L 22335.7 -5355481 L 21038 -5354124 L 21297.9 -5353409 L 22223.9 -5352706 L 22414.1 -5352367 L 23105.6 -5352678 L 23519.6 -5353325 L 24563.5 -5353075 L 25785.4 -5354005 L 27674.3 -5354212 L 28266.7 -5354697 L 28645.9 -5354751 L 29459.4 -5353218 L 29491.3 -5352222 L 29829.2 -5352101 L 30094.8 -5352798 L 31184.9 -5352686 L 31833.4 -5352352 L 32278.4 -5351334 L 32960.1 -5351101 L 33265.8 -5350889 L 33400.6 -5351231 L 34376.9 -5351560 L 34697 -5351738 L 35783.2 -5351781 L 37704.4 -5350742 L 37545.3 -5351814 L 38619.6 -5352795 L 39328.9 -5353010 L 39979.3 -5352660 L 40348.3 -5352622 L 40650.9 -5352395 L 41651.4 -5352911 L 42604.5 -5352434 L 43843.7 -5353771 L 44054.7 -5354085 L 43627.3 -5354721 L 43726.6 -5355490 L 44268.5 -5356510 L 45005.9 -5356712 L 45422.9 -5357324 L 46788.4 -5357096 L 46916.3 -5356786 L 47554.2 -5356918 L 47950.1 -5357487 L 48300 -5357445 L 48772.6 -5356884 L 49908.7 -5356932 L 51278.6 -5356362 L 51616.6 -5355680 L 52351.5 -5355644 L 52713.6 -5355760 L 52476 -5355030 L 52855.5 -5353192 L 53793.7 -5352238 L 53610.2 -5351513 L 55123.2 -5351462 L 56025.4 -5352127 L 56372.5 -5352263 L 57857.6 -5352412 L 61343 -5351205 L 61694.1 -5351333 L 61924.3 -5351021 L 62581.2 -5349717 L 64230 -5348632 L 64592.7 -5348477 L 67186.7 -5348876 L 67566.6 -5348848 L 69259.1 -5346040 L 69464.3 -5345768 L 69276.5 -5344778 L 69631.6 -5344159 L 69687.1 -5342024 L 70758 -5343075 L 71705 -5345171 L 71924.1 -5344859 L 73411.9 -5345042 L 74827.6 -5344535 L 75199.4 -5344453 L 75375.7 -5345145 L 77158.3 -5346217 L 77422.2 -5346457 L 78424.3 -5346224 L 78798.8 -5345177 L 79128.4 -5345006 L 79027.2 -5344285 L 79065.9 -5343962 L 78979.2 -5343588 L 78593.6 -5341462 L 77226.1 -5338758 L 77497.9 -5338045 L 77293.1 -5336949 L 77941.3 -5336686 L 78088.3 -5336400 L 77803.9 -5335822 L 78139.1 -5335294 L 78905.8 -5336080 L 79109.9 -5335752 L 80591.1 -5335601 L 83812.7 -5338324 L 83989.5 -5338668 L 84139.2 -5339017 L 85231.5 -5338876 L 86088.3 -5339578 L 86467.2 -5339602 L 86389.8 -5341763 L 86813.5 -5342328 L 87752.5 -5342996 L 88897.1 -5344536 L 89413.6 -5345515 L 89429.7 -5346263 L 88230.5 -5348111 L 88173.9 -5348482 L 91602.3 -5348344 L 91871.9 -5349066 L 93686.5 -5348794 L 94436.2 -5349584 L 94786.2 -5349750 L 96732.4 -5349694 L 97712.6 -5349042 L 98170.5 -5347559 L 99518.4 -5346131 L 99846.8 -5345916 L 99880.5 -5345612 L 99851.2 -5344737 L 100386 -5343016 L 100643.2 -5342748 L 100966.5 -5342468 L 101866.6 -5344093 L 103075.1 -5343332 L 103678.9 -5343768 L 104161.3 -5344796 L 104917.1 -5344926 L 105988.7 -5344518 L 106363.6 -5344602 L 108638.9 -5341477 L 108425.9 -5340328 L 108599.6 -5339822 L 108534.1 -5339540 L 108823.8 -5338884 L 108154.8 -5337626 L 108145.4 -5336553 L 109691.5 -5336529 L 109798.1 -5337622 L 110777.8 -5338177 L 113481.2 -5338284 L 113840.1 -5338434 L 114540.7 -5337830 L 114770.8 -5337596 L 114499.9 -5337318 L 114454.3 -5336161 L 112890.8 -5335066 L 109087.7 -5335340 L 108509.9 -5334834 L 108258 -5334559 L 106625.9 -5333101 L 106070.8 -5332349 L 106010.3 -5332034 L 105846.5 -5331693 L 106186.9 -5330645 L 105350.3 -5329899 L 105263.8 -5328770 L 109002 -5329391 L 110387 -5328776 L 110728.5 -5328593 L 111084.4 -5328743 L 112441.2 -5328023 L 113441.9 -5326935 L 115331.8 -5327206 L 115998.8 -5326953 L 116298.1 -5326709 L 117076.7 -5325079 L 117368 -5324863 L 117549.9 -5324525 L 118174.8 -5324275 L 118305.3 -5323607 L 118610.7 -5323451 L 118985.3 -5321610 L 120293.6 -5319709 L 119880.9 -5318863 L 119987.8 -5318550 L 119372 -5317911 L 119065.4 -5317851 L 118318.9 -5317767 L 118071.7 -5317070 L 117443.1 -5316688 L 117405.5 -5315181 L 118431.7 -5313585 L 117760.1 -5312275 L 117499.3 -5311997 L 118215 -5311381 L 118524.5 -5311305 L 120522 -5312139 L 121453.3 -5313713 L 121737 -5313949 L 121923.3 -5312974 L 121935 -5312634 L 121665.8 -5311961 L 121906.7 -5310482 L 122569.5 -5310144 L 122875.8 -5309927 L 122111.3 -5308726 L 121971.7 -5308390 L 120425.4 -5307828 L 120142.7 -5307640 L 120113.3 -5307270 L 119924 -5306219 L 119567.4 -5305194 L 118039.7 -5304155 L 117301.5 -5304280 L 116937.8 -5304184 L 116795.9 -5303489 L 115556.3 -5303071 L 115424.4 -5302363 L 118440.8 -5302297 L 118807.2 -5300921 L 119939.2 -5300890 L 120316.9 -5300909 L 120406.8 -5299456 L 117013.9 -5299595 L 116674.1 -5299428 L 116806 -5299069 L 115166.3 -5298196 L 115070.6 -5297487 L 115720.7 -5296182 L 115264.7 -5294717 L 115295.9 -5293573 L 116398.4 -5292946 L 116659.7 -5292759 L 116030 -5290658 L 115807.9 -5289614 L 117087.8 -5289106 L 117049.5 -5288741 L 116373.2 -5288522 L 116409 -5288158 L 116592.2 -5287911 L 116845.5 -5287738 L 117577.2 -5286838 L 117658.3 -5285293 L 117546.9 -5284919 L 117434.4 -5284559 L 116172.7 -5283753 L 116206.6 -5281914 L 115851.9 -5281789 L 115975 -5281516 L 116442.6 -5281202 L 116360.2 -5280828 L 115733.9 -5278621 L 116175.1 -5277599 L 115999.4 -5276854 L 112545 -5276133 L 112177.3 -5276000 L 111657.1 -5275494 L 111695.6 -5274324 L 111496.7 -5273168 L 111283.2 -5272840 L 110619.8 -5272451 L 109120.4 -5272813 L 108960.4 -5273512 L 109295.5 -5274572 L 108344 -5274866 L 107979.3 -5274819 L 106931.3 -5274505 L 104765.8 -5273147 L 104449.3 -5273358 L 103507.9 -5273999 L 104005.2 -5274958 L 103753.9 -5275243 L 102245.2 -5275248 L 100929 -5275854 L 100879.9 -5275855 L 100892.6 -5275072 L 100402 -5273581 L 99482.8 -5272328 L 99123.2 -5270055 L 96078.4 -5269533 L 95282.2 -5270394 L 94498.7 -5270399 L 93114.9 -5269803 L 91996.9 -5270134 L 91330 -5271082 L 91187.2 -5272234 L 90831.5 -5272111 L 89796.1 -5271068 L 88816 -5270594 L 88404.9 -5269493 L 88288.6 -5269499 L 87763.3 -5269347 L 87053.5 -5268882 L 86556 -5269008 L 86167.3 -5269457 L 85907.5 -5270685 L 85922.8 -5271347 L 86483.6 -5272109 L 86463.5 -5272418 L 86021.7 -5273102 L 85784.7 -5274302 L 86375.8 -5274856 L 87027.2 -5274740 L 87606.1 -5276701 L 86461.6 -5276909 L 85997.8 -5277195 L 85200.1 -5277889 L 84563.9 -5278158 L 83978.1 -5278166 L 83041.1 -5277723 L 82134.2 -5276817 L 80722.7 -5276984 L 78589 -5277583 L 78265.8 -5277410 L 77871.5 -5276785 L 77333.5 -5276507 L 76444.6 -5276290 L 76048.1 -5276406 L 75889.1 -5276601 L 76278.4 -5277431 L 77422.6 -5277904 L 77447.5 -5278153 L 77483.5 -5278512 L 77738.7 -5278768 L 78812 -5279043 L 80001.7 -5279716 L 80542.5 -5280531 L 80345.5 -5280602 L 79426 -5279825 L 78557 -5279299 L 78087.4 -5279193 L 77569.9 -5279628 L 77054.6 -5279322 L 76668.1 -5279284 L 75877.9 -5279543 L 75266.8 -5279553 L 76223.5 -5278920 L 76382.4 -5278469 L 76248.5 -5278150 L 75569.1 -5277989 L 74225.6 -5278072 L 73841.9 -5278571 L 73364.6 -5278645 L 72808.8 -5279102 L 72707.1 -5279075 L 72879.6 -5278643 L 73379.3 -5278030 L 73378.6 -5278030 z M 17107.1 -5293411 L 16481.6 -5294292 L 16059.7 -5294412 L 15369.3 -5293894 L 14977.8 -5294061 L 14651.5 -5293864 L 12245.6 -5295567 L 11231.5 -5296898 L 11282.7 -5297404 L 11482.7 -5297614 L 12154.9 -5297700 L 13841.8 -5296966 L 14768.9 -5296795 L 15427.7 -5296242 L 16452.2 -5295959 L 17190.7 -5295756 L 17521.1 -5295236 L 17920.2 -5295145 L 17957.2 -5294501 L 17671 -5293942 L 17106.8 -5293411 L 17107.1 -5293411 z M 60055.1 -5284820 L 59220.7 -5284118 L 59074.2 -5284184 L 59130.6 -5284760 L 60282 -5287840 L 60926.6 -5288670 L 61148.9 -5288597 L 60910.9 -5287751 L 61496.6 -5287488 L 61877.6 -5286963 L 61440.5 -5286675 L 60940.4 -5286776 L 60639.7 -5286576 L 60048.1 -5285766 L 59929.2 -5285344 L 60055.1 -5284820 L 60055.1 -5284820 z M 63306.1 -5285694 L 63064 -5286076 L 63375 -5286633 L 63165.6 -5287089 L 63249.2 -5287413 L 64029.6 -5287564 L 64530.2 -5288230 L 64709.5 -5288237 L 64966.5 -5287495 L 65602.7 -5287227 L 65842.3 -5286819 L 65440.4 -5286374 L 64925.4 -5286579 L 64263.7 -5286595 L 63305.9 -5285694 L 63306.1 -5285694 z M 69590 -5286544 L 69585.1 -5286749 L 69971.5 -5286787 L 70249.4 -5287014 L 70252.2 -5287551 L 70383.5 -5287589 L 70729.3 -5287221 L 71226.8 -5287350 L 71350.5 -5287057 L 70400.6 -5286488 L 69590 -5286544 L 69590 -5286544 z M 50751.4 -5264068 L 48286.6 -5265953 L 47998.9 -5266391 L 48107.7 -5266713 L 48863.2 -5266867 L 49037.4 -5266568 L 50234.5 -5265783 L 50684.1 -5265686 L 51856.5 -5265926 L 50918.6 -5264972 L 51191.2 -5264381 L 51011.7 -5264118 L 50751.5 -5264068 L 50751.4 -5264068 z M 39434 -5254283 L 39201.8 -5254767 L 38699.2 -5255099 L 37642.9 -5255257 L 37183.3 -5255763 L 36743.3 -5255449 L 35952.2 -5255196 L 35755.4 -5255779 L 33891.1 -5257042 L 33666.3 -5257090 L 32556.4 -5256460 L 31947.4 -5256496 L 31470.1 -5257081 L 30238.9 -5256514 L 29675.9 -5257262 L 28991.2 -5257562 L 28708.7 -5258307 L 28605.7 -5258428 L 28160.6 -5258950 L 28315.2 -5259472 L 29243.3 -5260325 L 28937.7 -5260586 L 28485.3 -5260658 L 28303.9 -5261393 L 27995.8 -5261628 L 27905.6 -5262763 L 27602.5 -5263050 L 27514.4 -5263443 L 27762.4 -5263878 L 27689.4 -5264423 L 28818.3 -5266765 L 29202.5 -5266778 L 30207.7 -5266113 L 30869.8 -5266098 L 30922.7 -5265862 L 30700 -5265424 L 30283 -5265338 L 30136.1 -5264893 L 30204 -5264553 L 30492.1 -5264626 L 31217.8 -5265244 L 31890.1 -5265330 L 32349.8 -5265079 L 33059.3 -5264265 L 34079.8 -5263752 L 34767.2 -5263734 L 35593.8 -5264086 L 35456.3 -5262462 L 35594.9 -5261809 L 36157.9 -5261061 L 36051.4 -5260509 L 36506 -5259951 L 37476.3 -5259956 L 37885.1 -5259198 L 38726.6 -5259190 L 38745.7 -5258980 L 38799.5 -5258389 L 39208.7 -5258143 L 40841.3 -5258388 L 42369.7 -5257851 L 42392.3 -5257567 L 41625.8 -5256032 L 41168.3 -5255797 L 40824.3 -5255166 L 39434 -5254283 L 39434 -5254283 z M 55415.3 -5258917 L 55541.9 -5259671 L 55860.4 -5260049 L 56497.1 -5260035 L 57553.3 -5260390 L 57694.6 -5260017 L 57479.6 -5259400 L 57103.1 -5259207 L 56342.6 -5259258 L 55897.8 -5258894 L 55415.3 -5258917 L 55415.3 -5258917 z "
id="path687" />
<path
d="M -15931.4 -5423051 L -16610.9 -5422572 L -16879.4 -5422722 L -16955.1 -5423035 L -17731.1 -5423228 L -17777.2 -5423589 L -16966.9 -5423802 L -16602.7 -5424179 L -15560.2 -5424116 L -15104.2 -5423465 L -14131.7 -5423179 L -14089.9 -5422767 L -14289 -5422528 L -14529.9 -5422702 L -15037.4 -5422745 L -15371.5 -5422722 L -15629.2 -5422999 L -15931.5 -5423051 L -15931.4 -5423051 z M 9815.5 -5412068 L 9488.9 -5411392 L 9372.9 -5411120 L 9224.7 -5410807 L 8997.4 -5410545 L 9338.6 -5407171 L 9335.1 -5406418 L 9663.9 -5405752 L 10310.4 -5405413 L 10131.9 -5403961 L 10390.1 -5403632 L 10891.6 -5403031 L 12047.5 -5403027 L 13047.6 -5402419 L 13426.1 -5402516 L 13604.1 -5402199 L 14003.5 -5401229 L 13586.2 -5400232 L 12810.2 -5399524 L 14073.2 -5398891 L 14765 -5399145 L 16010.6 -5397299 L 17055.3 -5396868 L 15758.4 -5396012 L 12739.7 -5392955 L 12368.2 -5392825 L 11845.6 -5392362 L 11928.9 -5391273 L 11640.8 -5390606 L 12104.4 -5390077 L 11962.3 -5389741 L 12302.3 -5389671 L 12451.6 -5388993 L 13430.3 -5388707 L 13386.6 -5388352 L 14058.4 -5387554 L 15251.7 -5387206 L 15373.5 -5386867 L 15077.1 -5386618 L 12679.2 -5385438 L 11565.7 -5384372 L 11266 -5382115 L 10988.8 -5381936 L 10991.2 -5381561 L 10579.3 -5380607 L 10886.9 -5380360 L 14417.3 -5379021 L 14435.1 -5378233 L 13511.2 -5375717 L 13961.8 -5375162 L 14168.9 -5372148 L 14808.5 -5371826 L 15709.5 -5372524 L 16223 -5372458 L 16512.6 -5372209 L 15772 -5372105 L 14802.5 -5370506 L 14192.1 -5370237 L 13843.2 -5370377 L 13727.7 -5369639 L 15366.8 -5368773 L 15851.5 -5368188 L 16231.7 -5368217 L 15534.7 -5366991 L 15394.7 -5365915 L 15579.9 -5365595 L 15661.7 -5365235 L 14267.1 -5365127 L 14291.6 -5364740 L 13900.5 -5364077 L 13185.9 -5363837 L 12885.4 -5362723 L 12886.9 -5362336 L 13814.1 -5360229 L 15151.5 -5359524 L 15184.6 -5358763 L 15243.8 -5358027 L 13530.9 -5358501 L 11746.9 -5358257 L 11842.6 -5357768 L 11463.4 -5357753 L 9764.9 -5356948 L 7549.1 -5356483 L 7196.8 -5356376 L 4991 -5355052 L 3586.9 -5354643 L 1774.1 -5354863 L 1729.5 -5354484 L 417.4 -5353834 L 436.6 -5353070 L -559 -5351969 L -338.9 -5351342 L -1312.8 -5350752 L -1202.7 -5349607 L -1509.5 -5348898 L -1135.3 -5348805 L 363.9 -5348944 L 1288.3 -5348325 L 984 -5348073 L 549.9 -5347415 L 398.4 -5345566 L 531.5 -5345194 L 2440.5 -5343911 L 3104.6 -5339662 L 3882.8 -5338299 L 4285 -5335995 L 5678.1 -5335540 L 6368.5 -5335736 L 7371.1 -5336213 L 8120.3 -5336055 L 8689.7 -5335632 L 9302.1 -5336098 L 10823.9 -5336112 L 11408.3 -5335607 L 12510.5 -5335332 L 13404.1 -5334110 L 14542.5 -5333944 L 14908.7 -5334063 L 15724.1 -5332887 L 15976.3 -5331066 L 16629 -5330726 L 16816.3 -5330406 L 17137.4 -5330608 L 17428.2 -5331707 L 18919.9 -5331866 L 21177.8 -5333154 L 21461 -5332449 L 21835.1 -5332388 L 21932.7 -5331676 L 22506.7 -5330883 L 22450.2 -5330528 L 21788.4 -5329590 L 22614.3 -5327843 L 22271.7 -5327138 L 21164.2 -5326874 L 20672.7 -5325514 L 21163.4 -5323293 L 20898.2 -5321413 L 21261.8 -5320791 L 20492.6 -5320869 L 19607.5 -5321546 L 17398.5 -5320916 L 17350.3 -5319477 L 16588.2 -5318216 L 16210.1 -5318280 L 15447.8 -5318221 L 14373.9 -5317132 L 13989.7 -5317139 L 12704.4 -5317978 L 12027.9 -5318874 L 12058.6 -5319383 L 11999 -5319360 L 11801.1 -5319112 L 11494.4 -5318727 L 11095 -5318227 L 10743 -5317507 L 10993.6 -5316118 L 10689.9 -5315626 L 11409.7 -5315190 L 11638.9 -5315048 L 11212.3 -5313608 L 10658.2 -5313178 L 10910.1 -5312641 L 10562.6 -5311730 L 10558.5 -5310681 L 10165.9 -5310081 L 9238.9 -5310252 L 8747 -5310686 L 8156.1 -5310900 L 7294.2 -5310706 L 6705.9 -5310828 L 6569.3 -5310857 L 5852.5 -5311339 L 4806.4 -5311343 L 4021.1 -5311653 L 2927.1 -5311688 L 2404.6 -5312074 L 2001.2 -5312627 L 1251 -5312780 L 584.8 -5313257 L 144.1 -5312688 L -1746.3 -5313930 L -2271 -5314546 L -2879.4 -5314838 L -3078.1 -5315396 L -2842.2 -5315960 L -1709.1 -5316562 L -1583.9 -5316516 L -1413.7 -5316454 L -1173.5 -5316558 L -1117 -5317115 L 796.6 -5317611 L 1254 -5317590 L 1937.8 -5317034 L 2135.2 -5317219 L 1098.2 -5318067 L 620.7 -5318141 L -583.2 -5317458 L -762.2 -5317591 L -770.8 -5318513 L -1046.6 -5318311 L -1250.4 -5317308 L -1802 -5316904 L -2555.2 -5316776 L -3499.1 -5316028 L -4019.7 -5315927 L -4309.7 -5316341 L -5091.7 -5319951 L -5603.6 -5319185 L -4983.6 -5318252 L -4941.2 -5317914 L -5366.9 -5317241 L -4825.5 -5316994 L -4585.1 -5316394 L -4629.6 -5315452 L -4786.9 -5315161 L -5469.8 -5314719 L -6670.1 -5314713 L -7244.5 -5314336 L -8125.7 -5314708 L -8881.7 -5314554 L -9863.1 -5315448 L -10466.9 -5315535 L -11043.4 -5315389 L -11975.2 -5315766 L -12417.7 -5315683 L -13088.4 -5315112 L -13347.9 -5315573 L -13150 -5316014 L -13600.3 -5317109 L -14352 -5318080 L -14525.5 -5318304 L -14930 -5319599 L -15999.1 -5320885 L -15684.5 -5321467 L -15014.2 -5321783 L -15243.1 -5322293 L -14501.2 -5323061 L -14726 -5323110 L -15788.6 -5322450 L -16296.5 -5322477 L -17026.2 -5322833 L -17048.4 -5323117 L -15976.9 -5323110 L -15728.3 -5323545 L -16776.1 -5324036 L -16874.1 -5324327 L -17799.1 -5324268 L -18220.3 -5324644 L -18233.3 -5325771 L -18848 -5326756 L -18694.8 -5327508 L -19080.9 -5327726 L -19041.7 -5328362 L -19715.6 -5327510 L -20769.1 -5327694 L -20634.5 -5328013 L -20770 -5328437 L -21325.3 -5328749 L -21395 -5328065 L -21870.4 -5327428 L -22292.6 -5328081 L -21694.6 -5326126 L -21754.1 -5325651 L -21966.9 -5323952 L -21548.8 -5323295 L -21945.8 -5323157 L -22592.5 -5323325 L -23092.1 -5323683 L -23549.5 -5323704 L -23777.5 -5323472 L -24085.9 -5323452 L -24325.1 -5323860 L -24874.3 -5323482 L -25182.7 -5323462 L -25576.6 -5323605 L -25952.1 -5324181 L -26155.3 -5323689 L -26055.8 -5322912 L -26261 -5322651 L -28149.5 -5323663 L -29161.7 -5324502 L -28125.2 -5324343 L -27918.9 -5324368 L -27523.3 -5324300 L -27920.3 -5324683 L -28423.7 -5325500 L -28668.7 -5325585 L -28573.7 -5326266 L -28727.6 -5326670 L -29175.2 -5325124 L -29966.8 -5324873 L -30739.3 -5325310 L -31341.6 -5326165 L -31580.2 -5326830 L -31433.2 -5327020 L -31076.9 -5327008 L -30790.6 -5327312 L -30966.9 -5327586 L -31806 -5327621 L -32232.4 -5327946 L -31533.5 -5328540 L -32035 -5328665 L -32230.8 -5328714 L -32569.6 -5328646 L -33230.1 -5329430 L -33202.5 -5330452 L -32632.8 -5332031 L -31779.7 -5332635 L -31039.2 -5332636 L -30147.4 -5333619 L -29258.4 -5333324 L -28334.2 -5334125 L -28204.2 -5334649 L -28397.9 -5335002 L -29499.1 -5334218 L -29911.1 -5334184 L -30072.5 -5334354 L -29613.3 -5335100 L -29350.6 -5336174 L -29477.7 -5336929 L -29906.1 -5337485 L -30474.3 -5337671 L -30722.3 -5337492 L -30312.7 -5336503 L -30661.1 -5336590 L -30856.1 -5336431 L -30828.6 -5335199 L -31016.9 -5334605 L -30849.6 -5333743 L -30969.3 -5333320 L -31331.4 -5333024 L -32143.2 -5332826 L -32359 -5332656 L -32948.4 -5332192 L -33567.5 -5331129 L -33718.9 -5330146 L -33594.3 -5329366 L -33997.1 -5328921 L -34644.5 -5328833 L -35081.3 -5329057 L -35653 -5329960 L -35790.3 -5329616 L -35450.6 -5328942 L -34928.2 -5328555 L -34099.4 -5328419 L -33343.4 -5328572 L -31782.2 -5325852 L -31674.5 -5325406 L -31925.7 -5324945 L -32592.6 -5325167 L -33282.7 -5325161 L -34968.9 -5323901 L -35572.5 -5322989 L -36015.1 -5322907 L -35458.3 -5324360 L -35573.2 -5324986 L -35775.4 -5325007 L -35861.9 -5325912 L -36093.9 -5326140 L -36039 -5326928 L -36313.3 -5327494 L -36904.3 -5327708 L -36979.3 -5326973 L -37414.1 -5326967 L -37624.6 -5326655 L -37479.3 -5326077 L -37908.6 -5325123 L -38043.4 -5324804 L -37314.7 -5323936 L -37361.3 -5323480 L -36760.5 -5323111 L -37292.4 -5322653 L -37153.2 -5322605 L -36133 -5322253 L -35759.6 -5321908 L -35640.1 -5321077 L -36163.2 -5319952 L -36953 -5319470 L -37050.5 -5318763 L -37334.3 -5318485 L -38358.8 -5318205 L -39058.6 -5318354 L -39399.5 -5318700 L -39681.5 -5320261 L -39901.2 -5320360 L -40306.7 -5319890 L -39882.7 -5319539 L -39604.2 -5318710 L -39570.2 -5318539 L -39946.4 -5318163 L -41385.2 -5318367 L -41910.2 -5318441 L -43478.4 -5318089 L -44873.2 -5318437 L -45429.9 -5318238 L -45728 -5318320 L -46229.9 -5318909 L -47812 -5319174 L -49573.1 -5319687 L -50492 -5319192 L -51083.2 -5319407 L -51558.9 -5319250 L -51735.3 -5319525 L -51485.9 -5320216 L -51509.3 -5320986 L -51819.9 -5321197 L -52138.9 -5322075 L -51351.6 -5322532 L -50114.9 -5322636 L -49788.3 -5322833 L -49625.7 -5323174 L -49930.5 -5323692 L -49474.9 -5323902 L -49312.3 -5324243 L -49857.5 -5328908 L -50366.5 -5330676 L -51474.5 -5333542 L -51861.1 -5334542 L -52850.7 -5336103 L -53375.6 -5337463 L -54606.7 -5339407 L -55391.6 -5339974 L -56213.2 -5340929 L -57110.1 -5341149 L -58475.9 -5342775 L -59297.6 -5343579 L -59328.2 -5343895 L -60723.8 -5344624 L -61582.3 -5344746 L -62149.2 -5345304 L -61834.3 -5346324 L -61738.7 -5347509 L -62198 -5346864 L -62088 -5346345 L -62334.7 -5345852 L -62517.1 -5345488 L -63198 -5345595 L -63730.8 -5345334 L -63919 -5345222 L -63859.7 -5344706 L -64574.4 -5344409 L -65593.7 -5345055 L -66509.4 -5345412 L -66477.8 -5345791 L -66890.3 -5346362 L -68410.8 -5346820 L -68880.4 -5347318 L -69147.1 -5348106 L -69802.6 -5347599 L -70663.2 -5347390 L -71458.6 -5347966 L -71896.3 -5347926 L -73112.1 -5348319 L -73489 -5348441 L -73787.1 -5348236 L -74880.7 -5349221 L -75906.5 -5349178 L -76602.7 -5350027 L -76325.7 -5350285 L -75088.3 -5350105 L -74272 -5350395 L -74200.2 -5350950 L -74538.7 -5351182 L -74526.1 -5351641 L -74720.7 -5351759 L -74617.2 -5352082 L -74849.9 -5352356 L -74792.9 -5352735 L -74549.6 -5352893 L -74052.5 -5352418 L -73585 -5352507 L -73233.9 -5352120 L -72732.6 -5352308 L -71599 -5352112 L -71298.5 -5352798 L -71157.1 -5353121 L -70945.6 -5353206 L -70841.9 -5352916 L -70522.6 -5352762 L -69951.5 -5352868 L -69496.8 -5352498 L -68441.5 -5352589 L -68566.3 -5352931 L -68409.8 -5352969 L -67959.3 -5352549 L -66633.4 -5353128 L -65618.3 -5353043 L -65518.9 -5353316 L -65138.2 -5353590 L -64668.8 -5353704 L -63875.7 -5353714 L -62841.5 -5352939 L -62247.4 -5353017 L -62300.2 -5353303 L -61983 -5353429 L -61706 -5353993 L -61312.7 -5354113 L -61006 -5353807 L -60123.5 -5353917 L -58914.6 -5354066 L -58633.4 -5353762 L -57789.6 -5353462 L -56738.7 -5354420 L -56237.5 -5354302 L -55880.1 -5354604 L -55313.5 -5354353 L -54685.4 -5354530 L -53994 -5354243 L -52224.1 -5355243 L -51691.2 -5354893 L -51168.9 -5355028 L -50672 -5354859 L -49274.4 -5355380 L -48525.8 -5355164 L -47766.8 -5354463 L -46964.5 -5354185 L -46518.6 -5353440 L -46558.6 -5353810 L -45818 -5353913 L -45608.2 -5353084 L -44601.8 -5352592 L -44193.8 -5352583 L -43853.4 -5352988 L -43422 -5353564 L -42838.5 -5353822 L -42248.3 -5355686 L -42525.3 -5356040 L -42565.4 -5356478 L -41838 -5356927 L -41484.8 -5357484 L -41285.9 -5358335 L -41435.9 -5359291 L -41480.2 -5359678 L -41793.4 -5359734 L -42285.8 -5359822 L -42442.2 -5360090 L -42926.4 -5360105 L -42892.5 -5360816 L -43082.7 -5360985 L -42981.1 -5361283 L -42704.1 -5361234 L -42585.7 -5361428 L -42431.2 -5362053 L -43048.1 -5364146 L -43665.4 -5364402 L -43866.1 -5365056 L -44942.4 -5365325 L -45124.2 -5365595 L -47054.8 -5365731 L -48078.2 -5366021 L -47775.8 -5366276 L -47955.4 -5366878 L -48338 -5367191 L -49099.5 -5367359 L -49266.3 -5367396 L -50919.9 -5368095 L -51556.3 -5368735 L -52074.4 -5368651 L -52336.5 -5368877 L -51898.7 -5369224 L -51860.6 -5369680 L -53869.6 -5369796 L -54271.4 -5370187 L -54802.2 -5370257 L -55206.2 -5370010 L -56650.7 -5370156 L -56919.2 -5370000 L -57323.3 -5369447 L -57496.7 -5368901 L -56775.6 -5368662 L -57067.6 -5368227 L -58049 -5367798 L -58190.5 -5367554 L -58556.6 -5366922 L -58465.7 -5366481 L -59045.3 -5365968 L -59020 -5365353 L -59244.2 -5365423 L -60633.8 -5364391 L -60892 -5363136 L -61725.2 -5362951 L -62192.5 -5364087 L -61532.6 -5364338 L -61431 -5364636 L -61676.3 -5365065 L -61331.6 -5365214 L -61549.4 -5365667 L -61331.5 -5365827 L -61231.9 -5367631 L -61724.6 -5368769 L -61647.4 -5369153 L -61593.3 -5369421 L -61802.7 -5369669 L -61694.7 -5370043 L -61980.3 -5370296 L -62388.5 -5370304 L -62422.4 -5370511 L -62225.6 -5370725 L -61643.9 -5370650 L -61235.7 -5370948 L -60241.5 -5371223 L -60154.7 -5371649 L -60457 -5372619 L -61169.6 -5373265 L -62045.3 -5372879 L -62527.6 -5372919 L -62967.6 -5372548 L -63428.7 -5372841 L -63925.8 -5372704 L -64094.9 -5372821 L -63889.7 -5373135 L -64401.5 -5373433 L -64549.5 -5373803 L -65277.1 -5373966 L -65539.4 -5373885 L -65778.5 -5373165 L -65909.6 -5373125 L -66125.3 -5373296 L -66062.8 -5373634 L -66032.2 -5373799 L -65300.2 -5374912 L -65302.2 -5375499 L -65532.7 -5375799 L -66078.4 -5375998 L -66004.3 -5376272 L -65657.4 -5376141 L -65183.6 -5376306 L -64906.6 -5375951 L -64491.9 -5376631 L -64132.3 -5376652 L -63838.4 -5376193 L -63307.5 -5375817 L -63703.1 -5375672 L -63574.1 -5375380 L -63146.8 -5375293 L -62431.9 -5375591 L -62201.3 -5375903 L -61784.6 -5375996 L -61444 -5376401 L -61393 -5377010 L -61598 -5377614 L -61923.7 -5377998 L -61574.5 -5378505 L -61792.3 -5378957 L -61625.1 -5379428 L -61839.1 -5379681 L -62229.8 -5380142 L -61956.9 -5380349 L -61880.7 -5380649 L -61282 -5380777 L -61245.9 -5381208 L -60598.6 -5381307 L -59716.3 -5382076 L -58990.7 -5382193 L -58366.7 -5382014 L -59321.1 -5380690 L -59780.6 -5378865 L -60428.1 -5378154 L -60504.4 -5377548 L -59679.7 -5376713 L -59307.4 -5376886 L -59531.8 -5376344 L -59206.2 -5375959 L -58538.9 -5376250 L -58224.7 -5376387 L -58044.9 -5376704 L -58508 -5376973 L -58412.8 -5377194 L -58188.6 -5377125 L -57735.9 -5377342 L -57693.8 -5376624 L -57260.2 -5376307 L -57154.5 -5376043 L -57262.6 -5375669 L -57649.6 -5375319 L -57554.5 -5375234 L -56723.3 -5375394 L -56321.5 -5375310 L -53768.5 -5375887 L -53637.3 -5376233 L -50985.4 -5375858 L -50558 -5376077 L -50429.1 -5375786 L -50714.8 -5375427 L -50630.2 -5375216 L -50346.8 -5375243 L -50178.9 -5374768 L -50160.8 -5374718 L -50560.6 -5374215 L -50220.2 -5374008 L -49905.1 -5374109 L -48536.9 -5373663 L -46572.3 -5373932 L -46341.6 -5374245 L -45305.3 -5374719 L -44580 -5374531 L -43135.4 -5375303 L -42116 -5375575 L -40316.5 -5375398 L -39620.9 -5375162 L -39229.9 -5374644 L -39272.4 -5374137 L -39418.4 -5373920 L -39630.4 -5373951 L -40064.7 -5373545 L -39524.3 -5373265 L -39072.2 -5373323 L -38801.1 -5373358 L -37430.5 -5374162 L -37523.4 -5374577 L -37210.4 -5374653 L -36561.3 -5374471 L -36341.6 -5374045 L -35303.3 -5374238 L -34605.4 -5374639 L -34184.7 -5374476 L -33017.4 -5374684 L -35379 -5375163 L -36307.3 -5375062 L -36941.5 -5375421 L -37152.7 -5375950 L -37103.8 -5376226 L -35799 -5376857 L -35989.1 -5377026 L -36090.8 -5376999 L -37452.5 -5376638 L -37791.4 -5375646 L -37947.8 -5375608 L -38398 -5376335 L -39027.9 -5376745 L -39710.9 -5376828 L -40085 -5377242 L -39670.4 -5377615 L -37910.7 -5378182 L -37933.8 -5378515 L -38210.9 -5378564 L -38301.9 -5378393 L -39082.3 -5378229 L -39255.8 -5377988 L -39714.7 -5378001 L -40177.6 -5378270 L -40365.9 -5378158 L -40340.6 -5377850 L -40643.1 -5377594 L -40776.5 -5377223 L -41442.7 -5377202 L -42642.7 -5377491 L -44047.8 -5377828 L -44102.7 -5378089 L -43345.5 -5378280 L -43294.7 -5378582 L -42791.4 -5378489 L -42575.6 -5378624 L -42664.4 -5378784 L -42869.6 -5378776 L -42888.4 -5379160 L -42575.3 -5379236 L -42213.7 -5378976 L -41594 -5379358 L -41858.2 -5379559 L -42604.7 -5379494 L -42496.7 -5379868 L -42194.4 -5379817 L -41788.3 -5380089 L -41016.4 -5380152 L -39673.3 -5380626 L -39686 -5380780 L -40506.2 -5381359 L -38687.4 -5381717 L -38188 -5382185 L -39679.2 -5381774 L -40093.5 -5382014 L -40349.6 -5381703 L -40730.1 -5382041 L -41472.3 -5382027 L -41428.1 -5381641 L -41618.7 -5381197 L -41145.1 -5381055 L -41214.9 -5380832 L -42473.3 -5380759 L -43160.8 -5380485 L -43408.1 -5380582 L -43420.4 -5381348 L -43151.8 -5381505 L -42463.9 -5382697 L -42656.9 -5382713 L -42717.6 -5382718 L -43506.8 -5381841 L -44219.7 -5381568 L -44327.7 -5381195 L -44573.2 -5381011 L -44795.2 -5381107 L -45194.9 -5380910 L -45260.5 -5381043 L -45201.1 -5381447 L -43995.2 -5382417 L -44181.1 -5382637 L -46218.4 -5381201 L -46347.9 -5380267 L -46567.9 -5380081 L -46561.6 -5379851 L -46739.3 -5379560 L -47215.3 -5379370 L -49006.6 -5379341 L -49875.7 -5379644 L -49366.8 -5380123 L -48432.8 -5381003 L -48265.8 -5380861 L -47999.3 -5380992 L -48049.9 -5381303 L -49065.1 -5381082 L -52210.6 -5379840 L -52862 -5379996 L -52299.3 -5380306 L -52068.6 -5380619 L -52284.2 -5381097 L -50957.8 -5381674 L -51623.9 -5381960 L -51678.7 -5382526 L -50959.3 -5383180 L -50770.7 -5383905 L -50046.5 -5384186 L -49528.9 -5384387 L -48754.3 -5385700 L -45665.8 -5386870 L -44785.6 -5387613 L -43867.6 -5387587 L -42443.9 -5388412 L -41333.3 -5388854 L -40861.4 -5389300 L -40114.7 -5389670 L -40139.8 -5389979 L -39530.3 -5390540 L -38885.2 -5390614 L -38578.4 -5390919 L -38749.6 -5391011 L -39853.8 -5390644 L -40452.8 -5389903 L -41102.2 -5389779 L -41478.9 -5389249 L -41526.5 -5389249 L -42092.3 -5389250 L -43067.5 -5388898 L -43930.6 -5388358 L -44922.5 -5388416 L -45582.6 -5388165 L -45697 -5387715 L -46031.1 -5387692 L -46077.5 -5388053 L -46817.1 -5389289 L -47026.6 -5389230 L -46466.9 -5387371 L -47368 -5387294 L -48267.3 -5386629 L -48641.6 -5386737 L -49305.5 -5387354 L -49956.8 -5387511 L -50739.6 -5387015 L -51073.6 -5386088 L -51844.3 -5385921 L -52718.3 -5386696 L -53126.3 -5386324 L -53744.4 -5386170 L -53767.9 -5385868 L -55518 -5385449 L -56012 -5385917 L -57619.2 -5384835 L -58239.2 -5384147 L -58713.1 -5383983 L -59260.7 -5384463 L -59620.3 -5384442 L -60223.3 -5383956 L -60627.3 -5384015 L -60781.8 -5383697 L -61211.2 -5383452 L -62068 -5383294 L -64177.4 -5382220 L -64534.8 -5382224 L -64504.5 -5382404 L -64484 -5382526 L -64873.2 -5382457 L -65550.1 -5382616 L -65909.7 -5383207 L -66400.4 -5383453 L -66912.4 -5383444 L -67593.3 -5384165 L -68771.6 -5384748 L -70034.6 -5384624 L -70603.7 -5384238 L -70716 -5383507 L -70460.2 -5382899 L -71215.4 -5382732 L -71200.8 -5382297 L -72561.1 -5382232 L -73235.9 -5382722 L -74907.4 -5382301 L -75138.2 -5382374 L -76003.3 -5382647 L -75918.6 -5383355 L -76134.4 -5383526 L -75865.6 -5383989 L -75848.5 -5384804 L -76440.8 -5385364 L -76197.5 -5385523 L -76267.3 -5385911 L -75823.4 -5386208 L -74671.6 -5385883 L -74348 -5385979 L -74441.4 -5386336 L -74965.5 -5386430 L -75592.6 -5386237 L -75943.2 -5386399 L -76680.4 -5386261 L -76583.8 -5386637 L -76705 -5386983 L -76430 -5387023 L -75808 -5386511 L -75154.2 -5386686 L -74809.2 -5387142 L -74745.5 -5387903 L -74969.6 -5388279 L -74779.2 -5388416 L -75386.4 -5388799 L -75599.9 -5389608 L -75275.7 -5391036 L -75387.9 -5391224 L -75959.2 -5391119 L -76090.2 -5391692 L -76693.1 -5392125 L -76324.8 -5392554 L -76341.5 -5392964 L -76034.6 -5393270 L -75975.3 -5393673 L -75645.1 -5393952 L -75846 -5394301 L -75776.1 -5394525 L -75090.2 -5395386 L -75263.4 -5396065 L -74764 -5396227 L -74376.6 -5396884 L -74393.3 -5397294 L -73510.7 -5397756 L -73424.2 -5397264 L -72960.7 -5397608 L -72954.4 -5397977 L -73243.5 -5398315 L -73491.6 -5397984 L -73876.5 -5398578 L -73810.6 -5399058 L -73941.7 -5399324 L -74426.2 -5399645 L -74495.8 -5400034 L -74191.1 -5400009 L -74454.2 -5400998 L -74579.9 -5401471 L -74173.5 -5401743 L -74222 -5402386 L -73697.1 -5402546 L -73517.1 -5402863 L -73737.2 -5402983 L -73743.4 -5403214 L -73148.6 -5403598 L -72902.9 -5404088 L -73099.3 -5404794 L -72491.9 -5405024 L -72310 -5404753 L -72153.4 -5404791 L -72034.2 -5406211 L -71018.2 -5406738 L -70342.8 -5407473 L -69511.1 -5407633 L -69445.7 -5407193 L -69172.8 -5407094 L -68906 -5407225 L -68758.1 -5406855 L -68514.9 -5406707 L -68152.8 -5407366 L -68518.6 -5407575 L -68241.3 -5407833 L -68282.4 -5408009 L -68429.2 -5408640 L -67563.8 -5408593 L -67007.1 -5408827 L -66992.6 -5408392 L -66673.1 -5408237 L -66124.9 -5408676 L -66037.8 -5409103 L -65877 -5409191 L -65720.6 -5408923 L -65160 -5408595 L -64191 -5408565 L -63837.5 -5408816 L -63240.8 -5408919 L -62870.2 -5409373 L -62709.6 -5409156 L -62747.9 -5408699 L -61979.8 -5408711 L -61827.7 -5408392 L -60729.8 -5408070 L -60360.5 -5406686 L -60584.9 -5406449 L -60555.4 -5406192 L -59700.5 -5406324 L -59701.5 -5406666 L -59834 -5407062 L -60156.8 -5407588 L -60154.4 -5407919 L -60769.1 -5408438 L -61495.4 -5408696 L -61524.9 -5408954 L -60985.1 -5409291 L -60735.2 -5409832 L -60781.4 -5410193 L -60943.7 -5410252 L -61242 -5409872 L -61288.7 -5410306 L -60838.2 -5410734 L -61206 -5411225 L -60742.4 -5411569 L -60826.6 -5412086 L -60479.5 -5412261 L -59549 -5411468 L -60031.6 -5411202 L -60252 -5410710 L -59928.4 -5410606 L -58066.3 -5410858 L -57639.2 -5410465 L -56703.9 -5410642 L -55478.8 -5410163 L -55717.9 -5410501 L -57003.6 -5411637 L -57344.4 -5411538 L -57539 -5411657 L -57198 -5412062 L -57272.7 -5412249 L -57324.8 -5412379 L -57851.7 -5412194 L -58143.6 -5412371 L -57895.6 -5412887 L -58162.1 -5413062 L -58166.1 -5413318 L -57790 -5413660 L -56985.3 -5413678 L -56807.4 -5413969 L -56219.4 -5413665 L -56134.7 -5413760 L -56434.4 -5414755 L -56131.6 -5415010 L -55892.5 -5415118 L -55909.9 -5414609 L -55355.8 -5414205 L -54890.3 -5414267 L -54682.6 -5414607 L -54242.5 -5414673 L -53631.4 -5414340 L -53972.3 -5413935 L -53763.3 -5413382 L -53092.8 -5413146 L -52307.7 -5413361 L -51118.9 -5413210 L -50515.4 -5413373 L -49967.7 -5413522 L -48985.3 -5414562 L -48562 -5414731 L -48295.6 -5414555 L -48393.3 -5414002 L -48247.4 -5413913 L -47883.5 -5413984 L -47756 -5414586 L -47599.4 -5414624 L -47309.7 -5414421 L -46000.4 -5414183 L -46031.9 -5414415 L -46742.4 -5414781 L -46989.6 -5415185 L -47586 -5415389 L -47794.7 -5416249 L -47659.2 -5416339 L -46809.2 -5415808 L -46483.2 -5416036 L -45463.6 -5416001 L -43965.3 -5416487 L -43566.3 -5416759 L -43531.4 -5416783 L -43425.3 -5417131 L -42779.9 -5417204 L -42005.3 -5417598 L -41639 -5418001 L -40868.9 -5418039 L -40143.5 -5417849 L -39739.8 -5417484 L -40004.9 -5416766 L -39287.8 -5416782 L -39135.1 -5417076 L -38701.5 -5417064 L -38488.4 -5416561 L -37644.6 -5416261 L -37598.4 -5415899 L -37903.3 -5415619 L -37814.9 -5415152 L -38392.8 -5414665 L -39099.6 -5414469 L -39302.9 -5414180 L -39248.4 -5413614 L -38618.7 -5412897 L -38092.1 -5412776 L -37577.8 -5413116 L -37784.9 -5413388 L -37636.7 -5413631 L -36595.8 -5413849 L -36009.3 -5414438 L -35539.6 -5414552 L -33352.5 -5414418 L -32931.8 -5414255 L -32561.5 -5414403 L -31804.7 -5413981 L -30321.8 -5414290 L -30376.5 -5414550 L -31218 -5414876 L -31581.9 -5414805 L -31979.4 -5414940 L -31636.3 -5415371 L -31517.2 -5415726 L -31328.6 -5416289 L -30907.6 -5416432 L -29252 -5417875 L -28128.9 -5417857 L -26609.8 -5418290 L -25349.1 -5418388 L -24974.5 -5418585 L -24253.5 -5418346 L -23407.5 -5418377 L -22458.1 -5418118 L -22427 -5417579 L -22027 -5417775 L -21280.4 -5417840 L -21173.2 -5417295 L -20581.7 -5416734 L -20387.6 -5416309 L -20180.3 -5416343 L -20439.5 -5417207 L -19697.5 -5416915 L -19384.4 -5416990 L -19769 -5417278 L -19745.1 -5417863 L -19450.2 -5418629 L -18901.9 -5419068 L -18443.4 -5418748 L -18019.9 -5419223 L -18006.7 -5419681 L -16532.7 -5419582 L -16067.1 -5419951 L -16067.5 -5420257 L -15630 -5421115 L -15434.6 -5421039 L -15530.3 -5420263 L -15338.7 -5419507 L -14667.9 -5419883 L -14377.7 -5420293 L -14334.4 -5421106 L -13919.8 -5421173 L -13843.2 -5421086 L -13406.5 -5420593 L -12885.8 -5421009 L -12757.2 -5420717 L -12836.2 -5420086 L -13275.5 -5418821 L -13452.4 -5417637 L -12892.4 -5417309 L -12943.5 -5417007 L -13191.2 -5416798 L -13179.7 -5415726 L -13451 -5415239 L -13366.7 -5415027 L -12882.1 -5415318 L -12516.5 -5415108 L -12224.6 -5415237 L -12080.9 -5415123 L -12248.8 -5414346 L -12151.9 -5413711 L -11764.5 -5413333 L -11321.8 -5413221 L -10968.7 -5413166 L -10520.2 -5413332 L -9935.1 -5414507 L -10000.2 -5414946 L -9171.5 -5414774 L -8848.4 -5414364 L -8194.8 -5414539 L -7757.4 -5414272 L -7833.9 -5413973 L -8604 -5413629 L -8744.1 -5413182 L -8565.4 -5412274 L -7843.6 -5411141 L -5891.1 -5410057 L -5620.9 -5409626 L -5491.2 -5408442 L -5279.3 -5408832 L -4873.1 -5409104 L -3665.7 -5409181 L -4703.4 -5409600 L -4711.3 -5410111 L -5297 -5411946 L -5310.1 -5413300 L -5634.6 -5414297 L -5086.8 -5414429 L -4935 -5414110 L -5003.6 -5413299 L -4646.5 -5412989 L -4458.2 -5413100 L -4332 -5414289 L -4444.8 -5415370 L -4894.6 -5415791 L -4170.3 -5416801 L -3925.1 -5416678 L -3567.4 -5416980 L -3604.5 -5417748 L -2931.2 -5418457 L -2608.2 -5418047 L -2575 -5417533 L -2237 -5417300 L -2046.5 -5417437 L -1782.6 -5419015 L -1440.3 -5418560 L -1026.1 -5418321 L -470.1 -5418248 L 160.8 -5417251 L 710.3 -5417102 L 1389.2 -5417274 L 2087.5 -5417674 L 2358 -5417549 L 2571.6 -5417659 L 3338.7 -5417364 L 4055.5 -5417380 L 4744.3 -5417067 L 5253.8 -5417049 L 5439.5 -5416829 L 5396.6 -5416323 L 5952.2 -5415904 L 6885.7 -5415201 L 7283.5 -5415372 L 8098.7 -5414741 L 8936.3 -5414977 L 9937.2 -5415632 L 10342.7 -5415291 L 10835.5 -5415377 L 10930.5 -5415292 L 10083.6 -5414343 L 10007.1 -5414044 L 10754.4 -5413215 L 10777.2 -5412882 L 9814.2 -5412071 L 9815.5 -5412068 z M -9807.5 -5415693 L -10070.1 -5417119 L -9809.9 -5417174 L -9583.1 -5415930 L -9807.5 -5415693 L -9807.5 -5415693 z M -98946.6 -5397252 L -99776.3 -5397117 L -100316 -5397392 L -99594.3 -5397460 L -99727.5 -5397701 L -99613.2 -5397844 L -98993 -5397920 L -98294.4 -5398322 L -98283.8 -5398755 L -98550.5 -5398930 L -98698.6 -5399300 L -99335.7 -5399022 L -100150.7 -5399064 L -100713.8 -5398754 L -101780.7 -5398843 L -101708.7 -5399092 L -101283.2 -5399287 L -101113.8 -5399783 L -100864 -5400017 L -99693.4 -5400252 L -99391.2 -5400269 L -99153.6 -5400283 L -99090 -5400431 L -99305.9 -5400602 L -99225.4 -5400953 L -98186.1 -5401147 L -97961.6 -5401384 L -97707.7 -5401056 L -97284.3 -5400919 L -96401.5 -5401381 L -96655.5 -5401709 L -96304.1 -5401935 L -95753.9 -5401174 L -95455.4 -5401072 L -95112.5 -5401197 L -94848 -5400996 L -95512.9 -5400081 L -95172.1 -5399874 L -95177.3 -5399597 L -94092.7 -5399630 L -93986.8 -5399366 L -94158.3 -5399150 L -94577.4 -5399032 L -94975.3 -5399167 L -95686.6 -5398614 L -96012.6 -5398079 L -96571.4 -5398433 L -96983.4 -5398241 L -97130.2 -5398173 L -97434.9 -5398505 L -97966.4 -5397655 L -98343.1 -5397432 L -98641.6 -5397533 L -98946.4 -5397252 L -98946.6 -5397252 z M -88976.9 -5390776 L -89171.6 -5390894 L -89438.1 -5391070 L -89459.2 -5391736 L -88953.4 -5391974 L -88625.5 -5391002 L -88976.9 -5390776 z M -82114.9 -5384718 L -82488.7 -5384681 L -82675.5 -5384804 L -82660.4 -5385000 L -82296.6 -5385190 L -81992.5 -5385734 L -81326.5 -5386162 L -81069.6 -5386099 L -81049.9 -5385792 L -81400.2 -5385775 L -81909.4 -5385400 L -82115.1 -5384717 L -82114.9 -5384718 z M -57426.7 -5377366 L -57629.8 -5377383 L -56973.7 -5378502 L -56432.2 -5378558 L -56358.2 -5378220 L -57426.7 -5377365 L -57426.7 -5377366 z M -85329.5 -5350190 L -85702 -5350936 L -86717.4 -5351020 L -86351.6 -5351423 L -86042.7 -5351449 L -85545.4 -5350974 L -85044 -5350856 L -85022.7 -5350497 L -85329.4 -5350190 L -85329.5 -5350190 z M -36694.3 -5324715 L -36800.7 -5324158 L -37294 -5325136 L -37328 -5325805 L -37009.2 -5325926 L -36694.3 -5324715 L -36694.3 -5324715 z "
id="path688" />
<path
d="M 130112.2 -5391627 L 130418.3 -5391626 L 131145 -5390876 L 131221.9 -5390121 L 131693.7 -5389836 L 131611.4 -5389292 L 131807.8 -5389289 L 132564.4 -5389277 L 132694.7 -5389011 L 132637.7 -5388647 L 132549.2 -5387939 L 132327.2 -5387716 L 131600.3 -5386938 L 131563.3 -5386230 L 131864.4 -5385872 L 131509.2 -5385597 L 131504.4 -5384350 L 131133.9 -5384261 L 130801 -5384180 L 130768.4 -5384146 L 129880 -5383202 L 129791.2 -5382518 L 129451.8 -5382130 L 129216.1 -5381463 L 128303.1 -5380929 L 128264.8 -5380780 L 129301.9 -5381085 L 129337.8 -5381096 L 129883.3 -5381507 L 129901.2 -5382016 L 130579.9 -5382492 L 130283.7 -5383205 L 130382 -5383292 L 131241.6 -5383964 L 131835 -5383947 L 132240.3 -5384006 L 131981.2 -5384257 L 131906.7 -5384743 L 131929.7 -5384848 L 132087.3 -5385497 L 132355.7 -5385652 L 132700.3 -5385493 L 132748.8 -5385539 L 133111.2 -5385536 L 132894.1 -5386001 L 132957.5 -5386722 L 133293.9 -5387075 L 133621 -5387021 L 133935.4 -5386408 L 134050.7 -5386135 L 134193.4 -5386074 L 134427.3 -5386010 L 134476.4 -5386023 L 134923.7 -5386146 L 134837.5 -5386331 L 134310 -5386428 L 134146.4 -5386900 L 134398.8 -5387417 L 134430 -5387621 L 134415.3 -5388001 L 134493.9 -5388016 L 134805.4 -5388041 L 134818.4 -5388192 L 135494.7 -5389003 L 135666.6 -5389312 L 135810.7 -5389245 L 136254.2 -5388615 L 136150.5 -5387859 L 136613.1 -5387245 L 137035.2 -5385369 L 136983.6 -5384605 L 136088.9 -5383512 L 136851 -5381822 L 136966.5 -5381455 L 135965.9 -5381045 L 135607.2 -5381013 L 135279.3 -5380311 L 135617.6 -5379613 L 135547 -5378850 L 134510 -5377751 L 134311 -5377934 L 133828.7 -5377722 L 133417.6 -5375906 L 134374.2 -5374725 L 134078.8 -5373706 L 134282.6 -5373387 L 134043.9 -5372680 L 134491.6 -5372085 L 134784.7 -5371845 L 134139.6 -5371300 L 133997.8 -5370979 L 133371 -5368896 L 134357.2 -5367430 L 134437.1 -5366703 L 133103.8 -5366169 L 131689.4 -5366287 L 132299.4 -5363903 L 132364.9 -5363557 L 131564.3 -5361667 L 131988.5 -5360711 L 131273.1 -5360622 L 130674.6 -5361592 L 129549.2 -5361435 L 129197.3 -5361286 L 128715.4 -5360699 L 128473.1 -5359598 L 127733.5 -5359469 L 125385.2 -5360769 L 124891.9 -5361783 L 123125.4 -5361124 L 123133.2 -5360353 L 122450.4 -5359453 L 120553.7 -5359444 L 120571.6 -5358727 L 121269.8 -5358039 L 120542.1 -5357181 L 120668.8 -5356819 L 119428.9 -5357758 L 117492.2 -5357821 L 117314.4 -5358169 L 117011.5 -5357948 L 115394 -5357094 L 115089 -5356881 L 114631.3 -5356368 L 114253.2 -5354182 L 114655.4 -5353145 L 114612.8 -5352781 L 114010 -5352410 L 113278.6 -5352445 L 112420.9 -5353126 L 111353.4 -5352892 L 111979.3 -5351998 L 111444.1 -5349866 L 111290.6 -5348387 L 110851.8 -5347759 L 109518.2 -5347105 L 109464.6 -5346725 L 109970.8 -5346170 L 109811.7 -5345622 L 109056.3 -5345718 L 108170.5 -5346412 L 107105.7 -5346010 L 106749.8 -5345869 L 106680.2 -5345540 L 106362.2 -5344604 L 105987.3 -5344519 L 104915.7 -5344928 L 104159.9 -5344797 L 103677.5 -5343769 L 103073.7 -5343333 L 101865.2 -5344095 L 100965.1 -5342469 L 100641.8 -5342749 L 100384.6 -5343017 L 99849.8 -5344738 L 99879.1 -5345613 L 99845.4 -5345917 L 99517 -5346132 L 98169.1 -5347560 L 97711.2 -5349043 L 96731 -5349695 L 94784.8 -5349751 L 94434.8 -5349586 L 93685.1 -5348795 L 91870.5 -5349068 L 91600.9 -5348345 L 88172.5 -5348483 L 88229.1 -5348112 L 89428.3 -5346264 L 89412.2 -5345516 L 88895.7 -5344537 L 87751.1 -5342997 L 86812.1 -5342329 L 86388.4 -5341765 L 86465.8 -5339603 L 86086.9 -5339579 L 85230.1 -5338877 L 84137.8 -5339018 L 83988.1 -5338669 L 83811.3 -5338325 L 80589.7 -5335602 L 79108.5 -5335753 L 78904.4 -5336081 L 78137.7 -5335295 L 77802.5 -5335824 L 78086.9 -5336401 L 77939.9 -5336687 L 77291.7 -5336951 L 77496.5 -5338046 L 77224.7 -5338760 L 78592.2 -5341463 L 78977.8 -5343589 L 79064.5 -5343963 L 79025.8 -5344286 L 79127 -5345007 L 78797.4 -5345178 L 78422.9 -5346225 L 77420.8 -5346459 L 77156.9 -5346218 L 75374.3 -5345146 L 75198 -5344454 L 74826.2 -5344536 L 73410.5 -5345044 L 71922.7 -5344860 L 71703.6 -5345173 L 70756.6 -5343076 L 69685.7 -5342025 L 69630.2 -5344160 L 69275.1 -5344780 L 69462.9 -5345769 L 69257.7 -5346041 L 67565.2 -5348850 L 67185.3 -5348877 L 64591.3 -5348478 L 64228.6 -5348634 L 62579.8 -5349718 L 61922.9 -5351022 L 61692.7 -5351334 L 61341.6 -5351206 L 57856.2 -5352413 L 56371.1 -5352264 L 56024 -5352128 L 55121.8 -5351463 L 53608.8 -5351514 L 53792.3 -5352240 L 52854.1 -5353193 L 52474.6 -5355032 L 52712.2 -5355762 L 52350.1 -5355645 L 51615.2 -5355681 L 51277.2 -5356363 L 49907.3 -5356933 L 48771.2 -5356885 L 48298.6 -5357446 L 47948.7 -5357488 L 47552.8 -5356919 L 46914.9 -5356787 L 46787 -5357097 L 45421.5 -5357326 L 45004.5 -5356713 L 44267.1 -5356511 L 43725.2 -5355491 L 43625.9 -5354722 L 44053.3 -5354086 L 43842.3 -5353773 L 42603.1 -5352435 L 41650 -5352912 L 40649.5 -5352396 L 40346.9 -5352623 L 39977.9 -5352661 L 39327.5 -5353011 L 38618.2 -5352796 L 37543.9 -5351815 L 37703 -5350743 L 35781.8 -5351782 L 34695.6 -5351739 L 34375.5 -5351561 L 33399.2 -5351233 L 33264.4 -5350890 L 32958.7 -5351103 L 32277 -5351335 L 31832 -5352353 L 31183.5 -5352687 L 30093.4 -5352799 L 29827.8 -5352102 L 29489.9 -5352223 L 29458 -5353219 L 28644.5 -5354753 L 28265.3 -5354698 L 27672.9 -5354213 L 25784 -5354006 L 24562.1 -5353076 L 23518.2 -5353326 L 23104.2 -5352679 L 22412.7 -5352368 L 22222.5 -5352707 L 21296.5 -5353410 L 21036.6 -5354126 L 22334.3 -5355482 L 20748.5 -5357139 L 20601.1 -5356413 L 20271.8 -5356228 L 18809.5 -5356415 L 18112.4 -5357243 L 17808.4 -5357154 L 16877.3 -5357015 L 16513 -5356871 L 14170.4 -5356736 L 12641.9 -5357016 L 12311 -5357188 L 11842.2 -5357769 L 11746.5 -5358258 L 13530.5 -5358501 L 15243.4 -5358028 L 15184.2 -5358763 L 15151.1 -5359524 L 13813.7 -5360229 L 12886.5 -5362336 L 12885 -5362723 L 13185.5 -5363837 L 13900.1 -5364077 L 14291.2 -5364741 L 14266.7 -5365127 L 15661.3 -5365236 L 15579.5 -5365596 L 15394.3 -5365915 L 15534.3 -5366991 L 16231.3 -5368217 L 15851.1 -5368188 L 15366.4 -5368774 L 13727.3 -5369640 L 13842.8 -5370378 L 14191.7 -5370238 L 14802.1 -5370507 L 15771.6 -5372106 L 16512.2 -5372210 L 16222.6 -5372458 L 15709.1 -5372524 L 14808.1 -5371827 L 14168.5 -5372149 L 13961.4 -5375163 L 13510.8 -5375718 L 14434.7 -5378233 L 14416.9 -5379022 L 10886.5 -5380361 L 10578.9 -5380607 L 10990.8 -5381561 L 10988.4 -5381936 L 11265.6 -5382116 L 11565.3 -5384373 L 12678.8 -5385438 L 15076.7 -5386618 L 15373.1 -5386868 L 15251.3 -5387206 L 14058 -5387554 L 13386.2 -5388352 L 13429.9 -5388708 L 12451.2 -5388993 L 12301.9 -5389672 L 11961.9 -5389741 L 12104 -5390078 L 11640.4 -5390607 L 11928.5 -5391274 L 11845.2 -5392363 L 12367.8 -5392825 L 12739.3 -5392956 L 15758 -5396012 L 17054.9 -5396869 L 16010.2 -5397299 L 14764.6 -5399146 L 14072.8 -5398892 L 12809.8 -5399524 L 13585.8 -5400233 L 14003.1 -5401229 L 13603.7 -5402199 L 13425.7 -5402516 L 13047.2 -5402420 L 12047.1 -5403027 L 10891.2 -5403032 L 10389.7 -5403633 L 10131.5 -5403962 L 10310 -5405413 L 9663.5 -5405753 L 9334.7 -5406418 L 9338.2 -5407171 L 8997 -5410545 L 9224.3 -5410807 L 9372.5 -5411120 L 9488.5 -5411393 L 9815.1 -5412068 L 10034.3 -5412025 L 10041.3 -5412023 L 11221.8 -5412689 L 11189.1 -5413508 L 12128.5 -5414041 L 12506.8 -5413983 L 13008.1 -5412665 L 13244.6 -5412441 L 14136.3 -5412110 L 14707.5 -5412521 L 15028.7 -5412391 L 15392.4 -5412463 L 15705.4 -5412538 L 16279.3 -5413280 L 16392.3 -5414010 L 15640.4 -5414482 L 15625.9 -5417621 L 15966.8 -5418026 L 16840.5 -5418386 L 17103.1 -5418771 L 17812.9 -5418405 L 19220.9 -5418439 L 20445.3 -5418718 L 19407.9 -5419137 L 18374.4 -5419301 L 18351.3 -5420834 L 17779.2 -5421316 L 17366.1 -5422167 L 17066 -5422244 L 16255.9 -5422070 L 16129.1 -5422043 L 16040.5 -5422203 L 16419.8 -5422758 L 16027.3 -5423250 L 16151.7 -5424413 L 16574.8 -5424582 L 16653.4 -5424906 L 16417.5 -5425437 L 17377.6 -5425610 L 17304.2 -5425948 L 17685.1 -5426222 L 18544.9 -5425817 L 19840 -5426626 L 19971.6 -5426972 L 19769.7 -5427601 L 19530.6 -5427494 L 19226.7 -5427826 L 19813.3 -5428414 L 19867.1 -5429047 L 20125.1 -5429076 L 21240.2 -5428369 L 21447.4 -5428402 L 21131.1 -5428888 L 21087.8 -5429581 L 22054.8 -5430136 L 22312.3 -5429859 L 22184.9 -5429564 L 22279.4 -5429174 L 22570.8 -5428996 L 22778.1 -5429029 L 22696.5 -5429572 L 23129.9 -5429560 L 23258.4 -5429269 L 23928.1 -5429033 L 23671.2 -5429616 L 23980.3 -5429947 L 24449.8 -5430060 L 24727.3 -5429118 L 25758.8 -5427729 L 26437.1 -5427595 L 27272.5 -5427805 L 28001.6 -5427666 L 28060.5 -5427457 L 27311 -5426756 L 27143.2 -5426285 L 26971 -5426210 L 26851.3 -5426157 L 26863.3 -5425697 L 27452.6 -5425417 L 30179.9 -5425644 L 30784.8 -5425848 L 30938 -5426447 L 30812.2 -5427070 L 32541.6 -5427280 L 32922.5 -5427554 L 33419 -5427384 L 33681.2 -5427464 L 34536.4 -5428207 L 34953 -5428299 L 35869.8 -5429165 L 36355.9 -5429175 L 37399.5 -5428831 L 37920.1 -5428362 L 38087.5 -5428211 L 38715 -5429280 L 39089.5 -5429477 L 39945.9 -5428435 L 40316 -5428582 L 40930.6 -5429499 L 40933.3 -5429830 L 41433 -5430298 L 41662.3 -5430891 L 42396.7 -5431415 L 42513.8 -5431889 L 43397.6 -5432069 L 43901.5 -5431388 L 44236.5 -5429626 L 43867.4 -5428892 L 43446 -5428443 L 43509.2 -5428285 L 44346.6 -5428519 L 44483.6 -5428390 L 45290.5 -5427965 L 46196.7 -5428948 L 46623.5 -5428861 L 46616.5 -5428479 L 46745.4 -5428494 L 47269.8 -5429799 L 48781.2 -5429901 L 49403.4 -5430307 L 50048.1 -5430380 L 50126.9 -5430705 L 50507.9 -5430978 L 51509.8 -5431046 L 52068.2 -5431304 L 52174.5 -5431652 L 52567.3 -5431466 L 53229.3 -5431741 L 53754.4 -5432155 L 54543.6 -5432776 L 54481.6 -5432348 L 52481.9 -5431065 L 52775.4 -5430913 L 53562 -5431151 L 53576 -5430717 L 54082 -5430061 L 53870.5 -5429978 L 53431.9 -5430525 L 52776.4 -5430326 L 53168.6 -5429833 L 53157.2 -5429401 L 53454.4 -5428993 L 53458.1 -5428737 L 52792.8 -5427825 L 52312.6 -5427585 L 52322.3 -5427100 L 52867.7 -5427206 L 53055.5 -5427012 L 53419.1 -5427083 L 53482.2 -5426925 L 53154.1 -5426191 L 53679.3 -5425439 L 54579.4 -5426015 L 54864.2 -5425761 L 55255.3 -5425855 L 55265 -5425370 L 55763.5 -5425226 L 57869.1 -5425658 L 58418.3 -5425509 L 58595.2 -5425188 L 58023.3 -5424472 L 58043.8 -5424113 L 58687.3 -5423574 L 58720.7 -5423367 L 57676.2 -5423099 L 57153 -5422353 L 55958.5 -5422124 L 55708.8 -5421890 L 55860.3 -5421571 L 57649.7 -5421255 L 58099.5 -5421176 L 58141.6 -5421070 L 57511.5 -5420869 L 57008.7 -5420963 L 56906.7 -5420666 L 57823.7 -5419440 L 58459.7 -5419411 L 59238.6 -5418962 L 60639 -5418613 L 61482.1 -5418618 L 61967.7 -5419520 L 62365.2 -5419690 L 62216.3 -5419142 L 62473 -5418559 L 62913.7 -5418037 L 63636 -5417823 L 62790.1 -5416288 L 62838 -5415952 L 63184.3 -5415821 L 63012.2 -5415301 L 62167.4 -5414378 L 62426.4 -5413821 L 62785.1 -5413535 L 63311.5 -5413719 L 63333.6 -5413080 L 63788.3 -5412124 L 64820.6 -5411653 L 65339.5 -5411150 L 65808.7 -5411263 L 66042.8 -5411014 L 66288.7 -5410304 L 66283.8 -5408750 L 66423 -5408585 L 67731.9 -5408065 L 68028 -5408244 L 68300.4 -5408144 L 68512.8 -5407642 L 69004.7 -5407422 L 69204 -5406921 L 69446.3 -5406314 L 69728.9 -5406034 L 70037.4 -5406059 L 70239.6 -5405736 L 70482.4 -5404390 L 70388.5 -5403888 L 70677.6 -5403685 L 70719.1 -5403274 L 70470.5 -5402453 L 70899.8 -5401499 L 70873.4 -5400889 L 70553.6 -5400432 L 70568.9 -5399937 L 70112.7 -5399674 L 70479.3 -5398960 L 71290.4 -5398891 L 72353.3 -5397883 L 72944.8 -5397934 L 73231.7 -5397706 L 73518.1 -5397172 L 73441 -5396567 L 74214.9 -5395762 L 75189.9 -5395220 L 76066.1 -5395018 L 77855.8 -5394152 L 77234.1 -5393746 L 76971.5 -5393361 L 77409.4 -5392508 L 76712.7 -5391522 L 77002.2 -5391625 L 77439 -5391358 L 77521.5 -5390230 L 78152.4 -5389845 L 79124.6 -5387774 L 79571.6 -5387328 L 80189.4 -5389187 L 80258.9 -5390303 L 80003.3 -5391497 L 80929.1 -5391877 L 81517.3 -5391291 L 81603.1 -5390800 L 82065.1 -5390531 L 82814.6 -5390340 L 83387.2 -5390470 L 83839 -5390380 L 83580.2 -5390938 L 83645.5 -5391365 L 83695.6 -5391692 L 84173.8 -5392212 L 86142.4 -5393446 L 86546.8 -5393998 L 87170.7 -5394429 L 87304.4 -5394800 L 87680.8 -5395023 L 88286.4 -5395838 L 88700.5 -5395904 L 88756.1 -5396256 L 89911.1 -5397228 L 90049.2 -5397650 L 89906.4 -5398070 L 90115.6 -5398128 L 91358.8 -5397742 L 92411.3 -5398111 L 93821.3 -5398680 L 94182.6 -5398826 L 96094.7 -5400294 L 96224.2 -5400614 L 96095.9 -5400906 L 96453.4 -5401207 L 96557.5 -5401529 L 96382.9 -5401875 L 95707.3 -5402035 L 95178.6 -5402718 L 95195.9 -5402920 L 95998.1 -5402749 L 96913.7 -5403308 L 97375.7 -5403039 L 98214.1 -5402993 L 98945.9 -5403492 L 99371.7 -5403098 L 100370.1 -5402835 L 100043.2 -5401996 L 100403.8 -5401736 L 100240.3 -5401317 L 100599.4 -5401337 L 100741.2 -5401503 L 100765 -5401781 L 100510.1 -5402084 L 102058.5 -5402283 L 102934.8 -5403278 L 103359.1 -5403165 L 104137.2 -5403609 L 104375.4 -5403410 L 104656.3 -5403411 L 105572.5 -5404276 L 106901.3 -5404963 L 107094.7 -5405063 L 107410.2 -5405469 L 107422.3 -5406207 L 107876.9 -5406449 L 107930.4 -5406776 L 108165 -5406832 L 108356.9 -5406688 L 108627.8 -5405977 L 108286.3 -5405267 L 108722.3 -5404694 L 110280.1 -5404408 L 110197 -5404033 L 109571 -5403577 L 109322.1 -5402758 L 108518.1 -5402011 L 108194.8 -5400917 L 107452.2 -5400292 L 106737.9 -5399997 L 105766.7 -5399086 L 105886.9 -5398999 L 106539.8 -5399173 L 107310.1 -5398929 L 107351.5 -5398517 L 107612.9 -5398291 L 107919.1 -5398291 L 108979.9 -5399652 L 109220.9 -5399785 L 109450.4 -5399485 L 109943.9 -5400182 L 110552.4 -5400732 L 111050.4 -5401183 L 112466.1 -5401623 L 113074.2 -5401570 L 113054.7 -5401343 L 112621.2 -5401049 L 112514.9 -5400701 L 112785.8 -5399990 L 113443.3 -5399322 L 113085.7 -5399021 L 112856.4 -5398429 L 113545.7 -5397836 L 114126.3 -5397760 L 114112.6 -5397303 L 114416 -5396971 L 114431.5 -5396256 L 114213.7 -5396097 L 114274.5 -5395913 L 115010.7 -5395570 L 115212.7 -5395247 L 115006.8 -5393736 L 114169.6 -5393196 L 114612.6 -5393005 L 114414.5 -5392181 L 114793 -5392429 L 114944.7 -5393308 L 115410 -5393676 L 115486.6 -5393975 L 115789.1 -5394229 L 115849.1 -5394632 L 116375.8 -5395122 L 116744.8 -5395855 L 116530.4 -5396332 L 116858.9 -5396890 L 116601.9 -5397167 L 116657.5 -5397518 L 117165.7 -5397194 L 117204.1 -5397118 L 117405.5 -5396715 L 117328.4 -5395219 L 117051.3 -5394962 L 117033.3 -5394454 L 117171.6 -5393984 L 117587.1 -5393770 L 118668.4 -5393881 L 118606 -5394345 L 119219 -5394649 L 119310.2 -5394820 L 118041.1 -5395794 L 118362.5 -5395971 L 118808 -5397003 L 119348.7 -5397059 L 119674.4 -5397286 L 119777 -5397888 L 120132.3 -5398164 L 120507.3 -5397775 L 120514.6 -5397265 L 121754 -5396241 L 122017 -5396181 L 121801 -5395426 L 121847.1 -5394963 L 123939.9 -5392396 L 124928.8 -5391916 L 126455 -5392045 L 127347.2 -5391318 L 126861.6 -5389985 L 127491.5 -5388840 L 127819.1 -5388813 L 128248.9 -5389809 L 129165.7 -5390314 L 129366.7 -5390621 L 130061.2 -5391213 L 130068.5 -5391274 L 130111 -5391628 L 130112.2 -5391627 z M 46565.6 -5431468 L 46070.8 -5431357 L 46265.6 -5431544 L 46258.1 -5432055 L 46116.7 -5432194 L 45856.7 -5432140 L 45506.4 -5432527 L 45602 -5432748 L 45868 -5432573 L 46377.3 -5432555 L 46662.2 -5432301 L 46565.6 -5431468 L 46565.6 -5431468 z M 60074.2 -5429040 L 59801.2 -5428834 L 59541.8 -5429086 L 59011.5 -5429156 L 58747.7 -5429357 L 58868.6 -5429576 L 59384.3 -5429634 L 60344.7 -5430114 L 60722.8 -5430056 L 60686.1 -5429625 L 60271.7 -5429559 L 60074.2 -5429040 L 60074.2 -5429040 z M 59253.4 -5427503 L 58845 -5427207 L 58655.1 -5427376 L 58778.8 -5427927 L 58674.8 -5428803 L 59232.6 -5428755 L 59460.2 -5428429 L 60066.6 -5428352 L 59735.8 -5427768 L 59874.4 -5427298 L 59658.5 -5427163 L 59253.4 -5427503 L 59253.4 -5427503 z M 16688 -5426511 L 16383.1 -5426230 L 16221.6 -5427035 L 16401.8 -5427351 L 16714.7 -5427426 L 16976.6 -5427200 L 17556.2 -5427406 L 17828.7 -5427306 L 17963.2 -5426785 L 17550.4 -5426437 L 16975.2 -5426282 L 16688 -5426511 L 16688 -5426511 z "
id="path689" />
<path
d="M 146292.4 -5424748 L 145461.3 -5424780 L 145070.1 -5425645 L 145254.7 -5425694 L 146119.5 -5425065 L 146292.4 -5424748 L 146292.4 -5424748 z M 181628.3 -5300084 L 181250 -5300206 L 174906.3 -5302452 L 174697.1 -5302530 L 172892.4 -5303128 L 172853.1 -5303841 L 172175.6 -5304190 L 171775.6 -5305617 L 171016.5 -5306455 L 169979.7 -5306119 L 169724.7 -5306402 L 169521.6 -5306541 L 169299.2 -5306436 L 168977 -5306627 L 168388.6 -5307010 L 166204.7 -5307087 L 165586.3 -5307469 L 164499.9 -5307527 L 164313.3 -5307202 L 164382 -5306851 L 164829 -5306301 L 165151.3 -5304263 L 164931.7 -5303958 L 163116.8 -5303554 L 162461.2 -5303879 L 161821.9 -5303486 L 160376.5 -5302180 L 158422.7 -5302176 L 156967.1 -5301649 L 156229.1 -5301767 L 155548.8 -5301486 L 155473.4 -5301188 L 155189.3 -5300447 L 154901.7 -5300241 L 153557.7 -5300212 L 152971.5 -5299830 L 153027.2 -5299462 L 152127.4 -5297863 L 151898.1 -5295694 L 151428.4 -5295708 L 151084.7 -5295529 L 150092.3 -5294461 L 148212.8 -5294841 L 146711.3 -5294525 L 146269.8 -5293599 L 145929.2 -5293511 L 144879.7 -5293563 L 144680.7 -5293853 L 144431.5 -5294127 L 143390.2 -5294480 L 141734 -5293680 L 140642.5 -5293881 L 138149.3 -5294675 L 137549.8 -5295152 L 136828.4 -5294885 L 136538.8 -5294763 L 135659.7 -5295101 L 135300.1 -5295147 L 133713.4 -5293789 L 133350.8 -5293790 L 132976.3 -5293868 L 129289.6 -5293101 L 127689.7 -5291489 L 127312.1 -5291484 L 126739.5 -5291890 L 126853.9 -5293400 L 126597 -5294111 L 126572 -5294126 L 126275.3 -5293867 L 123458.5 -5291231 L 123113 -5291296 L 121743.9 -5291568 L 121141.7 -5291297 L 120803 -5291104 L 120363.1 -5289638 L 118101.2 -5289679 L 116845.6 -5287740 L 116592.3 -5287913 L 116409.1 -5288160 L 116373.3 -5288524 L 117049.6 -5288744 L 117087.9 -5289108 L 115808 -5289617 L 116030.1 -5290661 L 116659.8 -5292762 L 116398.5 -5292948 L 115296 -5293576 L 115264.8 -5294720 L 115720.8 -5296185 L 115070.7 -5297489 L 115166.4 -5298198 L 116806.1 -5299072 L 116674.2 -5299431 L 117014 -5299598 L 120406.9 -5299458 L 120317 -5300912 L 119939.3 -5300893 L 118807.3 -5300924 L 118440.9 -5302300 L 115424.5 -5302366 L 115556.4 -5303073 L 116796 -5303492 L 116937.9 -5304187 L 117301.6 -5304283 L 118039.8 -5304158 L 119567.5 -5305197 L 119924.1 -5306221 L 120113.4 -5307273 L 120142.8 -5307643 L 120425.5 -5307830 L 121971.8 -5308393 L 122111.4 -5308728 L 122875.9 -5309929 L 122569.6 -5310147 L 121906.8 -5310484 L 121665.9 -5311963 L 121935.1 -5312636 L 121923.4 -5312977 L 121737.1 -5313952 L 121453.4 -5313716 L 120522.1 -5312142 L 118524.6 -5311308 L 118215.1 -5311384 L 117499.4 -5312000 L 117760.2 -5312278 L 118431.8 -5313588 L 117405.6 -5315184 L 117443.2 -5316690 L 118071.8 -5317073 L 118319 -5317769 L 119065.5 -5317853 L 119372.1 -5317914 L 119987.9 -5318552 L 119881 -5318865 L 120293.7 -5319712 L 118985.4 -5321613 L 118610.8 -5323454 L 118305.4 -5323610 L 118174.9 -5324278 L 117550 -5324527 L 117368.1 -5324866 L 117076.8 -5325081 L 116298.2 -5326711 L 115998.9 -5326956 L 115331.9 -5327208 L 113442 -5326938 L 112441.3 -5328025 L 111084.5 -5328745 L 110728.6 -5328595 L 110387.1 -5328778 L 109002.1 -5329394 L 105263.9 -5328773 L 105350.4 -5329902 L 106187 -5330648 L 105846.6 -5331695 L 106010.4 -5332037 L 106070.9 -5332352 L 106626 -5333104 L 108258.1 -5334562 L 108510 -5334837 L 109087.8 -5335343 L 112890.9 -5335069 L 114454.4 -5336164 L 114500 -5337321 L 114770.9 -5337599 L 114540.8 -5337833 L 113840.2 -5338437 L 113481.3 -5338286 L 110777.9 -5338179 L 109798.2 -5337624 L 109691.6 -5336532 L 108145.5 -5336556 L 108154.9 -5337628 L 108823.9 -5338886 L 108534.2 -5339542 L 108599.7 -5339824 L 108426 -5340330 L 108639 -5341480 L 106363.7 -5344605 L 106681.7 -5345541 L 106751.3 -5345870 L 107107.2 -5346011 L 108172 -5346413 L 109057.8 -5345719 L 109813.2 -5345623 L 109972.3 -5346171 L 109466.1 -5346726 L 109519.7 -5347106 L 110853.3 -5347761 L 111292.1 -5348389 L 111445.6 -5349867 L 111980.8 -5352000 L 111354.9 -5352893 L 112422.4 -5353127 L 113280.1 -5352446 L 114011.5 -5352412 L 114614.3 -5352782 L 114656.9 -5353146 L 114254.7 -5354183 L 114632.8 -5356369 L 115090.5 -5356882 L 115395.5 -5357096 L 117013 -5357950 L 117315.9 -5358170 L 117493.7 -5357823 L 119430.4 -5357759 L 120670.3 -5356820 L 120543.6 -5357183 L 121271.3 -5358040 L 120573.1 -5358728 L 120555.2 -5359445 L 122451.9 -5359455 L 123134.7 -5360355 L 123126.9 -5361126 L 124893.4 -5361784 L 125386.7 -5360771 L 127735 -5359470 L 128474.6 -5359599 L 128716.9 -5360700 L 129198.8 -5361288 L 129550.7 -5361436 L 130676.1 -5361593 L 131274.6 -5360624 L 131990 -5360712 L 131565.8 -5361669 L 132366.4 -5363558 L 132300.9 -5363904 L 131690.9 -5366288 L 133105.3 -5366171 L 134438.6 -5366704 L 134358.7 -5367431 L 133372.5 -5368897 L 133999.3 -5370980 L 134141.1 -5371301 L 134786.2 -5371846 L 134493.1 -5372086 L 134045.4 -5372681 L 134284.1 -5373388 L 134080.3 -5373707 L 134375.7 -5374726 L 133419.1 -5375907 L 133830.2 -5377723 L 134312.5 -5377935 L 134511.5 -5377753 L 135548.5 -5378852 L 135619.1 -5379614 L 135280.8 -5380313 L 135608.7 -5381014 L 135967.4 -5381047 L 136968 -5381456 L 136852.5 -5381824 L 136090.4 -5383514 L 136985.1 -5384607 L 137036.7 -5385371 L 136614.6 -5387246 L 136152 -5387860 L 136255.7 -5388616 L 135812.2 -5389247 L 135668.1 -5389313 L 135496.2 -5389004 L 134819.9 -5388194 L 134732.6 -5388252 L 134554.3 -5388370 L 134390.6 -5388358 L 133078.2 -5388262 L 133057.8 -5388472 L 133627.9 -5389468 L 133669.8 -5390254 L 132695.7 -5390796 L 132928.7 -5391133 L 132927.8 -5391718 L 132327.8 -5392458 L 132122.1 -5393036 L 132125.6 -5393673 L 132777.6 -5393540 L 133439.7 -5392898 L 134332.3 -5392031 L 134697.1 -5391822 L 134940.2 -5391979 L 134413.3 -5392381 L 134435.6 -5392940 L 133706.8 -5393665 L 133950.6 -5394128 L 133716.8 -5394377 L 133220.4 -5394241 L 132492.9 -5394685 L 131739.5 -5394827 L 131261.8 -5394613 L 131034.5 -5394789 L 131317.4 -5395856 L 131204.7 -5395905 L 130630 -5395278 L 130017.8 -5395280 L 130175.5 -5395928 L 130781.1 -5396743 L 130294.6 -5396934 L 130173.8 -5397049 L 129847.5 -5397460 L 129802.1 -5397778 L 130045.7 -5398284 L 129540.4 -5398939 L 129584.4 -5399409 L 128891.9 -5399327 L 128819.1 -5399561 L 129015.4 -5399729 L 129518.9 -5399734 L 129835 -5400258 L 130142.2 -5400096 L 130380.3 -5400215 L 130249.2 -5400866 L 129231.3 -5400718 L 129183.9 -5401271 L 129289.3 -5401446 L 129963.7 -5401300 L 130891.2 -5401600 L 132242.4 -5402478 L 132782.2 -5403119 L 132997.2 -5403840 L 132471 -5404548 L 132543.3 -5404796 L 132804.6 -5404570 L 133034.8 -5404576 L 133691.9 -5404752 L 134549.7 -5404981 L 134559.1 -5404496 L 134771.9 -5404300 L 135944.4 -5404581 L 135928.4 -5404990 L 135595.5 -5405273 L 135107.7 -5405239 L 135458.7 -5405464 L 136259.2 -5405573 L 136479.2 -5405758 L 136609.4 -5406384 L 136896.8 -5406461 L 136977.1 -5405614 L 137116.1 -5405449 L 137466.3 -5405368 L 138054 -5405674 L 138325.4 -5405269 L 138793.6 -5405076 L 139471.8 -5405247 L 140005.2 -5405813 L 140609.5 -5406015 L 141041.5 -5405698 L 141601.7 -5405981 L 142142.4 -5406037 L 142430 -5406336 L 142618.5 -5406531 L 143123.7 -5406768 L 143443.6 -5407225 L 143563.7 -5407138 L 143403 -5406158 L 143138.8 -5406053 L 143068.6 -5405830 L 143219.8 -5405511 L 143091.7 -5404911 L 143630.1 -5404049 L 143688 -5403535 L 141818.7 -5402268 L 141621.9 -5401165 L 141075.5 -5400447 L 141087.1 -5399987 L 141951.2 -5398461 L 142532.3 -5396908 L 142747.2 -5396737 L 143274 -5396335 L 145155.5 -5395664 L 147756.8 -5395059 L 148096.2 -5394852 L 148236.5 -5395298 L 148110.7 -5395615 L 148298.8 -5395726 L 148447.8 -5395382 L 149086.8 -5395098 L 150526.7 -5395229 L 153206.9 -5394948 L 158593.9 -5395886 L 159491.8 -5396242 L 160531.7 -5397010 L 160635.9 -5397086 L 160571.6 -5397525 L 161329.1 -5397434 L 161651.2 -5397916 L 161955.1 -5397890 L 162258.1 -5397558 L 162668.3 -5397523 L 162899.9 -5396036 L 163193.6 -5394722 L 163741.5 -5394287 L 163995.4 -5394048 L 164652.6 -5393657 L 165080.2 -5392668 L 164739.9 -5390834 L 165780 -5390572 L 165756.2 -5390205 L 166197.8 -5389205 L 165708.9 -5388658 L 165188.3 -5387297 L 166108.4 -5386149 L 166190.3 -5385047 L 166375.7 -5385087 L 167488 -5382867 L 167676.6 -5382555 L 167665.9 -5382191 L 167979.9 -5380421 L 168290.6 -5380555 L 169085.6 -5379965 L 169729.9 -5380163 L 170345.2 -5379842 L 170958.3 -5379955 L 171909.7 -5378912 L 171532 -5378293 L 172400.1 -5377145 L 174132.2 -5376942 L 174488.6 -5376892 L 175675.3 -5376344 L 176283.6 -5376576 L 178471.4 -5377999 L 178370.7 -5378761 L 178951.5 -5379768 L 179590.3 -5379694 L 179743.9 -5379361 L 180125.1 -5380743 L 180466.8 -5380865 L 180675.5 -5380573 L 181735.2 -5380683 L 182846.3 -5381513 L 183052.2 -5381808 L 183359.4 -5381679 L 183686.9 -5381732 L 184480.2 -5383382 L 184501.7 -5384129 L 184290 -5384440 L 185728.9 -5385426 L 186080.4 -5385454 L 186115.4 -5385447 L 187297.5 -5384709 L 189095 -5384773 L 189214.8 -5385113 L 190149 -5383615 L 190499.3 -5383534 L 192105.5 -5383601 L 192420.6 -5382933 L 193582.5 -5382133 L 194606.6 -5382534 L 195336.4 -5382454 L 195704.9 -5382466 L 196839.2 -5381427 L 199104.8 -5380816 L 199287.4 -5380485 L 198708.8 -5380015 L 198467.3 -5378907 L 198652 -5377089 L 199265 -5376166 L 199040.3 -5375443 L 199121.5 -5374426 L 198855.6 -5374152 L 197965.2 -5373443 L 197750.6 -5372711 L 197994.1 -5371221 L 197956.3 -5370830 L 197855 -5370711 L 197853.3 -5370324 L 198891.6 -5368708 L 199632.6 -5366549 L 199341.9 -5366370 L 199272.2 -5365999 L 198659.8 -5365072 L 199035.1 -5365006 L 199176.2 -5362132 L 199319.8 -5361789 L 199845.7 -5360816 L 198750.1 -5358924 L 198614.7 -5358809 L 198242 -5358671 L 196452.2 -5356584 L 195964.4 -5354685 L 195471 -5354207 L 195462.8 -5352304 L 196615.3 -5348693 L 196452.5 -5348336 L 196075 -5347666 L 196272.8 -5347395 L 196434.5 -5347101 L 196736.5 -5346862 L 196557.2 -5344284 L 196420.5 -5343946 L 196884.1 -5342685 L 196754.8 -5341968 L 197126.2 -5341967 L 197677 -5340739 L 197643 -5338147 L 197794.7 -5337802 L 198002.2 -5335960 L 198116.8 -5335604 L 198188.7 -5334114 L 198311.4 -5333775 L 198776.5 -5332799 L 199832.3 -5331824 L 200122.4 -5331650 L 199578.6 -5330855 L 199149.6 -5329813 L 199417.9 -5328360 L 199037.5 -5327699 L 199832.1 -5325978 L 199947.8 -5325632 L 199978.9 -5324196 L 199681.7 -5323528 L 199015.5 -5323236 L 198657 -5323211 L 197481.6 -5322436 L 196094.8 -5322324 L 195834.4 -5322240 L 195366.2 -5322526 L 195027 -5322688 L 194319.5 -5322926 L 193943 -5322886 L 193249.5 -5323140 L 192137.9 -5322917 L 191466.9 -5321260 L 190048.8 -5321000 L 189757.2 -5320807 L 189018.4 -5319350 L 189018.9 -5318964 L 189068.5 -5317817 L 188816 -5317686 L 188468.1 -5317287 L 188731.6 -5316593 L 188244.3 -5315212 L 187689 -5314737 L 187575.1 -5313266 L 187281.5 -5313042 L 186059.2 -5312348 L 185863.1 -5311640 L 186423.8 -5309980 L 186140.1 -5309726 L 185302.2 -5309009 L 184572.2 -5308909 L 184286.8 -5308879 L 184139.3 -5308632 L 183851.7 -5308445 L 184366.4 -5307581 L 184220.1 -5306577 L 183774.8 -5304990 L 183587.2 -5304699 L 183242 -5304860 L 182402.7 -5303757 L 182107.1 -5303566 L 182210.5 -5302906 L 182428.4 -5302596 L 181628.7 -5300086 L 181628.3 -5300084 z M 121755.1 -5396240 L 121830.3 -5396820 L 121383.6 -5397266 L 121354.7 -5397523 L 121073.8 -5397522 L 120888.4 -5397742 L 120719.6 -5398750 L 119975.4 -5399297 L 120016.5 -5399778 L 120198.2 -5399814 L 120510.2 -5399583 L 121283.8 -5399975 L 122090.2 -5399855 L 122744.4 -5400640 L 123180.2 -5400068 L 123790.3 -5400041 L 124078.5 -5399532 L 124591.6 -5399565 L 125659.1 -5400111 L 126002.9 -5399954 L 126503.7 -5400140 L 126879.4 -5400057 L 127132 -5399729 L 127727.7 -5399831 L 127790.7 -5399673 L 127701.8 -5399604 L 127435.4 -5399398 L 127055.5 -5398539 L 127401.5 -5398407 L 128305.5 -5398533 L 128721 -5398320 L 128739.2 -5397770 L 128756.6 -5397247 L 128514.9 -5396809 L 128629.4 -5396060 L 129070.2 -5395844 L 129075.3 -5395308 L 129506.8 -5394686 L 129636.5 -5394114 L 129675 -5394068 L 129891.2 -5393812 L 130231.4 -5393910 L 130798.1 -5393378 L 131191 -5393497 L 131238.2 -5392856 L 130665.8 -5392727 L 129674.4 -5392175 L 130112.3 -5391627 L 130069.8 -5391273 L 130062.5 -5391213 L 129368 -5390621 L 129167 -5390313 L 128250.2 -5389808 L 127820.4 -5388812 L 127492.8 -5388839 L 126862.9 -5389984 L 127348.5 -5391317 L 126456.3 -5392044 L 124930.1 -5391916 L 123941.2 -5392395 L 121848.4 -5394962 L 121802.3 -5395425 L 122018.3 -5396180 L 121755.3 -5396241 L 121755.1 -5396240 z "
id="path690" />
<path
d="M 406576.1 -5473892 L 406260.7 -5473707 L 405692.4 -5473588 L 405120.3 -5472319 L 404954.9 -5472589 L 404258.4 -5473203 L 404147.3 -5473556 L 403412.4 -5473619 L 402571.7 -5472923 L 401973.6 -5473283 L 401763.6 -5473305 L 401530.2 -5473563 L 400337.8 -5474249 L 400351.7 -5474598 L 400015.7 -5474601 L 398815.7 -5474211 L 398049.6 -5474978 L 397275.5 -5476566 L 397050 -5476781 L 396589 -5477196 L 396649.8 -5477502 L 394771 -5477580 L 393797.2 -5476446 L 393682.1 -5476812 L 393125.5 -5477792 L 391256.9 -5477549 L 391018.7 -5477860 L 390511.2 -5478449 L 389425.3 -5478896 L 387515 -5478793 L 386523.4 -5479368 L 384778.6 -5479473 L 382730 -5478884 L 383355.3 -5480171 L 383164.6 -5480298 L 382945.8 -5480365 L 381625.4 -5479036 L 379830.1 -5478538 L 380236.9 -5477656 L 380148.2 -5477361 L 379332.1 -5477724 L 379195.2 -5477361 L 379346.3 -5476619 L 378685.9 -5476878 L 377284.2 -5476642 L 377377.4 -5476318 L 377655.3 -5474672 L 377078.3 -5473091 L 376309.7 -5472871 L 375935.7 -5472480 L 375466.5 -5472029 L 375459.7 -5471698 L 375658.4 -5470751 L 375411.7 -5470473 L 375409.9 -5469362 L 375109.5 -5469223 L 374368.4 -5468416 L 374344.5 -5467650 L 372451.4 -5467711 L 372098.5 -5467747 L 369995.9 -5468013 L 369810.6 -5468315 L 369453.5 -5468281 L 369153.4 -5468661 L 369035.5 -5468308 L 369133.8 -5466828 L 368023.5 -5466744 L 367973.5 -5466765 L 367835.1 -5467411 L 367502.7 -5467261 L 366785.9 -5466559 L 366654.7 -5466885 L 366199.1 -5467078 L 365799.6 -5466507 L 365104.6 -5466549 L 365042.8 -5466224 L 364452.9 -5465488 L 364279.1 -5465167 L 364195.5 -5463713 L 363875.5 -5463722 L 363517.4 -5463689 L 361359.3 -5463774 L 361008.3 -5463788 L 359660.2 -5463433 L 359342.6 -5463208 L 357939.7 -5462532 L 359138.1 -5460611 L 358168.7 -5459704 L 358929.8 -5458470 L 358737.2 -5458222 L 358197.8 -5458515 L 358052.1 -5458237 L 358069 -5458592 L 357109.7 -5458130 L 357092.1 -5458310 L 356708.2 -5458369 L 354207.6 -5457525 L 353876 -5458115 L 354274.4 -5458644 L 353546.6 -5458786 L 353277.3 -5459474 L 352935.5 -5459579 L 352216 -5460656 L 351113.6 -5459768 L 351106.4 -5460109 L 350897.9 -5460725 L 351152.5 -5460932 L 351658.6 -5461332 L 351535.1 -5461927 L 351531 -5462293 L 350868.8 -5462666 L 349924.1 -5465214 L 349060.1 -5464505 L 348714.6 -5464354 L 347770.9 -5463770 L 347834 -5463019 L 347136.4 -5462845 L 346698.8 -5463446 L 346667.5 -5464896 L 345004.3 -5465725 L 344634 -5465646 L 344522.8 -5465973 L 343196.8 -5466095 L 343483.3 -5466667 L 344339.4 -5468177 L 344694.6 -5468213 L 345231.7 -5467829 L 346244 -5468247 L 348731.1 -5467319 L 349389.2 -5467703 L 349636 -5467995 L 349254.1 -5468436 L 348996.4 -5468571 L 348915.3 -5468916 L 349106 -5469566 L 348951.8 -5469867 L 348690.1 -5471528 L 348676 -5471865 L 348740.8 -5472538 L 348380.5 -5472451 L 347075.5 -5471782 L 346855.7 -5471107 L 346519.1 -5471269 L 345859.8 -5471206 L 345967.8 -5471571 L 346261.5 -5471813 L 346264.5 -5472568 L 345744.8 -5473105 L 345896.7 -5473820 L 345542.3 -5473712 L 344846.5 -5473467 L 344615.2 -5473755 L 344297.7 -5473604 L 342592.4 -5473623 L 342229.7 -5473752 L 341577.6 -5474157 L 341319.3 -5474447 L 340515 -5477405 L 340315 -5477417 L 340370.1 -5477061 L 340492.2 -5476350 L 339357.7 -5475855 L 339042.1 -5475639 L 337928.4 -5476581 L 336181.4 -5475985 L 335761.8 -5475430 L 334118.4 -5475790 L 334018 -5475651 L 333603.1 -5475341 L 333055.9 -5474924 L 331984.6 -5475288 L 330859.8 -5475078 L 330498.4 -5474966 L 329881.2 -5475333 L 329563.5 -5475456 L 329345.1 -5475718 L 329879.6 -5476228 L 329672.2 -5476850 L 328939.1 -5476892 L 328651.8 -5477559 L 327925.3 -5477453 L 328020.3 -5477824 L 329124.7 -5479337 L 328943.6 -5479671 L 328648.9 -5479448 L 326861.9 -5478144 L 325760.4 -5478064 L 325410.5 -5478153 L 324460.7 -5478668 L 323025.8 -5480290 L 322826.5 -5480564 L 321821 -5481923 L 321657.6 -5482139 L 321490.2 -5482353 L 321426.5 -5482463 L 321217.3 -5482754 L 320344.2 -5483890 L 319423.5 -5484434 L 319040.7 -5484532 L 318253.4 -5484484 L 317257.1 -5483886 L 317151.1 -5483812 L 316459.6 -5483341 L 312903.8 -5481396 L 310368.7 -5480803 L 306518 -5480573 L 305383.8 -5480869 L 303103.3 -5481014 L 301456.5 -5481119 L 300163.5 -5481534 L 298093 -5481755 L 297052.1 -5482209 L 295976.8 -5482355 L 295108.3 -5482436 L 294483.7 -5481789 L 293799.3 -5482551 L 292442.9 -5482898 L 291215.6 -5482979 L 290349.9 -5483521 L 290226.7 -5483694 L 290025.5 -5483977 L 289402.4 -5484427 L 289149.1 -5484870 L 289540.4 -5485112 L 290440.8 -5484898 L 291441.4 -5483827 L 291916.5 -5483828 L 293393.6 -5483134 L 295142.4 -5483227 L 295376.8 -5483596 L 296085.3 -5483848 L 296627.5 -5483588 L 297080.4 -5483584 L 297906.9 -5483201 L 298402.9 -5483299 L 298694.8 -5483602 L 298575 -5483845 L 297507 -5484067 L 296269.6 -5484650 L 295773.6 -5484253 L 294173.9 -5483507 L 293043.9 -5483644 L 292111.7 -5484287 L 291808.9 -5484246 L 291437.8 -5484532 L 291161.7 -5484466 L 290193.6 -5485458 L 290065.1 -5485774 L 289221.6 -5487469 L 287919 -5488061 L 287864.6 -5489076 L 288179.5 -5490315 L 289100.5 -5492579 L 291801.9 -5497835 L 293710 -5501546 L 294607.9 -5503667 L 295623.3 -5507973 L 297724.3 -5510044 L 298947 -5510950 L 299495.2 -5511157 L 300812 -5511252 L 301571.9 -5511674 L 304762.1 -5513447 L 305766.2 -5513680 L 306285.5 -5513470 L 306594.9 -5513547 L 308665 -5514621 L 310315.6 -5516083 L 310676.9 -5516459 L 312320.1 -5517106 L 315906.3 -5518976 L 316140.7 -5519117 L 319428.4 -5521097 L 320232.5 -5521751 L 321527.7 -5522252 L 323003.7 -5523654 L 324161.3 -5524352 L 326642.2 -5525501 L 327430.7 -5525492 L 328189.3 -5525752 L 330622.6 -5526653 L 335283.7 -5527434 L 336369.9 -5527084 L 338047.2 -5527140 L 340246.5 -5527214 L 341749.9 -5527724 L 344003.9 -5528835 L 346387.7 -5529419 L 347751 -5529593 L 349052.9 -5529966 L 349998.6 -5530347 L 350437.3 -5530701 L 351315 -5530926 L 353551.8 -5531884 L 354616.4 -5531940 L 358418.6 -5531656 L 358817.5 -5531938 L 359545.6 -5532453 L 361495.9 -5532581 L 362646.9 -5533406 L 363025.8 -5533451 L 363931.5 -5533626 L 364823.8 -5534054 L 371477.5 -5537542 L 373389.8 -5539142 L 374534.1 -5540100 L 374965.5 -5540461 L 376466.1 -5541717 L 378494.7 -5543733 L 379457.8 -5544267 L 381299.6 -5545967 L 383679.2 -5547594 L 383890.1 -5547452 L 384155.1 -5547263 L 385765.7 -5546430 L 386111.5 -5546406 L 386892.3 -5547428 L 387045.1 -5547728 L 387752.5 -5547937 L 389103.7 -5547472 L 389285.7 -5547151 L 389698.9 -5546932 L 389155.4 -5544619 L 389614.7 -5544090 L 390635.3 -5543704 L 390815.3 -5543367 L 391547.6 -5542495 L 392023 -5541979 L 392360.2 -5542082 L 393542.6 -5541302 L 394172 -5540101 L 394281 -5539762 L 394398.2 -5539495 L 396552.4 -5537652 L 396817.7 -5537415 L 397444.6 -5537072 L 397747 -5536876 L 397982.9 -5535780 L 399790 -5533468 L 400120.4 -5533286 L 401259.7 -5532425 L 402611.1 -5531956 L 402911.5 -5531758 L 403228.9 -5531586 L 405095.6 -5530557 L 405099.1 -5530012 L 405946.3 -5528710 L 406002.4 -5528382 L 406114.4 -5528032 L 406376.6 -5527773 L 407030.8 -5527552 L 407445.2 -5526983 L 407556.4 -5525937 L 407399.6 -5525623 L 407467.6 -5525250 L 407879 -5524672 L 407964.8 -5524222 L 407864.9 -5522740 L 408308.3 -5522162 L 408364.3 -5521797 L 408320.3 -5521421 L 408858.4 -5518845 L 409453.2 -5518042 L 409596.3 -5517727 L 409974.7 -5516750 L 410172.9 -5516446 L 410562.3 -5515477 L 410619.4 -5515131 L 411651 -5514664 L 412066.3 -5514029 L 412155.3 -5513661 L 412322.4 -5513329 L 412418.5 -5512597 L 410887.6 -5512552 L 409907.2 -5513108 L 409371.6 -5512086 L 409188.9 -5511799 L 409539.4 -5510493 L 409354.4 -5510495 L 408071.6 -5509739 L 407369.1 -5509897 L 407298.5 -5507746 L 407231.7 -5507041 L 406564.3 -5506847 L 405345.2 -5505573 L 406700.4 -5504177 L 407381.2 -5504520 L 408553 -5506057 L 409291.4 -5506242 L 409531.6 -5505930 L 409801.1 -5505731 L 409849.7 -5504406 L 409906.8 -5504076 L 409536.6 -5503984 L 407862.5 -5503092 L 407742.6 -5501964 L 407648.7 -5501622 L 407077.8 -5501224 L 406648.4 -5500256 L 405967 -5500068 L 406155.3 -5499799 L 406371.6 -5499550 L 406572 -5499325 L 407284.5 -5498781 L 407384.6 -5498420 L 407584.8 -5497701 L 407150.2 -5496664 L 405516.8 -5495260 L 406340.1 -5494610 L 406473.4 -5493920 L 407089 -5493793 L 407403.4 -5493957 L 407508.1 -5493861 L 407332.3 -5493139 L 405536 -5492974 L 405742.7 -5492045 L 406673 -5492588 L 407201.6 -5492064 L 407379.7 -5491726 L 407794.1 -5491080 L 408045.4 -5490790 L 407899.6 -5490452 L 407756.2 -5488689 L 409090.3 -5488348 L 409135.2 -5488308 L 408610.1 -5486250 L 407219 -5484974 L 407073.4 -5484735 L 407156.3 -5484309 L 407600.4 -5483953 L 408687.8 -5483734 L 408991.1 -5483033 L 410017.8 -5484962 L 410713.5 -5485262 L 411828.2 -5484753 L 412112.8 -5484595 L 412169.3 -5483174 L 412159.4 -5482804 L 411420.3 -5482759 L 411196.6 -5482454 L 411194 -5480960 L 410425 -5480137 L 410077.6 -5479987 L 409111.3 -5479439 L 409286.6 -5479140 L 409197.2 -5478545 L 408545.7 -5478318 L 408284.1 -5478082 L 408055.5 -5477428 L 407518.7 -5477085 L 407189.3 -5475247 L 406577 -5473893 L 406576.1 -5473892 z "
id="path691" />
<path
d="M 508562.7 -5506077 L 508177.8 -5506119 L 507019.8 -5506079 L 506679.4 -5505384 L 506507.8 -5505074 L 505713.7 -5504498 L 505956.7 -5505455 L 506013.5 -5506815 L 505661.2 -5506647 L 503785.1 -5506955 L 503897.3 -5506588 L 504154.8 -5505885 L 503990.4 -5504758 L 503626.4 -5504717 L 502920.8 -5504866 L 502412.1 -5503543 L 502037.4 -5503206 L 501707.8 -5503370 L 500964.5 -5504592 L 500597.6 -5504614 L 500374.2 -5504901 L 500315.7 -5505624 L 499449.2 -5506275 L 499276.7 -5506037 L 498729.4 -5505860 L 498370.6 -5505942 L 497809.7 -5505043 L 496402 -5504619 L 496293.7 -5503515 L 496821.6 -5503014 L 496599.1 -5502746 L 496616.9 -5501706 L 496129 -5502656 L 495551 -5503068 L 495283.5 -5502828 L 493752.6 -5506486 L 493486.1 -5506228 L 493276.7 -5505569 L 492224.2 -5505285 L 492040.9 -5505601 L 491616.9 -5506969 L 491465.9 -5506951 L 491571.1 -5506586 L 490342.4 -5505712 L 490548.7 -5505403 L 491820.8 -5504144 L 491938.3 -5503433 L 491960.6 -5502173 L 491659.1 -5502380 L 491007.9 -5503629 L 489932.3 -5503754 L 489652.8 -5503518 L 489909.3 -5503297 L 488975.4 -5502340 L 488808.1 -5502172 L 488916.4 -5501861 L 489166.1 -5501254 L 488673.2 -5500827 L 488405.8 -5501076 L 485574.3 -5501150 L 485505.9 -5500940 L 485711.7 -5500859 L 485377.4 -5500696 L 485088.9 -5500460 L 484833 -5498641 L 485261.7 -5497624 L 485156.6 -5496199 L 484832.2 -5495991 L 483783.3 -5495987 L 483474.2 -5495911 L 482606.2 -5496308 L 482454 -5496669 L 482121.3 -5496797 L 481502.1 -5497143 L 480118.2 -5497094 L 479768.3 -5496689 L 479529 -5496978 L 478173.8 -5497273 L 477835.7 -5497231 L 477496.7 -5497208 L 477415.1 -5496919 L 477377.8 -5496340 L 477355 -5495988 L 476399 -5494579 L 476406.5 -5494364 L 476051.5 -5494352 L 476149 -5492296 L 475805.7 -5492121 L 474615.9 -5491230 L 474297.4 -5491439 L 473341.8 -5492054 L 473046.4 -5492743 L 473271.6 -5494187 L 472823.9 -5495181 L 473011.6 -5495504 L 472932.8 -5495596 L 472553.9 -5495640 L 471506.3 -5495292 L 470528.5 -5495761 L 470759.9 -5495512 L 470153.3 -5495217 L 469716.3 -5494319 L 469505.8 -5494093 L 468993.8 -5494075 L 468801.6 -5494415 L 468101.7 -5495319 L 468287.3 -5495616 L 468639.3 -5496517 L 467192.8 -5496205 L 465766.4 -5497694 L 465351.8 -5497418 L 465104.5 -5497715 L 464239.3 -5498461 L 464252.2 -5498848 L 463946.8 -5498636 L 462253.7 -5496755 L 461962.2 -5496963 L 461442.4 -5497457 L 461925.4 -5498373 L 461607.6 -5498455 L 461364.1 -5498675 L 460724.5 -5498359 L 460452.1 -5499032 L 460329.9 -5499370 L 460188.7 -5499699 L 459936.3 -5500352 L 457545.8 -5501288 L 456808.7 -5501216 L 456491.3 -5501041 L 455845.6 -5500712 L 454761.8 -5500734 L 454431.3 -5500924 L 453918.7 -5501932 L 453406.1 -5501641 L 453059.9 -5501534 L 451986.3 -5502501 L 451785.8 -5503536 L 451442.3 -5503734 L 450585.3 -5504526 L 450515.4 -5504150 L 449491.4 -5503658 L 448778.2 -5503928 L 448582 -5504250 L 446604.6 -5505188 L 446290.8 -5505234 L 445667.5 -5505892 L 444606.8 -5505952 L 444326.9 -5505984 L 443970 -5505989 L 442618.2 -5505580 L 441690.6 -5506073 L 441556.9 -5506184 L 441208.7 -5506058 L 439059 -5506015 L 438449.2 -5505643 L 438260.5 -5505330 L 437787.3 -5504800 L 436760.7 -5504476 L 436396.1 -5504617 L 435825.5 -5505135 L 434676.5 -5505047 L 434429.1 -5504859 L 434142.9 -5504740 L 433824.5 -5504958 L 432592.7 -5504136 L 431482.4 -5504364 L 431323.9 -5504541 L 432068.9 -5504600 L 432067.7 -5505320 L 430573.5 -5506372 L 430300.3 -5507070 L 429925.3 -5507065 L 429900.4 -5507085 L 429531.6 -5507123 L 428857 -5506820 L 427982.6 -5507407 L 427334.8 -5507045 L 426237.4 -5507206 L 425803.9 -5508167 L 425485.4 -5507937 L 424155.9 -5506062 L 424032.7 -5506387 L 423033.4 -5508201 L 422742.9 -5507986 L 421769.9 -5507523 L 420233.3 -5506007 L 419903.2 -5505931 L 419240 -5505806 L 418937.6 -5506010 L 417983 -5506492 L 416933.6 -5506261 L 416691.4 -5506553 L 416151.8 -5507070 L 416174.7 -5507426 L 416053.3 -5508039 L 415043.1 -5508286 L 414922 -5508622 L 415262.5 -5508822 L 416395 -5509864 L 416108.9 -5510572 L 414947.8 -5510458 L 414780.7 -5510781 L 414194.2 -5512116 L 413120.7 -5511868 L 412818.3 -5512083 L 412947 -5512355 L 412417.7 -5512597 L 412321.6 -5513329 L 412154.5 -5513661 L 412065.5 -5514029 L 411650.2 -5514663 L 410618.6 -5515130 L 410561.5 -5515477 L 410172.1 -5516445 L 409973.9 -5516750 L 409595.5 -5517727 L 409452.4 -5518042 L 408857.6 -5518844 L 408319.5 -5521420 L 408363.5 -5521796 L 408307.5 -5522162 L 407864.1 -5522739 L 407964 -5524221 L 407878.2 -5524672 L 407466.8 -5525249 L 407398.8 -5525622 L 407555.6 -5525937 L 407444.4 -5526983 L 407030 -5527551 L 406375.8 -5527773 L 406113.6 -5528031 L 406001.6 -5528382 L 405945.5 -5528709 L 405098.3 -5530011 L 405094.8 -5530557 L 403228.1 -5531585 L 402910.7 -5531758 L 402610.3 -5531956 L 401258.9 -5532425 L 400119.6 -5533286 L 399789.2 -5533468 L 397982.1 -5535780 L 397746.2 -5536876 L 397443.8 -5537072 L 396816.9 -5537415 L 396551.6 -5537652 L 394397.4 -5539495 L 394280.2 -5539762 L 394171.2 -5540101 L 393541.8 -5541302 L 392359.4 -5542081 L 392022.2 -5541978 L 391546.8 -5542495 L 390814.5 -5543367 L 390634.5 -5543704 L 389613.9 -5544090 L 389154.6 -5544618 L 389698.1 -5546931 L 389284.9 -5547151 L 389102.9 -5547472 L 387751.7 -5547936 L 387044.3 -5547727 L 386891.5 -5547428 L 386110.7 -5546405 L 385764.9 -5546430 L 384154.3 -5547262 L 383889.3 -5547452 L 385440.5 -5548882 L 388672.5 -5551216 L 389504.8 -5552303 L 390167.5 -5553712 L 390695.5 -5555751 L 391737.7 -5558397 L 392466.5 -5560248 L 393388.1 -5562053 L 394324.5 -5563095 L 395699.8 -5564006 L 397730.2 -5564545 L 398245.3 -5564420 L 397891.8 -5563892 L 398741.7 -5562714 L 399023.2 -5562678 L 400072 -5561588 L 400729.7 -5561647 L 403441.4 -5560848 L 403834.4 -5560129 L 404103.8 -5560322 L 405208.5 -5560100 L 405095.1 -5560323 L 404522.8 -5560573 L 404586.8 -5560805 L 405135.1 -5561012 L 405407.6 -5561509 L 403313.2 -5561082 L 403109.6 -5561641 L 403531.5 -5561539 L 404089.1 -5562052 L 403515.5 -5562327 L 402960.5 -5562247 L 402701.6 -5562819 L 402989.7 -5563140 L 404331.8 -5563236 L 404301.1 -5563819 L 403316.6 -5563692 L 402614.8 -5563986 L 402400 -5563720 L 402015.8 -5563776 L 401492.8 -5564538 L 401081.8 -5565586 L 400297.2 -5566487 L 400358.6 -5566770 L 399964.9 -5567488 L 399967.6 -5567921 L 399751.4 -5568164 L 399346.2 -5567402 L 399083 -5568307 L 399469.9 -5568684 L 399407.1 -5568910 L 398913.5 -5569113 L 398481.7 -5569068 L 397447.2 -5568960 L 397004.2 -5569166 L 396781.3 -5570020 L 396198.2 -5570957 L 396266 -5572023 L 396323.4 -5572924 L 397183.6 -5577348 L 397275.5 -5578982 L 397674.3 -5580098 L 397975.3 -5580301 L 398042.5 -5580346 L 399039.2 -5580245 L 399524.8 -5580678 L 400009.1 -5580653 L 400501.4 -5580958 L 400782.9 -5580438 L 401373.9 -5580800 L 402288.3 -5581008 L 402857.2 -5580263 L 402739.4 -5579961 L 403412.9 -5578907 L 403738.7 -5577556 L 404103.4 -5577518 L 404995.1 -5576915 L 404844.2 -5576575 L 405218.7 -5576489 L 406876.7 -5577453 L 407023.7 -5577809 L 407179.3 -5577358 L 407829.3 -5577809 L 409383.2 -5578080 L 409706.7 -5578308 L 410453.4 -5579040 L 411506.6 -5579303 L 411999.8 -5579801 L 413775.1 -5579552 L 414138.8 -5579525 L 414741.5 -5579526 L 415045.3 -5579526 L 416018.3 -5578689 L 416253.5 -5578468 L 417978.3 -5577695 L 418360.9 -5577612 L 418388.3 -5577406 L 419586.4 -5576652 L 420007.4 -5575339 L 420906.4 -5574805 L 421277.2 -5574811 L 421651.3 -5574554 L 421666.5 -5574267 L 423134.4 -5574161 L 424709.2 -5576149 L 425071.2 -5576235 L 426345.2 -5575073 L 426311.2 -5574722 L 426009.4 -5574010 L 424156.6 -5572677 L 424953.5 -5571368 L 425213.9 -5571192 L 425673.7 -5571558 L 425972.8 -5571659 L 426661.9 -5570753 L 428389.8 -5569978 L 428846.5 -5569607 L 429029.8 -5569377 L 429640.7 -5569099 L 430669.6 -5569260 L 431237.2 -5568880 L 431483.4 -5568639 L 432248.7 -5567816 L 432986.9 -5567651 L 433369.8 -5567674 L 434140 -5567167 L 434316.2 -5566894 L 433353.2 -5566000 L 433293.4 -5565319 L 433585.8 -5565151 L 433615 -5564496 L 434451.2 -5563630 L 434678.3 -5563355 L 434745.4 -5561935 L 434803.4 -5561577 L 435592.7 -5562192 L 436564.5 -5561943 L 436866.9 -5561757 L 437404.8 -5562576 L 438584.6 -5561962 L 438802.8 -5561689 L 439167.9 -5560661 L 439363 -5560343 L 441070.3 -5562265 L 441440.9 -5562194 L 441800.5 -5562494 L 442104.2 -5562452 L 442947.6 -5562746 L 442980.4 -5563054 L 443333.8 -5562913 L 443975.5 -5563285 L 444735.1 -5563277 L 444934.4 -5562301 L 445181.9 -5562523 L 445823.3 -5562799 L 446803.2 -5562957 L 447957.4 -5564387 L 449261.8 -5563673 L 449468.9 -5563361 L 449908.3 -5562815 L 450247.9 -5562729 L 451448.1 -5563405 L 451929.9 -5563043 L 452064 -5562726 L 452373.3 -5563683 L 451637.9 -5564926 L 451310.7 -5564769 L 451208.6 -5565107 L 452218.9 -5565408 L 452507.3 -5565613 L 452644.6 -5565387 L 452771.9 -5565155 L 454527.9 -5562032 L 454965 -5562133 L 455768.5 -5563640 L 455921.3 -5563959 L 456202.4 -5564057 L 456531 -5563982 L 457476.9 -5564914 L 457794 -5565032 L 458528.9 -5564358 L 459573.2 -5564291 L 459915.9 -5564231 L 460639.1 -5564457 L 461006.2 -5564551 L 461333.7 -5563626 L 461532.9 -5563360 L 461871.2 -5562765 L 463004.9 -5562077 L 463349.6 -5562038 L 463612.6 -5561710 L 463871.8 -5561444 L 464044.9 -5561116 L 464018.2 -5560834 L 464085.5 -5560560 L 463827.4 -5560466 L 463345 -5560208 L 463047.1 -5560199 L 462521.6 -5559915 L 462217.4 -5559776 L 460862.6 -5558801 L 460479 -5558883 L 459733.5 -5558932 L 458716.6 -5558387 L 458285.4 -5558221 L 458332.5 -5557872 L 458252.9 -5557226 L 457986.8 -5557121 L 457448.5 -5557303 L 457338.8 -5556994 L 457123.3 -5556374 L 456481.3 -5556243 L 456600.3 -5555092 L 456148 -5554492 L 455717.5 -5552244 L 455394.9 -5551142 L 456787.5 -5551234 L 456962.4 -5550822 L 457823.5 -5550225 L 458181.2 -5550160 L 458385.5 -5549128 L 458896.3 -5548711 L 459252.3 -5548765 L 460324.1 -5551650 L 460462.9 -5552008 L 460557.5 -5552266 L 460746.7 -5552781 L 461085.7 -5553239 L 461115.4 -5553532 L 461827.2 -5553587 L 462144.6 -5553798 L 462618.3 -5554153 L 463700 -5554234 L 465058.2 -5554566 L 465410 -5554572 L 466629.4 -5551700 L 467563.6 -5552344 L 467770.3 -5552664 L 467651.7 -5554031 L 468013.1 -5554652 L 468964.7 -5554261 L 469227 -5554006 L 469879.6 -5554350 L 470229.2 -5554231 L 470534.9 -5554153 L 470270.6 -5553575 L 469306.4 -5552520 L 469282.8 -5552275 L 469540.3 -5551724 L 469729.6 -5551485 L 470803 -5551009 L 470957.2 -5550723 L 472307.6 -5551111 L 473382.9 -5551019 L 473665.2 -5550789 L 473657.6 -5550548 L 473797.8 -5550238 L 474021.1 -5549979 L 474634 -5549639 L 474859.2 -5549352 L 475316 -5549752 L 475506.5 -5550000 L 476411 -5549531 L 476615.3 -5549255 L 477353.4 -5549410 L 478011.3 -5549071 L 478689.9 -5548164 L 478882.1 -5547839 L 479731.9 -5548322 L 479970.4 -5548574 L 479703.2 -5548850 L 478447 -5550241 L 478874.2 -5550807 L 479593.6 -5551084 L 479147.1 -5552891 L 480439.5 -5552879 L 480778.2 -5552822 L 482003.9 -5551665 L 482173.1 -5551363 L 483196.1 -5551104 L 484206.5 -5551462 L 484416.7 -5551171 L 484239.5 -5550199 L 484212.7 -5549868 L 484350.9 -5549544 L 484472.4 -5548941 L 483937.5 -5547622 L 483211.9 -5546801 L 482960.4 -5546530 L 483038.8 -5545868 L 483159 -5545553 L 481871.8 -5544394 L 481617.3 -5544159 L 482082.8 -5543591 L 482319 -5543301 L 484008 -5543571 L 484382.3 -5544187 L 485357.4 -5544373 L 485443.7 -5544507 L 486058.6 -5545444 L 486273.2 -5545750 L 486508.5 -5545461 L 487744.5 -5546098 L 487995.8 -5545823 L 488470.9 -5546806 L 489360.1 -5547477 L 489734.9 -5547467 L 489693.4 -5545941 L 489819.5 -5545576 L 490111.3 -5545537 L 490394 -5545456 L 491221.7 -5543708 L 490757.5 -5542677 L 490037.4 -5542537 L 489544.4 -5542037 L 489711.5 -5541693 L 489778.9 -5541416 L 490838.9 -5541135 L 491370.6 -5541517 L 491169.3 -5541793 L 491669.2 -5542259 L 492637.2 -5542852 L 494131.4 -5542737 L 494362.6 -5544188 L 495116.2 -5543679 L 495413.4 -5543813 L 495689.8 -5544046 L 495785.5 -5544395 L 496078 -5544642 L 496458.9 -5544678 L 497051.2 -5544465 L 497345.8 -5544355 L 497825 -5543638 L 498040.4 -5543380 L 499277.9 -5544261 L 499643 -5544384 L 500276.4 -5544670 L 500574.7 -5544849 L 500943.4 -5545231 L 501656.8 -5545098 L 501870.1 -5544798 L 501965.7 -5545091 L 502264.8 -5545168 L 503949 -5544601 L 504261.5 -5544430 L 505216.4 -5544088 L 505421.7 -5543815 L 506340.8 -5544437 L 506552.4 -5544754 L 506947.3 -5543863 L 508181.3 -5543140 L 508273.9 -5542508 L 508790.1 -5541780 L 508938.4 -5541502 L 510755 -5541593 L 510643.5 -5540869 L 511733.3 -5540932 L 512050.6 -5541118 L 512354.1 -5540467 L 512461.3 -5540119 L 512367.8 -5539896 L 511490.2 -5538110 L 511239.7 -5537867 L 511911.5 -5537856 L 512820.1 -5537298 L 513535.2 -5537440 L 513883.3 -5537551 L 514314.3 -5537123 L 514615.3 -5537176 L 513896.6 -5536291 L 512296.8 -5535228 L 511810.8 -5534711 L 511702.7 -5533711 L 511664.9 -5533349 L 512019.6 -5533251 L 511901 -5532952 L 511573.8 -5532842 L 509959.7 -5531650 L 509108.3 -5530411 L 508937.7 -5529666 L 508502.8 -5529215 L 508682.1 -5528910 L 508860.2 -5527598 L 508518.1 -5526580 L 508610 -5526058 L 508609.4 -5525775 L 506356.8 -5523846 L 506023.1 -5523944 L 506151.3 -5524965 L 505982 -5525269 L 505358.5 -5524990 L 505139.9 -5524703 L 505754.8 -5523815 L 506010.9 -5522032 L 506107.1 -5521684 L 505915 -5521143 L 505618.6 -5520954 L 505333.5 -5520867 L 505040.1 -5520675 L 504159.2 -5520160 L 504312.8 -5519506 L 504399.2 -5518776 L 505719.2 -5518902 L 505974.7 -5518681 L 506147.3 -5518505 L 505953.8 -5518237 L 505807.6 -5517643 L 506227.2 -5517042 L 506090 -5515974 L 506211.2 -5515625 L 505883 -5515490 L 504437.1 -5514472 L 504872.1 -5513581 L 504724.4 -5513259 L 505334.3 -5512807 L 506870 -5512780 L 507254.9 -5512756 L 506836.9 -5511792 L 506987.7 -5510770 L 507173.4 -5509695 L 507267.6 -5509343 L 508203.2 -5508260 L 508688.5 -5506066 L 508562.5 -5506077 L 508562.7 -5506077 z "
id="path692" />
<path
d="M 506552.1 -5544754 L 506238.6 -5544932 L 506236.8 -5545919 L 506800.2 -5546211 L 507115.5 -5546387 L 506886.2 -5546677 L 506369.5 -5547179 L 506455.1 -5547914 L 507520.4 -5547781 L 508260.9 -5549051 L 508191.7 -5549403 L 507945.1 -5550430 L 507585.2 -5550413 L 507656 -5550790 L 507563.9 -5551162 L 507525.7 -5551521 L 506799.7 -5552304 L 506969.3 -5552623 L 509452.9 -5554250 L 509787.2 -5554429 L 509801 -5554815 L 509422.2 -5554854 L 508368.5 -5555261 L 508137.2 -5555987 L 507330.3 -5556788 L 508221.1 -5557310 L 509615.3 -5557224 L 509944.4 -5557342 L 510945.3 -5558826 L 511293.5 -5558970 L 511206.3 -5559314 L 510627.4 -5559713 L 510330.6 -5560629 L 510052 -5560738 L 509494.7 -5560962 L 509592.4 -5561305 L 510324.2 -5563158 L 510693 -5563149 L 512901 -5563143 L 513026.2 -5563717 L 513275.6 -5563939 L 513492.1 -5564212 L 513470.6 -5564907 L 513151.4 -5564763 L 512572.5 -5565574 L 511903.1 -5565702 L 510637.7 -5566159 L 510807.2 -5567789 L 511135.9 -5567714 L 510897.5 -5567929 L 509995.7 -5568274 L 509616.1 -5568383 L 509248.3 -5568399 L 507812.5 -5568640 L 507446.9 -5568726 L 505667 -5569285 L 504573.9 -5569002 L 504549 -5569032 L 504250.4 -5569151 L 504038.1 -5569392 L 503763.7 -5569597 L 502734.3 -5568734 L 502265 -5568487 L 501467.7 -5568177 L 501236.3 -5568371 L 501011.9 -5568575 L 501287.3 -5569266 L 501231.8 -5570332 L 502721 -5570750 L 503303.6 -5570258 L 504072 -5570165 L 503884.5 -5570755 L 504080.9 -5570996 L 503825.6 -5571242 L 503540.2 -5571451 L 503748.7 -5571700 L 504312 -5572388 L 504817 -5572946 L 505900.9 -5573148 L 506199.3 -5573385 L 506005 -5573667 L 505794.7 -5573938 L 505468.1 -5574037 L 504455.7 -5575350 L 504509.7 -5575780 L 504299.5 -5576071 L 503484.6 -5577229 L 503205.5 -5577123 L 502922.5 -5577030 L 502665.2 -5577287 L 501120.4 -5578742 L 500900.4 -5578672 L 500684.7 -5578751 L 500751.4 -5579087 L 500363.8 -5580020 L 500285.6 -5580355 L 499736 -5581230 L 499489.6 -5582696 L 499027.3 -5583285 L 498787.1 -5583579 L 499584.3 -5583447 L 499849.7 -5583251 L 501237.7 -5583601 L 502133.6 -5584203 L 502275.3 -5584539 L 502841.1 -5585478 L 502950.9 -5585833 L 504604.5 -5586104 L 504866.8 -5585874 L 505260 -5586069 L 505491.2 -5587537 L 505998.2 -5588117 L 505673.7 -5588257 L 505005.6 -5588464 L 504915.7 -5589762 L 504662.5 -5589589 L 504367.5 -5589502 L 504024.4 -5589358 L 503142.3 -5588205 L 502924.8 -5587942 L 502306.9 -5588225 L 501341.8 -5587917 L 501372.6 -5588290 L 501371.9 -5589036 L 500773.3 -5589467 L 501408.5 -5590569 L 501579 -5590854 L 501429.3 -5591356 L 501682.8 -5591643 L 501920.9 -5592603 L 500965.2 -5593295 L 500788 -5593573 L 500507.8 -5593823 L 499786.7 -5594007 L 499476.5 -5594252 L 497695.4 -5595802 L 496698.9 -5595707 L 496383.7 -5595542 L 495007 -5595254 L 494714.7 -5595025 L 493816.8 -5594370 L 493604.4 -5594549 L 493441 -5594774 L 493213.5 -5594502 L 491827.3 -5595254 L 491776 -5596360 L 492342.9 -5597722 L 492190.8 -5598060 L 492187.1 -5598580 L 491869.9 -5598394 L 491582.7 -5598248 L 490416.2 -5597708 L 490063.3 -5597650 L 489713.4 -5597580 L 489325.5 -5597505 L 487768 -5597253 L 487031.2 -5597536 L 486766.6 -5597615 L 486278.4 -5597404 L 485929.9 -5597518 L 486110.4 -5598562 L 485779.1 -5599565 L 485631 -5599886 L 486645.7 -5600062 L 486957 -5599892 L 487101.5 -5601747 L 486622.4 -5603181 L 485567.9 -5603448 L 485267.6 -5603653 L 485481.3 -5604012 L 486625.3 -5606372 L 487797.7 -5607301 L 488074.1 -5607556 L 488285.4 -5607753 L 488999.9 -5608600 L 490110.9 -5608558 L 490481.6 -5608551 L 490755.9 -5608749 L 491007.3 -5608976 L 490801.2 -5609277 L 489301.5 -5611337 L 489098.4 -5611627 L 488271.7 -5612279 L 487591.4 -5612345 L 487373.1 -5612567 L 486740.4 -5613248 L 486511.8 -5612929 L 485847.4 -5612539 L 483941.2 -5612619 L 483215.4 -5611264 L 483189.2 -5611183 L 485253.3 -5609536 L 485535.4 -5609280 L 484981.6 -5608784 L 483568 -5609258 L 483258.7 -5609046 L 482553.2 -5607056 L 482620.3 -5606314 L 482312.1 -5606134 L 480821.8 -5607098 L 480302.6 -5608826 L 478851.8 -5608808 L 477870.8 -5609256 L 477787.8 -5609624 L 477118.8 -5609395 L 476848.4 -5608396 L 475041.1 -5608099 L 474056.6 -5607592 L 473057.1 -5608616 L 472864.1 -5609328 L 471451.8 -5609127 L 471381.8 -5609473 L 470847.9 -5609723 L 470658.2 -5609419 L 469676.6 -5609241 L 469371.5 -5608344 L 469190.5 -5608682 L 468471.8 -5608582 L 467782.2 -5608888 L 467251.3 -5610277 L 466880.9 -5610380 L 465309.5 -5609375 L 464964.4 -5609214 L 464227 -5609193 L 462934.2 -5609969 L 462719.3 -5610293 L 461367.1 -5611634 L 461031.9 -5611822 L 459910.4 -5612019 L 459307.6 -5612995 L 458925 -5613035 L 458815.2 -5613436 L 458471 -5613605 L 457925.2 -5614611 L 456272.2 -5613737 L 455772.2 -5614317 L 455548.1 -5614572 L 455226 -5615163 L 455486.5 -5615430 L 456840.8 -5616698 L 455457.5 -5617927 L 455457.4 -5617947 L 455168.1 -5618109 L 454552.8 -5618881 L 454370.8 -5619167 L 454356.7 -5619836 L 453596.7 -5620301 L 453786.6 -5621415 L 455314.5 -5622609 L 456624.3 -5622976 L 458710.9 -5624264 L 458404.3 -5624316 L 458211.9 -5624815 L 457956.9 -5625078 L 456963 -5625482 L 456604.7 -5625614 L 456106.6 -5626103 L 455490.9 -5625268 L 455109.3 -5625263 L 453721.4 -5625890 L 452205.4 -5626077 L 451756.4 -5626612 L 451507 -5626374 L 450046.9 -5625498 L 450029.9 -5625862 L 449992 -5626588 L 449003.8 -5626200 L 447679.7 -5626749 L 447414.5 -5626931 L 446839.3 -5627703 L 446637.3 -5627986 L 445723.1 -5628975 L 445440 -5629206 L 444789.9 -5629289 L 444762.9 -5629628 L 444656.9 -5630291 L 444752.8 -5630626 L 444400.9 -5631223 L 444488.8 -5632244 L 444323 -5632598 L 444076.1 -5632903 L 444154.2 -5633655 L 443229.2 -5635695 L 443250.3 -5636079 L 443144.5 -5636444 L 441657.3 -5640224 L 441564.5 -5640582 L 441502.7 -5640948 L 440594.6 -5642924 L 440205.3 -5644324 L 439949.4 -5644591 L 439540.1 -5646335 L 439009.2 -5646822 L 438811.4 -5647129 L 438643.5 -5647436 L 438581.7 -5648132 L 437718.4 -5648706 L 437807.4 -5649065 L 437537.6 -5649351 L 436338.7 -5650876 L 436203.9 -5650980 L 436534.1 -5650997 L 437206.7 -5651261 L 440222.8 -5652411 L 442163.2 -5652741 L 444017 -5653754 L 445378.2 -5653977 L 446636.7 -5654705 L 447687 -5655039 L 448906.7 -5655052 L 453520.3 -5656284 L 453780.5 -5656170 L 454449.2 -5656511 L 455256.4 -5656145 L 455908.9 -5655823 L 456234.5 -5655916 L 456816.2 -5655488 L 457827.8 -5656075 L 460037.8 -5656597 L 464219.1 -5658316 L 468271.4 -5660244 L 468770 -5658823 L 469324.7 -5657451 L 470150.2 -5652453 L 469896 -5651497 L 470382.8 -5649995 L 470991.6 -5649544 L 472491.8 -5649063 L 472661.4 -5648741 L 472571.2 -5648049 L 472939 -5646872 L 473071.7 -5646680 L 473517.4 -5646037 L 473980.2 -5644508 L 473388.4 -5643687 L 473261.9 -5643197 L 471193.9 -5640974 L 471545.1 -5640585 L 472285.7 -5640523 L 472438.4 -5639563 L 472807.2 -5638845 L 472612.2 -5637256 L 472919.5 -5636737 L 472597 -5636109 L 472803.2 -5635101 L 472778.7 -5635051 L 471978.5 -5633402 L 472895.2 -5633375 L 473110.2 -5633157 L 473415.2 -5632206 L 474000.3 -5631244 L 474345.7 -5629531 L 475672 -5629448 L 475993.5 -5629618 L 476682.7 -5630520 L 477338.1 -5630148 L 477777.5 -5629534 L 478217.9 -5629380 L 479277.2 -5629538 L 480097.9 -5629403 L 480370.2 -5629197 L 480601.1 -5629022 L 480777.5 -5628573 L 480627.4 -5627573 L 480717 -5627322 L 481173.6 -5626863 L 481362.2 -5626186 L 482522.2 -5625407 L 483312.8 -5624405 L 483673.7 -5623355 L 483499.3 -5622811 L 484744.5 -5622342 L 485063.9 -5621595 L 485044.6 -5620525 L 485560.4 -5619432 L 487073.3 -5618463 L 487139.4 -5618421 L 487717 -5618553 L 489177.6 -5619293 L 489755.6 -5618941 L 490181.8 -5618098 L 490972.3 -5617096 L 492194.4 -5617060 L 492522.9 -5616618 L 493033 -5616447 L 493648.1 -5616695 L 494666 -5617020 L 494760.7 -5617826 L 494912.8 -5619123 L 495105.1 -5619566 L 495528.5 -5619733 L 495788.8 -5620252 L 495666.6 -5621182 L 496554.2 -5622095 L 498207 -5622184 L 498966.5 -5622802 L 499226.8 -5623320 L 499937.6 -5623503 L 500976.8 -5624280 L 502126.5 -5624342 L 503385.1 -5625058 L 504028 -5625165 L 504443.8 -5625013 L 505571.9 -5624600 L 506218.7 -5624636 L 507801.8 -5626018 L 509862.5 -5626562 L 510684 -5626030 L 510650.9 -5625307 L 511848.9 -5623139 L 512678.1 -5622463 L 512948 -5621469 L 513262.6 -5620981 L 514084.8 -5620357 L 514294.6 -5619757 L 513874.7 -5619047 L 514683.4 -5618657 L 515156.2 -5617893 L 516482.4 -5617810 L 517121 -5617586 L 518132.7 -5616200 L 518118.3 -5615249 L 518939.4 -5614147 L 518724.8 -5613881 L 517238.9 -5613140 L 517021.3 -5612753 L 516924.1 -5611883 L 517193.9 -5610889 L 517512.3 -5610329 L 517331.6 -5609671 L 517923.7 -5608046 L 519306.2 -5606463 L 519383.7 -5605026 L 519618.6 -5604679 L 519453.4 -5603733 L 519874.6 -5602603 L 519733.2 -5602037 L 519637.5 -5601653 L 520043.2 -5600811 L 519555.7 -5600496 L 519938.2 -5600084 L 519678 -5599566 L 519607.9 -5598193 L 520767 -5596743 L 523889.4 -5594966 L 525134.2 -5594600 L 526580.7 -5593166 L 527083.7 -5593193 L 527248.7 -5593391 L 527963.6 -5594249 L 528606.4 -5594356 L 529332.7 -5594251 L 530179.5 -5594585 L 530379.5 -5594884 L 531608.7 -5594806 L 532032.1 -5594973 L 532401.3 -5596146 L 533265.8 -5597490 L 534934 -5597291 L 536190.3 -5596711 L 536648.6 -5596231 L 535443.9 -5594685 L 535300.4 -5594501 L 535051.7 -5593767 L 535253.4 -5592697 L 536395.3 -5592903 L 537945.2 -5593563 L 539023 -5593621 L 539941.7 -5593959 L 540607.7 -5593635 L 541296.9 -5592879 L 541792.2 -5593050 L 542763.4 -5593751 L 543206.1 -5593559 L 544592.2 -5591904 L 544813.9 -5591087 L 544861.8 -5590910 L 545921.8 -5589958 L 546360.7 -5589838 L 546822.7 -5589286 L 546828.2 -5587846 L 547536.7 -5586731 L 547522.8 -5585650 L 547876 -5584443 L 547801.8 -5583143 L 547976.5 -5582576 L 547142.8 -5580657 L 546917.2 -5579493 L 547016.1 -5578993 L 547318.9 -5578722 L 547452.6 -5577576 L 548001.9 -5576741 L 548211.3 -5575528 L 548908.1 -5574628 L 548791.4 -5574118 L 549476.7 -5573434 L 550290.3 -5573046 L 550573.8 -5573133 L 550447.9 -5574135 L 550651.8 -5574362 L 551847.8 -5573562 L 552044 -5573933 L 551906.5 -5575150 L 552328.4 -5576686 L 552924.8 -5577655 L 553661.9 -5577819 L 554010.3 -5577569 L 555049.5 -5578346 L 556797 -5578008 L 557791.3 -5578277 L 557738.8 -5577914 L 558276.4 -5577295 L 558556.1 -5577454 L 558672.8 -5577965 L 560457.5 -5578277 L 561907.6 -5576770 L 562422.2 -5576581 L 562909.7 -5576896 L 563212.6 -5576624 L 563394.8 -5575913 L 564578 -5575570 L 566480.5 -5576151 L 568147.1 -5577322 L 568646.3 -5577421 L 569028.7 -5577009 L 569652.3 -5577475 L 570246.4 -5577147 L 570902.9 -5577539 L 571573 -5577938 L 572291.6 -5577977 L 572616.1 -5578643 L 573111.4 -5578814 L 573414.3 -5578542 L 573903.1 -5577488 L 574357.4 -5577080 L 575091.3 -5576831 L 575357 -5575908 L 576090.9 -5575660 L 576545.2 -5575252 L 577272.8 -5573778 L 577896.3 -5574244 L 578486.6 -5573987 L 579781.2 -5572688 L 580047.7 -5571716 L 580229 -5571055 L 580123.8 -5570329 L 580298.3 -5569762 L 580729.4 -5569785 L 580968.1 -5569365 L 581006.6 -5568647 L 581396.7 -5568092 L 582262.8 -5568066 L 583393.2 -5568487 L 583498.4 -5569213 L 582226.9 -5570081 L 582335.9 -5570736 L 582740.1 -5571262 L 583235.3 -5571433 L 583685.6 -5571097 L 583935.9 -5570462 L 584462 -5570058 L 585475.6 -5569968 L 585944.6 -5569732 L 585993.9 -5569708 L 586459.6 -5569084 L 586785.5 -5568381 L 586695.7 -5567368 L 586295.4 -5566770 L 584148.8 -5565141 L 584043.6 -5564415 L 583583.1 -5563598 L 582513 -5563397 L 582316.7 -5563026 L 583055.8 -5561336 L 582894.1 -5560319 L 582493.8 -5559721 L 582180.7 -5558839 L 582238.4 -5558624 L 582333 -5558269 L 582541.2 -5557490 L 581233.9 -5556339 L 581287.8 -5555333 L 580770.8 -5554225 L 581228.8 -5553745 L 581954.9 -5553640 L 582593.8 -5553818 L 583421.4 -5554511 L 584490.3 -5554445 L 585300.9 -5554396 L 585887.2 -5554211 L 585782 -5553485 L 585983.4 -5552415 L 585734.5 -5551681 L 586122.1 -5551235 L 586272 -5551062 L 586071.8 -5550763 L 586087.2 -5550475 L 586760.8 -5550007 L 587533 -5549040 L 588085.9 -5548134 L 588116.7 -5547559 L 587860.1 -5546969 L 585906.2 -5545783 L 585434 -5545181 L 584874.7 -5544863 L 584144.7 -5545040 L 583282.6 -5544994 L 582938.8 -5544687 L 582025.3 -5542909 L 581832.9 -5542466 L 581831.4 -5541961 L 581849.5 -5540811 L 582190.7 -5539820 L 582765.5 -5539851 L 583277.1 -5539277 L 583378.6 -5539164 L 582181.6 -5537298 L 581956.3 -5536991 L 581633.6 -5536847 L 579384.4 -5536155 L 579015.6 -5536234 L 577914.3 -5536032 L 577578.1 -5537061 L 577220.3 -5537173 L 575048.3 -5537682 L 574071.6 -5537249 L 573802.8 -5537347 L 573380.4 -5537690 L 572651.4 -5537674 L 572233.2 -5538685 L 570786.2 -5538618 L 570446 -5538482 L 570387 -5539591 L 571439.9 -5542369 L 571146.9 -5543448 L 571016.5 -5543798 L 570494.1 -5544117 L 568185.8 -5542155 L 568073.4 -5542451 L 567693.5 -5542459 L 566252.9 -5542063 L 566034.4 -5541766 L 563718.8 -5540193 L 563722.5 -5540580 L 563661.6 -5541729 L 563056.6 -5542208 L 563413.8 -5542337 L 563338.5 -5542708 L 562361.7 -5543281 L 560878.5 -5543590 L 560078.1 -5544389 L 559732.9 -5544273 L 558564.5 -5543400 L 558216.9 -5543573 L 556961.7 -5544412 L 555841.4 -5544145 L 555645.1 -5544487 L 555337.6 -5544701 L 553528.4 -5544966 L 553303 -5545245 L 551761 -5546124 L 551325.2 -5546692 L 550981.7 -5546379 L 550639.6 -5546281 L 548089.8 -5545087 L 547791.8 -5545041 L 547255.5 -5544336 L 547215.7 -5543405 L 547543.4 -5543264 L 547239.1 -5542590 L 546191.2 -5543061 L 545256.3 -5542501 L 544896.1 -5542359 L 544638.7 -5542140 L 544113 -5541717 L 543875.5 -5541967 L 543724.1 -5542275 L 543649.9 -5542650 L 542674.4 -5543803 L 541598.3 -5544150 L 541335.8 -5544387 L 540774.8 -5544797 L 539960.2 -5544895 L 539590.3 -5544878 L 538909.1 -5544673 L 538065.4 -5543213 L 536509 -5542827 L 536431.5 -5542588 L 536301.9 -5542274 L 535222.6 -5540980 L 534848.8 -5541051 L 530752.3 -5541303 L 530799.9 -5541602 L 530544.5 -5541879 L 529860.6 -5541817 L 528645.7 -5542682 L 528217 -5542297 L 527836.1 -5542287 L 526905.6 -5542876 L 525392.9 -5542794 L 525186.3 -5542475 L 525291.6 -5542127 L 524714.9 -5541741 L 524250 -5540753 L 523573.8 -5540579 L 522256 -5540963 L 521939.9 -5540862 L 521623.8 -5540763 L 520556.5 -5540492 L 519689.9 -5541057 L 520006.1 -5541191 L 519487.1 -5542078 L 519232.3 -5542150 L 518972.5 -5542207 L 518631.8 -5542293 L 518421.4 -5541628 L 517767.1 -5541877 L 517631.8 -5542201 L 517576.9 -5542231 L 516852.5 -5541951 L 516520 -5542149 L 514671.6 -5540777 L 512459.8 -5540119 L 512352.6 -5540467 L 512049.1 -5541118 L 511731.8 -5540932 L 510642 -5540869 L 510753.5 -5541593 L 508936.9 -5541502 L 508788.6 -5541779 L 508272.4 -5542508 L 508179.8 -5543140 L 506945.8 -5543863 L 506550.9 -5544754 L 506552.1 -5544754 z M 500376.4 -5555474 L 500667.9 -5555310 L 501177.6 -5555725 L 501480.8 -5555869 L 501708.3 -5555673 L 501988.9 -5555569 L 502677.8 -5555628 L 502904 -5556202 L 502999.7 -5556535 L 504412.1 -5557441 L 504598.5 -5558098 L 506230.1 -5557789 L 506552.2 -5557876 L 506707.6 -5557173 L 506967.9 -5556917 L 506695.4 -5556643 L 504956.8 -5555177 L 505257.4 -5553702 L 505281.5 -5553323 L 504918.1 -5553091 L 504574.7 -5553279 L 503835.5 -5553499 L 502753.5 -5553297 L 502592.8 -5552970 L 501863.3 -5551719 L 500859.8 -5551321 L 500660.6 -5551634 L 500138.9 -5552133 L 500274.3 -5553228 L 499726.6 -5554140 L 500376.4 -5555474 L 500376.4 -5555474 z "
id="path693" />
<path
d="M 506552.1 -5544754 L 506340.5 -5544437 L 505421.4 -5543815 L 505216.1 -5544088 L 504261.2 -5544430 L 503948.7 -5544601 L 502264.5 -5545168 L 501965.4 -5545091 L 501869.8 -5544798 L 501656.5 -5545098 L 500943.1 -5545231 L 500574.4 -5544849 L 500276.1 -5544669 L 499642.7 -5544384 L 499277.6 -5544261 L 498040.1 -5543380 L 497824.7 -5543638 L 497345.5 -5544355 L 497050.9 -5544465 L 496458.6 -5544678 L 496077.7 -5544642 L 495785.2 -5544394 L 495689.5 -5544046 L 495413.1 -5543813 L 495115.9 -5543679 L 494362.3 -5544188 L 494131.1 -5542737 L 492636.9 -5542852 L 491668.9 -5542259 L 491169 -5541793 L 491370.3 -5541517 L 490838.6 -5541135 L 489778.6 -5541416 L 489711.2 -5541693 L 489544.1 -5542037 L 490037.1 -5542537 L 490757.2 -5542677 L 491221.4 -5543708 L 490393.7 -5545456 L 490111 -5545537 L 489819.2 -5545576 L 489693.1 -5545941 L 489734.6 -5547467 L 489359.8 -5547477 L 488470.6 -5546806 L 487995.5 -5545823 L 487744.2 -5546098 L 486508.2 -5545461 L 486272.9 -5545750 L 486058.3 -5545444 L 485443.4 -5544507 L 485357.1 -5544373 L 484382 -5544187 L 484007.7 -5543571 L 482318.7 -5543301 L 482082.5 -5543591 L 481617 -5544159 L 481871.5 -5544394 L 483158.7 -5545553 L 483038.5 -5545868 L 482960.1 -5546530 L 483211.6 -5546801 L 483937.2 -5547622 L 484472.1 -5548941 L 484350.6 -5549544 L 484212.4 -5549868 L 484239.2 -5550199 L 484416.4 -5551171 L 484206.2 -5551462 L 483195.8 -5551104 L 482172.8 -5551363 L 482003.6 -5551665 L 480777.9 -5552821 L 480439.2 -5552879 L 479146.8 -5552891 L 479593.3 -5551083 L 478873.9 -5550807 L 478446.7 -5550241 L 479702.9 -5548850 L 479970.1 -5548574 L 479731.6 -5548322 L 478881.8 -5547839 L 478689.6 -5548164 L 478011 -5549071 L 477353.1 -5549409 L 476615 -5549255 L 476410.7 -5549531 L 475506.2 -5550000 L 475315.7 -5549752 L 474858.9 -5549351 L 474633.7 -5549639 L 474020.8 -5549979 L 473797.5 -5550237 L 473657.3 -5550548 L 473664.9 -5550789 L 473382.6 -5551019 L 472307.3 -5551111 L 470956.9 -5550723 L 470802.7 -5551009 L 469729.3 -5551485 L 469540 -5551724 L 469282.5 -5552275 L 469306.1 -5552520 L 470270.3 -5553575 L 470534.6 -5554153 L 470228.9 -5554231 L 469879.3 -5554350 L 469226.7 -5554006 L 468964.4 -5554261 L 468012.8 -5554652 L 467651.4 -5554031 L 467770 -5552664 L 467563.3 -5552344 L 466629.1 -5551700 L 465409.7 -5554572 L 465057.9 -5554566 L 463699.7 -5554234 L 462618 -5554153 L 462144.3 -5553798 L 461826.9 -5553587 L 461115.1 -5553532 L 461085.4 -5553239 L 460746.4 -5552781 L 460557.2 -5552266 L 460462.6 -5552008 L 460323.8 -5551650 L 459252 -5548765 L 458896 -5548710 L 458385.2 -5549128 L 458180.9 -5550160 L 457823.2 -5550225 L 456962.1 -5550822 L 456787.2 -5551234 L 455394.6 -5551142 L 455717.2 -5552244 L 456147.7 -5554492 L 456600 -5555092 L 456481 -5556243 L 457123 -5556374 L 457338.5 -5556994 L 457448.2 -5557303 L 457986.5 -5557121 L 458252.6 -5557226 L 458332.2 -5557872 L 458285.1 -5558220 L 458716.3 -5558387 L 459733.2 -5558932 L 460478.7 -5558883 L 460862.3 -5558801 L 462217.1 -5559776 L 462521.3 -5559915 L 463046.8 -5560199 L 463344.7 -5560208 L 463827.1 -5560466 L 464085.2 -5560560 L 464017.9 -5560834 L 464044.6 -5561116 L 463871.5 -5561444 L 463612.3 -5561710 L 463349.3 -5562038 L 463004.6 -5562077 L 461870.9 -5562765 L 461532.6 -5563360 L 461333.4 -5563626 L 461005.9 -5564550 L 460638.8 -5564457 L 459915.6 -5564231 L 459572.9 -5564290 L 458528.6 -5564357 L 457793.7 -5565032 L 457476.6 -5564914 L 456530.7 -5563982 L 456202.1 -5564057 L 455921 -5563959 L 455768.2 -5563640 L 454964.7 -5562133 L 454527.6 -5562032 L 452771.6 -5565155 L 452644.3 -5565386 L 452507 -5565612 L 452218.6 -5565408 L 451208.3 -5565107 L 451310.4 -5564769 L 451637.6 -5564926 L 452373 -5563683 L 452063.7 -5562726 L 451929.6 -5563043 L 451447.8 -5563405 L 450247.6 -5562728 L 449908 -5562815 L 449468.6 -5563361 L 449261.5 -5563673 L 447957.1 -5564387 L 446802.9 -5562956 L 445823 -5562799 L 445181.6 -5562523 L 444934.1 -5562301 L 444734.8 -5563277 L 443975.2 -5563285 L 443333.5 -5562913 L 442980.1 -5563054 L 442947.3 -5562746 L 442103.9 -5562452 L 441800.2 -5562494 L 441440.6 -5562194 L 441070 -5562265 L 439362.7 -5560343 L 439167.6 -5560661 L 438802.5 -5561688 L 438584.3 -5561962 L 437404.5 -5562576 L 436866.6 -5561757 L 436564.2 -5561943 L 435592.4 -5562192 L 434803.1 -5561577 L 434745.1 -5561935 L 434678 -5563355 L 434450.9 -5563630 L 433614.7 -5564496 L 433585.5 -5565151 L 433293.1 -5565318 L 433352.9 -5566000 L 434315.9 -5566894 L 434139.7 -5567167 L 433369.5 -5567674 L 432986.6 -5567651 L 432248.4 -5567816 L 431483.1 -5568638 L 431236.9 -5568880 L 430669.3 -5569260 L 429640.4 -5569099 L 429029.5 -5569377 L 428846.2 -5569607 L 428389.5 -5569978 L 426661.6 -5570753 L 425972.5 -5571659 L 425673.4 -5571558 L 425213.6 -5571192 L 424953.2 -5571368 L 424156.3 -5572677 L 426009.1 -5574010 L 426310.9 -5574722 L 426344.9 -5575073 L 425070.9 -5576235 L 424708.9 -5576149 L 423134.1 -5574161 L 421666.2 -5574267 L 421651 -5574554 L 421276.9 -5574811 L 420906.1 -5574805 L 420007.1 -5575339 L 419586.1 -5576652 L 418388 -5577406 L 418360.6 -5577612 L 417978 -5577695 L 416253.2 -5578468 L 416018 -5578689 L 415045 -5579526 L 414741.2 -5579526 L 414138.5 -5579527 L 413774.8 -5579554 L 411999.5 -5579803 L 411506.3 -5579305 L 410453.1 -5579042 L 409706.4 -5578310 L 409382.9 -5578082 L 407829 -5577811 L 407179 -5577360 L 407023.4 -5577811 L 406876.4 -5577455 L 405218.4 -5576491 L 404843.9 -5576577 L 404994.8 -5576917 L 404103.1 -5577520 L 403738.4 -5577558 L 403412.6 -5578909 L 402739.1 -5579964 L 402856.9 -5580265 L 402288 -5581010 L 401373.6 -5580802 L 401363 -5580818 L 401070.8 -5581245 L 400498.4 -5581495 L 400811.9 -5581817 L 399588.4 -5581880 L 398204.7 -5583539 L 397657.6 -5583791 L 397513.5 -5584114 L 397567.8 -5584340 L 398387.1 -5587737 L 398744.6 -5589219 L 399300.9 -5593628 L 399346.1 -5596634 L 399618.1 -5597947 L 399853.1 -5599080 L 400184 -5599556 L 400558.9 -5599677 L 400868.4 -5599108 L 401343.4 -5599260 L 401587.6 -5598967 L 402019.9 -5599448 L 401539.5 -5599881 L 401156.6 -5600879 L 400195.9 -5601746 L 399664.7 -5602660 L 399477.9 -5603313 L 399707.4 -5607653 L 399552.6 -5609147 L 399646.7 -5609925 L 399676.7 -5610172 L 399553.9 -5610573 L 399720.7 -5610786 L 399488.5 -5611334 L 399046.8 -5614901 L 398653.2 -5616103 L 398634.5 -5616942 L 398670.5 -5617708 L 399476.5 -5619303 L 398997.2 -5620228 L 399256.3 -5620306 L 399616.6 -5620023 L 400473.3 -5621137 L 400752.2 -5620668 L 401203.2 -5620794 L 400955 -5621163 L 400840.3 -5621895 L 401067.2 -5622900 L 400948.4 -5623225 L 401513 -5624095 L 401743.9 -5625507 L 401562.5 -5627025 L 401870.8 -5628900 L 401773.4 -5629303 L 401425.1 -5629641 L 400802 -5631824 L 400025.5 -5635476 L 400296.5 -5636611 L 400651.9 -5636905 L 402591.9 -5636959 L 403789 -5637404 L 405838.8 -5638554 L 406969.3 -5639785 L 407720.1 -5640916 L 408123.8 -5641525 L 409587.9 -5643180 L 410902.5 -5644293 L 412553.4 -5645296 L 414296.4 -5645997 L 415281.2 -5646125 L 416051.3 -5646471 L 417062.8 -5646574 L 419000.7 -5647439 L 419327.5 -5647023 L 419450.4 -5647589 L 421577.6 -5648235 L 421749.7 -5647862 L 422170.1 -5648088 L 422426.4 -5648534 L 423668.2 -5649128 L 423741 -5649162 L 424805.9 -5649218 L 425778.8 -5649574 L 426093.7 -5649386 L 427158.6 -5649442 L 430763.2 -5650520 L 433839.2 -5650528 L 434430.4 -5650889 L 436204.6 -5650982 L 436339.4 -5650878 L 437538.3 -5649353 L 437808.1 -5649067 L 437719.1 -5648708 L 438582.4 -5648134 L 438644.2 -5647438 L 438812.1 -5647131 L 439009.9 -5646824 L 439540.8 -5646337 L 439950.1 -5644593 L 440206 -5644326 L 440595.3 -5642926 L 441503.4 -5640950 L 441565.2 -5640584 L 441658 -5640226 L 443145.2 -5636446 L 443251 -5636081 L 443229.9 -5635697 L 444154.9 -5633657 L 444076.8 -5632905 L 444323.7 -5632600 L 444489.5 -5632246 L 444401.6 -5631225 L 444753.5 -5630628 L 444657.6 -5630293 L 444763.6 -5629630 L 444790.6 -5629291 L 445440.7 -5629208 L 445723.8 -5628977 L 446638 -5627988 L 446840 -5627705 L 447415.2 -5626933 L 447680.4 -5626751 L 449004.5 -5626203 L 449992.7 -5626590 L 450030.6 -5625864 L 450047.6 -5625501 L 451507.7 -5626376 L 451757.1 -5626615 L 452206.1 -5626079 L 453722.1 -5625892 L 455110 -5625265 L 455491.6 -5625270 L 456107.3 -5626105 L 456605.4 -5625616 L 456963.7 -5625484 L 457957.6 -5625081 L 458212.6 -5624817 L 458405 -5624318 L 458711.6 -5624266 L 456625 -5622978 L 455315.2 -5622611 L 453787.3 -5621417 L 453597.4 -5620303 L 454357.4 -5619838 L 454371.5 -5619169 L 454553.5 -5618883 L 455168.8 -5618111 L 455458.1 -5617949 L 455458 -5617929 L 456841.3 -5616700 L 455487 -5615432 L 455226.5 -5615165 L 455548.6 -5614574 L 455772.7 -5614319 L 456272.7 -5613739 L 457925.7 -5614613 L 458471.5 -5613607 L 458815.7 -5613438 L 458925.5 -5613037 L 459308.1 -5612997 L 459910.9 -5612021 L 461032.4 -5611824 L 461367.6 -5611636 L 462719.8 -5610295 L 462934.7 -5609971 L 464227.5 -5609195 L 464964.9 -5609216 L 465310 -5609377 L 466881.4 -5610382 L 467251.8 -5610279 L 467782.7 -5608890 L 468472.3 -5608584 L 469191 -5608684 L 469372 -5608346 L 469677.1 -5609243 L 470658.7 -5609421 L 470848.4 -5609725 L 471382.3 -5609475 L 471452.3 -5609129 L 472864.6 -5609330 L 473057.6 -5608618 L 474057.1 -5607594 L 475041.6 -5608101 L 476848.9 -5608398 L 477119.3 -5609397 L 477788.3 -5609626 L 477871.3 -5609258 L 478852.3 -5608810 L 480303.1 -5608829 L 480822.3 -5607100 L 482312.6 -5606136 L 482620.8 -5606316 L 482553.7 -5607058 L 483259.2 -5609048 L 483568.5 -5609260 L 484982.1 -5608786 L 485535.9 -5609282 L 485253.8 -5609538 L 483189.7 -5611185 L 483215.9 -5611266 L 483941.7 -5612621 L 485847.9 -5612541 L 486512.3 -5612931 L 486740.9 -5613250 L 487373.6 -5612569 L 487591.9 -5612347 L 488272.2 -5612281 L 489098.9 -5611629 L 489302 -5611340 L 490801.7 -5609279 L 491007.8 -5608978 L 490756.4 -5608751 L 490482.1 -5608553 L 490111.4 -5608560 L 489000.4 -5608602 L 488285.9 -5607755 L 488074.6 -5607558 L 487798.2 -5607303 L 486625.8 -5606374 L 485481.8 -5604014 L 485268.1 -5603655 L 485568.4 -5603451 L 486622.9 -5603183 L 487102 -5601749 L 486957.5 -5599894 L 486646.2 -5600064 L 485631.5 -5599889 L 485779.6 -5599567 L 486110.9 -5598564 L 485930.4 -5597520 L 486278.9 -5597406 L 486767.1 -5597617 L 487031.7 -5597538 L 487768.5 -5597255 L 489326 -5597507 L 489713.9 -5597582 L 490063.8 -5597652 L 490416.7 -5597710 L 491583.2 -5598250 L 491870.4 -5598396 L 492187.6 -5598582 L 492191.3 -5598062 L 492343.4 -5597724 L 491776.5 -5596362 L 491827.8 -5595257 L 493214 -5594504 L 493441.5 -5594776 L 493604.9 -5594551 L 493817.3 -5594372 L 494715.2 -5595027 L 495007.5 -5595256 L 496384.2 -5595544 L 496699.4 -5595709 L 497695.9 -5595804 L 499477 -5594254 L 499787.2 -5594009 L 500508.3 -5593825 L 500788.5 -5593575 L 500965.7 -5593297 L 501921.4 -5592605 L 501683.3 -5591645 L 501429.8 -5591358 L 501579.5 -5590857 L 501409 -5590571 L 500773.8 -5589469 L 501372.4 -5589038 L 501371.7 -5588292 L 501340.9 -5587919 L 502306 -5588227 L 502923.9 -5587944 L 503141.4 -5588207 L 504023.5 -5589360 L 504366.6 -5589504 L 504661.6 -5589591 L 504914.8 -5589764 L 505004.7 -5588466 L 505672.8 -5588259 L 505997.3 -5588119 L 505490.3 -5587539 L 505259.1 -5586072 L 504865.9 -5585876 L 504603.6 -5586106 L 502950 -5585835 L 502840.2 -5585480 L 502274.4 -5584541 L 502132.7 -5584205 L 501236.8 -5583603 L 499848.8 -5583253 L 499583.4 -5583449 L 498786.2 -5583581 L 499026.4 -5583287 L 499488.7 -5582698 L 499735.1 -5581232 L 500284.7 -5580357 L 500362.9 -5580022 L 500750.5 -5579089 L 500683.8 -5578753 L 500899.5 -5578675 L 501119.5 -5578744 L 502664.3 -5577289 L 502921.6 -5577032 L 503204.6 -5577125 L 503483.7 -5577231 L 504298.6 -5576073 L 504508.8 -5575782 L 504454.8 -5575353 L 505467.2 -5574039 L 505793.8 -5573940 L 506004.1 -5573669 L 506198.4 -5573387 L 505900 -5573150 L 504816.1 -5572948 L 504311.1 -5572390 L 503747.8 -5571702 L 503539.3 -5571453 L 503824.7 -5571244 L 504080 -5570998 L 503883.6 -5570757 L 504071.1 -5570167 L 503302.7 -5570260 L 502720.1 -5570752 L 501230.9 -5570334 L 501286.4 -5569268 L 501011 -5568578 L 501235.4 -5568374 L 501466.8 -5568179 L 502264.1 -5568489 L 502733.4 -5568736 L 503762.8 -5569599 L 504037.2 -5569394 L 504249.5 -5569153 L 504548.1 -5569034 L 504573 -5569004 L 505666.1 -5569287 L 507446 -5568728 L 507811.6 -5568642 L 509247.4 -5568401 L 509615.2 -5568385 L 509994.8 -5568276 L 510896.6 -5567931 L 511135 -5567716 L 510806.3 -5567791 L 510636.8 -5566161 L 511902.2 -5565704 L 512571.6 -5565576 L 513150.5 -5564765 L 513469.7 -5564909 L 513491.2 -5564214 L 513274.7 -5563941 L 513025.3 -5563719 L 512900.1 -5563145 L 510692.1 -5563151 L 510323.3 -5563160 L 509591.5 -5561307 L 509493.8 -5560964 L 510051.1 -5560740 L 510329.7 -5560631 L 510626.5 -5559715 L 511205.4 -5559316 L 511292.6 -5558972 L 510944.4 -5558828 L 509943.5 -5557344 L 509614.4 -5557226 L 508220.2 -5557312 L 507329.4 -5556790 L 508136.3 -5555989 L 508367.6 -5555263 L 509421.3 -5554856 L 509800.1 -5554817 L 509786.3 -5554432 L 509452 -5554252 L 506968.4 -5552625 L 506798.8 -5552306 L 507524.8 -5551523 L 507563 -5551164 L 507655.1 -5550792 L 507584.3 -5550415 L 507944.2 -5550432 L 508190.8 -5549405 L 508260 -5549053 L 507519.5 -5547783 L 506454.2 -5547916 L 506368.6 -5547181 L 506885.3 -5546679 L 507114.6 -5546389 L 506799.3 -5546213 L 506235.9 -5545921 L 506237.7 -5544934 L 506551.2 -5544756 L 506552.1 -5544754 z M 500376.4 -5555474 L 499726.6 -5554140 L 500274.3 -5553228 L 500138.9 -5552133 L 500660.6 -5551634 L 500859.8 -5551321 L 501863.3 -5551719 L 502592.8 -5552970 L 502753.5 -5553297 L 503835.5 -5553499 L 504574.7 -5553280 L 504918.1 -5553092 L 505281.5 -5553323 L 505257.4 -5553702 L 504956.8 -5555177 L 506695.4 -5556643 L 506967.9 -5556917 L 506707.6 -5557173 L 506552.2 -5557876 L 506230.1 -5557789 L 504598.5 -5558098 L 504412.1 -5557441 L 502999.7 -5556535 L 502904 -5556202 L 502677.8 -5555628 L 501988.9 -5555569 L 501708.3 -5555673 L 501480.8 -5555869 L 501177.6 -5555725 L 500667.9 -5555310 L 500376.4 -5555474 L 500376.4 -5555474 z "
id="path694" />
<path
d="M 1030964 -4654937 L 1030001 -4654713 L 1026445 -4651214 L 1024984 -4650699 L 1024881 -4651446 L 1024295 -4651912 L 1022761 -4651877 L 1021700 -4651407 L 1019519 -4652172 L 1018764 -4652006 L 1018289 -4652589 L 1017979 -4652827 L 1018143 -4653180 L 1018518 -4655087 L 1018550 -4655823 L 1019494 -4657515 L 1019346 -4658644 L 1018052 -4659484 L 1016536 -4659371 L 1016244 -4659632 L 1017553 -4661422 L 1017192 -4661532 L 1016332 -4662233 L 1016740 -4663250 L 1016816 -4665803 L 1016461 -4665923 L 1016105 -4667341 L 1016180 -4667707 L 1015748 -4668273 L 1015912 -4671571 L 1015912 -4671939 L 1015529 -4671930 L 1012967 -4672072 L 1010819 -4671468 L 1010630 -4671805 L 1010042 -4672799 L 1008279 -4674232 L 1008368 -4674968 L 1008096 -4675217 L 1008105 -4678436 L 1007819 -4678691 L 1007142 -4680032 L 1006527 -4680488 L 1005548 -4681070 L 1004429 -4681109 L 1003657 -4681956 L 1002650 -4682473 L 1002940 -4683180 L 1001762 -4686425 L 1000670 -4686774 L 1000273 -4687422 L 1000317 -4687757 L 1000195 -4689351 L 1000088 -4689669 L 999800.7 -4690972 L 997975.3 -4690381 L 996930.5 -4690846 L 996544.2 -4690857 L 996472.7 -4691209 L 995504.4 -4691433 L 994549.5 -4692499 L 994204.4 -4692406 L 993983.5 -4692700 L 993654 -4693313 L 991458.1 -4693305 L 990808.8 -4693653 L 990351.5 -4694695 L 989765.3 -4695152 L 989550.4 -4695467 L 989248.2 -4695716 L 988122.9 -4695407 L 987745.9 -4695308 L 987457.8 -4695577 L 985709.1 -4697164 L 985753 -4697547 L 985861.4 -4698653 L 985122.5 -4699504 L 983726.7 -4700101 L 983530.4 -4703498 L 983165.2 -4703624 L 980231.7 -4701876 L 977648.4 -4702662 L 976499.1 -4702528 L 976109.9 -4702529 L 974771.8 -4703898 L 972471.1 -4703939 L 972140 -4704141 L 971237.9 -4704783 L 969042.7 -4704681 L 968684.7 -4704569 L 968419.1 -4705688 L 966133.4 -4705920 L 964664.3 -4707107 L 963517.2 -4706889 L 962760 -4707079 L 961700.5 -4706581 L 960488.4 -4707451 L 959720.2 -4707622 L 959333.1 -4707693 L 958702.4 -4707850 L 959074.6 -4708261 L 959841.7 -4708258 L 960094.6 -4708819 L 960888.5 -4708536 L 961227.1 -4709003 L 961487.7 -4708952 L 961675.7 -4709123 L 961154.2 -4709765 L 961140.7 -4710173 L 961552.9 -4710673 L 961500.8 -4710950 L 961171.6 -4710919 L 961048.4 -4711137 L 961306.2 -4711649 L 962558.6 -4712715 L 963125.6 -4712666 L 963334 -4712892 L 963919.6 -4712788 L 964374 -4712708 L 964575.9 -4711934 L 964907.7 -4711939 L 964815.7 -4712366 L 965364.3 -4712777 L 965500.2 -4713225 L 965601.2 -4713772 L 965236.1 -4714915 L 964775.3 -4714923 L 964723.3 -4715200 L 965092.1 -4715618 L 964946.1 -4715809 L 964995.3 -4716096 L 965284.7 -4716277 L 965391.2 -4715699 L 965744.8 -4715476 L 965912.4 -4715594 L 965869.3 -4716845 L 966033.9 -4717583 L 966137.3 -4718048 L 966699.1 -4718588 L 966300.7 -4719011 L 964674.7 -4718908 L 964242.7 -4719148 L 965336.9 -4720533 L 965414.9 -4721052 L 965161.8 -4722360 L 965310.8 -4722937 L 966664.7 -4724013 L 967073.9 -4723745 L 967323.3 -4724076 L 967695.9 -4724188 L 968127.1 -4725023 L 968543.2 -4725217 L 968793 -4725010 L 969256.3 -4724977 L 969505.8 -4725308 L 969383.1 -4725481 L 969062.5 -4725932 L 969367.1 -4726754 L 969071.6 -4729569 L 968646.8 -4729733 L 969356.2 -4731132 L 969627.5 -4731235 L 969766.8 -4730583 L 970294.3 -4730146 L 969988.3 -4729605 L 970056 -4729433 L 970392.7 -4729387 L 970812.2 -4729812 L 971162 -4729896 L 972437.4 -4729659 L 973300.6 -4728922 L 974845.9 -4729069 L 975477.8 -4729411 L 975745.3 -4729820 L 975622.1 -4731371 L 976439.8 -4733242 L 975985.7 -4733711 L 976219.5 -4733937 L 977768.4 -4734315 L 978235.6 -4733976 L 978768.6 -4734283 L 979579.9 -4735154 L 979914.2 -4735134 L 980062.6 -4734918 L 981108.7 -4734941 L 981604.2 -4735373 L 981982.3 -4736228 L 982132.4 -4737062 L 982258.7 -4737180 L 982437.4 -4737348 L 983838.2 -4737404 L 985395 -4738500 L 985536.8 -4739154 L 986114.8 -4739260 L 986791.1 -4738607 L 987471.7 -4738442 L 988847.3 -4738496 L 990798 -4739219 L 991645.9 -4739710 L 992487.1 -4739739 L 992813 -4739540 L 994422.6 -4741153 L 995447.1 -4741404 L 996485.5 -4742041 L 996482.6 -4742604 L 995983 -4743812 L 996132 -4744390 L 996487.7 -4744680 L 996134 -4744902 L 995975.5 -4745221 L 996063.2 -4745639 L 997352.3 -4745530 L 997816.2 -4746292 L 998122.3 -4746337 L 998320.5 -4746366 L 998535 -4746797 L 998365.4 -4747497 L 998668.9 -4748065 L 999403.9 -4748135 L 999547.2 -4748507 L 1000564 -4749373 L 1000939 -4749459 L 1000938 -4749203 L 1001148 -4749147 L 1001482 -4749665 L 1001799 -4749823 L 1002555 -4749409 L 1002720 -4749553 L 1002840 -4750435 L 1004940 -4750943 L 1005870 -4750314 L 1006064 -4750690 L 1006345 -4750692 L 1006834 -4750124 L 1007792 -4750010 L 1008192 -4750637 L 1008782 -4750617 L 1009065 -4751131 L 1009291 -4751178 L 1009563 -4750743 L 1009915 -4750545 L 1010273 -4749478 L 1011180 -4749359 L 1011392 -4749815 L 1011602 -4749758 L 1012267 -4748951 L 1011986 -4748155 L 1012230 -4747743 L 1013503 -4747275 L 1013613 -4746926 L 1014033 -4746812 L 1014246 -4746192 L 1014534 -4746117 L 1015019 -4745599 L 1015364 -4744940 L 1015874 -4744681 L 1015791 -4745288 L 1015927 -4745737 L 1016749 -4746225 L 1017797 -4747299 L 1017990 -4747958 L 1017778 -4748835 L 1017806 -4749606 L 1018318 -4749604 L 1019135 -4751219 L 1019177 -4752120 L 1018842 -4753472 L 1018803 -4754416 L 1018887 -4755936 L 1018608 -4756704 L 1018870 -4758241 L 1016773 -4760629 L 1016478 -4761832 L 1015850 -4762515 L 1016652 -4764283 L 1017180 -4764641 L 1017641 -4765965 L 1017668 -4766481 L 1017465 -4766677 L 1017161 -4766971 L 1016751 -4768572 L 1016277 -4769244 L 1016411 -4769974 L 1018913 -4772418 L 1018892 -4772903 L 1018450 -4773245 L 1018597 -4774105 L 1018416 -4775189 L 1017881 -4775702 L 1017660 -4776399 L 1017651 -4777551 L 1017154 -4778195 L 1017173 -4778625 L 1017201 -4779302 L 1016819 -4780085 L 1016888 -4780425 L 1017827 -4781566 L 1018338 -4781846 L 1018998 -4781627 L 1019834 -4782245 L 1021698 -4782552 L 1022204 -4782344 L 1022575 -4782482 L 1023145 -4783203 L 1023622 -4782761 L 1024110 -4783013 L 1024402 -4781836 L 1025687 -4780985 L 1026292 -4780800 L 1026451 -4780751 L 1026819 -4780120 L 1026488 -4778781 L 1026879 -4776050 L 1027475 -4775440 L 1027708 -4774873 L 1027684 -4774333 L 1028352 -4772705 L 1028247 -4771669 L 1028652 -4770914 L 1028602 -4770370 L 1028853 -4769625 L 1028652 -4768529 L 1028705 -4767970 L 1028922 -4767739 L 1029276 -4767359 L 1030136 -4764801 L 1029916 -4763627 L 1030101 -4763567 L 1030300 -4763099 L 1030478 -4760707 L 1030953 -4759496 L 1030465 -4757912 L 1030391 -4757085 L 1029810 -4756209 L 1029735 -4755125 L 1029379 -4754041 L 1029368 -4752553 L 1028946 -4750822 L 1029016 -4747163 L 1028743 -4746804 L 1028736 -4744215 L 1028386 -4743054 L 1028682 -4742108 L 1028656 -4741311 L 1029365 -4740584 L 1030199 -4739356 L 1030600 -4738113 L 1030722 -4737100 L 1031418 -4736243 L 1032024 -4734994 L 1033354 -4734198 L 1034275 -4733926 L 1034547 -4734029 L 1034685 -4734452 L 1034468 -4735124 L 1032995 -4737288 L 1032193 -4738114 L 1032128 -4738182 L 1031844 -4738206 L 1031800 -4737868 L 1032077 -4737382 L 1031918 -4736906 L 1031665 -4737138 L 1031146 -4738550 L 1031357 -4739287 L 1031045 -4739873 L 1030509 -4740129 L 1030146 -4740710 L 1029723 -4741768 L 1029210 -4742466 L 1029088 -4742941 L 1029176 -4743359 L 1030681 -4740735 L 1031869 -4739468 L 1032733 -4738547 L 1033183 -4737590 L 1034077 -4736804 L 1035280 -4734919 L 1036016 -4733118 L 1036676 -4731028 L 1036753 -4729420 L 1036720 -4728700 L 1036580 -4727225 L 1036626 -4724872 L 1036830 -4723533 L 1038020 -4721518 L 1038190 -4719741 L 1038085 -4718706 L 1038324 -4718344 L 1037977 -4716081 L 1038162 -4713869 L 1037785 -4712732 L 1039012 -4708722 L 1039936 -4706273 L 1040535 -4703484 L 1040901 -4702597 L 1040868 -4702132 L 1041145 -4701646 L 1040532 -4700025 L 1040836 -4698977 L 1040637 -4696498 L 1041579 -4694127 L 1041371 -4693364 L 1041290 -4692870 L 1041888 -4691696 L 1041516 -4690226 L 1041457 -4688965 L 1041260 -4688613 L 1040838 -4689547 L 1040441 -4689689 L 1040275 -4689289 L 1040670 -4688635 L 1040650 -4688300 L 1041273 -4688204 L 1041378 -4687907 L 1041248 -4687664 L 1040526 -4687724 L 1040038 -4687472 L 1040359 -4686785 L 1040027 -4686242 L 1040216 -4685875 L 1040049 -4685475 L 1039064 -4685075 L 1038936 -4684865 L 1038865 -4684748 L 1039497 -4684014 L 1039984 -4684008 L 1040655 -4685020 L 1040924 -4685148 L 1041164 -4686119 L 1041137 -4686680 L 1041646 -4686164 L 1041699 -4685605 L 1041446 -4683968 L 1041207 -4683253 L 1039920 -4683336 L 1039589 -4683049 L 1040703 -4682897 L 1040866 -4682529 L 1040450 -4680723 L 1040413 -4680565 L 1039618 -4679516 L 1039263 -4678406 L 1038088 -4677040 L 1037803 -4675732 L 1037165 -4674647 L 1036600 -4674133 L 1033975 -4669453 L 1033748 -4669688 L 1033429 -4669273 L 1033382 -4668962 L 1032364 -4668107 L 1032331 -4667863 L 1032853 -4668360 L 1033143 -4668247 L 1032036 -4666170 L 1031527 -4664252 L 1031313 -4664360 L 1031219 -4665351 L 1030988 -4665355 L 1030661 -4665836 L 1030505 -4665591 L 1030731 -4665100 L 1030700 -4664354 L 1031087 -4663237 L 1031471 -4663504 L 1031854 -4663233 L 1031604 -4660212 L 1031228 -4659588 L 1031271 -4658593 L 1030716 -4656363 L 1031144 -4655353 L 1030964 -4654937 L 1030964 -4654937 z "
id="path695" />
<path
d="M 1030964 -4654937 L 1030913 -4654819 L 1030937 -4654565 L 1031200 -4654488 L 1031365 -4654093 L 1031357 -4653375 L 1031697 -4651944 L 1031952 -4650870 L 1031938 -4649665 L 1031343 -4648123 L 1031798 -4647090 L 1031598 -4645970 L 1031666 -4645515 L 1032517 -4645441 L 1032370 -4644557 L 1032914 -4642328 L 1032608 -4640968 L 1032918 -4639306 L 1032778 -4639165 L 1033076 -4638450 L 1032934 -4637515 L 1032648 -4637565 L 1032499 -4638063 L 1032269 -4637785 L 1032657 -4636925 L 1032468 -4636498 L 1032420 -4636459 L 1031969 -4636092 L 1031515 -4636024 L 1030905 -4635173 L 1030541 -4635241 L 1030201 -4635055 L 1030660 -4634791 L 1030655 -4634304 L 1031028 -4633878 L 1031385 -4633886 L 1031460 -4633637 L 1030961 -4633231 L 1030929 -4633024 L 1031547 -4632979 L 1032214 -4632683 L 1031878 -4631909 L 1031931 -4631350 L 1031633 -4631527 L 1031410 -4631455 L 1031290 -4630829 L 1030759 -4629960 L 1030227 -4629910 L 1029836 -4630257 L 1029062 -4630057 L 1028673 -4629303 L 1028340 -4629042 L 1028537 -4628855 L 1028976 -4629076 L 1029177 -4628838 L 1029117 -4628398 L 1029328 -4628071 L 1029476 -4627842 L 1029306 -4627749 L 1029033 -4627929 L 1027917 -4628106 L 1027120 -4627340 L 1026609 -4627343 L 1026651 -4627706 L 1027275 -4627867 L 1027180 -4628062 L 1026376 -4627910 L 1025263 -4628600 L 1025119 -4628228 L 1025296 -4627706 L 1025197 -4627134 L 1023785 -4626387 L 1023565 -4626008 L 1023796 -4625185 L 1023656 -4624505 L 1023776 -4624312 L 1024355 -4624136 L 1024389 -4622961 L 1024594 -4622955 L 1024996 -4624119 L 1025500 -4624730 L 1025703 -4625568 L 1026519 -4626131 L 1027044 -4625975 L 1027968 -4626215 L 1028561 -4625349 L 1029817 -4625313 L 1030568 -4626024 L 1030869 -4625540 L 1030668 -4624958 L 1029914 -4624016 L 1029388 -4622814 L 1029452 -4621591 L 1029364 -4621455 L 1029207 -4621210 L 1027559 -4620799 L 1026955 -4620154 L 1026559 -4620014 L 1026286 -4619656 L 1026358 -4619432 L 1026110 -4619358 L 1024440 -4617281 L 1024086 -4617504 L 1023168 -4617213 L 1022818 -4616310 L 1023892 -4616307 L 1024142 -4616101 L 1024275 -4615499 L 1024048 -4614658 L 1023160 -4614037 L 1023791 -4613551 L 1023960 -4613420 L 1024348 -4613636 L 1024683 -4613616 L 1024804 -4613141 L 1024673 -4611823 L 1024291 -4611531 L 1024063 -4610972 L 1023469 -4610763 L 1023318 -4610467 L 1024098 -4610053 L 1024171 -4609830 L 1023901 -4609702 L 1023151 -4610068 L 1022848 -4609758 L 1022826 -4608910 L 1022489 -4608956 L 1020960 -4607558 L 1019028 -4607173 L 1018816 -4606718 L 1019664 -4606387 L 1020123 -4605585 L 1019698 -4605213 L 1020054 -4604964 L 1020068 -4604274 L 1019455 -4604268 L 1019348 -4604053 L 1019384 -4603391 L 1019689 -4603138 L 1020159 -4603310 L 1020847 -4604142 L 1021882 -4605076 L 1022685 -4605799 L 1023127 -4605712 L 1023227 -4605466 L 1023033 -4605089 L 1023026 -4604346 L 1022504 -4603913 L 1022481 -4603347 L 1021320 -4601831 L 1021089 -4600760 L 1020692 -4600364 L 1020476 -4598859 L 1019554 -4598875 L 1019041 -4598623 L 1016952 -4598555 L 1016470 -4598792 L 1016251 -4599349 L 1015966 -4600076 L 1015605 -4600375 L 1014198 -4600397 L 1012909 -4601327 L 1012330 -4601503 L 1012047 -4602065 L 1011314 -4601715 L 1010437 -4601530 L 1009863 -4600837 L 1009267 -4602010 L 1009474 -4603335 L 1009775 -4603670 L 1010233 -4603687 L 1010501 -4604096 L 1010514 -4604507 L 1010151 -4604832 L 1010809 -4605545 L 1011728 -4606541 L 1011595 -4606861 L 1011286 -4606884 L 1010984 -4606292 L 1010607 -4606231 L 1010395 -4606314 L 1010039 -4607100 L 1009760 -4606536 L 1009329 -4606777 L 1009194 -4607660 L 1009016 -4607926 L 1008445 -4606669 L 1007723 -4606192 L 1007417 -4606189 L 1007005 -4606483 L 1006480 -4607176 L 1006822 -4608975 L 1007487 -4609779 L 1007293 -4610478 L 1005818 -4609316 L 1005241 -4608391 L 1004397 -4608133 L 1003987 -4609221 L 1003653 -4609241 L 1002965 -4608409 L 1002797 -4609110 L 1002045 -4609500 L 1002168 -4610356 L 1001834 -4610004 L 1001448 -4609598 L 1001088 -4609615 L 1000171 -4610400 L 999821.1 -4610316 L 999460 -4609540 L 999128.7 -4610072 L 998524.6 -4610246 L 998410.2 -4610644 L 998170.3 -4610750 L 997618.8 -4610366 L 997671.2 -4611164 L 997234.8 -4611456 L 996820 -4611519 L 995654.6 -4610873 L 995086.8 -4611204 L 994812.6 -4610589 L 994448.4 -4610657 L 994131.2 -4610500 L 994031.2 -4610746 L 994219.8 -4611455 L 993653.7 -4612580 L 994008.7 -4613150 L 993199.5 -4613331 L 992842.3 -4612785 L 992469.5 -4612673 L 991752.1 -4612964 L 991113.8 -4612418 L 990830.4 -4612443 L 990707.6 -4612661 L 991158 -4613574 L 990735 -4613995 L 990281.9 -4614464 L 989250.4 -4613753 L 988871.8 -4613974 L 987688.7 -4613786 L 987360.9 -4614011 L 987577.2 -4614697 L 988140.8 -4615492 L 987749.2 -4616121 L 988024.6 -4616991 L 987743.6 -4616992 L 987342.9 -4616366 L 987142.7 -4616322 L 986846.2 -4616755 L 986623 -4616682 L 986350.6 -4616862 L 985723.4 -4616470 L 985225.4 -4616602 L 984279.3 -4617691 L 983185.5 -4617640 L 982729.8 -4618134 L 982712 -4618593 L 983550.6 -4619722 L 983455.4 -4619918 L 982753.8 -4620312 L 982539.4 -4620958 L 981989.5 -4620829 L 981425.4 -4621391 L 981598.4 -4621521 L 982236 -4622004 L 981949.2 -4622335 L 982428.7 -4624019 L 981973.1 -4624514 L 982467.7 -4625226 L 982489.5 -4625535 L 983255.7 -4626349 L 983280.1 -4627170 L 983447.7 -4627289 L 984661.8 -4626071 L 985275.9 -4626872 L 987619.7 -4628295 L 988119 -4628418 L 988879.9 -4628209 L 989068.1 -4628380 L 989375.4 -4630533 L 989783.1 -4631084 L 990381.4 -4631242 L 990920.7 -4631753 L 991648.1 -4631899 L 991981 -4632160 L 992229.7 -4632773 L 991998.2 -4633058 L 991907.8 -4633203 L 990015.4 -4632948 L 989547.4 -4633032 L 988949.3 -4633411 L 988154.5 -4633439 L 987561.3 -4633767 L 986403.4 -4633582 L 985725.6 -4633723 L 984487.3 -4634656 L 984589.9 -4634921 L 984292 -4635098 L 983822.9 -4634926 L 983163.3 -4635146 L 982863 -4634810 L 982450.4 -4634849 L 982117.5 -4634587 L 981958.2 -4634111 L 981278 -4633740 L 981139.3 -4633855 L 981357.8 -4634515 L 981172.2 -4634856 L 980448.7 -4634942 L 980201.5 -4635123 L 980147.3 -4635425 L 980405.9 -4636003 L 981032.9 -4637403 L 980736.3 -4637836 L 979995.9 -4638099 L 977867.1 -4637105 L 977043.3 -4636362 L 975614.2 -4636074 L 975081.2 -4635767 L 974618.1 -4635801 L 974366.1 -4636033 L 974039.7 -4637589 L 973739.5 -4637791 L 971129.9 -4637827 L 970968.6 -4637615 L 970663.2 -4637629 L 970903.9 -4638308 L 971136.1 -4638570 L 972266.1 -4638779 L 972590.4 -4638323 L 973025.8 -4638850 L 973405.6 -4638886 L 974102.8 -4639617 L 974873.5 -4639843 L 975098.5 -4640372 L 975270.4 -4640777 L 976219.6 -4641813 L 976321 -4642360 L 975850.7 -4642469 L 975725.4 -4643251 L 975183.8 -4643302 L 974987.3 -4643489 L 974987.3 -4644026 L 974675.1 -4644355 L 975015.2 -4644541 L 975536.1 -4644437 L 976257.3 -4643839 L 976719.2 -4644625 L 977435.7 -4645153 L 977707.1 -4645793 L 978006.2 -4645872 L 978339 -4645596 L 978640.4 -4645651 L 978937.4 -4646830 L 979797.4 -4647731 L 979979.6 -4648234 L 979848.7 -4648248 L 978947.2 -4648342 L 978492.5 -4648555 L 978257.4 -4649147 L 977504.8 -4648999 L 977384.2 -4649192 L 977527.7 -4649564 L 979783.1 -4650033 L 980088.2 -4650318 L 980216.1 -4651124 L 979792.9 -4652620 L 979631.3 -4652707 L 979797.8 -4653107 L 979332.4 -4653703 L 980285.1 -4654433 L 980881 -4654617 L 981064.3 -4654839 L 981092 -4655354 L 980756.7 -4656192 L 980414.6 -4656657 L 980052.3 -4657150 L 979048.9 -4658028 L 978594.1 -4658241 L 977360.2 -4658048 L 976623.3 -4658542 L 975967.2 -4658454 L 975835.7 -4657955 L 976027.5 -4657282 L 975927.4 -4656991 L 975144.7 -4656892 L 974624.9 -4656177 L 972505.9 -4656157 L 971753.3 -4656009 L 971209.5 -4655548 L 970783.7 -4655456 L 969274.3 -4655747 L 968578 -4655811 L 967323.8 -4655565 L 966425.4 -4655071 L 965811.6 -4654271 L 965313.6 -4654403 L 965710.8 -4655093 L 965796 -4655242 L 965564.4 -4656064 L 965612.6 -4656632 L 965987.7 -4657257 L 966219.1 -4658584 L 965844 -4659035 L 965122.9 -4659094 L 964720 -4660106 L 964153.2 -4660155 L 964211 -4660622 L 964048.2 -4660990 L 963591.1 -4661227 L 963688.7 -4661544 L 964390.5 -4661688 L 964746.3 -4661977 L 966570.8 -4662405 L 967072.6 -4661967 L 968039.8 -4662007 L 968615.9 -4662785 L 969328.8 -4663230 L 969645.9 -4663924 L 969712.2 -4664571 L 969560.1 -4665094 L 968855.9 -4664976 L 968367.3 -4666082 L 968426.7 -4666353 L 968527.6 -4666814 L 971267.5 -4669173 L 973106.7 -4669448 L 973671 -4669963 L 973980.8 -4670734 L 974920.4 -4670797 L 975066.2 -4671144 L 974984 -4672544 L 974702.8 -4673081 L 974137 -4673386 L 973020.2 -4673306 L 972367.4 -4674524 L 971623.1 -4675093 L 971309.3 -4675704 L 971469.5 -4676436 L 971090.3 -4678269 L 970715 -4678721 L 970395.5 -4678588 L 969646.7 -4677596 L 968651.7 -4677578 L 968317.8 -4677060 L 967953.6 -4677127 L 967165.5 -4678263 L 966900.2 -4678795 L 966599.8 -4678996 L 966060.8 -4679023 L 965536 -4679433 L 964929.3 -4679094 L 963448 -4680157 L 961963.5 -4679914 L 961670.4 -4680040 L 961730.5 -4680481 L 962040.4 -4680715 L 962263.3 -4681325 L 961896.6 -4681418 L 960964.1 -4682354 L 960358.7 -4682271 L 959817.4 -4681785 L 959467.7 -4681700 L 959797.8 -4682525 L 959912.3 -4682549 L 960699.8 -4682712 L 961042 -4683411 L 961538.8 -4683561 L 961736.3 -4684168 L 961527.5 -4684481 L 959582.3 -4684245 L 959444.6 -4684616 L 960843.5 -4684954 L 960986.9 -4685325 L 960365.4 -4686214 L 960351.3 -4688236 L 960058.3 -4688361 L 959282.8 -4688185 L 959632.2 -4688808 L 960101.3 -4688980 L 960135 -4689162 L 959728.5 -4689405 L 959775.3 -4690015 L 959819.6 -4690592 L 958933 -4691045 L 958518.4 -4690570 L 958308.5 -4690628 L 957928.4 -4691129 L 957397.7 -4691335 L 957269.7 -4691605 L 957533.7 -4691783 L 957955.9 -4691643 L 958667.5 -4691685 L 959200.5 -4691992 L 959930.1 -4692112 L 960672.6 -4692899 L 961926.9 -4693147 L 962739.1 -4694274 L 963661.7 -4694514 L 963958.7 -4694082 L 964586 -4693936 L 965037 -4694030 L 965317.8 -4694569 L 965625.2 -4694671 L 966697.4 -4695110 L 967538.1 -4695138 L 968108.2 -4695858 L 968469 -4695559 L 969319.2 -4696024 L 969039.2 -4696279 L 968927.9 -4696908 L 968696.2 -4697193 L 968392.2 -4697165 L 967957.9 -4697431 L 967953.9 -4698276 L 967170.8 -4698714 L 966508.2 -4699496 L 965965.5 -4699290 L 965601.2 -4699358 L 965212.7 -4699059 L 964024.3 -4700079 L 963442.8 -4700280 L 962779.4 -4700268 L 962212.9 -4699779 L 961840.2 -4699667 L 961223.1 -4701042 L 961371.3 -4701363 L 961921.2 -4701493 L 963185.9 -4702432 L 963418.5 -4702940 L 963400.1 -4703323 L 963392.7 -4703476 L 962883.7 -4703453 L 962712.3 -4703641 L 962810.8 -4704215 L 962627.4 -4704529 L 962016 -4704241 L 961109.8 -4704897 L 960694.8 -4704960 L 960285 -4704435 L 959796.5 -4704466 L 958965.2 -4703004 L 958532.2 -4702988 L 957929.5 -4702342 L 957594.1 -4702643 L 957727.7 -4703117 L 957317 -4704204 L 957585.5 -4704870 L 957202.5 -4705934 L 956787.5 -4705998 L 956448.2 -4706605 L 956566.1 -4706975 L 956860.3 -4707105 L 956933.8 -4707138 L 957403.3 -4706772 L 958079.8 -4706914 L 958240.4 -4706570 L 958486.4 -4706671 L 958996.1 -4707487 L 958543.6 -4707675 L 958702.9 -4707851 L 959333.6 -4707694 L 959720.7 -4707624 L 960488.9 -4707452 L 961701 -4706582 L 962760.5 -4707080 L 963517.7 -4706890 L 964664.8 -4707108 L 966133.9 -4705921 L 968419.6 -4705689 L 968685.2 -4704570 L 969043.2 -4704682 L 971238.4 -4704784 L 972140.5 -4704142 L 972471.6 -4703941 L 974772.3 -4703899 L 976110.4 -4702530 L 976499.6 -4702529 L 977648.9 -4702663 L 980232.2 -4701877 L 983165.7 -4703625 L 983530.9 -4703499 L 983727.2 -4700102 L 985123 -4699505 L 985861.9 -4698654 L 985753.5 -4697548 L 985709.6 -4697165 L 987458.3 -4695578 L 987746.4 -4695309 L 988123.4 -4695408 L 989248.7 -4695717 L 989550.9 -4695468 L 989765.8 -4695153 L 990352 -4694696 L 990809.3 -4693654 L 991458.6 -4693306 L 993654.5 -4693314 L 993984 -4692701 L 994204.9 -4692407 L 994550 -4692500 L 995504.9 -4691434 L 996473.2 -4691211 L 996544.7 -4690858 L 996931 -4690847 L 997975.8 -4690383 L 999801.2 -4690973 L 1000088 -4689670 L 1000196 -4689352 L 1000318 -4687759 L 1000274 -4687423 L 1000671 -4686775 L 1001763 -4686426 L 1002940 -4683181 L 1002651 -4682474 L 1003658 -4681958 L 1004429 -4681111 L 1005549 -4681071 L 1006527 -4680489 L 1007143 -4680033 L 1007819 -4678692 L 1008106 -4678437 L 1008097 -4675218 L 1008369 -4674970 L 1008279 -4674233 L 1010043 -4672801 L 1010631 -4671807 L 1010820 -4671469 L 1012967 -4672074 L 1015530 -4671931 L 1015912 -4671940 L 1015912 -4671573 L 1015748 -4668274 L 1016180 -4667708 L 1016105 -4667342 L 1016461 -4665924 L 1016816 -4665804 L 1016739 -4663251 L 1016331 -4662234 L 1017192 -4661533 L 1017552 -4661423 L 1016244 -4659634 L 1016535 -4659372 L 1018051 -4659485 L 1019346 -4658645 L 1019493 -4657516 L 1018550 -4655825 L 1018518 -4655088 L 1018143 -4653181 L 1017979 -4652829 L 1018288 -4652590 L 1018764 -4652007 L 1019519 -4652174 L 1021699 -4651408 L 1022760 -4651878 L 1024295 -4651914 L 1024881 -4651447 L 1024983 -4650700 L 1026445 -4651215 L 1030001 -4654714 L 1030964 -4654938 L 1030964 -4654937 z M 1024146 -4598690 L 1023826 -4598557 L 1023537 -4598914 L 1023168 -4599034 L 1023022 -4599225 L 1023262 -4599657 L 1023611 -4599485 L 1023921 -4599719 L 1024262 -4599622 L 1024114 -4599301 L 1024264 -4598924 L 1024146 -4598690 L 1024146 -4598690 z M 1023939 -4595726 L 1023774 -4595301 L 1022814 -4596005 L 1022868 -4596241 L 1023167 -4596320 L 1023939 -4595726 L 1023939 -4595726 z "
id="path696" />
<path
d="M 690297.3 -4801372 L 689975 -4801800 L 689613.7 -4801842 L 689632.2 -4802176 L 689961.4 -4802464 L 688626.7 -4803332 L 688057 -4803942 L 687135.4 -4804235 L 685830.7 -4804008 L 684778.4 -4803547 L 683767.2 -4802402 L 682876.5 -4801856 L 682200.1 -4801202 L 681688.9 -4800949 L 680799.3 -4800778 L 680645.6 -4800748 L 680086 -4800641 L 678885.6 -4800653 L 677878.4 -4801041 L 677538.7 -4800599 L 676895.1 -4800920 L 675805.7 -4800841 L 675417.9 -4800368 L 673896.4 -4800273 L 673774.4 -4799954 L 671532.3 -4800709 L 671263.5 -4800325 L 670831.4 -4800309 L 669292.7 -4800390 L 668810.6 -4800624 L 668521.5 -4800188 L 668165.5 -4800420 L 668112.8 -4800455 L 667662.7 -4800360 L 667284.9 -4800835 L 666706 -4800754 L 666232.6 -4800376 L 665777.6 -4800331 L 665419.4 -4800604 L 665049.6 -4800210 L 664686.4 -4800533 L 664317.1 -4800395 L 663039.3 -4801728 L 663230.4 -4802386 L 663699.6 -4803070 L 663177.5 -4803454 L 662011.5 -4804911 L 661754.1 -4805233 L 660917 -4807018 L 660523.1 -4807133 L 660505.9 -4807310 L 660943.6 -4807532 L 660330.8 -4808060 L 660171.1 -4807866 L 659378.9 -4808403 L 659303.8 -4808651 L 659592.8 -4809088 L 659367.8 -4810088 L 659454.7 -4810506 L 658612 -4811038 L 657644.7 -4811276 L 656792.8 -4811118 L 656230.5 -4811651 L 655892.2 -4811720 L 653092.4 -4810606 L 651627.7 -4808880 L 651319.5 -4808901 L 651942.6 -4810821 L 650921.3 -4809323 L 650582.3 -4808089 L 649931.4 -4807439 L 649655.9 -4806339 L 649412.4 -4805957 L 649066 -4805847 L 649036.5 -4806150 L 648809.1 -4806128 L 648165.5 -4805402 L 649063.6 -4804824 L 649420 -4804833 L 649095.1 -4805287 L 649560.4 -4805486 L 650278.1 -4804405 L 650748.4 -4804553 L 650942.6 -4804393 L 651275.5 -4803070 L 651545.1 -4802980 L 651987.5 -4802832 L 652949.1 -4803437 L 654102.4 -4804954 L 654279.3 -4806019 L 654615.2 -4805975 L 654680 -4805572 L 654409.4 -4804421 L 653818.2 -4803418 L 653111.8 -4802813 L 651237.2 -4801891 L 650377.8 -4800760 L 649497.6 -4800368 L 649404.6 -4800538 L 649518.6 -4800677 L 649059.3 -4800939 L 648770.3 -4801550 L 648531.1 -4801910 L 648500.2 -4802751 L 648611.8 -4803963 L 648196.3 -4804562 L 647542.9 -4804984 L 646570.8 -4805273 L 645892.8 -4805949 L 645226.5 -4806242 L 644300.6 -4806843 L 644033 -4806970 L 643429 -4807934 L 642391.5 -4808371 L 641866.9 -4808780 L 641275.1 -4809617 L 640889.3 -4809912 L 640285.7 -4811131 L 640725.7 -4812375 L 641470.2 -4814159 L 641552.6 -4814883 L 641373.2 -4815939 L 640413.9 -4818453 L 640373.8 -4818603 L 640190.6 -4820220 L 639493.9 -4821609 L 639039.5 -4822869 L 638267 -4824251 L 636887.9 -4825574 L 635993.4 -4826638 L 635725.8 -4826765 L 635558.8 -4826646 L 636014.4 -4825899 L 636506.3 -4825563 L 637112.9 -4824574 L 638068.4 -4823670 L 638479 -4823121 L 639075.3 -4820930 L 639084.7 -4820573 L 639483.5 -4820408 L 639743.1 -4820100 L 639918.9 -4818558 L 639954 -4818460 L 640664.3 -4816407 L 641080.5 -4815016 L 640949.2 -4814007 L 639760.3 -4811285 L 641144.2 -4808863 L 643844.8 -4806543 L 644460.6 -4806245 L 645305.7 -4805688 L 647197.6 -4804337 L 647894.7 -4803203 L 647882.3 -4802282 L 648030.3 -4801811 L 648049.3 -4801353 L 648315.7 -4800714 L 648529 -4800096 L 648268.2 -4799892 L 646070.7 -4801238 L 643479.9 -4801908 L 643326.3 -4802174 L 642476.9 -4801989 L 638262 -4801786 L 636955.2 -4801583 L 636391.2 -4801350 L 635678.6 -4801332 L 634681.3 -4801619 L 631889.6 -4801733 L 630705.9 -4801958 L 628510.6 -4802377 L 627044.2 -4803027 L 626366.2 -4803703 L 626173.2 -4804374 L 626241 -4805249 L 626497.4 -4805760 L 626646.6 -4805800 L 626954.2 -4805523 L 626827.2 -4805255 L 626975.8 -4805039 L 626919.1 -4804573 L 627439.4 -4803423 L 627787.6 -4804300 L 628103.2 -4804203 L 628693.5 -4804950 L 628469.2 -4805158 L 628480.3 -4805569 L 629019.6 -4806055 L 629210.5 -4806530 L 629553.4 -4807384 L 629991.7 -4806813 L 630117.5 -4805522 L 628521.8 -4803834 L 628707.3 -4803239 L 629000.1 -4803114 L 629380.4 -4802614 L 629781.7 -4802422 L 630648.3 -4802429 L 631188.3 -4802124 L 631360.8 -4802448 L 631770.1 -4802436 L 632004.3 -4802126 L 632610.2 -4801930 L 633030 -4802072 L 633273.4 -4802454 L 633621 -4802027 L 634058.1 -4801993 L 634248 -4802139 L 634377.4 -4803429 L 634181.9 -4804126 L 634040.7 -4804266 L 633820.7 -4804168 L 633528.5 -4803501 L 632290.3 -4803381 L 630954.6 -4802689 L 630768.5 -4803029 L 630301.3 -4803112 L 630621.1 -4803757 L 630675.3 -4804247 L 630520 -4804794 L 630664.7 -4805140 L 630978.5 -4805324 L 631337.2 -4805308 L 631485.8 -4805092 L 631393.4 -4804470 L 631848.9 -4803722 L 632763.6 -4803759 L 633368.9 -4804355 L 633450.8 -4804823 L 632214.2 -4806517 L 632192.7 -4806738 L 632169.9 -4806973 L 631906.6 -4806794 L 631674.9 -4806030 L 631459.8 -4805881 L 631247.7 -4805963 L 631524.5 -4806526 L 631629.9 -4807278 L 632671 -4807327 L 632570.5 -4807574 L 632333.2 -4807653 L 632336.3 -4807884 L 633359.5 -4807854 L 633678.2 -4807988 L 633658.4 -4808190 L 632035.5 -4808876 L 630910 -4808384 L 630493.9 -4808727 L 630220.8 -4808650 L 630246.7 -4807860 L 630039 -4807635 L 629681.5 -4808163 L 629358.5 -4808336 L 629731.3 -4808960 L 630459.7 -4809163 L 630575.9 -4809195 L 630744.7 -4810080 L 629647.9 -4812172 L 629158.6 -4812483 L 628534.7 -4812601 L 628106.3 -4813071 L 627542.4 -4812837 L 626638.7 -4813210 L 626198.7 -4813014 L 624484.5 -4813589 L 624389.5 -4814041 L 624077 -4814368 L 624070.2 -4814699 L 623506.8 -4814721 L 623137 -4814328 L 621840.1 -4814023 L 620653.7 -4813909 L 619616.3 -4813808 L 618823.6 -4814089 L 617307.4 -4813942 L 616538.2 -4813459 L 618693.6 -4813591 L 620034.9 -4813439 L 620960 -4813631 L 624890 -4813092 L 626048.1 -4812620 L 627121.4 -4812183 L 628070 -4811611 L 628962 -4810572 L 629213.6 -4809038 L 629021.2 -4808917 L 628693.3 -4809141 L 627716.9 -4810784 L 626829.8 -4811772 L 625989.6 -4812278 L 625007.1 -4812413 L 624151.5 -4812816 L 622158.7 -4813087 L 621411 -4813189 L 616736.4 -4812993 L 615272.6 -4812570 L 613569.6 -4812507 L 612871.9 -4812338 L 611899.2 -4812371 L 609957.7 -4812925 L 606108 -4813165 L 605782.5 -4813363 L 604959 -4813437 L 604877.7 -4813225 L 604205.2 -4813057 L 599200.9 -4813557 L 599291.9 -4815526 L 599889.6 -4816954 L 599719.3 -4817302 L 600272.3 -4817797 L 604190.9 -4819279 L 606347.6 -4820843 L 605402.4 -4822909 L 605799.9 -4823886 L 606119.4 -4824101 L 606447 -4823500 L 605955 -4822941 L 607327.8 -4821763 L 609008.2 -4823066 L 610510 -4823348 L 611941.7 -4824617 L 613096.1 -4824598 L 613442.7 -4824767 L 613844.7 -4825407 L 613418.8 -4826335 L 615023.8 -4827382 L 616167.5 -4827170 L 616557.3 -4827174 L 616916.9 -4827335 L 618551.6 -4829484 L 618552.7 -4830239 L 617955.4 -4830728 L 616494.7 -4830189 L 615726.9 -4830293 L 614895.3 -4831128 L 614763.5 -4831877 L 616646.7 -4836177 L 618708.7 -4837180 L 618608 -4838721 L 619376.3 -4840074 L 619725.9 -4840253 L 622443.6 -4840538 L 623482.7 -4841063 L 625250.9 -4840253 L 626800.7 -4840021 L 628382.4 -4838907 L 630689.5 -4839095 L 629552.9 -4841978 L 629430.7 -4843146 L 630587.1 -4846449 L 630653.7 -4846835 L 630758.3 -4847216 L 632375.8 -4849450 L 632578 -4850209 L 632649.8 -4852574 L 631670.7 -4855119 L 632391.8 -4855983 L 633413.2 -4856460 L 633547.9 -4856812 L 633141.5 -4857398 L 631679.9 -4857313 L 631930.2 -4858004 L 631486.4 -4859025 L 633066.4 -4859757 L 633148.7 -4859402 L 633490.1 -4860074 L 635539.9 -4861030 L 636542.8 -4862153 L 636728.5 -4862482 L 636351.6 -4862432 L 635975.7 -4862379 L 637951.5 -4863468 L 638897.4 -4864651 L 639210.9 -4865168 L 639142.6 -4865473 L 641581.6 -4865089 L 641929.6 -4865034 L 644547.7 -4864576 L 644921.7 -4864508 L 648473.7 -4864230 L 650287.2 -4863426 L 650644.3 -4863253 L 652789.4 -4861630 L 653954.3 -4861694 L 654323.4 -4861637 L 654644.5 -4861445 L 657825.7 -4859894 L 659394 -4858137 L 659641.3 -4857830 L 659969.6 -4857393 L 660152.7 -4857191 L 663084.5 -4854860 L 663256.7 -4854524 L 663813.6 -4853344 L 663882.8 -4853024 L 664376.3 -4851173 L 667502.7 -4849490 L 667851.9 -4849306 L 670223 -4848072 L 670559.2 -4847891 L 671477.6 -4847418 L 671784.8 -4847263 L 675660.5 -4845462 L 679272.8 -4846892 L 679661.8 -4846886 L 680031.8 -4846880 L 680401.9 -4846869 L 681905.3 -4846589 L 683343.8 -4846222 L 683713.9 -4846185 L 686054.6 -4845855 L 686650.1 -4845341 L 686934.3 -4845066 L 688069.2 -4844109 L 688402.4 -4843945 L 690282.4 -4843085 L 690597.6 -4842944 L 691728.3 -4842304 L 692039.5 -4842207 L 693725.4 -4841440 L 694039.6 -4841243 L 696357.1 -4839925 L 696737.2 -4839879 L 699829.8 -4838777 L 700177 -4838656 L 703646.6 -4837793 L 704822.8 -4837985 L 705211 -4837898 L 707110.4 -4838197 L 709416.3 -4837973 L 709799.5 -4837923 L 710858.3 -4838691 L 711176.3 -4838794 L 712551.4 -4839503 L 713779.9 -4841018 L 715444 -4841894 L 715836.1 -4841899 L 718195.3 -4841740 L 720152.4 -4844692 L 721168.5 -4845285 L 721395.4 -4845612 L 723306.6 -4845335 L 723867.2 -4844828 L 723949.1 -4843320 L 724333.7 -4842646 L 726006 -4842004 L 726361.3 -4841848 L 726158.4 -4841513 L 725475.9 -4840129 L 725345.8 -4838575 L 724959.5 -4838648 L 723000.6 -4838554 L 718912.5 -4837235 L 718686.6 -4836914 L 717652.4 -4836505 L 716041.2 -4832945 L 716697.7 -4829936 L 714225.6 -4828832 L 715232.9 -4827640 L 715601.1 -4827617 L 717062.7 -4827543 L 718309.7 -4826785 L 718567 -4826562 L 719838.7 -4826288 L 719253.8 -4824513 L 719111.8 -4820721 L 718241 -4820030 L 717947.1 -4818547 L 718338.2 -4818587 L 720361.4 -4816832 L 722337 -4813444 L 724243.9 -4812053 L 725390.4 -4811941 L 725430.4 -4811925 L 725242.9 -4811213 L 723712.2 -4810198 L 722324.2 -4809724 L 721960.9 -4809869 L 720105.8 -4810458 L 718553.4 -4810346 L 716961.9 -4809296 L 717126.2 -4808942 L 718025.6 -4805578 L 718794.6 -4804695 L 718796 -4804305 L 717612.1 -4802838 L 717796.2 -4801736 L 717319.1 -4800711 L 716246.2 -4800345 L 717026.4 -4800368 L 717939.3 -4799706 L 718290.3 -4799842 L 720869.6 -4800342 L 721747.5 -4798657 L 723549 -4796705 L 723896.2 -4796547 L 723796.5 -4795196 L 723806.9 -4794852 L 722003 -4794202 L 719089.1 -4792439 L 719226.4 -4792142 L 719345.8 -4791837 L 719077 -4791548 L 717565.2 -4791096 L 717558.6 -4790716 L 717322.6 -4788847 L 717334 -4788456 L 717217.5 -4786117 L 717056.6 -4785148 L 716929.9 -4784844 L 716862.5 -4784715 L 716691.9 -4784723 L 715590.8 -4785026 L 714934.8 -4785474 L 713473.5 -4785282 L 712289.7 -4784861 L 711825.9 -4784382 L 711678.3 -4783013 L 710515.3 -4782901 L 708301.1 -4784681 L 708037.3 -4785294 L 707063.2 -4785865 L 706660.1 -4786338 L 706558.7 -4786661 L 706512.2 -4786809 L 706751.6 -4787497 L 706323.2 -4787966 L 705936.7 -4788005 L 705313.4 -4788380 L 704443.8 -4787351 L 704054.9 -4787415 L 703686.6 -4786741 L 702513.9 -4786730 L 701474.6 -4787448 L 700498.6 -4787250 L 699577.5 -4787802 L 698245.2 -4787595 L 699037.3 -4787058 L 698852.4 -4786862 L 698518.8 -4786881 L 697885.6 -4787356 L 697256.9 -4787461 L 697107.7 -4787486 L 696917 -4787084 L 696568.1 -4787000 L 696174.9 -4787370 L 694629.3 -4787783 L 693992.5 -4787773 L 692780.9 -4787375 L 691178.6 -4787323 L 689990.1 -4788000 L 689852 -4788370 L 689985.3 -4789099 L 690289.9 -4789639 L 692045.3 -4791266 L 692384 -4792244 L 692431.6 -4793066 L 690158.1 -4795454 L 690355.7 -4795856 L 690711.8 -4796581 L 692077.4 -4796969 L 692206.9 -4797212 L 691565.1 -4797251 L 691388.8 -4797490 L 691380.3 -4799151 L 690532.1 -4800526 L 690296.6 -4801372 L 690297.3 -4801372 z M 627805.9 -4806174 L 627207.7 -4806282 L 627171 -4806419 L 627962.1 -4806754 L 628348.1 -4807144 L 628149.7 -4806514 L 627805.9 -4806174 z M 686819.7 -4795156 L 685962.7 -4795049 L 686735.3 -4795762 L 687462.5 -4795738 L 688066.6 -4795908 L 687949.2 -4795634 L 687541.6 -4795622 L 686819.8 -4795156 L 686819.7 -4795156 z M 685664.8 -4793128 L 685349.9 -4793481 L 685846.8 -4794143 L 686517.6 -4794591 L 687020.6 -4794665 L 687143.9 -4794447 L 686549.6 -4794261 L 686389.2 -4793811 L 685664.8 -4793128 L 685664.8 -4793128 z "
id="path697" />
<path
d="M 214558.1 -5379230 L 214243.4 -5379071 L 211885.9 -5378629 L 211655.2 -5378933 L 210915.4 -5378947 L 210290.5 -5379364 L 209933.8 -5380768 L 208453.6 -5381012 L 207739.3 -5381289 L 207099.7 -5380873 L 206920.3 -5379757 L 206142.7 -5378919 L 203952.1 -5378391 L 203320.3 -5378861 L 199839.4 -5381544 L 199660.7 -5381297 L 199104.1 -5380814 L 196838.5 -5381425 L 195704.2 -5382465 L 195335.7 -5382452 L 194605.9 -5382532 L 193581.8 -5382132 L 192419.9 -5382931 L 192104.8 -5383599 L 190498.6 -5383533 L 190148.3 -5383613 L 189214.1 -5385111 L 189094.3 -5384771 L 187296.8 -5384707 L 186114.7 -5385446 L 186079.7 -5385452 L 185728.2 -5385424 L 184289.3 -5384438 L 184501 -5384127 L 184479.5 -5383380 L 183686.2 -5381731 L 183358.7 -5381677 L 183051.5 -5381806 L 182845.6 -5381511 L 181734.5 -5380682 L 180674.8 -5380571 L 180466.1 -5380863 L 180124.4 -5380741 L 179743.2 -5379360 L 179589.6 -5379692 L 178950.8 -5379766 L 178370 -5378759 L 178470.7 -5377997 L 176282.9 -5376574 L 175674.6 -5376342 L 174487.9 -5376890 L 174131.5 -5376941 L 172399.4 -5377143 L 171531.3 -5378291 L 171909 -5378910 L 170957.6 -5379953 L 170344.5 -5379841 L 169729.2 -5380161 L 169084.9 -5379963 L 168289.9 -5380554 L 167979.2 -5380420 L 167665.2 -5382189 L 167675.9 -5382553 L 167487.3 -5382866 L 166375 -5385085 L 166189.6 -5385046 L 166107.7 -5386147 L 165187.6 -5387295 L 165708.2 -5388656 L 166197.1 -5389203 L 165755.5 -5390203 L 165779.3 -5390570 L 164739.2 -5390832 L 165079.5 -5392666 L 164651.9 -5393655 L 163994.7 -5394046 L 163740.8 -5394285 L 163192.9 -5394720 L 162899.2 -5396034 L 162667.6 -5397521 L 163498.3 -5397450 L 164738.3 -5397037 L 165504.5 -5397048 L 166449.4 -5396763 L 167319.6 -5396204 L 167431.8 -5396322 L 167619.9 -5396433 L 167556.4 -5397177 L 167670.8 -5397320 L 167881.3 -5397099 L 168096.7 -5396342 L 168669 -5396471 L 168921.4 -5396143 L 168964.7 -5395757 L 169296.8 -5396060 L 169373.5 -5396359 L 169679.6 -5396358 L 170404.4 -5395888 L 170909.4 -5396125 L 170356.1 -5396809 L 170820.6 -5396871 L 171640.2 -5396317 L 172013.7 -5397100 L 173879 -5397729 L 175558.9 -5397686 L 175976.2 -5397498 L 176481.3 -5397734 L 176965.9 -5397438 L 177656.1 -5397455 L 178043.8 -5397218 L 178244.7 -5396589 L 178910.9 -5396328 L 178429.6 -5397847 L 177239.3 -5398479 L 176769.2 -5398607 L 176599.5 -5398514 L 175120.3 -5399405 L 175176.9 -5400063 L 175457 -5400649 L 175334.8 -5400711 L 175216.9 -5400823 L 173324 -5400171 L 173062.6 -5399506 L 172601.7 -5399189 L 172338.4 -5399390 L 172356.8 -5400789 L 172076.9 -5401093 L 171129.9 -5401353 L 170865.3 -5401835 L 168786 -5402574 L 168297.1 -5403462 L 168212.5 -5403616 L 167762.3 -5405795 L 167034.9 -5407717 L 166750.6 -5407971 L 165917 -5408068 L 165004 -5408427 L 163956.7 -5409893 L 164101.5 -5410390 L 163941 -5411193 L 164268.6 -5412923 L 164178.8 -5414841 L 164294.2 -5415325 L 164398.6 -5416504 L 164116.5 -5416783 L 164149.5 -5418054 L 163401.7 -5419443 L 162860.2 -5419632 L 162524.7 -5419961 L 161982.1 -5419964 L 161662.7 -5419695 L 161491.9 -5419785 L 161486.2 -5420016 L 161683.1 -5420228 L 162560.3 -5420636 L 163573.8 -5421441 L 164401.5 -5423051 L 165836 -5430214 L 166134.3 -5430418 L 166254.4 -5430331 L 166125.2 -5429425 L 166219.2 -5428974 L 166341.9 -5428387 L 166638 -5428565 L 166793 -5428883 L 166684.7 -5429402 L 167077.3 -5430107 L 167083.4 -5430769 L 166841.9 -5431223 L 166375.9 -5431442 L 166003.8 -5431270 L 165793.3 -5431492 L 165801.5 -5432179 L 165828.6 -5432355 L 166150 -5434442 L 166042.6 -5435267 L 166189.3 -5436375 L 166426.9 -5436763 L 166431.8 -5437705 L 167111.8 -5438487 L 167017.9 -5438877 L 166623.5 -5439039 L 166591.3 -5439551 L 166920.1 -5440109 L 166871.2 -5440725 L 167026.2 -5441043 L 167584.4 -5441300 L 167895.9 -5441655 L 168567.6 -5441750 L 169224.4 -5441082 L 170775.6 -5440133 L 170288.3 -5440990 L 169647.2 -5441250 L 168600.3 -5442130 L 168015.5 -5442155 L 167970.3 -5442129 L 166674.7 -5441404 L 166379.9 -5440945 L 165524.8 -5440204 L 165395.1 -5439884 L 165535.3 -5439438 L 165475.4 -5438450 L 165289.3 -5438364 L 164998.4 -5438542 L 164687.5 -5439078 L 164185.8 -5441543 L 163697.6 -5445050 L 164279.8 -5445586 L 164831.5 -5445768 L 164887.2 -5446182 L 164902.7 -5446297 L 164731.5 -5446974 L 164457.2 -5447049 L 164274.7 -5446708 L 164025.7 -5446780 L 164007.8 -5447164 L 163504.2 -5447539 L 163579.9 -5449596 L 163795.3 -5450317 L 164238.7 -5451018 L 164459.4 -5452094 L 164962.2 -5452892 L 165536.5 -5452154 L 165823.9 -5452231 L 165972.5 -5452473 L 166035.5 -5453793 L 165793.1 -5453941 L 165206 -5453941 L 165360.5 -5453368 L 165121.6 -5453260 L 164966.1 -5453529 L 164841.9 -5454181 L 164808.2 -5454358 L 164909.7 -5455827 L 164812.3 -5458537 L 164508.5 -5460041 L 164646.4 -5461635 L 164241.6 -5462562 L 164505.9 -5462667 L 164923.4 -5462478 L 165584.3 -5462446 L 166721.9 -5462909 L 167574.9 -5462147 L 168496.9 -5461888 L 168761.2 -5461993 L 168925.1 -5462412 L 168490.9 -5462704 L 168300.5 -5462568 L 167715.6 -5462593 L 165811.4 -5464185 L 165008.5 -5464051 L 164341.9 -5464312 L 163327.9 -5463508 L 163200.6 -5462627 L 163382.6 -5462076 L 163301.3 -5461726 L 162894.7 -5462041 L 161837.4 -5463687 L 161320.9 -5465389 L 161049.1 -5466967 L 160411.7 -5468540 L 159850.2 -5469926 L 160057.3 -5469959 L 160356 -5469576 L 160806.5 -5469767 L 161224.1 -5469577 L 161349.5 -5469847 L 159533.6 -5470692 L 157709.7 -5474393 L 157745.7 -5475104 L 157954.9 -5475162 L 158477.3 -5474709 L 159534.7 -5475127 L 158571.5 -5475797 L 158526.1 -5476280 L 158491.8 -5476645 L 157653.1 -5477278 L 157446 -5477245 L 157453.8 -5477041 L 157893.6 -5476519 L 157934.6 -5476107 L 157319.2 -5475192 L 157080.3 -5475085 L 156726.5 -5475422 L 155070.4 -5478114 L 152813.9 -5480654 L 153074 -5480708 L 154682.9 -5479830 L 154728 -5480055 L 154536.8 -5480302 L 154452.4 -5480410 L 153924.6 -5480507 L 153440.6 -5481110 L 152796.2 -5481038 L 152385.4 -5480717 L 152407.6 -5480383 L 152238 -5480194 L 151951.5 -5480423 L 151484.4 -5480336 L 151117.5 -5480521 L 150649.8 -5481606 L 150099 -5483796 L 150392.5 -5485121 L 150444.9 -5486315 L 150205.5 -5489446 L 150089.1 -5489821 L 149546.8 -5491568 L 149122.5 -5491681 L 148894.2 -5492287 L 149223.9 -5494324 L 149017.5 -5495183 L 148663.4 -5496106 L 147159.1 -5496721 L 146733.6 -5497115 L 146438 -5497829 L 146356.2 -5498652 L 147243.8 -5500054 L 147849.7 -5500562 L 148708.1 -5500743 L 148986.5 -5501891 L 149638.7 -5502345 L 149908.5 -5502806 L 150084.4 -5504244 L 150005.7 -5509223 L 149256.9 -5511481 L 148379.3 -5512551 L 147138.4 -5512965 L 146363.5 -5513746 L 145138 -5513751 L 143978.5 -5514514 L 143388.9 -5514489 L 143140.9 -5514867 L 143038.3 -5515157 L 143629.9 -5515794 L 143572.4 -5516309 L 144024.2 -5516805 L 143274.5 -5518171 L 143274.3 -5518757 L 143614.7 -5519442 L 143300.6 -5519648 L 143897.7 -5520642 L 144109.3 -5520725 L 144757.4 -5520541 L 145355.9 -5520668 L 146004.1 -5520072 L 147044.5 -5519527 L 147126.1 -5519290 L 146975.2 -5519023 L 147494.4 -5518238 L 148144.7 -5518080 L 148637.2 -5518164 L 149180.4 -5518831 L 149971.6 -5519120 L 150293.5 -5518709 L 150701.2 -5518699 L 151137.7 -5518432 L 151786 -5517075 L 151813.7 -5516512 L 152133.4 -5516076 L 153505.5 -5515702 L 153966.1 -5515713 L 155748.2 -5514768 L 156223.8 -5514651 L 157023.3 -5514453 L 158459.2 -5514226 L 159889.4 -5514229 L 160274.1 -5513661 L 160832.8 -5513332 L 161348.5 -5513389 L 161911.5 -5513697 L 162318.1 -5513381 L 162111.1 -5512762 L 162547.6 -5511908 L 164251.1 -5511530 L 165679.4 -5511620 L 165582.4 -5510987 L 165997.8 -5509901 L 166554.2 -5509827 L 167656.6 -5510041 L 167777 -5510398 L 169191.8 -5510796 L 170418.1 -5511097 L 171257.7 -5510769 L 172869.6 -5510807 L 173278.3 -5511103 L 173573.6 -5510976 L 174557.4 -5511426 L 175836.5 -5512334 L 175881.8 -5512334 L 176373.1 -5512339 L 176384 -5513051 L 177203.7 -5513669 L 177372.3 -5514138 L 177092.4 -5514443 L 177243.3 -5515297 L 177530.9 -5515374 L 178445.3 -5514733 L 178871.7 -5514645 L 179910.6 -5515141 L 180040.6 -5515461 L 180606.9 -5515514 L 181201.8 -5515896 L 181624.8 -5515476 L 183474.6 -5515902 L 185005.9 -5515896 L 186226 -5515386 L 186853.4 -5515123 L 187597 -5515161 L 189625.2 -5514117 L 190378.8 -5513975 L 191064 -5514222 L 191352.7 -5514018 L 191486 -5514083 L 191455.1 -5514315 L 191776.8 -5514491 L 192262.6 -5514500 L 192069.8 -5513165 L 191795.6 -5513241 L 191605 -5512518 L 191999.4 -5512356 L 192288 -5511566 L 192213.1 -5511292 L 192671.3 -5511278 L 192999.6 -5510357 L 193594.4 -5509566 L 193667.1 -5509228 L 193401.6 -5508818 L 194297.3 -5505911 L 194105.6 -5504296 L 193949.2 -5504259 L 192737.5 -5505001 L 192551.4 -5504968 L 192452.2 -5504950 L 192133.9 -5503932 L 191592 -5502985 L 191486.2 -5502357 L 191805.7 -5501921 L 191350.8 -5501681 L 190201.8 -5502265 L 189813 -5502197 L 189321.8 -5501832 L 188765.6 -5501013 L 188320.7 -5499421 L 188156.8 -5497829 L 188479.7 -5496552 L 189406.4 -5494585 L 191102.3 -5491082 L 192652.2 -5489053 L 196727.3 -5482717 L 196767.1 -5482655 L 197049.2 -5481790 L 197281.9 -5480062 L 197123.3 -5479999 L 196935.9 -5480780 L 196825.8 -5480688 L 196689.4 -5479706 L 196209.6 -5478295 L 196263.8 -5476863 L 195762.8 -5476677 L 195649.5 -5476254 L 195903.9 -5475952 L 195850.2 -5475039 L 196387.5 -5475935 L 197369.8 -5476079 L 197656.1 -5476437 L 198021.6 -5476532 L 199025.1 -5476037 L 199072.5 -5475702 L 198042.9 -5475307 L 198240.1 -5474933 L 198267.7 -5474370 L 198924.3 -5473702 L 199516.8 -5473472 L 200192.9 -5473617 L 200371.4 -5473321 L 200427.7 -5472501 L 198966.6 -5471252 L 199045.9 -5470990 L 199067.8 -5471002 L 198870.4 -5470749 L 198883.1 -5470291 L 198971.7 -5468429 L 199304.4 -5467496 L 199617.4 -5467361 L 200025.2 -5466780 L 199446.9 -5466569 L 199090.9 -5466022 L 200513.1 -5464827 L 201052.8 -5463836 L 201747.4 -5463768 L 201711.4 -5463091 L 201888.7 -5462796 L 202257.6 -5462949 L 203134.3 -5461454 L 204009.5 -5460828 L 204267 -5460568 L 204608.7 -5460679 L 205072.6 -5460118 L 205812.3 -5460060 L 206636.5 -5458054 L 206672.4 -5457999 L 207805.5 -5457923 L 209175.1 -5457229 L 209260.2 -5456853 L 210355 -5456695 L 211329.6 -5457254 L 213027.7 -5459132 L 213387.4 -5459247 L 213551.4 -5460234 L 213998.4 -5460765 L 214326.4 -5460654 L 214046.3 -5460380 L 214257.4 -5459632 L 215569.3 -5457692 L 216589.3 -5457299 L 214625.1 -5456169 L 214812.3 -5455449 L 213313.7 -5453304 L 212588.5 -5453145 L 211962.9 -5453557 L 211296.8 -5453425 L 211145.7 -5453073 L 212784.3 -5452635 L 213126.5 -5452576 L 212622.6 -5451731 L 214771 -5450324 L 215010.5 -5450037 L 214851.4 -5449694 L 215213.5 -5449582 L 215591.9 -5449587 L 215937.8 -5449402 L 216047.2 -5448765 L 214846.3 -5447783 L 214106 -5447582 L 213430.7 -5446622 L 213273.5 -5446262 L 215673.5 -5447909 L 216387.9 -5447768 L 216747.5 -5447837 L 216783 -5446877 L 216781.1 -5446553 L 216703.2 -5446242 L 216626 -5445075 L 216468.9 -5444716 L 217073.9 -5443343 L 217088.9 -5442961 L 217167.3 -5442702 L 217109.5 -5442439 L 217005.1 -5441964 L 216609.9 -5441285 L 216563.8 -5440894 L 216228 -5440705 L 215389 -5439922 L 215816.8 -5439289 L 216890.2 -5438988 L 217397.3 -5438417 L 217386.4 -5437679 L 217034.2 -5437765 L 215685.6 -5437319 L 214919.6 -5436096 L 214441.6 -5436286 L 214189 -5436167 L 213795.9 -5434757 L 213332.9 -5433772 L 211271.3 -5431679 L 211066.3 -5431371 L 210291.2 -5431292 L 207921.1 -5429960 L 207588.2 -5429751 L 207325.9 -5429767 L 207067.5 -5429715 L 206751.6 -5429904 L 206111.7 -5430222 L 205380.7 -5430147 L 204977.8 -5431176 L 204668 -5431017 L 203664.2 -5431157 L 203119.5 -5430740 L 202797.5 -5430874 L 202651.5 -5430547 L 202856.1 -5429884 L 201653.5 -5429430 L 202136 -5429010 L 201979.1 -5427934 L 201195.2 -5427167 L 201184.3 -5426801 L 201498.3 -5426662 L 201822.4 -5426546 L 202913.7 -5426949 L 205190.9 -5427134 L 205723.2 -5426593 L 205015.9 -5424782 L 202948.7 -5423653 L 202819.6 -5423274 L 202647.5 -5422913 L 202224 -5422110 L 202117.2 -5421825 L 201752.7 -5421777 L 201310.7 -5421188 L 200596.6 -5421085 L 199777.4 -5422241 L 199510.4 -5421983 L 198910.7 -5420780 L 197503.5 -5419747 L 197395.2 -5418837 L 197030 -5418944 L 196372.6 -5418694 L 195420.6 -5417538 L 194687 -5417660 L 194690.6 -5417496 L 194477.7 -5416798 L 194810.6 -5416177 L 196485.6 -5415726 L 196659.1 -5415403 L 196804.3 -5415423 L 197813.8 -5415102 L 198344.5 -5415127 L 198573.4 -5414981 L 198884.2 -5413893 L 199036.6 -5413543 L 199222.2 -5412867 L 198684.4 -5412358 L 199002.2 -5411695 L 199807.4 -5410926 L 201526.9 -5410254 L 202811.7 -5411245 L 203151 -5411223 L 204589 -5410036 L 205913.4 -5410413 L 206287.9 -5410426 L 207678.7 -5410060 L 208337.3 -5411316 L 208674.3 -5411135 L 209331.9 -5411515 L 210135 -5410742 L 210256.3 -5410378 L 211537.8 -5409507 L 213712.5 -5408740 L 214221.9 -5407780 L 215313.8 -5407648 L 216243 -5408169 L 216524.9 -5408418 L 218050.7 -5408484 L 218663.4 -5408941 L 218914.3 -5409231 L 219024 -5409039 L 217668.7 -5407357 L 217409.8 -5407072 L 216575.3 -5406371 L 216831.6 -5404589 L 217166.6 -5404433 L 217952.7 -5404526 L 218178.6 -5404834 L 218910 -5404674 L 219728.1 -5403858 L 219963.9 -5402736 L 220404 -5402107 L 221429.4 -5401350 L 221712.3 -5401180 L 222188.8 -5400713 L 222376.4 -5400432 L 222704.3 -5400243 L 224699.4 -5399345 L 224702.8 -5398595 L 224356.8 -5398754 L 223161.8 -5397917 L 222738.1 -5396874 L 221850.7 -5396191 L 221866.9 -5395811 L 221963.2 -5395453 L 222508.3 -5393362 L 223879.6 -5392839 L 224111.4 -5392174 L 223747 -5392164 L 223140 -5391992 L 223149.2 -5390183 L 222614.7 -5389240 L 222257.1 -5389107 L 221749.4 -5388563 L 221309 -5387147 L 221320.6 -5385987 L 219995.4 -5384608 L 218870.8 -5384403 L 218618.1 -5384207 L 214945.5 -5380409 L 214919.7 -5380025 L 214558.7 -5379231 L 214558.1 -5379230 z "
id="path698" />
<path
d="M 217409 -5407071 L 217667.9 -5407356 L 219023.2 -5409038 L 218913.5 -5409230 L 218662.6 -5408940 L 218049.9 -5408483 L 216524.1 -5408417 L 216242.2 -5408169 L 215313 -5407647 L 214221.1 -5407779 L 213711.7 -5408739 L 211537 -5409506 L 210255.5 -5410377 L 210134.2 -5410741 L 209331.1 -5411514 L 208673.5 -5411134 L 208336.5 -5411315 L 207677.9 -5410059 L 206287.1 -5410425 L 205912.6 -5410412 L 204588.2 -5410035 L 203150.2 -5411222 L 202810.9 -5411244 L 201526.1 -5410254 L 199806.6 -5410925 L 199001.4 -5411694 L 198683.6 -5412357 L 199221.4 -5412866 L 199035.8 -5413542 L 198883.4 -5413892 L 198572.6 -5414980 L 198343.7 -5415126 L 197813 -5415101 L 196803.5 -5415422 L 196658.3 -5415402 L 196484.8 -5415725 L 194809.8 -5416176 L 194476.9 -5416797 L 194689.8 -5417495 L 194686.2 -5417659 L 195419.8 -5417537 L 196371.8 -5418693 L 197029.2 -5418943 L 197394.4 -5418836 L 197502.7 -5419746 L 198909.9 -5420779 L 199509.6 -5421982 L 199776.6 -5422240 L 200595.8 -5421084 L 201309.9 -5421188 L 201751.9 -5421776 L 202116.4 -5421824 L 202223.2 -5422109 L 202646.7 -5422913 L 202818.8 -5423273 L 202947.9 -5423652 L 205015.1 -5424781 L 205722.4 -5426592 L 205190.1 -5427133 L 202912.9 -5426948 L 201821.6 -5426545 L 201497.5 -5426661 L 201183.5 -5426800 L 201194.4 -5427167 L 201978.3 -5427933 L 202135.2 -5429010 L 201652.7 -5429429 L 202855.3 -5429883 L 202650.7 -5430546 L 202796.7 -5430873 L 203118.7 -5430739 L 203663.4 -5431156 L 204667.2 -5431017 L 204977 -5431175 L 205379.9 -5430146 L 206110.9 -5430222 L 206750.8 -5429903 L 207066.7 -5429714 L 207325.1 -5429766 L 207587.4 -5429750 L 207920.3 -5429959 L 210290.4 -5431291 L 211065.5 -5431370 L 211270.5 -5431678 L 213332.1 -5433771 L 213795.1 -5434756 L 214188.2 -5436166 L 214440.8 -5436285 L 214918.8 -5436095 L 215684.8 -5437318 L 217033.4 -5437764 L 217385.6 -5437679 L 217396.5 -5438416 L 216889.4 -5438987 L 215816 -5439288 L 215388.2 -5439921 L 216227.2 -5440704 L 216563 -5440893 L 216609.1 -5441284 L 217004.3 -5441963 L 217108.7 -5442438 L 217166.5 -5442701 L 217088.1 -5442960 L 217073.1 -5443342 L 216468.1 -5444715 L 216625.2 -5445074 L 216702.4 -5446241 L 216780.3 -5446552 L 216782.2 -5446877 L 216746.7 -5447836 L 216387.1 -5447767 L 215672.7 -5447908 L 213272.7 -5446261 L 213429.9 -5446621 L 214105.2 -5447582 L 214845.5 -5447782 L 216046.4 -5448764 L 215937 -5449401 L 215591.1 -5449586 L 215212.7 -5449581 L 214850.6 -5449693 L 215009.7 -5450037 L 214770.2 -5450324 L 212621.8 -5451730 L 213125.7 -5452575 L 212783.5 -5452634 L 211144.9 -5453072 L 211296 -5453424 L 211962.1 -5453556 L 212587.7 -5453144 L 213312.9 -5453304 L 214811.5 -5455448 L 214624.3 -5456168 L 216588.5 -5457298 L 215568.5 -5457692 L 214256.6 -5459632 L 214045.5 -5460379 L 214325.6 -5460653 L 213997.6 -5460764 L 213550.6 -5460233 L 213386.6 -5459247 L 213026.9 -5459131 L 211328.8 -5457253 L 210354.2 -5456694 L 209259.4 -5456852 L 209174.3 -5457229 L 207804.7 -5457922 L 206671.6 -5457998 L 206635.7 -5458053 L 205811.5 -5460059 L 205071.8 -5460118 L 204607.9 -5460679 L 204266.2 -5460567 L 204008.7 -5460827 L 203133.5 -5461453 L 202256.8 -5462948 L 201887.9 -5462795 L 201710.6 -5463090 L 201746.6 -5463767 L 201052 -5463835 L 200512.3 -5464826 L 199090.1 -5466021 L 199446.1 -5466568 L 200024.4 -5466779 L 199616.6 -5467360 L 199303.6 -5467495 L 198970.9 -5468428 L 198882.3 -5470290 L 198869.6 -5470748 L 199067 -5471001 L 200441.4 -5471785 L 200642.8 -5472048 L 201033.7 -5472142 L 200737.4 -5472550 L 200634.8 -5473425 L 201075.2 -5473794 L 201189.7 -5474524 L 200903.2 -5475338 L 200549.6 -5475675 L 200485.7 -5476114 L 200601.1 -5476233 L 202617.5 -5478324 L 202726.5 -5478697 L 203796.8 -5479266 L 204673.4 -5479368 L 205230.7 -5479320 L 205434.5 -5479022 L 206893.7 -5479073 L 207932.1 -5479569 L 209773.4 -5479613 L 209803.2 -5479374 L 210214.9 -5479270 L 210328.2 -5479371 L 210578.7 -5479595 L 211261.4 -5479199 L 212092.6 -5479345 L 212909.5 -5479287 L 215327.2 -5478781 L 216968.6 -5477112 L 218892.2 -5475865 L 221109.3 -5474943 L 222794.1 -5474241 L 223954.2 -5473947 L 229912.7 -5472841 L 231685.6 -5472904 L 233102.1 -5472630 L 234777 -5472685 L 235018.3 -5472611 L 235733.9 -5472390 L 236573.9 -5471900 L 237981.8 -5471721 L 238995.8 -5471775 L 241889 -5472338 L 243009.8 -5472296 L 245577.6 -5471822 L 248320.7 -5470925 L 248534.4 -5470733 L 248857.1 -5470878 L 249731.3 -5470696 L 252113.9 -5470626 L 252506.6 -5470615 L 253936.2 -5470029 L 256055 -5468921 L 258513.1 -5466935 L 258951.8 -5466581 L 261565.7 -5465244 L 263622 -5464820 L 263787.7 -5464574 L 263732.2 -5464189 L 263891.1 -5464070 L 264449.3 -5463616 L 265141.8 -5463501 L 265154.1 -5463272 L 264295.1 -5463176 L 263976.6 -5462955 L 263830.6 -5462361 L 264327.9 -5462566 L 265100.5 -5462378 L 265223.2 -5462444 L 265471.1 -5462577 L 265745.1 -5463151 L 265828.1 -5463970 L 272414.3 -5464857 L 274960 -5465517 L 275946.3 -5465883 L 280376 -5467573 L 281159.9 -5467783 L 281678.8 -5467923 L 282026.7 -5468115 L 282909 -5468603 L 285603.5 -5470092 L 285715.2 -5470378 L 286283.8 -5470786 L 287477.2 -5471643 L 287800.7 -5472246 L 288141.9 -5472518 L 288837.5 -5473375 L 290630.5 -5475400 L 291875.4 -5476357 L 293724.9 -5476939 L 295388.1 -5477206 L 296346.5 -5477817 L 296904.9 -5478043 L 297938.6 -5478462 L 298852.3 -5478485 L 299172.2 -5478680 L 299711.2 -5478582 L 303624.9 -5478586 L 303835.2 -5478605 L 303798.5 -5476618 L 304486.8 -5474479 L 304523.8 -5474099 L 304331.9 -5473784 L 303925.9 -5472384 L 304038.9 -5472013 L 304331.9 -5470895 L 305392.8 -5468854 L 304099 -5466524 L 303887.5 -5466354 L 303433.5 -5466060 L 303756.4 -5465967 L 304720 -5465668 L 305125.7 -5463985 L 304179.5 -5462910 L 304094.5 -5462560 L 305042.5 -5462029 L 306550.3 -5463619 L 307937.6 -5463915 L 308264.2 -5463738 L 309286.3 -5462882 L 309528.8 -5462653 L 309351.9 -5462344 L 309386.4 -5460234 L 309017.2 -5460232 L 306338.4 -5459187 L 305246.8 -5459139 L 304878.4 -5459051 L 305957.7 -5456692 L 306278.3 -5456472 L 308051.2 -5454996 L 309197.4 -5454893 L 309548.3 -5454787 L 309588.4 -5454423 L 309950 -5453830 L 309609 -5452329 L 309480 -5451961 L 309551.6 -5450986 L 309711.9 -5450697 L 309314.7 -5448308 L 309170.8 -5447987 L 309279.6 -5447886 L 310284.9 -5447443 L 310666 -5447430 L 311133.3 -5447061 L 312123.7 -5447071 L 312170.8 -5446697 L 312518.6 -5446552 L 312333.7 -5446231 L 311771.2 -5445309 L 310708.2 -5445096 L 310786.4 -5444378 L 310760 -5444234 L 310643.1 -5443905 L 309978.2 -5442026 L 310053.4 -5441694 L 310720.6 -5441649 L 310804.9 -5441341 L 310105.9 -5440646 L 311144 -5440490 L 311235.1 -5440105 L 311149.2 -5438927 L 310873.6 -5439162 L 309161.3 -5439335 L 308333.4 -5438728 L 308341.5 -5438365 L 308405.8 -5437672 L 307390 -5436716 L 307663.5 -5436464 L 307981.1 -5436667 L 308644.3 -5434963 L 310424.8 -5434437 L 310794.9 -5434421 L 311519 -5434310 L 313041.1 -5432808 L 312881.5 -5432159 L 312189.4 -5431419 L 312079.6 -5431094 L 311984.9 -5430407 L 311500.7 -5429151 L 311403.9 -5428813 L 311887.9 -5428304 L 311845.2 -5427601 L 311782.3 -5427252 L 310343 -5425280 L 309424.2 -5425548 L 309771.9 -5426650 L 307839.7 -5427809 L 307644.9 -5427486 L 306224.1 -5425310 L 304483.6 -5424607 L 304221.1 -5424888 L 303520.3 -5425116 L 302734.9 -5425945 L 302413.5 -5425835 L 300808.7 -5425420 L 300481.9 -5425565 L 300400.9 -5427270 L 300045.6 -5427225 L 298985.8 -5427105 L 298043.1 -5426594 L 297757.5 -5425151 L 297260 -5424613 L 296518.6 -5424614 L 296349.2 -5424927 L 295837.9 -5425324 L 293789.5 -5424801 L 293585.7 -5424519 L 293144.3 -5423579 L 292519.2 -5423279 L 292145.7 -5423168 L 291059.5 -5423353 L 290762.9 -5424851 L 290672.6 -5425172 L 290092.2 -5425978 L 289464.4 -5426204 L 289286.7 -5425955 L 288981 -5425757 L 287354.7 -5424336 L 285968.9 -5424750 L 285770.1 -5424460 L 284821.2 -5423474 L 284631.6 -5422437 L 284473.7 -5422106 L 284172 -5421455 L 284166.3 -5421151 L 283556.5 -5420528 L 281609.4 -5420146 L 279090.1 -5418978 L 279142.4 -5418652 L 279308.2 -5417679 L 279272.1 -5417654 L 279075.7 -5417955 L 278126.7 -5418239 L 277489.5 -5417918 L 277490.5 -5417473 L 277237.6 -5417168 L 275348.1 -5415747 L 275218.2 -5415387 L 274521.9 -5414573 L 274114.1 -5414366 L 273816.4 -5414580 L 273153.4 -5414786 L 271782.4 -5414344 L 271192.3 -5414486 L 270494.6 -5415267 L 270232 -5414210 L 269157.7 -5413985 L 268952.8 -5413663 L 270248.6 -5411837 L 269909.6 -5411939 L 268645.1 -5412565 L 268386.4 -5412323 L 266780.3 -5413225 L 266356.2 -5414204 L 265021.5 -5414781 L 264627.7 -5415410 L 264374 -5415190 L 263846.7 -5414796 L 262927.8 -5415118 L 262656 -5415296 L 261884.7 -5415833 L 261044.2 -5415895 L 260659 -5415955 L 260011.4 -5416347 L 258886.4 -5416308 L 258583.3 -5416358 L 257752.8 -5415997 L 257580.5 -5416345 L 257142.6 -5416977 L 255594.5 -5417031 L 255455.7 -5416719 L 255009.2 -5415799 L 255144.6 -5415480 L 255402.7 -5414578 L 255075 -5414367 L 254178.4 -5413105 L 254054.5 -5413186 L 252463.7 -5414706 L 252555.4 -5415404 L 253270.4 -5415579 L 252995.6 -5416201 L 252815.4 -5416163 L 251489 -5416029 L 251128 -5416165 L 250265.2 -5417416 L 250037.7 -5417719 L 249938.4 -5418470 L 249618.6 -5418673 L 248545.9 -5418333 L 248583.8 -5418699 L 248032.2 -5419050 L 245670 -5418967 L 245317 -5418654 L 244667.2 -5417719 L 243225.1 -5417382 L 243296.4 -5416628 L 242223.7 -5416335 L 242079.3 -5416622 L 241217.1 -5416864 L 239314.5 -5416502 L 238428.7 -5415209 L 237751.2 -5414817 L 237395.1 -5414901 L 237015.2 -5415526 L 235569.6 -5415412 L 235324.3 -5415379 L 235083.9 -5415321 L 234752.1 -5415123 L 233718.9 -5414612 L 232184.7 -5414713 L 232375.7 -5415060 L 232404.5 -5416235 L 231695.2 -5415992 L 229509.3 -5416525 L 228924.8 -5416992 L 227826.3 -5415991 L 228034.8 -5415694 L 228836.9 -5414559 L 229457.8 -5414244 L 229121 -5414060 L 227438.8 -5412542 L 227197.8 -5412226 L 226950.8 -5411915 L 226556.3 -5411877 L 224757.8 -5411136 L 222033.9 -5410682 L 221957 -5410330 L 221689.2 -5410088 L 221345.5 -5409933 L 219857.1 -5407828 L 219510.3 -5407661 L 218557.9 -5407042 L 217408.7 -5407070 L 217409 -5407071 z "
id="path699" />
</g>
<g
inkscape:groupmode="layer"
id="layer1"
inkscape:label="10k" />
<g
id="g1339"
style="stroke:#c4afb9;stroke-opacity:1;">
<g
id="10k_tranverse_31t"
fill="none"
stroke="black"
stroke-width="1162.8"
stroke-linecap="round"
stroke-linejoin="round"
style="stroke:#c4afb9;stroke-opacity:1;">
<path
d="M1641422.3 -1l-1.7 -10155.8l-5.1 -10156.7l-8.5 -10156.8l-11.9 -10156.7l-15.2 -10156.7l-18.6 -10156.7l-22 -10156.7l-25.4 -10156.7l-28.8 -10156.7l-32.2 -10156.7l-35.6 -10156.6l-39 -10156.6l-42.4 -10156.6l-45.7 -10156.6l-49.1 -10156.5l-52.5 -10156.5l-55.9 -10156.5l-59.3 -10156.4l-62.7 -10156.4l-66.1 -10156.3l-69.5 -10156.3l-72.8 -10156.3l-76.2 -10156.2l-79.6 -10156.2l-83 -10156.1l-86.4 -10156.1l-89.8 -10156l-93.2 -10156l-96.5 -10155.9l-99.9 -10155.8l-103.3 -10155.8l-106.7 -10155.7l-110.1 -10155.7l-113.5 -10155.5l-116.8 -10155.5l-120.2 -10155.4l-123.6 -10155.4l-127 -10155.3l-130.4 -10155.2l-133.7 -10155.1l-137.1 -10155l-140.5 -10155l-143.9 -10154.8l-147.3 -10154.8l-150.6 -10154.7l-154 -10154.6l-157.4 -10154.5l-160.8 -10154.4l-164.2 -10154.3l-167.5 -10154.2l-170.9 -10154.1l-174.3 -10153.9l-177.7 -10153.9l-181 -10153.8l-184.4 -10153.6l-187.8 -10153.5l-191.1 -10153.4l-194.5 -10153.3l-197.9 -10153.2l-201.3 -10153l-204.6 -10152.9l-208 -10152.8l-211.4 -10152.7l-214.7 -10152.5l-218.1 -10152.4l-221.5 -10152.2l-224.8 -10152.1l-228.2 -10152l-231.6 -10151.8l-234.9 -10151.7l-238.3 -10151.5l-241.6 -10151.4l-245 -10151.3l-248.4 -10151.1l-251.7 -10150.9l-255.1 -10150.8l-258.4 -10150.6l-261.8 -10150.5l-265.2 -10150.3l-268.5 -10150.1l-271.9 -10150l-275.2 -10149.8l-278.6 -10149.6l-281.9 -10149.4l-285.3 -10149.3l-288.6 -10149.1l-292 -10148.9l-295.3 -10148.8l-298.7 -10148.6l-302 -10148.4l-305.4 -10148.2l-308.7 -10148l-312.1 -10147.8l-315.4 -10147.6l-318.8 -10147.4l-322.1 -10147.3l-325.4 -10147.1l-328.8 -10146.8l-332.1 -10146.7l-335.4 -10146.4l-338.8 -10146.2l-342.1 -10146l-345.5 -10145.8l-348.8 -10145.6l-352.1 -10145.4l-355.4 -10145.2l-358.8 -10144.9l-362.1 -10144.7l-365.4 -10144.5l-368.8 -10144.3l-372.1 -10144.1l-375.4 -10143.8l-378.7 -10143.6l-382.1 -10143.4l-385.4 -10143.1l-388.7 -10142.9l-392 -10142.7l-395.3 -10142.4l-398.6 -10142.2l-402 -10141.9l-405.3 -10141.7l-408.6 -10141.5l-411.9 -10141.2l-415.2 -10141l-418.5 -10140.7l-421.8 -10140.4l-425.1 -10140.2l-428.4 -10139.9l-431.7 -10139.7l-435 -10139.4l-438.3 -10139.1l-441.6 -10138.9l-444.9 -10138.6l-448.2 -10138.3l-451.5 -10138l-454.8 -10137.8l-458.1 -10137.5l-461.4 -10137.2l-464.7 -10136.9l-468 -10136.7l-471.3 -10136.4l-474.5 -10136.1l-477.8 -10135.8l-481.1 -10135.5l-484.4 -10135.2l-487.7 -10135l-490.9 -10134.7l-494.2 -10134.3l-497.5 -10134.1l-500.8 -10133.8l-504 -10133.5l-507.3 -10133.2l-510.6 -10132.8l-513.8 -10132.5l-517.1 -10132.2l-520.4 -10131.9l-523.6 -10131.6l-526.9 -10131.3l-530.2 -10131l-533.4 -10130.7l-536.7 -10130.3l-539.9 -10130l-543.2 -10129.7l-546.4 -10129.4l-549.7 -10129l-552.9 -10128.7l-556.2 -10128.4l-559.4 -10128.1l-562.7 -10127.7l-565.9 -10127.4l-569.1 -10127l-572.4 -10126.7l-575.6 -10126.4l-578.8 -10126l-582.1 -10125.7l-585.3 -10125.3l-588.5 -10125l-591.8 -10124.6l-595 -10124.3l-598.2 -10123.9l-601.4 -10123.6l-604.6 -10123.2l-607.9 -10122.9l-611.1 -10122.5l-614.3 -10122.1l-617.5 -10121.8l-620.7 -10121.4l-623.9 -10121l-627.1 -10120.6l-630.3 -10120.3l-633.5 -10119.9l-636.7 -10119.6l-639.9 -10119.2l-643.1 -10118.8l-646.3 -10118.4l-649.5 -10118.1l-652.7 -10117.7l-655.9 -10117.3l-659.1 -10116.9l-662.3 -10116.5l-665.5 -10116.1l-668.6 -10115.7l-671.8 -10115.3l-675 -10115l-678.2 -10114.6l-681.3 -10114.2l-684.5 -10113.8l-687.7 -10113.3l-690.8 -10113l-694 -10112.6l-697.2 -10112.2l-700.3 -10111.7l-703.5 -10111.3l-706.6 -10110.9l-709.8 -10110.5l-712.9 -10110.1l-716.1 -10109.7l-719.2 -10109.3l-722.4 -10108.9l-725.5 -10108.5l-728.7 -10108l-731.8 -10107.6l-734.9 -10107.2l-738.1 -10106.8l-741.2 -10106.3l-744.3 -10105.9l-747.5 -10105.5l-750.6 -10105.1l-753.7 -10104.6l-756.8 -10104.2l-760 -10103.8l-763.1 -10103.3l-766.2 -10102.9l-769.3 -10102.4l-772.4 -10102l-775.5 -10101.6l-778.6 -10101.1l-781.7 -10100.7l-784.8 -10100.2l-787.9 -10099.7l-791 -10099.3l-794.1 -10098.9l-797.2 -10098.4l-800.3 -10097.9l-803.4 -10097.5l-806.5 -10097.1l-809.5 -10096.6l-812.6 -10096.1l-815.7 -10095.6l-818.8 -10095.2l-821.8 -10094.8l-824.9 -10094.3l-828 -10093.8l-831 -10093.4l-834.1 -10092.9l-837.2 -10092.4l-840.2 -10091.9l-843.3 -10091.4l-846.3 -10091l-849.4 -10090.5l-852.4 -10090l-855.5 -10089.5l-858.5 -10089.1l-861.5 -10088.6l-864.6 -10088.1l-867.6 -10087.6l-870.6 -10087.1l-873.7 -10086.7l-876.7 -10086.2l-879.7 -10085.7l-882.7 -10085.2l-885.8 -10084.7l-888.8 -10084.2l-891.8 -10083.7l-894.8 -10083.2l-897.8 -10082.7l-900.8 -10082.2l-903.8 -10081.7l-906.8 -10081.2l-909.8 -10080.7l-912.8 -10080.2l-915.8 -10079.7l-918.8 -10079.2l-921.8 -10078.7l-924.8 -10078.2l-927.7 -10077.7l-930.7 -10077.2l-933.7 -10076.7l-936.7 -10076.2l-939.6 -10075.6l-942.6 -10075.1l-945.6 -10074.6l-948.5 -10074.1l-951.5 -10073.6l-954.5 -10073.1l-957.4 -10072.6l-960.4 -10072l-963.3 -10071.5l-966.2 -10071l-969.2 -10070.5l-972.1 -10069.9l-975.1 -10069.4l-978 -10068.9l-980.9 -10068.3l-983.9 -10067.8l-986.8 -10067.3l-989.7 -10066.8l-992.6 -10066.2l-995.5 -10065.7l-998.5 -10065.2l-1001.4 -10064.6l-1004.3 -10064.1l-1007.2 -10063.5l-1010.1 -10063l-1013 -10062.5l-1015.9 -10061.9l-1018.8 -10061.4l-1021.7 -10060.9l-1024.6 -10060.3l-1027.4 -10059.8l-1030.3 -10059.2l-1033.2 -10058.6l-1036.1 -10058.1l-1038.9 -10057.6l-1041.8 -10057l-1044.7 -10056.4l-1047.5 -10055.9l-1050.4 -10055.4l-1053.3 -10054.8l-1056.1 -10054.3l-1059 -10053.7l-1061.8 -10053.1l-1064.7 -10052.6l-1067.5 -10052l-1070.3 -10051.4l-1073.2 -10050.9l-1076 -10050.4l-1078.9 -10049.8l-1081.7 -10049.2l-1084.5 -10048.6l-1087.3 -10048.1l-1090.1 -10047.5l-1093 -10047l-1095.8 -10046.4l-1098.6 -10045.8l-1101.4 -10045.3l-1104.2 -10044.7l-1107 -10044.1l-1109.8 -10043.5l-1112.6 -10043l-1115.4 -10042.4l-1118.1 -10041.8l-1120.9 -10041.3l-1123.7 -10040.7l-1126.5 -10040.1l-1129.3 -10039.5l-1132 -10039l-1134.8 -10038.4l-1137.6 -10037.8l-1140.3 -10037.2l-1143.1 -10036.7l-1145.8 -10036.1l-1148.6 -10035.5l-1151.3 -10034.9l-1154.1 -10034.3l-1156.8 -10033.7l-1159.6 -10033.1l-1162.3 -10032.6l-1165 -10032l-1167.8 -10031.4l-1170.5 -10030.8l-1173.2 -10030.2l-1175.9 -10029.6l-1178.6 -10029.1l-1181.3 -10028.5l-1184.1 -10027.9l-1186.8 -10027.2l-1189.5 -10026.7l-1192.2 -10026.1l-1194.9 -10025.5l-1197.5 -10024.9l-1200.2 -10024.3l-1202.9 -10023.7l-1205.6 -10023.1l-1208.3 -10022.5l-1211 -10021.9l-1213.6 -10021.3l-1216.3 -10020.7l-1219 -10020.1l-1221.6 -10019.5l-1224.3 -10019l-1226.9 -10018.4l-1229.6 -10017.8l-1232.2 -10017.2l-1234.9 -10016.5l-1237.5 -10016l-1240.2 -10015.4l-1242.8 -10014.7l-1245.4 -10014.1l-1248 -10013.5l-1250.7 -10012.9l-1253.3 -10012.3l-1255.9 -10011.7l-1258.5 -10011.1l-1261.1 -10010.5l-1263.7 -10009.9l-1266.3 -10009.3l-1268.9 -10008.7l-1271.5 -10008.1l-1274.1 -10007.5l-1276.7 -10006.9l-1279.3 -10006.3l-1281.9 -10005.6l-1284.5 -10005.1l-1287 -10004.4l-1289.6 -10003.8l-1292.2 -10003.2l-1294.7 -10002.6l-1297.3 -10002l-1299.8 -10001.4l-1302.4 -10000.8l-1304.9 -10000.1l-1307.5 -9999.6l-1310 -9998.9l-1312.6 -9998.3l-1315.1 -9997.7l-1317.6 -9997.1l-1320.2 -9996.5l-1322.7 -9995.9l-1325.2 -9995.3l-1327.7 -9994.6l-1330.2 -9994l-1332.8 -9993.4l-1335.3 -9992.8l-1337.8 -9992.2l-1340.3 -9991.5l-1342.8 -9991l-1345.3 -9990.3l-1347.7 -9989.7l-1350.2 -9989.1l-1352.7 -9988.5l-1355.2 -9987.9l-1357.7 -9987.3l-1360.1 -9986.6l-1362.6 -9986l-1365.1 -9985.4l-1367.5 -9984.8l-1370 -9984.2l-1372.4 -9983.6l-1374.9 -9982.9l-1377.3 -9982.3l-1379.7 -9981.7l-1382.2 -9981.1l-1384.6 -9980.4l-1387 -9979.9l-1389.5 -9979.2l-1391.9 -9978.6l-1394.3 -9978l-1396.7 -9977.3l-1399.1 -9976.8l-1401.5 -9976.1l-1403.9 -9975.5l-1406.3 -9974.9l-1408.7 -9974.3l-1411.1 -9973.7l-1413.5 -9973l-1415.9 -9972.4l-1418.3 -9971.8l-1420.7 -9971.2l-1423 -9970.6l-1425.4 -9969.9l-1427.8 -9969.3l-1430.1 -9968.7l-1432.5 -9968.1l-1434.8 -9967.5l-1437.2 -9966.9l-1439.5 -9966.2l-1441.9 -9965.6l-1444.2 -9965l-1446.5 -9964.4l-1448.9 -9963.8l-1451.2 -9963.1l-1453.5 -9962.5l-1455.8 -9961.9l-1458.1 -9961.3l-1460.5 -9960.6l-1462.8 -9960l-1465.1 -9959.4l-1467.4 -9958.8l-1469.7 -9958.2l-1471.9 -9957.5l-1474.2 -9957l-1476.5 -9956.3l-1478.8 -9955.7l-1481.1 -9955.1l-1483.3 -9954.5l-1485.6 -9953.9l-1487.9 -9953.3l-1490.1 -9952.6l-1492.4 -9952l-1494.6 -9951.4l-1496.9 -9950.8l-1499.1 -9950.2l-1501.4 -9949.5l-1503.6 -9948.9l-1505.8 -9948.3l-1508.1 -9947.7l-1510.3 -9947.1l-1512.5 -9946.5l-1514.7 -9945.9l-1517 -9945.3l-1519.2 -9944.6l-1521.4 -9944l-1523.6 -9943.4l-1525.8 -9942.8l-1528 -9942.2l-1530.1 -9941.6l-1532.3 -9940.9l-1534.5 -9940.4l-1536.7 -9939.7l-1538.9 -9939.1l-1541 -9938.5l-1543.2 -9937.9l-1545.4 -9937.3l-1547.5 -9936.7l-1549.7 -9936.1l-1551.8 -9935.4l-1554 -9934.9l-1556.1 -9934.3l-1558.2 -9933.7l-1560.4 -9933l-1562.5 -9932.4l-1564.6 -9931.8l-1566.7 -9931.2l-1568.9 -9930.6l-1571 -9930l-1573.1 -9929.4l-1575.2 -9928.8l-1577.3 -9928.2l-1579.4 -9927.6l-1581.5 -9927l-1583.6 -9926.4l-1585.6 -9925.8l-1587.7 -9925.2l-1589.8 -9924.6l-1591.9 -9924l-1593.9 -9923.4l-1596 -9922.8l-1598.1 -9922.2l-1600.1 -9921.6l-1602.2 -9921l-1604.2 -9920.4l-1606.3 -9919.8l-1608.3 -9919.2l-1610.3 -9918.6l-1612.4 -9918l-1614.4 -9917.4l-1616.4 -9916.8l-1618.4 -9916.2l-1620.4 -9915.6l-1622.4 -9915l-1624.5 -9914.5l-1626.5 -9913.9l-1628.4 -9913.2l-1630.4 -9912.7l-1632.4 -9912.1l-1634.4 -9911.5l-1636.4 -9910.9l-1638.4 -9910.3l-1640.4 -9909.7l-1642.3 -9909.2l-1644.3 -9908.6l-1646.2 -9908l-1648.2 -9907.4l-1650.2 -9906.8l-1652.1 -9906.2l-1654 -9905.6l-1656 -9905.1l-1657.9 -9904.5l-1659.8 -9903.9l-1661.8 -9903.3l-1663.7 -9902.7l-1665.6 -9902.2l-1667.5 -9901.6l-1669.4 -9901l-1671.3 -9900.4l-1673.2 -9899.8l-1675.1 -9899.3l-1677 -9898.7l-1678.9 -9898.1l-1280.9 -7543.8M713270 -7999913l-279.8 -1385.6l-1980.2 -9802.6l-1981.1 -9802.3l-1982.1 -9802l-1983 -9801.7l-1984 -9801.4l-1984.9 -9801.1l-1094.8 -5403.7"
id="path1341"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1651580.7 -1l-1.7 -10159.2l-5.1 -10160.1l-8.5 -10160.1l-11.9 -10160.1l-15.3 -10160.1l-18.6 -10160.1l-22 -10160.1l-25.4 -10160.1l-28.8 -10160.1l-32.2 -10160.1l-35.6 -10160l-39 -10160l-42.4 -10160l-45.8 -10160l-49.2 -10159.9l-52.6 -10159.9l-55.9 -10159.9l-59.3 -10159.8l-62.7 -10159.8l-66.1 -10159.7l-69.5 -10159.7l-72.9 -10159.7l-76.3 -10159.6l-79.7 -10159.6l-83 -10159.5l-86.4 -10159.5l-89.8 -10159.4l-93.2 -10159.4l-96.6 -10159.3l-100 -10159.2l-103.4 -10159.2l-106.8 -10159.1l-110.1 -10159l-113.5 -10158.9l-116.9 -10158.9l-120.3 -10158.8l-123.7 -10158.7l-127.1 -10158.7l-130.4 -10158.6l-133.8 -10158.5l-137.2 -10158.4l-140.6 -10158.3l-144 -10158.2l-147.4 -10158.2l-150.7 -10158.1l-154.1 -10158l-157.5 -10157.9l-160.9 -10157.7l-164.3 -10157.7l-167.6 -10157.6l-171 -10157.5l-174.4 -10157.3l-177.8 -10157.2l-181.1 -10157.1l-184.5 -10157l-187.9 -10156.9l-191.3 -10156.8l-194.6 -10156.7l-198 -10156.5l-201.4 -10156.4l-204.8 -10156.3l-208.1 -10156.1l-211.5 -10156l-214.9 -10155.9l-218.2 -10155.8l-221.6 -10155.6l-225 -10155.5l-228.3 -10155.4l-231.7 -10155.2l-235.1 -10155.1l-238.4 -10154.9l-241.8 -10154.8l-245.2 -10154.6l-248.5 -10154.5l-251.9 -10154.3l-255.2 -10154.2l-258.6 -10154l-262 -10153.8l-265.3 -10153.7l-268.7 -10153.5l-272 -10153.3l-275.4 -10153.2l-278.8 -10153l-282.1 -10152.8l-285.5 -10152.7l-288.8 -10152.5l-292.2 -10152.3l-295.5 -10152.1l-298.9 -10151.9l-302.2 -10151.7l-305.6 -10151.6l-308.9 -10151.4l-312.3 -10151.2l-315.6 -10151l-318.9 -10150.8l-322.3 -10150.6l-325.6 -10150.4l-329 -10150.2l-332.3 -10150l-335.7 -10149.8l-339 -10149.6l-342.3 -10149.4l-345.7 -10149.1l-349 -10148.9l-352.3 -10148.7l-355.7 -10148.5l-359 -10148.3l-362.3 -10148.1l-365.7 -10147.8l-369 -10147.6l-372.3 -10147.4l-375.6 -10147.1l-379 -10146.9l-382.3 -10146.7l-385.6 -10146.5l-388.9 -10146.2l-392.3 -10146l-395.6 -10145.8l-398.9 -10145.5l-402.2 -10145.3l-405.5 -10145l-408.8 -10144.8l-412.1 -10144.5l-415.5 -10144.3l-418.8 -10144l-422.1 -10143.8l-425.4 -10143.5l-428.7 -10143.2l-432 -10143l-435.3 -10142.7l-438.6 -10142.4l-441.9 -10142.2l-445.2 -10141.9l-448.5 -10141.6l-451.8 -10141.3l-455.1 -10141.1l-458.4 -10140.8l-461.7 -10140.5l-465 -10140.2l-468.3 -10140l-471.5 -10139.7l-474.8 -10139.4l-478.1 -10139.1l-481.4 -10138.8l-484.7 -10138.5l-488 -10138.2l-491.2 -10137.9l-494.5 -10137.6l-497.8 -10137.3l-501.1 -10137l-504.3 -10136.7l-507.6 -10136.4l-510.9 -10136.1l-514.2 -10135.8l-517.4 -10135.5l-520.7 -10135.2l-524 -10134.8l-527.2 -10134.6l-530.5 -10134.2l-533.7 -10133.9l-537 -10133.6l-540.2 -10133.2l-543.5 -10133l-546.8 -10132.6l-550 -10132.3l-553.3 -10132l-556.5 -10131.6l-559.7 -10131.3l-563 -10131l-566.2 -10130.6l-569.5 -10130.3l-572.7 -10129.9l-576 -10129.6l-579.2 -10129.3l-582.4 -10128.9l-585.7 -10128.5l-588.9 -10128.2l-592.1 -10127.9l-595.3 -10127.5l-598.6 -10127.1l-601.8 -10126.8l-605 -10126.4l-608.2 -10126.1l-611.4 -10125.7l-614.7 -10125.3l-617.9 -10125l-621.1 -10124.6l-624.3 -10124.3l-627.5 -10123.9l-630.7 -10123.5l-633.9 -10123.1l-637.1 -10122.8l-640.3 -10122.4l-643.5 -10122l-646.7 -10121.6l-649.9 -10121.2l-653.1 -10120.9l-656.3 -10120.5l-659.5 -10120.1l-662.7 -10119.7l-665.8 -10119.3l-669 -10118.9l-672.2 -10118.5l-675.4 -10118.1l-678.6 -10117.7l-681.7 -10117.3l-684.9 -10116.9l-688.1 -10116.5l-691.2 -10116.1l-694.4 -10115.7l-697.6 -10115.3l-700.7 -10114.9l-703.9 -10114.5l-707.1 -10114.1l-710.2 -10113.7l-713.4 -10113.3l-716.5 -10112.8l-719.7 -10112.4l-722.8 -10112l-726 -10111.6l-729.1 -10111.1l-732.2 -10110.7l-735.4 -10110.3l-738.5 -10109.9l-741.6 -10109.5l-744.8 -10109l-747.9 -10108.6l-751 -10108.2l-754.2 -10107.7l-757.3 -10107.3l-760.4 -10106.9l-763.5 -10106.4l-766.6 -10106l-769.7 -10105.5l-772.8 -10105.1l-776 -10104.7l-779.1 -10104.2l-782.2 -10103.8l-785.3 -10103.3l-788.4 -10102.8l-791.5 -10102.4l-794.6 -10102l-797.7 -10101.5l-800.7 -10101l-803.8 -10100.6l-806.9 -10100.1l-810 -10099.7l-813.1 -10099.2l-816.2 -10098.7l-819.2 -10098.3l-822.3 -10097.8l-825.4 -10097.4l-828.4 -10096.9l-831.5 -10096.4l-834.6 -10095.9l-837.6 -10095.5l-840.7 -10095l-843.7 -10094.5l-846.8 -10094l-849.8 -10093.6l-852.9 -10093.1l-855.9 -10092.6l-859 -10092.1l-862 -10091.6l-865.1 -10091.2l-868.1 -10090.7l-871.1 -10090.2l-874.2 -10089.7l-877.2 -10089.2l-880.2 -10088.7l-883.2 -10088.2l-886.3 -10087.7l-889.3 -10087.2l-892.3 -10086.7l-895.3 -10086.2l-898.3 -10085.7l-901.3 -10085.2l-904.3 -10084.7l-907.3 -10084.2l-910.3 -10083.7l-913.3 -10083.2l-916.3 -10082.7l-919.3 -10082.2l-922.3 -10081.7l-925.3 -10081.2l-928.3 -10080.7l-931.2 -10080.2l-934.2 -10079.7l-937.2 -10079.1l-940.2 -10078.6l-943.1 -10078.1l-946.1 -10077.6l-949.1 -10077.1l-952 -10076.5l-955 -10076l-957.9 -10075.5l-960.9 -10075l-963.8 -10074.5l-966.8 -10073.9l-969.7 -10073.4l-972.7 -10072.9l-975.6 -10072.4l-978.5 -10071.8l-981.5 -10071.3l-984.4 -10070.8l-987.3 -10070.2l-990.2 -10069.7l-993.2 -10069.1l-996.1 -10068.6l-999 -10068.1l-1001.9 -10067.5l-1004.8 -10067l-1007.7 -10066.4l-1010.6 -10065.9l-1013.5 -10065.4l-1016.4 -10064.8l-1019.3 -10064.3l-1022.2 -10063.7l-1025.1 -10063.2l-1028 -10062.6l-1030.9 -10062.1l-1033.7 -10061.5l-1036.6 -10061l-1039.5 -10060.4l-1042.4 -10059.9l-1045.2 -10059.3l-1048.1 -10058.8l-1051 -10058.2l-1053.8 -10057.7l-1056.7 -10057.1l-1059.5 -10056.5l-1062.4 -10056l-1065.2 -10055.4l-1068.1 -10054.9l-1070.9 -10054.3l-1073.7 -10053.8l-1076.6 -10053.2l-1079.4 -10052.6l-1082.2 -10052.1l-1085.1 -10051.5l-1087.9 -10050.9l-1090.7 -10050.4l-1093.5 -10049.8l-1096.3 -10049.2l-1099.1 -10048.6l-1102 -10048.1l-1104.8 -10047.5l-1107.6 -10046.9l-1110.3 -10046.3l-1113.1 -10045.8l-1115.9 -10045.2l-1118.7 -10044.6l-1121.5 -10044.1l-1124.3 -10043.4l-1127.1 -10042.9l-1129.8 -10042.3l-1132.6 -10041.7l-1135.4 -10041.1l-1138.1 -10040.6l-1140.9 -10040l-1143.7 -10039.4l-1146.4 -10038.8l-1149.2 -10038.2l-1151.9 -10037.7l-1154.7 -10037.1l-1157.4 -10036.5l-1160.1 -10035.9l-1162.9 -10035.3l-1165.6 -10034.7l-1168.3 -10034.1l-1171.1 -10033.5l-1173.8 -10032.9l-1176.5 -10032.4l-1179.2 -10031.8l-1181.9 -10031.2l-1184.6 -10030.6l-1187.3 -10030l-1190.1 -10029.4l-1192.8 -10028.8l-1195.4 -10028.2l-1198.1 -10027.6l-1200.8 -10027l-1203.5 -10026.4l-1206.2 -10025.8l-1208.9 -10025.2l-1211.5 -10024.6l-1214.2 -10024l-1216.9 -10023.4l-1219.6 -10022.8l-1222.2 -10022.2l-1224.9 -10021.6l-1227.5 -10021l-1230.2 -10020.4l-1232.8 -10019.8l-1235.5 -10019.2l-1238.1 -10018.6l-1240.8 -10018l-1243.4 -10017.4l-1246 -10016.7l-1248.6 -10016.2l-1251.3 -10015.6l-1253.9 -10015l-1256.5 -10014.3l-1259.1 -10013.7l-1261.7 -10013.1l-1264.3 -10012.5l-1266.9 -10011.9l-1269.5 -10011.3l-1272.1 -10010.7l-1274.7 -10010.1l-1277.3 -10009.5l-1279.9 -10008.9l-1282.5 -10008.2l-1285.1 -10007.6l-1287.6 -10007l-1290.2 -10006.4l-1292.8 -10005.8l-1295.3 -10005.1l-1297.9 -10004.6l-1300.5 -10004l-1303 -10003.3l-1305.6 -10002.7l-1308.1 -10002.1l-1310.7 -10001.5l-1313.2 -10000.9l-1315.7 -10000.3l-1318.3 -9999.6l-1320.8 -9999l-1323.3 -9998.4l-1325.8 -9997.8l-1328.3 -9997.1l-1330.9 -9996.6l-1333.4 -9995.9l-1335.9 -9995.3l-1338.4 -9994.7l-1340.9 -9994l-1343.4 -9993.5l-1345.9 -9992.8l-1348.4 -9992.2l-1350.8 -9991.6l-1353.3 -9991l-1355.8 -9990.4l-1358.3 -9989.7l-1360.7 -9989.1l-1363.2 -9988.5l-1365.7 -9987.9l-1368.1 -9987.3l-1370.6 -9986.6l-1373 -9986l-1375.5 -9985.4l-1377.9 -9984.8l-1380.4 -9984.1l-1382.8 -9983.5l-1385.2 -9982.9l-1387.7 -9982.3l-1390.1 -9981.7l-1392.5 -9981l-1394.9 -9980.4l-1397.3 -9979.8l-1399.8 -9979.2l-1402.2 -9978.5l-1404.6 -9977.9l-1407 -9977.3l-1409.4 -9976.7l-1411.7 -9976.1l-1414.1 -9975.4l-1416.5 -9974.8l-1418.9 -9974.2l-1421.3 -9973.6l-1423.6 -9972.9l-1426 -9972.3l-1428.4 -9971.7l-1430.7 -9971.1l-1433.1 -9970.4l-1435.4 -9969.8l-1437.8 -9969.2l-1440.1 -9968.5l-1442.5 -9968l-1444.8 -9967.3l-1447.2 -9966.7l-1449.5 -9966.1l-1451.8 -9965.4l-1454.1 -9964.8l-1456.5 -9964.2l-1458.8 -9963.6l-1461.1 -9962.9l-1463.4 -9962.4l-1465.7 -9961.7l-1468 -9961.1l-1470.3 -9960.5l-1472.6 -9959.8l-1474.9 -9959.2l-1477.1 -9958.6l-1479.4 -9958l-1481.7 -9957.3l-1484 -9956.8l-1486.2 -9956.1l-1488.5 -9955.5l-1490.8 -9954.9l-1493 -9954.2l-1495.3 -9953.7l-1497.5 -9953l-1499.8 -9952.4l-1502 -9951.8l-1504.2 -9951.2l-1506.5 -9950.6l-1508.7 -9949.9l-1510.9 -9949.3l-1513.1 -9948.7l-1515.4 -9948.1l-1517.6 -9947.5l-1519.8 -9946.8l-1522 -9946.2l-1524.2 -9945.6l-1526.4 -9945l-1528.6 -9944.4l-1530.8 -9943.8l-1532.9 -9943.1l-1535.1 -9942.5l-1537.3 -9941.9l-1539.5 -9941.3l-1541.6 -9940.7l-1543.8 -9940l-1546 -9939.5l-1548.1 -9938.8l-1550.3 -9938.2l-1552.4 -9937.6l-1554.6 -9937l-1556.7 -9936.4l-1558.8 -9935.8l-1561 -9935.2l-1563.1 -9934.5l-1565.2 -9934l-1567.3 -9933.3l-1569.5 -9932.7l-1571.6 -9932.1l-1573.7 -9931.5l-1575.8 -9930.9l-1577.9 -9930.3l-1580 -9929.7l-1582.1 -9929.1l-1584.2 -9928.5l-1586.2 -9927.9l-1588.3 -9927.3l-1590.4 -9926.6l-1592.5 -9926.1l-1594.5 -9925.5l-1596.6 -9924.9l-1598.7 -9924.2l-1600.7 -9923.6l-1602.8 -9923l-1604.8 -9922.4l-1606.9 -9921.8l-1608.9 -9921.2l-1610.9 -9920.6l-1613 -9920l-1615 -9919.4l-1617 -9918.8l-1619 -9918.2l-1621 -9917.6l-1623 -9917.1l-1625 -9916.5l-1627 -9915.9l-1629 -9915.2l-1631 -9914.7l-1633 -9914.1l-1635 -9913.5l-1637 -9912.9l-1639 -9912.3l-1640.9 -9911.7l-1642.9 -9911.1l-1644.9 -9910.5l-1646.8 -9909.9l-1648.8 -9909.4l-1650.7 -9908.8l-1652.7 -9908.2l-1654.6 -9907.6l-1656.6 -9907l-1658.5 -9906.4l-1660.4 -9905.8l-1662.4 -9905.3l-1664.3 -9904.6l-1666.2 -9904.1l-1668.1 -9903.5l-1670 -9902.9l-1671.9 -9902.3l-1673.8 -9901.7l-1675.7 -9901.2l-1677.6 -9900.6l-1679.5 -9900l-1681.4 -9899.4l-1683.3 -9898.9l-1685.1 -9898.3l-1687 -9897.7l-1688.9 -9897.2l-1690.7 -9896.6l-1692.6 -9896l-1694.5 -9895.4l-1696.3 -9894.9l-1698.1 -9894.3l-1700 -9893.7l-1701.8 -9893.2l-1703.7 -9892.6l-1705.5 -9892l-1707.3 -9891.4l-1709.1 -9890.9l-1711 -9890.3l-1712.8 -9889.8l-1714.6 -9889.2l-1716.4 -9888.7l-1718.2 -9888.1l-1720 -9887.5l-1721.8 -9887l-1723.5 -9886.4l-430.1 -2465.2M723259.9 -8000968.5l-466.5 -2310l-1980.5 -9803.5l-1981.4 -9803.3l-1982.4 -9803l-1983.3 -9802.7l-1984.3 -9802.4l-1985.2 -9802l-1986.1 -9801.8l-1987.1 -9801.5l-1988 -9801.2l-1988.9 -9800.9l-1989.8 -9800.6l-1990.7 -9800.3l-1991.6 -9800.1l-1992.5 -9799.8l-1993.4 -9799.5l-1994.3 -9799.2l-993.9 -4882.1"
id="path1342"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1661742.6 -1l-1.7 -10162.5l-5.1 -10163.5l-8.5 -10163.5l-11.9 -10163.5l-15.3 -10163.5l-18.7 -10163.5l-22.1 -10163.5l-25.4 -10163.5l-28.8 -10163.5l-32.2 -10163.4l-35.6 -10163.4l-39 -10163.4l-42.4 -10163.4l-45.8 -10163.3l-49.2 -10163.3l-52.6 -10163.3l-56 -10163.3l-59.4 -10163.2l-62.8 -10163.2l-66.1 -10163.1l-69.5 -10163.1l-72.9 -10163.1l-76.3 -10163l-79.7 -10163l-83.1 -10162.9l-86.5 -10162.9l-89.9 -10162.8l-93.3 -10162.7l-96.7 -10162.7l-100 -10162.6l-103.4 -10162.6l-106.8 -10162.5l-110.2 -10162.4l-113.6 -10162.3l-117 -10162.3l-120.4 -10162.2l-123.8 -10162.1l-127.1 -10162.1l-130.5 -10161.9l-133.9 -10161.9l-137.3 -10161.8l-140.7 -10161.7l-144.1 -10161.6l-147.4 -10161.5l-150.8 -10161.4l-154.2 -10161.3l-157.6 -10161.2l-161 -10161.1l-164.4 -10161l-167.7 -10160.9l-171.1 -10160.8l-174.5 -10160.7l-177.9 -10160.6l-181.3 -10160.5l-184.6 -10160.4l-188 -10160.3l-191.4 -10160.1l-194.8 -10160l-198.1 -10159.9l-201.5 -10159.8l-204.9 -10159.7l-208.3 -10159.5l-211.6 -10159.4l-215 -10159.3l-218.4 -10159.1l-221.7 -10159l-225.1 -10158.9l-228.5 -10158.7l-231.8 -10158.6l-235.2 -10158.4l-238.6 -10158.3l-241.9 -10158.1l-245.3 -10158l-248.7 -10157.8l-252 -10157.6l-255.4 -10157.5l-258.8 -10157.4l-262.1 -10157.2l-265.5 -10157l-268.8 -10156.8l-272.2 -10156.7l-275.6 -10156.5l-278.9 -10156.4l-282.3 -10156.2l-285.6 -10156l-289 -10155.8l-292.3 -10155.6l-295.7 -10155.5l-299 -10155.3l-302.4 -10155.1l-305.8 -10154.9l-309.1 -10154.7l-312.4 -10154.5l-315.8 -10154.3l-319.1 -10154.1l-322.5 -10153.9l-325.8 -10153.7l-329.2 -10153.5l-332.5 -10153.3l-335.9 -10153.1l-339.2 -10152.9l-342.5 -10152.7l-345.9 -10152.5l-349.2 -10152.3l-352.5 -10152.1l-355.9 -10151.8l-359.2 -10151.6l-362.5 -10151.4l-365.9 -10151.2l-369.2 -10151l-372.5 -10150.7l-375.9 -10150.5l-379.2 -10150.3l-382.5 -10150l-385.8 -10149.8l-389.2 -10149.5l-392.5 -10149.3l-395.8 -10149.1l-399.1 -10148.8l-402.5 -10148.6l-405.8 -10148.3l-409.1 -10148.1l-412.4 -10147.8l-415.7 -10147.6l-419 -10147.3l-422.3 -10147.1l-425.6 -10146.8l-429 -10146.5l-432.3 -10146.3l-435.6 -10146l-438.9 -10145.7l-442.2 -10145.5l-445.5 -10145.2l-448.8 -10144.9l-452.1 -10144.6l-455.4 -10144.4l-458.7 -10144.1l-462 -10143.8l-465.2 -10143.5l-468.5 -10143.3l-471.8 -10143l-475.1 -10142.7l-478.4 -10142.4l-481.7 -10142.1l-485 -10141.8l-488.3 -10141.5l-491.5 -10141.2l-494.8 -10140.9l-498.1 -10140.6l-501.4 -10140.3l-504.7 -10140l-507.9 -10139.7l-511.2 -10139.4l-514.5 -10139.1l-517.7 -10138.8l-521 -10138.5l-524.3 -10138.1l-527.5 -10137.8l-530.8 -10137.5l-534.1 -10137.2l-537.3 -10136.9l-540.6 -10136.5l-543.8 -10136.2l-547.1 -10135.9l-550.3 -10135.5l-553.6 -10135.2l-556.8 -10134.9l-560.1 -10134.5l-563.3 -10134.2l-566.6 -10133.9l-569.8 -10133.5l-573.1 -10133.2l-576.3 -10132.8l-579.5 -10132.5l-582.8 -10132.1l-586 -10131.8l-589.2 -10131.4l-592.5 -10131.1l-595.7 -10130.7l-598.9 -10130.3l-602.1 -10130l-605.4 -10129.7l-608.6 -10129.3l-611.8 -10128.9l-615 -10128.5l-618.2 -10128.2l-621.5 -10127.8l-624.7 -10127.5l-627.9 -10127.1l-631.1 -10126.7l-634.3 -10126.3l-637.5 -10126l-640.7 -10125.6l-643.9 -10125.2l-647.1 -10124.8l-650.3 -10124.4l-653.5 -10124.1l-656.7 -10123.7l-659.9 -10123.2l-663 -10122.9l-666.2 -10122.5l-669.4 -10122.1l-672.6 -10121.7l-675.8 -10121.3l-679 -10120.9l-682.1 -10120.5l-685.3 -10120.1l-688.5 -10119.7l-691.6 -10119.3l-694.8 -10118.9l-698 -10118.5l-701.1 -10118l-704.3 -10117.7l-707.5 -10117.3l-710.6 -10116.8l-713.8 -10116.4l-716.9 -10116l-720.1 -10115.6l-723.2 -10115.2l-726.4 -10114.7l-729.5 -10114.3l-732.7 -10113.9l-735.8 -10113.5l-738.9 -10113l-742.1 -10112.6l-745.2 -10112.1l-748.3 -10111.7l-751.5 -10111.3l-754.6 -10110.9l-757.7 -10110.4l-760.8 -10110l-764 -10109.5l-767.1 -10109.1l-770.2 -10108.7l-773.3 -10108.2l-776.4 -10107.8l-779.5 -10107.3l-782.6 -10106.9l-785.7 -10106.4l-788.8 -10105.9l-791.9 -10105.5l-795 -10105.1l-798.1 -10104.6l-801.2 -10104.1l-804.3 -10103.7l-807.4 -10103.2l-810.5 -10102.8l-813.5 -10102.3l-816.6 -10101.8l-819.7 -10101.4l-822.8 -10100.9l-825.8 -10100.4l-828.9 -10099.9l-832 -10099.5l-835 -10099l-838.1 -10098.5l-841.2 -10098.1l-844.2 -10097.5l-847.3 -10097.1l-850.3 -10096.6l-853.4 -10096.1l-856.4 -10095.6l-859.5 -10095.2l-862.5 -10094.7l-865.5 -10094.2l-868.6 -10093.7l-871.6 -10093.2l-874.7 -10092.7l-877.7 -10092.2l-880.7 -10091.7l-883.7 -10091.2l-886.7 -10090.7l-889.8 -10090.2l-892.8 -10089.8l-895.8 -10089.3l-898.8 -10088.7l-901.8 -10088.2l-904.8 -10087.7l-907.8 -10087.2l-910.8 -10086.7l-913.8 -10086.2l-916.8 -10085.7l-919.8 -10085.2l-922.8 -10084.7l-925.8 -10084.1l-928.8 -10083.7l-931.7 -10083.2l-934.7 -10082.6l-937.7 -10082.1l-940.7 -10081.6l-943.6 -10081.1l-946.6 -10080.6l-949.6 -10080l-952.5 -10079.5l-955.5 -10079l-958.5 -10078.5l-961.4 -10077.9l-964.4 -10077.4l-967.3 -10076.9l-970.2 -10076.4l-973.2 -10075.8l-976.1 -10075.3l-979.1 -10074.8l-982 -10074.2l-984.9 -10073.7l-987.9 -10073.2l-990.8 -10072.6l-993.7 -10072l-996.6 -10071.5l-999.5 -10071l-1002.5 -10070.5l-1005.4 -10069.9l-1008.3 -10069.3l-1011.2 -10068.8l-1014.1 -10068.3l-1017 -10067.7l-1019.9 -10067.1l-1022.8 -10066.6l-1025.7 -10066.1l-1028.5 -10065.5l-1031.4 -10065l-1034.3 -10064.4l-1037.2 -10063.9l-1040.1 -10063.3l-1042.9 -10062.8l-1045.8 -10062.2l-1048.7 -10061.6l-1051.5 -10061.1l-1054.4 -10060.5l-1057.2 -10060l-1060.1 -10059.4l-1062.9 -10058.8l-1065.8 -10058.3l-1068.6 -10057.7l-1071.5 -10057.1l-1074.3 -10056.6l-1077.1 -10056l-1080 -10055.5l-1082.8 -10054.9l-1085.6 -10054.3l-1088.5 -10053.7l-1091.3 -10053.2l-1094.1 -10052.6l-1096.9 -10052l-1099.7 -10051.4l-1102.5 -10050.9l-1105.3 -10050.3l-1108.1 -10049.7l-1110.9 -10049.1l-1113.7 -10048.6l-1116.5 -10048l-1119.3 -10047.4l-1122.1 -10046.8l-1124.9 -10046.2l-1127.6 -10045.7l-1130.4 -10045.1l-1133.2 -10044.5l-1136 -10043.9l-1138.7 -10043.3l-1141.5 -10042.8l-1144.2 -10042.2l-1147 -10041.6l-1149.8 -10041l-1152.5 -10040.4l-1155.3 -10039.8l-1158 -10039.2l-1160.7 -10038.6l-1163.5 -10038l-1166.2 -10037.4l-1168.9 -10036.9l-1171.7 -10036.3l-1174.4 -10035.6l-1177.1 -10035.1l-1179.8 -10034.5l-1182.5 -10033.9l-1185.2 -10033.3l-1187.9 -10032.7l-1190.7 -10032.1l-1193.4 -10031.5l-1196 -10030.9l-1198.7 -10030.3l-1201.4 -10029.7l-1204.1 -10029.1l-1206.8 -10028.5l-1209.5 -10027.9l-1212.1 -10027.3l-1214.8 -10026.7l-1217.5 -10026.1l-1220.2 -10025.5l-1222.8 -10024.8l-1225.5 -10024.3l-1228.1 -10023.7l-1230.8 -10023.1l-1233.4 -10022.4l-1236.1 -10021.8l-1238.7 -10021.2l-1241.4 -10020.6l-1244 -10020l-1246.6 -10019.4l-1249.3 -10018.8l-1251.9 -10018.2l-1254.5 -10017.6l-1257.1 -10017l-1259.7 -10016.3l-1262.3 -10015.7l-1265 -10015.1l-1267.6 -10014.5l-1270.2 -10013.9l-1272.7 -10013.3l-1275.3 -10012.7l-1277.9 -10012.1l-1280.5 -10011.4l-1283.1 -10010.8l-1285.7 -10010.2l-1288.3 -10009.6l-1290.8 -10009l-1293.4 -10008.4l-1296 -10007.7l-1298.5 -10007.1l-1301.1 -10006.5l-1303.6 -10005.9l-1306.2 -10005.2l-1308.7 -10004.6l-1311.3 -10004l-1313.8 -10003.4l-1316.3 -10002.8l-1318.9 -10002.1l-1321.4 -10001.5l-1323.9 -10000.9l-1326.5 -10000.3l-1329 -9999.7l-1331.5 -9999.1l-1334 -9998.4l-1336.5 -9997.8l-1339 -9997.2l-1341.5 -9996.5l-1344 -9996l-1346.5 -9995.3l-1349 -9994.7l-1351.5 -9994l-1353.9 -9993.5l-1356.4 -9992.8l-1358.9 -9992.2l-1361.4 -9991.6l-1363.8 -9990.9l-1366.3 -9990.3l-1368.8 -9989.7l-1371.2 -9989.1l-1373.7 -9988.5l-1376.1 -9987.8l-1378.6 -9987.2l-1381 -9986.6l-1383.4 -9986l-1385.9 -9985.3l-1388.3 -9984.7l-1390.7 -9984.1l-1393.1 -9983.5l-1395.6 -9982.8l-1398 -9982.2l-1400.4 -9981.6l-1402.8 -9980.9l-1405.2 -9980.3l-1407.6 -9979.7l-1410 -9979.1l-1412.4 -9978.4l-1414.8 -9977.8l-1417.1 -9977.2l-1419.5 -9976.5l-1421.9 -9975.9l-1424.3 -9975.3l-1426.6 -9974.7l-1429 -9974l-1431.4 -9973.4l-1433.7 -9972.8l-1436.1 -9972.2l-1438.4 -9971.5l-1440.8 -9970.9l-1443.1 -9970.3l-1445.4 -9969.7l-1447.8 -9969l-1450.1 -9968.4l-1452.4 -9967.8l-1454.8 -9967.2l-1457.1 -9966.5l-1459.4 -9965.9l-1461.7 -9965.2l-1464 -9964.7l-1466.3 -9964l-1468.6 -9963.4l-1470.9 -9962.8l-1473.2 -9962.1l-1475.5 -9961.5l-1477.8 -9960.9l-1480 -9960.3l-1482.3 -9959.6l-1484.6 -9959l-1486.9 -9958.4l-1489.1 -9957.8l-1491.4 -9957.2l-1493.6 -9956.5l-1495.9 -9955.9l-1498.1 -9955.3l-1500.4 -9954.7l-1502.6 -9954l-1504.9 -9953.4l-1507.1 -9952.8l-1509.3 -9952.2l-1511.5 -9951.5l-1513.8 -9950.9l-1516 -9950.3l-1518.2 -9949.7l-1520.4 -9949.1l-1522.6 -9948.4l-1524.8 -9947.8l-1527 -9947.2l-1529.2 -9946.6l-1531.4 -9946l-1533.6 -9945.3l-1535.7 -9944.7l-1537.9 -9944.1l-1540.1 -9943.5l-1542.3 -9942.9l-1544.4 -9942.2l-1546.6 -9941.6l-1548.7 -9941l-1550.9 -9940.4l-1553 -9939.7l-1555.2 -9939.2l-1557.3 -9938.5l-1559.5 -9937.9l-1561.6 -9937.3l-1563.7 -9936.7l-1565.8 -9936.1l-1568 -9935.5l-1570.1 -9934.8l-1572.2 -9934.2l-1574.3 -9933.6l-1576.4 -9933l-1578.5 -9932.4l-1580.6 -9931.8l-1582.7 -9931.1l-1584.8 -9930.6l-1586.9 -9930l-1588.9 -9929.3l-1591 -9928.7l-1593.1 -9928.1l-1595.1 -9927.5l-1597.2 -9926.9l-1599.3 -9926.3l-1601.3 -9925.7l-1603.4 -9925.1l-1605.4 -9924.5l-1607.5 -9923.9l-1609.5 -9923.3l-1611.5 -9922.6l-1613.6 -9922.1l-1615.6 -9921.5l-1617.6 -9920.9l-1619.6 -9920.2l-1621.6 -9919.7l-1623.6 -9919.1l-1625.6 -9918.5l-1627.6 -9917.9l-1629.6 -9917.2l-1631.6 -9916.7l-1633.6 -9916.1l-1635.6 -9915.5l-1637.6 -9914.8l-1639.6 -9914.3l-1641.5 -9913.7l-1643.5 -9913.1l-1645.5 -9912.5l-1647.4 -9911.9l-1649.4 -9911.3l-1651.3 -9910.7l-1653.3 -9910.1l-1655.2 -9909.5l-1657.2 -9908.9l-1659.1 -9908.4l-1661 -9907.8l-1662.9 -9907.2l-1664.9 -9906.6l-1666.8 -9906l-1668.7 -9905.4l-1670.6 -9904.8l-1672.5 -9904.2l-1674.4 -9903.6l-1676.3 -9903.1l-1678.2 -9902.5l-1680.1 -9901.9l-1682 -9901.3l-1683.8 -9900.8l-1685.7 -9900.2l-1687.6 -9899.6l-1689.5 -9899l-1691.3 -9898.4l-1693.2 -9897.9l-1695 -9897.3l-1696.9 -9896.7l-1698.7 -9896.1l-1700.6 -9895.6l-1702.4 -9895l-1704.2 -9894.4l-1706.1 -9893.9l-1707.9 -9893.3l-1709.7 -9892.7l-1711.5 -9892.2l-1713.3 -9891.6l-1715.1 -9891l-1716.9 -9890.5l-1718.7 -9889.9l-1720.5 -9889.3l-1722.3 -9888.8l-1724.1 -9888.2l-1725.9 -9887.6l-1727.7 -9887.1l-1729.4 -9886.5l-1731.2 -9886l-1733 -9885.4l-1734.7 -9884.9l-1736.5 -9884.3l-1738.2 -9883.7l-1740 -9883.2l-1741.7 -9882.6l-1743.5 -9882.1l-1745.2 -9881.5l-1746.9 -9881l-1748.6 -9880.4l-1750.4 -9879.9l-1752.1 -9879.3l-1753.8 -9878.8l-1755.5 -9878.2l-1757.2 -9877.7l-1758.9 -9877.2l-1760.6 -9876.6l-1762.3 -9876.1l-1764 -9875.5l-270.9 -1515.7M733241.2 -8002071.8l-643.6 -3186.8l-1980.8 -9804.5l-1981.7 -9804.2l-1982.7 -9803.9l-1983.6 -9803.6l-1984.6 -9803.3l-1985.5 -9803l-1986.4 -9802.7l-1987.3 -9802.4l-1988.3 -9802.1l-1989.2 -9801.8l-1990.1 -9801.5l-1991 -9801.2l-1991.9 -9801l-1992.8 -9800.7l-1993.7 -9800.4l-1994.6 -9800.1l-1995.5 -9799.8l-1996.3 -9799.6l-1997.2 -9799.2l-1998.1 -9799l-1999 -9798.7l-1999.8 -9798.5l-2000.7 -9798.2l-2001.5 -9797.9l-2002.4 -9797.7l-2003.2 -9797.4l-799.9 -3910.9"
id="path1343"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1671907.8 -1l-1.7 -10165.9l-5.1 -10166.9l-8.5 -10166.9l-11.9 -10166.9l-15.3 -10166.9l-18.7 -10166.9l-22.1 -10166.9l-25.5 -10166.9l-28.9 -10166.9l-32.3 -10166.8l-35.6 -10166.8l-39 -10166.8l-42.4 -10166.8l-45.8 -10166.7l-49.2 -10166.7l-52.6 -10166.6l-56 -10166.6l-59.4 -10166.6l-62.8 -10166.6l-66.2 -10166.5l-69.6 -10166.5l-73 -10166.4l-76.4 -10166.4l-79.8 -10166.3l-83.2 -10166.3l-86.5 -10166.2l-89.9 -10166.2l-93.3 -10166.1l-96.7 -10166.1l-100.1 -10166l-103.5 -10165.9l-106.9 -10165.9l-110.3 -10165.8l-113.7 -10165.7l-117.1 -10165.7l-120.4 -10165.6l-123.8 -10165.5l-127.2 -10165.4l-130.6 -10165.3l-134 -10165.3l-137.4 -10165.2l-140.8 -10165.1l-144.2 -10165l-147.5 -10164.9l-150.9 -10164.8l-154.3 -10164.7l-157.7 -10164.6l-161.1 -10164.5l-164.5 -10164.4l-167.8 -10164.3l-171.2 -10164.2l-174.6 -10164.1l-178 -10164l-181.4 -10163.9l-184.7 -10163.8l-188.1 -10163.7l-191.5 -10163.5l-194.9 -10163.4l-198.3 -10163.3l-201.6 -10163.2l-205 -10163l-208.4 -10162.9l-211.8 -10162.8l-215.1 -10162.6l-218.5 -10162.5l-221.9 -10162.3l-225.3 -10162.2l-228.6 -10162.1l-232 -10161.9l-235.4 -10161.8l-238.7 -10161.6l-242.1 -10161.5l-245.5 -10161.4l-248.8 -10161.2l-252.2 -10161l-255.6 -10160.9l-258.9 -10160.7l-262.3 -10160.6l-265.7 -10160.4l-269 -10160.2l-272.4 -10160.1l-275.7 -10159.9l-279.1 -10159.7l-282.5 -10159.5l-285.8 -10159.4l-289.2 -10159.2l-292.5 -10159l-295.9 -10158.8l-299.2 -10158.6l-302.6 -10158.4l-305.9 -10158.3l-309.3 -10158.1l-312.6 -10157.9l-316 -10157.6l-319.3 -10157.5l-322.7 -10157.3l-326 -10157.1l-329.4 -10156.8l-332.7 -10156.7l-336.1 -10156.5l-339.4 -10156.3l-342.7 -10156l-346.1 -10155.8l-349.4 -10155.6l-352.8 -10155.4l-356.1 -10155.2l-359.4 -10154.9l-362.8 -10154.7l-366.1 -10154.5l-369.4 -10154.3l-372.8 -10154.1l-376.1 -10153.8l-379.4 -10153.6l-382.8 -10153.4l-386.1 -10153.1l-389.4 -10152.8l-392.7 -10152.6l-396.1 -10152.4l-399.4 -10152.1l-402.7 -10151.9l-406 -10151.6l-409.3 -10151.4l-412.7 -10151.1l-416 -10150.9l-419.3 -10150.6l-422.6 -10150.4l-425.9 -10150.1l-429.2 -10149.9l-432.5 -10149.6l-435.8 -10149.3l-439.1 -10149.1l-442.4 -10148.8l-445.7 -10148.5l-449 -10148.2l-452.3 -10147.9l-455.6 -10147.7l-458.9 -10147.4l-462.2 -10147.1l-465.5 -10146.8l-468.8 -10146.6l-472.1 -10146.3l-475.4 -10146l-478.7 -10145.7l-482 -10145.4l-485.3 -10145.1l-488.6 -10144.8l-491.8 -10144.5l-495.1 -10144.2l-498.4 -10143.9l-501.7 -10143.6l-505 -10143.3l-508.2 -10143l-511.5 -10142.6l-514.8 -10142.4l-518.1 -10142l-521.3 -10141.7l-524.6 -10141.4l-527.9 -10141.1l-531.1 -10140.8l-534.4 -10140.4l-537.6 -10140.1l-540.9 -10139.8l-544.2 -10139.5l-547.4 -10139.1l-550.7 -10138.8l-553.9 -10138.5l-557.2 -10138.1l-560.4 -10137.8l-563.7 -10137.5l-566.9 -10137.1l-570.2 -10136.7l-573.4 -10136.4l-576.6 -10136.1l-579.9 -10135.7l-583.1 -10135.4l-586.4 -10135l-589.6 -10134.7l-592.8 -10134.3l-596 -10134l-599.3 -10133.6l-602.5 -10133.2l-605.7 -10132.9l-608.9 -10132.5l-612.2 -10132.2l-615.4 -10131.8l-618.6 -10131.4l-621.8 -10131.1l-625 -10130.7l-628.2 -10130.3l-631.5 -10129.9l-634.7 -10129.6l-637.9 -10129.2l-641.1 -10128.8l-644.3 -10128.4l-647.5 -10128l-650.7 -10127.6l-653.9 -10127.3l-657.1 -10126.9l-660.2 -10126.4l-663.4 -10126.1l-666.6 -10125.7l-669.8 -10125.3l-673 -10124.9l-676.2 -10124.5l-679.4 -10124.1l-682.5 -10123.7l-685.7 -10123.3l-688.9 -10122.8l-692.1 -10122.5l-695.2 -10122.1l-698.4 -10121.7l-701.6 -10121.2l-704.7 -10120.8l-707.9 -10120.4l-711 -10120l-714.2 -10119.6l-717.3 -10119.1l-720.5 -10118.7l-723.6 -10118.3l-726.8 -10117.9l-729.9 -10117.4l-733.1 -10117l-736.2 -10116.6l-739.4 -10116.2l-742.5 -10115.7l-745.6 -10115.3l-748.8 -10114.9l-751.9 -10114.4l-755 -10114l-758.1 -10113.5l-761.3 -10113.1l-764.4 -10112.7l-767.5 -10112.2l-770.6 -10111.8l-773.7 -10111.3l-776.9 -10110.9l-780 -10110.4l-783.1 -10110l-786.2 -10109.5l-789.3 -10109l-792.4 -10108.6l-795.5 -10108.2l-798.6 -10107.7l-801.7 -10107.2l-804.8 -10106.8l-807.8 -10106.3l-810.9 -10105.8l-814 -10105.4l-817.1 -10104.9l-820.2 -10104.4l-823.2 -10104l-826.3 -10103.5l-829.4 -10103l-832.5 -10102.5l-835.5 -10102.1l-838.6 -10101.6l-841.6 -10101.1l-844.7 -10100.6l-847.8 -10100.2l-850.8 -10099.7l-853.9 -10099.2l-856.9 -10098.7l-860 -10098.2l-863 -10097.7l-866 -10097.2l-869.1 -10096.7l-872.1 -10096.2l-875.1 -10095.8l-878.2 -10095.3l-881.2 -10094.8l-884.2 -10094.3l-887.2 -10093.7l-890.3 -10093.3l-893.3 -10092.8l-896.3 -10092.3l-899.3 -10091.7l-902.3 -10091.3l-905.3 -10090.7l-908.3 -10090.2l-911.3 -10089.7l-914.3 -10089.2l-917.3 -10088.7l-920.3 -10088.2l-923.3 -10087.7l-926.3 -10087.1l-929.3 -10086.7l-932.3 -10086.1l-935.2 -10085.6l-938.2 -10085.1l-941.2 -10084.5l-944.2 -10084.1l-947.1 -10083.5l-950.1 -10083l-953.1 -10082.4l-956 -10081.9l-959 -10081.4l-961.9 -10080.9l-964.9 -10080.4l-967.8 -10079.8l-970.8 -10079.3l-973.7 -10078.8l-976.7 -10078.2l-979.6 -10077.7l-982.5 -10077.1l-985.5 -10076.6l-988.4 -10076.1l-991.3 -10075.5l-994.2 -10075l-997.2 -10074.5l-1000.1 -10073.9l-1003 -10073.4l-1005.9 -10072.8l-1008.8 -10072.2l-1011.7 -10071.7l-1014.6 -10071.2l-1017.5 -10070.6l-1020.4 -10070l-1023.3 -10069.5l-1026.2 -10069l-1029.1 -10068.4l-1032 -10067.9l-1034.9 -10067.3l-1037.7 -10066.7l-1040.6 -10066.2l-1043.5 -10065.6l-1046.3 -10065l-1049.2 -10064.5l-1052.1 -10064l-1054.9 -10063.4l-1057.8 -10062.8l-1060.7 -10062.2l-1063.5 -10061.7l-1066.4 -10061.1l-1069.2 -10060.6l-1072 -10060l-1074.9 -10059.4l-1077.7 -10058.9l-1080.6 -10058.3l-1083.4 -10057.7l-1086.2 -10057.1l-1089 -10056.6l-1091.9 -10056l-1094.7 -10055.4l-1097.5 -10054.8l-1100.3 -10054.2l-1103.1 -10053.7l-1105.9 -10053.1l-1108.7 -10052.5l-1111.5 -10051.9l-1114.3 -10051.4l-1117.1 -10050.8l-1119.9 -10050.2l-1122.7 -10049.6l-1125.4 -10049l-1128.2 -10048.4l-1131 -10047.9l-1133.8 -10047.3l-1136.5 -10046.7l-1139.3 -10046.1l-1142.1 -10045.5l-1144.8 -10044.9l-1147.6 -10044.3l-1150.3 -10043.7l-1153.1 -10043.1l-1155.8 -10042.6l-1158.6 -10042l-1161.3 -10041.3l-1164.1 -10040.8l-1166.8 -10040.2l-1169.5 -10039.6l-1172.3 -10039l-1175 -10038.4l-1177.7 -10037.8l-1180.4 -10037.2l-1183.1 -10036.6l-1185.8 -10036l-1188.5 -10035.4l-1191.3 -10034.8l-1194 -10034.2l-1196.6 -10033.6l-1199.3 -10033l-1202 -10032.4l-1204.7 -10031.8l-1207.4 -10031.2l-1210.1 -10030.6l-1212.8 -10029.9l-1215.4 -10029.4l-1218.1 -10028.7l-1220.8 -10028.1l-1223.4 -10027.5l-1226.1 -10026.9l-1228.7 -10026.3l-1231.4 -10025.7l-1234 -10025.1l-1236.7 -10024.4l-1239.3 -10023.9l-1242 -10023.3l-1244.6 -10022.6l-1247.2 -10022l-1249.9 -10021.4l-1252.5 -10020.8l-1255.1 -10020.2l-1257.7 -10019.6l-1260.3 -10018.9l-1263 -10018.3l-1265.6 -10017.7l-1268.2 -10017.1l-1270.8 -10016.5l-1273.4 -10015.8l-1276 -10015.3l-1278.6 -10014.6l-1281.1 -10014l-1283.7 -10013.4l-1286.3 -10012.8l-1288.9 -10012.2l-1291.4 -10011.5l-1294 -10010.9l-1296.6 -10010.3l-1299.1 -10009.7l-1301.7 -10009.1l-1304.3 -10008.4l-1306.8 -10007.8l-1309.3 -10007.2l-1311.9 -10006.6l-1314.4 -10005.9l-1317 -10005.3l-1319.5 -10004.7l-1322 -10004.1l-1324.6 -10003.5l-1327.1 -10002.8l-1329.6 -10002.2l-1332.1 -10001.6l-1334.6 -10001l-1337.1 -10000.3l-1339.6 -9999.7l-1342.1 -9999l-1344.6 -9998.4l-1347.1 -9997.8l-1349.6 -9997.2l-1352.1 -9996.5l-1354.6 -9995.9l-1357 -9995.3l-1359.5 -9994.7l-1362 -9994.1l-1364.5 -9993.4l-1366.9 -9992.8l-1369.4 -9992.2l-1371.8 -9991.5l-1374.3 -9990.9l-1376.7 -9990.2l-1379.2 -9989.7l-1381.6 -9989l-1384.1 -9988.4l-1386.5 -9987.7l-1388.9 -9987.1l-1391.3 -9986.5l-1393.8 -9985.9l-1396.2 -9985.2l-1398.6 -9984.6l-1401 -9984l-1403.4 -9983.4l-1405.8 -9982.7l-1408.2 -9982.1l-1410.6 -9981.5l-1413 -9980.8l-1415.4 -9980.2l-1417.8 -9979.6l-1420.1 -9978.9l-1422.5 -9978.3l-1424.9 -9977.7l-1427.3 -9977l-1429.6 -9976.4l-1432 -9975.8l-1434.3 -9975.2l-1436.7 -9974.5l-1439 -9973.9l-1441.4 -9973.2l-1443.7 -9972.6l-1446.1 -9972l-1448.4 -9971.4l-1450.7 -9970.7l-1453.1 -9970.1l-1455.4 -9969.5l-1457.7 -9968.8l-1460 -9968.2l-1462.3 -9967.6l-1464.6 -9967l-1466.9 -9966.3l-1469.2 -9965.7l-1471.5 -9965.1l-1473.8 -9964.4l-1476.1 -9963.8l-1478.4 -9963.2l-1480.7 -9962.6l-1482.9 -9961.9l-1485.2 -9961.3l-1487.5 -9960.7l-1489.7 -9960l-1492 -9959.4l-1494.3 -9958.7l-1496.5 -9958.2l-1498.8 -9957.5l-1501 -9956.9l-1503.2 -9956.2l-1505.5 -9955.6l-1507.7 -9955l-1509.9 -9954.4l-1512.2 -9953.8l-1514.4 -9953.1l-1516.6 -9952.5l-1518.8 -9951.9l-1521 -9951.3l-1523.2 -9950.6l-1525.4 -9950l-1527.6 -9949.4l-1529.8 -9948.8l-1532 -9948.1l-1534.2 -9947.5l-1536.4 -9946.9l-1538.5 -9946.3l-1540.7 -9945.6l-1542.9 -9945l-1545 -9944.4l-1547.2 -9943.8l-1549.4 -9943.2l-1551.5 -9942.5l-1553.6 -9941.9l-1555.8 -9941.3l-1557.9 -9940.7l-1560.1 -9940.1l-1562.2 -9939.4l-1564.3 -9938.8l-1566.5 -9938.2l-1568.6 -9937.6l-1570.7 -9937l-1572.8 -9936.3l-1574.9 -9935.7l-1577 -9935.1l-1579.1 -9934.5l-1581.2 -9933.9l-1583.3 -9933.2l-1585.4 -9932.7l-1587.5 -9932l-1589.5 -9931.4l-1591.6 -9930.8l-1593.7 -9930.2l-1595.8 -9929.6l-1597.8 -9929l-1599.9 -9928.4l-1601.9 -9927.7l-1604 -9927.1l-1606 -9926.5l-1608.1 -9925.9l-1610.1 -9925.3l-1612.1 -9924.7l-1614.2 -9924.1l-1616.2 -9923.5l-1618.2 -9922.9l-1620.2 -9922.2l-1622.2 -9921.7l-1624.2 -9921.1l-1626.2 -9920.5l-1628.2 -9919.9l-1630.2 -9919.2l-1632.2 -9918.7l-1634.2 -9918.1l-1636.2 -9917.4l-1638.2 -9916.8l-1640.2 -9916.2l-1642.1 -9915.6l-1644.1 -9915.1l-1646.1 -9914.5l-1648 -9913.8l-1650 -9913.3l-1651.9 -9912.7l-1653.9 -9912.1l-1655.8 -9911.4l-1657.7 -9910.9l-1659.7 -9910.3l-1661.6 -9909.7l-1663.5 -9909.1l-1665.4 -9908.5l-1667.4 -9907.9l-1669.3 -9907.3l-1671.2 -9906.7l-1673.1 -9906.1l-1675 -9905.5l-1676.9 -9905l-1678.8 -9904.4l-1680.7 -9903.8l-1682.5 -9903.2l-1684.4 -9902.6l-1686.3 -9902l-1688.2 -9901.5l-1690 -9900.9l-1691.9 -9900.3l-1693.8 -9899.7l-1695.6 -9899.1l-1697.5 -9898.6l-1699.3 -9898l-1701.1 -9897.4l-1703 -9896.8l-1704.8 -9896.3l-1706.6 -9895.7l-1708.4 -9895.1l-1710.3 -9894.5l-1712.1 -9894l-1713.9 -9893.4l-1715.7 -9892.8l-1717.5 -9892.3l-1719.3 -9891.7l-1721.1 -9891.1l-1722.9 -9890.6l-1724.7 -9890l-1726.4 -9889.4l-1728.2 -9888.9l-1730 -9888.3l-1731.8 -9887.7l-1733.5 -9887.1l-1735.3 -9886.6l-1737 -9886l-1738.8 -9885.5l-1740.5 -9884.9l-1742.3 -9884.4l-1744 -9883.8l-1745.7 -9883.3l-1747.5 -9882.7l-1749.2 -9882.1l-1750.9 -9881.6l-1752.6 -9881.1l-1754.3 -9880.5l-1756 -9879.9l-1757.8 -9879.4l-1759.5 -9878.9l-1761.1 -9878.3l-1762.8 -9877.8l-1764.5 -9877.2l-1766.2 -9876.7l-1767.9 -9876.1l-1769.6 -9875.6l-1771.2 -9875l-1772.9 -9874.5l-1774.5 -9874l-1776.2 -9873.4l-1777.8 -9872.9l-1779.5 -9872.3l-1781.1 -9871.8l-1782.8 -9871.3l-1784.4 -9870.8l-1786 -9870.2l-1787.7 -9869.7l-1789.3 -9869.2l-1790.9 -9868.7l-1792.5 -9868.1l-1794.1 -9867.6l-1795.7 -9867.1l-1797.3 -9866.6l-1798.9 -9866l-1800.5 -9865.5l-979.8 -5365M743213.8 -8003223.2l-811.1 -4015.8l-1981.1 -9805.4l-1982 -9805.2l-1983 -9804.9l-1983.9 -9804.5l-1984.9 -9804.2l-1985.8 -9803.9l-1986.7 -9803.6l-1987.6 -9803.3l-1988.6 -9803l-1989.5 -9802.7l-1990.4 -9802.4l-1991.3 -9802.1l-1992.2 -9801.9l-1993.1 -9801.6l-1994 -9801.2l-1994.9 -9801l-1995.7 -9800.7l-1996.6 -9800.4l-1997.5 -9800.1l-1998.4 -9799.9l-1999.2 -9799.6l-2000.1 -9799.3l-2000.9 -9799l-2001.8 -9798.7l-2002.6 -9798.5l-2003.5 -9798.2l-2004.3 -9798l-2005.1 -9797.7l-2006 -9797.4l-2006.8 -9797.2l-2007.6 -9796.9l-2008.4 -9796.7l-2009.2 -9796.4l-2010 -9796.2l-2010.8 -9795.9l-2011.6 -9795.7l-517.6 -2519.7"
id="path1344"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1682076.4 -1l-1.7 -10169.3l-5.1 -10170.3l-8.5 -10170.3l-11.9 -10170.3l-15.3 -10170.3l-18.7 -10170.3l-22.1 -10170.3l-25.5 -10170.3l-28.9 -10170.3l-32.3 -10170.2l-35.7 -10170.2l-39.1 -10170.2l-42.5 -10170.2l-45.9 -10170.1l-49.3 -10170.1l-52.6 -10170l-56 -10170l-59.4 -10170l-62.8 -10170l-66.2 -10169.9l-69.6 -10169.9l-73 -10169.8l-76.4 -10169.8l-79.8 -10169.7l-83.2 -10169.7l-86.6 -10169.6l-90 -10169.6l-93.4 -10169.5l-96.8 -10169.5l-100.2 -10169.4l-103.6 -10169.3l-107 -10169.3l-110.3 -10169.2l-113.7 -10169.1l-117.1 -10169.1l-120.5 -10169l-123.9 -10168.9l-127.3 -10168.8l-130.7 -10168.7l-134.1 -10168.7l-137.5 -10168.6l-140.9 -10168.5l-144.2 -10168.4l-147.6 -10168.3l-151 -10168.2l-154.4 -10168.1l-157.8 -10168l-161.2 -10167.9l-164.6 -10167.8l-167.9 -10167.7l-171.3 -10167.6l-174.7 -10167.5l-178.1 -10167.4l-181.5 -10167.3l-184.9 -10167.2l-188.2 -10167l-191.6 -10166.9l-195 -10166.8l-198.4 -10166.7l-201.8 -10166.5l-205.1 -10166.4l-208.5 -10166.3l-211.9 -10166.2l-215.3 -10166l-218.6 -10165.9l-222 -10165.7l-225.4 -10165.6l-228.8 -10165.5l-232.1 -10165.3l-235.5 -10165.2l-238.9 -10165l-242.3 -10164.9l-245.6 -10164.7l-249 -10164.6l-252.4 -10164.4l-255.7 -10164.2l-259.1 -10164.1l-262.5 -10163.9l-265.8 -10163.8l-269.2 -10163.6l-272.5 -10163.4l-275.9 -10163.2l-279.3 -10163.1l-282.6 -10162.9l-286 -10162.7l-289.4 -10162.5l-292.7 -10162.4l-296.1 -10162.2l-299.4 -10162l-302.8 -10161.8l-306.1 -10161.6l-309.5 -10161.4l-312.8 -10161.2l-316.2 -10161l-319.5 -10160.8l-322.9 -10160.6l-326.2 -10160.4l-329.6 -10160.2l-332.9 -10160l-336.3 -10159.8l-339.6 -10159.6l-343 -10159.4l-346.3 -10159.1l-349.6 -10159l-353 -10158.7l-356.3 -10158.5l-359.7 -10158.3l-363 -10158.1l-366.3 -10157.8l-369.7 -10157.6l-373 -10157.4l-376.3 -10157.1l-379.7 -10156.9l-383 -10156.7l-386.3 -10156.4l-389.6 -10156.2l-393 -10156l-396.3 -10155.7l-399.6 -10155.5l-402.9 -10155.2l-406.3 -10154.9l-409.6 -10154.7l-412.9 -10154.5l-416.2 -10154.2l-419.5 -10153.9l-422.9 -10153.7l-426.2 -10153.4l-429.5 -10153.2l-432.8 -10152.9l-436.1 -10152.6l-439.4 -10152.4l-442.7 -10152.1l-446 -10151.8l-449.3 -10151.5l-452.6 -10151.2l-455.9 -10151l-459.2 -10150.7l-462.5 -10150.4l-465.8 -10150.1l-469.1 -10149.8l-472.4 -10149.6l-475.7 -10149.3l-479 -10149l-482.3 -10148.6l-485.6 -10148.4l-488.9 -10148.1l-492.1 -10147.8l-495.4 -10147.4l-498.7 -10147.2l-502 -10146.9l-505.3 -10146.6l-508.5 -10146.3l-511.8 -10145.9l-515.1 -10145.6l-518.4 -10145.3l-521.6 -10145l-524.9 -10144.6l-528.2 -10144.4l-531.4 -10144l-534.7 -10143.7l-538 -10143.4l-541.2 -10143l-544.5 -10142.7l-547.7 -10142.4l-551 -10142.1l-554.3 -10141.7l-557.5 -10141.4l-560.8 -10141l-564 -10140.7l-567.3 -10140.4l-570.5 -10140l-573.7 -10139.7l-577 -10139.3l-580.2 -10139l-583.5 -10138.6l-586.7 -10138.2l-589.9 -10137.9l-593.2 -10137.6l-596.4 -10137.2l-599.6 -10136.8l-602.9 -10136.5l-606.1 -10136.1l-609.3 -10135.7l-612.5 -10135.4l-615.8 -10135l-619 -10134.6l-622.2 -10134.3l-625.4 -10133.9l-628.6 -10133.5l-631.8 -10133.1l-635 -10132.8l-638.2 -10132.4l-641.5 -10132l-644.7 -10131.6l-647.9 -10131.2l-651.1 -10130.8l-654.3 -10130.4l-657.4 -10130.1l-660.6 -10129.6l-663.8 -10129.3l-667 -10128.9l-670.2 -10128.5l-673.4 -10128l-676.6 -10127.7l-679.8 -10127.3l-682.9 -10126.9l-686.1 -10126.5l-689.3 -10126l-692.5 -10125.6l-695.6 -10125.2l-698.8 -10124.8l-702 -10124.4l-705.1 -10124l-708.3 -10123.6l-711.5 -10123.2l-714.6 -10122.7l-717.8 -10122.3l-720.9 -10121.9l-724.1 -10121.5l-727.2 -10121l-730.4 -10120.6l-733.5 -10120.2l-736.7 -10119.7l-739.8 -10119.3l-742.9 -10118.9l-746.1 -10118.4l-749.2 -10118l-752.3 -10117.6l-755.5 -10117.1l-758.6 -10116.6l-761.7 -10116.2l-764.8 -10115.8l-768 -10115.3l-771.1 -10114.9l-774.2 -10114.4l-777.3 -10114l-780.4 -10113.5l-783.5 -10113.1l-786.6 -10112.6l-789.7 -10112.1l-792.8 -10111.7l-795.9 -10111.3l-799 -10110.8l-802.1 -10110.3l-805.2 -10109.9l-808.3 -10109.4l-811.4 -10108.9l-814.5 -10108.5l-817.6 -10108l-820.6 -10107.5l-823.7 -10107l-826.8 -10106.6l-829.9 -10106.1l-832.9 -10105.6l-836 -10105.1l-839.1 -10104.7l-842.1 -10104.2l-845.2 -10103.7l-848.2 -10103.2l-851.3 -10102.7l-854.3 -10102.2l-857.4 -10101.7l-860.4 -10101.3l-863.5 -10100.8l-866.5 -10100.3l-869.6 -10099.8l-872.6 -10099.3l-875.6 -10098.8l-878.7 -10098.3l-881.7 -10097.8l-884.7 -10097.3l-887.7 -10096.8l-890.8 -10096.3l-893.8 -10095.8l-896.8 -10095.3l-899.8 -10094.7l-902.8 -10094.3l-905.8 -10093.8l-908.8 -10093.2l-911.8 -10092.7l-914.8 -10092.2l-917.8 -10091.7l-920.8 -10091.2l-923.8 -10090.7l-926.8 -10090.1l-929.8 -10089.6l-932.8 -10089.1l-935.8 -10088.6l-938.7 -10088.1l-941.7 -10087.5l-944.7 -10087l-947.7 -10086.5l-950.6 -10086l-953.6 -10085.4l-956.6 -10084.9l-959.5 -10084.4l-962.5 -10083.8l-965.4 -10083.3l-968.4 -10082.7l-971.3 -10082.2l-974.3 -10081.7l-977.2 -10081.2l-980.1 -10080.6l-983.1 -10080.1l-986 -10079.5l-988.9 -10079l-991.9 -10078.5l-994.8 -10077.9l-997.7 -10077.4l-1000.6 -10076.8l-1003.5 -10076.3l-1006.5 -10075.7l-1009.4 -10075.1l-1012.3 -10074.6l-1015.2 -10074.1l-1018.1 -10073.5l-1021 -10072.9l-1023.9 -10072.4l-1026.8 -10071.9l-1029.6 -10071.3l-1032.5 -10070.7l-1035.4 -10070.2l-1038.3 -10069.6l-1041.2 -10069.1l-1044 -10068.5l-1046.9 -10067.9l-1049.8 -10067.4l-1052.6 -10066.8l-1055.5 -10066.2l-1058.4 -10065.7l-1061.2 -10065.1l-1064.1 -10064.5l-1066.9 -10064l-1069.8 -10063.4l-1072.6 -10062.8l-1075.5 -10062.3l-1078.3 -10061.7l-1081.1 -10061.1l-1084 -10060.5l-1086.8 -10059.9l-1089.6 -10059.4l-1092.4 -10058.8l-1095.2 -10058.2l-1098.1 -10057.7l-1100.9 -10057l-1103.7 -10056.5l-1106.5 -10055.9l-1109.3 -10055.3l-1112.1 -10054.7l-1114.9 -10054.2l-1117.7 -10053.6l-1120.5 -10053l-1123.3 -10052.4l-1126 -10051.8l-1128.8 -10051.2l-1131.6 -10050.6l-1134.4 -10050l-1137.1 -10049.4l-1139.9 -10048.9l-1142.7 -10048.3l-1145.4 -10047.7l-1148.2 -10047.1l-1150.9 -10046.5l-1153.7 -10045.9l-1156.4 -10045.3l-1159.2 -10044.7l-1161.9 -10044.1l-1164.7 -10043.5l-1167.4 -10042.9l-1170.1 -10042.3l-1172.9 -10041.7l-1175.6 -10041.1l-1178.3 -10040.5l-1181 -10039.9l-1183.7 -10039.3l-1186.4 -10038.7l-1189.1 -10038.1l-1191.9 -10037.5l-1194.6 -10036.9l-1197.3 -10036.3l-1199.9 -10035.6l-1202.6 -10035.1l-1205.3 -10034.5l-1208 -10033.9l-1210.7 -10033.2l-1213.4 -10032.6l-1216 -10032l-1218.7 -10031.4l-1221.4 -10030.8l-1224 -10030.2l-1226.7 -10029.6l-1229.4 -10029l-1232 -10028.4l-1234.7 -10027.7l-1237.3 -10027.1l-1239.9 -10026.5l-1242.6 -10025.9l-1245.2 -10025.3l-1247.9 -10024.6l-1250.5 -10024l-1253.1 -10023.4l-1255.7 -10022.8l-1258.4 -10022.2l-1261 -10021.5l-1263.6 -10021l-1266.2 -10020.3l-1268.8 -10019.7l-1271.4 -10019.1l-1274 -10018.4l-1276.6 -10017.9l-1279.2 -10017.2l-1281.8 -10016.6l-1284.3 -10016l-1286.9 -10015.4l-1289.5 -10014.7l-1292.1 -10014.1l-1294.6 -10013.5l-1297.2 -10012.8l-1299.8 -10012.2l-1302.3 -10011.6l-1304.9 -10011l-1307.4 -10010.3l-1310 -10009.7l-1312.5 -10009.1l-1315.1 -10008.5l-1317.6 -10007.9l-1320.1 -10007.2l-1322.7 -10006.6l-1325.2 -10006l-1327.7 -10005.3l-1330.2 -10004.7l-1332.7 -10004.1l-1335.2 -10003.5l-1337.8 -10002.8l-1340.3 -10002.2l-1342.8 -10001.5l-1345.3 -10000.9l-1347.7 -10000.3l-1350.2 -9999.7l-1352.7 -9999l-1355.2 -9998.4l-1357.7 -9997.8l-1360.2 -9997.2l-1362.6 -9996.5l-1365.1 -9995.9l-1367.6 -9995.3l-1370 -9994.6l-1372.5 -9994l-1374.9 -9993.4l-1377.4 -9992.7l-1379.8 -9992.1l-1382.2 -9991.5l-1384.7 -9990.8l-1387.1 -9990.2l-1389.5 -9989.6l-1392 -9988.9l-1394.4 -9988.3l-1396.8 -9987.7l-1399.2 -9987l-1401.6 -9986.4l-1404 -9985.8l-1406.4 -9985.1l-1408.8 -9984.5l-1411.2 -9983.9l-1413.6 -9983.2l-1416 -9982.6l-1418.4 -9982l-1420.8 -9981.3l-1423.2 -9980.7l-1425.5 -9980l-1427.9 -9979.4l-1430.3 -9978.7l-1432.6 -9978.1l-1435 -9977.5l-1437.3 -9976.9l-1439.7 -9976.2l-1442 -9975.6l-1444.4 -9975l-1446.7 -9974.3l-1449 -9973.7l-1451.4 -9973.1l-1453.7 -9972.4l-1456 -9971.8l-1458.3 -9971.2l-1460.6 -9970.5l-1463 -9969.9l-1465.3 -9969.3l-1467.6 -9968.6l-1469.9 -9968l-1472.2 -9967.4l-1474.4 -9966.7l-1476.7 -9966.1l-1479 -9965.5l-1481.3 -9964.8l-1483.6 -9964.2l-1485.8 -9963.6l-1488.1 -9962.9l-1490.4 -9962.3l-1492.6 -9961.7l-1494.9 -9961l-1497.1 -9960.4l-1499.4 -9959.8l-1501.6 -9959.1l-1503.9 -9958.5l-1506.1 -9957.9l-1508.3 -9957.2l-1510.6 -9956.6l-1512.8 -9956l-1515 -9955.3l-1517.2 -9954.7l-1519.4 -9954.1l-1521.6 -9953.5l-1523.8 -9952.8l-1526 -9952.2l-1528.2 -9951.6l-1530.4 -9951l-1532.6 -9950.3l-1534.8 -9949.7l-1537 -9949.1l-1539.2 -9948.4l-1541.3 -9947.8l-1543.5 -9947.2l-1545.7 -9946.5l-1547.8 -9945.9l-1550 -9945.3l-1552.1 -9944.7l-1554.3 -9944l-1556.4 -9943.4l-1558.6 -9942.8l-1560.7 -9942.2l-1562.8 -9941.6l-1564.9 -9940.9l-1567.1 -9940.3l-1569.2 -9939.7l-1571.3 -9939.1l-1573.4 -9938.4l-1575.5 -9937.8l-1577.6 -9937.2l-1579.7 -9936.6l-1581.8 -9936l-1583.9 -9935.3l-1586 -9934.7l-1588.1 -9934.1l-1590.2 -9933.5l-1592.2 -9932.8l-1594.3 -9932.3l-1596.4 -9931.6l-1598.4 -9931l-1600.5 -9930.4l-1602.5 -9929.8l-1604.6 -9929.2l-1606.6 -9928.6l-1608.7 -9928l-1610.7 -9927.3l-1612.7 -9926.7l-1614.8 -9926.1l-1616.8 -9925.5l-1618.8 -9924.9l-1620.8 -9924.3l-1622.8 -9923.7l-1624.8 -9923.1l-1626.9 -9922.5l-1628.9 -9921.9l-1630.8 -9921.2l-1632.8 -9920.6l-1634.8 -9920l-1636.8 -9919.4l-1638.8 -9918.8l-1640.8 -9918.2l-1642.7 -9917.6l-1644.7 -9917l-1646.7 -9916.4l-1648.6 -9915.8l-1650.6 -9915.2l-1652.5 -9914.6l-1654.5 -9914l-1656.4 -9913.4l-1658.3 -9912.8l-1660.3 -9912.2l-1662.2 -9911.6l-1664.1 -9911l-1666 -9910.4l-1668 -9909.8l-1669.9 -9909.2l-1671.8 -9908.6l-1673.7 -9908l-1675.6 -9907.4l-1677.5 -9906.9l-1679.4 -9906.3l-1681.3 -9905.7l-1683.1 -9905.1l-1685 -9904.5l-1686.9 -9903.9l-1688.8 -9903.3l-1690.6 -9902.7l-1692.5 -9902.1l-1694.3 -9901.6l-1696.2 -9901l-1698 -9900.4l-1699.9 -9899.8l-1701.7 -9899.2l-1703.6 -9898.7l-1705.4 -9898.1l-1707.2 -9897.5l-1709 -9896.9l-1710.8 -9896.4l-1712.7 -9895.8l-1714.5 -9895.2l-1716.3 -9894.6l-1718.1 -9894.1l-1719.9 -9893.5l-1721.7 -9892.9l-1723.5 -9892.3l-1725.2 -9891.7l-1727 -9891.2l-1728.8 -9890.6l-1730.6 -9890.1l-1732.3 -9889.5l-1734.1 -9888.9l-1735.8 -9888.4l-1737.6 -9887.8l-1739.3 -9887.2l-1741.1 -9886.6l-1742.8 -9886.1l-1744.6 -9885.6l-1746.3 -9885l-1748 -9884.4l-1749.7 -9883.8l-1751.5 -9883.3l-1753.2 -9882.8l-1754.9 -9882.2l-1756.6 -9881.6l-1758.3 -9881.1l-1760 -9880.6l-1761.7 -9880l-1763.4 -9879.5l-1765.1 -9878.9l-1766.7 -9878.4l-1768.4 -9877.8l-1770.1 -9877.3l-1771.8 -9876.7l-1773.4 -9876.2l-1775.1 -9875.6l-1776.7 -9875.1l-1778.4 -9874.6l-1780 -9874l-1781.7 -9873.5l-1783.3 -9872.9l-1784.9 -9872.4l-1786.6 -9871.8l-1788.2 -9871.3l-1789.8 -9870.8l-1791.4 -9870.3l-1793 -9869.7l-1794.6 -9869.2l-1796.2 -9868.7l-1797.8 -9868.2l-1799.4 -9867.6l-1801 -9867.1l-1802.6 -9866.6l-1804.2 -9866.1l-1805.8 -9865.5l-1807.3 -9865l-1808.9 -9864.5l-1810.5 -9864l-1812 -9863.5l-1813.6 -9863l-1815.1 -9862.4l-1816.7 -9861.9l-1818.2 -9861.4l-1819.7 -9860.9l-1821.3 -9860.4l-1822.8 -9859.9l-1824.3 -9859.4l-1825.8 -9858.9l-1827.4 -9858.4l-1828.9 -9857.9l-1830.4 -9857.3l-1831.9 -9856.9l-1833.4 -9856.4l-1834.9 -9855.9l-880.2 -4724.9M753177.8 -8004422.3l-969 -4797.5l-1981.4 -9806.4l-1982.4 -9806.1l-1983.3 -9805.8l-1984.2 -9805.5l-1985.2 -9805.2l-1986.1 -9804.8l-1987 -9804.6l-1987.9 -9804.3l-1988.9 -9804l-1989.8 -9803.6l-1990.7 -9803.3l-1991.6 -9803.1l-1992.5 -9802.8l-1993.4 -9802.5l-1994.3 -9802.1l-1995.1 -9801.9l-1996 -9801.6l-1996.9 -9801.3l-1997.8 -9801l-1998.6 -9800.7l-1999.5 -9800.5l-2000.4 -9800.2l-2001.2 -9799.9l-2002.1 -9799.6l-2002.9 -9799.3l-2003.7 -9799.1l-2004.6 -9798.8l-2005.4 -9798.5l-2006.2 -9798.2l-2007.1 -9798l-2007.9 -9797.7l-2008.7 -9797.5l-2009.5 -9797.2l-2010.3 -9797l-2011.1 -9796.7l-2011.9 -9796.4l-2012.7 -9796.2l-2013.4 -9795.9l-2014.2 -9795.7l-2015 -9795.4l-2015.8 -9795.2l-2016.5 -9794.9l-2017.3 -9794.7l-2018.1 -9794.5l-2018.8 -9794.2l-2019.6 -9794l-152.2 -737.7"
id="path1345"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1692248.5 -1l-1.7 -10172.7l-5.1 -10173.7l-8.5 -10173.7l-11.9 -10173.7l-15.3 -10173.7l-18.7 -10173.7l-22.1 -10173.7l-25.5 -10173.7l-28.9 -10173.7l-32.3 -10173.6l-35.7 -10173.6l-39.1 -10173.6l-42.5 -10173.6l-45.9 -10173.5l-49.3 -10173.5l-52.7 -10173.4l-56.1 -10173.4l-59.5 -10173.4l-62.9 -10173.4l-66.3 -10173.3l-69.7 -10173.3l-73.1 -10173.2l-76.5 -10173.2l-79.9 -10173.1l-83.3 -10173.1l-86.7 -10173l-90 -10173l-93.4 -10172.9l-96.8 -10172.9l-100.2 -10172.8l-103.6 -10172.7l-107 -10172.7l-110.4 -10172.6l-113.8 -10172.5l-117.2 -10172.4l-120.6 -10172.4l-124 -10172.3l-127.4 -10172.2l-130.8 -10172.1l-134.2 -10172.1l-137.6 -10172l-140.9 -10171.9l-144.3 -10171.8l-147.7 -10171.7l-151.1 -10171.6l-154.5 -10171.5l-157.9 -10171.4l-161.3 -10171.3l-164.7 -10171.2l-168.1 -10171.1l-171.4 -10171l-174.8 -10170.8l-178.2 -10170.8l-181.6 -10170.7l-185 -10170.5l-188.4 -10170.4l-191.7 -10170.3l-195.1 -10170.2l-198.5 -10170.1l-201.9 -10169.9l-205.3 -10169.8l-208.6 -10169.6l-212 -10169.5l-215.4 -10169.4l-218.8 -10169.3l-222.2 -10169.1l-225.5 -10169l-228.9 -10168.8l-232.3 -10168.7l-235.7 -10168.5l-239 -10168.4l-242.4 -10168.2l-245.8 -10168.1l-249.1 -10167.9l-252.5 -10167.7l-255.9 -10167.6l-259.3 -10167.5l-262.6 -10167.3l-266 -10167.1l-269.4 -10166.9l-272.7 -10166.8l-276.1 -10166.6l-279.4 -10166.4l-282.8 -10166.2l-286.2 -10166.1l-289.5 -10165.9l-292.9 -10165.7l-296.3 -10165.5l-299.6 -10165.3l-303 -10165.2l-306.3 -10165l-309.7 -10164.8l-313 -10164.6l-316.4 -10164.3l-319.7 -10164.2l-323.1 -10164l-326.4 -10163.8l-329.8 -10163.5l-333.1 -10163.4l-336.5 -10163.2l-339.8 -10162.9l-343.2 -10162.7l-346.5 -10162.5l-349.9 -10162.3l-353.2 -10162.1l-356.5 -10161.9l-359.9 -10161.6l-363.2 -10161.4l-366.6 -10161.2l-369.9 -10160.9l-373.2 -10160.7l-376.6 -10160.5l-379.9 -10160.2l-383.2 -10160l-386.6 -10159.8l-389.9 -10159.5l-393.2 -10159.3l-396.5 -10159l-399.9 -10158.8l-403.2 -10158.5l-406.5 -10158.3l-409.8 -10158l-413.2 -10157.8l-416.5 -10157.5l-419.8 -10157.2l-423.1 -10157l-426.4 -10156.7l-429.7 -10156.5l-433.1 -10156.2l-436.4 -10155.9l-439.7 -10155.7l-443 -10155.4l-446.3 -10155.1l-449.6 -10154.8l-452.9 -10154.5l-456.2 -10154.3l-459.5 -10154l-462.8 -10153.7l-466.1 -10153.4l-469.4 -10153.1l-472.7 -10152.8l-476 -10152.6l-479.3 -10152.3l-482.6 -10151.9l-485.9 -10151.7l-489.2 -10151.4l-492.4 -10151.1l-495.7 -10150.7l-499 -10150.5l-502.3 -10150.1l-505.6 -10149.8l-508.9 -10149.5l-512.1 -10149.2l-515.4 -10148.9l-518.7 -10148.6l-522 -10148.3l-525.2 -10147.9l-528.5 -10147.6l-531.8 -10147.3l-535 -10147l-538.3 -10146.6l-541.6 -10146.3l-544.8 -10146l-548.1 -10145.6l-551.3 -10145.3l-554.6 -10145l-557.8 -10144.6l-561.1 -10144.3l-564.4 -10144l-567.6 -10143.6l-570.8 -10143.2l-574.1 -10142.9l-577.3 -10142.6l-580.6 -10142.2l-583.8 -10141.9l-587.1 -10141.5l-590.3 -10141.1l-593.5 -10140.8l-596.8 -10140.4l-600 -10140l-603.2 -10139.7l-606.5 -10139.3l-609.7 -10139l-612.9 -10138.6l-616.1 -10138.2l-619.3 -10137.9l-622.6 -10137.5l-625.8 -10137.1l-629 -10136.7l-632.2 -10136.3l-635.4 -10136l-638.6 -10135.6l-641.8 -10135.2l-645 -10134.8l-648.2 -10134.4l-651.4 -10134l-654.6 -10133.6l-657.8 -10133.2l-661 -10132.8l-664.2 -10132.5l-667.4 -10132.1l-670.6 -10131.7l-673.8 -10131.2l-677 -10130.9l-680.2 -10130.5l-683.3 -10130l-686.5 -10129.6l-689.7 -10129.2l-692.9 -10128.8l-696 -10128.4l-699.2 -10128l-702.4 -10127.5l-705.6 -10127.2l-708.7 -10126.7l-711.9 -10126.3l-715 -10125.9l-718.2 -10125.4l-721.3 -10125l-724.5 -10124.6l-727.7 -10124.2l-730.8 -10123.7l-733.9 -10123.3l-737.1 -10122.9l-740.2 -10122.4l-743.4 -10122l-746.5 -10121.5l-749.6 -10121.1l-752.8 -10120.7l-755.9 -10120.2l-759 -10119.8l-762.2 -10119.4l-765.3 -10118.9l-768.4 -10118.5l-771.5 -10118l-774.6 -10117.5l-777.8 -10117.1l-780.9 -10116.6l-784 -10116.2l-787.1 -10115.7l-790.2 -10115.2l-793.3 -10114.8l-796.4 -10114.3l-799.5 -10113.9l-802.6 -10113.4l-805.7 -10113l-808.8 -10112.5l-811.9 -10112l-814.9 -10111.5l-818 -10111l-821.1 -10110.6l-824.2 -10110.1l-827.3 -10109.6l-830.3 -10109.1l-833.4 -10108.7l-836.5 -10108.2l-839.5 -10107.7l-842.6 -10107.2l-845.7 -10106.7l-848.7 -10106.3l-851.8 -10105.8l-854.8 -10105.3l-857.9 -10104.8l-860.9 -10104.3l-864 -10103.8l-867 -10103.3l-870.1 -10102.8l-873.1 -10102.3l-876.1 -10101.8l-879.2 -10101.3l-882.2 -10100.8l-885.2 -10100.3l-888.3 -10099.8l-891.3 -10099.3l-894.3 -10098.8l-897.3 -10098.3l-900.3 -10097.7l-903.3 -10097.3l-906.3 -10096.8l-909.4 -10096.2l-912.4 -10095.7l-915.4 -10095.2l-918.4 -10094.7l-921.4 -10094.2l-924.3 -10093.7l-927.3 -10093.1l-930.3 -10092.6l-933.3 -10092.1l-936.3 -10091.6l-939.3 -10091l-942.2 -10090.5l-945.2 -10090l-948.2 -10089.5l-951.2 -10088.9l-954.1 -10088.4l-957.1 -10087.9l-960 -10087.3l-963 -10086.8l-966 -10086.3l-968.9 -10085.7l-971.9 -10085.2l-974.8 -10084.6l-977.7 -10084.1l-980.7 -10083.6l-983.6 -10083l-986.5 -10082.5l-989.5 -10081.9l-992.4 -10081.4l-995.3 -10080.8l-998.3 -10080.3l-1001.2 -10079.7l-1004.1 -10079.2l-1007 -10078.6l-1009.9 -10078.1l-1012.8 -10077.5l-1015.7 -10077l-1018.6 -10076.4l-1021.5 -10075.8l-1024.4 -10075.3l-1027.3 -10074.8l-1030.2 -10074.2l-1033.1 -10073.6l-1036 -10073l-1038.9 -10072.5l-1041.7 -10071.9l-1044.6 -10071.4l-1047.5 -10070.8l-1050.3 -10070.2l-1053.2 -10069.7l-1056.1 -10069.1l-1058.9 -10068.5l-1061.8 -10067.9l-1064.6 -10067.4l-1067.5 -10066.8l-1070.3 -10066.3l-1073.2 -10065.6l-1076 -10065.1l-1078.9 -10064.5l-1081.7 -10063.9l-1084.5 -10063.4l-1087.4 -10062.8l-1090.2 -10062.2l-1093 -10061.6l-1095.8 -10061l-1098.6 -10060.5l-1101.5 -10059.8l-1104.3 -10059.3l-1107.1 -10058.7l-1109.9 -10058.1l-1112.7 -10057.5l-1115.5 -10057l-1118.3 -10056.4l-1121.1 -10055.8l-1123.8 -10055.2l-1126.6 -10054.6l-1129.4 -10054l-1132.2 -10053.4l-1135 -10052.8l-1137.7 -10052.2l-1140.5 -10051.6l-1143.3 -10051l-1146 -10050.4l-1148.8 -10049.8l-1151.5 -10049.2l-1154.3 -10048.6l-1157 -10048l-1159.8 -10047.4l-1162.5 -10046.8l-1165.3 -10046.2l-1168 -10045.6l-1170.7 -10045l-1173.5 -10044.4l-1176.2 -10043.8l-1178.9 -10043.2l-1181.6 -10042.6l-1184.3 -10042l-1187 -10041.4l-1189.8 -10040.8l-1192.5 -10040.2l-1195.2 -10039.6l-1197.9 -10039l-1200.6 -10038.3l-1203.2 -10037.8l-1205.9 -10037.1l-1208.6 -10036.5l-1211.3 -10035.9l-1214 -10035.3l-1216.7 -10034.7l-1219.3 -10034.1l-1222 -10033.5l-1224.6 -10032.8l-1227.3 -10032.2l-1230 -10031.6l-1232.6 -10031l-1235.3 -10030.4l-1237.9 -10029.7l-1240.6 -10029.2l-1243.2 -10028.5l-1245.8 -10027.9l-1248.5 -10027.3l-1251.1 -10026.7l-1253.7 -10026.1l-1256.4 -10025.4l-1259 -10024.8l-1261.6 -10024.2l-1264.2 -10023.6l-1266.8 -10022.9l-1269.4 -10022.3l-1272 -10021.7l-1274.6 -10021l-1277.2 -10020.4l-1279.8 -10019.8l-1282.4 -10019.2l-1285 -10018.5l-1287.5 -10017.9l-1290.1 -10017.3l-1292.7 -10016.7l-1295.3 -10016.1l-1297.8 -10015.4l-1300.4 -10014.8l-1302.9 -10014.2l-1305.5 -10013.5l-1308.1 -10012.9l-1310.6 -10012.3l-1313.1 -10011.7l-1315.7 -10011l-1318.2 -10010.4l-1320.8 -10009.7l-1323.3 -10009.1l-1325.8 -10008.5l-1328.3 -10007.9l-1330.8 -10007.2l-1333.4 -10006.6l-1335.9 -10006l-1338.4 -10005.3l-1340.9 -10004.7l-1343.4 -10004l-1345.9 -10003.4l-1348.4 -10002.8l-1350.9 -10002.2l-1353.3 -10001.5l-1355.8 -10000.9l-1358.3 -10000.3l-1360.8 -9999.6l-1363.3 -9999l-1365.7 -9998.3l-1368.2 -9997.7l-1370.6 -9997.1l-1373.1 -9996.4l-1375.6 -9995.8l-1378 -9995.1l-1380.4 -9994.5l-1382.9 -9993.9l-1385.3 -9993.3l-1387.8 -9992.6l-1390.2 -9992l-1392.6 -9991.4l-1395 -9990.7l-1397.4 -9990.1l-1399.9 -9989.4l-1402.3 -9988.8l-1404.7 -9988.2l-1407.1 -9987.5l-1409.5 -9986.9l-1411.9 -9986.2l-1414.3 -9985.6l-1416.7 -9985l-1419 -9984.3l-1421.4 -9983.7l-1423.8 -9983.1l-1426.2 -9982.4l-1428.5 -9981.8l-1430.9 -9981.1l-1433.3 -9980.5l-1435.6 -9979.9l-1438 -9979.2l-1440.3 -9978.6l-1442.7 -9977.9l-1445 -9977.3l-1447.3 -9976.7l-1449.7 -9976l-1452 -9975.4l-1454.3 -9974.7l-1456.7 -9974.1l-1459 -9973.5l-1461.3 -9972.8l-1463.6 -9972.2l-1465.9 -9971.6l-1468.2 -9970.9l-1470.5 -9970.3l-1472.8 -9969.7l-1475.1 -9969l-1477.4 -9968.4l-1479.7 -9967.7l-1481.9 -9967.1l-1484.2 -9966.4l-1486.5 -9965.8l-1488.7 -9965.2l-1491 -9964.6l-1493.3 -9963.9l-1495.5 -9963.3l-1497.8 -9962.7l-1500 -9962l-1502.3 -9961.4l-1504.5 -9960.7l-1506.7 -9960.1l-1509 -9959.5l-1511.2 -9958.8l-1513.4 -9958.2l-1515.6 -9957.5l-1517.9 -9956.9l-1520.1 -9956.3l-1522.3 -9955.7l-1524.5 -9955l-1526.7 -9954.4l-1528.9 -9953.8l-1531.1 -9953.1l-1533.3 -9952.5l-1535.4 -9951.8l-1537.6 -9951.2l-1539.8 -9950.6l-1542 -9950l-1544.1 -9949.4l-1546.3 -9948.7l-1548.5 -9948.1l-1550.6 -9947.5l-1552.8 -9946.8l-1554.9 -9946.2l-1557 -9945.6l-1559.2 -9944.9l-1561.3 -9944.3l-1563.5 -9943.7l-1565.6 -9943l-1567.7 -9942.4l-1569.8 -9941.8l-1571.9 -9941.2l-1574 -9940.5l-1576.1 -9939.9l-1578.3 -9939.3l-1580.3 -9938.7l-1582.4 -9938.1l-1584.5 -9937.4l-1586.6 -9936.8l-1588.7 -9936.2l-1590.8 -9935.6l-1592.8 -9934.9l-1594.9 -9934.3l-1597 -9933.7l-1599 -9933.1l-1601.1 -9932.5l-1603.1 -9931.8l-1605.2 -9931.2l-1607.2 -9930.6l-1609.3 -9930l-1611.3 -9929.4l-1613.4 -9928.7l-1615.4 -9928.1l-1617.4 -9927.5l-1619.4 -9926.9l-1621.4 -9926.3l-1623.5 -9925.7l-1625.5 -9925.1l-1627.5 -9924.5l-1629.5 -9923.9l-1631.5 -9923.2l-1633.4 -9922.6l-1635.4 -9922l-1637.4 -9921.4l-1639.4 -9920.8l-1641.4 -9920.2l-1643.3 -9919.6l-1645.3 -9919l-1647.3 -9918.4l-1649.2 -9917.7l-1651.2 -9917.2l-1653.1 -9916.6l-1655.1 -9916l-1657 -9915.3l-1658.9 -9914.7l-1660.9 -9914.1l-1662.8 -9913.5l-1664.7 -9912.9l-1666.6 -9912.3l-1668.6 -9911.7l-1670.5 -9911.1l-1672.4 -9910.5l-1674.3 -9910l-1676.2 -9909.3l-1678.1 -9908.8l-1680 -9908.2l-1681.8 -9907.6l-1683.7 -9906.9l-1685.6 -9906.4l-1687.5 -9905.8l-1689.3 -9905.2l-1691.2 -9904.6l-1693.1 -9904l-1694.9 -9903.4l-1696.8 -9902.8l-1698.6 -9902.3l-1700.5 -9901.6l-1702.3 -9901.1l-1704.1 -9900.5l-1706 -9899.9l-1707.8 -9899.3l-1709.6 -9898.7l-1711.4 -9898.2l-1713.2 -9897.6l-1715 -9897l-1716.8 -9896.4l-1718.7 -9895.9l-1720.4 -9895.3l-1722.2 -9894.7l-1724 -9894.1l-1725.8 -9893.5l-1727.6 -9893l-1729.4 -9892.4l-1731.1 -9891.8l-1732.9 -9891.3l-1734.7 -9890.7l-1736.4 -9890.1l-1738.2 -9889.6l-1739.9 -9889l-1741.7 -9888.4l-1743.4 -9887.9l-1745.1 -9887.3l-1746.9 -9886.7l-1748.6 -9886.2l-1750.3 -9885.6l-1752 -9885l-1753.7 -9884.5l-1755.5 -9883.9l-1757.2 -9883.3l-1758.9 -9882.8l-1760.6 -9882.3l-1762.2 -9881.7l-1763.9 -9881.1l-1765.6 -9880.6l-1767.3 -9880l-1769 -9879.5l-1770.6 -9878.9l-1772.3 -9878.4l-1774 -9877.8l-1775.6 -9877.3l-1777.3 -9876.8l-1778.9 -9876.2l-1780.6 -9875.6l-1782.2 -9875.1l-1783.8 -9874.6l-1785.5 -9874l-1787.1 -9873.5l-1788.7 -9873l-1790.3 -9872.4l-1792 -9871.9l-1793.6 -9871.4l-1795.2 -9870.8l-1796.8 -9870.3l-1798.4 -9869.8l-1800 -9869.2l-1801.5 -9868.7l-1803.1 -9868.1l-1804.7 -9867.6l-1806.3 -9867.1l-1807.9 -9866.6l-1809.4 -9866l-1811 -9865.6l-1812.5 -9865l-1814.1 -9864.5l-1815.6 -9864l-1817.2 -9863.4l-1818.7 -9863l-1820.3 -9862.4l-1821.8 -9861.9l-1823.3 -9861.4l-1824.8 -9860.9l-1826.3 -9860.4l-1827.9 -9859.9l-1829.4 -9859.4l-1830.9 -9858.8l-1832.4 -9858.4l-1833.9 -9857.9l-1835.4 -9857.4l-1836.8 -9856.8l-1838.3 -9856.4l-1839.8 -9855.9l-1841.3 -9855.4l-1842.7 -9854.9l-1844.2 -9854.3l-1845.7 -9853.9l-1847.1 -9853.4l-1848.6 -9852.9l-1850 -9852.4l-1851.5 -9851.9l-1852.9 -9851.4l-1854.3 -9850.9l-1855.8 -9850.5l-1857.2 -9849.9l-1858.6 -9849.5l-1860 -9849l-1861.4 -9848.5l-1862.8 -9848l-1864.2 -9847.5l-1865.6 -9847.1l-1867 -9846.6l-21.9 -115.4M763133.2 -8005669.2l-1117.3 -5531.7l-1981.7 -9807.3l-1982.7 -9807.1l-1983.6 -9806.7l-1984.5 -9806.4l-1985.5 -9806.1l-1986.4 -9805.8l-1987.3 -9805.5l-1988.3 -9805.2l-1989.2 -9804.9l-1990.1 -9804.5l-1991 -9804.3l-1991.9 -9804l-1992.8 -9803.6l-1993.7 -9803.4l-1994.6 -9803l-1995.4 -9802.8l-1996.3 -9802.5l-1997.2 -9802.2l-1998.1 -9801.9l-1998.9 -9801.6l-1999.8 -9801.3l-2000.6 -9801l-2001.5 -9800.7l-2002.3 -9800.4l-2003.2 -9800.2l-2004 -9799.9l-2004.8 -9799.6l-2005.7 -9799.4l-2006.5 -9799.1l-2007.3 -9798.8l-2008.1 -9798.5l-2008.9 -9798.3l-2009.7 -9798l-2010.5 -9797.8l-2011.3 -9797.5l-2012.1 -9797.2l-2012.9 -9797l-2013.7 -9796.7l-2014.5 -9796.5l-2015.3 -9796.2l-2016 -9796l-2016.8 -9795.7l-2017.5 -9795.5l-2018.3 -9795.2l-2019.1 -9795l-2019.8 -9794.7l-2020.5 -9794.5l-2021.3 -9794.3l-2022 -9794l-2022.7 -9793.8l-2023.4 -9793.5l-2024.2 -9793.3l-2024.9 -9793.1l-2025.6 -9792.9l-2026.3 -9792.7l-1735.3 -8383.7"
id="path1346"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1702423.9 -1l-1.7 -10176.1l-5.1 -10177.1l-8.5 -10177.1l-11.9 -10177.1l-15.3 -10177.1l-18.7 -10177.1l-22.1 -10177.1l-25.5 -10177.1l-28.9 -10177.1l-32.3 -10177l-35.7 -10177l-39.1 -10177l-42.5 -10177l-45.9 -10176.9l-49.3 -10176.9l-52.7 -10176.8l-56.1 -10176.8l-59.5 -10176.8l-62.9 -10176.8l-66.3 -10176.7l-69.7 -10176.7l-73.1 -10176.6l-76.5 -10176.6l-79.9 -10176.5l-83.3 -10176.4l-86.7 -10176.4l-90.1 -10176.4l-93.5 -10176.3l-96.9 -10176.3l-100.3 -10176.2l-103.7 -10176.1l-107.1 -10176.1l-110.5 -10176l-113.9 -10175.9l-117.3 -10175.8l-120.7 -10175.8l-124.1 -10175.7l-127.5 -10175.6l-130.9 -10175.5l-134.2 -10175.4l-137.6 -10175.4l-141 -10175.3l-144.4 -10175.1l-147.8 -10175.1l-151.2 -10175l-154.6 -10174.9l-158 -10174.8l-161.4 -10174.7l-164.8 -10174.6l-168.2 -10174.5l-171.5 -10174.4l-174.9 -10174.2l-178.3 -10174.2l-181.7 -10174l-185.1 -10173.9l-188.5 -10173.8l-191.9 -10173.6l-195.2 -10173.6l-198.6 -10173.4l-202 -10173.3l-205.4 -10173.2l-208.8 -10173l-212.2 -10172.9l-215.5 -10172.8l-218.9 -10172.6l-222.3 -10172.5l-225.7 -10172.4l-229.1 -10172.2l-232.4 -10172.1l-235.8 -10171.9l-239.2 -10171.7l-242.6 -10171.6l-245.9 -10171.5l-249.3 -10171.3l-252.7 -10171.1l-256 -10171l-259.4 -10170.8l-262.8 -10170.7l-266.2 -10170.5l-269.5 -10170.3l-272.9 -10170.2l-276.3 -10170l-279.6 -10169.8l-283 -10169.6l-286.4 -10169.4l-289.7 -10169.3l-293.1 -10169.1l-296.4 -10168.9l-299.8 -10168.7l-303.2 -10168.5l-306.5 -10168.3l-309.9 -10168.1l-313.2 -10167.9l-316.6 -10167.7l-319.9 -10167.5l-323.3 -10167.3l-326.6 -10167.1l-330 -10166.9l-333.3 -10166.7l-336.7 -10166.5l-340 -10166.3l-343.4 -10166.1l-346.7 -10165.8l-350.1 -10165.6l-353.4 -10165.4l-356.8 -10165.2l-360.1 -10164.9l-363.5 -10164.7l-366.8 -10164.5l-370.1 -10164.3l-373.5 -10164.1l-376.8 -10163.8l-380.1 -10163.6l-383.5 -10163.3l-386.8 -10163.1l-390.1 -10162.8l-393.5 -10162.6l-396.8 -10162.4l-400.1 -10162.1l-403.4 -10161.9l-406.8 -10161.6l-410.1 -10161.4l-413.4 -10161.1l-416.7 -10160.8l-420.1 -10160.6l-423.4 -10160.3l-426.7 -10160.1l-430 -10159.8l-433.3 -10159.5l-436.6 -10159.2l-440 -10159l-443.3 -10158.7l-446.6 -10158.4l-449.9 -10158.1l-453.2 -10157.8l-456.5 -10157.6l-459.8 -10157.3l-463.1 -10157l-466.4 -10156.7l-469.7 -10156.4l-473 -10156.1l-476.3 -10155.9l-479.6 -10155.6l-482.9 -10155.2l-486.2 -10155l-489.5 -10154.7l-492.7 -10154.4l-496 -10154l-499.3 -10153.7l-502.6 -10153.4l-505.9 -10153.1l-509.2 -10152.8l-512.4 -10152.5l-515.7 -10152.2l-519 -10151.9l-522.3 -10151.5l-525.5 -10151.2l-528.8 -10150.9l-532.1 -10150.6l-535.4 -10150.2l-538.6 -10149.9l-541.9 -10149.5l-545.2 -10149.2l-548.4 -10148.9l-551.7 -10148.6l-554.9 -10148.2l-558.2 -10147.9l-561.4 -10147.5l-564.7 -10147.2l-567.9 -10146.9l-571.2 -10146.5l-574.4 -10146.2l-577.7 -10145.8l-580.9 -10145.5l-584.2 -10145.1l-587.4 -10144.7l-590.7 -10144.4l-593.9 -10144l-597.1 -10143.7l-600.4 -10143.3l-603.6 -10142.9l-606.8 -10142.6l-610.1 -10142.2l-613.3 -10141.8l-616.5 -10141.4l-619.7 -10141.1l-622.9 -10140.7l-626.2 -10140.3l-629.4 -10139.9l-632.6 -10139.6l-635.8 -10139.2l-639 -10138.8l-642.2 -10138.4l-645.4 -10138l-648.6 -10137.6l-651.8 -10137.2l-655 -10136.8l-658.2 -10136.4l-661.4 -10136l-664.6 -10135.7l-667.8 -10135.3l-671 -10134.8l-674.2 -10134.4l-677.4 -10134l-680.6 -10133.6l-683.8 -10133.2l-686.9 -10132.8l-690.1 -10132.4l-693.3 -10132l-696.5 -10131.6l-699.6 -10131.2l-702.8 -10130.7l-706 -10130.3l-709.1 -10129.9l-712.3 -10129.5l-715.5 -10129l-718.6 -10128.6l-721.8 -10128.2l-724.9 -10127.8l-728.1 -10127.3l-731.2 -10126.9l-734.4 -10126.5l-737.5 -10126l-740.7 -10125.6l-743.8 -10125.2l-746.9 -10124.7l-750.1 -10124.3l-753.2 -10123.8l-756.4 -10123.4l-759.5 -10122.9l-762.6 -10122.5l-765.7 -10122l-768.9 -10121.6l-772 -10121.1l-775.1 -10120.6l-778.2 -10120.2l-781.3 -10119.8l-784.4 -10119.3l-787.5 -10118.8l-790.7 -10118.3l-793.8 -10117.9l-796.9 -10117.4l-800 -10117l-803.1 -10116.5l-806.2 -10116l-809.2 -10115.6l-812.3 -10115.1l-815.4 -10114.6l-818.5 -10114.1l-821.6 -10113.7l-824.7 -10113.2l-827.7 -10112.7l-830.8 -10112.2l-833.9 -10111.8l-837 -10111.3l-840 -10110.8l-843.1 -10110.3l-846.2 -10109.8l-849.2 -10109.3l-852.3 -10108.8l-855.3 -10108.3l-858.4 -10107.8l-861.4 -10107.4l-864.5 -10106.9l-867.5 -10106.4l-870.6 -10105.9l-873.6 -10105.3l-876.6 -10104.9l-879.7 -10104.4l-882.7 -10103.8l-885.7 -10103.3l-888.8 -10102.8l-891.8 -10102.3l-894.8 -10101.8l-897.8 -10101.3l-900.8 -10100.8l-903.9 -10100.3l-906.9 -10099.8l-909.9 -10099.3l-912.9 -10098.7l-915.9 -10098.2l-918.9 -10097.7l-921.9 -10097.2l-924.9 -10096.7l-927.9 -10096.1l-930.8 -10095.6l-933.8 -10095.1l-936.8 -10094.6l-939.8 -10094l-942.8 -10093.5l-945.7 -10093l-948.7 -10092.4l-951.7 -10091.9l-954.7 -10091.3l-957.6 -10090.8l-960.6 -10090.3l-963.5 -10089.8l-966.5 -10089.2l-969.4 -10088.6l-972.4 -10088.1l-975.3 -10087.6l-978.3 -10087l-981.2 -10086.5l-984.2 -10085.9l-987.1 -10085.4l-990 -10084.9l-993 -10084.3l-995.9 -10083.7l-998.8 -10083.2l-1001.7 -10082.7l-1004.6 -10082.1l-1007.6 -10081.6l-1010.5 -10081l-1013.4 -10080.4l-1016.3 -10079.9l-1019.2 -10079.3l-1022.1 -10078.7l-1025 -10078.2l-1027.9 -10077.6l-1030.8 -10077.1l-1033.7 -10076.5l-1036.5 -10075.9l-1039.4 -10075.4l-1042.3 -10074.8l-1045.2 -10074.3l-1048 -10073.6l-1050.9 -10073.1l-1053.8 -10072.5l-1056.6 -10072l-1059.5 -10071.4l-1062.4 -10070.8l-1065.2 -10070.2l-1068.1 -10069.7l-1070.9 -10069.1l-1073.8 -10068.5l-1076.6 -10067.9l-1079.4 -10067.4l-1082.3 -10066.8l-1085.1 -10066.2l-1087.9 -10065.6l-1090.8 -10065l-1093.6 -10064.5l-1096.4 -10063.9l-1099.2 -10063.3l-1102 -10062.7l-1104.9 -10062.1l-1107.7 -10061.5l-1110.5 -10060.9l-1113.3 -10060.3l-1116.1 -10059.7l-1118.9 -10059.2l-1121.6 -10058.6l-1124.4 -10058l-1127.2 -10057.3l-1130 -10056.8l-1132.8 -10056.2l-1135.6 -10055.6l-1138.3 -10055l-1141.1 -10054.4l-1143.9 -10053.8l-1146.6 -10053.2l-1149.4 -10052.6l-1152.1 -10052l-1154.9 -10051.4l-1157.6 -10050.8l-1160.4 -10050.2l-1163.1 -10049.6l-1165.9 -10049l-1168.6 -10048.4l-1171.3 -10047.8l-1174.1 -10047.2l-1176.8 -10046.5l-1179.5 -10046l-1182.2 -10045.3l-1184.9 -10044.7l-1187.7 -10044.1l-1190.4 -10043.5l-1193.1 -10042.9l-1195.8 -10042.3l-1198.5 -10041.7l-1201.2 -10041l-1203.9 -10040.4l-1206.5 -10039.8l-1209.2 -10039.2l-1211.9 -10038.6l-1214.6 -10038l-1217.3 -10037.4l-1219.9 -10036.8l-1222.6 -10036.1l-1225.3 -10035.5l-1227.9 -10034.9l-1230.6 -10034.3l-1233.2 -10033.7l-1235.9 -10033l-1238.5 -10032.4l-1241.2 -10031.8l-1243.8 -10031.2l-1246.5 -10030.5l-1249.1 -10029.9l-1251.7 -10029.3l-1254.4 -10028.7l-1257 -10028.1l-1259.6 -10027.4l-1262.2 -10026.8l-1264.8 -10026.2l-1267.4 -10025.5l-1270 -10024.9l-1272.6 -10024.3l-1275.2 -10023.6l-1277.8 -10023l-1280.4 -10022.4l-1283 -10021.8l-1285.6 -10021.1l-1288.2 -10020.5l-1290.8 -10019.9l-1293.3 -10019.3l-1295.9 -10018.6l-1298.5 -10018l-1301 -10017.4l-1303.6 -10016.7l-1306.1 -10016.1l-1308.7 -10015.4l-1311.2 -10014.8l-1313.8 -10014.2l-1316.3 -10013.6l-1318.9 -10012.9l-1321.4 -10012.3l-1323.9 -10011.7l-1326.4 -10011l-1329 -10010.4l-1331.5 -10009.7l-1334 -10009.1l-1336.5 -10008.5l-1339 -10007.8l-1341.5 -10007.2l-1344 -10006.5l-1346.5 -10005.9l-1349 -10005.3l-1351.5 -10004.7l-1354 -10004l-1356.5 -10003.4l-1358.9 -10002.7l-1361.4 -10002.1l-1363.9 -10001.5l-1366.4 -10000.8l-1368.8 -10000.2l-1371.3 -9999.5l-1373.7 -9998.9l-1376.2 -9998.3l-1378.6 -9997.6l-1381.1 -9997l-1383.5 -9996.3l-1386 -9995.7l-1388.4 -9995l-1390.8 -9994.4l-1393.2 -9993.8l-1395.7 -9993.1l-1398.1 -9992.5l-1400.5 -9991.8l-1402.9 -9991.2l-1405.3 -9990.6l-1407.7 -9989.9l-1410.1 -9989.3l-1412.5 -9988.6l-1414.9 -9988l-1417.3 -9987.4l-1419.7 -9986.7l-1422.1 -9986l-1424.4 -9985.4l-1426.8 -9984.8l-1429.2 -9984.1l-1431.5 -9983.5l-1433.9 -9982.9l-1436.3 -9982.2l-1438.6 -9981.6l-1441 -9980.9l-1443.3 -9980.3l-1445.6 -9979.7l-1448 -9979l-1450.3 -9978.4l-1452.6 -9977.7l-1455 -9977l-1457.3 -9976.4l-1459.6 -9975.8l-1461.9 -9975.2l-1464.2 -9974.5l-1466.5 -9973.9l-1468.8 -9973.2l-1471.1 -9972.6l-1473.4 -9971.9l-1475.7 -9971.3l-1478 -9970.7l-1480.3 -9970l-1482.6 -9969.4l-1484.8 -9968.7l-1487.1 -9968.1l-1489.4 -9967.5l-1491.6 -9966.8l-1493.9 -9966.2l-1496.2 -9965.5l-1498.4 -9964.9l-1500.7 -9964.3l-1502.9 -9963.6l-1505.1 -9963l-1507.4 -9962.3l-1509.6 -9961.7l-1511.8 -9961.1l-1514.1 -9960.4l-1516.3 -9959.8l-1518.5 -9959.2l-1520.7 -9958.5l-1522.9 -9957.9l-1525.1 -9957.2l-1527.3 -9956.6l-1529.5 -9956l-1531.7 -9955.3l-1533.9 -9954.7l-1536.1 -9954l-1538.2 -9953.4l-1540.4 -9952.8l-1542.6 -9952.2l-1544.8 -9951.5l-1546.9 -9950.9l-1549.1 -9950.2l-1551.2 -9949.6l-1553.4 -9949l-1555.5 -9948.3l-1557.7 -9947.7l-1559.8 -9947.1l-1561.9 -9946.5l-1564.1 -9945.8l-1566.2 -9945.2l-1568.3 -9944.6l-1570.4 -9943.9l-1572.6 -9943.3l-1574.7 -9942.6l-1576.8 -9942l-1578.9 -9941.4l-1581 -9940.8l-1583.1 -9940.2l-1585.2 -9939.5l-1587.2 -9938.9l-1589.3 -9938.3l-1591.4 -9937.6l-1593.5 -9937l-1595.5 -9936.4l-1597.6 -9935.8l-1599.7 -9935.1l-1601.7 -9934.5l-1603.8 -9933.9l-1605.8 -9933.3l-1607.9 -9932.7l-1609.9 -9932l-1611.9 -9931.4l-1614 -9930.8l-1616 -9930.2l-1618 -9929.6l-1620 -9928.9l-1622.1 -9928.3l-1624.1 -9927.7l-1626.1 -9927.1l-1628.1 -9926.5l-1630.1 -9925.8l-1632.1 -9925.2l-1634.1 -9924.6l-1636 -9924l-1638 -9923.4l-1640 -9922.7l-1642 -9922.2l-1643.9 -9921.6l-1645.9 -9920.9l-1647.9 -9920.3l-1649.8 -9919.7l-1651.8 -9919.1l-1653.7 -9918.5l-1655.7 -9917.9l-1657.6 -9917.3l-1659.5 -9916.7l-1661.5 -9916.1l-1663.4 -9915.5l-1665.3 -9914.9l-1667.2 -9914.2l-1669.2 -9913.7l-1671.1 -9913.1l-1673 -9912.5l-1674.9 -9911.8l-1676.8 -9911.2l-1678.7 -9910.6l-1680.6 -9910.1l-1682.4 -9909.5l-1684.3 -9908.8l-1686.2 -9908.3l-1688.1 -9907.7l-1689.9 -9907.1l-1691.8 -9906.5l-1693.6 -9905.8l-1695.5 -9905.3l-1697.4 -9904.7l-1699.2 -9904.1l-1701 -9903.5l-1702.9 -9902.9l-1704.7 -9902.3l-1706.5 -9901.7l-1708.4 -9901.2l-1710.2 -9900.5l-1712 -9900l-1713.8 -9899.4l-1715.6 -9898.8l-1717.4 -9898.2l-1719.2 -9897.6l-1721 -9897.1l-1722.8 -9896.5l-1724.6 -9895.9l-1726.4 -9895.3l-1728.2 -9894.8l-1729.9 -9894.2l-1731.7 -9893.6l-1733.5 -9893l-1735.2 -9892.4l-1737 -9891.9l-1738.7 -9891.3l-1740.5 -9890.7l-1742.2 -9890.1l-1744 -9889.6l-1745.7 -9889l-1747.4 -9888.5l-1749.2 -9887.9l-1750.9 -9887.3l-1752.6 -9886.8l-1754.3 -9886.2l-1756 -9885.6l-1757.7 -9885l-1759.4 -9884.5l-1761.1 -9883.9l-1762.8 -9883.4l-1764.5 -9882.8l-1766.2 -9882.2l-1767.9 -9881.7l-1769.5 -9881.2l-1771.2 -9880.6l-1772.9 -9880l-1774.5 -9879.5l-1776.2 -9879l-1777.8 -9878.4l-1779.5 -9877.9l-1781.1 -9877.3l-1782.8 -9876.8l-1784.4 -9876.2l-1786 -9875.7l-1787.6 -9875.1l-1789.3 -9874.6l-1790.9 -9874l-1792.5 -9873.5l-1794.1 -9873l-1795.7 -9872.4l-1797.3 -9871.9l-1798.9 -9871.4l-1800.5 -9870.8l-1802.1 -9870.3l-1803.7 -9869.7l-1805.2 -9869.2l-1806.8 -9868.7l-1808.4 -9868.2l-1809.9 -9867.6l-1811.5 -9867.1l-1813.1 -9866.6l-1814.6 -9866.1l-1816.2 -9865.5l-1817.7 -9865l-1819.2 -9864.5l-1820.8 -9864l-1822.3 -9863.5l-1823.8 -9862.9l-1825.3 -9862.4l-1826.9 -9861.9l-1828.4 -9861.4l-1829.9 -9860.9l-1831.4 -9860.3l-1832.9 -9859.9l-1834.4 -9859.4l-1835.9 -9858.8l-1837.3 -9858.3l-1838.8 -9857.8l-1840.3 -9857.3l-1841.8 -9856.8l-1843.2 -9856.3l-1844.7 -9855.8l-1846.2 -9855.3l-1847.6 -9854.8l-1849.1 -9854.3l-1850.5 -9853.8l-1851.9 -9853.3l-1853.4 -9852.9l-1854.8 -9852.4l-1856.2 -9851.9l-1857.7 -9851.4l-1859.1 -9850.9l-1860.5 -9850.4l-1861.9 -9849.9l-1863.3 -9849.4l-1864.7 -9848.9l-1866.1 -9848.5l-1867.5 -9848l-1868.9 -9847.5l-1870.3 -9847l-1871.6 -9846.6l-1873 -9846.1l-1874.4 -9845.6l-1875.8 -9845.2l-1877.1 -9844.7l-1878.5 -9844.2l-1879.8 -9843.8l-1881.2 -9843.3l-1882.5 -9842.8l-1883.8 -9842.4l-1885.2 -9841.9l-1886.5 -9841.4l-1887.8 -9841l-1889.1 -9840.5l-1890.5 -9840.1l-1891.8 -9839.6l-1893.1 -9839.2l-1894.4 -9838.7l-1895.7 -9838.2l-351.2 -1821.8M773080 -8006963.9l-1256.1 -6218.5l-1982 -9808.3l-1983 -9808l-1983.9 -9807.7l-1984.9 -9807.4l-1985.8 -9807l-1986.7 -9806.7l-1987.6 -9806.4l-1988.6 -9806.1l-1989.5 -9805.8l-1990.4 -9805.4l-1991.3 -9805.2l-1992.2 -9804.8l-1993.1 -9804.5l-1994 -9804.2l-1994.9 -9803.9l-1995.7 -9803.6l-1996.6 -9803.3l-1997.5 -9803l-1998.3 -9802.7l-1999.2 -9802.5l-2000.1 -9802.2l-2000.9 -9801.9l-2001.8 -9801.6l-2002.6 -9801.3l-2003.5 -9801l-2004.3 -9800.7l-2005.1 -9800.5l-2006 -9800.2l-2006.8 -9799.9l-2007.6 -9799.6l-2008.4 -9799.4l-2009.2 -9799.1l-2010 -9798.8l-2010.8 -9798.5l-2011.6 -9798.3l-2012.4 -9798l-2013.2 -9797.8l-2014 -9797.5l-2014.7 -9797.2l-2015.5 -9797l-2016.3 -9796.7l-2017 -9796.4l-2017.8 -9796.2l-2018.5 -9796l-2019.3 -9795.7l-2020 -9795.5l-2020.8 -9795.2l-2021.5 -9795l-2022.2 -9794.8l-2023 -9794.5l-2023.7 -9794.3l-2024.4 -9794.1l-2025.1 -9793.8l-2025.8 -9793.6l-2026.5 -9793.4l-2027.2 -9793.1l-2027.9 -9792.9l-2028.6 -9792.7l-2029.3 -9792.5l-2030 -9792.3l-2030.6 -9792l-2031.3 -9791.8l-2032 -9791.6l-2032.6 -9791.4l-2033.3 -9791.2l-1225.4 -5899.2"
id="path1347"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1712602.7 -1l-1.7 -10179.5l-5.1 -10180.5l-8.5 -10180.5l-11.9 -10180.5l-15.3 -10180.5l-18.7 -10180.5l-22.1 -10180.5l-25.5 -10180.5l-28.9 -10180.5l-32.3 -10180.4l-35.7 -10180.4l-39.1 -10180.4l-42.5 -10180.4l-45.9 -10180.3l-49.3 -10180.3l-52.8 -10180.2l-56.2 -10180.2l-59.6 -10180.2l-63 -10180.2l-66.4 -10180.1l-69.8 -10180.1l-73.2 -10180l-76.6 -10180l-80 -10179.9l-83.4 -10179.8l-86.8 -10179.8l-90.2 -10179.8l-93.6 -10179.7l-97 -10179.6l-100.4 -10179.6l-103.8 -10179.5l-107.2 -10179.5l-110.6 -10179.4l-114 -10179.3l-117.4 -10179.2l-120.8 -10179.2l-124.1 -10179.1l-127.5 -10179l-130.9 -10178.9l-134.3 -10178.8l-137.7 -10178.7l-141.1 -10178.7l-144.5 -10178.5l-147.9 -10178.5l-151.3 -10178.4l-154.7 -10178.3l-158.1 -10178.2l-161.5 -10178l-164.9 -10178l-168.3 -10177.9l-171.7 -10177.8l-175 -10177.6l-178.4 -10177.5l-181.8 -10177.4l-185.2 -10177.3l-188.6 -10177.2l-192 -10177l-195.4 -10176.9l-198.8 -10176.8l-202.1 -10176.7l-205.5 -10176.6l-208.9 -10176.4l-212.3 -10176.3l-215.7 -10176.2l-219.1 -10176l-222.4 -10175.8l-225.8 -10175.7l-229.2 -10175.6l-232.6 -10175.4l-236 -10175.3l-239.3 -10175.1l-242.7 -10175l-246.1 -10174.8l-249.5 -10174.7l-252.8 -10174.5l-256.2 -10174.4l-259.6 -10174.2l-263 -10174l-266.3 -10173.9l-269.7 -10173.7l-273.1 -10173.5l-276.4 -10173.3l-279.8 -10173.2l-283.2 -10173l-286.5 -10172.8l-289.9 -10172.6l-293.3 -10172.4l-296.6 -10172.3l-300 -10172l-303.3 -10171.9l-306.7 -10171.7l-310.1 -10171.5l-313.4 -10171.3l-316.8 -10171.1l-320.1 -10170.9l-323.5 -10170.7l-326.9 -10170.5l-330.2 -10170.2l-333.6 -10170.1l-336.9 -10169.9l-340.3 -10169.6l-343.6 -10169.4l-347 -10169.2l-350.3 -10169l-353.6 -10168.8l-357 -10168.5l-360.3 -10168.3l-363.7 -10168.1l-367 -10167.9l-370.4 -10167.6l-373.7 -10167.4l-377 -10167.1l-380.4 -10166.9l-383.7 -10166.7l-387 -10166.4l-390.4 -10166.2l-393.7 -10165.9l-397 -10165.7l-400.4 -10165.4l-403.7 -10165.2l-407 -10164.9l-410.4 -10164.7l-413.7 -10164.4l-417 -10164.2l-420.3 -10163.9l-423.6 -10163.6l-427 -10163.4l-430.3 -10163.1l-433.6 -10162.8l-436.9 -10162.5l-440.2 -10162.3l-443.5 -10162l-446.8 -10161.7l-450.2 -10161.5l-453.5 -10161.1l-456.8 -10160.9l-460.1 -10160.6l-463.4 -10160.3l-466.7 -10160l-470 -10159.7l-473.3 -10159.4l-476.6 -10159.1l-479.9 -10158.9l-483.2 -10158.5l-486.5 -10158.3l-489.8 -10157.9l-493.1 -10157.6l-496.3 -10157.3l-499.6 -10157l-502.9 -10156.7l-506.2 -10156.4l-509.5 -10156.1l-512.8 -10155.7l-516 -10155.5l-519.3 -10155.1l-522.6 -10154.8l-525.9 -10154.5l-529.1 -10154.2l-532.4 -10153.8l-535.7 -10153.5l-539 -10153.2l-542.2 -10152.8l-545.5 -10152.5l-548.8 -10152.2l-552 -10151.8l-555.3 -10151.5l-558.5 -10151.1l-561.8 -10150.8l-565 -10150.5l-568.3 -10150.1l-571.5 -10149.7l-574.8 -10149.4l-578 -10149.1l-581.3 -10148.7l-584.5 -10148.3l-587.8 -10148l-591 -10147.6l-594.3 -10147.3l-597.5 -10146.9l-600.7 -10146.5l-604 -10146.2l-607.2 -10145.8l-610.4 -10145.4l-613.7 -10145.1l-616.9 -10144.6l-620.1 -10144.3l-623.3 -10143.9l-626.5 -10143.5l-629.8 -10143.1l-633 -10142.8l-636.2 -10142.4l-639.4 -10142l-642.6 -10141.6l-645.8 -10141.2l-649 -10140.8l-652.2 -10140.4l-655.4 -10140l-658.6 -10139.6l-661.8 -10139.2l-665 -10138.8l-668.2 -10138.4l-671.4 -10138l-674.6 -10137.6l-677.8 -10137.2l-681 -10136.8l-684.2 -10136.4l-687.3 -10136l-690.5 -10135.5l-693.7 -10135.2l-696.9 -10134.7l-700.1 -10134.3l-703.2 -10133.9l-706.4 -10133.5l-709.6 -10133.1l-712.7 -10132.6l-715.9 -10132.2l-719 -10131.7l-722.2 -10131.3l-725.4 -10130.9l-728.5 -10130.5l-731.7 -10130l-734.8 -10129.6l-738 -10129.2l-741.1 -10128.7l-744.3 -10128.3l-747.4 -10127.8l-750.5 -10127.4l-753.7 -10127l-756.8 -10126.5l-759.9 -10126l-763.1 -10125.6l-766.2 -10125.2l-769.3 -10124.7l-772.4 -10124.2l-775.6 -10123.8l-778.7 -10123.3l-781.8 -10122.9l-784.9 -10122.4l-788 -10121.9l-791.1 -10121.5l-794.2 -10121l-797.3 -10120.6l-800.4 -10120.1l-803.5 -10119.6l-806.6 -10119.1l-809.7 -10118.7l-812.8 -10118.2l-815.9 -10117.7l-819 -10117.2l-822.1 -10116.8l-825.1 -10116.3l-828.2 -10115.8l-831.3 -10115.3l-834.4 -10114.8l-837.4 -10114.3l-840.5 -10113.9l-843.6 -10113.4l-846.6 -10112.8l-849.7 -10112.4l-852.8 -10111.9l-855.8 -10111.4l-858.9 -10110.9l-861.9 -10110.4l-865 -10109.9l-868 -10109.4l-871.1 -10108.9l-874.1 -10108.4l-877.1 -10107.9l-880.2 -10107.4l-883.2 -10106.9l-886.2 -10106.4l-889.3 -10105.8l-892.3 -10105.4l-895.3 -10104.8l-898.3 -10104.3l-901.3 -10103.8l-904.4 -10103.3l-907.4 -10102.8l-910.4 -10102.3l-913.4 -10101.7l-916.4 -10101.2l-919.4 -10100.7l-922.4 -10100.2l-925.4 -10099.6l-928.4 -10099.1l-931.4 -10098.6l-934.4 -10098.1l-937.3 -10097.5l-940.3 -10097l-943.3 -10096.4l-946.3 -10095.9l-949.3 -10095.4l-952.2 -10094.9l-955.2 -10094.3l-958.2 -10093.8l-961.1 -10093.3l-964.1 -10092.7l-967 -10092.2l-970 -10091.6l-972.9 -10091.1l-975.9 -10090.5l-978.8 -10090l-981.8 -10089.4l-984.7 -10088.9l-987.6 -10088.3l-990.6 -10087.8l-993.5 -10087.2l-996.4 -10086.7l-999.4 -10086.1l-1002.3 -10085.6l-1005.2 -10085l-1008.1 -10084.5l-1011 -10083.9l-1013.9 -10083.3l-1016.8 -10082.8l-1019.7 -10082.2l-1022.6 -10081.6l-1025.5 -10081.1l-1028.4 -10080.5l-1031.3 -10080l-1034.2 -10079.4l-1037.1 -10078.8l-1040 -10078.3l-1042.9 -10077.7l-1045.7 -10077.1l-1048.6 -10076.5l-1051.5 -10076l-1054.4 -10075.4l-1057.2 -10074.8l-1060.1 -10074.3l-1062.9 -10073.6l-1065.8 -10073.1l-1068.6 -10072.5l-1071.5 -10071.9l-1074.3 -10071.3l-1077.2 -10070.8l-1080 -10070.2l-1082.9 -10069.6l-1085.7 -10069l-1088.5 -10068.4l-1091.4 -10067.9l-1094.2 -10067.3l-1097 -10066.7l-1099.8 -10066.1l-1102.6 -10065.5l-1105.4 -10064.9l-1108.2 -10064.3l-1111.1 -10063.7l-1113.9 -10063.1l-1116.7 -10062.5l-1119.4 -10062l-1122.2 -10061.4l-1125 -10060.8l-1127.8 -10060.1l-1130.6 -10059.6l-1133.4 -10059l-1136.2 -10058.4l-1138.9 -10057.7l-1141.7 -10057.2l-1144.5 -10056.6l-1147.2 -10056l-1150 -10055.4l-1152.7 -10054.7l-1155.5 -10054.1l-1158.2 -10053.5l-1161 -10052.9l-1163.7 -10052.3l-1166.5 -10051.7l-1169.2 -10051.1l-1171.9 -10050.5l-1174.7 -10049.9l-1177.4 -10049.3l-1180.1 -10048.7l-1182.8 -10048.1l-1185.6 -10047.4l-1188.3 -10046.8l-1191 -10046.2l-1193.7 -10045.6l-1196.4 -10045l-1199.1 -10044.4l-1201.8 -10043.7l-1204.5 -10043.1l-1207.2 -10042.5l-1209.8 -10041.9l-1212.5 -10041.3l-1215.2 -10040.6l-1217.9 -10040l-1220.6 -10039.4l-1223.2 -10038.8l-1225.9 -10038.1l-1228.6 -10037.6l-1231.2 -10036.9l-1233.9 -10036.3l-1236.5 -10035.7l-1239.2 -10035l-1241.8 -10034.4l-1244.5 -10033.8l-1247.1 -10033.2l-1249.7 -10032.5l-1252.4 -10031.9l-1255 -10031.3l-1257.6 -10030.7l-1260.2 -10030l-1262.8 -10029.4l-1265.5 -10028.8l-1268.1 -10028.2l-1270.7 -10027.5l-1273.3 -10026.9l-1275.9 -10026.2l-1278.5 -10025.6l-1281.1 -10025l-1283.6 -10024.4l-1286.2 -10023.7l-1288.8 -10023.1l-1291.4 -10022.5l-1294 -10021.8l-1296.5 -10021.2l-1299.1 -10020.5l-1301.7 -10019.9l-1304.2 -10019.3l-1306.8 -10018.7l-1309.3 -10018l-1311.9 -10017.4l-1314.4 -10016.7l-1317 -10016.1l-1319.5 -10015.5l-1322 -10014.8l-1324.6 -10014.2l-1327.1 -10013.5l-1329.6 -10012.9l-1332.1 -10012.2l-1334.6 -10011.6l-1337.2 -10011l-1339.7 -10010.3l-1342.2 -10009.7l-1344.7 -10009l-1347.2 -10008.4l-1349.7 -10007.8l-1352.1 -10007.1l-1354.6 -10006.5l-1357.1 -10005.9l-1359.6 -10005.2l-1362.1 -10004.6l-1364.5 -10003.9l-1367 -10003.3l-1369.5 -10002.6l-1371.9 -10002l-1374.4 -10001.4l-1376.8 -10000.7l-1379.3 -10000l-1381.7 -9999.4l-1384.2 -9998.8l-1386.6 -9998.1l-1389 -9997.5l-1391.5 -9996.8l-1393.9 -9996.2l-1396.3 -9995.6l-1398.7 -9994.9l-1401.1 -9994.2l-1403.6 -9993.6l-1406 -9993l-1408.4 -9992.3l-1410.8 -9991.6l-1413.2 -9991l-1415.6 -9990.4l-1417.9 -9989.7l-1420.3 -9989.1l-1422.7 -9988.4l-1425.1 -9987.8l-1427.5 -9987.2l-1429.8 -9986.5l-1432.2 -9985.8l-1434.5 -9985.2l-1436.9 -9984.6l-1439.3 -9983.9l-1441.6 -9983.3l-1443.9 -9982.6l-1446.3 -9982l-1448.6 -9981.3l-1451 -9980.7l-1453.3 -9980.1l-1455.6 -9979.4l-1457.9 -9978.8l-1460.3 -9978.1l-1462.6 -9977.5l-1464.9 -9976.8l-1467.2 -9976.2l-1469.5 -9975.5l-1471.8 -9974.9l-1474.1 -9974.2l-1476.4 -9973.6l-1478.7 -9973l-1480.9 -9972.3l-1483.2 -9971.7l-1485.5 -9971l-1487.8 -9970.4l-1490 -9969.7l-1492.3 -9969.1l-1494.6 -9968.4l-1496.8 -9967.8l-1499.1 -9967.2l-1501.3 -9966.5l-1503.5 -9965.9l-1505.8 -9965.2l-1508 -9964.6l-1510.3 -9963.9l-1512.5 -9963.3l-1514.7 -9962.6l-1516.9 -9962l-1519.1 -9961.4l-1521.3 -9960.7l-1523.6 -9960.1l-1525.8 -9959.4l-1527.9 -9958.8l-1530.1 -9958.2l-1532.3 -9957.5l-1534.5 -9956.9l-1536.7 -9956.2l-1538.9 -9955.6l-1541.1 -9955l-1543.2 -9954.3l-1545.4 -9953.7l-1547.6 -9953l-1549.7 -9952.4l-1551.9 -9951.8l-1554 -9951.1l-1556.2 -9950.5l-1558.3 -9949.9l-1560.4 -9949.2l-1562.6 -9948.6l-1564.7 -9947.9l-1566.8 -9947.3l-1569 -9946.7l-1571.1 -9946l-1573.2 -9945.4l-1575.3 -9944.7l-1577.4 -9944.1l-1579.5 -9943.5l-1581.6 -9942.9l-1583.7 -9942.2l-1585.8 -9941.6l-1587.9 -9941l-1590 -9940.4l-1592 -9939.7l-1594.1 -9939.1l-1596.2 -9938.5l-1598.2 -9937.8l-1600.3 -9937.2l-1602.3 -9936.6l-1604.4 -9935.9l-1606.4 -9935.3l-1608.5 -9934.7l-1610.5 -9934.1l-1612.6 -9933.4l-1614.6 -9932.8l-1616.6 -9932.2l-1618.6 -9931.6l-1620.7 -9931l-1622.7 -9930.3l-1624.7 -9929.7l-1626.7 -9929.1l-1628.7 -9928.5l-1630.7 -9927.8l-1632.7 -9927.2l-1634.7 -9926.6l-1636.7 -9926l-1638.6 -9925.4l-1640.6 -9924.7l-1642.6 -9924.1l-1644.6 -9923.5l-1646.5 -9922.9l-1648.5 -9922.3l-1650.4 -9921.6l-1652.4 -9921.1l-1654.3 -9920.4l-1656.3 -9919.8l-1658.2 -9919.2l-1660.2 -9918.6l-1662.1 -9918l-1664 -9917.4l-1665.9 -9916.8l-1667.8 -9916.1l-1669.8 -9915.6l-1671.7 -9915l-1673.6 -9914.4l-1675.5 -9913.7l-1677.4 -9913.1l-1679.3 -9912.5l-1681.2 -9911.9l-1683 -9911.3l-1684.9 -9910.7l-1686.8 -9910.1l-1688.7 -9909.5l-1690.5 -9908.9l-1692.4 -9908.3l-1694.2 -9907.7l-1696.1 -9907.1l-1698 -9906.5l-1699.8 -9905.9l-1701.6 -9905.3l-1703.5 -9904.8l-1705.3 -9904.2l-1707.1 -9903.6l-1709 -9903l-1710.8 -9902.4l-1712.6 -9901.8l-1714.4 -9901.2l-1716.2 -9900.6l-1718 -9900l-1719.8 -9899.4l-1721.6 -9898.9l-1723.4 -9898.3l-1725.2 -9897.7l-1727 -9897.1l-1728.7 -9896.5l-1730.5 -9895.9l-1732.3 -9895.4l-1734 -9894.8l-1735.8 -9894.2l-1737.6 -9893.6l-1739.3 -9893.1l-1741.1 -9892.5l-1742.8 -9891.9l-1744.5 -9891.3l-1746.3 -9890.8l-1748 -9890.2l-1749.7 -9889.6l-1751.4 -9889l-1753.2 -9888.5l-1754.9 -9887.9l-1756.6 -9887.3l-1758.3 -9886.7l-1760 -9886.2l-1761.7 -9885.6l-1763.4 -9885.1l-1765.1 -9884.5l-1766.7 -9883.9l-1768.4 -9883.4l-1770.1 -9882.8l-1771.7 -9882.3l-1773.4 -9881.7l-1775.1 -9881.2l-1776.7 -9880.6l-1778.4 -9880.1l-1780 -9879.5l-1781.7 -9878.9l-1783.3 -9878.4l-1784.9 -9877.8l-1786.6 -9877.3l-1788.2 -9876.7l-1789.8 -9876.2l-1791.4 -9875.7l-1793 -9875.1l-1794.6 -9874.6l-1796.2 -9874l-1797.8 -9873.5l-1799.4 -9872.9l-1801 -9872.4l-1802.6 -9871.9l-1804.2 -9871.3l-1805.8 -9870.8l-1807.3 -9870.3l-1808.9 -9869.7l-1810.5 -9869.2l-1812 -9868.7l-1813.6 -9868.1l-1815.1 -9867.6l-1816.7 -9867.1l-1818.2 -9866.5l-1819.8 -9866l-1821.3 -9865.5l-1822.8 -9865l-1824.3 -9864.4l-1825.9 -9863.9l-1827.4 -9863.4l-1828.9 -9862.9l-1830.4 -9862.4l-1831.9 -9861.8l-1833.4 -9861.4l-1834.9 -9860.8l-1836.4 -9860.3l-1837.8 -9859.8l-1839.3 -9859.3l-1840.8 -9858.8l-1842.3 -9858.3l-1843.7 -9857.8l-1845.2 -9857.3l-1846.7 -9856.8l-1848.1 -9856.3l-1849.6 -9855.8l-1851 -9855.3l-1852.4 -9854.8l-1853.9 -9854.3l-1855.3 -9853.8l-1856.7 -9853.3l-1858.1 -9852.8l-1859.6 -9852.3l-1861 -9851.8l-1862.4 -9851.3l-1863.8 -9850.9l-1865.2 -9850.3l-1866.6 -9849.9l-1868 -9849.4l-1869.4 -9848.9l-1870.7 -9848.4l-1872.1 -9848l-1873.5 -9847.5l-1874.9 -9847l-1876.2 -9846.5l-1877.6 -9846l-1878.9 -9845.6l-1880.3 -9845.1l-1881.6 -9844.6l-1883 -9844.1l-1884.3 -9843.7l-1885.6 -9843.2l-1887 -9842.8l-1888.3 -9842.3l-1889.6 -9841.8l-1890.9 -9841.4l-1892.2 -9840.9l-1893.5 -9840.5l-1894.8 -9840l-1896.1 -9839.5l-1897.4 -9839.1l-1898.7 -9838.7l-1900 -9838.2l-1901.3 -9837.7l-1902.5 -9837.3l-1903.8 -9836.9l-1905.1 -9836.4l-1906.3 -9836l-1907.6 -9835.5l-1908.8 -9835.1l-1910.1 -9834.7l-1911.3 -9834.2l-1912.6 -9833.8l-1913.8 -9833.4l-1915 -9832.9l-1916.3 -9832.5l-1917.5 -9832.1l-1918.7 -9831.6l-1919.9 -9831.2l-1921.1 -9830.8l-1922.3 -9830.4l-76.5 -391.2M783018.1 -8008306.3l-1385.3 -6857.8l-1982.4 -9809.2l-1983.3 -9808.9l-1984.3 -9808.6l-1985.2 -9808.3l-1986.1 -9808l-1987 -9807.6l-1988 -9807.3l-1988.9 -9807l-1989.8 -9806.7l-1990.7 -9806.3l-1991.6 -9806.1l-1992.5 -9805.7l-1993.4 -9805.4l-1994.3 -9805.1l-1995.2 -9804.8l-1996 -9804.5l-1996.9 -9804.2l-1997.8 -9803.9l-1998.6 -9803.6l-1999.5 -9803.3l-2000.4 -9803l-2001.2 -9802.7l-2002.1 -9802.4l-2002.9 -9802.1l-2003.7 -9801.9l-2004.6 -9801.6l-2005.4 -9801.3l-2006.2 -9801l-2007 -9800.7l-2007.9 -9800.4l-2008.7 -9800.2l-2009.5 -9799.9l-2010.3 -9799.6l-2011.1 -9799.3l-2011.9 -9799.1l-2012.7 -9798.8l-2013.4 -9798.5l-2014.2 -9798.2l-2015 -9798l-2015.8 -9797.8l-2016.5 -9797.5l-2017.3 -9797.2l-2018 -9797l-2018.8 -9796.7l-2019.5 -9796.5l-2020.3 -9796.2l-2021 -9795.9l-2021.8 -9795.7l-2022.5 -9795.5l-2023.2 -9795.2l-2023.9 -9795l-2024.6 -9794.8l-2025.3 -9794.5l-2026.1 -9794.3l-2026.8 -9794.1l-2027.4 -9793.8l-2028.1 -9793.6l-2028.8 -9793.4l-2029.5 -9793.2l-2030.2 -9792.9l-2030.9 -9792.7l-2031.5 -9792.5l-2032.2 -9792.3l-2032.9 -9792.1l-2033.5 -9791.8l-2034.2 -9791.6l-2034.8 -9791.4l-2035.4 -9791.2l-2036.1 -9791l-2036.7 -9790.8l-2037.3 -9790.6l-2038 -9790.4l-2038.6 -9790.2l-2039.2 -9790l-2039.8 -9789.8l-646.8 -3103.7"
id="path1348"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1722784.9 -1l-1.7 -10182.9l-5.1 -10183.9l-8.5 -10183.9l-11.9 -10183.9l-15.3 -10183.9l-18.7 -10183.9l-22.1 -10183.9l-25.5 -10183.9l-28.9 -10183.9l-32.4 -10183.8l-35.8 -10183.8l-39.2 -10183.8l-42.6 -10183.8l-46 -10183.7l-49.4 -10183.7l-52.8 -10183.6l-56.2 -10183.6l-59.6 -10183.6l-63 -10183.6l-66.4 -10183.5l-69.8 -10183.5l-73.2 -10183.4l-76.6 -10183.4l-80 -10183.3l-83.4 -10183.2l-86.8 -10183.2l-90.2 -10183.2l-93.6 -10183.1l-97 -10183.1l-100.4 -10183l-103.8 -10182.9l-107.2 -10182.9l-110.6 -10182.8l-114 -10182.7l-117.4 -10182.6l-120.8 -10182.6l-124.2 -10182.5l-127.6 -10182.4l-131 -10182.3l-134.4 -10182.2l-137.8 -10182.1l-141.2 -10182.1l-144.6 -10181.9l-148 -10181.9l-151.4 -10181.8l-154.8 -10181.7l-158.2 -10181.6l-161.6 -10181.4l-165 -10181.4l-168.4 -10181.3l-171.8 -10181.2l-175.2 -10181l-178.5 -10180.9l-181.9 -10180.8l-185.3 -10180.7l-188.7 -10180.6l-192.1 -10180.4l-195.5 -10180.3l-198.9 -10180.2l-202.3 -10180.1l-205.7 -10179.9l-209 -10179.8l-212.4 -10179.7l-215.8 -10179.5l-219.2 -10179.4l-222.6 -10179.2l-226 -10179.1l-229.3 -10179l-232.7 -10178.8l-236.1 -10178.7l-239.5 -10178.5l-242.9 -10178.4l-246.2 -10178.2l-249.6 -10178.1l-253 -10177.9l-256.4 -10177.7l-259.7 -10177.6l-263.1 -10177.4l-266.5 -10177.2l-269.9 -10177l-273.2 -10176.9l-276.6 -10176.7l-280 -10176.5l-283.3 -10176.3l-286.7 -10176.2l-290.1 -10176l-293.4 -10175.8l-296.8 -10175.6l-300.2 -10175.4l-303.5 -10175.2l-306.9 -10175l-310.3 -10174.8l-313.6 -10174.6l-317 -10174.4l-320.3 -10174.2l-323.7 -10174l-327.1 -10173.8l-330.4 -10173.6l-333.8 -10173.4l-337.1 -10173.2l-340.5 -10173l-343.8 -10172.8l-347.2 -10172.5l-350.5 -10172.3l-353.9 -10172.1l-357.2 -10171.9l-360.6 -10171.6l-363.9 -10171.4l-367.3 -10171.2l-370.6 -10171l-373.9 -10170.7l-377.3 -10170.5l-380.6 -10170.3l-384 -10170l-387.3 -10169.8l-390.6 -10169.5l-394 -10169.3l-397.3 -10169l-400.6 -10168.8l-404 -10168.5l-407.3 -10168.2l-410.6 -10168l-413.9 -10167.8l-417.3 -10167.5l-420.6 -10167.2l-423.9 -10167l-427.2 -10166.7l-430.5 -10166.4l-433.9 -10166.2l-437.2 -10165.8l-440.5 -10165.6l-443.8 -10165.3l-447.1 -10165l-450.4 -10164.8l-453.7 -10164.4l-457.1 -10164.2l-460.4 -10163.9l-463.7 -10163.6l-467 -10163.3l-470.3 -10163l-473.6 -10162.7l-476.9 -10162.4l-480.2 -10162.1l-483.5 -10161.8l-486.8 -10161.5l-490.1 -10161.2l-493.4 -10160.9l-496.6 -10160.6l-499.9 -10160.3l-503.2 -10160l-506.5 -10159.7l-509.8 -10159.4l-513.1 -10159l-516.4 -10158.7l-519.6 -10158.4l-522.9 -10158.1l-526.2 -10157.7l-529.5 -10157.4l-532.7 -10157.1l-536 -10156.8l-539.3 -10156.4l-542.6 -10156.1l-545.8 -10155.8l-549.1 -10155.4l-552.4 -10155.1l-555.6 -10154.8l-558.9 -10154.4l-562.1 -10154.1l-565.4 -10153.7l-568.6 -10153.4l-571.9 -10153l-575.2 -10152.7l-578.4 -10152.3l-581.6 -10151.9l-584.9 -10151.6l-588.1 -10151.2l-591.4 -10150.9l-594.6 -10150.5l-597.9 -10150.1l-601.1 -10149.7l-604.3 -10149.4l-607.6 -10149l-610.8 -10148.7l-614 -10148.3l-617.3 -10147.9l-620.5 -10147.5l-623.7 -10147.1l-626.9 -10146.8l-630.1 -10146.3l-633.4 -10146l-636.6 -10145.6l-639.8 -10145.2l-643 -10144.8l-646.2 -10144.4l-649.4 -10144l-652.6 -10143.6l-655.8 -10143.2l-659 -10142.8l-662.2 -10142.4l-665.4 -10142l-668.6 -10141.6l-671.8 -10141.2l-675 -10140.8l-678.2 -10140.4l-681.4 -10140l-684.6 -10139.6l-687.8 -10139.2l-690.9 -10138.7l-694.1 -10138.3l-697.3 -10137.9l-700.5 -10137.5l-703.6 -10137l-706.8 -10136.7l-710 -10136.2l-713.2 -10135.8l-716.3 -10135.4l-719.5 -10134.9l-722.6 -10134.5l-725.8 -10134.1l-729 -10133.6l-732.1 -10133.2l-735.3 -10132.8l-738.4 -10132.3l-741.6 -10131.9l-744.7 -10131.4l-747.8 -10131l-751 -10130.5l-754.1 -10130.1l-757.3 -10129.6l-760.4 -10129.2l-763.5 -10128.7l-766.6 -10128.3l-769.8 -10127.8l-772.9 -10127.4l-776 -10126.9l-779.1 -10126.4l-782.2 -10126l-785.4 -10125.5l-788.5 -10125.1l-791.6 -10124.6l-794.7 -10124.1l-797.8 -10123.7l-800.9 -10123.2l-804 -10122.7l-807.1 -10122.2l-810.2 -10121.8l-813.3 -10121.3l-816.4 -10120.8l-819.5 -10120.3l-822.5 -10119.8l-825.6 -10119.4l-828.7 -10118.9l-831.8 -10118.4l-834.9 -10117.9l-837.9 -10117.4l-841 -10116.9l-844.1 -10116.4l-847.1 -10115.9l-850.2 -10115.4l-853.3 -10114.9l-856.3 -10114.4l-859.4 -10113.9l-862.4 -10113.5l-865.5 -10112.9l-868.5 -10112.4l-871.6 -10111.9l-874.6 -10111.4l-877.6 -10110.9l-880.7 -10110.4l-883.7 -10109.9l-886.8 -10109.4l-889.8 -10108.9l-892.8 -10108.4l-895.8 -10107.9l-898.9 -10107.3l-901.9 -10106.8l-904.9 -10106.3l-907.9 -10105.8l-910.9 -10105.3l-913.9 -10104.7l-916.9 -10104.2l-919.9 -10103.7l-922.9 -10103.2l-925.9 -10102.6l-928.9 -10102.1l-931.9 -10101.6l-934.9 -10101.1l-937.9 -10100.5l-940.9 -10100l-943.8 -10099.4l-946.8 -10098.9l-949.8 -10098.4l-952.8 -10097.8l-955.7 -10097.3l-958.7 -10096.8l-961.7 -10096.2l-964.6 -10095.7l-967.6 -10095.1l-970.5 -10094.5l-973.5 -10094l-976.4 -10093.5l-979.4 -10092.9l-982.3 -10092.4l-985.3 -10091.8l-988.2 -10091.3l-991.1 -10090.7l-994.1 -10090.2l-997 -10089.6l-999.9 -10089.1l-1002.8 -10088.5l-1005.8 -10087.9l-1008.7 -10087.4l-1011.6 -10086.8l-1014.5 -10086.3l-1017.4 -10085.7l-1020.3 -10085.1l-1023.2 -10084.5l-1026.1 -10084l-1029 -10083.4l-1031.9 -10082.9l-1034.8 -10082.3l-1037.7 -10081.7l-1040.6 -10081.1l-1043.4 -10080.6l-1046.3 -10080l-1049.2 -10079.4l-1052.1 -10078.8l-1054.9 -10078.3l-1057.8 -10077.7l-1060.7 -10077.1l-1063.5 -10076.5l-1066.4 -10076l-1069.2 -10075.4l-1072.1 -10074.8l-1074.9 -10074.2l-1077.8 -10073.6l-1080.6 -10073l-1083.4 -10072.5l-1086.3 -10071.9l-1089.1 -10071.2l-1091.9 -10070.7l-1094.8 -10070.1l-1097.6 -10069.5l-1100.4 -10068.9l-1103.2 -10068.3l-1106 -10067.7l-1108.8 -10067.1l-1111.6 -10066.5l-1114.4 -10065.9l-1117.2 -10065.3l-1120 -10064.7l-1122.8 -10064.1l-1125.6 -10063.5l-1128.4 -10062.9l-1131.2 -10062.3l-1134 -10061.7l-1136.8 -10061.1l-1139.5 -10060.5l-1142.3 -10059.9l-1145.1 -10059.3l-1147.8 -10058.7l-1150.6 -10058.1l-1153.3 -10057.5l-1156.1 -10056.9l-1158.8 -10056.3l-1161.6 -10055.7l-1164.3 -10055l-1167.1 -10054.5l-1169.8 -10053.8l-1172.6 -10053.2l-1175.3 -10052.6l-1178 -10052l-1180.7 -10051.4l-1183.5 -10050.8l-1186.2 -10050.2l-1188.9 -10049.5l-1191.6 -10048.9l-1194.3 -10048.3l-1197 -10047.7l-1199.7 -10047.1l-1202.4 -10046.4l-1205.1 -10045.8l-1207.8 -10045.2l-1210.5 -10044.6l-1213.2 -10044l-1215.8 -10043.3l-1218.5 -10042.7l-1221.2 -10042.1l-1223.8 -10041.5l-1226.5 -10040.8l-1229.2 -10040.2l-1231.8 -10039.6l-1234.5 -10039l-1237.1 -10038.3l-1239.8 -10037.7l-1242.4 -10037.1l-1245.1 -10036.5l-1247.7 -10035.8l-1250.3 -10035.2l-1253 -10034.6l-1255.6 -10033.9l-1258.2 -10033.3l-1260.9 -10032.7l-1263.5 -10032l-1266.1 -10031.4l-1268.7 -10030.8l-1271.3 -10030.1l-1273.9 -10029.5l-1276.5 -10028.8l-1279.1 -10028.2l-1281.7 -10027.6l-1284.3 -10027l-1286.9 -10026.3l-1289.4 -10025.7l-1292 -10025l-1294.6 -10024.4l-1297.2 -10023.8l-1299.7 -10023.1l-1302.3 -10022.5l-1304.9 -10021.8l-1307.4 -10021.2l-1310 -10020.5l-1312.5 -10019.9l-1315.1 -10019.3l-1317.6 -10018.6l-1320.1 -10018l-1322.7 -10017.3l-1325.2 -10016.7l-1327.7 -10016.1l-1330.2 -10015.4l-1332.8 -10014.8l-1335.3 -10014.1l-1337.8 -10013.5l-1340.3 -10012.9l-1342.8 -10012.2l-1345.3 -10011.5l-1347.8 -10010.9l-1350.3 -10010.3l-1352.8 -10009.6l-1355.3 -10008.9l-1357.8 -10008.3l-1360.2 -10007.7l-1362.7 -10007l-1365.2 -10006.4l-1367.6 -10005.7l-1370.1 -10005.1l-1372.6 -10004.5l-1375 -10003.8l-1377.5 -10003.2l-1379.9 -10002.5l-1382.4 -10001.9l-1384.8 -10001.2l-1387.3 -10000.6l-1389.7 -9999.9l-1392.1 -9999.3l-1394.5 -9998.6l-1397 -9998l-1399.4 -9997.3l-1401.8 -9996.6l-1404.2 -9996l-1406.6 -9995.4l-1409 -9994.7l-1411.4 -9994l-1413.8 -9993.4l-1416.2 -9992.8l-1418.6 -9992.1l-1421 -9991.5l-1423.3 -9990.8l-1425.7 -9990.2l-1428.1 -9989.5l-1430.5 -9988.9l-1432.8 -9988.2l-1435.2 -9987.6l-1437.5 -9986.9l-1439.9 -9986.3l-1442.3 -9985.6l-1444.6 -9984.9l-1446.9 -9984.3l-1449.3 -9983.7l-1451.6 -9983l-1453.9 -9982.4l-1456.3 -9981.7l-1458.6 -9981.1l-1460.9 -9980.4l-1463.2 -9979.8l-1465.5 -9979.1l-1467.8 -9978.5l-1470.1 -9977.8l-1472.4 -9977.2l-1474.7 -9976.5l-1477 -9975.9l-1479.3 -9975.2l-1481.6 -9974.6l-1483.9 -9973.9l-1486.1 -9973.3l-1488.4 -9972.6l-1490.7 -9972l-1492.9 -9971.3l-1495.2 -9970.7l-1497.4 -9970l-1499.7 -9969.4l-1501.9 -9968.8l-1504.2 -9968.1l-1506.4 -9967.4l-1508.7 -9966.8l-1510.9 -9966.2l-1513.1 -9965.5l-1515.3 -9964.9l-1517.6 -9964.2l-1519.8 -9963.6l-1522 -9962.9l-1524.2 -9962.3l-1526.4 -9961.6l-1528.6 -9961l-1530.8 -9960.4l-1533 -9959.7l-1535.2 -9959.1l-1537.3 -9958.4l-1539.5 -9957.8l-1541.7 -9957.1l-1543.9 -9956.5l-1546 -9955.8l-1548.2 -9955.2l-1550.4 -9954.6l-1552.5 -9953.9l-1554.7 -9953.3l-1556.8 -9952.6l-1558.9 -9952l-1561.1 -9951.4l-1563.2 -9950.7l-1565.4 -9950.1l-1567.5 -9949.4l-1569.6 -9948.8l-1571.7 -9948.2l-1573.8 -9947.5l-1575.9 -9946.9l-1578 -9946.2l-1580.1 -9945.6l-1582.2 -9945l-1584.3 -9944.3l-1586.4 -9943.7l-1588.5 -9943.1l-1590.6 -9942.4l-1592.7 -9941.8l-1594.7 -9941.1l-1596.8 -9940.5l-1598.9 -9939.9l-1600.9 -9939.3l-1603 -9938.6l-1605 -9938l-1607.1 -9937.4l-1609.1 -9936.7l-1611.2 -9936.1l-1613.2 -9935.5l-1615.2 -9934.8l-1617.2 -9934.2l-1619.3 -9933.6l-1621.3 -9933l-1623.3 -9932.3l-1625.3 -9931.7l-1627.3 -9931.1l-1629.3 -9930.5l-1631.3 -9929.8l-1633.3 -9929.2l-1635.3 -9928.6l-1637.3 -9928l-1639.3 -9927.3l-1641.2 -9926.7l-1643.2 -9926.1l-1645.2 -9925.5l-1647.1 -9924.9l-1649.1 -9924.2l-1651 -9923.6l-1653 -9923l-1655 -9922.4l-1656.9 -9921.8l-1658.8 -9921.1l-1660.8 -9920.5l-1662.7 -9919.9l-1664.6 -9919.3l-1666.5 -9918.7l-1668.5 -9918.1l-1670.4 -9917.5l-1672.3 -9916.9l-1674.2 -9916.3l-1676.1 -9915.6l-1678 -9915l-1679.9 -9914.4l-1681.8 -9913.8l-1683.6 -9913.2l-1685.5 -9912.6l-1687.4 -9912l-1689.3 -9911.4l-1691.1 -9910.8l-1693 -9910.2l-1694.8 -9909.6l-1696.7 -9909l-1698.6 -9908.4l-1700.4 -9907.8l-1702.2 -9907.2l-1704.1 -9906.6l-1705.9 -9906l-1707.7 -9905.4l-1709.6 -9904.8l-1711.4 -9904.2l-1713.2 -9903.6l-1715 -9903l-1716.8 -9902.4l-1718.6 -9901.8l-1720.4 -9901.2l-1722.2 -9900.7l-1724 -9900.1l-1725.8 -9899.5l-1727.5 -9898.9l-1729.3 -9898.3l-1731.1 -9897.7l-1732.9 -9897.1l-1734.6 -9896.5l-1736.4 -9895.9l-1738.1 -9895.4l-1739.9 -9894.8l-1741.6 -9894.2l-1743.4 -9893.6l-1745.1 -9893.1l-1746.8 -9892.5l-1748.6 -9891.9l-1750.3 -9891.3l-1752 -9890.7l-1753.7 -9890.2l-1755.4 -9889.6l-1757.1 -9889l-1758.8 -9888.4l-1760.5 -9887.9l-1762.2 -9887.3l-1763.9 -9886.8l-1765.6 -9886.2l-1767.3 -9885.6l-1769 -9885.1l-1770.6 -9884.5l-1772.3 -9883.9l-1774 -9883.3l-1775.6 -9882.8l-1777.3 -9882.3l-1778.9 -9881.7l-1780.6 -9881.1l-1782.2 -9880.6l-1783.9 -9880l-1785.5 -9879.5l-1787.1 -9878.9l-1788.7 -9878.3l-1790.4 -9877.8l-1792 -9877.3l-1793.6 -9876.7l-1795.2 -9876.2l-1796.8 -9875.6l-1798.4 -9875.1l-1800 -9874.5l-1801.6 -9874l-1803.2 -9873.5l-1804.7 -9872.9l-1806.3 -9872.4l-1807.9 -9871.8l-1809.4 -9871.3l-1811 -9870.7l-1812.6 -9870.2l-1814.1 -9869.7l-1815.7 -9869.2l-1817.2 -9868.6l-1818.7 -9868.1l-1820.3 -9867.6l-1821.8 -9867l-1823.3 -9866.5l-1824.9 -9865.9l-1826.4 -9865.5l-1827.9 -9864.9l-1829.4 -9864.4l-1830.9 -9863.9l-1832.4 -9863.3l-1833.9 -9862.9l-1835.4 -9862.3l-1836.9 -9861.8l-1838.4 -9861.3l-1839.8 -9860.8l-1841.3 -9860.3l-1842.8 -9859.8l-1844.2 -9859.3l-1845.7 -9858.7l-1847.2 -9858.2l-1848.6 -9857.7l-1850.1 -9857.2l-1851.5 -9856.7l-1852.9 -9856.2l-1854.4 -9855.7l-1855.8 -9855.2l-1857.2 -9854.7l-1858.6 -9854.2l-1860.1 -9853.7l-1861.5 -9853.2l-1862.9 -9852.7l-1864.3 -9852.3l-1865.7 -9851.7l-1867.1 -9851.3l-1868.5 -9850.8l-1869.8 -9850.3l-1871.2 -9849.8l-1872.6 -9849.3l-1874 -9848.8l-1875.3 -9848.4l-1876.7 -9847.9l-1878.1 -9847.4l-1879.4 -9846.9l-1880.8 -9846.5l-1882.1 -9846l-1883.4 -9845.5l-1884.8 -9845l-1886.1 -9844.6l-1887.4 -9844.1l-1888.8 -9843.6l-1890.1 -9843.1l-1891.4 -9842.7l-1892.7 -9842.2l-1894 -9841.8l-1895.3 -9841.3l-1896.6 -9840.8l-1897.9 -9840.4l-1899.2 -9839.9l-1900.4 -9839.5l-1901.7 -9839l-1903 -9838.6l-1904.3 -9838.1l-1905.5 -9837.7l-1906.8 -9837.2l-1908 -9836.8l-1909.3 -9836.4l-1910.5 -9835.9l-1911.8 -9835.5l-1913 -9835l-1914.2 -9834.6l-1915.5 -9834.2l-1916.7 -9833.7l-1917.9 -9833.3l-1919.1 -9832.8l-1920.3 -9832.4l-1921.5 -9832l-1922.7 -9831.6l-1923.9 -9831.1l-1925.1 -9830.7l-1926.3 -9830.3l-1927.5 -9829.9l-1928.7 -9829.5l-1929.8 -9829l-1931 -9828.6l-1932.2 -9828.2l-1933.3 -9827.8l-1934.5 -9827.4l-1935.6 -9826.9l-1936.8 -9826.6l-1937.9 -9826.2l-1939.1 -9825.8l-1940.2 -9825.3l-1941.3 -9825l-1942.4 -9824.6l-1943.6 -9824.2l-1944.7 -9823.8l-1945.8 -9823.3l-1188.9 -5999.2M792947.7 -8009696.5l-1504.9 -7449.6l-1982.7 -9810.2l-1983.6 -9809.9l-1984.6 -9809.5l-1985.5 -9809.2l-1986.4 -9808.9l-1987.4 -9808.5l-1988.3 -9808.2l-1989.2 -9807.9l-1990.1 -9807.6l-1991 -9807.2l-1991.9 -9807l-1992.8 -9806.6l-1993.7 -9806.3l-1994.6 -9806l-1995.5 -9805.7l-1996.3 -9805.4l-1997.2 -9805.1l-1998.1 -9804.8l-1998.9 -9804.4l-1999.8 -9804.2l-2000.7 -9803.9l-2001.5 -9803.6l-2002.4 -9803.3l-2003.2 -9803l-2004 -9802.7l-2004.9 -9802.4l-2005.7 -9802.1l-2006.5 -9801.8l-2007.3 -9801.5l-2008.1 -9801.3l-2009 -9801l-2009.8 -9800.7l-2010.6 -9800.4l-2011.4 -9800.1l-2012.1 -9799.9l-2012.9 -9799.6l-2013.7 -9799.3l-2014.5 -9799l-2015.3 -9798.8l-2016 -9798.5l-2016.8 -9798.3l-2017.5 -9798l-2018.3 -9797.7l-2019.1 -9797.5l-2019.8 -9797.2l-2020.5 -9797l-2021.3 -9796.7l-2022 -9796.5l-2022.7 -9796.2l-2023.4 -9796l-2024.2 -9795.7l-2024.9 -9795.5l-2025.6 -9795.2l-2026.3 -9795l-2027 -9794.8l-2027.7 -9794.5l-2028.4 -9794.3l-2029.1 -9794.1l-2029.7 -9793.8l-2030.4 -9793.6l-2031.1 -9793.3l-2031.7 -9793.2l-2032.4 -9792.9l-2033.1 -9792.7l-2033.7 -9792.5l-2034.4 -9792.3l-2035 -9792.1l-2035.7 -9791.9l-2036.3 -9791.6l-2036.9 -9791.4l-2037.5 -9791.2l-2038.2 -9791l-2038.8 -9790.8l-2039.4 -9790.6l-2040 -9790.4l-2040.6 -9790.2l-2041.2 -9790l-2041.8 -9789.8l-2042.4 -9789.6l-2043 -9789.5l-2043.5 -9789.3l-2044.1 -9789.1l-2044.7 -9788.9l-2045.2 -9788.7l-2045.8 -9788.5l-4.6 -21.8"
id="path1349"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1732970.6 -1l-1.7 -10186.3l-5.1 -10187.3l-8.5 -10187.3l-11.9 -10187.3l-15.3 -10187.3l-18.7 -10187.3l-22.2 -10187.3l-25.6 -10187.3l-29 -10187.3l-32.4 -10187.2l-35.8 -10187.2l-39.2 -10187.2l-42.6 -10187.2l-46 -10187.1l-49.4 -10187.1l-52.8 -10187l-56.2 -10187l-59.6 -10187l-63 -10187l-66.4 -10186.9l-69.8 -10186.9l-73.3 -10186.8l-76.7 -10186.8l-80.1 -10186.7l-83.5 -10186.7l-86.9 -10186.6l-90.3 -10186.6l-93.7 -10186.5l-97.1 -10186.5l-100.5 -10186.4l-103.9 -10186.3l-107.3 -10186.3l-110.7 -10186.2l-114.1 -10186.1l-117.5 -10186l-120.9 -10186l-124.3 -10185.9l-127.7 -10185.8l-131.1 -10185.7l-134.5 -10185.6l-137.9 -10185.5l-141.3 -10185.5l-144.7 -10185.3l-148.1 -10185.3l-151.5 -10185.2l-154.9 -10185.1l-158.3 -10185l-161.7 -10184.8l-165.1 -10184.8l-168.5 -10184.7l-171.9 -10184.5l-175.3 -10184.4l-178.7 -10184.3l-182.1 -10184.2l-185.4 -10184.1l-188.8 -10184l-192.2 -10183.8l-195.6 -10183.7l-199 -10183.6l-202.4 -10183.5l-205.8 -10183.3l-209.2 -10183.2l-212.6 -10183.1l-216 -10182.9l-219.3 -10182.8l-222.7 -10182.6l-226.1 -10182.5l-229.5 -10182.4l-232.9 -10182.2l-236.3 -10182.1l-239.6 -10181.9l-243 -10181.7l-246.4 -10181.6l-249.8 -10181.4l-253.2 -10181.2l-256.5 -10181.1l-259.9 -10180.9l-263.3 -10180.8l-266.7 -10180.6l-270 -10180.4l-273.4 -10180.3l-276.8 -10180.1l-280.2 -10179.9l-283.5 -10179.7l-286.9 -10179.5l-290.3 -10179.4l-293.6 -10179.2l-297 -10179l-300.4 -10178.8l-303.7 -10178.6l-307.1 -10178.4l-310.5 -10178.2l-313.8 -10178l-317.2 -10177.8l-320.5 -10177.6l-323.9 -10177.4l-327.3 -10177.2l-330.6 -10177l-334 -10176.8l-337.3 -10176.6l-340.7 -10176.3l-344 -10176.1l-347.4 -10175.9l-350.7 -10175.7l-354.1 -10175.5l-357.4 -10175.2l-360.8 -10175l-364.1 -10174.8l-367.5 -10174.5l-370.8 -10174.3l-374.2 -10174.1l-377.5 -10173.8l-380.9 -10173.6l-384.2 -10173.4l-387.5 -10173.1l-390.9 -10172.8l-394.2 -10172.6l-397.5 -10172.4l-400.9 -10172.1l-404.2 -10171.9l-407.5 -10171.6l-410.9 -10171.3l-414.2 -10171.1l-417.5 -10170.8l-420.8 -10170.5l-424.2 -10170.3l-427.5 -10170l-430.8 -10169.7l-434.1 -10169.5l-437.5 -10169.2l-440.8 -10168.9l-444.1 -10168.6l-447.4 -10168.4l-450.7 -10168.1l-454 -10167.8l-457.3 -10167.5l-460.7 -10167.2l-464 -10166.9l-467.3 -10166.6l-470.6 -10166.3l-473.9 -10166l-477.2 -10165.7l-480.5 -10165.4l-483.8 -10165.1l-487.1 -10164.8l-490.4 -10164.5l-493.7 -10164.2l-497 -10163.9l-500.3 -10163.6l-503.5 -10163.3l-506.8 -10163l-510.1 -10162.7l-513.4 -10162.3l-516.7 -10162l-520 -10161.7l-523.2 -10161.4l-526.5 -10161l-529.8 -10160.7l-533.1 -10160.4l-536.4 -10160l-539.6 -10159.7l-542.9 -10159.3l-546.2 -10159l-549.4 -10158.7l-552.7 -10158.4l-556 -10158l-559.2 -10157.6l-562.5 -10157.3l-565.7 -10157l-569 -10156.6l-572.3 -10156.2l-575.5 -10155.9l-578.8 -10155.6l-582 -10155.2l-585.3 -10154.8l-588.5 -10154.4l-591.7 -10154.1l-595 -10153.7l-598.2 -10153.4l-601.5 -10153l-604.7 -10152.6l-607.9 -10152.3l-611.2 -10151.9l-614.4 -10151.5l-617.6 -10151.1l-620.9 -10150.7l-624.1 -10150.4l-627.3 -10150l-630.5 -10149.6l-633.7 -10149.2l-637 -10148.8l-640.2 -10148.4l-643.4 -10148l-646.6 -10147.6l-649.8 -10147.2l-653 -10146.8l-656.2 -10146.4l-659.4 -10146l-662.6 -10145.6l-665.8 -10145.2l-669 -10144.8l-672.2 -10144.4l-675.4 -10144l-678.6 -10143.6l-681.8 -10143.2l-685 -10142.8l-688.2 -10142.4l-691.4 -10141.9l-694.5 -10141.5l-697.7 -10141.1l-700.9 -10140.7l-704.1 -10140.2l-707.2 -10139.8l-710.4 -10139.4l-713.6 -10139l-716.7 -10138.5l-719.9 -10138.1l-723.1 -10137.7l-726.2 -10137.2l-729.4 -10136.8l-732.5 -10136.3l-735.7 -10135.9l-738.8 -10135.5l-742 -10135l-745.1 -10134.6l-748.3 -10134.1l-751.4 -10133.7l-754.6 -10133.2l-757.7 -10132.8l-760.8 -10132.3l-764 -10131.9l-767.1 -10131.4l-770.2 -10131l-773.4 -10130.5l-776.5 -10130l-779.6 -10129.6l-782.7 -10129.1l-785.8 -10128.6l-788.9 -10128.2l-792.1 -10127.7l-795.2 -10127.2l-798.3 -10126.8l-801.4 -10126.3l-804.5 -10125.8l-807.6 -10125.3l-810.7 -10124.9l-813.8 -10124.4l-816.9 -10123.9l-819.9 -10123.4l-823 -10122.9l-826.1 -10122.4l-829.2 -10122l-832.3 -10121.4l-835.4 -10121l-838.4 -10120.5l-841.5 -10120l-844.6 -10119.5l-847.6 -10119l-850.7 -10118.5l-853.8 -10118l-856.8 -10117.5l-859.9 -10117l-862.9 -10116.5l-866 -10116l-869 -10115.5l-872.1 -10115l-875.1 -10114.4l-878.2 -10114l-881.2 -10113.5l-884.2 -10112.9l-887.3 -10112.4l-890.3 -10111.9l-893.3 -10111.4l-896.3 -10110.9l-899.4 -10110.4l-902.4 -10109.8l-905.4 -10109.3l-908.4 -10108.8l-911.4 -10108.3l-914.4 -10107.8l-917.4 -10107.2l-920.4 -10106.7l-923.4 -10106.2l-926.4 -10105.6l-929.4 -10105.1l-932.4 -10104.6l-935.4 -10104l-938.4 -10103.5l-941.4 -10103l-944.4 -10102.4l-947.4 -10101.9l-950.3 -10101.3l-953.3 -10100.8l-956.3 -10100.2l-959.2 -10099.7l-962.2 -10099.2l-965.2 -10098.6l-968.1 -10098.1l-971.1 -10097.5l-974 -10097l-977 -10096.4l-979.9 -10095.9l-982.9 -10095.3l-985.8 -10094.7l-988.8 -10094.2l-991.7 -10093.7l-994.6 -10093.1l-997.5 -10092.5l-1000.5 -10092l-1003.4 -10091.4l-1006.3 -10090.9l-1009.2 -10090.3l-1012.1 -10089.7l-1015.1 -10089.2l-1018 -10088.6l-1020.9 -10088l-1023.8 -10087.4l-1026.7 -10086.9l-1029.6 -10086.3l-1032.5 -10085.8l-1035.4 -10085.2l-1038.2 -10084.6l-1041.1 -10084l-1044 -10083.5l-1046.9 -10082.9l-1049.8 -10082.3l-1052.6 -10081.7l-1055.5 -10081.1l-1058.4 -10080.6l-1061.2 -10080l-1064.1 -10079.4l-1067 -10078.8l-1069.8 -10078.2l-1072.7 -10077.6l-1075.5 -10077l-1078.4 -10076.5l-1081.2 -10075.9l-1084 -10075.3l-1086.9 -10074.7l-1089.7 -10074.1l-1092.5 -10073.5l-1095.4 -10072.9l-1098.2 -10072.3l-1101 -10071.7l-1103.8 -10071.1l-1106.6 -10070.5l-1109.4 -10069.9l-1112.2 -10069.3l-1115 -10068.7l-1117.8 -10068.1l-1120.6 -10067.5l-1123.4 -10066.9l-1126.2 -10066.3l-1129 -10065.7l-1131.8 -10065.1l-1134.6 -10064.5l-1137.4 -10063.9l-1140.1 -10063.3l-1142.9 -10062.7l-1145.7 -10062.1l-1148.4 -10061.5l-1151.2 -10060.9l-1154 -10060.2l-1156.7 -10059.7l-1159.5 -10059l-1162.2 -10058.4l-1164.9 -10057.8l-1167.7 -10057.2l-1170.4 -10056.6l-1173.2 -10056l-1175.9 -10055.4l-1178.6 -10054.7l-1181.3 -10054.1l-1184.1 -10053.5l-1186.8 -10052.9l-1189.5 -10052.3l-1192.2 -10051.6l-1194.9 -10051l-1197.6 -10050.4l-1200.3 -10049.8l-1203 -10049.1l-1205.7 -10048.5l-1208.4 -10047.9l-1211.1 -10047.3l-1213.8 -10046.6l-1216.5 -10046l-1219.1 -10045.4l-1221.8 -10044.8l-1224.5 -10044.1l-1227.1 -10043.5l-1229.8 -10042.9l-1232.5 -10042.2l-1235.1 -10041.6l-1237.8 -10041l-1240.4 -10040.3l-1243.1 -10039.7l-1245.7 -10039.1l-1248.3 -10038.5l-1251 -10037.8l-1253.6 -10037.2l-1256.2 -10036.6l-1258.9 -10035.9l-1261.5 -10035.3l-1264.1 -10034.6l-1266.7 -10034l-1269.3 -10033.4l-1271.9 -10032.7l-1274.5 -10032.1l-1277.1 -10031.4l-1279.7 -10030.8l-1282.3 -10030.2l-1284.9 -10029.5l-1287.5 -10028.9l-1290.1 -10028.3l-1292.7 -10027.6l-1295.2 -10027l-1297.8 -10026.3l-1300.4 -10025.7l-1302.9 -10025l-1305.5 -10024.4l-1308.1 -10023.8l-1310.6 -10023.1l-1313.2 -10022.5l-1315.7 -10021.8l-1318.2 -10021.2l-1320.8 -10020.5l-1323.3 -10019.9l-1325.8 -10019.2l-1328.4 -10018.6l-1330.9 -10018l-1333.4 -10017.3l-1335.9 -10016.7l-1338.4 -10016l-1340.9 -10015.4l-1343.5 -10014.7l-1345.9 -10014l-1348.5 -10013.4l-1350.9 -10012.8l-1353.4 -10012.1l-1355.9 -10011.4l-1358.4 -10010.8l-1360.9 -10010.2l-1363.4 -10009.5l-1365.8 -10008.9l-1368.3 -10008.2l-1370.8 -10007.6l-1373.2 -10006.9l-1375.7 -10006.3l-1378.1 -10005.6l-1380.6 -10004.9l-1383 -10004.3l-1385.5 -10003.7l-1387.9 -10003l-1390.3 -10002.3l-1392.8 -10001.7l-1395.2 -10001l-1397.6 -10000.4l-1400 -9999.7l-1402.4 -9999.1l-1404.9 -9998.4l-1407.3 -9997.8l-1409.7 -9997.1l-1412.1 -9996.4l-1414.5 -9995.8l-1416.9 -9995.2l-1419.2 -9994.5l-1421.6 -9993.9l-1424 -9993.2l-1426.4 -9992.6l-1428.8 -9991.9l-1431.1 -9991.2l-1433.5 -9990.6l-1435.8 -9989.9l-1438.2 -9989.3l-1440.6 -9988.6l-1442.9 -9988l-1445.2 -9987.3l-1447.6 -9986.7l-1449.9 -9986l-1452.3 -9985.4l-1454.6 -9984.7l-1456.9 -9984l-1459.2 -9983.4l-1461.6 -9982.7l-1463.9 -9982.1l-1466.2 -9981.4l-1468.5 -9980.8l-1470.8 -9980.1l-1473.1 -9979.5l-1475.4 -9978.8l-1477.7 -9978.1l-1480 -9977.5l-1482.2 -9976.9l-1484.5 -9976.2l-1486.8 -9975.5l-1489.1 -9974.9l-1491.3 -9974.3l-1493.6 -9973.6l-1495.8 -9973l-1498.1 -9972.3l-1500.4 -9971.6l-1502.6 -9971l-1504.8 -9970.3l-1507.1 -9969.7l-1509.3 -9969l-1511.5 -9968.4l-1513.8 -9967.7l-1516 -9967.1l-1518.2 -9966.4l-1520.4 -9965.8l-1522.6 -9965.1l-1524.8 -9964.5l-1527 -9963.8l-1529.2 -9963.2l-1531.4 -9962.5l-1533.6 -9961.9l-1535.8 -9961.2l-1538 -9960.6l-1540.2 -9960l-1542.3 -9959.3l-1544.5 -9958.7l-1546.7 -9958l-1548.8 -9957.3l-1551 -9956.7l-1553.2 -9956.1l-1555.3 -9955.4l-1557.4 -9954.7l-1559.6 -9954.1l-1561.7 -9953.5l-1563.9 -9952.8l-1566 -9952.2l-1568.1 -9951.5l-1570.2 -9950.9l-1572.4 -9950.3l-1574.5 -9949.6l-1576.6 -9949l-1578.7 -9948.4l-1580.8 -9947.7l-1582.9 -9947.1l-1585 -9946.4l-1587.1 -9945.8l-1589.1 -9945.1l-1591.2 -9944.5l-1593.3 -9943.9l-1595.4 -9943.2l-1597.4 -9942.6l-1599.5 -9942l-1601.6 -9941.3l-1603.6 -9940.7l-1605.7 -9940l-1607.7 -9939.4l-1609.8 -9938.8l-1611.8 -9938.1l-1613.8 -9937.5l-1615.8 -9936.8l-1617.9 -9936.2l-1619.9 -9935.6l-1621.9 -9935l-1623.9 -9934.3l-1625.9 -9933.7l-1627.9 -9933.1l-1629.9 -9932.5l-1631.9 -9931.8l-1633.9 -9931.2l-1635.9 -9930.6l-1637.9 -9930l-1639.9 -9929.3l-1641.9 -9928.7l-1643.8 -9928.1l-1645.8 -9927.5l-1647.8 -9926.8l-1649.7 -9926.2l-1651.7 -9925.5l-1653.6 -9925l-1655.6 -9924.3l-1657.5 -9923.7l-1659.4 -9923.1l-1661.4 -9922.5l-1663.3 -9921.9l-1665.2 -9921.2l-1667.2 -9920.6l-1669.1 -9920l-1671 -9919.4l-1672.9 -9918.8l-1674.8 -9918.2l-1676.7 -9917.5l-1678.6 -9916.9l-1680.5 -9916.3l-1682.4 -9915.7l-1684.3 -9915.1l-1686.1 -9914.5l-1688 -9913.9l-1689.9 -9913.3l-1691.7 -9912.7l-1693.6 -9912.1l-1695.4 -9911.4l-1697.3 -9910.8l-1699.2 -9910.2l-1701 -9909.6l-1702.8 -9909l-1704.7 -9908.4l-1706.5 -9907.8l-1708.3 -9907.2l-1710.2 -9906.6l-1712 -9906l-1713.8 -9905.4l-1715.6 -9904.8l-1717.4 -9904.2l-1719.2 -9903.6l-1721 -9903l-1722.8 -9902.4l-1724.6 -9901.8l-1726.4 -9901.3l-1728.1 -9900.6l-1729.9 -9900.1l-1731.7 -9899.5l-1733.5 -9898.9l-1735.2 -9898.3l-1737 -9897.7l-1738.7 -9897.1l-1740.5 -9896.5l-1742.2 -9896l-1744 -9895.3l-1745.7 -9894.8l-1747.4 -9894.2l-1749.2 -9893.6l-1750.9 -9893.1l-1752.6 -9892.4l-1754.3 -9891.9l-1756 -9891.3l-1757.7 -9890.7l-1759.4 -9890.1l-1761.1 -9889.6l-1762.8 -9889l-1764.5 -9888.4l-1766.2 -9887.9l-1767.9 -9887.3l-1769.5 -9886.7l-1771.2 -9886.2l-1772.9 -9885.6l-1774.5 -9885l-1776.2 -9884.5l-1777.8 -9883.9l-1779.5 -9883.3l-1781.1 -9882.8l-1782.8 -9882.2l-1784.4 -9881.7l-1786 -9881.1l-1787.7 -9880.5l-1789.3 -9880l-1790.9 -9879.4l-1792.5 -9878.9l-1794.1 -9878.3l-1795.7 -9877.8l-1797.3 -9877.2l-1798.9 -9876.7l-1800.5 -9876.1l-1802.1 -9875.6l-1803.7 -9875l-1805.3 -9874.5l-1806.8 -9873.9l-1808.4 -9873.4l-1810 -9872.9l-1811.5 -9872.3l-1813.1 -9871.8l-1814.7 -9871.2l-1816.2 -9870.7l-1817.7 -9870.2l-1819.3 -9869.6l-1820.8 -9869.1l-1822.3 -9868.6l-1823.9 -9868l-1825.4 -9867.5l-1826.9 -9867l-1828.4 -9866.4l-1829.9 -9865.9l-1831.4 -9865.4l-1832.9 -9864.8l-1834.4 -9864.3l-1835.9 -9863.8l-1837.4 -9863.3l-1838.9 -9862.7l-1840.4 -9862.3l-1841.8 -9861.7l-1843.3 -9861.2l-1844.8 -9860.7l-1846.2 -9860.2l-1847.7 -9859.7l-1849.1 -9859.2l-1850.6 -9858.7l-1852 -9858.2l-1853.4 -9857.6l-1854.9 -9857.2l-1856.3 -9856.6l-1857.7 -9856.1l-1859.1 -9855.6l-1860.6 -9855.1l-1862 -9854.6l-1863.4 -9854.1l-1864.8 -9853.7l-1866.2 -9853.1l-1867.6 -9852.7l-1869 -9852.2l-1870.3 -9851.7l-1871.7 -9851.2l-1873.1 -9850.7l-1874.5 -9850.2l-1875.8 -9849.7l-1877.2 -9849.2l-1878.5 -9848.7l-1879.9 -9848.3l-1881.2 -9847.8l-1882.6 -9847.3l-1883.9 -9846.8l-1885.3 -9846.4l-1886.6 -9845.9l-1887.9 -9845.4l-1889.2 -9845l-1890.5 -9844.4l-1891.9 -9844l-1893.2 -9843.5l-1894.5 -9843.1l-1895.8 -9842.6l-1897 -9842.1l-1898.3 -9841.7l-1899.6 -9841.2l-1900.9 -9840.8l-1902.2 -9840.3l-1903.4 -9839.9l-1904.7 -9839.4l-1906 -9839l-1907.2 -9838.5l-1908.5 -9838l-1909.7 -9837.6l-1911 -9837.2l-1912.2 -9836.7l-1913.4 -9836.2l-1914.7 -9835.8l-1915.9 -9835.4l-1917.1 -9834.9l-1918.3 -9834.5l-1919.6 -9834l-1920.8 -9833.6l-1922 -9833.2l-1923.2 -9832.8l-1924.4 -9832.3l-1925.6 -9831.9l-1926.7 -9831.5l-1927.9 -9831.1l-1929.1 -9830.6l-1930.3 -9830.2l-1931.4 -9829.8l-1932.6 -9829.4l-1933.8 -9829l-1934.9 -9828.5l-1936 -9828.1l-1937.2 -9827.7l-1938.3 -9827.3l-1939.5 -9826.9l-1940.6 -9826.4l-1941.7 -9826.1l-1942.8 -9825.7l-1944 -9825.3l-1945.1 -9824.9l-1946.2 -9824.4l-1947.3 -9824.1l-1948.4 -9823.7l-1949.5 -9823.3l-1950.6 -9822.8l-1951.7 -9822.5l-1952.7 -9822.1l-1953.8 -9821.7l-1954.9 -9821.3l-1955.9 -9820.9l-1957 -9820.6l-1958.1 -9820.2l-1959.1 -9819.8l-1960.2 -9819.4l-1961.2 -9819l-1962.3 -9818.7l-1963.3 -9818.3l-1964.3 -9817.9l-1965.3 -9817.5l-1966.4 -9817.2l-1967.4 -9816.8l-1830.5 -9128.9M802868.6 -8011134.4l-1615 -7994.2l-1983 -9811.1l-1984 -9810.8l-1984.9 -9810.5l-1985.8 -9810.1l-1986.8 -9809.8l-1987.7 -9809.4l-1988.6 -9809.2l-1989.5 -9808.8l-1990.4 -9808.5l-1991.3 -9808.1l-1992.2 -9807.9l-1993.1 -9807.5l-1994 -9807.2l-1994.9 -9806.9l-1995.8 -9806.5l-1996.7 -9806.3l-1997.5 -9806l-1998.4 -9805.6l-1999.2 -9805.3l-2000.1 -9805l-2001 -9804.7l-2001.8 -9804.4l-2002.7 -9804.1l-2003.5 -9803.8l-2004.3 -9803.5l-2005.2 -9803.2l-2006 -9802.9l-2006.8 -9802.6l-2007.6 -9802.3l-2008.4 -9802.1l-2009.2 -9801.8l-2010 -9801.5l-2010.8 -9801.2l-2011.6 -9800.9l-2012.4 -9800.7l-2013.2 -9800.4l-2014 -9800.1l-2014.8 -9799.8l-2015.5 -9799.6l-2016.3 -9799.3l-2017.1 -9799l-2017.8 -9798.7l-2018.6 -9798.5l-2019.3 -9798.2l-2020.1 -9798l-2020.8 -9797.7l-2021.5 -9797.4l-2022.3 -9797.2l-2023 -9796.9l-2023.7 -9796.7l-2024.4 -9796.4l-2025.1 -9796.2l-2025.8 -9795.9l-2026.5 -9795.7l-2027.2 -9795.5l-2027.9 -9795.2l-2028.6 -9795l-2029.3 -9794.7l-2030 -9794.5l-2030.6 -9794.3l-2031.3 -9794l-2032 -9793.8l-2032.6 -9793.6l-2033.3 -9793.4l-2033.9 -9793.1l-2034.6 -9792.9l-2035.2 -9792.7l-2035.9 -9792.5l-2036.5 -9792.3l-2037.1 -9792l-2037.7 -9791.8l-2038.4 -9791.6l-2039 -9791.4l-2039.6 -9791.2l-2040.2 -9791l-2040.8 -9790.8l-2041.4 -9790.6l-2042 -9790.4l-2042.6 -9790.2l-2043.1 -9790l-2043.7 -9789.8l-2044.3 -9789.7l-2044.9 -9789.4l-2045.4 -9789.3l-2046 -9789.1l-2046.5 -9788.9l-2047.1 -9788.7l-2047.6 -9788.5l-2048.2 -9788.4l-2048.7 -9788.2l-2049.2 -9788l-2049.8 -9787.8l-2050.3 -9787.7l-2050.8 -9787.5l-1355 -6465.3"
id="path1350"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1743159.6 -1l-1.7 -10189.8l-5.1 -10190.7l-8.5 -10190.7l-11.9 -10190.7l-15.3 -10190.7l-18.8 -10190.7l-22.2 -10190.7l-25.6 -10190.7l-29 -10190.7l-32.4 -10190.7l-35.8 -10190.6l-39.2 -10190.6l-42.6 -10190.6l-46 -10190.6l-49.4 -10190.5l-52.9 -10190.5l-56.3 -10190.5l-59.7 -10190.4l-63.1 -10190.4l-66.5 -10190.3l-69.9 -10190.3l-73.3 -10190.2l-76.7 -10190.2l-80.1 -10190.1l-83.5 -10190.1l-86.9 -10190l-90.3 -10190l-93.7 -10189.9l-97.2 -10189.9l-100.6 -10189.8l-104 -10189.7l-107.4 -10189.7l-110.8 -10189.6l-114.2 -10189.5l-117.6 -10189.4l-121 -10189.4l-124.4 -10189.3l-127.8 -10189.2l-131.2 -10189.1l-134.6 -10189l-138 -10188.9l-141.4 -10188.9l-144.8 -10188.7l-148.2 -10188.7l-151.6 -10188.6l-155 -10188.5l-158.4 -10188.4l-161.8 -10188.2l-165.2 -10188.2l-168.6 -10188.1l-172 -10187.9l-175.4 -10187.8l-178.8 -10187.7l-182.2 -10187.6l-185.6 -10187.5l-189 -10187.4l-192.4 -10187.2l-195.7 -10187.1l-199.1 -10187l-202.5 -10186.9l-205.9 -10186.7l-209.3 -10186.6l-212.7 -10186.5l-216.1 -10186.3l-219.5 -10186.2l-222.9 -10186l-226.3 -10185.9l-229.6 -10185.7l-233 -10185.6l-236.4 -10185.4l-239.8 -10185.3l-243.2 -10185.1l-246.6 -10185l-249.9 -10184.8l-253.3 -10184.6l-256.7 -10184.5l-260.1 -10184.3l-263.5 -10184.2l-266.8 -10184l-270.2 -10183.8l-273.6 -10183.6l-277 -10183.5l-280.3 -10183.3l-283.7 -10183.1l-287.1 -10182.9l-290.5 -10182.7l-293.8 -10182.5l-297.2 -10182.4l-300.6 -10182.1l-303.9 -10182l-307.3 -10181.8l-310.7 -10181.6l-314 -10181.4l-317.4 -10181.1l-320.8 -10181l-324.1 -10180.8l-327.5 -10180.6l-330.8 -10180.3l-334.2 -10180.1l-337.6 -10179.9l-340.9 -10179.7l-344.3 -10179.5l-347.6 -10179.2l-351 -10179l-354.3 -10178.8l-357.7 -10178.6l-361 -10178.3l-364.4 -10178.1l-367.7 -10177.9l-371.1 -10177.7l-374.4 -10177.4l-377.8 -10177.1l-381.1 -10176.9l-384.4 -10176.7l-387.8 -10176.4l-391.1 -10176.2l-394.5 -10175.9l-397.8 -10175.7l-401.1 -10175.4l-404.5 -10175.2l-407.8 -10174.9l-411.1 -10174.7l-414.5 -10174.4l-417.8 -10174.1l-421.1 -10173.8l-424.4 -10173.6l-427.8 -10173.3l-431.1 -10173.1l-434.4 -10172.8l-437.7 -10172.5l-441.1 -10172.2l-444.4 -10172l-447.7 -10171.7l-451 -10171.4l-454.3 -10171.1l-457.6 -10170.8l-460.9 -10170.5l-464.3 -10170.2l-467.6 -10169.9l-470.9 -10169.6l-474.2 -10169.3l-477.5 -10169l-480.8 -10168.7l-484.1 -10168.4l-487.4 -10168.1l-490.7 -10167.8l-494 -10167.5l-497.3 -10167.2l-500.6 -10166.9l-503.9 -10166.6l-507.1 -10166.3l-510.4 -10165.9l-513.7 -10165.6l-517 -10165.3l-520.3 -10165l-523.6 -10164.6l-526.9 -10164.3l-530.1 -10164l-533.4 -10163.7l-536.7 -10163.3l-540 -10163l-543.2 -10162.6l-546.5 -10162.3l-549.8 -10162l-553 -10161.6l-556.3 -10161.3l-559.6 -10160.9l-562.8 -10160.6l-566.1 -10160.2l-569.4 -10159.9l-572.6 -10159.5l-575.9 -10159.2l-579.1 -10158.8l-582.4 -10158.4l-585.6 -10158.1l-588.9 -10157.7l-592.1 -10157.4l-595.4 -10157l-598.6 -10156.6l-601.8 -10156.2l-605.1 -10155.9l-608.3 -10155.5l-611.5 -10155.1l-614.8 -10154.7l-618 -10154.3l-621.2 -10154l-624.5 -10153.6l-627.7 -10153.2l-630.9 -10152.8l-634.1 -10152.4l-637.4 -10152l-640.6 -10151.6l-643.8 -10151.2l-647 -10150.8l-650.2 -10150.5l-653.4 -10150.1l-656.6 -10149.7l-659.8 -10149.3l-663 -10148.8l-666.2 -10148.4l-669.4 -10148l-672.6 -10147.6l-675.8 -10147.2l-679 -10146.8l-682.2 -10146.4l-685.4 -10146l-688.6 -10145.5l-691.8 -10145.1l-695 -10144.7l-698.1 -10144.3l-701.3 -10143.9l-704.5 -10143.4l-707.7 -10143l-710.8 -10142.6l-714 -10142.1l-717.2 -10141.7l-720.3 -10141.2l-723.5 -10140.8l-726.7 -10140.4l-729.8 -10139.9l-733 -10139.5l-736.1 -10139.1l-739.3 -10138.6l-742.4 -10138.2l-745.6 -10137.7l-748.7 -10137.2l-751.9 -10136.8l-755 -10136.4l-758.2 -10135.9l-761.3 -10135.4l-764.4 -10135l-767.6 -10134.5l-770.7 -10134.1l-773.8 -10133.6l-776.9 -10133.1l-780.1 -10132.7l-783.2 -10132.2l-786.3 -10131.8l-789.4 -10131.3l-792.5 -10130.8l-795.6 -10130.3l-798.7 -10129.9l-801.8 -10129.4l-804.9 -10128.9l-808.1 -10128.4l-811.1 -10127.9l-814.2 -10127.5l-817.3 -10127l-820.4 -10126.5l-823.5 -10126l-826.6 -10125.5l-829.7 -10125l-832.8 -10124.5l-835.8 -10124.1l-838.9 -10123.6l-842 -10123.1l-845.1 -10122.6l-848.1 -10122l-851.2 -10121.6l-854.3 -10121.1l-857.3 -10120.6l-860.4 -10120l-863.4 -10119.6l-866.5 -10119l-869.5 -10118.5l-872.6 -10118l-875.6 -10117.5l-878.7 -10117l-881.7 -10116.5l-884.7 -10116l-887.8 -10115.5l-890.8 -10114.9l-893.8 -10114.4l-896.9 -10113.9l-899.9 -10113.4l-902.9 -10112.8l-905.9 -10112.3l-908.9 -10111.8l-912 -10111.3l-915 -10110.8l-918 -10110.2l-921 -10109.7l-924 -10109.2l-927 -10108.6l-930 -10108.1l-933 -10107.6l-936 -10107l-938.9 -10106.5l-941.9 -10105.9l-944.9 -10105.4l-947.9 -10104.9l-950.9 -10104.3l-953.8 -10103.8l-956.8 -10103.2l-959.8 -10102.7l-962.7 -10102.1l-965.7 -10101.6l-968.7 -10101l-971.6 -10100.5l-974.6 -10099.9l-977.5 -10099.4l-980.5 -10098.8l-983.4 -10098.3l-986.4 -10097.7l-989.3 -10097.2l-992.2 -10096.6l-995.2 -10096l-998.1 -10095.4l-1001 -10094.9l-1004 -10094.3l-1006.9 -10093.8l-1009.8 -10093.2l-1012.7 -10092.6l-1015.6 -10092.1l-1018.5 -10091.5l-1021.4 -10090.9l-1024.3 -10090.3l-1027.3 -10089.8l-1030.1 -10089.2l-1033 -10088.6l-1035.9 -10088.1l-1038.8 -10087.5l-1041.7 -10086.9l-1044.6 -10086.3l-1047.5 -10085.8l-1050.3 -10085.1l-1053.2 -10084.6l-1056.1 -10084l-1059 -10083.4l-1061.8 -10082.8l-1064.7 -10082.2l-1067.5 -10081.7l-1070.4 -10081.1l-1073.3 -10080.5l-1076.1 -10079.9l-1078.9 -10079.3l-1081.8 -10078.7l-1084.6 -10078.1l-1087.5 -10077.5l-1090.3 -10076.9l-1093.1 -10076.3l-1096 -10075.7l-1098.8 -10075.1l-1101.6 -10074.5l-1104.4 -10073.9l-1107.2 -10073.3l-1110 -10072.7l-1112.8 -10072.1l-1115.6 -10071.5l-1118.5 -10070.9l-1121.2 -10070.3l-1124 -10069.7l-1126.8 -10069.1l-1129.6 -10068.5l-1132.4 -10067.9l-1135.2 -10067.3l-1138 -10066.7l-1140.7 -10066l-1143.5 -10065.5l-1146.3 -10064.9l-1149 -10064.2l-1151.8 -10063.6l-1154.6 -10063l-1157.3 -10062.4l-1160.1 -10061.8l-1162.8 -10061.2l-1165.6 -10060.5l-1168.3 -10059.9l-1171 -10059.3l-1173.8 -10058.7l-1176.5 -10058.1l-1179.2 -10057.4l-1182 -10056.8l-1184.7 -10056.2l-1187.4 -10055.6l-1190.1 -10055l-1192.8 -10054.3l-1195.5 -10053.7l-1198.2 -10053.1l-1200.9 -10052.5l-1203.6 -10051.8l-1206.3 -10051.2l-1209 -10050.6l-1211.7 -10050l-1214.4 -10049.3l-1217.1 -10048.7l-1219.8 -10048.1l-1222.4 -10047.4l-1225.1 -10046.8l-1227.8 -10046.1l-1230.4 -10045.5l-1233.1 -10044.9l-1235.8 -10044.3l-1238.4 -10043.6l-1241.1 -10043l-1243.7 -10042.4l-1246.3 -10041.7l-1249 -10041.1l-1251.6 -10040.4l-1254.3 -10039.8l-1256.9 -10039.2l-1259.5 -10038.5l-1262.1 -10037.9l-1264.7 -10037.2l-1267.4 -10036.6l-1270 -10036l-1272.6 -10035.3l-1275.2 -10034.7l-1277.8 -10034l-1280.4 -10033.4l-1283 -10032.8l-1285.6 -10032.1l-1288.1 -10031.4l-1290.7 -10030.8l-1293.3 -10030.2l-1295.9 -10029.5l-1298.4 -10028.9l-1301 -10028.2l-1303.6 -10027.6l-1306.1 -10027l-1308.7 -10026.3l-1311.2 -10025.6l-1313.8 -10025l-1316.3 -10024.4l-1318.9 -10023.7l-1321.4 -10023.1l-1324 -10022.4l-1326.5 -10021.8l-1329 -10021.1l-1331.5 -10020.5l-1334.1 -10019.8l-1336.6 -10019.2l-1339.1 -10018.5l-1341.6 -10017.9l-1344.1 -10017.2l-1346.6 -10016.5l-1349.1 -10015.9l-1351.6 -10015.3l-1354.1 -10014.6l-1356.6 -10013.9l-1359.1 -10013.3l-1361.5 -10012.6l-1364 -10012l-1366.5 -10011.3l-1368.9 -10010.6l-1371.4 -10010l-1373.9 -10009.4l-1376.3 -10008.7l-1378.8 -10008.1l-1381.2 -10007.4l-1383.7 -10006.8l-1386.1 -10006.1l-1388.6 -10005.4l-1391 -10004.7l-1393.4 -10004.1l-1395.8 -10003.5l-1398.3 -10002.8l-1400.7 -10002.2l-1403.1 -10001.5l-1405.5 -10000.8l-1407.9 -10000.2l-1410.3 -9999.5l-1412.7 -9998.8l-1415.1 -9998.2l-1417.5 -9997.6l-1419.9 -9996.9l-1422.3 -9996.2l-1424.7 -9995.6l-1427 -9994.9l-1429.4 -9994.3l-1431.8 -9993.6l-1434.1 -9992.9l-1436.5 -9992.3l-1438.9 -9991.6l-1441.2 -9991l-1443.6 -9990.3l-1445.9 -9989.6l-1448.2 -9989l-1450.6 -9988.3l-1452.9 -9987.7l-1455.2 -9987l-1457.6 -9986.3l-1459.9 -9985.7l-1462.2 -9985.1l-1464.5 -9984.4l-1466.8 -9983.7l-1469.1 -9983.1l-1471.4 -9982.4l-1473.7 -9981.8l-1476 -9981.1l-1478.3 -9980.4l-1480.6 -9979.8l-1482.9 -9979.1l-1485.2 -9978.5l-1487.4 -9977.8l-1489.7 -9977.2l-1492 -9976.5l-1494.2 -9975.9l-1496.5 -9975.2l-1498.8 -9974.5l-1501 -9973.9l-1503.3 -9973.2l-1505.5 -9972.6l-1507.7 -9971.9l-1510 -9971.3l-1512.2 -9970.6l-1514.4 -9970l-1516.6 -9969.3l-1518.9 -9968.6l-1521.1 -9968l-1523.3 -9967.3l-1525.5 -9966.7l-1527.7 -9966l-1529.9 -9965.4l-1532.1 -9964.7l-1534.3 -9964.1l-1536.5 -9963.4l-1538.6 -9962.7l-1540.8 -9962.1l-1543 -9961.5l-1545.2 -9960.8l-1547.3 -9960.2l-1549.5 -9959.5l-1551.7 -9958.9l-1553.8 -9958.2l-1556 -9957.6l-1558.1 -9956.9l-1560.2 -9956.3l-1562.4 -9955.6l-1564.5 -9955l-1566.6 -9954.3l-1568.8 -9953.7l-1570.9 -9953l-1573 -9952.4l-1575.1 -9951.7l-1577.2 -9951.1l-1579.3 -9950.5l-1581.4 -9949.8l-1583.5 -9949.2l-1585.6 -9948.5l-1587.7 -9947.8l-1589.8 -9947.2l-1591.9 -9946.6l-1593.9 -9945.9l-1596 -9945.3l-1598.1 -9944.7l-1600.1 -9944l-1602.2 -9943.4l-1604.2 -9942.7l-1606.3 -9942.1l-1608.3 -9941.5l-1610.4 -9940.8l-1612.4 -9940.2l-1614.5 -9939.5l-1616.5 -9938.9l-1618.5 -9938.3l-1620.5 -9937.6l-1622.6 -9937l-1624.6 -9936.3l-1626.6 -9935.7l-1628.6 -9935.1l-1630.6 -9934.5l-1632.6 -9933.8l-1634.6 -9933.2l-1636.6 -9932.6l-1638.5 -9931.9l-1640.5 -9931.3l-1642.5 -9930.6l-1644.5 -9930l-1646.4 -9929.4l-1648.4 -9928.8l-1650.3 -9928.2l-1652.3 -9927.5l-1654.2 -9926.9l-1656.2 -9926.3l-1658.1 -9925.7l-1660.1 -9925l-1662 -9924.4l-1663.9 -9923.8l-1665.9 -9923.2l-1667.8 -9922.5l-1669.7 -9921.9l-1671.6 -9921.3l-1673.5 -9920.7l-1675.4 -9920.1l-1677.3 -9919.4l-1679.2 -9918.8l-1681.1 -9918.2l-1683 -9917.6l-1684.9 -9917l-1686.7 -9916.3l-1688.6 -9915.7l-1690.5 -9915.1l-1692.3 -9914.5l-1694.2 -9913.9l-1696.1 -9913.3l-1697.9 -9912.7l-1699.8 -9912.1l-1701.6 -9911.5l-1703.4 -9910.8l-1705.3 -9910.3l-1707.1 -9909.6l-1708.9 -9909l-1710.8 -9908.4l-1712.6 -9907.8l-1714.4 -9907.2l-1716.2 -9906.6l-1718 -9906l-1719.8 -9905.4l-1721.6 -9904.8l-1723.4 -9904.2l-1725.2 -9903.6l-1727 -9903l-1728.7 -9902.4l-1730.5 -9901.8l-1732.3 -9901.3l-1734 -9900.7l-1735.8 -9900.1l-1737.6 -9899.4l-1739.3 -9898.9l-1741.1 -9898.3l-1742.8 -9897.7l-1744.5 -9897.1l-1746.3 -9896.5l-1748 -9895.9l-1749.7 -9895.4l-1751.5 -9894.8l-1753.2 -9894.2l-1754.9 -9893.6l-1756.6 -9893l-1758.3 -9892.4l-1760 -9891.8l-1761.7 -9891.3l-1763.4 -9890.7l-1765.1 -9890.1l-1766.8 -9889.6l-1768.4 -9889l-1770.1 -9888.4l-1771.8 -9887.8l-1773.4 -9887.3l-1775.1 -9886.7l-1776.8 -9886.1l-1778.4 -9885.6l-1780.1 -9885l-1781.7 -9884.4l-1783.3 -9883.8l-1785 -9883.3l-1786.6 -9882.7l-1788.2 -9882.2l-1789.8 -9881.6l-1791.5 -9881.1l-1793.1 -9880.5l-1794.7 -9879.9l-1796.3 -9879.4l-1797.9 -9878.8l-1799.5 -9878.3l-1801.1 -9877.7l-1802.7 -9877.2l-1804.2 -9876.6l-1805.8 -9876l-1807.4 -9875.5l-1809 -9875l-1810.5 -9874.4l-1812.1 -9873.8l-1813.6 -9873.3l-1815.2 -9872.8l-1816.7 -9872.2l-1818.3 -9871.7l-1819.8 -9871.1l-1821.4 -9870.6l-1822.9 -9870.1l-1824.4 -9869.6l-1825.9 -9869l-1827.4 -9868.5l-1829 -9868l-1830.5 -9867.4l-1832 -9866.9l-1833.5 -9866.3l-1834.9 -9865.8l-1836.4 -9865.3l-1837.9 -9864.8l-1839.4 -9864.2l-1840.9 -9863.7l-1842.3 -9863.2l-1843.8 -9862.7l-1845.3 -9862.2l-1846.7 -9861.6l-1848.2 -9861.1l-1849.6 -9860.6l-1851.1 -9860.1l-1852.5 -9859.6l-1853.9 -9859.1l-1855.4 -9858.6l-1856.8 -9858.1l-1858.2 -9857.6l-1859.6 -9857l-1861.1 -9856.6l-1862.5 -9856.1l-1863.9 -9855.5l-1865.3 -9855l-1866.7 -9854.5l-1868.1 -9854.1l-1869.4 -9853.6l-1870.8 -9853.1l-1872.2 -9852.5l-1873.6 -9852.1l-1874.9 -9851.6l-1876.3 -9851.1l-1877.7 -9850.6l-1879 -9850.1l-1880.4 -9849.6l-1881.7 -9849.1l-1883.1 -9848.7l-1884.4 -9848.1l-1885.7 -9847.7l-1887.1 -9847.2l-1888.4 -9846.7l-1889.7 -9846.3l-1891 -9845.8l-1892.3 -9845.3l-1893.6 -9844.8l-1894.9 -9844.4l-1896.2 -9843.9l-1897.5 -9843.4l-1898.8 -9843l-1900.1 -9842.5l-1901.4 -9842l-1902.6 -9841.6l-1903.9 -9841.1l-1905.2 -9840.7l-1906.4 -9840.2l-1907.7 -9839.8l-1908.9 -9839.3l-1910.2 -9838.8l-1911.4 -9838.4l-1912.7 -9837.9l-1913.9 -9837.5l-1915.1 -9837.1l-1916.4 -9836.6l-1917.6 -9836.2l-1918.8 -9835.7l-1920 -9835.2l-1921.2 -9834.8l-1922.4 -9834.4l-1923.6 -9834l-1924.8 -9833.5l-1926 -9833.1l-1927.2 -9832.7l-1928.3 -9832.2l-1929.5 -9831.8l-1930.7 -9831.3l-1931.9 -9831l-1933 -9830.5l-1934.2 -9830.1l-1935.3 -9829.7l-1936.5 -9829.2l-1937.6 -9828.9l-1938.7 -9828.4l-1939.9 -9828l-1941 -9827.6l-1942.1 -9827.2l-1943.3 -9826.8l-1944.4 -9826.4l-1945.5 -9826l-1946.6 -9825.5l-1947.7 -9825.2l-1948.8 -9824.8l-1949.9 -9824.4l-1951 -9823.9l-1952.1 -9823.6l-1953.1 -9823.2l-1954.2 -9822.8l-1955.3 -9822.4l-1956.3 -9822l-1957.4 -9821.6l-1958.5 -9821.2l-1959.5 -9820.8l-1960.6 -9820.4l-1961.6 -9820.1l-1962.6 -9819.7l-1963.7 -9819.3l-1964.7 -9818.9l-1965.7 -9818.5l-1966.7 -9818.2l-1967.8 -9817.8l-1968.8 -9817.4l-1969.8 -9817l-1970.8 -9816.7l-1971.8 -9816.3l-1972.8 -9816l-1973.8 -9815.6l-1974.7 -9815.2l-1975.7 -9814.9l-1976.7 -9814.5l-1977.7 -9814.2l-1978.6 -9813.8l-1979.6 -9813.5l-1980.5 -9813.1l-1981.5 -9812.8l-266.8 -1320.9l-1715.6 -8491.6l-1983.4 -9812.1l-1984.3 -9811.8l-1985.3 -9811.4l-1986.2 -9811.1l-1987.1 -9810.7l-1988 -9810.4l-1988.9 -9810.1l-1989.9 -9809.7l-1990.8 -9809.4l-1991.7 -9809l-1992.6 -9808.7l-1993.4 -9808.4l-1994.3 -9808.1l-1995.2 -9807.8l-1996.1 -9807.4l-1997 -9807.1l-1997.8 -9806.8l-1998.7 -9806.5l-1999.6 -9806.2l-2000.4 -9805.9l-2001.3 -9805.6l-2002.1 -9805.3l-2003 -9805l-2003.8 -9804.6l-2004.6 -9804.4l-2005.5 -9804.1l-2006.3 -9803.8l-2007.1 -9803.5l-2007.9 -9803.1l-2008.7 -9802.9l-2009.5 -9802.6l-2010.3 -9802.3l-2011.1 -9802l-2011.9 -9801.7l-2012.7 -9801.4l-2013.5 -9801.2l-2014.3 -9800.9l-2015 -9800.6l-2015.8 -9800.3l-2016.6 -9800l-2017.3 -9799.8l-2018.1 -9799.5l-2018.8 -9799.2l-2019.6 -9799l-2020.3 -9798.7l-2021.1 -9798.4l-2021.8 -9798.1l-2022.5 -9797.9l-2023.2 -9797.7l-2023.9 -9797.4l-2024.7 -9797.1l-2025.4 -9796.9l-2026.1 -9796.6l-2026.8 -9796.4l-2027.5 -9796.2l-2028.2 -9795.9l-2028.8 -9795.7l-2029.5 -9795.4l-2030.2 -9795.2l-2030.9 -9794.9l-2031.5 -9794.7l-2032.2 -9794.5l-2032.9 -9794.2l-2033.5 -9794l-2034.2 -9793.8l-2034.8 -9793.6l-2035.4 -9793.3l-2036.1 -9793.1l-2036.7 -9792.9l-2037.3 -9792.7l-2038 -9792.5l-2038.6 -9792.3l-2039.2 -9792l-2039.8 -9791.8l-2040.4 -9791.6l-2041 -9791.4l-2041.6 -9791.2l-2042.2 -9791l-2042.8 -9790.8l-2043.3 -9790.6l-2043.9 -9790.4l-2044.5 -9790.2l-2045 -9790l-2045.6 -9789.8l-2046.2 -9789.6l-2046.7 -9789.5l-2047.3 -9789.3l-2047.8 -9789.1l-2048.4 -9788.9l-2048.9 -9788.7l-2049.4 -9788.6l-2049.9 -9788.4l-2050.5 -9788.2l-2051 -9788l-2051.5 -9787.9l-2052 -9787.7l-2052.5 -9787.5l-2053 -9787.4l-2053.5 -9787.2l-2054 -9787.1l-2054.4 -9786.9l-2054.9 -9786.7l-2055.4 -9786.6l-2055.9 -9786.4l-605.7 -2882.7"
id="path1351"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1753352 -1l-1.7 -10193.2l-5.1 -10194.1l-8.5 -10194.2l-11.9 -10194.2l-15.4 -10194.1l-18.8 -10194.1l-22.2 -10194.1l-25.6 -10194.1l-29 -10194.1l-32.4 -10194.1l-35.8 -10194l-39.2 -10194l-42.7 -10194l-46.1 -10194l-49.5 -10193.9l-52.9 -10193.9l-56.3 -10193.9l-59.7 -10193.8l-63.1 -10193.8l-66.5 -10193.7l-69.9 -10193.7l-73.4 -10193.7l-76.8 -10193.6l-80.2 -10193.6l-83.6 -10193.5l-87 -10193.4l-90.4 -10193.4l-93.8 -10193.3l-97.2 -10193.3l-100.6 -10193.2l-104 -10193.1l-107.4 -10193.1l-110.8 -10193l-114.3 -10192.9l-117.7 -10192.8l-121.1 -10192.8l-124.5 -10192.7l-127.9 -10192.6l-131.3 -10192.5l-134.7 -10192.4l-138.1 -10192.3l-141.5 -10192.3l-144.9 -10192.1l-148.3 -10192.1l-151.7 -10192l-155.1 -10191.9l-158.5 -10191.8l-161.9 -10191.6l-165.3 -10191.6l-168.7 -10191.5l-172.1 -10191.3l-175.5 -10191.2l-178.9 -10191.1l-182.3 -10191l-185.7 -10190.9l-189.1 -10190.8l-192.5 -10190.6l-195.9 -10190.5l-199.3 -10190.4l-202.7 -10190.2l-206.1 -10190.1l-209.4 -10189.9l-212.8 -10189.8l-216.2 -10189.7l-219.6 -10189.6l-223 -10189.4l-226.4 -10189.3l-229.8 -10189.1l-233.2 -10189l-236.6 -10188.8l-239.9 -10188.6l-243.3 -10188.5l-246.7 -10188.4l-250.1 -10188.2l-253.5 -10188l-256.9 -10187.9l-260.2 -10187.7l-263.6 -10187.5l-267 -10187.4l-270.4 -10187.2l-273.8 -10187l-277.1 -10186.8l-280.5 -10186.7l-283.9 -10186.4l-287.3 -10186.3l-290.6 -10186.1l-294 -10185.9l-297.4 -10185.7l-300.8 -10185.5l-304.1 -10185.3l-307.5 -10185.1l-310.9 -10184.9l-314.2 -10184.7l-317.6 -10184.5l-321 -10184.3l-324.3 -10184.1l-327.7 -10183.9l-331 -10183.7l-334.4 -10183.5l-337.8 -10183.3l-341.1 -10183.1l-344.5 -10182.8l-347.8 -10182.6l-351.2 -10182.4l-354.5 -10182.2l-357.9 -10181.9l-361.3 -10181.7l-364.6 -10181.5l-368 -10181.2l-371.3 -10181l-374.7 -10180.8l-378 -10180.5l-381.3 -10180.3l-384.7 -10180l-388 -10179.8l-391.4 -10179.5l-394.7 -10179.3l-398 -10179l-401.4 -10178.8l-404.7 -10178.5l-408.1 -10178.2l-411.4 -10178l-414.7 -10177.7l-418.1 -10177.5l-421.4 -10177.2l-424.7 -10176.9l-428 -10176.7l-431.4 -10176.4l-434.7 -10176.1l-438 -10175.8l-441.3 -10175.6l-444.7 -10175.3l-448 -10175l-451.3 -10174.7l-454.6 -10174.4l-457.9 -10174.1l-461.2 -10173.8l-464.5 -10173.5l-467.9 -10173.2l-471.2 -10173l-474.5 -10172.7l-477.8 -10172.4l-481.1 -10172.1l-484.4 -10171.7l-487.7 -10171.4l-491 -10171.1l-494.3 -10170.8l-497.6 -10170.5l-500.9 -10170.2l-504.2 -10169.9l-507.5 -10169.6l-510.8 -10169.2l-514 -10168.9l-517.3 -10168.6l-520.6 -10168.3l-523.9 -10167.9l-527.2 -10167.6l-530.5 -10167.3l-533.7 -10166.9l-537 -10166.6l-540.3 -10166.3l-543.6 -10165.9l-546.8 -10165.6l-550.1 -10165.2l-553.4 -10164.9l-556.7 -10164.5l-559.9 -10164.2l-563.2 -10163.8l-566.4 -10163.5l-569.7 -10163.1l-573 -10162.7l-576.2 -10162.4l-579.5 -10162.1l-582.7 -10161.7l-586 -10161.3l-589.2 -10160.9l-592.5 -10160.6l-595.7 -10160.2l-599 -10159.9l-602.2 -10159.4l-605.5 -10159.1l-608.7 -10158.7l-611.9 -10158.4l-615.2 -10158l-618.4 -10157.6l-621.6 -10157.2l-624.9 -10156.8l-628.1 -10156.4l-631.3 -10156l-634.5 -10155.6l-637.8 -10155.3l-641 -10154.9l-644.2 -10154.5l-647.4 -10154l-650.6 -10153.7l-653.8 -10153.3l-657 -10152.9l-660.2 -10152.5l-663.4 -10152l-666.7 -10151.6l-669.9 -10151.2l-673.1 -10150.8l-676.2 -10150.4l-679.4 -10150l-682.6 -10149.6l-685.8 -10149.2l-689 -10148.7l-692.2 -10148.3l-695.4 -10147.9l-698.6 -10147.5l-701.7 -10147l-704.9 -10146.6l-708.1 -10146.2l-711.3 -10145.7l-714.4 -10145.3l-717.6 -10144.9l-720.8 -10144.4l-723.9 -10144l-727.1 -10143.5l-730.3 -10143.1l-733.4 -10142.6l-736.6 -10142.2l-739.7 -10141.8l-742.9 -10141.3l-746 -10140.9l-749.2 -10140.4l-752.3 -10140l-755.5 -10139.5l-758.6 -10139.1l-761.7 -10138.6l-764.9 -10138.1l-768 -10137.7l-771.2 -10137.2l-774.3 -10136.7l-777.4 -10136.2l-780.5 -10135.8l-783.6 -10135.3l-786.8 -10134.9l-789.9 -10134.4l-793 -10133.9l-796.1 -10133.4l-799.2 -10133l-802.3 -10132.5l-805.4 -10132l-808.5 -10131.5l-811.6 -10131l-814.7 -10130.6l-817.8 -10130.1l-820.9 -10129.6l-824 -10129.1l-827.1 -10128.6l-830.2 -10128.1l-833.3 -10127.6l-836.3 -10127.1l-839.4 -10126.6l-842.5 -10126.1l-845.6 -10125.6l-848.6 -10125.1l-851.7 -10124.6l-854.8 -10124.1l-857.8 -10123.6l-860.9 -10123.1l-863.9 -10122.6l-867 -10122.1l-870 -10121.6l-873.1 -10121.1l-876.1 -10120.5l-879.2 -10120l-882.2 -10119.5l-885.3 -10119l-888.3 -10118.5l-891.3 -10117.9l-894.4 -10117.5l-897.4 -10116.9l-900.4 -10116.4l-903.4 -10115.9l-906.5 -10115.4l-909.5 -10114.8l-912.5 -10114.3l-915.5 -10113.8l-918.5 -10113.2l-921.5 -10112.7l-924.5 -10112.2l-927.5 -10111.6l-930.5 -10111.1l-933.5 -10110.6l-936.5 -10110l-939.5 -10109.5l-942.5 -10108.9l-945.5 -10108.4l-948.4 -10107.8l-951.4 -10107.3l-954.4 -10106.8l-957.4 -10106.2l-960.3 -10105.7l-963.3 -10105.1l-966.3 -10104.6l-969.2 -10104l-972.2 -10103.4l-975.1 -10102.9l-978.1 -10102.3l-981 -10101.8l-984 -10101.2l-986.9 -10100.6l-989.9 -10100.1l-992.8 -10099.5l-995.7 -10099l-998.7 -10098.4l-1001.6 -10097.8l-1004.5 -10097.3l-1007.4 -10096.7l-1010.4 -10096.1l-1013.3 -10095.5l-1016.2 -10095l-1019.1 -10094.4l-1022 -10093.8l-1024.9 -10093.2l-1027.8 -10092.7l-1030.7 -10092.1l-1033.6 -10091.5l-1036.5 -10091l-1039.4 -10090.3l-1042.3 -10089.8l-1045.2 -10089.2l-1048.1 -10088.6l-1050.9 -10088l-1053.8 -10087.5l-1056.7 -10086.9l-1059.5 -10086.3l-1062.4 -10085.7l-1065.3 -10085.1l-1068.1 -10084.5l-1071 -10083.9l-1073.8 -10083.3l-1076.7 -10082.7l-1079.5 -10082.2l-1082.4 -10081.6l-1085.2 -10081l-1088.1 -10080.4l-1090.9 -10079.7l-1093.7 -10079.2l-1096.6 -10078.6l-1099.4 -10078l-1102.2 -10077.4l-1105 -10076.7l-1107.8 -10076.2l-1110.6 -10075.6l-1113.4 -10075l-1116.3 -10074.3l-1119.1 -10073.7l-1121.9 -10073.1l-1124.6 -10072.5l-1127.4 -10071.9l-1130.2 -10071.3l-1133 -10070.7l-1135.8 -10070.1l-1138.6 -10069.5l-1141.3 -10068.8l-1144.1 -10068.2l-1146.9 -10067.6l-1149.7 -10067l-1152.4 -10066.4l-1155.2 -10065.7l-1157.9 -10065.2l-1160.7 -10064.5l-1163.4 -10063.9l-1166.2 -10063.3l-1168.9 -10062.7l-1171.7 -10062.1l-1174.4 -10061.4l-1177.1 -10060.8l-1179.9 -10060.2l-1182.6 -10059.6l-1185.3 -10058.9l-1188 -10058.3l-1190.7 -10057.7l-1193.5 -10057l-1196.2 -10056.4l-1198.9 -10055.8l-1201.6 -10055.2l-1204.3 -10054.5l-1207 -10053.9l-1209.7 -10053.3l-1212.4 -10052.6l-1215 -10052l-1217.7 -10051.3l-1220.4 -10050.7l-1223.1 -10050.1l-1225.7 -10049.5l-1228.4 -10048.8l-1231.1 -10048.2l-1233.7 -10047.6l-1236.4 -10046.9l-1239 -10046.3l-1241.7 -10045.6l-1244.3 -10045l-1247 -10044.4l-1249.6 -10043.7l-1252.3 -10043.1l-1254.9 -10042.4l-1257.5 -10041.8l-1260.1 -10041.2l-1262.8 -10040.5l-1265.4 -10039.8l-1268 -10039.2l-1270.6 -10038.6l-1273.2 -10037.9l-1275.8 -10037.3l-1278.4 -10036.6l-1281 -10036l-1283.6 -10035.4l-1286.2 -10034.7l-1288.8 -10034l-1291.4 -10033.4l-1293.9 -10032.8l-1296.5 -10032.1l-1299.1 -10031.5l-1301.7 -10030.8l-1304.2 -10030.2l-1306.8 -10029.5l-1309.3 -10028.9l-1311.9 -10028.2l-1314.4 -10027.6l-1317 -10026.9l-1319.5 -10026.3l-1322.1 -10025.6l-1324.6 -10024.9l-1327.1 -10024.3l-1329.7 -10023.6l-1332.2 -10023l-1334.7 -10022.3l-1337.2 -10021.7l-1339.7 -10021l-1342.3 -10020.4l-1344.8 -10019.7l-1347.3 -10019l-1349.8 -10018.4l-1352.3 -10017.7l-1354.7 -10017.1l-1357.2 -10016.4l-1359.7 -10015.8l-1362.2 -10015.1l-1364.7 -10014.5l-1367.1 -10013.8l-1369.6 -10013.1l-1372.1 -10012.5l-1374.5 -10011.8l-1377 -10011.2l-1379.4 -10010.5l-1381.9 -10009.8l-1384.3 -10009.2l-1386.8 -10008.5l-1389.2 -10007.9l-1391.6 -10007.2l-1394.1 -10006.6l-1396.5 -10005.9l-1398.9 -10005.2l-1401.3 -10004.6l-1403.8 -10003.9l-1406.2 -10003.3l-1408.6 -10002.6l-1411 -10001.9l-1413.4 -10001.2l-1415.8 -10000.6l-1418.2 -9999.9l-1420.6 -9999.3l-1422.9 -9998.6l-1425.3 -9997.9l-1427.7 -9997.3l-1430.1 -9996.6l-1432.4 -9996l-1434.8 -9995.3l-1437.2 -9994.7l-1439.5 -9994l-1441.9 -9993.3l-1444.2 -9992.7l-1446.6 -9992l-1448.9 -9991.3l-1451.2 -9990.7l-1453.6 -9990l-1455.9 -9989.4l-1458.2 -9988.7l-1460.6 -9988l-1462.9 -9987.4l-1465.2 -9986.7l-1467.5 -9986l-1469.8 -9985.4l-1472.1 -9984.7l-1474.4 -9984.1l-1476.7 -9983.4l-1479 -9982.7l-1481.3 -9982.1l-1483.6 -9981.4l-1485.8 -9980.8l-1488.1 -9980.1l-1490.4 -9979.4l-1492.6 -9978.8l-1494.9 -9978.1l-1497.2 -9977.5l-1499.4 -9976.8l-1501.7 -9976.1l-1503.9 -9975.5l-1506.2 -9974.8l-1508.4 -9974.1l-1510.6 -9973.5l-1512.9 -9972.8l-1515.1 -9972.2l-1517.3 -9971.5l-1519.5 -9970.8l-1521.7 -9970.2l-1523.9 -9969.6l-1526.1 -9968.9l-1528.4 -9968.2l-1530.5 -9967.6l-1532.7 -9966.9l-1534.9 -9966.3l-1537.1 -9965.6l-1539.3 -9964.9l-1541.5 -9964.3l-1543.6 -9963.6l-1545.8 -9963l-1548 -9962.3l-1550.1 -9961.7l-1552.3 -9961l-1554.5 -9960.4l-1556.6 -9959.7l-1558.7 -9959l-1560.9 -9958.4l-1563 -9957.8l-1565.2 -9957.1l-1567.3 -9956.5l-1569.4 -9955.8l-1571.5 -9955.2l-1573.6 -9954.5l-1575.8 -9953.9l-1577.9 -9953.2l-1580 -9952.6l-1582.1 -9951.9l-1584.2 -9951.3l-1586.3 -9950.6l-1588.3 -9949.9l-1590.4 -9949.3l-1592.5 -9948.7l-1594.6 -9948l-1596.6 -9947.3l-1598.7 -9946.7l-1600.8 -9946.1l-1602.8 -9945.4l-1604.9 -9944.8l-1606.9 -9944.1l-1609 -9943.5l-1611 -9942.9l-1613.1 -9942.2l-1615.1 -9941.6l-1617.1 -9940.9l-1619.2 -9940.3l-1621.2 -9939.7l-1623.2 -9939l-1625.2 -9938.3l-1627.2 -9937.7l-1629.2 -9937.1l-1631.2 -9936.5l-1633.2 -9935.8l-1635.2 -9935.2l-1637.2 -9934.5l-1639.2 -9933.9l-1641.1 -9933.3l-1643.1 -9932.6l-1645.1 -9932l-1647.1 -9931.4l-1649 -9930.7l-1651 -9930.1l-1652.9 -9929.5l-1654.9 -9928.9l-1656.8 -9928.2l-1658.8 -9927.6l-1660.7 -9926.9l-1662.6 -9926.3l-1664.6 -9925.7l-1666.5 -9925.1l-1668.4 -9924.5l-1670.3 -9923.8l-1672.2 -9923.2l-1674.1 -9922.6l-1676 -9922l-1677.9 -9921.3l-1679.8 -9920.7l-1681.7 -9920.1l-1683.6 -9919.5l-1685.5 -9918.9l-1687.4 -9918.2l-1689.2 -9917.6l-1691.1 -9917l-1693 -9916.4l-1694.8 -9915.8l-1696.7 -9915.1l-1698.5 -9914.5l-1700.4 -9913.9l-1702.2 -9913.3l-1704 -9912.7l-1705.9 -9912.1l-1707.7 -9911.5l-1709.5 -9910.9l-1711.4 -9910.3l-1713.2 -9909.6l-1715 -9909l-1716.8 -9908.4l-1718.6 -9907.8l-1720.4 -9907.2l-1722.2 -9906.6l-1724 -9906l-1725.8 -9905.4l-1727.6 -9904.8l-1729.3 -9904.2l-1731.1 -9903.6l-1732.9 -9903l-1734.6 -9902.4l-1736.4 -9901.8l-1738.1 -9901.2l-1739.9 -9900.6l-1741.7 -9900l-1743.4 -9899.4l-1745.1 -9898.8l-1746.9 -9898.3l-1748.6 -9897.7l-1750.3 -9897.1l-1752 -9896.5l-1753.8 -9895.9l-1755.5 -9895.3l-1757.2 -9894.7l-1758.9 -9894.1l-1760.6 -9893.5l-1762.3 -9893l-1764 -9892.4l-1765.7 -9891.8l-1767.3 -9891.2l-1769 -9890.6l-1770.7 -9890.1l-1772.4 -9889.5l-1774 -9888.9l-1775.7 -9888.3l-1777.3 -9887.8l-1779 -9887.2l-1780.6 -9886.6l-1782.3 -9886.1l-1783.9 -9885.5l-1785.5 -9884.9l-1787.2 -9884.4l-1788.8 -9883.8l-1790.4 -9883.2l-1792 -9882.7l-1793.6 -9882.1l-1795.2 -9881.5l-1796.9 -9881l-1798.4 -9880.4l-1800 -9879.9l-1801.6 -9879.3l-1803.2 -9878.7l-1804.8 -9878.2l-1806.4 -9877.6l-1807.9 -9877.1l-1809.5 -9876.5l-1811.1 -9876l-1812.6 -9875.4l-1814.2 -9874.9l-1815.7 -9874.3l-1817.3 -9873.8l-1818.8 -9873.2l-1820.4 -9872.7l-1821.9 -9872.2l-1823.4 -9871.6l-1824.9 -9871.1l-1826.5 -9870.5l-1828 -9870l-1829.5 -9869.5l-1831 -9868.9l-1832.5 -9868.4l-1834 -9867.8l-1835.5 -9867.3l-1837 -9866.8l-1838.4 -9866.3l-1839.9 -9865.7l-1841.4 -9865.2l-1842.9 -9864.7l-1844.3 -9864.2l-1845.8 -9863.6l-1847.2 -9863.1l-1848.7 -9862.6l-1850.2 -9862.1l-1851.6 -9861.6l-1853 -9861l-1854.5 -9860.5l-1855.9 -9860l-1857.3 -9859.5l-1858.7 -9859l-1860.2 -9858.4l-1861.6 -9858l-1863 -9857.5l-1864.4 -9857l-1865.8 -9856.4l-1867.2 -9855.9l-1868.6 -9855.4l-1869.9 -9854.9l-1871.3 -9854.4l-1872.7 -9853.9l-1874.1 -9853.4l-1875.4 -9852.9l-1876.8 -9852.5l-1878.2 -9852l-1879.5 -9851.4l-1880.9 -9851l-1882.2 -9850.5l-1883.5 -9850l-1884.9 -9849.5l-1886.2 -9849l-1887.5 -9848.5l-1888.9 -9848.1l-1890.2 -9847.6l-1891.5 -9847.1l-1892.8 -9846.6l-1894.1 -9846.2l-1895.4 -9845.7l-1896.7 -9845.2l-1898 -9844.7l-1899.3 -9844.3l-1900.6 -9843.8l-1901.8 -9843.3l-1903.1 -9842.8l-1904.4 -9842.4l-1905.6 -9841.9l-1906.9 -9841.5l-1908.1 -9841l-1909.4 -9840.5l-1910.6 -9840.1l-1911.9 -9839.6l-1913.1 -9839.2l-1914.3 -9838.7l-1915.6 -9838.3l-1916.8 -9837.8l-1918 -9837.4l-1919.2 -9836.9l-1920.4 -9836.5l-1921.6 -9836l-1922.8 -9835.6l-1924 -9835.2l-1925.2 -9834.7l-1926.4 -9834.3l-1927.6 -9833.8l-1928.8 -9833.4l-1929.9 -9833l-1931.1 -9832.5l-1932.3 -9832.1l-1933.4 -9831.7l-1934.6 -9831.3l-1935.7 -9830.8l-1936.9 -9830.4l-1938 -9830l-1939.2 -9829.6l-1940.3 -9829.2l-1941.4 -9828.7l-1942.5 -9828.3l-1943.7 -9827.9l-1944.8 -9827.5l-1945.9 -9827.1l-1947 -9826.6l-1948.1 -9826.3l-1949.2 -9825.9l-1950.3 -9825.5l-1951.4 -9825l-1952.5 -9824.6l-1953.5 -9824.3l-1954.6 -9823.9l-1955.7 -9823.5l-1956.7 -9823l-1957.8 -9822.7l-1958.8 -9822.3l-1959.9 -9821.9l-1960.9 -9821.5l-1962 -9821.1l-1963 -9820.7l-1964.1 -9820.3l-1965.1 -9820l-1966.1 -9819.6l-1967.1 -9819.2l-1968.1 -9818.8l-1969.1 -9818.5l-1970.1 -9818l-1971.1 -9817.7l-1972.1 -9817.3l-1973.1 -9817l-1974.1 -9816.6l-1975.1 -9816.2l-1976.1 -9815.9l-1977.1 -9815.5l-1978 -9815.2l-1979 -9814.8l-1979.9 -9814.4l-1980.9 -9814.1l-1981.8 -9813.7l-176 -871.3M822684.8 -8014152.9l-1806.7 -8941.4l-1983.7 -9813l-1984.7 -9812.7l-1985.6 -9812.3l-1986.5 -9812l-1987.4 -9811.7l-1988.4 -9811.3l-1989.3 -9811l-1990.2 -9810.6l-1991.1 -9810.3l-1992 -9809.9l-1992.9 -9809.6l-1993.8 -9809.3l-1994.7 -9809l-1995.5 -9808.7l-1996.4 -9808.3l-1997.3 -9808l-1998.2 -9807.7l-1999 -9807.4l-1999.9 -9807l-2000.7 -9806.7l-2001.6 -9806.4l-2002.4 -9806.1l-2003.3 -9805.8l-2004.1 -9805.5l-2004.9 -9805.2l-2005.8 -9804.9l-2006.6 -9804.6l-2007.4 -9804.3l-2008.2 -9803.9l-2009 -9803.7l-2009.8 -9803.4l-2010.6 -9803.1l-2011.4 -9802.8l-2012.2 -9802.5l-2013 -9802.2l-2013.8 -9801.9l-2014.5 -9801.6l-2015.3 -9801.3l-2016.1 -9801.1l-2016.8 -9800.8l-2017.6 -9800.5l-2018.3 -9800.2l-2019.1 -9800l-2019.8 -9799.7l-2020.6 -9799.4l-2021.3 -9799.2l-2022 -9798.9l-2022.8 -9798.6l-2023.5 -9798.4l-2024.2 -9798.1l-2024.9 -9797.8l-2025.6 -9797.6l-2026.3 -9797.3l-2027 -9797.1l-2027.7 -9796.8l-2028.4 -9796.6l-2029.1 -9796.3l-2029.8 -9796.1l-2030.4 -9795.9l-2031.1 -9795.6l-2031.8 -9795.3l-2032.4 -9795.1l-2033.1 -9794.9l-2033.7 -9794.7l-2034.4 -9794.4l-2035 -9794.2l-2035.7 -9794l-2036.3 -9793.8l-2036.9 -9793.5l-2037.6 -9793.3l-2038.2 -9793.1l-2038.8 -9792.9l-2039.4 -9792.6l-2040 -9792.4l-2040.6 -9792.2l-2041.2 -9792l-2041.8 -9791.8l-2042.4 -9791.6l-2043 -9791.4l-2043.5 -9791.2l-2044.1 -9791l-2044.7 -9790.8l-2045.2 -9790.6l-2045.8 -9790.4l-2046.4 -9790.2l-2046.9 -9790l-2047.5 -9789.8l-2048 -9789.6l-2048.5 -9789.4l-2049.1 -9789.3l-2049.6 -9789.1l-2050.1 -9788.9l-2050.6 -9788.7l-2051.1 -9788.6l-2051.7 -9788.4l-2052.2 -9788.2l-2052.7 -9788l-2053.2 -9787.9l-2053.6 -9787.7l-2054.1 -9787.5l-2054.6 -9787.4l-2055.1 -9787.2l-2055.6 -9787.1l-2056 -9786.9l-2056.5 -9786.7l-2056.9 -9786.6l-2057.4 -9786.4l-2057.8 -9786.3l-2058.3 -9786.2l-2058.7 -9786l-2059.2 -9785.8l-2059.6 -9785.7l-2060 -9785.6l-1867.8 -8870.7"
id="path1352"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1763547.9 -1l-1.7 -10196.6l-5.1 -10197.5l-8.5 -10197.6l-12 -10197.6l-15.4 -10197.6l-18.8 -10197.5l-22.2 -10197.5l-25.6 -10197.5l-29 -10197.5l-32.4 -10197.5l-35.9 -10197.4l-39.3 -10197.4l-42.7 -10197.4l-46.1 -10197.4l-49.5 -10197.3l-52.9 -10197.3l-56.3 -10197.3l-59.7 -10197.2l-63.2 -10197.2l-66.6 -10197.1l-70 -10197.1l-73.4 -10197.1l-76.8 -10197l-80.2 -10197l-83.6 -10196.9l-87 -10196.9l-90.5 -10196.8l-93.9 -10196.7l-97.3 -10196.7l-100.7 -10196.6l-104.1 -10196.5l-107.5 -10196.5l-110.9 -10196.4l-114.3 -10196.3l-117.7 -10196.3l-121.1 -10196.2l-124.5 -10196.1l-128 -10196l-131.4 -10195.9l-134.8 -10195.8l-138.2 -10195.8l-141.6 -10195.7l-145 -10195.5l-148.4 -10195.5l-151.8 -10195.4l-155.2 -10195.3l-158.6 -10195.2l-162 -10195l-165.4 -10195l-168.8 -10194.9l-172.2 -10194.7l-175.6 -10194.6l-179 -10194.5l-182.4 -10194.4l-185.8 -10194.3l-189.2 -10194.2l-192.6 -10194l-196 -10193.9l-199.4 -10193.8l-202.8 -10193.6l-206.2 -10193.5l-209.6 -10193.3l-213 -10193.2l-216.4 -10193.1l-219.8 -10193l-223.2 -10192.8l-226.5 -10192.7l-229.9 -10192.5l-233.3 -10192.4l-236.7 -10192.2l-240.1 -10192l-243.5 -10191.9l-246.9 -10191.7l-250.3 -10191.6l-253.6 -10191.4l-257 -10191.3l-260.4 -10191.1l-263.8 -10190.9l-267.2 -10190.7l-270.6 -10190.5l-273.9 -10190.4l-277.3 -10190.2l-280.7 -10190l-284.1 -10189.8l-287.5 -10189.7l-290.8 -10189.5l-294.2 -10189.3l-297.6 -10189.1l-300.9 -10188.9l-304.3 -10188.7l-307.7 -10188.5l-311.1 -10188.3l-314.4 -10188.1l-317.8 -10187.9l-321.2 -10187.7l-324.5 -10187.5l-327.9 -10187.3l-331.3 -10187l-334.6 -10186.8l-338 -10186.6l-341.3 -10186.4l-344.7 -10186.2l-348.1 -10185.9l-351.4 -10185.7l-354.8 -10185.5l-358.1 -10185.3l-361.5 -10185l-364.8 -10184.8l-368.2 -10184.6l-371.5 -10184.3l-374.9 -10184.1l-378.2 -10183.8l-381.6 -10183.6l-384.9 -10183.4l-388.3 -10183.1l-391.6 -10182.8l-395 -10182.6l-398.3 -10182.4l-401.6 -10182.1l-405 -10181.9l-408.3 -10181.6l-411.7 -10181.3l-415 -10181.1l-418.3 -10180.8l-421.7 -10180.5l-425 -10180.3l-428.3 -10180l-431.6 -10179.7l-435 -10179.4l-438.3 -10179.1l-441.6 -10178.9l-444.9 -10178.6l-448.3 -10178.3l-451.6 -10178l-454.9 -10177.7l-458.2 -10177.4l-461.5 -10177.2l-464.8 -10176.9l-468.2 -10176.5l-471.5 -10176.3l-474.8 -10176l-478.1 -10175.7l-481.4 -10175.4l-484.7 -10175l-488 -10174.7l-491.3 -10174.4l-494.6 -10174.1l-497.9 -10173.8l-501.2 -10173.5l-504.5 -10173.2l-507.8 -10172.8l-511.1 -10172.5l-514.4 -10172.2l-517.7 -10171.9l-520.9 -10171.5l-524.2 -10171.2l-527.5 -10170.8l-530.8 -10170.5l-534.1 -10170.2l-537.4 -10169.9l-540.6 -10169.5l-543.9 -10169.2l-547.2 -10168.9l-550.5 -10168.5l-553.7 -10168.2l-557 -10167.8l-560.3 -10167.4l-563.5 -10167.1l-566.8 -10166.8l-570.1 -10166.4l-573.3 -10166l-576.6 -10165.7l-579.8 -10165.3l-583.1 -10164.9l-586.3 -10164.6l-589.6 -10164.2l-592.8 -10163.8l-596.1 -10163.5l-599.3 -10163.1l-602.6 -10162.7l-605.8 -10162.3l-609.1 -10162l-612.3 -10161.6l-615.5 -10161.2l-618.8 -10160.8l-622 -10160.4l-625.2 -10160l-628.5 -10159.7l-631.7 -10159.2l-634.9 -10158.9l-638.1 -10158.5l-641.4 -10158.1l-644.6 -10157.7l-647.8 -10157.2l-651 -10156.9l-654.2 -10156.5l-657.4 -10156.1l-660.7 -10155.7l-663.9 -10155.2l-667.1 -10154.8l-670.3 -10154.4l-673.5 -10154l-676.7 -10153.6l-679.9 -10153.2l-683.1 -10152.8l-686.2 -10152.3l-689.4 -10151.9l-692.6 -10151.5l-695.8 -10151.1l-699 -10150.6l-702.2 -10150.2l-705.4 -10149.7l-708.5 -10149.3l-711.7 -10148.9l-714.9 -10148.5l-718.1 -10148l-721.2 -10147.6l-724.4 -10147.2l-727.6 -10146.7l-730.7 -10146.3l-733.9 -10145.8l-737 -10145.4l-740.2 -10144.9l-743.3 -10144.5l-746.5 -10144l-749.6 -10143.5l-752.8 -10143.1l-755.9 -10142.7l-759.1 -10142.2l-762.2 -10141.7l-765.3 -10141.3l-768.5 -10140.8l-771.6 -10140.3l-774.7 -10139.9l-777.9 -10139.4l-781 -10138.9l-784.1 -10138.5l-787.2 -10138l-790.4 -10137.5l-793.5 -10137l-796.6 -10136.6l-799.7 -10136.1l-802.8 -10135.6l-805.9 -10135.1l-809 -10134.6l-812.1 -10134.1l-815.2 -10133.7l-818.3 -10133.2l-821.4 -10132.6l-824.5 -10132.2l-827.6 -10131.7l-830.7 -10131.2l-833.8 -10130.7l-836.8 -10130.2l-839.9 -10129.7l-843 -10129.2l-846.1 -10128.7l-849.1 -10128.2l-852.2 -10127.7l-855.3 -10127.2l-858.3 -10126.7l-861.4 -10126.1l-864.4 -10125.7l-867.5 -10125.2l-870.6 -10124.6l-873.6 -10124.1l-876.7 -10123.6l-879.7 -10123.1l-882.7 -10122.6l-885.8 -10122.1l-888.8 -10121.5l-891.9 -10121l-894.9 -10120.5l-897.9 -10120l-900.9 -10119.4l-904 -10118.9l-907 -10118.4l-910 -10117.8l-913 -10117.3l-916 -10116.8l-919 -10116.2l-922 -10115.7l-925.1 -10115.2l-928.1 -10114.6l-931 -10114.1l-934 -10113.6l-937 -10113l-940 -10112.5l-943 -10111.9l-946 -10111.3l-949 -10110.8l-952 -10110.3l-954.9 -10109.7l-957.9 -10109.1l-960.9 -10108.6l-963.9 -10108.1l-966.8 -10107.5l-969.8 -10107l-972.7 -10106.4l-975.7 -10105.8l-978.6 -10105.3l-981.6 -10104.7l-984.5 -10104.2l-987.5 -10103.6l-990.4 -10103l-993.4 -10102.5l-996.3 -10101.9l-999.2 -10101.3l-1002.2 -10100.8l-1005.1 -10100.2l-1008 -10099.6l-1010.9 -10099.1l-1013.9 -10098.4l-1016.8 -10097.9l-1019.7 -10097.3l-1022.6 -10096.8l-1025.5 -10096.1l-1028.4 -10095.6l-1031.3 -10095l-1034.2 -10094.4l-1037.1 -10093.9l-1040 -10093.2l-1042.9 -10092.7l-1045.8 -10092.1l-1048.6 -10091.5l-1051.5 -10090.9l-1054.4 -10090.3l-1057.3 -10089.7l-1060.1 -10089.2l-1063 -10088.6l-1065.9 -10087.9l-1068.7 -10087.4l-1071.6 -10086.8l-1074.4 -10086.2l-1077.3 -10085.6l-1080.1 -10085l-1083 -10084.4l-1085.8 -10083.8l-1088.7 -10083.2l-1091.5 -10082.6l-1094.3 -10082l-1097.2 -10081.4l-1100 -10080.8l-1102.8 -10080.2l-1105.6 -10079.5l-1108.4 -10079l-1111.2 -10078.4l-1114.1 -10077.8l-1116.9 -10077.1l-1119.7 -10076.5l-1122.5 -10075.9l-1125.3 -10075.3l-1128.1 -10074.7l-1130.8 -10074.1l-1133.6 -10073.5l-1136.4 -10072.9l-1139.2 -10072.2l-1142 -10071.6l-1144.7 -10071l-1147.5 -10070.4l-1150.3 -10069.8l-1153 -10069.2l-1155.8 -10068.5l-1158.6 -10067.9l-1161.3 -10067.3l-1164.1 -10066.7l-1166.8 -10066l-1169.6 -10065.4l-1172.3 -10064.8l-1175 -10064.2l-1177.8 -10063.5l-1180.5 -10062.9l-1183.2 -10062.3l-1185.9 -10061.7l-1188.7 -10061l-1191.4 -10060.4l-1194.1 -10059.7l-1196.8 -10059.1l-1199.5 -10058.5l-1202.2 -10057.9l-1204.9 -10057.2l-1207.6 -10056.6l-1210.3 -10056l-1213 -10055.3l-1215.7 -10054.7l-1218.3 -10054l-1221 -10053.4l-1223.7 -10052.8l-1226.4 -10052.1l-1229 -10051.5l-1231.7 -10050.9l-1234.4 -10050.2l-1237 -10049.6l-1239.7 -10048.9l-1242.3 -10048.3l-1245 -10047.7l-1247.6 -10047l-1250.3 -10046.4l-1252.9 -10045.7l-1255.5 -10045.1l-1258.2 -10044.4l-1260.8 -10043.8l-1263.4 -10043.1l-1266 -10042.5l-1268.6 -10041.8l-1271.3 -10041.2l-1273.9 -10040.6l-1276.5 -10039.9l-1279.1 -10039.2l-1281.7 -10038.6l-1284.3 -10038l-1286.9 -10037.3l-1289.4 -10036.6l-1292 -10036l-1294.6 -10035.3l-1297.2 -10034.7l-1299.7 -10034l-1302.3 -10033.4l-1304.9 -10032.7l-1307.4 -10032.1l-1310 -10031.4l-1312.5 -10030.7l-1315.1 -10030.1l-1317.6 -10029.5l-1320.2 -10028.8l-1322.7 -10028.1l-1325.3 -10027.5l-1327.8 -10026.8l-1330.3 -10026.2l-1332.8 -10025.5l-1335.4 -10024.8l-1337.9 -10024.2l-1340.4 -10023.5l-1342.9 -10022.9l-1345.4 -10022.2l-1347.9 -10021.5l-1350.4 -10020.9l-1352.9 -10020.2l-1355.4 -10019.6l-1357.9 -10018.9l-1360.4 -10018.3l-1362.8 -10017.6l-1365.3 -10016.9l-1367.8 -10016.3l-1370.3 -10015.6l-1372.7 -10015l-1375.2 -10014.3l-1377.6 -10013.6l-1380.1 -10013l-1382.5 -10012.3l-1385 -10011.6l-1387.4 -10011l-1389.9 -10010.3l-1392.3 -10009.6l-1394.7 -10009l-1397.2 -10008.3l-1399.6 -10007.7l-1402 -10007l-1404.4 -10006.3l-1406.8 -10005.7l-1409.2 -10005l-1411.6 -10004.3l-1414 -10003.6l-1416.4 -10003l-1418.8 -10002.3l-1421.2 -10001.7l-1423.6 -10001l-1426 -10000.3l-1428.4 -9999.7l-1430.7 -9999l-1433.1 -9998.3l-1435.5 -9997.6l-1437.8 -9997l-1440.2 -9996.3l-1442.5 -9995.7l-1444.9 -9995l-1447.2 -9994.3l-1449.6 -9993.7l-1451.9 -9993l-1454.2 -9992.4l-1456.6 -9991.7l-1458.9 -9991l-1461.2 -9990.4l-1463.5 -9989.7l-1465.8 -9989l-1468.2 -9988.3l-1470.5 -9987.7l-1472.8 -9987l-1475.1 -9986.4l-1477.4 -9985.7l-1479.6 -9985l-1481.9 -9984.4l-1484.2 -9983.7l-1486.5 -9983l-1488.8 -9982.3l-1491 -9981.7l-1493.3 -9981l-1495.6 -9980.4l-1497.8 -9979.7l-1500.1 -9979l-1502.3 -9978.4l-1504.6 -9977.7l-1506.8 -9977.1l-1509 -9976.4l-1511.3 -9975.7l-1513.5 -9975.1l-1515.7 -9974.4l-1518 -9973.8l-1520.2 -9973.1l-1522.4 -9972.4l-1524.6 -9971.8l-1526.8 -9971.1l-1529 -9970.4l-1531.2 -9969.7l-1533.4 -9969.1l-1535.6 -9968.5l-1537.8 -9967.8l-1540 -9967.1l-1542.1 -9966.5l-1544.3 -9965.8l-1546.5 -9965.2l-1548.6 -9964.5l-1550.8 -9963.8l-1553 -9963.2l-1555.1 -9962.5l-1557.3 -9961.9l-1559.4 -9961.2l-1561.5 -9960.6l-1563.7 -9959.9l-1565.8 -9959.2l-1567.9 -9958.6l-1570.1 -9957.9l-1572.2 -9957.3l-1574.3 -9956.6l-1576.4 -9956l-1578.5 -9955.3l-1580.6 -9954.7l-1582.7 -9954l-1584.8 -9953.3l-1586.9 -9952.7l-1589 -9952l-1591.1 -9951.4l-1593.2 -9950.7l-1595.2 -9950.1l-1597.3 -9949.4l-1599.4 -9948.8l-1601.4 -9948.1l-1603.5 -9947.5l-1605.5 -9946.8l-1607.6 -9946.2l-1609.6 -9945.5l-1611.7 -9944.9l-1613.7 -9944.3l-1615.7 -9943.6l-1617.8 -9942.9l-1619.8 -9942.3l-1621.8 -9941.7l-1623.8 -9941l-1625.8 -9940.4l-1627.8 -9939.7l-1629.9 -9939.1l-1631.9 -9938.5l-1633.8 -9937.8l-1635.8 -9937.1l-1637.8 -9936.5l-1639.8 -9935.9l-1641.8 -9935.3l-1643.8 -9934.6l-1645.7 -9934l-1647.7 -9933.3l-1649.7 -9932.7l-1651.6 -9932.1l-1653.6 -9931.4l-1655.5 -9930.8l-1657.5 -9930.2l-1659.4 -9929.5l-1661.3 -9928.9l-1663.3 -9928.3l-1665.2 -9927.6l-1667.1 -9927l-1669 -9926.4l-1670.9 -9925.7l-1672.9 -9925.1l-1674.8 -9924.5l-1676.7 -9923.9l-1678.6 -9923.2l-1680.4 -9922.6l-1682.3 -9922l-1684.2 -9921.4l-1686.1 -9920.7l-1688 -9920.1l-1689.8 -9919.5l-1691.7 -9918.9l-1693.6 -9918.2l-1695.4 -9917.6l-1697.3 -9917l-1699.1 -9916.4l-1701 -9915.8l-1702.8 -9915.2l-1704.7 -9914.5l-1706.5 -9913.9l-1708.3 -9913.3l-1710.2 -9912.7l-1712 -9912.1l-1713.8 -9911.4l-1715.6 -9910.9l-1717.4 -9910.2l-1719.2 -9909.6l-1721 -9909l-1722.8 -9908.4l-1724.6 -9907.8l-1726.4 -9907.2l-1728.2 -9906.6l-1729.9 -9906l-1731.7 -9905.4l-1733.5 -9904.8l-1735.2 -9904.2l-1737 -9903.6l-1738.7 -9902.9l-1740.5 -9902.4l-1742.2 -9901.8l-1744 -9901.2l-1745.7 -9900.6l-1747.5 -9900l-1749.2 -9899.4l-1750.9 -9898.8l-1752.6 -9898.2l-1754.3 -9897.6l-1756.1 -9897l-1757.8 -9896.4l-1759.5 -9895.8l-1761.2 -9895.2l-1762.9 -9894.7l-1764.5 -9894.1l-1766.2 -9893.5l-1767.9 -9892.9l-1769.6 -9892.3l-1771.3 -9891.8l-1772.9 -9891.2l-1774.6 -9890.6l-1776.2 -9890l-1777.9 -9889.4l-1779.6 -9888.9l-1781.2 -9888.3l-1782.8 -9887.7l-1784.5 -9887.1l-1786.1 -9886.6l-1787.7 -9886l-1789.4 -9885.4l-1791 -9884.8l-1792.6 -9884.3l-1794.2 -9883.7l-1795.8 -9883.1l-1797.4 -9882.6l-1799 -9882l-1800.6 -9881.5l-1802.2 -9880.9l-1803.8 -9880.3l-1805.4 -9879.8l-1806.9 -9879.2l-1808.5 -9878.7l-1810.1 -9878.1l-1811.6 -9877.5l-1813.2 -9877l-1814.7 -9876.4l-1816.3 -9875.9l-1817.8 -9875.3l-1819.4 -9874.8l-1820.9 -9874.2l-1822.4 -9873.7l-1824 -9873.1l-1825.5 -9872.6l-1827 -9872l-1828.5 -9871.5l-1830 -9871l-1831.5 -9870.4l-1833 -9869.9l-1834.5 -9869.3l-1836 -9868.8l-1837.5 -9868.3l-1839 -9867.7l-1840.5 -9867.2l-1841.9 -9866.7l-1843.4 -9866.2l-1844.9 -9865.6l-1846.3 -9865.1l-1847.8 -9864.5l-1849.2 -9864l-1850.7 -9863.5l-1852.1 -9863l-1853.6 -9862.5l-1855 -9861.9l-1856.4 -9861.4l-1857.8 -9860.9l-1859.3 -9860.4l-1860.7 -9859.9l-1862.1 -9859.4l-1863.5 -9858.9l-1864.9 -9858.3l-1866.3 -9857.8l-1867.7 -9857.3l-1869.1 -9856.8l-1870.4 -9856.3l-1871.8 -9855.8l-1873.2 -9855.3l-1874.6 -9854.8l-1875.9 -9854.3l-1877.3 -9853.8l-1878.7 -9853.3l-1880 -9852.8l-1881.4 -9852.3l-1882.7 -9851.8l-1884 -9851.3l-1885.4 -9850.8l-1886.7 -9850.4l-1888 -9849.9l-1889.3 -9849.4l-1890.7 -9848.9l-1892 -9848.4l-1893.3 -9847.9l-1894.6 -9847.5l-1895.9 -9847l-1897.2 -9846.5l-1898.5 -9846l-1899.7 -9845.5l-1901 -9845.1l-1902.3 -9844.6l-1903.6 -9844.1l-1904.8 -9843.7l-1906.1 -9843.2l-1907.4 -9842.7l-1908.6 -9842.3l-1909.8 -9841.8l-1911.1 -9841.3l-1912.3 -9840.9l-1913.6 -9840.4l-1914.8 -9839.9l-1916 -9839.5l-1917.2 -9839l-1918.5 -9838.6l-1919.7 -9838.1l-1920.9 -9837.7l-1922.1 -9837.2l-1923.3 -9836.8l-1924.5 -9836.4l-1925.7 -9835.9l-1926.9 -9835.5l-1928 -9835l-1929.2 -9834.6l-1930.4 -9834.1l-1931.5 -9833.7l-1932.7 -9833.3l-1933.9 -9832.8l-1935 -9832.4l-1936.2 -9832l-1937.3 -9831.5l-1938.5 -9831.1l-1939.6 -9830.7l-1940.7 -9830.3l-1941.8 -9829.8l-1943 -9829.4l-1944.1 -9829l-1945.2 -9828.6l-1946.3 -9828.2l-1947.4 -9827.7l-1948.5 -9827.4l-1949.6 -9827l-1950.7 -9826.5l-1951.8 -9826.1l-1952.9 -9825.7l-1953.9 -9825.3l-1955 -9824.9l-1956.1 -9824.5l-1957.1 -9824.1l-1958.2 -9823.7l-1959.2 -9823.3l-1960.3 -9822.9l-1961.3 -9822.5l-1962.4 -9822.1l-1963.4 -9821.8l-1964.4 -9821.4l-1965.5 -9821l-1966.5 -9820.6l-1967.5 -9820.2l-1968.5 -9819.8l-1969.5 -9819.5l-1970.5 -9819l-1971.5 -9818.7l-1972.5 -9818.3l-1973.5 -9818l-1974.5 -9817.6l-1975.5 -9817.2l-1976.4 -9816.9l-1977.4 -9816.5l-1978.4 -9816.1l-1979.3 -9815.8l-1980.3 -9815.4l-1981.3 -9815l-1982.2 -9814.7l-94.8 -469.3M832579.9 -8015733.7l-1888.2 -9344.1l-1984.1 -9813.9l-1985 -9813.6l-1985.9 -9813.3l-1986.9 -9812.9l-1987.8 -9812.6l-1988.7 -9812.2l-1989.6 -9811.9l-1990.5 -9811.5l-1991.4 -9811.2l-1992.3 -9810.8l-1993.2 -9810.5l-1994.1 -9810.2l-1995 -9809.9l-1995.9 -9809.5l-1996.7 -9809.2l-1997.6 -9808.9l-1998.5 -9808.6l-1999.3 -9808.2l-2000.2 -9807.9l-2001 -9807.6l-2001.9 -9807.3l-2002.7 -9807l-2003.6 -9806.6l-2004.4 -9806.3l-2005.2 -9806l-2006.1 -9805.7l-2006.9 -9805.4l-2007.7 -9805.1l-2008.5 -9804.8l-2009.3 -9804.5l-2010.1 -9804.2l-2010.9 -9803.9l-2011.7 -9803.6l-2012.5 -9803.3l-2013.3 -9803l-2014.1 -9802.7l-2014.8 -9802.4l-2015.6 -9802.1l-2016.4 -9801.8l-2017.1 -9801.6l-2017.9 -9801.3l-2018.6 -9801l-2019.4 -9800.7l-2020.1 -9800.4l-2020.9 -9800.2l-2021.6 -9799.9l-2022.3 -9799.6l-2023 -9799.4l-2023.8 -9799.1l-2024.5 -9798.8l-2025.2 -9798.5l-2025.9 -9798.3l-2026.6 -9798l-2027.3 -9797.8l-2028 -9797.5l-2028.6 -9797.2l-2029.3 -9797l-2030 -9796.8l-2030.7 -9796.5l-2031.4 -9796.3l-2032 -9796l-2032.7 -9795.8l-2033.3 -9795.6l-2034 -9795.3l-2034.6 -9795l-2035.3 -9794.8l-2035.9 -9794.6l-2036.5 -9794.4l-2037.2 -9794.2l-2037.8 -9793.9l-2038.4 -9793.7l-2039 -9793.5l-2039.6 -9793.3l-2040.2 -9793l-2040.8 -9792.8l-2041.4 -9792.6l-2042 -9792.4l-2042.6 -9792.2l-2043.2 -9791.9l-2043.7 -9791.8l-2044.3 -9791.6l-2044.9 -9791.4l-2045.4 -9791.1l-2046 -9791l-2046.6 -9790.8l-2047.1 -9790.6l-2047.6 -9790.4l-2048.2 -9790.1l-2048.7 -9790l-2049.3 -9789.8l-2049.8 -9789.6l-2050.3 -9789.4l-2050.8 -9789.2l-2051.3 -9789.1l-2051.8 -9788.9l-2052.3 -9788.7l-2052.8 -9788.5l-2053.3 -9788.4l-2053.8 -9788.2l-2054.3 -9788l-2054.8 -9787.9l-2055.2 -9787.7l-2055.7 -9787.5l-2056.2 -9787.4l-2056.6 -9787.2l-2057.1 -9787l-2057.5 -9786.9l-2058 -9786.7l-2058.4 -9786.6l-2058.9 -9786.4l-2059.3 -9786.3l-2059.7 -9786.2l-2060.2 -9786l-2060.6 -9785.9l-2061 -9785.7l-2061.4 -9785.6l-2061.8 -9785.5l-2062.2 -9785.3l-2062.6 -9785.2l-2063 -9785l-2063.4 -9784.9l-2063.8 -9784.8l-2064.1 -9784.7l-1029.7 -4880.6"
id="path1353"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1773747.2 -1l-1.7 -10200l-5.1 -10201l-8.5 -10201l-12 -10201l-15.4 -10201l-18.8 -10201l-22.2 -10200.9l-25.6 -10200.9l-29 -10200.9l-32.5 -10200.9l-35.9 -10200.8l-39.3 -10200.8l-42.7 -10200.8l-46.1 -10200.8l-49.5 -10200.8l-53 -10200.7l-56.4 -10200.7l-59.8 -10200.7l-63.2 -10200.6l-66.6 -10200.5l-70 -10200.5l-73.4 -10200.5l-76.9 -10200.4l-80.3 -10200.4l-83.7 -10200.3l-87.1 -10200.3l-90.5 -10200.2l-93.9 -10200.1l-97.3 -10200.1l-100.8 -10200l-104.2 -10200l-107.6 -10199.9l-111 -10199.8l-114.4 -10199.7l-117.8 -10199.7l-121.2 -10199.6l-124.6 -10199.5l-128 -10199.4l-131.4 -10199.3l-134.9 -10199.2l-138.3 -10199.2l-141.7 -10199.1l-145.1 -10198.9l-148.5 -10198.9l-151.9 -10198.8l-155.3 -10198.7l-158.7 -10198.6l-162.1 -10198.4l-165.5 -10198.4l-168.9 -10198.3l-172.3 -10198.1l-175.7 -10198l-179.1 -10197.9l-182.5 -10197.8l-185.9 -10197.7l-189.3 -10197.6l-192.7 -10197.4l-196.1 -10197.3l-199.5 -10197.2l-202.9 -10197l-206.3 -10196.9l-209.7 -10196.7l-213.1 -10196.6l-216.5 -10196.5l-219.9 -10196.3l-223.3 -10196.2l-226.7 -10196.1l-230.1 -10195.9l-233.5 -10195.8l-236.9 -10195.6l-240.3 -10195.4l-243.6 -10195.3l-247 -10195.1l-250.4 -10195l-253.8 -10194.8l-257.2 -10194.6l-260.6 -10194.5l-264 -10194.3l-267.4 -10194.1l-270.7 -10193.9l-274.1 -10193.8l-277.5 -10193.6l-280.9 -10193.4l-284.3 -10193.2l-287.6 -10193l-291 -10192.9l-294.4 -10192.7l-297.8 -10192.5l-301.1 -10192.2l-304.5 -10192.1l-307.9 -10191.9l-311.3 -10191.7l-314.6 -10191.5l-318 -10191.2l-321.4 -10191.1l-324.7 -10190.9l-328.1 -10190.6l-331.5 -10190.4l-334.8 -10190.2l-338.2 -10190l-341.6 -10189.8l-344.9 -10189.6l-348.3 -10189.3l-351.6 -10189.1l-355 -10188.9l-358.4 -10188.6l-361.7 -10188.4l-365.1 -10188.2l-368.4 -10187.9l-371.8 -10187.7l-375.1 -10187.5l-378.5 -10187.2l-381.8 -10187l-385.2 -10186.7l-388.5 -10186.5l-391.9 -10186.2l-395.2 -10186l-398.6 -10185.7l-401.9 -10185.5l-405.2 -10185.2l-408.6 -10184.9l-411.9 -10184.7l-415.3 -10184.4l-418.6 -10184.1l-421.9 -10183.8l-425.3 -10183.6l-428.6 -10183.3l-431.9 -10183l-435.2 -10182.8l-438.6 -10182.5l-441.9 -10182.2l-445.2 -10181.9l-448.5 -10181.6l-451.9 -10181.3l-455.2 -10181l-458.5 -10180.8l-461.8 -10180.5l-465.1 -10180.2l-468.5 -10179.8l-471.8 -10179.6l-475.1 -10179.3l-478.4 -10179l-481.7 -10178.7l-485 -10178.3l-488.3 -10178l-491.6 -10177.7l-494.9 -10177.4l-498.2 -10177.1l-501.5 -10176.8l-504.8 -10176.5l-508.1 -10176.1l-511.4 -10175.8l-514.7 -10175.5l-518 -10175.2l-521.3 -10174.8l-524.6 -10174.5l-527.9 -10174.1l-531.1 -10173.8l-534.4 -10173.5l-537.7 -10173.2l-541 -10172.8l-544.3 -10172.4l-547.5 -10172.1l-550.8 -10171.8l-554.1 -10171.4l-557.4 -10171.1l-560.6 -10170.7l-563.9 -10170.4l-567.2 -10170l-570.4 -10169.7l-573.7 -10169.3l-576.9 -10168.9l-580.2 -10168.6l-583.5 -10168.2l-586.7 -10167.8l-590 -10167.4l-593.2 -10167.1l-596.5 -10166.7l-599.7 -10166.3l-603 -10165.9l-606.2 -10165.6l-609.4 -10165.2l-612.7 -10164.8l-615.9 -10164.4l-619.2 -10164l-622.4 -10163.7l-625.6 -10163.3l-628.9 -10162.9l-632.1 -10162.5l-635.3 -10162.1l-638.5 -10161.7l-641.8 -10161.3l-645 -10160.9l-648.2 -10160.5l-651.4 -10160.1l-654.6 -10159.7l-657.8 -10159.3l-661.1 -10158.9l-664.3 -10158.4l-667.5 -10158l-670.7 -10157.6l-673.9 -10157.2l-677.1 -10156.8l-680.3 -10156.4l-683.5 -10156l-686.7 -10155.5l-689.9 -10155.1l-693.1 -10154.6l-696.2 -10154.3l-699.4 -10153.8l-702.6 -10153.4l-705.8 -10152.9l-709 -10152.5l-712.1 -10152.1l-715.3 -10151.6l-718.5 -10151.2l-721.7 -10150.7l-724.8 -10150.3l-728 -10149.9l-731.2 -10149.4l-734.3 -10148.9l-737.5 -10148.5l-740.6 -10148.1l-743.8 -10147.6l-746.9 -10147.2l-750.1 -10146.7l-753.2 -10146.3l-756.4 -10145.8l-759.5 -10145.3l-762.7 -10144.8l-765.8 -10144.4l-768.9 -10143.9l-772.1 -10143.5l-775.2 -10143l-778.3 -10142.5l-781.5 -10142.1l-784.6 -10141.6l-787.7 -10141.1l-790.8 -10140.6l-794 -10140.1l-797.1 -10139.7l-800.2 -10139.2l-803.3 -10138.7l-806.4 -10138.2l-809.5 -10137.7l-812.6 -10137.2l-815.7 -10136.8l-818.8 -10136.3l-821.9 -10135.7l-825 -10135.3l-828.1 -10134.8l-831.2 -10134.3l-834.2 -10133.8l-837.3 -10133.3l-840.4 -10132.8l-843.5 -10132.3l-846.6 -10131.8l-849.6 -10131.2l-852.7 -10130.8l-855.8 -10130.3l-858.8 -10129.7l-861.9 -10129.2l-865 -10128.7l-868 -10128.2l-871.1 -10127.7l-874.1 -10127.2l-877.2 -10126.6l-880.2 -10126.1l-883.3 -10125.6l-886.3 -10125.1l-889.3 -10124.6l-892.4 -10124l-895.4 -10123.5l-898.4 -10123l-901.5 -10122.5l-904.5 -10121.9l-907.5 -10121.4l-910.5 -10120.9l-913.6 -10120.3l-916.6 -10119.8l-919.6 -10119.2l-922.6 -10118.7l-925.6 -10118.2l-928.6 -10117.6l-931.6 -10117.1l-934.6 -10116.5l-937.6 -10116l-940.6 -10115.5l-943.6 -10114.9l-946.5 -10114.3l-949.5 -10113.8l-952.5 -10113.3l-955.5 -10112.7l-958.5 -10112.1l-961.4 -10111.6l-964.4 -10111l-967.4 -10110.5l-970.3 -10109.9l-973.3 -10109.3l-976.3 -10108.8l-979.2 -10108.2l-982.2 -10107.7l-985.1 -10107.1l-988.1 -10106.5l-991 -10106l-993.9 -10105.4l-996.9 -10104.8l-999.8 -10104.2l-1002.7 -10103.7l-1005.7 -10103.1l-1008.6 -10102.5l-1011.5 -10102l-1014.4 -10101.4l-1017.4 -10100.8l-1020.3 -10100.2l-1023.2 -10099.7l-1026.1 -10099l-1029 -10098.5l-1031.9 -10097.9l-1034.8 -10097.3l-1037.7 -10096.7l-1040.6 -10096.1l-1043.5 -10095.6l-1046.3 -10095l-1049.2 -10094.4l-1052.1 -10093.8l-1055 -10093.2l-1057.9 -10092.6l-1060.7 -10092l-1063.6 -10091.4l-1066.5 -10090.8l-1069.3 -10090.2l-1072.2 -10089.6l-1075 -10089l-1077.9 -10088.4l-1080.7 -10087.8l-1083.6 -10087.2l-1086.4 -10086.6l-1089.3 -10086l-1092.1 -10085.4l-1094.9 -10084.8l-1097.8 -10084.2l-1100.6 -10083.6l-1103.4 -10083l-1106.2 -10082.4l-1109 -10081.8l-1111.9 -10081.2l-1114.7 -10080.6l-1117.5 -10079.9l-1120.3 -10079.3l-1123.1 -10078.7l-1125.9 -10078.1l-1128.7 -10077.5l-1131.5 -10076.8l-1134.2 -10076.3l-1137 -10075.6l-1139.8 -10075l-1142.6 -10074.4l-1145.4 -10073.8l-1148.1 -10073.2l-1150.9 -10072.5l-1153.7 -10071.9l-1156.4 -10071.3l-1159.2 -10070.7l-1161.9 -10070l-1164.7 -10069.4l-1167.4 -10068.8l-1170.2 -10068.2l-1172.9 -10067.5l-1175.7 -10066.9l-1178.4 -10066.3l-1181.1 -10065.6l-1183.8 -10065l-1186.6 -10064.4l-1189.3 -10063.7l-1192 -10063.1l-1194.7 -10062.4l-1197.4 -10061.8l-1200.1 -10061.2l-1202.8 -10060.6l-1205.5 -10059.9l-1208.2 -10059.3l-1210.9 -10058.7l-1213.6 -10058l-1216.3 -10057.4l-1219 -10056.7l-1221.7 -10056.1l-1224.3 -10055.5l-1227 -10054.8l-1229.7 -10054.1l-1232.4 -10053.5l-1235 -10052.9l-1237.7 -10052.2l-1240.3 -10051.6l-1243 -10050.9l-1245.6 -10050.3l-1248.3 -10049.7l-1250.9 -10049l-1253.5 -10048.3l-1256.2 -10047.7l-1258.8 -10047.1l-1261.4 -10046.4l-1264.1 -10045.8l-1266.7 -10045.1l-1269.3 -10044.5l-1271.9 -10043.8l-1274.5 -10043.2l-1277.1 -10042.5l-1279.7 -10041.8l-1282.3 -10041.2l-1284.9 -10040.5l-1287.5 -10039.9l-1290.1 -10039.2l-1292.7 -10038.6l-1295.3 -10037.9l-1297.8 -10037.3l-1300.4 -10036.6l-1303 -10035.9l-1305.5 -10035.3l-1308.1 -10034.6l-1310.7 -10034l-1313.2 -10033.3l-1315.8 -10032.7l-1318.3 -10032l-1320.8 -10031.3l-1323.4 -10030.7l-1325.9 -10030l-1328.5 -10029.4l-1331 -10028.7l-1333.5 -10028l-1336 -10027.3l-1338.5 -10026.7l-1341.1 -10026.1l-1343.6 -10025.4l-1346.1 -10024.7l-1348.6 -10024l-1351.1 -10023.4l-1353.6 -10022.7l-1356.1 -10022.1l-1358.5 -10021.4l-1361 -10020.7l-1363.5 -10020.1l-1366 -10019.4l-1368.5 -10018.7l-1370.9 -10018l-1373.4 -10017.4l-1375.9 -10016.7l-1378.3 -10016.1l-1380.8 -10015.4l-1383.2 -10014.7l-1385.7 -10014.1l-1388.1 -10013.4l-1390.5 -10012.7l-1393 -10012l-1395.4 -10011.4l-1397.8 -10010.7l-1400.3 -10010.1l-1402.7 -10009.4l-1405.1 -10008.7l-1407.5 -10008.1l-1409.9 -10007.4l-1412.3 -10006.7l-1414.7 -10006l-1417.1 -10005.4l-1419.5 -10004.7l-1421.9 -10004.1l-1424.3 -10003.4l-1426.6 -10002.7l-1429 -10002.1l-1431.4 -10001.4l-1433.8 -10000.7l-1436.1 -10000l-1438.5 -9999.4l-1440.8 -9998.7l-1443.2 -9998l-1445.5 -9997.4l-1447.9 -9996.7l-1450.2 -9996l-1452.6 -9995.4l-1454.9 -9994.7l-1457.2 -9994l-1459.6 -9993.3l-1461.9 -9992.7l-1464.2 -9992l-1466.5 -9991.3l-1468.8 -9990.6l-1471.1 -9990l-1473.4 -9989.3l-1475.7 -9988.7l-1478 -9988l-1480.3 -9987.3l-1482.6 -9986.7l-1484.9 -9986l-1487.2 -9985.3l-1489.4 -9984.6l-1491.7 -9984l-1494 -9983.3l-1496.2 -9982.6l-1498.5 -9982l-1500.7 -9981.3l-1503 -9980.6l-1505.2 -9980l-1507.5 -9979.3l-1509.7 -9978.6l-1511.9 -9978l-1514.2 -9977.3l-1516.4 -9976.6l-1518.6 -9976l-1520.8 -9975.3l-1523.1 -9974.6l-1525.3 -9974l-1527.5 -9973.3l-1529.7 -9972.6l-1531.9 -9971.9l-1534.1 -9971.3l-1536.3 -9970.6l-1538.4 -9970l-1540.6 -9969.3l-1542.8 -9968.7l-1545 -9968l-1547.1 -9967.3l-1549.3 -9966.7l-1551.5 -9966l-1553.6 -9965.3l-1555.8 -9964.7l-1557.9 -9964l-1560.1 -9963.3l-1562.2 -9962.7l-1564.3 -9962l-1566.5 -9961.4l-1568.6 -9960.7l-1570.7 -9960l-1572.8 -9959.4l-1575 -9958.7l-1577.1 -9958.1l-1579.2 -9957.4l-1581.3 -9956.8l-1583.4 -9956.1l-1585.5 -9955.4l-1587.6 -9954.8l-1589.6 -9954.1l-1591.7 -9953.5l-1593.8 -9952.8l-1595.9 -9952.2l-1597.9 -9951.5l-1600 -9950.9l-1602.1 -9950.2l-1604.1 -9949.5l-1606.2 -9948.9l-1608.2 -9948.2l-1610.3 -9947.6l-1612.3 -9946.9l-1614.4 -9946.3l-1616.4 -9945.6l-1618.4 -9945l-1620.4 -9944.3l-1622.5 -9943.7l-1624.5 -9943l-1626.5 -9942.4l-1628.5 -9941.7l-1630.5 -9941.1l-1632.5 -9940.5l-1634.5 -9939.8l-1636.5 -9939.1l-1638.5 -9938.5l-1640.4 -9937.9l-1642.4 -9937.2l-1644.4 -9936.6l-1646.4 -9935.9l-1648.3 -9935.3l-1650.3 -9934.7l-1652.2 -9934l-1654.2 -9933.4l-1656.1 -9932.7l-1658.1 -9932.1l-1660 -9931.5l-1662 -9930.8l-1663.9 -9930.2l-1665.8 -9929.6l-1667.7 -9928.9l-1669.7 -9928.3l-1671.6 -9927.6l-1673.5 -9927l-1675.4 -9926.4l-1677.3 -9925.8l-1679.2 -9925.1l-1681.1 -9924.5l-1683 -9923.9l-1684.8 -9923.2l-1686.7 -9922.6l-1688.6 -9922l-1690.5 -9921.4l-1692.3 -9920.7l-1694.2 -9920.1l-1696.1 -9919.5l-1697.9 -9918.8l-1699.8 -9918.2l-1701.6 -9917.6l-1703.4 -9917l-1705.3 -9916.3l-1707.1 -9915.7l-1708.9 -9915.1l-1710.8 -9914.5l-1712.6 -9913.9l-1714.4 -9913.2l-1716.2 -9912.7l-1718 -9912l-1719.8 -9911.4l-1721.6 -9910.8l-1723.4 -9910.2l-1725.2 -9909.6l-1727 -9909l-1728.8 -9908.4l-1730.5 -9907.7l-1732.3 -9907.2l-1734.1 -9906.5l-1735.8 -9905.9l-1737.6 -9905.3l-1739.3 -9904.7l-1741.1 -9904.1l-1742.8 -9903.5l-1744.6 -9902.9l-1746.3 -9902.3l-1748.1 -9901.7l-1749.8 -9901.1l-1751.5 -9900.5l-1753.2 -9899.9l-1754.9 -9899.3l-1756.7 -9898.7l-1758.4 -9898.1l-1760.1 -9897.5l-1761.8 -9896.9l-1763.4 -9896.4l-1765.1 -9895.8l-1766.8 -9895.2l-1768.5 -9894.6l-1770.2 -9894l-1771.8 -9893.4l-1773.5 -9892.8l-1775.2 -9892.3l-1776.8 -9891.6l-1778.5 -9891.1l-1780.1 -9890.5l-1781.8 -9889.9l-1783.4 -9889.3l-1785 -9888.7l-1786.7 -9888.2l-1788.3 -9887.6l-1789.9 -9887l-1791.5 -9886.4l-1793.2 -9885.9l-1794.8 -9885.3l-1796.4 -9884.7l-1798 -9884.2l-1799.6 -9883.6l-1801.2 -9883l-1802.8 -9882.5l-1804.3 -9881.9l-1805.9 -9881.3l-1807.5 -9880.7l-1809.1 -9880.2l-1810.6 -9879.7l-1812.2 -9879.1l-1813.7 -9878.5l-1815.3 -9878l-1816.8 -9877.4l-1818.4 -9876.9l-1819.9 -9876.3l-1821.4 -9875.7l-1823 -9875.2l-1824.5 -9874.7l-1826 -9874.1l-1827.5 -9873.5l-1829.1 -9873l-1830.6 -9872.5l-1832.1 -9871.9l-1833.6 -9871.4l-1835.1 -9870.8l-1836.5 -9870.3l-1838 -9869.8l-1839.5 -9869.2l-1841 -9868.7l-1842.5 -9868.2l-1843.9 -9867.6l-1845.4 -9867.1l-1846.9 -9866.5l-1848.3 -9866l-1849.8 -9865.5l-1851.2 -9865l-1852.6 -9864.4l-1854.1 -9863.9l-1855.5 -9863.4l-1856.9 -9862.9l-1858.4 -9862.3l-1859.8 -9861.8l-1861.2 -9861.3l-1862.6 -9860.8l-1864 -9860.3l-1865.4 -9859.7l-1866.8 -9859.2l-1868.2 -9858.7l-1869.6 -9858.2l-1871 -9857.7l-1872.3 -9857.2l-1873.7 -9856.7l-1875.1 -9856.2l-1876.4 -9855.7l-1877.8 -9855.2l-1879.2 -9854.7l-1880.5 -9854.1l-1881.8 -9853.7l-1883.2 -9853.2l-1884.5 -9852.7l-1885.9 -9852.1l-1887.2 -9851.7l-1888.5 -9851.2l-1889.8 -9850.7l-1891.1 -9850.2l-1892.4 -9849.7l-1893.8 -9849.2l-1895.1 -9848.8l-1896.4 -9848.3l-1897.6 -9847.8l-1898.9 -9847.3l-1900.2 -9846.8l-1901.5 -9846.3l-1902.8 -9845.9l-1904 -9845.4l-1905.3 -9844.9l-1906.6 -9844.4l-1907.8 -9844l-1909.1 -9843.5l-1910.3 -9843l-1911.6 -9842.6l-1912.8 -9842.1l-1914 -9841.6l-1915.3 -9841.2l-1916.5 -9840.7l-1917.7 -9840.3l-1918.9 -9839.8l-1920.1 -9839.4l-1921.3 -9838.9l-1922.5 -9838.4l-1923.7 -9838l-1924.9 -9837.5l-1926.1 -9837.1l-1927.3 -9836.6l-1928.5 -9836.2l-1929.7 -9835.8l-1930.8 -9835.3l-1932 -9834.8l-1933.1 -9834.4l-1934.3 -9834l-1935.5 -9833.6l-1936.6 -9833.1l-1937.7 -9832.7l-1938.9 -9832.3l-1940 -9831.8l-1941.1 -9831.4l-1942.3 -9831l-1943.4 -9830.6l-1944.5 -9830.1l-1945.6 -9829.7l-1946.7 -9829.3l-1947.8 -9828.8l-1948.9 -9828.5l-1950 -9828l-1951.1 -9827.6l-1952.2 -9827.2l-1953.3 -9826.8l-1954.3 -9826.4l-1955.4 -9826l-1956.5 -9825.6l-1957.5 -9825.1l-1958.6 -9824.8l-1959.6 -9824.4l-1960.7 -9824l-1961.7 -9823.5l-1962.8 -9823.2l-1963.8 -9822.8l-1964.8 -9822.4l-1965.8 -9822l-1966.9 -9821.6l-1967.9 -9821.2l-1968.9 -9820.8l-1969.9 -9820.5l-1970.9 -9820l-1971.9 -9819.7l-1972.9 -9819.3l-1973.9 -9818.9l-1974.9 -9818.6l-1975.8 -9818.2l-1976.8 -9817.8l-1977.8 -9817.5l-1978.7 -9817.1l-1979.7 -9816.7l-1980.7 -9816.3l-1981.6 -9816l-1982.6 -9815.6l-23.1 -114.4M842466.5 -8017362.1l-1960.1 -9699.4l-1984.4 -9814.9l-1985.4 -9814.6l-1986.3 -9814.2l-1987.2 -9813.8l-1988.1 -9813.5l-1989 -9813.1l-1990 -9812.8l-1990.9 -9812.4l-1991.8 -9812.1l-1992.7 -9811.7l-1993.6 -9811.4l-1994.4 -9811.1l-1995.3 -9810.7l-1996.2 -9810.4l-1997.1 -9810l-1997.9 -9809.7l-1998.8 -9809.4l-1999.7 -9809.1l-2000.5 -9808.7l-2001.4 -9808.4l-2002.2 -9808.1l-2003.1 -9807.8l-2003.9 -9807.5l-2004.7 -9807.1l-2005.6 -9806.8l-2006.4 -9806.5l-2007.2 -9806.2l-2008 -9805.9l-2008.8 -9805.6l-2009.6 -9805.3l-2010.4 -9805l-2011.2 -9804.7l-2012 -9804.3l-2012.8 -9804.1l-2013.6 -9803.8l-2014.3 -9803.5l-2015.1 -9803.2l-2015.9 -9802.9l-2016.6 -9802.6l-2017.4 -9802.3l-2018.2 -9802l-2018.9 -9801.7l-2019.7 -9801.5l-2020.4 -9801.2l-2021.1 -9800.9l-2021.9 -9800.6l-2022.6 -9800.3l-2023.3 -9800.1l-2024 -9799.8l-2024.7 -9799.5l-2025.4 -9799.2l-2026.1 -9799l-2026.8 -9798.7l-2027.5 -9798.5l-2028.2 -9798.2l-2028.9 -9797.9l-2029.6 -9797.7l-2030.3 -9797.5l-2030.9 -9797.2l-2031.6 -9796.9l-2032.3 -9796.7l-2032.9 -9796.5l-2033.6 -9796.2l-2034.2 -9796l-2034.9 -9795.7l-2035.5 -9795.5l-2036.1 -9795.2l-2036.8 -9795l-2037.4 -9794.8l-2038 -9794.5l-2038.6 -9794.3l-2039.2 -9794.1l-2039.8 -9793.9l-2040.4 -9793.6l-2041 -9793.4l-2041.6 -9793.2l-2042.2 -9793l-2042.8 -9792.8l-2043.4 -9792.5l-2044 -9792.3l-2044.5 -9792.1l-2045.1 -9791.9l-2045.6 -9791.7l-2046.2 -9791.5l-2046.8 -9791.3l-2047.3 -9791.1l-2047.8 -9790.9l-2048.4 -9790.7l-2048.9 -9790.5l-2049.4 -9790.3l-2050 -9790.1l-2050.5 -9789.9l-2051 -9789.8l-2051.5 -9789.6l-2052 -9789.4l-2052.5 -9789.2l-2053 -9789l-2053.5 -9788.8l-2054 -9788.7l-2054.5 -9788.5l-2054.9 -9788.3l-2055.4 -9788.1l-2055.9 -9788l-2056.3 -9787.8l-2056.8 -9787.7l-2057.2 -9787.5l-2057.7 -9787.3l-2058.1 -9787.2l-2058.6 -9787l-2059 -9786.9l-2059.4 -9786.7l-2059.9 -9786.6l-2060.3 -9786.4l-2060.7 -9786.3l-2061.1 -9786.1l-2061.5 -9786l-2061.9 -9785.9l-2062.3 -9785.7l-2062.7 -9785.6l-2063.1 -9785.4l-2063.5 -9785.3l-2063.9 -9785.2l-2064.3 -9785.1l-2064.6 -9784.9l-2065 -9784.8l-2065.4 -9784.7l-2065.7 -9784.6l-2066.1 -9784.5l-2066.4 -9784.3l-2066.8 -9784.2l-2067.1 -9784.1l-2067.4 -9784l-2067.8 -9783.9l-152.4 -721"
id="path1354"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1783949.9 -1l-1.7 -10203.4l-5.1 -10204.4l-8.5 -10204.4l-12 -10204.4l-15.4 -10204.4l-18.8 -10204.4l-22.2 -10204.3l-25.6 -10204.4l-29.1 -10204.3l-32.5 -10204.3l-35.9 -10204.3l-39.3 -10204.3l-42.7 -10204.2l-46.2 -10204.2l-49.6 -10204.2l-53 -10204.1l-56.4 -10204.1l-59.8 -10204.1l-63.2 -10204l-66.7 -10204l-70.1 -10203.9l-73.5 -10203.9l-76.9 -10203.8l-80.3 -10203.8l-83.7 -10203.7l-87.2 -10203.7l-90.6 -10203.6l-94 -10203.6l-97.4 -10203.5l-100.8 -10203.4l-104.2 -10203.4l-107.6 -10203.3l-111.1 -10203.2l-114.5 -10203.1l-117.9 -10203.1l-121.3 -10203l-124.7 -10202.9l-128.1 -10202.8l-131.5 -10202.7l-134.9 -10202.7l-138.4 -10202.6l-141.8 -10202.5l-145.2 -10202.3l-148.6 -10202.3l-152 -10202.2l-155.4 -10202.1l-158.8 -10202l-162.2 -10201.8l-165.6 -10201.8l-169 -10201.7l-172.4 -10201.5l-175.8 -10201.4l-179.2 -10201.3l-182.6 -10201.2l-186.1 -10201.1l-189.5 -10201l-192.9 -10200.8l-196.3 -10200.7l-199.7 -10200.6l-203.1 -10200.4l-206.5 -10200.3l-209.9 -10200.1l-213.3 -10200l-216.7 -10199.9l-220.1 -10199.7l-223.4 -10199.6l-226.8 -10199.4l-230.2 -10199.3l-233.6 -10199.1l-237 -10199l-240.4 -10198.8l-243.8 -10198.7l-247.2 -10198.5l-250.6 -10198.4l-254 -10198.2l-257.4 -10198l-260.8 -10197.9l-264.1 -10197.7l-267.5 -10197.5l-270.9 -10197.3l-274.3 -10197.2l-277.7 -10197l-281.1 -10196.8l-284.4 -10196.6l-287.8 -10196.4l-291.2 -10196.2l-294.6 -10196l-298 -10195.8l-301.3 -10195.6l-304.7 -10195.5l-308.1 -10195.3l-311.5 -10195.1l-314.8 -10194.8l-318.2 -10194.6l-321.6 -10194.4l-325 -10194.2l-328.3 -10194l-331.7 -10193.8l-335.1 -10193.6l-338.4 -10193.4l-341.8 -10193.1l-345.2 -10192.9l-348.5 -10192.7l-351.9 -10192.5l-355.2 -10192.2l-358.6 -10192l-362 -10191.7l-365.3 -10191.5l-368.7 -10191.3l-372 -10191.1l-375.4 -10190.8l-378.7 -10190.5l-382.1 -10190.3l-385.4 -10190.1l-388.8 -10189.8l-392.1 -10189.5l-395.5 -10189.3l-398.8 -10189.1l-402.2 -10188.8l-405.5 -10188.5l-408.8 -10188.2l-412.2 -10188l-415.5 -10187.7l-418.9 -10187.5l-422.2 -10187.2l-425.5 -10186.9l-428.9 -10186.7l-432.2 -10186.4l-435.5 -10186.1l-438.9 -10185.8l-442.2 -10185.5l-445.5 -10185.2l-448.8 -10185l-452.2 -10184.7l-455.5 -10184.3l-458.8 -10184.1l-462.1 -10183.8l-465.4 -10183.5l-468.8 -10183.2l-472.1 -10182.9l-475.4 -10182.6l-478.7 -10182.3l-482 -10182l-485.3 -10181.6l-488.6 -10181.3l-491.9 -10181l-495.2 -10180.7l-498.5 -10180.4l-501.8 -10180.1l-505.1 -10179.8l-508.4 -10179.4l-511.7 -10179.1l-515 -10178.8l-518.3 -10178.5l-521.6 -10178.1l-524.9 -10177.8l-528.2 -10177.4l-531.5 -10177.1l-534.8 -10176.8l-538 -10176.4l-541.3 -10176.1l-544.6 -10175.7l-547.9 -10175.4l-551.2 -10175.1l-554.4 -10174.7l-557.7 -10174.3l-561 -10174l-564.2 -10173.6l-567.5 -10173.3l-570.8 -10172.9l-574 -10172.5l-577.3 -10172.2l-580.6 -10171.8l-583.8 -10171.5l-587.1 -10171.1l-590.3 -10170.7l-593.6 -10170.3l-596.8 -10170l-600.1 -10169.6l-603.3 -10169.2l-606.6 -10168.8l-609.8 -10168.5l-613.1 -10168.1l-616.3 -10167.7l-619.6 -10167.3l-622.8 -10166.9l-626 -10166.5l-629.3 -10166.1l-632.5 -10165.7l-635.7 -10165.3l-638.9 -10164.9l-642.2 -10164.5l-645.4 -10164.1l-648.6 -10163.7l-651.8 -10163.3l-655 -10162.9l-658.3 -10162.5l-661.5 -10162.1l-664.7 -10161.6l-667.9 -10161.3l-671.1 -10160.8l-674.3 -10160.4l-677.5 -10160l-680.7 -10159.6l-683.9 -10159.2l-687.1 -10158.7l-690.3 -10158.3l-693.5 -10157.8l-696.7 -10157.4l-699.9 -10157l-703 -10156.6l-706.2 -10156.1l-709.4 -10155.7l-712.6 -10155.3l-715.8 -10154.8l-718.9 -10154.4l-722.1 -10153.9l-725.3 -10153.5l-728.4 -10153l-731.6 -10152.6l-734.8 -10152.1l-737.9 -10151.7l-741.1 -10151.2l-744.3 -10150.8l-747.4 -10150.3l-750.6 -10149.8l-753.7 -10149.4l-756.9 -10148.9l-760 -10148.5l-763.1 -10148l-766.3 -10147.5l-769.4 -10147.1l-772.6 -10146.6l-775.7 -10146.1l-778.8 -10145.6l-781.9 -10145.2l-785.1 -10144.7l-788.2 -10144.2l-791.3 -10143.7l-794.4 -10143.2l-797.6 -10142.8l-800.7 -10142.3l-803.8 -10141.8l-806.9 -10141.3l-810 -10140.8l-813.1 -10140.3l-816.2 -10139.9l-819.3 -10139.4l-822.4 -10138.8l-825.5 -10138.4l-828.6 -10137.9l-831.7 -10137.4l-834.8 -10136.8l-837.8 -10136.4l-840.9 -10135.9l-844 -10135.4l-847.1 -10134.9l-850.1 -10134.3l-853.2 -10133.8l-856.3 -10133.3l-859.4 -10132.8l-862.4 -10132.3l-865.5 -10131.8l-868.5 -10131.3l-871.6 -10130.7l-874.6 -10130.2l-877.7 -10129.7l-880.7 -10129.2l-883.8 -10128.7l-886.8 -10128.1l-889.9 -10127.6l-892.9 -10127l-895.9 -10126.5l-899 -10126l-902 -10125.5l-905 -10124.9l-908 -10124.4l-911.1 -10123.9l-914.1 -10123.3l-917.1 -10122.8l-920.1 -10122.2l-923.1 -10121.7l-926.1 -10121.2l-929.1 -10120.6l-932.1 -10120.1l-935.1 -10119.5l-938.1 -10119l-941.1 -10118.4l-944.1 -10117.9l-947.1 -10117.3l-950.1 -10116.8l-953.1 -10116.2l-956 -10115.7l-959 -10115.1l-962 -10114.6l-965 -10114l-967.9 -10113.4l-970.9 -10112.9l-973.9 -10112.3l-976.8 -10111.8l-979.8 -10111.2l-982.7 -10110.6l-985.7 -10110.1l-988.6 -10109.5l-991.6 -10108.9l-994.5 -10108.3l-997.4 -10107.8l-1000.4 -10107.2l-1003.3 -10106.6l-1006.2 -10106l-1009.2 -10105.5l-1012.1 -10104.9l-1015 -10104.3l-1017.9 -10103.7l-1020.8 -10103.2l-1023.8 -10102.6l-1026.7 -10102l-1029.6 -10101.4l-1032.5 -10100.8l-1035.4 -10100.2l-1038.3 -10099.6l-1041.2 -10099l-1044 -10098.5l-1046.9 -10097.9l-1049.8 -10097.3l-1052.7 -10096.6l-1055.6 -10096.1l-1058.5 -10095.5l-1061.3 -10094.9l-1064.2 -10094.3l-1067.1 -10093.7l-1069.9 -10093.1l-1072.8 -10092.5l-1075.6 -10091.9l-1078.5 -10091.3l-1081.3 -10090.7l-1084.2 -10090.1l-1087 -10089.5l-1089.9 -10088.9l-1092.7 -10088.2l-1095.5 -10087.7l-1098.4 -10087.1l-1101.2 -10086.4l-1104 -10085.8l-1106.8 -10085.2l-1109.7 -10084.6l-1112.5 -10084l-1115.3 -10083.4l-1118.1 -10082.7l-1120.9 -10082.1l-1123.7 -10081.5l-1126.5 -10080.9l-1129.3 -10080.3l-1132.1 -10079.6l-1134.9 -10079l-1137.7 -10078.4l-1140.4 -10077.8l-1143.2 -10077.1l-1146 -10076.6l-1148.8 -10075.9l-1151.5 -10075.3l-1154.3 -10074.7l-1157 -10074l-1159.8 -10073.4l-1162.6 -10072.8l-1165.3 -10072.2l-1168.1 -10071.5l-1170.8 -10070.9l-1173.6 -10070.3l-1176.3 -10069.6l-1179 -10069l-1181.8 -10068.3l-1184.5 -10067.7l-1187.2 -10067.1l-1189.9 -10066.5l-1192.6 -10065.8l-1195.4 -10065.2l-1198.1 -10064.6l-1200.8 -10063.9l-1203.5 -10063.3l-1206.2 -10062.6l-1208.9 -10062l-1211.6 -10061.3l-1214.3 -10060.7l-1217 -10060.1l-1219.6 -10059.4l-1222.3 -10058.8l-1225 -10058.1l-1227.7 -10057.5l-1230.3 -10056.8l-1233 -10056.2l-1235.7 -10055.5l-1238.3 -10054.9l-1241 -10054.2l-1243.6 -10053.6l-1246.3 -10052.9l-1248.9 -10052.3l-1251.6 -10051.6l-1254.2 -10051l-1256.8 -10050.3l-1259.5 -10049.7l-1262.1 -10049l-1264.7 -10048.4l-1267.3 -10047.7l-1269.9 -10047.1l-1272.6 -10046.4l-1275.2 -10045.8l-1277.8 -10045.1l-1280.4 -10044.4l-1283 -10043.8l-1285.6 -10043.1l-1288.2 -10042.5l-1290.7 -10041.8l-1293.3 -10041.2l-1295.9 -10040.5l-1298.5 -10039.8l-1301.1 -10039.2l-1303.6 -10038.5l-1306.2 -10037.9l-1308.8 -10037.2l-1311.3 -10036.5l-1313.9 -10035.8l-1316.4 -10035.2l-1319 -10034.5l-1321.5 -10033.9l-1324.1 -10033.2l-1326.6 -10032.5l-1329.1 -10031.9l-1331.6 -10031.2l-1334.2 -10030.6l-1336.7 -10029.9l-1339.2 -10029.2l-1341.7 -10028.6l-1344.2 -10027.9l-1346.7 -10027.2l-1349.2 -10026.5l-1351.7 -10025.9l-1354.2 -10025.2l-1356.7 -10024.6l-1359.2 -10023.9l-1361.7 -10023.2l-1364.2 -10022.6l-1366.7 -10021.9l-1369.1 -10021.2l-1371.6 -10020.5l-1374.1 -10019.9l-1376.5 -10019.2l-1379 -10018.5l-1381.4 -10017.9l-1383.9 -10017.2l-1386.3 -10016.5l-1388.8 -10015.9l-1391.2 -10015.2l-1393.6 -10014.5l-1396.1 -10013.8l-1398.5 -10013.2l-1400.9 -10012.5l-1403.3 -10011.8l-1405.8 -10011.1l-1408.2 -10010.5l-1410.6 -10009.8l-1413 -10009.1l-1415.4 -10008.4l-1417.8 -10007.8l-1420.2 -10007.1l-1422.6 -10006.4l-1424.9 -10005.8l-1427.3 -10005.1l-1429.7 -10004.4l-1432.1 -10003.8l-1434.4 -10003.1l-1436.8 -10002.4l-1439.2 -10001.7l-1441.5 -10001.1l-1443.9 -10000.4l-1446.2 -9999.7l-1448.6 -9999l-1450.9 -9998.4l-1453.2 -9997.7l-1455.6 -9997l-1457.9 -9996.3l-1460.2 -9995.6l-1462.6 -9995l-1464.9 -9994.3l-1467.2 -9993.7l-1469.5 -9992.9l-1471.8 -9992.3l-1474.1 -9991.6l-1476.4 -9991l-1478.7 -9990.3l-1481 -9989.6l-1483.3 -9988.9l-1485.6 -9988.3l-1487.8 -9987.6l-1490.1 -9986.9l-1492.4 -9986.2l-1494.6 -9985.6l-1496.9 -9984.9l-1499.2 -9984.2l-1501.4 -9983.5l-1503.7 -9982.9l-1505.9 -9982.2l-1508.1 -9981.5l-1510.4 -9980.8l-1512.6 -9980.2l-1514.8 -9979.5l-1517.1 -9978.9l-1519.3 -9978.2l-1521.5 -9977.5l-1523.7 -9976.8l-1525.9 -9976.2l-1528.1 -9975.5l-1530.3 -9974.8l-1532.5 -9974.1l-1534.7 -9973.5l-1536.9 -9972.8l-1539.1 -9972.2l-1541.3 -9971.5l-1543.5 -9970.8l-1545.6 -9970.2l-1547.8 -9969.5l-1550 -9968.8l-1552.1 -9968.1l-1554.3 -9967.5l-1556.4 -9966.8l-1558.6 -9966.2l-1560.7 -9965.5l-1562.9 -9964.8l-1565 -9964.2l-1567.1 -9963.5l-1569.3 -9962.8l-1571.4 -9962.1l-1573.5 -9961.5l-1575.6 -9960.8l-1577.7 -9960.2l-1579.8 -9959.5l-1581.9 -9958.9l-1584 -9958.2l-1586.1 -9957.5l-1588.2 -9956.9l-1590.3 -9956.2l-1592.4 -9955.6l-1594.5 -9954.9l-1596.5 -9954.2l-1598.6 -9953.5l-1600.7 -9952.9l-1602.7 -9952.3l-1604.8 -9951.6l-1606.8 -9950.9l-1608.9 -9950.3l-1610.9 -9949.6l-1613 -9949l-1615 -9948.3l-1617 -9947.7l-1619.1 -9947l-1621.1 -9946.4l-1623.1 -9945.7l-1625.1 -9945.1l-1627.1 -9944.4l-1629.1 -9943.8l-1631.1 -9943.1l-1633.1 -9942.4l-1635.1 -9941.8l-1637.1 -9941.1l-1639.1 -9940.5l-1641.1 -9939.9l-1643.1 -9939.2l-1645 -9938.5l-1647 -9937.9l-1649 -9937.3l-1650.9 -9936.6l-1652.9 -9936l-1654.8 -9935.3l-1656.8 -9934.7l-1658.7 -9934l-1660.7 -9933.4l-1662.6 -9932.7l-1664.5 -9932.1l-1666.5 -9931.5l-1668.4 -9930.8l-1670.3 -9930.2l-1672.2 -9929.5l-1674.1 -9928.9l-1676 -9928.3l-1677.9 -9927.7l-1679.8 -9927l-1681.7 -9926.4l-1683.6 -9925.8l-1685.5 -9925.1l-1687.4 -9924.5l-1689.2 -9923.8l-1691.1 -9923.2l-1693 -9922.6l-1694.8 -9922l-1696.7 -9921.3l-1698.5 -9920.7l-1700.4 -9920.1l-1702.2 -9919.5l-1704.1 -9918.8l-1705.9 -9918.2l-1707.7 -9917.6l-1709.6 -9917l-1711.4 -9916.3l-1713.2 -9915.7l-1715 -9915.1l-1716.8 -9914.5l-1718.6 -9913.9l-1720.4 -9913.2l-1722.2 -9912.6l-1724 -9912l-1725.8 -9911.4l-1727.6 -9910.8l-1729.4 -9910.2l-1731.1 -9909.5l-1732.9 -9908.9l-1734.7 -9908.3l-1736.4 -9907.7l-1738.2 -9907.1l-1740 -9906.5l-1741.7 -9905.9l-1743.5 -9905.3l-1745.2 -9904.7l-1746.9 -9904l-1748.7 -9903.5l-1750.4 -9902.8l-1752.1 -9902.2l-1753.8 -9901.6l-1755.5 -9901l-1757.2 -9900.4l-1759 -9899.8l-1760.7 -9899.2l-1762.3 -9898.6l-1764 -9898.1l-1765.7 -9897.5l-1767.4 -9896.9l-1769.1 -9896.3l-1770.8 -9895.6l-1772.4 -9895.1l-1774.1 -9894.5l-1775.8 -9893.9l-1777.4 -9893.3l-1779.1 -9892.7l-1780.7 -9892.2l-1782.4 -9891.6l-1784 -9891l-1785.6 -9890.4l-1787.3 -9889.8l-1788.9 -9889.2l-1790.5 -9888.7l-1792.1 -9888l-1793.7 -9887.5l-1795.4 -9886.9l-1797 -9886.3l-1798.6 -9885.8l-1800.1 -9885.2l-1801.7 -9884.6l-1803.3 -9884.1l-1804.9 -9883.5l-1806.5 -9882.9l-1808 -9882.3l-1809.6 -9881.8l-1811.2 -9881.2l-1812.7 -9880.7l-1814.3 -9880.1l-1815.9 -9879.5l-1817.4 -9879l-1818.9 -9878.4l-1820.5 -9877.9l-1822 -9877.3l-1823.5 -9876.7l-1825.1 -9876.2l-1826.6 -9875.6l-1828.1 -9875l-1829.6 -9874.5l-1831.1 -9874l-1832.6 -9873.4l-1834.1 -9872.9l-1835.6 -9872.3l-1837.1 -9871.8l-1838.6 -9871.2l-1840.1 -9870.7l-1841.5 -9870.1l-1843 -9869.6l-1844.5 -9869.1l-1845.9 -9868.5l-1847.4 -9868l-1848.8 -9867.4l-1850.3 -9866.9l-1851.7 -9866.4l-1853.2 -9865.9l-1854.6 -9865.3l-1856 -9864.8l-1857.5 -9864.3l-1858.9 -9863.8l-1860.3 -9863.2l-1861.7 -9862.7l-1863.1 -9862.2l-1864.5 -9861.7l-1865.9 -9861.1l-1867.3 -9860.6l-1868.7 -9860.1l-1870.1 -9859.6l-1871.5 -9859.1l-1872.8 -9858.6l-1874.2 -9858l-1875.6 -9857.5l-1876.9 -9857l-1878.3 -9856.5l-1879.7 -9856l-1881 -9855.5l-1882.3 -9855l-1883.7 -9854.5l-1885 -9854l-1886.3 -9853.5l-1887.7 -9853l-1889 -9852.5l-1890.3 -9852l-1891.6 -9851.5l-1892.9 -9851l-1894.2 -9850.5l-1895.5 -9850l-1896.8 -9849.6l-1898.1 -9849.1l-1899.4 -9848.6l-1900.7 -9848.1l-1902 -9847.6l-1903.2 -9847.1l-1904.5 -9846.6l-1905.8 -9846.2l-1907 -9845.7l-1908.3 -9845.2l-1909.5 -9844.8l-1910.8 -9844.3l-1912 -9843.8l-1913.3 -9843.3l-1914.5 -9842.9l-1915.7 -9842.4l-1916.9 -9841.9l-1918.2 -9841.5l-1919.4 -9841l-1920.6 -9840.6l-1921.8 -9840.1l-1923 -9839.6l-1924.2 -9839.2l-1925.4 -9838.7l-1926.6 -9838.2l-1927.7 -9837.8l-1928.9 -9837.4l-1930.1 -9836.9l-1931.3 -9836.5l-1932.4 -9836l-1933.6 -9835.6l-1934.7 -9835.2l-1935.9 -9834.7l-1937 -9834.3l-1938.2 -9833.8l-1939.3 -9833.4l-1940.4 -9833l-1941.6 -9832.5l-1942.7 -9832.1l-1943.8 -9831.7l-1944.9 -9831.2l-1946 -9830.8l-1947.1 -9830.4l-1948.2 -9829.9l-1949.3 -9829.6l-1950.4 -9829.1l-1951.5 -9828.7l-1952.6 -9828.3l-1953.7 -9827.9l-1954.7 -9827.5l-1955.8 -9827.1l-1956.9 -9826.6l-1957.9 -9826.2l-1959 -9825.8l-1960 -9825.4l-1961.1 -9825l-1962.1 -9824.6l-1963.2 -9824.2l-1964.2 -9823.8l-1965.2 -9823.4l-1966.2 -9823l-1967.3 -9822.6l-1968.3 -9822.2l-1969.3 -9821.9l-1970.3 -9821.5l-1971.3 -9821l-1972.3 -9820.7l-1973.3 -9820.3l-1974.3 -9819.9l-1975.2 -9819.5l-1976.2 -9819.1l-1977.2 -9818.8l-1978.2 -9818.4l-1979.1 -9818l-1980.1 -9817.7l-1981 -9817.3l-1982 -9816.9l-1943.9 -9623.3M852344.5 -8019038.1l-38.7 -191.4l-1983.9 -9816.2l-1984.8 -9815.8l-1985.7 -9815.5l-1986.7 -9815.1l-1987.6 -9814.8l-1988.5 -9814.4l-1989.4 -9814l-1990.3 -9813.7l-1991.2 -9813.4l-1992.1 -9813l-1993 -9812.6l-1993.9 -9812.3l-1994.8 -9812l-1995.7 -9811.6l-1996.5 -9811.3l-1997.4 -9810.9l-1998.3 -9810.6l-1999.1 -9810.3l-2000 -9809.9l-2000.8 -9809.6l-2001.7 -9809.3l-2002.5 -9809l-2003.4 -9808.6l-2004.2 -9808.3l-2005 -9807.9l-2005.9 -9807.7l-2006.7 -9807.3l-2007.5 -9807l-2008.3 -9806.7l-2009.1 -9806.4l-2009.9 -9806.1l-2010.7 -9805.8l-2011.5 -9805.5l-2012.3 -9805.1l-2013.1 -9804.9l-2013.9 -9804.6l-2014.6 -9804.3l-2015.4 -9804l-2016.2 -9803.6l-2016.9 -9803.4l-2017.7 -9803.1l-2018.4 -9802.8l-2019.2 -9802.5l-2019.9 -9802.2l-2020.7 -9801.9l-2021.4 -9801.6l-2022.1 -9801.4l-2022.9 -9801l-2023.6 -9800.8l-2024.3 -9800.5l-2025 -9800.2l-2025.7 -9799.9l-2026.4 -9799.7l-2027.1 -9799.4l-2027.8 -9799.2l-2028.5 -9798.9l-2029.2 -9798.6l-2029.8 -9798.4l-2030.5 -9798.1l-2031.2 -9797.9l-2031.9 -9797.6l-2032.5 -9797.3l-2033.2 -9797.1l-2033.8 -9796.9l-2034.5 -9796.6l-2035.1 -9796.3l-2035.7 -9796.1l-2036.4 -9795.9l-2037 -9795.6l-2037.6 -9795.4l-2038.2 -9795.1l-2038.9 -9794.9l-2039.5 -9794.7l-2040.1 -9794.5l-2040.7 -9794.2l-2041.3 -9794l-2041.9 -9793.8l-2042.4 -9793.6l-2043 -9793.3l-2043.6 -9793.1l-2044.2 -9792.9l-2044.7 -9792.7l-2045.3 -9792.5l-2045.9 -9792.2l-2046.4 -9792.1l-2047 -9791.8l-2047.5 -9791.6l-2048 -9791.4l-2048.6 -9791.2l-2049.1 -9791l-2049.6 -9790.8l-2050.2 -9790.6l-2050.7 -9790.4l-2051.2 -9790.3l-2051.7 -9790.1l-2052.2 -9789.9l-2052.7 -9789.7l-2053.2 -9789.5l-2053.7 -9789.3l-2054.2 -9789.2l-2054.6 -9789l-2055.1 -9788.8l-2055.6 -9788.6l-2056 -9788.5l-2056.5 -9788.3l-2057 -9788.1l-2057.4 -9787.9l-2057.9 -9787.8l-2058.3 -9787.6l-2058.7 -9787.5l-2059.2 -9787.3l-2059.6 -9787.1l-2060 -9787l-2060.4 -9786.8l-2060.9 -9786.7l-2061.3 -9786.5l-2061.7 -9786.4l-2062.1 -9786.3l-2062.5 -9786.1l-2062.9 -9786l-2063.2 -9785.8l-2063.6 -9785.7l-2064 -9785.6l-2064.4 -9785.4l-2064.7 -9785.3l-2065.1 -9785.2l-2065.5 -9785.1l-2065.8 -9784.9l-2066.2 -9784.8l-2066.5 -9784.7l-2066.9 -9784.6l-2067.2 -9784.5l-2067.5 -9784.3l-2067.9 -9784.2l-161.8 -765.7"
id="path1355"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1794156 -1l-1.7 -10206.8l-5.1 -10207.8l-8.6 -10207.8l-12 -10207.8l-15.4 -10207.8l-18.8 -10207.8l-22.2 -10207.8l-25.7 -10207.8l-29.1 -10207.8l-32.5 -10207.7l-35.9 -10207.7l-39.3 -10207.7l-42.8 -10207.7l-46.2 -10207.6l-49.6 -10207.6l-53 -10207.5l-56.4 -10207.5l-59.9 -10207.5l-63.3 -10207.4l-66.7 -10207.4l-70.1 -10207.4l-73.5 -10207.3l-77 -10207.3l-80.4 -10207.2l-83.8 -10207.1l-87.2 -10207.1l-90.6 -10207l-94.1 -10207l-97.5 -10206.9l-100.9 -10206.8l-104.3 -10206.8l-107.7 -10206.7l-111.1 -10206.6l-114.6 -10206.5l-118 -10206.5l-121.4 -10206.4l-124.8 -10206.3l-128.2 -10206.2l-131.6 -10206.1l-135 -10206.1l-138.4 -10206l-141.9 -10205.9l-145.3 -10205.8l-148.7 -10205.7l-152.1 -10205.6l-155.5 -10205.5l-158.9 -10205.4l-162.3 -10205.3l-165.7 -10205.2l-169.1 -10205.1l-172.5 -10205l-176 -10204.8l-179.4 -10204.7l-182.8 -10204.6l-186.2 -10204.5l-189.6 -10204.4l-193 -10204.2l-196.4 -10204.1l-199.8 -10204l-203.2 -10203.8l-206.6 -10203.7l-210 -10203.5l-213.4 -10203.4l-216.8 -10203.3l-220.2 -10203.1l-223.6 -10203l-227 -10202.8l-230.4 -10202.7l-233.8 -10202.5l-237.2 -10202.4l-240.6 -10202.2l-244 -10202.1l-247.4 -10201.9l-250.8 -10201.7l-254.1 -10201.5l-257.5 -10201.4l-260.9 -10201.2l-264.3 -10201.1l-267.7 -10200.9l-271.1 -10200.7l-274.5 -10200.5l-277.9 -10200.4l-281.2 -10200.2l-284.6 -10200l-288 -10199.8l-291.4 -10199.6l-294.8 -10199.4l-298.2 -10199.2l-301.5 -10199l-304.9 -10198.8l-308.3 -10198.6l-311.7 -10198.4l-315 -10198.2l-318.4 -10198l-321.8 -10197.8l-325.2 -10197.6l-328.5 -10197.4l-331.9 -10197.1l-335.3 -10196.9l-338.6 -10196.7l-342 -10196.5l-345.4 -10196.3l-348.7 -10196l-352.1 -10195.8l-355.5 -10195.6l-358.8 -10195.4l-362.2 -10195.1l-365.5 -10194.9l-368.9 -10194.6l-372.3 -10194.4l-375.6 -10194.2l-379 -10193.9l-382.3 -10193.7l-385.7 -10193.4l-389 -10193.2l-392.4 -10192.9l-395.7 -10192.7l-399.1 -10192.4l-402.4 -10192.1l-405.8 -10191.9l-409.1 -10191.6l-412.5 -10191.3l-415.8 -10191.1l-419.1 -10190.8l-422.5 -10190.5l-425.8 -10190.3l-429.1 -10190l-432.5 -10189.7l-435.8 -10189.4l-439.1 -10189.1l-442.5 -10188.9l-445.8 -10188.6l-449.1 -10188.3l-452.4 -10188l-455.8 -10187.7l-459.1 -10187.4l-462.4 -10187.1l-465.7 -10186.8l-469.1 -10186.5l-472.4 -10186.2l-475.7 -10185.9l-479 -10185.6l-482.3 -10185.3l-485.6 -10184.9l-488.9 -10184.7l-492.2 -10184.3l-495.5 -10184l-498.9 -10183.7l-502.2 -10183.4l-505.5 -10183.1l-508.8 -10182.7l-512.1 -10182.4l-515.4 -10182l-518.6 -10181.7l-521.9 -10181.4l-525.2 -10181.1l-528.5 -10180.7l-531.8 -10180.4l-535.1 -10180.1l-538.4 -10179.7l-541.7 -10179.4l-544.9 -10179l-548.2 -10178.7l-551.5 -10178.3l-554.8 -10178l-558.1 -10177.6l-561.3 -10177.2l-564.6 -10176.9l-567.9 -10176.5l-571.1 -10176.2l-574.4 -10175.8l-577.7 -10175.5l-580.9 -10175.1l-584.2 -10174.7l-587.5 -10174.3l-590.7 -10173.9l-594 -10173.6l-597.2 -10173.2l-600.5 -10172.8l-603.7 -10172.4l-607 -10172.1l-610.2 -10171.7l-613.5 -10171.3l-616.7 -10170.9l-619.9 -10170.5l-623.2 -10170.1l-626.4 -10169.7l-629.7 -10169.3l-632.9 -10168.9l-636.1 -10168.6l-639.3 -10168.2l-642.6 -10167.7l-645.8 -10167.3l-649 -10166.9l-652.2 -10166.5l-655.5 -10166.1l-658.7 -10165.7l-661.9 -10165.3l-665.1 -10164.8l-668.3 -10164.5l-671.5 -10164l-674.7 -10163.6l-677.9 -10163.2l-681.1 -10162.8l-684.3 -10162.4l-687.5 -10161.9l-690.7 -10161.5l-693.9 -10161l-697.1 -10160.6l-700.3 -10160.2l-703.5 -10159.8l-706.7 -10159.3l-709.8 -10158.9l-713 -10158.4l-716.2 -10158l-719.4 -10157.6l-722.6 -10157.1l-725.7 -10156.7l-728.9 -10156.2l-732.1 -10155.8l-735.2 -10155.3l-738.4 -10154.8l-741.6 -10154.4l-744.7 -10153.9l-747.9 -10153.5l-751 -10153l-754.2 -10152.6l-757.3 -10152.1l-760.5 -10151.6l-763.6 -10151.1l-766.7 -10150.7l-769.9 -10150.2l-773 -10149.7l-776.2 -10149.3l-779.3 -10148.8l-782.4 -10148.3l-785.5 -10147.8l-788.7 -10147.4l-791.8 -10146.9l-794.9 -10146.4l-798 -10145.9l-801.2 -10145.4l-804.3 -10144.9l-807.4 -10144.4l-810.5 -10143.9l-813.6 -10143.5l-816.7 -10143l-819.8 -10142.5l-822.9 -10141.9l-826 -10141.5l-829.1 -10141l-832.2 -10140.5l-835.3 -10139.9l-838.3 -10139.5l-841.4 -10138.9l-844.5 -10138.4l-847.6 -10137.9l-850.7 -10137.4l-853.7 -10136.9l-856.8 -10136.4l-859.9 -10135.9l-862.9 -10135.3l-866 -10134.8l-869.1 -10134.3l-872.1 -10133.8l-875.2 -10133.3l-878.2 -10132.7l-881.3 -10132.2l-884.3 -10131.7l-887.4 -10131.2l-890.4 -10130.6l-893.4 -10130.1l-896.5 -10129.6l-899.5 -10129l-902.5 -10128.5l-905.6 -10127.9l-908.6 -10127.4l-911.6 -10126.9l-914.6 -10126.4l-917.6 -10125.8l-920.7 -10125.2l-923.7 -10124.7l-926.7 -10124.2l-929.7 -10123.6l-932.7 -10123.1l-935.7 -10122.5l-938.7 -10122l-941.7 -10121.4l-944.7 -10120.9l-947.7 -10120.3l-950.6 -10119.8l-953.6 -10119.2l-956.6 -10118.7l-959.6 -10118.1l-962.6 -10117.5l-965.5 -10117l-968.5 -10116.4l-971.5 -10115.8l-974.4 -10115.2l-977.4 -10114.7l-980.3 -10114.1l-983.3 -10113.6l-986.2 -10113l-989.2 -10112.4l-992.1 -10111.9l-995.1 -10111.3l-998 -10110.7l-1001 -10110.1l-1003.9 -10109.6l-1006.8 -10109l-1009.7 -10108.4l-1012.7 -10107.8l-1015.6 -10107.2l-1018.5 -10106.6l-1021.4 -10106.1l-1024.3 -10105.5l-1027.2 -10104.9l-1030.2 -10104.3l-1033.1 -10103.7l-1036 -10103.1l-1038.9 -10102.5l-1041.7 -10101.9l-1044.6 -10101.3l-1047.5 -10100.8l-1050.4 -10100.2l-1053.3 -10099.5l-1056.2 -10099l-1059.1 -10098.4l-1061.9 -10097.8l-1064.8 -10097.2l-1067.7 -10096.5l-1070.5 -10096l-1073.4 -10095.4l-1076.2 -10094.8l-1079.1 -10094.1l-1081.9 -10093.5l-1084.8 -10092.9l-1087.6 -10092.3l-1090.5 -10091.7l-1093.3 -10091.1l-1096.1 -10090.5l-1099 -10089.9l-1101.8 -10089.3l-1104.6 -10088.7l-1107.4 -10088l-1110.3 -10087.4l-1113.1 -10086.8l-1115.9 -10086.2l-1118.7 -10085.5l-1121.5 -10084.9l-1124.3 -10084.3l-1127.1 -10083.7l-1129.9 -10083.1l-1132.7 -10082.4l-1135.5 -10081.8l-1138.3 -10081.2l-1141.1 -10080.6l-1143.8 -10079.9l-1146.6 -10079.3l-1149.4 -10078.7l-1152.2 -10078.1l-1154.9 -10077.4l-1157.7 -10076.8l-1160.4 -10076.2l-1163.2 -10075.6l-1165.9 -10074.9l-1168.7 -10074.3l-1171.4 -10073.6l-1174.2 -10073l-1176.9 -10072.4l-1179.7 -10071.7l-1182.4 -10071.1l-1185.1 -10070.5l-1187.8 -10069.8l-1190.6 -10069.2l-1193.3 -10068.5l-1196 -10067.9l-1198.7 -10067.3l-1201.4 -10066.6l-1204.1 -10066l-1206.8 -10065.3l-1209.5 -10064.7l-1212.2 -10064l-1214.9 -10063.4l-1217.6 -10062.7l-1220.3 -10062.1l-1223 -10061.5l-1225.6 -10060.8l-1228.3 -10060.2l-1231 -10059.5l-1233.6 -10058.9l-1236.3 -10058.2l-1239 -10057.6l-1241.6 -10056.9l-1244.3 -10056.2l-1246.9 -10055.6l-1249.6 -10054.9l-1252.2 -10054.3l-1254.8 -10053.6l-1257.5 -10053l-1260.1 -10052.3l-1262.7 -10051.7l-1265.4 -10051l-1268 -10050.3l-1270.6 -10049.7l-1273.2 -10049l-1275.8 -10048.4l-1278.4 -10047.7l-1281 -10047l-1283.6 -10046.4l-1286.2 -10045.7l-1288.8 -10045.1l-1291.4 -10044.4l-1294 -10043.7l-1296.6 -10043.1l-1299.1 -10042.4l-1301.7 -10041.8l-1304.3 -10041.1l-1306.9 -10040.4l-1309.4 -10039.8l-1312 -10039.1l-1314.5 -10038.4l-1317.1 -10037.8l-1319.6 -10037.1l-1322.2 -10036.4l-1324.7 -10035.8l-1327.2 -10035.1l-1329.8 -10034.4l-1332.3 -10033.8l-1334.8 -10033.1l-1337.4 -10032.4l-1339.9 -10031.7l-1342.4 -10031.1l-1344.9 -10030.4l-1347.4 -10029.7l-1349.9 -10029l-1352.4 -10028.4l-1354.9 -10027.7l-1357.4 -10027l-1359.9 -10026.3l-1362.4 -10025.7l-1364.9 -10025l-1367.3 -10024.4l-1369.8 -10023.7l-1372.3 -10023l-1374.7 -10022.3l-1377.2 -10021.7l-1379.7 -10021l-1382.1 -10020.3l-1384.6 -10019.6l-1387 -10019l-1389.4 -10018.3l-1391.9 -10017.6l-1394.3 -10016.9l-1396.7 -10016.3l-1399.2 -10015.6l-1401.6 -10014.9l-1404 -10014.2l-1406.4 -10013.5l-1408.8 -10012.9l-1411.3 -10012.2l-1413.7 -10011.5l-1416 -10010.8l-1418.4 -10010.2l-1420.8 -10009.5l-1423.2 -10008.8l-1425.6 -10008.2l-1428 -10007.4l-1430.4 -10006.8l-1432.7 -10006.1l-1435.1 -10005.4l-1437.5 -10004.7l-1439.8 -10004.1l-1442.2 -10003.4l-1444.5 -10002.7l-1446.9 -10002.1l-1449.2 -10001.3l-1451.6 -10000.7l-1453.9 -10000l-1456.3 -9999.3l-1458.6 -9998.7l-1460.9 -9998l-1463.2 -9997.3l-1465.5 -9996.6l-1467.9 -9996l-1470.2 -9995.3l-1472.5 -9994.6l-1474.8 -9993.9l-1477.1 -9993.3l-1479.4 -9992.6l-1481.7 -9991.9l-1483.9 -9991.2l-1486.2 -9990.5l-1488.5 -9989.9l-1490.8 -9989.2l-1493 -9988.5l-1495.3 -9987.8l-1497.6 -9987.2l-1499.8 -9986.5l-1502.1 -9985.8l-1504.3 -9985.1l-1506.6 -9984.5l-1508.8 -9983.8l-1511.1 -9983.1l-1513.3 -9982.4l-1515.5 -9981.8l-1517.7 -9981.1l-1520 -9980.4l-1522.2 -9979.7l-1524.4 -9979.1l-1526.6 -9978.4l-1528.8 -9977.7l-1531 -9977l-1533.2 -9976.3l-1535.4 -9975.7l-1537.6 -9975l-1539.8 -9974.3l-1542 -9973.6l-1544.1 -9973l-1546.3 -9972.3l-1548.5 -9971.7l-1550.6 -9971l-1552.8 -9970.3l-1555 -9969.6l-1557.1 -9969l-1559.3 -9968.3l-1561.4 -9967.6l-1563.5 -9967l-1565.7 -9966.3l-1567.8 -9965.6l-1569.9 -9965l-1572 -9964.3l-1574.2 -9963.6l-1576.3 -9963l-1578.4 -9962.3l-1580.5 -9961.6l-1582.6 -9961l-1584.7 -9960.3l-1586.8 -9959.6l-1588.9 -9959l-1591 -9958.3l-1593 -9957.6l-1595.1 -9957l-1597.2 -9956.3l-1599.3 -9955.6l-1601.3 -9955l-1603.4 -9954.3l-1605.4 -9953.7l-1607.5 -9953l-1609.5 -9952.3l-1611.6 -9951.7l-1613.6 -9951l-1615.7 -9950.4l-1617.7 -9949.7l-1619.7 -9949l-1621.7 -9948.4l-1623.8 -9947.7l-1625.8 -9947.1l-1627.8 -9946.4l-1629.8 -9945.8l-1631.8 -9945.1l-1633.8 -9944.4l-1635.8 -9943.8l-1637.8 -9943.1l-1639.8 -9942.5l-1641.7 -9941.8l-1643.7 -9941.2l-1645.7 -9940.5l-1647.7 -9939.9l-1649.6 -9939.2l-1651.6 -9938.6l-1653.5 -9937.9l-1655.5 -9937.2l-1657.4 -9936.6l-1659.4 -9936l-1661.3 -9935.3l-1663.2 -9934.7l-1665.2 -9934.1l-1667.1 -9933.4l-1669 -9932.8l-1670.9 -9932.1l-1672.8 -9931.4l-1674.8 -9930.8l-1676.7 -9930.2l-1678.6 -9929.6l-1680.5 -9928.9l-1682.3 -9928.2l-1684.2 -9927.6l-1686.1 -9927l-1688 -9926.4l-1689.9 -9925.7l-1691.7 -9925.1l-1693.6 -9924.5l-1695.5 -9923.8l-1697.3 -9923.2l-1699.2 -9922.5l-1701 -9921.9l-1702.9 -9921.3l-1704.7 -9920.7l-1706.5 -9920l-1708.4 -9919.4l-1710.2 -9918.8l-1712 -9918.2l-1713.8 -9917.5l-1715.6 -9916.9l-1717.5 -9916.3l-1719.3 -9915.7l-1721.1 -9915l-1722.8 -9914.4l-1724.6 -9913.8l-1726.4 -9913.2l-1728.2 -9912.5l-1730 -9911.9l-1731.8 -9911.3l-1733.5 -9910.7l-1735.3 -9910.1l-1737.1 -9909.5l-1738.8 -9908.8l-1740.6 -9908.2l-1742.3 -9907.6l-1744.1 -9907l-1745.8 -9906.4l-1747.5 -9905.8l-1749.3 -9905.2l-1751 -9904.6l-1752.7 -9904l-1754.4 -9903.4l-1756.1 -9902.7l-1757.8 -9902.2l-1759.6 -9901.5l-1761.3 -9900.9l-1762.9 -9900.3l-1764.6 -9899.7l-1766.3 -9899.1l-1768 -9898.5l-1769.7 -9897.9l-1771.4 -9897.3l-1773 -9896.8l-1774.7 -9896.2l-1776.4 -9895.6l-1778 -9894.9l-1779.7 -9894.4l-1781.3 -9893.8l-1782.9 -9893.2l-1784.6 -9892.6l-1786.2 -9892l-1787.8 -9891.4l-1789.5 -9890.9l-1791.1 -9890.3l-1792.7 -9889.7l-1794.3 -9889.1l-1795.9 -9888.5l-1797.5 -9887.9l-1799.1 -9887.4l-1800.7 -9886.8l-1802.3 -9886.2l-1803.9 -9885.6l-1805.5 -9885.1l-1807.1 -9884.5l-1808.6 -9883.9l-1810.2 -9883.4l-1811.8 -9882.8l-1813.3 -9882.2l-1814.9 -9881.6l-1816.4 -9881.1l-1818 -9880.5l-1819.5 -9879.9l-1821 -9879.4l-1822.6 -9878.8l-1824.1 -9878.3l-1825.6 -9877.7l-1827.1 -9877.1l-1828.6 -9876.6l-1830.2 -9876l-1831.7 -9875.5l-1833.2 -9874.9l-1834.7 -9874.4l-1836.1 -9873.8l-1837.6 -9873.3l-1839.1 -9872.7l-1840.6 -9872.2l-1842.1 -9871.6l-1843.5 -9871.1l-1845 -9870.5l-1846.5 -9870l-1847.9 -9869.5l-1849.4 -9868.9l-1850.8 -9868.4l-1852.3 -9867.8l-1853.7 -9867.3l-1855.1 -9866.8l-1856.6 -9866.2l-1858 -9865.7l-1859.4 -9865.2l-1860.8 -9864.6l-1862.2 -9864.1l-1863.6 -9863.6l-1865 -9863.1l-1866.4 -9862.5l-1867.8 -9862l-1869.2 -9861.5l-1870.6 -9861l-1872 -9860.5l-1873.4 -9859.9l-1874.7 -9859.4l-1876.1 -9858.9l-1877.5 -9858.4l-1878.8 -9857.9l-1880.2 -9857.4l-1881.5 -9856.8l-1882.9 -9856.4l-1884.2 -9855.8l-1885.5 -9855.3l-1886.9 -9854.8l-1888.2 -9854.3l-1889.5 -9853.8l-1890.8 -9853.3l-1892.1 -9852.8l-1893.4 -9852.3l-1894.7 -9851.8l-1896 -9851.3l-1897.3 -9850.9l-1898.6 -9850.4l-1899.9 -9849.8l-1901.2 -9849.4l-1902.5 -9848.9l-1903.7 -9848.4l-1905 -9847.9l-1906.3 -9847.4l-1907.5 -9847l-1908.8 -9846.5l-1910 -9846l-1911.3 -9845.5l-1912.5 -9845.1l-1913.7 -9844.6l-1915 -9844.1l-1916.2 -9843.6l-1917.4 -9843.2l-1918.6 -9842.7l-1919.8 -9842.2l-1921 -9841.8l-1922.2 -9841.3l-1923.5 -9840.8l-1924.6 -9840.4l-1925.8 -9839.9l-1927 -9839.4l-1928.2 -9839l-1929.4 -9838.6l-1930.5 -9838.1l-1931.7 -9837.6l-1932.9 -9837.2l-1934 -9836.8l-1935.2 -9836.3l-1936.3 -9835.9l-1937.5 -9835.4l-1938.6 -9834.9l-1939.8 -9834.5l-1940.9 -9834.1l-1942 -9833.7l-1943.1 -9833.2l-1944.2 -9832.8l-1945.4 -9832.4l-1946.5 -9831.9l-1947.6 -9831.5l-1948.7 -9831l-1949.8 -9830.6l-1950.8 -9830.2l-1951.9 -9829.8l-1953 -9829.3l-1954.1 -9829l-1955.2 -9828.5l-1956.2 -9828.1l-1957.3 -9827.7l-1958.3 -9827.3l-1959.4 -9826.9l-1960.4 -9826.5l-1961.5 -9826.1l-1962.5 -9825.6l-1963.6 -9825.3l-1964.6 -9824.9l-1965.6 -9824.4l-1966.6 -9824l-1967.6 -9823.6l-1968.7 -9823.3l-1969.7 -9822.9l-1970.7 -9822.5l-1971.7 -9822l-1972.7 -9821.7l-1973.7 -9821.3l-1974.6 -9820.9l-1975.6 -9820.5l-1976.6 -9820.1l-1977.6 -9819.8l-1978.5 -9819.4l-1979.5 -9819l-1980.4 -9818.6l-1981.4 -9818.2l-1982.3 -9817.9l-1891.6 -9363.7M862213.8 -8020761.8l-91.2 -451.3l-1984.2 -9817.1l-1985.2 -9816.7l-1986.1 -9816.4l-1987 -9816l-1987.9 -9815.7l-1988.8 -9815.3l-1989.8 -9814.9l-1990.7 -9814.6l-1991.6 -9814.3l-1992.5 -9813.9l-1993.4 -9813.5l-1994.2 -9813.2l-1995.1 -9812.8l-1996 -9812.5l-1996.9 -9812.2l-1997.7 -9811.8l-1998.6 -9811.5l-1999.5 -9811.1l-2000.3 -9810.8l-2001.2 -9810.4l-2002 -9810.1l-2002.9 -9809.8l-2003.7 -9809.5l-2004.5 -9809.1l-2005.4 -9808.8l-2006.2 -9808.5l-2007 -9808.2l-2007.8 -9807.8l-2008.6 -9807.5l-2009.4 -9807.2l-2010.2 -9806.9l-2011 -9806.6l-2011.8 -9806.3l-2012.6 -9805.9l-2013.4 -9805.6l-2014.2 -9805.3l-2014.9 -9805l-2015.7 -9804.7l-2016.5 -9804.4l-2017.2 -9804.1l-2018 -9803.8l-2018.7 -9803.5l-2019.5 -9803.2l-2020.2 -9802.9l-2021 -9802.7l-2021.7 -9802.4l-2022.4 -9802.1l-2023.1 -9801.8l-2023.9 -9801.5l-2024.6 -9801.2l-2025.3 -9801l-2026 -9800.6l-2026.7 -9800.4l-2027.4 -9800.1l-2028.1 -9799.9l-2028.8 -9799.6l-2029.4 -9799.3l-2030.1 -9799.1l-2030.8 -9798.8l-2031.4 -9798.5l-2032.1 -9798.3l-2032.8 -9798l-2033.4 -9797.8l-2034.1 -9797.5l-2034.7 -9797.2l-2035.3 -9797l-2036 -9796.8l-2036.6 -9796.5l-2037.2 -9796.3l-2037.9 -9796l-2038.5 -9795.7l-2039.1 -9795.5l-2039.7 -9795.3l-2040.3 -9795.1l-2040.9 -9794.8l-2041.5 -9794.6l-2042.1 -9794.4l-2042.7 -9794.1l-2043.2 -9793.9l-2043.8 -9793.7l-2044.4 -9793.5l-2045 -9793.3l-2045.5 -9793l-2046.1 -9792.8l-2046.6 -9792.6l-2047.2 -9792.4l-2047.7 -9792.2l-2048.2 -9792l-2048.8 -9791.7l-2049.3 -9791.6l-2049.8 -9791.4l-2050.4 -9791.2l-2050.9 -9790.9l-2051.4 -9790.8l-2051.9 -9790.6l-2052.4 -9790.4l-2052.9 -9790.2l-2053.4 -9790l-2053.9 -9789.8l-2054.3 -9789.6l-2054.8 -9789.5l-2055.3 -9789.3l-2055.7 -9789.1l-2056.2 -9788.9l-2056.7 -9788.7l-2057.1 -9788.6l-2057.6 -9788.4l-2058 -9788.2l-2058.5 -9788.1l-2058.9 -9787.9l-2059.3 -9787.7l-2059.8 -9787.5l-2060.2 -9787.4l-2060.6 -9787.3l-2061 -9787.1l-2061.4 -9786.9l-2061.8 -9786.8l-2062.2 -9786.7l-2062.6 -9786.5l-2063 -9786.4l-2063.4 -9786.2l-2063.8 -9786.1l-2064.1 -9785.9l-2064.5 -9785.8l-2064.9 -9785.6l-2065.2 -9785.5l-2065.6 -9785.4l-2066 -9785.3l-2066.3 -9785.2l-2066.6 -9785l-2067 -9784.9l-2067.3 -9784.8l-2067.7 -9784.7l-2061 -9751.7"
id="path1356"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M837957.2 -1l-.8 -9999.6l-2.5 -10000.7l-4.1 -10000.6l-5.8 -10000.7l-7.4 -10000.7l-9.1 -10000.7l-10.7 -10000.6l-12.4 -10000.7l-14.1 -10000.6l-15.7 -10000.6l-17.4 -10000.6l-19 -10000.6l-20.7 -10000.6l-22.3 -10000.6l-24 -10000.6l-25.6 -10000.6l-27.3 -10000.6l-28.9 -10000.6l-30.6 -10000.6l-32.2 -10000.6l-33.9 -10000.5l-35.5 -10000.6l-37.2 -10000.6l-38.8 -10000.6l-40.5 -10000.5l-42.1 -10000.5l-43.8 -10000.5l-45.4 -10000.5l-47.1 -10000.5l-48.7 -10000.5l-50.4 -10000.5l-52 -10000.5l-53.7 -10000.4l-55.3 -10000.4l-57 -10000.4l-58.6 -10000.4l-60.3 -10000.4l-61.9 -10000.4l-63.6 -10000.3l-65.2 -10000.3l-66.9 -10000.3l-68.5 -10000.3l-70.2 -10000.3l-71.8 -10000.2l-73.5 -10000.3l-75.1 -10000.2l-76.8 -10000.2l-78.4 -10000.2l-80.1 -10000.1l-81.7 -10000.2l-83.4 -10000.1l-85 -10000.1l-86.7 -10000.1l-88.3 -10000.1l-90 -10000.1l-91.6 -10000l-93.3 -10000l-94.9 -10000l-96.6 -10000l-98.2 -9999.9l-99.8 -9999.9l-101.5 -9999.9l-103.1 -9999.9l-104.8 -9999.8l-106.4 -9999.8l-108.1 -9999.8l-109.7 -9999.7l-111.4 -9999.7l-113 -9999.7l-114.6 -9999.7l-116.3 -9999.6l-117.9 -9999.6l-119.6 -9999.6l-121.2 -9999.6l-122.9 -9999.5l-124.5 -9999.5l-126.1 -9999.5l-127.8 -9999.4l-129.4 -9999.4l-131.1 -9999.4l-132.7 -9999.3l-134.3 -9999.3l-136 -9999.3l-137.6 -9999.2l-139.2 -9999.2l-140.9 -9999.2l-142.5 -9999.1l-144.2 -9999.1l-145.8 -9999.1l-147.4 -9999l-149.1 -9999l-150.7 -9999l-152.3 -9998.9l-154 -9998.8l-155.6 -9998.8l-157.2 -9998.8l-158.9 -9998.8l-160.5 -9998.7l-36 -2228M544029.9 -6206307.3l-109.5 -1257.3l-867.2 -9949.2l-868.1 -9949l-869 -9949l-869.9 -9948.9l-870.8 -9948.8l-871.7 -9948.7l-872.6 -9948.6l-873.5 -9948.6l-874.4 -9948.5l-875.3 -9948.4l-876.2 -9948.3l-877.1 -9948.2l-878 -9948.1l-878.8 -9948l-879.7 -9948l-880.6 -9947.8l-881.5 -9947.8l-882.4 -9947.7l-883.2 -9947.6l-884.1 -9947.5l-885 -9947.5l-885.8 -9947.4l-886.7 -9947.3l-887.6 -9947.2l-888.4 -9947.1l-889.3 -9947.1l-890.1 -9947l-891 -9946.9l-891.8 -9946.8l-892.7 -9946.7l-893.5 -9946.7l-894.4 -9946.6l-895.2 -9946.5l-896.1 -9946.4l-896.9 -9946.3l-897.7 -9946.3l-898.6 -9946.2l-899.4 -9946.1l-900.2 -9946l-901 -9945.9l-901.9 -9945.9l-902.7 -9945.8l-903.5 -9945.7l-904.3 -9945.6l-905.1 -9945.6l-906 -9945.5l-906.8 -9945.4l-907.6 -9945.3l-908.4 -9945.3l-398.7 -4362.4"
id="path1357"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M847958.7 -1l-.8 -10001.3l-2.5 -10002.3l-4.1 -10002.3l-5.8 -10002.3l-7.4 -10002.3l-9.1 -10002.3l-10.7 -10002.3l-12.4 -10002.3l-14.1 -10002.3l-15.7 -10002.3l-17.4 -10002.3l-19 -10002.3l-20.7 -10002.3l-22.3 -10002.3l-24 -10002.3l-25.6 -10002.3l-27.3 -10002.2l-28.9 -10002.3l-30.6 -10002.2l-32.2 -10002.2l-33.9 -10002.2l-35.5 -10002.2l-37.2 -10002.2l-38.8 -10002.2l-40.5 -10002.2l-42.2 -10002.2l-43.8 -10002.2l-45.5 -10002.2l-47.1 -10002.1l-48.8 -10002.1l-50.4 -10002.1l-52.1 -10002.1l-53.7 -10002.1l-55.4 -10002.1l-57 -10002l-58.7 -10002.1l-60.3 -10002l-62 -10002l-63.6 -10002l-65.3 -10002l-66.9 -10002l-68.6 -10002l-70.2 -10001.9l-71.9 -10001.9l-73.5 -10001.9l-75.2 -10001.9l-76.8 -10001.9l-78.5 -10001.8l-80.1 -10001.8l-81.8 -10001.8l-83.4 -10001.8l-85.1 -10001.8l-86.7 -10001.7l-88.3 -10001.7l-90 -10001.7l-91.6 -10001.7l-93.3 -10001.7l-94.9 -10001.6l-96.6 -10001.6l-98.2 -10001.6l-99.9 -10001.6l-101.5 -10001.5l-103.2 -10001.5l-104.8 -10001.5l-106.5 -10001.5l-108.1 -10001.4l-109.7 -10001.4l-111.4 -10001.4l-113 -10001.3l-114.7 -10001.3l-116.3 -10001.3l-118 -10001.3l-119.6 -10001.2l-121.2 -10001.2l-122.9 -10001.2l-124.5 -10001.1l-126.2 -10001.1l-127.8 -10001.1l-129.4 -10001l-131.1 -10001l-132.7 -10000.9l-134.4 -10000.9l-136 -10000.9l-137.6 -10000.9l-139.3 -10000.8l-140.9 -10000.8l-142.6 -10000.8l-144.2 -10000.7l-145.8 -10000.7l-147.5 -10000.6l-149.1 -10000.6l-150.7 -10000.6l-152.4 -10000.6l-154 -10000.5l-155.6 -10000.5l-157.3 -10000.4l-158.9 -10000.4l-160.5 -10000.4l-162.2 -10000.3l-163.8 -10000.3l-165.4 -10000.2l-167.1 -10000.2l-168.7 -10000.1l-170.3 -10000.1l-172 -10000.1l-173.6 -10000l-175.2 -10000l-176.8 -9999.9l-178.5 -9999.9l-180.1 -9999.9l-181.7 -9999.8l-183.4 -9999.7l-185 -9999.7l-186.6 -9999.7l-188.2 -9999.6l-189.9 -9999.6l-191.5 -9999.5l-193.1 -9999.5l-194.7 -9999.4l-196.4 -9999.4l-198 -9999.3l-199.6 -9999.3l-201.2 -9999.2l-202.8 -9999.2l-204.5 -9999.1l-206.1 -9999.1l-207.7 -9999l-209.3 -9999l-210.9 -9998.9l-212.5 -9998.9l-214.2 -9998.8l-215.8 -9998.8l-217.4 -9998.7l-219 -9998.7l-220.6 -9998.6l-222.2 -9998.6l-223.9 -9998.5l-225.5 -9998.5l-227.1 -9998.4l-228.7 -9998.3l-230.3 -9998.3l-231.9 -9998.2l-233.5 -9998.2l-235.1 -9998.1l-236.7 -9998.1l-238.4 -9998l-240 -9998l-241.6 -9997.9l-243.2 -9997.8l-244.8 -9997.8l-246.4 -9997.7l-248 -9997.7l-249.6 -9997.6l-251.2 -9997.5l-252.8 -9997.5l-254.4 -9997.4l-256 -9997.4l-257.6 -9997.3l-259.2 -9997.2l-260.8 -9997.2l-262.4 -9997.1l-264 -9997l-265.6 -9996.9l-267.2 -9996.9l-268.8 -9996.9l-270.4 -9996.8l-272 -9996.7l-273.6 -9996.7l-275.2 -9996.6l-276.7 -9996.5l-278.3 -9996.5l-279.9 -9996.4l-281.5 -9996.3l-283.1 -9996.3l-284.7 -9996.2l-286.3 -9996.1l-287.9 -9996.1l-289.5 -9996l-291 -9995.9l-292.6 -9995.8l-294.2 -9995.7l-295.8 -9995.7l-297.4 -9995.6l-299 -9995.6l-176.2 -5866.5M554045.2 -6206421.2l-175.1 -2010.1l-867.3 -9950.1l-868.2 -9950l-869.1 -9949.9l-870 -9949.8l-870.9 -9949.7l-871.8 -9949.6l-872.7 -9949.5l-873.6 -9949.5l-874.5 -9949.4l-875.4 -9949.3l-876.3 -9949.2l-877.2 -9949.1l-878 -9949l-878.9 -9948.9l-879.8 -9948.8l-880.7 -9948.7l-881.6 -9948.7l-882.4 -9948.6l-883.3 -9948.5l-884.2 -9948.4l-885 -9948.3l-885.9 -9948.2l-886.8 -9948.2l-887.6 -9948.1l-888.5 -9948l-889.4 -9947.9l-890.2 -9947.8l-891.1 -9947.7l-891.9 -9947.6l-892.8 -9947.6l-893.6 -9947.5l-894.5 -9947.4l-895.3 -9947.3l-896.1 -9947.2l-897 -9947.2l-897.8 -9947.1l-898.6 -9947l-899.5 -9946.9l-900.3 -9946.9l-901.1 -9946.8l-901.9 -9946.7l-902.8 -9946.6l-903.6 -9946.5l-904.4 -9946.5l-905.2 -9946.4l-906 -9946.3l-906.8 -9946.2l-907.7 -9946.2l-908.5 -9946.1l-909.3 -9946l-910.1 -9945.9l-910.9 -9945.8l-911.7 -9945.8l-912.5 -9945.7l-913.3 -9945.6l-914 -9945.6l-914.8 -9945.5l-915.6 -9945.4l-916.4 -9945.3l-917.2 -9945.3l-298.6 -3236.2"
id="path1358"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M857961.9 -1l-.8 -10003l-2.5 -10004l-4.1 -10003.9l-5.8 -10004l-7.4 -10004l-9.1 -10004l-10.7 -10003.9l-12.4 -10004l-14.1 -10004l-15.7 -10004l-17.4 -10003.9l-19 -10003.9l-20.7 -10003.9l-22.3 -10003.9l-24 -10003.9l-25.6 -10003.9l-27.3 -10003.9l-28.9 -10003.9l-30.6 -10003.9l-32.2 -10003.9l-33.9 -10003.9l-35.6 -10003.9l-37.2 -10003.9l-38.9 -10003.9l-40.5 -10003.8l-42.2 -10003.8l-43.8 -10003.8l-45.5 -10003.8l-47.1 -10003.8l-48.8 -10003.8l-50.4 -10003.8l-52.1 -10003.8l-53.7 -10003.7l-55.4 -10003.7l-57 -10003.7l-58.7 -10003.7l-60.3 -10003.7l-62 -10003.7l-63.6 -10003.6l-65.3 -10003.6l-66.9 -10003.6l-68.6 -10003.6l-70.2 -10003.6l-71.9 -10003.5l-73.5 -10003.6l-75.2 -10003.5l-76.8 -10003.5l-78.5 -10003.5l-80.1 -10003.4l-81.8 -10003.5l-83.4 -10003.4l-85.1 -10003.4l-86.7 -10003.4l-88.4 -10003.4l-90 -10003.3l-91.7 -10003.3l-93.3 -10003.3l-95 -10003.2l-96.6 -10003.3l-98.3 -10003.2l-99.9 -10003.2l-101.5 -10003.1l-103.2 -10003.2l-104.8 -10003.1l-106.5 -10003.1l-108.1 -10003.1l-109.8 -10003l-111.4 -10003l-113.1 -10003l-114.7 -10003l-116.3 -10002.9l-118 -10002.9l-119.6 -10002.9l-121.3 -10002.8l-122.9 -10002.8l-124.6 -10002.7l-126.2 -10002.7l-127.8 -10002.7l-129.5 -10002.7l-131.1 -10002.7l-132.8 -10002.6l-134.4 -10002.6l-136 -10002.6l-137.7 -10002.5l-139.3 -10002.4l-141 -10002.4l-142.6 -10002.4l-144.2 -10002.4l-145.9 -10002.3l-147.5 -10002.3l-149.1 -10002.3l-150.8 -10002.2l-152.4 -10002.2l-154 -10002.1l-155.7 -10002.1l-157.3 -10002.1l-158.9 -10002l-160.6 -10002l-162.2 -10001.9l-163.8 -10001.9l-165.5 -10001.9l-167.1 -10001.8l-168.7 -10001.8l-170.4 -10001.7l-172 -10001.7l-173.6 -10001.7l-175.3 -10001.6l-176.9 -10001.5l-178.5 -10001.5l-180.1 -10001.5l-181.8 -10001.4l-183.4 -10001.4l-185 -10001.3l-186.7 -10001.3l-188.3 -10001.3l-189.9 -10001.2l-191.5 -10001.1l-193.2 -10001.1l-194.8 -10001.1l-196.4 -10001l-198 -10001l-199.6 -10000.9l-201.3 -10000.9l-202.9 -10000.8l-204.5 -10000.8l-206.1 -10000.7l-207.7 -10000.7l-209.4 -10000.6l-211 -10000.6l-212.6 -10000.5l-214.2 -10000.4l-215.8 -10000.4l-217.5 -10000.4l-219.1 -10000.3l-220.7 -10000.2l-222.3 -10000.2l-223.9 -10000.1l-225.5 -10000.1l-227.1 -10000l-228.7 -9999.9l-230.4 -9999.9l-232 -9999.9l-233.6 -9999.8l-235.2 -9999.7l-236.8 -9999.7l-238.4 -9999.6l-240 -9999.6l-241.6 -9999.5l-243.2 -9999.4l-244.8 -9999.4l-246.4 -9999.3l-248 -9999.3l-249.7 -9999.2l-251.3 -9999.1l-252.9 -9999.1l-254.5 -9999l-256.1 -9999l-257.7 -9998.9l-259.3 -9998.8l-260.9 -9998.8l-262.5 -9998.7l-264.1 -9998.6l-265.7 -9998.5l-267.2 -9998.5l-268.8 -9998.4l-270.4 -9998.4l-272 -9998.3l-273.6 -9998.2l-275.2 -9998.2l-276.8 -9998.1l-278.4 -9998l-280 -9997.9l-281.6 -9997.9l-283.2 -9997.8l-284.8 -9997.8l-286.4 -9997.7l-287.9 -9997.6l-289.5 -9997.6l-291.1 -9997.5l-292.7 -9997.4l-294.3 -9997.3l-295.9 -9997.3l-297.4 -9997.2l-299 -9997.1l-300.6 -9997.1l-302.2 -9997l-303.8 -9996.9l-305.3 -9996.9l-306.9 -9996.8l-308.5 -9996.7l-310.1 -9996.6l-311.7 -9996.6l-313.2 -9996.5l-314.8 -9996.4l-316.4 -9996.3l-317.9 -9996.3l-319.5 -9996.2l-321.1 -9996.1l-322.7 -9996l-324.2 -9996l-325.8 -9995.9l-327.4 -9995.8l-328.9 -9995.7l-330.5 -9995.6l-332.1 -9995.6l-333.6 -9995.5l-335.2 -9995.4l-336.7 -9995.3l-338.3 -9995.2l-339.9 -9995.2l-341.4 -9995.1l-343 -9995l-344.5 -9994.9l-346.1 -9994.8l-347.7 -9994.8l-349.2 -9994.7l-350.8 -9994.6l-352.3 -9994.5l-353.9 -9994.4l-355.4 -9994.4l-357 -9994.3l-358.5 -9994.2l-360.1 -9994.1l-361.6 -9994l-363.2 -9993.9l-364.7 -9993.8l-366.3 -9993.7l-367.8 -9993.7l-369.3 -9993.6l-370.9 -9993.5l-372.4 -9993.4l-374 -9993.3l-375.5 -9993.2l-377 -9993.2l-378.6 -9993.1l-380.1 -9993l-381.6 -9992.9l-383.2 -9992.8l-384.7 -9992.7l-386.2 -9992.6l-387.8 -9992.5l-389.3 -9992.5l-151 -3865.2M564059.3 -6206558.4l-238.7 -2739.8l-867.4 -9951l-868.3 -9950.9l-869.2 -9950.8l-870.1 -9950.7l-871 -9950.6l-871.9 -9950.5l-872.8 -9950.4l-873.7 -9950.3l-874.6 -9950.3l-875.5 -9950.2l-876.4 -9950l-877.2 -9950l-878.1 -9949.9l-879 -9949.8l-879.9 -9949.7l-880.8 -9949.6l-881.7 -9949.5l-882.5 -9949.5l-883.4 -9949.4l-884.3 -9949.2l-885.1 -9949.2l-886 -9949.1l-886.9 -9949l-887.7 -9948.9l-888.6 -9948.8l-889.4 -9948.8l-890.3 -9948.7l-891.1 -9948.6l-892 -9948.5l-892.8 -9948.4l-893.7 -9948.3l-894.5 -9948.3l-895.4 -9948.2l-896.2 -9948.1l-897.1 -9948l-897.9 -9947.9l-898.7 -9947.8l-899.5 -9947.7l-900.4 -9947.7l-901.2 -9947.6l-902 -9947.5l-902.9 -9947.4l-903.7 -9947.3l-904.5 -9947.3l-905.3 -9947.2l-906.1 -9947.1l-906.9 -9947l-907.7 -9947l-908.5 -9946.9l-909.3 -9946.8l-910.1 -9946.7l-910.9 -9946.6l-911.7 -9946.6l-912.5 -9946.5l-913.3 -9946.4l-914.1 -9946.3l-914.9 -9946.2l-915.7 -9946.2l-916.5 -9946.1l-917.3 -9946l-918 -9945.9l-918.8 -9945.9l-919.6 -9945.8l-920.4 -9945.8l-921.1 -9945.7l-921.9 -9945.6l-922.7 -9945.5l-923.4 -9945.5l-924.2 -9945.4l-925 -9945.3l-925.7 -9945.3l-103.4 -1110.3"
id="path1359"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M867966.7 -1l-.8 -10004.6l-2.5 -10005.6l-4.1 -10005.6l-5.8 -10005.6l-7.4 -10005.6l-9.1 -10005.6l-10.8 -10005.6l-12.4 -10005.6l-14.1 -10005.6l-15.7 -10005.6l-17.4 -10005.6l-19 -10005.6l-20.7 -10005.6l-22.3 -10005.6l-24 -10005.6l-25.6 -10005.6l-27.3 -10005.5l-28.9 -10005.6l-30.6 -10005.6l-32.3 -10005.5l-33.9 -10005.5l-35.6 -10005.5l-37.2 -10005.5l-38.9 -10005.5l-40.5 -10005.5l-42.2 -10005.5l-43.8 -10005.5l-45.5 -10005.5l-47.1 -10005.5l-48.8 -10005.4l-50.4 -10005.4l-52.1 -10005.4l-53.7 -10005.4l-55.4 -10005.4l-57 -10005.3l-58.7 -10005.4l-60.3 -10005.3l-62 -10005.3l-63.6 -10005.3l-65.3 -10005.3l-66.9 -10005.3l-68.6 -10005.3l-70.3 -10005.2l-71.9 -10005.2l-73.6 -10005.2l-75.2 -10005.2l-76.9 -10005.2l-78.5 -10005.1l-80.1 -10005.1l-81.8 -10005.1l-83.4 -10005.1l-85.1 -10005.1l-86.7 -10005l-88.4 -10005l-90 -10005l-91.7 -10005l-93.3 -10005l-95 -10004.9l-96.6 -10004.9l-98.3 -10004.9l-99.9 -10004.9l-101.6 -10004.8l-103.2 -10004.8l-104.9 -10004.8l-106.5 -10004.7l-108.2 -10004.7l-109.8 -10004.7l-111.4 -10004.7l-113.1 -10004.6l-114.7 -10004.6l-116.4 -10004.5l-118 -10004.5l-119.7 -10004.5l-121.3 -10004.5l-122.9 -10004.5l-124.6 -10004.4l-126.2 -10004.4l-127.9 -10004.4l-129.5 -10004.3l-131.1 -10004.3l-132.8 -10004.2l-134.4 -10004.2l-136.1 -10004.2l-137.7 -10004.2l-139.3 -10004.1l-141 -10004.1l-142.6 -10004l-144.3 -10004l-145.9 -10004l-147.5 -10003.9l-149.2 -10003.9l-150.8 -10003.9l-152.4 -10003.8l-154.1 -10003.8l-155.7 -10003.7l-157.4 -10003.7l-159 -10003.7l-160.6 -10003.6l-162.3 -10003.6l-163.9 -10003.5l-165.5 -10003.5l-167.1 -10003.5l-168.8 -10003.4l-170.4 -10003.4l-172 -10003.3l-173.7 -10003.3l-175.3 -10003.2l-176.9 -10003.2l-178.6 -10003.2l-180.2 -10003.1l-181.8 -10003.1l-183.4 -10003l-185.1 -10003l-186.7 -10002.9l-188.3 -10002.9l-190 -10002.8l-191.6 -10002.8l-193.2 -10002.7l-194.8 -10002.7l-196.4 -10002.6l-198.1 -10002.6l-199.7 -10002.5l-201.3 -10002.5l-202.9 -10002.4l-204.6 -10002.4l-206.2 -10002.3l-207.8 -10002.3l-209.4 -10002.2l-211 -10002.2l-212.7 -10002.1l-214.3 -10002l-215.9 -10002l-217.5 -10002l-219.1 -10001.9l-220.7 -10001.8l-222.4 -10001.8l-224 -10001.7l-225.6 -10001.7l-227.2 -10001.6l-228.8 -10001.5l-230.4 -10001.5l-232 -10001.5l-233.6 -10001.4l-235.2 -10001.3l-236.9 -10001.3l-238.5 -10001.2l-240.1 -10001.2l-241.7 -10001.1l-243.3 -10001l-244.9 -10001l-246.5 -10000.9l-248.1 -10000.9l-249.7 -10000.8l-251.3 -10000.7l-252.9 -10000.7l-254.5 -10000.6l-256.1 -10000.6l-257.7 -10000.5l-259.3 -10000.4l-260.9 -10000.4l-262.5 -10000.3l-264.1 -10000.2l-265.7 -10000.1l-267.3 -10000.1l-268.9 -10000l-270.5 -10000l-272.1 -9999.9l-273.7 -9999.8l-275.3 -9999.8l-276.9 -9999.7l-278.5 -9999.6l-280.1 -9999.5l-281.7 -9999.5l-283.2 -9999.4l-284.8 -9999.4l-286.4 -9999.3l-288 -9999.2l-289.6 -9999.2l-291.2 -9999.1l-292.8 -9999l-294.4 -9998.9l-295.9 -9998.9l-297.5 -9998.8l-299.1 -9998.7l-300.7 -9998.7l-302.3 -9998.5l-303.8 -9998.5l-305.4 -9998.4l-307 -9998.4l-308.6 -9998.3l-310.2 -9998.2l-311.7 -9998.1l-313.3 -9998.1l-314.9 -9998l-316.5 -9997.9l-318 -9997.8l-319.6 -9997.8l-321.2 -9997.7l-322.7 -9997.6l-324.3 -9997.5l-325.9 -9997.4l-327.4 -9997.4l-329 -9997.3l-330.6 -9997.2l-332.1 -9997.1l-333.7 -9997.1l-335.3 -9997l-336.8 -9996.9l-338.4 -9996.8l-340 -9996.7l-341.5 -9996.6l-343.1 -9996.6l-344.6 -9996.5l-346.2 -9996.4l-347.7 -9996.3l-349.3 -9996.2l-350.8 -9996.1l-352.4 -9996.1l-354 -9996l-355.5 -9995.9l-357.1 -9995.8l-358.6 -9995.7l-360.2 -9995.6l-361.7 -9995.6l-363.3 -9995.5l-364.8 -9995.4l-366.3 -9995.3l-367.9 -9995.2l-369.4 -9995.1l-371 -9995l-372.5 -9994.9l-374.1 -9994.9l-375.6 -9994.8l-377.1 -9994.7l-378.7 -9994.6l-380.2 -9994.5l-381.7 -9994.4l-383.3 -9994.3l-384.8 -9994.3l-386.3 -9994.1l-387.9 -9994.1l-389.4 -9994l-390.9 -9993.9l-392.5 -9993.8l-394 -9993.7l-395.5 -9993.6l-397 -9993.5l-398.6 -9993.4l-400.1 -9993.3l-401.6 -9993.2l-403.1 -9993.2l-404.6 -9993.1l-406.2 -9993l-407.7 -9992.8l-409.2 -9992.8l-410.7 -9992.7l-412.2 -9992.6l-413.7 -9992.5l-415.3 -9992.4l-416.8 -9992.3l-418.3 -9992.2l-419.8 -9992.1l-421.3 -9992l-422.8 -9991.9l-424.3 -9991.8l-425.8 -9991.7l-427.3 -9991.6l-428.8 -9991.5l-430.3 -9991.4l-431.8 -9991.3l-433.3 -9991.2l-434.8 -9991.1l-436.3 -9991l-437.8 -9991l-439.3 -9990.9l-440.8 -9990.8l-442.3 -9990.6l-443.8 -9990.6l-445.3 -9990.5l-446.8 -9990.4l-448.3 -9990.2l-449.7 -9990.2l-451.2 -9990.1l-452.7 -9990l-454.2 -9989.9l-455.7 -9989.7l-457.2 -9989.6l-458.6 -9989.5l-460.1 -9989.4l-135.7 -2939.6M574072.4 -6206718.9l-300.2 -3446.3l-867.5 -9951.9l-868.4 -9951.8l-869.3 -9951.7l-870.2 -9951.6l-871.1 -9951.5l-872 -9951.4l-872.9 -9951.3l-873.8 -9951.2l-874.7 -9951.1l-875.6 -9951.1l-876.4 -9950.9l-877.3 -9950.9l-878.2 -9950.8l-879.1 -9950.7l-880 -9950.6l-880.9 -9950.5l-881.7 -9950.4l-882.6 -9950.3l-883.5 -9950.2l-884.4 -9950.1l-885.2 -9950.1l-886.1 -9950l-886.9 -9949.9l-887.8 -9949.8l-888.7 -9949.7l-889.5 -9949.6l-890.4 -9949.5l-891.2 -9949.4l-892.1 -9949.3l-892.9 -9949.3l-893.8 -9949.2l-894.6 -9949.1l-895.5 -9949l-896.3 -9948.9l-897.1 -9948.8l-898 -9948.8l-898.8 -9948.7l-899.6 -9948.6l-900.5 -9948.5l-901.3 -9948.4l-902.1 -9948.3l-902.9 -9948.3l-903.7 -9948.1l-904.6 -9948.1l-905.4 -9948l-906.2 -9947.9l-907 -9947.8l-907.8 -9947.8l-908.6 -9947.7l-909.4 -9947.6l-910.2 -9947.5l-911 -9947.4l-911.8 -9947.4l-912.6 -9947.3l-913.4 -9947.2l-914.2 -9947.1l-915 -9947l-915.8 -9947l-916.6 -9946.9l-917.3 -9946.8l-918.1 -9946.7l-918.9 -9946.7l-919.7 -9946.6l-920.4 -9946.5l-921.2 -9946.5l-922 -9946.3l-922.8 -9946.3l-923.5 -9946.2l-924.3 -9946.2l-925 -9946l-925.8 -9946l-926.5 -9945.9l-927.3 -9945.9l-928.1 -9945.8l-928.8 -9945.7l-929.5 -9945.6l-930.3 -9945.6l-931 -9945.5l-931.8 -9945.4l-932.5 -9945.4l-933.2 -9945.3l-749.8 -7984.9"
id="path1360"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M877973.1 -1l-.8 -10006.3l-2.5 -10007.3l-4.1 -10007.2l-5.8 -10007.3l-7.4 -10007.3l-9.1 -10007.3l-10.8 -10007.2l-12.4 -10007.3l-14.1 -10007.3l-15.7 -10007.3l-17.4 -10007.3l-19 -10007.2l-20.7 -10007.2l-22.3 -10007.2l-24 -10007.2l-25.6 -10007.2l-27.3 -10007.2l-29 -10007.2l-30.6 -10007.2l-32.3 -10007.2l-33.9 -10007.2l-35.6 -10007.2l-37.2 -10007.2l-38.9 -10007.2l-40.5 -10007.2l-42.2 -10007.1l-43.8 -10007.1l-45.5 -10007.1l-47.1 -10007.1l-48.8 -10007.1l-50.4 -10007.1l-52.1 -10007.1l-53.8 -10007.1l-55.4 -10007l-57.1 -10007l-58.7 -10007l-60.4 -10007l-62 -10007l-63.7 -10006.9l-65.3 -10006.9l-67 -10006.9l-68.6 -10006.9l-70.3 -10006.9l-71.9 -10006.8l-73.6 -10006.9l-75.2 -10006.8l-76.9 -10006.8l-78.5 -10006.8l-80.2 -10006.7l-81.8 -10006.8l-83.5 -10006.7l-85.1 -10006.7l-86.8 -10006.7l-88.4 -10006.7l-90.1 -10006.6l-91.7 -10006.6l-93.4 -10006.6l-95 -10006.5l-96.7 -10006.5l-98.3 -10006.5l-99.9 -10006.5l-101.6 -10006.4l-103.2 -10006.4l-104.9 -10006.4l-106.5 -10006.4l-108.2 -10006.4l-109.8 -10006.3l-111.5 -10006.3l-113.1 -10006.3l-114.8 -10006.2l-116.4 -10006.2l-118 -10006.2l-119.7 -10006.2l-121.3 -10006.1l-123 -10006.1l-124.6 -10006l-126.3 -10006l-127.9 -10006l-129.5 -10006l-131.2 -10005.9l-132.8 -10005.9l-134.5 -10005.9l-136.1 -10005.8l-137.7 -10005.8l-139.4 -10005.7l-141 -10005.7l-142.7 -10005.7l-144.3 -10005.7l-145.9 -10005.6l-147.6 -10005.5l-149.2 -10005.5l-150.8 -10005.5l-152.5 -10005.5l-154.1 -10005.4l-155.8 -10005.4l-157.4 -10005.3l-159 -10005.3l-160.7 -10005.3l-162.3 -10005.2l-163.9 -10005.2l-165.6 -10005.1l-167.2 -10005.1l-168.8 -10005l-170.5 -10005l-172.1 -10005l-173.7 -10004.9l-175.3 -10004.9l-177 -10004.8l-178.6 -10004.8l-180.2 -10004.7l-181.9 -10004.7l-183.5 -10004.6l-185.1 -10004.6l-186.7 -10004.6l-188.4 -10004.5l-190 -10004.5l-191.6 -10004.4l-193.2 -10004.4l-194.9 -10004.3l-196.5 -10004.3l-198.1 -10004.2l-199.7 -10004.1l-201.4 -10004.1l-203 -10004.1l-204.6 -10004l-206.2 -10003.9l-207.9 -10003.9l-209.5 -10003.9l-211.1 -10003.8l-212.7 -10003.7l-214.3 -10003.7l-215.9 -10003.6l-217.6 -10003.6l-219.2 -10003.5l-220.8 -10003.4l-222.4 -10003.4l-224 -10003.4l-225.6 -10003.3l-227.3 -10003.2l-228.9 -10003.2l-230.5 -10003.1l-232.1 -10003.1l-233.7 -10003l-235.3 -10002.9l-236.9 -10002.9l-238.5 -10002.8l-240.1 -10002.8l-241.7 -10002.7l-243.3 -10002.6l-245 -10002.6l-246.6 -10002.5l-248.2 -10002.5l-249.8 -10002.4l-251.4 -10002.3l-253 -10002.3l-254.6 -10002.2l-256.2 -10002.2l-257.8 -10002.1l-259.4 -10002l-261 -10002l-262.6 -10001.9l-264.2 -10001.8l-265.8 -10001.7l-267.4 -10001.7l-269 -10001.6l-270.6 -10001.6l-272.2 -10001.5l-273.8 -10001.4l-275.4 -10001.4l-276.9 -10001.3l-278.5 -10001.2l-280.1 -10001.1l-281.7 -10001.1l-283.3 -10001l-284.9 -10001l-286.5 -10000.9l-288.1 -10000.8l-289.7 -10000.7l-291.3 -10000.7l-292.8 -10000.6l-294.4 -10000.5l-296 -10000.5l-297.6 -10000.4l-299.2 -10000.3l-300.8 -10000.2l-302.3 -10000.1l-303.9 -10000.1l-305.5 -10000l-307.1 -9999.9l-308.7 -9999.8l-310.2 -9999.8l-311.8 -9999.7l-313.4 -9999.6l-315 -9999.6l-316.5 -9999.4l-318.1 -9999.4l-319.7 -9999.3l-321.2 -9999.2l-322.8 -9999.1l-324.4 -9999.1l-326 -9999l-327.5 -9998.9l-329.1 -9998.9l-330.7 -9998.7l-332.2 -9998.7l-333.8 -9998.6l-335.3 -9998.5l-336.9 -9998.4l-338.5 -9998.4l-340 -9998.3l-341.6 -9998.2l-343.2 -9998.1l-344.7 -9998l-346.3 -9998l-347.8 -9997.9l-349.4 -9997.8l-350.9 -9997.7l-352.5 -9997.6l-354 -9997.5l-355.6 -9997.5l-357.1 -9997.4l-358.7 -9997.3l-360.2 -9997.2l-361.8 -9997.1l-363.3 -9997l-364.9 -9996.9l-366.4 -9996.8l-368 -9996.8l-369.5 -9996.7l-371.1 -9996.6l-372.6 -9996.5l-374.1 -9996.4l-375.7 -9996.3l-377.2 -9996.2l-378.8 -9996.1l-380.3 -9996l-381.8 -9996l-383.4 -9995.9l-384.9 -9995.8l-386.4 -9995.7l-388 -9995.6l-389.5 -9995.5l-391 -9995.4l-392.5 -9995.3l-394.1 -9995.2l-395.6 -9995.1l-397.1 -9995.1l-398.7 -9995l-400.2 -9994.8l-401.7 -9994.8l-403.2 -9994.7l-404.7 -9994.6l-406.3 -9994.5l-407.8 -9994.4l-409.3 -9994.3l-410.8 -9994.2l-412.3 -9994.1l-413.8 -9994l-415.3 -9993.9l-416.9 -9993.8l-418.4 -9993.7l-419.9 -9993.6l-421.4 -9993.5l-422.9 -9993.4l-424.4 -9993.3l-425.9 -9993.2l-427.4 -9993.1l-428.9 -9993l-430.4 -9992.9l-431.9 -9992.8l-433.4 -9992.7l-434.9 -9992.6l-436.4 -9992.5l-437.9 -9992.4l-439.4 -9992.3l-440.9 -9992.2l-442.4 -9992.1l-443.9 -9992l-445.4 -9991.9l-446.9 -9991.8l-448.4 -9991.7l-449.8 -9991.6l-451.3 -9991.5l-452.8 -9991.4l-454.3 -9991.3l-455.8 -9991.2l-457.3 -9991.1l-458.7 -9991l-460.2 -9990.9l-461.7 -9990.8l-463.2 -9990.7l-464.6 -9990.6l-466.1 -9990.5l-467.6 -9990.4l-469.1 -9990.3l-470.5 -9990.2l-472 -9990.1l-473.5 -9990l-474.9 -9989.9l-476.4 -9989.7l-477.9 -9989.7l-479.3 -9989.6l-480.8 -9989.5l-482.3 -9989.3l-483.7 -9989.2l-485.2 -9989.1l-486.6 -9989l-488.1 -9988.9l-489.5 -9988.8l-491 -9988.7l-492.4 -9988.6l-493.9 -9988.5l-495.3 -9988.3l-496.8 -9988.3l-498.2 -9988.2l-499.7 -9988.1l-501.1 -9987.9l-502.6 -9987.8l-504 -9987.7l-505.5 -9987.6l-506.9 -9987.5l-508.3 -9987.4l-509.8 -9987.3l-511.2 -9987.2l-512.6 -9987.1l-514.1 -9987l-515.5 -9986.8l-516.9 -9986.7l-518.4 -9986.6l-518.4 -9959.6M584084.2 -6206902.6l-359.7 -4129.7l-867.6 -9952.8l-868.5 -9952.7l-869.4 -9952.6l-870.3 -9952.5l-871.2 -9952.4l-872.1 -9952.3l-873 -9952.2l-873.9 -9952.1l-874.8 -9952l-875.7 -9951.9l-876.5 -9951.8l-877.4 -9951.8l-878.3 -9951.7l-879.2 -9951.6l-880.1 -9951.5l-881 -9951.4l-881.8 -9951.3l-882.7 -9951.2l-883.6 -9951.1l-884.4 -9951l-885.3 -9950.9l-886.2 -9950.8l-887 -9950.7l-887.9 -9950.7l-888.8 -9950.5l-889.6 -9950.5l-890.5 -9950.4l-891.3 -9950.3l-892.2 -9950.2l-893 -9950.1l-893.9 -9950l-894.7 -9949.9l-895.5 -9949.9l-896.4 -9949.7l-897.2 -9949.7l-898.1 -9949.6l-898.9 -9949.5l-899.7 -9949.4l-900.5 -9949.3l-901.4 -9949.2l-902.2 -9949.2l-903 -9949.1l-903.8 -9949l-904.7 -9948.9l-905.5 -9948.8l-906.3 -9948.7l-907.1 -9948.6l-907.9 -9948.6l-908.7 -9948.5l-909.5 -9948.4l-910.3 -9948.3l-911.1 -9948.2l-911.9 -9948.2l-912.7 -9948.1l-913.5 -9948l-914.3 -9947.9l-915.1 -9947.8l-915.9 -9947.8l-916.6 -9947.7l-917.4 -9947.6l-918.2 -9947.5l-919 -9947.5l-919.7 -9947.4l-920.5 -9947.3l-921.3 -9947.2l-922.1 -9947.1l-922.8 -9947.1l-923.6 -9947l-924.4 -9946.9l-925.1 -9946.8l-925.9 -9946.8l-926.6 -9946.7l-927.4 -9946.6l-928.1 -9946.5l-928.9 -9946.4l-929.6 -9946.4l-930.4 -9946.3l-931.1 -9946.2l-931.8 -9946.1l-932.6 -9946.1l-933.3 -9946l-934 -9946l-934.8 -9945.9l-935.5 -9945.8l-936.2 -9945.8l-936.9 -9945.7l-937.7 -9945.6l-938.4 -9945.5l-939.1 -9945.4l-50.3 -532.6"
id="path1361"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M887981.2 -1l-.8 -10007.9l-2.5 -10008.9l-4.1 -10008.9l-5.8 -10008.9l-7.4 -10008.9l-9.1 -10008.9l-10.8 -10008.9l-12.4 -10008.9l-14.1 -10008.9l-15.7 -10008.9l-17.4 -10008.9l-19 -10008.9l-20.7 -10008.9l-22.3 -10008.9l-24 -10008.9l-25.7 -10008.9l-27.3 -10008.8l-29 -10008.9l-30.6 -10008.9l-32.3 -10008.9l-33.9 -10008.8l-35.6 -10008.8l-37.2 -10008.8l-38.9 -10008.8l-40.5 -10008.8l-42.2 -10008.8l-43.8 -10008.8l-45.5 -10008.8l-47.2 -10008.8l-48.8 -10008.7l-50.5 -10008.7l-52.1 -10008.7l-53.8 -10008.7l-55.4 -10008.7l-57.1 -10008.6l-58.7 -10008.7l-60.4 -10008.6l-62 -10008.6l-63.7 -10008.6l-65.3 -10008.6l-67 -10008.6l-68.6 -10008.6l-70.3 -10008.5l-71.9 -10008.5l-73.6 -10008.5l-75.2 -10008.5l-76.9 -10008.5l-78.5 -10008.4l-80.2 -10008.4l-81.8 -10008.4l-83.5 -10008.4l-85.1 -10008.4l-86.8 -10008.3l-88.4 -10008.3l-90.1 -10008.3l-91.7 -10008.3l-93.4 -10008.2l-95 -10008.2l-96.7 -10008.2l-98.3 -10008.2l-100 -10008.1l-101.6 -10008.1l-103.3 -10008.1l-104.9 -10008.1l-106.6 -10008l-108.2 -10008l-109.9 -10007.9l-111.5 -10008l-113.1 -10007.9l-114.8 -10007.9l-116.4 -10007.8l-118.1 -10007.8l-119.7 -10007.8l-121.4 -10007.8l-123 -10007.7l-124.6 -10007.7l-126.3 -10007.7l-127.9 -10007.6l-129.6 -10007.6l-131.2 -10007.6l-132.9 -10007.5l-134.5 -10007.5l-136.1 -10007.5l-137.8 -10007.4l-139.4 -10007.4l-141.1 -10007.4l-142.7 -10007.3l-144.3 -10007.3l-146 -10007.3l-147.6 -10007.2l-149.2 -10007.2l-150.9 -10007.1l-152.5 -10007.1l-154.2 -10007l-155.8 -10007l-157.4 -10007l-159.1 -10006.9l-160.7 -10006.9l-162.3 -10006.8l-164 -10006.8l-165.6 -10006.8l-167.2 -10006.7l-168.9 -10006.7l-170.5 -10006.6l-172.1 -10006.6l-173.8 -10006.6l-175.4 -10006.5l-177 -10006.4l-178.7 -10006.4l-180.3 -10006.4l-181.9 -10006.3l-183.5 -10006.2l-185.2 -10006.2l-186.8 -10006.2l-188.4 -10006.1l-190 -10006.1l-191.7 -10006l-193.3 -10006l-194.9 -10005.9l-196.5 -10005.9l-198.2 -10005.8l-199.8 -10005.8l-201.4 -10005.7l-203 -10005.7l-204.7 -10005.6l-206.3 -10005.5l-207.9 -10005.5l-209.5 -10005.5l-211.1 -10005.4l-212.8 -10005.4l-214.4 -10005.3l-216 -10005.3l-217.6 -10005.2l-219.2 -10005.1l-220.8 -10005.1l-222.5 -10005l-224.1 -10005l-225.7 -10004.9l-227.3 -10004.9l-228.9 -10004.8l-230.5 -10004.7l-232.1 -10004.7l-233.8 -10004.6l-235.4 -10004.5l-237 -10004.5l-238.6 -10004.4l-240.2 -10004.4l-241.8 -10004.3l-243.4 -10004.2l-245 -10004.2l-246.6 -10004.1l-248.2 -10004.1l-249.8 -10004l-251.4 -10003.9l-253 -10003.9l-254.6 -10003.8l-256.2 -10003.8l-257.9 -10003.7l-259.5 -10003.6l-261.1 -10003.6l-262.7 -10003.5l-264.3 -10003.4l-265.8 -10003.3l-267.4 -10003.3l-269 -10003.2l-270.6 -10003.2l-272.2 -10003.1l-273.8 -10003l-275.4 -10003l-277 -10002.9l-278.6 -10002.8l-280.2 -10002.7l-281.8 -10002.7l-283.4 -10002.6l-285 -10002.5l-286.6 -10002.4l-288.2 -10002.4l-289.7 -10002.3l-291.3 -10002.3l-292.9 -10002.2l-294.5 -10002.1l-296.1 -10002l-297.7 -10002l-299.2 -10001.9l-300.8 -10001.8l-302.4 -10001.7l-304 -10001.7l-305.6 -10001.6l-307.1 -10001.5l-308.7 -10001.4l-310.3 -10001.4l-311.9 -10001.3l-313.5 -10001.2l-315 -10001.1l-316.6 -10001l-318.2 -10001l-319.8 -10000.9l-321.3 -10000.8l-322.9 -10000.7l-324.5 -10000.7l-326 -10000.6l-327.6 -10000.5l-329.2 -10000.4l-330.7 -10000.3l-332.3 -10000.3l-333.9 -10000.2l-335.4 -10000.1l-337 -10000l-338.6 -9999.9l-340.1 -9999.8l-341.7 -9999.8l-343.2 -9999.7l-344.8 -9999.6l-346.4 -9999.5l-347.9 -9999.4l-349.5 -9999.3l-351 -9999.2l-352.6 -9999.2l-354.1 -9999.1l-355.7 -9999l-357.2 -9998.9l-358.8 -9998.8l-360.3 -9998.7l-361.9 -9998.7l-363.4 -9998.6l-365 -9998.5l-366.5 -9998.4l-368.1 -9998.3l-369.6 -9998.2l-371.1 -9998.1l-372.7 -9998l-374.2 -9998l-375.8 -9997.9l-377.3 -9997.8l-378.8 -9997.7l-380.4 -9997.6l-381.9 -9997.5l-383.5 -9997.4l-385 -9997.3l-386.5 -9997.2l-388.1 -9997.1l-389.6 -9997l-391.1 -9996.9l-392.6 -9996.9l-394.2 -9996.7l-395.7 -9996.7l-397.2 -9996.6l-398.7 -9996.5l-400.3 -9996.4l-401.8 -9996.3l-403.3 -9996.2l-404.8 -9996.1l-406.4 -9996l-407.9 -9995.9l-409.4 -9995.8l-410.9 -9995.7l-412.4 -9995.6l-413.9 -9995.5l-415.4 -9995.4l-417 -9995.3l-418.5 -9995.2l-420 -9995.1l-421.5 -9995l-423 -9994.9l-424.5 -9994.8l-426 -9994.7l-427.5 -9994.6l-429 -9994.5l-430.5 -9994.4l-432 -9994.3l-433.5 -9994.2l-435 -9994.1l-436.5 -9994l-438 -9993.9l-439.5 -9993.8l-441 -9993.7l-442.5 -9993.6l-444 -9993.5l-445.5 -9993.4l-447 -9993.3l-448.5 -9993.2l-449.9 -9993.1l-451.4 -9993l-452.9 -9992.9l-454.4 -9992.8l-455.9 -9992.7l-457.4 -9992.6l-458.8 -9992.5l-460.3 -9992.4l-461.8 -9992.3l-463.3 -9992.2l-464.8 -9992.1l-466.2 -9992l-467.7 -9991.9l-469.2 -9991.7l-470.6 -9991.7l-472.1 -9991.6l-473.6 -9991.4l-475 -9991.3l-476.5 -9991.2l-478 -9991.1l-479.4 -9991l-480.9 -9990.9l-482.4 -9990.8l-483.8 -9990.7l-485.3 -9990.6l-486.7 -9990.5l-488.2 -9990.4l-489.6 -9990.2l-491.1 -9990.2l-492.6 -9990l-494 -9989.9l-495.5 -9989.8l-496.9 -9989.7l-498.4 -9989.6l-499.8 -9989.5l-501.2 -9989.4l-502.7 -9989.2l-504.1 -9989.2l-505.6 -9989.1l-507 -9988.9l-508.4 -9988.8l-509.9 -9988.7l-511.3 -9988.6l-512.8 -9988.5l-514.2 -9988.4l-515.6 -9988.2l-517 -9988.2l-518.5 -9988l-519.9 -9987.9l-521.3 -9987.8l-522.7 -9987.7l-524.2 -9987.6l-525.6 -9987.5l-527 -9987.4l-528.4 -9987.2l-529.9 -9987.1l-531.3 -9987l-532.7 -9986.9l-534.1 -9986.8l-535.5 -9986.6l-536.9 -9986.6l-538.3 -9986.5l-539.7 -9986.3l-541.1 -9986.2l-542.6 -9986.1l-544 -9986l-545.4 -9985.9l-546.8 -9985.8l-548.2 -9985.6l-549.6 -9985.5l-551 -9985.4l-552.4 -9985.3l-553.7 -9985.1l-555.1 -9985.1l-556.5 -9984.9l-557.9 -9984.8l-559.3 -9984.7l-560.7 -9984.6l-562.1 -9984.5l-563.5 -9984.4l-564.9 -9984.2l-566.2 -9984.1l-567.6 -9984l-569 -9983.9l-570.4 -9983.8l-330.4 -5772.3M594095 -6207109.5l-417.2 -4789.9l-867.7 -9953.7l-868.6 -9953.6l-869.5 -9953.5l-870.4 -9953.4l-871.3 -9953.3l-872.2 -9953.2l-873.1 -9953.1l-874 -9953l-874.9 -9952.9l-875.8 -9952.8l-876.6 -9952.7l-877.5 -9952.6l-878.4 -9952.5l-879.3 -9952.5l-880.2 -9952.4l-881 -9952.2l-881.9 -9952.2l-882.8 -9952.1l-883.7 -9952l-884.5 -9951.9l-885.4 -9951.8l-886.3 -9951.7l-887.1 -9951.6l-888 -9951.5l-888.8 -9951.4l-889.7 -9951.3l-890.6 -9951.2l-891.4 -9951.1l-892.3 -9951l-893.1 -9951l-894 -9950.9l-894.8 -9950.8l-895.6 -9950.7l-896.5 -9950.6l-897.3 -9950.5l-898.1 -9950.4l-899 -9950.3l-899.8 -9950.2l-900.6 -9950.2l-901.5 -9950.1l-902.3 -9950l-903.1 -9949.9l-903.9 -9949.8l-904.7 -9949.7l-905.6 -9949.6l-906.4 -9949.6l-907.2 -9949.4l-908 -9949.4l-908.8 -9949.3l-909.6 -9949.2l-910.4 -9949.1l-911.2 -9949l-912 -9949l-912.8 -9948.9l-913.6 -9948.8l-914.4 -9948.7l-915.1 -9948.6l-915.9 -9948.6l-916.7 -9948.5l-917.5 -9948.4l-918.3 -9948.3l-919.1 -9948.2l-919.8 -9948.1l-920.6 -9948.1l-921.4 -9948l-922.1 -9947.9l-922.9 -9947.8l-923.7 -9947.8l-924.4 -9947.7l-925.2 -9947.6l-925.9 -9947.5l-926.7 -9947.4l-927.4 -9947.4l-928.2 -9947.3l-928.9 -9947.2l-929.7 -9947.1l-930.4 -9947.1l-931.2 -9947l-931.9 -9946.9l-932.6 -9946.8l-933.4 -9946.8l-934.1 -9946.7l-934.8 -9946.6l-935.6 -9946.5l-936.3 -9946.5l-937 -9946.4l-937.7 -9946.3l-938.5 -9946.3l-903.2 -9565.4"
id="path1362"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M897991 -1l-.8 -10009.6l-2.5 -10010.6l-4.1 -10010.6l-5.8 -10010.6l-7.4 -10010.6l-9.1 -10010.6l-10.8 -10010.5l-12.4 -10010.6l-14.1 -10010.6l-15.7 -10010.6l-17.4 -10010.6l-19 -10010.5l-20.7 -10010.6l-22.3 -10010.6l-24 -10010.5l-25.7 -10010.5l-27.3 -10010.5l-29 -10010.5l-30.6 -10010.5l-32.3 -10010.5l-33.9 -10010.5l-35.6 -10010.5l-37.2 -10010.5l-38.9 -10010.5l-40.6 -10010.5l-42.2 -10010.4l-43.9 -10010.4l-45.5 -10010.4l-47.2 -10010.4l-48.8 -10010.4l-50.5 -10010.4l-52.1 -10010.4l-53.8 -10010.4l-55.4 -10010.3l-57.1 -10010.3l-58.7 -10010.3l-60.4 -10010.3l-62 -10010.3l-63.7 -10010.2l-65.3 -10010.2l-67 -10010.2l-68.7 -10010.2l-70.3 -10010.2l-72 -10010.1l-73.6 -10010.2l-75.3 -10010.1l-76.9 -10010.1l-78.6 -10010.1l-80.2 -10010l-81.9 -10010.1l-83.5 -10010l-85.2 -10010l-86.8 -10010l-88.5 -10010l-90.1 -10009.9l-91.8 -10009.9l-93.4 -10009.9l-95.1 -10009.8l-96.7 -10009.8l-98.4 -10009.8l-100 -10009.8l-101.6 -10009.7l-103.3 -10009.7l-104.9 -10009.7l-106.6 -10009.7l-108.2 -10009.7l-109.9 -10009.6l-111.5 -10009.6l-113.2 -10009.6l-114.8 -10009.5l-116.5 -10009.5l-118.1 -10009.5l-119.8 -10009.4l-121.4 -10009.4l-123 -10009.4l-124.7 -10009.3l-126.3 -10009.3l-128 -10009.3l-129.6 -10009.3l-131.3 -10009.2l-132.9 -10009.1l-134.5 -10009.1l-136.2 -10009.1l-137.8 -10009.1l-139.5 -10009l-141.1 -10009l-142.7 -10009l-144.4 -10008.9l-146 -10008.9l-147.6 -10008.8l-149.3 -10008.8l-150.9 -10008.8l-152.6 -10008.7l-154.2 -10008.7l-155.8 -10008.7l-157.5 -10008.6l-159.1 -10008.6l-160.7 -10008.5l-162.4 -10008.5l-164 -10008.4l-165.6 -10008.4l-167.3 -10008.4l-168.9 -10008.3l-170.5 -10008.3l-172.2 -10008.2l-173.8 -10008.2l-175.4 -10008.1l-177.1 -10008.1l-178.7 -10008l-180.3 -10008l-182 -10008l-183.6 -10007.9l-185.2 -10007.9l-186.8 -10007.8l-188.5 -10007.8l-190.1 -10007.7l-191.7 -10007.6l-193.3 -10007.6l-195 -10007.6l-196.6 -10007.5l-198.2 -10007.5l-199.8 -10007.4l-201.5 -10007.4l-203.1 -10007.3l-204.7 -10007.3l-206.3 -10007.2l-208 -10007.1l-209.6 -10007.1l-211.2 -10007l-212.8 -10007l-214.4 -10006.9l-216.1 -10006.9l-217.7 -10006.8l-219.3 -10006.8l-220.9 -10006.7l-222.5 -10006.6l-224.1 -10006.6l-225.8 -10006.5l-227.4 -10006.5l-229 -10006.4l-230.6 -10006.4l-232.2 -10006.3l-233.8 -10006.2l-235.4 -10006.1l-237 -10006.1l-238.6 -10006.1l-240.3 -10006l-241.9 -10005.9l-243.5 -10005.8l-245.1 -10005.8l-246.7 -10005.7l-248.3 -10005.7l-249.9 -10005.6l-251.5 -10005.5l-253.1 -10005.5l-254.7 -10005.4l-256.3 -10005.4l-257.9 -10005.3l-259.5 -10005.2l-261.1 -10005.2l-262.7 -10005.1l-264.3 -10005l-265.9 -10004.9l-267.5 -10004.9l-269.1 -10004.8l-270.7 -10004.8l-272.3 -10004.7l-273.9 -10004.6l-275.5 -10004.6l-277.1 -10004.5l-278.7 -10004.4l-280.3 -10004.3l-281.9 -10004.3l-283.5 -10004.2l-285 -10004.1l-286.6 -10004l-288.2 -10004l-289.8 -10003.9l-291.4 -10003.8l-293 -10003.8l-294.6 -10003.7l-296.2 -10003.6l-297.7 -10003.5l-299.3 -10003.5l-300.9 -10003.4l-302.5 -10003.3l-304.1 -10003.2l-305.6 -10003.2l-307.2 -10003.1l-308.8 -10003l-310.4 -10002.9l-312 -10002.9l-313.5 -10002.8l-315.1 -10002.7l-316.7 -10002.6l-318.3 -10002.5l-319.8 -10002.5l-321.4 -10002.4l-323 -10002.3l-324.5 -10002.2l-326.1 -10002.2l-327.7 -10002.1l-329.2 -10002l-330.8 -10001.9l-332.4 -10001.8l-333.9 -10001.7l-335.5 -10001.7l-337.1 -10001.5l-338.6 -10001.5l-340.2 -10001.4l-341.8 -10001.3l-343.3 -10001.2l-344.9 -10001.1l-346.4 -10001.1l-348 -10001l-349.5 -10000.9l-351.1 -10000.8l-352.7 -10000.7l-354.2 -10000.6l-355.8 -10000.6l-357.3 -10000.5l-358.9 -10000.4l-360.4 -10000.3l-362 -10000.2l-363.5 -10000.1l-365.1 -10000l-366.6 -9999.9l-368.1 -9999.9l-369.7 -9999.8l-371.2 -9999.7l-372.8 -9999.6l-374.3 -9999.5l-375.9 -9999.4l-377.4 -9999.3l-378.9 -9999.2l-380.5 -9999.1l-382 -9999l-383.5 -9998.9l-385.1 -9998.9l-386.6 -9998.7l-388.1 -9998.7l-389.7 -9998.6l-391.2 -9998.5l-392.7 -9998.4l-394.3 -9998.3l-395.8 -9998.2l-397.3 -9998.1l-398.8 -9998l-400.4 -9997.9l-401.9 -9997.8l-403.4 -9997.7l-404.9 -9997.6l-406.4 -9997.5l-408 -9997.4l-409.5 -9997.3l-411 -9997.2l-412.5 -9997.1l-414 -9997l-415.5 -9996.9l-417.1 -9996.8l-418.6 -9996.7l-420.1 -9996.6l-421.6 -9996.5l-423.1 -9996.4l-424.6 -9996.3l-426.1 -9996.2l-427.6 -9996.1l-429.1 -9996l-430.6 -9995.9l-432.1 -9995.8l-433.6 -9995.7l-435.1 -9995.6l-436.6 -9995.5l-438.1 -9995.4l-439.6 -9995.3l-441.1 -9995.2l-442.6 -9995.1l-444.1 -9995l-445.6 -9994.9l-447.1 -9994.8l-448.6 -9994.7l-450 -9994.6l-451.5 -9994.5l-453 -9994.4l-454.5 -9994.3l-456 -9994.2l-457.5 -9994.1l-458.9 -9994l-460.4 -9993.9l-461.9 -9993.8l-463.4 -9993.6l-464.9 -9993.6l-466.3 -9993.5l-467.8 -9993.3l-469.3 -9993.2l-470.7 -9993.1l-472.2 -9993l-473.7 -9992.9l-475.2 -9992.8l-476.6 -9992.7l-478.1 -9992.6l-479.5 -9992.5l-481 -9992.4l-482.5 -9992.2l-483.9 -9992.2l-485.4 -9992l-486.8 -9991.9l-488.3 -9991.8l-489.8 -9991.7l-491.2 -9991.6l-492.7 -9991.5l-494.1 -9991.4l-495.6 -9991.2l-497 -9991.2l-498.5 -9991.1l-499.9 -9990.9l-501.4 -9990.8l-502.8 -9990.7l-504.2 -9990.6l-505.7 -9990.5l-507.1 -9990.4l-508.6 -9990.2l-510 -9990.2l-511.4 -9990l-512.9 -9989.9l-514.3 -9989.8l-515.7 -9989.7l-517.2 -9989.6l-518.6 -9989.5l-520 -9989.4l-521.4 -9989.2l-522.9 -9989.1l-524.3 -9989l-525.7 -9988.9l-527.1 -9988.8l-528.5 -9988.6l-530 -9988.6l-531.4 -9988.4l-532.8 -9988.3l-534.2 -9988.2l-535.6 -9988.1l-537 -9988l-538.4 -9987.9l-539.9 -9987.7l-541.3 -9987.6l-542.7 -9987.5l-544.1 -9987.4l-545.5 -9987.3l-546.9 -9987.2l-548.3 -9987l-549.7 -9986.9l-551.1 -9986.8l-552.5 -9986.7l-553.9 -9986.5l-555.3 -9986.5l-556.7 -9986.3l-558 -9986.2l-559.4 -9986.1l-560.8 -9985.9l-562.2 -9985.9l-563.6 -9985.7l-565 -9985.6l-566.4 -9985.5l-567.7 -9985.4l-569.1 -9985.3l-570.5 -9985.1l-571.9 -9985l-573.2 -9984.9l-574.6 -9984.8l-576 -9984.7l-577.4 -9984.5l-578.7 -9984.4l-580.1 -9984.3l-581.5 -9984.2l-582.8 -9984.1l-584.2 -9983.9l-585.5 -9983.8l-586.9 -9983.7l-588.3 -9983.6l-589.6 -9983.5l-591 -9983.3l-592.3 -9983.2l-593.7 -9983.1l-595 -9983l-596.4 -9982.9l-597.7 -9982.7l-599.1 -9982.6l-600.4 -9982.5l-601.8 -9982.4l-603.1 -9982.2l-604.4 -9982.1l-605.8 -9982l-607.1 -9981.9l-608.5 -9981.8l-609.8 -9981.6l-611.1 -9981.5l-612.4 -9981.4l-613.8 -9981.3l-615.1 -9981.1l-616.4 -9981l-109.2 -1765.9M604104.8 -6207339.7l-472.7 -5426.9l-867.8 -9954.6l-868.7 -9954.5l-869.6 -9954.4l-870.5 -9954.3l-871.4 -9954.2l-872.3 -9954.1l-873.2 -9954l-874.1 -9953.9l-875 -9953.8l-875.8 -9953.7l-876.7 -9953.6l-877.6 -9953.5l-878.5 -9953.4l-879.4 -9953.3l-880.3 -9953.2l-881.1 -9953.1l-882 -9953l-882.9 -9952.9l-883.8 -9952.8l-884.6 -9952.7l-885.5 -9952.7l-886.4 -9952.6l-887.2 -9952.5l-888.1 -9952.4l-888.9 -9952.2l-889.8 -9952.2l-890.7 -9952.1l-891.5 -9952l-892.3 -9951.9l-893.2 -9951.8l-894 -9951.7l-894.9 -9951.6l-895.7 -9951.5l-896.6 -9951.4l-897.4 -9951.4l-898.2 -9951.3l-899.1 -9951.2l-899.9 -9951l-900.7 -9951l-901.5 -9950.9l-902.4 -9950.8l-903.2 -9950.7l-904 -9950.6l-904.8 -9950.5l-905.6 -9950.5l-906.4 -9950.4l-907.3 -9950.2l-908.1 -9950.2l-908.9 -9950.1l-909.7 -9950l-910.5 -9949.9l-911.3 -9949.8l-912.1 -9949.8l-912.9 -9949.7l-913.7 -9949.6l-914.4 -9949.5l-915.2 -9949.4l-916 -9949.3l-916.8 -9949.3l-917.6 -9949.2l-918.4 -9949.1l-919.1 -9949l-919.9 -9948.9l-920.7 -9948.8l-921.5 -9948.8l-922.2 -9948.6l-923 -9948.6l-923.7 -9948.5l-924.5 -9948.4l-925.3 -9948.3l-926 -9948.3l-926.8 -9948.2l-927.5 -9948.1l-928.3 -9948l-929 -9947.9l-929.8 -9947.9l-930.5 -9947.8l-931.2 -9947.7l-932 -9947.6l-932.7 -9947.6l-933.5 -9947.5l-934.2 -9947.4l-934.9 -9947.3l-935.6 -9947.2l-936.4 -9947.2l-937.1 -9947.1l-937.8 -9947.1l-938.5 -9947l-820 -8684.9"
id="path1363"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M614113.4 -6207593.1l-526.2 -6040.9l-867.9 -9955.5l-868.8 -9955.4l-869.7 -9955.3l-870.6 -9955.2l-871.5 -9955.1l-872.4 -9955l-873.3 -9954.9l-874.2 -9954.8l-875.1 -9954.7l-875.9 -9954.6l-876.8 -9954.5l-877.7 -9954.4l-878.6 -9954.3l-879.5 -9954.2l-880.4 -9954.1l-881.2 -9954l-882.1 -9953.9l-883 -9953.8l-883.9 -9953.7l-884.7 -9953.6l-885.6 -9953.5l-886.5 -9953.4l-887.3 -9953.3l-888.2 -9953.2l-889 -9953.1l-889.9 -9953l-890.7 -9952.9l-891.6 -9952.8l-892.4 -9952.7l-893.3 -9952.7l-894.1 -9952.6l-895 -9952.5l-895.8 -9952.4l-896.7 -9952.2l-897.5 -9952.2l-898.3 -9952.1l-899.2 -9952l-900 -9951.9l-900.8 -9951.8l-901.6 -9951.7l-902.5 -9951.6l-903.3 -9951.5l-904.1 -9951.4l-904.9 -9951.4l-905.7 -9951.3l-906.5 -9951.2l-907.3 -9951.1l-908.2 -9951l-909 -9950.9l-909.8 -9950.8l-910.6 -9950.7l-911.4 -9950.6l-912.2 -9950.6l-912.9 -9950.5l-913.7 -9950.4l-914.5 -9950.3l-915.3 -9950.2l-916.1 -9950.1l-916.9 -9950l-917.7 -9949.9l-918.4 -9949.8l-919.2 -9949.8l-920 -9949.7l-920.8 -9949.6l-921.5 -9949.5l-922.3 -9949.4l-923.1 -9949.4l-923.8 -9949.3l-924.6 -9949.2l-925.3 -9949.1l-926.1 -9949l-926.9 -9948.9l-927.6 -9948.9l-928.4 -9948.8l-929.1 -9948.7l-929.8 -9948.6l-930.6 -9948.5l-931.3 -9948.5l-932.1 -9948.4l-932.8 -9948.3l-933.5 -9948.2l-934.3 -9948.2l-935 -9948.1l-935.7 -9948l-936.4 -9947.9l-937.2 -9947.8l-937.9 -9947.8l-938.6 -9947.7l-739.9 -7836.6M908002.4 -1l-.8 -10011.2l-2.5 -10012.2l-4.1 -10012.2l-5.8 -10012.2l-7.5 -10012.2l-9.1 -10012.2l-10.8 -10012.2l-12.4 -10012.2l-14.1 -10012.2l-15.7 -10012.2l-17.4 -10012.2l-19 -10012.2l-20.7 -10012.2l-22.4 -10012.2l-24 -10012.2l-25.7 -10012.2l-27.3 -10012.2l-29 -10012.2l-30.6 -10012.2l-32.3 -10012.2l-33.9 -10012.1l-35.6 -10012.1l-37.3 -10012.1l-38.9 -10012.1l-40.6 -10012.1l-42.2 -10012.1l-43.9 -10012.1l-45.5 -10012.1l-47.2 -10012.1l-48.8 -10012l-50.5 -10012l-52.1 -10012l-53.8 -10012l-55.4 -10012l-57.1 -10012l-58.8 -10012l-60.4 -10012l-62.1 -10011.9l-63.7 -10011.9l-65.4 -10011.9l-67 -10011.9l-68.7 -10011.9l-70.3 -10011.8l-72 -10011.8l-73.6 -10011.8l-75.3 -10011.8l-76.9 -10011.8l-78.6 -10011.7l-80.2 -10011.7l-81.9 -10011.7l-83.5 -10011.7l-85.2 -10011.7l-86.8 -10011.6l-88.5 -10011.6l-90.1 -10011.6l-91.8 -10011.6l-93.4 -10011.5l-95.1 -10011.5l-96.7 -10011.5l-98.4 -10011.5l-100 -10011.4l-101.7 -10011.4l-103.3 -10011.4l-105 -10011.4l-106.6 -10011.3l-108.3 -10011.3l-109.9 -10011.2l-111.6 -10011.2l-113.2 -10011.2l-114.8 -10011.2l-116.5 -10011.1l-118.1 -10011.1l-119.8 -10011.1l-121.4 -10011.1l-123.1 -10011l-124.7 -10011l-126.4 -10011l-128 -10010.9l-129.6 -10010.9l-131.3 -10010.9l-132.9 -10010.8l-134.6 -10010.8l-136.2 -10010.8l-137.9 -10010.7l-139.5 -10010.6l-141.1 -10010.6l-142.8 -10010.6l-144.4 -10010.6l-146.1 -10010.5l-147.7 -10010.5l-149.3 -10010.5l-151 -10010.4l-152.6 -10010.4l-154.2 -10010.3l-155.9 -10010.3l-157.5 -10010.2l-159.1 -10010.2l-160.8 -10010.2l-162.4 -10010.1l-164.1 -10010.1l-165.7 -10010l-167.3 -10010l-169 -10009.9l-170.6 -10009.9l-172.2 -10009.9l-173.9 -10009.8l-175.5 -10009.8l-177.1 -10009.7l-178.7 -10009.7l-180.4 -10009.6l-182 -10009.6l-183.6 -10009.5l-185.3 -10009.5l-186.9 -10009.4l-188.5 -10009.4l-190.1 -10009.3l-191.8 -10009.3l-193.4 -10009.2l-195 -10009.2l-196.6 -10009.1l-198.3 -10009.1l-199.9 -10009l-201.5 -10009l-203.1 -10008.9l-204.8 -10008.9l-206.4 -10008.8l-208 -10008.8l-209.6 -10008.7l-211.3 -10008.7l-212.9 -10008.6l-214.5 -10008.5l-216.1 -10008.5l-217.7 -10008.4l-219.3 -10008.4l-221 -10008.3l-222.6 -10008.3l-224.2 -10008.2l-225.8 -10008.1l-227.4 -10008.1l-229 -10008l-230.7 -10008l-232.3 -10007.9l-233.9 -10007.9l-235.5 -10007.8l-237.1 -10007.7l-238.7 -10007.7l-240.3 -10007.6l-241.9 -10007.5l-243.5 -10007.4l-245.1 -10007.4l-246.8 -10007.4l-248.4 -10007.3l-250 -10007.2l-251.6 -10007.1l-253.2 -10007.1l-254.8 -10007l-256.4 -10007l-258 -10006.9l-259.6 -10006.8l-261.2 -10006.8l-262.8 -10006.7l-264.4 -10006.6l-266 -10006.5l-267.6 -10006.5l-269.2 -10006.4l-270.8 -10006.4l-272.4 -10006.3l-274 -10006.2l-275.6 -10006.2l-277.2 -10006.1l-278.8 -10006l-280.3 -10005.9l-281.9 -10005.9l-283.5 -10005.8l-285.1 -10005.7l-286.7 -10005.6l-288.3 -10005.6l-289.9 -10005.5l-291.5 -10005.4l-293.1 -10005.4l-294.6 -10005.2l-296.2 -10005.2l-297.8 -10005.1l-299.4 -10005.1l-301 -10005l-302.6 -10004.9l-304.1 -10004.8l-305.7 -10004.8l-307.3 -10004.7l-308.9 -10004.6l-310.5 -10004.5l-312 -10004.4l-313.6 -10004.4l-315.2 -10004.3l-316.8 -10004.2l-318.3 -10004.1l-319.9 -10004l-321.5 -10004l-323.1 -10003.8l-324.6 -10003.8l-326.2 -10003.7l-327.8 -10003.6l-329.3 -10003.6l-330.9 -10003.4l-332.5 -10003.4l-334 -10003.3l-335.6 -10003.2l-337.2 -10003.1l-338.7 -10003.1l-340.3 -10003l-341.8 -10002.9l-343.4 -10002.8l-345 -10002.7l-346.5 -10002.6l-348.1 -10002.5l-349.6 -10002.5l-351.2 -10002.3l-352.7 -10002.3l-354.3 -10002.2l-355.9 -10002.1l-357.4 -10002l-359 -10001.9l-360.5 -10001.8l-362.1 -10001.8l-363.6 -10001.7l-365.1 -10001.6l-366.7 -10001.5l-368.2 -10001.4l-369.8 -10001.3l-371.3 -10001.2l-372.9 -10001.1l-374.4 -10001l-376 -10000.9l-377.5 -10000.9l-379 -10000.8l-380.6 -10000.6l-382.1 -10000.6l-383.6 -10000.5l-385.2 -10000.4l-386.7 -10000.3l-388.2 -10000.2l-389.8 -10000.1l-391.3 -10000l-392.8 -9999.9l-394.4 -9999.8l-395.9 -9999.7l-397.4 -9999.6l-398.9 -9999.5l-400.5 -9999.4l-402 -9999.3l-403.5 -9999.2l-405 -9999.1l-406.5 -9999l-408.1 -9998.9l-409.6 -9998.9l-411.1 -9998.8l-412.6 -9998.7l-414.1 -9998.6l-415.6 -9998.4l-417.2 -9998.4l-418.7 -9998.3l-420.2 -9998.2l-421.7 -9998l-423.2 -9998l-424.7 -9997.9l-426.2 -9997.8l-427.7 -9997.7l-429.2 -9997.5l-430.7 -9997.4l-432.2 -9997.3l-433.7 -9997.2l-435.2 -9997.1l-436.7 -9997l-438.2 -9996.9l-439.7 -9996.8l-441.2 -9996.7l-442.7 -9996.6l-444.2 -9996.5l-445.7 -9996.4l-447.2 -9996.3l-448.7 -9996.2l-450.2 -9996.1l-451.6 -9996l-453.1 -9995.9l-454.6 -9995.8l-456.1 -9995.6l-457.6 -9995.6l-459.1 -9995.5l-460.5 -9995.4l-462 -9995.3l-463.5 -9995.1l-465 -9995l-466.4 -9994.9l-467.9 -9994.8l-469.4 -9994.7l-470.9 -9994.6l-472.3 -9994.5l-473.8 -9994.4l-475.3 -9994.3l-476.7 -9994.1l-478.2 -9994.1l-479.7 -9993.9l-481.1 -9993.8l-482.6 -9993.7l-484 -9993.6l-485.5 -9993.5l-487 -9993.4l-488.4 -9993.3l-489.9 -9993.1l-491.3 -9993.1l-492.8 -9992.9l-494.2 -9992.8l-495.7 -9992.7l-497.1 -9992.6l-498.6 -9992.5l-500 -9992.4l-501.5 -9992.3l-502.9 -9992.1l-504.4 -9992l-505.8 -9991.9l-507.2 -9991.8l-508.7 -9991.7l-510.1 -9991.6l-511.5 -9991.5l-513 -9991.4l-514.4 -9991.2l-515.8 -9991.1l-517.3 -9991l-518.7 -9990.9l-520.1 -9990.8l-521.6 -9990.7l-523 -9990.5l-524.4 -9990.4l-525.8 -9990.3l-527.2 -9990.2l-528.7 -9990.1l-530.1 -9990l-531.5 -9989.9l-532.9 -9989.7l-534.3 -9989.6l-535.7 -9989.5l-537.2 -9989.4l-538.6 -9989.3l-540 -9989.2l-541.4 -9989l-542.8 -9988.9l-544.2 -9988.8l-545.6 -9988.7l-547 -9988.6l-548.4 -9988.4l-549.8 -9988.3l-551.2 -9988.2l-552.6 -9988.1l-554 -9987.9l-555.4 -9987.8l-556.8 -9987.7l-558.2 -9987.6l-559.6 -9987.5l-560.9 -9987.3l-562.3 -9987.2l-563.7 -9987.1l-565.1 -9987l-566.5 -9986.9l-567.9 -9986.7l-569.2 -9986.6l-570.6 -9986.5l-572 -9986.4l-573.4 -9986.2l-574.7 -9986.2l-576.1 -9986l-577.5 -9985.9l-578.8 -9985.8l-580.2 -9985.6l-581.6 -9985.6l-582.9 -9985.4l-584.3 -9985.3l-585.7 -9985.2l-587 -9985.1l-588.4 -9984.9l-589.7 -9984.8l-591.1 -9984.7l-592.4 -9984.5l-593.8 -9984.4l-595.2 -9984.3l-596.5 -9984.2l-597.8 -9984l-599.2 -9984l-600.5 -9983.8l-601.9 -9983.7l-603.2 -9983.6l-604.6 -9983.4l-605.9 -9983.3l-607.2 -9983.2l-608.6 -9983.1l-609.9 -9983l-611.2 -9982.8l-612.6 -9982.7l-613.9 -9982.6l-615.2 -9982.5l-616.6 -9982.3l-617.9 -9982.2l-619.2 -9982.1l-620.5 -9982l-621.8 -9981.8l-623.2 -9981.7l-624.5 -9981.6l-625.8 -9981.5l-627.1 -9981.3l-628.4 -9981.2l-629.7 -9981.1l-631 -9981l-632.3 -9980.8l-633.6 -9980.7l-634.9 -9980.6l-636.3 -9980.5l-637.6 -9980.3l-638.9 -9980.2l-640.1 -9980.1l-641.4 -9980l-642.7 -9979.8l-644 -9979.7l-645.3 -9979.6l-646.6 -9979.4l-647.9 -9979.3l-649.2 -9979.2l-650.5 -9979.1l-651.8 -9979l-653 -9978.8l-654.3 -9978.7l-655.6 -9978.6l-656.9 -9978.5l-328.6 -4984.5"
id="path1364"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M624120.8 -6207869.9l-577.6 -6631.6l-868 -9956.4l-868.9 -9956.3l-869.8 -9956.2l-870.7 -9956.1l-871.6 -9956l-872.5 -9955.9l-873.4 -9955.8l-874.3 -9955.7l-875.2 -9955.6l-876.1 -9955.5l-876.9 -9955.4l-877.8 -9955.3l-878.7 -9955.2l-879.6 -9955.1l-880.5 -9955l-881.3 -9954.9l-882.2 -9954.8l-883.1 -9954.7l-884 -9954.6l-884.8 -9954.5l-885.7 -9954.4l-886.6 -9954.3l-887.4 -9954.2l-888.3 -9954.1l-889.1 -9954l-890 -9953.9l-890.8 -9953.8l-891.7 -9953.7l-892.5 -9953.6l-893.4 -9953.5l-894.2 -9953.4l-895.1 -9953.3l-895.9 -9953.2l-896.7 -9953.1l-897.6 -9953l-898.4 -9952.9l-899.3 -9952.8l-900.1 -9952.7l-900.9 -9952.6l-901.7 -9952.5l-902.6 -9952.5l-903.4 -9952.4l-904.2 -9952.2l-905 -9952.2l-905.8 -9952.1l-906.6 -9952l-907.4 -9951.9l-908.2 -9951.8l-909 -9951.7l-909.9 -9951.6l-910.7 -9951.5l-911.4 -9951.4l-912.2 -9951.3l-913 -9951.3l-913.8 -9951.2l-914.6 -9951.1l-915.4 -9951l-916.2 -9950.9l-917 -9950.8l-917.8 -9950.7l-918.5 -9950.6l-919.3 -9950.6l-920.1 -9950.5l-920.8 -9950.4l-921.6 -9950.3l-922.4 -9950.2l-923.1 -9950.1l-923.9 -9950l-924.7 -9950l-925.4 -9949.8l-926.2 -9949.8l-926.9 -9949.7l-927.7 -9949.6l-928.4 -9949.5l-929.2 -9949.4l-929.9 -9949.4l-930.7 -9949.3l-931.4 -9949.2l-932.1 -9949.1l-932.9 -9949l-933.6 -9949l-934.3 -9948.9l-935.1 -9948.8l-935.8 -9948.7l-936.5 -9948.6l-937.2 -9948.6l-938 -9948.5l-938.7 -9948.4l-662.8 -7020.4M918015.5 -1l-.8 -10012.9l-2.5 -10013.9l-4.1 -10013.9l-5.8 -10013.9l-7.5 -10013.9l-9.1 -10013.9l-10.8 -10013.9l-12.4 -10013.9l-14.1 -10013.9l-15.7 -10013.9l-17.4 -10013.9l-19 -10013.8l-20.7 -10013.9l-22.4 -10013.9l-24 -10013.9l-25.7 -10013.8l-27.3 -10013.8l-29 -10013.8l-30.6 -10013.8l-32.3 -10013.8l-34 -10013.8l-35.6 -10013.8l-37.3 -10013.8l-38.9 -10013.8l-40.6 -10013.8l-42.2 -10013.7l-43.9 -10013.7l-45.5 -10013.7l-47.2 -10013.7l-48.8 -10013.7l-50.5 -10013.7l-52.2 -10013.7l-53.8 -10013.7l-55.5 -10013.7l-57.1 -10013.6l-58.8 -10013.6l-60.4 -10013.6l-62.1 -10013.6l-63.7 -10013.5l-65.4 -10013.6l-67 -10013.5l-68.7 -10013.5l-70.3 -10013.5l-72 -10013.4l-73.6 -10013.5l-75.3 -10013.4l-77 -10013.4l-78.6 -10013.4l-80.3 -10013.3l-81.9 -10013.4l-83.6 -10013.3l-85.2 -10013.3l-86.9 -10013.3l-88.5 -10013.3l-90.2 -10013.2l-91.8 -10013.2l-93.5 -10013.2l-95.1 -10013.1l-96.8 -10013.1l-98.4 -10013.1l-100.1 -10013.1l-101.7 -10013l-103.3 -10013l-105 -10013l-106.6 -10013l-108.3 -10012.9l-109.9 -10012.9l-111.6 -10012.9l-113.2 -10012.9l-114.9 -10012.8l-116.5 -10012.8l-118.2 -10012.8l-119.8 -10012.7l-121.5 -10012.7l-123.1 -10012.7l-124.7 -10012.6l-126.4 -10012.6l-128 -10012.6l-129.7 -10012.5l-131.3 -10012.5l-133 -10012.4l-134.6 -10012.4l-136.2 -10012.4l-137.9 -10012.4l-139.5 -10012.3l-141.2 -10012.3l-142.8 -10012.2l-144.4 -10012.2l-146.1 -10012.2l-147.7 -10012.1l-149.4 -10012.1l-151 -10012l-152.6 -10012l-154.3 -10011.9l-155.9 -10011.9l-157.6 -10011.9l-159.2 -10011.8l-160.8 -10011.8l-162.5 -10011.7l-164.1 -10011.7l-165.7 -10011.7l-167.4 -10011.6l-169 -10011.5l-170.6 -10011.5l-172.3 -10011.5l-173.9 -10011.4l-175.5 -10011.4l-177.2 -10011.3l-178.8 -10011.3l-180.4 -10011.3l-182.1 -10011.2l-183.7 -10011.1l-185.3 -10011.1l-186.9 -10011.1l-188.6 -10011l-190.2 -10011l-191.8 -10010.9l-193.4 -10010.9l-195.1 -10010.8l-196.7 -10010.8l-198.3 -10010.7l-199.9 -10010.6l-201.6 -10010.6l-203.2 -10010.6l-204.8 -10010.5l-206.4 -10010.4l-208.1 -10010.4l-209.7 -10010.3l-211.3 -10010.3l-212.9 -10010.2l-214.5 -10010.1l-216.2 -10010.1l-217.8 -10010.1l-219.4 -10010l-221 -10009.9l-222.6 -10009.9l-224.3 -10009.8l-225.9 -10009.8l-227.5 -10009.7l-229.1 -10009.6l-230.7 -10009.6l-232.3 -10009.5l-233.9 -10009.5l-235.5 -10009.4l-237.2 -10009.3l-238.8 -10009.3l-240.4 -10009.2l-242 -10009.2l-243.6 -10009.1l-245.2 -10009l-246.8 -10009l-248.4 -10008.9l-250 -10008.8l-251.6 -10008.7l-253.2 -10008.7l-254.8 -10008.6l-256.4 -10008.6l-258 -10008.5l-259.7 -10008.4l-261.3 -10008.4l-262.9 -10008.3l-264.5 -10008.2l-266.1 -10008.1l-267.7 -10008.1l-269.2 -10008l-270.8 -10008l-272.4 -10007.9l-274 -10007.8l-275.6 -10007.7l-277.2 -10007.7l-278.8 -10007.6l-280.4 -10007.5l-282 -10007.5l-283.6 -10007.4l-285.2 -10007.3l-286.8 -10007.2l-288.4 -10007.2l-290 -10007.1l-291.5 -10007l-293.1 -10006.9l-294.7 -10006.8l-296.3 -10006.8l-297.9 -10006.7l-299.5 -10006.6l-301.1 -10006.6l-302.6 -10006.5l-304.2 -10006.4l-305.8 -10006.3l-307.4 -10006.3l-309 -10006.1l-310.5 -10006.1l-312.1 -10006l-313.7 -10005.9l-315.3 -10005.9l-316.8 -10005.7l-318.4 -10005.7l-320 -10005.6l-321.6 -10005.5l-323.1 -10005.4l-324.7 -10005.4l-326.3 -10005.3l-327.8 -10005.2l-329.4 -10005.1l-331 -10005l-332.5 -10005l-334.1 -10004.9l-335.7 -10004.8l-337.2 -10004.7l-338.8 -10004.6l-340.4 -10004.5l-341.9 -10004.4l-343.5 -10004.4l-345 -10004.2l-346.6 -10004.2l-348.2 -10004.1l-349.7 -10004l-351.3 -10003.9l-352.8 -10003.8l-354.4 -10003.8l-355.9 -10003.7l-357.5 -10003.6l-359 -10003.5l-360.6 -10003.4l-362.1 -10003.3l-363.7 -10003.2l-365.2 -10003.1l-366.8 -10003l-368.3 -10002.9l-369.9 -10002.9l-371.4 -10002.8l-373 -10002.6l-374.5 -10002.6l-376 -10002.5l-377.6 -10002.4l-379.1 -10002.3l-380.7 -10002.2l-382.2 -10002.1l-383.7 -10002l-385.3 -10001.9l-386.8 -10001.8l-388.3 -10001.7l-389.9 -10001.6l-391.4 -10001.5l-392.9 -10001.4l-394.5 -10001.3l-396 -10001.3l-397.5 -10001.2l-399 -10001.1l-400.6 -10000.9l-402.1 -10000.9l-403.6 -10000.8l-405.1 -10000.7l-406.6 -10000.6l-408.2 -10000.4l-409.7 -10000.4l-411.2 -10000.3l-412.7 -10000.2l-414.2 -10000.1l-415.7 -9999.9l-417.3 -9999.9l-418.8 -9999.8l-420.3 -9999.7l-421.8 -9999.5l-423.3 -9999.5l-424.8 -9999.4l-426.3 -9999.3l-427.8 -9999.2l-429.3 -9999l-430.8 -9999l-432.3 -9998.8l-433.8 -9998.7l-435.3 -9998.6l-436.8 -9998.5l-438.3 -9998.4l-439.8 -9998.3l-441.3 -9998.2l-442.8 -9998.1l-444.3 -9998l-445.8 -9997.9l-447.3 -9997.8l-448.8 -9997.7l-450.3 -9997.6l-451.7 -9997.5l-453.2 -9997.4l-454.7 -9997.3l-456.2 -9997.1l-457.7 -9997.1l-459.2 -9996.9l-460.6 -9996.8l-462.1 -9996.7l-463.6 -9996.6l-465.1 -9996.5l-466.5 -9996.4l-468 -9996.3l-469.5 -9996.2l-471 -9996.1l-472.4 -9996l-473.9 -9995.9l-475.4 -9995.7l-476.8 -9995.6l-478.3 -9995.5l-479.8 -9995.4l-481.2 -9995.3l-482.7 -9995.2l-484.2 -9995.1l-485.6 -9995l-487.1 -9994.9l-488.5 -9994.7l-490 -9994.6l-491.4 -9994.5l-492.9 -9994.4l-494.3 -9994.3l-495.8 -9994.1l-497.2 -9994.1l-498.7 -9993.9l-500.1 -9993.8l-501.6 -9993.7l-503 -9993.6l-504.5 -9993.5l-505.9 -9993.4l-507.3 -9993.3l-508.8 -9993.1l-510.2 -9993l-511.7 -9992.9l-513.1 -9992.8l-514.5 -9992.7l-516 -9992.5l-517.4 -9992.4l-518.8 -9992.3l-520.2 -9992.2l-521.7 -9992.1l-523.1 -9991.9l-524.5 -9991.9l-525.9 -9991.7l-527.4 -9991.6l-528.8 -9991.5l-530.2 -9991.4l-531.6 -9991.3l-533 -9991.2l-534.5 -9991l-535.9 -9990.9l-537.3 -9990.8l-538.7 -9990.7l-540.1 -9990.6l-541.5 -9990.4l-542.9 -9990.3l-544.3 -9990.2l-545.7 -9990.1l-547.1 -9990l-548.5 -9989.8l-549.9 -9989.7l-551.3 -9989.6l-552.7 -9989.5l-554.1 -9989.3l-555.5 -9989.2l-556.9 -9989.1l-558.3 -9989l-559.7 -9988.9l-561.1 -9988.7l-562.4 -9988.6l-563.8 -9988.5l-565.2 -9988.4l-566.6 -9988.3l-568 -9988.1l-569.4 -9988l-570.7 -9987.9l-572.1 -9987.8l-573.5 -9987.6l-574.9 -9987.5l-576.2 -9987.4l-577.6 -9987.3l-579 -9987.2l-580.3 -9987l-581.7 -9986.9l-583.1 -9986.8l-584.4 -9986.7l-585.8 -9986.5l-587.1 -9986.4l-588.5 -9986.3l-589.9 -9986.2l-591.2 -9986l-592.6 -9985.9l-593.9 -9985.8l-595.3 -9985.7l-596.6 -9985.6l-598 -9985.4l-599.3 -9985.3l-600.7 -9985.2l-602 -9985.1l-603.3 -9984.9l-604.7 -9984.8l-606 -9984.7l-607.4 -9984.5l-608.7 -9984.4l-610 -9984.3l-611.4 -9984.1l-612.7 -9984l-614 -9983.9l-615.4 -9983.8l-616.7 -9983.6l-618 -9983.5l-619.3 -9983.4l-620.6 -9983.3l-622 -9983.2l-623.3 -9983l-624.6 -9982.9l-625.9 -9982.8l-627.2 -9982.7l-628.5 -9982.5l-629.9 -9982.4l-631.2 -9982.3l-632.5 -9982.1l-633.8 -9982l-635.1 -9981.9l-636.4 -9981.8l-637.7 -9981.6l-639 -9981.5l-640.3 -9981.4l-641.6 -9981.3l-642.9 -9981.1l-644.2 -9981l-645.4 -9980.9l-646.7 -9980.7l-648 -9980.6l-649.3 -9980.5l-650.6 -9980.4l-651.9 -9980.2l-653.2 -9980.1l-654.4 -9980l-655.7 -9979.9l-657 -9979.7l-658.3 -9979.6l-659.5 -9979.5l-660.8 -9979.3l-662.1 -9979.2l-663.3 -9979.1l-664.6 -9978.9l-665.9 -9978.8l-667.1 -9978.7l-668.4 -9978.6l-669.7 -9978.4l-670.9 -9978.3l-672.2 -9978.2l-673.4 -9978.1l-674.7 -9977.9l-675.9 -9977.8l-677.2 -9977.7l-678.4 -9977.6l-679.7 -9977.4l-680.9 -9977.3l-682.2 -9977.2l-683.4 -9977l-684.6 -9976.9l-685.9 -9976.8l-687.1 -9976.6l-688.3 -9976.5l-689.6 -9976.4l-690.8 -9976.3l-692 -9976.1l-693.3 -9976l-694.5 -9975.9l-13 -186.5"
id="path1365"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M634127.2 -6208169.8l-627.1 -7199.2l-868.1 -9957.3l-869 -9957.2l-869.9 -9957.1l-870.8 -9957l-871.7 -9956.9l-872.6 -9956.8l-873.5 -9956.7l-874.4 -9956.6l-875.3 -9956.5l-876.2 -9956.4l-877 -9956.3l-877.9 -9956.2l-878.8 -9956.1l-879.7 -9956l-880.6 -9955.9l-881.4 -9955.7l-882.3 -9955.7l-883.2 -9955.6l-884.1 -9955.5l-884.9 -9955.3l-885.8 -9955.3l-886.7 -9955.2l-887.5 -9955l-888.4 -9954.9l-889.2 -9954.8l-890.1 -9954.7l-890.9 -9954.6l-891.8 -9954.5l-892.6 -9954.4l-893.5 -9954.3l-894.3 -9954.2l-895.2 -9954.1l-896 -9954l-896.8 -9953.9l-897.7 -9953.9l-898.5 -9953.8l-899.3 -9953.7l-900.2 -9953.5l-901 -9953.5l-901.8 -9953.4l-902.6 -9953.3l-903.5 -9953.2l-904.3 -9953l-905.1 -9953l-905.9 -9952.9l-906.7 -9952.8l-907.5 -9952.7l-908.3 -9952.6l-909.1 -9952.5l-909.9 -9952.4l-910.7 -9952.3l-911.5 -9952.2l-912.3 -9952.1l-913.1 -9952.1l-913.9 -9952l-914.7 -9951.9l-915.5 -9951.7l-916.3 -9951.7l-917.1 -9951.6l-917.8 -9951.5l-918.6 -9951.4l-919.4 -9951.3l-920.2 -9951.2l-920.9 -9951.1l-921.7 -9951.1l-922.5 -9950.9l-923.2 -9950.9l-924 -9950.8l-924.8 -9950.7l-925.5 -9950.6l-926.3 -9950.5l-927 -9950.5l-927.8 -9950.4l-928.5 -9950.3l-929.3 -9950.2l-930 -9950.1l-930.8 -9950l-931.5 -9949.9l-932.2 -9949.8l-933 -9949.8l-933.7 -9949.7l-934.4 -9949.6l-935.2 -9949.5l-935.9 -9949.4l-936.6 -9949.4l-937.3 -9949.3l-938 -9949.2l-938.8 -9949.1l-588.8 -6236.5M928030.2 -1l-.8 -10014.5l-2.5 -10015.6l-4.1 -10015.5l-5.8 -10015.6l-7.5 -10015.6l-9.1 -10015.6l-10.8 -10015.5l-12.4 -10015.5l-14.1 -10015.5l-15.7 -10015.5l-17.4 -10015.5l-19.1 -10015.5l-20.7 -10015.5l-22.4 -10015.5l-24 -10015.5l-25.7 -10015.5l-27.3 -10015.5l-29 -10015.5l-30.6 -10015.5l-32.3 -10015.5l-34 -10015.4l-35.6 -10015.5l-37.3 -10015.4l-38.9 -10015.4l-40.6 -10015.4l-42.2 -10015.4l-43.9 -10015.4l-45.5 -10015.4l-47.2 -10015.4l-48.9 -10015.3l-50.5 -10015.3l-52.2 -10015.3l-53.8 -10015.3l-55.5 -10015.3l-57.1 -10015.3l-58.8 -10015.3l-60.4 -10015.3l-62.1 -10015.2l-63.7 -10015.2l-65.4 -10015.2l-67.1 -10015.2l-68.7 -10015.2l-70.4 -10015.2l-72 -10015.1l-73.7 -10015.1l-75.3 -10015.1l-77 -10015.1l-78.6 -10015.1l-80.3 -10015l-81.9 -10015l-83.6 -10015l-85.2 -10015l-86.9 -10014.9l-88.5 -10014.9l-90.2 -10014.9l-91.8 -10014.9l-93.5 -10014.8l-95.1 -10014.8l-96.8 -10014.8l-98.4 -10014.8l-100.1 -10014.7l-101.7 -10014.7l-103.4 -10014.7l-105 -10014.7l-106.7 -10014.6l-108.3 -10014.6l-110 -10014.5l-111.6 -10014.5l-113.3 -10014.5l-114.9 -10014.5l-116.6 -10014.4l-118.2 -10014.4l-119.8 -10014.4l-121.5 -10014.3l-123.1 -10014.3l-124.8 -10014.2l-126.4 -10014.2l-128.1 -10014.2l-129.7 -10014.2l-131.4 -10014.1l-133 -10014.1l-134.6 -10014.1l-136.3 -10014l-137.9 -10014l-139.6 -10013.9l-141.2 -10013.9l-142.8 -10013.9l-144.5 -10013.8l-146.1 -10013.8l-147.8 -10013.7l-149.4 -10013.7l-151 -10013.7l-152.7 -10013.6l-154.3 -10013.6l-156 -10013.6l-157.6 -10013.5l-159.2 -10013.5l-160.9 -10013.4l-162.5 -10013.4l-164.1 -10013.3l-165.8 -10013.3l-167.4 -10013.3l-169 -10013.2l-170.7 -10013.2l-172.3 -10013.1l-173.9 -10013.1l-175.6 -10013l-177.2 -10013l-178.8 -10012.9l-180.5 -10012.9l-182.1 -10012.8l-183.7 -10012.8l-185.4 -10012.7l-187 -10012.7l-188.6 -10012.6l-190.2 -10012.6l-191.9 -10012.5l-193.5 -10012.5l-195.1 -10012.4l-196.8 -10012.4l-198.4 -10012.3l-200 -10012.2l-201.6 -10012.2l-203.3 -10012.2l-204.9 -10012.1l-206.5 -10012l-208.1 -10012l-209.7 -10012l-211.4 -10011.9l-213 -10011.8l-214.6 -10011.8l-216.2 -10011.7l-217.8 -10011.7l-219.5 -10011.6l-221.1 -10011.5l-222.7 -10011.5l-224.3 -10011.4l-225.9 -10011.4l-227.5 -10011.3l-229.2 -10011.2l-230.8 -10011.2l-232.4 -10011.1l-234 -10011.1l-235.6 -10011l-237.2 -10011l-238.8 -10010.9l-240.4 -10010.8l-242.1 -10010.8l-243.7 -10010.7l-245.3 -10010.6l-246.9 -10010.6l-248.5 -10010.5l-250.1 -10010.4l-251.7 -10010.3l-253.3 -10010.3l-254.9 -10010.2l-256.5 -10010.2l-258.1 -10010.1l-259.7 -10010l-261.3 -10010l-262.9 -10009.9l-264.5 -10009.8l-266.1 -10009.7l-267.7 -10009.7l-269.3 -10009.6l-270.9 -10009.6l-272.5 -10009.4l-274.1 -10009.4l-275.7 -10009.3l-277.3 -10009.3l-278.9 -10009.2l-280.5 -10009.1l-282.1 -10009.1l-283.7 -10009l-285.3 -10008.9l-286.9 -10008.8l-288.4 -10008.8l-290 -10008.7l-291.6 -10008.6l-293.2 -10008.5l-294.8 -10008.4l-296.4 -10008.4l-298 -10008.3l-299.6 -10008.2l-301.1 -10008.1l-302.7 -10008l-304.3 -10008l-305.9 -10007.9l-307.5 -10007.8l-309 -10007.7l-310.6 -10007.7l-312.2 -10007.6l-313.8 -10007.5l-315.3 -10007.4l-316.9 -10007.3l-318.5 -10007.3l-320.1 -10007.2l-321.6 -10007.1l-323.2 -10007l-324.8 -10006.9l-326.4 -10006.9l-327.9 -10006.8l-329.5 -10006.7l-331.1 -10006.6l-332.6 -10006.5l-334.2 -10006.4l-335.8 -10006.4l-337.3 -10006.2l-338.9 -10006.2l-340.5 -10006.1l-342 -10006l-343.6 -10005.9l-345.1 -10005.8l-346.7 -10005.7l-348.3 -10005.7l-349.8 -10005.6l-351.4 -10005.4l-352.9 -10005.4l-354.5 -10005.3l-356 -10005.2l-357.6 -10005.1l-359.1 -10005l-360.7 -10004.9l-362.2 -10004.9l-363.8 -10004.8l-365.3 -10004.7l-366.9 -10004.5l-368.4 -10004.5l-370 -10004.4l-371.5 -10004.3l-373.1 -10004.2l-374.6 -10004.1l-376.1 -10004l-377.7 -10003.9l-379.2 -10003.8l-380.8 -10003.7l-382.3 -10003.6l-383.8 -10003.5l-385.4 -10003.5l-386.9 -10003.3l-388.4 -10003.3l-390 -10003.2l-391.5 -10003.1l-393 -10003l-394.5 -10002.8l-396.1 -10002.8l-397.6 -10002.7l-399.1 -10002.6l-400.7 -10002.5l-402.2 -10002.4l-403.7 -10002.3l-405.2 -10002.2l-406.7 -10002.1l-408.3 -10002l-409.8 -10001.9l-411.3 -10001.8l-412.8 -10001.7l-414.3 -10001.6l-415.8 -10001.4l-417.4 -10001.4l-418.9 -10001.3l-420.4 -10001.2l-421.9 -10001l-423.4 -10001l-424.9 -10000.9l-426.4 -10000.8l-427.9 -10000.7l-429.4 -10000.5l-430.9 -10000.5l-432.4 -10000.3l-433.9 -10000.2l-435.4 -10000.1l-436.9 -10000l-438.4 -9999.9l-439.9 -9999.8l-441.4 -9999.7l-442.9 -9999.6l-444.4 -9999.5l-445.9 -9999.4l-447.4 -9999.3l-448.9 -9999.2l-450.4 -9999.1l-451.9 -9999l-453.3 -9998.9l-454.8 -9998.8l-456.3 -9998.6l-457.8 -9998.5l-459.3 -9998.4l-460.8 -9998.3l-462.2 -9998.2l-463.7 -9998.1l-465.2 -9998l-466.7 -9997.9l-468.1 -9997.8l-469.6 -9997.6l-471.1 -9997.5l-472.5 -9997.4l-474 -9997.3l-475.5 -9997.2l-476.9 -9997.1l-478.4 -9997l-479.9 -9996.9l-481.3 -9996.8l-482.8 -9996.6l-484.3 -9996.5l-485.7 -9996.4l-487.2 -9996.3l-488.6 -9996.2l-490.1 -9996l-491.6 -9996l-493 -9995.9l-494.5 -9995.7l-495.9 -9995.6l-497.4 -9995.5l-498.8 -9995.4l-500.2 -9995.3l-501.7 -9995.2l-503.1 -9995l-504.6 -9994.9l-506 -9994.8l-507.5 -9994.7l-508.9 -9994.5l-510.3 -9994.5l-511.8 -9994.3l-513.2 -9994.2l-514.6 -9994.1l-516.1 -9994l-517.5 -9993.9l-518.9 -9993.8l-520.4 -9993.6l-521.8 -9993.5l-523.2 -9993.4l-524.6 -9993.3l-526.1 -9993.2l-527.5 -9993l-528.9 -9992.9l-530.3 -9992.8l-531.7 -9992.7l-533.2 -9992.6l-534.6 -9992.5l-536 -9992.3l-537.4 -9992.2l-538.8 -9992.1l-540.2 -9992l-541.6 -9991.8l-543 -9991.7l-544.4 -9991.6l-545.8 -9991.5l-547.2 -9991.4l-548.6 -9991.2l-550 -9991.1l-551.4 -9991l-552.8 -9990.9l-554.2 -9990.7l-555.6 -9990.6l-557 -9990.5l-558.4 -9990.4l-559.8 -9990.3l-561.2 -9990.1l-562.6 -9990l-564 -9989.9l-565.3 -9989.8l-566.7 -9989.6l-568.1 -9989.5l-569.5 -9989.4l-570.9 -9989.3l-572.2 -9989.2l-573.6 -9989l-575 -9988.9l-576.4 -9988.8l-577.7 -9988.7l-579.1 -9988.5l-580.5 -9988.4l-581.8 -9988.3l-583.2 -9988.2l-584.6 -9988l-585.9 -9987.9l-587.3 -9987.8l-588.6 -9987.7l-590 -9987.5l-591.3 -9987.4l-592.7 -9987.2l-594.1 -9987.2l-595.4 -9987l-596.8 -9986.9l-598.1 -9986.7l-599.4 -9986.6l-600.8 -9986.5l-602.1 -9986.4l-603.5 -9986.3l-604.8 -9986.1l-606.2 -9986l-607.5 -9985.9l-608.8 -9985.8l-610.2 -9985.6l-611.5 -9985.5l-612.8 -9985.4l-614.2 -9985.2l-615.5 -9985.1l-616.8 -9985l-618.1 -9984.9l-619.5 -9984.7l-620.8 -9984.6l-622.1 -9984.5l-623.4 -9984.3l-624.7 -9984.2l-626 -9984.1l-627.4 -9984l-628.7 -9983.8l-630 -9983.7l-631.3 -9983.6l-632.6 -9983.5l-633.9 -9983.3l-635.2 -9983.2l-636.5 -9983.1l-637.8 -9982.9l-639.1 -9982.8l-640.4 -9982.7l-641.7 -9982.6l-643 -9982.4l-644.3 -9982.3l-645.6 -9982.2l-646.9 -9982l-648.2 -9981.9l-649.4 -9981.8l-650.7 -9981.6l-652 -9981.5l-653.3 -9981.4l-654.6 -9981.3l-655.8 -9981.1l-657.1 -9981l-658.4 -9980.8l-659.7 -9980.7l-660.9 -9980.6l-662.2 -9980.5l-663.5 -9980.4l-664.7 -9980.2l-666 -9980.1l-667.3 -9980l-668.5 -9979.8l-669.8 -9979.7l-671 -9979.6l-672.3 -9979.4l-673.6 -9979.3l-674.8 -9979.2l-676.1 -9979l-677.3 -9978.9l-678.6 -9978.8l-679.8 -9978.7l-681 -9978.5l-682.3 -9978.4l-683.5 -9978.3l-684.8 -9978.1l-686 -9978l-687.2 -9977.9l-688.5 -9977.8l-689.7 -9977.6l-690.9 -9977.5l-692.2 -9977.3l-693.4 -9977.2l-694.6 -9977.1l-695.8 -9977l-697.1 -9976.8l-698.3 -9976.7l-699.5 -9976.6l-700.7 -9976.5l-701.9 -9976.3l-703.1 -9976.2l-704.3 -9976l-705.6 -9975.9l-706.8 -9975.8l-708 -9975.7l-709.2 -9975.5l-710.4 -9975.4l-711.6 -9975.3l-712.8 -9975.2l-714 -9975l-715.2 -9974.9l-716.4 -9974.8l-717.5 -9974.6l-718.7 -9974.5l-719.9 -9974.4l-721.1 -9974.3l-722.3 -9974.1l-723.5 -9974l-724.7 -9973.9l-725.8 -9973.7l-727 -9973.6l-728.2 -9973.5l-50.1 -685.9"
id="path1366"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M644132.5 -6208492.9l-674.5 -7743.8l-868.2 -9958.3l-869.1 -9958.1l-870 -9958l-870.9 -9957.9l-871.8 -9957.8l-872.7 -9957.7l-873.6 -9957.6l-874.5 -9957.5l-875.4 -9957.4l-876.3 -9957.3l-877.1 -9957.1l-878 -9957.1l-878.9 -9957l-879.8 -9956.9l-880.7 -9956.7l-881.5 -9956.6l-882.4 -9956.5l-883.3 -9956.4l-884.2 -9956.3l-885 -9956.2l-885.9 -9956.1l-886.8 -9956l-887.6 -9955.9l-888.5 -9955.8l-889.3 -9955.7l-890.2 -9955.6l-891 -9955.5l-891.9 -9955.4l-892.7 -9955.3l-893.6 -9955.2l-894.4 -9955.1l-895.3 -9955l-896.1 -9954.9l-896.9 -9954.8l-897.8 -9954.7l-898.6 -9954.6l-899.4 -9954.5l-900.3 -9954.4l-901.1 -9954.3l-901.9 -9954.2l-902.7 -9954.1l-903.6 -9954l-904.4 -9953.9l-905.2 -9953.8l-906 -9953.7l-906.8 -9953.6l-907.6 -9953.5l-908.4 -9953.4l-909.2 -9953.3l-910 -9953.2l-910.8 -9953.1l-911.6 -9953l-912.4 -9952.9l-913.2 -9952.8l-914 -9952.7l-914.8 -9952.7l-915.6 -9952.5l-916.4 -9952.5l-917.2 -9952.4l-917.9 -9952.3l-918.7 -9952.2l-919.5 -9952.1l-920.3 -9952l-921 -9951.9l-921.8 -9951.8l-922.6 -9951.7l-923.3 -9951.6l-924.1 -9951.6l-924.8 -9951.5l-925.6 -9951.3l-926.4 -9951.3l-927.1 -9951.2l-927.9 -9951.1l-928.6 -9951l-929.3 -9950.9l-930.1 -9950.9l-930.8 -9950.8l-931.6 -9950.7l-932.3 -9950.6l-933 -9950.5l-933.8 -9950.4l-934.5 -9950.3l-935.2 -9950.3l-936 -9950.1l-936.7 -9950.1l-937.4 -9950l-938.1 -9949.9l-938.8 -9949.8l-517.8 -5484.4M938046.5 -1l-.8 -10016.2l-2.5 -10017.2l-4.1 -10017.2l-5.8 -10017.2l-7.5 -10017.2l-9.1 -10017.2l-10.8 -10017.2l-12.4 -10017.2l-14.1 -10017.2l-15.7 -10017.2l-17.4 -10017.2l-19.1 -10017.2l-20.7 -10017.2l-22.4 -10017.2l-24 -10017.2l-25.7 -10017.2l-27.3 -10017.1l-29 -10017.1l-30.7 -10017.1l-32.3 -10017.1l-34 -10017.1l-35.6 -10017.1l-37.3 -10017.1l-38.9 -10017.1l-40.6 -10017.1l-42.2 -10017l-43.9 -10017.1l-45.6 -10017l-47.2 -10017l-48.9 -10017l-50.5 -10017l-52.2 -10017l-53.8 -10017l-55.5 -10017l-57.1 -10016.9l-58.8 -10016.9l-60.5 -10016.9l-62.1 -10016.9l-63.8 -10016.8l-65.4 -10016.9l-67.1 -10016.8l-68.7 -10016.8l-70.4 -10016.8l-72 -10016.8l-73.7 -10016.8l-75.3 -10016.7l-77 -10016.7l-78.6 -10016.7l-80.3 -10016.6l-81.9 -10016.7l-83.6 -10016.6l-85.3 -10016.6l-86.9 -10016.6l-88.6 -10016.6l-90.2 -10016.5l-91.9 -10016.5l-93.5 -10016.5l-95.2 -10016.4l-96.8 -10016.4l-98.5 -10016.4l-100.1 -10016.4l-101.8 -10016.3l-103.4 -10016.3l-105.1 -10016.3l-106.7 -10016.3l-108.4 -10016.2l-110 -10016.2l-111.6 -10016.2l-113.3 -10016.2l-114.9 -10016.1l-116.6 -10016.1l-118.2 -10016.1l-119.9 -10016l-121.5 -10016l-123.2 -10016l-124.8 -10015.9l-126.5 -10015.9l-128.1 -10015.9l-129.7 -10015.8l-131.4 -10015.8l-133 -10015.7l-134.7 -10015.7l-136.3 -10015.7l-138 -10015.6l-139.6 -10015.6l-141.2 -10015.6l-142.9 -10015.5l-144.5 -10015.5l-146.2 -10015.4l-147.8 -10015.4l-149.4 -10015.4l-151.1 -10015.3l-152.7 -10015.3l-154.4 -10015.2l-156 -10015.2l-157.6 -10015.2l-159.3 -10015.1l-160.9 -10015.1l-162.5 -10015l-164.2 -10015l-165.8 -10014.9l-167.5 -10014.9l-169.1 -10014.8l-170.7 -10014.8l-172.4 -10014.8l-174 -10014.7l-175.6 -10014.7l-177.3 -10014.6l-178.9 -10014.6l-180.5 -10014.5l-182.2 -10014.5l-183.8 -10014.4l-185.4 -10014.4l-187 -10014.3l-188.7 -10014.3l-190.3 -10014.2l-191.9 -10014.1l-193.6 -10014.1l-195.2 -10014.1l-196.8 -10014l-198.4 -10014l-200.1 -10013.9l-201.7 -10013.9l-203.3 -10013.8l-204.9 -10013.7l-206.6 -10013.7l-208.2 -10013.6l-209.8 -10013.6l-211.4 -10013.5l-213 -10013.5l-214.7 -10013.4l-216.3 -10013.3l-217.9 -10013.3l-219.5 -10013.2l-221.1 -10013.1l-222.8 -10013.1l-224.4 -10013.1l-226 -10013l-227.6 -10012.9l-229.2 -10012.8l-230.8 -10012.8l-232.4 -10012.7l-234.1 -10012.7l-235.7 -10012.6l-237.3 -10012.6l-238.9 -10012.5l-240.5 -10012.4l-242.1 -10012.4l-243.7 -10012.3l-245.3 -10012.2l-246.9 -10012.2l-248.6 -10012.1l-250.2 -10012l-251.8 -10011.9l-253.4 -10011.9l-255 -10011.8l-256.6 -10011.8l-258.2 -10011.7l-259.8 -10011.6l-261.4 -10011.6l-263 -10011.5l-264.6 -10011.4l-266.2 -10011.3l-267.8 -10011.3l-269.4 -10011.2l-271 -10011.2l-272.6 -10011l-274.2 -10011l-275.8 -10010.9l-277.4 -10010.9l-279 -10010.8l-280.6 -10010.7l-282.2 -10010.6l-283.7 -10010.6l-285.3 -10010.5l-286.9 -10010.4l-288.5 -10010.3l-290.1 -10010.3l-291.7 -10010.2l-293.3 -10010.1l-294.9 -10010l-296.5 -10010l-298 -10009.9l-299.6 -10009.8l-301.2 -10009.7l-302.8 -10009.6l-304.4 -10009.6l-306 -10009.5l-307.5 -10009.4l-309.1 -10009.3l-310.7 -10009.3l-312.3 -10009.2l-313.9 -10009.1l-315.4 -10009l-317 -10008.9l-318.6 -10008.8l-320.2 -10008.8l-321.7 -10008.7l-323.3 -10008.6l-324.9 -10008.5l-326.4 -10008.4l-328 -10008.3l-329.6 -10008.3l-331.1 -10008.1l-332.7 -10008.1l-334.3 -10008l-335.8 -10007.9l-337.4 -10007.8l-339 -10007.7l-340.5 -10007.7l-342.1 -10007.6l-343.7 -10007.5l-345.2 -10007.4l-346.8 -10007.3l-348.3 -10007.2l-349.9 -10007.1l-351.5 -10007l-353 -10006.9l-354.6 -10006.9l-356.1 -10006.8l-357.7 -10006.7l-359.2 -10006.6l-360.8 -10006.5l-362.3 -10006.4l-363.9 -10006.3l-365.4 -10006.2l-367 -10006.1l-368.5 -10006l-370.1 -10005.9l-371.6 -10005.8l-373.1 -10005.7l-374.7 -10005.7l-376.2 -10005.6l-377.8 -10005.5l-379.3 -10005.4l-380.8 -10005.2l-382.4 -10005.2l-383.9 -10005.1l-385.5 -10005l-387 -10004.9l-388.5 -10004.8l-390.1 -10004.7l-391.6 -10004.6l-393.1 -10004.5l-394.6 -10004.4l-396.2 -10004.3l-397.7 -10004.2l-399.2 -10004.1l-400.8 -10004l-402.3 -10003.9l-403.8 -10003.8l-405.3 -10003.7l-406.8 -10003.6l-408.4 -10003.5l-409.9 -10003.4l-411.4 -10003.3l-412.9 -10003.2l-414.4 -10003.1l-415.9 -10003l-417.5 -10002.9l-419 -10002.8l-420.5 -10002.7l-422 -10002.6l-423.5 -10002.5l-425 -10002.4l-426.5 -10002.3l-428 -10002.2l-429.5 -10002l-431 -10002l-432.5 -10001.9l-434 -10001.7l-435.5 -10001.6l-437 -10001.5l-438.5 -10001.4l-440 -10001.3l-441.5 -10001.2l-443 -10001.1l-444.5 -10001l-446 -10000.9l-447.5 -10000.8l-449 -10000.6l-450.5 -10000.6l-452 -10000.5l-453.4 -10000.3l-454.9 -10000.2l-456.4 -10000.1l-457.9 -10000l-459.4 -9999.9l-460.9 -9999.8l-462.3 -9999.7l-463.8 -9999.5l-465.3 -9999.5l-466.8 -9999.4l-468.2 -9999.2l-469.7 -9999.1l-471.2 -9999l-472.7 -9998.9l-474.1 -9998.8l-475.6 -9998.7l-477.1 -9998.5l-478.5 -9998.5l-480 -9998.3l-481.5 -9998.2l-482.9 -9998.1l-484.4 -9998l-485.8 -9997.9l-487.3 -9997.8l-488.8 -9997.7l-490.2 -9997.5l-491.7 -9997.4l-493.1 -9997.3l-494.6 -9997.2l-496 -9997l-497.5 -9997l-498.9 -9996.8l-500.4 -9996.7l-501.8 -9996.6l-503.3 -9996.5l-504.7 -9996.4l-506.1 -9996.3l-507.6 -9996.1l-509 -9996l-510.5 -9995.9l-511.9 -9995.8l-513.3 -9995.7l-514.8 -9995.5l-516.2 -9995.4l-517.6 -9995.3l-519.1 -9995.2l-520.5 -9995.1l-521.9 -9995l-523.3 -9994.8l-524.8 -9994.7l-526.2 -9994.6l-527.6 -9994.5l-529 -9994.3l-530.4 -9994.2l-531.9 -9994.1l-533.3 -9994l-534.7 -9993.9l-536.1 -9993.7l-537.5 -9993.6l-538.9 -9993.5l-540.3 -9993.4l-541.7 -9993.2l-543.1 -9993.1l-544.6 -9993l-546 -9992.9l-547.4 -9992.8l-548.8 -9992.6l-550.2 -9992.5l-551.6 -9992.4l-553 -9992.3l-554.3 -9992.1l-555.7 -9992l-557.1 -9991.9l-558.5 -9991.8l-559.9 -9991.7l-561.3 -9991.5l-562.7 -9991.4l-564.1 -9991.3l-565.5 -9991.2l-566.8 -9991l-568.2 -9990.9l-569.6 -9990.8l-571 -9990.7l-572.4 -9990.5l-573.7 -9990.4l-575.1 -9990.3l-576.5 -9990.2l-577.8 -9990l-579.2 -9989.9l-580.6 -9989.7l-582 -9989.6l-583.3 -9989.5l-584.7 -9989.4l-586 -9989.2l-587.4 -9989.1l-588.8 -9989l-590.1 -9988.9l-591.5 -9988.8l-592.8 -9988.6l-594.2 -9988.5l-595.5 -9988.4l-596.9 -9988.2l-598.2 -9988.1l-599.6 -9988l-600.9 -9987.9l-602.3 -9987.7l-603.6 -9987.6l-604.9 -9987.4l-606.3 -9987.4l-607.6 -9987.2l-609 -9987.1l-610.3 -9987l-611.6 -9986.8l-613 -9986.7l-614.3 -9986.6l-615.6 -9986.4l-616.9 -9986.3l-618.3 -9986.2l-619.6 -9986.1l-620.9 -9985.9l-622.2 -9985.8l-623.5 -9985.6l-624.9 -9985.5l-626.2 -9985.4l-627.5 -9985.3l-628.8 -9985.1l-630.1 -9985l-631.4 -9984.9l-632.7 -9984.8l-634 -9984.6l-635.3 -9984.5l-636.6 -9984.4l-637.9 -9984.2l-639.2 -9984.1l-640.5 -9983.9l-641.8 -9983.8l-643.1 -9983.7l-644.4 -9983.6l-645.7 -9983.5l-647 -9983.3l-648.3 -9983.2l-649.6 -9983.1l-650.9 -9982.9l-652.1 -9982.8l-653.4 -9982.6l-654.7 -9982.5l-656 -9982.4l-657.3 -9982.3l-658.5 -9982.1l-659.8 -9982l-661.1 -9981.9l-662.3 -9981.8l-663.6 -9981.6l-664.9 -9981.5l-666.1 -9981.4l-667.4 -9981.2l-668.7 -9981.1l-669.9 -9980.9l-671.2 -9980.8l-672.4 -9980.7l-673.7 -9980.6l-674.9 -9980.4l-676.2 -9980.3l-677.4 -9980.2l-678.7 -9980l-679.9 -9979.9l-681.2 -9979.7l-682.4 -9979.6l-683.7 -9979.5l-684.9 -9979.4l-686.1 -9979.3l-687.4 -9979.1l-688.6 -9979l-689.8 -9978.9l-691.1 -9978.7l-692.3 -9978.6l-693.5 -9978.5l-694.7 -9978.3l-696 -9978.2l-697.2 -9978.1l-698.4 -9977.9l-699.6 -9977.8l-700.8 -9977.7l-702.1 -9977.5l-703.3 -9977.4l-704.5 -9977.2l-705.7 -9977.1l-706.9 -9977l-708.1 -9976.9l-709.3 -9976.7l-710.5 -9976.6l-711.7 -9976.5l-712.9 -9976.4l-714.1 -9976.2l-715.3 -9976.1l-716.5 -9976l-717.7 -9975.8l-718.9 -9975.7l-720.1 -9975.5l-721.2 -9975.4l-722.4 -9975.3l-723.6 -9975.2l-724.8 -9975l-726 -9974.9l-727.1 -9974.8l-728.3 -9974.7l-729.5 -9974.5l-730.7 -9974.4l-731.8 -9974.3l-733 -9974.1l-734.2 -9974l-735.3 -9973.9l-736.5 -9973.7l-737.6 -9973.6l-738.8 -9973.5l-740 -9973.4l-741.1 -9973.2l-742.3 -9973.1l-743.4 -9973l-744.6 -9972.8l-745.7 -9972.7l-746.9 -9972.5l-748 -9972.4l-749.1 -9972.3l-750.3 -9972.2l-751.4 -9972.1l-752.6 -9971.9l-753.7 -9971.8l-754.8 -9971.7l-756 -9971.5l-757.1 -9971.4l-758.2 -9971.3l-681.8 -8954"
id="path1367"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M654136.7 -6208839.3l-719.9 -8265.2l-868.3 -9959.2l-869.2 -9959l-870.1 -9958.9l-871 -9958.8l-871.9 -9958.7l-872.8 -9958.6l-873.7 -9958.5l-874.6 -9958.4l-875.5 -9958.3l-876.4 -9958.2l-877.3 -9958l-878.1 -9957.9l-879 -9957.8l-879.9 -9957.7l-880.8 -9957.6l-881.7 -9957.5l-882.5 -9957.4l-883.4 -9957.3l-884.3 -9957.2l-885.1 -9957.1l-886 -9957l-886.9 -9956.9l-887.7 -9956.8l-888.6 -9956.7l-889.4 -9956.5l-890.3 -9956.5l-891.1 -9956.3l-892 -9956.2l-892.8 -9956.1l-893.7 -9956l-894.5 -9955.9l-895.4 -9955.8l-896.2 -9955.7l-897 -9955.6l-897.9 -9955.5l-898.7 -9955.4l-899.5 -9955.3l-900.4 -9955.2l-901.2 -9955.1l-902 -9955l-902.8 -9954.9l-903.7 -9954.8l-904.5 -9954.7l-905.3 -9954.6l-906.1 -9954.5l-906.9 -9954.4l-907.7 -9954.3l-908.5 -9954.2l-909.3 -9954.1l-910.1 -9954l-910.9 -9953.9l-911.7 -9953.8l-912.5 -9953.7l-913.3 -9953.6l-914.1 -9953.5l-914.9 -9953.4l-915.7 -9953.3l-916.5 -9953.3l-917.2 -9953.2l-918 -9953.1l-918.8 -9952.9l-919.6 -9952.9l-920.3 -9952.8l-921.1 -9952.7l-921.9 -9952.6l-922.6 -9952.5l-923.4 -9952.4l-924.2 -9952.3l-924.9 -9952.2l-925.7 -9952.1l-926.4 -9952l-927.2 -9952l-927.9 -9951.9l-928.7 -9951.8l-929.4 -9951.7l-930.2 -9951.6l-930.9 -9951.5l-931.7 -9951.4l-932.4 -9951.3l-933.1 -9951.2l-933.9 -9951.2l-934.6 -9951.1l-935.3 -9951l-936 -9950.9l-936.8 -9950.8l-937.5 -9950.7l-938.2 -9950.6l-938.9 -9950.6l-449.8 -4764.5M948064.6 -1l-.8 -10017.9l-2.5 -10018.9l-4.1 -10018.8l-5.8 -10018.9l-7.5 -10018.9l-9.1 -10018.9l-10.8 -10018.8l-12.4 -10018.9l-14.1 -10018.9l-15.7 -10018.9l-17.4 -10018.8l-19.1 -10018.8l-20.7 -10018.8l-22.4 -10018.8l-24 -10018.8l-25.7 -10018.8l-27.4 -10018.8l-29 -10018.8l-30.7 -10018.8l-32.3 -10018.8l-34 -10018.7l-35.6 -10018.8l-37.3 -10018.8l-38.9 -10018.7l-40.6 -10018.7l-42.3 -10018.7l-43.9 -10018.7l-45.6 -10018.7l-47.2 -10018.7l-48.9 -10018.6l-50.5 -10018.7l-52.2 -10018.6l-53.9 -10018.6l-55.5 -10018.6l-57.2 -10018.6l-58.8 -10018.6l-60.5 -10018.6l-62.1 -10018.6l-63.8 -10018.5l-65.4 -10018.5l-67.1 -10018.5l-68.7 -10018.5l-70.4 -10018.5l-72.1 -10018.4l-73.7 -10018.4l-75.4 -10018.4l-77 -10018.4l-78.7 -10018.4l-80.3 -10018.3l-82 -10018.3l-83.6 -10018.3l-85.3 -10018.3l-86.9 -10018.2l-88.6 -10018.2l-90.2 -10018.2l-91.9 -10018.2l-93.5 -10018.1l-95.2 -10018.1l-96.8 -10018.1l-98.5 -10018.1l-100.1 -10018l-101.8 -10018l-103.4 -10018l-105.1 -10018l-106.7 -10017.9l-108.4 -10017.9l-110 -10017.8l-111.7 -10017.8l-113.3 -10017.8l-115 -10017.8l-116.6 -10017.7l-118.3 -10017.7l-119.9 -10017.7l-121.6 -10017.6l-123.2 -10017.6l-124.8 -10017.5l-126.5 -10017.5l-128.1 -10017.5l-129.8 -10017.5l-131.4 -10017.4l-133.1 -10017.4l-134.7 -10017.4l-136.4 -10017.3l-138 -10017.3l-139.6 -10017.2l-141.3 -10017.2l-142.9 -10017.2l-144.6 -10017.1l-146.2 -10017.1l-147.8 -10017l-149.5 -10017l-151.1 -10017l-152.8 -10016.9l-154.4 -10016.8l-156 -10016.8l-157.7 -10016.8l-159.3 -10016.8l-161 -10016.7l-162.6 -10016.6l-164.2 -10016.6l-165.9 -10016.6l-167.5 -10016.5l-169.1 -10016.5l-170.8 -10016.4l-172.4 -10016.4l-174 -10016.3l-175.7 -10016.3l-177.3 -10016.2l-178.9 -10016.2l-180.6 -10016.2l-182.2 -10016.1l-183.8 -10016l-185.5 -10016l-187.1 -10016l-188.7 -10015.9l-190.3 -10015.8l-192 -10015.8l-193.6 -10015.7l-195.2 -10015.7l-196.9 -10015.6l-198.5 -10015.6l-200.1 -10015.5l-201.7 -10015.5l-203.4 -10015.4l-205 -10015.4l-206.6 -10015.3l-208.2 -10015.3l-209.9 -10015.2l-211.5 -10015.1l-213.1 -10015.1l-214.7 -10015l-216.3 -10015l-218 -10014.9l-219.6 -10014.9l-221.2 -10014.8l-222.8 -10014.7l-224.4 -10014.7l-226 -10014.6l-227.7 -10014.5l-229.3 -10014.5l-230.9 -10014.4l-232.5 -10014.4l-234.1 -10014.3l-235.7 -10014.2l-237.3 -10014.2l-239 -10014.1l-240.6 -10014l-242.2 -10014l-243.8 -10013.9l-245.4 -10013.9l-247 -10013.8l-248.6 -10013.7l-250.2 -10013.7l-251.8 -10013.6l-253.4 -10013.5l-255 -10013.4l-256.6 -10013.4l-258.3 -10013.3l-259.9 -10013.2l-261.5 -10013.2l-263.1 -10013.1l-264.7 -10013l-266.3 -10012.9l-267.9 -10012.9l-269.5 -10012.8l-271.1 -10012.7l-272.7 -10012.6l-274.3 -10012.6l-275.9 -10012.5l-277.4 -10012.5l-279 -10012.4l-280.6 -10012.3l-282.2 -10012.2l-283.8 -10012.2l-285.4 -10012.1l-287 -10012l-288.6 -10011.9l-290.2 -10011.9l-291.8 -10011.8l-293.4 -10011.7l-294.9 -10011.6l-296.5 -10011.5l-298.1 -10011.5l-299.7 -10011.4l-301.3 -10011.3l-302.9 -10011.2l-304.5 -10011.2l-306 -10011.1l-307.6 -10011l-309.2 -10010.9l-310.8 -10010.8l-312.4 -10010.7l-313.9 -10010.7l-315.5 -10010.6l-317.1 -10010.5l-318.7 -10010.4l-320.2 -10010.3l-321.8 -10010.3l-323.4 -10010.1l-325 -10010.1l-326.5 -10010l-328.1 -10009.9l-329.7 -10009.8l-331.2 -10009.7l-332.8 -10009.7l-334.4 -10009.6l-335.9 -10009.5l-337.5 -10009.4l-339.1 -10009.3l-340.6 -10009.2l-342.2 -10009.1l-343.8 -10009l-345.3 -10008.9l-346.9 -10008.9l-348.4 -10008.8l-350 -10008.7l-351.5 -10008.6l-353.1 -10008.5l-354.7 -10008.4l-356.2 -10008.3l-357.8 -10008.2l-359.3 -10008.1l-360.9 -10008l-362.4 -10008l-364 -10007.9l-365.5 -10007.8l-367.1 -10007.6l-368.6 -10007.6l-370.2 -10007.5l-371.7 -10007.4l-373.2 -10007.3l-374.8 -10007.2l-376.3 -10007.1l-377.9 -10007l-379.4 -10006.9l-380.9 -10006.8l-382.5 -10006.7l-384 -10006.6l-385.6 -10006.5l-387.1 -10006.4l-388.6 -10006.3l-390.2 -10006.2l-391.7 -10006.1l-393.2 -10006l-394.7 -10005.9l-396.3 -10005.8l-397.8 -10005.7l-399.3 -10005.6l-400.9 -10005.5l-402.4 -10005.4l-403.9 -10005.3l-405.4 -10005.2l-406.9 -10005.1l-408.5 -10005l-410 -10004.9l-411.5 -10004.8l-413 -10004.7l-414.5 -10004.6l-416 -10004.5l-417.6 -10004.4l-419.1 -10004.3l-420.6 -10004.2l-422.1 -10004.1l-423.6 -10004l-425.1 -10003.9l-426.6 -10003.8l-428.1 -10003.7l-429.6 -10003.5l-431.1 -10003.5l-432.6 -10003.4l-434.1 -10003.2l-435.6 -10003.1l-437.1 -10003l-438.6 -10002.9l-440.1 -10002.8l-441.6 -10002.7l-443.1 -10002.6l-444.6 -10002.5l-446.1 -10002.4l-447.6 -10002.3l-449.1 -10002.1l-450.6 -10002.1l-452.1 -10001.9l-453.6 -10001.8l-455 -10001.7l-456.5 -10001.6l-458 -10001.5l-459.5 -10001.4l-461 -10001.3l-462.5 -10001.2l-463.9 -10001l-465.4 -10000.9l-466.9 -10000.8l-468.4 -10000.7l-469.8 -10000.6l-471.3 -10000.5l-472.8 -10000.4l-474.2 -10000.3l-475.7 -10000.1l-477.2 -10000l-478.6 -9999.9l-480.1 -9999.8l-481.6 -9999.7l-483 -9999.5l-484.5 -9999.5l-486 -9999.3l-487.4 -9999.2l-488.9 -9999.1l-490.3 -9999l-491.8 -9998.9l-493.2 -9998.8l-494.7 -9998.6l-496.1 -9998.5l-497.6 -9998.4l-499 -9998.3l-500.5 -9998.2l-501.9 -9998.1l-503.4 -9997.9l-504.8 -9997.8l-506.3 -9997.7l-507.7 -9997.6l-509.1 -9997.4l-510.6 -9997.3l-512 -9997.2l-513.4 -9997.1l-514.9 -9997l-516.3 -9996.8l-517.7 -9996.7l-519.2 -9996.6l-520.6 -9996.5l-522 -9996.4l-523.5 -9996.2l-524.9 -9996.1l-526.3 -9996l-527.7 -9995.9l-529.1 -9995.7l-530.6 -9995.6l-532 -9995.5l-533.4 -9995.4l-534.8 -9995.3l-536.2 -9995.1l-537.6 -9995l-539 -9994.9l-540.5 -9994.8l-541.9 -9994.6l-543.3 -9994.5l-544.7 -9994.4l-546.1 -9994.3l-547.5 -9994.2l-548.9 -9994l-550.3 -9993.9l-551.7 -9993.8l-553.1 -9993.7l-554.5 -9993.5l-555.9 -9993.4l-557.3 -9993.3l-558.7 -9993.2l-560 -9993l-561.4 -9992.9l-562.8 -9992.8l-564.2 -9992.7l-565.6 -9992.5l-567 -9992.4l-568.3 -9992.3l-569.7 -9992.2l-571.1 -9992l-572.5 -9991.9l-573.9 -9991.7l-575.2 -9991.7l-576.6 -9991.5l-578 -9991.4l-579.3 -9991.3l-580.7 -9991.1l-582.1 -9991l-583.4 -9990.9l-584.8 -9990.8l-586.2 -9990.6l-587.5 -9990.5l-588.9 -9990.4l-590.2 -9990.2l-591.6 -9990.1l-593 -9990l-594.3 -9989.9l-595.7 -9989.7l-597 -9989.6l-598.4 -9989.4l-599.7 -9989.3l-601 -9989.2l-602.4 -9989.1l-603.7 -9988.9l-605.1 -9988.8l-606.4 -9988.7l-607.7 -9988.6l-609.1 -9988.4l-610.4 -9988.3l-611.7 -9988.1l-613.1 -9988l-614.4 -9987.9l-615.7 -9987.8l-617.1 -9987.6l-618.4 -9987.5l-619.7 -9987.4l-621 -9987.3l-622.4 -9987.1l-623.7 -9987l-625 -9986.9l-626.3 -9986.7l-627.6 -9986.6l-628.9 -9986.4l-630.2 -9986.3l-631.5 -9986.2l-632.9 -9986.1l-634.2 -9985.9l-635.5 -9985.8l-636.8 -9985.7l-638.1 -9985.5l-639.4 -9985.4l-640.7 -9985.2l-642 -9985.1l-643.3 -9985l-644.5 -9984.9l-645.8 -9984.7l-647.1 -9984.6l-648.4 -9984.5l-649.7 -9984.3l-651 -9984.2l-652.3 -9984.1l-653.5 -9983.9l-654.8 -9983.8l-656.1 -9983.7l-657.4 -9983.6l-658.7 -9983.4l-659.9 -9983.3l-661.2 -9983.2l-662.5 -9983l-663.7 -9982.9l-665 -9982.7l-666.3 -9982.6l-667.5 -9982.5l-668.8 -9982.4l-670 -9982.2l-671.3 -9982.1l-672.6 -9982l-673.8 -9981.8l-675.1 -9981.7l-676.3 -9981.5l-677.6 -9981.4l-678.8 -9981.3l-680.1 -9981.2l-681.3 -9981l-682.6 -9980.9l-683.8 -9980.8l-685 -9980.6l-686.3 -9980.5l-687.5 -9980.3l-688.7 -9980.2l-690 -9980.1l-691.2 -9980l-692.4 -9979.8l-693.7 -9979.7l-694.9 -9979.6l-696.1 -9979.4l-697.3 -9979.3l-698.5 -9979.1l-699.8 -9979l-701 -9978.9l-702.2 -9978.8l-703.4 -9978.6l-704.6 -9978.5l-705.8 -9978.4l-707 -9978.2l-708.2 -9978.1l-709.4 -9977.9l-710.6 -9977.8l-711.8 -9977.7l-713 -9977.6l-714.2 -9977.4l-715.4 -9977.3l-716.6 -9977.2l-717.8 -9977l-719 -9976.9l-720.2 -9976.7l-721.4 -9976.6l-722.6 -9976.5l-723.7 -9976.4l-724.9 -9976.2l-726.1 -9976.1l-727.3 -9976l-728.4 -9975.8l-729.6 -9975.7l-730.8 -9975.5l-732 -9975.4l-733.1 -9975.3l-734.3 -9975.2l-735.5 -9975l-736.6 -9974.9l-737.8 -9974.8l-738.9 -9974.6l-740.1 -9974.5l-741.2 -9974.4l-742.4 -9974.2l-743.5 -9974.1l-744.7 -9974l-745.8 -9973.8l-747 -9973.7l-748.1 -9973.6l-749.3 -9973.5l-750.4 -9973.3l-751.5 -9973.2l-752.7 -9973l-753.8 -9972.9l-755 -9972.8l-756.1 -9972.7l-757.2 -9972.5l-758.3 -9972.4l-759.5 -9972.3l-760.6 -9972.1l-761.7 -9972l-762.8 -9971.9l-763.9 -9971.8l-765.1 -9971.6l-766.2 -9971.5l-767.3 -9971.3l-768.4 -9971.2l-769.5 -9971.1l-770.6 -9971l-771.7 -9970.8l-772.8 -9970.7l-773.9 -9970.6l-775 -9970.5l-776.1 -9970.3l-777.2 -9970.2l-778.3 -9970l-779.4 -9969.9l-780.5 -9969.8l-781.5 -9969.7l-782.6 -9969.5l-783.7 -9969.4l-784.8 -9969.3l-785.9 -9969.2l-786.9 -9969l-547.8 -6932.1"
id="path1368"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M664139.8 -6209208.8l-763.3 -8763.6l-868.4 -9960.1l-869.3 -9959.9l-870.2 -9959.8l-871.1 -9959.7l-872 -9959.6l-872.9 -9959.5l-873.8 -9959.4l-874.7 -9959.3l-875.6 -9959.2l-876.5 -9959.1l-877.4 -9958.9l-878.3 -9958.8l-879.1 -9958.7l-880 -9958.6l-880.9 -9958.5l-881.8 -9958.4l-882.6 -9958.3l-883.5 -9958.2l-884.4 -9958.1l-885.2 -9957.9l-886.1 -9957.8l-887 -9957.7l-887.8 -9957.6l-888.7 -9957.5l-889.5 -9957.4l-890.4 -9957.3l-891.3 -9957.2l-892.1 -9957.1l-892.9 -9957l-893.8 -9956.9l-894.6 -9956.8l-895.5 -9956.7l-896.3 -9956.6l-897.1 -9956.4l-898 -9956.4l-898.8 -9956.2l-899.6 -9956.1l-900.5 -9956l-901.3 -9955.9l-902.1 -9955.8l-902.9 -9955.7l-903.8 -9955.6l-904.6 -9955.5l-905.4 -9955.4l-906.2 -9955.3l-907 -9955.2l-907.8 -9955.1l-908.6 -9955l-909.4 -9954.9l-910.2 -9954.8l-911 -9954.7l-911.8 -9954.6l-912.6 -9954.5l-913.4 -9954.4l-914.2 -9954.3l-915 -9954.2l-915.8 -9954.1l-916.6 -9954l-917.3 -9953.9l-918.1 -9953.8l-918.9 -9953.7l-919.7 -9953.6l-920.4 -9953.6l-921.2 -9953.5l-922 -9953.4l-922.7 -9953.2l-923.5 -9953.2l-924.3 -9953.1l-925 -9953l-925.8 -9952.9l-926.5 -9952.8l-927.3 -9952.7l-928 -9952.6l-928.8 -9952.5l-929.5 -9952.4l-930.3 -9952.3l-931 -9952.2l-931.8 -9952.2l-932.5 -9952l-933.2 -9952l-934 -9951.9l-934.7 -9951.8l-935.4 -9951.7l-936.1 -9951.6l-936.9 -9951.5l-937.6 -9951.4l-938.3 -9951.4l-939 -9951.3l-384.9 -4076.6M958084.3 -1l-.8 -10019.5l-2.5 -10020.5l-4.1 -10020.5l-5.8 -10020.5l-7.5 -10020.5l-9.1 -10020.5l-10.8 -10020.5l-12.4 -10020.5l-14.1 -10020.5l-15.8 -10020.5l-17.4 -10020.5l-19.1 -10020.5l-20.7 -10020.5l-22.4 -10020.5l-24 -10020.5l-25.7 -10020.5l-27.4 -10020.4l-29 -10020.5l-30.7 -10020.5l-32.3 -10020.4l-34 -10020.4l-35.6 -10020.4l-37.3 -10020.4l-39 -10020.4l-40.6 -10020.4l-42.3 -10020.3l-43.9 -10020.4l-45.6 -10020.4l-47.2 -10020.3l-48.9 -10020.3l-50.6 -10020.3l-52.2 -10020.3l-53.9 -10020.3l-55.5 -10020.3l-57.2 -10020.2l-58.8 -10020.2l-60.5 -10020.2l-62.1 -10020.2l-63.8 -10020.2l-65.5 -10020.2l-67.1 -10020.2l-68.8 -10020.1l-70.4 -10020.1l-72.1 -10020.1l-73.7 -10020.1l-75.4 -10020.1l-77 -10020l-78.7 -10020l-80.3 -10020l-82 -10020l-83.6 -10019.9l-85.3 -10019.9l-87 -10019.9l-88.6 -10019.9l-90.3 -10019.8l-91.9 -10019.8l-93.6 -10019.8l-95.2 -10019.7l-96.9 -10019.7l-98.5 -10019.7l-100.2 -10019.7l-101.8 -10019.6l-103.5 -10019.6l-105.1 -10019.6l-106.8 -10019.6l-108.4 -10019.5l-110.1 -10019.5l-111.7 -10019.5l-113.4 -10019.4l-115 -10019.4l-116.6 -10019.4l-118.3 -10019.4l-119.9 -10019.3l-121.6 -10019.3l-123.2 -10019.3l-124.9 -10019.2l-126.5 -10019.2l-128.2 -10019.1l-129.8 -10019.1l-131.5 -10019.1l-133.1 -10019l-134.8 -10019l-136.4 -10019l-138 -10018.9l-139.7 -10018.9l-141.3 -10018.8l-143 -10018.8l-144.6 -10018.8l-146.2 -10018.7l-147.9 -10018.7l-149.5 -10018.6l-151.2 -10018.6l-152.8 -10018.6l-154.4 -10018.5l-156.1 -10018.5l-157.7 -10018.4l-159.4 -10018.4l-161 -10018.3l-162.6 -10018.3l-164.3 -10018.3l-165.9 -10018.2l-167.5 -10018.2l-169.2 -10018.1l-170.8 -10018.1l-172.5 -10018l-174.1 -10018l-175.7 -10017.9l-177.4 -10017.8l-179 -10017.8l-180.6 -10017.8l-182.2 -10017.7l-183.9 -10017.6l-185.5 -10017.6l-187.1 -10017.6l-188.8 -10017.5l-190.4 -10017.5l-192 -10017.4l-193.7 -10017.4l-195.3 -10017.3l-196.9 -10017.3l-198.5 -10017.2l-200.2 -10017.1l-201.8 -10017.1l-203.4 -10017l-205 -10017l-206.7 -10016.9l-208.3 -10016.9l-209.9 -10016.8l-211.5 -10016.8l-213.2 -10016.7l-214.8 -10016.6l-216.4 -10016.6l-218 -10016.5l-219.6 -10016.5l-221.3 -10016.4l-222.9 -10016.3l-224.5 -10016.3l-226.1 -10016.2l-227.7 -10016.2l-229.3 -10016.1l-231 -10016l-232.6 -10016l-234.2 -10015.9l-235.8 -10015.8l-237.4 -10015.8l-239 -10015.7l-240.6 -10015.7l-242.2 -10015.6l-243.9 -10015.5l-245.5 -10015.5l-247.1 -10015.4l-248.7 -10015.3l-250.3 -10015.3l-251.9 -10015.2l-253.5 -10015.1l-255.1 -10015.1l-256.7 -10015l-258.3 -10014.9l-259.9 -10014.8l-261.5 -10014.8l-263.1 -10014.7l-264.7 -10014.6l-266.3 -10014.5l-267.9 -10014.5l-269.5 -10014.4l-271.1 -10014.3l-272.7 -10014.2l-274.3 -10014.2l-275.9 -10014.1l-277.5 -10014.1l-279.1 -10014l-280.7 -10013.9l-282.3 -10013.8l-283.9 -10013.8l-285.5 -10013.7l-287.1 -10013.6l-288.7 -10013.5l-290.3 -10013.4l-291.9 -10013.4l-293.4 -10013.3l-295 -10013.2l-296.6 -10013.1l-298.2 -10013.1l-299.8 -10013l-301.4 -10012.9l-303 -10012.8l-304.5 -10012.7l-306.1 -10012.7l-307.7 -10012.6l-309.3 -10012.5l-310.9 -10012.4l-312.4 -10012.3l-314 -10012.2l-315.6 -10012.2l-317.2 -10012l-318.7 -10012l-320.3 -10011.9l-321.9 -10011.8l-323.5 -10011.7l-325 -10011.7l-326.6 -10011.6l-328.2 -10011.5l-329.8 -10011.4l-331.3 -10011.3l-332.9 -10011.2l-334.5 -10011.1l-336 -10011l-337.6 -10010.9l-339.2 -10010.9l-340.7 -10010.8l-342.3 -10010.7l-343.8 -10010.6l-345.4 -10010.5l-347 -10010.4l-348.5 -10010.3l-350.1 -10010.2l-351.6 -10010.1l-353.2 -10010.1l-354.7 -10010l-356.3 -10009.9l-357.9 -10009.8l-359.4 -10009.7l-361 -10009.6l-362.5 -10009.5l-364.1 -10009.4l-365.6 -10009.3l-367.2 -10009.2l-368.7 -10009.1l-370.2 -10009l-371.8 -10008.9l-373.3 -10008.8l-374.9 -10008.7l-376.4 -10008.6l-378 -10008.5l-379.5 -10008.5l-381 -10008.3l-382.6 -10008.3l-384.1 -10008.2l-385.7 -10008.1l-387.2 -10007.9l-388.7 -10007.9l-390.3 -10007.8l-391.8 -10007.7l-393.3 -10007.6l-394.8 -10007.4l-396.4 -10007.4l-397.9 -10007.3l-399.4 -10007.2l-401 -10007l-402.5 -10007l-404 -10006.9l-405.5 -10006.8l-407 -10006.6l-408.6 -10006.5l-410.1 -10006.4l-411.6 -10006.3l-413.1 -10006.2l-414.6 -10006.1l-416.2 -10006l-417.7 -10005.9l-419.2 -10005.8l-420.7 -10005.7l-422.2 -10005.6l-423.7 -10005.5l-425.2 -10005.4l-426.7 -10005.3l-428.2 -10005.2l-429.7 -10005l-431.2 -10005l-432.7 -10004.9l-434.2 -10004.7l-435.7 -10004.6l-437.2 -10004.5l-438.7 -10004.4l-440.2 -10004.3l-441.7 -10004.2l-443.2 -10004.1l-444.7 -10004l-446.2 -10003.9l-447.7 -10003.8l-449.2 -10003.6l-450.7 -10003.5l-452.2 -10003.4l-453.7 -10003.3l-455.2 -10003.2l-456.6 -10003.1l-458.1 -10003l-459.6 -10002.9l-461.1 -10002.8l-462.6 -10002.6l-464 -10002.5l-465.5 -10002.4l-467 -10002.3l-468.5 -10002.2l-469.9 -10002l-471.4 -10002l-472.9 -10001.8l-474.4 -10001.7l-475.8 -10001.6l-477.3 -10001.5l-478.8 -10001.4l-480.2 -10001.3l-481.7 -10001.1l-483.1 -10001l-484.6 -10000.9l-486.1 -10000.8l-487.5 -10000.7l-489 -10000.6l-490.4 -10000.4l-491.9 -10000.3l-493.4 -10000.2l-494.8 -10000.1l-496.3 -9999.9l-497.7 -9999.9l-499.2 -9999.7l-500.6 -9999.6l-502 -9999.5l-503.5 -9999.3l-504.9 -9999.3l-506.4 -9999.1l-507.8 -9999l-509.3 -9998.9l-510.7 -9998.8l-512.1 -9998.7l-513.6 -9998.5l-515 -9998.4l-516.4 -9998.3l-517.9 -9998.2l-519.3 -9998l-520.7 -9997.9l-522.2 -9997.8l-523.6 -9997.6l-525 -9997.6l-526.4 -9997.4l-527.8 -9997.3l-529.3 -9997.2l-530.7 -9997.1l-532.1 -9996.9l-533.5 -9996.8l-534.9 -9996.7l-536.3 -9996.5l-537.8 -9996.4l-539.2 -9996.3l-540.6 -9996.2l-542 -9996l-543.4 -9995.9l-544.8 -9995.8l-546.2 -9995.7l-547.6 -9995.6l-549 -9995.4l-550.4 -9995.3l-551.8 -9995.2l-553.2 -9995.1l-554.6 -9994.9l-556 -9994.8l-557.4 -9994.7l-558.8 -9994.6l-560.2 -9994.4l-561.6 -9994.3l-562.9 -9994.2l-564.3 -9994l-565.7 -9993.9l-567.1 -9993.8l-568.5 -9993.6l-569.9 -9993.5l-571.2 -9993.4l-572.6 -9993.3l-574 -9993.1l-575.4 -9993l-576.7 -9992.9l-578.1 -9992.8l-579.5 -9992.6l-580.8 -9992.5l-582.2 -9992.4l-583.6 -9992.2l-584.9 -9992.1l-586.3 -9992l-587.7 -9991.9l-589 -9991.7l-590.4 -9991.6l-591.7 -9991.5l-593.1 -9991.3l-594.4 -9991.2l-595.8 -9991.1l-597.1 -9990.9l-598.5 -9990.8l-599.8 -9990.7l-601.2 -9990.6l-602.5 -9990.4l-603.9 -9990.3l-605.2 -9990.1l-606.5 -9990l-607.9 -9989.9l-609.2 -9989.8l-610.5 -9989.6l-611.9 -9989.5l-613.2 -9989.4l-614.5 -9989.2l-615.9 -9989.1l-617.2 -9988.9l-618.5 -9988.8l-619.8 -9988.7l-621.2 -9988.6l-622.5 -9988.4l-623.8 -9988.3l-625.1 -9988.2l-626.4 -9988l-627.8 -9987.9l-629.1 -9987.7l-630.4 -9987.6l-631.7 -9987.5l-633 -9987.4l-634.3 -9987.2l-635.6 -9987.1l-636.9 -9987l-638.2 -9986.8l-639.5 -9986.7l-640.8 -9986.5l-642.1 -9986.4l-643.4 -9986.3l-644.7 -9986.2l-646 -9986l-647.3 -9985.9l-648.5 -9985.8l-649.8 -9985.6l-651.1 -9985.5l-652.4 -9985.4l-653.7 -9985.2l-655 -9985.1l-656.2 -9985l-657.5 -9984.8l-658.8 -9984.7l-660.1 -9984.6l-661.3 -9984.4l-662.6 -9984.3l-663.9 -9984.2l-665.1 -9984l-666.4 -9983.9l-667.7 -9983.8l-668.9 -9983.6l-670.2 -9983.4l-671.4 -9983.3l-672.7 -9983.2l-674 -9983.1l-675.2 -9982.9l-676.5 -9982.8l-677.7 -9982.7l-679 -9982.5l-680.2 -9982.4l-681.4 -9982.2l-682.7 -9982.1l-683.9 -9982l-685.2 -9981.9l-686.4 -9981.7l-687.6 -9981.6l-688.9 -9981.5l-690.1 -9981.3l-691.3 -9981.2l-692.6 -9981l-693.8 -9980.9l-695 -9980.8l-696.2 -9980.6l-697.5 -9980.5l-698.7 -9980.3l-699.9 -9980.2l-701.1 -9980.1l-702.3 -9980l-703.5 -9979.8l-704.7 -9979.7l-706 -9979.6l-707.2 -9979.4l-708.4 -9979.3l-709.6 -9979.1l-710.8 -9979l-712 -9978.9l-713.2 -9978.8l-714.4 -9978.6l-715.6 -9978.5l-716.8 -9978.4l-717.9 -9978.2l-719.1 -9978.1l-720.3 -9977.9l-721.5 -9977.8l-722.7 -9977.7l-723.9 -9977.5l-725.1 -9977.4l-726.2 -9977.2l-727.4 -9977.1l-728.6 -9977l-729.8 -9976.9l-730.9 -9976.7l-732.1 -9976.6l-733.3 -9976.5l-734.4 -9976.3l-735.6 -9976.2l-736.7 -9976l-737.9 -9975.9l-739.1 -9975.8l-740.2 -9975.7l-741.4 -9975.5l-742.5 -9975.4l-743.7 -9975.3l-744.8 -9975.1l-746 -9975l-747.1 -9974.8l-748.3 -9974.7l-749.4 -9974.6l-750.5 -9974.5l-751.7 -9974.3l-752.8 -9974.2l-754 -9974.1l-755.1 -9973.9l-756.2 -9973.8l-757.3 -9973.6l-758.5 -9973.5l-759.6 -9973.4l-760.7 -9973.3l-761.8 -9973.1l-762.9 -9973l-764.1 -9972.9l-765.2 -9972.7l-766.3 -9972.6l-767.4 -9972.4l-768.5 -9972.3l-769.6 -9972.2l-770.7 -9972.1l-771.8 -9971.9l-772.9 -9971.8l-774 -9971.7l-775.1 -9971.6l-776.2 -9971.4l-777.3 -9971.3l-778.4 -9971.1l-779.5 -9971l-780.6 -9970.9l-781.7 -9970.8l-782.8 -9970.6l-783.8 -9970.5l-784.9 -9970.4l-786 -9970.3l-787.1 -9970.1l-788.1 -9970l-789.2 -9969.9l-790.3 -9969.7l-791.4 -9969.6l-792.4 -9969.4l-793.5 -9969.3l-794.5 -9969.2l-795.6 -9969.1l-796.7 -9969l-797.7 -9968.8l-798.8 -9968.7l-799.8 -9968.6l-800.9 -9968.4l-801.9 -9968.3l-803 -9968.2l-804 -9968.1l-805.1 -9967.9l-806.1 -9967.8l-807.1 -9967.7l-808.2 -9967.6l-809.2 -9967.4l-810.2 -9967.3l-811.3 -9967.1l-812.3 -9967.1l-813.3 -9966.9l-496.8 -6082.2"
id="path1369"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M968105.6 -1l-.8 -10021.2l-2.5 -10022.2l-4.1 -10022.2l-5.8 -10022.2l-7.5 -10022.2l-9.1 -10022.2l-10.8 -10022.1l-12.4 -10022.2l-14.1 -10022.2l-15.8 -10022.2l-17.4 -10022.2l-19.1 -10022.1l-20.7 -10022.2l-22.4 -10022.1l-24 -10022.1l-25.7 -10022.1l-27.4 -10022.1l-29 -10022.1l-30.7 -10022.1l-32.3 -10022.1l-34 -10022.1l-35.7 -10022.1l-37.3 -10022.1l-39 -10022.1l-40.6 -10022l-42.3 -10022l-43.9 -10022l-45.6 -10022l-47.3 -10022l-48.9 -10022l-50.6 -10022l-52.2 -10022l-53.9 -10021.9l-55.5 -10021.9l-57.2 -10021.9l-58.9 -10021.9l-60.5 -10021.9l-62.2 -10021.9l-63.8 -10021.8l-65.5 -10021.8l-67.1 -10021.8l-68.8 -10021.8l-70.4 -10021.8l-72.1 -10021.7l-73.7 -10021.7l-75.4 -10021.7l-77.1 -10021.7l-78.7 -10021.7l-80.4 -10021.6l-82 -10021.6l-83.7 -10021.6l-85.3 -10021.6l-87 -10021.5l-88.6 -10021.5l-90.3 -10021.5l-91.9 -10021.5l-93.6 -10021.4l-95.2 -10021.4l-96.9 -10021.4l-98.5 -10021.4l-100.2 -10021.3l-101.8 -10021.3l-103.5 -10021.3l-105.1 -10021.2l-106.8 -10021.2l-108.4 -10021.2l-110.1 -10021.1l-111.7 -10021.1l-113.4 -10021.1l-115 -10021.1l-116.7 -10021l-118.3 -10021l-120 -10021l-121.6 -10020.9l-123.3 -10020.9l-124.9 -10020.8l-126.6 -10020.8l-128.2 -10020.8l-129.9 -10020.8l-131.5 -10020.7l-133.1 -10020.6l-134.8 -10020.6l-136.4 -10020.6l-138.1 -10020.6l-139.7 -10020.5l-141.4 -10020.5l-143 -10020.5l-144.6 -10020.4l-146.3 -10020.4l-147.9 -10020.3l-149.6 -10020.3l-151.2 -10020.2l-152.9 -10020.2l-154.5 -10020.1l-156.1 -10020.1l-157.8 -10020.1l-159.4 -10020l-161 -10020l-162.7 -10019.9l-164.3 -10019.9l-166 -10019.8l-167.6 -10019.8l-169.2 -10019.7l-170.9 -10019.7l-172.5 -10019.7l-174.1 -10019.6l-175.8 -10019.6l-177.4 -10019.5l-179 -10019.5l-180.7 -10019.4l-182.3 -10019.4l-183.9 -10019.3l-185.6 -10019.3l-187.2 -10019.2l-188.8 -10019.2l-190.5 -10019.1l-192.1 -10019l-193.7 -10019l-195.3 -10018.9l-197 -10018.9l-198.6 -10018.8l-200.2 -10018.7l-201.8 -10018.7l-203.5 -10018.7l-205.1 -10018.6l-206.7 -10018.5l-208.3 -10018.5l-210 -10018.4l-211.6 -10018.4l-213.2 -10018.3l-214.8 -10018.2l-216.5 -10018.2l-218.1 -10018.1l-219.7 -10018.1l-221.3 -10018l-222.9 -10018l-224.6 -10017.9l-226.2 -10017.8l-227.8 -10017.8l-229.4 -10017.7l-231 -10017.7l-232.6 -10017.6l-234.2 -10017.5l-235.9 -10017.4l-237.5 -10017.4l-239.1 -10017.3l-240.7 -10017.3l-242.3 -10017.2l-243.9 -10017.1l-245.5 -10017.1l-247.1 -10017l-248.8 -10016.9l-250.4 -10016.9l-252 -10016.8l-253.6 -10016.7l-255.2 -10016.7l-256.8 -10016.6l-258.4 -10016.5l-260 -10016.5l-261.6 -10016.4l-263.2 -10016.3l-264.8 -10016.2l-266.4 -10016.1l-268 -10016.1l-269.6 -10016l-271.2 -10015.9l-272.8 -10015.8l-274.4 -10015.8l-276 -10015.7l-277.6 -10015.6l-279.2 -10015.6l-280.8 -10015.5l-282.4 -10015.4l-284 -10015.3l-285.6 -10015.3l-287.2 -10015.2l-288.7 -10015.1l-290.3 -10015l-291.9 -10015l-293.5 -10014.9l-295.1 -10014.8l-296.7 -10014.7l-298.3 -10014.6l-299.9 -10014.6l-301.5 -10014.5l-303 -10014.4l-304.6 -10014.3l-306.2 -10014.2l-307.8 -10014.2l-309.4 -10014l-310.9 -10014l-312.5 -10013.9l-314.1 -10013.8l-315.7 -10013.7l-317.3 -10013.6l-318.8 -10013.6l-320.4 -10013.5l-322 -10013.4l-323.6 -10013.3l-325.1 -10013.2l-326.7 -10013.1l-328.3 -10013.1l-329.8 -10013l-331.4 -10012.8l-333 -10012.8l-334.5 -10012.7l-336.1 -10012.6l-337.7 -10012.5l-339.2 -10012.4l-340.8 -10012.3l-342.4 -10012.3l-343.9 -10012.2l-345.5 -10012l-347.1 -10012l-348.6 -10011.9l-350.2 -10011.8l-351.7 -10011.7l-353.3 -10011.6l-354.8 -10011.5l-356.4 -10011.4l-357.9 -10011.3l-359.5 -10011.2l-361.1 -10011.1l-362.6 -10011.1l-364.2 -10011l-365.7 -10010.9l-367.2 -10010.7l-368.8 -10010.7l-370.3 -10010.6l-371.9 -10010.5l-373.4 -10010.3l-375 -10010.3l-376.5 -10010.2l-378.1 -10010.1l-379.6 -10010l-381.1 -10009.9l-382.7 -10009.8l-384.2 -10009.7l-385.8 -10009.6l-387.3 -10009.5l-388.8 -10009.4l-390.4 -10009.3l-391.9 -10009.2l-393.4 -10009.1l-394.9 -10009l-396.5 -10008.9l-398 -10008.8l-399.5 -10008.7l-401.1 -10008.5l-402.6 -10008.5l-404.1 -10008.4l-405.6 -10008.3l-407.2 -10008.2l-408.7 -10008l-410.2 -10008l-411.7 -10007.9l-413.2 -10007.8l-414.7 -10007.6l-416.3 -10007.5l-417.8 -10007.4l-419.3 -10007.3l-420.8 -10007.2l-422.3 -10007.1l-423.8 -10007l-425.3 -10006.9l-426.8 -10006.8l-428.3 -10006.7l-429.8 -10006.5l-431.4 -10006.5l-432.9 -10006.4l-434.4 -10006.2l-435.9 -10006.1l-437.4 -10006l-438.9 -10005.9l-440.4 -10005.8l-441.9 -10005.7l-443.3 -10005.6l-444.8 -10005.5l-446.3 -10005.4l-447.8 -10005.3l-449.3 -10005.1l-450.8 -10005l-452.3 -10004.9l-453.8 -10004.8l-455.3 -10004.7l-456.7 -10004.5l-458.2 -10004.5l-459.7 -10004.3l-461.2 -10004.2l-462.7 -10004.1l-464.2 -10004l-465.6 -10003.9l-467.1 -10003.8l-468.6 -10003.7l-470.1 -10003.5l-471.5 -10003.4l-473 -10003.3l-474.5 -10003.2l-475.9 -10003.1l-477.4 -10002.9l-478.9 -10002.8l-480.3 -10002.7l-481.8 -10002.6l-483.3 -10002.5l-484.7 -10002.4l-486.2 -10002.3l-487.6 -10002.1l-489.1 -10002l-490.6 -10001.9l-492 -10001.8l-493.5 -10001.7l-494.9 -10001.5l-496.4 -10001.4l-497.8 -10001.3l-499.3 -10001.2l-500.7 -10001.1l-502.2 -10000.9l-503.6 -10000.8l-505.1 -10000.7l-506.5 -10000.6l-507.9 -10000.5l-509.4 -10000.3l-510.8 -10000.2l-512.3 -10000.1l-513.7 -10000l-515.1 -9999.8l-516.6 -9999.7l-518 -9999.6l-519.4 -9999.5l-520.8 -9999.4l-522.3 -9999.2l-523.7 -9999.1l-525.1 -9999l-526.5 -9998.9l-528 -9998.7l-529.4 -9998.6l-530.8 -9998.5l-532.2 -9998.4l-533.6 -9998.2l-535.1 -9998.1l-536.5 -9998l-537.9 -9997.9l-539.3 -9997.7l-540.7 -9997.6l-542.1 -9997.4l-543.5 -9997.4l-544.9 -9997.2l-546.3 -9997.1l-547.7 -9997l-549.1 -9996.8l-550.5 -9996.7l-551.9 -9996.6l-553.3 -9996.5l-554.7 -9996.3l-556.1 -9996.2l-557.5 -9996.1l-558.9 -9995.9l-560.3 -9995.8l-561.7 -9995.7l-563.1 -9995.6l-564.5 -9995.4l-565.8 -9995.3l-567.2 -9995.2l-568.6 -9995l-570 -9994.9l-571.4 -9994.8l-572.7 -9994.7l-574.1 -9994.5l-575.5 -9994.4l-576.9 -9994.3l-578.2 -9994.1l-579.6 -9994l-581 -9993.8l-582.3 -9993.7l-583.7 -9993.6l-585.1 -9993.5l-586.4 -9993.3l-587.8 -9993.2l-589.1 -9993.1l-590.5 -9993l-591.9 -9992.8l-593.2 -9992.7l-594.6 -9992.6l-595.9 -9992.4l-597.3 -9992.3l-598.6 -9992.1l-600 -9992l-601.3 -9991.9l-602.7 -9991.8l-604 -9991.6l-605.3 -9991.5l-606.7 -9991.4l-608 -9991.2l-609.3 -9991.1l-610.7 -9991l-612 -9990.8l-613.3 -9990.7l-614.7 -9990.6l-616 -9990.4l-617.3 -9990.3l-618.7 -9990.2l-620 -9990l-621.3 -9989.9l-622.6 -9989.8l-623.9 -9989.6l-625.3 -9989.5l-626.6 -9989.4l-627.9 -9989.2l-629.2 -9989.1l-630.5 -9989l-631.8 -9988.8l-633.1 -9988.7l-634.4 -9988.5l-635.7 -9988.4l-637 -9988.3l-638.3 -9988.1l-639.6 -9988l-640.9 -9987.8l-642.2 -9987.7l-643.5 -9987.6l-644.8 -9987.5l-646.1 -9987.3l-647.4 -9987.2l-648.7 -9987.1l-650 -9986.9l-651.3 -9986.8l-652.5 -9986.6l-653.8 -9986.5l-655.1 -9986.4l-656.4 -9986.2l-657.7 -9986.1l-658.9 -9985.9l-660.2 -9985.8l-661.5 -9985.7l-662.7 -9985.6l-664 -9985.4l-665.3 -9985.3l-666.5 -9985.1l-667.8 -9985l-669.1 -9984.9l-670.3 -9984.7l-671.6 -9984.6l-672.8 -9984.5l-674.1 -9984.3l-675.3 -9984.2l-676.6 -9984l-677.8 -9983.9l-679.1 -9983.8l-680.3 -9983.6l-681.6 -9983.5l-682.8 -9983.4l-684.1 -9983.2l-685.3 -9983.1l-686.5 -9983l-687.8 -9982.8l-689 -9982.7l-690.2 -9982.6l-691.5 -9982.4l-692.7 -9982.2l-693.9 -9982.1l-695.1 -9982l-696.4 -9981.9l-697.6 -9981.7l-698.8 -9981.6l-700 -9981.5l-701.2 -9981.3l-702.5 -9981.2l-703.7 -9981l-704.9 -9980.9l-706.1 -9980.8l-707.3 -9980.6l-708.5 -9980.5l-709.7 -9980.3l-710.9 -9980.2l-712.1 -9980.1l-713.3 -9980l-714.5 -9979.8l-715.7 -9979.6l-716.9 -9979.5l-718.1 -9979.4l-719.3 -9979.3l-720.5 -9979.1l-721.6 -9979l-722.8 -9978.9l-724 -9978.7l-725.2 -9978.6l-726.4 -9978.4l-727.5 -9978.3l-728.7 -9978.2l-729.9 -9978l-731.1 -9977.9l-732.2 -9977.8l-733.4 -9977.6l-734.6 -9977.5l-735.7 -9977.4l-736.9 -9977.2l-738 -9977.1l-739.2 -9977l-740.4 -9976.8l-741.5 -9976.7l-742.7 -9976.5l-743.8 -9976.4l-745 -9976.3l-746.1 -9976.1l-747.3 -9976l-748.4 -9975.9l-749.5 -9975.7l-750.7 -9975.6l-751.8 -9975.5l-752.9 -9975.3l-754.1 -9975.2l-755.2 -9975.1l-756.3 -9974.9l-757.5 -9974.8l-758.6 -9974.7l-759.7 -9974.5l-760.8 -9974.4l-762 -9974.3l-763.1 -9974.1l-764.2 -9974l-765.3 -9973.9l-766.4 -9973.7l-767.5 -9973.6l-768.6 -9973.5l-769.8 -9973.3l-770.9 -9973.2l-772 -9973.1l-773.1 -9972.9l-774.2 -9972.8l-775.3 -9972.7l-776.4 -9972.5l-777.4 -9972.4l-778.5 -9972.2l-779.6 -9972.1l-780.7 -9972l-781.8 -9971.9l-782.9 -9971.7l-784 -9971.6l-785 -9971.5l-786.1 -9971.3l-787.2 -9971.2l-788.3 -9971l-789.3 -9970.9l-790.4 -9970.8l-791.5 -9970.7l-792.5 -9970.5l-793.6 -9970.4l-794.7 -9970.3l-795.7 -9970.1l-796.8 -9970l-797.8 -9969.9l-798.9 -9969.8l-800 -9969.6l-801 -9969.5l-802 -9969.3l-803.1 -9969.2l-804.1 -9969.1l-805.2 -9969l-806.2 -9968.8l-807.3 -9968.7l-808.3 -9968.6l-809.3 -9968.5l-810.4 -9968.3l-811.4 -9968.2l-812.4 -9968.1l-813.4 -9967.9l-814.5 -9967.8l-815.5 -9967.7l-816.5 -9967.5l-817.5 -9967.4l-818.5 -9967.3l-819.6 -9967.2l-820.6 -9967.1l-821.6 -9966.9l-822.6 -9966.8l-823.6 -9966.7l-824.6 -9966.6l-825.6 -9966.4l-826.6 -9966.3l-827.6 -9966.2l-828.6 -9966.1l-829.6 -9965.9l-830.6 -9965.8l-831.6 -9965.7l-832.6 -9965.6l-833.5 -9965.4l-834.5 -9965.3l-835.5 -9965.2l-836.5 -9965.1l-837.5 -9964.9l-638.9 -7595M674141.7 -6209601.8l-804.7 -9238.6l-868.5 -9961l-869.4 -9960.8l-870.3 -9960.7l-871.2 -9960.6l-872.1 -9960.5l-873 -9960.4l-873.9 -9960.3l-874.8 -9960.2l-875.7 -9960.1l-876.6 -9959.9l-877.5 -9959.8l-878.4 -9959.7l-879.2 -9959.6l-880.1 -9959.5l-881 -9959.4l-881.9 -9959.2l-882.7 -9959.2l-883.6 -9959l-884.5 -9958.9l-885.4 -9958.8l-886.2 -9958.7l-887.1 -9958.6l-887.9 -9958.5l-888.8 -9958.4l-889.7 -9958.2l-890.5 -9958.2l-891.4 -9958l-892.2 -9957.9l-893.1 -9957.8l-893.9 -9957.7l-894.7 -9957.6l-895.6 -9957.5l-896.4 -9957.4l-897.3 -9957.3l-898.1 -9957.2l-898.9 -9957.1l-899.8 -9957l-900.6 -9956.8l-901.4 -9956.8l-902.2 -9956.7l-903 -9956.6l-903.9 -9956.4l-904.7 -9956.3l-905.5 -9956.2l-906.3 -9956.1l-907.1 -9956l-907.9 -9955.9l-908.7 -9955.8l-909.5 -9955.7l-910.3 -9955.6l-911.1 -9955.5l-911.9 -9955.4l-912.7 -9955.3l-913.5 -9955.2l-914.3 -9955.1l-915.1 -9955l-915.9 -9954.9l-916.7 -9954.8l-917.4 -9954.7l-918.2 -9954.6l-919 -9954.5l-919.8 -9954.4l-920.5 -9954.3l-921.3 -9954.2l-922.1 -9954.1l-922.8 -9954l-923.6 -9953.9l-924.4 -9953.8l-925.1 -9953.7l-925.9 -9953.6l-926.6 -9953.6l-927.4 -9953.5l-928.1 -9953.4l-928.9 -9953.3l-929.6 -9953.1l-930.4 -9953.1l-931.1 -9953l-931.8 -9952.9l-932.6 -9952.8l-933.3 -9952.7l-934 -9952.6l-934.8 -9952.5l-935.5 -9952.4l-936.2 -9952.3l-936.9 -9952.3l-937.7 -9952.2l-938.4 -9952.1l-939.1 -9952l-323 -3420.9"
id="path1370"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M978128.6 -1l-.8 -10022.8l-2.5 -10023.8l-4.1 -10023.8l-5.8 -10023.8l-7.5 -10023.8l-9.1 -10023.8l-10.8 -10023.8l-12.4 -10023.8l-14.1 -10023.8l-15.8 -10023.8l-17.4 -10023.8l-19.1 -10023.8l-20.7 -10023.8l-22.4 -10023.8l-24.1 -10023.8l-25.7 -10023.8l-27.4 -10023.8l-29 -10023.8l-30.7 -10023.8l-32.3 -10023.8l-34 -10023.7l-35.7 -10023.7l-37.3 -10023.7l-39 -10023.7l-40.6 -10023.7l-42.3 -10023.7l-44 -10023.7l-45.6 -10023.7l-47.3 -10023.7l-48.9 -10023.6l-50.6 -10023.6l-52.2 -10023.6l-53.9 -10023.6l-55.6 -10023.6l-57.2 -10023.5l-58.9 -10023.6l-60.5 -10023.5l-62.2 -10023.5l-63.8 -10023.5l-65.5 -10023.5l-67.1 -10023.5l-68.8 -10023.4l-70.5 -10023.4l-72.1 -10023.4l-73.8 -10023.4l-75.4 -10023.4l-77.1 -10023.3l-78.7 -10023.3l-80.4 -10023.3l-82 -10023.3l-83.7 -10023.2l-85.3 -10023.2l-87 -10023.2l-88.7 -10023.2l-90.3 -10023.1l-92 -10023.1l-93.6 -10023.1l-95.3 -10023l-96.9 -10023l-98.6 -10023l-100.2 -10023l-101.9 -10022.9l-103.5 -10022.9l-105.2 -10022.9l-106.8 -10022.9l-108.5 -10022.8l-110.1 -10022.8l-111.8 -10022.8l-113.4 -10022.7l-115.1 -10022.7l-116.7 -10022.6l-118.4 -10022.6l-120 -10022.6l-121.7 -10022.6l-123.3 -10022.5l-125 -10022.5l-126.6 -10022.5l-128.2 -10022.4l-129.9 -10022.4l-131.5 -10022.4l-133.2 -10022.3l-134.8 -10022.3l-136.5 -10022.3l-138.1 -10022.2l-139.8 -10022.1l-141.4 -10022.1l-143 -10022.1l-144.7 -10022.1l-146.3 -10022l-148 -10021.9l-149.6 -10021.9l-151.3 -10021.9l-152.9 -10021.8l-154.5 -10021.8l-156.2 -10021.8l-157.8 -10021.7l-159.5 -10021.7l-161.1 -10021.6l-162.7 -10021.5l-164.4 -10021.5l-166 -10021.5l-167.6 -10021.4l-169.3 -10021.4l-170.9 -10021.3l-172.5 -10021.3l-174.2 -10021.2l-175.8 -10021.2l-177.5 -10021.1l-179.1 -10021.1l-180.7 -10021l-182.4 -10021l-184 -10020.9l-185.6 -10020.9l-187.2 -10020.8l-188.9 -10020.8l-190.5 -10020.7l-192.1 -10020.6l-193.8 -10020.6l-195.4 -10020.6l-197 -10020.5l-198.6 -10020.5l-200.3 -10020.4l-201.9 -10020.4l-203.5 -10020.3l-205.2 -10020.2l-206.8 -10020.1l-208.4 -10020.1l-210 -10020.1l-211.6 -10020l-213.3 -10019.9l-214.9 -10019.9l-216.5 -10019.8l-218.1 -10019.8l-219.8 -10019.7l-221.4 -10019.6l-223 -10019.6l-224.6 -10019.5l-226.2 -10019.5l-227.9 -10019.4l-229.5 -10019.3l-231.1 -10019.3l-232.7 -10019.2l-234.3 -10019.1l-235.9 -10019l-237.5 -10019l-239.2 -10018.9l-240.8 -10018.9l-242.4 -10018.8l-244 -10018.7l-245.6 -10018.7l-247.2 -10018.6l-248.8 -10018.5l-250.4 -10018.5l-252 -10018.4l-253.6 -10018.3l-255.3 -10018.3l-256.9 -10018.2l-258.5 -10018.1l-260.1 -10018.1l-261.7 -10018l-263.3 -10017.9l-264.9 -10017.8l-266.5 -10017.7l-268.1 -10017.7l-269.7 -10017.6l-271.3 -10017.5l-272.9 -10017.4l-274.5 -10017.4l-276.1 -10017.3l-277.7 -10017.2l-279.3 -10017.2l-280.9 -10017.1l-282.5 -10017l-284.1 -10016.9l-285.6 -10016.9l-287.2 -10016.8l-288.8 -10016.7l-290.4 -10016.6l-292 -10016.5l-293.6 -10016.5l-295.2 -10016.4l-296.8 -10016.3l-298.4 -10016.2l-299.9 -10016.1l-301.5 -10016.1l-303.1 -10016l-304.7 -10015.9l-306.3 -10015.8l-307.9 -10015.7l-309.4 -10015.6l-311 -10015.6l-312.6 -10015.5l-314.2 -10015.4l-315.8 -10015.3l-317.3 -10015.2l-318.9 -10015.1l-320.5 -10015.1l-322.1 -10015l-323.6 -10014.9l-325.2 -10014.8l-326.8 -10014.7l-328.4 -10014.6l-329.9 -10014.5l-331.5 -10014.4l-333.1 -10014.4l-334.6 -10014.3l-336.2 -10014.2l-337.8 -10014.1l-339.3 -10014l-340.9 -10013.9l-342.5 -10013.8l-344 -10013.7l-345.6 -10013.6l-347.1 -10013.5l-348.7 -10013.5l-350.3 -10013.4l-351.8 -10013.2l-353.4 -10013.2l-354.9 -10013.1l-356.5 -10013l-358 -10012.9l-359.6 -10012.8l-361.1 -10012.7l-362.7 -10012.6l-364.2 -10012.5l-365.8 -10012.4l-367.3 -10012.3l-368.9 -10012.2l-370.4 -10012.1l-372 -10012l-373.5 -10011.9l-375.1 -10011.8l-376.6 -10011.7l-378.2 -10011.6l-379.7 -10011.5l-381.2 -10011.4l-382.8 -10011.3l-384.3 -10011.2l-385.9 -10011.1l-387.4 -10011l-388.9 -10010.9l-390.5 -10010.8l-392 -10010.7l-393.5 -10010.6l-395 -10010.5l-396.6 -10010.4l-398.1 -10010.3l-399.6 -10010.2l-401.2 -10010.1l-402.7 -10010l-404.2 -10009.9l-405.7 -10009.8l-407.3 -10009.7l-408.8 -10009.6l-410.3 -10009.5l-411.8 -10009.4l-413.3 -10009.3l-414.9 -10009.2l-416.4 -10009l-417.9 -10008.9l-419.4 -10008.8l-420.9 -10008.7l-422.4 -10008.6l-423.9 -10008.5l-425.4 -10008.4l-426.9 -10008.3l-428.5 -10008.2l-430 -10008l-431.5 -10008l-433 -10007.9l-434.5 -10007.7l-436 -10007.6l-437.5 -10007.5l-439 -10007.4l-440.5 -10007.3l-442 -10007.2l-443.5 -10007l-445 -10007l-446.4 -10006.9l-447.9 -10006.7l-449.4 -10006.6l-450.9 -10006.5l-452.4 -10006.4l-453.9 -10006.3l-455.4 -10006.2l-456.9 -10006l-458.3 -10005.9l-459.8 -10005.8l-461.3 -10005.7l-462.8 -10005.6l-464.3 -10005.5l-465.7 -10005.4l-467.2 -10005.3l-468.7 -10005.1l-470.2 -10005l-471.6 -10004.9l-473.1 -10004.8l-474.6 -10004.7l-476.1 -10004.5l-477.5 -10004.4l-479 -10004.3l-480.5 -10004.2l-481.9 -10004.1l-483.4 -10003.9l-484.8 -10003.8l-486.3 -10003.7l-487.8 -10003.6l-489.2 -10003.5l-490.7 -10003.3l-492.1 -10003.2l-493.6 -10003.1l-495 -10003l-496.5 -10002.8l-497.9 -10002.8l-499.4 -10002.6l-500.8 -10002.5l-502.3 -10002.4l-503.7 -10002.2l-505.2 -10002.1l-506.6 -10002l-508.1 -10001.9l-509.5 -10001.7l-510.9 -10001.7l-512.4 -10001.5l-513.8 -10001.4l-515.2 -10001.3l-516.7 -10001.1l-518.1 -10001l-519.5 -10000.9l-521 -10000.8l-522.4 -10000.7l-523.8 -10000.5l-525.2 -10000.4l-526.7 -10000.3l-528.1 -10000.2l-529.5 -10000l-530.9 -9999.9l-532.4 -9999.8l-533.8 -9999.6l-535.2 -9999.5l-536.6 -9999.4l-538 -9999.3l-539.4 -9999.1l-540.8 -9999l-542.2 -9998.9l-543.7 -9998.8l-545.1 -9998.6l-546.5 -9998.5l-547.9 -9998.4l-549.3 -9998.2l-550.7 -9998.1l-552.1 -9998l-553.5 -9997.9l-554.9 -9997.7l-556.3 -9997.6l-557.6 -9997.5l-559 -9997.3l-560.4 -9997.2l-561.8 -9997l-563.2 -9996.9l-564.6 -9996.8l-566 -9996.7l-567.4 -9996.6l-568.7 -9996.4l-570.1 -9996.3l-571.5 -9996.2l-572.9 -9996l-574.2 -9995.9l-575.6 -9995.8l-577 -9995.6l-578.4 -9995.5l-579.7 -9995.4l-581.1 -9995.2l-582.5 -9995.1l-583.8 -9995l-585.2 -9994.8l-586.6 -9994.7l-587.9 -9994.6l-589.3 -9994.4l-590.6 -9994.3l-592 -9994.2l-593.3 -9994l-594.7 -9993.9l-596.1 -9993.8l-597.4 -9993.6l-598.7 -9993.5l-600.1 -9993.4l-601.4 -9993.2l-602.8 -9993.1l-604.1 -9993l-605.5 -9992.8l-606.8 -9992.7l-608.1 -9992.6l-609.5 -9992.4l-610.8 -9992.3l-612.1 -9992.1l-613.5 -9992l-614.8 -9991.9l-616.1 -9991.8l-617.5 -9991.6l-618.8 -9991.5l-620.1 -9991.3l-621.4 -9991.2l-622.8 -9991.1l-624.1 -9990.9l-625.4 -9990.8l-626.7 -9990.7l-628 -9990.5l-629.3 -9990.4l-630.6 -9990.3l-632 -9990.1l-633.3 -9990l-634.6 -9989.9l-635.9 -9989.7l-637.2 -9989.6l-638.5 -9989.4l-639.8 -9989.3l-641.1 -9989.1l-642.4 -9989l-643.7 -9988.9l-645 -9988.8l-646.2 -9988.6l-647.5 -9988.4l-648.8 -9988.3l-650.1 -9988.2l-651.4 -9988.1l-652.7 -9987.9l-654 -9987.8l-655.2 -9987.7l-656.5 -9987.5l-657.8 -9987.4l-659.1 -9987.2l-660.3 -9987.1l-661.6 -9987l-662.9 -9986.8l-664.1 -9986.7l-665.4 -9986.5l-666.7 -9986.4l-667.9 -9986.3l-669.2 -9986.1l-670.5 -9986l-671.7 -9985.9l-673 -9985.7l-674.2 -9985.6l-675.5 -9985.4l-676.7 -9985.3l-678 -9985.2l-679.2 -9985l-680.5 -9984.9l-681.7 -9984.7l-683 -9984.6l-684.2 -9984.5l-685.4 -9984.3l-686.7 -9984.2l-687.9 -9984l-689.1 -9983.9l-690.4 -9983.8l-691.6 -9983.6l-692.8 -9983.5l-694.1 -9983.4l-695.3 -9983.2l-696.5 -9983.1l-697.7 -9983l-698.9 -9982.8l-700.2 -9982.7l-701.4 -9982.5l-702.6 -9982.4l-703.8 -9982.3l-705 -9982.1l-706.2 -9982l-707.4 -9981.8l-708.6 -9981.7l-709.8 -9981.5l-711 -9981.4l-712.2 -9981.3l-713.4 -9981.1l-714.6 -9981l-715.8 -9980.8l-717 -9980.7l-718.2 -9980.6l-719.4 -9980.5l-720.6 -9980.3l-721.8 -9980.2l-723 -9980l-724.1 -9979.9l-725.3 -9979.8l-726.5 -9979.6l-727.7 -9979.5l-728.9 -9979.4l-730 -9979.2l-731.2 -9979l-732.4 -9978.9l-733.5 -9978.8l-734.7 -9978.7l-735.9 -9978.5l-737 -9978.4l-738.2 -9978.2l-739.3 -9978.1l-740.5 -9978l-741.6 -9977.8l-742.8 -9977.7l-744 -9977.6l-745.1 -9977.4l-746.2 -9977.3l-747.4 -9977.1l-748.5 -9977l-749.7 -9976.9l-750.8 -9976.7l-752 -9976.6l-753.1 -9976.4l-754.2 -9976.3l-755.4 -9976.2l-756.5 -9976.1l-757.6 -9975.9l-758.7 -9975.8l-759.9 -9975.6l-761 -9975.5l-762.1 -9975.4l-763.2 -9975.2l-764.3 -9975.1l-765.4 -9975l-766.6 -9974.8l-767.7 -9974.7l-768.8 -9974.6l-769.9 -9974.4l-771 -9974.3l-772.1 -9974.2l-773.2 -9974l-774.3 -9973.9l-775.4 -9973.7l-776.5 -9973.6l-777.6 -9973.5l-778.7 -9973.3l-779.8 -9973.2l-780.8 -9973.1l-781.9 -9972.9l-783 -9972.8l-784.1 -9972.7l-785.2 -9972.5l-786.3 -9972.4l-787.3 -9972.3l-788.4 -9972.1l-789.5 -9972l-790.5 -9971.9l-791.6 -9971.7l-792.7 -9971.6l-793.7 -9971.5l-794.8 -9971.3l-795.9 -9971.2l-796.9 -9971.1l-798 -9970.9l-799 -9970.8l-800.1 -9970.7l-801.1 -9970.5l-802.2 -9970.4l-803.2 -9970.3l-804.3 -9970.2l-805.3 -9970l-806.4 -9969.9l-807.4 -9969.7l-808.4 -9969.6l-809.5 -9969.5l-810.5 -9969.4l-811.5 -9969.2l-812.6 -9969.1l-813.6 -9969l-814.6 -9968.8l-815.6 -9968.7l-816.6 -9968.6l-817.7 -9968.5l-818.7 -9968.3l-819.7 -9968.2l-820.7 -9968.1l-821.7 -9967.9l-822.7 -9967.8l-823.7 -9967.7l-824.7 -9967.6l-825.7 -9967.4l-826.7 -9967.3l-827.7 -9967.2l-828.7 -9967l-829.7 -9966.9l-830.7 -9966.8l-831.7 -9966.7l-832.7 -9966.5l-833.7 -9966.4l-834.6 -9966.3l-835.6 -9966.2l-836.6 -9966l-837.6 -9965.9l-838.6 -9965.8l-839.5 -9965.6l-840.5 -9965.5l-841.5 -9965.4l-842.4 -9965.3l-843.4 -9965.1l-844.4 -9965l-845.3 -9964.9l-846.3 -9964.8l-847.2 -9964.7l-848.2 -9964.5l-849.1 -9964.4l-850.1 -9964.3l-851 -9964.2l-852 -9964l-852.9 -9963.9l-853.9 -9963.8l-854.8 -9963.7l-855.7 -9963.6l-856.7 -9963.4l-857.6 -9963.3l-858.5 -9963.2l-859.5 -9963.1l-860.4 -9963l-214.7 -2484.3M684142.6 -6210017.8l-844.1 -9690.7l-868.6 -9961.9l-869.5 -9961.7l-870.4 -9961.6l-871.3 -9961.5l-872.2 -9961.4l-873.1 -9961.3l-874 -9961.2l-874.9 -9961.1l-875.8 -9960.9l-876.7 -9960.8l-877.6 -9960.7l-878.5 -9960.6l-879.4 -9960.5l-880.2 -9960.4l-881.1 -9960.3l-882 -9960.1l-882.9 -9960l-883.7 -9959.9l-884.6 -9959.8l-885.5 -9959.7l-886.3 -9959.6l-887.2 -9959.5l-888.1 -9959.3l-888.9 -9959.2l-889.8 -9959.1l-890.6 -9959l-891.5 -9958.9l-892.3 -9958.8l-893.2 -9958.6l-894 -9958.6l-894.9 -9958.5l-895.7 -9958.3l-896.5 -9958.2l-897.4 -9958.1l-898.2 -9958l-899 -9957.9l-899.9 -9957.8l-900.7 -9957.7l-901.5 -9957.6l-902.3 -9957.5l-903.2 -9957.4l-904 -9957.3l-904.8 -9957.1l-905.6 -9957.1l-906.4 -9956.9l-907.2 -9956.8l-908 -9956.7l-908.8 -9956.6l-909.6 -9956.5l-910.4 -9956.4l-911.2 -9956.3l-912 -9956.2l-912.8 -9956.1l-913.6 -9956l-914.4 -9955.9l-915.2 -9955.8l-916 -9955.7l-916.8 -9955.6l-917.5 -9955.5l-918.3 -9955.4l-919.1 -9955.3l-919.9 -9955.2l-920.6 -9955.1l-921.4 -9955l-922.2 -9954.9l-922.9 -9954.8l-923.7 -9954.7l-924.5 -9954.6l-925.2 -9954.5l-926 -9954.4l-926.7 -9954.3l-927.5 -9954.2l-928.2 -9954.1l-929 -9954l-929.7 -9953.9l-930.5 -9953.8l-931.2 -9953.7l-931.9 -9953.6l-932.7 -9953.5l-933.4 -9953.4l-934.1 -9953.3l-934.9 -9953.3l-935.6 -9953.2l-936.3 -9953l-937 -9953l-937.8 -9952.9l-938.5 -9952.8l-939.2 -9952.7l-264.1 -2797.1"
id="path1371"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M988153.3 -1l-.8 -10024.5l-2.5 -10025.5l-4.1 -10025.5l-5.8 -10025.5l-7.5 -10025.5l-9.1 -10025.5l-10.8 -10025.5l-12.4 -10025.5l-14.1 -10025.5l-15.8 -10025.5l-17.4 -10025.5l-19.1 -10025.4l-20.7 -10025.5l-22.4 -10025.5l-24.1 -10025.5l-25.7 -10025.5l-27.4 -10025.4l-29 -10025.4l-30.7 -10025.4l-32.4 -10025.4l-34 -10025.4l-35.7 -10025.4l-37.3 -10025.4l-39 -10025.4l-40.7 -10025.4l-42.3 -10025.3l-44 -10025.3l-45.6 -10025.3l-47.3 -10025.3l-48.9 -10025.3l-50.6 -10025.3l-52.3 -10025.3l-53.9 -10025.3l-55.6 -10025.2l-57.2 -10025.2l-58.9 -10025.2l-60.5 -10025.2l-62.2 -10025.2l-63.9 -10025.1l-65.5 -10025.1l-67.2 -10025.1l-68.8 -10025.1l-70.5 -10025.1l-72.1 -10025l-73.8 -10025l-75.4 -10025l-77.1 -10025l-78.8 -10025l-80.4 -10024.9l-82.1 -10024.9l-83.7 -10024.9l-85.4 -10024.9l-87 -10024.8l-88.7 -10024.8l-90.3 -10024.8l-92 -10024.8l-93.6 -10024.7l-95.3 -10024.7l-96.9 -10024.7l-98.6 -10024.7l-100.2 -10024.6l-101.9 -10024.6l-103.5 -10024.6l-105.2 -10024.6l-106.9 -10024.5l-108.5 -10024.5l-110.2 -10024.4l-111.8 -10024.4l-113.5 -10024.4l-115.1 -10024.4l-116.7 -10024.3l-118.4 -10024.3l-120 -10024.3l-121.7 -10024.2l-123.3 -10024.2l-125 -10024.1l-126.6 -10024.1l-128.3 -10024.1l-129.9 -10024l-131.6 -10024l-133.2 -10023.9l-134.9 -10023.9l-136.5 -10023.9l-138.2 -10023.9l-139.8 -10023.8l-141.4 -10023.8l-143.1 -10023.7l-144.7 -10023.7l-146.4 -10023.7l-148 -10023.6l-149.7 -10023.6l-151.3 -10023.5l-152.9 -10023.5l-154.6 -10023.4l-156.2 -10023.4l-157.9 -10023.4l-159.5 -10023.3l-161.1 -10023.3l-162.8 -10023.2l-164.4 -10023.2l-166.1 -10023.1l-167.7 -10023.1l-169.3 -10023l-171 -10023l-172.6 -10022.9l-174.2 -10022.9l-175.9 -10022.8l-177.5 -10022.7l-179.1 -10022.7l-180.8 -10022.7l-182.4 -10022.6l-184 -10022.5l-185.7 -10022.5l-187.3 -10022.5l-188.9 -10022.4l-190.6 -10022.4l-192.2 -10022.3l-193.8 -10022.3l-195.4 -10022.2l-197.1 -10022.1l-198.7 -10022.1l-200.3 -10022l-202 -10022l-203.6 -10021.9l-205.2 -10021.9l-206.8 -10021.8l-208.5 -10021.7l-210.1 -10021.7l-211.7 -10021.6l-213.3 -10021.6l-215 -10021.5l-216.6 -10021.5l-218.2 -10021.4l-219.8 -10021.3l-221.4 -10021.2l-223.1 -10021.2l-224.7 -10021.1l-226.3 -10021.1l-227.9 -10021l-229.5 -10020.9l-231.1 -10020.9l-232.8 -10020.8l-234.4 -10020.8l-236 -10020.7l-237.6 -10020.6l-239.2 -10020.6l-240.8 -10020.5l-242.4 -10020.4l-244.1 -10020.3l-245.7 -10020.3l-247.3 -10020.2l-248.9 -10020.2l-250.5 -10020.1l-252.1 -10020l-253.7 -10019.9l-255.3 -10019.9l-256.9 -10019.8l-258.5 -10019.7l-260.1 -10019.7l-261.7 -10019.6l-263.3 -10019.5l-264.9 -10019.4l-266.6 -10019.3l-268.2 -10019.3l-269.8 -10019.2l-271.4 -10019.1l-273 -10019l-274.6 -10019l-276.1 -10018.9l-277.7 -10018.8l-279.3 -10018.8l-280.9 -10018.7l-282.5 -10018.6l-284.1 -10018.5l-285.7 -10018.5l-287.3 -10018.3l-288.9 -10018.3l-290.5 -10018.2l-292.1 -10018.1l-293.7 -10018.1l-295.3 -10017.9l-296.9 -10017.9l-298.4 -10017.8l-300 -10017.7l-301.6 -10017.7l-303.2 -10017.5l-304.8 -10017.5l-306.4 -10017.4l-307.9 -10017.3l-309.5 -10017.2l-311.1 -10017.1l-312.7 -10017.1l-314.3 -10017l-315.8 -10016.9l-317.4 -10016.8l-319 -10016.7l-320.6 -10016.6l-322.2 -10016.5l-323.7 -10016.4l-325.3 -10016.4l-326.9 -10016.3l-328.4 -10016.2l-330 -10016.1l-331.6 -10016l-333.2 -10015.9l-334.7 -10015.8l-336.3 -10015.7l-337.9 -10015.6l-339.4 -10015.6l-341 -10015.5l-342.6 -10015.4l-344.1 -10015.3l-345.7 -10015.2l-347.2 -10015.1l-348.8 -10015l-350.4 -10014.9l-351.9 -10014.8l-353.5 -10014.7l-355 -10014.6l-356.6 -10014.5l-358.1 -10014.4l-359.7 -10014.3l-361.2 -10014.3l-362.8 -10014.2l-364.3 -10014.1l-365.9 -10014l-367.4 -10013.8l-369 -10013.8l-370.5 -10013.7l-372.1 -10013.6l-373.6 -10013.4l-375.2 -10013.4l-376.7 -10013.3l-378.3 -10013.2l-379.8 -10013.1l-381.3 -10012.9l-382.9 -10012.9l-384.4 -10012.8l-386 -10012.7l-387.5 -10012.5l-389 -10012.5l-390.6 -10012.4l-392.1 -10012.3l-393.6 -10012.2l-395.2 -10012l-396.7 -10011.9l-398.2 -10011.8l-399.7 -10011.7l-401.3 -10011.6l-402.8 -10011.5l-404.3 -10011.4l-405.8 -10011.3l-407.4 -10011.2l-408.9 -10011.1l-410.4 -10011l-411.9 -10010.9l-413.4 -10010.8l-415 -10010.7l-416.5 -10010.5l-418 -10010.5l-419.5 -10010.4l-421 -10010.2l-422.5 -10010.1l-424 -10010l-425.5 -10009.9l-427.1 -10009.8l-428.6 -10009.7l-430.1 -10009.6l-431.6 -10009.5l-433.1 -10009.4l-434.6 -10009.3l-436.1 -10009.1l-437.6 -10009l-439.1 -10008.9l-440.6 -10008.8l-442.1 -10008.7l-443.6 -10008.5l-445.1 -10008.5l-446.6 -10008.3l-448.1 -10008.2l-449.5 -10008.1l-451 -10008l-452.5 -10007.9l-454 -10007.8l-455.5 -10007.7l-457 -10007.5l-458.5 -10007.4l-459.9 -10007.3l-461.4 -10007.2l-462.9 -10007.1l-464.4 -10006.9l-465.9 -10006.8l-467.3 -10006.7l-468.8 -10006.6l-470.3 -10006.5l-471.8 -10006.4l-473.2 -10006.3l-474.7 -10006.1l-476.2 -10006l-477.6 -10005.9l-479.1 -10005.8l-480.6 -10005.7l-482 -10005.5l-483.5 -10005.4l-485 -10005.3l-486.4 -10005.2l-487.9 -10005.1l-489.3 -10004.9l-490.8 -10004.8l-492.3 -10004.7l-493.7 -10004.6l-495.2 -10004.4l-496.6 -10004.3l-498.1 -10004.2l-499.5 -10004.1l-501 -10004l-502.4 -10003.8l-503.9 -10003.7l-505.3 -10003.6l-506.7 -10003.5l-508.2 -10003.3l-509.6 -10003.2l-511.1 -10003.1l-512.5 -10003l-513.9 -10002.8l-515.4 -10002.7l-516.8 -10002.6l-518.2 -10002.5l-519.7 -10002.3l-521.1 -10002.2l-522.5 -10002.1l-523.9 -10001.9l-525.4 -10001.8l-526.8 -10001.7l-528.2 -10001.6l-529.6 -10001.4l-531.1 -10001.3l-532.5 -10001.2l-533.9 -10001.1l-535.3 -10000.9l-536.7 -10000.8l-538.1 -10000.7l-539.6 -10000.6l-541 -10000.4l-542.4 -10000.3l-543.8 -10000.2l-545.2 -10000l-546.6 -9999.9l-548 -9999.8l-549.4 -9999.6l-550.8 -9999.5l-552.2 -9999.4l-553.6 -9999.3l-555 -9999.1l-556.4 -9999l-557.8 -9998.9l-559.2 -9998.7l-560.6 -9998.6l-561.9 -9998.4l-563.3 -9998.3l-564.7 -9998.2l-566.1 -9998.1l-567.5 -9997.9l-568.9 -9997.8l-570.2 -9997.7l-571.6 -9997.5l-573 -9997.4l-574.4 -9997.2l-575.8 -9997.1l-577.1 -9997l-578.5 -9996.9l-579.9 -9996.7l-581.2 -9996.6l-582.6 -9996.5l-584 -9996.3l-585.3 -9996.2l-586.7 -9996l-588.1 -9995.9l-589.4 -9995.8l-590.8 -9995.7l-592.1 -9995.5l-593.5 -9995.4l-594.8 -9995.3l-596.2 -9995.1l-597.5 -9995l-598.9 -9994.8l-600.2 -9994.7l-601.6 -9994.6l-602.9 -9994.4l-604.3 -9994.3l-605.6 -9994.1l-606.9 -9994l-608.3 -9993.9l-609.6 -9993.8l-611 -9993.6l-612.3 -9993.5l-613.6 -9993.4l-614.9 -9993.2l-616.3 -9993.1l-617.6 -9992.9l-618.9 -9992.8l-620.2 -9992.7l-621.6 -9992.5l-622.9 -9992.4l-624.2 -9992.2l-625.5 -9992.1l-626.8 -9992l-628.2 -9991.8l-629.5 -9991.7l-630.8 -9991.6l-632.1 -9991.4l-633.4 -9991.3l-634.7 -9991.2l-636 -9991l-637.3 -9990.9l-638.6 -9990.7l-639.9 -9990.6l-641.2 -9990.4l-642.5 -9990.3l-643.8 -9990.2l-645.1 -9990l-646.4 -9989.9l-647.7 -9989.7l-649 -9989.6l-650.2 -9989.5l-651.5 -9989.4l-652.8 -9989.2l-654.1 -9989l-655.4 -9988.9l-656.7 -9988.8l-657.9 -9988.7l-659.2 -9988.5l-660.5 -9988.4l-661.7 -9988.2l-663 -9988.1l-664.3 -9988l-665.5 -9987.8l-666.8 -9987.7l-668.1 -9987.5l-669.3 -9987.4l-670.6 -9987.2l-671.9 -9987.1l-673.1 -9987l-674.4 -9986.8l-675.6 -9986.7l-676.9 -9986.5l-678.1 -9986.4l-679.4 -9986.3l-680.6 -9986.1l-681.9 -9986l-683.1 -9985.9l-684.3 -9985.7l-685.6 -9985.6l-686.8 -9985.4l-688 -9985.3l-689.3 -9985.2l-690.5 -9985l-691.7 -9984.9l-693 -9984.7l-694.2 -9984.6l-695.4 -9984.5l-696.6 -9984.3l-697.9 -9984.2l-699.1 -9984l-700.3 -9983.9l-701.5 -9983.7l-702.7 -9983.6l-703.9 -9983.5l-705.2 -9983.3l-706.4 -9983.2l-707.6 -9983l-708.8 -9982.9l-710 -9982.7l-711.2 -9982.6l-712.4 -9982.5l-713.6 -9982.3l-714.8 -9982.2l-716 -9982l-717.2 -9981.9l-718.4 -9981.8l-719.5 -9981.6l-720.7 -9981.5l-721.9 -9981.4l-723.1 -9981.2l-724.3 -9981.1l-725.5 -9980.9l-726.6 -9980.8l-727.8 -9980.7l-729 -9980.5l-730.2 -9980.4l-731.3 -9980.2l-732.5 -9980.1l-733.7 -9980l-734.8 -9979.8l-736 -9979.7l-737.2 -9979.5l-738.3 -9979.4l-739.5 -9979.3l-740.6 -9979.1l-741.8 -9979l-742.9 -9978.8l-744.1 -9978.7l-745.2 -9978.6l-746.4 -9978.4l-747.5 -9978.3l-748.7 -9978.2l-749.8 -9978l-751 -9977.9l-752.1 -9977.7l-753.2 -9977.6l-754.4 -9977.5l-755.5 -9977.3l-756.6 -9977.2l-757.7 -9977l-758.9 -9976.9l-760 -9976.8l-761.1 -9976.6l-762.2 -9976.5l-763.4 -9976.3l-764.5 -9976.2l-765.6 -9976.1l-766.7 -9975.9l-767.8 -9975.8l-768.9 -9975.7l-770 -9975.5l-771.1 -9975.4l-772.2 -9975.3l-773.3 -9975.1l-774.4 -9975l-775.5 -9974.8l-776.6 -9974.7l-777.7 -9974.6l-778.8 -9974.4l-779.9 -9974.3l-781 -9974.2l-782.1 -9974l-783.2 -9973.9l-784.2 -9973.8l-785.3 -9973.6l-786.4 -9973.5l-787.5 -9973.3l-788.5 -9973.2l-789.6 -9973.1l-790.7 -9972.9l-791.7 -9972.8l-792.8 -9972.6l-793.9 -9972.5l-794.9 -9972.4l-796 -9972.3l-797.1 -9972.1l-798.1 -9972l-799.2 -9971.9l-800.2 -9971.7l-801.3 -9971.6l-802.3 -9971.4l-803.4 -9971.3l-804.4 -9971.2l-805.4 -9971.1l-806.5 -9970.9l-807.5 -9970.8l-808.6 -9970.7l-809.6 -9970.5l-810.6 -9970.4l-811.7 -9970.2l-812.7 -9970.1l-813.7 -9970l-814.7 -9969.9l-815.8 -9969.7l-816.8 -9969.6l-817.8 -9969.5l-818.8 -9969.3l-819.8 -9969.2l-820.8 -9969.1l-821.8 -9968.9l-822.8 -9968.8l-823.9 -9968.7l-824.9 -9968.6l-825.9 -9968.4l-826.9 -9968.3l-827.9 -9968.2l-828.8 -9968l-829.8 -9967.9l-830.8 -9967.7l-831.8 -9967.7l-832.8 -9967.5l-833.8 -9967.4l-834.8 -9967.2l-835.8 -9967.1l-836.7 -9967l-837.7 -9966.9l-838.7 -9966.8l-839.7 -9966.6l-840.6 -9966.5l-841.6 -9966.4l-842.6 -9966.2l-843.5 -9966.1l-844.5 -9966l-845.4 -9965.9l-846.4 -9965.7l-847.4 -9965.6l-848.3 -9965.5l-849.3 -9965.4l-850.2 -9965.2l-851.2 -9965.1l-852.1 -9965l-853 -9964.8l-854 -9964.7l-854.9 -9964.6l-855.9 -9964.5l-856.8 -9964.3l-857.7 -9964.2l-858.7 -9964.1l-859.6 -9964l-860.5 -9963.9l-861.4 -9963.7l-862.4 -9963.6l-863.3 -9963.5l-864.2 -9963.4l-865.1 -9963.2l-866 -9963.1l-853.3 -9806.1l-13.7 -156.9l-867.9 -9962.9l-868.8 -9962.8l-869.7 -9962.6l-870.6 -9962.5l-871.5 -9962.4l-872.4 -9962.3l-873.3 -9962.2l-874.2 -9962.1l-875 -9962l-875.9 -9961.8l-876.8 -9961.7l-877.7 -9961.6l-878.6 -9961.5l-879.5 -9961.4l-880.4 -9961.2l-881.2 -9961.1l-882.1 -9961l-883 -9960.9l-883.8 -9960.8l-884.7 -9960.7l-885.6 -9960.5l-886.4 -9960.4l-887.3 -9960.3l-888.2 -9960.2l-889 -9960.1l-889.9 -9959.9l-890.7 -9959.9l-891.6 -9959.7l-892.4 -9959.6l-893.3 -9959.5l-894.1 -9959.4l-895 -9959.3l-895.8 -9959.2l-896.6 -9959.1l-897.5 -9958.9l-898.3 -9958.9l-899.1 -9958.7l-900 -9958.6l-900.8 -9958.5l-901.6 -9958.4l-902.4 -9958.3l-903.3 -9958.2l-904.1 -9958.1l-904.9 -9957.9l-905.7 -9957.9l-906.5 -9957.8l-907.3 -9957.6l-908.1 -9957.5l-908.9 -9957.4l-909.7 -9957.3l-910.5 -9957.2l-911.3 -9957.1l-912.1 -9957l-912.9 -9956.9l-913.7 -9956.8l-914.5 -9956.7l-915.3 -9956.6l-916.1 -9956.4l-916.9 -9956.4l-917.6 -9956.3l-918.4 -9956.2l-919.2 -9956l-920 -9956l-920.7 -9955.9l-921.5 -9955.8l-922.3 -9955.7l-923 -9955.5l-923.8 -9955.5l-924.6 -9955.4l-925.3 -9955.3l-926.1 -9955.1l-926.8 -9955.1l-927.6 -9955l-928.3 -9954.9l-929.1 -9954.8l-929.8 -9954.6l-930.6 -9954.6l-931.3 -9954.5l-932 -9954.4l-932.8 -9954.2l-933.5 -9954.2l-934.2 -9954.1l-935 -9954l-935.7 -9953.9l-936.4 -9953.8l-937.1 -9953.7l-937.8 -9953.6l-938.6 -9953.5l-939.3 -9953.4l-208.2 -2205.3"
id="path1372"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M998179.7 -1l-.8 -10026.1l-2.5 -10027.2l-4.2 -10027.1l-5.8 -10027.2l-7.5 -10027.2l-9.1 -10027.2l-10.8 -10027.1l-12.5 -10027.2l-14.1 -10027.2l-15.8 -10027.1l-17.4 -10027.1l-19.1 -10027.1l-20.8 -10027.1l-22.4 -10027.1l-24.1 -10027.1l-25.7 -10027.1l-27.4 -10027.1l-29 -10027.1l-30.7 -10027.1l-32.4 -10027.1l-34 -10027l-35.7 -10027.1l-37.3 -10027l-39 -10027l-40.7 -10027l-42.3 -10027l-44 -10027l-45.6 -10027l-47.3 -10027l-49 -10026.9l-50.6 -10026.9l-52.3 -10026.9l-53.9 -10026.9l-55.6 -10026.9l-57.2 -10026.8l-58.9 -10026.9l-60.6 -10026.8l-62.2 -10026.8l-63.9 -10026.8l-65.5 -10026.8l-67.2 -10026.8l-68.8 -10026.8l-70.5 -10026.7l-72.2 -10026.7l-73.8 -10026.7l-75.5 -10026.7l-77.1 -10026.6l-78.8 -10026.6l-80.4 -10026.6l-82.1 -10026.6l-83.7 -10026.6l-85.4 -10026.5l-87.1 -10026.5l-88.7 -10026.5l-90.4 -10026.5l-92 -10026.4l-93.7 -10026.4l-95.3 -10026.3l-97 -10026.3l-98.6 -10026.3l-100.3 -10026.3l-101.9 -10026.2l-103.6 -10026.2l-105.2 -10026.2l-106.9 -10026.2l-108.5 -10026.1l-110.2 -10026.1l-111.8 -10026.1l-113.5 -10026l-115.1 -10026l-116.8 -10025.9l-118.4 -10025.9l-120.1 -10025.9l-121.7 -10025.9l-123.4 -10025.8l-125 -10025.8l-126.7 -10025.8l-128.3 -10025.7l-130 -10025.7l-131.6 -10025.7l-133.3 -10025.6l-134.9 -10025.6l-136.5 -10025.5l-138.2 -10025.5l-139.8 -10025.4l-141.5 -10025.4l-143.1 -10025.4l-144.8 -10025.3l-146.4 -10025.3l-148.1 -10025.2l-149.7 -10025.2l-151.3 -10025.2l-153 -10025.1l-154.6 -10025l-156.3 -10025l-157.9 -10025l-159.5 -10024.9l-161.2 -10024.9l-162.8 -10024.8l-164.5 -10024.8l-166.1 -10024.8l-167.7 -10024.7l-169.4 -10024.6l-171 -10024.6l-172.6 -10024.6l-174.3 -10024.5l-175.9 -10024.5l-177.6 -10024.4l-179.2 -10024.4l-180.8 -10024.3l-182.5 -10024.3l-184.1 -10024.2l-185.7 -10024.2l-187.4 -10024.1l-189 -10024.1l-190.6 -10024l-192.2 -10023.9l-193.9 -10023.9l-195.5 -10023.8l-197.1 -10023.8l-198.8 -10023.7l-200.4 -10023.6l-202 -10023.6l-203.6 -10023.5l-205.3 -10023.5l-206.9 -10023.4l-208.5 -10023.4l-210.1 -10023.3l-211.8 -10023.3l-213.4 -10023.2l-215 -10023.1l-216.6 -10023.1l-218.3 -10023l-219.9 -10022.9l-221.5 -10022.9l-223.1 -10022.8l-224.7 -10022.8l-226.4 -10022.7l-228 -10022.6l-229.6 -10022.5l-231.2 -10022.5l-232.8 -10022.4l-234.4 -10022.4l-236.1 -10022.3l-237.7 -10022.2l-239.3 -10022.2l-240.9 -10022.1l-242.5 -10022l-244.1 -10021.9l-245.7 -10021.9l-247.3 -10021.8l-249 -10021.8l-250.6 -10021.7l-252.2 -10021.6l-253.8 -10021.6l-255.4 -10021.5l-257 -10021.4l-258.6 -10021.3l-260.2 -10021.3l-261.8 -10021.2l-263.4 -10021.1l-265 -10021l-266.6 -10020.9l-268.2 -10020.9l-269.8 -10020.8l-271.4 -10020.7l-273 -10020.6l-274.6 -10020.6l-276.2 -10020.5l-277.8 -10020.4l-279.4 -10020.4l-281 -10020.3l-282.6 -10020.2l-284.2 -10020.1l-285.8 -10020l-287.4 -10019.9l-289 -10019.9l-290.6 -10019.8l-292.2 -10019.7l-293.8 -10019.6l-295.3 -10019.5l-296.9 -10019.5l-298.5 -10019.4l-300.1 -10019.3l-301.7 -10019.2l-303.3 -10019.1l-304.9 -10019.1l-306.4 -10019l-308 -10018.9l-309.6 -10018.8l-311.2 -10018.7l-312.8 -10018.6l-314.4 -10018.6l-315.9 -10018.5l-317.5 -10018.4l-319.1 -10018.3l-320.7 -10018.2l-322.2 -10018.1l-323.8 -10018l-325.4 -10017.9l-327 -10017.9l-328.5 -10017.8l-330.1 -10017.7l-331.7 -10017.6l-333.2 -10017.5l-334.8 -10017.4l-336.4 -10017.3l-337.9 -10017.2l-339.5 -10017.1l-341.1 -10017l-342.6 -10016.9l-344.2 -10016.9l-345.8 -10016.7l-347.3 -10016.7l-348.9 -10016.6l-350.4 -10016.5l-352 -10016.3l-353.6 -10016.3l-355.1 -10016.2l-356.7 -10016.1l-358.2 -10016l-359.8 -10015.9l-361.3 -10015.8l-362.9 -10015.7l-364.4 -10015.6l-366 -10015.5l-367.5 -10015.4l-369.1 -10015.3l-370.6 -10015.2l-372.2 -10015.1l-373.7 -10015l-375.3 -10014.9l-376.8 -10014.8l-378.4 -10014.7l-379.9 -10014.6l-381.4 -10014.5l-383 -10014.4l-384.5 -10014.3l-386.1 -10014.2l-387.6 -10014.1l-389.1 -10014l-390.7 -10013.9l-392.2 -10013.8l-393.7 -10013.7l-395.3 -10013.5l-396.8 -10013.5l-398.3 -10013.4l-399.8 -10013.3l-401.4 -10013.1l-402.9 -10013.1l-404.4 -10012.9l-405.9 -10012.8l-407.5 -10012.7l-409 -10012.6l-410.5 -10012.5l-412 -10012.4l-413.5 -10012.3l-415.1 -10012.2l-416.6 -10012.1l-418.1 -10012l-419.6 -10011.9l-421.1 -10011.8l-422.6 -10011.6l-424.1 -10011.5l-425.7 -10011.4l-427.2 -10011.3l-428.7 -10011.2l-430.2 -10011.1l-431.7 -10011l-433.2 -10010.9l-434.7 -10010.8l-436.2 -10010.6l-437.7 -10010.5l-439.2 -10010.4l-440.7 -10010.3l-442.2 -10010.2l-443.7 -10010l-445.2 -10010l-446.7 -10009.8l-448.2 -10009.7l-449.7 -10009.6l-451.1 -10009.5l-452.6 -10009.4l-454.1 -10009.3l-455.6 -10009.1l-457.1 -10009l-458.6 -10008.9l-460.1 -10008.8l-461.5 -10008.7l-463 -10008.6l-464.5 -10008.4l-466 -10008.3l-467.5 -10008.2l-468.9 -10008.1l-470.4 -10007.9l-471.9 -10007.8l-473.4 -10007.7l-474.8 -10007.6l-476.3 -10007.5l-477.8 -10007.3l-479.2 -10007.2l-480.7 -10007.1l-482.2 -10007l-483.6 -10006.8l-485.1 -10006.8l-486.5 -10006.6l-488 -10006.5l-489.5 -10006.4l-490.9 -10006.2l-492.4 -10006.1l-493.8 -10006l-495.3 -10005.9l-496.7 -10005.7l-498.2 -10005.7l-499.6 -10005.5l-501.1 -10005.4l-502.5 -10005.3l-504 -10005.1l-505.4 -10005l-506.9 -10004.9l-508.3 -10004.8l-509.7 -10004.6l-511.2 -10004.5l-512.6 -10004.4l-514.1 -10004.3l-515.5 -10004.1l-516.9 -10004l-518.4 -10003.9l-519.8 -10003.8l-521.2 -10003.6l-522.7 -10003.5l-524.1 -10003.4l-525.5 -10003.3l-526.9 -10003.1l-528.4 -10003l-529.8 -10002.8l-531.2 -10002.7l-532.6 -10002.6l-534 -10002.5l-535.4 -10002.4l-536.9 -10002.2l-538.3 -10002.1l-539.7 -10002l-541.1 -10001.8l-542.5 -10001.7l-543.9 -10001.6l-545.3 -10001.4l-546.7 -10001.3l-548.1 -10001.2l-549.5 -10001l-550.9 -10000.9l-552.3 -10000.8l-553.7 -10000.7l-555.1 -10000.5l-556.5 -10000.4l-557.9 -10000.3l-559.3 -10000.1l-560.7 -10000l-562.1 -9999.8l-563.5 -9999.7l-564.9 -9999.6l-566.2 -9999.5l-567.6 -9999.3l-569 -9999.2l-570.4 -9999.1l-571.8 -9998.9l-573.1 -9998.8l-574.5 -9998.6l-575.9 -9998.5l-577.3 -9998.4l-578.6 -9998.2l-580 -9998.1l-581.4 -9997.9l-582.7 -9997.8l-584.1 -9997.7l-585.5 -9997.6l-586.8 -9997.4l-588.2 -9997.3l-589.5 -9997.2l-590.9 -9997l-592.3 -9996.9l-593.6 -9996.7l-595 -9996.6l-596.3 -9996.5l-597.7 -9996.3l-599 -9996.2l-600.4 -9996.1l-601.7 -9995.9l-603.1 -9995.8l-604.4 -9995.7l-605.7 -9995.5l-607.1 -9995.4l-608.4 -9995.2l-609.8 -9995.1l-611.1 -9995l-612.4 -9994.8l-613.8 -9994.7l-615.1 -9994.6l-616.4 -9994.4l-617.7 -9994.2l-619.1 -9994.1l-620.4 -9994l-621.7 -9993.9l-623 -9993.7l-624.3 -9993.5l-625.7 -9993.4l-627 -9993.3l-628.3 -9993.2l-629.6 -9993l-630.9 -9992.9l-632.2 -9992.7l-633.5 -9992.6l-634.8 -9992.5l-636.1 -9992.3l-637.4 -9992.2l-638.7 -9992l-640 -9991.9l-641.3 -9991.7l-642.6 -9991.6l-643.9 -9991.5l-645.2 -9991.3l-646.5 -9991.2l-647.8 -9991l-649.1 -9990.9l-650.4 -9990.8l-651.7 -9990.6l-653 -9990.5l-654.2 -9990.3l-655.5 -9990.2l-656.8 -9990.1l-658.1 -9989.9l-659.3 -9989.8l-660.6 -9989.6l-661.9 -9989.5l-663.2 -9989.4l-664.4 -9989.2l-665.7 -9989l-667 -9988.9l-668.2 -9988.8l-669.5 -9988.7l-670.7 -9988.5l-672 -9988.4l-673.3 -9988.2l-674.5 -9988.1l-675.8 -9987.9l-677 -9987.8l-678.3 -9987.7l-679.5 -9987.5l-680.8 -9987.4l-682 -9987.2l-683.2 -9987.1l-684.5 -9987l-685.7 -9986.8l-687 -9986.7l-688.2 -9986.5l-689.4 -9986.4l-690.7 -9986.2l-691.9 -9986.1l-693.1 -9985.9l-694.3 -9985.8l-695.6 -9985.7l-696.8 -9985.5l-698 -9985.4l-699.2 -9985.2l-700.4 -9985.1l-701.7 -9985l-702.9 -9984.8l-704.1 -9984.7l-705.3 -9984.5l-706.5 -9984.4l-707.7 -9984.3l-708.9 -9984.1l-710.1 -9983.9l-711.3 -9983.8l-712.5 -9983.7l-713.7 -9983.5l-714.9 -9983.4l-716.1 -9983.2l-717.3 -9983.1l-718.5 -9983l-719.7 -9982.8l-720.9 -9982.7l-722.1 -9982.5l-723.2 -9982.4l-724.4 -9982.3l-725.6 -9982.1l-726.8 -9981.9l-728 -9981.8l-729.1 -9981.7l-730.3 -9981.6l-731.5 -9981.4l-732.6 -9981.3l-733.8 -9981.1l-735 -9981l-736.1 -9980.8l-737.3 -9980.7l-738.5 -9980.6l-739.6 -9980.4l-740.8 -9980.3l-741.9 -9980.1l-743.1 -9980l-744.2 -9979.9l-745.4 -9979.7l-746.5 -9979.6l-747.7 -9979.4l-748.8 -9979.3l-750 -9979.2l-751.1 -9979l-752.2 -9978.9l-753.4 -9978.7l-754.5 -9978.6l-755.6 -9978.5l-756.8 -9978.3l-757.9 -9978.1l-759 -9978l-760.1 -9977.9l-761.3 -9977.8l-762.4 -9977.6l-763.5 -9977.4l-764.6 -9977.3l-765.7 -9977.2l-766.8 -9977.1l-767.9 -9976.9l-769.1 -9976.8l-770.2 -9976.6l-771.3 -9976.5l-772.4 -9976.4l-773.5 -9976.2l-774.6 -9976.1l-775.7 -9975.9l-776.8 -9975.8l-777.9 -9975.7l-778.9 -9975.5l-780 -9975.4l-781.1 -9975.2l-782.2 -9975.1l-783.3 -9974.9l-784.4 -9974.8l-785.5 -9974.7l-786.5 -9974.6l-787.6 -9974.4l-788.7 -9974.2l-789.7 -9974.1l-790.8 -9974l-791.9 -9973.9l-792.9 -9973.7l-794 -9973.6l-795.1 -9973.5l-796.1 -9973.3l-797.2 -9973.2l-798.2 -9973l-799.3 -9972.9l-800.4 -9972.8l-801.4 -9972.6l-802.4 -9972.5l-803.5 -9972.4l-804.5 -9972.2l-805.6 -9972.1l-806.6 -9972l-807.7 -9971.8l-808.7 -9971.7l-809.7 -9971.6l-810.8 -9971.4l-811.8 -9971.3l-812.8 -9971.2l-813.8 -9971l-814.9 -9970.9l-815.9 -9970.8l-816.9 -9970.6l-817.9 -9970.5l-818.9 -9970.4l-820 -9970.2l-821 -9970.1l-822 -9969.9l-823 -9969.8l-824 -9969.7l-825 -9969.6l-826 -9969.4l-827 -9969.3l-828 -9969.2l-829 -9969l-830 -9968.9l-831 -9968.7l-832 -9968.6l-832.9 -9968.5l-833.9 -9968.4l-834.9 -9968.2l-835.9 -9968.1l-836.9 -9968l-837.8 -9967.9l-838.8 -9967.7l-839.8 -9967.6l-840.8 -9967.5l-841.7 -9967.3l-842.7 -9967.2l-843.7 -9967.1l-844.6 -9967l-845.6 -9966.8l-846.5 -9966.7l-847.5 -9966.6l-848.4 -9966.4l-849.4 -9966.3l-850.3 -9966.2l-851.3 -9966.1l-852.2 -9965.9l-853.2 -9965.8l-854.1 -9965.7l-855.1 -9965.6l-856 -9965.4l-856.9 -9965.3l-857.9 -9965.2l-858.8 -9965.1l-859.7 -9964.9l-860.6 -9964.8l-861.6 -9964.6l-862.5 -9964.6l-863.4 -9964.4l-864.3 -9964.3l-865.2 -9964.2l-866.2 -9964.1l-818.2 -9402.2l-48.9 -561.8l-868 -9963.8l-868.9 -9963.7l-869.8 -9963.5l-870.7 -9963.4l-871.6 -9963.3l-872.5 -9963.2l-873.4 -9963.1l-874.3 -9963l-875.2 -9962.8l-876.1 -9962.7l-876.9 -9962.6l-877.8 -9962.4l-878.7 -9962.4l-879.6 -9962.2l-880.5 -9962.1l-881.3 -9962l-882.2 -9961.9l-883.1 -9961.8l-884 -9961.6l-884.8 -9961.5l-885.7 -9961.4l-886.6 -9961.3l-887.4 -9961.2l-888.3 -9961.1l-889.1 -9960.9l-890 -9960.8l-890.8 -9960.7l-891.7 -9960.6l-892.5 -9960.5l-893.4 -9960.3l-894.2 -9960.3l-895.1 -9960.1l-895.9 -9960l-896.8 -9959.9l-897.6 -9959.8l-898.4 -9959.7l-899.3 -9959.6l-900.1 -9959.5l-900.9 -9959.3l-901.7 -9959.2l-902.6 -9959.1l-903.4 -9959l-904.2 -9958.9l-905 -9958.8l-905.8 -9958.7l-906.6 -9958.6l-907.4 -9958.5l-908.2 -9958.3l-909 -9958.2l-909.9 -9958.1l-910.6 -9958l-911.4 -9957.9l-912.2 -9957.8l-913 -9957.7l-913.8 -9957.6l-914.6 -9957.5l-915.4 -9957.4l-916.2 -9957.2l-917 -9957.2l-917.7 -9957.1l-918.5 -9956.9l-919.3 -9956.8l-920.1 -9956.7l-920.8 -9956.6l-921.6 -9956.5l-922.4 -9956.4l-923.1 -9956.3l-923.9 -9956.2l-924.7 -9956.1l-925.4 -9956l-926.2 -9955.9l-926.9 -9955.8l-927.7 -9955.7l-928.4 -9955.6l-929.2 -9955.5l-929.9 -9955.4l-930.7 -9955.3l-931.4 -9955.2l-932.1 -9955.1l-932.9 -9955l-933.6 -9954.9l-934.3 -9954.8l-935.1 -9954.7l-935.8 -9954.6l-936.5 -9954.5l-937.2 -9954.4l-937.9 -9954.3l-938.7 -9954.2l-939.4 -9954.1l-155.4 -1645.5"
id="path1373"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1008207.7 -1l-.8 -10027.8l-2.5 -10028.8l-4.2 -10028.8l-5.8 -10028.8l-7.5 -10028.8l-9.1 -10028.8l-10.8 -10028.8l-12.5 -10028.8l-14.1 -10028.8l-15.8 -10028.8l-17.4 -10028.8l-19.1 -10028.8l-20.8 -10028.8l-22.4 -10028.8l-24.1 -10028.8l-25.7 -10028.8l-27.4 -10028.7l-29.1 -10028.8l-30.7 -10028.7l-32.4 -10028.7l-34 -10028.7l-35.7 -10028.7l-37.4 -10028.7l-39 -10028.7l-40.7 -10028.7l-42.3 -10028.6l-44 -10028.7l-45.7 -10028.6l-47.3 -10028.6l-49 -10028.6l-50.6 -10028.6l-52.3 -10028.6l-53.9 -10028.6l-55.6 -10028.6l-57.3 -10028.5l-58.9 -10028.5l-60.6 -10028.5l-62.2 -10028.5l-63.9 -10028.4l-65.5 -10028.5l-67.2 -10028.4l-68.9 -10028.4l-70.5 -10028.4l-72.2 -10028.3l-73.8 -10028.3l-75.5 -10028.3l-77.1 -10028.3l-78.8 -10028.3l-80.5 -10028.2l-82.1 -10028.2l-83.8 -10028.2l-85.4 -10028.2l-87.1 -10028.1l-88.7 -10028.1l-90.4 -10028.1l-92 -10028.1l-93.7 -10028.1l-95.3 -10028l-97 -10028l-98.7 -10028l-100.3 -10027.9l-102 -10027.9l-103.6 -10027.9l-105.3 -10027.9l-106.9 -10027.8l-108.6 -10027.8l-110.2 -10027.7l-111.9 -10027.7l-113.5 -10027.7l-115.2 -10027.7l-116.8 -10027.6l-118.5 -10027.6l-120.1 -10027.6l-121.8 -10027.5l-123.4 -10027.5l-125.1 -10027.4l-126.7 -10027.4l-128.4 -10027.4l-130 -10027.3l-131.6 -10027.3l-133.3 -10027.2l-134.9 -10027.2l-136.6 -10027.2l-138.2 -10027.1l-139.9 -10027.1l-141.5 -10027.1l-143.2 -10027l-144.8 -10027l-146.5 -10026.9l-148.1 -10026.9l-149.7 -10026.9l-151.4 -10026.8l-153 -10026.8l-154.7 -10026.7l-156.3 -10026.7l-157.9 -10026.6l-159.6 -10026.6l-161.2 -10026.5l-162.9 -10026.5l-164.5 -10026.4l-166.1 -10026.4l-167.8 -10026.3l-169.4 -10026.3l-171.1 -10026.3l-172.7 -10026.2l-174.3 -10026.2l-176 -10026.1l-177.6 -10026l-179.2 -10026l-180.9 -10025.9l-182.5 -10025.9l-184.1 -10025.8l-185.8 -10025.8l-187.4 -10025.7l-189 -10025.7l-190.7 -10025.6l-192.3 -10025.5l-193.9 -10025.5l-195.6 -10025.5l-197.2 -10025.4l-198.8 -10025.3l-200.4 -10025.3l-202.1 -10025.2l-203.7 -10025.2l-205.3 -10025.1l-207 -10025l-208.6 -10025l-210.2 -10024.9l-211.8 -10024.9l-213.5 -10024.8l-215.1 -10024.7l-216.7 -10024.7l-218.3 -10024.6l-219.9 -10024.6l-221.6 -10024.5l-223.2 -10024.4l-224.8 -10024.4l-226.4 -10024.3l-228 -10024.3l-229.7 -10024.2l-231.3 -10024.1l-232.9 -10024.1l-234.5 -10024l-236.1 -10023.9l-237.7 -10023.9l-239.4 -10023.8l-241 -10023.7l-242.6 -10023.7l-244.2 -10023.5l-245.8 -10023.5l-247.4 -10023.4l-249 -10023.4l-250.6 -10023.3l-252.2 -10023.2l-253.9 -10023.2l-255.5 -10023.1l-257.1 -10023l-258.7 -10022.9l-260.3 -10022.9l-261.9 -10022.8l-263.5 -10022.7l-265.1 -10022.6l-266.7 -10022.5l-268.3 -10022.5l-269.9 -10022.4l-271.5 -10022.3l-273.1 -10022.2l-274.7 -10022.2l-276.3 -10022.1l-277.9 -10022l-279.5 -10022l-281.1 -10021.8l-282.7 -10021.8l-284.3 -10021.7l-285.9 -10021.6l-287.5 -10021.5l-289.1 -10021.5l-290.7 -10021.4l-292.2 -10021.3l-293.8 -10021.2l-295.4 -10021.1l-297 -10021.1l-298.6 -10021l-300.2 -10020.9l-301.8 -10020.8l-303.4 -10020.7l-305 -10020.7l-306.5 -10020.6l-308.1 -10020.5l-309.7 -10020.4l-311.3 -10020.3l-312.9 -10020.2l-314.4 -10020.1l-316 -10020.1l-317.6 -10019.9l-319.2 -10019.9l-320.8 -10019.8l-322.3 -10019.7l-323.9 -10019.6l-325.5 -10019.5l-327.1 -10019.4l-328.6 -10019.3l-330.2 -10019.2l-331.8 -10019.1l-333.3 -10019.1l-334.9 -10019l-336.5 -10018.9l-338 -10018.8l-339.6 -10018.7l-341.2 -10018.6l-342.7 -10018.5l-344.3 -10018.4l-345.9 -10018.3l-347.4 -10018.2l-349 -10018.1l-350.5 -10018l-352.1 -10017.9l-353.7 -10017.8l-355.2 -10017.7l-356.8 -10017.6l-358.3 -10017.6l-359.9 -10017.4l-361.4 -10017.4l-363 -10017.3l-364.5 -10017.2l-366.1 -10017.1l-367.6 -10016.9l-369.2 -10016.9l-370.7 -10016.8l-372.3 -10016.7l-373.8 -10016.5l-375.4 -10016.5l-376.9 -10016.4l-378.5 -10016.3l-380 -10016.2l-381.5 -10016l-383.1 -10015.9l-384.6 -10015.8l-386.2 -10015.7l-387.7 -10015.6l-389.2 -10015.5l-390.8 -10015.4l-392.3 -10015.3l-393.8 -10015.2l-395.4 -10015.1l-396.9 -10015l-398.4 -10014.9l-400 -10014.8l-401.5 -10014.7l-403 -10014.6l-404.5 -10014.5l-406.1 -10014.4l-407.6 -10014.3l-409.1 -10014.1l-410.6 -10014l-412.1 -10013.9l-413.7 -10013.8l-415.2 -10013.7l-416.7 -10013.6l-418.2 -10013.5l-419.7 -10013.4l-421.2 -10013.3l-422.7 -10013.1l-424.3 -10013l-425.8 -10012.9l-427.3 -10012.8l-428.8 -10012.7l-430.3 -10012.6l-431.8 -10012.5l-433.3 -10012.4l-434.8 -10012.3l-436.3 -10012.1l-437.8 -10012l-439.3 -10011.9l-440.8 -10011.8l-442.3 -10011.7l-443.8 -10011.5l-445.3 -10011.5l-446.8 -10011.3l-448.3 -10011.2l-449.8 -10011.1l-451.3 -10011l-452.8 -10010.9l-454.2 -10010.8l-455.7 -10010.6l-457.2 -10010.5l-458.7 -10010.4l-460.2 -10010.3l-461.7 -10010.2l-463.1 -10010l-464.6 -10009.9l-466.1 -10009.8l-467.6 -10009.7l-469.1 -10009.6l-470.5 -10009.4l-472 -10009.3l-473.5 -10009.2l-474.9 -10009.1l-476.4 -10009l-477.9 -10008.8l-479.4 -10008.7l-480.8 -10008.6l-482.3 -10008.5l-483.7 -10008.3l-485.2 -10008.2l-486.7 -10008.1l-488.1 -10008l-489.6 -10007.9l-491 -10007.7l-492.5 -10007.6l-494 -10007.5l-495.4 -10007.4l-496.9 -10007.2l-498.3 -10007.1l-499.8 -10007l-501.2 -10006.9l-502.7 -10006.7l-504.1 -10006.6l-505.6 -10006.5l-507 -10006.3l-508.4 -10006.2l-509.9 -10006.1l-511.3 -10006l-512.8 -10005.8l-514.2 -10005.7l-515.6 -10005.6l-517.1 -10005.4l-518.5 -10005.3l-519.9 -10005.2l-521.4 -10005.1l-522.8 -10004.9l-524.2 -10004.8l-525.6 -10004.7l-527.1 -10004.6l-528.5 -10004.4l-529.9 -10004.3l-531.3 -10004.2l-532.7 -10004l-534.2 -10003.9l-535.6 -10003.8l-537 -10003.6l-538.4 -10003.5l-539.8 -10003.4l-541.2 -10003.2l-542.6 -10003.1l-544 -10003l-545.4 -10002.8l-546.9 -10002.7l-548.3 -10002.6l-549.7 -10002.4l-551.1 -10002.3l-552.5 -10002.2l-553.9 -10002l-555.2 -10001.9l-556.6 -10001.8l-558 -10001.6l-559.4 -10001.5l-560.8 -10001.4l-562.2 -10001.2l-563.6 -10001.1l-565 -10001l-566.4 -10000.8l-567.8 -10000.7l-569.1 -10000.5l-570.5 -10000.4l-571.9 -10000.3l-573.3 -10000.2l-574.6 -10000l-576 -9999.9l-577.4 -9999.8l-578.8 -9999.6l-580.1 -9999.5l-581.5 -9999.3l-582.9 -9999.2l-584.2 -9999.1l-585.6 -9998.9l-587 -9998.8l-588.3 -9998.7l-589.7 -9998.5l-591 -9998.4l-592.4 -9998.2l-593.8 -9998.1l-595.1 -9998l-596.5 -9997.8l-597.8 -9997.7l-599.2 -9997.5l-600.5 -9997.4l-601.9 -9997.3l-603.2 -9997.1l-604.5 -9997l-605.9 -9996.8l-607.2 -9996.7l-608.6 -9996.6l-609.9 -9996.4l-611.2 -9996.3l-612.6 -9996.1l-613.9 -9996l-615.2 -9995.9l-616.6 -9995.7l-617.9 -9995.6l-619.2 -9995.5l-620.5 -9995.3l-621.8 -9995.2l-623.2 -9995l-624.5 -9994.9l-625.8 -9994.8l-627.1 -9994.6l-628.4 -9994.5l-629.7 -9994.3l-631.1 -9994.2l-632.4 -9994l-633.7 -9993.9l-635 -9993.8l-636.3 -9993.6l-637.6 -9993.5l-638.9 -9993.3l-640.2 -9993.2l-641.5 -9993l-642.8 -9992.9l-644.1 -9992.8l-645.4 -9992.6l-646.7 -9992.5l-648 -9992.3l-649.2 -9992.2l-650.5 -9992.1l-651.8 -9991.9l-653.1 -9991.8l-654.4 -9991.6l-655.7 -9991.5l-656.9 -9991.3l-658.2 -9991.2l-659.5 -9991l-660.8 -9990.9l-662 -9990.8l-663.3 -9990.6l-664.6 -9990.5l-665.8 -9990.3l-667.1 -9990.2l-668.4 -9990.1l-669.6 -9989.9l-670.9 -9989.7l-672.1 -9989.6l-673.4 -9989.5l-674.6 -9989.3l-675.9 -9989.2l-677.2 -9989l-678.4 -9988.9l-679.7 -9988.8l-680.9 -9988.6l-682.1 -9988.4l-683.4 -9988.3l-684.6 -9988.2l-685.9 -9988.1l-687.1 -9987.9l-688.3 -9987.7l-689.6 -9987.6l-690.8 -9987.5l-692 -9987.3l-693.3 -9987.2l-694.5 -9987l-695.7 -9986.9l-696.9 -9986.8l-698.2 -9986.6l-699.4 -9986.4l-700.6 -9986.3l-701.8 -9986.2l-703 -9986l-704.2 -9985.9l-705.4 -9985.7l-706.7 -9985.6l-707.9 -9985.5l-709.1 -9985.3l-710.3 -9985.1l-711.5 -9985l-712.7 -9984.9l-713.9 -9984.7l-715.1 -9984.6l-716.3 -9984.4l-717.4 -9984.3l-718.6 -9984.2l-719.8 -9984l-721 -9983.8l-722.2 -9983.7l-723.4 -9983.6l-724.6 -9983.4l-725.7 -9983.3l-726.9 -9983.1l-728.1 -9983l-729.3 -9982.9l-730.4 -9982.7l-731.6 -9982.6l-732.8 -9982.4l-734 -9982.3l-735.1 -9982.2l-736.3 -9982l-737.4 -9981.8l-738.6 -9981.7l-739.8 -9981.6l-740.9 -9981.4l-742.1 -9981.3l-743.2 -9981.1l-744.4 -9981l-745.5 -9980.9l-746.7 -9980.7l-747.8 -9980.5l-749 -9980.4l-750.1 -9980.3l-751.2 -9980.2l-752.4 -9980l-753.5 -9979.8l-754.6 -9979.7l-755.8 -9979.6l-756.9 -9979.4l-758 -9979.3l-759.2 -9979.2l-760.3 -9979l-761.4 -9978.9l-762.5 -9978.7l-763.6 -9978.6l-764.8 -9978.4l-765.9 -9978.3l-767 -9978.2l-768.1 -9978l-769.2 -9977.9l-770.3 -9977.7l-771.4 -9977.6l-772.5 -9977.5l-773.6 -9977.3l-774.7 -9977.2l-775.8 -9977l-776.9 -9976.9l-778 -9976.8l-779.1 -9976.6l-780.2 -9976.5l-781.3 -9976.3l-782.3 -9976.2l-783.4 -9976l-784.5 -9975.9l-785.6 -9975.8l-786.7 -9975.6l-787.7 -9975.5l-788.8 -9975.3l-789.9 -9975.2l-791 -9975.1l-792 -9974.9l-793.1 -9974.8l-794.2 -9974.7l-795.2 -9974.5l-796.3 -9974.4l-797.3 -9974.2l-798.4 -9974.1l-799.4 -9974l-800.5 -9973.8l-801.5 -9973.7l-802.6 -9973.5l-803.6 -9973.4l-804.7 -9973.3l-805.7 -9973.1l-806.8 -9973l-807.8 -9972.8l-808.8 -9972.7l-809.9 -9972.6l-810.9 -9972.5l-811.9 -9972.3l-813 -9972.2l-814 -9972l-815 -9971.9l-816 -9971.8l-817 -9971.6l-818.1 -9971.5l-819.1 -9971.4l-820.1 -9971.2l-821.1 -9971.1l-822.1 -9970.9l-823.1 -9970.8l-824.1 -9970.7l-825.1 -9970.6l-826.1 -9970.4l-827.1 -9970.3l-828.1 -9970.2l-829.1 -9970l-830.1 -9969.9l-831.1 -9969.7l-832.1 -9969.6l-833.1 -9969.5l-834.1 -9969.4l-835 -9969.2l-836 -9969.1l-837 -9969l-838 -9968.8l-838.9 -9968.7l-839.9 -9968.5l-840.9 -9968.4l-841.9 -9968.3l-842.8 -9968.2l-843.8 -9968l-844.7 -9967.9l-845.7 -9967.8l-846.7 -9967.7l-847.6 -9967.5l-848.6 -9967.4l-849.5 -9967.3l-850.5 -9967.1l-851.4 -9967l-852.4 -9966.9l-853.3 -9966.7l-854.2 -9966.6l-855.2 -9966.5l-856.1 -9966.4l-857 -9966.2l-858 -9966.1l-858.9 -9966l-859.8 -9965.9l-860.8 -9965.7l-861.7 -9965.6l-862.6 -9965.5l-863.5 -9965.4l-864.4 -9965.2l-865.4 -9965.1l-866.3 -9965l-785 -9021.3l-82.2 -943.6l-868.1 -9964.7l-869 -9964.6l-869.9 -9964.4l-870.8 -9964.4l-871.7 -9964.2l-872.6 -9964.1l-873.5 -9963.9l-874.4 -9963.9l-875.3 -9963.7l-876.2 -9963.6l-877.1 -9963.5l-877.9 -9963.3l-878.8 -9963.2l-879.7 -9963.1l-880.6 -9963l-881.5 -9962.9l-882.3 -9962.7l-883.2 -9962.6l-884.1 -9962.5l-885 -9962.4l-885.8 -9962.2l-886.7 -9962.2l-887.5 -9962l-888.4 -9961.9l-889.3 -9961.8l-890.1 -9961.7l-891 -9961.6l-891.8 -9961.4l-892.7 -9961.3l-893.5 -9961.2l-894.4 -9961.1l-895.2 -9961l-896 -9960.9l-896.9 -9960.7l-897.7 -9960.6l-898.5 -9960.5l-899.4 -9960.4l-900.2 -9960.3l-901 -9960.1l-901.8 -9960.1l-902.7 -9959.9l-903.5 -9959.8l-904.3 -9959.7l-905.1 -9959.6l-905.9 -9959.5l-906.7 -9959.4l-907.5 -9959.3l-908.4 -9959.1l-909.2 -9959l-910 -9958.9l-910.8 -9958.8l-911.6 -9958.7l-912.3 -9958.6l-913.1 -9958.5l-913.9 -9958.4l-914.7 -9958.3l-915.5 -9958.2l-916.3 -9958l-917.1 -9957.9l-917.9 -9957.8l-918.6 -9957.7l-919.4 -9957.6l-920.2 -9957.5l-920.9 -9957.4l-921.7 -9957.3l-922.5 -9957.2l-923.2 -9957l-924 -9957l-924.8 -9956.9l-925.5 -9956.8l-926.3 -9956.6l-927 -9956.6l-927.8 -9956.5l-928.5 -9956.4l-929.3 -9956.2l-930 -9956.1l-930.8 -9956l-931.5 -9955.9l-932.2 -9955.8l-933 -9955.7l-933.7 -9955.6l-934.4 -9955.5l-935.2 -9955.4l-935.9 -9955.3l-936.6 -9955.2l-937.3 -9955.1l-938 -9955l-938.8 -9954.9l-939.5 -9954.8l-105.5 -1117.7"
id="path1374"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1018237.3 -1l-.8 -10029.5l-2.5 -10030.5l-4.2 -10030.5l-5.8 -10030.5l-7.5 -10030.5l-9.1 -10030.5l-10.8 -10030.4l-12.5 -10030.5l-14.1 -10030.5l-15.8 -10030.5l-17.4 -10030.5l-19.1 -10030.4l-20.8 -10030.5l-22.4 -10030.4l-24.1 -10030.4l-25.7 -10030.4l-27.4 -10030.4l-29.1 -10030.4l-30.7 -10030.4l-32.4 -10030.4l-34 -10030.4l-35.7 -10030.4l-37.4 -10030.4l-39 -10030.4l-40.7 -10030.3l-42.3 -10030.3l-44 -10030.3l-45.7 -10030.3l-47.3 -10030.3l-49 -10030.2l-50.6 -10030.3l-52.3 -10030.2l-54 -10030.2l-55.6 -10030.2l-57.3 -10030.2l-58.9 -10030.2l-60.6 -10030.2l-62.3 -10030.1l-63.9 -10030.1l-65.6 -10030.1l-67.2 -10030.1l-68.9 -10030.1l-70.5 -10030l-72.2 -10030l-73.9 -10030l-75.5 -10030l-77.2 -10030l-78.8 -10029.9l-80.5 -10029.9l-82.1 -10029.9l-83.8 -10029.9l-85.4 -10029.8l-87.1 -10029.8l-88.8 -10029.8l-90.4 -10029.8l-92.1 -10029.7l-93.7 -10029.7l-95.4 -10029.6l-97 -10029.7l-98.7 -10029.6l-100.3 -10029.6l-102 -10029.5l-103.6 -10029.5l-105.3 -10029.5l-106.9 -10029.5l-108.6 -10029.4l-110.2 -10029.4l-111.9 -10029.4l-113.5 -10029.3l-115.2 -10029.3l-116.8 -10029.2l-118.5 -10029.2l-120.1 -10029.2l-121.8 -10029.2l-123.4 -10029.1l-125.1 -10029.1l-126.7 -10029.1l-128.4 -10029l-130 -10029l-131.7 -10028.9l-133.3 -10028.9l-135 -10028.9l-136.6 -10028.8l-138.3 -10028.8l-139.9 -10028.7l-141.6 -10028.7l-143.2 -10028.7l-144.9 -10028.6l-146.5 -10028.6l-148.1 -10028.5l-149.8 -10028.5l-151.4 -10028.5l-153.1 -10028.4l-154.7 -10028.3l-156.4 -10028.3l-158 -10028.3l-159.6 -10028.2l-161.3 -10028.2l-162.9 -10028.1l-164.6 -10028.1l-166.2 -10028l-167.8 -10028l-169.5 -10027.9l-171.1 -10027.9l-172.7 -10027.8l-174.4 -10027.8l-176 -10027.7l-177.7 -10027.7l-179.3 -10027.6l-180.9 -10027.6l-182.6 -10027.5l-184.2 -10027.4l-185.8 -10027.4l-187.5 -10027.4l-189.1 -10027.3l-190.7 -10027.3l-192.4 -10027.2l-194 -10027.1l-195.6 -10027.1l-197.2 -10027l-198.9 -10027l-200.5 -10026.9l-202.1 -10026.9l-203.8 -10026.8l-205.4 -10026.7l-207 -10026.7l-208.6 -10026.6l-210.3 -10026.6l-211.9 -10026.5l-213.5 -10026.4l-215.1 -10026.3l-216.8 -10026.3l-218.4 -10026.3l-220 -10026.2l-221.6 -10026.1l-223.2 -10026.1l-224.9 -10026l-226.5 -10025.9l-228.1 -10025.9l-229.7 -10025.8l-231.3 -10025.7l-233 -10025.7l-234.6 -10025.6l-236.2 -10025.5l-237.8 -10025.5l-239.4 -10025.4l-241 -10025.3l-242.7 -10025.3l-244.3 -10025.2l-245.9 -10025.1l-247.5 -10025.1l-249.1 -10025l-250.7 -10024.9l-252.3 -10024.8l-253.9 -10024.8l-255.5 -10024.7l-257.1 -10024.6l-258.8 -10024.5l-260.4 -10024.5l-262 -10024.4l-263.6 -10024.3l-265.2 -10024.3l-266.8 -10024.1l-268.4 -10024.1l-270 -10024l-271.6 -10023.9l-273.2 -10023.8l-274.8 -10023.8l-276.4 -10023.7l-278 -10023.6l-279.6 -10023.6l-281.2 -10023.4l-282.8 -10023.4l-284.4 -10023.3l-286 -10023.2l-287.6 -10023.1l-289.1 -10023.1l-290.7 -10023l-292.3 -10022.9l-293.9 -10022.8l-295.5 -10022.7l-297.1 -10022.7l-298.7 -10022.6l-300.3 -10022.5l-301.9 -10022.4l-303.4 -10022.3l-305 -10022.2l-306.6 -10022.2l-308.2 -10022.1l-309.8 -10021.9l-311.4 -10021.9l-312.9 -10021.8l-314.5 -10021.7l-316.1 -10021.6l-317.7 -10021.5l-319.3 -10021.5l-320.8 -10021.4l-322.4 -10021.3l-324 -10021.2l-325.6 -10021.1l-327.1 -10021l-328.7 -10020.9l-330.3 -10020.8l-331.9 -10020.7l-333.4 -10020.6l-335 -10020.5l-336.6 -10020.4l-338.1 -10020.3l-339.7 -10020.3l-341.3 -10020.2l-342.8 -10020.1l-344.4 -10020l-346 -10019.8l-347.5 -10019.8l-349.1 -10019.7l-350.6 -10019.6l-352.2 -10019.5l-353.8 -10019.4l-355.3 -10019.3l-356.9 -10019.2l-358.4 -10019.1l-360 -10019l-361.5 -10018.9l-363.1 -10018.8l-364.6 -10018.7l-366.2 -10018.6l-367.7 -10018.5l-369.3 -10018.4l-370.8 -10018.3l-372.4 -10018.2l-373.9 -10018.1l-375.5 -10018l-377 -10017.9l-378.6 -10017.8l-380.1 -10017.7l-381.6 -10017.6l-383.2 -10017.5l-384.7 -10017.4l-386.3 -10017.3l-387.8 -10017.1l-389.3 -10017.1l-390.9 -10017l-392.4 -10016.9l-393.9 -10016.7l-395.5 -10016.6l-397 -10016.5l-398.5 -10016.4l-400.1 -10016.3l-401.6 -10016.2l-403.1 -10016.1l-404.6 -10016l-406.2 -10015.9l-407.7 -10015.8l-409.2 -10015.6l-410.7 -10015.6l-412.2 -10015.4l-413.8 -10015.3l-415.3 -10015.2l-416.8 -10015.1l-418.3 -10015l-419.8 -10014.9l-421.3 -10014.8l-422.9 -10014.6l-424.4 -10014.6l-425.9 -10014.4l-427.4 -10014.3l-428.9 -10014.2l-430.4 -10014.1l-431.9 -10014l-433.4 -10013.9l-434.9 -10013.8l-436.4 -10013.6l-437.9 -10013.5l-439.4 -10013.4l-440.9 -10013.3l-442.4 -10013.2l-443.9 -10013l-445.4 -10012.9l-446.9 -10012.8l-448.4 -10012.7l-449.9 -10012.6l-451.4 -10012.5l-452.9 -10012.4l-454.4 -10012.2l-455.8 -10012.1l-457.3 -10012l-458.8 -10011.9l-460.3 -10011.8l-461.8 -10011.6l-463.3 -10011.5l-464.7 -10011.4l-466.2 -10011.3l-467.7 -10011.2l-469.2 -10011l-470.7 -10010.9l-472.1 -10010.8l-473.6 -10010.7l-475.1 -10010.5l-476.5 -10010.4l-478 -10010.3l-479.5 -10010.2l-480.9 -10010.1l-482.4 -10009.9l-483.9 -10009.8l-485.3 -10009.7l-486.8 -10009.6l-488.3 -10009.4l-489.7 -10009.3l-491.2 -10009.2l-492.6 -10009.1l-494.1 -10008.9l-495.5 -10008.8l-497 -10008.6l-498.4 -10008.6l-499.9 -10008.4l-501.3 -10008.3l-502.8 -10008.2l-504.2 -10008l-505.7 -10007.9l-507.1 -10007.8l-508.6 -10007.7l-510 -10007.5l-511.4 -10007.4l-512.9 -10007.3l-514.3 -10007.1l-515.8 -10007l-517.2 -10006.9l-518.6 -10006.8l-520.1 -10006.6l-521.5 -10006.5l-522.9 -10006.4l-524.3 -10006.2l-525.8 -10006.1l-527.2 -10006l-528.6 -10005.8l-530 -10005.7l-531.5 -10005.6l-532.9 -10005.4l-534.3 -10005.3l-535.7 -10005.2l-537.1 -10005l-538.5 -10004.9l-539.9 -10004.8l-541.4 -10004.7l-542.8 -10004.5l-544.2 -10004.4l-545.6 -10004.3l-547 -10004.1l-548.4 -10004l-549.8 -10003.8l-551.2 -10003.7l-552.6 -10003.6l-554 -10003.4l-555.4 -10003.3l-556.8 -10003.2l-558.2 -10003l-559.6 -10002.9l-561 -10002.8l-562.3 -10002.6l-563.7 -10002.5l-565.1 -10002.4l-566.5 -10002.2l-567.9 -10002.1l-569.3 -10001.9l-570.7 -10001.8l-572 -10001.7l-573.4 -10001.5l-574.8 -10001.4l-576.2 -10001.3l-577.5 -10001.1l-578.9 -10001l-580.3 -10000.8l-581.6 -10000.7l-583 -10000.6l-584.4 -10000.4l-585.7 -10000.3l-587.1 -10000.1l-588.5 -10000l-589.8 -9999.9l-591.2 -9999.7l-592.5 -9999.6l-593.9 -9999.4l-595.2 -9999.3l-596.6 -9999.2l-597.9 -9999l-599.3 -9998.9l-600.6 -9998.8l-602 -9998.6l-603.3 -9998.5l-604.7 -9998.3l-606 -9998.2l-607.4 -9998.1l-608.7 -9997.9l-610 -9997.8l-611.4 -9997.6l-612.7 -9997.5l-614 -9997.4l-615.4 -9997.2l-616.7 -9997.1l-618 -9996.9l-619.3 -9996.8l-620.7 -9996.6l-622 -9996.5l-623.3 -9996.4l-624.6 -9996.2l-625.9 -9996.1l-627.3 -9995.9l-628.6 -9995.8l-629.9 -9995.6l-631.2 -9995.5l-632.5 -9995.4l-633.8 -9995.2l-635.1 -9995.1l-636.4 -9994.9l-637.7 -9994.8l-639 -9994.6l-640.3 -9994.5l-641.6 -9994.3l-642.9 -9994.2l-644.2 -9994.1l-645.5 -9993.9l-646.8 -9993.8l-648.1 -9993.6l-649.4 -9993.5l-650.7 -9993.3l-652 -9993.2l-653.2 -9993.1l-654.5 -9992.9l-655.8 -9992.8l-657.1 -9992.6l-658.4 -9992.5l-659.6 -9992.3l-660.9 -9992.2l-662.2 -9992l-663.4 -9991.9l-664.7 -9991.8l-666 -9991.6l-667.2 -9991.5l-668.5 -9991.3l-669.8 -9991.2l-671 -9991l-672.3 -9990.9l-673.5 -9990.7l-674.8 -9990.6l-676 -9990.5l-677.3 -9990.3l-678.5 -9990.2l-679.8 -9990l-681 -9989.9l-682.3 -9989.7l-683.5 -9989.6l-684.8 -9989.4l-686 -9989.3l-687.2 -9989.1l-688.5 -9989l-689.7 -9988.9l-690.9 -9988.7l-692.2 -9988.6l-693.4 -9988.4l-694.6 -9988.3l-695.9 -9988.1l-697.1 -9988l-698.3 -9987.8l-699.5 -9987.7l-700.7 -9987.5l-702 -9987.4l-703.2 -9987.2l-704.4 -9987.1l-705.6 -9986.9l-706.8 -9986.8l-708 -9986.7l-709.2 -9986.5l-710.4 -9986.3l-711.6 -9986.2l-712.8 -9986.1l-714 -9985.9l-715.2 -9985.8l-716.4 -9985.6l-717.6 -9985.5l-718.8 -9985.4l-720 -9985.2l-721.2 -9985l-722.3 -9984.9l-723.5 -9984.8l-724.7 -9984.6l-725.9 -9984.5l-727.1 -9984.3l-728.2 -9984.2l-729.4 -9984l-730.6 -9983.9l-731.8 -9983.7l-732.9 -9983.6l-734.1 -9983.5l-735.3 -9983.3l-736.4 -9983.2l-737.6 -9983l-738.7 -9982.9l-739.9 -9982.7l-741.1 -9982.6l-742.2 -9982.4l-743.4 -9982.3l-744.5 -9982.2l-745.7 -9982l-746.8 -9981.9l-748 -9981.7l-749.1 -9981.6l-750.2 -9981.4l-751.4 -9981.3l-752.5 -9981.1l-753.6 -9981l-754.8 -9980.9l-755.9 -9980.7l-757 -9980.6l-758.2 -9980.4l-759.3 -9980.3l-760.4 -9980.1l-761.5 -9980l-762.7 -9979.8l-763.8 -9979.7l-764.9 -9979.6l-766 -9979.4l-767.1 -9979.3l-768.2 -9979.1l-769.3 -9979l-770.4 -9978.8l-771.5 -9978.7l-772.7 -9978.6l-773.8 -9978.4l-774.9 -9978.3l-775.9 -9978.1l-777 -9978l-778.1 -9977.8l-779.2 -9977.7l-780.3 -9977.6l-781.4 -9977.4l-782.5 -9977.3l-783.6 -9977.1l-784.7 -9977l-785.7 -9976.9l-786.8 -9976.7l-787.9 -9976.6l-789 -9976.4l-790 -9976.3l-791.1 -9976.1l-792.2 -9976l-793.2 -9975.8l-794.3 -9975.7l-795.4 -9975.6l-796.4 -9975.4l-797.5 -9975.3l-798.5 -9975.1l-799.6 -9975l-800.6 -9974.9l-801.7 -9974.7l-802.7 -9974.6l-803.8 -9974.5l-804.8 -9974.3l-805.9 -9974.2l-806.9 -9974l-807.9 -9973.9l-809 -9973.8l-810 -9973.6l-811 -9973.5l-812.1 -9973.3l-813.1 -9973.2l-814.1 -9973.1l-815.1 -9972.9l-816.2 -9972.8l-817.2 -9972.6l-818.2 -9972.5l-819.2 -9972.4l-820.2 -9972.2l-821.2 -9972.1l-822.2 -9971.9l-823.2 -9971.8l-824.3 -9971.7l-825.3 -9971.6l-826.3 -9971.4l-827.3 -9971.3l-828.3 -9971.2l-829.2 -9971l-830.2 -9970.9l-831.2 -9970.7l-832.2 -9970.6l-833.2 -9970.5l-834.2 -9970.3l-835.2 -9970.2l-836.1 -9970.1l-837.1 -9969.9l-838.1 -9969.8l-839.1 -9969.7l-840 -9969.5l-841 -9969.4l-842 -9969.3l-843 -9969.1l-843.9 -9969l-844.9 -9968.9l-845.8 -9968.7l-846.8 -9968.6l-847.7 -9968.5l-848.7 -9968.3l-849.7 -9968.2l-850.6 -9968.1l-851.5 -9968l-852.5 -9967.8l-853.4 -9967.7l-854.4 -9967.6l-855.3 -9967.4l-856.2 -9967.3l-857.2 -9967.1l-858.1 -9967l-859 -9966.9l-860 -9966.8l-860.9 -9966.7l-861.8 -9966.5l-862.7 -9966.4l-863.7 -9966.3l-864.6 -9966.1l-865.5 -9966l-866.4 -9965.9l-753.9 -8663.6l-113.4 -1302.2l-868.2 -9965.6l-869.1 -9965.5l-870 -9965.3l-870.9 -9965.3l-871.8 -9965.1l-872.7 -9965l-873.6 -9964.8l-874.5 -9964.7l-875.4 -9964.6l-876.3 -9964.5l-877.2 -9964.4l-878.1 -9964.2l-879 -9964.1l-879.8 -9964l-880.7 -9963.9l-881.6 -9963.8l-882.5 -9963.6l-883.3 -9963.5l-884.2 -9963.4l-885.1 -9963.3l-885.9 -9963.1l-886.8 -9963l-887.7 -9962.9l-888.5 -9962.8l-889.4 -9962.7l-890.2 -9962.5l-891.1 -9962.4l-891.9 -9962.3l-892.8 -9962.2l-893.6 -9962l-894.5 -9961.9l-895.3 -9961.8l-896.1 -9961.7l-897 -9961.6l-897.8 -9961.4l-898.7 -9961.3l-899.5 -9961.2l-900.3 -9961.1l-901.1 -9961l-902 -9960.9l-902.8 -9960.8l-903.6 -9960.6l-904.4 -9960.5l-905.2 -9960.4l-906 -9960.3l-906.9 -9960.2l-907.7 -9960.1l-908.5 -9959.9l-909.3 -9959.8l-910.1 -9959.7l-910.9 -9959.6l-911.7 -9959.5l-912.5 -9959.4l-913.3 -9959.3l-914 -9959.2l-914.8 -9959.1l-915.6 -9958.9l-916.4 -9958.8l-917.2 -9958.7l-918 -9958.6l-918.7 -9958.5l-919.5 -9958.4l-920.3 -9958.3l-921.1 -9958.2l-921.8 -9958.1l-922.6 -9958l-923.3 -9957.8l-924.1 -9957.7l-924.9 -9957.6l-925.6 -9957.5l-926.4 -9957.4l-927.1 -9957.3l-927.9 -9957.2l-928.6 -9957.1l-929.4 -9957l-930.1 -9956.9l-930.9 -9956.8l-931.6 -9956.7l-932.3 -9956.6l-933.1 -9956.4l-933.8 -9956.4l-934.5 -9956.3l-935.3 -9956.2l-936 -9956.1l-936.7 -9955.9l-937.4 -9955.9l-938.1 -9955.8l-938.9 -9955.7l-939.6 -9955.5l-58.7 -621.8"
id="path1375"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1028268.6 -1l-.8 -10031.1l-2.5 -10032.2l-4.2 -10032.1l-5.8 -10032.1l-7.5 -10032.1l-9.1 -10032.1l-10.8 -10032.1l-12.5 -10032.1l-14.1 -10032.1l-15.8 -10032.1l-17.4 -10032.1l-19.1 -10032.1l-20.8 -10032.1l-22.4 -10032.1l-24.1 -10032.1l-25.8 -10032.1l-27.4 -10032.1l-29.1 -10032.1l-30.7 -10032.1l-32.4 -10032.1l-34.1 -10032l-35.7 -10032l-37.4 -10032l-39 -10032l-40.7 -10032l-42.4 -10032l-44 -10032l-45.7 -10032l-47.3 -10032l-49 -10031.9l-50.7 -10031.9l-52.3 -10031.9l-54 -10031.9l-55.6 -10031.9l-57.3 -10031.8l-59 -10031.8l-60.6 -10031.8l-62.3 -10031.8l-63.9 -10031.8l-65.6 -10031.8l-67.2 -10031.7l-68.9 -10031.7l-70.6 -10031.7l-72.2 -10031.7l-73.9 -10031.7l-75.5 -10031.6l-77.2 -10031.6l-78.8 -10031.6l-80.5 -10031.5l-82.2 -10031.5l-83.8 -10031.5l-85.5 -10031.5l-87.1 -10031.4l-88.8 -10031.4l-90.4 -10031.4l-92.1 -10031.4l-93.7 -10031.4l-95.4 -10031.3l-97.1 -10031.3l-98.7 -10031.3l-100.4 -10031.2l-102 -10031.2l-103.7 -10031.2l-105.3 -10031.2l-107 -10031.1l-108.6 -10031.1l-110.3 -10031l-111.9 -10031l-113.6 -10031l-115.2 -10031l-116.9 -10030.9l-118.5 -10030.9l-120.2 -10030.9l-121.8 -10030.8l-123.5 -10030.8l-125.1 -10030.7l-126.8 -10030.7l-128.4 -10030.7l-130.1 -10030.6l-131.7 -10030.6l-133.4 -10030.5l-135 -10030.5l-136.7 -10030.5l-138.3 -10030.4l-140 -10030.4l-141.6 -10030.4l-143.3 -10030.3l-144.9 -10030.3l-146.5 -10030.2l-148.2 -10030.2l-149.8 -10030.1l-151.5 -10030.1l-153.1 -10030.1l-154.8 -10030l-156.4 -10030l-158 -10029.9l-159.7 -10029.9l-161.3 -10029.8l-163 -10029.7l-164.6 -10029.7l-166.2 -10029.7l-167.9 -10029.6l-169.5 -10029.5l-171.2 -10029.5l-172.8 -10029.5l-174.4 -10029.4l-176.1 -10029.4l-177.7 -10029.3l-179.3 -10029.3l-181 -10029.2l-182.6 -10029.2l-184.2 -10029.1l-185.9 -10029.1l-187.5 -10029l-189.1 -10028.9l-190.8 -10028.9l-192.4 -10028.8l-194 -10028.8l-195.7 -10028.7l-197.3 -10028.7l-198.9 -10028.6l-200.6 -10028.5l-202.2 -10028.5l-203.8 -10028.4l-205.4 -10028.4l-207.1 -10028.3l-208.7 -10028.3l-210.3 -10028.2l-212 -10028.1l-213.6 -10028.1l-215.2 -10028l-216.8 -10027.9l-218.4 -10027.9l-220.1 -10027.8l-221.7 -10027.7l-223.3 -10027.7l-224.9 -10027.6l-226.6 -10027.6l-228.2 -10027.5l-229.8 -10027.4l-231.4 -10027.4l-233 -10027.3l-234.6 -10027.2l-236.3 -10027.1l-237.9 -10027.1l-239.5 -10027l-241.1 -10026.9l-242.7 -10026.9l-244.3 -10026.8l-245.9 -10026.7l-247.6 -10026.7l-249.2 -10026.6l-250.8 -10026.5l-252.4 -10026.4l-254 -10026.4l-255.6 -10026.3l-257.2 -10026.2l-258.8 -10026.1l-260.4 -10026.1l-262 -10026l-263.6 -10025.9l-265.2 -10025.9l-266.9 -10025.7l-268.5 -10025.7l-270.1 -10025.6l-271.7 -10025.5l-273.3 -10025.4l-274.9 -10025.4l-276.5 -10025.3l-278.1 -10025.2l-279.7 -10025.2l-281.3 -10025l-282.9 -10025l-284.4 -10024.9l-286 -10024.8l-287.6 -10024.7l-289.2 -10024.7l-290.8 -10024.6l-292.4 -10024.5l-294 -10024.4l-295.6 -10024.3l-297.2 -10024.2l-298.8 -10024.2l-300.4 -10024.1l-301.9 -10024l-303.5 -10023.9l-305.1 -10023.8l-306.7 -10023.7l-308.3 -10023.6l-309.9 -10023.5l-311.5 -10023.5l-313 -10023.4l-314.6 -10023.3l-316.2 -10023.2l-317.8 -10023.1l-319.4 -10023l-320.9 -10022.9l-322.5 -10022.8l-324.1 -10022.7l-325.7 -10022.7l-327.2 -10022.6l-328.8 -10022.5l-330.4 -10022.4l-331.9 -10022.3l-333.5 -10022.2l-335.1 -10022.1l-336.7 -10022l-338.2 -10021.9l-339.8 -10021.8l-341.4 -10021.7l-342.9 -10021.6l-344.5 -10021.5l-346.1 -10021.4l-347.6 -10021.3l-349.2 -10021.3l-350.7 -10021.2l-352.3 -10021l-353.9 -10021l-355.4 -10020.9l-357 -10020.8l-358.5 -10020.7l-360.1 -10020.5l-361.6 -10020.5l-363.2 -10020.4l-364.7 -10020.3l-366.3 -10020.2l-367.8 -10020l-369.4 -10020l-370.9 -10019.9l-372.5 -10019.8l-374 -10019.6l-375.6 -10019.5l-377.1 -10019.4l-378.7 -10019.3l-380.2 -10019.2l-381.7 -10019.1l-383.3 -10019l-384.8 -10018.9l-386.4 -10018.8l-387.9 -10018.7l-389.4 -10018.6l-391 -10018.5l-392.5 -10018.4l-394 -10018.3l-395.6 -10018.1l-397.1 -10018.1l-398.6 -10018l-400.2 -10017.8l-401.7 -10017.7l-403.2 -10017.6l-404.7 -10017.5l-406.3 -10017.4l-407.8 -10017.3l-409.3 -10017.2l-410.8 -10017.1l-412.4 -10017l-413.9 -10016.9l-415.4 -10016.7l-416.9 -10016.6l-418.4 -10016.5l-419.9 -10016.4l-421.5 -10016.3l-423 -10016.1l-424.5 -10016.1l-426 -10016l-427.5 -10015.8l-429 -10015.7l-430.5 -10015.6l-432 -10015.5l-433.5 -10015.4l-435 -10015.3l-436.5 -10015.1l-438 -10015l-439.5 -10014.9l-441 -10014.8l-442.5 -10014.7l-444 -10014.5l-445.5 -10014.4l-447 -10014.3l-448.5 -10014.2l-450 -10014.1l-451.5 -10014l-453 -10013.8l-454.5 -10013.7l-456 -10013.6l-457.5 -10013.5l-458.9 -10013.4l-460.4 -10013.2l-461.9 -10013.1l-463.4 -10013l-464.9 -10012.8l-466.3 -10012.8l-467.8 -10012.6l-469.3 -10012.5l-470.8 -10012.4l-472.2 -10012.3l-473.7 -10012.1l-475.2 -10012l-476.7 -10011.9l-478.1 -10011.7l-479.6 -10011.6l-481.1 -10011.5l-482.5 -10011.4l-484 -10011.2l-485.5 -10011.1l-486.9 -10011l-488.4 -10010.9l-489.8 -10010.8l-491.3 -10010.6l-492.8 -10010.5l-494.2 -10010.4l-495.7 -10010.3l-497.1 -10010.1l-498.6 -10010l-500 -10009.9l-501.5 -10009.7l-502.9 -10009.6l-504.4 -10009.5l-505.8 -10009.4l-507.2 -10009.2l-508.7 -10009.1l-510.1 -10008.9l-511.6 -10008.8l-513 -10008.7l-514.4 -10008.6l-515.9 -10008.5l-517.3 -10008.3l-518.8 -10008.2l-520.2 -10008.1l-521.6 -10007.9l-523 -10007.8l-524.5 -10007.6l-525.9 -10007.5l-527.3 -10007.4l-528.7 -10007.3l-530.2 -10007.1l-531.6 -10007l-533 -10006.9l-534.4 -10006.7l-535.8 -10006.6l-537.3 -10006.4l-538.7 -10006.3l-540.1 -10006.2l-541.5 -10006.1l-542.9 -10005.9l-544.3 -10005.8l-545.7 -10005.7l-547.1 -10005.5l-548.5 -10005.4l-549.9 -10005.2l-551.3 -10005.1l-552.7 -10005l-554.1 -10004.8l-555.5 -10004.7l-556.9 -10004.6l-558.3 -10004.4l-559.7 -10004.3l-561.1 -10004.2l-562.5 -10004l-563.9 -10003.9l-565.3 -10003.7l-566.6 -10003.6l-568 -10003.5l-569.4 -10003.3l-570.8 -10003.2l-572.2 -10003.1l-573.5 -10002.9l-574.9 -10002.7l-576.3 -10002.6l-577.7 -10002.5l-579 -10002.4l-580.4 -10002.2l-581.8 -10002l-583.1 -10001.9l-584.5 -10001.8l-585.9 -10001.7l-587.2 -10001.5l-588.6 -10001.4l-590 -10001.2l-591.3 -10001.1l-592.7 -10001l-594 -10000.8l-595.4 -10000.7l-596.7 -10000.5l-598.1 -10000.4l-599.4 -10000.2l-600.8 -10000.1l-602.1 -10000l-603.5 -9999.8l-604.8 -9999.7l-606.2 -9999.5l-607.5 -9999.4l-608.8 -9999.3l-610.2 -9999.1l-611.5 -9999l-612.8 -9998.8l-614.2 -9998.7l-615.5 -9998.5l-616.8 -9998.4l-618.2 -9998.2l-619.5 -9998.1l-620.8 -9998l-622.1 -9997.8l-623.5 -9997.7l-624.8 -9997.5l-626.1 -9997.4l-627.4 -9997.2l-628.7 -9997.1l-630 -9996.9l-631.3 -9996.8l-632.7 -9996.7l-634 -9996.5l-635.3 -9996.4l-636.6 -9996.2l-637.9 -9996.1l-639.2 -9995.9l-640.5 -9995.8l-641.8 -9995.6l-643.1 -9995.5l-644.4 -9995.4l-645.7 -9995.2l-647 -9995.1l-648.2 -9994.9l-649.5 -9994.8l-650.8 -9994.6l-652.1 -9994.5l-653.4 -9994.3l-654.7 -9994.2l-655.9 -9994l-657.2 -9993.9l-658.5 -9993.8l-659.8 -9993.6l-661 -9993.5l-662.3 -9993.3l-663.6 -9993.2l-664.9 -9993l-666.1 -9992.8l-667.4 -9992.7l-668.7 -9992.6l-669.9 -9992.4l-671.2 -9992.3l-672.4 -9992.1l-673.7 -9992l-674.9 -9991.9l-676.2 -9991.7l-677.4 -9991.5l-678.7 -9991.4l-679.9 -9991.3l-681.2 -9991.1l-682.4 -9990.9l-683.7 -9990.8l-684.9 -9990.7l-686.2 -9990.5l-687.4 -9990.4l-688.6 -9990.2l-689.9 -9990.1l-691.1 -9989.9l-692.3 -9989.8l-693.5 -9989.6l-694.8 -9989.5l-696 -9989.3l-697.2 -9989.2l-698.4 -9989.1l-699.7 -9988.9l-700.9 -9988.8l-702.1 -9988.6l-703.3 -9988.5l-704.5 -9988.3l-705.7 -9988.1l-706.9 -9988l-708.1 -9987.9l-709.4 -9987.7l-710.6 -9987.5l-711.8 -9987.4l-713 -9987.3l-714.2 -9987.1l-715.4 -9987l-716.5 -9986.8l-717.7 -9986.7l-718.9 -9986.5l-720.1 -9986.4l-721.3 -9986.2l-722.5 -9986.1l-723.7 -9986l-724.9 -9985.8l-726 -9985.7l-727.2 -9985.5l-728.4 -9985.4l-729.6 -9985.2l-730.7 -9985.1l-731.9 -9984.9l-733.1 -9984.8l-734.2 -9984.6l-735.4 -9984.5l-736.6 -9984.3l-737.7 -9984.2l-738.9 -9984l-740.1 -9983.9l-741.2 -9983.7l-742.4 -9983.6l-743.5 -9983.4l-744.7 -9983.3l-745.8 -9983.2l-747 -9983l-748.1 -9982.8l-749.2 -9982.7l-750.4 -9982.6l-751.5 -9982.4l-752.7 -9982.3l-753.8 -9982.1l-754.9 -9982l-756.1 -9981.8l-757.2 -9981.7l-758.3 -9981.5l-759.4 -9981.4l-760.6 -9981.3l-761.7 -9981.1l-762.8 -9981l-763.9 -9980.8l-765 -9980.7l-766.2 -9980.5l-767.3 -9980.4l-768.4 -9980.2l-769.5 -9980.1l-770.6 -9980l-771.7 -9979.8l-772.8 -9979.7l-773.9 -9979.5l-775 -9979.4l-776.1 -9979.2l-777.2 -9979.1l-778.3 -9978.9l-779.4 -9978.8l-780.5 -9978.6l-781.5 -9978.5l-782.6 -9978.4l-783.7 -9978.2l-784.8 -9978.1l-785.9 -9977.9l-786.9 -9977.8l-788 -9977.6l-789.1 -9977.5l-790.2 -9977.4l-791.2 -9977.2l-792.3 -9977.1l-793.4 -9976.9l-794.4 -9976.8l-795.5 -9976.6l-796.6 -9976.5l-797.6 -9976.4l-798.7 -9976.2l-799.7 -9976.1l-800.8 -9975.9l-801.8 -9975.8l-802.9 -9975.6l-803.9 -9975.5l-805 -9975.4l-806 -9975.2l-807 -9975.1l-808.1 -9974.9l-809.1 -9974.8l-810.1 -9974.7l-811.2 -9974.5l-812.2 -9974.3l-813.2 -9974.2l-814.3 -9974.1l-815.3 -9974l-816.3 -9973.8l-817.3 -9973.6l-818.3 -9973.5l-819.3 -9973.4l-820.4 -9973.3l-821.4 -9973.1l-822.4 -9972.9l-823.4 -9972.8l-824.4 -9972.7l-825.4 -9972.6l-826.4 -9972.4l-827.4 -9972.3l-828.4 -9972.2l-829.4 -9972l-830.4 -9971.9l-831.4 -9971.7l-832.4 -9971.6l-833.3 -9971.5l-834.3 -9971.3l-835.3 -9971.2l-836.3 -9971.1l-837.3 -9970.9l-838.2 -9970.8l-839.2 -9970.6l-840.2 -9970.5l-841.2 -9970.4l-842.1 -9970.2l-843.1 -9970.1l-844 -9969.9l-845 -9969.8l-846 -9969.7l-846.9 -9969.6l-847.9 -9969.4l-848.8 -9969.3l-849.8 -9969.2l-850.7 -9969l-851.7 -9968.9l-852.6 -9968.8l-853.6 -9968.6l-854.5 -9968.5l-855.4 -9968.4l-856.4 -9968.2l-857.3 -9968.1l-858.2 -9968l-859.2 -9967.8l-860.1 -9967.7l-861 -9967.6l-861.9 -9967.4l-862.9 -9967.3l-863.8 -9967.2l-864.7 -9967.1l-865.6 -9966.9l-866.5 -9966.8l-724.8 -8328.7l-142.6 -1637.9l-868.4 -9966.5l-869.3 -9966.4l-870.2 -9966.2l-871.1 -9966.2l-872 -9966l-872.9 -9965.9l-873.8 -9965.7l-874.6 -9965.6l-875.5 -9965.5l-876.4 -9965.4l-877.3 -9965.3l-878.2 -9965.1l-879.1 -9965l-880 -9964.9l-880.8 -9964.8l-881.7 -9964.6l-882.6 -9964.5l-883.5 -9964.4l-884.3 -9964.3l-885.2 -9964.1l-886.1 -9964l-886.9 -9963.9l-887.8 -9963.8l-888.6 -9963.6l-889.5 -9963.5l-890.3 -9963.4l-891.2 -9963.3l-892.1 -9963.1l-892.9 -9963l-893.7 -9962.9l-894.6 -9962.8l-895.4 -9962.7l-896.3 -9962.5l-897.1 -9962.4l-897.9 -9962.3l-898.8 -9962.2l-899.6 -9962.1l-900.4 -9961.9l-901.3 -9961.8l-902.1 -9961.7l-902.9 -9961.6l-903.7 -9961.5l-904.5 -9961.3l-905.3 -9961.2l-906.2 -9961.1l-907 -9961l-907.8 -9960.9l-908.6 -9960.7l-909.4 -9960.6l-910.2 -9960.5l-911 -9960.4l-911.8 -9960.3l-912.6 -9960.1l-913.4 -9960.1l-914.2 -9960l-914.9 -9959.8l-915.7 -9959.7l-916.5 -9959.6l-917.3 -9959.5l-918.1 -9959.4l-918.9 -9959.3l-919.6 -9959.1l-920.4 -9959.1l-921.2 -9958.9l-921.9 -9958.8l-922.7 -9958.7l-923.5 -9958.6l-924.2 -9958.5l-925 -9958.4l-925.7 -9958.3l-926.5 -9958.1l-927.2 -9958.1l-928 -9958l-928.7 -9957.8l-929.5 -9957.7l-930.2 -9957.6l-931 -9957.5l-931.7 -9957.4l-932.4 -9957.3l-933.2 -9957.2l-933.9 -9957.1l-934.6 -9957l-935.4 -9956.9l-936.1 -9956.8l-936.8 -9956.6l-937.5 -9956.6l-938.2 -9956.5l-939 -9956.4l-939.7 -9956.3l-15 -158.4M653389.6 -7100793.2l-925.1 -9794.3l-941.1 -9956.1l-941.8 -9956l-942.5 -9955.9l-943.2 -9955.7l-943.9 -9955.7l-944.6 -9955.6l-945.3 -9955.5l-946 -9955.4l-946.7 -9955.2l-947.4 -9955.2l-948 -9955.1l-948.7 -9955l-949.4 -9954.8l-175.9 -1843.4"
id="path1376"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1038301.6 -1l-.8 -10032.8l-2.5 -10033.8l-4.2 -10033.8l-5.8 -10033.8l-7.5 -10033.8l-9.1 -10033.8l-10.8 -10033.8l-12.5 -10033.8l-14.1 -10033.8l-15.8 -10033.8l-17.5 -10033.8l-19.1 -10033.7l-20.8 -10033.8l-22.4 -10033.8l-24.1 -10033.8l-25.8 -10033.8l-27.4 -10033.7l-29.1 -10033.7l-30.7 -10033.7l-32.4 -10033.7l-34.1 -10033.7l-35.7 -10033.7l-37.4 -10033.7l-39 -10033.7l-40.7 -10033.7l-42.4 -10033.6l-44 -10033.6l-45.7 -10033.6l-47.4 -10033.6l-49 -10033.6l-50.7 -10033.6l-52.3 -10033.6l-54 -10033.5l-55.7 -10033.5l-57.3 -10033.5l-59 -10033.5l-60.6 -10033.5l-62.3 -10033.5l-63.9 -10033.4l-65.6 -10033.4l-67.3 -10033.4l-68.9 -10033.4l-70.6 -10033.4l-72.2 -10033.3l-73.9 -10033.3l-75.6 -10033.3l-77.2 -10033.3l-78.9 -10033.3l-80.5 -10033.2l-82.2 -10033.2l-83.8 -10033.2l-85.5 -10033.2l-87.2 -10033.1l-88.8 -10033.1l-90.5 -10033.1l-92.1 -10033l-93.8 -10033l-95.4 -10033l-97.1 -10033l-98.7 -10032.9l-100.4 -10032.9l-102 -10032.8l-103.7 -10032.8l-105.4 -10032.8l-107 -10032.8l-108.7 -10032.7l-110.3 -10032.7l-112 -10032.7l-113.6 -10032.6l-115.3 -10032.6l-116.9 -10032.5l-118.6 -10032.5l-120.2 -10032.5l-121.9 -10032.5l-123.5 -10032.4l-125.2 -10032.4l-126.8 -10032.4l-128.5 -10032.3l-130.1 -10032.3l-131.8 -10032.2l-133.4 -10032.2l-135.1 -10032.2l-136.7 -10032.1l-138.4 -10032.1l-140 -10032l-141.6 -10032l-143.3 -10032l-144.9 -10031.9l-146.6 -10031.9l-148.2 -10031.8l-149.9 -10031.8l-151.5 -10031.7l-153.2 -10031.7l-154.8 -10031.6l-156.4 -10031.6l-158.1 -10031.6l-159.7 -10031.5l-161.4 -10031.5l-163 -10031.4l-164.7 -10031.4l-166.3 -10031.3l-167.9 -10031.3l-169.6 -10031.2l-171.2 -10031.2l-172.8 -10031.1l-174.5 -10031.1l-176.1 -10031l-177.8 -10030.9l-179.4 -10030.9l-181 -10030.9l-182.7 -10030.8l-184.3 -10030.7l-185.9 -10030.7l-187.6 -10030.6l-189.2 -10030.6l-190.8 -10030.5l-192.5 -10030.4l-194.1 -10030.4l-195.7 -10030.4l-197.4 -10030.3l-199 -10030.2l-200.6 -10030.1l-202.2 -10030.1l-203.9 -10030.1l-205.5 -10030l-207.1 -10029.9l-208.8 -10029.9l-210.4 -10029.8l-212 -10029.8l-213.6 -10029.7l-215.3 -10029.6l-216.9 -10029.6l-218.5 -10029.5l-220.1 -10029.4l-221.8 -10029.3l-223.4 -10029.3l-225 -10029.2l-226.6 -10029.2l-228.2 -10029.1l-229.9 -10029l-231.5 -10029l-233.1 -10028.9l-234.7 -10028.8l-236.3 -10028.7l-237.9 -10028.7l-239.6 -10028.6l-241.2 -10028.6l-242.8 -10028.5l-244.4 -10028.4l-246 -10028.3l-247.6 -10028.3l-249.2 -10028.2l-250.9 -10028.1l-252.5 -10028l-254.1 -10028l-255.7 -10027.9l-257.3 -10027.8l-258.9 -10027.7l-260.5 -10027.7l-262.1 -10027.6l-263.7 -10027.5l-265.3 -10027.5l-266.9 -10027.3l-268.5 -10027.3l-270.1 -10027.2l-271.7 -10027.1l-273.3 -10027l-274.9 -10027l-276.5 -10026.9l-278.1 -10026.8l-279.7 -10026.8l-281.3 -10026.6l-282.9 -10026.6l-284.5 -10026.5l-286.1 -10026.4l-287.7 -10026.3l-289.3 -10026.3l-290.9 -10026.2l-292.5 -10026.1l-294.1 -10026l-295.7 -10025.9l-297.3 -10025.8l-298.9 -10025.8l-300.4 -10025.7l-302 -10025.6l-303.6 -10025.5l-305.2 -10025.4l-306.8 -10025.3l-308.4 -10025.2l-310 -10025.1l-311.5 -10025.1l-313.1 -10025l-314.7 -10024.9l-316.3 -10024.8l-317.9 -10024.7l-319.4 -10024.6l-321 -10024.5l-322.6 -10024.4l-324.2 -10024.3l-325.8 -10024.2l-327.3 -10024.1l-328.9 -10024.1l-330.5 -10024l-332 -10023.8l-333.6 -10023.8l-335.2 -10023.7l-336.8 -10023.6l-338.3 -10023.5l-339.9 -10023.4l-341.5 -10023.3l-343 -10023.2l-344.6 -10023.1l-346.1 -10023l-347.7 -10022.9l-349.3 -10022.8l-350.8 -10022.7l-352.4 -10022.6l-354 -10022.5l-355.5 -10022.4l-357.1 -10022.3l-358.6 -10022.2l-360.2 -10022.1l-361.7 -10022l-363.3 -10021.9l-364.8 -10021.8l-366.4 -10021.7l-367.9 -10021.6l-369.5 -10021.5l-371 -10021.4l-372.6 -10021.3l-374.1 -10021.2l-375.7 -10021.1l-377.2 -10021l-378.8 -10020.9l-380.3 -10020.8l-381.9 -10020.6l-383.4 -10020.6l-384.9 -10020.5l-386.5 -10020.4l-388 -10020.2l-389.5 -10020.1l-391.1 -10020l-392.6 -10019.9l-394.2 -10019.8l-395.7 -10019.7l-397.2 -10019.6l-398.7 -10019.5l-400.3 -10019.4l-401.8 -10019.2l-403.3 -10019.2l-404.9 -10019l-406.4 -10018.9l-407.9 -10018.8l-409.4 -10018.7l-411 -10018.6l-412.5 -10018.5l-414 -10018.4l-415.5 -10018.3l-417 -10018.1l-418.5 -10018l-420.1 -10017.9l-421.6 -10017.8l-423.1 -10017.7l-424.6 -10017.6l-426.1 -10017.5l-427.6 -10017.3l-429.1 -10017.2l-430.6 -10017.1l-432.1 -10017l-433.6 -10016.9l-435.2 -10016.8l-436.7 -10016.6l-438.2 -10016.5l-439.7 -10016.4l-441.2 -10016.3l-442.7 -10016.2l-444.1 -10016l-445.6 -10015.9l-447.1 -10015.8l-448.6 -10015.7l-450.1 -10015.5l-451.6 -10015.5l-453.1 -10015.3l-454.6 -10015.2l-456.1 -10015.1l-457.6 -10014.9l-459.1 -10014.9l-460.5 -10014.7l-462 -10014.6l-463.5 -10014.5l-465 -10014.3l-466.5 -10014.2l-467.9 -10014.1l-469.4 -10014l-470.9 -10013.8l-472.4 -10013.7l-473.8 -10013.6l-475.3 -10013.5l-476.8 -10013.4l-478.3 -10013.2l-479.7 -10013.1l-481.2 -10013l-482.7 -10012.9l-484.1 -10012.7l-485.6 -10012.6l-487 -10012.5l-488.5 -10012.4l-490 -10012.2l-491.4 -10012.1l-492.9 -10012l-494.3 -10011.8l-495.8 -10011.7l-497.2 -10011.6l-498.7 -10011.5l-500.1 -10011.3l-501.6 -10011.2l-503 -10011.1l-504.5 -10010.9l-505.9 -10010.8l-507.4 -10010.7l-508.8 -10010.5l-510.3 -10010.4l-511.7 -10010.3l-513.1 -10010.2l-514.6 -10010l-516 -10009.9l-517.4 -10009.7l-518.9 -10009.6l-520.3 -10009.5l-521.7 -10009.4l-523.2 -10009.2l-524.6 -10009.1l-526 -10009l-527.5 -10008.8l-528.9 -10008.7l-530.3 -10008.5l-531.7 -10008.4l-533.1 -10008.3l-534.6 -10008.2l-536 -10008l-537.4 -10007.8l-538.8 -10007.7l-540.2 -10007.6l-541.6 -10007.5l-543 -10007.3l-544.4 -10007.2l-545.9 -10007.1l-547.3 -10006.9l-548.7 -10006.8l-550.1 -10006.6l-551.5 -10006.5l-552.9 -10006.4l-554.3 -10006.2l-555.7 -10006.1l-557.1 -10006l-558.4 -10005.8l-559.8 -10005.7l-561.2 -10005.5l-562.6 -10005.4l-564 -10005.3l-565.4 -10005.1l-566.8 -10005l-568.2 -10004.9l-569.5 -10004.7l-570.9 -10004.6l-572.3 -10004.4l-573.7 -10004.3l-575.1 -10004.1l-576.4 -10004l-577.8 -10003.9l-579.2 -10003.7l-580.6 -10003.6l-581.9 -10003.4l-583.3 -10003.3l-584.7 -10003.2l-586 -10003l-587.4 -10002.8l-588.7 -10002.7l-590.1 -10002.6l-591.5 -10002.5l-592.8 -10002.3l-594.2 -10002.1l-595.5 -10002l-596.9 -10001.9l-598.2 -10001.7l-599.6 -10001.6l-600.9 -10001.5l-602.3 -10001.3l-603.6 -10001.2l-605 -10001l-606.3 -10000.8l-607.6 -10000.7l-609 -10000.6l-610.3 -10000.4l-611.7 -10000.3l-613 -10000.1l-614.3 -10000l-615.6 -9999.9l-617 -9999.7l-618.3 -9999.5l-619.6 -9999.4l-621 -9999.3l-622.3 -9999.1l-623.6 -9999l-624.9 -9998.8l-626.2 -9998.7l-627.6 -9998.6l-628.9 -9998.4l-630.2 -9998.2l-631.5 -9998.1l-632.8 -9998l-634.1 -9997.8l-635.4 -9997.7l-636.7 -9997.5l-638 -9997.4l-639.3 -9997.2l-640.6 -9997.1l-641.9 -9996.9l-643.2 -9996.8l-644.5 -9996.7l-645.8 -9996.5l-647.1 -9996.4l-648.4 -9996.2l-649.7 -9996.1l-651 -9995.9l-652.2 -9995.8l-653.5 -9995.6l-654.8 -9995.4l-656.1 -9995.3l-657.4 -9995.2l-658.6 -9995l-659.9 -9994.9l-661.2 -9994.7l-662.5 -9994.6l-663.7 -9994.4l-665 -9994.3l-666.3 -9994.1l-667.5 -9994l-668.8 -9993.8l-670.1 -9993.7l-671.3 -9993.5l-672.6 -9993.4l-673.8 -9993.3l-675.1 -9993.1l-676.3 -9993l-677.6 -9992.8l-678.8 -9992.7l-680.1 -9992.5l-681.3 -9992.4l-682.6 -9992.2l-683.8 -9992.1l-685.1 -9991.9l-686.3 -9991.8l-687.5 -9991.6l-688.8 -9991.4l-690 -9991.3l-691.2 -9991.2l-692.5 -9991l-693.7 -9990.8l-694.9 -9990.7l-696.1 -9990.6l-697.4 -9990.4l-698.6 -9990.3l-699.8 -9990.1l-701 -9990l-702.2 -9989.8l-703.5 -9989.7l-704.7 -9989.5l-705.9 -9989.3l-707.1 -9989.2l-708.3 -9989.1l-709.5 -9988.9l-710.7 -9988.7l-711.9 -9988.6l-713.1 -9988.5l-714.3 -9988.3l-715.5 -9988.2l-716.7 -9988l-717.9 -9987.9l-719.1 -9987.7l-720.3 -9987.6l-721.5 -9987.4l-722.6 -9987.3l-723.8 -9987.1l-725 -9987l-726.2 -9986.8l-727.4 -9986.7l-728.5 -9986.5l-729.7 -9986.4l-730.9 -9986.2l-732.1 -9986.1l-733.2 -9985.9l-734.4 -9985.8l-735.6 -9985.6l-736.7 -9985.5l-737.9 -9985.3l-739 -9985.2l-740.2 -9985.1l-741.4 -9984.9l-742.5 -9984.8l-743.7 -9984.6l-744.8 -9984.5l-746 -9984.3l-747.1 -9984.2l-748.2 -9984l-749.4 -9983.9l-750.5 -9983.7l-751.7 -9983.6l-752.8 -9983.4l-753.9 -9983.2l-755.1 -9983.1l-756.2 -9983l-757.3 -9982.8l-758.5 -9982.6l-759.6 -9982.5l-760.7 -9982.4l-761.8 -9982.2l-763 -9982.1l-764.1 -9981.9l-765.2 -9981.8l-766.3 -9981.6l-767.4 -9981.5l-768.5 -9981.3l-769.6 -9981.2l-770.7 -9981.1l-771.8 -9980.9l-772.9 -9980.8l-774 -9980.6l-775.1 -9980.5l-776.2 -9980.3l-777.3 -9980.2l-778.4 -9980l-779.5 -9979.9l-780.6 -9979.7l-781.7 -9979.6l-782.8 -9979.4l-783.9 -9979.3l-784.9 -9979.2l-786 -9979l-787.1 -9978.9l-788.2 -9978.7l-789.2 -9978.5l-790.3 -9978.4l-791.4 -9978.3l-792.4 -9978.1l-793.5 -9978l-794.6 -9977.8l-795.6 -9977.7l-796.7 -9977.6l-797.8 -9977.4l-798.8 -9977.2l-799.9 -9977.1l-800.9 -9977l-802 -9976.8l-803 -9976.7l-804.1 -9976.5l-805.1 -9976.4l-806.1 -9976.3l-807.2 -9976.1l-808.2 -9975.9l-809.2 -9975.8l-810.3 -9975.7l-811.3 -9975.5l-812.3 -9975.4l-813.4 -9975.3l-814.4 -9975.1l-815.4 -9975l-816.4 -9974.8l-817.5 -9974.7l-818.5 -9974.6l-819.5 -9974.4l-820.5 -9974.3l-821.5 -9974.1l-822.5 -9974l-823.5 -9973.8l-824.5 -9973.7l-825.5 -9973.6l-826.5 -9973.4l-827.5 -9973.3l-828.5 -9973.1l-829.5 -9973l-830.5 -9972.9l-831.5 -9972.7l-832.5 -9972.6l-833.5 -9972.4l-834.5 -9972.3l-835.4 -9972.1l-836.4 -9972l-837.4 -9971.9l-838.4 -9971.8l-839.3 -9971.6l-840.3 -9971.4l-841.3 -9971.3l-842.3 -9971.2l-843.2 -9971.1l-844.2 -9970.9l-845.1 -9970.8l-846.1 -9970.7l-847.1 -9970.5l-848 -9970.4l-849 -9970.2l-849.9 -9970.1l-850.9 -9970l-851.8 -9969.8l-852.8 -9969.7l-853.7 -9969.5l-854.6 -9969.4l-855.6 -9969.3l-856.5 -9969.2l-857.4 -9969l-858.4 -9968.9l-859.3 -9968.8l-860.2 -9968.6l-861.2 -9968.5l-862.1 -9968.3l-863 -9968.2l-863.9 -9968.1l-864.8 -9968l-865.7 -9967.8l-866.7 -9967.7l-867.6 -9967.6l-868.5 -9967.4l-869.4 -9967.3l-870.3 -9967.2l-871.2 -9967.1l-872.1 -9966.9l-873 -9966.8l-873.9 -9966.6l-874.8 -9966.5l-875.7 -9966.4l-876.6 -9966.3l-877.4 -9966.1l-878.3 -9966l-879.2 -9965.9l-880.1 -9965.8l-881 -9965.6l-881.8 -9965.5l-882.7 -9965.3l-883.6 -9965.2l-884.5 -9965.1l-885.3 -9965l-886.2 -9964.8l-887 -9964.7l-887.9 -9964.6l-888.8 -9964.5l-889.6 -9964.4l-890.5 -9964.2l-891.3 -9964.1l-892.2 -9964l-893 -9963.9l-893.9 -9963.7l-894.7 -9963.6l-895.6 -9963.5l-896.4 -9963.4l-897.2 -9963.3l-898.1 -9963.1l-898.9 -9963l-899.7 -9962.9l-900.5 -9962.8l-901.4 -9962.6l-902.2 -9962.5l-903 -9962.4l-903.8 -9962.3l-904.7 -9962.2l-905.5 -9962l-906.3 -9961.9l-907.1 -9961.8l-907.9 -9961.7l-908.7 -9961.5l-909.5 -9961.4l-910.3 -9961.3l-911.1 -9961.2l-911.9 -9961.1l-912.7 -9960.9l-913.5 -9960.9l-914.3 -9960.7l-915.1 -9960.6l-915.8 -9960.5l-916.6 -9960.4l-917.4 -9960.3l-918.2 -9960.2l-919 -9960l-919.7 -9959.9l-920.5 -9959.8l-921.3 -9959.7l-922 -9959.6l-922.8 -9959.5l-923.6 -9959.3l-924.3 -9959.3l-925.1 -9959.1l-925.8 -9959l-926.6 -9958.9l-927.4 -9958.8l-928.1 -9958.7l-928.8 -9958.6l-929.6 -9958.5l-930.3 -9958.3l-931.1 -9958.3l-931.8 -9958.2l-932.5 -9958l-933.3 -9957.9l-934 -9957.8l-934.7 -9957.7l-935.5 -9957.6l-936.2 -9957.5l-936.9 -9957.4l-937.6 -9957.3l-938.3 -9957.2l-939.1 -9957.1l-914 -9684.1M663386.9 -7101301.8l-25.5 -269.7l-940.5 -9956.8l-941.2 -9956.8l-941.9 -9956.7l-942.6 -9956.6l-943.3 -9956.4l-944 -9956.3l-944.7 -9956.2l-945.4 -9956.1l-946.1 -9956l-946.8 -9955.9l-947.5 -9955.8l-948.1 -9955.7l-948.8 -9955.6l-949.5 -9955.5l-950.2 -9955.4l-950.9 -9955.3l-951.5 -9955.2l-952.2 -9955.1l-952.9 -9955l-953.5 -9954.9l-954.2 -9954.8l-954.9 -9954.8l-955.5 -9954.6l-956.2 -9954.6l-956.8 -9954.5l-957.5 -9954.4l-958.1 -9954.3l-958.8 -9954.1l-959.4 -9954.1l-960.1 -9954l-960.7 -9953.9l-961.4 -9953.8l-962 -9953.7l-962.6 -9953.6l-963.3 -9953.5l-38.4 -396.1"
id="path1377"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1048336.2 -1l-.8 -10034.5l-2.5 -10035.5l-4.2 -10035.4l-5.8 -10035.5l-7.5 -10035.5l-9.1 -10035.5l-10.8 -10035.4l-12.5 -10035.5l-14.1 -10035.5l-15.8 -10035.5l-17.5 -10035.4l-19.1 -10035.4l-20.8 -10035.4l-22.4 -10035.4l-24.1 -10035.4l-25.8 -10035.4l-27.4 -10035.4l-29.1 -10035.4l-30.8 -10035.4l-32.4 -10035.4l-34.1 -10035.3l-35.7 -10035.4l-37.4 -10035.3l-39.1 -10035.3l-40.7 -10035.3l-42.4 -10035.3l-44 -10035.3l-45.7 -10035.3l-47.4 -10035.3l-49 -10035.2l-50.7 -10035.2l-52.3 -10035.2l-54 -10035.2l-55.7 -10035.2l-57.3 -10035.1l-59 -10035.2l-60.6 -10035.1l-62.3 -10035.1l-64 -10035.1l-65.6 -10035.1l-67.3 -10035.1l-68.9 -10035l-70.6 -10035l-72.3 -10035l-73.9 -10035l-75.6 -10035l-77.2 -10034.9l-78.9 -10034.9l-80.6 -10034.9l-82.2 -10034.9l-83.9 -10034.8l-85.5 -10034.8l-87.2 -10034.7l-88.8 -10034.8l-90.5 -10034.7l-92.1 -10034.7l-93.8 -10034.7l-95.5 -10034.6l-97.1 -10034.6l-98.8 -10034.6l-100.4 -10034.6l-102.1 -10034.5l-103.7 -10034.5l-105.4 -10034.5l-107 -10034.4l-108.7 -10034.4l-110.3 -10034.3l-112 -10034.3l-113.7 -10034.3l-115.3 -10034.3l-117 -10034.2l-118.6 -10034.2l-120.3 -10034.2l-121.9 -10034.1l-123.6 -10034.1l-125.2 -10034l-126.9 -10034l-128.5 -10034l-130.2 -10033.9l-131.8 -10033.9l-133.5 -10033.8l-135.1 -10033.8l-136.7 -10033.8l-138.4 -10033.7l-140 -10033.7l-141.7 -10033.6l-143.3 -10033.6l-145 -10033.6l-146.6 -10033.5l-148.3 -10033.4l-149.9 -10033.4l-151.6 -10033.4l-153.2 -10033.3l-154.8 -10033.3l-156.5 -10033.2l-158.1 -10033.2l-159.8 -10033.1l-161.4 -10033.1l-163.1 -10033l-164.7 -10033l-166.3 -10033l-168 -10032.9l-169.6 -10032.8l-171.3 -10032.8l-172.9 -10032.8l-174.5 -10032.7l-176.2 -10032.6l-177.8 -10032.6l-179.4 -10032.5l-181.1 -10032.5l-182.7 -10032.4l-184.4 -10032.3l-186 -10032.3l-187.6 -10032.3l-189.3 -10032.2l-190.9 -10032.2l-192.5 -10032.1l-194.2 -10032l-195.8 -10032l-197.4 -10031.9l-199 -10031.9l-200.7 -10031.8l-202.3 -10031.7l-203.9 -10031.7l-205.6 -10031.6l-207.2 -10031.5l-208.8 -10031.5l-210.4 -10031.4l-212.1 -10031.4l-213.7 -10031.3l-215.3 -10031.2l-217 -10031.2l-218.6 -10031.1l-220.2 -10031.1l-221.8 -10031l-223.4 -10030.9l-225.1 -10030.9l-226.7 -10030.8l-228.3 -10030.7l-229.9 -10030.6l-231.5 -10030.6l-233.2 -10030.5l-234.8 -10030.5l-236.4 -10030.4l-238 -10030.3l-239.6 -10030.2l-241.2 -10030.2l-242.9 -10030.1l-244.5 -10030l-246.1 -10030l-247.7 -10029.9l-249.3 -10029.8l-250.9 -10029.7l-252.5 -10029.6l-254.1 -10029.6l-255.8 -10029.5l-257.4 -10029.4l-259 -10029.3l-260.6 -10029.3l-262.2 -10029.2l-263.8 -10029.1l-265.4 -10029.1l-267 -10029l-268.6 -10028.9l-270.2 -10028.8l-271.8 -10028.8l-273.4 -10028.6l-275 -10028.6l-276.6 -10028.5l-278.2 -10028.4l-279.8 -10028.3l-281.4 -10028.2l-283 -10028.2l-284.6 -10028.1l-286.2 -10028l-287.8 -10027.9l-289.4 -10027.9l-291 -10027.8l-292.6 -10027.7l-294.2 -10027.6l-295.8 -10027.5l-297.4 -10027.4l-298.9 -10027.3l-300.5 -10027.3l-302.1 -10027.2l-303.7 -10027l-305.3 -10027l-306.9 -10026.9l-308.5 -10026.8l-310 -10026.7l-311.6 -10026.6l-313.2 -10026.5l-314.8 -10026.5l-316.4 -10026.4l-318 -10026.2l-319.5 -10026.2l-321.1 -10026.1l-322.7 -10026l-324.3 -10025.9l-325.8 -10025.8l-327.4 -10025.7l-329 -10025.6l-330.6 -10025.5l-332.1 -10025.4l-333.7 -10025.3l-335.3 -10025.3l-336.8 -10025.2l-338.4 -10025l-340 -10025l-341.6 -10024.9l-343.1 -10024.8l-344.7 -10024.7l-346.2 -10024.5l-347.8 -10024.5l-349.4 -10024.4l-350.9 -10024.3l-352.5 -10024.1l-354.1 -10024.1l-355.6 -10024l-357.2 -10023.9l-358.7 -10023.8l-360.3 -10023.6l-361.8 -10023.6l-363.4 -10023.5l-364.9 -10023.4l-366.5 -10023.3l-368 -10023.1l-369.6 -10023.1l-371.1 -10023l-372.7 -10022.8l-374.2 -10022.7l-375.8 -10022.6l-377.3 -10022.5l-378.9 -10022.4l-380.4 -10022.3l-382 -10022.2l-383.5 -10022.1l-385 -10022l-386.6 -10021.9l-388.1 -10021.8l-389.7 -10021.7l-391.2 -10021.6l-392.7 -10021.5l-394.3 -10021.3l-395.8 -10021.2l-397.3 -10021.1l-398.9 -10021l-400.4 -10020.9l-401.9 -10020.8l-403.4 -10020.7l-405 -10020.6l-406.5 -10020.5l-408 -10020.3l-409.5 -10020.2l-411.1 -10020.1l-412.6 -10020l-414.1 -10019.9l-415.6 -10019.8l-417.1 -10019.6l-418.7 -10019.6l-420.2 -10019.4l-421.7 -10019.3l-423.2 -10019.2l-424.7 -10019.1l-426.2 -10019l-427.7 -10018.9l-429.2 -10018.7l-430.8 -10018.6l-432.3 -10018.5l-433.8 -10018.4l-435.3 -10018.3l-436.8 -10018.1l-438.3 -10018l-439.8 -10017.9l-441.3 -10017.8l-442.8 -10017.7l-444.3 -10017.5l-445.8 -10017.4l-447.3 -10017.3l-448.8 -10017.2l-450.2 -10017l-451.7 -10016.9l-453.2 -10016.8l-454.7 -10016.7l-456.2 -10016.6l-457.7 -10016.4l-459.2 -10016.3l-460.7 -10016.2l-462.1 -10016.1l-463.6 -10016l-465.1 -10015.8l-466.6 -10015.7l-468.1 -10015.6l-469.5 -10015.5l-471 -10015.3l-472.5 -10015.2l-474 -10015.1l-475.4 -10015l-476.9 -10014.8l-478.4 -10014.7l-479.9 -10014.6l-481.3 -10014.5l-482.8 -10014.3l-484.2 -10014.2l-485.7 -10014.1l-487.2 -10013.9l-488.6 -10013.8l-490.1 -10013.7l-491.6 -10013.5l-493 -10013.4l-494.5 -10013.3l-495.9 -10013.2l-497.4 -10013l-498.8 -10012.9l-500.3 -10012.8l-501.7 -10012.6l-503.2 -10012.5l-504.6 -10012.3l-506.1 -10012.3l-507.5 -10012.1l-509 -10012l-510.4 -10011.8l-511.8 -10011.7l-513.3 -10011.6l-514.7 -10011.5l-516.1 -10011.3l-517.6 -10011.2l-519 -10011.1l-520.4 -10010.9l-521.9 -10010.8l-523.3 -10010.7l-524.7 -10010.5l-526.2 -10010.4l-527.6 -10010.2l-529 -10010.1l-530.4 -10009.9l-531.9 -10009.8l-533.3 -10009.7l-534.7 -10009.6l-536.1 -10009.4l-537.5 -10009.3l-538.9 -10009.2l-540.4 -10009l-541.8 -10008.9l-543.2 -10008.7l-544.6 -10008.6l-546 -10008.5l-547.4 -10008.3l-548.8 -10008.2l-550.2 -10008l-551.6 -10007.9l-553 -10007.8l-554.4 -10007.6l-555.8 -10007.5l-557.2 -10007.4l-558.6 -10007.2l-560 -10007.1l-561.4 -10006.9l-562.8 -10006.8l-564.2 -10006.7l-565.5 -10006.5l-566.9 -10006.4l-568.3 -10006.2l-569.7 -10006.1l-571.1 -10006l-572.4 -10005.8l-573.8 -10005.7l-575.2 -10005.5l-576.6 -10005.4l-578 -10005.2l-579.3 -10005.1l-580.7 -10005l-582.1 -10004.8l-583.4 -10004.7l-584.8 -10004.5l-586.2 -10004.4l-587.5 -10004.2l-588.9 -10004.1l-590.2 -10004l-591.6 -10003.8l-593 -10003.7l-594.3 -10003.5l-595.7 -10003.4l-597 -10003.2l-598.4 -10003.1l-599.7 -10002.9l-601.1 -10002.8l-602.4 -10002.7l-603.8 -10002.5l-605.1 -10002.4l-606.4 -10002.2l-607.8 -10002.1l-609.1 -10001.9l-610.5 -10001.8l-611.8 -10001.6l-613.1 -10001.5l-614.5 -10001.3l-615.8 -10001.2l-617.1 -10001.1l-618.4 -10000.9l-619.8 -10000.8l-621.1 -10000.6l-622.4 -10000.5l-623.7 -10000.3l-625.1 -10000.1l-626.4 -10000l-627.7 -9999.9l-629 -9999.7l-630.3 -9999.5l-631.6 -9999.4l-632.9 -9999.3l-634.3 -9999.1l-635.6 -9999l-636.9 -9998.8l-638.2 -9998.7l-639.5 -9998.5l-640.8 -9998.4l-642.1 -9998.2l-643.4 -9998.1l-644.7 -9997.9l-646 -9997.8l-647.2 -9997.7l-648.5 -9997.5l-649.8 -9997.4l-651.1 -9997.2l-652.4 -9997.1l-653.7 -9996.9l-655 -9996.7l-656.2 -9996.6l-657.5 -9996.5l-658.8 -9996.3l-660.1 -9996.1l-661.3 -9996l-662.6 -9995.9l-663.9 -9995.7l-665.2 -9995.6l-666.4 -9995.4l-667.7 -9995.3l-668.9 -9995.1l-670.2 -9995l-671.5 -9994.8l-672.7 -9994.7l-674 -9994.5l-675.2 -9994.4l-676.5 -9994.2l-677.7 -9994l-679 -9993.9l-680.2 -9993.8l-681.5 -9993.6l-682.7 -9993.4l-684 -9993.3l-685.2 -9993.2l-686.5 -9993l-687.7 -9992.9l-688.9 -9992.7l-690.2 -9992.5l-691.4 -9992.4l-692.6 -9992.2l-693.8 -9992.1l-695.1 -9991.9l-696.3 -9991.8l-697.5 -9991.6l-698.7 -9991.5l-700 -9991.3l-701.2 -9991.2l-702.4 -9991l-703.6 -9990.9l-704.8 -9990.7l-706 -9990.6l-707.2 -9990.4l-708.4 -9990.3l-709.7 -9990.1l-710.9 -9989.9l-712.1 -9989.8l-713.3 -9989.7l-714.5 -9989.5l-715.7 -9989.4l-716.8 -9989.2l-718 -9989.1l-719.2 -9988.9l-720.4 -9988.8l-721.6 -9988.6l-722.8 -9988.5l-724 -9988.3l-725.2 -9988.2l-726.3 -9988l-727.5 -9987.8l-728.7 -9987.7l-729.9 -9987.6l-731 -9987.4l-732.2 -9987.2l-733.4 -9987.1l-734.5 -9987l-735.7 -9986.8l-736.9 -9986.7l-738 -9986.5l-739.2 -9986.4l-740.3 -9986.2l-741.5 -9986.1l-742.7 -9985.9l-743.8 -9985.7l-745 -9985.6l-746.1 -9985.5l-747.3 -9985.3l-748.4 -9985.1l-749.5 -9985l-750.7 -9984.9l-751.8 -9984.7l-753 -9984.6l-754.1 -9984.4l-755.2 -9984.3l-756.4 -9984.1l-757.5 -9984l-758.6 -9983.8l-759.7 -9983.7l-760.9 -9983.5l-762 -9983.4l-763.1 -9983.2l-764.2 -9983l-765.3 -9982.9l-766.4 -9982.8l-767.6 -9982.6l-768.7 -9982.4l-769.8 -9982.3l-770.9 -9982.2l-772 -9982l-773.1 -9981.9l-774.2 -9981.7l-775.3 -9981.6l-776.4 -9981.4l-777.5 -9981.3l-778.6 -9981.1l-779.7 -9980.9l-780.8 -9980.8l-781.8 -9980.7l-782.9 -9980.5l-784 -9980.3l-785.1 -9980.2l-786.2 -9980.1l-787.2 -9979.9l-788.3 -9979.8l-789.4 -9979.6l-790.5 -9979.5l-791.5 -9979.3l-792.6 -9979.2l-793.7 -9979l-794.7 -9978.9l-795.8 -9978.8l-796.8 -9978.6l-797.9 -9978.5l-799 -9978.3l-800 -9978.2l-801.1 -9978l-802.1 -9977.9l-803.2 -9977.7l-804.2 -9977.6l-805.2 -9977.4l-806.3 -9977.3l-807.3 -9977.2l-808.4 -9977l-809.4 -9976.9l-810.4 -9976.7l-811.5 -9976.6l-812.5 -9976.4l-813.5 -9976.3l-814.5 -9976.1l-815.6 -9976l-816.6 -9975.9l-817.6 -9975.7l-818.6 -9975.6l-819.6 -9975.4l-820.6 -9975.3l-821.7 -9975.1l-822.7 -9975l-823.7 -9974.9l-824.7 -9974.7l-825.7 -9974.6l-826.7 -9974.4l-827.7 -9974.3l-828.7 -9974.1l-829.7 -9974l-830.7 -9973.9l-831.6 -9973.7l-832.6 -9973.6l-833.6 -9973.4l-834.6 -9973.3l-835.6 -9973.1l-836.6 -9973l-837.5 -9972.9l-838.5 -9972.7l-839.5 -9972.6l-840.5 -9972.4l-841.4 -9972.3l-842.4 -9972.2l-843.4 -9972l-844.3 -9971.9l-845.3 -9971.8l-846.2 -9971.6l-847.2 -9971.5l-848.2 -9971.3l-849.1 -9971.2l-850.1 -9971.1l-851 -9970.9l-851.9 -9970.8l-852.9 -9970.7l-853.8 -9970.5l-854.8 -9970.4l-855.7 -9970.2l-856.6 -9970.1l-857.6 -9969.9l-858.5 -9969.8l-859.4 -9969.7l-860.4 -9969.6l-861.3 -9969.4l-862.2 -9969.3l-863.1 -9969.2l-864.1 -9969l-865 -9968.9l-865.9 -9968.7l-866.8 -9968.6l-867.7 -9968.5l-868.6 -9968.4l-869.5 -9968.2l-870.4 -9968.1l-871.3 -9968l-872.2 -9967.8l-873.1 -9967.7l-874 -9967.5l-874.9 -9967.4l-875.8 -9967.3l-876.7 -9967.2l-877.6 -9967l-878.5 -9966.9l-879.3 -9966.8l-880.2 -9966.6l-881.1 -9966.5l-882 -9966.4l-882.8 -9966.2l-883.7 -9966.1l-884.6 -9966l-885.4 -9965.9l-886.3 -9965.7l-887.2 -9965.6l-888 -9965.5l-888.9 -9965.3l-889.7 -9965.2l-890.6 -9965.1l-891.5 -9965l-892.3 -9964.8l-893.1 -9964.7l-894 -9964.6l-894.8 -9964.5l-895.7 -9964.3l-896.5 -9964.2l-897.4 -9964.1l-898.2 -9963.9l-899 -9963.8l-899.8 -9963.7l-900.7 -9963.6l-901.5 -9963.4l-902.3 -9963.3l-903.1 -9963.2l-904 -9963.1l-904.8 -9963l-905.6 -9962.8l-906.4 -9962.7l-907.2 -9962.6l-908 -9962.5l-908.8 -9962.3l-909.6 -9962.2l-910.4 -9962.1l-911.2 -9962l-912 -9961.9l-912.8 -9961.7l-913.6 -9961.6l-914.4 -9961.5l-915.2 -9961.4l-916 -9961.3l-916.7 -9961.1l-917.5 -9961.1l-918.3 -9960.9l-919.1 -9960.8l-919.8 -9960.7l-920.6 -9960.6l-921.4 -9960.5l-922.2 -9960.4l-922.9 -9960.2l-923.7 -9960.1l-924.4 -9960l-925.2 -9959.9l-926 -9959.8l-926.7 -9959.6l-927.5 -9959.6l-928.2 -9959.4l-929 -9959.3l-929.7 -9959.2l-930.4 -9959.1l-931.2 -9959l-931.9 -9958.9l-932.7 -9958.8l-933.4 -9958.6l-934.1 -9958.6l-934.8 -9958.4l-935.6 -9958.3l-936.3 -9958.2l-937 -9958.1l-937.7 -9958l-938.5 -9957.9l-939.2 -9957.8l-876.4 -9285.6M673381.9 -7101842.5l-63.2 -669.2l-940.6 -9957.5l-941.3 -9957.5l-942 -9957.4l-942.7 -9957.3l-943.4 -9957.1l-944.1 -9957l-944.8 -9956.9l-945.5 -9956.8l-946.2 -9956.7l-946.9 -9956.6l-947.6 -9956.5l-948.2 -9956.4l-948.9 -9956.3l-949.6 -9956.2l-950.3 -9956.1l-951 -9956l-951.6 -9955.9l-952.3 -9955.8l-953 -9955.7l-953.6 -9955.6l-954.3 -9955.5l-955 -9955.4l-955.6 -9955.3l-956.3 -9955.2l-956.9 -9955.1l-957.6 -9955l-958.2 -9954.9l-958.9 -9954.8l-959.5 -9954.7l-960.2 -9954.6l-960.8 -9954.5l-961.5 -9954.4l-962.1 -9954.3l-962.7 -9954.2l-963.4 -9954.2l-964 -9954.1l-964.6 -9953.9l-965.2 -9953.9l-965.9 -9953.8l-966.5 -9953.7l-967.1 -9953.6l-967.7 -9953.5l-968.3 -9953.4l-968.9 -9953.3l-969.5 -9953.2l-970.1 -9953.1l-970.7 -9953l-971.3 -9953l-971.9 -9952.9l-972.5 -9952.8l-973.1 -9952.7l-973.7 -9952.6l-974.3 -9952.5l-974.9 -9952.4l-975.5 -9952.3l-596 -6078.2"
id="path1378"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1058372.5 -1l-.8 -10036.1l-2.5 -10037.1l-4.2 -10037.1l-5.8 -10037.1l-7.5 -10037.1l-9.1 -10037.1l-10.8 -10037.1l-12.5 -10037.1l-14.1 -10037.1l-15.8 -10037.1l-17.5 -10037.1l-19.1 -10037.1l-20.8 -10037.1l-22.5 -10037.1l-24.1 -10037.1l-25.8 -10037.1l-27.4 -10037l-29.1 -10037.1l-30.8 -10037.1l-32.4 -10037l-34.1 -10037l-35.7 -10037l-37.4 -10037l-39.1 -10037l-40.7 -10037l-42.4 -10036.9l-44.1 -10037l-45.7 -10036.9l-47.4 -10036.9l-49 -10036.9l-50.7 -10036.9l-52.4 -10036.9l-54 -10036.9l-55.7 -10036.9l-57.3 -10036.8l-59 -10036.8l-60.7 -10036.8l-62.3 -10036.8l-64 -10036.7l-65.6 -10036.7l-67.3 -10036.7l-69 -10036.7l-70.6 -10036.7l-72.3 -10036.6l-73.9 -10036.6l-75.6 -10036.6l-77.3 -10036.6l-78.9 -10036.6l-80.6 -10036.5l-82.2 -10036.5l-83.9 -10036.5l-85.5 -10036.5l-87.2 -10036.4l-88.9 -10036.4l-90.5 -10036.4l-92.2 -10036.4l-93.8 -10036.3l-95.5 -10036.3l-97.1 -10036.3l-98.8 -10036.2l-100.5 -10036.2l-102.1 -10036.1l-103.8 -10036.1l-105.4 -10036.1l-107.1 -10036.1l-108.7 -10036.1l-110.4 -10036l-112 -10036l-113.7 -10036l-115.3 -10035.9l-117 -10035.8l-118.6 -10035.8l-120.3 -10035.8l-121.9 -10035.8l-123.6 -10035.7l-125.2 -10035.7l-126.9 -10035.7l-128.5 -10035.6l-130.2 -10035.6l-131.8 -10035.5l-133.5 -10035.5l-135.1 -10035.5l-136.8 -10035.4l-138.4 -10035.4l-140.1 -10035.3l-141.7 -10035.3l-143.4 -10035.2l-145 -10035.2l-146.7 -10035.2l-148.3 -10035.1l-150 -10035.1l-151.6 -10035l-153.3 -10035l-154.9 -10034.9l-156.5 -10034.9l-158.2 -10034.8l-159.8 -10034.8l-161.5 -10034.7l-163.1 -10034.7l-164.7 -10034.6l-166.4 -10034.6l-168 -10034.5l-169.7 -10034.5l-171.3 -10034.4l-172.9 -10034.4l-174.6 -10034.3l-176.2 -10034.3l-177.9 -10034.2l-179.5 -10034.2l-181.1 -10034.1l-182.8 -10034.1l-184.4 -10034l-186 -10034l-187.7 -10033.9l-189.3 -10033.8l-190.9 -10033.8l-192.6 -10033.7l-194.2 -10033.7l-195.8 -10033.6l-197.5 -10033.6l-199.1 -10033.5l-200.7 -10033.4l-202.4 -10033.4l-204 -10033.3l-205.6 -10033.3l-207.3 -10033.2l-208.9 -10033.1l-210.5 -10033.1l-212.1 -10033l-213.8 -10032.9l-215.4 -10032.8l-217 -10032.8l-218.6 -10032.7l-220.3 -10032.7l-221.9 -10032.6l-223.5 -10032.6l-225.1 -10032.5l-226.8 -10032.4l-228.4 -10032.3l-230 -10032.2l-231.6 -10032.2l-233.2 -10032.1l-234.9 -10032.1l-236.5 -10032l-238.1 -10031.9l-239.7 -10031.9l-241.3 -10031.8l-242.9 -10031.7l-244.5 -10031.6l-246.2 -10031.6l-247.8 -10031.5l-249.4 -10031.4l-251 -10031.4l-252.6 -10031.2l-254.2 -10031.2l-255.8 -10031.1l-257.4 -10031.1l-259.1 -10030.9l-260.7 -10030.9l-262.3 -10030.8l-263.9 -10030.7l-265.5 -10030.7l-267.1 -10030.6l-268.7 -10030.5l-270.3 -10030.4l-271.9 -10030.4l-273.5 -10030.2l-275.1 -10030.2l-276.7 -10030.1l-278.3 -10030l-279.9 -10029.9l-281.5 -10029.8l-283.1 -10029.8l-284.7 -10029.7l-286.3 -10029.6l-287.9 -10029.5l-289.5 -10029.4l-291.1 -10029.4l-292.7 -10029.3l-294.3 -10029.2l-295.8 -10029.1l-297.4 -10029l-299 -10028.9l-300.6 -10028.8l-302.2 -10028.8l-303.8 -10028.6l-305.4 -10028.6l-307 -10028.5l-308.6 -10028.4l-310.1 -10028.3l-311.7 -10028.2l-313.3 -10028.1l-314.9 -10028l-316.5 -10027.9l-318 -10027.8l-319.6 -10027.8l-321.2 -10027.7l-322.8 -10027.6l-324.4 -10027.5l-325.9 -10027.4l-327.5 -10027.3l-329.1 -10027.2l-330.7 -10027.1l-332.2 -10027l-333.8 -10026.9l-335.4 -10026.8l-336.9 -10026.7l-338.5 -10026.6l-340.1 -10026.5l-341.7 -10026.4l-343.2 -10026.3l-344.8 -10026.2l-346.3 -10026.1l-347.9 -10026l-349.5 -10025.9l-351 -10025.8l-352.6 -10025.7l-354.2 -10025.6l-355.7 -10025.5l-357.3 -10025.4l-358.8 -10025.3l-360.4 -10025.2l-361.9 -10025.1l-363.5 -10025l-365 -10024.9l-366.6 -10024.8l-368.2 -10024.7l-369.7 -10024.6l-371.3 -10024.5l-372.8 -10024.4l-374.3 -10024.3l-375.9 -10024.2l-377.4 -10024.1l-379 -10024l-380.5 -10023.9l-382.1 -10023.7l-383.6 -10023.6l-385.2 -10023.5l-386.7 -10023.4l-388.2 -10023.3l-389.8 -10023.2l-391.3 -10023.1l-392.8 -10023l-394.4 -10022.9l-395.9 -10022.7l-397.4 -10022.7l-399 -10022.5l-400.5 -10022.4l-402 -10022.3l-403.6 -10022.2l-405.1 -10022.1l-406.6 -10022l-408.1 -10021.9l-409.7 -10021.7l-411.2 -10021.6l-412.7 -10021.5l-414.2 -10021.4l-415.7 -10021.3l-417.3 -10021.2l-418.8 -10021.1l-420.3 -10021l-421.8 -10020.8l-423.3 -10020.7l-424.8 -10020.6l-426.3 -10020.5l-427.9 -10020.4l-429.4 -10020.2l-430.9 -10020.1l-432.4 -10020l-433.9 -10019.9l-435.4 -10019.8l-436.9 -10019.6l-438.4 -10019.5l-439.9 -10019.4l-441.4 -10019.3l-442.9 -10019.2l-444.4 -10019l-445.9 -10018.9l-447.4 -10018.8l-448.9 -10018.7l-450.4 -10018.5l-451.9 -10018.4l-453.4 -10018.3l-454.8 -10018.2l-456.3 -10018.1l-457.8 -10017.9l-459.3 -10017.8l-460.8 -10017.7l-462.3 -10017.6l-463.8 -10017.4l-465.2 -10017.3l-466.7 -10017.2l-468.2 -10017.1l-469.7 -10016.9l-471.1 -10016.8l-472.6 -10016.7l-474.1 -10016.6l-475.6 -10016.4l-477 -10016.3l-478.5 -10016.1l-480 -10016.1l-481.4 -10015.9l-482.9 -10015.8l-484.4 -10015.6l-485.8 -10015.5l-487.3 -10015.4l-488.8 -10015.3l-490.2 -10015.1l-491.7 -10015l-493.1 -10014.9l-494.6 -10014.8l-496.1 -10014.6l-497.5 -10014.5l-499 -10014.4l-500.4 -10014.2l-501.9 -10014.1l-503.3 -10014l-504.8 -10013.8l-506.2 -10013.7l-507.6 -10013.6l-509.1 -10013.4l-510.5 -10013.3l-512 -10013.2l-513.4 -10013l-514.8 -10012.9l-516.3 -10012.8l-517.7 -10012.6l-519.2 -10012.5l-520.6 -10012.4l-522 -10012.2l-523.4 -10012.1l-524.9 -10011.9l-526.3 -10011.8l-527.7 -10011.7l-529.1 -10011.5l-530.6 -10011.4l-532 -10011.3l-533.4 -10011.1l-534.8 -10011l-536.2 -10010.8l-537.7 -10010.7l-539.1 -10010.6l-540.5 -10010.4l-541.9 -10010.3l-543.3 -10010.1l-544.7 -10010l-546.1 -10009.9l-547.5 -10009.7l-548.9 -10009.6l-550.3 -10009.4l-551.7 -10009.3l-553.1 -10009.2l-554.5 -10009l-555.9 -10008.9l-557.3 -10008.8l-558.7 -10008.6l-560.1 -10008.5l-561.5 -10008.3l-562.9 -10008.2l-564.3 -10008l-565.7 -10007.9l-567.1 -10007.8l-568.4 -10007.6l-569.8 -10007.4l-571.2 -10007.3l-572.6 -10007.2l-574 -10007l-575.3 -10006.9l-576.7 -10006.8l-578.1 -10006.6l-579.5 -10006.5l-580.8 -10006.3l-582.2 -10006.2l-583.6 -10006l-584.9 -10005.9l-586.3 -10005.8l-587.7 -10005.6l-589 -10005.5l-590.4 -10005.3l-591.8 -10005.2l-593.1 -10005l-594.5 -10004.8l-595.8 -10004.7l-597.2 -10004.6l-598.5 -10004.4l-599.9 -10004.3l-601.2 -10004.1l-602.6 -10004l-603.9 -10003.9l-605.3 -10003.7l-606.6 -10003.5l-607.9 -10003.4l-609.3 -10003.3l-610.6 -10003.1l-611.9 -10003l-613.3 -10002.8l-614.6 -10002.7l-615.9 -10002.5l-617.3 -10002.4l-618.6 -10002.2l-619.9 -10002.1l-621.2 -10001.9l-622.6 -10001.8l-623.9 -10001.6l-625.2 -10001.5l-626.5 -10001.3l-627.8 -10001.2l-629.2 -10001l-630.5 -10000.9l-631.8 -10000.7l-633.1 -10000.6l-634.4 -10000.4l-635.7 -10000.3l-637 -10000.1l-638.3 -10000l-639.6 -9999.8l-640.9 -9999.7l-642.2 -9999.5l-643.5 -9999.4l-644.8 -9999.2l-646.1 -9999.1l-647.4 -9998.9l-648.7 -9998.8l-650 -9998.6l-651.3 -9998.5l-652.5 -9998.3l-653.8 -9998.2l-655.1 -9998l-656.4 -9997.9l-657.7 -9997.7l-658.9 -9997.6l-660.2 -9997.4l-661.5 -9997.3l-662.8 -9997.1l-664 -9997l-665.3 -9996.8l-666.6 -9996.6l-667.8 -9996.5l-669.1 -9996.4l-670.4 -9996.2l-671.6 -9996l-672.9 -9995.9l-674.1 -9995.8l-675.4 -9995.6l-676.6 -9995.5l-677.9 -9995.3l-679.1 -9995.2l-680.4 -9995l-681.6 -9994.8l-682.9 -9994.7l-684.1 -9994.5l-685.4 -9994.4l-686.6 -9994.2l-687.8 -9994.1l-689.1 -9993.9l-690.3 -9993.8l-691.5 -9993.6l-692.8 -9993.5l-694 -9993.3l-695.2 -9993.2l-696.4 -9993l-697.7 -9992.9l-698.9 -9992.7l-700.1 -9992.5l-701.3 -9992.4l-702.5 -9992.3l-703.8 -9992.1l-705 -9991.9l-706.2 -9991.8l-707.4 -9991.6l-708.6 -9991.5l-709.8 -9991.3l-711 -9991.2l-712.2 -9991l-713.4 -9990.9l-714.6 -9990.7l-715.8 -9990.6l-717 -9990.4l-718.2 -9990.3l-719.4 -9990.1l-720.6 -9990l-721.8 -9989.8l-722.9 -9989.7l-724.1 -9989.5l-725.3 -9989.3l-726.5 -9989.2l-727.7 -9989l-728.8 -9988.9l-730 -9988.7l-731.2 -9988.6l-732.4 -9988.4l-733.5 -9988.3l-734.7 -9988.1l-735.9 -9988l-737 -9987.8l-738.2 -9987.6l-739.3 -9987.5l-740.5 -9987.4l-741.7 -9987.2l-742.8 -9987.1l-744 -9986.9l-745.1 -9986.8l-746.3 -9986.6l-747.4 -9986.5l-748.5 -9986.3l-749.7 -9986.1l-750.8 -9986l-752 -9985.8l-753.1 -9985.7l-754.2 -9985.5l-755.4 -9985.4l-756.5 -9985.2l-757.6 -9985.1l-758.8 -9984.9l-759.9 -9984.8l-761 -9984.6l-762.1 -9984.5l-763.3 -9984.3l-764.4 -9984.1l-765.5 -9984l-766.6 -9983.9l-767.7 -9983.7l-768.8 -9983.5l-769.9 -9983.4l-771 -9983.3l-772.1 -9983.1l-773.2 -9983l-774.3 -9982.8l-775.4 -9982.7l-776.5 -9982.5l-777.6 -9982.4l-778.7 -9982.2l-779.8 -9982l-780.9 -9981.9l-782 -9981.8l-783.1 -9981.6l-784.2 -9981.4l-785.2 -9981.3l-786.3 -9981.2l-787.4 -9981l-788.5 -9980.9l-789.5 -9980.7l-790.6 -9980.6l-791.7 -9980.4l-792.7 -9980.3l-793.8 -9980.1l-794.9 -9980l-795.9 -9979.8l-797 -9979.7l-798 -9979.5l-799.1 -9979.3l-800.2 -9979.2l-801.2 -9979.1l-802.3 -9978.9l-803.3 -9978.8l-804.3 -9978.6l-805.4 -9978.5l-806.4 -9978.3l-807.5 -9978.2l-808.5 -9978l-809.5 -9977.9l-810.6 -9977.8l-811.6 -9977.6l-812.6 -9977.4l-813.7 -9977.3l-814.7 -9977.2l-815.7 -9977l-816.7 -9976.9l-817.7 -9976.7l-818.8 -9976.6l-819.8 -9976.4l-820.8 -9976.3l-821.8 -9976.1l-822.8 -9976l-823.8 -9975.9l-824.8 -9975.7l-825.8 -9975.6l-826.8 -9975.4l-827.8 -9975.3l-828.8 -9975.1l-829.8 -9975l-830.8 -9974.8l-831.8 -9974.7l-832.8 -9974.6l-833.8 -9974.4l-834.7 -9974.3l-835.7 -9974.1l-836.7 -9974l-837.7 -9973.8l-838.7 -9973.7l-839.6 -9973.6l-840.6 -9973.4l-841.6 -9973.3l-842.5 -9973.1l-843.5 -9973l-844.5 -9972.8l-845.4 -9972.7l-846.4 -9972.6l-847.3 -9972.4l-848.3 -9972.3l-849.2 -9972.1l-850.2 -9972l-851.1 -9971.9l-852.1 -9971.7l-853 -9971.6l-854 -9971.4l-854.9 -9971.3l-855.8 -9971.2l-856.8 -9971l-857.7 -9970.9l-858.6 -9970.8l-859.6 -9970.6l-860.5 -9970.5l-861.4 -9970.3l-862.3 -9970.2l-863.3 -9970.1l-864.2 -9969.9l-865.1 -9969.8l-866 -9969.6l-866.9 -9969.5l-867.8 -9969.4l-868.7 -9969.3l-869.7 -9969.1l-870.6 -9969l-871.5 -9968.9l-872.4 -9968.7l-873.3 -9968.6l-874.1 -9968.4l-875 -9968.3l-875.9 -9968.2l-876.8 -9968l-877.7 -9967.9l-878.6 -9967.7l-879.5 -9967.6l-880.3 -9967.5l-881.2 -9967.4l-882.1 -9967.3l-883 -9967.1l-883.8 -9967l-884.7 -9966.9l-885.6 -9966.7l-886.4 -9966.6l-887.3 -9966.5l-888.2 -9966.3l-889 -9966.2l-889.9 -9966.1l-890.7 -9965.9l-891.6 -9965.8l-892.4 -9965.7l-893.3 -9965.6l-894.1 -9965.4l-895 -9965.3l-895.8 -9965.2l-896.6 -9965l-897.5 -9964.9l-898.3 -9964.8l-899.1 -9964.7l-900 -9964.5l-900.8 -9964.4l-901.6 -9964.3l-902.4 -9964.2l-903.3 -9964l-904.1 -9963.9l-904.9 -9963.8l-905.7 -9963.6l-906.5 -9963.5l-907.3 -9963.4l-908.1 -9963.3l-908.9 -9963.1l-909.7 -9963l-910.5 -9962.9l-911.3 -9962.8l-912.1 -9962.7l-912.9 -9962.5l-913.7 -9962.4l-914.5 -9962.3l-915.3 -9962.2l-916.1 -9962.1l-916.9 -9961.9l-917.6 -9961.8l-918.4 -9961.7l-919.2 -9961.6l-920 -9961.4l-920.7 -9961.4l-921.5 -9961.2l-922.3 -9961.1l-923 -9961l-923.8 -9960.9l-924.6 -9960.8l-925.3 -9960.7l-926.1 -9960.5l-926.8 -9960.4l-927.6 -9960.3l-928.3 -9960.2l-929.1 -9960.1l-929.8 -9960l-930.6 -9959.8l-931.3 -9959.7l-932 -9959.6l-932.8 -9959.5l-933.5 -9959.4l-934.2 -9959.3l-935 -9959.2l-935.7 -9959.1l-936.4 -9958.9l-937.1 -9958.8l-937.8 -9958.7l-938.6 -9958.6l-939.3 -9958.5l-841.9 -8919.1M683374.6 -7102415.3l-97.9 -1036.7l-940.7 -9958.3l-941.4 -9958.2l-942.1 -9958.1l-942.8 -9958l-943.5 -9957.8l-944.2 -9957.7l-944.9 -9957.6l-945.6 -9957.5l-946.3 -9957.4l-947 -9957.3l-947.7 -9957.2l-948.4 -9957.1l-949 -9957l-949.7 -9956.9l-950.4 -9956.8l-951.1 -9956.7l-951.7 -9956.6l-952.4 -9956.5l-953.1 -9956.3l-953.7 -9956.3l-954.4 -9956.2l-955.1 -9956.1l-955.7 -9955.9l-956.4 -9955.9l-957 -9955.8l-957.7 -9955.7l-958.3 -9955.6l-959 -9955.4l-959.6 -9955.4l-960.3 -9955.3l-960.9 -9955.2l-961.6 -9955.1l-962.2 -9954.9l-962.8 -9954.9l-963.4 -9954.8l-964.1 -9954.7l-964.7 -9954.6l-965.3 -9954.5l-965.9 -9954.4l-966.6 -9954.3l-967.2 -9954.2l-967.8 -9954.1l-968.4 -9954l-969 -9953.9l-969.6 -9953.8l-970.2 -9953.7l-970.8 -9953.7l-971.4 -9953.6l-972 -9953.5l-972.6 -9953.4l-973.2 -9953.3l-973.8 -9953.2l-974.4 -9953.1l-975 -9953l-975.6 -9952.9l-976.2 -9952.8l-976.7 -9952.8l-977.3 -9952.7l-977.9 -9952.6l-978.5 -9952.5l-979 -9952.4l-979.6 -9952.3l-980.2 -9952.2l-980.7 -9952.1l-981.3 -9952.1l-981.8 -9952l-982.4 -9951.9l-982.9 -9951.8l-983.5 -9951.7l-984 -9951.6l-984.6 -9951.6l-985.1 -9951.5l-985.7 -9951.4l-986.2 -9951.3l-986.8 -9951.2l-918.3 -9256.2"
id="path1379"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1068410.5 -1l-.8 -10037.8l-2.5 -10038.8l-4.2 -10038.8l-5.8 -10038.8l-7.5 -10038.8l-9.1 -10038.8l-10.8 -10038.8l-12.5 -10038.8l-14.1 -10038.8l-15.8 -10038.8l-17.5 -10038.8l-19.1 -10038.7l-20.8 -10038.8l-22.5 -10038.8l-24.1 -10038.7l-25.8 -10038.7l-27.4 -10038.7l-29.1 -10038.7l-30.8 -10038.7l-32.4 -10038.7l-34.1 -10038.7l-35.8 -10038.7l-37.4 -10038.7l-39.1 -10038.7l-40.7 -10038.6l-42.4 -10038.6l-44.1 -10038.6l-45.7 -10038.6l-47.4 -10038.6l-49.1 -10038.5l-50.7 -10038.6l-52.4 -10038.5l-54 -10038.5l-55.7 -10038.5l-57.4 -10038.5l-59 -10038.5l-60.7 -10038.5l-62.3 -10038.4l-64 -10038.4l-65.7 -10038.4l-67.3 -10038.4l-69 -10038.4l-70.6 -10038.3l-72.3 -10038.3l-74 -10038.3l-75.6 -10038.3l-77.3 -10038.2l-78.9 -10038.2l-80.6 -10038.2l-82.3 -10038.2l-83.9 -10038.1l-85.6 -10038.1l-87.2 -10038.1l-88.9 -10038.1l-90.5 -10038l-92.2 -10038l-93.9 -10038l-95.5 -10037.9l-97.2 -10037.9l-98.8 -10037.9l-100.5 -10037.9l-102.1 -10037.8l-103.8 -10037.8l-105.4 -10037.8l-107.1 -10037.7l-108.8 -10037.7l-110.4 -10037.6l-112.1 -10037.6l-113.7 -10037.6l-115.4 -10037.6l-117 -10037.5l-118.7 -10037.5l-120.3 -10037.5l-122 -10037.4l-123.6 -10037.4l-125.3 -10037.3l-126.9 -10037.3l-128.6 -10037.3l-130.2 -10037.2l-131.9 -10037.2l-133.5 -10037.1l-135.2 -10037.1l-136.8 -10037.1l-138.5 -10037l-140.1 -10037l-141.8 -10036.9l-143.4 -10036.9l-145.1 -10036.9l-146.7 -10036.8l-148.4 -10036.7l-150 -10036.7l-151.7 -10036.7l-153.3 -10036.6l-154.9 -10036.5l-156.6 -10036.5l-158.2 -10036.5l-159.9 -10036.4l-161.5 -10036.4l-163.2 -10036.3l-164.8 -10036.3l-166.4 -10036.2l-168.1 -10036.2l-169.7 -10036.1l-171.4 -10036.1l-173 -10036l-174.6 -10036l-176.3 -10035.9l-177.9 -10035.8l-179.6 -10035.8l-181.2 -10035.8l-182.8 -10035.7l-184.5 -10035.6l-186.1 -10035.6l-187.7 -10035.5l-189.4 -10035.5l-191 -10035.4l-192.6 -10035.3l-194.3 -10035.3l-195.9 -10035.2l-197.5 -10035.2l-199.2 -10035.1l-200.8 -10035l-202.4 -10035l-204.1 -10034.9l-205.7 -10034.9l-207.3 -10034.8l-208.9 -10034.8l-210.6 -10034.7l-212.2 -10034.6l-213.8 -10034.6l-215.5 -10034.5l-217.1 -10034.4l-218.7 -10034.4l-220.3 -10034.3l-222 -10034.2l-223.6 -10034.2l-225.2 -10034.1l-226.8 -10034l-228.4 -10034l-230.1 -10033.9l-231.7 -10033.8l-233.3 -10033.8l-234.9 -10033.7l-236.5 -10033.6l-238.2 -10033.6l-239.8 -10033.5l-241.4 -10033.4l-243 -10033.3l-244.6 -10033.2l-246.2 -10033.2l-247.9 -10033.1l-249.5 -10033l-251.1 -10033l-252.7 -10032.9l-254.3 -10032.8l-255.9 -10032.7l-257.5 -10032.7l-259.1 -10032.6l-260.7 -10032.5l-262.3 -10032.4l-264 -10032.4l-265.6 -10032.3l-267.2 -10032.2l-268.8 -10032.1l-270.4 -10032l-272 -10032l-273.6 -10031.8l-275.2 -10031.8l-276.8 -10031.7l-278.4 -10031.6l-280 -10031.5l-281.6 -10031.4l-283.2 -10031.4l-284.8 -10031.3l-286.4 -10031.2l-288 -10031.1l-289.6 -10031l-291.2 -10031l-292.8 -10030.9l-294.3 -10030.8l-295.9 -10030.7l-297.5 -10030.6l-299.1 -10030.5l-300.7 -10030.4l-302.3 -10030.3l-303.9 -10030.2l-305.5 -10030.2l-307.1 -10030.1l-308.6 -10030l-310.2 -10029.9l-311.8 -10029.8l-313.4 -10029.7l-315 -10029.6l-316.6 -10029.5l-318.1 -10029.4l-319.7 -10029.3l-321.3 -10029.3l-322.9 -10029.2l-324.5 -10029l-326 -10029l-327.6 -10028.9l-329.2 -10028.8l-330.8 -10028.7l-332.3 -10028.6l-333.9 -10028.5l-335.5 -10028.4l-337 -10028.3l-338.6 -10028.2l-340.2 -10028.1l-341.7 -10028l-343.3 -10027.9l-344.9 -10027.8l-346.4 -10027.7l-348 -10027.6l-349.6 -10027.5l-351.1 -10027.4l-352.7 -10027.3l-354.3 -10027.2l-355.8 -10027.1l-357.4 -10027l-358.9 -10026.9l-360.5 -10026.8l-362 -10026.7l-363.6 -10026.6l-365.2 -10026.5l-366.7 -10026.4l-368.3 -10026.2l-369.8 -10026.2l-371.4 -10026l-372.9 -10025.9l-374.5 -10025.8l-376 -10025.7l-377.5 -10025.6l-379.1 -10025.5l-380.6 -10025.4l-382.2 -10025.3l-383.7 -10025.2l-385.3 -10025.1l-386.8 -10025l-388.3 -10024.8l-389.9 -10024.7l-391.4 -10024.6l-392.9 -10024.5l-394.5 -10024.4l-396 -10024.3l-397.5 -10024.2l-399.1 -10024.1l-400.6 -10024l-402.1 -10023.8l-403.7 -10023.7l-405.2 -10023.6l-406.7 -10023.5l-408.2 -10023.4l-409.8 -10023.2l-411.3 -10023.2l-412.8 -10023.1l-414.3 -10022.9l-415.9 -10022.8l-417.4 -10022.7l-418.9 -10022.6l-420.4 -10022.5l-421.9 -10022.4l-423.4 -10022.2l-424.9 -10022.1l-426.5 -10022l-428 -10021.9l-429.5 -10021.8l-431 -10021.6l-432.5 -10021.5l-434 -10021.4l-435.5 -10021.3l-437 -10021.1l-438.5 -10021l-440 -10020.9l-441.5 -10020.8l-443 -10020.7l-444.5 -10020.5l-446 -10020.4l-447.5 -10020.3l-449 -10020.2l-450.5 -10020l-452 -10019.9l-453.5 -10019.8l-455 -10019.7l-456.5 -10019.6l-457.9 -10019.4l-459.4 -10019.3l-460.9 -10019.2l-462.4 -10019.1l-463.9 -10018.9l-465.4 -10018.8l-466.8 -10018.7l-468.3 -10018.5l-469.8 -10018.4l-471.3 -10018.3l-472.8 -10018.2l-474.2 -10018l-475.7 -10017.9l-477.2 -10017.8l-478.6 -10017.6l-480.1 -10017.5l-481.6 -10017.4l-483 -10017.3l-484.5 -10017.1l-486 -10017l-487.4 -10016.9l-488.9 -10016.7l-490.4 -10016.6l-491.8 -10016.4l-493.3 -10016.3l-494.7 -10016.2l-496.2 -10016.1l-497.6 -10015.9l-499.1 -10015.8l-500.5 -10015.7l-502 -10015.5l-503.4 -10015.4l-504.9 -10015.2l-506.3 -10015.1l-507.8 -10015l-509.2 -10014.9l-510.7 -10014.7l-512.1 -10014.6l-513.5 -10014.5l-515 -10014.3l-516.4 -10014.2l-517.9 -10014l-519.3 -10013.9l-520.7 -10013.8l-522.1 -10013.6l-523.6 -10013.5l-525 -10013.3l-526.4 -10013.2l-527.9 -10013.1l-529.3 -10013l-530.7 -10012.8l-532.1 -10012.7l-533.5 -10012.5l-535 -10012.4l-536.4 -10012.3l-537.8 -10012.1l-539.2 -10012l-540.6 -10011.8l-542 -10011.7l-543.4 -10011.5l-544.9 -10011.4l-546.3 -10011.3l-547.7 -10011.1l-549.1 -10011l-550.5 -10010.8l-551.9 -10010.7l-553.3 -10010.6l-554.7 -10010.4l-556.1 -10010.3l-557.5 -10010.1l-558.9 -10010l-560.3 -10009.9l-561.7 -10009.7l-563 -10009.5l-564.4 -10009.4l-565.8 -10009.3l-567.2 -10009.1l-568.6 -10009l-570 -10008.8l-571.4 -10008.7l-572.7 -10008.6l-574.1 -10008.4l-575.5 -10008.2l-576.9 -10008.1l-578.2 -10008l-579.6 -10007.8l-581 -10007.7l-582.4 -10007.5l-583.7 -10007.4l-585.1 -10007.3l-586.5 -10007.1l-587.8 -10006.9l-589.2 -10006.8l-590.5 -10006.7l-591.9 -10006.5l-593.3 -10006.4l-594.6 -10006.2l-596 -10006.1l-597.3 -10005.9l-598.7 -10005.8l-600 -10005.6l-601.4 -10005.5l-602.7 -10005.3l-604.1 -10005.2l-605.4 -10005l-606.7 -10004.9l-608.1 -10004.8l-609.4 -10004.6l-610.8 -10004.5l-612.1 -10004.3l-613.4 -10004.1l-614.8 -10004l-616.1 -10003.9l-617.4 -10003.7l-618.7 -10003.5l-620.1 -10003.4l-621.4 -10003.3l-622.7 -10003.1l-624 -10003l-625.4 -10002.8l-626.7 -10002.7l-628 -10002.5l-629.3 -10002.4l-630.6 -10002.2l-631.9 -10002.1l-633.2 -10001.9l-634.6 -10001.8l-635.9 -10001.6l-637.2 -10001.4l-638.5 -10001.3l-639.8 -10001.1l-641.1 -10001l-642.4 -10000.8l-643.7 -10000.7l-645 -10000.5l-646.3 -10000.4l-647.5 -10000.2l-648.8 -10000l-650.1 -9999.9l-651.4 -9999.8l-652.7 -9999.6l-654 -9999.5l-655.3 -9999.3l-656.5 -9999.2l-657.8 -9999l-659.1 -9998.9l-660.4 -9998.7l-661.6 -9998.6l-662.9 -9998.4l-664.2 -9998.2l-665.5 -9998.1l-666.7 -9997.9l-668 -9997.8l-669.3 -9997.6l-670.5 -9997.5l-671.8 -9997.3l-673 -9997.2l-674.3 -9997l-675.5 -9996.9l-676.8 -9996.7l-678 -9996.5l-679.3 -9996.4l-680.5 -9996.2l-681.8 -9996.1l-683 -9995.9l-684.3 -9995.8l-685.5 -9995.6l-686.8 -9995.5l-688 -9995.3l-689.2 -9995.1l-690.5 -9995l-691.7 -9994.9l-692.9 -9994.7l-694.1 -9994.5l-695.4 -9994.4l-696.6 -9994.2l-697.8 -9994.1l-699 -9993.9l-700.3 -9993.7l-701.5 -9993.6l-702.7 -9993.5l-703.9 -9993.3l-705.1 -9993.2l-706.3 -9993l-707.5 -9992.9l-708.8 -9992.7l-710 -9992.5l-711.2 -9992.4l-712.4 -9992.2l-713.6 -9992.1l-714.8 -9991.9l-716 -9991.8l-717.2 -9991.6l-718.3 -9991.5l-719.5 -9991.3l-720.7 -9991.1l-721.9 -9991l-723.1 -9990.8l-724.3 -9990.7l-725.5 -9990.5l-726.6 -9990.4l-727.8 -9990.2l-729 -9990.1l-730.2 -9989.9l-731.3 -9989.8l-732.5 -9989.6l-733.7 -9989.4l-734.8 -9989.3l-736 -9989.1l-737.2 -9989l-738.3 -9988.8l-739.5 -9988.7l-740.7 -9988.5l-741.8 -9988.4l-743 -9988.2l-744.1 -9988l-745.3 -9987.9l-746.4 -9987.7l-747.6 -9987.6l-748.7 -9987.4l-749.8 -9987.3l-751 -9987.1l-752.1 -9987l-753.3 -9986.8l-754.4 -9986.6l-755.5 -9986.5l-756.7 -9986.4l-757.8 -9986.2l-758.9 -9986l-760 -9985.9l-761.2 -9985.7l-762.3 -9985.6l-763.4 -9985.4l-764.5 -9985.3l-765.6 -9985.1l-766.8 -9985l-767.9 -9984.8l-769 -9984.6l-770.1 -9984.5l-771.2 -9984.4l-772.3 -9984.2l-773.4 -9984.1l-774.5 -9983.9l-775.6 -9983.8l-776.7 -9983.6l-777.8 -9983.5l-778.9 -9983.3l-780 -9983.1l-781.1 -9983l-782.1 -9982.8l-783.2 -9982.7l-784.3 -9982.5l-785.4 -9982.4l-786.5 -9982.2l-787.5 -9982.1l-788.6 -9981.9l-789.7 -9981.8l-790.8 -9981.6l-791.8 -9981.5l-792.9 -9981.3l-794 -9981.1l-795 -9981l-796.1 -9980.9l-797.1 -9980.7l-798.2 -9980.6l-799.2 -9980.4l-800.3 -9980.3l-801.4 -9980.1l-802.4 -9980l-803.4 -9979.8l-804.5 -9979.7l-805.5 -9979.5l-806.6 -9979.4l-807.6 -9979.2l-808.6 -9979.1l-809.7 -9978.9l-810.7 -9978.8l-811.7 -9978.6l-812.8 -9978.5l-813.8 -9978.3l-814.8 -9978.2l-815.9 -9978l-816.9 -9977.9l-817.9 -9977.7l-818.9 -9977.6l-819.9 -9977.5l-820.9 -9977.3l-821.9 -9977.2l-822.9 -9977l-824 -9976.9l-825 -9976.7l-826 -9976.6l-827 -9976.4l-828 -9976.3l-829 -9976.1l-829.9 -9976l-830.9 -9975.8l-831.9 -9975.7l-832.9 -9975.5l-833.9 -9975.4l-834.9 -9975.3l-835.9 -9975.1l-836.8 -9975l-837.8 -9974.8l-838.8 -9974.7l-839.8 -9974.5l-840.7 -9974.4l-841.7 -9974.2l-842.7 -9974.1l-843.6 -9974l-844.6 -9973.8l-845.6 -9973.7l-846.5 -9973.5l-847.5 -9973.4l-848.4 -9973.2l-849.4 -9973.1l-850.3 -9973l-851.3 -9972.8l-852.2 -9972.7l-853.2 -9972.5l-854.1 -9972.4l-855.1 -9972.3l-856 -9972.1l-856.9 -9972l-857.9 -9971.8l-858.8 -9971.7l-859.7 -9971.6l-860.6 -9971.4l-861.6 -9971.3l-862.5 -9971.1l-863.4 -9971l-864.3 -9970.9l-865.2 -9970.7l-866.2 -9970.5l-867.1 -9970.4l-868 -9970.3l-868.9 -9970.2l-869.8 -9970l-870.7 -9969.9l-871.6 -9969.8l-872.5 -9969.6l-873.4 -9969.5l-874.3 -9969.3l-875.2 -9969.2l-876.1 -9969.1l-877 -9968.9l-877.8 -9968.8l-878.7 -9968.6l-879.6 -9968.5l-880.5 -9968.4l-881.4 -9968.3l-882.2 -9968.1l-883.1 -9968l-884 -9967.9l-884.8 -9967.7l-885.7 -9967.6l-886.6 -9967.4l-887.4 -9967.3l-888.3 -9967.2l-889.2 -9967.1l-890 -9966.9l-890.9 -9966.8l-891.7 -9966.7l-892.6 -9966.5l-893.4 -9966.4l-894.2 -9966.2l-895.1 -9966.1l-895.9 -9966l-896.8 -9965.9l-897.6 -9965.8l-898.4 -9965.6l-899.3 -9965.5l-900.1 -9965.4l-900.9 -9965.2l-901.7 -9965.1l-902.6 -9965l-903.4 -9964.9l-904.2 -9964.7l-905 -9964.6l-905.8 -9964.4l-906.6 -9964.4l-907.5 -9964.2l-908.3 -9964.1l-909.1 -9963.9l-909.9 -9963.8l-910.7 -9963.7l-911.5 -9963.6l-912.3 -9963.5l-913.1 -9963.3l-913.8 -9963.2l-914.6 -9963.1l-915.4 -9963l-916.2 -9962.9l-917 -9962.7l-917.8 -9962.6l-918.5 -9962.5l-919.3 -9962.4l-920.1 -9962.2l-920.9 -9962.1l-921.6 -9962l-922.4 -9961.9l-923.2 -9961.8l-923.9 -9961.6l-924.7 -9961.5l-925.4 -9961.4l-926.2 -9961.3l-926.9 -9961.1l-927.7 -9961.1l-928.4 -9960.9l-929.2 -9960.8l-929.9 -9960.7l-930.7 -9960.6l-931.4 -9960.5l-932.1 -9960.4l-932.9 -9960.2l-933.6 -9960.1l-934.3 -9960l-935.1 -9959.9l-935.8 -9959.8l-936.5 -9959.7l-937.2 -9959.5l-938 -9959.4l-938.7 -9959.3l-939.4 -9959.2l-810.3 -8584.5M693364.9 -7103020.1l-129.6 -1372.3l-940.8 -9959l-941.5 -9958.9l-942.2 -9958.8l-942.9 -9958.7l-943.6 -9958.5l-944.3 -9958.4l-945 -9958.3l-945.7 -9958.2l-946.4 -9958.1l-947.1 -9958l-947.8 -9957.9l-948.5 -9957.8l-949.1 -9957.7l-949.8 -9957.5l-950.5 -9957.5l-951.2 -9957.4l-951.8 -9957.3l-952.5 -9957.1l-953.2 -9957l-953.8 -9956.9l-954.5 -9956.8l-955.2 -9956.7l-955.8 -9956.6l-956.5 -9956.5l-957.1 -9956.4l-957.8 -9956.3l-958.4 -9956.2l-959.1 -9956.1l-959.7 -9956l-960.4 -9955.9l-961 -9955.8l-961.6 -9955.7l-962.3 -9955.6l-962.9 -9955.5l-963.5 -9955.4l-964.2 -9955.3l-964.8 -9955.2l-965.4 -9955.1l-966 -9955l-966.7 -9954.9l-967.3 -9954.8l-967.9 -9954.7l-968.5 -9954.6l-969.1 -9954.5l-969.7 -9954.4l-970.3 -9954.3l-970.9 -9954.3l-971.5 -9954.2l-972.1 -9954.1l-972.7 -9954l-973.3 -9953.8l-973.9 -9953.8l-974.5 -9953.7l-975.1 -9953.6l-975.7 -9953.5l-976.2 -9953.4l-976.8 -9953.3l-977.4 -9953.2l-978 -9953.2l-978.5 -9953l-979.1 -9953l-979.7 -9952.9l-980.2 -9952.8l-980.8 -9952.7l-981.4 -9952.6l-981.9 -9952.5l-982.5 -9952.5l-983 -9952.4l-983.6 -9952.2l-984.1 -9952.2l-984.7 -9952.1l-985.2 -9952l-985.8 -9951.9l-986.3 -9951.8l-986.8 -9951.8l-987.4 -9951.7l-987.9 -9951.6l-988.4 -9951.5l-989 -9951.5l-989.5 -9951.4l-990 -9951.3l-990.5 -9951.2l-991 -9951.1l-991.5 -9951.1l-992.1 -9951l-992.6 -9950.9l-993.1 -9950.8l-993.6 -9950.7l-994.1 -9950.7l-133.8 -1339.4"
id="path1380"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1078450.1 -1l-.8 -10039.4l-2.5 -10040.5l-4.2 -10040.4l-5.8 -10040.5l-7.5 -10040.5l-9.2 -10040.5l-10.8 -10040.4l-12.5 -10040.5l-14.1 -10040.4l-15.8 -10040.4l-17.5 -10040.4l-19.1 -10040.4l-20.8 -10040.4l-22.5 -10040.4l-24.1 -10040.4l-25.8 -10040.4l-27.5 -10040.4l-29.1 -10040.4l-30.8 -10040.4l-32.4 -10040.4l-34.1 -10040.3l-35.8 -10040.3l-37.4 -10040.3l-39.1 -10040.3l-40.8 -10040.3l-42.4 -10040.3l-44.1 -10040.3l-45.7 -10040.3l-47.4 -10040.3l-49.1 -10040.2l-50.7 -10040.2l-52.4 -10040.2l-54.1 -10040.2l-55.7 -10040.2l-57.4 -10040.1l-59 -10040.1l-60.7 -10040.1l-62.4 -10040.1l-64 -10040l-65.7 -10040.1l-67.3 -10040l-69 -10040l-70.7 -10040l-72.3 -10039.9l-74 -10040l-75.6 -10039.9l-77.3 -10039.9l-79 -10039.9l-80.6 -10039.8l-82.3 -10039.8l-83.9 -10039.8l-85.6 -10039.8l-87.3 -10039.7l-88.9 -10039.7l-90.6 -10039.7l-92.2 -10039.7l-93.9 -10039.6l-95.5 -10039.6l-97.2 -10039.6l-98.9 -10039.6l-100.5 -10039.5l-102.2 -10039.5l-103.8 -10039.5l-105.5 -10039.4l-107.1 -10039.4l-108.8 -10039.4l-110.4 -10039.3l-112.1 -10039.3l-113.8 -10039.3l-115.4 -10039.2l-117.1 -10039.2l-118.7 -10039.1l-120.4 -10039.1l-122 -10039.1l-123.7 -10039l-125.3 -10039l-127 -10039l-128.6 -10038.9l-130.3 -10038.9l-131.9 -10038.8l-133.6 -10038.8l-135.2 -10038.8l-136.9 -10038.7l-138.5 -10038.7l-140.2 -10038.6l-141.8 -10038.6l-143.5 -10038.5l-145.1 -10038.5l-146.8 -10038.5l-148.4 -10038.4l-150.1 -10038.4l-151.7 -10038.3l-153.3 -10038.3l-155 -10038.2l-156.6 -10038.2l-158.3 -10038.1l-159.9 -10038.1l-161.6 -10038l-163.2 -10037.9l-164.8 -10037.9l-166.5 -10037.9l-168.1 -10037.8l-169.8 -10037.7l-171.4 -10037.7l-173.1 -10037.7l-174.7 -10037.6l-176.3 -10037.6l-178 -10037.5l-179.6 -10037.5l-181.2 -10037.4l-182.9 -10037.3l-184.5 -10037.3l-186.2 -10037.2l-187.8 -10037.2l-189.4 -10037.1l-191.1 -10037.1l-192.7 -10037l-194.3 -10036.9l-196 -10036.9l-197.6 -10036.8l-199.2 -10036.8l-200.9 -10036.7l-202.5 -10036.6l-204.1 -10036.6l-205.8 -10036.5l-207.4 -10036.4l-209 -10036.4l-210.6 -10036.3l-212.3 -10036.3l-213.9 -10036.2l-215.5 -10036.1l-217.1 -10036.1l-218.8 -10036l-220.4 -10035.9l-222 -10035.8l-223.6 -10035.8l-225.3 -10035.7l-226.9 -10035.7l-228.5 -10035.6l-230.1 -10035.5l-231.8 -10035.5l-233.4 -10035.4l-235 -10035.3l-236.6 -10035.2l-238.2 -10035.2l-239.8 -10035.1l-241.5 -10035l-243.1 -10035l-244.7 -10034.8l-246.3 -10034.8l-247.9 -10034.7l-249.5 -10034.7l-251.2 -10034.6l-252.8 -10034.5l-254.4 -10034.4l-256 -10034.3l-257.6 -10034.3l-259.2 -10034.2l-260.8 -10034.1l-262.4 -10034l-264 -10034l-265.6 -10033.9l-267.2 -10033.8l-268.8 -10033.7l-270.5 -10033.6l-272.1 -10033.6l-273.7 -10033.4l-275.3 -10033.4l-276.9 -10033.3l-278.5 -10033.2l-280.1 -10033.1l-281.7 -10033l-283.3 -10033l-284.9 -10032.9l-286.5 -10032.8l-288.1 -10032.7l-289.6 -10032.6l-291.2 -10032.6l-292.8 -10032.5l-294.4 -10032.4l-296 -10032.3l-297.6 -10032.2l-299.2 -10032.1l-300.8 -10032l-302.4 -10031.9l-304 -10031.8l-305.6 -10031.8l-307.2 -10031.7l-308.7 -10031.6l-310.3 -10031.4l-311.9 -10031.4l-313.5 -10031.3l-315.1 -10031.2l-316.7 -10031.1l-318.2 -10031l-319.8 -10030.9l-321.4 -10030.8l-323 -10030.7l-324.6 -10030.6l-326.1 -10030.5l-327.7 -10030.4l-329.3 -10030.4l-330.9 -10030.3l-332.4 -10030.1l-334 -10030.1l-335.6 -10030l-337.1 -10029.9l-338.7 -10029.7l-340.3 -10029.7l-341.8 -10029.6l-343.4 -10029.5l-345 -10029.4l-346.5 -10029.2l-348.1 -10029.2l-349.7 -10029.1l-351.2 -10029l-352.8 -10028.8l-354.4 -10028.8l-355.9 -10028.7l-357.5 -10028.5l-359 -10028.4l-360.6 -10028.3l-362.1 -10028.2l-363.7 -10028.1l-365.3 -10028l-366.8 -10027.9l-368.4 -10027.8l-369.9 -10027.7l-371.5 -10027.6l-373 -10027.5l-374.6 -10027.4l-376.1 -10027.3l-377.7 -10027.2l-379.2 -10027.1l-380.7 -10026.9l-382.3 -10026.8l-383.8 -10026.7l-385.4 -10026.6l-386.9 -10026.5l-388.4 -10026.4l-390 -10026.3l-391.5 -10026.2l-393.1 -10026.1l-394.6 -10025.9l-396.1 -10025.8l-397.7 -10025.7l-399.2 -10025.6l-400.7 -10025.5l-402.3 -10025.3l-403.8 -10025.3l-405.3 -10025.2l-406.8 -10025l-408.4 -10024.9l-409.9 -10024.8l-411.4 -10024.7l-412.9 -10024.6l-414.5 -10024.5l-416 -10024.3l-417.5 -10024.2l-419 -10024.1l-420.5 -10024l-422 -10023.9l-423.6 -10023.7l-425.1 -10023.6l-426.6 -10023.5l-428.1 -10023.4l-429.6 -10023.3l-431.1 -10023.1l-432.6 -10023l-434.1 -10022.9l-435.6 -10022.8l-437.1 -10022.6l-438.6 -10022.5l-440.1 -10022.4l-441.6 -10022.3l-443.1 -10022.2l-444.6 -10022l-446.1 -10021.9l-447.6 -10021.8l-449.1 -10021.7l-450.6 -10021.5l-452.1 -10021.4l-453.6 -10021.3l-455.1 -10021.2l-456.6 -10021l-458.1 -10020.9l-459.6 -10020.8l-461 -10020.7l-462.5 -10020.5l-464 -10020.4l-465.5 -10020.2l-467 -10020.2l-468.5 -10020l-469.9 -10019.9l-471.4 -10019.7l-472.9 -10019.6l-474.4 -10019.5l-475.8 -10019.4l-477.3 -10019.2l-478.8 -10019.1l-480.2 -10019l-481.7 -10018.9l-483.2 -10018.7l-484.6 -10018.6l-486.1 -10018.5l-487.6 -10018.3l-489 -10018.2l-490.5 -10018.1l-491.9 -10017.9l-493.4 -10017.8l-494.9 -10017.7l-496.3 -10017.5l-497.8 -10017.4l-499.2 -10017.3l-500.7 -10017.1l-502.1 -10017l-503.6 -10016.9l-505 -10016.7l-506.5 -10016.6l-507.9 -10016.5l-509.4 -10016.3l-510.8 -10016.1l-512.2 -10016l-513.7 -10015.9l-515.1 -10015.8l-516.6 -10015.6l-518 -10015.5l-519.4 -10015.4l-520.9 -10015.2l-522.3 -10015.1l-523.7 -10014.9l-525.1 -10014.8l-526.6 -10014.7l-528 -10014.5l-529.4 -10014.4l-530.8 -10014.2l-532.3 -10014.1l-533.7 -10014l-535.1 -10013.8l-536.5 -10013.7l-537.9 -10013.5l-539.4 -10013.4l-540.8 -10013.3l-542.2 -10013.1l-543.6 -10012.9l-545 -10012.8l-546.4 -10012.7l-547.8 -10012.5l-549.2 -10012.4l-550.6 -10012.2l-552 -10012.1l-553.4 -10012l-554.8 -10011.8l-556.2 -10011.7l-557.6 -10011.5l-559 -10011.4l-560.4 -10011.3l-561.8 -10011.1l-563.2 -10010.9l-564.6 -10010.8l-566 -10010.7l-567.4 -10010.5l-568.7 -10010.4l-570.1 -10010.2l-571.5 -10010.1l-572.9 -10009.9l-574.3 -10009.8l-575.6 -10009.6l-577 -10009.5l-578.4 -10009.4l-579.8 -10009.2l-581.1 -10009.1l-582.5 -10008.9l-583.9 -10008.8l-585.2 -10008.6l-586.6 -10008.5l-588 -10008.3l-589.3 -10008.2l-590.7 -10008l-592 -10007.9l-593.4 -10007.7l-594.8 -10007.6l-596.1 -10007.4l-597.5 -10007.3l-598.8 -10007.1l-600.2 -10007l-601.5 -10006.8l-602.9 -10006.7l-604.2 -10006.5l-605.6 -10006.4l-606.9 -10006.2l-608.2 -10006.1l-609.6 -10005.9l-610.9 -10005.8l-612.2 -10005.6l-613.6 -10005.5l-614.9 -10005.3l-616.2 -10005.2l-617.6 -10005l-618.9 -10004.9l-620.2 -10004.7l-621.5 -10004.6l-622.9 -10004.4l-624.2 -10004.3l-625.5 -10004.1l-626.8 -10004l-628.1 -10003.8l-629.5 -10003.7l-630.8 -10003.5l-632.1 -10003.4l-633.4 -10003.2l-634.7 -10003.1l-636 -10002.9l-637.3 -10002.7l-638.6 -10002.6l-639.9 -10002.4l-641.2 -10002.3l-642.5 -10002.1l-643.8 -10002l-645.1 -10001.8l-646.4 -10001.7l-647.7 -10001.5l-649 -10001.3l-650.3 -10001.2l-651.6 -10001.1l-652.9 -10000.9l-654.1 -10000.8l-655.4 -10000.6l-656.7 -10000.4l-658 -10000.3l-659.3 -10000.1l-660.5 -9999.9l-661.8 -9999.8l-663.1 -9999.7l-664.3 -9999.5l-665.6 -9999.4l-666.9 -9999.2l-668.1 -9999.1l-669.4 -9998.9l-670.7 -9998.7l-671.9 -9998.6l-673.2 -9998.4l-674.4 -9998.3l-675.7 -9998.1l-676.9 -9998l-678.2 -9997.8l-679.5 -9997.7l-680.7 -9997.5l-681.9 -9997.3l-683.2 -9997.2l-684.4 -9997l-685.7 -9996.9l-686.9 -9996.7l-688.1 -9996.6l-689.4 -9996.4l-690.6 -9996.2l-691.8 -9996.1l-693.1 -9995.9l-694.3 -9995.7l-695.5 -9995.6l-696.8 -9995.5l-698 -9995.3l-699.2 -9995.2l-700.4 -9995l-701.6 -9994.8l-702.9 -9994.7l-704.1 -9994.5l-705.3 -9994.4l-706.5 -9994.2l-707.7 -9994.1l-708.9 -9993.9l-710.1 -9993.7l-711.3 -9993.6l-712.5 -9993.4l-713.7 -9993.3l-714.9 -9993.1l-716.1 -9993l-717.3 -9992.8l-718.5 -9992.7l-719.7 -9992.5l-720.9 -9992.3l-722.1 -9992.1l-723.3 -9992l-724.4 -9991.9l-725.6 -9991.7l-726.8 -9991.6l-728 -9991.4l-729.2 -9991.2l-730.3 -9991.1l-731.5 -9990.9l-732.7 -9990.7l-733.8 -9990.6l-735 -9990.5l-736.2 -9990.3l-737.3 -9990.1l-738.5 -9990l-739.7 -9989.8l-740.8 -9989.7l-742 -9989.5l-743.1 -9989.4l-744.3 -9989.2l-745.4 -9989.1l-746.6 -9988.9l-747.7 -9988.7l-748.9 -9988.6l-750 -9988.4l-751.1 -9988.3l-752.3 -9988.1l-753.4 -9988l-754.5 -9987.8l-755.7 -9987.6l-756.8 -9987.5l-757.9 -9987.3l-759.1 -9987.2l-760.2 -9987l-761.3 -9986.9l-762.4 -9986.7l-763.6 -9986.6l-764.7 -9986.4l-765.8 -9986.3l-766.9 -9986.1l-768 -9985.9l-769.1 -9985.8l-770.2 -9985.6l-771.3 -9985.5l-772.4 -9985.3l-773.5 -9985.2l-774.6 -9985l-775.7 -9984.9l-776.8 -9984.7l-777.9 -9984.5l-779 -9984.4l-780.1 -9984.2l-781.2 -9984.1l-782.3 -9983.9l-783.4 -9983.8l-784.5 -9983.6l-785.5 -9983.5l-786.6 -9983.3l-787.7 -9983.2l-788.8 -9983l-789.8 -9982.8l-790.9 -9982.7l-792 -9982.6l-793 -9982.4l-794.1 -9982.2l-795.2 -9982.1l-796.2 -9981.9l-797.3 -9981.8l-798.3 -9981.6l-799.4 -9981.5l-800.5 -9981.3l-801.5 -9981.2l-802.6 -9981l-803.6 -9980.8l-804.6 -9980.7l-805.7 -9980.6l-806.7 -9980.4l-807.8 -9980.3l-808.8 -9980.1l-809.8 -9980l-810.9 -9979.8l-811.9 -9979.7l-812.9 -9979.5l-814 -9979.4l-815 -9979.2l-816 -9979.1l-817 -9978.9l-818 -9978.7l-819.1 -9978.6l-820.1 -9978.5l-821.1 -9978.3l-822.1 -9978.2l-823.1 -9978l-824.1 -9977.9l-825.1 -9977.7l-826.1 -9977.6l-827.1 -9977.4l-828.1 -9977.3l-829.1 -9977.1l-830.1 -9977l-831.1 -9976.8l-832.1 -9976.6l-833.1 -9976.5l-834 -9976.4l-835 -9976.2l-836 -9976.1l-837 -9975.9l-838 -9975.8l-838.9 -9975.7l-839.9 -9975.5l-840.9 -9975.3l-841.9 -9975.2l-842.8 -9975.1l-843.8 -9974.9l-844.7 -9974.7l-845.7 -9974.6l-846.7 -9974.5l-847.6 -9974.3l-848.6 -9974.2l-849.5 -9974l-850.5 -9973.9l-851.4 -9973.8l-852.4 -9973.6l-853.3 -9973.5l-854.3 -9973.3l-855.2 -9973.2l-856.1 -9973l-857.1 -9972.9l-858 -9972.7l-858.9 -9972.6l-859.9 -9972.5l-860.8 -9972.3l-861.7 -9972.2l-862.6 -9972l-863.5 -9971.9l-864.5 -9971.8l-865.4 -9971.6l-866.3 -9971.5l-867.2 -9971.4l-868.1 -9971.2l-869 -9971.1l-869.9 -9970.9l-870.8 -9970.8l-871.7 -9970.7l-872.6 -9970.5l-873.5 -9970.4l-874.4 -9970.2l-875.3 -9970.1l-876.2 -9970l-877.1 -9969.8l-878 -9969.7l-878.9 -9969.5l-879.7 -9969.4l-880.6 -9969.3l-881.5 -9969.1l-882.4 -9969l-883.2 -9968.8l-884.1 -9968.7l-885 -9968.6l-885.8 -9968.5l-886.7 -9968.3l-887.6 -9968.2l-888.4 -9968.1l-889.3 -9967.9l-890.1 -9967.8l-891 -9967.6l-891.8 -9967.5l-892.7 -9967.4l-893.5 -9967.3l-894.4 -9967.1l-895.2 -9967l-896.1 -9966.9l-896.9 -9966.7l-897.7 -9966.6l-898.6 -9966.4l-899.4 -9966.3l-900.2 -9966.2l-901.1 -9966.1l-901.9 -9965.9l-902.7 -9965.8l-903.5 -9965.7l-904.3 -9965.5l-905.2 -9965.4l-906 -9965.3l-906.8 -9965.2l-907.6 -9965l-908.4 -9964.9l-909.2 -9964.7l-910 -9964.7l-910.8 -9964.5l-911.6 -9964.4l-912.4 -9964.3l-913.2 -9964.1l-914 -9964l-914.8 -9963.9l-915.5 -9963.8l-916.3 -9963.6l-917.1 -9963.5l-917.9 -9963.4l-918.7 -9963.3l-919.4 -9963.1l-920.2 -9963l-921 -9962.9l-921.8 -9962.8l-922.5 -9962.7l-923.3 -9962.5l-924 -9962.4l-924.8 -9962.3l-925.6 -9962.2l-926.3 -9962l-927.1 -9961.9l-927.8 -9961.8l-928.6 -9961.7l-929.3 -9961.6l-930 -9961.4l-930.8 -9961.3l-931.5 -9961.2l-932.3 -9961.1l-933 -9961l-933.7 -9960.8l-934.5 -9960.7l-935.2 -9960.6l-935.9 -9960.5l-936.6 -9960.4l-937.4 -9960.2l-938.1 -9960.2l-938.8 -9960l-939.5 -9959.9l-781.8 -8281.8M703353 -7103657l-158.3 -1675.9l-940.9 -9959.7l-941.6 -9959.6l-942.3 -9959.5l-943 -9959.4l-943.7 -9959.2l-944.4 -9959.1l-945.1 -9959l-945.8 -9958.9l-946.5 -9958.8l-947.2 -9958.7l-947.9 -9958.6l-948.6 -9958.5l-949.2 -9958.4l-949.9 -9958.2l-950.6 -9958.1l-951.3 -9958l-952 -9957.9l-952.6 -9957.8l-953.3 -9957.7l-954 -9957.6l-954.6 -9957.5l-955.3 -9957.4l-955.9 -9957.3l-956.6 -9957.2l-957.2 -9957.1l-957.9 -9957l-958.5 -9956.9l-959.2 -9956.7l-959.8 -9956.7l-960.5 -9956.6l-961.1 -9956.4l-961.8 -9956.3l-962.4 -9956.2l-963 -9956.1l-963.6 -9956l-964.3 -9955.9l-964.9 -9955.8l-965.5 -9955.7l-966.1 -9955.6l-966.8 -9955.5l-967.4 -9955.4l-968 -9955.3l-968.6 -9955.2l-969.2 -9955.1l-969.8 -9955l-970.4 -9954.9l-971 -9954.9l-971.6 -9954.8l-972.2 -9954.7l-972.8 -9954.6l-973.4 -9954.4l-974 -9954.4l-974.6 -9954.3l-975.2 -9954.2l-975.8 -9954.1l-976.3 -9954l-976.9 -9953.9l-977.5 -9953.8l-978.1 -9953.7l-978.6 -9953.6l-979.2 -9953.5l-979.8 -9953.5l-980.3 -9953.4l-980.9 -9953.2l-981.5 -9953.2l-982 -9953.1l-982.6 -9953l-983.1 -9952.9l-983.7 -9952.8l-984.2 -9952.7l-984.8 -9952.7l-985.3 -9952.6l-985.8 -9952.5l-986.4 -9952.4l-986.9 -9952.3l-987.5 -9952.2l-988 -9952.1l-988.5 -9952l-989 -9952l-989.6 -9951.9l-990.1 -9951.8l-990.6 -9951.7l-991.1 -9951.6l-991.6 -9951.6l-992.1 -9951.5l-992.7 -9951.4l-993.2 -9951.3l-993.7 -9951.2l-994.2 -9951.2l-88.3 -883.7"
id="path1381"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1088491.4 -1l-.8 -10041.1l-2.5 -10042.1l-4.2 -10042.1l-5.8 -10042.1l-7.5 -10042.1l-9.2 -10042.1l-10.8 -10042.1l-12.5 -10042.1l-14.1 -10042.1l-15.8 -10042.1l-17.5 -10042.1l-19.1 -10042.1l-20.8 -10042.1l-22.5 -10042.1l-24.1 -10042.1l-25.8 -10042.1l-27.5 -10042l-29.1 -10042.1l-30.8 -10042l-32.5 -10042l-34.1 -10042l-35.8 -10042l-37.4 -10042l-39.1 -10042l-40.8 -10042l-42.4 -10041.9l-44.1 -10041.9l-45.8 -10041.9l-47.4 -10041.9l-49.1 -10041.9l-50.8 -10041.9l-52.4 -10041.9l-54.1 -10041.9l-55.7 -10041.8l-57.4 -10041.8l-59.1 -10041.8l-60.7 -10041.8l-62.4 -10041.8l-64 -10041.7l-65.7 -10041.7l-67.4 -10041.7l-69 -10041.7l-70.7 -10041.7l-72.4 -10041.6l-74 -10041.6l-75.7 -10041.6l-77.3 -10041.6l-79 -10041.5l-80.7 -10041.5l-82.3 -10041.5l-84 -10041.5l-85.6 -10041.4l-87.3 -10041.4l-88.9 -10041.4l-90.6 -10041.4l-92.3 -10041.3l-93.9 -10041.3l-95.6 -10041.2l-97.2 -10041.2l-98.9 -10041.2l-100.5 -10041.2l-102.2 -10041.1l-103.9 -10041.1l-105.5 -10041.1l-107.2 -10041l-108.8 -10041l-110.5 -10040.9l-112.1 -10040.9l-113.8 -10040.9l-115.4 -10040.9l-117.1 -10040.8l-118.8 -10040.8l-120.4 -10040.8l-122.1 -10040.7l-123.7 -10040.7l-125.4 -10040.6l-127 -10040.6l-128.7 -10040.6l-130.3 -10040.5l-132 -10040.5l-133.6 -10040.4l-135.3 -10040.4l-136.9 -10040.4l-138.6 -10040.3l-140.2 -10040.2l-141.9 -10040.2l-143.5 -10040.2l-145.2 -10040.1l-146.8 -10040.1l-148.5 -10040l-150.1 -10040l-151.7 -10040l-153.4 -10039.9l-155 -10039.8l-156.7 -10039.8l-158.3 -10039.8l-160 -10039.7l-161.6 -10039.7l-163.3 -10039.6l-164.9 -10039.6l-166.5 -10039.5l-168.2 -10039.5l-169.8 -10039.4l-171.5 -10039.4l-173.1 -10039.3l-174.7 -10039.3l-176.4 -10039.2l-178 -10039.1l-179.7 -10039.1l-181.3 -10039l-182.9 -10039l-184.6 -10038.9l-186.2 -10038.9l-187.9 -10038.8l-189.5 -10038.8l-191.1 -10038.7l-192.8 -10038.6l-194.4 -10038.6l-196 -10038.5l-197.7 -10038.5l-199.3 -10038.4l-200.9 -10038.3l-202.6 -10038.3l-204.2 -10038.2l-205.8 -10038.1l-207.4 -10038l-209.1 -10038l-210.7 -10038l-212.3 -10037.9l-214 -10037.8l-215.6 -10037.7l-217.2 -10037.7l-218.8 -10037.6l-220.5 -10037.6l-222.1 -10037.5l-223.7 -10037.4l-225.3 -10037.4l-227 -10037.3l-228.6 -10037.2l-230.2 -10037.1l-231.8 -10037.1l-233.4 -10037l-235.1 -10036.9l-236.7 -10036.8l-238.3 -10036.8l-239.9 -10036.7l-241.5 -10036.6l-243.2 -10036.6l-244.8 -10036.5l-246.4 -10036.4l-248 -10036.3l-249.6 -10036.3l-251.2 -10036.2l-252.8 -10036.1l-254.5 -10036l-256.1 -10036l-257.7 -10035.9l-259.3 -10035.8l-260.9 -10035.7l-262.5 -10035.6l-264.1 -10035.6l-265.7 -10035.5l-267.3 -10035.4l-268.9 -10035.3l-270.5 -10035.2l-272.1 -10035.2l-273.7 -10035l-275.3 -10035l-276.9 -10034.9l-278.5 -10034.8l-280.1 -10034.7l-281.7 -10034.6l-283.3 -10034.6l-284.9 -10034.5l-286.5 -10034.4l-288.1 -10034.3l-289.7 -10034.2l-291.3 -10034.1l-292.9 -10034.1l-294.5 -10034l-296.1 -10033.8l-297.7 -10033.8l-299.3 -10033.7l-300.9 -10033.6l-302.5 -10033.5l-304.1 -10033.4l-305.7 -10033.3l-307.2 -10033.3l-308.8 -10033.2l-310.4 -10033l-312 -10033l-313.6 -10032.9l-315.2 -10032.8l-316.7 -10032.7l-318.3 -10032.6l-319.9 -10032.5l-321.5 -10032.4l-323.1 -10032.3l-324.6 -10032.2l-326.2 -10032.1l-327.8 -10032l-329.4 -10031.9l-331 -10031.8l-332.5 -10031.7l-334.1 -10031.6l-335.7 -10031.5l-337.2 -10031.4l-338.8 -10031.3l-340.4 -10031.2l-341.9 -10031.1l-343.5 -10031l-345.1 -10030.9l-346.6 -10030.8l-348.2 -10030.7l-349.8 -10030.6l-351.3 -10030.5l-352.9 -10030.4l-354.5 -10030.3l-356 -10030.2l-357.6 -10030.1l-359.1 -10030l-360.7 -10029.9l-362.3 -10029.8l-363.8 -10029.7l-365.4 -10029.6l-366.9 -10029.5l-368.5 -10029.3l-370 -10029.3l-371.6 -10029.1l-373.1 -10029l-374.7 -10028.9l-376.2 -10028.8l-377.8 -10028.7l-379.3 -10028.6l-380.9 -10028.5l-382.4 -10028.3l-383.9 -10028.3l-385.5 -10028.2l-387 -10028l-388.6 -10027.9l-390.1 -10027.8l-391.6 -10027.7l-393.2 -10027.6l-394.7 -10027.5l-396.2 -10027.3l-397.8 -10027.3l-399.3 -10027.1l-400.8 -10027l-402.4 -10026.9l-403.9 -10026.8l-405.4 -10026.7l-407 -10026.6l-408.5 -10026.4l-410 -10026.3l-411.5 -10026.2l-413 -10026.1l-414.6 -10026l-416.1 -10025.9l-417.6 -10025.7l-419.1 -10025.6l-420.6 -10025.5l-422.2 -10025.4l-423.7 -10025.2l-425.2 -10025.1l-426.7 -10025l-428.2 -10024.9l-429.7 -10024.8l-431.2 -10024.6l-432.7 -10024.5l-434.2 -10024.4l-435.8 -10024.3l-437.3 -10024.1l-438.8 -10024l-440.3 -10023.9l-441.8 -10023.8l-443.3 -10023.7l-444.8 -10023.5l-446.3 -10023.4l-447.8 -10023.3l-449.3 -10023.2l-450.7 -10023l-452.2 -10022.9l-453.7 -10022.8l-455.2 -10022.7l-456.7 -10022.5l-458.2 -10022.4l-459.7 -10022.3l-461.2 -10022.1l-462.7 -10022l-464.1 -10021.9l-465.6 -10021.7l-467.1 -10021.6l-468.6 -10021.5l-470.1 -10021.4l-471.5 -10021.2l-473 -10021.1l-474.5 -10021l-476 -10020.9l-477.4 -10020.7l-478.9 -10020.6l-480.4 -10020.5l-481.8 -10020.3l-483.3 -10020.2l-484.8 -10020l-486.2 -10019.9l-487.7 -10019.8l-489.2 -10019.7l-490.6 -10019.5l-492.1 -10019.4l-493.5 -10019.3l-495 -10019.1l-496.5 -10019l-497.9 -10018.8l-499.4 -10018.7l-500.8 -10018.6l-502.3 -10018.4l-503.7 -10018.3l-505.2 -10018.1l-506.6 -10018l-508.1 -10017.9l-509.5 -10017.8l-510.9 -10017.6l-512.4 -10017.5l-513.8 -10017.3l-515.3 -10017.2l-516.7 -10017.1l-518.1 -10016.9l-519.6 -10016.8l-521 -10016.6l-522.4 -10016.5l-523.9 -10016.4l-525.3 -10016.2l-526.7 -10016.1l-528.1 -10015.9l-529.6 -10015.8l-531 -10015.6l-532.4 -10015.5l-533.8 -10015.4l-535.2 -10015.2l-536.7 -10015.1l-538.1 -10014.9l-539.5 -10014.8l-540.9 -10014.7l-542.3 -10014.5l-543.7 -10014.4l-545.1 -10014.2l-546.6 -10014.1l-548 -10014l-549.4 -10013.8l-550.8 -10013.6l-552.2 -10013.5l-553.6 -10013.4l-555 -10013.2l-556.4 -10013.1l-557.8 -10012.9l-559.2 -10012.8l-560.6 -10012.6l-561.9 -10012.5l-563.3 -10012.3l-564.7 -10012.2l-566.1 -10012.1l-567.5 -10011.9l-568.9 -10011.8l-570.3 -10011.6l-571.6 -10011.5l-573 -10011.3l-574.4 -10011.2l-575.8 -10011l-577.2 -10010.9l-578.5 -10010.7l-579.9 -10010.6l-581.3 -10010.4l-582.6 -10010.3l-584 -10010.1l-585.4 -10010l-586.7 -10009.8l-588.1 -10009.7l-589.5 -10009.5l-590.8 -10009.4l-592.2 -10009.2l-593.6 -10009.1l-594.9 -10008.9l-596.3 -10008.8l-597.6 -10008.6l-599 -10008.5l-600.3 -10008.3l-601.7 -10008.2l-603 -10008l-604.4 -10007.9l-605.7 -10007.7l-607 -10007.6l-608.4 -10007.4l-609.7 -10007.3l-611.1 -10007.1l-612.4 -10007l-613.7 -10006.8l-615.1 -10006.7l-616.4 -10006.5l-617.7 -10006.4l-619 -10006.2l-620.4 -10006.1l-621.7 -10005.9l-623 -10005.8l-624.3 -10005.6l-625.7 -10005.4l-627 -10005.3l-628.3 -10005.1l-629.6 -10005l-630.9 -10004.8l-632.2 -10004.7l-633.6 -10004.5l-634.9 -10004.4l-636.2 -10004.2l-637.5 -10004l-638.8 -10003.9l-640.1 -10003.7l-641.4 -10003.6l-642.7 -10003.4l-644 -10003.3l-645.3 -10003.1l-646.6 -10003l-647.9 -10002.8l-649.1 -10002.6l-650.4 -10002.5l-651.7 -10002.3l-653 -10002.2l-654.3 -10002l-655.6 -10001.8l-656.9 -10001.7l-658.1 -10001.6l-659.4 -10001.4l-660.7 -10001.2l-662 -10001.1l-663.2 -10000.9l-664.5 -10000.8l-665.8 -10000.6l-667 -10000.4l-668.3 -10000.3l-669.6 -10000.2l-670.8 -10000l-672.1 -9999.8l-673.3 -9999.7l-674.6 -9999.5l-675.9 -9999.4l-677.1 -9999.2l-678.4 -9999l-679.6 -9998.9l-680.9 -9998.7l-682.1 -9998.6l-683.3 -9998.4l-684.6 -9998.3l-685.8 -9998.1l-687.1 -9998l-688.3 -9997.8l-689.5 -9997.6l-690.8 -9997.5l-692 -9997.3l-693.2 -9997.2l-694.5 -9997l-695.7 -9996.8l-696.9 -9996.7l-698.1 -9996.5l-699.4 -9996.4l-700.6 -9996.2l-701.8 -9996.1l-703 -9995.9l-704.2 -9995.7l-705.4 -9995.6l-706.6 -9995.4l-707.9 -9995.3l-709.1 -9995.1l-710.3 -9995l-711.5 -9994.8l-712.7 -9994.6l-713.9 -9994.5l-715.1 -9994.3l-716.3 -9994.2l-717.5 -9994l-718.7 -9993.8l-719.8 -9993.7l-721 -9993.5l-722.2 -9993.3l-723.4 -9993.2l-724.6 -9993.1l-725.8 -9992.9l-727 -9992.7l-728.1 -9992.5l-729.3 -9992.4l-730.5 -9992.3l-731.7 -9992.1l-732.8 -9991.9l-734 -9991.8l-735.2 -9991.6l-736.3 -9991.5l-737.5 -9991.3l-738.6 -9991.1l-739.8 -9991l-741 -9990.8l-742.1 -9990.7l-743.3 -9990.5l-744.4 -9990.3l-745.6 -9990.2l-746.7 -9990l-747.9 -9989.9l-749 -9989.7l-750.2 -9989.6l-751.3 -9989.4l-752.4 -9989.3l-753.6 -9989.1l-754.7 -9988.9l-755.8 -9988.8l-757 -9988.6l-758.1 -9988.5l-759.2 -9988.3l-760.4 -9988.2l-761.5 -9988l-762.6 -9987.8l-763.7 -9987.7l-764.8 -9987.5l-765.9 -9987.4l-767.1 -9987.2l-768.2 -9987.1l-769.3 -9986.9l-770.4 -9986.7l-771.5 -9986.6l-772.6 -9986.4l-773.7 -9986.3l-774.8 -9986.1l-775.9 -9986l-777 -9985.8l-778.1 -9985.6l-779.2 -9985.5l-780.3 -9985.3l-781.4 -9985.2l-782.4 -9985l-783.5 -9984.9l-784.6 -9984.7l-785.7 -9984.6l-786.8 -9984.4l-787.8 -9984.2l-788.9 -9984.1l-790 -9983.9l-791.1 -9983.8l-792.1 -9983.6l-793.2 -9983.5l-794.3 -9983.3l-795.3 -9983.2l-796.4 -9983l-797.4 -9982.8l-798.5 -9982.7l-799.6 -9982.5l-800.6 -9982.4l-801.7 -9982.2l-802.7 -9982.1l-803.7 -9981.9l-804.8 -9981.8l-805.8 -9981.6l-806.9 -9981.5l-807.9 -9981.3l-809 -9981.1l-810 -9981l-811 -9980.8l-812.1 -9980.7l-813.1 -9980.5l-814.1 -9980.4l-815.1 -9980.2l-816.2 -9980.1l-817.2 -9979.9l-818.2 -9979.7l-819.2 -9979.6l-820.2 -9979.5l-821.2 -9979.3l-822.2 -9979.2l-823.2 -9979l-824.3 -9978.9l-825.3 -9978.7l-826.3 -9978.6l-827.3 -9978.4l-828.3 -9978.3l-829.3 -9978.1l-830.2 -9978l-831.2 -9977.8l-832.2 -9977.6l-833.2 -9977.5l-834.2 -9977.4l-835.2 -9977.2l-836.2 -9977l-837.1 -9976.9l-838.1 -9976.8l-839.1 -9976.6l-840.1 -9976.5l-841 -9976.3l-842 -9976.2l-843 -9976l-843.9 -9975.9l-844.9 -9975.7l-845.9 -9975.6l-846.8 -9975.4l-847.8 -9975.3l-848.7 -9975.2l-849.7 -9975l-850.6 -9974.9l-851.6 -9974.7l-852.5 -9974.6l-853.5 -9974.4l-854.4 -9974.2l-855.3 -9974.1l-856.3 -9974l-857.2 -9973.8l-858.1 -9973.7l-859.1 -9973.6l-860 -9973.4l-860.9 -9973.3l-861.8 -9973.1l-862.8 -9972.9l-863.7 -9972.8l-864.6 -9972.7l-865.5 -9972.5l-866.4 -9972.4l-867.3 -9972.3l-868.3 -9972.1l-869.2 -9972l-870.1 -9971.8l-871 -9971.7l-871.9 -9971.6l-872.8 -9971.4l-873.7 -9971.3l-874.6 -9971.1l-875.5 -9971l-876.3 -9970.8l-877.2 -9970.7l-878.1 -9970.6l-879 -9970.4l-879.9 -9970.3l-880.8 -9970.2l-881.6 -9970l-882.5 -9969.9l-883.4 -9969.7l-884.2 -9969.6l-885.1 -9969.5l-886 -9969.3l-886.8 -9969.2l-887.7 -9969l-888.6 -9968.9l-889.4 -9968.8l-890.3 -9968.6l-891.1 -9968.5l-892 -9968.4l-892.8 -9968.2l-893.7 -9968.1l-894.5 -9967.9l-895.4 -9967.8l-896.2 -9967.7l-897 -9967.6l-897.9 -9967.4l-898.7 -9967.3l-899.5 -9967.2l-900.4 -9967l-901.2 -9966.9l-902 -9966.7l-902.8 -9966.6l-903.6 -9966.5l-904.5 -9966.4l-905.3 -9966.2l-906.1 -9966.1l-906.9 -9966l-907.7 -9965.8l-908.5 -9965.7l-909.3 -9965.5l-910.1 -9965.5l-910.9 -9965.3l-911.7 -9965.2l-912.5 -9965.1l-913.3 -9964.9l-914.1 -9964.8l-914.9 -9964.7l-915.7 -9964.6l-916.5 -9964.4l-917.2 -9964.3l-918 -9964.2l-918.8 -9964l-919.6 -9963.9l-920.3 -9963.8l-921.1 -9963.7l-921.9 -9963.5l-922.6 -9963.4l-923.4 -9963.3l-924.2 -9963.1l-924.9 -9963l-925.7 -9962.9l-926.4 -9962.8l-927.2 -9962.6l-927.9 -9962.6l-928.7 -9962.4l-929.4 -9962.3l-930.2 -9962.2l-930.9 -9962l-931.6 -9961.9l-932.4 -9961.8l-933.1 -9961.7l-933.8 -9961.6l-934.6 -9961.5l-935.3 -9961.4l-936 -9961.2l-936.8 -9961.1l-937.5 -9961l-938.2 -9960.9l-938.9 -9960.8l-939.6 -9960.6l-756.2 -8011.1M713338.8 -7104325.8l-183.9 -1947.7l-941 -9960.4l-941.7 -9960.3l-942.4 -9960.2l-943.1 -9960.1l-943.8 -9959.9l-944.5 -9959.8l-945.2 -9959.7l-945.9 -9959.6l-946.6 -9959.5l-947.3 -9959.3l-948 -9959.3l-948.7 -9959.2l-949.4 -9959l-950 -9958.9l-950.7 -9958.8l-951.4 -9958.7l-952.1 -9958.6l-952.7 -9958.5l-953.4 -9958.3l-954.1 -9958.3l-954.7 -9958.2l-955.4 -9958l-956 -9957.9l-956.7 -9957.8l-957.3 -9957.7l-958 -9957.6l-958.6 -9957.5l-959.3 -9957.4l-959.9 -9957.3l-960.6 -9957.2l-961.2 -9957.1l-961.9 -9957l-962.5 -9956.8l-963.1 -9956.8l-963.8 -9956.7l-964.4 -9956.6l-965 -9956.4l-965.6 -9956.4l-966.2 -9956.3l-966.9 -9956.2l-967.5 -9956.1l-968.1 -9955.9l-968.7 -9955.9l-969.3 -9955.8l-969.9 -9955.7l-970.5 -9955.5l-971.1 -9955.5l-971.7 -9955.4l-972.3 -9955.3l-972.9 -9955.2l-973.5 -9955l-974.1 -9955l-974.7 -9954.9l-975.3 -9954.8l-975.8 -9954.6l-976.4 -9954.6l-977 -9954.5l-977.6 -9954.4l-978.2 -9954.3l-978.7 -9954.2l-979.3 -9954.1l-979.9 -9954l-980.4 -9953.9l-981 -9953.8l-981.5 -9953.7l-982.1 -9953.6l-982.7 -9953.6l-983.2 -9953.5l-983.8 -9953.3l-984.3 -9953.3l-984.8 -9953.2l-985.4 -9953.1l-985.9 -9953l-986.5 -9952.9l-987 -9952.8l-987.5 -9952.8l-988.1 -9952.7l-988.6 -9952.6l-989.1 -9952.5l-989.6 -9952.4l-990.2 -9952.3l-990.7 -9952.2l-991.2 -9952.1l-991.7 -9952.1l-992.2 -9952l-992.7 -9951.9l-993.2 -9951.8l-993.7 -9951.7l-994.2 -9951.7l-47.6 -475.9"
id="path1382"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1098534.4 -1l-.8 -10042.8l-2.5 -10043.8l-4.2 -10043.8l-5.8 -10043.8l-7.5 -10043.8l-9.2 -10043.8l-10.8 -10043.8l-12.5 -10043.8l-14.2 -10043.8l-15.8 -10043.8l-17.5 -10043.8l-19.1 -10043.7l-20.8 -10043.8l-22.5 -10043.7l-24.1 -10043.7l-25.8 -10043.7l-27.5 -10043.7l-29.1 -10043.7l-30.8 -10043.7l-32.5 -10043.7l-34.1 -10043.7l-35.8 -10043.7l-37.5 -10043.7l-39.1 -10043.6l-40.8 -10043.6l-42.4 -10043.6l-44.1 -10043.6l-45.8 -10043.6l-47.4 -10043.6l-49.1 -10043.5l-50.8 -10043.6l-52.4 -10043.5l-54.1 -10043.5l-55.8 -10043.5l-57.4 -10043.4l-59.1 -10043.5l-60.7 -10043.4l-62.4 -10043.4l-64.1 -10043.4l-65.7 -10043.4l-67.4 -10043.4l-69.1 -10043.3l-70.7 -10043.3l-72.4 -10043.3l-74 -10043.3l-75.7 -10043.3l-77.4 -10043.2l-79 -10043.2l-80.7 -10043.1l-82.3 -10043.2l-84 -10043.1l-85.7 -10043.1l-87.3 -10043l-89 -10043l-90.6 -10043l-92.3 -10043l-93.9 -10043l-95.6 -10042.9l-97.3 -10042.9l-98.9 -10042.9l-100.6 -10042.8l-102.2 -10042.8l-103.9 -10042.8l-105.5 -10042.7l-107.2 -10042.7l-108.9 -10042.7l-110.5 -10042.6l-112.2 -10042.6l-113.8 -10042.6l-115.5 -10042.5l-117.1 -10042.5l-118.8 -10042.5l-120.4 -10042.4l-122.1 -10042.4l-123.7 -10042.3l-125.4 -10042.3l-127.1 -10042.3l-128.7 -10042.2l-130.4 -10042.2l-132 -10042.1l-133.7 -10042.1l-135.3 -10042.1l-137 -10042l-138.6 -10042l-140.3 -10041.9l-141.9 -10041.9l-143.6 -10041.8l-145.2 -10041.8l-146.9 -10041.7l-148.5 -10041.7l-150.1 -10041.7l-151.8 -10041.6l-153.4 -10041.6l-155.1 -10041.5l-156.7 -10041.5l-158.4 -10041.4l-160 -10041.4l-161.7 -10041.3l-163.3 -10041.2l-165 -10041.2l-166.6 -10041.2l-168.2 -10041.1l-169.9 -10041l-171.5 -10041l-173.2 -10041l-174.8 -10040.9l-176.4 -10040.8l-178.1 -10040.8l-179.7 -10040.7l-181.4 -10040.7l-183 -10040.6l-184.6 -10040.5l-186.3 -10040.5l-187.9 -10040.4l-189.5 -10040.4l-191.2 -10040.3l-192.8 -10040.2l-194.5 -10040.2l-196.1 -10040.1l-197.7 -10040.1l-199.4 -10040l-201 -10039.9l-202.6 -10039.9l-204.2 -10039.8l-205.9 -10039.8l-207.5 -10039.7l-209.1 -10039.6l-210.8 -10039.6l-212.4 -10039.5l-214 -10039.4l-215.7 -10039.4l-217.3 -10039.3l-218.9 -10039.2l-220.5 -10039.2l-222.2 -10039.1l-223.8 -10039l-225.4 -10039l-227 -10038.9l-228.7 -10038.8l-230.3 -10038.7l-231.9 -10038.7l-233.5 -10038.6l-235.1 -10038.6l-236.8 -10038.4l-238.4 -10038.4l-240 -10038.3l-241.6 -10038.3l-243.2 -10038.2l-244.8 -10038.1l-246.5 -10038l-248.1 -10038l-249.7 -10037.9l-251.3 -10037.8l-252.9 -10037.7l-254.5 -10037.6l-256.1 -10037.6l-257.8 -10037.5l-259.4 -10037.4l-261 -10037.3l-262.6 -10037.3l-264.2 -10037.2l-265.8 -10037.1l-267.4 -10037l-269 -10036.9l-270.6 -10036.8l-272.2 -10036.8l-273.8 -10036.7l-275.4 -10036.6l-277 -10036.5l-278.6 -10036.4l-280.2 -10036.3l-281.8 -10036.2l-283.4 -10036.2l-285 -10036.1l-286.6 -10036l-288.2 -10035.9l-289.8 -10035.8l-291.4 -10035.7l-293 -10035.7l-294.6 -10035.6l-296.2 -10035.4l-297.8 -10035.4l-299.4 -10035.3l-301 -10035.2l-302.6 -10035.1l-304.2 -10035l-305.7 -10034.9l-307.3 -10034.8l-308.9 -10034.7l-310.5 -10034.6l-312.1 -10034.6l-313.7 -10034.5l-315.3 -10034.4l-316.8 -10034.3l-318.4 -10034.1l-320 -10034.1l-321.6 -10034l-323.2 -10033.9l-324.7 -10033.8l-326.3 -10033.7l-327.9 -10033.6l-329.5 -10033.5l-331 -10033.4l-332.6 -10033.3l-334.2 -10033.2l-335.8 -10033.1l-337.3 -10033l-338.9 -10032.9l-340.5 -10032.8l-342 -10032.7l-343.6 -10032.6l-345.2 -10032.5l-346.7 -10032.4l-348.3 -10032.3l-349.9 -10032.2l-351.4 -10032.1l-353 -10031.9l-354.6 -10031.9l-356.1 -10031.8l-357.7 -10031.7l-359.2 -10031.6l-360.8 -10031.4l-362.4 -10031.3l-363.9 -10031.2l-365.5 -10031.1l-367 -10031l-368.6 -10030.9l-370.1 -10030.8l-371.7 -10030.7l-373.2 -10030.6l-374.8 -10030.4l-376.3 -10030.4l-377.9 -10030.3l-379.4 -10030.1l-381 -10030l-382.5 -10029.9l-384.1 -10029.8l-385.6 -10029.7l-387.1 -10029.6l-388.7 -10029.4l-390.2 -10029.4l-391.7 -10029.2l-393.3 -10029.1l-394.8 -10029l-396.4 -10028.9l-397.9 -10028.8l-399.4 -10028.7l-401 -10028.6l-402.5 -10028.4l-404 -10028.3l-405.5 -10028.2l-407.1 -10028.1l-408.6 -10028l-410.1 -10027.8l-411.6 -10027.7l-413.2 -10027.6l-414.7 -10027.5l-416.2 -10027.4l-417.7 -10027.2l-419.2 -10027.1l-420.8 -10027l-422.3 -10026.9l-423.8 -10026.7l-425.3 -10026.7l-426.8 -10026.5l-428.3 -10026.4l-429.8 -10026.3l-431.4 -10026.1l-432.9 -10026l-434.4 -10025.9l-435.9 -10025.8l-437.4 -10025.6l-438.9 -10025.5l-440.4 -10025.4l-441.9 -10025.3l-443.4 -10025.2l-444.9 -10025l-446.4 -10024.9l-447.9 -10024.8l-449.4 -10024.7l-450.9 -10024.5l-452.4 -10024.4l-453.9 -10024.3l-455.3 -10024.2l-456.8 -10024l-458.3 -10023.9l-459.8 -10023.8l-461.3 -10023.6l-462.8 -10023.5l-464.3 -10023.4l-465.7 -10023.2l-467.2 -10023.1l-468.7 -10023l-470.2 -10022.9l-471.7 -10022.7l-473.1 -10022.6l-474.6 -10022.5l-476.1 -10022.3l-477.6 -10022.2l-479 -10022l-480.5 -10021.9l-482 -10021.8l-483.4 -10021.7l-484.9 -10021.5l-486.4 -10021.4l-487.8 -10021.3l-489.3 -10021.1l-490.8 -10021l-492.2 -10020.8l-493.7 -10020.7l-495.1 -10020.6l-496.6 -10020.4l-498 -10020.3l-499.5 -10020.2l-500.9 -10020l-502.4 -10019.9l-503.8 -10019.8l-505.3 -10019.6l-506.7 -10019.5l-508.2 -10019.3l-509.6 -10019.2l-511.1 -10019l-512.5 -10018.9l-514 -10018.8l-515.4 -10018.6l-516.8 -10018.5l-518.3 -10018.3l-519.7 -10018.2l-521.1 -10018.1l-522.6 -10017.9l-524 -10017.8l-525.4 -10017.6l-526.9 -10017.5l-528.3 -10017.4l-529.7 -10017.2l-531.1 -10017.1l-532.6 -10016.9l-534 -10016.8l-535.4 -10016.7l-536.8 -10016.5l-538.2 -10016.3l-539.6 -10016.2l-541.1 -10016.1l-542.5 -10015.9l-543.9 -10015.8l-545.3 -10015.6l-546.7 -10015.5l-548.1 -10015.4l-549.5 -10015.2l-550.9 -10015l-552.3 -10014.9l-553.7 -10014.8l-555.1 -10014.6l-556.5 -10014.4l-557.9 -10014.3l-559.3 -10014.2l-560.7 -10014l-562.1 -10013.9l-563.5 -10013.7l-564.9 -10013.6l-566.3 -10013.5l-567.6 -10013.3l-569 -10013.2l-570.4 -10013l-571.8 -10012.9l-573.2 -10012.7l-574.6 -10012.6l-575.9 -10012.4l-577.3 -10012.3l-578.7 -10012.1l-580.1 -10012l-581.4 -10011.8l-582.8 -10011.6l-584.2 -10011.5l-585.5 -10011.4l-586.9 -10011.2l-588.3 -10011l-589.6 -10010.9l-591 -10010.8l-592.3 -10010.6l-593.7 -10010.5l-595.1 -10010.3l-596.4 -10010.1l-597.8 -10010l-599.1 -10009.8l-600.5 -10009.7l-601.8 -10009.5l-603.2 -10009.4l-604.5 -10009.2l-605.9 -10009.1l-607.2 -10008.9l-608.5 -10008.8l-609.9 -10008.6l-611.2 -10008.5l-612.5 -10008.3l-613.9 -10008.1l-615.2 -10008l-616.5 -10007.8l-617.9 -10007.7l-619.2 -10007.5l-620.5 -10007.4l-621.9 -10007.2l-623.2 -10007.1l-624.5 -10006.9l-625.8 -10006.7l-627.1 -10006.6l-628.5 -10006.5l-629.8 -10006.3l-631.1 -10006.1l-632.4 -10006l-633.7 -10005.8l-635 -10005.7l-636.3 -10005.5l-637.6 -10005.3l-638.9 -10005.2l-640.2 -10005l-641.5 -10004.9l-642.8 -10004.7l-644.1 -10004.6l-645.4 -10004.4l-646.7 -10004.3l-648 -10004.1l-649.3 -10003.9l-650.6 -10003.8l-651.9 -10003.6l-653.2 -10003.5l-654.4 -10003.3l-655.7 -10003.1l-657 -10003l-658.3 -10002.8l-659.6 -10002.7l-660.8 -10002.5l-662.1 -10002.4l-663.4 -10002.2l-664.7 -10002.1l-665.9 -10001.9l-667.2 -10001.7l-668.5 -10001.6l-669.7 -10001.4l-671 -10001.3l-672.2 -10001.1l-673.5 -10000.9l-674.8 -10000.8l-676 -10000.6l-677.3 -10000.5l-678.5 -10000.3l-679.8 -10000.1l-681 -10000l-682.3 -9999.8l-683.5 -9999.6l-684.7 -9999.5l-686 -9999.4l-687.2 -9999.2l-688.5 -9999l-689.7 -9998.8l-690.9 -9998.7l-692.2 -9998.6l-693.4 -9998.4l-694.6 -9998.2l-695.9 -9998.1l-697.1 -9997.9l-698.3 -9997.8l-699.5 -9997.6l-700.7 -9997.4l-702 -9997.3l-703.2 -9997.1l-704.4 -9997l-705.6 -9996.8l-706.8 -9996.6l-708 -9996.5l-709.2 -9996.3l-710.4 -9996.2l-711.6 -9996l-712.8 -9995.8l-714 -9995.7l-715.2 -9995.5l-716.4 -9995.4l-717.6 -9995.2l-718.8 -9995l-720 -9994.9l-721.2 -9994.7l-722.4 -9994.5l-723.6 -9994.4l-724.8 -9994.2l-725.9 -9994.1l-727.1 -9993.9l-728.3 -9993.7l-729.5 -9993.6l-730.6 -9993.4l-731.8 -9993.3l-733 -9993.1l-734.2 -9993l-735.3 -9992.8l-736.5 -9992.6l-737.6 -9992.5l-738.8 -9992.3l-740 -9992.2l-741.1 -9992l-742.3 -9991.8l-743.4 -9991.7l-744.6 -9991.5l-745.7 -9991.4l-746.9 -9991.2l-748 -9991l-749.2 -9990.8l-750.3 -9990.7l-751.5 -9990.6l-752.6 -9990.4l-753.7 -9990.2l-754.9 -9990l-756 -9989.9l-757.1 -9989.8l-758.3 -9989.6l-759.4 -9989.4l-760.5 -9989.3l-761.6 -9989.1l-762.8 -9989l-763.9 -9988.8l-765 -9988.6l-766.1 -9988.5l-767.2 -9988.3l-768.3 -9988.2l-769.4 -9988l-770.5 -9987.8l-771.7 -9987.7l-772.8 -9987.5l-773.9 -9987.4l-775 -9987.2l-776.1 -9987.1l-777.2 -9986.9l-778.2 -9986.7l-779.3 -9986.6l-780.4 -9986.4l-781.5 -9986.3l-782.6 -9986.1l-783.7 -9985.9l-784.8 -9985.8l-785.8 -9985.6l-786.9 -9985.5l-788 -9985.3l-789.1 -9985.2l-790.1 -9985l-791.2 -9984.8l-792.3 -9984.7l-793.4 -9984.5l-794.4 -9984.3l-795.5 -9984.2l-796.5 -9984.1l-797.6 -9983.9l-798.7 -9983.7l-799.7 -9983.6l-800.8 -9983.4l-801.8 -9983.3l-802.9 -9983.1l-803.9 -9982.9l-805 -9982.8l-806 -9982.7l-807 -9982.5l-808.1 -9982.3l-809.1 -9982.2l-810.1 -9982l-811.2 -9981.9l-812.2 -9981.7l-813.2 -9981.5l-814.3 -9981.4l-815.3 -9981.3l-816.3 -9981.1l-817.3 -9981l-818.3 -9980.8l-819.4 -9980.6l-820.4 -9980.5l-821.4 -9980.3l-822.4 -9980.2l-823.4 -9980l-824.4 -9979.9l-825.4 -9979.7l-826.4 -9979.6l-827.4 -9979.4l-828.4 -9979.3l-829.4 -9979.1l-830.4 -9979l-831.4 -9978.8l-832.4 -9978.6l-833.4 -9978.5l-834.3 -9978.4l-835.3 -9978.2l-836.3 -9978l-837.3 -9977.9l-838.3 -9977.8l-839.2 -9977.6l-840.2 -9977.4l-841.2 -9977.3l-842.2 -9977.1l-843.1 -9977l-844.1 -9976.8l-845 -9976.7l-846 -9976.6l-847 -9976.4l-847.9 -9976.3l-848.9 -9976.1l-849.8 -9975.9l-850.8 -9975.8l-851.7 -9975.7l-852.7 -9975.5l-853.6 -9975.4l-854.5 -9975.2l-855.5 -9975.1l-856.4 -9974.9l-857.4 -9974.8l-858.3 -9974.6l-859.2 -9974.5l-860.1 -9974.3l-861.1 -9974.2l-862 -9974l-862.9 -9973.9l-863.8 -9973.8l-864.8 -9973.6l-865.7 -9973.5l-866.6 -9973.3l-867.5 -9973.2l-868.4 -9973l-869.3 -9972.9l-870.2 -9972.7l-871.1 -9972.6l-872 -9972.5l-872.9 -9972.3l-873.8 -9972.2l-874.7 -9972l-875.6 -9971.9l-876.5 -9971.7l-877.4 -9971.6l-878.3 -9971.5l-879.1 -9971.3l-880 -9971.2l-880.9 -9971l-881.8 -9970.9l-882.6 -9970.7l-883.5 -9970.6l-884.4 -9970.5l-885.3 -9970.3l-886.1 -9970.2l-887 -9970l-887.8 -9969.9l-888.7 -9969.8l-889.6 -9969.6l-890.4 -9969.5l-891.3 -9969.3l-892.1 -9969.2l-893 -9969.1l-893.8 -9968.9l-894.6 -9968.8l-895.5 -9968.7l-896.3 -9968.5l-897.2 -9968.4l-898 -9968.3l-898.8 -9968.1l-899.7 -9968l-900.5 -9967.9l-901.3 -9967.7l-902.1 -9967.5l-903 -9967.4l-903.8 -9967.3l-904.6 -9967.2l-905.4 -9967l-906.2 -9966.9l-907 -9966.8l-907.8 -9966.6l-908.6 -9966.5l-909.4 -9966.4l-910.3 -9966.3l-911.1 -9966.1l-911.8 -9966l-912.6 -9965.9l-913.4 -9965.7l-914.2 -9965.6l-915 -9965.5l-915.8 -9965.3l-916.6 -9965.2l-917.4 -9965l-918.1 -9964.9l-918.9 -9964.8l-919.7 -9964.7l-920.5 -9964.5l-921.2 -9964.4l-922 -9964.3l-922.8 -9964.2l-923.5 -9964.1l-924.3 -9963.9l-925 -9963.8l-925.8 -9963.7l-926.6 -9963.6l-927.3 -9963.4l-928.1 -9963.3l-928.8 -9963.2l-929.5 -9963.1l-930.3 -9962.9l-931 -9962.8l-931.8 -9962.7l-932.5 -9962.6l-933.2 -9962.4l-934 -9962.3l-934.7 -9962.2l-935.4 -9962.1l-936.1 -9962l-936.9 -9961.8l-937.6 -9961.7l-938.3 -9961.6l-939 -9961.5l-939.7 -9961.4l-733.7 -7772.1M723322.3 -7105026.8l-206.6 -2187.5l-941.2 -9961.1l-941.9 -9961l-942.6 -9960.9l-943.3 -9960.8l-944 -9960.6l-944.7 -9960.5l-945.4 -9960.4l-946 -9960.3l-946.7 -9960.2l-947.4 -9960l-948.1 -9959.9l-948.8 -9959.8l-949.5 -9959.7l-950.1 -9959.6l-950.8 -9959.5l-951.5 -9959.4l-952.2 -9959.3l-952.8 -9959.2l-953.5 -9959l-954.2 -9958.9l-954.8 -9958.8l-955.5 -9958.7l-956.1 -9958.6l-956.8 -9958.5l-957.5 -9958.4l-958.1 -9958.3l-958.8 -9958.2l-959.4 -9958l-960 -9957.9l-960.7 -9957.8l-961.3 -9957.7l-962 -9957.6l-962.6 -9957.5l-963.2 -9957.4l-963.9 -9957.3l-964.5 -9957.2l-965.1 -9957.1l-965.7 -9957l-966.3 -9956.9l-967 -9956.8l-967.6 -9956.7l-968.2 -9956.5l-968.8 -9956.5l-969.4 -9956.4l-970 -9956.3l-970.6 -9956.1l-971.2 -9956.1l-971.8 -9956l-972.4 -9955.9l-973 -9955.8l-973.6 -9955.6l-974.2 -9955.6l-974.8 -9955.5l-975.4 -9955.4l-975.9 -9955.2l-976.5 -9955.2l-977.1 -9955.1l-977.7 -9955l-978.3 -9954.9l-978.8 -9954.7l-979.4 -9954.7l-980 -9954.6l-980.5 -9954.5l-981.1 -9954.4l-981.6 -9954.3l-982.2 -9954.2l-982.7 -9954.1l-983.3 -9954l-983.8 -9953.9l-984.4 -9953.8l-984.9 -9953.7l-985.5 -9953.7l-986 -9953.6l-986.6 -9953.4l-987.1 -9953.4l-987.6 -9953.3l-988.2 -9953.2l-988.7 -9953.1l-989.2 -9953l-989.7 -9952.9l-990.2 -9952.8l-990.8 -9952.8l-991.3 -9952.6l-991.8 -9952.6l-992.3 -9952.5l-992.8 -9952.4l-993.3 -9952.3l-993.8 -9952.3l-994.3 -9952.2l-11.6 -115.9"
id="path1383"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1108579 -1l-.8 -10044.4l-2.5 -10045.5l-4.2 -10045.4l-5.8 -10045.5l-7.5 -10045.5l-9.2 -10045.5l-10.8 -10045.4l-12.5 -10045.4l-14.2 -10045.4l-15.8 -10045.4l-17.5 -10045.4l-19.2 -10045.4l-20.8 -10045.4l-22.5 -10045.4l-24.2 -10045.4l-25.8 -10045.4l-27.5 -10045.4l-29.1 -10045.4l-30.8 -10045.4l-32.5 -10045.4l-34.1 -10045.3l-35.8 -10045.3l-37.5 -10045.3l-39.1 -10045.3l-40.8 -10045.3l-42.5 -10045.3l-44.1 -10045.3l-45.8 -10045.3l-47.5 -10045.2l-49.1 -10045.2l-50.8 -10045.2l-52.4 -10045.2l-54.1 -10045.2l-55.8 -10045.2l-57.4 -10045.1l-59.1 -10045.1l-60.8 -10045.1l-62.4 -10045.1l-64.1 -10045l-65.7 -10045l-67.4 -10045l-69.1 -10045l-70.7 -10045l-72.4 -10044.9l-74.1 -10044.9l-75.7 -10044.9l-77.4 -10044.9l-79 -10044.9l-80.7 -10044.8l-82.4 -10044.8l-84 -10044.8l-85.7 -10044.8l-87.3 -10044.7l-89 -10044.7l-90.7 -10044.7l-92.3 -10044.6l-94 -10044.6l-95.6 -10044.6l-97.3 -10044.6l-99 -10044.5l-100.6 -10044.5l-102.3 -10044.4l-103.9 -10044.4l-105.6 -10044.4l-107.2 -10044.4l-108.9 -10044.3l-110.5 -10044.3l-112.2 -10044.3l-113.9 -10044.2l-115.5 -10044.2l-117.2 -10044.1l-118.8 -10044.1l-120.5 -10044.1l-122.1 -10044l-123.8 -10044l-125.4 -10043.9l-127.1 -10043.9l-128.7 -10043.9l-130.4 -10043.8l-132 -10043.8l-133.7 -10043.7l-135.4 -10043.7l-137 -10043.7l-138.7 -10043.6l-140.3 -10043.5l-142 -10043.5l-143.6 -10043.5l-145.2 -10043.4l-146.9 -10043.4l-148.5 -10043.3l-150.2 -10043.3l-151.8 -10043.3l-153.5 -10043.2l-155.1 -10043.1l-156.8 -10043.1l-158.4 -10043.1l-160.1 -10043l-161.7 -10043l-163.4 -10042.9l-165 -10042.9l-166.6 -10042.8l-168.3 -10042.8l-169.9 -10042.7l-171.6 -10042.6l-173.2 -10042.6l-174.9 -10042.5l-176.5 -10042.5l-178.1 -10042.4l-179.8 -10042.4l-181.4 -10042.3l-183.1 -10042.3l-184.7 -10042.2l-186.3 -10042.1l-188 -10042.1l-189.6 -10042l-191.2 -10042l-192.9 -10041.9l-194.5 -10041.8l-196.1 -10041.8l-197.8 -10041.7l-199.4 -10041.7l-201 -10041.6l-202.7 -10041.5l-204.3 -10041.5l-205.9 -10041.4l-207.6 -10041.3l-209.2 -10041.3l-210.8 -10041.2l-212.5 -10041.1l-214.1 -10041.1l-215.7 -10041l-217.3 -10040.9l-219 -10040.9l-220.6 -10040.8l-222.2 -10040.7l-223.9 -10040.7l-225.5 -10040.6l-227.1 -10040.5l-228.7 -10040.5l-230.3 -10040.4l-232 -10040.3l-233.6 -10040.2l-235.2 -10040.2l-236.8 -10040.1l-238.4 -10040l-240.1 -10039.9l-241.7 -10039.9l-243.3 -10039.8l-244.9 -10039.7l-246.5 -10039.6l-248.2 -10039.6l-249.8 -10039.5l-251.4 -10039.4l-253 -10039.3l-254.6 -10039.3l-256.2 -10039.2l-257.8 -10039.1l-259.4 -10039l-261.1 -10038.9l-262.7 -10038.9l-264.3 -10038.8l-265.9 -10038.7l-267.5 -10038.6l-269.1 -10038.5l-270.7 -10038.5l-272.3 -10038.4l-273.9 -10038.3l-275.5 -10038.2l-277.1 -10038.1l-278.7 -10038l-280.3 -10037.9l-281.9 -10037.8l-283.5 -10037.8l-285.1 -10037.7l-286.7 -10037.6l-288.3 -10037.5l-289.9 -10037.4l-291.5 -10037.3l-293.1 -10037.2l-294.7 -10037.2l-296.3 -10037l-297.9 -10037l-299.5 -10036.9l-301.1 -10036.8l-302.7 -10036.7l-304.2 -10036.6l-305.8 -10036.5l-307.4 -10036.4l-309 -10036.3l-310.6 -10036.2l-312.2 -10036.1l-313.8 -10036l-315.4 -10036l-316.9 -10035.9l-318.5 -10035.7l-320.1 -10035.7l-321.7 -10035.6l-323.3 -10035.5l-324.8 -10035.3l-326.4 -10035.3l-328 -10035.2l-329.6 -10035.1l-331.1 -10035l-332.7 -10034.8l-334.3 -10034.8l-335.9 -10034.7l-337.4 -10034.6l-339 -10034.4l-340.6 -10034.4l-342.2 -10034.3l-343.7 -10034.2l-345.3 -10034.1l-346.9 -10033.9l-348.4 -10033.9l-350 -10033.8l-351.5 -10033.6l-353.1 -10033.5l-354.7 -10033.4l-356.2 -10033.3l-357.8 -10033.2l-359.4 -10033.1l-360.9 -10033l-362.5 -10032.9l-364 -10032.8l-365.6 -10032.7l-367.1 -10032.6l-368.7 -10032.4l-370.2 -10032.4l-371.8 -10032.2l-373.3 -10032.1l-374.9 -10032l-376.4 -10031.9l-378 -10031.8l-379.5 -10031.7l-381.1 -10031.6l-382.6 -10031.4l-384.2 -10031.4l-385.7 -10031.2l-387.2 -10031.1l-388.8 -10031l-390.3 -10030.9l-391.9 -10030.8l-393.4 -10030.7l-394.9 -10030.6l-396.5 -10030.4l-398 -10030.3l-399.5 -10030.2l-401.1 -10030.1l-402.6 -10029.9l-404.1 -10029.9l-405.7 -10029.7l-407.2 -10029.6l-408.7 -10029.5l-410.2 -10029.3l-411.8 -10029.3l-413.3 -10029.1l-414.8 -10029l-416.3 -10028.9l-417.8 -10028.7l-419.4 -10028.7l-420.9 -10028.5l-422.4 -10028.4l-423.9 -10028.3l-425.4 -10028.2l-426.9 -10028l-428.5 -10027.9l-430 -10027.8l-431.5 -10027.6l-433 -10027.5l-434.5 -10027.4l-436 -10027.3l-437.5 -10027.1l-439 -10027l-440.5 -10026.9l-442 -10026.8l-443.5 -10026.7l-445 -10026.5l-446.5 -10026.4l-448 -10026.3l-449.5 -10026.2l-451 -10026l-452.5 -10025.9l-454 -10025.8l-455.5 -10025.6l-457 -10025.5l-458.5 -10025.3l-459.9 -10025.3l-461.4 -10025.1l-462.9 -10025l-464.4 -10024.9l-465.9 -10024.7l-467.4 -10024.6l-468.8 -10024.5l-470.3 -10024.3l-471.8 -10024.2l-473.3 -10024.1l-474.7 -10023.9l-476.2 -10023.8l-477.7 -10023.7l-479.2 -10023.5l-480.6 -10023.4l-482.1 -10023.3l-483.6 -10023.1l-485 -10023l-486.5 -10022.9l-488 -10022.7l-489.4 -10022.6l-490.9 -10022.4l-492.4 -10022.3l-493.8 -10022.2l-495.3 -10022l-496.7 -10021.9l-498.2 -10021.7l-499.6 -10021.6l-501.1 -10021.5l-502.5 -10021.3l-504 -10021.2l-505.4 -10021l-506.9 -10020.9l-508.3 -10020.8l-509.8 -10020.6l-511.2 -10020.5l-512.7 -10020.4l-514.1 -10020.2l-515.5 -10020.1l-517 -10019.9l-518.4 -10019.8l-519.8 -10019.7l-521.3 -10019.5l-522.7 -10019.4l-524.1 -10019.2l-525.6 -10019.1l-527 -10018.9l-528.4 -10018.8l-529.8 -10018.7l-531.3 -10018.5l-532.7 -10018.4l-534.1 -10018.2l-535.5 -10018.1l-537 -10017.9l-538.4 -10017.8l-539.8 -10017.6l-541.2 -10017.5l-542.6 -10017.4l-544 -10017.2l-545.4 -10017.1l-546.8 -10016.9l-548.2 -10016.8l-549.7 -10016.6l-551.1 -10016.4l-552.5 -10016.3l-553.9 -10016.2l-555.3 -10016l-556.7 -10015.8l-558.1 -10015.7l-559.5 -10015.6l-560.8 -10015.4l-562.2 -10015.3l-563.6 -10015.1l-565 -10015l-566.4 -10014.8l-567.8 -10014.7l-569.2 -10014.5l-570.6 -10014.4l-571.9 -10014.2l-573.3 -10014.1l-574.7 -10013.9l-576.1 -10013.8l-577.5 -10013.6l-578.8 -10013.5l-580.2 -10013.3l-581.6 -10013.2l-582.9 -10013l-584.3 -10012.9l-585.7 -10012.7l-587.1 -10012.6l-588.4 -10012.4l-589.8 -10012.3l-591.1 -10012.1l-592.5 -10012l-593.9 -10011.8l-595.2 -10011.6l-596.6 -10011.5l-597.9 -10011.3l-599.3 -10011.2l-600.6 -10011l-602 -10010.9l-603.3 -10010.7l-604.7 -10010.6l-606 -10010.4l-607.3 -10010.2l-608.7 -10010.1l-610 -10010l-611.4 -10009.8l-612.7 -10009.6l-614 -10009.5l-615.4 -10009.3l-616.7 -10009.2l-618 -10009l-619.4 -10008.8l-620.7 -10008.7l-622 -10008.6l-623.3 -10008.4l-624.7 -10008.2l-626 -10008.1l-627.3 -10007.9l-628.6 -10007.8l-629.9 -10007.6l-631.2 -10007.4l-632.6 -10007.3l-633.9 -10007.1l-635.2 -10007l-636.5 -10006.8l-637.8 -10006.6l-639.1 -10006.5l-640.4 -10006.3l-641.7 -10006.2l-643 -10006l-644.3 -10005.9l-645.6 -10005.7l-646.9 -10005.6l-648.2 -10005.4l-649.5 -10005.2l-650.7 -10005.1l-652 -10004.9l-653.3 -10004.8l-654.6 -10004.6l-655.9 -10004.4l-657.2 -10004.3l-658.4 -10004.1l-659.7 -10004l-661 -10003.8l-662.3 -10003.6l-663.5 -10003.5l-664.8 -10003.3l-666.1 -10003.2l-667.3 -10003l-668.6 -10002.8l-669.9 -10002.7l-671.1 -10002.5l-672.4 -10002.3l-673.7 -10002.2l-674.9 -10002l-676.2 -10001.9l-677.4 -10001.7l-678.7 -10001.5l-679.9 -10001.4l-681.2 -10001.2l-682.4 -10001.1l-683.7 -10000.9l-684.9 -10000.8l-686.1 -10000.6l-687.4 -10000.4l-688.6 -10000.3l-689.9 -10000.1l-691.1 -9999.9l-692.3 -9999.8l-693.6 -9999.6l-694.8 -9999.4l-696 -9999.3l-697.2 -9999.1l-698.5 -9999l-699.7 -9998.8l-700.9 -9998.6l-702.1 -9998.5l-703.3 -9998.3l-704.5 -9998.2l-705.8 -9998l-707 -9997.8l-708.2 -9997.7l-709.4 -9997.5l-710.6 -9997.4l-711.8 -9997.2l-713 -9997l-714.2 -9996.9l-715.4 -9996.7l-716.6 -9996.5l-717.8 -9996.4l-719 -9996.2l-720.2 -9996.1l-721.4 -9995.9l-722.5 -9995.7l-723.7 -9995.6l-724.9 -9995.4l-726.1 -9995.3l-727.3 -9995.1l-728.4 -9994.9l-729.6 -9994.8l-730.8 -9994.6l-732 -9994.4l-733.1 -9994.2l-734.3 -9994.1l-735.5 -9994l-736.6 -9993.8l-737.8 -9993.6l-739 -9993.4l-740.1 -9993.3l-741.3 -9993.1l-742.4 -9993l-743.6 -9992.8l-744.7 -9992.6l-745.9 -9992.5l-747 -9992.3l-748.2 -9992.2l-749.3 -9992l-750.5 -9991.9l-751.6 -9991.7l-752.8 -9991.5l-753.9 -9991.4l-755 -9991.2l-756.2 -9991l-757.3 -9990.9l-758.4 -9990.7l-759.5 -9990.5l-760.7 -9990.4l-761.8 -9990.2l-762.9 -9990.1l-764 -9989.9l-765.1 -9989.7l-766.3 -9989.6l-767.4 -9989.4l-768.5 -9989.3l-769.6 -9989.1l-770.7 -9989l-771.8 -9988.8l-772.9 -9988.6l-774 -9988.5l-775.1 -9988.3l-776.2 -9988.1l-777.3 -9988l-778.4 -9987.8l-779.5 -9987.7l-780.6 -9987.5l-781.7 -9987.3l-782.8 -9987.2l-783.8 -9987l-784.9 -9986.8l-786 -9986.7l-787.1 -9986.5l-788.2 -9986.4l-789.2 -9986.2l-790.3 -9986l-791.4 -9985.9l-792.4 -9985.8l-793.5 -9985.6l-794.6 -9985.4l-795.6 -9985.3l-796.7 -9985.1l-797.8 -9985l-798.8 -9984.8l-799.9 -9984.6l-800.9 -9984.5l-802 -9984.3l-803 -9984.2l-804.1 -9984l-805.1 -9983.9l-806.2 -9983.7l-807.2 -9983.5l-808.2 -9983.4l-809.3 -9983.2l-810.3 -9983.1l-811.3 -9982.9l-812.4 -9982.8l-813.4 -9982.6l-814.4 -9982.4l-815.4 -9982.3l-816.5 -9982.1l-817.5 -9982l-818.5 -9981.8l-819.5 -9981.7l-820.5 -9981.5l-821.5 -9981.3l-822.5 -9981.2l-823.6 -9981l-824.6 -9980.9l-825.6 -9980.7l-826.6 -9980.6l-827.6 -9980.4l-828.6 -9980.3l-829.6 -9980.1l-830.5 -9980l-831.5 -9979.8l-832.5 -9979.6l-833.5 -9979.5l-834.5 -9979.3l-835.5 -9979.2l-836.5 -9979l-837.4 -9978.9l-838.4 -9978.7l-839.4 -9978.6l-840.4 -9978.4l-841.3 -9978.2l-842.3 -9978.1l-843.3 -9978l-844.2 -9977.8l-845.2 -9977.6l-846.2 -9977.5l-847.1 -9977.4l-848.1 -9977.2l-849 -9977.1l-850 -9976.9l-850.9 -9976.8l-851.9 -9976.6l-852.8 -9976.5l-853.8 -9976.3l-854.7 -9976.1l-855.6 -9976l-856.6 -9975.9l-857.5 -9975.7l-858.4 -9975.5l-859.4 -9975.4l-860.3 -9975.3l-861.2 -9975.1l-862.1 -9975l-863.1 -9974.8l-864 -9974.7l-864.9 -9974.5l-865.8 -9974.4l-866.7 -9974.2l-867.6 -9974.1l-868.5 -9973.9l-869.5 -9973.8l-870.4 -9973.6l-871.3 -9973.5l-872.2 -9973.3l-873.1 -9973.2l-874 -9973.1l-874.8 -9972.9l-875.7 -9972.8l-876.6 -9972.6l-877.5 -9972.5l-878.4 -9972.3l-879.3 -9972.2l-880.2 -9972l-881 -9971.9l-881.9 -9971.8l-882.8 -9971.6l-883.7 -9971.4l-884.5 -9971.3l-885.4 -9971.2l-886.3 -9971l-887.1 -9970.9l-888 -9970.8l-888.8 -9970.6l-889.7 -9970.5l-890.6 -9970.3l-891.4 -9970.2l-892.3 -9970.1l-893.1 -9969.9l-893.9 -9969.8l-894.8 -9969.6l-895.6 -9969.5l-896.5 -9969.4l-897.3 -9969.2l-898.1 -9969.1l-899 -9968.9l-899.8 -9968.8l-900.6 -9968.7l-901.5 -9968.5l-902.3 -9968.4l-903.1 -9968.3l-903.9 -9968.1l-904.7 -9968l-905.5 -9967.9l-906.4 -9967.7l-907.2 -9967.6l-908 -9967.5l-908.8 -9967.3l-909.6 -9967.2l-910.4 -9967.1l-911.2 -9966.9l-912 -9966.8l-912.8 -9966.7l-913.6 -9966.5l-914.4 -9966.4l-915.1 -9966.3l-915.9 -9966.1l-916.7 -9966l-917.5 -9965.8l-918.3 -9965.7l-919 -9965.6l-919.8 -9965.5l-920.6 -9965.3l-921.4 -9965.2l-922.1 -9965.1l-922.9 -9964.9l-923.7 -9964.8l-924.4 -9964.7l-925.2 -9964.6l-925.9 -9964.4l-926.7 -9964.3l-927.4 -9964.1l-928.2 -9964.1l-928.9 -9963.9l-929.7 -9963.8l-930.4 -9963.7l-931.2 -9963.5l-931.9 -9963.4l-932.6 -9963.3l-933.4 -9963.2l-934.1 -9963l-934.8 -9962.9l-935.5 -9962.8l-936.3 -9962.7l-937 -9962.6l-937.7 -9962.4l-938.4 -9962.3l-939.1 -9962.2l-939.9 -9962.1l-714.2 -7565.2M733303.4 -7105759.9l-226.2 -2395.3l-941.3 -9961.8l-942 -9961.7l-942.7 -9961.6l-943.4 -9961.5l-944.1 -9961.3l-944.8 -9961.2l-945.5 -9961.1l-946.2 -9961l-946.9 -9960.9l-947.5 -9960.7l-948.2 -9960.6l-948.9 -9960.5l-949.6 -9960.4l-950.3 -9960.3l-950.9 -9960.2l-951.6 -9960.1l-952.3 -9959.9l-953 -9959.8l-953.6 -9959.7l-954.3 -9959.6l-954.9 -9959.5l-955.6 -9959.4l-956.3 -9959.2l-956.9 -9959.1l-957.6 -9959l-958.2 -9958.9l-958.9 -9958.8l-959.5 -9958.7l-960.2 -9958.6l-960.8 -9958.5l-961.4 -9958.4l-962.1 -9958.3l-962.7 -9958.1l-963.3 -9958l-964 -9957.9l-964.6 -9957.8l-965.2 -9957.7l-965.8 -9957.6l-966.5 -9957.5l-967.1 -9957.4l-967.7 -9957.3l-968.3 -9957.1l-968.9 -9957.1l-969.5 -9957l-970.1 -9956.9l-970.7 -9956.7l-971.3 -9956.7l-971.9 -9956.6l-972.5 -9956.4l-973.1 -9956.3l-973.7 -9956.2l-974.3 -9956.1l-974.9 -9956l-975.5 -9955.9l-976 -9955.8l-976.6 -9955.7l-977.2 -9955.6l-977.8 -9955.5l-978.3 -9955.4l-978.9 -9955.3l-979.5 -9955.2l-980.1 -9955.1l-980.6 -9955l-981.2 -9954.9l-981.7 -9954.9l-982.3 -9954.8l-982.8 -9954.7l-983.4 -9954.6l-983.9 -9954.4l-984.5 -9954.4l-985 -9954.3l-985.6 -9954.2l-986.1 -9954.1l-986.6 -9954l-987.2 -9953.9l-987.7 -9953.8l-988.2 -9953.7l-988.8 -9953.6l-989.3 -9953.5l-989.8 -9953.5l-990.3 -9953.4l-990.9 -9953.3l-991.4 -9953.2l-991.9 -9953.1l-992.4 -9953l-992.9 -9952.9l-993.4 -9952.8l-993.9 -9952.8l-974.8 -9756.7"
id="path1384"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M754477.8 -4480000l4467.5 -304l9978.1 -679.1l9979.4 -679.2l9980.6 -679.4l9981.8 -679.5l9983.1 -679.6l9984.3 -679.8l9985.6 -679.9l9986.8 -680.1l9988.1 -680.2l9989.3 -680.3l9990.6 -680.5l9991.8 -680.6l9993.1 -680.8l9994.3 -680.9l9995.5 -681.1l9996.8 -681.2l9998 -681.4l9999.3 -681.6l10000.5 -681.7l10001.8 -681.9l10003 -682l10004.3 -682.2l10005.5 -682.4l10006.8 -682.5l10008 -682.7l10009.3 -682.9l10010.5 -683.1l10011.7 -683.2l10013 -683.4l10014.2 -683.6l10015.5 -683.8l10016.7 -683.9l10018 -684.1l10019.2 -684.3l10020.5 -684.5l10021.7 -684.7l10022.9 -684.9l10024.2 -685.1l10025.5 -685.3l10026.7 -685.5l10028 -685.7l10029.2 -685.9l10030.5 -686.1l10031.7 -686.3l10033 -686.5l10034.2 -686.7l10035.5 -686.9l10036.7 -687.1l10038 -687.3l10039.2 -687.5l4495.5 -307.9"
id="path1385"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M754137.6 -4490000l4128 -281.5l9977.9 -680.4l9979.2 -680.5l9980.5 -680.6l9981.7 -680.8l9982.9 -680.9l9984.2 -681l9985.4 -681.2l9986.7 -681.3l9987.9 -681.4l9989.1 -681.6l9990.4 -681.7l9991.7 -681.9l9992.9 -682l9994.1 -682.2l9995.4 -682.3l9996.6 -682.5l9997.9 -682.6l9999.1 -682.8l10000.3 -683l10001.6 -683.1l10002.9 -683.3l10004.1 -683.5l10005.3 -683.6l10006.6 -683.8l10007.8 -684l10009.1 -684.1l10010.3 -684.3l10011.5 -684.5l10012.8 -684.7l10014.1 -684.8l10015.3 -685l10016.6 -685.2l10017.8 -685.4l10019 -685.6l10020.3 -685.8l10021.5 -685.9l10022.8 -686.1l10024 -686.3l10025.3 -686.5l10026.5 -686.7l10027.8 -686.9l10029 -687.1l10030.3 -687.3l10031.5 -687.5l10032.8 -687.7l10034 -687.9l10035.2 -688.1l10036.5 -688.4l10037.7 -688.6l10039 -688.8l4154 -285"
id="path1386"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M753796.8 -4500000l3787.9 -258.7l9977.8 -681.6l9979.1 -681.7l9980.3 -681.9l9981.6 -682l9982.8 -682.1l9984.1 -682.3l9985.3 -682.4l9986.5 -682.5l9987.8 -682.7l9989 -682.8l9990.3 -683l9991.5 -683.1l9992.8 -683.3l9994 -683.4l9995.2 -683.6l9996.5 -683.7l9997.7 -683.9l9999 -684l10000.2 -684.2l10001.5 -684.4l10002.7 -684.5l10003.9 -684.7l10005.2 -684.9l10006.4 -685l10007.7 -685.2l10008.9 -685.4l10010.2 -685.5l10011.4 -685.7l10012.6 -685.9l10013.9 -686.1l10015.1 -686.3l10016.4 -686.4l10017.6 -686.6l10018.9 -686.8l10020.1 -687l10021.3 -687.2l10022.6 -687.4l10023.8 -687.6l10025.1 -687.8l10026.3 -688l10027.6 -688.2l10028.8 -688.4l10030.1 -688.6l10031.3 -688.8l10032.5 -689l10033.8 -689.2l10035 -689.4l10036.3 -689.6l10037.5 -689.8l10038.8 -690l3811.6 -262"
id="path1387"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1118625.2 -1l-.8 -10046.1l-2.5 -10047.1l-4.2 -10047.1l-5.8 -10047.1l-7.5 -10047.1l-9.2 -10047.1l-10.8 -10047.1l-12.5 -10047.1l-14.2 -10047.1l-15.8 -10047.1l-17.5 -10047.1l-19.2 -10047.1l-20.8 -10047.1l-22.5 -10047.1l-24.2 -10047.1l-25.8 -10047.1l-27.5 -10047l-29.2 -10047l-30.8 -10047l-32.5 -10047l-34.2 -10047l-35.8 -10047l-37.5 -10047l-39.1 -10047l-40.8 -10047l-42.5 -10046.9l-44.1 -10046.9l-45.8 -10046.9l-47.5 -10046.9l-49.1 -10046.9l-50.8 -10046.9l-52.5 -10046.9l-54.1 -10046.8l-55.8 -10046.8l-57.5 -10046.8l-59.1 -10046.8l-60.8 -10046.8l-62.4 -10046.8l-64.1 -10046.7l-65.8 -10046.7l-67.4 -10046.7l-69.1 -10046.7l-70.8 -10046.6l-72.4 -10046.6l-74.1 -10046.6l-75.7 -10046.6l-77.4 -10046.5l-79.1 -10046.5l-80.7 -10046.5l-82.4 -10046.5l-84 -10046.4l-85.7 -10046.4l-87.4 -10046.4l-89 -10046.4l-90.7 -10046.3l-92.3 -10046.3l-94 -10046.3l-95.7 -10046.2l-97.3 -10046.2l-99 -10046.2l-100.6 -10046.2l-102.3 -10046.1l-104 -10046.1l-105.6 -10046.1l-107.3 -10046l-108.9 -10046l-110.6 -10045.9l-112.2 -10045.9l-113.9 -10045.9l-115.6 -10045.8l-117.2 -10045.8l-118.9 -10045.8l-120.5 -10045.7l-122.2 -10045.7l-123.8 -10045.6l-125.5 -10045.6l-127.1 -10045.6l-128.8 -10045.5l-130.4 -10045.5l-132.1 -10045.4l-133.7 -10045.4l-135.4 -10045.4l-137 -10045.3l-138.7 -10045.3l-140.3 -10045.2l-142 -10045.2l-143.6 -10045.1l-145.3 -10045.1l-146.9 -10045l-148.6 -10045l-150.2 -10045l-151.9 -10044.9l-153.5 -10044.9l-155.2 -10044.8l-156.8 -10044.8l-158.5 -10044.7l-160.1 -10044.7l-161.8 -10044.6l-163.4 -10044.5l-165.1 -10044.5l-166.7 -10044.4l-168.3 -10044.4l-170 -10044.3l-171.6 -10044.3l-173.3 -10044.2l-174.9 -10044.2l-176.6 -10044.1l-178.2 -10044l-179.8 -10044l-181.5 -10044l-183.1 -10043.9l-184.8 -10043.8l-186.4 -10043.8l-188 -10043.7l-189.7 -10043.7l-191.3 -10043.6l-192.9 -10043.5l-194.6 -10043.5l-196.2 -10043.4l-197.8 -10043.4l-199.5 -10043.3l-201.1 -10043.2l-202.7 -10043.2l-204.4 -10043.1l-206 -10043l-207.6 -10042.9l-209.3 -10042.9l-210.9 -10042.8l-212.5 -10042.8l-214.2 -10042.7l-215.8 -10042.6l-217.4 -10042.6l-219 -10042.5l-220.7 -10042.4l-222.3 -10042.3l-223.9 -10042.3l-225.5 -10042.2l-227.2 -10042.2l-228.8 -10042.1l-230.4 -10042l-232 -10041.9l-233.7 -10041.9l-235.3 -10041.8l-236.9 -10041.7l-238.5 -10041.6l-240.1 -10041.6l-241.8 -10041.5l-243.4 -10041.4l-245 -10041.3l-246.6 -10041.3l-248.2 -10041.2l-249.8 -10041.1l-251.5 -10041l-253.1 -10040.9l-254.7 -10040.9l-256.3 -10040.8l-257.9 -10040.7l-259.5 -10040.6l-261.1 -10040.6l-262.7 -10040.5l-264.4 -10040.4l-266 -10040.3l-267.6 -10040.2l-269.2 -10040.1l-270.8 -10040.1l-272.4 -10040l-274 -10039.9l-275.6 -10039.8l-277.2 -10039.7l-278.8 -10039.6l-280.4 -10039.5l-282 -10039.4l-283.6 -10039.4l-285.2 -10039.3l-286.8 -10039.2l-288.4 -10039.1l-290 -10039l-291.6 -10038.9l-293.2 -10038.8l-294.8 -10038.8l-296.4 -10038.6l-298 -10038.6l-299.6 -10038.5l-301.2 -10038.4l-302.8 -10038.3l-304.3 -10038.2l-305.9 -10038.1l-307.5 -10038l-309.1 -10037.9l-310.7 -10037.8l-312.3 -10037.7l-313.9 -10037.6l-315.5 -10037.5l-317 -10037.4l-318.6 -10037.3l-320.2 -10037.2l-321.8 -10037.1l-323.4 -10037.1l-324.9 -10036.9l-326.5 -10036.9l-328.1 -10036.8l-329.7 -10036.7l-331.2 -10036.6l-332.8 -10036.4l-334.4 -10036.4l-336 -10036.2l-337.5 -10036.1l-339.1 -10036l-340.7 -10035.9l-342.3 -10035.8l-343.8 -10035.7l-345.4 -10035.6l-347 -10035.5l-348.5 -10035.4l-350.1 -10035.3l-351.7 -10035.2l-353.2 -10035.1l-354.8 -10035l-356.3 -10034.9l-357.9 -10034.8l-359.5 -10034.7l-361 -10034.5l-362.6 -10034.5l-364.1 -10034.4l-365.7 -10034.2l-367.2 -10034.1l-368.8 -10034l-370.3 -10033.9l-371.9 -10033.8l-373.5 -10033.7l-375 -10033.5l-376.5 -10033.5l-378.1 -10033.4l-379.6 -10033.2l-381.2 -10033.1l-382.7 -10033l-384.3 -10032.9l-385.8 -10032.8l-387.4 -10032.7l-388.9 -10032.5l-390.4 -10032.4l-392 -10032.3l-393.5 -10032.2l-395.1 -10032.1l-396.6 -10031.9l-398.1 -10031.9l-399.7 -10031.7l-401.2 -10031.6l-402.7 -10031.5l-404.2 -10031.4l-405.8 -10031.3l-407.3 -10031.1l-408.8 -10031l-410.4 -10030.9l-411.9 -10030.8l-413.4 -10030.7l-414.9 -10030.5l-416.5 -10030.4l-418 -10030.3l-419.5 -10030.2l-421 -10030.1l-422.5 -10029.9l-424 -10029.8l-425.6 -10029.7l-427.1 -10029.6l-428.6 -10029.4l-430.1 -10029.3l-431.6 -10029.1l-433.1 -10029.1l-434.6 -10028.9l-436.1 -10028.8l-437.6 -10028.6l-439.1 -10028.6l-440.6 -10028.4l-442.1 -10028.3l-443.6 -10028.2l-445.1 -10028l-446.6 -10027.9l-448.1 -10027.8l-449.6 -10027.7l-451.1 -10027.5l-452.6 -10027.4l-454.1 -10027.3l-455.6 -10027.1l-457.1 -10027l-458.6 -10026.8l-460.1 -10026.7l-461.6 -10026.6l-463 -10026.5l-464.5 -10026.3l-466 -10026.2l-467.5 -10026.1l-469 -10025.9l-470.5 -10025.8l-471.9 -10025.6l-473.4 -10025.5l-474.9 -10025.4l-476.4 -10025.3l-477.8 -10025.1l-479.3 -10025l-480.8 -10024.9l-482.2 -10024.7l-483.7 -10024.6l-485.2 -10024.4l-486.6 -10024.3l-488.1 -10024.2l-489.6 -10024l-491 -10023.9l-492.5 -10023.7l-494 -10023.6l-495.4 -10023.5l-496.9 -10023.4l-498.3 -10023.2l-499.8 -10023.1l-501.2 -10022.9l-502.7 -10022.8l-504.1 -10022.7l-505.6 -10022.5l-507 -10022.4l-508.5 -10022.2l-509.9 -10022.1l-511.4 -10021.9l-512.8 -10021.8l-514.2 -10021.7l-515.7 -10021.5l-517.1 -10021.4l-518.5 -10021.2l-520 -10021.1l-521.4 -10020.9l-522.9 -10020.8l-524.3 -10020.7l-525.7 -10020.5l-527.1 -10020.4l-528.6 -10020.2l-530 -10020.1l-531.4 -10019.9l-532.8 -10019.8l-534.3 -10019.6l-535.7 -10019.5l-537.1 -10019.4l-538.5 -10019.2l-539.9 -10019.1l-541.3 -10018.9l-542.8 -10018.8l-544.2 -10018.6l-545.6 -10018.5l-547 -10018.3l-548.4 -10018.2l-549.8 -10018l-551.2 -10017.8l-552.6 -10017.7l-554 -10017.6l-555.4 -10017.4l-556.8 -10017.2l-558.2 -10017.1l-559.6 -10017l-561 -10016.8l-562.4 -10016.7l-563.8 -10016.5l-565.2 -10016.4l-566.6 -10016.2l-567.9 -10016.1l-569.3 -10015.9l-570.7 -10015.7l-572.1 -10015.6l-573.5 -10015.5l-574.9 -10015.3l-576.2 -10015.1l-577.6 -10015l-579 -10014.9l-580.4 -10014.7l-581.7 -10014.6l-583.1 -10014.4l-584.5 -10014.2l-585.8 -10014.1l-587.2 -10013.9l-588.6 -10013.8l-589.9 -10013.6l-591.3 -10013.5l-592.7 -10013.3l-594 -10013.2l-595.4 -10013l-596.7 -10012.9l-598.1 -10012.7l-599.4 -10012.5l-600.8 -10012.4l-602.1 -10012.2l-603.5 -10012.1l-604.8 -10011.9l-606.2 -10011.8l-607.5 -10011.6l-608.8 -10011.5l-610.2 -10011.3l-611.5 -10011.1l-612.9 -10011l-614.2 -10010.8l-615.5 -10010.7l-616.9 -10010.5l-618.2 -10010.4l-619.5 -10010.2l-620.8 -10010l-622.2 -10009.9l-623.5 -10009.7l-624.8 -10009.6l-626.1 -10009.4l-627.5 -10009.2l-628.8 -10009.1l-630.1 -10008.9l-631.4 -10008.7l-632.7 -10008.6l-634 -10008.4l-635.3 -10008.3l-636.6 -10008.1l-637.9 -10007.9l-639.2 -10007.8l-640.6 -10007.7l-641.9 -10007.5l-643.1 -10007.3l-644.4 -10007.2l-645.7 -10007l-647 -10006.9l-648.3 -10006.7l-649.6 -10006.5l-650.9 -10006.4l-652.2 -10006.2l-653.5 -10006l-654.8 -10005.9l-656 -10005.7l-657.3 -10005.6l-658.6 -10005.4l-659.9 -10005.2l-661.2 -10005l-662.4 -10004.9l-663.7 -10004.8l-665 -10004.6l-666.2 -10004.4l-667.5 -10004.2l-668.8 -10004.1l-670 -10003.9l-671.3 -10003.8l-672.6 -10003.6l-673.8 -10003.5l-675.1 -10003.3l-676.3 -10003.1l-677.6 -10003l-678.8 -10002.8l-680.1 -10002.6l-681.3 -10002.5l-682.6 -10002.3l-683.8 -10002.1l-685.1 -10002l-686.3 -10001.8l-687.5 -10001.7l-688.8 -10001.5l-690 -10001.3l-691.3 -10001.2l-692.5 -10001l-693.7 -10000.9l-694.9 -10000.7l-696.2 -10000.5l-697.4 -10000.4l-698.6 -10000.2l-699.8 -10000l-701.1 -9999.8l-702.3 -9999.7l-703.5 -9999.5l-704.7 -9999.4l-705.9 -9999.2l-707.1 -9999l-708.3 -9998.9l-709.6 -9998.7l-710.8 -9998.6l-712 -9998.4l-713.2 -9998.2l-714.4 -9998.1l-715.6 -9997.9l-716.8 -9997.7l-717.9 -9997.5l-719.1 -9997.4l-720.3 -9997.3l-721.5 -9997.1l-722.7 -9996.9l-723.9 -9996.8l-725.1 -9996.6l-726.3 -9996.4l-727.4 -9996.3l-728.6 -9996.1l-729.8 -9995.9l-731 -9995.8l-732.1 -9995.6l-733.3 -9995.4l-734.5 -9995.3l-735.6 -9995.1l-736.8 -9995l-738 -9994.8l-739.1 -9994.6l-740.3 -9994.5l-741.4 -9994.3l-742.6 -9994.1l-743.8 -9994l-744.9 -9993.8l-746.1 -9993.6l-747.2 -9993.5l-748.4 -9993.3l-749.5 -9993.1l-750.6 -9993l-751.8 -9992.8l-752.9 -9992.7l-754.1 -9992.5l-755.2 -9992.3l-756.3 -9992.2l-757.5 -9992l-758.6 -9991.9l-759.7 -9991.7l-760.8 -9991.5l-762 -9991.4l-763.1 -9991.2l-764.2 -9991l-765.3 -9990.8l-766.4 -9990.7l-767.5 -9990.5l-768.7 -9990.4l-769.8 -9990.2l-770.9 -9990.1l-772 -9989.9l-773.1 -9989.7l-774.2 -9989.6l-775.3 -9989.4l-776.4 -9989.2l-777.5 -9989.1l-778.6 -9988.9l-779.7 -9988.8l-780.7 -9988.6l-781.8 -9988.4l-782.9 -9988.3l-784 -9988.1l-785.1 -9987.9l-786.2 -9987.8l-787.2 -9987.6l-788.3 -9987.5l-789.4 -9987.3l-790.5 -9987.1l-791.5 -9987l-792.6 -9986.8l-793.7 -9986.7l-794.7 -9986.5l-795.8 -9986.3l-796.9 -9986.2l-797.9 -9986l-799 -9985.9l-800 -9985.7l-801.1 -9985.5l-802.1 -9985.4l-803.2 -9985.2l-804.2 -9985l-805.3 -9984.9l-806.3 -9984.7l-807.3 -9984.6l-808.4 -9984.4l-809.4 -9984.2l-810.5 -9984.1l-811.5 -9983.9l-812.5 -9983.8l-813.5 -9983.6l-814.6 -9983.5l-815.6 -9983.3l-816.6 -9983.1l-817.6 -9983l-818.7 -9982.8l-819.7 -9982.7l-820.7 -9982.5l-821.7 -9982.4l-822.7 -9982.2l-823.7 -9982l-824.7 -9981.9l-825.7 -9981.7l-826.7 -9981.6l-827.7 -9981.4l-828.7 -9981.3l-829.7 -9981.1l-830.7 -9980.9l-831.7 -9980.8l-832.7 -9980.6l-833.7 -9980.5l-834.7 -9980.3l-835.6 -9980.2l-836.6 -9980l-837.6 -9979.9l-838.6 -9979.7l-839.5 -9979.5l-840.5 -9979.4l-841.5 -9979.2l-842.5 -9979.1l-843.4 -9978.9l-844.4 -9978.8l-845.3 -9978.6l-846.3 -9978.5l-847.3 -9978.3l-848.2 -9978.2l-849.2 -9978l-850.1 -9977.8l-851.1 -9977.7l-852 -9977.6l-853 -9977.4l-853.9 -9977.2l-854.8 -9977.1l-855.8 -9976.9l-856.7 -9976.8l-857.7 -9976.6l-858.6 -9976.5l-859.5 -9976.3l-860.4 -9976.2l-861.4 -9976l-862.3 -9975.9l-863.2 -9975.7l-864.1 -9975.6l-865 -9975.4l-866 -9975.3l-866.9 -9975.1l-867.8 -9975l-868.7 -9974.8l-869.6 -9974.7l-870.5 -9974.5l-871.4 -9974.4l-872.3 -9974.2l-873.2 -9974.1l-874.1 -9974l-875 -9973.8l-875.9 -9973.7l-876.8 -9973.5l-877.7 -9973.4l-878.5 -9973.2l-879.4 -9973l-880.3 -9972.9l-881.2 -9972.8l-882.1 -9972.6l-882.9 -9972.5l-883.8 -9972.3l-884.7 -9972.2l-885.5 -9972.1l-886.4 -9971.9l-887.3 -9971.7l-888.1 -9971.6l-889 -9971.5l-889.8 -9971.3l-890.7 -9971.2l-891.5 -9971l-892.4 -9970.9l-893.2 -9970.8l-894.1 -9970.6l-894.9 -9970.5l-895.8 -9970.3l-896.6 -9970.2l-897.4 -9970.1l-898.3 -9969.9l-899.1 -9969.8l-899.9 -9969.6l-900.8 -9969.5l-901.6 -9969.4l-902.4 -9969.2l-903.2 -9969.1l-904.1 -9968.9l-904.9 -9968.8l-905.7 -9968.7l-906.5 -9968.5l-907.3 -9968.4l-908.1 -9968.3l-908.9 -9968.1l-909.7 -9968l-910.5 -9967.9l-911.3 -9967.7l-912.1 -9967.6l-912.9 -9967.4l-913.7 -9967.3l-914.5 -9967.2l-915.3 -9967l-916.1 -9966.9l-916.8 -9966.8l-917.6 -9966.6l-918.4 -9966.5l-919.2 -9966.4l-920 -9966.2l-920.7 -9966.1l-921.5 -9966l-922.3 -9965.8l-923 -9965.7l-923.8 -9965.6l-924.5 -9965.4l-925.3 -9965.3l-926.1 -9965.2l-926.8 -9965.1l-927.6 -9964.9l-928.3 -9964.8l-929.1 -9964.7l-929.8 -9964.5l-930.5 -9964.4l-931.3 -9964.3l-932 -9964.2l-932.8 -9964l-933.5 -9963.9l-934.2 -9963.7l-934.9 -9963.7l-935.7 -9963.5l-936.4 -9963.4l-937.1 -9963.3l-937.8 -9963.1l-938.6 -9963l-939.3 -9962.9l-940 -9962.8l-697.7 -7390.2M743282.3 -7106524.8l-242.9 -2571.3l-941.4 -9962.5l-942.1 -9962.4l-942.8 -9962.3l-943.5 -9962.2l-944.2 -9962l-944.9 -9961.9l-945.6 -9961.8l-946.3 -9961.7l-947 -9961.6l-947.7 -9961.4l-948.3 -9961.3l-949 -9961.2l-949.7 -9961.1l-950.4 -9960.9l-951.1 -9960.8l-951.7 -9960.7l-952.4 -9960.6l-953.1 -9960.5l-953.7 -9960.3l-954.4 -9960.3l-955.1 -9960.1l-955.7 -9960l-956.4 -9959.9l-957 -9959.8l-957.7 -9959.7l-958.3 -9959.6l-959 -9959.5l-959.6 -9959.3l-960.3 -9959.2l-960.9 -9959.1l-961.5 -9959l-962.2 -9958.9l-962.8 -9958.7l-963.4 -9958.7l-964.1 -9958.6l-964.7 -9958.4l-965.3 -9958.3l-965.9 -9958.2l-966.6 -9958.1l-967.2 -9958l-967.8 -9957.9l-968.4 -9957.8l-969 -9957.7l-969.6 -9957.6l-970.2 -9957.5l-970.8 -9957.3l-971.4 -9957.3l-972 -9957.1l-972.6 -9957l-973.2 -9956.9l-973.8 -9956.8l-974.4 -9956.7l-975 -9956.6l-975.6 -9956.5l-976.1 -9956.4l-976.7 -9956.3l-977.3 -9956.2l-977.9 -9956.1l-978.4 -9956l-979 -9955.9l-979.6 -9955.8l-980.2 -9955.7l-980.7 -9955.6l-981.3 -9955.5l-981.8 -9955.4l-982.4 -9955.3l-982.9 -9955.2l-983.5 -9955.1l-984 -9955l-984.6 -9954.9l-985.1 -9954.8l-985.7 -9954.7l-986.2 -9954.6l-986.7 -9954.5l-987.3 -9954.4l-987.8 -9954.4l-988.3 -9954.3l-988.9 -9954.1l-989.4 -9954.1l-989.9 -9954l-990.4 -9953.9l-990.9 -9953.8l-991.5 -9953.7l-992 -9953.6l-992.5 -9953.5l-993 -9953.4l-993.5 -9953.3l-994 -9953.3l-948.5 -9493.1"
id="path1388"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M753455.3 -4510000l3447.2 -235.9l9977.7 -682.8l9979 -683l9980.2 -683.1l9981.4 -683.2l9982.7 -683.4l9983.9 -683.5l9985.2 -683.6l9986.4 -683.8l9987.6 -683.9l9988.9 -684.1l9990.1 -684.2l9991.4 -684.4l9992.6 -684.5l9993.8 -684.7l9995.1 -684.8l9996.3 -685l9997.6 -685.1l9998.8 -685.3l10000 -685.4l10001.3 -685.6l10002.5 -685.8l10003.8 -685.9l10005 -686.1l10006.3 -686.3l10007.5 -686.4l10008.7 -686.6l10010 -686.8l10011.2 -687l10012.5 -687.1l10013.7 -687.3l10014.9 -687.5l10016.2 -687.7l10017.4 -687.9l10018.7 -688.1l10019.9 -688.2l10021.2 -688.4l10022.4 -688.6l10023.6 -688.8l10024.9 -689l10026.1 -689.2l10027.4 -689.4l10028.6 -689.6l10029.9 -689.8l10031.1 -690l10032.3 -690.2l10033.6 -690.4l10034.8 -690.6l10036.1 -690.8l10037.3 -691.1l10038.6 -691.3l3468.8 -238.9"
id="path1389"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M753113.3 -4520000l3105.9 -212.9l9977.6 -684.1l9978.8 -684.2l9980.1 -684.3l9981.3 -684.5l9982.5 -684.6l9983.8 -684.7l9985 -684.9l9986.3 -685l9987.5 -685.2l9988.7 -685.3l9990 -685.5l9991.2 -685.6l9992.5 -685.8l9993.7 -685.9l9994.9 -686.1l9996.2 -686.2l9997.4 -686.4l9998.7 -686.5l9999.9 -686.7l10001.1 -686.8l10002.4 -687l10003.6 -687.2l10004.8 -687.3l10006.1 -687.5l10007.3 -687.7l10008.6 -687.9l10009.8 -688l10011 -688.2l10012.3 -688.4l10013.5 -688.6l10014.8 -688.7l10016 -688.9l10017.2 -689.1l10018.5 -689.3l10019.7 -689.5l10021 -689.7l10022.2 -689.9l10023.4 -690.1l10024.7 -690.2l10025.9 -690.4l10027.2 -690.6l10028.4 -690.8l10029.7 -691l10030.9 -691.2l10032.1 -691.5l10033.3 -691.7l10034.6 -691.9l10035.9 -692.1l10037.1 -692.3l10038.3 -692.5l3125.3 -215.6"
id="path1390"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M752770.6 -4530000l2763.9 -189.8l9977.4 -685.3l9978.7 -685.5l9979.9 -685.6l9981.2 -685.7l9982.4 -685.8l9983.6 -686l9984.9 -686.1l9986.1 -686.3l9987.4 -686.4l9988.6 -686.5l9989.8 -686.7l9991.1 -686.8l9992.3 -687l9993.5 -687.1l9994.8 -687.3l9996 -687.5l9997.3 -687.6l9998.5 -687.8l9999.7 -687.9l10001 -688.1l10002.2 -688.2l10003.4 -688.4l10004.6 -688.6l10005.9 -688.7l10007.2 -688.9l10008.4 -689.1l10009.6 -689.3l10010.8 -689.4l10012.1 -689.6l10013.3 -689.8l10014.6 -690l10015.8 -690.2l10017 -690.3l10018.3 -690.5l10019.5 -690.7l10020.8 -690.9l10022 -691.1l10023.3 -691.3l10024.5 -691.5l10025.7 -691.7l10027 -691.9l10028.2 -692.1l10029.4 -692.3l10030.7 -692.5l10031.9 -692.7l10033.1 -692.9l10034.4 -693.1l10035.6 -693.3l10036.9 -693.5l10038.1 -693.8l2781.2 -192.2"
id="path1391"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M752427.2 -4540000l2421.4 -166.6l9977.3 -686.6l9978.6 -686.7l9979.8 -686.8l9981 -687l9982.2 -687.1l9983.5 -687.2l9984.7 -687.4l9986 -687.5l9987.2 -687.6l9988.4 -687.8l9989.7 -687.9l9990.9 -688.1l9992.2 -688.2l9993.4 -688.4l9994.6 -688.5l9995.9 -688.7l9997.1 -688.8l9998.3 -689l9999.5 -689.2l10000.8 -689.3l10002 -689.5l10003.3 -689.7l10004.5 -689.8l10005.7 -690l10007 -690.2l10008.2 -690.3l10009.5 -690.5l10010.7 -690.7l10011.9 -690.9l10013.2 -691l10014.4 -691.2l10015.6 -691.4l10016.8 -691.6l10018.1 -691.8l10019.3 -692l10020.6 -692.1l10021.8 -692.3l10023.1 -692.5l10024.3 -692.7l10025.5 -692.9l10026.8 -693.1l10028 -693.3l10029.2 -693.5l10030.5 -693.7l10031.7 -693.9l10032.9 -694.1l10034.2 -694.4l10035.4 -694.6l10036.7 -694.8l10037.9 -695l2436.5 -168.7"
id="path1392"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M752083.2 -4550000l2078.3 -143.3l9977.2 -687.8l9978.4 -687.9l9979.7 -688.1l9980.9 -688.2l9982.1 -688.3l9983.4 -688.5l9984.6 -688.6l9985.8 -688.7l9987.1 -688.9l9988.3 -689l9989.5 -689.2l9990.8 -689.3l9992 -689.5l9993.2 -689.6l9994.5 -689.8l9995.7 -689.9l9996.9 -690.1l9998.2 -690.2l9999.4 -690.4l10000.6 -690.6l10001.9 -690.7l10003.1 -690.9l10004.3 -691.1l10005.6 -691.2l10006.8 -691.4l10008 -691.6l10009.3 -691.7l10010.5 -691.9l10011.8 -692.1l10013 -692.3l10014.2 -692.5l10015.5 -692.6l10016.7 -692.8l10017.9 -693l10019.2 -693.2l10020.4 -693.4l10021.6 -693.6l10022.9 -693.8l10024.1 -694l10025.3 -694.2l10026.6 -694.4l10027.8 -694.6l10029 -694.8l10030.3 -695l10031.5 -695.2l10032.7 -695.4l10034 -695.6l10035.2 -695.8l10036.5 -696l10037.7 -696.2l2091.1 -145.1"
id="path1393"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M751738.7 -4560000l1734.5 -119.8l9977 -689l9978.3 -689.2l9979.5 -689.3l9980.8 -689.4l9982 -689.6l9983.2 -689.7l9984.5 -689.8l9985.7 -690l9986.9 -690.1l9988.1 -690.3l9989.4 -690.4l9990.6 -690.5l9991.9 -690.7l9993.1 -690.8l9994.3 -691l9995.6 -691.2l9996.8 -691.3l9998 -691.5l9999.2 -691.6l10000.5 -691.8l10001.7 -692l10002.9 -692.1l10004.1 -692.3l10005.4 -692.5l10006.6 -692.6l10007.9 -692.8l10009.1 -693l10010.3 -693.1l10011.6 -693.3l10012.8 -693.5l10014 -693.7l10015.3 -693.9l10016.5 -694l10017.7 -694.2l10019 -694.4l10020.2 -694.6l10021.4 -694.8l10022.7 -695l10023.9 -695.2l10025.1 -695.4l10026.4 -695.6l10027.6 -695.8l10028.8 -696l10030.1 -696.2l10031.3 -696.4l10032.5 -696.6l10033.8 -696.8l10035 -697l10036.2 -697.2l10037.5 -697.5l1745.2 -121.3"
id="path1394"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M751393.5 -4570000l1390.1 -96.2l9976.9 -690.3l9978.2 -690.4l9979.4 -690.5l9980.6 -690.6l9981.8 -690.8l9983.1 -690.9l9984.3 -691.1l9985.6 -691.2l9986.8 -691.3l9988 -691.5l9989.2 -691.6l9990.5 -691.8l9991.7 -691.9l9992.9 -692.1l9994.2 -692.2l9995.4 -692.4l9996.6 -692.5l9997.9 -692.7l9999.1 -692.9l10000.3 -693l10001.6 -693.2l10002.8 -693.4l10004 -693.5l10005.2 -693.7l10006.5 -693.9l10007.7 -694l10008.9 -694.2l10010.1 -694.4l10011.4 -694.6l10012.6 -694.7l10013.9 -694.9l10015.1 -695.1l10016.3 -695.3l10017.6 -695.5l10018.8 -695.7l10020 -695.8l10021.2 -696l10022.5 -696.2l10023.7 -696.4l10024.9 -696.6l10026.2 -696.8l10027.4 -697l10028.6 -697.2l10029.9 -697.4l10031.1 -697.6l10032.3 -697.8l10033.6 -698.1l10034.8 -698.3l10036 -698.5l10037.3 -698.7l1398.7 -97.4"
id="path1395"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M751047.7 -4580000l1045.1 -72.4l9976.8 -691.5l9978 -691.6l9979.3 -691.7l9980.5 -691.9l9981.7 -692l9983 -692.2l9984.2 -692.3l9985.4 -692.4l9986.6 -692.6l9987.8 -692.7l9989.1 -692.9l9990.3 -693l9991.6 -693.2l9992.8 -693.3l9994 -693.5l9995.2 -693.6l9996.5 -693.8l9997.7 -693.9l9998.9 -694.1l10000.2 -694.3l10001.4 -694.4l10002.6 -694.6l10003.8 -694.7l10005.1 -694.9l10006.3 -695.1l10007.5 -695.3l10008.8 -695.4l10010 -695.6l10011.2 -695.8l10012.4 -696l10013.7 -696.1l10014.9 -696.3l10016.1 -696.5l10017.4 -696.7l10018.6 -696.9l10019.8 -697.1l10021 -697.3l10022.3 -697.5l10023.5 -697.7l10024.7 -697.9l10026 -698.1l10027.2 -698.3l10028.4 -698.5l10029.7 -698.7l10030.9 -698.9l10032.1 -699.1l10033.4 -699.3l10034.6 -699.5l10035.8 -699.7l10037 -699.9l1051.4 -73.3"
id="path1396"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M750701.3 -4590000l699.5 -48.6l9976.7 -692.7l9977.9 -692.8l9979.1 -693l9980.4 -693.1l9981.6 -693.2l9982.8 -693.4l9984 -693.5l9985.3 -693.7l9986.5 -693.8l9987.7 -693.9l9989 -694.1l9990.2 -694.2l9991.4 -694.4l9992.6 -694.5l9993.9 -694.7l9995.1 -694.8l9996.3 -695l9997.5 -695.2l9998.7 -695.3l10000 -695.5l10001.2 -695.6l10002.4 -695.8l10003.6 -696l10004.9 -696.1l10006.1 -696.3l10007.4 -696.5l10008.6 -696.7l10009.8 -696.8l10011 -697l10012.3 -697.2l10013.5 -697.4l10014.7 -697.6l10015.9 -697.7l10017.2 -697.9l10018.4 -698.1l10019.6 -698.3l10020.8 -698.5l10022.1 -698.7l10023.3 -698.9l10024.5 -699.1l10025.8 -699.3l10027 -699.5l10028.2 -699.7l10029.5 -699.9l10030.7 -700.1l10031.9 -700.3l10033.1 -700.5l10034.4 -700.7l10035.6 -700.9l10036.8 -701.2l703.7 -49.2"
id="path1397"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M750354.3 -4600000l353.3 -24.6l9976.5 -693.9l9977.8 -694.1l9979 -694.2l9980.2 -694.3l9981.4 -694.5l9982.7 -694.6l9983.9 -694.7l9985.1 -694.9l9986.4 -695l9987.6 -695.2l9988.8 -695.3l9990 -695.5l9991.3 -695.6l9992.5 -695.8l9993.7 -695.9l9994.9 -696.1l9996.2 -696.2l9997.4 -696.4l9998.6 -696.5l9999.8 -696.7l10001.1 -696.9l10002.3 -697l10003.5 -697.2l10004.7 -697.4l10006 -697.5l10007.2 -697.7l10008.4 -697.9l10009.6 -698.1l10010.9 -698.2l10012.1 -698.4l10013.3 -698.6l10014.5 -698.8l10015.7 -699l10017 -699.2l10018.2 -699.3l10019.4 -699.5l10020.6 -699.7l10021.9 -699.9l10023.1 -700.1l10024.3 -700.3l10025.6 -700.5l10026.8 -700.7l10028 -700.9l10029.3 -701.1l10030.5 -701.3l10031.7 -701.5l10032.9 -701.7l10034.2 -702l10035.4 -702.2l10036.6 -702.4l355.4 -24.9"
id="path1398"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1128673.2 -1l-.8 -10047.8l-2.5 -10048.8l-4.2 -10048.8l-5.8 -10048.8l-7.5 -10048.8l-9.2 -10048.8l-10.8 -10048.7l-12.5 -10048.8l-14.2 -10048.8l-15.8 -10048.8l-17.5 -10048.8l-19.2 -10048.7l-20.8 -10048.8l-22.5 -10048.7l-24.2 -10048.7l-25.8 -10048.7l-27.5 -10048.7l-29.2 -10048.7l-30.8 -10048.7l-32.5 -10048.7l-34.2 -10048.6l-35.8 -10048.7l-37.5 -10048.7l-39.2 -10048.6l-40.8 -10048.6l-42.5 -10048.6l-44.2 -10048.6l-45.8 -10048.6l-47.5 -10048.6l-49.2 -10048.5l-50.8 -10048.5l-52.5 -10048.5l-54.1 -10048.5l-55.8 -10048.5l-57.5 -10048.4l-59.1 -10048.5l-60.8 -10048.4l-62.5 -10048.4l-64.1 -10048.4l-65.8 -10048.4l-67.5 -10048.4l-69.1 -10048.3l-70.8 -10048.3l-72.4 -10048.3l-74.1 -10048.3l-75.8 -10048.2l-77.4 -10048.2l-79.1 -10048.2l-80.8 -10048.1l-82.4 -10048.1l-84.1 -10048.1l-85.7 -10048.1l-87.4 -10048l-89.1 -10048l-90.7 -10048l-92.4 -10048l-94 -10047.9l-95.7 -10047.9l-97.4 -10047.9l-99 -10047.8l-100.7 -10047.8l-102.3 -10047.7l-104 -10047.7l-105.6 -10047.7l-107.3 -10047.7l-109 -10047.6l-110.6 -10047.6l-112.3 -10047.6l-113.9 -10047.5l-115.6 -10047.5l-117.2 -10047.4l-118.9 -10047.4l-120.6 -10047.4l-122.2 -10047.3l-123.9 -10047.3l-125.5 -10047.2l-127.2 -10047.2l-128.8 -10047.2l-130.5 -10047.1l-132.1 -10047.1l-133.8 -10047l-135.4 -10047l-137.1 -10047l-138.7 -10046.9l-140.4 -10046.8l-142 -10046.8l-143.7 -10046.8l-145.3 -10046.7l-147 -10046.7l-148.6 -10046.6l-150.3 -10046.6l-151.9 -10046.6l-153.6 -10046.5l-155.2 -10046.4l-156.9 -10046.4l-158.5 -10046.4l-160.2 -10046.3l-161.8 -10046.2l-163.5 -10046.2l-165.1 -10046.1l-166.8 -10046.1l-168.4 -10046l-170 -10046l-171.7 -10045.9l-173.3 -10045.9l-175 -10045.8l-176.6 -10045.8l-178.2 -10045.7l-179.9 -10045.6l-181.5 -10045.6l-183.2 -10045.5l-184.8 -10045.4l-186.4 -10045.4l-188.1 -10045.4l-189.7 -10045.3l-191.4 -10045.2l-193 -10045.1l-194.6 -10045.1l-196.3 -10045.1l-197.9 -10045l-199.5 -10044.9l-201.2 -10044.8l-202.8 -10044.8l-204.4 -10044.7l-206.1 -10044.7l-207.7 -10044.6l-209.3 -10044.5l-211 -10044.5l-212.6 -10044.4l-214.2 -10044.3l-215.9 -10044.2l-217.5 -10044.2l-219.1 -10044.1l-220.7 -10044.1l-222.4 -10044l-224 -10043.9l-225.6 -10043.8l-227.2 -10043.8l-228.9 -10043.7l-230.5 -10043.6l-232.1 -10043.6l-233.7 -10043.5l-235.4 -10043.4l-237 -10043.3l-238.6 -10043.3l-240.2 -10043.2l-241.8 -10043.1l-243.5 -10043l-245.1 -10042.9l-246.7 -10042.9l-248.3 -10042.8l-249.9 -10042.7l-251.5 -10042.6l-253.2 -10042.5l-254.8 -10042.5l-256.4 -10042.4l-258 -10042.3l-259.6 -10042.2l-261.2 -10042.2l-262.8 -10042.1l-264.4 -10042l-266 -10041.9l-267.7 -10041.8l-269.3 -10041.8l-270.9 -10041.7l-272.5 -10041.6l-274.1 -10041.5l-275.7 -10041.4l-277.3 -10041.3l-278.9 -10041.2l-280.5 -10041.2l-282.1 -10041l-283.7 -10041l-285.3 -10040.9l-286.9 -10040.8l-288.5 -10040.7l-290.1 -10040.6l-291.7 -10040.5l-293.3 -10040.4l-294.9 -10040.3l-296.5 -10040.2l-298.1 -10040.2l-299.7 -10040.1l-301.3 -10040l-302.8 -10039.9l-304.4 -10039.8l-306 -10039.7l-307.6 -10039.6l-309.2 -10039.5l-310.8 -10039.4l-312.4 -10039.3l-314 -10039.2l-315.5 -10039.1l-317.1 -10039l-318.7 -10038.9l-320.3 -10038.8l-321.9 -10038.7l-323.5 -10038.6l-325 -10038.5l-326.6 -10038.4l-328.2 -10038.3l-329.8 -10038.2l-331.3 -10038.1l-332.9 -10038l-334.5 -10037.9l-336.1 -10037.8l-337.6 -10037.7l-339.2 -10037.6l-340.8 -10037.5l-342.4 -10037.4l-343.9 -10037.3l-345.5 -10037.2l-347.1 -10037.1l-348.6 -10037l-350.2 -10036.9l-351.8 -10036.8l-353.3 -10036.6l-354.9 -10036.6l-356.4 -10036.5l-358 -10036.3l-359.6 -10036.2l-361.1 -10036.1l-362.7 -10036l-364.2 -10035.9l-365.8 -10035.8l-367.4 -10035.7l-368.9 -10035.5l-370.5 -10035.5l-372 -10035.4l-373.6 -10035.2l-375.1 -10035.1l-376.7 -10035l-378.2 -10034.9l-379.8 -10034.8l-381.3 -10034.7l-382.8 -10034.5l-384.4 -10034.4l-385.9 -10034.3l-387.5 -10034.2l-389 -10034.1l-390.6 -10034l-392.1 -10033.9l-393.6 -10033.7l-395.2 -10033.6l-396.7 -10033.5l-398.2 -10033.4l-399.8 -10033.3l-401.3 -10033.2l-402.8 -10033l-404.4 -10032.9l-405.9 -10032.8l-407.4 -10032.7l-409 -10032.6l-410.5 -10032.4l-412 -10032.3l-413.5 -10032.2l-415.1 -10032.1l-416.6 -10031.9l-418.1 -10031.8l-419.6 -10031.7l-421.1 -10031.6l-422.6 -10031.4l-424.2 -10031.3l-425.7 -10031.2l-427.2 -10031.1l-428.7 -10030.9l-430.2 -10030.8l-431.7 -10030.7l-433.2 -10030.6l-434.7 -10030.4l-436.3 -10030.3l-437.8 -10030.1l-439.3 -10030.1l-440.8 -10029.9l-442.3 -10029.8l-443.8 -10029.7l-445.3 -10029.5l-446.8 -10029.4l-448.3 -10029.3l-449.8 -10029.1l-451.3 -10029l-452.8 -10028.9l-454.2 -10028.8l-455.7 -10028.6l-457.2 -10028.5l-458.7 -10028.3l-460.2 -10028.2l-461.7 -10028.1l-463.2 -10028l-464.7 -10027.8l-466.1 -10027.7l-467.6 -10027.6l-469.1 -10027.4l-470.6 -10027.3l-472.1 -10027.1l-473.5 -10027l-475 -10026.9l-476.5 -10026.7l-478 -10026.6l-479.4 -10026.4l-480.9 -10026.3l-482.4 -10026.2l-483.8 -10026.1l-485.3 -10025.9l-486.8 -10025.8l-488.2 -10025.6l-489.7 -10025.5l-491.2 -10025.4l-492.6 -10025.2l-494.1 -10025.1l-495.5 -10024.9l-497 -10024.8l-498.5 -10024.6l-499.9 -10024.5l-501.4 -10024.4l-502.8 -10024.2l-504.3 -10024.1l-505.7 -10023.9l-507.2 -10023.8l-508.6 -10023.7l-510.1 -10023.5l-511.5 -10023.4l-512.9 -10023.2l-514.4 -10023.1l-515.8 -10023l-517.3 -10022.8l-518.7 -10022.6l-520.1 -10022.5l-521.6 -10022.4l-523 -10022.2l-524.4 -10022.1l-525.9 -10021.9l-527.3 -10021.8l-528.7 -10021.7l-530.1 -10021.5l-531.6 -10021.3l-533 -10021.2l-534.4 -10021.1l-535.8 -10020.9l-537.2 -10020.8l-538.7 -10020.6l-540.1 -10020.5l-541.5 -10020.3l-542.9 -10020.2l-544.3 -10020l-545.7 -10019.9l-547.1 -10019.7l-548.5 -10019.6l-550 -10019.4l-551.4 -10019.2l-552.8 -10019.1l-554.2 -10019l-555.6 -10018.8l-557 -10018.6l-558.4 -10018.5l-559.8 -10018.4l-561.1 -10018.2l-562.5 -10018.1l-563.9 -10017.9l-565.3 -10017.8l-566.7 -10017.6l-568.1 -10017.5l-569.5 -10017.3l-570.9 -10017.1l-572.2 -10017l-573.6 -10016.8l-575 -10016.7l-576.4 -10016.5l-577.8 -10016.4l-579.1 -10016.2l-580.5 -10016.1l-581.9 -10015.9l-583.3 -10015.7l-584.6 -10015.6l-586 -10015.5l-587.4 -10015.3l-588.7 -10015.1l-590.1 -10015l-591.4 -10014.8l-592.8 -10014.7l-594.2 -10014.5l-595.5 -10014.3l-596.9 -10014.2l-598.2 -10014.1l-599.6 -10013.9l-600.9 -10013.7l-602.3 -10013.6l-603.6 -10013.4l-605 -10013.3l-606.3 -10013.1l-607.7 -10012.9l-609 -10012.8l-610.3 -10012.6l-611.7 -10012.5l-613 -10012.3l-614.4 -10012.1l-615.7 -10012l-617 -10011.8l-618.3 -10011.7l-619.7 -10011.5l-621 -10011.4l-622.3 -10011.2l-623.7 -10011l-625 -10010.9l-626.3 -10010.7l-627.6 -10010.6l-628.9 -10010.4l-630.2 -10010.2l-631.6 -10010l-632.9 -10009.9l-634.2 -10009.8l-635.5 -10009.6l-636.8 -10009.4l-638.1 -10009.2l-639.4 -10009.1l-640.7 -10009l-642 -10008.8l-643.3 -10008.6l-644.6 -10008.5l-645.9 -10008.3l-647.2 -10008.1l-648.5 -10008l-649.8 -10007.8l-651.1 -10007.7l-652.4 -10007.5l-653.6 -10007.3l-654.9 -10007.2l-656.2 -10007l-657.5 -10006.8l-658.8 -10006.7l-660 -10006.5l-661.3 -10006.3l-662.6 -10006.2l-663.9 -10006l-665.1 -10005.9l-666.4 -10005.7l-667.7 -10005.5l-668.9 -10005.4l-670.2 -10005.2l-671.5 -10005l-672.7 -10004.8l-674 -10004.7l-675.2 -10004.6l-676.5 -10004.4l-677.7 -10004.2l-679 -10004l-680.3 -10003.9l-681.5 -10003.7l-682.7 -10003.6l-684 -10003.4l-685.2 -10003.2l-686.5 -10003.1l-687.7 -10002.9l-688.9 -10002.7l-690.2 -10002.5l-691.4 -10002.4l-692.7 -10002.2l-693.9 -10002.1l-695.1 -10001.9l-696.3 -10001.8l-697.6 -10001.6l-698.8 -10001.4l-700 -10001.3l-701.2 -10001.1l-702.4 -10000.9l-703.7 -10000.8l-704.9 -10000.6l-706.1 -10000.4l-707.3 -10000.2l-708.5 -10000.1l-709.7 -9999.9l-710.9 -9999.8l-712.1 -9999.6l-713.3 -9999.4l-714.5 -9999.3l-715.7 -9999.1l-716.9 -9998.9l-718.1 -9998.7l-719.3 -9998.6l-720.5 -9998.4l-721.7 -9998.3l-722.9 -9998.1l-724.1 -9997.9l-725.2 -9997.8l-726.4 -9997.6l-727.6 -9997.4l-728.8 -9997.2l-730 -9997.1l-731.1 -9997l-732.3 -9996.8l-733.5 -9996.6l-734.6 -9996.5l-735.8 -9996.3l-737 -9996.1l-738.1 -9996l-739.3 -9995.8l-740.5 -9995.6l-741.6 -9995.5l-742.8 -9995.3l-743.9 -9995.1l-745.1 -9994.9l-746.2 -9994.8l-747.4 -9994.6l-748.5 -9994.5l-749.7 -9994.3l-750.8 -9994.1l-751.9 -9994l-753.1 -9993.8l-754.2 -9993.6l-755.3 -9993.4l-756.5 -9993.3l-757.6 -9993.1l-758.7 -9993l-759.9 -9992.8l-761 -9992.6l-762.1 -9992.5l-763.2 -9992.3l-764.4 -9992.2l-765.5 -9992l-766.6 -9991.8l-767.7 -9991.7l-768.8 -9991.5l-769.9 -9991.3l-771 -9991.2l-772.1 -9991l-773.2 -9990.8l-774.3 -9990.7l-775.4 -9990.5l-776.5 -9990.3l-777.6 -9990.2l-778.7 -9990l-779.8 -9989.8l-780.9 -9989.7l-782 -9989.5l-783.1 -9989.4l-784.2 -9989.2l-785.2 -9989l-786.3 -9988.9l-787.4 -9988.7l-788.5 -9988.5l-789.6 -9988.4l-790.6 -9988.2l-791.7 -9988.1l-792.8 -9987.9l-793.8 -9987.7l-794.9 -9987.5l-796 -9987.4l-797 -9987.2l-798.1 -9987.1l-799.1 -9986.9l-800.2 -9986.7l-801.2 -9986.6l-802.3 -9986.4l-803.3 -9986.3l-804.4 -9986.1l-805.4 -9985.9l-806.5 -9985.8l-807.5 -9985.6l-808.5 -9985.5l-809.6 -9985.3l-810.6 -9985.1l-811.6 -9985l-812.7 -9984.8l-813.7 -9984.6l-814.7 -9984.5l-815.8 -9984.3l-816.8 -9984.2l-817.8 -9984l-818.8 -9983.8l-819.8 -9983.7l-820.8 -9983.5l-821.9 -9983.4l-822.9 -9983.2l-823.9 -9983l-824.9 -9982.9l-825.9 -9982.7l-826.9 -9982.6l-827.9 -9982.4l-828.9 -9982.3l-829.9 -9982.1l-830.9 -9981.9l-831.9 -9981.8l-832.8 -9981.6l-833.8 -9981.5l-834.8 -9981.3l-835.8 -9981.1l-836.8 -9981l-837.8 -9980.8l-838.7 -9980.7l-839.7 -9980.5l-840.7 -9980.4l-841.6 -9980.2l-842.6 -9980l-843.6 -9979.9l-844.5 -9979.7l-845.5 -9979.5l-846.5 -9979.4l-847.4 -9979.3l-848.4 -9979.1l-849.3 -9979l-850.3 -9978.8l-851.2 -9978.7l-852.2 -9978.5l-853.1 -9978.3l-854.1 -9978.2l-855 -9978l-855.9 -9977.9l-856.9 -9977.7l-857.8 -9977.6l-858.7 -9977.4l-859.7 -9977.3l-860.6 -9977.1l-861.5 -9977l-862.4 -9976.8l-863.4 -9976.6l-864.3 -9976.5l-865.2 -9976.4l-866.1 -9976.2l-867 -9976l-867.9 -9975.9l-868.8 -9975.7l-869.7 -9975.6l-870.7 -9975.4l-871.6 -9975.3l-872.5 -9975.1l-873.4 -9975l-874.2 -9974.8l-875.1 -9974.7l-876 -9974.5l-876.9 -9974.4l-877.8 -9974.3l-878.7 -9974.1l-879.6 -9973.9l-880.4 -9973.8l-881.3 -9973.7l-882.2 -9973.5l-883.1 -9973.4l-883.9 -9973.2l-884.8 -9973.1l-885.7 -9972.9l-886.5 -9972.8l-887.4 -9972.6l-888.3 -9972.5l-889.1 -9972.3l-890 -9972.2l-890.8 -9972l-891.7 -9971.9l-892.5 -9971.8l-893.4 -9971.6l-894.2 -9971.5l-895.1 -9971.3l-895.9 -9971.2l-896.8 -9971l-897.6 -9970.9l-898.4 -9970.8l-899.2 -9970.6l-900.1 -9970.5l-900.9 -9970.3l-901.7 -9970.2l-902.6 -9970l-903.4 -9969.9l-904.2 -9969.8l-905 -9969.6l-905.8 -9969.5l-906.6 -9969.3l-907.4 -9969.2l-908.3 -9969.1l-909.1 -9968.9l-909.9 -9968.8l-910.7 -9968.6l-911.5 -9968.5l-912.3 -9968.4l-913 -9968.2l-913.8 -9968.1l-914.6 -9968l-915.4 -9967.8l-916.2 -9967.7l-917 -9967.6l-917.8 -9967.4l-918.5 -9967.3l-919.3 -9967.1l-920.1 -9967l-920.9 -9966.8l-921.6 -9966.7l-922.4 -9966.6l-923.2 -9966.5l-923.9 -9966.3l-924.7 -9966.2l-925.4 -9966.1l-926.2 -9965.9l-926.9 -9965.8l-927.7 -9965.6l-928.4 -9965.5l-929.2 -9965.4l-929.9 -9965.3l-930.7 -9965.2l-931.4 -9965l-932.1 -9964.9l-932.9 -9964.8l-933.6 -9964.6l-934.3 -9964.5l-935.1 -9964.4l-935.8 -9964.3l-936.5 -9964.1l-937.2 -9964l-938 -9963.8l-938.7 -9963.7l-939.4 -9963.6l-940.1 -9963.5l-684.3 -7247.1M753258.8 -7107322l-256.5 -2715.2l-941.5 -9963.2l-942.2 -9963.1l-942.9 -9963l-943.6 -9962.9l-944.3 -9962.7l-945 -9962.6l-945.7 -9962.5l-946.4 -9962.4l-947.1 -9962.2l-947.8 -9962.1l-948.5 -9962l-949.1 -9961.9l-949.8 -9961.8l-950.5 -9961.6l-951.2 -9961.5l-951.8 -9961.4l-952.5 -9961.3l-953.2 -9961.2l-953.9 -9961l-954.5 -9960.9l-955.2 -9960.8l-955.8 -9960.7l-956.5 -9960.5l-957.1 -9960.4l-957.8 -9960.3l-958.4 -9960.2l-959.1 -9960.1l-959.7 -9959.9l-960.4 -9959.9l-961 -9959.7l-961.7 -9959.6l-962.3 -9959.5l-962.9 -9959.4l-963.6 -9959.3l-964.2 -9959.2l-964.8 -9959.1l-965.4 -9958.9l-966.1 -9958.8l-966.7 -9958.7l-967.3 -9958.6l-967.9 -9958.5l-968.5 -9958.4l-969.1 -9958.3l-969.7 -9958.2l-970.3 -9958.1l-970.9 -9957.9l-971.5 -9957.9l-972.1 -9957.7l-972.7 -9957.6l-973.3 -9957.5l-973.9 -9957.4l-974.5 -9957.3l-975.1 -9957.2l-975.7 -9957.1l-976.2 -9957l-976.8 -9956.9l-977.4 -9956.8l-978 -9956.7l-978.6 -9956.6l-979.1 -9956.4l-979.7 -9956.4l-980.3 -9956.3l-980.8 -9956.2l-981.4 -9956l-981.9 -9956l-982.5 -9955.9l-983 -9955.8l-983.6 -9955.7l-984.1 -9955.5l-984.7 -9955.5l-985.2 -9955.4l-985.8 -9955.3l-986.3 -9955.2l-986.8 -9955l-987.4 -9955l-987.9 -9954.9l-988.4 -9954.8l-989 -9954.7l-989.5 -9954.6l-990 -9954.5l-990.5 -9954.4l-991 -9954.3l-991.5 -9954.2l-992.1 -9954.1l-992.6 -9954l-993.1 -9953.9l-993.6 -9953.8l-994.1 -9953.8l-927 -9277.3"
id="path1399"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M750006.5 -4610000l6.5 -.5l9976.4 -695.2l9977.7 -695.3l9978.9 -695.4l9980.1 -695.6l9981.3 -695.7l9982.5 -695.8l9983.8 -696l9985 -696.1l9986.2 -696.2l9987.4 -696.4l9988.7 -696.5l9989.9 -696.7l9991.1 -696.8l9992.3 -697l9993.6 -697.1l9994.8 -697.3l9996 -697.4l9997.2 -697.6l9998.4 -697.8l9999.7 -697.9l10000.9 -698.1l10002.1 -698.3l10003.3 -698.4l10004.6 -698.6l10005.8 -698.8l10007 -698.9l10008.2 -699.1l10009.4 -699.3l10010.7 -699.5l10011.9 -699.6l10013.1 -699.8l10014.4 -700l10015.5 -700.2l10016.8 -700.4l10018 -700.6l10019.2 -700.8l10020.4 -700.9l10021.7 -701.1l10022.9 -701.3l10024.1 -701.5l10025.4 -701.7l10026.6 -701.9l10027.8 -702.1l10029 -702.3l10030.3 -702.6l10031.5 -702.8l10032.7 -703l10033.9 -703.2l10035.2 -703.4l10036.4 -703.6l6.4 -.4"
id="path1400"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M749658.3 -4620000l9635.3 -672.6l9977.5 -696.5l9978.7 -696.6l9980 -696.8l9981.2 -696.9l9982.4 -697l9983.6 -697.2l9984.9 -697.3l9986.1 -697.5l9987.3 -697.6l9988.5 -697.8l9989.7 -697.9l9991 -698.1l9992.1 -698.2l9993.4 -698.4l9994.6 -698.5l9995.8 -698.7l9997.1 -698.8l9998.3 -699l9999.5 -699.2l10000.7 -699.3l10002 -699.5l10003.1 -699.6l10004.4 -699.8l10005.6 -700l10006.8 -700.2l10008.1 -700.3l10009.2 -700.5l10010.5 -700.7l10011.7 -700.9l10012.9 -701l10014.2 -701.2l10015.4 -701.4l10016.6 -701.6l10017.8 -701.8l10019.1 -702l10020.2 -702.2l10021.5 -702.4l10022.7 -702.6l10023.9 -702.8l10025.2 -703l10026.4 -703.2l10027.6 -703.4l10028.8 -703.6l10030.1 -703.8l10031.3 -704l10032.5 -704.2l10033.7 -704.4l10035 -704.6l9693 -680.7"
id="path1401"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M749309.4 -4630000l9287.1 -649.4l9977.4 -697.7l9978.6 -697.9l9979.8 -698l9981 -698.1l9982.3 -698.3l9983.5 -698.4l9984.7 -698.5l9985.9 -698.7l9987.1 -698.8l9988.4 -699l9989.6 -699.1l9990.8 -699.3l9992 -699.4l9993.2 -699.6l9994.5 -699.7l9995.7 -699.9l9996.9 -700.1l9998.1 -700.2l9999.3 -700.4l10000.6 -700.5l10001.8 -700.7l10003 -700.9l10004.2 -701l10005.4 -701.2l10006.7 -701.4l10007.9 -701.6l10009.1 -701.7l10010.3 -701.9l10011.5 -702.1l10012.8 -702.3l10014 -702.5l10015.2 -702.6l10016.4 -702.8l10017.6 -703l10018.9 -703.2l10020.1 -703.4l10021.3 -703.6l10022.5 -703.8l10023.7 -704l10025 -704.2l10026.2 -704.4l10027.4 -704.6l10028.6 -704.8l10029.9 -705l10031 -705.2l10032.3 -705.4l10033.5 -705.6l10034.7 -705.8l9342.7 -657.3"
id="path1402"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M748959.9 -4640000l8938.4 -626.1l9977.3 -699l9978.5 -699.1l9979.7 -699.2l9980.9 -699.3l9982.1 -699.5l9983.4 -699.6l9984.6 -699.8l9985.8 -699.9l9987 -700.1l9988.2 -700.2l9989.4 -700.3l9990.7 -700.5l9991.8 -700.6l9993.1 -700.8l9994.3 -701l9995.5 -701.1l9996.7 -701.3l9997.9 -701.4l9999.2 -701.6l10000.4 -701.8l10001.6 -701.9l10002.8 -702.1l10004.1 -702.3l10005.3 -702.4l10006.5 -702.6l10007.7 -702.8l10008.9 -702.9l10010.1 -703.1l10011.4 -703.3l10012.6 -703.5l10013.8 -703.7l10015 -703.9l10016.2 -704l10017.5 -704.2l10018.7 -704.4l10019.9 -704.6l10021.1 -704.8l10022.3 -705l10023.5 -705.2l10024.8 -705.4l10026 -705.6l10027.2 -705.8l10028.4 -706l10029.6 -706.2l10030.8 -706.4l10032.1 -706.6l10033.3 -706.9l10034.5 -707.1l8991.8 -633.7"
id="path1403"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M748609.9 -4650000l8588.9 -602.7l9977.1 -700.2l9978.3 -700.3l9979.6 -700.4l9980.7 -700.6l9982 -700.7l9983.2 -700.8l9984.4 -701l9985.6 -701.1l9986.8 -701.3l9988.1 -701.4l9989.3 -701.6l9990.5 -701.7l9991.7 -701.9l9992.9 -702l9994.2 -702.2l9995.4 -702.3l9996.6 -702.5l9997.8 -702.6l9999 -702.8l10000.2 -703l10001.5 -703.1l10002.6 -703.3l10003.9 -703.5l10005.1 -703.6l10006.3 -703.8l10007.5 -704l10008.7 -704.2l10010 -704.3l10011.2 -704.5l10012.4 -704.7l10013.6 -704.9l10014.8 -705.1l10016 -705.3l10017.3 -705.5l10018.5 -705.6l10019.7 -705.8l10020.9 -706l10022.1 -706.2l10023.4 -706.4l10024.6 -706.6l10025.8 -706.8l10027 -707l10028.2 -707.2l10029.4 -707.4l10030.6 -707.6l10031.9 -707.9l10033.1 -708.1l10034.3 -708.3l8640.1 -610"
id="path1404"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M748259.1 -4660000l8239 -579.2l9977 -701.4l9978.2 -701.5l9979.4 -701.6l9980.6 -701.8l9981.9 -701.9l9983.1 -702.1l9984.3 -702.2l9985.5 -702.3l9986.7 -702.5l9987.9 -702.6l9989.1 -702.8l9990.4 -702.9l9991.5 -703.1l9992.8 -703.2l9994 -703.4l9995.2 -703.5l9996.4 -703.7l9997.6 -703.9l9998.9 -704l10000.1 -704.2l10001.3 -704.4l10002.5 -704.5l10003.7 -704.7l10004.9 -704.9l10006.1 -705l10007.4 -705.2l10008.5 -705.4l10009.8 -705.6l10011 -705.7l10012.2 -705.9l10013.4 -706.1l10014.6 -706.3l10015.9 -706.5l10017.1 -706.7l10018.3 -706.9l10019.5 -707l10020.7 -707.2l10021.9 -707.4l10023.2 -707.6l10024.4 -707.8l10025.5 -708l10026.8 -708.2l10028 -708.4l10029.2 -708.7l10030.4 -708.9l10031.7 -709.1l10032.9 -709.3l10034.1 -709.5l8287.9 -586.1"
id="path1405"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M747907.7 -4670000l7888.4 -555.5l9976.9 -702.6l9978.1 -702.7l9979.3 -702.9l9980.5 -703l9981.7 -703.1l9982.9 -703.3l9984.1 -703.4l9985.4 -703.6l9986.5 -703.7l9987.8 -703.8l9989 -704l9990.2 -704.1l9991.4 -704.3l9992.6 -704.4l9993.8 -704.6l9995.1 -704.8l9996.3 -704.9l9997.4 -705.1l9998.7 -705.2l9999.9 -705.4l10001.1 -705.6l10002.3 -705.7l10003.5 -705.9l10004.8 -706.1l10006 -706.2l10007.2 -706.4l10008.4 -706.6l10009.6 -706.8l10010.8 -707l10012 -707.1l10013.2 -707.3l10014.4 -707.5l10015.7 -707.7l10016.9 -707.9l10018.1 -708.1l10019.3 -708.3l10020.5 -708.5l10021.7 -708.7l10023 -708.9l10024.2 -709.1l10025.3 -709.3l10026.6 -709.5l10027.8 -709.7l10029 -709.9l10030.2 -710.1l10031.5 -710.3l10032.7 -710.5l10033.9 -710.7l7935.3 -562.2"
id="path1406"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M747555.7 -4680000l7537.3 -531.7l9976.7 -703.8l9978 -703.9l9979.2 -704.1l9980.3 -704.2l9981.6 -704.3l9982.8 -704.5l9984 -704.6l9985.2 -704.8l9986.4 -704.9l9987.6 -705.1l9988.8 -705.2l9990.1 -705.4l9991.2 -705.5l9992.5 -705.7l9993.7 -705.8l9994.9 -706l9996.1 -706.1l9997.3 -706.3l9998.5 -706.4l9999.7 -706.6l10001 -706.8l10002.1 -706.9l10003.4 -707.1l10004.6 -707.3l10005.8 -707.5l10007 -707.6l10008.2 -707.8l10009.4 -708l10010.6 -708.2l10011.9 -708.3l10013.1 -708.5l10014.2 -708.7l10015.5 -708.9l10016.7 -709.1l10017.9 -709.3l10019.1 -709.5l10020.3 -709.7l10021.5 -709.9l10022.8 -710.1l10024 -710.3l10025.1 -710.5l10026.4 -710.7l10027.6 -710.9l10028.8 -711.1l10030 -711.3l10031.2 -711.5l10032.5 -711.7l10033.7 -711.9l7581.8 -538.1"
id="path1407"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M747203.2 -4690000l7185.5 -507.8l9976.6 -705l9977.8 -705.1l9979 -705.3l9980.2 -705.4l9981.4 -705.6l9982.7 -705.7l9983.9 -705.8l9985.1 -706l9986.2 -706.1l9987.5 -706.3l9988.7 -706.4l9989.9 -706.6l9991.1 -706.7l9992.3 -706.9l9993.5 -707l9994.7 -707.2l9996 -707.3l9997.1 -707.5l9998.4 -707.7l9999.6 -707.8l10000.8 -708l10002 -708.2l10003.2 -708.3l10004.4 -708.5l10005.6 -708.7l10006.8 -708.8l10008 -709l10009.2 -709.2l10010.5 -709.4l10011.7 -709.6l10012.9 -709.7l10014.1 -709.9l10015.3 -710.1l10016.5 -710.3l10017.7 -710.5l10018.9 -710.7l10020.1 -710.9l10021.3 -711.1l10022.6 -711.3l10023.8 -711.5l10024.9 -711.7l10026.2 -711.9l10027.4 -712.1l10028.6 -712.3l10029.8 -712.5l10031 -712.7l10032.2 -712.9l10033.4 -713.1l7227.8 -513.8"
id="path1408"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M746850 -4700000l6833.1 -483.7l9976.5 -706.2l9977.7 -706.4l9978.9 -706.5l9980.1 -706.6l9981.3 -706.8l9982.5 -706.9l9983.7 -707l9984.9 -707.2l9986.1 -707.3l9987.3 -707.5l9988.5 -707.6l9989.8 -707.8l9990.9 -707.9l9992.2 -708.1l9993.4 -708.2l9994.6 -708.4l9995.8 -708.5l9997 -708.7l9998.2 -708.9l9999.4 -709l10000.6 -709.2l10001.8 -709.4l10003 -709.5l10004.2 -709.7l10005.4 -709.9l10006.7 -710l10007.8 -710.2l10009.1 -710.4l10010.3 -710.6l10011.5 -710.8l10012.7 -711l10013.9 -711.1l10015.1 -711.3l10016.3 -711.5l10017.5 -711.7l10018.7 -711.9l10019.9 -712.1l10021.1 -712.3l10022.4 -712.5l10023.6 -712.7l10024.7 -712.9l10026 -713.1l10027.2 -713.3l10028.4 -713.5l10029.6 -713.7l10030.8 -713.9l10032 -714.1l10033.2 -714.4l6873.3 -489.4"
id="path1409"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1138722.8 -1l-.8 -10049.4l-2.5 -10050.5l-4.2 -10050.4l-5.8 -10050.5l-7.5 -10050.5l-9.2 -10050.5l-10.8 -10050.4l-12.5 -10050.4l-14.2 -10050.4l-15.8 -10050.4l-17.5 -10050.4l-19.2 -10050.4l-20.8 -10050.4l-22.5 -10050.4l-24.2 -10050.4l-25.8 -10050.4l-27.5 -10050.4l-29.2 -10050.4l-30.8 -10050.4l-32.5 -10050.4l-34.2 -10050.3l-35.8 -10050.3l-37.5 -10050.3l-39.2 -10050.3l-40.8 -10050.3l-42.5 -10050.3l-44.2 -10050.3l-45.8 -10050.3l-47.5 -10050.2l-49.2 -10050.2l-50.8 -10050.2l-52.5 -10050.2l-54.2 -10050.2l-55.8 -10050.2l-57.5 -10050.1l-59.2 -10050.1l-60.8 -10050.1l-62.5 -10050.1l-64.1 -10050l-65.8 -10050l-67.5 -10050l-69.1 -10050l-70.8 -10050l-72.5 -10049.9l-74.1 -10049.9l-75.8 -10049.9l-77.5 -10049.9l-79.1 -10049.8l-80.8 -10049.8l-82.4 -10049.8l-84.1 -10049.8l-85.8 -10049.7l-87.4 -10049.7l-89.1 -10049.7l-90.7 -10049.7l-92.4 -10049.6l-94.1 -10049.6l-95.7 -10049.5l-97.4 -10049.5l-99 -10049.5l-100.7 -10049.5l-102.4 -10049.4l-104 -10049.4l-105.7 -10049.4l-107.3 -10049.3l-109 -10049.3l-110.7 -10049.2l-112.3 -10049.2l-114 -10049.2l-115.6 -10049.2l-117.3 -10049.1l-118.9 -10049.1l-120.6 -10049l-122.3 -10049l-123.9 -10049l-125.6 -10048.9l-127.2 -10048.9l-128.9 -10048.8l-130.5 -10048.8l-132.2 -10048.7l-133.8 -10048.7l-135.5 -10048.7l-137.1 -10048.6l-138.8 -10048.6l-140.4 -10048.5l-142.1 -10048.5l-143.7 -10048.4l-145.4 -10048.4l-147 -10048.3l-148.7 -10048.3l-150.3 -10048.2l-152 -10048.2l-153.6 -10048.1l-155.3 -10048.1l-156.9 -10048l-158.6 -10048l-160.2 -10047.9l-161.9 -10047.9l-163.5 -10047.8l-165.2 -10047.8l-166.8 -10047.7l-168.4 -10047.7l-170.1 -10047.6l-171.7 -10047.6l-173.4 -10047.5l-175 -10047.5l-176.7 -10047.4l-178.3 -10047.3l-179.9 -10047.3l-181.6 -10047.2l-183.2 -10047.2l-184.9 -10047.1l-186.5 -10047.1l-188.1 -10047l-189.8 -10046.9l-191.4 -10046.9l-193.1 -10046.8l-194.7 -10046.7l-196.3 -10046.7l-198 -10046.6l-199.6 -10046.6l-201.2 -10046.5l-202.9 -10046.4l-204.5 -10046.4l-206.1 -10046.3l-207.8 -10046.2l-209.4 -10046.2l-211 -10046.1l-212.7 -10046l-214.3 -10046l-215.9 -10045.9l-217.6 -10045.8l-219.2 -10045.8l-220.8 -10045.7l-222.4 -10045.6l-224.1 -10045.5l-225.7 -10045.5l-227.3 -10045.4l-228.9 -10045.3l-230.6 -10045.2l-232.2 -10045.2l-233.8 -10045.1l-235.4 -10045l-237.1 -10044.9l-238.7 -10044.9l-240.3 -10044.8l-241.9 -10044.7l-243.5 -10044.7l-245.1 -10044.5l-246.8 -10044.5l-248.4 -10044.4l-250 -10044.3l-251.6 -10044.3l-253.2 -10044.1l-254.8 -10044.1l-256.5 -10044l-258.1 -10043.9l-259.7 -10043.8l-261.3 -10043.8l-262.9 -10043.7l-264.5 -10043.6l-266.1 -10043.5l-267.7 -10043.4l-269.3 -10043.4l-271 -10043.3l-272.6 -10043.2l-274.2 -10043.1l-275.8 -10043l-277.4 -10042.9l-279 -10042.8l-280.6 -10042.8l-282.2 -10042.6l-283.8 -10042.6l-285.4 -10042.5l-287 -10042.4l-288.6 -10042.3l-290.2 -10042.2l-291.8 -10042.1l-293.4 -10042l-295 -10041.9l-296.6 -10041.8l-298.2 -10041.8l-299.8 -10041.7l-301.3 -10041.6l-302.9 -10041.5l-304.5 -10041.3l-306.1 -10041.3l-307.7 -10041.2l-309.3 -10041.1l-310.9 -10041l-312.5 -10040.9l-314.1 -10040.8l-315.6 -10040.7l-317.2 -10040.6l-318.8 -10040.5l-320.4 -10040.4l-322 -10040.3l-323.6 -10040.2l-325.1 -10040.1l-326.7 -10040l-328.3 -10039.9l-329.9 -10039.8l-331.5 -10039.7l-333 -10039.6l-334.6 -10039.5l-336.2 -10039.4l-337.7 -10039.3l-339.3 -10039.2l-340.9 -10039.1l-342.5 -10039l-344 -10038.9l-345.6 -10038.8l-347.2 -10038.6l-348.7 -10038.6l-350.3 -10038.4l-351.9 -10038.3l-353.4 -10038.2l-355 -10038.1l-356.6 -10038l-358.1 -10037.9l-359.7 -10037.8l-361.2 -10037.7l-362.8 -10037.6l-364.4 -10037.5l-365.9 -10037.4l-367.5 -10037.2l-369 -10037.1l-370.6 -10037l-372.1 -10036.9l-373.7 -10036.8l-375.2 -10036.6l-376.8 -10036.6l-378.3 -10036.4l-379.9 -10036.3l-381.4 -10036.2l-383 -10036.1l-384.5 -10036l-386.1 -10035.9l-387.6 -10035.8l-389.1 -10035.6l-390.7 -10035.5l-392.2 -10035.4l-393.8 -10035.3l-395.3 -10035.2l-396.8 -10035l-398.4 -10034.9l-399.9 -10034.8l-401.4 -10034.7l-403 -10034.5l-404.5 -10034.4l-406 -10034.3l-407.5 -10034.2l-409.1 -10034.1l-410.6 -10033.9l-412.1 -10033.8l-413.7 -10033.7l-415.2 -10033.6l-416.7 -10033.5l-418.2 -10033.3l-419.7 -10033.2l-421.3 -10033.1l-422.8 -10033l-424.3 -10032.8l-425.8 -10032.7l-427.3 -10032.6l-428.8 -10032.5l-430.3 -10032.3l-431.9 -10032.2l-433.4 -10032.1l-434.9 -10031.9l-436.4 -10031.8l-437.9 -10031.7l-439.4 -10031.6l-440.9 -10031.4l-442.4 -10031.3l-443.9 -10031.2l-445.4 -10031l-446.9 -10030.9l-448.4 -10030.8l-449.9 -10030.6l-451.4 -10030.5l-452.9 -10030.4l-454.4 -10030.2l-455.9 -10030.1l-457.4 -10030l-458.8 -10029.8l-460.3 -10029.7l-461.8 -10029.6l-463.3 -10029.4l-464.8 -10029.3l-466.3 -10029.1l-467.8 -10029l-469.2 -10028.9l-470.7 -10028.8l-472.2 -10028.6l-473.7 -10028.5l-475.2 -10028.4l-476.6 -10028.2l-478.1 -10028.1l-479.6 -10027.9l-481 -10027.8l-482.5 -10027.7l-484 -10027.5l-485.5 -10027.4l-486.9 -10027.2l-488.4 -10027.1l-489.8 -10027l-491.3 -10026.8l-492.8 -10026.7l-494.2 -10026.5l-495.7 -10026.4l-497.1 -10026.3l-498.6 -10026.1l-500.1 -10026l-501.5 -10025.8l-503 -10025.7l-504.4 -10025.6l-505.9 -10025.4l-507.3 -10025.3l-508.8 -10025.1l-510.2 -10025l-511.6 -10024.8l-513.1 -10024.7l-514.5 -10024.5l-516 -10024.4l-517.4 -10024.3l-518.8 -10024.1l-520.3 -10024l-521.7 -10023.8l-523.1 -10023.7l-524.6 -10023.5l-526 -10023.3l-527.4 -10023.2l-528.9 -10023.1l-530.3 -10022.9l-531.7 -10022.7l-533.1 -10022.6l-534.6 -10022.5l-536 -10022.3l-537.4 -10022.2l-538.8 -10022l-540.2 -10021.9l-541.6 -10021.7l-543.1 -10021.6l-544.5 -10021.4l-545.9 -10021.3l-547.3 -10021.1l-548.7 -10021l-550.1 -10020.8l-551.5 -10020.6l-552.9 -10020.5l-554.3 -10020.4l-555.7 -10020.2l-557.1 -10020l-558.5 -10019.9l-559.9 -10019.8l-561.3 -10019.6l-562.7 -10019.5l-564.1 -10019.3l-565.5 -10019.2l-566.9 -10019l-568.3 -10018.8l-569.6 -10018.7l-571 -10018.5l-572.4 -10018.4l-573.8 -10018.2l-575.2 -10018.1l-576.5 -10017.9l-577.9 -10017.8l-579.3 -10017.6l-580.7 -10017.5l-582 -10017.3l-583.4 -10017.1l-584.8 -10017l-586.1 -10016.8l-587.5 -10016.7l-588.9 -10016.5l-590.2 -10016.4l-591.6 -10016.2l-593 -10016l-594.3 -10015.9l-595.7 -10015.7l-597 -10015.6l-598.4 -10015.4l-599.7 -10015.2l-601.1 -10015.1l-602.4 -10014.9l-603.8 -10014.8l-605.1 -10014.6l-606.5 -10014.5l-607.8 -10014.3l-609.2 -10014.1l-610.5 -10014l-611.8 -10013.8l-613.2 -10013.7l-614.5 -10013.5l-615.8 -10013.3l-617.2 -10013.2l-618.5 -10013l-619.8 -10012.8l-621.2 -10012.7l-622.5 -10012.5l-623.8 -10012.4l-625.1 -10012.2l-626.5 -10012l-627.8 -10011.9l-629.1 -10011.7l-630.4 -10011.6l-631.7 -10011.4l-633 -10011.2l-634.3 -10011.1l-635.7 -10010.9l-637 -10010.7l-638.3 -10010.5l-639.6 -10010.4l-640.9 -10010.3l-642.2 -10010.1l-643.5 -10009.9l-644.8 -10009.8l-646.1 -10009.6l-647.4 -10009.4l-648.7 -10009.3l-649.9 -10009.1l-651.2 -10008.9l-652.5 -10008.8l-653.8 -10008.6l-655.1 -10008.5l-656.4 -10008.3l-657.7 -10008.1l-658.9 -10008l-660.2 -10007.8l-661.5 -10007.6l-662.8 -10007.5l-664 -10007.3l-665.3 -10007.1l-666.6 -10007l-667.8 -10006.8l-669.1 -10006.6l-670.4 -10006.5l-671.6 -10006.3l-672.9 -10006.1l-674.1 -10006l-675.4 -10005.8l-676.7 -10005.6l-677.9 -10005.5l-679.2 -10005.3l-680.4 -10005.1l-681.7 -10005l-682.9 -10004.8l-684.2 -10004.6l-685.4 -10004.5l-686.6 -10004.3l-687.9 -10004.1l-689.1 -10004l-690.3 -10003.8l-691.6 -10003.6l-692.8 -10003.5l-694 -10003.3l-695.3 -10003.1l-696.5 -10003l-697.7 -10002.8l-699 -10002.6l-700.2 -10002.5l-701.4 -10002.3l-702.6 -10002.1l-703.8 -10002l-705 -10001.8l-706.3 -10001.6l-707.5 -10001.4l-708.7 -10001.3l-709.9 -10001.1l-711.1 -10001l-712.3 -10000.8l-713.5 -10000.6l-714.7 -10000.5l-715.9 -10000.3l-717.1 -10000.1l-718.3 -9999.9l-719.5 -9999.8l-720.7 -9999.6l-721.9 -9999.5l-723 -9999.3l-724.2 -9999.1l-725.4 -9999l-726.6 -9998.8l-727.8 -9998.6l-728.9 -9998.4l-730.1 -9998.3l-731.3 -9998.1l-732.5 -9998l-733.6 -9997.8l-734.8 -9997.6l-736 -9997.5l-737.1 -9997.3l-738.3 -9997.1l-739.5 -9996.9l-740.6 -9996.8l-741.8 -9996.6l-742.9 -9996.4l-744.1 -9996.3l-745.2 -9996.1l-746.4 -9995.9l-747.5 -9995.8l-748.7 -9995.6l-749.8 -9995.4l-751 -9995.3l-752.1 -9995.1l-753.2 -9994.9l-754.4 -9994.8l-755.5 -9994.6l-756.7 -9994.4l-757.8 -9994.3l-758.9 -9994.1l-760 -9993.9l-761.2 -9993.8l-762.3 -9993.6l-763.4 -9993.4l-764.5 -9993.3l-765.6 -9993.1l-766.8 -9992.9l-767.9 -9992.8l-769 -9992.6l-770.1 -9992.4l-771.2 -9992.3l-772.3 -9992.1l-773.4 -9991.9l-774.5 -9991.8l-775.6 -9991.6l-776.7 -9991.4l-777.8 -9991.3l-778.9 -9991.1l-780 -9990.9l-781.1 -9990.7l-782.2 -9990.6l-783.2 -9990.4l-784.3 -9990.3l-785.4 -9990.1l-786.5 -9989.9l-787.6 -9989.8l-788.6 -9989.6l-789.7 -9989.5l-790.8 -9989.3l-791.9 -9989.1l-792.9 -9989l-794 -9988.8l-795.1 -9988.6l-796.1 -9988.5l-797.2 -9988.3l-798.2 -9988.1l-799.3 -9988l-800.3 -9987.8l-801.4 -9987.6l-802.5 -9987.5l-803.5 -9987.3l-804.5 -9987.1l-805.6 -9987l-806.6 -9986.8l-807.7 -9986.7l-808.7 -9986.5l-809.7 -9986.3l-810.8 -9986.2l-811.8 -9986l-812.8 -9985.8l-813.9 -9985.6l-814.9 -9985.5l-815.9 -9985.4l-816.9 -9985.2l-818 -9985l-819 -9984.8l-820 -9984.7l-821 -9984.5l-822 -9984.4l-823 -9984.2l-824 -9984l-825 -9983.9l-826 -9983.7l-827 -9983.6l-828 -9983.4l-829 -9983.3l-830 -9983.1l-831 -9982.9l-832 -9982.8l-833 -9982.6l-834 -9982.4l-835 -9982.3l-836 -9982.1l-836.9 -9981.9l-837.9 -9981.8l-838.9 -9981.7l-839.9 -9981.5l-840.8 -9981.3l-841.8 -9981.1l-842.8 -9981l-843.7 -9980.9l-844.7 -9980.7l-845.7 -9980.5l-846.6 -9980.4l-847.6 -9980.2l-848.5 -9980.1l-849.5 -9979.9l-850.4 -9979.7l-851.4 -9979.6l-852.3 -9979.4l-853.3 -9979.3l-854.2 -9979.1l-855.1 -9978.9l-856.1 -9978.8l-857 -9978.7l-858 -9978.5l-858.9 -9978.3l-859.8 -9978.2l-860.7 -9978l-861.7 -9977.9l-862.6 -9977.7l-863.5 -9977.5l-864.4 -9977.4l-865.4 -9977.3l-866.3 -9977.1l-867.2 -9976.9l-868.1 -9976.8l-869 -9976.7l-869.9 -9976.5l-870.8 -9976.3l-871.7 -9976.2l-872.6 -9976l-873.5 -9975.9l-874.4 -9975.7l-875.3 -9975.6l-876.2 -9975.4l-877.1 -9975.3l-878 -9975.1l-878.8 -9975l-879.7 -9974.8l-880.6 -9974.7l-881.5 -9974.5l-882.4 -9974.4l-883.2 -9974.2l-884.1 -9974.1l-885 -9973.9l-885.8 -9973.8l-886.7 -9973.6l-887.6 -9973.5l-888.4 -9973.3l-889.3 -9973.2l-890.1 -9973l-891 -9972.9l-891.8 -9972.7l-892.7 -9972.6l-893.5 -9972.5l-894.4 -9972.3l-895.2 -9972.1l-896.1 -9972l-896.9 -9971.9l-897.7 -9971.7l-898.6 -9971.6l-899.4 -9971.4l-900.2 -9971.3l-901.1 -9971.2l-901.9 -9971l-902.7 -9970.8l-903.5 -9970.7l-904.3 -9970.6l-905.2 -9970.4l-906 -9970.3l-906.8 -9970.1l-907.6 -9970l-908.4 -9969.9l-909.2 -9969.7l-910 -9969.6l-910.8 -9969.4l-911.6 -9969.3l-912.4 -9969.2l-913.2 -9969l-914 -9968.9l-914.8 -9968.7l-915.5 -9968.6l-916.3 -9968.5l-917.1 -9968.3l-917.9 -9968.2l-918.7 -9968.1l-919.4 -9967.9l-920.2 -9967.8l-921 -9967.6l-921.8 -9967.5l-922.5 -9967.4l-923.3 -9967.2l-924.1 -9967.1l-924.8 -9966.9l-925.6 -9966.8l-926.3 -9966.7l-927.1 -9966.6l-927.8 -9966.4l-928.6 -9966.3l-929.3 -9966.2l-930.1 -9966l-930.8 -9965.9l-931.5 -9965.7l-932.3 -9965.6l-933 -9965.5l-933.7 -9965.4l-934.5 -9965.2l-935.2 -9965.1l-935.9 -9965l-936.7 -9964.8l-937.4 -9964.7l-938.1 -9964.6l-938.8 -9964.5l-939.5 -9964.3l-940.2 -9964.2l-673.8 -7136.1M763233.1 -7108151.2l-267.1 -2827.2l-941.6 -9963.9l-942.4 -9963.8l-943.1 -9963.7l-943.8 -9963.6l-944.4 -9963.4l-945.1 -9963.3l-945.8 -9963.2l-946.5 -9963.1l-947.2 -9962.9l-947.9 -9962.8l-948.6 -9962.7l-949.3 -9962.6l-949.9 -9962.4l-950.6 -9962.3l-951.3 -9962.2l-952 -9962.1l-952.6 -9961.9l-953.3 -9961.8l-954 -9961.7l-954.6 -9961.6l-955.3 -9961.5l-956 -9961.3l-956.6 -9961.2l-957.3 -9961.1l-957.9 -9961l-958.6 -9960.9l-959.2 -9960.7l-959.9 -9960.6l-960.5 -9960.5l-961.1 -9960.4l-961.8 -9960.3l-962.4 -9960.2l-963 -9960l-963.7 -9959.9l-964.3 -9959.8l-964.9 -9959.7l-965.5 -9959.5l-966.2 -9959.5l-966.8 -9959.3l-967.4 -9959.2l-968 -9959.1l-968.6 -9959l-969.2 -9958.9l-969.8 -9958.8l-970.4 -9958.7l-971 -9958.5l-971.6 -9958.5l-972.2 -9958.3l-972.8 -9958.2l-973.4 -9958.1l-974 -9958l-974.6 -9957.9l-975.2 -9957.8l-975.8 -9957.7l-976.4 -9957.5l-976.9 -9957.5l-977.5 -9957.4l-978.1 -9957.3l-978.7 -9957.2l-979.2 -9957l-979.8 -9956.9l-980.4 -9956.8l-980.9 -9956.7l-981.5 -9956.6l-982 -9956.5l-982.6 -9956.4l-983.1 -9956.3l-983.7 -9956.2l-984.2 -9956.1l-984.8 -9956l-985.3 -9955.9l-985.9 -9955.8l-986.4 -9955.7l-986.9 -9955.6l-987.5 -9955.5l-988 -9955.4l-988.5 -9955.3l-989.1 -9955.2l-989.6 -9955.1l-990.1 -9955l-990.6 -9954.9l-991.1 -9954.8l-991.6 -9954.7l-992.2 -9954.6l-992.7 -9954.5l-993.2 -9954.4l-993.7 -9954.3l-994.2 -9954.3l-910.2 -9109.4"
id="path1410"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M746496.3 -4710000l6480.1 -459.5l9976.3 -707.4l9977.6 -707.6l9978.8 -707.7l9979.9 -707.8l9981.2 -708l9982.4 -708.1l9983.6 -708.2l9984.8 -708.4l9986 -708.5l9987.2 -708.7l9988.4 -708.8l9989.6 -709l9990.8 -709.1l9992 -709.3l9993.2 -709.4l9994.4 -709.6l9995.6 -709.7l9996.8 -709.9l9998 -710.1l9999.2 -710.2l10000.5 -710.4l10001.6 -710.6l10002.9 -710.7l10004.1 -710.9l10005.3 -711.1l10006.5 -711.3l10007.7 -711.4l10008.9 -711.6l10010.1 -711.8l10011.3 -712l10012.5 -712.2l10013.7 -712.3l10014.9 -712.5l10016.1 -712.7l10017.3 -712.9l10018.5 -713.1l10019.7 -713.3l10020.9 -713.5l10022.2 -713.7l10023.4 -713.9l10024.5 -714.1l10025.8 -714.3l10027 -714.5l10028.2 -714.7l10029.4 -714.9l10030.6 -715.1l10031.8 -715.3l10033 -715.6l6518.2 -465"
id="path1411"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M746141.9 -4720000l6126.5 -435.2l9976.2 -708.6l9977.4 -708.8l9978.6 -708.9l9979.8 -709l9981 -709.2l9982.2 -709.3l9983.4 -709.5l9984.6 -709.6l9985.8 -709.7l9987 -709.9l9988.3 -710l9989.5 -710.2l9990.6 -710.3l9991.9 -710.5l9993.1 -710.6l9994.3 -710.8l9995.5 -711l9996.6 -711.1l9997.9 -711.3l9999.1 -711.4l10000.3 -711.6l10001.5 -711.8l10002.7 -711.9l10003.9 -712.1l10005.1 -712.3l10006.3 -712.5l10007.5 -712.6l10008.7 -712.8l10009.9 -713l10011.1 -713.2l10012.3 -713.4l10013.5 -713.5l10014.7 -713.7l10015.9 -713.9l10017.1 -714.1l10018.3 -714.3l10019.5 -714.5l10020.8 -714.7l10022 -714.9l10023.2 -715.1l10024.3 -715.3l10025.6 -715.5l10026.8 -715.7l10028 -715.9l10029.2 -716.1l10030.4 -716.3l10031.6 -716.6l10032.8 -716.8l6162.4 -440.3"
id="path1412"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M745786.9 -4730000l5772.3 -410.7l9976.1 -709.8l9977.3 -710l9978.5 -710.1l9979.7 -710.2l9980.9 -710.4l9982.1 -710.5l9983.3 -710.7l9984.5 -710.8l9985.7 -710.9l9986.9 -711.1l9988.1 -711.2l9989.3 -711.4l9990.5 -711.5l9991.7 -711.7l9992.9 -711.8l9994.1 -712l9995.3 -712.2l9996.5 -712.3l9997.7 -712.5l9998.9 -712.6l10000.1 -712.8l10001.3 -713l10002.5 -713.1l10003.7 -713.3l10004.9 -713.5l10006.1 -713.7l10007.3 -713.8l10008.5 -714l10009.7 -714.2l10010.9 -714.4l10012.1 -714.6l10013.3 -714.7l10014.5 -714.9l10015.7 -715.1l10016.9 -715.3l10018.1 -715.5l10019.4 -715.7l10020.6 -715.9l10021.8 -716.1l10023 -716.3l10024.1 -716.5l10025.4 -716.7l10026.6 -716.9l10027.8 -717.1l10028.9 -717.3l10030.2 -717.5l10031.4 -717.8l10032.6 -718l5806.1 -415.6"
id="path1413"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M745431.3 -4740000l5417.5 -386.1l9976 -711l9977.2 -711.2l9978.4 -711.3l9979.5 -711.4l9980.8 -711.6l9982 -711.7l9983.2 -711.9l9984.4 -712l9985.5 -712.1l9986.8 -712.3l9988 -712.4l9989.2 -712.6l9990.3 -712.7l9991.6 -712.9l9992.8 -713l9994 -713.2l9995.2 -713.4l9996.3 -713.5l9997.6 -713.7l9998.8 -713.8l10000 -714l10001.1 -714.2l10002.4 -714.3l10003.6 -714.5l10004.8 -714.7l10006 -714.9l10007.1 -715l10008.4 -715.2l10009.6 -715.4l10010.8 -715.6l10012 -715.8l10013.1 -715.9l10014.4 -716.1l10015.6 -716.3l10016.8 -716.5l10017.9 -716.7l10019.2 -716.9l10020.4 -717.1l10021.6 -717.3l10022.8 -717.5l10023.9 -717.7l10025.2 -717.9l10026.4 -718.1l10027.6 -718.3l10028.7 -718.5l10030 -718.7l10031.2 -719l10032.4 -719.2l5449.2 -390.7"
id="path1414"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M745075.1 -4750000l5062.1 -361.4l9975.8 -712.2l9977 -712.4l9978.2 -712.5l9979.4 -712.6l9980.6 -712.8l9981.8 -712.9l9983 -713.1l9984.2 -713.2l9985.4 -713.3l9986.6 -713.5l9987.8 -713.6l9989 -713.8l9990.2 -713.9l9991.4 -714.1l9992.6 -714.2l9993.8 -714.4l9995 -714.6l9996.2 -714.7l9997.4 -714.9l9998.6 -715l9999.8 -715.2l10001 -715.4l10002.2 -715.5l10003.4 -715.7l10004.6 -715.9l10005.8 -716.1l10006.9 -716.2l10008.2 -716.4l10009.4 -716.6l10010.6 -716.8l10011.8 -717l10012.9 -717.1l10014.2 -717.3l10015.4 -717.5l10016.6 -717.7l10017.7 -717.9l10019 -718.1l10020.2 -718.3l10021.4 -718.5l10022.6 -718.7l10023.7 -718.9l10025 -719.1l10026.2 -719.3l10027.4 -719.5l10028.5 -719.7l10029.8 -719.9l10031 -720.2l10032.1 -720.4l5091.6 -365.7"
id="path1415"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M744718.3 -4760000l4706.2 -336.6l9975.7 -713.4l9976.9 -713.6l9978.1 -713.7l9979.3 -713.8l9980.5 -714l9981.7 -714.1l9982.9 -714.3l9984.1 -714.4l9985.2 -714.5l9986.5 -714.7l9987.7 -714.8l9988.9 -715l9990 -715.1l9991.2 -715.3l9992.4 -715.4l9993.6 -715.6l9994.8 -715.8l9996 -715.9l9997.2 -716.1l9998.4 -716.2l9999.6 -716.4l10000.8 -716.6l10002 -716.7l10003.2 -716.9l10004.4 -717.1l10005.6 -717.3l10006.8 -717.4l10008 -717.6l10009.2 -717.8l10010.4 -718l10011.6 -718.2l10012.7 -718.3l10014 -718.5l10015.2 -718.7l10016.4 -718.9l10017.5 -719.1l10018.8 -719.3l10020 -719.5l10021.2 -719.7l10022.4 -719.9l10023.5 -720.1l10024.7 -720.3l10025.9 -720.5l10027.1 -720.7l10028.3 -720.9l10029.5 -721.1l10030.7 -721.4l10031.9 -721.6l4733.6 -340.5"
id="path1416"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M744360.8 -4770000l4349.7 -311.6l9975.6 -714.6l9976.8 -714.8l9978 -714.9l9979.1 -715l9980.3 -715.2l9981.5 -715.3l9982.7 -715.4l9983.9 -715.6l9985.1 -715.7l9986.3 -715.9l9987.5 -716l9988.7 -716.2l9989.9 -716.3l9991.1 -716.5l9992.3 -716.6l9993.5 -716.8l9994.7 -716.9l9995.8 -717.1l9997.1 -717.3l9998.3 -717.4l9999.5 -717.6l10000.6 -717.8l10001.8 -717.9l10003 -718.1l10004.2 -718.3l10005.4 -718.5l10006.6 -718.6l10007.8 -718.8l10009 -719l10010.2 -719.2l10011.4 -719.4l10012.6 -719.5l10013.8 -719.7l10015 -719.9l10016.2 -720.1l10017.3 -720.3l10018.6 -720.5l10019.8 -720.7l10021 -720.9l10022.2 -721.1l10023.3 -721.3l10024.5 -721.5l10025.7 -721.7l10026.9 -721.9l10028.1 -722.1l10029.3 -722.3l10030.5 -722.6l10031.7 -722.8l4374.9 -315.2"
id="path1417"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M744002.8 -4780000l3992.5 -286.5l9975.4 -715.8l9976.6 -716l9977.8 -716.1l9979 -716.2l9980.2 -716.4l9981.4 -716.5l9982.6 -716.6l9983.8 -716.8l9984.9 -716.9l9986.2 -717.1l9987.4 -717.2l9988.6 -717.4l9989.7 -717.5l9990.9 -717.7l9992.1 -717.8l9993.3 -718l9994.5 -718.1l9995.7 -718.3l9996.9 -718.5l9998.1 -718.6l9999.3 -718.8l10000.4 -719l10001.7 -719.1l10002.9 -719.3l10004.1 -719.5l10005.3 -719.6l10006.4 -719.8l10007.6 -720l10008.8 -720.2l10010 -720.4l10011.2 -720.6l10012.4 -720.7l10013.6 -720.9l10014.8 -721.1l10016 -721.3l10017.1 -721.5l10018.4 -721.7l10019.6 -721.9l10020.8 -722.1l10022 -722.3l10023.1 -722.5l10024.3 -722.7l10025.5 -722.9l10026.7 -723.1l10027.9 -723.3l10029.1 -723.5l10030.3 -723.8l10031.5 -724l4015.5 -289.8"
id="path1418"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M743644.2 -4790000l3634.8 -261.3l9975.3 -717l9976.5 -717.1l9977.7 -717.3l9978.8 -717.4l9980.1 -717.6l9981.3 -717.7l9982.5 -717.8l9983.6 -718l9984.8 -718.1l9986 -718.3l9987.2 -718.4l9988.4 -718.6l9989.6 -718.7l9990.8 -718.9l9992 -719l9993.2 -719.2l9994.4 -719.3l9995.5 -719.5l9996.7 -719.7l9997.9 -719.8l9999.1 -720l10000.3 -720.2l10001.5 -720.3l10002.7 -720.5l10003.9 -720.7l10005.1 -720.8l10006.2 -721l10007.5 -721.2l10008.6 -721.4l10009.8 -721.6l10011 -721.7l10012.2 -721.9l10013.4 -722.1l10014.6 -722.3l10015.8 -722.5l10017 -722.7l10018.2 -722.9l10019.4 -723.1l10020.6 -723.3l10021.7 -723.5l10022.9 -723.7l10024.1 -723.9l10025.3 -724.1l10026.5 -724.3l10027.7 -724.5l10028.9 -724.7l10030.1 -724.9l10031.3 -725.2l3655.7 -264.3"
id="path1419"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M743285 -4800000l3276.5 -235.9l9975.2 -718.2l9976.4 -718.3l9977.6 -718.5l9978.7 -718.6l9979.9 -718.7l9981.1 -718.9l9982.3 -719l9983.5 -719.2l9984.7 -719.3l9985.9 -719.5l9987.1 -719.6l9988.3 -719.7l9989.4 -719.9l9990.6 -720.1l9991.8 -720.2l9993 -720.4l9994.2 -720.5l9995.4 -720.7l9996.6 -720.8l9997.8 -721l9999 -721.2l10000.1 -721.3l10001.3 -721.5l10002.5 -721.7l10003.7 -721.9l10004.9 -722l10006.1 -722.2l10007.3 -722.4l10008.5 -722.6l10009.7 -722.7l10010.8 -722.9l10012 -723.1l10013.2 -723.3l10014.4 -723.5l10015.6 -723.7l10016.8 -723.9l10018 -724.1l10019.2 -724.3l10020.4 -724.5l10021.5 -724.7l10022.7 -724.9l10023.9 -725.1l10025.1 -725.3l10026.3 -725.5l10027.5 -725.7l10028.7 -725.9l10029.9 -726.1l10031.1 -726.4l3295.3 -238.6"
id="path1420"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1148774.1 -1l-.8 -10051.1l-2.5 -10052.1l-4.2 -10052.1l-5.8 -10052.1l-7.5 -10052.1l-9.2 -10052.1l-10.8 -10052.1l-12.5 -10052.1l-14.2 -10052.1l-15.8 -10052.1l-17.5 -10052.1l-19.2 -10052.1l-20.8 -10052.1l-22.5 -10052.1l-24.2 -10052.1l-25.8 -10052.1l-27.5 -10052l-29.2 -10052l-30.9 -10052l-32.5 -10052l-34.2 -10052l-35.9 -10052l-37.5 -10052l-39.2 -10052l-40.9 -10052l-42.5 -10051.9l-44.2 -10051.9l-45.9 -10051.9l-47.5 -10051.9l-49.2 -10051.9l-50.8 -10051.9l-52.5 -10051.9l-54.2 -10051.8l-55.8 -10051.8l-57.5 -10051.8l-59.2 -10051.8l-60.8 -10051.8l-62.5 -10051.7l-64.2 -10051.7l-65.8 -10051.7l-67.5 -10051.7l-69.2 -10051.7l-70.8 -10051.6l-72.5 -10051.6l-74.2 -10051.6l-75.8 -10051.6l-77.5 -10051.5l-79.1 -10051.5l-80.8 -10051.5l-82.5 -10051.5l-84.1 -10051.4l-85.8 -10051.4l-87.5 -10051.3l-89.1 -10051.3l-90.8 -10051.3l-92.4 -10051.3l-94.1 -10051.3l-95.8 -10051.2l-97.4 -10051.2l-99.1 -10051.2l-100.7 -10051.1l-102.4 -10051.1l-104.1 -10051.1l-105.7 -10051l-107.4 -10051l-109 -10051l-110.7 -10050.9l-112.4 -10050.9l-114 -10050.8l-115.7 -10050.8l-117.3 -10050.7l-119 -10050.7l-120.6 -10050.7l-122.3 -10050.7l-123.9 -10050.6l-125.6 -10050.5l-127.3 -10050.5l-128.9 -10050.5l-130.6 -10050.4l-132.2 -10050.4l-133.9 -10050.3l-135.5 -10050.3l-137.2 -10050.3l-138.8 -10050.2l-140.5 -10050.1l-142.1 -10050.1l-143.8 -10050.1l-145.4 -10050l-147.1 -10050l-148.7 -10049.9l-150.4 -10049.9l-152 -10049.8l-153.7 -10049.8l-155.3 -10049.7l-157 -10049.7l-158.6 -10049.6l-160.3 -10049.6l-161.9 -10049.5l-163.6 -10049.5l-165.2 -10049.4l-166.9 -10049.4l-168.5 -10049.3l-170.1 -10049.2l-171.8 -10049.2l-173.4 -10049.2l-175.1 -10049.1l-176.7 -10049l-178.4 -10049l-180 -10048.9l-181.6 -10048.9l-183.3 -10048.8l-184.9 -10048.7l-186.6 -10048.7l-188.2 -10048.6l-189.8 -10048.6l-191.5 -10048.5l-193.1 -10048.4l-194.8 -10048.4l-196.4 -10048.3l-198 -10048.3l-199.7 -10048.2l-201.3 -10048.1l-202.9 -10048.1l-204.6 -10048l-206.2 -10047.9l-207.8 -10047.8l-209.5 -10047.8l-211.1 -10047.7l-212.7 -10047.7l-214.4 -10047.6l-216 -10047.5l-217.6 -10047.5l-219.3 -10047.4l-220.9 -10047.3l-222.5 -10047.2l-224.1 -10047.2l-225.8 -10047.1l-227.4 -10047l-229 -10047l-230.6 -10046.8l-232.3 -10046.8l-233.9 -10046.7l-235.5 -10046.7l-237.1 -10046.5l-238.7 -10046.5l-240.4 -10046.4l-242 -10046.4l-243.6 -10046.3l-245.2 -10046.2l-246.8 -10046.1l-248.5 -10046l-250.1 -10046l-251.7 -10045.9l-253.3 -10045.8l-254.9 -10045.7l-256.5 -10045.6l-258.2 -10045.6l-259.8 -10045.4l-261.4 -10045.4l-263 -10045.3l-264.6 -10045.2l-266.2 -10045.1l-267.8 -10045l-269.4 -10045l-271 -10044.9l-272.6 -10044.8l-274.2 -10044.7l-275.9 -10044.6l-277.5 -10044.5l-279.1 -10044.4l-280.7 -10044.4l-282.3 -10044.2l-283.9 -10044.2l-285.5 -10044.1l-287.1 -10044l-288.7 -10043.9l-290.3 -10043.8l-291.9 -10043.7l-293.5 -10043.6l-295.1 -10043.5l-296.7 -10043.4l-298.3 -10043.4l-299.8 -10043.3l-301.4 -10043.2l-303 -10043.1l-304.6 -10042.9l-306.2 -10042.9l-307.8 -10042.8l-309.4 -10042.7l-311 -10042.6l-312.6 -10042.5l-314.2 -10042.4l-315.7 -10042.3l-317.3 -10042.2l-318.9 -10042.1l-320.5 -10042l-322.1 -10041.9l-323.7 -10041.8l-325.2 -10041.7l-326.8 -10041.6l-328.4 -10041.5l-330 -10041.4l-331.6 -10041.3l-333.1 -10041.1l-334.7 -10041.1l-336.3 -10041l-337.9 -10040.9l-339.4 -10040.7l-341 -10040.7l-342.6 -10040.5l-344.1 -10040.4l-345.7 -10040.3l-347.3 -10040.2l-348.8 -10040.1l-350.4 -10040l-352 -10039.9l-353.5 -10039.8l-355.1 -10039.7l-356.7 -10039.6l-358.2 -10039.5l-359.8 -10039.4l-361.3 -10039.2l-362.9 -10039.1l-364.5 -10039l-366 -10038.9l-367.6 -10038.8l-369.1 -10038.6l-370.7 -10038.6l-372.2 -10038.5l-373.8 -10038.3l-375.3 -10038.2l-376.9 -10038.1l-378.4 -10038l-380 -10037.9l-381.5 -10037.8l-383.1 -10037.6l-384.6 -10037.5l-386.2 -10037.4l-387.7 -10037.3l-389.3 -10037.1l-390.8 -10037.1l-392.3 -10036.9l-393.9 -10036.8l-395.4 -10036.7l-396.9 -10036.5l-398.5 -10036.5l-400 -10036.3l-401.5 -10036.2l-403.1 -10036.1l-404.6 -10036l-406.1 -10035.9l-407.7 -10035.7l-409.2 -10035.6l-410.7 -10035.4l-412.3 -10035.4l-413.8 -10035.2l-415.3 -10035.1l-416.8 -10035l-418.3 -10034.8l-419.9 -10034.7l-421.4 -10034.6l-422.9 -10034.5l-424.4 -10034.3l-425.9 -10034.2l-427.4 -10034.1l-429 -10034l-430.5 -10033.8l-432 -10033.7l-433.5 -10033.6l-435 -10033.5l-436.5 -10033.3l-438 -10033.2l-439.5 -10033.1l-441 -10032.9l-442.5 -10032.8l-444 -10032.7l-445.5 -10032.5l-447 -10032.4l-448.5 -10032.3l-450 -10032.1l-451.5 -10032l-453 -10031.9l-454.5 -10031.7l-456 -10031.6l-457.5 -10031.5l-459 -10031.3l-460.5 -10031.2l-462 -10031.1l-463.4 -10030.9l-464.9 -10030.8l-466.4 -10030.6l-467.9 -10030.5l-469.4 -10030.4l-470.9 -10030.2l-472.3 -10030.1l-473.8 -10030l-475.3 -10029.8l-476.8 -10029.7l-478.2 -10029.6l-479.7 -10029.4l-481.2 -10029.3l-482.7 -10029.1l-484.1 -10029l-485.6 -10028.8l-487.1 -10028.7l-488.5 -10028.6l-490 -10028.4l-491.5 -10028.3l-492.9 -10028.1l-494.4 -10028l-495.8 -10027.9l-497.3 -10027.7l-498.7 -10027.5l-500.2 -10027.4l-501.7 -10027.3l-503.1 -10027.1l-504.6 -10027l-506 -10026.8l-507.5 -10026.7l-508.9 -10026.6l-510.3 -10026.4l-511.8 -10026.2l-513.2 -10026.1l-514.7 -10026l-516.1 -10025.8l-517.5 -10025.7l-519 -10025.5l-520.4 -10025.4l-521.9 -10025.2l-523.3 -10025.1l-524.7 -10025l-526.2 -10024.8l-527.6 -10024.7l-529 -10024.5l-530.4 -10024.4l-531.9 -10024.2l-533.3 -10024.1l-534.7 -10023.9l-536.1 -10023.8l-537.5 -10023.6l-539 -10023.4l-540.4 -10023.3l-541.8 -10023.2l-543.2 -10023l-544.6 -10022.8l-546 -10022.7l-547.4 -10022.5l-548.8 -10022.4l-550.3 -10022.2l-551.7 -10022.1l-553.1 -10021.9l-554.5 -10021.8l-555.9 -10021.6l-557.3 -10021.4l-558.7 -10021.3l-560.1 -10021.2l-561.5 -10021l-562.8 -10020.9l-564.2 -10020.7l-565.6 -10020.5l-567 -10020.4l-568.4 -10020.2l-569.8 -10020.1l-571.2 -10019.9l-572.6 -10019.8l-573.9 -10019.6l-575.3 -10019.5l-576.7 -10019.3l-578.1 -10019.1l-579.5 -10019l-580.8 -10018.8l-582.2 -10018.7l-583.6 -10018.5l-584.9 -10018.3l-586.3 -10018.2l-587.7 -10018l-589 -10017.8l-590.4 -10017.7l-591.8 -10017.6l-593.1 -10017.4l-594.5 -10017.2l-595.8 -10017l-597.2 -10016.9l-598.5 -10016.8l-599.9 -10016.6l-601.2 -10016.4l-602.6 -10016.3l-603.9 -10016.1l-605.3 -10016l-606.6 -10015.8l-608 -10015.6l-609.3 -10015.5l-610.7 -10015.3l-612 -10015.2l-613.3 -10015l-614.7 -10014.8l-616 -10014.7l-617.3 -10014.5l-618.7 -10014.3l-620 -10014.1l-621.3 -10014l-622.7 -10013.9l-624 -10013.7l-625.3 -10013.5l-626.6 -10013.3l-627.9 -10013.2l-629.3 -10013l-630.6 -10012.9l-631.9 -10012.7l-633.2 -10012.5l-634.5 -10012.4l-635.8 -10012.2l-637.1 -10012.1l-638.4 -10011.9l-639.7 -10011.7l-641 -10011.6l-642.3 -10011.4l-643.6 -10011.2l-644.9 -10011.1l-646.2 -10010.9l-647.5 -10010.7l-648.8 -10010.6l-650.1 -10010.4l-651.4 -10010.2l-652.7 -10010.1l-654 -10009.9l-655.3 -10009.7l-656.5 -10009.5l-657.8 -10009.4l-659.1 -10009.2l-660.4 -10009.1l-661.7 -10008.9l-662.9 -10008.7l-664.2 -10008.6l-665.5 -10008.4l-666.7 -10008.2l-668 -10008l-669.3 -10007.9l-670.5 -10007.7l-671.8 -10007.6l-673.1 -10007.4l-674.3 -10007.2l-675.6 -10007.1l-676.8 -10006.9l-678.1 -10006.7l-679.3 -10006.5l-680.6 -10006.4l-681.8 -10006.2l-683.1 -10006.1l-684.3 -10005.9l-685.6 -10005.7l-686.8 -10005.6l-688 -10005.4l-689.3 -10005.2l-690.5 -10005l-691.8 -10004.9l-693 -10004.7l-694.2 -10004.5l-695.4 -10004.3l-696.7 -10004.2l-697.9 -10004l-699.1 -10003.9l-700.3 -10003.7l-701.6 -10003.5l-702.8 -10003.4l-704 -10003.2l-705.2 -10003l-706.4 -10002.9l-707.6 -10002.7l-708.8 -10002.5l-710 -10002.3l-711.3 -10002.2l-712.5 -10002l-713.7 -10001.8l-714.9 -10001.7l-716.1 -10001.5l-717.3 -10001.3l-718.4 -10001.1l-719.6 -10001l-720.8 -10000.8l-722 -10000.7l-723.2 -10000.5l-724.4 -10000.3l-725.6 -10000.1l-726.8 -10000l-727.9 -9999.8l-729.1 -9999.6l-730.3 -9999.5l-731.5 -9999.3l-732.6 -9999.1l-733.8 -9998.9l-735 -9998.8l-736.1 -9998.6l-737.3 -9998.4l-738.5 -9998.3l-739.6 -9998.1l-740.8 -9997.9l-741.9 -9997.8l-743.1 -9997.6l-744.3 -9997.4l-745.4 -9997.2l-746.6 -9997.1l-747.7 -9996.9l-748.9 -9996.8l-750 -9996.6l-751.1 -9996.4l-752.3 -9996.2l-753.4 -9996.1l-754.6 -9995.9l-755.7 -9995.7l-756.8 -9995.6l-757.9 -9995.4l-759.1 -9995.2l-760.2 -9995l-761.3 -9994.9l-762.5 -9994.7l-763.6 -9994.6l-764.7 -9994.4l-765.8 -9994.2l-766.9 -9994.1l-768 -9993.9l-769.1 -9993.7l-770.3 -9993.5l-771.4 -9993.4l-772.5 -9993.2l-773.6 -9993l-774.7 -9992.9l-775.8 -9992.7l-776.9 -9992.5l-778 -9992.4l-779.1 -9992.2l-780.2 -9992l-781.2 -9991.8l-782.3 -9991.7l-783.4 -9991.5l-784.5 -9991.4l-785.6 -9991.2l-786.7 -9991l-787.7 -9990.9l-788.8 -9990.7l-789.9 -9990.5l-791 -9990.3l-792 -9990.2l-793.1 -9990l-794.2 -9989.9l-795.2 -9989.7l-796.3 -9989.5l-797.3 -9989.4l-798.4 -9989.2l-799.5 -9989l-800.5 -9988.8l-801.6 -9988.7l-802.6 -9988.5l-803.7 -9988.4l-804.7 -9988.2l-805.8 -9988l-806.8 -9987.9l-807.8 -9987.7l-808.9 -9987.5l-809.9 -9987.3l-810.9 -9987.2l-812 -9987l-813 -9986.9l-814 -9986.7l-815.1 -9986.5l-816.1 -9986.4l-817.1 -9986.2l-818.1 -9986l-819.1 -9985.8l-820.2 -9985.7l-821.2 -9985.6l-822.2 -9985.4l-823.2 -9985.2l-824.2 -9985l-825.2 -9984.9l-826.2 -9984.7l-827.2 -9984.6l-828.2 -9984.4l-829.2 -9984.2l-830.2 -9984.1l-831.2 -9983.9l-832.2 -9983.8l-833.2 -9983.6l-834.1 -9983.4l-835.1 -9983.3l-836.1 -9983.1l-837.1 -9982.9l-838.1 -9982.8l-839 -9982.6l-840 -9982.5l-841 -9982.3l-842 -9982.1l-842.9 -9982l-843.9 -9981.8l-844.9 -9981.7l-845.8 -9981.5l-846.8 -9981.3l-847.7 -9981.2l-848.7 -9981l-849.6 -9980.9l-850.6 -9980.7l-851.5 -9980.5l-852.5 -9980.4l-853.4 -9980.2l-854.4 -9980.1l-855.3 -9979.9l-856.2 -9979.8l-857.2 -9979.6l-858.1 -9979.4l-859 -9979.2l-860 -9979.1l-860.9 -9979l-861.8 -9978.8l-862.8 -9978.7l-863.7 -9978.5l-864.6 -9978.3l-865.5 -9978.2l-866.4 -9978l-867.3 -9977.8l-868.2 -9977.7l-869.1 -9977.6l-870.1 -9977.4l-871 -9977.3l-871.9 -9977.1l-872.8 -9976.9l-873.7 -9976.8l-874.5 -9976.6l-875.4 -9976.4l-876.3 -9976.3l-877.2 -9976.2l-878.1 -9976l-879 -9975.9l-879.9 -9975.7l-880.7 -9975.6l-881.6 -9975.4l-882.5 -9975.3l-883.4 -9975.1l-884.2 -9974.9l-885.1 -9974.8l-886 -9974.7l-886.8 -9974.5l-887.7 -9974.3l-888.6 -9974.2l-889.4 -9974.1l-890.3 -9973.9l-891.1 -9973.8l-892 -9973.6l-892.8 -9973.5l-893.7 -9973.3l-894.5 -9973.2l-895.4 -9973l-896.2 -9972.9l-897 -9972.7l-897.9 -9972.6l-898.7 -9972.4l-899.5 -9972.2l-900.4 -9972.1l-901.2 -9972l-902 -9971.8l-902.8 -9971.7l-903.7 -9971.5l-904.5 -9971.4l-905.3 -9971.3l-906.1 -9971.1l-906.9 -9970.9l-907.7 -9970.8l-908.5 -9970.7l-909.3 -9970.5l-910.1 -9970.4l-910.9 -9970.2l-911.7 -9970.1l-912.5 -9970l-913.3 -9969.8l-914.1 -9969.6l-914.9 -9969.5l-915.7 -9969.4l-916.5 -9969.3l-917.3 -9969.1l-918 -9968.9l-918.8 -9968.8l-919.6 -9968.7l-920.4 -9968.6l-921.1 -9968.4l-921.9 -9968.3l-922.7 -9968.1l-923.4 -9968l-924.2 -9967.9l-924.9 -9967.7l-925.7 -9967.6l-926.5 -9967.4l-927.2 -9967.3l-928 -9967.1l-928.7 -9967l-929.5 -9966.9l-930.2 -9966.8l-930.9 -9966.6l-931.7 -9966.5l-932.4 -9966.4l-933.1 -9966.2l-933.9 -9966.1l-934.6 -9965.9l-935.3 -9965.8l-936.1 -9965.7l-936.8 -9965.6l-937.5 -9965.4l-938.2 -9965.3l-938.9 -9965.2l-939.6 -9965l-940.4 -9964.9l-666.4 -7056.8M773205 -7109012.4l-274.6 -2907.3l-941.8 -9964.6l-942.5 -9964.5l-943.2 -9964.4l-943.9 -9964.3l-944.6 -9964.1l-945.3 -9964l-946 -9963.9l-946.7 -9963.7l-947.3 -9963.6l-948 -9963.5l-948.7 -9963.4l-949.4 -9963.2l-950.1 -9963.1l-950.7 -9963l-951.4 -9962.9l-952.1 -9962.7l-952.8 -9962.6l-953.4 -9962.5l-954.1 -9962.3l-954.8 -9962.2l-955.4 -9962.1l-956.1 -9962l-956.7 -9961.8l-957.4 -9961.8l-958 -9961.6l-958.7 -9961.5l-959.3 -9961.4l-960 -9961.2l-960.6 -9961.1l-961.3 -9961l-961.9 -9960.9l-962.5 -9960.8l-963.2 -9960.6l-963.8 -9960.6l-964.4 -9960.4l-965 -9960.3l-965.7 -9960.2l-966.3 -9960.1l-966.9 -9960l-967.5 -9959.8l-968.1 -9959.7l-968.7 -9959.6l-969.3 -9959.5l-970 -9959.4l-970.6 -9959.3l-971.2 -9959.1l-971.8 -9959l-972.4 -9958.9l-972.9 -9958.8l-973.5 -9958.7l-974.1 -9958.6l-974.7 -9958.5l-975.3 -9958.4l-975.9 -9958.3l-976.5 -9958.1l-977 -9958l-977.6 -9957.9l-978.2 -9957.8l-978.8 -9957.7l-979.3 -9957.6l-979.9 -9957.5l-980.5 -9957.4l-981 -9957.3l-981.6 -9957.2l-982.1 -9957.1l-982.7 -9957l-983.2 -9956.9l-983.8 -9956.8l-984.3 -9956.6l-984.9 -9956.6l-985.4 -9956.5l-986 -9956.3l-986.5 -9956.2l-987 -9956.1l-987.6 -9956l-988.1 -9955.9l-988.6 -9955.8l-989.1 -9955.7l-989.7 -9955.6l-990.2 -9955.5l-990.7 -9955.4l-991.2 -9955.3l-991.7 -9955.2l-992.3 -9955.1l-992.8 -9955l-993.3 -9955l-993.8 -9954.8l-994.3 -9954.8l-898.3 -8989.4"
id="path1421"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M742925.1 -4810000l2917.6 -210.4l9975 -719.4l9976.2 -719.5l9977.4 -719.7l9978.6 -719.8l9979.8 -719.9l9981 -720.1l9982.2 -720.2l9983.4 -720.4l9984.5 -720.5l9985.7 -720.6l9986.9 -720.8l9988.1 -720.9l9989.3 -721.1l9990.5 -721.2l9991.7 -721.4l9992.9 -721.6l9994 -721.7l9995.2 -721.9l9996.4 -722l9997.6 -722.2l9998.8 -722.4l9999.9 -722.5l10001.2 -722.7l10002.3 -722.9l10003.5 -723l10004.7 -723.2l10005.9 -723.4l10007.1 -723.6l10008.3 -723.8l10009.5 -723.9l10010.7 -724.1l10011.8 -724.3l10013 -724.5l10014.2 -724.7l10015.4 -724.9l10016.6 -725.1l10017.8 -725.3l10019 -725.5l10020.2 -725.7l10021.3 -725.9l10022.5 -726.1l10023.7 -726.3l10024.9 -726.5l10026.1 -726.7l10027.3 -726.9l10028.5 -727.1l10029.7 -727.3l10030.8 -727.5l2934.2 -212.8"
id="path1422"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M742564.7 -4820000l2558.1 -184.8l9974.9 -720.6l9976.1 -720.7l9977.3 -720.8l9978.4 -721l9979.7 -721.1l9980.8 -721.3l9982 -721.4l9983.2 -721.5l9984.4 -721.7l9985.6 -721.8l9986.8 -722l9988 -722.1l9989.1 -722.3l9990.3 -722.4l9991.5 -722.6l9992.7 -722.7l9993.9 -722.9l9995 -723.1l9996.3 -723.2l9997.4 -723.4l9998.6 -723.5l9999.8 -723.7l10001 -723.9l10002.2 -724.1l10003.4 -724.2l10004.5 -724.4l10005.7 -724.6l10006.9 -724.8l10008.1 -724.9l10009.3 -725.1l10010.5 -725.3l10011.6 -725.5l10012.8 -725.7l10014 -725.9l10015.2 -726.1l10016.4 -726.3l10017.6 -726.5l10018.8 -726.6l10020 -726.8l10021.1 -727.1l10022.3 -727.3l10023.5 -727.5l10024.7 -727.7l10025.9 -727.9l10027 -728.1l10028.3 -728.3l10029.4 -728.5l10030.6 -728.7l2572.6 -186.9"
id="path1423"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M742203.7 -4830000l2198 -159l9974.8 -721.8l9976 -721.9l9977.2 -722l9978.3 -722.2l9979.5 -722.3l9980.7 -722.4l9981.9 -722.6l9983.1 -722.7l9984.2 -722.9l9985.4 -723l9986.6 -723.2l9987.8 -723.3l9989 -723.5l9990.2 -723.6l9991.4 -723.8l9992.5 -723.9l9993.7 -724.1l9994.9 -724.2l9996.1 -724.4l9997.3 -724.6l9998.5 -724.7l9999.6 -724.9l10000.8 -725.1l10002 -725.2l10003.2 -725.4l10004.4 -725.6l10005.5 -725.8l10006.7 -725.9l10007.9 -726.1l10009.1 -726.3l10010.3 -726.5l10011.4 -726.7l10012.7 -726.9l10013.8 -727.1l10015 -727.2l10016.2 -727.4l10017.4 -727.6l10018.6 -727.8l10019.8 -728l10020.9 -728.2l10022.1 -728.4l10023.3 -728.6l10024.5 -728.8l10025.7 -729.1l10026.8 -729.3l10028 -729.5l10029.2 -729.7l10030.4 -729.9l2210.4 -160.9"
id="path1424"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M741842.2 -4840000l1837.2 -133.2l9974.7 -722.9l9975.8 -723.1l9977 -723.2l9978.2 -723.3l9979.4 -723.5l9980.6 -723.6l9981.7 -723.8l9982.9 -723.9l9984.1 -724l9985.3 -724.2l9986.5 -724.3l9987.7 -724.5l9988.8 -724.6l9990 -724.8l9991.2 -724.9l9992.4 -725.1l9993.6 -725.3l9994.7 -725.4l9995.9 -725.6l9997.1 -725.7l9998.3 -725.9l9999.4 -726.1l10000.7 -726.3l10001.8 -726.4l10003 -726.6l10004.2 -726.8l10005.3 -726.9l10006.6 -727.1l10007.7 -727.3l10008.9 -727.5l10010.1 -727.7l10011.3 -727.9l10012.5 -728l10013.6 -728.2l10014.8 -728.4l10016 -728.6l10017.2 -728.8l10018.4 -729l10019.6 -729.2l10020.7 -729.4l10021.9 -729.6l10023.1 -729.8l10024.3 -730l10025.5 -730.2l10026.6 -730.4l10027.8 -730.7l10029 -730.9l10030.2 -731.1l1847.7 -134.7"
id="path1425"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M741480 -4850000l1475.9 -107.1l9974.5 -724.1l9975.7 -724.3l9976.9 -724.4l9978 -724.5l9979.2 -724.7l9980.4 -724.8l9981.6 -724.9l9982.8 -725.1l9983.9 -725.2l9985.1 -725.4l9986.3 -725.5l9987.5 -725.7l9988.7 -725.8l9989.9 -726l9991 -726.1l9992.2 -726.3l9993.4 -726.4l9994.5 -726.6l9995.8 -726.8l9996.9 -726.9l9998.1 -727.1l9999.3 -727.3l10000.5 -727.4l10001.7 -727.6l10002.8 -727.8l10004 -728l10005.2 -728.1l10006.4 -728.3l10007.6 -728.5l10008.7 -728.7l10009.9 -728.9l10011.1 -729l10012.3 -729.2l10013.5 -729.4l10014.6 -729.6l10015.8 -729.8l10017 -730l10018.2 -730.2l10019.4 -730.4l10020.5 -730.6l10021.7 -730.8l10022.9 -731l10024.1 -731.2l10025.3 -731.4l10026.4 -731.6l10027.6 -731.8l10028.8 -732.1l10030 -732.3l1484.3 -108.4"
id="path1426"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M741117.2 -4860000l1114.1 -81l9974.4 -725.3l9975.6 -725.4l9976.8 -725.6l9977.9 -725.7l9979.1 -725.8l9980.3 -726l9981.5 -726.1l9982.6 -726.3l9983.8 -726.4l9985 -726.6l9986.2 -726.7l9987.4 -726.8l9988.5 -727l9989.7 -727.2l9990.9 -727.3l9992.1 -727.5l9993.2 -727.6l9994.4 -727.8l9995.6 -727.9l9996.8 -728.1l9998 -728.3l9999.1 -728.4l10000.3 -728.6l10001.5 -728.8l10002.7 -729l10003.8 -729.1l10005 -729.3l10006.2 -729.5l10007.4 -729.7l10008.6 -729.9l10009.7 -730l10010.9 -730.2l10012.1 -730.4l10013.3 -730.6l10014.4 -730.8l10015.6 -731l10016.8 -731.2l10018 -731.4l10019.2 -731.6l10020.3 -731.8l10021.5 -732l10022.7 -732.2l10023.9 -732.4l10025 -732.6l10026.2 -732.8l10027.4 -733l10028.6 -733.2l10029.8 -733.5l1120.4 -81.9"
id="path1427"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M740753.8 -4870000l751.6 -54.7l9974.3 -726.5l9975.4 -726.6l9976.6 -726.8l9977.8 -726.9l9979 -727l9980.1 -727.2l9981.3 -727.3l9982.5 -727.4l9983.6 -727.6l9984.9 -727.7l9986 -727.9l9987.2 -728l9988.3 -728.2l9989.6 -728.3l9990.7 -728.5l9991.9 -728.6l9993.1 -728.8l9994.2 -729l9995.4 -729.1l9996.6 -729.3l9997.8 -729.5l9998.9 -729.6l10000.1 -729.8l10001.3 -730l10002.5 -730.1l10003.7 -730.3l10004.8 -730.5l10006 -730.7l10007.2 -730.8l10008.4 -731l10009.5 -731.2l10010.7 -731.4l10011.9 -731.6l10013.1 -731.8l10014.3 -732l10015.4 -732.2l10016.6 -732.4l10017.8 -732.6l10019 -732.8l10020.1 -733l10021.3 -733.2l10022.5 -733.4l10023.7 -733.6l10024.8 -733.8l10026 -734l10027.2 -734.2l10028.4 -734.4l10029.5 -734.6l755.9 -55.4"
id="path1428"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M740389.9 -4880000l388.5 -28.3l9974.1 -727.7l9975.3 -727.8l9976.5 -727.9l9977.6 -728.1l9978.8 -728.2l9980 -728.3l9981.2 -728.5l9982.4 -728.6l9983.5 -728.8l9984.7 -728.9l9985.9 -729.1l9987.1 -729.2l9988.2 -729.4l9989.4 -729.5l9990.6 -729.7l9991.8 -729.8l9992.9 -730l9994.1 -730.1l9995.3 -730.3l9996.4 -730.5l9997.6 -730.6l9998.8 -730.8l10000 -731l10001.1 -731.1l10002.3 -731.3l10003.5 -731.5l10004.6 -731.7l10005.8 -731.8l10007 -732l10008.2 -732.2l10009.4 -732.4l10010.5 -732.6l10011.7 -732.8l10012.9 -733l10014.1 -733.1l10015.2 -733.3l10016.4 -733.5l10017.6 -733.7l10018.8 -733.9l10019.9 -734.1l10021.1 -734.3l10022.3 -734.5l10023.5 -734.7l10024.6 -735l10025.8 -735.2l10027 -735.4l10028.2 -735.6l10029.3 -735.8l390.7 -28.7"
id="path1429"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M740025.2 -4890000l25 -1.8l9974 -728.8l9975.2 -729l9976.4 -729.1l9977.5 -729.2l9978.7 -729.4l9979.9 -729.5l9981 -729.6l9982.2 -729.8l9983.4 -729.9l9984.6 -730.1l9985.7 -730.2l9986.9 -730.4l9988 -730.5l9989.2 -730.7l9990.4 -730.8l9991.6 -731l9992.8 -731.1l9993.9 -731.3l9995.1 -731.5l9996.3 -731.6l9997.5 -731.8l9998.6 -732l9999.8 -732.1l10001 -732.3l10002.1 -732.5l10003.3 -732.7l10004.5 -732.8l10005.7 -733l10006.8 -733.2l10008 -733.4l10009.2 -733.6l10010.3 -733.7l10011.5 -733.9l10012.7 -734.1l10013.9 -734.3l10015 -734.5l10016.2 -734.7l10017.4 -734.9l10018.6 -735.1l10019.7 -735.3l10020.9 -735.5l10022.1 -735.7l10023.2 -735.9l10024.4 -736.1l10025.6 -736.3l10026.8 -736.6l10027.9 -736.8l10029.1 -737l25.2 -1.9"
id="path1430"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M739660.1 -4900000l9634.7 -705.2l9975 -730.1l9976.2 -730.3l9977.4 -730.4l9978.6 -730.5l9979.7 -730.7l9980.9 -730.8l9982.1 -731l9983.2 -731.1l9984.4 -731.3l9985.6 -731.4l9986.8 -731.5l9987.9 -731.7l9989.1 -731.8l9990.3 -732l9991.4 -732.2l9992.6 -732.3l9993.7 -732.5l9994.9 -732.6l9996.1 -732.8l9997.3 -733l9998.4 -733.1l9999.6 -733.3l10000.8 -733.5l10002 -733.7l10003.1 -733.8l10004.3 -734l10005.5 -734.2l10006.7 -734.4l10007.8 -734.5l10009 -734.7l10010.1 -734.9l10011.3 -735.1l10012.5 -735.3l10013.7 -735.5l10014.8 -735.7l10016 -735.9l10017.2 -736.1l10018.4 -736.3l10019.5 -736.5l10020.7 -736.7l10021.9 -736.9l10023 -737.1l10024.2 -737.3l10025.3 -737.5l10026.6 -737.7l10027.7 -737.9l9687.8 -713"
id="path1431"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1158827.1 -1l-.8 -10052.8l-2.5 -10053.8l-4.2 -10053.8l-5.8 -10053.8l-7.5 -10053.8l-9.2 -10053.8l-10.8 -10053.8l-12.5 -10053.8l-14.2 -10053.8l-15.8 -10053.8l-17.5 -10053.8l-19.2 -10053.7l-20.9 -10053.8l-22.5 -10053.7l-24.2 -10053.7l-25.9 -10053.7l-27.5 -10053.7l-29.2 -10053.7l-30.9 -10053.7l-32.5 -10053.7l-34.2 -10053.6l-35.9 -10053.7l-37.5 -10053.7l-39.2 -10053.6l-40.9 -10053.6l-42.5 -10053.6l-44.2 -10053.6l-45.9 -10053.6l-47.5 -10053.6l-49.2 -10053.5l-50.9 -10053.5l-52.5 -10053.5l-54.2 -10053.5l-55.9 -10053.5l-57.5 -10053.4l-59.2 -10053.4l-60.9 -10053.4l-62.5 -10053.4l-64.2 -10053.4l-65.9 -10053.4l-67.5 -10053.3l-69.2 -10053.3l-70.9 -10053.3l-72.5 -10053.2l-74.2 -10053.2l-75.8 -10053.2l-77.5 -10053.2l-79.2 -10053.2l-80.8 -10053.1l-82.5 -10053.1l-84.2 -10053.1l-85.8 -10053.1l-87.5 -10053l-89.1 -10053l-90.8 -10053l-92.5 -10052.9l-94.1 -10052.9l-95.8 -10052.9l-97.5 -10052.9l-99.1 -10052.8l-100.8 -10052.8l-102.4 -10052.7l-104.1 -10052.7l-105.8 -10052.7l-107.4 -10052.6l-109.1 -10052.6l-110.7 -10052.5l-112.4 -10052.5l-114 -10052.5l-115.7 -10052.5l-117.4 -10052.4l-119 -10052.4l-120.7 -10052.3l-122.3 -10052.3l-124 -10052.3l-125.6 -10052.2l-127.3 -10052.2l-129 -10052.1l-130.6 -10052.1l-132.3 -10052.1l-133.9 -10052l-135.6 -10052l-137.2 -10051.9l-138.9 -10051.9l-140.5 -10051.8l-142.2 -10051.8l-143.8 -10051.7l-145.5 -10051.7l-147.1 -10051.6l-148.8 -10051.6l-150.4 -10051.5l-152.1 -10051.5l-153.7 -10051.4l-155.4 -10051.4l-157 -10051.3l-158.7 -10051.3l-160.3 -10051.2l-162 -10051.2l-163.6 -10051.1l-165.3 -10051.1l-166.9 -10051l-168.6 -10051l-170.2 -10050.9l-171.8 -10050.9l-173.5 -10050.8l-175.1 -10050.7l-176.8 -10050.7l-178.4 -10050.6l-180.1 -10050.6l-181.7 -10050.5l-183.3 -10050.5l-185 -10050.4l-186.6 -10050.3l-188.3 -10050.3l-189.9 -10050.2l-191.5 -10050.1l-193.2 -10050.1l-194.8 -10050l-196.5 -10050l-198.1 -10049.9l-199.7 -10049.8l-201.4 -10049.7l-203 -10049.7l-204.6 -10049.6l-206.3 -10049.6l-207.9 -10049.5l-209.5 -10049.4l-211.2 -10049.4l-212.8 -10049.3l-214.4 -10049.2l-216.1 -10049.1l-217.7 -10049.1l-219.3 -10049l-220.9 -10048.9l-222.6 -10048.8l-224.2 -10048.8l-225.8 -10048.7l-227.5 -10048.7l-229.1 -10048.6l-230.7 -10048.5l-232.3 -10048.4l-234 -10048.4l-235.6 -10048.3l-237.2 -10048.2l-238.8 -10048.1l-240.4 -10048l-242.1 -10048l-243.7 -10047.9l-245.3 -10047.8l-246.9 -10047.7l-248.5 -10047.7l-250.2 -10047.6l-251.8 -10047.5l-253.4 -10047.4l-255 -10047.3l-256.6 -10047.2l-258.2 -10047.2l-259.8 -10047.1l-261.5 -10047l-263.1 -10046.9l-264.7 -10046.8l-266.3 -10046.7l-267.9 -10046.6l-269.5 -10046.6l-271.1 -10046.5l-272.7 -10046.4l-274.3 -10046.3l-275.9 -10046.2l-277.5 -10046.1l-279.2 -10046l-280.8 -10046l-282.4 -10045.8l-284 -10045.8l-285.6 -10045.7l-287.2 -10045.6l-288.8 -10045.5l-290.4 -10045.4l-292 -10045.3l-293.6 -10045.2l-295.2 -10045.1l-296.8 -10045l-298.3 -10044.9l-299.9 -10044.9l-301.5 -10044.8l-303.1 -10044.7l-304.7 -10044.5l-306.3 -10044.5l-307.9 -10044.4l-309.5 -10044.3l-311.1 -10044.1l-312.7 -10044.1l-314.3 -10044l-315.8 -10043.9l-317.4 -10043.8l-319 -10043.6l-320.6 -10043.6l-322.2 -10043.5l-323.8 -10043.4l-325.3 -10043.2l-326.9 -10043.2l-328.5 -10043.1l-330.1 -10043l-331.7 -10042.9l-333.2 -10042.7l-334.8 -10042.6l-336.4 -10042.5l-338 -10042.4l-339.5 -10042.3l-341.1 -10042.2l-342.7 -10042.1l-344.2 -10042l-345.8 -10041.9l-347.4 -10041.8l-349 -10041.7l-350.5 -10041.6l-352.1 -10041.5l-353.6 -10041.3l-355.2 -10041.2l-356.8 -10041.1l-358.3 -10041l-359.9 -10040.9l-361.5 -10040.8l-363 -10040.7l-364.6 -10040.6l-366.1 -10040.5l-367.7 -10040.4l-369.2 -10040.2l-370.8 -10040.1l-372.4 -10040l-373.9 -10039.9l-375.5 -10039.7l-377 -10039.7l-378.6 -10039.5l-380.1 -10039.4l-381.7 -10039.3l-383.2 -10039.2l-384.7 -10039.1l-386.3 -10039l-387.8 -10038.8l-389.4 -10038.7l-390.9 -10038.6l-392.5 -10038.5l-394 -10038.4l-395.5 -10038.2l-397.1 -10038.1l-398.6 -10038l-400.1 -10037.9l-401.7 -10037.7l-403.2 -10037.6l-404.7 -10037.5l-406.3 -10037.4l-407.8 -10037.3l-409.3 -10037.1l-410.8 -10037l-412.4 -10036.9l-413.9 -10036.8l-415.4 -10036.6l-416.9 -10036.5l-418.5 -10036.3l-420 -10036.3l-421.5 -10036.1l-423 -10036l-424.5 -10035.8l-426.1 -10035.7l-427.6 -10035.6l-429.1 -10035.5l-430.6 -10035.4l-432.1 -10035.2l-433.6 -10035.1l-435.1 -10035l-436.6 -10034.8l-438.1 -10034.7l-439.7 -10034.6l-441.2 -10034.4l-442.7 -10034.3l-444.2 -10034.2l-445.7 -10034l-447.2 -10033.9l-448.7 -10033.8l-450.2 -10033.6l-451.7 -10033.5l-453.2 -10033.4l-454.6 -10033.2l-456.1 -10033.1l-457.6 -10033l-459.1 -10032.8l-460.6 -10032.7l-462.1 -10032.6l-463.6 -10032.4l-465.1 -10032.3l-466.6 -10032.1l-468 -10032l-469.5 -10031.9l-471 -10031.7l-472.5 -10031.6l-474 -10031.4l-475.4 -10031.3l-476.9 -10031.2l-478.4 -10031l-479.9 -10030.9l-481.3 -10030.7l-482.8 -10030.6l-484.3 -10030.5l-485.7 -10030.3l-487.2 -10030.2l-488.7 -10030l-490.1 -10029.9l-491.6 -10029.8l-493.1 -10029.6l-494.5 -10029.5l-496 -10029.3l-497.4 -10029.2l-498.9 -10029l-500.3 -10028.9l-501.8 -10028.7l-503.2 -10028.6l-504.7 -10028.5l-506.1 -10028.3l-507.6 -10028.2l-509 -10028l-510.5 -10027.9l-511.9 -10027.7l-513.4 -10027.6l-514.8 -10027.4l-516.3 -10027.3l-517.7 -10027.1l-519.1 -10026.9l-520.6 -10026.8l-522 -10026.7l-523.4 -10026.5l-524.9 -10026.4l-526.3 -10026.2l-527.7 -10026.1l-529.2 -10025.9l-530.6 -10025.8l-532 -10025.6l-533.4 -10025.5l-534.9 -10025.3l-536.3 -10025.2l-537.7 -10025l-539.1 -10024.8l-540.5 -10024.7l-541.9 -10024.6l-543.4 -10024.4l-544.8 -10024.2l-546.2 -10024.1l-547.6 -10024l-549 -10023.8l-550.4 -10023.6l-551.8 -10023.5l-553.2 -10023.3l-554.6 -10023.2l-556 -10023l-557.4 -10022.8l-558.8 -10022.7l-560.2 -10022.6l-561.6 -10022.4l-563 -10022.2l-564.4 -10022.1l-565.8 -10021.9l-567.2 -10021.8l-568.6 -10021.6l-569.9 -10021.5l-571.3 -10021.3l-572.7 -10021.1l-574.1 -10021l-575.5 -10020.8l-576.9 -10020.6l-578.2 -10020.5l-579.6 -10020.4l-581 -10020.2l-582.4 -10020l-583.7 -10019.8l-585.1 -10019.7l-586.5 -10019.6l-587.8 -10019.4l-589.2 -10019.2l-590.6 -10019.1l-591.9 -10018.9l-593.3 -10018.8l-594.6 -10018.6l-596 -10018.4l-597.4 -10018.3l-598.7 -10018.1l-600.1 -10018l-601.4 -10017.8l-602.8 -10017.6l-604.1 -10017.5l-605.5 -10017.3l-606.8 -10017.1l-608.1 -10016.9l-609.5 -10016.8l-610.8 -10016.7l-612.2 -10016.5l-613.5 -10016.3l-614.8 -10016.1l-616.2 -10016l-617.5 -10015.8l-618.8 -10015.7l-620.2 -10015.5l-621.5 -10015.3l-622.8 -10015.2l-624.1 -10015l-625.5 -10014.8l-626.8 -10014.6l-628.1 -10014.5l-629.4 -10014.4l-630.7 -10014.2l-632 -10014l-633.4 -10013.9l-634.7 -10013.7l-636 -10013.5l-637.3 -10013.4l-638.6 -10013.2l-639.9 -10013l-641.2 -10012.9l-642.5 -10012.7l-643.8 -10012.5l-645.1 -10012.4l-646.4 -10012.2l-647.7 -10012l-649 -10011.9l-650.3 -10011.7l-651.6 -10011.5l-652.9 -10011.4l-654.1 -10011.2l-655.4 -10011l-656.7 -10010.8l-658 -10010.7l-659.3 -10010.5l-660.5 -10010.3l-661.8 -10010.1l-663.1 -10010l-664.4 -10009.8l-665.6 -10009.7l-666.9 -10009.5l-668.2 -10009.3l-669.4 -10009.2l-670.7 -10009l-672 -10008.8l-673.2 -10008.6l-674.5 -10008.5l-675.7 -10008.3l-677 -10008.2l-678.3 -10008l-679.5 -10007.8l-680.8 -10007.6l-682 -10007.5l-683.2 -10007.3l-684.5 -10007.1l-685.7 -10007l-687 -10006.8l-688.2 -10006.6l-689.5 -10006.5l-690.7 -10006.2l-691.9 -10006.1l-693.2 -10005.9l-694.4 -10005.8l-695.6 -10005.6l-696.8 -10005.4l-698.1 -10005.3l-699.3 -10005.1l-700.5 -10004.9l-701.7 -10004.7l-702.9 -10004.6l-704.2 -10004.4l-705.4 -10004.2l-706.6 -10004.1l-707.8 -10003.9l-709 -10003.7l-710.2 -10003.6l-711.4 -10003.4l-712.6 -10003.2l-713.8 -10003l-715 -10002.9l-716.2 -10002.7l-717.4 -10002.5l-718.6 -10002.3l-719.8 -10002.2l-721 -10002l-722.2 -10001.8l-723.4 -10001.6l-724.6 -10001.5l-725.7 -10001.3l-726.9 -10001.2l-728.1 -10001l-729.3 -10000.8l-730.5 -10000.6l-731.6 -10000.5l-732.8 -10000.3l-734 -10000.1l-735.1 -10000l-736.3 -9999.8l-737.5 -9999.6l-738.6 -9999.4l-739.8 -9999.2l-741 -9999.1l-742.1 -9998.9l-743.3 -9998.8l-744.4 -9998.6l-745.6 -9998.4l-746.7 -9998.2l-747.9 -9998.1l-749 -9997.9l-750.2 -9997.7l-751.3 -9997.6l-752.4 -9997.4l-753.6 -9997.2l-754.7 -9997l-755.9 -9996.8l-757 -9996.7l-758.1 -9996.5l-759.2 -9996.4l-760.4 -9996.2l-761.5 -9996l-762.6 -9995.8l-763.7 -9995.7l-764.9 -9995.5l-766 -9995.3l-767.1 -9995.2l-768.2 -9995l-769.3 -9994.8l-770.4 -9994.6l-771.5 -9994.5l-772.6 -9994.3l-773.7 -9994.1l-774.8 -9994l-775.9 -9993.8l-777 -9993.6l-778.1 -9993.5l-779.2 -9993.3l-780.3 -9993.1l-781.4 -9992.9l-782.5 -9992.8l-783.6 -9992.6l-784.7 -9992.4l-785.7 -9992.2l-786.8 -9992.1l-787.9 -9991.9l-789 -9991.8l-790.1 -9991.6l-791.1 -9991.4l-792.2 -9991.3l-793.3 -9991.1l-794.3 -9990.9l-795.4 -9990.7l-796.5 -9990.6l-797.5 -9990.4l-798.6 -9990.2l-799.6 -9990.1l-800.7 -9989.9l-801.7 -9989.7l-802.8 -9989.6l-803.8 -9989.4l-804.9 -9989.2l-805.9 -9989.1l-807 -9988.9l-808 -9988.7l-809 -9988.6l-810.1 -9988.4l-811.1 -9988.2l-812.1 -9988.1l-813.2 -9987.9l-814.2 -9987.7l-815.2 -9987.6l-816.2 -9987.4l-817.3 -9987.2l-818.3 -9987.1l-819.3 -9986.9l-820.3 -9986.7l-821.3 -9986.6l-822.3 -9986.4l-823.4 -9986.2l-824.4 -9986l-825.4 -9985.9l-826.4 -9985.7l-827.4 -9985.6l-828.4 -9985.4l-829.4 -9985.2l-830.4 -9985.1l-831.3 -9984.9l-832.3 -9984.7l-833.3 -9984.6l-834.3 -9984.4l-835.3 -9984.3l-836.3 -9984.1l-837.3 -9983.9l-838.2 -9983.8l-839.2 -9983.6l-840.2 -9983.4l-841.2 -9983.3l-842.1 -9983.1l-843.1 -9982.9l-844.1 -9982.8l-845 -9982.6l-846 -9982.4l-846.9 -9982.3l-847.9 -9982.1l-848.8 -9982l-849.8 -9981.8l-850.7 -9981.6l-851.7 -9981.5l-852.6 -9981.3l-853.6 -9981.2l-854.5 -9981l-855.5 -9980.8l-856.4 -9980.7l-857.3 -9980.5l-858.3 -9980.4l-859.2 -9980.2l-860.1 -9980.1l-861.1 -9979.9l-862 -9979.7l-862.9 -9979.6l-863.8 -9979.4l-864.7 -9979.3l-865.7 -9979.1l-866.6 -9978.9l-867.5 -9978.7l-868.4 -9978.6l-869.3 -9978.5l-870.2 -9978.3l-871.1 -9978.2l-872 -9978l-872.9 -9977.8l-873.8 -9977.7l-874.7 -9977.5l-875.6 -9977.3l-876.5 -9977.2l-877.4 -9977.1l-878.3 -9976.9l-879.1 -9976.8l-880 -9976.6l-880.9 -9976.4l-881.8 -9976.3l-882.7 -9976.1l-883.5 -9976l-884.4 -9975.8l-885.3 -9975.7l-886.1 -9975.5l-887 -9975.4l-887.9 -9975.2l-888.7 -9975.1l-889.6 -9974.9l-890.4 -9974.8l-891.3 -9974.6l-892.1 -9974.4l-893 -9974.3l-893.8 -9974.2l-894.7 -9974l-895.5 -9973.8l-896.4 -9973.7l-897.2 -9973.6l-898 -9973.4l-898.9 -9973.3l-899.7 -9973.1l-900.5 -9973l-901.3 -9972.8l-902.2 -9972.7l-903 -9972.5l-903.8 -9972.4l-904.6 -9972.2l-905.4 -9972.1l-906.3 -9971.9l-907.1 -9971.7l-907.9 -9971.6l-908.7 -9971.5l-909.5 -9971.3l-910.3 -9971.2l-911.1 -9971l-911.9 -9970.9l-912.7 -9970.8l-913.5 -9970.6l-914.3 -9970.4l-915 -9970.3l-915.8 -9970.2l-916.6 -9970l-917.4 -9969.9l-918.2 -9969.7l-919 -9969.6l-919.7 -9969.5l-920.5 -9969.3l-921.3 -9969.2l-922 -9969l-922.8 -9968.9l-923.6 -9968.8l-924.3 -9968.6l-925.1 -9968.4l-925.8 -9968.3l-926.6 -9968.2l-927.3 -9968.1l-928.1 -9967.9l-928.8 -9967.8l-929.6 -9967.6l-930.3 -9967.5l-931.1 -9967.4l-931.8 -9967.2l-932.5 -9967.1l-933.3 -9967l-934 -9966.8l-934.7 -9966.7l-935.5 -9966.6l-936.2 -9966.4l-936.9 -9966.3l-937.6 -9966.2l-938.4 -9966l-939.1 -9965.9l-939.8 -9965.8l-940.5 -9965.6l-661.9 -7009.5M783174.6 -7109905.8l-279.2 -2955.4l-941.9 -9965.3l-942.6 -9965.2l-943.3 -9965.1l-944 -9965l-944.7 -9964.8l-945.4 -9964.7l-946.1 -9964.6l-946.8 -9964.4l-947.5 -9964.3l-948.2 -9964.1l-948.8 -9964l-949.5 -9963.9l-950.2 -9963.8l-950.9 -9963.6l-951.5 -9963.5l-952.2 -9963.4l-952.9 -9963.3l-953.6 -9963.2l-954.2 -9963l-954.9 -9962.9l-955.5 -9962.8l-956.2 -9962.7l-956.9 -9962.5l-957.5 -9962.4l-958.2 -9962.3l-958.8 -9962.2l-959.5 -9962l-960.1 -9961.9l-960.7 -9961.8l-961.4 -9961.7l-962 -9961.5l-962.6 -9961.4l-963.3 -9961.3l-963.9 -9961.2l-964.5 -9961.1l-965.2 -9960.9l-965.8 -9960.8l-966.4 -9960.7l-967 -9960.6l-967.6 -9960.5l-968.2 -9960.3l-968.9 -9960.2l-969.5 -9960.1l-970.1 -9960l-970.7 -9959.9l-971.3 -9959.7l-971.9 -9959.6l-972.5 -9959.5l-973.1 -9959.4l-973.7 -9959.3l-974.2 -9959.2l-974.8 -9959.1l-975.4 -9959l-976 -9958.8l-976.6 -9958.7l-977.2 -9958.6l-977.7 -9958.5l-978.3 -9958.4l-978.9 -9958.3l-979.4 -9958.1l-980 -9958.1l-980.6 -9958l-981.1 -9957.9l-981.7 -9957.7l-982.2 -9957.6l-982.8 -9957.5l-983.3 -9957.4l-983.9 -9957.3l-984.4 -9957.2l-985 -9957.1l-985.5 -9957l-986.1 -9956.9l-986.6 -9956.8l-987.1 -9956.6l-987.7 -9956.6l-988.2 -9956.5l-988.7 -9956.4l-989.3 -9956.2l-989.8 -9956.2l-990.3 -9956.1l-990.8 -9956l-991.3 -9955.9l-991.8 -9955.7l-992.4 -9955.7l-992.9 -9955.6l-993.4 -9955.5l-993.9 -9955.3l-994.4 -9955.3l-891.1 -8917.2"
id="path1432"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M739294.3 -4910000l9269.8 -679.6l9974.9 -731.3l9976.1 -731.4l9977.2 -731.6l9978.4 -731.7l9979.6 -731.8l9980.8 -732l9981.9 -732.1l9983.1 -732.3l9984.3 -732.4l9985.4 -732.6l9986.6 -732.7l9987.7 -732.9l9988.9 -733l9990.1 -733.2l9991.3 -733.3l9992.4 -733.5l9993.6 -733.6l9994.8 -733.8l9996 -734l9997.1 -734.1l9998.3 -734.3l9999.5 -734.5l10000.6 -734.6l10001.8 -734.8l10003 -735l10004.1 -735.2l10005.3 -735.4l10006.5 -735.5l10007.6 -735.7l10008.8 -735.9l10009.9 -736.1l10011.1 -736.3l10012.3 -736.5l10013.5 -736.7l10014.6 -736.8l10015.8 -737l10017 -737.2l10018.2 -737.4l10019.3 -737.6l10020.5 -737.8l10021.7 -738.1l10022.8 -738.3l10024 -738.5l10025.1 -738.7l10026.3 -738.9l10027.5 -739.1l9320.7 -687.1"
id="path1433"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M738928 -4920000l8904.3 -653.8l9974.8 -732.5l9976 -732.6l9977.1 -732.7l9978.3 -732.9l9979.5 -733l9980.6 -733.2l9981.8 -733.3l9982.9 -733.4l9984.1 -733.6l9985.3 -733.7l9986.5 -733.9l9987.6 -734l9988.8 -734.2l9990 -734.3l9991.1 -734.5l9992.3 -734.7l9993.4 -734.8l9994.6 -735l9995.8 -735.1l9997 -735.3l9998.1 -735.5l9999.3 -735.6l10000.5 -735.8l10001.6 -736l10002.8 -736.2l10003.9 -736.3l10005.1 -736.5l10006.3 -736.7l10007.5 -736.9l10008.6 -737.1l10009.8 -737.3l10011 -737.4l10012.1 -737.6l10013.3 -737.8l10014.4 -738l10015.6 -738.2l10016.8 -738.4l10018 -738.6l10019.1 -738.8l10020.3 -739l10021.5 -739.2l10022.6 -739.4l10023.8 -739.6l10024.9 -739.8l10026.1 -740.1l10027.3 -740.3l8953.1 -661.1"
id="path1434"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M738561 -4930000l8538.3 -628l9974.7 -733.6l9975.8 -733.8l9977 -733.9l9978.1 -734l9979.3 -734.2l9980.5 -734.3l9981.6 -734.5l9982.8 -734.6l9984 -734.8l9985.1 -734.9l9986.3 -735l9987.4 -735.2l9988.6 -735.4l9989.8 -735.5l9991 -735.7l9992.1 -735.8l9993.3 -736l9994.5 -736.1l9995.6 -736.3l9996.8 -736.5l9997.9 -736.6l9999.1 -736.8l10000.3 -737l10001.4 -737.2l10002.6 -737.3l10003.7 -737.5l10004.9 -737.7l10006.1 -737.9l10007.3 -738l10008.4 -738.2l10009.6 -738.4l10010.8 -738.6l10011.9 -738.8l10013.1 -739l10014.2 -739.2l10015.4 -739.4l10016.6 -739.6l10017.8 -739.8l10018.9 -740l10020.1 -740.2l10021.2 -740.4l10022.4 -740.6l10023.6 -740.8l10024.7 -741l10025.9 -741.2l10027.1 -741.4l8585 -634.9"
id="path1435"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M738193.4 -4940000l8171.7 -602l9974.5 -734.8l9975.7 -734.9l9976.8 -735.1l9978 -735.2l9979.2 -735.3l9980.3 -735.5l9981.5 -735.6l9982.6 -735.8l9983.8 -735.9l9985 -736.1l9986.2 -736.2l9987.3 -736.4l9988.5 -736.5l9989.6 -736.7l9990.8 -736.8l9992 -737l9993.1 -737.1l9994.3 -737.3l9995.5 -737.5l9996.6 -737.6l9997.8 -737.8l9998.9 -738l10000.1 -738.1l10001.3 -738.3l10002.4 -738.5l10003.6 -738.7l10004.8 -738.8l10005.9 -739l10007.1 -739.2l10008.2 -739.4l10009.4 -739.6l10010.6 -739.8l10011.7 -740l10012.9 -740.2l10014 -740.3l10015.2 -740.5l10016.4 -740.7l10017.6 -740.9l10018.7 -741.1l10019.8 -741.3l10021 -741.6l10022.2 -741.8l10023.4 -742l10024.5 -742.2l10025.7 -742.4l10026.9 -742.6l8216.2 -608.6"
id="path1436"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M737825.3 -4950000l7804.4 -575.8l9974.4 -736l9975.6 -736.1l9976.7 -736.2l9977.9 -736.4l9979 -736.5l9980.2 -736.6l9981.4 -736.8l9982.5 -736.9l9983.7 -737.1l9984.8 -737.2l9986 -737.4l9987.1 -737.5l9988.3 -737.7l9989.5 -737.8l9990.6 -738l9991.8 -738.1l9992.9 -738.3l9994.1 -738.5l9995.3 -738.6l9996.5 -738.8l9997.6 -739l9998.8 -739.1l9999.9 -739.3l10001.1 -739.5l10002.3 -739.7l10003.4 -739.8l10004.6 -740l10005.7 -740.2l10006.9 -740.4l10008.1 -740.6l10009.2 -740.7l10010.4 -740.9l10011.5 -741.1l10012.7 -741.3l10013.8 -741.5l10015 -741.7l10016.2 -741.9l10017.4 -742.1l10018.5 -742.3l10019.6 -742.5l10020.8 -742.7l10022 -742.9l10023.2 -743.1l10024.3 -743.3l10025.5 -743.6l10026.6 -743.8l7846.8 -582.2"
id="path1437"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M737456.7 -4960000l7436.6 -549.6l9974.3 -737.1l9975.4 -737.3l9976.5 -737.4l9977.7 -737.5l9978.9 -737.7l9980.1 -737.8l9981.2 -738l9982.3 -738.1l9983.5 -738.2l9984.7 -738.4l9985.9 -738.5l9987 -738.7l9988.2 -738.8l9989.3 -739l9990.5 -739.1l9991.7 -739.3l9992.8 -739.5l9994 -739.6l9995.1 -739.8l9996.3 -740l9997.4 -740.1l9998.6 -740.3l9999.8 -740.5l10000.9 -740.6l10002.1 -740.8l10003.2 -741l10004.4 -741.2l10005.6 -741.4l10006.7 -741.5l10007.9 -741.7l10009 -741.9l10010.2 -742.1l10011.4 -742.3l10012.5 -742.5l10013.6 -742.7l10014.8 -742.9l10016 -743.1l10017.2 -743.3l10018.3 -743.5l10019.4 -743.7l10020.6 -743.9l10021.8 -744.1l10022.9 -744.3l10024.1 -744.5l10025.3 -744.7l10026.4 -744.9l7476.9 -555.6"
id="path1438"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M737087.4 -4970000l7068.2 -523.2l9974.1 -738.3l9975.3 -738.4l9976.4 -738.6l9977.6 -738.7l9978.8 -738.8l9979.9 -739l9981.1 -739.1l9982.2 -739.3l9983.4 -739.4l9984.5 -739.5l9985.7 -739.7l9986.8 -739.8l9988 -740l9989.2 -740.2l9990.3 -740.3l9991.5 -740.5l9992.6 -740.6l9993.8 -740.8l9995 -741l9996.1 -741.1l9997.2 -741.3l9998.4 -741.5l9999.6 -741.6l10000.7 -741.8l10001.9 -742l10003 -742.1l10004.2 -742.3l10005.4 -742.5l10006.5 -742.7l10007.7 -742.9l10008.8 -743.1l10010 -743.3l10011.2 -743.4l10012.3 -743.6l10013.4 -743.8l10014.6 -744l10015.8 -744.2l10017 -744.4l10018.1 -744.6l10019.2 -744.8l10020.4 -745l10021.6 -745.2l10022.7 -745.5l10023.9 -745.7l10025.1 -745.9l10026.2 -746.1l7106.6 -528.9"
id="path1439"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M736717.5 -4980000l6699.4 -496.7l9974 -739.4l9975.2 -739.6l9976.3 -739.7l9977.5 -739.8l9978.6 -740l9979.8 -740.1l9980.9 -740.3l9982.1 -740.4l9983.2 -740.6l9984.4 -740.7l9985.6 -740.9l9986.7 -741l9987.9 -741.2l9989 -741.3l9990.2 -741.5l9991.3 -741.6l9992.5 -741.8l9993.6 -741.9l9994.8 -742.1l9996 -742.3l9997.1 -742.4l9998.3 -742.6l9999.4 -742.8l10000.6 -743l10001.7 -743.1l10002.9 -743.3l10004 -743.5l10005.2 -743.7l10006.4 -743.8l10007.5 -744l10008.6 -744.2l10009.8 -744.4l10011 -744.6l10012.1 -744.8l10013.3 -745l10014.4 -745.2l10015.6 -745.4l10016.7 -745.6l10017.9 -745.8l10019 -746l10020.2 -746.2l10021.4 -746.4l10022.5 -746.6l10023.6 -746.8l10024.8 -747l10026 -747.2l6735.5 -502.1"
id="path1440"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M736347.1 -4990000l6329.8 -470l9973.9 -740.6l9975 -740.7l9976.1 -740.9l9977.3 -741l9978.5 -741.1l9979.6 -741.3l9980.8 -741.4l9981.9 -741.6l9983.1 -741.7l9984.3 -741.9l9985.4 -742l9986.5 -742.2l9987.7 -742.3l9988.9 -742.5l9990 -742.6l9991.2 -742.8l9992.3 -742.9l9993.5 -743.1l9994.6 -743.3l9995.8 -743.4l9996.9 -743.6l9998.1 -743.8l9999.2 -743.9l10000.4 -744.1l10001.6 -744.3l10002.7 -744.5l10003.9 -744.6l10005 -744.8l10006.2 -745l10007.3 -745.2l10008.4 -745.4l10009.6 -745.6l10010.8 -745.8l10011.9 -745.9l10013.1 -746.1l10014.2 -746.3l10015.4 -746.5l10016.5 -746.7l10017.7 -746.9l10018.8 -747.1l10020 -747.3l10021.2 -747.6l10022.3 -747.8l10023.4 -748l10024.6 -748.2l10025.8 -748.4l6364 -475.1"
id="path1441"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M735976 -5000000l5959.7 -443.2l9973.7 -741.8l9974.9 -741.9l9976 -742l9977.2 -742.2l9978.3 -742.3l9979.5 -742.4l9980.6 -742.6l9981.8 -742.7l9983 -742.9l9984.1 -743l9985.3 -743.2l9986.4 -743.3l9987.6 -743.5l9988.7 -743.6l9989.9 -743.8l9991 -743.9l9992.1 -744.1l9993.3 -744.3l9994.5 -744.4l9995.6 -744.6l9996.7 -744.7l9997.9 -744.9l9999.1 -745.1l10000.2 -745.3l10001.4 -745.4l10002.5 -745.6l10003.7 -745.8l10004.8 -746l10006 -746.2l10007.1 -746.3l10008.3 -746.5l10009.4 -746.7l10010.6 -746.9l10011.7 -747.1l10012.9 -747.3l10014 -747.5l10015.2 -747.7l10016.3 -747.9l10017.5 -748.1l10018.6 -748.3l10019.8 -748.5l10021 -748.7l10022.1 -748.9l10023.2 -749.1l10024.4 -749.3l10025.6 -749.6l5991.7 -448"
id="path1442"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1168881.7 -1l-.8 -10054.4l-2.5 -10055.5l-4.2 -10055.4l-5.8 -10055.5l-7.5 -10055.5l-9.2 -10055.5l-10.8 -10055.4l-12.5 -10055.4l-14.2 -10055.4l-15.9 -10055.4l-17.5 -10055.4l-19.2 -10055.4l-20.9 -10055.4l-22.5 -10055.4l-24.2 -10055.4l-25.9 -10055.4l-27.5 -10055.4l-29.2 -10055.4l-30.9 -10055.4l-32.5 -10055.4l-34.2 -10055.3l-35.9 -10055.3l-37.5 -10055.3l-39.2 -10055.3l-40.9 -10055.3l-42.5 -10055.3l-44.2 -10055.3l-45.9 -10055.3l-47.5 -10055.2l-49.2 -10055.2l-50.9 -10055.2l-52.5 -10055.2l-54.2 -10055.2l-55.9 -10055.2l-57.5 -10055.1l-59.2 -10055.1l-60.9 -10055.1l-62.5 -10055.1l-64.2 -10055l-65.9 -10055l-67.5 -10055l-69.2 -10055l-70.9 -10055l-72.5 -10054.9l-74.2 -10054.9l-75.9 -10054.9l-77.5 -10054.9l-79.2 -10054.8l-80.9 -10054.8l-82.5 -10054.8l-84.2 -10054.8l-85.8 -10054.7l-87.5 -10054.7l-89.2 -10054.7l-90.8 -10054.6l-92.5 -10054.6l-94.2 -10054.6l-95.8 -10054.5l-97.5 -10054.5l-99.1 -10054.5l-100.8 -10054.4l-102.5 -10054.4l-104.1 -10054.4l-105.8 -10054.3l-107.4 -10054.3l-109.1 -10054.3l-110.8 -10054.2l-112.4 -10054.2l-114.1 -10054.2l-115.7 -10054.1l-117.4 -10054.1l-119.1 -10054l-120.7 -10054l-122.4 -10054l-124 -10053.9l-125.7 -10053.8l-127.3 -10053.8l-129 -10053.8l-130.7 -10053.8l-132.3 -10053.7l-134 -10053.6l-135.6 -10053.6l-137.3 -10053.6l-138.9 -10053.5l-140.6 -10053.5l-142.2 -10053.4l-143.9 -10053.4l-145.5 -10053.3l-147.2 -10053.3l-148.8 -10053.2l-150.5 -10053.2l-152.1 -10053.1l-153.8 -10053.1l-155.4 -10053l-157.1 -10053l-158.7 -10052.9l-160.4 -10052.9l-162 -10052.8l-163.7 -10052.7l-165.3 -10052.7l-167 -10052.7l-168.6 -10052.6l-170.3 -10052.5l-171.9 -10052.5l-173.5 -10052.4l-175.2 -10052.4l-176.8 -10052.3l-178.5 -10052.2l-180.1 -10052.2l-181.8 -10052.2l-183.4 -10052.1l-185 -10052l-186.7 -10052l-188.3 -10051.9l-190 -10051.9l-191.6 -10051.8l-193.2 -10051.7l-194.9 -10051.7l-196.5 -10051.6l-198.2 -10051.5l-199.8 -10051.5l-201.4 -10051.4l-203.1 -10051.3l-204.7 -10051.3l-206.3 -10051.2l-208 -10051.1l-209.6 -10051.1l-211.2 -10051l-212.9 -10050.9l-214.5 -10050.9l-216.1 -10050.8l-217.8 -10050.7l-219.4 -10050.6l-221 -10050.6l-222.6 -10050.5l-224.3 -10050.4l-225.9 -10050.4l-227.5 -10050.3l-229.2 -10050.2l-230.8 -10050.1l-232.4 -10050.1l-234 -10050l-235.7 -10049.9l-237.3 -10049.8l-238.9 -10049.7l-240.5 -10049.7l-242.1 -10049.6l-243.8 -10049.5l-245.4 -10049.4l-247 -10049.4l-248.6 -10049.3l-250.2 -10049.2l-251.9 -10049.1l-253.5 -10049l-255.1 -10048.9l-256.7 -10048.9l-258.3 -10048.8l-259.9 -10048.7l-261.5 -10048.6l-263.2 -10048.5l-264.8 -10048.4l-266.4 -10048.4l-268 -10048.2l-269.6 -10048.2l-271.2 -10048.1l-272.8 -10048l-274.4 -10047.9l-276 -10047.8l-277.6 -10047.7l-279.2 -10047.7l-280.8 -10047.6l-282.4 -10047.4l-284.1 -10047.4l-285.7 -10047.3l-287.3 -10047.2l-288.9 -10047.1l-290.5 -10047l-292.1 -10046.9l-293.7 -10046.8l-295.3 -10046.7l-296.8 -10046.6l-298.4 -10046.5l-300 -10046.4l-301.6 -10046.3l-303.2 -10046.3l-304.8 -10046.1l-306.4 -10046.1l-308 -10046l-309.6 -10045.9l-311.2 -10045.7l-312.8 -10045.7l-314.4 -10045.6l-315.9 -10045.5l-317.5 -10045.4l-319.1 -10045.2l-320.7 -10045.2l-322.3 -10045.1l-323.9 -10045l-325.4 -10044.8l-327 -10044.7l-328.6 -10044.6l-330.2 -10044.5l-331.8 -10044.4l-333.3 -10044.3l-334.9 -10044.2l-336.5 -10044.1l-338.1 -10044l-339.6 -10043.9l-341.2 -10043.8l-342.8 -10043.7l-344.4 -10043.6l-345.9 -10043.5l-347.5 -10043.3l-349.1 -10043.3l-350.6 -10043.1l-352.2 -10043l-353.8 -10042.9l-355.3 -10042.8l-356.9 -10042.7l-358.4 -10042.6l-360 -10042.5l-361.6 -10042.3l-363.1 -10042.2l-364.7 -10042.1l-366.2 -10042l-367.8 -10041.9l-369.4 -10041.8l-370.9 -10041.7l-372.5 -10041.6l-374 -10041.4l-375.6 -10041.3l-377.1 -10041.2l-378.7 -10041.1l-380.2 -10041l-381.8 -10040.9l-383.3 -10040.7l-384.9 -10040.6l-386.4 -10040.5l-387.9 -10040.4l-389.5 -10040.2l-391 -10040.1l-392.6 -10040l-394.1 -10039.9l-395.7 -10039.8l-397.2 -10039.6l-398.7 -10039.5l-400.3 -10039.4l-401.8 -10039.3l-403.3 -10039.1l-404.9 -10039l-406.4 -10038.9l-407.9 -10038.8l-409.4 -10038.7l-411 -10038.5l-412.5 -10038.4l-414 -10038.3l-415.6 -10038.2l-417.1 -10038l-418.6 -10037.9l-420.1 -10037.8l-421.6 -10037.6l-423.2 -10037.5l-424.7 -10037.4l-426.2 -10037.3l-427.7 -10037.1l-429.2 -10037l-430.7 -10036.9l-432.2 -10036.7l-433.8 -10036.6l-435.3 -10036.5l-436.8 -10036.3l-438.3 -10036.2l-439.8 -10036.1l-441.3 -10035.9l-442.8 -10035.8l-444.3 -10035.7l-445.8 -10035.5l-447.3 -10035.4l-448.8 -10035.3l-450.3 -10035.1l-451.8 -10035l-453.3 -10034.9l-454.8 -10034.7l-456.3 -10034.6l-457.8 -10034.5l-459.3 -10034.3l-460.7 -10034.2l-462.2 -10034l-463.7 -10033.9l-465.2 -10033.8l-466.7 -10033.6l-468.2 -10033.5l-469.7 -10033.3l-471.1 -10033.2l-472.6 -10033l-474.1 -10032.9l-475.6 -10032.8l-477 -10032.6l-478.5 -10032.5l-480 -10032.3l-481.5 -10032.2l-482.9 -10032.1l-484.4 -10031.9l-485.9 -10031.8l-487.3 -10031.6l-488.8 -10031.5l-490.3 -10031.4l-491.7 -10031.2l-493.2 -10031l-494.7 -10030.9l-496.1 -10030.8l-497.6 -10030.6l-499 -10030.5l-500.5 -10030.3l-501.9 -10030.2l-503.4 -10030l-504.8 -10029.9l-506.3 -10029.7l-507.7 -10029.6l-509.2 -10029.5l-510.6 -10029.3l-512.1 -10029.1l-513.5 -10029l-515 -10028.9l-516.4 -10028.7l-517.8 -10028.6l-519.3 -10028.4l-520.7 -10028.3l-522.2 -10028.1l-523.6 -10028l-525 -10027.8l-526.5 -10027.6l-527.9 -10027.5l-529.3 -10027.4l-530.7 -10027.2l-532.2 -10027l-533.6 -10026.9l-535 -10026.7l-536.4 -10026.6l-537.8 -10026.4l-539.3 -10026.3l-540.7 -10026.1l-542.1 -10026l-543.5 -10025.8l-544.9 -10025.6l-546.3 -10025.5l-547.7 -10025.4l-549.2 -10025.2l-550.6 -10025.1l-552 -10024.9l-553.4 -10024.7l-554.8 -10024.6l-556.2 -10024.4l-557.6 -10024.2l-559 -10024.1l-560.4 -10024l-561.8 -10023.8l-563.2 -10023.6l-564.6 -10023.4l-565.9 -10023.3l-567.3 -10023.2l-568.7 -10023l-570.1 -10022.8l-571.5 -10022.7l-572.9 -10022.5l-574.3 -10022.4l-575.6 -10022.2l-577 -10022l-578.4 -10021.9l-579.8 -10021.7l-581.1 -10021.6l-582.5 -10021.4l-583.9 -10021.2l-585.3 -10021.1l-586.6 -10020.9l-588 -10020.8l-589.4 -10020.6l-590.7 -10020.4l-592.1 -10020.3l-593.4 -10020.1l-594.8 -10020l-596.2 -10019.8l-597.5 -10019.6l-598.9 -10019.5l-600.2 -10019.3l-601.6 -10019.1l-602.9 -10019l-604.3 -10018.8l-605.6 -10018.6l-607 -10018.5l-608.3 -10018.3l-609.6 -10018.2l-611 -10018l-612.3 -10017.8l-613.7 -10017.7l-615 -10017.5l-616.3 -10017.3l-617.7 -10017.2l-619 -10017l-620.3 -10016.8l-621.7 -10016.7l-623 -10016.5l-624.3 -10016.3l-625.6 -10016.2l-626.9 -10016l-628.3 -10015.8l-629.6 -10015.7l-630.9 -10015.5l-632.2 -10015.3l-633.5 -10015.2l-634.8 -10015l-636.1 -10014.8l-637.5 -10014.7l-638.8 -10014.5l-640.1 -10014.3l-641.4 -10014.2l-642.7 -10014l-644 -10013.8l-645.3 -10013.7l-646.6 -10013.5l-647.9 -10013.3l-649.2 -10013.1l-650.4 -10012.9l-651.7 -10012.8l-653 -10012.6l-654.3 -10012.5l-655.6 -10012.3l-656.9 -10012.1l-658.2 -10012l-659.4 -10011.8l-660.7 -10011.6l-662 -10011.4l-663.3 -10011.3l-664.5 -10011.1l-665.8 -10010.9l-667.1 -10010.8l-668.3 -10010.6l-669.6 -10010.4l-670.9 -10010.3l-672.1 -10010.1l-673.4 -10009.9l-674.7 -10009.7l-675.9 -10009.6l-677.2 -10009.4l-678.4 -10009.2l-679.7 -10009l-680.9 -10008.9l-682.2 -10008.7l-683.4 -10008.5l-684.7 -10008.3l-685.9 -10008.2l-687.1 -10008l-688.4 -10007.9l-689.6 -10007.7l-690.9 -10007.5l-692.1 -10007.3l-693.3 -10007.2l-694.6 -10007l-695.8 -10006.8l-697 -10006.7l-698.2 -10006.5l-699.5 -10006.3l-700.7 -10006.1l-701.9 -10005.9l-703.1 -10005.8l-704.3 -10005.6l-705.6 -10005.4l-706.8 -10005.3l-708 -10005.1l-709.2 -10004.9l-710.4 -10004.8l-711.6 -10004.6l-712.8 -10004.4l-714 -10004.2l-715.2 -10004.1l-716.4 -10003.9l-717.6 -10003.7l-718.8 -10003.5l-720 -10003.4l-721.2 -10003.2l-722.4 -10003l-723.5 -10002.8l-724.7 -10002.7l-725.9 -10002.5l-727.1 -10002.3l-728.3 -10002.2l-729.5 -10002l-730.6 -10001.8l-731.8 -10001.6l-733 -10001.5l-734.1 -10001.3l-735.3 -10001.1l-736.5 -10001l-737.7 -10000.8l-738.8 -10000.6l-740 -10000.4l-741.1 -10000.3l-742.3 -10000.1l-743.4 -9999.9l-744.6 -9999.7l-745.7 -9999.5l-746.9 -9999.4l-748 -9999.2l-749.2 -9999l-750.3 -9998.8l-751.5 -9998.7l-752.6 -9998.5l-753.8 -9998.4l-754.9 -9998.2l-756 -9998l-757.2 -9997.8l-758.3 -9997.7l-759.4 -9997.5l-760.5 -9997.3l-761.7 -9997.1l-762.8 -9997l-763.9 -9996.8l-765 -9996.6l-766.1 -9996.4l-767.3 -9996.3l-768.4 -9996.1l-769.5 -9995.9l-770.6 -9995.7l-771.7 -9995.6l-772.8 -9995.4l-773.9 -9995.2l-775 -9995.1l-776.1 -9994.9l-777.2 -9994.7l-778.3 -9994.6l-779.4 -9994.4l-780.5 -9994.2l-781.6 -9994l-782.7 -9993.9l-783.8 -9993.7l-784.8 -9993.5l-785.9 -9993.3l-787 -9993.2l-788.1 -9993l-789.2 -9992.8l-790.2 -9992.7l-791.3 -9992.5l-792.4 -9992.3l-793.4 -9992.2l-794.5 -9992l-795.6 -9991.8l-796.6 -9991.6l-797.7 -9991.5l-798.7 -9991.3l-799.8 -9991.1l-800.9 -9990.9l-801.9 -9990.8l-803 -9990.6l-804 -9990.5l-805 -9990.2l-806.1 -9990.1l-807.1 -9989.9l-808.2 -9989.8l-809.2 -9989.6l-810.2 -9989.4l-811.3 -9989.3l-812.3 -9989.1l-813.3 -9988.9l-814.4 -9988.7l-815.4 -9988.6l-816.4 -9988.4l-817.4 -9988.2l-818.5 -9988.1l-819.5 -9987.9l-820.5 -9987.7l-821.5 -9987.6l-822.5 -9987.4l-823.5 -9987.2l-824.5 -9987l-825.5 -9986.9l-826.5 -9986.7l-827.5 -9986.6l-828.5 -9986.4l-829.5 -9986.2l-830.5 -9986.1l-831.5 -9985.9l-832.5 -9985.7l-833.5 -9985.5l-834.5 -9985.4l-835.5 -9985.2l-836.4 -9985.1l-837.4 -9984.9l-838.4 -9984.7l-839.4 -9984.6l-840.3 -9984.4l-841.3 -9984.2l-842.3 -9984l-843.3 -9983.9l-844.2 -9983.7l-845.2 -9983.6l-846.1 -9983.4l-847.1 -9983.3l-848.1 -9983.1l-849 -9982.9l-850 -9982.8l-850.9 -9982.6l-851.9 -9982.4l-852.8 -9982.3l-853.7 -9982.1l-854.7 -9982l-855.6 -9981.8l-856.6 -9981.6l-857.5 -9981.5l-858.4 -9981.3l-859.4 -9981.1l-860.3 -9981l-861.2 -9980.8l-862.1 -9980.7l-863.1 -9980.5l-864 -9980.3l-864.9 -9980.2l-865.8 -9980l-866.7 -9979.9l-867.6 -9979.7l-868.6 -9979.5l-869.5 -9979.4l-870.4 -9979.2l-871.3 -9979.1l-872.2 -9978.9l-873.1 -9978.7l-874 -9978.6l-874.9 -9978.4l-875.7 -9978.2l-876.6 -9978.1l-877.5 -9977.9l-878.4 -9977.8l-879.3 -9977.6l-880.2 -9977.4l-881.1 -9977.3l-881.9 -9977.2l-882.8 -9977l-883.7 -9976.9l-884.5 -9976.7l-885.4 -9976.5l-886.3 -9976.4l-887.1 -9976.2l-888 -9976l-888.9 -9975.9l-889.7 -9975.8l-890.6 -9975.6l-891.4 -9975.5l-892.3 -9975.3l-893.1 -9975.2l-894 -9975l-894.8 -9974.8l-895.7 -9974.7l-896.5 -9974.5l-897.3 -9974.4l-898.2 -9974.2l-899 -9974.1l-899.8 -9973.9l-900.7 -9973.8l-901.5 -9973.6l-902.3 -9973.5l-903.1 -9973.3l-904 -9973.2l-904.8 -9973l-905.6 -9972.9l-906.4 -9972.7l-907.2 -9972.6l-908 -9972.4l-908.8 -9972.3l-909.6 -9972.1l-910.4 -9972l-911.2 -9971.8l-912 -9971.7l-912.8 -9971.5l-913.6 -9971.4l-914.4 -9971.2l-915.2 -9971.1l-916 -9971l-916.8 -9970.8l-917.5 -9970.7l-918.3 -9970.5l-919.1 -9970.4l-919.9 -9970.2l-920.6 -9970.1l-921.4 -9969.9l-922.2 -9969.8l-922.9 -9969.7l-923.7 -9969.5l-924.5 -9969.4l-925.2 -9969.2l-926 -9969.1l-926.7 -9969l-927.5 -9968.8l-928.2 -9968.6l-929 -9968.5l-929.7 -9968.4l-930.5 -9968.3l-931.2 -9968.1l-931.9 -9967.9l-932.7 -9967.8l-933.4 -9967.7l-934.2 -9967.6l-934.9 -9967.4l-935.6 -9967.3l-936.3 -9967.1l-937.1 -9967l-937.8 -9966.9l-938.5 -9966.7l-939.2 -9966.6l-939.9 -9966.5l-940.6 -9966.3l-660.6 -6994.5l-280.8 -2971.7l-942 -9966l-942.7 -9965.9l-943.4 -9965.8l-944.1 -9965.7l-944.8 -9965.5l-945.5 -9965.4l-946.2 -9965.3l-946.9 -9965.1l-947.6 -9965l-948.3 -9964.8l-949 -9964.7l-949.7 -9964.6l-950.3 -9964.5l-951 -9964.3l-951.7 -9964.2l-952.3 -9964.1l-953 -9963.9l-953.7 -9963.8l-954.3 -9963.7l-955 -9963.6l-955.7 -9963.4l-956.3 -9963.3l-957 -9963.1l-957.6 -9963.1l-958.3 -9962.9l-958.9 -9962.8l-959.6 -9962.7l-960.2 -9962.5l-960.9 -9962.4l-961.5 -9962.3l-962.1 -9962.2l-962.8 -9962.1l-963.4 -9961.9l-964 -9961.8l-964.7 -9961.7l-965.3 -9961.6l-965.9 -9961.4l-966.5 -9961.3l-967.1 -9961.2l-967.8 -9961.1l-968.4 -9961l-969 -9960.8l-969.6 -9960.7l-970.2 -9960.6l-970.8 -9960.5l-971.4 -9960.3l-972 -9960.2l-972.6 -9960.1l-973.2 -9960l-973.8 -9959.9l-974.4 -9959.7l-974.9 -9959.7l-975.5 -9959.5l-976.1 -9959.4l-976.7 -9959.3l-977.3 -9959.2l-977.8 -9959.1l-978.4 -9959l-979 -9958.9l-979.5 -9958.7l-980.1 -9958.6l-980.7 -9958.5l-981.2 -9958.4l-981.8 -9958.3l-982.4 -9958.2l-982.9 -9958.1l-983.5 -9958l-984 -9957.9l-984.5 -9957.7l-985.1 -9957.6l-985.6 -9957.5l-986.2 -9957.4l-986.7 -9957.3l-987.2 -9957.2l-987.8 -9957.1l-988.3 -9957l-988.8 -9956.9l-989.4 -9956.8l-989.9 -9956.7l-990.4 -9956.6l-990.9 -9956.5l-991.4 -9956.4l-991.9 -9956.2l-992.5 -9956.2l-993 -9956.1l-993.5 -9956l-994 -9955.8l-994.5 -9955.8l-888.7 -8892.9"
id="path1443"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M735604.4 -5010000l5589.1 -416.3l9973.6 -742.9l9974.8 -743l9975.9 -743.2l9977.1 -743.3l9978.2 -743.4l9979.4 -743.6l9980.5 -743.7l9981.6 -743.9l9982.8 -744l9984 -744.2l9985.1 -744.3l9986.2 -744.5l9987.4 -744.6l9988.6 -744.8l9989.7 -744.9l9990.9 -745.1l9992 -745.2l9993.2 -745.4l9994.3 -745.6l9995.5 -745.7l9996.6 -745.9l9997.8 -746.1l9998.9 -746.2l10000.1 -746.4l10001.2 -746.6l10002.3 -746.8l10003.5 -746.9l10004.7 -747.1l10005.8 -747.3l10007 -747.5l10008.1 -747.7l10009.2 -747.9l10010.4 -748.1l10011.5 -748.2l10012.7 -748.4l10013.8 -748.6l10015 -748.8l10016.1 -749l10017.3 -749.2l10018.4 -749.4l10019.6 -749.6l10020.7 -749.9l10021.9 -750.1l10023 -750.3l10024.2 -750.5l10025.3 -750.7l5619 -420.8"
id="path1444"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M735232.2 -5020000l5217.9 -389.3l9973.5 -744.1l9974.6 -744.2l9975.7 -744.3l9976.9 -744.5l9978.1 -744.6l9979.2 -744.7l9980.4 -744.9l9981.5 -745l9982.7 -745.2l9983.8 -745.3l9985 -745.5l9986.1 -745.6l9987.3 -745.8l9988.4 -745.9l9989.5 -746.1l9990.7 -746.2l9991.8 -746.4l9993 -746.6l9994.1 -746.7l9995.3 -746.9l9996.4 -747l9997.6 -747.2l9998.7 -747.4l9999.9 -747.6l10001 -747.7l10002.1 -747.9l10003.3 -748.1l10004.5 -748.3l10005.6 -748.5l10006.8 -748.6l10007.9 -748.8l10009.1 -749l10010.2 -749.2l10011.4 -749.4l10012.5 -749.6l10013.7 -749.8l10014.8 -750l10015.9 -750.2l10017.1 -750.4l10018.2 -750.6l10019.4 -750.8l10020.5 -751l10021.7 -751.2l10022.8 -751.4l10024 -751.6l10025.1 -751.9l5245.8 -393.5"
id="path1445"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M734859.5 -5030000l4846 -362.1l9973.3 -745.2l9974.5 -745.3l9975.6 -745.5l9976.8 -745.6l9977.9 -745.7l9979.1 -745.9l9980.2 -746l9981.3 -746.2l9982.5 -746.3l9983.7 -746.5l9984.8 -746.6l9985.9 -746.8l9987.1 -746.9l9988.2 -747.1l9989.4 -747.2l9990.5 -747.4l9991.7 -747.5l9992.8 -747.7l9994 -747.9l9995.1 -748l9996.2 -748.2l9997.4 -748.4l9998.6 -748.5l9999.7 -748.7l10000.9 -748.9l10002 -749.1l10003.1 -749.2l10004.3 -749.4l10005.4 -749.6l10006.6 -749.8l10007.7 -750l10008.9 -750.2l10010 -750.4l10011.2 -750.5l10012.3 -750.7l10013.5 -750.9l10014.6 -751.1l10015.7 -751.3l10016.9 -751.5l10018 -751.7l10019.2 -751.9l10020.3 -752.2l10021.5 -752.4l10022.6 -752.6l10023.8 -752.8l10024.9 -753l4871.9 -366"
id="path1446"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M734486.1 -5040000l4473.7 -334.8l9973.2 -746.4l9974.4 -746.5l9975.5 -746.6l9976.6 -746.8l9977.8 -746.9l9978.9 -747l9980.1 -747.2l9981.2 -747.3l9982.4 -747.5l9983.5 -747.6l9984.7 -747.8l9985.8 -747.9l9986.9 -748.1l9988.1 -748.2l9989.2 -748.4l9990.4 -748.5l9991.5 -748.7l9992.7 -748.8l9993.8 -749l9995 -749.2l9996.1 -749.3l9997.2 -749.5l9998.4 -749.7l9999.5 -749.9l10000.7 -750l10001.8 -750.2l10003 -750.4l10004.1 -750.6l10005.3 -750.7l10006.4 -750.9l10007.5 -751.1l10008.7 -751.3l10009.8 -751.5l10011 -751.7l10012.1 -751.9l10013.3 -752.1l10014.4 -752.3l10015.5 -752.5l10016.7 -752.7l10017.8 -752.9l10019 -753.1l10020.1 -753.3l10021.3 -753.5l10022.4 -753.7l10023.6 -753.9l10024.7 -754.1l4497.5 -338.4"
id="path1447"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M734112.2 -5050000l4100.8 -307.3l9973.1 -747.5l9974.2 -747.6l9975.3 -747.8l9976.5 -747.9l9977.7 -748l9978.8 -748.2l9979.9 -748.3l9981 -748.5l9982.2 -748.6l9983.4 -748.7l9984.5 -748.9l9985.6 -749l9986.8 -749.2l9987.9 -749.4l9989.1 -749.5l9990.2 -749.7l9991.3 -749.8l9992.5 -750l9993.6 -750.1l9994.8 -750.3l9995.9 -750.5l9997.1 -750.7l9998.2 -750.8l9999.4 -751l10000.5 -751.2l10001.6 -751.3l10002.8 -751.5l10003.9 -751.7l10005.1 -751.9l10006.2 -752.1l10007.3 -752.3l10008.5 -752.4l10009.6 -752.6l10010.8 -752.8l10011.9 -753l10013.1 -753.2l10014.2 -753.4l10015.3 -753.6l10016.5 -753.8l10017.6 -754l10018.8 -754.2l10019.9 -754.4l10021.1 -754.6l10022.2 -754.9l10023.3 -755.1l10024.5 -755.3l4122.5 -310.6"
id="path1448"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M733737.8 -5060000l3727.2 -279.8l9973 -748.6l9974.1 -748.8l9975.2 -748.9l9976.4 -749l9977.5 -749.2l9978.7 -749.3l9979.8 -749.5l9980.9 -749.6l9982.1 -749.7l9983.2 -749.9l9984.4 -750l9985.5 -750.2l9986.6 -750.3l9987.8 -750.5l9988.9 -750.6l9990.1 -750.8l9991.2 -751l9992.3 -751.1l9993.5 -751.3l9994.6 -751.5l9995.7 -751.6l9996.9 -751.8l9998 -752l9999.2 -752.1l10000.3 -752.3l10001.4 -752.5l10002.6 -752.7l10003.7 -752.8l10004.9 -753l10006 -753.2l10007.1 -753.4l10008.3 -753.6l10009.4 -753.8l10010.6 -754l10011.7 -754.2l10012.9 -754.4l10014 -754.6l10015.1 -754.8l10016.3 -755l10017.4 -755.2l10018.6 -755.4l10019.7 -755.6l10020.8 -755.8l10022 -756l10023.1 -756.2l10024.3 -756.4l3747 -282.8"
id="path1449"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M733362.6 -5070000l3353.2 -252.1l9972.8 -749.8l9974 -749.9l9975.1 -750l9976.2 -750.2l9977.4 -750.3l9978.5 -750.5l9979.7 -750.6l9980.8 -750.7l9981.9 -750.9l9983.1 -751l9984.2 -751.2l9985.3 -751.3l9986.5 -751.5l9987.6 -751.6l9988.8 -751.8l9989.9 -751.9l9991 -752.1l9992.2 -752.3l9993.3 -752.4l9994.5 -752.6l9995.6 -752.8l9996.7 -752.9l9997.9 -753.1l9999 -753.3l10000.1 -753.5l10001.3 -753.6l10002.4 -753.8l10003.6 -754l10004.7 -754.2l10005.8 -754.4l10006.9 -754.5l10008.1 -754.7l10009.3 -754.9l10010.4 -755.1l10011.5 -755.3l10012.7 -755.5l10013.8 -755.7l10014.9 -755.9l10016.1 -756.1l10017.2 -756.3l10018.4 -756.5l10019.5 -756.7l10020.6 -756.9l10021.7 -757.1l10022.9 -757.4l10024 -757.6l3370.9 -254.8"
id="path1450"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M732987 -5080000l2978.5 -224.3l9972.7 -750.9l9973.8 -751l9974.9 -751.2l9976.1 -751.3l9977.2 -751.5l9978.4 -751.6l9979.5 -751.7l9980.6 -751.9l9981.8 -752l9982.9 -752.2l9984.1 -752.3l9985.2 -752.5l9986.3 -752.6l9987.5 -752.8l9988.6 -752.9l9989.7 -753.1l9990.8 -753.2l9992 -753.4l9993.2 -753.6l9994.3 -753.7l9995.4 -753.9l9996.6 -754.1l9997.7 -754.2l9998.8 -754.4l10000 -754.6l10001.1 -754.8l10002.2 -754.9l10003.4 -755.1l10004.5 -755.3l10005.7 -755.5l10006.8 -755.7l10007.9 -755.9l10009.1 -756.1l10010.2 -756.2l10011.3 -756.4l10012.5 -756.6l10013.6 -756.8l10014.7 -757l10015.9 -757.2l10017 -757.4l10018.1 -757.6l10019.3 -757.9l10020.4 -758.1l10021.5 -758.3l10022.7 -758.5l10023.8 -758.7l2994.2 -226.7"
id="path1451"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M732610.8 -5090000l2603.3 -196.3l9972.6 -752.1l9973.7 -752.2l9974.8 -752.3l9976 -752.5l9977.1 -752.6l9978.2 -752.7l9979.4 -752.9l9980.5 -753l9981.6 -753.2l9982.8 -753.3l9983.9 -753.4l9985 -753.6l9986.2 -753.8l9987.3 -753.9l9988.5 -754.1l9989.6 -754.2l9990.7 -754.4l9991.9 -754.5l9993 -754.7l9994.1 -754.9l9995.2 -755l9996.4 -755.2l9997.5 -755.4l9998.7 -755.5l9999.8 -755.7l10000.9 -755.9l10002.1 -756.1l10003.2 -756.3l10004.3 -756.4l10005.5 -756.6l10006.6 -756.8l10007.7 -757l10008.9 -757.2l10010 -757.4l10011.1 -757.6l10012.3 -757.8l10013.4 -758l10014.5 -758.2l10015.7 -758.4l10016.8 -758.6l10017.9 -758.8l10019.1 -759l10020.2 -759.2l10021.3 -759.4l10022.5 -759.6l10023.6 -759.8l2617 -198.4"
id="path1452"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M732233.9 -5100000l2227.7 -168.2l9972.4 -753.2l9973.6 -753.3l9974.7 -753.4l9975.8 -753.6l9977 -753.7l9978.1 -753.9l9979.2 -754l9980.3 -754.1l9981.5 -754.3l9982.6 -754.4l9983.8 -754.6l9984.9 -754.7l9986 -754.9l9987.2 -755l9988.3 -755.2l9989.4 -755.4l9990.5 -755.5l9991.7 -755.7l9992.8 -755.8l9994 -756l9995.1 -756.2l9996.2 -756.3l9997.4 -756.5l9998.5 -756.7l9999.6 -756.9l10000.7 -757l10001.9 -757.2l10003 -757.4l10004.1 -757.6l10005.3 -757.8l10006.4 -757.9l10007.5 -758.1l10008.7 -758.3l10009.8 -758.5l10010.9 -758.7l10012.1 -758.9l10013.2 -759.1l10014.3 -759.3l10015.5 -759.5l10016.6 -759.7l10017.7 -759.9l10018.9 -760.1l10020 -760.3l10021.1 -760.5l10022.3 -760.8l10023.4 -761l2239.3 -170"
id="path1453"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1178938 -1l-.8 -10056.1l-2.5 -10057.1l-4.2 -10057.1l-5.8 -10057.1l-7.5 -10057.1l-9.2 -10057.1l-10.9 -10057.1l-12.5 -10057.1l-14.2 -10057.1l-15.9 -10057.1l-17.5 -10057.1l-19.2 -10057.1l-20.9 -10057.1l-22.5 -10057.1l-24.2 -10057.1l-25.9 -10057.1l-27.5 -10057l-29.2 -10057l-30.9 -10057l-32.6 -10057l-34.2 -10057l-35.9 -10057l-37.6 -10057l-39.2 -10057l-40.9 -10057l-42.6 -10056.9l-44.2 -10056.9l-45.9 -10056.9l-47.6 -10056.9l-49.2 -10056.9l-50.9 -10056.9l-52.6 -10056.9l-54.2 -10056.8l-55.9 -10056.8l-57.6 -10056.8l-59.2 -10056.8l-60.9 -10056.8l-62.6 -10056.7l-64.2 -10056.7l-65.9 -10056.7l-67.6 -10056.7l-69.2 -10056.7l-70.9 -10056.6l-72.6 -10056.6l-74.2 -10056.6l-75.9 -10056.6l-77.6 -10056.5l-79.2 -10056.5l-80.9 -10056.4l-82.6 -10056.4l-84.2 -10056.4l-85.9 -10056.4l-87.5 -10056.3l-89.2 -10056.3l-90.9 -10056.3l-92.5 -10056.3l-94.2 -10056.2l-95.9 -10056.2l-97.5 -10056.2l-99.2 -10056.1l-100.8 -10056.1l-102.5 -10056l-104.2 -10056l-105.8 -10056l-107.5 -10056l-109.1 -10055.9l-110.8 -10055.9l-112.5 -10055.9l-114.1 -10055.8l-115.8 -10055.8l-117.4 -10055.7l-119.1 -10055.7l-120.8 -10055.7l-122.4 -10055.6l-124.1 -10055.6l-125.7 -10055.5l-127.4 -10055.5l-129 -10055.5l-130.7 -10055.4l-132.3 -10055.4l-134 -10055.3l-135.7 -10055.3l-137.3 -10055.2l-139 -10055.2l-140.6 -10055.1l-142.3 -10055.1l-143.9 -10055l-145.6 -10055l-147.2 -10054.9l-148.9 -10054.9l-150.5 -10054.8l-152.2 -10054.8l-153.8 -10054.7l-155.5 -10054.7l-157.1 -10054.6l-158.8 -10054.6l-160.4 -10054.5l-162.1 -10054.5l-163.7 -10054.4l-165.4 -10054.4l-167 -10054.3l-168.7 -10054.3l-170.3 -10054.2l-172 -10054.2l-173.6 -10054.1l-175.3 -10054l-176.9 -10054l-178.5 -10053.9l-180.2 -10053.9l-181.8 -10053.8l-183.5 -10053.7l-185.1 -10053.6l-186.8 -10053.6l-188.4 -10053.6l-190 -10053.5l-191.7 -10053.4l-193.3 -10053.3l-194.9 -10053.3l-196.6 -10053.2l-198.2 -10053.2l-199.9 -10053.1l-201.5 -10053l-203.1 -10053l-204.8 -10052.9l-206.4 -10052.8l-208 -10052.7l-209.7 -10052.7l-211.3 -10052.6l-212.9 -10052.6l-214.6 -10052.5l-216.2 -10052.4l-217.8 -10052.3l-219.5 -10052.3l-221.1 -10052.2l-222.7 -10052.1l-224.4 -10052.1l-226 -10052l-227.6 -10051.9l-229.2 -10051.8l-230.9 -10051.7l-232.5 -10051.7l-234.1 -10051.6l-235.7 -10051.5l-237.4 -10051.4l-239 -10051.4l-240.6 -10051.3l-242.2 -10051.2l-243.8 -10051.1l-245.5 -10051l-247.1 -10051l-248.7 -10050.9l-250.3 -10050.8l-251.9 -10050.7l-253.6 -10050.6l-255.2 -10050.6l-256.8 -10050.5l-258.4 -10050.4l-260 -10050.3l-261.6 -10050.2l-263.2 -10050.1l-264.9 -10050.1l-266.5 -10050l-268.1 -10049.8l-269.7 -10049.8l-271.3 -10049.7l-272.9 -10049.6l-274.5 -10049.5l-276.1 -10049.4l-277.7 -10049.3l-279.3 -10049.3l-280.9 -10049.2l-282.5 -10049l-284.1 -10049l-285.7 -10048.9l-287.3 -10048.8l-288.9 -10048.7l-290.6 -10048.6l-292.1 -10048.5l-293.7 -10048.4l-295.3 -10048.3l-296.9 -10048.2l-298.5 -10048.1l-300.1 -10048l-301.7 -10047.9l-303.3 -10047.8l-304.9 -10047.7l-306.5 -10047.6l-308.1 -10047.6l-309.7 -10047.5l-311.3 -10047.3l-312.9 -10047.3l-314.5 -10047.2l-316 -10047l-317.6 -10046.9l-319.2 -10046.8l-320.8 -10046.7l-322.4 -10046.6l-324 -10046.5l-325.5 -10046.4l-327.1 -10046.3l-328.7 -10046.2l-330.3 -10046.1l-331.9 -10046l-333.4 -10045.9l-335 -10045.8l-336.6 -10045.7l-338.2 -10045.6l-339.7 -10045.4l-341.3 -10045.4l-342.9 -10045.3l-344.5 -10045.2l-346 -10045l-347.6 -10044.9l-349.2 -10044.8l-350.7 -10044.7l-352.3 -10044.6l-353.9 -10044.5l-355.4 -10044.4l-357 -10044.3l-358.6 -10044.2l-360.1 -10044l-361.7 -10043.9l-363.2 -10043.8l-364.8 -10043.7l-366.4 -10043.6l-367.9 -10043.5l-369.5 -10043.3l-371 -10043.2l-372.6 -10043.1l-374.1 -10043l-375.7 -10042.8l-377.2 -10042.8l-378.8 -10042.6l-380.3 -10042.5l-381.9 -10042.4l-383.4 -10042.3l-385 -10042.2l-386.5 -10042l-388.1 -10041.9l-389.6 -10041.8l-391.2 -10041.7l-392.7 -10041.6l-394.2 -10041.4l-395.8 -10041.3l-397.3 -10041.2l-398.8 -10041.1l-400.4 -10040.9l-401.9 -10040.8l-403.4 -10040.7l-405 -10040.6l-406.5 -10040.4l-408 -10040.3l-409.6 -10040.2l-411.1 -10040l-412.6 -10039.9l-414.2 -10039.8l-415.7 -10039.7l-417.2 -10039.5l-418.7 -10039.4l-420.2 -10039.3l-421.8 -10039.2l-423.3 -10039l-424.8 -10038.9l-426.3 -10038.8l-427.8 -10038.6l-429.3 -10038.5l-430.9 -10038.4l-432.4 -10038.2l-433.9 -10038.1l-435.4 -10038l-436.9 -10037.8l-438.4 -10037.7l-439.9 -10037.6l-441.4 -10037.4l-442.9 -10037.3l-444.4 -10037.2l-445.9 -10037l-447.4 -10036.9l-448.9 -10036.8l-450.4 -10036.6l-451.9 -10036.5l-453.4 -10036.4l-454.9 -10036.2l-456.4 -10036.1l-457.9 -10035.9l-459.4 -10035.8l-460.9 -10035.7l-462.4 -10035.5l-463.9 -10035.4l-465.3 -10035.2l-466.8 -10035.1l-468.3 -10035l-469.8 -10034.8l-471.3 -10034.7l-472.8 -10034.5l-474.2 -10034.4l-475.7 -10034.3l-477.2 -10034.1l-478.7 -10034l-480.1 -10033.8l-481.6 -10033.7l-483.1 -10033.5l-484.6 -10033.4l-486 -10033.2l-487.5 -10033.1l-489 -10033l-490.4 -10032.8l-491.9 -10032.7l-493.3 -10032.5l-494.8 -10032.4l-496.3 -10032.2l-497.7 -10032.1l-499.2 -10031.9l-500.6 -10031.8l-502.1 -10031.6l-503.5 -10031.5l-505 -10031.4l-506.4 -10031.2l-507.9 -10031.1l-509.3 -10030.9l-510.8 -10030.8l-512.2 -10030.6l-513.7 -10030.5l-515.1 -10030.3l-516.6 -10030.2l-518 -10030l-519.4 -10029.8l-520.9 -10029.7l-522.3 -10029.5l-523.7 -10029.4l-525.2 -10029.2l-526.6 -10029.1l-528 -10028.9l-529.5 -10028.8l-530.9 -10028.6l-532.3 -10028.4l-533.7 -10028.3l-535.2 -10028.2l-536.6 -10028l-538 -10027.9l-539.4 -10027.7l-540.8 -10027.6l-542.3 -10027.4l-543.7 -10027.2l-545.1 -10027.1l-546.5 -10026.9l-547.9 -10026.8l-549.3 -10026.6l-550.7 -10026.5l-552.1 -10026.3l-553.5 -10026.1l-554.9 -10026l-556.3 -10025.8l-557.7 -10025.6l-559.1 -10025.5l-560.5 -10025.4l-561.9 -10025.2l-563.3 -10025l-564.7 -10024.8l-566.1 -10024.7l-567.5 -10024.6l-568.9 -10024.4l-570.3 -10024.2l-571.6 -10024l-573 -10023.9l-574.4 -10023.8l-575.8 -10023.6l-577.2 -10023.4l-578.6 -10023.3l-579.9 -10023.1l-581.3 -10022.9l-582.7 -10022.8l-584 -10022.6l-585.4 -10022.5l-586.8 -10022.3l-588.2 -10022.1l-589.5 -10021.9l-590.9 -10021.8l-592.2 -10021.6l-593.6 -10021.5l-595 -10021.3l-596.3 -10021.1l-597.7 -10021l-599 -10020.8l-600.4 -10020.7l-601.7 -10020.5l-603.1 -10020.3l-604.4 -10020.2l-605.8 -10020l-607.1 -10019.8l-608.5 -10019.6l-609.8 -10019.5l-611.2 -10019.3l-612.5 -10019.2l-613.8 -10019l-615.2 -10018.8l-616.5 -10018.7l-617.8 -10018.5l-619.2 -10018.3l-620.5 -10018.1l-621.8 -10018l-623.1 -10017.8l-624.5 -10017.7l-625.8 -10017.5l-627.1 -10017.3l-628.4 -10017.2l-629.8 -10017l-631.1 -10016.8l-632.4 -10016.6l-633.7 -10016.5l-635 -10016.3l-636.3 -10016.1l-637.6 -10016l-638.9 -10015.8l-640.2 -10015.6l-641.5 -10015.5l-642.8 -10015.3l-644.1 -10015.1l-645.4 -10015l-646.7 -10014.8l-648 -10014.6l-649.3 -10014.4l-650.6 -10014.2l-651.9 -10014.1l-653.2 -10013.9l-654.5 -10013.8l-655.8 -10013.6l-657 -10013.4l-658.3 -10013.2l-659.6 -10013.1l-660.9 -10012.9l-662.2 -10012.7l-663.4 -10012.6l-664.7 -10012.4l-666 -10012.2l-667.2 -10012l-668.5 -10011.8l-669.8 -10011.7l-671 -10011.5l-672.3 -10011.4l-673.6 -10011.1l-674.8 -10011l-676.1 -10010.8l-677.3 -10010.7l-678.6 -10010.5l-679.8 -10010.3l-681.1 -10010.1l-682.3 -10010l-683.6 -10009.8l-684.8 -10009.6l-686.1 -10009.4l-687.3 -10009.3l-688.6 -10009.1l-689.8 -10008.9l-691 -10008.7l-692.3 -10008.6l-693.5 -10008.4l-694.7 -10008.2l-696 -10008l-697.2 -10007.9l-698.4 -10007.7l-699.6 -10007.5l-700.9 -10007.4l-702.1 -10007.2l-703.3 -10007l-704.5 -10006.8l-705.7 -10006.7l-706.9 -10006.5l-708.1 -10006.3l-709.4 -10006.1l-710.6 -10006l-711.8 -10005.8l-713 -10005.6l-714.2 -10005.4l-715.4 -10005.3l-716.6 -10005.1l-717.8 -10004.9l-719 -10004.7l-720.2 -10004.6l-721.3 -10004.4l-722.5 -10004.2l-723.7 -10004l-724.9 -10003.9l-726.1 -10003.7l-727.3 -10003.5l-728.5 -10003.3l-729.6 -10003.1l-730.8 -10003l-732 -10002.8l-733.2 -10002.6l-734.3 -10002.4l-735.5 -10002.3l-736.7 -10002.1l-737.8 -10001.9l-739 -10001.8l-740.1 -10001.6l-741.3 -10001.4l-742.5 -10001.2l-743.6 -10001.1l-744.8 -10000.9l-745.9 -10000.7l-747.1 -10000.5l-748.2 -10000.4l-749.4 -10000.2l-750.5 -10000l-751.7 -9999.8l-752.8 -9999.7l-753.9 -9999.5l-755.1 -9999.3l-756.2 -9999.1l-757.3 -9999l-758.5 -9998.8l-759.6 -9998.6l-760.7 -9998.4l-761.8 -9998.3l-763 -9998.1l-764.1 -9997.9l-765.2 -9997.7l-766.3 -9997.5l-767.4 -9997.4l-768.6 -9997.2l-769.7 -9997l-770.8 -9996.8l-771.9 -9996.7l-773 -9996.5l-774.1 -9996.3l-775.2 -9996.2l-776.3 -9996l-777.4 -9995.8l-778.5 -9995.7l-779.6 -9995.5l-780.7 -9995.3l-781.8 -9995.1l-782.8 -9995l-783.9 -9994.8l-785 -9994.6l-786.1 -9994.4l-787.2 -9994.3l-788.2 -9994.1l-789.3 -9993.9l-790.4 -9993.7l-791.5 -9993.5l-792.5 -9993.4l-793.6 -9993.2l-794.7 -9993l-795.7 -9992.8l-796.8 -9992.7l-797.9 -9992.5l-798.9 -9992.4l-800 -9992.2l-801 -9992l-802.1 -9991.8l-803.1 -9991.7l-804.2 -9991.5l-805.2 -9991.3l-806.3 -9991.2l-807.3 -9991l-808.3 -9990.8l-809.4 -9990.6l-810.4 -9990.4l-811.4 -9990.3l-812.5 -9990.1l-813.5 -9990l-814.5 -9989.7l-815.6 -9989.6l-816.6 -9989.4l-817.6 -9989.3l-818.6 -9989.1l-819.6 -9988.9l-820.7 -9988.8l-821.7 -9988.6l-822.7 -9988.4l-823.7 -9988.2l-824.7 -9988l-825.7 -9987.9l-826.7 -9987.7l-827.7 -9987.6l-828.7 -9987.4l-829.7 -9987.2l-830.7 -9987.1l-831.7 -9986.9l-832.7 -9986.7l-833.7 -9986.5l-834.6 -9986.4l-835.6 -9986.2l-836.6 -9986.1l-837.6 -9985.9l-838.6 -9985.7l-839.5 -9985.5l-840.5 -9985.4l-841.5 -9985.2l-842.4 -9985l-843.4 -9984.9l-844.4 -9984.7l-845.3 -9984.5l-846.3 -9984.3l-847.3 -9984.2l-848.2 -9984l-849.2 -9983.9l-850.1 -9983.7l-851.1 -9983.5l-852 -9983.4l-853 -9983.2l-853.9 -9983.1l-854.9 -9982.9l-855.8 -9982.7l-856.7 -9982.6l-857.7 -9982.4l-858.6 -9982.2l-859.5 -9982l-860.5 -9981.9l-861.4 -9981.7l-862.3 -9981.6l-863.2 -9981.4l-864.1 -9981.2l-865.1 -9981.1l-866 -9980.9l-866.9 -9980.8l-867.8 -9980.6l-868.7 -9980.4l-869.6 -9980.3l-870.5 -9980.1l-871.4 -9980l-872.3 -9979.8l-873.2 -9979.6l-874.1 -9979.5l-875 -9979.3l-875.9 -9979.1l-876.8 -9979l-877.7 -9978.8l-878.6 -9978.7l-879.5 -9978.5l-880.3 -9978.3l-881.2 -9978.2l-882.1 -9978l-883 -9977.9l-883.8 -9977.7l-884.7 -9977.5l-885.6 -9977.4l-886.4 -9977.2l-887.3 -9977.1l-888.2 -9976.9l-889 -9976.8l-889.9 -9976.6l-890.7 -9976.5l-891.6 -9976.3l-892.4 -9976.1l-893.3 -9976l-894.1 -9975.8l-895 -9975.7l-895.8 -9975.5l-896.7 -9975.4l-897.5 -9975.2l-898.3 -9975.1l-899.2 -9974.9l-900 -9974.7l-900.8 -9974.6l-901.6 -9974.5l-902.5 -9974.3l-903.3 -9974.1l-904.1 -9974l-904.9 -9973.8l-905.7 -9973.7l-906.6 -9973.5l-907.4 -9973.4l-908.2 -9973.2l-909 -9973.1l-909.8 -9972.9l-910.6 -9972.8l-911.4 -9972.6l-912.2 -9972.5l-913 -9972.3l-913.8 -9972.2l-914.5 -9972l-915.3 -9971.9l-916.1 -9971.7l-916.9 -9971.6l-917.7 -9971.5l-918.5 -9971.3l-919.2 -9971.2l-920 -9971l-920.8 -9970.9l-921.6 -9970.7l-922.3 -9970.6l-923.1 -9970.4l-923.9 -9970.3l-924.6 -9970.1l-925.4 -9970l-926.1 -9969.9l-926.9 -9969.7l-927.6 -9969.6l-928.4 -9969.4l-929.1 -9969.3l-929.9 -9969.1l-930.6 -9969l-931.4 -9968.9l-932.1 -9968.7l-932.8 -9968.6l-933.6 -9968.4l-934.3 -9968.3l-935 -9968.1l-935.7 -9968l-936.5 -9967.9l-937.2 -9967.7l-937.9 -9967.6l-938.6 -9967.4l-939.3 -9967.3l-940.1 -9967.2l-940.8 -9967l-662.2 -7010.9l-279.3 -2956l-942.2 -9966.7l-942.9 -9966.6l-943.6 -9966.5l-944.3 -9966.4l-945 -9966.2l-945.7 -9966.1l-946.4 -9965.9l-947 -9965.8l-947.7 -9965.7l-948.4 -9965.5l-949.1 -9965.4l-949.8 -9965.3l-950.5 -9965.1l-951.1 -9965l-951.8 -9964.9l-952.5 -9964.7l-953.1 -9964.6l-953.8 -9964.5l-954.5 -9964.3l-955.1 -9964.2l-955.8 -9964.1l-956.5 -9964l-957.1 -9963.8l-957.8 -9963.7l-958.4 -9963.6l-959.1 -9963.4l-959.7 -9963.3l-960.3 -9963.2l-961 -9963.1l-961.6 -9962.9l-962.3 -9962.8l-962.9 -9962.7l-963.5 -9962.5l-964.2 -9962.4l-964.8 -9962.3l-965.4 -9962.2l-966 -9962l-966.6 -9961.9l-967.3 -9961.8l-967.9 -9961.7l-968.5 -9961.6l-969.1 -9961.4l-969.7 -9961.3l-970.3 -9961.2l-970.9 -9961.1l-971.5 -9960.9l-972.1 -9960.8l-972.7 -9960.7l-973.3 -9960.6l-973.9 -9960.5l-974.5 -9960.3l-975.1 -9960.2l-975.6 -9960.1l-976.2 -9960l-976.8 -9959.9l-977.4 -9959.8l-978 -9959.7l-978.5 -9959.5l-979.1 -9959.4l-979.7 -9959.3l-980.2 -9959.2l-980.8 -9959.1l-981.4 -9959l-981.9 -9958.8l-982.5 -9958.7l-983 -9958.6l-983.6 -9958.5l-984.1 -9958.4l-984.7 -9958.3l-985.2 -9958.2l-985.7 -9958.1l-986.3 -9958l-986.8 -9957.9l-987.4 -9957.7l-987.9 -9957.6l-988.4 -9957.5l-988.9 -9957.4l-989.5 -9957.3l-990 -9957.2l-990.5 -9957.1l-991 -9957l-991.5 -9956.9l-992 -9956.7l-992.6 -9956.7l-993.1 -9956.6l-993.6 -9956.5l-994.1 -9956.3l-994.6 -9956.3l-891.3 -8918.1"
id="path1454"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M731856.6 -5110000l1851.2 -140l9972.3 -754.3l9973.4 -754.5l9974.5 -754.6l9975.7 -754.7l9976.8 -754.9l9978 -755l9979.1 -755.1l9980.2 -755.3l9981.4 -755.4l9982.5 -755.6l9983.6 -755.7l9984.7 -755.9l9985.9 -756l9987 -756.2l9988.1 -756.3l9989.3 -756.5l9990.4 -756.6l9991.5 -756.8l9992.7 -757l9993.8 -757.1l9994.9 -757.3l9996.1 -757.5l9997.2 -757.6l9998.3 -757.8l9999.4 -758l10000.5 -758.2l10001.7 -758.3l10002.8 -758.5l10004 -758.7l10005.1 -758.9l10006.2 -759.1l10007.4 -759.3l10008.5 -759.5l10009.6 -759.6l10010.7 -759.8l10011.9 -760l10013 -760.2l10014.1 -760.4l10015.3 -760.6l10016.4 -760.8l10017.5 -761l10018.7 -761.3l10019.8 -761.5l10020.9 -761.7l10022 -761.9l10023.2 -762.1l1860.9 -141.5"
id="path1455"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M731478.7 -5120000l1474.4 -111.7l9972.2 -755.5l9973.3 -755.6l9974.4 -755.7l9975.6 -755.8l9976.7 -756l9977.8 -756.1l9978.9 -756.3l9980 -756.4l9981.2 -756.6l9982.3 -756.7l9983.5 -756.8l9984.6 -757l9985.7 -757.1l9986.9 -757.3l9988 -757.5l9989.1 -757.6l9990.2 -757.8l9991.4 -757.9l9992.5 -758.1l9993.6 -758.3l9994.7 -758.4l9995.9 -758.6l9997 -758.8l9998.1 -758.9l9999.3 -759.1l10000.4 -759.3l10001.5 -759.5l10002.7 -759.7l10003.8 -759.8l10004.9 -760l10006 -760.2l10007.2 -760.4l10008.3 -760.6l10009.4 -760.8l10010.5 -761l10011.7 -761.2l10012.8 -761.4l10013.9 -761.6l10015.1 -761.8l10016.2 -762l10017.3 -762.2l10018.5 -762.4l10019.6 -762.6l10020.7 -762.8l10021.8 -763l10023 -763.2l1482.1 -112.9"
id="path1456"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M731100.2 -5130000l1096.9 -83.2l9972 -756.6l9973.2 -756.7l9974.3 -756.8l9975.4 -757l9976.6 -757.1l9977.7 -757.3l9978.8 -757.4l9979.9 -757.5l9981.1 -757.7l9982.2 -757.8l9983.3 -758l9984.4 -758.1l9985.6 -758.3l9986.7 -758.4l9987.8 -758.6l9989 -758.7l9990 -758.9l9991.2 -759.1l9992.3 -759.2l9993.5 -759.4l9994.6 -759.6l9995.7 -759.7l9996.8 -759.9l9998 -760.1l9999.1 -760.2l10000.2 -760.4l10001.3 -760.6l10002.5 -760.8l10003.6 -761l10004.7 -761.1l10005.8 -761.3l10007 -761.5l10008.1 -761.7l10009.2 -761.9l10010.3 -762.1l10011.5 -762.3l10012.6 -762.5l10013.7 -762.7l10014.9 -762.9l10016 -763.1l10017.1 -763.3l10018.2 -763.5l10019.4 -763.7l10020.5 -763.9l10021.6 -764.1l10022.7 -764.4l1102.7 -84.1"
id="path1457"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M730721.1 -5140000l718.9 -54.6l9971.9 -757.7l9973 -757.8l9974.1 -758l9975.3 -758.1l9976.4 -758.2l9977.5 -758.4l9978.7 -758.5l9979.8 -758.7l9980.9 -758.8l9982 -759l9983.2 -759.1l9984.3 -759.2l9985.4 -759.4l9986.5 -759.6l9987.7 -759.7l9988.8 -759.9l9989.9 -760l9991 -760.2l9992.2 -760.4l9993.3 -760.5l9994.4 -760.7l9995.5 -760.9l9996.7 -761l9997.8 -761.2l9998.9 -761.4l10000 -761.5l10001.2 -761.7l10002.3 -761.9l10003.4 -762.1l10004.5 -762.3l10005.6 -762.5l10006.8 -762.6l10007.9 -762.8l10009 -763l10010.1 -763.2l10011.3 -763.4l10012.4 -763.6l10013.5 -763.8l10014.7 -764l10015.8 -764.2l10016.9 -764.4l10018 -764.6l10019.2 -764.8l10020.2 -765.1l10021.4 -765.3l10022.5 -765.5l722.7 -55.2"
id="path1458"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M730341.4 -5150000l340.4 -25.9l9971.8 -758.8l9972.9 -759l9974 -759.1l9975.2 -759.2l9976.3 -759.4l9977.4 -759.5l9978.5 -759.6l9979.6 -759.8l9980.8 -759.9l9981.9 -760.1l9983 -760.2l9984.1 -760.4l9985.3 -760.5l9986.4 -760.7l9987.5 -760.8l9988.6 -761l9989.7 -761.1l9990.9 -761.3l9992 -761.5l9993.1 -761.6l9994.2 -761.8l9995.4 -762l9996.5 -762.1l9997.6 -762.3l9998.7 -762.5l9999.8 -762.7l10001 -762.8l10002.1 -763l10003.2 -763.2l10004.4 -763.4l10005.4 -763.6l10006.6 -763.8l10007.7 -764l10008.8 -764.2l10009.9 -764.3l10011.1 -764.5l10012.2 -764.7l10013.3 -764.9l10014.5 -765.1l10015.5 -765.3l10016.7 -765.6l10017.8 -765.8l10018.9 -766l10020 -766.2l10021.2 -766.4l10022.3 -766.6l342.2 -26.2"
id="path1459"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M729961.2 -5160000l9933 -757l9972.8 -760.1l9973.9 -760.2l9975 -760.4l9976.1 -760.5l9977.3 -760.6l9978.4 -760.8l9979.5 -760.9l9980.6 -761.1l9981.7 -761.2l9982.9 -761.3l9984 -761.5l9985.1 -761.6l9986.2 -761.8l9987.4 -762l9988.5 -762.1l9989.6 -762.3l9990.7 -762.4l9991.8 -762.6l9993 -762.8l9994 -762.9l9995.2 -763.1l9996.3 -763.3l9997.4 -763.4l9998.6 -763.6l9999.7 -763.8l10000.8 -764l10001.9 -764.2l10003 -764.3l10004.2 -764.5l10005.3 -764.7l10006.4 -764.9l10007.5 -765.1l10008.7 -765.3l10009.7 -765.5l10010.9 -765.7l10012 -765.9l10013.1 -766.1l10014.3 -766.3l10015.3 -766.5l10016.5 -766.7l10017.6 -766.9l10018.7 -767.1l10019.8 -767.3l10021 -767.5l9983.2 -764.8"
id="path1460"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M729580.3 -5170000l9553.2 -729.2l9972.6 -761.2l9973.7 -761.3l9974.9 -761.5l9976 -761.6l9977.1 -761.7l9978.2 -761.9l9979.3 -762l9980.5 -762.2l9981.6 -762.3l9982.7 -762.5l9983.8 -762.6l9985 -762.8l9986.1 -762.9l9987.2 -763.1l9988.3 -763.2l9989.4 -763.4l9990.6 -763.6l9991.7 -763.7l9992.8 -763.9l9993.9 -764l9995 -764.2l9996.2 -764.4l9997.3 -764.6l9998.4 -764.7l9999.5 -764.9l10000.6 -765.1l10001.7 -765.3l10002.9 -765.5l10004 -765.6l10005.1 -765.8l10006.2 -766l10007.3 -766.2l10008.5 -766.4l10009.5 -766.6l10010.7 -766.8l10011.8 -767l10012.9 -767.2l10014.1 -767.4l10015.1 -767.6l10016.3 -767.8l10017.4 -768l10018.5 -768.2l10019.6 -768.4l10020.8 -768.6l9601.3 -736.6"
id="path1461"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M729199.1 -5180000l9172.8 -701.2l9972.5 -762.3l9973.6 -762.5l9974.7 -762.6l9975.9 -762.7l9977 -762.9l9978.1 -763l9979.2 -763.1l9980.3 -763.3l9981.5 -763.4l9982.6 -763.6l9983.7 -763.7l9984.8 -763.9l9985.9 -764l9987 -764.2l9988.2 -764.4l9989.2 -764.5l9990.4 -764.7l9991.5 -764.8l9992.6 -765l9993.7 -765.2l9994.9 -765.3l9996 -765.5l9997.1 -765.7l9998.2 -765.9l9999.3 -766l10000.4 -766.2l10001.6 -766.4l10002.7 -766.6l10003.8 -766.8l10004.9 -766.9l10006 -767.1l10007.1 -767.3l10008.3 -767.5l10009.3 -767.7l10010.5 -767.9l10011.6 -768.1l10012.7 -768.3l10013.8 -768.5l10014.9 -768.7l10016.1 -768.9l10017.2 -769.1l10018.3 -769.3l10019.4 -769.5l10020.5 -769.8l9219 -708.3"
id="path1462"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M728817.1 -5190000l8791.9 -673l9972.4 -763.4l9973.5 -763.6l9974.6 -763.7l9975.7 -763.8l9976.8 -764l9978 -764.1l9979 -764.3l9980.2 -764.4l9981.3 -764.6l9982.4 -764.7l9983.5 -764.8l9984.7 -765l9985.8 -765.2l9986.9 -765.3l9988 -765.5l9989.1 -765.6l9990.2 -765.8l9991.3 -766l9992.5 -766.1l9993.5 -766.3l9994.7 -766.5l9995.8 -766.6l9996.9 -766.8l9998 -767l9999.1 -767.1l10000.3 -767.3l10001.4 -767.5l10002.5 -767.7l10003.6 -767.9l10004.7 -768.1l10005.8 -768.2l10007 -768.4l10008.1 -768.6l10009.2 -768.8l10010.3 -769l10011.4 -769.2l10012.5 -769.4l10013.6 -769.6l10014.7 -769.8l10015.9 -770l10017 -770.2l10018.1 -770.4l10019.2 -770.7l10020.3 -770.9l8836 -679.9"
id="path1463"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M728434.7 -5200000l8410.4 -644.8l9972.2 -764.6l9973.3 -764.7l9974.5 -764.8l9975.6 -765l9976.7 -765.1l9977.8 -765.2l9978.9 -765.4l9980 -765.5l9981.2 -765.7l9982.3 -765.8l9983.4 -766l9984.5 -766.1l9985.6 -766.3l9986.7 -766.4l9987.8 -766.6l9988.9 -766.7l9990.1 -766.9l9991.2 -767.1l9992.3 -767.2l9993.4 -767.4l9994.5 -767.6l9995.6 -767.7l9996.7 -767.9l9997.9 -768.1l9998.9 -768.3l10000.1 -768.4l10001.2 -768.6l10002.3 -768.8l10003.4 -769l10004.5 -769.2l10005.7 -769.4l10006.8 -769.5l10007.9 -769.7l10009 -769.9l10010.1 -770.1l10011.2 -770.3l10012.3 -770.5l10013.4 -770.7l10014.5 -770.9l10015.7 -771.1l10016.8 -771.3l10017.9 -771.6l10019 -771.8l10020.1 -772l8452.5 -651.3"
id="path1464"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1188996 -1l-.8 -10057.8l-2.5 -10058.8l-4.2 -10058.8l-5.8 -10058.8l-7.5 -10058.8l-9.2 -10058.8l-10.9 -10058.8l-12.5 -10058.8l-14.2 -10058.8l-15.9 -10058.8l-17.5 -10058.8l-19.2 -10058.7l-20.9 -10058.8l-22.5 -10058.8l-24.2 -10058.7l-25.9 -10058.7l-27.6 -10058.7l-29.2 -10058.7l-30.9 -10058.7l-32.6 -10058.7l-34.2 -10058.7l-35.9 -10058.7l-37.6 -10058.7l-39.2 -10058.6l-40.9 -10058.6l-42.6 -10058.6l-44.2 -10058.6l-45.9 -10058.6l-47.6 -10058.6l-49.2 -10058.5l-50.9 -10058.5l-52.6 -10058.5l-54.3 -10058.5l-55.9 -10058.5l-57.6 -10058.4l-59.3 -10058.4l-60.9 -10058.4l-62.6 -10058.4l-64.3 -10058.4l-65.9 -10058.4l-67.6 -10058.3l-69.3 -10058.3l-70.9 -10058.3l-72.6 -10058.2l-74.3 -10058.2l-75.9 -10058.2l-77.6 -10058.2l-79.2 -10058.2l-80.9 -10058.1l-82.6 -10058.1l-84.2 -10058.1l-85.9 -10058.1l-87.6 -10058l-89.2 -10058l-90.9 -10058l-92.6 -10057.9l-94.2 -10057.9l-95.9 -10057.8l-97.5 -10057.8l-99.2 -10057.8l-100.9 -10057.8l-102.5 -10057.7l-104.2 -10057.7l-105.9 -10057.7l-107.5 -10057.6l-109.2 -10057.6l-110.8 -10057.5l-112.5 -10057.5l-114.2 -10057.5l-115.8 -10057.4l-117.5 -10057.4l-119.1 -10057.4l-120.8 -10057.3l-122.5 -10057.3l-124.1 -10057.2l-125.8 -10057.2l-127.4 -10057.2l-129.1 -10057.1l-130.7 -10057.1l-132.4 -10057l-134 -10056.9l-135.7 -10056.9l-137.4 -10056.9l-139 -10056.8l-140.7 -10056.8l-142.3 -10056.7l-144 -10056.7l-145.6 -10056.6l-147.3 -10056.6l-148.9 -10056.5l-150.6 -10056.5l-152.2 -10056.4l-153.9 -10056.4l-155.5 -10056.3l-157.2 -10056.3l-158.8 -10056.2l-160.5 -10056.2l-162.1 -10056.1l-163.8 -10056l-165.4 -10056l-167.1 -10056l-168.7 -10055.9l-170.4 -10055.8l-172 -10055.8l-173.7 -10055.7l-175.3 -10055.7l-177 -10055.6l-178.6 -10055.5l-180.2 -10055.5l-181.9 -10055.4l-183.5 -10055.4l-185.2 -10055.3l-186.8 -10055.3l-188.5 -10055.2l-190.1 -10055.1l-191.7 -10055.1l-193.4 -10055l-195 -10054.9l-196.7 -10054.9l-198.3 -10054.8l-199.9 -10054.7l-201.6 -10054.6l-203.2 -10054.6l-204.8 -10054.5l-206.5 -10054.5l-208.1 -10054.4l-209.7 -10054.3l-211.4 -10054.3l-213 -10054.2l-214.6 -10054.1l-216.3 -10054l-217.9 -10054l-219.5 -10053.9l-221.2 -10053.8l-222.8 -10053.7l-224.4 -10053.7l-226.1 -10053.6l-227.7 -10053.5l-229.3 -10053.5l-230.9 -10053.3l-232.6 -10053.3l-234.2 -10053.2l-235.8 -10053.1l-237.4 -10053l-239.1 -10053l-240.7 -10052.9l-242.3 -10052.8l-243.9 -10052.8l-245.5 -10052.6l-247.2 -10052.6l-248.8 -10052.5l-250.4 -10052.4l-252 -10052.3l-253.6 -10052.2l-255.3 -10052.2l-256.9 -10052.1l-258.5 -10052l-260.1 -10051.9l-261.7 -10051.8l-263.3 -10051.8l-264.9 -10051.7l-266.6 -10051.6l-268.2 -10051.5l-269.8 -10051.4l-271.4 -10051.3l-273 -10051.2l-274.6 -10051.1l-276.2 -10051l-277.8 -10051l-279.4 -10050.9l-281 -10050.8l-282.6 -10050.6l-284.2 -10050.6l-285.8 -10050.5l-287.4 -10050.4l-289 -10050.3l-290.6 -10050.2l-292.2 -10050.1l-293.8 -10050l-295.4 -10049.9l-297 -10049.8l-298.6 -10049.7l-300.2 -10049.6l-301.8 -10049.5l-303.4 -10049.4l-305 -10049.3l-306.6 -10049.2l-308.2 -10049.1l-309.8 -10049l-311.4 -10048.9l-313 -10048.8l-314.6 -10048.7l-316.1 -10048.6l-317.7 -10048.5l-319.3 -10048.4l-320.9 -10048.3l-322.5 -10048.2l-324.1 -10048.1l-325.7 -10048l-327.2 -10047.9l-328.8 -10047.8l-330.4 -10047.7l-332 -10047.6l-333.6 -10047.5l-335.1 -10047.4l-336.7 -10047.3l-338.3 -10047.2l-339.9 -10047l-341.4 -10046.9l-343 -10046.8l-344.6 -10046.7l-346.1 -10046.6l-347.7 -10046.5l-349.3 -10046.4l-350.9 -10046.3l-352.4 -10046.2l-354 -10046l-355.5 -10045.9l-357.1 -10045.8l-358.7 -10045.7l-360.2 -10045.6l-361.8 -10045.5l-363.4 -10045.4l-364.9 -10045.3l-366.5 -10045.1l-368 -10045l-369.6 -10044.9l-371.1 -10044.8l-372.7 -10044.7l-374.3 -10044.5l-375.8 -10044.4l-377.4 -10044.3l-378.9 -10044.2l-380.5 -10044.1l-382 -10044l-383.6 -10043.8l-385.1 -10043.7l-386.6 -10043.6l-388.2 -10043.5l-389.7 -10043.3l-391.3 -10043.2l-392.8 -10043.1l-394.4 -10043l-395.9 -10042.9l-397.4 -10042.7l-399 -10042.6l-400.5 -10042.5l-402 -10042.4l-403.6 -10042.2l-405.1 -10042.1l-406.6 -10042l-408.2 -10041.8l-409.7 -10041.7l-411.2 -10041.6l-412.8 -10041.5l-414.3 -10041.3l-415.8 -10041.2l-417.3 -10041.1l-418.9 -10040.9l-420.4 -10040.8l-421.9 -10040.7l-423.4 -10040.6l-424.9 -10040.4l-426.5 -10040.3l-428 -10040.2l-429.5 -10040l-431 -10039.9l-432.5 -10039.7l-434 -10039.6l-435.5 -10039.5l-437 -10039.4l-438.5 -10039.2l-440.1 -10039.1l-441.6 -10038.9l-443.1 -10038.8l-444.6 -10038.7l-446.1 -10038.5l-447.6 -10038.4l-449.1 -10038.3l-450.6 -10038.1l-452.1 -10038l-453.6 -10037.9l-455.1 -10037.7l-456.6 -10037.6l-458 -10037.4l-459.5 -10037.3l-461 -10037.2l-462.5 -10037l-464 -10036.9l-465.5 -10036.7l-467 -10036.6l-468.5 -10036.5l-469.9 -10036.3l-471.4 -10036.2l-472.9 -10036l-474.4 -10035.9l-475.9 -10035.7l-477.3 -10035.6l-478.8 -10035.4l-480.3 -10035.3l-481.8 -10035.2l-483.2 -10035l-484.7 -10034.9l-486.2 -10034.7l-487.6 -10034.6l-489.1 -10034.4l-490.6 -10034.3l-492 -10034.1l-493.5 -10034l-495 -10033.8l-496.4 -10033.7l-497.9 -10033.5l-499.3 -10033.4l-500.8 -10033.3l-502.2 -10033.1l-503.7 -10033l-505.1 -10032.8l-506.6 -10032.6l-508 -10032.5l-509.5 -10032.4l-510.9 -10032.2l-512.4 -10032l-513.8 -10031.9l-515.3 -10031.7l-516.7 -10031.6l-518.1 -10031.4l-519.6 -10031.3l-521 -10031.1l-522.5 -10031l-523.9 -10030.8l-525.3 -10030.7l-526.8 -10030.5l-528.2 -10030.4l-529.6 -10030.2l-531 -10030.1l-532.5 -10029.9l-533.9 -10029.7l-535.3 -10029.6l-536.7 -10029.4l-538.2 -10029.3l-539.6 -10029.1l-541 -10029l-542.4 -10028.8l-543.8 -10028.7l-545.2 -10028.5l-546.7 -10028.3l-548.1 -10028.2l-549.5 -10028l-550.9 -10027.9l-552.3 -10027.7l-553.7 -10027.5l-555.1 -10027.4l-556.5 -10027.2l-557.9 -10027l-559.3 -10026.9l-560.7 -10026.7l-562.1 -10026.6l-563.5 -10026.4l-564.9 -10026.2l-566.3 -10026.1l-567.7 -10025.9l-569 -10025.8l-570.4 -10025.6l-571.8 -10025.4l-573.2 -10025.3l-574.6 -10025.1l-576 -10025l-577.3 -10024.8l-578.7 -10024.6l-580.1 -10024.5l-581.5 -10024.3l-582.8 -10024.2l-584.2 -10024l-585.6 -10023.8l-587 -10023.7l-588.3 -10023.5l-589.7 -10023.3l-591 -10023.2l-592.4 -10023l-593.8 -10022.8l-595.1 -10022.7l-596.5 -10022.5l-597.8 -10022.3l-599.2 -10022.2l-600.6 -10022l-601.9 -10021.8l-603.3 -10021.7l-604.6 -10021.5l-606 -10021.3l-607.3 -10021.2l-608.6 -10021l-610 -10020.8l-611.3 -10020.7l-612.7 -10020.5l-614 -10020.3l-615.3 -10020.1l-616.7 -10020l-618 -10019.8l-619.3 -10019.7l-620.7 -10019.5l-622 -10019.3l-623.3 -10019.2l-624.6 -10019l-626 -10018.8l-627.3 -10018.6l-628.6 -10018.5l-629.9 -10018.3l-631.2 -10018.1l-632.6 -10017.9l-633.9 -10017.8l-635.2 -10017.6l-636.5 -10017.4l-637.8 -10017.3l-639.1 -10017.1l-640.4 -10016.9l-641.7 -10016.8l-643 -10016.6l-644.3 -10016.4l-645.6 -10016.2l-646.9 -10016.1l-648.2 -10015.9l-649.5 -10015.7l-650.8 -10015.5l-652.1 -10015.4l-653.4 -10015.2l-654.7 -10015l-655.9 -10014.9l-657.2 -10014.7l-658.5 -10014.5l-659.8 -10014.4l-661.1 -10014.2l-662.3 -10014l-663.6 -10013.8l-664.9 -10013.7l-666.2 -10013.5l-667.4 -10013.3l-668.7 -10013.1l-670 -10013l-671.2 -10012.8l-672.5 -10012.6l-673.7 -10012.4l-675 -10012.3l-676.3 -10012.1l-677.5 -10011.9l-678.8 -10011.7l-680 -10011.5l-681.3 -10011.4l-682.5 -10011.2l-683.8 -10011l-685 -10010.8l-686.3 -10010.7l-687.5 -10010.5l-688.7 -10010.3l-690 -10010.2l-691.2 -10010l-692.4 -10009.8l-693.7 -10009.6l-694.9 -10009.5l-696.1 -10009.3l-697.4 -10009.1l-698.6 -10008.9l-699.8 -10008.8l-701 -10008.6l-702.2 -10008.4l-703.5 -10008.2l-704.7 -10008.1l-705.9 -10007.9l-707.1 -10007.7l-708.3 -10007.5l-709.5 -10007.3l-710.7 -10007.2l-711.9 -10007l-713.1 -10006.8l-714.4 -10006.6l-715.6 -10006.5l-716.8 -10006.3l-717.9 -10006.1l-719.1 -10005.9l-720.3 -10005.8l-721.5 -10005.6l-722.7 -10005.4l-723.9 -10005.2l-725.1 -10005.1l-726.3 -10004.9l-727.5 -10004.7l-728.6 -10004.5l-729.8 -10004.3l-731 -10004.2l-732.2 -10004l-733.3 -10003.8l-734.5 -10003.6l-735.7 -10003.5l-736.8 -10003.3l-738 -10003.1l-739.2 -10002.9l-740.3 -10002.7l-741.5 -10002.6l-742.6 -10002.4l-743.8 -10002.2l-744.9 -10002l-746.1 -10001.8l-747.3 -10001.7l-748.4 -10001.5l-749.5 -10001.3l-750.7 -10001.1l-751.8 -10001l-753 -10000.8l-754.1 -10000.6l-755.2 -10000.5l-756.4 -10000.2l-757.5 -10000.1l-758.6 -9999.9l-759.8 -9999.7l-760.9 -9999.5l-762 -9999.4l-763.1 -9999.2l-764.3 -9999l-765.4 -9998.9l-766.5 -9998.7l-767.6 -9998.5l-768.7 -9998.3l-769.8 -9998.2l-770.9 -9997.9l-772.1 -9997.8l-773.2 -9997.6l-774.3 -9997.4l-775.4 -9997.3l-776.5 -9997.1l-777.6 -9996.9l-778.7 -9996.7l-779.7 -9996.6l-780.8 -9996.4l-781.9 -9996.2l-783 -9996l-784.1 -9995.9l-785.2 -9995.7l-786.3 -9995.5l-787.3 -9995.3l-788.4 -9995.2l-789.5 -9995l-790.6 -9994.8l-791.6 -9994.6l-792.7 -9994.5l-793.8 -9994.3l-794.8 -9994.1l-795.9 -9993.9l-797 -9993.8l-798 -9993.6l-799.1 -9993.4l-800.1 -9993.2l-801.2 -9993l-802.2 -9992.9l-803.3 -9992.7l-804.3 -9992.5l-805.4 -9992.3l-806.4 -9992.2l-807.5 -9992l-808.5 -9991.8l-809.6 -9991.7l-810.6 -9991.5l-811.6 -9991.3l-812.7 -9991.2l-813.7 -9991l-814.7 -9990.8l-815.7 -9990.6l-816.8 -9990.5l-817.8 -9990.3l-818.8 -9990.1l-819.8 -9989.9l-820.8 -9989.8l-821.8 -9989.6l-822.8 -9989.4l-823.9 -9989.3l-824.9 -9989.1l-825.9 -9988.9l-826.9 -9988.7l-827.9 -9988.6l-828.9 -9988.4l-829.9 -9988.2l-830.9 -9988.1l-831.8 -9987.9l-832.8 -9987.7l-833.8 -9987.5l-834.8 -9987.4l-835.8 -9987.2l-836.8 -9987l-837.8 -9986.8l-838.7 -9986.7l-839.7 -9986.5l-840.7 -9986.4l-841.7 -9986.2l-842.6 -9986l-843.6 -9985.8l-844.6 -9985.7l-845.5 -9985.5l-846.5 -9985.3l-847.4 -9985.2l-848.4 -9985l-849.3 -9984.8l-850.3 -9984.7l-851.2 -9984.5l-852.2 -9984.3l-853.1 -9984.2l-854.1 -9984l-855 -9983.8l-856 -9983.6l-856.9 -9983.5l-857.8 -9983.3l-858.8 -9983.2l-859.7 -9983l-860.6 -9982.8l-861.5 -9982.7l-862.5 -9982.5l-863.4 -9982.3l-864.3 -9982.1l-865.2 -9982l-866.1 -9981.8l-867.1 -9981.7l-868 -9981.5l-868.9 -9981.3l-869.8 -9981.2l-870.7 -9981l-871.6 -9980.9l-872.5 -9980.7l-873.4 -9980.5l-874.3 -9980.4l-875.2 -9980.2l-876.1 -9980l-877 -9979.9l-877.8 -9979.7l-878.7 -9979.6l-879.6 -9979.4l-880.5 -9979.2l-881.4 -9979.1l-882.3 -9978.9l-883.1 -9978.8l-884 -9978.6l-884.9 -9978.4l-885.7 -9978.3l-886.6 -9978.1l-887.5 -9978l-888.3 -9977.8l-889.2 -9977.6l-890 -9977.5l-890.9 -9977.3l-891.7 -9977.2l-892.6 -9977l-893.4 -9976.8l-894.3 -9976.7l-895.1 -9976.5l-896 -9976.3l-896.8 -9976.2l-897.6 -9976.1l-898.5 -9975.9l-899.3 -9975.7l-900.1 -9975.6l-901 -9975.4l-901.8 -9975.3l-902.6 -9975.1l-903.4 -9974.9l-904.3 -9974.8l-905.1 -9974.7l-905.9 -9974.5l-906.7 -9974.4l-907.5 -9974.2l-908.3 -9974l-909.1 -9973.9l-909.9 -9973.7l-910.7 -9973.6l-911.5 -9973.4l-912.3 -9973.3l-913.1 -9973.1l-913.9 -9973l-914.7 -9972.8l-915.5 -9972.7l-916.3 -9972.5l-917.1 -9972.4l-917.8 -9972.2l-918.6 -9972.1l-919.4 -9971.9l-920.2 -9971.8l-920.9 -9971.6l-921.7 -9971.5l-922.5 -9971.3l-923.2 -9971.2l-924 -9971l-924.8 -9970.9l-925.5 -9970.7l-926.3 -9970.6l-927 -9970.5l-927.8 -9970.3l-928.5 -9970.1l-929.3 -9970l-930 -9969.9l-930.8 -9969.7l-931.5 -9969.6l-932.2 -9969.4l-933 -9969.3l-933.7 -9969.2l-934.4 -9969l-935.2 -9968.8l-935.9 -9968.7l-936.6 -9968.6l-937.3 -9968.4l-938 -9968.3l-938.8 -9968.1l-939.5 -9968l-940.2 -9967.9l-940.9 -9967.7l-666.8 -7059.4l-274.8 -2908.2l-942.3 -9967.4l-943 -9967.3l-943.7 -9967.2l-944.4 -9967l-945.1 -9966.9l-945.8 -9966.8l-946.5 -9966.6l-947.2 -9966.5l-947.9 -9966.4l-948.6 -9966.2l-949.2 -9966.1l-949.9 -9966l-950.6 -9965.8l-951.3 -9965.7l-951.9 -9965.6l-952.6 -9965.4l-953.3 -9965.3l-953.9 -9965.1l-954.6 -9965l-955.3 -9964.9l-955.9 -9964.8l-956.6 -9964.6l-957.2 -9964.5l-957.9 -9964.4l-958.5 -9964.2l-959.2 -9964.1l-959.8 -9964l-960.5 -9963.8l-961.1 -9963.7l-961.8 -9963.6l-962.4 -9963.4l-963 -9963.3l-963.6 -9963.2l-964.3 -9963.1l-964.9 -9962.9l-965.5 -9962.8l-966.1 -9962.6l-966.8 -9962.6l-967.4 -9962.4l-968 -9962.3l-968.6 -9962.2l-969.2 -9962l-969.8 -9961.9l-970.4 -9961.8l-971 -9961.7l-971.6 -9961.5l-972.2 -9961.4l-972.8 -9961.3l-973.4 -9961.2l-974 -9961.1l-974.6 -9960.9l-975.2 -9960.8l-975.8 -9960.7l-976.3 -9960.6l-976.9 -9960.4l-977.5 -9960.4l-978.1 -9960.2l-978.6 -9960.1l-979.2 -9960l-979.8 -9959.8l-980.3 -9959.8l-980.9 -9959.6l-981.5 -9959.5l-982 -9959.4l-982.6 -9959.3l-983.1 -9959.2l-983.7 -9959.1l-984.2 -9959l-984.8 -9958.8l-985.3 -9958.7l-985.9 -9958.6l-986.4 -9958.5l-986.9 -9958.4l-987.5 -9958.2l-988 -9958.2l-988.5 -9958.1l-989 -9957.9l-989.6 -9957.8l-990.1 -9957.7l-990.6 -9957.6l-991.1 -9957.5l-991.6 -9957.4l-992.2 -9957.3l-992.7 -9957.2l-993.2 -9957.1l-993.7 -9957l-994.2 -9956.8l-994.7 -9956.8l-898.7 -8991.2"
id="path1465"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M728051.6 -5210000l8028.5 -616.4l9972.1 -765.7l9973.2 -765.8l9974.3 -765.9l9975.5 -766.1l9976.6 -766.2l9977.7 -766.4l9978.8 -766.5l9979.9 -766.6l9981 -766.8l9982.1 -766.9l9983.2 -767.1l9984.4 -767.2l9985.5 -767.4l9986.6 -767.5l9987.7 -767.7l9988.8 -767.9l9989.9 -768l9991 -768.2l9992.1 -768.3l9993.2 -768.5l9994.4 -768.7l9995.5 -768.8l9996.6 -769l9997.7 -769.2l9998.8 -769.4l9999.9 -769.5l10001 -769.7l10002.1 -769.9l10003.2 -770.1l10004.3 -770.3l10005.5 -770.5l10006.6 -770.7l10007.7 -770.9l10008.8 -771l10009.9 -771.2l10011 -771.4l10012.1 -771.6l10013.2 -771.8l10014.3 -772l10015.5 -772.3l10016.6 -772.5l10017.7 -772.7l10018.8 -772.9l10019.9 -773.1l8068.4 -622.6"
id="path1466"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M727668 -5220000l7645.9 -587.9l9972 -766.8l9973.1 -766.9l9974.2 -767.1l9975.3 -767.2l9976.4 -767.3l9977.5 -767.5l9978.6 -767.6l9979.8 -767.7l9980.9 -767.9l9982 -768l9983.1 -768.2l9984.2 -768.3l9985.3 -768.5l9986.4 -768.6l9987.5 -768.8l9988.6 -769l9989.7 -769.1l9990.9 -769.3l9992 -769.5l9993 -769.6l9994.2 -769.8l9995.3 -770l9996.4 -770.1l9997.5 -770.3l9998.6 -770.5l9999.7 -770.7l10000.8 -770.8l10001.9 -771l10003.1 -771.2l10004.1 -771.4l10005.3 -771.6l10006.4 -771.8l10007.5 -772l10008.6 -772.2l10009.7 -772.4l10010.8 -772.6l10011.9 -772.8l10013 -773l10014.1 -773.2l10015.3 -773.4l10016.4 -773.6l10017.5 -773.8l10018.5 -774l10019.7 -774.2l7683.9 -593.8"
id="path1467"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M727283.9 -5230000l7262.7 -559.2l9971.9 -767.9l9972.9 -768l9974.1 -768.2l9975.2 -768.3l9976.3 -768.4l9977.4 -768.6l9978.5 -768.7l9979.6 -768.9l9980.7 -769l9981.8 -769.1l9982.9 -769.3l9984 -769.4l9985.2 -769.6l9986.3 -769.8l9987.4 -769.9l9988.4 -770.1l9989.6 -770.2l9990.7 -770.4l9991.8 -770.6l9992.9 -770.7l9994 -770.9l9995.1 -771.1l9996.2 -771.2l9997.3 -771.4l9998.4 -771.6l9999.6 -771.8l10000.7 -771.9l10001.8 -772.1l10002.9 -772.3l10003.9 -772.5l10005.1 -772.7l10006.2 -772.9l10007.3 -773.1l10008.4 -773.3l10009.5 -773.5l10010.6 -773.7l10011.7 -773.9l10012.8 -774.1l10013.9 -774.3l10015 -774.5l10016.2 -774.7l10017.3 -774.9l10018.3 -775.1l10019.5 -775.3l7298.8 -564.9"
id="path1468"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M726899.2 -5240000l6879 -530.5l9971.7 -769l9972.8 -769.1l9973.9 -769.3l9975 -769.4l9976.2 -769.5l9977.3 -769.7l9978.3 -769.8l9979.5 -770l9980.6 -770.1l9981.7 -770.3l9982.8 -770.4l9983.9 -770.6l9985 -770.7l9986.1 -770.9l9987.2 -771l9988.3 -771.2l9989.4 -771.3l9990.5 -771.5l9991.6 -771.7l9992.7 -771.8l9993.8 -772l9995 -772.2l9996.1 -772.3l9997.2 -772.5l9998.2 -772.7l9999.4 -772.9l10000.5 -773.1l10001.6 -773.2l10002.7 -773.4l10003.8 -773.6l10004.9 -773.8l10006 -774l10007.1 -774.2l10008.2 -774.4l10009.3 -774.6l10010.4 -774.8l10011.5 -775l10012.6 -775.2l10013.7 -775.4l10014.8 -775.6l10015.9 -775.8l10017 -776l10018.1 -776.2l10019.3 -776.4l6913 -535.8"
id="path1469"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M726513.8 -5250000l6494.9 -501.6l9971.6 -770.1l9972.7 -770.2l9973.8 -770.4l9974.9 -770.5l9976 -770.6l9977.1 -770.8l9978.2 -770.9l9979.3 -771.1l9980.4 -771.2l9981.5 -771.4l9982.6 -771.5l9983.7 -771.7l9984.8 -771.8l9986 -772l9987.1 -772.1l9988.1 -772.3l9989.3 -772.4l9990.4 -772.6l9991.5 -772.8l9992.5 -772.9l9993.7 -773.1l9994.8 -773.3l9995.9 -773.4l9997 -773.6l9998.1 -773.8l9999.2 -774l10000.3 -774.2l10001.4 -774.3l10002.5 -774.5l10003.6 -774.7l10004.7 -774.9l10005.8 -775.1l10006.9 -775.3l10008 -775.5l10009.1 -775.7l10010.2 -775.9l10011.3 -776.1l10012.4 -776.3l10013.5 -776.5l10014.6 -776.7l10015.7 -776.9l10016.8 -777.1l10017.9 -777.3l10019 -777.5l6526.9 -506.6"
id="path1470"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M726128.1 -5260000l6110.1 -472.5l9971.5 -771.2l9972.5 -771.3l9973.7 -771.5l9974.8 -771.6l9975.9 -771.8l9977 -771.9l9978 -772l9979.2 -772.2l9980.3 -772.3l9981.4 -772.5l9982.5 -772.6l9983.6 -772.8l9984.7 -772.9l9985.8 -773.1l9986.9 -773.2l9988 -773.4l9989.1 -773.5l9990.2 -773.7l9991.3 -773.9l9992.4 -774l9993.5 -774.2l9994.6 -774.4l9995.7 -774.6l9996.8 -774.7l9997.9 -774.9l9999 -775.1l10000.1 -775.3l10001.2 -775.4l10002.3 -775.6l10003.4 -775.8l10004.5 -776l10005.6 -776.2l10006.7 -776.4l10007.8 -776.6l10008.9 -776.8l10010 -777l10011.1 -777.2l10012.2 -777.4l10013.3 -777.6l10014.4 -777.8l10015.5 -778l10016.6 -778.2l10017.7 -778.4l10018.8 -778.6l6140.2 -477.3"
id="path1471"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M725741.6 -5270000l5724.8 -443.4l9971.3 -772.3l9972.4 -772.4l9973.5 -772.6l9974.6 -772.7l9975.7 -772.9l9976.8 -773l9977.9 -773.1l9979 -773.3l9980.1 -773.4l9981.2 -773.6l9982.3 -773.7l9983.4 -773.9l9984.5 -774l9985.6 -774.2l9986.7 -774.3l9987.8 -774.5l9988.9 -774.6l9990 -774.8l9991.1 -775l9992.2 -775.1l9993.3 -775.3l9994.4 -775.5l9995.5 -775.7l9996.6 -775.8l9997.7 -776l9998.8 -776.2l9999.9 -776.4l10001 -776.5l10002.1 -776.7l10003.2 -776.9l10004.3 -777.1l10005.4 -777.3l10006.5 -777.5l10007.6 -777.7l10008.7 -777.9l10009.8 -778.1l10010.9 -778.3l10012 -778.5l10013.1 -778.7l10014.2 -778.9l10015.3 -779.1l10016.4 -779.3l10017.5 -779.5l10018.6 -779.7l5752.9 -447.8"
id="path1472"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M725354.8 -5280000l5338.8 -414.1l9971.2 -773.4l9972.3 -773.5l9973.4 -773.7l9974.5 -773.8l9975.6 -774l9976.7 -774.1l9977.8 -774.2l9978.9 -774.4l9980 -774.5l9981.1 -774.7l9982.2 -774.8l9983.3 -775l9984.4 -775.1l9985.5 -775.3l9986.6 -775.4l9987.6 -775.6l9988.8 -775.7l9989.9 -775.9l9991 -776.1l9992 -776.2l9993.2 -776.4l9994.3 -776.6l9995.4 -776.8l9996.5 -776.9l9997.5 -777.1l9998.7 -777.3l9999.8 -777.5l10000.8 -777.6l10001.9 -777.8l10003 -778l10004.1 -778.2l10005.2 -778.4l10006.3 -778.6l10007.4 -778.8l10008.5 -779l10009.6 -779.2l10010.7 -779.4l10011.8 -779.6l10012.9 -779.8l10014 -780l10015.1 -780.2l10016.2 -780.4l10017.3 -780.6l10018.4 -780.8l5365 -418.2"
id="path1473"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M724967.2 -5290000l4952.5 -384.7l9971.1 -774.5l9972.1 -774.6l9973.3 -774.8l9974.4 -774.9l9975.5 -775l9976.6 -775.2l9977.6 -775.3l9978.8 -775.5l9979.8 -775.6l9980.9 -775.8l9982 -775.9l9983.1 -776.1l9984.2 -776.2l9985.3 -776.4l9986.4 -776.5l9987.5 -776.7l9988.6 -776.8l9989.7 -777l9990.8 -777.2l9991.9 -777.3l9993 -777.5l9994.1 -777.7l9995.2 -777.8l9996.3 -778l9997.3 -778.2l9998.5 -778.4l9999.6 -778.6l10000.7 -778.7l10001.8 -778.9l10002.8 -779.1l10004 -779.3l10005 -779.5l10006.1 -779.7l10007.2 -779.9l10008.3 -780.1l10009.4 -780.3l10010.5 -780.5l10011.6 -780.7l10012.7 -780.9l10013.8 -781.1l10014.9 -781.3l10016 -781.5l10017.1 -781.7l10018.2 -781.9l4976.7 -388.5"
id="path1474"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M724579.2 -5300000l4565.5 -355.1l9970.9 -775.6l9972 -775.7l9973.1 -775.9l9974.2 -776l9975.3 -776.1l9976.4 -776.3l9977.5 -776.4l9978.6 -776.6l9979.7 -776.7l9980.8 -776.9l9981.9 -777l9983 -777.2l9984.1 -777.3l9985.2 -777.5l9986.3 -777.6l9987.3 -777.8l9988.5 -777.9l9989.5 -778.1l9990.6 -778.3l9991.7 -778.4l9992.8 -778.6l9993.9 -778.8l9995 -778.9l9996.1 -779.1l9997.2 -779.3l9998.3 -779.5l9999.4 -779.6l10000.5 -779.8l10001.6 -780l10002.6 -780.2l10003.8 -780.4l10004.9 -780.6l10005.9 -780.8l10007 -781l10008.1 -781.2l10009.2 -781.4l10010.3 -781.6l10011.4 -781.8l10012.5 -782l10013.6 -782.2l10014.7 -782.4l10015.8 -782.6l10016.8 -782.8l10018 -783l4587.8 -358.6"
id="path1475"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1199055.6 -1l-.8 -10059.5l-2.5 -10060.5l-4.2 -10060.4l-5.8 -10060.5l-7.5 -10060.5l-9.2 -10060.5l-10.9 -10060.4l-12.5 -10060.5l-14.2 -10060.5l-15.9 -10060.4l-17.5 -10060.4l-19.2 -10060.4l-20.9 -10060.4l-22.6 -10060.4l-24.2 -10060.4l-25.9 -10060.4l-27.6 -10060.4l-29.2 -10060.4l-30.9 -10060.4l-32.6 -10060.4l-34.2 -10060.3l-35.9 -10060.3l-37.6 -10060.3l-39.3 -10060.3l-40.9 -10060.3l-42.6 -10060.3l-44.3 -10060.3l-45.9 -10060.3l-47.6 -10060.2l-49.3 -10060.2l-50.9 -10060.2l-52.6 -10060.2l-54.3 -10060.2l-55.9 -10060.2l-57.6 -10060.1l-59.3 -10060.1l-60.9 -10060.1l-62.6 -10060.1l-64.3 -10060l-65.9 -10060l-67.6 -10060l-69.3 -10060l-70.9 -10060l-72.6 -10059.9l-74.3 -10059.9l-75.9 -10059.9l-77.6 -10059.9l-79.3 -10059.8l-80.9 -10059.8l-82.6 -10059.8l-84.3 -10059.7l-85.9 -10059.7l-87.6 -10059.7l-89.3 -10059.7l-90.9 -10059.6l-92.6 -10059.6l-94.3 -10059.6l-95.9 -10059.5l-97.6 -10059.5l-99.2 -10059.5l-100.9 -10059.4l-102.6 -10059.4l-104.2 -10059.4l-105.9 -10059.3l-107.6 -10059.3l-109.2 -10059.3l-110.9 -10059.2l-112.5 -10059.2l-114.2 -10059.1l-115.9 -10059.1l-117.5 -10059l-119.2 -10059l-120.8 -10059l-122.5 -10058.9l-124.2 -10058.9l-125.8 -10058.8l-127.5 -10058.8l-129.1 -10058.8l-130.8 -10058.7l-132.4 -10058.7l-134.1 -10058.6l-135.8 -10058.6l-137.4 -10058.5l-139.1 -10058.5l-140.7 -10058.4l-142.4 -10058.4l-144 -10058.4l-145.7 -10058.3l-147.3 -10058.3l-149 -10058.2l-150.6 -10058.2l-152.3 -10058.1l-153.9 -10058l-155.6 -10058l-157.2 -10057.9l-158.9 -10057.9l-160.5 -10057.8l-162.2 -10057.8l-163.8 -10057.7l-165.5 -10057.7l-167.1 -10057.6l-168.8 -10057.6l-170.4 -10057.5l-172.1 -10057.4l-173.7 -10057.4l-175.4 -10057.3l-177 -10057.3l-178.7 -10057.2l-180.3 -10057.1l-181.9 -10057.1l-183.6 -10057l-185.2 -10056.9l-186.9 -10056.9l-188.5 -10056.8l-190.2 -10056.8l-191.8 -10056.7l-193.4 -10056.6l-195.1 -10056.6l-196.7 -10056.5l-198.4 -10056.4l-200 -10056.4l-201.6 -10056.3l-203.3 -10056.2l-204.9 -10056.2l-206.5 -10056.1l-208.2 -10056l-209.8 -10056l-211.4 -10055.9l-213.1 -10055.8l-214.7 -10055.8l-216.3 -10055.6l-218 -10055.6l-219.6 -10055.5l-221.2 -10055.5l-222.9 -10055.4l-224.5 -10055.3l-226.1 -10055.2l-227.8 -10055.2l-229.4 -10055.1l-231 -10055l-232.6 -10054.9l-234.3 -10054.9l-235.9 -10054.8l-237.5 -10054.7l-239.1 -10054.6l-240.8 -10054.5l-242.4 -10054.5l-244 -10054.4l-245.6 -10054.3l-247.2 -10054.2l-248.9 -10054.1l-250.5 -10054l-252.1 -10054l-253.7 -10053.8l-255.3 -10053.8l-257 -10053.7l-258.6 -10053.6l-260.2 -10053.5l-261.8 -10053.5l-263.4 -10053.4l-265 -10053.3l-266.6 -10053.2l-268.3 -10053.1l-269.9 -10053l-271.5 -10052.9l-273.1 -10052.8l-274.7 -10052.7l-276.3 -10052.7l-277.9 -10052.6l-279.5 -10052.5l-281.1 -10052.4l-282.7 -10052.3l-284.3 -10052.2l-285.9 -10052.1l-287.5 -10052l-289.1 -10051.9l-290.7 -10051.8l-292.3 -10051.7l-293.9 -10051.6l-295.5 -10051.5l-297.1 -10051.4l-298.7 -10051.3l-300.3 -10051.2l-301.9 -10051.1l-303.5 -10051l-305.1 -10050.9l-306.7 -10050.8l-308.3 -10050.7l-309.9 -10050.6l-311.5 -10050.5l-313.1 -10050.4l-314.7 -10050.3l-316.2 -10050.2l-317.8 -10050.1l-319.4 -10050l-321 -10049.9l-322.6 -10049.8l-324.2 -10049.7l-325.8 -10049.6l-327.3 -10049.5l-328.9 -10049.4l-330.5 -10049.3l-332.1 -10049.2l-333.7 -10049l-335.2 -10049l-336.8 -10048.8l-338.4 -10048.7l-340 -10048.6l-341.5 -10048.5l-343.1 -10048.4l-344.7 -10048.3l-346.3 -10048.2l-347.8 -10048l-349.4 -10048l-351 -10047.8l-352.5 -10047.7l-354.1 -10047.6l-355.7 -10047.5l-357.2 -10047.4l-358.8 -10047.3l-360.4 -10047.2l-361.9 -10047l-363.5 -10046.9l-365 -10046.8l-366.6 -10046.7l-368.2 -10046.6l-369.7 -10046.4l-371.3 -10046.3l-372.8 -10046.2l-374.4 -10046.1l-375.9 -10046l-377.5 -10045.9l-379 -10045.7l-380.6 -10045.6l-382.1 -10045.5l-383.7 -10045.3l-385.2 -10045.3l-386.8 -10045.1l-388.3 -10045l-389.9 -10044.9l-391.4 -10044.8l-392.9 -10044.6l-394.5 -10044.5l-396 -10044.4l-397.6 -10044.2l-399.1 -10044.1l-400.6 -10044l-402.2 -10043.9l-403.7 -10043.7l-405.2 -10043.6l-406.8 -10043.5l-408.3 -10043.4l-409.8 -10043.2l-411.4 -10043.1l-412.9 -10043l-414.4 -10042.9l-415.9 -10042.7l-417.5 -10042.6l-419 -10042.4l-420.5 -10042.3l-422 -10042.2l-423.5 -10042.1l-425.1 -10041.9l-426.6 -10041.8l-428.1 -10041.7l-429.6 -10041.5l-431.1 -10041.4l-432.6 -10041.2l-434.2 -10041.1l-435.7 -10041l-437.2 -10040.9l-438.7 -10040.7l-440.2 -10040.6l-441.7 -10040.5l-443.2 -10040.3l-444.7 -10040.2l-446.2 -10040l-447.7 -10039.9l-449.2 -10039.8l-450.7 -10039.6l-452.2 -10039.5l-453.7 -10039.3l-455.2 -10039.2l-456.7 -10039.1l-458.2 -10038.9l-459.7 -10038.8l-461.2 -10038.6l-462.7 -10038.5l-464.1 -10038.4l-465.6 -10038.2l-467.1 -10038l-468.6 -10037.9l-470.1 -10037.8l-471.6 -10037.6l-473 -10037.5l-474.5 -10037.4l-476 -10037.2l-477.5 -10037.1l-479 -10036.9l-480.4 -10036.7l-481.9 -10036.6l-483.4 -10036.5l-484.8 -10036.3l-486.3 -10036.2l-487.8 -10036l-489.2 -10035.9l-490.7 -10035.8l-492.2 -10035.6l-493.6 -10035.4l-495.1 -10035.3l-496.6 -10035.2l-498 -10035l-499.5 -10034.8l-500.9 -10034.7l-502.4 -10034.6l-503.8 -10034.4l-505.3 -10034.3l-506.7 -10034.1l-508.2 -10034l-509.6 -10033.8l-511.1 -10033.6l-512.5 -10033.5l-514 -10033.3l-515.4 -10033.2l-516.9 -10033l-518.3 -10032.9l-519.7 -10032.7l-521.2 -10032.6l-522.6 -10032.4l-524 -10032.3l-525.5 -10032.1l-526.9 -10031.9l-528.3 -10031.8l-529.8 -10031.6l-531.2 -10031.5l-532.6 -10031.3l-534.1 -10031.2l-535.5 -10031l-536.9 -10030.9l-538.3 -10030.7l-539.7 -10030.5l-541.2 -10030.4l-542.6 -10030.2l-544 -10030.1l-545.4 -10029.9l-546.8 -10029.7l-548.2 -10029.6l-549.6 -10029.4l-551 -10029.3l-552.4 -10029.1l-553.8 -10029l-555.3 -10028.8l-556.7 -10028.6l-558.1 -10028.4l-559.5 -10028.3l-560.8 -10028.1l-562.2 -10028l-563.6 -10027.8l-565 -10027.6l-566.4 -10027.5l-567.8 -10027.3l-569.2 -10027.2l-570.6 -10027l-572 -10026.8l-573.4 -10026.7l-574.7 -10026.5l-576.1 -10026.4l-577.5 -10026.2l-578.9 -10026l-580.3 -10025.9l-581.6 -10025.7l-583 -10025.5l-584.4 -10025.3l-585.7 -10025.2l-587.1 -10025l-588.5 -10024.9l-589.8 -10024.7l-591.2 -10024.5l-592.6 -10024.4l-593.9 -10024.2l-595.3 -10024l-596.7 -10023.8l-598 -10023.7l-599.4 -10023.5l-600.7 -10023.4l-602.1 -10023.2l-603.4 -10023l-604.8 -10022.9l-606.1 -10022.7l-607.5 -10022.5l-608.8 -10022.3l-610.2 -10022.2l-611.5 -10022l-612.8 -10021.8l-614.2 -10021.7l-615.5 -10021.5l-616.8 -10021.3l-618.2 -10021.2l-619.5 -10021l-620.8 -10020.8l-622.2 -10020.6l-623.5 -10020.5l-624.8 -10020.3l-626.1 -10020.1l-627.5 -10019.9l-628.8 -10019.8l-630.1 -10019.6l-631.4 -10019.4l-632.7 -10019.2l-634 -10019.1l-635.3 -10018.9l-636.7 -10018.8l-638 -10018.6l-639.3 -10018.4l-640.6 -10018.2l-641.9 -10018.1l-643.2 -10017.9l-644.5 -10017.7l-645.8 -10017.5l-647.1 -10017.4l-648.4 -10017.2l-649.7 -10017l-651 -10016.8l-652.2 -10016.7l-653.5 -10016.5l-654.8 -10016.3l-656.1 -10016.2l-657.4 -10015.9l-658.7 -10015.8l-660 -10015.6l-661.2 -10015.5l-662.5 -10015.2l-663.8 -10015.1l-665.1 -10014.9l-666.3 -10014.8l-667.6 -10014.6l-668.9 -10014.4l-670.1 -10014.2l-671.4 -10014l-672.7 -10013.9l-673.9 -10013.7l-675.2 -10013.5l-676.4 -10013.3l-677.7 -10013.2l-678.9 -10013l-680.2 -10012.8l-681.4 -10012.6l-682.7 -10012.5l-683.9 -10012.3l-685.2 -10012.1l-686.4 -10011.9l-687.7 -10011.8l-688.9 -10011.6l-690.1 -10011.4l-691.4 -10011.2l-692.6 -10011l-693.9 -10010.9l-695.1 -10010.7l-696.3 -10010.5l-697.5 -10010.3l-698.8 -10010.2l-700 -10010l-701.2 -10009.8l-702.4 -10009.6l-703.6 -10009.4l-704.9 -10009.3l-706.1 -10009.1l-707.3 -10008.9l-708.5 -10008.7l-709.7 -10008.6l-710.9 -10008.4l-712.1 -10008.2l-713.3 -10008l-714.5 -10007.8l-715.7 -10007.7l-716.9 -10007.5l-718.1 -10007.3l-719.3 -10007.1l-720.5 -10007l-721.7 -10006.8l-722.9 -10006.6l-724.1 -10006.4l-725.3 -10006.2l-726.4 -10006.1l-727.6 -10005.9l-728.8 -10005.7l-730 -10005.5l-731.2 -10005.3l-732.3 -10005.2l-733.5 -10005l-734.7 -10004.8l-735.8 -10004.6l-737 -10004.4l-738.2 -10004.3l-739.3 -10004.1l-740.5 -10003.9l-741.7 -10003.7l-742.8 -10003.6l-744 -10003.4l-745.1 -10003.2l-746.3 -10003l-747.4 -10002.8l-748.6 -10002.7l-749.7 -10002.5l-750.9 -10002.3l-752 -10002.1l-753.1 -10001.9l-754.3 -10001.8l-755.4 -10001.6l-756.6 -10001.4l-757.7 -10001.2l-758.8 -10001l-759.9 -10000.9l-761.1 -10000.7l-762.2 -10000.5l-763.3 -10000.3l-764.4 -10000.2l-765.6 -10000l-766.7 -9999.8l-767.8 -9999.6l-768.9 -9999.4l-770 -9999.3l-771.1 -9999.1l-772.2 -9998.9l-773.3 -9998.7l-774.4 -9998.6l-775.5 -9998.4l-776.6 -9998.2l-777.7 -9998l-778.8 -9997.8l-779.9 -9997.7l-781 -9997.5l-782.1 -9997.3l-783.2 -9997.1l-784.3 -9997l-785.4 -9996.8l-786.4 -9996.6l-787.5 -9996.4l-788.6 -9996.2l-789.7 -9996.1l-790.7 -9995.9l-791.8 -9995.7l-792.9 -9995.5l-794 -9995.4l-795 -9995.2l-796.1 -9995l-797.1 -9994.8l-798.2 -9994.6l-799.3 -9994.5l-800.3 -9994.3l-801.4 -9994.1l-802.4 -9993.9l-803.5 -9993.8l-804.5 -9993.6l-805.6 -9993.4l-806.6 -9993.2l-807.7 -9993.1l-808.7 -9992.9l-809.7 -9992.7l-810.8 -9992.5l-811.8 -9992.4l-812.8 -9992.2l-813.9 -9992l-814.9 -9991.8l-815.9 -9991.7l-816.9 -9991.5l-817.9 -9991.3l-819 -9991.1l-820 -9990.9l-821 -9990.8l-822 -9990.6l-823 -9990.4l-824 -9990.3l-825 -9990.1l-826 -9989.9l-827 -9989.7l-828 -9989.6l-829 -9989.4l-830 -9989.2l-831 -9989l-832 -9988.9l-833 -9988.7l-834 -9988.5l-835 -9988.4l-836 -9988.2l-836.9 -9988l-837.9 -9987.8l-838.9 -9987.7l-839.9 -9987.5l-840.9 -9987.3l-841.8 -9987.2l-842.8 -9986.9l-843.8 -9986.8l-844.7 -9986.6l-845.7 -9986.5l-846.6 -9986.3l-847.6 -9986.1l-848.6 -9986l-849.5 -9985.8l-850.5 -9985.6l-851.4 -9985.4l-852.4 -9985.3l-853.3 -9985.1l-854.2 -9984.9l-855.2 -9984.8l-856.1 -9984.6l-857.1 -9984.4l-858 -9984.3l-858.9 -9984.1l-859.9 -9983.9l-860.8 -9983.8l-861.7 -9983.6l-862.6 -9983.4l-863.6 -9983.3l-864.5 -9983.1l-865.4 -9982.9l-866.3 -9982.8l-867.2 -9982.6l-868.1 -9982.4l-869 -9982.3l-870 -9982.1l-870.9 -9981.9l-871.8 -9981.8l-872.7 -9981.6l-873.6 -9981.4l-874.5 -9981.3l-875.3 -9981.1l-876.2 -9980.9l-877.1 -9980.8l-878 -9980.6l-878.9 -9980.4l-879.8 -9980.3l-880.7 -9980.1l-881.5 -9980l-882.4 -9979.8l-883.3 -9979.6l-884.2 -9979.5l-885 -9979.3l-885.9 -9979.1l-886.8 -9979l-887.6 -9978.8l-888.5 -9978.6l-889.3 -9978.5l-890.2 -9978.3l-891.1 -9978.2l-891.9 -9978l-892.8 -9977.8l-893.6 -9977.7l-894.4 -9977.5l-895.3 -9977.4l-896.1 -9977.2l-897 -9977.1l-897.8 -9976.9l-898.6 -9976.7l-899.5 -9976.6l-900.3 -9976.4l-901.1 -9976.3l-902 -9976.1l-902.8 -9975.9l-903.6 -9975.8l-904.4 -9975.6l-905.2 -9975.5l-906 -9975.3l-906.9 -9975.2l-907.7 -9975l-908.5 -9974.9l-909.3 -9974.7l-910.1 -9974.5l-910.9 -9974.4l-911.7 -9974.2l-912.5 -9974.1l-913.3 -9973.9l-914.1 -9973.8l-914.8 -9973.6l-915.6 -9973.5l-916.4 -9973.3l-917.2 -9973.2l-918 -9973l-918.8 -9972.8l-919.5 -9972.7l-920.3 -9972.6l-921.1 -9972.4l-921.8 -9972.2l-922.6 -9972.1l-923.4 -9972l-924.1 -9971.8l-924.9 -9971.7l-925.7 -9971.5l-926.4 -9971.4l-927.2 -9971.2l-927.9 -9971.1l-928.7 -9970.9l-929.4 -9970.8l-930.2 -9970.6l-930.9 -9970.5l-931.6 -9970.3l-932.4 -9970.2l-933.1 -9970l-933.8 -9969.9l-934.6 -9969.7l-935.3 -9969.6l-936 -9969.5l-936.8 -9969.3l-937.5 -9969.2l-938.2 -9969l-938.9 -9968.8l-939.6 -9968.7l-940.3 -9968.6l-941 -9968.5l-674.5 -7139.8l-267.3 -2828.5l-942.5 -9968.1l-943.2 -9968l-943.9 -9967.9l-944.6 -9967.7l-945.2 -9967.6l-945.9 -9967.5l-946.6 -9967.3l-947.3 -9967.2l-948 -9967l-948.7 -9966.9l-949.4 -9966.8l-950.1 -9966.6l-950.7 -9966.5l-951.4 -9966.3l-952.1 -9966.2l-952.7 -9966.1l-953.4 -9965.9l-954.1 -9965.8l-954.7 -9965.6l-955.4 -9965.5l-956.1 -9965.4l-956.7 -9965.3l-957.4 -9965.1l-958 -9965l-958.7 -9964.9l-959.3 -9964.7l-960 -9964.6l-960.6 -9964.4l-961.2 -9964.3l-961.9 -9964.2l-962.5 -9964.1l-963.1 -9963.9l-963.8 -9963.8l-964.4 -9963.7l-965 -9963.6l-965.7 -9963.4l-966.3 -9963.3l-966.9 -9963.2l-967.5 -9963l-968.1 -9962.9l-968.7 -9962.8l-969.3 -9962.6l-970 -9962.5l-970.6 -9962.4l-971.2 -9962.3l-971.8 -9962.1l-972.4 -9962l-972.9 -9961.9l-973.5 -9961.8l-974.1 -9961.7l-974.7 -9961.5l-975.3 -9961.4l-975.9 -9961.3l-976.5 -9961.2l-977 -9961l-977.6 -9960.9l-978.2 -9960.8l-978.8 -9960.7l-979.3 -9960.6l-979.9 -9960.4l-980.5 -9960.3l-981 -9960.2l-981.6 -9960.1l-982.1 -9959.9l-982.7 -9959.8l-983.2 -9959.7l-983.8 -9959.6l-984.3 -9959.5l-984.9 -9959.3l-985.4 -9959.3l-986 -9959.2l-986.5 -9959l-987 -9958.9l-987.6 -9958.8l-988.1 -9958.7l-988.6 -9958.6l-989.2 -9958.5l-989.7 -9958.3l-990.2 -9958.2l-990.7 -9958.1l-991.2 -9958l-991.8 -9957.9l-992.3 -9957.8l-992.8 -9957.7l-993.3 -9957.6l-993.8 -9957.5l-994.3 -9957.3l-994.8 -9957.3l-910.8 -9112.1"
id="path1476"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M724190.6 -5310000l4178 -325.4l9970.8 -776.7l9971.9 -776.8l9973 -777l9974.1 -777.1l9975.2 -777.2l9976.3 -777.4l9977.3 -777.5l9978.5 -777.7l9979.6 -777.8l9980.6 -778l9981.7 -778.1l9982.8 -778.3l9983.9 -778.4l9985 -778.6l9986.1 -778.7l9987.2 -778.9l9988.3 -779l9989.4 -779.2l9990.5 -779.4l9991.5 -779.5l9992.7 -779.7l9993.8 -779.9l9994.8 -780l9995.9 -780.2l9997 -780.4l9998.1 -780.6l9999.2 -780.7l10000.3 -780.9l10001.4 -781.1l10002.5 -781.3l10003.6 -781.5l10004.7 -781.7l10005.8 -781.9l10006.8 -782.1l10007.9 -782.3l10009 -782.4l10010.1 -782.6l10011.2 -782.9l10012.3 -783.1l10013.4 -783.3l10014.5 -783.5l10015.6 -783.7l10016.6 -783.9l10017.8 -784.1l4198.4 -328.6"
id="path1477"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M723801.5 -5320000l3790 -295.6l9970.7 -777.8l9971.7 -777.9l9972.9 -778.1l9974 -778.2l9975 -778.3l9976.1 -778.5l9977.2 -778.6l9978.3 -778.8l9979.4 -778.9l9980.5 -779l9981.6 -779.2l9982.7 -779.3l9983.8 -779.5l9984.9 -779.6l9986 -779.8l9987 -780l9988.1 -780.1l9989.2 -780.3l9990.3 -780.4l9991.4 -780.6l9992.5 -780.8l9993.6 -781l9994.7 -781.1l9995.8 -781.3l9996.8 -781.5l9997.9 -781.7l9999 -781.8l10000.1 -782l10001.2 -782.2l10002.3 -782.4l10003.4 -782.6l10004.5 -782.8l10005.6 -783l10006.6 -783.1l10007.7 -783.3l10008.8 -783.5l10009.9 -783.7l10011 -783.9l10012.1 -784.1l10013.2 -784.3l10014.3 -784.6l10015.4 -784.8l10016.4 -785l10017.5 -785.2l3808.4 -298.5"
id="path1478"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M723411.7 -5330000l3401.5 -265.7l9970.6 -778.9l9971.6 -779l9972.7 -779.2l9973.8 -779.3l9974.9 -779.4l9976 -779.6l9977.1 -779.7l9978.2 -779.8l9979.3 -780l9980.4 -780.1l9981.4 -780.3l9982.5 -780.4l9983.6 -780.6l9984.7 -780.7l9985.8 -780.9l9986.9 -781l9988 -781.2l9989.1 -781.4l9990.1 -781.5l9991.2 -781.7l9992.3 -781.9l9993.4 -782l9994.5 -782.2l9995.6 -782.4l9996.6 -782.6l9997.8 -782.7l9998.8 -782.9l9999.9 -783.1l10001 -783.3l10002.1 -783.5l10003.2 -783.7l10004.3 -783.8l10005.4 -784l10006.4 -784.2l10007.5 -784.4l10008.6 -784.6l10009.7 -784.8l10010.8 -785l10011.9 -785.2l10013 -785.4l10014.1 -785.6l10015.2 -785.9l10016.2 -786.1l10017.3 -786.3l3417.9 -268.3"
id="path1479"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M723021.5 -5340000l3012.4 -235.6l9970.4 -780l9971.5 -780.1l9972.6 -780.2l9973.7 -780.4l9974.8 -780.5l9975.9 -780.6l9976.9 -780.8l9978 -780.9l9979.1 -781.1l9980.2 -781.2l9981.3 -781.4l9982.4 -781.5l9983.5 -781.7l9984.6 -781.8l9985.6 -782l9986.7 -782.1l9987.8 -782.3l9988.9 -782.5l9990 -782.6l9991 -782.8l9992.2 -783l9993.2 -783.1l9994.3 -783.3l9995.4 -783.5l9996.5 -783.6l9997.6 -783.8l9998.7 -784l9999.8 -784.2l10000.8 -784.4l10001.9 -784.6l10003 -784.7l10004.1 -784.9l10005.2 -785.1l10006.2 -785.3l10007.3 -785.5l10008.4 -785.7l10009.5 -785.9l10010.6 -786.1l10011.7 -786.3l10012.8 -786.5l10013.9 -786.7l10014.9 -786.9l10016 -787.1l10017.1 -787.4l3026.8 -237.9"
id="path1480"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M722630.7 -5350000l2622.7 -205.5l9970.3 -781.1l9971.3 -781.2l9972.5 -781.3l9973.6 -781.5l9974.6 -781.6l9975.7 -781.7l9976.8 -781.9l9977.9 -782l9979 -782.2l9980.1 -782.3l9981.1 -782.5l9982.2 -782.6l9983.3 -782.8l9984.4 -782.9l9985.5 -783.1l9986.5 -783.2l9987.7 -783.4l9988.7 -783.5l9989.8 -783.7l9990.9 -783.9l9992 -784l9993.1 -784.2l9994.2 -784.4l9995.2 -784.6l9996.3 -784.7l9997.4 -784.9l9998.5 -785.1l9999.6 -785.3l10000.7 -785.5l10001.7 -785.6l10002.8 -785.8l10003.9 -786l10005 -786.2l10006 -786.4l10007.2 -786.6l10008.2 -786.8l10009.3 -787l10010.4 -787.2l10011.4 -787.4l10012.6 -787.6l10013.6 -787.8l10014.7 -788l10015.8 -788.2l10016.9 -788.4l2635.3 -207.5"
id="path1481"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M722239.4 -5360000l2232.5 -175.1l9970.2 -782.1l9971.2 -782.3l9972.3 -782.4l9973.4 -782.5l9974.5 -782.7l9975.6 -782.8l9976.6 -783l9977.7 -783.1l9978.8 -783.2l9979.9 -783.4l9981 -783.5l9982.1 -783.7l9983.2 -783.8l9984.2 -784l9985.3 -784.1l9986.4 -784.3l9987.5 -784.5l9988.6 -784.6l9989.7 -784.8l9990.7 -785l9991.8 -785.1l9992.9 -785.3l9994 -785.5l9995.1 -785.6l9996.1 -785.8l9997.2 -786l9998.3 -786.2l9999.4 -786.4l10000.5 -786.5l10001.5 -786.7l10002.6 -786.9l10003.7 -787.1l10004.8 -787.3l10005.8 -787.5l10007 -787.7l10008 -787.9l10009.1 -788.1l10010.2 -788.3l10011.2 -788.5l10012.4 -788.7l10013.4 -788.9l10014.5 -789.1l10015.6 -789.3l10016.7 -789.5l2243.2 -176.8"
id="path1482"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M721847.5 -5370000l1841.7 -144.7l9970 -783.2l9971.1 -783.4l9972.2 -783.5l9973.3 -783.6l9974.4 -783.8l9975.4 -783.9l9976.5 -784l9977.6 -784.2l9978.7 -784.3l9979.8 -784.5l9980.8 -784.6l9981.9 -784.8l9983 -784.9l9984.1 -785.1l9985.2 -785.2l9986.2 -785.4l9987.3 -785.5l9988.4 -785.7l9989.5 -785.9l9990.5 -786l9991.6 -786.2l9992.7 -786.4l9993.8 -786.5l9994.9 -786.7l9995.9 -786.9l9997 -787.1l9998.1 -787.3l9999.2 -787.4l10000.3 -787.6l10001.3 -787.8l10002.4 -788l10003.5 -788.2l10004.6 -788.4l10005.6 -788.6l10006.8 -788.8l10007.8 -789l10008.9 -789.2l10010 -789.4l10011 -789.6l10012.2 -789.8l10013.2 -790l10014.3 -790.2l10015.4 -790.4l10016.5 -790.6l1850.6 -146.1"
id="path1483"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M721455 -5380000l1450.5 -114.1l9969.9 -784.3l9971 -784.4l9972.1 -784.6l9973.1 -784.7l9974.2 -784.8l9975.3 -785l9976.4 -785.1l9977.5 -785.3l9978.5 -785.4l9979.6 -785.6l9980.7 -785.7l9981.8 -785.8l9982.9 -786l9983.9 -786.2l9985 -786.3l9986.1 -786.5l9987.2 -786.6l9988.2 -786.8l9989.3 -787l9990.4 -787.1l9991.5 -787.3l9992.6 -787.5l9993.6 -787.6l9994.7 -787.8l9995.8 -788l9996.9 -788.2l9997.9 -788.3l9999 -788.5l10000.1 -788.7l10001.1 -788.9l10002.3 -789.1l10003.3 -789.3l10004.4 -789.4l10005.5 -789.6l10006.6 -789.8l10007.6 -790l10008.7 -790.2l10009.8 -790.4l10010.8 -790.6l10011.9 -790.8l10013 -791.1l10014.1 -791.3l10015.1 -791.5l10016.3 -791.7l1457.4 -115.2"
id="path1484"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M721062 -5390000l1058.7 -83.4l9969.8 -785.4l9970.8 -785.5l9971.9 -785.7l9973 -785.8l9974.1 -785.9l9975.2 -786.1l9976.2 -786.2l9977.3 -786.3l9978.4 -786.5l9979.5 -786.6l9980.5 -786.8l9981.6 -786.9l9982.7 -787.1l9983.8 -787.2l9984.9 -787.4l9985.9 -787.5l9987 -787.7l9988.1 -787.9l9989.2 -788l9990.2 -788.2l9991.3 -788.4l9992.4 -788.5l9993.5 -788.7l9994.5 -788.9l9995.6 -789l9996.7 -789.2l9997.8 -789.4l9998.8 -789.6l9999.9 -789.8l10001 -790l10002.1 -790.1l10003.1 -790.3l10004.2 -790.5l10005.3 -790.7l10006.4 -790.9l10007.4 -791.1l10008.5 -791.3l10009.6 -791.5l10010.6 -791.7l10011.7 -791.9l10012.8 -792.1l10013.9 -792.3l10014.9 -792.5l10016 -792.8l1063.8 -84.2"
id="path1485"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M720668.4 -5400000l666.4 -52.6l9969.6 -786.5l9970.7 -786.6l9971.8 -786.7l9972.9 -786.9l9974 -787l9975 -787.1l9976.1 -787.3l9977.2 -787.4l9978.3 -787.6l9979.3 -787.7l9980.4 -787.8l9981.5 -788l9982.6 -788.2l9983.6 -788.3l9984.7 -788.5l9985.7 -788.6l9986.8 -788.8l9987.9 -788.9l9989 -789.1l9990 -789.3l9991.1 -789.4l9992.2 -789.6l9993.3 -789.8l9994.4 -789.9l9995.4 -790.1l9996.5 -790.3l9997.6 -790.5l9998.7 -790.7l9999.7 -790.8l10000.8 -791l10001.9 -791.2l10003 -791.4l10004 -791.6l10005.1 -791.8l10006.2 -792l10007.2 -792.2l10008.3 -792.4l10009.4 -792.6l10010.4 -792.8l10011.5 -793l10012.6 -793.2l10013.7 -793.4l10014.7 -793.6l10015.8 -793.8l669.6 -53.1"
id="path1486"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1209116.9 -1l-.8 -10061.1l-2.5 -10062.1l-4.2 -10062.1l-5.8 -10062.1l-7.5 -10062.1l-9.2 -10062.1l-10.9 -10062.1l-12.5 -10062.1l-14.2 -10062.1l-15.9 -10062.1l-17.5 -10062.1l-19.2 -10062.1l-20.9 -10062.1l-22.6 -10062.1l-24.2 -10062.1l-25.9 -10062.1l-27.6 -10062l-29.2 -10062.1l-30.9 -10062l-32.6 -10062l-34.3 -10062l-35.9 -10062l-37.6 -10062l-39.3 -10062l-40.9 -10062l-42.6 -10061.9l-44.3 -10061.9l-45.9 -10061.9l-47.6 -10061.9l-49.3 -10061.9l-51 -10061.9l-52.6 -10061.9l-54.3 -10061.8l-56 -10061.8l-57.6 -10061.8l-59.3 -10061.8l-61 -10061.8l-62.6 -10061.7l-64.3 -10061.7l-66 -10061.7l-67.6 -10061.7l-69.3 -10061.6l-71 -10061.6l-72.6 -10061.6l-74.3 -10061.6l-76 -10061.5l-77.6 -10061.5l-79.3 -10061.5l-81 -10061.4l-82.6 -10061.4l-84.3 -10061.4l-86 -10061.4l-87.6 -10061.3l-89.3 -10061.3l-91 -10061.3l-92.6 -10061.3l-94.3 -10061.2l-96 -10061.2l-97.6 -10061.2l-99.3 -10061.1l-100.9 -10061.1l-102.6 -10061l-104.3 -10061l-105.9 -10061l-107.6 -10061l-109.3 -10060.9l-110.9 -10060.8l-112.6 -10060.8l-114.2 -10060.8l-115.9 -10060.8l-117.6 -10060.7l-119.2 -10060.7l-120.9 -10060.6l-122.5 -10060.6l-124.2 -10060.6l-125.9 -10060.5l-127.5 -10060.5l-129.2 -10060.4l-130.8 -10060.4l-132.5 -10060.3l-134.1 -10060.3l-135.8 -10060.2l-137.5 -10060.2l-139.1 -10060.1l-140.8 -10060.1l-142.4 -10060.1l-144.1 -10060l-145.7 -10060l-147.4 -10059.9l-149 -10059.8l-150.7 -10059.8l-152.3 -10059.8l-154 -10059.7l-155.6 -10059.6l-157.3 -10059.6l-158.9 -10059.5l-160.6 -10059.5l-162.2 -10059.4l-163.9 -10059.3l-165.5 -10059.3l-167.2 -10059.3l-168.8 -10059.2l-170.5 -10059.1l-172.1 -10059.1l-173.8 -10059l-175.4 -10059l-177.1 -10058.9l-178.7 -10058.8l-180.4 -10058.8l-182 -10058.7l-183.7 -10058.7l-185.3 -10058.6l-186.9 -10058.5l-188.6 -10058.5l-190.2 -10058.4l-191.9 -10058.3l-193.5 -10058.2l-195.1 -10058.2l-196.8 -10058.2l-198.4 -10058.1l-200.1 -10058l-201.7 -10057.9l-203.3 -10057.9l-205 -10057.8l-206.6 -10057.7l-208.2 -10057.6l-209.9 -10057.6l-211.5 -10057.5l-213.2 -10057.5l-214.8 -10057.4l-216.4 -10057.3l-218.1 -10057.2l-219.7 -10057.2l-221.3 -10057.1l-222.9 -10057l-224.6 -10056.9l-226.2 -10056.9l-227.8 -10056.8l-229.5 -10056.7l-231.1 -10056.6l-232.7 -10056.6l-234.3 -10056.5l-236 -10056.4l-237.6 -10056.3l-239.2 -10056.2l-240.8 -10056.2l-242.5 -10056.1l-244.1 -10056l-245.7 -10055.9l-247.3 -10055.8l-249 -10055.7l-250.6 -10055.7l-252.2 -10055.6l-253.8 -10055.5l-255.4 -10055.4l-257 -10055.3l-258.7 -10055.2l-260.3 -10055.1l-261.9 -10055.1l-263.5 -10055l-265.1 -10054.9l-266.7 -10054.8l-268.3 -10054.7l-270 -10054.6l-271.6 -10054.5l-273.2 -10054.4l-274.8 -10054.3l-276.4 -10054.3l-278 -10054.2l-279.6 -10054.1l-281.2 -10054l-282.8 -10053.9l-284.4 -10053.8l-286 -10053.7l-287.6 -10053.6l-289.2 -10053.5l-290.8 -10053.4l-292.4 -10053.3l-294 -10053.2l-295.6 -10053.1l-297.2 -10053l-298.8 -10052.9l-300.4 -10052.8l-302 -10052.7l-303.6 -10052.6l-305.2 -10052.5l-306.8 -10052.4l-308.4 -10052.3l-310 -10052.2l-311.6 -10052.1l-313.2 -10052l-314.8 -10051.9l-316.4 -10051.8l-317.9 -10051.7l-319.5 -10051.6l-321.1 -10051.5l-322.7 -10051.4l-324.3 -10051.3l-325.9 -10051.1l-327.4 -10051.1l-329 -10051l-330.6 -10050.9l-332.2 -10050.7l-333.8 -10050.6l-335.3 -10050.5l-336.9 -10050.4l-338.5 -10050.3l-340.1 -10050.2l-341.6 -10050.1l-343.2 -10050l-344.8 -10049.9l-346.4 -10049.8l-347.9 -10049.6l-349.5 -10049.5l-351.1 -10049.4l-352.6 -10049.3l-354.2 -10049.2l-355.8 -10049.1l-357.3 -10049l-358.9 -10048.8l-360.5 -10048.7l-362 -10048.6l-363.6 -10048.5l-365.2 -10048.4l-366.7 -10048.3l-368.3 -10048.1l-369.8 -10048l-371.4 -10047.9l-372.9 -10047.8l-374.5 -10047.7l-376 -10047.5l-377.6 -10047.4l-379.2 -10047.3l-380.7 -10047.2l-382.3 -10047l-383.8 -10046.9l-385.3 -10046.8l-386.9 -10046.7l-388.4 -10046.6l-390 -10046.4l-391.5 -10046.3l-393.1 -10046.2l-394.6 -10046.1l-396.1 -10045.9l-397.7 -10045.8l-399.2 -10045.7l-400.8 -10045.5l-402.3 -10045.4l-403.8 -10045.3l-405.4 -10045.2l-406.9 -10045l-408.4 -10044.9l-410 -10044.8l-411.5 -10044.6l-413 -10044.5l-414.5 -10044.4l-416.1 -10044.3l-417.6 -10044.1l-419.1 -10044l-420.6 -10043.9l-422.2 -10043.7l-423.7 -10043.6l-425.2 -10043.4l-426.7 -10043.3l-428.2 -10043.2l-429.7 -10043.1l-431.3 -10042.9l-432.8 -10042.7l-434.3 -10042.6l-435.8 -10042.5l-437.3 -10042.4l-438.8 -10042.2l-440.3 -10042.1l-441.8 -10042l-443.3 -10041.8l-444.8 -10041.7l-446.3 -10041.5l-447.8 -10041.4l-449.3 -10041.3l-450.8 -10041.1l-452.3 -10041l-453.8 -10040.8l-455.3 -10040.7l-456.8 -10040.6l-458.3 -10040.4l-459.8 -10040.2l-461.3 -10040.1l-462.8 -10040l-464.3 -10039.9l-465.8 -10039.7l-467.3 -10039.5l-468.7 -10039.4l-470.2 -10039.3l-471.7 -10039.1l-473.2 -10039l-474.7 -10038.8l-476.1 -10038.7l-477.6 -10038.5l-479.1 -10038.4l-480.6 -10038.2l-482 -10038.1l-483.5 -10038l-485 -10037.8l-486.5 -10037.6l-487.9 -10037.5l-489.4 -10037.4l-490.9 -10037.2l-492.3 -10037.1l-493.8 -10036.9l-495.3 -10036.8l-496.7 -10036.6l-498.2 -10036.5l-499.6 -10036.3l-501.1 -10036.2l-502.5 -10036l-504 -10035.9l-505.4 -10035.7l-506.9 -10035.5l-508.3 -10035.4l-509.8 -10035.2l-511.2 -10035.1l-512.7 -10034.9l-514.1 -10034.8l-515.6 -10034.6l-517 -10034.5l-518.5 -10034.3l-519.9 -10034.1l-521.3 -10034l-522.8 -10033.9l-524.2 -10033.7l-525.6 -10033.5l-527.1 -10033.4l-528.5 -10033.2l-529.9 -10033.1l-531.4 -10032.9l-532.8 -10032.7l-534.2 -10032.6l-535.6 -10032.4l-537.1 -10032.3l-538.5 -10032.1l-539.9 -10031.9l-541.3 -10031.8l-542.7 -10031.6l-544.1 -10031.5l-545.6 -10031.3l-547 -10031.2l-548.4 -10031l-549.8 -10030.8l-551.2 -10030.7l-552.6 -10030.5l-554 -10030.4l-555.4 -10030.2l-556.8 -10030l-558.2 -10029.8l-559.6 -10029.7l-561 -10029.5l-562.4 -10029.4l-563.8 -10029.2l-565.2 -10029l-566.6 -10028.9l-568 -10028.7l-569.4 -10028.6l-570.8 -10028.4l-572.1 -10028.2l-573.5 -10028.1l-574.9 -10027.9l-576.3 -10027.7l-577.7 -10027.5l-579 -10027.4l-580.4 -10027.2l-581.8 -10027.1l-583.2 -10026.9l-584.5 -10026.7l-585.9 -10026.6l-587.3 -10026.4l-588.7 -10026.2l-590 -10026l-591.4 -10025.9l-592.7 -10025.7l-594.1 -10025.6l-595.5 -10025.4l-596.8 -10025.2l-598.2 -10025.1l-599.5 -10024.9l-600.9 -10024.7l-602.2 -10024.5l-603.6 -10024.4l-604.9 -10024.2l-606.3 -10024l-607.6 -10023.9l-609 -10023.7l-610.3 -10023.5l-611.7 -10023.3l-613 -10023.2l-614.3 -10023l-615.7 -10022.8l-617 -10022.7l-618.3 -10022.5l-619.7 -10022.3l-621 -10022.1l-622.3 -10022l-623.7 -10021.8l-625 -10021.6l-626.3 -10021.5l-627.6 -10021.3l-628.9 -10021.1l-630.3 -10020.9l-631.6 -10020.8l-632.9 -10020.6l-634.2 -10020.4l-635.5 -10020.2l-636.8 -10020.1l-638.1 -10019.9l-639.4 -10019.7l-640.8 -10019.5l-642.1 -10019.4l-643.4 -10019.2l-644.7 -10019l-646 -10018.8l-647.3 -10018.7l-648.5 -10018.5l-649.8 -10018.3l-651.1 -10018.1l-652.4 -10018l-653.7 -10017.8l-655 -10017.6l-656.3 -10017.4l-657.6 -10017.2l-658.8 -10017.1l-660.1 -10016.9l-661.4 -10016.7l-662.7 -10016.5l-664 -10016.4l-665.2 -10016.2l-666.5 -10016l-667.8 -10015.8l-669 -10015.6l-670.3 -10015.5l-671.6 -10015.3l-672.8 -10015.1l-674.1 -10014.9l-675.4 -10014.8l-676.6 -10014.6l-677.9 -10014.4l-679.1 -10014.2l-680.4 -10014l-681.6 -10013.9l-682.9 -10013.7l-684.1 -10013.5l-685.4 -10013.3l-686.6 -10013.2l-687.8 -10013l-689.1 -10012.8l-690.3 -10012.6l-691.6 -10012.4l-692.8 -10012.3l-694 -10012.1l-695.3 -10011.9l-696.5 -10011.7l-697.7 -10011.6l-698.9 -10011.4l-700.2 -10011.2l-701.4 -10011l-702.6 -10010.8l-703.8 -10010.7l-705 -10010.5l-706.3 -10010.3l-707.5 -10010.1l-708.7 -10009.9l-709.9 -10009.8l-711.1 -10009.6l-712.3 -10009.4l-713.5 -10009.2l-714.7 -10009l-715.9 -10008.9l-717.1 -10008.7l-718.3 -10008.5l-719.5 -10008.3l-720.7 -10008.1l-721.9 -10008l-723.1 -10007.8l-724.3 -10007.6l-725.4 -10007.4l-726.6 -10007.2l-727.8 -10007.1l-729 -10006.9l-730.2 -10006.7l-731.3 -10006.5l-732.5 -10006.3l-733.7 -10006.2l-734.9 -10005.9l-736 -10005.8l-737.2 -10005.6l-738.4 -10005.4l-739.5 -10005.3l-740.7 -10005l-741.8 -10004.9l-743 -10004.7l-744.2 -10004.5l-745.3 -10004.3l-746.5 -10004.1l-747.6 -10004l-748.8 -10003.8l-749.9 -10003.6l-751 -10003.4l-752.2 -10003.3l-753.3 -10003.1l-754.5 -10002.9l-755.6 -10002.7l-756.7 -10002.5l-757.9 -10002.4l-759 -10002.2l-760.1 -10002l-761.3 -10001.8l-762.4 -10001.6l-763.5 -10001.5l-764.6 -10001.3l-765.7 -10001.1l-766.9 -10000.9l-768 -10000.7l-769.1 -10000.6l-770.2 -10000.4l-771.3 -10000.2l-772.4 -10000l-773.5 -9999.8l-774.6 -9999.7l-775.7 -9999.5l-776.8 -9999.3l-777.9 -9999.1l-779 -9998.9l-780.1 -9998.8l-781.2 -9998.6l-782.3 -9998.4l-783.4 -9998.2l-784.5 -9998l-785.5 -9997.9l-786.6 -9997.6l-787.7 -9997.5l-788.8 -9997.3l-789.9 -9997.1l-790.9 -9997l-792 -9996.7l-793.1 -9996.6l-794.1 -9996.4l-795.2 -9996.2l-796.3 -9996l-797.3 -9995.9l-798.4 -9995.7l-799.4 -9995.5l-800.5 -9995.3l-801.5 -9995.1l-802.6 -9995l-803.7 -9994.8l-804.7 -9994.6l-805.7 -9994.4l-806.8 -9994.3l-807.8 -9994.1l-808.9 -9993.9l-809.9 -9993.7l-810.9 -9993.5l-812 -9993.4l-813 -9993.2l-814 -9993l-815.1 -9992.8l-816.1 -9992.7l-817.1 -9992.5l-818.1 -9992.3l-819.1 -9992.2l-820.2 -9991.9l-821.2 -9991.8l-822.2 -9991.6l-823.2 -9991.4l-824.2 -9991.3l-825.2 -9991.1l-826.2 -9990.9l-827.2 -9990.7l-828.2 -9990.6l-829.2 -9990.4l-830.2 -9990.2l-831.2 -9990l-832.2 -9989.9l-833.2 -9989.7l-834.2 -9989.5l-835.2 -9989.3l-836.1 -9989.2l-837.1 -9989l-838.1 -9988.8l-839.1 -9988.6l-840.1 -9988.5l-841 -9988.3l-842 -9988.1l-843 -9987.9l-843.9 -9987.8l-844.9 -9987.6l-845.9 -9987.4l-846.8 -9987.2l-847.8 -9987.1l-848.7 -9986.9l-849.7 -9986.7l-850.6 -9986.6l-851.6 -9986.4l-852.5 -9986.2l-853.5 -9986.1l-854.4 -9985.9l-855.4 -9985.7l-856.3 -9985.5l-857.2 -9985.4l-858.2 -9985.2l-859.1 -9985l-860 -9984.8l-861 -9984.7l-861.9 -9984.5l-862.8 -9984.3l-863.7 -9984.2l-864.6 -9984l-865.6 -9983.8l-866.5 -9983.7l-867.4 -9983.5l-868.3 -9983.3l-869.2 -9983.2l-870.1 -9983l-871 -9982.8l-871.9 -9982.7l-872.8 -9982.5l-873.7 -9982.3l-874.6 -9982.2l-875.5 -9982l-876.4 -9981.8l-877.3 -9981.7l-878.2 -9981.5l-879.1 -9981.3l-879.9 -9981.2l-880.8 -9981l-881.7 -9980.8l-882.6 -9980.7l-883.5 -9980.5l-884.3 -9980.3l-885.2 -9980.1l-886.1 -9980l-886.9 -9979.8l-887.8 -9979.7l-888.6 -9979.5l-889.5 -9979.3l-890.4 -9979.2l-891.2 -9979l-892.1 -9978.9l-892.9 -9978.7l-893.8 -9978.5l-894.6 -9978.4l-895.5 -9978.2l-896.3 -9978l-897.1 -9977.9l-898 -9977.7l-898.8 -9977.6l-899.6 -9977.4l-900.5 -9977.2l-901.3 -9977.1l-902.1 -9976.9l-902.9 -9976.8l-903.8 -9976.6l-904.6 -9976.5l-905.4 -9976.3l-906.2 -9976.1l-907 -9976l-907.8 -9975.8l-908.6 -9975.7l-909.4 -9975.5l-910.2 -9975.3l-911 -9975.2l-911.8 -9975l-912.6 -9974.9l-913.4 -9974.7l-914.2 -9974.6l-915 -9974.4l-915.8 -9974.3l-916.6 -9974.1l-917.4 -9973.9l-918.1 -9973.8l-918.9 -9973.6l-919.7 -9973.5l-920.5 -9973.3l-921.2 -9973.2l-922 -9973l-922.8 -9972.9l-923.5 -9972.7l-924.3 -9972.6l-925.1 -9972.4l-925.8 -9972.2l-926.6 -9972.1l-927.3 -9972l-928.1 -9971.8l-928.8 -9971.6l-929.6 -9971.5l-930.3 -9971.4l-931 -9971.2l-931.8 -9971.1l-932.5 -9970.9l-933.3 -9970.8l-934 -9970.6l-934.7 -9970.5l-935.4 -9970.3l-936.2 -9970.2l-936.9 -9970l-937.6 -9969.9l-938.3 -9969.7l-939 -9969.6l-939.8 -9969.5l-940.5 -9969.3l-941.2 -9969.2l-941.9 -9969l-942.6 -9968.8l-943.3 -9968.7l-944 -9968.6l-944.7 -9968.4l-945.4 -9968.3l-946.1 -9968.2l-946.8 -9968l-947.5 -9967.9l-948.1 -9967.7l-948.8 -9967.6l-949.5 -9967.5l-950.2 -9967.3l-950.9 -9967.2l-951.5 -9967l-952.2 -9966.9l-952.9 -9966.8l-953.6 -9966.6l-954.2 -9966.5l-954.9 -9966.3l-955.5 -9966.2l-956.2 -9966.1l-956.9 -9965.9l-957.5 -9965.8l-958.2 -9965.7l-958.8 -9965.5l-959.5 -9965.4l-960.1 -9965.2l-960.7 -9965.1l-961.4 -9965l-962 -9964.8l-962.6 -9964.7l-963.3 -9964.6l-963.9 -9964.4l-964.5 -9964.3l-965.2 -9964.2l-965.8 -9964.1l-966.4 -9963.9l-967 -9963.8l-967.6 -9963.7l-968.3 -9963.5l-968.9 -9963.4l-969.5 -9963.2l-970.1 -9963.1l-970.7 -9963l-971.3 -9962.9l-971.9 -9962.7l-972.5 -9962.6l-973.1 -9962.5l-973.7 -9962.4l-974.3 -9962.2l-974.8 -9962.1l-975.4 -9962l-976 -9961.9l-976.6 -9961.7l-977.2 -9961.6l-977.7 -9961.5l-978.3 -9961.4l-978.9 -9961.3l-979.5 -9961.1l-980 -9961l-980.6 -9960.9l-981.1 -9960.8l-981.7 -9960.6l-982.3 -9960.5l-982.8 -9960.4l-983.4 -9960.3l-983.9 -9960.2l-984.5 -9960l-985 -9959.9l-985.5 -9959.8l-986.1 -9959.7l-986.6 -9959.6l-987.2 -9959.5l-987.7 -9959.3l-988.2 -9959.2l-988.8 -9959.1l-989.3 -9959l-989.8 -9958.8l-990.3 -9958.8l-990.8 -9958.6l-991.4 -9958.5l-991.9 -9958.4l-992.4 -9958.3l-992.9 -9958.2l-993.4 -9958.1l-993.9 -9958l-994.4 -9957.8l-994.9 -9957.8l-927.7 -9281"
id="path1487"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M720274.4 -5410000l273.5 -21.6l9969.5 -787.5l9970.6 -787.7l9971.7 -787.8l9972.7 -787.9l9973.8 -788.1l9974.9 -788.2l9975.9 -788.3l9977 -788.5l9978.1 -788.6l9979.2 -788.8l9980.2 -788.9l9981.3 -789.1l9982.4 -789.2l9983.5 -789.4l9984.5 -789.5l9985.6 -789.7l9986.7 -789.9l9987.8 -790l9988.8 -790.2l9989.9 -790.3l9991 -790.5l9992 -790.7l9993.1 -790.8l9994.2 -791l9995.2 -791.2l9996.3 -791.4l9997.4 -791.6l9998.5 -791.7l9999.5 -791.9l10000.6 -792.1l10001.7 -792.3l10002.8 -792.5l10003.8 -792.7l10004.9 -792.9l10006 -793.1l10007 -793.3l10008.1 -793.5l10009.2 -793.7l10010.2 -793.9l10011.3 -794.1l10012.4 -794.3l10013.5 -794.5l10014.5 -794.7l10015.6 -794.9l274.8 -21.8"
id="path1488"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M719879.7 -5420000l9849.6 -779.1l9970.4 -788.7l9971.5 -788.9l9972.6 -789l9973.7 -789.1l9974.7 -789.3l9975.8 -789.4l9976.9 -789.6l9978 -789.7l9979 -789.9l9980.1 -790l9981.2 -790.1l9982.2 -790.3l9983.3 -790.5l9984.4 -790.6l9985.4 -790.8l9986.5 -790.9l9987.6 -791.1l9988.7 -791.2l9989.7 -791.4l9990.8 -791.6l9991.9 -791.7l9992.9 -791.9l9994 -792.1l9995.1 -792.3l9996.2 -792.4l9997.2 -792.6l9998.3 -792.8l9999.4 -793l10000.4 -793.2l10001.5 -793.4l10002.6 -793.5l10003.6 -793.7l10004.7 -793.9l10005.8 -794.1l10006.8 -794.3l10007.9 -794.5l10009 -794.7l10010 -794.9l10011.1 -795.1l10012.2 -795.3l10013.3 -795.6l10014.3 -795.8l9895 -786.4"
id="path1489"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M719484.6 -5430000l9455.5 -749l9970.3 -789.8l9971.4 -789.9l9972.5 -790.1l9973.5 -790.2l9974.6 -790.4l9975.6 -790.5l9976.7 -790.6l9977.8 -790.8l9978.9 -790.9l9979.9 -791.1l9981 -791.2l9982.1 -791.4l9983.2 -791.5l9984.2 -791.7l9985.3 -791.8l9986.4 -792l9987.4 -792.2l9988.5 -792.3l9989.5 -792.5l9990.6 -792.6l9991.7 -792.8l9992.8 -793l9993.8 -793.2l9994.9 -793.3l9996 -793.5l9997 -793.7l9998.1 -793.9l9999.2 -794.1l10000.2 -794.2l10001.3 -794.4l10002.4 -794.6l10003.4 -794.8l10004.5 -795l10005.6 -795.2l10006.6 -795.4l10007.7 -795.6l10008.8 -795.8l10009.8 -796l10010.9 -796.2l10012 -796.4l10013 -796.6l10014.1 -796.8l9499 -756"
id="path1490"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M719088.9 -5440000l9060.9 -718.7l9970.2 -790.9l9971.3 -791l9972.3 -791.1l9973.4 -791.3l9974.5 -791.4l9975.5 -791.6l9976.6 -791.7l9977.7 -791.8l9978.7 -792l9979.8 -792.1l9980.9 -792.3l9981.9 -792.4l9983 -792.6l9984.1 -792.7l9985.1 -792.9l9986.2 -793.1l9987.3 -793.2l9988.3 -793.4l9989.4 -793.5l9990.5 -793.7l9991.5 -793.9l9992.6 -794.1l9993.7 -794.2l9994.7 -794.4l9995.8 -794.6l9996.9 -794.8l9997.9 -794.9l9999 -795.1l10000 -795.3l10001.1 -795.5l10002.2 -795.7l10003.3 -795.9l10004.3 -796.1l10005.4 -796.3l10006.4 -796.5l10007.5 -796.7l10008.6 -796.9l10009.6 -797.1l10010.7 -797.3l10011.8 -797.5l10012.8 -797.7l10013.9 -797.9l9102.5 -725.4"
id="path1491"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M718692.7 -5450000l8665.7 -688.3l9970 -791.9l9971.1 -792.1l9972.2 -792.2l9973.3 -792.3l9974.3 -792.5l9975.4 -792.6l9976.5 -792.8l9977.5 -792.9l9978.6 -793.1l9979.6 -793.2l9980.7 -793.4l9981.8 -793.5l9982.9 -793.7l9983.9 -793.8l9985 -794l9986 -794.1l9987.1 -794.3l9988.2 -794.4l9989.2 -794.6l9990.3 -794.8l9991.4 -794.9l9992.4 -795.1l9993.5 -795.3l9994.5 -795.5l9995.6 -795.6l9996.7 -795.8l9997.7 -796l9998.8 -796.2l9999.8 -796.4l10000.9 -796.6l10002 -796.7l10003.1 -796.9l10004.1 -797.1l10005.2 -797.3l10006.3 -797.5l10007.3 -797.7l10008.4 -797.9l10009.4 -798.1l10010.5 -798.3l10011.6 -798.5l10012.6 -798.7l10013.7 -799l8705.4 -694.7"
id="path1492"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M718295.9 -5460000l8270.2 -657.8l9969.9 -793l9971 -793.1l9972.1 -793.3l9973.1 -793.4l9974.2 -793.6l9975.2 -793.7l9976.3 -793.8l9977.4 -794l9978.4 -794.1l9979.5 -794.3l9980.6 -794.4l9981.6 -794.6l9982.7 -794.7l9983.8 -794.9l9984.8 -795l9985.9 -795.2l9986.9 -795.3l9988 -795.5l9989 -795.7l9990.1 -795.8l9991.2 -796l9992.3 -796.2l9993.3 -796.4l9994.3 -796.5l9995.4 -796.7l9996.5 -796.9l9997.6 -797.1l9998.6 -797.2l9999.7 -797.4l10000.7 -797.6l10001.8 -797.8l10002.9 -798l10003.9 -798.2l10005 -798.4l10006.1 -798.6l10007.1 -798.8l10008.2 -799l10009.2 -799.2l10010.3 -799.4l10011.4 -799.6l10012.4 -799.8l10013.4 -800l8307.9 -663.9"
id="path1493"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M717898.7 -5470000l7873.9 -627.1l9969.8 -794.1l9970.9 -794.2l9971.9 -794.3l9973 -794.5l9974.1 -794.6l9975.1 -794.7l9976.2 -794.9l9977.2 -795l9978.3 -795.2l9979.3 -795.3l9980.4 -795.5l9981.5 -795.6l9982.5 -795.8l9983.6 -795.9l9984.6 -796.1l9985.7 -796.2l9986.8 -796.4l9987.8 -796.6l9988.9 -796.7l9990 -796.9l9991 -797.1l9992.1 -797.2l9993.1 -797.4l9994.2 -797.6l9995.3 -797.8l9996.3 -797.9l9997.4 -798.1l9998.4 -798.3l9999.5 -798.5l10000.6 -798.7l10001.6 -798.9l10002.7 -799.1l10003.7 -799.3l10004.8 -799.4l10005.9 -799.6l10006.9 -799.8l10008 -800l10009 -800.2l10010.1 -800.5l10011.1 -800.7l10012.2 -800.9l10013.2 -801.1l7909.7 -632.9"
id="path1494"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M717500.7 -5480000l7477.3 -596.3l9969.7 -795.1l9970.7 -795.3l9971.8 -795.4l9972.9 -795.5l9973.9 -795.7l9974.9 -795.8l9976 -796l9977.1 -796.1l9978.2 -796.2l9979.2 -796.4l9980.3 -796.5l9981.3 -796.7l9982.4 -796.8l9983.5 -797l9984.5 -797.1l9985.6 -797.3l9986.6 -797.5l9987.7 -797.6l9988.7 -797.8l9989.8 -798l9990.9 -798.1l9991.9 -798.3l9993 -798.5l9994 -798.6l9995.1 -798.8l9996.1 -799l9997.2 -799.2l9998.3 -799.4l9999.3 -799.5l10000.4 -799.7l10001.4 -799.9l10002.5 -800.1l10003.5 -800.3l10004.6 -800.5l10005.7 -800.7l10006.7 -800.9l10007.8 -801.1l10008.8 -801.3l10009.9 -801.5l10010.9 -801.7l10012 -801.9l10013 -802.1l7511.1 -601.8"
id="path1495"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M717102.4 -5490000l7080 -565.4l9969.5 -796.2l9970.6 -796.3l9971.7 -796.5l9972.7 -796.6l9973.8 -796.7l9974.8 -796.9l9975.9 -797l9977 -797.2l9978 -797.3l9979 -797.4l9980.1 -797.6l9981.2 -797.7l9982.2 -797.9l9983.3 -798.1l9984.3 -798.2l9985.4 -798.4l9986.5 -798.5l9987.5 -798.7l9988.5 -798.8l9989.6 -799l9990.7 -799.2l9991.7 -799.4l9992.8 -799.5l9993.8 -799.7l9994.9 -799.9l9996 -800.1l9997 -800.2l9998.1 -800.4l9999.1 -800.6l10000.2 -800.8l10001.2 -801l10002.3 -801.2l10003.3 -801.4l10004.4 -801.6l10005.5 -801.8l10006.5 -802l10007.6 -802.2l10008.6 -802.4l10009.7 -802.6l10010.7 -802.8l10011.8 -803l10012.8 -803.2l7112 -570.6"
id="path1496"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M716703.4 -5500000l6682.3 -534.4l9969.4 -797.3l9970.5 -797.4l9971.5 -797.5l9972.6 -797.7l9973.6 -797.8l9974.7 -797.9l9975.8 -798.1l9976.8 -798.2l9977.9 -798.4l9978.9 -798.5l9980 -798.6l9981 -798.8l9982.1 -799l9983.1 -799.1l9984.2 -799.3l9985.2 -799.4l9986.3 -799.6l9987.4 -799.7l9988.4 -799.9l9989.5 -800.1l9990.5 -800.2l9991.6 -800.4l9992.6 -800.6l9993.6 -800.8l9994.7 -800.9l9995.8 -801.1l9996.8 -801.3l9997.9 -801.5l9998.9 -801.7l10000 -801.8l10001.1 -802l10002.1 -802.2l10003.1 -802.4l10004.2 -802.6l10005.3 -802.8l10006.3 -803l10007.4 -803.2l10008.4 -803.4l10009.5 -803.6l10010.5 -803.8l10011.6 -804l10012.6 -804.2l6712.4 -539.2"
id="path1497"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1219179.8 -1l-.8 -10062.8l-2.5 -10063.8l-4.2 -10063.8l-5.9 -10063.8l-7.5 -10063.8l-9.2 -10063.8l-10.9 -10063.8l-12.5 -10063.8l-14.2 -10063.8l-15.9 -10063.8l-17.6 -10063.8l-19.2 -10063.7l-20.9 -10063.8l-22.6 -10063.8l-24.2 -10063.8l-25.9 -10063.7l-27.6 -10063.7l-29.3 -10063.7l-30.9 -10063.7l-32.6 -10063.7l-34.3 -10063.7l-35.9 -10063.7l-37.6 -10063.7l-39.3 -10063.7l-40.9 -10063.6l-42.6 -10063.6l-44.3 -10063.6l-46 -10063.6l-47.6 -10063.6l-49.3 -10063.5l-51 -10063.5l-52.6 -10063.5l-54.3 -10063.5l-56 -10063.5l-57.6 -10063.4l-59.3 -10063.5l-61 -10063.4l-62.7 -10063.4l-64.3 -10063.4l-66 -10063.4l-67.7 -10063.3l-69.3 -10063.3l-71 -10063.3l-72.7 -10063.2l-74.3 -10063.2l-76 -10063.2l-77.7 -10063.2l-79.3 -10063.2l-81 -10063.1l-82.7 -10063.1l-84.3 -10063.1l-86 -10063l-87.7 -10063l-89.3 -10063l-91 -10063l-92.7 -10062.9l-94.3 -10062.9l-96 -10062.8l-97.7 -10062.8l-99.3 -10062.8l-101 -10062.8l-102.6 -10062.7l-104.3 -10062.7l-106 -10062.7l-107.6 -10062.6l-109.3 -10062.6l-111 -10062.5l-112.6 -10062.5l-114.3 -10062.5l-115.9 -10062.4l-117.6 -10062.3l-119.3 -10062.3l-120.9 -10062.3l-122.6 -10062.3l-124.2 -10062.2l-125.9 -10062.1l-127.6 -10062.1l-129.2 -10062.1l-130.9 -10062l-132.5 -10062l-134.2 -10061.9l-135.8 -10061.9l-137.5 -10061.9l-139.2 -10061.8l-140.8 -10061.7l-142.5 -10061.7l-144.1 -10061.7l-145.8 -10061.6l-147.4 -10061.6l-149.1 -10061.5l-150.7 -10061.5l-152.4 -10061.4l-154 -10061.4l-155.7 -10061.3l-157.3 -10061.2l-159 -10061.2l-160.7 -10061.1l-162.3 -10061.1l-164 -10061l-165.6 -10061l-167.2 -10060.9l-168.9 -10060.9l-170.5 -10060.8l-172.2 -10060.7l-173.8 -10060.7l-175.5 -10060.6l-177.1 -10060.6l-178.8 -10060.5l-180.4 -10060.4l-182.1 -10060.4l-183.7 -10060.3l-185.4 -10060.2l-187 -10060.2l-188.6 -10060.1l-190.3 -10060.1l-191.9 -10060l-193.6 -10059.9l-195.2 -10059.9l-196.9 -10059.8l-198.5 -10059.7l-200.1 -10059.7l-201.8 -10059.6l-203.4 -10059.5l-205 -10059.4l-206.7 -10059.4l-208.3 -10059.3l-210 -10059.2l-211.6 -10059.2l-213.2 -10059.1l-214.9 -10059l-216.5 -10058.9l-218.1 -10058.9l-219.8 -10058.8l-221.4 -10058.7l-223 -10058.6l-224.7 -10058.6l-226.3 -10058.5l-227.9 -10058.4l-229.5 -10058.3l-231.2 -10058.2l-232.8 -10058.2l-234.4 -10058.1l-236 -10058l-237.7 -10057.9l-239.3 -10057.9l-240.9 -10057.8l-242.5 -10057.7l-244.2 -10057.6l-245.8 -10057.5l-247.4 -10057.5l-249 -10057.4l-250.7 -10057.3l-252.3 -10057.2l-253.9 -10057.1l-255.5 -10057l-257.1 -10056.9l-258.7 -10056.9l-260.4 -10056.7l-262 -10056.7l-263.6 -10056.6l-265.2 -10056.5l-266.8 -10056.4l-268.4 -10056.3l-270 -10056.2l-271.7 -10056.1l-273.3 -10056.1l-274.9 -10055.9l-276.5 -10055.9l-278.1 -10055.8l-279.7 -10055.7l-281.3 -10055.6l-282.9 -10055.5l-284.5 -10055.4l-286.1 -10055.3l-287.7 -10055.2l-289.3 -10055.1l-290.9 -10055l-292.5 -10054.9l-294.1 -10054.8l-295.7 -10054.7l-297.3 -10054.6l-298.9 -10054.5l-300.5 -10054.4l-302.1 -10054.3l-303.7 -10054.2l-305.3 -10054.1l-306.9 -10054l-308.5 -10053.9l-310.1 -10053.8l-311.7 -10053.7l-313.3 -10053.6l-314.9 -10053.5l-316.5 -10053.4l-318 -10053.3l-319.6 -10053.2l-321.2 -10053.1l-322.8 -10053l-324.4 -10052.9l-326 -10052.7l-327.6 -10052.7l-329.1 -10052.5l-330.7 -10052.4l-332.3 -10052.3l-333.9 -10052.2l-335.5 -10052.1l-337 -10052l-338.6 -10051.9l-340.2 -10051.7l-341.8 -10051.7l-343.3 -10051.6l-344.9 -10051.4l-346.5 -10051.3l-348.1 -10051.2l-349.6 -10051.1l-351.2 -10051l-352.8 -10050.9l-354.3 -10050.7l-355.9 -10050.6l-357.5 -10050.5l-359 -10050.4l-360.6 -10050.3l-362.1 -10050.1l-363.7 -10050l-365.3 -10049.9l-366.8 -10049.8l-368.4 -10049.7l-369.9 -10049.5l-371.5 -10049.5l-373.1 -10049.3l-374.6 -10049.2l-376.2 -10049.1l-377.7 -10049l-379.3 -10048.8l-380.8 -10048.7l-382.4 -10048.6l-383.9 -10048.4l-385.5 -10048.3l-387 -10048.2l-388.6 -10048.1l-390.1 -10047.9l-391.7 -10047.8l-393.2 -10047.7l-394.7 -10047.6l-396.3 -10047.5l-397.8 -10047.3l-399.4 -10047.2l-400.9 -10047.1l-402.4 -10047l-404 -10046.8l-405.5 -10046.7l-407 -10046.6l-408.6 -10046.4l-410.1 -10046.3l-411.6 -10046.1l-413.1 -10046l-414.7 -10045.9l-416.2 -10045.8l-417.7 -10045.6l-419.2 -10045.5l-420.8 -10045.4l-422.3 -10045.2l-423.8 -10045.1l-425.3 -10044.9l-426.9 -10044.8l-428.4 -10044.7l-429.9 -10044.6l-431.4 -10044.4l-432.9 -10044.3l-434.4 -10044.2l-435.9 -10044l-437.4 -10043.9l-439 -10043.7l-440.5 -10043.6l-442 -10043.5l-443.5 -10043.3l-445 -10043.2l-446.5 -10043l-448 -10042.9l-449.5 -10042.8l-451 -10042.6l-452.5 -10042.5l-454 -10042.3l-455.5 -10042.2l-457 -10042.1l-458.5 -10041.9l-460 -10041.7l-461.5 -10041.6l-462.9 -10041.5l-464.4 -10041.3l-465.9 -10041.2l-467.4 -10041l-468.9 -10040.9l-470.4 -10040.8l-471.9 -10040.6l-473.3 -10040.4l-474.8 -10040.3l-476.3 -10040.2l-477.8 -10040l-479.2 -10039.9l-480.7 -10039.7l-482.2 -10039.6l-483.7 -10039.4l-485.1 -10039.3l-486.6 -10039.1l-488.1 -10039l-489.5 -10038.8l-491 -10038.7l-492.5 -10038.5l-493.9 -10038.3l-495.4 -10038.2l-496.9 -10038.1l-498.3 -10037.9l-499.8 -10037.7l-501.2 -10037.6l-502.7 -10037.5l-504.1 -10037.3l-505.6 -10037.2l-507 -10037l-508.5 -10036.8l-509.9 -10036.7l-511.4 -10036.5l-512.8 -10036.4l-514.3 -10036.2l-515.7 -10036.1l-517.2 -10035.9l-518.6 -10035.8l-520 -10035.6l-521.5 -10035.4l-522.9 -10035.3l-524.4 -10035.1l-525.8 -10035l-527.2 -10034.8l-528.7 -10034.7l-530.1 -10034.5l-531.5 -10034.3l-532.9 -10034.1l-534.4 -10034l-535.8 -10033.9l-537.2 -10033.7l-538.6 -10033.5l-540.1 -10033.3l-541.5 -10033.2l-542.9 -10033.1l-544.3 -10032.9l-545.7 -10032.7l-547.1 -10032.6l-548.5 -10032.4l-550 -10032.2l-551.4 -10032.1l-552.8 -10031.9l-554.2 -10031.8l-555.6 -10031.6l-557 -10031.4l-558.4 -10031.2l-559.8 -10031.1l-561.2 -10030.9l-562.6 -10030.8l-564 -10030.6l-565.4 -10030.4l-566.8 -10030.3l-568.1 -10030.1l-569.5 -10029.9l-570.9 -10029.8l-572.3 -10029.6l-573.7 -10029.4l-575.1 -10029.3l-576.5 -10029.1l-577.8 -10028.9l-579.2 -10028.8l-580.6 -10028.6l-582 -10028.4l-583.3 -10028.3l-584.7 -10028.1l-586.1 -10027.9l-587.5 -10027.8l-588.8 -10027.6l-590.2 -10027.4l-591.6 -10027.3l-592.9 -10027.1l-594.3 -10026.9l-595.6 -10026.7l-597 -10026.5l-598.4 -10026.4l-599.7 -10026.2l-601.1 -10026.1l-602.4 -10025.9l-603.8 -10025.7l-605.1 -10025.6l-606.5 -10025.4l-607.8 -10025.2l-609.1 -10025l-610.5 -10024.9l-611.8 -10024.7l-613.2 -10024.5l-614.5 -10024.3l-615.8 -10024.1l-617.2 -10024l-618.5 -10023.8l-619.8 -10023.7l-621.2 -10023.4l-622.5 -10023.3l-623.8 -10023.1l-625.2 -10023l-626.5 -10022.8l-627.8 -10022.6l-629.1 -10022.4l-630.4 -10022.3l-631.8 -10022.1l-633.1 -10021.9l-634.4 -10021.7l-635.7 -10021.6l-637 -10021.4l-638.3 -10021.2l-639.6 -10021l-640.9 -10020.8l-642.2 -10020.7l-643.5 -10020.5l-644.8 -10020.3l-646.1 -10020.1l-647.4 -10020l-648.7 -10019.8l-650 -10019.6l-651.3 -10019.4l-652.6 -10019.3l-653.9 -10019.1l-655.2 -10018.9l-656.5 -10018.7l-657.7 -10018.5l-659 -10018.4l-660.3 -10018.2l-661.6 -10018l-662.9 -10017.8l-664.1 -10017.7l-665.4 -10017.5l-666.7 -10017.3l-668 -10017.1l-669.2 -10016.9l-670.5 -10016.8l-671.7 -10016.6l-673 -10016.4l-674.3 -10016.2l-675.5 -10016l-676.8 -10015.9l-678 -10015.7l-679.3 -10015.5l-680.5 -10015.3l-681.8 -10015.1l-683.1 -10015l-684.3 -10014.8l-685.5 -10014.6l-686.8 -10014.4l-688 -10014.2l-689.3 -10014.1l-690.5 -10013.9l-691.7 -10013.7l-693 -10013.5l-694.2 -10013.3l-695.4 -10013.2l-696.7 -10012.9l-697.9 -10012.8l-699.1 -10012.6l-700.3 -10012.4l-701.6 -10012.2l-702.8 -10012l-704 -10011.9l-705.2 -10011.7l-706.4 -10011.5l-707.7 -10011.3l-708.9 -10011.1l-710.1 -10011l-711.3 -10010.8l-712.5 -10010.6l-713.7 -10010.4l-714.9 -10010.2l-716.1 -10010.1l-717.3 -10009.9l-718.5 -10009.7l-719.7 -10009.5l-720.9 -10009.3l-722.1 -10009.2l-723.3 -10009l-724.4 -10008.8l-725.6 -10008.6l-726.8 -10008.4l-728 -10008.2l-729.2 -10008.1l-730.3 -10007.8l-731.5 -10007.7l-732.7 -10007.5l-733.9 -10007.3l-735 -10007.1l-736.2 -10007l-737.4 -10006.8l-738.5 -10006.6l-739.7 -10006.4l-740.9 -10006.2l-742 -10006l-743.2 -10005.9l-744.3 -10005.7l-745.5 -10005.5l-746.6 -10005.3l-747.8 -10005.1l-748.9 -10005l-750.1 -10004.8l-751.2 -10004.6l-752.4 -10004.4l-753.5 -10004.2l-754.6 -10004l-755.8 -10003.9l-756.9 -10003.6l-758 -10003.5l-759.2 -10003.3l-760.3 -10003.1l-761.4 -10002.9l-762.6 -10002.8l-763.7 -10002.6l-764.8 -10002.4l-765.9 -10002.2l-767 -10002l-768.2 -10001.8l-769.3 -10001.7l-770.4 -10001.5l-771.5 -10001.3l-772.6 -10001.1l-773.7 -10000.9l-774.8 -10000.8l-775.9 -10000.6l-777 -10000.4l-778.1 -10000.2l-779.2 -10000l-780.3 -9999.8l-781.4 -9999.7l-782.5 -9999.4l-783.6 -9999.3l-784.6 -9999.1l-785.7 -9998.9l-786.8 -9998.7l-787.9 -9998.6l-789 -9998.4l-790 -9998.2l-791.1 -9998l-792.2 -9997.8l-793.2 -9997.7l-794.3 -9997.5l-795.4 -9997.3l-796.4 -9997.1l-797.5 -9996.9l-798.6 -9996.8l-799.6 -9996.6l-800.7 -9996.4l-801.7 -9996.2l-802.8 -9996l-803.8 -9995.9l-804.9 -9995.7l-805.9 -9995.5l-807 -9995.3l-808 -9995.1l-809 -9995l-810.1 -9994.8l-811.1 -9994.6l-812.1 -9994.4l-813.2 -9994.2l-814.2 -9994.1l-815.2 -9993.9l-816.3 -9993.7l-817.3 -9993.5l-818.3 -9993.3l-819.3 -9993.2l-820.3 -9993l-821.4 -9992.8l-822.4 -9992.6l-823.4 -9992.5l-824.4 -9992.3l-825.4 -9992.1l-826.4 -9991.9l-827.4 -9991.7l-828.4 -9991.6l-829.4 -9991.4l-830.4 -9991.2l-831.4 -9991l-832.4 -9990.9l-833.4 -9990.7l-834.3 -9990.5l-835.3 -9990.3l-836.3 -9990.1l-837.3 -9990l-838.3 -9989.8l-839.3 -9989.6l-840.2 -9989.4l-841.2 -9989.3l-842.2 -9989.1l-843.1 -9988.9l-844.1 -9988.7l-845.1 -9988.6l-846 -9988.4l-847 -9988.2l-847.9 -9988l-848.9 -9987.9l-849.9 -9987.7l-850.8 -9987.5l-851.8 -9987.3l-852.7 -9987.2l-853.6 -9987l-854.6 -9986.8l-855.5 -9986.7l-856.5 -9986.4l-857.4 -9986.3l-858.3 -9986.1l-859.3 -9986l-860.2 -9985.8l-861.1 -9985.6l-862.1 -9985.4l-863 -9985.3l-863.9 -9985.1l-864.8 -9984.9l-865.7 -9984.8l-866.6 -9984.6l-867.6 -9984.4l-868.5 -9984.2l-869.4 -9984.1l-870.3 -9983.9l-871.2 -9983.7l-872.1 -9983.6l-873 -9983.4l-873.9 -9983.2l-874.8 -9983.1l-875.7 -9982.9l-876.6 -9982.7l-877.5 -9982.5l-878.3 -9982.4l-879.2 -9982.2l-880.1 -9982l-881 -9981.8l-881.9 -9981.7l-882.7 -9981.5l-883.6 -9981.4l-884.5 -9981.2l-885.4 -9981l-886.2 -9980.9l-887.1 -9980.7l-888 -9980.5l-888.8 -9980.3l-889.7 -9980.2l-890.5 -9980l-891.4 -9979.9l-892.2 -9979.7l-893.1 -9979.5l-893.9 -9979.4l-894.8 -9979.2l-895.6 -9979.1l-896.5 -9978.9l-897.3 -9978.7l-898.1 -9978.6l-899 -9978.4l-899.8 -9978.2l-900.6 -9978l-901.4 -9977.9l-902.3 -9977.8l-903.1 -9977.6l-903.9 -9977.4l-904.7 -9977.3l-905.5 -9977.1l-906.4 -9976.9l-907.2 -9976.8l-908 -9976.6l-908.8 -9976.5l-909.6 -9976.3l-910.4 -9976.1l-911.2 -9976l-912 -9975.8l-912.8 -9975.7l-913.6 -9975.5l-914.4 -9975.4l-915.2 -9975.2l-915.9 -9975l-916.7 -9974.9l-917.5 -9974.7l-918.3 -9974.6l-919.1 -9974.4l-919.8 -9974.3l-920.6 -9974.1l-921.4 -9973.9l-922.2 -9973.8l-922.9 -9973.6l-923.7 -9973.5l-924.4 -9973.3l-925.2 -9973.2l-926 -9973l-926.7 -9972.9l-927.5 -9972.7l-928.2 -9972.6l-929 -9972.4l-929.7 -9972.3l-930.5 -9972.1l-931.2 -9972l-931.9 -9971.8l-932.7 -9971.6l-933.4 -9971.5l-934.1 -9971.4l-934.9 -9971.2l-935.6 -9971l-936.3 -9970.9l-937 -9970.8l-937.8 -9970.6l-938.5 -9970.5l-939.2 -9970.3l-939.9 -9970.2l-940.6 -9970l-941.3 -9969.9l-942 -9969.7l-942.7 -9969.5l-943.4 -9969.4l-944.1 -9969.3l-944.8 -9969.1l-945.5 -9969l-946.2 -9968.8l-946.9 -9968.7l-947.6 -9968.6l-948.3 -9968.4l-949 -9968.2l-949.7 -9968.1l-950.3 -9968l-951 -9967.8l-951.7 -9967.7l-952.4 -9967.6l-953 -9967.4l-953.7 -9967.3l-954.4 -9967.1l-955 -9967l-955.7 -9966.9l-956.3 -9966.7l-957 -9966.6l-957.6 -9966.4l-958.3 -9966.3l-958.9 -9966.2l-959.6 -9966l-960.2 -9965.9l-960.9 -9965.7l-961.5 -9965.6l-962.1 -9965.5l-962.8 -9965.3l-963.4 -9965.2l-964 -9965l-964.7 -9964.9l-965.3 -9964.8l-965.9 -9964.7l-966.5 -9964.5l-967.2 -9964.4l-967.8 -9964.3l-968.4 -9964.1l-969 -9964l-969.6 -9963.8l-970.2 -9963.7l-970.8 -9963.6l-971.4 -9963.5l-972 -9963.3l-972.6 -9963.2l-973.2 -9963.1l-973.8 -9963l-974.4 -9962.8l-975 -9962.7l-975.6 -9962.6l-976.1 -9962.5l-976.7 -9962.3l-977.3 -9962.2l-977.9 -9962.1l-978.4 -9961.9l-979 -9961.8l-979.6 -9961.7l-980.1 -9961.5l-980.7 -9961.4l-981.3 -9961.3l-981.8 -9961.2l-982.4 -9961l-982.9 -9961l-983.5 -9960.8l-984 -9960.7l-984.6 -9960.6l-985.1 -9960.4l-985.7 -9960.3l-986.2 -9960.2l-986.7 -9960.1l-987.3 -9960l-987.8 -9959.8l-988.3 -9959.8l-988.9 -9959.6l-989.4 -9959.5l-989.9 -9959.4l-990.4 -9959.3l-991 -9959.2l-991.5 -9959l-992 -9958.9l-992.5 -9958.8l-993 -9958.7l-993.5 -9958.6l-994 -9958.5l-994.5 -9958.3l-995 -9958.2l-949.5 -9497.9"
id="path1498"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M716304 -5510000l6284 -503.2l9969.3 -798.3l9970.3 -798.4l9971.4 -798.6l9972.5 -798.7l9973.5 -798.8l9974.5 -799l9975.6 -799.1l9976.7 -799.3l9977.7 -799.4l9978.7 -799.6l9979.8 -799.7l9980.9 -799.9l9981.9 -800l9983 -800.2l9984 -800.3l9985.1 -800.5l9986.1 -800.6l9987.2 -800.8l9988.2 -801l9989.3 -801.1l9990.3 -801.3l9991.4 -801.5l9992.5 -801.6l9993.5 -801.8l9994.6 -802l9995.6 -802.2l9996.7 -802.3l9997.7 -802.5l9998.7 -802.7l9999.8 -802.9l10000.9 -803.1l10001.9 -803.3l10002.9 -803.5l10004 -803.7l10005.1 -803.9l10006.1 -804.1l10007.2 -804.3l10008.2 -804.5l10009.3 -804.7l10010.3 -804.9l10011.4 -805.1l10012.4 -805.3l6312.2 -507.8"
id="path1499"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M715903.9 -5520000l5885.3 -471.9l9969.1 -799.4l9970.2 -799.5l9971.3 -799.6l9972.3 -799.8l9973.4 -799.9l9974.4 -800l9975.5 -800.2l9976.5 -800.3l9977.6 -800.5l9978.6 -800.6l9979.7 -800.8l9980.7 -800.9l9981.8 -801.1l9982.8 -801.2l9983.8 -801.4l9984.9 -801.5l9986 -801.7l9987 -801.8l9988 -802l9989.1 -802.2l9990.2 -802.3l9991.2 -802.5l9992.3 -802.7l9993.3 -802.9l9994.4 -803l9995.4 -803.2l9996.5 -803.4l9997.5 -803.6l9998.5 -803.8l9999.6 -803.9l10000.7 -804.1l10001.7 -804.3l10002.7 -804.5l10003.8 -804.7l10004.9 -804.9l10005.9 -805.1l10007 -805.3l10008 -805.5l10009.1 -805.7l10010.1 -805.9l10011.2 -806.1l10012.2 -806.3l5911.6 -476.2"
id="path1500"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M715503.5 -5530000l5485.9 -440.4l9969 -800.4l9970.1 -800.5l9971.1 -800.7l9972.2 -800.8l9973.2 -800.9l9974.3 -801.1l9975.3 -801.2l9976.4 -801.4l9977.4 -801.5l9978.4 -801.7l9979.5 -801.8l9980.6 -802l9981.6 -802.1l9982.7 -802.3l9983.7 -802.4l9984.8 -802.6l9985.8 -802.7l9986.9 -802.9l9987.9 -803.1l9989 -803.2l9990 -803.4l9991.1 -803.6l9992.1 -803.7l9993.1 -803.9l9994.2 -804.1l9995.2 -804.3l9996.3 -804.4l9997.3 -804.6l9998.4 -804.8l9999.4 -805l10000.5 -805.2l10001.5 -805.4l10002.5 -805.6l10003.6 -805.8l10004.7 -806l10005.7 -806.2l10006.8 -806.4l10007.8 -806.6l10008.9 -806.8l10009.9 -807l10010.9 -807.2l10012 -807.4l5510.4 -444.4"
id="path1501"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M715102.4 -5540000l5086.1 -408.9l9968.9 -801.5l9970 -801.6l9971 -801.7l9972.1 -801.9l9973.1 -802l9974.1 -802.1l9975.2 -802.3l9976.2 -802.4l9977.3 -802.6l9978.3 -802.7l9979.4 -802.9l9980.4 -803l9981.5 -803.2l9982.5 -803.3l9983.5 -803.5l9984.6 -803.6l9985.7 -803.8l9986.7 -803.9l9987.7 -804.1l9988.8 -804.3l9989.8 -804.4l9990.9 -804.6l9991.9 -804.8l9992.9 -805l9994 -805.1l9995.1 -805.3l9996.1 -805.5l9997.2 -805.7l9998.2 -805.9l9999.2 -806l10000.3 -806.2l10001.3 -806.4l10002.3 -806.6l10003.4 -806.8l10004.5 -807l10005.5 -807.2l10006.6 -807.4l10007.6 -807.6l10008.6 -807.8l10009.7 -808l10010.7 -808.2l10011.7 -808.4l5108.7 -412.6"
id="path1502"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M714700.9 -5550000l4685.8 -377.2l9968.7 -802.5l9969.8 -802.6l9970.9 -802.8l9971.9 -802.9l9973 -803l9974 -803.2l9975.1 -803.3l9976.1 -803.5l9977.1 -803.6l9978.2 -803.7l9979.2 -803.9l9980.3 -804l9981.3 -804.2l9982.4 -804.4l9983.4 -804.5l9984.5 -804.7l9985.5 -804.8l9986.5 -805l9987.6 -805.1l9988.6 -805.3l9989.7 -805.5l9990.7 -805.7l9991.8 -805.8l9992.8 -806l9993.8 -806.2l9994.9 -806.4l9995.9 -806.5l9997 -806.7l9998 -806.9l9999.1 -807.1l10000.1 -807.3l10001.1 -807.5l10002.2 -807.7l10003.2 -807.9l10004.3 -808l10005.3 -808.2l10006.4 -808.4l10007.4 -808.6l10008.4 -808.9l10009.5 -809.1l10010.5 -809.3l10011.5 -809.5l4706.6 -380.6"
id="path1503"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M714298.8 -5560000l4284.9 -345.4l9968.6 -803.6l9969.7 -803.7l9970.7 -803.8l9971.8 -804l9972.8 -804.1l9973.8 -804.2l9974.9 -804.4l9976 -804.5l9977 -804.6l9978 -804.8l9979.1 -804.9l9980.1 -805.1l9981.2 -805.2l9982.2 -805.4l9983.2 -805.5l9984.3 -805.7l9985.3 -805.9l9986.4 -806l9987.4 -806.2l9988.5 -806.4l9989.5 -806.5l9990.5 -806.7l9991.6 -806.9l9992.6 -807l9993.7 -807.2l9994.7 -807.4l9995.8 -807.6l9996.8 -807.8l9997.8 -807.9l9998.9 -808.1l9999.9 -808.3l10001 -808.5l10002 -808.7l10003 -808.9l10004.1 -809.1l10005.1 -809.3l10006.2 -809.5l10007.2 -809.7l10008.2 -809.9l10009.3 -810.1l10010.3 -810.3l10011.3 -810.5l4303.8 -348.5"
id="path1504"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M713896.2 -5570000l3883.5 -313.4l9968.5 -804.6l9969.6 -804.7l9970.6 -804.9l9971.6 -805l9972.7 -805.1l9973.7 -805.3l9974.8 -805.4l9975.8 -805.5l9976.9 -805.7l9977.9 -805.8l9978.9 -806l9980 -806.1l9981 -806.3l9982.1 -806.4l9983.1 -806.6l9984.1 -806.7l9985.2 -806.9l9986.2 -807.1l9987.2 -807.2l9988.3 -807.4l9989.3 -807.6l9990.4 -807.7l9991.4 -807.9l9992.4 -808.1l9993.5 -808.3l9994.5 -808.4l9995.6 -808.6l9996.6 -808.8l9997.6 -809l9998.7 -809.2l9999.7 -809.4l10000.8 -809.5l10001.8 -809.7l10002.8 -809.9l10003.9 -810.1l10004.9 -810.3l10006 -810.5l10007 -810.7l10008 -810.9l10009.1 -811.1l10010.1 -811.3l10011.1 -811.6l3900.6 -316.2"
id="path1505"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M713493 -5580000l3481.6 -281.4l9968.4 -805.6l9969.4 -805.8l9970.5 -805.9l9971.5 -806l9972.6 -806.2l9973.6 -806.3l9974.6 -806.4l9975.7 -806.6l9976.7 -806.7l9977.7 -806.9l9978.8 -807l9979.8 -807.2l9980.9 -807.3l9981.9 -807.5l9982.9 -807.6l9984 -807.8l9985 -807.9l9986.1 -808.1l9987.1 -808.3l9988.1 -808.4l9989.2 -808.6l9990.2 -808.8l9991.2 -808.9l9992.2 -809.1l9993.3 -809.3l9994.4 -809.5l9995.4 -809.7l9996.4 -809.8l9997.4 -810l9998.5 -810.2l9999.5 -810.4l10000.6 -810.6l10001.6 -810.8l10002.6 -811l10003.7 -811.2l10004.7 -811.4l10005.8 -811.6l10006.8 -811.8l10007.8 -812l10008.9 -812.2l10009.9 -812.4l10010.9 -812.6l3497 -283.9"
id="path1506"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M713089.3 -5590000l3079.2 -249.2l9968.2 -806.7l9969.3 -806.8l9970.3 -806.9l9971.4 -807.1l9972.4 -807.2l9973.4 -807.3l9974.5 -807.5l9975.5 -807.6l9976.6 -807.8l9977.6 -807.9l9978.6 -808.1l9979.7 -808.2l9980.7 -808.4l9981.7 -808.5l9982.8 -808.7l9983.8 -808.8l9984.9 -809l9985.9 -809.1l9986.9 -809.3l9988 -809.5l9989 -809.6l9990 -809.8l9991.1 -810l9992.1 -810.2l9993.1 -810.3l9994.2 -810.5l9995.2 -810.7l9996.2 -810.9l9997.2 -811.1l9998.3 -811.2l9999.3 -811.4l10000.4 -811.6l10001.4 -811.8l10002.4 -812l10003.5 -812.2l10004.5 -812.4l10005.6 -812.6l10006.6 -812.8l10007.6 -813l10008.7 -813.2l10009.7 -813.4l10010.7 -813.6l3092.7 -251.4"
id="path1507"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M712685.1 -5600000l2676.3 -216.9l9968.1 -807.7l9969.2 -807.8l9970.2 -808l9971.2 -808.1l9972.3 -808.2l9973.3 -808.4l9974.4 -808.5l9975.4 -808.7l9976.4 -808.8l9977.4 -808.9l9978.5 -809.1l9979.5 -809.2l9980.6 -809.4l9981.6 -809.5l9982.6 -809.7l9983.7 -809.9l9984.7 -810l9985.7 -810.2l9986.7 -810.3l9987.8 -810.5l9988.8 -810.7l9989.9 -810.8l9990.9 -811l9991.9 -811.2l9993 -811.4l9994 -811.5l9995 -811.7l9996.1 -811.9l9997.1 -812.1l9998.1 -812.3l9999.2 -812.5l10000.2 -812.7l10001.2 -812.8l10002.3 -813l10003.3 -813.2l10004.3 -813.4l10005.4 -813.6l10006.3 -813.8l10007.4 -814l10008.4 -814.2l10009.5 -814.5l10010.5 -814.7l2688 -218.8"
id="path1508"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1229244.5 -1l-.8 -10064.5l-2.5 -10065.5l-4.2 -10065.5l-5.9 -10065.5l-7.5 -10065.5l-9.2 -10065.5l-10.9 -10065.4l-12.5 -10065.5l-14.2 -10065.5l-15.9 -10065.5l-17.6 -10065.5l-19.2 -10065.4l-20.9 -10065.4l-22.6 -10065.4l-24.2 -10065.4l-25.9 -10065.4l-27.6 -10065.4l-29.3 -10065.4l-30.9 -10065.4l-32.6 -10065.4l-34.3 -10065.3l-35.9 -10065.4l-37.6 -10065.3l-39.3 -10065.3l-41 -10065.3l-42.6 -10065.3l-44.3 -10065.3l-46 -10065.3l-47.6 -10065.3l-49.3 -10065.2l-51 -10065.2l-52.7 -10065.2l-54.3 -10065.2l-56 -10065.2l-57.7 -10065.1l-59.3 -10065.1l-61 -10065.1l-62.7 -10065.1l-64.3 -10065l-66 -10065l-67.7 -10065l-69.4 -10065l-71 -10065l-72.7 -10064.9l-74.4 -10064.9l-76 -10064.9l-77.7 -10064.9l-79.4 -10064.8l-81 -10064.8l-82.7 -10064.8l-84.4 -10064.7l-86 -10064.7l-87.7 -10064.7l-89.4 -10064.7l-91 -10064.6l-92.7 -10064.6l-94.4 -10064.6l-96 -10064.5l-97.7 -10064.5l-99.3 -10064.5l-101 -10064.4l-102.7 -10064.4l-104.3 -10064.3l-106 -10064.3l-107.7 -10064.3l-109.3 -10064.2l-111 -10064.2l-112.7 -10064.2l-114.3 -10064.1l-116 -10064.1l-117.6 -10064l-119.3 -10064l-121 -10064l-122.6 -10063.9l-124.3 -10063.9l-125.9 -10063.8l-127.6 -10063.8l-129.3 -10063.7l-130.9 -10063.7l-132.6 -10063.6l-134.2 -10063.6l-135.9 -10063.6l-137.5 -10063.5l-139.2 -10063.5l-140.9 -10063.4l-142.5 -10063.4l-144.2 -10063.3l-145.8 -10063.3l-147.5 -10063.2l-149.1 -10063.1l-150.8 -10063.1l-152.4 -10063.1l-154.1 -10063l-155.7 -10062.9l-157.4 -10062.9l-159.1 -10062.8l-160.7 -10062.8l-162.4 -10062.7l-164 -10062.6l-165.7 -10062.6l-167.3 -10062.6l-169 -10062.5l-170.6 -10062.4l-172.3 -10062.4l-173.9 -10062.3l-175.5 -10062.3l-177.2 -10062.2l-178.8 -10062.1l-180.5 -10062.1l-182.1 -10062l-183.8 -10062l-185.4 -10061.9l-187.1 -10061.8l-188.7 -10061.8l-190.4 -10061.7l-192 -10061.6l-193.6 -10061.5l-195.3 -10061.5l-196.9 -10061.4l-198.6 -10061.4l-200.2 -10061.3l-201.8 -10061.2l-203.5 -10061.2l-205.1 -10061.1l-206.8 -10061l-208.4 -10060.9l-210 -10060.9l-211.7 -10060.8l-213.3 -10060.7l-214.9 -10060.7l-216.6 -10060.5l-218.2 -10060.5l-219.8 -10060.4l-221.5 -10060.4l-223.1 -10060.2l-224.7 -10060.2l-226.4 -10060.1l-228 -10060l-229.6 -10060l-231.2 -10059.9l-232.9 -10059.8l-234.5 -10059.7l-236.1 -10059.7l-237.8 -10059.5l-239.4 -10059.5l-241 -10059.4l-242.6 -10059.3l-244.3 -10059.2l-245.9 -10059.1l-247.5 -10059.1l-249.1 -10059l-250.7 -10058.9l-252.4 -10058.8l-254 -10058.7l-255.6 -10058.6l-257.2 -10058.6l-258.8 -10058.5l-260.4 -10058.4l-262.1 -10058.3l-263.7 -10058.2l-265.3 -10058.1l-266.9 -10058l-268.5 -10057.9l-270.1 -10057.8l-271.7 -10057.8l-273.4 -10057.7l-275 -10057.5l-276.6 -10057.5l-278.2 -10057.4l-279.8 -10057.3l-281.4 -10057.2l-283 -10057.1l-284.6 -10057l-286.2 -10056.9l-287.8 -10056.8l-289.4 -10056.7l-291 -10056.6l-292.6 -10056.5l-294.2 -10056.4l-295.8 -10056.3l-297.4 -10056.2l-299 -10056.1l-300.6 -10056l-302.2 -10055.9l-303.8 -10055.8l-305.4 -10055.7l-307 -10055.6l-308.6 -10055.5l-310.2 -10055.4l-311.8 -10055.3l-313.4 -10055.2l-315 -10055.1l-316.6 -10055l-318.1 -10054.9l-319.7 -10054.7l-321.3 -10054.7l-322.9 -10054.6l-324.5 -10054.5l-326.1 -10054.3l-327.7 -10054.2l-329.2 -10054.1l-330.8 -10054l-332.4 -10053.9l-334 -10053.8l-335.6 -10053.7l-337.1 -10053.6l-338.7 -10053.5l-340.3 -10053.3l-341.9 -10053.2l-343.4 -10053.1l-345 -10053l-346.6 -10052.9l-348.2 -10052.8l-349.7 -10052.7l-351.3 -10052.6l-352.9 -10052.4l-354.4 -10052.3l-356 -10052.2l-357.6 -10052.1l-359.1 -10052l-360.7 -10051.8l-362.3 -10051.7l-363.8 -10051.6l-365.4 -10051.5l-367 -10051.4l-368.5 -10051.3l-370.1 -10051.1l-371.6 -10051l-373.2 -10050.9l-374.7 -10050.8l-376.3 -10050.6l-377.8 -10050.5l-379.4 -10050.4l-380.9 -10050.3l-382.5 -10050.1l-384 -10050l-385.6 -10049.9l-387.1 -10049.8l-388.7 -10049.6l-390.2 -10049.5l-391.8 -10049.4l-393.3 -10049.3l-394.9 -10049.1l-396.4 -10049l-397.9 -10048.8l-399.5 -10048.8l-401 -10048.6l-402.6 -10048.5l-404.1 -10048.3l-405.6 -10048.2l-407.2 -10048.1l-408.7 -10048l-410.2 -10047.8l-411.7 -10047.7l-413.3 -10047.6l-414.8 -10047.4l-416.3 -10047.3l-417.9 -10047.2l-419.4 -10047l-420.9 -10046.9l-422.4 -10046.8l-423.9 -10046.6l-425.5 -10046.5l-427 -10046.4l-428.5 -10046.2l-430 -10046.1l-431.5 -10045.9l-433 -10045.8l-434.6 -10045.7l-436.1 -10045.5l-437.6 -10045.4l-439.1 -10045.2l-440.6 -10045.1l-442.1 -10045l-443.6 -10044.8l-445.1 -10044.7l-446.6 -10044.5l-448.1 -10044.4l-449.6 -10044.3l-451.1 -10044.1l-452.6 -10043.9l-454.1 -10043.8l-455.6 -10043.7l-457.1 -10043.6l-458.6 -10043.4l-460.1 -10043.2l-461.6 -10043.1l-463.1 -10043l-464.6 -10042.8l-466.1 -10042.7l-467.5 -10042.5l-469 -10042.4l-470.5 -10042.2l-472 -10042.1l-473.5 -10041.9l-475 -10041.8l-476.4 -10041.6l-477.9 -10041.5l-479.4 -10041.4l-480.9 -10041.2l-482.3 -10041.1l-483.8 -10040.9l-485.3 -10040.8l-486.8 -10040.6l-488.2 -10040.4l-489.7 -10040.3l-491.2 -10040.1l-492.6 -10040l-494.1 -10039.8l-495.6 -10039.7l-497 -10039.5l-498.5 -10039.4l-499.9 -10039.2l-501.4 -10039.1l-502.8 -10038.9l-504.3 -10038.8l-505.8 -10038.6l-507.2 -10038.4l-508.7 -10038.3l-510.1 -10038.1l-511.6 -10038l-513 -10037.8l-514.4 -10037.7l-515.9 -10037.5l-517.3 -10037.4l-518.8 -10037.2l-520.2 -10037l-521.6 -10036.9l-523.1 -10036.7l-524.5 -10036.6l-526 -10036.4l-527.4 -10036.2l-528.8 -10036.1l-530.2 -10035.9l-531.7 -10035.8l-533.1 -10035.6l-534.5 -10035.4l-536 -10035.3l-537.4 -10035.1l-538.8 -10035l-540.2 -10034.8l-541.6 -10034.6l-543.1 -10034.5l-544.5 -10034.3l-545.9 -10034.1l-547.3 -10034l-548.7 -10033.8l-550.1 -10033.7l-551.5 -10033.5l-552.9 -10033.3l-554.3 -10033.2l-555.7 -10033l-557.1 -10032.8l-558.5 -10032.6l-559.9 -10032.5l-561.3 -10032.3l-562.7 -10032.2l-564.1 -10032l-565.5 -10031.8l-566.9 -10031.7l-568.3 -10031.5l-569.7 -10031.3l-571.1 -10031.2l-572.5 -10031l-573.9 -10030.8l-575.2 -10030.7l-576.6 -10030.5l-578 -10030.3l-579.4 -10030.2l-580.8 -10030l-582.1 -10029.8l-583.5 -10029.6l-584.9 -10029.4l-586.3 -10029.3l-587.6 -10029.1l-589 -10029l-590.4 -10028.8l-591.7 -10028.6l-593.1 -10028.5l-594.4 -10028.3l-595.8 -10028.1l-597.2 -10027.9l-598.5 -10027.8l-599.9 -10027.6l-601.2 -10027.4l-602.6 -10027.2l-603.9 -10027.1l-605.3 -10026.9l-606.6 -10026.7l-608 -10026.6l-609.3 -10026.3l-610.7 -10026.2l-612 -10026l-613.3 -10025.9l-614.7 -10025.7l-616 -10025.5l-617.4 -10025.3l-618.7 -10025.2l-620 -10025l-621.3 -10024.8l-622.7 -10024.6l-624 -10024.5l-625.3 -10024.3l-626.7 -10024.1l-628 -10023.9l-629.3 -10023.7l-630.6 -10023.6l-631.9 -10023.4l-633.2 -10023.2l-634.6 -10023l-635.9 -10022.9l-637.2 -10022.7l-638.5 -10022.5l-639.8 -10022.3l-641.1 -10022.2l-642.4 -10022l-643.7 -10021.8l-645 -10021.6l-646.3 -10021.4l-647.6 -10021.3l-648.9 -10021.1l-650.2 -10020.9l-651.5 -10020.7l-652.8 -10020.5l-654.1 -10020.4l-655.4 -10020.2l-656.6 -10020l-657.9 -10019.8l-659.2 -10019.6l-660.5 -10019.5l-661.8 -10019.3l-663 -10019.1l-664.3 -10018.9l-665.6 -10018.7l-666.9 -10018.6l-668.1 -10018.4l-669.4 -10018.2l-670.7 -10018l-671.9 -10017.8l-673.2 -10017.7l-674.5 -10017.4l-675.7 -10017.3l-677 -10017.1l-678.2 -10016.9l-679.5 -10016.8l-680.7 -10016.5l-682 -10016.4l-683.2 -10016.2l-684.5 -10016l-685.7 -10015.8l-687 -10015.7l-688.2 -10015.5l-689.4 -10015.3l-690.7 -10015.1l-691.9 -10014.9l-693.2 -10014.7l-694.4 -10014.6l-695.6 -10014.4l-696.8 -10014.2l-698.1 -10014l-699.3 -10013.8l-700.5 -10013.6l-701.8 -10013.5l-703 -10013.2l-704.2 -10013.1l-705.4 -10012.9l-706.6 -10012.7l-707.8 -10012.5l-709 -10012.3l-710.3 -10012.2l-711.5 -10012l-712.7 -10011.8l-713.9 -10011.6l-715.1 -10011.4l-716.3 -10011.3l-717.5 -10011.1l-718.7 -10010.9l-719.9 -10010.7l-721.1 -10010.5l-722.2 -10010.3l-723.4 -10010.2l-724.6 -10009.9l-725.8 -10009.8l-727 -10009.6l-728.2 -10009.4l-729.4 -10009.2l-730.5 -10009l-731.7 -10008.9l-732.9 -10008.7l-734.1 -10008.5l-735.2 -10008.3l-736.4 -10008.1l-737.6 -10007.9l-738.7 -10007.8l-739.9 -10007.6l-741 -10007.4l-742.2 -10007.2l-743.4 -10007l-744.5 -10006.8l-745.7 -10006.7l-746.8 -10006.4l-748 -10006.3l-749.1 -10006.1l-750.3 -10005.9l-751.4 -10005.7l-752.6 -10005.5l-753.7 -10005.4l-754.8 -10005.2l-756 -10005l-757.1 -10004.8l-758.2 -10004.6l-759.4 -10004.4l-760.5 -10004.3l-761.6 -10004l-762.7 -10003.9l-763.9 -10003.7l-765 -10003.5l-766.1 -10003.3l-767.2 -10003.1l-768.3 -10003l-769.4 -10002.8l-770.6 -10002.6l-771.7 -10002.4l-772.8 -10002.2l-773.9 -10002l-775 -10001.9l-776.1 -10001.7l-777.2 -10001.5l-778.3 -10001.3l-779.4 -10001.1l-780.5 -10000.9l-781.6 -10000.8l-782.6 -10000.5l-783.7 -10000.4l-784.8 -10000.2l-785.9 -10000l-787 -9999.8l-788.1 -9999.7l-789.1 -9999.5l-790.2 -9999.3l-791.3 -9999.1l-792.4 -9998.9l-793.4 -9998.7l-794.5 -9998.6l-795.6 -9998.4l-796.6 -9998.2l-797.7 -9998l-798.7 -9997.8l-799.8 -9997.6l-800.9 -9997.5l-801.9 -9997.2l-803 -9997.1l-804 -9996.9l-805.1 -9996.7l-806.1 -9996.5l-807.1 -9996.4l-808.2 -9996.2l-809.2 -9996l-810.3 -9995.8l-811.3 -9995.6l-812.3 -9995.5l-813.4 -9995.3l-814.4 -9995.1l-815.4 -9994.9l-816.4 -9994.7l-817.5 -9994.5l-818.5 -9994.4l-819.5 -9994.2l-820.5 -9994l-821.5 -9993.8l-822.5 -9993.6l-823.6 -9993.5l-824.6 -9993.3l-825.6 -9993.1l-826.6 -9992.9l-827.6 -9992.7l-828.6 -9992.6l-829.6 -9992.4l-830.6 -9992.2l-831.6 -9992l-832.5 -9991.8l-833.5 -9991.7l-834.5 -9991.5l-835.5 -9991.3l-836.5 -9991.1l-837.5 -9991l-838.4 -9990.7l-839.4 -9990.6l-840.4 -9990.4l-841.4 -9990.2l-842.3 -9990.1l-843.3 -9989.9l-844.3 -9989.7l-845.2 -9989.5l-846.2 -9989.4l-847.2 -9989.1l-848.1 -9989l-849.1 -9988.8l-850 -9988.6l-851 -9988.5l-851.9 -9988.3l-852.9 -9988.1l-853.8 -9987.9l-854.8 -9987.8l-855.7 -9987.6l-856.6 -9987.4l-857.6 -9987.2l-858.5 -9987.1l-859.4 -9986.9l-860.4 -9986.7l-861.3 -9986.5l-862.2 -9986.4l-863.2 -9986.2l-864.1 -9986l-865 -9985.8l-865.9 -9985.7l-866.8 -9985.5l-867.7 -9985.3l-868.6 -9985.1l-869.6 -9985l-870.5 -9984.8l-871.4 -9984.6l-872.3 -9984.5l-873.2 -9984.3l-874.1 -9984.1l-875 -9983.9l-875.8 -9983.8l-876.7 -9983.6l-877.6 -9983.4l-878.5 -9983.3l-879.4 -9983.1l-880.3 -9982.9l-881.2 -9982.7l-882 -9982.6l-882.9 -9982.4l-883.8 -9982.2l-884.7 -9982.1l-885.5 -9981.9l-886.4 -9981.7l-887.3 -9981.6l-888.1 -9981.4l-889 -9981.2l-889.8 -9981.1l-890.7 -9980.9l-891.5 -9980.7l-892.4 -9980.6l-893.2 -9980.4l-894.1 -9980.2l-894.9 -9980.1l-895.8 -9979.9l-896.6 -9979.7l-897.5 -9979.6l-898.3 -9979.4l-899.1 -9979.2l-900 -9979.1l-900.8 -9978.9l-901.6 -9978.7l-902.4 -9978.6l-903.3 -9978.4l-904.1 -9978.2l-904.9 -9978.1l-905.7 -9977.9l-906.5 -9977.8l-907.3 -9977.6l-908.1 -9977.4l-909 -9977.3l-909.8 -9977.1l-910.6 -9976.9l-911.4 -9976.8l-912.2 -9976.6l-912.9 -9976.5l-913.7 -9976.3l-914.5 -9976.1l-915.3 -9976l-916.1 -9975.8l-916.9 -9975.7l-917.7 -9975.5l-918.5 -9975.3l-919.2 -9975.2l-920 -9975l-920.8 -9974.9l-921.5 -9974.7l-922.3 -9974.5l-923.1 -9974.4l-923.8 -9974.2l-924.6 -9974.1l-925.4 -9973.9l-926.1 -9973.7l-926.9 -9973.6l-927.6 -9973.5l-928.4 -9973.3l-929.1 -9973.1l-929.9 -9973l-930.6 -9972.8l-931.4 -9972.7l-932.1 -9972.5l-932.8 -9972.4l-933.6 -9972.2l-934.3 -9972.1l-935 -9971.9l-935.7 -9971.7l-936.5 -9971.6l-937.2 -9971.5l-937.9 -9971.3l-938.6 -9971.2l-939.3 -9971l-940.1 -9970.9l-940.8 -9970.7l-941.5 -9970.6l-942.2 -9970.4l-942.9 -9970.2l-943.6 -9970.1l-944.3 -9970l-945 -9969.8l-945.7 -9969.7l-946.4 -9969.5l-947.1 -9969.4l-947.8 -9969.2l-948.4 -9969.1l-949.1 -9968.9l-949.8 -9968.8l-950.5 -9968.7l-951.2 -9968.5l-951.8 -9968.3l-952.5 -9968.2l-953.2 -9968.1l-953.8 -9967.9l-954.5 -9967.8l-955.2 -9967.6l-955.8 -9967.5l-956.5 -9967.4l-957.1 -9967.2l-957.8 -9967.1l-958.4 -9967l-959.1 -9966.8l-959.7 -9966.7l-960.4 -9966.5l-961 -9966.4l-961.6 -9966.3l-962.3 -9966.1l-962.9 -9966l-963.6 -9965.8l-964.2 -9965.7l-964.8 -9965.6l-965.4 -9965.4l-966.1 -9965.3l-966.7 -9965.1l-967.3 -9965l-967.9 -9964.9l-968.5 -9964.8l-969.1 -9964.6l-969.7 -9964.5l-970.3 -9964.4l-970.9 -9964.2l-971.5 -9964.1l-972.1 -9963.9l-972.7 -9963.8l-973.3 -9963.7l-973.9 -9963.6l-974.5 -9963.4l-975.1 -9963.3l-975.7 -9963.2l-976.3 -9963l-976.8 -9962.9l-977.4 -9962.7l-978 -9962.6l-978.6 -9962.5l-979.1 -9962.4l-979.7 -9962.3l-980.3 -9962.1l-980.8 -9962l-981.4 -9961.9l-982 -9961.8l-982.5 -9961.6l-983.1 -9961.5l-983.6 -9961.4l-984.2 -9961.3l-984.7 -9961.1l-985.2 -9961l-985.8 -9960.9l-986.3 -9960.8l-986.9 -9960.6l-987.4 -9960.5l-987.9 -9960.4l-988.5 -9960.3l-989 -9960.2l-989.5 -9960l-990 -9959.9l-990.6 -9959.8l-991.1 -9959.7l-991.6 -9959.6l-992.1 -9959.4l-992.6 -9959.3l-993.1 -9959.2l-993.6 -9959.1l-994.1 -9959l-994.6 -9958.8l-995.1 -9958.7l-976 -9762.5"
id="path1509"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M712280.3 -5610000l2272.9 -184.4l9968 -808.7l9969 -808.9l9970.1 -809l9971.1 -809.1l9972.1 -809.3l9973.1 -809.4l9974.2 -809.6l9975.2 -809.7l9976.3 -809.8l9977.3 -810l9978.3 -810.1l9979.4 -810.3l9980.4 -810.4l9981.4 -810.6l9982.4 -810.7l9983.5 -810.9l9984.5 -811.1l9985.6 -811.2l9986.6 -811.4l9987.6 -811.5l9988.7 -811.7l9989.7 -811.9l9990.7 -812l9991.7 -812.2l9992.8 -812.4l9993.8 -812.6l9994.8 -812.8l9995.9 -812.9l9996.9 -813.1l9997.9 -813.3l9999 -813.5l10000 -813.7l10001 -813.9l10002.1 -814.1l10003.1 -814.3l10004.1 -814.5l10005.1 -814.7l10006.1 -814.9l10007.2 -815.1l10008.2 -815.3l10009.3 -815.5l10010.3 -815.7l2282.8 -186"
id="path1510"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M711875.1 -5620000l1868.9 -151.8l9967.8 -809.8l9968.9 -809.9l9969.9 -810l9971 -810.2l9972 -810.3l9973 -810.4l9974.1 -810.6l9975.1 -810.7l9976.1 -810.9l9977.1 -811l9978.2 -811.2l9979.2 -811.3l9980.3 -811.5l9981.3 -811.6l9982.3 -811.8l9983.3 -811.9l9984.4 -812.1l9985.4 -812.2l9986.4 -812.4l9987.5 -812.6l9988.5 -812.7l9989.5 -812.9l9990.6 -813.1l9991.5 -813.2l9992.6 -813.4l9993.6 -813.6l9994.7 -813.8l9995.7 -814l9996.7 -814.1l9997.8 -814.3l9998.8 -814.5l9999.8 -814.7l10000.8 -814.9l10001.9 -815.1l10002.9 -815.3l10003.9 -815.5l10004.9 -815.7l10005.9 -815.9l10007 -816.1l10008 -816.3l10009.1 -816.5l10010.1 -816.7l1877 -153.2"
id="path1511"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M711469.3 -5630000l1464.5 -119.1l9967.7 -810.8l9968.8 -810.9l9969.8 -811.1l9970.8 -811.2l9971.9 -811.3l9972.9 -811.5l9973.9 -811.6l9975 -811.8l9976 -811.9l9977 -812l9978 -812.2l9979.1 -812.3l9980.1 -812.5l9981.1 -812.6l9982.1 -812.8l9983.2 -813l9984.2 -813.1l9985.2 -813.3l9986.2 -813.4l9987.3 -813.6l9988.3 -813.8l9989.4 -813.9l9990.4 -814.1l9991.4 -814.3l9992.4 -814.5l9993.5 -814.6l9994.5 -814.8l9995.5 -815l9996.5 -815.2l9997.6 -815.4l9998.6 -815.5l9999.6 -815.7l10000.6 -815.9l10001.7 -816.1l10002.7 -816.3l10003.7 -816.5l10004.7 -816.7l10005.7 -816.9l10006.8 -817.1l10007.8 -817.3l10008.8 -817.5l10009.8 -817.7l1470.8 -120.2"
id="path1512"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M711063.1 -5640000l1059.4 -86.3l9967.6 -811.8l9968.7 -812l9969.7 -812.1l9970.7 -812.2l9971.7 -812.4l9972.7 -812.5l9973.8 -812.6l9974.8 -812.8l9975.8 -812.9l9976.8 -813.1l9977.9 -813.2l9978.9 -813.4l9980 -813.5l9981 -813.7l9982 -813.8l9983 -814l9984.1 -814.1l9985.1 -814.3l9986.1 -814.5l9987.1 -814.6l9988.2 -814.8l9989.2 -815l9990.2 -815.1l9991.2 -815.3l9992.3 -815.5l9993.3 -815.7l9994.3 -815.8l9995.3 -816l9996.3 -816.2l9997.4 -816.4l9998.4 -816.6l9999.4 -816.8l10000.4 -817l10001.5 -817.1l10002.5 -817.3l10003.5 -817.5l10004.5 -817.7l10005.5 -817.9l10006.6 -818.1l10007.6 -818.4l10008.6 -818.6l10009.6 -818.8l1064 -87"
id="path1513"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M710656.2 -5650000l653.9 -53.3l9967.5 -812.9l9968.5 -813l9969.6 -813.1l9970.6 -813.3l9971.6 -813.4l9972.6 -813.5l9973.7 -813.7l9974.7 -813.8l9975.7 -814l9976.7 -814.1l9977.8 -814.2l9978.8 -814.4l9979.8 -814.5l9980.8 -814.7l9981.8 -814.8l9982.9 -815l9983.9 -815.2l9984.9 -815.3l9985.9 -815.5l9987 -815.7l9988 -815.8l9989 -816l9990 -816.2l9991 -816.3l9992.1 -816.5l9993.1 -816.7l9994.1 -816.9l9995.1 -817l9996.1 -817.2l9997.2 -817.4l9998.2 -817.6l9999.2 -817.8l10000.2 -818l10001.3 -818.2l10002.3 -818.4l10003.3 -818.6l10004.3 -818.8l10005.3 -819l10006.4 -819.2l10007.4 -819.4l10008.4 -819.6l10009.4 -819.8l656.8 -53.8"
id="path1514"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M710248.9 -5660000l248 -20.2l9967.3 -813.9l9968.4 -814l9969.4 -814.2l9970.4 -814.3l9971.5 -814.4l9972.5 -814.6l9973.5 -814.7l9974.5 -814.8l9975.6 -815l9976.6 -815.1l9977.6 -815.3l9978.6 -815.4l9979.7 -815.6l9980.7 -815.7l9981.7 -815.9l9982.7 -816l9983.7 -816.2l9984.8 -816.3l9985.7 -816.5l9986.8 -816.7l9987.8 -816.8l9988.8 -817l9989.9 -817.2l9990.9 -817.3l9991.9 -817.5l9992.9 -817.7l9993.9 -817.9l9995 -818.1l9996 -818.2l9997 -818.4l9998 -818.6l9999 -818.8l10000 -819l10001.1 -819.2l10002.1 -819.4l10003.1 -819.6l10004.1 -819.8l10005.1 -820l10006.2 -820.2l10007.2 -820.4l10008.2 -820.6l10009.2 -820.8l249.1 -20.4"
id="path1515"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M709841.1 -5670000l9808.7 -802l9968.3 -815l9969.3 -815.2l9970.3 -815.3l9971.3 -815.4l9972.3 -815.6l9973.4 -815.7l9974.4 -815.9l9975.4 -816l9976.4 -816.1l9977.5 -816.3l9978.5 -816.4l9979.5 -816.6l9980.5 -816.7l9981.5 -816.9l9982.6 -817l9983.6 -817.2l9984.6 -817.4l9985.6 -817.5l9986.6 -817.7l9987.7 -817.9l9988.7 -818l9989.7 -818.2l9990.7 -818.4l9991.7 -818.5l9992.7 -818.7l9993.8 -818.9l9994.8 -819.1l9995.8 -819.3l9996.8 -819.5l9997.8 -819.6l9998.9 -819.8l9999.8 -820l10000.9 -820.2l10001.9 -820.4l10002.9 -820.6l10003.9 -820.8l10004.9 -821l10006 -821.2l10007 -821.4l10008 -821.6l9849.8 -808.8"
id="path1516"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M709432.6 -5680000l9401.6 -769.6l9968.1 -816.1l9969.2 -816.2l9970.2 -816.3l9971.2 -816.5l9972.2 -816.6l9973.2 -816.7l9974.3 -816.9l9975.3 -817l9976.3 -817.2l9977.3 -817.3l9978.3 -817.5l9979.3 -817.6l9980.4 -817.8l9981.4 -817.9l9982.4 -818.1l9983.4 -818.2l9984.4 -818.4l9985.4 -818.5l9986.5 -818.7l9987.5 -818.9l9988.5 -819l9989.5 -819.2l9990.5 -819.4l9991.6 -819.6l9992.6 -819.7l9993.6 -819.9l9994.6 -820.1l9995.6 -820.3l9996.6 -820.5l9997.7 -820.7l9998.7 -820.8l9999.7 -821l10000.7 -821.2l10001.7 -821.4l10002.7 -821.6l10003.7 -821.8l10004.7 -822l10005.8 -822.2l10006.8 -822.4l10007.8 -822.6l9440.9 -776.2"
id="path1517"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M709023.8 -5690000l8993.9 -737.2l9968 -817.1l9969 -817.2l9970 -817.3l9971.1 -817.5l9972 -817.6l9973.1 -817.8l9974.1 -817.9l9975.1 -818l9976.1 -818.2l9977.2 -818.3l9978.2 -818.5l9979.2 -818.6l9980.2 -818.8l9981.2 -818.9l9982.2 -819.1l9983.3 -819.2l9984.3 -819.4l9985.3 -819.6l9986.3 -819.7l9987.3 -819.9l9988.3 -820.1l9989.4 -820.2l9990.3 -820.4l9991.4 -820.6l9992.4 -820.8l9993.4 -820.9l9994.4 -821.1l9995.4 -821.3l9996.4 -821.5l9997.5 -821.7l9998.5 -821.9l9999.5 -822l10000.5 -822.2l10001.5 -822.4l10002.5 -822.6l10003.5 -822.8l10004.5 -823l10005.6 -823.2l10006.6 -823.4l10007.6 -823.7l9031.4 -743.4"
id="path1518"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M708614.4 -5700000l8585.8 -704.6l9967.9 -818.1l9968.9 -818.2l9969.9 -818.4l9970.9 -818.5l9971.9 -818.6l9973 -818.8l9974 -818.9l9975 -819.1l9976 -819.2l9977 -819.3l9978 -819.5l9979 -819.6l9980.1 -819.8l9981 -819.9l9982.1 -820.1l9983.1 -820.3l9984.1 -820.4l9985.1 -820.6l9986.1 -820.7l9987.2 -820.9l9988.2 -821.1l9989.2 -821.2l9990.2 -821.4l9991.2 -821.6l9992.2 -821.8l9993.2 -821.9l9994.2 -822.1l9995.2 -822.3l9996.3 -822.5l9997.3 -822.7l9998.3 -822.9l9999.3 -823.1l10000.3 -823.3l10001.3 -823.4l10002.3 -823.6l10003.3 -823.8l10004.3 -824l10005.4 -824.3l10006.4 -824.5l10007.4 -824.7l8621.4 -710.6"
id="path1519"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1239310.8 -1l-.8 -10066.1l-2.5 -10067.2l-4.2 -10067.1l-5.9 -10067.2l-7.5 -10067.2l-9.2 -10067.2l-10.9 -10067.1l-12.5 -10067.1l-14.2 -10067.1l-15.9 -10067.1l-17.6 -10067.1l-19.2 -10067.1l-20.9 -10067.1l-22.6 -10067.1l-24.3 -10067.1l-25.9 -10067.1l-27.6 -10067l-29.3 -10067.1l-30.9 -10067.1l-32.6 -10067l-34.3 -10067l-36 -10067l-37.6 -10067l-39.3 -10067l-41 -10067l-42.6 -10066.9l-44.3 -10067l-46 -10066.9l-47.7 -10066.9l-49.3 -10066.9l-51 -10066.9l-52.7 -10066.9l-54.3 -10066.9l-56 -10066.8l-57.7 -10066.8l-59.4 -10066.8l-61 -10066.8l-62.7 -10066.7l-64.4 -10066.7l-66 -10066.7l-67.7 -10066.7l-69.4 -10066.7l-71 -10066.6l-72.7 -10066.6l-74.4 -10066.6l-76 -10066.6l-77.7 -10066.5l-79.4 -10066.5l-81.1 -10066.4l-82.7 -10066.4l-84.4 -10066.4l-86.1 -10066.4l-87.7 -10066.3l-89.4 -10066.3l-91.1 -10066.3l-92.7 -10066.3l-94.4 -10066.2l-96.1 -10066.2l-97.7 -10066.2l-99.4 -10066.1l-101 -10066.1l-102.7 -10066l-104.4 -10066l-106 -10066l-107.7 -10065.9l-109.4 -10065.9l-111 -10065.8l-112.7 -10065.8l-114.4 -10065.8l-116 -10065.7l-117.7 -10065.7l-119.3 -10065.7l-121 -10065.6l-122.7 -10065.6l-124.3 -10065.5l-126 -10065.5l-127.6 -10065.4l-129.3 -10065.4l-131 -10065.4l-132.6 -10065.3l-134.3 -10065.2l-135.9 -10065.2l-137.6 -10065.2l-139.3 -10065.1l-140.9 -10065l-142.6 -10065l-144.2 -10065l-145.9 -10064.9l-147.5 -10064.9l-149.2 -10064.8l-150.8 -10064.8l-152.5 -10064.7l-154.2 -10064.7l-155.8 -10064.6l-157.5 -10064.5l-159.1 -10064.5l-160.8 -10064.4l-162.4 -10064.4l-164.1 -10064.3l-165.7 -10064.3l-167.4 -10064.2l-169 -10064.2l-170.7 -10064.1l-172.3 -10064l-174 -10064l-175.6 -10063.9l-177.3 -10063.8l-178.9 -10063.8l-180.6 -10063.7l-182.2 -10063.7l-183.8 -10063.6l-185.5 -10063.5l-187.1 -10063.5l-188.8 -10063.4l-190.4 -10063.3l-192.1 -10063.3l-193.7 -10063.2l-195.3 -10063.1l-197 -10063.1l-198.6 -10063l-200.3 -10062.9l-201.9 -10062.8l-203.5 -10062.8l-205.2 -10062.7l-206.8 -10062.7l-208.5 -10062.5l-210.1 -10062.5l-211.7 -10062.4l-213.4 -10062.4l-215 -10062.3l-216.6 -10062.2l-218.3 -10062.1l-219.9 -10062.1l-221.5 -10062l-223.2 -10061.9l-224.8 -10061.8l-226.4 -10061.8l-228.1 -10061.7l-229.7 -10061.6l-231.3 -10061.5l-233 -10061.4l-234.6 -10061.4l-236.2 -10061.3l-237.8 -10061.2l-239.5 -10061.1l-241.1 -10061l-242.7 -10060.9l-244.3 -10060.9l-246 -10060.7l-247.6 -10060.7l-249.2 -10060.6l-250.8 -10060.5l-252.4 -10060.4l-254.1 -10060.3l-255.7 -10060.3l-257.3 -10060.2l-258.9 -10060.1l-260.5 -10060l-262.2 -10059.9l-263.8 -10059.8l-265.4 -10059.7l-267 -10059.6l-268.6 -10059.5l-270.2 -10059.5l-271.8 -10059.4l-273.5 -10059.3l-275.1 -10059.1l-276.7 -10059.1l-278.3 -10059l-279.9 -10058.9l-281.5 -10058.8l-283.1 -10058.7l-284.7 -10058.6l-286.3 -10058.5l-287.9 -10058.4l-289.5 -10058.3l-291.1 -10058.2l-292.7 -10058.1l-294.3 -10058l-295.9 -10057.9l-297.5 -10057.8l-299.1 -10057.7l-300.7 -10057.6l-302.3 -10057.5l-303.9 -10057.4l-305.5 -10057.3l-307.1 -10057.2l-308.7 -10057.1l-310.3 -10057l-311.9 -10056.9l-313.5 -10056.8l-315.1 -10056.7l-316.7 -10056.6l-318.3 -10056.5l-319.8 -10056.3l-321.4 -10056.3l-323 -10056.1l-324.6 -10056l-326.2 -10055.9l-327.8 -10055.8l-329.4 -10055.7l-330.9 -10055.6l-332.5 -10055.5l-334.1 -10055.3l-335.7 -10055.3l-337.3 -10055.2l-338.8 -10055l-340.4 -10054.9l-342 -10054.8l-343.6 -10054.7l-345.1 -10054.6l-346.7 -10054.5l-348.3 -10054.3l-349.9 -10054.2l-351.4 -10054.1l-353 -10054l-354.6 -10053.9l-356.1 -10053.8l-357.7 -10053.7l-359.3 -10053.5l-360.8 -10053.4l-362.4 -10053.3l-364 -10053.2l-365.5 -10053.1l-367.1 -10052.9l-368.6 -10052.8l-370.2 -10052.7l-371.7 -10052.6l-373.3 -10052.4l-374.9 -10052.3l-376.4 -10052.2l-378 -10052.1l-379.5 -10051.9l-381.1 -10051.8l-382.6 -10051.7l-384.2 -10051.5l-385.7 -10051.4l-387.3 -10051.3l-388.8 -10051.2l-390.4 -10051l-391.9 -10050.9l-393.4 -10050.8l-395 -10050.7l-396.5 -10050.5l-398.1 -10050.4l-399.6 -10050.3l-401.1 -10050.2l-402.7 -10050l-404.2 -10049.9l-405.8 -10049.8l-407.3 -10049.6l-408.8 -10049.5l-410.4 -10049.4l-411.9 -10049.2l-413.4 -10049.1l-414.9 -10049l-416.5 -10048.8l-418 -10048.7l-419.5 -10048.5l-421 -10048.4l-422.6 -10048.3l-424.1 -10048.2l-425.6 -10048l-427.1 -10047.9l-428.6 -10047.7l-430.2 -10047.6l-431.7 -10047.5l-433.2 -10047.3l-434.7 -10047.2l-436.2 -10047l-437.7 -10046.9l-439.2 -10046.7l-440.7 -10046.6l-442.3 -10046.5l-443.8 -10046.3l-445.3 -10046.2l-446.8 -10046l-448.3 -10045.9l-449.8 -10045.8l-451.3 -10045.6l-452.8 -10045.4l-454.3 -10045.3l-455.8 -10045.2l-457.3 -10045l-458.8 -10044.9l-460.2 -10044.7l-461.7 -10044.6l-463.2 -10044.5l-464.7 -10044.3l-466.2 -10044.2l-467.7 -10044l-469.2 -10043.9l-470.7 -10043.7l-472.1 -10043.6l-473.6 -10043.4l-475.1 -10043.3l-476.6 -10043.1l-478.1 -10043l-479.5 -10042.8l-481 -10042.6l-482.5 -10042.5l-484 -10042.4l-485.4 -10042.2l-486.9 -10042l-488.4 -10041.9l-489.8 -10041.8l-491.3 -10041.6l-492.8 -10041.5l-494.2 -10041.3l-495.7 -10041.1l-497.2 -10041l-498.6 -10040.8l-500.1 -10040.7l-501.5 -10040.5l-503 -10040.4l-504.5 -10040.2l-505.9 -10040.1l-507.4 -10039.9l-508.8 -10039.7l-510.3 -10039.6l-511.7 -10039.4l-513.2 -10039.2l-514.6 -10039.1l-516 -10039l-517.5 -10038.8l-518.9 -10038.6l-520.4 -10038.4l-521.8 -10038.3l-523.2 -10038.2l-524.7 -10038l-526.1 -10037.8l-527.5 -10037.6l-529 -10037.5l-530.4 -10037.4l-531.8 -10037.2l-533.3 -10037l-534.7 -10036.9l-536.1 -10036.7l-537.5 -10036.5l-539 -10036.4l-540.4 -10036.2l-541.8 -10036.1l-543.2 -10035.9l-544.6 -10035.7l-546 -10035.5l-547.5 -10035.4l-548.9 -10035.2l-550.3 -10035.1l-551.7 -10034.9l-553.1 -10034.7l-554.5 -10034.6l-555.9 -10034.4l-557.3 -10034.2l-558.7 -10034l-560.1 -10033.9l-561.5 -10033.7l-562.9 -10033.6l-564.3 -10033.4l-565.7 -10033.2l-567.1 -10033.1l-568.5 -10032.9l-569.9 -10032.7l-571.3 -10032.6l-572.6 -10032.4l-574 -10032.2l-575.4 -10032l-576.8 -10031.9l-578.2 -10031.7l-579.6 -10031.5l-580.9 -10031.4l-582.3 -10031.2l-583.7 -10031l-585.1 -10030.8l-586.4 -10030.7l-587.8 -10030.5l-589.2 -10030.3l-590.5 -10030.1l-591.9 -10030l-593.3 -10029.8l-594.6 -10029.6l-596 -10029.5l-597.3 -10029.3l-598.7 -10029.1l-600.1 -10028.9l-601.4 -10028.8l-602.8 -10028.6l-604.1 -10028.4l-605.5 -10028.2l-606.8 -10028.1l-608.2 -10027.9l-609.5 -10027.7l-610.8 -10027.5l-612.2 -10027.4l-613.5 -10027.2l-614.9 -10027l-616.2 -10026.8l-617.5 -10026.7l-618.9 -10026.5l-620.2 -10026.3l-621.5 -10026.1l-622.9 -10026l-624.2 -10025.8l-625.5 -10025.6l-626.8 -10025.4l-628.2 -10025.2l-629.5 -10025.1l-630.8 -10024.9l-632.1 -10024.7l-633.4 -10024.5l-634.7 -10024.4l-636.1 -10024.2l-637.4 -10024l-638.7 -10023.8l-640 -10023.6l-641.3 -10023.5l-642.6 -10023.3l-643.9 -10023.1l-645.2 -10022.9l-646.5 -10022.7l-647.8 -10022.6l-649.1 -10022.4l-650.4 -10022.2l-651.7 -10022l-653 -10021.8l-654.2 -10021.7l-655.5 -10021.5l-656.8 -10021.3l-658.1 -10021.1l-659.4 -10020.9l-660.7 -10020.7l-661.9 -10020.6l-663.2 -10020.3l-664.5 -10020.2l-665.8 -10020l-667 -10019.8l-668.3 -10019.7l-669.6 -10019.4l-670.8 -10019.3l-672.1 -10019.1l-673.4 -10018.9l-674.6 -10018.7l-675.9 -10018.6l-677.2 -10018.4l-678.4 -10018.2l-679.7 -10018l-680.9 -10017.8l-682.2 -10017.6l-683.4 -10017.5l-684.7 -10017.3l-685.9 -10017.1l-687.2 -10016.9l-688.4 -10016.7l-689.6 -10016.5l-690.9 -10016.3l-692.1 -10016.1l-693.3 -10016l-694.6 -10015.8l-695.8 -10015.6l-697 -10015.4l-698.3 -10015.2l-699.5 -10015.1l-700.7 -10014.9l-701.9 -10014.7l-703.2 -10014.5l-704.4 -10014.3l-705.6 -10014.1l-706.8 -10013.9l-708 -10013.8l-709.2 -10013.5l-710.4 -10013.4l-711.6 -10013.2l-712.9 -10013l-714.1 -10012.8l-715.3 -10012.6l-716.5 -10012.5l-717.7 -10012.3l-718.9 -10012.1l-720 -10011.9l-721.2 -10011.7l-722.4 -10011.5l-723.6 -10011.3l-724.8 -10011.1l-726 -10011l-727.2 -10010.8l-728.4 -10010.6l-729.5 -10010.4l-730.7 -10010.2l-731.9 -10010l-733.1 -10009.9l-734.2 -10009.7l-735.4 -10009.5l-736.6 -10009.3l-737.7 -10009.1l-738.9 -10008.9l-740.1 -10008.7l-741.2 -10008.5l-742.4 -10008.4l-743.5 -10008.2l-744.7 -10008l-745.9 -10007.8l-747 -10007.6l-748.2 -10007.4l-749.3 -10007.2l-750.5 -10007.1l-751.6 -10006.8l-752.7 -10006.7l-753.9 -10006.5l-755 -10006.3l-756.2 -10006.1l-757.3 -10005.9l-758.4 -10005.8l-759.5 -10005.6l-760.7 -10005.4l-761.8 -10005.2l-762.9 -10005l-764.1 -10004.8l-765.2 -10004.6l-766.3 -10004.4l-767.4 -10004.2l-768.5 -10004.1l-769.6 -10003.9l-770.7 -10003.7l-771.9 -10003.5l-773 -10003.3l-774.1 -10003.1l-775.2 -10003l-776.3 -10002.8l-777.4 -10002.6l-778.5 -10002.4l-779.6 -10002.2l-780.7 -10002l-781.7 -10001.8l-782.8 -10001.6l-783.9 -10001.5l-785 -10001.3l-786.1 -10001.1l-787.2 -10000.9l-788.2 -10000.7l-789.3 -10000.5l-790.4 -10000.4l-791.5 -10000.2l-792.5 -10000l-793.6 -9999.8l-794.7 -9999.6l-795.7 -9999.4l-796.8 -9999.2l-797.9 -9999.1l-798.9 -9998.9l-800 -9998.7l-801 -9998.5l-802.1 -9998.3l-803.1 -9998.1l-804.2 -9998l-805.2 -9997.8l-806.3 -9997.6l-807.3 -9997.4l-808.4 -9997.2l-809.4 -9997l-810.4 -9996.9l-811.5 -9996.6l-812.5 -9996.5l-813.5 -9996.3l-814.6 -9996.1l-815.6 -9995.9l-816.6 -9995.8l-817.6 -9995.6l-818.7 -9995.4l-819.7 -9995.2l-820.7 -9995l-821.7 -9994.8l-822.7 -9994.7l-823.7 -9994.5l-824.7 -9994.3l-825.7 -9994.1l-826.8 -9993.9l-827.8 -9993.7l-828.8 -9993.6l-829.7 -9993.3l-830.7 -9993.2l-831.7 -9993l-832.7 -9992.8l-833.7 -9992.7l-834.7 -9992.4l-835.7 -9992.3l-836.7 -9992.1l-837.7 -9991.9l-838.6 -9991.7l-839.6 -9991.6l-840.6 -9991.4l-841.6 -9991.2l-842.5 -9991l-843.5 -9990.8l-844.5 -9990.7l-845.4 -9990.5l-846.4 -9990.3l-847.3 -9990.1l-848.3 -9990l-849.3 -9989.8l-850.2 -9989.6l-851.2 -9989.4l-852.1 -9989.2l-853.1 -9989.1l-854 -9988.9l-854.9 -9988.7l-855.9 -9988.5l-856.8 -9988.3l-857.8 -9988.2l-858.7 -9988l-859.6 -9987.8l-860.5 -9987.6l-861.5 -9987.5l-862.4 -9987.3l-863.3 -9987.1l-864.2 -9986.9l-865.2 -9986.7l-866.1 -9986.6l-867 -9986.4l-867.9 -9986.2l-868.8 -9986l-869.7 -9985.9l-870.6 -9985.7l-871.5 -9985.5l-872.4 -9985.4l-873.3 -9985.2l-874.2 -9985l-875.1 -9984.8l-876 -9984.7l-876.9 -9984.5l-877.8 -9984.3l-878.7 -9984.1l-879.6 -9984l-880.5 -9983.8l-881.3 -9983.6l-882.2 -9983.5l-883.1 -9983.3l-884 -9983.1l-884.8 -9982.9l-885.7 -9982.7l-886.6 -9982.6l-887.4 -9982.4l-888.3 -9982.3l-889.1 -9982.1l-890 -9981.9l-890.9 -9981.8l-891.7 -9981.6l-892.6 -9981.4l-893.4 -9981.2l-894.3 -9981.1l-895.1 -9980.9l-895.9 -9980.7l-896.8 -9980.5l-897.6 -9980.4l-898.5 -9980.2l-899.3 -9980.1l-900.1 -9979.9l-900.9 -9979.7l-901.8 -9979.6l-902.6 -9979.4l-903.4 -9979.2l-904.2 -9979l-905.1 -9978.9l-905.9 -9978.7l-906.7 -9978.6l-907.5 -9978.4l-908.3 -9978.2l-909.1 -9978.1l-909.9 -9977.9l-910.7 -9977.7l-911.5 -9977.6l-912.3 -9977.4l-913.1 -9977.3l-913.9 -9977.1l-914.7 -9976.9l-915.5 -9976.7l-916.3 -9976.6l-917.1 -9976.4l-917.8 -9976.3l-918.6 -9976.1l-919.4 -9975.9l-920.2 -9975.8l-920.9 -9975.6l-921.7 -9975.5l-922.5 -9975.3l-923.2 -9975.2l-924 -9975l-924.8 -9974.8l-925.5 -9974.7l-926.3 -9974.5l-927 -9974.4l-927.8 -9974.2l-928.5 -9974.1l-929.3 -9973.9l-930 -9973.7l-930.8 -9973.6l-931.5 -9973.4l-932.2 -9973.3l-933 -9973.1l-933.7 -9973l-934.4 -9972.8l-935.2 -9972.7l-935.9 -9972.5l-936.6 -9972.4l-937.3 -9972.2l-938.1 -9972l-938.8 -9971.9l-939.5 -9971.7l-940.2 -9971.6l-940.9 -9971.4l-941.6 -9971.3l-942.3 -9971.1l-943 -9970.9l-943.7 -9970.8l-944.4 -9970.7l-945.1 -9970.5l-945.8 -9970.3l-946.5 -9970.2l-947.2 -9970.1l-947.9 -9969.9l-948.6 -9969.8l-949.3 -9969.6l-949.9 -9969.5l-950.6 -9969.3l-951.3 -9969.2l-952 -9969l-952.6 -9968.9l-953.3 -9968.8l-954 -9968.6l-954.6 -9968.5l-955.3 -9968.3l-956 -9968.2l-956.6 -9968l-957.3 -9967.9l-957.9 -9967.7l-958.6 -9967.6l-959.2 -9967.5l-959.9 -9967.3l-960.5 -9967.2l-961.1 -9967l-961.8 -9966.9l-962.4 -9966.8l-963.1 -9966.6l-963.7 -9966.5l-964.3 -9966.3l-964.9 -9966.2l-965.6 -9966.1l-966.2 -9965.9l-966.8 -9965.7l-967.4 -9965.6l-968 -9965.5l-968.7 -9965.4l-969.3 -9965.2l-969.9 -9965.1l-970.5 -9965l-971.1 -9964.8l-971.7 -9964.7l-972.3 -9964.5l-972.9 -9964.4l-973.5 -9964.3l-974.1 -9964.1l-974.6 -9964l-975.2 -9963.8l-975.8 -9963.7l-976.4 -9963.6l-977 -9963.5l-977.5 -9963.3l-978.1 -9963.2l-978.7 -9963.1l-979.3 -9963l-979.8 -9962.8l-980.4 -9962.7l-981 -9962.6l-981.5 -9962.4l-982.1 -9962.3l-982.6 -9962.2l-983.2 -9962.1l-983.7 -9961.9l-984.3 -9961.8l-984.8 -9961.7l-985.4 -9961.5l-985.9 -9961.4l-986.5 -9961.3l-987 -9961.2l-987.5 -9961.1l-988 -9960.9l-988.6 -9960.8l-989.1 -9960.7l-989.6 -9960.6l-990.1 -9960.4l-990.7 -9960.3l-991.2 -9960.2l-991.7 -9960.1l-992.2 -9960l-992.7 -9959.8l-993.2 -9959.7l-993.7 -9959.6l-994.2 -9959.5l-994.7 -9959.3l-995.2 -9959.2l-995.7 -9959.1l-11.6 -116"
id="path1520"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M708204.5 -5710000l8177.2 -671.9l9967.8 -819.1l9968.8 -819.2l9969.8 -819.4l9970.8 -819.5l9971.8 -819.6l9972.8 -819.8l9973.8 -819.9l9974.8 -820.1l9975.8 -820.2l9976.9 -820.4l9977.9 -820.5l9978.9 -820.7l9979.9 -820.8l9980.9 -821l9981.9 -821.1l9982.9 -821.3l9984 -821.4l9984.9 -821.6l9986 -821.8l9987 -821.9l9988 -822.1l9989 -822.3l9990 -822.4l9991 -822.6l9992 -822.8l9993 -823l9994.1 -823.1l9995 -823.3l9996.1 -823.5l9997.1 -823.7l9998.1 -823.9l9999.1 -824.1l10000.1 -824.3l10001.1 -824.5l10002.1 -824.7l10003.1 -824.9l10004.1 -825.1l10005.2 -825.3l10006.2 -825.5l10007.2 -825.7l8211 -677.6"
id="path1521"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M707794 -5720000l7768.1 -639.1l9967.6 -820.1l9968.6 -820.3l9969.7 -820.4l9970.7 -820.5l9971.6 -820.7l9972.7 -820.8l9973.7 -820.9l9974.7 -821.1l9975.7 -821.2l9976.7 -821.4l9977.7 -821.5l9978.7 -821.7l9979.8 -821.8l9980.7 -822l9981.8 -822.1l9982.8 -822.3l9983.8 -822.4l9984.8 -822.6l9985.8 -822.8l9986.8 -822.9l9987.8 -823.1l9988.8 -823.3l9989.8 -823.4l9990.9 -823.6l9991.9 -823.8l9992.9 -824l9993.9 -824.1l9994.9 -824.3l9995.9 -824.5l9996.9 -824.7l9997.9 -824.9l9998.9 -825.1l9999.9 -825.3l10000.9 -825.5l10001.9 -825.7l10002.9 -825.9l10003.9 -826.1l10005 -826.3l10006 -826.5l10007 -826.7l7800.1 -644.5"
id="path1522"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M707383.1 -5730000l7358.4 -606.2l9967.5 -821.1l9968.5 -821.3l9969.5 -821.4l9970.5 -821.5l9971.5 -821.7l9972.5 -821.8l9973.6 -821.9l9974.6 -822.1l9975.5 -822.2l9976.6 -822.4l9977.6 -822.5l9978.6 -822.7l9979.6 -822.8l9980.6 -823l9981.6 -823.1l9982.6 -823.3l9983.6 -823.4l9984.6 -823.6l9985.6 -823.8l9986.7 -823.9l9987.7 -824.1l9988.7 -824.3l9989.6 -824.4l9990.7 -824.6l9991.7 -824.8l9992.7 -825l9993.7 -825.2l9994.7 -825.3l9995.7 -825.5l9996.7 -825.7l9997.7 -825.9l9998.7 -826.1l9999.7 -826.3l10000.7 -826.5l10001.7 -826.7l10002.7 -826.9l10003.7 -827.1l10004.8 -827.3l10005.8 -827.5l10006.8 -827.7l7388.7 -611.2"
id="path1523"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M706971.7 -5740000l6948.2 -573.1l9967.4 -822.2l9968.4 -822.3l9969.4 -822.4l9970.4 -822.5l9971.4 -822.7l9972.4 -822.8l9973.4 -823l9974.4 -823.1l9975.4 -823.2l9976.4 -823.4l9977.4 -823.5l9978.4 -823.7l9979.5 -823.8l9980.4 -824l9981.5 -824.1l9982.5 -824.3l9983.5 -824.5l9984.4 -824.6l9985.5 -824.8l9986.5 -824.9l9987.5 -825.1l9988.5 -825.3l9989.5 -825.4l9990.5 -825.6l9991.5 -825.8l9992.5 -826l9993.5 -826.2l9994.5 -826.3l9995.5 -826.5l9996.5 -826.7l9997.5 -826.9l9998.5 -827.1l9999.5 -827.3l10000.5 -827.5l10001.5 -827.7l10002.5 -827.9l10003.5 -828.1l10004.5 -828.3l10005.6 -828.5l10006.6 -828.7l6976.7 -577.9"
id="path1524"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M706559.8 -5750000l6537.6 -539.9l9967.2 -823.2l9968.3 -823.3l9969.3 -823.4l9970.3 -823.5l9971.2 -823.7l9972.3 -823.8l9973.3 -824l9974.3 -824.1l9975.3 -824.2l9976.3 -824.4l9977.3 -824.5l9978.3 -824.7l9979.3 -824.8l9980.3 -825l9981.3 -825.1l9982.3 -825.3l9983.3 -825.5l9984.3 -825.6l9985.3 -825.8l9986.3 -825.9l9987.3 -826.1l9988.3 -826.3l9989.3 -826.5l9990.3 -826.6l9991.3 -826.8l9992.3 -827l9993.3 -827.2l9994.3 -827.3l9995.3 -827.5l9996.3 -827.7l9997.3 -827.9l9998.3 -828.1l9999.3 -828.3l10000.3 -828.5l10001.3 -828.7l10002.3 -828.9l10003.3 -829.1l10004.3 -829.3l10005.3 -829.5l10006.3 -829.7l6564.3 -544.4"
id="path1525"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M706147.3 -5760000l6126.5 -506.6l9967.1 -824.2l9968.1 -824.3l9969.1 -824.4l9970.1 -824.6l9971.1 -824.7l9972.1 -824.8l9973.1 -825l9974.1 -825.1l9975.1 -825.2l9976.1 -825.4l9977.1 -825.5l9978.1 -825.7l9979.1 -825.8l9980.1 -826l9981.1 -826.1l9982.2 -826.3l9983.2 -826.5l9984.1 -826.6l9985.2 -826.8l9986.2 -826.9l9987.2 -827.1l9988.2 -827.3l9989.1 -827.5l9990.2 -827.6l9991.2 -827.8l9992.2 -828l9993.2 -828.2l9994.1 -828.3l9995.2 -828.5l9996.2 -828.7l9997.2 -828.9l9998.1 -829.1l9999.1 -829.3l10000.1 -829.5l10001.1 -829.7l10002.1 -829.9l10003.1 -830.1l10004.1 -830.3l10005.1 -830.5l10006.1 -830.7l6151.4 -510.7"
id="path1526"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M705734.4 -5770000l5714.8 -473.1l9967 -825.2l9968 -825.3l9969 -825.4l9970 -825.6l9971 -825.7l9972 -825.8l9973 -826l9974 -826.1l9975 -826.2l9976 -826.4l9977 -826.5l9978 -826.7l9979 -826.8l9980 -827l9981 -827.1l9982 -827.3l9983 -827.5l9984 -827.6l9985 -827.8l9986 -827.9l9987 -828.1l9988 -828.3l9988.9 -828.5l9990 -828.6l9991 -828.8l9992 -829l9993 -829.2l9993.9 -829.3l9995 -829.5l9996 -829.7l9997 -829.9l9997.9 -830.1l9999 -830.3l10000 -830.5l10000.9 -830.7l10001.9 -830.9l10002.9 -831.1l10003.9 -831.3l10004.9 -831.5l10005.9 -831.7l5738 -477"
id="path1527"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M705320.9 -5780000l5302.6 -439.5l9966.9 -826.2l9967.9 -826.3l9968.9 -826.4l9969.9 -826.6l9970.8 -826.7l9971.9 -826.8l9972.9 -827l9973.9 -827.1l9974.8 -827.2l9975.9 -827.4l9976.8 -827.5l9977.8 -827.7l9978.8 -827.8l9979.8 -828l9980.8 -828.1l9981.8 -828.3l9982.8 -828.5l9983.8 -828.6l9984.8 -828.8l9985.8 -828.9l9986.8 -829.1l9987.8 -829.3l9988.8 -829.4l9989.8 -829.6l9990.8 -829.8l9991.8 -830l9992.8 -830.2l9993.8 -830.3l9994.8 -830.5l9995.8 -830.7l9996.8 -830.9l9997.7 -831.1l9998.8 -831.3l9999.8 -831.5l10000.8 -831.7l10001.7 -831.9l10002.7 -832.1l10003.7 -832.3l10004.7 -832.5l10005.7 -832.7l5324.1 -443.1"
id="path1528"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M704906.9 -5790000l4890.1 -405.8l9966.7 -827.2l9967.7 -827.3l9968.7 -827.4l9969.7 -827.6l9970.7 -827.7l9971.7 -827.8l9972.7 -828l9973.7 -828.1l9974.7 -828.2l9975.7 -828.4l9976.7 -828.5l9977.7 -828.7l9978.7 -828.8l9979.7 -829l9980.7 -829.1l9981.7 -829.3l9982.7 -829.5l9983.6 -829.6l9984.7 -829.8l9985.7 -829.9l9986.6 -830.1l9987.6 -830.3l9988.6 -830.4l9989.6 -830.6l9990.6 -830.8l9991.6 -831l9992.6 -831.2l9993.6 -831.3l9994.6 -831.5l9995.6 -831.7l9996.6 -831.9l9997.5 -832.1l9998.6 -832.3l9999.6 -832.5l10000.6 -832.7l10001.5 -832.9l10002.5 -833.1l10003.5 -833.3l10004.5 -833.5l10005.5 -833.7l4909.8 -409.1"
id="path1529"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M704492.4 -5800000l4477 -372l9966.6 -828.2l9967.6 -828.3l9968.6 -828.4l9969.6 -828.5l9970.6 -828.7l9971.6 -828.8l9972.6 -829l9973.6 -829.1l9974.5 -829.2l9975.6 -829.4l9976.6 -829.5l9977.5 -829.7l9978.5 -829.8l9979.5 -830l9980.5 -830.1l9981.5 -830.3l9982.5 -830.4l9983.5 -830.6l9984.5 -830.8l9985.5 -830.9l9986.5 -831.1l9987.5 -831.3l9988.4 -831.4l9989.5 -831.6l9990.4 -831.8l9991.4 -832l9992.4 -832.1l9993.4 -832.3l9994.4 -832.5l9995.4 -832.7l9996.4 -832.9l9997.4 -833.1l9998.4 -833.3l9999.4 -833.5l10000.4 -833.7l10001.3 -833.9l10002.3 -834l10003.3 -834.3l10004.3 -834.5l10005.3 -834.7l4495 -375"
id="path1530"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1249378.8 -1l-.8 -10067.8l-2.5 -10068.8l-4.2 -10068.8l-5.9 -10068.8l-7.5 -10068.8l-9.2 -10068.8l-10.9 -10068.8l-12.6 -10068.8l-14.2 -10068.8l-15.9 -10068.8l-17.6 -10068.8l-19.2 -10068.8l-20.9 -10068.8l-22.6 -10068.8l-24.3 -10068.8l-25.9 -10068.8l-27.6 -10068.7l-29.3 -10068.7l-31 -10068.7l-32.6 -10068.7l-34.3 -10068.7l-36 -10068.7l-37.6 -10068.7l-39.3 -10068.7l-41 -10068.7l-42.7 -10068.6l-44.3 -10068.6l-46 -10068.6l-47.7 -10068.6l-49.4 -10068.5l-51 -10068.6l-52.7 -10068.5l-54.4 -10068.5l-56 -10068.5l-57.7 -10068.4l-59.4 -10068.5l-61 -10068.4l-62.7 -10068.4l-64.4 -10068.4l-66.1 -10068.4l-67.7 -10068.3l-69.4 -10068.3l-71.1 -10068.3l-72.7 -10068.2l-74.4 -10068.2l-76.1 -10068.2l-77.7 -10068.2l-79.4 -10068.2l-81.1 -10068.1l-82.8 -10068.1l-84.4 -10068.1l-86.1 -10068l-87.8 -10068l-89.4 -10068l-91.1 -10068l-92.8 -10067.9l-94.4 -10067.9l-96.1 -10067.8l-97.8 -10067.8l-99.4 -10067.8l-101.1 -10067.8l-102.7 -10067.7l-104.4 -10067.7l-106.1 -10067.6l-107.7 -10067.6l-109.4 -10067.6l-111.1 -10067.5l-112.7 -10067.5l-114.4 -10067.4l-116.1 -10067.4l-117.7 -10067.3l-119.4 -10067.3l-121 -10067.3l-122.7 -10067.2l-124.4 -10067.2l-126 -10067.1l-127.7 -10067.1l-129.3 -10067.1l-131 -10067l-132.7 -10067l-134.3 -10066.9l-136 -10066.9l-137.6 -10066.8l-139.3 -10066.8l-141 -10066.7l-142.6 -10066.7l-144.3 -10066.6l-145.9 -10066.6l-147.6 -10066.5l-149.2 -10066.4l-150.9 -10066.4l-152.6 -10066.4l-154.2 -10066.3l-155.9 -10066.2l-157.5 -10066.2l-159.2 -10066.1l-160.8 -10066.1l-162.5 -10066l-164.1 -10065.9l-165.8 -10065.9l-167.4 -10065.9l-169.1 -10065.8l-170.7 -10065.7l-172.4 -10065.7l-174 -10065.6l-175.7 -10065.6l-177.3 -10065.5l-179 -10065.4l-180.6 -10065.4l-182.3 -10065.3l-183.9 -10065.2l-185.6 -10065.1l-187.2 -10065.1l-188.8 -10065l-190.5 -10065l-192.1 -10064.9l-193.8 -10064.8l-195.4 -10064.8l-197.1 -10064.7l-198.7 -10064.6l-200.3 -10064.6l-202 -10064.5l-203.6 -10064.4l-205.3 -10064.4l-206.9 -10064.3l-208.5 -10064.2l-210.2 -10064.1l-211.8 -10064.1l-213.4 -10064l-215.1 -10063.9l-216.7 -10063.8l-218.4 -10063.8l-220 -10063.7l-221.6 -10063.6l-223.2 -10063.5l-224.9 -10063.5l-226.5 -10063.4l-228.1 -10063.3l-229.8 -10063.2l-231.4 -10063.1l-233 -10063.1l-234.7 -10063l-236.3 -10062.9l-237.9 -10062.8l-239.5 -10062.7l-241.2 -10062.7l-242.8 -10062.6l-244.4 -10062.5l-246 -10062.4l-247.7 -10062.3l-249.3 -10062.2l-250.9 -10062.1l-252.5 -10062.1l-254.2 -10061.9l-255.8 -10061.9l-257.4 -10061.8l-259 -10061.7l-260.6 -10061.6l-262.2 -10061.5l-263.9 -10061.4l-265.5 -10061.3l-267.1 -10061.3l-268.7 -10061.1l-270.3 -10061.1l-271.9 -10061l-273.5 -10060.9l-275.2 -10060.8l-276.8 -10060.7l-278.4 -10060.6l-280 -10060.5l-281.6 -10060.4l-283.2 -10060.3l-284.8 -10060.2l-286.4 -10060.1l-288 -10060l-289.6 -10059.9l-291.2 -10059.8l-292.8 -10059.7l-294.4 -10059.6l-296 -10059.5l-297.6 -10059.4l-299.2 -10059.3l-300.8 -10059.2l-302.4 -10059.1l-304 -10059l-305.6 -10058.9l-307.2 -10058.8l-308.8 -10058.7l-310.4 -10058.6l-312 -10058.5l-313.6 -10058.4l-315.2 -10058.3l-316.8 -10058.2l-318.4 -10058.1l-320 -10057.9l-321.5 -10057.8l-323.1 -10057.7l-324.7 -10057.6l-326.3 -10057.5l-327.9 -10057.4l-329.5 -10057.3l-331 -10057.2l-332.6 -10057.1l-334.2 -10056.9l-335.8 -10056.8l-337.4 -10056.7l-338.9 -10056.6l-340.5 -10056.5l-342.1 -10056.4l-343.7 -10056.3l-345.3 -10056.2l-346.8 -10056l-348.4 -10055.9l-350 -10055.8l-351.5 -10055.7l-353.1 -10055.6l-354.7 -10055.4l-356.2 -10055.3l-357.8 -10055.2l-359.4 -10055.1l-360.9 -10055l-362.5 -10054.8l-364.1 -10054.7l-365.6 -10054.6l-367.2 -10054.5l-368.8 -10054.4l-370.3 -10054.2l-371.9 -10054.1l-373.4 -10054l-375 -10053.9l-376.5 -10053.7l-378.1 -10053.6l-379.6 -10053.5l-381.2 -10053.4l-382.7 -10053.2l-384.3 -10053.1l-385.8 -10053l-387.4 -10052.9l-388.9 -10052.7l-390.5 -10052.6l-392 -10052.5l-393.6 -10052.3l-395.1 -10052.2l-396.7 -10052.1l-398.2 -10051.9l-399.7 -10051.8l-401.3 -10051.7l-402.8 -10051.6l-404.4 -10051.4l-405.9 -10051.3l-407.4 -10051.2l-409 -10051l-410.5 -10050.9l-412 -10050.7l-413.5 -10050.6l-415.1 -10050.5l-416.6 -10050.4l-418.1 -10050.2l-419.7 -10050.1l-421.2 -10049.9l-422.7 -10049.8l-424.2 -10049.7l-425.7 -10049.5l-427.3 -10049.4l-428.8 -10049.3l-430.3 -10049.1l-431.8 -10049l-433.3 -10048.8l-434.8 -10048.7l-436.4 -10048.6l-437.9 -10048.4l-439.4 -10048.2l-440.9 -10048.1l-442.4 -10048l-443.9 -10047.8l-445.4 -10047.7l-446.9 -10047.5l-448.4 -10047.4l-449.9 -10047.3l-451.4 -10047.1l-452.9 -10046.9l-454.4 -10046.8l-455.9 -10046.7l-457.4 -10046.5l-458.9 -10046.4l-460.4 -10046.2l-461.9 -10046.1l-463.4 -10046l-464.9 -10045.8l-466.4 -10045.7l-467.8 -10045.5l-469.3 -10045.4l-470.8 -10045.2l-472.3 -10045.1l-473.8 -10044.9l-475.3 -10044.8l-476.7 -10044.6l-478.2 -10044.5l-479.7 -10044.3l-481.2 -10044.1l-482.6 -10044l-484.1 -10043.8l-485.6 -10043.7l-487.1 -10043.5l-488.5 -10043.4l-490 -10043.2l-491.5 -10043.1l-492.9 -10042.9l-494.4 -10042.7l-495.9 -10042.6l-497.3 -10042.5l-498.8 -10042.3l-500.2 -10042.1l-501.7 -10042l-503.2 -10041.8l-504.6 -10041.7l-506.1 -10041.5l-507.5 -10041.3l-509 -10041.2l-510.4 -10041l-511.9 -10040.9l-513.3 -10040.7l-514.8 -10040.6l-516.2 -10040.4l-517.6 -10040.2l-519.1 -10040.1l-520.5 -10039.9l-522 -10039.8l-523.4 -10039.6l-524.8 -10039.4l-526.3 -10039.3l-527.7 -10039.1l-529.1 -10038.9l-530.6 -10038.8l-532 -10038.6l-533.4 -10038.4l-534.9 -10038.3l-536.3 -10038.1l-537.7 -10038l-539.1 -10037.8l-540.5 -10037.6l-542 -10037.5l-543.4 -10037.3l-544.8 -10037.1l-546.2 -10036.9l-547.6 -10036.8l-549 -10036.6l-550.4 -10036.5l-551.9 -10036.3l-553.3 -10036.1l-554.7 -10036l-556.1 -10035.8l-557.5 -10035.6l-558.9 -10035.4l-560.3 -10035.3l-561.7 -10035.1l-563.1 -10035l-564.5 -10034.8l-565.9 -10034.6l-567.3 -10034.5l-568.6 -10034.3l-570 -10034.1l-571.4 -10033.9l-572.8 -10033.7l-574.2 -10033.6l-575.6 -10033.4l-577 -10033.3l-578.3 -10033.1l-579.7 -10032.9l-581.1 -10032.7l-582.5 -10032.6l-583.9 -10032.4l-585.2 -10032.2l-586.6 -10032l-588 -10031.9l-589.3 -10031.7l-590.7 -10031.5l-592.1 -10031.4l-593.4 -10031.2l-594.8 -10031l-596.2 -10030.8l-597.5 -10030.6l-598.9 -10030.5l-600.2 -10030.3l-601.6 -10030.1l-602.9 -10029.9l-604.3 -10029.8l-605.6 -10029.6l-607 -10029.4l-608.3 -10029.2l-609.7 -10029l-611 -10028.9l-612.4 -10028.7l-613.7 -10028.5l-615 -10028.4l-616.4 -10028.1l-617.7 -10028l-619 -10027.8l-620.4 -10027.6l-621.7 -10027.4l-623 -10027.3l-624.4 -10027.1l-625.7 -10026.9l-627 -10026.7l-628.3 -10026.5l-629.7 -10026.4l-631 -10026.2l-632.3 -10026l-633.6 -10025.8l-634.9 -10025.7l-636.2 -10025.5l-637.5 -10025.3l-638.9 -10025.1l-640.2 -10024.9l-641.5 -10024.8l-642.8 -10024.6l-644.1 -10024.4l-645.4 -10024.2l-646.7 -10024l-648 -10023.9l-649.3 -10023.7l-650.6 -10023.5l-651.8 -10023.3l-653.1 -10023.1l-654.4 -10022.9l-655.7 -10022.8l-657 -10022.6l-658.3 -10022.4l-659.6 -10022.2l-660.8 -10022l-662.1 -10021.8l-663.4 -10021.6l-664.7 -10021.5l-666 -10021.3l-667.2 -10021.1l-668.5 -10020.9l-669.8 -10020.7l-671 -10020.6l-672.3 -10020.4l-673.6 -10020.2l-674.8 -10020l-676.1 -10019.8l-677.3 -10019.6l-678.6 -10019.4l-679.8 -10019.3l-681.1 -10019l-682.4 -10018.9l-683.6 -10018.7l-684.8 -10018.5l-686.1 -10018.3l-687.3 -10018.1l-688.6 -10018l-689.8 -10017.8l-691.1 -10017.6l-692.3 -10017.4l-693.5 -10017.2l-694.8 -10017l-696 -10016.8l-697.2 -10016.6l-698.4 -10016.5l-699.7 -10016.3l-700.9 -10016.1l-702.1 -10015.9l-703.3 -10015.7l-704.6 -10015.5l-705.8 -10015.3l-707 -10015.2l-708.2 -10015l-709.4 -10014.8l-710.6 -10014.6l-711.8 -10014.4l-713 -10014.2l-714.2 -10014l-715.4 -10013.8l-716.6 -10013.7l-717.8 -10013.5l-719 -10013.3l-720.2 -10013.1l-721.4 -10012.9l-722.6 -10012.7l-723.8 -10012.5l-725 -10012.3l-726.2 -10012.2l-727.4 -10012l-728.5 -10011.8l-729.7 -10011.6l-730.9 -10011.4l-732.1 -10011.2l-733.3 -10011l-734.4 -10010.8l-735.6 -10010.6l-736.8 -10010.5l-737.9 -10010.3l-739.1 -10010.1l-740.3 -10009.9l-741.4 -10009.7l-742.6 -10009.5l-743.7 -10009.3l-744.9 -10009.1l-746 -10009l-747.2 -10008.7l-748.3 -10008.6l-749.5 -10008.4l-750.6 -10008.2l-751.8 -10008l-752.9 -10007.8l-754.1 -10007.6l-755.2 -10007.5l-756.3 -10007.3l-757.5 -10007l-758.6 -10006.9l-759.7 -10006.7l-760.9 -10006.5l-762 -10006.3l-763.1 -10006.1l-764.2 -10005.9l-765.4 -10005.8l-766.5 -10005.6l-767.6 -10005.3l-768.7 -10005.2l-769.8 -10005l-770.9 -10004.8l-772 -10004.6l-773.1 -10004.4l-774.3 -10004.2l-775.4 -10004.1l-776.5 -10003.9l-777.6 -10003.7l-778.7 -10003.5l-779.7 -10003.3l-780.8 -10003.1l-781.9 -10002.9l-783 -10002.7l-784.1 -10002.6l-785.2 -10002.4l-786.3 -10002.2l-787.4 -10002l-788.4 -10001.8l-789.5 -10001.6l-790.6 -10001.4l-791.7 -10001.2l-792.7 -10001l-793.8 -10000.9l-794.9 -10000.7l-795.9 -10000.5l-797 -10000.3l-798.1 -10000.1l-799.1 -9999.9l-800.2 -9999.8l-801.2 -9999.6l-802.3 -9999.3l-803.3 -9999.2l-804.4 -9999l-805.4 -9998.8l-806.5 -9998.6l-807.5 -9998.4l-808.6 -9998.3l-809.6 -9998.1l-810.6 -9997.9l-811.7 -9997.7l-812.7 -9997.5l-813.7 -9997.3l-814.8 -9997.1l-815.8 -9996.9l-816.8 -9996.8l-817.8 -9996.6l-818.8 -9996.4l-819.9 -9996.2l-820.9 -9996l-821.9 -9995.9l-822.9 -9995.7l-823.9 -9995.5l-824.9 -9995.3l-825.9 -9995.1l-826.9 -9994.9l-827.9 -9994.7l-828.9 -9994.6l-829.9 -9994.3l-830.9 -9994.2l-831.9 -9994l-832.9 -9993.8l-833.9 -9993.6l-834.9 -9993.4l-835.9 -9993.3l-836.9 -9993.1l-837.8 -9992.9l-838.8 -9992.7l-839.8 -9992.5l-840.8 -9992.4l-841.7 -9992.2l-842.7 -9992l-843.7 -9991.8l-844.6 -9991.6l-845.6 -9991.5l-846.6 -9991.3l-847.5 -9991.1l-848.5 -9990.9l-849.4 -9990.7l-850.4 -9990.5l-851.3 -9990.4l-852.3 -9990.2l-853.2 -9990l-854.2 -9989.8l-855.1 -9989.6l-856.1 -9989.5l-857 -9989.3l-857.9 -9989.1l-858.9 -9988.9l-859.8 -9988.8l-860.7 -9988.5l-861.7 -9988.4l-862.6 -9988.2l-863.5 -9988l-864.4 -9987.9l-865.3 -9987.6l-866.3 -9987.5l-867.2 -9987.3l-868.1 -9987.1l-869 -9986.9l-869.9 -9986.8l-870.8 -9986.6l-871.7 -9986.4l-872.6 -9986.3l-873.5 -9986.1l-874.4 -9985.9l-875.3 -9985.7l-876.2 -9985.6l-877.1 -9985.4l-878 -9985.2l-878.9 -9985l-879.7 -9984.9l-880.6 -9984.7l-881.5 -9984.5l-882.4 -9984.3l-883.3 -9984.2l-884.1 -9984l-885 -9983.8l-885.9 -9983.6l-886.7 -9983.5l-887.6 -9983.3l-888.5 -9983.1l-889.3 -9982.9l-890.2 -9982.8l-891 -9982.6l-891.9 -9982.4l-892.7 -9982.3l-893.6 -9982.1l-894.4 -9981.9l-895.3 -9981.7l-896.1 -9981.6l-897 -9981.4l-897.8 -9981.2l-898.6 -9981.1l-899.5 -9980.9l-900.3 -9980.7l-901.1 -9980.5l-901.9 -9980.4l-902.8 -9980.2l-903.6 -9980.1l-904.4 -9979.9l-905.2 -9979.7l-906 -9979.5l-906.9 -9979.4l-907.7 -9979.2l-908.5 -9979l-909.3 -9978.9l-910.1 -9978.7l-910.9 -9978.5l-911.7 -9978.4l-912.5 -9978.2l-913.3 -9978.1l-914.1 -9977.9l-914.9 -9977.7l-915.6 -9977.5l-916.4 -9977.4l-917.2 -9977.2l-918 -9977.1l-918.8 -9976.9l-919.5 -9976.7l-920.3 -9976.6l-921.1 -9976.4l-921.9 -9976.3l-922.6 -9976.1l-923.4 -9975.9l-924.2 -9975.8l-924.9 -9975.6l-925.7 -9975.4l-926.4 -9975.3l-927.2 -9975.1l-927.9 -9975l-928.7 -9974.8l-929.4 -9974.6l-930.2 -9974.5l-930.9 -9974.3l-931.7 -9974.2l-932.4 -9974l-933.1 -9973.8l-933.9 -9973.7l-934.6 -9973.5l-935.3 -9973.4l-936.1 -9973.2l-936.8 -9973.1l-937.5 -9972.9l-938.2 -9972.8l-938.9 -9972.6l-939.6 -9972.4l-940.4 -9972.3l-941.1 -9972.1l-941.8 -9972l-942.5 -9971.8l-943.2 -9971.7l-943.9 -9971.5l-944.6 -9971.4l-945.3 -9971.2l-946 -9971l-946.7 -9970.9l-947.4 -9970.8l-948 -9970.6l-948.7 -9970.5l-949.4 -9970.3l-950.1 -9970.2l-950.8 -9970l-951.4 -9969.9l-952.1 -9969.7l-952.8 -9969.6l-953.5 -9969.4l-954.1 -9969.3l-954.8 -9969.1l-955.4 -9968.9l-956.1 -9968.8l-956.8 -9968.7l-957.4 -9968.5l-958.1 -9968.4l-958.7 -9968.3l-959.4 -9968.1l-960 -9968l-960.7 -9967.8l-961.3 -9967.6l-961.9 -9967.5l-962.6 -9967.4l-963.2 -9967.2l-963.8 -9967.1l-964.5 -9966.9l-965.1 -9966.8l-965.7 -9966.7l-966.3 -9966.5l-966.9 -9966.4l-967.6 -9966.3l-968.2 -9966.1l-968.8 -9966l-969.4 -9965.8l-970 -9965.7l-970.6 -9965.6l-971.2 -9965.4l-971.8 -9965.3l-972.4 -9965.1l-973 -9965l-973.6 -9964.9l-974.2 -9964.7l-974.8 -9964.6l-975.4 -9964.4l-975.9 -9964.3l-976.5 -9964.2l-977.1 -9964.1l-977.7 -9963.9l-978.3 -9963.8l-978.8 -9963.7l-979.4 -9963.5l-980 -9963.4l-980.5 -9963.2l-981.1 -9963.1l-981.7 -9963l-982.2 -9962.9l-982.8 -9962.7l-983.3 -9962.6l-983.9 -9962.5l-984.4 -9962.4l-985 -9962.2l-985.5 -9962.1l-986 -9962l-986.6 -9961.8l-987.1 -9961.7l-987.6 -9961.6l-988.2 -9961.4l-988.7 -9961.3l-989.2 -9961.2l-989.8 -9961.1l-990.3 -9960.9l-990.8 -9960.8l-991.3 -9960.7l-991.8 -9960.6l-992.3 -9960.5l-992.8 -9960.3l-993.4 -9960.2l-993.9 -9960.1l-994.4 -9960l-994.9 -9959.8l-995.4 -9959.7l-995.8 -9959.6l-47.6 -476.3"
id="path1531"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M704077.4 -5810000l4063.3 -338l9966.5 -829.2l9967.5 -829.3l9968.5 -829.4l9969.5 -829.5l9970.4 -829.7l9971.4 -829.8l9972.4 -829.9l9973.4 -830.1l9974.4 -830.2l9975.4 -830.4l9976.4 -830.5l9977.4 -830.7l9978.4 -830.8l9979.3 -831l9980.4 -831.1l9981.4 -831.3l9982.4 -831.4l9983.3 -831.6l9984.3 -831.8l9985.3 -831.9l9986.3 -832.1l9987.3 -832.3l9988.3 -832.4l9989.3 -832.6l9990.3 -832.8l9991.3 -833l9992.3 -833.1l9993.2 -833.3l9994.2 -833.5l9995.2 -833.7l9996.2 -833.9l9997.2 -834.1l9998.2 -834.3l9999.2 -834.4l10000.2 -834.6l10001.1 -834.8l10002.1 -835l10003.1 -835.2l10004.1 -835.4l10005.1 -835.7l4079.6 -340.8"
id="path1532"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M703661.9 -5820000l3649.3 -304l9966.4 -830.1l9967.3 -830.3l9968.3 -830.4l9969.3 -830.5l9970.3 -830.7l9971.3 -830.8l9972.3 -830.9l9973.3 -831.1l9974.2 -831.2l9975.3 -831.4l9976.3 -831.5l9977.3 -831.7l9978.2 -831.8l9979.2 -832l9980.2 -832.1l9981.2 -832.3l9982.2 -832.4l9983.2 -832.6l9984.2 -832.7l9985.2 -832.9l9986.1 -833.1l9987.1 -833.2l9988.1 -833.4l9989.1 -833.6l9990.1 -833.8l9991.1 -833.9l9992.1 -834.1l9993 -834.3l9994 -834.5l9995 -834.7l9996 -834.9l9997 -835l9998 -835.2l9999 -835.4l10000 -835.6l10000.9 -835.8l10001.9 -836l10002.9 -836.2l10003.9 -836.4l10004.9 -836.6l3663.8 -306.4"
id="path1533"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M703245.9 -5830000l3234.7 -269.8l9966.2 -831.1l9967.2 -831.3l9968.2 -831.4l9969.2 -831.5l9970.2 -831.7l9971.2 -831.8l9972.2 -831.9l9973.2 -832.1l9974.1 -832.2l9975.1 -832.4l9976.1 -832.5l9977.1 -832.6l9978.1 -832.8l9979 -832.9l9980.1 -833.1l9981 -833.3l9982 -833.4l9983 -833.6l9984 -833.7l9985 -833.9l9986 -834.1l9987 -834.2l9987.9 -834.4l9988.9 -834.6l9989.9 -834.8l9990.9 -834.9l9991.9 -835.1l9992.8 -835.3l9993.9 -835.5l9994.8 -835.7l9995.8 -835.8l9996.8 -836l9997.8 -836.2l9998.8 -836.4l9999.8 -836.6l10000.7 -836.8l10001.7 -837l10002.7 -837.2l10003.7 -837.4l10004.7 -837.6l3247.5 -271.9"
id="path1534"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M702829.4 -5840000l2819.6 -235.4l9966.1 -832.1l9967.1 -832.3l9968.1 -832.4l9969.1 -832.5l9970 -832.6l9971 -832.8l9972 -832.9l9973 -833.1l9974 -833.2l9975 -833.3l9976 -833.5l9977 -833.6l9977.9 -833.8l9978.9 -833.9l9979.9 -834.1l9980.9 -834.2l9981.9 -834.4l9982.8 -834.6l9983.8 -834.7l9984.8 -834.9l9985.8 -835.1l9986.8 -835.2l9987.7 -835.4l9988.8 -835.6l9989.7 -835.7l9990.7 -835.9l9991.7 -836.1l9992.7 -836.3l9993.7 -836.5l9994.7 -836.6l9995.6 -836.8l9996.6 -837l9997.6 -837.2l9998.6 -837.4l9999.6 -837.6l10000.6 -837.8l10001.5 -838l10002.5 -838.2l10003.5 -838.4l10004.5 -838.6l2830.8 -237.3"
id="path1535"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M702412.5 -5850000l2404 -201l9966 -833.1l9967 -833.2l9968 -833.4l9968.9 -833.5l9969.9 -833.6l9970.9 -833.8l9971.9 -833.9l9972.9 -834l9973.8 -834.2l9974.8 -834.3l9975.8 -834.5l9976.8 -834.6l9977.8 -834.8l9978.7 -834.9l9979.8 -835.1l9980.7 -835.2l9981.7 -835.4l9982.7 -835.5l9983.7 -835.7l9984.7 -835.9l9985.6 -836l9986.6 -836.2l9987.6 -836.4l9988.6 -836.5l9989.6 -836.7l9990.6 -836.9l9991.5 -837.1l9992.5 -837.3l9993.5 -837.4l9994.5 -837.6l9995.5 -837.8l9996.4 -838l9997.4 -838.2l9998.4 -838.4l9999.4 -838.6l10000.4 -838.8l10001.3 -839l10002.3 -839.2l10003.3 -839.4l10004.3 -839.6l2413.5 -202.6"
id="path1536"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M701995 -5860000l1988 -166.4l9965.9 -834.1l9966.8 -834.2l9967.8 -834.3l9968.8 -834.5l9969.8 -834.6l9970.8 -834.7l9971.8 -834.9l9972.7 -835l9973.7 -835.2l9974.7 -835.3l9975.7 -835.4l9976.7 -835.6l9977.6 -835.7l9978.6 -835.9l9979.6 -836.1l9980.6 -836.2l9981.6 -836.4l9982.5 -836.5l9983.5 -836.7l9984.5 -836.8l9985.5 -837l9986.5 -837.2l9987.4 -837.3l9988.4 -837.5l9989.4 -837.7l9990.4 -837.9l9991.4 -838.1l9992.3 -838.2l9993.3 -838.4l9994.3 -838.6l9995.3 -838.8l9996.2 -839l9997.2 -839.2l9998.2 -839.4l9999.2 -839.6l10000.2 -839.8l10001.1 -839.9l10002.1 -840.2l10003.1 -840.4l10004.1 -840.6l1995.8 -167.7"
id="path1537"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M701577 -5870000l1571.4 -131.7l9965.7 -835.1l9966.7 -835.2l9967.7 -835.3l9968.7 -835.5l9969.6 -835.6l9970.6 -835.7l9971.6 -835.9l9972.6 -836l9973.5 -836.1l9974.6 -836.3l9975.5 -836.4l9976.5 -836.6l9977.5 -836.7l9978.4 -836.9l9979.4 -837l9980.4 -837.2l9981.4 -837.3l9982.3 -837.5l9983.4 -837.7l9984.3 -837.8l9985.3 -838l9986.3 -838.2l9987.2 -838.3l9988.2 -838.5l9989.2 -838.7l9990.2 -838.9l9991.2 -839l9992.1 -839.2l9993.1 -839.4l9994.1 -839.6l9995.1 -839.8l9996 -839.9l9997 -840.1l9998 -840.3l9999 -840.5l10000 -840.7l10000.9 -840.9l10001.9 -841.1l10002.9 -841.3l10003.9 -841.5l1577.6 -132.7"
id="path1538"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M701158.5 -5880000l1154.4 -96.8l9965.6 -836.1l9966.6 -836.2l9967.6 -836.3l9968.5 -836.4l9969.5 -836.6l9970.5 -836.7l9971.5 -836.8l9972.5 -837l9973.4 -837.1l9974.4 -837.3l9975.4 -837.4l9976.4 -837.6l9977.3 -837.7l9978.3 -837.9l9979.3 -838l9980.3 -838.2l9981.2 -838.3l9982.2 -838.5l9983.2 -838.6l9984.2 -838.8l9985.1 -839l9986.1 -839.1l9987.1 -839.3l9988.1 -839.5l9989 -839.7l9990 -839.8l9991 -840l9991.9 -840.2l9992.9 -840.4l9993.9 -840.6l9994.9 -840.7l9995.8 -840.9l9996.8 -841.1l9997.8 -841.3l9998.8 -841.5l9999.8 -841.7l10000.7 -841.9l10001.7 -842.1l10002.7 -842.3l10003.6 -842.5l1158.9 -97.6"
id="path1539"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M700739.5 -5890000l736.9 -61.9l9965.5 -837l9966.5 -837.2l9967.4 -837.3l9968.4 -837.4l9969.4 -837.5l9970.4 -837.7l9971.3 -837.8l9972.3 -838l9973.3 -838.1l9974.3 -838.2l9975.2 -838.4l9976.2 -838.5l9977.2 -838.7l9978.1 -838.8l9979.1 -839l9980.1 -839.1l9981.1 -839.3l9982 -839.5l9983 -839.6l9984 -839.8l9985 -839.9l9986 -840.1l9986.9 -840.3l9987.9 -840.5l9988.9 -840.6l9989.8 -840.8l9990.8 -841l9991.8 -841.2l9992.8 -841.3l9993.7 -841.5l9994.7 -841.7l9995.6 -841.9l9996.6 -842.1l9997.6 -842.3l9998.6 -842.5l9999.6 -842.7l10000.5 -842.9l10001.5 -843.1l10002.5 -843.3l10003.4 -843.5l739.7 -62.4"
id="path1540"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M700320.1 -5900000l318.9 -26.8l9965.4 -838l9966.3 -838.1l9967.3 -838.3l9968.3 -838.4l9969.2 -838.5l9970.2 -838.7l9971.2 -838.8l9972.2 -838.9l9973.1 -839.1l9974.1 -839.2l9975.1 -839.4l9976.1 -839.5l9977 -839.7l9978 -839.8l9979 -840l9980 -840.1l9980.9 -840.3l9981.9 -840.4l9982.9 -840.6l9983.8 -840.7l9984.8 -840.9l9985.8 -841.1l9986.7 -841.2l9987.7 -841.4l9988.7 -841.6l9989.7 -841.8l9990.6 -841.9l9991.6 -842.1l9992.6 -842.3l9993.5 -842.5l9994.5 -842.7l9995.5 -842.9l9996.5 -843.1l9997.4 -843.3l9998.4 -843.4l9999.4 -843.6l10000.3 -843.8l10001.3 -844l10002.3 -844.2l10003.2 -844.5l320.1 -27"
id="path1541"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1259448.5 -1l-.8 -10069.5l-2.5 -10070.5l-4.2 -10070.5l-5.9 -10070.5l-7.5 -10070.5l-9.2 -10070.5l-10.9 -10070.5l-12.6 -10070.5l-14.2 -10070.5l-15.9 -10070.5l-17.6 -10070.5l-19.3 -10070.4l-20.9 -10070.5l-22.6 -10070.5l-24.3 -10070.4l-25.9 -10070.4l-27.6 -10070.4l-29.3 -10070.4l-31 -10070.4l-32.6 -10070.4l-34.3 -10070.3l-36 -10070.4l-37.7 -10070.4l-39.3 -10070.3l-41 -10070.3l-42.7 -10070.3l-44.4 -10070.3l-46 -10070.3l-47.7 -10070.3l-49.4 -10070.2l-51 -10070.2l-52.7 -10070.2l-54.4 -10070.2l-56.1 -10070.2l-57.7 -10070.1l-59.4 -10070.1l-61.1 -10070.1l-62.7 -10070.1l-64.4 -10070l-66.1 -10070l-67.8 -10070l-69.4 -10070l-71.1 -10070l-72.8 -10069.9l-74.4 -10069.9l-76.1 -10069.9l-77.8 -10069.9l-79.4 -10069.8l-81.1 -10069.8l-82.8 -10069.8l-84.4 -10069.7l-86.1 -10069.7l-87.8 -10069.7l-89.5 -10069.7l-91.1 -10069.6l-92.8 -10069.6l-94.5 -10069.6l-96.1 -10069.5l-97.8 -10069.5l-99.5 -10069.5l-101.1 -10069.4l-102.8 -10069.3l-104.5 -10069.3l-106.1 -10069.3l-107.8 -10069.3l-109.4 -10069.2l-111.1 -10069.2l-112.8 -10069.1l-114.4 -10069.1l-116.1 -10069.1l-117.8 -10069l-119.4 -10069l-121.1 -10068.9l-122.7 -10068.9l-124.4 -10068.9l-126.1 -10068.8l-127.7 -10068.8l-129.4 -10068.7l-131.1 -10068.7l-132.7 -10068.6l-134.4 -10068.5l-136 -10068.5l-137.7 -10068.5l-139.4 -10068.4l-141 -10068.4l-142.7 -10068.3l-144.3 -10068.3l-146 -10068.2l-147.6 -10068.2l-149.3 -10068.1l-150.9 -10068.1l-152.6 -10068l-154.3 -10068l-155.9 -10067.9l-157.6 -10067.9l-159.2 -10067.8l-160.9 -10067.7l-162.5 -10067.7l-164.2 -10067.6l-165.8 -10067.6l-167.5 -10067.5l-169.1 -10067.5l-170.8 -10067.4l-172.4 -10067.3l-174.1 -10067.3l-175.7 -10067.2l-177.4 -10067.1l-179 -10067l-180.7 -10067l-182.3 -10067l-184 -10066.9l-185.6 -10066.8l-187.3 -10066.8l-188.9 -10066.7l-190.6 -10066.6l-192.2 -10066.6l-193.8 -10066.5l-195.5 -10066.4l-197.1 -10066.4l-198.8 -10066.3l-200.4 -10066.2l-202 -10066.1l-203.7 -10066.1l-205.3 -10066l-207 -10065.9l-208.6 -10065.8l-210.2 -10065.8l-211.9 -10065.7l-213.5 -10065.6l-215.2 -10065.6l-216.8 -10065.5l-218.4 -10065.4l-220.1 -10065.3l-221.7 -10065.3l-223.3 -10065.1l-225 -10065.1l-226.6 -10065l-228.2 -10064.9l-229.9 -10064.9l-231.5 -10064.7l-233.1 -10064.7l-234.7 -10064.6l-236.4 -10064.5l-238 -10064.4l-239.6 -10064.4l-241.3 -10064.3l-242.9 -10064.2l-244.5 -10064.1l-246.1 -10064l-247.8 -10063.9l-249.4 -10063.9l-251 -10063.8l-252.6 -10063.7l-254.2 -10063.6l-255.9 -10063.5l-257.5 -10063.4l-259.1 -10063.3l-260.7 -10063.2l-262.3 -10063.1l-264 -10063.1l-265.6 -10063l-267.2 -10062.9l-268.8 -10062.7l-270.4 -10062.7l-272 -10062.6l-273.6 -10062.5l-275.2 -10062.4l-276.9 -10062.3l-278.5 -10062.2l-280.1 -10062.1l-281.7 -10062l-283.3 -10061.9l-284.9 -10061.8l-286.5 -10061.7l-288.1 -10061.6l-289.7 -10061.5l-291.3 -10061.4l-292.9 -10061.3l-294.5 -10061.2l-296.1 -10061.1l-297.7 -10061l-299.3 -10060.9l-300.9 -10060.8l-302.5 -10060.7l-304.1 -10060.6l-305.7 -10060.5l-307.3 -10060.4l-308.9 -10060.3l-310.5 -10060.2l-312.1 -10060l-313.7 -10060l-315.3 -10059.9l-316.9 -10059.8l-318.5 -10059.7l-320.1 -10059.5l-321.6 -10059.4l-323.2 -10059.3l-324.8 -10059.2l-326.4 -10059.1l-328 -10059l-329.6 -10058.9l-331.2 -10058.8l-332.7 -10058.7l-334.3 -10058.5l-335.9 -10058.4l-337.5 -10058.3l-339.1 -10058.2l-340.6 -10058l-342.2 -10058l-343.8 -10057.8l-345.4 -10057.7l-346.9 -10057.6l-348.5 -10057.5l-350.1 -10057.4l-351.7 -10057.3l-353.2 -10057.1l-354.8 -10057l-356.4 -10056.9l-357.9 -10056.8l-359.5 -10056.7l-361.1 -10056.5l-362.6 -10056.4l-364.2 -10056.3l-365.8 -10056.2l-367.3 -10056.1l-368.9 -10055.9l-370.4 -10055.8l-372 -10055.7l-373.6 -10055.6l-375.1 -10055.4l-376.7 -10055.3l-378.2 -10055.2l-379.8 -10055.1l-381.3 -10054.9l-382.9 -10054.8l-384.4 -10054.6l-386 -10054.5l-387.5 -10054.4l-389.1 -10054.3l-390.6 -10054.1l-392.2 -10054l-393.7 -10053.9l-395.3 -10053.8l-396.8 -10053.6l-398.3 -10053.5l-399.9 -10053.4l-401.4 -10053.2l-402.9 -10053.1l-404.5 -10052.9l-406 -10052.8l-407.6 -10052.7l-409.1 -10052.6l-410.6 -10052.4l-412.2 -10052.3l-413.7 -10052.2l-415.2 -10052l-416.7 -10051.9l-418.3 -10051.7l-419.8 -10051.6l-421.3 -10051.5l-422.8 -10051.3l-424.4 -10051.2l-425.9 -10051l-427.4 -10050.9l-428.9 -10050.8l-430.4 -10050.6l-432 -10050.5l-433.5 -10050.3l-435 -10050.2l-436.5 -10050.1l-438 -10049.9l-439.5 -10049.7l-441 -10049.6l-442.5 -10049.5l-444 -10049.4l-445.6 -10049.2l-447.1 -10049l-448.6 -10048.9l-450.1 -10048.8l-451.6 -10048.6l-453.1 -10048.4l-454.6 -10048.3l-456.1 -10048.2l-457.6 -10048l-459.1 -10047.9l-460.5 -10047.7l-462 -10047.6l-463.5 -10047.4l-465 -10047.3l-466.5 -10047.1l-468 -10047l-469.5 -10046.8l-471 -10046.7l-472.5 -10046.5l-473.9 -10046.4l-475.4 -10046.2l-476.9 -10046.1l-478.4 -10045.9l-479.9 -10045.8l-481.3 -10045.6l-482.8 -10045.5l-484.3 -10045.3l-485.7 -10045.2l-487.2 -10045l-488.7 -10044.9l-490.2 -10044.7l-491.6 -10044.5l-493.1 -10044.4l-494.6 -10044.2l-496 -10044.1l-497.5 -10043.9l-498.9 -10043.8l-500.4 -10043.6l-501.9 -10043.4l-503.3 -10043.3l-504.8 -10043.1l-506.2 -10043l-507.7 -10042.8l-509.1 -10042.6l-510.6 -10042.5l-512 -10042.3l-513.5 -10042.1l-514.9 -10042l-516.4 -10041.8l-517.8 -10041.7l-519.2 -10041.5l-520.7 -10041.3l-522.1 -10041.2l-523.6 -10041l-525 -10040.9l-526.4 -10040.7l-527.9 -10040.5l-529.3 -10040.4l-530.7 -10040.2l-532.2 -10040.1l-533.6 -10039.9l-535 -10039.7l-536.4 -10039.6l-537.9 -10039.4l-539.3 -10039.2l-540.7 -10039l-542.1 -10038.9l-543.5 -10038.7l-545 -10038.6l-546.4 -10038.4l-547.8 -10038.2l-549.2 -10038.1l-550.6 -10037.9l-552 -10037.7l-553.4 -10037.5l-554.8 -10037.4l-556.2 -10037.2l-557.6 -10037l-559 -10036.8l-560.4 -10036.7l-561.8 -10036.5l-563.2 -10036.4l-564.6 -10036.2l-566 -10036l-567.4 -10035.8l-568.8 -10035.7l-570.2 -10035.5l-571.6 -10035.3l-573 -10035.1l-574.4 -10035l-575.8 -10034.8l-577.1 -10034.6l-578.5 -10034.4l-579.9 -10034.3l-581.3 -10034.1l-582.7 -10033.9l-584 -10033.8l-585.4 -10033.6l-586.8 -10033.4l-588.1 -10033.2l-589.5 -10033.1l-590.9 -10032.9l-592.2 -10032.7l-593.6 -10032.5l-595 -10032.4l-596.3 -10032.2l-597.7 -10032l-599 -10031.8l-600.4 -10031.7l-601.8 -10031.5l-603.1 -10031.3l-604.5 -10031.1l-605.8 -10030.9l-607.2 -10030.8l-608.5 -10030.6l-609.8 -10030.4l-611.2 -10030.2l-612.5 -10030.1l-613.9 -10029.9l-615.2 -10029.7l-616.6 -10029.5l-617.9 -10029.3l-619.2 -10029.2l-620.6 -10029l-621.9 -10028.8l-623.2 -10028.6l-624.5 -10028.4l-625.9 -10028.3l-627.2 -10028.1l-628.5 -10027.9l-629.8 -10027.7l-631.2 -10027.5l-632.5 -10027.3l-633.8 -10027.1l-635.1 -10027l-636.4 -10026.8l-637.7 -10026.6l-639 -10026.4l-640.3 -10026.2l-641.6 -10026.1l-643 -10025.9l-644.3 -10025.7l-645.6 -10025.5l-646.9 -10025.3l-648.2 -10025.2l-649.4 -10025l-650.7 -10024.8l-652 -10024.6l-653.3 -10024.4l-654.6 -10024.2l-655.9 -10024l-657.2 -10023.9l-658.5 -10023.6l-659.8 -10023.5l-661 -10023.3l-662.3 -10023.1l-663.6 -10022.9l-664.9 -10022.7l-666.1 -10022.6l-667.4 -10022.4l-668.7 -10022.2l-669.9 -10022l-671.2 -10021.8l-672.5 -10021.6l-673.7 -10021.4l-675 -10021.2l-676.3 -10021.1l-677.5 -10020.9l-678.8 -10020.7l-680 -10020.5l-681.3 -10020.3l-682.5 -10020.1l-683.8 -10020l-685 -10019.8l-686.3 -10019.5l-687.5 -10019.4l-688.8 -10019.2l-690 -10019l-691.2 -10018.8l-692.5 -10018.6l-693.7 -10018.4l-694.9 -10018.3l-696.2 -10018.1l-697.4 -10017.9l-698.6 -10017.7l-699.9 -10017.5l-701.1 -10017.3l-702.3 -10017.1l-703.5 -10016.9l-704.7 -10016.8l-706 -10016.6l-707.2 -10016.4l-708.4 -10016.2l-709.6 -10016l-710.8 -10015.8l-712 -10015.6l-713.2 -10015.4l-714.4 -10015.2l-715.6 -10015l-716.8 -10014.9l-718 -10014.7l-719.2 -10014.5l-720.4 -10014.3l-721.6 -10014.1l-722.8 -10013.9l-724 -10013.7l-725.2 -10013.5l-726.4 -10013.3l-727.6 -10013.2l-728.7 -10013l-729.9 -10012.8l-731.1 -10012.5l-732.3 -10012.4l-733.4 -10012.2l-734.6 -10012l-735.8 -10011.8l-737 -10011.6l-738.1 -10011.4l-739.3 -10011.3l-740.4 -10011.1l-741.6 -10010.8l-742.8 -10010.7l-743.9 -10010.5l-745.1 -10010.3l-746.2 -10010.1l-747.4 -10009.9l-748.5 -10009.7l-749.7 -10009.5l-750.8 -10009.3l-752 -10009.1l-753.1 -10009l-754.3 -10008.8l-755.4 -10008.6l-756.5 -10008.4l-757.7 -10008.2l-758.8 -10008l-759.9 -10007.8l-761.1 -10007.6l-762.2 -10007.4l-763.3 -10007.3l-764.4 -10007.1l-765.5 -10006.9l-766.7 -10006.7l-767.8 -10006.5l-768.9 -10006.3l-770 -10006.1l-771.1 -10005.9l-772.2 -10005.7l-773.3 -10005.5l-774.4 -10005.4l-775.5 -10005.2l-776.6 -10005l-777.7 -10004.8l-778.8 -10004.6l-779.9 -10004.4l-781 -10004.2l-782.1 -10004l-783.2 -10003.8l-784.3 -10003.6l-785.4 -10003.5l-786.5 -10003.3l-787.5 -10003l-788.6 -10002.9l-789.7 -10002.7l-790.8 -10002.5l-791.8 -10002.3l-792.9 -10002.1l-794 -10001.9l-795.1 -10001.8l-796.1 -10001.6l-797.2 -10001.3l-798.2 -10001.2l-799.3 -10001l-800.4 -10000.8l-801.4 -10000.6l-802.5 -10000.4l-803.5 -10000.2l-804.6 -10000.1l-805.6 -9999.9l-806.7 -9999.6l-807.7 -9999.5l-808.7 -9999.3l-809.8 -9999.1l-810.8 -9998.9l-811.8 -9998.7l-812.9 -9998.5l-813.9 -9998.4l-814.9 -9998.2l-816 -9998l-817 -9997.8l-818 -9997.6l-819 -9997.4l-820.1 -9997.2l-821.1 -9997l-822.1 -9996.9l-823.1 -9996.7l-824.1 -9996.5l-825.1 -9996.3l-826.1 -9996.1l-827.1 -9995.9l-828.1 -9995.7l-829.1 -9995.6l-830.1 -9995.3l-831.1 -9995.2l-832.1 -9995l-833.1 -9994.8l-834.1 -9994.6l-835.1 -9994.4l-836.1 -9994.3l-837 -9994.1l-838 -9993.9l-839 -9993.7l-840 -9993.5l-840.9 -9993.3l-841.9 -9993.2l-842.9 -9993l-843.9 -9992.8l-844.8 -9992.6l-845.8 -9992.4l-846.7 -9992.2l-847.7 -9992l-848.7 -9991.9l-849.6 -9991.7l-850.6 -9991.5l-851.5 -9991.3l-852.5 -9991.1l-853.4 -9991l-854.4 -9990.8l-855.3 -9990.6l-856.2 -9990.4l-857.2 -9990.2l-858.1 -9990l-859 -9989.9l-860 -9989.7l-860.9 -9989.5l-861.8 -9989.3l-862.8 -9989.1l-863.7 -9989l-864.6 -9988.8l-865.5 -9988.6l-866.4 -9988.4l-867.4 -9988.2l-868.3 -9988.1l-869.2 -9987.8l-870.1 -9987.7l-871 -9987.5l-871.9 -9987.3l-872.8 -9987.2l-873.7 -9987l-874.6 -9986.8l-875.5 -9986.6l-876.4 -9986.4l-877.3 -9986.2l-878.1 -9986.1l-879 -9985.9l-879.9 -9985.7l-880.8 -9985.6l-881.7 -9985.4l-882.6 -9985.2l-883.4 -9985l-884.3 -9984.9l-885.2 -9984.7l-886 -9984.5l-886.9 -9984.3l-887.8 -9984.2l-888.6 -9984l-889.5 -9983.8l-890.3 -9983.6l-891.2 -9983.5l-892.1 -9983.3l-892.9 -9983.1l-893.8 -9982.9l-894.6 -9982.8l-895.4 -9982.6l-896.3 -9982.4l-897.1 -9982.2l-898 -9982.1l-898.8 -9981.9l-899.6 -9981.7l-900.5 -9981.6l-901.3 -9981.4l-902.1 -9981.2l-902.9 -9981l-903.8 -9980.9l-904.6 -9980.7l-905.4 -9980.5l-906.2 -9980.4l-907 -9980.2l-907.8 -9980l-908.6 -9979.8l-909.4 -9979.7l-910.2 -9979.5l-911.1 -9979.4l-911.8 -9979.1l-912.6 -9979l-913.4 -9978.8l-914.2 -9978.7l-915 -9978.5l-915.8 -9978.3l-916.6 -9978.2l-917.4 -9978l-918.2 -9977.8l-918.9 -9977.7l-919.7 -9977.5l-920.5 -9977.4l-921.3 -9977.2l-922 -9977l-922.8 -9976.8l-923.6 -9976.7l-924.3 -9976.5l-925.1 -9976.4l-925.8 -9976.2l-926.6 -9976l-927.4 -9975.9l-928.1 -9975.7l-928.9 -9975.6l-929.6 -9975.4l-930.3 -9975.2l-931.1 -9975.1l-931.8 -9974.9l-932.6 -9974.8l-933.3 -9974.6l-934 -9974.4l-934.8 -9974.3l-935.5 -9974.1l-936.2 -9973.9l-936.9 -9973.8l-937.7 -9973.6l-938.4 -9973.5l-939.1 -9973.3l-939.8 -9973.1l-940.5 -9973l-941.2 -9972.9l-941.9 -9972.7l-942.6 -9972.5l-943.3 -9972.4l-944 -9972.2l-944.7 -9972.1l-945.4 -9971.9l-946.1 -9971.7l-946.8 -9971.6l-947.5 -9971.5l-948.2 -9971.3l-948.9 -9971.2l-949.6 -9971l-950.2 -9970.8l-950.9 -9970.7l-951.6 -9970.5l-952.3 -9970.4l-952.9 -9970.2l-953.6 -9970.1l-954.3 -9969.9l-954.9 -9969.8l-955.6 -9969.6l-956.3 -9969.5l-956.9 -9969.3l-957.6 -9969.2l-958.2 -9969l-958.9 -9968.9l-959.5 -9968.8l-960.2 -9968.6l-960.8 -9968.5l-961.4 -9968.3l-962.1 -9968.2l-962.7 -9968l-963.3 -9967.9l-964 -9967.7l-964.6 -9967.6l-965.2 -9967.4l-965.9 -9967.3l-966.5 -9967.2l-967.1 -9967l-967.7 -9966.9l-968.3 -9966.7l-968.9 -9966.6l-969.5 -9966.4l-970.1 -9966.3l-970.8 -9966.2l-971.4 -9966l-972 -9965.9l-972.5 -9965.7l-973.1 -9965.6l-973.7 -9965.5l-974.3 -9965.3l-974.9 -9965.2l-975.5 -9965l-976.1 -9964.9l-976.7 -9964.8l-977.2 -9964.6l-977.8 -9964.5l-978.4 -9964.4l-979 -9964.2l-979.5 -9964.1l-980.1 -9964l-980.7 -9963.8l-981.2 -9963.7l-981.8 -9963.6l-982.3 -9963.4l-982.9 -9963.3l-983.4 -9963.2l-984 -9963l-984.5 -9962.9l-985.1 -9962.8l-985.6 -9962.6l-986.2 -9962.5l-986.7 -9962.4l-987.2 -9962.2l-987.8 -9962.1l-988.3 -9962l-988.8 -9961.9l-989.4 -9961.7l-989.9 -9961.6l-990.4 -9961.4l-990.9 -9961.4l-991.4 -9961.2l-991.9 -9961.1l-992.5 -9961l-993 -9960.8l-993.5 -9960.7l-994 -9960.6l-994.5 -9960.5l-995 -9960.3l-995.5 -9960.2l-996 -9960.1l-88.5 -884.5"
id="path1542"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M699900.1 -5910000l9865.7 -830.6l9966.2 -839.1l9967.2 -839.2l9968.1 -839.4l9969.1 -839.5l9970.1 -839.6l9971.1 -839.8l9972 -839.9l9973 -840l9974 -840.2l9974.9 -840.3l9975.9 -840.5l9976.9 -840.6l9977.8 -840.8l9978.8 -840.9l9979.8 -841.1l9980.8 -841.2l9981.7 -841.4l9982.7 -841.6l9983.7 -841.7l9984.6 -841.9l9985.6 -842.1l9986.6 -842.2l9987.6 -842.4l9988.5 -842.6l9989.5 -842.7l9990.5 -842.9l9991.4 -843.1l9992.4 -843.3l9993.4 -843.5l9994.3 -843.7l9995.3 -843.8l9996.3 -844l9997.2 -844.2l9998.2 -844.4l9999.2 -844.6l10000.1 -844.8l10001.1 -845l10002.1 -845.2l9903.1 -837"
id="path1543"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M699479.7 -5920000l9446.5 -796.2l9966.1 -840.1l9967 -840.2l9968 -840.3l9969 -840.5l9970 -840.6l9970.9 -840.7l9971.9 -840.9l9972.8 -841l9973.8 -841.2l9974.8 -841.3l9975.8 -841.4l9976.7 -841.6l9977.7 -841.7l9978.7 -841.9l9979.6 -842l9980.6 -842.2l9981.5 -842.4l9982.5 -842.5l9983.5 -842.7l9984.5 -842.9l9985.4 -843l9986.4 -843.2l9987.4 -843.4l9988.3 -843.5l9989.3 -843.7l9990.3 -843.9l9991.2 -844.1l9992.2 -844.2l9993.2 -844.4l9994.1 -844.6l9995.1 -844.8l9996.1 -845l9997 -845.2l9998 -845.4l9999 -845.6l9999.9 -845.8l10000.9 -846l10001.9 -846.2l9482.2 -802.3"
id="path1544"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M699058.7 -5930000l9027 -761.8l9966 -841l9966.9 -841.2l9967.9 -841.3l9968.8 -841.4l9969.8 -841.6l9970.8 -841.7l9971.8 -841.8l9972.7 -842l9973.7 -842.1l9974.7 -842.3l9975.6 -842.4l9976.6 -842.6l9977.5 -842.7l9978.5 -842.9l9979.5 -843l9980.5 -843.2l9981.4 -843.3l9982.4 -843.5l9983.3 -843.7l9984.3 -843.8l9985.3 -844l9986.2 -844.2l9987.2 -844.3l9988.2 -844.5l9989.1 -844.7l9990.1 -844.9l9991 -845l9992 -845.2l9993 -845.4l9994 -845.6l9994.9 -845.8l9995.9 -846l9996.8 -846.2l9997.8 -846.3l9998.8 -846.5l9999.7 -846.7l10000.7 -846.9l10001.7 -847.1l9061 -767.6"
id="path1545"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M698637.3 -5940000l8607 -727.2l9965.8 -842l9966.8 -842.1l9967.8 -842.3l9968.7 -842.4l9969.7 -842.5l9970.7 -842.7l9971.6 -842.8l9972.6 -842.9l9973.5 -843.1l9974.5 -843.2l9975.5 -843.4l9976.4 -843.5l9977.4 -843.7l9978.4 -843.8l9979.3 -844l9980.3 -844.1l9981.2 -844.3l9982.2 -844.5l9983.2 -844.6l9984.1 -844.8l9985.1 -844.9l9986 -845.1l9987 -845.3l9988 -845.5l9989 -845.6l9989.9 -845.8l9990.9 -846l9991.8 -846.2l9992.8 -846.4l9993.8 -846.5l9994.7 -846.7l9995.7 -846.9l9996.6 -847.1l9997.6 -847.3l9998.6 -847.5l9999.5 -847.7l10000.5 -847.9l10001.5 -848.1l8639.2 -732.7"
id="path1546"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M698215.3 -5950000l8186.5 -692.4l9965.7 -843l9966.7 -843.1l9967.6 -843.2l9968.6 -843.4l9969.6 -843.5l9970.5 -843.6l9971.5 -843.8l9972.4 -843.9l9973.4 -844.1l9974.4 -844.2l9975.3 -844.3l9976.3 -844.5l9977.2 -844.6l9978.2 -844.8l9979.2 -844.9l9980.1 -845.1l9981.1 -845.3l9982.1 -845.4l9983 -845.6l9984 -845.7l9984.9 -845.9l9985.9 -846.1l9986.9 -846.2l9987.8 -846.4l9988.8 -846.6l9989.7 -846.8l9990.7 -847l9991.7 -847.1l9992.6 -847.3l9993.6 -847.5l9994.5 -847.7l9995.5 -847.9l9996.5 -848.1l9997.4 -848.3l9998.4 -848.5l9999.3 -848.7l10000.3 -848.9l10001.2 -849.1l8217 -697.7"
id="path1547"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M697792.9 -5960000l7765.5 -657.6l9965.6 -843.9l9966.5 -844.1l9967.5 -844.2l9968.4 -844.3l9969.4 -844.5l9970.4 -844.6l9971.3 -844.7l9972.3 -844.9l9973.3 -845l9974.2 -845.2l9975.2 -845.3l9976.1 -845.4l9977.1 -845.6l9978.1 -845.7l9979 -845.9l9980 -846.1l9980.9 -846.2l9981.9 -846.4l9982.9 -846.5l9983.8 -846.7l9984.8 -846.9l9985.7 -847l9986.7 -847.2l9987.7 -847.4l9988.6 -847.6l9989.6 -847.7l9990.5 -847.9l9991.5 -848.1l9992.4 -848.3l9993.4 -848.5l9994.3 -848.6l9995.3 -848.8l9996.3 -849l9997.2 -849.2l9998.2 -849.4l9999.1 -849.6l10000.1 -849.8l10001 -850l7794.4 -662.6"
id="path1548"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M697370.2 -5970000l7343.9 -622.6l9965.5 -844.9l9966.4 -845l9967.4 -845.2l9968.3 -845.3l9969.3 -845.4l9970.2 -845.6l9971.2 -845.7l9972.1 -845.8l9973.1 -846l9974.1 -846.1l9975 -846.3l9976 -846.4l9976.9 -846.6l9977.9 -846.7l9978.9 -846.9l9979.8 -847l9980.8 -847.2l9981.7 -847.3l9982.7 -847.5l9983.7 -847.7l9984.6 -847.8l9985.5 -848l9986.5 -848.2l9987.5 -848.3l9988.4 -848.5l9989.4 -848.7l9990.3 -848.9l9991.3 -849l9992.3 -849.2l9993.2 -849.4l9994.1 -849.6l9995.1 -849.8l9996.1 -850l9997 -850.2l9998 -850.4l9998.9 -850.6l9999.9 -850.8l10000.8 -851l7371.2 -627.3"
id="path1549"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M696946.7 -5980000l6922 -587.5l9965.3 -845.9l9966.3 -846l9967.2 -846.1l9968.2 -846.2l9969.2 -846.4l9970.1 -846.5l9971.1 -846.7l9972 -846.8l9973 -846.9l9973.9 -847.1l9974.9 -847.2l9975.8 -847.4l9976.8 -847.5l9977.8 -847.7l9978.7 -847.8l9979.7 -848l9980.6 -848.1l9981.6 -848.3l9982.5 -848.5l9983.5 -848.6l9984.4 -848.8l9985.4 -848.9l9986.3 -849.1l9987.3 -849.3l9988.3 -849.5l9989.2 -849.6l9990.1 -849.8l9991.1 -850l9992.1 -850.2l9993 -850.4l9993.9 -850.6l9994.9 -850.7l9995.9 -850.9l9996.8 -851.1l9997.8 -851.3l9998.7 -851.5l9999.7 -851.7l10000.6 -851.9l6947.7 -591.9"
id="path1550"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M696522.9 -5990000l6499.6 -552.3l9965.2 -846.8l9966.2 -846.9l9967.1 -847.1l9968 -847.2l9969 -847.3l9970 -847.5l9970.9 -847.6l9971.9 -847.7l9972.8 -847.9l9973.8 -848l9974.7 -848.2l9975.7 -848.3l9976.6 -848.5l9977.6 -848.6l9978.6 -848.8l9979.5 -848.9l9980.4 -849.1l9981.4 -849.2l9982.4 -849.4l9983.3 -849.6l9984.3 -849.7l9985.2 -849.9l9986.2 -850.1l9987.1 -850.2l9988.1 -850.4l9989 -850.6l9990 -850.8l9990.9 -851l9991.9 -851.1l9992.8 -851.3l9993.8 -851.5l9994.7 -851.7l9995.7 -851.9l9996.6 -852.1l9997.6 -852.3l9998.5 -852.5l9999.5 -852.7l10000.4 -852.9l6523.6 -556.4"
id="path1551"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M696098.5 -6000000l6076.7 -517l9965.1 -847.8l9966 -847.9l9967 -848l9967.9 -848.2l9968.9 -848.3l9969.8 -848.4l9970.8 -848.6l9971.7 -848.7l9972.7 -848.8l9973.7 -849l9974.6 -849.1l9975.6 -849.3l9976.5 -849.4l9977.5 -849.6l9978.4 -849.7l9979.4 -849.9l9980.3 -850l9981.3 -850.2l9982.2 -850.4l9983.2 -850.5l9984.1 -850.7l9985 -850.8l9986 -851l9987 -851.2l9987.9 -851.4l9988.9 -851.5l9989.8 -851.7l9990.8 -851.9l9991.7 -852.1l9992.6 -852.3l9993.6 -852.5l9994.5 -852.6l9995.5 -852.8l9996.4 -853l9997.4 -853.2l9998.3 -853.4l9999.3 -853.6l10000.2 -853.8l6099.1 -520.8"
id="path1552"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1269519.8 -1l-.8 -10071.2l-2.5 -10072.2l-4.2 -10072.1l-5.9 -10072.2l-7.5 -10072.2l-9.2 -10072.2l-10.9 -10072.1l-12.6 -10072.2l-14.2 -10072.2l-15.9 -10072.2l-17.6 -10072.1l-19.3 -10072.1l-20.9 -10072.1l-22.6 -10072.1l-24.3 -10072.1l-26 -10072.1l-27.6 -10072.1l-29.3 -10072.1l-31 -10072.1l-32.7 -10072.1l-34.3 -10072l-36 -10072l-37.7 -10072l-39.3 -10072l-41 -10072l-42.7 -10072l-44.4 -10072l-46 -10072l-47.7 -10071.9l-49.4 -10071.9l-51.1 -10071.9l-52.7 -10071.9l-54.4 -10071.9l-56.1 -10071.8l-57.7 -10071.8l-59.4 -10071.8l-61.1 -10071.8l-62.8 -10071.8l-64.4 -10071.7l-66.1 -10071.7l-67.8 -10071.7l-69.4 -10071.7l-71.1 -10071.6l-72.8 -10071.6l-74.5 -10071.6l-76.1 -10071.6l-77.8 -10071.5l-79.5 -10071.5l-81.1 -10071.4l-82.8 -10071.4l-84.5 -10071.4l-86.1 -10071.4l-87.8 -10071.3l-89.5 -10071.3l-91.2 -10071.3l-92.8 -10071.3l-94.5 -10071.2l-96.2 -10071.2l-97.8 -10071.2l-99.5 -10071.1l-101.2 -10071.1l-102.8 -10071l-104.5 -10071l-106.2 -10071l-107.8 -10070.9l-109.5 -10070.9l-111.1 -10070.8l-112.8 -10070.8l-114.5 -10070.8l-116.1 -10070.7l-117.8 -10070.7l-119.5 -10070.6l-121.1 -10070.6l-122.8 -10070.6l-124.5 -10070.5l-126.1 -10070.4l-127.8 -10070.4l-129.4 -10070.4l-131.1 -10070.3l-132.8 -10070.3l-134.4 -10070.2l-136.1 -10070.2l-137.7 -10070.1l-139.4 -10070.1l-141.1 -10070l-142.7 -10070l-144.4 -10069.9l-146 -10069.9l-147.7 -10069.8l-149.3 -10069.7l-151 -10069.7l-152.7 -10069.7l-154.3 -10069.6l-156 -10069.5l-157.6 -10069.5l-159.3 -10069.5l-160.9 -10069.4l-162.6 -10069.3l-164.2 -10069.2l-165.9 -10069.2l-167.5 -10069.2l-169.2 -10069.1l-170.8 -10069l-172.5 -10069l-174.1 -10068.9l-175.8 -10068.9l-177.4 -10068.8l-179.1 -10068.7l-180.7 -10068.7l-182.4 -10068.6l-184 -10068.5l-185.7 -10068.4l-187.3 -10068.4l-189 -10068.3l-190.6 -10068.3l-192.3 -10068.2l-193.9 -10068.1l-195.6 -10068.1l-197.2 -10068l-198.8 -10067.9l-200.5 -10067.9l-202.1 -10067.8l-203.8 -10067.7l-205.4 -10067.6l-207 -10067.6l-208.7 -10067.5l-210.3 -10067.4l-212 -10067.3l-213.6 -10067.3l-215.2 -10067.2l-216.9 -10067.1l-218.5 -10067l-220.1 -10067l-221.8 -10066.9l-223.4 -10066.8l-225 -10066.7l-226.7 -10066.6l-228.3 -10066.6l-229.9 -10066.5l-231.6 -10066.4l-233.2 -10066.3l-234.8 -10066.2l-236.5 -10066.2l-238.1 -10066l-239.7 -10066l-241.3 -10065.9l-243 -10065.8l-244.6 -10065.7l-246.2 -10065.6l-247.8 -10065.6l-249.5 -10065.5l-251.1 -10065.4l-252.7 -10065.3l-254.3 -10065.2l-256 -10065.1l-257.6 -10065l-259.2 -10064.9l-260.8 -10064.8l-262.4 -10064.8l-264 -10064.7l-265.7 -10064.6l-267.3 -10064.5l-268.9 -10064.4l-270.5 -10064.3l-272.1 -10064.2l-273.7 -10064.1l-275.3 -10064l-277 -10063.9l-278.6 -10063.8l-280.2 -10063.7l-281.8 -10063.6l-283.4 -10063.5l-285 -10063.4l-286.6 -10063.3l-288.2 -10063.2l-289.8 -10063.1l-291.4 -10063l-293 -10062.9l-294.6 -10062.8l-296.2 -10062.7l-297.8 -10062.6l-299.4 -10062.5l-301 -10062.4l-302.6 -10062.3l-304.2 -10062.2l-305.8 -10062.1l-307.4 -10062l-309 -10061.9l-310.6 -10061.8l-312.2 -10061.6l-313.8 -10061.6l-315.4 -10061.5l-317 -10061.3l-318.6 -10061.2l-320.2 -10061.1l-321.8 -10061l-323.3 -10060.9l-324.9 -10060.8l-326.5 -10060.7l-328.1 -10060.6l-329.7 -10060.5l-331.3 -10060.3l-332.9 -10060.2l-334.4 -10060.1l-336 -10060l-337.6 -10059.9l-339.2 -10059.8l-340.8 -10059.6l-342.3 -10059.5l-343.9 -10059.4l-345.5 -10059.3l-347.1 -10059.2l-348.6 -10059l-350.2 -10059l-351.8 -10058.8l-353.3 -10058.7l-354.9 -10058.6l-356.5 -10058.5l-358.1 -10058.4l-359.6 -10058.2l-361.2 -10058.1l-362.8 -10058l-364.3 -10057.9l-365.9 -10057.7l-367.4 -10057.6l-369 -10057.5l-370.6 -10057.3l-372.1 -10057.2l-373.7 -10057.1l-375.2 -10057l-376.8 -10056.8l-378.3 -10056.7l-379.9 -10056.6l-381.5 -10056.5l-383 -10056.3l-384.6 -10056.2l-386.1 -10056.1l-387.7 -10056l-389.2 -10055.8l-390.7 -10055.7l-392.3 -10055.6l-393.8 -10055.4l-395.4 -10055.3l-396.9 -10055.2l-398.5 -10055l-400 -10054.9l-401.5 -10054.8l-403.1 -10054.6l-404.6 -10054.5l-406.2 -10054.4l-407.7 -10054.2l-409.2 -10054.1l-410.8 -10054l-412.3 -10053.8l-413.8 -10053.7l-415.3 -10053.5l-416.9 -10053.4l-418.4 -10053.3l-419.9 -10053.1l-421.5 -10053l-423 -10052.9l-424.5 -10052.7l-426 -10052.5l-427.5 -10052.4l-429.1 -10052.3l-430.6 -10052.2l-432.1 -10052l-433.6 -10051.8l-435.1 -10051.7l-436.6 -10051.6l-438.2 -10051.4l-439.7 -10051.3l-441.2 -10051.1l-442.7 -10051l-444.2 -10050.9l-445.7 -10050.7l-447.2 -10050.5l-448.7 -10050.4l-450.2 -10050.3l-451.7 -10050.1l-453.2 -10049.9l-454.7 -10049.8l-456.2 -10049.7l-457.7 -10049.5l-459.2 -10049.4l-460.7 -10049.2l-462.2 -10049.1l-463.7 -10048.9l-465.2 -10048.8l-466.7 -10048.6l-468.1 -10048.4l-469.6 -10048.3l-471.1 -10048.2l-472.6 -10048l-474.1 -10047.8l-475.6 -10047.7l-477 -10047.6l-478.5 -10047.4l-480 -10047.3l-481.5 -10047.1l-483 -10046.9l-484.4 -10046.8l-485.9 -10046.6l-487.4 -10046.4l-488.8 -10046.3l-490.3 -10046.2l-491.8 -10046l-493.2 -10045.9l-494.7 -10045.7l-496.2 -10045.5l-497.6 -10045.4l-499.1 -10045.2l-500.6 -10045l-502 -10044.9l-503.5 -10044.7l-504.9 -10044.6l-506.4 -10044.4l-507.8 -10044.2l-509.3 -10044.1l-510.7 -10043.9l-512.2 -10043.8l-513.6 -10043.6l-515.1 -10043.5l-516.5 -10043.3l-518 -10043.1l-519.4 -10043l-520.9 -10042.8l-522.3 -10042.6l-523.7 -10042.5l-525.2 -10042.3l-526.6 -10042.1l-528 -10041.9l-529.5 -10041.8l-530.9 -10041.6l-532.3 -10041.5l-533.8 -10041.3l-535.2 -10041.1l-536.6 -10041l-538 -10040.8l-539.5 -10040.6l-540.9 -10040.4l-542.3 -10040.3l-543.7 -10040.1l-545.1 -10040l-546.5 -10039.8l-548 -10039.6l-549.4 -10039.5l-550.8 -10039.3l-552.2 -10039.1l-553.6 -10038.9l-555 -10038.8l-556.4 -10038.6l-557.8 -10038.4l-559.2 -10038.2l-560.6 -10038.1l-562 -10037.9l-563.4 -10037.8l-564.8 -10037.6l-566.2 -10037.4l-567.6 -10037.2l-569 -10037.1l-570.4 -10036.9l-571.8 -10036.7l-573.2 -10036.5l-574.5 -10036.4l-575.9 -10036.2l-577.3 -10036l-578.7 -10035.8l-580.1 -10035.7l-581.4 -10035.5l-582.8 -10035.3l-584.2 -10035.1l-585.6 -10034.9l-586.9 -10034.8l-588.3 -10034.6l-589.7 -10034.4l-591.1 -10034.2l-592.4 -10034.1l-593.8 -10033.9l-595.1 -10033.7l-596.5 -10033.5l-597.9 -10033.3l-599.2 -10033.2l-600.6 -10033l-601.9 -10032.8l-603.3 -10032.6l-604.6 -10032.5l-606 -10032.3l-607.3 -10032.1l-608.7 -10031.9l-610 -10031.7l-611.4 -10031.6l-612.7 -10031.4l-614.1 -10031.2l-615.4 -10031l-616.7 -10030.8l-618.1 -10030.7l-619.4 -10030.5l-620.7 -10030.3l-622.1 -10030.1l-623.4 -10029.9l-624.7 -10029.8l-626 -10029.6l-627.4 -10029.4l-628.7 -10029.2l-630 -10029l-631.3 -10028.8l-632.7 -10028.7l-634 -10028.4l-635.3 -10028.3l-636.6 -10028.1l-637.9 -10027.9l-639.2 -10027.7l-640.5 -10027.5l-641.8 -10027.4l-643.1 -10027.2l-644.4 -10027l-645.7 -10026.8l-647 -10026.6l-648.3 -10026.4l-649.6 -10026.3l-650.9 -10026.1l-652.2 -10025.9l-653.5 -10025.7l-654.8 -10025.5l-656.1 -10025.3l-657.4 -10025.1l-658.7 -10024.9l-659.9 -10024.8l-661.2 -10024.6l-662.5 -10024.4l-663.8 -10024.2l-665.1 -10024l-666.3 -10023.8l-667.6 -10023.6l-668.9 -10023.5l-670.1 -10023.2l-671.4 -10023.1l-672.7 -10022.9l-673.9 -10022.7l-675.2 -10022.5l-676.5 -10022.3l-677.7 -10022.1l-679 -10022l-680.2 -10021.8l-681.5 -10021.5l-682.7 -10021.4l-684 -10021.2l-685.2 -10021l-686.5 -10020.8l-687.7 -10020.6l-689 -10020.4l-690.2 -10020.3l-691.4 -10020.1l-692.7 -10019.8l-693.9 -10019.7l-695.1 -10019.5l-696.4 -10019.3l-697.6 -10019.1l-698.8 -10018.9l-700.1 -10018.7l-701.3 -10018.5l-702.5 -10018.4l-703.7 -10018.1l-704.9 -10018l-706.2 -10017.8l-707.4 -10017.6l-708.6 -10017.4l-709.8 -10017.2l-711 -10017l-712.2 -10016.8l-713.4 -10016.6l-714.6 -10016.4l-715.8 -10016.3l-717 -10016.1l-718.2 -10015.9l-719.4 -10015.7l-720.6 -10015.5l-721.8 -10015.3l-723 -10015.1l-724.2 -10014.9l-725.4 -10014.7l-726.6 -10014.5l-727.7 -10014.3l-728.9 -10014.1l-730.1 -10014l-731.3 -10013.7l-732.5 -10013.6l-733.6 -10013.4l-734.8 -10013.2l-736 -10013l-737.1 -10012.8l-738.3 -10012.6l-739.5 -10012.4l-740.6 -10012.2l-741.8 -10012l-743 -10011.8l-744.1 -10011.6l-745.3 -10011.5l-746.4 -10011.3l-747.6 -10011l-748.7 -10010.9l-749.9 -10010.7l-751 -10010.5l-752.2 -10010.3l-753.3 -10010.1l-754.4 -10009.9l-755.6 -10009.7l-756.7 -10009.5l-757.9 -10009.3l-759 -10009.1l-760.1 -10009l-761.2 -10008.8l-762.4 -10008.5l-763.5 -10008.4l-764.6 -10008.2l-765.7 -10008l-766.9 -10007.8l-768 -10007.6l-769.1 -10007.4l-770.2 -10007.2l-771.3 -10007l-772.4 -10006.8l-773.5 -10006.6l-774.6 -10006.5l-775.7 -10006.3l-776.8 -10006.1l-777.9 -10005.8l-779 -10005.7l-780.1 -10005.5l-781.2 -10005.3l-782.3 -10005.1l-783.4 -10004.9l-784.5 -10004.7l-785.6 -10004.5l-786.7 -10004.3l-787.7 -10004.1l-788.8 -10004l-789.9 -10003.8l-791 -10003.6l-792 -10003.4l-793.1 -10003.2l-794.2 -10003l-795.2 -10002.8l-796.3 -10002.6l-797.4 -10002.4l-798.4 -10002.2l-799.5 -10002.1l-800.5 -10001.9l-801.6 -10001.7l-802.7 -10001.4l-803.7 -10001.3l-804.8 -10001.1l-805.8 -10000.9l-806.8 -10000.7l-807.9 -10000.5l-808.9 -10000.3l-810 -10000.1l-811 -10000l-812 -9999.7l-813.1 -9999.6l-814.1 -9999.4l-815.1 -9999.2l-816.2 -9999l-817.2 -9998.8l-818.2 -9998.6l-819.2 -9998.4l-820.2 -9998.3l-821.3 -9998l-822.3 -9997.9l-823.3 -9997.7l-824.3 -9997.5l-825.3 -9997.3l-826.3 -9997.1l-827.3 -9996.9l-828.3 -9996.7l-829.3 -9996.6l-830.3 -9996.3l-831.3 -9996.2l-832.3 -9996l-833.3 -9995.8l-834.3 -9995.6l-835.3 -9995.4l-836.2 -9995.2l-837.2 -9995.1l-838.2 -9994.9l-839.2 -9994.7l-840.2 -9994.5l-841.1 -9994.3l-842.1 -9994.1l-843.1 -9993.9l-844 -9993.7l-845 -9993.6l-846 -9993.4l-846.9 -9993.2l-847.9 -9993l-848.8 -9992.8l-849.8 -9992.6l-850.8 -9992.5l-851.7 -9992.3l-852.6 -9992.1l-853.6 -9991.9l-854.5 -9991.7l-855.5 -9991.5l-856.4 -9991.3l-857.4 -9991.1l-858.3 -9991l-859.2 -9990.8l-860.2 -9990.6l-861.1 -9990.4l-862 -9990.2l-862.9 -9990.1l-863.9 -9989.9l-864.8 -9989.7l-865.7 -9989.5l-866.6 -9989.3l-867.5 -9989.1l-868.4 -9989l-869.4 -9988.8l-870.3 -9988.6l-871.2 -9988.4l-872.1 -9988.2l-873 -9988.1l-873.9 -9987.8l-874.8 -9987.7l-875.7 -9987.5l-876.6 -9987.3l-877.4 -9987.1l-878.3 -9987l-879.2 -9986.8l-880.1 -9986.6l-881 -9986.4l-881.9 -9986.2l-882.7 -9986.1l-883.6 -9985.9l-884.5 -9985.7l-885.4 -9985.6l-886.2 -9985.3l-887.1 -9985.2l-887.9 -9985l-888.8 -9984.8l-889.7 -9984.6l-890.5 -9984.5l-891.4 -9984.3l-892.2 -9984.1l-893.1 -9984l-893.9 -9983.8l-894.8 -9983.6l-895.6 -9983.4l-896.5 -9983.3l-897.3 -9983.1l-898.1 -9982.9l-899 -9982.7l-899.8 -9982.6l-900.6 -9982.4l-901.5 -9982.2l-902.3 -9982l-903.1 -9981.9l-903.9 -9981.7l-904.7 -9981.5l-905.6 -9981.3l-906.4 -9981.2l-907.2 -9981l-908 -9980.8l-908.8 -9980.6l-909.6 -9980.5l-910.4 -9980.3l-911.2 -9980.2l-912 -9979.9l-912.8 -9979.8l-913.6 -9979.6l-914.4 -9979.5l-915.2 -9979.3l-916 -9979.1l-916.8 -9979l-917.5 -9978.8l-918.3 -9978.6l-919.1 -9978.5l-919.9 -9978.3l-920.7 -9978.1l-921.4 -9978l-922.2 -9977.8l-923 -9977.6l-923.7 -9977.5l-924.5 -9977.3l-925.2 -9977.1l-926 -9977l-926.8 -9976.8l-927.5 -9976.6l-928.3 -9976.5l-929 -9976.3l-929.8 -9976.1l-930.5 -9976l-931.2 -9975.8l-932 -9975.7l-932.7 -9975.5l-933.5 -9975.3l-934.2 -9975.2l-934.9 -9975l-935.6 -9974.8l-936.4 -9974.6l-937.1 -9974.5l-937.8 -9974.4l-938.5 -9974.2l-939.3 -9974l-940 -9973.8l-940.7 -9973.7l-941.4 -9973.6l-942.1 -9973.4l-942.8 -9973.2l-943.5 -9973.1l-944.2 -9972.9l-944.9 -9972.8l-945.6 -9972.6l-946.3 -9972.4l-947 -9972.3l-947.7 -9972.1l-948.4 -9972l-949 -9971.8l-949.7 -9971.6l-950.4 -9971.5l-951.1 -9971.4l-951.7 -9971.2l-952.4 -9971l-953.1 -9970.9l-953.8 -9970.8l-954.4 -9970.6l-955.1 -9970.5l-955.7 -9970.3l-956.4 -9970.2l-957.1 -9970l-957.7 -9969.8l-958.4 -9969.7l-959 -9969.5l-959.7 -9969.4l-960.3 -9969.2l-960.9 -9969.1l-961.6 -9968.9l-962.2 -9968.8l-962.9 -9968.7l-963.5 -9968.5l-964.1 -9968.4l-964.7 -9968.2l-965.4 -9968.1l-966 -9967.9l-966.6 -9967.8l-967.2 -9967.6l-967.9 -9967.5l-968.5 -9967.3l-969.1 -9967.2l-969.7 -9967.1l-970.3 -9966.9l-970.9 -9966.8l-971.5 -9966.6l-972.1 -9966.5l-972.7 -9966.3l-973.3 -9966.2l-973.9 -9966.1l-974.5 -9965.9l-975.1 -9965.8l-975.6 -9965.6l-976.2 -9965.5l-976.8 -9965.4l-977.4 -9965.2l-978 -9965l-978.5 -9964.9l-979.1 -9964.8l-979.7 -9964.7l-980.2 -9964.5l-980.8 -9964.4l-981.4 -9964.3l-981.9 -9964.1l-982.5 -9964l-983 -9963.8l-983.6 -9963.7l-984.1 -9963.6l-984.7 -9963.4l-985.2 -9963.3l-985.8 -9963.1l-986.3 -9963l-986.8 -9962.9l-987.4 -9962.8l-987.9 -9962.6l-988.4 -9962.5l-989 -9962.4l-989.5 -9962.3l-990 -9962.1l-990.5 -9962l-991 -9961.9l-991.6 -9961.7l-992.1 -9961.6l-992.6 -9961.5l-993.1 -9961.3l-993.6 -9961.2l-994.1 -9961.1l-994.6 -9961l-995.1 -9960.8l-995.6 -9960.7l-996.1 -9960.6l-134.1 -1340.7"
id="path1553"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M695673.7 -6010000l5653.4 -481.5l9965 -848.7l9965.9 -848.9l9966.9 -849l9967.8 -849.1l9968.8 -849.2l9969.7 -849.4l9970.7 -849.5l9971.6 -849.6l9972.6 -849.8l9973.5 -849.9l9974.5 -850.1l9975.4 -850.2l9976.3 -850.4l9977.3 -850.5l9978.3 -850.7l9979.2 -850.8l9980.1 -851l9981.1 -851.1l9982 -851.3l9983 -851.5l9983.9 -851.6l9984.9 -851.8l9985.8 -852l9986.8 -852.1l9987.7 -852.3l9988.7 -852.5l9989.6 -852.7l9990.6 -852.9l9991.5 -853l9992.5 -853.2l9993.4 -853.4l9994.4 -853.6l9995.3 -853.8l9996.2 -854l9997.2 -854.2l9998.1 -854.4l9999.1 -854.6l10000 -854.8l5674 -485.1"
id="path1554"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1279592.8 -1l-.8 -10072.8l-2.5 -10073.9l-4.2 -10073.8l-5.9 -10073.9l-7.5 -10073.9l-9.2 -10073.8l-10.9 -10073.8l-12.6 -10073.8l-14.2 -10073.8l-15.9 -10073.8l-17.6 -10073.8l-19.3 -10073.8l-20.9 -10073.8l-22.6 -10073.8l-24.3 -10073.8l-26 -10073.8l-27.6 -10073.7l-29.3 -10073.8l-31 -10073.8l-32.7 -10073.7l-34.3 -10073.7l-36 -10073.7l-37.7 -10073.7l-39.4 -10073.7l-41 -10073.7l-42.7 -10073.6l-44.4 -10073.6l-46.1 -10073.6l-47.7 -10073.6l-49.4 -10073.6l-51.1 -10073.6l-52.8 -10073.6l-54.4 -10073.5l-56.1 -10073.5l-57.8 -10073.5l-59.4 -10073.5l-61.1 -10073.5l-62.8 -10073.4l-64.5 -10073.4l-66.1 -10073.4l-67.8 -10073.4l-69.5 -10073.3l-71.1 -10073.3l-72.8 -10073.3l-74.5 -10073.3l-76.2 -10073.2l-77.8 -10073.2l-79.5 -10073.2l-81.2 -10073.1l-82.8 -10073.1l-84.5 -10073.1l-86.2 -10073.1l-87.8 -10073l-89.5 -10073l-91.2 -10073l-92.9 -10072.9l-94.5 -10072.9l-96.2 -10072.8l-97.9 -10072.8l-99.5 -10072.8l-101.2 -10072.7l-102.9 -10072.7l-104.5 -10072.7l-106.2 -10072.6l-107.9 -10072.6l-109.5 -10072.6l-111.2 -10072.5l-112.9 -10072.5l-114.5 -10072.4l-116.2 -10072.4l-117.8 -10072.3l-119.5 -10072.3l-121.2 -10072.3l-122.8 -10072.2l-124.5 -10072.2l-126.2 -10072.1l-127.8 -10072.1l-129.5 -10072l-131.1 -10072l-132.8 -10071.9l-134.5 -10071.9l-136.1 -10071.9l-137.8 -10071.8l-139.5 -10071.8l-141.1 -10071.7l-142.8 -10071.6l-144.4 -10071.6l-146.1 -10071.5l-147.7 -10071.5l-149.4 -10071.4l-151.1 -10071.4l-152.7 -10071.3l-154.4 -10071.3l-156 -10071.2l-157.7 -10071.2l-159.3 -10071.1l-161 -10071l-162.6 -10071l-164.3 -10070.9l-165.9 -10070.9l-167.6 -10070.8l-169.3 -10070.8l-170.9 -10070.7l-172.6 -10070.6l-174.2 -10070.6l-175.9 -10070.5l-177.5 -10070.4l-179.2 -10070.3l-180.8 -10070.3l-182.5 -10070.2l-184.1 -10070.2l-185.7 -10070.1l-187.4 -10070.1l-189 -10070l-190.7 -10069.9l-192.3 -10069.8l-194 -10069.7l-195.6 -10069.7l-197.3 -10069.6l-198.9 -10069.6l-200.6 -10069.5l-202.2 -10069.4l-203.8 -10069.4l-205.5 -10069.3l-207.1 -10069.2l-208.8 -10069.1l-210.4 -10069.1l-212 -10069l-213.7 -10068.9l-215.3 -10068.8l-216.9 -10068.7l-218.6 -10068.7l-220.2 -10068.6l-221.9 -10068.5l-223.5 -10068.4l-225.1 -10068.4l-226.8 -10068.3l-228.4 -10068.2l-230 -10068.1l-231.6 -10068l-233.3 -10068l-234.9 -10067.9l-236.5 -10067.8l-238.2 -10067.7l-239.8 -10067.6l-241.4 -10067.5l-243.1 -10067.5l-244.7 -10067.4l-246.3 -10067.2l-247.9 -10067.2l-249.6 -10067.1l-251.2 -10067l-252.8 -10066.9l-254.4 -10066.8l-256 -10066.7l-257.7 -10066.7l-259.3 -10066.6l-260.9 -10066.4l-262.5 -10066.4l-264.1 -10066.3l-265.8 -10066.2l-267.4 -10066.1l-269 -10066l-270.6 -10065.9l-272.2 -10065.8l-273.8 -10065.7l-275.4 -10065.6l-277.1 -10065.5l-278.7 -10065.4l-280.3 -10065.3l-281.9 -10065.2l-283.5 -10065.1l-285.1 -10065l-286.7 -10064.9l-288.3 -10064.8l-289.9 -10064.7l-291.5 -10064.6l-293.1 -10064.5l-294.7 -10064.4l-296.3 -10064.3l-297.9 -10064.2l-299.5 -10064.1l-301.1 -10064l-302.7 -10063.9l-304.3 -10063.8l-305.9 -10063.7l-307.5 -10063.6l-309.1 -10063.5l-310.7 -10063.4l-312.3 -10063.2l-313.9 -10063.2l-315.5 -10063.1l-317.1 -10062.9l-318.7 -10062.8l-320.3 -10062.7l-321.9 -10062.6l-323.5 -10062.5l-325 -10062.4l-326.6 -10062.2l-328.2 -10062.2l-329.8 -10062l-331.4 -10061.9l-333 -10061.8l-334.6 -10061.7l-336.1 -10061.6l-337.7 -10061.5l-339.3 -10061.4l-340.9 -10061.2l-342.5 -10061.1l-344 -10061l-345.6 -10060.9l-347.2 -10060.8l-348.8 -10060.6l-350.3 -10060.5l-351.9 -10060.4l-353.5 -10060.3l-355 -10060.1l-356.6 -10060l-358.2 -10059.9l-359.7 -10059.8l-361.3 -10059.7l-362.9 -10059.5l-364.4 -10059.4l-366 -10059.3l-367.6 -10059.2l-369.1 -10059l-370.7 -10058.9l-372.2 -10058.8l-373.8 -10058.7l-375.4 -10058.5l-376.9 -10058.4l-378.5 -10058.3l-380 -10058.2l-381.6 -10058l-383.1 -10057.9l-384.7 -10057.7l-386.2 -10057.6l-387.8 -10057.5l-389.3 -10057.4l-390.9 -10057.2l-392.4 -10057.1l-394 -10057l-395.5 -10056.8l-397.1 -10056.7l-398.6 -10056.5l-400.1 -10056.4l-401.7 -10056.3l-403.2 -10056.2l-404.8 -10056l-406.3 -10055.9l-407.8 -10055.8l-409.4 -10055.6l-410.9 -10055.5l-412.4 -10055.3l-414 -10055.2l-415.5 -10055.1l-417 -10054.9l-418.5 -10054.8l-420.1 -10054.6l-421.6 -10054.5l-423.1 -10054.4l-424.6 -10054.2l-426.2 -10054.1l-427.7 -10054l-429.2 -10053.8l-430.7 -10053.7l-432.2 -10053.5l-433.8 -10053.3l-435.3 -10053.2l-436.8 -10053.1l-438.3 -10052.9l-439.8 -10052.8l-441.3 -10052.7l-442.8 -10052.5l-444.3 -10052.4l-445.8 -10052.2l-447.3 -10052l-448.9 -10051.9l-450.4 -10051.8l-451.9 -10051.6l-453.4 -10051.4l-454.9 -10051.3l-456.4 -10051.2l-457.9 -10051l-459.3 -10050.9l-460.8 -10050.7l-462.3 -10050.6l-463.8 -10050.4l-465.3 -10050.3l-466.8 -10050.1l-468.3 -10049.9l-469.8 -10049.8l-471.3 -10049.7l-472.8 -10049.5l-474.2 -10049.3l-475.7 -10049.2l-477.2 -10049l-478.7 -10048.9l-480.2 -10048.7l-481.6 -10048.5l-483.1 -10048.4l-484.6 -10048.3l-486.1 -10048.1l-487.5 -10047.9l-489 -10047.8l-490.5 -10047.6l-491.9 -10047.5l-493.4 -10047.3l-494.9 -10047.1l-496.3 -10047l-497.8 -10046.8l-499.3 -10046.7l-500.7 -10046.5l-502.2 -10046.4l-503.6 -10046.2l-505.1 -10046l-506.5 -10045.9l-508 -10045.7l-509.5 -10045.6l-510.9 -10045.4l-512.4 -10045.2l-513.8 -10045l-515.2 -10044.9l-516.7 -10044.7l-518.1 -10044.6l-519.6 -10044.4l-521 -10044.2l-522.5 -10044.1l-523.9 -10043.9l-525.3 -10043.7l-526.8 -10043.6l-528.2 -10043.4l-529.6 -10043.2l-531.1 -10043.1l-532.5 -10042.9l-533.9 -10042.7l-535.4 -10042.6l-536.8 -10042.4l-538.2 -10042.2l-539.6 -10042.1l-541 -10041.9l-542.5 -10041.7l-543.9 -10041.6l-545.3 -10041.4l-546.7 -10041.2l-548.1 -10041l-549.5 -10040.9l-551 -10040.7l-552.4 -10040.5l-553.8 -10040.3l-555.2 -10040.2l-556.6 -10040l-558 -10039.8l-559.4 -10039.6l-560.8 -10039.5l-562.2 -10039.3l-563.6 -10039.2l-565 -10039l-566.4 -10038.8l-567.8 -10038.6l-569.2 -10038.5l-570.6 -10038.3l-571.9 -10038.1l-573.3 -10037.9l-574.7 -10037.8l-576.1 -10037.6l-577.5 -10037.4l-578.9 -10037.2l-580.2 -10037l-581.6 -10036.9l-583 -10036.7l-584.4 -10036.5l-585.7 -10036.3l-587.1 -10036.2l-588.5 -10036l-589.9 -10035.8l-591.2 -10035.6l-592.6 -10035.4l-594 -10035.3l-595.3 -10035.1l-596.7 -10034.9l-598 -10034.7l-599.4 -10034.5l-600.8 -10034.4l-602.1 -10034.2l-603.5 -10034l-604.8 -10033.8l-606.2 -10033.6l-607.5 -10033.5l-608.9 -10033.3l-610.2 -10033.1l-611.6 -10032.9l-612.9 -10032.7l-614.2 -10032.6l-615.6 -10032.4l-616.9 -10032.2l-618.3 -10032l-619.6 -10031.8l-620.9 -10031.6l-622.2 -10031.4l-623.6 -10031.3l-624.9 -10031.1l-626.2 -10030.9l-627.6 -10030.7l-628.9 -10030.5l-630.2 -10030.3l-631.5 -10030.2l-632.8 -10030l-634.2 -10029.8l-635.5 -10029.6l-636.8 -10029.4l-638.1 -10029.2l-639.4 -10029.1l-640.7 -10028.8l-642 -10028.7l-643.3 -10028.5l-644.6 -10028.3l-645.9 -10028.1l-647.2 -10027.9l-648.5 -10027.7l-649.8 -10027.6l-651.1 -10027.4l-652.4 -10027.1l-653.7 -10027l-655 -10026.8l-656.3 -10026.6l-657.6 -10026.4l-658.8 -10026.2l-660.1 -10026.1l-661.4 -10025.9l-662.7 -10025.7l-664 -10025.5l-665.2 -10025.3l-666.5 -10025.1l-667.8 -10024.9l-669.1 -10024.7l-670.3 -10024.5l-671.6 -10024.4l-672.9 -10024.2l-674.1 -10024l-675.4 -10023.7l-676.6 -10023.6l-677.9 -10023.4l-679.2 -10023.2l-680.4 -10023l-681.7 -10022.8l-682.9 -10022.6l-684.2 -10022.4l-685.4 -10022.3l-686.7 -10022l-687.9 -10021.9l-689.1 -10021.7l-690.4 -10021.5l-691.6 -10021.3l-692.9 -10021.1l-694.1 -10020.9l-695.3 -10020.7l-696.6 -10020.5l-697.8 -10020.3l-699 -10020.1l-700.2 -10020l-701.5 -10019.8l-702.7 -10019.6l-703.9 -10019.3l-705.1 -10019.2l-706.3 -10019l-707.6 -10018.8l-708.8 -10018.6l-710 -10018.4l-711.2 -10018.2l-712.4 -10018l-713.6 -10017.8l-714.8 -10017.6l-716 -10017.5l-717.2 -10017.3l-718.4 -10017.1l-719.6 -10016.9l-720.8 -10016.6l-722 -10016.5l-723.2 -10016.3l-724.4 -10016.1l-725.6 -10015.9l-726.8 -10015.7l-727.9 -10015.5l-729.1 -10015.3l-730.3 -10015.1l-731.5 -10014.9l-732.7 -10014.7l-733.8 -10014.5l-735 -10014.4l-736.2 -10014.1l-737.3 -10014l-738.5 -10013.8l-739.7 -10013.6l-740.8 -10013.4l-742 -10013.2l-743.2 -10013l-744.3 -10012.8l-745.5 -10012.6l-746.6 -10012.4l-747.8 -10012.2l-748.9 -10012l-750.1 -10011.8l-751.2 -10011.6l-752.4 -10011.4l-753.5 -10011.2l-754.6 -10011.1l-755.8 -10010.9l-756.9 -10010.7l-758 -10010.4l-759.2 -10010.3l-760.3 -10010.1l-761.4 -10009.9l-762.6 -10009.7l-763.7 -10009.5l-764.8 -10009.3l-765.9 -10009.1l-767.1 -10008.9l-768.2 -10008.7l-769.3 -10008.5l-770.4 -10008.3l-771.5 -10008.1l-772.6 -10007.9l-773.7 -10007.8l-774.8 -10007.6l-775.9 -10007.4l-777 -10007.2l-778.1 -10006.9l-779.2 -10006.8l-780.3 -10006.6l-781.4 -10006.4l-782.5 -10006.2l-783.6 -10006l-784.7 -10005.8l-785.8 -10005.6l-786.8 -10005.4l-787.9 -10005.2l-789 -10005l-790.1 -10004.8l-791.2 -10004.7l-792.2 -10004.5l-793.3 -10004.2l-794.4 -10004.1l-795.4 -10003.9l-796.5 -10003.7l-797.6 -10003.5l-798.6 -10003.3l-799.7 -10003.1l-800.7 -10002.9l-801.8 -10002.7l-802.8 -10002.5l-803.9 -10002.3l-804.9 -10002.1l-806 -10002l-807 -10001.7l-808.1 -10001.6l-809.1 -10001.4l-810.2 -10001.2l-811.2 -10001l-812.2 -10000.8l-813.3 -10000.6l-814.3 -10000.4l-815.3 -10000.2l-816.3 -10000l-817.4 -9999.8l-818.4 -9999.7l-819.4 -9999.5l-820.4 -9999.3l-821.4 -9999l-822.5 -9998.9l-823.5 -9998.7l-824.5 -9998.5l-825.5 -9998.3l-826.5 -9998.1l-827.5 -9997.9l-828.5 -9997.7l-829.5 -9997.6l-830.5 -9997.3l-831.5 -9997.2l-832.5 -9997l-833.5 -9996.8l-834.5 -9996.6l-835.4 -9996.4l-836.4 -9996.2l-837.4 -9996l-838.4 -9995.8l-839.4 -9995.6l-840.3 -9995.5l-841.3 -9995.3l-842.3 -9995.1l-843.3 -9994.9l-844.2 -9994.7l-845.2 -9994.5l-846.2 -9994.3l-847.1 -9994.2l-848.1 -9993.9l-849 -9993.8l-850 -9993.6l-850.9 -9993.4l-851.9 -9993.2l-852.8 -9993l-853.8 -9992.8l-854.7 -9992.7l-855.7 -9992.5l-856.6 -9992.3l-857.5 -9992.1l-858.5 -9991.9l-859.4 -9991.7l-860.3 -9991.5l-861.3 -9991.3l-862.2 -9991.2l-863.1 -9991l-864 -9990.8l-865 -9990.6l-865.9 -9990.4l-866.8 -9990.2l-867.7 -9990.1l-868.6 -9989.9l-869.5 -9989.7l-870.4 -9989.5l-871.3 -9989.3l-872.3 -9989.1l-873.2 -9989l-874 -9988.7l-874.9 -9988.6l-875.8 -9988.4l-876.7 -9988.2l-877.6 -9988l-878.5 -9987.9l-879.4 -9987.7l-880.3 -9987.5l-881.2 -9987.3l-882 -9987.1l-882.9 -9987l-883.8 -9986.8l-884.7 -9986.6l-885.5 -9986.4l-886.4 -9986.2l-887.3 -9986.1l-888.1 -9985.9l-889 -9985.7l-889.8 -9985.5l-890.7 -9985.3l-891.6 -9985.2l-892.4 -9985l-893.3 -9984.8l-894.1 -9984.6l-895 -9984.5l-895.8 -9984.3l-896.6 -9984.1l-897.5 -9983.9l-898.3 -9983.7l-899.1 -9983.6l-900 -9983.4l-900.8 -9983.2l-901.6 -9983l-902.5 -9982.9l-903.3 -9982.7l-904.1 -9982.5l-904.9 -9982.3l-905.7 -9982.2l-906.6 -9982l-907.4 -9981.8l-908.2 -9981.6l-909 -9981.4l-909.8 -9981.3l-910.6 -9981.1l-911.4 -9980.9l-912.2 -9980.7l-913 -9980.6l-913.8 -9980.4l-914.6 -9980.3l-915.4 -9980.1l-916.1 -9979.9l-916.9 -9979.7l-917.7 -9979.6l-918.5 -9979.4l-919.3 -9979.2l-920 -9979l-920.8 -9978.9l-921.6 -9978.7l-922.4 -9978.6l-923.1 -9978.4l-923.9 -9978.2l-924.7 -9978.1l-925.4 -9977.9l-926.2 -9977.7l-926.9 -9977.5l-927.7 -9977.4l-928.4 -9977.2l-929.2 -9977.1l-929.9 -9976.9l-930.7 -9976.7l-931.4 -9976.6l-932.1 -9976.4l-932.9 -9976.2l-933.6 -9976l-934.4 -9975.9l-935.1 -9975.7l-935.8 -9975.6l-936.5 -9975.4l-937.3 -9975.2l-938 -9975.1l-938.7 -9974.9l-939.4 -9974.8l-940.1 -9974.6l-940.8 -9974.4l-941.5 -9974.3l-942.3 -9974.1l-943 -9973.9l-943.7 -9973.8l-944.4 -9973.6l-945.1 -9973.5l-945.8 -9973.3l-946.4 -9973.1l-947.1 -9973l-947.8 -9972.8l-948.5 -9972.7l-949.2 -9972.5l-949.9 -9972.3l-950.6 -9972.2l-951.2 -9972l-951.9 -9971.9l-952.6 -9971.7l-953.2 -9971.6l-953.9 -9971.4l-954.6 -9971.3l-955.2 -9971.1l-955.9 -9970.9l-956.6 -9970.8l-957.2 -9970.7l-957.9 -9970.5l-958.5 -9970.3l-959.2 -9970.2l-959.8 -9970l-960.5 -9969.9l-961.1 -9969.7l-961.7 -9969.6l-962.4 -9969.4l-963 -9969.3l-963.6 -9969.1l-964.3 -9969l-964.9 -9968.8l-965.5 -9968.7l-966.1 -9968.5l-966.8 -9968.4l-967.4 -9968.2l-968 -9968.1l-968.6 -9968l-969.2 -9967.8l-969.8 -9967.7l-970.4 -9967.5l-971 -9967.4l-971.6 -9967.2l-972.2 -9967.1l-972.8 -9966.9l-973.4 -9966.8l-974 -9966.6l-974.6 -9966.5l-975.2 -9966.4l-975.8 -9966.2l-976.4 -9966.1l-976.9 -9965.9l-977.5 -9965.8l-978.1 -9965.6l-978.7 -9965.5l-979.2 -9965.4l-979.8 -9965.2l-980.4 -9965.1l-980.9 -9964.9l-981.5 -9964.8l-982.1 -9964.7l-982.6 -9964.5l-983.2 -9964.4l-983.7 -9964.3l-984.3 -9964.1l-984.8 -9964l-985.4 -9963.9l-985.9 -9963.7l-986.4 -9963.6l-987 -9963.4l-987.5 -9963.3l-988 -9963.2l-988.6 -9963l-989.1 -9962.9l-920.3 -9265"
id="path1555"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1289667.5 -1l-.8 -10074.5l-2.5 -10075.5l-4.2 -10075.5l-5.9 -10075.5l-7.5 -10075.5l-9.2 -10075.5l-10.9 -10075.5l-12.6 -10075.5l-14.2 -10075.5l-15.9 -10075.5l-17.6 -10075.5l-19.3 -10075.5l-20.9 -10075.5l-22.6 -10075.5l-24.3 -10075.5l-26 -10075.5l-27.7 -10075.4l-29.3 -10075.4l-31 -10075.4l-32.7 -10075.4l-34.4 -10075.4l-36 -10075.4l-37.7 -10075.4l-39.4 -10075.4l-41.1 -10075.3l-42.7 -10075.3l-44.4 -10075.3l-46.1 -10075.3l-47.7 -10075.3l-49.4 -10075.2l-51.1 -10075.2l-52.8 -10075.2l-54.4 -10075.2l-56.1 -10075.2l-57.8 -10075.1l-59.5 -10075.1l-61.1 -10075.1l-62.8 -10075.1l-64.5 -10075l-66.2 -10075.1l-67.8 -10075l-69.5 -10075l-71.2 -10075l-72.8 -10074.9l-74.5 -10074.9l-76.2 -10074.9l-77.9 -10074.9l-79.5 -10074.8l-81.2 -10074.8l-82.9 -10074.8l-84.5 -10074.8l-86.2 -10074.7l-87.9 -10074.7l-89.5 -10074.7l-91.2 -10074.6l-92.9 -10074.6l-94.6 -10074.6l-96.2 -10074.5l-97.9 -10074.5l-99.6 -10074.5l-101.2 -10074.4l-102.9 -10074.3l-104.6 -10074.3l-106.2 -10074.3l-107.9 -10074.3l-109.6 -10074.2l-111.2 -10074.2l-112.9 -10074.1l-114.6 -10074.1l-116.2 -10074.1l-117.9 -10074l-119.6 -10074l-121.2 -10073.9l-122.9 -10073.9l-124.5 -10073.8l-126.2 -10073.8l-127.9 -10073.8l-129.5 -10073.7l-131.2 -10073.7l-132.9 -10073.6l-134.5 -10073.5l-136.2 -10073.5l-137.8 -10073.5l-139.5 -10073.4l-141.2 -10073.3l-142.8 -10073.3l-144.5 -10073.3l-146.1 -10073.2l-147.8 -10073.2l-149.5 -10073.1l-151.1 -10073l-152.8 -10073l-154.4 -10072.9l-156.1 -10072.8l-157.7 -10072.8l-159.4 -10072.8l-161 -10072.7l-162.7 -10072.6l-164.4 -10072.6l-166 -10072.5l-167.7 -10072.5l-169.3 -10072.4l-171 -10072.3l-172.6 -10072.3l-174.3 -10072.2l-175.9 -10072.2l-177.6 -10072.1l-179.2 -10072l-180.9 -10072l-182.5 -10071.9l-184.2 -10071.8l-185.8 -10071.7l-187.5 -10071.7l-189.1 -10071.6l-190.8 -10071.6l-192.4 -10071.5l-194 -10071.4l-195.7 -10071.4l-197.3 -10071.3l-199 -10071.2l-200.6 -10071.1l-202.3 -10071l-203.9 -10071l-205.5 -10070.9l-207.2 -10070.8l-208.8 -10070.7l-210.5 -10070.7l-212.1 -10070.6l-213.7 -10070.5l-215.4 -10070.5l-217 -10070.4l-218.7 -10070.3l-220.3 -10070.2l-221.9 -10070.2l-223.6 -10070l-225.2 -10070l-226.8 -10069.9l-228.5 -10069.8l-230.1 -10069.8l-231.7 -10069.6l-233.4 -10069.6l-235 -10069.5l-236.6 -10069.4l-238.3 -10069.3l-239.9 -10069.2l-241.5 -10069.2l-243.1 -10069.1l-244.8 -10069l-246.4 -10068.9l-248 -10068.8l-249.6 -10068.7l-251.3 -10068.6l-252.9 -10068.5l-254.5 -10068.4l-256.1 -10068.4l-257.8 -10068.3l-259.4 -10068.2l-261 -10068.1l-262.6 -10068l-264.2 -10067.9l-265.8 -10067.8l-267.5 -10067.7l-269.1 -10067.6l-270.7 -10067.5l-272.3 -10067.4l-273.9 -10067.3l-275.5 -10067.2l-277.2 -10067.1l-278.8 -10067l-280.4 -10066.9l-282 -10066.8l-283.6 -10066.7l-285.2 -10066.6l-286.8 -10066.5l-288.4 -10066.4l-290 -10066.3l-291.6 -10066.2l-293.2 -10066.1l-294.8 -10066l-296.4 -10065.9l-298 -10065.8l-299.6 -10065.7l-301.2 -10065.6l-302.8 -10065.5l-304.4 -10065.4l-306 -10065.3l-307.6 -10065.2l-309.2 -10065.1l-310.8 -10065l-312.4 -10064.8l-314 -10064.8l-315.6 -10064.6l-317.2 -10064.5l-318.8 -10064.4l-320.4 -10064.3l-322 -10064.2l-323.6 -10064.1l-325.2 -10064l-326.7 -10063.8l-328.3 -10063.7l-329.9 -10063.6l-331.5 -10063.5l-333.1 -10063.4l-334.7 -10063.3l-336.3 -10063.2l-337.8 -10063.1l-339.4 -10062.9l-341 -10062.8l-342.6 -10062.7l-344.1 -10062.6l-345.7 -10062.5l-347.3 -10062.3l-348.9 -10062.2l-350.4 -10062.1l-352 -10062l-353.6 -10061.9l-355.2 -10061.7l-356.7 -10061.6l-358.3 -10061.5l-359.9 -10061.4l-361.4 -10061.2l-363 -10061.1l-364.6 -10061l-366.1 -10060.9l-367.7 -10060.7l-369.3 -10060.6l-370.8 -10060.5l-372.4 -10060.4l-373.9 -10060.2l-375.5 -10060.1l-377 -10059.9l-378.6 -10059.8l-380.2 -10059.7l-381.7 -10059.6l-383.3 -10059.5l-384.8 -10059.3l-386.4 -10059.2l-387.9 -10059.1l-389.5 -10058.9l-391 -10058.8l-392.6 -10058.7l-394.1 -10058.5l-395.6 -10058.4l-397.2 -10058.3l-398.7 -10058.1l-400.3 -10058l-401.8 -10057.9l-403.4 -10057.7l-404.9 -10057.5l-406.4 -10057.4l-408 -10057.3l-409.5 -10057.2l-411 -10057l-412.6 -10056.9l-414.1 -10056.7l-415.6 -10056.6l-417.2 -10056.5l-418.7 -10056.3l-420.2 -10056.2l-421.7 -10056l-423.3 -10055.9l-424.8 -10055.8l-426.3 -10055.6l-427.8 -10055.5l-429.3 -10055.3l-430.9 -10055.2l-432.4 -10055l-433.9 -10054.9l-435.4 -10054.8l-436.9 -10054.6l-438.4 -10054.5l-440 -10054.3l-441.5 -10054.2l-443 -10054l-444.5 -10053.9l-446 -10053.7l-447.5 -10053.5l-449 -10053.4l-450.5 -10053.3l-452 -10053.1l-453.5 -10052.9l-455 -10052.8l-456.5 -10052.7l-458 -10052.5l-459.5 -10052.4l-461 -10052.2l-462.5 -10052.1l-464 -10051.9l-465.5 -10051.8l-467 -10051.6l-468.4 -10051.4l-469.9 -10051.3l-471.4 -10051.1l-472.9 -10051l-474.4 -10050.8l-475.9 -10050.7l-477.4 -10050.5l-478.8 -10050.4l-480.3 -10050.2l-481.8 -10050l-483.3 -10049.9l-484.7 -10049.7l-486.2 -10049.6l-487.7 -10049.4l-489.2 -10049.3l-490.6 -10049.1l-492.1 -10048.9l-493.6 -10048.8l-495 -10048.6l-496.5 -10048.5l-498 -10048.3l-499.4 -10048.1l-500.9 -10047.9l-502.3 -10047.8l-503.8 -10047.7l-505.3 -10047.5l-506.7 -10047.3l-508.2 -10047.1l-509.6 -10047l-511.1 -10046.8l-512.5 -10046.7l-514 -10046.5l-515.4 -10046.3l-516.9 -10046.2l-518.3 -10046l-519.7 -10045.8l-521.2 -10045.6l-522.6 -10045.5l-524.1 -10045.3l-525.5 -10045.2l-526.9 -10045l-528.4 -10044.8l-529.8 -10044.7l-531.2 -10044.5l-532.7 -10044.3l-534.1 -10044.1l-535.5 -10044l-536.9 -10043.8l-538.4 -10043.7l-539.8 -10043.5l-541.2 -10043.3l-542.6 -10043.1l-544.1 -10043l-545.5 -10042.8l-546.9 -10042.6l-548.3 -10042.5l-549.7 -10042.3l-551.1 -10042.1l-552.5 -10041.9l-553.9 -10041.7l-555.4 -10041.6l-556.8 -10041.4l-558.2 -10041.2l-559.6 -10041l-561 -10040.9l-562.4 -10040.7l-563.8 -10040.5l-565.2 -10040.4l-566.6 -10040.2l-567.9 -10040l-569.3 -10039.8l-570.7 -10039.7l-572.1 -10039.5l-573.5 -10039.3l-574.9 -10039.1l-576.3 -10039l-577.7 -10038.8l-579 -10038.6l-580.4 -10038.4l-581.8 -10038.2l-583.2 -10038.1l-584.6 -10037.9l-585.9 -10037.7l-587.3 -10037.5l-588.7 -10037.4l-590 -10037.2l-591.4 -10037l-592.8 -10036.8l-594.1 -10036.6l-595.5 -10036.4l-596.9 -10036.3l-598.2 -10036.1l-599.6 -10035.9l-600.9 -10035.7l-602.3 -10035.5l-603.6 -10035.3l-605 -10035.2l-606.4 -10035l-607.7 -10034.8l-609 -10034.6l-610.4 -10034.4l-611.7 -10034.3l-613.1 -10034.1l-614.4 -10033.9l-615.8 -10033.7l-617.1 -10033.5l-618.4 -10033.3l-619.8 -10033.2l-621.1 -10033l-622.4 -10032.8l-623.8 -10032.6l-625.1 -10032.4l-626.4 -10032.2l-627.7 -10032l-629.1 -10031.8l-630.4 -10031.7l-631.7 -10031.5l-633 -10031.3l-634.3 -10031.1l-635.7 -10030.9l-637 -10030.7l-638.3 -10030.5l-639.6 -10030.4l-640.9 -10030.1l-642.2 -10030l-643.5 -10029.8l-644.8 -10029.6l-646.1 -10029.4l-647.4 -10029.2l-648.7 -10029l-650 -10028.9l-651.3 -10028.7l-652.6 -10028.4l-653.9 -10028.3l-655.2 -10028.1l-656.5 -10027.9l-657.7 -10027.7l-659 -10027.5l-660.3 -10027.3l-661.6 -10027.1l-662.9 -10027l-664.2 -10026.7l-665.4 -10026.6l-666.7 -10026.4l-668 -10026.2l-669.2 -10026l-670.5 -10025.8l-671.8 -10025.6l-673 -10025.4l-674.3 -10025.2l-675.6 -10025l-676.8 -10024.8l-678.1 -10024.7l-679.3 -10024.5l-680.6 -10024.3l-681.9 -10024l-683.1 -10023.9l-684.4 -10023.7l-685.6 -10023.5l-686.8 -10023.3l-688.1 -10023.1l-689.3 -10022.9l-690.6 -10022.7l-691.8 -10022.5l-693 -10022.3l-694.3 -10022.2l-695.5 -10022l-696.8 -10021.8l-698 -10021.5l-699.2 -10021.4l-700.4 -10021.2l-701.7 -10021l-702.9 -10020.8l-704.1 -10020.6l-705.3 -10020.4l-706.5 -10020.2l-707.8 -10020l-709 -10019.8l-710.2 -10019.6l-711.4 -10019.4l-712.6 -10019.2l-713.8 -10019l-715 -10018.8l-716.2 -10018.7l-717.4 -10018.5l-718.6 -10018.3l-719.8 -10018.1l-721 -10017.8l-722.2 -10017.7l-723.4 -10017.5l-724.6 -10017.3l-725.8 -10017.1l-726.9 -10016.9l-728.1 -10016.7l-729.3 -10016.5l-730.5 -10016.3l-731.7 -10016.1l-732.8 -10015.9l-734 -10015.7l-735.2 -10015.5l-736.4 -10015.3l-737.5 -10015.1l-738.7 -10014.9l-739.9 -10014.7l-741 -10014.5l-742.2 -10014.3l-743.3 -10014.2l-744.5 -10014l-745.7 -10013.8l-746.8 -10013.6l-748 -10013.3l-749.1 -10013.2l-750.3 -10013l-751.4 -10012.8l-752.5 -10012.6l-753.7 -10012.4l-754.8 -10012.2l-756 -10012l-757.1 -10011.8l-758.2 -10011.6l-759.4 -10011.4l-760.5 -10011.2l-761.6 -10011l-762.8 -10010.8l-763.9 -10010.6l-765 -10010.4l-766.1 -10010.2l-767.2 -10010l-768.4 -10009.8l-769.5 -10009.6l-770.6 -10009.4l-771.7 -10009.3l-772.8 -10009l-773.9 -10008.9l-775 -10008.7l-776.1 -10008.5l-777.2 -10008.3l-778.3 -10008l-779.4 -10007.9l-780.5 -10007.7l-781.6 -10007.5l-782.7 -10007.3l-783.8 -10007.1l-784.9 -10006.9l-786 -10006.7l-787 -10006.5l-788.1 -10006.3l-789.2 -10006.1l-790.3 -10005.9l-791.4 -10005.7l-792.4 -10005.5l-793.5 -10005.3l-794.6 -10005.1l-795.6 -10004.9l-796.7 -10004.8l-797.8 -10004.5l-798.8 -10004.4l-799.9 -10004.2l-800.9 -10004l-802 -10003.8l-803 -10003.6l-804.1 -10003.4l-805.1 -10003.2l-806.2 -10003l-807.2 -10002.8l-808.3 -10002.6l-809.3 -10002.4l-810.4 -10002.2l-811.4 -10002l-812.4 -10001.8l-813.5 -10001.6l-814.5 -10001.4l-815.5 -10001.3l-816.5 -10001l-817.6 -10000.9l-818.6 -10000.7l-819.6 -10000.5l-820.6 -10000.3l-821.6 -10000.1l-822.7 -9999.9l-823.7 -9999.7l-824.7 -9999.5l-825.7 -9999.3l-826.7 -9999.1l-827.7 -9998.9l-828.7 -9998.7l-829.7 -9998.6l-830.7 -9998.3l-831.7 -9998.2l-832.7 -9998l-833.7 -9997.8l-834.6 -9997.6l-835.6 -9997.4l-836.6 -9997.2l-837.6 -9997l-838.6 -9996.8l-839.6 -9996.6l-840.5 -9996.4l-841.5 -9996.3l-842.5 -9996.1l-843.4 -9995.9l-844.4 -9995.7l-845.4 -9995.5l-846.3 -9995.3l-847.3 -9995.1l-848.3 -9994.9l-849.2 -9994.7l-850.2 -9994.5l-851.1 -9994.4l-852.1 -9994.2l-853 -9993.9l-854 -9993.8l-854.9 -9993.6l-855.9 -9993.4l-856.8 -9993.2l-857.7 -9993l-858.7 -9992.8l-859.6 -9992.7l-860.5 -9992.5l-861.5 -9992.3l-862.4 -9992.1l-863.3 -9991.9l-864.2 -9991.7l-865.2 -9991.5l-866.1 -9991.3l-867 -9991.2l-867.9 -9991l-868.8 -9990.8l-869.7 -9990.6l-870.6 -9990.4l-871.5 -9990.2l-872.4 -9990l-873.3 -9989.9l-874.2 -9989.6l-875.1 -9989.5l-876 -9989.3l-876.9 -9989.1l-877.8 -9988.9l-878.7 -9988.8l-879.6 -9988.6l-880.5 -9988.4l-881.3 -9988.2l-882.2 -9988l-883.1 -9987.8l-884 -9987.7l-884.8 -9987.5l-885.7 -9987.3l-886.6 -9987.1l-887.4 -9986.9l-888.3 -9986.7l-889.2 -9986.6l-890 -9986.3l-890.9 -9986.2l-891.7 -9986l-892.6 -9985.8l-893.4 -9985.7l-894.3 -9985.4l-895.1 -9985.3l-896 -9985.1l-896.8 -9984.9l-897.6 -9984.7l-898.5 -9984.6l-899.3 -9984.4l-900.2 -9984.2l-901 -9984l-901.8 -9983.8l-902.6 -9983.7l-903.5 -9983.5l-904.3 -9983.3l-905.1 -9983.1l-905.9 -9983l-906.7 -9982.8l-907.5 -9982.6l-908.3 -9982.5l-909.2 -9982.2l-910 -9982.1l-910.8 -9981.9l-911.6 -9981.7l-912.4 -9981.5l-913.2 -9981.4l-914 -9981.2l-914.7 -9981.1l-915.5 -9980.9l-916.3 -9980.7l-917.1 -9980.5l-917.9 -9980.4l-918.7 -9980.2l-919.4 -9980l-920.2 -9979.8l-921 -9979.7l-921.8 -9979.5l-922.5 -9979.3l-923.3 -9979.1l-924.1 -9979l-924.8 -9978.8l-925.6 -9978.6l-926.3 -9978.5l-927.1 -9978.3l-927.8 -9978.1l-928.6 -9978l-929.3 -9977.8l-930.1 -9977.6l-930.8 -9977.5l-931.6 -9977.3l-932.3 -9977.1l-933.1 -9977l-933.8 -9976.8l-934.5 -9976.6l-935.2 -9976.5l-936 -9976.3l-936.7 -9976.1l-937.4 -9976l-938.1 -9975.8l-938.9 -9975.6l-939.6 -9975.5l-940.3 -9975.3l-941 -9975.1l-941.7 -9975l-942.4 -9974.8l-943.1 -9974.7l-943.8 -9974.5l-944.5 -9974.3l-945.2 -9974.2l-945.9 -9974l-946.6 -9973.8l-947.3 -9973.7l-948 -9973.5l-948.7 -9973.4l-949.4 -9973.2l-950 -9973l-950.7 -9972.9l-951.4 -9972.7l-952.1 -9972.6l-952.7 -9972.4l-953.4 -9972.2l-954.1 -9972.1l-954.7 -9971.9l-955.4 -9971.8l-956.1 -9971.6l-956.7 -9971.5l-957.4 -9971.3l-958 -9971.2l-958.7 -9971l-959.3 -9970.8l-960 -9970.7l-960.6 -9970.5l-961.2 -9970.4l-961.9 -9970.2l-962.5 -9970.1l-963.2 -9969.9l-963.8 -9969.8l-964.4 -9969.6l-965 -9969.4l-965.7 -9969.3l-966.3 -9969.2l-966.9 -9969l-967.5 -9968.8l-968.1 -9968.7l-968.8 -9968.6l-969.4 -9968.4l-970 -9968.3l-970.6 -9968.1l-971.2 -9968l-971.8 -9967.8l-972.4 -9967.7l-973 -9967.5l-973.6 -9967.4l-974.2 -9967.2l-974.8 -9967.1l-975.3 -9966.9l-975.9 -9966.8l-976.5 -9966.7l-977.1 -9966.5l-977.7 -9966.4l-978.2 -9966.2l-597.6 -6085.6"
id="path1556"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1299743.9 -1l-.8 -10076.2l-2.5 -10077.2l-4.2 -10077.2l-5.9 -10077.2l-7.5 -10077.2l-9.2 -10077.2l-10.9 -10077.2l-12.6 -10077.2l-14.3 -10077.2l-15.9 -10077.2l-17.6 -10077.2l-19.3 -10077.1l-21 -10077.2l-22.6 -10077.2l-24.3 -10077.1l-26 -10077.1l-27.7 -10077.1l-29.3 -10077.1l-31 -10077.1l-32.7 -10077.1l-34.4 -10077l-36 -10077.1l-37.7 -10077.1l-39.4 -10077l-41.1 -10077l-42.7 -10077l-44.4 -10077l-46.1 -10077l-47.8 -10077l-49.4 -10076.9l-51.1 -10076.9l-52.8 -10076.9l-54.5 -10076.9l-56.1 -10076.9l-57.8 -10076.8l-59.5 -10076.8l-61.2 -10076.8l-62.8 -10076.8l-64.5 -10076.7l-66.2 -10076.7l-67.9 -10076.7l-69.5 -10076.7l-71.2 -10076.7l-72.9 -10076.6l-74.5 -10076.6l-76.2 -10076.6l-77.9 -10076.5l-79.6 -10076.5l-81.2 -10076.5l-82.9 -10076.5l-84.6 -10076.4l-86.2 -10076.4l-87.9 -10076.3l-89.6 -10076.3l-91.3 -10076.3l-92.9 -10076.3l-94.6 -10076.2l-96.3 -10076.2l-97.9 -10076.2l-99.6 -10076.1l-101.3 -10076.1l-102.9 -10076l-104.6 -10076l-106.3 -10076l-107.9 -10075.9l-109.6 -10075.9l-111.3 -10075.8l-112.9 -10075.8l-114.6 -10075.8l-116.3 -10075.7l-117.9 -10075.6l-119.6 -10075.6l-121.3 -10075.6l-122.9 -10075.6l-124.6 -10075.5l-126.3 -10075.4l-127.9 -10075.4l-129.6 -10075.4l-131.2 -10075.3l-132.9 -10075.3l-134.6 -10075.2l-136.2 -10075.2l-137.9 -10075.1l-139.6 -10075.1l-141.2 -10075l-142.9 -10075l-144.5 -10074.9l-146.2 -10074.9l-147.8 -10074.8l-149.5 -10074.7l-151.2 -10074.7l-152.8 -10074.6l-154.5 -10074.6l-156.1 -10074.5l-157.8 -10074.5l-159.4 -10074.4l-161.1 -10074.4l-162.8 -10074.3l-164.4 -10074.2l-166.1 -10074.2l-167.7 -10074.1l-169.4 -10074.1l-171 -10074l-172.7 -10073.9l-174.3 -10073.9l-176 -10073.8l-177.6 -10073.7l-179.3 -10073.6l-180.9 -10073.6l-182.6 -10073.5l-184.2 -10073.5l-185.9 -10073.4l-187.5 -10073.3l-189.2 -10073.3l-190.8 -10073.2l-192.5 -10073.1l-194.1 -10073l-195.8 -10073l-197.4 -10072.9l-199.1 -10072.9l-200.7 -10072.8l-202.3 -10072.7l-204 -10072.6l-205.6 -10072.6l-207.3 -10072.5l-208.9 -10072.4l-210.5 -10072.3l-212.2 -10072.3l-213.8 -10072.2l-215.5 -10072.1l-217.1 -10072l-218.7 -10072l-220.4 -10071.9l-222 -10071.8l-223.6 -10071.7l-225.3 -10071.6l-226.9 -10071.5l-228.5 -10071.5l-230.2 -10071.4l-231.8 -10071.3l-233.4 -10071.2l-235.1 -10071.1l-236.7 -10071l-238.3 -10070.9l-240 -10070.9l-241.6 -10070.8l-243.2 -10070.7l-244.9 -10070.6l-246.5 -10070.5l-248.1 -10070.4l-249.7 -10070.4l-251.4 -10070.3l-253 -10070.2l-254.6 -10070l-256.2 -10070l-257.8 -10069.9l-259.5 -10069.8l-261.1 -10069.7l-262.7 -10069.6l-264.3 -10069.5l-265.9 -10069.4l-267.6 -10069.3l-269.2 -10069.2l-270.8 -10069.1l-272.4 -10069l-274 -10068.9l-275.6 -10068.8l-277.3 -10068.8l-278.9 -10068.7l-280.5 -10068.6l-282.1 -10068.5l-283.7 -10068.3l-285.3 -10068.3l-286.9 -10068.2l-288.5 -10068.1l-290.1 -10067.9l-291.7 -10067.8l-293.3 -10067.7l-294.9 -10067.6l-296.5 -10067.5l-298.1 -10067.4l-299.8 -10067.3l-301.4 -10067.2l-303 -10067.1l-304.6 -10067l-306.2 -10066.9l-307.8 -10066.8l-309.3 -10066.7l-310.9 -10066.6l-312.5 -10066.4l-314.1 -10066.3l-315.7 -10066.2l-317.3 -10066.1l-318.9 -10066l-320.5 -10065.9l-322.1 -10065.8l-323.7 -10065.7l-325.3 -10065.6l-326.9 -10065.4l-328.4 -10065.3l-330 -10065.2l-331.6 -10065.1l-333.2 -10065l-334.8 -10064.8l-336.4 -10064.7l-337.9 -10064.6l-339.5 -10064.5l-341.1 -10064.4l-342.7 -10064.3l-344.3 -10064.2l-345.8 -10064l-347.4 -10063.9l-349 -10063.8l-350.6 -10063.7l-352.1 -10063.5l-353.7 -10063.4l-355.3 -10063.3l-356.9 -10063.2l-358.4 -10063.1l-360 -10062.9l-361.6 -10062.8l-363.1 -10062.6l-364.7 -10062.6l-366.3 -10062.4l-367.8 -10062.3l-369.4 -10062.2l-370.9 -10062l-372.5 -10061.9l-374.1 -10061.8l-375.6 -10061.7l-377.2 -10061.5l-378.7 -10061.4l-380.3 -10061.3l-381.8 -10061.1l-383.4 -10061l-384.9 -10060.8l-386.5 -10060.7l-388 -10060.6l-389.6 -10060.5l-391.1 -10060.3l-392.7 -10060.2l-394.2 -10060.1l-395.8 -10059.9l-397.3 -10059.8l-398.9 -10059.6l-400.4 -10059.5l-402 -10059.4l-403.5 -10059.3l-405 -10059.1l-406.6 -10059l-408.1 -10058.8l-409.6 -10058.7l-411.2 -10058.6l-412.7 -10058.4l-414.2 -10058.3l-415.8 -10058.1l-417.3 -10058l-418.8 -10057.9l-420.4 -10057.7l-421.9 -10057.6l-423.4 -10057.4l-424.9 -10057.3l-426.4 -10057.1l-428 -10057l-429.5 -10056.8l-431 -10056.7l-432.5 -10056.6l-434 -10056.4l-435.6 -10056.3l-437.1 -10056.1l-438.6 -10056l-440.1 -10055.8l-441.6 -10055.7l-443.1 -10055.5l-444.6 -10055.4l-446.1 -10055.2l-447.6 -10055l-449.2 -10054.9l-450.7 -10054.8l-452.2 -10054.6l-453.7 -10054.4l-455.2 -10054.3l-456.7 -10054.2l-458.2 -10054l-459.7 -10053.9l-461.1 -10053.7l-462.6 -10053.6l-464.1 -10053.4l-465.6 -10053.3l-467.1 -10053.1l-468.6 -10052.9l-470.1 -10052.8l-471.6 -10052.6l-473.1 -10052.5l-474.5 -10052.3l-476 -10052.2l-477.5 -10052l-479 -10051.8l-480.5 -10051.7l-481.9 -10051.5l-483.4 -10051.4l-484.9 -10051.2l-486.4 -10051.1l-487.8 -10050.9l-489.3 -10050.7l-490.8 -10050.6l-492.3 -10050.4l-493.7 -10050.3l-495.2 -10050.1l-496.7 -10049.9l-498.1 -10049.8l-499.6 -10049.6l-501 -10049.4l-502.5 -10049.3l-504 -10049.1l-505.4 -10048.9l-506.9 -10048.8l-508.3 -10048.6l-509.8 -10048.5l-511.2 -10048.3l-512.7 -10048.1l-514.1 -10047.9l-515.6 -10047.8l-517 -10047.6l-518.5 -10047.5l-519.9 -10047.3l-521.3 -10047.1l-522.8 -10047l-524.2 -10046.8l-525.7 -10046.6l-527.1 -10046.4l-528.5 -10046.2l-530 -10046.1l-531.4 -10045.9l-532.8 -10045.8l-534.3 -10045.6l-535.7 -10045.4l-537.1 -10045.3l-538.5 -10045.1l-540 -10044.9l-541.4 -10044.7l-542.8 -10044.6l-544.2 -10044.4l-545.6 -10044.2l-547.1 -10044l-548.5 -10043.9l-549.9 -10043.7l-551.3 -10043.5l-552.7 -10043.4l-554.1 -10043.1l-555.5 -10043l-556.9 -10042.8l-558.3 -10042.7l-559.7 -10042.4l-561.1 -10042.3l-562.5 -10042.1l-563.9 -10041.9l-565.3 -10041.8l-566.7 -10041.6l-568.1 -10041.4l-569.5 -10041.2l-570.9 -10041.1l-572.3 -10040.9l-573.7 -10040.7l-575.1 -10040.5l-576.5 -10040.3l-577.8 -10040.2l-579.2 -10040l-580.6 -10039.8l-582 -10039.6l-583.4 -10039.4l-584.7 -10039.3l-586.1 -10039.1l-587.5 -10038.9l-588.9 -10038.7l-590.2 -10038.5l-591.6 -10038.3l-593 -10038.2l-594.3 -10038l-595.7 -10037.8l-597 -10037.6l-598.4 -10037.4l-599.8 -10037.3l-601.1 -10037.1l-602.5 -10036.9l-603.8 -10036.7l-605.2 -10036.5l-606.5 -10036.3l-607.9 -10036.2l-609.2 -10036l-610.6 -10035.8l-611.9 -10035.6l-613.3 -10035.4l-614.6 -10035.2l-615.9 -10035l-617.3 -10034.8l-618.6 -10034.7l-620 -10034.5l-621.3 -10034.3l-622.6 -10034.1l-623.9 -10033.9l-625.3 -10033.7l-626.6 -10033.6l-627.9 -10033.4l-629.3 -10033.1l-630.6 -10033l-631.9 -10032.8l-633.2 -10032.6l-634.5 -10032.4l-635.8 -10032.2l-637.2 -10032l-638.5 -10031.9l-639.8 -10031.7l-641.1 -10031.4l-642.4 -10031.3l-643.7 -10031.1l-645 -10030.9l-646.3 -10030.7l-647.6 -10030.5l-648.9 -10030.3l-650.2 -10030.1l-651.5 -10030l-652.8 -10029.7l-654.1 -10029.6l-655.4 -10029.4l-656.7 -10029.2l-657.9 -10029l-659.2 -10028.8l-660.5 -10028.6l-661.8 -10028.4l-663.1 -10028.2l-664.3 -10028l-665.6 -10027.8l-666.9 -10027.7l-668.2 -10027.5l-669.4 -10027.3l-670.7 -10027l-672 -10026.9l-673.2 -10026.7l-674.5 -10026.5l-675.8 -10026.3l-677 -10026.1l-678.3 -10025.9l-679.5 -10025.7l-680.8 -10025.5l-682 -10025.3l-683.3 -10025.1l-684.5 -10024.9l-685.8 -10024.7l-687 -10024.5l-688.3 -10024.4l-689.5 -10024.2l-690.8 -10024l-692 -10023.8l-693.2 -10023.5l-694.5 -10023.4l-695.7 -10023.2l-696.9 -10023l-698.2 -10022.8l-699.4 -10022.6l-700.6 -10022.4l-701.9 -10022.2l-703.1 -10022l-704.3 -10021.8l-705.5 -10021.6l-706.7 -10021.4l-707.9 -10021.2l-709.2 -10021l-710.4 -10020.8l-711.6 -10020.6l-712.8 -10020.4l-714 -10020.2l-715.2 -10020l-716.4 -10019.9l-717.6 -10019.7l-718.8 -10019.5l-720 -10019.3l-721.2 -10019l-722.4 -10018.9l-723.6 -10018.7l-724.8 -10018.5l-726 -10018.2l-727.1 -10018.1l-728.3 -10017.9l-729.5 -10017.7l-730.7 -10017.5l-731.9 -10017.3l-733 -10017.1l-734.2 -10016.9l-735.4 -10016.7l-736.6 -10016.5l-737.7 -10016.3l-738.9 -10016.1l-740.1 -10015.9l-741.2 -10015.7l-742.4 -10015.5l-743.5 -10015.3l-744.7 -10015.1l-745.9 -10014.9l-747 -10014.7l-748.2 -10014.5l-749.3 -10014.3l-750.5 -10014.1l-751.6 -10013.9l-752.7 -10013.7l-753.9 -10013.5l-755 -10013.3l-756.2 -10013.1l-757.3 -10012.9l-758.4 -10012.7l-759.6 -10012.5l-760.7 -10012.3l-761.8 -10012.1l-763 -10011.9l-764.1 -10011.7l-765.2 -10011.6l-766.3 -10011.4l-767.4 -10011.2l-768.6 -10010.9l-769.7 -10010.8l-770.8 -10010.6l-771.9 -10010.4l-773 -10010.1l-774.1 -10010l-775.2 -10009.8l-776.3 -10009.6l-777.4 -10009.4l-778.5 -10009.1l-779.6 -10009l-780.7 -10008.8l-781.8 -10008.6l-782.9 -10008.4l-784 -10008.2l-785.1 -10008l-786.2 -10007.8l-787.2 -10007.6l-788.3 -10007.4l-789.4 -10007.2l-790.5 -10007l-791.5 -10006.8l-792.6 -10006.6l-793.7 -10006.4l-794.8 -10006.2l-795.8 -10006l-796.9 -10005.8l-798 -10005.6l-799 -10005.4l-800.1 -10005.2l-801.1 -10005l-802.2 -10004.8l-803.2 -10004.6l-804.3 -10004.4l-805.3 -10004.2l-806.4 -10004l-807.4 -10003.8l-808.5 -10003.7l-809.5 -10003.5l-810.5 -10003.3l-811.6 -10003.1l-812.6 -10002.8l-813.7 -10002.7l-814.7 -10002.5l-815.7 -10002.3l-816.7 -10002.1l-817.8 -10001.9l-818.8 -10001.7l-819.8 -10001.5l-820.8 -10001.3l-821.8 -10001.1l-822.8 -10000.9l-823.9 -10000.7l-824.9 -10000.5l-825.9 -10000.3l-826.9 -10000.1l-827.9 -9999.9l-828.9 -9999.7l-829.9 -9999.6l-830.9 -9999.3l-831.9 -9999.2l-832.9 -9999l-833.9 -9998.8l-834.8 -9998.6l-835.8 -9998.4l-836.8 -9998.2l-837.8 -9998l-838.8 -9997.8l-839.7 -9997.6l-840.7 -9997.4l-841.7 -9997.2l-842.7 -9997l-843.6 -9996.8l-844.6 -9996.6l-845.6 -9996.5l-846.5 -9996.3l-847.5 -9996.1l-848.5 -9995.8l-849.4 -9995.7l-850.4 -9995.5l-851.3 -9995.3l-852.3 -9995.1l-853.2 -9994.9l-854.2 -9994.7l-855.1 -9994.5l-856 -9994.4l-857 -9994.2l-857.9 -9993.9l-858.9 -9993.8l-859.8 -9993.6l-860.7 -9993.4l-861.6 -9993.2l-862.6 -9993l-863.5 -9992.8l-864.4 -9992.6l-865.3 -9992.5l-866.3 -9992.2l-867.2 -9992.1l-868.1 -9991.9l-869 -9991.7l-869.9 -9991.5l-870.8 -9991.3l-871.7 -9991.1l-872.6 -9990.9l-873.5 -9990.8l-874.4 -9990.5l-875.3 -9990.4l-876.2 -9990.2l-877.1 -9990l-878 -9989.8l-878.9 -9989.6l-879.8 -9989.5l-880.6 -9989.3l-881.5 -9989.1l-882.4 -9988.9l-883.3 -9988.7l-884.2 -9988.5l-885 -9988.3l-885.9 -9988.2l-886.8 -9987.9l-887.6 -9987.8l-888.5 -9987.6l-889.3 -9987.4l-890.2 -9987.2l-891.1 -9987.1l-891.9 -9986.9l-892.8 -9986.7l-893.6 -9986.5l-894.5 -9986.3l-895.3 -9986.1l-896.2 -9986l-897 -9985.8l-897.8 -9985.6l-898.7 -9985.4l-899.5 -9985.2l-900.3 -9985.1l-901.2 -9984.9l-902 -9984.7l-902.8 -9984.5l-903.6 -9984.3l-904.5 -9984.2l-905.3 -9983.9l-906.1 -9983.8l-906.9 -9983.6l-907.7 -9983.4l-908.5 -9983.3l-909.3 -9983l-910.1 -9982.9l-910.9 -9982.7l-911.7 -9982.5l-912.5 -9982.3l-913.3 -9982.2l-914.1 -9982l-914.9 -9981.8l-915.7 -9981.7l-916.5 -9981.5l-917.3 -9981.3l-918.1 -9981.1l-918.8 -9981l-919.6 -9980.8l-920.4 -9980.6l-921.2 -9980.4l-921.9 -9980.3l-922.7 -9980.1l-923.5 -9979.9l-924.2 -9979.7l-925 -9979.6l-925.8 -9979.4l-926.5 -9979.2l-927.3 -9979l-928 -9978.9l-928.8 -9978.7l-929.5 -9978.5l-930.3 -9978.3l-931 -9978.2l-931.7 -9978l-932.5 -9977.9l-933.2 -9977.7l-934 -9977.5l-934.7 -9977.4l-935.4 -9977.2l-936.1 -9977l-936.9 -9976.8l-937.6 -9976.7l-938.3 -9976.5l-939 -9976.3l-939.7 -9976.2l-940.5 -9976l-941.2 -9975.9l-941.9 -9975.7l-942.6 -9975.5l-943.3 -9975.4l-944 -9975.2l-944.7 -9975l-945.4 -9974.9l-946.1 -9974.7l-946.8 -9974.5l-947.5 -9974.4l-948.1 -9974.2l-948.8 -9974l-949.5 -9973.9l-950.2 -9973.7l-950.9 -9973.6l-951.5 -9973.4l-952.2 -9973.2l-952.9 -9973l-953.6 -9972.9l-954.2 -9972.8l-954.9 -9972.6l-955.6 -9972.4l-956.2 -9972.2l-956.9 -9972.1l-957.5 -9972l-958.2 -9971.8l-958.8 -9971.6l-959.5 -9971.5l-960.1 -9971.3l-960.8 -9971.2l-961.4 -9971l-962 -9970.8l-962.7 -9970.7l-963.3 -9970.6l-963.9 -9970.4l-964.6 -9970.2l-965.2 -9970.1l-965.8 -9969.9l-966.4 -9969.8l-38.5 -397.1"
id="path1557"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1309821.9 -1l-.8 -10077.9l-2.5 -10078.9l-4.2 -10078.9l-5.9 -10078.9l-7.5 -10078.9l-9.2 -10078.9l-10.9 -10078.8l-12.6 -10078.9l-14.3 -10078.9l-15.9 -10078.9l-17.6 -10078.9l-19.3 -10078.8l-21 -10078.8l-22.6 -10078.8l-24.3 -10078.8l-26 -10078.8l-27.7 -10078.8l-29.3 -10078.8l-31 -10078.8l-32.7 -10078.8l-34.4 -10078.7l-36.1 -10078.7l-37.7 -10078.7l-39.4 -10078.7l-41.1 -10078.7l-42.8 -10078.7l-44.4 -10078.7l-46.1 -10078.7l-47.8 -10078.6l-49.5 -10078.6l-51.1 -10078.6l-52.8 -10078.6l-54.5 -10078.6l-56.2 -10078.5l-57.8 -10078.5l-59.5 -10078.5l-61.2 -10078.5l-62.9 -10078.5l-64.5 -10078.4l-66.2 -10078.4l-67.9 -10078.4l-69.6 -10078.4l-71.2 -10078.3l-72.9 -10078.3l-74.6 -10078.3l-76.2 -10078.2l-77.9 -10078.2l-79.6 -10078.2l-81.3 -10078.1l-82.9 -10078.1l-84.6 -10078.1l-86.3 -10078.1l-87.9 -10078l-89.6 -10078l-91.3 -10078l-93 -10077.9l-94.6 -10077.9l-96.3 -10077.8l-98 -10077.8l-99.6 -10077.8l-101.3 -10077.8l-103 -10077.7l-104.6 -10077.7l-106.3 -10077.6l-108 -10077.6l-109.6 -10077.6l-111.3 -10077.5l-113 -10077.5l-114.6 -10077.4l-116.3 -10077.4l-118 -10077.3l-119.6 -10077.3l-121.3 -10077.3l-123 -10077.2l-124.6 -10077.2l-126.3 -10077.1l-128 -10077.1l-129.6 -10077l-131.3 -10077l-133 -10076.9l-134.6 -10076.9l-136.3 -10076.8l-137.9 -10076.8l-139.6 -10076.7l-141.3 -10076.6l-142.9 -10076.6l-144.6 -10076.6l-146.2 -10076.5l-147.9 -10076.5l-149.6 -10076.4l-151.2 -10076.4l-152.9 -10076.3l-154.5 -10076.2l-156.2 -10076.2l-157.9 -10076.1l-159.5 -10076.1l-161.2 -10076l-162.8 -10076l-164.5 -10075.9l-166.1 -10075.8l-167.8 -10075.8l-169.4 -10075.7l-171.1 -10075.6l-172.7 -10075.6l-174.4 -10075.5l-176 -10075.5l-177.7 -10075.4l-179.4 -10075.3l-181 -10075.3l-182.7 -10075.2l-184.3 -10075.1l-185.9 -10075l-187.6 -10075l-189.2 -10074.9l-190.9 -10074.9l-192.5 -10074.8l-194.2 -10074.7l-195.8 -10074.6l-197.5 -10074.6l-199.1 -10074.5l-200.8 -10074.4l-202.4 -10074.3l-204.1 -10074.3l-205.7 -10074.2l-207.3 -10074.1l-209 -10074l-210.6 -10074l-212.3 -10073.9l-213.9 -10073.8l-215.5 -10073.7l-217.2 -10073.6l-218.8 -10073.6l-220.5 -10073.5l-222.1 -10073.4l-223.7 -10073.3l-225.4 -10073.3l-227 -10073.2l-228.6 -10073.1l-230.3 -10073l-231.9 -10072.9l-233.5 -10072.9l-235.2 -10072.8l-236.8 -10072.7l-238.4 -10072.6l-240.1 -10072.5l-241.7 -10072.4l-243.3 -10072.3l-244.9 -10072.2l-246.6 -10072.1l-248.2 -10072.1l-249.8 -10072l-251.4 -10071.9l-253.1 -10071.8l-254.7 -10071.7l-256.3 -10071.6l-257.9 -10071.5l-259.6 -10071.4l-261.2 -10071.3l-262.8 -10071.2l-264.4 -10071.1l-266 -10071l-267.7 -10071l-269.3 -10070.8l-270.9 -10070.8l-272.5 -10070.7l-274.1 -10070.6l-275.7 -10070.4l-277.3 -10070.4l-279 -10070.3l-280.6 -10070.2l-282.2 -10070.1l-283.8 -10069.9l-285.4 -10069.9l-287 -10069.8l-288.6 -10069.7l-290.2 -10069.5l-291.8 -10069.5l-293.4 -10069.3l-295 -10069.2l-296.7 -10069.1l-298.3 -10069l-299.9 -10068.9l-301.5 -10068.8l-303.1 -10068.7l-304.7 -10068.6l-306.3 -10068.5l-307.9 -10068.4l-309.5 -10068.3l-311.1 -10068.2l-312.6 -10068l-314.2 -10067.9l-315.8 -10067.8l-317.4 -10067.7l-319 -10067.6l-320.6 -10067.5l-322.2 -10067.4l-323.8 -10067.3l-325.4 -10067.1l-327 -10067l-328.6 -10066.9l-330.1 -10066.8l-331.7 -10066.7l-333.3 -10066.6l-334.9 -10066.4l-336.5 -10066.3l-338.1 -10066.2l-339.6 -10066.1l-341.2 -10065.9l-342.8 -10065.9l-344.4 -10065.7l-346 -10065.6l-347.5 -10065.5l-349.1 -10065.3l-350.7 -10065.2l-352.3 -10065.1l-353.8 -10065l-355.4 -10064.8l-357 -10064.7l-358.5 -10064.6l-360.1 -10064.5l-361.7 -10064.4l-363.3 -10064.2l-364.8 -10064.1l-366.4 -10064l-367.9 -10063.9l-369.5 -10063.7l-371.1 -10063.6l-372.6 -10063.5l-374.2 -10063.3l-375.7 -10063.2l-377.3 -10063.1l-378.9 -10063l-380.4 -10062.8l-382 -10062.7l-383.5 -10062.6l-385.1 -10062.4l-386.6 -10062.3l-388.2 -10062.2l-389.7 -10062l-391.3 -10061.9l-392.8 -10061.8l-394.4 -10061.6l-395.9 -10061.5l-397.5 -10061.3l-399 -10061.2l-400.5 -10061.1l-402.1 -10060.9l-403.6 -10060.8l-405.2 -10060.6l-406.7 -10060.5l-408.2 -10060.4l-409.8 -10060.2l-411.3 -10060.1l-412.8 -10059.9l-414.4 -10059.8l-415.9 -10059.7l-417.4 -10059.5l-419 -10059.4l-420.5 -10059.2l-422 -10059.1l-423.5 -10059l-425.1 -10058.8l-426.6 -10058.6l-428.1 -10058.5l-429.6 -10058.4l-431.2 -10058.2l-432.7 -10058.1l-434.2 -10057.9l-435.7 -10057.8l-437.2 -10057.6l-438.7 -10057.5l-440.2 -10057.3l-441.8 -10057.2l-443.3 -10057l-444.8 -10056.9l-446.3 -10056.7l-447.8 -10056.6l-449.3 -10056.4l-450.8 -10056.3l-452.3 -10056.1l-453.8 -10055.9l-455.3 -10055.8l-456.8 -10055.7l-458.3 -10055.5l-459.8 -10055.4l-461.3 -10055.2l-462.8 -10055.1l-464.3 -10054.9l-465.8 -10054.7l-467.3 -10054.6l-468.8 -10054.4l-470.2 -10054.3l-471.7 -10054.1l-473.2 -10054l-474.7 -10053.8l-476.2 -10053.6l-477.7 -10053.5l-479.2 -10053.3l-480.6 -10053.2l-482.1 -10053l-483.6 -10052.8l-485.1 -10052.7l-486.5 -10052.5l-488 -10052.3l-489.5 -10052.2l-491 -10052l-492.4 -10051.9l-493.9 -10051.7l-495.4 -10051.5l-496.8 -10051.4l-498.3 -10051.2l-499.7 -10051.1l-501.2 -10050.9l-502.7 -10050.7l-504.1 -10050.6l-505.6 -10050.4l-507 -10050.2l-508.5 -10050l-509.9 -10049.9l-511.4 -10049.7l-512.8 -10049.6l-514.3 -10049.4l-515.7 -10049.2l-517.2 -10049.1l-518.6 -10048.9l-520.1 -10048.7l-521.5 -10048.5l-523 -10048.4l-524.4 -10048.2l-525.8 -10048.1l-527.3 -10047.9l-528.7 -10047.7l-530.1 -10047.5l-531.6 -10047.4l-533 -10047.2l-534.4 -10047l-535.9 -10046.9l-537.3 -10046.7l-538.7 -10046.5l-540.1 -10046.3l-541.6 -10046.1l-543 -10046l-544.4 -10045.8l-545.8 -10045.6l-547.2 -10045.4l-548.6 -10045.3l-550.1 -10045.1l-551.5 -10044.9l-552.9 -10044.8l-554.3 -10044.6l-555.7 -10044.4l-557.1 -10044.2l-558.5 -10044.1l-559.9 -10043.8l-561.3 -10043.7l-562.7 -10043.5l-564.1 -10043.3l-565.5 -10043.2l-566.9 -10043l-568.3 -10042.8l-569.7 -10042.6l-571.1 -10042.5l-572.5 -10042.3l-573.9 -10042.1l-575.3 -10041.9l-576.6 -10041.7l-578 -10041.5l-579.4 -10041.3l-580.8 -10041.2l-582.2 -10041l-583.5 -10040.8l-584.9 -10040.6l-586.3 -10040.4l-587.7 -10040.3l-589 -10040.1l-590.4 -10039.9l-591.8 -10039.7l-593.1 -10039.5l-594.5 -10039.4l-595.9 -10039.2l-597.2 -10039l-598.6 -10038.8l-600 -10038.6l-601.3 -10038.4l-602.7 -10038.3l-604 -10038l-605.4 -10037.9l-606.7 -10037.7l-608.1 -10037.5l-609.4 -10037.3l-610.8 -10037.1l-612.1 -10036.9l-613.5 -10036.8l-614.8 -10036.6l-616.1 -10036.4l-617.5 -10036.2l-618.8 -10036l-620.1 -10035.8l-621.5 -10035.6l-622.8 -10035.4l-624.1 -10035.3l-625.5 -10035.1l-626.8 -10034.9l-628.1 -10034.7l-629.4 -10034.5l-630.8 -10034.3l-632.1 -10034.1l-633.4 -10033.9l-634.7 -10033.7l-636 -10033.5l-637.3 -10033.4l-638.7 -10033.2l-640 -10033l-641.3 -10032.8l-642.6 -10032.6l-643.9 -10032.4l-645.2 -10032.2l-646.5 -10032l-647.8 -10031.8l-649.1 -10031.6l-650.4 -10031.4l-651.7 -10031.3l-653 -10031l-654.3 -10030.9l-655.6 -10030.7l-656.8 -10030.5l-658.1 -10030.3l-659.4 -10030.1l-660.7 -10029.9l-662 -10029.7l-663.3 -10029.5l-664.5 -10029.3l-665.8 -10029.1l-667.1 -10028.9l-668.4 -10028.7l-669.6 -10028.5l-670.9 -10028.3l-672.2 -10028.1l-673.4 -10028l-674.7 -10027.8l-676 -10027.5l-677.2 -10027.4l-678.5 -10027.2l-679.7 -10027l-681 -10026.8l-682.2 -10026.6l-683.5 -10026.4l-684.7 -10026.2l-686 -10026l-687.2 -10025.8l-688.5 -10025.6l-689.7 -10025.4l-691 -10025.2l-692.2 -10025l-693.4 -10024.8l-694.7 -10024.6l-695.9 -10024.4l-697.1 -10024.2l-698.4 -10024l-699.6 -10023.8l-700.8 -10023.6l-702.1 -10023.4l-703.3 -10023.2l-704.5 -10023l-705.7 -10022.8l-706.9 -10022.6l-708.1 -10022.4l-709.4 -10022.2l-710.6 -10022l-711.8 -10021.9l-713 -10021.7l-714.2 -10021.5l-715.4 -10021.2l-716.6 -10021.1l-717.8 -10020.9l-719 -10020.7l-720.2 -10020.5l-721.4 -10020.2l-722.6 -10020.1l-723.8 -10019.9l-725 -10019.7l-726.2 -10019.4l-727.3 -10019.3l-728.5 -10019.1l-729.7 -10018.9l-730.9 -10018.7l-732.1 -10018.4l-733.2 -10018.3l-734.4 -10018.1l-735.6 -10017.9l-736.8 -10017.6l-737.9 -10017.5l-739.1 -10017.3l-740.3 -10017.1l-741.4 -10016.9l-742.6 -10016.6l-743.7 -10016.5l-744.9 -10016.3l-746.1 -10016.1l-747.2 -10015.9l-748.4 -10015.6l-749.5 -10015.5l-750.7 -10015.3l-751.8 -10015.1l-752.9 -10014.8l-754.1 -10014.7l-755.2 -10014.5l-756.4 -10014.3l-757.5 -10014.1l-758.6 -10013.8l-759.8 -10013.7l-760.9 -10013.5l-762 -10013.3l-763.2 -10013l-764.3 -10012.9l-765.4 -10012.7l-766.5 -10012.5l-767.6 -10012.3l-768.8 -10012l-769.9 -10011.9l-771 -10011.7l-772.1 -10011.5l-773.2 -10011.2l-774.3 -10011.1l-775.4 -10010.9l-776.5 -10010.7l-777.6 -10010.5l-778.7 -10010.2l-779.8 -10010.1l-780.9 -10009.9l-782 -10009.7l-783.1 -10009.5l-784.2 -10009.2l-785.3 -10009.1l-786.4 -10008.9l-787.4 -10008.7l-788.5 -10008.4l-789.6 -10008.3l-790.7 -10008.1l-791.7 -10007.9l-792.8 -10007.7l-793.9 -10007.4l-795 -10007.3l-796 -10007.1l-797.1 -10006.9l-798.2 -10006.6l-799.2 -10006.5l-800.3 -10006.3l-801.3 -10006.1l-802.4 -10005.9l-803.4 -10005.7l-804.5 -10005.5l-805.5 -10005.3l-806.6 -10005.1l-807.6 -10004.9l-808.7 -10004.7l-809.7 -10004.5l-810.7 -10004.3l-811.8 -10004.1l-812.8 -10003.9l-813.8 -10003.7l-814.9 -10003.5l-815.9 -10003.3l-816.9 -10003.1l-818 -10002.9l-819 -10002.7l-820 -10002.5l-821 -10002.3l-822 -10002.1l-823 -10001.9l-824.1 -10001.7l-825.1 -10001.5l-826.1 -10001.3l-827.1 -10001.1l-828.1 -10000.9l-829.1 -10000.7l-830.1 -10000.5l-831.1 -10000.3l-832.1 -10000.2l-833.1 -10000l-834 -9999.8l-835 -9999.6l-836 -9999.3l-837 -9999.2l-838 -9999l-839 -9998.8l-839.9 -9998.6l-840.9 -9998.4l-841.9 -9998.2l-842.9 -9998l-843.8 -9997.8l-844.8 -9997.6l-845.8 -9997.4l-846.7 -9997.2l-847.7 -9997l-848.6 -9996.8l-849.6 -9996.6l-850.6 -9996.5l-851.5 -9996.3l-852.5 -9996.1l-853.4 -9995.8l-854.4 -9995.7l-855.3 -9995.5l-856.2 -9995.3l-857.2 -9995.1l-858.1 -9994.9l-859 -9994.7l-860 -9994.5l-860.9 -9994.3l-861.8 -9994.1l-862.8 -9993.9l-863.7 -9993.8l-864.6 -9993.6l-865.5 -9993.4l-866.4 -9993.1l-867.4 -9993l-868.3 -9992.8l-869.2 -9992.6l-870.1 -9992.4l-871 -9992.2l-871.9 -9992l-872.8 -9991.8l-873.7 -9991.7l-874.6 -9991.4l-875.5 -9991.3l-876.4 -9991.1l-877.3 -9990.9l-878.2 -9990.7l-879.1 -9990.5l-879.9 -9990.3l-880.8 -9990.1l-881.7 -9990l-882.6 -9989.7l-883.5 -9989.6l-884.3 -9989.4l-885.2 -9989.2l-886.1 -9989l-886.9 -9988.8l-887.8 -9988.7l-888.7 -9988.5l-889.5 -9988.3l-890.4 -9988.1l-891.2 -9987.9l-892.1 -9987.7l-893 -9987.5l-893.8 -9987.4l-894.6 -9987.1l-895.5 -9987l-896.3 -9986.8l-897.2 -9986.6l-898 -9986.4l-898.9 -9986.2l-899.7 -9986.1l-900.5 -9985.9l-901.3 -9985.7l-902.2 -9985.5l-903 -9985.3l-903.8 -9985.2l-904.6 -9985l-905.5 -9984.8l-906.3 -9984.6l-907.1 -9984.4l-907.9 -9984.2l-908.7 -9984.1l-909.5 -9983.9l-910.3 -9983.7l-911.1 -9983.5l-911.9 -9983.3l-912.7 -9983.1l-913.5 -9983l-914.3 -9982.8l-915.1 -9982.6l-915.9 -9982.5l-916.7 -9982.2l-917.5 -9982.1l-918.2 -9981.9l-919 -9981.7l-919.8 -9981.6l-920.6 -9981.4l-921.3 -9981.2l-922.1 -9981l-922.9 -9980.9l-923.6 -9980.7l-924.4 -9980.5l-925.2 -9980.3l-925.9 -9980.2l-926.7 -9980l-927.4 -9979.8l-928.2 -9979.6l-928.9 -9979.5l-929.7 -9979.3l-930.4 -9979.1l-931.2 -9978.9l-931.9 -9978.8l-932.7 -9978.6l-933.4 -9978.4l-934.1 -9978.2l-934.9 -9978.1l-935.6 -9977.9l-936.3 -9977.7l-937 -9977.5l-937.8 -9977.4l-938.5 -9977.2l-939.2 -9977.1l-939.9 -9976.9l-940.6 -9976.7l-941.3 -9976.6l-942 -9976.4l-942.7 -9976.2l-943.4 -9976.1l-944.1 -9975.9l-944.8 -9975.7l-945.5 -9975.6l-946.2 -9975.4l-946.9 -9975.2l-947.6 -9975.1l-948.3 -9974.9l-949 -9974.7l-949.7 -9974.6l-950.4 -9974.4l-951 -9974.2l-951.7 -9974.1l-952.4 -9973.9l-953.1 -9973.7l-176.6 -1846.9"
id="path1558"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1319901.6 -1l-.8 -10079.5l-2.5 -10080.6l-4.2 -10080.5l-5.9 -10080.6l-7.6 -10080.6l-9.2 -10080.6l-10.9 -10080.5l-12.6 -10080.5l-14.3 -10080.5l-15.9 -10080.5l-17.6 -10080.5l-19.3 -10080.5l-21 -10080.5l-22.6 -10080.5l-24.3 -10080.5l-26 -10080.5l-27.7 -10080.4l-29.4 -10080.5l-31 -10080.5l-32.7 -10080.4l-34.4 -10080.4l-36.1 -10080.4l-37.7 -10080.4l-39.4 -10080.4l-41.1 -10080.4l-42.8 -10080.3l-44.4 -10080.3l-46.1 -10080.3l-47.8 -10080.3l-49.5 -10080.3l-51.2 -10080.3l-52.8 -10080.3l-54.5 -10080.2l-56.2 -10080.2l-57.9 -10080.2l-59.5 -10080.2l-61.2 -10080.1l-62.9 -10080.1l-64.6 -10080.1l-66.2 -10080.1l-67.9 -10080.1l-69.6 -10080l-71.3 -10080l-72.9 -10079.9l-74.6 -10079.9l-76.3 -10079.9l-77.9 -10079.9l-79.6 -10079.9l-81.3 -10079.8l-83 -10079.8l-84.6 -10079.8l-86.3 -10079.7l-88 -10079.7l-89.6 -10079.7l-91.3 -10079.6l-93 -10079.6l-94.7 -10079.6l-96.3 -10079.5l-98 -10079.5l-99.7 -10079.5l-101.3 -10079.4l-103 -10079.4l-104.7 -10079.3l-106.3 -10079.3l-108 -10079.3l-109.7 -10079.2l-111.4 -10079.2l-113 -10079.1l-114.7 -10079.1l-116.4 -10079.1l-118 -10079l-119.7 -10079l-121.4 -10078.9l-123 -10078.9l-124.7 -10078.8l-126.3 -10078.8l-128 -10078.7l-129.7 -10078.7l-131.3 -10078.6l-133 -10078.6l-134.7 -10078.5l-136.3 -10078.5l-138 -10078.4l-139.7 -10078.4l-141.3 -10078.3l-143 -10078.3l-144.6 -10078.2l-146.3 -10078.2l-148 -10078.1l-149.6 -10078l-151.3 -10078l-152.9 -10078l-154.6 -10077.9l-156.3 -10077.8l-157.9 -10077.8l-159.6 -10077.7l-161.2 -10077.7l-162.9 -10077.6l-164.5 -10077.5l-166.2 -10077.5l-167.8 -10077.4l-169.5 -10077.4l-171.2 -10077.3l-172.8 -10077.2l-174.5 -10077.2l-176.1 -10077.1l-177.8 -10077l-179.4 -10076.9l-181.1 -10076.9l-182.7 -10076.8l-184.4 -10076.8l-186 -10076.7l-187.7 -10076.6l-189.3 -10076.6l-191 -10076.5l-192.6 -10076.4l-194.3 -10076.3l-195.9 -10076.3l-197.6 -10076.2l-199.2 -10076.1l-200.8 -10076.1l-202.5 -10076l-204.1 -10075.9l-205.8 -10075.8l-207.4 -10075.8l-209.1 -10075.7l-210.7 -10075.6l-212.3 -10075.5l-214 -10075.5l-215.6 -10075.4l-217.3 -10075.3l-218.9 -10075.2l-220.5 -10075.1l-222.2 -10075.1l-223.8 -10075l-225.4 -10074.9l-227.1 -10074.8l-228.7 -10074.7l-230.3 -10074.7l-232 -10074.5l-233.6 -10074.5l-235.2 -10074.4l-236.9 -10074.3l-238.5 -10074.2l-240.1 -10074.1l-241.8 -10074l-243.4 -10074l-245 -10073.9l-246.7 -10073.8l-248.3 -10073.7l-249.9 -10073.6l-251.5 -10073.5l-253.2 -10073.4l-254.8 -10073.3l-256.4 -10073.2l-258 -10073.1l-259.7 -10073l-261.3 -10072.9l-262.9 -10072.9l-264.5 -10072.8l-266.1 -10072.7l-267.8 -10072.6l-269.4 -10072.4l-271 -10072.4l-272.6 -10072.3l-274.2 -10072.2l-275.8 -10072l-277.4 -10072l-279.1 -10071.9l-280.7 -10071.8l-282.3 -10071.7l-283.9 -10071.5l-285.5 -10071.5l-287.1 -10071.4l-288.7 -10071.3l-290.3 -10071.1l-291.9 -10071.1l-293.5 -10071l-295.2 -10070.8l-296.8 -10070.7l-298.4 -10070.6l-300 -10070.5l-301.6 -10070.4l-303.2 -10070.3l-304.8 -10070.2l-306.4 -10070.1l-308 -10070l-309.6 -10069.9l-311.2 -10069.8l-312.8 -10069.6l-314.4 -10069.5l-316 -10069.4l-317.5 -10069.3l-319.1 -10069.2l-320.7 -10069l-322.3 -10069l-323.9 -10068.9l-325.5 -10068.7l-327.1 -10068.6l-328.7 -10068.5l-330.3 -10068.4l-331.9 -10068.3l-333.4 -10068.2l-335 -10068l-336.6 -10067.9l-338.2 -10067.8l-339.8 -10067.7l-341.3 -10067.5l-342.9 -10067.4l-344.5 -10067.3l-346.1 -10067.2l-347.7 -10067.1l-349.2 -10066.9l-350.8 -10066.8l-352.4 -10066.7l-354 -10066.6l-355.5 -10066.4l-357.1 -10066.3l-358.7 -10066.2l-360.2 -10066.1l-361.8 -10065.9l-363.4 -10065.8l-364.9 -10065.7l-366.5 -10065.6l-368.1 -10065.4l-369.6 -10065.3l-371.2 -10065.1l-372.8 -10065l-374.3 -10064.9l-375.9 -10064.8l-377.4 -10064.6l-379 -10064.5l-380.6 -10064.4l-382.1 -10064.2l-383.7 -10064.1l-385.2 -10063.9l-386.8 -10063.8l-388.3 -10063.7l-389.9 -10063.6l-391.4 -10063.4l-393 -10063.3l-394.5 -10063.2l-396.1 -10063l-397.6 -10062.9l-399.1 -10062.7l-400.7 -10062.6l-402.2 -10062.5l-403.8 -10062.3l-405.3 -10062.2l-406.8 -10062.1l-408.4 -10061.9l-409.9 -10061.8l-411.5 -10061.6l-413 -10061.5l-414.5 -10061.3l-416.1 -10061.2l-417.6 -10061.1l-419.1 -10060.9l-420.6 -10060.7l-422.2 -10060.6l-423.7 -10060.5l-425.2 -10060.3l-426.7 -10060.2l-428.3 -10060l-429.8 -10059.9l-431.3 -10059.7l-432.8 -10059.6l-434.3 -10059.4l-435.9 -10059.3l-437.4 -10059.1l-438.9 -10059l-440.4 -10058.8l-441.9 -10058.7l-443.4 -10058.5l-444.9 -10058.4l-446.4 -10058.2l-447.9 -10058.1l-449.5 -10057.9l-451 -10057.8l-452.5 -10057.6l-454 -10057.4l-455.5 -10057.3l-457 -10057.2l-458.5 -10057l-460 -10056.9l-461.5 -10056.7l-463 -10056.6l-464.4 -10056.4l-465.9 -10056.2l-467.4 -10056.1l-468.9 -10055.9l-470.4 -10055.8l-471.9 -10055.6l-473.4 -10055.4l-474.9 -10055.3l-476.3 -10055.1l-477.8 -10055l-479.3 -10054.8l-480.8 -10054.6l-482.3 -10054.5l-483.7 -10054.3l-485.2 -10054.2l-486.7 -10054l-488.2 -10053.8l-489.6 -10053.7l-491.1 -10053.5l-492.6 -10053.3l-494.1 -10053.2l-495.5 -10053l-497 -10052.9l-498.4 -10052.7l-499.9 -10052.5l-501.4 -10052.3l-502.8 -10052.2l-504.3 -10052l-505.7 -10051.9l-507.2 -10051.7l-508.7 -10051.5l-510.1 -10051.4l-511.6 -10051.2l-513 -10051l-514.5 -10050.8l-515.9 -10050.7l-517.4 -10050.5l-518.8 -10050.3l-520.2 -10050.2l-521.7 -10050l-523.1 -10049.8l-524.6 -10049.7l-526 -10049.5l-527.4 -10049.3l-528.9 -10049.1l-530.3 -10049l-531.7 -10048.8l-533.2 -10048.6l-534.6 -10048.4l-536 -10048.3l-537.5 -10048.1l-538.9 -10047.9l-540.3 -10047.8l-541.7 -10047.6l-543.2 -10047.4l-544.6 -10047.2l-546 -10047.1l-547.4 -10046.8l-548.8 -10046.7l-550.2 -10046.5l-551.7 -10046.3l-553.1 -10046.2l-554.5 -10046l-555.9 -10045.8l-557.3 -10045.6l-558.7 -10045.5l-560.1 -10045.2l-561.5 -10045.1l-562.9 -10044.9l-564.3 -10044.7l-565.7 -10044.6l-567.1 -10044.4l-568.5 -10044.2l-569.9 -10044l-571.3 -10043.8l-572.7 -10043.7l-574 -10043.4l-575.4 -10043.3l-576.8 -10043.1l-578.2 -10042.9l-579.6 -10042.7l-581 -10042.6l-582.3 -10042.4l-583.7 -10042.2l-585.1 -10042l-586.5 -10041.8l-587.8 -10041.6l-589.2 -10041.5l-590.6 -10041.3l-592 -10041.1l-593.3 -10040.9l-594.7 -10040.7l-596.1 -10040.5l-597.4 -10040.4l-598.8 -10040.1l-600.1 -10040l-601.5 -10039.8l-602.9 -10039.6l-604.2 -10039.4l-605.6 -10039.2l-606.9 -10039l-608.3 -10038.9l-609.6 -10038.7l-611 -10038.4l-612.3 -10038.3l-613.6 -10038.1l-615 -10037.9l-616.3 -10037.7l-617.7 -10037.5l-619 -10037.3l-620.3 -10037.2l-621.7 -10037l-623 -10036.7l-624.3 -10036.6l-625.7 -10036.4l-627 -10036.2l-628.3 -10036l-629.6 -10035.8l-631 -10035.6l-632.3 -10035.4l-633.6 -10035.2l-634.9 -10035l-636.2 -10034.9l-637.5 -10034.7l-638.9 -10034.5l-640.2 -10034.3l-641.5 -10034.1l-642.8 -10033.9l-644.1 -10033.7l-645.4 -10033.5l-646.7 -10033.3l-648 -10033.1l-649.3 -10032.9l-650.6 -10032.7l-651.9 -10032.5l-653.2 -10032.3l-654.5 -10032.2l-655.8 -10032l-657 -10031.8l-658.3 -10031.6l-659.6 -10031.3l-660.9 -10031.2l-662.2 -10031l-663.5 -10030.8l-664.7 -10030.6l-666 -10030.4l-667.3 -10030.2l-668.6 -10030l-669.8 -10029.8l-671.1 -10029.6l-672.4 -10029.4l-673.6 -10029.2l-674.9 -10029l-676.2 -10028.8l-677.4 -10028.6l-678.7 -10028.4l-679.9 -10028.2l-681.2 -10028l-682.4 -10027.8l-683.7 -10027.6l-684.9 -10027.4l-686.2 -10027.2l-687.4 -10027l-688.7 -10026.8l-689.9 -10026.6l-691.2 -10026.4l-692.4 -10026.3l-693.6 -10026l-694.9 -10025.9l-696.1 -10025.7l-697.3 -10025.5l-698.6 -10025.2l-699.8 -10025.1l-701 -10024.9l-702.3 -10024.7l-703.5 -10024.5l-704.7 -10024.2l-705.9 -10024.1l-707.1 -10023.9l-708.3 -10023.7l-709.6 -10023.5l-710.8 -10023.2l-712 -10023.1l-713.2 -10022.9l-714.4 -10022.7l-715.6 -10022.4l-716.8 -10022.3l-718 -10022.1l-719.2 -10021.9l-720.4 -10021.7l-721.6 -10021.4l-722.8 -10021.3l-724 -10021.1l-725.2 -10020.9l-726.4 -10020.6l-727.5 -10020.5l-728.7 -10020.2l-729.9 -10020l-731.1 -10019.8l-732.3 -10019.6l-733.4 -10019.4l-734.6 -10019.2l-735.8 -10019l-737 -10018.8l-738.1 -10018.6l-739.3 -10018.4l-740.5 -10018.2l-741.6 -10018l-742.8 -10017.8l-743.9 -10017.6l-745.1 -10017.4l-746.3 -10017.2l-747.4 -10017l-748.6 -10016.8l-749.7 -10016.6l-750.9 -10016.4l-752 -10016.2l-753.1 -10016l-754.3 -10015.8l-755.4 -10015.6l-756.6 -10015.4l-757.7 -10015.2l-758.8 -10015l-760 -10014.8l-761.1 -10014.6l-762.2 -10014.4l-763.4 -10014.2l-764.5 -10014l-765.6 -10013.8l-766.7 -10013.6l-767.8 -10013.4l-769 -10013.2l-770.1 -10013l-771.2 -10012.8l-772.3 -10012.6l-773.4 -10012.3l-774.5 -10012.2l-775.6 -10012l-776.7 -10011.8l-777.8 -10011.6l-778.9 -10011.3l-780 -10011.2l-781.1 -10011l-782.2 -10010.8l-783.3 -10010.6l-784.4 -10010.3l-785.5 -10010.2l-786.6 -10010l-787.6 -10009.8l-788.7 -10009.5l-789.8 -10009.4l-790.9 -10009.2l-791.9 -10009l-793 -10008.7l-794.1 -10008.5l-795.2 -10008.3l-796.2 -10008.1l-797.3 -10007.9l-798.4 -10007.7l-799.4 -10007.5l-800.5 -10007.3l-801.5 -10007.1l-802.6 -10006.9l-803.6 -10006.7l-804.7 -10006.5l-805.7 -10006.3l-806.8 -10006.1l-807.8 -10005.9l-808.9 -10005.7l-809.9 -10005.5l-810.9 -10005.3l-812 -10005.1l-813 -10004.9l-814 -10004.7l-815.1 -10004.5l-816.1 -10004.3l-817.1 -10004.1l-818.2 -10003.9l-819.2 -10003.7l-820.2 -10003.5l-821.2 -10003.3l-822.2 -10003.1l-823.2 -10002.9l-824.3 -10002.7l-825.3 -10002.5l-826.3 -10002.3l-827.3 -10002.1l-828.3 -10001.9l-829.3 -10001.7l-830.3 -10001.5l-831.3 -10001.3l-832.3 -10001.1l-833.3 -10001l-834.2 -10000.8l-835.2 -10000.6l-836.2 -10000.3l-837.2 -10000.2l-838.2 -10000l-839.2 -9999.8l-840.1 -9999.5l-841.1 -9999.4l-842.1 -9999.2l-843.1 -9999l-844 -9998.8l-845 -9998.5l-846 -9998.4l-846.9 -9998.2l-847.9 -9998l-848.8 -9997.8l-849.8 -9997.6l-850.8 -9997.4l-851.7 -9997.2l-852.7 -9997l-853.6 -9996.8l-854.5 -9996.6l-855.5 -9996.4l-856.4 -9996.2l-857.4 -9996l-858.3 -9995.8l-859.2 -9995.6l-860.2 -9995.5l-861.1 -9995.3l-862 -9995l-863 -9994.9l-863.9 -9994.7l-864.8 -9994.5l-865.7 -9994.3l-866.6 -9994.1l-867.6 -9993.9l-868.5 -9993.7l-869.4 -9993.5l-870.3 -9993.3l-871.2 -9993.1l-872.1 -9992.9l-873 -9992.7l-873.9 -9992.6l-874.8 -9992.3l-875.7 -9992.2l-876.6 -9992l-877.5 -9991.8l-878.4 -9991.6l-879.3 -9991.4l-880.1 -9991.2l-881 -9991l-881.9 -9990.8l-882.8 -9990.6l-883.7 -9990.5l-884.5 -9990.3l-885.4 -9990.1l-886.3 -9989.9l-887.1 -9989.7l-888 -9989.5l-888.9 -9989.3l-889.7 -9989.1l-890.6 -9988.9l-891.4 -9988.8l-892.3 -9988.6l-893.1 -9988.4l-894 -9988.2l-894.8 -9988l-895.7 -9987.8l-896.5 -9987.6l-897.4 -9987.5l-898.2 -9987.2l-899 -9987.1l-899.9 -9986.9l-900.7 -9986.7l-901.5 -9986.5l-902.4 -9986.3l-903.2 -9986.2l-904 -9986l-904.8 -9985.8l-905.6 -9985.6l-906.5 -9985.4l-907.3 -9985.2l-908.1 -9985.1l-908.9 -9984.9l-909.7 -9984.7l-910.5 -9984.5l-911.3 -9984.3l-912.1 -9984.1l-912.9 -9983.9l-913.7 -9983.8l-914.5 -9983.6l-915.3 -9983.4l-916.1 -9983.2l-916.8 -9983l-917.6 -9982.9l-918.4 -9982.7l-919.2 -9982.5l-920 -9982.3l-920.7 -9982.1l-921.5 -9982l-922.3 -9981.8l-923.1 -9981.6l-923.8 -9981.4l-924.6 -9981.3l-925.3 -9981.1l-926.1 -9980.9l-926.9 -9980.7l-927.6 -9980.5l-928.4 -9980.4l-929.1 -9980.2l-929.9 -9980l-930.6 -9979.8l-931.3 -9979.7l-932.1 -9979.5l-932.8 -9979.3l-933.6 -9979.2l-934.3 -9979l-935 -9978.8l-935.8 -9978.6l-936.5 -9978.5l-937.2 -9978.3l-937.9 -9978.1l-938.6 -9978l-11 -116.4"
id="path1559"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1329983 -1l-.8 -10081.2l-2.5 -10082.2l-4.2 -10082.2l-5.9 -10082.2l-7.6 -10082.2l-9.2 -10082.2l-10.9 -10082.2l-12.6 -10082.2l-14.3 -10082.2l-15.9 -10082.2l-17.6 -10082.2l-19.3 -10082.2l-21 -10082.2l-22.7 -10082.2l-24.3 -10082.2l-26 -10082.2l-27.7 -10082.1l-29.4 -10082.1l-31 -10082.1l-32.7 -10082.1l-34.4 -10082.1l-36.1 -10082.1l-37.8 -10082.1l-39.4 -10082.1l-41.1 -10082.1l-42.8 -10082l-44.5 -10082l-46.1 -10082l-47.8 -10082l-49.5 -10081.9l-51.2 -10081.9l-52.8 -10081.9l-54.5 -10081.9l-56.2 -10081.9l-57.9 -10081.8l-59.6 -10081.8l-61.2 -10081.8l-62.9 -10081.8l-64.6 -10081.7l-66.3 -10081.8l-67.9 -10081.7l-69.6 -10081.7l-71.3 -10081.7l-73 -10081.6l-74.6 -10081.6l-76.3 -10081.6l-78 -10081.6l-79.6 -10081.5l-81.3 -10081.5l-83 -10081.5l-84.7 -10081.4l-86.3 -10081.4l-88 -10081.3l-89.7 -10081.3l-91.4 -10081.3l-93 -10081.3l-94.7 -10081.2l-96.4 -10081.2l-98 -10081.2l-99.7 -10081.1l-101.4 -10081.1l-103 -10081l-104.7 -10081l-106.4 -10081l-108.1 -10080.9l-109.7 -10080.9l-111.4 -10080.8l-113.1 -10080.8l-114.7 -10080.8l-116.4 -10080.7l-118.1 -10080.6l-119.7 -10080.6l-121.4 -10080.6l-123.1 -10080.5l-124.7 -10080.5l-126.4 -10080.4l-128.1 -10080.4l-129.7 -10080.4l-131.4 -10080.3l-133.1 -10080.3l-134.7 -10080.2l-136.4 -10080.2l-138 -10080.1l-139.7 -10080.1l-141.4 -10080l-143 -10080l-144.7 -10079.9l-146.4 -10079.8l-148 -10079.8l-149.7 -10079.7l-151.3 -10079.7l-153 -10079.6l-154.7 -10079.6l-156.3 -10079.5l-158 -10079.4l-159.6 -10079.4l-161.3 -10079.3l-162.9 -10079.3l-164.6 -10079.2l-166.3 -10079.1l-167.9 -10079.1l-169.6 -10079l-171.2 -10078.9l-172.9 -10078.9l-174.5 -10078.8l-176.2 -10078.8l-177.8 -10078.7l-179.5 -10078.6l-181.1 -10078.6l-182.8 -10078.5l-184.4 -10078.4l-186.1 -10078.3l-187.7 -10078.3l-189.4 -10078.2l-191 -10078.2l-192.7 -10078.1l-194.3 -10078l-196 -10077.9l-197.6 -10077.9l-199.3 -10077.8l-200.9 -10077.7l-202.6 -10077.6l-204.2 -10077.6l-205.8 -10077.5l-207.5 -10077.4l-209.1 -10077.3l-210.8 -10077.3l-212.4 -10077.2l-214.1 -10077.1l-215.7 -10077l-217.3 -10076.9l-219 -10076.9l-220.6 -10076.8l-222.3 -10076.7l-223.9 -10076.6l-225.5 -10076.5l-227.2 -10076.5l-228.8 -10076.4l-230.4 -10076.3l-232.1 -10076.2l-233.7 -10076.1l-235.3 -10076l-237 -10075.9l-238.6 -10075.8l-240.2 -10075.8l-241.9 -10075.7l-243.5 -10075.6l-245.1 -10075.5l-246.7 -10075.4l-248.4 -10075.3l-250 -10075.2l-251.6 -10075.1l-253.3 -10075l-254.9 -10074.9l-256.5 -10074.9l-258.1 -10074.8l-259.7 -10074.7l-261.4 -10074.5l-263 -10074.5l-264.6 -10074.4l-266.2 -10074.3l-267.8 -10074.2l-269.5 -10074.1l-271.1 -10074l-272.7 -10073.9l-274.3 -10073.8l-275.9 -10073.7l-277.5 -10073.6l-279.2 -10073.5l-280.8 -10073.4l-282.4 -10073.3l-284 -10073.2l-285.6 -10073.1l-287.2 -10073l-288.8 -10072.9l-290.4 -10072.7l-292 -10072.7l-293.7 -10072.6l-295.3 -10072.5l-296.9 -10072.3l-298.5 -10072.2l-300.1 -10072.1l-301.7 -10072l-303.3 -10071.9l-304.9 -10071.8l-306.5 -10071.7l-308.1 -10071.6l-309.7 -10071.5l-311.3 -10071.4l-312.9 -10071.2l-314.5 -10071.1l-316.1 -10071l-317.7 -10070.9l-319.3 -10070.8l-320.8 -10070.6l-322.4 -10070.6l-324 -10070.4l-325.6 -10070.3l-327.2 -10070.2l-328.8 -10070.1l-330.4 -10070l-332 -10069.9l-333.6 -10069.7l-335.1 -10069.6l-336.7 -10069.5l-338.3 -10069.4l-339.9 -10069.3l-341.5 -10069.1l-343.1 -10069l-344.6 -10068.9l-346.2 -10068.8l-347.8 -10068.6l-349.4 -10068.5l-350.9 -10068.4l-352.5 -10068.3l-354.1 -10068.1l-355.7 -10068l-357.2 -10067.9l-358.8 -10067.8l-360.4 -10067.6l-361.9 -10067.5l-363.5 -10067.3l-365.1 -10067.3l-366.6 -10067.1l-368.2 -10067l-369.8 -10066.9l-371.3 -10066.7l-372.9 -10066.6l-374.5 -10066.5l-376 -10066.3l-377.6 -10066.2l-379.1 -10066.1l-380.7 -10065.9l-382.2 -10065.8l-383.8 -10065.7l-385.3 -10065.5l-386.9 -10065.4l-388.5 -10065.3l-390 -10065.1l-391.6 -10065l-393.1 -10064.8l-394.6 -10064.7l-396.2 -10064.6l-397.7 -10064.4l-399.3 -10064.3l-400.8 -10064.2l-402.4 -10064l-403.9 -10063.9l-405.4 -10063.7l-407 -10063.6l-408.5 -10063.4l-410.1 -10063.3l-411.6 -10063.2l-413.1 -10063l-414.7 -10062.9l-416.2 -10062.7l-417.7 -10062.6l-419.3 -10062.4l-420.8 -10062.3l-422.3 -10062.1l-423.8 -10062l-425.4 -10061.9l-426.9 -10061.7l-428.4 -10061.6l-429.9 -10061.4l-431.5 -10061.3l-433 -10061.1l-434.5 -10060.9l-436 -10060.8l-437.5 -10060.7l-439 -10060.5l-440.5 -10060.3l-442.1 -10060.2l-443.6 -10060.1l-445.1 -10059.9l-446.6 -10059.8l-448.1 -10059.6l-449.6 -10059.4l-451.1 -10059.3l-452.6 -10059.1l-454.1 -10058.9l-455.6 -10058.8l-457.1 -10058.7l-458.6 -10058.5l-460.1 -10058.4l-461.6 -10058.2l-463.1 -10058l-464.6 -10057.9l-466.1 -10057.7l-467.6 -10057.6l-469.1 -10057.4l-470.6 -10057.3l-472.1 -10057.1l-473.5 -10056.9l-475 -10056.7l-476.5 -10056.6l-478 -10056.5l-479.5 -10056.3l-481 -10056.1l-482.4 -10055.9l-483.9 -10055.8l-485.4 -10055.6l-486.9 -10055.5l-488.3 -10055.3l-489.8 -10055.1l-491.3 -10055l-492.7 -10054.8l-494.2 -10054.7l-495.7 -10054.5l-497.1 -10054.3l-498.6 -10054.2l-500.1 -10054l-501.5 -10053.8l-503 -10053.7l-504.5 -10053.5l-505.9 -10053.3l-507.4 -10053.1l-508.8 -10052.9l-510.3 -10052.8l-511.7 -10052.6l-513.2 -10052.5l-514.6 -10052.3l-516.1 -10052.1l-517.5 -10052l-519 -10051.8l-520.4 -10051.6l-521.9 -10051.4l-523.3 -10051.3l-524.7 -10051.1l-526.2 -10050.9l-527.6 -10050.8l-529.1 -10050.5l-530.5 -10050.4l-531.9 -10050.2l-533.4 -10050.1l-534.8 -10049.9l-536.2 -10049.7l-537.6 -10049.5l-539.1 -10049.4l-540.5 -10049.2l-541.9 -10049l-543.3 -10048.8l-544.8 -10048.7l-546.2 -10048.5l-547.6 -10048.3l-549 -10048.1l-550.4 -10047.9l-551.8 -10047.8l-553.2 -10047.6l-554.6 -10047.4l-556.1 -10047.2l-557.5 -10047l-558.9 -10046.9l-560.3 -10046.7l-561.7 -10046.5l-563.1 -10046.3l-564.5 -10046.1l-565.9 -10046l-567.3 -10045.7l-568.7 -10045.6l-570.1 -10045.4l-571.5 -10045.2l-572.8 -10045l-574.2 -10044.8l-575.6 -10044.7l-577 -10044.5l-578.4 -10044.3l-579.8 -10044.1l-581.2 -10043.9l-582.5 -10043.8l-583.9 -10043.6l-585.3 -10043.4l-586.7 -10043.2l-588 -10043l-589.4 -10042.8l-590.8 -10042.6l-592.1 -10042.4l-593.5 -10042.3l-594.9 -10042.1l-596.2 -10041.9l-597.6 -10041.7l-599 -10041.5l-600.3 -10041.3l-601.7 -10041.1l-603 -10041l-604.4 -10040.7l-605.7 -10040.6l-607.1 -10040.4l-608.4 -10040.2l-609.8 -10040l-611.1 -10039.8l-612.5 -10039.6l-613.8 -10039.4l-615.2 -10039.3l-616.5 -10039.1l-617.8 -10038.8l-619.2 -10038.7l-620.5 -10038.5l-621.9 -10038.3l-623.2 -10038.1l-624.5 -10037.9l-625.8 -10037.7l-627.2 -10037.5l-628.5 -10037.3l-629.8 -10037.1l-631.1 -10037l-632.5 -10036.8l-633.8 -10036.6l-635.1 -10036.3l-636.4 -10036.2l-637.7 -10036l-639 -10035.8l-640.4 -10035.6l-641.7 -10035.4l-643 -10035.2l-644.3 -10035l-645.6 -10034.8l-646.9 -10034.6l-648.2 -10034.4l-649.5 -10034.2l-650.8 -10034l-652.1 -10033.8l-653.4 -10033.6l-654.7 -10033.4l-655.9 -10033.3l-657.2 -10033.1l-658.5 -10032.9l-659.8 -10032.6l-661.1 -10032.5l-662.4 -10032.3l-663.7 -10032.1l-664.9 -10031.8l-666.2 -10031.7l-667.5 -10031.5l-668.8 -10031.3l-670 -10031.1l-671.3 -10030.8l-672.6 -10030.7l-673.8 -10030.5l-675.1 -10030.3l-676.4 -10030.1l-677.6 -10029.9l-678.9 -10029.7l-680.1 -10029.5l-681.4 -10029.3l-682.6 -10029.1l-683.9 -10028.9l-685.1 -10028.7l-686.4 -10028.5l-687.6 -10028.3l-688.9 -10028.1l-690.1 -10027.9l-691.4 -10027.7l-692.6 -10027.5l-693.8 -10027.3l-695.1 -10027.1l-696.3 -10026.9l-697.5 -10026.7l-698.8 -10026.5l-700 -10026.3l-701.2 -10026.1l-702.5 -10025.9l-703.7 -10025.7l-704.9 -10025.4l-706.1 -10025.3l-707.3 -10025.1l-708.5 -10024.9l-709.8 -10024.7l-711 -10024.4l-712.2 -10024.3l-713.4 -10024.1l-714.6 -10023.9l-715.8 -10023.6l-717 -10023.5l-718.2 -10023.3l-719.4 -10023.1l-720.6 -10022.9l-721.8 -10022.6l-723 -10022.4l-724.2 -10022.2l-725.4 -10022l-726.6 -10021.8l-727.7 -10021.6l-728.9 -10021.4l-730.1 -10021.2l-731.3 -10021l-732.5 -10020.8l-733.6 -10020.6l-734.8 -10020.4l-736 -10020.2l-737.2 -10020l-738.3 -10019.8l-739.5 -10019.6l-740.7 -10019.4l-741.8 -10019.2l-743 -10019l-744.1 -10018.8l-745.3 -10018.6l-746.5 -10018.4l-747.6 -10018.2l-748.8 -10017.9l-749.9 -10017.8l-751.1 -10017.6l-752.2 -10017.4l-753.3 -10017.1l-754.5 -10017l-755.6 -10016.8l-756.8 -10016.5l-757.9 -10016.3l-759 -10016.1l-760.2 -10015.9l-761.3 -10015.7l-762.4 -10015.5l-763.6 -10015.3l-764.7 -10015.1l-765.8 -10014.9l-766.9 -10014.7l-768 -10014.5l-769.2 -10014.3l-770.3 -10014.1l-771.4 -10013.9l-772.5 -10013.7l-773.6 -10013.5l-774.7 -10013.3l-775.8 -10013.1l-776.9 -10012.9l-778 -10012.7l-779.1 -10012.4l-780.2 -10012.3l-781.3 -10012.1l-782.4 -10011.9l-783.5 -10011.7l-784.6 -10011.4l-785.7 -10011.2l-786.8 -10011l-787.8 -10010.8l-788.9 -10010.6l-790 -10010.4l-791.1 -10010.2l-792.2 -10010l-793.2 -10009.8l-794.3 -10009.6l-795.4 -10009.4l-796.4 -10009.2l-797.5 -10009l-798.6 -10008.8l-799.6 -10008.6l-800.7 -10008.4l-801.7 -10008.2l-802.8 -10008l-803.8 -10007.8l-804.9 -10007.6l-805.9 -10007.4l-807 -10007.2l-808 -10006.9l-809.1 -10006.8l-810.1 -10006.6l-811.1 -10006.4l-812.2 -10006.2l-813.2 -10005.9l-814.2 -10005.8l-815.3 -10005.6l-816.3 -10005.4l-817.3 -10005.1l-818.4 -10005l-819.4 -10004.8l-820.4 -10004.6l-821.4 -10004.4l-822.4 -10004.1l-823.4 -10003.9l-824.5 -10003.7l-825.5 -10003.5l-826.5 -10003.3l-827.5 -10003.1l-828.5 -10002.9l-829.5 -10002.7l-830.5 -10002.5l-831.5 -10002.3l-832.5 -10002.1l-833.5 -10001.9l-834.4 -10001.7l-835.4 -10001.5l-836.4 -10001.3l-837.4 -10001.1l-838.4 -10000.9l-839.4 -10000.7l-840.3 -10000.5l-841.3 -10000.3l-842.3 -10000.1l-843.3 -9999.9l-844.2 -9999.7l-845.2 -9999.5l-846.2 -9999.3l-847.1 -9999.1l-848.1 -9999l-849 -9998.7l-850 -9998.6l-850.9 -9998.4l-851.9 -9998.2l-852.9 -9998l-853.8 -9997.7l-854.7 -9997.6l-855.7 -9997.4l-856.6 -9997.2l-857.6 -9997l-858.5 -9996.7l-859.4 -9996.6l-860.4 -9996.4l-861.3 -9996.2l-862.2 -9996l-863.2 -9995.8l-864.1 -9995.6l-865 -9995.4l-865.9 -9995.2l-866.8 -9995l-867.8 -9994.8l-868.7 -9994.6l-869.6 -9994.4l-870.5 -9994.2l-871.4 -9994l-872.3 -9993.8l-873.2 -9993.7l-874.1 -9993.5l-875 -9993.2l-875.9 -9993.1l-876.8 -9992.9l-877.7 -9992.7l-878.6 -9992.5l-879.4 -9992.3l-880.3 -9992.1l-881.2 -9991.9l-882.1 -9991.7l-883 -9991.5l-883.8 -9991.3l-884.7 -9991.1l-885.6 -9991l-886.5 -9990.8l-887.3 -9990.5l-888.2 -9990.4l-889.1 -9990.2l-889.9 -9990l-890.8 -9989.8l-891.6 -9989.6l-892.5 -9989.4l-893.3 -9989.2l-894.2 -9989l-895 -9988.8l-895.9 -9988.7l-896.7 -9988.5l-897.5 -9988.3l-898.4 -9988.1l-899.2 -9987.9l-900.1 -9987.7l-900.9 -9987.5l-901.7 -9987.4l-902.5 -9987.1l-903.4 -9987l-904.2 -9986.8l-905 -9986.6l-905.8 -9986.4l-906.6 -9986.2l-907.5 -9986.1l-908.3 -9985.9l-909.1 -9985.7l-909.9 -9985.5l-910.7 -9985.3l-911.5 -9985.1l-912.3 -9984.9l-913.1 -9984.7l-913.9 -9984.6l-914.7 -9984.4l-915.5 -9984.2l-916.2 -9984l-917 -9983.8l-917.8 -9983.7l-918.6 -9983.5l-919.4 -9983.3l-920.2 -9983.1l-920.9 -9982.9l-921.7 -9982.8l-922.5 -9982.6l-442.6 -4786.8"
id="path1560"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1340066.1 -1l-.8 -10082.9l-2.5 -10083.9l-4.2 -10083.9l-5.9 -10083.9l-7.6 -10083.9l-9.2 -10083.9l-10.9 -10083.9l-12.6 -10083.9l-14.3 -10083.9l-16 -10083.9l-17.6 -10083.9l-19.3 -10083.8l-21 -10083.9l-22.7 -10083.9l-24.3 -10083.9l-26 -10083.8l-27.7 -10083.8l-29.4 -10083.8l-31.1 -10083.8l-32.7 -10083.8l-34.4 -10083.8l-36.1 -10083.8l-37.8 -10083.8l-39.4 -10083.7l-41.1 -10083.7l-42.8 -10083.7l-44.5 -10083.7l-46.2 -10083.7l-47.8 -10083.7l-49.5 -10083.6l-51.2 -10083.6l-52.9 -10083.6l-54.5 -10083.6l-56.2 -10083.6l-57.9 -10083.5l-59.6 -10083.5l-61.3 -10083.5l-62.9 -10083.5l-64.6 -10083.4l-66.3 -10083.4l-68 -10083.4l-69.6 -10083.4l-71.3 -10083.3l-73 -10083.3l-74.7 -10083.3l-76.3 -10083.3l-78 -10083.2l-79.7 -10083.2l-81.3 -10083.1l-83 -10083.1l-84.7 -10083.1l-86.4 -10083.1l-88 -10083l-89.7 -10083l-91.4 -10083l-93.1 -10082.9l-94.7 -10082.9l-96.4 -10082.8l-98.1 -10082.8l-99.7 -10082.8l-101.4 -10082.8l-103.1 -10082.7l-104.8 -10082.7l-106.4 -10082.6l-108.1 -10082.6l-109.8 -10082.6l-111.4 -10082.5l-113.1 -10082.5l-114.8 -10082.4l-116.4 -10082.4l-118.1 -10082.3l-119.8 -10082.3l-121.4 -10082.3l-123.1 -10082.2l-124.8 -10082.2l-126.4 -10082.1l-128.1 -10082.1l-129.8 -10082l-131.4 -10082l-133.1 -10081.9l-134.8 -10081.8l-136.4 -10081.8l-138.1 -10081.8l-139.8 -10081.7l-141.4 -10081.6l-143.1 -10081.6l-144.7 -10081.6l-146.4 -10081.5l-148.1 -10081.4l-149.7 -10081.4l-151.4 -10081.3l-153 -10081.3l-154.7 -10081.2l-156.4 -10081.1l-158 -10081.1l-159.7 -10081l-161.3 -10081l-163 -10080.9l-164.7 -10080.8l-166.3 -10080.8l-168 -10080.7l-169.6 -10080.7l-171.3 -10080.6l-172.9 -10080.5l-174.6 -10080.5l-176.2 -10080.4l-177.9 -10080.4l-179.5 -10080.3l-181.2 -10080.2l-182.9 -10080.1l-184.5 -10080.1l-186.2 -10080l-187.8 -10079.9l-189.5 -10079.9l-191.1 -10079.8l-192.8 -10079.7l-194.4 -10079.6l-196 -10079.6l-197.7 -10079.5l-199.3 -10079.4l-201 -10079.4l-202.6 -10079.3l-204.3 -10079.2l-205.9 -10079.1l-207.6 -10079.1l-209.2 -10078.9l-210.9 -10078.9l-212.5 -10078.8l-214.1 -10078.7l-215.8 -10078.7l-217.4 -10078.6l-219.1 -10078.5l-220.7 -10078.4l-222.3 -10078.3l-224 -10078.2l-225.6 -10078.2l-227.2 -10078.1l-228.9 -10078l-230.5 -10077.9l-232.2 -10077.8l-233.8 -10077.7l-235.4 -10077.7l-237.1 -10077.6l-238.7 -10077.5l-240.3 -10077.4l-241.9 -10077.3l-243.6 -10077.2l-245.2 -10077.1l-246.8 -10077l-248.5 -10076.9l-250.1 -10076.9l-251.7 -10076.8l-253.3 -10076.7l-255 -10076.5l-256.6 -10076.5l-258.2 -10076.4l-259.8 -10076.3l-261.5 -10076.2l-263.1 -10076.1l-264.7 -10076l-266.3 -10075.9l-267.9 -10075.8l-269.6 -10075.7l-271.2 -10075.6l-272.8 -10075.5l-274.4 -10075.4l-276 -10075.3l-277.7 -10075.2l-279.3 -10075.1l-280.9 -10075l-282.5 -10074.9l-284.1 -10074.8l-285.7 -10074.7l-287.3 -10074.6l-288.9 -10074.5l-290.5 -10074.3l-292.2 -10074.3l-293.8 -10074.2l-295.4 -10074.1l-297 -10073.9l-298.6 -10073.8l-300.2 -10073.7l-301.8 -10073.6l-303.4 -10073.5l-305 -10073.4l-306.6 -10073.3l-308.2 -10073.2l-309.8 -10073.1l-311.4 -10073l-313 -10072.8l-314.6 -10072.7l-316.2 -10072.6l-317.8 -10072.5l-319.4 -10072.4l-321 -10072.2l-322.6 -10072.2l-324.1 -10072l-325.7 -10071.9l-327.3 -10071.8l-328.9 -10071.7l-330.5 -10071.6l-332.1 -10071.4l-333.7 -10071.3l-335.3 -10071.2l-336.8 -10071.1l-338.4 -10071l-340 -10070.8l-341.6 -10070.7l-343.2 -10070.6l-344.8 -10070.5l-346.3 -10070.3l-347.9 -10070.2l-349.5 -10070.1l-351.1 -10070l-352.6 -10069.8l-354.2 -10069.7l-355.8 -10069.6l-357.4 -10069.5l-358.9 -10069.3l-360.5 -10069.2l-362.1 -10069.1l-363.6 -10068.9l-365.2 -10068.8l-366.8 -10068.7l-368.3 -10068.6l-369.9 -10068.4l-371.5 -10068.3l-373 -10068.2l-374.6 -10068l-376.1 -10067.9l-377.7 -10067.7l-379.3 -10067.6l-380.8 -10067.5l-382.4 -10067.4l-383.9 -10067.2l-385.5 -10067l-387 -10066.9l-388.6 -10066.8l-390.1 -10066.7l-391.7 -10066.5l-393.2 -10066.4l-394.8 -10066.3l-396.3 -10066.1l-397.9 -10066l-399.4 -10065.8l-401 -10065.7l-402.5 -10065.6l-404.1 -10065.4l-405.6 -10065.2l-407.1 -10065.1l-408.7 -10065l-410.2 -10064.8l-411.7 -10064.7l-413.3 -10064.5l-414.8 -10064.4l-416.3 -10064.3l-417.9 -10064.1l-419.4 -10064l-420.9 -10063.8l-422.5 -10063.7l-424 -10063.5l-425.5 -10063.4l-427 -10063.2l-428.6 -10063.1l-430.1 -10062.9l-431.6 -10062.8l-433.1 -10062.6l-434.6 -10062.4l-436.2 -10062.3l-437.7 -10062.2l-439.2 -10062l-440.7 -10061.8l-442.2 -10061.7l-443.7 -10061.6l-445.2 -10061.4l-446.7 -10061.3l-448.3 -10061.1l-449.8 -10061l-451.3 -10060.8l-452.8 -10060.6l-454.3 -10060.5l-455.8 -10060.3l-457.3 -10060.2l-458.8 -10060l-460.3 -10059.9l-461.8 -10059.7l-463.3 -10059.5l-464.8 -10059.4l-466.3 -10059.2l-467.7 -10059.1l-469.2 -10058.9l-470.7 -10058.7l-472.2 -10058.6l-473.7 -10058.4l-475.2 -10058.2l-476.7 -10058.1l-478.2 -10057.9l-479.6 -10057.8l-481.1 -10057.6l-482.6 -10057.4l-484.1 -10057.3l-485.6 -10057.1l-487 -10056.9l-488.5 -10056.8l-490 -10056.6l-491.4 -10056.5l-492.9 -10056.3l-494.4 -10056.1l-495.8 -10055.9l-497.3 -10055.8l-498.8 -10055.6l-500.2 -10055.5l-501.7 -10055.2l-503.2 -10055.1l-504.6 -10054.9l-506.1 -10054.8l-507.5 -10054.6l-509 -10054.4l-510.5 -10054.3l-511.9 -10054.1l-513.4 -10053.9l-514.8 -10053.7l-516.3 -10053.6l-517.7 -10053.4l-519.1 -10053.2l-520.6 -10053.1l-522 -10052.9l-523.5 -10052.7l-524.9 -10052.5l-526.4 -10052.4l-527.8 -10052.2l-529.2 -10052l-530.7 -10051.8l-532.1 -10051.7l-533.5 -10051.5l-535 -10051.3l-536.4 -10051.1l-537.8 -10051l-539.2 -10050.8l-540.7 -10050.6l-542.1 -10050.4l-543.5 -10050.2l-544.9 -10050.1l-546.3 -10049.9l-547.8 -10049.7l-549.2 -10049.5l-550.6 -10049.4l-552 -10049.2l-553.4 -10049l-554.8 -10048.8l-556.2 -10048.6l-557.6 -10048.5l-559.1 -10048.3l-560.5 -10048.1l-561.9 -10047.9l-563.3 -10047.7l-564.7 -10047.5l-566.1 -10047.4l-567.5 -10047.1l-568.8 -10047l-570.2 -10046.8l-571.6 -10046.6l-573 -10046.4l-574.4 -10046.2l-575.8 -10046.1l-577.2 -10045.9l-578.6 -10045.7l-580 -10045.5l-581.3 -10045.3l-582.7 -10045.1l-584.1 -10045l-585.5 -10044.8l-586.8 -10044.5l-588.2 -10044.4l-589.6 -10044.2l-591 -10044l-592.3 -10043.8l-593.7 -10043.6l-595.1 -10043.5l-596.4 -10043.3l-597.8 -10043.1l-599.2 -10042.9l-600.5 -10042.7l-601.9 -10042.5l-603.2 -10042.3l-604.6 -10042.1l-605.9 -10041.9l-607.3 -10041.7l-608.6 -10041.6l-610 -10041.4l-611.3 -10041.1l-612.7 -10041l-614 -10040.8l-615.4 -10040.6l-616.7 -10040.4l-618 -10040.2l-619.4 -10040l-620.7 -10039.8l-622 -10039.6l-623.4 -10039.4l-624.7 -10039.2l-626 -10039.1l-627.4 -10038.9l-628.7 -10038.7l-630 -10038.4l-631.3 -10038.3l-632.7 -10038.1l-634 -10037.9l-635.3 -10037.7l-636.6 -10037.5l-637.9 -10037.3l-639.2 -10037.1l-640.5 -10036.9l-641.9 -10036.7l-643.2 -10036.5l-644.5 -10036.3l-645.8 -10036.1l-647.1 -10035.9l-648.4 -10035.7l-649.7 -10035.5l-651 -10035.3l-652.3 -10035.1l-653.6 -10034.9l-654.9 -10034.7l-656.1 -10034.5l-657.4 -10034.3l-658.7 -10034.1l-660 -10033.9l-661.3 -10033.7l-662.6 -10033.5l-663.9 -10033.3l-665.1 -10033.1l-666.4 -10032.9l-667.7 -10032.7l-669 -10032.5l-670.2 -10032.3l-671.5 -10032.1l-672.8 -10031.9l-674 -10031.7l-675.3 -10031.5l-676.6 -10031.3l-677.8 -10031.1l-679.1 -10030.9l-680.3 -10030.7l-681.6 -10030.5l-682.8 -10030.3l-684.1 -10030.1l-685.3 -10029.9l-686.6 -10029.7l-687.8 -10029.5l-689.1 -10029.3l-690.3 -10029.1l-691.6 -10028.9l-692.8 -10028.7l-694 -10028.5l-695.3 -10028.3l-696.5 -10028.1l-697.7 -10027.9l-699 -10027.7l-700.2 -10027.5l-701.4 -10027.3l-702.7 -10027.1l-703.9 -10026.9l-705.1 -10026.7l-706.3 -10026.5l-707.5 -10026.3l-708.7 -10026.1l-710 -10025.9l-711.2 -10025.6l-712.4 -10025.5l-713.6 -10025.3l-714.8 -10025.1l-716 -10024.8l-717.2 -10024.7l-718.4 -10024.5l-719.6 -10024.3l-720.8 -10024l-722 -10023.8l-723.2 -10023.6l-724.4 -10023.4l-725.6 -10023.2l-726.8 -10023l-727.9 -10022.8l-729.1 -10022.6l-730.3 -10022.4l-731.5 -10022.2l-732.7 -10022l-733.8 -10021.8l-735 -10021.6l-736.2 -10021.4l-737.4 -10021.1l-738.5 -10021l-739.7 -10020.8l-740.9 -10020.6l-742 -10020.4l-743.2 -10020.1l-744.4 -10019.9l-745.5 -10019.7l-746.7 -10019.5l-747.8 -10019.3l-749 -10019.1l-750.1 -10018.9l-751.3 -10018.7l-752.4 -10018.5l-753.6 -10018.3l-754.7 -10018.1l-755.8 -10017.9l-757 -10017.7l-758.1 -10017.5l-759.2 -10017.2l-760.4 -10017.1l-761.5 -10016.9l-762.6 -10016.7l-763.8 -10016.4l-764.9 -10016.2l-766 -10016l-767.1 -10015.8l-768.3 -10015.6l-769.4 -10015.4l-770.5 -10015.2l-771.6 -10015l-772.7 -10014.8l-773.8 -10014.6l-774.9 -10014.4l-776 -10014.2l-777.1 -10014l-778.2 -10013.8l-779.3 -10013.5l-780.4 -10013.4l-781.5 -10013.2l-782.6 -10012.9l-783.7 -10012.7l-784.8 -10012.5l-785.9 -10012.3l-787 -10012.1l-788 -10011.9l-789.1 -10011.7l-790.2 -10011.5l-791.3 -10011.3l-792.4 -10011.1l-793.4 -10010.9l-794.5 -10010.7l-795.6 -10010.5l-796.6 -10010.3l-797.7 -10010.1l-798.8 -10009.8l-799.8 -10009.7l-800.9 -10009.5l-801.9 -10009.3l-803 -10009l-804 -10008.8l-805.1 -10008.6l-806.1 -10008.4l-807.2 -10008.2l-808.2 -10008l-809.3 -10007.8l-810.3 -10007.6l-811.3 -10007.4l-812.4 -10007.2l-813.4 -10007l-814.5 -10006.8l-815.5 -10006.6l-816.5 -10006.4l-817.5 -10006.2l-818.6 -10006l-819.6 -10005.8l-820.6 -10005.6l-821.6 -10005.4l-822.6 -10005.1l-823.6 -10005l-824.7 -10004.8l-825.7 -10004.6l-826.7 -10004.4l-827.7 -10004.1l-828.7 -10003.9l-829.7 -10003.7l-830.7 -10003.5l-831.7 -10003.3l-832.7 -10003.1l-833.7 -10002.9l-834.6 -10002.7l-835.6 -10002.5l-836.6 -10002.3l-837.6 -10002.1l-838.6 -10001.9l-839.6 -10001.7l-840.5 -10001.5l-841.5 -10001.3l-842.5 -10001.1l-843.5 -10000.9l-844.4 -10000.7l-845.4 -10000.5l-846.4 -10000.3l-847.3 -10000.1l-848.3 -9999.9l-849.2 -9999.7l-850.2 -9999.5l-851.1 -9999.3l-852.1 -9999.1l-853 -9998.9l-854 -9998.7l-854.9 -9998.5l-855.9 -9998.3l-856.8 -9998.1l-857.8 -9997.9l-858.7 -9997.7l-859.6 -9997.5l-860.6 -9997.3l-861.5 -9997.1l-862.4 -9996.9l-863.4 -9996.7l-864.3 -9996.5l-865.2 -9996.3l-866.1 -9996.1l-867 -9995.9l-867.9 -9995.7l-868.9 -9995.5l-869.8 -9995.3l-870.7 -9995.1l-871.6 -9994.9l-872.5 -9994.7l-873.4 -9994.6l-874.3 -9994.4l-875.2 -9994.1l-876.1 -9994l-877 -9993.8l-877.9 -9993.6l-878.7 -9993.3l-879.6 -9993.2l-880.5 -9993l-881.4 -9992.8l-882.3 -9992.6l-883.2 -9992.4l-884 -9992.2l-884.9 -9992l-885.8 -9991.8l-886.6 -9991.6l-887.5 -9991.4l-888.4 -9991.2l-889.2 -9991l-890.1 -9990.9l-891 -9990.6l-891.8 -9990.5l-892.7 -9990.3l-893.5 -9990.1l-894.4 -9989.9l-895.2 -9989.7l-896.1 -9989.5l-896.9 -9989.3l-897.7 -9989.1l-898.6 -9988.9l-899.4 -9988.8l-900.2 -9988.6l-901.1 -9988.4l-901.9 -9988.2l-902.7 -9988l-903.6 -9987.8l-904.4 -9987.6l-905.2 -9987.4l-492.7 -5432.5"
id="path1561"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1350150.8 -1l-.8 -10084.6l-2.5 -10085.6l-4.2 -10085.6l-5.9 -10085.6l-7.6 -10085.6l-9.2 -10085.6l-10.9 -10085.6l-12.6 -10085.6l-14.3 -10085.6l-16 -10085.6l-17.6 -10085.6l-19.3 -10085.5l-21 -10085.6l-22.7 -10085.5l-24.4 -10085.5l-26 -10085.5l-27.7 -10085.5l-29.4 -10085.5l-31.1 -10085.5l-32.7 -10085.5l-34.4 -10085.4l-36.1 -10085.5l-37.8 -10085.4l-39.5 -10085.4l-41.1 -10085.4l-42.8 -10085.4l-44.5 -10085.4l-46.2 -10085.4l-47.9 -10085.3l-49.5 -10085.3l-51.2 -10085.3l-52.9 -10085.3l-54.6 -10085.3l-56.2 -10085.2l-57.9 -10085.2l-59.6 -10085.2l-61.3 -10085.2l-63 -10085.2l-64.6 -10085.1l-66.3 -10085.1l-68 -10085.1l-69.7 -10085.1l-71.3 -10085l-73 -10085l-74.7 -10085l-76.4 -10084.9l-78 -10084.9l-79.7 -10084.9l-81.4 -10084.8l-83.1 -10084.8l-84.7 -10084.8l-86.4 -10084.8l-88.1 -10084.7l-89.7 -10084.7l-91.4 -10084.7l-93.1 -10084.6l-94.8 -10084.6l-96.4 -10084.5l-98.1 -10084.5l-99.8 -10084.5l-101.5 -10084.4l-103.1 -10084.4l-104.8 -10084.4l-106.5 -10084.3l-108.1 -10084.3l-109.8 -10084.2l-111.5 -10084.2l-113.1 -10084.1l-114.8 -10084.1l-116.5 -10084.1l-118.2 -10084l-119.8 -10084l-121.5 -10083.9l-123.2 -10083.9l-124.8 -10083.8l-126.5 -10083.8l-128.2 -10083.7l-129.8 -10083.7l-131.5 -10083.6l-133.2 -10083.6l-134.8 -10083.5l-136.5 -10083.5l-138.1 -10083.4l-139.8 -10083.4l-141.5 -10083.3l-143.1 -10083.3l-144.8 -10083.2l-146.5 -10083.2l-148.1 -10083.1l-149.8 -10083l-151.4 -10083l-153.1 -10082.9l-154.8 -10082.9l-156.4 -10082.8l-158.1 -10082.8l-159.7 -10082.7l-161.4 -10082.6l-163.1 -10082.6l-164.7 -10082.5l-166.4 -10082.5l-168 -10082.4l-169.7 -10082.3l-171.3 -10082.2l-173 -10082.2l-174.7 -10082.1l-176.3 -10082.1l-178 -10082l-179.6 -10081.9l-181.3 -10081.9l-182.9 -10081.8l-184.6 -10081.7l-186.2 -10081.6l-187.9 -10081.6l-189.5 -10081.5l-191.2 -10081.4l-192.8 -10081.4l-194.5 -10081.3l-196.1 -10081.2l-197.8 -10081.2l-199.4 -10081.1l-201.1 -10081l-202.7 -10080.9l-204.4 -10080.9l-206 -10080.8l-207.6 -10080.7l-209.3 -10080.6l-210.9 -10080.5l-212.6 -10080.5l-214.2 -10080.4l-215.9 -10080.3l-217.5 -10080.2l-219.1 -10080.1l-220.8 -10080.1l-222.4 -10080l-224.1 -10079.9l-225.7 -10079.8l-227.3 -10079.7l-229 -10079.6l-230.6 -10079.6l-232.2 -10079.4l-233.9 -10079.4l-235.5 -10079.3l-237.1 -10079.2l-238.8 -10079.1l-240.4 -10079l-242 -10078.9l-243.7 -10078.9l-245.3 -10078.8l-246.9 -10078.6l-248.6 -10078.6l-250.2 -10078.5l-251.8 -10078.4l-253.4 -10078.3l-255.1 -10078.2l-256.7 -10078.1l-258.3 -10078l-259.9 -10077.9l-261.6 -10077.8l-263.2 -10077.7l-264.8 -10077.6l-266.4 -10077.5l-268 -10077.4l-269.7 -10077.3l-271.3 -10077.2l-272.9 -10077.1l-274.5 -10077l-276.1 -10076.9l-277.8 -10076.8l-279.4 -10076.7l-281 -10076.6l-282.6 -10076.5l-284.2 -10076.4l-285.8 -10076.3l-287.4 -10076.2l-289 -10076.1l-290.7 -10076l-292.3 -10075.9l-293.9 -10075.8l-295.5 -10075.7l-297.1 -10075.6l-298.7 -10075.4l-300.3 -10075.3l-301.9 -10075.2l-303.5 -10075.1l-305.1 -10075l-306.7 -10074.9l-308.3 -10074.8l-309.9 -10074.7l-311.5 -10074.6l-313.1 -10074.4l-314.7 -10074.3l-316.3 -10074.2l-317.9 -10074.1l-319.5 -10074l-321.1 -10073.8l-322.7 -10073.7l-324.3 -10073.6l-325.9 -10073.5l-327.4 -10073.4l-329 -10073.3l-330.6 -10073.1l-332.2 -10073l-333.8 -10072.9l-335.4 -10072.8l-337 -10072.7l-338.6 -10072.5l-340.1 -10072.4l-341.7 -10072.3l-343.3 -10072.2l-344.9 -10072l-346.5 -10071.9l-348 -10071.8l-349.6 -10071.6l-351.2 -10071.5l-352.8 -10071.4l-354.3 -10071.3l-355.9 -10071.1l-357.5 -10071l-359.1 -10070.9l-360.6 -10070.8l-362.2 -10070.6l-363.8 -10070.5l-365.3 -10070.4l-366.9 -10070.3l-368.5 -10070.1l-370 -10070l-371.6 -10069.8l-373.2 -10069.7l-374.7 -10069.6l-376.3 -10069.5l-377.8 -10069.3l-379.4 -10069.2l-381 -10069l-382.5 -10068.9l-384.1 -10068.8l-385.6 -10068.6l-387.2 -10068.5l-388.7 -10068.4l-390.3 -10068.2l-391.8 -10068l-393.4 -10067.9l-394.9 -10067.8l-396.5 -10067.7l-398 -10067.5l-399.6 -10067.3l-401.1 -10067.2l-402.7 -10067.1l-404.2 -10067l-405.7 -10066.8l-407.3 -10066.7l-408.8 -10066.5l-410.3 -10066.4l-411.9 -10066.2l-413.4 -10066.1l-415 -10065.9l-416.5 -10065.8l-418 -10065.6l-419.5 -10065.5l-421.1 -10065.3l-422.6 -10065.2l-424.1 -10065.1l-425.7 -10064.9l-427.2 -10064.7l-428.7 -10064.6l-430.2 -10064.5l-431.8 -10064.3l-433.3 -10064.2l-434.8 -10064l-436.3 -10063.8l-437.8 -10063.7l-439.3 -10063.5l-440.9 -10063.4l-442.4 -10063.2l-443.9 -10063.1l-445.4 -10062.9l-446.9 -10062.8l-448.4 -10062.6l-449.9 -10062.5l-451.4 -10062.3l-452.9 -10062.1l-454.4 -10062l-455.9 -10061.8l-457.4 -10061.7l-458.9 -10061.5l-460.4 -10061.4l-461.9 -10061.2l-463.4 -10061l-464.9 -10060.9l-466.4 -10060.7l-467.9 -10060.6l-469.4 -10060.4l-470.9 -10060.2l-472.4 -10060.1l-473.9 -10059.9l-475.3 -10059.7l-476.8 -10059.6l-478.3 -10059.4l-479.8 -10059.3l-481.3 -10059.1l-482.8 -10058.9l-484.2 -10058.8l-485.7 -10058.6l-487.2 -10058.4l-488.7 -10058.2l-490.1 -10058.1l-491.6 -10057.9l-493.1 -10057.8l-494.5 -10057.6l-496 -10057.4l-497.5 -10057.3l-498.9 -10057.1l-500.4 -10056.9l-501.9 -10056.7l-503.3 -10056.6l-504.8 -10056.4l-506.3 -10056.2l-507.7 -10056.1l-509.2 -10055.9l-510.6 -10055.7l-512.1 -10055.5l-513.5 -10055.4l-515 -10055.2l-516.4 -10055l-517.9 -10054.9l-519.3 -10054.7l-520.8 -10054.5l-522.2 -10054.3l-523.6 -10054.2l-525.1 -10054l-526.5 -10053.8l-528 -10053.6l-529.4 -10053.4l-530.8 -10053.3l-532.3 -10053.1l-533.7 -10052.9l-535.1 -10052.7l-536.6 -10052.6l-538 -10052.4l-539.4 -10052.2l-540.8 -10052l-542.3 -10051.8l-543.7 -10051.7l-545.1 -10051.5l-546.5 -10051.3l-547.9 -10051.1l-549.4 -10050.9l-550.8 -10050.8l-552.2 -10050.6l-553.6 -10050.4l-555 -10050.2l-556.4 -10050l-557.8 -10049.9l-559.2 -10049.7l-560.6 -10049.5l-562 -10049.3l-563.4 -10049.1l-564.8 -10048.9l-566.2 -10048.8l-567.6 -10048.5l-569 -10048.4l-570.4 -10048.2l-571.8 -10048l-573.2 -10047.8l-574.6 -10047.6l-576 -10047.5l-577.4 -10047.3l-578.8 -10047.1l-580.1 -10046.9l-581.5 -10046.7l-582.9 -10046.5l-584.3 -10046.3l-585.7 -10046.1l-587 -10045.9l-588.4 -10045.8l-589.8 -10045.6l-591.2 -10045.4l-592.5 -10045.2l-593.9 -10045l-595.3 -10044.8l-596.6 -10044.6l-598 -10044.4l-599.3 -10044.2l-600.7 -10044.1l-602.1 -10043.9l-603.4 -10043.7l-604.8 -10043.4l-606.1 -10043.3l-607.5 -10043.1l-608.8 -10042.9l-610.2 -10042.7l-611.5 -10042.5l-612.9 -10042.3l-614.2 -10042.1l-615.6 -10041.9l-616.9 -10041.7l-618.2 -10041.5l-619.6 -10041.4l-620.9 -10041.2l-622.2 -10041l-623.6 -10040.7l-624.9 -10040.6l-626.2 -10040.4l-627.6 -10040.2l-628.9 -10040l-630.2 -10039.8l-631.5 -10039.6l-632.9 -10039.4l-634.2 -10039.2l-635.5 -10039l-636.8 -10038.8l-638.1 -10038.6l-639.4 -10038.4l-640.7 -10038.2l-642.1 -10038l-643.4 -10037.8l-644.7 -10037.6l-646 -10037.4l-647.3 -10037.2l-648.6 -10037l-649.9 -10036.8l-651.2 -10036.6l-652.5 -10036.4l-653.8 -10036.2l-655.1 -10036l-656.3 -10035.8l-657.6 -10035.6l-658.9 -10035.4l-660.2 -10035.2l-661.5 -10035l-662.8 -10034.8l-664.1 -10034.6l-665.3 -10034.4l-666.6 -10034.2l-667.9 -10034l-669.2 -10033.8l-670.4 -10033.6l-671.7 -10033.4l-673 -10033.2l-674.2 -10033l-675.5 -10032.8l-676.8 -10032.6l-678 -10032.4l-679.3 -10032.2l-680.5 -10032l-681.8 -10031.8l-683 -10031.6l-684.3 -10031.4l-685.5 -10031.2l-686.8 -10031l-688 -10030.7l-689.3 -10030.6l-690.5 -10030.4l-691.8 -10030.2l-693 -10030l-694.2 -10029.7l-695.5 -10029.6l-696.7 -10029.4l-697.9 -10029.1l-699.2 -10028.9l-700.4 -10028.7l-701.6 -10028.5l-702.9 -10028.3l-704.1 -10028.1l-705.3 -10027.9l-706.5 -10027.7l-707.7 -10027.5l-709 -10027.3l-710.2 -10027.1l-711.4 -10026.9l-712.6 -10026.7l-713.8 -10026.5l-715 -10026.3l-716.2 -10026l-717.4 -10025.9l-718.6 -10025.7l-719.8 -10025.5l-721 -10025.2l-722.2 -10025l-723.4 -10024.8l-724.6 -10024.6l-725.8 -10024.4l-727 -10024.2l-728.2 -10024l-729.3 -10023.8l-730.5 -10023.6l-731.7 -10023.4l-732.9 -10023.1l-734.1 -10023l-735.2 -10022.8l-736.4 -10022.6l-737.6 -10022.3l-738.7 -10022.1l-739.9 -10021.9l-741.1 -10021.7l-742.2 -10021.5l-743.4 -10021.3l-744.6 -10021.1l-745.7 -10020.9l-746.9 -10020.7l-748 -10020.5l-749.2 -10020.2l-750.3 -10020.1l-751.5 -10019.9l-752.6 -10019.7l-753.8 -10019.4l-754.9 -10019.2l-756 -10019l-757.2 -10018.8l-758.3 -10018.6l-759.5 -10018.4l-760.6 -10018.2l-761.7 -10018l-762.8 -10017.8l-764 -10017.5l-765.1 -10017.4l-766.2 -10017.2l-767.3 -10017l-768.5 -10016.7l-769.6 -10016.5l-770.7 -10016.3l-771.8 -10016.1l-772.9 -10015.9l-774 -10015.7l-775.1 -10015.5l-776.2 -10015.3l-777.3 -10015.1l-778.4 -10014.9l-779.5 -10014.6l-780.6 -10014.5l-781.7 -10014.2l-782.8 -10014l-783.9 -10013.8l-785 -10013.6l-786.1 -10013.4l-787.2 -10013.2l-788.3 -10013l-789.3 -10012.8l-790.4 -10012.6l-791.5 -10012.4l-792.6 -10012.2l-793.6 -10012l-794.7 -10011.7l-795.8 -10011.5l-796.8 -10011.3l-797.9 -10011.1l-799 -10010.9l-800 -10010.7l-801.1 -10010.5l-802.1 -10010.3l-803.2 -10010.1l-804.2 -10009.9l-805.3 -10009.7l-806.3 -10009.5l-807.4 -10009.3l-808.4 -10009l-809.5 -10008.9l-810.5 -10008.7l-811.6 -10008.4l-812.6 -10008.2l-813.6 -10008l-814.7 -10007.8l-815.7 -10007.6l-816.7 -10007.4l-817.7 -10007.2l-818.8 -10007l-819.8 -10006.8l-820.8 -10006.6l-821.8 -10006.4l-822.8 -10006.1l-823.8 -10006l-824.9 -10005.8l-825.9 -10005.6l-826.9 -10005.4l-827.9 -10005.1l-828.9 -10004.9l-829.9 -10004.7l-830.9 -10004.5l-831.9 -10004.3l-832.9 -10004.1l-833.9 -10003.9l-834.8 -10003.7l-835.8 -10003.5l-836.8 -10003.3l-837.8 -10003.1l-838.8 -10002.9l-839.8 -10002.7l-840.7 -10002.5l-841.7 -10002.3l-842.7 -10002.1l-843.7 -10001.9l-844.6 -10001.7l-845.6 -10001.4l-846.6 -10001.3l-847.5 -10001.1l-848.5 -10000.9l-849.4 -10000.6l-850.4 -10000.5l-851.4 -10000.3l-852.3 -10000.1l-853.3 -9999.9l-854.2 -9999.6l-855.1 -9999.5l-856.1 -9999.3l-857 -9999.1l-858 -9998.8l-858.9 -9998.6l-859.8 -9998.4l-860.8 -9998.2l-861.7 -9998l-862.6 -9997.8l-863.5 -9997.6l-864.5 -9997.4l-865.4 -9997.2l-866.3 -9997l-867.2 -9996.8l-868.1 -9996.6l-869.1 -9996.4l-870 -9996.2l-870.9 -9996l-871.8 -9995.8l-872.7 -9995.7l-873.6 -9995.5l-874.5 -9995.3l-875.4 -9995l-876.3 -9994.9l-877.2 -9994.7l-878.1 -9994.5l-878.9 -9994.2l-879.8 -9994.1l-880.7 -9993.9l-881.6 -9993.7l-882.5 -9993.5l-883.4 -9993.2l-884.2 -9993.1l-885.1 -9992.9l-886 -9992.7l-886.8 -9992.5l-136.2 -1534.3"
id="path1562"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1360237.3 -1l-.8 -10086.3l-2.5 -10087.3l-4.2 -10087.2l-5.9 -10087.3l-7.6 -10087.3l-9.2 -10087.3l-10.9 -10087.2l-12.6 -10087.3l-14.3 -10087.3l-16 -10087.3l-17.6 -10087.2l-19.3 -10087.2l-21 -10087.2l-22.7 -10087.2l-24.4 -10087.2l-26 -10087.2l-27.7 -10087.2l-29.4 -10087.2l-31.1 -10087.2l-32.8 -10087.2l-34.4 -10087.1l-36.1 -10087.1l-37.8 -10087.1l-39.5 -10087.1l-41.2 -10087.1l-42.8 -10087l-44.5 -10087.1l-46.2 -10087l-47.9 -10087l-49.6 -10087l-51.2 -10087l-52.9 -10087l-54.6 -10086.9l-56.3 -10086.9l-57.9 -10086.9l-59.6 -10086.9l-61.3 -10086.9l-63 -10086.8l-64.7 -10086.8l-66.3 -10086.8l-68 -10086.8l-69.7 -10086.7l-71.4 -10086.7l-73 -10086.6l-74.7 -10086.6l-76.4 -10086.6l-78.1 -10086.6l-79.7 -10086.6l-81.4 -10086.5l-83.1 -10086.5l-84.8 -10086.5l-86.4 -10086.4l-88.1 -10086.4l-89.8 -10086.4l-91.5 -10086.3l-93.1 -10086.3l-94.8 -10086.3l-96.5 -10086.2l-98.1 -10086.2l-99.8 -10086.1l-101.5 -10086.1l-103.2 -10086l-104.8 -10086l-106.5 -10086l-108.2 -10085.9l-109.8 -10085.9l-111.5 -10085.8l-113.2 -10085.8l-114.9 -10085.8l-116.5 -10085.7l-118.2 -10085.7l-119.9 -10085.6l-121.5 -10085.6l-123.2 -10085.5l-124.9 -10085.5l-126.5 -10085.4l-128.2 -10085.4l-129.9 -10085.4l-131.5 -10085.3l-133.2 -10085.3l-134.9 -10085.2l-136.5 -10085.2l-138.2 -10085.1l-139.9 -10085l-141.5 -10085l-143.2 -10084.9l-144.9 -10084.9l-146.5 -10084.8l-148.2 -10084.8l-149.8 -10084.7l-151.5 -10084.7l-153.2 -10084.6l-154.8 -10084.5l-156.5 -10084.4l-158.1 -10084.4l-159.8 -10084.4l-161.5 -10084.3l-163.1 -10084.2l-164.8 -10084.1l-166.4 -10084.1l-168.1 -10084.1l-169.8 -10084l-171.4 -10083.9l-173.1 -10083.9l-174.7 -10083.8l-176.4 -10083.7l-178 -10083.7l-179.7 -10083.6l-181.3 -10083.5l-183 -10083.5l-184.6 -10083.4l-186.3 -10083.3l-187.9 -10083.2l-189.6 -10083.2l-191.2 -10083.1l-192.9 -10083l-194.5 -10082.9l-196.2 -10082.9l-197.8 -10082.8l-199.5 -10082.7l-201.1 -10082.7l-202.8 -10082.5l-204.4 -10082.5l-206.1 -10082.4l-207.7 -10082.3l-209.4 -10082.2l-211 -10082.2l-212.7 -10082.1l-214.3 -10082l-215.9 -10081.9l-217.6 -10081.8l-219.2 -10081.8l-220.9 -10081.7l-222.5 -10081.6l-224.1 -10081.5l-225.8 -10081.4l-227.4 -10081.4l-229.1 -10081.3l-230.7 -10081.2l-232.3 -10081.1l-234 -10081l-235.6 -10080.9l-237.2 -10080.8l-238.9 -10080.7l-240.5 -10080.7l-242.1 -10080.6l-243.8 -10080.5l-245.4 -10080.4l-247 -10080.3l-248.6 -10080.2l-250.3 -10080.1l-251.9 -10080l-253.5 -10079.9l-255.2 -10079.8l-256.8 -10079.7l-258.4 -10079.6l-260 -10079.5l-261.7 -10079.4l-263.3 -10079.3l-264.9 -10079.2l-266.5 -10079.1l-268.1 -10079l-269.8 -10078.9l-271.4 -10078.8l-273 -10078.7l-274.6 -10078.6l-276.2 -10078.5l-277.9 -10078.4l-279.5 -10078.3l-281.1 -10078.2l-282.7 -10078.1l-284.3 -10078l-285.9 -10077.9l-287.5 -10077.8l-289.1 -10077.7l-290.8 -10077.6l-292.4 -10077.5l-294 -10077.4l-295.6 -10077.3l-297.2 -10077.2l-298.8 -10077l-300.4 -10076.9l-302 -10076.8l-303.6 -10076.7l-305.2 -10076.6l-306.8 -10076.5l-308.4 -10076.4l-310 -10076.3l-311.6 -10076.2l-313.2 -10076l-314.8 -10075.9l-316.4 -10075.8l-318 -10075.7l-319.6 -10075.6l-321.2 -10075.4l-322.8 -10075.3l-324.4 -10075.2l-326 -10075.1l-327.6 -10074.9l-329.2 -10074.9l-330.7 -10074.7l-332.3 -10074.6l-333.9 -10074.5l-335.5 -10074.3l-337.1 -10074.2l-338.7 -10074.1l-340.3 -10074l-341.8 -10073.8l-343.4 -10073.8l-345 -10073.6l-346.6 -10073.5l-348.2 -10073.4l-349.7 -10073.2l-351.3 -10073.1l-352.9 -10073l-354.5 -10072.9l-356 -10072.7l-357.6 -10072.6l-359.2 -10072.5l-360.8 -10072.3l-362.3 -10072.2l-363.9 -10072l-365.5 -10072l-367 -10071.8l-368.6 -10071.7l-370.2 -10071.6l-371.7 -10071.4l-373.3 -10071.3l-374.9 -10071.1l-376.4 -10071l-378 -10070.8l-379.5 -10070.7l-381.1 -10070.6l-382.6 -10070.5l-384.2 -10070.3l-385.8 -10070.2l-387.3 -10070.1l-388.9 -10069.9l-390.4 -10069.8l-392 -10069.6l-393.5 -10069.5l-395.1 -10069.4l-396.6 -10069.2l-398.2 -10069.1l-399.7 -10068.9l-401.3 -10068.8l-402.8 -10068.6l-404.3 -10068.5l-405.9 -10068.3l-407.4 -10068.2l-409 -10068.1l-410.5 -10067.9l-412 -10067.8l-413.6 -10067.6l-415.1 -10067.5l-416.6 -10067.3l-418.2 -10067.2l-419.7 -10067l-421.2 -10066.8l-422.8 -10066.7l-424.3 -10066.6l-425.8 -10066.4l-427.3 -10066.2l-428.9 -10066.1l-430.4 -10066l-431.9 -10065.8l-433.4 -10065.7l-434.9 -10065.5l-436.5 -10065.4l-438 -10065.2l-439.5 -10065.1l-441 -10064.9l-442.5 -10064.7l-444 -10064.6l-445.5 -10064.4l-447.1 -10064.3l-448.6 -10064.1l-450.1 -10064l-451.6 -10063.8l-453.1 -10063.6l-454.6 -10063.5l-456.1 -10063.3l-457.6 -10063.2l-459.1 -10063l-460.6 -10062.9l-462.1 -10062.7l-463.6 -10062.5l-465.1 -10062.4l-466.6 -10062.2l-468.1 -10062l-469.6 -10061.8l-471.1 -10061.7l-472.5 -10061.6l-474 -10061.4l-475.5 -10061.2l-477 -10061.1l-478.5 -10060.9l-480 -10060.7l-481.4 -10060.6l-482.9 -10060.4l-484.4 -10060.2l-485.9 -10060.1l-487.4 -10059.9l-488.8 -10059.7l-490.3 -10059.6l-491.8 -10059.4l-493.2 -10059.2l-494.7 -10059.1l-496.2 -10058.9l-497.7 -10058.7l-499.1 -10058.5l-500.6 -10058.4l-502 -10058.2l-503.5 -10058l-505 -10057.9l-506.4 -10057.7l-507.9 -10057.5l-509.3 -10057.3l-510.8 -10057.2l-512.2 -10057l-513.7 -10056.8l-515.1 -10056.6l-516.6 -10056.5l-518 -10056.3l-519.5 -10056.1l-520.9 -10055.9l-522.4 -10055.7l-523.8 -10055.6l-525.3 -10055.4l-526.7 -10055.2l-528.1 -10055.1l-529.6 -10054.9l-531 -10054.7l-532.4 -10054.5l-533.9 -10054.4l-535.3 -10054.1l-536.7 -10054l-538.2 -10053.8l-539.6 -10053.6l-541 -10053.5l-542.4 -10053.2l-543.9 -10053.1l-545.3 -10052.9l-546.7 -10052.7l-548.1 -10052.5l-549.5 -10052.4l-551 -10052.2l-552.4 -10052l-553.8 -10051.8l-555.2 -10051.6l-556.6 -10051.4l-558 -10051.3l-559.4 -10051.1l-560.8 -10050.9l-562.2 -10050.7l-563.6 -10050.5l-565 -10050.3l-566.4 -10050.2l-567.8 -10049.9l-569.2 -10049.8l-570.6 -10049.6l-572 -10049.4l-573.4 -10049.2l-574.8 -10049l-576.2 -10048.8l-577.6 -10048.7l-578.9 -10048.5l-580.3 -10048.2l-581.7 -10048.1l-583.1 -10047.9l-584.5 -10047.7l-585.8 -10047.5l-587.2 -10047.3l-588.6 -10047.1l-590 -10046.9l-591.3 -10046.8l-592.7 -10046.5l-594.1 -10046.4l-595.4 -10046.2l-596.8 -10046l-598.2 -10045.8l-599.5 -10045.6l-600.9 -10045.4l-602.3 -10045.2l-603.6 -10045l-605 -10044.8l-606.3 -10044.6l-607.7 -10044.4l-609 -10044.3l-610.4 -10044.1l-611.7 -10043.8l-613.1 -10043.7l-614.4 -10043.5l-615.8 -10043.3l-617.1 -10043.1l-618.4 -10042.9l-619.8 -10042.7l-621.1 -10042.5l-622.4 -10042.3l-623.8 -10042.1l-625.1 -10041.9l-626.4 -10041.7l-627.8 -10041.5l-629.1 -10041.3l-630.4 -10041.1l-631.7 -10040.9l-633.1 -10040.7l-634.4 -10040.5l-635.7 -10040.3l-637 -10040.1l-638.3 -10039.9l-639.6 -10039.7l-640.9 -10039.5l-642.3 -10039.3l-643.6 -10039.1l-644.9 -10038.9l-646.2 -10038.7l-647.5 -10038.5l-648.8 -10038.3l-650.1 -10038.1l-651.4 -10037.9l-652.7 -10037.7l-654 -10037.5l-655.3 -10037.3l-656.5 -10037.1l-657.8 -10036.9l-659.1 -10036.7l-660.4 -10036.5l-661.7 -10036.3l-663 -10036.1l-664.3 -10035.9l-665.5 -10035.7l-666.8 -10035.5l-668.1 -10035.3l-669.4 -10035.1l-670.6 -10034.9l-671.9 -10034.7l-673.2 -10034.5l-674.4 -10034.3l-675.7 -10034.1l-677 -10033.8l-678.2 -10033.7l-679.5 -10033.5l-680.7 -10033.3l-682 -10033.1l-683.2 -10032.8l-684.5 -10032.6l-685.7 -10032.4l-687 -10032.2l-688.2 -10032l-689.5 -10031.8l-690.7 -10031.6l-692 -10031.4l-693.2 -10031.2l-694.4 -10031l-695.7 -10030.8l-696.9 -10030.6l-698.2 -10030.4l-699.4 -10030.1l-700.6 -10030l-701.8 -10029.8l-703.1 -10029.6l-704.3 -10029.3l-705.5 -10029.1l-706.7 -10028.9l-707.9 -10028.7l-709.2 -10028.5l-710.4 -10028.3l-711.6 -10028.1l-712.8 -10027.9l-714 -10027.7l-715.2 -10027.5l-716.4 -10027.2l-717.6 -10027.1l-718.8 -10026.9l-720 -10026.6l-721.2 -10026.4l-722.4 -10026.2l-723.6 -10026l-724.8 -10025.8l-726 -10025.6l-727.2 -10025.4l-728.4 -10025.2l-729.5 -10025l-730.7 -10024.8l-731.9 -10024.6l-733.1 -10024.3l-734.3 -10024.1l-735.4 -10023.9l-736.6 -10023.7l-737.8 -10023.5l-739 -10023.3l-740.1 -10023.1l-741.3 -10022.9l-742.4 -10022.7l-743.6 -10022.4l-744.8 -10022.3l-745.9 -10022.1l-747.1 -10021.8l-748.2 -10021.6l-749.4 -10021.4l-750.5 -10021.2l-751.7 -10021l-752.8 -10020.8l-754 -10020.6l-755.1 -10020.4l-756.3 -10020.2l-757.4 -10020l-758.5 -10019.7l-759.7 -10019.5l-760.8 -10019.3l-761.9 -10019.1l-763.1 -10018.9l-764.2 -10018.7l-765.3 -10018.5l-766.4 -10018.3l-767.5 -10018.1l-768.7 -10017.9l-769.8 -10017.6l-770.9 -10017.4l-772 -10017.2l-773.1 -10017l-774.2 -10016.8l-775.3 -10016.6l-776.4 -10016.4l-777.5 -10016.2l-778.6 -10016l-779.7 -10015.7l-780.8 -10015.6l-781.9 -10015.3l-783 -10015.1l-784.1 -10014.9l-785.2 -10014.7l-786.3 -10014.5l-787.4 -10014.3l-788.5 -10014.1l-789.5 -10013.8l-790.6 -10013.7l-791.7 -10013.5l-792.8 -10013.2l-793.8 -10013l-794.9 -10012.8l-796 -10012.6l-797 -10012.4l-798.1 -10012.2l-799.2 -10012l-800.2 -10011.8l-801.3 -10011.6l-802.3 -10011.4l-803.4 -10011.2l-804.5 -10010.9l-805.5 -10010.7l-806.6 -10010.5l-807.6 -10010.3l-808.6 -10010.1l-809.7 -10009.9l-810.7 -10009.7l-811.8 -10009.5l-812.8 -10009.3l-813.8 -10009l-814.9 -10008.9l-815.9 -10008.6l-816.9 -10008.4l-817.9 -10008.2l-819 -10008l-820 -10007.8l-821 -10007.6l-822 -10007.4l-823 -10007.2l-824.1 -10007l-825.1 -10006.8l-826.1 -10006.6l-827.1 -10006.4l-828.1 -10006.1l-829.1 -10005.9l-830.1 -10005.7l-831.1 -10005.5l-832.1 -10005.3l-833.1 -10005.1l-834.1 -10004.9l-835.1 -10004.7l-836 -10004.5l-837 -10004.3l-838 -10004.1l-839 -10003.9l-840 -10003.7l-840.9 -10003.4l-841.9 -10003.3l-842.9 -10003.1l-843.9 -10002.9l-844.8 -10002.6l-845.8 -10002.4l-846.8 -10002.2l-847.7 -10002l-848.7 -10001.8l-849.6 -10001.6l-850.6 -10001.4l-851.6 -10001.2l-852.5 -10001l-853.5 -10000.8l-854.4 -10000.6l-855.3 -10000.4l-856.3 -10000.2l-857.2 -10000l-858.2 -9999.8l-859.1 -9999.6l-860 -9999.4l-861 -9999.2l-861.9 -9999l-862.8 -9998.7l-863.8 -9998.6l-864.7 -9998.4l-865.6 -9998.2l-866.5 -9998l-216.2 -2493"
id="path1563"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M250000 -1l0 -9999l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -186.9"
id="path1564"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M260000 -1l0 -9999l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -687.7"
id="path1565"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M270000 -1l0 -9999l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -8979.8"
id="path1566"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M280000 -1l0 -9999l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -6953.7"
id="path1567"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M290000 -1l0 -9999l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -6102.8"
id="path1568"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M300000 -1l0 -9999l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -7621.8"
id="path1569"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M310000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -2494.2"
id="path1570"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M320000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -9842.5l0 -157.5l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -1536.8"
id="path1571"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M330000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -9436M330000 -6209436.4l0 -563.6l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -5438.4"
id="path1572"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M340000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -9053M340000 -6209053.4l0 -946.6l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -4795.4"
id="path1573"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M350000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -8693.1M350000 -6208693.6l0 -1306.4l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -117.2"
id="path1574"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M360000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -8356.6M360000 -6208357l0 -1643l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -1851.8"
id="path1575"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M370000 -6208043.7l0 -1956.3l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -398M370000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -8043.2"
id="path1576"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M380000 -6207753.5l0 -2246.5l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -6107.3M380000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -7753.1"
id="path1577"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M390000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -7486.4l0 -2513.6l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -9301.2"
id="path1578"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M400000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -7242.7l0 -2757.3l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -266.9"
id="path1579"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M410000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -887.9l0 -9112.1l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -9271.5"
id="path1580"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M420000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -478.2M420000 -7990478.6l0 -9521.4l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -6558.4"
id="path1581"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M430000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -7803.9l0 -2196.1l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -116.6M430000 -7990117.3l0 -9882.7l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -2355.2"
id="path1582"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M440000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -7595M440000 -7097595.5l0 -2404.5l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -9803.1M440000 -7989804.3l0 -195.7l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -6876.5"
id="path1583"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M245522.3 -4480000l4477.7 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 -0l4477.6 -0"
id="path1584"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M245862.5 -4490000l4137.5 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l4137.5 0"
id="path1585"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M246203.4 -4500000l3796.6 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l3796.6 -0"
id="path1586"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M450000 -1l0 -9999l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -7418.1M450000 -7097419.1l0 -2580.9l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -9537.8M450000 -7989539.6l0 -460.4l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -326.1"
id="path1587"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M246544.8 -4510000l3455.2 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l3455.2 0"
id="path1588"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M246886.9 -4520000l3113.1 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l3113.1 -0"
id="path1589"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M247229.6 -4530000l2770.4 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l2770.4 0"
id="path1590"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M247572.9 -4540000l2427.1 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l2427.1 0"
id="path1591"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M247916.8 -4550000l2083.2 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 -0l10000 0l10000 -0l10000 -0l2083.1 -0"
id="path1592"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M248261.4 -4560000l1738.6 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l1738.6 0"
id="path1593"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M248606.6 -4570000l1393.4 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l1393.4 0"
id="path1594"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M248952.4 -4580000l1047.6 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l1047.6 -0"
id="path1595"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M249298.9 -4590000l701.1 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l701.1 0"
id="path1596"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M249645.9 -4600000l354.1 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 0l10000 -0l10000 -0l354.1 0"
id="path1597"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M460000 -7097274.8l0 -2725.2l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -9320.5M460000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -7273.4M460000 -7989322.9l0 -677.1l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -2892.3"
id="path1598"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M249993.5 -4610000l6.5 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l6.4 0"
id="path1599"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M250341.8 -4620000l9658.2 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l9658.2 -0"
id="path1600"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M250690.7 -4630000l9309.3 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l9309.3 -0"
id="path1601"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M251040.2 -4640000l8959.8 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l8959.8 -0"
id="path1602"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M251390.4 -4650000l8609.6 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l8609.6 -0"
id="path1603"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M251741.1 -4660000l8258.9 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l8258.9 -0"
id="path1604"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M252092.4 -4670000l7907.6 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l7907.6 -0"
id="path1605"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M252444.3 -4680000l7555.7 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l7555.6 -0"
id="path1606"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M252796.9 -4690000l7203.1 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l7203 -0"
id="path1607"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M253150.1 -4700000l6849.9 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l6849.9 -0"
id="path1608"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M470000 -7097162.6l0 -2837.4l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -9151.4M470000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -7160.6M470000 -7989154.5l0 -845.5l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -8784"
id="path1609"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M253503.9 -4710000l6496.1 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l6496.1 -0"
id="path1610"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M253858.3 -4720000l6141.7 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l6141.7 -0"
id="path1611"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M254213.3 -4730000l5786.7 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l5786.7 -0"
id="path1612"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M254568.9 -4740000l5431.1 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l5431.1 -0"
id="path1613"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M254925.1 -4750000l5074.9 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 0l10000 -0l10000 -0l5074.9 -0"
id="path1614"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M255281.9 -4760000l4718.1 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l10000 -0l4718.1 -0"
id="path1615"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M255639.3 -4770000l4360.7 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 0l10000 -0l10000 -0l4360.7 -0"
id="path1616"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M255997.3 -4780000l4002.7 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l4002.6 0"
id="path1617"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M256355.9 -4790000l3644.1 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l3644 0"
id="path1618"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M256715.1 -4800000l3284.9 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l3284.8 0"
id="path1619"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M480000 -7097082.4l0 -2917.6l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -9030.4M480000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -7079.7M480000 -7989034.1l0 -965.9l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -8411.5"
id="path1620"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M257074.9 -4810000l2925.1 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l2925 0"
id="path1621"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M257435.4 -4820000l2564.6 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l2564.6 0"
id="path1622"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M257796.4 -4830000l2203.6 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l2203.6 -0"
id="path1623"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M258158 -4840000l1842 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l1842 0"
id="path1624"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M258520.2 -4850000l1479.8 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l1479.8 0"
id="path1625"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M258883 -4860000l1117 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l10000 -0l1117 -0"
id="path1626"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M259246.3 -4870000l753.7 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l10000 -0l753.6 -0"
id="path1627"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M259610.4 -4880000l389.6 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l10000 -0l389.6 -0"
id="path1628"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M259974.9 -4890000l25.1 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l10000 -0l25.1 0"
id="path1629"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M260340.1 -4900000l9659.9 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l9659.9 -0"
id="path1630"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M490000 -7097034.3l0 -2965.7l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -8957.4M490000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -7031M490000 -7988961.9l0 -1038.1l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -8187.6"
id="path1631"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M260705.8 -4910000l9294.2 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l9294.1 -0"
id="path1632"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M261072.2 -4920000l8927.8 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l8927.8 -0"
id="path1633"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M261439.1 -4930000l8560.9 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l8560.9 -0"
id="path1634"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M261806.6 -4940000l8193.4 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 -0l10000 -0l10000 0l10000 -0l8193.3 -0"
id="path1635"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M262174.7 -4950000l7825.3 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l7825.2 -0"
id="path1636"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M262543.4 -4960000l7456.6 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l7456.5 -0"
id="path1637"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M262912.7 -4970000l7087.3 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l7087.3 -0"
id="path1638"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M263282.5 -4980000l6717.5 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 -0l10000 0l10000 -0l10000 -0l6717.4 -0"
id="path1639"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M263653 -4990000l6347 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l6347 -0"
id="path1640"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M264024 -5000000l5976 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l5975.9 -0"
id="path1641"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M500000 -7097018.3l0 -2981.7l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -8932.5M500000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -6082.6M500000 -7988937.8l0 -1062.2l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -8112"
id="path1642"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M264395.6 -5010000l5604.4 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l5604.3 -0"
id="path1643"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M264767.8 -5020000l5232.2 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l5232.2 -0"
id="path1644"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M265140.6 -5030000l4859.4 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l4859.4 0"
id="path1645"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M265513.9 -5040000l4486.1 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 0l10000 -0l10000 -0l4486 -0"
id="path1646"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M265887.9 -5050000l4112.1 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l4112.1 -0"
id="path1647"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M266262.4 -5060000l3737.6 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l3737.6 0"
id="path1648"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M266637.4 -5070000l3362.6 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l10000 -0l3362.6 -0"
id="path1649"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M267013.1 -5080000l2986.9 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l2986.9 0"
id="path1650"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M267389.3 -5090000l2610.7 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l10000 -0l2610.7 -0"
id="path1651"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M267766 -5100000l2234 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l2233.8 0"
id="path1652"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M510000 -7097034.3l0 -2965.7l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -8957.4M510000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -6094.1M510000 -7988961.9l0 -1038.1l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -8184.9"
id="path1653"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M268143.5 -5110000l1856.5 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l1856.5 0"
id="path1654"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M268521.4 -5120000l1478.6 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l1478.6 0"
id="path1655"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M268899.9 -5130000l1100.1 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l1100.1 0"
id="path1656"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M269279 -5140000l721 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l721 -0"
id="path1657"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M269658.6 -5150000l341.4 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 0l10000 -0l10000 -0l341.4 0"
id="path1658"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M270038.8 -5160000l9961.2 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l9961.2 -0"
id="path1659"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M270419.5 -5170000l9580.5 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l9580.4 -0"
id="path1660"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M270800.9 -5180000l9199.1 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l9199.1 -0"
id="path1661"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M271182.8 -5190000l8817.2 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l8817.1 -0"
id="path1662"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M271565.3 -5200000l8434.7 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l8434.7 -0"
id="path1663"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M520000 -7097082.4l0 -2917.6l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -9030.4M520000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -6128.9M520000 -7989034.1l0 -965.9l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -8406.2"
id="path1664"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M271948.3 -5210000l8051.7 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l8051.6 -0"
id="path1665"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M272331.9 -5220000l7668.1 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l7668.1 -0"
id="path1666"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M272716.1 -5230000l7283.9 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l7283.9 -0"
id="path1667"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M273100.8 -5240000l6899.2 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l6899.1 -0"
id="path1668"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M273486 -5250000l6514 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l6513.9 -0"
id="path1669"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M273871.9 -5260000l6128.1 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 0l10000 -0l6128.1 -0"
id="path1670"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M274258.3 -5270000l5741.7 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 -0l10000 0l10000 -0l10000 -0l5741.6 -0"
id="path1671"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M274645.2 -5280000l5354.8 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l5354.7 -0"
id="path1672"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M275032.7 -5290000l4967.3 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l4967.3 -0"
id="path1673"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M275420.8 -5300000l4579.2 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l4579.2 0"
id="path1674"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M530000 -7097162.6l0 -2837.4l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -9151.4M530000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -6186.9M530000 -7989154.4l0 -845.6l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -8776.1"
id="path1675"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M275809.4 -5310000l4190.6 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l4190.6 0"
id="path1676"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M276198.6 -5320000l3801.4 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l3801.4 -0"
id="path1677"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M276588.2 -5330000l3411.8 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l3411.7 -0"
id="path1678"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M276978.5 -5340000l3021.5 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l3021.4 0"
id="path1679"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M277369.3 -5350000l2630.7 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l2630.7 0"
id="path1680"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M277760.7 -5360000l2239.3 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l2239.3 0"
id="path1681"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M278152.6 -5370000l1847.4 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 0l10000 -0l1847.4 0"
id="path1682"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M278545 -5380000l1455 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 0l10000 -0l1454.9 0"
id="path1683"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M278938 -5390000l1062 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l1062 0"
id="path1684"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M279331.5 -5400000l668.5 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l668.4 0"
id="path1685"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M540000 -7097274.8l0 -2725.2l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -9320.5M540000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -6268.1M540000 -7989322.9l0 -677.1l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -9294.9"
id="path1686"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M279725.6 -5410000l274.4 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 -0l274.3 0"
id="path1687"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M280120.2 -5420000l9879.8 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 -0l10000 0l10000 -0l9879.7 -0"
id="path1688"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M280515.4 -5430000l9484.6 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l9484.6 -0"
id="path1689"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M280911.1 -5440000l9088.9 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 -0l10000 0l10000 -0l9088.9 -0"
id="path1690"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M281307.4 -5450000l8692.6 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 -0l10000 0l10000 -0l8692.6 -0"
id="path1691"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M281704.1 -5460000l8295.9 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 -0l10000 0l10000 -0l8295.9 -0"
id="path1692"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M282101.5 -5470000l7898.5 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l7898.5 -0"
id="path1693"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M282499.3 -5480000l7500.7 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l7500.6 -0"
id="path1694"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M282897.7 -5490000l7102.3 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l7102.3 -0"
id="path1695"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M283296.6 -5500000l6703.4 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 0l6703.3 -0"
id="path1696"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M550000 -7097419.1l0 -2580.9l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -9537.8M550000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -6372.5M550000 -7989539.5l0 -460.5l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -9962.9"
id="path1697"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M283696.1 -5510000l6303.9 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l6303.8 0"
id="path1698"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M284096.1 -5520000l5903.9 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 0l5903.9 -0"
id="path1699"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M284496.6 -5530000l5503.4 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l5503.3 0"
id="path1700"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M284897.6 -5540000l5102.4 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l5102.3 0"
id="path1701"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M285299.2 -5550000l4700.8 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 -0l10000 0l10000 -0l4700.8 0"
id="path1702"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M285701.3 -5560000l4298.7 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l4298.7 0"
id="path1703"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M286104 -5570000l3896 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 0l3896 -0"
id="path1704"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M286507.1 -5580000l3492.9 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l3492.9 0"
id="path1705"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M286910.8 -5590000l3089.2 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l3089.1 0"
id="path1706"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M287315 -5600000l2685 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l2685 0"
id="path1707"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M560000 -7097595.5l0 -2404.5l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -9803M560000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -6500.1M560000 -7989804.2l0 -195.8l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -780.7"
id="path1708"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M287719.7 -5610000l2280.3 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l2280.3 0"
id="path1709"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M288125 -5620000l1875 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 0l1875 0"
id="path1710"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M288530.7 -5630000l1469.3 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l1469.2 0"
id="path1711"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M288937.1 -5640000l1062.9 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l1062.9 0"
id="path1712"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M289343.9 -5650000l656.1 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l656.1 0"
id="path1713"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M289751.2 -5660000l248.8 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l248.8 0"
id="path1714"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M290159 -5670000l9841 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l9840.9 0"
id="path1715"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M290567.4 -5680000l9432.6 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l9432.6 -0"
id="path1716"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M290976.3 -5690000l9023.7 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l9023.7 0"
id="path1717"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M291385.7 -5700000l8614.3 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l8614.3 0"
id="path1718"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M570000 -7097804l0 -2196l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -116.6M570000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -6650.9M570000 -7990117.3l-0 -9882.7l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -737"
id="path1719"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M291795.6 -5710000l8204.4 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l8204.4 0"
id="path1720"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M292206 -5720000l7794 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l7794 0"
id="path1721"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M292616.9 -5730000l7383.1 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l7383.1 -0"
id="path1722"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M293028.4 -5740000l6971.6 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l6971.6 -0"
id="path1723"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M293440.3 -5750000l6559.7 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l6559.6 0"
id="path1724"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M293852.8 -5760000l6147.2 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l6147.2 0"
id="path1725"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M294265.8 -5770000l5734.2 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l5734.2 -0"
id="path1726"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M294679.3 -5780000l5320.7 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l5320.7 0"
id="path1727"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M295093.2 -5790000l4906.8 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l4906.8 0"
id="path1728"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M295507.7 -5800000l4492.3 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l4492.3 0"
id="path1729"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M580000 -7098044.6l0 -1955.4l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -478.3l-0 -9521.7l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -4987.8M580000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -6824.9"
id="path1730"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M295922.7 -5810000l4077.3 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l4077.3 0"
id="path1731"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M296338.1 -5820000l3661.9 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l3661.8 0"
id="path1732"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M296754.1 -5830000l3245.9 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l3245.8 0"
id="path1733"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M297170.6 -5840000l2829.4 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 -0l2829.3 0"
id="path1734"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M297587.6 -5850000l2412.4 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l2412.3 0"
id="path1735"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M298005.1 -5860000l1994.9 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l1994.9 0"
id="path1736"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M298423.1 -5870000l1576.9 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l1576.9 0"
id="path1737"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M298841.5 -5880000l1158.5 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l1158.4 0"
id="path1738"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M299260.5 -5890000l739.5 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l739.4 0"
id="path1739"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M299680 -5900000l320 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l320 0"
id="path1740"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M590000 -7098317.3l0 -1682.7l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -9065.2M590000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -7022.2"
id="path1741"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M300099.9 -5910000l9900.1 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l9900.1 0"
id="path1742"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M300520.4 -5920000l9479.6 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l9479.6 0"
id="path1743"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M300941.3 -5930000l9058.7 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l9058.7 0"
id="path1744"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M301362.7 -5940000l8637.3 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l8637.2 0"
id="path1745"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M301784.6 -5950000l8215.4 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l8215.3 0"
id="path1746"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M302207 -5960000l7793 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l7792.9 0"
id="path1747"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M302630 -5970000l7370 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l7370 0"
id="path1748"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M303053.3 -5980000l6946.7 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l6946.7 0"
id="path1749"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M303477.2 -5990000l6522.8 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l6522.8 0"
id="path1750"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M303901.5 -6000000l6098.5 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l6098.4 0"
id="path1751"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M600000 -7098622.1l0 -1377.9l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -2945.7M600000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -7242.6"
id="path1752"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M304326.3 -6010000l5673.7 -0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l10000 0l5673.6 0"
id="path1753"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M610000 -7098958.9l0 -1041.1l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -9299.6M610000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -7486.2M610000 -7991851.6l-0 -8148.4l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -6605.8"
id="path1754"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M620000 -7099328l0 -672l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -6106.3M620000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -7753.1M620000 -7992405.9l-0 -7594.1l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -22.6"
id="path1755"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M630000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -8043.2M630000 -7099729.2l0 -270.8l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -398.3M630000 -7993008.6l-0 -6991.4l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -3170.4"
id="path1756"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M640000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -8356.6M640000 -7100162.6l-0 -9837.4l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -1851.8M640000 -7993659.7l-0 -6340.3l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -6025.1"
id="path1757"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M650000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -8693.2M650000 -7994359.4l-0 -5640.6l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -8561.4"
id="path1758"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M660000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -9052.9M660000 -7995107.5l-0 -4892.5l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -753.3"
id="path1759"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M670000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -9436M670000 -7995904.2l-0 -4095.8l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -2572.2"
id="path1760"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M680000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -9842.4M680000 -7996749.5l-0 -3250.5l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -3991.8"
id="path1761"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M690000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -2493.6M690000 -7997643.6l-0 -2356.4l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -4981.6"
id="path1762"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M700000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -7621.8M700000 -7998586.4l-0 -1413.6l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -5513.5"
id="path1763"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M710000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -6102.4"
id="path1764"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M720000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -6952.5"
id="path1765"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M730000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -8979.8"
id="path1766"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M740000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -687.7"
id="path1767"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M750000 -1l0 -9999l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -184"
id="path1768"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-420791.2 -1l.8 -10096.3l2.5 -10097.4l4.2 -10097.4l5.9 -10097.4l7.6 -10097.4l9.3 -10097.3l10.9 -10097.4l12.6 -10097.4l14.3 -10097.4l16 -10097.3l17.7 -10097.3l19.4 -10097.3l21.1 -10097.3l22.7 -10097.3l24.4 -10097.3l26.1 -10097.3l27.8 -10097.3l29.5 -10097.3l31.2 -10097.2l32.8 -10097.2l34.5 -10097.2l36.2 -10097.2l37.9 -10097.2l39.6 -10097.2l41.3 -10097.2l42.9 -10097.2l44.6 -10097.1l46.3 -10097.1l48 -10097.1l49.7 -10097.1l51.4 -10097.1l53 -10097l54.7 -10097l56.4 -10097l58.1 -10097l59.8 -10097l61.4 -10096.9l63.1 -10096.9l64.8 -10096.9l66.5 -10096.9l68.2 -10096.8l69.8 -10096.8l71.5 -10096.8l73.2 -10096.7l74.9 -10096.7l76.6 -10096.7l78.2 -10096.6l79.9 -10096.6l81.6 -10096.6l83.3 -10096.6l85 -10096.5l86.6 -10096.5l88.3 -10096.4l90 -10096.4l91.7 -10096.4l93.3 -10096.3l95 -10096.3l96.7 -10096.3l98.4 -10096.2l100.1 -10096.2l101.7 -10096.1l103.4 -10096.1l105.1 -10096.1l106.8 -10096l108.4 -10095.9l110.1 -10095.9l111.8 -10095.9l113.5 -10095.8l115.1 -10095.8l116.8 -10095.8l118.5 -10095.7l120.1 -10095.7l121.8 -10095.6l123.5 -10095.5l125.2 -10095.5l126.8 -10095.5l128.5 -10095.4l130.2 -10095.4l131.8 -10095.3l133.5 -10095.3l135.2 -10095.2l136.9 -10095.2l138.5 -10095.1l140.2 -10095l141.9 -10095l143.5 -10094.9l145.2 -10094.9l146.9 -10094.8l148.5 -10094.8l150.2 -10094.7l151.9 -10094.6l153.5 -10094.5l155.2 -10094.5l156.9 -10094.5l158.5 -10094.4l160.2 -10094.3l161.8 -10094.2l163.5 -10094.2l165.2 -10094.1l166.8 -10094.1l168.5 -10094l170.1 -10093.9l171.8 -10093.9l173.5 -10093.8l175.1 -10093.7l176.8 -10093.6l178.4 -10093.6l180.1 -10093.5l181.8 -10093.5l183.4 -10093.4l185.1 -10093.3l186.7 -10093.2l188.4 -10093.2l190 -10093.1l191.7 -10093l193.3 -10092.9l195 -10092.9l196.7 -10092.8l198.3 -10092.7l200 -10092.6l201.6 -10092.5l203.3 -10092.5l204.9 -10092.4l206.6 -10092.3l208.2 -10092.2l209.9 -10092.1l211.5 -10092.1l213.1 -10092l214.8 -10091.9l216.4 -10091.8l218.1 -10091.7l219.7 -10091.6l221.4 -10091.5l223 -10091.5l224.7 -10091.4l226.3 -10091.3l227.9 -10091.2l229.6 -10091.1l231.2 -10091l232.9 -10090.9l234.5 -10090.8l236.1 -10090.7l237.8 -10090.7l239.4 -10090.6l241 -10090.5l242.7 -10090.4l244.3 -10090.2l246 -10090.2l247.6 -10090.1l249.2 -10090l250.9 -10089.9l252.5 -10089.8l254.1 -10089.7l255.7 -10089.6l257.4 -10089.5l259 -10089.4l260.6 -10089.3l262.3 -10089.2l263.9 -10089.1l265.5 -10089l267.1 -10088.9l268.8 -10088.8l270.4 -10088.7l272 -10088.6l273.6 -10088.4l275.2 -10088.4l276.9 -10088.3l278.5 -10088.1l280.1 -10088l281.7 -10087.9l283.3 -10087.8l285 -10087.7l286.6 -10087.6l288.2 -10087.5l289.8 -10087.4l291.4 -10087.3l293 -10087.2l294.6 -10087l296.3 -10086.9l297.9 -10086.8l299.5 -10086.7l301.1 -10086.6l302.7 -10086.5l304.3 -10086.3l305.9 -10086.2l307.5 -10086.1l309.1 -10086l310.7 -10085.8l312.3 -10085.8l313.9 -10085.6l315.5 -10085.5l317.1 -10085.4l318.7 -10085.2l320.3 -10085.2l321.9 -10085l323.5 -10084.9l325.1 -10084.7l326.7 -10084.7l328.3 -10084.5l329.9 -10084.4l331.5 -10084.3l333.1 -10084.1l334.7 -10084l336.3 -10083.9l337.8 -10083.8l339.4 -10083.6l341 -10083.5l342.6 -10083.4l344.2 -10083.2l345.8 -10083.1l347.4 -10083l348.9 -10082.9l350.5 -10082.7l352.1 -10082.6l353.7 -10082.5l355.3 -10082.3l356.8 -10082.2l358.4 -10082.1l360 -10081.9l361.6 -10081.7l363.1 -10081.6l364.7 -10081.5l366.3 -10081.4l367.8 -10081.2l369.4 -10081.1l371 -10080.9l372.6 -10080.8l374.1 -10080.7l375.7 -10080.5l377.2 -10080.4l378.8 -10080.2l380.4 -10080.1l381.9 -10080l383.5 -10079.8l385.1 -10079.7l386.6 -10079.5l388.2 -10079.4l389.7 -10079.2l391.3 -10079.1l392.8 -10078.9l394.4 -10078.8l395.9 -10078.6l397.5 -10078.5l399 -10078.4l400.6 -10078.2l402.1 -10078.1l403.7 -10077.9l405.2 -10077.8l406.8 -10077.6l408.3 -10077.4l409.9 -10077.3l411.4 -10077.1l412.9 -10077l414.5 -10076.8l416 -10076.7l417.5 -10076.5l419.1 -10076.3l420.6 -10076.2l422.1 -10076.1l423.7 -10075.9l425.2 -10075.7l426.7 -10075.6l428.3 -10075.4l429.8 -10075.3l431.3 -10075.1l432.8 -10074.9l434.4 -10074.8l435.9 -10074.6l437.4 -10074.5l438.9 -10074.3l440.4 -10074.2l442 -10074l443.5 -10073.8l445 -10073.7l446.5 -10073.5l448 -10073.3l449.5 -10073.2l451 -10073l452.5 -10072.8l454.1 -10072.7l455.6 -10072.5l457.1 -10072.4l458.6 -10072.2l460.1 -10072l461.6 -10071.8l463.1 -10071.7l464.6 -10071.5l466.1 -10071.3l467.6 -10071.1l469.1 -10071l470.6 -10070.8l472.1 -10070.7l473.5 -10070.5l475 -10070.3l476.5 -10070.1l478 -10070l479.5 -10069.8l481 -10069.6l482.5 -10069.5l483.9 -10069.3l485.4 -10069.1l486.9 -10068.9l488.4 -10068.8l489.9 -10068.6l491.3 -10068.4l492.8 -10068.2l494.3 -10068l495.8 -10067.9l497.2 -10067.7l498.7 -10067.5l500.2 -10067.3l501.6 -10067.2l503.1 -10067l504.6 -10066.8l506 -10066.6l507.5 -10066.4l508.9 -10066.3l510.4 -10066.1l511.9 -10065.9l513.3 -10065.7l514.8 -10065.5l516.2 -10065.4l517.7 -10065.2l519.1 -10065l520.6 -10064.8l522 -10064.6l523.5 -10064.4l524.9 -10064.3l526.4 -10064.1l527.8 -10063.8l529.2 -10063.7l530.7 -10063.5l532.1 -10063.3l533.5 -10063.1l535 -10062.9l536.4 -10062.8l537.8 -10062.6l539.3 -10062.4l540.7 -10062.2l542.1 -10062l543.6 -10061.8l545 -10061.6l546.4 -10061.4l547.8 -10061.2l549.2 -10061.1l550.7 -10060.9l552.1 -10060.7l553.5 -10060.4l554.9 -10060.3l556.3 -10060.1l557.7 -10059.9l559.1 -10059.7l560.6 -10059.5l562 -10059.3l563.4 -10059.1l564.8 -10058.9l566.2 -10058.7l567.6 -10058.5l569 -10058.4l570.4 -10058.2l571.8 -10058l573.2 -10057.7l574.5 -10057.6l575.9 -10057.4l577.3 -10057.2l578.7 -10056.9l580.1 -10056.8l581.5 -10056.6l582.9 -10056.4l584.3 -10056.2l585.6 -10056l587 -10055.8l588.4 -10055.6l589.8 -10055.4l591.1 -10055.2l592.5 -10055l593.9 -10054.8l595.3 -10054.6l596.6 -10054.4l598 -10054.1l599.4 -10054l600.7 -10053.8l602.1 -10053.6l603.4 -10053.3l604.8 -10053.2l606.2 -10053l607.5 -10052.8l608.9 -10052.6l610.2 -10052.3l611.6 -10052.2l612.9 -10051.9l614.3 -10051.7l615.6 -10051.5l617 -10051.3l618.3 -10051.1l619.6 -10050.9l621 -10050.7l622.3 -10050.5l623.6 -10050.3l625 -10050.1l626.3 -10049.9l627.6 -10049.7l629 -10049.4l630.3 -10049.3l631.6 -10049.1l633 -10048.9l634.3 -10048.6l635.6 -10048.4l636.9 -10048.2l638.2 -10048l639.5 -10047.8l640.9 -10047.6l642.2 -10047.4l643.5 -10047.2l644.8 -10047l646.1 -10046.7l647.4 -10046.6l648.7 -10046.3l650 -10046.1l651.3 -10045.9l652.6 -10045.7l653.9 -10045.5l655.2 -10045.3l656.5 -10045.1l657.8 -10044.9l659.1 -10044.6l660.4 -10044.4l661.7 -10044.2l662.9 -10044l664.2 -10043.8l665.5 -10043.6l666.8 -10043.4l668.1 -10043.2l669.3 -10042.9l670.6 -10042.7l671.9 -10042.5l673.2 -10042.3l674.4 -10042.1l675.7 -10041.8l677 -10041.7l678.2 -10041.4l679.5 -10041.2l680.7 -10041l682 -10040.8l683.3 -10040.6l684.5 -10040.4l685.8 -10040.2l687 -10039.9l688.3 -10039.7l689.5 -10039.5l690.8 -10039.3l692 -10039.1l693.2 -10038.8l694.5 -10038.6l695.7 -10038.4l697 -10038.2l698.2 -10038l699.4 -10037.8l700.7 -10037.6l701.9 -10037.3l703.1 -10037.1l13.2 -187.6"
id="path1769"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-410694.7 -1l.8 -10094.7l2.5 -10095.7l4.2 -10095.7l5.9 -10095.7l7.6 -10095.7l9.3 -10095.6l10.9 -10095.7l12.6 -10095.7l14.3 -10095.7l16 -10095.6l17.7 -10095.7l19.4 -10095.6l21 -10095.6l22.7 -10095.6l24.4 -10095.6l26.1 -10095.6l27.8 -10095.6l29.5 -10095.6l31.1 -10095.5l32.8 -10095.6l34.5 -10095.6l36.2 -10095.5l37.9 -10095.5l39.6 -10095.5l41.2 -10095.5l42.9 -10095.5l44.6 -10095.5l46.3 -10095.4l48 -10095.4l49.6 -10095.4l51.3 -10095.4l53 -10095.4l54.7 -10095.3l56.4 -10095.3l58.1 -10095.3l59.7 -10095.3l61.4 -10095.2l63.1 -10095.2l64.8 -10095.2l66.5 -10095.2l68.1 -10095.1l69.8 -10095.1l71.5 -10095.1l73.2 -10095.1l74.9 -10095l76.5 -10095l78.2 -10094.9l79.9 -10094.9l81.6 -10094.9l83.2 -10094.9l84.9 -10094.8l86.6 -10094.8l88.3 -10094.8l90 -10094.7l91.6 -10094.7l93.3 -10094.6l95 -10094.6l96.7 -10094.6l98.3 -10094.6l100 -10094.5l101.7 -10094.5l103.4 -10094.4l105 -10094.4l106.7 -10094.3l108.4 -10094.3l110.1 -10094.3l111.7 -10094.2l113.4 -10094.2l115.1 -10094.1l116.8 -10094.1l118.4 -10094l120.1 -10094l121.8 -10093.9l123.4 -10093.9l125.1 -10093.8l126.8 -10093.8l128.5 -10093.7l130.1 -10093.7l131.8 -10093.6l133.5 -10093.6l135.1 -10093.5l136.8 -10093.5l138.5 -10093.4l140.1 -10093.4l141.8 -10093.3l143.5 -10093.3l145.1 -10093.2l146.8 -10093.1l148.5 -10093.1l150.1 -10093l151.8 -10093l153.5 -10092.9l155.1 -10092.9l156.8 -10092.8l158.5 -10092.7l160.1 -10092.7l161.8 -10092.6l163.4 -10092.5l165.1 -10092.5l166.8 -10092.4l168.4 -10092.3l170.1 -10092.3l171.7 -10092.2l173.4 -10092.1l175.1 -10092.1l176.7 -10092l178.4 -10091.9l180 -10091.9l181.7 -10091.8l183.3 -10091.7l185 -10091.6l186.7 -10091.6l188.3 -10091.5l190 -10091.4l191.6 -10091.3l193.3 -10091.3l194.9 -10091.2l196.6 -10091.1l198.2 -10091.1l199.9 -10090.9l201.5 -10090.9l203.2 -10090.8l204.8 -10090.7l206.5 -10090.6l208.1 -10090.6l209.8 -10090.5l211.4 -10090.4l213.1 -10090.3l214.7 -10090.2l216.4 -10090.2l218 -10090.1l219.6 -10090l221.3 -10089.9l222.9 -10089.8l224.6 -10089.7l226.2 -10089.6l227.9 -10089.6l229.5 -10089.4l231.1 -10089.4l232.8 -10089.3l234.4 -10089.2l236 -10089.1l237.7 -10089l239.3 -10088.9l241 -10088.8l242.6 -10088.7l244.2 -10088.6l245.9 -10088.5l247.5 -10088.5l249.1 -10088.4l250.8 -10088.3l252.4 -10088.1l254 -10088.1l255.6 -10088l257.3 -10087.9l258.9 -10087.7l260.5 -10087.7l262.2 -10087.6l263.8 -10087.5l265.4 -10087.4l267 -10087.2l268.7 -10087.2l270.3 -10087.1l271.9 -10086.9l273.5 -10086.8l275.1 -10086.7l276.8 -10086.6l278.4 -10086.5l280 -10086.4l281.6 -10086.3l283.2 -10086.2l284.8 -10086.1l286.5 -10086l288.1 -10085.8l289.7 -10085.8l291.3 -10085.7l292.9 -10085.5l294.5 -10085.4l296.1 -10085.3l297.8 -10085.2l299.4 -10085.1l301 -10085l302.6 -10084.9l304.2 -10084.7l305.8 -10084.6l307.4 -10084.5l309 -10084.4l310.6 -10084.2l312.2 -10084.2l313.8 -10084l315.4 -10083.9l317 -10083.8l318.6 -10083.6l320.2 -10083.6l321.8 -10083.4l323.4 -10083.3l325 -10083.2l326.6 -10083.1l328.2 -10082.9l329.8 -10082.8l331.4 -10082.7l332.9 -10082.5l334.5 -10082.4l336.1 -10082.3l337.7 -10082.2l339.3 -10082l340.9 -10081.9l342.5 -10081.8l344.1 -10081.7l345.6 -10081.5l347.2 -10081.4l348.8 -10081.3l350.4 -10081.1l352 -10081l353.5 -10080.9l355.1 -10080.7l356.7 -10080.6l358.3 -10080.5l359.9 -10080.3l361.4 -10080.2l363 -10080.1l364.6 -10079.9l366.1 -10079.8l367.7 -10079.7l369.3 -10079.5l370.8 -10079.4l372.4 -10079.2l374 -10079.1l375.5 -10078.9l377.1 -10078.8l378.7 -10078.7l380.2 -10078.5l381.8 -10078.4l383.3 -10078.2l384.9 -10078.1l386.5 -10078l388 -10077.8l389.6 -10077.6l391.1 -10077.5l392.7 -10077.4l394.2 -10077.2l395.8 -10077.1l397.3 -10076.9l398.9 -10076.8l400.4 -10076.7l402 -10076.5l403.5 -10076.3l405.1 -10076.2l406.6 -10076.1l408.2 -10075.9l409.7 -10075.8l411.2 -10075.6l412.8 -10075.5l414.3 -10075.3l415.9 -10075.1l417.4 -10075l418.9 -10074.8l420.5 -10074.7l422 -10074.5l423.5 -10074.4l425 -10074.2l426.6 -10074.1l428.1 -10073.9l429.6 -10073.8l431.2 -10073.6l432.7 -10073.4l434.2 -10073.3l435.7 -10073.1l437.2 -10073l438.8 -10072.8l440.3 -10072.6l441.8 -10072.5l443.3 -10072.3l444.8 -10072.2l446.3 -10072l447.9 -10071.8l449.4 -10071.7l450.9 -10071.5l452.4 -10071.3l453.9 -10071.2l455.4 -10071l456.9 -10070.8l458.4 -10070.7l459.9 -10070.5l461.4 -10070.3l462.9 -10070.2l464.4 -10070l465.9 -10069.8l467.4 -10069.6l468.9 -10069.5l470.4 -10069.3l471.9 -10069.2l473.4 -10069l474.9 -10068.8l476.4 -10068.7l477.8 -10068.5l479.3 -10068.3l480.8 -10068.1l482.3 -10068l483.8 -10067.8l485.3 -10067.6l486.7 -10067.4l488.2 -10067.3l489.7 -10067.1l491.2 -10066.9l492.6 -10066.8l494.1 -10066.5l495.6 -10066.4l497.1 -10066.2l498.5 -10066.1l500 -10065.8l501.5 -10065.7l502.9 -10065.5l504.4 -10065.3l505.8 -10065.2l507.3 -10065l508.8 -10064.8l510.2 -10064.6l511.7 -10064.4l513.1 -10064.3l514.6 -10064.1l516 -10063.9l517.5 -10063.7l518.9 -10063.5l520.4 -10063.3l521.8 -10063.2l523.3 -10063l524.7 -10062.8l526.2 -10062.6l527.6 -10062.4l529 -10062.3l530.5 -10062.1l531.9 -10061.9l533.4 -10061.7l534.8 -10061.5l536.2 -10061.3l537.7 -10061.1l539.1 -10061l540.5 -10060.7l541.9 -10060.6l543.4 -10060.4l544.8 -10060.2l546.2 -10060l547.6 -10059.8l549.1 -10059.6l550.5 -10059.4l551.9 -10059.3l553.3 -10059l554.7 -10058.9l556.1 -10058.7l557.5 -10058.5l558.9 -10058.3l560.4 -10058.1l561.8 -10057.9l563.2 -10057.7l564.6 -10057.5l566 -10057.3l567.4 -10057.1l568.8 -10057l570.2 -10056.8l571.6 -10056.6l573 -10056.3l574.4 -10056.2l575.7 -10056l577.1 -10055.8l578.5 -10055.6l579.9 -10055.4l581.3 -10055.2l582.7 -10055l584.1 -10054.8l585.4 -10054.6l586.8 -10054.4l588.2 -10054.2l589.6 -10054l590.9 -10053.8l592.3 -10053.6l593.7 -10053.4l595.1 -10053.2l596.4 -10053l597.8 -10052.8l599.2 -10052.6l600.5 -10052.4l601.9 -10052.2l603.2 -10052l604.6 -10051.8l606 -10051.6l607.3 -10051.4l608.7 -10051.2l610 -10051l611.4 -10050.8l612.7 -10050.6l614.1 -10050.4l615.4 -10050.2l616.7 -10050l618.1 -10049.8l619.4 -10049.6l620.8 -10049.4l622.1 -10049.1l623.4 -10049l624.8 -10048.8l626.1 -10048.6l627.4 -10048.4l628.8 -10048.1l630.1 -10047.9l631.4 -10047.7l632.7 -10047.5l634.1 -10047.3l635.4 -10047.1l636.7 -10046.9l638 -10046.7l639.3 -10046.5l640.6 -10046.3l642 -10046.1l643.3 -10045.9l644.6 -10045.7l645.9 -10045.4l647.2 -10045.2l648.5 -10045l649.8 -10044.8l651.1 -10044.6l652.4 -10044.4l653.7 -10044.2l655 -10044l656.3 -10043.8l657.6 -10043.6l658.9 -10043.3l660.2 -10043.1l661.4 -10042.9l662.7 -10042.7l664 -10042.5l665.3 -10042.3l666.6 -10042.1l667.8 -10041.9l669.1 -10041.7l670.4 -10041.4l671.7 -10041.2l672.9 -10041l674.2 -10040.8l675.5 -10040.6l676.7 -10040.4l678 -10040.2l679.3 -10040l680.5 -10039.8l681.8 -10039.5l683 -10039.3l684.3 -10039.1l685.5 -10038.9l686.8 -10038.7l688 -10038.5l689.3 -10038.3l690.5 -10038l691.8 -10037.8l693 -10037.6l694.3 -10037.4l695.5 -10037.2l696.7 -10037l698 -10036.7l699.2 -10036.5l700.4 -10036.3l701.7 -10036.1l702.9 -10035.9l704.1 -10035.6l705.3 -10035.5l706.6 -10035.2l707.8 -10035l709 -10034.8l710.2 -10034.6l711.4 -10034.4l712.6 -10034.2l713.9 -10033.9l715.1 -10033.7l716.3 -10033.5l717.5 -10033.3l718.7 -10033.1l719.9 -10032.9l721.1 -10032.6l722.3 -10032.4l723.5 -10032.2l724.7 -10032l725.9 -10031.7l727.1 -10031.6l728.2 -10031.3l729.4 -10031.1l730.6 -10030.9l731.8 -10030.6l733 -10030.5l734.2 -10030.2l735.3 -10030l736.5 -10029.8l50.7 -689.7"
id="path1770"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-400599.8 -1l.8 -10093l2.5 -10094l4.2 -10094l5.9 -10094l7.6 -10094l9.3 -10094l10.9 -10094l12.6 -10094l14.3 -10094l16 -10093.9l17.7 -10094l19.4 -10094l21 -10094l22.7 -10093.9l24.4 -10093.9l26.1 -10093.9l27.8 -10093.9l29.4 -10093.9l31.1 -10093.9l32.8 -10093.9l34.5 -10093.9l36.2 -10093.9l37.9 -10093.8l39.5 -10093.8l41.2 -10093.8l42.9 -10093.8l44.6 -10093.8l46.3 -10093.7l47.9 -10093.7l49.6 -10093.7l51.3 -10093.7l53 -10093.7l54.7 -10093.6l56.4 -10093.6l58 -10093.6l59.7 -10093.6l61.4 -10093.5l63.1 -10093.5l64.8 -10093.5l66.4 -10093.5l68.1 -10093.5l69.8 -10093.4l71.5 -10093.4l73.1 -10093.4l74.8 -10093.4l76.5 -10093.3l78.2 -10093.3l79.9 -10093.3l81.5 -10093.2l83.2 -10093.2l84.9 -10093.1l86.6 -10093.1l88.2 -10093.1l89.9 -10093.1l91.6 -10093l93.3 -10093l95 -10093l96.6 -10092.9l98.3 -10092.9l100 -10092.8l101.7 -10092.8l103.3 -10092.8l105 -10092.7l106.7 -10092.7l108.3 -10092.6l110 -10092.6l111.7 -10092.5l113.4 -10092.5l115 -10092.4l116.7 -10092.4l118.4 -10092.4l120.1 -10092.3l121.7 -10092.3l123.4 -10092.2l125.1 -10092.2l126.7 -10092.1l128.4 -10092.1l130.1 -10092l131.7 -10091.9l133.4 -10091.9l135.1 -10091.9l136.7 -10091.8l138.4 -10091.7l140.1 -10091.7l141.7 -10091.7l143.4 -10091.6l145.1 -10091.5l146.7 -10091.5l148.4 -10091.4l150.1 -10091.4l151.7 -10091.3l153.4 -10091.2l155.1 -10091.2l156.7 -10091.1l158.4 -10091.1l160.1 -10091l161.7 -10090.9l163.4 -10090.9l165 -10090.8l166.7 -10090.7l168.4 -10090.7l170 -10090.6l171.7 -10090.6l173.3 -10090.5l175 -10090.4l176.6 -10090.3l178.3 -10090.3l180 -10090.2l181.6 -10090.1l183.3 -10090.1l184.9 -10090l186.6 -10089.9l188.2 -10089.9l189.9 -10089.8l191.5 -10089.7l193.2 -10089.6l194.8 -10089.6l196.5 -10089.5l198.1 -10089.4l199.8 -10089.3l201.4 -10089.2l203.1 -10089.2l204.7 -10089.1l206.4 -10089l208 -10088.9l209.7 -10088.8l211.3 -10088.8l213 -10088.7l214.6 -10088.6l216.3 -10088.5l217.9 -10088.4l219.6 -10088.4l221.2 -10088.2l222.8 -10088.2l224.5 -10088.1l226.1 -10088l227.8 -10087.9l229.4 -10087.8l231 -10087.7l232.7 -10087.7l234.3 -10087.6l236 -10087.4l237.6 -10087.4l239.2 -10087.3l240.9 -10087.2l242.5 -10087.1l244.1 -10087l245.8 -10086.9l247.4 -10086.8l249 -10086.7l250.7 -10086.6l252.3 -10086.5l253.9 -10086.4l255.5 -10086.3l257.2 -10086.2l258.8 -10086.1l260.4 -10086l262.1 -10085.9l263.7 -10085.8l265.3 -10085.7l266.9 -10085.6l268.6 -10085.5l270.2 -10085.4l271.8 -10085.3l273.4 -10085.2l275 -10085.1l276.7 -10085l278.3 -10084.9l279.9 -10084.8l281.5 -10084.7l283.1 -10084.6l284.7 -10084.5l286.4 -10084.4l288 -10084.2l289.6 -10084.2l291.2 -10084l292.8 -10083.9l294.4 -10083.8l296 -10083.7l297.6 -10083.6l299.2 -10083.5l300.9 -10083.4l302.5 -10083.3l304.1 -10083.1l305.7 -10083l307.3 -10082.9l308.9 -10082.8l310.5 -10082.6l312.1 -10082.6l313.7 -10082.4l315.3 -10082.3l316.9 -10082.2l318.5 -10082l320.1 -10082l321.7 -10081.8l323.3 -10081.7l324.9 -10081.6l326.5 -10081.5l328.1 -10081.3l329.6 -10081.2l331.2 -10081.1l332.8 -10080.9l334.4 -10080.8l336 -10080.7l337.6 -10080.6l339.2 -10080.4l340.8 -10080.3l342.3 -10080.2l343.9 -10080.1l345.5 -10080l347.1 -10079.8l348.7 -10079.7l350.3 -10079.6l351.8 -10079.4l353.4 -10079.3l355 -10079.1l356.6 -10079l358.1 -10078.9l359.7 -10078.8l361.3 -10078.6l362.9 -10078.5l364.4 -10078.4l366 -10078.2l367.6 -10078.1l369.1 -10077.9l370.7 -10077.8l372.3 -10077.7l373.8 -10077.5l375.4 -10077.4l377 -10077.3l378.5 -10077.1l380.1 -10077l381.6 -10076.8l383.2 -10076.7l384.8 -10076.6l386.3 -10076.4l387.9 -10076.3l389.4 -10076.1l391 -10076l392.5 -10075.8l394.1 -10075.7l395.6 -10075.5l397.2 -10075.4l398.7 -10075.3l400.3 -10075.1l401.8 -10075l403.4 -10074.8l404.9 -10074.7l406.5 -10074.5l408 -10074.4l409.5 -10074.2l411.1 -10074l412.6 -10073.9l414.2 -10073.8l415.7 -10073.6l417.2 -10073.5l418.8 -10073.3l420.3 -10073.2l421.8 -10073l423.4 -10072.8l424.9 -10072.7l426.4 -10072.5l427.9 -10072.4l429.5 -10072.2l431 -10072.1l432.5 -10071.9l434 -10071.8l435.6 -10071.6l437.1 -10071.4l438.6 -10071.2l440.1 -10071.1l441.6 -10071l443.2 -10070.8l444.7 -10070.6l446.2 -10070.4l447.7 -10070.3l449.2 -10070.2l450.7 -10070l452.2 -10069.8l453.7 -10069.7l455.2 -10069.5l456.7 -10069.3l458.2 -10069.2l459.7 -10069l461.2 -10068.8l462.7 -10068.7l464.2 -10068.5l465.7 -10068.4l467.2 -10068.2l468.7 -10068l470.2 -10067.8l471.7 -10067.7l473.2 -10067.5l474.7 -10067.3l476.2 -10067.2l477.7 -10067l479.2 -10066.8l480.6 -10066.6l482.1 -10066.5l483.6 -10066.3l485.1 -10066.1l486.6 -10065.9l488 -10065.8l489.5 -10065.6l491 -10065.5l492.5 -10065.3l493.9 -10065.1l495.4 -10064.9l496.9 -10064.8l498.3 -10064.6l499.8 -10064.4l501.3 -10064.2l502.7 -10064.1l504.2 -10063.9l505.7 -10063.7l507.1 -10063.5l508.6 -10063.3l510 -10063.2l511.5 -10063l513 -10062.8l514.4 -10062.6l515.9 -10062.5l517.3 -10062.3l518.8 -10062.1l520.2 -10061.9l521.7 -10061.7l523.1 -10061.5l524.5 -10061.4l526 -10061.2l527.4 -10061l528.9 -10060.8l530.3 -10060.6l531.7 -10060.5l533.2 -10060.2l534.6 -10060.1l536 -10059.9l537.5 -10059.7l538.9 -10059.5l540.3 -10059.3l541.8 -10059.2l543.2 -10059l544.6 -10058.8l546 -10058.6l547.4 -10058.4l548.9 -10058.2l550.3 -10058l551.7 -10057.8l553.1 -10057.6l554.5 -10057.5l555.9 -10057.3l557.4 -10057.1l558.8 -10056.9l560.2 -10056.7l561.6 -10056.5l563 -10056.3l564.4 -10056.1l565.8 -10055.9l567.2 -10055.7l568.6 -10055.6l570 -10055.4l571.4 -10055.2l572.8 -10054.9l574.2 -10054.8l575.5 -10054.6l576.9 -10054.4l578.3 -10054.2l579.7 -10054l581.1 -10053.8l582.5 -10053.6l583.9 -10053.4l585.2 -10053.2l586.6 -10053l588 -10052.8l589.4 -10052.6l590.7 -10052.4l592.1 -10052.2l593.5 -10052l594.9 -10051.8l596.2 -10051.6l597.6 -10051.4l599 -10051.3l600.3 -10051.1l601.7 -10050.9l603 -10050.6l604.4 -10050.5l605.8 -10050.3l607.1 -10050.1l608.5 -10049.9l609.8 -10049.6l611.2 -10049.5l612.5 -10049.3l613.9 -10049.1l615.2 -10048.8l616.5 -10048.6l617.9 -10048.4l619.2 -10048.2l620.6 -10048l621.9 -10047.8l623.2 -10047.6l624.6 -10047.4l625.9 -10047.2l627.2 -10047l628.6 -10046.8l629.9 -10046.6l631.2 -10046.4l632.5 -10046.2l633.9 -10046l635.2 -10045.8l636.5 -10045.6l637.8 -10045.4l639.1 -10045.2l640.4 -10044.9l641.8 -10044.8l643.1 -10044.6l644.4 -10044.4l645.7 -10044.1l647 -10043.9l648.3 -10043.7l649.6 -10043.5l650.9 -10043.3l652.2 -10043.1l653.5 -10042.9l654.8 -10042.7l656.1 -10042.5l657.4 -10042.3l658.7 -10042l659.9 -10041.9l661.2 -10041.7l662.5 -10041.4l663.8 -10041.2l665.1 -10041l666.4 -10040.8l667.6 -10040.6l668.9 -10040.4l670.2 -10040.2l671.5 -10040l672.7 -10039.8l674 -10039.6l675.3 -10039.3l676.5 -10039.1l677.8 -10038.9l679.1 -10038.7l680.3 -10038.5l681.6 -10038.3l682.8 -10038.1l684.1 -10037.9l685.3 -10037.6l686.6 -10037.4l687.8 -10037.2l689.1 -10037l690.3 -10036.8l691.6 -10036.6l692.8 -10036.3l694.1 -10036.2l695.3 -10035.9l696.5 -10035.7l697.8 -10035.5l699 -10035.3l700.2 -10035.1l701.5 -10034.9l702.7 -10034.7l703.9 -10034.4l705.1 -10034.2l706.4 -10034l707.6 -10033.8l708.8 -10033.6l710 -10033.3l711.2 -10033.2l712.4 -10032.9l713.6 -10032.7l714.8 -10032.5l716.1 -10032.3l717.3 -10032.1l718.5 -10031.9l719.7 -10031.7l720.9 -10031.4l722.1 -10031.2l723.3 -10031l724.5 -10030.8l725.6 -10030.5l726.8 -10030.4l728 -10030.1l729.2 -10029.9l730.4 -10029.7l731.6 -10029.5l732.8 -10029.3l733.9 -10029.1l735.1 -10028.8l736.3 -10028.6l737.5 -10028.4l738.6 -10028.2l739.8 -10028l741 -10027.8l742.1 -10027.5l743.3 -10027.3l744.5 -10027.1l745.6 -10026.9l746.8 -10026.7l747.9 -10026.4l749.1 -10026.2l750.2 -10026l751.4 -10025.8l752.5 -10025.6l753.7 -10025.4l754.8 -10025.2l756 -10024.9l757.1 -10024.7l758.2 -10024.5l759.4 -10024.3l760.5 -10024.1l761.7 -10023.9l762.8 -10023.6l763.9 -10023.4l765 -10023.2l766.2 -10023l689 -9000.3"
id="path1771"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-390506.7 -1l.8 -10091.3l2.5 -10092.3l4.2 -10092.3l5.9 -10092.3l7.6 -10092.3l9.3 -10092.3l10.9 -10092.3l12.6 -10092.3l14.3 -10092.3l16 -10092.3l17.7 -10092.3l19.3 -10092.3l21 -10092.3l22.7 -10092.3l24.4 -10092.2l26.1 -10092.2l27.8 -10092.2l29.4 -10092.2l31.1 -10092.2l32.8 -10092.2l34.5 -10092.2l36.2 -10092.2l37.8 -10092.2l39.5 -10092.1l41.2 -10092.1l42.9 -10092.1l44.6 -10092.1l46.2 -10092l47.9 -10092.1l49.6 -10092l51.3 -10092l53 -10092l54.6 -10091.9l56.3 -10092l58 -10091.9l59.7 -10091.9l61.4 -10091.9l63 -10091.9l64.7 -10091.8l66.4 -10091.8l68.1 -10091.8l69.8 -10091.7l71.4 -10091.7l73.1 -10091.7l74.8 -10091.7l76.5 -10091.6l78.2 -10091.6l79.8 -10091.6l81.5 -10091.6l83.2 -10091.5l84.9 -10091.5l86.5 -10091.5l88.2 -10091.4l89.9 -10091.4l91.6 -10091.3l93.2 -10091.3l94.9 -10091.3l96.6 -10091.2l98.3 -10091.2l99.9 -10091.1l101.6 -10091.1l103.3 -10091.1l105 -10091l106.6 -10091l108.3 -10090.9l110 -10090.9l111.6 -10090.9l113.3 -10090.8l115 -10090.8l116.7 -10090.7l118.3 -10090.7l120 -10090.6l121.7 -10090.6l123.3 -10090.5l125 -10090.5l126.7 -10090.5l128.4 -10090.4l130 -10090.4l131.7 -10090.3l133.4 -10090.3l135 -10090.2l136.7 -10090.1l138.4 -10090.1l140 -10090l141.7 -10090l143.4 -10089.9l145 -10089.9l146.7 -10089.8l148.4 -10089.8l150 -10089.7l151.7 -10089.6l153.3 -10089.6l155 -10089.5l156.7 -10089.5l158.3 -10089.4l160 -10089.3l161.7 -10089.2l163.3 -10089.2l165 -10089.2l166.6 -10089.1l168.3 -10089l169.9 -10089l171.6 -10088.9l173.3 -10088.8l174.9 -10088.8l176.6 -10088.7l178.2 -10088.6l179.9 -10088.6l181.5 -10088.5l183.2 -10088.4l184.9 -10088.3l186.5 -10088.3l188.2 -10088.2l189.8 -10088.1l191.5 -10088l193.1 -10088l194.8 -10087.9l196.4 -10087.8l198.1 -10087.8l199.7 -10087.6l201.4 -10087.6l203 -10087.5l204.7 -10087.4l206.3 -10087.3l208 -10087.3l209.6 -10087.2l211.3 -10087.1l212.9 -10087l214.5 -10086.9l216.2 -10086.9l217.8 -10086.8l219.5 -10086.7l221.1 -10086.6l222.8 -10086.5l224.4 -10086.5l226 -10086.4l227.7 -10086.3l229.3 -10086.2l231 -10086.1l232.6 -10086l234.2 -10085.9l235.9 -10085.8l237.5 -10085.7l239.1 -10085.7l240.8 -10085.6l242.4 -10085.5l244 -10085.3l245.7 -10085.3l247.3 -10085.2l248.9 -10085.1l250.6 -10085l252.2 -10084.9l253.8 -10084.8l255.4 -10084.7l257.1 -10084.6l258.7 -10084.5l260.3 -10084.4l262 -10084.3l263.6 -10084.2l265.2 -10084.1l266.8 -10084l268.4 -10083.9l270.1 -10083.8l271.7 -10083.7l273.3 -10083.6l274.9 -10083.5l276.6 -10083.4l278.2 -10083.3l279.8 -10083.2l281.4 -10083l283 -10083l284.6 -10082.9l286.2 -10082.8l287.9 -10082.6l289.5 -10082.5l291.1 -10082.4l292.7 -10082.3l294.3 -10082.2l295.9 -10082.1l297.5 -10082l299.1 -10081.9l300.7 -10081.8l302.3 -10081.6l303.9 -10081.5l305.6 -10081.4l307.2 -10081.3l308.8 -10081.2l310.4 -10081l312 -10081l313.6 -10080.8l315.2 -10080.7l316.8 -10080.6l318.4 -10080.4l320 -10080.4l321.6 -10080.2l323.1 -10080.1l324.7 -10080l326.3 -10079.9l327.9 -10079.8l329.5 -10079.6l331.1 -10079.5l332.7 -10079.3l334.3 -10079.3l335.9 -10079.1l337.5 -10079l339 -10078.8l340.6 -10078.8l342.2 -10078.6l343.8 -10078.5l345.4 -10078.4l347 -10078.2l348.5 -10078.1l350.1 -10078l351.7 -10077.9l353.3 -10077.7l354.9 -10077.6l356.4 -10077.5l358 -10077.3l359.6 -10077.2l361.2 -10077l362.7 -10076.9l364.3 -10076.8l365.9 -10076.7l367.4 -10076.5l369 -10076.4l370.6 -10076.2l372.1 -10076.1l373.7 -10076l375.3 -10075.8l376.8 -10075.7l378.4 -10075.6l379.9 -10075.4l381.5 -10075.3l383.1 -10075.1l384.6 -10075l386.2 -10074.9l387.7 -10074.7l389.3 -10074.5l390.8 -10074.4l392.4 -10074.3l393.9 -10074.1l395.5 -10074l397 -10073.8l398.6 -10073.7l400.1 -10073.6l401.7 -10073.4l403.2 -10073.2l404.8 -10073.1l406.3 -10073l407.9 -10072.8l409.4 -10072.7l410.9 -10072.5l412.5 -10072.4l414 -10072.2l415.5 -10072.1l417.1 -10071.9l418.6 -10071.7l420.1 -10071.6l421.7 -10071.5l423.2 -10071.3l424.7 -10071.1l426.3 -10071l427.8 -10070.9l429.3 -10070.7l430.8 -10070.5l432.4 -10070.4l433.9 -10070.2l435.4 -10070.1l436.9 -10069.9l438.4 -10069.7l440 -10069.6l441.5 -10069.4l443 -10069.3l444.5 -10069.1l446 -10068.9l447.5 -10068.8l449 -10068.6l450.6 -10068.5l452.1 -10068.3l453.6 -10068.2l455.1 -10068l456.6 -10067.8l458.1 -10067.7l459.6 -10067.5l461.1 -10067.3l462.6 -10067.2l464.1 -10067l465.6 -10066.9l467.1 -10066.7l468.6 -10066.5l470.1 -10066.4l471.5 -10066.2l473 -10066l474.5 -10065.9l476 -10065.7l477.5 -10065.5l479 -10065.3l480.5 -10065.1l481.9 -10065l483.4 -10064.8l484.9 -10064.7l486.4 -10064.5l487.9 -10064.3l489.3 -10064.2l490.8 -10064l492.3 -10063.8l493.8 -10063.6l495.2 -10063.5l496.7 -10063.3l498.2 -10063.1l499.6 -10062.9l501.1 -10062.8l502.6 -10062.6l504 -10062.4l505.5 -10062.2l506.9 -10062l508.4 -10061.9l509.9 -10061.7l511.3 -10061.5l512.8 -10061.4l514.2 -10061.1l515.7 -10061l517.1 -10060.8l518.6 -10060.6l520 -10060.4l521.5 -10060.3l522.9 -10060.1l524.4 -10059.9l525.8 -10059.7l527.2 -10059.5l528.7 -10059.4l530.1 -10059.2l531.6 -10059l533 -10058.8l534.4 -10058.6l535.9 -10058.5l537.3 -10058.3l538.7 -10058.1l540.1 -10057.9l541.6 -10057.7l543 -10057.5l544.4 -10057.4l545.8 -10057.1l547.3 -10057l548.7 -10056.8l550.1 -10056.6l551.5 -10056.4l552.9 -10056.2l554.3 -10056.1l555.8 -10055.9l557.2 -10055.7l558.6 -10055.5l560 -10055.3l561.4 -10055.1l562.8 -10054.9l564.2 -10054.7l565.6 -10054.5l567 -10054.3l568.4 -10054.2l569.8 -10054l571.2 -10053.8l572.6 -10053.6l574 -10053.4l575.4 -10053.2l576.7 -10053l578.1 -10052.8l579.5 -10052.6l580.9 -10052.4l582.3 -10052.2l583.7 -10052l585 -10051.8l586.4 -10051.7l587.8 -10051.5l589.2 -10051.3l590.5 -10051l591.9 -10050.9l593.3 -10050.7l594.7 -10050.5l596 -10050.3l597.4 -10050.1l598.8 -10049.9l600.1 -10049.7l601.5 -10049.5l602.8 -10049.3l604.2 -10049.1l605.6 -10048.9l606.9 -10048.7l608.3 -10048.5l609.6 -10048.3l611 -10048.1l612.3 -10047.9l613.7 -10047.7l615 -10047.5l616.3 -10047.3l617.7 -10047.1l619 -10046.9l620.4 -10046.7l621.7 -10046.5l623 -10046.3l624.4 -10046.1l625.7 -10045.9l627 -10045.7l628.4 -10045.5l629.7 -10045.3l631 -10045.1l632.3 -10044.9l633.7 -10044.6l635 -10044.5l636.3 -10044.3l637.6 -10044.1l638.9 -10043.9l640.2 -10043.6l641.6 -10043.5l642.9 -10043.3l644.2 -10043l645.5 -10042.8l646.8 -10042.6l648.1 -10042.4l649.4 -10042.2l650.7 -10042l652 -10041.8l653.3 -10041.6l654.6 -10041.4l655.9 -10041.2l657.2 -10041l658.4 -10040.7l659.7 -10040.6l661 -10040.4l662.3 -10040.2l663.6 -10039.9l664.9 -10039.7l666.1 -10039.5l667.4 -10039.3l668.7 -10039.1l670 -10038.9l671.2 -10038.7l672.5 -10038.5l673.8 -10038.3l675 -10038l676.3 -10037.9l677.6 -10037.7l678.8 -10037.4l680.1 -10037.2l681.4 -10037l682.6 -10036.8l683.9 -10036.6l685.1 -10036.4l686.4 -10036.2l687.6 -10036l688.9 -10035.8l690.1 -10035.6l691.4 -10035.3l692.6 -10035.1l693.8 -10034.9l695.1 -10034.7l696.3 -10034.5l697.5 -10034.3l698.8 -10034.1l700 -10033.9l701.2 -10033.7l702.5 -10033.4l703.7 -10033.2l704.9 -10033l706.1 -10032.8l707.4 -10032.6l708.6 -10032.4l709.8 -10032.1l711 -10032l712.2 -10031.7l713.4 -10031.5l714.6 -10031.3l715.8 -10031.1l717 -10030.9l718.3 -10030.7l719.5 -10030.5l720.7 -10030.2l721.9 -10030l723 -10029.8l724.2 -10029.6l725.4 -10029.4l726.6 -10029.2l727.8 -10029l729 -10028.7l730.2 -10028.5l731.4 -10028.3l732.5 -10028.1l733.7 -10027.9l734.9 -10027.7l736.1 -10027.4l737.2 -10027.2l738.4 -10027l739.6 -10026.8l740.8 -10026.6l741.9 -10026.4l743.1 -10026.2l744.2 -10026l745.4 -10025.7l746.6 -10025.5l747.7 -10025.3l748.9 -10025.1l750 -10024.9l751.2 -10024.7l752.3 -10024.4l753.5 -10024.2l754.6 -10024l755.8 -10023.8l756.9 -10023.6l758 -10023.3l759.2 -10023.2l760.3 -10022.9l761.4 -10022.7l762.6 -10022.5l763.7 -10022.3l764.8 -10022.1l765.9 -10021.9l767.1 -10021.6l768.2 -10021.4l769.3 -10021.2l770.4 -10021l771.5 -10020.8l772.6 -10020.5l773.8 -10020.3l774.9 -10020.1l776 -10019.9l777.1 -10019.7l778.2 -10019.5l779.3 -10019.3l780.4 -10019.1l781.5 -10018.8l782.6 -10018.6l783.7 -10018.4l784.8 -10018.2l785.8 -10018l786.9 -10017.8l788 -10017.5l789.1 -10017.3l790.2 -10017.1l791.3 -10016.9l792.3 -10016.7l793.4 -10016.4l794.5 -10016.3l553.1 -6964.9"
id="path1772"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-380415.2 -1l.8 -10089.6l2.5 -10090.6l4.2 -10090.6l5.9 -10090.6l7.6 -10090.6l9.2 -10090.6l10.9 -10090.6l12.6 -10090.6l14.3 -10090.6l16 -10090.6l17.7 -10090.6l19.3 -10090.6l21 -10090.6l22.7 -10090.6l24.4 -10090.5l26.1 -10090.6l27.7 -10090.6l29.4 -10090.5l31.1 -10090.5l32.8 -10090.5l34.5 -10090.5l36.1 -10090.5l37.8 -10090.5l39.5 -10090.4l41.2 -10090.4l42.9 -10090.4l44.6 -10090.4l46.2 -10090.4l47.9 -10090.4l49.6 -10090.4l51.3 -10090.3l52.9 -10090.3l54.6 -10090.3l56.3 -10090.3l58 -10090.3l59.7 -10090.2l61.3 -10090.2l63 -10090.2l64.7 -10090.2l66.4 -10090.1l68.1 -10090.1l69.7 -10090l71.4 -10090.1l73.1 -10090l74.8 -10090l76.4 -10090l78.1 -10089.9l79.8 -10089.9l81.5 -10089.9l83.2 -10089.8l84.8 -10089.8l86.5 -10089.8l88.2 -10089.7l89.9 -10089.7l91.5 -10089.7l93.2 -10089.6l94.9 -10089.6l96.6 -10089.6l98.2 -10089.5l99.9 -10089.5l101.6 -10089.4l103.2 -10089.4l104.9 -10089.4l106.6 -10089.3l108.3 -10089.3l109.9 -10089.2l111.6 -10089.2l113.3 -10089.2l114.9 -10089.1l116.6 -10089.1l118.3 -10089l120 -10089l121.6 -10088.9l123.3 -10088.9l125 -10088.8l126.6 -10088.8l128.3 -10088.7l130 -10088.7l131.6 -10088.6l133.3 -10088.6l135 -10088.5l136.6 -10088.5l138.3 -10088.4l140 -10088.4l141.6 -10088.3l143.3 -10088.3l145 -10088.2l146.6 -10088.1l148.3 -10088.1l150 -10088l151.6 -10088l153.3 -10087.9l154.9 -10087.9l156.6 -10087.8l158.3 -10087.7l159.9 -10087.7l161.6 -10087.6l163.2 -10087.6l164.9 -10087.5l166.6 -10087.4l168.2 -10087.3l169.9 -10087.3l171.5 -10087.2l173.2 -10087.2l174.9 -10087.1l176.5 -10087l178.2 -10087l179.8 -10086.9l181.5 -10086.8l183.1 -10086.8l184.8 -10086.7l186.4 -10086.6l188.1 -10086.5l189.7 -10086.5l191.4 -10086.4l193 -10086.3l194.7 -10086.3l196.3 -10086.2l198 -10086.1l199.6 -10086l201.3 -10085.9l202.9 -10085.9l204.6 -10085.8l206.2 -10085.7l207.9 -10085.6l209.5 -10085.6l211.2 -10085.5l212.8 -10085.4l214.5 -10085.3l216.1 -10085.2l217.7 -10085.1l219.4 -10085.1l221 -10084.9l222.7 -10084.9l224.3 -10084.8l225.9 -10084.7l227.6 -10084.6l229.2 -10084.5l230.9 -10084.5l232.5 -10084.4l234.1 -10084.3l235.8 -10084.2l237.4 -10084.1l239 -10084l240.7 -10083.9l242.3 -10083.8l243.9 -10083.7l245.6 -10083.7l247.2 -10083.6l248.8 -10083.5l250.5 -10083.4l252.1 -10083.2l253.7 -10083.2l255.4 -10083.1l257 -10083l258.6 -10082.9l260.2 -10082.8l261.9 -10082.7l263.5 -10082.6l265.1 -10082.5l266.7 -10082.4l268.3 -10082.3l270 -10082.2l271.6 -10082.1l273.2 -10082l274.8 -10081.9l276.4 -10081.8l278.1 -10081.7l279.7 -10081.6l281.3 -10081.4l282.9 -10081.4l284.5 -10081.2l286.1 -10081.1l287.8 -10081l289.4 -10080.9l291 -10080.8l292.6 -10080.7l294.2 -10080.6l295.8 -10080.5l297.4 -10080.4l299 -10080.3l300.6 -10080.2l302.2 -10080l303.8 -10079.9l305.4 -10079.8l307 -10079.7l308.6 -10079.6l310.2 -10079.4l311.8 -10079.4l313.4 -10079.2l315 -10079.1l316.6 -10079l318.2 -10078.8l319.8 -10078.8l321.4 -10078.6l323 -10078.5l324.6 -10078.4l326.2 -10078.3l327.8 -10078.2l329.4 -10078l331 -10077.9l332.6 -10077.8l334.2 -10077.7l335.8 -10077.5l337.3 -10077.4l338.9 -10077.3l340.5 -10077.2l342.1 -10077l343.7 -10076.9l345.3 -10076.8l346.8 -10076.6l348.4 -10076.5l350 -10076.4l351.6 -10076.3l353.2 -10076.1l354.7 -10076l356.3 -10075.9l357.9 -10075.8l359.4 -10075.6l361 -10075.5l362.6 -10075.4l364.2 -10075.2l365.7 -10075.1l367.3 -10075l368.9 -10074.8l370.4 -10074.7l372 -10074.5l373.6 -10074.4l375.1 -10074.2l376.7 -10074.1l378.2 -10074l379.8 -10073.9l381.4 -10073.7l382.9 -10073.5l384.5 -10073.4l386 -10073.3l387.6 -10073.2l389.1 -10073l390.7 -10072.9l392.3 -10072.7l393.8 -10072.6l395.4 -10072.4l396.9 -10072.3l398.4 -10072.2l400 -10072l401.5 -10071.9l403.1 -10071.7l404.6 -10071.6l406.2 -10071.4l407.7 -10071.3l409.3 -10071.1l410.8 -10071l412.3 -10070.8l413.9 -10070.7l415.4 -10070.5l416.9 -10070.4l418.5 -10070.2l420 -10070.1l421.5 -10069.9l423.1 -10069.8l424.6 -10069.6l426.1 -10069.5l427.6 -10069.3l429.2 -10069.2l430.7 -10069l432.2 -10068.8l433.7 -10068.7l435.3 -10068.6l436.8 -10068.4l438.3 -10068.2l439.8 -10068.1l441.3 -10067.9l442.8 -10067.8l444.4 -10067.6l445.9 -10067.4l447.4 -10067.3l448.9 -10067.1l450.4 -10067l451.9 -10066.8l453.4 -10066.7l454.9 -10066.5l456.4 -10066.3l457.9 -10066.2l459.4 -10066l460.9 -10065.8l462.4 -10065.7l463.9 -10065.5l465.4 -10065.4l466.9 -10065.2l468.4 -10065l469.9 -10064.9l471.4 -10064.7l472.9 -10064.5l474.4 -10064.4l475.8 -10064.2l477.3 -10064l478.8 -10063.9l480.3 -10063.7l481.8 -10063.5l483.3 -10063.4l484.7 -10063.2l486.2 -10063l487.7 -10062.9l489.2 -10062.7l490.6 -10062.5l492.1 -10062.3l493.6 -10062.1l495.1 -10062l496.5 -10061.8l498 -10061.7l499.5 -10061.4l500.9 -10061.3l502.4 -10061.1l503.9 -10061l505.3 -10060.8l506.8 -10060.6l508.2 -10060.4l509.7 -10060.3l511.1 -10060.1l512.6 -10059.9l514 -10059.7l515.5 -10059.6l517 -10059.4l518.4 -10059.2l519.8 -10059l521.3 -10058.8l522.7 -10058.7l524.2 -10058.5l525.6 -10058.3l527.1 -10058.1l528.5 -10057.9l529.9 -10057.8l531.4 -10057.6l532.8 -10057.4l534.2 -10057.2l535.7 -10057l537.1 -10056.9l538.5 -10056.7l540 -10056.5l541.4 -10056.3l542.8 -10056.1l544.2 -10055.9l545.7 -10055.7l547.1 -10055.6l548.5 -10055.4l549.9 -10055.2l551.3 -10055l552.7 -10054.8l554.2 -10054.6l555.6 -10054.5l557 -10054.3l558.4 -10054l559.8 -10053.9l561.2 -10053.7l562.6 -10053.5l564 -10053.3l565.4 -10053.1l566.8 -10052.9l568.2 -10052.8l569.6 -10052.6l571 -10052.4l572.4 -10052.2l573.8 -10052l575.2 -10051.8l576.6 -10051.6l577.9 -10051.4l579.3 -10051.2l580.7 -10051l582.1 -10050.9l583.5 -10050.7l584.9 -10050.4l586.2 -10050.3l587.6 -10050.1l589 -10049.9l590.4 -10049.7l591.7 -10049.5l593.1 -10049.3l594.5 -10049.1l595.8 -10048.9l597.2 -10048.7l598.6 -10048.5l599.9 -10048.3l601.3 -10048.1l602.6 -10047.9l604 -10047.7l605.4 -10047.5l606.7 -10047.3l608.1 -10047.2l609.4 -10046.9l610.8 -10046.8l612.1 -10046.6l613.5 -10046.4l614.8 -10046.2l616.1 -10045.9l617.5 -10045.8l618.8 -10045.6l620.2 -10045.4l621.5 -10045.1l622.8 -10045l624.2 -10044.8l625.5 -10044.6l626.8 -10044.4l628.2 -10044.1l629.5 -10044l630.8 -10043.8l632.1 -10043.6l633.5 -10043.3l634.8 -10043.2l636.1 -10043l637.4 -10042.8l638.7 -10042.6l640 -10042.3l641.3 -10042.1l642.7 -10041.9l644 -10041.7l645.3 -10041.5l646.6 -10041.3l647.9 -10041.1l649.2 -10040.9l650.5 -10040.7l651.8 -10040.5l653.1 -10040.3l654.4 -10040.1l655.7 -10039.9l657 -10039.7l658.2 -10039.5l659.5 -10039.3l660.8 -10039.1l662.1 -10038.9l663.4 -10038.6l664.7 -10038.5l665.9 -10038.3l667.2 -10038.1l668.5 -10037.8l669.8 -10037.6l671 -10037.4l672.3 -10037.2l673.6 -10037l674.8 -10036.8l676.1 -10036.6l677.4 -10036.4l678.6 -10036.2l679.9 -10036l681.1 -10035.7l682.4 -10035.6l683.7 -10035.4l684.9 -10035.1l686.2 -10034.9l687.4 -10034.7l688.7 -10034.5l689.9 -10034.3l691.1 -10034.1l692.4 -10033.9l693.6 -10033.7l694.9 -10033.5l696.1 -10033.3l697.3 -10033l698.6 -10032.8l699.8 -10032.6l701 -10032.4l702.3 -10032.2l703.5 -10032l704.7 -10031.8l705.9 -10031.6l707.1 -10031.4l708.4 -10031.2l709.6 -10030.9l710.8 -10030.7l712 -10030.5l713.2 -10030.3l714.4 -10030.1l715.6 -10029.9l716.8 -10029.7l718 -10029.5l719.2 -10029.3l720.4 -10029l721.6 -10028.8l722.8 -10028.6l724 -10028.4l725.2 -10028.2l726.4 -10028l727.6 -10027.8l728.8 -10027.6l730 -10027.3l731.1 -10027.1l732.3 -10026.9l733.5 -10026.7l734.7 -10026.5l735.9 -10026.3l737 -10026.1l738.2 -10025.9l739.4 -10025.6l740.5 -10025.4l741.7 -10025.2l742.9 -10025l744 -10024.8l745.2 -10024.6l746.3 -10024.4l747.5 -10024.1l748.7 -10023.9l749.8 -10023.7l751 -10023.5l752.1 -10023.3l753.3 -10023.1l754.4 -10022.9l755.5 -10022.7l756.7 -10022.4l757.8 -10022.2l759 -10022l760.1 -10021.8l761.2 -10021.6l762.3 -10021.3l763.5 -10021.2l764.6 -10021l765.7 -10020.7l766.9 -10020.5l768 -10020.3l769.1 -10020.1l770.2 -10019.9l771.3 -10019.7l772.4 -10019.4l773.5 -10019.2l774.7 -10019l775.8 -10018.8l776.9 -10018.6l778 -10018.4l779.1 -10018.2l780.2 -10018l781.3 -10017.7l782.4 -10017.5l783.4 -10017.3l784.5 -10017.1l785.6 -10016.9l786.7 -10016.7l787.8 -10016.4l788.9 -10016.2l790 -10016l791 -10015.8l792.1 -10015.6l793.2 -10015.4l794.3 -10015.2l795.3 -10015l796.4 -10014.8l797.5 -10014.5l798.5 -10014.3l799.6 -10014.1l800.7 -10013.9l801.7 -10013.7l802.8 -10013.4l803.8 -10013.3l804.9 -10013l805.9 -10012.8l807 -10012.6l808 -10012.4l809.1 -10012.2l810.1 -10012l811.1 -10011.8l812.2 -10011.5l813.2 -10011.3l814.3 -10011.1l815.3 -10010.9l816.3 -10010.7l817.3 -10010.5l818.4 -10010.3l819.4 -10010.1l820.4 -10009.9l501.1 -6108.3"
id="path1773"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-370325.4 -1l.8 -10087.9l2.5 -10089l4.2 -10089l5.9 -10089l7.6 -10089l9.2 -10088.9l10.9 -10088.9l12.6 -10088.9l14.3 -10088.9l16 -10088.9l17.7 -10088.9l19.3 -10088.9l21 -10088.9l22.7 -10088.9l24.4 -10088.9l26.1 -10088.9l27.7 -10088.9l29.4 -10088.9l31.1 -10088.8l32.8 -10088.8l34.5 -10088.8l36.1 -10088.8l37.8 -10088.8l39.5 -10088.7l41.2 -10088.8l42.9 -10088.8l44.5 -10088.7l46.2 -10088.7l47.9 -10088.7l49.6 -10088.7l51.3 -10088.7l52.9 -10088.6l54.6 -10088.6l56.3 -10088.6l58 -10088.6l59.6 -10088.6l61.3 -10088.5l63 -10088.5l64.7 -10088.5l66.4 -10088.5l68 -10088.4l69.7 -10088.4l71.4 -10088.4l73.1 -10088.3l74.7 -10088.3l76.4 -10088.3l78.1 -10088.2l79.8 -10088.2l81.4 -10088.2l83.1 -10088.2l84.8 -10088.1l86.5 -10088.1l88.1 -10088.1l89.8 -10088l91.5 -10088l93.2 -10087.9l94.8 -10087.9l96.5 -10087.9l98.2 -10087.9l99.9 -10087.8l101.5 -10087.8l103.2 -10087.7l104.9 -10087.7l106.5 -10087.7l108.2 -10087.6l109.9 -10087.6l111.6 -10087.5l113.2 -10087.5l114.9 -10087.4l116.6 -10087.4l118.2 -10087.4l119.9 -10087.3l121.6 -10087.3l123.2 -10087.2l124.9 -10087.2l126.6 -10087.1l128.3 -10087.1l129.9 -10087l131.6 -10086.9l133.3 -10086.9l134.9 -10086.9l136.6 -10086.8l138.3 -10086.7l139.9 -10086.7l141.6 -10086.7l143.2 -10086.6l144.9 -10086.5l146.6 -10086.5l148.2 -10086.4l149.9 -10086.4l151.6 -10086.3l153.2 -10086.2l154.9 -10086.2l156.5 -10086.1l158.2 -10086.1l159.9 -10086l161.5 -10085.9l163.2 -10085.9l164.8 -10085.8l166.5 -10085.8l168.2 -10085.7l169.8 -10085.6l171.5 -10085.6l173.1 -10085.5l174.8 -10085.4l176.4 -10085.3l178.1 -10085.3l179.8 -10085.2l181.4 -10085.2l183.1 -10085.1l184.7 -10085l186.4 -10085l188 -10084.9l189.7 -10084.8l191.3 -10084.7l193 -10084.7l194.6 -10084.6l196.3 -10084.5l197.9 -10084.5l199.6 -10084.3l201.2 -10084.3l202.9 -10084.2l204.5 -10084.1l206.2 -10084l207.8 -10084l209.4 -10083.9l211.1 -10083.8l212.7 -10083.8l214.4 -10083.6l216 -10083.6l217.7 -10083.5l219.3 -10083.4l220.9 -10083.3l222.6 -10083.3l224.2 -10083.2l225.9 -10083.1l227.5 -10083l229.1 -10082.9l230.8 -10082.8l232.4 -10082.7l234 -10082.7l235.7 -10082.5l237.3 -10082.5l239 -10082.4l240.6 -10082.3l242.2 -10082.2l243.8 -10082.1l245.5 -10082l247.1 -10081.9l248.7 -10081.8l250.4 -10081.7l252 -10081.6l253.6 -10081.6l255.3 -10081.5l256.9 -10081.4l258.5 -10081.2l260.1 -10081.2l261.8 -10081.1l263.4 -10081l265 -10080.9l266.6 -10080.7l268.2 -10080.7l269.9 -10080.6l271.5 -10080.5l273.1 -10080.3l274.7 -10080.3l276.3 -10080.2l278 -10080.1l279.6 -10080l281.2 -10079.8l282.8 -10079.7l284.4 -10079.6l286 -10079.5l287.6 -10079.4l289.3 -10079.3l290.9 -10079.2l292.5 -10079.1l294.1 -10079l295.7 -10078.8l297.3 -10078.8l298.9 -10078.7l300.5 -10078.5l302.1 -10078.4l303.7 -10078.3l305.3 -10078.2l306.9 -10078.1l308.5 -10078l310.1 -10077.8l311.7 -10077.8l313.3 -10077.6l314.9 -10077.5l316.5 -10077.4l318.1 -10077.3l319.7 -10077.2l321.3 -10077l322.9 -10076.9l324.5 -10076.8l326.1 -10076.7l327.7 -10076.6l329.3 -10076.4l330.9 -10076.3l332.5 -10076.2l334 -10076.1l335.6 -10076l337.2 -10075.8l338.8 -10075.7l340.4 -10075.6l342 -10075.5l343.5 -10075.3l345.1 -10075.2l346.7 -10075l348.3 -10075l349.9 -10074.8l351.4 -10074.7l353 -10074.6l354.6 -10074.4l356.2 -10074.3l357.7 -10074.2l359.3 -10074l360.9 -10073.9l362.5 -10073.8l364 -10073.7l365.6 -10073.5l367.2 -10073.4l368.7 -10073.2l370.3 -10073.1l371.9 -10073l373.4 -10072.8l375 -10072.7l376.6 -10072.6l378.1 -10072.4l379.7 -10072.3l381.2 -10072.2l382.8 -10072l384.3 -10071.9l385.9 -10071.7l387.5 -10071.6l389 -10071.4l390.6 -10071.3l392.1 -10071.2l393.7 -10071l395.2 -10070.9l396.8 -10070.7l398.3 -10070.6l399.9 -10070.5l401.4 -10070.3l402.9 -10070.1l404.5 -10070l406 -10069.9l407.6 -10069.7l409.1 -10069.6l410.6 -10069.4l412.2 -10069.3l413.7 -10069.2l415.2 -10069l416.8 -10068.9l418.3 -10068.7l419.8 -10068.6l421.4 -10068.4l422.9 -10068.3l424.4 -10068.1l426 -10068l427.5 -10067.8l429 -10067.7l430.5 -10067.5l432.1 -10067.3l433.6 -10067.2l435.1 -10067l436.6 -10066.9l438.1 -10066.7l439.7 -10066.6l441.2 -10066.4l442.7 -10066.3l444.2 -10066.1l445.7 -10065.9l447.2 -10065.8l448.7 -10065.6l450.2 -10065.5l451.7 -10065.3l453.2 -10065.2l454.7 -10065l456.3 -10064.8l457.8 -10064.7l459.3 -10064.5l460.8 -10064.4l462.3 -10064.2l463.7 -10064l465.2 -10063.9l466.7 -10063.7l468.2 -10063.5l469.7 -10063.4l471.2 -10063.2l472.7 -10063l474.2 -10062.9l475.7 -10062.7l477.2 -10062.5l478.6 -10062.4l480.1 -10062.2l481.6 -10062l483.1 -10061.9l484.6 -10061.7l486 -10061.5l487.5 -10061.4l489 -10061.2l490.5 -10061l491.9 -10060.9l493.4 -10060.7l494.9 -10060.5l496.4 -10060.4l497.8 -10060.2l499.3 -10060l500.8 -10059.8l502.2 -10059.7l503.7 -10059.5l505.1 -10059.3l506.6 -10059.1l508.1 -10059l509.5 -10058.8l511 -10058.6l512.4 -10058.5l513.9 -10058.2l515.3 -10058.1l516.8 -10057.9l518.2 -10057.7l519.7 -10057.5l521.1 -10057.4l522.6 -10057.2l524 -10057l525.4 -10056.9l526.9 -10056.6l528.3 -10056.5l529.8 -10056.3l531.2 -10056.1l532.6 -10055.9l534.1 -10055.8l535.5 -10055.6l536.9 -10055.4l538.4 -10055.2l539.8 -10055l541.2 -10054.9l542.6 -10054.7l544 -10054.5l545.5 -10054.3l546.9 -10054.1l548.3 -10054l549.7 -10053.8l551.1 -10053.6l552.6 -10053.4l554 -10053.2l555.4 -10053l556.8 -10052.9l558.2 -10052.6l559.6 -10052.5l561 -10052.3l562.4 -10052.1l563.8 -10051.9l565.2 -10051.7l566.6 -10051.6l568 -10051.4l569.4 -10051.2l570.8 -10051l572.2 -10050.8l573.6 -10050.6l575 -10050.4l576.4 -10050.2l577.7 -10050l579.1 -10049.9l580.5 -10049.7l581.9 -10049.5l583.3 -10049.3l584.7 -10049.1l586 -10048.9l587.4 -10048.7l588.8 -10048.5l590.2 -10048.3l591.5 -10048.1l592.9 -10047.9l594.3 -10047.7l595.6 -10047.5l597 -10047.3l598.4 -10047.2l599.7 -10047l601.1 -10046.8l602.4 -10046.5l603.8 -10046.4l605.2 -10046.2l606.5 -10046l607.9 -10045.8l609.2 -10045.6l610.6 -10045.4l611.9 -10045.2l613.3 -10045l614.6 -10044.8l615.9 -10044.6l617.3 -10044.4l618.6 -10044.2l620 -10044l621.3 -10043.8l622.6 -10043.6l624 -10043.4l625.3 -10043.2l626.6 -10043l628 -10042.8l629.3 -10042.6l630.6 -10042.4l631.9 -10042.2l633.3 -10042l634.6 -10041.8l635.9 -10041.6l637.2 -10041.4l638.5 -10041.2l639.8 -10041l641.1 -10040.8l642.5 -10040.6l643.8 -10040.4l645.1 -10040.2l646.4 -10040l647.7 -10039.8l649 -10039.6l650.3 -10039.4l651.6 -10039.2l652.9 -10039l654.2 -10038.8l655.5 -10038.6l656.7 -10038.4l658 -10038.2l659.3 -10038l660.6 -10037.8l661.9 -10037.6l663.2 -10037.4l664.5 -10037.2l665.7 -10037l667 -10036.8l668.3 -10036.6l669.6 -10036.3l670.8 -10036.2l672.1 -10036l673.4 -10035.8l674.6 -10035.5l675.9 -10035.3l677.2 -10035.1l678.4 -10034.9l679.7 -10034.7l680.9 -10034.5l682.2 -10034.3l683.5 -10034.1l684.7 -10033.9l686 -10033.7l687.2 -10033.5l688.4 -10033.3l689.7 -10033.1l690.9 -10032.9l692.2 -10032.6l693.4 -10032.4l694.7 -10032.2l695.9 -10032l697.1 -10031.8l698.4 -10031.6l699.6 -10031.4l700.8 -10031.2l702 -10031l703.3 -10030.7l704.5 -10030.6l705.7 -10030.4l706.9 -10030.2l708.2 -10029.9l709.4 -10029.7l710.6 -10029.5l711.8 -10029.3l713 -10029.1l714.2 -10028.9l715.4 -10028.7l716.6 -10028.5l717.8 -10028.3l719 -10028.1l720.2 -10027.8l721.4 -10027.6l722.6 -10027.4l723.8 -10027.2l725 -10027l726.2 -10026.8l727.4 -10026.6l728.6 -10026.4l729.8 -10026.2l730.9 -10025.9l732.1 -10025.7l733.3 -10025.5l734.5 -10025.3l735.6 -10025.1l736.8 -10024.9l738 -10024.7l739.2 -10024.5l740.3 -10024.3l741.5 -10024l742.7 -10023.8l743.8 -10023.6l745 -10023.4l746.1 -10023.2l747.3 -10023l748.4 -10022.8l749.6 -10022.6l750.7 -10022.4l751.9 -10022.1l753 -10021.9l754.2 -10021.7l755.3 -10021.5l756.5 -10021.3l757.6 -10021.1l758.7 -10020.9l759.9 -10020.7l761 -10020.5l762.1 -10020.2l763.3 -10020l764.4 -10019.8l765.5 -10019.6l766.6 -10019.4l767.8 -10019.2l768.9 -10019l770 -10018.8l771.1 -10018.6l772.2 -10018.3l773.3 -10018.1l774.4 -10017.9l775.5 -10017.7l776.7 -10017.5l777.8 -10017.3l778.9 -10017.1l780 -10016.9l781 -10016.6l782.1 -10016.4l783.2 -10016.2l784.3 -10016l785.4 -10015.8l786.5 -10015.6l787.6 -10015.3l788.7 -10015.2l789.8 -10015l790.8 -10014.7l791.9 -10014.5l793 -10014.3l794.1 -10014.1l795.1 -10013.9l796.2 -10013.7l797.3 -10013.4l798.3 -10013.3l799.4 -10013.1l800.4 -10012.8l801.5 -10012.6l802.6 -10012.4l803.6 -10012.2l804.7 -10012l805.7 -10011.8l806.8 -10011.5l807.8 -10011.4l808.9 -10011.2l809.9 -10010.9l810.9 -10010.7l812 -10010.5l813 -10010.3l814 -10010.1l815.1 -10009.9l816.1 -10009.6l817.1 -10009.5l818.2 -10009.3l819.2 -10009l820.2 -10008.8l821.2 -10008.6l822.2 -10008.4l823.2 -10008.2l824.3 -10008l825.3 -10007.8l826.3 -10007.5l827.3 -10007.4l828.3 -10007.2l829.3 -10006.9l830.3 -10006.7l831.3 -10006.5l832.3 -10006.3l833.3 -10006.1l834.3 -10005.9l835.3 -10005.7l836.3 -10005.5l837.2 -10005.3l838.2 -10005.1l839.2 -10004.8l840.2 -10004.7l841.2 -10004.4l842.1 -10004.2l843.1 -10004l844.1 -10003.8l644 -7624.6"
id="path1774"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-360237.3 -1l.8 -10086.3l2.5 -10087.3l4.2 -10087.3l5.9 -10087.3l7.6 -10087.3l9.2 -10087.2l10.9 -10087.3l12.6 -10087.3l14.3 -10087.3l16 -10087.2l17.6 -10087.2l19.3 -10087.2l21 -10087.2l22.7 -10087.2l24.4 -10087.2l26 -10087.2l27.7 -10087.2l29.4 -10087.2l31.1 -10087.1l32.8 -10087.2l34.4 -10087.1l36.1 -10087.1l37.8 -10087.1l39.5 -10087.1l41.2 -10087.1l42.8 -10087.1l44.5 -10087.1l46.2 -10087l47.9 -10087l49.6 -10087l51.2 -10087l52.9 -10087l54.6 -10086.9l56.3 -10086.9l57.9 -10086.9l59.6 -10086.9l61.3 -10086.8l63 -10086.8l64.7 -10086.8l66.3 -10086.8l68 -10086.8l69.7 -10086.7l71.4 -10086.7l73 -10086.7l74.7 -10086.6l76.4 -10086.6l78.1 -10086.6l79.7 -10086.6l81.4 -10086.5l83.1 -10086.5l84.8 -10086.4l86.4 -10086.4l88.1 -10086.4l89.8 -10086.4l91.5 -10086.3l93.1 -10086.3l94.8 -10086.3l96.5 -10086.2l98.1 -10086.2l99.8 -10086.1l101.5 -10086.1l103.2 -10086.1l104.8 -10086l106.5 -10086l108.2 -10085.9l109.8 -10085.9l111.5 -10085.9l113.2 -10085.8l114.9 -10085.7l116.5 -10085.7l118.2 -10085.7l119.9 -10085.6l121.5 -10085.6l123.2 -10085.5l124.9 -10085.5l126.5 -10085.5l128.2 -10085.4l129.9 -10085.4l131.5 -10085.3l133.2 -10085.3l134.9 -10085.2l136.5 -10085.2l138.2 -10085.1l139.9 -10085l141.5 -10085l143.2 -10084.9l144.9 -10084.9l146.5 -10084.8l148.2 -10084.8l149.8 -10084.7l151.5 -10084.7l153.2 -10084.6l154.8 -10084.5l156.5 -10084.5l158.1 -10084.4l159.8 -10084.4l161.5 -10084.3l163.1 -10084.2l164.8 -10084.2l166.4 -10084.1l168.1 -10084l169.8 -10084l171.4 -10083.9l173.1 -10083.9l174.7 -10083.8l176.4 -10083.7l178 -10083.7l179.7 -10083.6l181.3 -10083.5l183 -10083.5l184.6 -10083.3l186.3 -10083.3l187.9 -10083.2l189.6 -10083.2l191.2 -10083.1l192.9 -10083l194.5 -10083l196.2 -10082.9l197.8 -10082.8l199.5 -10082.7l201.1 -10082.7l202.8 -10082.6l204.4 -10082.5l206.1 -10082.4l207.7 -10082.3l209.4 -10082.3l211 -10082.2l212.7 -10082.1l214.3 -10082l215.9 -10081.9l217.6 -10081.9l219.2 -10081.8l220.9 -10081.7l222.5 -10081.6l224.1 -10081.5l225.8 -10081.4l227.4 -10081.4l229.1 -10081.2l230.7 -10081.2l232.3 -10081.1l234 -10081l235.6 -10080.9l237.2 -10080.8l238.9 -10080.8l240.5 -10080.7l242.1 -10080.6l243.8 -10080.4l245.4 -10080.4l247 -10080.3l248.6 -10080.2l250.3 -10080.1l251.9 -10080l253.5 -10079.9l255.2 -10079.8l256.8 -10079.7l258.4 -10079.6l260 -10079.5l261.7 -10079.4l263.3 -10079.3l264.9 -10079.2l266.5 -10079.1l268.1 -10079l269.8 -10078.9l271.4 -10078.8l273 -10078.7l274.6 -10078.6l276.2 -10078.5l277.9 -10078.4l279.5 -10078.3l281.1 -10078.2l282.7 -10078.1l284.3 -10078l285.9 -10077.9l287.5 -10077.8l289.1 -10077.7l290.8 -10077.6l292.4 -10077.5l294 -10077.4l295.6 -10077.2l297.2 -10077.2l298.8 -10077.1l300.4 -10076.9l302 -10076.8l303.6 -10076.7l305.2 -10076.6l306.8 -10076.5l308.4 -10076.4l310 -10076.2l311.6 -10076.2l313.2 -10076l314.8 -10075.9l316.4 -10075.8l318 -10075.7l319.6 -10075.6l321.2 -10075.5l322.8 -10075.3l324.4 -10075.2l326 -10075.1l327.6 -10075l329.2 -10074.9l330.7 -10074.7l332.3 -10074.6l333.9 -10074.5l335.5 -10074.4l337.1 -10074.2l338.7 -10074.1l340.3 -10074l341.8 -10073.9l343.4 -10073.8l345 -10073.6l346.6 -10073.5l348.2 -10073.4l349.7 -10073.2l351.3 -10073.1l352.9 -10073l354.5 -10072.8l356 -10072.7l357.6 -10072.6l359.2 -10072.5l360.8 -10072.3l362.3 -10072.2l363.9 -10072.1l365.5 -10072l367 -10071.8l368.6 -10071.7l370.2 -10071.6l371.7 -10071.4l373.3 -10071.3l374.9 -10071.1l376.4 -10071l378 -10070.9l379.5 -10070.7l381.1 -10070.6l382.6 -10070.4l384.2 -10070.3l385.8 -10070.2l387.3 -10070.1l388.9 -10069.9l390.4 -10069.8l392 -10069.6l393.5 -10069.5l395.1 -10069.4l396.6 -10069.2l398.2 -10069.1l399.7 -10068.9l401.3 -10068.8l402.8 -10068.6l404.3 -10068.5l405.9 -10068.3l407.4 -10068.2l409 -10068.1l410.5 -10067.9l412 -10067.8l413.6 -10067.6l415.1 -10067.5l416.6 -10067.3l418.2 -10067.1l419.7 -10067l421.2 -10066.9l422.8 -10066.7l424.3 -10066.5l425.8 -10066.4l427.3 -10066.3l428.9 -10066.1l430.4 -10066l431.9 -10065.8l433.4 -10065.7l434.9 -10065.5l436.5 -10065.4l438 -10065.2l439.5 -10065.1l441 -10064.9l442.5 -10064.7l444 -10064.6l445.5 -10064.4l447.1 -10064.3l448.6 -10064.1l450.1 -10064l451.6 -10063.8l453.1 -10063.6l454.6 -10063.5l456.1 -10063.3l457.6 -10063.2l459.1 -10063l460.6 -10062.9l462.1 -10062.7l463.6 -10062.5l465.1 -10062.4l466.6 -10062.2l468.1 -10062l469.6 -10061.9l471.1 -10061.7l472.5 -10061.5l474 -10061.4l475.5 -10061.2l477 -10061.1l478.5 -10060.9l480 -10060.7l481.4 -10060.6l482.9 -10060.4l484.4 -10060.2l485.9 -10060l487.4 -10059.9l488.8 -10059.7l490.3 -10059.6l491.8 -10059.4l493.2 -10059.2l494.7 -10059.1l496.2 -10058.9l497.7 -10058.7l499.1 -10058.5l500.6 -10058.4l502 -10058.2l503.5 -10058l505 -10057.9l506.4 -10057.7l507.9 -10057.5l509.3 -10057.3l510.8 -10057.2l512.2 -10057l513.7 -10056.8l515.2 -10056.6l516.6 -10056.5l518 -10056.3l519.5 -10056.1l520.9 -10055.9l522.4 -10055.8l523.8 -10055.6l525.3 -10055.4l526.7 -10055.2l528.1 -10055.1l529.6 -10054.9l531 -10054.7l532.4 -10054.5l533.9 -10054.4l535.3 -10054.2l536.7 -10054l538.2 -10053.8l539.6 -10053.6l541 -10053.5l542.4 -10053.3l543.9 -10053.1l545.3 -10052.9l546.7 -10052.7l548.1 -10052.5l549.5 -10052.4l551 -10052.2l552.4 -10052l553.8 -10051.8l555.2 -10051.6l556.6 -10051.4l558 -10051.2l559.4 -10051.1l560.8 -10050.9l562.2 -10050.7l563.6 -10050.5l565 -10050.3l566.4 -10050.2l567.8 -10050l569.2 -10049.8l570.6 -10049.6l572 -10049.4l573.4 -10049.2l574.8 -10049l576.2 -10048.8l577.6 -10048.6l578.9 -10048.5l580.3 -10048.3l581.7 -10048.1l583.1 -10047.9l584.5 -10047.7l585.8 -10047.5l587.2 -10047.3l588.6 -10047.1l590 -10046.9l591.3 -10046.8l592.7 -10046.6l594.1 -10046.4l595.4 -10046.2l596.8 -10046l598.2 -10045.8l599.5 -10045.6l600.9 -10045.4l602.3 -10045.2l603.6 -10045l605 -10044.8l606.3 -10044.6l607.7 -10044.4l609 -10044.2l610.4 -10044.1l611.7 -10043.9l613.1 -10043.7l614.4 -10043.5l615.7 -10043.2l617.1 -10043.1l618.4 -10042.9l619.8 -10042.7l621.1 -10042.5l622.4 -10042.3l623.8 -10042.1l625.1 -10041.9l626.4 -10041.7l627.8 -10041.5l629.1 -10041.3l630.4 -10041.1l631.7 -10040.9l633.1 -10040.7l634.4 -10040.5l635.7 -10040.3l637 -10040.1l638.3 -10039.9l639.6 -10039.7l640.9 -10039.5l642.3 -10039.3l643.6 -10039.1l644.9 -10038.9l646.2 -10038.7l647.5 -10038.5l648.8 -10038.3l650.1 -10038.1l651.4 -10037.9l652.7 -10037.7l654 -10037.5l655.3 -10037.3l656.5 -10037.1l657.8 -10036.9l659.1 -10036.7l660.4 -10036.5l661.7 -10036.3l663 -10036.1l664.3 -10035.9l665.5 -10035.7l666.8 -10035.5l668.1 -10035.3l669.4 -10035.1l670.6 -10034.9l671.9 -10034.7l673.2 -10034.5l674.4 -10034.2l675.7 -10034.1l677 -10033.9l678.2 -10033.7l679.5 -10033.5l680.7 -10033.2l682 -10033.1l683.2 -10032.8l684.5 -10032.6l685.7 -10032.4l687 -10032.2l688.2 -10032l689.5 -10031.8l690.7 -10031.6l692 -10031.4l693.2 -10031.2l694.4 -10031l695.7 -10030.8l696.9 -10030.6l698.2 -10030.4l699.4 -10030.2l700.6 -10030l701.8 -10029.8l703.1 -10029.5l704.3 -10029.3l705.5 -10029.1l706.7 -10028.9l707.9 -10028.7l709.2 -10028.5l710.4 -10028.3l711.6 -10028.1l712.8 -10027.9l714 -10027.7l715.2 -10027.5l716.4 -10027.3l717.6 -10027.1l718.8 -10026.9l720 -10026.6l721.2 -10026.4l722.4 -10026.2l723.6 -10026l724.8 -10025.8l726 -10025.6l727.2 -10025.4l728.4 -10025.2l729.5 -10025l730.7 -10024.7l731.9 -10024.6l733.1 -10024.4l734.3 -10024.1l735.4 -10023.9l736.6 -10023.7l737.8 -10023.5l739 -10023.3l740.1 -10023.1l741.3 -10022.9l742.4 -10022.7l743.6 -10022.5l744.8 -10022.3l745.9 -10022.1l747.1 -10021.8l748.2 -10021.6l749.4 -10021.4l750.5 -10021.2l751.7 -10021l752.8 -10020.8l754 -10020.6l755.1 -10020.4l756.3 -10020.2l757.4 -10019.9l758.5 -10019.7l759.7 -10019.5l760.8 -10019.3l761.9 -10019.1l763.1 -10018.9l764.2 -10018.7l765.3 -10018.5l766.4 -10018.3l767.5 -10018l768.7 -10017.9l769.8 -10017.7l770.9 -10017.4l772 -10017.2l773.1 -10017l774.2 -10016.8l775.3 -10016.6l776.4 -10016.4l777.5 -10016.1l778.6 -10016l779.7 -10015.8l780.8 -10015.6l781.9 -10015.3l783 -10015.1l784.1 -10014.9l785.2 -10014.7l786.3 -10014.5l787.4 -10014.3l788.5 -10014.1l789.5 -10013.9l790.6 -10013.7l791.7 -10013.5l792.8 -10013.2l793.8 -10013l794.9 -10012.8l796 -10012.6l797 -10012.4l798.1 -10012.2l799.2 -10012l800.2 -10011.8l801.3 -10011.6l802.3 -10011.3l803.4 -10011.2l804.5 -10010.9l805.5 -10010.7l806.6 -10010.5l807.6 -10010.3l808.6 -10010.1l809.7 -10009.9l810.7 -10009.7l811.8 -10009.4l812.8 -10009.3l813.8 -10009.1l814.9 -10008.9l815.9 -10008.6l816.9 -10008.4l817.9 -10008.2l819 -10008l820 -10007.8l821 -10007.6l822 -10007.4l823 -10007.2l824.1 -10007l825.1 -10006.8l826.1 -10006.5l827.1 -10006.4l828.1 -10006.2l829.1 -10005.9l830.1 -10005.7l831.1 -10005.5l832.1 -10005.3l833.1 -10005.1l834.1 -10004.9l835.1 -10004.7l836 -10004.5l837 -10004.3l838 -10004.1l839 -10003.8l840 -10003.7l840.9 -10003.5l841.9 -10003.3l842.9 -10003.1l843.9 -10002.8l844.8 -10002.6l845.8 -10002.4l846.8 -10002.2l847.7 -10002l848.7 -10001.8l849.6 -10001.6l850.6 -10001.4l851.6 -10001.2l852.5 -10001l853.5 -10000.8l854.4 -10000.6l855.3 -10000.4l856.3 -10000.2l857.2 -10000l858.2 -9999.8l859.1 -9999.6l860 -9999.4l861 -9999.1l861.9 -9999l862.8 -9998.8l863.8 -9998.6l864.7 -9998.4l865.6 -9998.1l866.5 -9998l216.2 -2493.1"
id="path1775"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-350150.8 -1l.8 -10084.6l2.5 -10085.6l4.2 -10085.6l5.9 -10085.6l7.6 -10085.6l9.2 -10085.6l10.9 -10085.6l12.6 -10085.6l14.3 -10085.6l16 -10085.5l17.6 -10085.6l19.3 -10085.6l21 -10085.6l22.7 -10085.5l24.4 -10085.5l26 -10085.5l27.7 -10085.5l29.4 -10085.5l31.1 -10085.5l32.7 -10085.5l34.4 -10085.5l36.1 -10085.5l37.8 -10085.4l39.5 -10085.4l41.1 -10085.4l42.8 -10085.4l44.5 -10085.4l46.2 -10085.3l47.9 -10085.3l49.5 -10085.3l51.2 -10085.3l52.9 -10085.3l54.6 -10085.2l56.2 -10085.2l57.9 -10085.2l59.6 -10085.2l61.3 -10085.1l63 -10085.2l64.6 -10085.1l66.3 -10085.1l68 -10085.1l69.7 -10085l71.3 -10085l73 -10085l74.7 -10085l76.4 -10084.9l78 -10084.9l79.7 -10084.9l81.4 -10084.8l83.1 -10084.8l84.7 -10084.8l86.4 -10084.8l88.1 -10084.7l89.7 -10084.7l91.4 -10084.7l93.1 -10084.6l94.8 -10084.6l96.4 -10084.5l98.1 -10084.5l99.8 -10084.4l101.5 -10084.4l103.1 -10084.4l104.8 -10084.4l106.5 -10084.3l108.1 -10084.2l109.8 -10084.2l111.5 -10084.2l113.1 -10084.1l114.8 -10084.1l116.5 -10084.1l118.2 -10084l119.8 -10084l121.5 -10083.9l123.2 -10083.8l124.8 -10083.8l126.5 -10083.8l128.2 -10083.7l129.8 -10083.7l131.5 -10083.6l133.2 -10083.6l134.8 -10083.5l136.5 -10083.5l138.1 -10083.4l139.8 -10083.4l141.5 -10083.3l143.1 -10083.3l144.8 -10083.2l146.5 -10083.1l148.1 -10083.1l149.8 -10083.1l151.4 -10083l153.1 -10082.9l154.8 -10082.9l156.4 -10082.8l158.1 -10082.8l159.7 -10082.7l161.4 -10082.6l163.1 -10082.6l164.7 -10082.5l166.4 -10082.5l168 -10082.4l169.7 -10082.3l171.3 -10082.3l173 -10082.2l174.7 -10082.1l176.3 -10082l178 -10082l179.6 -10081.9l181.3 -10081.9l182.9 -10081.8l184.6 -10081.7l186.2 -10081.7l187.9 -10081.6l189.5 -10081.5l191.2 -10081.4l192.8 -10081.4l194.5 -10081.3l196.1 -10081.2l197.8 -10081.2l199.4 -10081l201.1 -10081l202.7 -10080.9l204.4 -10080.9l206 -10080.7l207.6 -10080.7l209.3 -10080.6l210.9 -10080.5l212.6 -10080.5l214.2 -10080.4l215.9 -10080.3l217.5 -10080.2l219.1 -10080.1l220.8 -10080l222.4 -10080l224.1 -10079.9l225.7 -10079.8l227.3 -10079.7l229 -10079.6l230.6 -10079.6l232.2 -10079.5l233.9 -10079.4l235.5 -10079.3l237.1 -10079.2l238.8 -10079.1l240.4 -10079l242 -10078.9l243.7 -10078.8l245.3 -10078.8l246.9 -10078.7l248.6 -10078.6l250.2 -10078.5l251.8 -10078.4l253.4 -10078.3l255.1 -10078.2l256.7 -10078.1l258.3 -10078l259.9 -10077.9l261.6 -10077.8l263.2 -10077.7l264.8 -10077.6l266.4 -10077.5l268 -10077.4l269.7 -10077.3l271.3 -10077.2l272.9 -10077.1l274.5 -10077l276.1 -10076.9l277.8 -10076.8l279.4 -10076.7l281 -10076.6l282.6 -10076.5l284.2 -10076.4l285.8 -10076.3l287.4 -10076.2l289 -10076.1l290.7 -10076l292.3 -10075.9l293.9 -10075.8l295.5 -10075.6l297.1 -10075.6l298.7 -10075.4l300.3 -10075.3l301.9 -10075.2l303.5 -10075.1l305.1 -10075l306.7 -10074.9l308.3 -10074.8l309.9 -10074.6l311.5 -10074.6l313.1 -10074.4l314.7 -10074.3l316.3 -10074.2l317.9 -10074.1l319.5 -10074l321.1 -10073.9l322.7 -10073.7l324.3 -10073.6l325.9 -10073.5l327.4 -10073.4l329 -10073.3l330.6 -10073.1l332.2 -10073l333.8 -10072.9l335.4 -10072.8l337 -10072.7l338.6 -10072.5l340.1 -10072.4l341.7 -10072.3l343.3 -10072.2l344.9 -10072l346.5 -10071.9l348 -10071.8l349.6 -10071.7l351.2 -10071.5l352.8 -10071.4l354.3 -10071.3l355.9 -10071.2l357.5 -10071l359.1 -10070.9l360.6 -10070.7l362.2 -10070.6l363.8 -10070.5l365.3 -10070.4l366.9 -10070.3l368.5 -10070.1l370 -10070l371.6 -10069.9l373.2 -10069.7l374.7 -10069.6l376.3 -10069.5l377.8 -10069.3l379.4 -10069.2l381 -10069l382.5 -10068.9l384.1 -10068.8l385.6 -10068.6l387.2 -10068.5l388.7 -10068.3l390.3 -10068.2l391.8 -10068.1l393.4 -10067.9l394.9 -10067.8l396.5 -10067.6l398 -10067.5l399.6 -10067.4l401.1 -10067.2l402.7 -10067.1l404.2 -10067l405.7 -10066.8l407.3 -10066.7l408.8 -10066.5l410.3 -10066.3l411.9 -10066.2l413.4 -10066.1l415 -10065.9l416.5 -10065.8l418 -10065.6l419.5 -10065.5l421.1 -10065.4l422.6 -10065.2l424.1 -10065l425.7 -10064.9l427.2 -10064.8l428.7 -10064.6l430.2 -10064.5l431.8 -10064.3l433.3 -10064.2l434.8 -10064l436.3 -10063.8l437.8 -10063.7l439.3 -10063.5l440.9 -10063.4l442.4 -10063.2l443.9 -10063.1l445.4 -10062.9l446.9 -10062.8l448.4 -10062.6l449.9 -10062.5l451.4 -10062.3l452.9 -10062.1l454.4 -10062l455.9 -10061.8l457.4 -10061.7l458.9 -10061.5l460.4 -10061.4l461.9 -10061.2l463.4 -10061l464.9 -10060.9l466.4 -10060.7l467.9 -10060.6l469.4 -10060.4l470.9 -10060.2l472.4 -10060l473.9 -10059.9l475.3 -10059.7l476.8 -10059.6l478.3 -10059.4l479.8 -10059.2l481.3 -10059.1l482.8 -10058.9l484.2 -10058.8l485.7 -10058.6l487.2 -10058.4l488.7 -10058.3l490.1 -10058.1l491.6 -10057.9l493.1 -10057.7l494.5 -10057.6l496 -10057.4l497.5 -10057.3l498.9 -10057.1l500.4 -10056.9l501.9 -10056.7l503.3 -10056.6l504.8 -10056.4l506.3 -10056.2l507.7 -10056.1l509.2 -10055.9l510.6 -10055.7l512.1 -10055.5l513.5 -10055.3l515 -10055.2l516.4 -10055l517.9 -10054.9l519.3 -10054.6l520.8 -10054.5l522.2 -10054.3l523.6 -10054.2l525.1 -10054l526.5 -10053.8l528 -10053.6l529.4 -10053.5l530.8 -10053.3l532.3 -10053.1l533.7 -10052.9l535.1 -10052.7l536.6 -10052.6l538 -10052.4l539.4 -10052.2l540.8 -10052l542.3 -10051.8l543.7 -10051.7l545.1 -10051.5l546.5 -10051.3l547.9 -10051.1l549.4 -10050.9l550.8 -10050.8l552.2 -10050.6l553.6 -10050.4l555 -10050.2l556.4 -10050l557.8 -10049.8l559.2 -10049.7l560.6 -10049.5l562 -10049.3l563.4 -10049.1l564.8 -10048.9l566.2 -10048.8l567.6 -10048.6l569 -10048.4l570.4 -10048.2l571.8 -10048l573.2 -10047.8l574.6 -10047.6l576 -10047.5l577.4 -10047.2l578.8 -10047.1l580.1 -10046.9l581.5 -10046.7l582.9 -10046.5l584.3 -10046.3l585.7 -10046.1l587 -10046l588.4 -10045.8l589.8 -10045.5l591.2 -10045.4l592.5 -10045.2l593.9 -10045l595.3 -10044.8l596.6 -10044.6l598 -10044.4l599.3 -10044.2l600.7 -10044.1l602.1 -10043.8l603.4 -10043.7l604.8 -10043.5l606.1 -10043.3l607.5 -10043.1l608.8 -10042.9l610.2 -10042.7l611.5 -10042.5l612.9 -10042.3l614.2 -10042.1l615.6 -10041.9l616.9 -10041.7l618.2 -10041.5l619.6 -10041.4l620.9 -10041.1l622.2 -10041l623.6 -10040.8l624.9 -10040.6l626.2 -10040.4l627.6 -10040.2l628.9 -10040l630.2 -10039.8l631.5 -10039.6l632.9 -10039.4l634.2 -10039.2l635.5 -10039l636.8 -10038.8l638.1 -10038.6l639.4 -10038.4l640.7 -10038.2l642.1 -10038l643.4 -10037.8l644.7 -10037.6l646 -10037.4l647.3 -10037.2l648.6 -10037l649.9 -10036.8l651.2 -10036.6l652.5 -10036.4l653.8 -10036.2l655.1 -10036l656.3 -10035.8l657.6 -10035.6l658.9 -10035.4l660.2 -10035.2l661.5 -10035l662.8 -10034.8l664.1 -10034.6l665.3 -10034.4l666.6 -10034.2l667.9 -10034l669.2 -10033.8l670.4 -10033.6l671.7 -10033.4l673 -10033.2l674.2 -10033l675.5 -10032.8l676.8 -10032.6l678 -10032.4l679.3 -10032.2l680.5 -10032l681.8 -10031.8l683 -10031.6l684.3 -10031.4l685.5 -10031.2l686.8 -10031l688 -10030.8l689.3 -10030.6l690.5 -10030.4l691.8 -10030.1l693 -10030l694.2 -10029.8l695.5 -10029.6l696.7 -10029.3l697.9 -10029.1l699.2 -10028.9l700.4 -10028.7l701.6 -10028.5l702.9 -10028.3l704.1 -10028.1l705.3 -10027.9l706.5 -10027.7l707.7 -10027.5l709 -10027.3l710.2 -10027.1l711.4 -10026.9l712.6 -10026.7l713.8 -10026.4l715 -10026.3l716.2 -10026.1l717.4 -10025.9l718.6 -10025.7l719.8 -10025.4l721 -10025.2l722.2 -10025l723.4 -10024.8l724.6 -10024.6l725.8 -10024.4l727 -10024.2l728.2 -10024l729.3 -10023.8l730.5 -10023.6l731.7 -10023.4l732.9 -10023.2l734.1 -10023l735.2 -10022.7l736.4 -10022.6l737.6 -10022.3l738.7 -10022.1l739.9 -10021.9l741.1 -10021.7l742.2 -10021.5l743.4 -10021.3l744.6 -10021.1l745.7 -10020.9l746.9 -10020.7l748 -10020.5l749.2 -10020.3l750.3 -10020.1l751.5 -10019.8l752.6 -10019.7l753.8 -10019.4l754.9 -10019.2l756 -10019l757.2 -10018.8l758.3 -10018.6l759.5 -10018.4l760.6 -10018.2l761.7 -10018l762.8 -10017.8l764 -10017.6l765.1 -10017.4l766.2 -10017.2l767.3 -10016.9l768.5 -10016.7l769.6 -10016.5l770.7 -10016.3l771.8 -10016.1l772.9 -10015.9l774 -10015.7l775.1 -10015.5l776.2 -10015.3l777.3 -10015l778.4 -10014.9l779.5 -10014.7l780.6 -10014.5l781.7 -10014.2l782.8 -10014l783.9 -10013.8l785 -10013.6l786.1 -10013.4l787.2 -10013.2l788.3 -10013l789.3 -10012.8l790.4 -10012.6l791.5 -10012.4l792.6 -10012.1l793.6 -10012l794.7 -10011.8l795.8 -10011.5l796.8 -10011.3l797.9 -10011.1l799 -10010.9l800 -10010.7l801.1 -10010.5l802.1 -10010.3l803.2 -10010.1l804.2 -10009.9l805.3 -10009.7l806.3 -10009.4l807.4 -10009.3l808.4 -10009.1l809.5 -10008.9l810.5 -10008.7l811.6 -10008.4l812.6 -10008.2l813.6 -10008l814.7 -10007.8l815.7 -10007.6l816.7 -10007.4l817.7 -10007.2l818.8 -10007l819.8 -10006.8l820.8 -10006.6l821.8 -10006.4l822.8 -10006.2l823.8 -10006l824.9 -10005.8l825.9 -10005.5l826.9 -10005.4l827.9 -10005.2l828.9 -10004.9l829.9 -10004.7l830.9 -10004.5l831.9 -10004.3l832.9 -10004.1l833.9 -10003.9l834.8 -10003.7l835.8 -10003.5l836.8 -10003.3l837.8 -10003.1l838.8 -10002.9l839.8 -10002.7l840.7 -10002.5l841.7 -10002.3l842.7 -10002.1l843.7 -10001.9l844.6 -10001.7l845.6 -10001.5l846.6 -10001.3l847.5 -10001l848.5 -10000.9l849.4 -10000.7l850.4 -10000.5l851.4 -10000.3l852.3 -10000l853.3 -9999.9l854.2 -9999.7l855.1 -9999.5l856.1 -9999.3l857 -9999l858 -9998.8l858.9 -9998.6l859.8 -9998.4l860.8 -9998.2l861.7 -9998l862.6 -9997.8l863.5 -9997.6l864.5 -9997.4l865.4 -9997.2l866.3 -9997l867.2 -9996.8l868.1 -9996.6l869.1 -9996.4l870 -9996.2l870.9 -9996l871.8 -9995.8l872.7 -9995.7l873.6 -9995.4l874.5 -9995.3l875.4 -9995.1l876.3 -9994.9l877.2 -9994.6l878.1 -9994.5l878.9 -9994.3l879.8 -9994.1l880.7 -9993.9l881.6 -9993.6l882.5 -9993.5l883.4 -9993.3l884.2 -9993.1l885.1 -9992.9l886 -9992.7l886.8 -9992.5l136.4 -1535.6"
id="path1776"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-340066.1 -1l.8 -10082.9l2.5 -10083.9l4.2 -10083.9l5.9 -10083.9l7.6 -10083.9l9.2 -10083.9l10.9 -10083.9l12.6 -10083.9l14.3 -10083.9l16 -10083.9l17.6 -10083.9l19.3 -10083.9l21 -10083.9l22.7 -10083.9l24.3 -10083.8l26 -10083.8l27.7 -10083.8l29.4 -10083.8l31.1 -10083.8l32.7 -10083.8l34.4 -10083.8l36.1 -10083.8l37.8 -10083.8l39.4 -10083.7l41.1 -10083.7l42.8 -10083.7l44.5 -10083.7l46.2 -10083.6l47.8 -10083.7l49.5 -10083.6l51.2 -10083.6l52.9 -10083.6l54.5 -10083.6l56.2 -10083.6l57.9 -10083.5l59.6 -10083.5l61.3 -10083.5l62.9 -10083.5l64.6 -10083.5l66.3 -10083.4l68 -10083.4l69.6 -10083.3l71.3 -10083.3l73 -10083.3l74.7 -10083.3l76.3 -10083.3l78 -10083.2l79.7 -10083.2l81.3 -10083.2l83 -10083.1l84.7 -10083.1l86.4 -10083.1l88 -10083l89.7 -10083l91.4 -10083l93.1 -10082.9l94.7 -10082.9l96.4 -10082.9l98.1 -10082.8l99.7 -10082.8l101.4 -10082.8l103.1 -10082.7l104.8 -10082.7l106.4 -10082.6l108.1 -10082.6l109.8 -10082.6l111.4 -10082.5l113.1 -10082.5l114.8 -10082.4l116.4 -10082.4l118.1 -10082.3l119.8 -10082.3l121.4 -10082.3l123.1 -10082.2l124.8 -10082.2l126.4 -10082.1l128.1 -10082.1l129.8 -10082l131.4 -10081.9l133.1 -10081.9l134.8 -10081.9l136.4 -10081.8l138.1 -10081.7l139.8 -10081.7l141.4 -10081.7l143.1 -10081.6l144.7 -10081.6l146.4 -10081.5l148.1 -10081.4l149.7 -10081.4l151.4 -10081.3l153 -10081.2l154.7 -10081.2l156.4 -10081.2l158 -10081.1l159.7 -10081l161.3 -10081l163 -10080.9l164.7 -10080.9l166.3 -10080.8l168 -10080.7l169.6 -10080.7l171.3 -10080.6l172.9 -10080.5l174.6 -10080.5l176.2 -10080.4l177.9 -10080.4l179.5 -10080.3l181.2 -10080.2l182.9 -10080.1l184.5 -10080l186.2 -10080l187.8 -10079.9l189.5 -10079.9l191.1 -10079.8l192.8 -10079.7l194.4 -10079.7l196 -10079.6l197.7 -10079.5l199.3 -10079.4l201 -10079.4l202.6 -10079.3l204.3 -10079.2l205.9 -10079.1l207.6 -10079.1l209.2 -10079l210.9 -10078.9l212.5 -10078.8l214.1 -10078.7l215.8 -10078.7l217.4 -10078.6l219.1 -10078.5l220.7 -10078.4l222.3 -10078.3l224 -10078.3l225.6 -10078.2l227.2 -10078.1l228.9 -10078l230.5 -10077.9l232.2 -10077.8l233.8 -10077.7l235.4 -10077.6l237.1 -10077.6l238.7 -10077.5l240.3 -10077.4l241.9 -10077.3l243.6 -10077.2l245.2 -10077.1l246.8 -10077l248.5 -10076.9l250.1 -10076.9l251.7 -10076.7l253.3 -10076.7l255 -10076.6l256.6 -10076.5l258.2 -10076.4l259.8 -10076.3l261.5 -10076.2l263.1 -10076.1l264.7 -10076l266.3 -10075.9l267.9 -10075.8l269.6 -10075.7l271.2 -10075.6l272.8 -10075.5l274.4 -10075.4l276 -10075.3l277.7 -10075.2l279.3 -10075.1l280.9 -10075l282.5 -10074.9l284.1 -10074.8l285.7 -10074.7l287.3 -10074.6l288.9 -10074.5l290.5 -10074.4l292.2 -10074.3l293.8 -10074.2l295.4 -10074l297 -10073.9l298.6 -10073.8l300.2 -10073.7l301.8 -10073.6l303.4 -10073.5l305 -10073.4l306.6 -10073.3l308.2 -10073.2l309.8 -10073l311.4 -10073l313 -10072.8l314.6 -10072.7l316.2 -10072.6l317.8 -10072.5l319.4 -10072.4l321 -10072.3l322.6 -10072.2l324.1 -10072l325.7 -10071.9l327.3 -10071.8l328.9 -10071.7l330.5 -10071.6l332.1 -10071.4l333.7 -10071.3l335.3 -10071.2l336.8 -10071.1l338.4 -10070.9l340 -10070.8l341.6 -10070.7l343.2 -10070.6l344.8 -10070.5l346.3 -10070.3l347.9 -10070.2l349.5 -10070.1l351.1 -10070l352.6 -10069.8l354.2 -10069.7l355.8 -10069.6l357.4 -10069.5l358.9 -10069.3l360.5 -10069.2l362.1 -10069.1l363.6 -10068.9l365.2 -10068.8l366.8 -10068.7l368.3 -10068.5l369.9 -10068.4l371.5 -10068.3l373 -10068.2l374.6 -10068l376.1 -10067.9l377.7 -10067.8l379.3 -10067.6l380.8 -10067.5l382.4 -10067.3l383.9 -10067.2l385.5 -10067.1l387 -10066.9l388.6 -10066.8l390.1 -10066.7l391.7 -10066.5l393.2 -10066.4l394.8 -10066.3l396.3 -10066.1l397.9 -10066l399.4 -10065.8l401 -10065.7l402.5 -10065.5l404.1 -10065.4l405.6 -10065.3l407.1 -10065.1l408.7 -10065l410.2 -10064.8l411.7 -10064.7l413.3 -10064.6l414.8 -10064.4l416.3 -10064.3l417.9 -10064.1l419.4 -10064l420.9 -10063.8l422.5 -10063.7l424 -10063.5l425.5 -10063.4l427 -10063.2l428.6 -10063.1l430.1 -10062.9l431.6 -10062.7l433.1 -10062.6l434.6 -10062.5l436.2 -10062.3l437.7 -10062.1l439.2 -10062l440.7 -10061.9l442.2 -10061.7l443.7 -10061.6l445.2 -10061.4l446.7 -10061.3l448.3 -10061.1l449.8 -10061l451.3 -10060.8l452.8 -10060.6l454.3 -10060.5l455.8 -10060.3l457.3 -10060.2l458.8 -10060l460.3 -10059.9l461.8 -10059.7l463.3 -10059.5l464.8 -10059.4l466.3 -10059.2l467.7 -10059.1l469.2 -10058.9l470.7 -10058.7l472.2 -10058.5l473.7 -10058.4l475.2 -10058.3l476.7 -10058.1l478.2 -10057.9l479.6 -10057.7l481.1 -10057.6l482.6 -10057.4l484.1 -10057.3l485.5 -10057.1l487 -10056.9l488.5 -10056.8l490 -10056.6l491.4 -10056.5l492.9 -10056.3l494.4 -10056.1l495.8 -10056l497.3 -10055.8l498.8 -10055.6l500.2 -10055.5l501.7 -10055.3l503.2 -10055.1l504.6 -10054.9l506.1 -10054.7l507.5 -10054.6l509 -10054.4l510.5 -10054.3l511.9 -10054.1l513.4 -10053.9l514.8 -10053.8l516.3 -10053.6l517.7 -10053.4l519.1 -10053.2l520.6 -10053.1l522 -10052.9l523.5 -10052.7l524.9 -10052.5l526.4 -10052.3l527.8 -10052.2l529.2 -10052l530.7 -10051.8l532.1 -10051.6l533.5 -10051.5l535 -10051.3l536.4 -10051.1l537.8 -10051l539.2 -10050.7l540.7 -10050.6l542.1 -10050.4l543.5 -10050.2l544.9 -10050l546.3 -10049.9l547.8 -10049.7l549.2 -10049.5l550.6 -10049.4l552 -10049.1l553.4 -10049l554.8 -10048.8l556.2 -10048.6l557.6 -10048.4l559.1 -10048.3l560.5 -10048.1l561.9 -10047.9l563.3 -10047.7l564.7 -10047.5l566.1 -10047.4l567.5 -10047.2l568.8 -10047l570.2 -10046.8l571.6 -10046.6l573 -10046.4l574.4 -10046.3l575.8 -10046.1l577.2 -10045.9l578.6 -10045.7l580 -10045.5l581.3 -10045.3l582.7 -10045.1l584.1 -10044.9l585.5 -10044.8l586.8 -10044.6l588.2 -10044.4l589.6 -10044.2l591 -10044l592.3 -10043.8l593.7 -10043.6l595.1 -10043.5l596.4 -10043.2l597.8 -10043.1l599.2 -10042.9l600.5 -10042.7l601.9 -10042.5l603.2 -10042.3l604.6 -10042.1l605.9 -10041.9l607.3 -10041.7l608.6 -10041.5l610 -10041.4l611.3 -10041.2l612.7 -10041l614 -10040.8l615.4 -10040.6l616.7 -10040.4l618 -10040.2l619.4 -10040l620.7 -10039.8l622 -10039.6l623.4 -10039.4l624.7 -10039.2l626 -10039.1l627.4 -10038.8l628.7 -10038.7l630 -10038.5l631.3 -10038.3l632.7 -10038l634 -10037.9l635.3 -10037.7l636.6 -10037.5l637.9 -10037.3l639.2 -10037.1l640.5 -10036.9l641.9 -10036.7l643.2 -10036.5l644.5 -10036.3l645.8 -10036.1l647.1 -10035.9l648.4 -10035.7l649.7 -10035.5l651 -10035.3l652.3 -10035.1l653.6 -10034.9l654.9 -10034.7l656.1 -10034.5l657.4 -10034.3l658.7 -10034.1l660 -10033.9l661.3 -10033.7l662.6 -10033.5l663.9 -10033.3l665.1 -10033.1l666.4 -10032.9l667.7 -10032.7l669 -10032.5l670.2 -10032.3l671.5 -10032.1l672.8 -10031.9l674 -10031.7l675.3 -10031.5l676.6 -10031.3l677.8 -10031.1l679.1 -10030.9l680.3 -10030.7l681.6 -10030.5l682.8 -10030.3l684.1 -10030.1l685.3 -10029.9l686.6 -10029.7l687.8 -10029.5l689.1 -10029.3l690.3 -10029.1l691.6 -10028.9l692.8 -10028.7l694 -10028.5l695.3 -10028.3l696.5 -10028.1l697.7 -10027.9l699 -10027.7l700.2 -10027.5l701.4 -10027.3l702.7 -10027.1l703.9 -10026.9l705.1 -10026.7l706.3 -10026.5l707.5 -10026.3l708.7 -10026.1l710 -10025.9l711.2 -10025.7l712.4 -10025.5l713.6 -10025.2l714.8 -10025.1l716 -10024.9l717.2 -10024.7l718.4 -10024.5l719.6 -10024.2l720.8 -10024l722 -10023.8l723.2 -10023.6l724.4 -10023.4l725.6 -10023.2l726.8 -10023l727.9 -10022.8l729.1 -10022.6l730.3 -10022.4l731.5 -10022.2l732.7 -10022l733.8 -10021.8l735 -10021.6l736.2 -10021.4l737.4 -10021.2l738.5 -10021l739.7 -10020.8l740.9 -10020.5l742 -10020.4l743.2 -10020.2l744.4 -10019.9l745.5 -10019.7l746.7 -10019.5l747.8 -10019.3l749 -10019.1l750.1 -10018.9l751.3 -10018.7l752.4 -10018.5l753.6 -10018.3l754.7 -10018.1l755.8 -10017.9l757 -10017.7l758.1 -10017.5l759.2 -10017.3l760.4 -10017.1l761.5 -10016.8l762.6 -10016.7l763.8 -10016.4l764.9 -10016.2l766 -10016l767.1 -10015.8l768.3 -10015.6l769.4 -10015.4l770.5 -10015.2l771.6 -10015l772.7 -10014.8l773.8 -10014.6l774.9 -10014.4l776 -10014.2l777.1 -10013.9l778.2 -10013.8l779.3 -10013.6l780.4 -10013.4l781.5 -10013.2l782.6 -10012.9l783.7 -10012.7l784.8 -10012.5l785.9 -10012.3l787 -10012.1l788 -10011.9l789.1 -10011.7l790.2 -10011.5l791.3 -10011.3l792.4 -10011.1l793.4 -10010.9l794.5 -10010.7l795.6 -10010.5l796.6 -10010.2l797.7 -10010.1l798.8 -10009.9l799.8 -10009.7l800.9 -10009.5l801.9 -10009.2l803 -10009l804 -10008.8l805.1 -10008.6l806.1 -10008.4l807.2 -10008.2l808.2 -10008l809.3 -10007.8l810.3 -10007.6l811.3 -10007.4l812.4 -10007.2l813.4 -10007l814.5 -10006.8l815.5 -10006.6l816.5 -10006.4l817.5 -10006.2l818.6 -10006l819.6 -10005.8l820.6 -10005.5l821.6 -10005.4l822.6 -10005.2l823.6 -10005l824.7 -10004.8l825.7 -10004.5l826.7 -10004.4l827.7 -10004.1l828.7 -10003.9l829.7 -10003.7l830.7 -10003.5l831.7 -10003.3l832.7 -10003.1l833.7 -10002.9l834.6 -10002.7l835.6 -10002.5l836.6 -10002.3l837.6 -10002.1l838.6 -10001.9l839.6 -10001.7l840.5 -10001.5l841.5 -10001.3l842.5 -10001.1l843.5 -10000.9l844.4 -10000.7l845.4 -10000.5l846.4 -10000.3l847.3 -10000.1l848.3 -9999.9l849.2 -9999.7l850.2 -9999.5l851.1 -9999.3l852.1 -9999.1l853 -9998.9l854 -9998.7l854.9 -9998.5l855.9 -9998.3l856.8 -9998.1l857.8 -9997.9l858.7 -9997.7l859.6 -9997.5l860.6 -9997.3l861.5 -9997.1l862.4 -9996.9l863.4 -9996.7l864.3 -9996.5l865.2 -9996.3l866.1 -9996.1l867 -9995.9l867.9 -9995.7l868.9 -9995.5l869.8 -9995.3l870.7 -9995.1l871.6 -9994.9l872.5 -9994.7l873.4 -9994.5l874.3 -9994.4l875.2 -9994.2l876.1 -9994l877 -9993.7l877.9 -9993.6l878.8 -9993.4l879.6 -9993.2l880.5 -9993l881.4 -9992.8l882.3 -9992.6l883.2 -9992.4l884 -9992.2l884.9 -9992l885.8 -9991.8l886.6 -9991.6l887.5 -9991.4l888.4 -9991.2l889.2 -9991l890.1 -9990.9l891 -9990.7l891.8 -9990.5l892.7 -9990.3l893.5 -9990.1l894.4 -9989.9l895.2 -9989.7l896.1 -9989.5l896.9 -9989.3l897.7 -9989.1l898.6 -9988.9l899.4 -9988.8l900.2 -9988.6l901.1 -9988.3l901.9 -9988.2l902.7 -9988l903.6 -9987.8l904.4 -9987.6l905.2 -9987.4l492.6 -5431.5"
id="path1777"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-329983 -1l.8 -10081.2l2.5 -10082.2l4.2 -10082.2l5.9 -10082.2l7.6 -10082.2l9.2 -10082.2l10.9 -10082.2l12.6 -10082.2l14.3 -10082.2l15.9 -10082.2l17.6 -10082.2l19.3 -10082.2l21 -10082.2l22.7 -10082.2l24.3 -10082.1l26 -10082.2l27.7 -10082.2l29.4 -10082.1l31 -10082.1l32.7 -10082.1l34.4 -10082.1l36.1 -10082.1l37.8 -10082.1l39.4 -10082l41.1 -10082.1l42.8 -10082l44.5 -10082l46.1 -10082l47.8 -10082l49.5 -10082l51.2 -10081.9l52.8 -10081.9l54.5 -10081.9l56.2 -10081.9l57.9 -10081.9l59.6 -10081.8l61.2 -10081.8l62.9 -10081.8l64.6 -10081.8l66.3 -10081.8l67.9 -10081.7l69.6 -10081.7l71.3 -10081.7l73 -10081.6l74.6 -10081.6l76.3 -10081.6l78 -10081.5l79.6 -10081.5l81.3 -10081.5l83 -10081.5l84.7 -10081.4l86.3 -10081.4l88 -10081.4l89.7 -10081.3l91.4 -10081.3l93 -10081.2l94.7 -10081.2l96.4 -10081.2l98 -10081.2l99.7 -10081.1l101.4 -10081.1l103 -10081.1l104.7 -10081l106.4 -10081l108.1 -10080.9l109.7 -10080.9l111.4 -10080.9l113.1 -10080.8l114.7 -10080.7l116.4 -10080.7l118.1 -10080.7l119.7 -10080.6l121.4 -10080.6l123.1 -10080.5l124.7 -10080.5l126.4 -10080.5l128.1 -10080.4l129.7 -10080.4l131.4 -10080.3l133.1 -10080.3l134.7 -10080.2l136.4 -10080.2l138 -10080.1l139.7 -10080.1l141.4 -10080l143 -10080l144.7 -10079.9l146.4 -10079.8l148 -10079.8l149.7 -10079.7l151.3 -10079.7l153 -10079.6l154.7 -10079.6l156.3 -10079.5l158 -10079.4l159.6 -10079.4l161.3 -10079.3l162.9 -10079.3l164.6 -10079.2l166.3 -10079.1l167.9 -10079l169.6 -10079l171.2 -10079l172.9 -10078.9l174.5 -10078.8l176.2 -10078.7l177.8 -10078.7l179.5 -10078.6l181.1 -10078.6l182.8 -10078.5l184.4 -10078.4l186.1 -10078.4l187.7 -10078.3l189.4 -10078.2l191 -10078.1l192.7 -10078.1l194.3 -10078l196 -10077.9l197.6 -10077.9l199.3 -10077.8l200.9 -10077.7l202.6 -10077.6l204.2 -10077.6l205.8 -10077.5l207.5 -10077.4l209.1 -10077.3l210.8 -10077.3l212.4 -10077.2l214.1 -10077.1l215.7 -10077l217.3 -10076.9l219 -10076.9l220.6 -10076.8l222.3 -10076.7l223.9 -10076.6l225.5 -10076.5l227.2 -10076.5l228.8 -10076.3l230.4 -10076.3l232.1 -10076.2l233.7 -10076.1l235.3 -10076l237 -10075.9l238.6 -10075.9l240.2 -10075.8l241.9 -10075.7l243.5 -10075.6l245.1 -10075.5l246.7 -10075.4l248.4 -10075.3l250 -10075.2l251.6 -10075.1l253.3 -10075l254.9 -10075l256.5 -10074.9l258.1 -10074.7l259.7 -10074.7l261.4 -10074.6l263 -10074.5l264.6 -10074.4l266.2 -10074.3l267.8 -10074.2l269.5 -10074.1l271.1 -10074l272.7 -10073.9l274.3 -10073.8l275.9 -10073.7l277.5 -10073.6l279.2 -10073.5l280.8 -10073.4l282.4 -10073.3l284 -10073.2l285.6 -10073.1l287.2 -10072.9l288.8 -10072.9l290.4 -10072.8l292 -10072.7l293.7 -10072.6l295.3 -10072.4l296.9 -10072.3l298.5 -10072.2l300.1 -10072.1l301.7 -10072l303.3 -10071.9l304.9 -10071.8l306.5 -10071.7l308.1 -10071.6l309.7 -10071.4l311.3 -10071.4l312.9 -10071.2l314.5 -10071.1l316.1 -10071l317.7 -10070.9l319.3 -10070.8l320.8 -10070.7l322.4 -10070.6l324 -10070.4l325.6 -10070.3l327.2 -10070.2l328.8 -10070.1l330.4 -10070l332 -10069.8l333.6 -10069.7l335.1 -10069.6l336.7 -10069.5l338.3 -10069.3l339.9 -10069.3l341.5 -10069.1l343.1 -10069l344.6 -10068.9l346.2 -10068.7l347.8 -10068.6l349.4 -10068.5l350.9 -10068.4l352.5 -10068.3l354.1 -10068.1l355.7 -10068l357.2 -10067.9l358.8 -10067.8l360.4 -10067.6l361.9 -10067.5l363.5 -10067.4l365.1 -10067.3l366.6 -10067.1l368.2 -10067l369.8 -10066.9l371.3 -10066.7l372.9 -10066.6l374.5 -10066.4l376 -10066.3l377.6 -10066.2l379.1 -10066.1l380.7 -10065.9l382.2 -10065.8l383.8 -10065.7l385.3 -10065.5l386.9 -10065.4l388.5 -10065.2l390 -10065.1l391.6 -10065l393.1 -10064.8l394.6 -10064.7l396.2 -10064.5l397.7 -10064.4l399.3 -10064.3l400.8 -10064.2l402.4 -10064l403.9 -10063.9l405.4 -10063.7l407 -10063.6l408.5 -10063.4l410.1 -10063.3l411.6 -10063.2l413.1 -10063l414.7 -10062.9l416.2 -10062.7l417.7 -10062.6l419.3 -10062.4l420.8 -10062.3l422.3 -10062.1l423.8 -10062l425.4 -10061.9l426.9 -10061.7l428.4 -10061.6l429.9 -10061.4l431.5 -10061.2l433 -10061.1l434.5 -10061l436 -10060.8l437.5 -10060.6l439 -10060.5l440.6 -10060.4l442.1 -10060.2l443.6 -10060.1l445.1 -10059.9l446.6 -10059.8l448.1 -10059.6l449.6 -10059.4l451.1 -10059.3l452.6 -10059.1l454.1 -10059l455.6 -10058.8l457.1 -10058.7l458.6 -10058.5l460.1 -10058.4l461.6 -10058.2l463.1 -10058l464.6 -10057.9l466.1 -10057.7l467.6 -10057.6l469.1 -10057.4l470.6 -10057.3l472.1 -10057.1l473.5 -10056.9l475 -10056.8l476.5 -10056.6l478 -10056.5l479.5 -10056.3l481 -10056.1l482.4 -10056l483.9 -10055.8l485.4 -10055.6l486.9 -10055.5l488.3 -10055.3l489.8 -10055.1l491.3 -10055l492.7 -10054.8l494.2 -10054.7l495.7 -10054.5l497.1 -10054.3l498.6 -10054.1l500.1 -10054l501.5 -10053.8l503 -10053.7l504.5 -10053.5l505.9 -10053.3l507.4 -10053.1l508.8 -10053l510.3 -10052.8l511.7 -10052.6l513.2 -10052.4l514.6 -10052.3l516.1 -10052.1l517.5 -10052l519 -10051.8l520.4 -10051.6l521.9 -10051.4l523.3 -10051.3l524.7 -10051.1l526.2 -10050.9l527.6 -10050.8l529.1 -10050.6l530.5 -10050.4l531.9 -10050.2l533.4 -10050.1l534.8 -10049.9l536.2 -10049.7l537.6 -10049.5l539.1 -10049.3l540.5 -10049.2l541.9 -10049l543.3 -10048.8l544.7 -10048.6l546.2 -10048.5l547.6 -10048.3l549 -10048.1l550.4 -10047.9l551.8 -10047.7l553.2 -10047.6l554.6 -10047.4l556.1 -10047.2l557.5 -10047l558.9 -10046.9l560.3 -10046.7l561.7 -10046.5l563.1 -10046.3l564.5 -10046.1l565.9 -10046l567.3 -10045.8l568.7 -10045.6l570.1 -10045.4l571.4 -10045.2l572.8 -10045l574.2 -10044.9l575.6 -10044.7l577 -10044.5l578.4 -10044.3l579.8 -10044.1l581.2 -10043.9l582.5 -10043.8l583.9 -10043.5l585.3 -10043.4l586.7 -10043.2l588 -10043l589.4 -10042.8l590.8 -10042.6l592.1 -10042.5l593.5 -10042.3l594.9 -10042.1l596.2 -10041.9l597.6 -10041.7l599 -10041.5l600.3 -10041.3l601.7 -10041.1l603 -10041l604.4 -10040.8l605.7 -10040.6l607.1 -10040.4l608.4 -10040.2l609.8 -10040l611.1 -10039.8l612.5 -10039.6l613.8 -10039.4l615.2 -10039.2l616.5 -10039.1l617.9 -10038.9l619.2 -10038.7l620.5 -10038.5l621.9 -10038.3l623.2 -10038.1l624.5 -10037.9l625.8 -10037.7l627.2 -10037.5l628.5 -10037.3l629.8 -10037.1l631.1 -10037l632.5 -10036.7l633.8 -10036.6l635.1 -10036.4l636.4 -10036.2l637.7 -10036l639 -10035.8l640.4 -10035.6l641.7 -10035.4l643 -10035.2l644.3 -10035l645.6 -10034.8l646.9 -10034.6l648.2 -10034.4l649.5 -10034.2l650.8 -10034l652.1 -10033.8l653.4 -10033.6l654.7 -10033.4l655.9 -10033.3l657.2 -10033l658.5 -10032.9l659.8 -10032.7l661.1 -10032.5l662.4 -10032.2l663.7 -10032.1l664.9 -10031.9l666.2 -10031.7l667.5 -10031.5l668.8 -10031.2l670 -10031.1l671.3 -10030.9l672.6 -10030.7l673.8 -10030.5l675.1 -10030.3l676.4 -10030.1l677.6 -10029.9l678.9 -10029.7l680.1 -10029.5l681.4 -10029.3l682.6 -10029.1l683.9 -10028.9l685.1 -10028.7l686.4 -10028.5l687.6 -10028.3l688.9 -10028.1l690.1 -10027.9l691.4 -10027.7l692.6 -10027.5l693.8 -10027.3l695.1 -10027.1l696.3 -10026.9l697.5 -10026.7l698.8 -10026.5l700 -10026.3l701.2 -10026.1l702.4 -10025.8l703.7 -10025.7l704.9 -10025.5l706.1 -10025.3l707.3 -10025.1l708.5 -10024.8l709.8 -10024.7l711 -10024.5l712.2 -10024.3l713.4 -10024l714.6 -10023.9l715.8 -10023.7l717 -10023.5l718.2 -10023.3l719.4 -10023l720.6 -10022.9l721.8 -10022.6l723 -10022.4l724.2 -10022.2l725.4 -10022l726.6 -10021.8l727.7 -10021.6l728.9 -10021.4l730.1 -10021.2l731.3 -10021l732.5 -10020.8l733.6 -10020.6l734.8 -10020.4l736 -10020.2l737.2 -10020l738.3 -10019.8l739.5 -10019.6l740.7 -10019.4l741.8 -10019.2l743 -10019l744.1 -10018.8l745.3 -10018.6l746.5 -10018.3l747.6 -10018.2l748.8 -10018l749.9 -10017.8l751.1 -10017.5l752.2 -10017.4l753.4 -10017.2l754.5 -10017l755.6 -10016.8l756.8 -10016.5l757.9 -10016.3l759 -10016.1l760.2 -10015.9l761.3 -10015.7l762.4 -10015.5l763.6 -10015.3l764.7 -10015.1l765.8 -10014.9l766.9 -10014.7l768 -10014.5l769.2 -10014.3l770.3 -10014.1l771.4 -10013.9l772.5 -10013.7l773.6 -10013.5l774.7 -10013.3l775.8 -10013.1l776.9 -10012.8l778 -10012.7l779.1 -10012.5l780.2 -10012.3l781.3 -10012.1l782.4 -10011.8l783.5 -10011.7l784.6 -10011.4l785.7 -10011.2l786.8 -10011l787.8 -10010.8l788.9 -10010.6l790 -10010.4l791.1 -10010.2l792.1 -10010l793.2 -10009.8l794.3 -10009.6l795.4 -10009.4l796.4 -10009.2l797.5 -10009l798.6 -10008.8l799.6 -10008.6l800.7 -10008.4l801.7 -10008.2l802.8 -10008l803.8 -10007.8l804.9 -10007.6l805.9 -10007.4l807 -10007.2l808 -10007l809.1 -10006.8l810.1 -10006.6l811.1 -10006.3l812.2 -10006.2l813.2 -10006l814.2 -10005.8l815.3 -10005.5l816.3 -10005.4l817.3 -10005.2l818.4 -10005l819.4 -10004.8l820.4 -10004.5l821.4 -10004.4l822.4 -10004.2l823.4 -10003.9l824.5 -10003.7l825.5 -10003.5l826.5 -10003.3l827.5 -10003.1l828.5 -10002.9l829.5 -10002.7l830.5 -10002.5l831.5 -10002.3l832.5 -10002.1l833.5 -10001.9l834.4 -10001.7l835.4 -10001.5l836.4 -10001.3l837.4 -10001.1l838.4 -10000.9l839.4 -10000.7l840.3 -10000.5l841.3 -10000.3l842.3 -10000.1l843.3 -9999.9l844.2 -9999.7l845.2 -9999.5l846.2 -9999.3l847.1 -9999.1l848.1 -9999l849 -9998.8l850 -9998.6l850.9 -9998.4l851.9 -9998.1l852.9 -9998l853.8 -9997.8l854.7 -9997.6l855.7 -9997.4l856.6 -9997.1l857.6 -9997l858.5 -9996.8l859.4 -9996.6l860.4 -9996.4l861.3 -9996.2l862.2 -9996l863.2 -9995.8l864.1 -9995.6l865 -9995.4l865.9 -9995.2l866.8 -9995l867.8 -9994.8l868.7 -9994.6l869.6 -9994.4l870.5 -9994.2l871.4 -9994l872.3 -9993.8l873.2 -9993.6l874.1 -9993.5l875 -9993.3l875.9 -9993.1l876.8 -9992.8l877.7 -9992.7l878.6 -9992.5l879.4 -9992.3l880.3 -9992.1l881.2 -9991.9l882.1 -9991.7l883 -9991.5l883.8 -9991.3l884.7 -9991.1l885.6 -9990.9l886.5 -9990.8l887.3 -9990.6l888.2 -9990.4l889 -9990.2l889.9 -9990l890.8 -9989.8l891.6 -9989.6l892.5 -9989.4l893.3 -9989.2l894.2 -9989l895 -9988.9l895.9 -9988.7l896.7 -9988.5l897.5 -9988.3l898.4 -9988.1l899.2 -9987.9l900.1 -9987.7l900.9 -9987.5l901.7 -9987.4l902.5 -9987.2l903.4 -9987l904.2 -9986.8l905 -9986.6l905.8 -9986.4l906.6 -9986.2l907.5 -9986.1l908.3 -9985.8l909.1 -9985.7l909.9 -9985.5l910.7 -9985.3l911.5 -9985.1l912.3 -9984.9l913.1 -9984.8l913.9 -9984.6l914.7 -9984.4l915.5 -9984.2l916.2 -9984l917 -9983.8l917.8 -9983.7l918.6 -9983.5l919.4 -9983.3l920.2 -9983.1l920.9 -9982.9l921.7 -9982.8l922.5 -9982.5l442.6 -4787"
id="path1778"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-319901.6 -1l.8 -10079.5l2.5 -10080.6l4.2 -10080.6l5.9 -10080.6l7.6 -10080.6l9.2 -10080.5l10.9 -10080.6l12.6 -10080.5l14.3 -10080.5l15.9 -10080.5l17.6 -10080.5l19.3 -10080.5l21 -10080.5l22.6 -10080.5l24.3 -10080.5l26 -10080.5l27.7 -10080.5l29.4 -10080.5l31 -10080.4l32.7 -10080.4l34.4 -10080.4l36.1 -10080.4l37.7 -10080.4l39.4 -10080.4l41.1 -10080.4l42.8 -10080.4l44.4 -10080.3l46.1 -10080.3l47.8 -10080.3l49.5 -10080.3l51.2 -10080.3l52.8 -10080.3l54.5 -10080.2l56.2 -10080.2l57.9 -10080.2l59.5 -10080.2l61.2 -10080.1l62.9 -10080.1l64.6 -10080.1l66.2 -10080.1l67.9 -10080.1l69.6 -10080l71.3 -10080l72.9 -10080l74.6 -10079.9l76.3 -10079.9l77.9 -10079.9l79.6 -10079.9l81.3 -10079.8l83 -10079.8l84.6 -10079.7l86.3 -10079.7l88 -10079.7l89.6 -10079.7l91.3 -10079.6l93 -10079.6l94.7 -10079.6l96.3 -10079.5l98 -10079.5l99.7 -10079.4l101.3 -10079.4l103 -10079.4l104.7 -10079.3l106.3 -10079.3l108 -10079.2l109.7 -10079.2l111.4 -10079.2l113 -10079.1l114.7 -10079.1l116.4 -10079.1l118 -10079l119.7 -10079l121.4 -10078.9l123 -10078.8l124.7 -10078.8l126.3 -10078.8l128 -10078.7l129.7 -10078.7l131.3 -10078.6l133 -10078.6l134.7 -10078.5l136.3 -10078.5l138 -10078.4l139.7 -10078.4l141.3 -10078.3l143 -10078.3l144.6 -10078.2l146.3 -10078.1l148 -10078.1l149.6 -10078.1l151.3 -10078l152.9 -10077.9l154.6 -10077.9l156.3 -10077.8l157.9 -10077.8l159.6 -10077.7l161.2 -10077.6l162.9 -10077.6l164.5 -10077.6l166.2 -10077.5l167.8 -10077.4l169.5 -10077.4l171.2 -10077.3l172.8 -10077.2l174.5 -10077.2l176.1 -10077.1l177.8 -10077l179.4 -10077l181.1 -10076.9l182.7 -10076.8l184.4 -10076.7l186 -10076.7l187.7 -10076.6l189.3 -10076.6l191 -10076.5l192.6 -10076.4l194.3 -10076.4l195.9 -10076.3l197.6 -10076.2l199.2 -10076.1l200.8 -10076.1l202.5 -10076l204.1 -10075.9l205.8 -10075.8l207.4 -10075.8l209.1 -10075.7l210.7 -10075.6l212.3 -10075.5l214 -10075.4l215.6 -10075.4l217.3 -10075.3l218.9 -10075.2l220.5 -10075.1l222.2 -10075.1l223.8 -10075l225.4 -10074.9l227.1 -10074.8l228.7 -10074.7l230.3 -10074.7l232 -10074.6l233.6 -10074.5l235.2 -10074.4l236.9 -10074.3l238.5 -10074.2l240.1 -10074.1l241.8 -10074l243.4 -10073.9l245 -10073.9l246.7 -10073.8l248.3 -10073.7l249.9 -10073.6l251.5 -10073.5l253.2 -10073.4l254.8 -10073.3l256.4 -10073.2l258 -10073.1l259.7 -10073l261.3 -10073l262.9 -10072.9l264.5 -10072.8l266.1 -10072.6l267.8 -10072.6l269.4 -10072.5l271 -10072.4l272.6 -10072.2l274.2 -10072.2l275.8 -10072.1l277.4 -10072l279.1 -10071.9l280.7 -10071.7l282.3 -10071.7l283.9 -10071.6l285.5 -10071.5l287.1 -10071.3l288.7 -10071.3l290.3 -10071.2l291.9 -10071.1l293.5 -10071l295.2 -10070.8l296.8 -10070.7l298.4 -10070.6l300 -10070.5l301.6 -10070.4l303.2 -10070.3l304.8 -10070.2l306.4 -10070.1l308 -10070l309.6 -10069.8l311.2 -10069.8l312.8 -10069.6l314.4 -10069.5l316 -10069.4l317.5 -10069.3l319.1 -10069.2l320.7 -10069.1l322.3 -10069l323.9 -10068.8l325.5 -10068.7l327.1 -10068.6l328.7 -10068.5l330.3 -10068.4l331.9 -10068.2l333.4 -10068.2l335 -10068l336.6 -10067.9l338.2 -10067.8l339.8 -10067.7l341.3 -10067.6l342.9 -10067.4l344.5 -10067.3l346.1 -10067.2l347.7 -10067.1l349.2 -10066.9l350.8 -10066.8l352.4 -10066.7l354 -10066.5l355.5 -10066.4l357.1 -10066.3l358.7 -10066.2l360.2 -10066l361.8 -10065.9l363.4 -10065.8l364.9 -10065.7l366.5 -10065.6l368.1 -10065.4l369.6 -10065.3l371.2 -10065.2l372.8 -10065l374.3 -10064.9l375.9 -10064.8l377.4 -10064.6l379 -10064.5l380.6 -10064.4l382.1 -10064.2l383.7 -10064.1l385.2 -10064l386.8 -10063.8l388.3 -10063.7l389.9 -10063.6l391.4 -10063.4l393 -10063.3l394.5 -10063.2l396.1 -10063l397.6 -10062.9l399.1 -10062.7l400.7 -10062.6l402.2 -10062.4l403.8 -10062.3l405.3 -10062.2l406.8 -10062.1l408.4 -10061.9l409.9 -10061.7l411.5 -10061.6l413 -10061.5l414.5 -10061.3l416.1 -10061.2l417.6 -10061l419.1 -10060.9l420.6 -10060.8l422.2 -10060.6l423.7 -10060.4l425.2 -10060.3l426.7 -10060.2l428.3 -10060l429.8 -10059.9l431.3 -10059.7l432.8 -10059.6l434.3 -10059.4l435.9 -10059.3l437.4 -10059.1l438.9 -10059l440.4 -10058.8l441.9 -10058.7l443.4 -10058.5l444.9 -10058.4l446.4 -10058.2l447.9 -10058.1l449.5 -10057.9l451 -10057.8l452.5 -10057.6l454 -10057.5l455.5 -10057.3l457 -10057.2l458.5 -10057l460 -10056.9l461.5 -10056.7l463 -10056.6l464.4 -10056.4l465.9 -10056.2l467.4 -10056.1l468.9 -10055.9l470.4 -10055.8l471.9 -10055.6l473.4 -10055.4l474.9 -10055.3l476.3 -10055.1l477.8 -10055l479.3 -10054.8l480.8 -10054.6l482.3 -10054.5l483.7 -10054.3l485.2 -10054.1l486.7 -10054l488.2 -10053.8l489.6 -10053.7l491.1 -10053.5l492.6 -10053.3l494.1 -10053.2l495.5 -10053l497 -10052.9l498.4 -10052.7l499.9 -10052.5l501.4 -10052.4l502.8 -10052.2l504.3 -10052l505.7 -10051.8l507.2 -10051.7l508.7 -10051.5l510.1 -10051.4l511.6 -10051.2l513 -10051l514.5 -10050.9l515.9 -10050.7l517.4 -10050.5l518.8 -10050.3l520.2 -10050.2l521.7 -10050l523.1 -10049.8l524.6 -10049.7l526 -10049.5l527.4 -10049.3l528.9 -10049.1l530.3 -10049l531.7 -10048.8l533.2 -10048.6l534.6 -10048.5l536 -10048.3l537.5 -10048.1l538.9 -10047.9l540.3 -10047.8l541.7 -10047.6l543.2 -10047.4l544.6 -10047.2l546 -10047.1l547.4 -10046.9l548.8 -10046.7l550.2 -10046.5l551.6 -10046.3l553.1 -10046.2l554.5 -10046l555.9 -10045.8l557.3 -10045.6l558.7 -10045.5l560.1 -10045.3l561.5 -10045.1l562.9 -10044.9l564.3 -10044.7l565.7 -10044.6l567.1 -10044.4l568.5 -10044.2l569.9 -10044l571.3 -10043.8l572.7 -10043.7l574 -10043.5l575.4 -10043.3l576.8 -10043.1l578.2 -10042.9l579.6 -10042.7l581 -10042.6l582.3 -10042.4l583.7 -10042.2l585.1 -10042l586.5 -10041.8l587.8 -10041.6l589.2 -10041.4l590.6 -10041.3l592 -10041.1l593.3 -10040.9l594.7 -10040.7l596.1 -10040.5l597.4 -10040.4l598.8 -10040.2l600.1 -10040l601.5 -10039.8l602.9 -10039.6l604.2 -10039.4l605.6 -10039.2l606.9 -10039l608.3 -10038.8l609.6 -10038.7l611 -10038.5l612.3 -10038.3l613.6 -10038.1l615 -10037.9l616.3 -10037.7l617.7 -10037.5l619 -10037.3l620.3 -10037.1l621.7 -10037l623 -10036.8l624.3 -10036.6l625.7 -10036.4l627 -10036.2l628.3 -10036l629.6 -10035.8l631 -10035.6l632.3 -10035.4l633.6 -10035.2l634.9 -10035.1l636.2 -10034.9l637.5 -10034.7l638.8 -10034.4l640.2 -10034.3l641.5 -10034.1l642.8 -10033.9l644.1 -10033.7l645.4 -10033.5l646.7 -10033.3l648 -10033.1l649.3 -10032.9l650.6 -10032.7l651.9 -10032.5l653.2 -10032.4l654.5 -10032.2l655.8 -10032l657 -10031.7l658.3 -10031.6l659.6 -10031.4l660.9 -10031.2l662.2 -10031l663.5 -10030.8l664.7 -10030.6l666 -10030.4l667.3 -10030.2l668.6 -10030l669.8 -10029.8l671.1 -10029.6l672.4 -10029.4l673.6 -10029.2l674.9 -10029l676.2 -10028.8l677.4 -10028.6l678.7 -10028.4l679.9 -10028.2l681.2 -10028l682.4 -10027.8l683.7 -10027.6l684.9 -10027.4l686.2 -10027.2l687.4 -10027l688.7 -10026.8l689.9 -10026.6l691.2 -10026.4l692.4 -10026.3l693.6 -10026.1l694.9 -10025.9l696.1 -10025.6l697.3 -10025.5l698.6 -10025.3l699.8 -10025.1l701 -10024.9l702.2 -10024.6l703.5 -10024.5l704.7 -10024.3l705.9 -10024.1l707.1 -10023.9l708.3 -10023.6l709.6 -10023.5l710.8 -10023.3l712 -10023.1l713.2 -10022.8l714.4 -10022.7l715.6 -10022.5l716.8 -10022.3l718 -10022.1l719.2 -10021.8l720.4 -10021.7l721.6 -10021.5l722.8 -10021.3l724 -10021l725.2 -10020.9l726.4 -10020.7l727.5 -10020.5l728.7 -10020.2l729.9 -10020l731.1 -10019.8l732.3 -10019.6l733.4 -10019.4l734.6 -10019.2l735.8 -10019l737 -10018.8l738.1 -10018.6l739.3 -10018.4l740.5 -10018.2l741.6 -10018l742.8 -10017.8l743.9 -10017.6l745.1 -10017.4l746.3 -10017.2l747.4 -10017l748.6 -10016.8l749.7 -10016.6l750.9 -10016.4l752 -10016.2l753.1 -10016l754.3 -10015.8l755.4 -10015.6l756.6 -10015.4l757.7 -10015.2l758.8 -10015l760 -10014.8l761.1 -10014.6l762.2 -10014.4l763.4 -10014.2l764.5 -10014l765.6 -10013.8l766.7 -10013.6l767.8 -10013.4l769 -10013.2l770.1 -10013l771.2 -10012.8l772.3 -10012.6l773.4 -10012.4l774.5 -10012.2l775.6 -10012l776.7 -10011.7l777.8 -10011.6l778.9 -10011.4l780 -10011.2l781.1 -10011l782.2 -10010.7l783.3 -10010.6l784.4 -10010.4l785.5 -10010.2l786.6 -10009.9l787.6 -10009.8l788.7 -10009.6l789.8 -10009.4l790.9 -10009.2l791.9 -10008.9l793 -10008.7l794.1 -10008.5l795.2 -10008.3l796.2 -10008.1l797.3 -10007.9l798.4 -10007.7l799.4 -10007.5l800.5 -10007.3l801.5 -10007.1l802.6 -10006.9l803.6 -10006.7l804.7 -10006.5l805.7 -10006.3l806.8 -10006.1l807.8 -10005.9l808.9 -10005.7l809.9 -10005.5l810.9 -10005.3l812 -10005.1l813 -10004.9l814 -10004.7l815.1 -10004.5l816.1 -10004.3l817.1 -10004.1l818.2 -10003.9l819.2 -10003.7l820.2 -10003.5l821.2 -10003.3l822.2 -10003.1l823.2 -10002.9l824.3 -10002.7l825.3 -10002.5l826.3 -10002.3l827.3 -10002.1l828.3 -10001.9l829.3 -10001.7l830.3 -10001.5l831.3 -10001.3l832.3 -10001.1l833.3 -10001l834.2 -10000.7l835.2 -10000.6l836.2 -10000.4l837.2 -10000.2l838.2 -9999.9l839.2 -9999.8l840.1 -9999.6l841.1 -9999.4l842.1 -9999.2l843.1 -9998.9l844 -9998.8l845 -9998.6l846 -9998.4l846.9 -9998.2l847.9 -9998l848.8 -9997.8l849.8 -9997.6l850.8 -9997.4l851.7 -9997.2l852.7 -9997l853.6 -9996.8l854.5 -9996.6l855.5 -9996.4l856.4 -9996.2l857.4 -9996l858.3 -9995.8l859.2 -9995.6l860.2 -9995.4l861.1 -9995.3l862 -9995.1l863 -9994.9l863.9 -9994.7l864.8 -9994.5l865.7 -9994.3l866.6 -9994.1l867.6 -9993.9l868.5 -9993.7l869.4 -9993.5l870.3 -9993.3l871.2 -9993.1l872.1 -9992.9l873 -9992.7l873.9 -9992.6l874.8 -9992.4l875.7 -9992.2l876.6 -9992l877.5 -9991.8l878.4 -9991.6l879.3 -9991.4l880.1 -9991.2l881 -9991l881.9 -9990.8l882.8 -9990.7l883.7 -9990.5l884.5 -9990.3l885.4 -9990l886.3 -9989.9l887.1 -9989.7l888 -9989.5l888.9 -9989.3l889.7 -9989.1l890.6 -9989l891.4 -9988.8l892.3 -9988.6l893.1 -9988.4l894 -9988.2l894.8 -9988l895.7 -9987.8l896.5 -9987.6l897.4 -9987.5l898.2 -9987.3l899 -9987.1l899.9 -9986.9l900.7 -9986.7l901.5 -9986.5l902.4 -9986.3l903.2 -9986.2l904 -9985.9l904.8 -9985.8l905.6 -9985.6l906.5 -9985.4l907.3 -9985.2l908.1 -9985l908.9 -9984.9l909.7 -9984.7l910.5 -9984.5l911.3 -9984.3l912.1 -9984.1l912.9 -9984l913.7 -9983.8l914.5 -9983.6l915.3 -9983.4l916.1 -9983.2l916.8 -9983.1l917.6 -9982.9l918.4 -9982.7l919.2 -9982.5l920 -9982.3l920.7 -9982.2l921.5 -9982l922.3 -9981.8l923.1 -9981.6l923.8 -9981.4l924.6 -9981.3l925.3 -9981.1l926.1 -9980.9l926.9 -9980.7l927.6 -9980.6l928.4 -9980.4l929.1 -9980.2l929.9 -9980l930.6 -9979.9l931.3 -9979.7l932.1 -9979.5l932.8 -9979.3l933.6 -9979.2l934.3 -9979l935 -9978.8l935.8 -9978.6l936.5 -9978.5l937.2 -9978.3l937.9 -9978.1l938.6 -9978l11 -116.9"
id="path1779"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-309821.9 -1l.8 -10077.9l2.5 -10078.9l4.2 -10078.9l5.9 -10078.9l7.5 -10078.9l9.2 -10078.8l10.9 -10078.9l12.6 -10078.9l14.3 -10078.9l15.9 -10078.8l17.6 -10078.9l19.3 -10078.8l21 -10078.8l22.6 -10078.8l24.3 -10078.8l26 -10078.8l27.7 -10078.8l29.3 -10078.8l31 -10078.7l32.7 -10078.8l34.4 -10078.8l36.1 -10078.7l37.7 -10078.7l39.4 -10078.7l41.1 -10078.7l42.8 -10078.7l44.4 -10078.7l46.1 -10078.6l47.8 -10078.6l49.5 -10078.6l51.1 -10078.6l52.8 -10078.6l54.5 -10078.5l56.2 -10078.5l57.8 -10078.5l59.5 -10078.5l61.2 -10078.4l62.9 -10078.5l64.5 -10078.4l66.2 -10078.4l67.9 -10078.4l69.6 -10078.3l71.2 -10078.3l72.9 -10078.3l74.6 -10078.3l76.2 -10078.2l77.9 -10078.2l79.6 -10078.2l81.3 -10078.2l82.9 -10078.1l84.6 -10078.1l86.3 -10078.1l87.9 -10078l89.6 -10078l91.3 -10078l93 -10077.9l94.6 -10077.9l96.3 -10077.9l98 -10077.8l99.6 -10077.8l101.3 -10077.8l103 -10077.7l104.6 -10077.7l106.3 -10077.6l108 -10077.6l109.6 -10077.6l111.3 -10077.5l113 -10077.5l114.6 -10077.4l116.3 -10077.4l118 -10077.3l119.6 -10077.3l121.3 -10077.3l123 -10077.2l124.6 -10077.2l126.3 -10077.1l128 -10077.1l129.6 -10077l131.3 -10076.9l133 -10076.9l134.6 -10076.9l136.3 -10076.8l137.9 -10076.7l139.6 -10076.7l141.3 -10076.7l142.9 -10076.6l144.6 -10076.6l146.2 -10076.5l147.9 -10076.5l149.6 -10076.4l151.2 -10076.4l152.9 -10076.3l154.5 -10076.2l156.2 -10076.2l157.9 -10076.1l159.5 -10076.1l161.2 -10076l162.8 -10076l164.5 -10075.9l166.1 -10075.8l167.8 -10075.7l169.4 -10075.7l171.1 -10075.6l172.7 -10075.6l174.4 -10075.5l176 -10075.4l177.7 -10075.4l179.4 -10075.3l181 -10075.3l182.7 -10075.2l184.3 -10075.1l185.9 -10075.1l187.6 -10075l189.2 -10074.9l190.9 -10074.8l192.5 -10074.8l194.2 -10074.7l195.8 -10074.6l197.5 -10074.6l199.1 -10074.5l200.8 -10074.4l202.4 -10074.4l204.1 -10074.3l205.7 -10074.2l207.3 -10074.1l209 -10074.1l210.6 -10074l212.3 -10073.9l213.9 -10073.8l215.5 -10073.7l217.2 -10073.7l218.8 -10073.6l220.5 -10073.5l222.1 -10073.4l223.7 -10073.3l225.4 -10073.3l227 -10073.2l228.6 -10073.1l230.3 -10073l231.9 -10072.9l233.5 -10072.9l235.2 -10072.7l236.8 -10072.7l238.4 -10072.6l240.1 -10072.5l241.7 -10072.4l243.3 -10072.3l244.9 -10072.2l246.6 -10072.2l248.2 -10072.1l249.8 -10072l251.4 -10071.9l253.1 -10071.8l254.7 -10071.7l256.3 -10071.6l257.9 -10071.5l259.6 -10071.4l261.2 -10071.3l262.8 -10071.2l264.4 -10071.1l266 -10071l267.7 -10071l269.3 -10070.9l270.9 -10070.8l272.5 -10070.6l274.1 -10070.6l275.7 -10070.5l277.3 -10070.4l279 -10070.3l280.6 -10070.1l282.2 -10070.1l283.8 -10070l285.4 -10069.9l287 -10069.7l288.6 -10069.7l290.2 -10069.6l291.8 -10069.5l293.4 -10069.3l295 -10069.2l296.7 -10069.1l298.3 -10069l299.9 -10068.9l301.5 -10068.8l303.1 -10068.7l304.7 -10068.6l306.3 -10068.5l307.9 -10068.4l309.5 -10068.2l311.1 -10068.2l312.7 -10068.1l314.2 -10067.9l315.8 -10067.8l317.4 -10067.7l319 -10067.6l320.6 -10067.5l322.2 -10067.4l323.8 -10067.2l325.4 -10067.1l327 -10067l328.6 -10066.9l330.1 -10066.8l331.7 -10066.7l333.3 -10066.6l334.9 -10066.4l336.5 -10066.3l338.1 -10066.2l339.6 -10066.1l341.2 -10066l342.8 -10065.9l344.4 -10065.7l346 -10065.6l347.5 -10065.5l349.1 -10065.4l350.7 -10065.2l352.3 -10065.1l353.8 -10065l355.4 -10064.9l357 -10064.7l358.5 -10064.6l360.1 -10064.5l361.7 -10064.4l363.3 -10064.2l364.8 -10064.1l366.4 -10064l367.9 -10063.8l369.5 -10063.7l371.1 -10063.6l372.6 -10063.5l374.2 -10063.3l375.7 -10063.2l377.3 -10063.1l378.9 -10063l380.4 -10062.8l382 -10062.7l383.5 -10062.6l385.1 -10062.4l386.6 -10062.3l388.2 -10062.1l389.7 -10062l391.3 -10061.9l392.8 -10061.8l394.4 -10061.6l395.9 -10061.4l397.5 -10061.3l399 -10061.2l400.5 -10061.1l402.1 -10060.9l403.6 -10060.8l405.2 -10060.7l406.7 -10060.5l408.2 -10060.4l409.8 -10060.2l411.3 -10060.1l412.8 -10060l414.4 -10059.8l415.9 -10059.7l417.4 -10059.5l419 -10059.4l420.5 -10059.2l422 -10059.1l423.5 -10058.9l425.1 -10058.8l426.6 -10058.7l428.1 -10058.5l429.6 -10058.4l431.2 -10058.2l432.7 -10058.1l434.2 -10057.9l435.7 -10057.8l437.2 -10057.6l438.7 -10057.5l440.3 -10057.3l441.8 -10057.2l443.3 -10057l444.8 -10056.9l446.3 -10056.7l447.8 -10056.6l449.3 -10056.4l450.8 -10056.3l452.3 -10056.1l453.8 -10056l455.3 -10055.8l456.8 -10055.7l458.3 -10055.5l459.8 -10055.4l461.3 -10055.2l462.8 -10055.1l464.3 -10054.9l465.8 -10054.7l467.3 -10054.6l468.8 -10054.4l470.2 -10054.3l471.7 -10054.1l473.2 -10054l474.7 -10053.8l476.2 -10053.6l477.7 -10053.5l479.2 -10053.3l480.6 -10053.2l482.1 -10053l483.6 -10052.8l485.1 -10052.7l486.5 -10052.5l488 -10052.4l489.5 -10052.2l491 -10052l492.4 -10051.8l493.9 -10051.7l495.4 -10051.6l496.8 -10051.4l498.3 -10051.2l499.7 -10051.1l501.2 -10050.9l502.7 -10050.7l504.1 -10050.6l505.6 -10050.4l507 -10050.2l508.5 -10050.1l509.9 -10049.9l511.4 -10049.7l512.8 -10049.5l514.3 -10049.4l515.7 -10049.2l517.2 -10049.1l518.6 -10048.9l520.1 -10048.7l521.5 -10048.6l523 -10048.4l524.4 -10048.2l525.8 -10048l527.3 -10047.9l528.7 -10047.7l530.1 -10047.5l531.6 -10047.3l533 -10047.2l534.4 -10047l535.9 -10046.9l537.3 -10046.7l538.7 -10046.5l540.1 -10046.3l541.6 -10046.2l543 -10046l544.4 -10045.8l545.8 -10045.6l547.2 -10045.5l548.6 -10045.3l550.1 -10045.1l551.5 -10044.9l552.9 -10044.8l554.3 -10044.6l555.7 -10044.4l557.1 -10044.2l558.5 -10044.1l559.9 -10043.9l561.3 -10043.7l562.7 -10043.5l564.1 -10043.3l565.5 -10043.2l566.9 -10043l568.3 -10042.8l569.7 -10042.6l571.1 -10042.4l572.5 -10042.3l573.9 -10042.1l575.3 -10041.9l576.6 -10041.7l578 -10041.5l579.4 -10041.4l580.8 -10041.2l582.2 -10041l583.5 -10040.8l584.9 -10040.6l586.3 -10040.5l587.7 -10040.3l589 -10040.1l590.4 -10039.9l591.8 -10039.7l593.1 -10039.5l594.5 -10039.4l595.9 -10039.1l597.2 -10039l598.6 -10038.8l600 -10038.6l601.3 -10038.4l602.7 -10038.3l604 -10038.1l605.4 -10037.9l606.7 -10037.7l608.1 -10037.5l609.4 -10037.3l610.8 -10037.1l612.1 -10036.9l613.5 -10036.8l614.8 -10036.5l616.1 -10036.4l617.5 -10036.2l618.8 -10036l620.1 -10035.8l621.5 -10035.6l622.8 -10035.4l624.1 -10035.3l625.5 -10035.1l626.8 -10034.8l628.1 -10034.7l629.4 -10034.5l630.8 -10034.3l632.1 -10034.1l633.4 -10033.9l634.7 -10033.7l636 -10033.5l637.3 -10033.4l638.7 -10033.1l640 -10033l641.3 -10032.8l642.6 -10032.6l643.9 -10032.4l645.2 -10032.2l646.5 -10032l647.8 -10031.8l649.1 -10031.6l650.4 -10031.4l651.7 -10031.3l653 -10031.1l654.3 -10030.9l655.6 -10030.7l656.8 -10030.4l658.1 -10030.3l659.4 -10030.1l660.7 -10029.9l662 -10029.7l663.3 -10029.5l664.5 -10029.3l665.8 -10029.1l667.1 -10028.9l668.4 -10028.7l669.6 -10028.5l670.9 -10028.3l672.2 -10028.1l673.4 -10027.9l674.7 -10027.8l676 -10027.6l677.2 -10027.4l678.5 -10027.2l679.7 -10026.9l681 -10026.8l682.2 -10026.6l683.5 -10026.4l684.7 -10026.2l686 -10026l687.2 -10025.8l688.5 -10025.6l689.7 -10025.4l691 -10025.2l692.2 -10025l693.4 -10024.8l694.7 -10024.6l695.9 -10024.4l697.1 -10024.2l698.4 -10024l699.6 -10023.8l700.8 -10023.6l702 -10023.4l703.3 -10023.2l704.5 -10023l705.7 -10022.8l706.9 -10022.6l708.1 -10022.4l709.4 -10022.2l710.6 -10022l711.8 -10021.9l713 -10021.6l714.2 -10021.5l715.4 -10021.3l716.6 -10021.1l717.8 -10020.9l719 -10020.6l720.2 -10020.5l721.4 -10020.3l722.6 -10020.1l723.8 -10019.8l725 -10019.7l726.2 -10019.5l727.3 -10019.3l728.5 -10019.1l729.7 -10018.8l730.9 -10018.7l732.1 -10018.5l733.2 -10018.3l734.4 -10018l735.6 -10017.9l736.8 -10017.7l737.9 -10017.5l739.1 -10017.3l740.3 -10017l741.4 -10016.9l742.6 -10016.7l743.7 -10016.5l744.9 -10016.3l746.1 -10016l747.2 -10015.9l748.4 -10015.7l749.5 -10015.5l750.7 -10015.2l751.8 -10015.1l752.9 -10014.9l754.1 -10014.7l755.2 -10014.5l756.4 -10014.2l757.5 -10014.1l758.6 -10013.9l759.8 -10013.7l760.9 -10013.4l762 -10013.3l763.2 -10013.1l764.3 -10012.9l765.4 -10012.7l766.5 -10012.4l767.6 -10012.3l768.8 -10012.1l769.9 -10011.9l771 -10011.6l772.1 -10011.5l773.2 -10011.3l774.3 -10011.1l775.4 -10010.9l776.5 -10010.6l777.6 -10010.5l778.7 -10010.3l779.8 -10010.1l780.9 -10009.9l782 -10009.6l783.1 -10009.5l784.2 -10009.3l785.3 -10009.1l786.4 -10008.8l787.4 -10008.7l788.5 -10008.5l789.6 -10008.3l790.7 -10008.1l791.7 -10007.8l792.8 -10007.7l793.9 -10007.5l795 -10007.3l796 -10007l797.1 -10006.9l798.2 -10006.7l799.2 -10006.5l800.3 -10006.3l801.3 -10006.1l802.4 -10005.9l803.4 -10005.7l804.5 -10005.5l805.5 -10005.3l806.6 -10005.1l807.6 -10004.9l808.7 -10004.7l809.7 -10004.5l810.7 -10004.3l811.8 -10004.1l812.8 -10003.9l813.8 -10003.7l814.9 -10003.5l815.9 -10003.3l816.9 -10003.1l818 -10002.9l819 -10002.7l820 -10002.5l821 -10002.3l822 -10002.1l823 -10001.9l824.1 -10001.7l825.1 -10001.5l826.1 -10001.3l827.1 -10001.1l828.1 -10000.9l829.1 -10000.7l830.1 -10000.5l831.1 -10000.4l832.1 -10000.2l833.1 -10000l834 -9999.7l835 -9999.6l836 -9999.4l837 -9999.2l838 -9998.9l839 -9998.8l839.9 -9998.6l840.9 -9998.4l841.9 -9998.2l842.9 -9998l843.8 -9997.8l844.8 -9997.6l845.8 -9997.4l846.7 -9997.2l847.7 -9997l848.6 -9996.8l849.6 -9996.6l850.6 -9996.5l851.5 -9996.2l852.5 -9996.1l853.4 -9995.9l854.4 -9995.7l855.3 -9995.5l856.2 -9995.3l857.2 -9995.1l858.1 -9994.9l859 -9994.7l860 -9994.5l860.9 -9994.3l861.8 -9994.1l862.8 -9993.9l863.7 -9993.8l864.6 -9993.5l865.5 -9993.4l866.4 -9993.2l867.4 -9993l868.3 -9992.8l869.2 -9992.6l870.1 -9992.4l871 -9992.2l871.9 -9992l872.8 -9991.8l873.7 -9991.7l874.6 -9991.5l875.5 -9991.3l876.4 -9991.1l877.3 -9990.9l878.2 -9990.7l879.1 -9990.5l879.9 -9990.3l880.8 -9990.1l881.7 -9990l882.6 -9989.8l883.5 -9989.6l884.3 -9989.4l885.2 -9989.2l886.1 -9989l886.9 -9988.8l887.8 -9988.7l888.7 -9988.4l889.5 -9988.3l890.4 -9988.1l891.2 -9987.9l892.1 -9987.7l893 -9987.5l893.8 -9987.4l894.6 -9987.2l895.5 -9987l896.3 -9986.8l897.2 -9986.6l898 -9986.4l898.9 -9986.2l899.7 -9986.1l900.5 -9985.9l901.3 -9985.7l902.2 -9985.5l903 -9985.3l903.8 -9985.1l904.6 -9985l905.5 -9984.8l906.3 -9984.6l907.1 -9984.4l907.9 -9984.2l908.7 -9984.1l909.5 -9983.9l910.3 -9983.7l911.1 -9983.5l911.9 -9983.3l912.7 -9983.2l913.5 -9983l914.3 -9982.8l915.1 -9982.6l915.9 -9982.5l916.7 -9982.3l917.5 -9982.1l918.2 -9981.9l919 -9981.7l919.8 -9981.6l920.6 -9981.4l921.3 -9981.2l922.1 -9981l922.9 -9980.9l923.6 -9980.7l924.4 -9980.5l925.2 -9980.3l925.9 -9980.1l926.7 -9980l927.4 -9979.8l928.2 -9979.6l928.9 -9979.4l929.7 -9979.3l930.4 -9979.1l931.2 -9978.9l931.9 -9978.8l932.7 -9978.6l933.4 -9978.4l934.1 -9978.3l934.9 -9978.1l935.6 -9977.9l936.3 -9977.7l937 -9977.6l937.8 -9977.4l938.5 -9977.2l939.2 -9977l939.9 -9976.9l940.6 -9976.7l941.3 -9976.6l942 -9976.4l942.7 -9976.2l943.4 -9976.1l944.2 -9975.9l944.8 -9975.7l945.5 -9975.5l946.2 -9975.4l946.9 -9975.2l947.6 -9975.1l948.3 -9974.9l949 -9974.7l949.7 -9974.6l950.4 -9974.4l951 -9974.2l951.7 -9974l952.4 -9973.9l953.1 -9973.7l176.6 -1846.9"
id="path1780"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-299743.9 -1l.8 -10076.2l2.5 -10077.2l4.2 -10077.2l5.9 -10077.2l7.5 -10077.2l9.2 -10077.2l10.9 -10077.2l12.6 -10077.2l14.3 -10077.2l15.9 -10077.1l17.6 -10077.2l19.3 -10077.2l21 -10077.2l22.6 -10077.2l24.3 -10077.1l26 -10077.1l27.7 -10077.1l29.3 -10077.1l31 -10077.1l32.7 -10077.1l34.4 -10077.1l36 -10077.1l37.7 -10077.1l39.4 -10077l41.1 -10077l42.7 -10077l44.4 -10077l46.1 -10076.9l47.8 -10077l49.4 -10076.9l51.1 -10076.9l52.8 -10076.9l54.5 -10076.9l56.1 -10076.9l57.8 -10076.8l59.5 -10076.8l61.2 -10076.8l62.8 -10076.8l64.5 -10076.8l66.2 -10076.7l67.9 -10076.7l69.5 -10076.6l71.2 -10076.7l72.9 -10076.6l74.5 -10076.6l76.2 -10076.6l77.9 -10076.5l79.6 -10076.5l81.2 -10076.5l82.9 -10076.5l84.6 -10076.4l86.2 -10076.4l87.9 -10076.4l89.6 -10076.3l91.3 -10076.3l92.9 -10076.2l94.6 -10076.2l96.3 -10076.2l97.9 -10076.2l99.6 -10076.1l101.3 -10076.1l102.9 -10076l104.6 -10076l106.3 -10076l107.9 -10075.9l109.6 -10075.9l111.3 -10075.9l112.9 -10075.8l114.6 -10075.7l116.3 -10075.7l117.9 -10075.7l119.6 -10075.6l121.3 -10075.6l122.9 -10075.5l124.6 -10075.5l126.3 -10075.5l127.9 -10075.4l129.6 -10075.4l131.2 -10075.3l132.9 -10075.3l134.6 -10075.2l136.2 -10075.2l137.9 -10075.1l139.6 -10075.1l141.2 -10075l142.9 -10075l144.5 -10074.9l146.2 -10074.8l147.8 -10074.8l149.5 -10074.8l151.2 -10074.7l152.8 -10074.6l154.5 -10074.6l156.1 -10074.5l157.8 -10074.5l159.4 -10074.4l161.1 -10074.3l162.8 -10074.3l164.4 -10074.2l166.1 -10074.2l167.7 -10074.1l169.4 -10074.1l171 -10074l172.7 -10073.9l174.3 -10073.9l176 -10073.8l177.6 -10073.7l179.3 -10073.7l180.9 -10073.6l182.6 -10073.5l184.2 -10073.4l185.9 -10073.4l187.5 -10073.3l189.2 -10073.3l190.8 -10073.2l192.5 -10073.1l194.1 -10073.1l195.8 -10073l197.4 -10072.9l199 -10072.8l200.7 -10072.8l202.3 -10072.7l204 -10072.6l205.6 -10072.5l207.3 -10072.5l208.9 -10072.4l210.5 -10072.3l212.2 -10072.3l213.8 -10072.2l215.5 -10072.1l217.1 -10072l218.7 -10072l220.4 -10071.8l222 -10071.8l223.6 -10071.7l225.3 -10071.6l226.9 -10071.5l228.5 -10071.4l230.2 -10071.4l231.8 -10071.3l233.4 -10071.2l235.1 -10071.1l236.7 -10071l238.3 -10071l240 -10070.9l241.6 -10070.8l243.2 -10070.7l244.9 -10070.6l246.5 -10070.5l248.1 -10070.4l249.7 -10070.4l251.4 -10070.2l253 -10070.2l254.6 -10070.1l256.2 -10070l257.8 -10069.9l259.5 -10069.8l261.1 -10069.7l262.7 -10069.6l264.3 -10069.5l265.9 -10069.4l267.6 -10069.3l269.2 -10069.2l270.8 -10069.1l272.4 -10069l274 -10068.9l275.6 -10068.9l277.3 -10068.8l278.9 -10068.7l280.5 -10068.5l282.1 -10068.5l283.7 -10068.4l285.3 -10068.3l286.9 -10068.1l288.5 -10068.1l290.1 -10067.9l291.7 -10067.8l293.3 -10067.7l294.9 -10067.6l296.5 -10067.5l298.2 -10067.4l299.8 -10067.3l301.4 -10067.2l303 -10067.1l304.6 -10067l306.2 -10066.9l307.8 -10066.8l309.3 -10066.6l310.9 -10066.6l312.5 -10066.5l314.1 -10066.3l315.7 -10066.2l317.3 -10066.1l318.9 -10066l320.5 -10065.9l322.1 -10065.8l323.7 -10065.6l325.3 -10065.6l326.9 -10065.4l328.4 -10065.3l330 -10065.2l331.6 -10065.1l333.2 -10065l334.8 -10064.9l336.4 -10064.7l337.9 -10064.6l339.5 -10064.5l341.1 -10064.4l342.7 -10064.3l344.3 -10064.2l345.8 -10064l347.4 -10063.9l349 -10063.8l350.6 -10063.7l352.1 -10063.5l353.7 -10063.4l355.3 -10063.3l356.9 -10063.2l358.4 -10063.1l360 -10062.9l361.6 -10062.8l363.1 -10062.7l364.7 -10062.6l366.3 -10062.4l367.8 -10062.3l369.4 -10062.2l370.9 -10062l372.5 -10061.9l374.1 -10061.8l375.6 -10061.7l377.2 -10061.5l378.7 -10061.4l380.3 -10061.3l381.8 -10061.1l383.4 -10061l384.9 -10060.9l386.5 -10060.7l388 -10060.6l389.6 -10060.5l391.1 -10060.3l392.7 -10060.2l394.2 -10060.1l395.8 -10059.9l397.3 -10059.8l398.9 -10059.7l400.4 -10059.5l402 -10059.4l403.5 -10059.3l405 -10059.1l406.6 -10059l408.1 -10058.8l409.6 -10058.7l411.2 -10058.6l412.7 -10058.4l414.2 -10058.3l415.8 -10058.1l417.3 -10058l418.8 -10057.9l420.4 -10057.7l421.9 -10057.6l423.4 -10057.4l424.9 -10057.3l426.4 -10057.1l428 -10057l429.5 -10056.8l431 -10056.7l432.5 -10056.6l434 -10056.4l435.6 -10056.3l437.1 -10056.1l438.6 -10056l440.1 -10055.8l441.6 -10055.7l443.1 -10055.5l444.6 -10055.3l446.1 -10055.2l447.6 -10055.1l449.2 -10054.9l450.7 -10054.7l452.2 -10054.6l453.7 -10054.5l455.2 -10054.3l456.7 -10054.2l458.2 -10054l459.7 -10053.9l461.1 -10053.7l462.6 -10053.6l464.1 -10053.4l465.6 -10053.2l467.1 -10053.1l468.6 -10052.9l470.1 -10052.8l471.6 -10052.6l473.1 -10052.5l474.5 -10052.3l476 -10052.2l477.5 -10052l479 -10051.8l480.5 -10051.7l482 -10051.5l483.4 -10051.4l484.9 -10051.2l486.4 -10051.1l487.8 -10050.9l489.3 -10050.7l490.8 -10050.6l492.3 -10050.4l493.7 -10050.3l495.2 -10050.1l496.7 -10049.9l498.1 -10049.7l499.6 -10049.6l501 -10049.4l502.5 -10049.3l504 -10049.1l505.4 -10048.9l506.9 -10048.8l508.3 -10048.6l509.8 -10048.5l511.2 -10048.3l512.7 -10048.1l514.1 -10048l515.6 -10047.8l517 -10047.6l518.5 -10047.4l519.9 -10047.3l521.4 -10047.1l522.8 -10047l524.2 -10046.8l525.7 -10046.6l527.1 -10046.4l528.5 -10046.3l530 -10046.1l531.4 -10045.9l532.8 -10045.8l534.3 -10045.6l535.7 -10045.4l537.1 -10045.3l538.5 -10045.1l540 -10044.9l541.4 -10044.7l542.8 -10044.6l544.2 -10044.4l545.6 -10044.2l547.1 -10044l548.5 -10043.9l549.9 -10043.7l551.3 -10043.5l552.7 -10043.4l554.1 -10043.2l555.5 -10043l556.9 -10042.8l558.3 -10042.7l559.7 -10042.5l561.1 -10042.3l562.5 -10042.1l563.9 -10041.9l565.3 -10041.8l566.7 -10041.6l568.1 -10041.4l569.5 -10041.2l570.9 -10041l572.3 -10040.9l573.7 -10040.7l575.1 -10040.5l576.5 -10040.3l577.8 -10040.2l579.2 -10040l580.6 -10039.8l582 -10039.6l583.4 -10039.4l584.7 -10039.3l586.1 -10039.1l587.5 -10038.9l588.9 -10038.7l590.2 -10038.5l591.6 -10038.4l593 -10038.2l594.3 -10038l595.7 -10037.8l597 -10037.6l598.4 -10037.4l599.8 -10037.3l601.1 -10037l602.5 -10036.9l603.8 -10036.7l605.2 -10036.5l606.5 -10036.3l607.9 -10036.1l609.2 -10036l610.6 -10035.8l611.9 -10035.6l613.3 -10035.4l614.6 -10035.2l615.9 -10035l617.3 -10034.9l618.6 -10034.7l620 -10034.5l621.3 -10034.3l622.6 -10034.1l623.9 -10033.9l625.3 -10033.7l626.6 -10033.5l627.9 -10033.4l629.3 -10033.2l630.6 -10033l631.9 -10032.8l633.2 -10032.6l634.5 -10032.4l635.8 -10032.2l637.2 -10032l638.5 -10031.8l639.8 -10031.7l641.1 -10031.5l642.4 -10031.3l643.7 -10031.1l645 -10030.9l646.3 -10030.7l647.6 -10030.5l648.9 -10030.3l650.2 -10030.1l651.5 -10030l652.8 -10029.8l654.1 -10029.6l655.4 -10029.4l656.7 -10029.2l657.9 -10029l659.2 -10028.8l660.5 -10028.6l661.8 -10028.4l663.1 -10028.2l664.3 -10028l665.6 -10027.8l666.9 -10027.7l668.2 -10027.4l669.4 -10027.3l670.7 -10027.1l672 -10026.9l673.2 -10026.7l674.5 -10026.5l675.8 -10026.3l677 -10026.1l678.3 -10025.9l679.5 -10025.7l680.8 -10025.5l682 -10025.3l683.3 -10025.1l684.5 -10024.9l685.8 -10024.7l687 -10024.6l688.3 -10024.4l689.5 -10024.2l690.8 -10023.9l692 -10023.8l693.2 -10023.6l694.5 -10023.4l695.7 -10023.2l696.9 -10023l698.2 -10022.8l699.4 -10022.6l700.6 -10022.4l701.9 -10022.2l703.1 -10022l704.3 -10021.8l705.5 -10021.6l706.7 -10021.4l707.9 -10021.2l709.2 -10021l710.4 -10020.8l711.6 -10020.6l712.8 -10020.4l714 -10020.2l715.2 -10020.1l716.4 -10019.9l717.6 -10019.7l718.8 -10019.4l720 -10019.3l721.2 -10019.1l722.4 -10018.9l723.6 -10018.6l724.8 -10018.5l726 -10018.3l727.1 -10018.1l728.3 -10017.9l729.5 -10017.7l730.7 -10017.5l731.9 -10017.3l733 -10017.1l734.2 -10016.9l735.4 -10016.7l736.6 -10016.5l737.7 -10016.3l738.9 -10016.1l740.1 -10015.9l741.2 -10015.7l742.4 -10015.5l743.5 -10015.3l744.7 -10015.1l745.9 -10014.9l747 -10014.7l748.2 -10014.5l749.3 -10014.3l750.5 -10014.1l751.6 -10013.9l752.7 -10013.7l753.9 -10013.5l755 -10013.3l756.2 -10013.1l757.3 -10012.9l758.4 -10012.7l759.6 -10012.5l760.7 -10012.3l761.8 -10012.1l763 -10011.9l764.1 -10011.7l765.2 -10011.6l766.3 -10011.3l767.4 -10011.2l768.6 -10011l769.7 -10010.8l770.8 -10010.5l771.9 -10010.4l773 -10010.2l774.1 -10010l775.2 -10009.8l776.3 -10009.5l777.4 -10009.4l778.5 -10009.2l779.6 -10009l780.7 -10008.8l781.8 -10008.5l782.9 -10008.4l784 -10008.2l785.1 -10008l786.2 -10007.8l787.2 -10007.6l788.3 -10007.4l789.4 -10007.2l790.5 -10007l791.5 -10006.8l792.6 -10006.6l793.7 -10006.4l794.8 -10006.2l795.8 -10006l796.9 -10005.8l798 -10005.6l799 -10005.4l800.1 -10005.2l801.1 -10005l802.2 -10004.8l803.2 -10004.6l804.3 -10004.4l805.3 -10004.2l806.4 -10004l807.4 -10003.9l808.5 -10003.7l809.5 -10003.5l810.5 -10003.2l811.6 -10003.1l812.6 -10002.9l813.7 -10002.7l814.7 -10002.4l815.7 -10002.3l816.7 -10002.1l817.8 -10001.9l818.8 -10001.7l819.8 -10001.5l820.8 -10001.3l821.8 -10001.1l822.8 -10000.9l823.9 -10000.7l824.9 -10000.5l825.9 -10000.3l826.9 -10000.1l827.9 -9999.9l828.9 -9999.7l829.9 -9999.6l830.9 -9999.4l831.9 -9999.2l832.9 -9999l833.9 -9998.7l834.8 -9998.6l835.8 -9998.4l836.8 -9998.2l837.8 -9998l838.8 -9997.8l839.8 -9997.6l840.7 -9997.4l841.7 -9997.2l842.7 -9997l843.6 -9996.8l844.6 -9996.6l845.6 -9996.5l846.5 -9996.2l847.5 -9996.1l848.5 -9995.9l849.4 -9995.7l850.4 -9995.5l851.3 -9995.3l852.3 -9995.1l853.2 -9994.9l854.2 -9994.7l855.1 -9994.5l856 -9994.3l857 -9994.2l857.9 -9994l858.9 -9993.8l859.8 -9993.6l860.7 -9993.4l861.6 -9993.2l862.6 -9993l863.5 -9992.8l864.4 -9992.6l865.3 -9992.5l866.3 -9992.3l867.2 -9992.1l868.1 -9991.9l869 -9991.7l869.9 -9991.5l870.8 -9991.3l871.7 -9991.1l872.6 -9990.9l873.5 -9990.8l874.4 -9990.6l875.3 -9990.4l876.2 -9990.2l877.1 -9990l878 -9989.8l878.9 -9989.6l879.8 -9989.5l880.6 -9989.2l881.5 -9989.1l882.4 -9988.9l883.3 -9988.7l884.2 -9988.5l885 -9988.3l885.9 -9988.2l886.8 -9988l887.6 -9987.8l888.5 -9987.6l889.3 -9987.4l890.2 -9987.2l891.1 -9987.1l891.9 -9986.9l892.8 -9986.7l893.6 -9986.5l894.5 -9986.3l895.3 -9986.1l896.2 -9985.9l897 -9985.8l897.8 -9985.6l898.7 -9985.4l899.5 -9985.2l900.3 -9985l901.2 -9984.9l902 -9984.7l902.8 -9984.5l903.6 -9984.3l904.5 -9984.2l905.3 -9984l906.1 -9983.8l906.9 -9983.6l907.7 -9983.4l908.5 -9983.3l909.3 -9983.1l910.1 -9982.9l910.9 -9982.7l911.7 -9982.5l912.5 -9982.4l913.3 -9982.2l914.1 -9982l914.9 -9981.8l915.7 -9981.7l916.5 -9981.5l917.3 -9981.3l918.1 -9981.1l918.8 -9980.9l919.6 -9980.8l920.4 -9980.6l921.2 -9980.4l921.9 -9980.2l922.7 -9980.1l923.5 -9979.9l924.2 -9979.7l925 -9979.6l925.8 -9979.4l926.5 -9979.2l927.3 -9979.1l928 -9978.9l928.8 -9978.7l929.5 -9978.5l930.3 -9978.4l931 -9978.2l931.7 -9978l932.5 -9977.8l933.2 -9977.7l934 -9977.5l934.7 -9977.4l935.4 -9977.2l936.1 -9977l936.9 -9976.9l937.6 -9976.7l938.3 -9976.5l939 -9976.3l939.7 -9976.2l940.5 -9976l941.2 -9975.9l941.9 -9975.7l942.6 -9975.5l943.3 -9975.4l944 -9975.2l944.7 -9975l945.4 -9974.8l946.1 -9974.7l946.8 -9974.5l947.5 -9974.4l948.1 -9974.2l948.8 -9974l949.5 -9973.9l950.2 -9973.7l950.9 -9973.6l951.5 -9973.4l952.2 -9973.2l952.9 -9973.1l953.6 -9972.9l954.2 -9972.8l954.9 -9972.6l955.6 -9972.4l956.2 -9972.3l956.9 -9972.1l957.5 -9971.9l958.2 -9971.8l958.8 -9971.6l959.5 -9971.5l960.1 -9971.3l960.8 -9971.1l961.4 -9971l962 -9970.9l962.7 -9970.7l963.3 -9970.6l963.9 -9970.4l964.6 -9970.2l965.2 -9970.1l965.8 -9969.9l966.4 -9969.8l38.5 -396.8"
id="path1781"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-289667.5 -1l.8 -10074.5l2.5 -10075.5l4.2 -10075.5l5.9 -10075.5l7.5 -10075.5l9.2 -10075.5l10.9 -10075.5l12.6 -10075.5l14.2 -10075.5l15.9 -10075.5l17.6 -10075.5l19.3 -10075.5l20.9 -10075.5l22.6 -10075.5l24.3 -10075.4l26 -10075.5l27.7 -10075.5l29.3 -10075.4l31 -10075.4l32.7 -10075.4l34.4 -10075.4l36 -10075.4l37.7 -10075.4l39.4 -10075.3l41.1 -10075.3l42.7 -10075.3l44.4 -10075.3l46.1 -10075.3l47.7 -10075.3l49.4 -10075.3l51.1 -10075.2l52.8 -10075.2l54.4 -10075.2l56.1 -10075.2l57.8 -10075.2l59.5 -10075.1l61.1 -10075.1l62.8 -10075.1l64.5 -10075.1l66.2 -10075.1l67.8 -10075l69.5 -10075l71.2 -10075l72.8 -10075l74.5 -10074.9l76.2 -10074.9l77.9 -10074.8l79.5 -10074.8l81.2 -10074.8l82.9 -10074.8l84.5 -10074.7l86.2 -10074.7l87.9 -10074.7l89.5 -10074.7l91.2 -10074.6l92.9 -10074.6l94.6 -10074.6l96.2 -10074.5l97.9 -10074.5l99.6 -10074.4l101.2 -10074.4l102.9 -10074.4l104.6 -10074.3l106.2 -10074.3l107.9 -10074.2l109.6 -10074.2l111.2 -10074.2l112.9 -10074.1l114.6 -10074.1l116.2 -10074.1l117.9 -10074l119.6 -10074l121.2 -10073.9l122.9 -10073.9l124.5 -10073.8l126.2 -10073.8l127.9 -10073.8l129.5 -10073.7l131.2 -10073.6l132.9 -10073.6l134.5 -10073.6l136.2 -10073.5l137.8 -10073.4l139.5 -10073.4l141.2 -10073.4l142.8 -10073.3l144.5 -10073.3l146.1 -10073.2l147.8 -10073.2l149.5 -10073.1l151.1 -10073l152.8 -10073l154.4 -10072.9l156.1 -10072.9l157.7 -10072.8l159.4 -10072.8l161 -10072.7l162.7 -10072.6l164.4 -10072.6l166 -10072.5l167.7 -10072.4l169.3 -10072.4l171 -10072.3l172.6 -10072.3l174.3 -10072.2l175.9 -10072.1l177.6 -10072.1l179.2 -10072l180.9 -10072l182.5 -10071.9l184.2 -10071.8l185.8 -10071.8l187.5 -10071.7l189.1 -10071.6l190.8 -10071.5l192.4 -10071.5l194 -10071.4l195.7 -10071.4l197.3 -10071.3l199 -10071.2l200.6 -10071.1l202.3 -10071.1l203.9 -10071l205.5 -10070.9l207.2 -10070.8l208.8 -10070.8l210.5 -10070.7l212.1 -10070.6l213.7 -10070.5l215.4 -10070.5l217 -10070.4l218.7 -10070.3l220.3 -10070.2l221.9 -10070.2l223.6 -10070.1l225.2 -10070l226.8 -10069.9l228.5 -10069.8l230.1 -10069.8l231.7 -10069.7l233.4 -10069.6l235 -10069.5l236.6 -10069.4l238.3 -10069.3l239.9 -10069.2l241.5 -10069.2l243.1 -10069l244.8 -10069l246.4 -10068.9l248 -10068.8l249.6 -10068.7l251.3 -10068.6l252.9 -10068.5l254.5 -10068.5l256.1 -10068.4l257.8 -10068.2l259.4 -10068.2l261 -10068.1l262.6 -10068l264.2 -10067.9l265.8 -10067.8l267.5 -10067.7l269.1 -10067.6l270.7 -10067.5l272.3 -10067.4l273.9 -10067.3l275.5 -10067.2l277.2 -10067.1l278.8 -10067l280.4 -10066.9l282 -10066.8l283.6 -10066.7l285.2 -10066.6l286.8 -10066.5l288.4 -10066.4l290 -10066.3l291.6 -10066.2l293.2 -10066.1l294.8 -10066l296.4 -10065.9l298 -10065.8l299.6 -10065.7l301.2 -10065.6l302.8 -10065.5l304.4 -10065.4l306 -10065.3l307.6 -10065.2l309.2 -10065l310.8 -10065l312.4 -10064.9l314 -10064.8l315.6 -10064.6l317.2 -10064.5l318.8 -10064.4l320.4 -10064.3l322 -10064.2l323.6 -10064.1l325.2 -10064l326.7 -10063.9l328.3 -10063.7l329.9 -10063.6l331.5 -10063.5l333.1 -10063.4l334.7 -10063.3l336.3 -10063.2l337.8 -10063l339.4 -10062.9l341 -10062.8l342.6 -10062.7l344.1 -10062.6l345.7 -10062.4l347.3 -10062.3l348.9 -10062.2l350.4 -10062.1l352 -10062l353.6 -10061.8l355.2 -10061.7l356.7 -10061.6l358.3 -10061.5l359.9 -10061.3l361.4 -10061.2l363 -10061.1l364.6 -10061l366.1 -10060.9l367.7 -10060.7l369.3 -10060.6l370.8 -10060.5l372.4 -10060.4l373.9 -10060.2l375.5 -10060.1l377 -10060l378.6 -10059.8l380.2 -10059.7l381.7 -10059.5l383.3 -10059.5l384.8 -10059.3l386.4 -10059.2l387.9 -10059l389.5 -10058.9l391 -10058.8l392.6 -10058.7l394.1 -10058.5l395.6 -10058.4l397.2 -10058.3l398.7 -10058.1l400.3 -10058l401.8 -10057.8l403.4 -10057.7l404.9 -10057.6l406.4 -10057.4l408 -10057.3l409.5 -10057.1l411 -10057l412.6 -10056.9l414.1 -10056.7l415.6 -10056.6l417.2 -10056.4l418.7 -10056.3l420.2 -10056.2l421.7 -10056l423.3 -10055.9l424.8 -10055.8l426.3 -10055.6l427.8 -10055.5l429.3 -10055.3l430.9 -10055.2l432.4 -10055l433.9 -10054.9l435.4 -10054.8l436.9 -10054.6l438.4 -10054.5l440 -10054.3l441.5 -10054.2l443 -10054l444.5 -10053.8l446 -10053.7l447.5 -10053.6l449 -10053.4l450.5 -10053.2l452 -10053.1l453.5 -10053l455 -10052.8l456.5 -10052.7l458 -10052.5l459.5 -10052.4l461 -10052.2l462.5 -10052.1l464 -10051.9l465.5 -10051.7l467 -10051.6l468.5 -10051.5l469.9 -10051.3l471.4 -10051.1l472.9 -10051l474.4 -10050.8l475.9 -10050.7l477.4 -10050.5l478.8 -10050.3l480.3 -10050.2l481.8 -10050.1l483.3 -10049.9l484.7 -10049.7l486.2 -10049.6l487.7 -10049.4l489.2 -10049.3l490.6 -10049.1l492.1 -10048.9l493.6 -10048.8l495 -10048.6l496.5 -10048.5l498 -10048.3l499.4 -10048.1l500.9 -10048l502.3 -10047.8l503.8 -10047.7l505.3 -10047.5l506.7 -10047.3l508.2 -10047.2l509.6 -10047l511.1 -10046.8l512.5 -10046.6l514 -10046.5l515.4 -10046.3l516.9 -10046.2l518.3 -10046l519.7 -10045.8l521.2 -10045.7l522.6 -10045.5l524.1 -10045.3l525.5 -10045.1l526.9 -10045l528.4 -10044.8l529.8 -10044.7l531.2 -10044.5l532.7 -10044.3l534.1 -10044.2l535.5 -10044l536.9 -10043.8l538.4 -10043.6l539.8 -10043.5l541.2 -10043.3l542.6 -10043.1l544.1 -10042.9l545.5 -10042.8l546.9 -10042.6l548.3 -10042.5l549.7 -10042.3l551.1 -10042.1l552.5 -10041.9l553.9 -10041.8l555.4 -10041.6l556.8 -10041.4l558.2 -10041.2l559.6 -10041.1l561 -10040.9l562.4 -10040.7l563.8 -10040.5l565.2 -10040.4l566.6 -10040.2l567.9 -10040l569.3 -10039.8l570.7 -10039.6l572.1 -10039.5l573.5 -10039.3l574.9 -10039.1l576.3 -10038.9l577.7 -10038.8l579 -10038.6l580.4 -10038.4l581.8 -10038.2l583.2 -10038l584.6 -10037.9l585.9 -10037.7l587.3 -10037.5l588.7 -10037.3l590 -10037.2l591.4 -10037l592.8 -10036.8l594.1 -10036.6l595.5 -10036.4l596.9 -10036.3l598.2 -10036.1l599.6 -10035.9l600.9 -10035.7l602.3 -10035.5l603.7 -10035.4l605 -10035.2l606.4 -10035l607.7 -10034.8l609 -10034.6l610.4 -10034.4l611.7 -10034.3l613.1 -10034.1l614.4 -10033.9l615.8 -10033.7l617.1 -10033.5l618.4 -10033.3l619.8 -10033.1l621.1 -10033l622.4 -10032.8l623.8 -10032.6l625.1 -10032.4l626.4 -10032.2l627.7 -10032l629.1 -10031.9l630.4 -10031.7l631.7 -10031.4l633 -10031.3l634.3 -10031.1l635.7 -10030.9l637 -10030.7l638.3 -10030.5l639.6 -10030.4l640.9 -10030.2l642.2 -10030l643.5 -10029.8l644.8 -10029.6l646.1 -10029.4l647.4 -10029.2l648.7 -10029l650 -10028.8l651.3 -10028.7l652.6 -10028.5l653.9 -10028.3l655.2 -10028.1l656.5 -10027.9l657.7 -10027.7l659 -10027.5l660.3 -10027.3l661.6 -10027.1l662.9 -10027l664.2 -10026.8l665.4 -10026.6l666.7 -10026.4l668 -10026.2l669.2 -10026l670.5 -10025.8l671.8 -10025.6l673 -10025.4l674.3 -10025.2l675.6 -10025l676.8 -10024.8l678.1 -10024.7l679.3 -10024.4l680.6 -10024.3l681.9 -10024.1l683.1 -10023.9l684.4 -10023.7l685.6 -10023.5l686.8 -10023.3l688.1 -10023.1l689.3 -10022.9l690.6 -10022.7l691.8 -10022.5l693.1 -10022.3l694.3 -10022.2l695.5 -10021.9l696.8 -10021.8l698 -10021.6l699.2 -10021.4l700.4 -10021.2l701.7 -10021l702.9 -10020.8l704.1 -10020.6l705.3 -10020.4l706.5 -10020.2l707.8 -10020l709 -10019.8l710.2 -10019.6l711.4 -10019.4l712.6 -10019.2l713.8 -10019l715 -10018.8l716.2 -10018.7l717.4 -10018.5l718.6 -10018.2l719.8 -10018.1l721 -10017.9l722.2 -10017.7l723.4 -10017.4l724.6 -10017.3l725.8 -10017.1l726.9 -10016.9l728.1 -10016.7l729.3 -10016.5l730.5 -10016.3l731.7 -10016.1l732.8 -10015.9l734 -10015.7l735.2 -10015.5l736.4 -10015.3l737.5 -10015.1l738.7 -10014.9l739.9 -10014.7l741 -10014.5l742.2 -10014.4l743.3 -10014.2l744.5 -10014l745.7 -10013.7l746.8 -10013.6l748 -10013.4l749.1 -10013.2l750.3 -10012.9l751.4 -10012.8l752.6 -10012.6l753.7 -10012.4l754.8 -10012.2l756 -10012l757.1 -10011.8l758.2 -10011.6l759.4 -10011.4l760.5 -10011.2l761.6 -10011l762.8 -10010.8l763.9 -10010.6l765 -10010.4l766.1 -10010.2l767.2 -10010l768.4 -10009.8l769.5 -10009.6l770.6 -10009.4l771.7 -10009.3l772.8 -10009.1l773.9 -10008.9l775 -10008.7l776.1 -10008.4l777.2 -10008.3l778.3 -10008.1l779.4 -10007.9l780.5 -10007.7l781.6 -10007.5l782.7 -10007.3l783.8 -10007.1l784.9 -10006.9l786 -10006.7l787 -10006.5l788.1 -10006.3l789.2 -10006.1l790.3 -10005.9l791.4 -10005.7l792.4 -10005.5l793.5 -10005.3l794.6 -10005.1l795.6 -10004.9l796.7 -10004.8l797.8 -10004.6l798.8 -10004.4l799.9 -10004.2l800.9 -10003.9l802 -10003.8l803 -10003.6l804.1 -10003.4l805.1 -10003.2l806.2 -10003l807.2 -10002.8l808.3 -10002.6l809.3 -10002.4l810.4 -10002.2l811.4 -10002l812.4 -10001.8l813.5 -10001.6l814.5 -10001.4l815.5 -10001.3l816.5 -10001.1l817.6 -10000.9l818.6 -10000.7l819.6 -10000.4l820.6 -10000.3l821.6 -10000.1l822.7 -9999.9l823.7 -9999.7l824.7 -9999.5l825.7 -9999.3l826.7 -9999.1l827.7 -9998.9l828.7 -9998.7l829.7 -9998.6l830.7 -9998.4l831.7 -9998.2l832.7 -9998l833.7 -9997.8l834.6 -9997.6l835.6 -9997.4l836.6 -9997.2l837.6 -9997l838.6 -9996.8l839.6 -9996.6l840.5 -9996.4l841.5 -9996.3l842.5 -9996l843.4 -9995.9l844.4 -9995.7l845.4 -9995.5l846.3 -9995.3l847.3 -9995.1l848.3 -9994.9l849.2 -9994.7l850.2 -9994.5l851.1 -9994.3l852.1 -9994.2l853 -9994l854 -9993.8l854.9 -9993.6l855.9 -9993.4l856.8 -9993.2l857.7 -9993l858.7 -9992.8l859.6 -9992.6l860.5 -9992.5l861.5 -9992.3l862.4 -9992.1l863.3 -9991.9l864.2 -9991.7l865.2 -9991.5l866.1 -9991.3l867 -9991.2l867.9 -9990.9l868.8 -9990.8l869.7 -9990.6l870.6 -9990.4l871.5 -9990.2l872.4 -9990l873.3 -9989.9l874.2 -9989.7l875.1 -9989.5l876 -9989.3l876.9 -9989.1l877.8 -9988.9l878.7 -9988.8l879.6 -9988.6l880.5 -9988.4l881.3 -9988.2l882.2 -9988l883.1 -9987.8l884 -9987.7l884.8 -9987.4l885.7 -9987.3l886.6 -9987.1l887.4 -9986.9l888.3 -9986.7l889.2 -9986.6l890 -9986.4l890.9 -9986.2l891.7 -9986l892.6 -9985.8l893.4 -9985.7l894.3 -9985.5l895.1 -9985.3l896 -9985.1l896.8 -9984.9l897.7 -9984.8l898.5 -9984.6l899.3 -9984.4l900.2 -9984.2l901 -9984l901.8 -9983.9l902.6 -9983.7l903.5 -9983.5l904.3 -9983.3l905.1 -9983.2l905.9 -9983l906.7 -9982.8l907.5 -9982.6l908.3 -9982.5l909.2 -9982.3l910 -9982.1l910.8 -9981.9l911.6 -9981.7l912.4 -9981.6l913.2 -9981.4l914 -9981.2l914.7 -9981l915.5 -9980.9l916.3 -9980.7l917.1 -9980.5l917.9 -9980.4l918.7 -9980.2l919.4 -9980l920.2 -9979.8l921 -9979.7l921.8 -9979.5l922.5 -9979.3l923.3 -9979.2l924.1 -9979l924.8 -9978.8l925.6 -9978.6l926.3 -9978.5l927.1 -9978.3l927.8 -9978.1l928.6 -9977.9l929.3 -9977.8l930.1 -9977.6l930.8 -9977.5l931.6 -9977.3l932.3 -9977.1l933.1 -9977l933.8 -9976.8l934.5 -9976.6l935.2 -9976.4l936 -9976.3l936.7 -9976.1l937.4 -9976l938.1 -9975.8l938.9 -9975.6l939.6 -9975.5l940.3 -9975.3l941 -9975.1l941.7 -9975l942.4 -9974.8l943.1 -9974.7l943.8 -9974.5l944.5 -9974.3l945.2 -9974.1l945.9 -9974l946.6 -9973.8l947.3 -9973.7l948 -9973.5l948.7 -9973.3l949.4 -9973.2l950 -9973l950.7 -9972.9l951.4 -9972.7l952.1 -9972.6l952.7 -9972.4l953.4 -9972.2l954.1 -9972.1l954.7 -9971.9l955.4 -9971.8l956.1 -9971.6l956.7 -9971.5l957.4 -9971.3l958 -9971.2l958.7 -9971l959.3 -9970.8l960 -9970.7l960.6 -9970.5l961.2 -9970.4l961.9 -9970.2l962.5 -9970.1l963.2 -9969.9l963.8 -9969.7l964.4 -9969.6l965 -9969.5l965.7 -9969.3l966.3 -9969.1l966.9 -9969l967.5 -9968.9l968.1 -9968.7l968.8 -9968.6l969.4 -9968.4l970 -9968.3l970.6 -9968.1l971.2 -9968l971.8 -9967.8l972.4 -9967.7l973 -9967.5l973.6 -9967.4l974.2 -9967.2l974.8 -9967.1l975.3 -9966.9l975.9 -9966.8l976.5 -9966.7l977.1 -9966.5l977.7 -9966.4l978.2 -9966.2l597.7 -6086.6"
id="path1782"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-279592.8 -1l.8 -10072.8l2.5 -10073.9l4.2 -10073.9l5.9 -10073.9l7.5 -10073.9l9.2 -10073.8l10.9 -10073.8l12.6 -10073.8l14.2 -10073.8l15.9 -10073.8l17.6 -10073.8l19.3 -10073.8l20.9 -10073.8l22.6 -10073.8l24.3 -10073.8l26 -10073.8l27.6 -10073.8l29.3 -10073.8l31 -10073.7l32.7 -10073.7l34.3 -10073.7l36 -10073.7l37.7 -10073.7l39.4 -10073.7l41 -10073.7l42.7 -10073.7l44.4 -10073.6l46.1 -10073.6l47.7 -10073.6l49.4 -10073.6l51.1 -10073.6l52.8 -10073.6l54.4 -10073.5l56.1 -10073.5l57.8 -10073.5l59.4 -10073.5l61.1 -10073.4l62.8 -10073.4l64.5 -10073.4l66.1 -10073.4l67.8 -10073.4l69.5 -10073.3l71.1 -10073.3l72.8 -10073.3l74.5 -10073.3l76.2 -10073.2l77.8 -10073.2l79.5 -10073.2l81.2 -10073.1l82.8 -10073.1l84.5 -10073.1l86.2 -10073.1l87.8 -10073l89.5 -10073l91.2 -10073l92.9 -10072.9l94.5 -10072.9l96.2 -10072.9l97.9 -10072.8l99.5 -10072.8l101.2 -10072.7l102.9 -10072.7l104.5 -10072.7l106.2 -10072.6l107.9 -10072.6l109.5 -10072.6l111.2 -10072.5l112.9 -10072.5l114.5 -10072.4l116.2 -10072.4l117.8 -10072.4l119.5 -10072.3l121.2 -10072.3l122.8 -10072.2l124.5 -10072.2l126.2 -10072.1l127.8 -10072.1l129.5 -10072l131.1 -10072l132.8 -10071.9l134.5 -10071.9l136.1 -10071.9l137.8 -10071.8l139.5 -10071.8l141.1 -10071.7l142.8 -10071.6l144.4 -10071.6l146.1 -10071.5l147.7 -10071.5l149.4 -10071.4l151.1 -10071.4l152.7 -10071.3l154.4 -10071.3l156 -10071.2l157.7 -10071.2l159.3 -10071.1l161 -10071l162.6 -10071l164.3 -10070.9l165.9 -10070.9l167.6 -10070.8l169.3 -10070.8l170.9 -10070.7l172.6 -10070.6l174.2 -10070.6l175.9 -10070.5l177.5 -10070.4l179.2 -10070.4l180.8 -10070.3l182.5 -10070.2l184.1 -10070.2l185.7 -10070.1l187.4 -10070.1l189 -10070l190.7 -10069.9l192.3 -10069.8l194 -10069.8l195.6 -10069.7l197.3 -10069.6l198.9 -10069.5l200.6 -10069.5l202.2 -10069.4l203.8 -10069.4l205.5 -10069.2l207.1 -10069.2l208.8 -10069.1l210.4 -10069.1l212 -10069l213.7 -10068.9l215.3 -10068.8l216.9 -10068.8l218.6 -10068.7l220.2 -10068.6l221.9 -10068.5l223.5 -10068.4l225.1 -10068.4l226.8 -10068.3l228.4 -10068.2l230 -10068.1l231.6 -10068l233.3 -10068l234.9 -10067.8l236.5 -10067.8l238.2 -10067.7l239.8 -10067.6l241.4 -10067.5l243 -10067.4l244.7 -10067.4l246.3 -10067.3l247.9 -10067.2l249.6 -10067.1l251.2 -10067l252.8 -10066.9l254.4 -10066.8l256 -10066.7l257.7 -10066.6l259.3 -10066.6l260.9 -10066.5l262.5 -10066.4l264.1 -10066.3l265.8 -10066.2l267.4 -10066.1l269 -10066l270.6 -10065.9l272.2 -10065.8l273.8 -10065.7l275.4 -10065.6l277.1 -10065.5l278.7 -10065.4l280.3 -10065.3l281.9 -10065.2l283.5 -10065.1l285.1 -10065l286.7 -10064.9l288.3 -10064.8l289.9 -10064.7l291.5 -10064.6l293.1 -10064.5l294.7 -10064.4l296.3 -10064.3l297.9 -10064.2l299.5 -10064.1l301.1 -10064l302.7 -10063.9l304.3 -10063.8l305.9 -10063.7l307.5 -10063.6l309.1 -10063.5l310.7 -10063.4l312.3 -10063.3l313.9 -10063.2l315.5 -10063.1l317.1 -10062.9l318.7 -10062.8l320.3 -10062.7l321.9 -10062.6l323.5 -10062.5l325 -10062.4l326.6 -10062.3l328.2 -10062.2l329.8 -10062l331.4 -10061.9l333 -10061.8l334.6 -10061.7l336.1 -10061.6l337.7 -10061.4l339.3 -10061.4l340.9 -10061.2l342.5 -10061.1l344 -10061l345.6 -10060.9l347.2 -10060.8l348.8 -10060.6l350.3 -10060.5l351.9 -10060.4l353.5 -10060.3l355 -10060.2l356.6 -10060l358.2 -10059.9l359.7 -10059.8l361.3 -10059.7l362.9 -10059.5l364.4 -10059.4l366 -10059.3l367.6 -10059.1l369.1 -10059l370.7 -10058.9l372.2 -10058.8l373.8 -10058.6l375.4 -10058.5l376.9 -10058.4l378.5 -10058.3l380 -10058.2l381.6 -10058l383.1 -10057.9l384.7 -10057.8l386.2 -10057.6l387.8 -10057.5l389.3 -10057.4l390.9 -10057.2l392.4 -10057.1l394 -10057l395.5 -10056.8l397.1 -10056.7l398.6 -10056.6l400.1 -10056.4l401.7 -10056.3l403.2 -10056.2l404.8 -10056l406.3 -10055.9l407.8 -10055.8l409.4 -10055.6l410.9 -10055.5l412.4 -10055.4l414 -10055.2l415.5 -10055.1l417 -10054.9l418.5 -10054.8l420.1 -10054.7l421.6 -10054.5l423.1 -10054.3l424.6 -10054.2l426.2 -10054.1l427.7 -10054l429.2 -10053.8l430.7 -10053.6l432.2 -10053.5l433.8 -10053.4l435.3 -10053.2l436.8 -10053.1l438.3 -10052.9l439.8 -10052.8l441.3 -10052.7l442.8 -10052.5l444.3 -10052.3l445.8 -10052.2l447.3 -10052.1l448.9 -10051.9l450.4 -10051.7l451.9 -10051.6l453.4 -10051.5l454.9 -10051.3l456.4 -10051.2l457.9 -10051l459.3 -10050.9l460.8 -10050.7l462.3 -10050.6l463.8 -10050.4l465.3 -10050.2l466.8 -10050.1l468.3 -10050l469.8 -10049.8l471.3 -10049.6l472.8 -10049.5l474.2 -10049.4l475.7 -10049.2l477.2 -10049l478.7 -10048.9l480.2 -10048.7l481.6 -10048.6l483.1 -10048.4l484.6 -10048.2l486.1 -10048.1l487.5 -10048l489 -10047.8l490.5 -10047.6l491.9 -10047.4l493.4 -10047.3l494.9 -10047.2l496.3 -10047l497.8 -10046.8l499.3 -10046.7l500.7 -10046.5l502.2 -10046.4l503.6 -10046.2l505.1 -10046l506.5 -10045.9l508 -10045.7l509.5 -10045.6l510.9 -10045.4l512.3 -10045.2l513.8 -10045.1l515.2 -10044.9l516.7 -10044.7l518.1 -10044.5l519.6 -10044.4l521 -10044.2l522.5 -10044.1l523.9 -10043.9l525.3 -10043.7l526.8 -10043.6l528.2 -10043.4l529.6 -10043.2l531.1 -10043l532.5 -10042.9l533.9 -10042.7l535.4 -10042.6l536.8 -10042.4l538.2 -10042.2l539.6 -10042.1l541 -10041.9l542.5 -10041.7l543.9 -10041.5l545.3 -10041.4l546.7 -10041.2l548.1 -10041l549.5 -10040.9l551 -10040.7l552.4 -10040.5l553.8 -10040.4l555.2 -10040.2l556.6 -10040l558 -10039.8l559.4 -10039.7l560.8 -10039.5l562.2 -10039.3l563.6 -10039.1l565 -10039l566.4 -10038.8l567.8 -10038.6l569.2 -10038.5l570.6 -10038.2l571.9 -10038.1l573.3 -10037.9l574.7 -10037.8l576.1 -10037.5l577.5 -10037.4l578.9 -10037.2l580.2 -10037l581.6 -10036.9l583 -10036.7l584.4 -10036.5l585.8 -10036.3l587.1 -10036.2l588.5 -10035.9l589.9 -10035.8l591.2 -10035.6l592.6 -10035.4l594 -10035.3l595.3 -10035.1l596.7 -10034.9l598 -10034.7l599.4 -10034.5l600.8 -10034.3l602.1 -10034.2l603.5 -10034l604.8 -10033.8l606.2 -10033.6l607.5 -10033.4l608.9 -10033.3l610.2 -10033.1l611.6 -10032.9l612.9 -10032.7l614.2 -10032.5l615.6 -10032.4l616.9 -10032.2l618.3 -10032l619.6 -10031.8l620.9 -10031.6l622.2 -10031.5l623.6 -10031.3l624.9 -10031.1l626.2 -10030.9l627.6 -10030.7l628.9 -10030.5l630.2 -10030.3l631.5 -10030.1l632.8 -10030l634.2 -10029.8l635.5 -10029.6l636.8 -10029.4l638.1 -10029.2l639.4 -10029.1l640.7 -10028.9l642 -10028.7l643.3 -10028.5l644.6 -10028.3l645.9 -10028.1l647.2 -10027.9l648.5 -10027.7l649.8 -10027.5l651.1 -10027.4l652.4 -10027.2l653.7 -10027l655 -10026.8l656.3 -10026.6l657.6 -10026.4l658.8 -10026.2l660.1 -10026.1l661.4 -10025.8l662.7 -10025.7l664 -10025.5l665.2 -10025.3l666.5 -10025.1l667.8 -10024.9l669.1 -10024.7l670.3 -10024.5l671.6 -10024.4l672.9 -10024.1l674.1 -10024l675.4 -10023.8l676.6 -10023.6l677.9 -10023.4l679.2 -10023.2l680.4 -10023l681.7 -10022.8l682.9 -10022.6l684.2 -10022.4l685.4 -10022.3l686.7 -10022.1l687.9 -10021.9l689.1 -10021.7l690.4 -10021.5l691.6 -10021.3l692.9 -10021.1l694.1 -10020.9l695.3 -10020.7l696.6 -10020.5l697.8 -10020.3l699 -10020.1l700.2 -10020l701.5 -10019.7l702.7 -10019.6l703.9 -10019.4l705.1 -10019.2l706.3 -10019l707.6 -10018.8l708.8 -10018.6l710 -10018.4l711.2 -10018.2l712.4 -10018l713.6 -10017.8l714.8 -10017.6l716 -10017.5l717.2 -10017.3l718.4 -10017l719.6 -10016.9l720.8 -10016.7l722 -10016.5l723.2 -10016.3l724.4 -10016.1l725.6 -10015.9l726.8 -10015.7l727.9 -10015.5l729.1 -10015.3l730.3 -10015.1l731.5 -10014.9l732.7 -10014.7l733.8 -10014.5l735 -10014.4l736.2 -10014.2l737.3 -10014l738.5 -10013.8l739.7 -10013.5l740.8 -10013.4l742 -10013.2l743.2 -10013l744.3 -10012.8l745.5 -10012.6l746.6 -10012.4l747.8 -10012.2l748.9 -10012l750.1 -10011.8l751.2 -10011.6l752.4 -10011.4l753.5 -10011.2l754.6 -10011.1l755.8 -10010.8l756.9 -10010.7l758 -10010.5l759.2 -10010.3l760.3 -10010.1l761.4 -10009.9l762.6 -10009.7l763.7 -10009.5l764.8 -10009.3l765.9 -10009.1l767.1 -10008.9l768.2 -10008.7l769.3 -10008.5l770.4 -10008.3l771.5 -10008.1l772.6 -10007.9l773.7 -10007.8l774.8 -10007.6l775.9 -10007.3l777 -10007.2l778.1 -10007l779.2 -10006.8l780.3 -10006.6l781.4 -10006.4l782.5 -10006.2l783.6 -10006l784.7 -10005.8l785.8 -10005.6l786.8 -10005.4l787.9 -10005.2l789 -10005l790.1 -10004.8l791.2 -10004.6l792.2 -10004.5l793.3 -10004.3l794.4 -10004.1l795.4 -10003.9l796.5 -10003.7l797.6 -10003.5l798.6 -10003.3l799.7 -10003.1l800.7 -10002.9l801.8 -10002.7l802.8 -10002.5l803.9 -10002.3l804.9 -10002.1l806 -10002l807 -10001.8l808.1 -10001.6l809.1 -10001.4l810.2 -10001.2l811.2 -10001l812.2 -10000.8l813.3 -10000.6l814.3 -10000.4l815.3 -10000.2l816.3 -10000l817.4 -9999.8l818.4 -9999.7l819.4 -9999.4l820.4 -9999.3l821.4 -9999.1l822.5 -9998.9l823.5 -9998.7l824.5 -9998.5l825.5 -9998.3l826.5 -9998.1l827.5 -9997.9l828.5 -9997.7l829.5 -9997.6l830.5 -9997.4l831.5 -9997.2l832.5 -9997l833.5 -9996.8l834.5 -9996.6l835.4 -9996.4l836.4 -9996.2l837.4 -9996l838.4 -9995.8l839.4 -9995.7l840.3 -9995.5l841.3 -9995.3l842.3 -9995.1l843.3 -9994.9l844.2 -9994.7l845.2 -9994.5l846.2 -9994.3l847.1 -9994.2l848.1 -9994l849 -9993.8l850 -9993.6l850.9 -9993.4l851.9 -9993.2l852.8 -9993l853.8 -9992.8l854.7 -9992.7l855.7 -9992.4l856.6 -9992.3l857.5 -9992.1l858.5 -9991.9l859.4 -9991.7l860.3 -9991.5l861.3 -9991.4l862.2 -9991.2l863.1 -9991l864 -9990.8l865 -9990.6l865.9 -9990.4l866.8 -9990.2l867.7 -9990l868.6 -9989.9l869.5 -9989.7l870.4 -9989.5l871.3 -9989.3l872.2 -9989.1l873.2 -9989l874 -9988.8l874.9 -9988.6l875.8 -9988.4l876.7 -9988.2l877.6 -9988l878.5 -9987.9l879.4 -9987.7l880.3 -9987.5l881.2 -9987.3l882 -9987.1l882.9 -9987l883.8 -9986.8l884.7 -9986.6l885.5 -9986.4l886.4 -9986.2l887.3 -9986.1l888.1 -9985.8l889 -9985.7l889.8 -9985.5l890.7 -9985.3l891.6 -9985.2l892.4 -9985l893.3 -9984.8l894.1 -9984.6l895 -9984.5l895.8 -9984.2l896.6 -9984.1l897.5 -9983.9l898.3 -9983.7l899.1 -9983.6l900 -9983.4l900.8 -9983.2l901.6 -9983l902.5 -9982.9l903.3 -9982.7l904.1 -9982.5l904.9 -9982.3l905.7 -9982.2l906.6 -9982l907.4 -9981.8l908.2 -9981.6l909 -9981.5l909.8 -9981.3l910.6 -9981.1l911.4 -9980.9l912.2 -9980.8l913 -9980.6l913.8 -9980.4l914.6 -9980.2l915.4 -9980.1l916.1 -9979.9l916.9 -9979.7l917.7 -9979.6l918.5 -9979.4l919.3 -9979.2l920 -9979.1l920.8 -9978.9l921.6 -9978.7l922.4 -9978.6l923.1 -9978.4l923.9 -9978.2l924.7 -9978.1l925.4 -9977.9l926.2 -9977.7l926.9 -9977.6l927.7 -9977.4l928.4 -9977.2l929.2 -9977.1l929.9 -9976.9l930.7 -9976.7l931.4 -9976.6l932.1 -9976.4l932.9 -9976.2l933.6 -9976.1l934.4 -9975.9l935.1 -9975.7l935.8 -9975.6l936.5 -9975.4l937.3 -9975.2l938 -9975.1l938.7 -9974.9l939.4 -9974.8l940.1 -9974.6l940.8 -9974.4l941.5 -9974.3l942.3 -9974.1l943 -9973.9l943.7 -9973.8l944.4 -9973.6l945.1 -9973.4l945.8 -9973.3l946.4 -9973.2l947.1 -9973l947.8 -9972.8l948.5 -9972.6l949.2 -9972.5l949.9 -9972.4l950.6 -9972.2l951.2 -9972l951.9 -9971.9l952.6 -9971.7l953.2 -9971.6l953.9 -9971.4l954.6 -9971.2l955.2 -9971.1l955.9 -9971l956.6 -9970.8l957.2 -9970.6l957.9 -9970.5l958.5 -9970.3l959.2 -9970.2l959.8 -9970l960.5 -9969.9l961.1 -9969.7l961.7 -9969.6l962.4 -9969.4l963 -9969.3l963.6 -9969.1l964.3 -9969l964.9 -9968.8l965.5 -9968.7l966.1 -9968.5l966.8 -9968.4l967.4 -9968.2l968 -9968.1l968.6 -9968l969.2 -9967.8l969.8 -9967.7l970.4 -9967.5l971 -9967.4l971.6 -9967.2l972.2 -9967.1l972.8 -9966.9l973.4 -9966.8l974 -9966.6l974.6 -9966.5l975.2 -9966.4l975.8 -9966.2l976.4 -9966.1l976.9 -9965.9l977.5 -9965.8l978.1 -9965.6l978.7 -9965.5l979.2 -9965.4l979.8 -9965.2l980.4 -9965.1l980.9 -9965l981.5 -9964.8l982.1 -9964.7l982.6 -9964.5l983.2 -9964.4l983.7 -9964.3l984.3 -9964.1l984.8 -9964l985.4 -9963.9l985.9 -9963.7l986.4 -9963.6l987 -9963.4l987.5 -9963.3l988 -9963.2l988.6 -9963l989.1 -9962.9l920.5 -9267"
id="path1783"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-269519.8 -1l.8 -10071.2l2.5 -10072.2l4.2 -10072.2l5.9 -10072.2l7.5 -10072.2l9.2 -10072.1l10.9 -10072.2l12.6 -10072.2l14.2 -10072.2l15.9 -10072.1l17.6 -10072.1l19.3 -10072.1l20.9 -10072.1l22.6 -10072.1l24.3 -10072.1l26 -10072.1l27.6 -10072.1l29.3 -10072.1l31 -10072l32.7 -10072.1l34.3 -10072.1l36 -10072l37.7 -10072l39.3 -10072l41 -10072l42.7 -10072l44.4 -10072l46 -10071.9l47.7 -10071.9l49.4 -10071.9l51.1 -10071.9l52.7 -10071.9l54.4 -10071.8l56.1 -10071.8l57.7 -10071.8l59.4 -10071.8l61.1 -10071.7l62.8 -10071.8l64.4 -10071.7l66.1 -10071.7l67.8 -10071.7l69.4 -10071.6l71.1 -10071.6l72.8 -10071.6l74.5 -10071.6l76.1 -10071.6l77.8 -10071.5l79.5 -10071.5l81.1 -10071.5l82.8 -10071.4l84.5 -10071.4l86.1 -10071.4l87.8 -10071.4l89.5 -10071.3l91.2 -10071.3l92.8 -10071.2l94.5 -10071.2l96.2 -10071.2l97.8 -10071.2l99.5 -10071.1l101.2 -10071.1l102.8 -10071l104.5 -10071l106.2 -10071l107.8 -10070.9l109.5 -10070.9l111.1 -10070.9l112.8 -10070.8l114.5 -10070.7l116.1 -10070.7l117.8 -10070.7l119.5 -10070.6l121.1 -10070.6l122.8 -10070.5l124.5 -10070.5l126.1 -10070.5l127.8 -10070.4l129.4 -10070.4l131.1 -10070.3l132.8 -10070.3l134.4 -10070.2l136.1 -10070.2l137.7 -10070.1l139.4 -10070.1l141.1 -10070l142.7 -10070l144.4 -10069.9l146 -10069.9l147.7 -10069.8l149.3 -10069.8l151 -10069.7l152.7 -10069.6l154.3 -10069.6l156 -10069.6l157.6 -10069.5l159.3 -10069.5l160.9 -10069.4l162.6 -10069.3l164.2 -10069.3l165.9 -10069.2l167.5 -10069.1l169.2 -10069.1l170.8 -10069l172.5 -10069l174.1 -10068.9l175.8 -10068.8l177.4 -10068.8l179.1 -10068.7l180.7 -10068.7l182.4 -10068.6l184 -10068.5l185.7 -10068.5l187.3 -10068.4l189 -10068.3l190.6 -10068.2l192.3 -10068.2l193.9 -10068.1l195.6 -10068.1l197.2 -10068l198.8 -10067.9l200.5 -10067.9l202.1 -10067.8l203.8 -10067.7l205.4 -10067.6l207 -10067.6l208.7 -10067.5l210.3 -10067.4l212 -10067.3l213.6 -10067.2l215.2 -10067.2l216.9 -10067.1l218.5 -10067l220.1 -10066.9l221.8 -10066.9l223.4 -10066.8l225 -10066.7l226.7 -10066.6l228.3 -10066.5l229.9 -10066.5l231.6 -10066.4l233.2 -10066.3l234.8 -10066.2l236.5 -10066.2l238.1 -10066.1l239.7 -10066l241.3 -10065.9l243 -10065.8l244.6 -10065.7l246.2 -10065.7l247.8 -10065.6l249.5 -10065.5l251.1 -10065.4l252.7 -10065.3l254.3 -10065.2l256 -10065.1l257.6 -10065l259.2 -10064.9l260.8 -10064.9l262.4 -10064.8l264 -10064.7l265.7 -10064.5l267.3 -10064.5l268.9 -10064.4l270.5 -10064.3l272.1 -10064.2l273.7 -10064.1l275.3 -10064l277 -10063.9l278.6 -10063.8l280.2 -10063.7l281.8 -10063.6l283.4 -10063.5l285 -10063.4l286.6 -10063.3l288.2 -10063.2l289.8 -10063.1l291.4 -10063l293 -10062.9l294.6 -10062.8l296.2 -10062.7l297.8 -10062.6l299.4 -10062.5l301 -10062.4l302.6 -10062.3l304.2 -10062.2l305.8 -10062.1l307.4 -10062l309 -10061.9l310.6 -10061.8l312.2 -10061.7l313.8 -10061.6l315.4 -10061.5l317 -10061.3l318.6 -10061.2l320.2 -10061.1l321.8 -10061l323.3 -10060.9l324.9 -10060.8l326.5 -10060.7l328.1 -10060.6l329.7 -10060.5l331.3 -10060.3l332.9 -10060.2l334.4 -10060.1l336 -10060l337.6 -10059.9l339.2 -10059.8l340.8 -10059.7l342.3 -10059.5l343.9 -10059.4l345.5 -10059.3l347.1 -10059.2l348.6 -10059.1l350.2 -10059l351.8 -10058.8l353.3 -10058.7l354.9 -10058.6l356.5 -10058.5l358.1 -10058.4l359.6 -10058.2l361.2 -10058.1l362.8 -10058l364.3 -10057.9l365.9 -10057.7l367.4 -10057.6l369 -10057.5l370.6 -10057.4l372.1 -10057.2l373.7 -10057.1l375.2 -10057l376.8 -10056.9l378.3 -10056.7l379.9 -10056.6l381.5 -10056.4l383 -10056.3l384.6 -10056.2l386.1 -10056.1l387.7 -10055.9l389.2 -10055.8l390.7 -10055.7l392.3 -10055.6l393.8 -10055.4l395.4 -10055.3l396.9 -10055.2l398.5 -10055l400 -10054.9l401.5 -10054.7l403.1 -10054.6l404.6 -10054.5l406.2 -10054.4l407.7 -10054.2l409.2 -10054.1l410.8 -10054l412.3 -10053.8l413.8 -10053.7l415.3 -10053.5l416.9 -10053.4l418.4 -10053.3l419.9 -10053.1l421.5 -10053l423 -10052.8l424.5 -10052.7l426 -10052.6l427.5 -10052.4l429.1 -10052.3l430.6 -10052.1l432.1 -10052l433.6 -10051.9l435.1 -10051.7l436.6 -10051.5l438.2 -10051.4l439.7 -10051.3l441.2 -10051.1l442.7 -10051l444.2 -10050.8l445.7 -10050.7l447.2 -10050.6l448.7 -10050.4l450.2 -10050.2l451.7 -10050.1l453.2 -10050l454.7 -10049.8l456.2 -10049.7l457.7 -10049.5l459.2 -10049.4l460.7 -10049.2l462.2 -10049.1l463.7 -10048.9l465.2 -10048.7l466.7 -10048.6l468.1 -10048.5l469.6 -10048.3l471.1 -10048.1l472.6 -10048l474.1 -10047.9l475.6 -10047.7l477 -10047.6l478.5 -10047.4l480 -10047.3l481.5 -10047.1l483 -10046.9l484.4 -10046.8l485.9 -10046.6l487.4 -10046.5l488.8 -10046.3l490.3 -10046.2l491.8 -10046l493.2 -10045.9l494.7 -10045.7l496.2 -10045.5l497.6 -10045.3l499.1 -10045.2l500.6 -10045.1l502 -10044.9l503.5 -10044.7l504.9 -10044.5l506.4 -10044.4l507.8 -10044.3l509.3 -10044.1l510.7 -10043.9l512.2 -10043.7l513.6 -10043.6l515.1 -10043.5l516.5 -10043.3l518 -10043.1l519.4 -10043l520.9 -10042.8l522.3 -10042.6l523.7 -10042.5l525.2 -10042.3l526.6 -10042.1l528 -10042l529.5 -10041.8l530.9 -10041.6l532.3 -10041.5l533.8 -10041.3l535.2 -10041.1l536.6 -10041l538 -10040.8l539.5 -10040.6l540.9 -10040.5l542.3 -10040.3l543.7 -10040.1l545.1 -10040l546.5 -10039.8l548 -10039.6l549.4 -10039.5l550.8 -10039.3l552.2 -10039.1l553.6 -10039l555 -10038.8l556.4 -10038.6l557.8 -10038.4l559.2 -10038.3l560.6 -10038.1l562 -10037.9l563.4 -10037.7l564.8 -10037.6l566.2 -10037.4l567.6 -10037.2l569 -10037.1l570.4 -10036.9l571.8 -10036.7l573.2 -10036.5l574.5 -10036.4l575.9 -10036.2l577.3 -10036l578.7 -10035.8l580.1 -10035.7l581.4 -10035.5l582.8 -10035.3l584.2 -10035.1l585.6 -10035l586.9 -10034.8l588.3 -10034.6l589.7 -10034.4l591.1 -10034.3l592.4 -10034.1l593.8 -10033.9l595.1 -10033.7l596.5 -10033.5l597.9 -10033.4l599.2 -10033.2l600.6 -10033l601.9 -10032.8l603.3 -10032.7l604.6 -10032.5l606 -10032.3l607.3 -10032.1l608.7 -10031.9l610 -10031.8l611.4 -10031.6l612.7 -10031.4l614.1 -10031.2l615.4 -10031l616.7 -10030.9l618.1 -10030.7l619.4 -10030.5l620.7 -10030.3l622.1 -10030.1l623.4 -10029.9l624.7 -10029.8l626 -10029.5l627.4 -10029.4l628.7 -10029.2l630 -10029l631.3 -10028.8l632.7 -10028.7l634 -10028.5l635.3 -10028.3l636.6 -10028.1l637.9 -10027.9l639.2 -10027.7l640.5 -10027.6l641.8 -10027.4l643.1 -10027.2l644.4 -10027l645.7 -10026.8l647 -10026.6l648.3 -10026.4l649.6 -10026.2l650.9 -10026.1l652.2 -10025.9l653.5 -10025.7l654.8 -10025.5l656.1 -10025.3l657.4 -10025.1l658.7 -10025l659.9 -10024.8l661.2 -10024.6l662.5 -10024.4l663.8 -10024.2l665.1 -10024l666.3 -10023.8l667.6 -10023.6l668.9 -10023.5l670.1 -10023.3l671.4 -10023.1l672.7 -10022.9l673.9 -10022.7l675.2 -10022.5l676.5 -10022.3l677.7 -10022.1l679 -10021.9l680.2 -10021.8l681.5 -10021.6l682.7 -10021.4l684 -10021.2l685.2 -10021l686.5 -10020.8l687.7 -10020.6l689 -10020.4l690.2 -10020.2l691.4 -10020.1l692.7 -10019.9l693.9 -10019.7l695.1 -10019.5l696.4 -10019.3l697.6 -10019.1l698.8 -10018.9l700.1 -10018.7l701.3 -10018.5l702.5 -10018.4l703.7 -10018.2l704.9 -10018l706.2 -10017.8l707.4 -10017.6l708.6 -10017.4l709.8 -10017.2l711 -10017l712.2 -10016.8l713.4 -10016.6l714.6 -10016.4l715.8 -10016.3l717 -10016.1l718.2 -10015.8l719.4 -10015.7l720.6 -10015.5l721.8 -10015.3l723 -10015.1l724.2 -10014.9l725.4 -10014.7l726.6 -10014.5l727.7 -10014.3l728.9 -10014.1l730.1 -10014l731.3 -10013.8l732.5 -10013.6l733.6 -10013.3l734.8 -10013.2l736 -10013l737.1 -10012.8l738.3 -10012.6l739.5 -10012.4l740.6 -10012.2l741.8 -10012l743 -10011.8l744.1 -10011.6l745.3 -10011.4l746.4 -10011.3l747.6 -10011.1l748.7 -10010.9l749.9 -10010.7l751 -10010.5l752.2 -10010.3l753.3 -10010.1l754.4 -10009.9l755.6 -10009.7l756.7 -10009.5l757.9 -10009.3l759 -10009.1l760.1 -10008.9l761.2 -10008.8l762.4 -10008.6l763.5 -10008.4l764.6 -10008.2l765.7 -10008l766.9 -10007.8l768 -10007.6l769.1 -10007.4l770.2 -10007.2l771.3 -10007l772.4 -10006.8l773.5 -10006.6l774.6 -10006.5l775.7 -10006.2l776.8 -10006.1l777.9 -10005.9l779 -10005.7l780.1 -10005.5l781.2 -10005.3l782.3 -10005.1l783.4 -10004.9l784.5 -10004.7l785.6 -10004.5l786.7 -10004.3l787.7 -10004.2l788.8 -10004l789.9 -10003.8l791 -10003.5l792 -10003.4l793.1 -10003.2l794.2 -10003l795.2 -10002.8l796.3 -10002.6l797.4 -10002.4l798.4 -10002.2l799.5 -10002.1l800.5 -10001.8l801.6 -10001.7l802.7 -10001.5l803.7 -10001.3l804.8 -10001.1l805.8 -10000.9l806.8 -10000.7l807.9 -10000.5l808.9 -10000.3l810 -10000.1l811 -10000l812 -9999.8l813.1 -9999.6l814.1 -9999.4l815.1 -9999.2l816.2 -9999l817.2 -9998.8l818.2 -9998.6l819.2 -9998.4l820.2 -9998.3l821.3 -9998.1l822.3 -9997.9l823.3 -9997.7l824.3 -9997.5l825.3 -9997.3l826.3 -9997.1l827.3 -9996.9l828.3 -9996.7l829.3 -9996.6l830.3 -9996.4l831.3 -9996.2l832.3 -9996l833.3 -9995.8l834.3 -9995.6l835.3 -9995.4l836.2 -9995.2l837.2 -9995l838.2 -9994.9l839.2 -9994.7l840.2 -9994.5l841.1 -9994.3l842.1 -9994.1l843.1 -9993.9l844 -9993.8l845 -9993.6l846 -9993.3l846.9 -9993.2l847.9 -9993l848.8 -9992.8l849.8 -9992.6l850.8 -9992.4l851.7 -9992.3l852.7 -9992.1l853.6 -9991.9l854.5 -9991.7l855.5 -9991.5l856.4 -9991.3l857.4 -9991.2l858.3 -9991l859.2 -9990.8l860.2 -9990.6l861.1 -9990.4l862 -9990.2l862.9 -9990.1l863.9 -9989.8l864.8 -9989.7l865.7 -9989.5l866.6 -9989.3l867.5 -9989.1l868.4 -9989l869.4 -9988.8l870.3 -9988.6l871.2 -9988.4l872.1 -9988.2l873 -9988.1l873.9 -9987.9l874.8 -9987.7l875.7 -9987.5l876.6 -9987.3l877.4 -9987.2l878.3 -9987l879.2 -9986.8l880.1 -9986.6l881 -9986.4l881.9 -9986.3l882.7 -9986.1l883.6 -9985.9l884.5 -9985.7l885.4 -9985.6l886.2 -9985.4l887.1 -9985.2l887.9 -9985l888.8 -9984.8l889.7 -9984.7l890.5 -9984.5l891.4 -9984.3l892.2 -9984.1l893.1 -9984l893.9 -9983.8l894.8 -9983.6l895.6 -9983.4l896.5 -9983.3l897.3 -9983.1l898.1 -9982.9l899 -9982.7l899.8 -9982.5l900.6 -9982.4l901.5 -9982.2l902.3 -9982l903.1 -9981.8l903.9 -9981.7l904.7 -9981.5l905.6 -9981.3l906.4 -9981.2l907.2 -9981l908 -9980.8l908.8 -9980.7l909.6 -9980.5l910.4 -9980.3l911.2 -9980.1l912 -9980l912.8 -9979.8l913.6 -9979.6l914.4 -9979.4l915.2 -9979.3l916 -9979.1l916.8 -9979l917.5 -9978.8l918.3 -9978.6l919.1 -9978.5l919.9 -9978.3l920.7 -9978.1l921.4 -9977.9l922.2 -9977.8l923 -9977.6l923.7 -9977.5l924.5 -9977.3l925.2 -9977.1l926 -9977l926.8 -9976.8l927.5 -9976.6l928.3 -9976.4l929 -9976.3l929.8 -9976.1l930.5 -9976l931.2 -9975.8l932 -9975.6l932.7 -9975.5l933.5 -9975.3l934.2 -9975.2l934.9 -9975l935.6 -9974.8l936.4 -9974.7l937.1 -9974.5l937.8 -9974.4l938.5 -9974.2l939.3 -9974l940 -9973.9l940.7 -9973.7l941.4 -9973.6l942.1 -9973.4l942.8 -9973.2l943.5 -9973.1l944.2 -9972.9l944.9 -9972.7l945.6 -9972.6l946.3 -9972.5l947 -9972.3l947.7 -9972.1l948.4 -9972l949 -9971.8l949.7 -9971.7l950.4 -9971.5l951.1 -9971.3l951.7 -9971.2l952.4 -9971.1l953.1 -9970.9l953.8 -9970.8l954.4 -9970.6l955.1 -9970.5l955.7 -9970.3l956.4 -9970.2l957.1 -9970l957.7 -9969.8l958.4 -9969.7l959 -9969.5l959.7 -9969.4l960.3 -9969.2l960.9 -9969.1l961.6 -9969l962.2 -9968.8l962.9 -9968.7l963.5 -9968.5l964.1 -9968.4l964.7 -9968.2l965.4 -9968.1l966 -9967.9l966.6 -9967.8l967.2 -9967.6l967.9 -9967.5l968.5 -9967.3l969.1 -9967.2l969.7 -9967.1l970.3 -9966.9l970.9 -9966.8l971.5 -9966.6l972.1 -9966.5l972.7 -9966.3l973.3 -9966.2l973.9 -9966.1l974.5 -9965.9l975.1 -9965.8l975.6 -9965.6l976.2 -9965.5l976.8 -9965.3l977.4 -9965.2l978 -9965.1l978.5 -9964.9l979.1 -9964.8l979.7 -9964.6l980.2 -9964.5l980.8 -9964.4l981.4 -9964.3l981.9 -9964.1l982.5 -9963.9l983 -9963.8l983.6 -9963.7l984.1 -9963.6l984.7 -9963.4l985.2 -9963.3l985.8 -9963.2l986.3 -9963l986.8 -9962.9l987.4 -9962.7l987.9 -9962.6l988.4 -9962.5l989 -9962.4l989.5 -9962.2l990 -9962.1l990.5 -9962l991 -9961.9l991.6 -9961.7l992.1 -9961.6l992.6 -9961.5l993.1 -9961.4l993.6 -9961.2l994.1 -9961.1l994.6 -9961l995.1 -9960.9l995.6 -9960.7l996.1 -9960.6l134.1 -1340.7"
id="path1784"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-259448.5 -1l.8 -10069.5l2.5 -10070.5l4.2 -10070.5l5.9 -10070.5l7.5 -10070.5l9.2 -10070.5l10.9 -10070.5l12.6 -10070.5l14.2 -10070.5l15.9 -10070.4l17.6 -10070.5l19.3 -10070.5l20.9 -10070.5l22.6 -10070.5l24.3 -10070.4l25.9 -10070.4l27.6 -10070.4l29.3 -10070.4l31 -10070.4l32.6 -10070.4l34.3 -10070.4l36 -10070.4l37.7 -10070.4l39.3 -10070.3l41 -10070.3l42.7 -10070.3l44.4 -10070.3l46 -10070.2l47.7 -10070.3l49.4 -10070.2l51 -10070.2l52.7 -10070.2l54.4 -10070.2l56.1 -10070.2l57.7 -10070.2l59.4 -10070.1l61.1 -10070.1l62.7 -10070.1l64.4 -10070.1l66.1 -10070l67.8 -10070l69.4 -10070l71.1 -10070l72.8 -10069.9l74.4 -10069.9l76.1 -10069.9l77.8 -10069.8l79.4 -10069.8l81.1 -10069.8l82.8 -10069.8l84.4 -10069.7l86.1 -10069.7l87.8 -10069.7l89.5 -10069.7l91.1 -10069.6l92.8 -10069.6l94.5 -10069.6l96.1 -10069.5l97.8 -10069.5l99.5 -10069.4l101.1 -10069.4l102.8 -10069.4l104.5 -10069.3l106.1 -10069.3l107.8 -10069.2l109.4 -10069.2l111.1 -10069.2l112.8 -10069.1l114.4 -10069.1l116.1 -10069.1l117.8 -10069l119.4 -10069l121.1 -10068.9l122.7 -10068.9l124.4 -10068.9l126.1 -10068.8l127.7 -10068.8l129.4 -10068.7l131.1 -10068.6l132.7 -10068.6l134.4 -10068.6l136 -10068.5l137.7 -10068.4l139.4 -10068.4l141 -10068.4l142.7 -10068.3l144.3 -10068.3l146 -10068.2l147.6 -10068.2l149.3 -10068.1l150.9 -10068.1l152.6 -10068l154.3 -10068l155.9 -10067.9l157.6 -10067.9l159.2 -10067.8l160.9 -10067.7l162.5 -10067.7l164.2 -10067.6l165.8 -10067.6l167.5 -10067.5l169.1 -10067.5l170.8 -10067.4l172.4 -10067.3l174.1 -10067.3l175.7 -10067.2l177.4 -10067.1l179 -10067.1l180.7 -10067l182.3 -10067l184 -10066.9l185.6 -10066.8l187.3 -10066.8l188.9 -10066.7l190.6 -10066.6l192.2 -10066.6l193.8 -10066.5l195.5 -10066.4l197.1 -10066.4l198.8 -10066.3l200.4 -10066.2l202 -10066.1l203.7 -10066.1l205.3 -10066l207 -10065.9l208.6 -10065.9l210.2 -10065.8l211.9 -10065.7l213.5 -10065.6l215.2 -10065.6l216.8 -10065.5l218.4 -10065.4l220.1 -10065.3l221.7 -10065.3l223.3 -10065.2l225 -10065.1l226.6 -10065l228.2 -10064.9l229.9 -10064.9l231.5 -10064.8l233.1 -10064.7l234.7 -10064.6l236.4 -10064.5l238 -10064.5l239.6 -10064.4l241.3 -10064.3l242.9 -10064.2l244.5 -10064.1l246.1 -10064l247.8 -10063.9l249.4 -10063.9l251 -10063.7l252.6 -10063.7l254.2 -10063.6l255.9 -10063.5l257.5 -10063.4l259.1 -10063.3l260.7 -10063.2l262.3 -10063.1l264 -10063.1l265.6 -10062.9l267.2 -10062.9l268.8 -10062.8l270.4 -10062.7l272 -10062.6l273.6 -10062.5l275.3 -10062.4l276.9 -10062.3l278.5 -10062.2l280.1 -10062.1l281.7 -10062l283.3 -10061.9l284.9 -10061.8l286.5 -10061.7l288.1 -10061.6l289.7 -10061.5l291.3 -10061.4l292.9 -10061.3l294.5 -10061.2l296.1 -10061.1l297.7 -10061l299.3 -10060.9l300.9 -10060.8l302.5 -10060.7l304.1 -10060.6l305.7 -10060.5l307.3 -10060.4l308.9 -10060.3l310.5 -10060.2l312.1 -10060.1l313.7 -10060l315.3 -10059.9l316.9 -10059.7l318.5 -10059.7l320.1 -10059.5l321.6 -10059.4l323.2 -10059.3l324.8 -10059.2l326.4 -10059.1l328 -10059l329.6 -10058.9l331.2 -10058.7l332.7 -10058.7l334.3 -10058.5l335.9 -10058.4l337.5 -10058.3l339.1 -10058.2l340.6 -10058.1l342.2 -10058l343.8 -10057.8l345.4 -10057.7l346.9 -10057.6l348.5 -10057.5l350.1 -10057.4l351.7 -10057.3l353.2 -10057.1l354.8 -10057l356.4 -10056.9l357.9 -10056.8l359.5 -10056.6l361.1 -10056.5l362.6 -10056.4l364.2 -10056.3l365.8 -10056.2l367.3 -10056l368.9 -10055.9l370.4 -10055.8l372 -10055.7l373.6 -10055.5l375.1 -10055.4l376.7 -10055.3l378.2 -10055.2l379.8 -10055.1l381.3 -10054.9l382.9 -10054.8l384.4 -10054.7l386 -10054.5l387.5 -10054.4l389.1 -10054.3l390.6 -10054.2l392.2 -10054l393.7 -10053.9l395.2 -10053.7l396.8 -10053.6l398.3 -10053.5l399.9 -10053.4l401.4 -10053.2l402.9 -10053.1l404.5 -10053l406 -10052.8l407.6 -10052.7l409.1 -10052.5l410.6 -10052.4l412.2 -10052.3l413.7 -10052.2l415.2 -10052l416.7 -10051.9l418.3 -10051.7l419.8 -10051.6l421.3 -10051.5l422.8 -10051.3l424.4 -10051.2l425.9 -10051.1l427.4 -10050.9l428.9 -10050.8l430.4 -10050.6l432 -10050.5l433.5 -10050.4l435 -10050.2l436.5 -10050l438 -10049.9l439.5 -10049.8l441 -10049.6l442.5 -10049.5l444 -10049.3l445.6 -10049.2l447.1 -10049.1l448.6 -10048.9l450.1 -10048.7l451.6 -10048.6l453.1 -10048.5l454.6 -10048.3l456.1 -10048.2l457.6 -10048l459.1 -10047.9l460.5 -10047.7l462 -10047.6l463.5 -10047.4l465 -10047.3l466.5 -10047.1l468 -10047l469.5 -10046.8l471 -10046.7l472.5 -10046.5l473.9 -10046.4l475.4 -10046.2l476.9 -10046.1l478.4 -10045.9l479.9 -10045.8l481.3 -10045.6l482.8 -10045.5l484.3 -10045.3l485.7 -10045.2l487.2 -10045l488.7 -10044.9l490.2 -10044.7l491.6 -10044.5l493.1 -10044.4l494.6 -10044.2l496 -10044.1l497.5 -10043.9l498.9 -10043.8l500.4 -10043.6l501.9 -10043.4l503.3 -10043.3l504.8 -10043.1l506.2 -10043l507.7 -10042.8l509.1 -10042.6l510.6 -10042.5l512 -10042.3l513.5 -10042.2l514.9 -10042l516.4 -10041.8l517.8 -10041.7l519.2 -10041.5l520.7 -10041.4l522.1 -10041.2l523.6 -10041l525 -10040.8l526.4 -10040.7l527.9 -10040.5l529.3 -10040.4l530.7 -10040.2l532.2 -10040.1l533.6 -10039.9l535 -10039.7l536.4 -10039.6l537.9 -10039.4l539.3 -10039.2l540.7 -10039.1l542.1 -10038.9l543.5 -10038.7l545 -10038.6l546.4 -10038.4l547.8 -10038.2l549.2 -10038.1l550.6 -10037.9l552 -10037.7l553.4 -10037.5l554.8 -10037.4l556.2 -10037.2l557.6 -10037l559 -10036.9l560.4 -10036.7l561.8 -10036.5l563.2 -10036.3l564.6 -10036.2l566 -10036l567.4 -10035.8l568.8 -10035.7l570.2 -10035.5l571.6 -10035.3l573 -10035.2l574.4 -10035l575.8 -10034.8l577.1 -10034.6l578.5 -10034.5l579.9 -10034.3l581.3 -10034.1l582.6 -10033.9l584 -10033.8l585.4 -10033.6l586.8 -10033.4l588.1 -10033.2l589.5 -10033.1l590.9 -10032.9l592.2 -10032.7l593.6 -10032.5l595 -10032.3l596.3 -10032.2l597.7 -10032l599 -10031.8l600.4 -10031.6l601.8 -10031.5l603.1 -10031.3l604.5 -10031.1l605.8 -10030.9l607.2 -10030.7l608.5 -10030.6l609.9 -10030.4l611.2 -10030.2l612.5 -10030.1l613.9 -10029.8l615.2 -10029.7l616.6 -10029.5l617.9 -10029.3l619.2 -10029.1l620.6 -10029l621.9 -10028.8l623.2 -10028.6l624.5 -10028.4l625.9 -10028.2l627.2 -10028.1l628.5 -10027.9l629.8 -10027.7l631.2 -10027.5l632.5 -10027.3l633.8 -10027.2l635.1 -10027l636.4 -10026.8l637.7 -10026.6l639 -10026.4l640.3 -10026.3l641.6 -10026.1l642.9 -10025.9l644.3 -10025.7l645.6 -10025.5l646.9 -10025.3l648.2 -10025.2l649.4 -10024.9l650.7 -10024.8l652 -10024.6l653.3 -10024.4l654.6 -10024.2l655.9 -10024l657.2 -10023.9l658.5 -10023.7l659.8 -10023.5l661 -10023.3l662.3 -10023.1l663.6 -10022.9l664.9 -10022.7l666.1 -10022.6l667.4 -10022.3l668.7 -10022.2l669.9 -10022l671.2 -10021.8l672.5 -10021.6l673.7 -10021.4l675 -10021.3l676.3 -10021.1l677.5 -10020.9l678.8 -10020.7l680 -10020.5l681.3 -10020.3l682.5 -10020.1l683.8 -10019.9l685 -10019.8l686.3 -10019.6l687.5 -10019.4l688.8 -10019.2l690 -10019l691.2 -10018.8l692.5 -10018.6l693.7 -10018.4l694.9 -10018.2l696.2 -10018.1l697.4 -10017.9l698.6 -10017.7l699.9 -10017.5l701.1 -10017.3l702.3 -10017.1l703.5 -10016.9l704.7 -10016.8l706 -10016.6l707.2 -10016.3l708.4 -10016.2l709.6 -10016l710.8 -10015.8l712 -10015.6l713.2 -10015.4l714.4 -10015.2l715.6 -10015l716.8 -10014.9l718 -10014.6l719.2 -10014.5l720.4 -10014.3l721.6 -10014.1l722.8 -10013.9l724 -10013.7l725.2 -10013.5l726.4 -10013.3l727.6 -10013.2l728.7 -10012.9l729.9 -10012.8l731.1 -10012.6l732.3 -10012.4l733.4 -10012.2l734.6 -10012l735.8 -10011.8l737 -10011.6l738.1 -10011.4l739.3 -10011.2l740.4 -10011.1l741.6 -10010.9l742.8 -10010.7l743.9 -10010.5l745.1 -10010.3l746.2 -10010.1l747.4 -10009.9l748.5 -10009.7l749.7 -10009.5l750.8 -10009.3l752 -10009.2l753.1 -10009l754.3 -10008.8l755.4 -10008.6l756.5 -10008.4l757.7 -10008.2l758.8 -10008l759.9 -10007.8l761.1 -10007.6l762.2 -10007.4l763.3 -10007.3l764.4 -10007.1l765.5 -10006.8l766.7 -10006.7l767.8 -10006.5l768.9 -10006.3l770 -10006.1l771.1 -10005.9l772.2 -10005.7l773.3 -10005.5l774.4 -10005.4l775.5 -10005.1l776.6 -10005l777.7 -10004.8l778.8 -10004.6l779.9 -10004.4l781 -10004.2l782.1 -10004l783.2 -10003.8l784.3 -10003.6l785.4 -10003.4l786.5 -10003.3l787.5 -10003.1l788.6 -10002.9l789.7 -10002.7l790.8 -10002.5l791.8 -10002.3l792.9 -10002.1l794 -10001.9l795.1 -10001.7l796.1 -10001.6l797.2 -10001.4l798.2 -10001.2l799.3 -10001l800.4 -10000.8l801.4 -10000.6l802.5 -10000.4l803.5 -10000.2l804.6 -10000l805.6 -9999.9l806.7 -9999.7l807.7 -9999.5l808.7 -9999.3l809.8 -9999.1l810.8 -9998.9l811.9 -9998.7l812.9 -9998.5l813.9 -9998.3l814.9 -9998.2l816 -9998l817 -9997.8l818 -9997.6l819 -9997.4l820.1 -9997.2l821.1 -9997.1l822.1 -9996.9l823.1 -9996.7l824.1 -9996.5l825.1 -9996.3l826.1 -9996.1l827.1 -9995.9l828.1 -9995.7l829.1 -9995.6l830.1 -9995.4l831.1 -9995.2l832.1 -9995l833.1 -9994.8l834.1 -9994.6l835.1 -9994.4l836.1 -9994.3l837 -9994l838 -9993.9l839 -9993.7l840 -9993.5l840.9 -9993.3l841.9 -9993.1l842.9 -9993l843.9 -9992.8l844.8 -9992.6l845.8 -9992.4l846.7 -9992.2l847.7 -9992.1l848.7 -9991.9l849.6 -9991.7l850.6 -9991.5l851.5 -9991.3l852.5 -9991.1l853.4 -9991l854.4 -9990.8l855.3 -9990.6l856.2 -9990.4l857.2 -9990.2l858.1 -9990l859 -9989.8l860 -9989.7l860.9 -9989.5l861.8 -9989.3l862.8 -9989.1l863.7 -9988.9l864.6 -9988.8l865.5 -9988.6l866.4 -9988.4l867.3 -9988.2l868.3 -9988.1l869.2 -9987.9l870.1 -9987.7l871 -9987.5l871.9 -9987.3l872.8 -9987.2l873.7 -9987l874.6 -9986.8l875.5 -9986.6l876.4 -9986.4l877.3 -9986.3l878.1 -9986.1l879 -9985.9l879.9 -9985.7l880.8 -9985.6l881.7 -9985.4l882.6 -9985.2l883.4 -9985l884.3 -9984.8l885.2 -9984.7l886 -9984.5l886.9 -9984.3l887.8 -9984.1l888.6 -9984l889.5 -9983.8l890.3 -9983.6l891.2 -9983.5l892.1 -9983.3l892.9 -9983.1l893.8 -9982.9l894.6 -9982.8l895.4 -9982.6l896.3 -9982.4l897.1 -9982.2l898 -9982.1l898.8 -9981.9l899.6 -9981.7l900.5 -9981.6l901.3 -9981.4l902.1 -9981.2l902.9 -9981l903.8 -9980.9l904.6 -9980.7l905.4 -9980.5l906.2 -9980.4l907 -9980.2l907.8 -9980l908.6 -9979.9l909.4 -9979.7l910.2 -9979.5l911 -9979.3l911.8 -9979.2l912.6 -9979l913.4 -9978.8l914.2 -9978.6l915 -9978.5l915.8 -9978.3l916.6 -9978.2l917.4 -9978l918.2 -9977.8l918.9 -9977.7l919.7 -9977.5l920.5 -9977.4l921.3 -9977.2l922 -9977l922.8 -9976.9l923.6 -9976.7l924.3 -9976.5l925.1 -9976.3l925.8 -9976.2l926.6 -9976l927.4 -9975.9l928.1 -9975.7l928.9 -9975.6l929.6 -9975.4l930.3 -9975.2l931.1 -9975.1l931.8 -9974.9l932.6 -9974.8l933.3 -9974.6l934 -9974.4l934.8 -9974.2l935.5 -9974.1l936.2 -9974l936.9 -9973.8l937.7 -9973.6l938.4 -9973.4l939.1 -9973.3l939.8 -9973.2l940.5 -9973l941.2 -9972.9l941.9 -9972.7l942.6 -9972.5l943.3 -9972.4l944 -9972.2l944.7 -9972l945.4 -9971.9l946.1 -9971.8l946.8 -9971.6l947.5 -9971.5l948.2 -9971.3l948.9 -9971.2l949.6 -9971l950.2 -9970.8l950.9 -9970.7l951.6 -9970.5l952.3 -9970.4l952.9 -9970.2l953.6 -9970.1l954.3 -9969.9l954.9 -9969.8l955.6 -9969.6l956.3 -9969.5l956.9 -9969.3l957.6 -9969.2l958.2 -9969l958.9 -9968.9l959.5 -9968.8l960.2 -9968.6l960.8 -9968.5l961.4 -9968.3l962.1 -9968.2l962.7 -9968l963.3 -9967.8l964 -9967.7l964.6 -9967.6l965.2 -9967.4l965.8 -9967.3l966.5 -9967.2l967.1 -9967l967.7 -9966.9l968.3 -9966.7l968.9 -9966.6l969.5 -9966.4l970.1 -9966.3l970.8 -9966.2l971.4 -9966l972 -9965.9l972.6 -9965.7l973.1 -9965.6l973.7 -9965.5l974.3 -9965.3l974.9 -9965.2l975.5 -9965l976.1 -9964.9l976.7 -9964.7l977.2 -9964.6l977.8 -9964.5l978.4 -9964.4l979 -9964.2l979.5 -9964.1l980.1 -9964l980.7 -9963.8l981.2 -9963.7l981.8 -9963.6l982.3 -9963.4l982.9 -9963.3l983.4 -9963.2l984 -9963l984.5 -9962.9l985.1 -9962.8l985.6 -9962.6l986.2 -9962.5l986.7 -9962.4l987.2 -9962.2l987.8 -9962.1l988.3 -9962l988.8 -9961.9l989.4 -9961.7l989.9 -9961.6l990.4 -9961.5l990.9 -9961.4l991.4 -9961.2l991.9 -9961.1l992.5 -9961l993 -9960.9l993.5 -9960.7l994 -9960.6l994.5 -9960.5l995 -9960.4l995.5 -9960.2l996 -9960.1l88.5 -884.4"
id="path1785"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-249378.8 -1l.8 -10067.8l2.5 -10068.8l4.2 -10068.8l5.9 -10068.8l7.5 -10068.8l9.2 -10068.8l10.9 -10068.8l12.6 -10068.8l14.2 -10068.8l15.9 -10068.8l17.6 -10068.8l19.2 -10068.8l20.9 -10068.8l22.6 -10068.8l24.3 -10068.7l25.9 -10068.8l27.6 -10068.8l29.3 -10068.7l31 -10068.7l32.6 -10068.7l34.3 -10068.7l36 -10068.7l37.6 -10068.7l39.3 -10068.6l41 -10068.7l42.7 -10068.6l44.3 -10068.6l46 -10068.6l47.7 -10068.6l49.4 -10068.6l51 -10068.6l52.7 -10068.5l54.4 -10068.5l56 -10068.5l57.7 -10068.5l59.4 -10068.5l61 -10068.4l62.7 -10068.4l64.4 -10068.4l66.1 -10068.4l67.7 -10068.3l69.4 -10068.3l71.1 -10068.3l72.7 -10068.3l74.4 -10068.2l76.1 -10068.2l77.7 -10068.2l79.4 -10068.2l81.1 -10068.1l82.8 -10068.1l84.4 -10068l86.1 -10068l87.8 -10068l89.4 -10068l91.1 -10068l92.8 -10067.9l94.4 -10067.9l96.1 -10067.9l97.8 -10067.8l99.4 -10067.8l101.1 -10067.8l102.7 -10067.7l104.4 -10067.7l106.1 -10067.6l107.7 -10067.6l109.4 -10067.6l111.1 -10067.5l112.7 -10067.5l114.4 -10067.4l116.1 -10067.4l117.7 -10067.4l119.4 -10067.3l121 -10067.3l122.7 -10067.2l124.4 -10067.2l126 -10067.1l127.7 -10067.1l129.3 -10067.1l131 -10067l132.7 -10067l134.3 -10066.9l136 -10066.9l137.6 -10066.8l139.3 -10066.8l141 -10066.7l142.6 -10066.7l144.3 -10066.6l145.9 -10066.5l147.6 -10066.5l149.2 -10066.5l150.9 -10066.4l152.6 -10066.3l154.2 -10066.3l155.9 -10066.3l157.5 -10066.2l159.2 -10066.1l160.8 -10066.1l162.5 -10066l164.1 -10066l165.8 -10065.9l167.4 -10065.8l169.1 -10065.8l170.7 -10065.7l172.4 -10065.7l174 -10065.6l175.7 -10065.5l177.3 -10065.5l179 -10065.4l180.6 -10065.4l182.3 -10065.3l183.9 -10065.2l185.6 -10065.2l187.2 -10065.1l188.8 -10065l190.5 -10064.9l192.1 -10064.9l193.8 -10064.8l195.4 -10064.8l197.1 -10064.7l198.7 -10064.6l200.3 -10064.6l202 -10064.5l203.6 -10064.4l205.3 -10064.3l206.9 -10064.3l208.5 -10064.2l210.2 -10064.1l211.8 -10064.1l213.4 -10064l215.1 -10063.9l216.7 -10063.8l218.4 -10063.8l220 -10063.7l221.6 -10063.6l223.3 -10063.5l224.9 -10063.5l226.5 -10063.4l228.1 -10063.3l229.8 -10063.2l231.4 -10063.1l233 -10063.1l234.7 -10063l236.3 -10062.9l237.9 -10062.8l239.5 -10062.7l241.2 -10062.7l242.8 -10062.5l244.4 -10062.5l246 -10062.4l247.7 -10062.3l249.3 -10062.2l250.9 -10062.1l252.5 -10062.1l254.2 -10062l255.8 -10061.9l257.4 -10061.8l259 -10061.7l260.6 -10061.6l262.2 -10061.5l263.9 -10061.4l265.5 -10061.3l267.1 -10061.3l268.7 -10061.2l270.3 -10061.1l271.9 -10060.9l273.5 -10060.9l275.2 -10060.8l276.8 -10060.7l278.4 -10060.6l280 -10060.5l281.6 -10060.4l283.2 -10060.3l284.8 -10060.2l286.4 -10060.1l288 -10060l289.6 -10059.9l291.2 -10059.8l292.8 -10059.7l294.4 -10059.6l296 -10059.5l297.6 -10059.4l299.2 -10059.3l300.8 -10059.2l302.4 -10059.1l304 -10059l305.6 -10058.9l307.2 -10058.8l308.8 -10058.7l310.4 -10058.6l312 -10058.5l313.6 -10058.4l315.2 -10058.3l316.8 -10058.1l318.4 -10058.1l320 -10058l321.5 -10057.8l323.1 -10057.7l324.7 -10057.6l326.3 -10057.5l327.9 -10057.4l329.5 -10057.3l331 -10057.1l332.6 -10057.1l334.2 -10057l335.8 -10056.8l337.4 -10056.7l338.9 -10056.6l340.5 -10056.5l342.1 -10056.4l343.7 -10056.3l345.3 -10056.1l346.8 -10056l348.4 -10055.9l350 -10055.8l351.5 -10055.7l353.1 -10055.5l354.7 -10055.5l356.2 -10055.3l357.8 -10055.2l359.4 -10055.1l360.9 -10055l362.5 -10054.9l364.1 -10054.7l365.6 -10054.6l367.2 -10054.5l368.8 -10054.4l370.3 -10054.2l371.9 -10054.1l373.4 -10054l375 -10053.9l376.5 -10053.8l378.1 -10053.6l379.6 -10053.5l381.2 -10053.3l382.7 -10053.2l384.3 -10053.1l385.8 -10053l387.4 -10052.8l388.9 -10052.7l390.5 -10052.6l392 -10052.5l393.6 -10052.3l395.1 -10052.2l396.7 -10052.1l398.2 -10052l399.7 -10051.8l401.3 -10051.7l402.8 -10051.6l404.4 -10051.4l405.9 -10051.3l407.4 -10051.2l409 -10051l410.5 -10050.9l412 -10050.8l413.5 -10050.6l415.1 -10050.5l416.6 -10050.3l418.1 -10050.2l419.7 -10050.1l421.2 -10049.9l422.7 -10049.8l424.2 -10049.7l425.7 -10049.5l427.3 -10049.4l428.8 -10049.3l430.3 -10049.1l431.8 -10049l433.3 -10048.8l434.8 -10048.7l436.4 -10048.5l437.9 -10048.4l439.4 -10048.3l440.9 -10048.1l442.4 -10048l443.9 -10047.8l445.4 -10047.7l446.9 -10047.6l448.4 -10047.4l449.9 -10047.2l451.4 -10047.1l452.9 -10047l454.4 -10046.8l455.9 -10046.7l457.4 -10046.5l458.9 -10046.4l460.4 -10046.2l461.9 -10046.1l463.4 -10046l464.9 -10045.8l466.4 -10045.7l467.8 -10045.5l469.3 -10045.4l470.8 -10045.2l472.3 -10045.1l473.8 -10044.9l475.3 -10044.8l476.7 -10044.6l478.2 -10044.4l479.7 -10044.3l481.2 -10044.2l482.6 -10044l484.1 -10043.8l485.6 -10043.7l487.1 -10043.5l488.5 -10043.4l490 -10043.2l491.5 -10043l492.9 -10042.9l494.4 -10042.8l495.9 -10042.6l497.3 -10042.4l498.8 -10042.3l500.2 -10042.1l501.7 -10042l503.2 -10041.8l504.6 -10041.6l506.1 -10041.5l507.5 -10041.4l509 -10041.2l510.4 -10041l511.9 -10040.8l513.3 -10040.7l514.8 -10040.6l516.2 -10040.4l517.6 -10040.2l519.1 -10040.1l520.5 -10039.9l522 -10039.8l523.4 -10039.6l524.8 -10039.4l526.3 -10039.3l527.7 -10039.1l529.1 -10038.9l530.6 -10038.8l532 -10038.6l533.4 -10038.5l534.9 -10038.3l536.3 -10038.1l537.7 -10037.9l539.1 -10037.8l540.5 -10037.6l542 -10037.5l543.4 -10037.3l544.8 -10037.1l546.2 -10037l547.6 -10036.8l549 -10036.6l550.4 -10036.4l551.9 -10036.3l553.3 -10036.1l554.7 -10036l556.1 -10035.8l557.5 -10035.6l558.9 -10035.5l560.3 -10035.3l561.7 -10035.1l563.1 -10034.9l564.5 -10034.8l565.9 -10034.6l567.3 -10034.5l568.6 -10034.3l570 -10034.1l571.4 -10033.9l572.8 -10033.8l574.2 -10033.6l575.6 -10033.4l577 -10033.3l578.3 -10033.1l579.7 -10032.9l581.1 -10032.7l582.5 -10032.5l583.9 -10032.4l585.2 -10032.2l586.6 -10032l588 -10031.8l589.3 -10031.7l590.7 -10031.5l592.1 -10031.4l593.4 -10031.2l594.8 -10031l596.2 -10030.8l597.5 -10030.7l598.9 -10030.5l600.2 -10030.3l601.6 -10030.1l602.9 -10029.9l604.3 -10029.8l605.6 -10029.6l607 -10029.4l608.3 -10029.2l609.7 -10029.1l611 -10028.9l612.4 -10028.7l613.7 -10028.5l615 -10028.4l616.4 -10028.2l617.7 -10028l619 -10027.8l620.4 -10027.6l621.7 -10027.5l623 -10027.3l624.4 -10027.1l625.7 -10026.9l627 -10026.7l628.3 -10026.6l629.7 -10026.4l631 -10026.2l632.3 -10026l633.6 -10025.8l634.9 -10025.7l636.2 -10025.5l637.5 -10025.3l638.9 -10025.1l640.2 -10024.9l641.5 -10024.8l642.8 -10024.5l644.1 -10024.4l645.4 -10024.2l646.7 -10024l648 -10023.9l649.3 -10023.6l650.6 -10023.5l651.9 -10023.3l653.1 -10023.1l654.4 -10022.9l655.7 -10022.7l657 -10022.6l658.3 -10022.4l659.6 -10022.2l660.8 -10022l662.1 -10021.8l663.4 -10021.7l664.7 -10021.5l666 -10021.3l667.2 -10021.1l668.5 -10020.9l669.8 -10020.7l671 -10020.6l672.3 -10020.3l673.6 -10020.2l674.8 -10020l676.1 -10019.8l677.3 -10019.6l678.6 -10019.4l679.8 -10019.3l681.1 -10019.1l682.4 -10018.9l683.6 -10018.7l684.8 -10018.5l686.1 -10018.3l687.3 -10018.1l688.6 -10018l689.8 -10017.7l691.1 -10017.6l692.3 -10017.4l693.5 -10017.2l694.8 -10017l696 -10016.8l697.2 -10016.7l698.4 -10016.5l699.7 -10016.3l700.9 -10016.1l702.1 -10015.9l703.3 -10015.7l704.6 -10015.5l705.8 -10015.3l707 -10015.1l708.2 -10015l709.4 -10014.8l710.6 -10014.6l711.8 -10014.4l713 -10014.2l714.2 -10014l715.4 -10013.8l716.6 -10013.7l717.8 -10013.4l719 -10013.3l720.2 -10013.1l721.4 -10012.9l722.6 -10012.7l723.8 -10012.5l725 -10012.3l726.2 -10012.2l727.4 -10012l728.5 -10011.7l729.7 -10011.6l730.9 -10011.4l732.1 -10011.2l733.3 -10011l734.4 -10010.8l735.6 -10010.7l736.8 -10010.5l737.9 -10010.3l739.1 -10010.1l740.3 -10009.9l741.4 -10009.7l742.6 -10009.5l743.7 -10009.3l744.9 -10009.1l746 -10009l747.2 -10008.8l748.3 -10008.6l749.5 -10008.4l750.6 -10008.2l751.8 -10008l752.9 -10007.8l754.1 -10007.6l755.2 -10007.4l756.3 -10007.3l757.5 -10007.1l758.6 -10006.9l759.7 -10006.7l760.9 -10006.5l762 -10006.3l763.1 -10006.1l764.2 -10005.9l765.4 -10005.7l766.5 -10005.6l767.6 -10005.4l768.7 -10005.2l769.8 -10005l770.9 -10004.8l772 -10004.6l773.1 -10004.4l774.3 -10004.2l775.4 -10004l776.5 -10003.9l777.6 -10003.7l778.7 -10003.5l779.7 -10003.3l780.8 -10003.1l781.9 -10002.9l783 -10002.7l784.1 -10002.6l785.2 -10002.3l786.3 -10002.2l787.4 -10002l788.4 -10001.8l789.5 -10001.6l790.6 -10001.4l791.7 -10001.2l792.7 -10001.1l793.8 -10000.9l794.9 -10000.7l795.9 -10000.5l797 -10000.3l798.1 -10000.1l799.1 -9999.9l800.2 -9999.7l801.2 -9999.6l802.3 -9999.4l803.3 -9999.2l804.4 -9999l805.4 -9998.8l806.5 -9998.6l807.5 -9998.4l808.6 -9998.3l809.6 -9998l810.6 -9997.9l811.7 -9997.7l812.7 -9997.5l813.7 -9997.3l814.8 -9997.1l815.8 -9997l816.8 -9996.8l817.8 -9996.6l818.8 -9996.4l819.9 -9996.2l820.9 -9996l821.9 -9995.9l822.9 -9995.7l823.9 -9995.4l824.9 -9995.3l825.9 -9995.1l826.9 -9994.9l827.9 -9994.7l828.9 -9994.6l829.9 -9994.4l830.9 -9994.2l831.9 -9994l832.9 -9993.8l833.9 -9993.6l834.9 -9993.5l835.9 -9993.3l836.9 -9993.1l837.8 -9992.9l838.8 -9992.7l839.8 -9992.5l840.8 -9992.4l841.7 -9992.1l842.7 -9992l843.7 -9991.8l844.6 -9991.6l845.6 -9991.4l846.6 -9991.3l847.5 -9991.1l848.5 -9990.9l849.4 -9990.7l850.4 -9990.5l851.3 -9990.4l852.3 -9990.2l853.2 -9990l854.2 -9989.8l855.1 -9989.6l856.1 -9989.5l857 -9989.3l857.9 -9989.1l858.9 -9988.9l859.8 -9988.8l860.7 -9988.6l861.7 -9988.4l862.6 -9988.2l863.5 -9988l864.4 -9987.9l865.3 -9987.7l866.3 -9987.5l867.2 -9987.3l868.1 -9987.1l869 -9987l869.9 -9986.8l870.8 -9986.6l871.7 -9986.4l872.6 -9986.3l873.5 -9986.1l874.4 -9985.9l875.3 -9985.7l876.2 -9985.6l877.1 -9985.4l878 -9985.2l878.9 -9985l879.7 -9984.8l880.6 -9984.7l881.5 -9984.5l882.4 -9984.3l883.3 -9984.2l884.1 -9984l885 -9983.8l885.9 -9983.6l886.7 -9983.5l887.6 -9983.3l888.5 -9983.1l889.3 -9982.9l890.2 -9982.8l891 -9982.6l891.9 -9982.4l892.7 -9982.3l893.6 -9982.1l894.4 -9981.9l895.3 -9981.7l896.1 -9981.6l897 -9981.4l897.8 -9981.2l898.6 -9981.1l899.5 -9980.9l900.3 -9980.7l901.1 -9980.6l901.9 -9980.4l902.8 -9980.2l903.6 -9980.1l904.4 -9979.9l905.2 -9979.7l906 -9979.5l906.9 -9979.3l907.7 -9979.2l908.5 -9979l909.3 -9978.9l910.1 -9978.7l910.9 -9978.5l911.7 -9978.4l912.5 -9978.2l913.3 -9978.1l914.1 -9977.9l914.9 -9977.7l915.6 -9977.6l916.4 -9977.4l917.2 -9977.2l918 -9977l918.8 -9976.9l919.5 -9976.7l920.3 -9976.6l921.1 -9976.4l921.9 -9976.3l922.6 -9976.1l923.4 -9975.9l924.2 -9975.8l924.9 -9975.6l925.7 -9975.4l926.4 -9975.3l927.2 -9975.1l927.9 -9974.9l928.7 -9974.8l929.4 -9974.6l930.2 -9974.5l930.9 -9974.3l931.7 -9974.1l932.4 -9974l933.1 -9973.9l933.9 -9973.7l934.6 -9973.5l935.3 -9973.4l936.1 -9973.2l936.8 -9973.1l937.5 -9972.9l938.2 -9972.7l938.9 -9972.6l939.7 -9972.5l940.4 -9972.3l941.1 -9972.1l941.8 -9972l942.5 -9971.8l943.2 -9971.7l943.9 -9971.5l944.6 -9971.3l945.3 -9971.2l946 -9971.1l946.7 -9970.9l947.4 -9970.8l948 -9970.6l948.7 -9970.5l949.4 -9970.3l950.1 -9970.2l950.8 -9970l951.4 -9969.9l952.1 -9969.7l952.8 -9969.6l953.5 -9969.4l954.1 -9969.2l954.8 -9969.1l955.4 -9969l956.1 -9968.8l956.8 -9968.7l957.4 -9968.5l958.1 -9968.4l958.7 -9968.3l959.4 -9968.1l960 -9967.9l960.7 -9967.8l961.3 -9967.7l961.9 -9967.5l962.6 -9967.4l963.2 -9967.2l963.8 -9967.1l964.5 -9967l965.1 -9966.8l965.7 -9966.6l966.3 -9966.5l966.9 -9966.4l967.6 -9966.3l968.2 -9966.1l968.8 -9965.9l969.4 -9965.8l970 -9965.7l970.6 -9965.6l971.2 -9965.4l971.8 -9965.3l972.4 -9965.1l973 -9965l973.6 -9964.9l974.2 -9964.7l974.8 -9964.6l975.4 -9964.5l975.9 -9964.3l976.5 -9964.2l977.1 -9964.1l977.7 -9963.9l978.3 -9963.8l978.8 -9963.7l979.4 -9963.5l980 -9963.4l980.5 -9963.3l981.1 -9963.1l981.7 -9963l982.2 -9962.8l982.8 -9962.7l983.3 -9962.6l983.9 -9962.5l984.4 -9962.3l985 -9962.2l985.5 -9962.1l986 -9962l986.6 -9961.8l987.1 -9961.7l987.6 -9961.6l988.2 -9961.5l988.7 -9961.3l989.2 -9961.2l989.8 -9961.1l990.3 -9961l990.8 -9960.8l991.3 -9960.7l991.8 -9960.6l992.3 -9960.5l992.8 -9960.3l993.4 -9960.2l993.9 -9960.1l994.4 -9960l994.9 -9959.9l995.4 -9959.7l995.8 -9959.6l47.6 -476.2"
id="path1786"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-239310.8 -1l.8 -10066.1l2.5 -10067.2l4.2 -10067.2l5.9 -10067.2l7.5 -10067.2l9.2 -10067.1l10.9 -10067.1l12.5 -10067.1l14.2 -10067.1l15.9 -10067.1l17.6 -10067.1l19.2 -10067.1l20.9 -10067.1l22.6 -10067.1l24.3 -10067.1l25.9 -10067.1l27.6 -10067.1l29.3 -10067.1l30.9 -10067l32.6 -10067l34.3 -10067l36 -10067l37.6 -10067l39.3 -10067l41 -10067l42.6 -10067l44.3 -10067l46 -10066.9l47.7 -10066.9l49.3 -10066.9l51 -10066.9l52.7 -10066.9l54.3 -10066.8l56 -10066.8l57.7 -10066.8l59.4 -10066.8l61 -10066.7l62.7 -10066.7l64.4 -10066.7l66 -10066.7l67.7 -10066.7l69.4 -10066.6l71 -10066.6l72.7 -10066.6l74.4 -10066.6l76 -10066.6l77.7 -10066.5l79.4 -10066.5l81.1 -10066.5l82.7 -10066.4l84.4 -10066.4l86.1 -10066.4l87.7 -10066.4l89.4 -10066.3l91.1 -10066.3l92.7 -10066.2l94.4 -10066.2l96.1 -10066.2l97.7 -10066.2l99.4 -10066.1l101 -10066.1l102.7 -10066l104.4 -10066l106 -10066l107.7 -10065.9l109.4 -10065.9l111 -10065.9l112.7 -10065.8l114.4 -10065.8l116 -10065.7l117.7 -10065.7l119.3 -10065.7l121 -10065.6l122.7 -10065.5l124.3 -10065.5l126 -10065.5l127.6 -10065.4l129.3 -10065.4l131 -10065.3l132.6 -10065.3l134.3 -10065.3l135.9 -10065.2l137.6 -10065.1l139.3 -10065.1l140.9 -10065.1l142.6 -10065l144.2 -10065l145.9 -10064.9l147.5 -10064.9l149.2 -10064.8l150.8 -10064.8l152.5 -10064.7l154.2 -10064.7l155.8 -10064.6l157.5 -10064.5l159.1 -10064.5l160.8 -10064.4l162.4 -10064.4l164.1 -10064.3l165.7 -10064.3l167.4 -10064.2l169 -10064.2l170.7 -10064.1l172.3 -10064l174 -10064l175.6 -10063.9l177.3 -10063.8l178.9 -10063.8l180.6 -10063.7l182.2 -10063.7l183.8 -10063.6l185.5 -10063.5l187.1 -10063.5l188.8 -10063.4l190.4 -10063.3l192.1 -10063.3l193.7 -10063.2l195.3 -10063.1l197 -10063.1l198.6 -10063l200.3 -10062.9l201.9 -10062.9l203.5 -10062.8l205.2 -10062.7l206.8 -10062.7l208.5 -10062.6l210.1 -10062.5l211.7 -10062.4l213.4 -10062.3l215 -10062.3l216.6 -10062.2l218.3 -10062.1l219.9 -10062l221.5 -10062l223.2 -10061.9l224.8 -10061.8l226.4 -10061.8l228.1 -10061.6l229.7 -10061.6l231.3 -10061.5l233 -10061.4l234.6 -10061.3l236.2 -10061.3l237.8 -10061.2l239.5 -10061.1l241.1 -10061l242.7 -10060.9l244.3 -10060.9l246 -10060.8l247.6 -10060.7l249.2 -10060.6l250.8 -10060.5l252.4 -10060.4l254.1 -10060.4l255.7 -10060.3l257.3 -10060.1l258.9 -10060.1l260.5 -10060l262.2 -10059.9l263.8 -10059.8l265.4 -10059.7l267 -10059.6l268.6 -10059.6l270.2 -10059.5l271.8 -10059.3l273.5 -10059.3l275.1 -10059.2l276.7 -10059.1l278.3 -10059l279.9 -10058.9l281.5 -10058.8l283.1 -10058.7l284.7 -10058.6l286.3 -10058.5l287.9 -10058.4l289.5 -10058.3l291.1 -10058.2l292.7 -10058.1l294.3 -10058l295.9 -10057.9l297.5 -10057.8l299.1 -10057.7l300.7 -10057.6l302.3 -10057.5l303.9 -10057.4l305.5 -10057.3l307.1 -10057.2l308.7 -10057.1l310.3 -10057l311.9 -10056.9l313.5 -10056.8l315.1 -10056.7l316.7 -10056.5l318.3 -10056.5l319.8 -10056.4l321.4 -10056.3l323 -10056.1l324.6 -10056l326.2 -10055.9l327.8 -10055.8l329.4 -10055.7l330.9 -10055.6l332.5 -10055.5l334.1 -10055.4l335.7 -10055.3l337.3 -10055.1l338.8 -10055l340.4 -10054.9l342 -10054.8l343.6 -10054.7l345.1 -10054.6l346.7 -10054.5l348.3 -10054.4l349.9 -10054.2l351.4 -10054.1l353 -10054l354.6 -10053.9l356.1 -10053.8l357.7 -10053.7l359.3 -10053.5l360.8 -10053.4l362.4 -10053.3l364 -10053.2l365.5 -10053.1l367.1 -10052.9l368.6 -10052.8l370.2 -10052.7l371.7 -10052.6l373.3 -10052.4l374.9 -10052.3l376.4 -10052.2l378 -10052.1l379.5 -10051.9l381.1 -10051.8l382.6 -10051.7l384.2 -10051.6l385.7 -10051.4l387.3 -10051.3l388.8 -10051.2l390.4 -10051.1l391.9 -10050.9l393.4 -10050.8l395 -10050.6l396.5 -10050.5l398.1 -10050.4l399.6 -10050.3l401.1 -10050.1l402.7 -10050l404.2 -10049.9l405.8 -10049.8l407.3 -10049.6l408.8 -10049.5l410.4 -10049.4l411.9 -10049.2l413.4 -10049.1l414.9 -10049l416.5 -10048.8l418 -10048.7l419.5 -10048.6l421 -10048.4l422.6 -10048.3l424.1 -10048.2l425.6 -10048l427.1 -10047.9l428.6 -10047.7l430.2 -10047.6l431.7 -10047.5l433.2 -10047.3l434.7 -10047.2l436.2 -10047l437.7 -10046.9l439.2 -10046.8l440.7 -10046.6l442.3 -10046.5l443.8 -10046.3l445.3 -10046.2l446.8 -10046.1l448.3 -10045.9l449.8 -10045.7l451.3 -10045.6l452.8 -10045.5l454.3 -10045.3l455.8 -10045.2l457.3 -10045l458.8 -10044.9l460.2 -10044.8l461.7 -10044.6l463.2 -10044.5l464.7 -10044.3l466.2 -10044.2l467.7 -10044l469.2 -10043.9l470.7 -10043.7l472.1 -10043.6l473.6 -10043.4l475.1 -10043.3l476.6 -10043.1l478.1 -10042.9l479.5 -10042.8l481 -10042.7l482.5 -10042.5l484 -10042.3l485.4 -10042.2l486.9 -10042.1l488.4 -10041.9l489.8 -10041.8l491.3 -10041.6l492.8 -10041.5l494.2 -10041.3l495.7 -10041.1l497.2 -10041l498.6 -10040.8l500.1 -10040.7l501.5 -10040.5l503 -10040.4l504.5 -10040.2l505.9 -10040.1l507.4 -10039.9l508.8 -10039.7l510.3 -10039.6l511.7 -10039.4l513.2 -10039.3l514.6 -10039.1l516 -10039l517.5 -10038.8l518.9 -10038.6l520.4 -10038.5l521.8 -10038.3l523.2 -10038.2l524.7 -10038l526.1 -10037.8l527.5 -10037.7l529 -10037.5l530.4 -10037.3l531.8 -10037.2l533.3 -10037l534.7 -10036.9l536.1 -10036.7l537.5 -10036.5l539 -10036.4l540.4 -10036.2l541.8 -10036.1l543.2 -10035.9l544.6 -10035.7l546 -10035.6l547.5 -10035.4l548.9 -10035.2l550.3 -10035l551.7 -10034.9l553.1 -10034.7l554.5 -10034.6l555.9 -10034.4l557.3 -10034.2l558.7 -10034.1l560.1 -10033.9l561.5 -10033.7l562.9 -10033.5l564.3 -10033.4l565.7 -10033.2l567.1 -10033.1l568.5 -10032.9l569.9 -10032.7l571.3 -10032.6l572.6 -10032.4l574 -10032.2l575.4 -10032l576.8 -10031.9l578.2 -10031.7l579.6 -10031.5l580.9 -10031.4l582.3 -10031.2l583.7 -10031l585.1 -10030.8l586.4 -10030.7l587.8 -10030.5l589.2 -10030.3l590.5 -10030.2l591.9 -10030l593.3 -10029.8l594.6 -10029.6l596 -10029.5l597.3 -10029.3l598.7 -10029.1l600 -10028.9l601.4 -10028.8l602.8 -10028.6l604.1 -10028.4l605.5 -10028.2l606.8 -10028l608.2 -10027.9l609.5 -10027.7l610.8 -10027.5l612.2 -10027.4l613.5 -10027.2l614.9 -10027l616.2 -10026.8l617.5 -10026.7l618.9 -10026.5l620.2 -10026.3l621.5 -10026.1l622.9 -10026l624.2 -10025.8l625.5 -10025.6l626.8 -10025.4l628.2 -10025.2l629.5 -10025.1l630.8 -10024.9l632.1 -10024.7l633.4 -10024.5l634.7 -10024.4l636.1 -10024.2l637.4 -10024l638.7 -10023.8l640 -10023.6l641.3 -10023.5l642.6 -10023.2l643.9 -10023.1l645.2 -10022.9l646.5 -10022.7l647.8 -10022.6l649.1 -10022.3l650.4 -10022.2l651.7 -10022l653 -10021.8l654.2 -10021.7l655.5 -10021.4l656.8 -10021.3l658.1 -10021.1l659.4 -10020.9l660.7 -10020.7l661.9 -10020.6l663.2 -10020.4l664.5 -10020.2l665.8 -10020l667 -10019.8l668.3 -10019.7l669.6 -10019.5l670.8 -10019.3l672.1 -10019.1l673.4 -10018.9l674.6 -10018.7l675.9 -10018.6l677.2 -10018.4l678.4 -10018.2l679.7 -10018l680.9 -10017.8l682.2 -10017.6l683.4 -10017.4l684.7 -10017.3l685.9 -10017.1l687.2 -10016.9l688.4 -10016.7l689.6 -10016.5l690.9 -10016.3l692.1 -10016.2l693.3 -10016l694.6 -10015.8l695.8 -10015.6l697 -10015.4l698.3 -10015.2l699.5 -10015.1l700.7 -10014.8l701.9 -10014.7l703.2 -10014.5l704.4 -10014.3l705.6 -10014.1l706.8 -10013.9l708 -10013.8l709.2 -10013.6l710.4 -10013.4l711.6 -10013.2l712.9 -10013l714.1 -10012.8l715.3 -10012.6l716.5 -10012.5l717.7 -10012.2l718.9 -10012.1l720 -10011.9l721.2 -10011.7l722.4 -10011.5l723.6 -10011.3l724.8 -10011.2l726 -10011l727.2 -10010.8l728.4 -10010.6l729.5 -10010.4l730.7 -10010.2l731.9 -10010l733.1 -10009.8l734.2 -10009.7l735.4 -10009.5l736.6 -10009.3l737.7 -10009.1l738.9 -10008.9l740.1 -10008.7l741.2 -10008.6l742.4 -10008.4l743.5 -10008.2l744.7 -10008l745.9 -10007.8l747 -10007.6l748.2 -10007.4l749.3 -10007.2l750.5 -10007.1l751.6 -10006.9l752.7 -10006.7l753.9 -10006.5l755 -10006.3l756.2 -10006.1l757.3 -10005.9l758.4 -10005.8l759.5 -10005.5l760.7 -10005.4l761.8 -10005.2l762.9 -10005l764.1 -10004.8l765.2 -10004.6l766.3 -10004.4l767.4 -10004.3l768.5 -10004.1l769.6 -10003.9l770.7 -10003.7l771.9 -10003.5l773 -10003.3l774.1 -10003.1l775.2 -10002.9l776.3 -10002.8l777.4 -10002.6l778.5 -10002.4l779.6 -10002.2l780.7 -10002l781.7 -10001.8l782.8 -10001.7l783.9 -10001.5l785 -10001.3l786.1 -10001.1l787.2 -10000.9l788.2 -10000.7l789.3 -10000.5l790.4 -10000.3l791.5 -10000.2l792.5 -10000l793.6 -9999.8l794.7 -9999.6l795.7 -9999.4l796.8 -9999.2l797.9 -9999.1l798.9 -9998.9l800 -9998.7l801 -9998.5l802.1 -9998.3l803.1 -9998.1l804.2 -9997.9l805.2 -9997.8l806.3 -9997.6l807.3 -9997.4l808.4 -9997.2l809.4 -9997l810.4 -9996.9l811.5 -9996.7l812.5 -9996.5l813.5 -9996.3l814.6 -9996.1l815.6 -9995.9l816.6 -9995.8l817.6 -9995.6l818.7 -9995.4l819.7 -9995.2l820.7 -9995l821.7 -9994.8l822.7 -9994.7l823.7 -9994.4l824.7 -9994.3l825.7 -9994.1l826.8 -9993.9l827.7 -9993.7l828.8 -9993.6l829.7 -9993.4l830.7 -9993.2l831.7 -9993l832.7 -9992.8l833.7 -9992.7l834.7 -9992.5l835.7 -9992.3l836.7 -9992.1l837.7 -9991.9l838.6 -9991.8l839.6 -9991.6l840.6 -9991.4l841.6 -9991.2l842.5 -9991l843.5 -9990.9l844.5 -9990.7l845.4 -9990.5l846.4 -9990.3l847.3 -9990.1l848.3 -9990l849.3 -9989.8l850.2 -9989.6l851.2 -9989.4l852.1 -9989.2l853.1 -9989.1l854 -9988.9l854.9 -9988.7l855.9 -9988.5l856.8 -9988.4l857.8 -9988.2l858.7 -9988l859.6 -9987.8l860.6 -9987.6l861.5 -9987.5l862.4 -9987.3l863.3 -9987.1l864.2 -9986.9l865.2 -9986.8l866.1 -9986.6l867 -9986.4l867.9 -9986.2l868.8 -9986.1l869.7 -9985.9l870.6 -9985.7l871.5 -9985.5l872.4 -9985.4l873.3 -9985.2l874.2 -9985l875.1 -9984.8l876 -9984.7l876.9 -9984.5l877.8 -9984.3l878.7 -9984.1l879.6 -9983.9l880.5 -9983.8l881.3 -9983.6l882.2 -9983.5l883.1 -9983.3l884 -9983.1l884.8 -9982.9l885.7 -9982.8l886.6 -9982.6l887.4 -9982.4l888.3 -9982.3l889.1 -9982.1l890 -9981.9l890.9 -9981.8l891.7 -9981.5l892.6 -9981.4l893.4 -9981.2l894.3 -9981.1l895.1 -9980.9l895.9 -9980.7l896.8 -9980.6l897.6 -9980.4l898.5 -9980.2l899.3 -9980l900.1 -9979.9l901 -9979.7l901.8 -9979.6l902.6 -9979.4l903.4 -9979.2l904.2 -9979.1l905.1 -9978.9l905.9 -9978.7l906.7 -9978.5l907.5 -9978.4l908.3 -9978.2l909.1 -9978.1l909.9 -9977.9l910.7 -9977.7l911.5 -9977.6l912.3 -9977.4l913.1 -9977.3l913.9 -9977.1l914.7 -9976.9l915.5 -9976.8l916.3 -9976.6l917.1 -9976.4l917.8 -9976.3l918.6 -9976.1l919.4 -9976l920.2 -9975.8l920.9 -9975.6l921.7 -9975.5l922.5 -9975.3l923.2 -9975.2l924 -9975l924.8 -9974.8l925.5 -9974.7l926.3 -9974.5l927 -9974.4l927.8 -9974.2l928.5 -9974.1l929.3 -9973.9l930 -9973.7l930.8 -9973.6l931.5 -9973.4l932.2 -9973.3l933 -9973.1l933.7 -9973l934.4 -9972.8l935.2 -9972.7l935.9 -9972.5l936.6 -9972.4l937.3 -9972.2l938.1 -9972l938.8 -9971.9l939.5 -9971.7l940.2 -9971.6l940.9 -9971.4l941.6 -9971.3l942.3 -9971.1l943 -9971l943.7 -9970.8l944.4 -9970.6l945.1 -9970.5l945.8 -9970.4l946.5 -9970.2l947.2 -9970.1l947.9 -9969.9l948.6 -9969.8l949.3 -9969.6l949.9 -9969.5l950.6 -9969.3l951.3 -9969.2l952 -9969l952.6 -9968.9l953.3 -9968.8l954 -9968.6l954.6 -9968.5l955.3 -9968.3l956 -9968.2l956.6 -9968l957.3 -9967.9l957.9 -9967.7l958.6 -9967.6l959.2 -9967.5l959.9 -9967.3l960.5 -9967.2l961.2 -9967l961.8 -9966.9l962.4 -9966.8l963.1 -9966.6l963.7 -9966.5l964.3 -9966.3l964.9 -9966.2l965.6 -9966l966.2 -9965.9l966.8 -9965.8l967.4 -9965.6l968 -9965.5l968.6 -9965.3l969.3 -9965.2l969.9 -9965.1l970.5 -9965l971.1 -9964.8l971.7 -9964.7l972.3 -9964.5l972.9 -9964.4l973.5 -9964.3l974.1 -9964.1l974.6 -9964l975.2 -9963.9l975.8 -9963.7l976.4 -9963.6l977 -9963.5l977.6 -9963.4l978.1 -9963.2l978.7 -9963.1l979.3 -9962.9l979.8 -9962.8l980.4 -9962.7l981 -9962.6l981.5 -9962.4l982.1 -9962.3l982.6 -9962.2l983.2 -9962.1l983.7 -9961.9l984.3 -9961.8l984.8 -9961.7l985.4 -9961.6l985.9 -9961.4l986.5 -9961.3l987 -9961.1l987.5 -9961.1l988.1 -9960.9l988.6 -9960.8l989.1 -9960.7l989.6 -9960.6l990.2 -9960.4l990.7 -9960.3l991.2 -9960.2l991.7 -9960l992.2 -9960l992.7 -9959.8l993.2 -9959.7l993.7 -9959.6l994.2 -9959.5l994.7 -9959.4l995.2 -9959.2l995.7 -9959.1l11.6 -116"
id="path1787"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-229244.5 -1l.8 -10064.5l2.5 -10065.5l4.2 -10065.5l5.9 -10065.5l7.5 -10065.5l9.2 -10065.4l10.9 -10065.5l12.5 -10065.5l14.2 -10065.5l15.9 -10065.4l17.6 -10065.5l19.2 -10065.4l20.9 -10065.4l22.6 -10065.4l24.2 -10065.4l25.9 -10065.4l27.6 -10065.4l29.3 -10065.4l30.9 -10065.4l32.6 -10065.4l34.3 -10065.4l35.9 -10065.4l37.6 -10065.3l39.3 -10065.3l41 -10065.3l42.6 -10065.3l44.3 -10065.3l46 -10065.2l47.6 -10065.3l49.3 -10065.2l51 -10065.2l52.7 -10065.2l54.3 -10065.1l56 -10065.2l57.7 -10065.1l59.3 -10065.1l61 -10065.1l62.7 -10065.1l64.3 -10065.1l66 -10065l67.7 -10065l69.4 -10065l71 -10065l72.7 -10064.9l74.4 -10064.9l76 -10064.9l77.7 -10064.8l79.4 -10064.8l81 -10064.8l82.7 -10064.8l84.4 -10064.7l86 -10064.7l87.7 -10064.7l89.4 -10064.7l91 -10064.6l92.7 -10064.6l94.4 -10064.6l96 -10064.5l97.7 -10064.5l99.3 -10064.4l101 -10064.4l102.7 -10064.4l104.3 -10064.3l106 -10064.3l107.7 -10064.2l109.3 -10064.2l111 -10064.2l112.7 -10064.2l114.3 -10064.1l116 -10064.1l117.6 -10064l119.3 -10064l121 -10064l122.6 -10063.9l124.3 -10063.9l125.9 -10063.8l127.6 -10063.8l129.3 -10063.7l130.9 -10063.7l132.6 -10063.6l134.2 -10063.6l135.9 -10063.6l137.5 -10063.5l139.2 -10063.5l140.9 -10063.4l142.5 -10063.4l144.2 -10063.3l145.8 -10063.2l147.5 -10063.2l149.1 -10063.2l150.8 -10063.1l152.4 -10063l154.1 -10063l155.8 -10063l157.4 -10062.9l159.1 -10062.8l160.7 -10062.8l162.4 -10062.7l164 -10062.7l165.7 -10062.6l167.3 -10062.5l169 -10062.5l170.6 -10062.4l172.3 -10062.4l173.9 -10062.3l175.5 -10062.2l177.2 -10062.2l178.8 -10062.1l180.5 -10062.1l182.1 -10062l183.8 -10061.9l185.4 -10061.9l187.1 -10061.8l188.7 -10061.8l190.4 -10061.7l192 -10061.6l193.6 -10061.6l195.3 -10061.5l196.9 -10061.4l198.6 -10061.3l200.2 -10061.3l201.8 -10061.2l203.5 -10061.2l205.1 -10061.1l206.8 -10061l208.4 -10060.9l210 -10060.9l211.7 -10060.8l213.3 -10060.7l214.9 -10060.7l216.6 -10060.6l218.2 -10060.5l219.8 -10060.4l221.5 -10060.4l223.1 -10060.3l224.7 -10060.2l226.4 -10060.1l228 -10060l229.6 -10060l231.2 -10059.9l232.9 -10059.8l234.5 -10059.7l236.1 -10059.7l237.8 -10059.6l239.4 -10059.5l241 -10059.4l242.6 -10059.3l244.3 -10059.2l245.9 -10059.2l247.5 -10059.1l249.1 -10059l250.7 -10058.9l252.4 -10058.8l254 -10058.7l255.6 -10058.6l257.2 -10058.5l258.8 -10058.5l260.5 -10058.4l262.1 -10058.3l263.7 -10058.2l265.3 -10058.1l266.9 -10058l268.5 -10057.9l270.1 -10057.8l271.7 -10057.7l273.4 -10057.7l275 -10057.6l276.6 -10057.5l278.2 -10057.4l279.8 -10057.3l281.4 -10057.2l283 -10057.1l284.6 -10057l286.2 -10056.9l287.8 -10056.8l289.4 -10056.7l291 -10056.6l292.6 -10056.5l294.2 -10056.4l295.8 -10056.3l297.4 -10056.2l299 -10056.1l300.6 -10056l302.2 -10055.9l303.8 -10055.8l305.4 -10055.7l307 -10055.6l308.6 -10055.5l310.2 -10055.4l311.8 -10055.3l313.4 -10055.2l315 -10055.1l316.6 -10055l318.1 -10054.9l319.7 -10054.8l321.3 -10054.7l322.9 -10054.5l324.5 -10054.5l326.1 -10054.3l327.7 -10054.2l329.2 -10054.1l330.8 -10054l332.4 -10053.9l334 -10053.8l335.6 -10053.7l337.1 -10053.5l338.7 -10053.5l340.3 -10053.4l341.9 -10053.2l343.4 -10053.1l345 -10053l346.6 -10052.9l348.2 -10052.8l349.7 -10052.7l351.3 -10052.6l352.9 -10052.4l354.4 -10052.3l356 -10052.2l357.6 -10052.1l359.1 -10051.9l360.7 -10051.8l362.3 -10051.7l363.8 -10051.6l365.4 -10051.5l367 -10051.3l368.5 -10051.3l370.1 -10051.1l371.6 -10051l373.2 -10050.9l374.7 -10050.8l376.3 -10050.6l377.8 -10050.5l379.4 -10050.4l380.9 -10050.2l382.5 -10050.1l384 -10050l385.6 -10049.9l387.1 -10049.7l388.7 -10049.6l390.2 -10049.5l391.8 -10049.4l393.3 -10049.3l394.9 -10049.1l396.4 -10049l397.9 -10048.9l399.5 -10048.8l401 -10048.6l402.6 -10048.5l404.1 -10048.4l405.6 -10048.2l407.2 -10048.1l408.7 -10047.9l410.2 -10047.8l411.7 -10047.7l413.3 -10047.6l414.8 -10047.4l416.3 -10047.3l417.9 -10047.2l419.4 -10047l420.9 -10046.9l422.4 -10046.7l423.9 -10046.6l425.5 -10046.5l427 -10046.4l428.5 -10046.2l430 -10046.1l431.5 -10045.9l433.1 -10045.8l434.6 -10045.7l436.1 -10045.5l437.6 -10045.4l439.1 -10045.3l440.6 -10045.1l442.1 -10045l443.6 -10044.8l445.1 -10044.7l446.6 -10044.6l448.1 -10044.4l449.6 -10044.2l451.1 -10044.1l452.6 -10044l454.1 -10043.8l455.6 -10043.7l457.1 -10043.5l458.6 -10043.4l460.1 -10043.3l461.6 -10043.1l463.1 -10043l464.6 -10042.8l466.1 -10042.7l467.5 -10042.5l469 -10042.4l470.5 -10042.2l472 -10042.1l473.5 -10041.9l475 -10041.8l476.4 -10041.6l477.9 -10041.5l479.4 -10041.4l480.9 -10041.2l482.3 -10041.1l483.8 -10040.9l485.3 -10040.8l486.8 -10040.6l488.2 -10040.4l489.7 -10040.3l491.2 -10040.1l492.6 -10040l494.1 -10039.8l495.6 -10039.7l497 -10039.5l498.5 -10039.4l499.9 -10039.2l501.4 -10039.1l502.8 -10038.9l504.3 -10038.7l505.8 -10038.6l507.2 -10038.5l508.7 -10038.3l510.1 -10038.1l511.5 -10038l513 -10037.8l514.4 -10037.7l515.9 -10037.5l517.3 -10037.3l518.8 -10037.2l520.2 -10037l521.6 -10036.9l523.1 -10036.7l524.5 -10036.5l526 -10036.4l527.4 -10036.2l528.8 -10036.1l530.2 -10035.9l531.7 -10035.8l533.1 -10035.6l534.5 -10035.4l536 -10035.3l537.4 -10035.1l538.8 -10035l540.2 -10034.8l541.6 -10034.6l543 -10034.4l544.5 -10034.3l545.9 -10034.1l547.3 -10034l548.7 -10033.8l550.1 -10033.6l551.5 -10033.5l552.9 -10033.3l554.3 -10033.2l555.7 -10033l557.1 -10032.8l558.5 -10032.7l559.9 -10032.5l561.3 -10032.3l562.7 -10032.1l564.1 -10032l565.5 -10031.8l566.9 -10031.7l568.3 -10031.5l569.7 -10031.3l571.1 -10031.2l572.5 -10031l573.9 -10030.8l575.2 -10030.6l576.6 -10030.5l578 -10030.3l579.4 -10030.2l580.8 -10030l582.1 -10029.8l583.5 -10029.6l584.9 -10029.5l586.3 -10029.3l587.6 -10029.1l589 -10029l590.4 -10028.8l591.7 -10028.6l593.1 -10028.5l594.4 -10028.2l595.8 -10028.1l597.2 -10027.9l598.5 -10027.8l599.9 -10027.6l601.2 -10027.4l602.6 -10027.2l603.9 -10027.1l605.3 -10026.9l606.6 -10026.7l608 -10026.6l609.3 -10026.4l610.7 -10026.2l612 -10026l613.3 -10025.8l614.7 -10025.7l616 -10025.5l617.4 -10025.3l618.7 -10025.1l620 -10025l621.4 -10024.8l622.7 -10024.6l624 -10024.5l625.3 -10024.2l626.7 -10024.1l628 -10023.9l629.3 -10023.7l630.6 -10023.5l631.9 -10023.4l633.2 -10023.2l634.6 -10023l635.9 -10022.9l637.2 -10022.7l638.5 -10022.5l639.8 -10022.3l641.1 -10022.2l642.4 -10021.9l643.7 -10021.8l645 -10021.6l646.3 -10021.4l647.6 -10021.3l648.9 -10021l650.2 -10020.9l651.5 -10020.7l652.8 -10020.5l654.1 -10020.4l655.4 -10020.2l656.6 -10020l657.9 -10019.8l659.2 -10019.6l660.5 -10019.4l661.8 -10019.3l663 -10019.1l664.3 -10018.9l665.6 -10018.7l666.9 -10018.5l668.1 -10018.4l669.4 -10018.2l670.7 -10018l671.9 -10017.8l673.2 -10017.7l674.5 -10017.5l675.7 -10017.3l677 -10017.1l678.2 -10016.9l679.5 -10016.8l680.7 -10016.6l682 -10016.4l683.2 -10016.2l684.5 -10016l685.7 -10015.8l687 -10015.7l688.2 -10015.5l689.4 -10015.3l690.7 -10015.1l691.9 -10014.9l693.2 -10014.7l694.4 -10014.5l695.6 -10014.4l696.9 -10014.2l698.1 -10014l699.3 -10013.8l700.5 -10013.6l701.8 -10013.5l703 -10013.3l704.2 -10013.1l705.4 -10012.9l706.6 -10012.7l707.8 -10012.5l709 -10012.4l710.3 -10012.2l711.5 -10012l712.7 -10011.8l713.9 -10011.6l715.1 -10011.4l716.3 -10011.3l717.5 -10011l718.7 -10010.9l719.9 -10010.7l721.1 -10010.5l722.2 -10010.3l723.4 -10010.2l724.6 -10010l725.8 -10009.8l727 -10009.6l728.2 -10009.4l729.4 -10009.2l730.5 -10009.1l731.7 -10008.9l732.9 -10008.6l734.1 -10008.5l735.2 -10008.3l736.4 -10008.1l737.6 -10007.9l738.7 -10007.7l739.9 -10007.6l741 -10007.4l742.2 -10007.2l743.4 -10007l744.5 -10006.8l745.7 -10006.7l746.8 -10006.5l748 -10006.3l749.1 -10006.1l750.3 -10005.9l751.4 -10005.7l752.6 -10005.5l753.7 -10005.4l754.8 -10005.1l756 -10005l757.1 -10004.8l758.2 -10004.6l759.4 -10004.4l760.5 -10004.3l761.6 -10004.1l762.7 -10003.9l763.9 -10003.7l765 -10003.5l766.1 -10003.3l767.2 -10003.1l768.3 -10003l769.4 -10002.7l770.6 -10002.6l771.7 -10002.4l772.8 -10002.2l773.9 -10002l775 -10001.8l776.1 -10001.7l777.2 -10001.5l778.3 -10001.3l779.4 -10001.1l780.5 -10000.9l781.6 -10000.8l782.6 -10000.6l783.7 -10000.4l784.8 -10000.2l785.9 -10000l787 -9999.8l788.1 -9999.7l789.1 -9999.5l790.2 -9999.3l791.3 -9999.1l792.4 -9998.9l793.4 -9998.7l794.5 -9998.5l795.6 -9998.4l796.6 -9998.2l797.7 -9998l798.7 -9997.8l799.8 -9997.6l800.9 -9997.5l801.9 -9997.3l803 -9997.1l804 -9996.9l805.1 -9996.7l806.1 -9996.5l807.1 -9996.4l808.2 -9996.2l809.2 -9996l810.3 -9995.8l811.3 -9995.6l812.3 -9995.5l813.4 -9995.2l814.4 -9995.1l815.4 -9994.9l816.4 -9994.7l817.5 -9994.5l818.5 -9994.3l819.5 -9994.2l820.5 -9994l821.5 -9993.8l822.5 -9993.6l823.5 -9993.4l824.6 -9993.3l825.6 -9993.1l826.6 -9992.9l827.6 -9992.7l828.6 -9992.6l829.6 -9992.4l830.6 -9992.2l831.6 -9992l832.5 -9991.8l833.5 -9991.7l834.5 -9991.5l835.5 -9991.3l836.5 -9991.1l837.5 -9991l838.5 -9990.8l839.4 -9990.6l840.4 -9990.4l841.4 -9990.2l842.3 -9990.1l843.3 -9989.9l844.3 -9989.7l845.2 -9989.5l846.2 -9989.4l847.2 -9989.2l848.1 -9989l849.1 -9988.8l850 -9988.6l851 -9988.5l851.9 -9988.3l852.9 -9988.1l853.8 -9987.9l854.8 -9987.7l855.7 -9987.6l856.6 -9987.4l857.6 -9987.2l858.5 -9987l859.4 -9986.9l860.4 -9986.7l861.3 -9986.5l862.2 -9986.4l863.1 -9986.2l864.1 -9986l865 -9985.8l865.9 -9985.7l866.8 -9985.5l867.7 -9985.3l868.6 -9985.2l869.6 -9985l870.5 -9984.8l871.4 -9984.6l872.3 -9984.5l873.2 -9984.3l874.1 -9984.1l875 -9983.9l875.8 -9983.8l876.7 -9983.6l877.6 -9983.4l878.5 -9983.3l879.4 -9983.1l880.3 -9982.9l881.2 -9982.8l882 -9982.6l882.9 -9982.4l883.8 -9982.2l884.7 -9982.1l885.5 -9981.9l886.4 -9981.7l887.3 -9981.5l888.1 -9981.4l889 -9981.2l889.8 -9981.1l890.7 -9980.9l891.5 -9980.7l892.4 -9980.6l893.2 -9980.4l894.1 -9980.2l894.9 -9980l895.8 -9979.9l896.6 -9979.7l897.5 -9979.6l898.3 -9979.4l899.1 -9979.2l900 -9979.1l900.8 -9978.9l901.6 -9978.7l902.4 -9978.5l903.3 -9978.4l904.1 -9978.2l904.9 -9978.1l905.7 -9977.9l906.5 -9977.7l907.3 -9977.6l908.1 -9977.4l909 -9977.3l909.8 -9977.1l910.6 -9976.9l911.4 -9976.8l912.2 -9976.6l912.9 -9976.5l913.7 -9976.3l914.5 -9976.1l915.3 -9976l916.1 -9975.8l916.9 -9975.7l917.7 -9975.5l918.5 -9975.3l919.2 -9975.2l920 -9975l920.8 -9974.8l921.5 -9974.7l922.3 -9974.6l923.1 -9974.4l923.8 -9974.2l924.6 -9974.1l925.4 -9973.9l926.1 -9973.8l926.9 -9973.6l927.6 -9973.4l928.4 -9973.3l929.1 -9973.2l929.9 -9973l930.6 -9972.8l931.3 -9972.7l932.1 -9972.5l932.8 -9972.4l933.6 -9972.2l934.3 -9972.1l935 -9971.9l935.7 -9971.8l936.5 -9971.6l937.2 -9971.5l937.9 -9971.3l938.6 -9971.2l939.3 -9971l940.1 -9970.9l940.8 -9970.7l941.5 -9970.5l942.2 -9970.4l942.9 -9970.3l943.6 -9970.1l944.3 -9969.9l945 -9969.8l945.7 -9969.7l946.4 -9969.5l947.1 -9969.4l947.7 -9969.2l948.4 -9969.1l949.1 -9969l949.8 -9968.8l950.5 -9968.6l951.2 -9968.5l951.8 -9968.4l952.5 -9968.2l953.2 -9968.1l953.8 -9967.9l954.5 -9967.8l955.2 -9967.7l955.8 -9967.5l956.5 -9967.3l957.1 -9967.2l957.8 -9967.1l958.4 -9967l959.1 -9966.8l959.7 -9966.6l960.4 -9966.5l961 -9966.4l961.6 -9966.3l962.3 -9966.1l962.9 -9965.9l963.6 -9965.8l964.2 -9965.7l964.8 -9965.6l965.4 -9965.4l966.1 -9965.3l966.7 -9965.2l967.3 -9965l967.9 -9964.9l968.5 -9964.7l969.1 -9964.6l969.7 -9964.5l970.3 -9964.4l970.9 -9964.2l971.5 -9964.1l972.1 -9964l972.7 -9963.8l973.3 -9963.7l973.9 -9963.5l974.5 -9963.4l975.1 -9963.3l975.7 -9963.2l976.3 -9963l976.8 -9962.9l977.4 -9962.8l978 -9962.6l978.6 -9962.5l979.1 -9962.4l979.7 -9962.3l980.3 -9962.1l980.8 -9962l981.4 -9961.9l981.9 -9961.7l982.5 -9961.6l983.1 -9961.5l983.6 -9961.4l984.2 -9961.2l984.7 -9961.1l985.2 -9961l985.8 -9960.9l986.3 -9960.8l986.9 -9960.6l987.4 -9960.5l987.9 -9960.4l988.5 -9960.3l989 -9960.1l989.5 -9960l990 -9959.9l990.6 -9959.8l991.1 -9959.7l991.6 -9959.5l992.1 -9959.4l992.6 -9959.3l993.1 -9959.2l993.6 -9959.1l994.1 -9959l994.6 -9958.9l995.1 -9958.7l976 -9762.5"
id="path1788"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-263872.7 -4514760.8l4495.6 307.9l10039.2 687.5l10038 687.3l10036.7 687.1l10035.5 686.9l10034.2 686.7l10033 686.5l10031.7 686.3l10030.5 686.1l10029.2 685.9l10028 685.7l10026.7 685.5l10025.5 685.3l10024.2 685.1l10022.9 684.9l10021.7 684.7l10020.5 684.5l10019.2 684.3l10018 684.1l10016.7 683.9l10015.5 683.8l10014.2 683.6l10013 683.4l10011.7 683.2l10010.5 683.1l10009.3 682.9l10008 682.7l10006.8 682.5l10005.5 682.4l10004.3 682.2l10003 682l10001.8 681.9l10000.5 681.7l9999.3 681.6l9998 681.4l9996.8 681.2l9995.5 681.1l9994.3 680.9l9993.1 680.8l9991.8 680.6l9990.6 680.5l9989.3 680.3l9988.1 680.2l9986.8 680.1l9985.6 679.9l9984.3 679.8l9983.1 679.6l9981.8 679.5l9980.6 679.4l9979.4 679.2l9978.1 679.1l4467.4 304"
id="path1789"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-262842.8 -4524777.6l4154 285l10039 688.8l10037.7 688.6l10036.5 688.4l10035.2 688.1l10034 687.9l10032.8 687.7l10031.5 687.5l10030.3 687.3l10029 687.1l10027.8 686.9l10026.5 686.7l10025.3 686.5l10024 686.3l10022.8 686.1l10021.5 685.9l10020.3 685.8l10019 685.6l10017.8 685.4l10016.5 685.2l10015.3 685l10014.1 684.8l10012.8 684.7l10011.5 684.5l10010.3 684.3l10009.1 684.1l10007.8 684l10006.6 683.8l10005.3 683.6l10004.1 683.5l10002.9 683.3l10001.6 683.1l10000.3 683l9999.1 682.8l9997.9 682.6l9996.6 682.5l9995.4 682.3l9994.1 682.2l9992.9 682l9991.7 681.9l9990.4 681.7l9989.1 681.6l9987.9 681.4l9986.7 681.3l9985.4 681.2l9984.2 681l9982.9 680.9l9981.7 680.8l9980.5 680.6l9979.2 680.5l9978 680.4l4128 281.5"
id="path1790"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-261810.9 -4534794.1l3811.6 262l10038.8 690l10037.5 689.8l10036.3 689.6l10035 689.4l10033.8 689.2l10032.5 689l10031.3 688.8l10030.1 688.6l10028.8 688.4l10027.6 688.2l10026.3 688l10025.1 687.8l10023.8 687.6l10022.6 687.4l10021.3 687.2l10020.1 687l10018.9 686.8l10017.6 686.6l10016.3 686.4l10015.1 686.3l10013.9 686.1l10012.6 685.9l10011.4 685.7l10010.2 685.5l10008.9 685.4l10007.7 685.2l10006.4 685l10005.2 684.9l10003.9 684.7l10002.7 684.5l10001.5 684.4l10000.2 684.2l9999 684l9997.7 683.9l9996.5 683.7l9995.2 683.6l9994 683.4l9992.8 683.3l9991.5 683.1l9990.3 683l9989 682.8l9987.8 682.7l9986.5 682.5l9985.3 682.4l9984.1 682.3l9982.8 682.1l9981.6 682l9980.3 681.9l9979.1 681.7l9977.9 681.6l3787.9 258.7"
id="path1791"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-219179.8 -1l.8 -10062.8l2.5 -10063.8l4.2 -10063.8l5.9 -10063.8l7.5 -10063.8l9.2 -10063.8l10.9 -10063.8l12.5 -10063.8l14.2 -10063.8l15.9 -10063.8l17.6 -10063.8l19.2 -10063.8l20.9 -10063.8l22.6 -10063.8l24.2 -10063.7l25.9 -10063.7l27.6 -10063.7l29.3 -10063.7l30.9 -10063.7l32.6 -10063.7l34.3 -10063.7l35.9 -10063.7l37.6 -10063.7l39.3 -10063.6l40.9 -10063.6l42.6 -10063.6l44.3 -10063.6l46 -10063.6l47.6 -10063.6l49.3 -10063.6l51 -10063.5l52.6 -10063.5l54.3 -10063.5l56 -10063.5l57.6 -10063.5l59.3 -10063.5l61 -10063.4l62.7 -10063.4l64.3 -10063.4l66 -10063.4l67.7 -10063.3l69.3 -10063.3l71 -10063.3l72.7 -10063.3l74.3 -10063.2l76 -10063.2l77.7 -10063.2l79.3 -10063.2l81 -10063.1l82.7 -10063.1l84.3 -10063l86 -10063l87.7 -10063l89.3 -10063l91 -10063l92.7 -10062.9l94.3 -10062.9l96 -10062.9l97.7 -10062.8l99.3 -10062.8l101 -10062.8l102.6 -10062.7l104.3 -10062.7l106 -10062.7l107.6 -10062.6l109.3 -10062.6l111 -10062.5l112.6 -10062.5l114.3 -10062.4l115.9 -10062.4l117.6 -10062.4l119.3 -10062.3l120.9 -10062.3l122.6 -10062.2l124.2 -10062.2l125.9 -10062.2l127.6 -10062.1l129.2 -10062.1l130.9 -10062l132.5 -10062l134.2 -10061.9l135.8 -10061.9l137.5 -10061.8l139.2 -10061.8l140.8 -10061.8l142.5 -10061.7l144.1 -10061.7l145.8 -10061.6l147.4 -10061.6l149.1 -10061.5l150.7 -10061.5l152.4 -10061.4l154 -10061.4l155.7 -10061.3l157.3 -10061.2l159 -10061.2l160.6 -10061.1l162.3 -10061.1l164 -10061l165.6 -10061l167.2 -10060.9l168.9 -10060.9l170.5 -10060.8l172.2 -10060.7l173.8 -10060.7l175.5 -10060.6l177.1 -10060.6l178.8 -10060.5l180.4 -10060.4l182.1 -10060.4l183.7 -10060.3l185.4 -10060.2l187 -10060.2l188.6 -10060.1l190.3 -10060l191.9 -10060l193.6 -10059.9l195.2 -10059.9l196.9 -10059.8l198.5 -10059.7l200.1 -10059.7l201.8 -10059.6l203.4 -10059.5l205 -10059.4l206.7 -10059.4l208.3 -10059.3l210 -10059.2l211.6 -10059.2l213.2 -10059.1l214.9 -10059l216.5 -10058.9l218.1 -10058.9l219.8 -10058.8l221.4 -10058.7l223 -10058.6l224.7 -10058.6l226.3 -10058.5l227.9 -10058.4l229.5 -10058.3l231.2 -10058.3l232.8 -10058.2l234.4 -10058.1l236 -10058l237.7 -10057.9l239.3 -10057.9l240.9 -10057.8l242.5 -10057.7l244.2 -10057.6l245.8 -10057.5l247.4 -10057.5l249 -10057.4l250.7 -10057.3l252.3 -10057.2l253.9 -10057.1l255.5 -10057l257.1 -10056.9l258.7 -10056.9l260.4 -10056.8l262 -10056.7l263.6 -10056.6l265.2 -10056.5l266.8 -10056.4l268.4 -10056.3l270 -10056.2l271.7 -10056.1l273.3 -10056.1l274.9 -10056l276.5 -10055.9l278.1 -10055.8l279.7 -10055.6l281.3 -10055.6l282.9 -10055.5l284.5 -10055.4l286.1 -10055.3l287.7 -10055.2l289.3 -10055.1l290.9 -10055l292.5 -10054.9l294.1 -10054.8l295.7 -10054.7l297.3 -10054.6l298.9 -10054.5l300.5 -10054.4l302.1 -10054.3l303.7 -10054.2l305.3 -10054.1l306.9 -10054l308.5 -10053.9l310.1 -10053.8l311.7 -10053.7l313.3 -10053.6l314.9 -10053.5l316.5 -10053.4l318 -10053.3l319.6 -10053.2l321.2 -10053.1l322.8 -10052.9l324.4 -10052.9l326 -10052.8l327.6 -10052.7l329.1 -10052.5l330.7 -10052.4l332.3 -10052.3l333.9 -10052.2l335.5 -10052.1l337 -10052l338.6 -10051.9l340.2 -10051.8l341.8 -10051.7l343.3 -10051.6l344.9 -10051.4l346.5 -10051.3l348.1 -10051.2l349.6 -10051.1l351.2 -10051l352.8 -10050.8l354.3 -10050.8l355.9 -10050.6l357.5 -10050.5l359 -10050.4l360.6 -10050.3l362.1 -10050.2l363.7 -10050l365.3 -10049.9l366.8 -10049.8l368.4 -10049.7l369.9 -10049.6l371.5 -10049.5l373.1 -10049.3l374.6 -10049.2l376.2 -10049.1l377.7 -10049l379.3 -10048.8l380.8 -10048.7l382.4 -10048.6l383.9 -10048.5l385.5 -10048.3l387 -10048.2l388.6 -10048.1l390.1 -10048l391.7 -10047.8l393.2 -10047.7l394.7 -10047.6l396.3 -10047.5l397.8 -10047.3l399.4 -10047.2l400.9 -10047.1l402.4 -10047l404 -10046.8l405.5 -10046.7l407 -10046.6l408.6 -10046.4l410.1 -10046.3l411.6 -10046.2l413.1 -10046l414.7 -10045.9l416.2 -10045.7l417.7 -10045.6l419.2 -10045.5l420.8 -10045.4l422.3 -10045.2l423.8 -10045.1l425.3 -10045l426.9 -10044.8l428.4 -10044.7l429.9 -10044.5l431.4 -10044.4l432.9 -10044.3l434.4 -10044.2l435.9 -10044l437.4 -10043.9l439 -10043.7l440.5 -10043.6l442 -10043.5l443.5 -10043.3l445 -10043.2l446.5 -10043l448 -10042.9l449.5 -10042.7l451 -10042.6l452.5 -10042.5l454 -10042.3l455.5 -10042.2l457 -10042l458.5 -10041.9l460 -10041.8l461.5 -10041.6l462.9 -10041.5l464.4 -10041.3l465.9 -10041.2l467.4 -10041l468.9 -10040.9l470.4 -10040.7l471.9 -10040.6l473.3 -10040.5l474.8 -10040.3l476.3 -10040.2l477.8 -10040l479.2 -10039.9l480.7 -10039.7l482.2 -10039.6l483.7 -10039.4l485.1 -10039.3l486.6 -10039.1l488.1 -10039l489.5 -10038.8l491 -10038.6l492.5 -10038.5l493.9 -10038.4l495.4 -10038.2l496.9 -10038l498.3 -10037.9l499.8 -10037.8l501.2 -10037.6l502.7 -10037.5l504.1 -10037.3l505.6 -10037.2l507 -10037l508.5 -10036.8l509.9 -10036.7l511.4 -10036.5l512.8 -10036.4l514.3 -10036.2l515.7 -10036.1l517.2 -10035.9l518.6 -10035.8l520.1 -10035.6l521.5 -10035.4l522.9 -10035.3l524.4 -10035.1l525.8 -10035l527.2 -10034.8l528.7 -10034.7l530.1 -10034.5l531.5 -10034.3l532.9 -10034.2l534.4 -10034l535.8 -10033.9l537.2 -10033.7l538.6 -10033.5l540.1 -10033.4l541.5 -10033.2l542.9 -10033l544.3 -10032.9l545.7 -10032.7l547.1 -10032.6l548.5 -10032.4l549.9 -10032.2l551.4 -10032.1l552.8 -10031.9l554.2 -10031.8l555.6 -10031.6l557 -10031.4l558.4 -10031.3l559.8 -10031.1l561.2 -10030.9l562.6 -10030.7l564 -10030.6l565.4 -10030.4l566.8 -10030.3l568.1 -10030.1l569.5 -10029.9l570.9 -10029.8l572.3 -10029.6l573.7 -10029.4l575.1 -10029.2l576.5 -10029.1l577.8 -10028.9l579.2 -10028.8l580.6 -10028.6l582 -10028.4l583.3 -10028.3l584.7 -10028.1l586.1 -10027.9l587.5 -10027.7l588.8 -10027.6l590.2 -10027.4l591.6 -10027.3l592.9 -10027.1l594.3 -10026.9l595.6 -10026.7l597 -10026.6l598.4 -10026.4l599.7 -10026.2l601.1 -10026.1l602.4 -10025.9l603.8 -10025.7l605.1 -10025.6l606.5 -10025.3l607.8 -10025.2l609.1 -10025l610.5 -10024.9l611.8 -10024.7l613.2 -10024.5l614.5 -10024.3l615.8 -10024.2l617.2 -10024l618.5 -10023.8l619.8 -10023.7l621.2 -10023.5l622.5 -10023.3l623.8 -10023.1l625.2 -10022.9l626.5 -10022.8l627.8 -10022.6l629.1 -10022.4l630.4 -10022.2l631.8 -10022.1l633.1 -10021.9l634.4 -10021.7l635.7 -10021.6l637 -10021.3l638.3 -10021.2l639.6 -10021l640.9 -10020.8l642.2 -10020.6l643.5 -10020.5l644.8 -10020.3l646.1 -10020.1l647.4 -10020l648.7 -10019.8l650 -10019.6l651.3 -10019.4l652.6 -10019.3l653.9 -10019.1l655.2 -10018.9l656.5 -10018.7l657.7 -10018.5l659 -10018.4l660.3 -10018.2l661.6 -10018l662.9 -10017.8l664.1 -10017.7l665.4 -10017.5l666.7 -10017.3l668 -10017.1l669.2 -10016.9l670.5 -10016.8l671.7 -10016.5l673 -10016.4l674.3 -10016.2l675.5 -10016l676.8 -10015.9l678 -10015.6l679.3 -10015.5l680.6 -10015.3l681.8 -10015.1l683 -10014.9l684.3 -10014.8l685.5 -10014.6l686.8 -10014.4l688 -10014.2l689.3 -10014l690.5 -10013.9l691.7 -10013.7l693 -10013.5l694.2 -10013.3l695.4 -10013.2l696.7 -10013l697.9 -10012.8l699.1 -10012.6l700.3 -10012.4l701.6 -10012.2l702.8 -10012.1l704 -10011.9l705.2 -10011.7l706.4 -10011.5l707.7 -10011.3l708.9 -10011.2l710.1 -10011l711.3 -10010.8l712.5 -10010.6l713.7 -10010.4l714.9 -10010.2l716.1 -10010.1l717.3 -10009.8l718.5 -10009.7l719.7 -10009.5l720.9 -10009.3l722.1 -10009.1l723.3 -10009l724.4 -10008.8l725.6 -10008.6l726.8 -10008.4l728 -10008.2l729.2 -10008.1l730.3 -10007.9l731.5 -10007.7l732.7 -10007.5l733.9 -10007.3l735 -10007.1l736.2 -10007l737.4 -10006.8l738.5 -10006.6l739.7 -10006.4l740.9 -10006.2l742 -10006l743.2 -10005.9l744.3 -10005.7l745.5 -10005.5l746.6 -10005.3l747.8 -10005.1l748.9 -10004.9l750.1 -10004.8l751.2 -10004.6l752.4 -10004.4l753.5 -10004.2l754.6 -10004l755.8 -10003.9l756.9 -10003.7l758 -10003.5l759.2 -10003.3l760.3 -10003.1l761.4 -10002.9l762.6 -10002.8l763.7 -10002.6l764.8 -10002.4l765.9 -10002.2l767 -10002l768.2 -10001.8l769.3 -10001.6l770.4 -10001.5l771.5 -10001.3l772.6 -10001.1l773.7 -10000.9l774.8 -10000.7l775.9 -10000.6l777 -10000.4l778.1 -10000.2l779.2 -10000l780.3 -9999.8l781.4 -9999.7l782.5 -9999.5l783.6 -9999.3l784.6 -9999.1l785.7 -9998.9l786.8 -9998.8l787.9 -9998.6l789 -9998.4l790 -9998.2l791.1 -9998l792.2 -9997.8l793.2 -9997.7l794.3 -9997.5l795.4 -9997.3l796.4 -9997.1l797.5 -9996.9l798.6 -9996.8l799.6 -9996.6l800.7 -9996.4l801.7 -9996.2l802.8 -9996l803.8 -9995.8l804.9 -9995.7l805.9 -9995.5l807 -9995.3l808 -9995.1l809 -9994.9l810.1 -9994.8l811.1 -9994.6l812.1 -9994.4l813.2 -9994.2l814.2 -9994.1l815.2 -9993.9l816.3 -9993.7l817.3 -9993.5l818.3 -9993.3l819.3 -9993.2l820.3 -9993l821.4 -9992.8l822.4 -9992.6l823.4 -9992.4l824.4 -9992.3l825.4 -9992.1l826.4 -9991.9l827.4 -9991.7l828.4 -9991.6l829.4 -9991.4l830.4 -9991.2l831.4 -9991l832.4 -9990.8l833.4 -9990.7l834.3 -9990.5l835.3 -9990.3l836.3 -9990.1l837.3 -9990l838.3 -9989.8l839.3 -9989.6l840.2 -9989.4l841.2 -9989.2l842.2 -9989.1l843.1 -9988.9l844.1 -9988.7l845.1 -9988.5l846 -9988.4l847 -9988.2l847.9 -9988l848.9 -9987.9l849.9 -9987.7l850.8 -9987.5l851.8 -9987.3l852.7 -9987.2l853.6 -9987l854.6 -9986.8l855.5 -9986.7l856.5 -9986.5l857.4 -9986.3l858.3 -9986.1l859.3 -9986l860.2 -9985.8l861.1 -9985.6l862.1 -9985.4l863 -9985.2l863.9 -9985.1l864.8 -9984.9l865.7 -9984.8l866.6 -9984.6l867.6 -9984.4l868.5 -9984.2l869.4 -9984.1l870.3 -9983.9l871.2 -9983.7l872.1 -9983.6l873 -9983.4l873.9 -9983.2l874.8 -9983l875.7 -9982.9l876.6 -9982.7l877.5 -9982.5l878.3 -9982.4l879.2 -9982.2l880.1 -9982l881 -9981.9l881.9 -9981.7l882.7 -9981.5l883.6 -9981.3l884.5 -9981.2l885.4 -9981l886.2 -9980.9l887.1 -9980.7l888 -9980.5l888.8 -9980.4l889.7 -9980.2l890.5 -9980l891.4 -9979.8l892.2 -9979.7l893.1 -9979.5l893.9 -9979.4l894.8 -9979.2l895.6 -9979.1l896.5 -9978.9l897.3 -9978.7l898.1 -9978.6l899 -9978.4l899.8 -9978.2l900.6 -9978.1l901.4 -9977.9l902.3 -9977.7l903.1 -9977.6l903.9 -9977.4l904.7 -9977.3l905.5 -9977.1l906.4 -9976.9l907.2 -9976.8l908 -9976.6l908.8 -9976.5l909.6 -9976.3l910.4 -9976.1l911.2 -9976l912 -9975.8l912.8 -9975.7l913.6 -9975.5l914.4 -9975.4l915.2 -9975.2l915.9 -9975l916.7 -9974.9l917.5 -9974.7l918.3 -9974.6l919.1 -9974.4l919.8 -9974.3l920.6 -9974.1l921.4 -9973.9l922.2 -9973.8l922.9 -9973.6l923.7 -9973.5l924.4 -9973.3l925.2 -9973.2l926 -9973l926.7 -9972.9l927.5 -9972.7l928.2 -9972.6l929 -9972.4l929.7 -9972.3l930.5 -9972.1l931.2 -9971.9l931.9 -9971.8l932.7 -9971.7l933.4 -9971.5l934.1 -9971.3l934.9 -9971.2l935.6 -9971.1l936.3 -9970.9l937 -9970.8l937.8 -9970.6l938.5 -9970.5l939.2 -9970.3l939.9 -9970.2l940.6 -9970l941.3 -9969.8l942 -9969.7l942.7 -9969.6l943.4 -9969.4l944.1 -9969.3l944.8 -9969.1l945.5 -9969l946.2 -9968.8l946.9 -9968.7l947.6 -9968.5l948.3 -9968.4l949 -9968.3l949.7 -9968.1l950.3 -9968l951 -9967.8l951.7 -9967.7l952.4 -9967.6l953 -9967.4l953.7 -9967.2l954.4 -9967.1l955 -9967l955.7 -9966.9l956.3 -9966.7l957 -9966.6l957.6 -9966.4l958.3 -9966.3l958.9 -9966.2l959.6 -9966l960.2 -9965.9l960.9 -9965.8l961.5 -9965.6l962.1 -9965.5l962.8 -9965.3l963.4 -9965.2l964 -9965.1l964.7 -9964.9l965.3 -9964.8l965.9 -9964.7l966.5 -9964.5l967.2 -9964.4l967.8 -9964.3l968.4 -9964.1l969 -9964l969.6 -9963.9l970.2 -9963.7l970.8 -9963.6l971.4 -9963.5l972 -9963.4l972.6 -9963.2l973.2 -9963.1l973.8 -9962.9l974.4 -9962.8l975 -9962.7l975.6 -9962.6l976.1 -9962.4l976.7 -9962.3l977.3 -9962.2l977.9 -9962.1l978.4 -9961.9l979 -9961.8l979.6 -9961.7l980.1 -9961.6l980.7 -9961.4l981.3 -9961.3l981.8 -9961.2l982.4 -9961.1l982.9 -9961l983.5 -9960.8l984 -9960.7l984.6 -9960.6l985.1 -9960.5l985.7 -9960.3l986.2 -9960.2l986.7 -9960.1l987.3 -9960l987.8 -9959.9l988.3 -9959.8l988.9 -9959.6l989.4 -9959.5l989.9 -9959.4l990.4 -9959.3l991 -9959.2l991.5 -9959l992 -9958.9l992.5 -9958.8l993 -9958.7l993.5 -9958.6l994 -9958.5l994.5 -9958.4l995 -9958.2l949.5 -9497.8"
id="path1792"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-260777.3 -4544810.3l3468.8 238.9l10038.6 691.3l10037.3 691.1l10036.1 690.8l10034.8 690.6l10033.6 690.4l10032.3 690.2l10031.1 690l10029.9 689.8l10028.6 689.6l10027.4 689.4l10026.1 689.2l10024.9 689l10023.6 688.8l10022.4 688.6l10021.2 688.4l10019.9 688.2l10018.7 688.1l10017.4 687.9l10016.2 687.7l10014.9 687.5l10013.7 687.3l10012.5 687.1l10011.2 687l10010 686.8l10008.7 686.6l10007.5 686.4l10006.3 686.3l10005 686.1l10003.8 685.9l10002.5 685.8l10001.3 685.6l10000 685.4l9998.8 685.3l9997.6 685.1l9996.3 685l9995.1 684.8l9993.8 684.7l9992.6 684.5l9991.4 684.4l9990.1 684.2l9988.9 684.1l9987.6 683.9l9986.4 683.8l9985.2 683.6l9983.9 683.5l9982.7 683.4l9981.4 683.2l9980.2 683.1l9979 683l9977.7 682.8l3447.2 235.9"
id="path1793"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-259741.8 -4554826.1l3125.3 215.6l10038.3 692.5l10037.1 692.3l10035.9 692.1l10034.6 691.9l10033.3 691.7l10032.1 691.5l10030.9 691.2l10029.7 691l10028.4 690.8l10027.2 690.6l10025.9 690.4l10024.7 690.2l10023.4 690.1l10022.2 689.9l10021 689.7l10019.7 689.5l10018.5 689.3l10017.2 689.1l10016 688.9l10014.8 688.7l10013.5 688.6l10012.3 688.4l10011 688.2l10009.8 688l10008.6 687.9l10007.3 687.7l10006.1 687.5l10004.8 687.3l10003.6 687.2l10002.4 687l10001.1 686.8l9999.9 686.7l9998.7 686.5l9997.4 686.4l9996.2 686.2l9994.9 686.1l9993.7 685.9l9992.5 685.8l9991.2 685.6l9990 685.5l9988.7 685.3l9987.5 685.2l9986.3 685l9985 684.9l9983.8 684.7l9982.5 684.6l9981.3 684.5l9980.1 684.3l9978.8 684.2l9977.6 684.1l3105.9 212.9"
id="path1794"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-258704.4 -4564841.5l2781.2 192.2l10038.1 693.8l10036.9 693.5l10035.6 693.3l10034.4 693.1l10033.1 692.9l10031.9 692.7l10030.7 692.5l10029.4 692.3l10028.2 692.1l10027 691.9l10025.7 691.7l10024.5 691.5l10023.3 691.3l10022 691.1l10020.8 690.9l10019.5 690.7l10018.3 690.5l10017.1 690.3l10015.8 690.2l10014.6 690l10013.3 689.8l10012.1 689.6l10010.8 689.4l10009.6 689.3l10008.4 689.1l10007.2 688.9l10005.9 688.7l10004.6 688.6l10003.4 688.4l10002.2 688.2l10001 688.1l9999.7 687.9l9998.5 687.8l9997.3 687.6l9996 687.5l9994.8 687.3l9993.5 687.1l9992.3 687l9991.1 686.8l9989.8 686.7l9988.6 686.5l9987.4 686.4l9986.1 686.3l9984.9 686.1l9983.6 686l9982.4 685.8l9981.2 685.7l9979.9 685.6l9978.7 685.5l9977.5 685.3l2763.9 189.8"
id="path1795"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-257665.3 -4574856.6l2436.5 168.7l10037.9 695l10036.7 694.8l10035.4 694.6l10034.2 694.4l10032.9 694.1l10031.7 693.9l10030.5 693.7l10029.2 693.5l10028 693.3l10026.8 693.1l10025.5 692.9l10024.3 692.7l10023.1 692.5l10021.8 692.3l10020.6 692.1l10019.3 692l10018.1 691.8l10016.9 691.6l10015.6 691.4l10014.4 691.2l10013.2 691l10011.9 690.9l10010.7 690.7l10009.5 690.5l10008.2 690.3l10007 690.2l10005.7 690l10004.5 689.8l10003.3 689.7l10002 689.5l10000.8 689.3l9999.5 689.2l9998.3 689l9997.1 688.8l9995.9 688.7l9994.6 688.5l9993.4 688.4l9992.2 688.2l9990.9 688.1l9989.7 687.9l9988.4 687.8l9987.2 687.6l9986 687.5l9984.7 687.4l9983.5 687.2l9982.2 687.1l9981 687l9979.8 686.8l9978.6 686.7l9977.3 686.6l2421.4 166.6"
id="path1796"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-256624.3 -4584871.4l2091.2 145.1l10037.7 696.2l10036.5 696l10035.2 695.8l10034 695.6l10032.7 695.4l10031.5 695.2l10030.3 695l10029 694.8l10027.8 694.6l10026.6 694.4l10025.3 694.2l10024.1 694l10022.9 693.8l10021.6 693.6l10020.4 693.4l10019.2 693.2l10017.9 693l10016.7 692.8l10015.4 692.6l10014.2 692.5l10013 692.3l10011.8 692.1l10010.5 691.9l10009.3 691.7l10008 691.6l10006.8 691.4l10005.6 691.2l10004.3 691.1l10003.1 690.9l10001.9 690.7l10000.6 690.6l9999.4 690.4l9998.2 690.2l9996.9 690.1l9995.7 689.9l9994.5 689.8l9993.2 689.6l9992 689.5l9990.8 689.3l9989.5 689.2l9988.3 689l9987.1 688.9l9985.8 688.7l9984.6 688.6l9983.4 688.5l9982.1 688.3l9980.9 688.2l9979.7 688.1l9978.4 687.9l9977.2 687.8l2078.2 143.3"
id="path1797"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-255581.4 -4594885.8l1745.2 121.3l10037.5 697.5l10036.2 697.2l10035 697l10033.8 696.8l10032.5 696.6l10031.3 696.4l10030.1 696.2l10028.8 696l10027.6 695.8l10026.4 695.6l10025.1 695.4l10023.9 695.2l10022.7 695l10021.4 694.8l10020.2 694.6l10019 694.4l10017.7 694.2l10016.5 694.1l10015.2 693.9l10014 693.7l10012.8 693.5l10011.6 693.3l10010.3 693.1l10009.1 693l10007.9 692.8l10006.6 692.6l10005.4 692.5l10004.1 692.3l10002.9 692.1l10001.7 692l10000.5 691.8l9999.2 691.6l9998 691.5l9996.8 691.3l9995.6 691.2l9994.3 691l9993.1 690.8l9991.9 690.7l9990.6 690.5l9989.4 690.4l9988.1 690.3l9986.9 690.1l9985.7 690l9984.5 689.8l9983.2 689.7l9982 689.6l9980.8 689.4l9979.5 689.3l9978.3 689.2l9977.1 689l1734.5 119.8"
id="path1798"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-254536.6 -4604899.9l1398.7 97.4l10037.3 698.7l10036 698.5l10034.8 698.3l10033.6 698.1l10032.3 697.8l10031.1 697.6l10029.9 697.4l10028.6 697.2l10027.4 697l10026.2 696.8l10024.9 696.6l10023.7 696.4l10022.5 696.2l10021.2 696l10020 695.8l10018.8 695.7l10017.6 695.5l10016.3 695.3l10015.1 695.1l10013.9 694.9l10012.6 694.7l10011.4 694.6l10010.1 694.4l10008.9 694.2l10007.7 694l10006.5 693.9l10005.2 693.7l10004 693.5l10002.8 693.4l10001.6 693.2l10000.3 693l9999.1 692.9l9997.9 692.7l9996.6 692.5l9995.4 692.4l9994.2 692.2l9992.9 692.1l9991.7 691.9l9990.5 691.8l9989.2 691.6l9988 691.5l9986.8 691.3l9985.6 691.2l9984.3 691.1l9983.1 690.9l9981.8 690.8l9980.6 690.6l9979.4 690.5l9978.2 690.4l9976.9 690.3l1390.1 96.2"
id="path1799"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-253490.1 -4614913.6l1051.5 73.3l10037 699.9l10035.8 699.7l10034.6 699.5l10033.4 699.3l10032.1 699.1l10030.9 698.9l10029.7 698.7l10028.4 698.5l10027.2 698.3l10026 698.1l10024.7 697.9l10023.5 697.7l10022.3 697.5l10021 697.3l10019.8 697.1l10018.6 696.9l10017.4 696.7l10016.1 696.5l10014.9 696.3l10013.7 696.1l10012.4 696l10011.2 695.8l10010 695.6l10008.8 695.4l10007.5 695.3l10006.3 695.1l10005.1 694.9l10003.8 694.7l10002.6 694.6l10001.4 694.4l10000.2 694.3l9998.9 694.1l9997.7 693.9l9996.5 693.8l9995.2 693.6l9994 693.5l9992.8 693.3l9991.6 693.2l9990.3 693l9989.1 692.9l9987.8 692.7l9986.6 692.6l9985.4 692.4l9984.2 692.3l9983 692.2l9981.7 692l9980.5 691.9l9979.3 691.7l9978 691.6l9976.8 691.5l1045 72.4"
id="path1800"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-252441.6 -4624927l703.7 49.2l10036.8 701.2l10035.6 700.9l10034.4 700.7l10033.1 700.5l10031.9 700.3l10030.7 700.1l10029.5 699.9l10028.2 699.7l10027 699.5l10025.8 699.3l10024.5 699.1l10023.3 698.9l10022.1 698.7l10020.8 698.5l10019.6 698.3l10018.4 698.1l10017.2 697.9l10015.9 697.7l10014.7 697.6l10013.5 697.4l10012.3 697.2l10011 697l10009.8 696.8l10008.6 696.7l10007.4 696.5l10006.1 696.3l10004.9 696.1l10003.6 696l10002.4 695.8l10001.2 695.6l10000 695.5l9998.7 695.3l9997.5 695.2l9996.3 695l9995.1 694.8l9993.9 694.7l9992.6 694.5l9991.4 694.4l9990.2 694.2l9989 694.1l9987.7 693.9l9986.5 693.8l9985.3 693.7l9984 693.5l9982.8 693.4l9981.6 693.2l9980.4 693.1l9979.1 693l9977.9 692.8l9976.7 692.7l699.4 48.6"
id="path1801"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-251391.4 -4634940l355.4 24.9l10036.6 702.4l10035.4 702.2l10034.2 702l10032.9 701.7l10031.7 701.5l10030.5 701.3l10029.3 701.1l10028 700.9l10026.8 700.7l10025.6 700.5l10024.3 700.3l10023.1 700.1l10021.9 699.9l10020.6 699.7l10019.4 699.5l10018.2 699.3l10017 699.2l10015.8 699l10014.5 698.8l10013.3 698.6l10012.1 698.4l10010.9 698.2l10009.6 698.1l10008.4 697.9l10007.2 697.7l10006 697.5l10004.7 697.4l10003.5 697.2l10002.3 697l10001.1 696.9l9999.8 696.7l9998.6 696.5l9997.4 696.4l9996.2 696.2l9994.9 696.1l9993.7 695.9l9992.5 695.8l9991.3 695.6l9990 695.5l9988.8 695.3l9987.6 695.2l9986.4 695l9985.1 694.9l9983.9 694.7l9982.7 694.6l9981.4 694.5l9980.2 694.3l9979 694.2l9977.8 694.1l9976.6 693.9l353.2 24.6"
id="path1802"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-209116.9 -1l.8 -10061.1l2.5 -10062.1l4.2 -10062.1l5.8 -10062.1l7.5 -10062.1l9.2 -10062.1l10.9 -10062.1l12.5 -10062.1l14.2 -10062.1l15.9 -10062.1l17.5 -10062.1l19.2 -10062.1l20.9 -10062.1l22.6 -10062.1l24.2 -10062.1l25.9 -10062.1l27.6 -10062.1l29.2 -10062.1l30.9 -10062l32.6 -10062l34.3 -10062l35.9 -10062l37.6 -10062l39.3 -10062l40.9 -10062l42.6 -10062l44.3 -10061.9l45.9 -10061.9l47.6 -10061.9l49.3 -10061.9l51 -10061.9l52.6 -10061.9l54.3 -10061.8l56 -10061.8l57.6 -10061.8l59.3 -10061.8l61 -10061.7l62.6 -10061.7l64.3 -10061.7l66 -10061.7l67.6 -10061.7l69.3 -10061.6l71 -10061.6l72.6 -10061.6l74.3 -10061.6l76 -10061.5l77.6 -10061.5l79.3 -10061.5l81 -10061.5l82.6 -10061.4l84.3 -10061.4l86 -10061.4l87.6 -10061.4l89.3 -10061.3l91 -10061.3l92.6 -10061.2l94.3 -10061.2l96 -10061.2l97.6 -10061.2l99.3 -10061.1l100.9 -10061.1l102.6 -10061.1l104.3 -10061l105.9 -10061l107.6 -10060.9l109.3 -10060.9l110.9 -10060.9l112.6 -10060.8l114.2 -10060.8l115.9 -10060.8l117.6 -10060.7l119.2 -10060.7l120.9 -10060.6l122.5 -10060.6l124.2 -10060.6l125.9 -10060.5l127.5 -10060.5l129.2 -10060.4l130.8 -10060.3l132.5 -10060.3l134.1 -10060.3l135.8 -10060.2l137.5 -10060.2l139.1 -10060.1l140.8 -10060.1l142.4 -10060.1l144.1 -10060l145.7 -10059.9l147.4 -10059.9l149 -10059.9l150.7 -10059.8l152.3 -10059.7l154 -10059.7l155.6 -10059.6l157.3 -10059.6l158.9 -10059.5l160.6 -10059.5l162.2 -10059.4l163.9 -10059.4l165.5 -10059.3l167.2 -10059.2l168.8 -10059.2l170.5 -10059.1l172.1 -10059.1l173.8 -10059l175.4 -10058.9l177.1 -10058.9l178.7 -10058.9l180.4 -10058.8l182 -10058.7l183.7 -10058.6l185.3 -10058.6l186.9 -10058.5l188.6 -10058.5l190.2 -10058.4l191.9 -10058.3l193.5 -10058.3l195.1 -10058.2l196.8 -10058.2l198.4 -10058.1l200.1 -10058l201.7 -10057.9l203.3 -10057.9l205 -10057.8l206.6 -10057.7l208.2 -10057.7l209.9 -10057.6l211.5 -10057.5l213.2 -10057.4l214.8 -10057.4l216.4 -10057.3l218.1 -10057.2l219.7 -10057.1l221.3 -10057.1l222.9 -10057l224.6 -10056.9l226.2 -10056.9l227.8 -10056.8l229.5 -10056.7l231.1 -10056.6l232.7 -10056.6l234.3 -10056.4l236 -10056.4l237.6 -10056.3l239.2 -10056.2l240.8 -10056.2l242.5 -10056l244.1 -10056l245.7 -10055.9l247.3 -10055.8l249 -10055.7l250.6 -10055.6l252.2 -10055.6l253.8 -10055.5l255.4 -10055.4l257 -10055.3l258.7 -10055.2l260.3 -10055.2l261.9 -10055.1l263.5 -10055l265.1 -10054.9l266.7 -10054.8l268.3 -10054.7l270 -10054.6l271.6 -10054.5l273.2 -10054.4l274.8 -10054.4l276.4 -10054.3l278 -10054.2l279.6 -10054l281.2 -10054l282.8 -10053.9l284.4 -10053.8l286 -10053.7l287.6 -10053.6l289.2 -10053.5l290.8 -10053.4l292.4 -10053.3l294 -10053.2l295.6 -10053.1l297.2 -10053l298.8 -10052.9l300.4 -10052.8l302 -10052.7l303.6 -10052.6l305.2 -10052.5l306.8 -10052.4l308.4 -10052.3l310 -10052.2l311.6 -10052.1l313.2 -10052l314.8 -10051.9l316.4 -10051.8l317.9 -10051.7l319.5 -10051.6l321.1 -10051.5l322.7 -10051.4l324.3 -10051.3l325.9 -10051.2l327.4 -10051.1l329 -10051l330.6 -10050.8l332.2 -10050.7l333.8 -10050.6l335.3 -10050.5l336.9 -10050.4l338.5 -10050.3l340.1 -10050.2l341.6 -10050.1l343.2 -10050l344.8 -10049.8l346.4 -10049.8l347.9 -10049.6l349.5 -10049.5l351.1 -10049.4l352.6 -10049.3l354.2 -10049.2l355.8 -10049.1l357.3 -10049l358.9 -10048.8l360.5 -10048.7l362 -10048.6l363.6 -10048.5l365.2 -10048.4l366.7 -10048.2l368.3 -10048.1l369.8 -10048l371.4 -10047.9l372.9 -10047.7l374.5 -10047.7l376 -10047.5l377.6 -10047.4l379.2 -10047.3l380.7 -10047.1l382.3 -10047l383.8 -10046.9l385.3 -10046.8l386.9 -10046.6l388.4 -10046.6l390 -10046.4l391.5 -10046.3l393.1 -10046.2l394.6 -10046l396.1 -10045.9l397.7 -10045.8l399.2 -10045.7l400.8 -10045.5l402.3 -10045.4l403.8 -10045.3l405.4 -10045.2l406.9 -10045l408.4 -10044.9l410 -10044.8l411.5 -10044.6l413 -10044.5l414.5 -10044.4l416.1 -10044.2l417.6 -10044.1l419.1 -10044l420.6 -10043.9l422.2 -10043.7l423.7 -10043.6l425.2 -10043.5l426.7 -10043.3l428.2 -10043.2l429.7 -10043l431.3 -10042.9l432.8 -10042.8l434.3 -10042.6l435.8 -10042.5l437.3 -10042.4l438.8 -10042.2l440.3 -10042.1l441.8 -10042l443.3 -10041.8l444.8 -10041.7l446.3 -10041.5l447.8 -10041.4l449.3 -10041.2l450.8 -10041.1l452.3 -10041l453.8 -10040.8l455.3 -10040.7l456.8 -10040.5l458.3 -10040.4l459.8 -10040.3l461.3 -10040.1l462.8 -10040l464.3 -10039.8l465.8 -10039.7l467.3 -10039.6l468.7 -10039.4l470.2 -10039.2l471.7 -10039.1l473.2 -10039l474.7 -10038.8l476.1 -10038.7l477.6 -10038.5l479.1 -10038.4l480.6 -10038.3l482 -10038.1l483.5 -10037.9l485 -10037.8l486.5 -10037.7l487.9 -10037.5l489.4 -10037.4l490.9 -10037.2l492.3 -10037.1l493.8 -10036.9l495.3 -10036.8l496.7 -10036.6l498.2 -10036.5l499.6 -10036.3l501.1 -10036.2l502.5 -10036l504 -10035.8l505.4 -10035.7l506.9 -10035.6l508.3 -10035.4l509.8 -10035.2l511.2 -10035.1l512.7 -10034.9l514.1 -10034.8l515.6 -10034.6l517 -10034.4l518.5 -10034.3l519.9 -10034.2l521.3 -10034l522.8 -10033.9l524.2 -10033.7l525.6 -10033.5l527.1 -10033.4l528.5 -10033.2l529.9 -10033l531.4 -10032.9l532.8 -10032.8l534.2 -10032.6l535.6 -10032.4l537.1 -10032.2l538.5 -10032.1l539.9 -10032l541.3 -10031.8l542.7 -10031.6l544.1 -10031.5l545.6 -10031.3l547 -10031.2l548.4 -10031l549.8 -10030.8l551.2 -10030.7l552.6 -10030.5l554 -10030.4l555.4 -10030.2l556.8 -10030l558.2 -10029.9l559.6 -10029.7l561 -10029.5l562.4 -10029.3l563.8 -10029.2l565.2 -10029.1l566.6 -10028.9l568 -10028.7l569.4 -10028.5l570.8 -10028.4l572.1 -10028.2l573.5 -10028.1l574.9 -10027.9l576.3 -10027.7l577.7 -10027.6l579 -10027.4l580.4 -10027.2l581.8 -10027l583.2 -10026.9l584.5 -10026.7l585.9 -10026.6l587.3 -10026.4l588.7 -10026.2l590 -10026.1l591.4 -10025.9l592.7 -10025.7l594.1 -10025.5l595.5 -10025.4l596.8 -10025.2l598.2 -10025.1l599.5 -10024.8l600.9 -10024.7l602.2 -10024.5l603.6 -10024.4l604.9 -10024.2l606.3 -10024l607.6 -10023.9l609 -10023.7l610.3 -10023.5l611.7 -10023.3l613 -10023.1l614.3 -10023l615.7 -10022.8l617 -10022.7l618.3 -10022.5l619.7 -10022.3l621 -10022.1l622.3 -10022l623.7 -10021.8l625 -10021.6l626.3 -10021.5l627.6 -10021.3l628.9 -10021.1l630.3 -10020.9l631.6 -10020.8l632.9 -10020.6l634.2 -10020.4l635.5 -10020.2l636.8 -10020l638.1 -10019.9l639.4 -10019.7l640.8 -10019.5l642.1 -10019.3l643.4 -10019.2l644.7 -10019l646 -10018.8l647.3 -10018.7l648.5 -10018.5l649.8 -10018.3l651.1 -10018.1l652.4 -10018l653.7 -10017.8l655 -10017.6l656.3 -10017.4l657.6 -10017.3l658.8 -10017.1l660.1 -10016.9l661.4 -10016.7l662.7 -10016.6l664 -10016.4l665.2 -10016.2l666.5 -10016l667.8 -10015.8l669 -10015.7l670.3 -10015.5l671.6 -10015.3l672.8 -10015.1l674.1 -10015l675.4 -10014.8l676.6 -10014.6l677.9 -10014.4l679.1 -10014.2l680.4 -10014.1l681.6 -10013.9l682.9 -10013.7l684.1 -10013.5l685.4 -10013.4l686.6 -10013.2l687.8 -10013l689.1 -10012.8l690.3 -10012.6l691.6 -10012.5l692.8 -10012.3l694 -10012.1l695.3 -10011.9l696.5 -10011.7l697.7 -10011.6l698.9 -10011.4l700.2 -10011.2l701.4 -10011l702.6 -10010.8l703.8 -10010.7l705 -10010.5l706.3 -10010.3l707.5 -10010.1l708.7 -10009.9l709.9 -10009.8l711.1 -10009.6l712.3 -10009.4l713.5 -10009.2l714.7 -10009l715.9 -10008.9l717.1 -10008.7l718.3 -10008.5l719.5 -10008.3l720.7 -10008.1l721.9 -10007.9l723.1 -10007.8l724.3 -10007.6l725.4 -10007.4l726.6 -10007.2l727.8 -10007l729 -10006.9l730.2 -10006.7l731.3 -10006.5l732.5 -10006.3l733.7 -10006.2l734.9 -10006l736 -10005.8l737.2 -10005.6l738.4 -10005.4l739.5 -10005.3l740.7 -10005.1l741.8 -10004.9l743 -10004.7l744.2 -10004.5l745.3 -10004.3l746.5 -10004.2l747.6 -10004l748.8 -10003.8l749.9 -10003.6l751 -10003.4l752.2 -10003.3l753.3 -10003.1l754.5 -10002.9l755.6 -10002.7l756.7 -10002.5l757.9 -10002.4l759 -10002.1l760.1 -10002l761.3 -10001.8l762.4 -10001.6l763.5 -10001.5l764.6 -10001.2l765.7 -10001.1l766.9 -10000.9l768 -10000.7l769.1 -10000.5l770.2 -10000.4l771.3 -10000.2l772.4 -10000l773.5 -9999.8l774.6 -9999.6l775.7 -9999.5l776.8 -9999.3l777.9 -9999.1l779 -9998.9l780.1 -9998.7l781.2 -9998.6l782.3 -9998.4l783.4 -9998.2l784.5 -9998l785.5 -9997.9l786.6 -9997.7l787.7 -9997.5l788.8 -9997.3l789.9 -9997.1l790.9 -9997l792 -9996.8l793.1 -9996.6l794.1 -9996.4l795.2 -9996.2l796.3 -9996.1l797.3 -9995.9l798.4 -9995.7l799.4 -9995.5l800.5 -9995.3l801.6 -9995.2l802.6 -9995l803.6 -9994.8l804.7 -9994.6l805.7 -9994.5l806.8 -9994.3l807.8 -9994.1l808.9 -9993.9l809.9 -9993.7l810.9 -9993.6l812 -9993.4l813 -9993.2l814 -9993l815.1 -9992.9l816.1 -9992.7l817.1 -9992.5l818.1 -9992.3l819.1 -9992.2l820.2 -9992l821.2 -9991.8l822.2 -9991.6l823.2 -9991.4l824.2 -9991.3l825.2 -9991.1l826.2 -9990.9l827.2 -9990.7l828.2 -9990.6l829.2 -9990.4l830.2 -9990.2l831.2 -9990l832.2 -9989.8l833.2 -9989.7l834.2 -9989.5l835.2 -9989.3l836.1 -9989.1l837.1 -9989l838.1 -9988.8l839.1 -9988.6l840.1 -9988.5l841 -9988.3l842 -9988.1l843 -9987.9l843.9 -9987.8l844.9 -9987.6l845.9 -9987.4l846.8 -9987.3l847.8 -9987.1l848.7 -9986.9l849.7 -9986.7l850.6 -9986.6l851.6 -9986.4l852.5 -9986.2l853.5 -9986.1l854.4 -9985.8l855.4 -9985.7l856.3 -9985.5l857.2 -9985.4l858.2 -9985.2l859.1 -9985l860 -9984.9l861 -9984.7l861.9 -9984.5l862.8 -9984.3l863.7 -9984.2l864.6 -9984l865.6 -9983.8l866.5 -9983.6l867.4 -9983.5l868.3 -9983.3l869.2 -9983.2l870.1 -9983l871 -9982.8l871.9 -9982.7l872.8 -9982.5l873.7 -9982.3l874.6 -9982.1l875.5 -9982l876.4 -9981.8l877.3 -9981.7l878.2 -9981.5l879.1 -9981.3l879.9 -9981.2l880.8 -9981l881.7 -9980.8l882.6 -9980.7l883.4 -9980.5l884.3 -9980.3l885.2 -9980.2l886.1 -9980l886.9 -9979.8l887.8 -9979.7l888.6 -9979.5l889.5 -9979.3l890.4 -9979.2l891.2 -9979l892.1 -9978.9l892.9 -9978.7l893.8 -9978.5l894.6 -9978.3l895.5 -9978.2l896.3 -9978.1l897.1 -9977.9l898 -9977.7l898.8 -9977.5l899.6 -9977.4l900.5 -9977.2l901.3 -9977.1l902.1 -9976.9l902.9 -9976.8l903.8 -9976.6l904.6 -9976.5l905.4 -9976.3l906.2 -9976.1l907 -9976l907.8 -9975.8l908.6 -9975.7l909.4 -9975.5l910.2 -9975.3l911 -9975.2l911.8 -9975l912.6 -9974.9l913.4 -9974.7l914.2 -9974.6l915 -9974.4l915.8 -9974.3l916.6 -9974.1l917.4 -9973.9l918.1 -9973.8l918.9 -9973.6l919.7 -9973.5l920.5 -9973.3l921.2 -9973.2l922 -9973l922.8 -9972.9l923.5 -9972.7l924.3 -9972.5l925.1 -9972.4l925.8 -9972.3l926.6 -9972.1l927.3 -9971.9l928.1 -9971.8l928.8 -9971.7l929.6 -9971.5l930.3 -9971.4l931 -9971.2l931.8 -9971.1l932.5 -9970.9l933.3 -9970.8l934 -9970.6l934.7 -9970.5l935.4 -9970.3l936.2 -9970.2l936.9 -9970l937.6 -9969.9l938.3 -9969.7l939.1 -9969.6l939.8 -9969.5l940.5 -9969.3l941.2 -9969.1l941.9 -9969l942.6 -9968.9l943.3 -9968.7l944 -9968.6l944.7 -9968.4l945.4 -9968.3l946.1 -9968.2l946.8 -9968l947.5 -9967.8l948.1 -9967.7l948.8 -9967.6l949.5 -9967.5l950.2 -9967.3l950.9 -9967.2l951.5 -9967l952.2 -9966.9l952.9 -9966.8l953.5 -9966.6l954.2 -9966.5l954.9 -9966.3l955.5 -9966.2l956.2 -9966l956.9 -9965.9l957.5 -9965.8l958.2 -9965.7l958.8 -9965.5l959.4 -9965.4l960.1 -9965.2l960.7 -9965.1l961.4 -9965l962 -9964.8l962.6 -9964.7l963.3 -9964.6l963.9 -9964.4l964.5 -9964.3l965.2 -9964.2l965.8 -9964.1l966.4 -9963.9l967 -9963.8l967.6 -9963.7l968.2 -9963.5l968.9 -9963.4l969.5 -9963.3l970.1 -9963.1l970.7 -9963l971.3 -9962.9l971.9 -9962.8l972.5 -9962.6l973.1 -9962.5l973.7 -9962.3l974.3 -9962.2l974.8 -9962.1l975.4 -9962l976 -9961.8l976.6 -9961.7l977.2 -9961.6l977.7 -9961.5l978.3 -9961.4l978.9 -9961.2l979.5 -9961.1l980 -9961l980.6 -9960.9l981.1 -9960.8l981.7 -9960.6l982.3 -9960.5l982.8 -9960.4l983.4 -9960.3l983.9 -9960.1l984.5 -9960l985 -9959.9l985.5 -9959.8l986.1 -9959.7l986.6 -9959.5l987.2 -9959.5l987.7 -9959.3l988.2 -9959.2l988.7 -9959.1l989.3 -9959l989.8 -9958.9l990.3 -9958.8l990.8 -9958.6l991.3 -9958.5l991.9 -9958.4l992.4 -9958.3l992.9 -9958.2l993.4 -9958.1l993.9 -9958l994.4 -9957.9l994.9 -9957.8l927.7 -9281"
id="path1803"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-250339.4 -4644952.7l6.5 .5l10036.4 703.6l10035.2 703.4l10033.9 703.2l10032.7 703l10031.5 702.8l10030.3 702.6l10029 702.3l10027.8 702.1l10026.6 701.9l10025.4 701.7l10024.1 701.5l10022.9 701.3l10021.7 701.1l10020.4 700.9l10019.2 700.8l10018 700.6l10016.8 700.4l10015.6 700.2l10014.3 700l10013.1 699.8l10011.9 699.6l10010.7 699.5l10009.4 699.3l10008.2 699.1l10007 698.9l10005.8 698.8l10004.6 698.6l10003.3 698.4l10002.1 698.3l10000.9 698.1l9999.7 697.9l9998.4 697.8l9997.2 697.6l9996 697.4l9994.8 697.3l9993.6 697.1l9992.3 697l9991.1 696.8l9989.9 696.7l9988.7 696.5l9987.4 696.4l9986.2 696.2l9985 696.1l9983.8 696l9982.5 695.8l9981.3 695.7l9980.1 695.6l9978.9 695.4l9977.7 695.3l9976.4 695.2l6.4 .4"
id="path1804"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-249285.5 -4654965.1l9693.1 680.7l10035 704.6l10033.7 704.4l10032.5 704.2l10031.3 704l10030.1 703.8l10028.8 703.6l10027.6 703.4l10026.4 703.2l10025.2 703l10023.9 702.8l10022.7 702.6l10021.5 702.4l10020.2 702.2l10019.1 702l10017.8 701.8l10016.6 701.6l10015.4 701.4l10014.1 701.2l10012.9 701l10011.7 700.9l10010.5 700.7l10009.2 700.5l10008.1 700.3l10006.8 700.2l10005.6 700l10004.4 699.8l10003.1 699.6l10002 699.5l10000.7 699.3l9999.5 699.2l9998.3 699l9997.1 698.8l9995.8 698.7l9994.6 698.5l9993.4 698.4l9992.1 698.2l9991 698.1l9989.7 697.9l9988.5 697.8l9987.3 697.6l9986.1 697.5l9984.9 697.3l9983.6 697.2l9982.4 697l9981.2 696.9l9980 696.8l9978.7 696.6l9977.5 696.5l9635.3 672.6"
id="path1805"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-248229.7 -4664977.1l9342.7 657.3l10034.7 705.8l10033.5 705.6l10032.3 705.4l10031 705.2l10029.9 705l10028.6 704.8l10027.4 704.6l10026.2 704.4l10025 704.2l10023.7 704l10022.5 703.8l10021.3 703.6l10020.1 703.4l10018.9 703.2l10017.6 703l10016.4 702.8l10015.2 702.6l10014 702.5l10012.8 702.3l10011.5 702.1l10010.3 701.9l10009.1 701.7l10007.9 701.6l10006.7 701.4l10005.4 701.2l10004.2 701l10003 700.9l10001.8 700.7l10000.6 700.5l9999.3 700.4l9998.1 700.2l9996.9 700.1l9995.7 699.9l9994.5 699.7l9993.2 699.6l9992 699.4l9990.8 699.3l9989.6 699.1l9988.4 699l9987.1 698.8l9985.9 698.7l9984.7 698.5l9983.5 698.4l9982.3 698.3l9981 698.1l9979.8 698l9978.6 697.9l9977.4 697.7l9287.1 649.4"
id="path1806"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-247172.2 -4674988.7l8991.8 633.7l10034.5 707.1l10033.3 706.9l10032.1 706.6l10030.8 706.4l10029.6 706.2l10028.4 706l10027.2 705.8l10026 705.6l10024.8 705.4l10023.5 705.2l10022.3 705l10021.1 704.8l10019.9 704.6l10018.7 704.4l10017.5 704.2l10016.2 704l10015 703.9l10013.8 703.7l10012.6 703.5l10011.4 703.3l10010.1 703.1l10008.9 702.9l10007.7 702.8l10006.5 702.6l10005.3 702.4l10004.1 702.3l10002.8 702.1l10001.6 701.9l10000.4 701.8l9999.2 701.6l9997.9 701.4l9996.7 701.3l9995.5 701.1l9994.3 701l9993.1 700.8l9991.8 700.6l9990.7 700.5l9989.4 700.3l9988.2 700.2l9987 700.1l9985.8 699.9l9984.6 699.8l9983.4 699.6l9982.1 699.5l9980.9 699.3l9979.7 699.2l9978.5 699.1l9977.3 699l8938.4 626.1"
id="path1807"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-246112.8 -4685000l8640.1 610l10034.3 708.3l10033.1 708.1l10031.9 707.9l10030.6 707.6l10029.4 707.4l10028.2 707.2l10027 707l10025.8 706.8l10024.6 706.6l10023.4 706.4l10022.1 706.2l10020.9 706l10019.7 705.8l10018.5 705.6l10017.3 705.5l10016 705.3l10014.8 705.1l10013.6 704.9l10012.4 704.7l10011.2 704.5l10010 704.3l10008.7 704.2l10007.5 704l10006.3 703.8l10005.1 703.6l10003.9 703.5l10002.6 703.3l10001.5 703.1l10000.2 703l9999 702.8l9997.8 702.6l9996.6 702.5l9995.4 702.3l9994.2 702.2l9992.9 702l9991.7 701.9l9990.5 701.7l9989.3 701.6l9988.1 701.4l9986.8 701.3l9985.6 701.1l9984.4 701l9983.2 700.8l9982 700.7l9980.7 700.6l9979.6 700.4l9978.3 700.3l9977.1 700.2l8588.9 602.7"
id="path1808"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-245051.6 -4695011l8287.9 586.1l10034.1 709.5l10032.9 709.3l10031.7 709.1l10030.4 708.9l10029.2 708.7l10028 708.4l10026.8 708.2l10025.5 708l10024.4 707.8l10023.2 707.6l10021.9 707.4l10020.7 707.2l10019.5 707l10018.3 706.9l10017.1 706.7l10015.9 706.5l10014.6 706.3l10013.4 706.1l10012.2 705.9l10011 705.7l10009.8 705.6l10008.5 705.4l10007.4 705.2l10006.1 705l10004.9 704.9l10003.7 704.7l10002.5 704.5l10001.3 704.4l10000.1 704.2l9998.9 704l9997.6 703.9l9996.4 703.7l9995.2 703.5l9994 703.4l9992.8 703.2l9991.5 703.1l9990.4 702.9l9989.1 702.8l9987.9 702.6l9986.7 702.5l9985.5 702.3l9984.3 702.2l9983.1 702.1l9981.9 701.9l9980.6 701.8l9979.4 701.6l9978.2 701.5l9977 701.4l8239 579.2"
id="path1809"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-243988.7 -4705021.6l7935.3 562.2l10033.9 710.7l10032.7 710.5l10031.5 710.3l10030.2 710.1l10029 709.9l10027.8 709.7l10026.6 709.5l10025.3 709.3l10024.2 709.1l10023 708.9l10021.7 708.7l10020.5 708.5l10019.3 708.3l10018.1 708.1l10016.9 707.9l10015.7 707.7l10014.5 707.5l10013.2 707.3l10012 707.1l10010.8 707l10009.6 706.8l10008.4 706.6l10007.2 706.4l10006 706.2l10004.8 706.1l10003.5 705.9l10002.3 705.7l10001.1 705.6l9999.9 705.4l9998.7 705.2l9997.4 705.1l9996.3 704.9l9995.1 704.8l9993.8 704.6l9992.6 704.4l9991.4 704.3l9990.2 704.1l9989 704l9987.8 703.8l9986.5 703.7l9985.4 703.6l9984.1 703.4l9982.9 703.3l9981.7 703.1l9980.5 703l9979.3 702.9l9978.1 702.7l9976.9 702.6l7888.5 555.5"
id="path1810"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-242923.9 -4715031.8l7581.9 538.1l10033.7 711.9l10032.5 711.7l10031.2 711.5l10030 711.3l10028.8 711.1l10027.6 710.9l10026.4 710.7l10025.1 710.5l10024 710.3l10022.8 710.1l10021.5 709.9l10020.3 709.7l10019.1 709.5l10017.9 709.3l10016.7 709.1l10015.5 708.9l10014.3 708.7l10013 708.5l10011.9 708.3l10010.6 708.2l10009.4 708l10008.2 707.8l10007 707.6l10005.8 707.5l10004.6 707.3l10003.4 707.1l10002.1 706.9l10001 706.8l9999.7 706.6l9998.5 706.4l9997.3 706.3l9996.1 706.1l9994.9 706l9993.7 705.8l9992.5 705.7l9991.2 705.5l9990.1 705.4l9988.8 705.2l9987.6 705.1l9986.4 704.9l9985.2 704.8l9984 704.6l9982.8 704.5l9981.6 704.3l9980.3 704.2l9979.2 704.1l9978 703.9l9976.7 703.8l7537.2 531.7"
id="path1811"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-241857.3 -4725041.8l7227.9 513.8l10033.4 713.1l10032.2 712.9l10031 712.7l10029.8 712.5l10028.6 712.3l10027.4 712.1l10026.2 711.9l10024.9 711.7l10023.8 711.5l10022.6 711.3l10021.3 711.1l10020.1 710.9l10018.9 710.7l10017.7 710.5l10016.5 710.3l10015.3 710.1l10014.1 709.9l10012.8 709.7l10011.7 709.6l10010.5 709.4l10009.2 709.2l10008 709l10006.8 708.8l10005.6 708.7l10004.4 708.5l10003.2 708.3l10002 708.2l10000.8 708l9999.6 707.8l9998.4 707.7l9997.1 707.5l9996 707.3l9994.7 707.2l9993.5 707l9992.3 706.9l9991.1 706.7l9989.9 706.6l9988.7 706.4l9987.5 706.3l9986.2 706.1l9985.1 706l9983.9 705.8l9982.7 705.7l9981.4 705.6l9980.2 705.4l9979 705.3l9977.8 705.1l9976.6 705l7185.5 507.8"
id="path1812"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-240788.9 -4735051.3l6873.3 489.4l10033.2 714.4l10032 714.1l10030.8 713.9l10029.6 713.7l10028.4 713.5l10027.2 713.3l10026 713.1l10024.7 712.9l10023.6 712.7l10022.4 712.5l10021.1 712.3l10019.9 712.1l10018.7 711.9l10017.5 711.7l10016.3 711.5l10015.1 711.3l10013.9 711.1l10012.7 710.9l10011.5 710.8l10010.3 710.6l10009.1 710.4l10007.8 710.2l10006.7 710l10005.4 709.9l10004.2 709.7l10003 709.5l10001.8 709.4l10000.6 709.2l9999.4 709l9998.2 708.9l9997 708.7l9995.8 708.5l9994.6 708.4l9993.4 708.2l9992.2 708.1l9990.9 707.9l9989.8 707.8l9988.5 707.6l9987.3 707.5l9986.1 707.3l9984.9 707.2l9983.7 707l9982.5 706.9l9981.3 706.8l9980.1 706.6l9978.9 706.5l9977.7 706.4l9976.5 706.2l6833.1 483.7"
id="path1813"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-199055.6 -1l.8 -10059.5l2.5 -10060.5l4.2 -10060.5l5.8 -10060.5l7.5 -10060.5l9.2 -10060.4l10.9 -10060.5l12.5 -10060.5l14.2 -10060.5l15.9 -10060.4l17.5 -10060.4l19.2 -10060.4l20.9 -10060.4l22.6 -10060.4l24.2 -10060.4l25.9 -10060.4l27.6 -10060.4l29.2 -10060.4l30.9 -10060.3l32.6 -10060.4l34.2 -10060.4l35.9 -10060.3l37.6 -10060.3l39.3 -10060.3l40.9 -10060.3l42.6 -10060.3l44.3 -10060.3l45.9 -10060.2l47.6 -10060.2l49.3 -10060.2l50.9 -10060.2l52.6 -10060.2l54.3 -10060.1l55.9 -10060.2l57.6 -10060.1l59.3 -10060.1l60.9 -10060.1l62.6 -10060.1l64.3 -10060.1l65.9 -10060l67.6 -10060l69.3 -10059.9l70.9 -10060l72.6 -10059.9l74.3 -10059.9l75.9 -10059.9l77.6 -10059.8l79.3 -10059.8l80.9 -10059.8l82.6 -10059.8l84.3 -10059.7l85.9 -10059.7l87.6 -10059.7l89.3 -10059.7l90.9 -10059.6l92.6 -10059.6l94.3 -10059.6l95.9 -10059.5l97.6 -10059.5l99.2 -10059.4l100.9 -10059.4l102.6 -10059.4l104.2 -10059.4l105.9 -10059.3l107.6 -10059.3l109.2 -10059.3l110.9 -10059.2l112.5 -10059.2l114.2 -10059.1l115.9 -10059.1l117.5 -10059.1l119.2 -10059l120.8 -10059l122.5 -10058.9l124.2 -10058.9l125.8 -10058.9l127.5 -10058.8l129.1 -10058.8l130.8 -10058.7l132.4 -10058.7l134.1 -10058.6l135.8 -10058.6l137.4 -10058.5l139.1 -10058.5l140.7 -10058.4l142.4 -10058.4l144 -10058.4l145.7 -10058.3l147.3 -10058.3l149 -10058.2l150.6 -10058.2l152.3 -10058.1l153.9 -10058l155.6 -10058l157.2 -10057.9l158.9 -10057.9l160.5 -10057.8l162.2 -10057.8l163.8 -10057.7l165.5 -10057.7l167.1 -10057.6l168.8 -10057.6l170.4 -10057.5l172.1 -10057.4l173.7 -10057.4l175.4 -10057.3l177 -10057.3l178.7 -10057.2l180.3 -10057.1l181.9 -10057.1l183.6 -10057l185.2 -10057l186.9 -10056.9l188.5 -10056.8l190.2 -10056.7l191.8 -10056.7l193.4 -10056.6l195.1 -10056.6l196.7 -10056.5l198.4 -10056.4l200 -10056.4l201.6 -10056.3l203.3 -10056.2l204.9 -10056.1l206.5 -10056.1l208.2 -10056l209.8 -10056l211.4 -10055.9l213.1 -10055.8l214.7 -10055.8l216.3 -10055.7l218 -10055.6l219.6 -10055.5l221.2 -10055.5l222.9 -10055.4l224.5 -10055.3l226.1 -10055.2l227.8 -10055.1l229.4 -10055.1l231 -10055l232.6 -10054.9l234.3 -10054.8l235.9 -10054.8l237.5 -10054.7l239.1 -10054.6l240.8 -10054.5l242.4 -10054.4l244 -10054.4l245.6 -10054.3l247.2 -10054.2l248.9 -10054.1l250.5 -10054l252.1 -10054l253.7 -10053.9l255.3 -10053.8l257 -10053.7l258.6 -10053.6l260.2 -10053.5l261.8 -10053.5l263.4 -10053.4l265 -10053.2l266.6 -10053.2l268.3 -10053.1l269.9 -10053l271.5 -10052.9l273.1 -10052.8l274.7 -10052.7l276.3 -10052.7l277.9 -10052.6l279.5 -10052.4l281.1 -10052.4l282.7 -10052.3l284.3 -10052.2l285.9 -10052.1l287.5 -10052l289.1 -10051.9l290.7 -10051.8l292.3 -10051.7l293.9 -10051.6l295.5 -10051.5l297.1 -10051.4l298.7 -10051.3l300.3 -10051.2l301.9 -10051.1l303.5 -10051l305.1 -10050.9l306.7 -10050.8l308.3 -10050.7l309.9 -10050.6l311.5 -10050.5l313.1 -10050.4l314.7 -10050.3l316.2 -10050.2l317.8 -10050.1l319.4 -10050l321 -10049.9l322.6 -10049.8l324.2 -10049.7l325.8 -10049.6l327.3 -10049.5l328.9 -10049.4l330.5 -10049.2l332.1 -10049.2l333.7 -10049.1l335.2 -10049l336.8 -10048.8l338.4 -10048.7l340 -10048.6l341.5 -10048.5l343.1 -10048.4l344.7 -10048.3l346.3 -10048.2l347.8 -10048.1l349.4 -10048l351 -10047.8l352.5 -10047.7l354.1 -10047.6l355.7 -10047.5l357.2 -10047.4l358.8 -10047.2l360.4 -10047.2l361.9 -10047l363.5 -10046.9l365 -10046.8l366.6 -10046.7l368.2 -10046.6l369.7 -10046.5l371.3 -10046.3l372.8 -10046.2l374.4 -10046.1l375.9 -10046l377.5 -10045.9l379 -10045.7l380.6 -10045.6l382.1 -10045.5l383.7 -10045.4l385.2 -10045.3l386.8 -10045.1l388.3 -10045l389.9 -10044.9l391.4 -10044.8l392.9 -10044.6l394.5 -10044.5l396 -10044.4l397.6 -10044.3l399.1 -10044.1l400.6 -10044l402.2 -10043.9l403.7 -10043.8l405.2 -10043.6l406.8 -10043.5l408.3 -10043.3l409.8 -10043.2l411.4 -10043.1l412.9 -10043l414.4 -10042.9l415.9 -10042.7l417.5 -10042.6l419 -10042.5l420.5 -10042.3l422 -10042.2l423.5 -10042.1l425.1 -10041.9l426.6 -10041.8l428.1 -10041.7l429.6 -10041.5l431.1 -10041.4l432.6 -10041.3l434.2 -10041.1l435.7 -10041l437.2 -10040.9l438.7 -10040.7l440.2 -10040.6l441.7 -10040.5l443.2 -10040.3l444.7 -10040.2l446.2 -10040l447.7 -10039.9l449.2 -10039.7l450.7 -10039.6l452.2 -10039.5l453.7 -10039.3l455.2 -10039.2l456.7 -10039l458.2 -10038.9l459.7 -10038.8l461.2 -10038.6l462.7 -10038.5l464.1 -10038.3l465.6 -10038.2l467.1 -10038.1l468.6 -10037.9l470.1 -10037.8l471.6 -10037.6l473 -10037.5l474.5 -10037.4l476 -10037.2l477.5 -10037l479 -10036.9l480.4 -10036.8l481.9 -10036.6l483.4 -10036.5l484.8 -10036.3l486.3 -10036.2l487.8 -10036l489.2 -10035.9l490.7 -10035.7l492.2 -10035.6l493.6 -10035.5l495.1 -10035.3l496.6 -10035.1l498 -10035l499.5 -10034.9l500.9 -10034.7l502.4 -10034.6l503.8 -10034.4l505.3 -10034.3l506.7 -10034.1l508.2 -10034l509.6 -10033.8l511.1 -10033.6l512.5 -10033.5l514 -10033.3l515.4 -10033.2l516.9 -10033l518.3 -10032.9l519.7 -10032.7l521.2 -10032.6l522.6 -10032.4l524 -10032.2l525.5 -10032.1l526.9 -10032l528.3 -10031.8l529.8 -10031.6l531.2 -10031.5l532.6 -10031.3l534.1 -10031.2l535.5 -10031l536.9 -10030.8l538.3 -10030.7l539.7 -10030.5l541.2 -10030.4l542.6 -10030.2l544 -10030.1l545.4 -10029.9l546.8 -10029.7l548.2 -10029.6l549.6 -10029.4l551 -10029.3l552.4 -10029.1l553.8 -10029l555.2 -10028.8l556.7 -10028.6l558.1 -10028.5l559.5 -10028.3l560.8 -10028.1l562.2 -10027.9l563.6 -10027.8l565 -10027.7l566.4 -10027.5l567.8 -10027.3l569.2 -10027.1l570.6 -10027l572 -10026.8l573.4 -10026.7l574.7 -10026.5l576.1 -10026.4l577.5 -10026.2l578.9 -10026l580.3 -10025.9l581.6 -10025.7l583 -10025.5l584.4 -10025.4l585.7 -10025.2l587.1 -10025l588.5 -10024.9l589.9 -10024.7l591.2 -10024.5l592.6 -10024.4l593.9 -10024.2l595.3 -10024l596.7 -10023.9l598 -10023.7l599.4 -10023.5l600.7 -10023.4l602.1 -10023.2l603.4 -10023l604.8 -10022.9l606.1 -10022.7l607.5 -10022.5l608.8 -10022.3l610.2 -10022.2l611.5 -10022l612.8 -10021.8l614.2 -10021.7l615.5 -10021.5l616.8 -10021.3l618.2 -10021.1l619.5 -10021l620.8 -10020.8l622.2 -10020.6l623.5 -10020.5l624.8 -10020.3l626.1 -10020.1l627.5 -10020l628.8 -10019.8l630.1 -10019.6l631.4 -10019.4l632.7 -10019.3l634 -10019.1l635.3 -10018.9l636.7 -10018.7l638 -10018.6l639.3 -10018.4l640.6 -10018.2l641.9 -10018l643.2 -10017.9l644.5 -10017.7l645.8 -10017.5l647.1 -10017.4l648.4 -10017.2l649.7 -10017l651 -10016.9l652.2 -10016.7l653.5 -10016.5l654.8 -10016.3l656.1 -10016.2l657.4 -10016l658.7 -10015.8l660 -10015.6l661.2 -10015.5l662.5 -10015.3l663.8 -10015.1l665.1 -10014.9l666.3 -10014.7l667.6 -10014.6l668.9 -10014.4l670.1 -10014.2l671.4 -10014l672.7 -10013.9l673.9 -10013.7l675.2 -10013.5l676.4 -10013.3l677.7 -10013.1l678.9 -10013l680.2 -10012.8l681.4 -10012.6l682.7 -10012.4l683.9 -10012.3l685.2 -10012.1l686.4 -10011.9l687.7 -10011.8l688.9 -10011.5l690.1 -10011.4l691.4 -10011.2l692.6 -10011l693.8 -10010.8l695.1 -10010.7l696.3 -10010.5l697.5 -10010.3l698.8 -10010.2l700 -10009.9l701.2 -10009.8l702.4 -10009.6l703.6 -10009.4l704.9 -10009.3l706.1 -10009.1l707.3 -10008.9l708.5 -10008.7l709.7 -10008.6l710.9 -10008.3l712.1 -10008.2l713.3 -10008l714.5 -10007.8l715.7 -10007.7l716.9 -10007.5l718.1 -10007.3l719.3 -10007.1l720.5 -10007l721.7 -10006.7l722.9 -10006.6l724.1 -10006.4l725.3 -10006.2l726.4 -10006.1l727.6 -10005.8l728.8 -10005.7l730 -10005.5l731.2 -10005.3l732.3 -10005.1l733.5 -10005l734.7 -10004.8l735.8 -10004.6l737 -10004.4l738.2 -10004.2l739.3 -10004.1l740.5 -10003.9l741.7 -10003.7l742.8 -10003.6l744 -10003.3l745.1 -10003.2l746.3 -10003l747.4 -10002.8l748.6 -10002.6l749.7 -10002.5l750.9 -10002.3l752 -10002.1l753.1 -10001.9l754.3 -10001.7l755.4 -10001.6l756.6 -10001.4l757.7 -10001.2l758.8 -10001l759.9 -10000.9l761.1 -10000.7l762.2 -10000.5l763.3 -10000.3l764.4 -10000.1l765.6 -10000l766.7 -9999.8l767.8 -9999.6l768.9 -9999.4l770 -9999.3l771.1 -9999.1l772.2 -9998.9l773.3 -9998.7l774.4 -9998.5l775.5 -9998.4l776.6 -9998.2l777.7 -9998l778.8 -9997.8l779.9 -9997.6l781 -9997.5l782.1 -9997.3l783.2 -9997.1l784.3 -9996.9l785.4 -9996.8l786.4 -9996.6l787.5 -9996.4l788.6 -9996.2l789.7 -9996l790.7 -9995.9l791.8 -9995.7l792.9 -9995.5l794 -9995.3l795 -9995.2l796.1 -9995l797.1 -9994.8l798.2 -9994.6l799.3 -9994.4l800.3 -9994.3l801.4 -9994.1l802.4 -9993.9l803.5 -9993.7l804.5 -9993.6l805.6 -9993.4l806.6 -9993.2l807.7 -9993.1l808.7 -9992.9l809.7 -9992.7l810.8 -9992.5l811.8 -9992.4l812.8 -9992.2l813.9 -9992l814.9 -9991.8l815.9 -9991.7l816.9 -9991.5l817.9 -9991.3l819 -9991.1l820 -9991l821 -9990.8l822 -9990.6l823 -9990.4l824 -9990.3l825 -9990.1l826 -9989.9l827 -9989.7l828 -9989.6l829 -9989.4l830 -9989.2l831 -9989l832 -9988.8l833 -9988.7l834 -9988.5l835 -9988.4l836 -9988.2l836.9 -9988l837.9 -9987.8l838.9 -9987.7l839.9 -9987.5l840.8 -9987.3l841.8 -9987.2l842.8 -9987l843.8 -9986.8l844.7 -9986.6l845.7 -9986.5l846.6 -9986.3l847.6 -9986.1l848.6 -9986l849.5 -9985.8l850.5 -9985.6l851.4 -9985.4l852.4 -9985.3l853.3 -9985.1l854.2 -9984.9l855.2 -9984.8l856.1 -9984.6l857.1 -9984.4l858 -9984.2l858.9 -9984.1l859.9 -9983.9l860.8 -9983.8l861.7 -9983.6l862.6 -9983.4l863.6 -9983.3l864.5 -9983.1l865.4 -9982.9l866.3 -9982.7l867.2 -9982.6l868.1 -9982.4l869 -9982.3l870 -9982.1l870.9 -9981.9l871.8 -9981.8l872.7 -9981.6l873.6 -9981.4l874.4 -9981.2l875.3 -9981.1l876.2 -9980.9l877.1 -9980.8l878 -9980.6l878.9 -9980.4l879.8 -9980.3l880.7 -9980.1l881.5 -9980l882.4 -9979.8l883.3 -9979.6l884.2 -9979.5l885 -9979.3l885.9 -9979.1l886.8 -9978.9l887.6 -9978.8l888.5 -9978.7l889.3 -9978.5l890.2 -9978.3l891.1 -9978.1l891.9 -9978l892.8 -9977.9l893.6 -9977.7l894.4 -9977.5l895.3 -9977.4l896.1 -9977.2l897 -9977.1l897.8 -9976.9l898.6 -9976.7l899.5 -9976.6l900.3 -9976.4l901.1 -9976.3l902 -9976.1l902.8 -9975.9l903.6 -9975.8l904.4 -9975.6l905.2 -9975.5l906 -9975.3l906.9 -9975.2l907.7 -9975l908.5 -9974.9l909.3 -9974.7l910.1 -9974.5l910.9 -9974.4l911.7 -9974.2l912.5 -9974.1l913.3 -9973.9l914.1 -9973.8l914.9 -9973.6l915.6 -9973.5l916.4 -9973.3l917.2 -9973.1l918 -9973l918.8 -9972.9l919.5 -9972.7l920.3 -9972.5l921.1 -9972.4l921.9 -9972.3l922.6 -9972.1l923.4 -9972l924.1 -9971.8l924.9 -9971.7l925.7 -9971.5l926.4 -9971.4l927.2 -9971.2l927.9 -9971.1l928.7 -9970.9l929.4 -9970.8l930.2 -9970.6l930.9 -9970.4l931.6 -9970.3l932.4 -9970.2l933.1 -9970l933.8 -9969.9l934.6 -9969.7l935.3 -9969.6l936 -9969.5l936.8 -9969.3l937.5 -9969.1l938.2 -9969l938.9 -9968.9l939.6 -9968.7l940.3 -9968.6l941 -9968.4l941.7 -9968.3l942.5 -9968.2l943.2 -9968l943.9 -9967.9l944.6 -9967.7l945.3 -9967.6l945.9 -9967.5l946.6 -9967.3l947.3 -9967.2l948 -9967l948.7 -9966.9l949.4 -9966.8l950.1 -9966.6l950.7 -9966.5l951.4 -9966.4l952.1 -9966.2l952.7 -9966.1l953.4 -9965.9l954.1 -9965.8l954.7 -9965.7l955.4 -9965.5l956.1 -9965.4l956.7 -9965.3l957.4 -9965.1l958 -9965l958.7 -9964.9l959.3 -9964.7l960 -9964.6l960.6 -9964.5l961.2 -9964.3l961.9 -9964.2l962.5 -9964l963.1 -9963.9l963.8 -9963.8l964.4 -9963.7l965 -9963.5l965.7 -9963.4l966.3 -9963.3l966.9 -9963.2l967.5 -9963l968.1 -9962.9l968.7 -9962.8l969.3 -9962.7l970 -9962.5l970.6 -9962.4l971.2 -9962.3l971.8 -9962.2l972.4 -9962l972.9 -9961.9l973.5 -9961.8l974.1 -9961.7l974.7 -9961.5l975.3 -9961.4l975.9 -9961.3l976.5 -9961.2l977 -9961l977.6 -9960.9l978.2 -9960.8l978.8 -9960.7l979.3 -9960.6l979.9 -9960.4l980.5 -9960.3l981 -9960.2l981.6 -9960.1l982.1 -9960l982.7 -9959.8l983.2 -9959.7l983.8 -9959.6l984.3 -9959.5l984.9 -9959.4l985.4 -9959.3l986 -9959.2l986.5 -9959l987 -9958.9l987.6 -9958.8l988.1 -9958.7l988.6 -9958.5l989.2 -9958.5l989.7 -9958.4l990.2 -9958.2l990.7 -9958.1l991.2 -9958l991.8 -9957.9l992.3 -9957.8l992.8 -9957.7l993.3 -9957.5l993.8 -9957.5l994.3 -9957.4l994.8 -9957.3l910.8 -9112.2"
id="path1814"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-239718.6 -4745060.5l6518.2 465l10033 715.6l10031.8 715.3l10030.6 715.1l10029.4 714.9l10028.2 714.7l10027 714.5l10025.8 714.3l10024.5 714.1l10023.4 713.9l10022.2 713.7l10020.9 713.5l10019.7 713.3l10018.5 713.1l10017.3 712.9l10016.1 712.7l10014.9 712.5l10013.7 712.3l10012.5 712.2l10011.3 712l10010.1 711.8l10008.9 711.6l10007.7 711.4l10006.5 711.3l10005.3 711.1l10004.1 710.9l10002.9 710.7l10001.6 710.6l10000.5 710.4l9999.2 710.2l9998 710.1l9996.8 709.9l9995.6 709.7l9994.4 709.6l9993.2 709.4l9992 709.3l9990.8 709.1l9989.6 709l9988.4 708.8l9987.2 708.7l9986 708.5l9984.8 708.4l9983.6 708.2l9982.4 708.1l9981.2 708l9979.9 707.8l9978.8 707.7l9977.6 707.6l9976.3 707.4l6480.1 459.5"
id="path1815"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-238646.6 -4755069.4l6162.4 440.3l10032.8 716.8l10031.6 716.6l10030.4 716.3l10029.2 716.1l10028 715.9l10026.8 715.7l10025.6 715.5l10024.3 715.3l10023.2 715.1l10022 714.9l10020.8 714.7l10019.5 714.5l10018.3 714.3l10017.1 714.1l10015.9 713.9l10014.7 713.7l10013.5 713.5l10012.3 713.4l10011.1 713.2l10009.9 713l10008.7 712.8l10007.5 712.6l10006.3 712.5l10005.1 712.3l10003.9 712.1l10002.7 711.9l10001.5 711.8l10000.3 711.6l9999.1 711.4l9997.9 711.3l9996.6 711.1l9995.5 711l9994.3 710.8l9993.1 710.6l9991.9 710.5l9990.6 710.3l9989.5 710.2l9988.3 710l9987 709.9l9985.8 709.7l9984.6 709.6l9983.4 709.5l9982.2 709.3l9981 709.2l9979.8 709l9978.6 708.9l9977.4 708.8l9976.2 708.6l6126.5 435.2"
id="path1816"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-237572.8 -4765078l5806.1 415.6l10032.6 718l10031.4 717.8l10030.2 717.5l10028.9 717.3l10027.8 717.1l10026.6 716.9l10025.4 716.7l10024.1 716.5l10023 716.3l10021.8 716.1l10020.6 715.9l10019.4 715.7l10018.1 715.5l10016.9 715.3l10015.7 715.1l10014.5 714.9l10013.3 714.8l10012.1 714.6l10010.9 714.4l10009.7 714.2l10008.5 714l10007.3 713.8l10006.1 713.7l10004.9 713.5l10003.7 713.3l10002.5 713.1l10001.3 713l10000.1 712.8l9998.9 712.6l9997.7 712.5l9996.5 712.3l9995.3 712.2l9994.1 712l9992.9 711.8l9991.7 711.7l9990.5 711.5l9989.3 711.4l9988.1 711.2l9986.9 711.1l9985.7 710.9l9984.5 710.8l9983.3 710.7l9982.1 710.5l9980.9 710.4l9979.7 710.2l9978.5 710.1l9977.3 710l9976.1 709.8l5772.3 410.7"
id="path1817"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-236497.2 -4775086.1l5449.2 390.7l10032.4 719.2l10031.2 719l10030 718.7l10028.7 718.5l10027.6 718.3l10026.4 718.1l10025.2 717.9l10023.9 717.7l10022.8 717.5l10021.6 717.3l10020.4 717.1l10019.2 716.9l10017.9 716.7l10016.8 716.5l10015.6 716.3l10014.4 716.1l10013.2 716l10011.9 715.8l10010.8 715.6l10009.6 715.4l10008.4 715.2l10007.1 715l10006 714.9l10004.8 714.7l10003.6 714.5l10002.4 714.3l10001.1 714.2l10000 714l9998.8 713.8l9997.6 713.7l9996.3 713.5l9995.2 713.4l9994 713.2l9992.8 713l9991.6 712.9l9990.3 712.7l9989.2 712.6l9988 712.4l9986.8 712.3l9985.5 712.1l9984.4 712l9983.2 711.9l9982 711.7l9980.8 711.6l9979.5 711.4l9978.4 711.3l9977.2 711.2l9976 711l5417.5 386.1"
id="path1818"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-235419.8 -4785094l5091.6 365.7l10032.1 720.4l10031 720.2l10029.8 719.9l10028.5 719.7l10027.4 719.5l10026.2 719.3l10025 719.1l10023.7 718.9l10022.6 718.7l10021.4 718.5l10020.2 718.3l10019 718.1l10017.7 717.9l10016.6 717.7l10015.4 717.5l10014.2 717.3l10013 717.2l10011.7 717l10010.6 716.8l10009.4 716.6l10008.2 716.4l10006.9 716.2l10005.8 716.1l10004.6 715.9l10003.4 715.7l10002.2 715.5l10001 715.4l9999.8 715.2l9998.6 715l9997.4 714.9l9996.2 714.7l9995 714.6l9993.8 714.4l9992.6 714.2l9991.4 714.1l9990.2 713.9l9989 713.8l9987.8 713.6l9986.6 713.5l9985.4 713.3l9984.2 713.2l9983 713.1l9981.8 712.9l9980.6 712.8l9979.4 712.6l9978.2 712.5l9977 712.4l9975.8 712.2l5062.1 361.4"
id="path1819"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-234340.6 -4795101.4l4733.6 340.5l10031.9 721.6l10030.7 721.4l10029.5 721.1l10028.3 720.9l10027.1 720.7l10025.9 720.5l10024.7 720.3l10023.5 720.1l10022.4 719.9l10021.2 719.7l10020 719.5l10018.8 719.3l10017.5 719.1l10016.4 718.9l10015.2 718.7l10014 718.5l10012.8 718.3l10011.6 718.2l10010.4 718l10009.2 717.8l10008 717.6l10006.8 717.4l10005.6 717.3l10004.4 717.1l10003.2 716.9l10002 716.7l10000.8 716.6l9999.6 716.4l9998.4 716.2l9997.2 716.1l9996 715.9l9994.8 715.8l9993.6 715.6l9992.4 715.4l9991.2 715.3l9990 715.1l9988.9 715l9987.7 714.8l9986.5 714.7l9985.2 714.5l9984.1 714.4l9982.9 714.3l9981.7 714.1l9980.5 714l9979.3 713.8l9978.1 713.7l9976.9 713.6l9975.7 713.4l4706.2 336.6"
id="path1820"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-233259.7 -4805108.6l4374.9 315.2l10031.7 722.8l10030.5 722.6l10029.3 722.3l10028.1 722.1l10026.9 721.9l10025.7 721.7l10024.5 721.5l10023.3 721.3l10022.2 721.1l10021 720.9l10019.8 720.7l10018.6 720.5l10017.3 720.3l10016.2 720.1l10015 719.9l10013.8 719.7l10012.6 719.5l10011.4 719.4l10010.2 719.2l10009 719l10007.8 718.8l10006.6 718.6l10005.4 718.5l10004.2 718.3l10003 718.1l10001.8 717.9l10000.6 717.8l9999.5 717.6l9998.3 717.4l9997.1 717.3l9995.8 717.1l9994.7 716.9l9993.5 716.8l9992.3 716.6l9991.1 716.5l9989.9 716.3l9988.7 716.2l9987.5 716l9986.3 715.9l9985.1 715.7l9983.9 715.6l9982.7 715.4l9981.5 715.3l9980.3 715.2l9979.1 715l9978 714.9l9976.8 714.8l9975.6 714.6l4349.7 311.6"
id="path1821"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-232176.9 -4815115.4l4015.6 289.8l10031.5 724l10030.3 723.8l10029.1 723.5l10027.9 723.3l10026.7 723.1l10025.5 722.9l10024.3 722.7l10023.1 722.5l10022 722.3l10020.8 722.1l10019.6 721.9l10018.4 721.7l10017.1 721.5l10016 721.3l10014.8 721.1l10013.6 720.9l10012.4 720.7l10011.2 720.5l10010 720.4l10008.8 720.2l10007.6 720l10006.4 719.8l10005.3 719.6l10004.1 719.5l10002.9 719.3l10001.7 719.1l10000.4 719l9999.3 718.8l9998.1 718.6l9996.9 718.5l9995.7 718.3l9994.5 718.1l9993.3 718l9992.1 717.8l9990.9 717.7l9989.7 717.5l9988.6 717.4l9987.4 717.2l9986.2 717.1l9984.9 716.9l9983.8 716.8l9982.6 716.6l9981.4 716.5l9980.2 716.4l9979 716.2l9977.8 716.1l9976.6 716l9975.4 715.8l3992.4 286.5"
id="path1822"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-231092.4 -4825121.9l3655.8 264.3l10031.3 725.2l10030.1 724.9l10028.9 724.7l10027.7 724.5l10026.5 724.3l10025.3 724.1l10024.1 723.9l10022.9 723.7l10021.7 723.5l10020.6 723.3l10019.4 723.1l10018.2 722.9l10017 722.7l10015.8 722.5l10014.6 722.3l10013.4 722.1l10012.2 721.9l10011 721.7l10009.8 721.6l10008.6 721.4l10007.5 721.2l10006.2 721l10005.1 720.8l10003.9 720.7l10002.7 720.5l10001.5 720.3l10000.3 720.2l9999.1 720l9997.9 719.8l9996.7 719.7l9995.5 719.5l9994.4 719.3l9993.2 719.2l9992 719l9990.8 718.9l9989.6 718.7l9988.4 718.6l9987.2 718.4l9986 718.3l9984.8 718.1l9983.6 718l9982.5 717.8l9981.3 717.7l9980.1 717.6l9978.8 717.4l9977.7 717.3l9976.5 717.1l9975.3 717l3634.7 261.2"
id="path1823"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-230006.1 -4835127.9l3295.4 238.6l10031.1 726.4l10029.9 726.1l10028.7 725.9l10027.5 725.7l10026.3 725.5l10025.1 725.3l10023.9 725.1l10022.7 724.9l10021.5 724.7l10020.4 724.5l10019.2 724.3l10018 724.1l10016.8 723.9l10015.6 723.7l10014.4 723.5l10013.2 723.3l10012 723.1l10010.8 722.9l10009.7 722.7l10008.5 722.6l10007.3 722.4l10006.1 722.2l10004.9 722l10003.7 721.9l10002.5 721.7l10001.3 721.5l10000.1 721.3l9999 721.2l9997.8 721l9996.6 720.8l9995.4 720.7l9994.2 720.5l9993 720.4l9991.8 720.2l9990.6 720.1l9989.4 719.9l9988.3 719.7l9987.1 719.6l9985.9 719.5l9984.7 719.3l9983.5 719.2l9982.3 719l9981.1 718.9l9979.9 718.7l9978.7 718.6l9977.6 718.5l9976.4 718.3l9975.2 718.2l3276.4 235.9"
id="path1824"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-188996 -1l.8 -10057.8l2.5 -10058.8l4.2 -10058.8l5.8 -10058.8l7.5 -10058.8l9.2 -10058.8l10.9 -10058.8l12.5 -10058.8l14.2 -10058.8l15.9 -10058.7l17.5 -10058.8l19.2 -10058.8l20.9 -10058.8l22.5 -10058.8l24.2 -10058.7l25.9 -10058.7l27.6 -10058.7l29.2 -10058.7l30.9 -10058.7l32.6 -10058.7l34.2 -10058.7l35.9 -10058.7l37.6 -10058.7l39.2 -10058.6l40.9 -10058.6l42.6 -10058.6l44.2 -10058.6l45.9 -10058.6l47.6 -10058.6l49.2 -10058.6l50.9 -10058.5l52.6 -10058.5l54.3 -10058.5l55.9 -10058.5l57.6 -10058.5l59.3 -10058.4l60.9 -10058.4l62.6 -10058.4l64.3 -10058.4l65.9 -10058.4l67.6 -10058.3l69.3 -10058.3l70.9 -10058.3l72.6 -10058.3l74.3 -10058.2l75.9 -10058.2l77.6 -10058.2l79.2 -10058.2l80.9 -10058.1l82.6 -10058.1l84.2 -10058l85.9 -10058.1l87.6 -10058l89.2 -10058l90.9 -10058l92.6 -10057.9l94.2 -10057.9l95.9 -10057.9l97.5 -10057.8l99.2 -10057.8l100.9 -10057.8l102.5 -10057.7l104.2 -10057.7l105.9 -10057.7l107.5 -10057.6l109.2 -10057.6l110.8 -10057.6l112.5 -10057.5l114.2 -10057.4l115.8 -10057.4l117.5 -10057.4l119.1 -10057.4l120.8 -10057.3l122.5 -10057.2l124.1 -10057.2l125.8 -10057.2l127.4 -10057.2l129.1 -10057.1l130.7 -10057l132.4 -10057l134 -10057l135.7 -10056.9l137.4 -10056.9l139 -10056.8l140.7 -10056.8l142.3 -10056.7l144 -10056.7l145.6 -10056.6l147.3 -10056.6l148.9 -10056.5l150.6 -10056.5l152.2 -10056.4l153.9 -10056.4l155.5 -10056.3l157.2 -10056.3l158.8 -10056.2l160.5 -10056.2l162.1 -10056.1l163.8 -10056.1l165.4 -10056l167.1 -10055.9l168.7 -10055.9l170.4 -10055.9l172 -10055.8l173.7 -10055.7l175.3 -10055.6l177 -10055.6l178.6 -10055.6l180.2 -10055.5l181.9 -10055.4l183.5 -10055.3l185.2 -10055.3l186.8 -10055.3l188.5 -10055.2l190.1 -10055.1l191.7 -10055.1l193.4 -10055l195 -10054.9l196.7 -10054.9l198.3 -10054.8l199.9 -10054.7l201.6 -10054.7l203.2 -10054.6l204.8 -10054.5l206.5 -10054.5l208.1 -10054.4l209.7 -10054.3l211.4 -10054.3l213 -10054.2l214.6 -10054.1l216.3 -10054l217.9 -10054l219.5 -10053.9l221.2 -10053.8l222.8 -10053.8l224.4 -10053.7l226.1 -10053.6l227.7 -10053.5l229.3 -10053.5l230.9 -10053.4l232.6 -10053.3l234.2 -10053.2l235.8 -10053.1l237.4 -10053.1l239.1 -10053l240.7 -10052.9l242.3 -10052.8l243.9 -10052.8l245.5 -10052.7l247.2 -10052.6l248.8 -10052.5l250.4 -10052.4l252 -10052.3l253.6 -10052.3l255.3 -10052.2l256.9 -10052.1l258.5 -10052l260.1 -10051.9l261.7 -10051.8l263.3 -10051.8l264.9 -10051.6l266.6 -10051.6l268.2 -10051.5l269.8 -10051.4l271.4 -10051.3l273 -10051.2l274.6 -10051.1l276.2 -10051l277.8 -10051l279.4 -10050.8l281 -10050.8l282.6 -10050.7l284.2 -10050.6l285.8 -10050.5l287.4 -10050.4l289 -10050.3l290.6 -10050.2l292.2 -10050.1l293.8 -10050l295.4 -10049.9l297 -10049.8l298.6 -10049.7l300.2 -10049.6l301.8 -10049.5l303.4 -10049.4l305 -10049.3l306.6 -10049.2l308.2 -10049.1l309.8 -10049l311.4 -10048.9l313 -10048.8l314.6 -10048.7l316.1 -10048.6l317.7 -10048.5l319.3 -10048.4l320.9 -10048.3l322.5 -10048.2l324.1 -10048.1l325.7 -10048l327.2 -10047.9l328.8 -10047.8l330.4 -10047.7l332 -10047.6l333.6 -10047.5l335.1 -10047.4l336.7 -10047.2l338.3 -10047.2l339.9 -10047.1l341.4 -10046.9l343 -10046.8l344.6 -10046.7l346.1 -10046.6l347.7 -10046.5l349.3 -10046.4l350.9 -10046.3l352.4 -10046.1l354 -10046.1l355.5 -10045.9l357.1 -10045.8l358.7 -10045.7l360.2 -10045.6l361.8 -10045.5l363.4 -10045.4l364.9 -10045.3l366.5 -10045.1l368 -10045l369.6 -10044.9l371.1 -10044.8l372.7 -10044.6l374.3 -10044.5l375.8 -10044.4l377.4 -10044.3l378.9 -10044.2l380.5 -10044l382 -10044l383.6 -10043.8l385.1 -10043.7l386.6 -10043.6l388.2 -10043.5l389.7 -10043.3l391.3 -10043.2l392.8 -10043.1l394.4 -10042.9l395.9 -10042.9l397.4 -10042.7l399 -10042.6l400.5 -10042.4l402 -10042.4l403.6 -10042.2l405.1 -10042.1l406.6 -10042l408.2 -10041.8l409.7 -10041.7l411.2 -10041.6l412.8 -10041.5l414.3 -10041.3l415.8 -10041.2l417.3 -10041.1l418.9 -10040.9l420.4 -10040.8l421.9 -10040.6l423.4 -10040.6l424.9 -10040.4l426.5 -10040.3l428 -10040.2l429.5 -10040l431 -10039.9l432.5 -10039.8l434 -10039.6l435.5 -10039.5l437 -10039.4l438.5 -10039.2l440.1 -10039.1l441.6 -10038.9l443.1 -10038.8l444.6 -10038.7l446.1 -10038.5l447.6 -10038.4l449.1 -10038.2l450.6 -10038.1l452.1 -10038l453.6 -10037.9l455.1 -10037.7l456.5 -10037.5l458 -10037.4l459.5 -10037.3l461 -10037.2l462.5 -10037l464 -10036.8l465.5 -10036.7l467 -10036.6l468.5 -10036.5l469.9 -10036.3l471.4 -10036.2l472.9 -10036l474.4 -10035.9l475.9 -10035.7l477.3 -10035.6l478.8 -10035.4l480.3 -10035.3l481.8 -10035.2l483.2 -10035l484.7 -10034.9l486.2 -10034.7l487.6 -10034.6l489.1 -10034.4l490.6 -10034.3l492 -10034.1l493.5 -10034l495 -10033.8l496.4 -10033.7l497.9 -10033.5l499.3 -10033.4l500.8 -10033.3l502.2 -10033.1l503.7 -10032.9l505.1 -10032.8l506.6 -10032.7l508 -10032.5l509.5 -10032.4l510.9 -10032.2l512.4 -10032l513.8 -10031.9l515.3 -10031.7l516.7 -10031.6l518.1 -10031.4l519.6 -10031.3l521 -10031.1l522.5 -10031l523.9 -10030.8l525.3 -10030.7l526.8 -10030.5l528.2 -10030.4l529.6 -10030.2l531 -10030.1l532.5 -10029.9l533.9 -10029.7l535.3 -10029.6l536.7 -10029.4l538.2 -10029.3l539.6 -10029.1l541 -10029l542.4 -10028.8l543.8 -10028.7l545.2 -10028.5l546.7 -10028.3l548.1 -10028.2l549.5 -10028l550.9 -10027.9l552.3 -10027.7l553.7 -10027.5l555.1 -10027.4l556.5 -10027.2l557.9 -10027.1l559.3 -10026.9l560.7 -10026.7l562.1 -10026.6l563.5 -10026.4l564.9 -10026.3l566.3 -10026.1l567.7 -10025.9l569 -10025.7l570.4 -10025.6l571.8 -10025.5l573.2 -10025.3l574.6 -10025.1l576 -10025l577.3 -10024.8l578.7 -10024.6l580.1 -10024.5l581.5 -10024.3l582.8 -10024.2l584.2 -10024l585.6 -10023.8l586.9 -10023.6l588.3 -10023.5l589.7 -10023.3l591 -10023.2l592.4 -10023l593.8 -10022.8l595.1 -10022.7l596.5 -10022.5l597.8 -10022.3l599.2 -10022.1l600.6 -10022l601.9 -10021.8l603.3 -10021.7l604.6 -10021.5l605.9 -10021.3l607.3 -10021.2l608.6 -10021l610 -10020.8l611.3 -10020.7l612.7 -10020.5l614 -10020.3l615.3 -10020.2l616.7 -10020l618 -10019.8l619.3 -10019.7l620.7 -10019.5l622 -10019.3l623.3 -10019.2l624.6 -10018.9l626 -10018.8l627.3 -10018.6l628.6 -10018.5l629.9 -10018.3l631.2 -10018.1l632.6 -10018l633.9 -10017.8l635.2 -10017.6l636.5 -10017.4l637.8 -10017.3l639.1 -10017.1l640.4 -10016.9l641.7 -10016.7l643 -10016.6l644.3 -10016.4l645.6 -10016.2l646.9 -10016.1l648.2 -10015.9l649.5 -10015.7l650.8 -10015.6l652.1 -10015.4l653.4 -10015.2l654.6 -10015l655.9 -10014.9l657.2 -10014.7l658.5 -10014.5l659.8 -10014.3l661.1 -10014.2l662.3 -10014l663.6 -10013.8l664.9 -10013.7l666.1 -10013.4l667.4 -10013.3l668.7 -10013.1l670 -10013l671.2 -10012.8l672.5 -10012.6l673.7 -10012.4l675 -10012.3l676.3 -10012.1l677.5 -10011.9l678.8 -10011.7l680 -10011.6l681.3 -10011.4l682.5 -10011.2l683.8 -10011l685 -10010.9l686.3 -10010.7l687.5 -10010.5l688.7 -10010.3l690 -10010.2l691.2 -10010l692.4 -10009.8l693.7 -10009.6l694.9 -10009.5l696.1 -10009.3l697.4 -10009.1l698.6 -10008.9l699.8 -10008.7l701 -10008.6l702.3 -10008.4l703.5 -10008.2l704.7 -10008.1l705.9 -10007.8l707.1 -10007.7l708.3 -10007.5l709.5 -10007.3l710.7 -10007.1l711.9 -10007l713.2 -10006.8l714.4 -10006.6l715.6 -10006.5l716.7 -10006.3l717.9 -10006.1l719.1 -10005.9l720.3 -10005.8l721.5 -10005.5l722.7 -10005.4l723.9 -10005.2l725.1 -10005.1l726.3 -10004.9l727.4 -10004.7l728.6 -10004.5l729.8 -10004.3l731 -10004.2l732.2 -10004l733.3 -10003.8l734.5 -10003.6l735.7 -10003.5l736.8 -10003.3l738 -10003.1l739.2 -10002.9l740.3 -10002.8l741.5 -10002.6l742.6 -10002.4l743.8 -10002.2l744.9 -10002l746.1 -10001.9l747.3 -10001.7l748.4 -10001.5l749.5 -10001.3l750.7 -10001.2l751.8 -10001l753 -10000.8l754.1 -10000.6l755.2 -10000.5l756.4 -10000.3l757.5 -10000.1l758.6 -9999.9l759.8 -9999.7l760.9 -9999.6l762 -9999.4l763.1 -9999.2l764.3 -9999l765.4 -9998.9l766.5 -9998.7l767.6 -9998.5l768.7 -9998.3l769.8 -9998.2l770.9 -9998l772.1 -9997.8l773.2 -9997.6l774.3 -9997.4l775.4 -9997.3l776.5 -9997.1l777.6 -9996.9l778.7 -9996.7l779.7 -9996.5l780.8 -9996.4l781.9 -9996.2l783 -9996l784.1 -9995.8l785.2 -9995.7l786.3 -9995.5l787.3 -9995.3l788.4 -9995.2l789.5 -9995l790.6 -9994.8l791.6 -9994.6l792.7 -9994.5l793.8 -9994.3l794.8 -9994.1l795.9 -9993.9l797 -9993.8l798 -9993.6l799.1 -9993.4l800.1 -9993.2l801.2 -9993.1l802.2 -9992.9l803.3 -9992.7l804.3 -9992.5l805.4 -9992.4l806.4 -9992.2l807.5 -9992l808.5 -9991.8l809.6 -9991.7l810.6 -9991.5l811.6 -9991.3l812.6 -9991.1l813.7 -9991l814.7 -9990.8l815.7 -9990.6l816.8 -9990.5l817.8 -9990.3l818.8 -9990.1l819.8 -9989.9l820.8 -9989.8l821.8 -9989.6l822.8 -9989.4l823.9 -9989.3l824.9 -9989.1l825.9 -9988.9l826.9 -9988.7l827.9 -9988.6l828.9 -9988.4l829.9 -9988.2l830.9 -9988.1l831.8 -9987.9l832.8 -9987.7l833.8 -9987.5l834.8 -9987.4l835.8 -9987.2l836.8 -9987l837.8 -9986.9l838.7 -9986.7l839.7 -9986.5l840.7 -9986.3l841.7 -9986.2l842.6 -9986l843.6 -9985.8l844.5 -9985.6l845.5 -9985.5l846.5 -9985.3l847.4 -9985.2l848.4 -9985l849.3 -9984.8l850.3 -9984.7l851.2 -9984.5l852.2 -9984.3l853.1 -9984.2l854.1 -9984l855 -9983.8l856 -9983.7l856.9 -9983.5l857.8 -9983.3l858.8 -9983.2l859.7 -9983l860.6 -9982.8l861.5 -9982.7l862.5 -9982.5l863.4 -9982.3l864.3 -9982.2l865.2 -9982l866.1 -9981.8l867.1 -9981.7l868 -9981.5l868.9 -9981.3l869.8 -9981.2l870.7 -9981l871.6 -9980.9l872.5 -9980.7l873.4 -9980.5l874.3 -9980.3l875.2 -9980.2l876.1 -9980l877 -9979.9l877.8 -9979.7l878.7 -9979.5l879.6 -9979.4l880.5 -9979.2l881.4 -9979.1l882.3 -9978.9l883.1 -9978.7l884 -9978.6l884.9 -9978.4l885.7 -9978.3l886.6 -9978.1l887.5 -9978l888.3 -9977.8l889.2 -9977.6l890 -9977.5l890.9 -9977.3l891.7 -9977.2l892.6 -9977l893.4 -9976.8l894.3 -9976.7l895.1 -9976.5l896 -9976.4l896.8 -9976.2l897.6 -9976.1l898.5 -9975.9l899.3 -9975.7l900.1 -9975.6l901 -9975.4l901.8 -9975.2l902.6 -9975.1l903.4 -9975l904.3 -9974.8l905.1 -9974.7l905.9 -9974.5l906.7 -9974.4l907.5 -9974.2l908.3 -9974l909.1 -9973.9l909.9 -9973.7l910.7 -9973.6l911.5 -9973.4l912.3 -9973.3l913.1 -9973.1l913.9 -9973l914.7 -9972.8l915.5 -9972.7l916.3 -9972.5l917.1 -9972.4l917.8 -9972.2l918.6 -9972.1l919.4 -9971.9l920.2 -9971.8l920.9 -9971.6l921.7 -9971.5l922.5 -9971.3l923.2 -9971.2l924 -9971l924.8 -9970.9l925.5 -9970.8l926.3 -9970.6l927 -9970.4l927.8 -9970.3l928.5 -9970.2l929.3 -9970l930 -9969.9l930.8 -9969.7l931.5 -9969.6l932.2 -9969.4l933 -9969.3l933.7 -9969.1l934.4 -9969l935.2 -9968.9l935.9 -9968.7l936.6 -9968.6l937.3 -9968.4l938 -9968.3l938.8 -9968.2l939.5 -9968l940.2 -9967.9l940.9 -9967.7l941.6 -9967.6l942.3 -9967.5l943 -9967.3l943.7 -9967.2l944.4 -9967l945.1 -9966.9l945.8 -9966.8l946.5 -9966.6l947.2 -9966.5l947.9 -9966.4l948.6 -9966.2l949.2 -9966.1l949.9 -9965.9l950.6 -9965.8l951.3 -9965.7l951.9 -9965.6l952.6 -9965.4l953.3 -9965.2l953.9 -9965.1l954.6 -9965l955.3 -9964.9l955.9 -9964.7l956.6 -9964.6l957.2 -9964.5l957.9 -9964.4l958.5 -9964.2l959.2 -9964.1l959.8 -9964l960.5 -9963.8l961.1 -9963.7l961.8 -9963.6l962.4 -9963.4l963 -9963.3l963.6 -9963.2l964.3 -9963.1l964.9 -9962.9l965.5 -9962.8l966.1 -9962.7l966.8 -9962.6l967.4 -9962.4l968 -9962.3l968.6 -9962.2l969.2 -9962.1l969.8 -9961.9l970.4 -9961.8l971 -9961.7l971.6 -9961.6l972.2 -9961.4l972.8 -9961.3l973.4 -9961.2l974 -9961.1l974.6 -9961l975.2 -9960.8l975.8 -9960.7l976.3 -9960.6l976.9 -9960.5l977.5 -9960.4l978.1 -9960.2l978.6 -9960.1l979.2 -9960l979.8 -9959.9l980.3 -9959.8l980.9 -9959.6l981.5 -9959.5l982 -9959.4l982.6 -9959.3l983.1 -9959.2l983.7 -9959l984.2 -9959l984.8 -9958.8l985.3 -9958.7l985.9 -9958.6l986.4 -9958.5l986.9 -9958.4l987.5 -9958.3l988 -9958.2l988.5 -9958l989 -9957.9l989.6 -9957.8l990.1 -9957.7l990.6 -9957.6l991.1 -9957.5l991.6 -9957.4l992.2 -9957.3l992.7 -9957.2l993.2 -9957l993.7 -9957l994.2 -9956.9l994.7 -9956.8l898.7 -8991.3"
id="path1825"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-228918 -4845133.7l2934.3 212.9l10030.8 727.5l10029.7 727.3l10028.5 727.1l10027.3 726.9l10026.1 726.7l10024.9 726.5l10023.7 726.3l10022.5 726.1l10021.3 725.9l10020.2 725.7l10019 725.5l10017.8 725.3l10016.6 725.1l10015.4 724.9l10014.2 724.7l10013 724.5l10011.8 724.3l10010.6 724.1l10009.5 723.9l10008.3 723.8l10007.1 723.6l10005.9 723.4l10004.7 723.2l10003.5 723l10002.3 722.9l10001.2 722.7l9999.9 722.5l9998.8 722.4l9997.6 722.2l9996.4 722l9995.2 721.9l9994 721.7l9992.9 721.6l9991.7 721.4l9990.5 721.2l9989.3 721.1l9988.1 720.9l9986.9 720.8l9985.7 720.6l9984.5 720.5l9983.4 720.4l9982.2 720.2l9981 720.1l9979.8 719.9l9978.6 719.8l9977.4 719.7l9976.2 719.5l9975 719.4l2917.5 210.4"
id="path1826"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-227828.1 -4855139.1l2572.6 186.9l10030.6 728.7l10029.4 728.5l10028.3 728.3l10027 728.1l10025.9 727.9l10024.7 727.7l10023.5 727.5l10022.3 727.3l10021.1 727.1l10020 726.8l10018.8 726.6l10017.6 726.5l10016.4 726.3l10015.2 726.1l10014 725.9l10012.8 725.7l10011.7 725.5l10010.4 725.3l10009.3 725.1l10008.1 724.9l10006.9 724.8l10005.7 724.6l10004.5 724.4l10003.4 724.2l10002.2 724.1l10001 723.9l9999.8 723.7l9998.6 723.5l9997.4 723.4l9996.3 723.2l9995 723.1l9993.9 722.9l9992.7 722.7l9991.5 722.6l9990.3 722.4l9989.1 722.3l9988 722.1l9986.8 722l9985.6 721.8l9984.4 721.7l9983.2 721.5l9982 721.4l9980.8 721.3l9979.7 721.1l9978.4 721l9977.3 720.8l9976.1 720.7l9974.9 720.6l2558 184.8"
id="path1827"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-226736.5 -4865144.2l2210.4 160.9l10030.4 729.9l10029.2 729.7l10028 729.5l10026.8 729.3l10025.7 729.1l10024.5 728.8l10023.3 728.6l10022.1 728.4l10020.9 728.2l10019.8 728l10018.6 727.8l10017.4 727.6l10016.2 727.4l10015 727.2l10013.8 727.1l10012.7 726.9l10011.5 726.7l10010.3 726.5l10009.1 726.3l10007.9 726.1l10006.7 725.9l10005.5 725.8l10004.4 725.6l10003.2 725.4l10002 725.2l10000.8 725.1l9999.6 724.9l9998.5 724.7l9997.3 724.6l9996.1 724.4l9994.9 724.2l9993.7 724.1l9992.5 723.9l9991.4 723.8l9990.2 723.6l9989 723.5l9987.8 723.3l9986.6 723.2l9985.4 723l9984.2 722.9l9983.1 722.7l9981.9 722.6l9980.7 722.4l9979.5 722.3l9978.3 722.2l9977.2 722l9976 721.9l9974.8 721.8l2197.9 159"
id="path1828"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-225643.1 -4875148.9l1847.7 134.7l10030.2 731.1l10029 730.9l10027.8 730.7l10026.6 730.4l10025.5 730.2l10024.3 730l10023.1 729.8l10021.9 729.6l10020.7 729.4l10019.6 729.2l10018.4 729l10017.2 728.8l10016 728.6l10014.8 728.4l10013.6 728.2l10012.5 728l10011.3 727.9l10010.1 727.7l10008.9 727.5l10007.7 727.3l10006.6 727.1l10005.3 726.9l10004.2 726.8l10003 726.6l10001.8 726.4l10000.7 726.3l9999.4 726.1l9998.3 725.9l9997.1 725.7l9995.9 725.6l9994.7 725.4l9993.6 725.3l9992.4 725.1l9991.2 724.9l9990 724.8l9988.8 724.6l9987.7 724.5l9986.5 724.3l9985.3 724.2l9984.1 724l9982.9 723.9l9981.7 723.8l9980.6 723.6l9979.4 723.5l9978.2 723.3l9977 723.2l9975.8 723.1l9974.7 722.9l1837.2 133.2"
id="path1829"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-224548 -4885153.2l1484.3 108.4l10030 732.3l10028.8 732.1l10027.6 731.8l10026.4 731.6l10025.3 731.4l10024.1 731.2l10022.9 731l10021.7 730.8l10020.5 730.6l10019.4 730.4l10018.2 730.2l10017 730l10015.8 729.8l10014.6 729.6l10013.5 729.4l10012.3 729.2l10011.1 729l10009.9 728.9l10008.7 728.7l10007.6 728.5l10006.4 728.3l10005.2 728.1l10004 728l10002.8 727.8l10001.7 727.6l10000.5 727.4l9999.3 727.3l9998.1 727.1l9996.9 726.9l9995.8 726.8l9994.5 726.6l9993.4 726.4l9992.2 726.3l9991 726.1l9989.9 726l9988.7 725.8l9987.5 725.7l9986.3 725.5l9985.1 725.4l9983.9 725.2l9982.8 725.1l9981.6 724.9l9980.4 724.8l9979.2 724.7l9978 724.5l9976.9 724.4l9975.7 724.3l9974.5 724.1l1475.9 107.1"
id="path1830"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-223451 -4895157.2l1120.4 81.9l10029.8 733.5l10028.6 733.2l10027.4 733l10026.2 732.8l10025 732.6l10023.9 732.4l10022.7 732.2l10021.5 732l10020.3 731.8l10019.2 731.6l10018 731.4l10016.8 731.2l10015.6 731l10014.4 730.8l10013.3 730.6l10012.1 730.4l10010.9 730.2l10009.7 730l10008.6 729.9l10007.4 729.7l10006.2 729.5l10005 729.3l10003.8 729.1l10002.7 729l10001.5 728.8l10000.3 728.6l9999.1 728.4l9998 728.3l9996.8 728.1l9995.6 727.9l9994.4 727.8l9993.2 727.6l9992.1 727.5l9990.9 727.3l9989.7 727.2l9988.5 727l9987.4 726.8l9986.2 726.7l9985 726.6l9983.8 726.4l9982.6 726.3l9981.5 726.1l9980.3 726l9979.1 725.8l9977.9 725.7l9976.8 725.6l9975.6 725.4l9974.4 725.3l1114.1 81"
id="path1831"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-222352.4 -4905160.9l755.9 55.4l10029.5 734.6l10028.4 734.4l10027.2 734.2l10026 734l10024.8 733.8l10023.7 733.6l10022.5 733.4l10021.3 733.2l10020.1 733l10019 732.8l10017.8 732.6l10016.6 732.4l10015.4 732.2l10014.3 732l10013.1 731.8l10011.9 731.6l10010.7 731.4l10009.5 731.2l10008.4 731l10007.2 730.8l10006 730.7l10004.8 730.5l10003.7 730.3l10002.5 730.1l10001.3 730l10000.1 729.8l9998.9 729.6l9997.8 729.5l9996.6 729.3l9995.4 729.1l9994.2 729l9993.1 728.8l9991.9 728.6l9990.7 728.5l9989.6 728.3l9988.3 728.2l9987.2 728l9986 727.9l9984.9 727.7l9983.6 727.6l9982.5 727.4l9981.3 727.3l9980.1 727.2l9979 727l9977.8 726.9l9976.6 726.8l9975.4 726.6l9974.3 726.5l751.6 54.7"
id="path1832"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-221251.9 -4915164.2l390.7 28.7l10029.3 735.8l10028.2 735.6l10027 735.4l10025.8 735.2l10024.6 735l10023.5 734.7l10022.3 734.5l10021.1 734.3l10019.9 734.1l10018.8 733.9l10017.6 733.7l10016.4 733.5l10015.2 733.3l10014.1 733.1l10012.9 733l10011.7 732.8l10010.5 732.6l10009.3 732.4l10008.2 732.2l10007 732l10005.8 731.8l10004.6 731.7l10003.5 731.5l10002.3 731.3l10001.1 731.1l10000 731l9998.8 730.8l9997.6 730.6l9996.4 730.5l9995.3 730.3l9994.1 730.1l9992.9 730l9991.8 729.8l9990.6 729.7l9989.4 729.5l9988.2 729.4l9987.1 729.2l9985.9 729.1l9984.7 728.9l9983.5 728.8l9982.4 728.6l9981.2 728.5l9980 728.3l9978.8 728.2l9977.6 728.1l9976.5 727.9l9975.3 727.8l9974.1 727.7l388.5 28.3"
id="path1833"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-220149.8 -4925167.2l25.2 1.9l10029.1 737l10027.9 736.8l10026.8 736.6l10025.6 736.3l10024.4 736.1l10023.2 735.9l10022.1 735.7l10020.9 735.5l10019.7 735.3l10018.6 735.1l10017.4 734.9l10016.2 734.7l10015 734.5l10013.9 734.3l10012.7 734.1l10011.5 733.9l10010.3 733.7l10009.1 733.6l10008 733.4l10006.8 733.2l10005.7 733l10004.5 732.8l10003.3 732.7l10002.1 732.5l10001 732.3l9999.8 732.1l9998.6 732l9997.5 731.8l9996.3 731.6l9995.1 731.5l9993.9 731.3l9992.8 731.1l9991.6 731l9990.4 730.8l9989.2 730.7l9988 730.5l9986.9 730.4l9985.7 730.2l9984.6 730.1l9983.4 729.9l9982.2 729.8l9981 729.6l9979.9 729.5l9978.7 729.4l9977.5 729.2l9976.4 729.1l9975.2 729l9974 728.8l25 1.8"
id="path1834"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-219045.9 -4935169.8l9687.8 713l10027.7 737.9l10026.6 737.7l10025.3 737.5l10024.2 737.3l10023 737.1l10021.9 736.9l10020.7 736.7l10019.5 736.5l10018.4 736.3l10017.2 736.1l10016 735.9l10014.8 735.7l10013.7 735.5l10012.5 735.3l10011.3 735.1l10010.2 734.9l10009 734.7l10007.8 734.5l10006.7 734.4l10005.5 734.2l10004.3 734l10003.1 733.8l10002 733.7l10000.8 733.5l9999.6 733.3l9998.4 733.1l9997.3 733l9996.1 732.8l9994.9 732.6l9993.7 732.5l9992.6 732.3l9991.4 732.2l9990.3 732l9989.1 731.8l9987.9 731.7l9986.8 731.5l9985.6 731.4l9984.4 731.3l9983.2 731.1l9982.1 731l9980.9 730.8l9979.7 730.7l9978.6 730.5l9977.4 730.4l9976.2 730.3l9975 730.1l9634.7 705.2"
id="path1835"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-178938 -1l.8 -10056.1l2.5 -10057.1l4.2 -10057.1l5.8 -10057.1l7.5 -10057.1l9.2 -10057.1l10.9 -10057.1l12.5 -10057.1l14.2 -10057.1l15.9 -10057.1l17.5 -10057.1l19.2 -10057.1l20.9 -10057.1l22.5 -10057.1l24.2 -10057l25.9 -10057.1l27.5 -10057.1l29.2 -10057l30.9 -10057l32.6 -10057l34.2 -10057l35.9 -10057l37.6 -10057l39.2 -10056.9l40.9 -10057l42.6 -10057l44.2 -10056.9l45.9 -10056.9l47.6 -10056.9l49.2 -10056.9l50.9 -10056.9l52.6 -10056.9l54.2 -10056.8l55.9 -10056.8l57.6 -10056.8l59.2 -10056.8l60.9 -10056.7l62.6 -10056.7l64.2 -10056.7l65.9 -10056.7l67.6 -10056.7l69.2 -10056.6l70.9 -10056.6l72.6 -10056.6l74.2 -10056.6l75.9 -10056.6l77.6 -10056.5l79.2 -10056.5l80.9 -10056.5l82.6 -10056.4l84.2 -10056.4l85.9 -10056.4l87.5 -10056.4l89.2 -10056.3l90.9 -10056.3l92.5 -10056.2l94.2 -10056.2l95.9 -10056.2l97.5 -10056.2l99.2 -10056.1l100.8 -10056.1l102.5 -10056.1l104.2 -10056l105.8 -10056l107.5 -10055.9l109.1 -10055.9l110.8 -10055.9l112.5 -10055.9l114.1 -10055.8l115.8 -10055.8l117.4 -10055.7l119.1 -10055.7l120.8 -10055.7l122.4 -10055.6l124.1 -10055.6l125.7 -10055.5l127.4 -10055.5l129 -10055.5l130.7 -10055.4l132.3 -10055.4l134 -10055.3l135.7 -10055.3l137.3 -10055.2l139 -10055.2l140.6 -10055.1l142.3 -10055.1l143.9 -10055l145.6 -10055l147.2 -10054.9l148.9 -10054.9l150.5 -10054.8l152.2 -10054.8l153.8 -10054.7l155.5 -10054.7l157.1 -10054.6l158.8 -10054.6l160.4 -10054.5l162.1 -10054.5l163.7 -10054.4l165.4 -10054.4l167 -10054.3l168.7 -10054.3l170.3 -10054.2l172 -10054.2l173.6 -10054.1l175.3 -10054l176.9 -10054l178.5 -10053.9l180.2 -10053.9l181.8 -10053.8l183.5 -10053.7l185.1 -10053.7l186.8 -10053.6l188.4 -10053.6l190 -10053.5l191.7 -10053.4l193.3 -10053.4l194.9 -10053.3l196.6 -10053.2l198.2 -10053.1l199.9 -10053.1l201.5 -10053l203.1 -10053l204.8 -10052.9l206.4 -10052.8l208 -10052.8l209.7 -10052.7l211.3 -10052.6l212.9 -10052.5l214.6 -10052.5l216.2 -10052.4l217.8 -10052.3l219.5 -10052.2l221.1 -10052.2l222.7 -10052.1l224.4 -10052.1l226 -10052l227.6 -10051.9l229.2 -10051.8l230.9 -10051.8l232.5 -10051.7l234.1 -10051.6l235.7 -10051.5l237.4 -10051.4l239 -10051.4l240.6 -10051.3l242.2 -10051.2l243.8 -10051.1l245.5 -10051.1l247.1 -10051l248.7 -10050.9l250.3 -10050.8l251.9 -10050.7l253.6 -10050.6l255.2 -10050.6l256.8 -10050.4l258.4 -10050.4l260 -10050.3l261.6 -10050.2l263.2 -10050.1l264.9 -10050l266.5 -10050l268.1 -10049.9l269.7 -10049.8l271.3 -10049.7l272.9 -10049.6l274.5 -10049.5l276.1 -10049.4l277.7 -10049.3l279.3 -10049.2l280.9 -10049.2l282.5 -10049.1l284.1 -10049l285.7 -10048.9l287.3 -10048.8l289 -10048.7l290.6 -10048.6l292.1 -10048.5l293.7 -10048.4l295.3 -10048.3l296.9 -10048.2l298.5 -10048.1l300.1 -10048l301.7 -10047.9l303.3 -10047.8l304.9 -10047.7l306.5 -10047.6l308.1 -10047.5l309.7 -10047.5l311.3 -10047.4l312.9 -10047.3l314.5 -10047.2l316 -10047l317.6 -10046.9l319.2 -10046.8l320.8 -10046.7l322.4 -10046.6l324 -10046.5l325.5 -10046.4l327.1 -10046.3l328.7 -10046.2l330.3 -10046.1l331.9 -10046l333.4 -10045.9l335 -10045.8l336.6 -10045.7l338.2 -10045.6l339.7 -10045.5l341.3 -10045.4l342.9 -10045.3l344.5 -10045.1l346 -10045l347.6 -10044.9l349.2 -10044.8l350.7 -10044.7l352.3 -10044.6l353.9 -10044.5l355.4 -10044.4l357 -10044.3l358.6 -10044.1l360.1 -10044l361.7 -10043.9l363.2 -10043.8l364.8 -10043.7l366.4 -10043.5l367.9 -10043.5l369.5 -10043.3l371 -10043.2l372.6 -10043.1l374.1 -10043l375.7 -10042.9l377.2 -10042.8l378.8 -10042.6l380.3 -10042.5l381.9 -10042.4l383.4 -10042.3l385 -10042.2l386.5 -10042l388.1 -10041.9l389.6 -10041.8l391.2 -10041.7l392.7 -10041.6l394.2 -10041.4l395.8 -10041.3l397.3 -10041.2l398.8 -10041.1l400.4 -10040.9l401.9 -10040.8l403.5 -10040.7l405 -10040.6l406.5 -10040.4l408 -10040.3l409.6 -10040.2l411.1 -10040.1l412.6 -10039.9l414.2 -10039.8l415.7 -10039.6l417.2 -10039.5l418.7 -10039.4l420.2 -10039.3l421.8 -10039.1l423.3 -10039l424.8 -10038.9l426.3 -10038.8l427.8 -10038.6l429.3 -10038.5l430.9 -10038.4l432.4 -10038.2l433.9 -10038.1l435.4 -10037.9l436.9 -10037.8l438.4 -10037.7l439.9 -10037.6l441.4 -10037.4l442.9 -10037.3l444.4 -10037.2l445.9 -10037l447.4 -10036.9l448.9 -10036.7l450.4 -10036.6l451.9 -10036.5l453.4 -10036.4l454.9 -10036.2l456.4 -10036l457.9 -10035.9l459.4 -10035.8l460.9 -10035.7l462.4 -10035.5l463.9 -10035.4l465.3 -10035.2l466.8 -10035.1l468.3 -10035l469.8 -10034.8l471.3 -10034.7l472.8 -10034.5l474.2 -10034.4l475.7 -10034.3l477.2 -10034.1l478.7 -10034l480.1 -10033.8l481.6 -10033.7l483.1 -10033.5l484.6 -10033.4l486 -10033.3l487.5 -10033.1l489 -10033l490.4 -10032.8l491.9 -10032.7l493.3 -10032.5l494.8 -10032.4l496.3 -10032.2l497.7 -10032.1l499.2 -10031.9l500.6 -10031.8l502.1 -10031.6l503.5 -10031.5l505 -10031.4l506.4 -10031.2l507.9 -10031.1l509.3 -10030.9l510.8 -10030.7l512.2 -10030.6l513.7 -10030.5l515.1 -10030.3l516.6 -10030.1l518 -10030l519.4 -10029.9l520.9 -10029.7l522.3 -10029.5l523.7 -10029.4l525.2 -10029.2l526.6 -10029.1l528 -10028.9l529.5 -10028.8l530.9 -10028.6l532.3 -10028.5l533.7 -10028.3l535.2 -10028.2l536.6 -10028l538 -10027.9l539.4 -10027.7l540.8 -10027.6l542.3 -10027.4l543.7 -10027.2l545.1 -10027.1l546.5 -10026.9l547.9 -10026.8l549.3 -10026.6l550.7 -10026.5l552.1 -10026.3l553.5 -10026.1l554.9 -10026l556.3 -10025.8l557.7 -10025.7l559.1 -10025.5l560.5 -10025.4l561.9 -10025.2l563.3 -10025l564.7 -10024.9l566.1 -10024.7l567.5 -10024.6l568.9 -10024.4l570.3 -10024.2l571.7 -10024.1l573 -10023.9l574.4 -10023.7l575.8 -10023.6l577.2 -10023.4l578.6 -10023.3l579.9 -10023.1l581.3 -10022.9l582.7 -10022.8l584 -10022.6l585.4 -10022.5l586.8 -10022.3l588.2 -10022.1l589.5 -10022l590.9 -10021.8l592.2 -10021.6l593.6 -10021.4l595 -10021.3l596.3 -10021.1l597.7 -10021l599 -10020.8l600.4 -10020.7l601.7 -10020.5l603.1 -10020.3l604.4 -10020.2l605.8 -10020l607.1 -10019.8l608.5 -10019.7l609.8 -10019.5l611.2 -10019.3l612.5 -10019.1l613.8 -10019l615.2 -10018.8l616.5 -10018.7l617.8 -10018.5l619.2 -10018.3l620.5 -10018.2l621.8 -10018l623.1 -10017.8l624.5 -10017.6l625.8 -10017.5l627.1 -10017.3l628.4 -10017.2l629.8 -10017l631.1 -10016.8l632.4 -10016.6l633.7 -10016.5l635 -10016.3l636.3 -10016.1l637.6 -10016l638.9 -10015.8l640.2 -10015.6l641.5 -10015.4l642.8 -10015.3l644.1 -10015.1l645.4 -10015l646.7 -10014.8l648 -10014.6l649.3 -10014.4l650.6 -10014.3l651.9 -10014.1l653.2 -10013.9l654.5 -10013.7l655.8 -10013.6l657 -10013.4l658.3 -10013.2l659.6 -10013l660.9 -10012.9l662.2 -10012.7l663.4 -10012.6l664.7 -10012.4l666 -10012.2l667.2 -10012l668.5 -10011.9l669.8 -10011.7l671 -10011.5l672.3 -10011.4l673.6 -10011.2l674.8 -10011l676.1 -10010.8l677.3 -10010.6l678.6 -10010.5l679.8 -10010.3l681.1 -10010.1l682.3 -10009.9l683.6 -10009.8l684.8 -10009.6l686.1 -10009.4l687.3 -10009.3l688.6 -10009.1l689.8 -10008.9l691 -10008.8l692.3 -10008.6l693.5 -10008.4l694.7 -10008.2l696 -10008.1l697.2 -10007.9l698.4 -10007.7l699.6 -10007.5l700.9 -10007.4l702.1 -10007.2l703.3 -10007l704.5 -10006.8l705.7 -10006.6l706.9 -10006.5l708.1 -10006.3l709.4 -10006.1l710.6 -10005.9l711.8 -10005.8l713 -10005.6l714.2 -10005.4l715.4 -10005.3l716.6 -10005.1l717.8 -10004.9l719 -10004.7l720.2 -10004.6l721.3 -10004.4l722.5 -10004.2l723.7 -10004l724.9 -10003.9l726.1 -10003.7l727.3 -10003.5l728.5 -10003.3l729.6 -10003.2l730.8 -10003l732 -10002.8l733.2 -10002.6l734.3 -10002.5l735.5 -10002.3l736.7 -10002.1l737.8 -10001.9l739 -10001.8l740.1 -10001.6l741.3 -10001.4l742.5 -10001.2l743.6 -10001l744.8 -10000.9l745.9 -10000.7l747.1 -10000.5l748.2 -10000.3l749.4 -10000.2l750.5 -10000l751.7 -9999.8l752.8 -9999.7l753.9 -9999.5l755.1 -9999.3l756.2 -9999.1l757.3 -9999l758.5 -9998.8l759.6 -9998.6l760.7 -9998.4l761.8 -9998.3l763 -9998.1l764.1 -9997.9l765.2 -9997.7l766.3 -9997.6l767.4 -9997.4l768.5 -9997.2l769.7 -9997l770.8 -9996.9l771.9 -9996.7l773 -9996.5l774.1 -9996.3l775.2 -9996.2l776.3 -9996l777.4 -9995.8l778.5 -9995.7l779.6 -9995.4l780.7 -9995.3l781.8 -9995.1l782.8 -9995l783.9 -9994.7l785 -9994.6l786.1 -9994.4l787.2 -9994.3l788.2 -9994.1l789.3 -9993.9l790.4 -9993.7l791.5 -9993.6l792.5 -9993.4l793.6 -9993.2l794.7 -9993l795.7 -9992.9l796.8 -9992.7l797.9 -9992.5l798.9 -9992.3l800 -9992.2l801 -9992l802.1 -9991.8l803.1 -9991.6l804.2 -9991.5l805.2 -9991.3l806.3 -9991.2l807.3 -9991l808.3 -9990.8l809.4 -9990.6l810.4 -9990.5l811.4 -9990.3l812.5 -9990.1l813.5 -9990l814.5 -9989.8l815.6 -9989.6l816.6 -9989.4l817.6 -9989.2l818.6 -9989.1l819.6 -9988.9l820.7 -9988.8l821.7 -9988.6l822.7 -9988.4l823.7 -9988.2l824.7 -9988.1l825.7 -9987.9l826.7 -9987.7l827.7 -9987.6l828.7 -9987.4l829.7 -9987.2l830.7 -9987.1l831.7 -9986.9l832.7 -9986.7l833.7 -9986.6l834.6 -9986.4l835.6 -9986.2l836.6 -9986.1l837.6 -9985.9l838.6 -9985.7l839.5 -9985.5l840.5 -9985.3l841.5 -9985.2l842.5 -9985l843.4 -9984.9l844.4 -9984.7l845.3 -9984.5l846.3 -9984.4l847.3 -9984.2l848.2 -9984l849.2 -9983.8l850.1 -9983.7l851.1 -9983.6l852 -9983.4l853 -9983.2l853.9 -9983l854.9 -9982.9l855.8 -9982.7l856.7 -9982.6l857.7 -9982.4l858.6 -9982.2l859.5 -9982.1l860.5 -9981.9l861.4 -9981.7l862.3 -9981.5l863.2 -9981.4l864.1 -9981.3l865.1 -9981.1l866 -9980.9l866.9 -9980.8l867.8 -9980.6l868.7 -9980.4l869.6 -9980.3l870.5 -9980.1l871.4 -9980l872.3 -9979.8l873.2 -9979.6l874.1 -9979.4l875 -9979.3l875.9 -9979.2l876.8 -9979l877.7 -9978.8l878.6 -9978.6l879.5 -9978.5l880.3 -9978.4l881.2 -9978.2l882.1 -9978l883 -9977.8l883.8 -9977.7l884.7 -9977.6l885.6 -9977.4l886.4 -9977.2l887.3 -9977.1l888.2 -9976.9l889 -9976.8l889.9 -9976.6l890.7 -9976.4l891.6 -9976.3l892.4 -9976.2l893.3 -9976l894.1 -9975.8l895 -9975.7l895.8 -9975.5l896.7 -9975.4l897.5 -9975.2l898.3 -9975l899.2 -9974.9l900 -9974.8l900.8 -9974.6l901.6 -9974.4l902.5 -9974.3l903.3 -9974.2l904.1 -9974l904.9 -9973.8l905.7 -9973.7l906.6 -9973.5l907.4 -9973.4l908.2 -9973.2l909 -9973.1l909.8 -9972.9l910.6 -9972.8l911.4 -9972.6l912.2 -9972.5l913 -9972.3l913.8 -9972.2l914.6 -9972l915.3 -9971.9l916.1 -9971.7l916.9 -9971.6l917.7 -9971.5l918.5 -9971.3l919.2 -9971.2l920 -9971l920.8 -9970.9l921.6 -9970.7l922.3 -9970.6l923.1 -9970.4l923.8 -9970.3l924.6 -9970.1l925.4 -9970l926.1 -9969.9l926.9 -9969.7l927.6 -9969.6l928.4 -9969.4l929.1 -9969.3l929.9 -9969.1l930.6 -9969l931.4 -9968.9l932.1 -9968.7l932.8 -9968.6l933.6 -9968.4l934.3 -9968.3l935 -9968.1l935.7 -9968l936.5 -9967.9l937.2 -9967.7l937.9 -9967.6l938.6 -9967.5l939.3 -9967.3l940.1 -9967.2l940.8 -9967l941.5 -9966.9l942.2 -9966.8l942.9 -9966.6l943.6 -9966.5l944.3 -9966.4l945 -9966.2l945.7 -9966.1l946.4 -9965.9l947 -9965.8l947.7 -9965.7l948.4 -9965.5l949.1 -9965.4l949.8 -9965.2l950.5 -9965.1l951.1 -9965l951.8 -9964.9l952.5 -9964.7l953.1 -9964.6l953.8 -9964.5l954.5 -9964.4l955.1 -9964.2l955.8 -9964.1l956.5 -9964l957.1 -9963.8l957.8 -9963.7l958.4 -9963.6l959.1 -9963.4l959.7 -9963.3l960.3 -9963.2l961 -9963.1l961.6 -9962.9l962.3 -9962.8l962.9 -9962.7l963.5 -9962.6l964.2 -9962.4l964.8 -9962.3l965.4 -9962.2l966 -9962.1l966.6 -9961.9l967.3 -9961.8l967.9 -9961.7l968.5 -9961.6l969.1 -9961.4l969.7 -9961.3l970.3 -9961.2l970.9 -9961.1l971.5 -9961l972.1 -9960.8l972.7 -9960.7l973.3 -9960.6l973.9 -9960.5l974.5 -9960.4l975.1 -9960.2l975.6 -9960.1l976.2 -9960l976.8 -9959.9l977.4 -9959.8l978 -9959.7l978.5 -9959.5l979.1 -9959.4l979.7 -9959.3l980.2 -9959.2l980.8 -9959.1l981.3 -9958.9l981.9 -9958.9l982.5 -9958.7l983 -9958.6l983.6 -9958.5l984.1 -9958.4l984.7 -9958.3l985.2 -9958.2l985.7 -9958.1l986.3 -9957.9l986.8 -9957.9l987.4 -9957.7l987.9 -9957.6l988.4 -9957.5l988.9 -9957.4l989.5 -9957.3l990 -9957.2l990.5 -9957.1l991 -9957l991.5 -9956.9l992 -9956.8l992.6 -9956.7l993.1 -9956.5l993.6 -9956.5l994.1 -9956.4l994.6 -9956.3l891.3 -8918.1"
id="path1836"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-217940.2 -4945172.1l9320.8 687.1l10027.5 739.1l10026.3 738.9l10025.1 738.7l10024 738.5l10022.8 738.3l10021.7 738.1l10020.5 737.8l10019.3 737.6l10018.2 737.4l10017 737.2l10015.8 737l10014.6 736.8l10013.5 736.7l10012.3 736.5l10011.1 736.3l10010 736.1l10008.8 735.9l10007.6 735.7l10006.5 735.5l10005.3 735.4l10004.1 735.2l10003 735l10001.8 734.8l10000.6 734.6l9999.5 734.5l9998.3 734.3l9997.1 734.1l9996 734l9994.8 733.8l9993.6 733.6l9992.4 733.5l9991.3 733.3l9990.1 733.2l9988.9 733l9987.7 732.9l9986.6 732.7l9985.4 732.6l9984.3 732.4l9983.1 732.3l9981.9 732.1l9980.8 732l9979.6 731.8l9978.4 731.7l9977.2 731.6l9976.1 731.4l9974.9 731.3l9269.7 679.6"
id="path1837"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-216832.8 -4955174l8953.1 661.1l10027.3 740.3l10026.1 740.1l10024.9 739.8l10023.8 739.6l10022.6 739.4l10021.5 739.2l10020.3 739l10019.1 738.8l10018 738.6l10016.8 738.4l10015.6 738.2l10014.4 738l10013.3 737.8l10012.1 737.6l10011 737.4l10009.8 737.3l10008.6 737.1l10007.5 736.9l10006.3 736.7l10005.1 736.5l10003.9 736.3l10002.8 736.2l10001.6 736l10000.5 735.8l9999.3 735.6l9998.1 735.5l9997 735.3l9995.8 735.1l9994.6 735l9993.4 734.8l9992.3 734.7l9991.1 734.5l9990 734.3l9988.8 734.2l9987.6 734l9986.5 733.9l9985.3 733.7l9984.1 733.6l9982.9 733.4l9981.8 733.3l9980.6 733.2l9979.5 733l9978.3 732.9l9977.1 732.7l9976 732.6l9974.8 732.5l8904.3 653.8"
id="path1838"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-215723.7 -4965175.6l8585 634.9l10027.1 741.4l10025.9 741.2l10024.7 741l10023.6 740.8l10022.4 740.6l10021.2 740.4l10020.1 740.2l10018.9 740l10017.8 739.8l10016.6 739.6l10015.4 739.4l10014.2 739.2l10013.1 739l10011.9 738.8l10010.8 738.6l10009.6 738.4l10008.4 738.2l10007.3 738l10006.1 737.9l10004.9 737.7l10003.7 737.5l10002.6 737.3l10001.4 737.2l10000.3 737l9999.1 736.8l9997.9 736.6l9996.8 736.5l9995.6 736.3l9994.5 736.1l9993.3 736l9992.1 735.8l9991 735.7l9989.8 735.5l9988.6 735.4l9987.4 735.2l9986.3 735l9985.1 734.9l9984 734.8l9982.8 734.6l9981.6 734.5l9980.5 734.3l9979.3 734.2l9978.1 734l9977 733.9l9975.8 733.8l9974.7 733.6l8538.3 628"
id="path1839"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-214612.8 -4975176.8l8216.3 608.6l10026.9 742.6l10025.7 742.4l10024.5 742.2l10023.4 742l10022.2 741.8l10021 741.6l10019.8 741.3l10018.7 741.1l10017.6 740.9l10016.4 740.7l10015.2 740.5l10014 740.3l10012.9 740.2l10011.7 740l10010.6 739.8l10009.4 739.6l10008.2 739.4l10007.1 739.2l10005.9 739l10004.8 738.8l10003.6 738.7l10002.4 738.5l10001.3 738.3l10000.1 738.1l9998.9 738l9997.8 737.8l9996.6 737.6l9995.5 737.5l9994.3 737.3l9993.1 737.1l9992 737l9990.8 736.8l9989.6 736.7l9988.5 736.5l9987.3 736.4l9986.2 736.2l9985 736.1l9983.8 735.9l9982.6 735.8l9981.5 735.6l9980.3 735.5l9979.2 735.3l9978 735.2l9976.8 735.1l9975.7 734.9l9974.5 734.8l8171.6 602"
id="path1840"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-213500.2 -4985177.7l7846.9 582.2l10026.6 743.8l10025.5 743.6l10024.3 743.3l10023.2 743.1l10022 742.9l10020.8 742.7l10019.6 742.5l10018.5 742.3l10017.4 742.1l10016.2 741.9l10015 741.7l10013.8 741.5l10012.7 741.3l10011.5 741.1l10010.4 740.9l10009.2 740.7l10008 740.6l10006.9 740.4l10005.7 740.2l10004.6 740l10003.4 739.8l10002.3 739.7l10001.1 739.5l9999.9 739.3l9998.8 739.1l9997.6 739l9996.5 738.8l9995.3 738.6l9994.1 738.5l9992.9 738.3l9991.8 738.1l9990.6 738l9989.5 737.8l9988.3 737.7l9987.1 737.5l9986 737.4l9984.8 737.2l9983.7 737.1l9982.5 736.9l9981.4 736.8l9980.2 736.6l9979 736.5l9977.9 736.4l9976.7 736.2l9975.6 736.1l9974.4 736l7804.3 575.8"
id="path1841"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-212385.8 -4995178.3l7477 555.6l10026.4 744.9l10025.3 744.7l10024.1 744.5l10022.9 744.3l10021.8 744.1l10020.6 743.9l10019.4 743.7l10018.3 743.5l10017.2 743.3l10016 743.1l10014.8 742.9l10013.6 742.7l10012.5 742.5l10011.4 742.3l10010.2 742.1l10009 741.9l10007.8 741.7l10006.7 741.5l10005.6 741.4l10004.4 741.2l10003.2 741l10002.1 740.8l10000.9 740.6l9999.8 740.5l9998.6 740.3l9997.4 740.1l9996.3 740l9995.1 739.8l9994 739.6l9992.8 739.5l9991.7 739.3l9990.5 739.1l9989.3 739l9988.2 738.8l9987 738.7l9985.9 738.5l9984.7 738.4l9983.5 738.2l9982.3 738.1l9981.2 738l9980.1 737.8l9978.9 737.7l9977.7 737.5l9976.5 737.4l9975.4 737.3l9974.3 737.1l7436.5 549.6"
id="path1842"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-211269.7 -5005178.5l7106.6 528.9l10026.2 746.1l10025.1 745.9l10023.9 745.7l10022.7 745.5l10021.6 745.2l10020.4 745l10019.2 744.8l10018.1 744.6l10017 744.4l10015.8 744.2l10014.6 744l10013.4 743.8l10012.3 743.6l10011.2 743.4l10010 743.3l10008.8 743.1l10007.7 742.9l10006.5 742.7l10005.4 742.5l10004.2 742.3l10003 742.1l10001.9 742l10000.7 741.8l9999.6 741.6l9998.4 741.5l9997.2 741.3l9996.1 741.1l9995 741l9993.8 740.8l9992.6 740.6l9991.5 740.5l9990.3 740.3l9989.2 740.2l9988 740l9986.8 739.8l9985.7 739.7l9984.5 739.5l9983.4 739.4l9982.2 739.3l9981.1 739.1l9979.9 739l9978.8 738.8l9977.6 738.7l9976.4 738.6l9975.3 738.4l9974.1 738.3l7068.2 523.2"
id="path1843"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-210152 -5015178.3l6735.6 502.1l10026 747.2l10024.8 747l10023.6 746.8l10022.5 746.6l10021.4 746.4l10020.2 746.2l10019 746l10017.9 745.8l10016.7 745.6l10015.6 745.4l10014.4 745.2l10013.3 745l10012.1 744.8l10011 744.6l10009.8 744.4l10008.7 744.2l10007.5 744l10006.4 743.8l10005.2 743.7l10004 743.5l10002.9 743.3l10001.7 743.1l10000.6 743l9999.4 742.8l9998.3 742.6l9997.1 742.4l9996 742.3l9994.8 742.1l9993.6 741.9l9992.5 741.8l9991.3 741.6l9990.2 741.5l9989 741.3l9987.9 741.2l9986.7 741l9985.6 740.9l9984.4 740.7l9983.2 740.6l9982.1 740.4l9980.9 740.3l9979.8 740.1l9978.6 740l9977.5 739.8l9976.3 739.7l9975.2 739.6l9974 739.4l6699.3 496.6"
id="path1844"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-209032.4 -5025177.8l6364 475.1l10025.8 748.4l10024.6 748.2l10023.4 748l10022.3 747.8l10021.2 747.6l10020 747.3l10018.8 747.1l10017.7 746.9l10016.5 746.7l10015.4 746.5l10014.2 746.3l10013.1 746.1l10011.9 745.9l10010.8 745.8l10009.6 745.6l10008.5 745.4l10007.3 745.2l10006.2 745l10005 744.8l10003.9 744.6l10002.7 744.5l10001.6 744.3l10000.4 744.1l9999.2 743.9l9998.1 743.8l9996.9 743.6l9995.8 743.4l9994.6 743.3l9993.5 743.1l9992.3 742.9l9991.2 742.8l9990 742.6l9988.9 742.5l9987.7 742.3l9986.5 742.2l9985.4 742l9984.3 741.9l9983.1 741.7l9981.9 741.6l9980.8 741.4l9979.6 741.3l9978.5 741.1l9977.3 741l9976.1 740.9l9975 740.7l9973.9 740.6l6329.8 470"
id="path1845"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-207911.2 -5035177l5991.8 448l10025.6 749.6l10024.4 749.3l10023.2 749.1l10022.1 748.9l10021 748.7l10019.8 748.5l10018.6 748.3l10017.5 748.1l10016.3 747.9l10015.2 747.7l10014 747.5l10012.9 747.3l10011.7 747.1l10010.6 746.9l10009.4 746.7l10008.3 746.5l10007.1 746.3l10006 746.2l10004.8 746l10003.7 745.8l10002.5 745.6l10001.4 745.4l10000.2 745.3l9999.1 745.1l9997.9 744.9l9996.7 744.7l9995.6 744.6l9994.5 744.4l9993.3 744.3l9992.1 744.1l9991 743.9l9989.9 743.8l9988.7 743.6l9987.6 743.5l9986.4 743.3l9985.3 743.2l9984.1 743l9983 742.9l9981.8 742.7l9980.6 742.6l9979.5 742.4l9978.3 742.3l9977.2 742.2l9976 742l9974.9 741.9l9973.7 741.8l5959.6 443.2"
id="path1846"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-168881.7 -1l.8 -10054.4l2.5 -10055.5l4.2 -10055.5l5.8 -10055.5l7.5 -10055.5l9.2 -10055.4l10.8 -10055.5l12.5 -10055.4l14.2 -10055.4l15.9 -10055.4l17.5 -10055.4l19.2 -10055.4l20.9 -10055.4l22.5 -10055.4l24.2 -10055.4l25.9 -10055.4l27.5 -10055.4l29.2 -10055.4l30.9 -10055.3l32.5 -10055.4l34.2 -10055.3l35.9 -10055.3l37.5 -10055.3l39.2 -10055.3l40.9 -10055.3l42.5 -10055.3l44.2 -10055.3l45.9 -10055.2l47.5 -10055.2l49.2 -10055.2l50.9 -10055.2l52.5 -10055.2l54.2 -10055.1l55.9 -10055.2l57.5 -10055.1l59.2 -10055.1l60.9 -10055.1l62.5 -10055.1l64.2 -10055.1l65.9 -10055l67.5 -10055l69.2 -10055l70.9 -10055l72.5 -10054.9l74.2 -10054.9l75.9 -10054.9l77.5 -10054.8l79.2 -10054.8l80.9 -10054.8l82.5 -10054.8l84.2 -10054.7l85.8 -10054.7l87.5 -10054.7l89.2 -10054.7l90.8 -10054.6l92.5 -10054.6l94.2 -10054.6l95.8 -10054.5l97.5 -10054.5l99.1 -10054.4l100.8 -10054.4l102.5 -10054.4l104.1 -10054.4l105.8 -10054.3l107.4 -10054.3l109.1 -10054.3l110.8 -10054.2l112.4 -10054.2l114.1 -10054.1l115.7 -10054.1l117.4 -10054.1l119.1 -10054l120.7 -10054l122.4 -10053.9l124 -10053.9l125.7 -10053.9l127.3 -10053.8l129 -10053.8l130.7 -10053.7l132.3 -10053.7l134 -10053.7l135.6 -10053.6l137.3 -10053.5l138.9 -10053.5l140.6 -10053.5l142.2 -10053.4l143.9 -10053.4l145.5 -10053.3l147.2 -10053.3l148.8 -10053.2l150.5 -10053.2l152.1 -10053.1l153.8 -10053.1l155.4 -10053l157.1 -10053l158.7 -10052.9l160.4 -10052.9l162 -10052.8l163.7 -10052.8l165.3 -10052.7l167 -10052.6l168.6 -10052.6l170.3 -10052.6l171.9 -10052.5l173.5 -10052.4l175.2 -10052.4l176.8 -10052.3l178.5 -10052.3l180.1 -10052.2l181.8 -10052.2l183.4 -10052.1l185 -10052l186.7 -10052l188.3 -10051.9l190 -10051.8l191.6 -10051.8l193.2 -10051.7l194.9 -10051.7l196.5 -10051.6l198.2 -10051.5l199.8 -10051.5l201.4 -10051.4l203.1 -10051.3l204.7 -10051.2l206.3 -10051.2l208 -10051.1l209.6 -10051.1l211.2 -10051l212.9 -10050.9l214.5 -10050.9l216.1 -10050.8l217.8 -10050.7l219.4 -10050.6l221 -10050.6l222.7 -10050.5l224.3 -10050.4l225.9 -10050.4l227.5 -10050.2l229.2 -10050.2l230.8 -10050.1l232.4 -10050.1l234 -10049.9l235.7 -10049.9l237.3 -10049.8l238.9 -10049.7l240.5 -10049.7l242.1 -10049.6l243.8 -10049.5l245.4 -10049.4l247 -10049.4l248.6 -10049.3l250.2 -10049.2l251.9 -10049.1l253.5 -10049l255.1 -10048.9l256.7 -10048.8l258.3 -10048.8l259.9 -10048.7l261.5 -10048.6l263.2 -10048.5l264.8 -10048.4l266.4 -10048.4l268 -10048.3l269.6 -10048.2l271.2 -10048.1l272.8 -10048l274.4 -10047.9l276 -10047.8l277.6 -10047.7l279.2 -10047.6l280.8 -10047.6l282.5 -10047.5l284.1 -10047.4l285.7 -10047.3l287.3 -10047.2l288.9 -10047.1l290.5 -10047l292.1 -10046.9l293.7 -10046.8l295.3 -10046.7l296.8 -10046.6l298.4 -10046.5l300 -10046.4l301.6 -10046.3l303.2 -10046.3l304.8 -10046.2l306.4 -10046.1l308 -10045.9l309.6 -10045.9l311.2 -10045.8l312.8 -10045.7l314.4 -10045.6l315.9 -10045.4l317.5 -10045.4l319.1 -10045.3l320.7 -10045.2l322.3 -10045l323.9 -10045l325.4 -10044.9l327 -10044.7l328.6 -10044.6l330.2 -10044.5l331.8 -10044.4l333.3 -10044.3l334.9 -10044.2l336.5 -10044.1l338.1 -10044l339.6 -10043.9l341.2 -10043.8l342.8 -10043.7l344.4 -10043.5l345.9 -10043.5l347.5 -10043.4l349.1 -10043.3l350.6 -10043.1l352.2 -10043l353.8 -10042.9l355.3 -10042.8l356.9 -10042.7l358.4 -10042.6l360 -10042.5l361.6 -10042.4l363.1 -10042.2l364.7 -10042.1l366.2 -10042l367.8 -10041.9l369.4 -10041.8l370.9 -10041.7l372.5 -10041.5l374 -10041.4l375.6 -10041.3l377.1 -10041.2l378.7 -10041.1l380.2 -10040.9l381.8 -10040.9l383.3 -10040.7l384.9 -10040.6l386.4 -10040.5l387.9 -10040.4l389.5 -10040.3l391 -10040.1l392.6 -10040l394.1 -10039.9l395.7 -10039.8l397.2 -10039.7l398.7 -10039.5l400.3 -10039.4l401.8 -10039.3l403.3 -10039.2l404.9 -10039l406.4 -10038.9l407.9 -10038.8l409.4 -10038.7l411 -10038.5l412.5 -10038.4l414 -10038.3l415.5 -10038.1l417.1 -10038l418.6 -10037.9l420.1 -10037.8l421.6 -10037.6l423.2 -10037.5l424.7 -10037.4l426.2 -10037.3l427.7 -10037.1l429.2 -10037l430.7 -10036.9l432.2 -10036.7l433.8 -10036.6l435.3 -10036.4l436.8 -10036.3l438.3 -10036.2l439.8 -10036.1l441.3 -10035.9l442.8 -10035.8l444.3 -10035.7l445.8 -10035.5l447.3 -10035.4l448.8 -10035.2l450.3 -10035.1l451.8 -10035l453.3 -10034.9l454.8 -10034.7l456.3 -10034.6l457.8 -10034.5l459.3 -10034.3l460.7 -10034.2l462.2 -10034l463.7 -10033.9l465.2 -10033.8l466.7 -10033.6l468.2 -10033.5l469.7 -10033.3l471.1 -10033.2l472.6 -10033.1l474.1 -10032.9l475.6 -10032.8l477 -10032.6l478.5 -10032.5l480 -10032.4l481.5 -10032.2l482.9 -10032l484.4 -10031.9l485.9 -10031.8l487.3 -10031.6l488.8 -10031.5l490.3 -10031.3l491.7 -10031.2l493.2 -10031.1l494.7 -10030.9l496.1 -10030.7l497.6 -10030.6l499 -10030.5l500.5 -10030.3l501.9 -10030.2l503.4 -10030l504.8 -10029.9l506.3 -10029.8l507.7 -10029.6l509.2 -10029.5l510.6 -10029.3l512.1 -10029.2l513.5 -10029l515 -10028.9l516.4 -10028.7l517.8 -10028.6l519.3 -10028.4l520.7 -10028.3l522.2 -10028.1l523.6 -10027.9l525 -10027.8l526.5 -10027.7l527.9 -10027.5l529.3 -10027.3l530.7 -10027.2l532.2 -10027.1l533.6 -10026.9l535 -10026.7l536.4 -10026.6l537.8 -10026.4l539.3 -10026.3l540.7 -10026.1l542.1 -10025.9l543.5 -10025.8l544.9 -10025.7l546.3 -10025.5l547.7 -10025.4l549.2 -10025.2l550.6 -10025.1l552 -10024.9l553.4 -10024.7l554.8 -10024.6l556.2 -10024.4l557.6 -10024.3l559 -10024.1l560.4 -10024l561.8 -10023.8l563.2 -10023.6l564.6 -10023.5l565.9 -10023.3l567.3 -10023.2l568.7 -10023l570.1 -10022.8l571.5 -10022.7l572.9 -10022.5l574.3 -10022.3l575.6 -10022.2l577 -10022.1l578.4 -10021.9l579.8 -10021.7l581.1 -10021.5l582.5 -10021.4l583.9 -10021.2l585.3 -10021.1l586.6 -10020.9l588 -10020.8l589.4 -10020.6l590.7 -10020.4l592.1 -10020.3l593.4 -10020.1l594.8 -10020l596.2 -10019.8l597.5 -10019.6l598.9 -10019.4l600.2 -10019.3l601.6 -10019.1l602.9 -10019l604.3 -10018.8l605.6 -10018.6l607 -10018.5l608.3 -10018.3l609.6 -10018.2l611 -10018l612.3 -10017.8l613.7 -10017.7l615 -10017.5l616.3 -10017.3l617.7 -10017.1l619 -10017l620.3 -10016.8l621.7 -10016.7l623 -10016.5l624.3 -10016.3l625.6 -10016.2l626.9 -10016l628.3 -10015.8l629.6 -10015.6l630.9 -10015.5l632.2 -10015.3l633.5 -10015.2l634.8 -10015l636.1 -10014.8l637.5 -10014.7l638.8 -10014.5l640.1 -10014.3l641.4 -10014.1l642.7 -10014l644 -10013.8l645.3 -10013.7l646.6 -10013.5l647.9 -10013.3l649.2 -10013.1l650.4 -10013l651.7 -10012.8l653 -10012.6l654.3 -10012.4l655.6 -10012.3l656.9 -10012.1l658.2 -10012l659.4 -10011.8l660.7 -10011.6l662 -10011.5l663.3 -10011.3l664.5 -10011.1l665.8 -10010.9l667.1 -10010.8l668.3 -10010.6l669.6 -10010.4l670.9 -10010.2l672.1 -10010.1l673.4 -10009.9l674.7 -10009.7l675.9 -10009.6l677.2 -10009.4l678.4 -10009.2l679.7 -10009.1l680.9 -10008.9l682.2 -10008.7l683.4 -10008.5l684.7 -10008.4l685.9 -10008.2l687.1 -10008l688.4 -10007.8l689.6 -10007.7l690.9 -10007.5l692.1 -10007.3l693.3 -10007.1l694.6 -10007l695.8 -10006.8l697 -10006.7l698.2 -10006.5l699.5 -10006.3l700.7 -10006.1l701.9 -10006l703.1 -10005.8l704.3 -10005.6l705.5 -10005.4l706.8 -10005.3l708 -10005.1l709.2 -10004.9l710.4 -10004.7l711.6 -10004.6l712.8 -10004.4l714 -10004.2l715.2 -10004.1l716.4 -10003.9l717.6 -10003.7l718.8 -10003.5l720 -10003.4l721.2 -10003.2l722.4 -10003l723.6 -10002.9l724.7 -10002.7l725.9 -10002.5l727.1 -10002.3l728.3 -10002.2l729.5 -10002l730.6 -10001.8l731.8 -10001.6l733 -10001.5l734.2 -10001.3l735.3 -10001.1l736.5 -10001l737.6 -10000.7l738.8 -10000.6l740 -10000.4l741.1 -10000.3l742.3 -10000.1l743.4 -9999.9l744.6 -9999.7l745.8 -9999.6l746.9 -9999.4l748 -9999.2l749.2 -9999l750.3 -9998.9l751.5 -9998.7l752.6 -9998.5l753.8 -9998.3l754.9 -9998.2l756 -9998l757.2 -9997.8l758.3 -9997.6l759.4 -9997.5l760.5 -9997.3l761.7 -9997.1l762.8 -9997l763.9 -9996.8l765 -9996.6l766.2 -9996.5l767.3 -9996.3l768.4 -9996.1l769.5 -9995.9l770.6 -9995.8l771.7 -9995.6l772.8 -9995.4l773.9 -9995.2l775 -9995.1l776.1 -9994.9l777.2 -9994.7l778.3 -9994.6l779.4 -9994.4l780.5 -9994.2l781.6 -9994l782.7 -9993.9l783.8 -9993.7l784.8 -9993.5l785.9 -9993.4l787 -9993.2l788.1 -9993l789.2 -9992.8l790.2 -9992.7l791.3 -9992.5l792.4 -9992.3l793.4 -9992.1l794.5 -9992l795.6 -9991.8l796.6 -9991.6l797.7 -9991.5l798.7 -9991.3l799.8 -9991.1l800.9 -9991l801.9 -9990.8l803 -9990.6l804 -9990.5l805 -9990.3l806.1 -9990.1l807.1 -9989.9l808.2 -9989.7l809.2 -9989.6l810.2 -9989.4l811.3 -9989.3l812.3 -9989.1l813.3 -9988.9l814.4 -9988.8l815.4 -9988.6l816.4 -9988.4l817.4 -9988.2l818.5 -9988.1l819.5 -9987.9l820.5 -9987.7l821.5 -9987.6l822.5 -9987.4l823.5 -9987.2l824.5 -9987.1l825.5 -9986.9l826.5 -9986.7l827.5 -9986.6l828.5 -9986.4l829.5 -9986.2l830.5 -9986.1l831.5 -9985.9l832.5 -9985.7l833.5 -9985.6l834.5 -9985.4l835.5 -9985.2l836.4 -9985.1l837.4 -9984.9l838.4 -9984.7l839.4 -9984.6l840.3 -9984.4l841.3 -9984.2l842.3 -9984.1l843.3 -9983.9l844.2 -9983.7l845.2 -9983.6l846.1 -9983.4l847.1 -9983.3l848.1 -9983.1l849 -9982.9l850 -9982.8l850.9 -9982.6l851.9 -9982.4l852.8 -9982.3l853.7 -9982.1l854.7 -9982l855.6 -9981.8l856.6 -9981.6l857.5 -9981.4l858.4 -9981.3l859.4 -9981.1l860.3 -9981l861.2 -9980.8l862.1 -9980.6l863.1 -9980.5l864 -9980.3l864.9 -9980.2l865.8 -9980l866.7 -9979.9l867.6 -9979.7l868.6 -9979.5l869.5 -9979.4l870.4 -9979.2l871.3 -9979.1l872.2 -9978.9l873.1 -9978.7l874 -9978.5l874.9 -9978.4l875.8 -9978.3l876.6 -9978.1l877.5 -9977.9l878.4 -9977.8l879.3 -9977.6l880.2 -9977.5l881.1 -9977.3l881.9 -9977.2l882.8 -9977l883.7 -9976.9l884.6 -9976.7l885.4 -9976.5l886.3 -9976.4l887.1 -9976.2l888 -9976.1l888.9 -9975.9l889.7 -9975.8l890.6 -9975.6l891.4 -9975.5l892.3 -9975.3l893.1 -9975.2l894 -9975l894.8 -9974.8l895.7 -9974.7l896.5 -9974.5l897.3 -9974.4l898.2 -9974.2l899 -9974.1l899.8 -9973.9l900.7 -9973.8l901.5 -9973.6l902.3 -9973.5l903.1 -9973.3l904 -9973.2l904.8 -9973l905.6 -9972.8l906.4 -9972.7l907.2 -9972.6l908 -9972.4l908.8 -9972.3l909.6 -9972.1l910.4 -9972l911.2 -9971.8l912 -9971.7l912.8 -9971.5l913.6 -9971.4l914.4 -9971.3l915.2 -9971.1l916 -9971l916.8 -9970.8l917.5 -9970.7l918.3 -9970.5l919.1 -9970.4l919.9 -9970.2l920.6 -9970.1l921.4 -9970l922.2 -9969.8l922.9 -9969.7l923.7 -9969.5l924.5 -9969.4l925.2 -9969.2l926 -9969.1l926.7 -9968.9l927.5 -9968.8l928.2 -9968.7l929 -9968.5l929.7 -9968.4l930.5 -9968.2l931.2 -9968.1l932 -9968l932.7 -9967.8l933.4 -9967.7l934.2 -9967.6l934.9 -9967.4l935.6 -9967.3l936.3 -9967.1l937 -9967l937.8 -9966.9l938.5 -9966.7l939.2 -9966.6l939.9 -9966.5l940.6 -9966.3l941.3 -9966.2l942 -9966.1l942.7 -9965.9l943.4 -9965.8l944.1 -9965.7l944.8 -9965.5l945.5 -9965.4l946.2 -9965.3l946.9 -9965.1l947.6 -9965l948.3 -9964.9l949 -9964.7l949.6 -9964.6l950.3 -9964.5l951 -9964.3l951.7 -9964.2l952.3 -9964.1l953 -9963.9l953.7 -9963.8l954.3 -9963.7l955 -9963.6l955.7 -9963.4l956.3 -9963.3l957 -9963.2l957.6 -9963.1l958.3 -9962.9l958.9 -9962.8l959.6 -9962.7l960.2 -9962.6l960.9 -9962.4l961.5 -9962.3l962.1 -9962.1l962.8 -9962.1l963.4 -9961.9l964 -9961.8l964.7 -9961.7l965.3 -9961.6l965.9 -9961.4l966.5 -9961.3l967.1 -9961.2l967.7 -9961l968.4 -9961l969 -9960.8l969.6 -9960.7l970.2 -9960.6l970.8 -9960.5l971.4 -9960.4l972 -9960.2l972.6 -9960.1l973.2 -9960l973.8 -9959.9l974.4 -9959.8l974.9 -9959.7l975.5 -9959.5l976.1 -9959.4l976.7 -9959.3l977.3 -9959.2l977.8 -9959.1l978.4 -9958.9l979 -9958.9l979.6 -9958.7l980.1 -9958.6l980.7 -9958.5l981.2 -9958.4l981.8 -9958.3l982.4 -9958.2l982.9 -9958.1l983.5 -9957.9l984 -9957.9l984.6 -9957.7l985.1 -9957.6l985.6 -9957.5l986.2 -9957.4l986.7 -9957.3l987.2 -9957.2l987.8 -9957.1l988.3 -9957l988.8 -9956.9l989.4 -9956.8l989.9 -9956.7l990.4 -9956.6l990.9 -9956.4l991.4 -9956.4l991.9 -9956.3l992.5 -9956.2l993 -9956l993.5 -9956l994 -9955.9l994.5 -9955.8l888.7 -8892.9"
id="path1847"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-206788.2 -5045175.8l5619.1 420.8l10025.3 750.7l10024.2 750.5l10023 750.3l10021.9 750.1l10020.7 749.9l10019.6 749.6l10018.4 749.4l10017.3 749.2l10016.1 749l10015 748.8l10013.8 748.6l10012.7 748.4l10011.5 748.2l10010.4 748.1l10009.2 747.9l10008.1 747.7l10006.9 747.5l10005.8 747.3l10004.7 747.1l10003.5 746.9l10002.3 746.8l10001.2 746.6l10000.1 746.4l9998.9 746.2l9997.8 746.1l9996.6 745.9l9995.5 745.7l9994.3 745.6l9993.2 745.4l9992 745.2l9990.9 745.1l9989.7 744.9l9988.6 744.8l9987.4 744.6l9986.2 744.5l9985.1 744.3l9984 744.2l9982.8 744l9981.6 743.9l9980.5 743.7l9979.4 743.6l9978.2 743.4l9977.1 743.3l9975.9 743.2l9974.8 743l9973.6 742.9l5589 416.3"
id="path1848"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-205663.5 -5055174.2l5245.8 393.5l10025.1 751.9l10024 751.6l10022.8 751.4l10021.7 751.2l10020.5 751l10019.4 750.8l10018.2 750.6l10017.1 750.4l10015.9 750.2l10014.8 750l10013.7 749.8l10012.5 749.6l10011.4 749.4l10010.2 749.2l10009.1 749l10007.9 748.8l10006.7 748.6l10005.6 748.5l10004.5 748.3l10003.3 748.1l10002.1 747.9l10001 747.7l9999.9 747.6l9998.7 747.4l9997.6 747.2l9996.4 747l9995.3 746.9l9994.1 746.7l9993 746.6l9991.8 746.4l9990.7 746.2l9989.5 746.1l9988.4 745.9l9987.3 745.8l9986.1 745.6l9985 745.5l9983.8 745.3l9982.7 745.2l9981.5 745l9980.4 744.9l9979.2 744.7l9978.1 744.6l9976.9 744.5l9975.7 744.3l9974.6 744.2l9973.5 744.1l5217.9 389.3"
id="path1849"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-204537.1 -5065172.3l4871.9 366l10024.9 753l10023.8 752.8l10022.6 752.6l10021.5 752.4l10020.3 752.2l10019.2 751.9l10018 751.7l10016.9 751.5l10015.7 751.3l10014.6 751.1l10013.5 750.9l10012.3 750.7l10011.2 750.5l10010 750.4l10008.9 750.2l10007.7 750l10006.5 749.8l10005.4 749.6l10004.3 749.4l10003.1 749.2l10002 749.1l10000.9 748.9l9999.7 748.7l9998.6 748.5l9997.4 748.4l9996.2 748.2l9995.1 748l9994 747.9l9992.8 747.7l9991.7 747.5l9990.5 747.4l9989.4 747.2l9988.2 747.1l9987.1 746.9l9985.9 746.8l9984.8 746.6l9983.7 746.5l9982.5 746.3l9981.3 746.2l9980.2 746l9979.1 745.9l9977.9 745.7l9976.8 745.6l9975.6 745.5l9974.5 745.3l9973.3 745.2l4846 362.1"
id="path1850"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-203409.1 -5075170.1l4497.6 338.4l10024.7 754.1l10023.6 753.9l10022.4 753.7l10021.3 753.5l10020.1 753.3l10019 753.1l10017.8 752.9l10016.7 752.7l10015.5 752.5l10014.4 752.3l10013.3 752.1l10012.1 751.9l10011 751.7l10009.8 751.5l10008.7 751.3l10007.5 751.1l10006.4 750.9l10005.3 750.7l10004.1 750.6l10003 750.4l10001.8 750.2l10000.7 750l9999.5 749.9l9998.4 749.7l9997.2 749.5l9996.1 749.3l9995 749.2l9993.8 749l9992.7 748.8l9991.5 748.7l9990.4 748.5l9989.2 748.4l9988.1 748.2l9986.9 748.1l9985.8 747.9l9984.7 747.8l9983.5 747.6l9982.4 747.5l9981.2 747.3l9980.1 747.2l9978.9 747l9977.8 746.9l9976.6 746.8l9975.5 746.6l9974.4 746.5l9973.2 746.4l4473.6 334.8"
id="path1851"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-202279.2 -5085167.5l4122.5 310.6l10024.5 755.3l10023.3 755.1l10022.2 754.9l10021.1 754.6l10019.9 754.4l10018.8 754.2l10017.6 754l10016.5 753.8l10015.3 753.6l10014.2 753.4l10013.1 753.2l10011.9 753l10010.8 752.8l10009.6 752.6l10008.5 752.4l10007.4 752.3l10006.2 752.1l10005.1 751.9l10003.9 751.7l10002.8 751.5l10001.6 751.3l10000.5 751.2l9999.4 751l9998.2 750.8l9997.1 750.7l9995.9 750.5l9994.8 750.3l9993.6 750.1l9992.5 750l9991.3 749.8l9990.2 749.7l9989.1 749.5l9987.9 749.4l9986.8 749.2l9985.6 749l9984.5 748.9l9983.4 748.7l9982.2 748.6l9981 748.5l9979.9 748.3l9978.8 748.2l9977.7 748l9976.5 747.9l9975.3 747.8l9974.2 747.6l9973.1 747.5l4100.7 307.3"
id="path1852"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-201147.7 -5095164.6l3746.9 282.8l10024.3 756.4l10023.1 756.2l10022 756l10020.8 755.8l10019.7 755.6l10018.6 755.4l10017.4 755.2l10016.3 755l10015.1 754.8l10014 754.6l10012.9 754.4l10011.7 754.2l10010.6 754l10009.4 753.8l10008.3 753.6l10007.2 753.4l10006 753.2l10004.9 753l10003.7 752.8l10002.6 752.7l10001.4 752.5l10000.3 752.3l9999.2 752.1l9998 752l9996.9 751.8l9995.7 751.6l9994.6 751.5l9993.5 751.3l9992.3 751.1l9991.2 751l9990.1 750.8l9988.9 750.6l9987.8 750.5l9986.6 750.3l9985.5 750.2l9984.4 750l9983.2 749.9l9982.1 749.7l9980.9 749.6l9979.8 749.5l9978.7 749.3l9977.5 749.2l9976.4 749l9975.2 748.9l9974.1 748.8l9973 748.6l3727.2 279.8"
id="path1853"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-200014.5 -5105161.3l3370.9 254.8l10024 757.6l10022.9 757.4l10021.7 757.1l10020.6 756.9l10019.5 756.7l10018.4 756.5l10017.2 756.3l10016.1 756.1l10014.9 755.9l10013.8 755.7l10012.7 755.5l10011.5 755.3l10010.4 755.1l10009.3 754.9l10008.1 754.7l10007 754.5l10005.8 754.4l10004.7 754.2l10003.6 754l10002.4 753.8l10001.3 753.6l10000.1 753.5l9999 753.3l9997.9 753.1l9996.7 752.9l9995.6 752.8l9994.5 752.6l9993.3 752.4l9992.2 752.3l9991 752.1l9989.9 751.9l9988.8 751.8l9987.6 751.6l9986.5 751.5l9985.3 751.3l9984.2 751.2l9983.1 751l9981.9 750.9l9980.8 750.7l9979.7 750.6l9978.5 750.5l9977.4 750.3l9976.2 750.2l9975.1 750l9974 749.9l9972.8 749.8l3353.2 252.1"
id="path1854"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-198879.6 -5115157.7l2994.2 226.7l10023.8 758.7l10022.7 758.5l10021.5 758.3l10020.4 758.1l10019.3 757.9l10018.1 757.6l10017 757.4l10015.9 757.2l10014.7 757l10013.6 756.8l10012.5 756.6l10011.3 756.4l10010.2 756.2l10009.1 756.1l10007.9 755.9l10006.8 755.7l10005.6 755.5l10004.5 755.3l10003.4 755.1l10002.2 754.9l10001.1 754.8l10000 754.6l9998.8 754.4l9997.7 754.2l9996.6 754.1l9995.4 753.9l9994.3 753.7l9993.2 753.6l9992 753.4l9990.8 753.2l9989.7 753.1l9988.6 752.9l9987.5 752.8l9986.3 752.6l9985.2 752.5l9984.1 752.3l9982.9 752.2l9981.8 752l9980.6 751.9l9979.5 751.7l9978.4 751.6l9977.2 751.5l9976.1 751.3l9974.9 751.2l9973.8 751l9972.7 750.9l2978.5 224.3"
id="path1855"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-197743 -5125153.7l2617 198.4l10023.6 759.8l10022.5 759.6l10021.3 759.4l10020.2 759.2l10019.1 759l10017.9 758.8l10016.8 758.6l10015.7 758.4l10014.5 758.2l10013.4 758l10012.3 757.8l10011.1 757.6l10010 757.4l10008.9 757.2l10007.7 757l10006.6 756.8l10005.4 756.6l10004.3 756.4l10003.2 756.3l10002.1 756.1l10000.9 755.9l9999.8 755.7l9998.7 755.5l9997.5 755.4l9996.4 755.2l9995.2 755l9994.1 754.9l9993 754.7l9991.9 754.5l9990.7 754.4l9989.6 754.2l9988.5 754.1l9987.3 753.9l9986.2 753.8l9985 753.6l9983.9 753.4l9982.8 753.3l9981.6 753.2l9980.5 753l9979.4 752.9l9978.2 752.7l9977.1 752.6l9976 752.5l9974.8 752.3l9973.7 752.2l9972.6 752.1l2603.3 196.3"
id="path1856"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-196604.7 -5135149.4l2239.3 170l10023.4 761l10022.3 760.8l10021.1 760.5l10020 760.3l10018.9 760.1l10017.7 759.9l10016.6 759.7l10015.5 759.5l10014.3 759.3l10013.2 759.1l10012.1 758.9l10010.9 758.7l10009.8 758.5l10008.7 758.3l10007.5 758.1l10006.4 757.9l10005.2 757.8l10004.1 757.6l10003 757.4l10001.9 757.2l10000.7 757l9999.6 756.9l9998.5 756.7l9997.4 756.5l9996.2 756.3l9995.1 756.2l9994 756l9992.8 755.8l9991.7 755.7l9990.5 755.5l9989.4 755.4l9988.3 755.2l9987.2 755l9986 754.9l9984.9 754.7l9983.8 754.6l9982.6 754.4l9981.5 754.3l9980.3 754.1l9979.2 754l9978.1 753.9l9977 753.7l9975.8 753.6l9974.7 753.4l9973.6 753.3l9972.4 753.2l2227.6 168.2"
id="path1857"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-158827.1 -1l.8 -10052.8l2.5 -10053.8l4.2 -10053.8l5.8 -10053.8l7.5 -10053.8l9.2 -10053.8l10.8 -10053.8l12.5 -10053.8l14.2 -10053.8l15.8 -10053.7l17.5 -10053.8l19.2 -10053.8l20.9 -10053.8l22.5 -10053.7l24.2 -10053.7l25.9 -10053.7l27.5 -10053.7l29.2 -10053.7l30.9 -10053.7l32.5 -10053.7l34.2 -10053.7l35.9 -10053.7l37.5 -10053.7l39.2 -10053.6l40.9 -10053.6l42.5 -10053.6l44.2 -10053.6l45.9 -10053.6l47.5 -10053.6l49.2 -10053.6l50.9 -10053.5l52.5 -10053.5l54.2 -10053.5l55.9 -10053.5l57.5 -10053.5l59.2 -10053.4l60.9 -10053.4l62.5 -10053.4l64.2 -10053.4l65.9 -10053.4l67.5 -10053.3l69.2 -10053.3l70.9 -10053.3l72.5 -10053.3l74.2 -10053.2l75.8 -10053.2l77.5 -10053.2l79.2 -10053.2l80.8 -10053.1l82.5 -10053.1l84.2 -10053.1l85.8 -10053.1l87.5 -10053l89.1 -10053l90.8 -10053l92.5 -10052.9l94.1 -10052.9l95.8 -10052.9l97.5 -10052.9l99.1 -10052.8l100.8 -10052.8l102.4 -10052.8l104.1 -10052.7l105.8 -10052.7l107.4 -10052.6l109.1 -10052.6l110.7 -10052.6l112.4 -10052.5l114 -10052.5l115.7 -10052.5l117.4 -10052.4l119 -10052.4l120.7 -10052.3l122.3 -10052.3l124 -10052.3l125.6 -10052.2l127.3 -10052.2l129 -10052.1l130.6 -10052.1l132.3 -10052.1l133.9 -10052l135.6 -10052l137.2 -10051.9l138.9 -10051.9l140.5 -10051.8l142.2 -10051.8l143.8 -10051.7l145.5 -10051.7l147.1 -10051.6l148.8 -10051.6l150.4 -10051.5l152.1 -10051.5l153.7 -10051.4l155.4 -10051.4l157 -10051.3l158.7 -10051.3l160.3 -10051.2l162 -10051.2l163.6 -10051.1l165.3 -10051.1l166.9 -10051l168.6 -10051l170.2 -10050.9l171.8 -10050.9l173.5 -10050.8l175.1 -10050.7l176.8 -10050.7l178.4 -10050.6l180.1 -10050.6l181.7 -10050.5l183.3 -10050.4l185 -10050.4l186.6 -10050.3l188.3 -10050.3l189.9 -10050.2l191.5 -10050.1l193.2 -10050.1l194.8 -10050l196.5 -10050l198.1 -10049.9l199.7 -10049.8l201.4 -10049.8l203 -10049.7l204.6 -10049.6l206.3 -10049.6l207.9 -10049.5l209.5 -10049.4l211.2 -10049.4l212.8 -10049.3l214.4 -10049.2l216.1 -10049.2l217.7 -10049.1l219.3 -10049l220.9 -10048.9l222.6 -10048.9l224.2 -10048.8l225.8 -10048.7l227.5 -10048.6l229.1 -10048.6l230.7 -10048.5l232.3 -10048.4l234 -10048.3l235.6 -10048.3l237.2 -10048.2l238.8 -10048.1l240.4 -10048l242.1 -10047.9l243.7 -10047.9l245.3 -10047.8l246.9 -10047.7l248.5 -10047.7l250.2 -10047.5l251.8 -10047.5l253.4 -10047.4l255 -10047.3l256.6 -10047.2l258.2 -10047.2l259.9 -10047.1l261.5 -10047l263.1 -10046.9l264.7 -10046.8l266.3 -10046.7l267.9 -10046.7l269.5 -10046.6l271.1 -10046.5l272.7 -10046.4l274.3 -10046.3l275.9 -10046.2l277.5 -10046.1l279.2 -10046l280.8 -10046l282.4 -10045.9l284 -10045.8l285.6 -10045.7l287.2 -10045.6l288.8 -10045.5l290.4 -10045.4l292 -10045.3l293.6 -10045.2l295.2 -10045.1l296.8 -10045l298.3 -10044.9l299.9 -10044.9l301.5 -10044.7l303.1 -10044.7l304.7 -10044.6l306.3 -10044.5l307.9 -10044.3l309.5 -10044.3l311.1 -10044.2l312.7 -10044.1l314.3 -10044l315.8 -10043.8l317.4 -10043.8l319 -10043.7l320.6 -10043.6l322.2 -10043.4l323.8 -10043.4l325.3 -10043.3l326.9 -10043.2l328.5 -10043.1l330.1 -10042.9l331.7 -10042.9l333.2 -10042.8l334.8 -10042.6l336.4 -10042.5l338 -10042.4l339.5 -10042.3l341.1 -10042.2l342.7 -10042.1l344.2 -10042l345.8 -10041.9l347.4 -10041.8l349 -10041.7l350.5 -10041.6l352.1 -10041.4l353.6 -10041.4l355.2 -10041.2l356.8 -10041.1l358.3 -10041l359.9 -10040.9l361.5 -10040.8l363 -10040.7l364.6 -10040.6l366.1 -10040.4l367.7 -10040.4l369.2 -10040.2l370.8 -10040.1l372.4 -10040l373.9 -10039.9l375.5 -10039.8l377 -10039.7l378.6 -10039.5l380.1 -10039.4l381.7 -10039.3l383.2 -10039.2l384.7 -10039.1l386.3 -10038.9l387.8 -10038.8l389.4 -10038.7l390.9 -10038.6l392.5 -10038.5l394 -10038.3l395.5 -10038.2l397.1 -10038.1l398.6 -10038l400.1 -10037.8l401.7 -10037.7l403.2 -10037.6l404.7 -10037.5l406.3 -10037.4l407.8 -10037.2l409.3 -10037.1l410.8 -10037l412.4 -10036.9l413.9 -10036.8l415.4 -10036.6l416.9 -10036.5l418.5 -10036.4l420 -10036.3l421.5 -10036.1l423 -10036l424.5 -10035.9l426.1 -10035.7l427.6 -10035.6l429.1 -10035.4l430.6 -10035.4l432.1 -10035.2l433.6 -10035.1l435.1 -10034.9l436.6 -10034.8l438.1 -10034.7l439.7 -10034.6l441.2 -10034.4l442.7 -10034.3l444.2 -10034.2l445.7 -10034l447.2 -10033.9l448.7 -10033.7l450.2 -10033.6l451.7 -10033.5l453.2 -10033.4l454.6 -10033.2l456.1 -10033.1l457.6 -10033l459.1 -10032.8l460.6 -10032.7l462.1 -10032.6l463.6 -10032.4l465.1 -10032.3l466.6 -10032.1l468 -10032l469.5 -10031.8l471 -10031.7l472.5 -10031.6l474 -10031.4l475.4 -10031.3l476.9 -10031.1l478.4 -10031l479.9 -10030.9l481.3 -10030.7l482.8 -10030.6l484.3 -10030.5l485.7 -10030.3l487.2 -10030.2l488.7 -10030l490.1 -10029.9l491.6 -10029.8l493.1 -10029.6l494.5 -10029.5l496 -10029.3l497.4 -10029.2l498.9 -10029l500.3 -10028.9l501.8 -10028.7l503.2 -10028.6l504.7 -10028.5l506.1 -10028.3l507.6 -10028.2l509 -10028l510.5 -10027.8l511.9 -10027.7l513.4 -10027.6l514.8 -10027.4l516.3 -10027.2l517.7 -10027.1l519.1 -10027l520.6 -10026.8l522 -10026.7l523.4 -10026.5l524.9 -10026.4l526.3 -10026.2l527.7 -10026.1l529.2 -10025.9l530.6 -10025.8l532 -10025.6l533.4 -10025.5l534.9 -10025.3l536.3 -10025.1l537.7 -10025l539.1 -10024.9l540.5 -10024.7l541.9 -10024.5l543.4 -10024.4l544.8 -10024.3l546.2 -10024.1l547.6 -10024l549 -10023.8l550.4 -10023.6l551.8 -10023.5l553.2 -10023.3l554.6 -10023.1l556 -10023l557.4 -10022.9l558.8 -10022.7l560.2 -10022.6l561.6 -10022.4l563 -10022.2l564.4 -10022.1l565.8 -10021.9l567.2 -10021.8l568.6 -10021.6l569.9 -10021.5l571.3 -10021.3l572.7 -10021.1l574.1 -10021l575.5 -10020.8l576.9 -10020.7l578.2 -10020.5l579.6 -10020.4l581 -10020.2l582.4 -10020l583.7 -10019.9l585.1 -10019.7l586.5 -10019.5l587.8 -10019.4l589.2 -10019.2l590.6 -10019.1l591.9 -10018.9l593.3 -10018.7l594.6 -10018.6l596 -10018.4l597.4 -10018.3l598.7 -10018.1l600.1 -10018l601.4 -10017.8l602.8 -10017.6l604.1 -10017.5l605.5 -10017.3l606.8 -10017.1l608.1 -10017l609.5 -10016.8l610.8 -10016.7l612.2 -10016.5l613.5 -10016.3l614.8 -10016.2l616.2 -10016l617.5 -10015.8l618.8 -10015.7l620.2 -10015.5l621.5 -10015.3l622.8 -10015.2l624.1 -10015l625.5 -10014.8l626.8 -10014.7l628.1 -10014.5l629.4 -10014.3l630.7 -10014.2l632 -10014l633.4 -10013.9l634.7 -10013.7l636 -10013.5l637.3 -10013.4l638.6 -10013.2l639.9 -10013l641.2 -10012.8l642.5 -10012.7l643.8 -10012.5l645.1 -10012.4l646.4 -10012.2l647.7 -10012l649 -10011.9l650.3 -10011.7l651.6 -10011.5l652.9 -10011.4l654.1 -10011.2l655.4 -10011l656.7 -10010.9l658 -10010.7l659.3 -10010.5l660.5 -10010.3l661.8 -10010.2l663.1 -10010l664.4 -10009.8l665.6 -10009.6l666.9 -10009.5l668.2 -10009.3l669.4 -10009.2l670.7 -10009l672 -10008.8l673.2 -10008.7l674.5 -10008.5l675.7 -10008.3l677 -10008.1l678.3 -10008l679.5 -10007.8l680.8 -10007.6l682 -10007.4l683.2 -10007.3l684.5 -10007.1l685.7 -10007l687 -10006.8l688.2 -10006.6l689.5 -10006.5l690.7 -10006.3l691.9 -10006.1l693.2 -10005.9l694.4 -10005.8l695.6 -10005.6l696.8 -10005.4l698.1 -10005.3l699.3 -10005.1l700.5 -10004.9l701.7 -10004.7l702.9 -10004.6l704.2 -10004.4l705.4 -10004.2l706.6 -10004.1l707.8 -10003.9l709 -10003.7l710.2 -10003.5l711.4 -10003.4l712.6 -10003.2l713.8 -10003l715 -10002.9l716.2 -10002.7l717.4 -10002.5l718.6 -10002.4l719.8 -10002.2l721 -10002l722.2 -10001.8l723.4 -10001.7l724.6 -10001.5l725.7 -10001.3l726.9 -10001.1l728.1 -10001l729.3 -10000.8l730.5 -10000.6l731.6 -10000.4l732.8 -10000.3l734 -10000.1l735.1 -10000l736.3 -9999.8l737.5 -9999.6l738.6 -9999.4l739.8 -9999.3l741 -9999.1l742.1 -9998.9l743.3 -9998.7l744.4 -9998.6l745.6 -9998.4l746.7 -9998.2l747.9 -9998l749 -9997.9l750.2 -9997.7l751.3 -9997.6l752.4 -9997.4l753.6 -9997.2l754.7 -9997l755.9 -9996.9l757 -9996.7l758.1 -9996.5l759.2 -9996.4l760.4 -9996.2l761.5 -9996l762.6 -9995.8l763.7 -9995.6l764.9 -9995.5l766 -9995.3l767.1 -9995.2l768.2 -9995l769.3 -9994.8l770.4 -9994.7l771.5 -9994.5l772.6 -9994.3l773.7 -9994.1l774.8 -9994l775.9 -9993.8l777 -9993.6l778.1 -9993.5l779.2 -9993.3l780.3 -9993.1l781.4 -9993l782.5 -9992.8l783.6 -9992.6l784.7 -9992.4l785.7 -9992.3l786.8 -9992.1l787.9 -9991.9l789 -9991.7l790.1 -9991.6l791.1 -9991.4l792.2 -9991.3l793.3 -9991.1l794.3 -9990.9l795.4 -9990.8l796.5 -9990.6l797.5 -9990.4l798.6 -9990.2l799.6 -9990.1l800.7 -9989.9l801.7 -9989.7l802.8 -9989.5l803.8 -9989.4l804.9 -9989.2l805.9 -9989.1l807 -9988.9l808 -9988.7l809 -9988.6l810.1 -9988.4l811.1 -9988.2l812.1 -9988l813.2 -9987.9l814.2 -9987.7l815.2 -9987.6l816.2 -9987.4l817.3 -9987.2l818.3 -9987.1l819.3 -9986.9l820.3 -9986.7l821.3 -9986.6l822.3 -9986.4l823.4 -9986.2l824.4 -9986.1l825.4 -9985.9l826.4 -9985.7l827.4 -9985.6l828.4 -9985.4l829.4 -9985.2l830.4 -9985.1l831.3 -9984.9l832.3 -9984.7l833.3 -9984.6l834.3 -9984.4l835.3 -9984.2l836.3 -9984.1l837.3 -9983.9l838.2 -9983.8l839.2 -9983.6l840.2 -9983.4l841.2 -9983.3l842.1 -9983.1l843.1 -9982.9l844.1 -9982.8l845 -9982.6l846 -9982.5l846.9 -9982.3l847.9 -9982.1l848.8 -9981.9l849.8 -9981.8l850.7 -9981.7l851.7 -9981.5l852.6 -9981.3l853.6 -9981.1l854.5 -9981l855.5 -9980.8l856.4 -9980.7l857.3 -9980.5l858.3 -9980.4l859.2 -9980.2l860.1 -9980.1l861.1 -9979.9l862 -9979.7l862.9 -9979.6l863.8 -9979.4l864.7 -9979.3l865.7 -9979.1l866.6 -9978.9l867.5 -9978.8l868.4 -9978.6l869.3 -9978.5l870.2 -9978.3l871.1 -9978.2l872 -9978l872.9 -9977.8l873.8 -9977.7l874.7 -9977.5l875.6 -9977.4l876.5 -9977.2l877.4 -9977.1l878.3 -9976.9l879.1 -9976.8l880 -9976.6l880.9 -9976.4l881.8 -9976.3l882.7 -9976.1l883.5 -9976l884.4 -9975.8l885.3 -9975.7l886.1 -9975.5l887 -9975.4l887.9 -9975.2l888.7 -9975.1l889.6 -9974.9l890.4 -9974.7l891.3 -9974.6l892.1 -9974.5l893 -9974.3l893.8 -9974.1l894.7 -9974l895.5 -9973.9l896.4 -9973.7l897.2 -9973.6l898 -9973.4l898.9 -9973.3l899.7 -9973.1l900.5 -9973l901.3 -9972.8l902.2 -9972.7l903 -9972.5l903.8 -9972.4l904.6 -9972.2l905.4 -9972l906.3 -9971.9l907.1 -9971.8l907.9 -9971.6l908.7 -9971.5l909.5 -9971.3l910.3 -9971.2l911.1 -9971l911.9 -9970.9l912.7 -9970.7l913.5 -9970.6l914.3 -9970.5l915 -9970.3l915.8 -9970.2l916.6 -9970l917.4 -9969.9l918.2 -9969.8l919 -9969.6l919.7 -9969.4l920.5 -9969.3l921.3 -9969.2l922 -9969l922.8 -9968.9l923.6 -9968.7l924.3 -9968.6l925.1 -9968.5l925.8 -9968.3l926.6 -9968.2l927.3 -9968.1l928.1 -9967.9l928.8 -9967.8l929.6 -9967.6l930.3 -9967.5l931.1 -9967.4l931.8 -9967.2l932.5 -9967.1l933.3 -9966.9l934 -9966.8l934.7 -9966.7l935.5 -9966.6l936.2 -9966.4l936.9 -9966.3l937.6 -9966.2l938.4 -9966l939.1 -9965.9l939.8 -9965.8l940.5 -9965.6l941.2 -9965.5l941.9 -9965.4l942.6 -9965.2l943.3 -9965.1l944 -9965l944.7 -9964.8l945.4 -9964.7l946.1 -9964.6l946.8 -9964.4l947.5 -9964.3l948.2 -9964.2l948.8 -9964l949.5 -9963.9l950.2 -9963.8l950.9 -9963.7l951.5 -9963.5l952.2 -9963.4l952.9 -9963.2l953.6 -9963.2l954.2 -9963l954.9 -9962.9l955.5 -9962.7l956.2 -9962.7l956.9 -9962.5l957.5 -9962.4l958.2 -9962.3l958.8 -9962.1l959.5 -9962l960.1 -9961.9l960.7 -9961.8l961.4 -9961.7l962 -9961.5l962.6 -9961.4l963.3 -9961.3l963.9 -9961.2l964.5 -9961l965.2 -9960.9l965.8 -9960.8l966.4 -9960.7l967 -9960.6l967.6 -9960.4l968.2 -9960.3l968.9 -9960.2l969.5 -9960.1l970.1 -9960l970.7 -9959.9l971.3 -9959.8l971.9 -9959.6l972.5 -9959.5l973.1 -9959.4l973.7 -9959.3l974.2 -9959.2l974.8 -9959.1l975.4 -9958.9l976 -9958.8l976.6 -9958.7l977.2 -9958.6l977.7 -9958.5l978.3 -9958.4l978.9 -9958.3l979.4 -9958.2l980 -9958.1l980.6 -9958l981.1 -9957.8l981.7 -9957.7l982.2 -9957.6l982.8 -9957.5l983.3 -9957.4l983.9 -9957.3l984.4 -9957.2l985 -9957.1l985.5 -9957l986.1 -9956.9l986.6 -9956.8l987.1 -9956.7l987.7 -9956.6l988.2 -9956.4l988.7 -9956.4l989.3 -9956.3l989.8 -9956.2l990.3 -9956.1l990.8 -9955.9l991.3 -9955.9l991.8 -9955.8l992.4 -9955.7l992.9 -9955.5l993.4 -9955.5l993.9 -9955.4l994.4 -9955.3l891.1 -8917.2"
id="path1858"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-195464.8 -5145144.7l1860.9 141.5l10023.2 762.1l10022 761.9l10020.9 761.7l10019.8 761.5l10018.7 761.3l10017.5 761l10016.4 760.8l10015.3 760.6l10014.1 760.4l10013 760.2l10011.9 760l10010.7 759.8l10009.6 759.6l10008.5 759.5l10007.4 759.3l10006.2 759.1l10005.1 758.9l10004 758.7l10002.8 758.5l10001.7 758.3l10000.5 758.2l9999.4 758l9998.3 757.8l9997.2 757.6l9996.1 757.5l9994.9 757.3l9993.8 757.1l9992.7 757l9991.5 756.8l9990.4 756.6l9989.3 756.5l9988.1 756.3l9987 756.2l9985.9 756l9984.7 755.9l9983.6 755.7l9982.5 755.6l9981.4 755.4l9980.2 755.3l9979.1 755.1l9978 755l9976.8 754.9l9975.7 754.7l9974.5 754.6l9973.4 754.5l9972.3 754.3l1851.2 140"
id="path1859"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-194323.1 -5155139.7l1482.1 112.9l10023 763.2l10021.8 763l10020.7 762.8l10019.6 762.6l10018.5 762.4l10017.3 762.2l10016.2 762l10015.1 761.8l10013.9 761.6l10012.8 761.4l10011.7 761.2l10010.5 761l10009.4 760.8l10008.3 760.6l10007.2 760.4l10006 760.2l10004.9 760l10003.8 759.8l10002.7 759.7l10001.5 759.5l10000.4 759.3l9999.3 759.1l9998.1 758.9l9997 758.8l9995.9 758.6l9994.7 758.4l9993.6 758.3l9992.5 758.1l9991.4 757.9l9990.2 757.8l9989.1 757.6l9988 757.5l9986.9 757.3l9985.7 757.1l9984.6 757l9983.5 756.8l9982.3 756.7l9981.2 756.6l9980 756.4l9978.9 756.3l9977.8 756.1l9976.7 756l9975.6 755.8l9974.4 755.7l9973.3 755.6l9972.2 755.5l1474.4 111.7"
id="path1860"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-193179.8 -5165134.3l1102.7 84.1l10022.7 764.4l10021.6 764.1l10020.5 763.9l10019.4 763.7l10018.2 763.5l10017.1 763.3l10016 763.1l10014.9 762.9l10013.7 762.7l10012.6 762.5l10011.5 762.3l10010.3 762.1l10009.2 761.9l10008.1 761.7l10007 761.5l10005.9 761.3l10004.7 761.1l10003.6 761l10002.5 760.8l10001.3 760.6l10000.2 760.4l9999.1 760.2l9998 760.1l9996.8 759.9l9995.7 759.7l9994.6 759.6l9993.5 759.4l9992.3 759.2l9991.2 759.1l9990 758.9l9989 758.7l9987.8 758.6l9986.7 758.4l9985.6 758.3l9984.4 758.1l9983.3 758l9982.2 757.8l9981.1 757.7l9979.9 757.5l9978.8 757.4l9977.7 757.3l9976.6 757.1l9975.4 757l9974.3 756.8l9973.2 756.7l9972 756.6l1096.9 83.2"
id="path1861"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-192034.8 -5175128.6l722.7 55.2l10022.5 765.5l10021.4 765.3l10020.2 765.1l10019.2 764.8l10018 764.6l10016.9 764.4l10015.8 764.2l10014.7 764l10013.5 763.8l10012.4 763.6l10011.3 763.4l10010.1 763.2l10009 763l10007.9 762.8l10006.8 762.6l10005.7 762.5l10004.5 762.3l10003.4 762.1l10002.3 761.9l10001.2 761.7l10000 761.5l9998.9 761.4l9997.8 761.2l9996.7 761l9995.5 760.9l9994.4 760.7l9993.3 760.5l9992.2 760.4l9991 760.2l9989.9 760l9988.8 759.9l9987.7 759.7l9986.5 759.6l9985.4 759.4l9984.3 759.2l9983.2 759.1l9982 759l9980.9 758.8l9979.8 758.7l9978.7 758.5l9977.5 758.4l9976.4 758.2l9975.3 758.1l9974.1 758l9973 757.8l9971.9 757.7l718.9 54.6"
id="path1862"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-190888.1 -5185122.6l342.2 26.2l10022.3 766.6l10021.2 766.4l10020 766.2l10018.9 766l10017.8 765.8l10016.7 765.6l10015.5 765.3l10014.5 765.1l10013.3 764.9l10012.2 764.7l10011.1 764.5l10009.9 764.3l10008.8 764.2l10007.7 764l10006.6 763.8l10005.5 763.6l10004.3 763.4l10003.2 763.2l10002.1 763l10001 762.8l9999.8 762.7l9998.7 762.5l9997.6 762.3l9996.5 762.1l9995.4 762l9994.2 761.8l9993.1 761.6l9992 761.5l9990.9 761.3l9989.7 761.1l9988.6 761l9987.5 760.8l9986.4 760.7l9985.3 760.5l9984.1 760.4l9983 760.2l9981.9 760.1l9980.8 759.9l9979.6 759.8l9978.5 759.6l9977.4 759.5l9976.3 759.4l9975.2 759.2l9974 759.1l9972.9 759l9971.8 758.8l340.4 25.9"
id="path1863"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-189739.8 -5195116.2l9983.2 764.8l10021 767.5l10019.8 767.3l10018.7 767.1l10017.6 766.9l10016.5 766.7l10015.3 766.5l10014.3 766.3l10013.1 766.1l10012 765.9l10010.9 765.7l10009.7 765.5l10008.7 765.3l10007.5 765.1l10006.4 764.9l10005.3 764.7l10004.1 764.5l10003 764.3l10001.9 764.2l10000.8 764l9999.7 763.8l9998.6 763.6l9997.4 763.4l9996.3 763.3l9995.2 763.1l9994 762.9l9993 762.8l9991.8 762.6l9990.7 762.4l9989.6 762.3l9988.5 762.1l9987.4 762l9986.2 761.8l9985.1 761.6l9984 761.5l9982.9 761.3l9981.7 761.2l9980.6 761.1l9979.5 760.9l9978.4 760.8l9977.3 760.6l9976.1 760.5l9975 760.4l9973.9 760.2l9972.8 760.1l9933 757"
id="path1864"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-188589.8 -5205109.5l9601.4 736.6l10020.8 768.6l10019.6 768.4l10018.5 768.2l10017.4 768l10016.3 767.8l10015.1 767.6l10014.1 767.4l10012.9 767.2l10011.8 767l10010.7 766.8l10009.5 766.6l10008.5 766.4l10007.3 766.2l10006.2 766l10005.1 765.8l10004 765.6l10002.9 765.5l10001.7 765.3l10000.6 765.1l9999.5 764.9l9998.4 764.7l9997.3 764.6l9996.2 764.4l9995 764.2l9993.9 764l9992.8 763.9l9991.7 763.7l9990.6 763.6l9989.4 763.4l9988.3 763.2l9987.2 763.1l9986.1 762.9l9985 762.8l9983.8 762.6l9982.7 762.5l9981.6 762.3l9980.5 762.2l9979.3 762l9978.2 761.9l9977.1 761.7l9976 761.6l9974.9 761.5l9973.7 761.3l9972.6 761.2l9553.1 729.1"
id="path1865"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-187438 -5215102.4l9219 708.3l10020.5 769.8l10019.4 769.5l10018.3 769.3l10017.2 769.1l10016.1 768.9l10014.9 768.7l10013.8 768.5l10012.7 768.3l10011.6 768.1l10010.5 767.9l10009.3 767.7l10008.3 767.5l10007.1 767.3l10006 767.1l10004.9 766.9l10003.8 766.8l10002.7 766.6l10001.6 766.4l10000.4 766.2l9999.3 766l9998.2 765.9l9997.1 765.7l9996 765.5l9994.9 765.3l9993.7 765.2l9992.6 765l9991.5 764.8l9990.4 764.7l9989.2 764.5l9988.2 764.4l9987 764.2l9985.9 764l9984.8 763.9l9983.7 763.7l9982.6 763.6l9981.5 763.4l9980.3 763.3l9979.2 763.1l9978.1 763l9977 762.9l9975.9 762.7l9974.7 762.6l9973.6 762.5l9972.5 762.3l9172.8 701.2"
id="path1866"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-186284.7 -5225094.9l8836.1 679.9l10020.3 770.9l10019.2 770.7l10018.1 770.4l10017 770.2l10015.9 770l10014.7 769.8l10013.6 769.6l10012.5 769.4l10011.4 769.2l10010.3 769l10009.2 768.8l10008.1 768.6l10007 768.4l10005.8 768.2l10004.7 768.1l10003.6 767.9l10002.5 767.7l10001.4 767.5l10000.3 767.3l9999.1 767.1l9998 767l9996.9 766.8l9995.8 766.6l9994.7 766.5l9993.5 766.3l9992.5 766.1l9991.3 766l9990.2 765.8l9989.1 765.6l9988 765.5l9986.9 765.3l9985.8 765.2l9984.7 765l9983.5 764.8l9982.4 764.7l9981.3 764.6l9980.2 764.4l9979 764.3l9978 764.1l9976.8 764l9975.7 763.8l9974.6 763.7l9973.5 763.6l9972.4 763.4l8791.8 673"
id="path1867"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-185129.7 -5235087.2l8452.5 651.3l10020.1 772l10019 771.8l10017.9 771.6l10016.8 771.3l10015.7 771.1l10014.5 770.9l10013.4 770.7l10012.3 770.5l10011.2 770.3l10010.1 770.1l10009 769.9l10007.9 769.7l10006.8 769.5l10005.7 769.4l10004.5 769.2l10003.4 769l10002.3 768.8l10001.2 768.6l10000.1 768.4l9998.9 768.3l9997.9 768.1l9996.7 767.9l9995.6 767.7l9994.5 767.6l9993.4 767.4l9992.3 767.2l9991.2 767.1l9990.1 766.9l9988.9 766.7l9987.8 766.6l9986.7 766.4l9985.6 766.3l9984.5 766.1l9983.4 766l9982.3 765.8l9981.2 765.7l9980 765.5l9978.9 765.4l9977.8 765.2l9976.7 765.1l9975.6 765l9974.5 764.8l9973.3 764.7l9972.2 764.6l8410.4 644.8"
id="path1868"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-148774.1 -1l.8 -10051.1l2.5 -10052.1l4.2 -10052.1l5.8 -10052.1l7.5 -10052.1l9.2 -10052.1l10.8 -10052.1l12.5 -10052.1l14.2 -10052.1l15.8 -10052.1l17.5 -10052.1l19.2 -10052.1l20.8 -10052.1l22.5 -10052.1l24.2 -10052l25.8 -10052.1l27.5 -10052.1l29.2 -10052l30.9 -10052l32.5 -10052l34.2 -10052l35.9 -10052l37.5 -10052l39.2 -10051.9l40.9 -10052l42.5 -10051.9l44.2 -10051.9l45.9 -10051.9l47.5 -10051.9l49.2 -10051.9l50.8 -10051.9l52.5 -10051.9l54.2 -10051.8l55.8 -10051.8l57.5 -10051.8l59.2 -10051.8l60.8 -10051.7l62.5 -10051.7l64.2 -10051.7l65.8 -10051.7l67.5 -10051.7l69.2 -10051.6l70.8 -10051.6l72.5 -10051.6l74.2 -10051.6l75.8 -10051.6l77.5 -10051.5l79.1 -10051.5l80.8 -10051.5l82.5 -10051.5l84.1 -10051.4l85.8 -10051.4l87.5 -10051.4l89.1 -10051.3l90.8 -10051.3l92.4 -10051.3l94.1 -10051.3l95.8 -10051.2l97.4 -10051.2l99.1 -10051.1l100.7 -10051.1l102.4 -10051.1l104.1 -10051.1l105.7 -10051l107.4 -10051l109 -10051l110.7 -10050.9l112.4 -10050.9l114 -10050.8l115.7 -10050.8l117.3 -10050.8l119 -10050.7l120.6 -10050.7l122.3 -10050.6l123.9 -10050.6l125.6 -10050.6l127.3 -10050.5l128.9 -10050.5l130.6 -10050.4l132.2 -10050.4l133.9 -10050.4l135.5 -10050.3l137.2 -10050.2l138.8 -10050.2l140.5 -10050.2l142.1 -10050.1l143.8 -10050.1l145.4 -10050l147.1 -10050l148.7 -10049.9l150.4 -10049.9l152 -10049.8l153.7 -10049.8l155.3 -10049.7l157 -10049.7l158.6 -10049.6l160.3 -10049.6l161.9 -10049.5l163.6 -10049.5l165.2 -10049.4l166.9 -10049.3l168.5 -10049.3l170.1 -10049.3l171.8 -10049.2l173.4 -10049.2l175.1 -10049.1l176.7 -10049l178.4 -10049l180 -10048.9l181.6 -10048.9l183.3 -10048.8l184.9 -10048.8l186.6 -10048.7l188.2 -10048.6l189.8 -10048.5l191.5 -10048.5l193.1 -10048.4l194.8 -10048.4l196.4 -10048.3l198 -10048.2l199.7 -10048.2l201.3 -10048.1l202.9 -10048.1l204.6 -10048l206.2 -10047.9l207.8 -10047.9l209.5 -10047.8l211.1 -10047.7l212.7 -10047.6l214.4 -10047.6l216 -10047.5l217.6 -10047.5l219.2 -10047.4l220.9 -10047.3l222.5 -10047.2l224.1 -10047.2l225.8 -10047.1l227.4 -10047l229 -10047l230.6 -10046.9l232.3 -10046.8l233.9 -10046.7l235.5 -10046.7l237.1 -10046.6l238.7 -10046.5l240.4 -10046.4l242 -10046.3l243.6 -10046.3l245.2 -10046.2l246.8 -10046.1l248.5 -10046l250.1 -10045.9l251.7 -10045.9l253.3 -10045.8l254.9 -10045.7l256.5 -10045.6l258.2 -10045.6l259.8 -10045.5l261.4 -10045.4l263 -10045.3l264.6 -10045.2l266.2 -10045.1l267.8 -10045.1l269.4 -10045l271 -10044.8l272.6 -10044.8l274.2 -10044.7l275.9 -10044.6l277.5 -10044.5l279.1 -10044.4l280.7 -10044.4l282.3 -10044.3l283.9 -10044.2l285.5 -10044.1l287.1 -10044l288.7 -10043.9l290.3 -10043.8l291.9 -10043.7l293.5 -10043.6l295.1 -10043.5l296.7 -10043.4l298.3 -10043.4l299.8 -10043.3l301.4 -10043.1l303 -10043.1l304.6 -10043l306.2 -10042.9l307.8 -10042.7l309.4 -10042.7l311 -10042.6l312.6 -10042.5l314.2 -10042.4l315.7 -10042.3l317.3 -10042.2l318.9 -10042.1l320.5 -10042l322.1 -10041.9l323.7 -10041.8l325.2 -10041.7l326.8 -10041.6l328.4 -10041.5l330 -10041.4l331.6 -10041.3l333.1 -10041.2l334.7 -10041.1l336.3 -10040.9l337.9 -10040.9l339.4 -10040.8l341 -10040.7l342.6 -10040.5l344.1 -10040.4l345.7 -10040.3l347.3 -10040.2l348.8 -10040.1l350.4 -10040l352 -10039.9l353.5 -10039.8l355.1 -10039.7l356.7 -10039.6l358.2 -10039.4l359.8 -10039.4l361.3 -10039.2l362.9 -10039.1l364.5 -10039l366 -10038.9l367.6 -10038.8l369.1 -10038.7l370.7 -10038.6l372.2 -10038.4l373.8 -10038.3l375.3 -10038.2l376.9 -10038.1l378.4 -10038l380 -10037.8l381.5 -10037.8l383.1 -10037.6l384.6 -10037.5l386.2 -10037.4l387.7 -10037.3l389.3 -10037.2l390.8 -10037.1l392.3 -10036.9l393.9 -10036.8l395.4 -10036.7l396.9 -10036.6l398.5 -10036.5l400 -10036.3l401.5 -10036.2l403.1 -10036.1l404.6 -10036l406.1 -10035.9l407.7 -10035.7l409.2 -10035.6l410.7 -10035.5l412.3 -10035.4l413.8 -10035.2l415.3 -10035.1l416.8 -10035l418.3 -10034.9l419.9 -10034.7l421.4 -10034.6l422.9 -10034.5l424.4 -10034.4l425.9 -10034.2l427.4 -10034.1l429 -10033.9l430.5 -10033.8l432 -10033.7l433.5 -10033.6l435 -10033.4l436.5 -10033.3l438 -10033.2l439.5 -10033.1l441 -10032.9l442.5 -10032.8l444 -10032.7l445.5 -10032.5l447 -10032.4l448.5 -10032.2l450 -10032.1l451.5 -10032l453 -10031.9l454.5 -10031.7l456 -10031.6l457.5 -10031.5l459 -10031.3l460.5 -10031.2l462 -10031.1l463.4 -10030.9l464.9 -10030.8l466.4 -10030.7l467.9 -10030.5l469.4 -10030.4l470.9 -10030.2l472.3 -10030.1l473.8 -10030l475.3 -10029.8l476.8 -10029.7l478.2 -10029.6l479.7 -10029.4l481.2 -10029.3l482.7 -10029.1l484.1 -10029l485.6 -10028.9l487.1 -10028.7l488.5 -10028.6l490 -10028.4l491.5 -10028.3l492.9 -10028.1l494.4 -10028l495.8 -10027.8l497.3 -10027.7l498.7 -10027.6l500.2 -10027.4l501.7 -10027.3l503.1 -10027.1l504.6 -10027l506 -10026.9l507.5 -10026.7l508.9 -10026.6l510.3 -10026.4l511.8 -10026.3l513.2 -10026.1l514.7 -10026l516.1 -10025.8l517.5 -10025.7l519 -10025.5l520.4 -10025.4l521.9 -10025.2l523.3 -10025.1l524.7 -10025l526.2 -10024.8l527.6 -10024.7l529 -10024.5l530.4 -10024.4l531.9 -10024.2l533.3 -10024.1l534.7 -10023.9l536.1 -10023.7l537.5 -10023.6l539 -10023.5l540.4 -10023.3l541.8 -10023.1l543.2 -10023l544.6 -10022.8l546 -10022.7l547.4 -10022.5l548.8 -10022.4l550.3 -10022.2l551.7 -10022.1l553.1 -10021.9l554.5 -10021.7l555.9 -10021.6l557.3 -10021.5l558.7 -10021.3l560.1 -10021.2l561.5 -10021l562.8 -10020.9l564.2 -10020.7l565.6 -10020.5l567 -10020.4l568.4 -10020.2l569.8 -10020.1l571.2 -10019.9l572.6 -10019.8l573.9 -10019.6l575.3 -10019.5l576.7 -10019.3l578.1 -10019.1l579.5 -10019l580.8 -10018.8l582.2 -10018.7l583.6 -10018.5l584.9 -10018.3l586.3 -10018.2l587.7 -10018l589 -10017.9l590.4 -10017.7l591.8 -10017.6l593.1 -10017.4l594.5 -10017.2l595.8 -10017.1l597.2 -10016.9l598.5 -10016.7l599.9 -10016.6l601.3 -10016.4l602.6 -10016.3l603.9 -10016.1l605.3 -10015.9l606.6 -10015.8l608 -10015.6l609.3 -10015.5l610.7 -10015.3l612 -10015.1l613.3 -10015l614.7 -10014.8l616 -10014.7l617.3 -10014.5l618.7 -10014.3l620 -10014.2l621.3 -10014l622.7 -10013.9l624 -10013.7l625.3 -10013.5l626.6 -10013.4l627.9 -10013.2l629.3 -10013l630.6 -10012.9l631.9 -10012.7l633.2 -10012.5l634.5 -10012.4l635.8 -10012.2l637.1 -10012.1l638.4 -10011.9l639.7 -10011.7l641 -10011.5l642.3 -10011.4l643.6 -10011.2l644.9 -10011.1l646.2 -10010.9l647.5 -10010.7l648.8 -10010.6l650.1 -10010.4l651.4 -10010.2l652.7 -10010.1l654 -10009.9l655.3 -10009.7l656.5 -10009.6l657.8 -10009.4l659.1 -10009.2l660.4 -10009.1l661.7 -10008.9l662.9 -10008.7l664.2 -10008.6l665.5 -10008.4l666.7 -10008.2l668 -10008.1l669.3 -10007.9l670.5 -10007.7l671.8 -10007.6l673.1 -10007.4l674.3 -10007.2l675.6 -10007.1l676.8 -10006.9l678.1 -10006.7l679.3 -10006.6l680.6 -10006.4l681.8 -10006.2l683.1 -10006.1l684.3 -10005.9l685.6 -10005.7l686.8 -10005.6l688 -10005.4l689.3 -10005.2l690.5 -10005l691.8 -10004.9l693 -10004.7l694.2 -10004.5l695.4 -10004.4l696.7 -10004.2l697.9 -10004l699.1 -10003.8l700.3 -10003.7l701.6 -10003.5l702.8 -10003.4l704 -10003.2l705.2 -10003l706.4 -10002.9l707.6 -10002.7l708.8 -10002.5l710 -10002.3l711.3 -10002.2l712.5 -10002l713.7 -10001.8l714.9 -10001.7l716.1 -10001.5l717.3 -10001.3l718.4 -10001.2l719.6 -10001l720.8 -10000.8l722 -10000.7l723.2 -10000.5l724.4 -10000.3l725.6 -10000.1l726.8 -9999.9l727.9 -9999.8l729.1 -9999.6l730.3 -9999.5l731.5 -9999.3l732.6 -9999.1l733.8 -9999l735 -9998.8l736.1 -9998.6l737.3 -9998.4l738.5 -9998.3l739.6 -9998.1l740.8 -9997.9l741.9 -9997.8l743.1 -9997.6l744.3 -9997.4l745.4 -9997.3l746.6 -9997.1l747.7 -9996.9l748.9 -9996.8l750 -9996.6l751.1 -9996.4l752.3 -9996.2l753.4 -9996l754.6 -9995.9l755.7 -9995.7l756.8 -9995.6l757.9 -9995.4l759.1 -9995.2l760.2 -9995.1l761.3 -9994.9l762.5 -9994.7l763.6 -9994.5l764.7 -9994.4l765.8 -9994.2l766.9 -9994.1l768 -9993.9l769.1 -9993.7l770.3 -9993.5l771.4 -9993.4l772.5 -9993.2l773.6 -9993l774.7 -9992.9l775.8 -9992.7l776.9 -9992.5l778 -9992.4l779.1 -9992.2l780.2 -9992l781.2 -9991.9l782.3 -9991.7l783.4 -9991.5l784.5 -9991.4l785.6 -9991.2l786.7 -9991l787.7 -9990.9l788.8 -9990.7l789.9 -9990.5l791 -9990.4l792 -9990.2l793.1 -9990l794.2 -9989.9l795.2 -9989.7l796.3 -9989.5l797.3 -9989.4l798.4 -9989.2l799.5 -9989l800.5 -9988.9l801.6 -9988.7l802.6 -9988.5l803.7 -9988.4l804.7 -9988.2l805.8 -9988l806.8 -9987.9l807.8 -9987.7l808.9 -9987.5l809.9 -9987.4l810.9 -9987.2l812 -9987l813 -9986.9l814 -9986.7l815.1 -9986.5l816.1 -9986.4l817.1 -9986.2l818.1 -9986l819.1 -9985.9l820.2 -9985.7l821.2 -9985.6l822.2 -9985.4l823.2 -9985.2l824.2 -9985.1l825.2 -9984.9l826.2 -9984.7l827.2 -9984.6l828.2 -9984.4l829.2 -9984.2l830.2 -9984.1l831.2 -9983.9l832.2 -9983.8l833.2 -9983.6l834.1 -9983.4l835.1 -9983.2l836.1 -9983.1l837.1 -9982.9l838.1 -9982.8l839 -9982.6l840 -9982.4l841 -9982.3l842 -9982.1l842.9 -9982l843.9 -9981.8l844.9 -9981.7l845.8 -9981.5l846.8 -9981.3l847.7 -9981.2l848.7 -9981l849.6 -9980.9l850.6 -9980.7l851.5 -9980.5l852.5 -9980.4l853.4 -9980.2l854.4 -9980.1l855.3 -9979.9l856.2 -9979.8l857.2 -9979.6l858.1 -9979.4l859 -9979.3l860 -9979.1l860.9 -9979l861.8 -9978.8l862.8 -9978.7l863.7 -9978.5l864.6 -9978.3l865.5 -9978.2l866.4 -9978l867.3 -9977.9l868.2 -9977.7l869.1 -9977.6l870.1 -9977.4l871 -9977.3l871.9 -9977.1l872.8 -9976.9l873.7 -9976.8l874.5 -9976.6l875.4 -9976.5l876.3 -9976.3l877.2 -9976.2l878.1 -9976l879 -9975.9l879.9 -9975.7l880.7 -9975.6l881.6 -9975.4l882.5 -9975.2l883.4 -9975.1l884.2 -9975l885.1 -9974.8l886 -9974.6l886.8 -9974.5l887.7 -9974.4l888.6 -9974.2l889.4 -9974.1l890.3 -9973.9l891.1 -9973.8l892 -9973.6l892.8 -9973.5l893.7 -9973.3l894.5 -9973.2l895.4 -9973l896.2 -9972.9l897 -9972.7l897.9 -9972.5l898.7 -9972.4l899.5 -9972.3l900.4 -9972.1l901.2 -9971.9l902 -9971.8l902.8 -9971.7l903.7 -9971.5l904.5 -9971.4l905.3 -9971.2l906.1 -9971.1l906.9 -9971l907.7 -9970.8l908.5 -9970.7l909.3 -9970.5l910.1 -9970.4l910.9 -9970.2l911.7 -9970.1l912.5 -9969.9l913.3 -9969.8l914.1 -9969.7l914.9 -9969.5l915.7 -9969.4l916.5 -9969.2l917.3 -9969.1l918 -9969l918.8 -9968.8l919.6 -9968.7l920.4 -9968.6l921.1 -9968.4l921.9 -9968.3l922.7 -9968.1l923.4 -9968l924.2 -9967.9l924.9 -9967.7l925.7 -9967.6l926.5 -9967.4l927.2 -9967.3l928 -9967.2l928.7 -9967l929.5 -9966.9l930.2 -9966.7l930.9 -9966.6l931.7 -9966.5l932.4 -9966.4l933.1 -9966.2l933.9 -9966.1l934.6 -9966l935.3 -9965.8l936.1 -9965.7l936.8 -9965.5l937.5 -9965.4l938.2 -9965.3l938.9 -9965.2l939.6 -9965l940.4 -9964.9l941.1 -9964.8l941.8 -9964.6l942.5 -9964.5l943.2 -9964.4l943.9 -9964.3l944.6 -9964.1l945.3 -9964l946 -9963.9l946.7 -9963.7l947.3 -9963.6l948 -9963.5l948.7 -9963.4l949.4 -9963.2l950.1 -9963.1l950.7 -9963l951.4 -9962.9l952.1 -9962.7l952.8 -9962.6l953.4 -9962.5l954.1 -9962.4l954.8 -9962.2l955.4 -9962.1l956.1 -9962l956.7 -9961.9l957.4 -9961.8l958 -9961.6l958.7 -9961.5l959.3 -9961.4l960 -9961.3l960.6 -9961.1l961.3 -9961l961.9 -9960.9l962.5 -9960.8l963.2 -9960.7l963.8 -9960.6l964.4 -9960.4l965 -9960.3l965.7 -9960.2l966.3 -9960.1l966.9 -9960l967.5 -9959.8l968.1 -9959.7l968.7 -9959.6l969.3 -9959.5l970 -9959.4l970.6 -9959.3l971.2 -9959.2l971.8 -9959l972.4 -9958.9l972.9 -9958.8l973.5 -9958.7l974.1 -9958.6l974.7 -9958.5l975.3 -9958.3l975.9 -9958.3l976.5 -9958.2l977 -9958l977.6 -9957.9l978.2 -9957.8l978.8 -9957.7l979.3 -9957.6l979.9 -9957.5l980.5 -9957.4l981 -9957.3l981.6 -9957.2l982.1 -9957.1l982.7 -9957l983.2 -9956.8l983.8 -9956.8l984.3 -9956.7l984.9 -9956.6l985.4 -9956.5l986 -9956.3l986.5 -9956.2l987 -9956.1l987.6 -9956l988.1 -9955.9l988.6 -9955.8l989.2 -9955.7l989.7 -9955.6l990.2 -9955.5l990.7 -9955.4l991.2 -9955.3l991.7 -9955.2l992.3 -9955.1l992.8 -9955l993.3 -9955l993.8 -9954.9l994.3 -9954.8l898.3 -8989.5"
id="path1869"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-183973 -5245079l8068.5 622.6l10019.9 773.1l10018.8 772.9l10017.7 772.7l10016.6 772.5l10015.5 772.3l10014.3 772l10013.2 771.8l10012.1 771.6l10011 771.4l10009.9 771.2l10008.8 771l10007.7 770.9l10006.6 770.7l10005.5 770.5l10004.4 770.3l10003.2 770.1l10002.1 769.9l10001 769.7l9999.9 769.5l9998.8 769.4l9997.7 769.2l9996.6 769l9995.5 768.8l9994.4 768.7l9993.2 768.5l9992.1 768.3l9991 768.2l9989.9 768l9988.8 767.9l9987.7 767.7l9986.6 767.5l9985.5 767.4l9984.4 767.2l9983.2 767.1l9982.1 766.9l9981 766.8l9979.9 766.6l9978.8 766.5l9977.7 766.4l9976.6 766.2l9975.5 766.1l9974.3 765.9l9973.2 765.8l9972.1 765.7l8028.3 616.4"
id="path1870"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-182814.7 -5255070.5l7683.9 593.8l10019.7 774.2l10018.5 774l10017.5 773.8l10016.4 773.6l10015.3 773.4l10014.1 773.2l10013 773l10011.9 772.8l10010.8 772.6l10009.7 772.4l10008.6 772.2l10007.5 772l10006.4 771.8l10005.3 771.6l10004.2 771.4l10003 771.2l10001.9 771l10000.8 770.8l9999.7 770.7l9998.6 770.5l9997.5 770.3l9996.4 770.1l9995.3 770l9994.2 769.8l9993 769.6l9992 769.5l9990.9 769.3l9989.7 769.1l9988.6 769l9987.5 768.8l9986.4 768.6l9985.3 768.5l9984.2 768.3l9983.1 768.2l9982 768l9980.9 767.9l9979.8 767.7l9978.6 767.6l9977.5 767.5l9976.4 767.3l9975.3 767.2l9974.2 767.1l9973.1 766.9l9972 766.8l7645.9 587.9"
id="path1871"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-181654.6 -5265061.7l7298.8 564.9l10019.5 775.3l10018.3 775.1l10017.3 774.9l10016.2 774.7l10015 774.5l10013.9 774.3l10012.8 774.1l10011.7 773.9l10010.6 773.7l10009.5 773.5l10008.4 773.3l10007.3 773.1l10006.2 772.9l10005.1 772.7l10004 772.5l10002.8 772.3l10001.8 772.1l10000.7 771.9l9999.6 771.8l9998.4 771.6l9997.3 771.4l9996.2 771.2l9995.1 771.1l9994 770.9l9992.9 770.7l9991.8 770.6l9990.7 770.4l9989.6 770.2l9988.4 770.1l9987.4 769.9l9986.3 769.8l9985.2 769.6l9984 769.4l9982.9 769.3l9981.8 769.1l9980.7 769l9979.6 768.9l9978.5 768.7l9977.4 768.6l9976.3 768.4l9975.2 768.3l9974.1 768.2l9972.9 768l9971.9 767.9l7262.7 559.2"
id="path1872"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-180493 -5275052.6l6913.1 535.8l10019.3 776.4l10018.1 776.2l10017 776l10015.9 775.8l10014.8 775.6l10013.7 775.4l10012.6 775.2l10011.5 775l10010.4 774.8l10009.3 774.6l10008.2 774.4l10007.1 774.2l10006 774l10004.9 773.8l10003.8 773.6l10002.7 773.4l10001.6 773.2l10000.5 773.1l9999.4 772.9l9998.2 772.7l9997.2 772.5l9996.1 772.3l9995 772.2l9993.8 772l9992.7 771.8l9991.6 771.7l9990.5 771.5l9989.4 771.3l9988.3 771.2l9987.2 771l9986.1 770.9l9985 770.7l9983.9 770.6l9982.8 770.4l9981.7 770.3l9980.6 770.1l9979.5 770l9978.3 769.8l9977.3 769.7l9976.2 769.5l9975 769.4l9973.9 769.3l9972.8 769.1l9971.7 769l6878.9 530.5"
id="path1873"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-179329.8 -5285043.1l6527 506.6l10019 777.5l10017.9 777.3l10016.8 777.1l10015.7 776.9l10014.6 776.7l10013.5 776.5l10012.4 776.3l10011.3 776.1l10010.2 775.9l10009.1 775.7l10008 775.5l10006.9 775.3l10005.8 775.1l10004.7 774.9l10003.6 774.7l10002.5 774.5l10001.4 774.3l10000.3 774.2l9999.2 774l9998.1 773.8l9997 773.6l9995.9 773.4l9994.8 773.3l9993.7 773.1l9992.5 772.9l9991.5 772.8l9990.4 772.6l9989.3 772.4l9988.1 772.3l9987.1 772.1l9986 772l9984.8 771.8l9983.7 771.7l9982.6 771.5l9981.5 771.4l9980.4 771.2l9979.3 771.1l9978.2 770.9l9977.1 770.8l9976 770.6l9974.9 770.5l9973.8 770.4l9972.7 770.2l9971.6 770.1l6494.8 501.6"
id="path1874"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-178164.8 -5295033.2l6140.2 477.3l10018.8 778.6l10017.7 778.4l10016.6 778.2l10015.5 778l10014.4 777.8l10013.3 777.6l10012.2 777.4l10011.1 777.2l10010 777l10008.9 776.8l10007.8 776.6l10006.7 776.4l10005.6 776.2l10004.5 776l10003.4 775.8l10002.3 775.6l10001.2 775.4l10000.1 775.3l9999 775.1l9997.9 774.9l9996.8 774.7l9995.7 774.6l9994.6 774.4l9993.5 774.2l9992.4 774l9991.3 773.9l9990.2 773.7l9989.1 773.5l9988 773.4l9986.9 773.2l9985.8 773.1l9984.7 772.9l9983.6 772.8l9982.5 772.6l9981.4 772.5l9980.3 772.3l9979.2 772.2l9978 772l9977 771.9l9975.9 771.8l9974.8 771.6l9973.7 771.5l9972.5 771.3l9971.5 771.2l6110.1 472.5"
id="path1875"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-176998.2 -5305023l5752.9 447.8l10018.6 779.7l10017.5 779.5l10016.4 779.3l10015.3 779.1l10014.2 778.9l10013.1 778.7l10012 778.5l10010.9 778.3l10009.8 778.1l10008.7 777.9l10007.6 777.7l10006.5 777.5l10005.4 777.3l10004.3 777.1l10003.2 776.9l10002.1 776.7l10001 776.5l9999.9 776.4l9998.8 776.2l9997.7 776l9996.6 775.8l9995.5 775.7l9994.4 775.5l9993.3 775.3l9992.2 775.1l9991.1 775l9990 774.8l9988.9 774.6l9987.8 774.5l9986.7 774.3l9985.6 774.2l9984.5 774l9983.4 773.9l9982.3 773.7l9981.2 773.6l9980.1 773.4l9979 773.3l9977.9 773.1l9976.8 773l9975.7 772.9l9974.6 772.7l9973.5 772.6l9972.4 772.4l9971.3 772.3l5724.6 443.4"
id="path1876"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-175830 -5315012.5l5365 418.2l10018.4 780.8l10017.3 780.6l10016.2 780.4l10015.1 780.2l10014 780l10012.9 779.8l10011.8 779.6l10010.7 779.4l10009.6 779.2l10008.5 779l10007.4 778.8l10006.3 778.6l10005.2 778.4l10004.1 778.2l10003 778l10001.9 777.8l10000.8 777.6l9999.8 777.5l9998.7 777.3l9997.5 777.1l9996.5 776.9l9995.4 776.8l9994.3 776.6l9993.2 776.4l9992 776.2l9991 776.1l9989.9 775.9l9988.8 775.7l9987.6 775.6l9986.6 775.4l9985.5 775.3l9984.4 775.1l9983.3 775l9982.2 774.8l9981.1 774.7l9980 774.5l9978.9 774.4l9977.8 774.2l9976.7 774.1l9975.6 774l9974.5 773.8l9973.4 773.7l9972.3 773.5l9971.2 773.4l5338.8 414.1"
id="path1877"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-174660.2 -5325001.6l4976.7 388.5l10018.2 781.9l10017.1 781.7l10016 781.5l10014.9 781.3l10013.8 781.1l10012.7 780.9l10011.6 780.7l10010.5 780.5l10009.4 780.3l10008.3 780.1l10007.2 779.9l10006.1 779.7l10005 779.5l10004 779.3l10002.9 779.1l10001.7 778.9l10000.7 778.7l9999.6 778.6l9998.5 778.4l9997.3 778.2l9996.3 778l9995.2 777.8l9994.1 777.7l9993 777.5l9991.9 777.3l9990.8 777.2l9989.7 777l9988.6 776.8l9987.5 776.7l9986.4 776.5l9985.3 776.4l9984.2 776.2l9983.1 776.1l9982 775.9l9980.9 775.8l9979.8 775.6l9978.8 775.5l9977.6 775.3l9976.6 775.2l9975.5 775l9974.4 774.9l9973.3 774.8l9972.1 774.6l9971.1 774.5l4952.5 384.7"
id="path1878"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-173488.7 -5334990.3l4587.8 358.6l10018 783l10016.8 782.8l10015.8 782.6l10014.7 782.4l10013.6 782.2l10012.5 782l10011.4 781.8l10010.3 781.6l10009.2 781.4l10008.1 781.2l10007 781l10005.9 780.8l10004.9 780.6l10003.8 780.4l10002.7 780.2l10001.5 780l10000.5 779.8l9999.4 779.6l9998.3 779.5l9997.2 779.3l9996.1 779.1l9995 778.9l9993.9 778.8l9992.8 778.6l9991.7 778.4l9990.6 778.3l9989.5 778.1l9988.5 777.9l9987.3 777.8l9986.3 777.6l9985.2 777.5l9984.1 777.3l9983 777.2l9981.9 777l9980.8 776.9l9979.7 776.7l9978.6 776.6l9977.5 776.4l9976.4 776.3l9975.3 776.1l9974.2 776l9973.1 775.9l9972 775.7l9970.9 775.6l4565.5 355.1"
id="path1879"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-138722.8 -1l.8 -10049.4l2.5 -10050.5l4.2 -10050.5l5.8 -10050.5l7.5 -10050.5l9.2 -10050.4l10.8 -10050.4l12.5 -10050.4l14.2 -10050.4l15.8 -10050.4l17.5 -10050.4l19.2 -10050.4l20.8 -10050.4l22.5 -10050.4l24.2 -10050.4l25.8 -10050.4l27.5 -10050.4l29.2 -10050.4l30.8 -10050.3l32.5 -10050.4l34.2 -10050.3l35.8 -10050.3l37.5 -10050.3l39.2 -10050.3l40.8 -10050.3l42.5 -10050.3l44.2 -10050.3l45.8 -10050.2l47.5 -10050.2l49.2 -10050.2l50.8 -10050.2l52.5 -10050.2l54.2 -10050.1l55.8 -10050.2l57.5 -10050.1l59.2 -10050.1l60.8 -10050.1l62.5 -10050.1l64.1 -10050.1l65.8 -10050l67.5 -10050l69.1 -10050l70.8 -10050l72.5 -10049.9l74.1 -10049.9l75.8 -10049.9l77.5 -10049.8l79.1 -10049.8l80.8 -10049.8l82.4 -10049.8l84.1 -10049.7l85.8 -10049.7l87.4 -10049.7l89.1 -10049.7l90.7 -10049.7l92.4 -10049.6l94.1 -10049.6l95.7 -10049.6l97.4 -10049.5l99 -10049.5l100.7 -10049.5l102.4 -10049.4l104 -10049.4l105.7 -10049.4l107.3 -10049.3l109 -10049.3l110.7 -10049.3l112.3 -10049.2l114 -10049.2l115.6 -10049.2l117.3 -10049.1l118.9 -10049.1l120.6 -10049l122.3 -10049l123.9 -10049l125.6 -10048.9l127.2 -10048.9l128.9 -10048.8l130.5 -10048.8l132.2 -10048.7l133.8 -10048.7l135.5 -10048.7l137.1 -10048.6l138.8 -10048.6l140.4 -10048.5l142.1 -10048.5l143.7 -10048.4l145.4 -10048.4l147 -10048.3l148.7 -10048.3l150.3 -10048.2l152 -10048.2l153.6 -10048.1l155.3 -10048.1l156.9 -10048l158.6 -10048l160.2 -10047.9l161.9 -10047.9l163.5 -10047.8l165.2 -10047.8l166.8 -10047.7l168.4 -10047.7l170.1 -10047.6l171.7 -10047.6l173.4 -10047.5l175 -10047.4l176.7 -10047.4l178.3 -10047.3l179.9 -10047.3l181.6 -10047.2l183.2 -10047.1l184.9 -10047.1l186.5 -10047.1l188.1 -10047l189.8 -10046.9l191.4 -10046.9l193.1 -10046.8l194.7 -10046.7l196.3 -10046.7l198 -10046.6l199.6 -10046.6l201.2 -10046.5l202.9 -10046.4l204.5 -10046.3l206.1 -10046.3l207.8 -10046.2l209.4 -10046.2l211 -10046.1l212.7 -10046l214.3 -10046l215.9 -10045.9l217.6 -10045.8l219.2 -10045.7l220.8 -10045.7l222.4 -10045.6l224.1 -10045.5l225.7 -10045.5l227.3 -10045.4l228.9 -10045.3l230.6 -10045.3l232.2 -10045.2l233.8 -10045.1l235.4 -10045l237.1 -10045l238.7 -10044.9l240.3 -10044.8l241.9 -10044.7l243.5 -10044.7l245.1 -10044.6l246.8 -10044.5l248.4 -10044.4l250 -10044.3l251.6 -10044.3l253.2 -10044.2l254.8 -10044.1l256.5 -10044l258.1 -10043.9l259.7 -10043.9l261.3 -10043.8l262.9 -10043.7l264.5 -10043.6l266.1 -10043.5l267.7 -10043.4l269.3 -10043.4l271 -10043.2l272.6 -10043.2l274.2 -10043.1l275.8 -10043l277.4 -10042.9l279 -10042.8l280.6 -10042.8l282.2 -10042.7l283.8 -10042.6l285.4 -10042.5l287 -10042.4l288.6 -10042.3l290.2 -10042.2l291.8 -10042.1l293.4 -10042l295 -10041.9l296.6 -10041.8l298.2 -10041.8l299.8 -10041.7l301.3 -10041.5l302.9 -10041.5l304.5 -10041.4l306.1 -10041.3l307.7 -10041.2l309.3 -10041.1l310.9 -10041l312.5 -10040.9l314.1 -10040.8l315.6 -10040.7l317.2 -10040.6l318.8 -10040.5l320.4 -10040.4l322 -10040.3l323.6 -10040.2l325.1 -10040.1l326.7 -10040l328.3 -10039.9l329.9 -10039.8l331.5 -10039.7l333 -10039.6l334.6 -10039.5l336.2 -10039.4l337.7 -10039.3l339.3 -10039.2l340.9 -10039.1l342.5 -10039l344 -10038.8l345.6 -10038.8l347.2 -10038.7l348.7 -10038.6l350.3 -10038.4l351.9 -10038.3l353.4 -10038.2l355 -10038.1l356.6 -10038l358.1 -10037.9l359.7 -10037.8l361.2 -10037.7l362.8 -10037.6l364.4 -10037.5l365.9 -10037.3l367.5 -10037.2l369 -10037.1l370.6 -10037l372.1 -10036.9l373.7 -10036.8l375.2 -10036.7l376.8 -10036.6l378.3 -10036.4l379.9 -10036.3l381.4 -10036.2l383 -10036.1l384.5 -10036l386 -10035.8l387.6 -10035.8l389.1 -10035.6l390.7 -10035.5l392.2 -10035.4l393.8 -10035.2l395.3 -10035.2l396.8 -10035l398.4 -10034.9l399.9 -10034.8l401.4 -10034.7l403 -10034.6l404.5 -10034.4l406 -10034.3l407.5 -10034.2l409.1 -10034.1l410.6 -10034l412.1 -10033.8l413.7 -10033.7l415.2 -10033.6l416.7 -10033.5l418.2 -10033.3l419.7 -10033.2l421.3 -10033.1l422.8 -10033l424.3 -10032.8l425.8 -10032.7l427.3 -10032.6l428.8 -10032.4l430.3 -10032.3l431.9 -10032.2l433.4 -10032.1l434.9 -10031.9l436.4 -10031.8l437.9 -10031.7l439.4 -10031.6l440.9 -10031.4l442.4 -10031.3l443.9 -10031.2l445.4 -10031l446.9 -10030.9l448.4 -10030.7l449.9 -10030.6l451.4 -10030.5l452.9 -10030.4l454.4 -10030.2l455.9 -10030.1l457.4 -10030l458.9 -10029.8l460.3 -10029.7l461.8 -10029.6l463.3 -10029.4l464.8 -10029.3l466.3 -10029.2l467.8 -10029l469.2 -10028.9l470.7 -10028.8l472.2 -10028.6l473.7 -10028.5l475.2 -10028.4l476.6 -10028.2l478.1 -10028.1l479.6 -10027.9l481 -10027.8l482.5 -10027.6l484 -10027.5l485.5 -10027.4l486.9 -10027.2l488.4 -10027.1l489.8 -10026.9l491.3 -10026.8l492.8 -10026.7l494.2 -10026.5l495.7 -10026.4l497.1 -10026.3l498.6 -10026.1l500.1 -10026l501.5 -10025.8l503 -10025.7l504.4 -10025.6l505.9 -10025.4l507.3 -10025.3l508.8 -10025.1l510.2 -10024.9l511.6 -10024.8l513.1 -10024.7l514.5 -10024.5l516 -10024.4l517.4 -10024.3l518.8 -10024.1l520.3 -10024l521.7 -10023.8l523.1 -10023.6l524.6 -10023.5l526 -10023.4l527.4 -10023.2l528.9 -10023l530.3 -10022.9l531.7 -10022.8l533.1 -10022.6l534.6 -10022.5l536 -10022.3l537.4 -10022.2l538.8 -10022l540.2 -10021.9l541.6 -10021.7l543.1 -10021.6l544.5 -10021.4l545.9 -10021.3l547.3 -10021.1l548.7 -10021l550.1 -10020.8l551.5 -10020.7l552.9 -10020.5l554.3 -10020.3l555.7 -10020.2l557.1 -10020.1l558.5 -10019.9l559.9 -10019.8l561.3 -10019.6l562.7 -10019.5l564.1 -10019.3l565.5 -10019.2l566.9 -10019l568.2 -10018.8l569.6 -10018.7l571 -10018.5l572.4 -10018.4l573.8 -10018.2l575.2 -10018.1l576.5 -10017.9l577.9 -10017.8l579.3 -10017.6l580.7 -10017.4l582 -10017.3l583.4 -10017.1l584.8 -10017l586.1 -10016.8l587.5 -10016.7l588.9 -10016.5l590.2 -10016.4l591.6 -10016.2l593 -10016l594.3 -10015.9l595.7 -10015.7l597 -10015.6l598.4 -10015.4l599.7 -10015.2l601.1 -10015.1l602.4 -10014.9l603.8 -10014.8l605.1 -10014.6l606.5 -10014.5l607.8 -10014.3l609.2 -10014.1l610.5 -10014l611.8 -10013.8l613.2 -10013.7l614.5 -10013.5l615.8 -10013.3l617.2 -10013.1l618.5 -10013l619.8 -10012.8l621.2 -10012.7l622.5 -10012.5l623.8 -10012.3l625.1 -10012.2l626.5 -10012l627.8 -10011.9l629.1 -10011.7l630.4 -10011.6l631.7 -10011.4l633 -10011.2l634.3 -10011.1l635.7 -10010.9l637 -10010.7l638.3 -10010.6l639.6 -10010.4l640.9 -10010.2l642.2 -10010.1l643.5 -10009.9l644.8 -10009.8l646.1 -10009.6l647.4 -10009.4l648.7 -10009.3l649.9 -10009.1l651.2 -10008.9l652.5 -10008.8l653.8 -10008.6l655.1 -10008.5l656.4 -10008.3l657.7 -10008.1l658.9 -10007.9l660.2 -10007.8l661.5 -10007.6l662.8 -10007.5l664 -10007.3l665.3 -10007.1l666.6 -10007l667.8 -10006.8l669.1 -10006.6l670.4 -10006.4l671.6 -10006.3l672.9 -10006.1l674.1 -10006l675.4 -10005.8l676.7 -10005.6l677.9 -10005.5l679.2 -10005.3l680.4 -10005.1l681.7 -10004.9l682.9 -10004.8l684.2 -10004.6l685.4 -10004.5l686.6 -10004.3l687.9 -10004.1l689.1 -10004l690.4 -10003.8l691.6 -10003.6l692.8 -10003.4l694 -10003.3l695.3 -10003.1l696.5 -10003l697.7 -10002.8l698.9 -10002.6l700.2 -10002.5l701.4 -10002.3l702.6 -10002.1l703.8 -10002l705 -10001.8l706.3 -10001.6l707.5 -10001.5l708.7 -10001.3l709.9 -10001.1l711.1 -10001l712.3 -10000.8l713.5 -10000.6l714.7 -10000.5l715.9 -10000.3l717.1 -10000.1l718.3 -10000l719.5 -9999.8l720.7 -9999.6l721.9 -9999.5l723 -9999.3l724.2 -9999.1l725.4 -9999l726.6 -9998.8l727.8 -9998.6l728.9 -9998.5l730.1 -9998.3l731.3 -9998.1l732.5 -9998l733.6 -9997.8l734.8 -9997.6l736 -9997.5l737.1 -9997.3l738.3 -9997.1l739.5 -9997l740.6 -9996.8l741.8 -9996.6l742.9 -9996.4l744.1 -9996.3l745.2 -9996.1l746.4 -9995.9l747.5 -9995.7l748.7 -9995.6l749.8 -9995.4l751 -9995.3l752.1 -9995.1l753.2 -9994.9l754.4 -9994.8l755.5 -9994.6l756.7 -9994.4l757.8 -9994.2l758.9 -9994.1l760 -9993.9l761.2 -9993.8l762.3 -9993.6l763.4 -9993.4l764.5 -9993.3l765.6 -9993.1l766.8 -9992.9l767.9 -9992.7l769 -9992.6l770.1 -9992.4l771.2 -9992.3l772.3 -9992.1l773.4 -9991.9l774.5 -9991.8l775.6 -9991.6l776.7 -9991.4l777.8 -9991.3l778.9 -9991.1l780 -9990.9l781.1 -9990.8l782.2 -9990.6l783.2 -9990.4l784.3 -9990.3l785.4 -9990.1l786.5 -9989.9l787.6 -9989.8l788.6 -9989.6l789.7 -9989.5l790.8 -9989.3l791.9 -9989.1l792.9 -9988.9l794 -9988.8l795.1 -9988.6l796.1 -9988.5l797.2 -9988.3l798.2 -9988.1l799.3 -9988l800.4 -9987.8l801.4 -9987.6l802.5 -9987.4l803.5 -9987.3l804.5 -9987.1l805.6 -9987l806.6 -9986.8l807.7 -9986.6l808.7 -9986.5l809.7 -9986.3l810.8 -9986.2l811.8 -9986l812.8 -9985.8l813.9 -9985.7l814.9 -9985.5l815.9 -9985.4l816.9 -9985.2l818 -9985l819 -9984.9l820 -9984.7l821 -9984.5l822 -9984.3l823 -9984.2l824 -9984.1l825 -9983.9l826 -9983.7l827 -9983.6l828 -9983.4l829 -9983.3l830 -9983.1l831 -9982.9l832 -9982.8l833 -9982.6l834 -9982.4l835 -9982.3l836 -9982.1l836.9 -9982l837.9 -9981.8l838.9 -9981.7l839.9 -9981.5l840.8 -9981.3l841.8 -9981.2l842.8 -9981l843.7 -9980.8l844.7 -9980.7l845.7 -9980.5l846.6 -9980.4l847.6 -9980.2l848.5 -9980l849.5 -9979.9l850.4 -9979.8l851.4 -9979.6l852.3 -9979.4l853.3 -9979.3l854.2 -9979.1l855.2 -9979l856.1 -9978.8l857 -9978.6l858 -9978.5l858.9 -9978.3l859.8 -9978.2l860.7 -9978l861.7 -9977.9l862.6 -9977.7l863.5 -9977.6l864.4 -9977.4l865.3 -9977.2l866.3 -9977.1l867.2 -9977l868.1 -9976.8l869 -9976.7l869.9 -9976.5l870.8 -9976.3l871.7 -9976.2l872.6 -9976l873.5 -9975.9l874.4 -9975.7l875.3 -9975.6l876.2 -9975.4l877.1 -9975.3l878 -9975.1l878.8 -9975l879.7 -9974.8l880.6 -9974.7l881.5 -9974.5l882.3 -9974.4l883.2 -9974.2l884.1 -9974.1l885 -9973.9l885.8 -9973.8l886.7 -9973.6l887.6 -9973.5l888.4 -9973.3l889.3 -9973.2l890.1 -9973l891 -9972.9l891.8 -9972.8l892.7 -9972.6l893.5 -9972.4l894.4 -9972.3l895.2 -9972.2l896.1 -9972l896.9 -9971.9l897.7 -9971.7l898.6 -9971.6l899.4 -9971.4l900.2 -9971.3l901 -9971.1l901.9 -9971l902.7 -9970.9l903.5 -9970.7l904.3 -9970.6l905.1 -9970.4l906 -9970.3l906.8 -9970.2l907.6 -9970l908.4 -9969.9l909.2 -9969.7l910 -9969.6l910.8 -9969.4l911.6 -9969.3l912.4 -9969.1l913.2 -9969l914 -9968.9l914.8 -9968.7l915.5 -9968.6l916.3 -9968.4l917.1 -9968.3l917.9 -9968.2l918.7 -9968.1l919.4 -9967.9l920.2 -9967.8l921 -9967.6l921.8 -9967.5l922.5 -9967.4l923.3 -9967.2l924.1 -9967.1l924.8 -9967l925.6 -9966.8l926.3 -9966.7l927.1 -9966.6l927.8 -9966.4l928.6 -9966.3l929.3 -9966.2l930.1 -9966l930.8 -9965.9l931.5 -9965.8l932.3 -9965.6l933 -9965.5l933.7 -9965.4l934.5 -9965.2l935.2 -9965.1l935.9 -9965l936.6 -9964.8l937.4 -9964.7l938.1 -9964.6l938.8 -9964.5l939.5 -9964.3l940.2 -9964.2l940.9 -9964.1l941.6 -9963.9l942.4 -9963.8l943.1 -9963.7l943.8 -9963.6l944.5 -9963.4l945.1 -9963.3l945.8 -9963.2l946.5 -9963l947.2 -9962.9l947.9 -9962.8l948.6 -9962.7l949.3 -9962.5l949.9 -9962.4l950.6 -9962.3l951.3 -9962.2l952 -9962.1l952.6 -9961.9l953.3 -9961.8l954 -9961.7l954.6 -9961.6l955.3 -9961.4l956 -9961.3l956.6 -9961.2l957.3 -9961.1l957.9 -9961l958.6 -9960.8l959.2 -9960.7l959.9 -9960.6l960.5 -9960.5l961.1 -9960.4l961.8 -9960.2l962.4 -9960.2l963 -9960l963.7 -9959.9l964.3 -9959.8l964.9 -9959.7l965.5 -9959.6l966.2 -9959.5l966.8 -9959.3l967.4 -9959.2l968 -9959.1l968.6 -9959l969.2 -9958.9l969.8 -9958.8l970.4 -9958.7l971 -9958.6l971.6 -9958.5l972.2 -9958.3l972.8 -9958.2l973.4 -9958.1l974 -9958l974.6 -9957.9l975.2 -9957.8l975.8 -9957.7l976.4 -9957.6l976.9 -9957.5l977.5 -9957.4l978.1 -9957.2l978.7 -9957.2l979.2 -9957l979.8 -9956.9l980.4 -9956.8l980.9 -9956.7l981.5 -9956.6l982 -9956.5l982.6 -9956.4l983.1 -9956.3l983.7 -9956.2l984.2 -9956.1l984.8 -9956l985.3 -9955.9l985.9 -9955.8l986.4 -9955.7l986.9 -9955.6l987.5 -9955.5l988 -9955.4l988.5 -9955.3l989.1 -9955.2l989.6 -9955.1l990.1 -9955l990.6 -9954.9l991.1 -9954.8l991.6 -9954.7l992.2 -9954.6l992.7 -9954.5l993.2 -9954.4l993.7 -9954.4l994.2 -9954.3l910.2 -9109.4"
id="path1880"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-172315.6 -5344978.7l4198.4 328.6l10017.8 784.1l10016.6 783.9l10015.6 783.7l10014.5 783.5l10013.4 783.3l10012.3 783.1l10011.2 782.9l10010.1 782.6l10009 782.4l10007.9 782.3l10006.8 782.1l10005.8 781.9l10004.7 781.7l10003.6 781.5l10002.5 781.3l10001.4 781.1l10000.3 780.9l9999.2 780.7l9998.1 780.6l9997 780.4l9995.9 780.2l9994.8 780l9993.8 779.9l9992.7 779.7l9991.5 779.5l9990.5 779.4l9989.4 779.2l9988.3 779l9987.2 778.9l9986.1 778.7l9985 778.6l9983.9 778.4l9982.8 778.3l9981.7 778.1l9980.6 778l9979.6 777.8l9978.5 777.7l9977.3 777.5l9976.3 777.4l9975.2 777.2l9974.1 777.1l9973 777l9971.9 776.8l9970.8 776.7l4178 325.4"
id="path1881"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-171140.8 -5354966.8l3808.4 298.5l10017.5 785.2l10016.4 785l10015.4 784.8l10014.3 784.6l10013.2 784.3l10012.1 784.1l10011 783.9l10009.9 783.7l10008.8 783.5l10007.7 783.3l10006.6 783.1l10005.6 783l10004.5 782.8l10003.4 782.6l10002.3 782.4l10001.2 782.2l10000.1 782l9999 781.8l9997.9 781.7l9996.8 781.5l9995.8 781.3l9994.7 781.1l9993.6 781l9992.5 780.8l9991.4 780.6l9990.3 780.4l9989.2 780.3l9988.1 780.1l9987 780l9986 779.8l9984.9 779.6l9983.8 779.5l9982.7 779.3l9981.6 779.2l9980.5 779l9979.4 778.9l9978.3 778.8l9977.2 778.6l9976.1 778.5l9975 778.3l9974 778.2l9972.9 778.1l9971.7 777.9l9970.7 777.8l3790 295.6"
id="path1882"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-169964.6 -5364954.6l3418 268.3l10017.3 786.3l10016.2 786.1l10015.2 785.9l10014.1 785.6l10013 785.4l10011.9 785.2l10010.8 785l10009.7 784.8l10008.6 784.6l10007.5 784.4l10006.4 784.2l10005.4 784l10004.3 783.8l10003.2 783.7l10002.1 783.5l10001 783.3l9999.9 783.1l9998.8 782.9l9997.8 782.7l9996.6 782.6l9995.6 782.4l9994.5 782.2l9993.4 782l9992.3 781.9l9991.2 781.7l9990.1 781.5l9989.1 781.4l9988 781.2l9986.9 781l9985.8 780.9l9984.7 780.7l9983.6 780.6l9982.5 780.4l9981.4 780.3l9980.4 780.1l9979.3 780l9978.2 779.8l9977.1 779.7l9976 779.6l9974.9 779.4l9973.8 779.3l9972.7 779.2l9971.6 779l9970.6 778.9l3401.4 265.7"
id="path1883"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-168786.6 -5374942l3026.9 237.9l10017.1 787.4l10016 787.1l10014.9 786.9l10013.9 786.7l10012.8 786.5l10011.7 786.3l10010.6 786.1l10009.5 785.9l10008.4 785.7l10007.3 785.5l10006.2 785.3l10005.2 785.1l10004.1 784.9l10003 784.7l10001.9 784.6l10000.8 784.4l9999.8 784.2l9998.7 784l9997.6 783.8l9996.5 783.6l9995.4 783.5l9994.3 783.3l9993.2 783.1l9992.2 783l9991 782.8l9990 782.6l9988.9 782.5l9987.8 782.3l9986.7 782.1l9985.6 782l9984.6 781.8l9983.5 781.7l9982.4 781.5l9981.3 781.4l9980.2 781.2l9979.1 781.1l9978 780.9l9976.9 780.8l9975.9 780.6l9974.8 780.5l9973.7 780.4l9972.6 780.2l9971.5 780.1l9970.4 780l3012.3 235.6"
id="path1884"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-167607 -5384929l2635.3 207.5l10016.9 788.4l10015.8 788.2l10014.7 788l10013.6 787.8l10012.6 787.6l10011.4 787.4l10010.4 787.2l10009.3 787l10008.2 786.8l10007.2 786.6l10006 786.4l10005 786.2l10003.9 786l10002.8 785.8l10001.7 785.6l10000.6 785.5l9999.6 785.3l9998.5 785.1l9997.4 784.9l9996.3 784.7l9995.2 784.6l9994.2 784.4l9993.1 784.2l9992 784l9990.9 783.9l9989.8 783.7l9988.7 783.5l9987.7 783.4l9986.5 783.2l9985.5 783.1l9984.4 782.9l9983.3 782.8l9982.2 782.6l9981.1 782.5l9980.1 782.3l9979 782.2l9977.9 782l9976.8 781.9l9975.7 781.7l9974.6 781.6l9973.6 781.5l9972.5 781.3l9971.3 781.2l9970.3 781.1l2622.7 205.5"
id="path1885"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-166425.8 -5394915.7l2243.2 176.8l10016.7 789.5l10015.6 789.3l10014.5 789.1l10013.4 788.9l10012.4 788.7l10011.2 788.5l10010.2 788.3l10009.1 788.1l10008 787.9l10007 787.7l10005.8 787.5l10004.8 787.3l10003.7 787.1l10002.6 786.9l10001.5 786.7l10000.4 786.5l9999.4 786.4l9998.3 786.2l9997.2 786l9996.1 785.8l9995.1 785.6l9994 785.5l9992.9 785.3l9991.8 785.1l9990.7 785l9989.7 784.8l9988.6 784.6l9987.5 784.5l9986.4 784.3l9985.3 784.1l9984.2 784l9983.2 783.8l9982.1 783.7l9981 783.5l9979.9 783.4l9978.8 783.2l9977.7 783.1l9976.6 783l9975.6 782.8l9974.5 782.7l9973.4 782.5l9972.3 782.4l9971.2 782.3l9970.2 782.1l2232.5 175.1"
id="path1886"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-165243 -5404902.1l1850.6 146.1l10016.5 790.6l10015.4 790.4l10014.3 790.2l10013.2 790l10012.2 789.8l10011 789.6l10010 789.4l10008.9 789.2l10007.8 789l10006.8 788.8l10005.6 788.6l10004.6 788.4l10003.5 788.2l10002.4 788l10001.4 787.8l10000.3 787.6l9999.2 787.4l9998.1 787.3l9997 787.1l9995.9 786.9l9994.9 786.7l9993.8 786.5l9992.7 786.4l9991.6 786.2l9990.5 786l9989.5 785.9l9988.4 785.7l9987.3 785.5l9986.2 785.4l9985.2 785.2l9984.1 785.1l9983 784.9l9981.9 784.8l9980.8 784.6l9979.8 784.5l9978.7 784.3l9977.6 784.2l9976.5 784l9975.4 783.9l9974.4 783.8l9973.3 783.6l9972.2 783.5l9971.1 783.4l9970 783.2l1841.7 144.7"
id="path1887"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-164058.6 -5414888.1l1457.5 115.2l10016.3 791.7l10015.1 791.5l10014.1 791.3l10013 791.1l10011.9 790.8l10010.8 790.6l10009.8 790.4l10008.7 790.2l10007.6 790l10006.6 789.8l10005.5 789.6l10004.4 789.4l10003.3 789.3l10002.3 789.1l10001.2 788.9l10000.1 788.7l9999 788.5l9997.9 788.3l9996.9 788.2l9995.8 788l9994.7 787.8l9993.6 787.6l9992.6 787.5l9991.5 787.3l9990.4 787.1l9989.3 787l9988.2 786.8l9987.2 786.6l9986.1 786.5l9985 786.3l9983.9 786.2l9982.9 786l9981.8 785.8l9980.7 785.7l9979.6 785.6l9978.5 785.4l9977.5 785.3l9976.4 785.1l9975.3 785l9974.2 784.8l9973.1 784.7l9972.1 784.6l9971 784.4l9969.9 784.3l1450.4 114.1"
id="path1888"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-162872.6 -5424873.8l1063.8 84.2l10016 792.8l10014.9 792.5l10013.9 792.3l10012.8 792.1l10011.7 791.9l10010.6 791.7l10009.6 791.5l10008.5 791.3l10007.4 791.1l10006.4 790.9l10005.3 790.7l10004.2 790.5l10003.1 790.3l10002.1 790.1l10001 790l9999.9 789.8l9998.8 789.6l9997.8 789.4l9996.7 789.2l9995.6 789l9994.5 788.9l9993.5 788.7l9992.4 788.5l9991.3 788.4l9990.2 788.2l9989.2 788l9988.1 787.9l9987 787.7l9985.9 787.5l9984.9 787.4l9983.8 787.2l9982.7 787.1l9981.6 786.9l9980.5 786.8l9979.5 786.6l9978.4 786.5l9977.3 786.3l9976.2 786.2l9975.2 786.1l9974.1 785.9l9973 785.8l9971.9 785.7l9970.8 785.5l9969.8 785.4l1058.7 83.4"
id="path1889"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-161684.9 -5434859.1l669.5 53.1l10015.8 793.8l10014.7 793.6l10013.7 793.4l10012.6 793.2l10011.5 793l10010.4 792.8l10009.4 792.6l10008.3 792.4l10007.2 792.2l10006.2 792l10005.1 791.8l10004 791.6l10003 791.4l10001.9 791.2l10000.8 791l9999.7 790.8l9998.7 790.7l9997.6 790.5l9996.5 790.3l9995.4 790.1l9994.4 789.9l9993.3 789.8l9992.2 789.6l9991.1 789.4l9990 789.3l9989 789.1l9987.9 788.9l9986.8 788.8l9985.7 788.6l9984.7 788.5l9983.6 788.3l9982.6 788.2l9981.5 788l9980.4 787.8l9979.3 787.7l9978.3 787.6l9977.2 787.4l9976.1 787.3l9975 787.1l9974 787l9972.9 786.9l9971.8 786.7l9970.7 786.6l9969.6 786.5l666.4 52.6"
id="path1890"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-128673.2 -1l.8 -10047.8l2.5 -10048.8l4.2 -10048.8l5.8 -10048.8l7.5 -10048.8l9.2 -10048.8l10.8 -10048.8l12.5 -10048.8l14.2 -10048.8l15.8 -10048.7l17.5 -10048.8l19.2 -10048.8l20.8 -10048.8l22.5 -10048.7l24.2 -10048.7l25.8 -10048.7l27.5 -10048.7l29.2 -10048.7l30.8 -10048.7l32.5 -10048.7l34.2 -10048.7l35.8 -10048.7l37.5 -10048.7l39.2 -10048.6l40.8 -10048.6l42.5 -10048.6l44.2 -10048.6l45.8 -10048.6l47.5 -10048.6l49.2 -10048.6l50.8 -10048.5l52.5 -10048.5l54.1 -10048.5l55.8 -10048.5l57.5 -10048.5l59.1 -10048.5l60.8 -10048.4l62.5 -10048.4l64.1 -10048.4l65.8 -10048.4l67.5 -10048.4l69.1 -10048.3l70.8 -10048.3l72.4 -10048.3l74.1 -10048.3l75.8 -10048.2l77.4 -10048.2l79.1 -10048.2l80.8 -10048.2l82.4 -10048.1l84.1 -10048.1l85.7 -10048.1l87.4 -10048.1l89.1 -10048l90.7 -10048l92.4 -10047.9l94 -10047.9l95.7 -10047.9l97.4 -10047.9l99 -10047.8l100.7 -10047.8l102.3 -10047.8l104 -10047.7l105.6 -10047.7l107.3 -10047.6l109 -10047.6l110.6 -10047.6l112.3 -10047.6l113.9 -10047.5l115.6 -10047.5l117.2 -10047.5l118.9 -10047.4l120.6 -10047.4l122.2 -10047.3l123.9 -10047.3l125.5 -10047.3l127.2 -10047.2l128.8 -10047.2l130.5 -10047.1l132.1 -10047.1l133.8 -10047.1l135.4 -10047l137.1 -10046.9l138.7 -10046.9l140.4 -10046.9l142 -10046.8l143.7 -10046.8l145.3 -10046.7l147 -10046.7l148.6 -10046.6l150.3 -10046.6l151.9 -10046.5l153.6 -10046.5l155.2 -10046.5l156.9 -10046.4l158.5 -10046.4l160.2 -10046.3l161.8 -10046.2l163.5 -10046.2l165.1 -10046.1l166.8 -10046.1l168.4 -10046l170 -10046l171.7 -10045.9l173.3 -10045.9l175 -10045.8l176.6 -10045.8l178.2 -10045.7l179.9 -10045.6l181.5 -10045.6l183.2 -10045.5l184.8 -10045.5l186.4 -10045.4l188.1 -10045.4l189.7 -10045.3l191.4 -10045.2l193 -10045.2l194.6 -10045.1l196.3 -10045.1l197.9 -10045l199.5 -10044.9l201.2 -10044.9l202.8 -10044.8l204.4 -10044.7l206.1 -10044.7l207.7 -10044.6l209.3 -10044.5l211 -10044.5l212.6 -10044.4l214.2 -10044.3l215.9 -10044.3l217.5 -10044.2l219.1 -10044.1l220.7 -10044.1l222.4 -10044l224 -10043.9l225.6 -10043.8l227.2 -10043.7l228.9 -10043.7l230.5 -10043.6l232.1 -10043.6l233.7 -10043.5l235.4 -10043.4l237 -10043.3l238.6 -10043.3l240.2 -10043.2l241.8 -10043.1l243.5 -10043l245.1 -10043l246.7 -10042.9l248.3 -10042.8l249.9 -10042.7l251.5 -10042.6l253.2 -10042.6l254.8 -10042.5l256.4 -10042.4l258 -10042.3l259.6 -10042.2l261.2 -10042.2l262.8 -10042.1l264.4 -10042l266 -10041.9l267.7 -10041.8l269.3 -10041.8l270.9 -10041.6l272.5 -10041.6l274.1 -10041.5l275.7 -10041.4l277.3 -10041.3l278.9 -10041.2l280.5 -10041.2l282.1 -10041.1l283.7 -10041l285.3 -10040.9l286.9 -10040.8l288.5 -10040.7l290.1 -10040.6l291.7 -10040.5l293.3 -10040.4l294.9 -10040.3l296.5 -10040.3l298.1 -10040.2l299.7 -10040.1l301.3 -10039.9l302.8 -10039.9l304.4 -10039.8l306 -10039.7l307.6 -10039.6l309.2 -10039.5l310.8 -10039.4l312.4 -10039.3l314 -10039.2l315.5 -10039.1l317.1 -10039l318.7 -10038.9l320.3 -10038.8l321.9 -10038.7l323.5 -10038.6l325 -10038.5l326.6 -10038.4l328.2 -10038.3l329.8 -10038.2l331.3 -10038.1l332.9 -10038l334.5 -10037.9l336.1 -10037.8l337.6 -10037.7l339.2 -10037.6l340.8 -10037.5l342.4 -10037.4l343.9 -10037.3l345.5 -10037.2l347.1 -10037.1l348.6 -10037l350.2 -10036.9l351.8 -10036.7l353.3 -10036.7l354.9 -10036.6l356.4 -10036.5l358 -10036.3l359.6 -10036.2l361.1 -10036.1l362.7 -10036l364.2 -10035.9l365.8 -10035.8l367.4 -10035.7l368.9 -10035.6l370.5 -10035.5l372 -10035.3l373.6 -10035.2l375.1 -10035.1l376.7 -10035l378.2 -10034.9l379.8 -10034.8l381.3 -10034.7l382.8 -10034.6l384.4 -10034.4l385.9 -10034.3l387.5 -10034.2l389 -10034.1l390.6 -10034l392.1 -10033.9l393.6 -10033.7l395.2 -10033.6l396.7 -10033.5l398.2 -10033.4l399.8 -10033.2l401.3 -10033.2l402.8 -10033l404.4 -10032.9l405.9 -10032.8l407.4 -10032.6l409 -10032.6l410.5 -10032.4l412 -10032.3l413.5 -10032.2l415 -10032l416.6 -10031.9l418.1 -10031.8l419.6 -10031.7l421.1 -10031.5l422.6 -10031.4l424.2 -10031.3l425.7 -10031.2l427.2 -10031.1l428.7 -10030.9l430.2 -10030.8l431.7 -10030.7l433.2 -10030.6l434.7 -10030.4l436.3 -10030.3l437.8 -10030.2l439.3 -10030.1l440.8 -10029.9l442.3 -10029.8l443.8 -10029.7l445.3 -10029.5l446.8 -10029.4l448.3 -10029.2l449.8 -10029.1l451.3 -10029l452.8 -10028.9l454.2 -10028.8l455.7 -10028.6l457.2 -10028.5l458.7 -10028.4l460.2 -10028.2l461.7 -10028.1l463.2 -10027.9l464.7 -10027.8l466.1 -10027.7l467.6 -10027.6l469.1 -10027.4l470.6 -10027.3l472.1 -10027.2l473.5 -10027l475 -10026.9l476.5 -10026.7l478 -10026.6l479.4 -10026.5l480.9 -10026.3l482.4 -10026.2l483.8 -10026.1l485.3 -10025.9l486.8 -10025.8l488.2 -10025.6l489.7 -10025.5l491.2 -10025.4l492.6 -10025.2l494.1 -10025.1l495.5 -10024.9l497 -10024.8l498.5 -10024.7l499.9 -10024.5l501.4 -10024.4l502.8 -10024.2l504.3 -10024.1l505.7 -10024l507.2 -10023.8l508.6 -10023.7l510.1 -10023.5l511.5 -10023.4l512.9 -10023.2l514.4 -10023.1l515.8 -10022.9l517.3 -10022.8l518.7 -10022.7l520.1 -10022.5l521.6 -10022.4l523 -10022.2l524.4 -10022.1l525.9 -10021.9l527.3 -10021.8l528.7 -10021.6l530.1 -10021.5l531.6 -10021.4l533 -10021.2l534.4 -10021.1l535.8 -10020.9l537.2 -10020.8l538.7 -10020.6l540.1 -10020.5l541.5 -10020.3l542.9 -10020.2l544.3 -10020l545.7 -10019.9l547.1 -10019.7l548.5 -10019.5l550 -10019.4l551.4 -10019.3l552.8 -10019.1l554.2 -10018.9l555.6 -10018.8l557 -10018.7l558.4 -10018.5l559.8 -10018.4l561.1 -10018.2l562.5 -10018.1l563.9 -10017.9l565.3 -10017.8l566.7 -10017.6l568.1 -10017.4l569.5 -10017.3l570.9 -10017.2l572.2 -10017l573.6 -10016.8l575 -10016.7l576.4 -10016.5l577.8 -10016.4l579.1 -10016.2l580.5 -10016l581.9 -10015.9l583.3 -10015.8l584.6 -10015.6l586 -10015.4l587.4 -10015.3l588.7 -10015.1l590.1 -10015l591.4 -10014.8l592.8 -10014.6l594.2 -10014.5l595.5 -10014.4l596.9 -10014.2l598.2 -10014l599.6 -10013.9l600.9 -10013.7l602.3 -10013.6l603.6 -10013.4l605 -10013.2l606.3 -10013.1l607.7 -10013l609 -10012.8l610.3 -10012.6l611.7 -10012.4l613 -10012.3l614.4 -10012.2l615.7 -10012l617 -10011.8l618.3 -10011.7l619.7 -10011.5l621 -10011.4l622.3 -10011.2l623.6 -10011l625 -10010.9l626.3 -10010.7l627.6 -10010.6l628.9 -10010.4l630.2 -10010.2l631.6 -10010.1l632.9 -10009.9l634.2 -10009.8l635.5 -10009.6l636.8 -10009.4l638.1 -10009.3l639.4 -10009.1l640.7 -10008.9l642 -10008.8l643.3 -10008.6l644.6 -10008.5l645.9 -10008.3l647.2 -10008.1l648.5 -10008l649.8 -10007.8l651.1 -10007.7l652.4 -10007.5l653.6 -10007.3l654.9 -10007.2l656.2 -10007l657.5 -10006.8l658.8 -10006.6l660 -10006.5l661.3 -10006.4l662.6 -10006.2l663.9 -10006l665.1 -10005.8l666.4 -10005.7l667.7 -10005.5l668.9 -10005.4l670.2 -10005.2l671.5 -10005l672.7 -10004.9l674 -10004.7l675.2 -10004.6l676.5 -10004.4l677.7 -10004.2l679 -10004.1l680.3 -10003.9l681.5 -10003.7l682.7 -10003.6l684 -10003.4l685.2 -10003.2l686.5 -10003.1l687.7 -10002.9l688.9 -10002.7l690.2 -10002.6l691.4 -10002.4l692.6 -10002.2l693.9 -10002.1l695.1 -10001.9l696.3 -10001.8l697.6 -10001.6l698.8 -10001.4l700 -10001.3l701.2 -10001.1l702.4 -10000.9l703.7 -10000.8l704.9 -10000.6l706.1 -10000.4l707.3 -10000.3l708.5 -10000.1l709.7 -9999.9l710.9 -9999.8l712.1 -9999.6l713.3 -9999.4l714.5 -9999.3l715.7 -9999.1l716.9 -9998.9l718.1 -9998.8l719.3 -9998.6l720.5 -9998.4l721.7 -9998.3l722.9 -9998.1l724.1 -9997.9l725.2 -9997.8l726.4 -9997.6l727.6 -9997.4l728.8 -9997.3l730 -9997.1l731.1 -9996.9l732.3 -9996.8l733.5 -9996.6l734.6 -9996.5l735.8 -9996.3l737 -9996.1l738.1 -9996l739.3 -9995.8l740.5 -9995.6l741.6 -9995.5l742.8 -9995.3l743.9 -9995.1l745.1 -9995l746.2 -9994.8l747.4 -9994.6l748.5 -9994.5l749.7 -9994.3l750.8 -9994.1l751.9 -9994l753.1 -9993.8l754.2 -9993.6l755.4 -9993.5l756.5 -9993.3l757.6 -9993.1l758.7 -9993l759.9 -9992.8l761 -9992.6l762.1 -9992.5l763.2 -9992.3l764.4 -9992.2l765.5 -9992l766.6 -9991.8l767.7 -9991.6l768.8 -9991.5l769.9 -9991.3l771 -9991.2l772.1 -9991l773.2 -9990.8l774.3 -9990.7l775.4 -9990.5l776.5 -9990.3l777.6 -9990.2l778.7 -9990l779.8 -9989.8l780.9 -9989.7l782 -9989.5l783.1 -9989.3l784.2 -9989.2l785.3 -9989l786.3 -9988.9l787.4 -9988.7l788.5 -9988.5l789.6 -9988.4l790.6 -9988.2l791.7 -9988.1l792.8 -9987.9l793.8 -9987.7l794.9 -9987.6l796 -9987.4l797 -9987.2l798.1 -9987l799.1 -9986.9l800.2 -9986.7l801.2 -9986.6l802.3 -9986.4l803.3 -9986.3l804.4 -9986.1l805.4 -9985.9l806.5 -9985.8l807.5 -9985.6l808.5 -9985.5l809.6 -9985.3l810.6 -9985.1l811.6 -9984.9l812.7 -9984.8l813.7 -9984.6l814.7 -9984.5l815.8 -9984.3l816.8 -9984.1l817.8 -9984l818.8 -9983.8l819.8 -9983.7l820.8 -9983.5l821.9 -9983.3l822.9 -9983.2l823.9 -9983l824.9 -9982.9l825.9 -9982.7l826.9 -9982.6l827.9 -9982.4l828.9 -9982.3l829.9 -9982.1l830.9 -9981.9l831.9 -9981.8l832.8 -9981.6l833.8 -9981.5l834.8 -9981.3l835.8 -9981.1l836.8 -9981l837.8 -9980.8l838.7 -9980.7l839.7 -9980.5l840.7 -9980.4l841.6 -9980.2l842.6 -9980l843.6 -9979.9l844.5 -9979.7l845.5 -9979.6l846.5 -9979.4l847.4 -9979.3l848.4 -9979.1l849.3 -9979l850.3 -9978.8l851.2 -9978.7l852.2 -9978.5l853.1 -9978.3l854.1 -9978.2l855 -9978l855.9 -9977.9l856.9 -9977.7l857.8 -9977.6l858.7 -9977.4l859.7 -9977.3l860.6 -9977.1l861.5 -9976.9l862.4 -9976.8l863.4 -9976.7l864.3 -9976.5l865.2 -9976.3l866.1 -9976.2l867 -9976l867.9 -9975.9l868.8 -9975.7l869.7 -9975.6l870.7 -9975.4l871.6 -9975.3l872.5 -9975.1l873.3 -9975l874.2 -9974.8l875.1 -9974.7l876 -9974.5l876.9 -9974.4l877.8 -9974.2l878.7 -9974.1l879.6 -9974l880.4 -9973.8l881.3 -9973.7l882.2 -9973.5l883.1 -9973.4l883.9 -9973.2l884.8 -9973.1l885.7 -9972.9l886.5 -9972.8l887.4 -9972.6l888.3 -9972.5l889.1 -9972.3l890 -9972.2l890.8 -9972l891.7 -9971.9l892.5 -9971.8l893.4 -9971.6l894.2 -9971.5l895.1 -9971.3l895.9 -9971.2l896.8 -9971l897.6 -9970.9l898.4 -9970.8l899.3 -9970.6l900.1 -9970.5l900.9 -9970.3l901.7 -9970.2l902.6 -9970l903.4 -9969.9l904.2 -9969.8l905 -9969.6l905.8 -9969.5l906.6 -9969.3l907.4 -9969.2l908.3 -9969.1l909.1 -9968.9l909.9 -9968.8l910.7 -9968.6l911.5 -9968.5l912.2 -9968.3l913 -9968.2l913.8 -9968.1l914.6 -9968l915.4 -9967.8l916.2 -9967.7l917 -9967.6l917.8 -9967.4l918.5 -9967.3l919.3 -9967.1l920.1 -9967l920.9 -9966.9l921.6 -9966.7l922.4 -9966.6l923.2 -9966.4l923.9 -9966.3l924.7 -9966.2l925.4 -9966.1l926.2 -9965.9l926.9 -9965.8l927.7 -9965.7l928.4 -9965.5l929.2 -9965.4l929.9 -9965.3l930.7 -9965.2l931.4 -9965l932.1 -9964.9l932.9 -9964.7l933.6 -9964.6l934.3 -9964.5l935.1 -9964.4l935.8 -9964.3l936.5 -9964.1l937.2 -9964l938 -9963.9l938.7 -9963.7l939.4 -9963.6l940.1 -9963.5l940.8 -9963.4l941.5 -9963.2l942.2 -9963.1l942.9 -9963l943.6 -9962.9l944.3 -9962.7l945 -9962.6l945.7 -9962.5l946.4 -9962.3l947.1 -9962.2l947.8 -9962.1l948.5 -9962l949.1 -9961.8l949.8 -9961.8l950.5 -9961.6l951.2 -9961.5l951.8 -9961.4l952.5 -9961.2l953.2 -9961.2l953.9 -9961l954.5 -9960.9l955.2 -9960.8l955.8 -9960.7l956.5 -9960.6l957.1 -9960.4l957.8 -9960.3l958.4 -9960.2l959.1 -9960.1l959.7 -9960l960.4 -9959.9l961 -9959.7l961.7 -9959.6l962.3 -9959.5l962.9 -9959.4l963.6 -9959.3l964.2 -9959.1l964.8 -9959.1l965.4 -9959l966.1 -9958.8l966.7 -9958.7l967.3 -9958.6l967.9 -9958.5l968.5 -9958.4l969.1 -9958.3l969.7 -9958.1l970.3 -9958.1l970.9 -9958l971.5 -9957.9l972.1 -9957.7l972.7 -9957.6l973.3 -9957.5l973.9 -9957.4l974.5 -9957.3l975.1 -9957.2l975.7 -9957.1l976.3 -9957l976.8 -9956.9l977.4 -9956.8l978 -9956.7l978.6 -9956.6l979.1 -9956.5l979.7 -9956.4l980.3 -9956.3l980.8 -9956.1l981.4 -9956.1l981.9 -9956l982.5 -9955.9l983 -9955.7l983.6 -9955.7l984.1 -9955.6l984.7 -9955.5l985.2 -9955.4l985.8 -9955.2l986.3 -9955.2l986.8 -9955.1l987.4 -9955l987.9 -9954.8l988.4 -9954.8l989 -9954.7l989.5 -9954.6l990 -9954.5l990.5 -9954.4l991 -9954.3l991.6 -9954.2l992.1 -9954.1l992.6 -9954l993.1 -9953.9l993.6 -9953.8l994.1 -9953.8l927 -9277.3"
id="path1891"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-160495.8 -5444844.1l274.8 21.8l10015.6 794.9l10014.5 794.7l10013.5 794.5l10012.4 794.3l10011.3 794.1l10010.2 793.9l10009.2 793.7l10008.1 793.5l10007 793.3l10006 793.1l10004.9 792.9l10003.8 792.7l10002.8 792.5l10001.7 792.3l10000.6 792.1l9999.5 791.9l9998.5 791.7l9997.4 791.6l9996.3 791.4l9995.2 791.2l9994.2 791l9993.1 790.8l9992 790.7l9991 790.5l9989.9 790.3l9988.8 790.2l9987.8 790l9986.7 789.9l9985.6 789.7l9984.5 789.5l9983.5 789.4l9982.4 789.2l9981.3 789.1l9980.2 788.9l9979.2 788.8l9978.1 788.6l9977 788.5l9975.9 788.3l9974.9 788.2l9973.8 788.1l9972.7 787.9l9971.7 787.8l9970.6 787.7l9969.5 787.5l273.5 21.6"
id="path1892"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-159305 -5454828.7l9895 786.4l10014.3 795.8l10013.3 795.6l10012.2 795.3l10011.1 795.1l10010 794.9l10009 794.7l10007.9 794.5l10006.8 794.3l10005.8 794.1l10004.7 793.9l10003.6 793.7l10002.6 793.5l10001.5 793.4l10000.4 793.2l9999.3 793l9998.3 792.8l9997.2 792.6l9996.2 792.4l9995.1 792.3l9994 792.1l9992.9 791.9l9991.9 791.7l9990.8 791.6l9989.7 791.4l9988.7 791.2l9987.6 791.1l9986.5 790.9l9985.4 790.8l9984.4 790.6l9983.3 790.5l9982.2 790.3l9981.2 790.1l9980.1 790l9979 789.9l9978 789.7l9976.9 789.6l9975.8 789.4l9974.7 789.3l9973.7 789.1l9972.6 789l9971.5 788.9l9970.4 788.7l9849.6 779.1"
id="path1893"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-158112.6 -5464813l9499 756l10014.1 796.8l10013 796.6l10012 796.4l10010.9 796.2l10009.8 796l10008.8 795.8l10007.7 795.6l10006.6 795.4l10005.6 795.2l10004.5 795l10003.4 794.8l10002.4 794.6l10001.3 794.4l10000.2 794.2l9999.1 794.1l9998.1 793.9l9997 793.7l9996 793.5l9994.9 793.3l9993.8 793.2l9992.8 793l9991.7 792.8l9990.6 792.6l9989.5 792.5l9988.5 792.3l9987.4 792.2l9986.4 792l9985.3 791.8l9984.2 791.7l9983.2 791.5l9982.1 791.4l9981 791.2l9979.9 791.1l9978.9 790.9l9977.8 790.8l9976.7 790.6l9975.6 790.5l9974.6 790.4l9973.5 790.2l9972.5 790.1l9971.4 789.9l9970.3 789.8l9455.5 749"
id="path1894"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-156918.6 -5474796.9l9102.5 725.4l10013.9 797.9l10012.8 797.7l10011.8 797.5l10010.7 797.3l10009.6 797.1l10008.6 796.9l10007.5 796.7l10006.4 796.5l10005.4 796.3l10004.3 796.1l10003.3 795.9l10002.2 795.7l10001.1 795.5l10000.1 795.3l9999 795.1l9997.9 794.9l9996.9 794.8l9995.8 794.6l9994.7 794.4l9993.7 794.2l9992.6 794.1l9991.5 793.9l9990.5 793.7l9989.4 793.5l9988.3 793.4l9987.3 793.2l9986.2 793.1l9985.1 792.9l9984.1 792.7l9983 792.6l9981.9 792.4l9980.9 792.3l9979.8 792.1l9978.7 792l9977.7 791.8l9976.6 791.7l9975.5 791.6l9974.5 791.4l9973.4 791.3l9972.3 791.1l9971.3 791l9970.2 790.9l9060.9 718.7"
id="path1895"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-155723 -5484780.6l8705.4 694.7l10013.7 799l10012.6 798.7l10011.6 798.5l10010.5 798.3l10009.4 798.1l10008.4 797.9l10007.3 797.7l10006.3 797.5l10005.2 797.3l10004.1 797.1l10003.1 796.9l10002 796.7l10000.9 796.6l9999.9 796.4l9998.8 796.2l9997.7 796l9996.7 795.8l9995.6 795.6l9994.5 795.5l9993.5 795.3l9992.4 795.1l9991.4 794.9l9990.3 794.8l9989.2 794.6l9988.2 794.4l9987.1 794.3l9986 794.1l9985 794l9983.9 793.8l9982.9 793.7l9981.8 793.5l9980.7 793.4l9979.6 793.2l9978.6 793.1l9977.5 792.9l9976.5 792.8l9975.4 792.6l9974.3 792.5l9973.3 792.3l9972.2 792.2l9971.1 792.1l9970 791.9l8665.7 688.3"
id="path1896"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-154525.9 -5494763.8l8307.9 663.9l10013.4 800l10012.4 799.8l10011.4 799.6l10010.3 799.4l10009.2 799.2l10008.2 799l10007.1 798.8l10006.1 798.6l10005 798.4l10003.9 798.2l10002.9 798l10001.8 797.8l10000.7 797.6l9999.7 797.4l9998.6 797.2l9997.6 797.1l9996.5 796.9l9995.4 796.7l9994.3 796.5l9993.3 796.4l9992.3 796.2l9991.2 796l9990.1 795.8l9989 795.7l9988 795.5l9986.9 795.3l9985.9 795.2l9984.8 795l9983.8 794.9l9982.7 794.7l9981.6 794.6l9980.6 794.4l9979.5 794.3l9978.4 794.1l9977.4 794l9976.3 793.8l9975.2 793.7l9974.2 793.6l9973.1 793.4l9972.1 793.3l9971 793.1l9969.9 793l8270.2 657.8"
id="path1897"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-153327.1 -5504746.8l7909.7 632.9l10013.2 801.1l10012.2 800.9l10011.1 800.7l10010.1 800.5l10009 800.2l10008 800l10006.9 799.8l10005.9 799.6l10004.8 799.4l10003.7 799.3l10002.7 799.1l10001.6 798.9l10000.6 798.7l9999.5 798.5l9998.4 798.3l9997.4 798.1l9996.3 797.9l9995.3 797.8l9994.2 797.6l9993.1 797.4l9992.1 797.2l9991 797.1l9990 796.9l9988.9 796.7l9987.8 796.6l9986.8 796.4l9985.7 796.2l9984.6 796.1l9983.6 795.9l9982.5 795.8l9981.5 795.6l9980.4 795.5l9979.3 795.3l9978.3 795.2l9977.2 795l9976.2 794.9l9975.1 794.7l9974.1 794.6l9973 794.5l9971.9 794.3l9970.9 794.2l9969.8 794.1l7873.9 627.1"
id="path1898"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-152126.8 -5514729.4l7511.2 601.8l10013 802.1l10012 801.9l10010.9 801.7l10009.9 801.5l10008.8 801.3l10007.8 801.1l10006.7 800.9l10005.7 800.7l10004.6 800.5l10003.5 800.3l10002.5 800.1l10001.4 799.9l10000.4 799.7l9999.3 799.6l9998.2 799.4l9997.2 799.2l9996.1 799l9995.1 798.8l9994 798.6l9993 798.5l9991.9 798.3l9990.9 798.1l9989.8 798l9988.7 797.8l9987.7 797.6l9986.6 797.5l9985.6 797.3l9984.5 797.1l9983.5 797l9982.4 796.8l9981.3 796.7l9980.3 796.5l9979.2 796.4l9978.2 796.2l9977.1 796.1l9976 796l9974.9 795.8l9973.9 795.7l9972.9 795.5l9971.8 795.4l9970.7 795.3l9969.7 795.1l7477.2 596.3"
id="path1899"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-150924.9 -5524711.6l7112.1 570.6l10012.8 803.2l10011.8 803l10010.7 802.8l10009.7 802.6l10008.6 802.4l10007.6 802.2l10006.5 802l10005.5 801.8l10004.4 801.6l10003.3 801.4l10002.3 801.2l10001.2 801l10000.2 800.8l9999.1 800.6l9998 800.4l9997 800.2l9996 800.1l9994.9 799.9l9993.8 799.7l9992.8 799.5l9991.7 799.4l9990.7 799.2l9989.6 799l9988.5 798.8l9987.5 798.7l9986.5 798.5l9985.4 798.4l9984.3 798.2l9983.3 798.1l9982.2 797.9l9981.2 797.7l9980.1 797.6l9979 797.4l9978 797.3l9977 797.2l9975.9 797l9974.8 796.9l9973.8 796.7l9972.7 796.6l9971.7 796.5l9970.6 796.3l9969.5 796.2l7080 565.4"
id="path1900"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-149721.5 -5534693.5l6712.5 539.2l10012.6 804.2l10011.6 804l10010.5 803.8l10009.5 803.6l10008.4 803.4l10007.4 803.2l10006.3 803l10005.3 802.8l10004.2 802.6l10003.1 802.4l10002.1 802.2l10001.1 802l10000 801.8l9998.9 801.7l9997.9 801.5l9996.8 801.3l9995.8 801.1l9994.7 800.9l9993.6 800.8l9992.6 800.6l9991.6 800.4l9990.5 800.2l9989.5 800.1l9988.4 799.9l9987.4 799.7l9986.3 799.6l9985.2 799.4l9984.2 799.3l9983.1 799.1l9982.1 799l9981 798.8l9980 798.6l9978.9 798.5l9977.9 798.4l9976.8 798.2l9975.8 798.1l9974.7 797.9l9973.6 797.8l9972.6 797.7l9971.5 797.5l9970.5 797.4l9969.4 797.3l6682.2 534.4"
id="path1901"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-118625.2 -1l.8 -10046.1l2.5 -10047.1l4.2 -10047.1l5.8 -10047.1l7.5 -10047.1l9.2 -10047.1l10.8 -10047.1l12.5 -10047.1l14.2 -10047.1l15.8 -10047.1l17.5 -10047.1l19.2 -10047.1l20.8 -10047.1l22.5 -10047.1l24.2 -10047l25.8 -10047.1l27.5 -10047.1l29.2 -10047l30.8 -10047l32.5 -10047l34.2 -10047l35.8 -10047l37.5 -10047l39.1 -10046.9l40.8 -10047l42.5 -10047l44.1 -10046.9l45.8 -10046.9l47.5 -10046.9l49.1 -10046.9l50.8 -10046.9l52.5 -10046.9l54.1 -10046.8l55.8 -10046.8l57.5 -10046.8l59.1 -10046.8l60.8 -10046.7l62.4 -10046.8l64.1 -10046.7l65.8 -10046.7l67.4 -10046.7l69.1 -10046.6l70.8 -10046.6l72.4 -10046.6l74.1 -10046.6l75.7 -10046.6l77.4 -10046.5l79.1 -10046.5l80.7 -10046.5l82.4 -10046.5l84 -10046.4l85.7 -10046.4l87.4 -10046.4l89 -10046.4l90.7 -10046.3l92.3 -10046.3l94 -10046.3l95.7 -10046.2l97.3 -10046.2l99 -10046.1l100.6 -10046.2l102.3 -10046.1l104 -10046.1l105.6 -10046.1l107.3 -10046l108.9 -10046l110.6 -10045.9l112.2 -10045.9l113.9 -10045.8l115.6 -10045.8l117.2 -10045.8l118.9 -10045.8l120.5 -10045.7l122.2 -10045.7l123.8 -10045.6l125.5 -10045.6l127.1 -10045.6l128.8 -10045.5l130.4 -10045.5l132.1 -10045.4l133.7 -10045.4l135.4 -10045.4l137 -10045.3l138.7 -10045.3l140.3 -10045.2l142 -10045.2l143.6 -10045.1l145.3 -10045.1l146.9 -10045l148.6 -10045l150.2 -10045l151.9 -10044.9l153.5 -10044.9l155.2 -10044.8l156.8 -10044.8l158.5 -10044.7l160.1 -10044.6l161.8 -10044.6l163.4 -10044.6l165.1 -10044.5l166.7 -10044.4l168.3 -10044.4l170 -10044.3l171.6 -10044.3l173.3 -10044.2l174.9 -10044.1l176.6 -10044.1l178.2 -10044.1l179.8 -10044l181.5 -10044l183.1 -10043.9l184.8 -10043.8l186.4 -10043.8l188 -10043.7l189.7 -10043.6l191.3 -10043.6l192.9 -10043.5l194.6 -10043.5l196.2 -10043.4l197.8 -10043.3l199.5 -10043.3l201.1 -10043.2l202.7 -10043.2l204.4 -10043.1l206 -10043l207.6 -10043l209.3 -10042.9l210.9 -10042.8l212.5 -10042.7l214.2 -10042.7l215.8 -10042.6l217.4 -10042.6l219 -10042.5l220.7 -10042.4l222.3 -10042.4l223.9 -10042.3l225.5 -10042.2l227.2 -10042.1l228.8 -10042.1l230.4 -10042l232 -10041.9l233.7 -10041.8l235.3 -10041.8l236.9 -10041.7l238.5 -10041.6l240.1 -10041.6l241.8 -10041.5l243.4 -10041.4l245 -10041.3l246.6 -10041.3l248.2 -10041.2l249.8 -10041.1l251.5 -10041l253.1 -10041l254.7 -10040.9l256.3 -10040.8l257.9 -10040.7l259.5 -10040.6l261.1 -10040.6l262.7 -10040.5l264.4 -10040.4l266 -10040.3l267.6 -10040.2l269.2 -10040.1l270.8 -10040l272.4 -10040l274 -10039.9l275.6 -10039.8l277.2 -10039.7l278.8 -10039.6l280.4 -10039.5l282 -10039.5l283.6 -10039.4l285.2 -10039.3l286.8 -10039.2l288.4 -10039.1l290 -10039l291.6 -10038.9l293.2 -10038.8l294.8 -10038.8l296.4 -10038.7l298 -10038.6l299.6 -10038.5l301.2 -10038.4l302.8 -10038.3l304.3 -10038.2l305.9 -10038.1l307.5 -10038l309.1 -10037.9l310.7 -10037.8l312.3 -10037.7l313.9 -10037.6l315.4 -10037.5l317 -10037.4l318.6 -10037.3l320.2 -10037.2l321.8 -10037.1l323.4 -10037.1l324.9 -10037l326.5 -10036.9l328.1 -10036.8l329.7 -10036.6l331.2 -10036.6l332.8 -10036.5l334.4 -10036.4l336 -10036.2l337.5 -10036.1l339.1 -10036l340.7 -10035.9l342.3 -10035.8l343.8 -10035.7l345.4 -10035.6l347 -10035.5l348.5 -10035.4l350.1 -10035.3l351.7 -10035.2l353.2 -10035.1l354.8 -10035l356.3 -10034.9l357.9 -10034.8l359.5 -10034.7l361 -10034.6l362.6 -10034.5l364.1 -10034.4l365.7 -10034.2l367.2 -10034.1l368.8 -10034l370.3 -10033.9l371.9 -10033.8l373.5 -10033.7l375 -10033.6l376.5 -10033.5l378.1 -10033.4l379.6 -10033.2l381.2 -10033.1l382.7 -10033l384.3 -10032.9l385.8 -10032.8l387.4 -10032.7l388.9 -10032.6l390.4 -10032.4l392 -10032.3l393.5 -10032.2l395.1 -10032.1l396.6 -10032l398.1 -10031.9l399.7 -10031.7l401.2 -10031.6l402.7 -10031.5l404.2 -10031.4l405.8 -10031.3l407.3 -10031.1l408.8 -10031l410.4 -10030.9l411.9 -10030.8l413.4 -10030.7l414.9 -10030.5l416.5 -10030.4l418 -10030.3l419.5 -10030.2l421 -10030l422.5 -10029.9l424 -10029.8l425.6 -10029.7l427.1 -10029.6l428.6 -10029.4l430.1 -10029.3l431.6 -10029.2l433.1 -10029.1l434.6 -10028.9l436.1 -10028.8l437.6 -10028.7l439.1 -10028.6l440.6 -10028.4l442.1 -10028.3l443.6 -10028.2l445.1 -10028l446.6 -10027.9l448.1 -10027.7l449.6 -10027.7l451.1 -10027.5l452.6 -10027.4l454.1 -10027.3l455.6 -10027.1l457.1 -10027l458.6 -10026.9l460.1 -10026.7l461.6 -10026.6l463 -10026.4l464.5 -10026.3l466 -10026.2l467.5 -10026.1l469 -10025.9l470.5 -10025.8l471.9 -10025.7l473.4 -10025.5l474.9 -10025.4l476.4 -10025.2l477.8 -10025.1l479.3 -10025l480.8 -10024.9l482.2 -10024.7l483.7 -10024.6l485.2 -10024.5l486.6 -10024.3l488.1 -10024.2l489.6 -10024l491 -10023.9l492.5 -10023.8l494 -10023.6l495.4 -10023.5l496.9 -10023.4l498.3 -10023.2l499.8 -10023.1l501.2 -10022.9l502.7 -10022.8l504.1 -10022.7l505.6 -10022.5l507 -10022.4l508.5 -10022.2l509.9 -10022.1l511.4 -10021.9l512.8 -10021.8l514.2 -10021.7l515.7 -10021.5l517.1 -10021.4l518.6 -10021.2l520 -10021.1l521.4 -10020.9l522.9 -10020.8l524.3 -10020.7l525.7 -10020.5l527.1 -10020.4l528.6 -10020.2l530 -10020.1l531.4 -10019.9l532.8 -10019.8l534.3 -10019.6l535.7 -10019.5l537.1 -10019.4l538.5 -10019.2l539.9 -10019.1l541.3 -10018.9l542.8 -10018.8l544.2 -10018.6l545.6 -10018.5l547 -10018.3l548.4 -10018.1l549.8 -10018l551.2 -10017.9l552.6 -10017.7l554 -10017.5l555.4 -10017.4l556.8 -10017.3l558.2 -10017.1l559.6 -10017l561 -10016.8l562.4 -10016.7l563.8 -10016.5l565.2 -10016.4l566.6 -10016.2l567.9 -10016l569.3 -10015.9l570.7 -10015.8l572.1 -10015.6l573.5 -10015.4l574.9 -10015.3l576.2 -10015.2l577.6 -10015l579 -10014.9l580.4 -10014.7l581.7 -10014.6l583.1 -10014.4l584.5 -10014.2l585.8 -10014.1l587.2 -10013.9l588.6 -10013.8l589.9 -10013.6l591.3 -10013.5l592.6 -10013.3l594 -10013.2l595.4 -10013l596.7 -10012.9l598.1 -10012.7l599.4 -10012.5l600.8 -10012.4l602.1 -10012.2l603.5 -10012.1l604.8 -10011.9l606.2 -10011.8l607.5 -10011.6l608.8 -10011.5l610.2 -10011.3l611.5 -10011.1l612.9 -10011l614.2 -10010.8l615.5 -10010.7l616.9 -10010.5l618.2 -10010.4l619.5 -10010.2l620.8 -10010l622.2 -10009.9l623.5 -10009.7l624.8 -10009.6l626.1 -10009.4l627.5 -10009.2l628.8 -10009.1l630.1 -10008.9l631.4 -10008.8l632.7 -10008.6l634 -10008.4l635.3 -10008.3l636.6 -10008.1l637.9 -10008l639.2 -10007.8l640.5 -10007.6l641.9 -10007.5l643.2 -10007.3l644.4 -10007.2l645.7 -10007l647 -10006.8l648.3 -10006.7l649.6 -10006.5l650.9 -10006.4l652.2 -10006.2l653.5 -10006l654.8 -10005.9l656 -10005.7l657.3 -10005.6l658.6 -10005.4l659.9 -10005.2l661.2 -10005.1l662.4 -10004.9l663.7 -10004.8l665 -10004.6l666.2 -10004.4l667.5 -10004.3l668.8 -10004.1l670 -10003.9l671.3 -10003.8l672.6 -10003.6l673.8 -10003.5l675.1 -10003.3l676.3 -10003.1l677.6 -10003l678.8 -10002.8l680.1 -10002.6l681.3 -10002.5l682.6 -10002.3l683.8 -10002.2l685.1 -10002l686.3 -10001.8l687.5 -10001.6l688.8 -10001.5l690 -10001.3l691.3 -10001.2l692.5 -10001l693.7 -10000.9l694.9 -10000.7l696.2 -10000.5l697.4 -10000.4l698.6 -10000.2l699.8 -10000l701.1 -9999.9l702.3 -9999.7l703.5 -9999.5l704.7 -9999.3l705.9 -9999.2l707.1 -9999.1l708.3 -9998.9l709.5 -9998.7l710.8 -9998.6l712 -9998.4l713.2 -9998.2l714.4 -9998.1l715.6 -9997.9l716.8 -9997.7l717.9 -9997.6l719.1 -9997.4l720.3 -9997.2l721.5 -9997.1l722.7 -9996.9l723.9 -9996.8l725.1 -9996.6l726.3 -9996.4l727.4 -9996.3l728.6 -9996.1l729.8 -9995.9l731 -9995.7l732.1 -9995.6l733.3 -9995.4l734.5 -9995.3l735.6 -9995.1l736.8 -9994.9l738 -9994.8l739.1 -9994.6l740.3 -9994.5l741.4 -9994.3l742.6 -9994.1l743.8 -9994l744.9 -9993.8l746.1 -9993.6l747.2 -9993.5l748.4 -9993.3l749.5 -9993.2l750.6 -9993l751.8 -9992.8l752.9 -9992.6l754.1 -9992.5l755.2 -9992.3l756.3 -9992.2l757.4 -9992l758.6 -9991.9l759.7 -9991.7l760.8 -9991.5l762 -9991.4l763.1 -9991.2l764.2 -9991l765.3 -9990.9l766.4 -9990.7l767.5 -9990.5l768.7 -9990.4l769.8 -9990.2l770.9 -9990.1l772 -9989.9l773.1 -9989.7l774.2 -9989.6l775.3 -9989.4l776.4 -9989.2l777.5 -9989.1l778.6 -9988.9l779.7 -9988.8l780.7 -9988.6l781.8 -9988.4l782.9 -9988.2l784 -9988.1l785.1 -9987.9l786.2 -9987.8l787.2 -9987.6l788.3 -9987.4l789.4 -9987.3l790.5 -9987.1l791.5 -9987l792.6 -9986.8l793.7 -9986.7l794.7 -9986.5l795.8 -9986.3l796.9 -9986.2l797.9 -9986l799 -9985.9l800 -9985.7l801.1 -9985.5l802.1 -9985.3l803.2 -9985.2l804.2 -9985.1l805.3 -9984.9l806.3 -9984.7l807.3 -9984.5l808.4 -9984.4l809.4 -9984.3l810.5 -9984.1l811.5 -9983.9l812.5 -9983.8l813.5 -9983.6l814.6 -9983.5l815.6 -9983.3l816.6 -9983.1l817.6 -9983l818.7 -9982.8l819.7 -9982.7l820.7 -9982.5l821.7 -9982.3l822.7 -9982.2l823.7 -9982l824.7 -9981.9l825.7 -9981.7l826.7 -9981.6l827.7 -9981.4l828.7 -9981.3l829.7 -9981.1l830.7 -9980.9l831.7 -9980.8l832.7 -9980.6l833.7 -9980.5l834.7 -9980.3l835.6 -9980.2l836.6 -9980l837.6 -9979.9l838.6 -9979.7l839.5 -9979.5l840.5 -9979.4l841.5 -9979.2l842.5 -9979.1l843.4 -9978.9l844.4 -9978.8l845.3 -9978.6l846.3 -9978.5l847.3 -9978.3l848.2 -9978.1l849.2 -9978l850.1 -9977.9l851.1 -9977.7l852 -9977.6l853 -9977.4l853.9 -9977.2l854.8 -9977.1l855.8 -9976.9l856.7 -9976.8l857.7 -9976.6l858.6 -9976.5l859.5 -9976.3l860.4 -9976.2l861.4 -9976l862.3 -9975.9l863.2 -9975.7l864.1 -9975.6l865 -9975.4l866 -9975.3l866.9 -9975.1l867.8 -9975l868.7 -9974.8l869.6 -9974.7l870.5 -9974.5l871.4 -9974.4l872.3 -9974.2l873.2 -9974.1l874.1 -9974l875 -9973.8l875.9 -9973.7l876.8 -9973.5l877.7 -9973.3l878.5 -9973.2l879.4 -9973.1l880.3 -9972.9l881.2 -9972.8l882.1 -9972.6l882.9 -9972.5l883.8 -9972.3l884.7 -9972.2l885.5 -9972l886.4 -9971.9l887.3 -9971.8l888.1 -9971.6l889 -9971.5l889.8 -9971.3l890.7 -9971.2l891.5 -9971.1l892.4 -9970.9l893.2 -9970.7l894.1 -9970.6l894.9 -9970.5l895.8 -9970.3l896.6 -9970.2l897.4 -9970l898.3 -9969.9l899.1 -9969.8l899.9 -9969.6l900.8 -9969.5l901.6 -9969.4l902.4 -9969.2l903.2 -9969.1l904.1 -9968.9l904.9 -9968.8l905.7 -9968.7l906.5 -9968.5l907.3 -9968.4l908.1 -9968.3l908.9 -9968.1l909.7 -9968l910.5 -9967.9l911.3 -9967.7l912.1 -9967.5l912.9 -9967.4l913.7 -9967.3l914.5 -9967.2l915.3 -9967l916.1 -9966.9l916.8 -9966.8l917.6 -9966.6l918.4 -9966.5l919.2 -9966.3l920 -9966.2l920.7 -9966.1l921.5 -9966l922.3 -9965.8l923 -9965.7l923.8 -9965.6l924.5 -9965.4l925.3 -9965.3l926.1 -9965.2l926.8 -9965.1l927.6 -9964.9l928.3 -9964.8l929.1 -9964.7l929.8 -9964.5l930.5 -9964.4l931.3 -9964.3l932 -9964.2l932.8 -9964l933.5 -9963.9l934.2 -9963.8l934.9 -9963.7l935.7 -9963.5l936.4 -9963.4l937.1 -9963.3l937.8 -9963.1l938.6 -9963l939.3 -9962.9l940 -9962.7l940.7 -9962.7l941.4 -9962.5l942.1 -9962.4l942.8 -9962.3l943.5 -9962.2l944.2 -9962l944.9 -9961.9l945.6 -9961.8l946.3 -9961.6l947 -9961.6l947.7 -9961.4l948.3 -9961.3l949 -9961.2l949.7 -9961.1l950.4 -9961l951.1 -9960.8l951.7 -9960.7l952.4 -9960.6l953.1 -9960.5l953.7 -9960.4l954.4 -9960.3l955.1 -9960.1l955.7 -9960l956.4 -9959.9l957 -9959.8l957.7 -9959.7l958.3 -9959.5l959 -9959.5l959.6 -9959.3l960.3 -9959.2l960.9 -9959.1l961.5 -9959l962.2 -9958.9l962.8 -9958.8l963.4 -9958.7l964.1 -9958.5l964.7 -9958.4l965.3 -9958.3l965.9 -9958.2l966.6 -9958.1l967.2 -9958l967.8 -9957.9l968.4 -9957.8l969 -9957.7l969.6 -9957.5l970.2 -9957.5l970.8 -9957.4l971.4 -9957.3l972 -9957.1l972.6 -9957l973.2 -9956.9l973.8 -9956.8l974.4 -9956.7l975 -9956.6l975.6 -9956.5l976.1 -9956.4l976.7 -9956.3l977.3 -9956.2l977.9 -9956.1l978.4 -9956l979 -9955.9l979.6 -9955.8l980.2 -9955.7l980.7 -9955.6l981.3 -9955.5l981.8 -9955.4l982.4 -9955.3l982.9 -9955.2l983.5 -9955.1l984 -9955l984.6 -9954.9l985.1 -9954.8l985.7 -9954.7l986.2 -9954.6l986.7 -9954.5l987.3 -9954.4l987.8 -9954.3l988.3 -9954.3l988.9 -9954.2l989.4 -9954.1l989.9 -9954l990.4 -9953.9l990.9 -9953.8l991.5 -9953.7l992 -9953.6l992.5 -9953.5l993 -9953.4l993.5 -9953.3l994 -9953.3l948.5 -9493.1"
id="path1902"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-148516.4 -5544675.1l6312.3 507.8l10012.4 805.3l10011.4 805.1l10010.3 804.9l10009.3 804.7l10008.2 804.5l10007.2 804.3l10006.1 804.1l10005.1 803.9l10004 803.7l10002.9 803.5l10001.9 803.3l10000.9 803.1l9999.8 802.9l9998.8 802.7l9997.7 802.5l9996.7 802.3l9995.6 802.2l9994.6 802l9993.5 801.8l9992.5 801.6l9991.4 801.5l9990.3 801.3l9989.3 801.1l9988.2 801l9987.2 800.8l9986.1 800.6l9985.1 800.5l9984 800.3l9983 800.2l9981.9 800l9980.9 799.9l9979.8 799.7l9978.7 799.6l9977.7 799.4l9976.7 799.3l9975.6 799.1l9974.5 799l9973.5 798.8l9972.5 798.7l9971.4 798.6l9970.3 798.4l9969.3 798.3l6283.9 503.2"
id="path1903"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-147309.8 -5554656.3l5911.6 476.2l10012.2 806.3l10011.2 806.1l10010.1 805.9l10009.1 805.7l10008 805.5l10007 805.3l10005.9 805.1l10004.9 804.9l10003.8 804.7l10002.7 804.5l10001.7 804.3l10000.7 804.1l9999.6 803.9l9998.6 803.8l9997.5 803.6l9996.5 803.4l9995.4 803.2l9994.4 803l9993.3 802.9l9992.3 802.7l9991.2 802.5l9990.2 802.3l9989.1 802.2l9988 802l9987 801.8l9986 801.7l9984.9 801.5l9983.8 801.4l9982.8 801.2l9981.8 801.1l9980.7 800.9l9979.7 800.8l9978.6 800.6l9977.6 800.5l9976.5 800.3l9975.5 800.2l9974.4 800l9973.4 799.9l9972.3 799.8l9971.3 799.6l9970.2 799.5l9969.1 799.4l5885.2 471.9"
id="path1904"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-146101.7 -5564637.2l5510.5 444.4l10012 807.4l10010.9 807.2l10009.9 807l10008.9 806.8l10007.8 806.6l10006.8 806.4l10005.7 806.2l10004.7 806l10003.6 805.8l10002.5 805.6l10001.5 805.4l10000.5 805.2l9999.4 805l9998.4 804.8l9997.3 804.6l9996.3 804.4l9995.2 804.3l9994.2 804.1l9993.1 803.9l9992.1 803.7l9991.1 803.6l9990 803.4l9989 803.2l9987.9 803.1l9986.9 802.9l9985.8 802.7l9984.8 802.6l9983.7 802.4l9982.7 802.3l9981.6 802.1l9980.6 802l9979.5 801.8l9978.4 801.7l9977.4 801.5l9976.4 801.4l9975.3 801.2l9974.3 801.1l9973.2 800.9l9972.2 800.8l9971.1 800.7l9970.1 800.5l9969 800.4l5485.8 440.4"
id="path1905"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-144892 -5574617.7l5108.8 412.6l10011.7 808.4l10010.7 808.2l10009.7 808l10008.6 807.8l10007.6 807.6l10006.6 807.4l10005.5 807.2l10004.5 807l10003.4 806.8l10002.3 806.6l10001.3 806.4l10000.3 806.2l9999.2 806l9998.2 805.9l9997.1 805.7l9996.1 805.5l9995.1 805.3l9994 805.1l9992.9 805l9991.9 804.8l9990.9 804.6l9989.8 804.4l9988.8 804.3l9987.7 804.1l9986.7 803.9l9985.7 803.8l9984.6 803.6l9983.5 803.5l9982.5 803.3l9981.5 803.2l9980.4 803l9979.4 802.9l9978.3 802.7l9977.3 802.6l9976.2 802.4l9975.2 802.3l9974.1 802.1l9973.1 802l9972.1 801.9l9971 801.7l9970 801.6l9968.9 801.5l5086 408.9"
id="path1906"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-143680.8 -5584597.9l4706.6 380.6l10011.5 809.5l10010.5 809.3l10009.5 809.1l10008.4 808.9l10007.4 808.6l10006.4 808.4l10005.3 808.2l10004.3 808l10003.2 807.9l10002.2 807.7l10001.1 807.5l10000.1 807.3l9999.1 807.1l9998 806.9l9996.9 806.7l9995.9 806.5l9994.9 806.4l9993.8 806.2l9992.8 806l9991.8 805.8l9990.7 805.7l9989.7 805.5l9988.6 805.3l9987.6 805.1l9986.5 805l9985.5 804.8l9984.5 804.7l9983.4 804.5l9982.4 804.4l9981.3 804.2l9980.3 804l9979.2 803.9l9978.2 803.7l9977.1 803.6l9976.1 803.5l9975.1 803.3l9974 803.2l9973 803l9971.9 802.9l9970.9 802.8l9969.8 802.6l9968.7 802.5l4685.8 377.2"
id="path1907"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-142468 -5594577.8l4303.9 348.5l10011.3 810.5l10010.3 810.3l10009.3 810.1l10008.2 809.9l10007.2 809.7l10006.2 809.5l10005.1 809.3l10004.1 809.1l10003 808.9l10002 808.7l10001 808.5l9999.9 808.3l9998.9 808.1l9997.8 807.9l9996.8 807.8l9995.8 807.6l9994.7 807.4l9993.7 807.2l9992.6 807l9991.6 806.9l9990.5 806.7l9989.5 806.5l9988.5 806.4l9987.4 806.2l9986.4 806l9985.3 805.9l9984.3 805.7l9983.2 805.5l9982.2 805.4l9981.2 805.2l9980.1 805.1l9979.1 804.9l9978 804.8l9977 804.6l9976 804.5l9974.9 804.4l9973.8 804.2l9972.8 804.1l9971.8 804l9970.7 803.8l9969.7 803.7l9968.6 803.6l4284.8 345.4"
id="path1908"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-141253.6 -5604557.3l3900.6 316.2l10011.1 811.6l10010.1 811.3l10009.1 811.1l10008 810.9l10007 810.7l10006 810.5l10004.9 810.3l10003.9 810.1l10002.8 809.9l10001.8 809.7l10000.8 809.5l9999.7 809.4l9998.7 809.2l9997.6 809l9996.6 808.8l9995.6 808.6l9994.5 808.4l9993.5 808.3l9992.4 808.1l9991.4 807.9l9990.4 807.7l9989.3 807.6l9988.3 807.4l9987.2 807.2l9986.2 807.1l9985.2 806.9l9984.1 806.7l9983.1 806.6l9982.1 806.4l9981 806.3l9980 806.1l9978.9 806l9977.9 805.8l9976.9 805.7l9975.8 805.5l9974.8 805.4l9973.7 805.3l9972.7 805.1l9971.6 805l9970.6 804.9l9969.6 804.7l9968.5 804.6l3883.5 313.4"
id="path1909"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-140037.7 -5614536.5l3497 283.9l10010.9 812.6l10009.9 812.4l10008.9 812.2l10007.8 812l10006.8 811.8l10005.8 811.6l10004.7 811.4l10003.7 811.2l10002.6 811l10001.6 810.8l10000.6 810.6l9999.5 810.4l9998.5 810.2l9997.5 810l9996.4 809.8l9995.4 809.7l9994.4 809.5l9993.3 809.3l9992.2 809.1l9991.2 808.9l9990.2 808.8l9989.2 808.6l9988.1 808.4l9987.1 808.3l9986.1 808.1l9985 807.9l9984 807.8l9982.9 807.6l9981.9 807.5l9980.9 807.3l9979.8 807.2l9978.8 807l9977.7 806.9l9976.7 806.7l9975.7 806.6l9974.6 806.4l9973.6 806.3l9972.6 806.2l9971.5 806l9970.5 805.9l9969.4 805.8l9968.4 805.6l3481.6 281.4"
id="path1910"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-138820.2 -5624515.3l3092.7 251.4l10010.7 813.6l10009.7 813.4l10008.7 813.2l10007.6 813l10006.6 812.8l10005.6 812.6l10004.5 812.4l10003.5 812.2l10002.4 812l10001.4 811.8l10000.4 811.6l9999.3 811.4l9998.3 811.2l9997.3 811.1l9996.2 810.9l9995.2 810.7l9994.2 810.5l9993.1 810.3l9992.1 810.2l9991.1 810l9990 809.8l9989 809.6l9988 809.5l9986.9 809.3l9985.9 809.1l9984.9 809l9983.8 808.8l9982.8 808.7l9981.7 808.5l9980.7 808.4l9979.7 808.2l9978.6 808.1l9977.6 807.9l9976.6 807.8l9975.5 807.6l9974.5 807.5l9973.4 807.3l9972.4 807.2l9971.4 807.1l9970.3 806.9l9969.3 806.8l9968.2 806.7l3079.2 249.2"
id="path1911"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-137601.3 -5634493.9l2688 218.8l10010.5 814.7l10009.5 814.5l10008.4 814.2l10007.4 814l10006.3 813.8l10005.4 813.6l10004.3 813.4l10003.3 813.2l10002.3 813l10001.2 812.8l10000.2 812.7l9999.2 812.5l9998.1 812.3l9997.1 812.1l9996 811.9l9995 811.7l9994 811.5l9993 811.4l9991.9 811.2l9990.9 811l9989.9 810.8l9988.8 810.7l9987.8 810.5l9986.7 810.3l9985.7 810.2l9984.7 810l9983.7 809.9l9982.6 809.7l9981.6 809.5l9980.6 809.4l9979.5 809.2l9978.5 809.1l9977.4 808.9l9976.4 808.8l9975.4 808.7l9974.4 808.5l9973.3 808.4l9972.3 808.2l9971.2 808.1l9970.2 808l9969.2 807.8l9968.1 807.7l2676.3 216.9"
id="path1912"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-108579 -1l.8 -10044.4l2.5 -10045.5l4.2 -10045.5l5.8 -10045.5l7.5 -10045.5l9.2 -10045.4l10.8 -10045.4l12.5 -10045.4l14.2 -10045.4l15.8 -10045.4l17.5 -10045.4l19.2 -10045.4l20.8 -10045.4l22.5 -10045.4l24.2 -10045.4l25.8 -10045.4l27.5 -10045.4l29.1 -10045.4l30.8 -10045.3l32.5 -10045.4l34.1 -10045.3l35.8 -10045.3l37.5 -10045.3l39.1 -10045.3l40.8 -10045.3l42.5 -10045.3l44.1 -10045.3l45.8 -10045.2l47.5 -10045.2l49.1 -10045.2l50.8 -10045.2l52.4 -10045.2l54.1 -10045.1l55.8 -10045.2l57.4 -10045.1l59.1 -10045.1l60.8 -10045.1l62.4 -10045.1l64.1 -10045.1l65.7 -10045l67.4 -10045l69.1 -10045l70.7 -10045l72.4 -10045l74.1 -10044.9l75.7 -10044.9l77.4 -10044.9l79 -10044.9l80.7 -10044.8l82.4 -10044.8l84 -10044.8l85.7 -10044.8l87.3 -10044.7l89 -10044.7l90.7 -10044.7l92.3 -10044.6l94 -10044.6l95.6 -10044.6l97.3 -10044.6l99 -10044.5l100.6 -10044.5l102.3 -10044.5l103.9 -10044.4l105.6 -10044.4l107.2 -10044.3l108.9 -10044.3l110.6 -10044.3l112.2 -10044.3l113.9 -10044.2l115.5 -10044.2l117.2 -10044.1l118.8 -10044.1l120.5 -10044.1l122.1 -10044l123.8 -10044l125.4 -10044l127.1 -10043.9l128.7 -10043.9l130.4 -10043.8l132 -10043.8l133.7 -10043.8l135.4 -10043.7l137 -10043.6l138.7 -10043.6l140.3 -10043.6l142 -10043.5l143.6 -10043.5l145.2 -10043.4l146.9 -10043.4l148.5 -10043.4l150.2 -10043.3l151.8 -10043.2l153.5 -10043.2l155.1 -10043.2l156.8 -10043.1l158.4 -10043.1l160.1 -10043l161.7 -10043l163.4 -10042.9l165 -10042.9l166.6 -10042.8l168.3 -10042.8l169.9 -10042.7l171.6 -10042.6l173.2 -10042.6l174.9 -10042.5l176.5 -10042.5l178.1 -10042.4l179.8 -10042.4l181.4 -10042.3l183.1 -10042.2l184.7 -10042.2l186.3 -10042.1l188 -10042.1l189.6 -10042l191.2 -10042l192.9 -10041.9l194.5 -10041.8l196.1 -10041.8l197.8 -10041.7l199.4 -10041.7l201 -10041.6l202.7 -10041.5l204.3 -10041.4l205.9 -10041.4l207.6 -10041.3l209.2 -10041.3l210.8 -10041.2l212.5 -10041.1l214.1 -10041.1l215.7 -10041l217.3 -10040.9l219 -10040.8l220.6 -10040.8l222.2 -10040.7l223.9 -10040.7l225.5 -10040.6l227.1 -10040.5l228.7 -10040.5l230.3 -10040.4l232 -10040.3l233.6 -10040.2l235.2 -10040.2l236.8 -10040.1l238.4 -10040l240.1 -10039.9l241.7 -10039.8l243.3 -10039.8l244.9 -10039.7l246.5 -10039.6l248.2 -10039.6l249.8 -10039.5l251.4 -10039.4l253 -10039.3l254.6 -10039.3l256.2 -10039.2l257.8 -10039.1l259.4 -10039l261.1 -10038.9l262.7 -10038.9l264.3 -10038.8l265.9 -10038.7l267.5 -10038.6l269.1 -10038.5l270.7 -10038.4l272.3 -10038.4l273.9 -10038.3l275.5 -10038.2l277.1 -10038.1l278.7 -10038l280.3 -10037.9l281.9 -10037.9l283.5 -10037.8l285.1 -10037.7l286.7 -10037.6l288.3 -10037.5l289.9 -10037.4l291.5 -10037.3l293.1 -10037.2l294.7 -10037.2l296.3 -10037.1l297.9 -10037l299.5 -10036.9l301.1 -10036.8l302.7 -10036.7l304.2 -10036.6l305.8 -10036.5l307.4 -10036.4l309 -10036.3l310.6 -10036.2l312.2 -10036.1l313.8 -10036l315.4 -10035.9l316.9 -10035.9l318.5 -10035.8l320.1 -10035.7l321.7 -10035.5l323.3 -10035.5l324.8 -10035.4l326.4 -10035.3l328 -10035.2l329.6 -10035l331.1 -10035l332.7 -10034.9l334.3 -10034.8l335.9 -10034.6l337.4 -10034.6l339 -10034.5l340.6 -10034.4l342.2 -10034.3l343.7 -10034.1l345.3 -10034.1l346.9 -10034l348.4 -10033.9l350 -10033.8l351.5 -10033.6l353.1 -10033.5l354.7 -10033.4l356.2 -10033.3l357.8 -10033.2l359.4 -10033.1l360.9 -10033l362.5 -10032.9l364 -10032.8l365.6 -10032.7l367.1 -10032.6l368.7 -10032.5l370.2 -10032.4l371.8 -10032.2l373.3 -10032.1l374.9 -10032l376.4 -10031.9l378 -10031.8l379.5 -10031.7l381.1 -10031.6l382.6 -10031.5l384.2 -10031.4l385.7 -10031.2l387.2 -10031.1l388.8 -10031l390.3 -10030.9l391.9 -10030.8l393.4 -10030.6l394.9 -10030.6l396.5 -10030.4l398 -10030.3l399.5 -10030.2l401.1 -10030.1l402.6 -10030l404.1 -10029.9l405.7 -10029.7l407.2 -10029.6l408.7 -10029.5l410.2 -10029.4l411.8 -10029.3l413.3 -10029.1l414.8 -10029l416.3 -10028.9l417.8 -10028.8l419.4 -10028.7l420.9 -10028.5l422.4 -10028.4l423.9 -10028.3l425.4 -10028.2l426.9 -10028l428.5 -10027.9l430 -10027.8l431.5 -10027.7l433 -10027.5l434.5 -10027.4l436 -10027.3l437.5 -10027.2l439 -10027l440.5 -10026.9l442 -10026.8l443.5 -10026.7l445 -10026.5l446.5 -10026.4l448 -10026.3l449.5 -10026.2l451 -10026l452.5 -10025.9l454 -10025.8l455.5 -10025.6l457 -10025.5l458.5 -10025.4l459.9 -10025.3l461.4 -10025.1l462.9 -10025l464.4 -10024.9l465.9 -10024.7l467.4 -10024.6l468.8 -10024.4l470.3 -10024.3l471.8 -10024.2l473.3 -10024.1l474.7 -10023.9l476.2 -10023.8l477.7 -10023.7l479.2 -10023.5l480.6 -10023.4l482.1 -10023.2l483.6 -10023.1l485 -10023l486.5 -10022.9l488 -10022.7l489.4 -10022.5l490.9 -10022.4l492.4 -10022.3l493.8 -10022.2l495.3 -10022l496.7 -10021.9l498.2 -10021.8l499.6 -10021.6l501.1 -10021.5l502.5 -10021.3l504 -10021.2l505.4 -10021.1l506.9 -10020.9l508.3 -10020.8l509.8 -10020.6l511.2 -10020.5l512.7 -10020.4l514.1 -10020.2l515.5 -10020l517 -10019.9l518.4 -10019.8l519.8 -10019.7l521.3 -10019.5l522.7 -10019.3l524.1 -10019.2l525.6 -10019.1l527 -10018.9l528.4 -10018.8l529.8 -10018.7l531.3 -10018.5l532.7 -10018.4l534.1 -10018.2l535.5 -10018l537 -10017.9l538.4 -10017.8l539.8 -10017.6l541.2 -10017.5l542.6 -10017.4l544 -10017.2l545.4 -10017.1l546.8 -10016.9l548.2 -10016.7l549.7 -10016.6l551.1 -10016.5l552.5 -10016.3l553.9 -10016.1l555.3 -10016l556.7 -10015.9l558.1 -10015.7l559.5 -10015.6l560.8 -10015.4l562.2 -10015.3l563.6 -10015.1l565 -10015l566.4 -10014.8l567.8 -10014.7l569.2 -10014.5l570.6 -10014.4l571.9 -10014.2l573.3 -10014.1l574.7 -10013.9l576.1 -10013.8l577.5 -10013.6l578.8 -10013.5l580.2 -10013.3l581.6 -10013.2l582.9 -10013l584.3 -10012.9l585.7 -10012.7l587.1 -10012.6l588.4 -10012.4l589.8 -10012.3l591.1 -10012.1l592.5 -10011.9l593.9 -10011.8l595.2 -10011.7l596.6 -10011.5l597.9 -10011.3l599.3 -10011.2l600.6 -10011l602 -10010.9l603.3 -10010.7l604.7 -10010.5l606 -10010.4l607.4 -10010.3l608.7 -10010.1l610 -10010l611.4 -10009.8l612.7 -10009.6l614 -10009.5l615.4 -10009.3l616.7 -10009.1l618 -10009l619.4 -10008.9l620.7 -10008.7l622 -10008.6l623.3 -10008.4l624.7 -10008.2l626 -10008.1l627.3 -10007.9l628.6 -10007.7l629.9 -10007.6l631.2 -10007.5l632.6 -10007.3l633.9 -10007.1l635.2 -10006.9l636.5 -10006.8l637.8 -10006.7l639.1 -10006.5l640.4 -10006.3l641.7 -10006.2l643 -10006l644.3 -10005.9l645.6 -10005.7l646.9 -10005.5l648.2 -10005.4l649.5 -10005.2l650.7 -10005.1l652 -10004.9l653.3 -10004.7l654.6 -10004.6l655.9 -10004.4l657.2 -10004.3l658.4 -10004.1l659.7 -10004l661 -10003.8l662.3 -10003.6l663.5 -10003.5l664.8 -10003.3l666.1 -10003.2l667.4 -10003l668.6 -10002.8l669.9 -10002.7l671.1 -10002.5l672.4 -10002.4l673.7 -10002.2l674.9 -10002l676.2 -10001.8l677.4 -10001.7l678.7 -10001.6l679.9 -10001.4l681.2 -10001.2l682.4 -10001.1l683.7 -10000.9l684.9 -10000.8l686.1 -10000.6l687.4 -10000.4l688.6 -10000.3l689.9 -10000.1l691.1 -9999.9l692.3 -9999.8l693.6 -9999.6l694.8 -9999.5l696 -9999.3l697.2 -9999.1l698.5 -9998.9l699.7 -9998.8l700.9 -9998.7l702.1 -9998.5l703.3 -9998.3l704.5 -9998.1l705.8 -9998l707 -9997.8l708.2 -9997.7l709.4 -9997.5l710.6 -9997.4l711.8 -9997.2l713 -9997l714.2 -9996.9l715.4 -9996.7l716.6 -9996.5l717.8 -9996.4l719 -9996.2l720.2 -9996l721.4 -9995.9l722.5 -9995.7l723.7 -9995.6l724.9 -9995.4l726.1 -9995.2l727.3 -9995.1l728.5 -9994.9l729.6 -9994.8l730.8 -9994.6l732 -9994.4l733.1 -9994.3l734.3 -9994.1l735.5 -9994l736.6 -9993.8l737.8 -9993.6l739 -9993.5l740.1 -9993.3l741.3 -9993.1l742.4 -9993l743.6 -9992.8l744.7 -9992.7l745.9 -9992.5l747 -9992.3l748.2 -9992.2l749.3 -9992l750.5 -9991.9l751.6 -9991.7l752.8 -9991.5l753.9 -9991.4l755 -9991.2l756.2 -9991l757.3 -9990.9l758.4 -9990.7l759.5 -9990.6l760.7 -9990.4l761.8 -9990.2l762.9 -9990l764 -9989.9l765.1 -9989.8l766.3 -9989.6l767.4 -9989.4l768.5 -9989.3l769.6 -9989.1l770.7 -9989l771.8 -9988.8l772.9 -9988.6l774 -9988.5l775.1 -9988.3l776.2 -9988.1l777.3 -9988l778.4 -9987.8l779.5 -9987.7l780.6 -9987.5l781.7 -9987.3l782.8 -9987.2l783.8 -9987l784.9 -9986.9l786 -9986.7l787.1 -9986.5l788.2 -9986.4l789.2 -9986.2l790.3 -9986.1l791.4 -9985.9l792.4 -9985.7l793.5 -9985.6l794.6 -9985.4l795.6 -9985.3l796.7 -9985.1l797.8 -9984.9l798.8 -9984.8l799.9 -9984.6l800.9 -9984.5l802 -9984.3l803 -9984.2l804.1 -9984l805.1 -9983.9l806.2 -9983.7l807.2 -9983.5l808.2 -9983.4l809.3 -9983.2l810.3 -9983.1l811.3 -9982.9l812.4 -9982.8l813.4 -9982.6l814.4 -9982.4l815.4 -9982.3l816.5 -9982.1l817.5 -9982l818.5 -9981.8l819.5 -9981.7l820.5 -9981.5l821.5 -9981.3l822.5 -9981.2l823.6 -9981l824.6 -9980.9l825.6 -9980.7l826.6 -9980.6l827.6 -9980.4l828.6 -9980.3l829.6 -9980.1l830.5 -9979.9l831.5 -9979.8l832.5 -9979.6l833.5 -9979.5l834.5 -9979.3l835.5 -9979.2l836.5 -9979l837.4 -9978.9l838.4 -9978.7l839.4 -9978.5l840.4 -9978.4l841.3 -9978.3l842.3 -9978.1l843.3 -9977.9l844.2 -9977.8l845.2 -9977.7l846.2 -9977.5l847.1 -9977.4l848.1 -9977.2l849 -9977.1l850 -9976.9l850.9 -9976.8l851.9 -9976.6l852.8 -9976.4l853.8 -9976.3l854.7 -9976.2l855.6 -9976l856.6 -9975.8l857.5 -9975.7l858.4 -9975.6l859.4 -9975.4l860.3 -9975.3l861.2 -9975.1l862.1 -9975l863.1 -9974.8l864 -9974.7l864.9 -9974.5l865.8 -9974.4l866.7 -9974.2l867.6 -9974.1l868.5 -9973.9l869.4 -9973.8l870.4 -9973.6l871.3 -9973.5l872.2 -9973.3l873.1 -9973.2l874 -9973.1l874.8 -9972.9l875.7 -9972.8l876.6 -9972.6l877.5 -9972.4l878.4 -9972.3l879.3 -9972.2l880.2 -9972l881 -9971.9l881.9 -9971.7l882.8 -9971.6l883.7 -9971.5l884.5 -9971.3l885.4 -9971.2l886.3 -9971l887.1 -9970.9l888 -9970.8l888.8 -9970.6l889.7 -9970.5l890.6 -9970.3l891.4 -9970.2l892.3 -9970.1l893.1 -9969.9l893.9 -9969.8l894.8 -9969.6l895.6 -9969.5l896.5 -9969.4l897.3 -9969.2l898.1 -9969.1l899 -9969l899.8 -9968.8l900.6 -9968.6l901.5 -9968.5l902.3 -9968.4l903.1 -9968.3l903.9 -9968.1l904.7 -9968l905.5 -9967.9l906.4 -9967.7l907.2 -9967.6l908 -9967.5l908.8 -9967.3l909.6 -9967.2l910.4 -9967.1l911.2 -9966.9l912 -9966.8l912.8 -9966.7l913.6 -9966.5l914.4 -9966.4l915.1 -9966.3l915.9 -9966.1l916.7 -9966l917.5 -9965.9l918.3 -9965.7l919 -9965.6l919.8 -9965.5l920.6 -9965.3l921.4 -9965.2l922.1 -9965.1l922.9 -9964.9l923.7 -9964.8l924.4 -9964.7l925.2 -9964.6l925.9 -9964.4l926.7 -9964.3l927.4 -9964.2l928.2 -9964.1l928.9 -9963.9l929.7 -9963.8l930.4 -9963.7l931.2 -9963.5l931.9 -9963.4l932.6 -9963.3l933.4 -9963.2l934.1 -9963l934.8 -9962.9l935.5 -9962.8l936.3 -9962.6l937 -9962.6l937.7 -9962.4l938.4 -9962.3l939.1 -9962.2l939.9 -9962l940.6 -9961.9l941.3 -9961.8l942 -9961.7l942.7 -9961.6l943.4 -9961.5l944.1 -9961.3l944.8 -9961.2l945.5 -9961.1l946.2 -9961l946.9 -9960.9l947.5 -9960.8l948.2 -9960.6l948.9 -9960.5l949.6 -9960.4l950.3 -9960.3l950.9 -9960.2l951.6 -9960.1l952.3 -9959.9l953 -9959.8l953.6 -9959.7l954.3 -9959.6l954.9 -9959.4l955.6 -9959.4l956.3 -9959.3l956.9 -9959.1l957.6 -9959l958.2 -9958.9l958.9 -9958.8l959.5 -9958.7l960.2 -9958.6l960.8 -9958.5l961.4 -9958.3l962.1 -9958.3l962.7 -9958.1l963.3 -9958l964 -9957.9l964.6 -9957.8l965.2 -9957.7l965.8 -9957.6l966.5 -9957.5l967.1 -9957.4l967.7 -9957.3l968.3 -9957.2l968.9 -9957.1l969.5 -9956.9l970.1 -9956.9l970.7 -9956.8l971.3 -9956.7l971.9 -9956.6l972.5 -9956.4l973.1 -9956.3l973.7 -9956.2l974.3 -9956.1l974.9 -9956l975.5 -9955.9l976 -9955.8l976.6 -9955.7l977.2 -9955.6l977.8 -9955.5l978.3 -9955.4l978.9 -9955.3l979.5 -9955.2l980.1 -9955.1l980.6 -9955l981.2 -9955l981.7 -9954.9l982.3 -9954.8l982.8 -9954.6l983.4 -9954.6l983.9 -9954.5l984.5 -9954.4l985 -9954.3l985.6 -9954.2l986.1 -9954.1l986.6 -9954l987.2 -9953.9l987.7 -9953.8l988.2 -9953.7l988.8 -9953.6l989.3 -9953.5l989.8 -9953.5l990.3 -9953.3l990.9 -9953.3l991.4 -9953.2l991.9 -9953.1l992.4 -9953l992.9 -9952.9l993.4 -9952.8l993.9 -9952.8l974.8 -9756.7"
id="path1913"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-136380.8 -5644472l2282.8 186l10010.3 815.7l10009.3 815.5l10008.2 815.3l10007.2 815.1l10006.1 814.9l10005.1 814.7l10004.1 814.5l10003.1 814.3l10002.1 814.1l10001 813.9l10000 813.7l9999 813.5l9997.9 813.3l9996.9 813.1l9995.8 812.9l9994.8 812.8l9993.8 812.6l9992.8 812.4l9991.7 812.2l9990.7 812l9989.7 811.9l9988.7 811.7l9987.6 811.5l9986.6 811.4l9985.6 811.2l9984.5 811.1l9983.5 810.9l9982.4 810.7l9981.4 810.6l9980.4 810.4l9979.4 810.3l9978.3 810.1l9977.3 810l9976.3 809.8l9975.2 809.7l9974.2 809.6l9973.1 809.4l9972.1 809.3l9971.1 809.1l9970.1 809l9969 808.9l9968 808.7l2272.9 184.4"
id="path1914"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-135158.7 -5654449.8l1877 153.2l10010.1 816.7l10009.1 816.5l10008 816.3l10007 816.1l10005.9 815.9l10004.9 815.7l10003.9 815.5l10002.9 815.3l10001.9 815.1l10000.8 814.9l9999.8 814.7l9998.8 814.5l9997.8 814.3l9996.7 814.1l9995.7 814l9994.7 813.8l9993.6 813.6l9992.6 813.4l9991.5 813.2l9990.6 813.1l9989.5 812.9l9988.5 812.7l9987.5 812.6l9986.4 812.4l9985.4 812.2l9984.4 812.1l9983.3 811.9l9982.3 811.8l9981.3 811.6l9980.3 811.5l9979.2 811.3l9978.2 811.2l9977.1 811l9976.1 810.9l9975.1 810.7l9974.1 810.6l9973 810.4l9972 810.3l9971 810.2l9969.9 810l9968.9 809.9l9967.8 809.8l1868.9 151.8"
id="path1915"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-133935.2 -5664427.3l1470.9 120.2l10009.8 817.7l10008.8 817.5l10007.8 817.3l10006.8 817.1l10005.7 816.9l10004.7 816.7l10003.7 816.5l10002.7 816.3l10001.7 816.1l10000.6 815.9l9999.6 815.7l9998.6 815.5l9997.6 815.4l9996.5 815.2l9995.5 815l9994.5 814.8l9993.5 814.6l9992.4 814.5l9991.4 814.3l9990.4 814.1l9989.4 813.9l9988.3 813.8l9987.3 813.6l9986.2 813.4l9985.2 813.3l9984.2 813.1l9983.2 813l9982.1 812.8l9981.1 812.6l9980.1 812.5l9979.1 812.3l9978 812.2l9977 812l9976 811.9l9975 811.8l9973.9 811.6l9972.9 811.5l9971.9 811.3l9970.8 811.2l9969.8 811.1l9968.8 810.9l9967.7 810.8l1464.4 119.1"
id="path1916"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-132710 -5674404.5l1064 87l10009.6 818.8l10008.6 818.6l10007.6 818.4l10006.6 818.1l10005.5 817.9l10004.5 817.7l10003.5 817.5l10002.5 817.3l10001.5 817.1l10000.4 817l9999.4 816.8l9998.4 816.6l9997.4 816.4l9996.4 816.2l9995.3 816l9994.3 815.8l9993.3 815.7l9992.3 815.5l9991.2 815.3l9990.2 815.1l9989.2 815l9988.2 814.8l9987.1 814.6l9986.1 814.5l9985.1 814.3l9984.1 814.1l9983 814l9982 813.8l9981 813.7l9980 813.5l9978.9 813.4l9977.9 813.2l9976.8 813.1l9975.8 812.9l9974.8 812.8l9973.8 812.6l9972.7 812.5l9971.7 812.4l9970.7 812.2l9969.7 812.1l9968.7 812l9967.6 811.8l1059.4 86.3"
id="path1917"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-131483.3 -5684381.3l656.8 53.8l10009.4 819.8l10008.4 819.6l10007.4 819.4l10006.4 819.2l10005.3 819l10004.3 818.8l10003.3 818.6l10002.3 818.4l10001.3 818.2l10000.2 818l9999.2 817.8l9998.2 817.6l9997.2 817.4l9996.2 817.2l9995.1 817l9994.1 816.9l9993.1 816.7l9992.1 816.5l9991 816.3l9990 816.2l9989 816l9988 815.8l9987 815.7l9985.9 815.5l9984.9 815.3l9983.9 815.2l9982.9 815l9981.8 814.8l9980.8 814.7l9979.8 814.5l9978.8 814.4l9977.8 814.2l9976.7 814.1l9975.7 814l9974.7 813.8l9973.7 813.7l9972.6 813.5l9971.6 813.4l9970.6 813.3l9969.6 813.1l9968.5 813l9967.5 812.9l653.9 53.3"
id="path1918"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-130255.2 -5694357.8l249.1 20.4l10009.2 820.8l10008.2 820.6l10007.2 820.4l10006.2 820.2l10005.1 820l10004.1 819.8l10003.1 819.6l10002.1 819.4l10001.1 819.2l10000 819l9999 818.8l9998 818.6l9997 818.4l9996 818.2l9994.9 818.1l9993.9 817.9l9992.9 817.7l9991.9 817.5l9990.9 817.3l9989.9 817.2l9988.8 817l9987.8 816.8l9986.8 816.7l9985.7 816.5l9984.8 816.3l9983.7 816.2l9982.7 816l9981.7 815.9l9980.7 815.7l9979.7 815.6l9978.6 815.4l9977.6 815.3l9976.6 815.1l9975.6 815l9974.5 814.8l9973.5 814.7l9972.5 814.6l9971.5 814.4l9970.4 814.3l9969.4 814.2l9968.4 814l9967.3 813.9l248 20.2"
id="path1919"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-129025.5 -5704333.9l9849.8 808.8l10008 821.6l10007 821.4l10006 821.2l10004.9 821l10003.9 820.8l10002.9 820.6l10001.9 820.4l10000.9 820.2l9999.8 820l9998.9 819.8l9997.8 819.6l9996.8 819.5l9995.8 819.3l9994.8 819.1l9993.8 818.9l9992.7 818.7l9991.7 818.5l9990.7 818.4l9989.7 818.2l9988.7 818l9987.7 817.9l9986.6 817.7l9985.6 817.5l9984.6 817.4l9983.6 817.2l9982.6 817l9981.5 816.9l9980.5 816.7l9979.5 816.6l9978.5 816.4l9977.5 816.3l9976.4 816.1l9975.4 816l9974.4 815.9l9973.4 815.7l9972.3 815.6l9971.3 815.4l9970.3 815.3l9969.3 815.2l9968.3 815l9808.7 802"
id="path1920"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-127794.4 -5714309.7l9440.9 776.2l10007.8 822.6l10006.8 822.4l10005.8 822.2l10004.7 822l10003.7 821.8l10002.7 821.6l10001.7 821.4l10000.7 821.2l9999.7 821l9998.7 820.8l9997.7 820.7l9996.6 820.5l9995.6 820.3l9994.6 820.1l9993.6 819.9l9992.6 819.7l9991.6 819.6l9990.5 819.4l9989.5 819.2l9988.5 819l9987.5 818.9l9986.5 818.7l9985.4 818.5l9984.4 818.4l9983.4 818.2l9982.4 818.1l9981.4 817.9l9980.4 817.8l9979.3 817.6l9978.3 817.5l9977.3 817.3l9976.3 817.2l9975.3 817l9974.3 816.9l9973.2 816.7l9972.2 816.6l9971.2 816.5l9970.2 816.3l9969.2 816.2l9968.1 816.1l9401.6 769.6"
id="path1921"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-126561.7 -5724285.2l9031.4 743.4l10007.6 823.7l10006.6 823.4l10005.6 823.2l10004.5 823l10003.5 822.8l10002.5 822.6l10001.5 822.4l10000.5 822.2l9999.5 822l9998.5 821.9l9997.5 821.7l9996.4 821.5l9995.4 821.3l9994.4 821.1l9993.4 820.9l9992.4 820.8l9991.4 820.6l9990.3 820.4l9989.4 820.2l9988.3 820.1l9987.3 819.9l9986.3 819.7l9985.3 819.6l9984.3 819.4l9983.3 819.2l9982.2 819.1l9981.2 818.9l9980.2 818.8l9979.2 818.6l9978.2 818.5l9977.2 818.3l9976.1 818.2l9975.1 818l9974.1 817.9l9973.1 817.8l9972 817.6l9971.1 817.5l9970 817.3l9969 817.2l9968 817.1l8993.9 737.2"
id="path1922"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-125327.4 -5734260.3l8621.4 710.6l10007.4 824.7l10006.4 824.5l10005.4 824.3l10004.3 824l10003.3 823.8l10002.3 823.6l10001.3 823.4l10000.3 823.3l9999.3 823.1l9998.3 822.9l9997.3 822.7l9996.3 822.5l9995.3 822.3l9994.2 822.1l9993.2 821.9l9992.2 821.8l9991.2 821.6l9990.2 821.4l9989.2 821.2l9988.2 821.1l9987.2 820.9l9986.1 820.7l9985.1 820.6l9984.1 820.4l9983.1 820.3l9982.1 820.1l9981 819.9l9980.1 819.8l9979 819.6l9978 819.5l9977 819.3l9976 819.2l9975 819.1l9974 818.9l9973 818.8l9971.9 818.6l9970.9 818.5l9969.9 818.4l9968.9 818.2l9967.9 818.1l8585.8 704.6"
id="path1923"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-98534.4 -1l.8 -10042.8l2.5 -10043.8l4.2 -10043.8l5.8 -10043.8l7.5 -10043.8l9.2 -10043.8l10.8 -10043.8l12.5 -10043.8l14.2 -10043.8l15.8 -10043.7l17.5 -10043.8l19.1 -10043.8l20.8 -10043.8l22.5 -10043.7l24.1 -10043.7l25.8 -10043.7l27.5 -10043.7l29.1 -10043.7l30.8 -10043.7l32.5 -10043.7l34.1 -10043.7l35.8 -10043.7l37.5 -10043.7l39.1 -10043.6l40.8 -10043.6l42.4 -10043.6l44.1 -10043.6l45.8 -10043.6l47.4 -10043.6l49.1 -10043.6l50.8 -10043.6l52.4 -10043.5l54.1 -10043.5l55.8 -10043.5l57.4 -10043.5l59.1 -10043.5l60.7 -10043.4l62.4 -10043.4l64.1 -10043.4l65.7 -10043.4l67.4 -10043.4l69.1 -10043.3l70.7 -10043.3l72.4 -10043.3l74 -10043.3l75.7 -10043.3l77.4 -10043.2l79 -10043.2l80.7 -10043.2l82.3 -10043.2l84 -10043.1l85.7 -10043.1l87.3 -10043.1l89 -10043l90.6 -10043l92.3 -10043l93.9 -10043l95.6 -10042.9l97.3 -10042.9l98.9 -10042.8l100.6 -10042.8l102.2 -10042.8l103.9 -10042.8l105.5 -10042.7l107.2 -10042.7l108.9 -10042.7l110.5 -10042.6l112.2 -10042.6l113.8 -10042.5l115.5 -10042.5l117.1 -10042.5l118.8 -10042.5l120.4 -10042.4l122.1 -10042.3l123.7 -10042.3l125.4 -10042.3l127.1 -10042.3l128.7 -10042.2l130.4 -10042.1l132 -10042.1l133.7 -10042.1l135.3 -10042.1l137 -10042l138.6 -10042l140.3 -10041.9l141.9 -10041.9l143.6 -10041.8l145.2 -10041.8l146.9 -10041.7l148.5 -10041.7l150.1 -10041.7l151.8 -10041.6l153.4 -10041.6l155.1 -10041.5l156.7 -10041.5l158.4 -10041.4l160 -10041.3l161.7 -10041.3l163.3 -10041.3l165 -10041.2l166.6 -10041.1l168.2 -10041.1l169.9 -10041.1l171.5 -10041l173.2 -10041l174.8 -10040.9l176.4 -10040.8l178.1 -10040.8l179.7 -10040.7l181.4 -10040.7l183 -10040.6l184.6 -10040.6l186.3 -10040.5l187.9 -10040.4l189.5 -10040.4l191.2 -10040.3l192.8 -10040.3l194.5 -10040.2l196.1 -10040.1l197.7 -10040.1l199.4 -10040l201 -10040l202.6 -10039.9l204.2 -10039.8l205.9 -10039.8l207.5 -10039.7l209.1 -10039.6l210.8 -10039.6l212.4 -10039.5l214 -10039.4l215.7 -10039.4l217.3 -10039.3l218.9 -10039.2l220.5 -10039.2l222.2 -10039.1l223.8 -10039l225.4 -10039l227 -10038.9l228.7 -10038.8l230.3 -10038.8l231.9 -10038.7l233.5 -10038.6l235.1 -10038.6l236.8 -10038.5l238.4 -10038.4l240 -10038.3l241.6 -10038.2l243.2 -10038.2l244.8 -10038.1l246.5 -10038l248.1 -10038l249.7 -10037.8l251.3 -10037.8l252.9 -10037.7l254.5 -10037.6l256.1 -10037.5l257.8 -10037.5l259.4 -10037.4l261 -10037.3l262.6 -10037.3l264.2 -10037.1l265.8 -10037.1l267.4 -10037l269 -10036.9l270.6 -10036.8l272.2 -10036.8l273.8 -10036.7l275.4 -10036.6l277 -10036.5l278.6 -10036.4l280.2 -10036.3l281.8 -10036.3l283.4 -10036.2l285 -10036.1l286.6 -10036l288.2 -10035.9l289.8 -10035.8l291.4 -10035.7l293 -10035.6l294.6 -10035.6l296.2 -10035.5l297.8 -10035.4l299.4 -10035.3l301 -10035.2l302.6 -10035.1l304.2 -10035l305.7 -10034.9l307.3 -10034.8l308.9 -10034.7l310.5 -10034.7l312.1 -10034.6l313.7 -10034.5l315.3 -10034.3l316.8 -10034.3l318.4 -10034.2l320 -10034.1l321.6 -10034l323.2 -10033.9l324.7 -10033.8l326.3 -10033.7l327.9 -10033.6l329.5 -10033.5l331 -10033.4l332.6 -10033.3l334.2 -10033.2l335.8 -10033.1l337.3 -10033l338.9 -10032.9l340.5 -10032.8l342 -10032.7l343.6 -10032.6l345.2 -10032.5l346.8 -10032.4l348.3 -10032.3l349.9 -10032.2l351.4 -10032.1l353 -10032l354.6 -10031.9l356.1 -10031.8l357.7 -10031.6l359.2 -10031.6l360.8 -10031.5l362.4 -10031.3l363.9 -10031.2l365.5 -10031.1l367 -10031l368.6 -10030.9l370.1 -10030.8l371.7 -10030.7l373.2 -10030.6l374.8 -10030.5l376.3 -10030.4l377.9 -10030.3l379.4 -10030.1l381 -10030l382.5 -10029.9l384.1 -10029.8l385.6 -10029.7l387.1 -10029.6l388.7 -10029.5l390.2 -10029.4l391.7 -10029.2l393.3 -10029.1l394.8 -10029l396.4 -10028.9l397.9 -10028.8l399.4 -10028.6l401 -10028.6l402.5 -10028.4l404 -10028.3l405.5 -10028.2l407.1 -10028.1l408.6 -10028l410.1 -10027.9l411.6 -10027.7l413.2 -10027.6l414.7 -10027.5l416.2 -10027.4l417.7 -10027.3l419.2 -10027.1l420.8 -10027l422.3 -10026.9l423.8 -10026.8l425.3 -10026.7l426.8 -10026.5l428.3 -10026.4l429.8 -10026.3l431.4 -10026.2l432.9 -10026l434.4 -10025.9l435.9 -10025.8l437.4 -10025.7l438.9 -10025.5l440.4 -10025.4l441.9 -10025.3l443.4 -10025.2l444.9 -10025l446.4 -10024.9l447.9 -10024.8l449.4 -10024.7l450.9 -10024.5l452.4 -10024.4l453.9 -10024.3l455.3 -10024.1l456.8 -10024l458.3 -10023.9l459.8 -10023.8l461.3 -10023.6l462.8 -10023.5l464.3 -10023.4l465.7 -10023.2l467.2 -10023.1l468.7 -10023l470.2 -10022.9l471.7 -10022.7l473.1 -10022.6l474.6 -10022.5l476.1 -10022.3l477.6 -10022.2l479 -10022.1l480.5 -10021.9l482 -10021.8l483.4 -10021.7l484.9 -10021.5l486.4 -10021.4l487.8 -10021.3l489.3 -10021.1l490.8 -10021l492.2 -10020.8l493.7 -10020.7l495.1 -10020.5l496.6 -10020.4l498 -10020.3l499.5 -10020.2l500.9 -10020l502.4 -10019.9l503.8 -10019.8l505.3 -10019.6l506.7 -10019.5l508.2 -10019.3l509.6 -10019.2l511.1 -10019.1l512.5 -10018.9l514 -10018.8l515.4 -10018.6l516.8 -10018.5l518.3 -10018.4l519.7 -10018.2l521.1 -10018.1l522.6 -10017.9l524 -10017.8l525.4 -10017.7l526.9 -10017.5l528.3 -10017.3l529.7 -10017.2l531.1 -10017.1l532.6 -10016.9l534 -10016.8l535.4 -10016.6l536.8 -10016.5l538.2 -10016.4l539.6 -10016.2l541.1 -10016.1l542.5 -10015.9l543.9 -10015.8l545.3 -10015.6l546.7 -10015.5l548.1 -10015.3l549.5 -10015.2l550.9 -10015.1l552.3 -10014.9l553.7 -10014.7l555.1 -10014.6l556.5 -10014.5l557.9 -10014.3l559.3 -10014.2l560.7 -10014l562.1 -10013.9l563.5 -10013.7l564.9 -10013.6l566.3 -10013.5l567.6 -10013.3l569 -10013.2l570.4 -10013l571.8 -10012.9l573.2 -10012.7l574.6 -10012.6l575.9 -10012.4l577.3 -10012.3l578.7 -10012.1l580.1 -10011.9l581.4 -10011.8l582.8 -10011.7l584.2 -10011.5l585.5 -10011.3l586.9 -10011.2l588.3 -10011.1l589.6 -10010.9l591 -10010.8l592.3 -10010.6l593.7 -10010.5l595.1 -10010.3l596.4 -10010.1l597.8 -10010l599.1 -10009.8l600.5 -10009.7l601.8 -10009.5l603.2 -10009.4l604.5 -10009.2l605.9 -10009.1l607.2 -10008.9l608.5 -10008.8l609.9 -10008.6l611.2 -10008.4l612.5 -10008.3l613.9 -10008.2l615.2 -10008l616.5 -10007.8l617.9 -10007.7l619.2 -10007.5l620.5 -10007.4l621.9 -10007.2l623.2 -10007l624.5 -10006.9l625.8 -10006.8l627.1 -10006.6l628.5 -10006.4l629.8 -10006.3l631.1 -10006.1l632.4 -10006l633.7 -10005.8l635 -10005.6l636.3 -10005.5l637.6 -10005.4l638.9 -10005.2l640.2 -10005l641.5 -10004.9l642.8 -10004.7l644.1 -10004.6l645.4 -10004.4l646.7 -10004.2l648 -10004.1l649.3 -10003.9l650.6 -10003.8l651.9 -10003.6l653.2 -10003.4l654.4 -10003.3l655.7 -10003.2l657 -10003l658.3 -10002.8l659.6 -10002.7l660.8 -10002.5l662.1 -10002.4l663.4 -10002.2l664.7 -10002l665.9 -10001.9l667.2 -10001.7l668.5 -10001.6l669.7 -10001.4l671 -10001.3l672.2 -10001.1l673.5 -10000.9l674.8 -10000.8l676 -10000.6l677.3 -10000.5l678.5 -10000.3l679.8 -10000.1l681 -10000l682.3 -9999.8l683.5 -9999.7l684.7 -9999.5l686 -9999.4l687.2 -9999.2l688.5 -9999l689.7 -9998.9l690.9 -9998.7l692.2 -9998.5l693.4 -9998.4l694.6 -9998.2l695.9 -9998.1l697.1 -9997.9l698.3 -9997.7l699.5 -9997.6l700.7 -9997.4l702 -9997.3l703.2 -9997.1l704.4 -9996.9l705.6 -9996.8l706.8 -9996.6l708 -9996.5l709.2 -9996.3l710.4 -9996.2l711.6 -9996l712.8 -9995.8l714 -9995.7l715.2 -9995.5l716.4 -9995.4l717.6 -9995.2l718.8 -9995l720 -9994.8l721.2 -9994.7l722.4 -9994.6l723.6 -9994.4l724.8 -9994.2l725.9 -9994l727.1 -9993.9l728.3 -9993.8l729.5 -9993.6l730.6 -9993.4l731.8 -9993.3l733 -9993.1l734.2 -9993l735.3 -9992.8l736.5 -9992.6l737.6 -9992.5l738.8 -9992.3l740 -9992.2l741.1 -9992l742.3 -9991.8l743.4 -9991.7l744.6 -9991.5l745.7 -9991.4l746.9 -9991.2l748 -9991l749.2 -9990.9l750.3 -9990.7l751.5 -9990.6l752.6 -9990.4l753.7 -9990.2l754.9 -9990.1l756 -9989.9l757.1 -9989.7l758.3 -9989.6l759.4 -9989.4l760.5 -9989.3l761.6 -9989.1l762.8 -9988.9l763.9 -9988.8l765 -9988.6l766.1 -9988.5l767.2 -9988.3l768.3 -9988.2l769.4 -9988l770.5 -9987.8l771.7 -9987.7l772.8 -9987.5l773.9 -9987.4l775 -9987.2l776.1 -9987.1l777.2 -9986.9l778.2 -9986.7l779.3 -9986.6l780.4 -9986.4l781.5 -9986.3l782.6 -9986.1l783.7 -9985.9l784.8 -9985.8l785.8 -9985.6l786.9 -9985.5l788 -9985.3l789.1 -9985.2l790.1 -9985l791.2 -9984.8l792.3 -9984.7l793.4 -9984.5l794.4 -9984.4l795.5 -9984.2l796.5 -9984.1l797.6 -9983.9l798.7 -9983.7l799.7 -9983.6l800.8 -9983.4l801.8 -9983.2l802.9 -9983.1l803.9 -9983l805 -9982.8l806 -9982.7l807 -9982.5l808.1 -9982.3l809.1 -9982.2l810.1 -9982l811.2 -9981.8l812.2 -9981.7l813.2 -9981.6l814.3 -9981.4l815.3 -9981.3l816.3 -9981.1l817.3 -9981l818.3 -9980.8l819.4 -9980.6l820.4 -9980.5l821.4 -9980.3l822.4 -9980.2l823.4 -9980l824.4 -9979.9l825.4 -9979.7l826.4 -9979.6l827.4 -9979.4l828.4 -9979.3l829.4 -9979.1l830.4 -9978.9l831.4 -9978.8l832.4 -9978.7l833.4 -9978.5l834.3 -9978.3l835.3 -9978.2l836.3 -9978.1l837.3 -9977.9l838.3 -9977.8l839.2 -9977.6l840.2 -9977.4l841.2 -9977.3l842.2 -9977.1l843.1 -9977l844.1 -9976.8l845 -9976.7l846 -9976.6l847 -9976.4l847.9 -9976.2l848.9 -9976.1l849.8 -9976l850.8 -9975.8l851.7 -9975.7l852.7 -9975.5l853.6 -9975.4l854.5 -9975.2l855.5 -9975.1l856.4 -9974.9l857.4 -9974.8l858.3 -9974.6l859.2 -9974.5l860.1 -9974.3l861.1 -9974.2l862 -9974l862.9 -9973.9l863.8 -9973.8l864.7 -9973.6l865.7 -9973.5l866.6 -9973.3l867.5 -9973.2l868.4 -9973l869.3 -9972.8l870.2 -9972.7l871.1 -9972.6l872 -9972.5l872.9 -9972.3l873.8 -9972.2l874.7 -9972l875.6 -9971.9l876.5 -9971.7l877.4 -9971.6l878.3 -9971.5l879.1 -9971.3l880 -9971.2l880.9 -9971l881.8 -9970.9l882.6 -9970.7l883.5 -9970.6l884.4 -9970.5l885.3 -9970.3l886.1 -9970.2l887 -9970l887.8 -9969.9l888.7 -9969.8l889.6 -9969.6l890.4 -9969.5l891.3 -9969.4l892.1 -9969.2l893 -9969l893.8 -9968.9l894.7 -9968.8l895.5 -9968.7l896.3 -9968.5l897.2 -9968.4l898 -9968.3l898.8 -9968.1l899.7 -9968l900.5 -9967.8l901.3 -9967.7l902.1 -9967.6l903 -9967.4l903.8 -9967.3l904.6 -9967.1l905.4 -9967l906.2 -9966.9l907 -9966.8l907.8 -9966.6l908.6 -9966.5l909.5 -9966.4l910.3 -9966.3l911.1 -9966.1l911.8 -9966l912.6 -9965.9l913.4 -9965.7l914.2 -9965.6l915 -9965.5l915.8 -9965.3l916.6 -9965.2l917.4 -9965.1l918.1 -9964.9l918.9 -9964.8l919.7 -9964.7l920.5 -9964.6l921.2 -9964.4l922 -9964.3l922.8 -9964.2l923.5 -9964.1l924.3 -9963.9l925 -9963.8l925.8 -9963.6l926.6 -9963.6l927.3 -9963.4l928.1 -9963.3l928.8 -9963.2l929.5 -9963l930.3 -9962.9l931 -9962.8l931.8 -9962.7l932.5 -9962.5l933.2 -9962.4l934 -9962.3l934.7 -9962.2l935.4 -9962.1l936.1 -9961.9l936.9 -9961.8l937.6 -9961.7l938.3 -9961.6l939 -9961.5l939.7 -9961.3l940.4 -9961.2l941.2 -9961.1l941.9 -9961l942.6 -9960.8l943.3 -9960.8l944 -9960.6l944.7 -9960.5l945.4 -9960.4l946 -9960.3l946.7 -9960.2l947.4 -9960.1l948.1 -9959.9l948.8 -9959.8l949.5 -9959.7l950.2 -9959.6l950.8 -9959.5l951.5 -9959.4l952.2 -9959.2l952.8 -9959.2l953.5 -9959l954.2 -9958.9l954.8 -9958.8l955.5 -9958.7l956.1 -9958.6l956.8 -9958.5l957.5 -9958.4l958.1 -9958.2l958.8 -9958.2l959.4 -9958l960 -9957.9l960.7 -9957.8l961.3 -9957.7l962 -9957.6l962.6 -9957.5l963.2 -9957.4l963.9 -9957.3l964.5 -9957.2l965.1 -9957.1l965.7 -9957l966.3 -9956.9l967 -9956.7l967.6 -9956.7l968.2 -9956.6l968.8 -9956.5l969.4 -9956.3l970 -9956.3l970.6 -9956.2l971.2 -9956.1l971.8 -9956l972.4 -9955.8l973 -9955.8l973.6 -9955.7l974.2 -9955.6l974.8 -9955.4l975.4 -9955.4l975.9 -9955.3l976.5 -9955.2l977.1 -9955.1l977.7 -9954.9l978.3 -9954.9l978.8 -9954.8l979.4 -9954.7l980 -9954.6l980.5 -9954.5l981.1 -9954.4l981.6 -9954.3l982.2 -9954.2l982.7 -9954.1l983.3 -9954l983.8 -9953.9l984.4 -9953.8l984.9 -9953.7l985.5 -9953.6l986 -9953.6l986.6 -9953.5l987.1 -9953.4l987.6 -9953.3l988.2 -9953.2l988.7 -9953.1l989.2 -9953l989.7 -9952.9l990.2 -9952.8l990.8 -9952.8l991.3 -9952.7l991.8 -9952.6l992.3 -9952.5l992.8 -9952.4l993.3 -9952.3l993.8 -9952.3l994.3 -9952.2l11.6 -115.9"
id="path1924"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-124091.7 -5744235.1l8211 677.6l10007.2 825.7l10006.2 825.5l10005.2 825.3l10004.1 825.1l10003.1 824.9l10002.1 824.7l10001.1 824.5l10000.1 824.3l9999.1 824.1l9998.1 823.9l9997.1 823.7l9996.1 823.5l9995.1 823.3l9994 823.1l9993 823l9992 822.8l9991 822.6l9990 822.4l9989 822.3l9988 822.1l9987 821.9l9986 821.8l9984.9 821.6l9984 821.4l9982.9 821.3l9981.9 821.1l9980.9 821l9979.9 820.8l9978.9 820.7l9977.9 820.5l9976.9 820.4l9975.8 820.2l9974.8 820.1l9973.8 819.9l9972.8 819.8l9971.8 819.6l9970.8 819.5l9969.8 819.4l9968.8 819.2l9967.8 819.1l8177.2 671.9"
id="path1925"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-122854.6 -5754209.6l7800.1 644.5l10007 826.7l10006 826.5l10005 826.3l10003.9 826.1l10002.9 825.9l10001.9 825.7l10000.9 825.5l9999.9 825.3l9998.9 825.1l9997.9 824.9l9996.9 824.7l9995.9 824.5l9994.9 824.3l9993.8 824.1l9992.9 824l9991.9 823.8l9990.9 823.6l9989.8 823.4l9988.8 823.3l9987.8 823.1l9986.8 822.9l9985.8 822.8l9984.8 822.6l9983.8 822.4l9982.8 822.3l9981.8 822.1l9980.7 822l9979.8 821.8l9978.7 821.7l9977.7 821.5l9976.7 821.4l9975.7 821.2l9974.7 821.1l9973.7 820.9l9972.7 820.8l9971.6 820.7l9970.7 820.5l9969.7 820.4l9968.6 820.3l9967.6 820.1l7768.1 639.1"
id="path1926"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-121615.9 -5764183.7l7388.7 611.2l10006.8 827.7l10005.8 827.5l10004.8 827.3l10003.7 827.1l10002.7 826.9l10001.7 826.7l10000.7 826.5l9999.7 826.3l9998.7 826.1l9997.7 825.9l9996.7 825.7l9995.7 825.5l9994.7 825.3l9993.7 825.2l9992.7 825l9991.7 824.8l9990.7 824.6l9989.6 824.4l9988.7 824.3l9987.7 824.1l9986.7 823.9l9985.6 823.8l9984.6 823.6l9983.6 823.4l9982.6 823.3l9981.6 823.1l9980.6 823l9979.6 822.8l9978.6 822.7l9977.6 822.5l9976.6 822.4l9975.5 822.2l9974.6 822.1l9973.6 821.9l9972.5 821.8l9971.5 821.7l9970.5 821.5l9969.5 821.4l9968.5 821.3l9967.5 821.1l7358.4 606.2"
id="path1927"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-120375.6 -5774157.5l6976.7 577.9l10006.6 828.7l10005.6 828.5l10004.5 828.3l10003.5 828.1l10002.5 827.9l10001.5 827.7l10000.5 827.5l9999.5 827.3l9998.5 827.1l9997.5 826.9l9996.5 826.7l9995.5 826.5l9994.5 826.3l9993.5 826.2l9992.5 826l9991.5 825.8l9990.5 825.6l9989.5 825.4l9988.5 825.3l9987.5 825.1l9986.5 824.9l9985.5 824.8l9984.4 824.6l9983.5 824.5l9982.5 824.3l9981.5 824.1l9980.4 824l9979.5 823.8l9978.4 823.7l9977.4 823.5l9976.4 823.4l9975.4 823.2l9974.4 823.1l9973.4 823l9972.4 822.8l9971.4 822.7l9970.4 822.5l9969.4 822.4l9968.4 822.3l9967.4 822.2l6948.2 573.1"
id="path1928"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-119133.9 -5784130.9l6564.3 544.4l10006.3 829.7l10005.3 829.5l10004.3 829.3l10003.3 829.1l10002.3 828.9l10001.3 828.7l10000.3 828.5l9999.3 828.3l9998.3 828.1l9997.3 827.9l9996.3 827.7l9995.3 827.5l9994.3 827.3l9993.3 827.2l9992.3 827l9991.3 826.8l9990.3 826.6l9989.3 826.5l9988.3 826.3l9987.3 826.1l9986.3 825.9l9985.3 825.8l9984.3 825.6l9983.3 825.5l9982.3 825.3l9981.3 825.1l9980.3 825l9979.3 824.8l9978.3 824.7l9977.3 824.5l9976.3 824.4l9975.3 824.2l9974.3 824.1l9973.3 824l9972.3 823.8l9971.2 823.7l9970.3 823.5l9969.3 823.4l9968.3 823.3l9967.2 823.2l6537.6 539.9"
id="path1929"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-117890.7 -5794104l6151.4 510.7l10006.1 830.7l10005.1 830.5l10004.1 830.3l10003.1 830.1l10002.1 829.9l10001.1 829.7l10000.1 829.5l9999.1 829.3l9998.1 829.1l9997.2 828.9l9996.2 828.7l9995.2 828.5l9994.2 828.3l9993.1 828.2l9992.2 828l9991.2 827.8l9990.2 827.6l9989.1 827.5l9988.2 827.3l9987.2 827.1l9986.2 826.9l9985.2 826.8l9984.1 826.6l9983.2 826.5l9982.2 826.3l9981.1 826.1l9980.1 826l9979.1 825.8l9978.1 825.7l9977.1 825.5l9976.1 825.4l9975.1 825.2l9974.1 825.1l9973.1 825l9972.1 824.8l9971.1 824.7l9970.1 824.6l9969.1 824.4l9968.1 824.3l9967.1 824.2l6126.5 506.6"
id="path1930"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-116646 -5804076.8l5738 477l10005.9 831.7l10004.9 831.5l10003.9 831.3l10002.9 831.1l10001.9 830.9l10000.9 830.7l10000 830.5l9999 830.3l9997.9 830.1l9997 829.9l9996 829.7l9995 829.5l9994 829.3l9992.9 829.2l9992 829l9991 828.8l9990 828.6l9988.9 828.5l9988 828.3l9987 828.1l9986 827.9l9985 827.8l9984 827.6l9983 827.5l9982 827.3l9981 827.1l9980 827l9979 826.8l9978 826.7l9977 826.5l9976 826.4l9975 826.2l9974 826.1l9973 826l9972 825.8l9971 825.7l9970 825.6l9969 825.4l9968 825.3l9967 825.2l5714.8 473.1"
id="path1931"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-115399.9 -5814049.3l5324.1 443.1l10005.7 832.7l10004.7 832.5l10003.7 832.3l10002.7 832.1l10001.7 831.9l10000.8 831.7l9999.8 831.5l9998.8 831.3l9997.7 831.1l9996.8 830.9l9995.8 830.7l9994.8 830.5l9993.8 830.3l9992.8 830.2l9991.8 830l9990.8 829.8l9989.8 829.6l9988.8 829.4l9987.8 829.3l9986.8 829.1l9985.8 828.9l9984.8 828.8l9983.8 828.6l9982.8 828.5l9981.8 828.3l9980.8 828.1l9979.8 828l9978.8 827.8l9977.8 827.7l9976.8 827.5l9975.9 827.4l9974.8 827.2l9973.9 827.1l9972.9 827l9971.9 826.8l9970.8 826.7l9969.9 826.6l9968.9 826.4l9967.9 826.3l9966.9 826.2l5302.6 439.5"
id="path1932"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-114152.3 -5824021.4l4909.8 409.1l10005.5 833.7l10004.5 833.5l10003.5 833.3l10002.5 833.1l10001.5 832.9l10000.6 832.7l9999.6 832.5l9998.6 832.3l9997.5 832.1l9996.6 831.9l9995.6 831.7l9994.6 831.5l9993.6 831.3l9992.6 831.1l9991.6 831l9990.6 830.8l9989.6 830.6l9988.6 830.4l9987.6 830.3l9986.6 830.1l9985.7 829.9l9984.7 829.8l9983.6 829.6l9982.7 829.5l9981.7 829.3l9980.7 829.1l9979.7 829l9978.7 828.8l9977.7 828.7l9976.7 828.5l9975.7 828.4l9974.7 828.2l9973.7 828.1l9972.7 828l9971.7 827.8l9970.7 827.7l9969.7 827.6l9968.7 827.4l9967.7 827.3l9966.7 827.2l4890.1 405.8"
id="path1933"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-112903.1 -5833993.2l4495 375l10005.3 834.7l10004.3 834.5l10003.3 834.3l10002.3 834l10001.3 833.9l10000.4 833.7l9999.4 833.5l9998.4 833.3l9997.4 833.1l9996.4 832.9l9995.4 832.7l9994.4 832.5l9993.4 832.3l9992.4 832.1l9991.4 832l9990.4 831.8l9989.5 831.6l9988.4 831.4l9987.5 831.3l9986.5 831.1l9985.5 830.9l9984.5 830.8l9983.5 830.6l9982.5 830.4l9981.5 830.3l9980.5 830.1l9979.5 830l9978.5 829.8l9977.5 829.7l9976.6 829.5l9975.6 829.4l9974.5 829.2l9973.6 829.1l9972.6 829l9971.6 828.8l9970.6 828.7l9969.6 828.5l9968.6 828.4l9967.6 828.3l9966.6 828.2l4477 372"
id="path1934"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-88491.4 -1l.8 -10041.1l2.5 -10042.1l4.2 -10042.1l5.8 -10042.1l7.5 -10042.1l9.2 -10042.1l10.8 -10042.1l12.5 -10042.1l14.1 -10042.1l15.8 -10042.1l17.5 -10042.1l19.1 -10042.1l20.8 -10042.1l22.5 -10042.1l24.1 -10042l25.8 -10042.1l27.5 -10042.1l29.1 -10042.1l30.8 -10042l32.5 -10042l34.1 -10042l35.8 -10042l37.4 -10042l39.1 -10042l40.8 -10042l42.4 -10042l44.1 -10041.9l45.8 -10041.9l47.4 -10041.9l49.1 -10041.9l50.8 -10041.9l52.4 -10041.9l54.1 -10041.8l55.7 -10041.8l57.4 -10041.8l59.1 -10041.8l60.7 -10041.7l62.4 -10041.8l64 -10041.7l65.7 -10041.7l67.4 -10041.7l69 -10041.6l70.7 -10041.7l72.4 -10041.6l74 -10041.6l75.7 -10041.6l77.3 -10041.5l79 -10041.5l80.7 -10041.5l82.3 -10041.5l84 -10041.4l85.6 -10041.4l87.3 -10041.4l88.9 -10041.4l90.6 -10041.4l92.3 -10041.3l93.9 -10041.3l95.6 -10041.3l97.2 -10041.2l98.9 -10041.2l100.5 -10041.2l102.2 -10041.1l103.9 -10041.1l105.5 -10041.1l107.2 -10041l108.8 -10041l110.5 -10041l112.1 -10040.9l113.8 -10040.9l115.4 -10040.9l117.1 -10040.8l118.8 -10040.8l120.4 -10040.8l122.1 -10040.7l123.7 -10040.7l125.4 -10040.7l127 -10040.6l128.7 -10040.6l130.3 -10040.5l132 -10040.5l133.6 -10040.4l135.3 -10040.4l136.9 -10040.3l138.6 -10040.3l140.2 -10040.3l141.9 -10040.2l143.5 -10040.2l145.2 -10040.1l146.8 -10040.1l148.5 -10040.1l150.1 -10040l151.7 -10039.9l153.4 -10039.9l155 -10039.9l156.7 -10039.8l158.3 -10039.8l160 -10039.7l161.6 -10039.7l163.3 -10039.6l164.9 -10039.6l166.5 -10039.5l168.2 -10039.5l169.8 -10039.4l171.5 -10039.4l173.1 -10039.3l174.7 -10039.2l176.4 -10039.2l178 -10039.1l179.7 -10039.1l181.3 -10039l182.9 -10038.9l184.6 -10038.9l186.2 -10038.9l187.9 -10038.8l189.5 -10038.7l191.1 -10038.7l192.8 -10038.6l194.4 -10038.6l196 -10038.5l197.7 -10038.4l199.3 -10038.4l200.9 -10038.3l202.6 -10038.3l204.2 -10038.2l205.8 -10038.1l207.4 -10038.1l209.1 -10038l210.7 -10038l212.3 -10037.9l214 -10037.8l215.6 -10037.8l217.2 -10037.7l218.8 -10037.6l220.5 -10037.6l222.1 -10037.5l223.7 -10037.4l225.3 -10037.4l227 -10037.2l228.6 -10037.2l230.2 -10037.1l231.8 -10037.1l233.4 -10037l235.1 -10036.9l236.7 -10036.9l238.3 -10036.8l239.9 -10036.7l241.5 -10036.6l243.2 -10036.6l244.8 -10036.5l246.4 -10036.4l248 -10036.3l249.6 -10036.2l251.2 -10036.2l252.8 -10036.1l254.5 -10036l256.1 -10035.9l257.7 -10035.9l259.3 -10035.8l260.9 -10035.7l262.5 -10035.6l264.1 -10035.5l265.7 -10035.5l267.3 -10035.4l268.9 -10035.3l270.5 -10035.2l272.1 -10035.2l273.7 -10035.1l275.3 -10035l276.9 -10034.9l278.5 -10034.8l280.1 -10034.7l281.7 -10034.7l283.3 -10034.6l284.9 -10034.5l286.5 -10034.4l288.1 -10034.3l289.7 -10034.2l291.3 -10034.1l292.9 -10034l294.5 -10034l296.1 -10033.9l297.7 -10033.8l299.3 -10033.7l300.9 -10033.6l302.5 -10033.5l304.1 -10033.4l305.7 -10033.3l307.2 -10033.2l308.8 -10033.2l310.4 -10033.1l312 -10033l313.6 -10032.9l315.2 -10032.8l316.7 -10032.7l318.3 -10032.6l319.9 -10032.5l321.5 -10032.4l323.1 -10032.3l324.6 -10032.2l326.2 -10032.1l327.8 -10032l329.4 -10031.9l331 -10031.8l332.5 -10031.7l334.1 -10031.6l335.7 -10031.5l337.2 -10031.4l338.8 -10031.3l340.4 -10031.2l341.9 -10031.1l343.5 -10031l345.1 -10030.9l346.6 -10030.8l348.2 -10030.7l349.8 -10030.6l351.3 -10030.5l352.9 -10030.4l354.5 -10030.3l356 -10030.2l357.6 -10030.1l359.1 -10030l360.7 -10029.9l362.3 -10029.8l363.8 -10029.7l365.4 -10029.5l366.9 -10029.5l368.5 -10029.4l370 -10029.3l371.6 -10029.1l373.1 -10029l374.7 -10028.9l376.2 -10028.8l377.8 -10028.7l379.3 -10028.6l380.9 -10028.5l382.4 -10028.4l383.9 -10028.3l385.5 -10028.1l387 -10028l388.6 -10027.9l390.1 -10027.8l391.6 -10027.7l393.2 -10027.6l394.7 -10027.5l396.2 -10027.4l397.8 -10027.3l399.3 -10027.1l400.8 -10027l402.4 -10026.9l403.9 -10026.8l405.4 -10026.7l407 -10026.5l408.5 -10026.4l410 -10026.3l411.5 -10026.2l413 -10026.1l414.6 -10025.9l416.1 -10025.9l417.6 -10025.7l419.1 -10025.6l420.6 -10025.5l422.2 -10025.4l423.7 -10025.3l425.2 -10025.1l426.7 -10025l428.2 -10024.9l429.7 -10024.8l431.2 -10024.7l432.7 -10024.5l434.2 -10024.4l435.8 -10024.3l437.3 -10024.2l438.8 -10024l440.3 -10023.9l441.8 -10023.8l443.3 -10023.7l444.8 -10023.5l446.3 -10023.4l447.8 -10023.3l449.3 -10023.2l450.7 -10023l452.2 -10022.9l453.7 -10022.8l455.2 -10022.6l456.7 -10022.5l458.2 -10022.4l459.7 -10022.3l461.2 -10022.1l462.7 -10022l464.1 -10021.9l465.6 -10021.8l467.1 -10021.6l468.6 -10021.5l470.1 -10021.4l471.5 -10021.2l473 -10021.1l474.5 -10021l476 -10020.8l477.4 -10020.7l478.9 -10020.6l480.4 -10020.5l481.8 -10020.3l483.3 -10020.2l484.8 -10020.1l486.2 -10019.9l487.7 -10019.8l489.2 -10019.6l490.6 -10019.5l492.1 -10019.4l493.5 -10019.3l495 -10019.1l496.5 -10019l497.9 -10018.8l499.4 -10018.7l500.8 -10018.6l502.3 -10018.4l503.7 -10018.3l505.2 -10018.2l506.6 -10018l508.1 -10017.9l509.5 -10017.7l510.9 -10017.6l512.4 -10017.5l513.8 -10017.3l515.3 -10017.2l516.7 -10017.1l518.1 -10016.9l519.6 -10016.8l521 -10016.6l522.4 -10016.5l523.9 -10016.4l525.3 -10016.2l526.7 -10016.1l528.1 -10015.9l529.6 -10015.8l531 -10015.7l532.4 -10015.5l533.8 -10015.4l535.2 -10015.2l536.7 -10015.1l538.1 -10015l539.5 -10014.8l540.9 -10014.6l542.3 -10014.5l543.7 -10014.4l545.1 -10014.2l546.6 -10014.1l548 -10013.9l549.4 -10013.8l550.8 -10013.7l552.2 -10013.5l553.6 -10013.3l555 -10013.2l556.4 -10013.1l557.8 -10012.9l559.2 -10012.8l560.6 -10012.6l561.9 -10012.5l563.3 -10012.4l564.7 -10012.2l566.1 -10012.1l567.5 -10011.9l568.9 -10011.8l570.3 -10011.6l571.6 -10011.5l573 -10011.3l574.4 -10011.2l575.8 -10011l577.2 -10010.9l578.5 -10010.7l579.9 -10010.6l581.3 -10010.4l582.6 -10010.3l584 -10010.1l585.4 -10010l586.7 -10009.8l588.1 -10009.7l589.5 -10009.5l590.8 -10009.4l592.2 -10009.2l593.6 -10009.1l594.9 -10008.9l596.3 -10008.8l597.6 -10008.6l599 -10008.5l600.3 -10008.3l601.7 -10008.2l603 -10008l604.4 -10007.9l605.7 -10007.7l607 -10007.6l608.4 -10007.4l609.7 -10007.3l611.1 -10007.1l612.4 -10007l613.7 -10006.8l615.1 -10006.7l616.4 -10006.5l617.7 -10006.4l619.1 -10006.2l620.4 -10006.1l621.7 -10005.9l623 -10005.7l624.3 -10005.6l625.7 -10005.4l627 -10005.3l628.3 -10005.1l629.6 -10005l630.9 -10004.8l632.2 -10004.7l633.6 -10004.5l634.9 -10004.3l636.2 -10004.2l637.5 -10004.1l638.8 -10003.9l640.1 -10003.7l641.4 -10003.6l642.7 -10003.4l644 -10003.3l645.3 -10003.1l646.6 -10002.9l647.9 -10002.8l649.1 -10002.7l650.4 -10002.5l651.7 -10002.3l653 -10002.2l654.3 -10002l655.6 -10001.9l656.9 -10001.7l658.1 -10001.5l659.4 -10001.4l660.7 -10001.3l662 -10001.1l663.2 -10000.9l664.5 -10000.8l665.8 -10000.6l667 -10000.5l668.3 -10000.3l669.6 -10000.1l670.8 -10000l672.1 -9999.8l673.3 -9999.7l674.6 -9999.5l675.9 -9999.3l677.1 -9999.2l678.4 -9999.1l679.6 -9998.9l680.9 -9998.7l682.1 -9998.6l683.3 -9998.4l684.6 -9998.3l685.8 -9998.1l687.1 -9997.9l688.3 -9997.8l689.5 -9997.6l690.8 -9997.5l692 -9997.3l693.2 -9997.2l694.5 -9997l695.7 -9996.8l696.9 -9996.7l698.1 -9996.5l699.4 -9996.4l700.6 -9996.2l701.8 -9996.1l703 -9995.9l704.2 -9995.7l705.4 -9995.6l706.7 -9995.4l707.9 -9995.3l709.1 -9995.1l710.3 -9995l711.5 -9994.8l712.7 -9994.6l713.9 -9994.5l715.1 -9994.3l716.3 -9994.2l717.5 -9994l718.7 -9993.8l719.8 -9993.7l721 -9993.5l722.2 -9993.4l723.4 -9993.2l724.6 -9993.1l725.8 -9992.9l727 -9992.7l728.1 -9992.6l729.3 -9992.4l730.5 -9992.2l731.7 -9992.1l732.8 -9991.9l734 -9991.8l735.2 -9991.6l736.3 -9991.4l737.5 -9991.3l738.6 -9991.2l739.8 -9991l741 -9990.8l742.1 -9990.6l743.3 -9990.5l744.4 -9990.4l745.6 -9990.2l746.7 -9990l747.9 -9989.9l749 -9989.7l750.2 -9989.6l751.3 -9989.4l752.4 -9989.2l753.6 -9989.1l754.7 -9988.9l755.8 -9988.8l757 -9988.6l758.1 -9988.5l759.2 -9988.3l760.4 -9988.2l761.5 -9988l762.6 -9987.8l763.7 -9987.7l764.8 -9987.5l765.9 -9987.4l767.1 -9987.2l768.2 -9987.1l769.3 -9986.9l770.4 -9986.7l771.5 -9986.6l772.6 -9986.4l773.7 -9986.3l774.8 -9986.1l775.9 -9986l777 -9985.8l778.1 -9985.6l779.2 -9985.5l780.3 -9985.3l781.4 -9985.2l782.4 -9985l783.5 -9984.9l784.6 -9984.7l785.7 -9984.6l786.8 -9984.4l787.8 -9984.2l788.9 -9984.1l790 -9983.9l791.1 -9983.8l792.1 -9983.6l793.2 -9983.5l794.3 -9983.3l795.3 -9983.2l796.4 -9983l797.4 -9982.8l798.5 -9982.7l799.6 -9982.5l800.6 -9982.4l801.7 -9982.2l802.7 -9982.1l803.8 -9981.9l804.8 -9981.8l805.8 -9981.6l806.9 -9981.4l807.9 -9981.3l809 -9981.2l810 -9981l811 -9980.8l812.1 -9980.7l813.1 -9980.5l814.1 -9980.4l815.1 -9980.2l816.1 -9980.1l817.2 -9979.9l818.2 -9979.8l819.2 -9979.6l820.2 -9979.5l821.2 -9979.3l822.2 -9979.2l823.2 -9979l824.3 -9978.9l825.3 -9978.7l826.3 -9978.6l827.3 -9978.4l828.3 -9978.3l829.3 -9978.1l830.2 -9977.9l831.2 -9977.8l832.2 -9977.7l833.2 -9977.5l834.2 -9977.3l835.2 -9977.2l836.2 -9977.1l837.1 -9976.9l838.1 -9976.8l839.1 -9976.6l840.1 -9976.5l841 -9976.3l842 -9976.2l843 -9976l843.9 -9975.9l844.9 -9975.7l845.9 -9975.6l846.8 -9975.4l847.8 -9975.3l848.7 -9975.2l849.7 -9975l850.6 -9974.9l851.6 -9974.7l852.5 -9974.5l853.5 -9974.4l854.4 -9974.3l855.3 -9974.1l856.3 -9974l857.2 -9973.8l858.1 -9973.7l859.1 -9973.6l860 -9973.4l860.9 -9973.2l861.8 -9973.1l862.8 -9973l863.7 -9972.8l864.6 -9972.7l865.5 -9972.5l866.4 -9972.4l867.3 -9972.3l868.3 -9972.1l869.2 -9971.9l870.1 -9971.8l871 -9971.7l871.9 -9971.6l872.8 -9971.4l873.7 -9971.3l874.6 -9971.1l875.5 -9971l876.3 -9970.8l877.2 -9970.7l878.1 -9970.6l879 -9970.4l879.9 -9970.3l880.8 -9970.2l881.6 -9970l882.5 -9969.9l883.4 -9969.7l884.2 -9969.6l885.1 -9969.4l886 -9969.3l886.8 -9969.2l887.7 -9969l888.6 -9968.9l889.4 -9968.7l890.3 -9968.6l891.1 -9968.5l892 -9968.4l892.8 -9968.2l893.7 -9968.1l894.5 -9968l895.4 -9967.8l896.2 -9967.7l897 -9967.5l897.9 -9967.4l898.7 -9967.3l899.5 -9967.2l900.4 -9967l901.2 -9966.9l902 -9966.8l902.8 -9966.6l903.6 -9966.5l904.5 -9966.3l905.3 -9966.2l906.1 -9966.1l906.9 -9966l907.7 -9965.8l908.5 -9965.7l909.3 -9965.6l910.1 -9965.5l910.9 -9965.3l911.7 -9965.2l912.5 -9965.1l913.3 -9964.9l914.1 -9964.8l914.9 -9964.7l915.7 -9964.5l916.5 -9964.4l917.2 -9964.3l918 -9964.2l918.8 -9964l919.6 -9963.9l920.3 -9963.8l921.1 -9963.7l921.9 -9963.5l922.6 -9963.4l923.4 -9963.3l924.2 -9963.2l924.9 -9963l925.7 -9962.9l926.4 -9962.8l927.2 -9962.7l927.9 -9962.6l928.7 -9962.4l929.4 -9962.3l930.2 -9962.2l930.9 -9962.1l931.6 -9961.9l932.4 -9961.8l933.1 -9961.7l933.8 -9961.6l934.6 -9961.5l935.3 -9961.4l936 -9961.2l936.8 -9961.1l937.5 -9961l938.2 -9960.9l938.9 -9960.8l939.6 -9960.6l940.3 -9960.5l941 -9960.4l941.7 -9960.3l942.4 -9960.1l943.1 -9960.1l943.8 -9959.9l944.5 -9959.8l945.2 -9959.7l945.9 -9959.6l946.6 -9959.5l947.3 -9959.4l948 -9959.3l948.7 -9959.1l949.4 -9959l950 -9958.9l950.7 -9958.8l951.4 -9958.7l952.1 -9958.6l952.7 -9958.5l953.4 -9958.4l954.1 -9958.3l954.7 -9958.1l955.4 -9958l956 -9957.9l956.7 -9957.8l957.3 -9957.7l958 -9957.6l958.6 -9957.5l959.3 -9957.4l959.9 -9957.3l960.6 -9957.2l961.2 -9957.1l961.9 -9957l962.5 -9956.9l963.1 -9956.8l963.7 -9956.6l964.4 -9956.6l965 -9956.5l965.6 -9956.4l966.2 -9956.3l966.9 -9956.1l967.5 -9956.1l968.1 -9956l968.7 -9955.9l969.3 -9955.7l969.9 -9955.7l970.5 -9955.6l971.1 -9955.5l971.7 -9955.4l972.3 -9955.2l972.9 -9955.2l973.5 -9955.1l974.1 -9955l974.7 -9954.8l975.3 -9954.8l975.8 -9954.7l976.4 -9954.6l977 -9954.5l977.6 -9954.4l978.2 -9954.3l978.7 -9954.2l979.3 -9954.1l979.9 -9954l980.4 -9953.9l981 -9953.8l981.5 -9953.7l982.1 -9953.6l982.7 -9953.5l983.2 -9953.5l983.8 -9953.4l984.3 -9953.3l984.8 -9953.2l985.4 -9953.1l985.9 -9953l986.5 -9952.9l987 -9952.8l987.5 -9952.7l988.1 -9952.7l988.6 -9952.6l989.1 -9952.5l989.6 -9952.4l990.2 -9952.3l990.7 -9952.2l991.2 -9952.2l991.7 -9952.1l992.2 -9952l992.7 -9951.9l993.2 -9951.8l993.7 -9951.7l994.2 -9951.7l47.6 -475.9"
id="path1935"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-111652.5 -5843964.6l4079.6 340.8l10005.1 835.7l10004.1 835.4l10003.1 835.2l10002.1 835l10001.1 834.8l10000.2 834.6l9999.2 834.4l9998.2 834.3l9997.2 834.1l9996.2 833.9l9995.2 833.7l9994.2 833.5l9993.2 833.3l9992.2 833.1l9991.3 833l9990.3 832.8l9989.3 832.6l9988.3 832.4l9987.3 832.3l9986.3 832.1l9985.3 831.9l9984.3 831.8l9983.3 831.6l9982.4 831.4l9981.4 831.3l9980.4 831.1l9979.3 831l9978.4 830.8l9977.4 830.7l9976.4 830.5l9975.4 830.4l9974.4 830.2l9973.4 830.1l9972.4 829.9l9971.4 829.8l9970.4 829.7l9969.5 829.5l9968.5 829.4l9967.5 829.3l9966.5 829.2l4063.3 338"
id="path1936"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-110400.6 -5853935.7l3663.9 306.4l10004.9 836.6l10003.9 836.4l10002.9 836.2l10001.9 836l10000.9 835.8l10000 835.6l9999 835.4l9998 835.2l9997 835l9996 834.9l9995 834.7l9994 834.5l9993.1 834.3l9992 834.1l9991.1 833.9l9990.1 833.8l9989.1 833.6l9988.1 833.4l9987.1 833.2l9986.1 833.1l9985.2 832.9l9984.2 832.7l9983.2 832.6l9982.2 832.4l9981.2 832.3l9980.2 832.1l9979.2 832l9978.2 831.8l9977.3 831.7l9976.3 831.5l9975.3 831.4l9974.2 831.2l9973.3 831.1l9972.3 830.9l9971.3 830.8l9970.3 830.7l9969.3 830.5l9968.3 830.4l9967.3 830.3l9966.4 830.1l3649.2 304"
id="path1937"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-109147 -5863906.5l3247.6 271.9l10004.7 837.6l10003.7 837.4l10002.7 837.2l10001.7 837l10000.7 836.8l9999.8 836.6l9998.8 836.4l9997.8 836.2l9996.8 836l9995.8 835.8l9994.8 835.7l9993.9 835.5l9992.9 835.3l9991.9 835.1l9990.9 834.9l9989.9 834.8l9988.9 834.6l9987.9 834.4l9987 834.2l9986 834.1l9985 833.9l9984 833.7l9983 833.6l9982 833.4l9981 833.3l9980.1 833.1l9979 832.9l9978.1 832.8l9977.1 832.6l9976.1 832.5l9975.1 832.4l9974.1 832.2l9973.2 832.1l9972.2 831.9l9971.2 831.8l9970.2 831.7l9969.2 831.5l9968.2 831.4l9967.2 831.3l9966.2 831.1l3234.6 269.7"
id="path1938"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-107892 -5873877l2830.8 237.3l10004.5 838.6l10003.5 838.4l10002.5 838.2l10001.5 838l10000.6 837.8l9999.6 837.6l9998.6 837.4l9997.6 837.2l9996.6 837l9995.6 836.8l9994.7 836.6l9993.7 836.5l9992.7 836.3l9991.7 836.1l9990.7 835.9l9989.7 835.7l9988.8 835.6l9987.7 835.4l9986.8 835.2l9985.8 835.1l9984.8 834.9l9983.8 834.7l9982.8 834.6l9981.9 834.4l9980.9 834.2l9979.9 834.1l9978.9 833.9l9977.9 833.8l9977 833.6l9976 833.5l9975 833.3l9974 833.2l9973 833.1l9972 832.9l9971 832.8l9970 832.6l9969.1 832.5l9968.1 832.4l9967.1 832.3l9966.1 832.1l2819.6 235.4"
id="path1939"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-106635.5 -5883847.1l2413.6 202.6l10004.3 839.6l10003.3 839.4l10002.3 839.2l10001.3 839l10000.4 838.8l9999.4 838.6l9998.4 838.4l9997.4 838.2l9996.4 838l9995.5 837.8l9994.5 837.6l9993.5 837.4l9992.5 837.3l9991.5 837.1l9990.6 836.9l9989.6 836.7l9988.6 836.5l9987.6 836.4l9986.6 836.2l9985.6 836l9984.7 835.9l9983.7 835.7l9982.7 835.5l9981.7 835.4l9980.7 835.2l9979.8 835.1l9978.7 834.9l9977.8 834.8l9976.8 834.6l9975.8 834.5l9974.8 834.3l9973.8 834.2l9972.9 834l9971.9 833.9l9970.9 833.8l9969.9 833.6l9968.9 833.5l9968 833.4l9967 833.2l9966 833.1l2403.9 201"
id="path1940"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-105377.6 -5893816.9l1995.8 167.7l10004.1 840.6l10003.1 840.4l10002.1 840.2l10001.1 839.9l10000.2 839.8l9999.2 839.6l9998.2 839.4l9997.2 839.2l9996.2 839l9995.3 838.8l9994.3 838.6l9993.3 838.4l9992.3 838.2l9991.3 838l9990.4 837.9l9989.4 837.7l9988.4 837.5l9987.4 837.3l9986.5 837.2l9985.5 837l9984.5 836.8l9983.5 836.7l9982.5 836.5l9981.6 836.4l9980.6 836.2l9979.6 836.1l9978.6 835.9l9977.6 835.7l9976.7 835.6l9975.7 835.4l9974.7 835.3l9973.7 835.2l9972.7 835l9971.8 834.9l9970.8 834.7l9969.8 834.6l9968.8 834.5l9967.8 834.3l9966.8 834.2l9965.9 834.1l1988 166.4"
id="path1941"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-104118.2 -5903786.3l1577.6 132.7l10003.9 841.5l10002.9 841.3l10001.9 841.1l10000.9 840.9l10000 840.7l9999 840.5l9998 840.3l9997 840.1l9996 839.9l9995.1 839.8l9994.1 839.6l9993.1 839.4l9992.1 839.2l9991.1 839l9990.2 838.9l9989.2 838.7l9988.2 838.5l9987.2 838.3l9986.3 838.2l9985.3 838l9984.3 837.8l9983.4 837.7l9982.3 837.5l9981.4 837.3l9980.4 837.2l9979.4 837l9978.4 836.9l9977.5 836.7l9976.5 836.6l9975.5 836.4l9974.6 836.3l9973.5 836.1l9972.6 836l9971.6 835.9l9970.6 835.7l9969.6 835.6l9968.7 835.5l9967.7 835.3l9966.7 835.2l9965.7 835.1l1571.4 131.7"
id="path1942"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-102857.5 -5913755.5l1159 97.6l10003.6 842.5l10002.7 842.3l10001.7 842.1l10000.7 841.9l9999.8 841.7l9998.8 841.5l9997.8 841.3l9996.8 841.1l9995.8 840.9l9994.9 840.7l9993.9 840.6l9992.9 840.4l9992 840.2l9991 840l9990 839.8l9989 839.7l9988.1 839.5l9987.1 839.3l9986.1 839.1l9985.1 839l9984.2 838.8l9983.2 838.6l9982.2 838.5l9981.2 838.3l9980.3 838.2l9979.3 838l9978.3 837.9l9977.3 837.7l9976.4 837.6l9975.4 837.4l9974.4 837.3l9973.4 837.1l9972.5 837l9971.5 836.8l9970.5 836.7l9969.5 836.6l9968.5 836.4l9967.6 836.3l9966.6 836.2l9965.6 836.1l1154.3 96.8"
id="path1943"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-101595.2 -5923724.3l739.8 62.4l10003.4 843.5l10002.5 843.3l10001.5 843.1l10000.5 842.9l9999.6 842.7l9998.6 842.5l9997.6 842.3l9996.6 842.1l9995.6 841.9l9994.7 841.7l9993.7 841.5l9992.8 841.3l9991.8 841.2l9990.8 841l9989.8 840.8l9988.9 840.6l9987.9 840.5l9986.9 840.3l9986 840.1l9985 839.9l9984 839.8l9983 839.6l9982 839.5l9981.1 839.3l9980.1 839.1l9979.1 839l9978.1 838.8l9977.2 838.7l9976.2 838.5l9975.2 838.4l9974.3 838.2l9973.3 838.1l9972.3 838l9971.3 837.8l9970.4 837.7l9969.4 837.5l9968.4 837.4l9967.4 837.3l9966.5 837.2l9965.5 837l736.8 61.9"
id="path1944"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-100331.5 -5933692.7l320.1 27l10003.2 844.5l10002.3 844.2l10001.3 844l10000.3 843.8l9999.4 843.6l9998.4 843.4l9997.4 843.3l9996.5 843.1l9995.5 842.9l9994.5 842.7l9993.5 842.5l9992.6 842.3l9991.6 842.1l9990.6 841.9l9989.7 841.8l9988.7 841.6l9987.7 841.4l9986.7 841.2l9985.8 841.1l9984.8 840.9l9983.8 840.7l9982.9 840.6l9981.9 840.4l9980.9 840.3l9980 840.1l9979 840l9978 839.8l9977 839.7l9976.1 839.5l9975.1 839.4l9974.1 839.2l9973.1 839.1l9972.2 838.9l9971.2 838.8l9970.2 838.7l9969.2 838.5l9968.3 838.4l9967.3 838.3l9966.3 838.1l9965.4 838l318.9 26.8"
id="path1945"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-78450.1 -1l.8 -10039.4l2.5 -10040.5l4.2 -10040.5l5.8 -10040.5l7.5 -10040.5l9.2 -10040.4l10.8 -10040.5l12.5 -10040.5l14.1 -10040.4l15.8 -10040.4l17.5 -10040.4l19.1 -10040.4l20.8 -10040.4l22.5 -10040.4l24.1 -10040.4l25.8 -10040.4l27.5 -10040.4l29.1 -10040.4l30.8 -10040.3l32.4 -10040.4l34.1 -10040.4l35.8 -10040.3l37.4 -10040.3l39.1 -10040.3l40.8 -10040.3l42.4 -10040.3l44.1 -10040.3l45.7 -10040.2l47.4 -10040.3l49.1 -10040.2l50.7 -10040.2l52.4 -10040.2l54.1 -10040.2l55.7 -10040.2l57.4 -10040.2l59 -10040.1l60.7 -10040.1l62.4 -10040.1l64 -10040.1l65.7 -10040.1l67.3 -10040l69 -10040l70.7 -10040l72.3 -10040l74 -10040l75.6 -10039.9l77.3 -10039.9l79 -10039.9l80.6 -10039.9l82.3 -10039.8l83.9 -10039.8l85.6 -10039.8l87.3 -10039.8l88.9 -10039.7l90.6 -10039.7l92.2 -10039.6l93.9 -10039.6l95.5 -10039.6l97.2 -10039.6l98.9 -10039.5l100.5 -10039.5l102.2 -10039.5l103.8 -10039.5l105.5 -10039.4l107.1 -10039.4l108.8 -10039.4l110.4 -10039.3l112.1 -10039.3l113.8 -10039.2l115.4 -10039.2l117.1 -10039.2l118.7 -10039.1l120.4 -10039.1l122 -10039l123.7 -10039l125.3 -10039l127 -10039l128.6 -10038.9l130.3 -10038.8l131.9 -10038.8l133.6 -10038.8l135.2 -10038.8l136.9 -10038.7l138.5 -10038.7l140.2 -10038.6l141.8 -10038.6l143.5 -10038.5l145.1 -10038.5l146.8 -10038.5l148.4 -10038.4l150.1 -10038.4l151.7 -10038.3l153.3 -10038.3l155 -10038.2l156.6 -10038.2l158.3 -10038.1l159.9 -10038l161.6 -10038l163.2 -10038l164.8 -10037.9l166.5 -10037.8l168.1 -10037.8l169.8 -10037.8l171.4 -10037.7l173.1 -10037.7l174.7 -10037.6l176.3 -10037.6l178 -10037.5l179.6 -10037.5l181.2 -10037.4l182.9 -10037.3l184.5 -10037.3l186.2 -10037.2l187.8 -10037.2l189.4 -10037.1l191.1 -10037.1l192.7 -10037l194.3 -10036.9l196 -10036.9l197.6 -10036.8l199.2 -10036.8l200.9 -10036.7l202.5 -10036.6l204.1 -10036.5l205.8 -10036.5l207.4 -10036.5l209 -10036.4l210.6 -10036.3l212.3 -10036.2l213.9 -10036.2l215.5 -10036.1l217.1 -10036.1l218.8 -10036l220.4 -10035.9l222 -10035.9l223.6 -10035.8l225.3 -10035.7l226.9 -10035.6l228.5 -10035.6l230.1 -10035.5l231.8 -10035.5l233.4 -10035.3l235 -10035.3l236.6 -10035.2l238.2 -10035.2l239.8 -10035.1l241.5 -10035l243.1 -10035l244.7 -10034.9l246.3 -10034.8l247.9 -10034.7l249.5 -10034.6l251.2 -10034.6l252.8 -10034.5l254.4 -10034.4l256 -10034.3l257.6 -10034.3l259.2 -10034.2l260.8 -10034.1l262.4 -10034l264 -10033.9l265.6 -10033.9l267.2 -10033.8l268.8 -10033.7l270.5 -10033.6l272.1 -10033.6l273.7 -10033.5l275.3 -10033.4l276.9 -10033.3l278.5 -10033.2l280.1 -10033.1l281.7 -10033.1l283.3 -10033l284.9 -10032.9l286.5 -10032.8l288.1 -10032.7l289.6 -10032.6l291.2 -10032.6l292.8 -10032.4l294.4 -10032.4l296 -10032.3l297.6 -10032.2l299.2 -10032.1l300.8 -10032l302.4 -10031.9l304 -10031.8l305.6 -10031.8l307.1 -10031.6l308.7 -10031.6l310.3 -10031.5l311.9 -10031.4l313.5 -10031.3l315.1 -10031.2l316.7 -10031.1l318.2 -10031l319.8 -10030.9l321.4 -10030.8l323 -10030.7l324.6 -10030.6l326.1 -10030.5l327.7 -10030.4l329.3 -10030.3l330.9 -10030.3l332.4 -10030.2l334 -10030.1l335.6 -10029.9l337.1 -10029.9l338.7 -10029.8l340.3 -10029.7l341.8 -10029.6l343.4 -10029.4l345 -10029.4l346.5 -10029.3l348.1 -10029.2l349.7 -10029.1l351.2 -10028.9l352.8 -10028.9l354.4 -10028.8l355.9 -10028.7l357.5 -10028.5l359 -10028.4l360.6 -10028.3l362.1 -10028.2l363.7 -10028.1l365.3 -10028l366.8 -10027.9l368.4 -10027.8l369.9 -10027.7l371.5 -10027.6l373 -10027.5l374.6 -10027.4l376.1 -10027.3l377.7 -10027.2l379.2 -10027l380.7 -10026.9l382.3 -10026.8l383.8 -10026.7l385.4 -10026.6l386.9 -10026.5l388.4 -10026.4l390 -10026.3l391.5 -10026.2l393.1 -10026l394.6 -10025.9l396.1 -10025.8l397.7 -10025.7l399.2 -10025.6l400.7 -10025.5l402.3 -10025.4l403.8 -10025.3l405.3 -10025.2l406.8 -10025l408.4 -10024.9l409.9 -10024.8l411.4 -10024.7l412.9 -10024.6l414.4 -10024.4l416 -10024.3l417.5 -10024.2l419 -10024.1l420.5 -10024l422 -10023.9l423.6 -10023.7l425.1 -10023.6l426.6 -10023.5l428.1 -10023.4l429.6 -10023.3l431.1 -10023.1l432.6 -10023l434.1 -10022.9l435.6 -10022.8l437.1 -10022.7l438.6 -10022.5l440.1 -10022.4l441.6 -10022.3l443.1 -10022.2l444.6 -10022l446.1 -10021.9l447.6 -10021.8l449.1 -10021.7l450.6 -10021.5l452.1 -10021.4l453.6 -10021.3l455.1 -10021.1l456.6 -10021l458.1 -10020.9l459.6 -10020.8l461 -10020.7l462.5 -10020.5l464 -10020.4l465.5 -10020.3l467 -10020.2l468.4 -10020l469.9 -10019.9l471.4 -10019.8l472.9 -10019.6l474.4 -10019.5l475.8 -10019.3l477.3 -10019.2l478.8 -10019.1l480.2 -10019l481.7 -10018.8l483.2 -10018.7l484.6 -10018.6l486.1 -10018.5l487.6 -10018.3l489 -10018.2l490.5 -10018.1l491.9 -10017.9l493.4 -10017.8l494.9 -10017.6l496.3 -10017.5l497.8 -10017.4l499.2 -10017.3l500.7 -10017.1l502.1 -10017l503.6 -10016.9l505 -10016.7l506.5 -10016.6l507.9 -10016.5l509.4 -10016.3l510.8 -10016.2l512.2 -10016l513.7 -10015.9l515.1 -10015.7l516.6 -10015.6l518 -10015.5l519.4 -10015.4l520.9 -10015.2l522.3 -10015l523.7 -10014.9l525.1 -10014.8l526.6 -10014.7l528 -10014.5l529.4 -10014.4l530.8 -10014.2l532.3 -10014.1l533.7 -10014l535.1 -10013.8l536.5 -10013.7l537.9 -10013.5l539.4 -10013.4l540.8 -10013.2l542.2 -10013.1l543.6 -10013l545 -10012.8l546.4 -10012.7l547.8 -10012.5l549.2 -10012.4l550.6 -10012.3l552 -10012.1l553.4 -10011.9l554.8 -10011.8l556.2 -10011.7l557.6 -10011.5l559 -10011.4l560.4 -10011.2l561.8 -10011.1l563.2 -10011l564.6 -10010.8l566 -10010.7l567.4 -10010.5l568.7 -10010.4l570.1 -10010.2l571.5 -10010.1l572.9 -10009.9l574.3 -10009.8l575.6 -10009.7l577 -10009.5l578.4 -10009.4l579.8 -10009.2l581.1 -10009.1l582.5 -10008.9l583.9 -10008.8l585.2 -10008.6l586.6 -10008.5l588 -10008.3l589.3 -10008.2l590.7 -10008l592 -10007.9l593.4 -10007.7l594.8 -10007.6l596.1 -10007.4l597.5 -10007.3l598.8 -10007.1l600.2 -10007l601.5 -10006.8l602.9 -10006.7l604.2 -10006.5l605.6 -10006.4l606.9 -10006.2l608.2 -10006.1l609.6 -10005.9l610.9 -10005.8l612.2 -10005.6l613.6 -10005.5l614.9 -10005.3l616.2 -10005.2l617.6 -10005l618.9 -10004.9l620.2 -10004.7l621.5 -10004.6l622.9 -10004.4l624.2 -10004.3l625.5 -10004.1l626.8 -10004l628.1 -10003.8l629.5 -10003.7l630.8 -10003.5l632.1 -10003.4l633.4 -10003.2l634.7 -10003l636 -10002.9l637.3 -10002.8l638.6 -10002.6l639.9 -10002.4l641.2 -10002.3l642.5 -10002.1l643.8 -10002l645.1 -10001.8l646.4 -10001.6l647.7 -10001.5l649 -10001.4l650.3 -10001.2l651.6 -10001.1l652.8 -10000.9l654.1 -10000.8l655.4 -10000.6l656.7 -10000.4l658 -10000.3l659.3 -10000.1l660.5 -10000l661.8 -9999.8l663.1 -9999.7l664.3 -9999.5l665.6 -9999.4l666.9 -9999.2l668.1 -9999.1l669.4 -9998.9l670.7 -9998.7l671.9 -9998.6l673.2 -9998.4l674.4 -9998.3l675.7 -9998.1l676.9 -9998l678.2 -9997.8l679.5 -9997.7l680.7 -9997.5l681.9 -9997.3l683.2 -9997.2l684.4 -9997l685.7 -9996.9l686.9 -9996.7l688.1 -9996.6l689.4 -9996.4l690.6 -9996.2l691.8 -9996.1l693.1 -9995.9l694.3 -9995.8l695.5 -9995.6l696.8 -9995.5l698 -9995.3l699.2 -9995.2l700.4 -9995l701.6 -9994.8l702.9 -9994.7l704.1 -9994.5l705.3 -9994.4l706.5 -9994.2l707.7 -9994.1l708.9 -9993.9l710.1 -9993.7l711.3 -9993.6l712.5 -9993.4l713.7 -9993.3l714.9 -9993.1l716.1 -9993l717.3 -9992.8l718.5 -9992.7l719.7 -9992.5l720.9 -9992.3l722.1 -9992.2l723.3 -9992l724.4 -9991.9l725.6 -9991.7l726.8 -9991.6l728 -9991.4l729.2 -9991.2l730.3 -9991.1l731.5 -9990.9l732.7 -9990.8l733.8 -9990.6l735 -9990.5l736.2 -9990.3l737.3 -9990.1l738.5 -9990l739.7 -9989.8l740.8 -9989.7l742 -9989.5l743.1 -9989.4l744.3 -9989.2l745.4 -9989.1l746.6 -9988.9l747.7 -9988.7l748.9 -9988.6l750 -9988.4l751.1 -9988.3l752.3 -9988.1l753.4 -9988l754.5 -9987.8l755.7 -9987.6l756.8 -9987.5l757.9 -9987.3l759.1 -9987.2l760.2 -9987l761.3 -9986.9l762.4 -9986.7l763.6 -9986.6l764.7 -9986.4l765.8 -9986.3l766.9 -9986.1l768 -9985.9l769.1 -9985.8l770.2 -9985.6l771.3 -9985.5l772.4 -9985.3l773.5 -9985.2l774.6 -9985l775.7 -9984.9l776.8 -9984.7l777.9 -9984.5l779 -9984.4l780.1 -9984.2l781.2 -9984.1l782.3 -9983.9l783.4 -9983.8l784.5 -9983.6l785.5 -9983.5l786.6 -9983.3l787.7 -9983.1l788.8 -9983l789.8 -9982.9l790.9 -9982.7l792 -9982.5l793 -9982.4l794.1 -9982.2l795.2 -9982.1l796.2 -9981.9l797.3 -9981.8l798.3 -9981.6l799.4 -9981.5l800.5 -9981.3l801.5 -9981.1l802.6 -9981l803.6 -9980.9l804.6 -9980.7l805.7 -9980.6l806.7 -9980.4l807.8 -9980.3l808.8 -9980.1l809.8 -9980l810.9 -9979.8l811.9 -9979.7l812.9 -9979.5l814 -9979.4l815 -9979.2l816 -9979l817 -9978.9l818 -9978.8l819.1 -9978.6l820.1 -9978.5l821.1 -9978.3l822.1 -9978.2l823.1 -9978l824.1 -9977.9l825.1 -9977.7l826.1 -9977.6l827.1 -9977.4l828.1 -9977.3l829.1 -9977.1l830.1 -9976.9l831.1 -9976.8l832.1 -9976.7l833.1 -9976.5l834 -9976.4l835 -9976.2l836 -9976.1l837 -9975.9l838 -9975.8l838.9 -9975.6l839.9 -9975.5l840.9 -9975.4l841.9 -9975.2l842.8 -9975l843.8 -9974.9l844.7 -9974.8l845.7 -9974.6l846.7 -9974.5l847.6 -9974.3l848.6 -9974.2l849.5 -9974.1l850.5 -9973.9l851.4 -9973.8l852.4 -9973.6l853.3 -9973.5l854.3 -9973.3l855.2 -9973.2l856.1 -9973l857.1 -9972.9l858 -9972.8l858.9 -9972.6l859.9 -9972.5l860.8 -9972.3l861.7 -9972.2l862.6 -9972.1l863.5 -9971.9l864.5 -9971.7l865.4 -9971.6l866.3 -9971.5l867.2 -9971.4l868.1 -9971.2l869 -9971l869.9 -9970.9l870.8 -9970.8l871.7 -9970.7l872.6 -9970.5l873.5 -9970.4l874.4 -9970.2l875.3 -9970.1l876.2 -9970l877.1 -9969.8l878 -9969.7l878.9 -9969.5l879.7 -9969.4l880.6 -9969.3l881.5 -9969.1l882.4 -9969l883.2 -9968.9l884.1 -9968.7l885 -9968.6l885.8 -9968.5l886.7 -9968.3l887.6 -9968.2l888.4 -9968.1l889.3 -9967.9l890.1 -9967.8l891 -9967.7l891.8 -9967.5l892.7 -9967.4l893.5 -9967.3l894.4 -9967.1l895.2 -9967l896.1 -9966.9l896.9 -9966.7l897.7 -9966.6l898.6 -9966.5l899.4 -9966.3l900.2 -9966.2l901.1 -9966.1l901.9 -9965.9l902.7 -9965.8l903.5 -9965.7l904.3 -9965.5l905.2 -9965.4l906 -9965.3l906.8 -9965.2l907.6 -9965l908.4 -9964.9l909.2 -9964.8l910 -9964.7l910.8 -9964.5l911.6 -9964.4l912.4 -9964.3l913.2 -9964.1l914 -9964l914.8 -9963.9l915.5 -9963.7l916.3 -9963.6l917.1 -9963.5l917.9 -9963.4l918.7 -9963.2l919.4 -9963.1l920.2 -9963l921 -9962.9l921.8 -9962.8l922.5 -9962.6l923.3 -9962.5l924 -9962.4l924.8 -9962.3l925.6 -9962.1l926.3 -9962l927.1 -9961.9l927.8 -9961.8l928.6 -9961.7l929.3 -9961.5l930 -9961.4l930.8 -9961.3l931.5 -9961.2l932.3 -9961.1l933 -9961l933.7 -9960.9l934.5 -9960.7l935.2 -9960.6l935.9 -9960.5l936.6 -9960.4l937.4 -9960.3l938.1 -9960.2l938.8 -9960l939.5 -9959.9l940.2 -9959.8l940.9 -9959.7l941.6 -9959.6l942.3 -9959.4l943 -9959.4l943.7 -9959.2l944.4 -9959.1l945.1 -9959l945.8 -9958.9l946.5 -9958.8l947.2 -9958.7l947.9 -9958.6l948.6 -9958.4l949.2 -9958.4l949.9 -9958.3l950.6 -9958.1l951.3 -9958l951.9 -9957.9l952.6 -9957.8l953.3 -9957.7l954 -9957.6l954.6 -9957.5l955.3 -9957.4l955.9 -9957.3l956.6 -9957.2l957.2 -9957.1l957.9 -9956.9l958.5 -9956.9l959.2 -9956.8l959.8 -9956.7l960.5 -9956.6l961.1 -9956.4l961.8 -9956.3l962.4 -9956.2l963 -9956.1l963.6 -9956l964.3 -9955.9l964.9 -9955.8l965.5 -9955.7l966.1 -9955.6l966.8 -9955.5l967.4 -9955.4l968 -9955.3l968.6 -9955.2l969.2 -9955.1l969.8 -9955l970.4 -9955l971 -9954.9l971.6 -9954.8l972.2 -9954.6l972.8 -9954.6l973.4 -9954.5l974 -9954.4l974.6 -9954.2l975.2 -9954.2l975.8 -9954.1l976.3 -9954l976.9 -9953.9l977.5 -9953.8l978.1 -9953.7l978.6 -9953.6l979.2 -9953.5l979.8 -9953.5l980.3 -9953.3l980.9 -9953.3l981.5 -9953.2l982 -9953.1l982.6 -9953l983.1 -9952.9l983.7 -9952.8l984.2 -9952.7l984.8 -9952.7l985.3 -9952.5l985.8 -9952.5l986.4 -9952.4l986.9 -9952.3l987.4 -9952.2l988 -9952.1l988.5 -9952.1l989 -9952l989.6 -9951.9l990.1 -9951.8l990.6 -9951.7l991.1 -9951.6l991.6 -9951.6l992.1 -9951.5l992.7 -9951.4l993.2 -9951.3l993.7 -9951.2l994.2 -9951.2l88.3 -883.6"
id="path1946"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-99066.4 -5943660.8l9903.1 837l10002.1 845.2l10001.1 845l10000.1 844.8l9999.2 844.6l9998.2 844.4l9997.2 844.2l9996.3 844l9995.3 843.8l9994.3 843.7l9993.4 843.5l9992.4 843.3l9991.4 843.1l9990.4 842.9l9989.5 842.7l9988.5 842.6l9987.6 842.4l9986.6 842.2l9985.6 842.1l9984.6 841.9l9983.7 841.7l9982.7 841.6l9981.7 841.4l9980.8 841.2l9979.8 841.1l9978.8 840.9l9977.8 840.8l9976.9 840.6l9975.9 840.5l9974.9 840.3l9974 840.2l9973 840l9972 839.9l9971.1 839.8l9970.1 839.6l9969.1 839.5l9968.1 839.4l9967.2 839.2l9966.2 839.1l9865.7 830.6"
id="path1947"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-97799.7 -5953628.6l9482.2 802.3l10001.9 846.2l10000.9 846l9999.9 845.8l9999 845.6l9998 845.4l9997 845.2l9996.1 845l9995.1 844.8l9994.1 844.6l9993.2 844.4l9992.2 844.2l9991.2 844.1l9990.2 843.9l9989.3 843.7l9988.3 843.5l9987.4 843.4l9986.4 843.2l9985.4 843l9984.5 842.9l9983.5 842.7l9982.5 842.5l9981.5 842.4l9980.6 842.2l9979.6 842l9978.7 841.9l9977.7 841.7l9976.7 841.6l9975.8 841.4l9974.8 841.3l9973.8 841.2l9972.8 841l9971.9 840.9l9970.9 840.7l9970 840.6l9969 840.5l9968 840.3l9967 840.2l9966.1 840.1l9446.5 796.2"
id="path1948"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-96531.7 -5963596.1l9061 767.6l10001.7 847.1l10000.7 846.9l9999.7 846.7l9998.8 846.5l9997.8 846.3l9996.8 846.2l9995.9 846l9994.9 845.8l9994 845.6l9993 845.4l9992 845.2l9991.1 845l9990.1 844.8l9989.1 844.7l9988.2 844.5l9987.2 844.3l9986.2 844.2l9985.3 844l9984.3 843.8l9983.3 843.7l9982.4 843.5l9981.4 843.3l9980.5 843.2l9979.5 843l9978.5 842.9l9977.5 842.7l9976.6 842.6l9975.6 842.4l9974.7 842.3l9973.7 842.1l9972.7 842l9971.8 841.8l9970.8 841.7l9969.8 841.6l9968.8 841.4l9967.9 841.3l9966.9 841.2l9966 841l9027 761.8"
id="path1949"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-95262.3 -5973563.2l8639.3 732.7l10001.5 848.1l10000.5 847.9l9999.5 847.7l9998.6 847.5l9997.6 847.3l9996.6 847.1l9995.7 846.9l9994.7 846.7l9993.8 846.5l9992.8 846.4l9991.8 846.2l9990.9 846l9989.9 845.8l9989 845.6l9988 845.5l9987 845.3l9986 845.1l9985.1 844.9l9984.1 844.8l9983.2 844.6l9982.2 844.5l9981.2 844.3l9980.3 844.1l9979.3 844l9978.4 843.8l9977.4 843.7l9976.4 843.5l9975.5 843.4l9974.5 843.2l9973.5 843.1l9972.6 842.9l9971.6 842.8l9970.7 842.7l9969.7 842.5l9968.7 842.4l9967.8 842.3l9966.8 842.1l9965.8 842l8606.9 727.2"
id="path1950"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-93991.4 -5983530.1l8217.1 697.7l10001.2 849.1l10000.3 848.9l9999.3 848.7l9998.4 848.5l9997.4 848.3l9996.5 848.1l9995.5 847.9l9994.5 847.7l9993.6 847.5l9992.6 847.3l9991.7 847.1l9990.7 847l9989.7 846.8l9988.8 846.6l9987.8 846.4l9986.9 846.2l9985.9 846.1l9984.9 845.9l9984 845.7l9983 845.6l9982.1 845.4l9981.1 845.3l9980.1 845.1l9979.2 844.9l9978.2 844.8l9977.2 844.6l9976.3 844.5l9975.3 844.3l9974.4 844.2l9973.4 844.1l9972.4 843.9l9971.5 843.8l9970.5 843.6l9969.6 843.5l9968.6 843.4l9967.6 843.2l9966.7 843.1l9965.7 843l8186.4 692.4"
id="path1951"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-92719.1 -5993496.5l7794.5 662.6l10001 850l10000.1 849.8l9999.1 849.6l9998.2 849.4l9997.2 849.2l9996.3 849l9995.3 848.8l9994.3 848.6l9993.4 848.5l9992.4 848.3l9991.5 848.1l9990.5 847.9l9989.5 847.7l9988.6 847.6l9987.7 847.4l9986.7 847.2l9985.7 847l9984.8 846.9l9983.8 846.7l9982.9 846.5l9981.9 846.4l9980.9 846.2l9980 846.1l9979 845.9l9978.1 845.7l9977.1 845.6l9976.1 845.4l9975.2 845.3l9974.2 845.2l9973.3 845l9972.3 844.9l9971.3 844.7l9970.4 844.6l9969.4 844.5l9968.4 844.3l9967.5 844.2l9966.5 844.1l9965.6 843.9l7765.4 657.6"
id="path1952"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-91445.3 -6003462.7l7371.2 627.3l10000.8 851l9999.9 850.8l9998.9 850.6l9998 850.4l9997 850.2l9996.1 850l9995.1 849.8l9994.1 849.6l9993.2 849.4l9992.3 849.2l9991.3 849l9990.3 848.9l9989.4 848.7l9988.4 848.5l9987.5 848.3l9986.5 848.2l9985.5 848l9984.6 847.8l9983.7 847.7l9982.7 847.5l9981.7 847.3l9980.8 847.2l9979.8 847l9978.9 846.9l9977.9 846.7l9976.9 846.6l9976 846.4l9975 846.3l9974.1 846.1l9973.1 846l9972.1 845.8l9971.2 845.7l9970.2 845.6l9969.3 845.4l9968.3 845.3l9967.4 845.2l9966.4 845l9965.5 844.9l7343.9 622.6"
id="path1953"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-90170.2 -6013428.5l6947.7 591.9l10000.6 851.9l9999.7 851.7l9998.7 851.5l9997.8 851.3l9996.8 851.1l9995.9 850.9l9994.9 850.7l9993.9 850.6l9993 850.4l9992.1 850.2l9991.1 850l9990.2 849.8l9989.2 849.6l9988.3 849.5l9987.3 849.3l9986.3 849.1l9985.4 848.9l9984.4 848.8l9983.5 848.6l9982.5 848.5l9981.6 848.3l9980.6 848.1l9979.7 848l9978.7 847.8l9977.8 847.7l9976.8 847.5l9975.8 847.4l9974.9 847.2l9973.9 847.1l9973 846.9l9972 846.8l9971.1 846.7l9970.1 846.5l9969.2 846.4l9968.2 846.2l9967.2 846.1l9966.3 846l9965.3 845.9l6922 587.5"
id="path1954"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-88893.6 -6023394l6523.6 556.4l10000.4 852.9l9999.5 852.7l9998.5 852.5l9997.6 852.3l9996.6 852.1l9995.7 851.9l9994.7 851.7l9993.8 851.5l9992.8 851.3l9991.9 851.1l9990.9 851l9990 850.8l9989 850.6l9988.1 850.4l9987.1 850.2l9986.2 850.1l9985.2 849.9l9984.3 849.7l9983.3 849.6l9982.4 849.4l9981.4 849.2l9980.4 849.1l9979.5 848.9l9978.6 848.8l9977.6 848.6l9976.6 848.5l9975.7 848.3l9974.7 848.2l9973.8 848l9972.8 847.9l9971.9 847.7l9970.9 847.6l9970 847.5l9969 847.3l9968 847.2l9967.1 847.1l9966.2 846.9l9965.2 846.8l6499.6 552.3"
id="path1955"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-87615.6 -6033359.2l6099.1 520.8l10000.2 853.8l9999.3 853.6l9998.3 853.4l9997.4 853.2l9996.4 853l9995.5 852.8l9994.5 852.6l9993.6 852.5l9992.6 852.3l9991.7 852.1l9990.8 851.9l9989.8 851.7l9988.8 851.5l9987.9 851.4l9987 851.2l9986 851l9985 850.8l9984.1 850.7l9983.2 850.5l9982.2 850.4l9981.3 850.2l9980.3 850l9979.4 849.9l9978.4 849.7l9977.5 849.6l9976.5 849.4l9975.6 849.3l9974.6 849.1l9973.7 849l9972.7 848.8l9971.7 848.7l9970.8 848.6l9969.8 848.4l9968.9 848.3l9967.9 848.2l9967 848l9966 847.9l9965.1 847.8l6076.6 516.9"
id="path1956"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-68410.5 -1l.8 -10037.8l2.5 -10038.8l4.2 -10038.8l5.8 -10038.8l7.5 -10038.8l9.1 -10038.8l10.8 -10038.8l12.5 -10038.8l14.1 -10038.8l15.8 -10038.7l17.5 -10038.8l19.1 -10038.8l20.8 -10038.8l22.5 -10038.8l24.1 -10038.7l25.8 -10038.7l27.4 -10038.7l29.1 -10038.7l30.8 -10038.7l32.4 -10038.7l34.1 -10038.7l35.8 -10038.7l37.4 -10038.7l39.1 -10038.6l40.7 -10038.6l42.4 -10038.6l44.1 -10038.6l45.7 -10038.6l47.4 -10038.6l49.1 -10038.6l50.7 -10038.6l52.4 -10038.5l54 -10038.5l55.7 -10038.5l57.4 -10038.5l59 -10038.5l60.7 -10038.4l62.3 -10038.4l64 -10038.4l65.7 -10038.4l67.3 -10038.4l69 -10038.3l70.6 -10038.3l72.3 -10038.3l74 -10038.3l75.6 -10038.3l77.3 -10038.2l78.9 -10038.2l80.6 -10038.2l82.3 -10038.2l83.9 -10038.1l85.6 -10038.1l87.2 -10038.1l88.9 -10038.1l90.5 -10038l92.2 -10038l93.9 -10038l95.5 -10038l97.2 -10037.9l98.8 -10037.9l100.5 -10037.9l102.1 -10037.8l103.8 -10037.8l105.4 -10037.8l107.1 -10037.7l108.8 -10037.7l110.4 -10037.7l112.1 -10037.6l113.7 -10037.6l115.4 -10037.6l117 -10037.5l118.7 -10037.5l120.3 -10037.5l122 -10037.4l123.6 -10037.4l125.3 -10037.3l126.9 -10037.3l128.6 -10037.3l130.2 -10037.2l131.9 -10037.2l133.5 -10037.2l135.2 -10037.1l136.8 -10037l138.5 -10037l140.1 -10037l141.8 -10036.9l143.4 -10036.9l145.1 -10036.8l146.7 -10036.8l148.4 -10036.8l150 -10036.7l151.7 -10036.6l153.3 -10036.6l154.9 -10036.6l156.6 -10036.5l158.2 -10036.5l159.9 -10036.4l161.5 -10036.4l163.2 -10036.3l164.8 -10036.3l166.4 -10036.2l168.1 -10036.2l169.7 -10036.1l171.4 -10036.1l173 -10036l174.6 -10035.9l176.3 -10035.9l177.9 -10035.9l179.6 -10035.8l181.2 -10035.8l182.8 -10035.7l184.5 -10035.7l186.1 -10035.6l187.7 -10035.5l189.4 -10035.4l191 -10035.4l192.6 -10035.4l194.3 -10035.3l195.9 -10035.2l197.5 -10035.2l199.2 -10035.1l200.8 -10035.1l202.4 -10035l204.1 -10034.9l205.7 -10034.9l207.3 -10034.8l208.9 -10034.8l210.6 -10034.7l212.2 -10034.6l213.8 -10034.6l215.5 -10034.5l217.1 -10034.4l218.7 -10034.3l220.3 -10034.3l222 -10034.2l223.6 -10034.2l225.2 -10034.1l226.8 -10034l228.4 -10034l230.1 -10033.9l231.7 -10033.8l233.3 -10033.7l234.9 -10033.7l236.5 -10033.6l238.2 -10033.6l239.8 -10033.5l241.4 -10033.4l243 -10033.3l244.6 -10033.3l246.2 -10033.2l247.9 -10033.1l249.5 -10033l251.1 -10033l252.7 -10032.9l254.3 -10032.8l255.9 -10032.7l257.5 -10032.7l259.1 -10032.6l260.7 -10032.5l262.3 -10032.4l264 -10032.3l265.6 -10032.3l267.2 -10032.2l268.8 -10032.1l270.4 -10032l272 -10032l273.6 -10031.9l275.2 -10031.8l276.8 -10031.7l278.4 -10031.6l280 -10031.5l281.6 -10031.5l283.2 -10031.4l284.8 -10031.3l286.4 -10031.2l288 -10031.1l289.6 -10031l291.2 -10031l292.8 -10030.8l294.3 -10030.8l295.9 -10030.7l297.5 -10030.6l299.1 -10030.5l300.7 -10030.4l302.3 -10030.3l303.9 -10030.3l305.5 -10030.2l307.1 -10030l308.6 -10030l310.2 -10029.9l311.8 -10029.8l313.4 -10029.7l315 -10029.6l316.6 -10029.5l318.1 -10029.4l319.7 -10029.3l321.3 -10029.2l322.9 -10029.2l324.5 -10029.1l326 -10029l327.6 -10028.9l329.2 -10028.7l330.8 -10028.7l332.3 -10028.6l333.9 -10028.5l335.5 -10028.4l337 -10028.3l338.6 -10028.2l340.2 -10028.1l341.7 -10028l343.3 -10027.9l344.9 -10027.8l346.4 -10027.7l348 -10027.6l349.6 -10027.5l351.1 -10027.4l352.7 -10027.3l354.3 -10027.2l355.8 -10027.1l357.4 -10027l358.9 -10026.9l360.5 -10026.8l362 -10026.7l363.6 -10026.6l365.2 -10026.4l366.7 -10026.4l368.3 -10026.3l369.8 -10026.2l371.4 -10026l372.9 -10025.9l374.5 -10025.8l376 -10025.7l377.5 -10025.6l379.1 -10025.5l380.6 -10025.4l382.2 -10025.3l383.7 -10025.2l385.3 -10025l386.8 -10025l388.3 -10024.9l389.9 -10024.7l391.4 -10024.6l392.9 -10024.5l394.5 -10024.4l396 -10024.3l397.5 -10024.2l399.1 -10024l400.6 -10024l402.1 -10023.9l403.7 -10023.7l405.2 -10023.6l406.7 -10023.5l408.2 -10023.4l409.8 -10023.3l411.3 -10023.2l412.8 -10023.1l414.3 -10022.9l415.9 -10022.8l417.4 -10022.7l418.9 -10022.6l420.4 -10022.4l421.9 -10022.4l423.4 -10022.2l424.9 -10022.1l426.5 -10022l428 -10021.8l429.5 -10021.8l431 -10021.6l432.5 -10021.5l434 -10021.4l435.5 -10021.3l437 -10021.2l438.5 -10021l440 -10020.9l441.5 -10020.8l443 -10020.7l444.5 -10020.5l446 -10020.4l447.5 -10020.3l449 -10020.2l450.5 -10020.1l452 -10019.9l453.5 -10019.8l455 -10019.6l456.5 -10019.6l457.9 -10019.4l459.4 -10019.3l460.9 -10019.2l462.4 -10019l463.9 -10018.9l465.4 -10018.8l466.8 -10018.7l468.3 -10018.5l469.8 -10018.4l471.3 -10018.3l472.8 -10018.2l474.2 -10018l475.7 -10017.9l477.2 -10017.8l478.6 -10017.6l480.1 -10017.5l481.6 -10017.4l483 -10017.3l484.5 -10017.1l486 -10017l487.4 -10016.9l488.9 -10016.7l490.4 -10016.6l491.8 -10016.5l493.3 -10016.3l494.7 -10016.2l496.2 -10016.1l497.6 -10015.9l499.1 -10015.8l500.5 -10015.7l502 -10015.5l503.4 -10015.4l504.9 -10015.3l506.3 -10015.1l507.8 -10015l509.2 -10014.8l510.7 -10014.7l512.1 -10014.6l513.5 -10014.5l515 -10014.3l516.4 -10014.2l517.9 -10014.1l519.3 -10013.9l520.7 -10013.8l522.1 -10013.6l523.6 -10013.5l525 -10013.4l526.4 -10013.2l527.9 -10013.1l529.3 -10013l530.7 -10012.8l532.1 -10012.7l533.5 -10012.5l535 -10012.4l536.4 -10012.3l537.8 -10012.1l539.2 -10012l540.6 -10011.8l542 -10011.7l543.5 -10011.6l544.9 -10011.4l546.3 -10011.3l547.7 -10011.1l549.1 -10011l550.5 -10010.9l551.9 -10010.7l553.3 -10010.5l554.7 -10010.4l556.1 -10010.3l557.5 -10010.1l558.9 -10010l560.3 -10009.8l561.7 -10009.7l563 -10009.6l564.4 -10009.4l565.8 -10009.3l567.2 -10009.1l568.6 -10009l570 -10008.9l571.4 -10008.7l572.7 -10008.5l574.1 -10008.4l575.5 -10008.3l576.9 -10008.1l578.2 -10008l579.6 -10007.8l581 -10007.7l582.4 -10007.6l583.7 -10007.4l585.1 -10007.2l586.5 -10007.1l587.8 -10007l589.2 -10006.8l590.5 -10006.7l591.9 -10006.5l593.3 -10006.4l594.6 -10006.2l596 -10006.1l597.3 -10005.9l598.7 -10005.8l600 -10005.6l601.4 -10005.5l602.7 -10005.3l604.1 -10005.2l605.4 -10005l606.7 -10004.9l608.1 -10004.8l609.4 -10004.6l610.8 -10004.4l612.1 -10004.3l613.4 -10004.2l614.8 -10004l616.1 -10003.8l617.4 -10003.7l618.7 -10003.6l620.1 -10003.4l621.4 -10003.3l622.7 -10003.1l624 -10003l625.4 -10002.8l626.7 -10002.7l628 -10002.5l629.3 -10002.4l630.6 -10002.2l631.9 -10002.1l633.2 -10001.9l634.6 -10001.7l635.9 -10001.6l637.2 -10001.4l638.5 -10001.3l639.8 -10001.1l641.1 -10001l642.4 -10000.8l643.7 -10000.7l645 -10000.5l646.3 -10000.4l647.5 -10000.2l648.8 -10000.1l650.1 -9999.9l651.4 -9999.8l652.7 -9999.6l654 -9999.5l655.3 -9999.3l656.5 -9999.2l657.8 -9999l659.1 -9998.9l660.4 -9998.7l661.6 -9998.6l662.9 -9998.4l664.2 -9998.2l665.5 -9998.1l666.7 -9997.9l668 -9997.8l669.2 -9997.6l670.5 -9997.5l671.8 -9997.3l673 -9997.2l674.3 -9997l675.5 -9996.8l676.8 -9996.7l678 -9996.6l679.3 -9996.4l680.5 -9996.2l681.8 -9996.1l683 -9995.9l684.3 -9995.8l685.5 -9995.6l686.8 -9995.4l688 -9995.3l689.2 -9995.2l690.5 -9995l691.7 -9994.8l692.9 -9994.7l694.2 -9994.6l695.4 -9994.4l696.6 -9994.2l697.8 -9994.1l699 -9993.9l700.3 -9993.8l701.5 -9993.6l702.7 -9993.5l703.9 -9993.3l705.1 -9993.2l706.3 -9993l707.5 -9992.9l708.8 -9992.7l710 -9992.5l711.2 -9992.4l712.4 -9992.2l713.6 -9992.1l714.8 -9991.9l716 -9991.8l717.2 -9991.6l718.3 -9991.5l719.5 -9991.3l720.7 -9991.1l721.9 -9991l723.1 -9990.8l724.3 -9990.7l725.5 -9990.5l726.6 -9990.4l727.8 -9990.2l729 -9990.1l730.2 -9989.9l731.3 -9989.8l732.5 -9989.6l733.7 -9989.4l734.8 -9989.3l736 -9989.1l737.2 -9989l738.3 -9988.8l739.5 -9988.7l740.7 -9988.5l741.8 -9988.3l743 -9988.2l744.1 -9988.1l745.3 -9987.9l746.4 -9987.7l747.6 -9987.6l748.7 -9987.4l749.8 -9987.3l751 -9987.1l752.1 -9986.9l753.3 -9986.8l754.4 -9986.7l755.5 -9986.5l756.7 -9986.3l757.8 -9986.2l758.9 -9986.1l760 -9985.9l761.2 -9985.7l762.3 -9985.6l763.4 -9985.4l764.5 -9985.3l765.6 -9985.1l766.7 -9985l767.9 -9984.8l769 -9984.7l770.1 -9984.5l771.2 -9984.4l772.3 -9984.2l773.4 -9984.1l774.5 -9983.9l775.6 -9983.8l776.7 -9983.6l777.8 -9983.4l778.9 -9983.3l780 -9983.2l781.1 -9983l782.1 -9982.8l783.2 -9982.7l784.3 -9982.5l785.4 -9982.4l786.5 -9982.2l787.5 -9982.1l788.6 -9981.9l789.7 -9981.8l790.8 -9981.6l791.8 -9981.5l792.9 -9981.3l794 -9981.2l795 -9981l796.1 -9980.9l797.1 -9980.7l798.2 -9980.6l799.3 -9980.4l800.3 -9980.3l801.4 -9980.1l802.4 -9980l803.4 -9979.8l804.5 -9979.7l805.5 -9979.5l806.6 -9979.3l807.6 -9979.2l808.7 -9979.1l809.7 -9978.9l810.7 -9978.8l811.7 -9978.6l812.8 -9978.5l813.8 -9978.3l814.8 -9978.2l815.8 -9978l816.9 -9977.9l817.9 -9977.7l818.9 -9977.6l819.9 -9977.5l820.9 -9977.3l821.9 -9977.2l823 -9977l824 -9976.9l825 -9976.7l826 -9976.6l827 -9976.4l828 -9976.3l829 -9976.1l829.9 -9976l830.9 -9975.8l831.9 -9975.7l832.9 -9975.5l833.9 -9975.4l834.9 -9975.3l835.9 -9975.1l836.8 -9975l837.8 -9974.8l838.8 -9974.6l839.8 -9974.5l840.7 -9974.4l841.7 -9974.2l842.7 -9974.1l843.6 -9974l844.6 -9973.8l845.6 -9973.7l846.5 -9973.5l847.5 -9973.4l848.4 -9973.2l849.4 -9973.1l850.3 -9973l851.3 -9972.8l852.2 -9972.6l853.2 -9972.5l854.1 -9972.4l855.1 -9972.3l856 -9972.1l856.9 -9972l857.9 -9971.8l858.8 -9971.7l859.7 -9971.6l860.6 -9971.4l861.6 -9971.3l862.5 -9971.1l863.4 -9971l864.3 -9970.8l865.2 -9970.7l866.2 -9970.6l867.1 -9970.4l868 -9970.3l868.9 -9970.1l869.8 -9970l870.7 -9969.9l871.6 -9969.8l872.5 -9969.6l873.4 -9969.5l874.3 -9969.3l875.2 -9969.2l876.1 -9969.1l876.9 -9968.9l877.8 -9968.8l878.7 -9968.7l879.6 -9968.5l880.5 -9968.4l881.4 -9968.2l882.2 -9968.1l883.1 -9968l884 -9967.9l884.8 -9967.7l885.7 -9967.6l886.6 -9967.5l887.4 -9967.3l888.3 -9967.2l889.1 -9967l890 -9966.9l890.9 -9966.8l891.7 -9966.7l892.6 -9966.5l893.4 -9966.4l894.2 -9966.3l895.1 -9966.1l895.9 -9966l896.8 -9965.9l897.6 -9965.8l898.4 -9965.6l899.3 -9965.5l900.1 -9965.3l900.9 -9965.2l901.7 -9965.1l902.6 -9965l903.4 -9964.9l904.2 -9964.7l905 -9964.6l905.8 -9964.5l906.6 -9964.4l907.5 -9964.2l908.3 -9964.1l909.1 -9964l909.9 -9963.8l910.7 -9963.7l911.5 -9963.6l912.3 -9963.5l913.1 -9963.4l913.8 -9963.2l914.6 -9963.1l915.4 -9963l916.2 -9962.9l917 -9962.7l917.8 -9962.6l918.5 -9962.5l919.3 -9962.4l920.1 -9962.3l920.9 -9962.1l921.6 -9962l922.4 -9961.9l923.2 -9961.8l923.9 -9961.7l924.7 -9961.5l925.4 -9961.4l926.2 -9961.3l926.9 -9961.2l927.7 -9961.1l928.4 -9960.9l929.2 -9960.8l929.9 -9960.7l930.7 -9960.6l931.4 -9960.5l932.1 -9960.3l932.9 -9960.2l933.6 -9960.1l934.3 -9960l935.1 -9959.9l935.8 -9959.8l936.5 -9959.7l937.2 -9959.6l938 -9959.4l938.7 -9959.3l939.4 -9959.2l940.1 -9959.1l940.8 -9959l941.5 -9958.9l942.2 -9958.7l942.9 -9958.7l943.6 -9958.6l944.3 -9958.4l945 -9958.3l945.7 -9958.2l946.4 -9958.1l947.1 -9958l947.8 -9957.9l948.5 -9957.8l949.1 -9957.7l949.8 -9957.6l950.5 -9957.5l951.2 -9957.4l951.8 -9957.2l952.5 -9957.1l953.2 -9957l953.8 -9956.9l954.5 -9956.8l955.2 -9956.7l955.8 -9956.6l956.5 -9956.5l957.1 -9956.4l957.8 -9956.3l958.4 -9956.2l959.1 -9956.1l959.7 -9956l960.4 -9955.9l961 -9955.8l961.6 -9955.7l962.3 -9955.6l962.9 -9955.5l963.5 -9955.4l964.2 -9955.3l964.8 -9955.2l965.4 -9955.1l966 -9955l966.7 -9954.9l967.3 -9954.8l967.9 -9954.7l968.5 -9954.6l969.1 -9954.5l969.7 -9954.4l970.3 -9954.3l970.9 -9954.3l971.5 -9954.2l972.1 -9954l972.7 -9954l973.3 -9953.9l973.9 -9953.8l974.5 -9953.7l975.1 -9953.6l975.7 -9953.5l976.2 -9953.4l976.8 -9953.3l977.4 -9953.2l978 -9953.2l978.5 -9953.1l979.1 -9953l979.7 -9952.9l980.2 -9952.8l980.8 -9952.7l981.4 -9952.6l981.9 -9952.5l982.5 -9952.4l983 -9952.4l983.6 -9952.3l984.1 -9952.2l984.7 -9952.1l985.2 -9952l985.8 -9951.9l986.3 -9951.9l986.8 -9951.8l987.4 -9951.7l987.9 -9951.6l988.4 -9951.5l989 -9951.5l989.5 -9951.4l990 -9951.3l990.5 -9951.2l991 -9951.1l991.5 -9951.1l992.1 -9950.9l992.6 -9950.9l993.1 -9950.8l993.6 -9950.7l994.1 -9950.7l133.8 -1339.3"
id="path1957"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-86336.3 -6043324.1l5674.1 485.1l10000 854.8l9999.1 854.6l9998.1 854.4l9997.2 854.2l9996.2 854l9995.3 853.8l9994.4 853.6l9993.4 853.4l9992.5 853.2l9991.5 853l9990.6 852.9l9989.6 852.7l9988.6 852.5l9987.7 852.3l9986.8 852.1l9985.8 852l9984.9 851.8l9983.9 851.6l9983 851.5l9982 851.3l9981.1 851.1l9980.1 851l9979.2 850.8l9978.3 850.7l9977.3 850.5l9976.3 850.4l9975.4 850.2l9974.5 850.1l9973.5 849.9l9972.6 849.8l9971.6 849.6l9970.7 849.5l9969.7 849.4l9968.8 849.2l9967.8 849.1l9966.9 849l9965.9 848.9l9965 848.7l5653.3 481.5"
id="path1958"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-58372.5 -1l.8 -10036.1l2.5 -10037.1l4.2 -10037.1l5.8 -10037.1l7.5 -10037.1l9.1 -10037.1l10.8 -10037.1l12.5 -10037.1l14.1 -10037.1l15.8 -10037.1l17.5 -10037.1l19.1 -10037.1l20.8 -10037.1l22.5 -10037.1l24.1 -10037.1l25.8 -10037.1l27.4 -10037.1l29.1 -10037.1l30.8 -10037l32.4 -10037l34.1 -10037l35.7 -10037l37.4 -10037l39.1 -10037l40.7 -10037l42.4 -10037l44.1 -10037l45.7 -10036.9l47.4 -10036.9l49 -10036.9l50.7 -10036.9l52.4 -10036.9l54 -10036.8l55.7 -10036.9l57.3 -10036.8l59 -10036.8l60.7 -10036.8l62.3 -10036.8l64 -10036.8l65.6 -10036.7l67.3 -10036.7l69 -10036.7l70.6 -10036.7l72.3 -10036.7l73.9 -10036.6l75.6 -10036.6l77.3 -10036.6l78.9 -10036.6l80.6 -10036.5l82.2 -10036.5l83.9 -10036.5l85.5 -10036.5l87.2 -10036.4l88.9 -10036.4l90.5 -10036.4l92.2 -10036.3l93.8 -10036.3l95.5 -10036.3l97.1 -10036.3l98.8 -10036.2l100.5 -10036.2l102.1 -10036.2l103.8 -10036.1l105.4 -10036.1l107.1 -10036.1l108.7 -10036.1l110.4 -10036l112 -10036l113.7 -10035.9l115.3 -10035.9l117 -10035.9l118.6 -10035.8l120.3 -10035.8l121.9 -10035.7l123.6 -10035.7l125.2 -10035.7l126.9 -10035.7l128.5 -10035.6l130.2 -10035.5l131.8 -10035.5l133.5 -10035.5l135.1 -10035.5l136.8 -10035.4l138.4 -10035.4l140.1 -10035.3l141.7 -10035.3l143.4 -10035.2l145 -10035.2l146.7 -10035.2l148.3 -10035.1l150 -10035.1l151.6 -10035l153.3 -10035l154.9 -10034.9l156.5 -10034.9l158.2 -10034.8l159.8 -10034.8l161.5 -10034.7l163.1 -10034.7l164.7 -10034.6l166.4 -10034.6l168 -10034.5l169.7 -10034.5l171.3 -10034.4l172.9 -10034.4l174.6 -10034.3l176.2 -10034.3l177.9 -10034.2l179.5 -10034.2l181.1 -10034.1l182.8 -10034l184.4 -10034l186 -10034l187.7 -10033.9l189.3 -10033.8l190.9 -10033.8l192.6 -10033.7l194.2 -10033.7l195.8 -10033.6l197.5 -10033.5l199.1 -10033.5l200.7 -10033.4l202.4 -10033.4l204 -10033.3l205.6 -10033.3l207.3 -10033.2l208.9 -10033.1l210.5 -10033.1l212.1 -10033l213.8 -10032.9l215.4 -10032.9l217 -10032.8l218.6 -10032.7l220.3 -10032.7l221.9 -10032.6l223.5 -10032.6l225.1 -10032.5l226.8 -10032.4l228.4 -10032.3l230 -10032.3l231.6 -10032.2l233.2 -10032.1l234.9 -10032.1l236.5 -10032l238.1 -10031.9l239.7 -10031.9l241.3 -10031.8l242.9 -10031.7l244.5 -10031.6l246.2 -10031.6l247.8 -10031.5l249.4 -10031.4l251 -10031.4l252.6 -10031.3l254.2 -10031.2l255.8 -10031.1l257.4 -10031.1l259.1 -10031l260.7 -10030.9l262.3 -10030.8l263.9 -10030.7l265.5 -10030.7l267.1 -10030.6l268.7 -10030.5l270.3 -10030.4l271.9 -10030.4l273.5 -10030.3l275.1 -10030.2l276.7 -10030.1l278.3 -10030l279.9 -10029.9l281.5 -10029.9l283.1 -10029.8l284.7 -10029.7l286.3 -10029.6l287.9 -10029.5l289.5 -10029.4l291.1 -10029.4l292.7 -10029.2l294.3 -10029.2l295.9 -10029.1l297.4 -10029l299 -10028.9l300.6 -10028.8l302.2 -10028.8l303.8 -10028.7l305.4 -10028.6l307 -10028.5l308.6 -10028.4l310.1 -10028.3l311.7 -10028.2l313.3 -10028.1l314.9 -10028l316.5 -10027.9l318 -10027.9l319.6 -10027.8l321.2 -10027.6l322.8 -10027.6l324.4 -10027.5l325.9 -10027.4l327.5 -10027.3l329.1 -10027.2l330.7 -10027.1l332.2 -10027l333.8 -10026.9l335.4 -10026.8l336.9 -10026.7l338.5 -10026.6l340.1 -10026.5l341.7 -10026.4l343.2 -10026.3l344.8 -10026.2l346.3 -10026.1l347.9 -10026l349.5 -10025.9l351 -10025.8l352.6 -10025.7l354.2 -10025.6l355.7 -10025.5l357.3 -10025.4l358.8 -10025.3l360.4 -10025.2l361.9 -10025.1l363.5 -10025l365 -10024.9l366.6 -10024.8l368.2 -10024.7l369.7 -10024.6l371.2 -10024.5l372.8 -10024.4l374.3 -10024.3l375.9 -10024.2l377.4 -10024.1l379 -10023.9l380.5 -10023.9l382.1 -10023.8l383.6 -10023.6l385.1 -10023.5l386.7 -10023.4l388.2 -10023.3l389.8 -10023.2l391.3 -10023.1l392.8 -10023l394.4 -10022.9l395.9 -10022.8l397.4 -10022.7l399 -10022.5l400.5 -10022.4l402 -10022.3l403.6 -10022.2l405.1 -10022.1l406.6 -10022l408.1 -10021.9l409.7 -10021.8l411.2 -10021.6l412.7 -10021.5l414.2 -10021.4l415.7 -10021.3l417.3 -10021.2l418.8 -10021.1l420.3 -10020.9l421.8 -10020.8l423.3 -10020.7l424.8 -10020.6l426.3 -10020.5l427.9 -10020.3l429.4 -10020.2l430.9 -10020.1l432.4 -10020l433.9 -10019.9l435.4 -10019.8l436.9 -10019.7l438.4 -10019.5l439.9 -10019.4l441.4 -10019.3l442.9 -10019.2l444.4 -10019l445.9 -10018.9l447.4 -10018.8l448.9 -10018.7l450.4 -10018.6l451.9 -10018.4l453.4 -10018.3l454.8 -10018.2l456.3 -10018.1l457.8 -10017.9l459.3 -10017.8l460.8 -10017.7l462.3 -10017.5l463.8 -10017.4l465.2 -10017.3l466.7 -10017.2l468.2 -10017l469.7 -10016.9l471.1 -10016.8l472.6 -10016.7l474.1 -10016.6l475.6 -10016.4l477 -10016.3l478.5 -10016.2l480 -10016.1l481.4 -10015.9l482.9 -10015.8l484.4 -10015.7l485.8 -10015.5l487.3 -10015.4l488.8 -10015.2l490.2 -10015.1l491.7 -10015l493.1 -10014.9l494.6 -10014.7l496.1 -10014.6l497.5 -10014.5l499 -10014.4l500.4 -10014.2l501.9 -10014.1l503.3 -10014l504.8 -10013.8l506.2 -10013.7l507.6 -10013.6l509.1 -10013.4l510.5 -10013.3l512 -10013.2l513.4 -10013l514.8 -10012.9l516.3 -10012.8l517.7 -10012.6l519.2 -10012.5l520.6 -10012.4l522 -10012.2l523.4 -10012.1l524.9 -10011.9l526.3 -10011.8l527.7 -10011.6l529.1 -10011.5l530.6 -10011.4l532 -10011.3l533.4 -10011.1l534.8 -10011l536.2 -10010.8l537.7 -10010.7l539.1 -10010.6l540.5 -10010.4l541.9 -10010.3l543.3 -10010.2l544.7 -10010l546.1 -10009.9l547.5 -10009.7l548.9 -10009.6l550.3 -10009.5l551.7 -10009.3l553.1 -10009.1l554.5 -10009l555.9 -10008.9l557.3 -10008.8l558.7 -10008.6l560.1 -10008.4l561.5 -10008.3l562.9 -10008.2l564.3 -10008l565.7 -10007.9l567.1 -10007.7l568.4 -10007.6l569.8 -10007.5l571.2 -10007.3l572.6 -10007.2l574 -10007l575.3 -10006.9l576.7 -10006.8l578.1 -10006.6l579.5 -10006.4l580.8 -10006.3l582.2 -10006.2l583.6 -10006l584.9 -10005.9l586.3 -10005.8l587.7 -10005.6l589 -10005.5l590.4 -10005.3l591.7 -10005.1l593.1 -10005l594.5 -10004.9l595.8 -10004.7l597.2 -10004.6l598.5 -10004.4l599.9 -10004.3l601.2 -10004.1l602.6 -10004l603.9 -10003.8l605.3 -10003.7l606.6 -10003.6l607.9 -10003.4l609.3 -10003.3l610.6 -10003.1l611.9 -10003l613.3 -10002.8l614.6 -10002.7l615.9 -10002.5l617.3 -10002.4l618.6 -10002.2l619.9 -10002.1l621.2 -10001.9l622.6 -10001.8l623.9 -10001.6l625.2 -10001.5l626.5 -10001.3l627.8 -10001.2l629.2 -10001l630.5 -10000.9l631.8 -10000.7l633.1 -10000.6l634.4 -10000.4l635.7 -10000.3l637 -10000.1l638.3 -10000l639.6 -9999.8l640.9 -9999.7l642.2 -9999.5l643.5 -9999.4l644.8 -9999.2l646.1 -9999.1l647.4 -9998.9l648.7 -9998.8l650 -9998.6l651.3 -9998.5l652.5 -9998.3l653.8 -9998.2l655.1 -9998l656.4 -9997.9l657.7 -9997.7l658.9 -9997.6l660.2 -9997.4l661.5 -9997.3l662.8 -9997.1l664 -9996.9l665.3 -9996.8l666.6 -9996.7l667.8 -9996.5l669.1 -9996.3l670.4 -9996.2l671.6 -9996.1l672.9 -9995.9l674.1 -9995.8l675.4 -9995.6l676.6 -9995.5l677.9 -9995.3l679.1 -9995.2l680.4 -9995l681.6 -9994.8l682.9 -9994.7l684.1 -9994.5l685.4 -9994.4l686.6 -9994.2l687.8 -9994.1l689.1 -9993.9l690.3 -9993.8l691.5 -9993.6l692.8 -9993.5l694 -9993.3l695.2 -9993.2l696.4 -9993l697.7 -9992.8l698.9 -9992.7l700.1 -9992.6l701.3 -9992.4l702.5 -9992.3l703.8 -9992.1l705 -9991.9l706.2 -9991.8l707.4 -9991.6l708.6 -9991.5l709.8 -9991.3l711 -9991.2l712.2 -9991l713.4 -9990.9l714.6 -9990.7l715.8 -9990.6l717 -9990.4l718.2 -9990.3l719.4 -9990.1l720.6 -9990l721.8 -9989.8l722.9 -9989.7l724.1 -9989.5l725.3 -9989.3l726.5 -9989.2l727.7 -9989l728.8 -9988.9l730 -9988.7l731.2 -9988.6l732.4 -9988.4l733.5 -9988.3l734.7 -9988.1l735.9 -9987.9l737 -9987.8l738.2 -9987.7l739.3 -9987.5l740.5 -9987.4l741.7 -9987.2l742.8 -9987.1l744 -9986.9l745.1 -9986.8l746.3 -9986.6l747.4 -9986.5l748.5 -9986.3l749.7 -9986.1l750.8 -9986l752 -9985.8l753.1 -9985.7l754.2 -9985.5l755.4 -9985.4l756.5 -9985.2l757.6 -9985.1l758.8 -9984.9l759.9 -9984.8l761 -9984.6l762.1 -9984.4l763.3 -9984.3l764.4 -9984.2l765.5 -9984l766.6 -9983.8l767.7 -9983.7l768.8 -9983.6l769.9 -9983.4l771 -9983.3l772.1 -9983.1l773.2 -9983l774.3 -9982.8l775.4 -9982.7l776.5 -9982.5l777.6 -9982.3l778.7 -9982.2l779.8 -9982.1l780.9 -9981.9l782 -9981.7l783.1 -9981.6l784.2 -9981.5l785.2 -9981.3l786.3 -9981.2l787.4 -9981l788.5 -9980.9l789.5 -9980.7l790.6 -9980.6l791.7 -9980.4l792.7 -9980.3l793.8 -9980.1l794.9 -9980l795.9 -9979.8l797 -9979.6l798 -9979.5l799.1 -9979.4l800.2 -9979.2l801.2 -9979l802.3 -9978.9l803.3 -9978.8l804.3 -9978.6l805.4 -9978.5l806.4 -9978.3l807.5 -9978.2l808.5 -9978l809.5 -9977.9l810.6 -9977.7l811.6 -9977.6l812.6 -9977.5l813.7 -9977.3l814.7 -9977.2l815.7 -9977l816.7 -9976.9l817.7 -9976.7l818.8 -9976.6l819.8 -9976.4l820.8 -9976.3l821.8 -9976.1l822.8 -9976l823.8 -9975.9l824.8 -9975.7l825.8 -9975.6l826.8 -9975.4l827.8 -9975.3l828.8 -9975.1l829.8 -9975l830.8 -9974.8l831.8 -9974.7l832.8 -9974.6l833.8 -9974.4l834.7 -9974.3l835.7 -9974.1l836.7 -9974l837.7 -9973.8l838.7 -9973.7l839.6 -9973.6l840.6 -9973.4l841.6 -9973.3l842.5 -9973.1l843.5 -9973l844.5 -9972.9l845.4 -9972.7l846.4 -9972.6l847.3 -9972.4l848.3 -9972.3l849.2 -9972.2l850.2 -9972l851.1 -9971.9l852.1 -9971.7l853 -9971.6l854 -9971.5l854.9 -9971.3l855.8 -9971.1l856.8 -9971l857.7 -9970.9l858.6 -9970.8l859.6 -9970.6l860.5 -9970.5l861.4 -9970.3l862.4 -9970.2l863.3 -9970.1l864.2 -9969.9l865.1 -9969.8l866 -9969.7l866.9 -9969.5l867.8 -9969.4l868.7 -9969.2l869.7 -9969.1l870.6 -9969l871.5 -9968.9l872.4 -9968.7l873.3 -9968.6l874.1 -9968.4l875 -9968.3l875.9 -9968.2l876.8 -9968l877.7 -9967.9l878.6 -9967.8l879.5 -9967.6l880.3 -9967.5l881.2 -9967.4l882.1 -9967.3l883 -9967.1l883.8 -9967l884.7 -9966.8l885.6 -9966.7l886.4 -9966.6l887.3 -9966.5l888.2 -9966.3l889 -9966.2l889.9 -9966.1l890.7 -9965.9l891.6 -9965.8l892.4 -9965.7l893.3 -9965.6l894.1 -9965.4l895 -9965.3l895.8 -9965.2l896.6 -9965l897.5 -9964.9l898.3 -9964.8l899.1 -9964.7l900 -9964.5l900.8 -9964.4l901.6 -9964.3l902.4 -9964.2l903.3 -9964l904.1 -9963.9l904.9 -9963.8l905.7 -9963.7l906.5 -9963.5l907.3 -9963.4l908.1 -9963.3l908.9 -9963.2l909.7 -9963l910.5 -9962.9l911.3 -9962.8l912.1 -9962.7l912.9 -9962.6l913.7 -9962.4l914.5 -9962.3l915.3 -9962.2l916.1 -9962.1l916.9 -9962l917.6 -9961.8l918.4 -9961.7l919.2 -9961.6l920 -9961.5l920.7 -9961.4l921.5 -9961.2l922.3 -9961.1l923 -9961l923.8 -9960.9l924.6 -9960.8l925.3 -9960.6l926.1 -9960.5l926.8 -9960.4l927.6 -9960.3l928.3 -9960.2l929.1 -9960l929.8 -9960l930.6 -9959.8l931.3 -9959.7l932 -9959.6l932.8 -9959.5l933.5 -9959.4l934.2 -9959.3l935 -9959.2l935.7 -9959l936.4 -9958.9l937.1 -9958.8l937.8 -9958.7l938.6 -9958.6l939.3 -9958.5l940 -9958.4l940.7 -9958.3l941.4 -9958.2l942.1 -9958l942.8 -9958l943.5 -9957.9l944.2 -9957.7l944.9 -9957.6l945.6 -9957.5l946.3 -9957.4l947 -9957.3l947.7 -9957.2l948.3 -9957.1l949 -9957l949.7 -9956.9l950.4 -9956.8l951.1 -9956.7l951.7 -9956.6l952.4 -9956.5l953.1 -9956.4l953.7 -9956.3l954.4 -9956.1l955.1 -9956.1l955.7 -9956l956.4 -9955.9l957 -9955.8l957.7 -9955.6l958.3 -9955.6l959 -9955.5l959.6 -9955.4l960.3 -9955.3l960.9 -9955.1l961.6 -9955.1l962.2 -9955l962.8 -9954.9l963.4 -9954.7l964.1 -9954.7l964.7 -9954.6l965.3 -9954.5l965.9 -9954.4l966.6 -9954.3l967.2 -9954.2l967.8 -9954.1l968.4 -9954l969 -9953.9l969.6 -9953.8l970.2 -9953.7l970.8 -9953.7l971.4 -9953.6l972 -9953.4l972.6 -9953.4l973.2 -9953.3l973.8 -9953.2l974.4 -9953.1l975 -9953l975.6 -9952.9l976.2 -9952.8l976.7 -9952.8l977.3 -9952.6l977.9 -9952.6l978.5 -9952.5l979 -9952.4l979.6 -9952.3l980.2 -9952.2l980.7 -9952.1l981.3 -9952.1l981.8 -9952l982.4 -9951.9l982.9 -9951.8l983.5 -9951.7l984 -9951.6l984.6 -9951.6l985.1 -9951.5l985.7 -9951.4l986.2 -9951.3l986.8 -9951.2l918.1 -9254.2"
id="path1959"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-48336.2 -1l.8 -10034.5l2.5 -10035.5l4.2 -10035.5l5.8 -10035.5l7.5 -10035.5l9.1 -10035.4l10.8 -10035.5l12.5 -10035.5l14.1 -10035.5l15.8 -10035.4l17.5 -10035.4l19.1 -10035.4l20.8 -10035.4l22.4 -10035.4l24.1 -10035.4l25.8 -10035.4l27.4 -10035.4l29.1 -10035.4l30.8 -10035.4l32.4 -10035.4l34.1 -10035.4l35.7 -10035.4l37.4 -10035.3l39.1 -10035.3l40.7 -10035.3l42.4 -10035.3l44 -10035.3l45.7 -10035.3l47.4 -10035.3l49 -10035.3l50.7 -10035.2l52.3 -10035.2l54 -10035.2l55.7 -10035.2l57.3 -10035.2l59 -10035.2l60.6 -10035.1l62.3 -10035.1l64 -10035.1l65.6 -10035.1l67.3 -10035.1l68.9 -10035l70.6 -10035l72.3 -10035l73.9 -10035l75.6 -10035l77.2 -10034.9l78.9 -10034.9l80.6 -10034.9l82.2 -10034.9l83.9 -10034.8l85.5 -10034.8l87.2 -10034.8l88.8 -10034.8l90.5 -10034.7l92.1 -10034.7l93.8 -10034.7l95.5 -10034.6l97.1 -10034.6l98.8 -10034.6l100.4 -10034.6l102.1 -10034.5l103.7 -10034.5l105.4 -10034.5l107 -10034.4l108.7 -10034.4l110.3 -10034.4l112 -10034.3l113.7 -10034.3l115.3 -10034.3l117 -10034.2l118.6 -10034.2l120.3 -10034.2l121.9 -10034.1l123.6 -10034.1l125.2 -10034l126.9 -10034l128.5 -10034l130.2 -10033.9l131.8 -10033.9l133.5 -10033.9l135.1 -10033.8l136.7 -10033.7l138.4 -10033.7l140 -10033.7l141.7 -10033.6l143.3 -10033.6l145 -10033.5l146.6 -10033.5l148.3 -10033.5l149.9 -10033.4l151.6 -10033.3l153.2 -10033.3l154.8 -10033.3l156.5 -10033.2l158.1 -10033.2l159.8 -10033.1l161.4 -10033.1l163.1 -10033.1l164.7 -10033l166.3 -10032.9l168 -10032.9l169.6 -10032.9l171.3 -10032.8l172.9 -10032.8l174.5 -10032.7l176.2 -10032.6l177.8 -10032.6l179.4 -10032.5l181.1 -10032.5l182.7 -10032.4l184.4 -10032.4l186 -10032.3l187.6 -10032.3l189.3 -10032.2l190.9 -10032.2l192.5 -10032.1l194.2 -10032l195.8 -10032l197.4 -10031.9l199 -10031.9l200.7 -10031.8l202.3 -10031.7l203.9 -10031.7l205.6 -10031.6l207.2 -10031.6l208.8 -10031.5l210.4 -10031.4l212.1 -10031.3l213.7 -10031.3l215.3 -10031.3l217 -10031.2l218.6 -10031.1l220.2 -10031.1l221.8 -10031l223.4 -10030.9l225.1 -10030.9l226.7 -10030.8l228.3 -10030.7l229.9 -10030.7l231.5 -10030.6l233.2 -10030.5l234.8 -10030.5l236.4 -10030.4l238 -10030.3l239.6 -10030.2l241.2 -10030.1l242.9 -10030.1l244.5 -10030l246.1 -10030l247.7 -10029.9l249.3 -10029.8l250.9 -10029.7l252.5 -10029.7l254.1 -10029.6l255.8 -10029.5l257.4 -10029.4l259 -10029.4l260.6 -10029.3l262.2 -10029.2l263.8 -10029.1l265.4 -10029.1l267 -10029l268.6 -10028.9l270.2 -10028.8l271.8 -10028.8l273.4 -10028.7l275 -10028.6l276.6 -10028.5l278.2 -10028.4l279.8 -10028.3l281.4 -10028.3l283 -10028.2l284.6 -10028.1l286.2 -10028l287.8 -10027.9l289.4 -10027.9l291 -10027.8l292.6 -10027.7l294.2 -10027.6l295.8 -10027.5l297.4 -10027.4l298.9 -10027.3l300.5 -10027.2l302.1 -10027.2l303.7 -10027.1l305.3 -10027l306.9 -10026.9l308.5 -10026.8l310.1 -10026.7l311.6 -10026.6l313.2 -10026.5l314.8 -10026.4l316.4 -10026.4l318 -10026.3l319.5 -10026.2l321.1 -10026.1l322.7 -10026l324.3 -10025.9l325.8 -10025.8l327.4 -10025.7l329 -10025.6l330.6 -10025.5l332.1 -10025.4l333.7 -10025.3l335.3 -10025.2l336.8 -10025.2l338.4 -10025.1l340 -10025l341.6 -10024.9l343.1 -10024.7l344.7 -10024.7l346.2 -10024.6l347.8 -10024.5l349.4 -10024.4l350.9 -10024.2l352.5 -10024.2l354.1 -10024.1l355.6 -10024l357.2 -10023.8l358.7 -10023.8l360.3 -10023.7l361.8 -10023.6l363.4 -10023.5l364.9 -10023.3l366.5 -10023.3l368 -10023.2l369.6 -10023.1l371.1 -10022.9l372.7 -10022.8l374.2 -10022.7l375.8 -10022.6l377.3 -10022.5l378.9 -10022.4l380.4 -10022.3l382 -10022.2l383.5 -10022.1l385 -10022l386.6 -10021.9l388.1 -10021.8l389.7 -10021.7l391.2 -10021.6l392.7 -10021.4l394.3 -10021.3l395.8 -10021.2l397.3 -10021.1l398.9 -10021l400.4 -10020.9l401.9 -10020.8l403.4 -10020.7l405 -10020.6l406.5 -10020.4l408 -10020.3l409.5 -10020.2l411.1 -10020.1l412.6 -10020l414.1 -10019.9l415.6 -10019.8l417.1 -10019.7l418.7 -10019.6l420.2 -10019.4l421.7 -10019.3l423.2 -10019.2l424.7 -10019.1l426.2 -10019l427.7 -10018.8l429.2 -10018.7l430.8 -10018.6l432.3 -10018.5l433.8 -10018.4l435.3 -10018.3l436.8 -10018.2l438.3 -10018l439.8 -10017.9l441.3 -10017.8l442.8 -10017.7l444.3 -10017.6l445.8 -10017.4l447.3 -10017.3l448.8 -10017.2l450.2 -10017.1l451.7 -10016.9l453.2 -10016.8l454.7 -10016.7l456.2 -10016.6l457.7 -10016.5l459.2 -10016.3l460.7 -10016.2l462.1 -10016.1l463.6 -10016l465.1 -10015.8l466.6 -10015.7l468.1 -10015.6l469.5 -10015.5l471 -10015.3l472.5 -10015.2l474 -10015.1l475.4 -10014.9l476.9 -10014.8l478.4 -10014.7l479.9 -10014.6l481.3 -10014.4l482.8 -10014.3l484.3 -10014.2l485.7 -10014.1l487.2 -10013.9l488.6 -10013.8l490.1 -10013.7l491.6 -10013.6l493 -10013.4l494.5 -10013.3l495.9 -10013.2l497.4 -10013l498.8 -10012.9l500.3 -10012.8l501.7 -10012.6l503.2 -10012.5l504.6 -10012.4l506.1 -10012.3l507.5 -10012.1l509 -10012l510.4 -10011.9l511.8 -10011.7l513.3 -10011.6l514.7 -10011.4l516.1 -10011.3l517.6 -10011.2l519 -10011.1l520.4 -10010.9l521.9 -10010.8l523.3 -10010.7l524.7 -10010.5l526.2 -10010.4l527.6 -10010.2l529 -10010.1l530.4 -10010l531.9 -10009.8l533.3 -10009.7l534.7 -10009.5l536.1 -10009.4l537.5 -10009.3l538.9 -10009.2l540.3 -10009l541.8 -10008.9l543.2 -10008.7l544.6 -10008.6l546 -10008.5l547.4 -10008.3l548.8 -10008.2l550.2 -10008.1l551.6 -10007.9l553 -10007.7l554.4 -10007.6l555.8 -10007.5l557.2 -10007.4l558.6 -10007.2l560 -10007l561.4 -10006.9l562.8 -10006.8l564.2 -10006.7l565.5 -10006.5l566.9 -10006.3l568.3 -10006.2l569.7 -10006.1l571.1 -10006l572.4 -10005.8l573.8 -10005.7l575.2 -10005.5l576.6 -10005.4l578 -10005.2l579.3 -10005.1l580.7 -10005l582.1 -10004.8l583.4 -10004.7l584.8 -10004.5l586.2 -10004.4l587.5 -10004.2l588.9 -10004.1l590.2 -10004l591.6 -10003.8l593 -10003.7l594.3 -10003.5l595.7 -10003.4l597 -10003.2l598.4 -10003.1l599.7 -10002.9l601.1 -10002.8l602.4 -10002.7l603.8 -10002.5l605.1 -10002.4l606.4 -10002.2l607.8 -10002.1l609.1 -10001.9l610.5 -10001.7l611.8 -10001.6l613.1 -10001.5l614.5 -10001.3l615.8 -10001.2l617.1 -10001.1l618.5 -10000.9l619.8 -10000.8l621.1 -10000.6l622.4 -10000.4l623.7 -10000.3l625.1 -10000.2l626.4 -10000l627.7 -9999.8l629 -9999.7l630.3 -9999.6l631.6 -9999.4l632.9 -9999.3l634.3 -9999.1l635.6 -9999l636.9 -9998.8l638.2 -9998.7l639.5 -9998.5l640.8 -9998.4l642.1 -9998.2l643.4 -9998.1l644.7 -9997.9l646 -9997.8l647.2 -9997.7l648.5 -9997.5l649.8 -9997.4l651.1 -9997.2l652.4 -9997l653.7 -9996.9l655 -9996.8l656.2 -9996.6l657.5 -9996.4l658.8 -9996.3l660.1 -9996.2l661.3 -9996l662.6 -9995.9l663.9 -9995.7l665.2 -9995.6l666.4 -9995.4l667.7 -9995.3l668.9 -9995.1l670.2 -9995l671.5 -9994.8l672.7 -9994.7l674 -9994.5l675.2 -9994.3l676.5 -9994.2l677.7 -9994.1l679 -9993.9l680.2 -9993.7l681.5 -9993.6l682.7 -9993.5l684 -9993.3l685.2 -9993.2l686.4 -9993l687.7 -9992.9l688.9 -9992.7l690.2 -9992.5l691.4 -9992.4l692.6 -9992.2l693.8 -9992.1l695.1 -9991.9l696.3 -9991.8l697.5 -9991.6l698.7 -9991.5l700 -9991.3l701.2 -9991.2l702.4 -9991l703.6 -9990.9l704.8 -9990.7l706 -9990.6l707.2 -9990.4l708.4 -9990.3l709.7 -9990.1l710.9 -9990l712.1 -9989.8l713.3 -9989.7l714.5 -9989.5l715.7 -9989.4l716.8 -9989.2l718 -9989.1l719.2 -9988.9l720.4 -9988.8l721.6 -9988.6l722.8 -9988.5l724 -9988.3l725.2 -9988.1l726.3 -9988l727.5 -9987.9l728.7 -9987.7l729.9 -9987.5l731 -9987.4l732.2 -9987.3l733.4 -9987.1l734.5 -9987l735.7 -9986.8l736.9 -9986.7l738 -9986.5l739.2 -9986.4l740.3 -9986.2l741.5 -9986l742.7 -9985.9l743.8 -9985.8l745 -9985.6l746.1 -9985.4l747.3 -9985.3l748.4 -9985.2l749.5 -9985l750.7 -9984.9l751.8 -9984.7l753 -9984.6l754.1 -9984.4l755.2 -9984.3l756.4 -9984.1l757.5 -9984l758.6 -9983.8l759.7 -9983.7l760.9 -9983.5l762 -9983.3l763.1 -9983.2l764.2 -9983.1l765.3 -9982.9l766.4 -9982.7l767.6 -9982.6l768.7 -9982.5l769.8 -9982.3l770.9 -9982.2l772 -9982l773.1 -9981.9l774.2 -9981.7l775.3 -9981.6l776.4 -9981.4l777.5 -9981.2l778.6 -9981.1l779.7 -9981l780.8 -9980.8l781.8 -9980.6l782.9 -9980.5l784 -9980.4l785.1 -9980.2l786.2 -9980.1l787.2 -9979.9l788.3 -9979.8l789.4 -9979.6l790.5 -9979.5l791.5 -9979.3l792.6 -9979.2l793.7 -9979.1l794.7 -9978.9l795.8 -9978.8l796.8 -9978.6l797.9 -9978.5l799 -9978.3l800 -9978.2l801.1 -9978l802.1 -9977.9l803.2 -9977.7l804.2 -9977.6l805.2 -9977.4l806.3 -9977.3l807.3 -9977.2l808.4 -9977l809.4 -9976.9l810.4 -9976.7l811.5 -9976.6l812.5 -9976.4l813.5 -9976.3l814.5 -9976.1l815.6 -9976l816.6 -9975.9l817.6 -9975.7l818.6 -9975.6l819.6 -9975.4l820.6 -9975.2l821.7 -9975.1l822.7 -9975l823.7 -9974.9l824.7 -9974.7l825.7 -9974.6l826.7 -9974.4l827.7 -9974.3l828.7 -9974.1l829.7 -9974l830.7 -9973.9l831.6 -9973.7l832.6 -9973.6l833.6 -9973.4l834.6 -9973.3l835.6 -9973.2l836.6 -9973l837.5 -9972.9l838.5 -9972.7l839.5 -9972.6l840.5 -9972.5l841.4 -9972.3l842.4 -9972.1l843.4 -9972l844.3 -9971.9l845.3 -9971.8l846.2 -9971.6l847.2 -9971.4l848.2 -9971.3l849.1 -9971.2l850.1 -9971.1l851 -9970.9l851.9 -9970.8l852.9 -9970.7l853.8 -9970.5l854.8 -9970.4l855.7 -9970.2l856.6 -9970.1l857.6 -9970l858.5 -9969.8l859.4 -9969.7l860.4 -9969.5l861.3 -9969.4l862.2 -9969.3l863.1 -9969.2l864.1 -9969l865 -9968.9l865.9 -9968.8l866.8 -9968.6l867.7 -9968.5l868.6 -9968.3l869.5 -9968.2l870.4 -9968.1l871.3 -9968l872.2 -9967.8l873.1 -9967.7l874 -9967.6l874.9 -9967.4l875.8 -9967.3l876.7 -9967.1l877.6 -9967l878.5 -9966.9l879.3 -9966.8l880.2 -9966.6l881.1 -9966.5l882 -9966.4l882.8 -9966.2l883.7 -9966.1l884.6 -9966l885.4 -9965.9l886.3 -9965.7l887.2 -9965.6l888 -9965.5l888.9 -9965.3l889.7 -9965.2l890.6 -9965.1l891.5 -9965l892.3 -9964.8l893.1 -9964.7l894 -9964.6l894.8 -9964.5l895.7 -9964.3l896.5 -9964.2l897.4 -9964.1l898.2 -9964l899 -9963.8l899.8 -9963.7l900.7 -9963.6l901.5 -9963.5l902.3 -9963.3l903.1 -9963.2l904 -9963.1l904.8 -9963l905.6 -9962.9l906.4 -9962.7l907.2 -9962.6l908 -9962.5l908.8 -9962.4l909.6 -9962.2l910.4 -9962.1l911.2 -9962l912 -9961.9l912.8 -9961.8l913.6 -9961.6l914.4 -9961.5l915.2 -9961.4l916 -9961.3l916.7 -9961.2l917.5 -9961.1l918.3 -9960.9l919.1 -9960.8l919.9 -9960.7l920.6 -9960.6l921.4 -9960.5l922.2 -9960.3l922.9 -9960.2l923.7 -9960.1l924.4 -9960l925.2 -9959.9l926 -9959.8l926.7 -9959.7l927.5 -9959.6l928.2 -9959.4l929 -9959.3l929.7 -9959.2l930.4 -9959.1l931.2 -9959l931.9 -9958.9l932.7 -9958.8l933.4 -9958.7l934.1 -9958.6l934.8 -9958.4l935.6 -9958.3l936.3 -9958.2l937 -9958.1l937.7 -9958l938.5 -9957.9l939.2 -9957.8l939.9 -9957.7l940.6 -9957.6l941.3 -9957.5l942 -9957.3l942.7 -9957.3l943.4 -9957.2l944.1 -9957l944.8 -9956.9l945.5 -9956.8l946.2 -9956.7l946.9 -9956.6l947.6 -9956.5l948.2 -9956.4l948.9 -9956.3l949.6 -9956.2l950.3 -9956.1l951 -9956l951.6 -9955.9l952.3 -9955.8l953 -9955.7l953.6 -9955.6l954.3 -9955.5l955 -9955.4l955.6 -9955.3l956.3 -9955.2l956.9 -9955.1l957.6 -9955l958.2 -9954.9l958.9 -9954.8l959.5 -9954.7l960.2 -9954.6l960.8 -9954.5l961.5 -9954.4l962.1 -9954.3l962.7 -9954.2l963.4 -9954.1l964 -9954.1l964.6 -9954l965.2 -9953.9l965.9 -9953.8l966.5 -9953.7l967.1 -9953.6l967.7 -9953.5l968.3 -9953.4l968.9 -9953.3l969.5 -9953.2l970.1 -9953.1l970.7 -9953l971.3 -9953l971.9 -9952.8l972.5 -9952.8l973.1 -9952.7l973.7 -9952.6l974.3 -9952.5l974.9 -9952.4l975.5 -9952.3l595.9 -6077.2"
id="path1960"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-38301.6 -1l.8 -10032.8l2.5 -10033.8l4.2 -10033.8l5.8 -10033.8l7.5 -10033.8l9.1 -10033.8l10.8 -10033.8l12.5 -10033.8l14.1 -10033.8l15.8 -10033.8l17.5 -10033.8l19.1 -10033.8l20.8 -10033.8l22.4 -10033.8l24.1 -10033.7l25.8 -10033.8l27.4 -10033.7l29.1 -10033.7l30.7 -10033.7l32.4 -10033.7l34.1 -10033.7l35.7 -10033.7l37.4 -10033.7l39 -10033.6l40.7 -10033.7l42.4 -10033.7l44 -10033.6l45.7 -10033.6l47.4 -10033.6l49 -10033.6l50.7 -10033.6l52.3 -10033.6l54 -10033.5l55.7 -10033.5l57.3 -10033.5l59 -10033.5l60.6 -10033.4l62.3 -10033.5l63.9 -10033.4l65.6 -10033.4l67.3 -10033.4l68.9 -10033.4l70.6 -10033.4l72.2 -10033.3l73.9 -10033.3l75.6 -10033.3l77.2 -10033.2l78.9 -10033.3l80.5 -10033.2l82.2 -10033.2l83.8 -10033.1l85.5 -10033.2l87.2 -10033.1l88.8 -10033.1l90.5 -10033.1l92.1 -10033l93.8 -10033l95.4 -10033l97.1 -10033l98.7 -10032.9l100.4 -10032.9l102 -10032.9l103.7 -10032.8l105.4 -10032.8l107 -10032.7l108.7 -10032.7l110.3 -10032.7l112 -10032.7l113.6 -10032.6l115.3 -10032.6l116.9 -10032.6l118.6 -10032.5l120.2 -10032.5l121.9 -10032.4l123.5 -10032.4l125.2 -10032.4l126.8 -10032.4l128.5 -10032.3l130.1 -10032.3l131.8 -10032.2l133.4 -10032.2l135.1 -10032.2l136.7 -10032.1l138.4 -10032.1l140 -10032l141.6 -10032l143.3 -10032l144.9 -10031.9l146.6 -10031.9l148.2 -10031.8l149.9 -10031.8l151.5 -10031.7l153.2 -10031.7l154.8 -10031.6l156.4 -10031.6l158.1 -10031.6l159.7 -10031.5l161.4 -10031.5l163 -10031.4l164.7 -10031.4l166.3 -10031.3l167.9 -10031.3l169.6 -10031.2l171.2 -10031.2l172.8 -10031.1l174.5 -10031l176.1 -10031l177.8 -10031l179.4 -10030.9l181 -10030.9l182.7 -10030.8l184.3 -10030.7l185.9 -10030.7l187.6 -10030.6l189.2 -10030.5l190.8 -10030.5l192.5 -10030.5l194.1 -10030.4l195.7 -10030.4l197.4 -10030.3l199 -10030.2l200.6 -10030.2l202.2 -10030.1l203.9 -10030l205.5 -10030l207.1 -10029.9l208.8 -10029.9l210.4 -10029.8l212 -10029.7l213.6 -10029.7l215.3 -10029.6l216.9 -10029.6l218.5 -10029.5l220.1 -10029.4l221.8 -10029.4l223.4 -10029.3l225 -10029.2l226.6 -10029.1l228.2 -10029.1l229.9 -10029l231.5 -10029l233.1 -10028.9l234.7 -10028.8l236.3 -10028.8l237.9 -10028.7l239.6 -10028.6l241.2 -10028.5l242.8 -10028.5l244.4 -10028.4l246 -10028.3l247.6 -10028.3l249.2 -10028.2l250.9 -10028.1l252.5 -10028.1l254.1 -10028l255.7 -10027.9l257.3 -10027.8l258.9 -10027.8l260.5 -10027.7l262.1 -10027.6l263.7 -10027.5l265.3 -10027.5l266.9 -10027.4l268.5 -10027.3l270.1 -10027.2l271.7 -10027.1l273.3 -10027.1l274.9 -10027l276.5 -10026.9l278.1 -10026.8l279.7 -10026.8l281.3 -10026.7l282.9 -10026.6l284.5 -10026.5l286.1 -10026.4l287.7 -10026.3l289.3 -10026.3l290.9 -10026.2l292.5 -10026.1l294.1 -10026l295.7 -10025.9l297.3 -10025.8l298.9 -10025.8l300.4 -10025.6l302 -10025.6l303.6 -10025.5l305.2 -10025.4l306.8 -10025.3l308.4 -10025.2l310 -10025.1l311.5 -10025.1l313.1 -10025l314.7 -10024.8l316.3 -10024.8l317.9 -10024.7l319.4 -10024.6l321 -10024.5l322.6 -10024.4l324.2 -10024.3l325.8 -10024.2l327.3 -10024.1l328.9 -10024l330.5 -10024l332 -10023.9l333.6 -10023.8l335.2 -10023.6l336.8 -10023.6l338.3 -10023.5l339.9 -10023.4l341.5 -10023.3l343 -10023.2l344.6 -10023.1l346.2 -10023l347.7 -10022.9l349.3 -10022.8l350.8 -10022.7l352.4 -10022.6l354 -10022.5l355.5 -10022.4l357.1 -10022.3l358.6 -10022.2l360.2 -10022.1l361.7 -10022l363.3 -10021.9l364.8 -10021.8l366.4 -10021.7l367.9 -10021.6l369.5 -10021.5l371 -10021.4l372.6 -10021.3l374.1 -10021.2l375.7 -10021.1l377.2 -10021l378.8 -10020.9l380.3 -10020.8l381.9 -10020.7l383.4 -10020.6l384.9 -10020.4l386.5 -10020.4l388 -10020.2l389.5 -10020.1l391.1 -10020l392.6 -10019.9l394.2 -10019.8l395.7 -10019.7l397.2 -10019.6l398.7 -10019.5l400.3 -10019.4l401.8 -10019.3l403.3 -10019.2l404.9 -10019l406.4 -10018.9l407.9 -10018.8l409.4 -10018.7l411 -10018.6l412.5 -10018.5l414 -10018.3l415.5 -10018.3l417 -10018.1l418.5 -10018l420.1 -10017.9l421.6 -10017.8l423.1 -10017.7l424.6 -10017.6l426.1 -10017.5l427.6 -10017.3l429.1 -10017.2l430.6 -10017.1l432.1 -10017l433.6 -10016.8l435.2 -10016.8l436.7 -10016.6l438.2 -10016.5l439.7 -10016.4l441.2 -10016.3l442.7 -10016.2l444.2 -10016.1l445.6 -10015.9l447.1 -10015.8l448.6 -10015.7l450.1 -10015.6l451.6 -10015.5l453.1 -10015.3l454.6 -10015.2l456.1 -10015.1l457.6 -10015l459.1 -10014.9l460.5 -10014.7l462 -10014.6l463.5 -10014.5l465 -10014.4l466.5 -10014.2l467.9 -10014.1l469.4 -10014l470.9 -10013.9l472.4 -10013.7l473.8 -10013.6l475.3 -10013.5l476.8 -10013.4l478.3 -10013.2l479.7 -10013.1l481.2 -10013l482.7 -10012.9l484.1 -10012.7l485.6 -10012.6l487 -10012.5l488.5 -10012.3l490 -10012.2l491.4 -10012.1l492.9 -10012l494.3 -10011.8l495.8 -10011.7l497.2 -10011.6l498.7 -10011.5l500.1 -10011.3l501.6 -10011.2l503 -10011.1l504.5 -10010.9l505.9 -10010.8l507.4 -10010.7l508.8 -10010.5l510.3 -10010.4l511.7 -10010.3l513.1 -10010.2l514.6 -10010l516 -10009.9l517.4 -10009.8l518.9 -10009.6l520.3 -10009.5l521.7 -10009.3l523.2 -10009.2l524.6 -10009.1l526 -10009l527.5 -10008.8l528.9 -10008.7l530.3 -10008.6l531.7 -10008.4l533.1 -10008.3l534.6 -10008.1l536 -10008l537.4 -10007.9l538.8 -10007.7l540.2 -10007.6l541.6 -10007.5l543 -10007.3l544.4 -10007.2l545.9 -10007.1l547.3 -10006.9l548.7 -10006.8l550.1 -10006.7l551.5 -10006.5l552.9 -10006.3l554.3 -10006.2l555.7 -10006.1l557.1 -10006l558.4 -10005.8l559.8 -10005.7l561.2 -10005.5l562.6 -10005.4l564 -10005.3l565.4 -10005.1l566.8 -10005l568.2 -10004.9l569.5 -10004.7l570.9 -10004.6l572.3 -10004.4l573.7 -10004.3l575.1 -10004.2l576.4 -10004l577.8 -10003.9l579.2 -10003.7l580.6 -10003.6l581.9 -10003.4l583.3 -10003.3l584.7 -10003.1l586 -10003l587.4 -10002.9l588.7 -10002.7l590.1 -10002.6l591.5 -10002.4l592.8 -10002.3l594.2 -10002.2l595.5 -10002l596.9 -10001.9l598.2 -10001.7l599.6 -10001.6l600.9 -10001.5l602.3 -10001.3l603.6 -10001.1l605 -10001l606.3 -10000.9l607.6 -10000.7l609 -10000.6l610.3 -10000.4l611.7 -10000.3l613 -10000.2l614.3 -10000l615.6 -9999.8l617 -9999.7l618.3 -9999.6l619.6 -9999.4l621 -9999.3l622.3 -9999.1l623.6 -9999l624.9 -9998.9l626.2 -9998.7l627.6 -9998.5l628.9 -9998.4l630.2 -9998.3l631.5 -9998.1l632.8 -9998l634.1 -9997.8l635.4 -9997.7l636.7 -9997.5l638 -9997.4l639.3 -9997.2l640.6 -9997.1l641.9 -9996.9l643.2 -9996.8l644.5 -9996.7l645.8 -9996.5l647.1 -9996.4l648.4 -9996.2l649.7 -9996.1l651 -9995.9l652.2 -9995.7l653.5 -9995.6l654.8 -9995.5l656.1 -9995.3l657.4 -9995.1l658.6 -9995l659.9 -9994.9l661.2 -9994.7l662.5 -9994.6l663.7 -9994.4l665 -9994.3l666.3 -9994.1l667.5 -9994l668.8 -9993.8l670.1 -9993.7l671.3 -9993.5l672.6 -9993.4l673.8 -9993.3l675.1 -9993.1l676.3 -9993l677.6 -9992.8l678.8 -9992.7l680.1 -9992.5l681.3 -9992.4l682.6 -9992.2l683.8 -9992.1l685.1 -9991.9l686.3 -9991.7l687.5 -9991.6l688.8 -9991.5l690 -9991.3l691.2 -9991.1l692.5 -9991l693.7 -9990.9l694.9 -9990.7l696.1 -9990.6l697.4 -9990.4l698.6 -9990.3l699.8 -9990.1l701 -9990l702.2 -9989.8l703.5 -9989.6l704.7 -9989.5l705.9 -9989.4l707.1 -9989.2l708.3 -9989l709.5 -9988.9l710.7 -9988.8l711.9 -9988.6l713.1 -9988.5l714.3 -9988.3l715.5 -9988.2l716.7 -9988l717.9 -9987.9l719.1 -9987.7l720.3 -9987.6l721.5 -9987.4l722.6 -9987.3l723.8 -9987.1l725 -9987l726.2 -9986.8l727.4 -9986.7l728.5 -9986.5l729.7 -9986.4l730.9 -9986.2l732.1 -9986.1l733.2 -9985.9l734.4 -9985.8l735.6 -9985.6l736.7 -9985.5l737.9 -9985.3l739 -9985.2l740.2 -9985.1l741.4 -9984.9l742.5 -9984.8l743.7 -9984.6l744.8 -9984.5l746 -9984.3l747.1 -9984.2l748.2 -9984l749.4 -9983.9l750.5 -9983.7l751.7 -9983.5l752.8 -9983.4l753.9 -9983.3l755.1 -9983.1l756.2 -9982.9l757.3 -9982.8l758.5 -9982.7l759.6 -9982.5l760.7 -9982.4l761.8 -9982.2l763 -9982.1l764.1 -9981.9l765.2 -9981.8l766.3 -9981.6l767.4 -9981.5l768.5 -9981.4l769.6 -9981.2l770.7 -9981.1l771.8 -9980.9l772.9 -9980.8l774 -9980.6l775.1 -9980.5l776.2 -9980.3l777.3 -9980.1l778.4 -9980l779.5 -9979.9l780.6 -9979.7l781.7 -9979.6l782.8 -9979.4l783.9 -9979.3l784.9 -9979.2l786 -9979l787.1 -9978.8l788.2 -9978.7l789.2 -9978.6l790.3 -9978.4l791.4 -9978.2l792.4 -9978.1l793.5 -9978l794.6 -9977.8l795.6 -9977.7l796.7 -9977.5l797.8 -9977.4l798.8 -9977.3l799.9 -9977.1l800.9 -9976.9l802 -9976.8l803 -9976.7l804.1 -9976.5l805.1 -9976.4l806.1 -9976.2l807.2 -9976.1l808.2 -9976l809.2 -9975.8l810.3 -9975.7l811.3 -9975.5l812.3 -9975.4l813.4 -9975.3l814.4 -9975.1l815.4 -9974.9l816.4 -9974.8l817.5 -9974.7l818.5 -9974.6l819.5 -9974.4l820.5 -9974.2l821.5 -9974.1l822.5 -9974l823.5 -9973.8l824.5 -9973.7l825.5 -9973.6l826.5 -9973.4l827.5 -9973.3l828.5 -9973.1l829.5 -9973l830.5 -9972.9l831.5 -9972.7l832.5 -9972.6l833.5 -9972.4l834.5 -9972.3l835.4 -9972.2l836.4 -9972l837.4 -9971.9l838.4 -9971.7l839.3 -9971.6l840.3 -9971.5l841.3 -9971.3l842.3 -9971.2l843.2 -9971.1l844.2 -9970.9l845.1 -9970.8l846.1 -9970.7l847.1 -9970.5l848 -9970.4l849 -9970.3l849.9 -9970.1l850.9 -9970l851.8 -9969.8l852.8 -9969.7l853.7 -9969.6l854.6 -9969.4l855.6 -9969.3l856.5 -9969.2l857.4 -9969l858.4 -9968.9l859.3 -9968.8l860.2 -9968.6l861.2 -9968.5l862.1 -9968.4l863 -9968.2l863.9 -9968.1l864.8 -9968l865.8 -9967.8l866.7 -9967.7l867.6 -9967.6l868.5 -9967.4l869.4 -9967.3l870.3 -9967.2l871.2 -9967.1l872.1 -9966.9l873 -9966.8l873.9 -9966.7l874.8 -9966.5l875.7 -9966.4l876.6 -9966.2l877.4 -9966.1l878.3 -9966l879.2 -9965.9l880.1 -9965.8l881 -9965.6l881.8 -9965.5l882.7 -9965.4l883.6 -9965.2l884.5 -9965.1l885.3 -9965l886.2 -9964.9l887 -9964.7l887.9 -9964.6l888.8 -9964.5l889.6 -9964.4l890.5 -9964.2l891.3 -9964.1l892.2 -9964l893 -9963.9l893.9 -9963.7l894.7 -9963.6l895.6 -9963.5l896.4 -9963.3l897.2 -9963.3l898.1 -9963.1l898.9 -9963l899.7 -9962.9l900.5 -9962.8l901.4 -9962.6l902.2 -9962.5l903 -9962.4l903.8 -9962.2l904.7 -9962.2l905.5 -9962l906.3 -9961.9l907.1 -9961.8l907.9 -9961.7l908.7 -9961.6l909.5 -9961.4l910.3 -9961.3l911.1 -9961.2l911.9 -9961.1l912.7 -9961l913.5 -9960.9l914.3 -9960.7l915.1 -9960.6l915.8 -9960.5l916.6 -9960.4l917.4 -9960.3l918.2 -9960.1l919 -9960l919.7 -9959.9l920.5 -9959.8l921.3 -9959.7l922 -9959.6l922.8 -9959.5l923.6 -9959.4l924.3 -9959.3l925.1 -9959.1l925.8 -9959l926.6 -9958.9l927.4 -9958.8l928.1 -9958.7l928.8 -9958.6l929.6 -9958.5l930.3 -9958.4l931.1 -9958.3l931.8 -9958.1l932.5 -9958l933.3 -9957.9l934 -9957.8l934.7 -9957.7l935.5 -9957.6l936.2 -9957.5l936.9 -9957.4l937.6 -9957.3l938.3 -9957.2l939.1 -9957l939.8 -9957l940.5 -9956.9l941.2 -9956.8l941.9 -9956.6l942.6 -9956.6l943.3 -9956.5l944 -9956.3l944.7 -9956.2l945.4 -9956.1l946.1 -9956l946.8 -9955.9l947.5 -9955.8l948.1 -9955.7l948.8 -9955.6l949.5 -9955.5l950.2 -9955.4l950.9 -9955.3l951.5 -9955.2l952.2 -9955.1l952.9 -9955l953.5 -9954.9l954.2 -9954.8l954.9 -9954.8l955.5 -9954.7l956.2 -9954.6l956.8 -9954.5l957.5 -9954.3l958.1 -9954.3l958.8 -9954.2l959.4 -9954.1l960.1 -9954l960.7 -9953.9l961.4 -9953.8l962 -9953.7l962.6 -9953.6l963.3 -9953.5l38.4 -396.5"
id="path1961"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-28268.6 -1l.8 -10031.1l2.5 -10032.2l4.2 -10032.1l5.8 -10032.1l7.5 -10032.1l9.1 -10032.1l10.8 -10032.1l12.5 -10032.1l14.1 -10032.1l15.8 -10032.1l17.4 -10032.1l19.1 -10032.1l20.8 -10032.1l22.4 -10032.1l24.1 -10032.1l25.8 -10032.1l27.4 -10032.1l29.1 -10032.1l30.7 -10032l32.4 -10032.1l34.1 -10032l35.7 -10032l37.4 -10032l39 -10032l40.7 -10032l42.4 -10032l44 -10032l45.7 -10031.9l47.3 -10032l49 -10031.9l50.7 -10031.9l52.3 -10031.9l54 -10031.9l55.6 -10031.9l57.3 -10031.9l59 -10031.8l60.6 -10031.8l62.3 -10031.8l63.9 -10031.8l65.6 -10031.8l67.2 -10031.7l68.9 -10031.7l70.6 -10031.7l72.2 -10031.7l73.9 -10031.7l75.5 -10031.6l77.2 -10031.6l78.8 -10031.6l80.5 -10031.6l82.2 -10031.5l83.8 -10031.5l85.5 -10031.5l87.1 -10031.5l88.8 -10031.4l90.4 -10031.4l92.1 -10031.4l93.7 -10031.4l95.4 -10031.3l97.1 -10031.3l98.7 -10031.2l100.4 -10031.2l102 -10031.2l103.7 -10031.2l105.3 -10031.2l107 -10031.1l108.6 -10031.1l110.3 -10031.1l111.9 -10031l113.6 -10031l115.2 -10031l116.9 -10030.9l118.5 -10030.9l120.2 -10030.9l121.8 -10030.8l123.5 -10030.8l125.1 -10030.7l126.8 -10030.7l128.4 -10030.7l130.1 -10030.6l131.7 -10030.6l133.4 -10030.6l135 -10030.5l136.7 -10030.4l138.3 -10030.4l140 -10030.4l141.6 -10030.4l143.3 -10030.3l144.9 -10030.2l146.5 -10030.2l148.2 -10030.2l149.8 -10030.1l151.5 -10030.1l153.1 -10030.1l154.8 -10030l156.4 -10030l158 -10029.9l159.7 -10029.8l161.3 -10029.8l163 -10029.8l164.6 -10029.7l166.2 -10029.6l167.9 -10029.6l169.5 -10029.6l171.2 -10029.5l172.8 -10029.5l174.4 -10029.4l176.1 -10029.4l177.7 -10029.3l179.3 -10029.3l181 -10029.2l182.6 -10029.1l184.2 -10029.1l185.9 -10029.1l187.5 -10029l189.1 -10028.9l190.8 -10028.9l192.4 -10028.8l194 -10028.8l195.7 -10028.7l197.3 -10028.6l198.9 -10028.6l200.6 -10028.5l202.2 -10028.5l203.8 -10028.4l205.4 -10028.4l207.1 -10028.3l208.7 -10028.3l210.3 -10028.2l212 -10028.1l213.6 -10028.1l215.2 -10028l216.8 -10027.9l218.4 -10027.8l220.1 -10027.8l221.7 -10027.8l223.3 -10027.7l224.9 -10027.6l226.6 -10027.5l228.2 -10027.5l229.8 -10027.4l231.4 -10027.4l233 -10027.3l234.6 -10027.2l236.3 -10027.2l237.9 -10027.1l239.5 -10027l241.1 -10026.9l242.7 -10026.9l244.3 -10026.8l245.9 -10026.7l247.6 -10026.7l249.2 -10026.6l250.8 -10026.5l252.4 -10026.4l254 -10026.4l255.6 -10026.3l257.2 -10026.2l258.8 -10026.2l260.4 -10026.1l262 -10026l263.6 -10025.9l265.2 -10025.9l266.9 -10025.8l268.5 -10025.7l270.1 -10025.6l271.7 -10025.5l273.3 -10025.5l274.9 -10025.4l276.5 -10025.3l278.1 -10025.2l279.7 -10025.2l281.3 -10025.1l282.9 -10025l284.4 -10024.9l286 -10024.8l287.6 -10024.7l289.2 -10024.7l290.8 -10024.6l292.4 -10024.5l294 -10024.4l295.6 -10024.3l297.2 -10024.2l298.8 -10024.2l300.4 -10024l301.9 -10024l303.5 -10023.9l305.1 -10023.8l306.7 -10023.7l308.3 -10023.6l309.9 -10023.6l311.5 -10023.5l313 -10023.4l314.6 -10023.3l316.2 -10023.2l317.8 -10023.1l319.4 -10023l320.9 -10022.9l322.5 -10022.8l324.1 -10022.8l325.7 -10022.7l327.2 -10022.6l328.8 -10022.5l330.4 -10022.4l332 -10022.3l333.5 -10022.2l335.1 -10022.1l336.7 -10022l338.2 -10021.9l339.8 -10021.8l341.4 -10021.7l342.9 -10021.6l344.5 -10021.5l346.1 -10021.4l347.6 -10021.3l349.2 -10021.3l350.7 -10021.1l352.3 -10021.1l353.9 -10021l355.4 -10020.9l357 -10020.7l358.5 -10020.7l360.1 -10020.6l361.6 -10020.5l363.2 -10020.4l364.7 -10020.2l366.3 -10020.2l367.8 -10020.1l369.4 -10020l370.9 -10019.8l372.5 -10019.8l374 -10019.7l375.6 -10019.5l377.1 -10019.4l378.7 -10019.3l380.2 -10019.2l381.7 -10019.1l383.3 -10019l384.8 -10018.9l386.4 -10018.8l387.9 -10018.7l389.4 -10018.6l391 -10018.5l392.5 -10018.4l394 -10018.3l395.6 -10018.2l397.1 -10018.1l398.6 -10017.9l400.2 -10017.8l401.7 -10017.7l403.2 -10017.6l404.7 -10017.5l406.3 -10017.4l407.8 -10017.3l409.3 -10017.2l410.8 -10017.1l412.4 -10017l413.9 -10016.8l415.4 -10016.7l416.9 -10016.6l418.4 -10016.5l419.9 -10016.4l421.5 -10016.3l423 -10016.2l424.5 -10016.1l426 -10016l427.5 -10015.8l429 -10015.7l430.5 -10015.6l432 -10015.5l433.5 -10015.3l435 -10015.3l436.5 -10015.1l438 -10015l439.5 -10014.9l441 -10014.8l442.5 -10014.7l444 -10014.6l445.5 -10014.4l447 -10014.3l448.5 -10014.2l450 -10014.1l451.5 -10014l453 -10013.8l454.5 -10013.7l456 -10013.6l457.5 -10013.5l458.9 -10013.4l460.4 -10013.2l461.9 -10013.1l463.4 -10013l464.9 -10012.9l466.3 -10012.8l467.8 -10012.6l469.3 -10012.5l470.8 -10012.4l472.2 -10012.3l473.7 -10012.1l475.2 -10012l476.7 -10011.9l478.1 -10011.8l479.6 -10011.6l481.1 -10011.5l482.5 -10011.4l484 -10011.3l485.5 -10011.1l486.9 -10011l488.4 -10010.9l489.8 -10010.8l491.3 -10010.6l492.8 -10010.5l494.2 -10010.4l495.7 -10010.3l497.1 -10010.1l498.6 -10010l500 -10009.9l501.5 -10009.7l502.9 -10009.6l504.4 -10009.5l505.8 -10009.4l507.2 -10009.2l508.7 -10009.1l510.1 -10009l511.6 -10008.8l513 -10008.7l514.4 -10008.6l515.9 -10008.5l517.3 -10008.3l518.8 -10008.2l520.2 -10008.1l521.6 -10007.9l523 -10007.8l524.5 -10007.7l525.9 -10007.5l527.3 -10007.4l528.7 -10007.3l530.2 -10007.1l531.6 -10007l533 -10006.9l534.4 -10006.7l535.8 -10006.6l537.3 -10006.5l538.7 -10006.3l540.1 -10006.2l541.5 -10006.1l542.9 -10005.9l544.3 -10005.8l545.7 -10005.7l547.1 -10005.5l548.5 -10005.4l549.9 -10005.3l551.3 -10005.1l552.7 -10004.9l554.1 -10004.8l555.5 -10004.7l556.9 -10004.6l558.3 -10004.4l559.7 -10004.3l561.1 -10004.2l562.5 -10004l563.9 -10003.9l565.3 -10003.7l566.6 -10003.6l568 -10003.5l569.4 -10003.3l570.8 -10003.2l572.2 -10003l573.5 -10002.9l574.9 -10002.8l576.3 -10002.6l577.7 -10002.5l579 -10002.3l580.4 -10002.2l581.8 -10002.1l583.1 -10001.9l584.5 -10001.8l585.9 -10001.7l587.2 -10001.5l588.6 -10001.4l590 -10001.2l591.3 -10001.1l592.7 -10001l594 -10000.8l595.4 -10000.7l596.7 -10000.5l598.1 -10000.4l599.4 -10000.2l600.8 -10000.1l602.1 -10000l603.5 -9999.8l604.8 -9999.7l606.2 -9999.5l607.5 -9999.4l608.8 -9999.3l610.2 -9999.1l611.5 -9999l612.8 -9998.8l614.2 -9998.7l615.5 -9998.5l616.8 -9998.4l618.2 -9998.3l619.5 -9998.1l620.8 -9998l622.1 -9997.8l623.5 -9997.7l624.8 -9997.5l626.1 -9997.4l627.4 -9997.2l628.7 -9997.1l630 -9997l631.3 -9996.8l632.7 -9996.7l634 -9996.5l635.3 -9996.4l636.6 -9996.2l637.9 -9996.1l639.2 -9995.9l640.5 -9995.8l641.8 -9995.7l643.1 -9995.5l644.4 -9995.4l645.7 -9995.2l647 -9995.1l648.2 -9994.9l649.5 -9994.8l650.8 -9994.6l652.1 -9994.5l653.4 -9994.3l654.7 -9994.2l655.9 -9994l657.2 -9993.9l658.5 -9993.8l659.8 -9993.6l661 -9993.5l662.3 -9993.3l663.6 -9993.1l664.9 -9993l666.1 -9992.9l667.4 -9992.7l668.6 -9992.6l669.9 -9992.4l671.2 -9992.3l672.4 -9992.1l673.7 -9992l674.9 -9991.8l676.2 -9991.7l677.4 -9991.6l678.7 -9991.4l679.9 -9991.2l681.2 -9991.1l682.4 -9991l683.7 -9990.8l684.9 -9990.7l686.1 -9990.5l687.4 -9990.4l688.6 -9990.2l689.9 -9990.1l691.1 -9989.9l692.3 -9989.8l693.5 -9989.6l694.8 -9989.5l696 -9989.3l697.2 -9989.2l698.4 -9989.1l699.7 -9988.9l700.9 -9988.8l702.1 -9988.6l703.3 -9988.4l704.5 -9988.3l705.7 -9988.2l706.9 -9988l708.1 -9987.8l709.4 -9987.7l710.6 -9987.6l711.8 -9987.4l713 -9987.3l714.2 -9987.1l715.4 -9987l716.5 -9986.8l717.7 -9986.7l718.9 -9986.5l720.1 -9986.4l721.3 -9986.3l722.5 -9986.1l723.7 -9986l724.9 -9985.8l726 -9985.7l727.2 -9985.5l728.4 -9985.4l729.6 -9985.2l730.7 -9985.1l731.9 -9984.9l733.1 -9984.8l734.2 -9984.6l735.4 -9984.5l736.6 -9984.3l737.7 -9984.2l738.9 -9984l740.1 -9983.9l741.2 -9983.7l742.4 -9983.6l743.5 -9983.5l744.7 -9983.3l745.8 -9983.1l747 -9983l748.1 -9982.9l749.2 -9982.7l750.4 -9982.6l751.5 -9982.4l752.7 -9982.3l753.8 -9982.1l754.9 -9982l756.1 -9981.8l757.2 -9981.7l758.3 -9981.6l759.4 -9981.4l760.6 -9981.3l761.7 -9981.1l762.8 -9981l763.9 -9980.8l765 -9980.7l766.2 -9980.5l767.3 -9980.4l768.4 -9980.2l769.5 -9980.1l770.6 -9980l771.7 -9979.8l772.8 -9979.7l773.9 -9979.5l775 -9979.4l776.1 -9979.2l777.2 -9979l778.3 -9978.9l779.4 -9978.8l780.5 -9978.6l781.5 -9978.5l782.6 -9978.4l783.7 -9978.2l784.8 -9978.1l785.9 -9977.9l786.9 -9977.8l788 -9977.6l789.1 -9977.5l790.2 -9977.4l791.2 -9977.2l792.3 -9977.1l793.4 -9976.9l794.4 -9976.8l795.5 -9976.6l796.6 -9976.5l797.6 -9976.4l798.7 -9976.2l799.7 -9976.1l800.8 -9975.9l801.8 -9975.8l802.9 -9975.6l803.9 -9975.5l805 -9975.4l806 -9975.2l807 -9975.1l808.1 -9974.9l809.1 -9974.8l810.1 -9974.6l811.2 -9974.5l812.2 -9974.4l813.2 -9974.2l814.3 -9974.1l815.3 -9973.9l816.3 -9973.8l817.3 -9973.7l818.3 -9973.5l819.3 -9973.4l820.4 -9973.2l821.4 -9973.1l822.4 -9973l823.4 -9972.8l824.4 -9972.7l825.4 -9972.6l826.4 -9972.4l827.4 -9972.3l828.4 -9972.2l829.4 -9972l830.4 -9971.9l831.4 -9971.7l832.4 -9971.6l833.3 -9971.4l834.3 -9971.3l835.3 -9971.2l836.3 -9971.1l837.3 -9970.9l838.2 -9970.7l839.2 -9970.6l840.2 -9970.5l841.2 -9970.4l842.1 -9970.2l843.1 -9970.1l844 -9970l845 -9969.8l846 -9969.7l846.9 -9969.5l847.9 -9969.4l848.8 -9969.3l849.8 -9969.2l850.7 -9969l851.7 -9968.9l852.6 -9968.8l853.6 -9968.6l854.5 -9968.5l855.4 -9968.3l856.4 -9968.2l857.3 -9968.1l858.2 -9968l859.2 -9967.8l860.1 -9967.7l861 -9967.6l861.9 -9967.4l862.9 -9967.3l863.8 -9967.2l864.7 -9967.1l865.6 -9966.9l866.5 -9966.8l867.4 -9966.7l868.3 -9966.5l869.3 -9966.4l870.2 -9966.3l871.1 -9966.2l872 -9966l872.9 -9965.9l873.8 -9965.8l874.6 -9965.6l875.5 -9965.5l876.4 -9965.4l877.3 -9965.3l878.2 -9965.1l879.1 -9965l880 -9964.9l880.8 -9964.7l881.7 -9964.6l882.6 -9964.5l883.5 -9964.4l884.3 -9964.2l885.2 -9964.1l886.1 -9964l886.9 -9963.9l887.8 -9963.8l888.6 -9963.6l889.5 -9963.5l890.4 -9963.4l891.2 -9963.3l892.1 -9963.1l892.9 -9963l893.7 -9962.9l894.6 -9962.8l895.4 -9962.7l896.3 -9962.5l897.1 -9962.4l897.9 -9962.3l898.8 -9962.2l899.6 -9962l900.4 -9961.9l901.3 -9961.8l902.1 -9961.7l902.9 -9961.6l903.7 -9961.4l904.5 -9961.3l905.3 -9961.2l906.2 -9961.1l907 -9961l907.8 -9960.8l908.6 -9960.8l909.4 -9960.6l910.2 -9960.5l911 -9960.4l911.8 -9960.3l912.6 -9960.2l913.4 -9960.1l914.2 -9960l914.9 -9959.8l915.7 -9959.7l916.5 -9959.6l917.3 -9959.5l918.1 -9959.4l918.9 -9959.3l919.6 -9959.2l920.4 -9959.1l921.2 -9958.9l921.9 -9958.8l922.7 -9958.7l923.5 -9958.6l924.2 -9958.5l925 -9958.4l925.7 -9958.3l926.5 -9958.2l927.2 -9958.1l928 -9958l928.7 -9957.8l929.5 -9957.7l930.2 -9957.6l931 -9957.5l931.7 -9957.4l932.4 -9957.3l933.2 -9957.2l933.9 -9957.1l934.6 -9957l935.4 -9956.9l936.1 -9956.8l936.8 -9956.7l937.5 -9956.6l938.2 -9956.5l939 -9956.3l939.7 -9956.3l940.4 -9956.2l941.1 -9956.1l941.8 -9955.9l942.5 -9955.9l943.2 -9955.8l943.9 -9955.7l944.6 -9955.6l945.3 -9955.4l946 -9955.4l946.7 -9955.3l947.4 -9955.2l948 -9955l948.7 -9955l949.4 -9954.9l175.9 -1843.4"
id="path1962"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-18237.3 -1l.8 -10029.5l2.5 -10030.5l4.2 -10030.5l5.8 -10030.5l7.5 -10030.5l9.1 -10030.4l10.8 -10030.5l12.5 -10030.5l14.1 -10030.5l15.8 -10030.4l17.4 -10030.5l19.1 -10030.5l20.8 -10030.5l22.4 -10030.4l24.1 -10030.4l25.7 -10030.4l27.4 -10030.4l29.1 -10030.4l30.7 -10030.4l32.4 -10030.4l34 -10030.4l35.7 -10030.4l37.4 -10030.4l39 -10030.3l40.7 -10030.3l42.3 -10030.3l44 -10030.3l45.7 -10030.3l47.3 -10030.3l49 -10030.3l50.6 -10030.3l52.3 -10030.2l54 -10030.2l55.6 -10030.2l57.3 -10030.2l58.9 -10030.2l60.6 -10030.1l62.3 -10030.1l63.9 -10030.1l65.6 -10030.1l67.2 -10030.1l68.9 -10030l70.5 -10030l72.2 -10030l73.9 -10030l75.5 -10030l77.2 -10029.9l78.8 -10029.9l80.5 -10029.9l82.1 -10029.9l83.8 -10029.8l85.4 -10029.8l87.1 -10029.8l88.8 -10029.8l90.4 -10029.8l92.1 -10029.7l93.7 -10029.7l95.4 -10029.7l97 -10029.7l98.7 -10029.6l100.3 -10029.6l102 -10029.6l103.6 -10029.5l105.3 -10029.5l106.9 -10029.4l108.6 -10029.4l110.2 -10029.4l111.9 -10029.4l113.5 -10029.3l115.2 -10029.3l116.9 -10029.3l118.5 -10029.2l120.1 -10029.2l121.8 -10029.1l123.4 -10029.1l125.1 -10029.1l126.7 -10029.1l128.4 -10029l130 -10029l131.7 -10028.9l133.3 -10028.9l135 -10028.9l136.6 -10028.8l138.3 -10028.8l139.9 -10028.8l141.6 -10028.7l143.2 -10028.7l144.9 -10028.6l146.5 -10028.6l148.1 -10028.5l149.8 -10028.5l151.4 -10028.4l153.1 -10028.4l154.7 -10028.4l156.4 -10028.3l158 -10028.3l159.6 -10028.2l161.3 -10028.2l162.9 -10028.1l164.6 -10028.1l166.2 -10028l167.8 -10028l169.5 -10027.9l171.1 -10027.9l172.7 -10027.8l174.4 -10027.8l176 -10027.7l177.7 -10027.7l179.3 -10027.6l180.9 -10027.6l182.6 -10027.5l184.2 -10027.5l185.8 -10027.4l187.5 -10027.4l189.1 -10027.3l190.7 -10027.3l192.4 -10027.2l194 -10027.1l195.6 -10027.1l197.2 -10027l198.9 -10027l200.5 -10026.9l202.1 -10026.9l203.8 -10026.8l205.4 -10026.7l207 -10026.7l208.6 -10026.6l210.3 -10026.6l211.9 -10026.5l213.5 -10026.4l215.1 -10026.4l216.8 -10026.3l218.4 -10026.2l220 -10026.2l221.6 -10026.1l223.2 -10026.1l224.9 -10026l226.5 -10025.9l228.1 -10025.9l229.7 -10025.8l231.3 -10025.7l233 -10025.6l234.6 -10025.6l236.2 -10025.5l237.8 -10025.5l239.4 -10025.4l241 -10025.3l242.7 -10025.3l244.3 -10025.2l245.9 -10025.1l247.5 -10025.1l249.1 -10024.9l250.7 -10024.9l252.3 -10024.8l253.9 -10024.8l255.5 -10024.7l257.1 -10024.6l258.8 -10024.5l260.4 -10024.5l262 -10024.4l263.6 -10024.3l265.2 -10024.3l266.8 -10024.2l268.4 -10024.1l270 -10024l271.6 -10023.9l273.2 -10023.9l274.8 -10023.8l276.4 -10023.7l278 -10023.6l279.6 -10023.6l281.2 -10023.5l282.8 -10023.4l284.4 -10023.3l286 -10023.2l287.6 -10023.2l289.1 -10023.1l290.7 -10023l292.3 -10022.9l293.9 -10022.8l295.5 -10022.7l297.1 -10022.7l298.7 -10022.6l300.3 -10022.5l301.9 -10022.4l303.5 -10022.3l305 -10022.2l306.6 -10022.1l308.2 -10022.1l309.8 -10022l311.4 -10021.9l312.9 -10021.8l314.5 -10021.7l316.1 -10021.6l317.7 -10021.5l319.3 -10021.5l320.8 -10021.3l322.4 -10021.3l324 -10021.2l325.6 -10021.1l327.1 -10021l328.7 -10020.9l330.3 -10020.8l331.9 -10020.7l333.4 -10020.6l335 -10020.5l336.6 -10020.4l338.1 -10020.4l339.7 -10020.3l341.3 -10020.2l342.8 -10020l344.4 -10020l346 -10019.9l347.5 -10019.8l349.1 -10019.7l350.6 -10019.6l352.2 -10019.5l353.8 -10019.4l355.3 -10019.3l356.9 -10019.2l358.4 -10019.1l360 -10019l361.5 -10018.9l363.1 -10018.8l364.6 -10018.7l366.2 -10018.6l367.7 -10018.5l369.3 -10018.4l370.8 -10018.3l372.4 -10018.2l373.9 -10018.1l375.5 -10018l377 -10017.9l378.6 -10017.8l380.1 -10017.7l381.6 -10017.6l383.2 -10017.5l384.7 -10017.3l386.3 -10017.3l387.8 -10017.2l389.3 -10017.1l390.9 -10017l392.4 -10016.8l393.9 -10016.7l395.5 -10016.6l397 -10016.5l398.5 -10016.4l400.1 -10016.3l401.6 -10016.2l403.1 -10016.1l404.6 -10016l406.2 -10015.9l407.7 -10015.8l409.2 -10015.7l410.7 -10015.6l412.2 -10015.4l413.8 -10015.3l415.3 -10015.2l416.8 -10015.1l418.3 -10015l419.8 -10014.9l421.3 -10014.8l422.9 -10014.7l424.4 -10014.6l425.9 -10014.4l427.4 -10014.3l428.9 -10014.2l430.4 -10014.1l431.9 -10014l433.4 -10013.8l434.9 -10013.8l436.4 -10013.6l437.9 -10013.5l439.4 -10013.4l440.9 -10013.3l442.4 -10013.2l443.9 -10013.1l445.4 -10012.9l446.9 -10012.8l448.4 -10012.7l449.9 -10012.6l451.4 -10012.5l452.9 -10012.4l454.4 -10012.2l455.8 -10012.1l457.3 -10012l458.8 -10011.9l460.3 -10011.8l461.8 -10011.6l463.3 -10011.5l464.7 -10011.4l466.2 -10011.3l467.7 -10011.1l469.2 -10011l470.7 -10010.9l472.1 -10010.8l473.6 -10010.7l475.1 -10010.5l476.5 -10010.4l478 -10010.3l479.5 -10010.2l480.9 -10010l482.4 -10009.9l483.9 -10009.8l485.3 -10009.7l486.8 -10009.6l488.3 -10009.4l489.7 -10009.3l491.2 -10009.2l492.6 -10009.1l494.1 -10008.9l495.5 -10008.8l497 -10008.7l498.4 -10008.6l499.9 -10008.4l501.3 -10008.3l502.8 -10008.2l504.2 -10008l505.7 -10007.9l507.1 -10007.8l508.6 -10007.6l510 -10007.5l511.4 -10007.4l512.9 -10007.3l514.3 -10007.1l515.8 -10007l517.2 -10006.9l518.6 -10006.8l520.1 -10006.6l521.5 -10006.5l522.9 -10006.4l524.3 -10006.2l525.8 -10006.1l527.2 -10005.9l528.6 -10005.8l530 -10005.7l531.5 -10005.6l532.9 -10005.4l534.3 -10005.3l535.7 -10005.2l537.1 -10005.1l538.5 -10004.9l539.9 -10004.8l541.4 -10004.7l542.8 -10004.5l544.2 -10004.4l545.6 -10004.3l547 -10004.1l548.4 -10004l549.8 -10003.8l551.2 -10003.7l552.6 -10003.5l554 -10003.4l555.4 -10003.3l556.8 -10003.2l558.2 -10003l559.6 -10002.9l561 -10002.8l562.3 -10002.6l563.7 -10002.5l565.1 -10002.4l566.5 -10002.2l567.9 -10002.1l569.3 -10001.9l570.7 -10001.8l572 -10001.6l573.4 -10001.5l574.8 -10001.4l576.2 -10001.3l577.5 -10001.1l578.9 -10001l580.3 -10000.8l581.6 -10000.7l583 -10000.6l584.4 -10000.4l585.7 -10000.3l587.1 -10000.2l588.5 -10000l589.8 -9999.9l591.2 -9999.7l592.5 -9999.6l593.9 -9999.5l595.2 -9999.3l596.6 -9999.1l597.9 -9999l599.3 -9998.9l600.6 -9998.8l602 -9998.6l603.3 -9998.4l604.7 -9998.3l606 -9998.2l607.4 -9998.1l608.7 -9997.9l610 -9997.7l611.4 -9997.6l612.7 -9997.5l614 -9997.4l615.4 -9997.2l616.7 -9997.1l618 -9996.9l619.3 -9996.8l620.7 -9996.6l622 -9996.5l623.3 -9996.4l624.6 -9996.2l625.9 -9996.1l627.3 -9995.9l628.6 -9995.8l629.9 -9995.6l631.2 -9995.5l632.5 -9995.4l633.8 -9995.2l635.1 -9995.1l636.4 -9994.9l637.7 -9994.8l639 -9994.6l640.3 -9994.5l641.6 -9994.4l642.9 -9994.2l644.2 -9994.1l645.5 -9993.9l646.8 -9993.8l648.1 -9993.6l649.4 -9993.5l650.7 -9993.3l652 -9993.2l653.2 -9993.1l654.5 -9992.9l655.8 -9992.8l657.1 -9992.6l658.4 -9992.5l659.6 -9992.3l660.9 -9992.2l662.2 -9992l663.4 -9991.9l664.7 -9991.8l666 -9991.6l667.2 -9991.5l668.5 -9991.3l669.8 -9991.2l671 -9991l672.3 -9990.9l673.5 -9990.7l674.8 -9990.6l676 -9990.5l677.3 -9990.3l678.5 -9990.2l679.8 -9990l681 -9989.9l682.3 -9989.7l683.5 -9989.6l684.8 -9989.4l686 -9989.3l687.2 -9989.1l688.5 -9989l689.7 -9988.9l690.9 -9988.7l692.2 -9988.6l693.4 -9988.4l694.6 -9988.3l695.9 -9988.1l697.1 -9987.9l698.3 -9987.8l699.5 -9987.7l700.7 -9987.5l702 -9987.4l703.2 -9987.2l704.4 -9987.1l705.6 -9987l706.8 -9986.8l708 -9986.6l709.2 -9986.5l710.4 -9986.4l711.6 -9986.2l712.8 -9986.1l714 -9985.9l715.2 -9985.8l716.4 -9985.6l717.6 -9985.5l718.8 -9985.3l720 -9985.2l721.2 -9985.1l722.3 -9984.9l723.5 -9984.8l724.7 -9984.6l725.9 -9984.5l727.1 -9984.3l728.2 -9984.2l729.4 -9984l730.6 -9983.9l731.8 -9983.8l732.9 -9983.6l734.1 -9983.5l735.3 -9983.3l736.4 -9983.2l737.6 -9983l738.7 -9982.9l739.9 -9982.7l741.1 -9982.6l742.2 -9982.4l743.4 -9982.3l744.5 -9982.2l745.7 -9982l746.8 -9981.9l748 -9981.7l749.1 -9981.6l750.2 -9981.4l751.4 -9981.3l752.5 -9981.1l753.6 -9981l754.8 -9980.9l755.9 -9980.7l757 -9980.6l758.2 -9980.4l759.3 -9980.3l760.4 -9980.1l761.5 -9980l762.7 -9979.8l763.8 -9979.7l764.9 -9979.6l766 -9979.4l767.1 -9979.3l768.2 -9979.1l769.3 -9979l770.4 -9978.8l771.5 -9978.7l772.7 -9978.6l773.8 -9978.4l774.9 -9978.3l775.9 -9978.1l777 -9978l778.1 -9977.8l779.2 -9977.7l780.3 -9977.6l781.4 -9977.4l782.5 -9977.3l783.6 -9977.1l784.7 -9977l785.7 -9976.9l786.8 -9976.7l787.9 -9976.6l789 -9976.4l790 -9976.3l791.1 -9976.1l792.2 -9976l793.2 -9975.9l794.3 -9975.7l795.4 -9975.6l796.4 -9975.4l797.5 -9975.3l798.5 -9975.2l799.6 -9975l800.6 -9974.8l801.7 -9974.7l802.7 -9974.6l803.8 -9974.5l804.8 -9974.3l805.9 -9974.1l806.9 -9974l807.9 -9973.9l809 -9973.8l810 -9973.6l811 -9973.5l812.1 -9973.3l813.1 -9973.2l814.1 -9973.1l815.1 -9972.9l816.2 -9972.8l817.2 -9972.7l818.2 -9972.5l819.2 -9972.4l820.2 -9972.2l821.2 -9972.1l822.2 -9972l823.2 -9971.8l824.2 -9971.7l825.3 -9971.6l826.3 -9971.4l827.3 -9971.3l828.3 -9971.2l829.2 -9971l830.2 -9970.9l831.2 -9970.7l832.2 -9970.6l833.2 -9970.4l834.2 -9970.3l835.2 -9970.2l836.1 -9970.1l837.1 -9969.9l838.1 -9969.8l839.1 -9969.7l840 -9969.5l841 -9969.4l842 -9969.2l843 -9969.1l843.9 -9969l844.9 -9968.9l845.8 -9968.7l846.8 -9968.6l847.7 -9968.5l848.7 -9968.3l849.7 -9968.2l850.6 -9968.1l851.5 -9967.9l852.5 -9967.8l853.4 -9967.7l854.4 -9967.6l855.3 -9967.4l856.2 -9967.3l857.2 -9967.2l858.1 -9967l859 -9966.9l860 -9966.8l860.9 -9966.7l861.8 -9966.5l862.7 -9966.4l863.7 -9966.2l864.6 -9966.1l865.5 -9966l866.4 -9965.9l867.3 -9965.8l868.2 -9965.6l869.1 -9965.5l870 -9965.4l870.9 -9965.3l871.8 -9965.1l872.7 -9965l873.6 -9964.9l874.5 -9964.7l875.4 -9964.6l876.3 -9964.5l877.2 -9964.4l878.1 -9964.2l879 -9964.1l879.8 -9964l880.7 -9963.8l881.6 -9963.8l882.5 -9963.6l883.3 -9963.5l884.2 -9963.4l885.1 -9963.3l885.9 -9963.1l886.8 -9963l887.7 -9962.9l888.5 -9962.7l889.4 -9962.7l890.2 -9962.5l891.1 -9962.4l891.9 -9962.3l892.8 -9962.2l893.6 -9962.1l894.5 -9961.9l895.3 -9961.8l896.1 -9961.7l897 -9961.6l897.8 -9961.5l898.7 -9961.3l899.5 -9961.2l900.3 -9961.1l901.1 -9961l902 -9960.9l902.8 -9960.8l903.6 -9960.6l904.4 -9960.5l905.2 -9960.4l906 -9960.3l906.9 -9960.2l907.7 -9960l908.5 -9960l909.3 -9959.8l910.1 -9959.7l910.9 -9959.6l911.7 -9959.5l912.5 -9959.4l913.3 -9959.3l914 -9959.2l914.8 -9959l915.6 -9958.9l916.4 -9958.8l917.2 -9958.7l918 -9958.6l918.7 -9958.5l919.5 -9958.4l920.3 -9958.3l921.1 -9958.2l921.8 -9958l922.6 -9958l923.4 -9957.8l924.1 -9957.7l924.9 -9957.6l925.6 -9957.5l926.4 -9957.4l927.1 -9957.3l927.9 -9957.2l928.6 -9957.1l929.4 -9957l930.1 -9956.9l930.9 -9956.8l931.6 -9956.6l932.3 -9956.6l933.1 -9956.5l933.8 -9956.4l934.5 -9956.3l10.9 -116.1"
id="path1963"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M-8207.7 -1l.8 -10027.8l2.5 -10028.8l4.2 -10028.8l5.8 -10028.8l7.5 -10028.8l9.1 -10028.8l10.8 -10028.8l12.5 -10028.8l14.1 -10028.8l15.8 -10028.8l17.4 -10028.8l19.1 -10028.8l20.8 -10028.8l22.4 -10028.8l24.1 -10028.7l25.7 -10028.8l27.4 -10028.8l29.1 -10028.8l30.7 -10028.7l32.4 -10028.7l34 -10028.7l35.7 -10028.7l37.4 -10028.7l39 -10028.7l40.7 -10028.7l42.3 -10028.7l44 -10028.7l45.7 -10028.6l47.3 -10028.6l49 -10028.6l50.6 -10028.6l52.3 -10028.6l53.9 -10028.5l55.6 -10028.6l57.3 -10028.5l58.9 -10028.5l60.6 -10028.5l62.2 -10028.5l63.9 -10028.5l65.5 -10028.5l67.2 -10028.4l68.9 -10028.4l70.5 -10028.4l72.2 -10028.4l73.8 -10028.3l75.5 -10028.3l77.1 -10028.3l78.8 -10028.3l80.5 -10028.3l82.1 -10028.2l83.8 -10028.2l85.4 -10028.2l87.1 -10028.2l88.7 -10028.1l90.4 -10028.1l92 -10028l93.7 -10028.1l95.3 -10028l97 -10028l98.7 -10027.9l100.3 -10027.9l102 -10027.9l103.6 -10027.9l105.3 -10027.9l106.9 -10027.8l108.6 -10027.8l110.2 -10027.8l111.9 -10027.7l113.5 -10027.7l115.2 -10027.7l116.8 -10027.6l118.5 -10027.6l120.1 -10027.6l121.8 -10027.5l123.4 -10027.5l125.1 -10027.5l126.7 -10027.4l128.4 -10027.4l130 -10027.3l131.6 -10027.3l133.3 -10027.3l134.9 -10027.2l136.6 -10027.2l138.2 -10027.1l139.9 -10027.1l141.5 -10027.1l143.2 -10027l144.8 -10026.9l146.5 -10026.9l148.1 -10026.9l149.7 -10026.9l151.4 -10026.8l153 -10026.8l154.7 -10026.7l156.3 -10026.7l157.9 -10026.6l159.6 -10026.6l161.2 -10026.5l162.9 -10026.5l164.5 -10026.4l166.1 -10026.4l167.8 -10026.3l169.4 -10026.3l171.1 -10026.3l172.7 -10026.2l174.3 -10026.1l176 -10026.1l177.6 -10026.1l179.2 -10026l180.9 -10025.9l182.5 -10025.9l184.1 -10025.8l185.8 -10025.8l187.4 -10025.7l189 -10025.6l190.7 -10025.6l192.3 -10025.6l193.9 -10025.5l195.6 -10025.5l197.2 -10025.4l198.8 -10025.3l200.4 -10025.3l202.1 -10025.2l203.7 -10025.1l205.3 -10025.1l207 -10025.1l208.6 -10025l210.2 -10024.9l211.8 -10024.8l213.5 -10024.8l215.1 -10024.8l216.7 -10024.7l218.3 -10024.6l219.9 -10024.6l221.6 -10024.5l223.2 -10024.4l224.8 -10024.4l226.4 -10024.3l228 -10024.3l229.7 -10024.2l231.3 -10024.1l232.9 -10024l234.5 -10024l236.1 -10023.9l237.7 -10023.9l239.4 -10023.8l241 -10023.7l242.6 -10023.7l244.2 -10023.6l245.8 -10023.5l247.4 -10023.4l249 -10023.3l250.6 -10023.3l252.2 -10023.2l253.9 -10023.2l255.5 -10023.1l257.1 -10023l258.7 -10022.9l260.3 -10022.9l261.9 -10022.8l263.5 -10022.7l265.1 -10022.6l266.7 -10022.6l268.3 -10022.5l269.9 -10022.4l271.5 -10022.3l273.1 -10022.3l274.7 -10022.2l276.3 -10022.1l277.9 -10022l279.5 -10022l281.1 -10021.9l282.7 -10021.8l284.3 -10021.7l285.9 -10021.6l287.5 -10021.6l289.1 -10021.5l290.7 -10021.4l292.2 -10021.3l293.8 -10021.2l295.4 -10021.2l297 -10021.1l298.6 -10021l300.2 -10020.9l301.8 -10020.8l303.4 -10020.7l305 -10020.7l306.5 -10020.5l308.1 -10020.5l309.7 -10020.4l311.3 -10020.3l312.9 -10020.2l314.4 -10020.1l316 -10020.1l317.6 -10020l319.2 -10019.9l320.8 -10019.8l322.3 -10019.7l323.9 -10019.6l325.5 -10019.5l327.1 -10019.4l328.6 -10019.3l330.2 -10019.2l331.8 -10019.2l333.3 -10019.1l334.9 -10018.9l336.5 -10018.9l338 -10018.8l339.6 -10018.7l341.2 -10018.6l342.7 -10018.5l344.3 -10018.4l345.9 -10018.3l347.4 -10018.2l349 -10018.1l350.5 -10018l352.1 -10017.9l353.7 -10017.8l355.2 -10017.7l356.8 -10017.6l358.3 -10017.6l359.9 -10017.5l361.4 -10017.4l363 -10017.3l364.5 -10017.1l366.1 -10017.1l367.6 -10017l369.2 -10016.9l370.7 -10016.7l372.3 -10016.7l373.8 -10016.6l375.4 -10016.5l376.9 -10016.4l378.5 -10016.2l380 -10016.2l381.5 -10016.1l383.1 -10015.9l384.6 -10015.8l386.2 -10015.7l387.7 -10015.6l389.2 -10015.5l390.8 -10015.4l392.3 -10015.3l393.8 -10015.2l395.4 -10015.1l396.9 -10015l398.4 -10014.9l400 -10014.8l401.5 -10014.7l403 -10014.6l404.5 -10014.5l406.1 -10014.3l407.6 -10014.3l409.1 -10014.1l410.6 -10014l412.1 -10013.9l413.7 -10013.8l415.2 -10013.7l416.7 -10013.6l418.2 -10013.5l419.7 -10013.3l421.2 -10013.3l422.7 -10013.2l424.3 -10013l425.8 -10012.9l427.3 -10012.8l428.8 -10012.7l430.3 -10012.6l431.8 -10012.5l433.3 -10012.3l434.8 -10012.3l436.3 -10012.1l437.8 -10012l439.3 -10011.9l440.8 -10011.8l442.3 -10011.7l443.8 -10011.6l445.3 -10011.5l446.8 -10011.3l448.3 -10011.2l449.8 -10011.1l451.3 -10011l452.8 -10010.9l454.2 -10010.7l455.7 -10010.6l457.2 -10010.5l458.7 -10010.4l460.2 -10010.3l461.7 -10010.1l463.1 -10010l464.6 -10009.9l466.1 -10009.8l467.6 -10009.6l469.1 -10009.6l470.5 -10009.4l472 -10009.3l473.5 -10009.2l474.9 -10009l476.4 -10009l477.9 -10008.8l479.4 -10008.7l480.8 -10008.6l482.3 -10008.5l483.7 -10008.3l485.2 -10008.2l486.7 -10008.1l488.1 -10007.9l489.6 -10007.9l491 -10007.7l492.5 -10007.6l494 -10007.4l495.4 -10007.4l496.9 -10007.2l498.3 -10007.1l499.8 -10007l501.2 -10006.8l502.7 -10006.7l504.1 -10006.6l505.6 -10006.5l507 -10006.3l508.4 -10006.2l509.9 -10006.1l511.3 -10006l512.8 -10005.8l514.2 -10005.7l515.6 -10005.6l517.1 -10005.5l518.5 -10005.3l519.9 -10005.2l521.3 -10005l522.8 -10004.9l524.2 -10004.8l525.6 -10004.7l527.1 -10004.5l528.5 -10004.4l529.9 -10004.3l531.3 -10004.2l532.7 -10004l534.2 -10003.9l535.6 -10003.8l537 -10003.6l538.4 -10003.5l539.8 -10003.3l541.2 -10003.2l542.6 -10003.1l544 -10003l545.4 -10002.8l546.9 -10002.7l548.3 -10002.6l549.7 -10002.4l551.1 -10002.3l552.5 -10002.1l553.9 -10002l555.3 -10001.9l556.6 -10001.8l558 -10001.6l559.4 -10001.5l560.8 -10001.4l562.2 -10001.2l563.6 -10001.1l565 -10001l566.4 -10000.8l567.8 -10000.7l569.1 -10000.6l570.5 -10000.4l571.9 -10000.3l573.3 -10000.2l574.6 -10000l576 -9999.9l577.4 -9999.8l578.8 -9999.6l580.1 -9999.5l581.5 -9999.3l582.9 -9999.2l584.2 -9999l585.6 -9998.9l587 -9998.8l588.3 -9998.7l589.7 -9998.5l591 -9998.3l592.4 -9998.2l593.8 -9998.1l595.1 -9998l596.5 -9997.8l597.8 -9997.7l599.2 -9997.6l600.5 -9997.4l601.9 -9997.3l603.2 -9997.1l604.5 -9997l605.9 -9996.9l607.2 -9996.7l608.6 -9996.6l609.9 -9996.4l611.2 -9996.3l612.6 -9996.2l613.9 -9996l615.2 -9995.8l616.6 -9995.7l617.9 -9995.6l619.2 -9995.5l620.5 -9995.3l621.8 -9995.1l623.2 -9995l624.5 -9994.9l625.8 -9994.8l627.1 -9994.6l628.4 -9994.5l629.7 -9994.3l631.1 -9994.2l632.4 -9994l633.7 -9993.9l635 -9993.8l636.3 -9993.6l637.6 -9993.5l638.9 -9993.3l640.2 -9993.2l641.5 -9993.1l642.8 -9992.9l644.1 -9992.8l645.4 -9992.6l646.7 -9992.5l648 -9992.3l649.2 -9992.2l650.5 -9992.1l651.8 -9991.9l653.1 -9991.8l654.4 -9991.6l655.7 -9991.5l656.9 -9991.3l658.2 -9991.2l659.5 -9991.1l660.8 -9990.9l662 -9990.8l663.3 -9990.6l664.6 -9990.5l665.8 -9990.3l667.1 -9990.2l668.4 -9990l669.6 -9989.9l670.9 -9989.8l672.1 -9989.6l673.4 -9989.5l674.6 -9989.3l675.9 -9989.2l677.2 -9989.1l678.4 -9988.9l679.6 -9988.7l680.9 -9988.6l682.1 -9988.5l683.4 -9988.3l684.6 -9988.2l685.9 -9988l687.1 -9987.9l688.3 -9987.8l689.6 -9987.6l690.8 -9987.4l692 -9987.3l693.3 -9987.2l694.5 -9987l695.7 -9986.9l696.9 -9986.7l698.2 -9986.6l699.4 -9986.5l700.6 -9986.3l701.8 -9986.2l703 -9986l704.2 -9985.9l705.4 -9985.7l706.7 -9985.6l707.9 -9985.4l709.1 -9985.3l710.3 -9985.2l711.5 -9985l712.7 -9984.9l713.9 -9984.7l715.1 -9984.6l716.3 -9984.5l717.4 -9984.3l718.6 -9984.1l719.8 -9984l721 -9983.9l722.2 -9983.7l723.4 -9983.6l724.6 -9983.4l725.7 -9983.3l726.9 -9983.2l728.1 -9983l729.3 -9982.8l730.4 -9982.7l731.6 -9982.6l732.8 -9982.4l734 -9982.3l735.1 -9982.1l736.3 -9982l737.4 -9981.9l738.6 -9981.7l739.8 -9981.6l740.9 -9981.4l742.1 -9981.3l743.2 -9981.2l744.4 -9981l745.5 -9980.8l746.7 -9980.7l747.8 -9980.6l749 -9980.4l750.1 -9980.3l751.2 -9980.1l752.4 -9980l753.5 -9979.9l754.6 -9979.7l755.8 -9979.6l756.9 -9979.4l758 -9979.3l759.2 -9979.2l760.3 -9979l761.4 -9978.8l762.5 -9978.7l763.6 -9978.6l764.8 -9978.4l765.9 -9978.3l767 -9978.2l768.1 -9978l769.2 -9977.9l770.3 -9977.7l771.4 -9977.6l772.5 -9977.5l773.6 -9977.3l774.7 -9977.2l775.8 -9977l776.9 -9976.9l778 -9976.8l779.1 -9976.6l780.2 -9976.5l781.3 -9976.3l782.3 -9976.2l783.4 -9976.1l784.5 -9975.9l785.6 -9975.8l786.7 -9975.6l787.7 -9975.5l788.8 -9975.4l789.9 -9975.2l791 -9975l792 -9974.9l793.1 -9974.8l794.2 -9974.7l795.2 -9974.5l796.3 -9974.3l797.3 -9974.2l798.4 -9974.1l799.4 -9974l800.5 -9973.8l801.5 -9973.7l802.6 -9973.6l803.6 -9973.4l804.7 -9973.3l805.7 -9973.1l806.8 -9973l807.8 -9972.9l808.8 -9972.7l809.9 -9972.6l810.9 -9972.5l811.9 -9972.3l813 -9972.2l814 -9972l815 -9971.9l816 -9971.8l817 -9971.6l818.1 -9971.5l819.1 -9971.4l820.1 -9971.2l821.1 -9971.1l822.1 -9971l823.1 -9970.8l824.1 -9970.7l825.1 -9970.6l826.1 -9970.4l827.1 -9970.3l828.1 -9970.2l829.1 -9970l830.1 -9969.9l831.1 -9969.8l832.1 -9969.6l833.1 -9969.5l834.1 -9969.4l835 -9969.2l836 -9969.1l837 -9969l838 -9968.8l838.9 -9968.7l839.9 -9968.6l840.9 -9968.4l841.9 -9968.3l842.8 -9968.2l843.8 -9968l844.7 -9967.9l845.7 -9967.8l846.7 -9967.6l847.6 -9967.5l848.6 -9967.4l849.5 -9967.3l850.5 -9967.1l851.4 -9967l852.4 -9966.9l853.3 -9966.7l854.2 -9966.6l855.2 -9966.5l856.1 -9966.4l857.1 -9966.2l858 -9966.1l858.9 -9966l859.8 -9965.8l860.8 -9965.7l861.7 -9965.6l862.6 -9965.5l863.5 -9965.3l864.4 -9965.2l865.4 -9965.1l866.3 -9965l867.2 -9964.8l868.1 -9964.7l869 -9964.6l869.9 -9964.5l870.8 -9964.4l871.7 -9964.2l872.6 -9964.1l873.5 -9964l874.4 -9963.9l875.3 -9963.7l876.2 -9963.6l877.1 -9963.5l877.9 -9963.4l878.8 -9963.2l879.7 -9963.1l880.6 -9963l881.5 -9962.9l882.3 -9962.8l883.2 -9962.6l884.1 -9962.5l885 -9962.4l885.8 -9962.3l886.7 -9962.2l887.5 -9962l888.4 -9961.9l889.3 -9961.8l890.1 -9961.7l891 -9961.6l891.8 -9961.4l892.7 -9961.3l893.5 -9961.2l894.4 -9961.1l895.2 -9961l896 -9960.8l896.9 -9960.7l897.7 -9960.6l898.5 -9960.5l899.4 -9960.4l900.2 -9960.3l901 -9960.2l901.8 -9960.1l902.7 -9959.9l903.5 -9959.8l904.3 -9959.7l905.1 -9959.6l905.9 -9959.5l906.7 -9959.4l907.5 -9959.2l908.4 -9959.2l909.2 -9959l910 -9958.9l910.8 -9958.8l911.6 -9958.7l912.4 -9958.6l913.1 -9958.5l913.9 -9958.4l914.7 -9958.2l915.5 -9958.2l916.3 -9958l917.1 -9957.9l917.9 -9957.8l440.3 -4774"
id="path1964"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M1820.3 -1l.8 -10026.1l2.5 -10027.2l4.2 -10027.2l5.8 -10027.2l7.5 -10027.2l9.1 -10027.1l10.8 -10027.2l12.5 -10027.2l14.1 -10027.2l15.8 -10027.1l17.4 -10027.1l19.1 -10027.1l20.8 -10027.1l22.4 -10027.1l24.1 -10027.1l25.7 -10027.1l27.4 -10027.1l29 -10027.1l30.7 -10027.1l32.4 -10027.1l34 -10027.1l35.7 -10027.1l37.3 -10027l39 -10027l40.7 -10027l42.3 -10027l44 -10027l45.6 -10027l47.3 -10027l49 -10027l50.6 -10026.9l52.3 -10026.9l53.9 -10026.9l55.6 -10026.9l57.2 -10026.9l58.9 -10026.9l60.6 -10026.8l62.2 -10026.8l63.9 -10026.8l65.5 -10026.8l67.2 -10026.8l68.8 -10026.7l70.5 -10026.7l72.2 -10026.7l73.8 -10026.7l75.5 -10026.7l77.1 -10026.6l78.8 -10026.6l80.4 -10026.6l82.1 -10026.6l83.7 -10026.5l85.4 -10026.5l87.1 -10026.5l88.7 -10026.5l90.4 -10026.5l92 -10026.4l93.7 -10026.4l95.3 -10026.4l97 -10026.3l98.6 -10026.3l100.3 -10026.3l101.9 -10026.3l103.6 -10026.2l105.2 -10026.2l106.9 -10026.1l108.5 -10026.1l110.2 -10026.1l111.8 -10026.1l113.5 -10026l115.1 -10026l116.8 -10026l118.4 -10025.9l120.1 -10025.9l121.7 -10025.8l123.4 -10025.8l125 -10025.8l126.7 -10025.8l128.3 -10025.7l130 -10025.7l131.6 -10025.7l133.3 -10025.6l134.9 -10025.6l136.5 -10025.5l138.2 -10025.5l139.8 -10025.5l141.5 -10025.4l143.1 -10025.4l144.8 -10025.3l146.4 -10025.3l148.1 -10025.3l149.7 -10025.2l151.3 -10025.1l153 -10025.1l154.6 -10025.1l156.3 -10025l157.9 -10025l159.5 -10024.9l161.2 -10024.9l162.8 -10024.9l164.5 -10024.8l166.1 -10024.7l167.7 -10024.7l169.4 -10024.7l171 -10024.6l172.6 -10024.6l174.3 -10024.5l175.9 -10024.5l177.6 -10024.4l179.2 -10024.4l180.8 -10024.3l182.5 -10024.2l184.1 -10024.2l185.7 -10024.2l187.4 -10024.1l189 -10024l190.6 -10024l192.2 -10023.9l193.9 -10023.9l195.5 -10023.8l197.1 -10023.7l198.8 -10023.7l200.4 -10023.7l202 -10023.6l203.6 -10023.5l205.3 -10023.5l206.9 -10023.4l208.5 -10023.4l210.1 -10023.3l211.8 -10023.2l213.4 -10023.2l215 -10023.1l216.6 -10023.1l218.3 -10023l219.9 -10022.9l221.5 -10022.9l223.1 -10022.8l224.7 -10022.8l226.4 -10022.7l228 -10022.6l229.6 -10022.6l231.2 -10022.5l232.8 -10022.4l234.4 -10022.4l236.1 -10022.3l237.7 -10022.2l239.3 -10022.2l240.9 -10022.1l242.5 -10022l244.1 -10022l245.7 -10021.9l247.3 -10021.8l249 -10021.7l250.6 -10021.7l252.2 -10021.6l253.8 -10021.6l255.4 -10021.4l257 -10021.4l258.6 -10021.3l260.2 -10021.3l261.8 -10021.2l263.4 -10021.1l265 -10021l266.6 -10021l268.2 -10020.9l269.8 -10020.8l271.4 -10020.7l273 -10020.7l274.6 -10020.6l276.2 -10020.5l277.8 -10020.4l279.4 -10020.4l281 -10020.3l282.6 -10020.2l284.2 -10020.1l285.8 -10020l287.4 -10020l289 -10019.9l290.6 -10019.8l292.2 -10019.7l293.8 -10019.6l295.3 -10019.6l296.9 -10019.5l298.5 -10019.4l300.1 -10019.3l301.7 -10019.2l303.3 -10019.2l304.9 -10019.1l306.4 -10019l308 -10018.9l309.6 -10018.8l311.2 -10018.7l312.8 -10018.6l314.4 -10018.5l315.9 -10018.5l317.5 -10018.4l319.1 -10018.3l320.7 -10018.2l322.2 -10018.1l323.8 -10018l325.4 -10017.9l327 -10017.9l328.5 -10017.7l330.1 -10017.7l331.7 -10017.6l333.2 -10017.5l334.8 -10017.4l336.4 -10017.3l337.9 -10017.2l339.5 -10017.1l341.1 -10017l342.6 -10016.9l344.2 -10016.9l345.8 -10016.8l347.3 -10016.7l348.9 -10016.6l350.4 -10016.4l352 -10016.4l353.6 -10016.3l355.1 -10016.2l356.7 -10016.1l358.2 -10016l359.8 -10015.9l361.3 -10015.8l362.9 -10015.7l364.4 -10015.6l366 -10015.5l367.5 -10015.4l369.1 -10015.3l370.6 -10015.2l372.2 -10015.1l373.7 -10015l375.3 -10014.9l376.8 -10014.8l378.4 -10014.7l379.9 -10014.6l381.4 -10014.5l383 -10014.4l384.5 -10014.3l386.1 -10014.2l387.6 -10014.1l389.1 -10014l390.7 -10013.9l392.2 -10013.8l393.7 -10013.7l395.3 -10013.6l396.8 -10013.5l398.3 -10013.3l399.8 -10013.3l401.4 -10013.2l402.9 -10013.1l404.4 -10012.9l405.9 -10012.8l407.5 -10012.7l409 -10012.6l410.5 -10012.5l412 -10012.4l413.5 -10012.3l415.1 -10012.2l416.6 -10012.1l418.1 -10012l419.6 -10011.8l421.1 -10011.8l422.6 -10011.6l424.1 -10011.5l425.7 -10011.4l427.2 -10011.3l428.7 -10011.2l430.2 -10011.1l431.7 -10011l433.2 -10010.8l434.7 -10010.8l436.2 -10010.6l437.7 -10010.5l439.2 -10010.4l440.7 -10010.3l442.2 -10010.2l443.7 -10010.1l445.2 -10010l446.7 -10009.8l448.2 -10009.7l449.7 -10009.6l451.1 -10009.5l452.6 -10009.4l454.1 -10009.2l455.6 -10009.1l457.1 -10009l458.6 -10008.9l460.1 -10008.8l461.5 -10008.6l463 -10008.6l464.5 -10008.4l466 -10008.3l467.5 -10008.2l468.9 -10008.1l470.4 -10008l471.9 -10007.8l473.4 -10007.7l474.8 -10007.6l476.3 -10007.5l477.8 -10007.4l479.2 -10007.2l480.7 -10007.1l482.2 -10007l483.6 -10006.9l485.1 -10006.8l486.5 -10006.6l488 -10006.5l489.5 -10006.4l490.9 -10006.3l492.4 -10006.1l493.8 -10006l495.3 -10005.9l496.7 -10005.8l498.2 -10005.7l499.6 -10005.5l501.1 -10005.4l502.5 -10005.3l504 -10005.2l505.4 -10005l506.9 -10004.9l508.3 -10004.7l509.7 -10004.7l511.2 -10004.5l512.6 -10004.4l514.1 -10004.2l515.5 -10004.1l516.9 -10004l518.4 -10003.9l519.8 -10003.8l521.2 -10003.6l522.7 -10003.5l524.1 -10003.4l525.5 -10003.3l526.9 -10003.1l528.4 -10003l529.8 -10002.9l531.2 -10002.7l532.6 -10002.6l534 -10002.4l535.4 -10002.4l536.9 -10002.2l538.3 -10002.1l539.7 -10001.9l541.1 -10001.8l542.5 -10001.7l543.9 -10001.6l545.3 -10001.4l546.7 -10001.3l548.1 -10001.2l549.5 -10001l550.9 -10000.9l552.3 -10000.8l553.7 -10000.7l555.1 -10000.5l556.5 -10000.4l557.9 -10000.3l559.3 -10000.1l560.7 -10000l562.1 -9999.9l563.5 -9999.7l564.9 -9999.6l566.2 -9999.4l567.6 -9999.3l569 -9999.2l570.4 -9999.1l571.8 -9998.9l573.1 -9998.8l574.5 -9998.7l575.9 -9998.5l577.3 -9998.4l578.6 -9998.2l580 -9998.1l581.4 -9998l582.7 -9997.8l584.1 -9997.7l585.5 -9997.6l586.8 -9997.4l588.2 -9997.3l589.5 -9997.2l590.9 -9997l592.3 -9996.9l593.6 -9996.8l595 -9996.6l596.3 -9996.4l597.7 -9996.3l599 -9996.2l600.4 -9996.1l601.7 -9995.9l603.1 -9995.8l604.4 -9995.7l605.7 -9995.5l607.1 -9995.4l608.4 -9995.2l609.8 -9995.1l611.1 -9995l612.4 -9994.8l613.8 -9994.7l615.1 -9994.5l616.4 -9994.4l617.7 -9994.3l619.1 -9994.1l620.4 -9994l621.7 -9993.8l623 -9993.7l624.3 -9993.6l625.7 -9993.4l627 -9993.3l628.3 -9993.2l629.6 -9993l630.9 -9992.9l632.2 -9992.7l633.5 -9992.6l634.8 -9992.5l636.1 -9992.3l637.4 -9992.2l638.7 -9992l640 -9991.9l641.3 -9991.8l642.6 -9991.6l643.9 -9991.5l645.2 -9991.3l646.5 -9991.2l647.8 -9991.1l649.1 -9990.9l650.4 -9990.8l651.7 -9990.6l653 -9990.5l654.2 -9990.4l655.5 -9990.2l656.8 -9990l658.1 -9989.9l659.3 -9989.8l660.6 -9989.6l661.9 -9989.5l663.2 -9989.3l664.4 -9989.2l665.7 -9989.1l667 -9988.9l668.2 -9988.8l669.5 -9988.7l670.7 -9988.5l672 -9988.4l673.3 -9988.2l674.5 -9988.1l675.8 -9987.9l677 -9987.8l678.3 -9987.7l679.5 -9987.5l680.8 -9987.4l682 -9987.2l683.2 -9987.1l684.5 -9987l685.7 -9986.8l687 -9986.7l688.2 -9986.5l689.4 -9986.4l690.7 -9986.2l691.9 -9986.1l693.1 -9986l694.3 -9985.8l695.6 -9985.7l696.8 -9985.5l698 -9985.4l699.2 -9985.2l700.4 -9985.1l701.7 -9985l702.9 -9984.8l704.1 -9984.7l705.3 -9984.5l706.5 -9984.4l707.7 -9984.2l708.9 -9984.1l710.1 -9984l711.3 -9983.8l712.5 -9983.7l713.7 -9983.5l714.9 -9983.4l716.1 -9983.3l717.3 -9983.1l718.5 -9982.9l719.7 -9982.8l720.9 -9982.7l722.1 -9982.5l723.2 -9982.4l724.4 -9982.2l725.6 -9982.1l726.8 -9982l728 -9981.8l729.1 -9981.7l730.3 -9981.6l731.5 -9981.4l732.6 -9981.3l733.8 -9981.1l735 -9981l736.1 -9980.8l737.3 -9980.7l738.5 -9980.6l739.6 -9980.4l740.8 -9980.3l741.9 -9980.1l743.1 -9980l744.2 -9979.9l745.4 -9979.7l746.5 -9979.6l747.7 -9979.4l748.8 -9979.3l750 -9979.2l751.1 -9979l752.2 -9978.9l753.4 -9978.7l754.5 -9978.6l755.6 -9978.4l756.8 -9978.3l757.9 -9978.2l759 -9978l760.1 -9977.9l761.3 -9977.7l762.4 -9977.6l763.5 -9977.5l764.6 -9977.3l765.7 -9977.2l766.8 -9977.1l767.9 -9976.9l769.1 -9976.8l770.2 -9976.6l771.3 -9976.5l772.4 -9976.4l773.5 -9976.2l774.6 -9976.1l775.7 -9975.9l776.8 -9975.8l777.9 -9975.7l778.9 -9975.5l780 -9975.4l781.1 -9975.2l782.2 -9975.1l783.3 -9975l784.4 -9974.8l785.5 -9974.7l786.5 -9974.5l787.6 -9974.4l788.7 -9974.3l789.7 -9974.1l790.8 -9974l791.9 -9973.9l793 -9973.7l794 -9973.6l795.1 -9973.5l796.1 -9973.3l797.2 -9973.2l798.2 -9973.1l799.3 -9972.9l800.4 -9972.7l801.4 -9972.6l802.5 -9972.5l803.5 -9972.4l804.5 -9972.2l805.6 -9972.1l806.6 -9972l807.7 -9971.8l808.7 -9971.7l809.7 -9971.5l810.8 -9971.4l811.8 -9971.3l812.8 -9971.2l813.8 -9971l814.9 -9970.9l815.9 -9970.8l816.9 -9970.6l817.9 -9970.5l818.9 -9970.4l819.9 -9970.2l821 -9970.1l822 -9970l823 -9969.8l824 -9969.7l825 -9969.6l826 -9969.4l827 -9969.3l828 -9969.2l829 -9969l830 -9968.9l831 -9968.8l832 -9968.6l832.9 -9968.5l833.9 -9968.4l834.9 -9968.2l835.9 -9968.1l836.9 -9968l837.8 -9967.8l838.8 -9967.7l839.8 -9967.6l840.8 -9967.5l841.7 -9967.3l842.7 -9967.2l843.7 -9967.1l844.6 -9967l845.6 -9966.8l846.5 -9966.7l847.5 -9966.6l848.4 -9966.4l849.4 -9966.3l850.3 -9966.2l851.3 -9966l852.2 -9965.9l853.2 -9965.8l854.1 -9965.7l855.1 -9965.5l856 -9965.4l856.9 -9965.3l857.9 -9965.2l858.8 -9965.1l859.7 -9964.9l860.6 -9964.8l861.6 -9964.7l862.5 -9964.6l863.4 -9964.4l864.3 -9964.3l865.2 -9964.2l866.2 -9964.1l867.1 -9963.9l868 -9963.8l868.9 -9963.7l869.8 -9963.6l870.7 -9963.4l871.6 -9963.3l872.5 -9963.2l873.4 -9963.1l874.3 -9963l875.2 -9962.8l876.1 -9962.7l876.9 -9962.6l877.8 -9962.5l878.7 -9962.4l879.6 -9962.2l880.5 -9962.1l881.3 -9962l882.2 -9961.9l883.1 -9961.8l884 -9961.6l884.8 -9961.5l885.7 -9961.4l886.6 -9961.3l887.4 -9961.2l888.3 -9961l889.1 -9960.9l890 -9960.8l890.8 -9960.7l891.7 -9960.6l892.5 -9960.5l893.4 -9960.4l894.2 -9960.3l895.1 -9960.1l895.9 -9960l896.8 -9959.9l897.6 -9959.8l898.4 -9959.7l899.2 -9959.5l900.1 -9959.5l489.8 -5416.3"
id="path1965"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M11846.7 -1l.8 -10024.5l2.5 -10025.5l4.1 -10025.5l5.8 -10025.5l7.5 -10025.5l9.1 -10025.5l10.8 -10025.5l12.4 -10025.5l14.1 -10025.5l15.8 -10025.5l17.4 -10025.5l19.1 -10025.5l20.7 -10025.5l22.4 -10025.5l24.1 -10025.4l25.7 -10025.5l27.4 -10025.4l29 -10025.4l30.7 -10025.4l32.4 -10025.4l34 -10025.4l35.7 -10025.4l37.3 -10025.4l39 -10025.3l40.7 -10025.4l42.3 -10025.4l44 -10025.3l45.6 -10025.3l47.3 -10025.3l48.9 -10025.3l50.6 -10025.3l52.3 -10025.3l53.9 -10025.2l55.6 -10025.2l57.2 -10025.2l58.9 -10025.2l60.5 -10025.2l62.2 -10025.2l63.9 -10025.2l65.5 -10025.1l67.2 -10025.1l68.8 -10025.1l70.5 -10025.1l72.1 -10025.1l73.8 -10025l75.4 -10025l77.1 -10025l78.8 -10025l80.4 -10024.9l82.1 -10024.9l83.7 -10024.9l85.4 -10024.9l87 -10024.9l88.7 -10024.8l90.3 -10024.8l92 -10024.7l93.6 -10024.7l95.3 -10024.7l96.9 -10024.7l98.6 -10024.6l100.2 -10024.6l101.9 -10024.6l103.5 -10024.6l105.2 -10024.6l106.9 -10024.5l108.5 -10024.5l110.2 -10024.5l111.8 -10024.4l113.5 -10024.4l115.1 -10024.4l116.7 -10024.3l118.4 -10024.3l120 -10024.3l121.7 -10024.2l123.3 -10024.2l125 -10024.2l126.6 -10024.1l128.3 -10024.1l129.9 -10024l131.6 -10024l133.2 -10024l134.9 -10023.9l136.5 -10023.9l138.2 -10023.9l139.8 -10023.8l141.4 -10023.8l143.1 -10023.7l144.7 -10023.7l146.4 -10023.7l148 -10023.6l149.7 -10023.6l151.3 -10023.5l152.9 -10023.5l154.6 -10023.4l156.2 -10023.4l157.9 -10023.4l159.5 -10023.3l161.1 -10023.3l162.8 -10023.2l164.4 -10023.2l166 -10023.1l167.7 -10023.1l169.3 -10023l171 -10023l172.6 -10022.9l174.2 -10022.8l175.9 -10022.8l177.5 -10022.8l179.1 -10022.7l180.8 -10022.7l182.4 -10022.6l184 -10022.6l185.7 -10022.5l187.3 -10022.5l188.9 -10022.4l190.6 -10022.4l192.2 -10022.3l193.8 -10022.3l195.4 -10022.2l197.1 -10022.1l198.7 -10022.1l200.3 -10022l202 -10022l203.6 -10021.9l205.2 -10021.9l206.8 -10021.8l208.5 -10021.7l210.1 -10021.7l211.7 -10021.6l213.3 -10021.6l215 -10021.5l216.6 -10021.5l218.2 -10021.4l219.8 -10021.3l221.4 -10021.3l223.1 -10021.2l224.7 -10021.1l226.3 -10021l227.9 -10021l229.5 -10021l231.1 -10020.9l232.8 -10020.8l234.4 -10020.8l236 -10020.7l237.6 -10020.6l239.2 -10020.6l240.8 -10020.5l242.4 -10020.4l244.1 -10020.4l245.7 -10020.3l247.3 -10020.2l248.9 -10020.1l250.5 -10020.1l252.1 -10020l253.7 -10019.9l255.3 -10019.8l256.9 -10019.8l258.5 -10019.7l260.1 -10019.7l261.7 -10019.6l263.3 -10019.5l264.9 -10019.4l266.6 -10019.4l268.2 -10019.3l269.8 -10019.2l271.4 -10019.1l273 -10019.1l274.6 -10019l276.1 -10018.9l277.7 -10018.8l279.3 -10018.8l280.9 -10018.7l282.5 -10018.6l284.1 -10018.5l285.7 -10018.5l287.3 -10018.4l288.9 -10018.3l290.5 -10018.2l292.1 -10018.1l293.7 -10018.1l295.3 -10018l296.9 -10017.9l298.4 -10017.8l300 -10017.7l301.6 -10017.7l303.2 -10017.6l304.8 -10017.5l306.4 -10017.4l307.9 -10017.3l309.5 -10017.2l311.1 -10017.1l312.7 -10017.1l314.3 -10016.9l315.8 -10016.9l317.4 -10016.8l319 -10016.7l320.6 -10016.6l322.2 -10016.5l323.7 -10016.5l325.3 -10016.4l326.9 -10016.3l328.4 -10016.2l330 -10016.1l331.6 -10016l333.2 -10015.9l334.7 -10015.8l336.3 -10015.7l337.9 -10015.7l339.4 -10015.6l341 -10015.5l342.5 -10015.3l344.1 -10015.3l345.7 -10015.2l347.2 -10015.1l348.8 -10015l350.4 -10014.9l351.9 -10014.8l353.5 -10014.7l355 -10014.6l356.6 -10014.5l358.1 -10014.4l359.7 -10014.3l361.2 -10014.3l362.8 -10014.2l364.3 -10014l365.9 -10014l367.4 -10013.9l369 -10013.8l370.5 -10013.6l372.1 -10013.6l373.6 -10013.5l375.2 -10013.4l376.7 -10013.3l378.3 -10013.1l379.8 -10013.1l381.3 -10013l382.9 -10012.9l384.4 -10012.7l386 -10012.7l387.5 -10012.6l389 -10012.5l390.6 -10012.4l392.1 -10012.2l393.6 -10012.2l395.2 -10012.1l396.7 -10011.9l398.2 -10011.8l399.7 -10011.7l401.3 -10011.6l402.8 -10011.5l404.3 -10011.4l405.8 -10011.3l407.4 -10011.2l408.9 -10011.1l410.4 -10011l411.9 -10010.9l413.4 -10010.8l415 -10010.7l416.5 -10010.6l418 -10010.5l419.5 -10010.3l421 -10010.2l422.5 -10010.1l424 -10010l425.5 -10009.9l427.1 -10009.8l428.6 -10009.7l430.1 -10009.6l431.6 -10009.5l433.1 -10009.3l434.6 -10009.3l436.1 -10009.1l437.6 -10009l439.1 -10008.9l440.6 -10008.8l442.1 -10008.7l443.6 -10008.6l445.1 -10008.5l446.6 -10008.3l448.1 -10008.2l449.5 -10008.1l451 -10008l452.5 -10007.9l454 -10007.7l455.5 -10007.7l457 -10007.5l458.5 -10007.4l459.9 -10007.3l461.4 -10007.2l462.9 -10007.1l464.4 -10007l465.9 -10006.8l467.3 -10006.7l468.8 -10006.6l470.3 -10006.5l471.8 -10006.4l473.2 -10006.3l474.7 -10006.1l476.2 -10006l477.6 -10005.9l479.1 -10005.8l480.6 -10005.6l482 -10005.5l483.5 -10005.4l485 -10005.3l486.4 -10005.2l487.9 -10005l489.3 -10004.9l490.8 -10004.8l492.3 -10004.7l493.7 -10004.5l495.2 -10004.4l496.6 -10004.3l498.1 -10004.2l499.5 -10004.1l501 -10003.9l502.4 -10003.8l503.9 -10003.7l505.3 -10003.6l506.7 -10003.5l508.2 -10003.3l509.6 -10003.2l511.1 -10003.1l512.5 -10003l513.9 -10002.8l515.4 -10002.7l516.8 -10002.6l518.2 -10002.5l519.7 -10002.3l521.1 -10002.2l522.5 -10002.1l524 -10002l525.4 -10001.8l526.8 -10001.7l528.2 -10001.6l529.6 -10001.4l531.1 -10001.3l532.5 -10001.2l533.9 -10001l535.3 -10000.9l536.7 -10000.8l538.1 -10000.7l539.6 -10000.5l541 -10000.4l542.4 -10000.3l543.8 -10000.2l545.2 -10000l546.6 -9999.9l548 -9999.8l549.4 -9999.6l550.8 -9999.5l552.2 -9999.4l553.6 -9999.3l555 -9999.1l556.4 -9999l557.8 -9998.9l559.2 -9998.7l560.6 -9998.6l561.9 -9998.5l563.3 -9998.3l564.7 -9998.2l566.1 -9998l567.5 -9997.9l568.9 -9997.8l570.2 -9997.7l571.6 -9997.5l573 -9997.4l574.4 -9997.3l575.8 -9997.1l577.1 -9997l578.5 -9996.8l579.9 -9996.7l581.2 -9996.6l582.6 -9996.5l584 -9996.3l585.3 -9996.2l586.7 -9996.1l588.1 -9995.9l589.4 -9995.8l590.8 -9995.6l592.1 -9995.5l593.5 -9995.4l594.8 -9995.3l596.2 -9995.1l597.5 -9995l598.9 -9994.9l600.2 -9994.7l601.6 -9994.6l602.9 -9994.4l604.3 -9994.3l605.6 -9994.2l606.9 -9994l608.3 -9993.9l609.6 -9993.7l611 -9993.6l612.3 -9993.5l613.6 -9993.4l614.9 -9993.2l616.3 -9993.1l617.6 -9992.9l618.9 -9992.8l620.2 -9992.7l621.6 -9992.5l622.9 -9992.4l624.2 -9992.3l625.5 -9992.1l626.8 -9992l628.2 -9991.8l629.5 -9991.7l630.8 -9991.6l632.1 -9991.4l633.4 -9991.3l634.7 -9991.2l636 -9991l637.3 -9990.9l638.6 -9990.7l639.9 -9990.6l641.2 -9990.5l642.5 -9990.3l643.8 -9990.2l645.1 -9990l646.4 -9989.9l647.7 -9989.8l649 -9989.6l650.2 -9989.5l651.5 -9989.3l652.8 -9989.2l654.1 -9989.1l655.4 -9988.9l656.7 -9988.8l657.9 -9988.7l659.2 -9988.5l660.5 -9988.4l661.7 -9988.2l663 -9988.1l664.3 -9988l665.6 -9987.8l666.8 -9987.7l668.1 -9987.5l669.3 -9987.4l670.6 -9987.3l671.9 -9987.1l673.1 -9987l674.4 -9986.8l675.6 -9986.7l676.9 -9986.6l678.1 -9986.4l679.4 -9986.2l680.6 -9986.1l681.9 -9986l683.1 -9985.9l684.3 -9985.7l685.6 -9985.5l686.8 -9985.4l688 -9985.3l689.3 -9985.2l690.5 -9985l691.7 -9984.9l693 -9984.7l694.2 -9984.6l695.4 -9984.5l696.6 -9984.3l697.9 -9984.2l699.1 -9984l700.3 -9983.9l701.5 -9983.7l702.7 -9983.6l703.9 -9983.5l705.2 -9983.3l706.4 -9983.2l707.6 -9983l708.8 -9982.9l710 -9982.8l711.2 -9982.6l712.4 -9982.5l713.6 -9982.3l714.8 -9982.2l716 -9982.1l717.2 -9981.9l718.4 -9981.8l719.5 -9981.6l720.7 -9981.5l721.9 -9981.4l723.1 -9981.2l724.3 -9981.1l725.5 -9980.9l726.6 -9980.8l727.8 -9980.7l729 -9980.5l730.2 -9980.4l731.3 -9980.2l732.5 -9980.1l733.7 -9980l734.8 -9979.8l736 -9979.7l737.2 -9979.5l738.3 -9979.4l739.5 -9979.3l740.6 -9979.1l741.8 -9979l742.9 -9978.9l744.1 -9978.7l745.2 -9978.5l746.4 -9978.4l747.5 -9978.3l748.7 -9978.2l749.8 -9978l750.9 -9977.8l752.1 -9977.7l753.2 -9977.6l754.4 -9977.5l755.5 -9977.3l756.6 -9977.2l757.7 -9977l758.9 -9976.9l760 -9976.8l761.1 -9976.6l762.2 -9976.5l763.4 -9976.4l764.5 -9976.2l765.6 -9976l766.7 -9975.9l767.8 -9975.8l768.9 -9975.7l770 -9975.5l771.1 -9975.4l772.2 -9975.3l773.3 -9975.1l774.4 -9975l775.5 -9974.8l776.6 -9974.7l777.7 -9974.6l778.8 -9974.4l779.9 -9974.3l781 -9974.1l782.1 -9974l783.2 -9973.9l784.2 -9973.8l785.3 -9973.6l786.4 -9973.4l787.5 -9973.3l788.5 -9973.2l789.6 -9973.1l790.7 -9972.9l791.7 -9972.8l792.8 -9972.7l793.9 -9972.5l794.9 -9972.4l796 -9972.2l797.1 -9972.1l798.1 -9972l799.2 -9971.9l800.2 -9971.7l801.3 -9971.6l802.3 -9971.5l803.4 -9971.3l804.4 -9971.2l805.4 -9971l806.5 -9970.9l807.5 -9970.8l808.6 -9970.7l809.6 -9970.5l810.6 -9970.4l811.7 -9970.3l812.7 -9970.1l813.7 -9970l814.7 -9969.8l815.8 -9969.7l816.8 -9969.6l817.8 -9969.5l818.8 -9969.3l819.8 -9969.2l820.8 -9969.1l821.8 -9968.9l822.8 -9968.8l823.8 -9968.7l824.9 -9968.6l825.9 -9968.4l826.9 -9968.3l827.9 -9968.2l828.8 -9968l829.8 -9967.9l830.8 -9967.8l831.8 -9967.7l832.8 -9967.5l833.8 -9967.4l834.8 -9967.3l835.8 -9967.1l836.7 -9967l837.7 -9966.8l838.7 -9966.8l839.7 -9966.6l840.6 -9966.5l841.6 -9966.3l842.6 -9966.2l843.5 -9966.1l844.5 -9966l845.4 -9965.9l846.4 -9965.7l847.4 -9965.6l848.3 -9965.5l849.3 -9965.4l850.2 -9965.2l851.2 -9965.1l852.1 -9965l853.1 -9964.9l854 -9964.7l854.9 -9964.6l855.9 -9964.5l856.8 -9964.4l857.7 -9964.2l858.7 -9964.1l859.6 -9964l860.5 -9963.9l861.4 -9963.8l862.4 -9963.6l863.3 -9963.5l864.2 -9963.4l865.1 -9963.3l866 -9963.1l866.9 -9963l867.8 -9962.9l868.8 -9962.8l869.7 -9962.7l870.6 -9962.5l871.5 -9962.4l872.4 -9962.3l873.3 -9962.2l874.2 -9962.1l875 -9962l875.9 -9961.8l876.8 -9961.7l877.7 -9961.6l878.6 -9961.5l879.5 -9961.4l880.4 -9961.2l881.2 -9961.1l135.3 -1528.8"
id="path1966"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M21871.4 -1l.8 -10022.8l2.5 -10023.8l4.1 -10023.8l5.8 -10023.8l7.5 -10023.8l9.1 -10023.8l10.8 -10023.8l12.4 -10023.8l14.1 -10023.8l15.8 -10023.8l17.4 -10023.8l19.1 -10023.8l20.7 -10023.8l22.4 -10023.8l24.1 -10023.8l25.7 -10023.8l27.4 -10023.8l29 -10023.8l30.7 -10023.7l32.3 -10023.8l34 -10023.7l35.7 -10023.7l37.3 -10023.7l39 -10023.7l40.6 -10023.7l42.3 -10023.7l44 -10023.7l45.6 -10023.6l47.3 -10023.7l48.9 -10023.6l50.6 -10023.6l52.2 -10023.6l53.9 -10023.6l55.6 -10023.6l57.2 -10023.6l58.9 -10023.6l60.5 -10023.5l62.2 -10023.5l63.8 -10023.5l65.5 -10023.5l67.1 -10023.5l68.8 -10023.4l70.5 -10023.4l72.1 -10023.4l73.8 -10023.4l75.4 -10023.4l77.1 -10023.3l78.7 -10023.3l80.4 -10023.3l82 -10023.3l83.7 -10023.2l85.3 -10023.2l87 -10023.2l88.7 -10023.2l90.3 -10023.1l92 -10023.1l93.6 -10023.1l95.3 -10023.1l96.9 -10023l98.6 -10023l100.2 -10023l101.9 -10023l103.5 -10022.9l105.2 -10022.9l106.8 -10022.8l108.5 -10022.8l110.1 -10022.8l111.8 -10022.8l113.4 -10022.7l115.1 -10022.7l116.7 -10022.7l118.4 -10022.6l120 -10022.6l121.7 -10022.5l123.3 -10022.5l125 -10022.5l126.6 -10022.5l128.2 -10022.4l129.9 -10022.4l131.5 -10022.4l133.2 -10022.3l134.8 -10022.3l136.5 -10022.2l138.1 -10022.2l139.8 -10022.2l141.4 -10022.1l143 -10022.1l144.7 -10022l146.3 -10022l148 -10022l149.6 -10021.9l151.3 -10021.9l152.9 -10021.8l154.5 -10021.8l156.2 -10021.8l157.8 -10021.7l159.5 -10021.6l161.1 -10021.6l162.7 -10021.6l164.4 -10021.5l166 -10021.5l167.6 -10021.4l169.3 -10021.4l170.9 -10021.3l172.5 -10021.3l174.2 -10021.2l175.8 -10021.2l177.5 -10021.1l179.1 -10021.1l180.7 -10021l182.3 -10021l184 -10020.9l185.6 -10020.9l187.2 -10020.8l188.9 -10020.8l190.5 -10020.7l192.1 -10020.7l193.8 -10020.6l195.4 -10020.6l197 -10020.5l198.6 -10020.5l200.3 -10020.4l201.9 -10020.4l203.5 -10020.3l205.2 -10020.2l206.8 -10020.2l208.4 -10020.1l210 -10020.1l211.6 -10020l213.3 -10019.9l214.9 -10019.9l216.5 -10019.8l218.1 -10019.7l219.8 -10019.7l221.4 -10019.6l223 -10019.6l224.6 -10019.5l226.2 -10019.4l227.9 -10019.4l229.5 -10019.3l231.1 -10019.3l232.7 -10019.2l234.3 -10019.1l235.9 -10019.1l237.5 -10019l239.2 -10018.9l240.8 -10018.8l242.4 -10018.8l244 -10018.7l245.6 -10018.7l247.2 -10018.6l248.8 -10018.5l250.4 -10018.5l252 -10018.4l253.6 -10018.3l255.3 -10018.2l256.9 -10018.2l258.5 -10018.1l260.1 -10018.1l261.7 -10018l263.3 -10017.9l264.9 -10017.8l266.5 -10017.8l268.1 -10017.7l269.7 -10017.6l271.3 -10017.5l272.9 -10017.5l274.5 -10017.4l276.1 -10017.3l277.7 -10017.2l279.3 -10017.2l280.9 -10017.1l282.5 -10017l284 -10016.9l285.6 -10016.9l287.2 -10016.8l288.8 -10016.7l290.4 -10016.6l292 -10016.5l293.6 -10016.5l295.2 -10016.4l296.8 -10016.3l298.4 -10016.2l299.9 -10016.1l301.5 -10016.1l303.1 -10016l304.7 -10015.9l306.3 -10015.8l307.9 -10015.7l309.4 -10015.7l311 -10015.6l312.6 -10015.5l314.2 -10015.4l315.8 -10015.3l317.3 -10015.2l318.9 -10015.1l320.5 -10015l322.1 -10015l323.6 -10014.9l325.2 -10014.8l326.8 -10014.7l328.4 -10014.6l329.9 -10014.5l331.5 -10014.4l333.1 -10014.4l334.6 -10014.2l336.2 -10014.2l337.8 -10014.1l339.3 -10014l340.9 -10013.9l342.5 -10013.8l344 -10013.7l345.6 -10013.6l347.1 -10013.5l348.7 -10013.5l350.3 -10013.3l351.8 -10013.3l353.4 -10013.2l354.9 -10013.1l356.5 -10013l358 -10012.9l359.6 -10012.8l361.1 -10012.7l362.7 -10012.6l364.2 -10012.5l365.8 -10012.4l367.3 -10012.3l368.9 -10012.2l370.4 -10012.1l372 -10012l373.5 -10011.9l375.1 -10011.8l376.6 -10011.7l378.2 -10011.6l379.7 -10011.5l381.2 -10011.4l382.8 -10011.3l384.3 -10011.2l385.9 -10011.1l387.4 -10011l388.9 -10010.9l390.5 -10010.8l392 -10010.7l393.5 -10010.6l395 -10010.5l396.6 -10010.4l398.1 -10010.3l399.6 -10010.2l401.2 -10010.1l402.7 -10010l404.2 -10009.9l405.7 -10009.8l407.3 -10009.7l408.8 -10009.6l410.3 -10009.5l411.8 -10009.4l413.3 -10009.2l414.9 -10009.2l416.4 -10009.1l417.9 -10008.9l419.4 -10008.8l420.9 -10008.7l422.4 -10008.6l423.9 -10008.5l425.4 -10008.4l426.9 -10008.3l428.5 -10008.2l430 -10008.1l431.5 -10008l433 -10007.8l434.5 -10007.7l436 -10007.6l437.5 -10007.5l439 -10007.4l440.5 -10007.3l442 -10007.2l443.5 -10007.1l445 -10007l446.4 -10006.8l447.9 -10006.7l449.4 -10006.6l450.9 -10006.5l452.4 -10006.4l453.9 -10006.3l455.4 -10006.2l456.9 -10006.1l458.3 -10005.9l459.8 -10005.8l461.3 -10005.7l462.8 -10005.6l464.3 -10005.5l465.7 -10005.4l467.2 -10005.2l468.7 -10005.1l470.2 -10005l471.6 -10004.9l473.1 -10004.8l474.6 -10004.6l476.1 -10004.5l477.5 -10004.4l479 -10004.3l480.5 -10004.2l481.9 -10004.1l483.4 -10004l484.8 -10003.8l486.3 -10003.7l487.8 -10003.6l489.2 -10003.5l490.7 -10003.4l492.1 -10003.2l493.6 -10003.1l495 -10003l496.5 -10002.9l497.9 -10002.8l499.4 -10002.6l500.8 -10002.5l502.3 -10002.4l503.7 -10002.3l505.2 -10002.1l506.6 -10002l508.1 -10001.9l509.5 -10001.8l510.9 -10001.7l512.4 -10001.5l513.8 -10001.4l515.2 -10001.3l516.7 -10001.2l518.1 -10001l519.5 -10000.9l521 -10000.7l522.4 -10000.7l523.8 -10000.5l525.2 -10000.4l526.7 -10000.2l528.1 -10000.2l529.5 -10000l530.9 -9999.9l532.4 -9999.8l533.8 -9999.6l535.2 -9999.5l536.6 -9999.4l538 -9999.3l539.4 -9999.1l540.8 -9999l542.2 -9998.9l543.7 -9998.8l545.1 -9998.6l546.5 -9998.5l547.9 -9998.4l549.3 -9998.2l550.7 -9998.1l552.1 -9998l553.5 -9997.9l554.9 -9997.7l556.3 -9997.6l557.6 -9997.5l559 -9997.3l560.4 -9997.2l561.8 -9997.1l563.2 -9996.9l564.6 -9996.8l566 -9996.7l567.4 -9996.6l568.7 -9996.4l570.1 -9996.3l571.5 -9996.1l572.9 -9996l574.2 -9995.9l575.6 -9995.8l577 -9995.6l578.4 -9995.5l579.7 -9995.4l581.1 -9995.2l582.5 -9995.1l583.8 -9994.9l585.2 -9994.8l586.6 -9994.7l587.9 -9994.6l589.3 -9994.4l590.6 -9994.3l592 -9994.2l593.3 -9994l594.7 -9993.9l596 -9993.7l597.4 -9993.6l598.7 -9993.5l600.1 -9993.4l601.4 -9993.2l602.8 -9993.1l604.1 -9993l605.5 -9992.8l606.8 -9992.7l608.1 -9992.6l609.5 -9992.4l610.8 -9992.3l612.1 -9992.2l613.5 -9992l614.8 -9991.9l616.1 -9991.8l617.5 -9991.6l618.8 -9991.5l620.1 -9991.3l621.4 -9991.2l622.8 -9991.1l624.1 -9990.9l625.4 -9990.8l626.7 -9990.6l628 -9990.5l629.3 -9990.4l630.6 -9990.3l632 -9990.1l633.3 -9990l634.6 -9989.9l635.9 -9989.7l637.2 -9989.6l638.5 -9989.4l639.8 -9989.3l641.1 -9989.2l642.4 -9989l643.7 -9988.9l645 -9988.7l646.2 -9988.6l647.5 -9988.5l648.8 -9988.3l650.1 -9988.2l651.4 -9988l652.7 -9987.9l654 -9987.8l655.2 -9987.7l656.5 -9987.5l657.8 -9987.4l659.1 -9987.2l660.3 -9987.1l661.6 -9987l662.9 -9986.8l664.1 -9986.7l665.4 -9986.6l666.7 -9986.4l667.9 -9986.2l669.2 -9986.1l670.5 -9986l671.7 -9985.9l673 -9985.7l674.2 -9985.6l675.5 -9985.4l676.7 -9985.3l678 -9985.2l679.2 -9985l680.5 -9984.9l681.7 -9984.8l683 -9984.6l684.2 -9984.5l685.4 -9984.3l686.7 -9984.2l687.9 -9984.1l689.1 -9983.9l690.4 -9983.7l691.6 -9983.6l692.8 -9983.5l694.1 -9983.4l695.3 -9983.2l696.5 -9983.1l697.7 -9983l698.9 -9982.8l700.2 -9982.7l701.4 -9982.5l702.6 -9982.4l703.8 -9982.3l705 -9982.1l706.2 -9982l707.4 -9981.8l708.6 -9981.7l709.8 -9981.6l711 -9981.4l712.2 -9981.3l713.4 -9981.1l714.6 -9981l715.8 -9980.9l717 -9980.7l718.2 -9980.6l719.4 -9980.5l720.6 -9980.3l721.8 -9980.2l723 -9980l724.1 -9979.9l725.3 -9979.8l726.5 -9979.6l727.7 -9979.5l728.8 -9979.3l730 -9979.2l731.2 -9979.1l732.4 -9978.9l733.5 -9978.8l734.7 -9978.6l735.9 -9978.5l737 -9978.4l738.2 -9978.2l739.3 -9978.1l740.5 -9977.9l741.6 -9977.8l742.8 -9977.7l744 -9977.6l745.1 -9977.4l746.2 -9977.3l747.4 -9977.2l748.5 -9977l749.7 -9976.9l750.8 -9976.7l752 -9976.6l753.1 -9976.5l754.2 -9976.3l755.3 -9976.2l756.5 -9976.1l757.6 -9975.9l758.7 -9975.8l759.9 -9975.6l761 -9975.5l762.1 -9975.4l763.2 -9975.2l764.3 -9975.1l765.4 -9974.9l766.6 -9974.8l767.7 -9974.7l768.8 -9974.6l769.9 -9974.4l771 -9974.3l772.1 -9974.2l773.2 -9974l774.3 -9973.9l775.4 -9973.7l776.5 -9973.6l777.6 -9973.5l778.7 -9973.3l779.8 -9973.2l780.8 -9973l781.9 -9972.9l783 -9972.8l784.1 -9972.7l785.2 -9972.5l786.3 -9972.4l787.3 -9972.3l788.4 -9972.1l789.5 -9972l790.5 -9971.8l791.6 -9971.7l792.7 -9971.6l793.7 -9971.5l794.8 -9971.3l795.9 -9971.2l796.9 -9971.1l798 -9970.9l799 -9970.8l800.1 -9970.6l801.1 -9970.5l802.2 -9970.4l803.2 -9970.3l804.3 -9970.2l805.3 -9970l806.4 -9969.9l807.4 -9969.8l808.4 -9969.6l809.5 -9969.5l810.5 -9969.4l811.5 -9969.2l812.6 -9969.1l813.6 -9969l814.6 -9968.8l815.6 -9968.7l816.6 -9968.6l817.7 -9968.5l818.7 -9968.3l819.7 -9968.2l820.7 -9968.1l821.7 -9967.9l822.7 -9967.8l823.7 -9967.7l824.7 -9967.6l825.7 -9967.4l826.7 -9967.3l827.7 -9967.2l828.7 -9967l829.7 -9966.9l830.7 -9966.8l831.7 -9966.7l832.7 -9966.5l833.7 -9966.4l834.6 -9966.3l835.6 -9966.2l836.6 -9966l837.6 -9965.9l838.6 -9965.8l839.5 -9965.7l840.5 -9965.5l841.5 -9965.4l842.4 -9965.3l843.4 -9965.2l844.4 -9965l845.3 -9964.9l846.3 -9964.8l847.2 -9964.7l848.2 -9964.5l849.1 -9964.4l850.1 -9964.3l851 -9964.1l852 -9964l852.9 -9963.9l853.9 -9963.8l854.8 -9963.6l855.7 -9963.6l856.7 -9963.4l857.6 -9963.3l858.5 -9963.2l859.5 -9963l860.4 -9963l214.7 -2484.4"
id="path1967"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M31894.4 -1l.8 -10021.2l2.5 -10022.2l4.1 -10022.2l5.8 -10022.2l7.5 -10022.2l9.1 -10022.2l10.8 -10022.2l12.4 -10022.2l14.1 -10022.2l15.8 -10022.1l17.4 -10022.2l19.1 -10022.2l20.7 -10022.2l22.4 -10022.1l24 -10022.1l25.7 -10022.1l27.4 -10022.1l29 -10022.1l30.7 -10022.1l32.3 -10022.1l34 -10022.1l35.7 -10022.1l37.3 -10022.1l39 -10022l40.6 -10022l42.3 -10022l43.9 -10022l45.6 -10022l47.3 -10022l48.9 -10022l50.6 -10022l52.2 -10022l53.9 -10021.9l55.5 -10021.9l57.2 -10021.9l58.9 -10021.9l60.5 -10021.8l62.2 -10021.9l63.8 -10021.8l65.5 -10021.8l67.1 -10021.8l68.8 -10021.8l70.4 -10021.8l72.1 -10021.7l73.7 -10021.7l75.4 -10021.7l77.1 -10021.7l78.7 -10021.7l80.4 -10021.6l82 -10021.6l83.7 -10021.6l85.3 -10021.6l87 -10021.5l88.6 -10021.5l90.3 -10021.5l91.9 -10021.4l93.6 -10021.4l95.2 -10021.4l96.9 -10021.4l98.5 -10021.3l100.2 -10021.3l101.8 -10021.3l103.5 -10021.3l105.1 -10021.2l106.8 -10021.2l108.4 -10021.2l110.1 -10021.2l111.7 -10021.1l113.4 -10021.1l115 -10021.1l116.7 -10021l118.3 -10021l120 -10021l121.6 -10020.9l123.3 -10020.9l124.9 -10020.9l126.6 -10020.8l128.2 -10020.8l129.9 -10020.7l131.5 -10020.7l133.1 -10020.7l134.8 -10020.6l136.4 -10020.6l138.1 -10020.6l139.7 -10020.5l141.4 -10020.5l143 -10020.5l144.6 -10020.4l146.3 -10020.4l147.9 -10020.3l149.6 -10020.3l151.2 -10020.2l152.9 -10020.2l154.5 -10020.2l156.1 -10020.1l157.8 -10020.1l159.4 -10020l161 -10020l162.7 -10019.9l164.3 -10019.9l166 -10019.8l167.6 -10019.8l169.2 -10019.8l170.9 -10019.7l172.5 -10019.7l174.1 -10019.6l175.8 -10019.6l177.4 -10019.5l179 -10019.5l180.7 -10019.4l182.3 -10019.3l183.9 -10019.3l185.6 -10019.3l187.2 -10019.2l188.8 -10019.1l190.5 -10019.1l192.1 -10019.1l193.7 -10019l195.3 -10018.9l197 -10018.9l198.6 -10018.8l200.2 -10018.8l201.8 -10018.7l203.5 -10018.6l205.1 -10018.6l206.7 -10018.6l208.3 -10018.5l210 -10018.4l211.6 -10018.4l213.2 -10018.3l214.8 -10018.3l216.5 -10018.2l218.1 -10018.1l219.7 -10018.1l221.3 -10018l222.9 -10018l224.6 -10017.9l226.2 -10017.8l227.8 -10017.8l229.4 -10017.7l231 -10017.7l232.6 -10017.6l234.2 -10017.5l235.9 -10017.5l237.5 -10017.4l239.1 -10017.3l240.7 -10017.2l242.3 -10017.2l243.9 -10017.1l245.5 -10017.1l247.1 -10017l248.8 -10016.9l250.4 -10016.9l252 -10016.8l253.6 -10016.7l255.2 -10016.6l256.8 -10016.6l258.4 -10016.5l260 -10016.5l261.6 -10016.4l263.2 -10016.3l264.8 -10016.2l266.4 -10016.2l268 -10016.1l269.6 -10016l271.2 -10015.9l272.8 -10015.9l274.4 -10015.8l276 -10015.7l277.6 -10015.6l279.2 -10015.6l280.8 -10015.5l282.4 -10015.4l284 -10015.3l285.6 -10015.3l287.2 -10015.2l288.7 -10015.1l290.3 -10015l291.9 -10014.9l293.5 -10014.9l295.1 -10014.8l296.7 -10014.7l298.3 -10014.6l299.9 -10014.5l301.5 -10014.5l303 -10014.4l304.6 -10014.3l306.2 -10014.2l307.8 -10014.2l309.4 -10014.1l310.9 -10014l312.5 -10013.9l314.1 -10013.8l315.7 -10013.7l317.3 -10013.7l318.8 -10013.6l320.4 -10013.5l322 -10013.4l323.6 -10013.3l325.1 -10013.2l326.7 -10013.1l328.3 -10013l329.8 -10013l331.4 -10012.9l333 -10012.8l334.5 -10012.7l336.1 -10012.6l337.7 -10012.5l339.2 -10012.4l340.8 -10012.3l342.4 -10012.2l343.9 -10012.2l345.5 -10012.1l347.1 -10012l348.6 -10011.9l350.2 -10011.8l351.7 -10011.7l353.3 -10011.6l354.8 -10011.5l356.4 -10011.4l357.9 -10011.3l359.5 -10011.2l361.1 -10011.1l362.6 -10011.1l364.2 -10010.9l365.7 -10010.9l367.3 -10010.8l368.8 -10010.7l370.3 -10010.5l371.9 -10010.5l373.4 -10010.4l375 -10010.3l376.5 -10010.2l378.1 -10010.1l379.6 -10010l381.1 -10009.9l382.7 -10009.8l384.2 -10009.7l385.8 -10009.6l387.3 -10009.5l388.8 -10009.4l390.4 -10009.3l391.9 -10009.2l393.4 -10009.1l394.9 -10009l396.5 -10008.9l398 -10008.8l399.5 -10008.7l401.1 -10008.6l402.6 -10008.5l404.1 -10008.4l405.6 -10008.2l407.2 -10008.2l408.7 -10008.1l410.2 -10008l411.7 -10007.9l413.2 -10007.7l414.7 -10007.6l416.3 -10007.5l417.8 -10007.4l419.3 -10007.3l420.8 -10007.2l422.3 -10007.1l423.8 -10007l425.3 -10006.9l426.8 -10006.8l428.3 -10006.7l429.8 -10006.6l431.4 -10006.5l432.9 -10006.3l434.4 -10006.2l435.9 -10006.1l437.4 -10006l438.9 -10005.9l440.4 -10005.8l441.9 -10005.7l443.3 -10005.6l444.8 -10005.5l446.3 -10005.3l447.8 -10005.3l449.3 -10005.1l450.8 -10005l452.3 -10004.9l453.8 -10004.8l455.3 -10004.7l456.8 -10004.6l458.2 -10004.5l459.7 -10004.3l461.2 -10004.2l462.7 -10004.1l464.2 -10004l465.6 -10003.9l467.1 -10003.7l468.6 -10003.7l470.1 -10003.5l471.5 -10003.4l473 -10003.3l474.5 -10003.2l475.9 -10003.1l477.4 -10003l478.9 -10002.8l480.3 -10002.7l481.8 -10002.6l483.3 -10002.5l484.7 -10002.4l486.2 -10002.3l487.6 -10002.1l489.1 -10002l490.6 -10001.9l492 -10001.8l493.5 -10001.6l494.9 -10001.5l496.4 -10001.4l497.8 -10001.3l499.3 -10001.2l500.7 -10001l502.2 -10000.9l503.6 -10000.8l505.1 -10000.7l506.5 -10000.6l507.9 -10000.4l509.4 -10000.3l510.8 -10000.2l512.3 -10000.1l513.7 -9999.9l515.1 -9999.8l516.6 -9999.7l518 -9999.6l519.4 -9999.5l520.8 -9999.3l522.3 -9999.2l523.7 -9999.1l525.1 -9999l526.5 -9998.8l528 -9998.7l529.4 -9998.6l530.8 -9998.5l532.2 -9998.4l533.6 -9998.2l535.1 -9998.1l536.5 -9998l537.9 -9997.9l539.3 -9997.7l540.7 -9997.6l542.1 -9997.5l543.5 -9997.4l544.9 -9997.2l546.3 -9997.1l547.7 -9997l549.1 -9996.8l550.5 -9996.7l551.9 -9996.6l553.3 -9996.5l554.7 -9996.3l556.1 -9996.2l557.5 -9996.1l558.9 -9995.9l560.3 -9995.8l561.7 -9995.7l563.1 -9995.6l564.5 -9995.4l565.8 -9995.3l567.2 -9995.2l568.6 -9995l570 -9994.9l571.4 -9994.8l572.7 -9994.7l574.1 -9994.5l575.5 -9994.4l576.9 -9994.3l578.2 -9994.1l579.6 -9994l581 -9993.9l582.3 -9993.7l583.7 -9993.6l585.1 -9993.5l586.4 -9993.3l587.8 -9993.2l589.1 -9993.1l590.5 -9992.9l591.9 -9992.8l593.2 -9992.7l594.6 -9992.6l595.9 -9992.4l597.3 -9992.3l598.6 -9992.2l600 -9992l601.3 -9991.9l602.6 -9991.7l604 -9991.6l605.3 -9991.5l606.7 -9991.4l608 -9991.2l609.3 -9991.1l610.7 -9991l612 -9990.8l613.3 -9990.7l614.7 -9990.5l616 -9990.4l617.3 -9990.3l618.7 -9990.2l620 -9990l621.3 -9989.9l622.6 -9989.8l623.9 -9989.6l625.3 -9989.5l626.6 -9989.3l627.9 -9989.2l629.2 -9989.1l630.5 -9989l631.8 -9988.8l633.1 -9988.6l634.4 -9988.5l635.7 -9988.4l637 -9988.3l638.3 -9988.1l639.6 -9988l640.9 -9987.9l642.2 -9987.7l643.5 -9987.6l644.8 -9987.4l646.1 -9987.3l647.4 -9987.2l648.7 -9987.1l650 -9986.9l651.3 -9986.8l652.5 -9986.6l653.8 -9986.5l655.1 -9986.4l656.4 -9986.2l657.7 -9986.1l658.9 -9986l660.2 -9985.8l661.5 -9985.7l662.7 -9985.5l664 -9985.4l665.3 -9985.3l666.5 -9985.1l667.8 -9985l669.1 -9984.9l670.3 -9984.7l671.6 -9984.6l672.8 -9984.5l674.1 -9984.3l675.3 -9984.2l676.6 -9984.1l677.8 -9983.9l679.1 -9983.8l680.3 -9983.6l681.6 -9983.5l682.8 -9983.4l684.1 -9983.2l685.3 -9983.1l686.5 -9983l687.8 -9982.8l689 -9982.7l690.2 -9982.5l691.5 -9982.4l692.7 -9982.3l693.9 -9982.1l695.1 -9982l696.4 -9981.8l697.6 -9981.7l698.8 -9981.6l700 -9981.5l701.2 -9981.3l702.5 -9981.2l703.7 -9981l704.9 -9980.9l706.1 -9980.8l707.3 -9980.6l708.5 -9980.5l709.7 -9980.4l710.9 -9980.2l712.1 -9980.1l713.3 -9979.9l714.5 -9979.8l715.7 -9979.7l716.9 -9979.5l718.1 -9979.4l719.3 -9979.3l720.5 -9979.1l721.6 -9979l722.8 -9978.9l724 -9978.7l725.2 -9978.6l726.4 -9978.5l727.5 -9978.3l728.7 -9978.1l729.9 -9978l731.1 -9977.9l732.2 -9977.8l733.4 -9977.6l734.6 -9977.5l735.7 -9977.4l736.9 -9977.2l738 -9977.1l739.2 -9977l740.4 -9976.8l741.5 -9976.7l742.7 -9976.5l743.8 -9976.4l745 -9976.2l746.1 -9976.1l747.3 -9976l748.4 -9975.9l749.5 -9975.7l750.7 -9975.6l751.8 -9975.5l753 -9975.3l754.1 -9975.2l755.2 -9975l756.3 -9974.9l757.5 -9974.8l758.6 -9974.7l759.7 -9974.5l760.8 -9974.4l762 -9974.3l763.1 -9974.1l764.2 -9974l765.3 -9973.8l766.4 -9973.7l767.5 -9973.6l768.6 -9973.5l769.8 -9973.3l770.9 -9973.2l772 -9973.1l773.1 -9972.9l774.2 -9972.8l775.3 -9972.7l776.4 -9972.5l777.4 -9972.4l778.5 -9972.3l779.6 -9972.1l780.7 -9972l781.8 -9971.9l782.9 -9971.7l784 -9971.6l785 -9971.5l786.1 -9971.3l787.2 -9971.2l788.3 -9971.1l789.3 -9970.9l790.4 -9970.8l791.5 -9970.7l792.5 -9970.5l793.6 -9970.4l794.7 -9970.3l795.7 -9970.1l796.8 -9970l797.8 -9969.9l798.9 -9969.8l800 -9969.6l801 -9969.5l802.1 -9969.4l803.1 -9969.2l804.1 -9969.1l805.2 -9968.9l806.2 -9968.8l807.3 -9968.7l808.3 -9968.6l809.3 -9968.4l810.4 -9968.3l811.4 -9968.2l812.4 -9968.1l813.4 -9967.9l814.5 -9967.8l815.5 -9967.7l816.5 -9967.6l817.5 -9967.4l818.5 -9967.3l819.6 -9967.2l820.6 -9967.1l821.6 -9966.9l822.6 -9966.8l823.6 -9966.6l824.6 -9966.6l825.6 -9966.4l826.6 -9966.3l827.6 -9966.2l828.6 -9966l829.6 -9965.9l830.6 -9965.8l831.6 -9965.7l832.6 -9965.5l833.5 -9965.4l834.5 -9965.3l835.5 -9965.2l836.5 -9965.1l837.5 -9964.9l638.9 -7595"
id="path1968"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M41915.7 -1l.8 -10019.5l2.5 -10020.5l4.1 -10020.5l5.8 -10020.5l7.5 -10020.5l9.1 -10020.5l10.8 -10020.5l12.4 -10020.5l14.1 -10020.5l15.8 -10020.5l17.4 -10020.5l19.1 -10020.5l20.7 -10020.5l22.4 -10020.5l24 -10020.5l25.7 -10020.5l27.4 -10020.5l29 -10020.5l30.7 -10020.4l32.3 -10020.4l34 -10020.4l35.6 -10020.4l37.3 -10020.4l39 -10020.4l40.6 -10020.4l42.3 -10020.4l43.9 -10020.4l45.6 -10020.3l47.2 -10020.3l48.9 -10020.3l50.6 -10020.3l52.2 -10020.3l53.9 -10020.3l55.5 -10020.3l57.2 -10020.3l58.8 -10020.2l60.5 -10020.2l62.1 -10020.2l63.8 -10020.2l65.5 -10020.2l67.1 -10020.2l68.8 -10020.1l70.4 -10020.1l72.1 -10020.1l73.7 -10020.1l75.4 -10020.1l77 -10020l78.7 -10020l80.3 -10020l82 -10020l83.6 -10019.9l85.3 -10019.9l87 -10019.9l88.6 -10019.9l90.3 -10019.8l91.9 -10019.8l93.6 -10019.8l95.2 -10019.8l96.9 -10019.7l98.5 -10019.7l100.2 -10019.7l101.8 -10019.7l103.5 -10019.6l105.1 -10019.6l106.8 -10019.5l108.4 -10019.5l110.1 -10019.5l111.7 -10019.5l113.4 -10019.4l115 -10019.4l116.7 -10019.4l118.3 -10019.4l119.9 -10019.3l121.6 -10019.3l123.2 -10019.3l124.9 -10019.2l126.5 -10019.2l128.2 -10019.1l129.8 -10019.1l131.5 -10019.1l133.1 -10019l134.8 -10019l136.4 -10018.9l138 -10018.9l139.7 -10018.9l141.3 -10018.8l143 -10018.8l144.6 -10018.7l146.2 -10018.7l147.9 -10018.7l149.5 -10018.6l151.2 -10018.6l152.8 -10018.6l154.4 -10018.5l156.1 -10018.5l157.7 -10018.4l159.4 -10018.4l161 -10018.3l162.6 -10018.3l164.3 -10018.3l165.9 -10018.2l167.5 -10018.2l169.2 -10018.1l170.8 -10018.1l172.5 -10018l174.1 -10017.9l175.7 -10017.9l177.4 -10017.9l179 -10017.8l180.6 -10017.8l182.2 -10017.7l183.9 -10017.7l185.5 -10017.6l187.1 -10017.6l188.8 -10017.5l190.4 -10017.5l192 -10017.4l193.7 -10017.4l195.3 -10017.3l196.9 -10017.2l198.5 -10017.2l200.2 -10017.2l201.8 -10017.1l203.4 -10017l205 -10017l206.7 -10016.9l208.3 -10016.9l209.9 -10016.8l211.5 -10016.7l213.2 -10016.7l214.8 -10016.6l216.4 -10016.6l218 -10016.5l219.6 -10016.5l221.3 -10016.4l222.9 -10016.3l224.5 -10016.3l226.1 -10016.2l227.7 -10016.2l229.3 -10016.1l231 -10016l232.6 -10015.9l234.2 -10015.9l235.8 -10015.9l237.4 -10015.8l239 -10015.7l240.6 -10015.6l242.2 -10015.6l243.9 -10015.5l245.5 -10015.5l247.1 -10015.4l248.7 -10015.3l250.3 -10015.3l251.9 -10015.2l253.5 -10015.1l255.1 -10015l256.7 -10015l258.3 -10014.9l259.9 -10014.8l261.5 -10014.8l263.1 -10014.7l264.7 -10014.6l266.3 -10014.6l267.9 -10014.5l269.5 -10014.4l271.1 -10014.3l272.7 -10014.3l274.3 -10014.2l275.9 -10014.1l277.5 -10014l279.1 -10014l280.7 -10013.9l282.3 -10013.8l283.9 -10013.7l285.5 -10013.7l287.1 -10013.6l288.7 -10013.5l290.3 -10013.4l291.8 -10013.3l293.4 -10013.3l295 -10013.2l296.6 -10013.1l298.2 -10013.1l299.8 -10012.9l301.4 -10012.9l303 -10012.8l304.5 -10012.7l306.1 -10012.6l307.7 -10012.6l309.3 -10012.5l310.9 -10012.4l312.4 -10012.3l314 -10012.2l315.6 -10012.2l317.2 -10012.1l318.7 -10012l320.3 -10011.9l321.9 -10011.8l323.5 -10011.7l325 -10011.7l326.6 -10011.6l328.2 -10011.5l329.8 -10011.4l331.3 -10011.3l332.9 -10011.2l334.5 -10011.1l336 -10011l337.6 -10011l339.2 -10010.9l340.7 -10010.8l342.3 -10010.7l343.8 -10010.6l345.4 -10010.5l347 -10010.4l348.5 -10010.3l350.1 -10010.2l351.6 -10010.2l353.2 -10010.1l354.7 -10010l356.3 -10009.8l357.9 -10009.8l359.4 -10009.7l361 -10009.6l362.5 -10009.5l364.1 -10009.4l365.6 -10009.3l367.2 -10009.2l368.7 -10009.1l370.2 -10009l371.8 -10008.9l373.3 -10008.8l374.9 -10008.7l376.4 -10008.6l378 -10008.5l379.5 -10008.5l381 -10008.4l382.6 -10008.3l384.1 -10008.1l385.7 -10008.1l387.2 -10008l388.7 -10007.9l390.3 -10007.8l391.8 -10007.6l393.3 -10007.6l394.8 -10007.5l396.4 -10007.4l397.9 -10007.2l399.4 -10007.2l401 -10007.1l402.5 -10007l404 -10006.9l405.5 -10006.7l407 -10006.6l408.6 -10006.5l410.1 -10006.4l411.6 -10006.3l413.1 -10006.2l414.6 -10006.1l416.2 -10006l417.7 -10005.9l419.2 -10005.8l420.7 -10005.7l422.2 -10005.6l423.7 -10005.5l425.2 -10005.4l426.7 -10005.3l428.2 -10005.2l429.7 -10005.1l431.2 -10005l432.7 -10004.8l434.2 -10004.7l435.7 -10004.6l437.2 -10004.5l438.7 -10004.4l440.2 -10004.3l441.7 -10004.2l443.2 -10004.1l444.7 -10004l446.2 -10003.8l447.7 -10003.8l449.2 -10003.7l450.7 -10003.5l452.2 -10003.4l453.7 -10003.3l455.2 -10003.2l456.6 -10003.1l458.1 -10003l459.6 -10002.9l461.1 -10002.7l462.6 -10002.6l464 -10002.5l465.5 -10002.4l467 -10002.3l468.5 -10002.2l469.9 -10002.1l471.4 -10002l472.9 -10001.8l474.4 -10001.7l475.8 -10001.6l477.3 -10001.5l478.8 -10001.4l480.2 -10001.2l481.7 -10001.1l483.2 -10001l484.6 -10000.9l486.1 -10000.8l487.5 -10000.6l489 -10000.6l490.4 -10000.4l491.9 -10000.3l493.4 -10000.2l494.8 -10000.1l496.3 -10000l497.7 -9999.9l499.2 -9999.7l500.6 -9999.6l502 -9999.5l503.5 -9999.4l504.9 -9999.3l506.4 -9999.1l507.8 -9999l509.3 -9998.9l510.7 -9998.8l512.1 -9998.7l513.6 -9998.5l515 -9998.4l516.4 -9998.3l517.9 -9998.2l519.3 -9998l520.7 -9997.9l522.2 -9997.8l523.6 -9997.7l525 -9997.6l526.4 -9997.4l527.8 -9997.3l529.3 -9997.2l530.7 -9997.1l532.1 -9996.9l533.5 -9996.8l534.9 -9996.7l536.3 -9996.6l537.8 -9996.4l539.2 -9996.3l540.6 -9996.2l542 -9996.1l543.4 -9995.9l544.8 -9995.8l546.2 -9995.7l547.6 -9995.6l549 -9995.4l550.4 -9995.3l551.8 -9995.2l553.2 -9995.1l554.6 -9994.9l556 -9994.8l557.4 -9994.7l558.8 -9994.5l560.2 -9994.4l561.6 -9994.3l562.9 -9994.2l564.3 -9994l565.7 -9993.9l567.1 -9993.8l568.5 -9993.7l569.9 -9993.5l571.2 -9993.4l572.6 -9993.3l574 -9993.2l575.4 -9993l576.7 -9992.9l578.1 -9992.7l579.5 -9992.6l580.8 -9992.5l582.2 -9992.4l583.6 -9992.2l584.9 -9992.1l586.3 -9992l587.7 -9991.9l589 -9991.7l590.4 -9991.6l591.7 -9991.5l593.1 -9991.3l594.4 -9991.2l595.8 -9991l597.1 -9990.9l598.5 -9990.8l599.8 -9990.7l601.2 -9990.6l602.5 -9990.4l603.9 -9990.3l605.2 -9990.2l606.5 -9990l607.9 -9989.9l609.2 -9989.7l610.5 -9989.6l611.9 -9989.5l613.2 -9989.4l614.5 -9989.2l615.9 -9989.1l617.2 -9989l618.5 -9988.8l619.8 -9988.7l621.2 -9988.5l622.5 -9988.4l623.8 -9988.3l625.1 -9988.2l626.4 -9988l627.8 -9987.9l629.1 -9987.8l630.4 -9987.6l631.7 -9987.5l633 -9987.3l634.3 -9987.2l635.6 -9987.1l636.9 -9987l638.2 -9986.8l639.5 -9986.7l640.8 -9986.6l642.1 -9986.4l643.4 -9986.3l644.7 -9986.1l646 -9986l647.3 -9985.9l648.5 -9985.8l649.8 -9985.6l651.1 -9985.5l652.4 -9985.4l653.7 -9985.2l655 -9985.1l656.2 -9984.9l657.5 -9984.8l658.8 -9984.7l660.1 -9984.6l661.3 -9984.4l662.6 -9984.3l663.9 -9984.2l665.1 -9984l666.4 -9983.9l667.7 -9983.7l668.9 -9983.6l670.2 -9983.5l671.4 -9983.3l672.7 -9983.2l674 -9983l675.2 -9982.9l676.5 -9982.8l677.7 -9982.7l679 -9982.5l680.2 -9982.4l681.4 -9982.3l682.7 -9982.1l683.9 -9982l685.2 -9981.8l686.4 -9981.7l687.6 -9981.6l688.9 -9981.5l690.1 -9981.3l691.3 -9981.2l692.6 -9981.1l693.8 -9980.9l695 -9980.8l696.2 -9980.6l697.5 -9980.5l698.7 -9980.4l699.9 -9980.2l701.1 -9980.1l702.3 -9979.9l703.5 -9979.8l704.7 -9979.7l706 -9979.6l707.2 -9979.4l708.4 -9979.3l709.6 -9979.2l710.8 -9979l712 -9978.9l713.2 -9978.7l714.4 -9978.6l715.6 -9978.5l716.8 -9978.4l717.9 -9978.2l719.1 -9978.1l720.3 -9977.9l721.5 -9977.8l722.7 -9977.7l723.9 -9977.5l725.1 -9977.4l726.2 -9977.3l727.4 -9977.1l728.6 -9977l729.8 -9976.9l730.9 -9976.7l732.1 -9976.6l733.3 -9976.5l734.4 -9976.3l735.6 -9976.2l736.7 -9976.1l737.9 -9975.9l739.1 -9975.8l740.2 -9975.6l741.4 -9975.5l742.5 -9975.4l743.7 -9975.3l744.8 -9975.1l746 -9975l747.1 -9974.9l748.3 -9974.7l749.4 -9974.6l750.5 -9974.4l751.7 -9974.3l752.8 -9974.2l754 -9974.1l755.1 -9973.9l756.2 -9973.8l757.3 -9973.7l758.5 -9973.5l759.6 -9973.4l760.7 -9973.2l761.8 -9973.1l763 -9973l764.1 -9972.9l765.2 -9972.7l766.3 -9972.6l767.4 -9972.5l768.5 -9972.3l769.6 -9972.2l770.7 -9972l771.8 -9971.9l772.9 -9971.8l774 -9971.7l775.1 -9971.6l776.2 -9971.4l777.3 -9971.3l778.4 -9971.2l779.5 -9971l780.6 -9970.9l781.7 -9970.8l782.8 -9970.6l783.8 -9970.5l784.9 -9970.4l786 -9970.2l787.1 -9970.1l788.1 -9970l789.2 -9969.9l790.3 -9969.7l791.4 -9969.6l792.4 -9969.5l793.5 -9969.3l794.5 -9969.2l795.6 -9969.1l796.7 -9969l797.7 -9968.8l798.8 -9968.7l799.8 -9968.5l800.9 -9968.4l801.9 -9968.3l803 -9968.2l804 -9968.1l805.1 -9967.9l806.1 -9967.8l807.1 -9967.7l808.2 -9967.6l809.2 -9967.4l810.2 -9967.3l811.3 -9967.2l812.3 -9967.1l813.3 -9966.9l496.8 -6082.1"
id="path1969"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M51935.4 -1l.8 -10017.9l2.5 -10018.9l4.1 -10018.9l5.8 -10018.9l7.5 -10018.9l9.1 -10018.8l10.8 -10018.9l12.4 -10018.9l14.1 -10018.9l15.7 -10018.8l17.4 -10018.8l19.1 -10018.8l20.7 -10018.8l22.4 -10018.8l24 -10018.8l25.7 -10018.8l27.4 -10018.8l29 -10018.8l30.7 -10018.8l32.3 -10018.8l34 -10018.8l35.6 -10018.8l37.3 -10018.8l38.9 -10018.7l40.6 -10018.7l42.3 -10018.7l43.9 -10018.7l45.6 -10018.7l47.2 -10018.7l48.9 -10018.7l50.5 -10018.7l52.2 -10018.6l53.9 -10018.6l55.5 -10018.6l57.2 -10018.6l58.8 -10018.6l60.5 -10018.5l62.1 -10018.6l63.8 -10018.5l65.4 -10018.5l67.1 -10018.5l68.7 -10018.4l70.4 -10018.5l72.1 -10018.4l73.7 -10018.4l75.4 -10018.4l77 -10018.3l78.7 -10018.4l80.3 -10018.3l82 -10018.3l83.6 -10018.3l85.3 -10018.3l86.9 -10018.2l88.6 -10018.2l90.2 -10018.2l91.9 -10018.1l93.5 -10018.1l95.2 -10018.1l96.8 -10018.1l98.5 -10018l100.1 -10018l101.8 -10018l103.4 -10018l105.1 -10018l106.7 -10017.9l108.4 -10017.9l110 -10017.9l111.7 -10017.8l113.3 -10017.8l115 -10017.8l116.6 -10017.7l118.3 -10017.7l119.9 -10017.7l121.6 -10017.6l123.2 -10017.6l124.8 -10017.6l126.5 -10017.5l128.1 -10017.5l129.8 -10017.4l131.4 -10017.4l133.1 -10017.4l134.7 -10017.4l136.4 -10017.3l138 -10017.3l139.6 -10017.2l141.3 -10017.2l142.9 -10017.2l144.6 -10017.1l146.2 -10017.1l147.8 -10017l149.5 -10017l151.1 -10016.9l152.8 -10016.9l154.4 -10016.9l156 -10016.8l157.7 -10016.8l159.3 -10016.7l161 -10016.7l162.6 -10016.7l164.2 -10016.6l165.9 -10016.5l167.5 -10016.5l169.1 -10016.5l170.8 -10016.4l172.4 -10016.4l174 -10016.3l175.7 -10016.3l177.3 -10016.2l178.9 -10016.2l180.6 -10016.2l182.2 -10016.1l183.8 -10016.1l185.5 -10016l187.1 -10016l188.7 -10015.9l190.3 -10015.8l192 -10015.8l193.6 -10015.7l195.2 -10015.7l196.9 -10015.6l198.5 -10015.6l200.1 -10015.5l201.7 -10015.5l203.4 -10015.4l205 -10015.4l206.6 -10015.3l208.2 -10015.3l209.9 -10015.2l211.5 -10015.1l213.1 -10015.1l214.7 -10015l216.3 -10015l218 -10014.9l219.6 -10014.9l221.2 -10014.8l222.8 -10014.7l224.4 -10014.7l226 -10014.6l227.7 -10014.5l229.3 -10014.5l230.9 -10014.4l232.5 -10014.3l234.1 -10014.3l235.7 -10014.2l237.3 -10014.2l239 -10014.1l240.6 -10014l242.2 -10014l243.8 -10013.9l245.4 -10013.9l247 -10013.8l248.6 -10013.7l250.2 -10013.7l251.8 -10013.6l253.4 -10013.5l255 -10013.4l256.6 -10013.4l258.3 -10013.3l259.9 -10013.2l261.5 -10013.2l263.1 -10013.1l264.7 -10013l266.3 -10013l267.9 -10012.9l269.5 -10012.8l271.1 -10012.7l272.7 -10012.7l274.3 -10012.6l275.9 -10012.5l277.4 -10012.4l279 -10012.4l280.6 -10012.3l282.2 -10012.2l283.8 -10012.1l285.4 -10012.1l287 -10012l288.6 -10011.9l290.2 -10011.9l291.8 -10011.7l293.4 -10011.7l294.9 -10011.6l296.5 -10011.5l298.1 -10011.5l299.7 -10011.4l301.3 -10011.3l302.9 -10011.2l304.5 -10011.2l306 -10011l307.6 -10011l309.2 -10010.9l310.8 -10010.8l312.4 -10010.7l313.9 -10010.6l315.5 -10010.6l317.1 -10010.5l318.7 -10010.4l320.2 -10010.3l321.8 -10010.3l323.4 -10010.2l325 -10010.1l326.5 -10010l328.1 -10009.9l329.7 -10009.8l331.2 -10009.7l332.8 -10009.7l334.4 -10009.5l335.9 -10009.5l337.5 -10009.4l339.1 -10009.3l340.6 -10009.2l342.2 -10009.1l343.8 -10009l345.3 -10009l346.9 -10008.9l348.4 -10008.8l350 -10008.7l351.5 -10008.6l353.1 -10008.5l354.7 -10008.4l356.2 -10008.3l357.8 -10008.2l359.3 -10008.1l360.9 -10008l362.4 -10008l364 -10007.8l365.5 -10007.8l367.1 -10007.7l368.6 -10007.6l370.2 -10007.5l371.7 -10007.4l373.2 -10007.3l374.8 -10007.2l376.3 -10007.1l377.9 -10007l379.4 -10006.9l380.9 -10006.8l382.5 -10006.7l384 -10006.6l385.6 -10006.5l387.1 -10006.4l388.6 -10006.3l390.2 -10006.2l391.7 -10006.1l393.2 -10006l394.7 -10005.9l396.3 -10005.8l397.8 -10005.7l399.3 -10005.6l400.9 -10005.5l402.4 -10005.4l403.9 -10005.3l405.4 -10005.2l406.9 -10005.1l408.5 -10005l410 -10004.9l411.5 -10004.8l413 -10004.7l414.5 -10004.6l416.1 -10004.5l417.6 -10004.4l419.1 -10004.3l420.6 -10004.2l422.1 -10004.1l423.6 -10004l425.1 -10003.9l426.6 -10003.7l428.1 -10003.7l429.6 -10003.6l431.1 -10003.5l432.6 -10003.3l434.1 -10003.2l435.6 -10003.1l437.1 -10003l438.6 -10002.9l440.1 -10002.8l441.6 -10002.7l443.1 -10002.6l444.6 -10002.5l446.1 -10002.3l447.6 -10002.3l449.1 -10002.2l450.6 -10002.1l452.1 -10001.9l453.6 -10001.8l455 -10001.7l456.5 -10001.6l458 -10001.5l459.5 -10001.4l461 -10001.2l462.5 -10001.2l463.9 -10001.1l465.4 -10000.9l466.9 -10000.8l468.4 -10000.7l469.8 -10000.6l471.3 -10000.5l472.8 -10000.4l474.2 -10000.2l475.7 -10000.1l477.2 -10000l478.6 -9999.9l480.1 -9999.8l481.6 -9999.7l483 -9999.6l484.5 -9999.5l486 -9999.3l487.4 -9999.2l488.9 -9999.1l490.3 -9999l491.8 -9998.9l493.2 -9998.7l494.7 -9998.6l496.1 -9998.5l497.6 -9998.4l499 -9998.3l500.5 -9998.1l501.9 -9998.1l503.4 -9997.9l504.8 -9997.8l506.3 -9997.7l507.7 -9997.5l509.1 -9997.5l510.6 -9997.3l512 -9997.2l513.4 -9997.1l514.9 -9997l516.3 -9996.9l517.7 -9996.7l519.2 -9996.6l520.6 -9996.5l522 -9996.4l523.5 -9996.3l524.9 -9996.1l526.3 -9996l527.7 -9995.9l529.1 -9995.8l530.6 -9995.6l532 -9995.5l533.4 -9995.4l534.8 -9995.3l536.2 -9995.2l537.6 -9995l539 -9994.9l540.5 -9994.8l541.9 -9994.7l543.3 -9994.5l544.7 -9994.4l546.1 -9994.3l547.5 -9994.2l548.9 -9994l550.3 -9993.9l551.7 -9993.8l553.1 -9993.7l554.5 -9993.5l555.9 -9993.4l557.3 -9993.3l558.7 -9993.1l560 -9993l561.4 -9992.9l562.8 -9992.8l564.2 -9992.7l565.6 -9992.5l567 -9992.4l568.3 -9992.3l569.7 -9992.2l571.1 -9992l572.5 -9991.9l573.9 -9991.8l575.2 -9991.7l576.6 -9991.5l578 -9991.4l579.3 -9991.3l580.7 -9991.1l582.1 -9991l583.4 -9990.9l584.8 -9990.8l586.2 -9990.6l587.5 -9990.5l588.9 -9990.4l590.2 -9990.2l591.6 -9990.1l593 -9990l594.3 -9989.9l595.7 -9989.7l597 -9989.6l598.4 -9989.5l599.7 -9989.3l601 -9989.2l602.4 -9989l603.7 -9988.9l605.1 -9988.8l606.4 -9988.7l607.7 -9988.6l609.1 -9988.4l610.4 -9988.3l611.7 -9988.2l613.1 -9988l614.4 -9987.9l615.7 -9987.8l617.1 -9987.6l618.4 -9987.5l619.7 -9987.4l621 -9987.2l622.4 -9987.1l623.7 -9987l625 -9986.9l626.3 -9986.7l627.6 -9986.6l628.9 -9986.5l630.2 -9986.3l631.5 -9986.2l632.9 -9986l634.2 -9985.9l635.5 -9985.8l636.8 -9985.7l638.1 -9985.5l639.4 -9985.4l640.7 -9985.3l642 -9985.1l643.3 -9985l644.5 -9984.8l645.8 -9984.7l647.1 -9984.6l648.4 -9984.5l649.7 -9984.3l651 -9984.2l652.3 -9984.1l653.6 -9984l654.8 -9983.8l656.1 -9983.7l657.4 -9983.6l658.7 -9983.4l659.9 -9983.3l661.2 -9983.2l662.5 -9983l663.7 -9982.9l665 -9982.8l666.3 -9982.6l667.5 -9982.5l668.8 -9982.4l670.1 -9982.2l671.3 -9982.1l672.6 -9982l673.8 -9981.8l675.1 -9981.7l676.3 -9981.6l677.6 -9981.4l678.8 -9981.3l680.1 -9981.2l681.3 -9981l682.6 -9980.9l683.8 -9980.8l685 -9980.6l686.3 -9980.5l687.5 -9980.4l688.7 -9980.2l690 -9980.1l691.2 -9980l692.4 -9979.8l693.7 -9979.7l694.9 -9979.6l696.1 -9979.4l697.3 -9979.3l698.5 -9979.2l699.8 -9979l701 -9978.9l702.2 -9978.7l703.4 -9978.6l704.6 -9978.5l705.8 -9978.4l707 -9978.2l708.2 -9978.1l709.4 -9978l710.6 -9977.8l711.8 -9977.7l713 -9977.5l714.2 -9977.4l715.4 -9977.3l716.6 -9977.2l717.8 -9977l719 -9976.9l720.2 -9976.8l721.4 -9976.6l722.6 -9976.5l723.7 -9976.3l724.9 -9976.2l726.1 -9976.1l727.3 -9976l728.4 -9975.8l729.6 -9975.7l730.8 -9975.6l732 -9975.4l733.1 -9975.3l734.3 -9975.1l735.5 -9975l736.6 -9974.9l737.8 -9974.8l738.9 -9974.6l740.1 -9974.5l741.2 -9974.4l742.4 -9974.2l743.5 -9974.1l744.7 -9973.9l745.8 -9973.8l747 -9973.7l748.1 -9973.6l749.3 -9973.5l750.4 -9973.3l751.5 -9973.2l752.7 -9973.1l753.8 -9972.9l754.9 -9972.8l756.1 -9972.7l757.2 -9972.5l758.3 -9972.4l759.5 -9972.3l760.6 -9972.1l761.7 -9972l762.8 -9971.9l763.9 -9971.8l765 -9971.6l766.2 -9971.5l767.3 -9971.4l768.4 -9971.2l769.5 -9971.1l770.6 -9970.9l771.7 -9970.8l772.8 -9970.7l773.9 -9970.6l775 -9970.5l776.1 -9970.3l777.2 -9970.2l778.3 -9970.1l779.4 -9969.9l780.5 -9969.8l781.5 -9969.7l782.6 -9969.6l783.7 -9969.4l784.8 -9969.3l785.9 -9969.1l786.9 -9969l547.8 -6932.1"
id="path1970"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M61953.5 -1l.8 -10016.2l2.5 -10017.2l4.1 -10017.2l5.8 -10017.2l7.5 -10017.2l9.1 -10017.2l10.8 -10017.2l12.4 -10017.2l14.1 -10017.2l15.7 -10017.2l17.4 -10017.2l19.1 -10017.2l20.7 -10017.2l22.4 -10017.2l24 -10017.1l25.7 -10017.2l27.3 -10017.2l29 -10017.1l30.7 -10017.1l32.3 -10017.1l34 -10017.1l35.6 -10017.1l37.3 -10017.1l38.9 -10017.1l40.6 -10017.1l42.2 -10017.1l43.9 -10017.1l45.6 -10017l47.2 -10017l48.9 -10017l50.5 -10017l52.2 -10017l53.8 -10016.9l55.5 -10017l57.1 -10016.9l58.8 -10016.9l60.5 -10016.9l62.1 -10016.9l63.8 -10016.9l65.4 -10016.9l67.1 -10016.8l68.7 -10016.8l70.4 -10016.8l72 -10016.8l73.7 -10016.8l75.3 -10016.7l77 -10016.7l78.6 -10016.7l80.3 -10016.7l81.9 -10016.7l83.6 -10016.6l85.3 -10016.6l86.9 -10016.6l88.6 -10016.6l90.2 -10016.5l91.9 -10016.5l93.5 -10016.5l95.2 -10016.5l96.8 -10016.4l98.5 -10016.4l100.1 -10016.4l101.8 -10016.4l103.4 -10016.3l105.1 -10016.3l106.7 -10016.2l108.4 -10016.2l110 -10016.2l111.6 -10016.2l113.3 -10016.1l114.9 -10016.1l116.6 -10016.1l118.2 -10016.1l119.9 -10016l121.5 -10016l123.2 -10016l124.8 -10015.9l126.5 -10015.9l128.1 -10015.9l129.7 -10015.8l131.4 -10015.8l133 -10015.8l134.7 -10015.7l136.3 -10015.6l138 -10015.6l139.6 -10015.6l141.2 -10015.6l142.9 -10015.5l144.5 -10015.5l146.2 -10015.4l147.8 -10015.4l149.4 -10015.4l151.1 -10015.3l152.7 -10015.3l154.4 -10015.2l156 -10015.2l157.6 -10015.2l159.3 -10015.1l160.9 -10015.1l162.5 -10015l164.2 -10015l165.8 -10014.9l167.5 -10014.9l169.1 -10014.8l170.7 -10014.8l172.4 -10014.8l174 -10014.7l175.6 -10014.7l177.3 -10014.6l178.9 -10014.6l180.5 -10014.5l182.1 -10014.4l183.8 -10014.4l185.4 -10014.4l187 -10014.3l188.7 -10014.2l190.3 -10014.2l191.9 -10014.2l193.6 -10014.1l195.2 -10014.1l196.8 -10014l198.4 -10014l200.1 -10013.9l201.7 -10013.9l203.3 -10013.8l204.9 -10013.7l206.6 -10013.7l208.2 -10013.6l209.8 -10013.6l211.4 -10013.5l213 -10013.5l214.7 -10013.4l216.3 -10013.3l217.9 -10013.3l219.5 -10013.2l221.1 -10013.2l222.8 -10013.1l224.4 -10013.1l226 -10013l227.6 -10012.9l229.2 -10012.9l230.8 -10012.8l232.4 -10012.7l234.1 -10012.7l235.7 -10012.6l237.3 -10012.6l238.9 -10012.5l240.5 -10012.4l242.1 -10012.4l243.7 -10012.3l245.3 -10012.2l246.9 -10012.2l248.6 -10012.1l250.2 -10012l251.8 -10012l253.4 -10011.9l255 -10011.8l256.6 -10011.8l258.2 -10011.7l259.8 -10011.6l261.4 -10011.6l263 -10011.5l264.6 -10011.4l266.2 -10011.4l267.8 -10011.3l269.4 -10011.2l271 -10011.2l272.6 -10011.1l274.2 -10011l275.8 -10010.9l277.4 -10010.8l279 -10010.8l280.6 -10010.7l282.2 -10010.6l283.7 -10010.5l285.3 -10010.5l286.9 -10010.4l288.5 -10010.3l290.1 -10010.3l291.7 -10010.2l293.3 -10010.1l294.9 -10010l296.5 -10010l298 -10009.9l299.6 -10009.8l301.2 -10009.7l302.8 -10009.7l304.4 -10009.6l306 -10009.5l307.5 -10009.4l309.1 -10009.3l310.7 -10009.3l312.3 -10009.2l313.9 -10009.1l315.4 -10009l317 -10008.9l318.6 -10008.8l320.2 -10008.7l321.7 -10008.7l323.3 -10008.6l324.9 -10008.5l326.4 -10008.4l328 -10008.3l329.6 -10008.3l331.1 -10008.2l332.7 -10008.1l334.3 -10008l335.8 -10007.9l337.4 -10007.8l339 -10007.7l340.5 -10007.7l342.1 -10007.5l343.7 -10007.5l345.2 -10007.4l346.8 -10007.3l348.3 -10007.2l349.9 -10007.1l351.5 -10007l353 -10006.9l354.6 -10006.9l356.1 -10006.7l357.7 -10006.7l359.2 -10006.6l360.8 -10006.5l362.3 -10006.4l363.9 -10006.3l365.4 -10006.2l367 -10006.1l368.5 -10006l370.1 -10005.9l371.6 -10005.8l373.1 -10005.8l374.7 -10005.7l376.2 -10005.6l377.8 -10005.4l379.3 -10005.4l380.8 -10005.3l382.4 -10005.2l383.9 -10005.1l385.5 -10005l387 -10004.9l388.5 -10004.8l390.1 -10004.7l391.6 -10004.6l393.1 -10004.5l394.6 -10004.4l396.2 -10004.3l397.7 -10004.2l399.2 -10004.1l400.8 -10004l402.3 -10003.9l403.8 -10003.8l405.3 -10003.7l406.8 -10003.6l408.4 -10003.5l409.9 -10003.4l411.4 -10003.3l412.9 -10003.2l414.4 -10003.1l415.9 -10003l417.5 -10002.9l419 -10002.8l420.5 -10002.7l422 -10002.6l423.5 -10002.5l425 -10002.4l426.5 -10002.2l428 -10002.2l429.5 -10002.1l431 -10002l432.5 -10001.8l434 -10001.7l435.5 -10001.6l437 -10001.5l438.5 -10001.4l440 -10001.3l441.5 -10001.2l443 -10001.1l444.5 -10001l446 -10000.9l447.5 -10000.8l449 -10000.7l450.5 -10000.6l452 -10000.5l453.4 -10000.3l454.9 -10000.2l456.4 -10000.1l457.9 -10000l459.4 -9999.9l460.9 -9999.8l462.3 -9999.7l463.8 -9999.6l465.3 -9999.5l466.8 -9999.3l468.2 -9999.2l469.7 -9999.1l471.2 -9999l472.7 -9998.9l474.1 -9998.8l475.6 -9998.7l477.1 -9998.6l478.5 -9998.5l480 -9998.3l481.5 -9998.2l482.9 -9998.1l484.4 -9998l485.8 -9997.9l487.3 -9997.7l488.8 -9997.7l490.2 -9997.5l491.7 -9997.4l493.1 -9997.3l494.6 -9997.2l496 -9997.1l497.5 -9997l498.9 -9996.8l500.4 -9996.7l501.8 -9996.6l503.3 -9996.5l504.7 -9996.4l506.1 -9996.3l507.6 -9996.1l509 -9996l510.5 -9995.9l511.9 -9995.8l513.3 -9995.6l514.8 -9995.5l516.2 -9995.4l517.6 -9995.3l519.1 -9995.2l520.5 -9995l521.9 -9995l523.3 -9994.8l524.8 -9994.7l526.2 -9994.6l527.6 -9994.5l529 -9994.3l530.4 -9994.2l531.9 -9994.1l533.3 -9994l534.7 -9993.9l536.1 -9993.7l537.5 -9993.6l538.9 -9993.5l540.3 -9993.4l541.7 -9993.3l543.1 -9993.1l544.6 -9993l546 -9992.9l547.4 -9992.8l548.8 -9992.6l550.2 -9992.5l551.6 -9992.4l553 -9992.3l554.4 -9992.1l555.7 -9992l557.1 -9991.9l558.5 -9991.7l559.9 -9991.7l561.3 -9991.5l562.7 -9991.4l564.1 -9991.3l565.5 -9991.1l566.8 -9991l568.2 -9990.9l569.6 -9990.8l571 -9990.6l572.4 -9990.5l573.7 -9990.4l575.1 -9990.3l576.5 -9990.2l577.8 -9990l579.2 -9989.9l580.6 -9989.8l582 -9989.6l583.3 -9989.5l584.7 -9989.4l586 -9989.3l587.4 -9989.1l588.8 -9989l590.1 -9988.9l591.5 -9988.8l592.8 -9988.6l594.2 -9988.5l595.5 -9988.3l596.9 -9988.2l598.2 -9988.1l599.6 -9988l600.9 -9987.9l602.3 -9987.7l603.6 -9987.6l604.9 -9987.5l606.3 -9987.4l607.6 -9987.2l609 -9987.1l610.3 -9987l611.6 -9986.8l613 -9986.7l614.3 -9986.5l615.6 -9986.4l616.9 -9986.3l618.3 -9986.2l619.6 -9986.1l620.9 -9985.9l622.2 -9985.8l623.5 -9985.7l624.9 -9985.5l626.2 -9985.4l627.5 -9985.3l628.8 -9985.2l630.1 -9985l631.4 -9984.9l632.7 -9984.7l634 -9984.6l635.3 -9984.5l636.6 -9984.4l637.9 -9984.2l639.2 -9984.1l640.5 -9984l641.8 -9983.8l643.1 -9983.7l644.4 -9983.6l645.7 -9983.5l647 -9983.3l648.3 -9983.2l649.6 -9983.1l650.9 -9982.9l652.1 -9982.8l653.4 -9982.7l654.7 -9982.5l656 -9982.4l657.3 -9982.3l658.5 -9982.1l659.8 -9982l661.1 -9981.9l662.3 -9981.7l663.6 -9981.6l664.9 -9981.5l666.1 -9981.4l667.4 -9981.2l668.7 -9981.1l669.9 -9981l671.2 -9980.8l672.4 -9980.7l673.7 -9980.5l674.9 -9980.4l676.2 -9980.3l677.4 -9980.2l678.7 -9980l679.9 -9979.9l681.2 -9979.8l682.4 -9979.6l683.7 -9979.5l684.9 -9979.4l686.1 -9979.3l687.4 -9979.1l688.6 -9979l689.8 -9978.8l691.1 -9978.7l692.3 -9978.6l693.5 -9978.5l694.7 -9978.3l696 -9978.2l697.2 -9978.1l698.4 -9977.9l699.6 -9977.8l700.8 -9977.7l702.1 -9977.5l703.3 -9977.4l704.5 -9977.3l705.7 -9977.1l706.9 -9977l708.1 -9976.9l709.3 -9976.8l710.5 -9976.6l711.7 -9976.5l712.9 -9976.3l714.1 -9976.2l715.3 -9976.1l716.5 -9976l717.7 -9975.8l718.9 -9975.7l720.1 -9975.6l721.2 -9975.4l722.4 -9975.3l723.6 -9975.1l724.8 -9975l726 -9974.9l727.1 -9974.8l728.3 -9974.6l729.5 -9974.5l730.7 -9974.4l731.8 -9974.3l733 -9974.1l734.2 -9974l735.3 -9973.9l736.5 -9973.7l737.6 -9973.6l738.8 -9973.5l740 -9973.3l741.1 -9973.2l742.3 -9973.1l743.4 -9973l744.6 -9972.8l745.7 -9972.7l746.9 -9972.6l748 -9972.4l749.1 -9972.3l750.3 -9972.2l751.4 -9972.1l752.6 -9971.9l753.7 -9971.8l754.8 -9971.6l756 -9971.5l757.1 -9971.4l758.2 -9971.3l681.8 -8953.9"
id="path1971"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M71969.8 -1l.8 -10014.5l2.5 -10015.6l4.1 -10015.6l5.8 -10015.6l7.5 -10015.6l9.1 -10015.5l10.8 -10015.5l12.4 -10015.5l14.1 -10015.5l15.7 -10015.5l17.4 -10015.5l19.1 -10015.5l20.7 -10015.5l22.4 -10015.5l24 -10015.5l25.7 -10015.5l27.3 -10015.5l29 -10015.5l30.6 -10015.4l32.3 -10015.5l34 -10015.5l35.6 -10015.5l37.3 -10015.4l38.9 -10015.4l40.6 -10015.4l42.2 -10015.4l43.9 -10015.4l45.5 -10015.4l47.2 -10015.4l48.9 -10015.4l50.5 -10015.3l52.2 -10015.3l53.8 -10015.3l55.5 -10015.3l57.1 -10015.3l58.8 -10015.3l60.4 -10015.2l62.1 -10015.2l63.7 -10015.2l65.4 -10015.2l67.1 -10015.2l68.7 -10015.1l70.4 -10015.2l72 -10015.1l73.7 -10015.1l75.3 -10015.1l77 -10015l78.6 -10015.1l80.3 -10015l81.9 -10015l83.6 -10015l85.2 -10015l86.9 -10014.9l88.5 -10014.9l90.2 -10014.9l91.8 -10014.8l93.5 -10014.8l95.1 -10014.8l96.8 -10014.8l98.4 -10014.7l100.1 -10014.7l101.7 -10014.7l103.4 -10014.7l105 -10014.7l106.7 -10014.6l108.3 -10014.6l110 -10014.6l111.6 -10014.5l113.3 -10014.5l114.9 -10014.5l116.6 -10014.4l118.2 -10014.4l119.8 -10014.4l121.5 -10014.3l123.1 -10014.3l124.8 -10014.3l126.4 -10014.2l128.1 -10014.2l129.7 -10014.1l131.4 -10014.1l133 -10014.1l134.6 -10014.1l136.3 -10014l137.9 -10014l139.6 -10014l141.2 -10013.9l142.8 -10013.9l144.5 -10013.8l146.1 -10013.8l147.8 -10013.8l149.4 -10013.7l151 -10013.7l152.7 -10013.6l154.3 -10013.6l156 -10013.6l157.6 -10013.5l159.2 -10013.4l160.9 -10013.4l162.5 -10013.4l164.1 -10013.3l165.8 -10013.3l167.4 -10013.3l169 -10013.2l170.7 -10013.2l172.3 -10013.1l173.9 -10013l175.6 -10013l177.2 -10013l178.8 -10012.9l180.5 -10012.9l182.1 -10012.8l183.7 -10012.8l185.4 -10012.7l187 -10012.7l188.6 -10012.6l190.2 -10012.6l191.9 -10012.5l193.5 -10012.5l195.1 -10012.4l196.8 -10012.4l198.4 -10012.3l200 -10012.3l201.6 -10012.2l203.3 -10012.1l204.9 -10012.1l206.5 -10012.1l208.1 -10012l209.7 -10012l211.4 -10011.9l213 -10011.8l214.6 -10011.8l216.2 -10011.7l217.8 -10011.6l219.5 -10011.6l221.1 -10011.6l222.7 -10011.5l224.3 -10011.4l225.9 -10011.3l227.5 -10011.3l229.2 -10011.3l230.8 -10011.2l232.4 -10011.1l234 -10011.1l235.6 -10011l237.2 -10011l238.8 -10010.9l240.4 -10010.8l242.1 -10010.8l243.7 -10010.7l245.3 -10010.6l246.9 -10010.6l248.5 -10010.5l250.1 -10010.4l251.7 -10010.4l253.3 -10010.3l254.9 -10010.2l256.5 -10010.2l258.1 -10010.1l259.7 -10010l261.3 -10010l262.9 -10009.9l264.5 -10009.8l266.1 -10009.8l267.7 -10009.7l269.3 -10009.6l270.9 -10009.6l272.5 -10009.5l274.1 -10009.4l275.7 -10009.3l277.3 -10009.2l278.9 -10009.2l280.5 -10009.1l282.1 -10009.1l283.7 -10008.9l285.3 -10008.9l286.9 -10008.8l288.4 -10008.8l290 -10008.7l291.6 -10008.6l293.2 -10008.5l294.8 -10008.5l296.4 -10008.4l298 -10008.3l299.5 -10008.2l301.1 -10008.1l302.7 -10008.1l304.3 -10008l305.9 -10007.9l307.5 -10007.8l309 -10007.8l310.6 -10007.7l312.2 -10007.6l313.8 -10007.5l315.3 -10007.4l316.9 -10007.4l318.5 -10007.3l320.1 -10007.2l321.6 -10007.1l323.2 -10007l324.8 -10006.9l326.4 -10006.9l327.9 -10006.7l329.5 -10006.7l331.1 -10006.6l332.6 -10006.5l334.2 -10006.4l335.8 -10006.4l337.3 -10006.3l338.9 -10006.2l340.5 -10006.1l342 -10006l343.6 -10005.9l345.1 -10005.8l346.7 -10005.7l348.3 -10005.7l349.8 -10005.5l351.4 -10005.5l352.9 -10005.4l354.5 -10005.3l356 -10005.2l357.6 -10005.1l359.1 -10005l360.7 -10004.9l362.2 -10004.9l363.8 -10004.7l365.3 -10004.7l366.9 -10004.6l368.4 -10004.5l370 -10004.4l371.5 -10004.3l373.1 -10004.2l374.6 -10004.1l376.1 -10004l377.7 -10003.9l379.2 -10003.8l380.8 -10003.7l382.3 -10003.6l383.8 -10003.5l385.4 -10003.5l386.9 -10003.4l388.4 -10003.3l390 -10003.2l391.5 -10003l393 -10003l394.5 -10002.9l396.1 -10002.8l397.6 -10002.6l399.1 -10002.6l400.7 -10002.5l402.2 -10002.4l403.7 -10002.3l405.2 -10002.2l406.7 -10002.1l408.3 -10002l409.8 -10001.9l411.3 -10001.8l412.8 -10001.7l414.3 -10001.6l415.8 -10001.5l417.4 -10001.4l418.9 -10001.2l420.4 -10001.2l421.9 -10001.1l423.4 -10001l424.9 -10000.9l426.4 -10000.7l427.9 -10000.7l429.4 -10000.6l430.9 -10000.5l432.4 -10000.3l433.9 -10000.2l435.4 -10000.1l436.9 -10000l438.4 -9999.9l439.9 -9999.8l441.4 -9999.7l442.9 -9999.6l444.4 -9999.5l445.9 -9999.4l447.4 -9999.3l448.9 -9999.2l450.4 -9999.1l451.9 -9999l453.3 -9998.8l454.8 -9998.8l456.3 -9998.6l457.8 -9998.5l459.3 -9998.4l460.7 -9998.3l462.2 -9998.2l463.7 -9998.1l465.2 -9998l466.7 -9997.8l468.1 -9997.8l469.6 -9997.7l471.1 -9997.5l472.5 -9997.4l474 -9997.3l475.5 -9997.2l477 -9997.1l478.4 -9997l479.9 -9996.8l481.3 -9996.8l482.8 -9996.6l484.3 -9996.5l485.7 -9996.4l487.2 -9996.3l488.6 -9996.2l490.1 -9996.1l491.6 -9996l493 -9995.8l494.5 -9995.7l495.9 -9995.6l497.4 -9995.5l498.8 -9995.4l500.2 -9995.2l501.7 -9995.2l503.1 -9995l504.6 -9994.9l506 -9994.8l507.5 -9994.7l508.9 -9994.6l510.3 -9994.5l511.8 -9994.3l513.2 -9994.2l514.6 -9994.1l516.1 -9994l517.5 -9993.9l518.9 -9993.8l520.4 -9993.6l521.8 -9993.5l523.2 -9993.4l524.6 -9993.3l526.1 -9993.1l527.5 -9993l528.9 -9992.9l530.3 -9992.8l531.7 -9992.7l533.2 -9992.5l534.6 -9992.5l536 -9992.3l537.4 -9992.2l538.8 -9992.1l540.2 -9992l541.6 -9991.8l543 -9991.7l544.4 -9991.6l545.8 -9991.5l547.2 -9991.4l548.6 -9991.2l550 -9991.1l551.4 -9991l552.8 -9990.9l554.2 -9990.8l555.6 -9990.6l557 -9990.5l558.4 -9990.4l559.8 -9990.3l561.2 -9990.1l562.6 -9990l564 -9989.9l565.3 -9989.7l566.7 -9989.6l568.1 -9989.5l569.5 -9989.4l570.9 -9989.2l572.2 -9989.2l573.6 -9989l575 -9988.9l576.4 -9988.8l577.7 -9988.6l579.1 -9988.5l580.5 -9988.4l581.8 -9988.3l583.2 -9988.1l584.6 -9988l585.9 -9987.9l587.3 -9987.8l588.6 -9987.7l590 -9987.5l591.3 -9987.4l592.7 -9987.3l594.1 -9987.2l595.4 -9987l596.8 -9986.9l598.1 -9986.8l599.4 -9986.6l600.8 -9986.5l602.1 -9986.4l603.5 -9986.3l604.8 -9986.1l606.2 -9986l607.5 -9985.9l608.8 -9985.7l610.2 -9985.6l611.5 -9985.5l612.8 -9985.4l614.2 -9985.2l615.5 -9985.1l616.8 -9985l618.1 -9984.9l619.5 -9984.7l620.8 -9984.6l622.1 -9984.5l623.4 -9984.4l624.7 -9984.2l626 -9984.1l627.4 -9984l628.7 -9983.8l630 -9983.7l631.3 -9983.6l632.6 -9983.4l633.9 -9983.3l635.2 -9983.2l636.5 -9983.1l637.8 -9982.9l639.1 -9982.8l640.4 -9982.7l641.7 -9982.6l643 -9982.4l644.3 -9982.3l645.6 -9982.2l646.9 -9982l648.2 -9981.9l649.4 -9981.8l650.7 -9981.6l652 -9981.5l653.3 -9981.4l654.6 -9981.3l655.8 -9981.1l657.1 -9981l658.4 -9980.9l659.7 -9980.7l660.9 -9980.6l662.2 -9980.5l663.5 -9980.4l664.7 -9980.2l666 -9980.1l667.3 -9979.9l668.5 -9979.8l669.8 -9979.7l671 -9979.6l672.3 -9979.4l673.6 -9979.3l674.8 -9979.2l676.1 -9979.1l677.3 -9978.9l678.6 -9978.8l679.8 -9978.7l681 -9978.5l682.3 -9978.4l683.5 -9978.3l684.8 -9978.1l686 -9978l687.2 -9977.9l688.5 -9977.8l689.7 -9977.6l690.9 -9977.5l692.2 -9977.4l693.4 -9977.2l694.6 -9977.1l695.8 -9976.9l697.1 -9976.8l698.3 -9976.7l699.5 -9976.6l700.7 -9976.5l701.9 -9976.3l703.1 -9976.2l704.3 -9976.1l705.6 -9975.9l706.8 -9975.8l708 -9975.7l709.2 -9975.6l710.4 -9975.4l711.6 -9975.3l712.8 -9975.1l714 -9975l715.2 -9974.9l716.4 -9974.8l717.5 -9974.6l718.7 -9974.5l719.9 -9974.4l721.1 -9974.3l722.3 -9974.1l723.5 -9974l724.7 -9973.9l725.8 -9973.7l727 -9973.6l728.2 -9973.5l50.1 -685.9"
id="path1972"
style="stroke:#c4afb9;stroke-opacity:1;" />
<path
d="M81984.6 -1l.8 -10012.9l2.5 -10013.9l4.1 -10013.9l5.8 -10013.9l7.5 -10013.9l9.1 -10013.9l10.8 -10013.9l12.4 -10013.9l14.1 -10013.9l15.7 -10013.8l17.4 -10013.9l19 -10013.9l20.7 -10013.9l22.4 -10013.9l24 -10013.8l25.7 -10013.8l27.3 -10013.8l29 -10013.8l30.6 -10013.8l32.3 -10013.8l34 -10013.8l35.6 -10013.8l37.3 -10013.8l38.9 -10013.7l40.6 -10013.8l42.2 -10013.8l43.9 -10013.7l45.5 -10013.7l47.2 -10013.7l48.8 -10013.7l50.5 -10013.7l52.2 -10013.7l53.8 -10013.6l55.5 -10013.7l57.1 -10013.6l58.8 -10013.6l60.4 -10013.6l62.1 -10013.6l63.7 -10013.6l65.4 -10013.6l67 -10013.5l68.7 -10013.5l70.3 -10013.5l72 -10013.5l73.6 -10013.5l75.3 -10013.4l77 -10013.4l78.6 -10013.4l80.3 -10013.4l81.9 -10013.4l83.6 -10013.3l85.2 -10013.3l86.9 -10013.3l88.5 -10013.3l90.2 -10013.2l91.8 -10013.2l93.5 -10013.2l95.1 -10013.2l96.8 -10013.1l98.4 -10013.1l100.1 -10013.1l101.7 -10013.1l103.3 -10013l105 -10013l106.6 -10012.9l108.3 -10012.9l109.9 -10012.9l111.6 -10012.9l113.2 -10012.8l114.9 -10012.8l116.5 -10012.8l118.2 -10012.8l119.8 -10012.7l121.5 -10012.7l123.1 -10012.7l124.7 -10012.6l126.4 -10012.6l128 -10012.6l129.7 -10012.5l131.3 -10012.5l133 -10012.5l134.6 -10012.4l136.2 -10012.4l137.9 -10012.4l139.5 -10012.3l141.2 -10012.3l142.8 -10012.2l144.4 -10012.2l146.1 -10012.2l147.7 -10012.1l149.4 -10012.1l151 -10012l152.6 -10012l154.3 -10012l155.9 -10011.9l157.6 -10011.9l159.2 -10011.8l160.8 -10011.8l162.5 -10011.8l164.1 -10011.7l165.7 -10011.6l167.4 -10011.6l169 -10011.6l170.6 -10011.5l172.3 -10011.5l173.9 -10011.4l175.5 -10011.4l177.2 -10011.4l178.8 -10011.3l180.4 -10011.3l182.1 -10011.2l183.7 -10011.2l185.3 -10011.1l186.9 -10011.1l188.6 -10011l190.2 -10011l191.8 -10010.9l193.4 -10010.9l195.1 -10010.8l196.7 -10010.7l198.3 -10010.7l200 -10010.7l201.6 -10010.6l203.2 -10010.5l204.8 -10010.5l206.4 -10010.4l208.1 -10010.4l209.7 -10010.3l211.3 -10010.2l212.9 -10010.2l214.5 -10010.2l216.2 -10010.1l217.8 -10010l219.4 -10010l221 -10009.9l222.6 -10009.9l224.3 -10009.8l225.9 -10009.7l227.5 -10009.7l229.1 -10009.6l230.7 -10009.6l232.3 -10009.5l233.9 -10009.5l235.5 -10009.4l237.2 -10009.3l238.8 -10009.3l240.4 -10009.2l242 -10009.2l243.6 -10009.1l245.2 -10009l246.8 -10009l248.4 -10008.9l250 -10008.8l251.6 -10008.8l253.2 -10008.7l254.8 -10008.6l256.4 -10008.6l258 -10008.5l259.7 -10008.4l261.3 -10008.4l262.9 -10008.3l264.5 -10008.2l266.1 -10008.2l267.7 -10008.1l269.2 -10008l270.8 -10008l272.4 -10007.9l274 -10007.8l275.6 -10007.7l277.2 -10007.6l278.8 -10007.6l280.4 -10007.5l282 -10007.5l283.6 -10007.4l285.2 -10007.3l286.8 -10007.2l288.4 -10007.2l290 -10007.1l291.5 -10007l293.1 -10006.9l294.7 -10006.9l296.3 -10006.8l297.9 -10006.7l299.5 -10006.6l301.1 -10006.6l302.6 -10006.5l304.2 -10006.4l305.8 -10006.3l307.4 -10006.3l309 -10006.2l310.5 -10006.1l312.1 -10006l313.7 -10005.9l315.3 -10005.9l316.8 -10005.8l318.4 -10005.7l320 -10005.6l321.6 -10005.5l323.1 -10005.5l324.7 -10005.4l326.3 -10005.3l327.8 -10005.2l329.4 -10005.1l331 -10005l332.5 -10005l334.1 -10004.8l335.7 -10004.8l337.2 -10004.7l338.8 -10004.6l340.4 -10004.5l341.9 -10004.4l343.5 -10004.4l345 -10004.3l346.6 -10004.2l348.2 -10004.1l349.7 -10004l351.3 -10003.9l352.8 -10003.8l354.4 -10003.8l355.9 -10003.6l357.5 -10003.6l359 -10003.5l360.6 -10003.4l362.1 -10003.3l363.7 -10003.2l365.2 -10003.1l366.8 -10003l368.3 -10002.9l369.9 -10002.8l371.4 -10002.8l373 -10002.7l374.5 -10002.6l376 -10002.5l377.6 -10002.4l379.1 -10002.3l380.7 -10002.2l382.2 -10002.1l383.7 -10002l385.3 -10001.9l386.8 -10001.8l388.3 -10001.7l389.9 -10001.6l391.4 -10001.5l392.9 -10001.4l394.5 -10001.3l396 -10001.3l397.5 -10001.1l399 -10001.1l400.6 -10001l402.1 -10000.9l403.6 -10000.8l405.1 -10000.6l406.6 -10000.6l408.2 -10000.5l409.7 -10000.4l411.2 -10000.3l412.7 -10000.1l414.2 -10000.1l415.7 -10000l417.3 -9999.9l418.8 -9999.7l420.3 -9999.7l421.8 -9999.6l423.3 -9999.5l424.8 -9999.4l426.3 -9999.2l427.8 -9999.2l429.3 -9999.1l430.8 -9999l432.3 -9998.8l433.8 -9998.7l435.3 -9998.6l436.8 -9998.5l438.3 -9998.4l439.8 -9998.3l441.3 -9998.2l442.8 -9998.1l444.3 -9998l445.8 -9997.9l447.3 -9997.8l448.8 -9997.7l450.3 -9997.6l451.7 -9997.5l453.2 -9997.3l454.7 -9997.3l456.2 -9997.2l457.7 -9997.1l459.2 -9996.9l460.6 -9996.8l462.1 -9996.7l463.6 -9996.6l465.1 -9996.5l466.5 -9996.4l468 -9996.3l469.5 -9996.2l471 -9996.1l472.4 -9996l473.9 -9995.8l475.4 -9995.7l476.8 -9995.6l478.3 -9995.5l479.8 -9995.4l481.2 -9995.3l482.7 -9995.2l484.2 -9995.1l485.6 -9995l487.1 -9994.8l488.5 -9994.7l490 -9994.6l491.4 -9994.5l492.9 -9994.4l494.3 -9994.3l495.8 -9994.2l497.2 -9994.1l498.7 -9993.9l500.1 -9993.8l501.6 -9993.7l503 -9993.6l504.5 -9993.5l505.9 -9993.4l507.3 -9993.2l508.8 -9993.1l510.2 -9993l511.7 -9992.9l513.1 -9992.8l514.5 -9992.7l516 -9992.6l517.4 -9992.4l518.8 -9992.3l520.2 -9992.2l521.7 -9992.1l523.1 -9992l524.5 -9991.9l525.9 -9991.7l527.4 -9991.6l528.8 -9991.5l530.2 -9991.4l531.6 -9991.3l533 -9991.1l534.5 -9991l535.9 -9990.9l537.3 -9990.8l538.7 -9990.6l540.1 -9990.6l541.5 -9990.4l542.9 -9990.3l544.3 -9990.2l545.7 -9990.1l547.1 -9990l548.5 -9989.8l549.9 -9989.7l551.3 -9989.6l552.7 -9989.5l554.1 -9989.4l555.5 -9989.2l556.9 -9989.1l558.3 -9989l559.7 -9988.9l561.1 -9988.8l562.4 -9988.6l563.8 -9988.5l565.2 -9988.4l566.6 -9988.3l568 -9988.1l569.4 -9988l570.7 -9987.9l572.1 -9987.8l573.5 -9987.7l574.9 -9987.5l576.2 -9987.4l577.6 -9987.3l579 -9987.2l580.3 -9987l581.7 -9986.9l583.1 -9986.8l584.4 -9986.7l585.8 -9986.5l587.1 -9986.4l588.5 -9986.3l589.9 -9986.1l591.2 -9986l592.6 -9985.9l593.9 -9985.8l595.3 -9985.6l596.6 -9985.6l598 -9985.4l599.3 -9985.3l600.7 -9985.2l602 -9985l603.3 -9984.9l604.7 -9984.8l606 -9984.7l607.4 -9984.5l608.7 -9984.4l610 -9984.3l611.4 -9984.2l612.7 -9984l614 -9983.9l615.4 -9983.8l616.7 -9983.7l618 -9983.5l619.3 -9983.4l620.6 -9983.3l622 -9983.2l623.3 -9983l624.6 -9982.9l625.9 -9982.8l627.2 -9982.7l628.5 -9982.5l629.9 -9982.4l631.2 -9982.3l632.5 -9982.1l633.8 -9982l635.1 -9981.9l636.4 -9981.8l637.7 -9981.6l639 -9981.5l640.3 -9981.4l641.6 -9981.3l642.9 -9981.1l644.2 -9981l645.4 -9980.9l646.7 -9980.7l648 -9980.6l649.3 -9980.5l650.6 -9980.3l651.9 -9980.2l653.2 -9980.1l654.4 -9980l655.7 -9979.8l657 -9979.7l658.3 -9979.6l659.5 -9979.5l660.8 -9979.3l662.1 -9979.2l663.3 -9979.1l664.6 -9979l665.9 -9978.8l667.1 -9978.7l668.4 -9978.6l669.7 -9978.4l670.9 -9978.3l672.2 -9978.2l673.4 -9978l674.7 -9977.9l675.9 -9977.8l677.2 -9977.7l678.4 -9977.5l679.7 -9977.4l680.9 -9977.3l682.2 -9977.2l683.4 -9977l684.6 -9976.9l685.9 -9976.8l687.1 -9976.7l688.3 -9976.5l689.6 -9976.4l690.8 -9976.3l692 -9976.1l693.3 -9976l694.5 -9975.9l12.8 -183.5"
id="path1973"
style="stroke:#c4afb9;stroke-opacity:1;" />
</g>
</g>
<g
id="g1981">
<g
id="100kok_tranverse_31t"
fill="none"
stroke="black"
stroke-width="777.7"
stroke-linecap="round"
stroke-linejoin="round">
<path
d="M-268783.4 -4466744.4l1030.4 -10111.1l1032.3 -10110.9l1034.3 -10110.7l1036.2 -10110.4l1038.1 -10110.2l1040 -10110.1l761.1 -7386.3l3811.7 262.1l10038.7 690l10037.6 689.8l10036.3 689.6l10035 689.4l10033.8 689.1l-688.4 10033.3l-687.2 10033.5l-686 10033.7l-684.8 10033.9l-683.4 10034l-682.2 10034.3l-654.6 9645.1l-5888.2 -555.7l-10061.1 -963.2l-10061.6 -976.8l-10062.1 -990.4l-10062.7 -1004.1l-10063.2 -1017.8z"
id="path1983" />
<path
d="M-112435 -4452466.4l-5453.1 -441.4l-10056.4 -827.4l-10056.8 -841l-10057.3 -854.5l-10057.7 -868.1l-10058.2 -881.6l-10058.7 -895.2l-10059.2 -908.8l-10059.6 -922.4l-10060.1 -936l-4172.4 -393.8l654.6 -9645.1l682.2 -10034.3l683.4 -10034l684.8 -10033.9l686 -10033.7l687.2 -10033.5l688.4 -10033.3l10032.5 689l10031.4 688.8l10030 688.6l10028.8 688.3l10027.6 688.2l10026.3 687.9l10025.1 687.8l10023.9 687.5l10022.6 687.3l10021.3 687.2l-686.4 10020.9l-685.3 10021l-684 10021.1l-682.7 10021.4l-681.5 10021.5l-680.2 10021.8l-679 10021.9l-107.4 1587.4z"
id="path1984" />
<path
d="M-12321.5 -4445036.3l-5026.1 -339.6l-10052.2 -692.6l-10052.7 -706l-10053 -719.5l-10053.4 -732.9l-10053.8 -746.4l-10054.2 -759.9l-10054.6 -773.4l-10055.1 -786.9l-10055.5 -800.4l-4602.8 -372.5l107.4 -1587.4l679 -10021.9l680.2 -10021.8l681.5 -10021.5l682.7 -10021.4l684 -10021.1l685.3 -10021l686.4 -10020.9l10020.1 687.1l10018.9 686.8l10017.5 686.7l10016.4 686.4l10015.1 686.3l10013.9 686.1l10012.6 685.9l10011.4 685.7l10010.1 685.5l10008.9 685.3l-684.7 10008.4l-683.4 10008.5l-682.2 10008.7l-680.9 10008.9l-679.7 10009l-678.4 10009.3l-677.2 10009.4l-151.6 2243.2z"
id="path1985" />
<path
d="M87755.3 -4438939l-4599.8 -249.5l-10048.8 -558.4l-10049.1 -571.8l-10049.5 -585.2l-10049.8 -598.6l-10050.1 -612l-10050.5 -625.4l-10050.8 -638.8l-10051.1 -652.3l-10051.6 -665.7l-5025.7 -339.5l151.6 -2243.2l677.2 -10009.4l678.4 -10009.3l679.7 -10009l680.9 -10008.9l682.2 -10008.7l683.4 -10008.5l684.7 -10008.4l10007.7 685.2l10006.4 685.1l10005.2 684.9l10003.9 684.7l10002.7 684.5l10001.4 684.3l10000.1 684.3l9999 684l9997.7 683.9l9996.4 683.7l-683 9996l-681.8 9996.1l-680.5 9996.2l-679.4 9996.4l-678 9996.5l-676.8 9996.7l-675.5 9996.8l-106.9 1583.5z"
id="path1986" />
<path
d="M187794.9 -4434168.2l-4166.6 -170.7l-10046.2 -424.9l-10046.3 -438.2l-10046.6 -451.6l-10046.9 -464.9l-10047.1 -478.3l-10047.4 -491.6l-10047.7 -505l-10047.9 -518.3l-10048.2 -531.7l-5448.8 -295.6l106.9 -1583.5l675.5 -9996.8l676.8 -9996.7l678 -9996.5l679.4 -9996.4l680.5 -9996.2l681.8 -9996.1l683 -9996l9995.3 683.6l9994 683.5l9992.8 683.3l9991.6 683l9990.2 683l9989 682.8l9987.8 682.7l9986.5 682.5l9985.3 682.4l9984.1 682.3l-681.5 9983.5l-680.4 9983.7l-679 9983.8l-677.9 9983.9l-676.6 9984l-675.4 9984.2l-647.9 9596.8z"
id="path1987" />
<path
d="M246203.2 -4500000l-251.3 7374.2l-343.5 10093.2l-342.9 10093l-342.2 10092.8l-341.6 10092.7l-341 10092.6l-340.3 10092.5l-10044.8 -345l-10045 -358.3l-10045.2 -371.6l-10045.4 -385l-10045.7 -398.3l-5879.3 -240.9l647.9 -9596.8l675.4 -9984.2l676.6 -9984l677.9 -9983.9l679 -9983.8l680.4 -9983.7l681.5 -9983.5l9982.8 682.2l9981.6 682l9980.3 681.9l9979.1 681.8l9977.8 681.6l3787.9 258.7z"
id="path1988" />
<path
d="M-261810.9 -4534794.2l280.8 -2723.5l1043.8 -10109.5l1045.7 -10109.3l1047.6 -10109l1049.5 -10108.8l1051.4 -10108.6l1053.3 -10108.3l1055.2 -10108.1l1057.1 -10107.9l1058.9 -10107.6l676.3 -6445.4l355.4 24.9l10036.6 702.4l10035.4 702.1l10034.1 702l10033 701.8l10031.7 701.5l-700.8 10031.2l-699.6 10031.3l-698.3 10031.6l-697.2 10031.8l-695.9 10032.1l-694.7 10032.2l-693.3 10032.4l-692.2 10032.7l-691 10032.9l-689.7 10033l-10033.8 -689.1l-10035 -689.4l-10036.3 -689.6l-10037.6 -689.8l-10038.7 -690l-3811.7 -262.1z"
id="path1989" />
<path
d="M-207817.9 -4531084.1l689.7 -10033l691 -10032.9l692.2 -10032.7l693.3 -10032.4l694.7 -10032.2l695.9 -10032.1l697.2 -10031.8l698.3 -10031.6l699.6 -10031.3l700.8 -10031.2l10030.4 701.3l10029.3 701.1l10028.1 700.9l10026.8 700.8l10025.5 700.5l10024.4 700.3l10023.1 700.1l10021.9 699.9l10020.6 699.8l10019.5 699.5l-698.8 10018.9l-697.6 10019.1l-696.5 10019.3l-695.1 10019.5l-693.9 10019.7l-692.7 10019.9l-691.4 10020.1l-690.2 10020.2l-688.9 10020.4l-687.8 10020.6l-10021.3 -687.2l-10022.6 -687.3l-10023.9 -687.5l-10025.1 -687.8l-10026.3 -687.9l-10027.6 -688.2l-10028.8 -688.3l-10030 -688.6l-10031.4 -688.8l-10032.5 -689z"
id="path1990" />
<path
d="M-107548.5 -4524203.5l687.8 -10020.6l688.9 -10020.4l690.2 -10020.2l691.4 -10020.1l692.7 -10019.9l693.9 -10019.7l695.1 -10019.5l696.5 -10019.3l697.6 -10019.1l698.8 -10018.9l10018.2 699.4l10017 699.1l10015.7 699l10014.6 698.7l10013.2 698.6l10012.1 698.5l10010.9 698.2l10009.6 698.1l10008.4 697.8l10007.2 697.7l-697 10006.7l-695.8 10006.8l-694.6 10007l-693.3 10007.2l-692.1 10007.3l-690.9 10007.5l-689.6 10007.7l-688.4 10007.9l-687.1 10007.9l-685.9 10008.2l-10008.9 -685.3l-10010.1 -685.5l-10011.4 -685.7l-10012.6 -685.9l-10013.9 -686.1l-10015.1 -686.3l-10016.4 -686.4l-10017.5 -686.7l-10018.9 -686.8l-10020.1 -687.1z"
id="path1991" />
<path
d="M-7403.5 -4517341.8l685.9 -10008.2l687.1 -10007.9l688.4 -10007.9l689.6 -10007.7l690.9 -10007.5l692.1 -10007.3l693.3 -10007.2l694.6 -10007l695.8 -10006.8l697 -10006.7l10005.9 697.6l10004.7 697.4l10003.5 697.1l10002.3 697.1l10001 696.8l9999.8 696.7l9998.6 696.6l9997.4 696.3l9996.2 696.3l9994.9 696l-695.4 9994.4l-694.1 9994.5l-692.9 9994.7l-691.7 9994.8l-690.4 9995l-689.2 9995.1l-688 9995.4l-686.8 9995.5l-685.5 9995.6l-684.3 9995.8l-9996.4 -683.7l-9997.7 -683.9l-9999 -684l-10000.1 -684.3l-10001.4 -684.3l-10002.7 -684.5l-10003.9 -684.7l-10005.2 -684.9l-10006.4 -685.1l-10007.7 -685.2z"
id="path1992" />
<path
d="M92617.2 -4510497.2l684.3 -9995.8l685.5 -9995.6l686.8 -9995.5l688 -9995.4l689.2 -9995.1l690.4 -9995l691.7 -9994.8l692.9 -9994.7l694.1 -9994.5l695.4 -9994.4l9993.7 696l9992.5 695.7l9991.2 695.6l9990 695.5l9988.8 695.3l9987.5 695.2l9986.3 695l9985.2 694.9l9983.9 694.8l9982.6 694.7l-693.9 9982.1l-692.7 9982.2l-691.5 9982.4l-690.2 9982.6l-689 9982.7l-687.8 9982.8l-686.5 9982.9l-685.2 9983.2l-684.1 9983.2l-682.8 9983.3l-9984.1 -682.3l-9985.3 -682.4l-9986.5 -682.5l-9987.8 -682.7l-9989 -682.8l-9990.2 -683l-9991.6 -683l-9992.8 -683.3l-9994 -683.5l-9995.3 -683.6z"
id="path1993" />
<path
d="M249645.7 -4600000l-223.4 6437.1l-349.9 10094.2l-349.3 10094.1l-348.6 10094l-348 10093.9l-347.4 10093.8l-346.7 10093.7l-346.1 10093.5l-345.5 10093.4l-344.8 10093.3l-92.9 2719l-3787.9 -258.7l-9977.8 -681.6l-9979.1 -681.8l-9980.3 -681.9l-9981.6 -682l-9982.8 -682.2l682.8 -9983.3l684.1 -9983.2l685.2 -9983.2l686.5 -9982.9l687.8 -9982.8l689 -9982.7l690.2 -9982.6l691.5 -9982.4l692.7 -9982.2l693.9 -9982.1l9981.4 694.5l9980.3 694.3l9979 694.2l9977.7 694.1l9976.5 693.9l353.3 24.5z"
id="path1994" />
<path
d="M-251391.4 -4634940.1l384.5 -3662.1l1062.7 -10107.1l1064.6 -10106.9l1066.4 -10106.7l1068.3 -10106.4l1070.2 -10106.2l1072 -10106l1073.9 -10105.7l1075.7 -10105.5l1077.6 -10105.3l586.7 -5493.4l6873.3 489.4l10033.3 714.4l10032 714.2l10030.8 713.9l10029.6 713.7l-713 10029.1l-711.8 10029.3l-710.6 10029.5l-709.3 10029.7l-708.2 10029.9l-707 10030.2l-705.6 10030.4l-704.6 10030.6l-703.2 10030.7l-702.1 10031.1l-10031.7 -701.5l-10033 -701.8l-10034.1 -702l-10035.4 -702.1l-10036.6 -702.4l-355.4 -24.9z"
id="path1995" />
<path
d="M-200865.2 -4631405.3l702.1 -10031.1l703.2 -10030.7l704.6 -10030.6l705.6 -10030.4l707 -10030.2l708.2 -10029.9l709.3 -10029.7l710.6 -10029.5l711.8 -10029.3l713 -10029.1l10028.3 713.5l10027.2 713.4l10026 713.1l10024.8 712.9l10023.5 712.6l10022.4 712.6l10021.1 712.3l10019.9 712.1l10018.8 711.9l10017.5 711.6l-711.1 10017l-709.8 10017.3l-708.6 10017.4l-707.4 10017.5l-706.2 10017.8l-705 10018l-703.7 10018.2l-702.5 10018.3l-701.3 10018.5l-700 10018.7l-10019.5 -699.5l-10020.6 -699.8l-10021.9 -699.9l-10023.1 -700.1l-10024.4 -700.3l-10025.5 -700.5l-10026.8 -700.8l-10028.1 -700.9l-10029.3 -701.1l-10030.4 -701.3z"
id="path1996" />
<path
d="M-100615.7 -4624401.2l700 -10018.7l701.3 -10018.5l702.5 -10018.3l703.7 -10018.2l705 -10018l706.2 -10017.8l707.4 -10017.5l708.6 -10017.4l709.8 -10017.3l711.1 -10017l10016.3 711.6l10015.2 711.3l10013.9 711.2l10012.7 710.9l10011.5 710.8l10010.3 710.5l10009.1 710.5l10007.9 710.2l10006.6 710l10005.4 709.9l-709.2 10004.9l-708 10005.1l-706.8 10005.3l-705.6 10005.5l-704.3 10005.6l-703.1 10005.7l-701.9 10006l-700.7 10006.1l-699.5 10006.2l-698.2 10006.5l-10007.2 -697.7l-10008.4 -697.8l-10009.6 -698.1l-10010.9 -698.2l-10012.1 -698.5l-10013.2 -698.6l-10014.6 -698.7l-10015.7 -699l-10017 -699.1l-10018.2 -699.4z"
id="path1997" />
<path
d="M-488.8 -4617416l698.2 -10006.5l699.5 -10006.2l700.7 -10006.1l701.9 -10006l703.1 -10005.7l704.3 -10005.6l705.6 -10005.5l706.8 -10005.3l708 -10005.1l709.2 -10004.9l10004.2 709.6l10003.1 709.6l10001.8 709.4l10000.7 709.1l9999.4 709.1l9998.2 708.8l9997 708.8l9995.7 708.5l9994.6 708.4l9993.4 708.2l-707.6 9992.8l-706.3 9993.1l-705.1 9993.2l-703.9 9993.3l-702.7 9993.5l-701.5 9993.7l-700.3 9993.8l-699.1 9993.9l-697.8 9994.1l-696.6 9994.2l-9994.9 -696l-9996.2 -696.3l-9997.4 -696.3l-9998.6 -696.6l-9999.8 -696.7l-10001 -696.8l-10002.3 -697.1l-10003.5 -697.1l-10004.7 -697.4l-10005.9 -697.6z"
id="path1998" />
<path
d="M99515.6 -4610448.1l696.6 -9994.2l697.8 -9994.1l699.1 -9993.9l700.3 -9993.8l701.5 -9993.7l702.7 -9993.5l703.9 -9993.3l705.1 -9993.2l706.3 -9993.1l707.6 -9992.8l9992.1 708.1l9991 707.9l9989.8 707.8l9988.5 707.6l9987.4 707.4l9986.1 707.4l9984.9 707.2l9983.7 707.1l9982.5 706.9l9981.2 706.8l-706 9980.8l-705 9980.9l-703.6 9981.1l-702.5 9981.1l-701.2 9981.3l-700 9981.5l-698.8 9981.7l-697.6 9981.7l-696.4 9981.8l-695.1 9982.1l-9982.6 -694.7l-9983.9 -694.8l-9985.2 -694.9l-9986.3 -695l-9987.5 -695.2l-9988.8 -695.3l-9990 -695.5l-9991.2 -695.6l-9992.5 -695.7l-9993.7 -696z"
id="path1999" />
<path
d="M253150 -4700000l-193.8 5488.2l-356.2 10095.4l-355.6 10095.3l-355 10095.2l-354.3 10095l-353.7 10094.9l-353.1 10094.8l-352.4 10094.7l-351.8 10094.6l-351.2 10094.5l-127.2 3657.4l-353.3 -24.5l-9976.5 -693.9l-9977.7 -694.1l-9979 -694.2l-9980.3 -694.3l-9981.4 -694.5l695.1 -9982.1l696.4 -9981.8l697.6 -9981.7l698.8 -9981.7l700 -9981.5l701.2 -9981.3l702.5 -9981.1l703.6 -9981.1l705 -9980.9l706 -9980.8l9980.1 706.7l9978.9 706.5l9977.7 706.3l9976.5 706.2l6833 483.7z"
id="path2000" />
<path
d="M-240788.8 -4735051.3l492.8 -4611.6l1081.3 -10104.9l1083.1 -10104.5l1085 -10104.3l1086.8 -10104.1l1088.7 -10103.8l1090.5 -10103.6l1092.3 -10103.4l1094.2 -10103.1l1096 -10102.9l492.2 -4530.4l3295.3 238.6l10031.1 726.4l10029.9 726.1l10028.7 725.9l10027.5 725.8l-725 10027l-723.8 10027.1l-722.7 10027.5l-721.4 10027.6l-720.2 10027.8l-719.1 10028l-717.8 10028.3l-716.6 10028.5l-715.4 10028.7l-714.2 10028.9l-10029.6 -713.7l-10030.8 -713.9l-10032 -714.2l-10033.3 -714.4l-6873.3 -489.4z"
id="path2001" />
<path
d="M-193789.8 -4731705.8l714.2 -10028.9l715.4 -10028.7l716.6 -10028.5l717.8 -10028.3l719.1 -10028l720.2 -10027.8l721.4 -10027.6l722.7 -10027.5l723.8 -10027.1l725 -10027l10026.3 725.5l10025.1 725.2l10024 725.1l10022.7 724.8l10021.5 724.7l10020.4 724.5l10019.1 724.3l10018 724.1l10016.7 723.8l10015.6 723.7l-723 10015.1l-721.8 10015.3l-720.6 10015.5l-719.5 10015.7l-718.2 10015.8l-717 10016.1l-715.8 10016.2l-714.6 10016.5l-713.5 10016.6l-712.2 10016.8l-10017.5 -711.6l-10018.8 -711.9l-10019.9 -712.1l-10021.1 -712.3l-10022.4 -712.6l-10023.5 -712.6l-10024.8 -712.9l-10026 -713.1l-10027.2 -713.4l-10028.3 -713.5z"
id="path2002" />
<path
d="M-93560.3 -4724579.8l712.2 -10016.8l713.5 -10016.6l714.6 -10016.5l715.8 -10016.2l717 -10016.1l718.2 -10015.8l719.5 -10015.7l720.6 -10015.5l721.8 -10015.3l723 -10015.1l10014.4 723.5l10013.2 723.2l10012 723.1l10010.9 723l10009.6 722.8l10008.5 722.6l10007.3 722.4l10006.1 722.2l10004.9 722l10003.7 721.9l-721.2 10003.2l-720 10003.3l-718.8 10003.6l-717.6 10003.7l-716.4 10003.9l-715.2 10004l-714 10004.3l-712.8 10004.4l-711.6 10004.5l-710.4 10004.8l-10005.4 -709.9l-10006.6 -710l-10007.9 -710.2l-10009.1 -710.5l-10010.3 -710.5l-10011.5 -710.8l-10012.7 -710.9l-10013.9 -711.2l-10015.2 -711.3l-10016.3 -711.6z"
id="path2003" />
<path
d="M6548.4 -4717473l710.4 -10004.8l711.6 -10004.5l712.8 -10004.4l714 -10004.3l715.2 -10004l716.4 -10003.9l717.6 -10003.7l718.8 -10003.6l720 -10003.3l721.2 -10003.2l10002.5 721.6l10001.3 721.5l10000.2 721.4l9998.9 721.2l9997.8 721l9996.5 720.8l9995.4 720.7l9994.2 720.5l9993 720.4l9991.8 720.2l-719.5 9991.3l-718.3 9991.5l-717.2 9991.6l-715.9 9991.8l-714.7 9991.9l-713.6 9992.1l-712.4 9992.2l-711.2 9992.4l-709.9 9992.5l-708.8 9992.6l-9993.4 -708.2l-9994.6 -708.4l-9995.7 -708.5l-9997 -708.8l-9998.2 -708.8l-9999.4 -709.1l-10000.7 -709.1l-10001.8 -709.4l-10003.1 -709.6l-10004.2 -709.6z"
id="path2004" />
<path
d="M106536.4 -4710383.5l708.8 -9992.6l709.9 -9992.5l711.2 -9992.4l712.4 -9992.2l713.6 -9992.1l714.7 -9991.9l715.9 -9991.8l717.2 -9991.6l718.3 -9991.5l719.5 -9991.3l9990.6 720l9989.4 720l9988.3 719.7l9987 719.6l9985.9 719.4l9984.7 719.3l9983.5 719.2l9982.3 719l9981.1 719l9979.9 718.8l-718.1 9979.4l-716.9 9979.5l-715.7 9979.7l-714.6 9979.8l-713.2 9979.9l-712.2 9980l-710.9 9980.2l-709.7 9980.4l-708.5 9980.5l-707.3 9980.6l-9981.2 -706.8l-9982.5 -706.9l-9983.7 -707.1l-9984.9 -707.2l-9986.1 -707.4l-9987.4 -707.4l-9988.5 -707.6l-9989.8 -707.8l-9991 -707.9l-9992.1 -708.1z"
id="path2005" />
<path
d="M256715 -4800000l-162.6 4527.7l-362.4 10096.6l-361.8 10096.4l-361.2 10096.3l-360.6 10096.2l-359.9 10096.1l-359.3 10096l-358.7 10095.9l-358.1 10095.7l-357.5 10095.7l-163 4607.3l-6833 -483.7l-9976.5 -706.2l-9977.7 -706.3l-9978.9 -706.5l-9980.1 -706.7l707.3 -9980.6l708.5 -9980.5l709.7 -9980.4l710.9 -9980.2l712.2 -9980l713.2 -9979.9l714.6 -9979.8l715.7 -9979.7l716.9 -9979.5l718.1 -9979.4l9978.7 718.5l9977.6 718.5l9976.3 718.4l9975.2 718.2l3276.4 235.9z"
id="path2006" />
<path
d="M-230006.1 -4835127.9l605.6 -5572.2l1099.6 -10102.4l1101.4 -10102.3l1103.3 -10101.9l1105.1 -10101.7l1106.9 -10101.5l1108.7 -10101.2l1110.5 -10101l1112.3 -10100.8l1114.1 -10100.5l392.8 -3556.4l9687.8 713.1l10027.7 737.9l10026.5 737.8l10025.3 737.5l-736.8 10024.9l-735.6 10025.1l-734.5 10025.2l-733.3 10025.6l-732.2 10025.7l-730.9 10025.9l-729.8 10026.2l-728.6 10026.4l-727.4 10026.5l-726.2 10026.9l-10027.5 -725.8l-10028.7 -725.9l-10029.9 -726.1l-10031.1 -726.4l-3295.3 -238.6z"
id="path2007" />
<path
d="M-186593.6 -4831985.1l726.2 -10026.9l727.4 -10026.5l728.6 -10026.4l729.8 -10026.2l730.9 -10025.9l732.2 -10025.7l733.3 -10025.6l734.5 -10025.2l735.6 -10025.1l736.8 -10024.9l10024.2 737.3l10023.1 737l10021.8 736.9l10020.7 736.7l10019.6 736.4l10018.4 736.3l10017.1 736.1l10016 735.9l10014.9 735.7l10013.6 735.5l-734.8 10013.1l-733.6 10013.4l-732.5 10013.6l-731.3 10013.8l-730.1 10013.9l-728.9 10014.2l-727.8 10014.3l-726.5 10014.5l-725.4 10014.7l-724.2 10014.9l-10015.6 -723.7l-10016.7 -723.8l-10018 -724.1l-10019.1 -724.3l-10020.4 -724.5l-10021.5 -724.7l-10022.7 -724.8l-10024 -725.1l-10025.1 -725.2l-10026.3 -725.5z"
id="path2008" />
<path
d="M-86384.2 -4824739.4l724.2 -10014.9l725.4 -10014.7l726.5 -10014.5l727.8 -10014.3l728.9 -10014.2l730.1 -10013.9l731.3 -10013.8l732.5 -10013.6l733.6 -10013.4l734.8 -10013.1l10012.5 735.3l10011.4 735l10010.1 734.9l10009 734.8l10007.8 734.5l10006.6 734.4l10005.5 734.3l10004.3 733.9l10003.2 733.8l10001.9 733.6l-733 10001.5l-731.8 10001.6l-730.6 10001.8l-729.5 10002l-728.3 10002.2l-727.1 10002.3l-725.9 10002.5l-724.7 10002.7l-723.5 10002.8l-722.4 10003.1l-10003.7 -721.9l-10004.9 -722l-10006.1 -722.2l-10007.3 -722.4l-10008.5 -722.6l-10009.6 -722.8l-10010.9 -723l-10012 -723.1l-10013.2 -723.2l-10014.4 -723.5z"
id="path2009" />
<path
d="M13706.3 -4817512.7l722.4 -10003.1l723.5 -10002.8l724.7 -10002.7l725.9 -10002.5l727.1 -10002.3l728.3 -10002.2l729.5 -10002l730.6 -10001.8l731.8 -10001.6l733 -10001.5l10000.8 733.5l9999.7 733.3l9998.5 733.2l9997.3 732.9l9996.1 732.8l9994.9 732.7l9993.8 732.4l9992.6 732.3l9991.5 732.2l9990.2 731.9l-731.4 9989.7l-730.1 9989.9l-729.1 9990.1l-727.8 9990.2l-726.7 9990.3l-725.5 9990.5l-724.2 9990.6l-723.1 9990.9l-721.9 9991l-720.7 9991.2l-9991.8 -720.2l-9993 -720.4l-9994.2 -720.5l-9995.4 -720.7l-9996.5 -720.8l-9997.8 -721l-9998.9 -721.2l-10000.2 -721.4l-10001.3 -721.5l-10002.5 -721.6z"
id="path2010" />
<path
d="M113678 -4810303.4l720.7 -9991.2l721.9 -9991l723.1 -9990.9l724.2 -9990.6l725.5 -9990.5l726.7 -9990.3l727.8 -9990.2l729.1 -9990.1l730.1 -9989.9l731.4 -9989.7l9989.1 731.9l9987.9 731.7l9986.8 731.5l9985.6 731.4l9984.3 731.2l9983.3 731.2l9982 730.9l9980.9 730.8l9979.7 730.8l9978.6 730.5l-729.9 9978l-728.7 9978.2l-727.5 9978.2l-726.4 9978.5l-725.2 9978.6l-724 9978.6l-722.8 9978.9l-721.7 9979l-720.5 9979.1l-719.3 9979.3l-9979.9 -718.8l-9981.1 -719l-9982.3 -719l-9983.5 -719.2l-9984.7 -719.3l-9985.9 -719.4l-9987 -719.6l-9988.3 -719.7l-9989.4 -720l-9990.6 -720z"
id="path2011" />
<path
d="M260339.9 -4900000l-129.8 3555.5l-368.5 10097.7l-367.9 10097.6l-367.3 10097.5l-366.7 10097.4l-366.1 10097.3l-365.5 10097.2l-364.9 10097l-364.3 10097l-363.6 10096.8l-200.4 5569l-3276.4 -235.9l-9975.2 -718.2l-9976.3 -718.4l-9977.6 -718.5l-9978.7 -718.5l719.3 -9979.3l720.5 -9979.1l721.7 -9979l722.8 -9978.9l724 -9978.6l725.2 -9978.6l726.4 -9978.5l727.5 -9978.2l728.7 -9978.2l729.9 -9978l9977.3 730.4l9976.2 730.2l9975.1 730.2l9634.6 705.1z"
id="path2012" />
<path
d="M-219045.9 -4935169.8l723.1 -6543.8l1117.7 -10100l1119.4 -10099.8l1121.2 -10099.7l1123 -10099.3l1124.8 -10099.1l1126.6 -10098.9l1128.3 -10098.6l1130.1 -10098.4l1131.9 -10098.1l288.6 -2571.3l5991.7 448.1l10025.6 749.5l10024.5 749.4l10023.2 749.1l-748.5 10022.7l-747.3 10023l-746.1 10023.2l-745 10023.5l-743.8 10023.6l-742.7 10023.9l-741.5 10024l-740.3 10024.2l-739.2 10024.5l-738 10024.7l-10025.3 -737.5l-10026.5 -737.8l-10027.7 -737.9l-9687.8 -713.1z"
id="path2013" />
<path
d="M-179278.5 -4932243.6l738 -10024.7l739.2 -10024.5l740.3 -10024.2l741.5 -10024l742.7 -10023.9l743.8 -10023.6l745 -10023.5l746.1 -10023.2l747.3 -10023l748.5 -10022.7l10022 748.9l10021 748.8l10019.8 748.4l10018.6 748.3l10017.5 748.1l10016.3 747.9l10015.2 747.7l10014 747.4l10012.9 747.4l10011.7 747l-746.4 10011.3l-745.3 10011.5l-744.1 10011.6l-743 10011.8l-741.8 10012l-740.7 10012.2l-739.5 10012.5l-738.3 10012.6l-737.2 10012.7l-736 10013l-10013.6 -735.5l-10014.9 -735.7l-10016 -735.9l-10017.1 -736.1l-10018.4 -736.3l-10019.6 -736.4l-10020.7 -736.7l-10021.8 -736.9l-10023.1 -737l-10024.2 -737.3z"
id="path2014" />
<path
d="M-79089.1 -4924879.8l736 -10013l737.2 -10012.7l738.3 -10012.6l739.5 -10012.5l740.7 -10012.2l741.8 -10012l743 -10011.8l744.1 -10011.6l745.3 -10011.5l746.4 -10011.3l10010.6 746.9l10009.4 746.7l10008.3 746.5l10007.1 746.3l10005.9 746.2l10004.9 745.9l10003.7 745.8l10002.5 745.6l10001.4 745.5l10000.2 745.2l-744.6 9999.7l-743.4 9999.9l-742.3 10000.1l-741.1 10000.3l-740 10000.4l-738.8 10000.5l-737.7 10000.9l-736.5 10000.9l-735.3 10001.1l-734.1 10001.2l-10001.9 -733.6l-10003.2 -733.8l-10004.3 -733.9l-10005.5 -734.3l-10006.6 -734.4l-10007.8 -734.5l-10009 -734.8l-10010.1 -734.9l-10011.4 -735l-10012.5 -735.3z"
id="path2015" />
<path
d="M20983.2 -4917535.2l734.1 -10001.2l735.3 -10001.1l736.5 -10000.9l737.7 -10000.9l738.8 -10000.5l740 -10000.4l741.1 -10000.3l742.3 -10000.1l743.4 -9999.9l744.6 -9999.7l9999.1 745.1l9997.9 744.9l9996.8 744.7l9995.6 744.6l9994.4 744.5l9993.3 744.2l9992.2 744.1l9991 744l9989.9 743.7l9988.7 743.6l-743 9988.3l-741.8 9988.4l-740.6 9988.5l-739.5 9988.7l-738.4 9988.8l-737.1 9989l-736 9989.2l-734.8 9989.3l-733.7 9989.4l-732.5 9989.6l-9990.2 -731.9l-9991.5 -732.2l-9992.6 -732.3l-9993.8 -732.4l-9994.9 -732.7l-9996.1 -732.8l-9997.3 -732.9l-9998.5 -733.2l-9999.7 -733.3l-10000.8 -733.5z"
id="path2016" />
<path
d="M120938.4 -4910207.9l732.5 -9989.6l733.7 -9989.4l734.8 -9989.3l736 -9989.2l737.1 -9989l738.4 -9988.8l739.5 -9988.7l740.6 -9988.5l741.8 -9988.4l743 -9988.3l9987.5 743.5l9986.4 743.2l9985.2 743.2l9984.1 743l9983 742.8l9981.8 742.7l9980.6 742.6l9979.5 742.5l9978.4 742.2l9977.2 742.2l-741.6 9976.6l-740.3 9976.8l-739.2 9977l-738 9977.1l-736.9 9977.2l-735.7 9977.4l-734.6 9977.4l-733.4 9977.6l-732.2 9977.8l-731 9977.9l-9978.6 -730.5l-9979.7 -730.8l-9980.9 -730.8l-9982 -730.9l-9983.3 -731.2l-9984.3 -731.2l-9985.6 -731.4l-9986.8 -731.5l-9987.9 -731.7l-9989.1 -731.9z"
id="path2017" />
<path
d="M264023.9 -5000000l-95.4 2571.6l-374.5 10098.9l-373.9 10098.8l-373.3 10098.7l-372.7 10098.6l-372.1 10098.4l-371.5 10098.3l-370.9 10098.3l-370.3 10098.1l-369.7 10098l-239.3 6542.3l-9634.6 -705.1l-9975.1 -730.2l-9976.2 -730.2l-9977.3 -730.4l731 -9977.9l732.2 -9977.8l733.4 -9977.6l734.6 -9977.4l735.7 -9977.4l736.9 -9977.2l738 -9977.1l739.2 -9977l740.3 -9976.8l741.6 -9976.6l9976 742l9974.9 741.9l9973.7 741.8l5959.7 443.1z"
id="path2018" />
<path
d="M-207911.1 -5035177l845.1 -7526.6l1135.4 -10097.7l1137.2 -10097.4l1138.9 -10097.2l1140.7 -10097.1l1142.4 -10096.7l1144.2 -10096.5l1145.9 -10096.3l1147.7 -10096l1149.4 -10095.8l179.6 -1575.3l2239.3 170.1l10023.4 761l10022.3 760.7l10021.1 760.7l-759.9 10020.6l-758.8 10020.9l-757.6 10021.1l-756.4 10021.3l-755.3 10021.5l-754.2 10021.7l-753.1 10021.9l-751.9 10022.2l-750.7 10022.3l-749.6 10022.6l-10023.2 -749.1l-10024.5 -749.4l-10025.6 -749.5l-5991.7 -448.1z"
id="path2019" />
<path
d="M-171846.1 -5032480.9l749.6 -10022.6l750.7 -10022.3l751.9 -10022.2l753.1 -10021.9l754.2 -10021.7l755.3 -10021.5l756.4 -10021.3l757.6 -10021.1l758.8 -10020.9l759.9 -10020.6l10020 760.3l10018.9 760.2l10017.7 759.9l10016.6 759.6l10015.4 759.5l10014.3 759.4l10013.2 759.1l10012.1 759l10010.9 758.7l10009.8 758.6l-757.8 10009.3l-756.7 10009.5l-755.6 10009.8l-754.5 10009.9l-753.3 10010l-752.1 10010.3l-751 10010.5l-749.9 10010.7l-748.7 10010.8l-747.5 10011.1l-10011.7 -747l-10012.9 -747.4l-10014 -747.4l-10015.2 -747.7l-10016.3 -747.9l-10017.5 -748.1l-10018.6 -748.3l-10019.8 -748.4l-10021 -748.8l-10022 -748.9z"
id="path2020" />
<path
d="M-71677 -5025001l747.5 -10011.1l748.7 -10010.8l749.9 -10010.7l751 -10010.5l752.1 -10010.3l753.3 -10010l754.5 -10009.9l755.6 -10009.8l756.7 -10009.5l757.8 -10009.3l10008.7 758.3l10007.5 758.2l10006.4 757.9l10005.3 757.8l10004.2 757.6l10003 757.4l10001.9 757.3l10000.7 757l9999.6 756.9l9998.5 756.7l-756 9998l-754.9 9998.2l-753.8 9998.3l-752.6 9998.5l-751.5 9998.7l-750.3 9998.9l-749.2 9999.1l-748 9999.2l-746.9 9999.4l-745.7 9999.5l-10000.2 -745.2l-10001.4 -745.5l-10002.5 -745.6l-10003.7 -745.8l-10004.9 -745.9l-10005.9 -746.2l-10007.1 -746.3l-10008.3 -746.5l-10009.4 -746.7l-10010.6 -746.9z"
id="path2021" />
<path
d="M28377 -5017540.2l745.7 -9999.5l746.9 -9999.4l748 -9999.2l749.2 -9999.1l750.3 -9998.9l751.5 -9998.7l752.6 -9998.5l753.8 -9998.3l754.9 -9998.2l756 -9998l9997.4 756.5l9996.2 756.3l9995.1 756.2l9994 755.9l9992.8 755.9l9991.6 755.7l9990.6 755.5l9989.4 755.4l9988.3 755.1l9987.2 755.1l-754.4 9986.6l-753.3 9986.8l-752.1 9987l-751 9987.1l-749.9 9987.2l-748.7 9987.4l-747.5 9987.6l-746.4 9987.7l-745.3 9987.8l-744.1 9988.1l-9988.7 -743.6l-9989.9 -743.7l-9991 -744l-9992.2 -744.1l-9993.3 -744.2l-9994.4 -744.5l-9995.6 -744.6l-9996.8 -744.7l-9997.9 -744.9l-9999.1 -745.1z"
id="path2022" />
<path
d="M128315.9 -5010096.9l744.1 -9988.1l745.3 -9987.8l746.4 -9987.7l747.5 -9987.6l748.7 -9987.4l749.9 -9987.2l751 -9987.1l752.1 -9987l753.3 -9986.8l754.4 -9986.6l9986 754.8l9984.8 754.8l9983.8 754.5l9982.6 754.5l9981.5 754.2l9980.4 754.1l9979.2 754.1l9978.1 753.9l9977 753.7l9975.8 753.7l-753 9975.3l-751.8 9975.5l-750.7 9975.6l-749.5 9975.7l-748.4 9975.9l-747.3 9976l-746.1 9976.1l-744.9 9976.4l-743.8 9976.3l-742.6 9976.6l-9977.2 -742.2l-9978.4 -742.2l-9979.5 -742.5l-9980.6 -742.6l-9981.8 -742.7l-9983 -742.8l-9984.1 -743l-9985.2 -743.2l-9986.4 -743.2l-9987.5 -743.5z"
id="path2023" />
<path
d="M267766.1 -5100000.1l-59.4 1576l-380.5 10100.1l-379.9 10100l-379.3 10099.8l-378.7 10099.7l-378.1 10099.6l-377.5 10099.6l-376.9 10099.4l-376.3 10099.3l-375.7 10099.1l-279.7 7527.4l-5959.7 -443.1l-9973.7 -741.8l-9974.9 -741.9l-9976 -742l742.6 -9976.6l743.8 -9976.3l744.9 -9976.4l746.1 -9976.1l747.3 -9976l748.4 -9975.9l749.5 -9975.7l750.7 -9975.6l751.8 -9975.5l753 -9975.3l9974.7 753.3l9973.5 753.4l9972.4 753.2l2227.7 168.2z"
id="path2024" />
<path
d="M-196604.7 -5135149.4l971.6 -8520.3l1152.9 -10095.3l1154.6 -10095.1l1156.3 -10094.8l1158 -10094.6l1159.8 -10094.5l1161.5 -10094.1l1163.2 -10093.9l1164.9 -10093.7l1166.6 -10093.4l65.7 -568.1l8452.5 651.4l10020.1 772l10019 771.8l-771.2 10018.5l-770 10018.7l-768.9 10019l-767.8 10019.2l-766.7 10019.4l-765.5 10019.6l-764.3 10019.8l-763.3 10020l-762.1 10020.3l-761 10020.5l-10021.1 -760.7l-10022.3 -760.7l-10023.4 -761l-2239.3 -170.1z"
id="path2025" />
<path
d="M-164298.7 -5132697l761 -10020.5l762.1 -10020.3l763.3 -10020l764.3 -10019.8l765.5 -10019.6l766.7 -10019.4l767.8 -10019.2l768.9 -10019l770 -10018.7l771.2 -10018.5l10017.9 771.5l10016.7 771.4l10015.7 771.1l10014.5 770.9l10013.4 770.7l10012.4 770.5l10011.2 770.3l10010 770.2l10009 769.9l10007.9 769.8l-769.1 10007.4l-768 10007.6l-766.9 10007.8l-765.7 10008l-764.6 10008.1l-763.5 10008.4l-762.4 10008.6l-761.3 10008.8l-760.1 10008.9l-759 10009.2l-10009.8 -758.6l-10010.9 -758.7l-10012.1 -759l-10013.2 -759.1l-10014.3 -759.4l-10015.4 -759.5l-10016.6 -759.6l-10017.7 -759.9l-10018.9 -760.2l-10020 -760.3z"
id="path2026" />
<path
d="M-64149.7 -5125102.9l759 -10009.2l760.1 -10008.9l761.3 -10008.8l762.4 -10008.6l763.5 -10008.4l764.6 -10008.1l765.7 -10008l766.9 -10007.8l768 -10007.6l769.1 -10007.4l10006.8 769.5l10005.7 769.3l10004.5 769.2l10003.5 769l10002.3 768.7l10001.2 768.7l10000.1 768.4l9998.9 768.2l9997.8 768.1l9996.8 768l-767.3 9996.3l-766.1 9996.4l-765 9996.6l-763.9 9996.9l-762.8 9996.9l-761.7 9997.2l-760.5 9997.2l-759.4 9997.5l-758.3 9997.7l-757.2 9997.8l-9998.5 -756.7l-9999.6 -756.9l-10000.7 -757l-10001.9 -757.3l-10003 -757.4l-10004.2 -757.6l-10005.3 -757.8l-10006.4 -757.9l-10007.5 -758.2l-10008.7 -758.3z"
id="path2027" />
<path
d="M35886 -5117528l757.2 -9997.8l758.3 -9997.7l759.4 -9997.5l760.5 -9997.2l761.7 -9997.2l762.8 -9996.9l763.9 -9996.9l765 -9996.6l766.1 -9996.4l767.3 -9996.3l9995.7 767.7l9994.5 767.5l9993.4 767.5l9992.3 767.2l9991.2 767l9990.1 767l9988.9 766.7l9987.8 766.6l9986.7 766.4l9985.6 766.3l-765.7 9985.1l-764.5 9985.3l-763.4 9985.5l-762.3 9985.6l-761.2 9985.7l-760.1 9985.9l-758.9 9986.1l-757.8 9986.2l-756.7 9986.3l-755.5 9986.6l-9987.2 -755.1l-9988.3 -755.1l-9989.4 -755.4l-9990.6 -755.5l-9991.6 -755.7l-9992.8 -755.9l-9994 -755.9l-9995.1 -756.2l-9996.2 -756.3l-9997.4 -756.5z"
id="path2028" />
<path
d="M135808.5 -5109970.4l755.5 -9986.6l756.7 -9986.3l757.8 -9986.2l758.9 -9986.1l760.1 -9985.9l761.2 -9985.7l762.3 -9985.6l763.4 -9985.5l764.5 -9985.3l765.7 -9985.1l9984.5 766.1l9983.4 766l9982.3 765.8l9981.2 765.7l9980 765.6l9978.9 765.4l9977.9 765.3l9976.7 765.1l9975.6 764.9l9974.5 764.9l-764.1 9974l-763.1 9974l-762 9974.3l-760.8 9974.4l-759.7 9974.5l-758.6 9974.7l-757.5 9974.7l-756.3 9974.9l-755.2 9975.1l-754.1 9975.2l-9975.8 -753.7l-9977 -753.7l-9978.1 -753.9l-9979.2 -754.1l-9980.4 -754.1l-9981.5 -754.2l-9982.6 -754.5l-9983.8 -754.5l-9984.8 -754.8l-9986 -754.8z"
id="path2029" />
<path
d="M271565.3 -5200000l-21.8 568.6l-386.3 10101.3l-385.7 10101.1l-385.1 10101l-384.6 10100.9l-384 10100.9l-383.4 10100.7l-382.8 10100.6l-382.2 10100.4l-381.6 10100.3l-321.6 8524.2l-2227.7 -168.2l-9972.4 -753.2l-9973.5 -753.4l-9974.7 -753.3l754.1 -9975.2l755.2 -9975.1l756.3 -9974.9l757.5 -9974.7l758.6 -9974.7l759.7 -9974.5l760.8 -9974.4l762 -9974.3l763.1 -9974l764.1 -9974l9973.4 764.7l9972.2 764.6l8410.4 644.7z"
id="path2030" />
<path
d="M-185129.6 -5235087.2l1102.6 -9525.1l1170 -10092.9l1171.7 -10092.7l1173.4 -10092.5l1175.1 -10092.2l1176.8 -10092l1178.5 -10091.9l1180.2 -10091.5l1181.9 -10091.3l1130.7 -9641l4587.8 358.6l10018 783l10016.9 782.8l-782.1 10016.5l-781 10016.6l-780 10016.8l-778.8 10017.1l-777.7 10017.3l-776.6 10017.5l-775.6 10017.7l-774.5 10017.9l-773.3 10018.1l-772.2 10018.4l-10019 -771.8l-10020.1 -772l-8452.5 -651.4z"
id="path2031" />
<path
d="M-156638 -5232892.1l772.2 -10018.4l773.3 -10018.1l774.5 -10017.9l775.6 -10017.7l776.6 -10017.5l777.7 -10017.3l778.8 -10017.1l780 -10016.8l781 -10016.6l782.1 -10016.5l10015.8 782.6l10014.7 782.5l10013.6 782.1l10012.5 781.9l10011.4 781.8l10010.3 781.6l10009.3 781.3l10008.1 781.1l10007 781l10006 780.8l-780.2 10005.4l-779 10005.7l-778 10005.9l-776.8 10006.1l-775.7 10006.2l-774.7 10006.4l-773.5 10006.7l-772.5 10006.8l-771.3 10007.1l-770.2 10007.2l-10007.9 -769.8l-10009 -769.9l-10010 -770.2l-10011.2 -770.3l-10012.4 -770.5l-10013.4 -770.7l-10014.5 -770.9l-10015.7 -771.1l-10016.7 -771.4l-10017.9 -771.5z"
id="path2032" />
<path
d="M-56509.3 -5225185.7l770.2 -10007.2l771.3 -10007.1l772.5 -10006.8l773.5 -10006.7l774.7 -10006.4l775.7 -10006.2l776.8 -10006.1l778 -10005.9l779 -10005.7l780.2 -10005.4l10004.9 780.6l10003.8 780.3l10002.7 780.2l10001.6 780l10000.5 779.8l9999.3 779.7l9998.3 779.4l9997.2 779.3l9996.1 779.2l9995 778.9l-778.3 9994.6l-777.2 9994.7l-776.1 9994.9l-775 9995l-773.9 9995.3l-772.8 9995.4l-771.7 9995.5l-770.6 9995.8l-769.5 9995.9l-768.4 9996.1l-9996.8 -768l-9997.8 -768.1l-9998.9 -768.2l-10000.1 -768.4l-10001.2 -768.7l-10002.3 -768.7l-10003.5 -769l-10004.5 -769.2l-10005.7 -769.3l-10006.8 -769.5z"
id="path2033" />
<path
d="M43508.3 -5217498.5l768.4 -9996.1l769.5 -9995.9l770.6 -9995.8l771.7 -9995.5l772.8 -9995.4l773.9 -9995.3l775 -9995l776.1 -9994.9l777.2 -9994.7l778.3 -9994.6l9993.9 778.8l9992.8 778.5l9991.8 778.4l9990.6 778.3l9989.6 778.1l9988.5 777.9l9987.3 777.8l9986.3 777.6l9985.2 777.5l9984.1 777.3l-776.7 9983.5l-775.6 9983.8l-774.5 9984l-773.4 9984.1l-772.3 9984.2l-771.2 9984.4l-770.1 9984.6l-769 9984.7l-767.9 9984.9l-766.7 9985l-9985.6 -766.3l-9986.7 -766.4l-9987.8 -766.6l-9988.9 -766.7l-9990.1 -767l-9991.2 -767l-9992.3 -767.2l-9993.4 -767.5l-9994.5 -767.5l-9995.7 -767.7z"
id="path2034" />
<path
d="M143414.5 -5209828.6l766.7 -9985l767.9 -9984.9l769 -9984.7l770.1 -9984.6l771.2 -9984.4l772.3 -9984.2l773.4 -9984.1l774.5 -9984l775.6 -9983.8l776.7 -9983.5l9983 777.1l9981.9 777l9980.8 776.9l9979.7 776.7l9978.6 776.6l9977.5 776.4l9976.5 776.3l9975.3 776.2l9974.2 775.9l9973.2 775.9l-775.3 9972.7l-774.1 9972.7l-773.1 9972.9l-772 9973.1l-770.9 9973.2l-769.8 9973.3l-768.6 9973.4l-767.5 9973.6l-766.5 9973.6l-765.3 9973.9l-9974.5 -764.9l-9975.6 -764.9l-9976.7 -765.1l-9977.9 -765.3l-9978.9 -765.4l-9980 -765.6l-9981.2 -765.7l-9982.3 -765.8l-9983.4 -766l-9984.5 -766.1z"
id="path2035" />
<path
d="M275420.8 -5300000l-374.5 9651.8l-391.5 10102.3l-390.9 10102.2l-390.3 10102.2l-389.8 10102l-389.2 10101.8l-388.6 10101.7l-388 10101.6l-387.5 10101.5l-365.1 9532.8l-8410.4 -644.7l-9972.2 -764.6l-9973.4 -764.7l765.3 -9973.9l766.5 -9973.6l767.5 -9973.6l768.6 -9973.4l769.8 -9973.3l770.9 -9973.2l772 -9973.1l773.1 -9972.9l774.1 -9972.7l775.3 -9972.7l9972 775.7l9970.9 775.6l4565.6 355.2z"
id="path2036" />
<path
d="M243900.4 -4432069.1l340.3 -10092.5l341 -10092.6l341.6 -10092.7l342.2 -10092.8l342.9 -10093l343.5 -10093.2l251.5 -7374.2l3796.6 .1l10000 0l10000 -.1l10000 -0l10000 0l10000 -0l-0 10000l.1 10000l-.1 10000.1l0 10000l0 9999.9l0 10000l-0 9611.9l-5878.2 -155.2l-10044 -278.6l-10044.1 -291.8l-10044.3 -305.1l-10044.5 -318.4l-10044.6 -331.7z"
id="path2037" />
<path
d="M400000 -4428416.1l-5445.8 -71.9l-10042.8 -145.8l-10042.8 -159.1l-10042.9 -172.4l-10043 -185.6l-10043.2 -198.9l-10043.4 -212.2l-10043.4 -225.4l-10043.4 -238.7l-10043.7 -252l-4165.6 -110.1l0 -9611.9l-0 -10000l-0 -9999.9l-0 -10000l.1 -10000.1l-.1 -10000l0 -10000l10000.1 -0l10000 0l10000 0l10000 -.1l9999.9 .1l10000 -0l10000 .1l10000 -0l10000 -0l10000.1 -0l-0 10000.1l-0 10000l-0 10000l.1 10000l-0 10000l-0 10000l-0 10000l0 1583.9z"
id="path2038" />
<path
d="M500000 -4427758.9l-5021.1 0l-10042.4 -13.3l-10042.3 -26.5l-10042.3 -39.8l-10042.4 -53l-10042.4 -66.3l-10042.4 -79.5l-10042.5 -92.8l-10042.6 -106l-10042.6 -119.3l-4596.9 -60.7l-0 -1583.9l0 -10000l0 -10000l0 -10000l-.1 -10000l0 -10000l0 -10000l0 -10000.1l10000 .1l10000 -0l10000 .1l9999.9 -.1l10000 0l10000 0l10000 0l10000 -0l10000 -0l10000 -0l0 10000l0 10000l0 10000l0 10000l0 10000l0 10000l0 10000l0 2241.1z"
id="path2039" />
<path
d="M600000 -4428416.1l-4596.9 60.7l-10042.6 119.3l-10042.6 106l-10042.5 92.8l-10042.4 79.5l-10042.4 66.3l-10042.4 53l-10042.3 39.8l-10042.4 26.5l-10042.2 13.3l-5021.2 -0l0 -2241.1l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l10000 0l10000 0l10000 0l10000 -0l10000 -0l10000 -0l10000 .1l9999.9 -.1l10000 0l10000 -.1l-0 10000.1l0 10000l0 10000l-.1 10000l0 10000l0 10000l0 10000l-0 1583.9z"
id="path2040" />
<path
d="M700000 -4430388.1l-4165.6 110.1l-10043.7 252l-10043.5 238.7l-10043.5 225.4l-10043.3 212.2l-10043.2 198.9l-10043 185.6l-10042.9 172.4l-10042.8 159.1l-10042.8 145.8l-5445.8 71.9l0 -1583.9l-0 -10000l-0 -10000l-0 -10000l.1 -10000l-0 -10000l-0 -10000l0 -10000.1l10000 0l10000 0l10000 0l10000 -.1l10000 0l10000 -.1l10000 .1l9999.9 -0l10000.1 -0l10000 0l-.1 10000l0 10000l-0 10000.1l.1 10000l-0 9999.9l-0 10000l0 9611.9z"
id="path2041" />
<path
d="M753796.6 -4500000l251.5 7374.2l343.5 10093.2l342.9 10093l342.2 10092.8l341.6 10092.7l341 10092.6l340.3 10092.5l-10044.6 331.7l-10044.5 318.4l-10044.3 305.1l-10044.1 291.8l-10044 278.6l-5878.2 155.2l-0 -9611.9l0 -10000l0 -9999.9l-.1 -10000l0 -10000.1l-0 -10000l.1 -10000l10000 0l10000 -0l10000 0l10000 .1l10000 -0l3796.6 -.1z"
id="path2042" />
<path
d="M246203.4 -4500000l92.7 -2719l344.8 -10093.3l345.5 -10093.4l346.1 -10093.5l346.7 -10093.7l347.4 -10093.8l348 -10093.9l348.6 -10094l349.3 -10094.1l349.9 -10094.2l223.5 -6437.1l354.1 .1l10000 -0l10000 -.1l10000 0l10000 .1l10000 0l-0 10000l-0 9999.9l.1 10000l-0 10000l0 10000.1l0 10000l-0 9999.9l-.1 10000.1l.1 10000l-.1 9999.9l-10000 0l-10000 -0l-10000 0l-10000 .1l-10000 -0l-3796.6 -.1z"
id="path2043" />
<path
d="M300000 -4500000l.1 -9999.9l-.1 -10000l.1 -10000.1l0 -9999.9l-0 -10000l-0 -10000.1l0 -10000l-.1 -10000l0 -9999.9l0 -10000l10000 -.1l10000 -0l10000.1 0l10000 0l10000 -0l10000 -0l10000 0l10000 0l10000 0l10000 -.1l-0 10000l-0 10000l-0 10000l0 10000l-0 10000l0 10000l-0 10000l.1 10000l0 9999.9l0 10000l-10000.1 0l-10000 0l-10000 0l-10000 -.1l-10000 0l-9999.9 -.1l-10000 .1l-10000 -0l-10000 -0l-10000.1 0z"
id="path2044" />
<path
d="M400000.1 -4500000l-0 -10000l-0 -9999.9l-.1 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l10000 .1l10000 -0l10000 .1l10000 -0l10000 -0l10000 .1l10000 -0l10000 .1l10000 -0l10000 -.1l0 10000.1l0 10000l0 10000l0 10000l0 10000l0 9999.9l0 10000l0 10000.1l0 9999.9l0 10000l-10000 0l-10000 0l-10000 0l-10000 -0l-10000 -0l-10000 -0l-9999.9 .1l-10000 -.1l-10000 0l-10000 -.1z"
id="path2045" />
<path
d="M500000 -4500000.1l0 -10000l0 -9999.9l0 -10000.1l0 -10000l0 -9999.9l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000.1l10000 .1l10000 0l10000 -.1l10000 0l10000 -.1l9999.9 0l10000.1 0l9999.9 -.1l10000 0l10000 -.1l0 10000l-0 10000l.1 10000l-0 10000l0 10000l-0 10000l-0 10000l0 10000l-0 9999.9l.1 10000l-10000 .1l-10000 -0l-9999.9 .1l-10000 -.1l-10000 0l-10000 0l-10000 0l-10000 -0l-10000 -0l-10000 -0z"
id="path2046" />
<path
d="M600000 -4500000l-.1 -10000l0 -9999.9l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-.1 -10000l0 -10000l-0 -10000l10000 .1l10000 -0l10000 -0l10000 -0l10000 0l10000 0l10000 -0l10000.1 -0l10000 0l10000 .1l0 10000l0 9999.9l-.1 10000l0 10000l-0 10000.1l.1 10000l-.1 9999.9l.1 10000.1l0 10000l-0 9999.9l-10000 -0l-10000.1 0l-9999.9 0l-10000 -.1l-10000 .1l-10000 -0l-10000 .1l-10000 -0l-10000 -0l-10000 -0z"
id="path2047" />
<path
d="M750354.1 -4600000l223.5 6437.1l349.9 10094.2l349.3 10094.1l348.6 10094l348 10093.9l347.4 10093.8l346.7 10093.7l346.1 10093.5l345.5 10093.4l344.8 10093.3l92.7 2719l-3796.6 .1l-10000 0l-10000 -.1l-10000 -0l-10000 0l-10000 -0l0 -9999.9l-0 -10000l-.1 -10000.1l.1 -9999.9l-.1 -10000l0 -10000.1l-0 -10000l.1 -10000l-0 -9999.9l-0 -10000l10000 -0l10000 -.1l9999.9 -0l10000 .1l10000 0l354.1 -.1z"
id="path2048" />
<path
d="M249645.9 -4600000l127 -3657.4l351.2 -10094.5l351.8 -10094.6l352.4 -10094.7l353.1 -10094.8l353.7 -10094.9l354.3 -10095l355 -10095.2l355.6 -10095.3l356.2 -10095.4l194 -5488.2l6849.9 -.1l10000 -0l10000 .1l10000 0l10000 -0l-.1 10000l.1 10000l-0 10000l0 9999.9l-0 10000l-0 10000l-0 10000.1l0 10000l0 9999.9l-0 10000.1l-10000 -0l-10000 -.1l-10000 -0l-10000 .1l-10000 0l-354.1 -.1z"
id="path2049" />
<path
d="M300000 -4600000l0 -10000.1l-0 -9999.9l-0 -10000l0 -10000.1l0 -10000l0 -10000l-0 -9999.9l0 -10000l-.1 -10000l.1 -10000l9999.9 0l10000 .1l10000 -0l10000 0l10000 -.1l10000 .1l10000 -0l10000 0l10000 0l10000 -.1l0 10000l-.1 10000l0 10000l0 9999.9l-0 10000l-0 10000.1l0 10000l0 10000l-0 10000l0 10000l-10000 .1l-10000 -0l-10000 -0l-10000 -0l-10000 0l-10000 0l-10000 -0l-10000.1 -0l-10000 0l-10000 .1z"
id="path2050" />
<path
d="M400000 -4600000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000.1l0 -10000l-0 -9999.9l-0 -10000l.1 -10000l-0 -10000l10000 0l10000 -.1l9999.9 .1l10000 -0l10000 .1l10000 -0l10000 .1l9999.9 -0l10000.1 -.1l10000 .1l0 10000l0 10000l0 10000l0 10000.1l0 10000l0 10000l0 10000l0 10000l0 9999.9l0 10000l-10000 .1l-10000 0l-10000 -.1l-10000 0l-10000 -.1l-10000 0l-10000 0l-10000 -.1l-10000 0l-10000 -.1z"
id="path2051" />
<path
d="M500000 -4600000.1l0 -10000l0 -9999.9l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000.1l0 -10000l0 -10000l0 -10000l10000 -.1l10000 .1l10000 0l10000 -.1l10000 0l10000 -.1l10000 .1l10000 -.1l10000 .1l10000 -0l0 10000l-0 10000.1l-0 10000l-0 9999.9l0 10000l0 10000.1l-0 10000l-0 10000l0 10000l-0 10000l-10000 .1l-10000 -0l-9999.9 .1l-10000.1 -0l-9999.9 -0l-10000 .1l-10000 -0l-10000 .1l-10000 -0l-10000 -.1z"
id="path2052" />
<path
d="M600000 -4600000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000.1l-0 -10000l0 -9999.9l0 -10000l0 -10000.1l-0 -10000l10000 .1l10000 -0l10000 -0l10000 0l10000 -.1l10000 .1l10000 -0l10000 0l10000 -.1l9999.9 -0l-0 10000l0 10000l0 10000l-0 9999.9l0 10000l0 10000l-.1 10000.1l.1 10000l-0 9999.9l0 10000.1l-10000 -.1l-10000 -0l-10000.1 0l-10000 0l-10000 -0l-10000 -0l-10000 0l-10000 0l-10000 0l-10000 -.1z"
id="path2053" />
<path
d="M746849.9 -4700000l194 5488.2l356.2 10095.4l355.6 10095.3l355 10095.2l354.3 10095l353.7 10094.9l353.1 10094.8l352.4 10094.7l351.8 10094.6l351.2 10094.5l127 3657.4l-354.1 .1l-10000 -0l-10000 -.1l-9999.9 0l-10000 .1l-10000 0l-0 -10000.1l0 -9999.9l-.1 -10000l.1 -10000.1l-0 -10000l-0 -10000l0 -9999.9l-0 -10000l-0 -10000l0 -10000l10000 0l10000 -0l10000 -.1l10000.1 0l6849.9 .1z"
id="path2054" />
<path
d="M253150.1 -4700000l162.8 -4607.3l357.5 -10095.7l358.1 -10095.7l358.7 -10095.9l359.3 -10096l359.9 -10096.1l360.6 -10096.2l361.2 -10096.3l361.8 -10096.4l362.4 -10096.6l162.8 -4527.7l3284.9 -0l10000 0l10000 -0l10000 0l10000 .1l-0 10000l-0 9999.9l0 10000.1l.1 10000l-.1 9999.9l0 10000l-0 10000l0 10000l0 10000l0 10000l-10000 0l-10000 -0l-10000 -.1l-10000 0l-6849.9 .1z"
id="path2055" />
<path
d="M300000 -4700000l-0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l.1 -9999.9l-.1 -10000l-0 -10000.1l0 -9999.9l0 -10000l10000 -0l10000 -.1l10000 .1l10000 -0l10000 -0l10000 0l10000 0l10000 0l10000 -.1l10000 0l-0 10000l0 10000l0 10000l-0 10000l-0 10000l0 10000l0 10000l0 10000l-0 10000l0 9999.9l-10000 .1l-10000 -0l-10000 -0l-10000 0l-10000 -.1l-10000 .1l-10000 -0l-10000 0l-10000 -.1l-9999.9 -0z"
id="path2056" />
<path
d="M400000 -4700000l-0 -9999.9l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l10000 0l10000 -.1l10000 0l10000 0l10000 0l10000 0l10000 -0l10000 -0l10000 -0l10000 .1l0 10000l0 9999.9l0 10000l0 10000l0 10000l0 10000l0 10000l0 10000l0 10000l0 10000l-10000 -.1l-10000.1 .1l-9999.9 0l-10000 -.1l-10000 0l-10000 -.1l-10000 0l-9999.9 -.1l-10000 .1l-10000 -0z"
id="path2057" />
<path
d="M500000 -4700000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -9999.9l0 -10000l10000 -.1l10000 0l10000 0l10000 0l10000 -0l10000 -0l10000 -0l10000 -0l10000 .1l10000 -0l0 10000l-0 10000l-0 10000l0 10000l0 10000l-0 10000l-0 10000l-0 10000l0 10000l-0 9999.9l-10000 0l-10000 -.1l-10000 .1l-10000 -.1l-10000 .1l-10000 -0l-10000 .1l-10000 -0l-10000 -.1l-10000 .1z"
id="path2058" />
<path
d="M600000 -4700000l0 -9999.9l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l10000 -0l10000 .1l10000 -0l10000 -0l10000 -0l10000 0l10000 0l10000.1 -.1l10000 .1l10000 0l0 10000l-0 9999.9l.1 10000.1l-.1 10000l-0 9999.9l0 10000l0 10000l-0 10000l-0 10000l-0 10000l-9999.9 0l-10000 .1l-10000 -0l-10000 0l-10000 -.1l-10000 .1l-10000 -0l-10000 0l-10000 0l-10000 -.1z"
id="path2059" />
<path
d="M743284.9 -4800000l162.8 4527.7l362.4 10096.6l361.8 10096.4l361.2 10096.3l360.6 10096.2l359.9 10096.1l359.3 10096l358.7 10095.9l358.1 10095.7l357.5 10095.7l162.8 4607.3l-6849.9 -.1l-10000.1 -0l-10000 .1l-10000 0l-10000 -0l0 -10000l0 -10000l0 -10000l-0 -10000l-0 -10000l0 -9999.9l.1 -10000l-.1 -10000.1l0 -9999.9l-0 -10000l10000 -.1l10000 -0l10000 0l10000 -0l3284.9 0z"
id="path2060" />
<path
d="M256715.1 -4800000l200.2 -5569l363.6 -10096.8l364.3 -10097l364.9 -10097l365.5 -10097.2l366.1 -10097.3l366.7 -10097.4l367.3 -10097.5l367.9 -10097.6l368.5 -10097.7l130 -3555.5l9659.9 0l10000.1 -.1l10000 .1l10000 -0l0 10000l0 10000l-0 9999.9l0 10000.1l-0 10000l-0 9999.9l0 10000.1l0 10000l0 9999.9l0 10000.1l-10000 -.1l-10000 -0l-10000 0l-10000 -0l-3284.9 0z"
id="path2061" />
<path
d="M300000 -4800000l-0 -10000.1l-0 -9999.9l-0 -10000l-0 -10000.1l0 -9999.9l0 -10000l-0 -10000.1l0 -9999.9l-0 -10000l-0 -10000l10000.1 0l10000 -.1l10000 0l10000 0l10000 -.1l9999.9 0l10000.1 0l10000 0l10000 -0l10000 -0l0 10000l-.1 10000l.1 10000.1l-0 10000l0 10000l0 10000l-0 10000l0 10000l-0 10000l0 10000l-10000 -0l-10000 .1l-10000 -0l-10000 -0l-10000 -0l-10000 0l-10000 0l-10000 -.1l-10000 .1l-10000 0z"
id="path2062" />
<path
d="M400000 -4800000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l-.1 -10000.1l.1 -10000l-0 -10000l10000 .1l10000.1 -.1l10000 -0l10000 .1l10000 -.1l10000 0l10000 .1l10000 -.1l10000 0l10000 -0l0 10000l0 10000l0 10000l0 10000l0 10000.1l0 10000l0 10000l0 10000l0 10000l0 10000l-10000 -.1l-10000 0l-10000 0l-10000 0l-10000 -0l-10000 -0l-10000 -0l-10000 -0l-10000 .1l-10000 -0z"
id="path2063" />
<path
d="M500000 -4800000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000.1l0 -10000l0 -10000l0 -10000l0 -10000l10000 0l10000 -0l10000 .1l10000 -.1l10000 -0l10000 .1l10000 -.1l10000 0l10000.1 .1l10000 -.1l-0 10000l-0 10000l0 10000.1l0 10000l-0 10000l-0 10000l0 10000l-0 10000l0 10000l-0 10000l-10000 0l-10000 -.1l-10000 0l-10000 0l-10000 0l-10000 0l-10000 -0l-10000 -0l-10000 -0l-10000 .1z"
id="path2064" />
<path
d="M600000 -4800000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l-0 -10000.1l0 -10000l0 -10000l10000 0l10000 0l10000 -0l10000 -0l10000 -0l10000 .1l10000 -0l10000 -0l10000.1 .1l10000 -0l-0 10000l-0 10000l0 9999.9l-0 10000.1l0 10000l0 9999.9l-0 10000.1l-0 10000l-0 9999.9l-0 10000.1l-10000 -0l-10000 -.1l-10000.1 .1l-10000 -0l-10000 -0l-10000 0l-10000 0l-10000 0l-10000 -.1l-10000 0z"
id="path2065" />
<path
d="M739659.9 -4900000l130 3555.5l368.5 10097.7l367.9 10097.6l367.3 10097.5l366.7 10097.4l366.1 10097.3l365.5 10097.2l364.9 10097l364.3 10097l363.6 10096.8l200.2 5569l-3284.9 -0l-10000 0l-10000 -0l-10000 0l-10000 .1l0 -10000.1l0 -9999.9l0 -10000l0 -10000.1l-0 -9999.9l-0 -10000l0 -10000.1l-0 -9999.9l0 -10000l0 -10000l10000 0l10000 -.1l10000 .1l9659.9 -0z"
id="path2066" />
<path
d="M260340.1 -4900000l239.1 -6542.3l369.7 -10098l370.3 -10098.1l370.9 -10098.3l371.5 -10098.3l372.1 -10098.4l372.7 -10098.6l373.3 -10098.7l373.9 -10098.8l374.5 -10098.9l95.5 -2571.6l5976 .1l10000 -.1l10000 0l10000 0l.1 10000l-0 10000l-0 10000l-0 10000.1l0 10000l-0 10000l.1 9999.9l-0 10000l-0 10000l-0 10000l-10000 0l-10000 -.1l-10000.1 .1l-9659.9 -0z"
id="path2067" />
<path
d="M300000 -4900000l0 -10000l0 -10000l0 -10000l-.1 -9999.9l0 -10000l-0 -10000l0 -10000.1l0 -10000l0 -10000l-.1 -10000l10000 -0l10000 .1l10000 -.1l9999.9 0l10000 -0l10000 0l10000 -0l10000 -.1l10000 .1l10000 -.1l-0 10000.1l0 10000l-0 9999.9l-0 10000l.1 10000l-.1 10000l0 10000.1l-.1 10000l0 10000l0 10000l-10000 0l-10000 0l-10000 -0l-10000.1 -0l-9999.9 -0l-10000 .1l-10000 -0l-10000 -0l-10000 .1l-10000.1 -0z"
id="path2068" />
<path
d="M400000 -4900000l-0 -10000l-0 -10000l.1 -10000l-0 -10000.1l.1 -10000l-.1 -10000l0 -10000l0 -9999.9l-0 -10000l0 -10000.1l10000 -0l10000 0l10000 -0l10000 -0l10000 0l10000 -0l10000 -0l10000 0l10000 .1l10000 -0l0 9999.9l0 10000l0 10000.1l0 10000l0 10000l0 9999.9l0 10000.1l0 9999.9l0 10000l0 10000l-10000 0l-10000 -0l-10000 .1l-10000 -.1l-10000 -0l-10000 .1l-10000 -.1l-10000 0l-10000.1 .1l-10000 -.1z"
id="path2069" />
<path
d="M500000 -4900000.1l0 -10000l0 -10000l0 -9999.9l0 -10000.1l0 -9999.9l0 -10000l0 -10000l0 -10000.1l0 -10000l0 -9999.9l10000 0l10000 -.1l10000 -0l10000 0l10000 0l9999.9 -0l10000 0l10000 0l9999.9 -0l10000 0l0 10000.1l-0 10000l-0 9999.9l0 10000l-0 9999.9l.1 10000l-0 10000.1l-0 10000l0 10000l-0 10000l-10000 .1l-10000.1 -.1l-10000 -0l-10000 .1l-10000 -.1l-10000 0l-10000 .1l-10000 -.1l-10000 0l-10000 -0z"
id="path2070" />
<path
d="M600000 -4900000l0 -10000l-0 -10000l0 -10000l0 -10000.1l-.1 -10000l0 -9999.9l-0 -10000l0 -9999.9l0 -10000l-0 -10000.1l10000 .1l10000 -.1l10000 .1l10000 0l10000 -0l10000 0l9999.9 -0l10000 .1l10000 -.1l9999.9 0l.1 10000l0 10000l-0 10000l0 10000.1l-0 10000l0 10000l0 9999.9l-.1 10000l0 10000l0 10000l-10000 0l-10000.1 -.1l-10000 0l-10000 0l-10000 -.1l-10000 0l-10000 0l-10000 0l-10000 -0l-10000 -0z"
id="path2071" />
<path
d="M735975.9 -5000000l95.5 2571.6l374.5 10098.9l373.9 10098.8l373.3 10098.7l372.7 10098.6l372.1 10098.4l371.5 10098.3l370.9 10098.3l370.3 10098.1l369.7 10098l239.1 6542.3l-9659.9 0l-10000 -.1l-10000 .1l-10000 -0l-0 -10000l-0 -10000l.1 -10000l-0 -9999.9l-0 -10000l0 -10000l-0 -10000.1l0 -10000l-0 -10000l-.1 -10000l10000 -0l10000.1 -0l10000 .1l5975.9 -.1z"
id="path2072" />
<path
d="M264024.1 -5000000l279.6 -7527.4l375.7 -10099.1l376.3 -10099.3l376.9 -10099.4l377.5 -10099.6l378.1 -10099.6l378.7 -10099.7l379.3 -10099.8l379.9 -10100l380.5 -10100.1l59.4 -1576l2234 .1l10000 -0l10000 -.1l10000 .1l0 10000l-0 10000l0 10000l-.1 10000l0 10000l-0 10000l0 9999.9l-.1 10000.1l0 9999.9l-.1 10000l-10000 -0l-10000 -0l-10000 .1l-5976 -.1z"
id="path2073" />
<path
d="M300000 -5000000l.1 -10000l-0 -9999.9l.1 -10000.1l-0 -9999.9l0 -10000l-0 -10000l.1 -10000l-0 -10000l0 -10000l-0 -10000l10000 -.1l10000 .1l10000 -0l9999.9 -.1l10000 0l10000 0l10000 -.1l10000 .1l9999.9 -0l10000 .1l0 9999.9l0 10000l-0 10000.1l-0 10000l0 9999.9l0 10000l-0 10000.1l0 10000l-0 9999.9l-0 10000l-10000 .1l-10000 -.1l-10000 .1l-10000 0l-10000 -0l-10000 0l-9999.9 -0l-10000 .1l-10000 -.1l-10000 0z"
id="path2074" />
<path
d="M400000 -5000000l0 -10000l0 -9999.9l-0 -10000l0 -10000.1l-0 -10000l-0 -9999.9l0 -10000l0 -10000.1l-0 -10000l-0 -9999.9l10000 -.1l10000 0l9999.9 -.1l10000 0l9999.9 0l10000 -0l10000 .1l10000 -.1l9999.9 0l10000 0l0 10000l0 10000l0 10000l0 9999.9l0 10000l0 10000.1l0 10000l0 10000l0 10000l0 10000l-10000 0l-10000 -.1l-10000 -0l-10000 0l-10000 0l-10000 -0l-10000 0l-10000 0l-10000 -0l-10000 0z"
id="path2075" />
<path
d="M500000 -5000000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000.1l0 -10000l0 -9999.9l0 -10000l0 -10000l0 -10000l10000 -0l10000 -0l9999.9 .1l10000 -.1l9999.9 0l10000 -0l10000 -0l10000 .1l9999.9 -0l10000 .1l-0 9999.9l-0 10000l0 10000.1l0 10000l-0 9999.9l-0 10000l0 10000.1l0 10000l0 9999.9l-0 10000l-10000 -0l-9999.9 0l-10000 -0l-10000 -0l-9999.9 0l-10000 -0l-10000 -0l-10000 0l-10000 .1l-10000 -0z"
id="path2076" />
<path
d="M600000 -5000000l0 -10000l-0 -9999.9l-0 -10000l-0 -10000.1l0 -10000l0 -9999.9l-0 -10000l-0 -10000.1l0 -10000l0 -9999.9l10000 -.1l9999.9 0l10000 -.1l10000 .1l10000 -0l9999.9 -0l10000 .1l10000 0l10000 -.1l10000 .1l-0 10000l0 10000l0 10000l-0 10000l-0 10000l0 10000l.1 9999.9l-0 10000.1l-0 9999.9l-0 10000l-9999.9 -0l-10000 .1l-10000 -.1l-9999.9 0l-10000 -0l-10000 0l-10000 -0l-10000 -.1l-10000 .1l-10000 -.1z"
id="path2077" />
<path
d="M732233.9 -5100000.1l59.5 1576l380.5 10100.1l379.9 10100l379.3 10099.8l378.7 10099.7l378.1 10099.6l377.5 10099.6l376.9 10099.4l376.3 10099.3l375.7 10099.1l279.6 7527.4l-5975.9 .1l-10000 -.1l-10000.1 0l-10000 0l0 -10000l0 -9999.9l0 -10000.1l-.1 -9999.9l-0 -10000l0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l10000 -.1l10000 .1l10000 0l2233.9 -.1z"
id="path2078" />
<path
d="M267766.1 -5100000.1l321.6 -8524.2l381.6 -10100.3l382.2 -10100.4l382.8 -10100.6l383.4 -10100.7l384 -10100.9l384.6 -10100.9l385.1 -10101l385.7 -10101.1l386.3 -10101.3l21.8 -568.6l8434.7 .1l9999.9 -0l10000.1 -0l-.1 10000l0 9999.9l0 10000.1l-0 10000l-0 10000l0 10000l0 10000l-0 10000l0 10000l0 10000.1l-10000 -.1l-10000 .1l-10000 0l-2234 -.1z"
id="path2079" />
<path
d="M300000 -5100000l-0 -10000.1l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000.1l-0 -9999.9l.1 -10000l10000 -0l10000 0l10000 -0l10000 -0l10000 0l10000 -0l10000 0l10000 .1l10000 -0l10000 0l0 9999.9l-0 10000l-0 10000.1l-0 10000l0 9999.9l0 10000l-0 10000.1l-0 10000l0 9999.9l0 10000.1l-10000 -.1l-9999.9 0l-10000 -.1l-10000 .1l-10000 -0l-10000 -0l-9999.9 .1l-10000 0l-10000 -.1l-10000 .1z"
id="path2080" />
<path
d="M400000 -5099999.9l-0 -10000.1l-0 -9999.9l0 -10000l0 -10000.1l-0 -10000l-0 -9999.9l0 -10000l0 -10000.1l0 -10000l-0 -9999.9l10000 -0l10000 -0l10000 0l10000 0l10000 -0l10000 .1l10000 -0l10000 -.1l10000 0l10000 0l0 10000l0 9999.9l0 10000l0 10000.1l0 9999.9l0 10000.1l0 9999.9l0 10000l0 10000.1l0 10000l-10000 -0l-9999.9 -0l-10000 .1l-10000 -.1l-10000 0l-9999.9 -0l-10000 -0l-9999.9 .1l-10000 -0l-10000 .1z"
id="path2081" />
<path
d="M500000 -5100000l0 -10000l0 -10000.1l0 -10000l0 -9999.9l0 -10000.1l0 -9999.9l0 -10000.1l0 -10000l0 -9999.9l0 -10000l10000 -0l10000 -0l10000 .1l10000.1 0l10000 -.1l9999.9 .1l10000.1 -0l9999.9 -0l10000 0l10000 0l-0 9999.9l0 10000l0 10000.1l0 10000l-0 9999.9l-0 10000l0 10000.1l0 10000l-0 9999.9l-0 10000.1l-10000 -.1l-9999.9 0l-10000 -.1l-10000 0l-10000 0l-9999.9 -0l-10000 .1l-9999.9 -.1l-10000 0l-10000 0z"
id="path2082" />
<path
d="M600000 -5099999.9l0 -10000.1l0 -9999.9l-0 -10000l-0 -10000.1l0 -10000l0 -9999.9l-0 -10000l-0 -10000.1l-0 -10000l0 -9999.9l10000 -0l10000 0l9999.9 -.1l10000 -0l10000.1 0l10000 -0l10000 0l10000 0l10000 -0l10000 0l.1 10000l-0 9999.9l-0 10000.1l0 10000l0 10000l-0 10000l-0 10000l0 10000l-0 10000l-0 10000.1l-10000 -.1l-10000 .1l-10000 -0l-10000 -.1l-9999.9 0l-10000 0l-10000 -.1l-10000 .1l-9999.9 -0l-10000 .1z"
id="path2083" />
<path
d="M728434.7 -5200000l21.8 568.6l386.3 10101.3l385.7 10101.1l385.1 10101l384.6 10100.9l384 10100.9l383.4 10100.7l382.8 10100.6l382.2 10100.4l381.6 10100.3l321.6 8524.2l-2233.9 .1l-10000 -0l-10000 -.1l-10000 .1l0 -10000.1l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000.1l0 -9999.9l-.1 -10000l10000 0l10000 0l8434.7 -.1z"
id="path2084" />
<path
d="M271565.3 -5200000l365.1 -9532.8l387.5 -10101.5l388 -10101.6l388.6 -10101.7l389.2 -10101.8l389.8 -10102l390.3 -10102.2l390.9 -10102.2l391.5 -10102.3l374.5 -9651.8l4579.2 -.1l10000 -0l10000 -0l0 10000l-.1 10000l0 10000l0 10000l0 10000l0 10000l-0 10000l-.1 10000l.1 9999.9l0 10000.1l-10000.1 0l-9999.9 0l-8434.7 -.1z"
id="path2085" />
<path
d="M300000 -5200000l-0 -10000.1l-.1 -9999.9l.1 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l-0 -10000l.1 -10000l-0 -10000l10000 -0l10000 .1l10000 -0l10000 -0l10000 0l10000 0l10000 -0l10000 -.1l10000 0l10000 .1l0 9999.9l-0 10000l-0 10000.1l.1 10000l-0 9999.9l-0 10000l-0 10000.1l0 10000l0 10000.1l-0 10000l-10000 -0l-10000 0l-10000 -.1l-10000 -0l-10000 0l-10000 -0l-10000 0l-10000 0l-10000 -0l-10000 0z"
id="path2086" />
<path
d="M400000 -5200000l0 -10000l-0 -10000.1l-0 -10000l0 -10000.1l0 -10000l0 -9999.9l-.1 -10000l0 -10000.1l0 -10000l-0 -9999.9l10000 0l10000 -0l10000 0l10000 -.1l10000 -0l10000 0l9999.9 -0l10000.1 0l10000 .1l10000 -0l0 10000l0 10000l0 10000l0 10000l0 10000l0 10000l0 10000l0 10000l0 10000l0 10000l-10000 -0l-10000 -0l-10000 .1l-10000 0l-10000 -.1l-10000 0l-10000 -0l-10000 -0l-10000 0l-10000 0z"
id="path2087" />
<path
d="M500000 -5200000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l10000 0l10000 -.1l10000.1 -0l10000 0l10000 -0l10000 0l10000 .1l10000 -0l10000 0l10000 -0l0 9999.9l-0 10000l0 10000.1l-.1 10000l0 9999.9l0 10000l-0 10000.1l0 10000l-0 10000.1l0 10000l-10000 -0l-10000 -0l-9999.9 0l-10000.1 0l-9999.9 -.1l-10000 .1l-10000.1 -0l-10000 -.1l-10000 0l-10000 0z"
id="path2088" />
<path
d="M600000 -5200000l-0 -10000l0 -10000.1l-0 -10000l0 -10000.1l-0 -10000l-0 -9999.9l.1 -10000l-0 -10000.1l0 -10000l-0 -9999.9l10000 -.1l10000 -0l9999.9 .1l10000.1 0l10000 -0l10000 -0l10000 0l10000 0l10000 -.1l10000 0l-0 10000l-0 10000l.1 10000l-0 10000l-0 10000l-0 10000l0 10000l.1 10000l-.1 9999.9l-0 10000.1l-10000 -0l-10000 0l-10000 -0l-10000 -0l-10000 0l-10000.1 -0l-10000 0l-9999.9 .1l-10000 -0l-10000 0z"
id="path2089" />
<path
d="M724579.2 -5300000l374.5 9651.8l391.5 10102.3l390.9 10102.2l390.3 10102.2l389.8 10102l389.2 10101.8l388.6 10101.7l388 10101.6l387.5 10101.5l365.1 9532.8l-8434.7 .1l-10000 -0l-10000 -0l0 -10000.1l.1 -9999.9l-.1 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-.1 -10000l0 -10000l0 -10000l10000 0l10000 0l4579.2 .1z"
id="path2090" />
<path
d="M756099.6 -4432069.1l-340.3 -10092.5l-341 -10092.6l-341.6 -10092.7l-342.2 -10092.8l-342.9 -10093l-343.5 -10093.2l-251.3 -7374.2l3787.9 -258.7l9977.8 -681.6l9979.1 -681.8l9980.3 -681.9l9981.6 -682l9982.8 -682.2l681.6 9983.5l680.3 9983.7l679.1 9983.8l677.9 9983.9l676.5 9984l675.4 9984.2l647.9 9596.8l-5879.3 240.9l-10045.7 398.3l-10045.4 385l-10045.2 371.6l-10045 358.3l-10044.8 345z"
id="path2091" />
<path
d="M912244.7 -4438939l-5448.8 295.6l-10048.2 531.7l-10047.9 518.3l-10047.7 505l-10047.4 491.6l-10047.1 478.3l-10046.9 464.9l-10046.5 451.6l-10046.4 438.3l-10046.1 424.9l-4166.6 170.7l-647.9 -9596.8l-675.4 -9984.2l-676.5 -9984l-677.9 -9983.9l-679.1 -9983.8l-680.3 -9983.7l-681.6 -9983.5l9984.1 -682.3l9985.2 -682.4l9986.5 -682.5l9987.9 -682.8l9989 -682.8l9990.3 -683l9991.5 -683l9992.8 -683.3l9994 -683.5l9995.2 -683.6l683.1 9996l681.8 9996.1l680.6 9996.2l679.3 9996.4l678 9996.5l676.8 9996.7l675.5 9996.8l106.9 1583.5z"
id="path2092" />
<path
d="M1012321.5 -4445036.3l-5025.8 339.5l-10051.5 665.7l-10051.1 652.2l-10050.9 638.8l-10050.5 625.4l-10050.1 612l-10049.8 598.6l-10049.5 585.2l-10049.1 571.8l-10048.8 558.4l-4599.8 249.5l-106.9 -1583.5l-675.5 -9996.8l-676.8 -9996.7l-678 -9996.5l-679.3 -9996.4l-680.6 -9996.2l-681.8 -9996.1l-683.1 -9996l9996.5 -683.7l9997.7 -683.9l9998.9 -684l10000.2 -684.3l10001.4 -684.3l10002.7 -684.5l10003.9 -684.7l10005.2 -684.9l10006.4 -685.1l10007.7 -685.2l684.7 10008.4l683.4 10008.5l682.2 10008.7l680.9 10008.9l679.7 10009l678.4 10009.3l677.2 10009.4l151.6 2243.2z"
id="path2093" />
<path
d="M1112435 -4452466.4l-4602.8 372.5l-10055.5 800.4l-10055.1 786.9l-10054.6 773.4l-10054.2 759.9l-10053.8 746.4l-10053.4 732.9l-10053.1 719.5l-10052.5 706l-10052.2 692.6l-5026.1 339.6l-151.6 -2243.2l-677.2 -10009.4l-678.4 -10009.3l-679.7 -10009l-680.9 -10008.9l-682.2 -10008.7l-683.4 -10008.5l-684.7 -10008.4l10008.9 -685.3l10010.1 -685.5l10011.4 -685.7l10012.6 -685.9l10013.9 -686.1l10015.1 -686.3l10016.4 -686.4l10017.5 -686.7l10018.9 -686.8l10020.1 -687.1l686.4 10020.9l685.3 10021l683.9 10021.2l682.7 10021.4l681.5 10021.5l680.2 10021.8l679 10021.9l107.4 1587.4z"
id="path2094" />
<path
d="M1212584.4 -4461236.4l-4172.4 393.8l-10060.1 936l-10059.7 922.4l-10059.1 908.8l-10058.7 895.2l-10058.2 881.6l-10057.7 868.1l-10057.3 854.5l-10056.8 841l-10056.4 827.4l-5453.1 441.4l-107.4 -1587.4l-679 -10021.9l-680.2 -10021.8l-681.5 -10021.5l-682.7 -10021.4l-683.9 -10021.2l-685.3 -10021l-686.4 -10020.9l10021.3 -687.2l10022.6 -687.3l10023.9 -687.5l10025 -687.8l10026.4 -687.9l10027.5 -688.2l10028.9 -688.3l10030.1 -688.6l10031.2 -688.8l10032.6 -689l688.4 10033.3l687.2 10033.5l686 10033.7l684.7 10033.9l683.5 10034l682.2 10034.3l654.6 9645.1z"
id="path2095" />
<path
d="M753796.8 -4500000l-92.9 -2719l-344.8 -10093.3l-345.5 -10093.4l-346.1 -10093.5l-346.7 -10093.7l-347.4 -10093.8l-348 -10093.9l-348.6 -10094l-349.3 -10094.1l-349.9 -10094.2l-223.4 -6437.1l353.3 -24.5l9976.5 -693.9l9977.7 -694.1l9979 -694.2l9980.3 -694.3l9981.4 -694.5l693.9 9982.1l692.8 9982.2l691.4 9982.4l690.2 9982.6l689 9982.7l687.7 9982.8l686.6 9982.9l685.2 9983.2l684.1 9983.2l682.8 9983.3l-9982.8 682.2l-9981.6 682l-9980.3 681.9l-9979.1 681.8l-9977.8 681.6l-3787.9 258.7z"
id="path2096" />
<path
d="M807486.3 -4503668.1l-682.8 -9983.3l-684.1 -9983.2l-685.2 -9983.2l-686.6 -9982.9l-687.7 -9982.8l-689 -9982.7l-690.2 -9982.6l-691.4 -9982.4l-692.8 -9982.2l-693.9 -9982.1l9982.7 -694.7l9983.8 -694.8l9985.1 -694.9l9986.4 -695l9987.5 -695.2l9988.8 -695.3l9990 -695.5l9991.2 -695.6l9992.5 -695.7l9993.7 -696l695.4 9994.4l694.1 9994.5l692.9 9994.7l691.7 9994.8l690.4 9995l689.2 9995.1l688 9995.4l686.7 9995.5l685.5 9995.6l684.2 9995.8l-9995.2 683.6l-9994 683.5l-9992.8 683.3l-9991.5 683l-9990.3 683l-9989 682.8l-9987.9 682.8l-9986.5 682.5l-9985.2 682.4l-9984.1 682.3z"
id="path2097" />
<path
d="M907382.8 -4510497.2l-684.2 -9995.8l-685.5 -9995.6l-686.7 -9995.5l-688 -9995.4l-689.2 -9995.1l-690.4 -9995l-691.7 -9994.8l-692.9 -9994.7l-694.1 -9994.5l-695.4 -9994.4l9994.9 -696l9996.2 -696.3l9997.4 -696.3l9998.6 -696.6l9999.8 -696.7l10001 -696.8l10002.3 -697.1l10003.4 -697.1l10004.8 -697.4l10005.9 -697.6l697 10006.7l695.8 10006.8l694.6 10007l693.3 10007.2l692.1 10007.3l690.9 10007.5l689.6 10007.7l688.4 10007.9l687.1 10007.9l685.9 10008.2l-10007.7 685.2l-10006.4 685.1l-10005.2 684.9l-10003.9 684.7l-10002.7 684.5l-10001.4 684.3l-10000.2 684.3l-9998.9 684l-9997.7 683.9l-9996.5 683.7z"
id="path2098" />
<path
d="M1007403.5 -4517341.8l-685.9 -10008.2l-687.1 -10007.9l-688.4 -10007.9l-689.6 -10007.7l-690.9 -10007.5l-692.1 -10007.3l-693.3 -10007.2l-694.6 -10007l-695.8 -10006.8l-697 -10006.7l10007.2 -697.7l10008.5 -697.8l10009.6 -698.1l10010.9 -698.2l10012 -698.5l10013.3 -698.6l10014.5 -698.7l10015.8 -699l10017 -699.1l10018.2 -699.4l698.8 10018.9l697.6 10019.1l696.4 10019.3l695.1 10019.5l693.9 10019.7l692.7 10019.9l691.4 10020.1l690.2 10020.2l688.9 10020.4l687.8 10020.6l-10020.1 687.1l-10018.9 686.8l-10017.5 686.7l-10016.4 686.4l-10015.1 686.3l-10013.9 686.1l-10012.6 685.9l-10011.4 685.7l-10010.1 685.5l-10008.9 685.3z"
id="path2099" />
<path
d="M1107548.5 -4524203.5l-687.8 -10020.6l-688.9 -10020.4l-690.2 -10020.2l-691.4 -10020.1l-692.7 -10019.9l-693.9 -10019.7l-695.1 -10019.5l-696.4 -10019.3l-697.6 -10019.1l-698.8 -10018.9l10019.5 -699.5l10020.6 -699.8l10021.9 -699.9l10023.1 -700.1l10024.4 -700.3l10025.5 -700.5l10026.9 -700.8l10028 -700.9l10029.2 -701.1l10030.5 -701.3l700.8 10031.2l699.5 10031.3l698.4 10031.6l697.2 10031.8l695.9 10032.1l694.7 10032.2l693.3 10032.4l692.2 10032.7l690.9 10032.9l689.8 10033l-10032.6 689l-10031.2 688.8l-10030.1 688.6l-10028.9 688.3l-10027.5 688.2l-10026.4 687.9l-10025 687.8l-10023.9 687.5l-10022.6 687.3l-10021.3 687.2z"
id="path2100" />
<path
d="M750354.3 -4600000l-127.2 -3657.4l-351.2 -10094.5l-351.8 -10094.6l-352.4 -10094.7l-353.1 -10094.8l-353.7 -10094.9l-354.3 -10095l-355 -10095.2l-355.6 -10095.3l-356.2 -10095.4l-193.8 -5488.2l6833 -483.7l9976.5 -706.2l9977.7 -706.3l9978.9 -706.5l9980.1 -706.7l706.1 9980.8l704.9 9980.9l703.6 9981.1l702.4 9981.1l701.3 9981.3l700 9981.5l698.8 9981.7l697.6 9981.7l696.4 9981.8l695.1 9982.1l-9981.4 694.5l-9980.3 694.3l-9979 694.2l-9977.7 694.1l-9976.5 693.9l-353.3 24.5z"
id="path2101" />
<path
d="M800602.5 -4603495.5l-695.1 -9982.1l-696.4 -9981.8l-697.6 -9981.7l-698.8 -9981.7l-700 -9981.5l-701.3 -9981.3l-702.4 -9981.1l-703.6 -9981.1l-704.9 -9980.9l-706.1 -9980.8l9981.2 -706.8l9982.5 -706.9l9983.7 -707.1l9984.9 -707.2l9986.1 -707.4l9987.4 -707.4l9988.5 -707.6l9989.8 -707.8l9991 -707.9l9992.1 -708.1l707.5 9992.8l706.4 9993l705.1 9993.2l703.9 9993.3l702.7 9993.5l701.5 9993.7l700.3 9993.8l699.1 9993.9l697.8 9994.1l696.6 9994.2l-9993.7 696l-9992.5 695.7l-9991.2 695.6l-9990 695.5l-9988.8 695.3l-9987.5 695.2l-9986.4 695l-9985.1 694.9l-9983.8 694.8l-9982.7 694.7z"
id="path2102" />
<path
d="M900484.4 -4610448.1l-696.6 -9994.2l-697.8 -9994.1l-699.1 -9993.9l-700.3 -9993.8l-701.5 -9993.7l-702.7 -9993.5l-703.9 -9993.3l-705.1 -9993.2l-706.4 -9993l-707.5 -9992.8l9993.4 -708.2l9994.5 -708.4l9995.8 -708.5l9997 -708.8l9998.2 -708.8l9999.4 -709.1l10000.7 -709.1l10001.8 -709.4l10003.1 -709.6l10004.2 -709.6l709.2 10004.9l708 10005.1l706.8 10005.3l705.6 10005.5l704.3 10005.6l703.1 10005.7l701.9 10006l700.7 10006.1l699.5 10006.2l698.2 10006.5l-10005.9 697.6l-10004.8 697.4l-10003.4 697.1l-10002.3 697.1l-10001 696.8l-9999.8 696.7l-9998.6 696.6l-9997.4 696.3l-9996.2 696.3l-9994.9 696z"
id="path2103" />
<path
d="M1000488.8 -4617416l-698.2 -10006.5l-699.5 -10006.2l-700.7 -10006.1l-701.9 -10006l-703.1 -10005.7l-704.3 -10005.6l-705.6 -10005.5l-706.8 -10005.3l-708 -10005.1l-709.2 -10004.9l10005.4 -709.9l10006.7 -710l10007.8 -710.2l10009.1 -710.5l10010.3 -710.5l10011.5 -710.8l10012.7 -710.9l10013.9 -711.2l10015.1 -711.3l10016.3 -711.6l711.1 10017l709.8 10017.3l708.6 10017.4l707.4 10017.5l706.2 10017.8l705 10018l703.7 10018.2l702.5 10018.3l701.3 10018.5l700 10018.7l-10018.2 699.4l-10017 699.1l-10015.8 699l-10014.5 698.7l-10013.3 698.6l-10012 698.5l-10010.9 698.2l-10009.6 698.1l-10008.5 697.8l-10007.2 697.7z"
id="path2104" />
<path
d="M1100615.7 -4624401.2l-700 -10018.7l-701.3 -10018.5l-702.5 -10018.3l-703.7 -10018.2l-705 -10018l-706.2 -10017.8l-707.4 -10017.5l-708.6 -10017.4l-709.8 -10017.3l-711.1 -10017l10017.5 -711.6l10018.8 -711.9l10019.9 -712.1l10021.1 -712.3l10022.4 -712.6l10023.5 -712.6l10024.8 -712.9l10026 -713.1l10027.2 -713.4l10028.3 -713.5l713 10029.1l711.8 10029.3l710.6 10029.5l709.4 10029.7l708.1 10029.9l707 10030.2l705.7 10030.4l704.5 10030.6l703.2 10030.7l702.1 10031.1l-10030.5 701.3l-10029.2 701.1l-10028 700.9l-10026.9 700.8l-10025.5 700.5l-10024.4 700.3l-10023.1 700.1l-10021.9 699.9l-10020.6 699.8l-10019.5 699.5z"
id="path2105" />
<path
d="M746850 -4700000l-163 -4607.3l-357.5 -10095.7l-358.1 -10095.7l-358.7 -10095.9l-359.3 -10096l-359.9 -10096.1l-360.6 -10096.2l-361.2 -10096.3l-361.8 -10096.4l-362.4 -10096.6l-162.6 -4527.7l3276.4 -235.9l9975.2 -718.2l9976.3 -718.4l9977.5 -718.5l9978.8 -718.5l718.1 9979.4l716.9 9979.5l715.6 9979.8l714.5 9979.8l713.3 9979.9l712.2 9980l710.9 9980.2l709.7 9980.4l708.5 9980.5l707.3 9980.6l-9980.1 706.7l-9978.9 706.5l-9977.7 706.3l-9976.5 706.2l-6833 483.7z"
id="path2106" />
<path
d="M793596.3 -4703309.4l-707.3 -9980.6l-708.5 -9980.5l-709.7 -9980.4l-710.9 -9980.2l-712.2 -9980l-713.3 -9979.9l-714.5 -9979.8l-715.6 -9979.8l-716.9 -9979.5l-718.1 -9979.4l9979.9 -718.8l9981.1 -719l9982.3 -719l9983.5 -719.2l9984.7 -719.3l9985.9 -719.4l9987 -719.6l9988.3 -719.7l9989.4 -720l9990.6 -720l719.5 9991.3l718.3 9991.5l717.2 9991.6l715.9 9991.8l714.8 9991.9l713.5 9992.1l712.4 9992.2l711.2 9992.4l709.9 9992.5l708.8 9992.6l-9992.1 708.1l-9991 707.9l-9989.8 707.8l-9988.5 707.6l-9987.4 707.4l-9986.1 707.4l-9984.9 707.2l-9983.7 707.1l-9982.5 706.9l-9981.2 706.8z"
id="path2107" />
<path
d="M893463.6 -4710383.5l-708.8 -9992.6l-709.9 -9992.5l-711.2 -9992.4l-712.4 -9992.2l-713.5 -9992.1l-714.8 -9991.9l-715.9 -9991.8l-717.2 -9991.6l-718.3 -9991.5l-719.5 -9991.3l9991.8 -720.2l9993 -720.4l9994.2 -720.5l9995.3 -720.7l9996.5 -720.8l9997.8 -721l9998.9 -721.2l10000.2 -721.4l10001.3 -721.5l10002.5 -721.6l721.2 10003.2l720 10003.3l718.8 10003.6l717.6 10003.7l716.4 10003.9l715.2 10004l714 10004.3l712.8 10004.4l711.6 10004.5l710.4 10004.8l-10004.2 709.6l-10003.1 709.6l-10001.8 709.4l-10000.7 709.1l-9999.4 709.1l-9998.2 708.8l-9997 708.8l-9995.8 708.5l-9994.5 708.4l-9993.4 708.2z"
id="path2108" />
<path
d="M993451.6 -4717473l-710.4 -10004.8l-711.6 -10004.5l-712.8 -10004.4l-714 -10004.3l-715.2 -10004l-716.4 -10003.9l-717.6 -10003.7l-718.8 -10003.6l-720 -10003.3l-721.2 -10003.2l10003.7 -721.9l10004.9 -722l10006.1 -722.2l10007.3 -722.4l10008.5 -722.6l10009.6 -722.8l10010.8 -723l10012.1 -723.2l10013.2 -723.2l10014.4 -723.5l723 10015.1l721.8 10015.3l720.6 10015.5l719.5 10015.7l718.1 10015.8l717.1 10016.1l715.8 10016.2l714.6 10016.5l713.5 10016.6l712.2 10016.8l-10016.3 711.6l-10015.1 711.3l-10013.9 711.2l-10012.7 710.9l-10011.5 710.8l-10010.3 710.5l-10009.1 710.5l-10007.8 710.2l-10006.7 710l-10005.4 709.9z"
id="path2109" />
<path
d="M1093560.3 -4724579.8l-712.2 -10016.8l-713.5 -10016.6l-714.6 -10016.5l-715.8 -10016.2l-717.1 -10016.1l-718.1 -10015.8l-719.5 -10015.7l-720.6 -10015.5l-721.8 -10015.3l-723 -10015.1l10015.6 -723.7l10016.7 -723.8l10018 -724.1l10019.1 -724.3l10020.4 -724.5l10021.5 -724.7l10022.8 -724.9l10023.9 -725.1l10025.1 -725.2l10026.3 -725.5l725 10027l723.8 10027.1l722.7 10027.5l721.4 10027.6l720.2 10027.8l719 10028l717.8 10028.3l716.6 10028.5l715.4 10028.7l714.2 10028.9l-10028.3 713.5l-10027.2 713.4l-10026 713.1l-10024.8 712.9l-10023.5 712.6l-10022.4 712.6l-10021.1 712.3l-10019.9 712.1l-10018.8 711.9l-10017.5 711.6z"
id="path2110" />
<path
d="M743285 -4800000l-200.4 -5569l-363.6 -10096.8l-364.3 -10097l-364.9 -10097l-365.5 -10097.2l-366.1 -10097.3l-366.7 -10097.4l-367.3 -10097.5l-367.9 -10097.6l-368.5 -10097.7l-129.8 -3555.5l9634.6 -705.1l9975.1 -730.2l9976.2 -730.2l9977.3 -730.4l729.9 9978l728.7 9978.2l727.5 9978.2l726.4 9978.5l725.2 9978.6l724 9978.6l722.8 9978.9l721.7 9979l720.5 9979.1l719.3 9979.3l-9978.8 718.5l-9977.5 718.5l-9976.3 718.4l-9975.2 718.2l-3276.4 235.9z"
id="path2111" />
<path
d="M786469.3 -4803109.5l-719.3 -9979.3l-720.5 -9979.1l-721.7 -9979l-722.8 -9978.9l-724 -9978.6l-725.2 -9978.6l-726.4 -9978.5l-727.5 -9978.2l-728.7 -9978.2l-729.9 -9978l9978.6 -730.5l9979.7 -730.8l9980.9 -730.8l9982 -730.9l9983.3 -731.2l9984.4 -731.2l9985.5 -731.4l9986.8 -731.5l9987.9 -731.7l9989.1 -731.9l731.4 9989.7l730.2 9989.9l729 9990.1l727.8 9990.2l726.7 9990.3l725.4 9990.5l724.3 9990.6l723.1 9990.9l721.9 9991l720.7 9991.2l-9990.6 720l-9989.4 720l-9988.3 719.7l-9987 719.6l-9985.9 719.4l-9984.7 719.3l-9983.5 719.2l-9982.3 719l-9981.1 719l-9979.9 718.8z"
id="path2112" />
<path
d="M886322 -4810303.4l-720.7 -9991.2l-721.9 -9991l-723.1 -9990.9l-724.3 -9990.6l-725.4 -9990.5l-726.7 -9990.3l-727.8 -9990.2l-729 -9990.1l-730.2 -9989.9l-731.4 -9989.7l9990.2 -731.9l9991.5 -732.2l9992.6 -732.3l9993.8 -732.4l9994.9 -732.7l9996.1 -732.8l9997.3 -732.9l9998.5 -733.2l9999.7 -733.3l10000.8 -733.5l733 10001.5l731.8 10001.6l730.6 10001.8l729.5 10002l728.3 10002.2l727.1 10002.3l725.9 10002.5l724.7 10002.7l723.5 10002.8l722.4 10003.1l-10002.5 721.6l-10001.3 721.5l-10000.2 721.4l-9998.9 721.2l-9997.8 721l-9996.5 720.8l-9995.3 720.7l-9994.2 720.5l-9993 720.4l-9991.8 720.2z"
id="path2113" />
<path
d="M986293.7 -4817512.7l-722.4 -10003.1l-723.5 -10002.8l-724.7 -10002.7l-725.9 -10002.5l-727.1 -10002.3l-728.3 -10002.2l-729.5 -10002l-730.6 -10001.8l-731.8 -10001.6l-733 -10001.5l10001.9 -733.6l10003.2 -733.8l10004.3 -733.9l10005.5 -734.3l10006.6 -734.4l10007.8 -734.5l10009 -734.8l10010.1 -734.9l10011.4 -735l10012.5 -735.3l734.8 10013.1l733.6 10013.4l732.5 10013.6l731.3 10013.8l730.1 10013.9l729 10014.1l727.7 10014.3l726.5 10014.5l725.4 10014.7l724.2 10014.9l-10014.4 723.5l-10013.2 723.2l-10012.1 723.2l-10010.8 723l-10009.6 722.8l-10008.5 722.6l-10007.3 722.4l-10006.1 722.2l-10004.9 722l-10003.7 721.9z"
id="path2114" />
<path
d="M1086384.2 -4824739.4l-724.2 -10014.9l-725.4 -10014.7l-726.5 -10014.5l-727.7 -10014.3l-729 -10014.1l-730.1 -10013.9l-731.3 -10013.8l-732.5 -10013.6l-733.6 -10013.4l-734.8 -10013.1l10013.6 -735.5l10014.9 -735.7l10016 -735.9l10017.1 -736.1l10018.4 -736.3l10019.6 -736.4l10020.7 -736.7l10021.8 -736.9l10023 -737l10024.3 -737.3l736.8 10024.9l735.6 10025.1l734.5 10025.2l733.3 10025.6l732.2 10025.7l730.9 10025.9l729.8 10026.2l728.6 10026.4l727.4 10026.5l726.2 10026.9l-10026.3 725.5l-10025.1 725.2l-10023.9 725.1l-10022.8 724.9l-10021.5 724.7l-10020.4 724.5l-10019.1 724.3l-10018 724.1l-10016.7 723.8l-10015.6 723.7z"
id="path2115" />
<path
d="M739660.1 -4900000l-239.3 -6542.3l-369.7 -10098l-370.3 -10098.1l-370.9 -10098.3l-371.5 -10098.3l-372.1 -10098.4l-372.7 -10098.6l-373.3 -10098.7l-373.9 -10098.8l-374.5 -10098.9l-95.4 -2571.6l5959.7 -443.1l9973.7 -741.8l9974.9 -741.9l9976 -742l741.5 9976.6l740.4 9976.8l739.2 9977l738 9977.1l736.9 9977.2l735.7 9977.4l734.6 9977.4l733.4 9977.6l732.2 9977.8l731 9977.9l-9977.3 730.4l-9976.2 730.2l-9975.1 730.2l-9634.6 705.1z"
id="path2116" />
<path
d="M779223.4 -4902896l-731 -9977.9l-732.2 -9977.8l-733.4 -9977.6l-734.6 -9977.4l-735.7 -9977.4l-736.9 -9977.2l-738 -9977.1l-739.2 -9977l-740.4 -9976.8l-741.5 -9976.6l9977.3 -742.2l9978.3 -742.2l9979.5 -742.5l9980.7 -742.6l9981.7 -742.7l9983 -742.8l9984.1 -743l9985.3 -743.2l9986.4 -743.2l9987.5 -743.5l743 9988.3l741.8 9988.4l740.6 9988.5l739.6 9988.7l738.3 9988.8l737.2 9989l736 9989.2l734.9 9989.3l733.6 9989.4l732.5 9989.6l-9989.1 731.9l-9987.9 731.7l-9986.8 731.5l-9985.5 731.4l-9984.4 731.2l-9983.3 731.2l-9982 730.9l-9980.9 730.8l-9979.7 730.8l-9978.6 730.5z"
id="path2117" />
<path
d="M879061.6 -4910207.9l-732.5 -9989.6l-733.6 -9989.4l-734.9 -9989.3l-736 -9989.2l-737.2 -9989l-738.3 -9988.8l-739.6 -9988.7l-740.6 -9988.5l-741.8 -9988.4l-743 -9988.3l9988.7 -743.6l9989.9 -743.7l9991 -744l9992.2 -744.1l9993.3 -744.2l9994.4 -744.5l9995.6 -744.6l9996.8 -744.7l9997.9 -744.9l9999.1 -745.1l744.6 9999.7l743.4 9999.9l742.3 10000.1l741.1 10000.3l740 10000.4l738.8 10000.5l737.7 10000.9l736.5 10000.9l735.3 10001.1l734.1 10001.2l-10000.8 733.5l-9999.7 733.3l-9998.5 733.2l-9997.3 732.9l-9996.1 732.8l-9994.9 732.7l-9993.8 732.4l-9992.6 732.3l-9991.5 732.2l-9990.2 731.9z"
id="path2118" />
<path
d="M979016.8 -4917535.2l-734.1 -10001.2l-735.3 -10001.1l-736.5 -10000.9l-737.7 -10000.9l-738.8 -10000.5l-740 -10000.4l-741.1 -10000.3l-742.3 -10000.1l-743.4 -9999.9l-744.6 -9999.7l10000.2 -745.2l10001.4 -745.5l10002.5 -745.6l10003.7 -745.8l10004.8 -745.9l10006 -746.2l10007.1 -746.3l10008.3 -746.5l10009.4 -746.7l10010.6 -746.9l746.4 10011.3l745.3 10011.5l744.1 10011.6l742.9 10011.8l741.9 10012l740.6 10012.2l739.5 10012.5l738.3 10012.6l737.2 10012.7l736 10013l-10012.5 735.3l-10011.4 735l-10010.1 734.9l-10009 734.8l-10007.8 734.5l-10006.6 734.4l-10005.5 734.3l-10004.3 733.9l-10003.2 733.8l-10001.9 733.6z"
id="path2119" />
<path
d="M1079089.1 -4924879.8l-736 -10013l-737.2 -10012.7l-738.3 -10012.6l-739.5 -10012.5l-740.6 -10012.2l-741.9 -10012l-742.9 -10011.8l-744.1 -10011.6l-745.3 -10011.5l-746.4 -10011.3l10011.7 -747l10012.8 -747.4l10014.1 -747.4l10015.2 -747.7l10016.3 -747.9l10017.4 -748.1l10018.7 -748.3l10019.8 -748.4l10020.9 -748.8l10022.2 -748.9l748.4 10022.7l747.2 10023l746.2 10023.2l745 10023.5l743.8 10023.6l742.7 10023.9l741.4 10024l740.3 10024.2l739.2 10024.5l738 10024.7l-10024.3 737.3l-10023 737l-10021.8 736.9l-10020.7 736.7l-10019.6 736.4l-10018.4 736.3l-10017.1 736.1l-10016 735.9l-10014.9 735.7l-10013.6 735.5z"
id="path2120" />
<path
d="M735976.1 -5000000l-279.7 -7527.4l-375.7 -10099.1l-376.3 -10099.3l-376.9 -10099.4l-377.5 -10099.6l-378.1 -10099.6l-378.7 -10099.7l-379.3 -10099.8l-379.9 -10100l-380.5 -10100.1l-59.4 -1576l2227.6 -168.2l9972.5 -753.2l9973.5 -753.4l9974.7 -753.3l753 9975.3l751.8 9975.5l750.6 9975.6l749.5 9975.7l748.4 9975.9l747.3 9976l746.1 9976.1l744.9 9976.4l743.8 9976.3l742.6 9976.6l-9976 742l-9974.9 741.9l-9973.7 741.8l-5959.7 443.1z"
id="path2121" />
<path
d="M771860.4 -5002668.9l-742.6 -9976.6l-743.8 -9976.3l-744.9 -9976.4l-746.1 -9976.1l-747.3 -9976l-748.4 -9975.9l-749.5 -9975.7l-750.6 -9975.6l-751.8 -9975.5l-753 -9975.3l9975.8 -753.7l9977 -753.7l9978.1 -753.9l9979.2 -754.1l9980.4 -754.1l9981.5 -754.2l9982.6 -754.5l9983.7 -754.5l9984.9 -754.8l9986 -754.8l754.4 9986.6l753.3 9986.8l752.1 9987l751 9987.1l749.9 9987.2l748.7 9987.4l747.5 9987.6l746.4 9987.7l745.3 9987.8l744.1 9988.1l-9987.5 743.5l-9986.4 743.2l-9985.3 743.2l-9984.1 743l-9983 742.8l-9981.7 742.7l-9980.7 742.6l-9979.5 742.5l-9978.3 742.2l-9977.3 742.2z"
id="path2122" />
<path
d="M871684.1 -5010096.9l-744.1 -9988.1l-745.3 -9987.8l-746.4 -9987.7l-747.5 -9987.6l-748.7 -9987.4l-749.9 -9987.2l-751 -9987.1l-752.1 -9987l-753.3 -9986.8l-754.4 -9986.6l9987.2 -755.1l9988.2 -755.1l9989.4 -755.4l9990.6 -755.5l9991.6 -755.7l9992.8 -755.9l9994 -755.9l9995.1 -756.2l9996.2 -756.3l9997.4 -756.5l756 9998l754.9 9998.2l753.8 9998.3l752.6 9998.5l751.5 9998.7l750.3 9998.9l749.2 9999.1l748 9999.2l746.9 9999.4l745.7 9999.5l-9999.1 745.1l-9997.9 744.9l-9996.8 744.7l-9995.6 744.6l-9994.4 744.5l-9993.3 744.2l-9992.2 744.1l-9991 744l-9989.9 743.7l-9988.7 743.6z"
id="path2123" />
<path
d="M971623 -5017540.2l-745.7 -9999.5l-746.9 -9999.4l-748 -9999.2l-749.2 -9999.1l-750.3 -9998.9l-751.5 -9998.7l-752.6 -9998.5l-753.8 -9998.3l-754.9 -9998.2l-756 -9998l9998.5 -756.7l9999.6 -756.9l10000.8 -757l10001.9 -757.3l10003 -757.4l10004.1 -757.6l10005.3 -757.8l10006.4 -757.9l10007.5 -758.2l10008.7 -758.3l757.8 10009.3l756.7 10009.5l755.6 10009.8l754.5 10009.9l753.3 10010l752.1 10010.3l751 10010.5l749.9 10010.7l748.7 10010.8l747.5 10011.1l-10010.6 746.9l-10009.4 746.7l-10008.3 746.5l-10007.1 746.3l-10006 746.2l-10004.8 745.9l-10003.7 745.8l-10002.5 745.6l-10001.4 745.5l-10000.2 745.2z"
id="path2124" />
<path
d="M1071677 -5025001l-747.5 -10011.1l-748.7 -10010.8l-749.9 -10010.7l-751 -10010.5l-752.1 -10010.3l-753.3 -10010l-754.5 -10009.9l-755.6 -10009.8l-756.7 -10009.5l-757.8 -10009.3l10009.8 -758.6l10011 -758.7l10012 -759l10013.2 -759.1l10014.3 -759.4l10015.5 -759.5l10016.5 -759.6l10017.7 -759.9l10018.9 -760.2l10020 -760.3l759.9 10020.6l758.8 10020.9l757.6 10021.1l756.4 10021.3l755.3 10021.5l754.2 10021.7l753 10021.9l752 10022.2l750.7 10022.3l749.7 10022.6l-10022.2 748.9l-10020.9 748.8l-10019.8 748.4l-10018.7 748.3l-10017.4 748.1l-10016.3 747.9l-10015.2 747.7l-10014.1 747.4l-10012.8 747.4l-10011.7 747z"
id="path2125" />
<path
d="M732233.9 -5100000.1l-321.6 -8524.2l-381.6 -10100.3l-382.2 -10100.4l-382.8 -10100.6l-383.4 -10100.7l-384 -10100.9l-384.6 -10100.9l-385.1 -10101l-385.7 -10101.1l-386.3 -10101.3l-21.8 -568.6l8410.4 -644.7l9972.3 -764.6l9973.4 -764.7l764.1 9974l763.1 9974l762 9974.3l760.8 9974.4l759.8 9974.5l758.5 9974.7l757.5 9974.7l756.3 9974.9l755.2 9975.1l754.1 9975.2l-9974.7 753.3l-9973.5 753.4l-9972.5 753.2l-2227.6 168.2z"
id="path2126" />
<path
d="M764382.2 -5102428.2l-754.1 -9975.2l-755.2 -9975.1l-756.3 -9974.9l-757.5 -9974.7l-758.5 -9974.7l-759.8 -9974.5l-760.8 -9974.4l-762 -9974.3l-763.1 -9974l-764.1 -9974l9974.5 -764.9l9975.6 -764.9l9976.7 -765.1l9977.8 -765.3l9978.9 -765.4l9980 -765.6l9981.2 -765.7l9982.3 -765.8l9983.4 -766l9984.5 -766.1l765.7 9985.1l764.5 9985.3l763.4 9985.5l762.3 9985.6l761.1 9985.7l760.1 9985.9l758.9 9986.1l757.8 9986.2l756.7 9986.3l755.5 9986.6l-9986 754.8l-9984.9 754.8l-9983.7 754.5l-9982.6 754.5l-9981.5 754.2l-9980.4 754.1l-9979.2 754.1l-9978.1 753.9l-9977 753.7l-9975.8 753.7z"
id="path2127" />
<path
d="M864191.5 -5109970.4l-755.5 -9986.6l-756.7 -9986.3l-757.8 -9986.2l-758.9 -9986.1l-760.1 -9985.9l-761.1 -9985.7l-762.3 -9985.6l-763.4 -9985.5l-764.5 -9985.3l-765.7 -9985.1l9985.6 -766.3l9986.7 -766.4l9987.8 -766.6l9989 -766.7l9990 -766.9l9991.2 -767l9992.3 -767.2l9993.4 -767.5l9994.5 -767.5l9995.7 -767.7l767.3 9996.3l766.1 9996.4l765 9996.6l763.9 9996.9l762.8 9996.9l761.7 9997.2l760.5 9997.2l759.4 9997.5l758.3 9997.7l757.2 9997.8l-9997.4 756.5l-9996.2 756.3l-9995.1 756.2l-9994 755.9l-9992.8 755.9l-9991.6 755.7l-9990.6 755.5l-9989.4 755.4l-9988.2 755.1l-9987.2 755.1z"
id="path2128" />
<path
d="M964114 -5117528l-757.2 -9997.8l-758.3 -9997.7l-759.4 -9997.5l-760.5 -9997.2l-761.7 -9997.2l-762.8 -9996.9l-763.9 -9996.9l-765 -9996.6l-766.1 -9996.4l-767.3 -9996.3l9996.8 -768l9997.8 -768.1l9999 -768.2l10000.1 -768.4l10001.2 -768.7l10002.3 -768.7l10003.5 -769l10004.5 -769.2l10005.6 -769.3l10006.8 -769.5l769.1 10007.4l768 10007.6l766.9 10007.8l765.7 10008l764.7 10008.1l763.5 10008.4l762.4 10008.6l761.3 10008.8l760.1 10008.9l759 10009.2l-10008.7 758.3l-10007.5 758.2l-10006.4 757.9l-10005.3 757.8l-10004.1 757.6l-10003 757.4l-10001.9 757.3l-10000.8 757l-9999.6 756.9l-9998.5 756.7z"
id="path2129" />
<path
d="M1064149.7 -5125102.9l-759 -10009.2l-760.1 -10008.9l-761.3 -10008.8l-762.4 -10008.6l-763.5 -10008.4l-764.7 -10008.1l-765.7 -10008l-766.9 -10007.8l-768 -10007.6l-769.1 -10007.4l10007.9 -769.8l10009 -769.9l10010.1 -770.2l10011.2 -770.3l10012.3 -770.5l10013.4 -770.7l10014.5 -770.9l10015.7 -771.1l10016.7 -771.4l10017.9 -771.5l771.2 10018.5l770 10018.7l768.9 10019l767.8 10019.2l766.6 10019.4l765.6 10019.6l764.3 10019.8l763.3 10020l762.1 10020.3l761 10020.5l-10020 760.3l-10018.9 760.2l-10017.7 759.9l-10016.5 759.6l-10015.5 759.5l-10014.3 759.4l-10013.2 759.1l-10012 759l-10011 758.7l-10009.8 758.6z"
id="path2130" />
<path
d="M728434.7 -5200000l-365.1 -9532.8l-387.5 -10101.5l-388 -10101.6l-388.6 -10101.7l-389.2 -10101.8l-389.8 -10102l-390.3 -10102.2l-390.9 -10102.2l-391.5 -10102.3l-374.5 -9651.8l4565.6 -355.2l9970.9 -775.6l9972 -775.7l775.2 9972.7l774.2 9972.7l773.1 9972.9l772 9973.1l770.9 9973.2l769.7 9973.3l768.7 9973.4l767.5 9973.6l766.5 9973.6l765.3 9973.9l-9973.4 764.7l-9972.3 764.6l-8410.4 644.7z"
id="path2131" />
<path
d="M756790.7 -5202174l-765.3 -9973.9l-766.5 -9973.6l-767.5 -9973.6l-768.7 -9973.4l-769.7 -9973.3l-770.9 -9973.2l-772 -9973.1l-773.1 -9972.9l-774.2 -9972.7l-775.2 -9972.7l9973.2 -775.9l9974.2 -775.9l9975.3 -776.2l9976.5 -776.3l9977.5 -776.4l9978.6 -776.6l9979.7 -776.7l9980.8 -776.9l9981.9 -777l9983 -777.1l776.7 9983.5l775.6 9983.8l774.5 9984l773.4 9984.1l772.3 9984.1l771.2 9984.4l770.1 9984.6l768.9 9984.7l767.9 9984.9l766.7 9985l-9984.5 766.1l-9983.4 766l-9982.3 765.8l-9981.2 765.7l-9980 765.6l-9978.9 765.4l-9977.8 765.3l-9976.7 765.1l-9975.6 764.9l-9974.5 764.9z"
id="path2132" />
<path
d="M856585.5 -5209828.6l-766.7 -9985l-767.9 -9984.9l-768.9 -9984.7l-770.1 -9984.6l-771.2 -9984.4l-772.3 -9984.1l-773.4 -9984.1l-774.5 -9984l-775.6 -9983.8l-776.7 -9983.5l9984.1 -777.3l9985.2 -777.5l9986.3 -777.6l9987.3 -777.8l9988.5 -777.9l9989.5 -778.1l9990.7 -778.3l9991.7 -778.4l9992.8 -778.5l9993.9 -778.8l778.3 9994.6l777.2 9994.7l776.1 9994.9l775 9995l773.9 9995.3l772.8 9995.4l771.7 9995.5l770.6 9995.8l769.5 9995.9l768.4 9996.1l-9995.7 767.7l-9994.5 767.5l-9993.4 767.5l-9992.3 767.2l-9991.2 767l-9990 766.9l-9989 766.7l-9987.8 766.6l-9986.7 766.4l-9985.6 766.3z"
id="path2133" />
<path
d="M956491.7 -5217498.5l-768.4 -9996.1l-769.5 -9995.9l-770.6 -9995.8l-771.7 -9995.5l-772.8 -9995.4l-773.9 -9995.3l-775 -9995l-776.1 -9994.9l-777.2 -9994.7l-778.3 -9994.6l9995 -778.9l9996.1 -779.2l9997.2 -779.3l9998.4 -779.4l9999.3 -779.7l10000.5 -779.8l10001.6 -780l10002.7 -780.2l10003.8 -780.3l10004.9 -780.6l780.1 10005.4l779.1 10005.7l778 10005.9l776.9 10006.1l775.7 10006.2l774.7 10006.4l773.5 10006.7l772.5 10006.8l771.3 10007.1l770.2 10007.2l-10006.8 769.5l-10005.6 769.3l-10004.5 769.2l-10003.5 769l-10002.3 768.7l-10001.2 768.7l-10000.1 768.4l-9999 768.2l-9997.8 768.1l-9996.8 768z"
id="path2134" />
<path
d="M1056509.3 -5225185.7l-770.2 -10007.2l-771.3 -10007.1l-772.5 -10006.8l-773.5 -10006.7l-774.7 -10006.4l-775.7 -10006.2l-776.9 -10006.1l-778 -10005.9l-779.1 -10005.7l-780.1 -10005.4l10006 -780.8l10007 -781l10008.2 -781.1l10009.2 -781.3l10010.3 -781.6l10011.4 -781.8l10012.5 -781.9l10013.6 -782.1l10014.7 -782.5l10015.8 -782.6l782.2 10016.5l781 10016.6l779.9 10016.8l778.8 10017.1l777.7 10017.3l776.7 10017.4l775.5 10017.7l774.5 10017.9l773.3 10018.1l772.2 10018.4l-10017.9 771.5l-10016.7 771.4l-10015.7 771.1l-10014.5 770.9l-10013.4 770.7l-10012.3 770.5l-10011.2 770.3l-10010.1 770.2l-10009 769.9l-10007.9 769.8z"
id="path2135" />
<path
d="M-141156 -5433394.7l45275.5 3479.6l54981.6 4372.1l-7976 100011.5l-55140.1 -4290.2l-44845.9 -3338.3l0 0l7705 -100234.6z"
id="path2136" />
<path
d="M-40898.9 -5425543.1l48007.8 3834l51842.4 4031.8l-7866.1 100194l-54608 -4518.2l-45352 -3530.1l7976 -100011.5z"
id="path2137" />
<path
d="M58951.2 -5417677.3l59933.4 4722.9l40007.9 3203.2l-7917.7 99800.4l-46122.6 -3284.9l-53767 -4247.6l7866.1 -100194z"
id="path2138" />
<path
d="M158892.5 -5409751.2l43258.1 3396.9l36956.4 3077.9l19502.6 1490.9l-7797.3 99780.8l-34326.7 -2506.6l-30174.3 -2485.1l-35336.4 -2954.4l7917.7 -99800.4z"
id="path2139" />
<path
d="M258609.5 -5401785.5l20728.5 1470.9l-3920.4 100242l-24605.3 -1932.1l7797.3 -99780.8z"
id="path2140" />
<path
d="M279541.5 -5400306.6l20370.7 148.6l-231 100053.1l-24275.5 339.8l4135.8 -100541.4z"
id="path2141" />
<path
d="M299912.2 -5400158l44391.5 178.1l55566.7 -269.7l88.6 99979.9l-46803.6 -76.5l-28398.9 439.9l-25075.3 -198.7l0 0l231 -100053.1z"
id="path2142" />
<path
d="M400073.7 -5400245.9l42108.5 -22.3l57758.1 -9.2l-1.1 100258.2l-58367.7 -295.3l-41612.6 44.8l114.8 -99976.2z"
id="path2143" />
<path
d="M499940.3 -5400277.4l100070 29.9l-90.8 99979.9l-99980.3 555.9l1.1 -100565.7z"
id="path2144" />
<path
d="M599806.9 -5400243.8l54337.5 -.9l45824 91l21.8 100060.2l-54286.7 391.6l-45784 -565.7l-112.6 -99976.2z"
id="path2145" />
<path
d="M699968.4 -5400153.7l20574.1 -156.2l3918.3 100242l-24667.1 289l174.6 -100374.8z"
id="path2146" />
<path
d="M720542.5 -5400309.9l20525 -1461.7l7998.6 99772.1l-24410.2 1616.1l-4113.5 -99926.5z"
id="path2147" />
<path
d="M741067.6 -5401771.6l46510 -3736.9l53410.6 -4235.4l7708.7 99813l-55191.1 4304.1l-44439.5 3627.4l-7998.6 -99772.1z"
id="path2148" />
<path
d="M840988.2 -5409743.9l99738.1 -7907.9l7860.3 100194.1l-99889.7 7526.7l0 0l-7708.7 -99813z"
id="path2149" />
<path
d="M940726.3 -5417651.8l100053.4 -7879.7l7767 100031.3l-99960.1 8042.6l-7860.3 -100194.1z"
id="path2150" />
<path
d="M1040779.7 -5425531.5l49089.6 -3743.2l50964.3 -4082.8l7906 100211.1l-50844.1 3964.8l-49171.2 3354.3l-7944.5 -99704.3z"
id="path2151" />
<path
d="M-140984.9 -5433218.6l794.1 -10014.1l795.1 -10014l796.2 -10013.6l797.3 -10013.5l798.3 -10013.2l799.4 -10013.1l800.5 -10012.8l801.5 -10012.6l802.6 -10012.4l803.5 -10012.2l10011.6 804l10010.5 803.9l10009.5 803.6l10008.4 803.4l10007.3 803.2l10006.3 803.1l10005.2 802.8l10004.2 802.6l10003.2 802.4l10002.1 802.2l-801.6 10001.7l-800.6 10001.8l-799.5 10002l-798.5 10002.2l-797.4 10002.5l-796.3 10002.6l-795.2 10002.8l-794.2 10003l-793.1 10003.2l-792 10003.4l-10004 -791.6l-10005.1 -791.8l-10006.2 -792l-10007.3 -792.2l-10008.3 -792.4l-10009.4 -792.6l-10010.4 -792.7l-10011.5 -793l-10012.6 -793.2l-10013.7 -793.5z"
id="path2152" />
<path
d="M-40896.4 -5425293.6l792 -10003.4l793.1 -10003.2l794.2 -10003l795.2 -10002.8l796.3 -10002.6l797.4 -10002.5l798.5 -10002.2l799.5 -10002l800.6 -10001.8l801.6 -10001.7l10001.1 802.1l9999.9 801.8l9999 801.8l9997.9 801.4l9996.8 801.4l9995.8 801.1l9994.7 800.9l9993.7 800.8l9992.6 800.5l9991.6 800.4l-799.8 9991.2l-798.7 9991.3l-797.7 9991.4l-796.6 9991.6l-795.6 9991.8l-794.5 9992l-793.4 9992.1l-792.4 9992.4l-791.3 9992.5l-790.2 9992.6l-9993.3 -789.8l-9994.3 -789.9l-9995.4 -790.1l-9996.5 -790.3l-9997.6 -790.6l-9998.6 -790.6l-9999.8 -790.9l-10000.8 -791l-10001.9 -791.2l-10002.9 -791.4z"
id="path2153" />
<path
d="M59084.7 -5417387.8l790.2 -9992.6l791.3 -9992.5l792.4 -9992.4l793.4 -9992.1l794.5 -9992l795.6 -9991.8l796.6 -9991.6l797.7 -9991.4l798.7 -9991.3l799.8 -9991.2l9990.5 800.3l9989.5 800.1l9988.4 799.9l9987.3 799.7l9986.3 799.6l9985.3 799.4l9984.2 799.3l9983.1 799l9982.1 799l9981.1 798.8l-798.3 9980.6l-797.1 9980.7l-796.1 9980.8l-795 9981l-794 9981.2l-792.9 9981.3l-791.9 9981.4l-790.7 9981.6l-789.7 9981.8l-788.6 9981.9l-9982.5 -788.1l-9983.7 -788.3l-9984.7 -788.5l-9985.8 -788.5l-9986.8 -788.9l-9987.9 -788.9l-9989 -789.1l-9990.1 -789.3l-9991.1 -789.4l-9992.2 -789.6z"
id="path2154" />
<path
d="M158958.4 -5409499.1l788.6 -9981.9l789.7 -9981.8l790.7 -9981.6l791.9 -9981.4l792.9 -9981.3l794 -9981.2l795 -9981l796.1 -9980.8l797.1 -9980.7l798.3 -9980.6l9979.9 798.7l9979 798.5l9977.8 798.4l9976.8 798.2l9975.8 798l9974.7 797.9l9973.6 797.8l9972.6 797.7l9971.5 797.5l9970.5 797.4l-796.8 9970l-795.8 9970.1l-794.7 9970.3l-793.6 9970.3l-792.6 9970.6l-791.5 9970.6l-790.4 9970.8l-789.3 9970.9l-788.3 9971.1l-787.2 9971.2l-9971.7 -786.7l-9972.9 -786.9l-9973.9 -786.9l-9975.1 -787.2l-9976 -787.2l-9977.2 -787.4l-9978.2 -787.6l-9979.4 -787.7l-9980.4 -787.8l-9981.5 -788z"
id="path2155" />
<path
d="M283296.5 -5500000l-302.4 7580.9l-402.7 10104.8l-402.1 10104.5l-401.6 10104.4l-401 10104.3l-400.5 10104.2l-399.9 10104.1l-399.4 10103.9l-398.8 10103.8l-398.2 10103.7l-58.3 1481.4l-666.4 -52.6l-9969.7 -786.4l-9970.7 -786.7l787.2 -9971.2l788.3 -9971.1l789.3 -9970.9l790.4 -9970.8l791.5 -9970.6l792.6 -9970.6l793.6 -9970.3l794.7 -9970.3l795.8 -9970.1l796.8 -9970l9969.4 797.2l6682.3 534.4z"
id="path2156" />
<path
d="M-132996.4 -5533350l804.7 -10012l805.7 -10011.7l806.8 -10011.6l807.8 -10011.3l808.8 -10011.1l810 -10011l810.9 -10010.8l812 -10010.4l813 -10010.4l814 -10010.1l10009.5 814.5l10008.5 814.2l10007.4 814l10006.4 813.8l10005.3 813.7l10004.3 813.4l10003.3 813.2l10002.3 813.1l10001.2 812.8l10000.2 812.6l-812 9999.8l-811 10000l-810 10000.1l-809 10000.3l-807.8 10000.6l-806.9 10000.7l-805.8 10001l-804.8 10001.1l-803.7 10001.2l-802.7 10001.5l-10002.1 -802.2l-10003.2 -802.4l-10004.2 -802.6l-10005.2 -802.8l-10006.3 -803.1l-10007.3 -803.2l-10008.4 -803.4l-10009.5 -803.6l-10010.5 -803.9l-10011.6 -804z"
id="path2157" />
<path
d="M-32928.1 -5525318.9l802.7 -10001.5l803.7 -10001.2l804.8 -10001.1l805.8 -10001l806.9 -10000.7l807.8 -10000.6l809 -10000.3l810 -10000.1l811 -10000l812 -9999.8l9999.2 812.5l9998.1 812.3l9997.1 812.1l9996 811.9l9995 811.7l9994 811.5l9992.9 811.3l9991.9 811.3l9990.9 811l9989.9 810.9l-810.2 9989.4l-809.2 9989.6l-808.2 9989.8l-807.1 9990l-806.1 9990.1l-805 9990.2l-804 9990.4l-803 9990.7l-801.9 9990.8l-800.9 9990.9l-9991.6 -800.4l-9992.6 -800.5l-9993.7 -800.8l-9994.7 -800.9l-9995.8 -801.1l-9996.8 -801.4l-9997.9 -801.4l-9999 -801.8l-9999.9 -801.8l-10001.1 -802.1z"
id="path2158" />
<path
d="M67034.9 -5517306.7l800.9 -9990.9l801.9 -9990.8l803 -9990.7l804 -9990.4l805 -9990.2l806.1 -9990.1l807.1 -9990l808.2 -9989.8l809.2 -9989.6l810.2 -9989.4l9988.8 810.6l9987.8 810.5l9986.8 810.3l9985.7 810.2l9984.7 810l9983.7 809.9l9982.6 809.7l9981.6 809.6l9980.5 809.4l9979.5 809.2l-808.6 9979.1l-807.7 9979.2l-806.6 9979.3l-805.5 9979.5l-804.5 9979.7l-803.4 9979.8l-802.3 9980l-801.4 9980.1l-800.2 9980.2l-799.2 9980.4l-9981.1 -798.8l-9982.1 -799l-9983.1 -799l-9984.2 -799.3l-9985.3 -799.4l-9986.3 -799.6l-9987.3 -799.7l-9988.4 -799.9l-9989.5 -800.1l-9990.5 -800.3z"
id="path2159" />
<path
d="M166892.7 -5509311.7l799.2 -9980.4l800.2 -9980.2l801.4 -9980.1l802.3 -9980l803.4 -9979.8l804.5 -9979.7l805.5 -9979.5l806.6 -9979.3l807.7 -9979.2l808.6 -9979.1l9978.5 809.1l9977.4 809l9976.4 808.8l9975.4 808.6l9974.3 808.5l9973.3 808.3l9972.3 808.2l9971.2 808.2l9970.2 808l9969.2 807.8l-807.3 9968.7l-806.2 9968.9l-805.2 9968.9l-804.2 9969.1l-803 9969.3l-802.1 9969.3l-801 9969.5l-799.9 9969.6l-798.9 9969.7l-797.9 9969.9l-9970.5 -797.4l-9971.5 -797.5l-9972.6 -797.7l-9973.6 -797.8l-9974.7 -797.9l-9975.8 -798l-9976.8 -798.2l-9977.8 -798.4l-9979 -798.5l-9979.9 -798.7z"
id="path2160" />
<path
d="M287314.9 -5600000l-263.9 6528.2l-408.1 10105.8l-407.6 10105.7l-407.1 10105.6l-406.5 10105.5l-406 10105.3l-405.4 10105.2l-404.9 10105.1l-404.3 10105l-403.8 10104.9l-100.8 2523.8l-6682.3 -534.4l-9969.4 -797.2l797.9 -9969.9l798.9 -9969.7l799.9 -9969.6l801 -9969.5l802.1 -9969.3l803 -9969.3l804.2 -9969.1l805.2 -9968.9l806.2 -9968.9l807.3 -9968.7l9968.2 807.8l2676.2 216.8z"
id="path2161" />
<path
d="M-124902.8 -5633460.5l815 -10009.8l816.2 -10009.7l817.1 -10009.5l818.2 -10009.2l819.2 -10009l820.2 -10008.8l821.2 -10008.7l822.2 -10008.4l823.3 -10008.2l824.3 -10008l10007.4 824.7l10006.4 824.5l10005.4 824.3l10004.4 824l10003.3 823.9l10002.3 823.6l10001.3 823.4l10000.2 823.3l9999.4 823l9998.2 823l-822.3 9997.8l-821.2 9998.1l-820.2 9998.3l-819.2 9998.4l-818.2 9998.6l-817.2 9998.8l-816.2 9999.1l-815.1 9999.2l-814.1 9999.3l-813.1 9999.6l-10000.2 -812.6l-10001.2 -812.8l-10002.3 -813.1l-10003.3 -813.2l-10004.3 -813.4l-10005.3 -813.7l-10006.4 -813.8l-10007.4 -814l-10008.5 -814.2l-10009.5 -814.5z"
id="path2162" />
<path
d="M-24854.5 -5625325.1l813.1 -9999.6l814.1 -9999.3l815.1 -9999.2l816.2 -9999.1l817.2 -9998.8l818.2 -9998.6l819.2 -9998.4l820.2 -9998.3l821.2 -9998.1l822.3 -9997.8l9997.3 822.6l9996.2 822.5l9995.3 822.4l9994.2 822.1l9993.2 822l9992.2 821.7l9991.2 821.6l9990.2 821.4l9989.1 821.2l9988.2 821.1l-820.5 9987.7l-819.5 9988l-818.4 9988l-817.4 9988.3l-816.4 9988.4l-815.4 9988.6l-814.4 9988.7l-813.3 9988.9l-812.3 9989.1l-811.3 9989.3l-9989.9 -810.9l-9990.9 -811l-9991.9 -811.3l-9992.9 -811.3l-9994 -811.5l-9995 -811.7l-9996 -811.9l-9997.1 -812.1l-9998.1 -812.3l-9999.2 -812.5z"
id="path2163" />
<path
d="M75090.5 -5617208.6l811.3 -9989.3l812.3 -9989.1l813.3 -9988.9l814.4 -9988.7l815.4 -9988.6l816.4 -9988.4l817.4 -9988.3l818.4 -9988l819.5 -9988l820.5 -9987.7l9987.2 820.9l9986.1 820.7l9985.2 820.6l9984.1 820.4l9983.1 820.3l9982.1 820.1l9981.1 820l9980.1 819.7l9979 819.6l9978 819.6l-818.9 9977.5l-817.9 9977.7l-816.9 9977.9l-815.9 9978l-814.8 9978.1l-813.8 9978.3l-812.8 9978.5l-811.7 9978.6l-810.7 9978.7l-809.6 9978.9l-9979.5 -809.2l-9980.5 -809.4l-9981.6 -809.6l-9982.6 -809.7l-9983.7 -809.9l-9984.7 -810l-9985.7 -810.2l-9986.8 -810.3l-9987.8 -810.5l-9988.8 -810.6z"
id="path2164" />
<path
d="M174932.3 -5609109.2l809.6 -9978.9l810.7 -9978.7l811.7 -9978.6l812.8 -9978.5l813.8 -9978.3l814.8 -9978.1l815.9 -9978l816.9 -9977.9l817.9 -9977.7l818.9 -9977.5l9977 819.2l9976 819.3l9975 819l9974 818.9l9972.9 818.8l9972 818.6l9970.8 818.6l9970 818.3l9968.9 818.2l9967.9 818.1l-817.5 9967.4l-816.6 9967.6l-815.5 9967.7l-814.4 9967.9l-813.5 9967.9l-812.4 9968l-811.4 9968.2l-810.4 9968.3l-809.3 9968.5l-808.3 9968.5l-9969.2 -807.8l-9970.2 -808l-9971.2 -808.2l-9972.3 -808.2l-9973.3 -808.3l-9974.3 -808.5l-9975.4 -808.6l-9976.4 -808.8l-9977.4 -809l-9978.5 -809.1z"
id="path2165" />
<path
d="M291385.6 -5700000l-223.7 5463.7l-413.5 10106.9l-413 10106.8l-412.4 10106.7l-411.9 10106.6l-411.4 10106.5l-410.8 10106.4l-410.3 10106.3l-409.8 10106.1l-409.2 10106l-144.8 3577.9l-2676.2 -216.8l-9968.2 -807.8l808.3 -9968.5l809.3 -9968.5l810.4 -9968.3l811.4 -9968.2l812.4 -9968l813.5 -9967.9l814.4 -9967.9l815.5 -9967.7l816.6 -9967.6l817.5 -9967.4l8585.8 704.7z"
id="path2166" />
<path
d="M-116706 -5733549.8l825.3 -10007.7l826.2 -10007.5l827.3 -10007.4l828.3 -10007.2l829.3 -10007l830.3 -10006.7l831.3 -10006.5l832.3 -10006.3l833.3 -10006.2l834.3 -10005.9l10005.3 834.7l10004.3 834.4l10003.3 834.2l10002.4 834.1l10001.3 833.9l10000.4 833.6l9999.3 833.5l9998.3 833.2l9997.4 833.1l9996.4 832.9l-832.3 9995.9l-831.3 9996.2l-830.3 9996.4l-829.3 9996.5l-828.3 9996.7l-827.3 9997l-826.3 9997.1l-825.3 9997.3l-824.3 9997.5l-823.3 9997.7l-9998.2 -823l-9999.4 -823l-10000.2 -823.3l-10001.3 -823.4l-10002.3 -823.6l-10003.3 -823.9l-10004.4 -824l-10005.4 -824.3l-10006.4 -824.5l-10007.4 -824.7z"
id="path2167" />
<path
d="M-16677.7 -5725312.2l823.3 -9997.7l824.3 -9997.5l825.3 -9997.3l826.3 -9997.1l827.3 -9997l828.3 -9996.7l829.3 -9996.5l830.3 -9996.4l831.3 -9996.2l832.3 -9995.9l9995.4 832.7l9994.4 832.5l9993.4 832.3l9992.4 832.2l9991.4 831.9l9990.4 831.9l9989.4 831.5l9988.5 831.4l9987.5 831.3l9986.5 831.1l-830.5 9986.1l-829.5 9986.2l-828.5 9986.3l-827.5 9986.7l-826.5 9986.7l-825.5 9986.9l-824.5 9987l-823.5 9987.2l-822.5 9987.4l-821.5 9987.6l-9988.2 -821.1l-9989.1 -821.2l-9990.2 -821.4l-9991.2 -821.6l-9992.2 -821.7l-9993.2 -822l-9994.2 -822.1l-9995.3 -822.4l-9996.2 -822.5l-9997.3 -822.6z"
id="path2168" />
<path
d="M83249.5 -5717093.6l821.5 -9987.6l822.5 -9987.4l823.5 -9987.2l824.5 -9987l825.5 -9986.9l826.5 -9986.7l827.5 -9986.7l828.5 -9986.3l829.5 -9986.2l830.5 -9986.1l9985.5 830.9l9984.5 830.7l9983.5 830.6l9982.5 830.5l9981.5 830.2l9980.5 830.2l9979.5 829.9l9978.5 829.9l9977.5 829.7l9976.5 829.5l-829 9976.1l-827.9 9976.3l-827 9976.5l-825.9 9976.6l-825 9976.6l-824 9977l-822.9 9976.9l-821.9 9977.1l-821 9977.3l-819.9 9977.4l-9978 -819.6l-9979 -819.6l-9980.1 -819.7l-9981.1 -820l-9982.1 -820.1l-9983.1 -820.3l-9984.1 -820.4l-9985.2 -820.6l-9986.1 -820.7l-9987.2 -820.9z"
id="path2169" />
<path
d="M183075.3 -5708891.7l819.9 -9977.4l821 -9977.3l821.9 -9977.1l822.9 -9976.9l824 -9977l825 -9976.6l825.9 -9976.6l827 -9976.5l827.9 -9976.3l829 -9976.1l9975.6 829.3l9974.5 829.2l9973.5 829.1l9972.6 828.9l9971.5 828.9l9970.6 828.6l9969.6 828.5l9968.6 828.4l9967.6 828.3l9966.6 828.1l-827.6 9966.2l-826.6 9966.3l-825.6 9966.4l-824.6 9966.5l-823.6 9966.7l-822.6 9966.8l-821.6 9966.9l-820.6 9967.1l-819.6 9967.1l-818.5 9967.3l-9967.9 -818.1l-9968.9 -818.2l-9970 -818.3l-9970.8 -818.6l-9972 -818.6l-9972.9 -818.8l-9974 -818.9l-9975 -819l-9976 -819.3l-9977 -819.2z"
id="path2170" />
<path
d="M295507.6 -5800000l-181.9 4387.8l-418.7 10108.1l-418.2 10108l-417.7 10107.9l-417.2 10107.8l-416.6 10107.6l-416.1 10107.5l-415.6 10107.4l-415.1 10107.3l-414.5 10107.3l-190.3 4643.4l-8585.8 -704.7l818.5 -9967.3l819.6 -9967.1l820.6 -9967.1l821.6 -9966.9l822.6 -9966.8l823.6 -9966.7l824.6 -9966.5l825.6 -9966.4l826.6 -9966.3l827.6 -9966.2l4476.9 372.1z"
id="path2171" />
<path
d="M-108408.1 -5833618.2l835.3 -10005.7l836.2 -10005.5l837.3 -10005.3l838.2 -10005l839.2 -10004.9l840.1 -10004.6l841.2 -10004.5l842.1 -10004.3l843.1 -10004l844.1 -10003.8l10003.2 844.4l10002.2 844.3l10001.3 844l10000.3 843.8l9999.4 843.7l9998.4 843.5l9997.4 843.2l9996.5 843.1l9995.5 842.8l9994.5 842.7l-842.1 9994.2l-841.1 9994.3l-840.2 9994.4l-839.2 9994.8l-838.2 9994.8l-837.2 9995l-836.2 9995.3l-835.3 9995.4l-834.3 9995.7l-833.3 9995.8l-9996.4 -832.9l-9997.4 -833.1l-9998.3 -833.2l-9999.3 -833.5l-10000.4 -833.6l-10001.3 -833.9l-10002.4 -834.1l-10003.3 -834.2l-10004.3 -834.4l-10005.3 -834.7z"
id="path2172" />
<path
d="M-8399.7 -5825280.5l833.3 -9995.8l834.3 -9995.7l835.3 -9995.4l836.2 -9995.3l837.2 -9995l838.2 -9994.8l839.2 -9994.8l840.2 -9994.4l841.1 -9994.3l842.1 -9994.2l9993.6 842.5l9992.6 842.3l9991.6 842.1l9990.6 842l9989.7 841.8l9988.7 841.6l9987.7 841.5l9986.8 841.3l9985.7 841l9984.8 840.9l-840.3 9984.4l-839.4 9984.6l-838.4 9984.7l-837.4 9984.9l-836.4 9985.1l-835.5 9985.2l-834.5 9985.4l-833.5 9985.6l-832.5 9985.7l-831.5 9985.9l-9986.5 -831.1l-9987.5 -831.3l-9988.5 -831.4l-9989.4 -831.5l-9990.4 -831.9l-9991.4 -831.9l-9992.4 -832.2l-9993.4 -832.3l-9994.4 -832.5l-9995.4 -832.7z"
id="path2173" />
<path
d="M91509.7 -5816961.7l831.5 -9985.9l832.5 -9985.7l833.5 -9985.6l834.5 -9985.4l835.5 -9985.2l836.4 -9985.1l837.4 -9984.9l838.4 -9984.7l839.4 -9984.6l840.3 -9984.4l9983.8 840.7l9982.9 840.6l9981.9 840.4l9981 840.2l9979.9 840.1l9979 839.9l9978.1 839.8l9977 839.7l9976.1 839.5l9975.1 839.3l-838.8 9974.7l-837.8 9974.8l-836.8 9974.9l-835.9 9975.2l-834.9 9975.2l-833.9 9975.4l-833 9975.6l-831.9 9975.7l-830.9 9975.9l-830 9976l-9976.5 -829.5l-9977.5 -829.7l-9978.5 -829.9l-9979.5 -829.9l-9980.5 -830.2l-9981.5 -830.2l-9982.5 -830.5l-9983.5 -830.6l-9984.5 -830.7l-9985.5 -830.9z"
id="path2174" />
<path
d="M191319.8 -5808659.5l830 -9976l830.9 -9975.9l831.9 -9975.7l833 -9975.6l833.9 -9975.4l834.9 -9975.2l835.9 -9975.2l836.8 -9974.9l837.8 -9974.8l838.8 -9974.7l9974.1 839.2l9973.1 839.1l9972.2 838.9l9971.2 838.9l9970.2 838.6l9969.3 838.5l9968.2 838.4l9967.3 838.3l9966.3 838.1l9965.3 838l-837.4 9964.9l-836.5 9965l-835.5 9965.2l-834.5 9965.3l-833.6 9965.4l-832.5 9965.6l-831.6 9965.6l-830.6 9965.8l-829.6 9965.9l-828.6 9966.1l-9966.6 -828.1l-9967.6 -828.3l-9968.6 -828.4l-9969.6 -828.5l-9970.6 -828.6l-9971.5 -828.9l-9972.6 -828.9l-9973.5 -829.1l-9974.5 -829.2l-9975.6 -829.3z"
id="path2175" />
<path
d="M299679.9 -5900000l-138.4 3300.5l-423.9 10109.2l-423.4 10109.1l-422.9 10109l-422.3 10108.9l-421.8 10108.8l-421.3 10108.7l-420.8 10108.5l-420.3 10108.5l-419.8 10108.3l-237.4 5720.4l-4476.9 -372.1l828.6 -9966.1l829.6 -9965.9l830.6 -9965.8l831.6 -9965.6l832.5 -9965.6l833.6 -9965.4l834.5 -9965.3l835.5 -9965.2l836.5 -9965l837.4 -9964.9l318.9 26.9z"
id="path2176" />
<path
d="M-99367.4 -5941290.3l1177.1 -9266.6l1281.5 -10076.8l1283 -10076.7l1284.4 -10076.3l1285.9 -10076.1l1287.4 -10075.9l1288.8 -10075.7l1290.3 -10075.4l1291.8 -10075.2l281.6 -2194.2l6099.1 520.8l10000.2 853.8l9999.3 853.6l9998.3 853.4l9997.4 853.2l9996.4 853l9995.5 852.8l9994.5 852.7l9993.6 852.5l9992.7 852.3l-851.7 9992.2l-850.7 9992.5l-849.8 9992.6l-848.9 9992.9l-847.9 9992.9l-846.9 9993.2l-846 9993.4l-845 9993.5l-844.1 9993.8l-843 9993.9l-9994.5 -842.7l-9995.5 -842.8l-9996.5 -843.1l-9997.4 -843.2l-9998.4 -843.5l-9999.4 -843.7l-10000.3 -843.8l-10001.3 -844l-10002.2 -844.3l-10003.2 -844.4l644 -7624.6z"
id="path2177" />
<path
d="M-22.7 -5925230.1l843 -9993.9l844.1 -9993.8l845 -9993.5l846 -9993.4l846.9 -9993.2l847.9 -9992.9l848.9 -9992.9l849.8 -9992.6l850.7 -9992.5l851.7 -9992.2l9991.7 852l9990.8 851.9l9989.8 851.7l9988.8 851.5l9987.9 851.4l9987 851.2l9986 851.1l9985.1 850.8l9984.1 850.7l9983.1 850.6l-850 9982.8l-849 9982.8l-848.1 9983.2l-847.1 9983.2l-846.1 9983.5l-845.2 9983.5l-844.2 9983.8l-843.3 9983.9l-842.3 9984l-841.3 9984.3l-9984.8 -840.9l-9985.7 -841l-9986.8 -841.3l-9987.7 -841.5l-9988.7 -841.6l-9989.7 -841.8l-9990.6 -842l-9991.6 -842.1l-9992.6 -842.3l-9993.6 -842.5z"
id="path2178" />
<path
d="M99869.1 -5916813.2l841.3 -9984.3l842.3 -9984l843.3 -9983.9l844.2 -9983.8l845.2 -9983.5l846.1 -9983.5l847.1 -9983.2l848.1 -9983.2l849 -9982.8l850 -9982.8l9982.2 850.3l9981.2 850.2l9980.3 850.1l9979.3 849.8l9978.4 849.7l9977.5 849.5l9976.5 849.4l9975.5 849.3l9974.6 849.1l9973.6 849l-848.4 9973.2l-847.5 9973.5l-846.5 9973.4l-845.6 9973.8l-844.6 9973.7l-843.6 9973.9l-842.7 9974.1l-841.7 9974.2l-840.8 9974.4l-839.7 9974.5l-9975.1 -839.3l-9976.1 -839.5l-9977 -839.7l-9978.1 -839.8l-9979 -839.9l-9979.9 -840.1l-9981 -840.2l-9981.9 -840.4l-9982.9 -840.6l-9983.8 -840.7z"
id="path2179" />
<path
d="M303901.4 -6000000l-93.4 2201.9l-428.9 10110.4l-428.4 10110.2l-427.9 10110.1l-427.4 10110l-426.9 10109.9l-426.4 10109.8l-425.9 10109.8l-425.4 10109.6l-390.7 9296.4l-639 7595l-9965.3 -838l-9966.3 -838.1l-9967.3 -838.3l-9968.2 -838.4l-9969.3 -838.5l-9970.2 -838.6l-9971.2 -838.9l-9972.2 -838.9l-9973.1 -839.1l-9974.1 -839.2l839.7 -9974.5l840.8 -9974.4l841.7 -9974.2l842.7 -9974.1l843.6 -9973.9l844.6 -9973.7l845.6 -9973.8l846.5 -9973.4l847.5 -9973.5l848.4 -9973.2l9972.7 848.8l9971.7 848.7l9970.8 848.5l9969.8 848.4l9968.9 848.3l9967.9 848.2l9967 848l9966.1 847.9l9965 847.8l6076.7 517z"
id="path2180" />
<path
d="M300000 -5907621.8l-34.2 813l-286 6808.8l-318.9 -26.9l639 -7595z"
id="path2181" />
<path
d="M279331.5 -5400000l58.3 -1481.4l398.2 -10103.7l398.8 -10103.8l399.4 -10103.9l399.9 -10104.1l400.5 -10104.2l401 -10104.3l401.6 -10104.4l402.1 -10104.5l402.7 -10104.8l302.5 -7580.9l6703.4 -.1l10000 .1l-0 10000l0 10000l0 10000l-0 9999.9l0 10000.1l0 10000l-0 10000l0 9999.9l0 10000.1l0 10000l-10000 .1l-10000 -0l-668.5 -0z"
id="path2182" />
<path
d="M300000 -5400000l-0 -10000l-0 -10000.1l-0 -9999.9l0 -10000l-0 -10000l-0 -10000.1l0 -9999.9l-0 -10000l-0 -10000l0 -10000l10000 -0l10000 .1l10000.1 -.1l10000 0l10000 -0l10000 .1l10000 0l10000 -0l10000 0l10000 -0l.1 10000.1l-0 10000l0 9999.9l-0 10000l0 10000.1l-0 10000l.1 9999.9l-.1 10000l0 10000.1l0 10000l-10000 0l-10000 -0l-10000.1 -.1l-10000 0l-10000 -0l-9999.9 -0l-10000 .1l-10000 -.1l-10000 0l-9999.9 -.1z"
id="path2183" />
<path
d="M400000 -5400000l-0 -10000l-0 -10000.1l.1 -10000l-.1 -9999.9l0 -10000l-0 -10000.1l0 -10000l-0 -9999.9l0 -10000l-.1 -10000.1l10000 0l10000 -.1l10000 .1l10000 -.1l10000 .1l10000 -0l10000 0l10000 0l10000 -0l10000 -0l0 10000l0 10000l0 9999.9l0 10000l0 10000l0 10000l0 10000l0 10000.1l0 10000l0 10000l-10000 -0l-10000 0l-10000.1 .1l-10000 -0l-10000 -.1l-9999.9 .1l-10000 -.1l-10000 .1l-10000 0l-9999.9 -0z"
id="path2184" />
<path
d="M500000 -5400000l0 -10000l0 -10000l0 -10000.1l0 -10000l0 -10000l0 -10000l0 -10000l0 -9999.9l0 -10000l0 -10000l10000 0l10000 0l10000 -0l10000 -0l10000 0l10000 -.1l10000 .1l10000.1 -.1l9999.9 .1l10000 -0l-.1 10000.1l0 10000l-0 9999.9l0 10000l-0 10000.1l-0 10000l0 9999.9l.1 10000l-0 10000.1l-0 10000l-9999.9 0l-10000 -0l-10000 -.1l-10000 .1l-9999.9 -.1l-10000 .1l-10000 0l-10000 -.1l-10000 -0l-10000 0z"
id="path2185" />
<path
d="M600000 -5400000l0 -10000l0 -10000.1l-.1 -10000l-0 -9999.9l0 -10000l0 -10000.1l-0 -10000l0 -9999.9l-0 -10000l.1 -10000.1l10000 0l10000 -0l10000 0l10000 -0l10000 -.1l10000 0l10000 -0l10000.1 .1l10000 -.1l10000 0l-.1 10000l.1 10000l-0 10000l0 9999.9l-0 10000.1l-0 10000l0 10000l-0 9999.9l-0 10000.1l0 10000l-10000 .1l-10000 -0l-10000 .1l-10000 -.1l-10000 0l-10000 0l-10000 -0l-10000 0l-10000 0l-10000 -0z"
id="path2186" />
<path
d="M716703.3 -5500000l302.5 7580.9l402.7 10104.8l402.1 10104.5l401.6 10104.4l401 10104.3l400.5 10104.2l399.9 10104.1l399.4 10103.9l398.8 10103.8l398.2 10103.7l58.3 1481.4l-668.4 0l-10000 0l-9999.9 -.1l-0 -10000l0 -10000.1l0 -9999.9l-0 -10000l0 -10000l0 -10000.1l-0 -9999.9l0 -10000l-.1 -10000l.1 -10000l10000 -.1l6703.4 .1z"
id="path2187" />
<path
d="M283296.7 -5500000l100.7 -2523.8l403.8 -10104.9l404.3 -10105l404.9 -10105.1l405.4 -10105.2l406 -10105.3l406.5 -10105.5l407.1 -10105.6l407.6 -10105.7l408.1 -10105.8l264 -6528.2l2685 0l10000 -0l-0 10000l-0 10000.1l-0 9999.9l0 10000l-.1 10000.1l0 10000l-0 10000l-0 10000l-0 9999.9l0 10000.1l-10000 -.1l-6703.4 .1z"
id="path2188" />
<path
d="M300000 -5500000l-0 -10000.1l0 -9999.9l0 -10000l0 -10000l-0 -10000l.1 -10000.1l-0 -10000l0 -9999.9l0 -10000.1l0 -10000l10000 0l10000 0l10000 -.1l10000 0l10000 0l10000 -0l10000 0l10000 0l10000 -.1l10000 -0l-0 10000.1l0 10000l0 9999.9l-0 10000l.1 10000.1l-0 10000l-.1 10000.1l.1 10000l-.1 9999.9l-0 10000l-10000 0l-10000 -0l-10000 0l-10000 -0l-10000 -.1l-10000 0l-10000 -0l-10000.1 .1l-10000 -.1l-10000 0z"
id="path2189" />
<path
d="M400000 -5500000l0 -10000l.1 -9999.9l-.1 -10000l.1 -10000.1l0 -10000l-.1 -10000.1l0 -10000l-0 -9999.9l-0 -10000l0 -10000.1l10000 .1l10000 -0l10000 -0l10000 -0l10000 -0l10000 -0l10000 -0l10000 .1l10000 -0l10000 .1l0 9999.9l0 10000l0 10000.1l0 10000l0 10000l0 9999.9l0 10000l0 10000.1l0 10000l0 10000l-10000 0l-10000 0l-10000 -0l-10000 -0l-10000 0l-10000 -.1l-10000 .1l-10000 -.1l-10000 .1l-10000 -0z"
id="path2190" />
<path
d="M500000 -5500000l0 -10000l0 -10000l0 -10000.1l0 -10000l0 -9999.9l0 -10000l0 -10000l0 -10000.1l0 -10000l0 -9999.9l10000 -.1l10000 0l10000 -.1l10000 0l10000 0l10000 0l9999.9 0l10000.1 0l10000 0l10000 -.1l0 10000.1l-0 10000l-0 9999.9l0 10000l-.1 10000.1l0 10000l-0 10000.1l.1 10000l-0 9999.9l0 10000l-10000 0l-9999.9 -.1l-10000.1 .1l-10000 -.1l-10000 .1l-10000 -0l-10000 0l-10000 0l-10000 -0l-10000 -0z"
id="path2191" />
<path
d="M600000 -5500000l-0 -10000l0 -9999.9l-.1 -10000l0 -10000.1l-0 -10000l.1 -10000.1l-0 -10000l0 -9999.9l0 -10000l-0 -10000.1l10000 0l10000 .1l10000 -0l10000 -0l10000 0l10000 -0l10000 -0l10000 .1l10000 -0l10000 -0l0 10000l0 10000.1l0 9999.9l-0 10000l.1 10000.1l-0 10000l0 10000l0 10000l-0 9999.9l0 10000.1l-10000 -0l-10000 .1l-10000.1 -.1l-10000 0l-10000 -0l-10000 .1l-10000 0l-10000 -0l-10000 0l-10000 -0z"
id="path2192" />
<path
d="M712685 -5600000l264 6528.2l408.1 10105.8l407.6 10105.7l407.1 10105.6l406.5 10105.5l406 10105.3l405.4 10105.2l404.9 10105.1l404.3 10105l403.8 10104.9l100.7 2523.8l-6703.4 -.1l-10000 .1l-0 -10000.1l0 -9999.9l-0 -10000l-0 -10000l0 -10000l-.1 -10000.1l0 -10000l-0 -9999.9l-0 -10000.1l-0 -10000l10000 0l2685 -0z"
id="path2193" />
<path
d="M287315 -5600000l144.7 -3577.9l409.2 -10106l409.8 -10106.1l410.3 -10106.3l410.8 -10106.4l411.4 -10106.5l411.9 -10106.6l412.4 -10106.7l413 -10106.8l413.5 -10106.9l223.8 -5463.7l8614.3 -.1l-0 10000l.1 10000l-0 10000l-.1 10000l0 10000l-0 10000l-0 10000l0 10000l0 10000l-0 9999.9l-10000 0l-2685 -0z"
id="path2194" />
<path
d="M300000 -5600000l0 -9999.9l-0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l.1 -10000l0 -10000l-.1 -10000l0 -10000l10000 0l10000 0l10000.1 0l9999.9 -.1l10000 0l10000 0l10000 -0l10000 .1l10000 -.1l10000 .1l0 9999.9l0 10000l-0 10000.1l0 10000l-0 9999.9l-0 10000l0 10000.1l-0 10000l0 9999.9l-.1 10000l-10000 0l-10000 .1l-10000 -0l-10000 -0l-10000 0l-10000 -0l-10000 -0l-10000 .1l-10000 -0l-10000 -0z"
id="path2195" />
<path
d="M400000 -5600000l.1 -10000l-0 -9999.9l0 -10000l-0 -10000.1l0 -10000l0 -9999.9l-0 -10000l0 -10000.1l-0 -10000l-0 -9999.9l10000 -.1l10000 -0l10000 .1l10000 -0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 0l0 9999.9l0 10000.1l0 9999.9l0 10000l0 10000l0 10000l0 10000l0 9999.9l0 10000l0 10000.1l-10000 -.1l-10000 0l-10000 -.1l-10000 0l-10000 0l-10000 0l-10000 0l-10000 0l-10000 0l-10000 -.1z"
id="path2196" />
<path
d="M500000 -5600000l0 -10000.1l0 -10000l0 -9999.9l0 -10000l0 -10000l0 -10000l0 -10000l0 -9999.9l0 -10000.1l0 -9999.9l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 -0l10000 0l10000 -.1l10000 0l10000 .1l-0 9999.9l-0 10000l0 10000.1l-0 10000l0 9999.9l0 10000l0 10000.1l-0 10000l-0 9999.9l.1 10000l-10000 .1l-10000 -0l-10000.1 -0l-9999.9 -0l-10000 -0l-10000 -0l-10000 -0l-10000 .1l-10000 -0l-10000 .1z"
id="path2197" />
<path
d="M600000 -5600000l-.1 -10000l0 -9999.9l0 -10000l-0 -10000.1l-0 -10000l-0 -9999.9l0 -10000l-0 -10000.1l0 -10000l0 -9999.9l10000 -.1l10000.1 .1l9999.9 -.1l10000 0l10000 -0l10000 -0l10000 .1l10000.1 -0l10000 -0l10000 -0l0 10000l0 10000l-0 10000l-0 10000l0 10000l0 10000l0 10000l-0 10000l.1 10000l-0 10000l-10000 0l-10000 0l-10000 -.1l-10000 0l-10000 0l-10000 -0l-10000 0l-10000 0l-10000 -.1l-10000 -0z"
id="path2198" />
<path
d="M708614.3 -5700000l223.8 5463.7l413.5 10106.9l413 10106.8l412.4 10106.7l411.9 10106.6l411.4 10106.5l410.8 10106.4l410.3 10106.3l409.8 10106.1l409.2 10106l144.7 3577.9l-2685 0l-10000 -0l0 -10000l-.1 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l-0 -10000l8614.3 .1z"
id="path2199" />
<path
d="M291385.7 -5700000l190.2 -4643.4l414.5 -10107.3l415.1 -10107.3l415.6 -10107.4l416.1 -10107.5l416.6 -10107.6l417.2 -10107.8l417.7 -10107.9l418.2 -10108l418.7 -10108.1l182 -4387.8l4492.3 -.1l0 10000l0 10000l-0 10000l-0 10000l-0 10000l0 10000l0 10000l-0 10000l0 10000l-0 10000l-8614.3 .1z"
id="path2200" />
<path
d="M300000 -5700000l0 -10000l-0 -10000l0 -10000l-0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000l-0 -10000l-0 -10000l10000 0l10000 -0l10000 -0l10000 0l10000 0l9999.9 -.1l10000.1 .1l10000 -.1l10000 0l10000 0l0 9999.9l-0 10000l0 10000l-0 10000l.1 9999.9l-0 10000.1l-0 9999.9l-0 10000l0 10000.1l-0 10000l-10000 -.1l-10000 .1l-10000 -.1l-10000 0l-10000 -0l-10000 -0l-9999.9 .1l-10000.1 -0l-10000 -0l-10000 -0z"
id="path2201" />
<path
d="M400000 -5700000l0 -10000l-0 -10000.1l0 -10000l0 -9999.9l0 -10000.1l-.1 -9999.9l0 -10000l-0 -10000l0 -10000l-0 -9999.9l10000 0l10000 -0l10000 -0l10000 0l10000 -.1l10000 .1l10000 -.1l10000 -0l10000 .1l10000 0l0 10000l0 10000l0 9999.9l0 10000.1l0 10000l0 10000l0 10000l0 9999.9l0 10000l0 10000.1l-10000 -0l-10000 0l-10000 0l-10000 -0l-10000 0l-10000 -0l-10000 0l-10000 -.1l-10000 0l-10000 .1z"
id="path2202" />
<path
d="M500000 -5700000l0 -10000.1l0 -10000l0 -9999.9l0 -10000l0 -10000l0 -10000l0 -10000.1l0 -9999.9l0 -10000l0 -10000l10000 -0l10000 -.1l10000 0l10000 .1l10000 -.1l10000 .1l10000 -0l10000 0l10000 0l10000 -0l-0 9999.9l0 10000l-0 10000l-0 10000l0 9999.9l0 10000.1l0 9999.9l0 10000l0 10000.1l-0 10000l-10000 -.1l-10000 -0l-10000 .1l-10000 -0l-10000 0l-10000 -0l-10000 0l-10000 -0l-10000 -0l-10000 0z"
id="path2203" />
<path
d="M600000 -5700000l0 -10000l-0 -10000.1l-0 -10000l-0 -9999.9l-0 -10000.1l-0 -9999.9l0 -10000l0 -10000l-0 -10000l0 -9999.9l10000 -0l10000 -0l10000 .1l10000 -.1l10000.1 .1l10000 -0l10000 -0l10000 0l10000 0l10000 -0l-0 10000l-0 10000l0 10000l0 10000l0 10000l-0 10000l-0 10000l0 10000l-0 10000l0 10000l-10000 0l-10000 0l-10000.1 0l-10000 -.1l-10000 0l-10000 0l-10000 -0l-9999.9 .1l-10000.1 -.1l-10000 .1z"
id="path2204" />
<path
d="M704492.3 -5800000l182 4387.8l418.7 10108.1l418.2 10108l417.7 10107.9l417.2 10107.8l416.6 10107.6l416.1 10107.5l415.6 10107.4l415.1 10107.3l414.5 10107.3l190.2 4643.4l-8614.3 -.1l-0 -10000l0 -10000l-0 -10000l0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000l0 -10000l0 -10000l4492.3 .1z"
id="path2205" />
<path
d="M295507.7 -5800000l237.3 -5720.4l419.8 -10108.3l420.3 -10108.5l420.8 -10108.5l421.3 -10108.7l421.8 -10108.8l422.3 -10108.9l422.9 -10109l423.4 -10109.1l423.9 -10109.2l138.6 -3300.5l320 -.1l-0 10000l.1 10000l-0 10000l-0 10000l0 9999.9l-0 10000.1l-0 10000l-0 10000l0 10000l-0 10000l-4492.3 .1z"
id="path2206" />
<path
d="M300000 -5800000l0 -10000l-0 -10000l0 -10000l0 -10000l0 -10000.1l-0 -9999.9l0 -10000l0 -10000l-.1 -10000l0 -10000l10000 -0l10000 0l10000 -0l9999.9 0l10000 0l10000 0l10000 -.1l10000 0l10000 -.1l10000 0l0 10000l-0 10000l-0 9999.9l-0 10000.1l0 9999.9l-0 10000l0 10000l-0 10000l-0 10000l0 10000l-10000 -0l-10000 -0l-10000 .1l-10000.1 -.1l-9999.9 .1l-10000 -0l-10000 -0l-10000 0l-10000 0l-10000 -0z"
id="path2207" />
<path
d="M400000 -5800000l-0 -10000l0 -10000l0 -10000l-0 -10000l0 -10000l-0 -9999.9l0 -10000.1l0 -9999.9l0 -10000l-0 -10000l10000 0l10000 -0l10000 -0l10000.1 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 0l0 10000l0 10000l0 10000l0 10000l0 10000l0 10000l0 10000l0 10000l0 10000l0 10000.1l-10000 -0l-10000 -.1l-10000 0l-10000 .1l-10000 -.1l-10000 .1l-10000 -0l-10000 0l-10000 0l-10000 -0z"
id="path2208" />
<path
d="M500000 -5800000l0 -10000.1l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l0 -10000l10000 -0l9999.9 0l10000 0l10000 -0l10000 0l10000 -0l10000 -0l10000 0l10000 0l10000 -0l-0 10000l0 10000l0 9999.9l0 10000.1l-0 9999.9l0 10000l-0 10000l0 10000l0 10000l-0 10000l-10000 0l-10000 -0l-10000 -0l-10000 0l-10000 -.1l-10000 .1l-10000 -.1l-10000 -0l-10000 .1l-10000 0z"
id="path2209" />
<path
d="M600000 -5800000l0 -10000l-0 -10000l-0 -10000l0 -10000l-0 -10000l0 -9999.9l-0 -10000.1l-0 -9999.9l-0 -10000l0 -10000l10000 -0l10000 .1l10000 -.1l10000 .1l10000 -0l10000 -0l10000 -0l10000 0l10000 -0l10000 0l0 10000l0 10000l-.1 10000l0 10000l-0 9999.9l0 10000.1l0 10000l0 10000l-0 10000l0 10000l-10000 0l-10000 -0l-10000 -0l-10000 0l-10000 0l-10000.1 -.1l-10000 .1l-10000 -.1l-10000 0l-10000 0z"
id="path2210" />
<path
d="M700320 -5900000l138.6 3300.5l423.9 10109.2l423.4 10109.1l422.9 10109l422.3 10108.9l421.8 10108.8l421.3 10108.7l420.8 10108.5l420.3 10108.5l419.8 10108.3l237.3 5720.4l-4492.3 -.1l-0 -10000l0 -10000l-0 -10000l-0 -10000l-0 -10000.1l0 -9999.9l-0 -10000l.1 -10000l-0 -10000l-0 -10000l320 .1z"
id="path2211" />
<path
d="M299680 -5900000l285.8 -6808.9l34.2 -813l0 7621.8l-320 .1z"
id="path2212" />
<path
d="M300000 -5907621.8l390.7 -9296.4l425.4 -10109.6l425.9 -10109.8l426.4 -10109.8l426.9 -10109.9l427.4 -10110l427.9 -10110.1l428.4 -10110.2l428.9 -10110.4l93.5 -2201.9l6098.5 -0l9999.9 -0l10000 -0l10000 0l10000 0l10000 -0l10000 -0l10000 .1l10000 0l10000 -0l-0 9999.9l0 10000.1l0 9999.9l-0 10000.1l0 9999.9l-0 10000l0 10000l-0 10000l0 10000l-0 10000l-10000 -0l-10000 .1l-10000 -0l-10000 .1l-10000 -0l-10000 -0l-9999.9 -0l-10000 0l-10000 -0l-10000 0l-0 -7621.8z"
id="path2213" />
<path
d="M400000 -5900000l0 -10000l-0 -10000l0 -10000l-0 -10000l0 -10000l-0 -9999.9l0 -10000.1l-0 -9999.9l-0 -10000.1l0 -9999.9l10000 -.1l10000 0l10000 -0l10000 0l10000 .1l10000 -0l10000 0l10000 -0l10000 -0l10000 0l0 10000l0 9999.9l0 10000.1l0 9999.9l0 10000.1l0 10000l0 10000l0 10000l0 9999.9l0 10000l-10000 -0l-10000 0l-10000 0l-10000 -0l-10000 0l-10000 -0l-10000.1 -0l-10000 0l-10000 0l-10000 -0z"
id="path2214" />
<path
d="M500000 -5900000l0 -10000l0 -9999.9l0 -10000l0 -10000l0 -10000l0 -10000.1l0 -9999.9l0 -10000.1l0 -9999.9l0 -10000l10000 -0l10000 0l10000 0l10000 -0l10000 0l10000 -.1l10000 -0l10000 0l10000 -0l10000 .1l0 9999.9l-0 10000.1l-0 9999.9l0 10000.1l-0 9999.9l0 10000l.1 10000l-0 10000l0 10000l-0 10000l-10000 0l-10000 -0l-10000 -0l-10000 0l-10000 0l-10000 -0l-10000 0l-10000 -0l-9999.9 -0l-10000 0z"
id="path2215" />
<path
d="M696098.4 -6000000l93.5 2201.9l428.9 10110.4l428.4 10110.2l427.9 10110.1l427.4 10110l426.9 10109.9l426.4 10109.8l425.9 10109.8l425.4 10109.6l390.7 9296.4l-0 7621.8l-10000 -0l-10000 0l-10000 -0l-10000 0l-10000 0l-10000 0l-10000 -.1l-10000 .1l-10000 -.1l-10000 0l0 -10000l-0 -10000l0 -10000l-.1 -10000l-0 -10000l0 -9999.9l-0 -10000.1l0 -9999.9l0 -10000.1l-0 -9999.9l10000 0l10000 -0l10000 -.1l10000 0l10000 0l10000 -0l10000 -0l10000 0l10000 0l6098.5 0z"
id="path2216" />
<path
d="M700000 -5907621.8l34.2 813l285.8 6808.9l-320 -.1l0 -7621.8z"
id="path2217" />
<path
d="M720668.5 -5400000l-58.3 -1481.4l-398.2 -10103.7l-398.8 -10103.8l-399.4 -10103.9l-399.9 -10104.1l-400.5 -10104.2l-401 -10104.3l-401.6 -10104.4l-402.1 -10104.5l-402.7 -10104.8l-302.4 -7580.9l6682.3 -534.4l9969.4 -797.2l796.8 9970l795.8 9970.1l794.7 9970.3l793.6 9970.3l792.6 9970.6l791.5 9970.6l790.4 9970.8l789.3 9970.9l788.3 9971.1l787.2 9971.2l-9970.6 786.7l-9969.7 786.4l-666.4 52.6z"
id="path2218" />
<path
d="M741275.2 -5401625.6l-787.2 -9971.2l-788.3 -9971.1l-789.3 -9970.9l-790.4 -9970.8l-791.5 -9970.6l-792.6 -9970.6l-793.6 -9970.3l-794.7 -9970.3l-795.8 -9970.1l-796.8 -9970l9970.5 -797.4l9971.6 -797.5l9972.6 -797.7l9973.6 -797.8l9974.7 -797.9l9975.8 -798l9976.8 -798.2l9977.8 -798.4l9979 -798.5l9979.9 -798.7l798.2 9980.6l797.2 9980.7l796.1 9980.8l795 9981l794 9981.2l792.9 9981.3l791.8 9981.4l790.8 9981.6l789.7 9981.8l788.6 9981.9l-9981.5 788l-9980.4 787.8l-9979.3 787.7l-9978.2 787.6l-9977.2 787.4l-9976 787.2l-9975.1 787.2l-9973.9 786.9l-9972.9 786.9l-9971.8 786.7z"
id="path2219" />
<path
d="M841041.6 -5409499.1l-788.6 -9981.9l-789.7 -9981.8l-790.8 -9981.6l-791.8 -9981.4l-792.9 -9981.3l-794 -9981.2l-795 -9981l-796.1 -9980.8l-797.2 -9980.7l-798.2 -9980.6l9981.1 -798.8l9982.1 -799l9983.1 -799l9984.2 -799.3l9985.3 -799.4l9986.3 -799.6l9987.3 -799.7l9988.4 -799.9l9989.5 -800.1l9990.5 -800.3l799.8 9991.2l798.7 9991.3l797.7 9991.4l796.6 9991.6l795.6 9991.8l794.5 9992l793.4 9992.1l792.4 9992.4l791.3 9992.5l790.2 9992.6l-9992.2 789.6l-9991.1 789.4l-9990 789.3l-9989 789.1l-9987.9 788.9l-9986.9 788.9l-9985.7 788.5l-9984.7 788.5l-9983.6 788.3l-9982.6 788.1z"
id="path2220" />
<path
d="M940915.3 -5417387.8l-790.2 -9992.6l-791.3 -9992.5l-792.4 -9992.4l-793.4 -9992.1l-794.5 -9992l-795.6 -9991.8l-796.6 -9991.6l-797.7 -9991.4l-798.7 -9991.3l-799.8 -9991.2l9991.6 -800.4l9992.6 -800.5l9993.7 -800.8l9994.7 -800.9l9995.8 -801.1l9996.8 -801.4l9997.9 -801.4l9998.9 -801.8l10000 -801.8l10001.1 -802.1l801.6 10001.7l800.5 10001.9l799.5 10002l798.5 10002.2l797.4 10002.5l796.3 10002.6l795.2 10002.8l794.2 10003l793.1 10003.2l792 10003.4l-10003 791.4l-10001.8 791.2l-10000.8 791l-9999.7 790.9l-9998.7 790.6l-9997.6 790.6l-9996.5 790.3l-9995.4 790.1l-9994.3 789.9l-9993.3 789.8z"
id="path2221" />
<path
d="M1040896.4 -5425293.6l-792 -10003.4l-793.1 -10003.2l-794.2 -10003l-795.2 -10002.8l-796.3 -10002.6l-797.4 -10002.5l-798.5 -10002.2l-799.5 -10002l-800.5 -10001.9l-801.6 -10001.7l10002.1 -802.2l10003.2 -802.4l10004.2 -802.6l10005.2 -802.8l10006.3 -803.1l10007.3 -803.2l10008.4 -803.4l10009.5 -803.5l10010.6 -803.9l10011.6 -804l803.6 10012.2l802.5 10012.4l801.5 10012.6l800.5 10012.8l799.4 10013.1l798.3 10013.2l797.3 10013.5l796.2 10013.6l795.1 10014l794.1 10014.1l-10013.7 793.5l-10012.6 793.2l-10011.5 793l-10010.5 792.7l-10009.3 792.6l-10008.3 792.4l-10007.2 792.2l-10006.2 792l-10005.1 791.8l-10004 791.6z"
id="path2222" />
<path
d="M716703.5 -5500000l-100.8 -2523.8l-403.8 -10104.9l-404.3 -10105l-404.9 -10105.1l-405.4 -10105.2l-406 -10105.3l-406.5 -10105.5l-407.1 -10105.6l-407.6 -10105.7l-408.1 -10105.8l-263.9 -6528.2l2676.2 -216.8l9968.2 -807.8l807.3 9968.7l806.2 9968.9l805.2 9968.9l804.1 9969.1l803.1 9969.3l802.1 9969.3l801 9969.5l799.9 9969.6l798.9 9969.7l797.8 9969.9l-9969.4 797.2l-6682.3 534.4z"
id="path2223" />
<path
d="M733355.1 -5501331.6l-797.8 -9969.9l-798.9 -9969.7l-799.9 -9969.6l-801 -9969.5l-802.1 -9969.3l-803.1 -9969.3l-804.1 -9969.1l-805.2 -9968.9l-806.2 -9968.9l-807.3 -9968.7l9969.2 -807.8l9970.2 -808l9971.2 -808.2l9972.3 -808.2l9973.3 -808.3l9974.3 -808.5l9975.4 -808.6l9976.4 -808.8l9977.4 -809l9978.5 -809.1l808.6 9979.1l807.7 9979.2l806.6 9979.3l805.5 9979.5l804.5 9979.7l803.4 9979.8l802.4 9980l801.3 9980.1l800.3 9980.2l799.2 9980.4l-9979.9 798.7l-9979 798.5l-9977.8 798.4l-9976.8 798.2l-9975.8 798l-9974.7 797.9l-9973.6 797.8l-9972.6 797.7l-9971.6 797.5l-9970.5 797.4z"
id="path2224" />
<path
d="M833107.3 -5509311.7l-799.2 -9980.4l-800.3 -9980.2l-801.3 -9980.1l-802.4 -9980l-803.4 -9979.8l-804.5 -9979.7l-805.5 -9979.5l-806.6 -9979.3l-807.7 -9979.2l-808.6 -9979.1l9979.5 -809.2l9980.5 -809.4l9981.6 -809.6l9982.6 -809.7l9983.7 -809.9l9984.7 -810l9985.7 -810.2l9986.7 -810.3l9987.9 -810.6l9988.8 -810.6l810.2 9989.4l809.2 9989.6l808.2 9989.8l807.1 9990l806.1 9990.1l805 9990.2l804 9990.4l803 9990.7l801.9 9990.8l800.9 9990.9l-9990.5 800.3l-9989.5 800.1l-9988.4 799.9l-9987.3 799.7l-9986.3 799.6l-9985.3 799.4l-9984.2 799.3l-9983.1 799l-9982.1 799l-9981.1 798.8z"
id="path2225" />
<path
d="M932965.1 -5517306.7l-800.9 -9990.9l-801.9 -9990.8l-803 -9990.7l-804 -9990.4l-805 -9990.2l-806.1 -9990.1l-807.1 -9990l-808.2 -9989.8l-809.2 -9989.6l-810.2 -9989.4l9989.8 -810.9l9991 -811l9991.9 -811.3l9992.9 -811.3l9994 -811.5l9995 -811.7l9996.1 -811.9l9997.1 -812.1l9998.1 -812.3l9999.2 -812.5l812 9999.8l811 10000l810 10000.1l809 10000.3l807.8 10000.6l806.9 10000.7l805.8 10001l804.8 10001.1l803.7 10001.2l802.7 10001.5l-10001.1 802.1l-10000 801.8l-9998.9 801.8l-9997.9 801.4l-9996.8 801.4l-9995.8 801.1l-9994.7 800.9l-9993.7 800.8l-9992.6 800.5l-9991.6 800.4z"
id="path2226" />
<path
d="M1032928.1 -5525318.9l-802.7 -10001.5l-803.7 -10001.2l-804.8 -10001.1l-805.8 -10001l-806.9 -10000.7l-807.8 -10000.6l-809 -10000.3l-810 -10000.1l-811 -10000l-812 -9999.8l10000.2 -812.6l10001.2 -812.8l10002.3 -813.1l10003.3 -813.2l10004.3 -813.4l10005.3 -813.7l10006.4 -813.8l10007.4 -814l10008.5 -814.2l10009.5 -814.5l814 10010.1l813 10010.4l812 10010.4l811 10010.8l809.9 10011l808.8 10011.1l807.8 10011.3l806.8 10011.6l805.7 10011.7l804.7 10012l-10011.6 804l-10010.6 803.9l-10009.5 803.5l-10008.4 803.4l-10007.3 803.2l-10006.3 803.1l-10005.2 802.8l-10004.2 802.6l-10003.2 802.4l-10002.1 802.2z"
id="path2227" />
<path
d="M712685.1 -5600000l-144.8 -3577.9l-409.2 -10106l-409.8 -10106.1l-410.3 -10106.3l-410.8 -10106.4l-411.4 -10106.5l-411.9 -10106.6l-412.4 -10106.7l-413 -10106.8l-413.5 -10106.9l-223.7 -5463.7l8585.8 -704.7l817.5 9967.4l816.5 9967.6l815.5 9967.7l814.5 9967.9l813.4 9967.9l812.4 9968l811.4 9968.2l810.4 9968.3l809.3 9968.5l808.3 9968.5l-9968.2 807.8l-2676.2 216.8z"
id="path2228" />
<path
d="M725329.5 -5601024.6l-808.3 -9968.5l-809.3 -9968.5l-810.4 -9968.3l-811.4 -9968.2l-812.4 -9968l-813.4 -9967.9l-814.5 -9967.9l-815.5 -9967.7l-816.5 -9967.6l-817.5 -9967.4l9967.9 -818.1l9968.8 -818.2l9969.9 -818.3l9971 -818.6l9971.9 -818.6l9972.9 -818.8l9974 -818.9l9975 -819l9976 -819.3l9977 -819.2l818.9 9977.5l817.9 9977.7l816.9 9977.9l815.8 9978l814.9 9978.1l813.8 9978.3l812.8 9978.5l811.7 9978.6l810.7 9978.7l809.7 9978.9l-9978.5 809.1l-9977.4 809l-9976.4 808.8l-9975.4 808.6l-9974.3 808.5l-9973.3 808.3l-9972.3 808.2l-9971.2 808.2l-9970.2 808l-9969.2 807.8z"
id="path2229" />
<path
d="M825067.7 -5609109.2l-809.7 -9978.9l-810.7 -9978.7l-811.7 -9978.6l-812.8 -9978.5l-813.8 -9978.3l-814.9 -9978.1l-815.8 -9978l-816.9 -9977.9l-817.9 -9977.7l-818.9 -9977.5l9978 -819.6l9979 -819.6l9980.1 -819.7l9981.1 -820l9982.1 -820.1l9983.1 -820.3l9984.1 -820.4l9985.2 -820.6l9986.1 -820.7l9987.2 -820.9l820.5 9987.7l819.5 9988l818.4 9988l817.4 9988.3l816.4 9988.4l815.4 9988.6l814.4 9988.7l813.3 9988.9l812.3 9989.1l811.3 9989.3l-9988.8 810.6l-9987.9 810.6l-9986.7 810.3l-9985.7 810.2l-9984.7 810l-9983.7 809.9l-9982.6 809.7l-9981.6 809.6l-9980.5 809.4l-9979.5 809.2z"
id="path2230" />
<path
d="M924909.5 -5617208.6l-811.3 -9989.3l-812.3 -9989.1l-813.3 -9988.9l-814.4 -9988.7l-815.4 -9988.6l-816.4 -9988.4l-817.4 -9988.3l-818.4 -9988l-819.5 -9988l-820.5 -9987.7l9988.2 -821.1l9989.1 -821.2l9990.2 -821.4l9991.2 -821.6l9992.2 -821.7l9993.2 -822l9994.2 -822.1l9995.3 -822.4l9996.2 -822.5l9997.3 -822.6l822.3 9997.8l821.2 9998.1l820.2 9998.3l819.3 9998.4l818.2 9998.6l817.2 9998.8l816.1 9999.1l815.2 9999.2l814.1 9999.3l813.1 9999.6l-9999.2 812.5l-9998.1 812.3l-9997.1 812.1l-9996.1 811.9l-9995 811.7l-9994 811.5l-9992.9 811.3l-9991.9 811.3l-9991 811l-9989.8 810.9z"
id="path2231" />
<path
d="M708614.4 -5700000l-190.3 -4643.4l-414.5 -10107.3l-415.1 -10107.3l-415.6 -10107.4l-416.1 -10107.5l-416.6 -10107.6l-417.2 -10107.8l-417.7 -10107.9l-418.2 -10108l-418.7 -10108.1l-181.9 -4387.8l4476.9 -372.1l827.6 9966.2l826.6 9966.3l825.6 9966.4l824.6 9966.5l823.6 9966.7l822.6 9966.8l821.6 9966.9l820.6 9967.1l819.6 9967.1l818.5 9967.3l-8585.8 704.7z"
id="path2232" />
<path
d="M717200.2 -5700704.7l-818.5 -9967.3l-819.6 -9967.1l-820.6 -9967.1l-821.6 -9966.9l-822.6 -9966.8l-823.6 -9966.7l-824.6 -9966.5l-825.6 -9966.4l-826.6 -9966.3l-827.6 -9966.2l9966.6 -828.1l9967.6 -828.3l9968.6 -828.4l9969.6 -828.5l9970.5 -828.6l9971.6 -828.9l9972.6 -828.9l9973.5 -829.1l9974.5 -829.2l9975.6 -829.3l829 9976.1l827.9 9976.3l827 9976.5l825.9 9976.6l825 9976.6l824 9977l822.9 9976.9l821.9 9977.1l821 9977.3l819.9 9977.4l-9977 819.2l-9976 819.3l-9975 819l-9974 818.9l-9972.9 818.8l-9971.9 818.6l-9971 818.6l-9969.9 818.3l-9968.8 818.2l-9967.9 818.1z"
id="path2233" />
<path
d="M816924.7 -5708891.7l-819.9 -9977.4l-821 -9977.3l-821.9 -9977.1l-822.9 -9976.9l-824 -9977l-825 -9976.6l-825.9 -9976.6l-827 -9976.5l-827.9 -9976.3l-829 -9976.1l9976.5 -829.5l9977.5 -829.7l9978.5 -829.9l9979.5 -829.9l9980.5 -830.2l9981.5 -830.2l9982.5 -830.5l9983.5 -830.6l9984.5 -830.7l9985.5 -830.9l830.5 9986.1l829.5 9986.2l828.5 9986.3l827.5 9986.7l826.5 9986.7l825.5 9986.9l824.5 9987l823.5 9987.2l822.5 9987.4l821.5 9987.6l-9987.2 820.9l-9986.1 820.7l-9985.2 820.6l-9984.1 820.4l-9983.1 820.3l-9982.1 820.1l-9981.1 820l-9980.1 819.7l-9979 819.6l-9978 819.6z"
id="path2234" />
<path
d="M916750.5 -5717093.6l-821.5 -9987.6l-822.5 -9987.4l-823.5 -9987.2l-824.5 -9987l-825.5 -9986.9l-826.5 -9986.7l-827.5 -9986.7l-828.5 -9986.3l-829.5 -9986.2l-830.5 -9986.1l9986.5 -831.1l9987.5 -831.3l9988.5 -831.4l9989.4 -831.5l9990.4 -831.9l9991.4 -831.9l9992.4 -832.2l9993.4 -832.3l9994.4 -832.5l9995.4 -832.7l832.3 9995.9l831.3 9996.2l830.3 9996.4l829.3 9996.5l828.3 9996.7l827.3 9997l826.3 9997.1l825.3 9997.3l824.3 9997.5l823.3 9997.7l-9997.3 822.6l-9996.2 822.5l-9995.3 822.4l-9994.2 822.1l-9993.2 822l-9992.2 821.7l-9991.2 821.6l-9990.2 821.4l-9989.1 821.2l-9988.2 821.1z"
id="path2235" />
<path
d="M704492.4 -5800000l-237.4 -5720.4l-419.8 -10108.3l-420.3 -10108.5l-420.8 -10108.5l-421.3 -10108.7l-421.8 -10108.8l-422.3 -10108.9l-422.9 -10109l-423.4 -10109.1l-423.9 -10109.2l-138.4 -3300.5l318.9 -26.9l837.5 9964.9l836.5 9965l835.5 9965.2l834.5 9965.3l833.6 9965.4l832.5 9965.6l831.6 9965.6l830.6 9965.8l829.6 9965.9l828.6 9966.1l-4476.9 372.1z"
id="path2236" />
<path
d="M708969.4 -5800372l-828.6 -9966.1l-829.6 -9965.9l-830.6 -9965.8l-831.6 -9965.6l-832.5 -9965.6l-833.6 -9965.4l-834.5 -9965.3l-835.5 -9965.2l-836.5 -9965l-837.5 -9964.9l9965.3 -838l9966.3 -838.1l9967.3 -838.3l9968.2 -838.4l9969.3 -838.5l9970.2 -838.6l9971.2 -838.9l9972.2 -838.9l9973.1 -839.1l9974.1 -839.2l838.8 9974.7l837.8 9974.8l836.8 9974.9l835.9 9975.2l834.9 9975.2l833.9 9975.4l833 9975.6l831.9 9975.7l830.9 9975.9l830 9976l-9975.6 829.3l-9974.5 829.2l-9973.5 829.1l-9972.6 828.9l-9971.6 828.9l-9970.5 828.6l-9969.6 828.5l-9968.6 828.4l-9967.6 828.3l-9966.6 828.1z"
id="path2237" />
<path
d="M808680.2 -5808659.5l-830 -9976l-830.9 -9975.9l-831.9 -9975.7l-833 -9975.6l-833.9 -9975.4l-834.9 -9975.2l-835.9 -9975.2l-836.8 -9974.9l-837.8 -9974.8l-838.8 -9974.7l9975.1 -839.3l9976.1 -839.5l9977 -839.7l9978.1 -839.8l9979 -839.9l9980 -840.1l9980.9 -840.2l9981.9 -840.4l9982.9 -840.6l9983.9 -840.7l840.3 9984.4l839.4 9984.6l838.4 9984.7l837.4 9984.9l836.4 9985.1l835.5 9985.2l834.5 9985.4l833.5 9985.6l832.5 9985.7l831.5 9985.9l-9985.5 830.9l-9984.5 830.7l-9983.5 830.6l-9982.5 830.5l-9981.5 830.2l-9980.5 830.2l-9979.5 829.9l-9978.5 829.9l-9977.5 829.7l-9976.5 829.5z"
id="path2238" />
<path
d="M908490.3 -5816961.7l-831.5 -9985.9l-832.5 -9985.7l-833.5 -9985.6l-834.5 -9985.4l-835.5 -9985.2l-836.4 -9985.1l-837.4 -9984.9l-838.4 -9984.7l-839.4 -9984.6l-840.3 -9984.4l9984.8 -840.9l9985.8 -841l9986.7 -841.2l9987.7 -841.5l9988.7 -841.6l9989.6 -841.8l9990.7 -842l9991.6 -842.1l9992.6 -842.3l9993.6 -842.5l842.1 9994.2l841.1 9994.3l840.2 9994.4l839.2 9994.8l838.2 9994.8l837.2 9995l836.2 9995.3l835.3 9995.4l834.3 9995.7l833.3 9995.8l-9995.4 832.7l-9994.4 832.5l-9993.4 832.3l-9992.4 832.2l-9991.4 831.9l-9990.4 831.9l-9989.4 831.5l-9988.5 831.4l-9987.5 831.3l-9986.5 831.1z"
id="path2239" />
<path
d="M700320.1 -5900000l-286 -6808.8l-34.2 -813l639 7595l-318.9 26.9z"
id="path2240" />
<path
d="M700000 -5907621.8l-390.7 -9296.4l-425.4 -10109.6l-425.9 -10109.8l-426.4 -10109.8l-426.9 -10109.9l-427.4 -10110l-427.9 -10110.1l-428.4 -10110.2l-428.9 -10110.4l-93.5 -2201.9l6076.7 -517l9965.1 -847.8l9966 -847.9l9967 -848l9967.9 -848.2l9968.9 -848.3l9969.8 -848.4l9970.8 -848.5l9971.7 -848.7l9972.7 -848.8l848.5 9973.2l847.4 9973.5l846.5 9973.4l845.6 9973.8l844.6 9973.7l843.7 9973.9l842.6 9974.1l841.7 9974.2l840.8 9974.4l839.7 9974.5l-9974.1 839.2l-9973.1 839.1l-9972.2 838.9l-9971.2 838.9l-9970.2 838.6l-9969.3 838.5l-9968.2 838.4l-9967.3 838.3l-9966.3 838.1l-9965.3 838l-639 -7595z"
id="path2241" />
<path
d="M800336.3 -5908412.8l-839.7 -9974.5l-840.8 -9974.4l-841.7 -9974.2l-842.6 -9974.1l-843.7 -9973.9l-844.6 -9973.7l-845.6 -9973.8l-846.5 -9973.4l-847.4 -9973.5l-848.5 -9973.2l9973.6 -849l9974.6 -849.1l9975.5 -849.3l9976.5 -849.4l9977.5 -849.5l9978.4 -849.7l9979.3 -849.8l9980.3 -850.1l9981.2 -850.2l9982.2 -850.3l850 9982.8l849 9982.8l848.1 9983.2l847.1 9983.2l846.1 9983.5l845.2 9983.5l844.2 9983.8l843.3 9983.9l842.3 9984l841.3 9984.3l-9983.9 840.7l-9982.9 840.6l-9981.9 840.4l-9980.9 840.2l-9980 840.1l-9979 839.9l-9978.1 839.8l-9977 839.7l-9976.1 839.5l-9975.1 839.3z"
id="path2242" />
<path
d="M900130.9 -5916813.2l-841.3 -9984.3l-842.3 -9984l-843.3 -9983.9l-844.2 -9983.8l-845.2 -9983.5l-846.1 -9983.5l-847.1 -9983.2l-848.1 -9983.2l-849 -9982.8l-850 -9982.8l9983.1 -850.6l9984.1 -850.7l9985.1 -850.8l9986 -851.1l9987 -851.2l9987.9 -851.4l9988.8 -851.5l9989.8 -851.7l9990.8 -851.9l9991.7 -852l851.7 9992.2l850.8 9992.5l849.8 9992.6l848.9 9992.9l847.9 9992.9l846.9 9993.2l846 9993.4l845 9993.5l844 9993.8l843.1 9993.9l-9993.6 842.5l-9992.6 842.3l-9991.6 842.1l-9990.7 842l-9989.6 841.8l-9988.7 841.6l-9987.7 841.5l-9986.7 841.2l-9985.8 841l-9984.8 840.9z"
id="path2243"/>
</g>
</g>
</svg>
/branches/refact/services/presentations/images/cartes/frac.svg
New file
0,0 → 1,309
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.0"
x="0"
y="0"
width="744.094482"
height="1052.36218"
viewBox="-130372.3 -5686867.2 1200851.3 1118189.4"
id="svg602">
<defs
id="defs701" />
<g
style="font-size:12;fill:none;stroke:#000000;stroke-width:600.4;stroke-linecap:round;stroke-linejoin:round;"
id="fra">
<path
d="M 505115.8 -5440680 L 505491.8 -5441181 L 506226.1 -5441310 L 506660.4 -5441953 L 506726.2 -5443411 L 507554.9 -5442682 L 508149.1 -5442763 L 508402.6 -5443031 L 508157.1 -5443302 L 507689.1 -5443859 L 509145.1 -5443744 L 509124.8 -5444127 L 510256.9 -5445118 L 509897.8 -5445601 L 509132.8 -5445648 L 508159.8 -5446242 L 508235.8 -5448822 L 507352.1 -5449548 L 506201.8 -5446843 L 506754.5 -5445085 L 505985.6 -5445711 L 505820.2 -5446056 L 506115.6 -5448310 L 505857.9 -5449027 L 505188.5 -5449365 L 504493.8 -5449040 L 504264.3 -5449315 L 504344.2 -5450297 L 503686.7 -5450578 L 503051.2 -5450848 L 502425.4 -5450484 L 502133.8 -5451196 L 501093.6 -5451654 L 500336.3 -5451511 L 499998.9 -5451322 L 499786.3 -5450999 L 499919.3 -5449477 L 500334.2 -5448405 L 501737 -5448753 L 502053.7 -5448051 L 502438.7 -5448020 L 502488.1 -5447695 L 502642.7 -5446420 L 501855.8 -5446510 L 501463.9 -5446570 L 501046.9 -5447618 L 499277.3 -5448949 L 498779.2 -5448391 L 498523.6 -5448114 L 498169.9 -5448274 L 497827.2 -5448454 L 497656.8 -5448790 L 497664 -5450946 L 497279.7 -5451819 L 496884.6 -5452799 L 497294.8 -5453388 L 499616.7 -5453765 L 500010.8 -5453804 L 500814.4 -5453065 L 500560.1 -5452388 L 501564.4 -5451985 L 502736.3 -5452887 L 502320.7 -5454659 L 502320.6 -5454709 L 502291.4 -5455099 L 501846.3 -5456575 L 502143.7 -5457270 L 501908.7 -5457791 L 501905.4 -5458167 L 502464.4 -5458668 L 502421.8 -5459389 L 502099.2 -5459579 L 501304.8 -5458892 L 500936.9 -5458935 L 501235.3 -5459635 L 500568.9 -5459972 L 499480.2 -5459652 L 499098 -5460586 L 497729.2 -5461247 L 497977.7 -5461465 L 498349.8 -5462002 L 497526.9 -5463063 L 497312.4 -5463334 L 499789.1 -5465122 L 500045.7 -5465420 L 500559.2 -5465164 L 500838.1 -5465093 L 502445.4 -5464179 L 502554.7 -5463819 L 503409.2 -5465048 L 504906.6 -5466216 L 505203.7 -5466282 L 505506.4 -5467126 L 505814.6 -5469223 L 506778.6 -5469691 L 506524 -5471882 L 506873 -5471853 L 506900.4 -5474068 L 506851.1 -5474438 L 506834.5 -5474637 L 506811.9 -5474838 L 506789 -5475886 L 507214.1 -5476443 L 507955.9 -5476356 L 508759.4 -5475608 L 511584.1 -5476460 L 511918.4 -5476627 L 511683.8 -5476819 L 511995.8 -5477301 L 511756.4 -5477599 L 511199.4 -5478107 L 510877.6 -5478227 L 509352.1 -5478978 L 509003.3 -5479059 L 507709.5 -5479663 L 507649.9 -5480360 L 508886.3 -5481061 L 508740.2 -5482492 L 508393.5 -5482663 L 507721.4 -5483601 L 507377.7 -5483765 L 506933.6 -5485183 L 508827.4 -5485606 L 509221.6 -5486685 L 509079 -5487843 L 509481.3 -5488018 L 509500.1 -5489890 L 509106.4 -5490540 L 509156 -5491300 L 510025.6 -5491628 L 509958.2 -5491933 L 509743.8 -5492242 L 508955.2 -5493897 L 508836.5 -5494537 L 508591.1 -5494811 L 507352.8 -5496066 L 507153.3 -5496318 L 506744.4 -5496816 L 506961.6 -5496919 L 507875.8 -5497522 L 508132.3 -5497794 L 507967 -5498116 L 508126.4 -5498780 L 507640.5 -5499748 L 506955 -5499938 L 507167.3 -5500597 L 507760.7 -5500826 L 507812.1 -5501499 L 508139.3 -5501615 L 508920.2 -5501112 L 509169.1 -5502042 L 509018.9 -5502398 L 508389.9 -5503327 L 509086.4 -5505039 L 508562.6 -5506076 L 508688.6 -5506066 L 508203.3 -5508260 L 507267.7 -5509342 L 507173.5 -5509695 L 506987.8 -5510770 L 506837 -5511791 L 507255 -5512756 L 506870.1 -5512779 L 505334.4 -5512807 L 504724.5 -5513259 L 504872.2 -5513581 L 504437.2 -5514472 L 505883.1 -5515489 L 506211.3 -5515625 L 506090.1 -5515974 L 506227.3 -5517041 L 505807.7 -5517643 L 505953.9 -5518237 L 506147.4 -5518505 L 505974.8 -5518681 L 505719.3 -5518901 L 504399.3 -5518776 L 504312.9 -5519506 L 504159.3 -5520160 L 505040.2 -5520674 L 505333.6 -5520866 L 505618.7 -5520953 L 505915.1 -5521143 L 506107.2 -5521684 L 506011 -5522032 L 505754.9 -5523815 L 505140 -5524703 L 505358.6 -5524990 L 505982.1 -5525269 L 506151.4 -5524965 L 506023.2 -5523943 L 506356.9 -5523846 L 508609.5 -5525775 L 508608.9 -5526058 L 508517 -5526580 L 508859.1 -5527598 L 508681 -5528910 L 508501.7 -5529215 L 508936.6 -5529666 L 509107.2 -5530411 L 509958.6 -5531650 L 511572.7 -5532842 L 511899.9 -5532952 L 512018.5 -5533251 L 511663.8 -5533349 L 511701.6 -5533710 L 511809.7 -5534711 L 512295.7 -5535228 L 513895.5 -5536291 L 514614.2 -5537175 L 514313.2 -5537122 L 513882.2 -5537551 L 513534.1 -5537439 L 512819 -5537298 L 511910.4 -5537855 L 511238.6 -5537867 L 511489.1 -5538109 L 512366.7 -5539896 L 512460.2 -5540119 L 514672 -5540777 L 516520.4 -5542149 L 516852.9 -5541951 L 517577.3 -5542231 L 517632.2 -5542201 L 517767.5 -5541876 L 518421.8 -5541627 L 518632.2 -5542292 L 518972.9 -5542207 L 519232.7 -5542150 L 519487.5 -5542078 L 520006.5 -5541190 L 519690.3 -5541057 L 520556.9 -5540491 L 521624.2 -5540763 L 521940.3 -5540862 L 522256.4 -5540963 L 523574.2 -5540579 L 524250.4 -5540753 L 524715.3 -5541741 L 525292 -5542127 L 525186.7 -5542474 L 525393.3 -5542794 L 526906 -5542876 L 527836.5 -5542286 L 528217.4 -5542297 L 528646.1 -5542682 L 529861 -5541817 L 530544.9 -5541878 L 530800.3 -5541602 L 530752.7 -5541303 L 534849.2 -5541050 L 535223 -5540980 L 536302.3 -5542274 L 536431.9 -5542588 L 536509.4 -5542827 L 538065.8 -5543213 L 538909.5 -5544673 L 539590.7 -5544878 L 539960.6 -5544895 L 540775.2 -5544796 L 541336.2 -5544387 L 541598.7 -5544149 L 542674.8 -5543802 L 543650.3 -5542649 L 543724.5 -5542275 L 543875.9 -5541967 L 544113.4 -5541717 L 544639.1 -5542140 L 544896.5 -5542358 L 545256.7 -5542501 L 546191.6 -5543061 L 547239.5 -5542590 L 547543.8 -5543264 L 547216.1 -5543405 L 547255.9 -5544335 L 547792.2 -5545041 L 548090.2 -5545087 L 550640 -5546281 L 550982.1 -5546379 L 551325.6 -5546691 L 551761.4 -5546123 L 553303.4 -5545245 L 553528.8 -5544966 L 555338 -5544701 L 555645.5 -5544487 L 555841.8 -5544144 L 556962.1 -5544412 L 558217.3 -5543573 L 558564.9 -5543400 L 559733.3 -5544273 L 560078.5 -5544389 L 560878.9 -5543590 L 562362.1 -5543281 L 563338.9 -5542708 L 563414.2 -5542337 L 563057 -5542208 L 563662 -5541729 L 563722.9 -5540580 L 563719.2 -5540193 L 566034.8 -5541766 L 566253.3 -5542063 L 567693.9 -5542458 L 568073.8 -5542450 L 568186.2 -5542155 L 570494.5 -5544117 L 571016.9 -5543798 L 571147.3 -5543448 L 571440.3 -5542368 L 570387.4 -5539591 L 570446.4 -5538482 L 570786.6 -5538617 L 572233.6 -5538685 L 572651.8 -5537673 L 573380.8 -5537689 L 573803.2 -5537347 L 574072 -5537249 L 575048.7 -5537681 L 577220.7 -5537173 L 577578.5 -5537061 L 577914.7 -5536032 L 579016 -5536233 L 579384.8 -5536155 L 581634 -5536847 L 581956.7 -5536991 L 582182 -5537298 L 582348.8 -5536875 L 582795.2 -5536611 L 583929.3 -5536960 L 584439.9 -5536843 L 584606.6 -5536420 L 585257.1 -5536382 L 585779.2 -5536050 L 585693.2 -5534965 L 585999.8 -5534621 L 586634.8 -5534872 L 587568.7 -5534922 L 588355 -5535036 L 588774 -5535225 L 588613.5 -5534765 L 588541.1 -5534556 L 588367.2 -5533411 L 587771.5 -5532443 L 587570.6 -5530128 L 587893.5 -5529487 L 588722.3 -5529354 L 588967.3 -5528765 L 589645.1 -5528607 L 590318.5 -5528809 L 590266.8 -5528428 L 589976.8 -5524276 L 589943.2 -5523927 L 589908.6 -5523577 L 589699.1 -5523273 L 588823.9 -5522634 L 588585.5 -5521237 L 588113.6 -5520761 L 587522.7 -5517889 L 587866.5 -5517770 L 588426.3 -5516467 L 588277.7 -5516134 L 587211 -5515209 L 586954.5 -5514936 L 587371.6 -5514343 L 587539.1 -5514007 L 588274.5 -5514215 L 589550.3 -5513405 L 589914.5 -5512330 L 588749.7 -5511344 L 588451.3 -5509918 L 588563.7 -5509568 L 588410 -5509143 L 588053.7 -5508990 L 586956.9 -5508613 L 586752.4 -5508365 L 585972.3 -5507812 L 586054.7 -5507469 L 585488.5 -5506203 L 585556.1 -5505943 L 585170.9 -5505846 L 584087.9 -5505367 L 583748.7 -5505268 L 583098.1 -5504991 L 582793.8 -5504833 L 582801.6 -5503566 L 581340.4 -5503583 L 581330.7 -5503195 L 581263.1 -5500516 L 580724.2 -5499499 L 580623.6 -5498579 L 580243.4 -5498504 L 579204.5 -5498104 L 577423.5 -5498832 L 575912 -5498698 L 575689.5 -5499015 L 575315.4 -5499021 L 575061.9 -5497612 L 574179.7 -5497005 L 574563.7 -5496366 L 575740.3 -5494887 L 576688.7 -5494424 L 576970.3 -5494181 L 576685 -5493491 L 576867.5 -5492007 L 577893 -5491591 L 576677.6 -5489770 L 576011.9 -5489439 L 576126.7 -5488716 L 577261.6 -5488516 L 577853.9 -5488060 L 577836.6 -5486159 L 577771 -5485795 L 576761.2 -5486078 L 576477.7 -5484693 L 575373.4 -5484628 L 575345.7 -5484271 L 575382.9 -5483199 L 575398.4 -5482880 L 575452.8 -5481925 L 575448.2 -5481560 L 575450.5 -5481186 L 575512.2 -5480446 L 577288.9 -5477662 L 576943 -5477799 L 576610.7 -5477684 L 575912.4 -5477612 L 575224.8 -5476815 L 575360.3 -5476523 L 575654.3 -5475322 L 576100.4 -5473597 L 576020.8 -5473221 L 575468 -5472275 L 575258.4 -5470820 L 575305.7 -5470438 L 575172.7 -5468127 L 574151.4 -5468145 L 573519.8 -5467927 L 573454.4 -5468277 L 573180.5 -5468935 L 571599.3 -5470193 L 571226.3 -5470224 L 569760.5 -5469995 L 569514 -5470286 L 567805.1 -5472311 L 567689.6 -5472611 L 567075.7 -5473336 L 566824.2 -5473071 L 566037 -5471940 L 564980.2 -5471652 L 564639.9 -5471511 L 563450.1 -5470657 L 562383.4 -5470371 L 562184.9 -5470115 L 562364.8 -5469494 L 562122.7 -5468904 L 561944.3 -5468686 L 561502.8 -5468479 L 561606.2 -5468125 L 562134.4 -5467617 L 562198.2 -5466912 L 561801 -5466300 L 560448.7 -5466875 L 560127.9 -5467053 L 559786.8 -5467615 L 559404.7 -5467614 L 558282.8 -5467804 L 557565.3 -5467581 L 557288.8 -5467336 L 556595.3 -5467123 L 556427.9 -5467450 L 556138.5 -5467266 L 555001.9 -5466524 L 554176.8 -5466577 L 553785.6 -5466510 L 553800 -5466189 L 553860.9 -5465550 L 553440.1 -5465169 L 553092.9 -5465097 L 551707.4 -5464987 L 551322.2 -5464903 L 550309 -5464368 L 549892.5 -5464166 L 548573.8 -5463924 L 548380.2 -5463585 L 547011.8 -5462932 L 546819.2 -5462614 L 546653.2 -5461516 L 546348.8 -5461304 L 546499.2 -5460984 L 547636.9 -5460174 L 547862.1 -5459697 L 547335.3 -5458787 L 547989.9 -5457923 L 548320.7 -5457774 L 547981.4 -5457653 L 547607.2 -5457036 L 548716 -5454588 L 549065 -5454520 L 549211.4 -5454187 L 548419.4 -5452627 L 547361.8 -5452446 L 547608.4 -5452189 L 547611.2 -5451488 L 548176.5 -5451055 L 549208.4 -5450873 L 549598.8 -5449931 L 550725.7 -5450817 L 550955.7 -5450244 L 551253.6 -5450158 L 551203.9 -5449782 L 550741.7 -5449182 L 551403.6 -5447898 L 552817.9 -5447324 L 553894.9 -5447737 L 554662.9 -5447640 L 554509.8 -5445870 L 554499.2 -5445507 L 554190.8 -5445332 L 553835.7 -5445319 L 553492.3 -5445120 L 552198.3 -5444209 L 551847 -5444111 L 551200.2 -5443773 L 550809.2 -5444381 L 550632.6 -5444650 L 549771 -5445014 L 549437.6 -5444846 L 547654.3 -5444362 L 545440.2 -5444628 L 545196.8 -5444450 L 545104.3 -5444201 L 545105 -5443479 L 544544 -5443026 L 544433.1 -5441970 L 543675.6 -5441206 L 543790 -5440867 L 544657.9 -5440682 L 545150.4 -5439733 L 545332.9 -5439418 L 546053.5 -5437379 L 546554.7 -5436853 L 546522 -5436469 L 546053.8 -5435860 L 544247.2 -5435784 L 544001.6 -5435480 L 543755.2 -5434747 L 543037.5 -5434470 L 542816.3 -5434383 L 542801.6 -5434002 L 542646.2 -5432105 L 542755.6 -5431769 L 544805.8 -5431532 L 544883.4 -5431852 L 547381.1 -5432429 L 547999.6 -5432027 L 548376.6 -5431981 L 549426.8 -5429624 L 548786 -5428725 L 548518.5 -5428462 L 548172.1 -5428311 L 546665.6 -5428264 L 546522.9 -5427912 L 545545 -5425864 L 545328.8 -5424034 L 544997.5 -5423934 L 543990.2 -5423958 L 543154.9 -5423372 L 543348.5 -5423082 L 543879.6 -5421872 L 543304 -5421641 L 542936.7 -5421535 L 541920.5 -5421004 L 541929.8 -5420621 L 541785.5 -5418736 L 541367.4 -5418164 L 539954.2 -5418323 L 538574.2 -5417993 L 538015.8 -5417261 L 537141.7 -5415647 L 536719.8 -5413463 L 536065.1 -5413193 L 535741.8 -5413044 L 535131.3 -5412893 L 535369.2 -5412203 L 535537.7 -5411878 L 535457.2 -5411582 L 535422.7 -5411277 L 535053.5 -5411240 L 534323.1 -5411119 L 533723.6 -5409772 L 533524 -5410059 L 532503.1 -5410293 L 532532.7 -5410613 L 533001.8 -5411749 L 532725.2 -5412017 L 531599.1 -5412154 L 530856.3 -5412989 L 529790.2 -5412553 L 529083.5 -5412851 L 529239 -5413108 L 529590.5 -5413905 L 529207.4 -5413919 L 528279.1 -5413351 L 527935.3 -5413519 L 527871.9 -5415012 L 526939.6 -5416142 L 527361.3 -5417597 L 526754 -5419771 L 526339.1 -5418742 L 524031.2 -5417441 L 523061.1 -5418646 L 522772.5 -5418908 L 522751.2 -5419303 L 522706.3 -5420486 L 522155.8 -5421967 L 521879.3 -5421731 L 520620.7 -5421004 L 519573.9 -5420700 L 519257.2 -5420877 L 518865.3 -5421554 L 518967.7 -5421769 L 519090.1 -5421973 L 518808.5 -5422231 L 518547.5 -5423347 L 518503.1 -5423716 L 517846.3 -5424984 L 516765.2 -5425056 L 516663.8 -5425382 L 516614.6 -5426352 L 516297.3 -5426230 L 516183.9 -5426577 L 515160.4 -5426944 L 515133 -5427269 L 514403.7 -5428275 L 512397.7 -5429016 L 511770.1 -5429842 L 511800.4 -5430543 L 512759.6 -5431118 L 513093.3 -5432550 L 513787.9 -5432823 L 513791.6 -5433185 L 513073.7 -5433868 L 513136 -5434538 L 513015.7 -5434907 L 512124.9 -5436173 L 511452.5 -5436562 L 511930.6 -5438701 L 511565.5 -5438660 L 510506.9 -5438933 L 509985.8 -5439446 L 508928.8 -5439537 L 508745.2 -5439742 L 508282.7 -5439497 L 505692.6 -5440163 L 505114.5 -5440679 L 505115.8 -5440680 z M 499175.1 -5451027 L 499285.2 -5451056 L 499331.5 -5451186 L 499487.6 -5451214 L 499546.4 -5451099 L 499577.7 -5451239 L 499665 -5451398 L 499734 -5451392 L 499866.3 -5451551 L 499727.6 -5451708 L 499755.1 -5451948 L 499765.1 -5451962 L 500090.1 -5451934 L 500076.3 -5452029 L 499919.9 -5452360 L 499725.1 -5452462 L 499434.8 -5452344 L 499339.9 -5452420 L 499047.6 -5452298 L 499120 -5452007 L 498773.7 -5451860 L 498612.4 -5451717 L 498606.3 -5451652 L 498801.3 -5451646 L 498890.1 -5451520 L 498827.7 -5451295 L 498946.5 -5451204 L 499002.6 -5451234 L 499056.6 -5451218 L 498970.3 -5451054 L 499050.4 -5451103 L 499175.3 -5451027 L 499175.1 -5451027 z "
id="path604" />
<path
d="M 465916 -5110241 L 465456.9 -5113727 L 465104.9 -5113754 L 464122 -5113941 L 463099.3 -5114907 L 462916.4 -5115227 L 463090.6 -5115934 L 462591.9 -5116889 L 462112.1 -5120864 L 462198.1 -5120964 L 461828.1 -5120974 L 461099.4 -5121806 L 460095.5 -5122147 L 460022.6 -5122519 L 459251.2 -5124239 L 459395.4 -5124970 L 459453.5 -5125351 L 458682.8 -5126190 L 456597.1 -5127163 L 456243.1 -5127016 L 455609 -5126695 L 455277.8 -5126007 L 454921.8 -5126096 L 454490.3 -5127500 L 454887.7 -5128853 L 454522.8 -5128990 L 452406.6 -5131248 L 452246.6 -5131294 L 452067.5 -5130979 L 451038.9 -5129163 L 450699.8 -5128994 L 450073.3 -5130351 L 448253.4 -5130564 L 446749.7 -5131626 L 446527.9 -5132330 L 445797 -5132491 L 446243.2 -5133077 L 446388.5 -5134067 L 447447.9 -5135081 L 448514.9 -5135069 L 448466 -5135436 L 448393.1 -5135801 L 448086.3 -5136480 L 446629.2 -5136229 L 445748.4 -5136879 L 444673.5 -5137047 L 444511.6 -5137382 L 444498.7 -5137750 L 444045.5 -5139868 L 444325.6 -5140106 L 444132.7 -5140443 L 444260 -5141171 L 444066.3 -5141929 L 444571.4 -5144607 L 446191.6 -5147270 L 446772.4 -5146748 L 447069.3 -5146494 L 447408.3 -5146537 L 448139.8 -5147637 L 448051.9 -5147966 L 447700.2 -5148627 L 448428.8 -5149935 L 450698.8 -5151883 L 451052.9 -5152014 L 452264 -5151991 L 454541.2 -5152203 L 455859.6 -5152859 L 457152.4 -5152222 L 459533.1 -5153337 L 459852.2 -5153548 L 460893.2 -5153371 L 461170.7 -5152370 L 461901.8 -5152511 L 462713.2 -5153226 L 463411.2 -5152987 L 463657.9 -5152308 L 463960.8 -5152085 L 464250 -5152330 L 465127.4 -5153047 L 466536.8 -5153597 L 467032.2 -5154163 L 469855.4 -5155939 L 469278.9 -5156905 L 469489.5 -5157978 L 468711.8 -5160482 L 467586.6 -5160361 L 467161.4 -5161770 L 466453.5 -5162036 L 466801.6 -5162154 L 468010.2 -5162871 L 467802.4 -5163184 L 467705.8 -5163918 L 468609.6 -5165065 L 468369.2 -5166161 L 468056.3 -5166330 L 466376.4 -5166824 L 466652.9 -5167577 L 469381.9 -5168681 L 469445.4 -5167941 L 470732.2 -5167269 L 471324.1 -5168619 L 471347.3 -5168997 L 470571.7 -5169785 L 470718.4 -5170900 L 471081.5 -5171009 L 472598.6 -5170854 L 473222.3 -5171785 L 474606.9 -5172329 L 474878.1 -5172587 L 474757.5 -5173279 L 475712.4 -5174426 L 476824.7 -5174537 L 476990.7 -5176026 L 476961 -5176405 L 478936 -5177397 L 479231.9 -5177200 L 479932.8 -5175458 L 480794.4 -5174718 L 481052 -5174024 L 482035.5 -5174423 L 482292.4 -5174165 L 482904.8 -5174555 L 483722.8 -5175786 L 485950.4 -5175990 L 486326.5 -5175981 L 487369.1 -5175089 L 487717.1 -5175012 L 487575.1 -5176413 L 487638.4 -5176761 L 489988.3 -5178791 L 490377.2 -5179833 L 491441.8 -5180293 L 491795 -5180460 L 492708.7 -5181091 L 492555.9 -5181438 L 492864.4 -5182073 L 494632.2 -5182652 L 494920.1 -5182407 L 495263.2 -5182385 L 495883.3 -5182352 L 496450.4 -5183596 L 497974.7 -5183547 L 499248.5 -5182831 L 500739.1 -5183152 L 501611.7 -5182436 L 501953.9 -5182608 L 502273.4 -5180504 L 502371.2 -5180156 L 503287.1 -5178480 L 505582.2 -5176513 L 505878.1 -5176270 L 507181.1 -5175887 L 507497.1 -5175763 L 509360.1 -5175138 L 510452.1 -5173503 L 510732 -5173223 L 510904.9 -5173002 L 512295.8 -5171091 L 514740.5 -5169827 L 515127.5 -5169745 L 516845.9 -5171002 L 517400.7 -5171823 L 519351.1 -5172974 L 520019 -5173896 L 520773.2 -5173944 L 521122.2 -5173795 L 521152.2 -5173815 L 522273.6 -5173902 L 522770.6 -5172457 L 523811.7 -5170862 L 525326.9 -5170517 L 526448.3 -5170672 L 526782.6 -5170877 L 527508 -5171132 L 528940.4 -5173704 L 529303.6 -5173833 L 531181.9 -5173425 L 532679.5 -5173559 L 532344.5 -5172453 L 532519 -5171716 L 533585.1 -5171347 L 534120.9 -5170804 L 533716.8 -5168261 L 533412.5 -5168023 L 534230.1 -5167197 L 534355.8 -5166822 L 535768.5 -5167063 L 536453.6 -5166862 L 536722.9 -5167101 L 536731.5 -5167851 L 539288.5 -5170611 L 539973 -5170946 L 540349.1 -5170874 L 541000.6 -5169984 L 541579.1 -5170315 L 541872.4 -5170562 L 542296 -5171164 L 541448.1 -5172886 L 541363.3 -5174374 L 541346.6 -5174757 L 542600.5 -5174067 L 543277.9 -5174248 L 543581.5 -5174832 L 543862.1 -5174175 L 545019.3 -5175109 L 543647 -5177759 L 544741.7 -5179272 L 545034 -5179518 L 545458 -5178092 L 547334.8 -5178126 L 547567.6 -5177816 L 547528.3 -5177446 L 547068.6 -5176861 L 548218.5 -5175016 L 548229 -5173161 L 549263.1 -5172809 L 549542 -5171349 L 549607.7 -5170982 L 550874.7 -5170345 L 550776.8 -5169255 L 552444.7 -5168328 L 552911.4 -5167740 L 552993.1 -5167366 L 553014.8 -5167036 L 553308.5 -5166563 L 553403.3 -5166293 L 554033.5 -5164982 L 554302.4 -5164724 L 554848.9 -5163819 L 554110.5 -5162473 L 554586.3 -5161892 L 555733.6 -5161719 L 556001.3 -5159889 L 556094 -5159511 L 556194.6 -5158927 L 556210.4 -5158631 L 556363.4 -5157232 L 556269.1 -5156887 L 555758.4 -5156230 L 555642.8 -5155495 L 556353.4 -5154592 L 557424.5 -5154226 L 558531.2 -5154549 L 559126.8 -5153701 L 559340.6 -5153382 L 560397 -5153281 L 561401.8 -5152409 L 561732 -5152546 L 563657.7 -5153793 L 564377.4 -5152958 L 563910.7 -5152335 L 564293.4 -5151744 L 564353.4 -5151728 L 565065.9 -5152001 L 565735 -5151715 L 565492.5 -5149812 L 565871.2 -5149161 L 567622.4 -5148373 L 568341.7 -5148348 L 568449 -5148722 L 568760.7 -5149428 L 569410.3 -5149853 L 569794.5 -5149926 L 571155.7 -5149372 L 572637.5 -5149486 L 572983.5 -5149344 L 572562.3 -5148034 L 573198.5 -5147924 L 573549.7 -5147966 L 574254.2 -5148150 L 576320.7 -5146228 L 576369.4 -5145868 L 576068.7 -5145178 L 576492.9 -5143846 L 575462.1 -5143433 L 575940.6 -5142501 L 575935.3 -5142124 L 575661 -5141896 L 575082.4 -5141509 L 575126.2 -5141156 L 575294 -5140848 L 575395.6 -5140179 L 574607.5 -5139081 L 574872.9 -5138028 L 574954.7 -5137675 L 575717.9 -5136048 L 575490.6 -5134224 L 575424.3 -5133860 L 575445.1 -5133500 L 575319.6 -5131408 L 575990.8 -5131303 L 576830.2 -5131287 L 575334.8 -5130166 L 574259.6 -5130509 L 572406.7 -5130295 L 572439.7 -5128805 L 572442.6 -5128590 L 571202.6 -5127746 L 568922.5 -5127377 L 568211.6 -5126446 L 568755.2 -5125459 L 567788.7 -5125212 L 567433.6 -5125308 L 566898.2 -5125062 L 566411.4 -5124070 L 564997.8 -5123878 L 564623.6 -5123842 L 561693.3 -5123317 L 561335.9 -5121215 L 561033.9 -5121367 L 559445.6 -5121698 L 559067.4 -5121628 L 558758.2 -5121399 L 559085.5 -5119932 L 559993.4 -5119193 L 560664.8 -5117784 L 560295.1 -5116708 L 560394.5 -5115538 L 561467.7 -5113458 L 561959.5 -5112848 L 561696.3 -5112650 L 560568.7 -5112108 L 560450.5 -5111752 L 561338.5 -5109323 L 560759.2 -5107182 L 561483.3 -5106960 L 562701.7 -5105072 L 562931.6 -5104768 L 562574.2 -5104133 L 562706.9 -5103410 L 561759.3 -5100625 L 561912.2 -5100262 L 562590.8 -5096862 L 563287.4 -5095483 L 563499.1 -5094777 L 563865.2 -5094720 L 563840.2 -5094695 L 563569 -5094429 L 563193.5 -5093434 L 562152 -5093034 L 561799.8 -5092877 L 559995.8 -5091690 L 558307.8 -5092548 L 557935.7 -5092447 L 557592.2 -5091357 L 556931.9 -5090979 L 554410.7 -5091779 L 553814.2 -5090839 L 554032.8 -5089710 L 553238.3 -5088882 L 553233.6 -5086972 L 553018.7 -5087247 L 552343.9 -5088027 L 552197 -5088362 L 551980.5 -5089735 L 551094.6 -5090304 L 550724.5 -5090285 L 548962.3 -5090758 L 548411 -5090268 L 548272.1 -5090612 L 547917.9 -5092778 L 546948.3 -5094300 L 546911.4 -5094671 L 545767.9 -5096537 L 544980 -5097246 L 544646.9 -5097088 L 544167.6 -5096534 L 542372.3 -5096580 L 542253.1 -5096231 L 541919.1 -5096293 L 541628 -5096089 L 541113.2 -5096896 L 539749.9 -5096777 L 539732.6 -5096118 L 537120.2 -5096086 L 536077.9 -5095679 L 535730.8 -5095529 L 535380.7 -5095390 L 535620.6 -5097579 L 535284 -5098642 L 535592.1 -5098852 L 535951.2 -5098952 L 535077.5 -5100085 L 535079.8 -5100816 L 534820.9 -5101073 L 534531.1 -5101560 L 533851.8 -5101166 L 533090.7 -5101220 L 532100 -5102376 L 531908.1 -5102717 L 530593.6 -5101868 L 529065.3 -5101609 L 528005.7 -5100482 L 525468 -5099530 L 525142.9 -5099312 L 525109 -5099664 L 525196.3 -5100361 L 523973.4 -5100974 L 523767.5 -5101248 L 523082.4 -5101198 L 522840.6 -5101706 L 522495.5 -5101546 L 521446.4 -5101720 L 520783.2 -5101380 L 519298.2 -5101690 L 519037.1 -5101529 L 518150.9 -5101314 L 517807.9 -5101401 L 517280 -5101801 L 517438.1 -5102119 L 517108.1 -5102202 L 516614.9 -5101856 L 516044.1 -5102692 L 513334.8 -5102516 L 513327.5 -5101752 L 512959.5 -5101682 L 509345.4 -5102284 L 508879.5 -5102830 L 508608.6 -5103068 L 508434.6 -5103265 L 508201.6 -5103386 L 507881.6 -5103385 L 507257.6 -5103477 L 507057.7 -5103809 L 507181.1 -5104955 L 506500.7 -5106741 L 503353.1 -5105507 L 502486.3 -5106262 L 502181.2 -5106039 L 501482.1 -5105754 L 501136 -5105616 L 500568.1 -5106014 L 500157.4 -5107039 L 499022.7 -5108002 L 497930.7 -5108147 L 497283.6 -5107832 L 497047.7 -5108069 L 496716.9 -5108650 L 496502 -5108958 L 495773.5 -5113342 L 495480.4 -5113103 L 492963.5 -5113652 L 492781.6 -5113908 L 492583.7 -5114153 L 493223.9 -5114570 L 493291.2 -5115354 L 492693.7 -5116805 L 492979.1 -5117944 L 493600.3 -5118423 L 494284.4 -5118599 L 494563.5 -5118846 L 494776.6 -5119163 L 494249.9 -5120113 L 495307.4 -5121155 L 494943.4 -5121198 L 493761.6 -5122009 L 492205.4 -5121935 L 490712.5 -5122423 L 489148.3 -5122196 L 488667.5 -5122808 L 488323.4 -5122652 L 485535.7 -5121166 L 485528.6 -5120798 L 485418.3 -5120091 L 485848.8 -5118740 L 485514.7 -5118570 L 485382.2 -5117082 L 484846.8 -5116105 L 484475.8 -5116128 L 483025.9 -5116377 L 482807 -5116688 L 481710.3 -5117722 L 480952.3 -5117641 L 479921.6 -5118739 L 478857.7 -5119133 L 478677.6 -5118799 L 478050.3 -5117861 L 478653.7 -5116121 L 478071.4 -5115212 L 478108.2 -5114482 L 477827.2 -5114309 L 476534.2 -5114427 L 476264.1 -5114150 L 475170 -5113842 L 474525.9 -5113439 L 474381.5 -5111935 L 473895.3 -5111352 L 473536.9 -5109932 L 473364.8 -5109633 L 472777.5 -5108246 L 472192.4 -5107747 L 471448.4 -5107597 L 470408.5 -5107980 L 470077.6 -5108183 L 468727.8 -5108885 L 468459.8 -5108715 L 467913.7 -5108431 L 467633.8 -5108705 L 465916.2 -5110242 L 465916 -5110241 z "
id="path605" />
<path
d="M 640581.8 -5018086 L 641260 -5017356 L 641313.9 -5017027 L 641373.5 -5015346 L 641369.4 -5015009 L 641406.3 -5014674 L 641412.2 -5014101 L 641336.1 -5013823 L 640800.5 -5012355 L 640901.1 -5010401 L 641007.1 -5010024 L 641580 -5008196 L 641736 -5007847 L 641344.5 -5006265 L 641740.4 -5004875 L 641657.3 -5004509 L 641631.1 -5003758 L 642421.3 -5003005 L 642790.4 -5002919 L 643013.5 -5002718 L 643156.5 -5002456 L 643150.5 -5002247 L 641390.3 -4999996 L 641286.2 -4999650 L 641269.1 -4999410 L 641302 -4998673 L 641978.2 -4997786 L 642175.2 -4997470 L 642702.4 -4996911 L 642999.5 -4996660 L 643235.5 -4996360 L 643374.5 -4996005 L 643562.4 -4994840 L 643478.3 -4994454 L 643284.2 -4993841 L 643404.2 -4993211 L 643926.3 -4992722 L 645306.9 -4992278 L 645782 -4991747 L 645856 -4991392 L 645612.8 -4990736 L 645418.7 -4990444 L 644699.3 -4989653 L 644501.2 -4989356 L 644512 -4988032 L 644709.1 -4987746 L 644695 -4986996 L 644236.7 -4986358 L 644330.7 -4985614 L 644636.8 -4985368 L 645397 -4984468 L 645449.9 -4983286 L 645488.9 -4982895 L 645533.9 -4982714 L 646150.1 -4981357 L 646983.4 -4980612 L 647261.5 -4980364 L 647674.6 -4979381 L 647851.6 -4979071 L 648220.7 -4978523 L 648284.7 -4978198 L 647206.2 -4976313 L 647134.2 -4975957 L 646960.1 -4975197 L 645894.7 -4974070 L 645843.7 -4973681 L 646440.9 -4971662 L 646331.9 -4970968 L 646106.8 -4970691 L 645583.6 -4970150 L 645400.5 -4969820 L 645170.4 -4967993 L 644630.2 -4967518 L 644263.1 -4967460 L 643541.9 -4967290 L 643325.9 -4966252 L 643454 -4964832 L 642774.8 -4964610 L 642424.7 -4964519 L 641841.5 -4964198 L 641862.5 -4963528 L 641570.4 -4963298 L 641461.4 -4962193 L 640546.2 -4961064 L 639527.9 -4960630 L 639205.8 -4960443 L 638841.8 -4959860 L 638789.8 -4959595 L 638902.9 -4959239 L 639474.2 -4958319 L 638725.1 -4957067 L 639134.4 -4955251 L 639131.4 -4954916 L 639181.6 -4953362 L 639818.9 -4952373 L 640609.5 -4949767 L 640648.6 -4949376 L 640410.9 -4947029 L 640509 -4946691 L 640051.1 -4945340 L 639108.1 -4944288 L 638906.1 -4943992 L 638621.2 -4942996 L 638486.2 -4942671 L 637573.4 -4940812 L 637878.5 -4940654 L 637656.7 -4939647 L 637667.8 -4939303 L 637378.8 -4939063 L 637015.8 -4938968 L 636681.8 -4938826 L 635279.6 -4938497 L 634937.7 -4937858 L 634872.8 -4937503 L 634815 -4936443 L 634123.9 -4936369 L 633907.4 -4934493 L 634799.9 -4933344 L 635162 -4933208 L 634909.2 -4932478 L 634803.3 -4932106 L 634025.5 -4931215 L 633644.9 -4929678 L 633792.3 -4928505 L 634626.8 -4927161 L 634689.1 -4926370 L 634722.2 -4925974 L 634372.1 -4923346 L 633907.3 -4922750 L 633194.4 -4922485 L 632857.4 -4922303 L 632286.5 -4921881 L 631899.6 -4918986 L 631928.7 -4918686 L 632023.9 -4918091 L 631961.1 -4917702 L 630866.1 -4915192 L 630747.3 -4912436 L 631000 -4910881 L 631092.2 -4910391 L 631174.4 -4910005 L 631380.1 -4906509 L 631323.3 -4906116 L 631298.5 -4905726 L 631122.5 -4903788 L 630516.3 -4904202 L 630116.8 -4905246 L 629767.7 -4905384 L 628806 -4904803 L 628503.1 -4904581 L 627878.5 -4905817 L 627582.4 -4906011 L 627330.3 -4906104 L 627063.3 -4906079 L 625071.9 -4907038 L 624734 -4906875 L 623699.8 -4907389 L 622745.9 -4909097 L 622906.7 -4909451 L 623011.6 -4909635 L 621580.7 -4909561 L 621013.5 -4910069 L 620260.5 -4910091 L 620030.2 -4910786 L 619548 -4911315 L 617704.3 -4911051 L 616250.2 -4911410 L 615860.2 -4911392 L 615174.7 -4910547 L 615159.9 -4910169 L 615069 -4906393 L 615421.9 -4906528 L 615175.1 -4906230 L 614432 -4904906 L 614048.1 -4904888 L 613745.7 -4905587 L 611482.1 -4905378 L 610650.8 -4906076 L 610493.2 -4907201 L 611127.8 -4909442 L 611231.6 -4909816 L 611289.2 -4910576 L 610430.6 -4911845 L 610044.6 -4911892 L 609792.8 -4911587 L 608714.2 -4911098 L 605178.9 -4910835 L 605468.2 -4910180 L 604599.1 -4908985 L 603671.6 -4908360 L 602242 -4908197 L 602375.3 -4906022 L 602334.5 -4905658 L 602127.7 -4905348 L 601158.2 -4903374 L 599985 -4902540 L 598879 -4902927 L 598315.8 -4903476 L 597982.8 -4903688 L 597717.7 -4903919 L 596548.1 -4905216 L 596270 -4905480 L 594152 -4906367 L 593934.9 -4906651 L 593435.9 -4908355 L 593058 -4908331 L 592146.6 -4907714 L 590642.9 -4907824 L 590554.7 -4908168 L 590459 -4909214 L 589316.5 -4910512 L 588293.4 -4909531 L 587947.4 -4909726 L 587722.3 -4909891 L 587499.3 -4910060 L 585114.4 -4909483 L 584035.4 -4908483 L 583677.6 -4908351 L 583347.8 -4908158 L 583074.8 -4908335 L 582315.3 -4909317 L 582073.2 -4909530 L 583039.5 -4910055 L 583440 -4910650 L 583491.8 -4912399 L 583459.6 -4912764 L 583699.4 -4913016 L 583374.2 -4914973 L 582869.1 -4915385 L 582630 -4915614 L 582507.3 -4916669 L 583864.9 -4916670 L 584563.9 -4917918 L 583462.5 -4918982 L 582101.5 -4919643 L 582687.5 -4921048 L 582006.8 -4922423 L 580953.1 -4922447 L 580373 -4922890 L 580243.8 -4923233 L 579243.8 -4923779 L 578888.8 -4923917 L 577989.1 -4925578 L 577922.3 -4928637 L 577386.6 -4930073 L 577027.6 -4930215 L 577275.2 -4930775 L 576355.6 -4932217 L 576195.5 -4932529 L 576132.3 -4932897 L 575792.6 -4934315 L 575595.5 -4934653 L 574802.8 -4936420 L 574457.8 -4936501 L 572803.3 -4936283 L 572645.2 -4936622 L 572256 -4937256 L 572377.6 -4937997 L 571424.6 -4938540 L 571324.4 -4938881 L 571526.6 -4940244 L 571409.4 -4940604 L 570410.4 -4941072 L 570400.1 -4943707 L 570503.9 -4944072 L 570432.7 -4944614 L 570415.5 -4944922 L 569661.3 -4945747 L 568544.4 -4948160 L 569330.6 -4949419 L 569549.4 -4949738 L 569463.2 -4950102 L 568363.4 -4950116 L 568327.2 -4950497 L 568378.9 -4951253 L 567825.8 -4951781 L 567865.3 -4952926 L 568903.4 -4954456 L 567740.3 -4955316 L 568514.6 -4956596 L 570355.3 -4956348 L 570689.8 -4957454 L 571388.5 -4957759 L 571756.4 -4957884 L 572398.2 -4958018 L 572643.1 -4958237 L 572595.1 -4958387 L 572084.9 -4959255 L 573545.9 -4961409 L 574120 -4963963 L 574199.9 -4964334 L 575240.6 -4964796 L 575586.5 -4964952 L 575926.8 -4963894 L 576807.9 -4963209 L 577089.9 -4962965 L 577494.7 -4963505 L 577030.4 -4964587 L 577346.2 -4965194 L 578428.3 -4964321 L 579227.8 -4965552 L 579777.9 -4965093 L 580514.8 -4965247 L 580747.7 -4965563 L 580355.4 -4966583 L 580056.4 -4966802 L 580712.7 -4969066 L 581506.4 -4969810 L 584196.3 -4969516 L 584563.3 -4969526 L 585110.3 -4969465 L 585379.3 -4969596 L 587361 -4970540 L 587739 -4970495 L 589242.1 -4970068 L 590801.1 -4970082 L 591539.9 -4970980 L 592583.8 -4971504 L 592929.3 -4973931 L 593504.2 -4974364 L 593371.1 -4974590 L 595158.9 -4976509 L 595430.9 -4976775 L 595434.9 -4977153 L 595849.8 -4978197 L 595954.5 -4980039 L 596577.5 -4980367 L 596842.5 -4980601 L 598540.7 -4979748 L 600328.8 -4980537 L 601495.9 -4980568 L 601762.9 -4980811 L 603072 -4981301 L 602970.9 -4982012 L 602711.9 -4982159 L 602492.8 -4982705 L 601282.6 -4983575 L 601639.4 -4986147 L 601828.4 -4986486 L 603259.5 -4987610 L 605898.9 -4987404 L 606067.9 -4987731 L 606954 -4988300 L 608049.2 -4988390 L 608186.2 -4988749 L 607991.2 -4990241 L 607317.1 -4990579 L 606568 -4990496 L 605527.8 -4991572 L 605401.8 -4992659 L 606071.9 -4992918 L 606343.9 -4993920 L 606673 -4994067 L 606367 -4995400 L 606730 -4995501 L 607321.1 -4995951 L 608358.3 -4995603 L 608609.4 -4995891 L 609544.6 -4996406 L 609345.6 -4997510 L 607361.2 -4998583 L 607643.3 -5000398 L 607990.4 -5000315 L 609324.7 -4999886 L 610369.9 -5000055 L 611832.2 -4998925 L 611728.1 -4997492 L 612418.2 -4996611 L 612680.3 -4996664 L 612854.4 -4996867 L 612594.4 -4997824 L 613676.7 -4997708 L 614040.8 -4997689 L 613913.8 -4998406 L 613321.7 -4998849 L 612914.7 -5000254 L 612890.7 -5000632 L 613231.9 -5002457 L 614007.2 -5003239 L 614168.3 -5003965 L 615117.6 -5004486 L 615711.9 -5006227 L 615548.9 -5006541 L 615396 -5007910 L 615730.2 -5008499 L 616112.3 -5008574 L 616341.5 -5009316 L 615736.5 -5010743 L 616373.6 -5010322 L 617897.1 -5010470 L 618369.4 -5011460 L 619757.8 -5010833 L 620517.2 -5011587 L 621956.8 -5012121 L 623459.3 -5011987 L 623790.4 -5011791 L 624060.6 -5012071 L 625373.2 -5012862 L 625356.4 -5014000 L 625167.4 -5014191 L 624810.4 -5014578 L 624429.3 -5014658 L 624316.4 -5015382 L 624772.9 -5016856 L 625093 -5017031 L 625809.3 -5017160 L 626564.6 -5017121 L 626657.7 -5017490 L 626180.6 -5018065 L 626086.8 -5019185 L 627478.5 -5019741 L 627985.8 -5020002 L 628201 -5020197 L 627957 -5020727 L 627822 -5020998 L 630658.8 -5023071 L 631003 -5023261 L 632437.7 -5023187 L 632841 -5023705 L 634045.7 -5024243 L 634379.9 -5024299 L 634540.2 -5025061 L 636571.4 -5025605 L 636928.6 -5025587 L 638030.9 -5024645 L 638252.9 -5024354 L 638190.6 -5023373 L 637557.2 -5023234 L 637390.9 -5022567 L 637378.8 -5022346 L 637518.5 -5020921 L 638764.8 -5019639 L 639066.9 -5019439 L 640359.2 -5018347 L 640581.2 -5018085 L 640581.8 -5018086 z "
id="path606" />
<path
d="M 626780.3 -5320236 L 626524.4 -5320522 L 624458.3 -5319605 L 622544 -5320637 L 620632.2 -5320557 L 620441.3 -5320783 L 620233.9 -5321328 L 619890.4 -5321174 L 617356.9 -5320956 L 616278.9 -5319471 L 615641.9 -5319110 L 615493.3 -5318763 L 614976.2 -5318287 L 614239.8 -5318446 L 614227.3 -5318065 L 614808.8 -5316665 L 615751.8 -5316057 L 616117.1 -5314582 L 615867.5 -5314333 L 615557 -5314166 L 613990 -5314368 L 612877.5 -5313951 L 611308.4 -5314109 L 607707.6 -5312721 L 607040.5 -5313061 L 606725.5 -5313286 L 605407.5 -5314019 L 603615.1 -5313299 L 602076.7 -5313183 L 600267.5 -5312596 L 597676.4 -5313234 L 597156.7 -5312299 L 596690.5 -5311674 L 596780 -5311296 L 596917 -5310531 L 596290.6 -5309119 L 595932.5 -5309243 L 594865.2 -5308854 L 593755.7 -5309064 L 592763.7 -5309586 L 591059.2 -5311565 L 591033.7 -5311949 L 591310.5 -5313070 L 591174.9 -5314171 L 590818.5 -5314084 L 589382.7 -5314211 L 588895.6 -5313669 L 588903.1 -5313286 L 589596.1 -5312939 L 589728.1 -5311417 L 589313.9 -5310795 L 588199.9 -5310592 L 588089.9 -5312111 L 586816.9 -5312775 L 586475.4 -5312608 L 584932.1 -5310958 L 584946.1 -5310202 L 584604 -5310271 L 583480.3 -5309572 L 582857.4 -5309175 L 581430.4 -5309173 L 581270.3 -5310608 L 581048.5 -5310904 L 578890.3 -5311064 L 578459.6 -5309317 L 577792.7 -5308960 L 576836.9 -5309551 L 576231 -5309131 L 575845.7 -5309131 L 574756.1 -5310636 L 574485.6 -5310434 L 573283.3 -5309298 L 572952 -5309256 L 572602.9 -5309373 L 571594.9 -5309825 L 570575.7 -5309433 L 568857 -5309691 L 568654.6 -5309451 L 568269.7 -5308955 L 567934.7 -5309129 L 567276.8 -5308772 L 566565.7 -5308993 L 566440.7 -5309074 L 567055.5 -5310082 L 567275.8 -5312399 L 567892.7 -5314235 L 567094.7 -5316007 L 566983.1 -5316362 L 566489.6 -5316911 L 565749.2 -5316951 L 565473.7 -5316691 L 565369.1 -5314854 L 563982.5 -5314282 L 564094.1 -5314634 L 563832.6 -5315120 L 563096.1 -5315073 L 563045.5 -5315419 L 562312.8 -5317311 L 562667 -5317284 L 564028.2 -5317596 L 564627 -5317223 L 564609.5 -5317599 L 564570.1 -5318718 L 562897.2 -5320150 L 562547.9 -5320811 L 562264.9 -5320885 L 561708.6 -5320897 L 561480.9 -5321204 L 560942.4 -5321742 L 561281.8 -5321877 L 561248.7 -5323922 L 560980.9 -5324176 L 559760.8 -5326002 L 559159.1 -5326415 L 559181.6 -5326770 L 559669.7 -5328014 L 559532.1 -5328364 L 559366.5 -5328702 L 559109.7 -5328963 L 558585.8 -5329899 L 557898.8 -5330151 L 557472 -5331117 L 556905.4 -5331577 L 556537.1 -5331491 L 555722.7 -5330798 L 554801.2 -5331458 L 554732.2 -5332203 L 554901.8 -5332538 L 555817 -5333701 L 555129.1 -5335411 L 554798.2 -5335608 L 552971 -5336127 L 553375.6 -5334353 L 552190.9 -5332900 L 551625.2 -5333282 L 551341.1 -5333985 L 551285.5 -5333618 L 551100.4 -5332913 L 549378.5 -5332207 L 549286 -5332587 L 548750.5 -5334464 L 548075.6 -5335414 L 547936 -5335717 L 547308.9 -5337232 L 547009.1 -5337465 L 546042.5 -5338042 L 543852.2 -5336544 L 543555.4 -5336752 L 542449.2 -5337648 L 542776.7 -5337866 L 544963.1 -5340104 L 545874 -5341773 L 545703.3 -5342052 L 544859.5 -5342455 L 544614.1 -5342238 L 544378.4 -5342514 L 544261.9 -5342859 L 546064.1 -5345058 L 546054.7 -5345423 L 545943.1 -5345748 L 545364.7 -5346981 L 545048.9 -5347209 L 542933.3 -5348107 L 543295.1 -5349847 L 541480.4 -5351203 L 541540.2 -5352343 L 541166.9 -5352260 L 540045.3 -5352180 L 540047.9 -5352569 L 540075.7 -5353736 L 537103.9 -5357243 L 536454.3 -5357671 L 534901.6 -5357648 L 534760 -5357940 L 534597.4 -5358220 L 534573.4 -5358246 L 534188.2 -5358226 L 533064.4 -5358033 L 531695.7 -5356689 L 531328.7 -5356782 L 530389.9 -5358425 L 530441.3 -5359952 L 530883.8 -5362037 L 530961.4 -5362396 L 530567.9 -5362794 L 529505.4 -5362740 L 530176.1 -5363035 L 530209.7 -5363400 L 529871.8 -5363544 L 528817.8 -5363832 L 529086.6 -5364902 L 529375.1 -5365161 L 529681.6 -5365401 L 529744.1 -5366950 L 529088.3 -5367856 L 529116.5 -5368599 L 528135.9 -5369690 L 528400.4 -5369928 L 529585.9 -5370583 L 530202.4 -5370728 L 531105.5 -5371209 L 531778.6 -5371085 L 531797.2 -5371461 L 531130.3 -5373534 L 529691.6 -5375253 L 529918 -5375467 L 530371.9 -5375899 L 532685.9 -5375357 L 533038 -5375346 L 534872 -5376760 L 535263.2 -5376779 L 535471.3 -5377405 L 534112 -5380000 L 534369.6 -5380287 L 535226 -5380968 L 535567.4 -5381118 L 536399.4 -5382175 L 537769.1 -5382303 L 537029 -5383630 L 537274.6 -5383923 L 540802.1 -5385250 L 540741.7 -5385624 L 541286.5 -5384746 L 541457.9 -5383723 L 542173.4 -5383833 L 542531.6 -5383881 L 542688.7 -5382087 L 542743.1 -5381727 L 543471.7 -5381904 L 544232 -5380652 L 544349.5 -5380295 L 544602.9 -5380488 L 544902.4 -5380706 L 545157.9 -5380974 L 545791.3 -5381046 L 546176.6 -5380500 L 546354.2 -5380214 L 546463.6 -5377321 L 547283.3 -5376300 L 548381.7 -5376240 L 548589.6 -5376134 L 548801.8 -5376232 L 550572.2 -5376627 L 551542.8 -5376119 L 551913 -5376156 L 553405.2 -5376460 L 553790.5 -5376504 L 555826.5 -5375894 L 556369 -5375409 L 556952.7 -5375676 L 557538.6 -5375422 L 557825 -5375567 L 558572.3 -5375506 L 560448.3 -5374297 L 560765.1 -5374094 L 561046.6 -5374315 L 561398.9 -5374377 L 562718.8 -5375188 L 563570.3 -5376507 L 563715.6 -5377279 L 563485.5 -5377282 L 563255.4 -5377274 L 563155.7 -5378749 L 563503.1 -5380175 L 562865.3 -5380519 L 562866.4 -5381238 L 564610.2 -5381232 L 564937.1 -5381072 L 564987.2 -5381096 L 565998.4 -5380884 L 566766.4 -5383784 L 566986.5 -5383797 L 567543.5 -5384262 L 569775.2 -5384008 L 570840.9 -5386655 L 571026.5 -5386966 L 571911.4 -5386630 L 572052.9 -5386931 L 571808.2 -5387219 L 572297 -5389430 L 573348.2 -5390468 L 573570.8 -5390773 L 575675.2 -5390333 L 576359 -5390568 L 576713.1 -5390492 L 578066.7 -5391721 L 578408.9 -5392393 L 578276.5 -5393430 L 579274.5 -5394991 L 579584.5 -5394875 L 579891.5 -5394751 L 582730.1 -5393560 L 583073 -5393385 L 584709.8 -5395246 L 585011.3 -5395436 L 585333.8 -5395642 L 586446.8 -5395891 L 590556.3 -5395299 L 591275.2 -5396906 L 591671.6 -5396347 L 592708.5 -5395872 L 595280.2 -5396583 L 596338.4 -5396313 L 597373.3 -5395181 L 597484.8 -5394814 L 597232.4 -5393390 L 597980.1 -5392243 L 597326.7 -5390934 L 597496.4 -5390619 L 597620 -5390283 L 597019 -5389894 L 597294.7 -5388926 L 597381.4 -5388676 L 597538 -5388358 L 597739.7 -5388068 L 597889.7 -5387345 L 596729.7 -5385839 L 596980.4 -5385531 L 597928.1 -5384261 L 598957.3 -5383896 L 599323.4 -5383853 L 602534.5 -5380523 L 604473.9 -5379231 L 604837.9 -5379090 L 605177 -5378989 L 607420.8 -5378440 L 607811 -5378416 L 609848.3 -5377634 L 610182.3 -5377482 L 611080.1 -5378217 L 611328.7 -5378515 L 611765.5 -5378150 L 612055.8 -5378210 L 612677.8 -5376496 L 613420 -5376289 L 613798.4 -5376368 L 614813.6 -5377988 L 616117.8 -5378767 L 616498 -5378705 L 616867.2 -5378666 L 617370.3 -5379142 L 620569.2 -5379362 L 620938.5 -5379391 L 620568.5 -5378917 L 620490.6 -5378335 L 621606.8 -5377844 L 621687.4 -5377532 L 623116.8 -5376995 L 623268.4 -5376663 L 623598.2 -5375632 L 623120.4 -5374652 L 622875.2 -5374628 L 622331 -5374161 L 622386.9 -5372684 L 621853.8 -5370892 L 622014.9 -5370156 L 621663.6 -5370167 L 620746.2 -5369758 L 620049.7 -5369838 L 620297.5 -5369560 L 620736.4 -5368579 L 623582.9 -5367256 L 623738.6 -5366954 L 623827.7 -5366320 L 623910.3 -5365963 L 624673.9 -5365200 L 624119.1 -5364260 L 624485.4 -5364242 L 625153.7 -5364018 L 626230.5 -5362543 L 625763.6 -5362186 L 625894.9 -5361643 L 626201.8 -5361422 L 627228.3 -5361812 L 629085.7 -5361623 L 630100.9 -5361126 L 629884.8 -5359087 L 629734.2 -5358777 L 631395.3 -5357794 L 632939.5 -5357598 L 634168.3 -5356634 L 636028.5 -5356251 L 636240.2 -5355923 L 635934.6 -5355675 L 634258.7 -5354048 L 634499.5 -5353768 L 635105.8 -5352856 L 635202.3 -5351763 L 635541.8 -5351865 L 637041.2 -5351141 L 636485.6 -5349714 L 637750.1 -5347802 L 636817.6 -5346644 L 636691.4 -5345892 L 636784.2 -5345671 L 636615.1 -5344967 L 637255 -5343722 L 636365.3 -5343121 L 636087.7 -5342875 L 636169.2 -5342497 L 638116.6 -5341432 L 638136 -5340274 L 637700.7 -5339642 L 637685.7 -5339627 L 637046.1 -5338219 L 637183.7 -5337862 L 636460.7 -5336976 L 636308.5 -5336233 L 636467.1 -5335120 L 637364.4 -5333967 L 637006.9 -5333861 L 636709.7 -5333180 L 635794.9 -5332540 L 635973.7 -5332251 L 636176.5 -5331265 L 636279.1 -5330930 L 636283.7 -5329895 L 635919.3 -5329847 L 634842 -5329683 L 632735.8 -5330266 L 632373.6 -5330427 L 630870.8 -5330871 L 629295.3 -5330895 L 628615.2 -5331300 L 628278.4 -5330229 L 626593.9 -5328846 L 626812.7 -5328542 L 626771.2 -5328180 L 625637.3 -5327512 L 625302.7 -5327311 L 623819.1 -5327103 L 623168 -5326711 L 623410.9 -5326485 L 623800.2 -5326445 L 625689.3 -5325958 L 627148.5 -5323677 L 628133.6 -5323104 L 628037 -5322726 L 627040.4 -5321546 L 627130.9 -5320408 L 626780.3 -5320237 L 626780.3 -5320236 z "
id="path607" />
<path
d="M 501018.6 -4754698 L 503483.8 -4753480 L 504401.4 -4752701 L 504728.7 -4752222 L 504401.1 -4751399 L 504083.7 -4749426 L 503641.3 -4748742 L 503210.2 -4743747 L 503130 -4743521 L 503066.4 -4743563 L 500838.3 -4745020 L 500519.3 -4745234 L 498912.2 -4746287 L 498575.2 -4746497 L 493049 -4748531 L 492822.6 -4748818 L 492221.3 -4749731 L 491847.7 -4749808 L 490059.2 -4750362 L 488813.5 -4752247 L 488512.5 -4752032 L 486406.3 -4751502 L 484313.5 -4750041 L 483928.3 -4749982 L 482439.8 -4749599 L 480376.4 -4747264 L 479758.8 -4744867 L 479561 -4744537 L 478628.8 -4743336 L 477558.7 -4742952 L 473847.2 -4742553 L 472469.8 -4743216 L 472404.9 -4743226 L 470407.9 -4743400 L 470030.7 -4743366 L 467412.9 -4743175 L 464895.2 -4743988 L 464511.8 -4744026 L 463768.6 -4744230 L 463405 -4744316 L 460495.2 -4743983 L 460226 -4744241 L 459968.8 -4744490 L 459020.7 -4744798 L 458708.9 -4744573 L 455890 -4743497 L 455451.1 -4743381 L 455069 -4743324 L 450923.4 -4744116 L 450624.6 -4744259 L 449357.9 -4744637 L 448433.3 -4744408 L 448075.2 -4744323 L 445591.3 -4743802 L 444684.7 -4743197 L 444462.2 -4742117 L 445246 -4741323 L 445257.3 -4739829 L 445831.3 -4739454 L 446206.7 -4739417 L 446203.2 -4737509 L 446219.3 -4737126 L 446141.5 -4736411 L 446634 -4735897 L 446892.5 -4734856 L 446718.8 -4734541 L 446821.2 -4733977 L 446874.9 -4733696 L 446964.1 -4733571 L 447249.8 -4732443 L 447097.5 -4731294 L 446075.2 -4730730 L 444396.4 -4729101 L 444072.6 -4728921 L 441616.4 -4728297 L 440536.8 -4728556 L 439667.5 -4729240 L 439642.9 -4728473 L 439002.5 -4728051 L 437699.1 -4725762 L 435870.5 -4725211 L 433689.5 -4723747 L 433614.5 -4723478 L 433700 -4722938 L 433347.6 -4722971 L 432374.7 -4722632 L 432371.4 -4723042 L 432366.3 -4723088 L 432130.9 -4723380 L 431554.2 -4724305 L 431616.7 -4725067 L 432241.5 -4726013 L 432206.3 -4726747 L 431482.6 -4728094 L 430846.7 -4728499 L 430074.4 -4728459 L 429506 -4728972 L 429524.9 -4729333 L 427329.1 -4731064 L 427105.7 -4731326 L 426249.8 -4731875 L 425934.9 -4732037 L 425215.2 -4732758 L 425109.2 -4734144 L 424993.6 -4734100 L 424627.1 -4734167 L 422802.7 -4734547 L 421632.8 -4733662 L 420897.5 -4733606 L 420552 -4733018 L 419667.3 -4732864 L 419285.3 -4732786 L 418335.2 -4732159 L 418164.9 -4732365 L 417906.2 -4732432 L 417611.9 -4732394 L 417326.8 -4732311 L 416950.4 -4732362 L 413960.7 -4732667 L 413427.8 -4733621 L 412446.2 -4734157 L 412451.4 -4734416 L 412309 -4734632 L 411938.8 -4734634 L 410938.4 -4735103 L 410618 -4735766 L 410667.8 -4736121 L 412022.7 -4736518 L 412261.4 -4736783 L 411936.5 -4736970 L 410045 -4739698 L 409795.8 -4739930 L 409759.7 -4740302 L 409241.2 -4740796 L 406815.6 -4741653 L 406631 -4741979 L 406704.6 -4742712 L 407976.9 -4744035 L 407939.8 -4744749 L 407943.7 -4745107 L 408376.6 -4745491 L 409093.2 -4745486 L 409489.3 -4745505 L 413840.4 -4745870 L 414916.7 -4746378 L 415258.5 -4746546 L 416951.6 -4747407 L 416704 -4748113 L 416681 -4748476 L 417068.9 -4750947 L 417488.6 -4751464 L 417344.9 -4751798 L 416673.1 -4753539 L 416652 -4753924 L 413225.8 -4754922 L 412843.2 -4755029 L 413061.7 -4756440 L 414337 -4756874 L 414299 -4757224 L 415146.5 -4757538 L 416589.2 -4757355 L 417332.1 -4756555 L 417680.3 -4756590 L 418670.9 -4757450 L 417586.3 -4757674 L 417118.6 -4758234 L 416936.6 -4760449 L 417258.1 -4761119 L 417259.2 -4761792 L 416510.6 -4762514 L 415817.6 -4762626 L 416033.4 -4762916 L 417155.3 -4764334 L 417186.2 -4765052 L 417091.4 -4765384 L 416681.6 -4765939 L 416398.8 -4766430 L 415199.8 -4767248 L 414626.7 -4766946 L 413961.1 -4767245 L 413530.1 -4768602 L 413847.9 -4769194 L 415227.4 -4769150 L 415385.2 -4769468 L 414611.4 -4770622 L 414317.4 -4770823 L 414517.3 -4771083 L 414809.3 -4771234 L 414780.3 -4771621 L 414410.9 -4773118 L 414491.1 -4774106 L 414250.8 -4775107 L 412949.1 -4775516 L 412596.6 -4775558 L 412555.1 -4776146 L 411654.5 -4776594 L 410688.9 -4776354 L 409716.9 -4774809 L 409515.3 -4775514 L 408751.5 -4776310 L 408777.3 -4778194 L 408555.5 -4777897 L 406839.7 -4777895 L 406462.5 -4779672 L 406304.7 -4779341 L 405955.7 -4779226 L 406154.1 -4778206 L 404349.9 -4778045 L 403968.6 -4778417 L 403621.9 -4778558 L 402351.1 -4779327 L 400918.5 -4779065 L 400574.3 -4779723 L 400206.6 -4779859 L 398004.3 -4781445 L 397370.8 -4782422 L 396262.8 -4782813 L 395116.1 -4782737 L 394946.4 -4783090 L 394989.3 -4784181 L 396165.3 -4785565 L 395902.9 -4786625 L 396156.7 -4786892 L 395526.6 -4787337 L 394270.7 -4789257 L 394353.5 -4790755 L 393610.2 -4792094 L 393352.9 -4792382 L 394177.8 -4792985 L 394407.6 -4793269 L 394849.5 -4793745 L 395485.1 -4794960 L 394949.9 -4795404 L 394661.9 -4795610 L 394938.7 -4795883 L 396581.4 -4796774 L 397269.5 -4797037 L 396355.1 -4798563 L 396518.9 -4798896 L 396484.2 -4799582 L 396250.8 -4799882 L 397258.2 -4799443 L 398169 -4800070 L 398393.9 -4800731 L 399955.1 -4799592 L 400242.3 -4799321 L 400595.1 -4799935 L 401279.2 -4800214 L 401955.8 -4799918 L 402247.9 -4799692 L 402560 -4799845 L 403586.4 -4799778 L 403630.3 -4800163 L 403608.5 -4800885 L 402933.3 -4801812 L 402971.6 -4805223 L 403580.6 -4805609 L 404681.6 -4805662 L 404324.1 -4806123 L 403971.3 -4807082 L 403988.4 -4807445 L 404766.2 -4808222 L 405866.7 -4808096 L 406208.5 -4808743 L 406339.1 -4809642 L 406096 -4809846 L 407095.2 -4810718 L 407202.2 -4811043 L 408526.8 -4810306 L 408602.5 -4809562 L 410493.8 -4807765 L 410305.9 -4805803 L 410950.5 -4805513 L 411530.6 -4805880 L 411852.2 -4806248 L 411603.9 -4806546 L 412596.4 -4808548 L 413348.7 -4808740 L 414461.6 -4808421 L 415404.8 -4808965 L 415611.9 -4808780 L 415852.8 -4808643 L 415791.6 -4808328 L 416017.6 -4807777 L 416595.6 -4808213 L 418049.8 -4807131 L 419802.5 -4807742 L 420477.3 -4808641 L 421110.3 -4808239 L 421800.5 -4808515 L 421894.5 -4808881 L 421292.3 -4809803 L 421156.7 -4810155 L 421492.4 -4810057 L 423085.4 -4809403 L 424420.2 -4806867 L 424458.5 -4805862 L 424644.9 -4805547 L 425010.3 -4805535 L 425690.6 -4805801 L 426170.9 -4805332 L 426450.8 -4805585 L 427201.8 -4805512 L 427555.5 -4805382 L 427741.8 -4805571 L 429319 -4806116 L 429569 -4806373 L 429953.4 -4806386 L 431420.2 -4807613 L 432557.2 -4807712 L 433650.2 -4805695 L 435827.2 -4804211 L 436143.2 -4803992 L 437321.8 -4806831 L 436846.1 -4807889 L 436787.5 -4809056 L 437852.5 -4810074 L 438159.5 -4810314 L 438322.5 -4810638 L 438523.5 -4810942 L 439571.9 -4811844 L 439707.1 -4812561 L 440158.5 -4812092 L 440277.1 -4811758 L 440540.3 -4811501 L 441593 -4810477 L 441843.2 -4810680 L 443044.5 -4811061 L 443401.7 -4811182 L 444191.2 -4810414 L 446972.1 -4809476 L 448156.4 -4808558 L 448498.2 -4808401 L 448814.8 -4808388 L 449132.3 -4808377 L 451034.9 -4807706 L 451692.4 -4807946 L 451530.9 -4808300 L 451769.9 -4808606 L 453379.3 -4809627 L 455279.1 -4809365 L 456773.2 -4809704 L 457109.4 -4809831 L 457456.9 -4809820 L 458782.9 -4809870 L 459020.2 -4809575 L 460767.2 -4808393 L 463118.6 -4808486 L 464203.9 -4808073 L 464533 -4808288 L 464552.9 -4808293 L 464875.9 -4808100 L 466009.3 -4807145 L 466754.5 -4807036 L 466692.1 -4806306 L 466252 -4805699 L 465166.6 -4805687 L 464806.9 -4805771 L 464585.8 -4805476 L 463833.8 -4804615 L 463450.6 -4803134 L 463677.7 -4802017 L 462916.7 -4800699 L 462441.7 -4799678 L 463363.6 -4798631 L 463690.7 -4798810 L 465958.2 -4798406 L 466557.4 -4797017 L 466639.1 -4796637 L 466997.4 -4796255 L 467262.2 -4796174 L 467357.1 -4794797 L 467375.8 -4794446 L 468723.4 -4793268 L 468650.3 -4792909 L 469273.6 -4793259 L 469808.8 -4794180 L 470502.8 -4794135 L 470839.6 -4794017 L 471154.2 -4793981 L 472083.1 -4793843 L 472124.2 -4794216 L 473350.6 -4795031 L 473543.9 -4796130 L 474220.2 -4796457 L 474401.4 -4797169 L 475449.7 -4795858 L 475320.6 -4795539 L 475833.8 -4793755 L 475409.7 -4792708 L 475623.9 -4792041 L 475804.2 -4791781 L 476107 -4791689 L 476822.5 -4791898 L 478457.2 -4790973 L 478689.5 -4790677 L 479443.2 -4789877 L 479641.6 -4789567 L 480939.1 -4789859 L 481262.4 -4789945 L 481327.5 -4790301 L 481871.7 -4790745 L 482130 -4790899 L 482446.8 -4791720 L 482437.7 -4791764 L 482424.9 -4792133 L 482460.4 -4793234 L 483643.7 -4794633 L 483960.8 -4794860 L 484280.9 -4795083 L 484842.1 -4795557 L 483991.8 -4796730 L 484968.3 -4797256 L 486894.7 -4797223 L 487222.8 -4797438 L 489051.2 -4797930 L 489472.4 -4798992 L 489134 -4800858 L 488003.6 -4802748 L 488096.8 -4803060 L 489100.8 -4803875 L 489213.2 -4803583 L 489352.8 -4802687 L 490602.6 -4801984 L 490708.8 -4801309 L 490780.4 -4800957 L 490626.2 -4800654 L 490747.7 -4800338 L 490884.8 -4799232 L 490394.4 -4798283 L 490862 -4797693 L 491190 -4797507 L 492491.6 -4796818 L 493090 -4797202 L 493323.1 -4797488 L 495011.7 -4796110 L 495337.7 -4795921 L 496266.3 -4795979 L 496611.7 -4796042 L 498955.1 -4796728 L 499324.5 -4796766 L 500065.5 -4796785 L 500220.8 -4794613 L 500102.7 -4794239 L 500180 -4793070 L 500697.5 -4792482 L 500618.4 -4792115 L 502640.7 -4792594 L 504124.1 -4792388 L 505965.6 -4790493 L 506713.4 -4790594 L 507317.5 -4790156 L 507628.5 -4789942 L 507951.5 -4789747 L 509026.4 -4789592 L 509367.6 -4790257 L 511212.5 -4790126 L 511652.1 -4789533 L 511613.7 -4788782 L 512644.3 -4788323 L 513775.7 -4788394 L 514656.1 -4789095 L 515404.1 -4789128 L 516078.8 -4788838 L 518323.4 -4785670 L 519134.8 -4785068 L 519074 -4785010 L 518319.9 -4784375 L 516066.2 -4781858 L 515484.5 -4781546 L 513781.2 -4779292 L 513338.9 -4778706 L 512562.1 -4778043 L 511538 -4777560 L 510874.5 -4776781 L 510280.7 -4775548 L 509147 -4774621 L 508958.7 -4773938 L 509120.4 -4772804 L 508636.8 -4772272 L 506691.2 -4768429 L 506410.9 -4768209 L 506110 -4767768 L 506191.7 -4767539 L 505893.8 -4766411 L 505316 -4765537 L 504822.6 -4763985 L 503833.4 -4760872 L 503637.9 -4759218 L 502906.4 -4757308 L 502861.9 -4755413 L 502706.7 -4754913 L 502370.3 -4754701 L 501699.7 -4755300 L 501194.2 -4756299 L 500324.5 -4757109 L 500330.5 -4757569 L 500554.6 -4758034 L 500347.5 -4758439 L 500000.2 -4758296 L 499466.6 -4756963 L 499306.3 -4756621 L 499855.6 -4756236 L 500000.2 -4756426 L 500088 -4756395 L 500419.3 -4755355 L 501018.9 -4754698 L 501018.6 -4754698 z "
id="path608" />
<path
d="M 529409.1 -4891346 L 528011.6 -4890895 L 526240.3 -4889620 L 526120.6 -4888493 L 525956.1 -4888152 L 525170.5 -4887457 L 525248.2 -4886763 L 525434.4 -4886467 L 525470.3 -4884795 L 525465.7 -4884459 L 525085.1 -4884396 L 524416 -4884012 L 522885.2 -4883992 L 520636.5 -4882637 L 521548.5 -4882066 L 523253.5 -4880077 L 524014 -4880042 L 525048.9 -4881139 L 525419.5 -4881231 L 525888.2 -4881144 L 526023.4 -4880887 L 526179.6 -4880643 L 526587.4 -4878895 L 527155.5 -4878442 L 527422.6 -4878197 L 527732.6 -4877960 L 529001.6 -4878850 L 529419 -4878228 L 530514.8 -4878501 L 531582.3 -4877382 L 533041.8 -4876848 L 534883.1 -4875398 L 535202.1 -4875171 L 535600 -4875013 L 535701 -4874933 L 535121.1 -4872687 L 533123 -4871559 L 532163.4 -4869429 L 532102.9 -4869042 L 529857.1 -4868725 L 529728.6 -4867590 L 528395.6 -4866865 L 528057.8 -4866181 L 527802.9 -4865469 L 527843.4 -4865090 L 528374.8 -4862897 L 528089.3 -4862671 L 527037.5 -4861689 L 527095.9 -4860633 L 525178 -4860284 L 523287.1 -4860701 L 522541 -4860511 L 521866.1 -4860893 L 521600.1 -4861087 L 520678.1 -4860247 L 520622.7 -4859870 L 520172.5 -4858836 L 519116 -4858458 L 518504.5 -4857095 L 518651.9 -4855992 L 519712.4 -4854908 L 519619.6 -4853425 L 519273.1 -4853338 L 518598 -4853183 L 518235.6 -4853029 L 517507.6 -4852106 L 516112.7 -4851566 L 514269.5 -4851545 L 512067 -4852008 L 511783.7 -4851755 L 511722.9 -4851641 L 509814.1 -4852068 L 508652.7 -4853108 L 506491.5 -4854044 L 505323.8 -4853961 L 504933.1 -4854010 L 504325.9 -4853198 L 504321.6 -4852092 L 504738.1 -4851497 L 503642.6 -4850605 L 503515.3 -4850257 L 504308.1 -4848552 L 504201.8 -4848185 L 504343.2 -4847839 L 505530.1 -4846499 L 504881.9 -4845179 L 504146.8 -4845094 L 504063.5 -4844717 L 503898.9 -4843963 L 504218.7 -4843261 L 503931.2 -4842546 L 504264.9 -4841852 L 504051.9 -4840768 L 505197.3 -4839756 L 504650.7 -4839262 L 504612.9 -4838553 L 504517.6 -4838198 L 503513.9 -4838656 L 502158.2 -4838152 L 501454.6 -4838366 L 501132.7 -4838546 L 500702.2 -4839150 L 499305.8 -4839708 L 498184.8 -4839877 L 497531.2 -4839498 L 497159.7 -4839432 L 496213.6 -4838923 L 496002.4 -4838600 L 494976.5 -4838071 L 494391.6 -4838396 L 493645.4 -4839617 L 493118 -4842573 L 493336.2 -4842884 L 492104.5 -4843527 L 491782.6 -4843673 L 489195.1 -4843328 L 488573.2 -4844261 L 488238.3 -4844437 L 488215.3 -4844447 L 487839.9 -4844374 L 486403.1 -4844656 L 485446.3 -4845777 L 484695.1 -4845820 L 482653.1 -4844820 L 482035.8 -4843089 L 481650.3 -4843054 L 478738.2 -4842208 L 476590.2 -4843656 L 475478.4 -4843724 L 475107.7 -4843791 L 474007.9 -4843834 L 472049.2 -4845587 L 472003.6 -4845969 L 470081.9 -4847688 L 469793.8 -4847922 L 469399.4 -4848985 L 468552 -4849781 L 468189.5 -4850875 L 467374.2 -4851636 L 467437.5 -4852019 L 467148.5 -4852211 L 466694.2 -4852153 L 464400.6 -4855235 L 464610.4 -4855789 L 464571.7 -4856802 L 464553.1 -4857148 L 464855.7 -4857734 L 465759.8 -4858250 L 465872.1 -4858582 L 465577.4 -4859202 L 463633.8 -4860298 L 463515.7 -4861036 L 463558 -4861410 L 463707.7 -4862098 L 463794.2 -4863573 L 462446 -4864612 L 462467.4 -4864992 L 460168.9 -4866273 L 459413.8 -4866257 L 459800.6 -4867338 L 461083.2 -4867905 L 461170.5 -4868248 L 461352.5 -4869370 L 461369.2 -4870138 L 459652.9 -4870866 L 459385.1 -4871580 L 459112 -4871852 L 459085.5 -4872163 L 458857.8 -4872744 L 459133.2 -4872931 L 459153.1 -4873595 L 458881 -4873823 L 458318.6 -4875095 L 457123.9 -4875726 L 456873.8 -4875973 L 456410.2 -4877949 L 456040.5 -4878035 L 452358.7 -4878585 L 452425.3 -4880076 L 451536.7 -4881717 L 450702.4 -4882507 L 450704.8 -4882892 L 450322.3 -4882826 L 448192.3 -4883682 L 448012 -4883992 L 447736 -4884219 L 447438 -4884427 L 446808.1 -4884783 L 446185.8 -4886077 L 445458.3 -4886242 L 444171.7 -4885594 L 442844.3 -4886162 L 443408.6 -4887525 L 442680.2 -4888320 L 442402.1 -4888581 L 440560.2 -4888522 L 438609.1 -4887386 L 437602.4 -4887875 L 434971.1 -4888018 L 434688.8 -4887757 L 434317.1 -4887860 L 434286.5 -4888243 L 434873.1 -4888744 L 436349.5 -4888728 L 438636.9 -4890084 L 437545.6 -4891024 L 436093.5 -4891434 L 435624.9 -4890846 L 434920 -4890651 L 434207.4 -4891550 L 434116.3 -4892302 L 433411.7 -4892558 L 432309.1 -4892424 L 432038 -4892655 L 432366.7 -4893282 L 431882.4 -4893783 L 431617.1 -4894795 L 431243.5 -4894791 L 430499.3 -4894790 L 429922.7 -4894317 L 428806 -4894294 L 428463.5 -4894208 L 427928.7 -4893824 L 428291.8 -4892864 L 428043.5 -4892574 L 427389.4 -4892450 L 427113.6 -4893131 L 425712.7 -4892797 L 425086 -4893699 L 424735.5 -4893605 L 423775 -4893350 L 424343 -4891726 L 422151.1 -4891357 L 421827.8 -4891158 L 422069.2 -4890118 L 420287.1 -4889598 L 419946.8 -4889427 L 419577.3 -4889390 L 418857.4 -4889250 L 419418.2 -4890217 L 417723.9 -4890962 L 417562.9 -4891695 L 418084.4 -4892252 L 417921 -4892597 L 416539.7 -4893125 L 415410.2 -4892992 L 414932.1 -4891548 L 414430.8 -4892095 L 414213.7 -4893526 L 413543.1 -4893721 L 412959.4 -4893322 L 412587.8 -4893317 L 412743.1 -4893643 L 412174 -4894064 L 411962.1 -4895383 L 410961.6 -4895790 L 411311.3 -4896368 L 412405.1 -4896315 L 414345.6 -4899644 L 414988.5 -4899874 L 415221.8 -4900182 L 416381.6 -4899523 L 416727.1 -4899583 L 416705.5 -4899947 L 416930 -4902047 L 417457.4 -4903349 L 417108.6 -4903491 L 415292.1 -4903781 L 415044.9 -4904065 L 414732.5 -4903883 L 412618.7 -4903967 L 411940.8 -4903720 L 409709.1 -4905046 L 409359.3 -4905185 L 410282.4 -4906403 L 408740.8 -4908511 L 409706.9 -4909686 L 410378.8 -4909941 L 410762.3 -4909966 L 410623 -4910234 L 410486.7 -4910502 L 410699 -4910826 L 411262.9 -4911792 L 412398.9 -4911677 L 412797.5 -4912325 L 412741 -4912708 L 412601.6 -4913069 L 411664.6 -4913748 L 411285.4 -4914829 L 409947.7 -4916210 L 409516.2 -4916856 L 409959.2 -4917923 L 409709.2 -4919456 L 409907.5 -4919791 L 409897.4 -4919841 L 408145 -4921331 L 407968.1 -4922090 L 408259.1 -4923982 L 407930.4 -4924680 L 407800 -4925048 L 407297.7 -4925640 L 407337.1 -4926030 L 409065.2 -4926865 L 409991.8 -4926520 L 410321.5 -4926492 L 410677.2 -4926471 L 411181.5 -4928778 L 411551 -4928861 L 412539.7 -4928371 L 412763.5 -4926916 L 413423.2 -4926702 L 413689.6 -4926959 L 413034.1 -4928542 L 413643.3 -4928702 L 414387.5 -4928772 L 415605.6 -4930093 L 415985.2 -4930111 L 416760.2 -4930295 L 417789.8 -4931408 L 417876.2 -4931782 L 418045.6 -4932119 L 418506.4 -4932716 L 418886.2 -4933403 L 420483.4 -4934464 L 422027.1 -4934378 L 422374.6 -4934559 L 422440.5 -4934584 L 422978.4 -4935909 L 424919.2 -4937092 L 425277.6 -4936521 L 425023.7 -4935797 L 425289.7 -4935613 L 426516.3 -4937517 L 427739.2 -4936727 L 427972.3 -4936482 L 428419.5 -4935995 L 429394.5 -4936166 L 430246.1 -4936731 L 430822.7 -4935851 L 431913.7 -4935872 L 432269.3 -4935972 L 433406.1 -4937863 L 433638.6 -4938152 L 433658.6 -4938162 L 434926.6 -4938074 L 435519.5 -4937740 L 435923.4 -4938380 L 435880.6 -4939132 L 436801.2 -4939725 L 436670.1 -4940814 L 437400.8 -4941443 L 437714.4 -4941526 L 437483.2 -4941836 L 436772.4 -4943956 L 438264 -4945075 L 440117.8 -4944840 L 441287.8 -4945807 L 441671.5 -4945776 L 442021.1 -4945844 L 443040.7 -4946428 L 444538.9 -4946068 L 445962.1 -4946698 L 446410.1 -4946404 L 446599.2 -4946187 L 446941.6 -4945538 L 446809.9 -4944437 L 448066.8 -4943584 L 449200.9 -4943646 L 450442.1 -4944506 L 451371.9 -4943975 L 451727.5 -4944112 L 452055.3 -4944024 L 452332.9 -4944219 L 454774.9 -4943379 L 455926.1 -4944299 L 457343.6 -4943715 L 457660.4 -4944728 L 458003.3 -4944539 L 458668.6 -4944786 L 459055.6 -4945464 L 459034.5 -4946635 L 459942.8 -4948801 L 461224.2 -4949580 L 461404.8 -4949928 L 461505.4 -4950263 L 462798.5 -4951358 L 464372.4 -4952492 L 463835.1 -4953207 L 464053.7 -4953517 L 464214.4 -4953799 L 464224.9 -4954371 L 464107.7 -4954702 L 464190.2 -4956398 L 464745.5 -4956799 L 464972 -4958316 L 465055.6 -4958691 L 466147.2 -4959559 L 466804 -4959339 L 467087.6 -4959593 L 467880.4 -4960409 L 467759 -4963418 L 468783.5 -4964507 L 468222.8 -4965895 L 469323.3 -4966988 L 470007.5 -4968790 L 470203.1 -4969127 L 472094.2 -4968845 L 472345.8 -4969139 L 472539.6 -4970624 L 474185.2 -4972686 L 474382.9 -4973011 L 474980.8 -4972612 L 476014.1 -4972781 L 476315.8 -4972978 L 477142.7 -4975390 L 477757.5 -4975224 L 478498.3 -4976449 L 478795 -4976668 L 478840.9 -4976763 L 479140.4 -4975736 L 480230.8 -4975753 L 481816.6 -4973253 L 481509.5 -4972186 L 481796.1 -4971102 L 482008.2 -4970794 L 481323.5 -4969489 L 481144.3 -4968401 L 481502.8 -4967343 L 482242.3 -4967405 L 482488.7 -4968099 L 483915.1 -4969275 L 484293.9 -4969304 L 484849 -4968788 L 487762.3 -4969057 L 488031 -4969326 L 488405.8 -4969344 L 488393.1 -4968960 L 488073.7 -4966769 L 488707.7 -4966340 L 488549.5 -4965291 L 489205.8 -4964360 L 489959.4 -4961421 L 490764.1 -4959782 L 491414 -4959425 L 492129.6 -4959463 L 492905.6 -4960195 L 493179.3 -4960446 L 494097.6 -4959272 L 494252.8 -4958931 L 494407 -4958581 L 494305.9 -4957455 L 493713.5 -4957069 L 492986.7 -4957299 L 492697 -4957050 L 492711.3 -4956668 L 492927.4 -4956353 L 493963.1 -4955925 L 494231.5 -4955218 L 494057.4 -4954108 L 493420.5 -4953157 L 493903.3 -4951776 L 494023.5 -4951425 L 494284.8 -4949559 L 494857.2 -4948561 L 494693.1 -4947489 L 495332 -4947138 L 495962.7 -4945791 L 496529.8 -4945299 L 496478.1 -4944925 L 496935.2 -4944485 L 497142.3 -4944237 L 497694.3 -4943843 L 498048.1 -4943840 L 498346.9 -4943789 L 498535.1 -4943454 L 500554.7 -4941199 L 500961.3 -4940134 L 501939.7 -4938969 L 502033.8 -4938717 L 502449.8 -4938392 L 502763.7 -4938244 L 503896.7 -4937456 L 504237 -4936852 L 504413.1 -4936561 L 505553 -4935848 L 505586.3 -4935509 L 505778.5 -4935174 L 506132.9 -4934492 L 505458.9 -4931489 L 505566.2 -4929954 L 505075.8 -4928475 L 505382.6 -4927419 L 507428.9 -4925627 L 507741.8 -4925528 L 508842.7 -4924893 L 509445.6 -4923509 L 510291.6 -4922870 L 510349.3 -4922123 L 510364.6 -4921746 L 510263 -4921371 L 510826.1 -4920841 L 510742.2 -4919683 L 509860.5 -4918963 L 509606.3 -4918255 L 509897.3 -4918041 L 510445.3 -4917624 L 510435.1 -4915778 L 509058.6 -4915186 L 509351.1 -4914508 L 509282.3 -4913375 L 509123.8 -4913020 L 509372.3 -4912350 L 510041.2 -4911952 L 509861.7 -4911616 L 509719.6 -4910874 L 510224.7 -4909439 L 511560.3 -4908933 L 511177 -4907511 L 511832.4 -4906636 L 509551.9 -4903980 L 509264.6 -4901666 L 509479.8 -4901340 L 510224.1 -4901432 L 510573.7 -4901607 L 510721.2 -4901949 L 511197.8 -4902949 L 511844.7 -4902619 L 512353.5 -4899650 L 513461.8 -4899540 L 514530.6 -4899950 L 515161.1 -4899036 L 517947.3 -4897902 L 517445.8 -4896879 L 517403.1 -4895728 L 517054.1 -4895031 L 516782.6 -4894763 L 516487.6 -4894060 L 515811.4 -4893800 L 517627.4 -4893489 L 517969.2 -4893409 L 518661.6 -4893501 L 518978.1 -4893714 L 520661.9 -4894581 L 522540.6 -4894502 L 522835.6 -4895187 L 523588 -4895278 L 524971.7 -4894611 L 526068.6 -4894963 L 527948.6 -4894678 L 528333.3 -4894716 L 528175.2 -4893972 L 529276.1 -4892453 L 529409.2 -4891346 L 529409.1 -4891346 z "
id="path609" />
<path
d="M 527953.6 -4980222 L 527478.4 -4978758 L 527425.6 -4978377 L 527097.7 -4978398 L 526118 -4978490 L 525814.2 -4978258 L 524570 -4977382 L 524264.4 -4976689 L 523203.8 -4976637 L 521987.9 -4975175 L 520546.2 -4975538 L 520183 -4976164 L 520428.6 -4976878 L 519676.9 -4976868 L 519362.1 -4976775 L 519066.3 -4976632 L 519208.4 -4976308 L 518765.8 -4975766 L 519176.5 -4974049 L 517716.3 -4973475 L 517343.5 -4973346 L 517490.6 -4973009 L 517454.2 -4971913 L 518022.5 -4970973 L 517294.2 -4970249 L 516440 -4969459 L 514952.8 -4969128 L 514506.6 -4968065 L 513822.8 -4968303 L 513684.7 -4968649 L 512481.7 -4969463 L 512131.3 -4970493 L 511916.3 -4970734 L 511435.1 -4971542 L 511155.1 -4971808 L 510751.9 -4972466 L 509610.3 -4972606 L 508913.3 -4971268 L 507621.3 -4970497 L 507790.4 -4970186 L 507771.4 -4968458 L 507630.6 -4968119 L 506973.4 -4967259 L 507397 -4965977 L 507200.3 -4965714 L 507318.8 -4964755 L 506899 -4964776 L 506543.2 -4964737 L 505186.6 -4965121 L 505568.2 -4963791 L 505230.5 -4963621 L 504546 -4963340 L 503274.8 -4961524 L 503143.4 -4960790 L 503338.5 -4960492 L 503440.4 -4959080 L 503401.7 -4958718 L 502973.3 -4958151 L 503305.8 -4957130 L 502832.4 -4956581 L 501971.6 -4955497 L 501767 -4953670 L 501654.3 -4953341 L 502255.2 -4952990 L 502592 -4951652 L 502209.2 -4951713 L 500763.2 -4951375 L 499626 -4948521 L 499476 -4947378 L 498360.2 -4945344 L 498048.6 -4943839 L 497694.8 -4943842 L 497142.8 -4944236 L 496935.7 -4944484 L 496478.6 -4944924 L 496530.3 -4945298 L 495963.2 -4945790 L 495332.5 -4947137 L 494693.6 -4947488 L 494857.7 -4948559 L 494285.3 -4949558 L 494024 -4951423 L 493903.8 -4951775 L 493421 -4953155 L 494057.9 -4954107 L 494232 -4955216 L 493963.6 -4955923 L 492927.9 -4956352 L 492711.8 -4956667 L 492697.5 -4957049 L 492987.2 -4957298 L 493714 -4957067 L 494306.4 -4957453 L 494407.5 -4958579 L 494253.3 -4958929 L 494098.1 -4959271 L 493179.8 -4960445 L 492906.1 -4960193 L 492130.1 -4959461 L 491414.5 -4959423 L 490764.6 -4959780 L 489959.9 -4961420 L 489206.3 -4964359 L 488550 -4965290 L 488708.2 -4966339 L 488074.2 -4966768 L 488393.6 -4968959 L 488406.3 -4969342 L 488031.5 -4969325 L 487762.8 -4969055 L 484849.5 -4968787 L 484294.4 -4969302 L 483915.6 -4969274 L 482489.2 -4968097 L 482242.8 -4967404 L 481503.3 -4967342 L 481144.8 -4968400 L 481324 -4969487 L 482008.7 -4970793 L 481796.6 -4971100 L 481510 -4972184 L 481817.1 -4973251 L 480231.3 -4975751 L 479140.9 -4975734 L 478841.4 -4976761 L 478795.5 -4976667 L 478498.8 -4976448 L 477758 -4975223 L 477143.2 -4975388 L 476316.3 -4972977 L 476014.6 -4972780 L 474981.3 -4972611 L 474383.4 -4973010 L 474185.7 -4972685 L 472540.1 -4970623 L 472346.3 -4969137 L 472094.7 -4968844 L 470203.6 -4969125 L 470008 -4968788 L 469323.8 -4966987 L 468223.3 -4965894 L 468784 -4964505 L 467759.5 -4963417 L 467880.9 -4960407 L 467088.1 -4959591 L 466804.5 -4959338 L 466147.7 -4959558 L 465056.1 -4958689 L 464972.5 -4958314 L 464746 -4956798 L 464190.7 -4956397 L 464108.2 -4954701 L 464225.4 -4954370 L 464214.9 -4953798 L 464054.2 -4953516 L 463835.6 -4953206 L 464372.9 -4952491 L 462799 -4951357 L 461505.9 -4950262 L 461405.3 -4949927 L 461224.7 -4949579 L 459943.3 -4948799 L 459035 -4946633 L 459056.1 -4945463 L 458669.1 -4944785 L 458003.8 -4944538 L 457660.9 -4944727 L 457344.1 -4943714 L 455926.6 -4944297 L 454775.4 -4943378 L 452333.4 -4944218 L 452055.8 -4944022 L 451728 -4944111 L 451372.4 -4943974 L 450442.6 -4944505 L 449201.4 -4943644 L 448067.3 -4943583 L 446810.4 -4944435 L 446942.1 -4945537 L 446599.7 -4946185 L 446410.6 -4946402 L 445962.6 -4946696 L 444539.4 -4946067 L 443041.2 -4946427 L 442021.6 -4945842 L 441672 -4945775 L 441288.3 -4945806 L 440118.3 -4944838 L 438264.5 -4945074 L 436772.9 -4943955 L 437483.7 -4941834 L 437714.9 -4941525 L 437401.3 -4941442 L 436670.6 -4940813 L 436466.4 -4941132 L 434240.1 -4943046 L 433905.3 -4943083 L 433677.2 -4943329 L 433697 -4944408 L 434035 -4945022 L 433667.6 -4945643 L 433431.5 -4945919 L 434253.5 -4947081 L 434486 -4947371 L 432878.5 -4949926 L 432573.5 -4950153 L 431639.9 -4949533 L 431270.3 -4949445 L 430846.1 -4949927 L 430626 -4950163 L 430891.6 -4951276 L 432078.1 -4952764 L 432475 -4955391 L 432538.2 -4956119 L 432190 -4957586 L 432212.6 -4957965 L 432357.5 -4957998 L 432697.1 -4958166 L 433442.4 -4958275 L 433756.1 -4959308 L 433867.7 -4959610 L 434012 -4960230 L 433815.8 -4960530 L 433580.3 -4961207 L 433612.9 -4962656 L 431895.9 -4963942 L 431533.1 -4963978 L 431297 -4964249 L 430594 -4965853 L 430555.7 -4966181 L 429776.7 -4966707 L 428239.4 -4969198 L 427933.4 -4969402 L 427242.2 -4971184 L 427327.1 -4972338 L 429129.7 -4973633 L 428896.6 -4973938 L 428685.1 -4974672 L 426654 -4976343 L 427017.1 -4978204 L 426651.7 -4978886 L 425645.5 -4980985 L 427371.8 -4981687 L 427719.4 -4981845 L 428070.1 -4981983 L 429061.9 -4981507 L 431200.2 -4981957 L 431738.4 -4983757 L 431821 -4984135 L 431582.9 -4984439 L 429953.7 -4985990 L 429447.5 -4987842 L 428279.7 -4989788 L 428536.3 -4990162 L 428684 -4990449 L 428833.9 -4990464 L 431310.8 -4992622 L 431686.6 -4992578 L 432108 -4993114 L 433492.3 -4992973 L 434049.3 -4992516 L 434413.1 -4992535 L 434945.7 -4993984 L 434916.9 -4995138 L 435642.6 -4996459 L 435123.6 -4998295 L 434945.5 -4998640 L 436067.9 -4998560 L 436725.3 -4998942 L 437441.3 -4999825 L 437529.3 -5001302 L 438661.7 -5001343 L 439027.4 -5001450 L 439103.2 -5001759 L 439235.9 -5002049 L 436818.1 -5003710 L 436561 -5005588 L 435993 -5006093 L 436109.8 -5007895 L 436009.6 -5008263 L 436613.4 -5008123 L 436943.1 -5008268 L 436886.9 -5008647 L 438375.5 -5009854 L 438710.9 -5010538 L 439752.2 -5010914 L 439800.4 -5012388 L 440212.8 -5013035 L 440948.4 -5013229 L 441458.9 -5013759 L 441604.2 -5014899 L 442093.8 -5015336 L 442234.6 -5015635 L 442513.5 -5015609 L 442737.5 -5015441 L 443850 -5015467 L 445038.5 -5017464 L 445109.3 -5017848 L 445963.3 -5019110 L 447386.4 -5019656 L 447764.3 -5019585 L 448828.7 -5020021 L 449256.2 -5020654 L 449239 -5021039 L 448694.8 -5022004 L 449714.9 -5023120 L 449744.1 -5024999 L 449659.9 -5025624 L 450080.5 -5026255 L 449701.2 -5027335 L 448920.2 -5028162 L 448719.9 -5029263 L 449036.7 -5029484 L 449550.5 -5029475 L 450743.1 -5029394 L 451057 -5029306 L 452037.8 -5028742 L 452256 -5028035 L 452852.9 -5027572 L 453961.5 -5027492 L 454338.4 -5027446 L 455281.3 -5026688 L 455483.3 -5026425 L 455648.3 -5026259 L 455770.3 -5026058 L 457868.6 -5025857 L 458484.8 -5024605 L 458783.8 -5024396 L 459210.3 -5025404 L 460999.6 -5025545 L 461959.1 -5026006 L 462169.1 -5025697 L 462182 -5026057 L 462478.7 -5026717 L 462092.4 -5028034 L 461719.5 -5027976 L 459390.7 -5029775 L 459765.4 -5030423 L 460073.6 -5032621 L 460140.5 -5032991 L 460450.3 -5033136 L 460369.9 -5034464 L 460682.8 -5034601 L 461062.1 -5036466 L 462075.7 -5036894 L 463472.4 -5036540 L 463839.3 -5036509 L 463252 -5034474 L 463186.1 -5034126 L 465173.2 -5034920 L 465544.1 -5034934 L 466200.2 -5034018 L 467529 -5033347 L 468294.8 -5033376 L 469484.1 -5034842 L 469983.9 -5034861 L 470189.3 -5032966 L 470114.4 -5032592 L 471185 -5032795 L 471860.9 -5032554 L 472210.8 -5032457 L 472915.8 -5031572 L 473990.4 -5031940 L 475108.1 -5031888 L 475228.2 -5031240 L 474698.6 -5030435 L 474434.7 -5030225 L 474571.1 -5028716 L 475958 -5027531 L 476348.2 -5026481 L 477124.2 -5025642 L 478203.6 -5026562 L 479578.1 -5026876 L 479905 -5026728 L 480846.9 -5026195 L 481948.6 -5026232 L 482291.5 -5026097 L 482650.4 -5025980 L 483010.1 -5026639 L 485017.3 -5027734 L 486010.3 -5026663 L 487522.8 -5026811 L 487910.7 -5026839 L 488348.8 -5025809 L 489188.8 -5025037 L 489563.7 -5024954 L 490119.3 -5025813 L 490770.2 -5025575 L 491085.2 -5025384 L 492036.2 -5024308 L 493065 -5024019 L 493412.9 -5024149 L 493270 -5023785 L 493530.3 -5022261 L 493551.4 -5021741 L 494141.7 -5019910 L 495387.9 -5017984 L 495437 -5017602 L 496953.6 -5017354 L 499399.4 -5015564 L 500529.2 -5015294 L 500897.1 -5015161 L 501331.7 -5016101 L 501988.4 -5016353 L 502340.3 -5016400 L 503815.7 -5017191 L 504115.6 -5017362 L 503918.6 -5017694 L 504611.2 -5018575 L 504408.9 -5020086 L 504945.7 -5020628 L 506382.3 -5021020 L 506808 -5022060 L 507010.9 -5022389 L 507323.8 -5022440 L 507562.7 -5022649 L 508176.6 -5022203 L 508390 -5020000 L 508344.1 -5019622 L 507227.3 -5019731 L 506640.5 -5019304 L 507348.5 -5018403 L 508350.4 -5017882 L 508107.6 -5017151 L 507512.8 -5016679 L 507126.9 -5016708 L 506154.3 -5016243 L 506257.4 -5015517 L 507385.1 -5015610 L 508272 -5014935 L 509776.6 -5015078 L 510843.3 -5015273 L 511675.9 -5016046 L 512052.8 -5016118 L 512107.9 -5015425 L 512711 -5014576 L 512339.4 -5013198 L 513967.8 -5014005 L 514011.7 -5014367 L 515868.2 -5014556 L 516871.2 -5013553 L 517247.1 -5013532 L 517384.2 -5012781 L 516935.8 -5010607 L 517724.8 -5009825 L 517950.2 -5007923 L 518467.2 -5007379 L 518842.1 -5007284 L 519209 -5007340 L 520829.8 -5006611 L 520809.9 -5006228 L 520738.3 -5004701 L 520112.7 -5003758 L 519988.1 -5002614 L 520518.6 -5000460 L 521590.4 -5000193 L 521153.8 -4999200 L 522109.3 -4996733 L 522443.1 -4996929 L 523168.9 -4997135 L 524129.8 -4996491 L 524149.8 -4996490 L 525439.7 -4995725 L 526944.3 -4995761 L 527134.5 -4995031 L 527889.3 -4994963 L 525309.3 -4993910 L 524955.3 -4994041 L 523585.5 -4994622 L 523116.4 -4995199 L 522757.5 -4995184 L 521771.9 -4994770 L 522008.1 -4994106 L 521939.3 -4993754 L 522433.3 -4993274 L 523770 -4992933 L 524014.1 -4992351 L 523064.4 -4989488 L 523334.7 -4988380 L 522949.2 -4987326 L 523536.4 -4986349 L 523680.5 -4985993 L 523993.5 -4985790 L 525688.8 -4986370 L 526020.8 -4986198 L 525231.7 -4984498 L 526661.2 -4984813 L 527420.4 -4983639 L 528492 -4983930 L 528734 -4983644 L 528091.7 -4982304 L 526728.3 -4981752 L 526904.7 -4980625 L 527582.6 -4980306 L 527953.5 -4980222 L 527953.6 -4980222 z "
id="path610" />
<path
d="M 315139.8 -5065048 L 314957.4 -5064325 L 313789.9 -5062807 L 313150.1 -5062841 L 312885.2 -5061466 L 312438.7 -5060934 L 312717 -5060355 L 311698.6 -5059963 L 311690.2 -5059224 L 310060.4 -5058378 L 310546.1 -5057348 L 310674.4 -5056990 L 309803.2 -5056289 L 308705.6 -5056287 L 307753.4 -5055719 L 307656.2 -5056030 L 307565.2 -5057295 L 306815.5 -5057196 L 305754.8 -5056080 L 305390.9 -5054973 L 304760.3 -5054788 L 304826.7 -5054318 L 305003.9 -5054002 L 305717.4 -5053189 L 305916.9 -5052496 L 305590.5 -5051906 L 305893 -5051253 L 304430.8 -5048708 L 304711.9 -5048480 L 305016.7 -5047530 L 304403.8 -5046616 L 303145 -5045871 L 302402.3 -5045838 L 302088.3 -5045895 L 301784.3 -5045992 L 301652 -5045325 L 301115 -5044449 L 300448.4 -5044286 L 300553.9 -5043697 L 300166.5 -5043264 L 299965.9 -5042963 L 299080.3 -5041853 L 298944.2 -5040073 L 298565.3 -5040105 L 298249.6 -5039892 L 297971.5 -5040142 L 297140.1 -5040814 L 294774.8 -5040038 L 294799.2 -5039654 L 294320.9 -5039133 L 293553.3 -5039075 L 293017.5 -5038103 L 291275.9 -5037481 L 291250.9 -5037447 L 291109.2 -5036343 L 290786.1 -5035680 L 289404.8 -5037388 L 288769 -5037422 L 288766.6 -5035945 L 289748.4 -5034845 L 288742.3 -5034428 L 288377.4 -5034479 L 287683.6 -5034536 L 286760.6 -5033960 L 286140.9 -5033066 L 286184.2 -5032747 L 285847.4 -5031858 L 285653.8 -5031581 L 285435 -5030636 L 284639.4 -5028892 L 284259.9 -5026976 L 284310.3 -5026644 L 284810.1 -5025789 L 284921.5 -5025450 L 285338.4 -5023736 L 285362.4 -5023711 L 285738 -5021484 L 285570.5 -5020357 L 285358.5 -5019623 L 285047.9 -5019424 L 284233.2 -5018732 L 283992.4 -5018649 L 283784.3 -5018794 L 283499.1 -5019017 L 281753.1 -5018905 L 281677.6 -5018573 L 280884.9 -5017152 L 280850.4 -5016827 L 280360.8 -5015991 L 280068.2 -5015804 L 278037.2 -5015829 L 278048.6 -5015512 L 278076.4 -5014909 L 277798.8 -5014756 L 277711.4 -5014383 L 277675.5 -5013635 L 277942.7 -5013361 L 276568.3 -5011989 L 275807 -5011805 L 275554.7 -5010694 L 275203.8 -5010734 L 274501.1 -5010119 L 273227 -5010671 L 273107.9 -5010792 L 272893.6 -5011062 L 272036.6 -5012102 L 271412.7 -5012284 L 271121.2 -5012043 L 270134.5 -5011522 L 269380.8 -5011588 L 268556.1 -5012344 L 268207.5 -5012157 L 267004.4 -5010641 L 266778 -5010317 L 264909.8 -5009757 L 264394.9 -5008541 L 264131.8 -5008707 L 263904.6 -5008920 L 263904 -5009312 L 264637.7 -5011898 L 264624.1 -5012273 L 261667.9 -5013392 L 261141.1 -5014760 L 260812 -5014939 L 260605 -5015012 L 260389.1 -5015043 L 258461.4 -5014778 L 256905.9 -5014938 L 256513.1 -5014951 L 255134.4 -5015186 L 254858.2 -5015403 L 255216.8 -5015533 L 255481.3 -5015808 L 255549.7 -5016166 L 255932.2 -5019748 L 255604.1 -5019886 L 254282 -5020348 L 253070.5 -5019685 L 253149 -5020004 L 252936.7 -5020939 L 252683.4 -5021202 L 252376.3 -5021356 L 251859.9 -5021774 L 250577.1 -5022001 L 249168 -5021792 L 248765.3 -5022398 L 246681.3 -5023655 L 246524.5 -5022909 L 244702.7 -5022571 L 244264.8 -5021963 L 244328.9 -5021204 L 242641.3 -5022054 L 242355 -5022313 L 242191 -5024300 L 241863 -5024400 L 242796.2 -5025371 L 242622.8 -5025660 L 242538.7 -5025735 L 242932.6 -5026358 L 242946 -5026727 L 244001 -5025755 L 245306.8 -5026240 L 245426.2 -5026588 L 245425.8 -5027714 L 243527.4 -5027799 L 242851.1 -5027487 L 242714.6 -5028537 L 242046.4 -5028793 L 241696.7 -5029328 L 240993.7 -5029461 L 240518.1 -5030003 L 240506 -5030766 L 240600.4 -5031137 L 241206.3 -5031051 L 241340.8 -5031327 L 242470.5 -5031273 L 243101.7 -5031701 L 243410.6 -5032396 L 245258.6 -5032665 L 245497.5 -5033398 L 246648.1 -5033389 L 246485.7 -5034443 L 245728 -5034400 L 245214.6 -5034845 L 245442.1 -5036628 L 245199.8 -5036922 L 245196.4 -5037202 L 244339.6 -5037939 L 244176.7 -5038676 L 243152.7 -5038878 L 242784.9 -5038785 L 242853.4 -5039121 L 243278.1 -5040751 L 244342.3 -5040405 L 245011.9 -5041301 L 245153.9 -5042034 L 246032.9 -5042607 L 246346.1 -5042403 L 246518.4 -5042882 L 246095.3 -5043821 L 245346.3 -5043944 L 244768.8 -5044439 L 245474.1 -5045614 L 244655.4 -5046352 L 243619.2 -5045969 L 243277.5 -5045791 L 243442.6 -5046490 L 242852.2 -5046940 L 241748.6 -5046835 L 240498.9 -5047607 L 240368.9 -5047607 L 240413.9 -5048377 L 241331.1 -5048889 L 242449.4 -5050814 L 242115.3 -5050973 L 241353.9 -5052227 L 240718.6 -5052600 L 240433.5 -5052719 L 240038 -5053178 L 239822.7 -5053486 L 239075.9 -5053415 L 239075.5 -5053769 L 238668.9 -5054348 L 237676.6 -5054727 L 237313.9 -5055382 L 236448.2 -5056089 L 236170.9 -5057171 L 236151.5 -5057508 L 235677 -5057990 L 234540 -5057306 L 234208.1 -5057248 L 233467.5 -5057039 L 232500.9 -5057675 L 232194.6 -5057910 L 233960.5 -5061034 L 234132.1 -5061358 L 235134.5 -5060917 L 235822.1 -5061182 L 236194 -5061190 L 236231.5 -5061579 L 234354.8 -5064063 L 234133.4 -5064384 L 233181.2 -5064669 L 233822.6 -5065975 L 233413.4 -5067006 L 233495 -5067367 L 233648.2 -5068905 L 234847.1 -5069841 L 234930.7 -5070219 L 233994 -5070874 L 230551.4 -5070750 L 230488.2 -5071805 L 230371.8 -5072137 L 231435.5 -5073296 L 231507.1 -5073684 L 233332.3 -5073465 L 233934.8 -5073912 L 234978.6 -5074027 L 235278.7 -5075811 L 237436.1 -5075282 L 237746.3 -5075075 L 238040.3 -5075049 L 239810.7 -5075546 L 240157.5 -5075670 L 241648.7 -5075356 L 242249.5 -5075502 L 243406.4 -5076473 L 243325.7 -5077215 L 243919.3 -5077590 L 244947.5 -5077373 L 245222.2 -5077603 L 247314.2 -5077435 L 247931.4 -5077188 L 247711 -5076549 L 247804.3 -5076222 L 248156.3 -5076204 L 248420.9 -5075594 L 248542.2 -5075263 L 249051.1 -5074313 L 249242.4 -5074008 L 249271.4 -5073993 L 250653 -5074226 L 251929.7 -5075468 L 252270.5 -5075614 L 252530.7 -5075362 L 254254.5 -5075334 L 253867.1 -5074727 L 254338.5 -5074276 L 254817.7 -5075059 L 254980.5 -5075318 L 254801.5 -5076449 L 256065.2 -5078785 L 256002.9 -5079154 L 255752.6 -5080615 L 255379.6 -5080649 L 255985.7 -5081569 L 256670.4 -5081809 L 257036.3 -5081854 L 257810.5 -5083869 L 258076.3 -5084124 L 256926.8 -5084792 L 256767.3 -5086585 L 256060.4 -5086513 L 255664 -5087053 L 255568.7 -5087403 L 255853.4 -5087786 L 256137.3 -5087949 L 256618.5 -5088841 L 255694.1 -5089331 L 255618.3 -5090348 L 255358.1 -5090600 L 255981.9 -5090841 L 256205.7 -5091094 L 257175.1 -5090542 L 258639.9 -5090718 L 258944 -5090501 L 259176.8 -5090701 L 259661.6 -5090912 L 259623.1 -5091601 L 260336.2 -5092769 L 260472 -5093086 L 260118 -5093137 L 259866.2 -5094174 L 259153.2 -5094172 L 259274.4 -5095239 L 262123.5 -5096379 L 262483.6 -5096239 L 263072 -5097126 L 263425.9 -5097242 L 264088.4 -5098006 L 263376.9 -5098675 L 263916 -5100005 L 263931.5 -5100734 L 265044.4 -5100831 L 265735.8 -5101704 L 264703.8 -5103227 L 264622.3 -5103963 L 264533.1 -5104326 L 265207.9 -5104616 L 267715.9 -5104669 L 267989.8 -5104913 L 268825.1 -5104368 L 269063.2 -5104132 L 270569.2 -5105824 L 271714.1 -5105929 L 272394 -5106208 L 271764.5 -5107088 L 273069.8 -5108358 L 273388.7 -5108543 L 274912 -5108058 L 275217.1 -5107922 L 275432 -5108207 L 275097.5 -5109204 L 274974.3 -5109538 L 275268.2 -5109754 L 275930.6 -5108909 L 276626.7 -5108705 L 276967.6 -5108830 L 277967.4 -5109306 L 278281.3 -5109502 L 280447.3 -5107565 L 280652.4 -5107251 L 281118.5 -5106964 L 281420.4 -5107076 L 282636.8 -5108318 L 282983.8 -5108376 L 285017 -5107990 L 285242.1 -5107712 L 285719.2 -5107411 L 285862.3 -5107167 L 286405.5 -5106645 L 287495.6 -5106371 L 288774.2 -5105055 L 289009.5 -5104363 L 290119.6 -5104156 L 291640.4 -5104440 L 291922.2 -5104713 L 292540.3 -5104395 L 293221.1 -5104666 L 294283.1 -5104488 L 294607.1 -5104493 L 294909 -5104615 L 297122 -5104358 L 297758.8 -5104754 L 298413.9 -5104460 L 298742 -5104279 L 299437.5 -5103051 L 299504.7 -5102695 L 302067.4 -5102854 L 303627.8 -5103889 L 304033.5 -5104522 L 304767.5 -5104350 L 304574.4 -5104679 L 304294.1 -5105362 L 304429.6 -5106492 L 303765.5 -5106846 L 302266.6 -5106846 L 302168.3 -5107567 L 302426.2 -5107848 L 302007 -5108452 L 302260.9 -5108677 L 302636.7 -5109149 L 302986.7 -5109016 L 303891.2 -5110167 L 304349.7 -5111557 L 305418.7 -5111297 L 306136.4 -5112076 L 306817.5 -5111799 L 307163.5 -5111674 L 306784 -5110282 L 308048.2 -5109499 L 309218.8 -5107575 L 309346.1 -5106824 L 309419.2 -5106450 L 310465.9 -5106917 L 311225.9 -5106796 L 312029.3 -5105548 L 313334.1 -5105848 L 313623.3 -5105235 L 313678.4 -5104893 L 314597.1 -5105436 L 314516.9 -5106081 L 314761.6 -5106760 L 315115.6 -5106619 L 315668.4 -5107116 L 317171.3 -5106908 L 317854.1 -5107220 L 320464.8 -5107431 L 320845.8 -5107425 L 320046.3 -5109146 L 320779 -5110037 L 322736.5 -5111188 L 322865.3 -5111945 L 322901.3 -5112006 L 323879.3 -5111684 L 324191.3 -5111538 L 325643.1 -5111904 L 328498.1 -5110977 L 330296.8 -5111569 L 331203.9 -5110931 L 331442 -5110625 L 331081.1 -5110477 L 330534.3 -5110026 L 332053.7 -5107915 L 332018 -5106755 L 331605.2 -5106141 L 331598.3 -5105891 L 330957.7 -5104948 L 331456.1 -5103564 L 330701.5 -5102751 L 330770.8 -5101672 L 331081.8 -5101496 L 332847.9 -5100354 L 333156.9 -5100123 L 333681 -5099579 L 333820.4 -5098453 L 334434.4 -5098089 L 336000.6 -5099745 L 336611.7 -5099051 L 336581.8 -5098726 L 337462.8 -5098204 L 337794.8 -5098123 L 338839 -5097066 L 338520.3 -5096404 L 338629.5 -5095726 L 339635.5 -5095262 L 339544.6 -5094917 L 339587.1 -5093508 L 340254.1 -5093120 L 340021.7 -5091584 L 338744.3 -5090727 L 338561.5 -5090146 L 338397.6 -5089881 L 338418.8 -5089257 L 338038.9 -5089185 L 337282 -5089287 L 335564 -5087763 L 333731.5 -5087361 L 332724.5 -5087858 L 331953.7 -5087803 L 330732.5 -5088746 L 329968.7 -5088732 L 329793.9 -5088408 L 329700.2 -5087680 L 330226.3 -5087171 L 330198.5 -5086786 L 329975.4 -5084911 L 331004.9 -5083313 L 330718.1 -5083102 L 329425.9 -5081939 L 329667 -5081735 L 330268.8 -5081821 L 330461.9 -5081572 L 330076.5 -5080509 L 328410.5 -5077499 L 327306.3 -5076480 L 327194.5 -5076115 L 327339.1 -5075010 L 326851.5 -5074473 L 327352.9 -5073486 L 327224.1 -5073156 L 326285.5 -5072958 L 326126.3 -5073304 L 325674.1 -5073916 L 324927.3 -5073954 L 324190 -5074781 L 322340.4 -5074965 L 321692.8 -5074606 L 321382.5 -5071953 L 321919 -5070934 L 321659.5 -5070234 L 321342.7 -5070116 L 320390.9 -5070187 L 320058.1 -5070060 L 318082.5 -5068702 L 318095.7 -5068374 L 317980.2 -5067728 L 317625.3 -5067740 L 317015.5 -5067752 L 316579.3 -5066792 L 316787.4 -5066496 L 316380.2 -5065496 L 315450.3 -5065694 L 315137.9 -5065048 L 315139.8 -5065048 z "
id="path611" />
<path
d="M 435566 -5141649 L 434617.4 -5142826 L 434349.4 -5145396 L 437572 -5146806 L 437963.3 -5147495 L 438118.5 -5147859 L 438118.5 -5147909 L 438348.6 -5148182 L 438406.9 -5148892 L 437939.1 -5149421 L 437729.6 -5150760 L 437365.6 -5150670 L 436841.8 -5151176 L 436822 -5151551 L 436738.7 -5153071 L 435140 -5156093 L 435032.2 -5156460 L 436189.7 -5157396 L 435777.7 -5159598 L 435717.9 -5159968 L 436409.6 -5161209 L 436772.6 -5161215 L 437071.7 -5161465 L 437133.3 -5162608 L 437297.5 -5162961 L 436844 -5164048 L 437489 -5165859 L 436766 -5165949 L 436464.3 -5166612 L 435759.2 -5166449 L 434622.8 -5167792 L 433714.1 -5168497 L 433536.5 -5169246 L 434838.6 -5171068 L 434949.8 -5171438 L 433862.9 -5171823 L 432929.5 -5173042 L 432248.7 -5173399 L 431508.7 -5173580 L 430799.5 -5173293 L 430133.7 -5173675 L 429754.7 -5173742 L 430084.3 -5174794 L 429999.7 -5175500 L 428802 -5176195 L 428165.4 -5177097 L 428512.1 -5178171 L 430363.5 -5178572 L 432057.2 -5181062 L 431285.9 -5182371 L 431169.1 -5182739 L 430912.2 -5183029 L 428701.9 -5184575 L 426936.3 -5187091 L 427155.6 -5187518 L 428563.7 -5187423 L 428835.9 -5187662 L 429217 -5187699 L 430349.2 -5189334 L 430207.4 -5191083 L 432563.6 -5192351 L 432959.6 -5192312 L 434028.5 -5193411 L 435047.1 -5195469 L 435190.4 -5195825 L 434965.6 -5196121 L 434335.8 -5196460 L 431794.1 -5196024 L 431472.2 -5196228 L 428806.4 -5198371 L 428798.1 -5200638 L 429650.4 -5200876 L 429896.6 -5201094 L 430315.1 -5201636 L 430103.8 -5202634 L 430474.3 -5203240 L 430688.6 -5203523 L 430717.3 -5204513 L 431511.9 -5205157 L 431795.1 -5205360 L 431605.3 -5205698 L 430906.2 -5207060 L 430709.4 -5207339 L 429862.6 -5207762 L 429737.9 -5208109 L 428476.2 -5208810 L 427645 -5209962 L 425975.1 -5210438 L 425825.4 -5210793 L 426535.6 -5212154 L 426772.2 -5212866 L 427676.9 -5213507 L 427866.8 -5214615 L 427346.2 -5216392 L 427743.8 -5216994 L 427528 -5217311 L 426049.8 -5217387 L 425659.9 -5216457 L 424167.5 -5216333 L 424017.1 -5217045 L 424420.1 -5218114 L 423714.2 -5218417 L 423695.5 -5218795 L 423463.4 -5219873 L 423125.2 -5219726 L 421802.5 -5219229 L 420917.6 -5219590 L 419705.7 -5218769 L 419421.5 -5218592 L 418930 -5218140 L 417634.1 -5217390 L 416588.3 -5217856 L 415545.7 -5217386 L 415180.7 -5217502 L 414807.3 -5217034 L 414487.4 -5217236 L 412064.8 -5218233 L 411836 -5218514 L 410699.5 -5219399 L 409263.3 -5219498 L 408952.1 -5219296 L 408225 -5219379 L 407116.6 -5220298 L 406882.7 -5220431 L 406623.7 -5220507 L 409349.6 -5223296 L 409455.3 -5224081 L 409678.7 -5224445 L 410423.5 -5225257 L 411485 -5225554 L 411843.1 -5225639 L 411516.1 -5227953 L 411655.9 -5229884 L 411676.3 -5230278 L 412738.6 -5230400 L 414399.6 -5228883 L 416728.1 -5230054 L 416919.4 -5230386 L 417494.9 -5231855 L 417248.5 -5232589 L 417047.8 -5232929 L 416037.9 -5233271 L 415849.4 -5233843 L 416004.7 -5234165 L 418076.1 -5235146 L 418116.1 -5236228 L 419531.1 -5238041 L 421784.2 -5236635 L 422113.1 -5236437 L 422123.1 -5236422 L 423669.3 -5235289 L 424720.8 -5235574 L 425458.8 -5235410 L 425779.7 -5235196 L 428402.9 -5236863 L 430680.9 -5237407 L 431077 -5237392 L 431813.2 -5237420 L 432351.9 -5236973 L 432584.7 -5236687 L 433653 -5236787 L 433996.2 -5236897 L 434542.7 -5238252 L 435570.4 -5238735 L 435854.7 -5238993 L 435183.4 -5240793 L 434210.8 -5241400 L 433731.7 -5242447 L 433045.8 -5242710 L 433614.3 -5244037 L 432734.6 -5246446 L 432489.8 -5246728 L 431770.4 -5246526 L 431407.2 -5246436 L 431868.2 -5249189 L 432964.7 -5251310 L 432876.5 -5252103 L 432833.9 -5252499 L 434449.5 -5250798 L 438374.9 -5254026 L 439589.6 -5250723 L 441125.1 -5250870 L 441518.2 -5250866 L 442279 -5251467 L 442530.3 -5251669 L 442789.7 -5254731 L 442192.6 -5255688 L 442681.8 -5256681 L 442181.8 -5257685 L 442567 -5259533 L 442926.9 -5260213 L 442576.9 -5260329 L 441972.2 -5260734 L 440799.8 -5260643 L 439426.5 -5259848 L 439029.4 -5259821 L 440457.9 -5263422 L 439215.9 -5266288 L 438935.2 -5266564 L 434243.3 -5266845 L 433784.9 -5267479 L 433992.7 -5268986 L 433536.9 -5270070 L 433399.3 -5270439 L 434799.4 -5271076 L 436183.4 -5272422 L 439270 -5273105 L 442044.5 -5274550 L 442439.6 -5274580 L 445874.5 -5275406 L 446236.6 -5275447 L 446527.8 -5274730 L 447235.6 -5274381 L 447543.4 -5274133 L 448757.5 -5273149 L 450246.3 -5272685 L 451494.8 -5271184 L 452431.3 -5270554 L 452960.1 -5271123 L 454062.7 -5271374 L 454523.6 -5271999 L 457020.6 -5273056 L 457369.9 -5273226 L 458069.7 -5272867 L 458733.2 -5271447 L 461261.9 -5268981 L 461338.5 -5268595 L 462480.8 -5268565 L 463521.7 -5269036 L 465375.5 -5269283 L 466829.4 -5268885 L 467071.1 -5268588 L 467541 -5267600 L 468974.2 -5267430 L 469724.5 -5266632 L 470028.4 -5266428 L 470747.2 -5265249 L 470484.9 -5264232 L 470384.5 -5263896 L 473675.3 -5262108 L 473696.1 -5260214 L 474318.3 -5259369 L 474677.3 -5259248 L 475631.4 -5259098 L 475955.5 -5259079 L 478083.9 -5259746 L 478903 -5260466 L 479055.5 -5260815 L 478633.1 -5261430 L 478916.9 -5262079 L 478781.6 -5263535 L 479055.4 -5264963 L 479407.8 -5265170 L 480220.5 -5263882 L 481714.7 -5263705 L 483288.9 -5262618 L 484116.2 -5260954 L 484334.9 -5260634 L 484717.9 -5260570 L 485008.7 -5260313 L 486499.6 -5260711 L 487630.8 -5262238 L 489841.3 -5262955 L 490148.7 -5263193 L 491096.7 -5262103 L 491270.4 -5261786 L 491423.7 -5261139 L 491480.3 -5260811 L 491823.1 -5259671 L 491835.6 -5259274 L 493383.4 -5256901 L 493489 -5256549 L 493536.8 -5256337 L 494440.3 -5253903 L 494414.8 -5253528 L 493609.2 -5252387 L 493510 -5251331 L 493520.6 -5250976 L 491491.8 -5246379 L 491304.4 -5246036 L 490662.2 -5245102 L 490486.8 -5244763 L 490285.4 -5244432 L 489764.1 -5243408 L 490020.6 -5241938 L 490420.7 -5240957 L 491622.3 -5240234 L 491962.3 -5240120 L 492692.3 -5239880 L 492982.1 -5239627 L 493220.9 -5239331 L 493764.5 -5238797 L 494024.3 -5238533 L 495139.1 -5237055 L 497555.1 -5235368 L 498167.4 -5234543 L 498249.7 -5233882 L 498177.3 -5233545 L 497963.4 -5230826 L 498876.5 -5228676 L 499082.2 -5228342 L 499238.9 -5228023 L 499376.6 -5227695 L 500695.7 -5223428 L 500751.4 -5223058 L 501003.2 -5222747 L 501102.9 -5222380 L 500843.4 -5220913 L 501432.6 -5219951 L 501684.4 -5219654 L 501766.6 -5217790 L 501813.3 -5217419 L 501832.2 -5217280 L 501820.8 -5216885 L 501915.7 -5215706 L 501244.2 -5214290 L 501054.7 -5212804 L 501221.4 -5212457 L 503367.7 -5211019 L 503629.5 -5210751 L 504095.4 -5210486 L 504362.5 -5210521 L 505050.4 -5209090 L 505210.1 -5208726 L 505208.7 -5207156 L 505126.3 -5206768 L 504612.3 -5205801 L 504490.6 -5205079 L 504295.9 -5203199 L 505236.4 -5201181 L 505557.3 -5200979 L 505476.6 -5200222 L 504544.9 -5198554 L 504432.6 -5198254 L 503341.8 -5195300 L 503939.1 -5194315 L 504172.9 -5193994 L 504263.5 -5193435 L 504360.3 -5193168 L 504802 -5188983 L 503829.8 -5187839 L 503672.5 -5187482 L 503852.1 -5186944 L 503969.9 -5186686 L 503906.3 -5185968 L 502647.9 -5184582 L 502488.6 -5184243 L 501958.5 -5182958 L 501954.2 -5182608 L 501612 -5182436 L 500739.4 -5183152 L 499248.8 -5182831 L 497975 -5183547 L 496450.7 -5183596 L 495883.6 -5182352 L 495263.5 -5182385 L 494920.4 -5182407 L 494632.5 -5182652 L 492864.7 -5182073 L 492556.2 -5181438 L 492709 -5181091 L 491795.3 -5180460 L 491442.1 -5180293 L 490377.5 -5179833 L 489988.6 -5178791 L 487638.7 -5176761 L 487575.4 -5176413 L 487717.4 -5175012 L 487369.4 -5175089 L 486326.8 -5175981 L 485950.7 -5175990 L 483723.1 -5175786 L 482905.1 -5174555 L 482292.7 -5174165 L 482035.8 -5174422 L 481052.3 -5174024 L 480794.7 -5174718 L 479933.1 -5175457 L 479232.2 -5177199 L 478936.3 -5177397 L 476961.3 -5176405 L 476991 -5176026 L 476825 -5174536 L 475712.7 -5174426 L 474757.8 -5173279 L 474878.4 -5172587 L 474607.2 -5172329 L 473222.6 -5171785 L 472598.9 -5170854 L 471081.8 -5171009 L 470718.7 -5170900 L 470572 -5169785 L 471347.6 -5168997 L 471324.4 -5168619 L 470732.5 -5167269 L 469445.7 -5167941 L 469382.2 -5168681 L 466653.2 -5167577 L 466376.7 -5166824 L 468056.6 -5166330 L 468369.5 -5166161 L 468609.9 -5165065 L 467706.1 -5163918 L 467802.7 -5163184 L 468010.5 -5162871 L 466801.9 -5162154 L 466453.8 -5162036 L 467161.7 -5161770 L 467586.9 -5160361 L 468712.1 -5160482 L 469489.8 -5157978 L 469279.2 -5156905 L 469855.7 -5155939 L 467032.5 -5154163 L 466537.1 -5153597 L 465127.7 -5153047 L 464250.3 -5152330 L 463961.1 -5152085 L 463658.2 -5152307 L 463411.5 -5152987 L 462713.5 -5153226 L 461902.1 -5152511 L 461171 -5152369 L 460893.5 -5153371 L 459852.5 -5153548 L 459533.4 -5153337 L 457152.7 -5152222 L 455859.9 -5152859 L 454541.5 -5152203 L 452264.3 -5151991 L 451053.2 -5152013 L 450699.1 -5151883 L 448429.1 -5149935 L 447700.5 -5148626 L 448052.2 -5147966 L 448140.1 -5147637 L 447408.6 -5146536 L 447069.6 -5146494 L 446772.7 -5146748 L 446191.9 -5147270 L 444571.7 -5144607 L 444066.6 -5141929 L 444260.3 -5141171 L 443895.3 -5141271 L 442413.4 -5141489 L 442161.5 -5141770 L 441796.5 -5141840 L 439625.3 -5141561 L 437878.5 -5142099 L 437587.4 -5141844 L 436879.3 -5141536 L 436540.3 -5141546 L 435566.3 -5141649 L 435566 -5141649 z "
id="path612" />
<path
d="M 377317.8 -4986400 L 376992.9 -4986489 L 376268.2 -4987617 L 376013.1 -4987910 L 374502.8 -4990150 L 374317.1 -4990905 L 373574.4 -4991117 L 373752.9 -4991448 L 374099 -4992110 L 373736.6 -4992769 L 373528.4 -4993075 L 373015.7 -4994059 L 373156.5 -4995141 L 372852.5 -4995320 L 372384.3 -4995783 L 372125.7 -4995542 L 371995.2 -4996132 L 372364 -4996071 L 373110.5 -4996087 L 374418.9 -4996802 L 374793 -4997432 L 374773.3 -4998172 L 374503.3 -4998354 L 373892.5 -4998577 L 373628.5 -4998729 L 373283.5 -4998915 L 372238.7 -4999417 L 371119.8 -4999065 L 369993.3 -4999273 L 369992 -4999555 L 370009.4 -5000117 L 369626.6 -5000103 L 368567.7 -4999710 L 367577.8 -5000254 L 366604 -4999668 L 365179.3 -5000236 L 364390 -5001072 L 362388.2 -5002137 L 362450.5 -5002833 L 363485.8 -5002845 L 364262.6 -5003608 L 364551.2 -5003840 L 364883.8 -5004036 L 365352.5 -5005094 L 365218.2 -5005454 L 364943.1 -5005726 L 363877.7 -5006843 L 360835.8 -5006602 L 360450.4 -5007270 L 360703.2 -5008398 L 360881.6 -5008951 L 360904.3 -5009241 L 361272 -5009358 L 363067.3 -5010031 L 364406.3 -5011380 L 364428.9 -5011763 L 364328.9 -5012894 L 363986.9 -5013079 L 362846.8 -5012844 L 361448 -5013478 L 361519.6 -5013813 L 361386.2 -5014330 L 360509.3 -5014763 L 360940.5 -5016531 L 361487.8 -5016951 L 361718.7 -5018012 L 361470.7 -5018149 L 361672.3 -5018469 L 361313.9 -5020323 L 361693.7 -5020341 L 363197.1 -5020131 L 364329.6 -5021133 L 364971.1 -5022481 L 365247.1 -5023578 L 366637.9 -5024219 L 367026.7 -5024200 L 367354.4 -5024368 L 367997.4 -5025207 L 368296.9 -5026969 L 367947 -5027104 L 366477.8 -5028246 L 365052.3 -5027251 L 364470.9 -5028127 L 364789.2 -5028828 L 363708.8 -5028730 L 363409.7 -5028968 L 363324.6 -5030473 L 363875 -5030908 L 364980.7 -5030589 L 365714.2 -5030817 L 365736.9 -5031190 L 365679.9 -5032619 L 364448.2 -5033062 L 364241.1 -5033358 L 362961.3 -5033861 L 363157.7 -5034538 L 363780.1 -5034919 L 363852 -5036406 L 364287.1 -5037404 L 364794.8 -5037571 L 365045.8 -5037469 L 365644.3 -5037865 L 365719.8 -5038584 L 365581.6 -5038925 L 370262.2 -5036441 L 370584.2 -5036230 L 372103.9 -5038720 L 372635.3 -5039240 L 373366.9 -5039364 L 373734.7 -5039423 L 373903.8 -5040656 L 374247.6 -5040803 L 375309.9 -5042745 L 375972.4 -5043095 L 376696.1 -5043104 L 377350.4 -5042213 L 377684.4 -5042045 L 378741 -5043652 L 378833.9 -5045558 L 380373.2 -5045665 L 380826.7 -5046285 L 380969.2 -5047045 L 381556.2 -5046626 L 381878.2 -5046465 L 381804.8 -5045516 L 381873 -5045191 L 383351.2 -5045471 L 383800.7 -5046065 L 383847.3 -5046811 L 385747.1 -5045750 L 386122 -5045683 L 387047.9 -5045276 L 388025.3 -5045744 L 389093.8 -5045814 L 389754.5 -5047908 L 390348 -5048386 L 392278.3 -5048277 L 394182 -5049564 L 394392.8 -5049849 L 394942.4 -5050260 L 395031.9 -5051306 L 395423.5 -5051893 L 395701.3 -5052162 L 397919.6 -5054295 L 399056.9 -5055133 L 400097.7 -5054842 L 402137.7 -5055575 L 402358.4 -5056279 L 402408.2 -5056654 L 403211 -5056545 L 403343.8 -5056884 L 404068.5 -5056947 L 404743.7 -5058602 L 404973.3 -5059640 L 405668.1 -5059436 L 406167.2 -5058550 L 406238.1 -5058908 L 407260.6 -5059288 L 407602.7 -5058646 L 407879.7 -5058407 L 407948.9 -5057867 L 408103.9 -5057642 L 409551.5 -5057438 L 410260 -5058229 L 411868.7 -5057552 L 412198.5 -5057739 L 412465.9 -5059228 L 413960.5 -5059072 L 414598.2 -5059422 L 414437.9 -5060530 L 413774 -5060883 L 413780.9 -5061261 L 414717.4 -5061862 L 415352 -5062774 L 416079.8 -5062689 L 416585.8 -5062119 L 417316.6 -5062171 L 417302.4 -5062926 L 418287.8 -5064034 L 420160.3 -5063877 L 420326.3 -5063532 L 421018 -5063867 L 421522.6 -5064899 L 421846.1 -5066780 L 422833.7 -5067401 L 424759.1 -5067534 L 425237.9 -5068148 L 425537.8 -5068399 L 425919.7 -5068321 L 426451.8 -5067288 L 428166.5 -5066400 L 428239.6 -5065676 L 428276.7 -5065288 L 428283.9 -5064410 L 429274.5 -5064987 L 430568.3 -5064258 L 431806.8 -5065092 L 432862.7 -5064037 L 433547.6 -5063785 L 433886.5 -5063608 L 434219.1 -5065219 L 435251.9 -5064788 L 436041.9 -5063506 L 437501.6 -5063113 L 436742.1 -5061373 L 437793.8 -5061226 L 438150.5 -5062248 L 438218.4 -5062626 L 438977.5 -5060958 L 439707.3 -5060996 L 440157.3 -5060406 L 440841.1 -5060551 L 441696 -5059894 L 442387.8 -5060123 L 442738.7 -5060243 L 442755.3 -5057198 L 443909 -5057286 L 444812.6 -5057992 L 445506.3 -5058328 L 446533.1 -5057872 L 448196.4 -5059380 L 448790.1 -5060369 L 448699 -5061133 L 448519.9 -5061872 L 448781.8 -5062152 L 449896.5 -5062513 L 450283.4 -5062577 L 450526.3 -5062555 L 450768.3 -5062529 L 451366.2 -5062071 L 453608.7 -5062100 L 455240.4 -5061201 L 455565.3 -5061008 L 456245 -5061925 L 456983.8 -5062108 L 457985.4 -5063224 L 458342.3 -5063265 L 458557.2 -5064293 L 459622.9 -5065160 L 459969.8 -5065250 L 462244.6 -5062109 L 462208.8 -5060593 L 462561.7 -5060427 L 462593.8 -5059390 L 462775.8 -5059077 L 462452.9 -5058968 L 461667.2 -5057965 L 461660.3 -5057262 L 462550.2 -5056133 L 461994.5 -5055181 L 462003.5 -5054869 L 461910.6 -5054385 L 461602.7 -5054334 L 459447.2 -5054498 L 459111.4 -5053876 L 459111.5 -5053491 L 458812 -5050846 L 458518.1 -5050696 L 457797.4 -5050089 L 457636.6 -5049383 L 458467.7 -5047639 L 459547.6 -5046524 L 460168.7 -5045168 L 461048.5 -5044777 L 461694.3 -5044833 L 461754.3 -5044530 L 461864.5 -5043688 L 461615.6 -5043403 L 461837.8 -5042300 L 461597 -5041615 L 461865.1 -5040950 L 461170.6 -5039609 L 461121.8 -5038879 L 461242.8 -5038602 L 461498.9 -5038057 L 461061.5 -5036466 L 460682.2 -5034601 L 460369.3 -5034463 L 460449.7 -5033135 L 460139.9 -5032991 L 460073 -5032621 L 459764.8 -5030423 L 459390.1 -5029774 L 461718.9 -5027976 L 462091.8 -5028034 L 462478.1 -5026716 L 462181.4 -5026057 L 462168.5 -5025696 L 461958.5 -5026006 L 460999 -5025544 L 459209.7 -5025404 L 458783.2 -5024395 L 458484.2 -5024605 L 457868 -5025856 L 455769.7 -5026057 L 455647.7 -5026258 L 455482.7 -5026424 L 455280.7 -5026687 L 454337.8 -5027445 L 453960.9 -5027492 L 452852.3 -5027572 L 452255.4 -5028035 L 452037.2 -5028741 L 451056.4 -5029305 L 450742.5 -5029394 L 449549.9 -5029474 L 449036.1 -5029484 L 448719.3 -5029263 L 448919.6 -5028161 L 449700.6 -5027334 L 450079.9 -5026254 L 449659.3 -5025624 L 449743.5 -5024999 L 449714.3 -5023119 L 448694.2 -5022003 L 449238.4 -5021039 L 449255.6 -5020654 L 448828.1 -5020020 L 447763.7 -5019584 L 447385.8 -5019656 L 445962.7 -5019109 L 445108.7 -5017848 L 445037.9 -5017464 L 443849.4 -5015466 L 442736.9 -5015441 L 442512.9 -5015609 L 442234 -5015634 L 442093.2 -5015336 L 441603.6 -5014899 L 441458.3 -5013758 L 440947.8 -5013228 L 440212.2 -5013035 L 439799.8 -5012387 L 439751.6 -5010914 L 438710.3 -5010537 L 438374.9 -5009853 L 436886.3 -5008647 L 436942.5 -5008267 L 436612.8 -5008122 L 436009 -5008262 L 436109.2 -5007894 L 435992.4 -5006093 L 436560.4 -5005587 L 436817.5 -5003709 L 439235.3 -5002048 L 439102.6 -5001759 L 439026.8 -5001450 L 438661.1 -5001342 L 437528.7 -5001301 L 437440.7 -4999825 L 436724.7 -4998942 L 436067.3 -4998559 L 434944.9 -4998639 L 435123 -4998294 L 435642 -4996458 L 434916.3 -4995137 L 434945.1 -4993984 L 434412.5 -4992534 L 434048.7 -4992516 L 433491.7 -4992972 L 432107.4 -4993114 L 431686 -4992577 L 431310.2 -4992621 L 428833.3 -4990463 L 428683.4 -4990449 L 428535.7 -4990161 L 428279.1 -4989788 L 429446.9 -4987841 L 429953.1 -4985989 L 431582.3 -4984438 L 431820.4 -4984135 L 431737.8 -4983757 L 431199.6 -4981956 L 429061.3 -4981507 L 428069.5 -4981982 L 427718.8 -4981845 L 427371.2 -4981686 L 425644.9 -4980984 L 425302.2 -4980865 L 424252.1 -4981793 L 423913.5 -4981610 L 421339.7 -4980997 L 419451.2 -4980739 L 417246.1 -4979129 L 416796 -4978485 L 416418.2 -4978526 L 416042 -4979054 L 415967.7 -4980568 L 415683.7 -4980719 L 414955.6 -4981354 L 413426.7 -4981310 L 411875.3 -4979627 L 411765.1 -4978897 L 408910.1 -4977812 L 408243.6 -4976804 L 407910.7 -4976930 L 407712.2 -4977614 L 407258 -4977179 L 407181.8 -4976470 L 407040.2 -4976113 L 406413 -4975732 L 405650.4 -4975821 L 404908.8 -4974992 L 404858.8 -4974983 L 404971 -4975660 L 403969.8 -4976584 L 403744.7 -4976842 L 403643.5 -4976135 L 403077.4 -4975663 L 402848.9 -4975370 L 402804.8 -4975480 L 402605.6 -4975787 L 402265.2 -4976433 L 400977.5 -4977088 L 401251.1 -4977314 L 401363.7 -4977677 L 400868.6 -4979093 L 400239.6 -4979519 L 399880.9 -4979519 L 399109.7 -4980250 L 398063.4 -4980298 L 397898.5 -4980275 L 397736.3 -4980560 L 397642 -4980881 L 397340.7 -4982446 L 397108.6 -4982737 L 396476.7 -4983126 L 396243.6 -4983353 L 395872 -4984254 L 395535.2 -4984333 L 394854.5 -4984451 L 393446.8 -4986100 L 393355.2 -4986804 L 393000.4 -4986869 L 391832.5 -4987609 L 391469.6 -4987725 L 390036.7 -4987634 L 389983.1 -4987255 L 389921.6 -4987771 L 389594.6 -4987978 L 387013.8 -4988487 L 385503 -4987280 L 384871.1 -4987599 L 384611.8 -4989092 L 383544.6 -4989068 L 383219 -4988892 L 381886.2 -4988564 L 379825 -4987184 L 379605.1 -4987205 L 379602.9 -4986448 L 378257.5 -4985791 L 377317.5 -4986401 L 377317.8 -4986400 z "
id="path613" />
<path
d="M 591249.7 -5223472 L 591263.1 -5223828 L 591203.2 -5224876 L 591397.9 -5226331 L 592778.9 -5228122 L 592616.6 -5228867 L 591856 -5230592 L 589791.5 -5232334 L 589360.4 -5233407 L 588665.9 -5234240 L 585466.8 -5232480 L 585321.1 -5232839 L 584707.8 -5233818 L 583830.7 -5238592 L 585079 -5239912 L 585166.5 -5240266 L 584508.6 -5239895 L 584153.5 -5240022 L 584027.1 -5240614 L 584866.5 -5241357 L 584986 -5241716 L 584471.8 -5242708 L 584558.7 -5243386 L 585446.6 -5244567 L 585912 -5245476 L 585647.1 -5245739 L 584975.3 -5245459 L 584121.8 -5243823 L 583198.7 -5243398 L 583121.1 -5243763 L 583182.5 -5244883 L 582496.1 -5245779 L 583051.6 -5246734 L 583121 -5247874 L 582440.2 -5247542 L 581086.8 -5247950 L 580956.6 -5248672 L 581608.1 -5249595 L 579993.6 -5250895 L 579939 -5251268 L 580517.2 -5251987 L 581342.6 -5252727 L 581234 -5253097 L 581262.3 -5254207 L 581053.5 -5254504 L 581417.3 -5254915 L 582181.9 -5254150 L 582428.7 -5253883 L 583048.2 -5254746 L 582801.8 -5255413 L 583122.2 -5255576 L 583692 -5255144 L 583978.5 -5255361 L 584648.6 -5258360 L 584395.3 -5259091 L 584015.1 -5259167 L 583826.1 -5259274 L 583627.3 -5259557 L 584024.7 -5260487 L 583867.4 -5261118 L 583651.6 -5261389 L 583492.9 -5261692 L 583363.2 -5262010 L 583637.7 -5262244 L 583514.9 -5263262 L 583884.2 -5263262 L 585230.8 -5263810 L 585417.8 -5264517 L 585647.3 -5264802 L 586204.3 -5265276 L 586103.6 -5265579 L 585833.1 -5266153 L 586394 -5266584 L 586836.5 -5267536 L 587187.8 -5267632 L 587485.8 -5267421 L 587998.4 -5267582 L 588891.5 -5269537 L 588971.9 -5269838 L 588797.9 -5270737 L 589613.1 -5272794 L 589886.6 -5273052 L 590627 -5272993 L 590999.2 -5272944 L 590828.5 -5273293 L 590917.3 -5276271 L 591565.1 -5276566 L 592140.3 -5277968 L 592514.7 -5278053 L 593220.4 -5279746 L 591652.6 -5280796 L 591688.6 -5281551 L 593503.9 -5281567 L 593827.9 -5282175 L 595645 -5281992 L 595994.4 -5282119 L 595745.6 -5282396 L 594306.8 -5283375 L 594595.4 -5284460 L 593954.5 -5284883 L 593652.2 -5285589 L 592581.9 -5285960 L 592718.9 -5286683 L 593822.1 -5287010 L 594139.3 -5288509 L 595256 -5288449 L 596214.9 -5287816 L 596584 -5287704 L 597785.8 -5289893 L 598426 -5289713 L 599393.6 -5290336 L 599258.4 -5291827 L 599325 -5292209 L 599694.4 -5292326 L 599613.8 -5292690 L 599057.6 -5293615 L 599850.9 -5294847 L 600012.5 -5295177 L 598748 -5296273 L 598470 -5296467 L 598822.7 -5297506 L 598651 -5299318 L 598988.5 -5299476 L 598774.6 -5300445 L 596523.8 -5300347 L 594785.5 -5299614 L 594125.5 -5300010 L 594212.7 -5303065 L 592927.4 -5303559 L 594374.2 -5304807 L 594643.4 -5305525 L 594878 -5305833 L 595786.3 -5306320 L 596828.2 -5306398 L 597470.1 -5306662 L 597767.6 -5306846 L 597315.1 -5307437 L 597211.6 -5308550 L 596526.5 -5308831 L 596290.7 -5309119 L 596917.1 -5310532 L 596780.1 -5311296 L 596690.6 -5311674 L 597156.8 -5312299 L 597676.5 -5313234 L 600267.6 -5312597 L 602076.8 -5313183 L 603615.2 -5313299 L 605407.6 -5314019 L 606725.6 -5313286 L 607040.6 -5313061 L 607707.7 -5312721 L 611308.5 -5314109 L 612877.6 -5313951 L 613990.1 -5314369 L 615557.1 -5314167 L 615867.6 -5314333 L 616117.2 -5314582 L 615751.9 -5316057 L 614808.9 -5316665 L 614227.4 -5318065 L 614239.9 -5318446 L 614976.3 -5318287 L 615493.4 -5318763 L 615642 -5319110 L 616279 -5319471 L 617357 -5320956 L 619890.5 -5321174 L 620234 -5321328 L 620441.4 -5320783 L 620632.3 -5320557 L 622544.1 -5320637 L 624458.4 -5319605 L 626524.5 -5320522 L 626780.4 -5320236 L 627762 -5319274 L 627977.8 -5319004 L 630196.3 -5318546 L 632808.2 -5318876 L 633164.7 -5319011 L 633701.4 -5317639 L 634568.3 -5316931 L 633658.6 -5316309 L 632974.1 -5314962 L 633143.3 -5314277 L 633817.6 -5313995 L 634185 -5313999 L 634887.3 -5313719 L 635533.4 -5314025 L 637431 -5313844 L 638276.8 -5313071 L 638824.1 -5312117 L 638984.8 -5311787 L 637583.5 -5309679 L 636413.2 -5308838 L 636385.7 -5308469 L 636739.2 -5307868 L 638183.3 -5306876 L 638468.3 -5306672 L 639740.2 -5309356 L 641233.2 -5309735 L 641909.5 -5309414 L 642093.2 -5309077 L 642903.2 -5306932 L 643165.1 -5306642 L 643457.1 -5306437 L 643826.7 -5305843 L 643815.4 -5304130 L 645107 -5303590 L 645820.9 -5303651 L 646455.7 -5302278 L 646445.7 -5300778 L 647348.3 -5299739 L 648208.7 -5299356 L 648191.3 -5299028 L 648237.5 -5299103 L 648645.3 -5298653 L 648941.4 -5298508 L 648487.7 -5296813 L 646116.9 -5295097 L 645516.8 -5294773 L 645207.3 -5294629 L 644916.7 -5294420 L 643346 -5293625 L 643645.2 -5293504 L 643583.9 -5292602 L 643285.4 -5292481 L 643634.6 -5292386 L 643899.1 -5291809 L 644970.5 -5291994 L 645502.7 -5292443 L 646118.9 -5292099 L 646461.2 -5292014 L 646968.9 -5289844 L 646649.2 -5288790 L 646940.8 -5289022 L 647482.8 -5288620 L 647436.3 -5288257 L 646974.1 -5287686 L 646979.8 -5286645 L 646443.6 -5286145 L 646213.9 -5285835 L 646452.2 -5285111 L 647578.1 -5284084 L 647375.5 -5283756 L 649273.9 -5284023 L 649875.2 -5284512 L 650001.4 -5285275 L 650373.9 -5285349 L 651862.9 -5286385 L 652165.9 -5286147 L 652061.9 -5284636 L 653938.1 -5284763 L 653281.6 -5282607 L 653730.3 -5281983 L 654447.7 -5281705 L 654831.2 -5281737 L 656378.7 -5280751 L 657507 -5280697 L 657900.6 -5280040 L 658609.6 -5280137 L 658657.4 -5279977 L 659397 -5279764 L 660065.3 -5280170 L 661478.4 -5282036 L 661790.2 -5283130 L 662776.8 -5283454 L 663144.3 -5283480 L 662926.6 -5280806 L 662854 -5280426 L 663071 -5280193 L 663990.9 -5280022 L 665740.9 -5279189 L 667762.4 -5276875 L 667737.9 -5276484 L 667989.2 -5276490 L 668179.6 -5276655 L 668433.2 -5276877 L 669349.7 -5277135 L 669164 -5276797 L 668128 -5274731 L 668150.1 -5274011 L 669310 -5272061 L 670579.2 -5272543 L 670925.8 -5272643 L 670922.8 -5273409 L 672986.2 -5275585 L 673713.2 -5275600 L 674245.6 -5276148 L 675001.4 -5276019 L 675346.6 -5275852 L 675810.4 -5275256 L 675724.3 -5274493 L 676748 -5273969 L 676964.7 -5274262 L 677469.6 -5275224 L 678087.7 -5275438 L 678399 -5275336 L 679249 -5274440 L 679783.8 -5274538 L 680046.4 -5274678 L 681308.5 -5277298 L 681872 -5278617 L 682975.2 -5278396 L 685168.6 -5276395 L 685368.4 -5276078 L 685942.8 -5275781 L 686629 -5272829 L 686363.7 -5271358 L 687041.4 -5271151 L 687489.2 -5269743 L 687498.7 -5269359 L 686892.3 -5267427 L 686795.8 -5267096 L 685690.3 -5267114 L 685296.4 -5266024 L 684401.6 -5264767 L 683964.5 -5263586 L 683640.9 -5263435 L 683152.6 -5262917 L 682816.3 -5263058 L 682480.5 -5263574 L 680318.8 -5263783 L 680187.2 -5263471 L 679746.4 -5262558 L 679536.5 -5262047 L 679479.1 -5261776 L 680701.2 -5261388 L 681025.6 -5261380 L 680766 -5261140 L 678942.2 -5260086 L 678283.1 -5259882 L 679116.5 -5259324 L 679087.7 -5258695 L 678995.1 -5258357 L 681219.7 -5259639 L 681558 -5259482 L 681905.2 -5258464 L 682943.3 -5258227 L 683224 -5258461 L 683643.1 -5258060 L 683457.5 -5257794 L 683035.1 -5257159 L 682926.5 -5255237 L 683732.1 -5254015 L 683759.3 -5253328 L 683450.6 -5253123 L 683235 -5252042 L 684449.9 -5251440 L 684632.7 -5251138 L 686607 -5252342 L 688055.3 -5251756 L 687794 -5251056 L 687940.3 -5250318 L 687728.6 -5250005 L 687536.9 -5249665 L 687554 -5248108 L 687652.9 -5247943 L 688069.7 -5246522 L 687878.1 -5245431 L 686765.8 -5244848 L 686519.1 -5244570 L 686384.1 -5243877 L 686962.5 -5243544 L 688425.5 -5243509 L 689248.8 -5242856 L 689550.3 -5242873 L 689975.4 -5242446 L 689260.9 -5241219 L 689047.3 -5240179 L 688717 -5240287 L 688101.5 -5240606 L 687772.6 -5240244 L 687759.3 -5239974 L 687747 -5239705 L 687739.5 -5239325 L 687444.9 -5237499 L 687278.2 -5237164 L 687611 -5235019 L 687294.4 -5234897 L 686949.1 -5234248 L 687282.9 -5232838 L 686927.7 -5232222 L 686635 -5231994 L 685070.7 -5231067 L 684899.2 -5230789 L 685350.9 -5230032 L 685637 -5229798 L 685873 -5228728 L 685420.3 -5226973 L 685168.1 -5226231 L 684902.6 -5226085 L 684409 -5225357 L 684480.7 -5225023 L 684490.9 -5224356 L 683747.1 -5223664 L 683441.7 -5223655 L 682672.1 -5223162 L 682649.7 -5222827 L 682289.6 -5222290 L 682528.2 -5221724 L 682469.7 -5221388 L 681693.4 -5220332 L 681518.8 -5220001 L 681524.5 -5218891 L 681049.2 -5218333 L 680997.8 -5218001 L 680041.5 -5217142 L 678959.9 -5217000 L 678687.9 -5217301 L 678546.4 -5217015 L 677632 -5216770 L 677280.6 -5216818 L 676625.7 -5216732 L 675987.5 -5216400 L 674990.5 -5214913 L 674347.7 -5214920 L 674140.2 -5214662 L 673810 -5214008 L 672994.1 -5213259 L 672423.9 -5211114 L 672433.9 -5211089 L 672776.1 -5210921 L 675651.5 -5209949 L 675741.2 -5209579 L 675395.6 -5209441 L 674662.5 -5209323 L 674253.9 -5208349 L 672809.7 -5208013 L 672503.2 -5207879 L 672293.8 -5206908 L 671977.3 -5206791 L 671050.1 -5205820 L 670040.1 -5205974 L 668500.1 -5206742 L 668397.6 -5206441 L 667775.1 -5205752 L 667521.1 -5205978 L 666953.5 -5206068 L 666739.9 -5205752 L 666330.3 -5204734 L 666058.2 -5204890 L 665467.7 -5205095 L 664202.9 -5203882 L 663117.9 -5204088 L 662776.3 -5203963 L 662205.3 -5203624 L 660822.8 -5203671 L 660685.3 -5203354 L 659761.8 -5202966 L 659571.6 -5202036 L 659151.6 -5201589 L 659136 -5201965 L 659399.1 -5202668 L 659192.2 -5202955 L 657376.6 -5203339 L 657059 -5204016 L 656684.5 -5203981 L 656662.8 -5204288 L 655982.7 -5204895 L 655784.7 -5205121 L 655378.8 -5205564 L 655006.2 -5205455 L 653853.8 -5205307 L 653062 -5204470 L 651931.7 -5204390 L 651413.2 -5203515 L 651782.1 -5203040 L 652118.4 -5202990 L 652027.2 -5202866 L 651669.9 -5202940 L 649197.6 -5203220 L 648970.7 -5203503 L 648270.8 -5203333 L 648027.8 -5203525 L 647338.1 -5203509 L 645179.2 -5203760 L 644829.8 -5203701 L 643788.6 -5203544 L 643397.1 -5202575 L 643630.5 -5201854 L 643272.1 -5201774 L 641881.4 -5201502 L 641558.9 -5201320 L 637786.9 -5200028 L 637762.5 -5199714 L 637200.6 -5199438 L 635681.3 -5199578 L 635807 -5199216 L 635851.6 -5198834 L 634992 -5198079 L 634684.6 -5197950 L 634351.3 -5197945 L 633963 -5198008 L 633193.1 -5197868 L 632312.1 -5198634 L 632058.6 -5198363 L 631091.4 -5198044 L 630901.5 -5198282 L 630376.8 -5198084 L 630466.5 -5197735 L 629946.8 -5196588 L 629628.3 -5196401 L 627865.3 -5195924 L 627652.4 -5196184 L 626392.3 -5197154 L 626337.6 -5197488 L 627357.9 -5198820 L 627282.2 -5199185 L 625275.4 -5200070 L 625082.5 -5200350 L 624699.1 -5200281 L 622377.2 -5200325 L 622615.7 -5200593 L 622262 -5201159 L 621206.2 -5201264 L 620897.2 -5201484 L 620468.5 -5202081 L 620611.8 -5203187 L 619215.3 -5203781 L 619005.4 -5203998 L 618725 -5204818 L 618754 -5205742 L 618460.9 -5205854 L 617739.1 -5205667 L 617194.2 -5206175 L 617860.2 -5207483 L 617684.6 -5208933 L 615948.2 -5208056 L 614042.7 -5208131 L 613901 -5208495 L 613678 -5208707 L 613419.6 -5209458 L 613138.6 -5209667 L 612707.8 -5210158 L 611339.5 -5209963 L 610244.8 -5211013 L 607953 -5210998 L 606339.9 -5212032 L 606098.5 -5212735 L 606360.3 -5214194 L 607038.8 -5215069 L 606701.7 -5215259 L 605633.3 -5215653 L 604120 -5215488 L 603555 -5214981 L 602964.1 -5213554 L 602606.7 -5213404 L 601588 -5214434 L 601682.5 -5214817 L 601934.2 -5217164 L 601743.4 -5217478 L 601093.3 -5217773 L 598915.8 -5217855 L 598324.8 -5218240 L 598214 -5218513 L 598069.2 -5218770 L 596756.7 -5218280 L 595402.2 -5218734 L 595101.2 -5218937 L 594516.5 -5220521 L 594459.8 -5220870 L 593799.5 -5221030 L 593692.3 -5222714 L 593378.9 -5222520 L 591985.8 -5222401 L 591592.6 -5223334 L 591250.5 -5223471 L 591249.7 -5223472 z M 584180 -5219796 L 583610.5 -5220638 L 584194.3 -5221056 L 583893.2 -5222037 L 584128.6 -5222314 L 584497.8 -5222265 L 585932.5 -5222039 L 589138.5 -5222892 L 589630.2 -5222296 L 589517.8 -5221119 L 588617.8 -5219832 L 588721.1 -5219085 L 588444.8 -5218980 L 588108.8 -5219183 L 587536.9 -5219639 L 586776.5 -5218803 L 585820.6 -5219423 L 585298.3 -5220404 L 584958.2 -5220576 L 584332.4 -5220145 L 584179.9 -5219796 L 584180 -5219796 z "
id="path614" />
<path
d="M 465916 -5110241 L 465807.9 -5109995 L 465437.9 -5109765 L 465230.7 -5108797 L 465203.5 -5108079 L 464754.4 -5107571 L 464634.3 -5106888 L 464776 -5105423 L 464899.9 -5104733 L 464743.8 -5103961 L 465047.5 -5102814 L 466483.8 -5099574 L 468465.5 -5098288 L 468733.4 -5097997 L 468532.4 -5097712 L 468654.2 -5096685 L 468382.1 -5096042 L 468440 -5095677 L 467972.8 -5093912 L 468249.6 -5092865 L 468502.5 -5092575 L 469325.3 -5091315 L 469015.2 -5090617 L 468652.2 -5090517 L 465834.4 -5089566 L 466061.3 -5088485 L 464725.4 -5087839 L 464732.3 -5087101 L 464133.3 -5086620 L 464109.2 -5085103 L 465188 -5084692 L 464827 -5084521 L 464555 -5084245 L 461605.3 -5081838 L 460850.4 -5081727 L 460801.4 -5080583 L 460067.5 -5079281 L 459706.6 -5079304 L 458680.8 -5080080 L 457981.9 -5080105 L 457984.9 -5079755 L 456284.2 -5079602 L 456225.2 -5079243 L 456275.2 -5078519 L 456757.1 -5077985 L 456609.1 -5077277 L 455920.2 -5077354 L 455429.3 -5076525 L 454931.4 -5076006 L 453054.7 -5076330 L 451951.9 -5075254 L 452051.9 -5074881 L 455247.5 -5070931 L 455436.6 -5069199 L 455484.6 -5068847 L 456114.5 -5067905 L 456751.4 -5067682 L 457082.3 -5067872 L 458029.2 -5067269 L 458357.2 -5066571 L 459440 -5066273 L 459970 -5065250 L 459623.1 -5065160 L 458557.4 -5064293 L 458342.5 -5063265 L 457985.6 -5063224 L 456984 -5062108 L 456245.2 -5061925 L 455565.5 -5061008 L 455240.6 -5061201 L 453608.9 -5062100 L 451366.4 -5062071 L 450768.5 -5062529 L 450526.5 -5062555 L 450283.6 -5062577 L 449896.7 -5062513 L 448782 -5062152 L 448520.1 -5061872 L 448699.2 -5061133 L 448790.3 -5060369 L 448196.6 -5059380 L 446533.3 -5057873 L 445506.5 -5058329 L 444812.8 -5057992 L 443909.2 -5057286 L 442755.5 -5057199 L 442738.9 -5060243 L 442388 -5060124 L 441696.2 -5059894 L 440841.3 -5060551 L 440157.5 -5060406 L 439707.5 -5060996 L 438977.7 -5060958 L 438218.6 -5062626 L 438150.7 -5062248 L 437794 -5061226 L 436742.3 -5061373 L 437501.8 -5063113 L 436042.1 -5063506 L 435252.1 -5064788 L 434219.3 -5065219 L 433886.7 -5063608 L 433547.8 -5063785 L 432862.9 -5064037 L 431807 -5065092 L 430568.5 -5064258 L 429274.7 -5064988 L 428284.1 -5064410 L 428276.9 -5065289 L 428239.8 -5065676 L 428166.7 -5066400 L 426452 -5067288 L 425919.9 -5068321 L 425538 -5068399 L 425238.1 -5068148 L 424759.3 -5067534 L 422833.9 -5067401 L 421846.3 -5066780 L 421522.8 -5064899 L 421018.2 -5063867 L 420326.5 -5063532 L 420160.5 -5063878 L 418288 -5064034 L 417302.6 -5062926 L 417316.8 -5062171 L 416586 -5062119 L 416080 -5062689 L 415352.2 -5062774 L 414717.6 -5061862 L 413781.1 -5061262 L 413620 -5061611 L 412432.1 -5062479 L 412408 -5062851 L 413015.7 -5063280 L 413324.5 -5063488 L 412640.5 -5064357 L 411960.7 -5064498 L 412894.9 -5066483 L 412664.9 -5066780 L 411959.9 -5067643 L 412206.8 -5067939 L 413690.3 -5068126 L 414154.9 -5069173 L 413815 -5068999 L 413330 -5069417 L 412768.6 -5071984 L 411033.7 -5073382 L 410652.8 -5073367 L 410618.7 -5073720 L 409736.9 -5073948 L 408971.8 -5075446 L 408688.9 -5075182 L 408539.2 -5074046 L 408212.3 -5073840 L 406023.4 -5075936 L 405276.6 -5075950 L 404632.7 -5076366 L 404263.6 -5077449 L 404756.3 -5078488 L 404117.1 -5080279 L 403733.2 -5080352 L 403044.4 -5080049 L 402936.7 -5078883 L 402612.8 -5078796 L 401679.1 -5078426 L 401400.2 -5078171 L 400940.4 -5077576 L 400211.6 -5077369 L 397994.1 -5077621 L 397044.5 -5077003 L 396005.8 -5077081 L 395456.1 -5076563 L 395370 -5076920 L 394927.9 -5077886 L 394545 -5077817 L 393042.3 -5078133 L 392748.3 -5078386 L 391038.5 -5079259 L 391412.2 -5080256 L 391180.9 -5081683 L 390207 -5082118 L 391076.6 -5082838 L 391838.4 -5082894 L 392328.4 -5082503 L 392659.1 -5083545 L 393435.1 -5082839 L 394135.9 -5083092 L 394025.9 -5083308 L 394149.8 -5083517 L 392973.6 -5085699 L 393861.2 -5086826 L 393156.4 -5086885 L 392994.3 -5087575 L 392373.5 -5087309 L 391381.6 -5087652 L 391036.7 -5087490 L 389528 -5087416 L 389198.4 -5085972 L 388879.5 -5085766 L 387550.7 -5086204 L 386881.9 -5085922 L 386644.9 -5086209 L 385756.9 -5087387 L 384302.2 -5087539 L 383962.1 -5088580 L 384659.9 -5088685 L 384586.8 -5089375 L 384734.7 -5089698 L 386117.3 -5090075 L 387685.8 -5091155 L 388445.7 -5091102 L 389132.3 -5092433 L 389330.2 -5092682 L 389067.1 -5093593 L 388854.1 -5093841 L 388678 -5094781 L 388358.1 -5094851 L 386320.5 -5094875 L 386224.5 -5095241 L 385961.4 -5096328 L 386253.2 -5097806 L 386829 -5098777 L 387193.9 -5098875 L 386244.8 -5100807 L 386341.8 -5101061 L 386035.8 -5101707 L 386775.5 -5103464 L 385625.6 -5104276 L 385566.5 -5105044 L 384555.6 -5105595 L 384186.7 -5105122 L 383648.7 -5105846 L 383566.7 -5106218 L 383387.7 -5106908 L 382731.8 -5107247 L 383136.7 -5108298 L 384026.6 -5108897 L 383831.6 -5109605 L 383235.7 -5110049 L 383350.7 -5110801 L 382277.8 -5110652 L 381408.9 -5111877 L 379961.1 -5112242 L 381038.9 -5113313 L 380579.9 -5114314 L 380751.9 -5115002 L 380117 -5115404 L 379803 -5115198 L 378780.1 -5114875 L 378234.1 -5115230 L 377499.2 -5115077 L 376588.3 -5115697 L 376201.3 -5115709 L 375715.3 -5117114 L 375127.4 -5117552 L 374182.5 -5119627 L 374545.5 -5119733 L 375839.4 -5121908 L 376535.3 -5122187 L 377264.2 -5122033 L 377591.2 -5122222 L 377710.2 -5122954 L 376816.3 -5123610 L 376740.3 -5124334 L 377431.3 -5125229 L 378144.2 -5124996 L 379098.2 -5125571 L 378633.3 -5126132 L 377607.4 -5126391 L 378282.5 -5128425 L 378619.5 -5128584 L 379586.5 -5129040 L 379358.7 -5131196 L 379916.8 -5132018 L 379833.9 -5132386 L 378750.9 -5132388 L 377170.1 -5133321 L 377350.1 -5133640 L 377605.1 -5133903 L 379269.2 -5134863 L 379324.3 -5135638 L 379963.4 -5136606 L 381398.4 -5137064 L 382660.7 -5139007 L 383739.7 -5139353 L 383992.6 -5139058 L 384078.7 -5139363 L 384257.9 -5140261 L 384981 -5141057 L 385080.1 -5141769 L 385906.2 -5142442 L 386241.2 -5142576 L 386955.1 -5142303 L 387623.9 -5141416 L 387782.4 -5139135 L 388469.4 -5139122 L 389597.6 -5140149 L 389962.6 -5140262 L 390208.7 -5140560 L 391322.6 -5140375 L 392344.9 -5141864 L 392660.9 -5142084 L 393588.8 -5141651 L 393033.4 -5139879 L 393999 -5138313 L 395047.9 -5137871 L 395849 -5138679 L 396151 -5138912 L 396662.2 -5139936 L 398044.5 -5141250 L 398375.5 -5141441 L 400310.8 -5138653 L 401719.6 -5138145 L 401762.7 -5138526 L 403134 -5139830 L 403494 -5139967 L 403369.2 -5140717 L 404238.6 -5142389 L 403913.9 -5143474 L 404150 -5143772 L 403727.2 -5144399 L 403534.3 -5144650 L 403346.4 -5144906 L 406191.5 -5145427 L 406891.5 -5145282 L 407242.5 -5145394 L 407527.3 -5144655 L 408653 -5143552 L 408753.8 -5142765 L 410597.6 -5142228 L 411465.8 -5142956 L 413397.7 -5142810 L 413784.7 -5142837 L 414084 -5143759 L 414666.9 -5143446 L 415012.9 -5143478 L 415919.1 -5143970 L 416528 -5143615 L 417020.7 -5142715 L 420865.9 -5143513 L 421254.9 -5143596 L 421669.7 -5143091 L 421989.7 -5143026 L 422160.5 -5142545 L 424708.3 -5142106 L 424941.2 -5141811 L 427169.1 -5141376 L 427551.1 -5141424 L 428240.1 -5141280 L 429143.8 -5140291 L 429478.8 -5140182 L 429467.8 -5140152 L 430606.8 -5140218 L 431584.2 -5141405 L 433475.2 -5141339 L 434139.3 -5141644 L 435566.3 -5141650 L 436540.3 -5141546 L 436879.3 -5141536 L 437587.4 -5141844 L 437878.5 -5142100 L 439625.3 -5141561 L 441796.5 -5141840 L 442161.5 -5141770 L 442413.4 -5141489 L 443895.3 -5141271 L 444260.3 -5141172 L 444133 -5140443 L 444325.9 -5140106 L 444045.8 -5139868 L 444499 -5137751 L 444511.9 -5137382 L 444673.8 -5137047 L 445748.7 -5136879 L 446629.5 -5136229 L 448086.6 -5136480 L 448393.4 -5135802 L 448466.3 -5135436 L 448515.2 -5135070 L 447448.2 -5135081 L 446388.8 -5134068 L 446243.5 -5133077 L 445797.3 -5132491 L 446528.2 -5132331 L 446750 -5131626 L 448253.7 -5130564 L 450073.6 -5130351 L 450700.1 -5128994 L 451039.2 -5129163 L 452067.8 -5130980 L 452246.9 -5131294 L 452406.9 -5131248 L 454523.1 -5128990 L 454888 -5128853 L 454490.6 -5127500 L 454922.1 -5126096 L 455278.1 -5126007 L 455609.3 -5126695 L 456243.4 -5127016 L 456597.4 -5127163 L 458683.1 -5126190 L 459453.8 -5125351 L 459395.7 -5124970 L 459251.5 -5124240 L 460022.9 -5122519 L 460095.8 -5122147 L 461099.7 -5121806 L 461828.4 -5120974 L 462198.4 -5120964 L 462112.4 -5120864 L 462592.2 -5116889 L 463090.9 -5115934 L 462916.7 -5115227 L 463099.6 -5114907 L 464122.3 -5113942 L 465105.2 -5113754 L 465457.2 -5113727 L 465916.3 -5110241 L 465916 -5110241 z "
id="path615" />
<path
d="M 285823.2 -4960109 L 285544 -4960373 L 284515.8 -4961497 L 284059.3 -4962535 L 283882.9 -4962844 L 284128.8 -4963874 L 284166.2 -4964216 L 283528.9 -4965772 L 283408.9 -4966920 L 283401.2 -4967311 L 283762.9 -4967292 L 285128.5 -4966880 L 285688.4 -4967811 L 286334.4 -4967527 L 286264.2 -4968224 L 287520.3 -4969286 L 287280 -4969561 L 285454.4 -4971329 L 285146.3 -4971541 L 281620.5 -4972432 L 281946.7 -4971040 L 281779.3 -4970750 L 281500.9 -4970540 L 280181.9 -4969423 L 279835.3 -4969375 L 279195.3 -4969109 L 278924 -4968843 L 277785.5 -4966871 L 277503.9 -4966797 L 277103.5 -4967191 L 276960.3 -4967356 L 276598.3 -4967504 L 275048.4 -4967574 L 274342.4 -4967907 L 272398.1 -4967850 L 271621.4 -4966974 L 271558.5 -4966930 L 271186.6 -4967015 L 271175.5 -4968152 L 270166.7 -4968464 L 269815 -4968455 L 269127.8 -4968298 L 268532.7 -4967036 L 268152.1 -4967013 L 267700.3 -4967628 L 266590.2 -4967644 L 266351.4 -4967662 L 266002.4 -4967819 L 265557.7 -4968401 L 265710.2 -4969145 L 264432.6 -4970506 L 263364.1 -4970155 L 262976.5 -4970130 L 259989.2 -4970965 L 260132.4 -4971312 L 261927.2 -4971749 L 262375 -4972711 L 262641.4 -4972934 L 262880.1 -4973522 L 262871.1 -4973546 L 263816.6 -4974504 L 264025.2 -4975167 L 264114.5 -4975506 L 264214.3 -4975556 L 264479.6 -4975821 L 265612.3 -4977749 L 264719.8 -4978930 L 264427.5 -4979243 L 264282 -4979599 L 263468.5 -4981300 L 263859 -4983124 L 264312.9 -4984141 L 264275.6 -4984891 L 264598 -4985083 L 265513.2 -4984588 L 266130.9 -4986234 L 266412.3 -4986453 L 266143.5 -4988774 L 266458.4 -4989871 L 266571.7 -4989625 L 266743.3 -4990371 L 266948.9 -4991112 L 267849.2 -4991797 L 269325.2 -4994862 L 269268.4 -4995372 L 269139.2 -4995533 L 268910.8 -4995852 L 268530 -4997748 L 267335.5 -4999749 L 266254.4 -5000193 L 264304.3 -5000336 L 263958.3 -5000484 L 261773.2 -5000086 L 260536.1 -4998759 L 260474.3 -4999906 L 261470.1 -5001548 L 261062.6 -5002615 L 260965.1 -5002988 L 264124.5 -5004170 L 263949.5 -5004866 L 262820.8 -5005073 L 262451.1 -5005670 L 263851.7 -5007396 L 264153.2 -5007632 L 264394.7 -5008540 L 264909.6 -5009756 L 266777.8 -5010317 L 267004.2 -5010640 L 268207.3 -5012156 L 268555.9 -5012343 L 269380.6 -5011587 L 270134.3 -5011522 L 271121 -5012042 L 271412.5 -5012283 L 272036.4 -5012101 L 272893.4 -5011061 L 273107.7 -5010791 L 273226.8 -5010670 L 274500.9 -5010118 L 275203.6 -5010733 L 275554.5 -5010693 L 275806.8 -5011804 L 276568.1 -5011989 L 277942.5 -5013360 L 277675.3 -5013635 L 277711.2 -5014382 L 277798.6 -5014755 L 278076.2 -5014909 L 278048.4 -5015511 L 278037 -5015828 L 280068 -5015803 L 280360.6 -5015990 L 280850.2 -5016826 L 280884.7 -5017152 L 281677.4 -5018573 L 281752.9 -5018904 L 283498.9 -5019016 L 283784.1 -5018793 L 283992.2 -5018648 L 284233 -5018731 L 285047.7 -5019423 L 285358.3 -5019622 L 285570.3 -5020356 L 285737.8 -5021483 L 285362.2 -5023710 L 285338.2 -5023735 L 284921.3 -5025449 L 284809.9 -5025788 L 284310.1 -5026643 L 284259.7 -5026975 L 284639.2 -5028891 L 285434.8 -5030635 L 285653.6 -5031581 L 285847.2 -5031857 L 286184 -5032747 L 286140.7 -5033065 L 286760.4 -5033960 L 287683.4 -5034535 L 288377.2 -5034478 L 288742.1 -5034428 L 289748.2 -5034844 L 288766.4 -5035944 L 288768.8 -5037421 L 289404.6 -5037387 L 290785.9 -5035679 L 291109 -5036343 L 291250.7 -5037446 L 291275.7 -5037480 L 293017.3 -5038102 L 293553.1 -5039074 L 294320.7 -5039132 L 294799 -5039654 L 294774.6 -5040037 L 297139.9 -5040814 L 297971.3 -5040142 L 298249.4 -5039891 L 298565.1 -5040105 L 298944 -5040073 L 299080.1 -5041852 L 299965.7 -5042962 L 300166.3 -5043263 L 300553.7 -5043696 L 300448.2 -5044285 L 301114.8 -5044448 L 301651.8 -5045324 L 301784.1 -5045991 L 302088.1 -5045895 L 302402.1 -5045838 L 303144.8 -5045870 L 304403.6 -5046615 L 305016.5 -5047529 L 304711.7 -5048479 L 304430.6 -5048707 L 305892.8 -5051252 L 305590.3 -5051905 L 305916.7 -5052495 L 305717.2 -5053188 L 305003.7 -5054001 L 304826.5 -5054317 L 304760.1 -5054787 L 305390.7 -5054973 L 305754.6 -5056080 L 306815.3 -5057195 L 307565 -5057294 L 307656 -5056030 L 307753.2 -5055719 L 308705.4 -5056287 L 309803 -5056288 L 310674.2 -5056989 L 310545.9 -5057347 L 310060.2 -5058377 L 311690 -5059223 L 311698.4 -5059962 L 312716.8 -5060354 L 312438.5 -5060933 L 312885 -5061465 L 313149.9 -5062840 L 313789.7 -5062806 L 314957.2 -5064324 L 315139.6 -5065047 L 315723.4 -5063630 L 316682.5 -5063115 L 316919 -5062381 L 317567.1 -5061969 L 318693.7 -5062041 L 319060.7 -5061924 L 320076.2 -5062235 L 320719.2 -5061923 L 321557.5 -5062589 L 322253.3 -5062633 L 323951.3 -5061882 L 325169.3 -5059926 L 326209.2 -5059550 L 326339.2 -5059540 L 325318.4 -5055537 L 324486.7 -5054237 L 324235 -5053941 L 325506.6 -5052521 L 326231.4 -5051147 L 328126.4 -5051513 L 328471.4 -5051397 L 328790.7 -5049624 L 328854 -5049265 L 331090.7 -5049811 L 331750.7 -5050745 L 331863.4 -5051120 L 332584.8 -5052940 L 332719.5 -5053313 L 333301.7 -5054163 L 333501.4 -5054443 L 334083.5 -5054019 L 334388.1 -5052984 L 335077.4 -5052151 L 335335.5 -5051898 L 335712.4 -5051810 L 336186.8 -5052420 L 337302.5 -5052312 L 339465.1 -5053123 L 341524.8 -5052457 L 341729 -5052128 L 342819.4 -5052421 L 343319.8 -5053004 L 345467.4 -5052344 L 346175.8 -5051420 L 346636.6 -5049942 L 346259.2 -5049264 L 346347.7 -5048491 L 346486.9 -5048125 L 347295.6 -5046698 L 347922.5 -5046416 L 348271.4 -5046401 L 348297.3 -5046466 L 349247.7 -5045414 L 349755.5 -5044064 L 350024.6 -5043823 L 350140.3 -5044187 L 351580.4 -5044638 L 352014.8 -5045247 L 352766.4 -5045375 L 353459.3 -5045056 L 353772.3 -5044838 L 356308.4 -5043123 L 356214.7 -5042745 L 354885.8 -5041937 L 353840.1 -5040788 L 352900.8 -5039097 L 352549.1 -5038930 L 352615.9 -5037806 L 353491 -5037171 L 354967.3 -5037251 L 355623.7 -5037616 L 355960.4 -5037795 L 356943.8 -5036712 L 357050.6 -5035591 L 357673.6 -5035177 L 359800 -5035939 L 361487.9 -5035088 L 361721.1 -5033288 L 362076 -5033143 L 362719.4 -5033561 L 362961.1 -5033860 L 364240.9 -5033357 L 364448 -5033061 L 365679.7 -5032618 L 365736.7 -5031189 L 365714 -5030816 L 364980.5 -5030588 L 363874.8 -5030907 L 363324.4 -5030472 L 363409.5 -5028967 L 363708.6 -5028729 L 364789 -5028827 L 364470.7 -5028126 L 365052.1 -5027251 L 366477.6 -5028245 L 367946.8 -5027104 L 368296.7 -5026968 L 367997.2 -5025207 L 367354.2 -5024367 L 367026.5 -5024200 L 366637.7 -5024218 L 365246.9 -5023577 L 364970.9 -5022480 L 364329.4 -5021132 L 363196.9 -5020130 L 361693.5 -5020341 L 361313.7 -5020322 L 361672.1 -5018468 L 361470.5 -5018148 L 361718.5 -5018011 L 361487.6 -5016950 L 360940.3 -5016531 L 360509.1 -5014763 L 361386 -5014330 L 361519.4 -5013812 L 361447.8 -5013477 L 362846.6 -5012843 L 363986.7 -5013078 L 364328.7 -5012893 L 364428.7 -5011763 L 364406.1 -5011379 L 363067.1 -5010030 L 361271.8 -5009357 L 360904.1 -5009241 L 360881.4 -5008951 L 360703 -5008397 L 360450.2 -5007269 L 360835.6 -5006601 L 363877.5 -5006842 L 364942.9 -5005725 L 365218 -5005454 L 365352.3 -5005093 L 364883.6 -5004035 L 364551 -5003839 L 364262.4 -5003608 L 363485.6 -5002844 L 362450.3 -5002832 L 362388 -5002136 L 364389.8 -5001072 L 365179.1 -5000235 L 366603.8 -4999667 L 367577.6 -5000253 L 368567.5 -4999709 L 369626.4 -5000102 L 370009.2 -5000116 L 369991.8 -4999554 L 369993.1 -4999272 L 371119.6 -4999064 L 372238.5 -4999417 L 373283.3 -4998914 L 373628.3 -4998728 L 373892.3 -4998576 L 374503.1 -4998353 L 374773.1 -4998171 L 374792.8 -4997431 L 374418.7 -4996801 L 373110.3 -4996087 L 372363.8 -4996070 L 371995 -4996131 L 372125.5 -4995542 L 372384.1 -4995782 L 372852.3 -4995319 L 373156.3 -4995140 L 373015.5 -4994058 L 373528.2 -4993074 L 373736.4 -4992768 L 374098.8 -4992109 L 373752.7 -4991447 L 373574.2 -4991116 L 374316.9 -4990905 L 374502.6 -4990149 L 376012.9 -4987909 L 376268 -4987616 L 376992.7 -4986488 L 377317.6 -4986400 L 376100.4 -4985473 L 374211.2 -4985056 L 374644.5 -4983588 L 374546 -4981407 L 374952.4 -4980787 L 374885.7 -4979665 L 375618.7 -4978323 L 376000.5 -4978287 L 375953.7 -4977307 L 376582.6 -4975249 L 375167.7 -4975218 L 374114.7 -4974183 L 374722.4 -4974023 L 374815.4 -4973085 L 374980.6 -4972794 L 376062.7 -4972026 L 376386.5 -4971941 L 376579.4 -4971061 L 376547.8 -4970760 L 376358.4 -4970420 L 375686.4 -4970046 L 374528.4 -4969970 L 374312.5 -4970057 L 374111.5 -4970177 L 373924.7 -4969295 L 373619.2 -4969124 L 373388.1 -4967759 L 373356.4 -4967564 L 372260.1 -4967688 L 371436.7 -4966965 L 370423.3 -4967165 L 370042.5 -4966495 L 370244.2 -4963459 L 369938.5 -4963420 L 369644.9 -4963323 L 369321.4 -4963144 L 367183.5 -4962900 L 366890 -4962695 L 365241.3 -4962019 L 364604 -4961154 L 365337.5 -4961042 L 365423.9 -4960678 L 364878.7 -4959720 L 365405.9 -4959213 L 365732.9 -4959029 L 366770.5 -4957920 L 366291.1 -4955629 L 365984.2 -4955758 L 365045.6 -4956086 L 364884.2 -4955757 L 364878.2 -4954330 L 363937.2 -4952798 L 363598.4 -4952875 L 362611.2 -4953670 L 362388.4 -4952952 L 361912.7 -4952360 L 360816.1 -4952067 L 360403.5 -4950666 L 359372 -4950300 L 358940.3 -4949704 L 358924.5 -4949545 L 358546 -4949447 L 355438.9 -4949441 L 354353.6 -4949008 L 353872 -4948393 L 352732.4 -4948177 L 352737.9 -4947820 L 352938.9 -4946422 L 352671.5 -4946184 L 353109 -4944324 L 352969.7 -4943960 L 352629.3 -4943800 L 351060.3 -4942214 L 350764.9 -4942005 L 349452.1 -4940826 L 348533.9 -4939642 L 349083.6 -4938281 L 348767.1 -4938186 L 349040.3 -4937257 L 348675.6 -4937282 L 347602.6 -4937313 L 346926.8 -4937574 L 346828.3 -4937927 L 347052.9 -4938645 L 346548.1 -4940019 L 345431.9 -4940221 L 344650.3 -4941043 L 343598.7 -4941446 L 343254.8 -4941596 L 341961.9 -4942310 L 340809.5 -4943855 L 340693 -4944227 L 339244.5 -4945390 L 338383.5 -4944655 L 336614.4 -4945159 L 336233.8 -4945108 L 335211.6 -4944598 L 334235.4 -4943481 L 333952 -4943314 L 333654.5 -4943176 L 332695.5 -4942540 L 331164.3 -4942359 L 330618 -4940524 L 330301.2 -4940610 L 329647.8 -4940635 L 329307.9 -4940797 L 327869.7 -4941135 L 328127 -4942541 L 327436.1 -4942329 L 327218.9 -4942591 L 327121.8 -4943265 L 326503.3 -4943923 L 328009 -4944981 L 328007.9 -4946805 L 328650.8 -4947121 L 328693.6 -4947835 L 329124.4 -4948324 L 329429.8 -4948512 L 329113.9 -4948652 L 328087.8 -4948704 L 327343.5 -4949332 L 327635.4 -4949850 L 327778.8 -4950129 L 327602.7 -4950866 L 326773.2 -4951658 L 325328.7 -4952145 L 324435.5 -4951553 L 324320.4 -4950452 L 323993.9 -4950330 L 322422.2 -4951014 L 322149.2 -4949953 L 321050.9 -4950143 L 319689.2 -4949540 L 319327.3 -4949666 L 317074.3 -4949722 L 316786.6 -4949687 L 316219.3 -4949583 L 315847.5 -4949673 L 314019.8 -4949898 L 314025 -4950915 L 313914.5 -4951248 L 313355.7 -4952616 L 311967.1 -4953144 L 311723.8 -4952890 L 311267.1 -4952362 L 311391.2 -4951670 L 311100.8 -4951472 L 310849.6 -4951716 L 308853.7 -4952161 L 308550.6 -4952365 L 307660.5 -4951765 L 306855.5 -4949393 L 306484.7 -4949492 L 305203.3 -4948734 L 304598.2 -4949117 L 304272.2 -4949810 L 303989 -4950055 L 303276.3 -4950281 L 302885.7 -4950240 L 301186.9 -4949367 L 300577 -4949063 L 299199.7 -4949401 L 298986.5 -4949099 L 297685 -4947892 L 297330.6 -4947735 L 295871.6 -4947407 L 294875.7 -4946822 L 292855.5 -4947919 L 291722.6 -4947888 L 290945.8 -4948718 L 290045.9 -4948054 L 289754 -4948137 L 289597 -4948722 L 289713.9 -4950287 L 290490.8 -4952078 L 290278.4 -4952401 L 289100.7 -4953350 L 289283.1 -4954096 L 289634.6 -4954224 L 289628.5 -4955345 L 289455 -4955678 L 289147.8 -4955921 L 288846 -4957035 L 286573.2 -4959620 L 286289.3 -4959727 L 285823 -4960109 L 285823.2 -4960109 z "
id="path616" />
<path
d="M 698021.6 -4913254 L 698230.8 -4912974 L 699018.1 -4913781 L 700388.8 -4914418 L 700923.2 -4913878 L 701660.7 -4913721 L 702089.2 -4912422 L 702827.6 -4912412 L 703448.9 -4912807 L 704131.4 -4912685 L 704492.6 -4912765 L 705427.2 -4912665 L 705743.4 -4912646 L 705843.5 -4912666 L 708407.1 -4912835 L 708671.3 -4913095 L 709032.6 -4912965 L 709210.8 -4912294 L 707900.1 -4910908 L 707545 -4909824 L 708150.3 -4910206 L 709239.2 -4909327 L 709597.5 -4909309 L 710090.9 -4908839 L 709786.8 -4908288 L 709544.7 -4908030 L 709589.9 -4907302 L 710714.9 -4905956 L 710760 -4905591 L 712721.1 -4906449 L 713028.3 -4906644 L 713763.9 -4905884 L 713947.1 -4905582 L 713437.8 -4905042 L 712995.6 -4904415 L 712905.7 -4903280 L 712979.9 -4902671 L 713700.5 -4901973 L 713640.5 -4901640 L 713354.7 -4899711 L 714148.6 -4897933 L 713382.2 -4897266 L 711434 -4896995 L 711503.1 -4896627 L 710891.2 -4894859 L 711057.4 -4894522 L 714023.3 -4894181 L 713935.3 -4893860 L 713759.6 -4892238 L 713391.4 -4892362 L 711089 -4892382 L 710712.7 -4892486 L 709945.2 -4892611 L 710003.2 -4892987 L 710498.1 -4894375 L 709748.5 -4895217 L 708706.8 -4895688 L 708052.1 -4897009 L 707467.7 -4897078 L 707237.6 -4896793 L 705469.6 -4896641 L 704530.6 -4894695 L 704836.8 -4894462 L 705932.9 -4892988 L 705095.6 -4892235 L 703564.8 -4892301 L 703564.8 -4892256 L 702889 -4890458 L 700437.2 -4889346 L 700181.3 -4888648 L 699482 -4888401 L 699086.8 -4888357 L 695942.2 -4888681 L 695651 -4888884 L 695309.2 -4890609 L 694942 -4890730 L 694420.6 -4891173 L 694310.2 -4892301 L 693937.1 -4892208 L 693290.9 -4892025 L 692708.5 -4892519 L 691206 -4892218 L 690099.4 -4892512 L 690084.3 -4892902 L 690290.6 -4895184 L 689816.9 -4896627 L 689945.7 -4897373 L 690046.6 -4897612 L 689707.4 -4897794 L 689405.2 -4898031 L 689058 -4898193 L 687702.2 -4898903 L 686139.9 -4897805 L 684731.2 -4898345 L 683592.8 -4898266 L 683540.9 -4897888 L 683226.7 -4898048 L 682592.2 -4898889 L 681685.7 -4899435 L 681331.5 -4899558 L 679722.6 -4900519 L 679411.5 -4900630 L 679082.4 -4900618 L 678762.3 -4900563 L 678437.2 -4900568 L 678411.3 -4900176 L 678309.8 -4898610 L 675958 -4898676 L 673289 -4899318 L 672660.6 -4899794 L 672305.5 -4899901 L 671199.8 -4900858 L 671334.7 -4901203 L 671873.7 -4901723 L 672089.6 -4902032 L 672122.5 -4902405 L 671946.8 -4904253 L 670892.4 -4904619 L 671108 -4906038 L 672495 -4907228 L 672608.8 -4907952 L 672569.7 -4908316 L 672796.6 -4909009 L 672460.3 -4909658 L 672266.2 -4909734 L 671915.1 -4909561 L 671230 -4909182 L 670959.2 -4908121 L 667840.1 -4905782 L 665980.5 -4906129 L 665185.3 -4906125 L 664970.1 -4906437 L 663818 -4908703 L 663527 -4908449 L 661393.8 -4907560 L 661019.8 -4907427 L 660424.9 -4906907 L 660102.9 -4906769 L 659294 -4906114 L 658244.8 -4906132 L 657915.7 -4906096 L 656833.8 -4905392 L 656508.8 -4905195 L 654454.8 -4904220 L 653716 -4903429 L 653334 -4903380 L 651445.9 -4903043 L 651256.6 -4903572 L 650911.6 -4903577 L 649584.5 -4903252 L 649251.6 -4903077 L 647778.2 -4901455 L 647469.3 -4901269 L 645289 -4899449 L 644931.9 -4899488 L 644328.7 -4899868 L 644199.2 -4900935 L 644269 -4901286 L 644187.3 -4902708 L 643478.7 -4903935 L 643612.4 -4904563 L 643495.2 -4904869 L 643363.1 -4905218 L 643433.9 -4907788 L 643069.9 -4907741 L 641517.1 -4909213 L 640794 -4909242 L 640064.6 -4910066 L 639697.6 -4910082 L 636765.4 -4910158 L 636090.7 -4909483 L 633448.6 -4909428 L 631437.2 -4910236 L 631093.1 -4910391 L 631000.9 -4910881 L 630748.2 -4912437 L 630867 -4915193 L 631962 -4917702 L 632024.8 -4918091 L 631929.6 -4918686 L 631900.5 -4918986 L 632287.4 -4921882 L 632858.3 -4922304 L 633195.3 -4922486 L 633908.2 -4922750 L 634373 -4923346 L 634723.1 -4925974 L 634690 -4926371 L 634627.7 -4927161 L 633793.2 -4928506 L 633645.8 -4929678 L 634026.4 -4931215 L 634804.2 -4932106 L 634910.1 -4932478 L 635162.9 -4933208 L 634800.8 -4933344 L 633908.3 -4934493 L 634124.8 -4936369 L 634815.9 -4936443 L 634873.7 -4937503 L 634938.6 -4937858 L 635280.5 -4938497 L 636682.7 -4938826 L 637016.7 -4938968 L 637379.7 -4939063 L 637668.7 -4939303 L 637657.6 -4939647 L 637879.4 -4940654 L 637574.3 -4940813 L 638487.1 -4942672 L 638622.1 -4942997 L 638907 -4943993 L 639109 -4944288 L 640052 -4945340 L 640509.9 -4946691 L 640411.8 -4947029 L 640649.5 -4949376 L 640610.4 -4949767 L 639819.8 -4952373 L 639182.5 -4953362 L 639132.3 -4954916 L 639135.3 -4955251 L 638726 -4957067 L 639475.1 -4958319 L 638903.8 -4959239 L 638790.7 -4959596 L 638842.7 -4959860 L 639206.7 -4960444 L 639528.8 -4960630 L 640547.1 -4961064 L 641462.3 -4962193 L 641571.3 -4963298 L 641863.4 -4963529 L 641842.4 -4964198 L 642425.6 -4964519 L 642775.7 -4964610 L 643454.9 -4964832 L 643326.8 -4966252 L 643542.8 -4967290 L 644264 -4967461 L 644631.1 -4967518 L 645171.3 -4967993 L 645401.4 -4969820 L 645584.5 -4970150 L 646107.7 -4970691 L 646332.8 -4970968 L 646441.8 -4971663 L 645844.6 -4973681 L 645895.6 -4974070 L 646961 -4975197 L 647135.1 -4975957 L 647207.1 -4976313 L 648285.6 -4978198 L 648221.6 -4978523 L 647852.5 -4979071 L 647675.5 -4979381 L 647262.4 -4980364 L 646984.3 -4980613 L 646151 -4981357 L 645534.8 -4982714 L 645489.8 -4982895 L 645450.8 -4983286 L 645397.9 -4984469 L 644637.7 -4985368 L 644331.6 -4985614 L 644237.6 -4986358 L 644695.9 -4986996 L 644710 -4987746 L 644512.9 -4988032 L 644502.1 -4989356 L 644700.2 -4989653 L 645419.6 -4990444 L 645613.7 -4990737 L 645856.9 -4991392 L 645782.9 -4991747 L 645307.8 -4992278 L 643927.2 -4992722 L 643405.1 -4993211 L 643285.1 -4993841 L 643479.2 -4994454 L 643563.3 -4994840 L 643375.4 -4996005 L 643236.4 -4996360 L 643000.4 -4996661 L 642703.3 -4996911 L 642176.1 -4997470 L 641979.1 -4997786 L 641302.9 -4998673 L 641270 -4999410 L 641287.1 -4999650 L 641391.2 -4999997 L 643151.4 -5002247 L 643157.4 -5002456 L 643014.4 -5002718 L 642791.3 -5002919 L 642422.2 -5003005 L 641632 -5003758 L 641658.2 -5004509 L 641741.3 -5004875 L 641345.4 -5006265 L 641736.9 -5007847 L 641580.9 -5008197 L 641008 -5010024 L 640902 -5010401 L 640801.4 -5012355 L 641337 -5013824 L 641413.1 -5014101 L 641407.2 -5014674 L 641370.3 -5015009 L 641374.4 -5015346 L 641314.8 -5017028 L 641260.9 -5017356 L 640582.7 -5018086 L 641260.2 -5018481 L 644780.3 -5019368 L 645126.5 -5019482 L 645159.3 -5018708 L 645138.2 -5018323 L 646589 -5018204 L 648150.1 -5019133 L 648592.6 -5019704 L 650303.9 -5020882 L 650528.1 -5021146 L 651747 -5021747 L 652077.2 -5021835 L 652826.7 -5021943 L 654076.7 -5022739 L 654410 -5022935 L 655344.8 -5023567 L 656472.5 -5023446 L 656858.8 -5023475 L 657630.5 -5021302 L 657784.5 -5020950 L 658425.8 -5020727 L 658749 -5020844 L 660600.2 -5020727 L 660815.2 -5020401 L 661427 -5018746 L 661555 -5018418 L 661788.8 -5017333 L 662035.8 -5017056 L 662184.9 -5016905 L 663200.8 -5017424 L 664715.9 -5017642 L 665368.5 -5018045 L 665714 -5018723 L 666459.6 -5018796 L 666837.9 -5018860 L 667112 -5018663 L 666510.1 -5017228 L 665960.3 -5012965 L 667443.3 -5012985 L 668354.4 -5014238 L 669123.6 -5013195 L 670217.4 -5013412 L 671454.4 -5010720 L 672116.8 -5010364 L 672287.8 -5010026 L 670791.7 -5010000 L 669882.9 -5009406 L 669616.6 -5009143 L 669736.2 -5007757 L 669849.2 -5007405 L 670361.1 -5005957 L 671366.3 -5004431 L 671480.3 -5004065 L 671647.2 -5003313 L 671142.6 -5002298 L 671534.7 -5001636 L 671447.2 -5000126 L 671459 -4999505 L 671419.9 -4999193 L 669928.3 -4996940 L 669598 -4996730 L 669108.3 -4994978 L 667497.1 -4994391 L 667438 -4994031 L 667742.2 -4993828 L 668349.6 -4994235 L 669318 -4993151 L 669677.2 -4993081 L 670312.7 -4993449 L 670997.6 -4995131 L 673176.1 -4995251 L 673536.3 -4995157 L 674147.7 -4994878 L 674476.9 -4994810 L 674653 -4994702 L 674747 -4994518 L 675099.1 -4993856 L 675749.4 -4993493 L 676118.7 -4993420 L 676297.7 -4992731 L 677768.7 -4992625 L 677870.7 -4992270 L 678354 -4992154 L 678572.2 -4992330 L 678656.4 -4992683 L 679705.2 -4992847 L 679837.4 -4993186 L 681057.1 -4992617 L 680981 -4992274 L 681829.5 -4991890 L 682148.8 -4991916 L 682184.9 -4992286 L 682798.5 -4992696 L 683135.8 -4992850 L 683699.3 -4993077 L 684316.3 -4991486 L 684673.6 -4991448 L 686058.6 -4991154 L 687211.2 -4990305 L 687899.8 -4990467 L 688241.1 -4990597 L 687224.6 -4991748 L 687251.9 -4992429 L 687942.1 -4991535 L 689036.9 -4991348 L 690208.1 -4992298 L 690953.8 -4992478 L 691971.1 -4994076 L 692108.3 -4994436 L 692676.1 -4995261 L 692836.3 -4995555 L 693326.9 -4996156 L 694097.5 -4996121 L 695114.2 -4995529 L 695760.4 -4994537 L 694997.8 -4994665 L 694315.1 -4994338 L 693556.7 -4991733 L 693576.6 -4991343 L 694596.1 -4990252 L 694744.9 -4989212 L 695096.1 -4989084 L 694879.6 -4987998 L 695935.9 -4986068 L 695584.4 -4985417 L 694930.3 -4983215 L 694822.1 -4982847 L 695384.4 -4978376 L 695438.4 -4978005 L 695281.6 -4975240 L 694558.6 -4972984 L 694946.7 -4971863 L 694240.4 -4967576 L 694212.3 -4967181 L 695536.2 -4966861 L 695880.5 -4966910 L 695169.7 -4965206 L 694018.7 -4964287 L 694340.9 -4963618 L 695451.7 -4963436 L 695755.9 -4962788 L 701327.9 -4961221 L 701486.1 -4961912 L 700781.8 -4963274 L 701116.2 -4963773 L 703401.8 -4962335 L 703736 -4962139 L 704110.1 -4960624 L 705846.4 -4959762 L 707015.3 -4959598 L 707329.6 -4959526 L 707367.6 -4959203 L 707578.7 -4958590 L 708479.3 -4957269 L 708808.6 -4957161 L 708982.7 -4956610 L 709083.7 -4956339 L 710167.6 -4956071 L 710736.1 -4956458 L 712583.7 -4956292 L 713218.3 -4956518 L 713575.7 -4957069 L 714727.5 -4955559 L 716197.8 -4955310 L 717760.9 -4953617 L 719286.3 -4953841 L 721017.1 -4954688 L 721379.5 -4954836 L 721977 -4954747 L 722274.3 -4954670 L 723303.2 -4954258 L 723606.2 -4952822 L 722723.2 -4952116 L 722420.9 -4951885 L 722108.6 -4951676 L 721468.9 -4951287 L 720728.8 -4948866 L 720339.5 -4948835 L 719178.4 -4948922 L 717778.2 -4949568 L 717448.8 -4948505 L 715615 -4947220 L 712245.2 -4948206 L 710322.6 -4948260 L 709692.1 -4948701 L 709517.9 -4948438 L 708927.4 -4948216 L 708827.3 -4947850 L 709116.3 -4945240 L 709659.7 -4944716 L 709427.4 -4943658 L 708710.8 -4943556 L 708005.2 -4941948 L 707944.1 -4941019 L 707603.9 -4940923 L 707012.4 -4939343 L 706489 -4938939 L 706443 -4938749 L 706295.9 -4938390 L 705794.5 -4936129 L 707032.4 -4935317 L 707242.5 -4935009 L 708243.2 -4935218 L 709484.1 -4933893 L 709780.3 -4933682 L 711166.3 -4932046 L 711293.4 -4931711 L 710917.1 -4931707 L 710248.6 -4931390 L 708802.5 -4931651 L 708273.1 -4931153 L 708177 -4930778 L 707675.7 -4928561 L 706587 -4927510 L 706212.7 -4927582 L 703799 -4928650 L 703452.8 -4928491 L 703117.6 -4928375 L 702245 -4928969 L 701947.8 -4929207 L 699126.9 -4930160 L 698757.6 -4930205 L 696909.4 -4930058 L 696246 -4930375 L 695901.8 -4931003 L 695542.6 -4931029 L 694873.2 -4930766 L 694992.3 -4929699 L 695115.4 -4929438 L 695220.5 -4929073 L 695672.9 -4928052 L 695165.6 -4927488 L 695510 -4925661 L 695602.1 -4925286 L 698076.7 -4924268 L 698067.8 -4923395 L 697964.7 -4923089 L 697359.4 -4923152 L 697019.2 -4922465 L 696326.9 -4922228 L 693565.1 -4923544 L 693181.9 -4923489 L 691988.4 -4922520 L 692159.6 -4922170 L 693183.3 -4921100 L 693958.1 -4918903 L 694067.3 -4917749 L 693188.9 -4917062 L 693498.2 -4916381 L 693848.4 -4916262 L 694217.6 -4916251 L 695722.4 -4916240 L 696106.8 -4914838 L 696262 -4914491 L 697280.6 -4914397 L 698023.2 -4913253 L 698021.6 -4913254 z M 650315.7 -4914719 L 650255.8 -4914344 L 648813 -4913150 L 648505.2 -4912482 L 649268.3 -4912533 L 650263.7 -4911967 L 650580.8 -4911753 L 649560.2 -4910313 L 650274.8 -4909041 L 650336.1 -4908308 L 650205.2 -4907962 L 652397.3 -4908513 L 652774.4 -4908555 L 657735.9 -4907148 L 658019 -4906898 L 658376.3 -4909120 L 658766.1 -4909768 L 660024.1 -4910610 L 659736 -4910808 L 659655.7 -4911501 L 660619.5 -4912702 L 660858 -4914558 L 663097.5 -4915041 L 664132.5 -4916108 L 664418.5 -4916367 L 664548.5 -4916600 L 664443.3 -4917121 L 662592.8 -4916949 L 661385.2 -4917894 L 660252.8 -4918052 L 659808.3 -4919469 L 660139.3 -4919666 L 660197 -4920650 L 659812.9 -4920601 L 659208.9 -4920151 L 657776.2 -4921391 L 657415.1 -4921378 L 656342.6 -4922124 L 655482.7 -4921007 L 655161.6 -4920997 L 654867.6 -4920866 L 654622.6 -4920581 L 652238.4 -4919539 L 651607.7 -4918120 L 651568.3 -4916196 L 651418.4 -4915836 L 651154.4 -4915622 L 650339.5 -4915058 L 650315.7 -4914719 L 650315.7 -4914719 z "
id="path617" />
<path
d="M 390051.5 -5422097 L 389779.9 -5421861 L 389114.3 -5421652 L 388143.9 -5422018 L 387097.2 -5421766 L 386994.4 -5421393 L 386789.8 -5420654 L 386088 -5420349 L 386351.4 -5420062 L 386975.5 -5418651 L 387015.2 -5417545 L 387380.3 -5417548 L 387698.2 -5416989 L 387287.5 -5415261 L 387161.8 -5414927 L 386668.6 -5414426 L 386393.2 -5414286 L 386092 -5414220 L 385766.5 -5414025 L 384701.9 -5413832 L 384176.7 -5413305 L 383827.7 -5413357 L 382772.4 -5413305 L 382257.3 -5412840 L 382193.6 -5412522 L 381661.8 -5411720 L 381347.4 -5411546 L 379388.9 -5410088 L 379311.1 -5409740 L 379133.2 -5408355 L 379809.8 -5407107 L 379918.4 -5406906 L 380086 -5406685 L 380257.4 -5406363 L 380541.3 -5405325 L 380302.8 -5404636 L 379577.8 -5404708 L 379007.9 -5404333 L 378961.8 -5404294 L 378638.3 -5404107 L 377167.5 -5402454 L 376451 -5402293 L 375825.7 -5402698 L 375661.8 -5402789 L 375292.9 -5402863 L 374612.4 -5403183 L 373234.9 -5402648 L 372897.7 -5402586 L 372464.6 -5402080 L 372107.5 -5402084 L 371498.9 -5402342 L 371454.3 -5403029 L 370872 -5403428 L 370525.8 -5403390 L 369145 -5403201 L 369258.4 -5402888 L 369410.4 -5402393 L 369144.9 -5402192 L 368826.2 -5402400 L 366632.6 -5403868 L 364767.4 -5403528 L 364421.4 -5403557 L 363822.9 -5404379 L 364015 -5405374 L 363678.8 -5405302 L 361768.3 -5405813 L 361579.5 -5405478 L 361809.6 -5403579 L 361082.2 -5401055 L 360828.7 -5401319 L 359199.3 -5401866 L 359233.1 -5402230 L 358919.7 -5402067 L 358067.2 -5401477 L 357391.2 -5402556 L 357098.6 -5402319 L 355293.2 -5400487 L 355370 -5399404 L 355062.5 -5399219 L 354299.7 -5399924 L 354035 -5399647 L 353469.9 -5399222 L 351600.8 -5399015 L 351382.1 -5399175 L 351075.9 -5399599 L 350731.4 -5399409 L 349703.9 -5398861 L 349034.7 -5397929 L 346808.6 -5397287 L 346699.3 -5397641 L 345268.8 -5397623 L 344572.3 -5398489 L 343555.1 -5398088 L 343263.5 -5397849 L 342442.4 -5395047 L 341511 -5394512 L 339832.9 -5394310 L 339540.3 -5394068 L 338852.2 -5393161 L 338514.4 -5393304 L 337517.9 -5393727 L 336438.6 -5392825 L 336303.6 -5392836 L 335366.9 -5393644 L 335139.3 -5393887 L 335260.7 -5395527 L 335462.4 -5395825 L 335440 -5396116 L 335155.4 -5396359 L 334280.5 -5397057 L 332797 -5397084 L 332641.6 -5397424 L 332932.3 -5397692 L 333767.4 -5398521 L 334125.8 -5398672 L 334871.6 -5398890 L 335287 -5399966 L 336148.9 -5400719 L 335928.5 -5401045 L 334464.8 -5403349 L 334905.4 -5403997 L 334843.2 -5404408 L 334621.7 -5404704 L 333668.5 -5405265 L 333041.2 -5406182 L 332001.9 -5406256 L 331778.4 -5406550 L 331448.7 -5406747 L 331095.9 -5406901 L 330759.1 -5407059 L 330106.2 -5407211 L 327951.7 -5409248 L 327672 -5409456 L 327010.1 -5409621 L 326703.4 -5409814 L 325707.2 -5410808 L 325425.6 -5411039 L 324199.5 -5411671 L 324452.2 -5411953 L 326185 -5414233 L 325121.8 -5413899 L 324489.4 -5414288 L 324199.9 -5415000 L 324430.3 -5416477 L 323007 -5416175 L 322868.5 -5416426 L 322695.9 -5416654 L 322785.7 -5416985 L 323598.3 -5417551 L 323504 -5417879 L 323152.1 -5417976 L 322234 -5418545 L 321919.4 -5418345 L 320394.1 -5416734 L 320098.5 -5416503 L 317995.3 -5417248 L 317615.1 -5417237 L 316203.1 -5417083 L 314608.6 -5418057 L 313491.4 -5418176 L 313333.3 -5417286 L 312982.2 -5417327 L 312294.2 -5417490 L 312335.9 -5417794 L 312839.9 -5418556 L 311843.2 -5418006 L 311079.1 -5418137 L 310514.9 -5419465 L 308230.1 -5420888 L 308329 -5421254 L 308640.5 -5422718 L 308969.1 -5422909 L 309058 -5423296 L 310343.2 -5425281 L 311782.5 -5427253 L 311845.4 -5427601 L 311888.1 -5428304 L 311404.1 -5428813 L 311500.9 -5429151 L 311985.1 -5430408 L 312079.8 -5431094 L 312189.6 -5431420 L 312881.7 -5432160 L 313041.3 -5432809 L 311519.2 -5434310 L 310795.1 -5434422 L 310425 -5434438 L 308644.5 -5434963 L 307981.3 -5436667 L 307663.7 -5436464 L 307390.2 -5436717 L 308406 -5437673 L 308341.7 -5438366 L 308333.6 -5438728 L 309161.5 -5439335 L 310873.8 -5439163 L 311149.4 -5438927 L 311235.3 -5440105 L 311144.2 -5440491 L 310106.1 -5440647 L 310805.1 -5441341 L 310720.8 -5441650 L 310053.6 -5441695 L 309978.4 -5442027 L 310643.3 -5443906 L 310760.2 -5444234 L 310786.6 -5444378 L 310708.4 -5445096 L 311771.4 -5445310 L 312333.9 -5446232 L 312518.8 -5446553 L 312171 -5446698 L 312123.9 -5447072 L 311133.5 -5447061 L 310666.2 -5447430 L 310285.1 -5447444 L 309279.8 -5447886 L 309171 -5447988 L 309314.9 -5448309 L 309712.1 -5450698 L 309551.8 -5450986 L 309480.2 -5451961 L 309609.2 -5452330 L 309950.2 -5453831 L 309588.6 -5454424 L 309548.5 -5454787 L 309197.6 -5454893 L 308051.4 -5454996 L 306278.5 -5456472 L 305957.9 -5456693 L 304878.6 -5459052 L 305247 -5459139 L 306338.6 -5459188 L 309017.4 -5460233 L 309386.6 -5460235 L 309352.1 -5462345 L 309529 -5462653 L 309286.5 -5462883 L 308264.4 -5463739 L 307937.8 -5463916 L 306550.5 -5463620 L 305042.7 -5462030 L 304094.7 -5462560 L 304179.7 -5462911 L 305125.9 -5463985 L 304720.2 -5465669 L 303756.6 -5465968 L 303433.7 -5466061 L 303887.7 -5466355 L 304099.2 -5466525 L 305393 -5468855 L 304332.1 -5470896 L 304039.1 -5472014 L 303926.1 -5472384 L 304332.1 -5473785 L 304524 -5474100 L 304487 -5474480 L 303798.7 -5476619 L 303835.4 -5478605 L 307394.3 -5478914 L 308746.5 -5479291 L 309562.4 -5479717 L 311417.3 -5480197 L 313974.6 -5481325 L 316462.3 -5482806 L 317556.9 -5483454 L 317256.7 -5483886 L 318253 -5484484 L 319040.3 -5484532 L 319423.1 -5484434 L 320343.8 -5483890 L 321216.9 -5482754 L 321426.1 -5482463 L 321489.8 -5482353 L 321657.2 -5482139 L 321820.6 -5481923 L 322826.1 -5480564 L 323025.4 -5480290 L 324460.3 -5478668 L 325410.1 -5478153 L 325760 -5478064 L 326861.5 -5478144 L 328648.5 -5479448 L 328943.2 -5479671 L 329124.3 -5479336 L 328019.9 -5477824 L 327924.9 -5477452 L 328651.4 -5477559 L 328938.7 -5476891 L 329671.8 -5476849 L 329879.2 -5476228 L 329344.7 -5475718 L 329563.1 -5475456 L 329880.8 -5475333 L 330498 -5474966 L 330859.4 -5475078 L 331984.2 -5475288 L 333055.5 -5474924 L 333602.7 -5475341 L 334017.6 -5475651 L 334118 -5475790 L 335761.4 -5475430 L 336181 -5475985 L 337928 -5476581 L 339041.7 -5475639 L 339357.3 -5475855 L 340491.8 -5476349 L 340369.7 -5477061 L 340314.6 -5477417 L 340514.6 -5477405 L 341318.9 -5474447 L 341577.2 -5474157 L 342229.3 -5473751 L 342592 -5473622 L 344297.3 -5473604 L 344614.8 -5473755 L 344846.1 -5473466 L 345541.9 -5473712 L 345896.3 -5473820 L 345744.4 -5473105 L 346264.1 -5472568 L 346261.1 -5471813 L 345967.4 -5471571 L 345859.4 -5471206 L 346518.7 -5471269 L 346855.3 -5471107 L 347075.1 -5471781 L 348380.1 -5472451 L 348740.4 -5472538 L 348675.6 -5471865 L 348689.7 -5471527 L 348951.4 -5469867 L 349105.6 -5469565 L 348914.9 -5468915 L 348996 -5468571 L 349253.7 -5468435 L 349635.6 -5467995 L 349388.8 -5467703 L 348730.7 -5467318 L 346243.6 -5468247 L 345231.3 -5467829 L 344694.2 -5468213 L 344339 -5468176 L 343482.9 -5466667 L 343196.4 -5466095 L 344522.4 -5465973 L 344633.6 -5465646 L 345003.9 -5465724 L 346667.1 -5464896 L 346698.4 -5463446 L 347136 -5462845 L 347833.6 -5463019 L 347770.5 -5463770 L 348714.2 -5464354 L 349059.7 -5464505 L 349923.7 -5465214 L 350868.4 -5462666 L 351530.6 -5462293 L 351534.7 -5461926 L 351658.2 -5461332 L 351152.1 -5460932 L 350897.5 -5460725 L 351106 -5460108 L 351113.2 -5459768 L 352215.6 -5460656 L 352935.1 -5459578 L 353276.9 -5459474 L 353546.2 -5458786 L 354274 -5458643 L 353875.6 -5458114 L 354207.2 -5457525 L 356707.8 -5458369 L 357091.7 -5458309 L 357109.3 -5458129 L 358068.6 -5458592 L 358051.7 -5458236 L 358197.4 -5458514 L 358736.8 -5458222 L 358929.4 -5458470 L 358168.3 -5459703 L 359137.7 -5460611 L 357939.3 -5462532 L 359342.2 -5463208 L 359659.8 -5463433 L 361007.9 -5463787 L 361358.9 -5463774 L 363517 -5463689 L 363875.1 -5463721 L 364195.1 -5463713 L 364278.7 -5465167 L 364452.5 -5465488 L 365042.4 -5466224 L 365104.2 -5466549 L 365799.2 -5466507 L 366198.7 -5467078 L 366654.3 -5466884 L 366785.5 -5466559 L 367502.3 -5467261 L 367834.7 -5467410 L 367973.1 -5466764 L 368023.1 -5466744 L 369133.4 -5466828 L 369035.1 -5468308 L 369153 -5468661 L 369453.1 -5468280 L 369810.2 -5468315 L 369995.5 -5468013 L 372098.1 -5467746 L 372451 -5467711 L 374344.1 -5467650 L 374368 -5468415 L 375109.1 -5469223 L 375409.5 -5469362 L 375411.3 -5470473 L 375658 -5470751 L 375459.3 -5471697 L 375466.1 -5472029 L 375935.3 -5472480 L 376309.3 -5472871 L 377077.9 -5473091 L 377654.9 -5474671 L 377377 -5476318 L 377283.8 -5476641 L 378685.5 -5476878 L 379345.9 -5476618 L 379194.8 -5477361 L 379331.7 -5477724 L 380147.8 -5477361 L 380236.5 -5477656 L 379829.7 -5478537 L 381625 -5479036 L 382945.4 -5480365 L 383164.2 -5480297 L 383354.9 -5480171 L 382729.6 -5478883 L 384778.2 -5479473 L 386523 -5479368 L 387514.6 -5478793 L 389424.9 -5478896 L 390510.8 -5478449 L 391018.3 -5477859 L 391256.5 -5477549 L 393125.1 -5477791 L 393681.7 -5476812 L 393796.8 -5476445 L 394770.6 -5477580 L 396649.4 -5477501 L 396588.6 -5477195 L 397049.6 -5476781 L 397275.1 -5476566 L 398049.2 -5474978 L 398815.3 -5474211 L 400015.3 -5474601 L 400351.3 -5474598 L 400337.4 -5474249 L 401529.8 -5473563 L 401763.2 -5473304 L 401973.2 -5473282 L 402571.3 -5472923 L 403412 -5473619 L 404146.9 -5473556 L 404258 -5473203 L 404954.5 -5472589 L 405119.9 -5472319 L 405692 -5473587 L 406260.3 -5473707 L 406575.7 -5473892 L 406829.2 -5473273 L 408149.9 -5473562 L 408488.7 -5473466 L 408194.1 -5473231 L 406989.9 -5472332 L 408613 -5470691 L 409110.5 -5469647 L 409789.6 -5469278 L 409843.8 -5468953 L 409642.6 -5468032 L 410790 -5465640 L 410621.2 -5464890 L 410526.3 -5464518 L 410343.5 -5464192 L 410823.6 -5461666 L 410589 -5460966 L 410799.4 -5460686 L 411478.8 -5460863 L 412339.2 -5460138 L 412133.6 -5459031 L 412751.8 -5458682 L 411817.9 -5455708 L 411538.5 -5455962 L 410106.3 -5456343 L 410198.2 -5456721 L 409255.9 -5458356 L 408947.4 -5458140 L 407829.7 -5458308 L 407236.6 -5457842 L 406109.4 -5457798 L 405853.8 -5457567 L 405827.2 -5456879 L 405339 -5456394 L 405218.2 -5456047 L 405333.6 -5455338 L 405269.5 -5454411 L 405512.1 -5454211 L 405396.2 -5453841 L 403424.9 -5452021 L 403185.2 -5451295 L 403417.5 -5450982 L 403024 -5449898 L 402943.1 -5449517 L 403032.9 -5448545 L 402759.3 -5448311 L 402621.5 -5447978 L 402824.9 -5447253 L 402224.7 -5445880 L 402427 -5445558 L 402305.6 -5445399 L 401592.9 -5444217 L 401769.1 -5442948 L 401539.7 -5442791 L 401183.7 -5442363 L 401062.8 -5441987 L 399601.6 -5440175 L 399080.5 -5439278 L 399009.3 -5438277 L 399288.9 -5438061 L 399006.4 -5437855 L 398209.8 -5437170 L 398006.5 -5437486 L 397514.3 -5437869 L 397165.9 -5437729 L 396833.6 -5437617 L 395538.3 -5437098 L 395311.6 -5436805 L 394688.6 -5436401 L 393659 -5436663 L 393268.1 -5436737 L 391772.7 -5436203 L 391703.4 -5436537 L 391482.6 -5437522 L 391025.6 -5438016 L 391222 -5437299 L 390457.3 -5435224 L 390072.1 -5435182 L 389238.3 -5434432 L 388496.7 -5434654 L 387422 -5435760 L 386350.4 -5434683 L 386635.9 -5434436 L 386397.3 -5433719 L 387008.3 -5432769 L 387040.6 -5432019 L 387050.8 -5431641 L 387786.4 -5430960 L 388062 -5430767 L 388437.1 -5430334 L 388201.8 -5429770 L 388497.5 -5429602 L 388656.9 -5429301 L 388632.1 -5428932 L 387933.3 -5427709 L 387248.7 -5427472 L 387746.1 -5426227 L 387887.4 -5425896 L 388437.5 -5426378 L 389580.7 -5426367 L 390617.9 -5426838 L 391014.7 -5426245 L 391372.7 -5426222 L 391092.1 -5425978 L 389642.5 -5424889 L 390043.5 -5423481 L 390773.6 -5423476 L 390593.8 -5423131 L 390050.5 -5422097 L 390051.5 -5422097 z "
id="path618" />
<path
d="M 338959.4 -5330033 L 339124 -5330356 L 340051.4 -5332317 L 339736.9 -5333353 L 344497.2 -5333545 L 344685.8 -5333873 L 344176.4 -5334396 L 344325.1 -5334776 L 344178.6 -5335125 L 342364 -5336483 L 340608.2 -5337066 L 339112.4 -5336980 L 338820.7 -5337221 L 338568.9 -5337387 L 338191.5 -5337842 L 336994.1 -5339175 L 335986.3 -5339586 L 336016.4 -5340285 L 336701.2 -5340600 L 336714.4 -5341354 L 338433.3 -5342100 L 337927.3 -5343471 L 335469.4 -5347757 L 335793.2 -5348170 L 335402.2 -5348846 L 336042.9 -5350266 L 336670.9 -5350702 L 337027.3 -5350863 L 336322.4 -5351073 L 334955.9 -5352298 L 333910.1 -5352091 L 333597.6 -5351894 L 333372 -5352193 L 334334.1 -5353765 L 334328.4 -5354517 L 335032.2 -5355396 L 335261.8 -5355694 L 335590.4 -5356546 L 335785.6 -5356640 L 337714.8 -5357418 L 338063.1 -5357478 L 338529.4 -5356951 L 338740 -5356668 L 339809.9 -5357482 L 339675.4 -5357822 L 340691 -5357371 L 341839 -5358244 L 342924.3 -5358157 L 343760.8 -5359371 L 343908.5 -5359710 L 344515.1 -5359885 L 344717.7 -5359599 L 345857.5 -5360950 L 346181.9 -5361119 L 346422.3 -5361834 L 347854 -5363027 L 347676.2 -5364865 L 349794.6 -5366826 L 350042.2 -5367103 L 349896.8 -5367464 L 349116.5 -5367483 L 348500.1 -5367925 L 347439.7 -5369552 L 347251.7 -5370701 L 347212.2 -5370987 L 347145.7 -5371267 L 348442.1 -5371750 L 348652.1 -5372782 L 348653.8 -5373135 L 348351.9 -5373228 L 347649.8 -5373834 L 348636.4 -5374474 L 349534 -5376212 L 349661.8 -5376585 L 349295.8 -5376634 L 347043.2 -5377797 L 346488.8 -5378244 L 347479.4 -5379393 L 346670.5 -5380646 L 346346.3 -5380621 L 345545.1 -5381175 L 345221.4 -5381389 L 344291.4 -5382064 L 342405.2 -5382352 L 341118.4 -5383721 L 340942.4 -5386297 L 339547.2 -5386477 L 339207.8 -5386328 L 338985.8 -5387406 L 339677.8 -5388793 L 339978.4 -5389040 L 339326.6 -5389270 L 339295.7 -5390319 L 339432.1 -5390975 L 339158.5 -5391237 L 338473.8 -5392512 L 338852.3 -5393161 L 339540.4 -5394068 L 339833 -5394310 L 341511.1 -5394511 L 342442.5 -5395046 L 343263.6 -5397849 L 343555.2 -5398088 L 344572.4 -5398488 L 345268.9 -5397623 L 346699.4 -5397641 L 346808.7 -5397287 L 349034.8 -5397929 L 349704 -5398861 L 350731.5 -5399409 L 351076 -5399599 L 351382.2 -5399174 L 351600.9 -5399014 L 353470 -5399222 L 354035.1 -5399647 L 354299.8 -5399924 L 355062.6 -5399219 L 355370.1 -5399404 L 355293.3 -5400487 L 357098.7 -5402319 L 357391.3 -5402556 L 358067.3 -5401476 L 358919.8 -5402067 L 359233.2 -5402230 L 359199.4 -5401865 L 360828.8 -5401318 L 361082.3 -5401055 L 361809.7 -5403579 L 361579.6 -5405478 L 361768.4 -5405812 L 363678.9 -5405301 L 364015.1 -5405374 L 363823 -5404378 L 364421.5 -5403557 L 364767.5 -5403528 L 366632.7 -5403867 L 368826.3 -5402399 L 369145 -5402191 L 369410.5 -5402392 L 369258.5 -5402888 L 369145.1 -5403201 L 370525.9 -5403389 L 370872.1 -5403428 L 371454.4 -5403028 L 371499 -5402342 L 372107.6 -5402084 L 372464.7 -5402079 L 372897.8 -5402585 L 373235 -5402648 L 374612.5 -5403183 L 375293 -5402863 L 375661.9 -5402789 L 375825.8 -5402698 L 376451.1 -5402292 L 377167.6 -5402454 L 378638.4 -5404107 L 378961.9 -5404294 L 379008 -5404333 L 379577.9 -5404708 L 380302.9 -5404636 L 380541.4 -5405325 L 380257.5 -5406362 L 380086.1 -5406685 L 379918.5 -5406906 L 379809.9 -5407107 L 379133.3 -5408355 L 379311.2 -5409739 L 379389 -5410088 L 381347.5 -5411546 L 381661.9 -5411720 L 382193.7 -5412522 L 382257.4 -5412840 L 382772.5 -5413304 L 383827.8 -5413357 L 384176.8 -5413305 L 384702 -5413832 L 385766.6 -5414025 L 386092.1 -5414220 L 386393.3 -5414286 L 386668.7 -5414425 L 387161.9 -5414927 L 387287.6 -5415261 L 387698.3 -5416989 L 387380.4 -5417548 L 387015.3 -5417544 L 386975.6 -5418650 L 386351.5 -5420061 L 386088.1 -5420348 L 386789.9 -5420654 L 386994.5 -5421393 L 387097.3 -5421766 L 388144 -5422017 L 389114.4 -5421651 L 389780 -5421861 L 390051.6 -5422097 L 390071.6 -5422097 L 390766.9 -5421243 L 390657.7 -5420210 L 390915.2 -5419939 L 391584 -5420269 L 392697.4 -5419892 L 392856.7 -5419532 L 392933.1 -5419226 L 393119 -5418670 L 392683 -5418222 L 394128.6 -5416490 L 394495.5 -5416402 L 394268.1 -5415739 L 393170.1 -5414402 L 393790.6 -5413645 L 394076.3 -5413474 L 394161 -5413794 L 394798.8 -5413639 L 395046.4 -5413421 L 395828 -5412685 L 395383.9 -5411238 L 395735.9 -5411215 L 396067.7 -5411097 L 396662.9 -5410634 L 396630.1 -5410252 L 395690.6 -5409612 L 396293.9 -5408215 L 395715.3 -5407512 L 395463.8 -5407290 L 395212.4 -5404655 L 395984.9 -5403355 L 395628.5 -5402689 L 395764.6 -5402213 L 397252.3 -5401884 L 398678 -5400574 L 398493 -5399589 L 398303.1 -5399131 L 397918.9 -5399060 L 396028.6 -5396598 L 396378.9 -5396195 L 395322 -5395334 L 395556.5 -5395067 L 395415.8 -5394737 L 397201.7 -5393943 L 397541.6 -5393855 L 397331.2 -5393147 L 397146.5 -5392824 L 396787.7 -5391419 L 396854 -5391046 L 397204.3 -5390653 L 398302.5 -5389599 L 399811 -5389681 L 399622.6 -5388972 L 400070.6 -5388384 L 400400.3 -5388207 L 400240 -5387558 L 400772.2 -5387084 L 400796.8 -5386356 L 401237.8 -5385777 L 401438.3 -5385473 L 402572.7 -5386048 L 403206.4 -5385804 L 402826.5 -5385401 L 403011.1 -5385156 L 403271.6 -5385397 L 404992.9 -5385351 L 405221.7 -5384707 L 404195.5 -5382586 L 404006.8 -5382237 L 404310.5 -5382029 L 404528.5 -5381452 L 405821.7 -5380855 L 407127.2 -5380974 L 407416.7 -5381185 L 408372 -5380684 L 408606.1 -5379628 L 409411.9 -5378887 L 409564.3 -5378548 L 409900.5 -5378603 L 410235.7 -5378662 L 409376 -5375679 L 409389.2 -5374130 L 410283.7 -5372066 L 410072.1 -5371739 L 410547.3 -5371201 L 410774.8 -5370918 L 410528.2 -5370637 L 411244.4 -5368953 L 411604.3 -5368857 L 413466 -5369004 L 413747.8 -5368312 L 413889.2 -5367964 L 414476.1 -5366688 L 415191.2 -5366631 L 415488.9 -5366432 L 416465.3 -5365954 L 416839.5 -5365991 L 417184.4 -5365913 L 418693.8 -5365921 L 419120 -5366544 L 419842.5 -5366757 L 420027.4 -5367830 L 420499.1 -5367617 L 420647.7 -5367391 L 420773.1 -5366481 L 421196.4 -5366013 L 421533.4 -5365964 L 421110.2 -5365351 L 421214.7 -5363874 L 420227.7 -5362840 L 420511.6 -5362710 L 420548.1 -5361857 L 422571.8 -5361964 L 422902.7 -5361869 L 423842.4 -5361569 L 424005.9 -5361281 L 423335.8 -5359562 L 423196.2 -5359207 L 423953.1 -5359054 L 424446.8 -5357637 L 424697.4 -5357341 L 423816.9 -5356582 L 423418.6 -5354710 L 424268.6 -5353401 L 423760.6 -5352851 L 423864.9 -5351814 L 422522.6 -5351240 L 422815.9 -5350150 L 422913.3 -5349786 L 423619.4 -5349739 L 424016.1 -5348900 L 424719.1 -5348798 L 425072.1 -5348751 L 424582.7 -5346769 L 424419.2 -5346496 L 424090.2 -5345963 L 423825.8 -5345732 L 422931.7 -5345205 L 422629 -5344210 L 422859.7 -5343339 L 422949.2 -5343048 L 422783.6 -5342724 L 422630.9 -5341666 L 423624.1 -5339126 L 423198 -5338514 L 422135.8 -5339167 L 421817.6 -5338482 L 423065.8 -5337111 L 423111.2 -5336714 L 423138 -5335929 L 422822.2 -5336115 L 421756.3 -5336343 L 420474.1 -5335775 L 419912.7 -5336236 L 419343.9 -5335803 L 419117.4 -5335536 L 418463 -5334759 L 418113.9 -5334768 L 418611.7 -5333254 L 419367.9 -5333234 L 418759.8 -5331324 L 418404.9 -5331469 L 417778.2 -5331162 L 417014.2 -5328728 L 416853.7 -5328412 L 416399.8 -5327896 L 415149 -5327599 L 415162.4 -5327220 L 415108.2 -5326468 L 413296.1 -5326745 L 413129 -5326025 L 412769 -5326089 L 410509.8 -5327000 L 410298.9 -5326436 L 410097.8 -5325724 L 408648 -5325465 L 408150 -5324903 L 407820.2 -5325101 L 406444.8 -5324454 L 404963.9 -5324823 L 403484.2 -5324630 L 403266.6 -5324939 L 402051.6 -5325830 L 401864.1 -5325563 L 401113.3 -5324498 L 400462.4 -5324663 L 399896.6 -5325597 L 397172.5 -5324713 L 396974 -5324396 L 397118.5 -5324050 L 396907.3 -5322667 L 396350.5 -5322213 L 395260 -5322076 L 394681.9 -5320751 L 394314.8 -5320732 L 394184.3 -5321069 L 392794.4 -5321430 L 391241.3 -5322350 L 390847.2 -5321706 L 391428.7 -5321229 L 390875 -5320848 L 389772.1 -5321114 L 388872.9 -5320462 L 389346.4 -5318660 L 389252.4 -5317312 L 389224.7 -5315457 L 388560.8 -5315649 L 387266 -5316062 L 387051.4 -5316367 L 384475.7 -5318454 L 383419.9 -5318830 L 382757.2 -5318497 L 382938.4 -5317898 L 383212.2 -5315670 L 383027.1 -5314930 L 382656.8 -5314789 L 380771.5 -5314319 L 379233.7 -5315469 L 377955 -5312500 L 376463.1 -5313606 L 375590.9 -5312995 L 373372.6 -5312595 L 373177 -5312893 L 372733.7 -5314210 L 370169.1 -5313676 L 369825.9 -5314313 L 369719.4 -5314683 L 368912.2 -5315450 L 368524 -5315430 L 367014.1 -5315165 L 365692.6 -5314416 L 364677.8 -5314809 L 365012.2 -5314989 L 365322.6 -5315209 L 364474.3 -5317998 L 363473.7 -5318533 L 363135.8 -5318706 L 363180.3 -5319065 L 362593.4 -5319961 L 363006.9 -5320883 L 362751.2 -5321146 L 361285.8 -5321201 L 361086.1 -5321469 L 360507.4 -5321803 L 360192.4 -5321868 L 359544.1 -5322500 L 359362.5 -5322813 L 359253.1 -5323888 L 359072.5 -5324229 L 358615.3 -5324851 L 359108.8 -5327044 L 358721.7 -5327074 L 356054.1 -5326661 L 355570.5 -5327664 L 353252.7 -5327736 L 352917.9 -5327943 L 351422.8 -5327605 L 350417.3 -5328201 L 350359 -5329298 L 353807.2 -5331147 L 354338.3 -5331704 L 353821.8 -5332762 L 353069.9 -5332979 L 351528.2 -5332894 L 350495 -5332360 L 347427.4 -5329523 L 346699.7 -5329255 L 346722.2 -5329587 L 346641.1 -5330866 L 346272 -5330868 L 345536.6 -5330820 L 344327.9 -5330011 L 342506.9 -5329848 L 342130.9 -5329961 L 341249.5 -5330572 L 338959.7 -5330033 L 338959.4 -5330033 z "
id="path619" />
<path
d="M 639143.4 -4865473 L 639211.7 -4865168 L 638898.2 -4864650 L 637952.3 -4863468 L 635976.5 -4862378 L 636352.4 -4862431 L 636729.3 -4862482 L 636543.6 -4862153 L 635540.7 -4861030 L 633490.9 -4860073 L 633149.5 -4859402 L 633067.2 -4859757 L 631487.2 -4859025 L 631931 -4858003 L 631680.7 -4857313 L 633142.3 -4857398 L 633548.7 -4856811 L 633414 -4856460 L 632392.6 -4855983 L 631671.5 -4855119 L 632650.6 -4852574 L 632578.8 -4850209 L 632376.6 -4849450 L 630759.1 -4847215 L 630654.5 -4846834 L 630587.9 -4846449 L 629431.5 -4843145 L 629553.7 -4841978 L 630690.3 -4839095 L 628383.2 -4838906 L 626801.5 -4840020 L 625251.7 -4840253 L 623483.5 -4841063 L 622444.4 -4840538 L 619726.7 -4840253 L 619377.1 -4840073 L 618608.8 -4838721 L 618709.5 -4837180 L 616647.5 -4836177 L 614764.3 -4831876 L 614896.1 -4831128 L 615727.7 -4830293 L 616495.5 -4830189 L 617956.2 -4830728 L 618553.5 -4830238 L 618552.4 -4829484 L 616917.7 -4827335 L 616558.1 -4827174 L 616168.3 -4827170 L 615024.6 -4827382 L 613419.6 -4826335 L 613845.5 -4825406 L 613443.5 -4824767 L 613096.9 -4824598 L 611942.5 -4824617 L 610510.8 -4823348 L 609009 -4823066 L 607328.6 -4821763 L 605955.8 -4822941 L 606447.8 -4823500 L 606120.2 -4824101 L 605800.7 -4823886 L 605403.2 -4822909 L 606348.4 -4820843 L 604191.7 -4819279 L 600273.1 -4817797 L 599720.1 -4817301 L 599890.4 -4816954 L 599292.7 -4815526 L 599201.7 -4813557 L 597843.5 -4813693 L 597338.2 -4813791 L 595373.7 -4814170 L 594510.8 -4814649 L 592940.2 -4815059 L 591901 -4815776 L 590890.8 -4816981 L 590479.5 -4818321 L 590500.9 -4818886 L 590825.7 -4819479 L 591589.3 -4819758 L 591851.9 -4819681 L 591968.9 -4820050 L 591233.9 -4822355 L 590805.4 -4822800 L 590581.1 -4823033 L 589574.5 -4823677 L 588733.3 -4823910 L 589165.2 -4825086 L 588968.9 -4825410 L 587095.6 -4827269 L 586383.1 -4827285 L 586419 -4827329 L 586765.6 -4827480 L 587476 -4827560 L 588424.2 -4826945 L 590274.5 -4827314 L 592486.5 -4827037 L 592488 -4827427 L 592419 -4828206 L 594042.8 -4829863 L 595830.3 -4833340 L 595885.9 -4834438 L 593383.2 -4838663 L 593433.8 -4838963 L 593452.3 -4839313 L 593246.9 -4840617 L 592554.4 -4841412 L 592364.2 -4841712 L 591811.6 -4843336 L 591711.3 -4843673 L 590866.1 -4844230 L 589990 -4843828 L 589317.3 -4843880 L 589113.1 -4844156 L 588462.4 -4845082 L 588094.5 -4845186 L 587795.4 -4845397 L 587416 -4846753 L 586825.8 -4847180 L 585495 -4846804 L 585303.7 -4847115 L 584885.3 -4847663 L 584232.4 -4847872 L 584244.9 -4848286 L 584324.9 -4849070 L 584050.7 -4849346 L 582565.1 -4850586 L 582330.9 -4850875 L 580115.8 -4852121 L 579659.5 -4851766 L 578319.2 -4850968 L 577962.6 -4850808 L 577094.7 -4851134 L 576811.7 -4851300 L 576954.3 -4852453 L 577912.3 -4853664 L 577860.1 -4854765 L 578317.1 -4855387 L 576596 -4855527 L 576555.2 -4856225 L 576650.7 -4856568 L 575294.6 -4856537 L 574955.8 -4856555 L 574618.9 -4856626 L 573759.9 -4857118 L 573313.9 -4858172 L 573338.6 -4859319 L 573441.1 -4859688 L 572974.7 -4860258 L 571814.5 -4859285 L 568764.7 -4859047 L 567684.4 -4858138 L 566623.1 -4858130 L 566332.6 -4857879 L 566098.4 -4858156 L 565645 -4858721 L 564282.3 -4859206 L 563791 -4860558 L 565475.2 -4862920 L 565720.3 -4863604 L 566056.3 -4864274 L 565634.6 -4866016 L 565392.4 -4866304 L 563403.7 -4866268 L 562712.7 -4867543 L 562689.5 -4868627 L 562717.1 -4868990 L 558205.5 -4869366 L 557104.4 -4868278 L 555677.7 -4867959 L 554485.4 -4867217 L 554899.6 -4865920 L 554651.8 -4865868 L 554430.8 -4865993 L 553871.3 -4865074 L 554045 -4864375 L 553639 -4862946 L 553125.7 -4862643 L 552759.9 -4862718 L 551342.7 -4862858 L 551392 -4861721 L 550808.9 -4861331 L 550759.8 -4863104 L 549635.4 -4863323 L 549435.9 -4863005 L 547940.6 -4860911 L 547810.6 -4860192 L 546412.3 -4858905 L 546085.4 -4858209 L 545936.5 -4857459 L 547794.7 -4856201 L 547766.2 -4855831 L 546348.8 -4855436 L 546119.4 -4855143 L 545753.5 -4855290 L 544717.8 -4856438 L 543687.1 -4856025 L 541936.5 -4856827 L 541499 -4857480 L 541631.9 -4859795 L 541400.7 -4860085 L 540310.5 -4860960 L 539429 -4860331 L 539062.2 -4860387 L 538299.9 -4860288 L 536610.1 -4858160 L 535509.4 -4857873 L 534555.1 -4857211 L 534203.2 -4857371 L 533457.7 -4858242 L 534211.9 -4858396 L 534685.6 -4859856 L 534574.7 -4861363 L 533614.9 -4862572 L 531830.9 -4862939 L 531247 -4862497 L 530192.7 -4862670 L 529283.9 -4863123 L 528474.3 -4862565 L 528374.9 -4862896 L 527843.5 -4865090 L 527803 -4865468 L 528057.9 -4866181 L 528395.7 -4866864 L 529728.7 -4867589 L 529857.2 -4868724 L 532103 -4869041 L 532163.5 -4869429 L 533123.1 -4871558 L 535121.2 -4872686 L 535701.1 -4874932 L 535600.1 -4875012 L 535202.2 -4875171 L 534883.2 -4875397 L 533041.9 -4876848 L 531582.4 -4877382 L 530514.9 -4878500 L 529419.1 -4878227 L 529001.7 -4878849 L 527732.7 -4877960 L 527422.7 -4878196 L 527155.6 -4878442 L 526587.5 -4878894 L 526179.7 -4880642 L 526023.5 -4880887 L 525888.3 -4881144 L 525419.6 -4881231 L 525049 -4881138 L 524014.1 -4880041 L 523253.6 -4880076 L 521548.6 -4882066 L 520636.6 -4882636 L 522885.3 -4883992 L 524416.1 -4884012 L 525085.2 -4884395 L 525465.8 -4884459 L 525470.4 -4884794 L 525434.5 -4886467 L 525248.3 -4886762 L 525170.6 -4887457 L 525956.2 -4888152 L 526120.7 -4888493 L 526240.4 -4889620 L 528011.7 -4890894 L 529409.2 -4891345 L 530918.4 -4891124 L 531275.9 -4890461 L 533805.8 -4888921 L 534354.3 -4887159 L 534631.4 -4886895 L 534986.3 -4886729 L 538026.7 -4886240 L 539955.2 -4886470 L 542447.2 -4885837 L 543249.5 -4885110 L 544780.4 -4886171 L 545143.3 -4886080 L 545514.2 -4885993 L 548043.2 -4885391 L 550171.2 -4886002 L 550395.2 -4887881 L 551294 -4888573 L 549922.6 -4889794 L 550506.1 -4892023 L 551081.3 -4892534 L 551455 -4892633 L 552275.2 -4891908 L 552913.5 -4892299 L 553164.7 -4893007 L 553903.4 -4892890 L 554280.2 -4892863 L 554233.6 -4892500 L 554883.1 -4891614 L 556108.1 -4890858 L 557181.5 -4890899 L 557544.4 -4890848 L 558305.7 -4890087 L 559574.5 -4889525 L 559928.4 -4889448 L 560277.2 -4889428 L 560490.7 -4888786 L 561029.7 -4888484 L 561360.6 -4888374 L 561698.6 -4888222 L 563294.1 -4886818 L 564399.4 -4886959 L 564862.8 -4887320 L 565147.6 -4887399 L 565799.8 -4887850 L 566090.5 -4887953 L 569349.7 -4887028 L 571051 -4889103 L 571381.7 -4889269 L 572095.4 -4889193 L 572349 -4889462 L 572415 -4890558 L 573366.6 -4890553 L 573666.3 -4890705 L 573624.4 -4892905 L 577406.3 -4891088 L 577515.7 -4891699 L 577052.7 -4891988 L 576742.9 -4891888 L 576154 -4893270 L 576177.4 -4894020 L 574519.6 -4894639 L 575109.9 -4896426 L 575185.6 -4896795 L 575477.4 -4896898 L 575084.4 -4899574 L 575735.4 -4900533 L 576707 -4900577 L 577041.8 -4900641 L 577317.9 -4901680 L 576869.6 -4902235 L 576008.4 -4902912 L 575303.8 -4902732 L 575074.1 -4902447 L 574067.8 -4903383 L 574328.2 -4904027 L 574512.9 -4904325 L 574444.6 -4904710 L 573929 -4905750 L 573285.9 -4906191 L 573113.6 -4906677 L 574759.9 -4908108 L 575157.3 -4908772 L 575329 -4909110 L 575313.5 -4909836 L 574248.7 -4910116 L 573228.3 -4911240 L 573219.8 -4911952 L 572103.8 -4913894 L 570315.3 -4915568 L 570050.2 -4915828 L 570271.7 -4916385 L 570760.7 -4916075 L 571206.3 -4916358 L 571292 -4916682 L 571836.2 -4917524 L 572465.8 -4917754 L 575054.1 -4917484 L 575066.6 -4918253 L 576018.9 -4918866 L 576834.8 -4920178 L 576939.7 -4920217 L 576844.5 -4920583 L 577148.5 -4922007 L 578889.8 -4923917 L 579244.8 -4923779 L 580244.8 -4923233 L 580374 -4922890 L 580954.1 -4922446 L 582007.8 -4922422 L 582688.5 -4921048 L 582102.5 -4919643 L 583463.5 -4918982 L 584564.9 -4917918 L 583865.9 -4916670 L 582508.3 -4916669 L 582631 -4915613 L 582870.1 -4915385 L 583375.2 -4914973 L 583700.4 -4913016 L 583460.6 -4912763 L 583492.8 -4912399 L 583441 -4910650 L 583040.5 -4910055 L 582074.2 -4909530 L 582316.3 -4909317 L 583075.8 -4908335 L 583348.8 -4908158 L 583678.6 -4908351 L 584036.4 -4908483 L 585115.4 -4909483 L 587500.3 -4910059 L 587723.3 -4909891 L 587948.4 -4909726 L 588294.4 -4909531 L 589317.5 -4910512 L 590460 -4909214 L 590555.7 -4908168 L 590643.9 -4907824 L 592147.6 -4907714 L 593059 -4908331 L 593436.9 -4908355 L 593935.9 -4906651 L 594153 -4906367 L 596271 -4905480 L 596549.1 -4905216 L 597718.7 -4903919 L 597983.8 -4903688 L 598316.8 -4903475 L 598880 -4902927 L 599986 -4902540 L 601159.2 -4903373 L 602128.7 -4905348 L 602335.5 -4905658 L 602376.3 -4906022 L 602243 -4908196 L 603672.6 -4908359 L 604600.1 -4908985 L 605469.2 -4910180 L 605179.9 -4910835 L 608715.2 -4911098 L 609793.8 -4911587 L 610045.6 -4911892 L 610431.6 -4911845 L 611290.2 -4910576 L 611232.6 -4909816 L 611128.8 -4909442 L 610494.2 -4907201 L 610651.8 -4906076 L 611483.1 -4905378 L 613746.7 -4905587 L 614049.1 -4904887 L 614433 -4904905 L 615176.1 -4906230 L 615422.9 -4906528 L 615070 -4906393 L 615160.9 -4910169 L 615175.7 -4910547 L 615861.2 -4911392 L 616251.2 -4911410 L 617705.3 -4911051 L 619549 -4911315 L 620031.2 -4910786 L 620261.5 -4910091 L 621014.5 -4910068 L 621581.7 -4909561 L 623012.6 -4909634 L 622907.7 -4909451 L 622746.9 -4909097 L 623700.8 -4907389 L 624735 -4906875 L 625072.9 -4907038 L 627064.3 -4906079 L 627331.3 -4906104 L 627583.4 -4906011 L 627879.5 -4905817 L 628504.1 -4904581 L 628807 -4904803 L 629768.7 -4905384 L 630117.8 -4905245 L 630517.3 -4904202 L 631123.5 -4903788 L 631076.7 -4903466 L 631330.2 -4902548 L 631465.4 -4902191 L 633453.6 -4899907 L 633140.6 -4898082 L 633207.8 -4897650 L 633872 -4897336 L 635303.7 -4897852 L 636001.8 -4897577 L 636154.2 -4896840 L 635660.8 -4895810 L 636033.2 -4895159 L 637065.4 -4894768 L 636811.6 -4892688 L 636814.8 -4892311 L 636809 -4891930 L 636823.2 -4891552 L 636962.7 -4890808 L 637050.9 -4890486 L 636944.5 -4889509 L 636024.5 -4886259 L 635980.8 -4885877 L 637193.1 -4883749 L 637209.3 -4883394 L 637874.7 -4882617 L 639861.9 -4883719 L 640244.9 -4883723 L 640452.3 -4883045 L 640454.5 -4882662 L 640691.7 -4882280 L 642411.2 -4881470 L 642634.4 -4881157 L 642707.1 -4880110 L 643121.5 -4879557 L 643402.6 -4879347 L 643659.8 -4879143 L 644377.2 -4878466 L 645461.8 -4875998 L 646970 -4875647 L 647295.7 -4874553 L 647315 -4874162 L 647506.3 -4873631 L 647487.6 -4873246 L 647179.1 -4872548 L 646809.2 -4872440 L 644930.1 -4872727 L 644732.9 -4871603 L 645103.9 -4870140 L 643339 -4868722 L 643380.3 -4868345 L 642033.4 -4867026 L 639905.2 -4866294 L 639352.6 -4865787 L 639143.9 -4865472 L 639143.4 -4865473 z "
id="path620" />
<path
d="M 335135.8 -4850502 L 335099.8 -4850135 L 335506.6 -4848766 L 336347.3 -4847588 L 336034.3 -4847395 L 336722.3 -4847348 L 338095.5 -4845608 L 337842.9 -4845610 L 337591.3 -4845611 L 339311.9 -4843904 L 339645.7 -4843775 L 340551.9 -4843108 L 340436.7 -4842461 L 340604.3 -4842121 L 340842.7 -4841831 L 341920.5 -4842000 L 342814.7 -4841337 L 343139.7 -4841150 L 343763.3 -4840934 L 343900.8 -4840631 L 342701.9 -4838624 L 342691.8 -4838262 L 342498.9 -4837975 L 343122.5 -4837720 L 343210.2 -4837385 L 343573.5 -4837413 L 344541.7 -4836342 L 344916.9 -4836424 L 346048.6 -4836606 L 346677.7 -4836168 L 346516.8 -4835832 L 345617.2 -4834718 L 346079.9 -4834169 L 347754.9 -4833501 L 347799 -4833818 L 348728.2 -4833927 L 348987.3 -4834132 L 349655.5 -4834026 L 350131.9 -4833548 L 350329.3 -4833273 L 350271.2 -4832960 L 349906 -4831744 L 350176.2 -4831484 L 351162.6 -4829927 L 352195.4 -4830095 L 352976.1 -4830879 L 353371.1 -4830245 L 353564.6 -4829927 L 354512.9 -4828809 L 354585.6 -4826565 L 354361.8 -4825867 L 351747.1 -4826292 L 351384.3 -4826441 L 351464 -4826113 L 350893.1 -4824546 L 350531.6 -4824595 L 348367 -4824341 L 347319 -4824631 L 347451.7 -4824289 L 347756.6 -4823381 L 346725 -4822413 L 346028.2 -4822052 L 345593.1 -4823092 L 345012.9 -4823546 L 344262.2 -4823556 L 343020.4 -4822792 L 342292.1 -4823002 L 344080.7 -4821630 L 344358.9 -4821362 L 343694 -4821023 L 343000.4 -4821326 L 342493.6 -4820860 L 342588.4 -4820141 L 343764 -4819193 L 344006.4 -4818901 L 342910.3 -4818898 L 342209 -4817281 L 340803.2 -4817020 L 341101.1 -4816873 L 339669.4 -4815886 L 339490.6 -4815575 L 341158 -4814390 L 341379.4 -4814121 L 341556.9 -4813846 L 340996.9 -4813496 L 341149.5 -4813202 L 340830.9 -4813274 L 340716.9 -4812632 L 340572.1 -4811964 L 339701.3 -4811061 L 339466.4 -4810818 L 339634.8 -4810587 L 340224.4 -4809667 L 339799.9 -4809071 L 339733.1 -4808708 L 338244.1 -4808979 L 337650.5 -4808546 L 337388.8 -4808270 L 337969 -4806454 L 337735.6 -4805724 L 338218.2 -4805224 L 338036.5 -4804880 L 337702.3 -4804824 L 337265.3 -4803753 L 336899.3 -4803660 L 336194.4 -4803390 L 335877.8 -4803467 L 334947.9 -4804357 L 335163.6 -4804660 L 334885 -4806042 L 333528.9 -4805914 L 333479.8 -4805642 L 333335.8 -4805406 L 333135.2 -4805723 L 331967.5 -4807043 L 332015.4 -4807390 L 331190.3 -4807941 L 331187.3 -4808292 L 330176.6 -4808501 L 329967.8 -4808225 L 329622 -4808361 L 328637.6 -4808782 L 328434.8 -4808830 L 328229.1 -4808860 L 327854.7 -4808886 L 326945.7 -4809472 L 326340.2 -4809332 L 326048 -4809257 L 325297.6 -4808855 L 324982.8 -4808991 L 323440.6 -4809692 L 323187.9 -4809415 L 322306.3 -4807846 L 322275.5 -4807797 L 321961.4 -4808036 L 319341.1 -4809768 L 317869.7 -4809808 L 318256.1 -4808773 L 318054.4 -4808459 L 317636.1 -4807822 L 317412.5 -4807519 L 317640.3 -4806477 L 317129.9 -4805938 L 316840.2 -4805687 L 316114.2 -4804839 L 314850.1 -4805656 L 313739 -4804109 L 313491.6 -4803741 L 313421.2 -4803592 L 313246.4 -4803328 L 312946.7 -4802782 L 312671.1 -4802512 L 311405.6 -4800600 L 311348.7 -4800291 L 310111.6 -4799197 L 309862.8 -4798972 L 308851.5 -4798455 L 306601.6 -4798867 L 306217.3 -4798893 L 306071.6 -4798580 L 305794.8 -4798376 L 305499.9 -4798519 L 305226.9 -4798699 L 304932.7 -4798941 L 303628.2 -4799581 L 302930 -4799448 L 302567.3 -4799568 L 301015 -4800610 L 300706 -4800483 L 300409.1 -4800329 L 300194.3 -4800385 L 299878.2 -4800617 L 298405.6 -4801076 L 298057.1 -4801142 L 297007.9 -4800302 L 296667.7 -4800255 L 295579.2 -4801075 L 295301.9 -4801043 L 295025.3 -4801079 L 294786.8 -4801362 L 294079.6 -4801560 L 293769.7 -4801716 L 292788.5 -4802047 L 292663.8 -4801711 L 292581.5 -4800646 L 292192 -4800719 L 290620.1 -4800722 L 288784.3 -4801461 L 288618.4 -4801821 L 289072.4 -4803360 L 288711.2 -4803324 L 288181.6 -4803818 L 287456.9 -4803845 L 287217.2 -4803589 L 286250.3 -4803239 L 284811.5 -4803124 L 284286.1 -4802656 L 283594.8 -4802553 L 283573.6 -4802923 L 283222.6 -4806130 L 282949.9 -4805895 L 282103.5 -4805318 L 281197.6 -4805814 L 281212.3 -4806200 L 281114.4 -4807727 L 280726.4 -4807652 L 278864.7 -4807137 L 278516.7 -4807043 L 276641.5 -4806109 L 276321.8 -4805896 L 275618.2 -4805586 L 274255.9 -4805866 L 273567 -4805661 L 273357.5 -4805940 L 272923.5 -4806474 L 271612.3 -4806102 L 271223.8 -4806765 L 271159.6 -4807144 L 271482.5 -4806987 L 271442.3 -4807369 L 271060.4 -4809626 L 270713.4 -4809532 L 269694.2 -4809281 L 269010.2 -4809960 L 269017.9 -4810349 L 267958.6 -4811918 L 268285.1 -4813079 L 268235.9 -4813185 L 270230.5 -4813953 L 270577.6 -4814038 L 269981.3 -4815382 L 269768.7 -4815690 L 269764.4 -4815785 L 269516.1 -4816016 L 269219.7 -4816614 L 268915.8 -4816465 L 268605.9 -4816619 L 268053.7 -4816989 L 267839.9 -4817646 L 267795.8 -4818016 L 267621.2 -4819495 L 267667.1 -4820418 L 267493.4 -4820718 L 266506.4 -4822498 L 266194.7 -4822291 L 264836.9 -4821764 L 264065.6 -4822580 L 263975.3 -4823314 L 262922.8 -4822846 L 261781 -4822814 L 260739.1 -4824863 L 260474.7 -4825147 L 259977.6 -4825740 L 258822 -4825650 L 258462.4 -4826940 L 258367.5 -4827269 L 258284.6 -4827594 L 257499.2 -4828131 L 257208.7 -4831194 L 257047.1 -4831472 L 256579.2 -4832626 L 255380.4 -4832616 L 255060.1 -4832592 L 255048.1 -4832895 L 254705.2 -4832760 L 254266.1 -4833336 L 253283.4 -4832855 L 251812 -4832868 L 251648.2 -4831389 L 251355.5 -4831147 L 250226.3 -4831207 L 249868.4 -4831078 L 249875.7 -4830688 L 249898.9 -4830299 L 249192.3 -4830256 L 248227.5 -4830705 L 247583.3 -4830503 L 247301.5 -4830286 L 246918.1 -4830301 L 245540.9 -4830798 L 244975.4 -4830372 L 244630.9 -4830409 L 244402.4 -4830670 L 243498.2 -4832110 L 241539.7 -4830943 L 241182.8 -4830797 L 241099.7 -4831165 L 240770 -4831839 L 239288.8 -4831497 L 238447.7 -4830795 L 238138.5 -4831022 L 237651.9 -4832338 L 237287.5 -4832357 L 237283.2 -4832736 L 237733.3 -4833347 L 237916.2 -4834469 L 235702.8 -4834558 L 235262.7 -4835107 L 235210.5 -4835477 L 235292.2 -4835824 L 235219.4 -4837584 L 236413.8 -4836858 L 236710.7 -4837043 L 236737.3 -4837739 L 236875 -4838062 L 237106.7 -4838632 L 238154.4 -4838790 L 238433.6 -4839779 L 238749.4 -4840577 L 237979.4 -4840673 L 237401.9 -4841135 L 237604.1 -4841884 L 238719.7 -4842957 L 238293.3 -4844813 L 240019.8 -4845607 L 240355.6 -4845804 L 240682.4 -4846014 L 242689.5 -4847731 L 242561.6 -4848085 L 242548.2 -4848830 L 240757.7 -4849282 L 241176.2 -4849858 L 241685 -4850286 L 241120.3 -4851718 L 241206.6 -4852849 L 240648.8 -4853369 L 240968 -4854410 L 240347 -4855665 L 241247 -4856171 L 241503.8 -4855800 L 242943.7 -4855738 L 242893.9 -4857951 L 243434.5 -4858439 L 243173.7 -4859150 L 243099.8 -4859485 L 242004.3 -4861155 L 242384.9 -4861428 L 243107.3 -4862560 L 243778.7 -4861778 L 243902.5 -4862107 L 243769.7 -4862440 L 243299.4 -4863761 L 242733 -4864192 L 242403.6 -4864172 L 241598.3 -4864679 L 240676.1 -4864892 L 240014.4 -4865119 L 239687.2 -4865656 L 240270 -4866092 L 240704.2 -4867103 L 241576.1 -4866718 L 242168.9 -4867152 L 242671.6 -4867317 L 242909.8 -4867447 L 243069.5 -4867791 L 244767 -4869771 L 245904.2 -4868804 L 246832.4 -4869940 L 248243.1 -4869654 L 249058.6 -4870433 L 250487.5 -4868743 L 250816.5 -4868558 L 251128.5 -4868725 L 251403.4 -4868950 L 251257.6 -4870327 L 251526.4 -4870600 L 253135.5 -4870431 L 254284.5 -4871925 L 255668 -4872443 L 256359.7 -4874627 L 258779.1 -4872187 L 259088.3 -4871963 L 259591.2 -4871389 L 259536.6 -4870239 L 257445.6 -4868540 L 260258.1 -4866551 L 261278.9 -4865381 L 261589.1 -4865142 L 261898 -4865369 L 263622.7 -4864895 L 264488.2 -4865638 L 265004.5 -4866657 L 264991.4 -4867046 L 264654.5 -4868953 L 263588.1 -4871411 L 264565.5 -4872520 L 264626.3 -4873283 L 264810.3 -4873533 L 265341.5 -4874247 L 265682.5 -4874077 L 266733.8 -4874488 L 267859.4 -4874410 L 269512.1 -4875820 L 269479.1 -4876191 L 270581.1 -4875235 L 270327.6 -4873351 L 271767.8 -4872882 L 272113.9 -4873042 L 272487.5 -4873709 L 272565.1 -4875259 L 273826.9 -4876113 L 274566.2 -4877476 L 274854.2 -4877320 L 275178.3 -4877494 L 276589.2 -4878273 L 276902.3 -4878079 L 277737.1 -4878078 L 278031.4 -4878181 L 278002.3 -4876740 L 279395.9 -4876126 L 280136.5 -4876260 L 281025.7 -4875713 L 281208.3 -4875378 L 281912.4 -4875350 L 283524.2 -4874565 L 283751.1 -4874846 L 284765.8 -4875176 L 284545.3 -4876234 L 284606.3 -4876593 L 285336.9 -4876341 L 288328.7 -4877053 L 289203.4 -4876294 L 289579.1 -4876194 L 290250.3 -4876530 L 291246.8 -4877712 L 292013.7 -4877718 L 292944.8 -4878349 L 294446.5 -4878425 L 294831.1 -4878368 L 295273.9 -4879781 L 295511.8 -4880081 L 295543.2 -4880306 L 296206.6 -4880972 L 296303.7 -4881279 L 298355 -4881226 L 298388.1 -4881586 L 298631.4 -4881331 L 299327.2 -4881435 L 299822.6 -4880997 L 299884.4 -4880651 L 300471.3 -4881975 L 301325.8 -4881308 L 302326.9 -4881086 L 302588.2 -4880828 L 303211.5 -4881174 L 304229.6 -4881366 L 304920.9 -4881687 L 305719.6 -4883019 L 306365.7 -4883419 L 307005.4 -4883618 L 307688.8 -4883466 L 307527.8 -4883131 L 309351.3 -4881883 L 310033.4 -4880608 L 310119.1 -4880248 L 311709.8 -4879450 L 311785.4 -4878339 L 312429.8 -4877404 L 313535.7 -4877630 L 313808.7 -4877896 L 314100.9 -4879319 L 315052.9 -4879613 L 315917.9 -4880768 L 316161.9 -4881046 L 316895.1 -4880949 L 318654.5 -4881446 L 318878.5 -4881741 L 319562.5 -4881760 L 319716.9 -4881080 L 319789.6 -4880738 L 320202.4 -4880145 L 320118.3 -4879407 L 320003.3 -4879052 L 320326.3 -4878019 L 320568.6 -4877750 L 323276.2 -4879270 L 324400.2 -4879876 L 324590.3 -4880161 L 325283.5 -4880511 L 326429.2 -4879527 L 327547.5 -4879577 L 327796.6 -4878960 L 328433.3 -4878723 L 328698.4 -4878510 L 328091.1 -4878145 L 327372.3 -4878074 L 326776.4 -4877114 L 325385.3 -4877564 L 325030.1 -4877421 L 324704 -4877245 L 325203.3 -4875967 L 324782.3 -4875360 L 325276.2 -4875088 L 325387.7 -4874826 L 325444.5 -4874442 L 325285.4 -4873725 L 324033.4 -4872378 L 323976.7 -4872284 L 323748.5 -4872094 L 323369.6 -4871863 L 322642.6 -4870650 L 322516.6 -4870311 L 322052.6 -4869769 L 321935.6 -4869421 L 320010.9 -4868403 L 320026.7 -4867666 L 320580.7 -4866111 L 320737.2 -4865814 L 323915.9 -4866860 L 324654.1 -4866318 L 324748.7 -4866027 L 326795.4 -4864906 L 327084.5 -4865101 L 327323.7 -4865709 L 327633.7 -4865514 L 328330.1 -4865738 L 329152.7 -4864568 L 329823.4 -4864275 L 330179.1 -4864188 L 330247.5 -4863590 L 331198.1 -4863188 L 331470.2 -4862970 L 331136.3 -4862712 L 329726.4 -4861895 L 329687.3 -4861559 L 329904.7 -4860046 L 331080.4 -4859059 L 331855.5 -4857726 L 331981.2 -4857359 L 331644.4 -4857468 L 330593 -4857476 L 330556.6 -4856440 L 332587.5 -4855628 L 332938.3 -4855509 L 332853.3 -4855167 L 332069.4 -4854037 L 331352.6 -4853224 L 330589.8 -4851260 L 330557.7 -4850527 L 331235.4 -4850233 L 332271.2 -4850469 L 332767 -4851019 L 334206.7 -4851048 L 335136.6 -4850501 L 335135.8 -4850502 z "
id="path621" />
<path
d="M 359407.4 -5138348 L 360839.6 -5140102 L 360712.7 -5141188 L 362135 -5143399 L 362281.1 -5143746 L 361538.1 -5143842 L 360922 -5143390 L 360181 -5143372 L 360180.2 -5144506 L 358896.3 -5145294 L 358533.3 -5145348 L 357555.4 -5145762 L 356426.7 -5148076 L 357770.8 -5148263 L 356795.1 -5149875 L 356597.3 -5150950 L 357257.4 -5151301 L 357555.4 -5151531 L 357391.5 -5151866 L 355659.8 -5153809 L 355334.8 -5154028 L 354189 -5155077 L 353124.1 -5155563 L 352357 -5155425 L 351245 -5155791 L 347783.8 -5155637 L 348148.1 -5157025 L 347437.5 -5159049 L 347064.5 -5159020 L 345581.4 -5158901 L 344945.5 -5159721 L 343444.4 -5159676 L 342935.5 -5160252 L 341855.5 -5160642 L 341709.5 -5160935 L 341442.6 -5161524 L 341618.8 -5162153 L 341276.8 -5162177 L 339982.8 -5162495 L 339409.9 -5163416 L 339174.2 -5164854 L 338371.4 -5166040 L 338497.5 -5166389 L 339468 -5168021 L 340092.2 -5168445 L 339504.6 -5170213 L 339866.8 -5170888 L 339531.9 -5171512 L 339149.8 -5171470 L 340401.4 -5172864 L 341097.6 -5173193 L 340939.8 -5173933 L 340700.9 -5174218 L 339890.3 -5175871 L 339977.7 -5176943 L 339350.7 -5177328 L 339022.9 -5177937 L 337617.8 -5178299 L 336705 -5179377 L 338024.4 -5180048 L 340119.8 -5180281 L 340479.8 -5180196 L 341501.9 -5180072 L 342480.4 -5178165 L 342758.4 -5177934 L 343821.7 -5178285 L 345285.5 -5180032 L 345530.8 -5180750 L 347366.9 -5180254 L 347739.9 -5180170 L 347724.3 -5181104 L 347605.4 -5181390 L 346910.9 -5182773 L 347272.4 -5183859 L 345854.7 -5185090 L 347690.6 -5186469 L 347846.6 -5188782 L 348461.1 -5189764 L 348824.2 -5189908 L 348652.3 -5190232 L 348413.6 -5190899 L 349142.1 -5193685 L 349117.1 -5193695 L 349850.8 -5196748 L 350094.7 -5200226 L 350222.9 -5200598 L 350515 -5200755 L 350800.1 -5200924 L 351811.6 -5201408 L 352208.2 -5202415 L 352006.8 -5203512 L 352016 -5203885 L 351414.4 -5204820 L 351815.6 -5206607 L 352877.1 -5207034 L 353483.3 -5208725 L 355648.6 -5210046 L 355999.7 -5210157 L 356182.6 -5209878 L 356389.5 -5209615 L 359878.2 -5211196 L 361021.6 -5211378 L 361407.7 -5211348 L 362073.3 -5210560 L 362292.2 -5210293 L 363023 -5209829 L 363323.1 -5209890 L 364370 -5209492 L 365041.6 -5208604 L 365222.4 -5208277 L 366151 -5208901 L 366513.1 -5208993 L 368622 -5211170 L 368375.7 -5212243 L 369667.9 -5213600 L 369974.4 -5214273 L 370041.7 -5214637 L 371443.1 -5214789 L 371779 -5215894 L 371422.7 -5216984 L 371917.6 -5218011 L 372614.9 -5218187 L 373577.7 -5217701 L 374529.4 -5218321 L 374825.6 -5218568 L 375522.8 -5219961 L 375514.7 -5221124 L 375502 -5221512 L 375365.2 -5221869 L 374572.4 -5223603 L 374062 -5225819 L 372814.9 -5227252 L 373600.8 -5228126 L 374741 -5228067 L 377540.8 -5229454 L 377880 -5229650 L 378919.9 -5230392 L 379168.1 -5230596 L 379848.1 -5231558 L 380074.4 -5231885 L 382512.9 -5232932 L 383636.1 -5232916 L 384016.2 -5232896 L 385116.3 -5232715 L 385654 -5232221 L 386313.3 -5232366 L 388037.5 -5231000 L 388138.2 -5230636 L 388630.7 -5231110 L 388514.3 -5231853 L 388103.1 -5232919 L 388111.4 -5234332 L 387905.6 -5234652 L 390877.8 -5235277 L 392740.8 -5234852 L 393123.9 -5234824 L 393177.6 -5236682 L 393903.8 -5236737 L 394276.9 -5236776 L 394616.2 -5236961 L 395188.9 -5236451 L 395932.2 -5236639 L 397430.2 -5236287 L 397537.2 -5235214 L 398633.1 -5234868 L 401269.2 -5235404 L 402234.4 -5236487 L 402457.7 -5236802 L 404741.4 -5233772 L 404990.2 -5233484 L 406661.2 -5231952 L 406933 -5231686 L 407682.1 -5231676 L 408260.6 -5232048 L 408435.9 -5232380 L 409613.6 -5231737 L 409844.4 -5231490 L 411333.7 -5230421 L 411676.6 -5230278 L 411656.2 -5229884 L 411516.4 -5227953 L 411843.4 -5225638 L 411485.3 -5225554 L 410423.8 -5225256 L 409679 -5224444 L 409455.6 -5224080 L 409349.9 -5223296 L 406624 -5220506 L 406883 -5220430 L 407116.9 -5220298 L 408225.3 -5219379 L 408952.4 -5219296 L 409263.6 -5219498 L 410699.8 -5219399 L 411836.3 -5218514 L 412065.1 -5218233 L 414487.7 -5217236 L 414807.6 -5217034 L 415181 -5217502 L 415546 -5217386 L 416588.6 -5217856 L 417634.4 -5217390 L 418930.3 -5218140 L 419421.8 -5218592 L 419706 -5218769 L 420917.9 -5219589 L 421802.8 -5219229 L 423125.5 -5219726 L 423463.7 -5219872 L 423695.8 -5218794 L 423714.5 -5218416 L 424420.4 -5218114 L 424017.4 -5217045 L 424167.8 -5216332 L 425660.2 -5216456 L 426050.1 -5217387 L 427528.3 -5217311 L 427744.1 -5216993 L 427346.5 -5216391 L 427867.1 -5214614 L 427677.2 -5213507 L 426772.5 -5212865 L 426535.9 -5212154 L 425825.7 -5210792 L 425975.4 -5210438 L 427645.3 -5209961 L 428476.5 -5208810 L 429738.2 -5208108 L 429862.9 -5207761 L 430709.7 -5207339 L 430906.5 -5207059 L 431605.6 -5205697 L 431795.4 -5205359 L 431512.2 -5205157 L 430717.6 -5204512 L 430688.9 -5203523 L 430474.6 -5203240 L 430104.1 -5202634 L 430315.4 -5201636 L 429896.9 -5201094 L 429650.7 -5200876 L 428798.4 -5200637 L 428806.7 -5198371 L 431472.5 -5196228 L 431794.4 -5196023 L 434336.1 -5196460 L 434965.9 -5196120 L 435190.7 -5195825 L 435047.4 -5195468 L 434028.8 -5193410 L 432959.9 -5192311 L 432563.9 -5192351 L 430207.7 -5191083 L 430349.5 -5189334 L 429217.3 -5187698 L 428836.2 -5187662 L 428564 -5187423 L 427155.9 -5187518 L 426936.6 -5187091 L 428702.2 -5184574 L 430912.5 -5183028 L 431169.4 -5182739 L 431286.2 -5182371 L 432057.5 -5181062 L 430363.8 -5178571 L 428512.4 -5178170 L 428165.7 -5177096 L 428802.3 -5176195 L 430000 -5175500 L 430084.6 -5174794 L 429755 -5173741 L 430134 -5173674 L 430799.8 -5173292 L 431509 -5173580 L 432249 -5173399 L 432929.8 -5173042 L 433863.2 -5171823 L 434950.1 -5171438 L 434838.9 -5171068 L 433536.8 -5169246 L 433714.4 -5168497 L 434623.1 -5167791 L 435759.5 -5166449 L 436464.6 -5166612 L 436766.3 -5165949 L 437489.3 -5165858 L 436844.3 -5164048 L 437297.8 -5162961 L 437133.6 -5162608 L 437072 -5161464 L 436772.9 -5161215 L 436409.9 -5161209 L 435718.2 -5159968 L 435778 -5159597 L 436190 -5157395 L 435032.5 -5156460 L 435140.3 -5156093 L 436739 -5153071 L 436822.3 -5151551 L 436842.1 -5151176 L 437365.9 -5150669 L 437729.9 -5150760 L 437939.4 -5149421 L 438407.2 -5148892 L 438348.9 -5148181 L 438118.8 -5147909 L 438118.8 -5147859 L 437963.6 -5147495 L 437572.3 -5146805 L 434349.7 -5145395 L 434617.7 -5142826 L 435566.3 -5141649 L 434139.3 -5141644 L 433475.2 -5141339 L 431584.2 -5141405 L 430606.8 -5140218 L 429467.8 -5140152 L 429478.8 -5140182 L 429143.8 -5140290 L 428240.1 -5141279 L 427551.1 -5141424 L 427169.1 -5141375 L 424941.2 -5141811 L 424708.3 -5142105 L 422160.5 -5142544 L 421989.7 -5143025 L 421669.7 -5143091 L 421254.9 -5143595 L 420865.9 -5143512 L 417020.7 -5142714 L 416528 -5143615 L 415919.1 -5143970 L 415012.9 -5143477 L 414666.9 -5143445 L 414084 -5143758 L 413784.7 -5142836 L 413397.7 -5142809 L 411465.8 -5142956 L 410597.6 -5142227 L 408753.8 -5142764 L 408653 -5143552 L 407527.3 -5144654 L 407242.5 -5145394 L 406891.5 -5145281 L 406191.5 -5145426 L 403346.4 -5144905 L 403534.3 -5144650 L 403727.2 -5144398 L 404150 -5143772 L 403913.9 -5143473 L 404238.6 -5142388 L 403369.2 -5140716 L 403494 -5139966 L 403134 -5139829 L 401762.7 -5138526 L 401719.6 -5138144 L 400310.8 -5138652 L 398375.5 -5141440 L 398044.5 -5141249 L 396662.2 -5139936 L 396151 -5138911 L 395849 -5138679 L 395047.9 -5137870 L 393999 -5138313 L 393033.4 -5139878 L 393588.8 -5141650 L 392660.9 -5142083 L 392344.9 -5141863 L 391322.6 -5140374 L 390208.7 -5140559 L 389962.6 -5140262 L 389597.6 -5140148 L 388469.4 -5139121 L 387782.4 -5139135 L 387623.9 -5141416 L 386955.1 -5142303 L 386241.2 -5142576 L 385906.2 -5142441 L 385080.1 -5141768 L 384981 -5141056 L 384257.9 -5140260 L 384078.7 -5139362 L 383992.6 -5139057 L 383739.7 -5139352 L 382660.7 -5139006 L 381398.4 -5137063 L 379963.4 -5136606 L 379324.3 -5135637 L 379269.2 -5134863 L 377605.1 -5133903 L 377330.1 -5134161 L 377010.3 -5135627 L 376112.4 -5136311 L 376229.4 -5136670 L 375872.4 -5136585 L 374721.6 -5137970 L 374519.6 -5138253 L 373668.8 -5139356 L 373431.9 -5139592 L 372311 -5140045 L 371985 -5139841 L 369831 -5139217 L 370519.9 -5138410 L 369677.8 -5137812 L 369621.7 -5137073 L 367503.7 -5136873 L 367247.8 -5137355 L 366481.8 -5137356 L 365766.8 -5137632 L 365027.8 -5137429 L 364041.7 -5136277 L 363682.7 -5136333 L 362323.8 -5136663 L 362159 -5138738 L 361811 -5138873 L 360645.9 -5137963 L 360590.9 -5137594 L 360264.9 -5137548 L 359662.9 -5137746 L 359408 -5138347 L 359407.4 -5138348 z "
id="path622" />
<path
d="M 336704.6 -5179377 L 336570.7 -5179694 L 336137.8 -5180226 L 336070.9 -5180609 L 335022.9 -5181066 L 333887.3 -5182634 L 333666.7 -5183747 L 332709.7 -5184312 L 332922.3 -5185789 L 332536.6 -5186821 L 332518.7 -5187011 L 332466.8 -5187382 L 332418.2 -5188486 L 331414.2 -5188931 L 330847.5 -5189873 L 331609.9 -5190532 L 331496 -5190889 L 329697.7 -5190985 L 329329.8 -5191539 L 329761.1 -5192129 L 329305.2 -5192571 L 328359.8 -5192093 L 327641.2 -5193336 L 327321.2 -5193486 L 326608.5 -5194654 L 326451.6 -5194981 L 324785.1 -5196896 L 324735.4 -5197617 L 325156.9 -5198536 L 324746.2 -5199447 L 325008.8 -5200584 L 324309.9 -5203191 L 324258 -5203511 L 324249.2 -5203899 L 323919.6 -5204938 L 321675.3 -5205447 L 321348.6 -5206146 L 320667.6 -5206506 L 319973.2 -5206193 L 319656.2 -5206359 L 318952.4 -5207161 L 318812.7 -5207801 L 318956.9 -5208132 L 318582.1 -5208710 L 316457.5 -5208683 L 316102.4 -5208626 L 314723 -5208687 L 314649.8 -5208272 L 314713.7 -5207950 L 315179.4 -5207132 L 315075.2 -5206805 L 315094.9 -5206128 L 315328.8 -5205841 L 316974.9 -5205132 L 317140.1 -5203343 L 316865.9 -5203077 L 314210.2 -5203082 L 313527.2 -5203404 L 313178.2 -5203537 L 310378.2 -5203207 L 309806.3 -5203675 L 309600.1 -5203446 L 308732.7 -5203198 L 308361.5 -5203063 L 305147 -5201732 L 305065.8 -5201397 L 304641.3 -5200461 L 304330.3 -5200703 L 303299.2 -5201260 L 302128.8 -5201269 L 301814.8 -5201508 L 300822.8 -5202154 L 300442.7 -5202170 L 299077.5 -5202750 L 297772.5 -5201435 L 297397.4 -5201485 L 296023.7 -5200888 L 295700.7 -5201087 L 294932.8 -5201899 L 294343.3 -5203655 L 294430.5 -5203991 L 294708.9 -5204603 L 294114 -5205438 L 294780.6 -5206268 L 293672.8 -5207567 L 294025.9 -5207544 L 295165.6 -5208300 L 294981.7 -5208599 L 294761.8 -5208891 L 294486.7 -5210971 L 295223.3 -5211718 L 295170.5 -5212084 L 295142.4 -5213861 L 294449.5 -5214629 L 294144.3 -5214415 L 292077.1 -5213604 L 291824.1 -5213879 L 291859.4 -5216334 L 290375 -5216655 L 289707.7 -5216480 L 289520.5 -5216177 L 289138.1 -5215627 L 287599.1 -5214780 L 286591.2 -5215901 L 285509.6 -5215545 L 285162.5 -5215698 L 285254.7 -5216080 L 285113 -5216814 L 286954.8 -5218827 L 286069.3 -5220487 L 285969.9 -5221655 L 285643.7 -5221539 L 284758 -5221013 L 284276.3 -5220112 L 284036.4 -5220413 L 282265 -5221102 L 282232.4 -5221871 L 282766.2 -5222890 L 282501.9 -5222639 L 281786.5 -5222525 L 281508.7 -5223195 L 280484.4 -5223494 L 280024.7 -5222565 L 278928.3 -5222721 L 278322.8 -5222292 L 278139.9 -5222614 L 278135.5 -5225475 L 277411 -5225248 L 277114 -5225484 L 276344.8 -5227575 L 276576.1 -5227873 L 277135 -5228857 L 277424 -5230339 L 277072.9 -5230481 L 276493.2 -5231381 L 277654.8 -5233047 L 278003 -5233066 L 278277.3 -5233264 L 277993.4 -5233667 L 278155.4 -5235178 L 277838 -5236283 L 278423.9 -5237218 L 278789.6 -5239405 L 279031.9 -5239670 L 279363.2 -5239811 L 279472.8 -5240570 L 279024.9 -5241087 L 280468.3 -5243409 L 281315.3 -5244217 L 281881.7 -5245656 L 281864 -5246047 L 283237.9 -5246333 L 283943.9 -5247139 L 284170.2 -5247415 L 283889.2 -5248911 L 283717.4 -5249260 L 284738 -5249368 L 285034.3 -5249604 L 286948.7 -5251388 L 285953.6 -5251875 L 285958.5 -5253005 L 284884.2 -5253330 L 285114.6 -5253623 L 286998.9 -5255244 L 287355 -5256303 L 287319.3 -5256679 L 287142.5 -5259317 L 287406.9 -5259588 L 288590.6 -5261847 L 288759.5 -5262742 L 289030.8 -5262967 L 290294 -5264631 L 290277.3 -5264992 L 290751.9 -5267434 L 289420.2 -5267412 L 289329.8 -5268114 L 288408.9 -5268714 L 288953.7 -5269265 L 290110.1 -5272078 L 290493.8 -5272600 L 291383.7 -5272983 L 291689 -5273116 L 291414.6 -5273838 L 291632 -5276092 L 291465.3 -5276441 L 291678.7 -5276711 L 293324.7 -5276781 L 293667.9 -5276798 L 294839.9 -5275289 L 298333.1 -5274741 L 299593.3 -5273357 L 299550.9 -5272975 L 302188 -5271862 L 302467.9 -5271632 L 303962.6 -5272586 L 304316.9 -5272683 L 303931.2 -5274126 L 303814.5 -5274488 L 302920.9 -5276230 L 302244 -5276626 L 301625.8 -5277619 L 302960.5 -5279534 L 303075 -5279912 L 303721 -5279658 L 304077.1 -5279629 L 305942.4 -5277202 L 306657.6 -5277038 L 308146.6 -5277340 L 308805.2 -5279449 L 308962.7 -5279802 L 310045.6 -5280110 L 310264.4 -5279801 L 311388 -5279867 L 311762.1 -5279819 L 313179.1 -5281051 L 313845.1 -5280777 L 315321.1 -5281091 L 316137.3 -5281823 L 316431.7 -5282060 L 316387.3 -5282575 L 318647.2 -5282424 L 320474.6 -5283801 L 320889.5 -5284447 L 320644.1 -5285053 L 321768.4 -5286557 L 322517.7 -5286545 L 323472.8 -5285444 L 322958.4 -5284438 L 323220.9 -5283881 L 323597 -5283851 L 325013.1 -5285112 L 325186.6 -5285453 L 327573.4 -5283600 L 327932.4 -5283462 L 328504.7 -5284356 L 329504.5 -5284672 L 329740.9 -5284938 L 333557.4 -5283194 L 334709.6 -5283004 L 335408.2 -5283299 L 336708 -5282654 L 337071.1 -5282666 L 337587.7 -5283007 L 337846 -5283195 L 339445.6 -5283983 L 339595.3 -5283662 L 338988.2 -5282901 L 339159.9 -5282599 L 339039.4 -5282237 L 337761.3 -5279106 L 339044.2 -5277743 L 338802.3 -5277029 L 338146.6 -5276646 L 338263.4 -5275510 L 338628.4 -5275404 L 339113.1 -5274056 L 341721.4 -5274398 L 341459.5 -5275429 L 342129.1 -5275750 L 343125.2 -5277285 L 343346.6 -5277586 L 344310.4 -5277118 L 344665.5 -5277071 L 345733.6 -5276791 L 346435.1 -5276976 L 346765.4 -5277145 L 347307.6 -5276261 L 348375.8 -5276099 L 348729.9 -5276034 L 348166.8 -5274302 L 348334.2 -5272834 L 348919.9 -5272377 L 349016.5 -5272017 L 349270.6 -5272009 L 349521.7 -5272047 L 350238.2 -5274080 L 350759 -5274612 L 351485.3 -5274685 L 351814.2 -5274512 L 353722 -5271071 L 353867.2 -5270295 L 353969.8 -5269914 L 354704.6 -5270459 L 354995.8 -5270591 L 354823.2 -5269183 L 352845.2 -5267019 L 352679.8 -5266688 L 352474.1 -5266104 L 354231.2 -5264717 L 354186.3 -5262885 L 355014.2 -5261595 L 355102.8 -5261218 L 355715.2 -5259495 L 355969 -5259227 L 355444.9 -5258276 L 357006.7 -5258607 L 357397.9 -5258686 L 358557.4 -5256901 L 358894.4 -5256765 L 358776 -5256406 L 357437.8 -5254607 L 355197.2 -5254707 L 357061.4 -5252322 L 357249.4 -5251189 L 357852.7 -5250274 L 357847 -5249527 L 357589.7 -5249310 L 356727.5 -5248355 L 356671.9 -5247718 L 357810.9 -5246348 L 357297.3 -5245808 L 356608.5 -5244077 L 356529.1 -5243711 L 355656.6 -5243447 L 356423.1 -5240435 L 356575.8 -5240075 L 358309.9 -5239606 L 360581.3 -5237070 L 361471.8 -5238538 L 361537.1 -5238874 L 362154.9 -5238450 L 363272.1 -5238369 L 364648.9 -5238853 L 364688.2 -5239226 L 364967.4 -5239356 L 365270.5 -5239412 L 366704.1 -5238542 L 366777.8 -5238211 L 366737.3 -5237611 L 366645 -5237332 L 368321.6 -5235244 L 369078.7 -5235080 L 370022.5 -5233397 L 371015.1 -5231419 L 371089.8 -5231045 L 371213.5 -5230703 L 372482.7 -5228110 L 372607.5 -5227811 L 372814.1 -5227253 L 374061.2 -5225819 L 374571.6 -5223604 L 375364.4 -5221870 L 375501.2 -5221513 L 375513.9 -5221125 L 375522 -5219961 L 374824.8 -5218568 L 374528.6 -5218322 L 373576.9 -5217702 L 372614.1 -5218187 L 371916.8 -5218011 L 371421.9 -5216985 L 371778.2 -5215895 L 371442.3 -5214790 L 370040.9 -5214638 L 369973.6 -5214273 L 369667.1 -5213601 L 368374.9 -5212243 L 368621.2 -5211171 L 366512.3 -5208994 L 366150.2 -5208902 L 365221.6 -5208278 L 365040.8 -5208604 L 364369.2 -5209492 L 363322.3 -5209891 L 363022.2 -5209830 L 362291.4 -5210293 L 362072.5 -5210560 L 361406.9 -5211349 L 361020.8 -5211378 L 359877.4 -5211196 L 356388.7 -5209615 L 356181.8 -5209878 L 355998.9 -5210157 L 355647.8 -5210047 L 353482.5 -5208725 L 352876.3 -5207035 L 351814.8 -5206608 L 351413.6 -5204820 L 352015.2 -5203885 L 352006 -5203512 L 352207.4 -5202416 L 351810.8 -5201408 L 350799.3 -5200924 L 350514.2 -5200755 L 350222.1 -5200599 L 350093.9 -5200227 L 349850 -5196748 L 349116.3 -5193696 L 349141.3 -5193686 L 348412.8 -5190900 L 348651.5 -5190232 L 348823.4 -5189908 L 348460.3 -5189765 L 347845.8 -5188782 L 347689.8 -5186469 L 345853.9 -5185091 L 347271.6 -5183860 L 346910.1 -5182773 L 347604.6 -5181391 L 347723.5 -5181104 L 347739.1 -5180171 L 347366.1 -5180255 L 345530 -5180751 L 345284.7 -5180033 L 343820.9 -5178285 L 342757.6 -5177935 L 342479.6 -5178166 L 341501.1 -5180073 L 340479 -5180196 L 340119 -5180282 L 338023.6 -5180049 L 336704.2 -5179377 L 336704.6 -5179377 z "
id="path623" />
<path
d="M 755851.9 -5002862 L 755703.5 -5002501 L 753618.5 -5000901 L 753576.8 -4999761 L 754748.7 -4996488 L 752941.8 -4995906 L 752850.5 -4995527 L 752211.4 -4993303 L 752201.5 -4991746 L 751772.6 -4991122 L 751970.3 -4989973 L 755993.1 -4988328 L 760557.3 -4989381 L 760952.9 -4989394 L 761334.1 -4988716 L 760867.8 -4987649 L 760883.4 -4986869 L 761916.1 -4985260 L 761570 -4984159 L 761634.9 -4983775 L 762149.4 -4983204 L 764015.9 -4982703 L 764395.4 -4982610 L 764420.3 -4982219 L 764160.1 -4980678 L 764537.7 -4978802 L 764325.8 -4977659 L 764678.8 -4976587 L 764186.8 -4975978 L 764097.3 -4975206 L 764579 -4972967 L 764326.5 -4972735 L 763103.5 -4972188 L 761736.9 -4972884 L 760464 -4974795 L 759685 -4974894 L 757536.7 -4974263 L 756171 -4972368 L 754610.8 -4972243 L 751992.6 -4972913 L 751701.1 -4972653 L 749910.5 -4972098 L 749538 -4972216 L 748955.5 -4972715 L 746766.8 -4973098 L 745473.4 -4971158 L 744253.5 -4970300 L 743943 -4970081 L 741120.7 -4967686 L 740781.3 -4967825 L 738948 -4970081 L 737852.6 -4969727 L 736903.9 -4968031 L 734994.6 -4967762 L 734720.2 -4967528 L 732706.5 -4966114 L 732852.6 -4965777 L 734998.6 -4964693 L 735161.6 -4963973 L 735236.6 -4963611 L 734938.2 -4963440 L 733131.9 -4962436 L 733068.7 -4962111 L 733018.4 -4961132 L 732677.1 -4961306 L 731940.4 -4961515 L 730548.6 -4960280 L 729152.3 -4960809 L 728444.5 -4960513 L 727869.7 -4959572 L 727486.3 -4959508 L 726430.3 -4959932 L 724885.7 -4959936 L 724315.3 -4960453 L 723199.3 -4960783 L 723168.2 -4960394 L 723447.1 -4958873 L 722662.1 -4957535 L 722130.2 -4955668 L 721378.4 -4954835 L 721016 -4954687 L 719285.2 -4953841 L 717759.8 -4953617 L 716196.7 -4955309 L 714726.4 -4955559 L 713574.6 -4957069 L 713217.2 -4956517 L 712582.6 -4956291 L 710735 -4956457 L 710166.5 -4956070 L 709082.6 -4956339 L 708981.6 -4956610 L 708807.5 -4957161 L 708478.2 -4957268 L 707577.6 -4958589 L 707366.5 -4959203 L 707328.5 -4959526 L 707014.2 -4959598 L 705845.3 -4959762 L 704109 -4960623 L 703734.9 -4962138 L 703400.7 -4962334 L 701115.1 -4963772 L 700780.7 -4963273 L 701485 -4961911 L 701326.8 -4961221 L 695754.8 -4962788 L 695450.6 -4963435 L 694339.8 -4963618 L 694017.6 -4964286 L 695168.6 -4965205 L 695879.4 -4966910 L 695535.1 -4966861 L 694211.2 -4967180 L 694239.3 -4967576 L 694945.6 -4971862 L 694557.5 -4972983 L 695280.5 -4975239 L 695437.3 -4978005 L 695383.3 -4978376 L 694821 -4982847 L 694929.2 -4983215 L 695583.3 -4985416 L 695934.8 -4986067 L 694878.5 -4987998 L 695095 -4989083 L 694743.8 -4989211 L 694595 -4990251 L 693575.5 -4991342 L 693555.6 -4991732 L 694314 -4994338 L 694996.7 -4994664 L 695759.3 -4994537 L 695113.1 -4995528 L 694096.4 -4996120 L 693325.8 -4996155 L 692835.2 -4995555 L 692675 -4995261 L 692107.2 -4994435 L 691970 -4994075 L 690952.7 -4992478 L 690207 -4992298 L 689035.8 -4991348 L 687941 -4991535 L 687250.8 -4992429 L 687223.5 -4991747 L 688240 -4990597 L 687898.7 -4990467 L 687210.1 -4990304 L 686057.5 -4991154 L 684672.5 -4991448 L 684315.2 -4991485 L 683698.2 -4993077 L 683134.7 -4992849 L 682797.4 -4992695 L 682183.8 -4992285 L 682147.7 -4991916 L 681828.4 -4991889 L 680979.9 -4992274 L 681056 -4992617 L 679836.3 -4993185 L 679704.1 -4992847 L 678655.3 -4992682 L 678571.1 -4992329 L 678352.9 -4992153 L 677869.6 -4992269 L 677767.6 -4992624 L 676296.6 -4992730 L 676117.6 -4993420 L 675748.3 -4993493 L 675098 -4993855 L 674745.9 -4994517 L 674651.9 -4994701 L 674475.8 -4994809 L 674146.6 -4994878 L 673535.2 -4995157 L 673175 -4995251 L 670996.5 -4995130 L 670311.6 -4993448 L 669676.1 -4993081 L 669316.9 -4993150 L 668348.5 -4994234 L 667741.1 -4993828 L 667436.9 -4994031 L 667496 -4994391 L 669107.2 -4994978 L 669596.9 -4996729 L 669927.2 -4996939 L 671418.8 -4999192 L 671457.9 -4999504 L 671446.1 -5000125 L 671533.6 -5001635 L 671141.5 -5002297 L 671646.1 -5003313 L 671479.2 -5004064 L 671365.2 -5004431 L 670360 -5005957 L 669848.1 -5007404 L 669735.1 -5007757 L 669615.5 -5009143 L 669881.8 -5009406 L 670790.6 -5009999 L 672286.7 -5010025 L 672115.7 -5010363 L 671453.3 -5010720 L 670216.3 -5013412 L 669122.5 -5013194 L 668353.3 -5014238 L 667442.2 -5012984 L 665959.2 -5012964 L 666509 -5017228 L 667110.9 -5018663 L 666836.8 -5018859 L 666458.5 -5018795 L 665712.9 -5018722 L 665367.4 -5018044 L 664714.8 -5017642 L 663199.7 -5017424 L 662183.8 -5016904 L 662034.7 -5017055 L 661787.7 -5017332 L 661553.9 -5018417 L 661425.9 -5018746 L 660814.1 -5020401 L 660599.1 -5020727 L 658747.9 -5020843 L 658424.7 -5020726 L 657783.4 -5020950 L 657629.4 -5021302 L 656857.7 -5023474 L 656471.4 -5023446 L 655343.7 -5023566 L 654408.9 -5022935 L 654075.6 -5022739 L 652825.6 -5021942 L 652076.1 -5021835 L 651745.9 -5021746 L 650527 -5021145 L 650302.8 -5020881 L 648591.5 -5019704 L 648149 -5019132 L 646587.9 -5018203 L 645137.1 -5018322 L 645158.2 -5018708 L 645125.4 -5019481 L 644779.2 -5019367 L 641259.1 -5018481 L 640581.6 -5018086 L 640359.6 -5018347 L 639067.3 -5019439 L 638765.2 -5019639 L 637518.9 -5020922 L 637379.2 -5022347 L 637391.3 -5022567 L 637557.6 -5023235 L 638191 -5023374 L 638253.3 -5024355 L 638031.3 -5024646 L 636929 -5025588 L 636995.2 -5026232 L 636940.3 -5026602 L 637105.7 -5027708 L 636761 -5029152 L 636564 -5029418 L 635949.9 -5030196 L 635790.3 -5031643 L 636826.2 -5032738 L 637075.4 -5033025 L 637060.6 -5033680 L 636951.6 -5033999 L 636694.7 -5034622 L 636665.8 -5034842 L 636637.9 -5035062 L 636783.1 -5035586 L 637983.8 -5035597 L 638270.9 -5035455 L 638547.1 -5035553 L 638684.3 -5035861 L 638564.6 -5036845 L 638551.7 -5037176 L 639700.6 -5038027 L 640024.9 -5038194 L 640191 -5038292 L 641141.7 -5038853 L 641964.7 -5040066 L 642948.5 -5040559 L 643276.8 -5040727 L 643575.1 -5041094 L 643827.4 -5041381 L 644787.5 -5042569 L 645578.5 -5043787 L 645644.7 -5044151 L 644867.5 -5044893 L 642780.5 -5045626 L 642454.4 -5045853 L 641509.4 -5047120 L 641376.4 -5047366 L 641126.5 -5047868 L 640988.5 -5048172 L 640518.4 -5048631 L 638138.5 -5049867 L 638038.6 -5050244 L 640287 -5050476 L 640660.3 -5050564 L 642047.1 -5050376 L 643317.6 -5049722 L 643635.7 -5049547 L 644342 -5049187 L 644606.7 -5050475 L 644476.8 -5050779 L 646101.3 -5051679 L 646626.8 -5052027 L 646912 -5052030 L 648583.5 -5052676 L 649686.2 -5052563 L 650122.6 -5052755 L 653132 -5053427 L 654896.9 -5052603 L 655249.1 -5052436 L 655289.2 -5052486 L 655484.9 -5053628 L 654745.4 -5053805 L 654514.4 -5054115 L 655537.4 -5054574 L 657981.8 -5053711 L 658476.4 -5054218 L 658771.7 -5054447 L 658151.7 -5055426 L 658252.6 -5056968 L 659765.4 -5058116 L 659651.4 -5058361 L 659431.5 -5058854 L 661371.1 -5060692 L 662119.8 -5060831 L 662262.1 -5061189 L 663482.6 -5062092 L 663236 -5063205 L 665277.2 -5064027 L 666285.8 -5063625 L 666938.6 -5063950 L 667200.7 -5063690 L 667293 -5064069 L 667464.9 -5065206 L 667147.7 -5065410 L 666175.2 -5065944 L 665427.3 -5067166 L 665157.2 -5067403 L 662358 -5067754 L 661958.5 -5069207 L 662062.3 -5070345 L 662204.7 -5070702 L 661833.4 -5070801 L 660322.1 -5070694 L 659520.5 -5072412 L 659546.7 -5072777 L 659451 -5073498 L 659816.3 -5073398 L 661617.5 -5072820 L 661925.9 -5073043 L 662653.4 -5075976 L 663308.9 -5074349 L 663653.3 -5074479 L 663553.9 -5075563 L 664226.7 -5075824 L 665667.6 -5075239 L 666030.8 -5075091 L 667095.7 -5074970 L 668276.2 -5074087 L 668619.4 -5073921 L 669254.3 -5072916 L 669452.2 -5072571 L 669533.8 -5071850 L 670121.1 -5071493 L 670482.5 -5071534 L 672367.1 -5071301 L 673274.4 -5072033 L 673574.9 -5072284 L 674448.1 -5072902 L 674752.6 -5073089 L 675324.4 -5073484 L 675612.8 -5073677 L 676455.7 -5075326 L 677248 -5076132 L 677378.4 -5076487 L 677397.7 -5076881 L 678193.9 -5080282 L 679064.6 -5081434 L 680315.4 -5082197 L 680608.2 -5082875 L 680676.6 -5083237 L 680913.2 -5083740 L 681073.5 -5083968 L 682153.8 -5084253 L 683731.6 -5083140 L 683988.6 -5082850 L 684228.7 -5082583 L 686076.9 -5081495 L 686887.3 -5080856 L 687033.2 -5080543 L 687180.8 -5079779 L 688160.4 -5079125 L 688432.5 -5078838 L 688594.5 -5078562 L 688644.3 -5078187 L 687611.9 -5077857 L 687650.6 -5076016 L 688712 -5074971 L 688984.1 -5074716 L 689412.1 -5074072 L 689630.1 -5073752 L 689901.3 -5073543 L 690692.7 -5072909 L 692612.9 -5070190 L 693460.3 -5069474 L 693744.5 -5069237 L 695035.1 -5068056 L 695296.2 -5067820 L 695887.9 -5066412 L 696110.9 -5066100 L 697539.4 -5065939 L 697843.6 -5065760 L 698105.8 -5065524 L 698175.3 -5064790 L 699789.5 -5063863 L 699866.1 -5063125 L 699215.1 -5062807 L 698458.1 -5064089 L 697741.4 -5064201 L 697774.4 -5062720 L 698022.5 -5062427 L 698164 -5061503 L 698444.2 -5061301 L 699049.1 -5061600 L 699378.4 -5061496 L 700336.1 -5060956 L 700305.8 -5060590 L 700546.9 -5060297 L 702148.1 -5059313 L 702402.1 -5057496 L 703257.3 -5056328 L 703820.3 -5055342 L 703990.3 -5055003 L 703911.9 -5054636 L 704052.6 -5053906 L 705160.8 -5052415 L 705352.8 -5052144 L 705828.1 -5051693 L 705928.8 -5051040 L 707877.9 -5049362 L 707908.5 -5048624 L 708224.7 -5048422 L 708089.3 -5048109 L 708726.4 -5047174 L 708391 -5047192 L 708114.8 -5047384 L 708031.5 -5047006 L 708458.3 -5046010 L 709560.4 -5045702 L 709658.3 -5045369 L 709594 -5045028 L 709947.3 -5044835 L 710165.5 -5044724 L 710374.7 -5044596 L 711300.6 -5042729 L 711459.6 -5042389 L 711921.3 -5041168 L 711964.2 -5040841 L 713092.9 -5039898 L 713320 -5039605 L 713052.3 -5037469 L 713640.2 -5036171 L 713720.1 -5035809 L 714755.2 -5035567 L 715112.6 -5035563 L 715345 -5035731 L 715544.4 -5036055 L 717029.4 -5036317 L 718128.5 -5036018 L 719351.1 -5034652 L 720808.6 -5034228 L 721192 -5034143 L 721242.1 -5034147 L 725396.2 -5032315 L 725727.7 -5030866 L 726002 -5030738 L 727277.1 -5031484 L 728144.3 -5033270 L 727901.3 -5033692 L 727245.1 -5033249 L 726614.4 -5033472 L 726650.7 -5035432 L 726607.8 -5035687 L 727273.9 -5036070 L 727821.3 -5037078 L 728102.2 -5039366 L 727444 -5040268 L 727284 -5040619 L 727319.1 -5040638 L 731573 -5042441 L 732246.6 -5042068 L 733134.9 -5040815 L 734624.7 -5040399 L 734638.9 -5039266 L 734862 -5038946 L 734731.6 -5038679 L 734602.2 -5038411 L 737586.3 -5036904 L 737912.6 -5036725 L 738305.4 -5037067 L 739282.1 -5037474 L 740005.1 -5037413 L 740732.2 -5037420 L 741076.8 -5037539 L 741418.2 -5037365 L 741470.7 -5036608 L 741479.4 -5036225 L 741808.9 -5036271 L 742101.4 -5036431 L 743549.9 -5037000 L 744254.7 -5036666 L 745592 -5034302 L 747980.1 -5032263 L 749255 -5029413 L 748098.6 -5028426 L 747705 -5028409 L 748244.5 -5027950 L 749347.1 -5027848 L 749676.5 -5027677 L 749471.2 -5026263 L 749216.3 -5025526 L 749026.8 -5025216 L 749019.9 -5023837 L 748649.3 -5023806 L 746953.4 -5023127 L 746606.2 -5022148 L 745715.6 -5021574 L 745821.5 -5021200 L 745045.8 -5020337 L 745232.9 -5018443 L 745796.1 -5017462 L 744732.3 -5015473 L 744860.3 -5015102 L 745035.8 -5013945 L 745935.6 -5013187 L 745966 -5012050 L 747531.5 -5010922 L 747821 -5009383 L 747745.4 -5008646 L 746701.7 -5006624 L 746778.4 -5005876 L 746543.9 -5005567 L 747925.7 -5005239 L 748193.2 -5005477 L 748530.7 -5005599 L 749423.7 -5006827 L 751568.3 -5006001 L 752752.1 -5004485 L 754518.1 -5005230 L 755260.1 -5005154 L 756108.9 -5004352 L 756041.3 -5003605 L 755851.6 -5002862 L 755851.9 -5002862 z "
id="path624" />
<path
d="M 735361.2 -5145609 L 735530 -5145223 L 734677.1 -5145520 L 734105.4 -5144820 L 732526.9 -5142167 L 731220.3 -5140771 L 729023 -5139202 L 728382.5 -5137804 L 726139.4 -5133484 L 725960.8 -5133151 L 725634.3 -5133195 L 724739.3 -5133605 L 724219 -5133088 L 724053.8 -5131250 L 723571 -5130246 L 722437.5 -5130500 L 722244.8 -5130157 L 720562.1 -5128026 L 720434.3 -5128381 L 719904.5 -5128423 L 719146.5 -5127610 L 717265.6 -5127542 L 716950.2 -5127562 L 716645.8 -5127647 L 716280.3 -5127716 L 712597.4 -5128109 L 712257.8 -5127966 L 710120.3 -5127514 L 709817.7 -5127299 L 709477.1 -5127149 L 709187 -5127415 L 708693.2 -5129309 L 708874 -5130862 L 708482 -5132380 L 706163 -5132617 L 706047.4 -5133163 L 705800.3 -5133437 L 704875.6 -5134013 L 703086.2 -5134051 L 703399.7 -5135107 L 703343 -5135450 L 703083.2 -5136054 L 702441.6 -5135324 L 702271 -5134975 L 700574.9 -5134163 L 700075.8 -5132709 L 700219.7 -5132451 L 700011.2 -5132239 L 699532.3 -5130942 L 698731.6 -5130316 L 698371.2 -5130385 L 696991.3 -5130286 L 696774.3 -5129591 L 696621.8 -5129246 L 695119.3 -5127572 L 692982.1 -5126998 L 692679.8 -5127112 L 692286.8 -5127625 L 692061.3 -5127394 L 690203.6 -5127003 L 689884.4 -5127214 L 688801 -5128249 L 688857.5 -5129773 L 689428.5 -5130092 L 689947.1 -5132213 L 690029.5 -5132572 L 689730.2 -5132690 L 689222.3 -5133453 L 688895.8 -5133324 L 688416.7 -5132811 L 687091.7 -5132450 L 686987.9 -5132818 L 685935.7 -5136036 L 685443.6 -5135480 L 685038.6 -5131716 L 684755.3 -5131797 L 684544.6 -5132329 L 684540.7 -5132429 L 684553.1 -5132820 L 684303.2 -5134324 L 684371.6 -5134696 L 682067.5 -5136416 L 682147.9 -5136762 L 682224.3 -5137109 L 682268.7 -5137469 L 681241.4 -5138366 L 681353.9 -5138709 L 682109.5 -5139470 L 682310 -5139766 L 681714.7 -5140160 L 681460.7 -5140448 L 681179.5 -5140628 L 679966 -5141594 L 678886.7 -5141594 L 676935.5 -5142706 L 676200.1 -5143225 L 676850.8 -5143232 L 677162.3 -5143353 L 676934.9 -5144190 L 677843.5 -5144811 L 676929.3 -5146762 L 677115.1 -5147404 L 677771 -5147548 L 677865.4 -5147871 L 677862.1 -5148540 L 681742.6 -5148430 L 681930.1 -5148734 L 682594.7 -5149578 L 683239.2 -5149271 L 683589.6 -5149170 L 684978.2 -5150093 L 685230.1 -5150732 L 685221.2 -5150812 L 685249.4 -5152968 L 684206.1 -5152947 L 683274.5 -5153504 L 683018.5 -5153777 L 682232.4 -5154570 L 680717.8 -5154783 L 680438.1 -5155410 L 680484.3 -5155480 L 680523 -5158146 L 680588.5 -5158527 L 680182 -5159506 L 680724.1 -5159962 L 680944.7 -5160238 L 680669.3 -5161129 L 680471.3 -5161370 L 681115.5 -5161753 L 681489.9 -5161722 L 683397.3 -5161792 L 683717.9 -5162011 L 684219.4 -5163861 L 683276.4 -5165026 L 683150.6 -5165393 L 684008.9 -5165626 L 684308.3 -5165644 L 685488.1 -5166926 L 685773.7 -5167146 L 686284.6 -5168292 L 684271.8 -5170032 L 684863.1 -5170514 L 685177.7 -5170729 L 684998.6 -5170855 L 684974 -5171221 L 684615.2 -5171806 L 684751.7 -5172146 L 682915.5 -5173159 L 682667.5 -5173416 L 683500.8 -5174591 L 683617.3 -5174933 L 683468.7 -5175539 L 682551.5 -5176463 L 682610 -5176809 L 682183.7 -5177991 L 682394.3 -5178250 L 680251.8 -5178454 L 679961.7 -5178672 L 680220.9 -5180463 L 680263.3 -5180824 L 680629.7 -5180738 L 681999.4 -5182522 L 681998.8 -5182899 L 681462.7 -5183430 L 680718 -5183579 L 680472.4 -5184288 L 679245.7 -5185074 L 678590.8 -5184974 L 678212.4 -5185016 L 677502.4 -5185773 L 677361.8 -5187165 L 677155.8 -5187452 L 677521.9 -5188008 L 677684.5 -5188337 L 678377.4 -5188389 L 678865.4 -5187857 L 680366.5 -5188911 L 680673.1 -5189125 L 680930.5 -5189198 L 681194.9 -5189235 L 681567.3 -5189134 L 682936.8 -5189797 L 683321.3 -5189829 L 683583.1 -5189357 L 683831.3 -5189201 L 687375.3 -5189513 L 687086.2 -5189752 L 687415.8 -5190802 L 686908.8 -5191353 L 687039.8 -5192092 L 686989.2 -5192464 L 686599.8 -5192525 L 685903.3 -5192894 L 685695.4 -5192330 L 684828 -5192990 L 684372.3 -5192893 L 683984.9 -5192961 L 682729.2 -5193844 L 682423.6 -5195373 L 682637.7 -5196120 L 681787.8 -5196315 L 681702 -5196611 L 681364.4 -5196485 L 681038.8 -5196331 L 680661.1 -5196125 L 679350.7 -5195457 L 678596.7 -5196298 L 677879.5 -5196050 L 677458.3 -5195434 L 676927.2 -5195935 L 676911 -5196669 L 675742.1 -5198047 L 675586.3 -5198380 L 675465.9 -5199085 L 675401.2 -5199436 L 675181.3 -5199717 L 675150.9 -5201119 L 673991 -5201556 L 673620.5 -5201554 L 672713.7 -5200917 L 672397.6 -5200247 L 671725.5 -5200008 L 671765 -5200390 L 671742.8 -5201158 L 670858.6 -5201893 L 671675.3 -5202538 L 671723.8 -5202921 L 671049.3 -5205821 L 671976.5 -5206792 L 672293 -5206909 L 672502.4 -5207880 L 672808.9 -5208014 L 674253.1 -5208350 L 674661.7 -5209324 L 675394.8 -5209442 L 675740.4 -5209580 L 675650.7 -5209950 L 672775.3 -5210922 L 672433.1 -5211090 L 672423.1 -5211115 L 672993.3 -5213260 L 673809.2 -5214009 L 674139.4 -5214663 L 674346.9 -5214921 L 674989.7 -5214914 L 675986.7 -5216401 L 676624.9 -5216733 L 677279.8 -5216819 L 677631.2 -5216771 L 678545.6 -5217016 L 678687.1 -5217302 L 678959.1 -5217001 L 680040.7 -5217143 L 680997 -5218002 L 681048.4 -5218334 L 681523.7 -5218892 L 681518 -5220002 L 681692.6 -5220333 L 682468.9 -5221389 L 682527.4 -5221725 L 682288.8 -5222291 L 682648.9 -5222828 L 682671.3 -5223163 L 683440.9 -5223656 L 683746.3 -5223665 L 684490.1 -5224357 L 684479.9 -5225024 L 684408.2 -5225358 L 684901.8 -5226086 L 685167.3 -5226232 L 685419.5 -5226974 L 685872.2 -5228729 L 685636.2 -5229799 L 685350.1 -5230033 L 684898.4 -5230790 L 685069.9 -5231068 L 686634.2 -5231995 L 686926.9 -5232223 L 687282.1 -5232839 L 686948.3 -5234249 L 687293.6 -5234898 L 687610.2 -5235020 L 687277.4 -5237165 L 687444.1 -5237500 L 687738.7 -5239326 L 687746.2 -5239706 L 687758.5 -5239975 L 687771.8 -5240245 L 688100.7 -5240607 L 688716.2 -5240288 L 689046.5 -5240180 L 689260.1 -5241220 L 689974.6 -5242447 L 690241.2 -5242584 L 691167.9 -5240495 L 692898.4 -5239751 L 692869 -5238634 L 693900.6 -5238734 L 693989.9 -5238068 L 694277 -5237848 L 694297.2 -5237186 L 694858.7 -5236906 L 695081.3 -5237168 L 696389 -5237819 L 697112.9 -5237672 L 698077.7 -5237145 L 699138.6 -5237417 L 699507.2 -5237435 L 699835.1 -5237747 L 700270.2 -5238145 L 700312.7 -5238442 L 701359.8 -5238828 L 702035.9 -5239693 L 702557.5 -5239536 L 702612.2 -5239260 L 703185.2 -5239353 L 703647.3 -5238882 L 703746.1 -5238561 L 703980.1 -5238260 L 705363.4 -5236003 L 705333.8 -5235622 L 705011 -5235385 L 705711.6 -5234233 L 705567 -5233917 L 705785.8 -5233457 L 706062.1 -5233378 L 707022.8 -5231938 L 706930.2 -5231593 L 708281 -5232098 L 708562.7 -5231476 L 708427.1 -5231138 L 708754.3 -5230870 L 709783.9 -5230817 L 710264.2 -5230447 L 710580.5 -5230307 L 710695.6 -5228647 L 710641.1 -5228313 L 711237.6 -5228780 L 712340 -5228451 L 712646.2 -5228219 L 712609.8 -5227105 L 712952.5 -5226464 L 712885.9 -5226098 L 713671.2 -5225314 L 714012.6 -5225170 L 713166.3 -5224430 L 712386.9 -5222698 L 712338.4 -5222320 L 712141.3 -5221695 L 711381.3 -5221073 L 711286.7 -5220749 L 711109.6 -5220041 L 710382.6 -5220184 L 709832.1 -5219686 L 709826.2 -5218975 L 710362.9 -5218003 L 710510.7 -5217663 L 710886 -5215817 L 711049.9 -5215475 L 709417 -5214438 L 708242.4 -5215434 L 707526.1 -5215272 L 707650.4 -5214548 L 708535.9 -5213801 L 708470.9 -5213045 L 707871.4 -5212574 L 708263.7 -5211490 L 708515.7 -5211198 L 709369.6 -5210831 L 709666.9 -5210710 L 710066.2 -5211300 L 711435.8 -5211691 L 711715.5 -5211913 L 712239.6 -5212947 L 712040.6 -5214086 L 712275.3 -5214396 L 712647.1 -5214513 L 713012.8 -5214646 L 713379.3 -5214556 L 713579.7 -5213829 L 713513.8 -5212348 L 713552.4 -5211974 L 713675.8 -5211316 L 715075.6 -5210998 L 715361.4 -5211235 L 715379 -5210851 L 715478.7 -5210480 L 715728.3 -5210657 L 715967.1 -5210202 L 715978.8 -5209896 L 716823.9 -5210505 L 718249 -5210283 L 718604.5 -5210216 L 718852 -5209490 L 719563 -5209299 L 720898 -5209923 L 721288.4 -5211355 L 721607.9 -5211373 L 721106.8 -5208702 L 721217.5 -5208327 L 721987 -5207673 L 723049.2 -5208007 L 723502.7 -5208595 L 723828.2 -5207754 L 724174.8 -5207760 L 725323.7 -5207713 L 725362.3 -5207331 L 725356.2 -5207251 L 725689.8 -5207248 L 725853.7 -5206958 L 726038 -5206110 L 726244.1 -5205881 L 724752.8 -5204428 L 724535.1 -5204150 L 724863.5 -5204000 L 725220.2 -5204060 L 727039.8 -5202843 L 727693.6 -5202604 L 727492.9 -5202324 L 726728.2 -5201175 L 726574.5 -5200840 L 726633.3 -5199752 L 728007.2 -5198536 L 728702.2 -5198426 L 728859.1 -5198087 L 728891.6 -5195936 L 729554.3 -5195590 L 730445.5 -5196150 L 730619.4 -5195819 L 730497.8 -5195503 L 730401.5 -5194577 L 730101.4 -5194139 L 730330.2 -5193616 L 731757.4 -5193354 L 731857.2 -5193000 L 733386.7 -5194505 L 733712.1 -5194320 L 734631.1 -5193746 L 735032.7 -5192794 L 735394.3 -5192773 L 735717.1 -5192998 L 736102.9 -5193078 L 736318.4 -5193141 L 736949.3 -5192158 L 739663.4 -5190638 L 739990.7 -5190424 L 739745.8 -5190022 L 740117.4 -5189951 L 740939.4 -5188719 L 742428.9 -5187720 L 743477 -5186169 L 743916.2 -5185668 L 744095.2 -5185385 L 744370.9 -5184690 L 742671.1 -5183319 L 742510.5 -5182216 L 742463.9 -5181845 L 741568.5 -5181214 L 741269.7 -5181005 L 740934.9 -5180833 L 740600.1 -5180665 L 740380.4 -5180427 L 739274.6 -5179761 L 738805.2 -5179270 L 738769.1 -5179246 L 738510.3 -5178974 L 737467.1 -5177896 L 737195.5 -5177803 L 736769.3 -5177417 L 736486.5 -5177137 L 735465 -5176522 L 734400.9 -5175465 L 736900.7 -5171523 L 736660.4 -5170793 L 735699.9 -5170127 L 735380.1 -5169897 L 733953.3 -5168791 L 733699.6 -5168531 L 733785.4 -5168201 L 734002.7 -5167283 L 733336.4 -5167190 L 732960.1 -5166598 L 732900 -5166423 L 735558.8 -5164054 L 735658.3 -5163965 L 735988.3 -5163700 L 736021.4 -5163670 L 739136.8 -5160872 L 739356.4 -5160711 L 739515 -5160839 L 739607.1 -5160923 L 739619.8 -5160911 L 740863.2 -5158966 L 740883.9 -5158253 L 738978.3 -5156119 L 735943.7 -5151240 L 735602.9 -5150311 L 736104.2 -5149646 L 736312.8 -5147827 L 735638.2 -5146660 L 735360.6 -5145609 L 735361.2 -5145609 z M 685887.6 -5191328 L 685778.5 -5191384 L 685608.3 -5191410 L 685700.7 -5191665 L 685605.6 -5191666 L 685526.6 -5191716 L 685557.9 -5191901 L 685614.1 -5192019 L 685680.2 -5192055 L 685684.1 -5191965 L 685814.3 -5191949 L 685758.1 -5191824 L 686007.4 -5191787 L 686106.4 -5191631 L 686206.5 -5191630 L 686144.3 -5191491 L 686194.3 -5191461 L 686148.2 -5191376 L 686064.1 -5191402 L 686002.9 -5191342 L 685887.7 -5191328 L 685887.6 -5191328 z "
id="path625" />
<path
d="M 411676.2 -5230278 L 411333.3 -5230421 L 409844 -5231490 L 409613.2 -5231737 L 408435.5 -5232380 L 408260.2 -5232048 L 407681.7 -5231676 L 406932.6 -5231686 L 406660.8 -5231952 L 404989.8 -5233484 L 404741 -5233772 L 402457.3 -5236802 L 402234 -5236487 L 401268.8 -5235404 L 398632.7 -5234868 L 397536.8 -5235214 L 397429.8 -5236287 L 395931.8 -5236639 L 395188.5 -5236451 L 394615.8 -5236961 L 394276.5 -5236776 L 393903.4 -5236737 L 393177.2 -5236682 L 393123.5 -5234824 L 392740.4 -5234852 L 390877.4 -5235277 L 387905.2 -5234652 L 388111 -5234332 L 388102.7 -5232919 L 388513.9 -5231853 L 388630.3 -5231110 L 388137.8 -5230636 L 388037.1 -5231000 L 386312.9 -5232366 L 385653.6 -5232221 L 385115.9 -5232715 L 384015.8 -5232896 L 383635.7 -5232916 L 382512.5 -5232932 L 380074 -5231885 L 379847.7 -5231558 L 379167.7 -5230596 L 378919.5 -5230392 L 377879.6 -5229650 L 377540.4 -5229454 L 374740.6 -5228067 L 373600.4 -5228126 L 372814.5 -5227252 L 372607.9 -5227810 L 372483.1 -5228109 L 371213.9 -5230703 L 371090.2 -5231044 L 371015.5 -5231418 L 370022.9 -5233396 L 369079.1 -5235080 L 368322 -5235244 L 366645.4 -5237331 L 366737.7 -5237611 L 366778.2 -5238210 L 366704.5 -5238541 L 365270.9 -5239412 L 364967.8 -5239355 L 364688.6 -5239226 L 364649.3 -5238853 L 363272.5 -5238369 L 362155.3 -5238450 L 361537.5 -5238873 L 361472.2 -5238537 L 360581.7 -5237070 L 358310.3 -5239606 L 356576.2 -5240074 L 356423.5 -5240434 L 355657 -5243447 L 356529.5 -5243710 L 356608.9 -5244076 L 357297.7 -5245808 L 357811.3 -5246347 L 356672.3 -5247718 L 356727.9 -5248354 L 357590.1 -5249310 L 357847.4 -5249526 L 357853.1 -5250273 L 357249.8 -5251188 L 357061.8 -5252322 L 355197.6 -5254706 L 357438.2 -5254606 L 358776.4 -5256405 L 358894.8 -5256764 L 358557.8 -5256900 L 357398.3 -5258686 L 357007.1 -5258606 L 355445.3 -5258275 L 355969.4 -5259227 L 355715.6 -5259495 L 355103.2 -5261218 L 355014.6 -5261594 L 354186.7 -5262885 L 354231.6 -5264716 L 352474.5 -5266104 L 352680.2 -5266687 L 352845.6 -5267018 L 354823.6 -5269182 L 354996.2 -5270591 L 354705 -5270458 L 353970.2 -5269913 L 353867.6 -5270295 L 353722.4 -5271070 L 351814.6 -5274511 L 351485.7 -5274684 L 350759.4 -5274611 L 350238.6 -5274079 L 349522.1 -5272047 L 349271 -5272009 L 349016.9 -5272017 L 348920.3 -5272377 L 348334.6 -5272833 L 348167.2 -5274302 L 348730.3 -5276034 L 348376.2 -5276098 L 347308 -5276261 L 346765.8 -5277144 L 346435.5 -5276975 L 345734 -5276791 L 344665.9 -5277070 L 344310.8 -5277118 L 343347 -5277586 L 343125.6 -5277285 L 342129.5 -5275750 L 341459.9 -5275428 L 341721.8 -5274397 L 339113.5 -5274056 L 338628.8 -5275403 L 338263.8 -5275509 L 338147 -5276645 L 338802.7 -5277029 L 339044.6 -5277743 L 337761.7 -5279105 L 339039.8 -5282236 L 339160.3 -5282599 L 338988.6 -5282900 L 339595.7 -5283661 L 339446 -5283982 L 337846.4 -5283194 L 337588.1 -5283006 L 337071.5 -5282665 L 336708.4 -5282653 L 335408.6 -5283298 L 334710 -5283003 L 333557.8 -5283194 L 329741.3 -5284937 L 329504.9 -5284671 L 328505.1 -5284355 L 327932.8 -5283461 L 327573.8 -5283600 L 325187 -5285452 L 325013.5 -5285111 L 323597.4 -5283850 L 323221.3 -5283881 L 322958.8 -5284437 L 323473.2 -5285444 L 322518.1 -5286545 L 321768.8 -5286557 L 320644.5 -5285053 L 320394.1 -5284776 L 319876.2 -5284237 L 319237.3 -5284542 L 319049.9 -5285986 L 318149.9 -5287148 L 318166 -5287198 L 319219.8 -5288303 L 320325.6 -5288521 L 320550.1 -5288830 L 320494.6 -5289266 L 321056.4 -5289761 L 321235.8 -5290818 L 321735.7 -5291379 L 323222.5 -5291525 L 323541.9 -5291724 L 323612 -5291743 L 325134.3 -5293054 L 325440.6 -5293209 L 326733.5 -5292680 L 327099.6 -5292651 L 327514.5 -5293249 L 326746.1 -5294814 L 327585.3 -5295471 L 328268.2 -5295180 L 328347.7 -5295542 L 329692.4 -5297171 L 329974.8 -5297411 L 330476.7 -5297937 L 331082.1 -5299622 L 331738.8 -5299935 L 331946.3 -5300237 L 332643.2 -5299941 L 333095.8 -5300985 L 333114.3 -5302103 L 332840.5 -5302344 L 332044.2 -5303087 L 332380.2 -5303736 L 331999.5 -5306305 L 332220.1 -5307408 L 332520.5 -5307609 L 332848.8 -5307757 L 334296.9 -5308870 L 334811.4 -5308376 L 335064 -5307314 L 336185.1 -5306340 L 336461.6 -5306593 L 336395.1 -5306966 L 336045 -5308431 L 336234.1 -5310642 L 336562.2 -5311314 L 338739.1 -5312024 L 338984.6 -5312322 L 338807.1 -5313438 L 338611.4 -5313743 L 338203.2 -5315127 L 337632.6 -5315546 L 337312.9 -5316575 L 336966.6 -5317198 L 337969.1 -5318634 L 338252.6 -5319600 L 338643.4 -5320687 L 338518.6 -5322204 L 336652.7 -5322126 L 336205.4 -5322709 L 335494.2 -5322802 L 335527.1 -5326072 L 335334.5 -5326390 L 338646.1 -5326507 L 338996.5 -5326646 L 339209 -5328880 L 338107.3 -5328728 L 337066.5 -5329145 L 337207.1 -5329480 L 338657.2 -5329802 L 338959.7 -5330033 L 341249.5 -5330572 L 342130.9 -5329960 L 342506.9 -5329848 L 344327.9 -5330011 L 345536.6 -5330820 L 346272 -5330868 L 346641.1 -5330865 L 346722.2 -5329587 L 346699.7 -5329254 L 347427.4 -5329522 L 350495 -5332359 L 351528.2 -5332893 L 353069.9 -5332979 L 353821.8 -5332762 L 354338.3 -5331704 L 353807.2 -5331146 L 350359 -5329297 L 350417.3 -5328200 L 351422.8 -5327604 L 352917.9 -5327943 L 353252.7 -5327736 L 355570.5 -5327664 L 356054.1 -5326661 L 358721.7 -5327074 L 359108.8 -5327044 L 358615.3 -5324850 L 359072.5 -5324228 L 359253.1 -5323888 L 359362.5 -5322812 L 359544.1 -5322499 L 360192.4 -5321868 L 360507.4 -5321802 L 361086.1 -5321468 L 361285.8 -5321201 L 362751.2 -5321146 L 363006.9 -5320882 L 362593.4 -5319960 L 363180.3 -5319065 L 363135.8 -5318706 L 363473.7 -5318533 L 364474.3 -5317997 L 365322.6 -5315209 L 365012.2 -5314988 L 364677.8 -5314808 L 365692.6 -5314415 L 367014.1 -5315164 L 368524 -5315429 L 368912.2 -5315449 L 369719.4 -5314682 L 369825.9 -5314312 L 370169.1 -5313675 L 372733.7 -5314210 L 373177 -5312892 L 373372.6 -5312595 L 375590.9 -5312994 L 376463.1 -5313605 L 377955 -5312499 L 379233.7 -5315469 L 380771.5 -5314318 L 382656.8 -5314788 L 383027.1 -5314930 L 383212.2 -5315669 L 382938.4 -5317897 L 382757.2 -5318497 L 383419.9 -5318829 L 384475.7 -5318454 L 387051.4 -5316367 L 387266 -5316061 L 388560.8 -5315648 L 389224.7 -5315456 L 391575.5 -5316233 L 392263.4 -5316025 L 392575.8 -5316230 L 392512.1 -5314379 L 391247.9 -5313113 L 391177.4 -5312743 L 391839.1 -5312411 L 391553.7 -5312174 L 390146.7 -5311761 L 389596.8 -5311264 L 389298.7 -5309849 L 389501.3 -5309539 L 391585.6 -5308573 L 393215.8 -5306923 L 393461.5 -5306624 L 393307.5 -5305944 L 393603.7 -5305311 L 393421.2 -5305010 L 394112.6 -5303728 L 393711.6 -5303097 L 393718.1 -5302723 L 391072.6 -5299977 L 390086.6 -5299451 L 389723 -5298358 L 389451 -5297697 L 389387.5 -5297330 L 390406.4 -5297057 L 392306.3 -5295025 L 392562 -5294762 L 392320.8 -5293873 L 392616.6 -5293677 L 391057 -5292063 L 390823.6 -5291770 L 394518.3 -5288392 L 393702 -5287554 L 393384.6 -5287326 L 393357.1 -5286934 L 396122.7 -5288336 L 396772.2 -5290171 L 396903.7 -5290539 L 398602.7 -5289377 L 398859.5 -5289150 L 400150.7 -5288270 L 401699 -5288169 L 403070.5 -5287462 L 403110 -5286293 L 404016.5 -5284122 L 404190.1 -5283770 L 403867.8 -5283562 L 403532.5 -5283375 L 403685.1 -5283024 L 404170.5 -5282469 L 405017.2 -5279565 L 405509.6 -5278991 L 407735.6 -5278526 L 408039.4 -5278297 L 407886.5 -5277555 L 408695.8 -5276771 L 409054.7 -5276645 L 409672.4 -5277122 L 409828.4 -5277886 L 410359.2 -5278448 L 412920.8 -5279175 L 412840.1 -5281834 L 413282.9 -5282386 L 413654.1 -5282505 L 414287.1 -5282408 L 414487.4 -5280997 L 416360.1 -5281174 L 416974.7 -5280728 L 417723.1 -5280859 L 418096.1 -5280788 L 419119.9 -5281189 L 419841 -5281109 L 420182.9 -5279354 L 421255.2 -5279359 L 421897.9 -5279009 L 422825.9 -5279597 L 423178.2 -5279730 L 424177.3 -5279575 L 424589.7 -5280617 L 425225.4 -5281030 L 429403.1 -5280694 L 429809 -5281331 L 430157.3 -5281497 L 432349.2 -5280941 L 432633.4 -5280238 L 432997.3 -5280116 L 434156.7 -5281023 L 434899.7 -5280896 L 435744 -5280172 L 437275.4 -5280188 L 439476.8 -5280880 L 439843.1 -5281001 L 440020.9 -5280760 L 440054 -5279263 L 441088.5 -5279462 L 442576.7 -5276832 L 442485.4 -5274956 L 442439.9 -5274579 L 442044.8 -5274549 L 439270.3 -5273103 L 436183.7 -5272421 L 434799.7 -5271075 L 433399.6 -5270437 L 433537.2 -5270069 L 433993 -5268985 L 433785.2 -5267478 L 434243.6 -5266844 L 438935.5 -5266563 L 439216.2 -5266287 L 440458.2 -5263421 L 439029.7 -5259820 L 439426.8 -5259847 L 440800.1 -5260642 L 441972.5 -5260733 L 442577.2 -5260328 L 442927.2 -5260211 L 442567.3 -5259532 L 442182.1 -5257684 L 442682.1 -5256680 L 442192.9 -5255687 L 442790 -5254730 L 442530.6 -5251667 L 442279.3 -5251466 L 441518.5 -5250865 L 441125.4 -5250869 L 439589.9 -5250722 L 438375.2 -5254025 L 434449.8 -5250797 L 432834.2 -5252498 L 432876.8 -5252101 L 432965 -5251309 L 431868.5 -5249188 L 431407.5 -5246435 L 431770.7 -5246525 L 432490.1 -5246727 L 432734.9 -5246445 L 433614.6 -5244036 L 433046.1 -5242709 L 433732 -5242446 L 434211.1 -5241398 L 435183.7 -5240792 L 435855 -5238992 L 435570.7 -5238734 L 434543 -5238250 L 433996.5 -5236896 L 433653.3 -5236786 L 432585 -5236686 L 432352.2 -5236971 L 431813.5 -5237419 L 431077.3 -5237391 L 430681.2 -5237406 L 428403.2 -5236862 L 425780 -5235195 L 425459.1 -5235409 L 424721.1 -5235573 L 423669.6 -5235288 L 422123.4 -5236421 L 422113.4 -5236436 L 421784.5 -5236634 L 419531.4 -5238040 L 418116.4 -5236227 L 418076.4 -5235145 L 416005 -5234164 L 415849.7 -5233842 L 416038.2 -5233270 L 417048.1 -5232928 L 417248.8 -5232588 L 417495.2 -5231854 L 416919.7 -5230385 L 416728.4 -5230053 L 414399.9 -5228882 L 412738.9 -5230399 L 411676.6 -5230277 L 411676.2 -5230278 z "
id="path626" />
<path
d="M 569716.1 -5023433 L 569288.1 -5024845 L 569246.3 -5027859 L 569738.5 -5029289 L 570401.6 -5029646 L 570710.7 -5030359 L 570923.8 -5030685 L 571279.8 -5030588 L 572745.1 -5031567 L 574498.4 -5032055 L 574765.5 -5032311 L 574766.5 -5032431 L 574728.5 -5032794 L 574512.5 -5033086 L 575360.7 -5033521 L 575675.8 -5033638 L 575204.8 -5034189 L 575481.9 -5034871 L 574993 -5035851 L 575054.1 -5036214 L 575365.2 -5036872 L 576271.5 -5037527 L 576446.6 -5037857 L 576262.6 -5038155 L 576307.7 -5038842 L 575420.7 -5039394 L 575153.7 -5039533 L 574799.7 -5039728 L 574592.7 -5039984 L 574294.8 -5040895 L 573309.2 -5044170 L 573920.6 -5045558 L 573142.6 -5046316 L 572924.7 -5047007 L 572731.7 -5047315 L 572419.8 -5047915 L 572149.8 -5048148 L 570361.8 -5049763 L 570302.9 -5050110 L 569967.9 -5050285 L 568166.7 -5050718 L 567189.8 -5051825 L 566881.8 -5051919 L 566571.8 -5052005 L 566508.9 -5052364 L 566365 -5053069 L 564583.8 -5053357 L 563625.8 -5053888 L 563511.8 -5054188 L 563390.9 -5054485 L 563279 -5054820 L 563148.1 -5055513 L 562180.2 -5056541 L 561987.2 -5056837 L 561312.5 -5058466 L 561119.6 -5058801 L 559974.8 -5060349 L 559922.9 -5060703 L 559830.1 -5061413 L 560325.5 -5062694 L 560137.5 -5062960 L 559898.6 -5063563 L 560197.8 -5064138 L 559827.7 -5064183 L 559191.7 -5064571 L 558224.1 -5066553 L 557460.8 -5065941 L 556272 -5067295 L 555981 -5067525 L 556126.1 -5067783 L 556235.2 -5068058 L 556441.3 -5068236 L 556726.4 -5068506 L 556066.7 -5069793 L 553877.6 -5070609 L 553328.7 -5071167 L 553456.9 -5071843 L 554811.3 -5072589 L 555890.5 -5075818 L 555268.1 -5078010 L 555394.2 -5078129 L 555839.6 -5079071 L 555985.7 -5079419 L 555346.6 -5079307 L 555101.8 -5079958 L 554968.9 -5080285 L 556407.2 -5080376 L 557654 -5081845 L 557967.1 -5082032 L 557856.2 -5082397 L 556848.7 -5084433 L 555970.8 -5085133 L 555763.9 -5085455 L 555370.1 -5086081 L 553244 -5086945 L 553234 -5086971 L 553238.7 -5088881 L 554033.2 -5089709 L 553814.6 -5090838 L 554411.1 -5091778 L 556932.3 -5090978 L 557592.6 -5091356 L 557936.1 -5092446 L 558308.2 -5092546 L 559996.2 -5091689 L 561800.2 -5092876 L 562152.4 -5093033 L 563193.9 -5093433 L 563569.4 -5094427 L 563840.6 -5094694 L 563865.6 -5094719 L 563499.5 -5094776 L 563287.8 -5095482 L 562591.2 -5096861 L 561912.6 -5100261 L 561759.7 -5100624 L 562707.3 -5103408 L 562574.6 -5104132 L 562932 -5104767 L 562702.1 -5105071 L 561483.7 -5106959 L 560759.6 -5107181 L 561338.9 -5109321 L 560450.9 -5111751 L 560569.1 -5112107 L 561696.7 -5112649 L 561959.9 -5112847 L 561468.1 -5113457 L 560394.9 -5115537 L 560295.5 -5116707 L 560665.2 -5117783 L 559993.8 -5119192 L 559085.9 -5119931 L 558758.6 -5121397 L 559067.8 -5121627 L 559446 -5121697 L 561034.3 -5121366 L 561336.3 -5121214 L 561693.7 -5123316 L 564624 -5123841 L 564998.2 -5123876 L 566411.8 -5124068 L 566898.6 -5125061 L 567434 -5125307 L 567789.1 -5125210 L 568755.6 -5125458 L 569084.6 -5125251 L 569318 -5124119 L 569484.9 -5123769 L 569401.7 -5121910 L 568636.9 -5121150 L 568644.2 -5120014 L 568104.2 -5118629 L 569295.3 -5118058 L 569602.3 -5117918 L 570197.3 -5117477 L 571668 -5117753 L 573530.5 -5117468 L 573905.6 -5117413 L 574480.6 -5117072 L 574410.9 -5115954 L 575138.7 -5115102 L 575481.2 -5114041 L 575751.1 -5113773 L 578035.2 -5114046 L 578769.3 -5113781 L 579037.6 -5114055 L 580174.5 -5114876 L 580485.8 -5115043 L 580988.3 -5115625 L 581238.6 -5115916 L 581808.7 -5115743 L 582675.3 -5116176 L 583005.5 -5116229 L 584270.5 -5116924 L 584607.7 -5117077 L 586873.5 -5115140 L 586920.3 -5114767 L 586955.3 -5114767 L 587322.4 -5114701 L 587688.5 -5114632 L 590378.6 -5114418 L 591039.1 -5114757 L 590887.3 -5115114 L 590789.7 -5115877 L 590877 -5116253 L 591211.1 -5116092 L 592512.1 -5116765 L 593267 -5115970 L 593557 -5115739 L 593858.8 -5115197 L 593988.7 -5114917 L 594109.8 -5115001 L 594754.3 -5115332 L 595201.9 -5115966 L 596289.5 -5116011 L 596535.4 -5115727 L 596841.9 -5114692 L 596199 -5113810 L 595832.8 -5113779 L 596198.3 -5112752 L 598080.2 -5112651 L 598457.4 -5112681 L 599041.6 -5114080 L 599647.2 -5114506 L 600004.5 -5114653 L 600493.7 -5114505 L 600701.7 -5114318 L 601054.9 -5114336 L 601807.1 -5115505 L 601820.3 -5115858 L 602463.4 -5115520 L 603359.3 -5116150 L 604284.5 -5115658 L 604881.1 -5115974 L 605229.2 -5115859 L 605431.5 -5116187 L 604627.9 -5117429 L 605488.2 -5118661 L 606534.1 -5119077 L 606495.6 -5119821 L 607935.4 -5119830 L 608965.3 -5118788 L 609117.2 -5118453 L 609218 -5118024 L 607219.2 -5117156 L 607177.7 -5116439 L 607705.6 -5115927 L 607976.6 -5115679 L 608300.7 -5115606 L 608594.8 -5115450 L 610224 -5114358 L 610492 -5114132 L 609942.8 -5112754 L 609371.1 -5112278 L 608914.7 -5110551 L 608208.4 -5110665 L 606427.1 -5111807 L 606143.1 -5112025 L 605785.9 -5112034 L 604602.4 -5110752 L 604219.2 -5110725 L 602380 -5110384 L 602147.7 -5110126 L 601569.2 -5109756 L 601407.2 -5108291 L 600881.6 -5107773 L 600614.3 -5107520 L 600376.5 -5106441 L 600798.3 -5105841 L 600713.6 -5104747 L 600750.4 -5104381 L 600336 -5104092 L 600061.8 -5104006 L 599976.9 -5102626 L 599771.6 -5102335 L 598842.5 -5101233 L 597385.7 -5101017 L 596676.5 -5101222 L 596396.2 -5100980 L 596218.9 -5100688 L 597000.6 -5099583 L 596974.4 -5099243 L 597695.6 -5098974 L 598189.2 -5097914 L 598505.2 -5097683 L 599108.3 -5097314 L 600100.9 -5097600 L 600444.1 -5097683 L 600504.1 -5097698 L 600708.6 -5096554 L 600875.5 -5096197 L 601010.4 -5095878 L 600403.4 -5094672 L 600115.9 -5094059 L 599245.9 -5094796 L 598124.2 -5094410 L 597751 -5094443 L 597357.2 -5095080 L 596315.5 -5094738 L 595919.4 -5094789 L 596024.3 -5094451 L 596089.9 -5093749 L 596946 -5093147 L 597991.4 -5093031 L 598250.4 -5092793 L 599271.6 -5092299 L 600208.2 -5090666 L 599700.7 -5090110 L 601152.7 -5088903 L 601903 -5088785 L 603044 -5087774 L 603781.3 -5087578 L 603204.5 -5086641 L 603467.4 -5086097 L 603822.5 -5086004 L 602380.2 -5084853 L 602061 -5084653 L 602305.7 -5083933 L 603149.7 -5083148 L 603430.3 -5082028 L 603603.2 -5081684 L 605068.3 -5080518 L 607285.3 -5080387 L 607660.5 -5080456 L 607800.3 -5079865 L 607389.6 -5078797 L 606813.1 -5078308 L 607129.9 -5077630 L 607412.9 -5077375 L 606883.4 -5076979 L 606656.8 -5076010 L 606305.6 -5075949 L 606813.6 -5075453 L 606649.4 -5075137 L 607263.9 -5073544 L 606937.9 -5073758 L 606311.6 -5073687 L 606414.6 -5071429 L 605012.7 -5070827 L 604313 -5069954 L 605216.6 -5068087 L 605132.4 -5067740 L 606232.8 -5067576 L 607197.5 -5068172 L 607575.7 -5068227 L 608408.7 -5067298 L 608549.6 -5067006 L 607652.9 -5066318 L 607180.9 -5064455 L 606446.2 -5063574 L 606276.7 -5062437 L 605725.2 -5061911 L 606080.1 -5061294 L 606357.1 -5061062 L 605783.5 -5060188 L 606021.2 -5059160 L 605808 -5058873 L 607534.4 -5058088 L 607898.5 -5057948 L 608172.3 -5057150 L 607920.1 -5056964 L 608912.9 -5055381 L 609217.9 -5055156 L 609338.7 -5054596 L 609949.9 -5054319 L 610291.1 -5054349 L 611473.4 -5053764 L 611788.5 -5053644 L 612486.2 -5051913 L 613341.3 -5051224 L 614257.5 -5050836 L 614419.5 -5050546 L 613938 -5049841 L 613915.9 -5049541 L 616469 -5049562 L 616787.1 -5049362 L 616851.8 -5048615 L 617571.1 -5048590 L 618160.2 -5048170 L 619762.2 -5048995 L 620124.4 -5049045 L 620771.7 -5048946 L 621637.3 -5049468 L 621940.4 -5049316 L 622994.5 -5048336 L 623253.5 -5048063 L 624483.1 -5048054 L 625089.6 -5048457 L 625407.8 -5048636 L 626270 -5047852 L 627084.6 -5045661 L 627634.7 -5045117 L 627807.6 -5044766 L 628389 -5044992 L 628990.4 -5045132 L 627929.3 -5046481 L 628091.7 -5047165 L 628116.9 -5047522 L 628466 -5047362 L 628846.2 -5047411 L 630217.1 -5047996 L 631164.1 -5046795 L 630941.8 -5046456 L 629650.7 -5045440 L 629510.5 -5045123 L 629420.4 -5045099 L 629351.2 -5044721 L 628308.3 -5043633 L 628658.2 -5040256 L 628375 -5039997 L 628959.8 -5038729 L 629304 -5038851 L 629832.1 -5038388 L 629992.9 -5037717 L 630510.4 -5038215 L 630862.5 -5038129 L 632264.1 -5037975 L 633697.4 -5039541 L 633945.6 -5039819 L 635260 -5039047 L 635599.7 -5037588 L 635244.4 -5037441 L 636555.6 -5035857 L 636782.6 -5035587 L 636637.4 -5035062 L 636665.3 -5034843 L 636694.2 -5034623 L 636951.1 -5034000 L 637060.1 -5033681 L 637074.9 -5033026 L 636825.7 -5032739 L 635789.8 -5031644 L 635949.4 -5030197 L 636563.5 -5029419 L 636760.5 -5029152 L 637105.2 -5027709 L 636939.8 -5026603 L 636994.7 -5026232 L 636928.5 -5025589 L 636571.3 -5025606 L 634540.1 -5025062 L 634379.8 -5024300 L 634045.6 -5024244 L 632840.9 -5023706 L 632437.6 -5023189 L 631002.9 -5023262 L 630658.7 -5023072 L 627821.9 -5020999 L 627956.9 -5020728 L 628200.9 -5020198 L 627985.7 -5020003 L 627478.4 -5019742 L 626086.7 -5019186 L 626180.5 -5018066 L 626657.6 -5017492 L 626564.5 -5017123 L 625809.2 -5017161 L 625092.9 -5017032 L 624772.8 -5016857 L 624316.3 -5015383 L 624429.2 -5014659 L 624810.3 -5014579 L 625167.3 -5014192 L 625356.3 -5014002 L 625373.1 -5012864 L 624060.5 -5012072 L 623790.3 -5011792 L 623459.2 -5011988 L 621956.7 -5012122 L 620517.1 -5011588 L 619757.7 -5010834 L 618369.3 -5011461 L 617897 -5010472 L 616373.5 -5010323 L 615736.4 -5010745 L 615498.4 -5010916 L 615149.3 -5011039 L 614615.2 -5011957 L 613736.1 -5012630 L 613506 -5012937 L 612826.9 -5013289 L 611902.9 -5014956 L 610770.6 -5015011 L 610460.5 -5014805 L 608571.8 -5013652 L 608258.7 -5012979 L 607287.5 -5013453 L 606999.4 -5013218 L 605318.2 -5015166 L 606042.5 -5016029 L 606160.6 -5016754 L 606766.9 -5017555 L 606533.9 -5017807 L 605434.7 -5018107 L 603789.5 -5019667 L 606239.5 -5021821 L 606602.6 -5021787 L 605936.6 -5023137 L 604399.5 -5024768 L 604075.4 -5024967 L 602228 -5025362 L 601855.9 -5025463 L 601527.7 -5024553 L 600885.6 -5024674 L 600433.4 -5024115 L 599013 -5024168 L 598888 -5024488 L 598921.2 -5025850 L 597859.9 -5025473 L 596831.9 -5026964 L 596456.8 -5026927 L 596230.8 -5027127 L 595432.6 -5027434 L 595094.5 -5027259 L 593434 -5026567 L 591849.8 -5027596 L 590389.4 -5027261 L 590045.3 -5027114 L 589015.1 -5026707 L 589289.1 -5026427 L 589997 -5025096 L 589471.8 -5024618 L 587158.4 -5024930 L 586284.1 -5024187 L 586193 -5023409 L 585701 -5023744 L 585458 -5023928 L 584331.8 -5023706 L 583871.7 -5023096 L 583762.6 -5021937 L 583323.5 -5021285 L 582688.4 -5021649 L 582052.4 -5023015 L 581004.3 -5023345 L 580694.3 -5023124 L 579731.1 -5022565 L 579399.9 -5020355 L 578957.9 -5020641 L 578924.9 -5020952 L 578779.9 -5021306 L 577944 -5023422 L 577570 -5023424 L 576729 -5024403 L 576600 -5025134 L 576021 -5025583 L 575642.9 -5025525 L 574678.8 -5024963 L 573622.7 -5025368 L 572932.6 -5025063 L 572612.5 -5023982 L 571360.3 -5023153 L 571451.2 -5021758 L 570721.1 -5021007 L 570439.1 -5020796 L 570350.1 -5021119 L 570159.1 -5021397 L 570132.1 -5021748 L 569715.1 -5023433 L 569716.1 -5023433 z "
id="path627" />
<path
d="M 567741.4 -4955317 L 567405.4 -4955497 L 565908.6 -4955657 L 565147.4 -4956483 L 565386.2 -4956774 L 566149.5 -4958066 L 566070.4 -4958435 L 565386.4 -4958777 L 564291.8 -4958463 L 564134 -4958156 L 563608.3 -4957713 L 563318.3 -4957898 L 563054.2 -4958185 L 562533.6 -4959989 L 560507.3 -4961723 L 559891.5 -4961502 L 559554.3 -4962159 L 559684 -4962887 L 559533.9 -4963238 L 559211.9 -4963399 L 558248.3 -4965639 L 557575.3 -4965889 L 557622.4 -4965514 L 556326.9 -4964967 L 554925.1 -4965414 L 554340.4 -4964933 L 552134.1 -4964576 L 551918 -4964866 L 551419.9 -4965384 L 551748.7 -4965568 L 552387.4 -4965967 L 552683.8 -4967394 L 552491.7 -4967715 L 551946.6 -4968148 L 551601.3 -4969203 L 550344.3 -4969927 L 550055.3 -4970084 L 549415.5 -4969938 L 549202.5 -4970215 L 547973 -4969647 L 547497.9 -4970146 L 547111 -4970147 L 546455.3 -4969743 L 546692 -4967847 L 545847.3 -4965324 L 546077.6 -4964588 L 545505.9 -4964218 L 544417.8 -4965105 L 543363.5 -4964152 L 542236.7 -4964406 L 539955.6 -4964028 L 539574.8 -4963962 L 538454.9 -4962540 L 538292.1 -4962202 L 537975.3 -4961977 L 537283.4 -4962328 L 536624 -4963684 L 535523.9 -4964708 L 535629.3 -4965830 L 534643.1 -4966981 L 534373.1 -4967253 L 533945.1 -4969778 L 533875 -4970138 L 532744.6 -4971749 L 532446.2 -4972880 L 532558 -4973258 L 532061.8 -4974059 L 531851.8 -4974292 L 532117.6 -4974536 L 532028.5 -4977298 L 531867.4 -4977647 L 531263.2 -4978626 L 530294.7 -4978166 L 529257.9 -4978584 L 528768.5 -4979951 L 528847.2 -4980706 L 528555.3 -4980532 L 527953.6 -4980222 L 527582.7 -4980306 L 526904.8 -4980625 L 526728.4 -4981751 L 528091.8 -4982304 L 528734.1 -4983644 L 528492.1 -4983930 L 527420.5 -4983639 L 526661.3 -4984813 L 525231.8 -4984498 L 526020.9 -4986197 L 525688.9 -4986370 L 523993.6 -4985790 L 523680.6 -4985993 L 523536.5 -4986349 L 522949.3 -4987326 L 523334.8 -4988380 L 523064.5 -4989488 L 524014.2 -4992351 L 523770.1 -4992933 L 522433.4 -4993274 L 521939.4 -4993754 L 522008.2 -4994106 L 521772 -4994770 L 522757.6 -4995184 L 523116.5 -4995199 L 523585.6 -4994622 L 524955.4 -4994041 L 525309.4 -4993910 L 527889.4 -4994963 L 527134.6 -4995030 L 526944.4 -4995761 L 525439.8 -4995724 L 524149.9 -4996490 L 524129.9 -4996490 L 523169 -4997134 L 522443.2 -4996928 L 522109.4 -4996733 L 521153.9 -4999200 L 521590.5 -5000193 L 520518.7 -5000460 L 519988.2 -5002614 L 520112.8 -5003758 L 520738.4 -5004701 L 520810 -5006227 L 520829.9 -5006611 L 519209.1 -5007340 L 518842.2 -5007284 L 518467.3 -5007379 L 517950.3 -5007922 L 517724.9 -5009825 L 516935.9 -5010606 L 517384.3 -5012780 L 517247.2 -5013532 L 516871.3 -5013553 L 515868.3 -5014556 L 514011.8 -5014367 L 513967.9 -5014005 L 512339.5 -5013198 L 512711.1 -5014575 L 512108 -5015424 L 512052.9 -5016118 L 511676 -5016046 L 510843.4 -5015272 L 509776.7 -5015078 L 508272.1 -5014935 L 507385.2 -5015610 L 506257.5 -5015517 L 506154.4 -5016242 L 507127 -5016708 L 507512.9 -5016679 L 508107.7 -5017150 L 508350.5 -5017882 L 507348.6 -5018403 L 506640.6 -5019304 L 507227.4 -5019731 L 508344.2 -5019622 L 508390.1 -5019999 L 508176.7 -5022202 L 507562.8 -5022649 L 509701.4 -5022320 L 510339.2 -5022671 L 510938.1 -5022261 L 511302 -5022301 L 513640.5 -5022441 L 513356.5 -5022702 L 513517.4 -5023427 L 514555.1 -5023842 L 515072.9 -5024403 L 515819.8 -5024439 L 516011.8 -5024104 L 516353.7 -5024417 L 516572.7 -5024360 L 516893.4 -5025771 L 517884.1 -5026797 L 517935.1 -5027158 L 518439.1 -5026708 L 519476.9 -5026628 L 519814.8 -5026736 L 521601.4 -5027538 L 521950.3 -5027730 L 522279.2 -5028286 L 522560 -5029427 L 522587 -5029817 L 522903.9 -5030026 L 523613.8 -5029824 L 524825.8 -5028386 L 524955.8 -5027651 L 525294.8 -5027482 L 526111.5 -5030168 L 527018.4 -5030145 L 527291.4 -5030324 L 527899.4 -5029345 L 528190.4 -5029085 L 529184.4 -5027944 L 529908.3 -5028177 L 530595.2 -5027856 L 531259.1 -5028194 L 532202 -5027835 L 532333 -5027523 L 532893.9 -5028023 L 534758.7 -5028015 L 535117.7 -5027892 L 535488.7 -5027988 L 535715.6 -5028700 L 536946.5 -5030121 L 538300.4 -5030793 L 538650.4 -5030949 L 539100.4 -5029112 L 540018.4 -5028423 L 540275.4 -5028131 L 542338.3 -5027692 L 542943.3 -5027237 L 543619.3 -5027517 L 543992.3 -5028180 L 544769.3 -5026381 L 544932.3 -5026021 L 545376.3 -5025403 L 545484.3 -5025038 L 545336.3 -5024735 L 545710.3 -5023176 L 546040.3 -5022984 L 547842.3 -5021094 L 548588.3 -5021182 L 549639.2 -5022252 L 549982.2 -5023306 L 551372.1 -5023882 L 551686.1 -5025394 L 552094.1 -5025982 L 552809.1 -5026068 L 553043.1 -5025793 L 553850.1 -5025052 L 554563.1 -5024864 L 554236.1 -5024234 L 554396.1 -5023585 L 554763.1 -5023663 L 555407.1 -5023609 L 555718.1 -5023696 L 556051.1 -5023545 L 556767.1 -5023544 L 557560.1 -5022841 L 558642.1 -5022949 L 558871.1 -5023181 L 559868.1 -5022563 L 560548.1 -5022717 L 561136.1 -5023135 L 561068.1 -5024964 L 561381.1 -5026035 L 561386.1 -5026409 L 561758.1 -5026456 L 562518.2 -5027183 L 563461.2 -5026582 L 563848.2 -5025943 L 564901.3 -5026263 L 564898.2 -5024763 L 565000.2 -5024400 L 565616.3 -5024800 L 566527.3 -5023679 L 567926.4 -5023227 L 569406.5 -5023224 L 569716.5 -5023434 L 570133.5 -5021749 L 570160.5 -5021398 L 570351.5 -5021120 L 570440.5 -5020796 L 570722.5 -5021008 L 571452.6 -5021759 L 571361.7 -5023153 L 572613.9 -5023983 L 572934 -5025064 L 573624.1 -5025369 L 574680.2 -5024963 L 575644.3 -5025525 L 576022.4 -5025584 L 576601.4 -5025135 L 576730.4 -5024404 L 577571.4 -5023425 L 577945.4 -5023422 L 578781.3 -5021307 L 578926.3 -5020953 L 578959.3 -5020641 L 579401.3 -5020356 L 579732.5 -5022566 L 580695.7 -5023125 L 581005.7 -5023346 L 582053.8 -5023015 L 582689.8 -5021650 L 583324.9 -5021285 L 583764 -5021938 L 583873.1 -5023097 L 584333.2 -5023706 L 585459.4 -5023928 L 585702.4 -5023745 L 586194.4 -5023410 L 586285.5 -5024188 L 587159.8 -5024931 L 589473.2 -5024619 L 589998.4 -5025097 L 589290.5 -5026428 L 589016.5 -5026708 L 590046.7 -5027114 L 590390.8 -5027262 L 591851.2 -5027597 L 593435.4 -5026567 L 595095.9 -5027259 L 595434 -5027435 L 596232.2 -5027128 L 596458.2 -5026928 L 596833.3 -5026965 L 597861.3 -5025474 L 598922.6 -5025851 L 598889.4 -5024489 L 599014.4 -5024169 L 600434.8 -5024116 L 600887 -5024675 L 601529.1 -5024554 L 601857.3 -5025464 L 602229.4 -5025363 L 604076.8 -5024968 L 604400.9 -5024769 L 605938 -5023138 L 606604 -5021787 L 606240.9 -5021822 L 603790.9 -5019668 L 605436.1 -5018107 L 606535.3 -5017807 L 606768.3 -5017556 L 606162 -5016755 L 606043.9 -5016030 L 605319.6 -5015166 L 607000.8 -5013218 L 607288.9 -5013454 L 608260.1 -5012980 L 608573.2 -5013653 L 610461.9 -5014806 L 610772 -5015012 L 611904.3 -5014956 L 612828.3 -5013290 L 613507.4 -5012938 L 613737.5 -5012631 L 614616.6 -5011958 L 615150.7 -5011040 L 615499.8 -5010917 L 615737.8 -5010745 L 616342.8 -5009318 L 616113.6 -5008576 L 615731.5 -5008501 L 615397.3 -5007912 L 615550.2 -5006543 L 615713.2 -5006228 L 615118.9 -5004488 L 614169.6 -5003966 L 614008.5 -5003241 L 613233.2 -5002459 L 612892 -5000634 L 612916 -5000256 L 613323 -4998851 L 613915.1 -4998408 L 614042.1 -4997691 L 613678 -4997710 L 612595.7 -4997826 L 612855.7 -4996869 L 612681.6 -4996666 L 612419.5 -4996613 L 611729.4 -4997494 L 611833.5 -4998927 L 610371.2 -5000057 L 609326 -4999888 L 607991.7 -5000317 L 607644.6 -5000400 L 607362.5 -4998585 L 609346.9 -4997512 L 609545.9 -4996408 L 608610.7 -4995893 L 608359.6 -4995605 L 607322.4 -4995953 L 606731.3 -4995503 L 606368.3 -4995402 L 606674.3 -4994069 L 606345.2 -4993922 L 606073.2 -4992920 L 605403.1 -4992661 L 605529.1 -4991574 L 606569.3 -4990498 L 607318.4 -4990581 L 607992.5 -4990243 L 608187.5 -4988751 L 608050.5 -4988392 L 606955.3 -4988302 L 606069.2 -4987733 L 605900.2 -4987406 L 603260.8 -4987612 L 601829.7 -4986488 L 601640.7 -4986149 L 601283.9 -4983577 L 602494.1 -4982707 L 602713.2 -4982161 L 602972.2 -4982014 L 603073.3 -4981303 L 601764.2 -4980813 L 601497.2 -4980570 L 600330.1 -4980539 L 598542 -4979750 L 596843.8 -4980603 L 596578.8 -4980369 L 595955.8 -4980041 L 595851.1 -4978199 L 595436.2 -4977155 L 595432.2 -4976777 L 595160.2 -4976511 L 593372.4 -4974592 L 593505.5 -4974366 L 592930.6 -4973933 L 592585.1 -4971506 L 591541.2 -4970982 L 590802.4 -4970084 L 589243.4 -4970070 L 587740.3 -4970497 L 587362.3 -4970542 L 585380.6 -4969598 L 585111.6 -4969467 L 584564.6 -4969528 L 584197.6 -4969518 L 581507.7 -4969812 L 580714 -4969068 L 580057.7 -4966804 L 580356.7 -4966585 L 580749 -4965565 L 580516.1 -4965249 L 579779.2 -4965094 L 579229.1 -4965553 L 578429.6 -4964323 L 577347.5 -4965196 L 577031.7 -4964589 L 577496 -4963507 L 577091.2 -4962967 L 576809.2 -4963211 L 575928.1 -4963896 L 575587.8 -4964954 L 575241.9 -4964798 L 574201.2 -4964336 L 574121.3 -4963965 L 573547.2 -4961411 L 572086.2 -4959257 L 572596.4 -4958389 L 572644.4 -4958239 L 572399.5 -4958020 L 571757.7 -4957886 L 571389.8 -4957761 L 570691.1 -4957456 L 570356.6 -4956350 L 568515.9 -4956598 L 567741.6 -4955318 L 567741.4 -4955317 z "
id="path628" />
<path
d="M 494947.3 -5334633 L 496111.9 -5334741 L 496703.6 -5333743 L 496975.3 -5333464 L 498058.3 -5333211 L 498760.8 -5333399 L 499237.4 -5332380 L 499839.4 -5332220 L 499970 -5332577 L 500665 -5332423 L 501097.2 -5331791 L 501400 -5331556 L 501708.3 -5331004 L 500857.5 -5329338 L 502289 -5329331 L 502742 -5327203 L 502867.5 -5326859 L 503410.3 -5326623 L 503386.8 -5326291 L 503373.7 -5324874 L 503429.2 -5324522 L 504159.2 -5323675 L 505549 -5323182 L 506399.3 -5322484 L 506773.4 -5322488 L 506413.3 -5321848 L 506941.1 -5320887 L 508589.6 -5320103 L 508927.5 -5319955 L 508658 -5319672 L 507280.5 -5318987 L 507608.1 -5317958 L 508672.9 -5317536 L 508693.8 -5316044 L 508816 -5315479 L 509108.2 -5315526 L 508833.1 -5314851 L 509244.4 -5314220 L 509216.3 -5313443 L 508119.4 -5312422 L 507509.6 -5310597 L 507173.6 -5310713 L 506271.5 -5310177 L 505527.7 -5309074 L 504517.9 -5308765 L 504364.4 -5308411 L 503665.7 -5308090 L 503248.5 -5306632 L 501934.5 -5306242 L 500525.5 -5305906 L 500795.6 -5305202 L 500180.9 -5304846 L 500496.9 -5302602 L 499255.3 -5301740 L 500996 -5301058 L 501378.1 -5301040 L 501647.9 -5300806 L 502163.8 -5299136 L 501926.7 -5298424 L 500669.4 -5297796 L 500677.4 -5297040 L 501081.7 -5296421 L 500786.7 -5295764 L 501116.7 -5295708 L 501450.8 -5295713 L 501444.3 -5295333 L 501691.9 -5294235 L 501406.8 -5292747 L 501032.7 -5292756 L 498792.9 -5292715 L 498159.1 -5292315 L 497927.6 -5292029 L 496213.2 -5291396 L 495663.8 -5290454 L 494936.6 -5290510 L 494794.1 -5290171 L 494416.9 -5290124 L 493096.4 -5290854 L 492756.1 -5290700 L 492102.4 -5290357 L 488864.9 -5290005 L 488670.4 -5289664 L 489005.1 -5288553 L 488558 -5286273 L 488265.6 -5286012 L 488449.8 -5285331 L 488286.3 -5285017 L 489199.8 -5284360 L 490444.3 -5285237 L 490875.7 -5284638 L 490584.2 -5283564 L 490914.1 -5283374 L 491258 -5283206 L 491590.9 -5283019 L 493917.3 -5281199 L 493463.4 -5279788 L 494217 -5278526 L 494892.3 -5278594 L 495219.2 -5278427 L 495936.1 -5277357 L 496166.9 -5277110 L 495072.5 -5276296 L 494807.1 -5276081 L 494648.2 -5275384 L 494516.7 -5275039 L 495361.3 -5272896 L 495007.3 -5272207 L 495515.2 -5271173 L 496537.9 -5270648 L 496952.3 -5269197 L 497700.3 -5269004 L 497828.9 -5268639 L 497471.6 -5268471 L 496480.8 -5267300 L 496119.8 -5267436 L 493146.8 -5268253 L 492774.8 -5267546 L 492506.4 -5267308 L 490818.2 -5266781 L 490450.1 -5266764 L 489696 -5266039 L 488805.4 -5266596 L 487941.3 -5265917 L 488069.9 -5265541 L 490148.8 -5263193 L 489841.4 -5262955 L 487630.9 -5262238 L 486499.7 -5260711 L 485008.8 -5260313 L 484718 -5260570 L 484335 -5260634 L 484116.3 -5260954 L 483289 -5262618 L 481714.8 -5263705 L 480220.6 -5263882 L 479407.9 -5265170 L 479055.5 -5264963 L 478781.7 -5263535 L 478917 -5262079 L 478633.2 -5261430 L 479055.6 -5260815 L 478903.1 -5260466 L 478084 -5259746 L 475955.6 -5259079 L 475631.5 -5259098 L 474677.4 -5259248 L 474318.4 -5259369 L 473696.2 -5260214 L 473675.4 -5262108 L 470384.6 -5263896 L 470485 -5264232 L 470747.3 -5265249 L 470028.5 -5266428 L 469724.6 -5266632 L 468974.3 -5267430 L 467541.1 -5267600 L 467071.2 -5268588 L 466829.5 -5268885 L 465375.6 -5269283 L 463521.8 -5269036 L 462480.9 -5268565 L 461338.6 -5268595 L 461262 -5268981 L 458733.3 -5271447 L 458069.8 -5272867 L 457370 -5273226 L 457020.7 -5273056 L 454523.7 -5271999 L 454062.8 -5271374 L 452960.2 -5271123 L 452431.4 -5270554 L 451494.9 -5271184 L 450246.4 -5272685 L 448757.6 -5273149 L 447543.5 -5274133 L 447235.7 -5274381 L 446527.9 -5274730 L 446236.7 -5275447 L 445874.6 -5275406 L 442439.7 -5274580 L 442485.2 -5274957 L 442576.5 -5276833 L 441088.3 -5279463 L 440053.8 -5279265 L 440020.7 -5280761 L 439842.9 -5281002 L 439476.6 -5280881 L 437275.2 -5280189 L 435743.8 -5280173 L 434899.5 -5280897 L 434156.5 -5281024 L 432997.1 -5280118 L 432633.2 -5280240 L 432349 -5280943 L 430157.1 -5281498 L 429808.8 -5281332 L 429402.9 -5280696 L 425225.2 -5281031 L 424589.5 -5280619 L 424177.1 -5279576 L 423178 -5279731 L 422825.7 -5279598 L 421897.7 -5279011 L 421255 -5279360 L 420182.7 -5279355 L 419840.8 -5281110 L 419119.7 -5281190 L 418095.9 -5280789 L 417722.9 -5280861 L 416974.5 -5280730 L 416359.9 -5281175 L 414487.2 -5280998 L 414286.9 -5282409 L 413653.9 -5282506 L 413282.7 -5282387 L 412839.9 -5281835 L 412920.6 -5279176 L 410359 -5278449 L 409828.2 -5277887 L 409672.2 -5277123 L 409054.5 -5276647 L 408695.6 -5276772 L 407886.3 -5277556 L 408039.2 -5278298 L 407735.4 -5278527 L 405509.4 -5278992 L 405017 -5279566 L 404170.3 -5282470 L 403684.9 -5283026 L 403532.3 -5283377 L 403867.6 -5283563 L 404189.9 -5283772 L 404016.3 -5284123 L 403109.8 -5286294 L 403070.3 -5287463 L 401698.8 -5288170 L 400150.5 -5288272 L 398859.3 -5289151 L 398602.5 -5289379 L 396903.5 -5290540 L 396772 -5290172 L 396122.5 -5288337 L 393356.9 -5286935 L 393384.4 -5287328 L 393701.8 -5287555 L 394518.1 -5288393 L 390823.4 -5291771 L 391056.8 -5292064 L 392616.4 -5293678 L 392320.6 -5293875 L 392561.8 -5294763 L 392306.1 -5295026 L 390406.2 -5297058 L 389387.3 -5297332 L 389450.8 -5297699 L 389722.8 -5298359 L 390086.4 -5299452 L 391072.4 -5299978 L 393717.9 -5302724 L 393711.4 -5303098 L 394112.4 -5303729 L 393421 -5305011 L 393603.5 -5305312 L 393307.3 -5305945 L 393461.3 -5306625 L 393215.6 -5306924 L 391585.4 -5308574 L 389501.1 -5309540 L 389298.5 -5309850 L 389596.6 -5311265 L 390146.5 -5311762 L 391553.5 -5312175 L 391838.9 -5312412 L 391177.2 -5312744 L 391247.7 -5313114 L 392511.9 -5314380 L 392575.6 -5316231 L 392263.2 -5316026 L 391575.3 -5316234 L 389224.5 -5315458 L 389252.2 -5317313 L 389346.2 -5318661 L 388872.7 -5320462 L 389771.9 -5321114 L 390874.8 -5320849 L 391428.5 -5321229 L 390847 -5321706 L 391241.1 -5322351 L 392794.2 -5321430 L 394184.1 -5321070 L 394314.6 -5320733 L 394681.7 -5320752 L 395259.8 -5322077 L 396350.3 -5322214 L 396907.1 -5322667 L 397118.3 -5324050 L 396973.8 -5324396 L 397172.3 -5324713 L 399896.4 -5325597 L 400462.2 -5324663 L 401113.1 -5324499 L 401863.9 -5325563 L 402051.4 -5325831 L 403266.4 -5324939 L 403484 -5324630 L 404963.7 -5324824 L 406444.6 -5324455 L 407820 -5325102 L 408149.8 -5324904 L 408647.8 -5325466 L 410097.6 -5325725 L 410298.7 -5326437 L 410509.6 -5327000 L 412768.8 -5326089 L 413128.8 -5326026 L 413295.9 -5326746 L 415108 -5326469 L 415162.2 -5327220 L 415148.8 -5327599 L 416399.6 -5327896 L 416853.5 -5328413 L 417014 -5328729 L 417778 -5331162 L 418404.7 -5331470 L 418759.6 -5331325 L 419367.7 -5333235 L 418611.5 -5333255 L 418113.7 -5334769 L 418462.8 -5334760 L 419117.2 -5335537 L 419343.7 -5335804 L 419912.5 -5336237 L 420473.9 -5335776 L 421756.1 -5336344 L 422822 -5336116 L 423137.8 -5335929 L 423111 -5336715 L 423065.6 -5337112 L 421817.4 -5338482 L 422135.6 -5339167 L 423197.8 -5338515 L 423623.9 -5339127 L 422630.7 -5341667 L 422783.4 -5342724 L 422949 -5343048 L 422859.5 -5343339 L 422628.8 -5344211 L 422931.5 -5345206 L 423825.6 -5345733 L 424090 -5345964 L 424419 -5346497 L 424582.5 -5346769 L 425071.9 -5348751 L 426196.9 -5348597 L 427664.9 -5348947 L 428717.7 -5348661 L 429334.6 -5349103 L 429434.6 -5349688 L 432017 -5349551 L 432948.1 -5350676 L 433605.8 -5350974 L 433976.9 -5350946 L 433817.6 -5350183 L 433731 -5349804 L 436001 -5350039 L 437515.2 -5349930 L 437578.8 -5350271 L 437067.4 -5350715 L 436956.9 -5351044 L 436876.1 -5351758 L 437936 -5351547 L 438223.4 -5351768 L 438740.1 -5351529 L 439011.3 -5351622 L 439133.2 -5352736 L 440950.5 -5355067 L 441503.1 -5354141 L 442764.1 -5353362 L 443838.4 -5353374 L 443208.8 -5351869 L 443961.8 -5351757 L 443723.3 -5350250 L 443713.7 -5349866 L 444436.4 -5350195 L 445241.6 -5351439 L 445511.1 -5351700 L 447548.5 -5350996 L 447812 -5351258 L 448739.7 -5353350 L 449094.1 -5353508 L 449758.1 -5353399 L 449994.6 -5353641 L 450798.2 -5352075 L 451934 -5351136 L 452980.9 -5350933 L 454795.3 -5351483 L 455113.3 -5352028 L 455419.7 -5352254 L 456519.6 -5350188 L 456740.1 -5349859 L 456623.8 -5346611 L 456659.2 -5346242 L 456775.7 -5345926 L 457800.3 -5344917 L 458133.1 -5344732 L 458458.4 -5344871 L 458995.8 -5344417 L 460008.6 -5344726 L 460284 -5344948 L 460851.4 -5344450 L 461126.8 -5343400 L 461389.4 -5343129 L 462693.7 -5343093 L 463023.8 -5343072 L 463101.1 -5342010 L 463693.9 -5341779 L 463591.7 -5340384 L 463835.8 -5340382 L 464011.6 -5338937 L 464239.2 -5338645 L 464033.3 -5338107 L 463669.1 -5338007 L 463169.9 -5336668 L 463608.2 -5334878 L 462962.6 -5333948 L 462644.9 -5334172 L 461252.6 -5334855 L 460968.5 -5334180 L 460396.7 -5333758 L 460557.2 -5333425 L 459581.6 -5331940 L 458322.1 -5331200 L 458200 -5330536 L 459177.9 -5330296 L 459410.3 -5330541 L 460798.3 -5330922 L 463751.6 -5330549 L 464117.6 -5330470 L 464084.1 -5330827 L 465035 -5331894 L 465268.5 -5332166 L 467728.2 -5332187 L 468265.8 -5331181 L 469839.2 -5331154 L 472480.1 -5331891 L 472868.3 -5331958 L 474489.2 -5330229 L 474722.8 -5329906 L 474932.9 -5329919 L 475524.8 -5330416 L 477836.4 -5330371 L 479027.9 -5331767 L 481105.8 -5332591 L 481468 -5332677 L 481401 -5333372 L 480226.6 -5334654 L 480081.1 -5334976 L 481437.7 -5334427 L 483075.9 -5334905 L 483396.3 -5335086 L 484084.2 -5334856 L 484732.9 -5335157 L 485621.5 -5334716 L 485582.9 -5334355 L 484835.4 -5333556 L 484643.1 -5332103 L 484757.6 -5331753 L 484972.7 -5331093 L 486009.8 -5330978 L 486347.8 -5330892 L 486530.4 -5331237 L 487647.3 -5331584 L 489597.8 -5333470 L 489776.4 -5333819 L 490086.6 -5333867 L 491888.6 -5334140 L 492248.8 -5334195 L 494562.1 -5334570 L 494947.3 -5334634 L 494947.3 -5334633 z "
id="path629" />
<path
d="M 345449.6 -4915884 L 345121.4 -4917266 L 344456.8 -4917433 L 345066.6 -4918245 L 345317.9 -4918486 L 345187.4 -4918833 L 345331.3 -4919909 L 345049 -4921350 L 344541 -4921665 L 344238.2 -4921741 L 344072.8 -4922077 L 342971.2 -4921999 L 342992.9 -4922711 L 342251.2 -4923515 L 342388.7 -4924251 L 342220.3 -4924586 L 342566.1 -4925621 L 342380 -4926342 L 342431.3 -4926713 L 341583.6 -4927073 L 341332.6 -4927249 L 341831.2 -4928311 L 341969.3 -4929853 L 340731.4 -4932277 L 339915.8 -4933094 L 339855.5 -4933876 L 339318.1 -4934445 L 340255.2 -4934976 L 341313.5 -4934752 L 341712.7 -4933816 L 341807.2 -4933465 L 343729.5 -4935634 L 344055.9 -4935808 L 344175.7 -4935832 L 345053.7 -4936460 L 346171.3 -4936631 L 346651.9 -4937194 L 346828.5 -4937927 L 346927 -4937574 L 347602.8 -4937313 L 348675.8 -4937283 L 349040.5 -4937257 L 348767.3 -4938186 L 349083.8 -4938282 L 348534.1 -4939642 L 349452.3 -4940826 L 350765.1 -4942005 L 351060.5 -4942214 L 352629.5 -4943800 L 352969.9 -4943960 L 353109.2 -4944325 L 352671.7 -4946185 L 352939.1 -4946422 L 352738.1 -4947821 L 352732.6 -4948178 L 353872.2 -4948393 L 354353.8 -4949009 L 355439.1 -4949441 L 358546.2 -4949447 L 358924.7 -4949545 L 358940.5 -4949705 L 359372.2 -4950300 L 360403.7 -4950666 L 360816.3 -4952067 L 361912.9 -4952361 L 362388.6 -4952952 L 362611.4 -4953671 L 363598.6 -4952875 L 363937.4 -4952798 L 364878.4 -4954330 L 364884.4 -4955757 L 365045.8 -4956086 L 365984.4 -4955759 L 366291.3 -4955629 L 366770.7 -4957920 L 365733.1 -4959029 L 365406.1 -4959213 L 364878.9 -4959720 L 365424.1 -4960678 L 365337.7 -4961042 L 364604.2 -4961155 L 365241.5 -4962020 L 366890.2 -4962695 L 367183.7 -4962900 L 369321.6 -4963144 L 369645.1 -4963323 L 369938.7 -4963420 L 370244.4 -4963460 L 370042.7 -4966496 L 370423.5 -4967165 L 371436.9 -4966966 L 372260.3 -4967688 L 373356.6 -4967565 L 373388.3 -4967759 L 373619.4 -4969124 L 373924.9 -4969295 L 374111.7 -4970177 L 374312.7 -4970058 L 374528.6 -4969970 L 375686.6 -4970046 L 376358.6 -4970420 L 376548 -4970760 L 376579.6 -4971061 L 376386.7 -4971941 L 376062.9 -4972026 L 374980.8 -4972794 L 374815.6 -4973085 L 374722.6 -4974023 L 374114.9 -4974183 L 375167.9 -4975218 L 376582.8 -4975249 L 375953.9 -4977308 L 376000.7 -4978287 L 375618.9 -4978323 L 374885.9 -4979665 L 374952.6 -4980787 L 374546.2 -4981407 L 374644.7 -4983588 L 374211.4 -4985057 L 376100.6 -4985473 L 377317.8 -4986400 L 378257.8 -4985789 L 379603.2 -4986447 L 379605.4 -4987204 L 379825.3 -4987182 L 381886.5 -4988563 L 383219.3 -4988891 L 383544.9 -4989067 L 384612.1 -4989090 L 384871.4 -4987598 L 385503.3 -4987279 L 387014.1 -4988486 L 389594.9 -4987976 L 389921.9 -4987770 L 389983.4 -4987254 L 390037 -4987632 L 391469.9 -4987723 L 391832.8 -4987607 L 393000.7 -4986868 L 393355.5 -4986802 L 393447.1 -4986098 L 394854.8 -4984450 L 395535.5 -4984332 L 395872.3 -4984253 L 396243.9 -4983352 L 396477 -4983125 L 397108.9 -4982736 L 397341 -4982444 L 397642.3 -4980880 L 397736.6 -4980559 L 397898.8 -4980274 L 398063.7 -4980297 L 399110 -4980248 L 399881.2 -4979518 L 400239.9 -4979519 L 400868.9 -4979093 L 401364 -4977677 L 401251.4 -4977314 L 400977.8 -4977088 L 402265.5 -4976434 L 402605.9 -4975787 L 402805.1 -4975480 L 402849.2 -4975370 L 403077.7 -4975663 L 403643.8 -4976135 L 403745 -4976842 L 403970.1 -4976584 L 404971.3 -4975661 L 404859.1 -4974983 L 404909.1 -4974992 L 405650.7 -4975822 L 406413.3 -4975732 L 407040.5 -4976113 L 407182.1 -4976471 L 407258.3 -4977179 L 407712.5 -4977614 L 407911 -4976930 L 408243.9 -4976804 L 408910.4 -4977812 L 411765.4 -4978898 L 411875.6 -4979628 L 413427 -4981310 L 414955.9 -4981354 L 415684 -4980719 L 415968 -4980569 L 416042.3 -4979054 L 416418.5 -4978526 L 416796.3 -4978485 L 417246.4 -4979129 L 419451.5 -4980739 L 421340 -4980998 L 423913.8 -4981610 L 424252.4 -4981793 L 425302.5 -4980866 L 425645.2 -4980984 L 426651.4 -4978886 L 427016.8 -4978203 L 426653.7 -4976342 L 428684.8 -4974672 L 428896.3 -4973938 L 429129.4 -4973632 L 427326.8 -4972338 L 427241.9 -4971184 L 427933.1 -4969401 L 428239.1 -4969198 L 429776.4 -4966706 L 430555.4 -4966180 L 430593.7 -4965852 L 431296.7 -4964249 L 431532.8 -4963978 L 431895.6 -4963942 L 433612.6 -4962655 L 433580 -4961207 L 433815.5 -4960530 L 434011.7 -4960229 L 433867.4 -4959609 L 433755.8 -4959307 L 433442.1 -4958274 L 432696.8 -4958165 L 432357.2 -4957998 L 432212.3 -4957964 L 432189.7 -4957585 L 432537.9 -4956119 L 432474.7 -4955390 L 432077.8 -4952764 L 430891.3 -4951276 L 430625.7 -4950162 L 430845.8 -4949927 L 431270 -4949445 L 431639.6 -4949532 L 432573.2 -4950153 L 432878.2 -4949926 L 434485.7 -4947370 L 434253.2 -4947081 L 433431.2 -4945919 L 433667.3 -4945643 L 434034.7 -4945021 L 433696.7 -4944408 L 433676.9 -4943329 L 433905 -4943082 L 434239.8 -4943046 L 436466.1 -4941132 L 436670.3 -4940812 L 436801.4 -4939723 L 435880.8 -4939130 L 435923.6 -4938378 L 435519.7 -4937738 L 434926.8 -4938072 L 433658.8 -4938160 L 433638.8 -4938150 L 433406.3 -4937861 L 432269.5 -4935970 L 431913.9 -4935871 L 430822.9 -4935850 L 430246.3 -4936730 L 429394.7 -4936165 L 428419.7 -4935993 L 427972.5 -4936480 L 427739.4 -4936726 L 426516.5 -4937516 L 425289.9 -4935611 L 425023.9 -4935795 L 425277.8 -4936519 L 424919.4 -4937091 L 422978.6 -4935907 L 422440.7 -4934582 L 422374.8 -4934558 L 422027.3 -4934376 L 420483.6 -4934462 L 418886.4 -4933402 L 418506.6 -4932714 L 418045.8 -4932117 L 417876.4 -4931780 L 417790 -4931406 L 416760.4 -4930294 L 415985.4 -4930109 L 415605.8 -4930092 L 414387.7 -4928770 L 413643.5 -4928701 L 413034.3 -4928541 L 413689.8 -4926957 L 413423.4 -4926700 L 412763.7 -4926915 L 412539.9 -4928370 L 411551.2 -4928859 L 411181.7 -4928777 L 410677.4 -4926469 L 410321.7 -4926490 L 409992 -4926518 L 409065.4 -4926863 L 407337.3 -4926028 L 407297.9 -4925638 L 407800.2 -4925047 L 407930.6 -4924678 L 408259.3 -4923980 L 407968.3 -4922088 L 408145.2 -4921329 L 409897.6 -4919840 L 409907.7 -4919790 L 409709.4 -4919455 L 409959.4 -4917921 L 409516.4 -4916855 L 409947.9 -4916208 L 411285.6 -4914827 L 411664.8 -4913746 L 412601.8 -4913068 L 412741.2 -4912706 L 412797.7 -4912324 L 412399.1 -4911676 L 411263.1 -4911790 L 410699.2 -4910825 L 410486.9 -4910500 L 408422.3 -4909712 L 407902.4 -4909971 L 407708.1 -4910284 L 407344.6 -4910196 L 406626.7 -4910001 L 406033.3 -4908726 L 404978.6 -4909228 L 404517.2 -4909817 L 404420.7 -4910196 L 404088.2 -4910097 L 403442.2 -4909889 L 403234.5 -4909227 L 402616.1 -4909244 L 402965.8 -4908559 L 402509.3 -4907944 L 401781.4 -4907741 L 400702 -4908752 L 399222 -4909119 L 398586.2 -4908195 L 396440.5 -4907627 L 396129.5 -4907853 L 395821.1 -4907672 L 393968.9 -4906035 L 393615.2 -4906087 L 393545.2 -4905548 L 393488.8 -4905253 L 393146.1 -4905308 L 392664.1 -4904436 L 392381.1 -4904647 L 392015.3 -4905939 L 391665 -4905760 L 390914.5 -4905988 L 390791.5 -4905450 L 391920.9 -4904475 L 391439.3 -4903399 L 390416.1 -4903045 L 389160 -4903949 L 389318.8 -4905719 L 389275.2 -4906086 L 388905.8 -4905986 L 388146.7 -4905938 L 387692.2 -4906539 L 386961 -4906540 L 386617.7 -4906374 L 385872.3 -4906505 L 385615.1 -4906224 L 385968.2 -4904766 L 385081.4 -4904063 L 385142 -4903688 L 386038.1 -4903006 L 386348.7 -4901905 L 386741.9 -4900940 L 386455.3 -4900347 L 386171 -4900143 L 385677.2 -4899220 L 383524.7 -4898687 L 383177.4 -4898528 L 382254.3 -4899197 L 382012.1 -4899492 L 381340.9 -4901181 L 381830.6 -4902159 L 380878.8 -4903271 L 380647.5 -4903566 L 379608.2 -4903307 L 378914.7 -4903488 L 378700.7 -4904174 L 377844.6 -4904778 L 376984.5 -4903125 L 376292.9 -4902798 L 376078.2 -4901677 L 374317.8 -4900276 L 373951.4 -4900165 L 373737.5 -4900251 L 373473.2 -4900014 L 371405 -4898762 L 371013.5 -4898743 L 369494.6 -4897537 L 368398 -4895935 L 366918.8 -4898586 L 365187.9 -4899098 L 364139.7 -4898821 L 362786 -4899534 L 362417.3 -4899636 L 362598.5 -4899920 L 362700.3 -4901538 L 363047.6 -4901689 L 364204.5 -4902618 L 364211.1 -4903373 L 363552.3 -4903675 L 364355.8 -4906132 L 364037 -4906229 L 362653.6 -4905685 L 361829 -4904905 L 360695.2 -4904966 L 360458.9 -4905264 L 360282.7 -4904939 L 360035.7 -4903501 L 359525.1 -4903101 L 359407.6 -4903453 L 359076.7 -4904117 L 358070 -4904574 L 357055.8 -4903728 L 356302.3 -4904991 L 355646.2 -4904953 L 355172.7 -4905507 L 354808.1 -4905501 L 354532 -4905734 L 354273 -4906404 L 354431.5 -4908146 L 354151.2 -4907924 L 353618.7 -4907448 L 352883.3 -4908107 L 352227.6 -4907841 L 350945.1 -4908922 L 350587.5 -4908941 L 349973.5 -4908807 L 349780.2 -4909081 L 348927.8 -4909832 L 349293.7 -4911255 L 348563.9 -4912126 L 347937.8 -4912554 L 347195.6 -4912567 L 346753 -4913176 L 347127.4 -4913273 L 347805.1 -4914631 L 348555.4 -4914531 L 349989.7 -4915093 L 350751.9 -4915063 L 351036.1 -4915312 L 350975.4 -4916804 L 350928.2 -4917469 L 348872.7 -4917343 L 348525.2 -4917300 L 348176.9 -4917132 L 346959 -4916192 L 345449.3 -4915883 L 345449.6 -4915884 z "
id="path630" />
<path
d="M 345449.6 -4915884 L 345154.4 -4915648 L 345131.5 -4914530 L 344067.4 -4914145 L 342284.5 -4914660 L 342085.3 -4914354 L 340666.5 -4914570 L 340063.4 -4914965 L 338955.7 -4913921 L 336340.6 -4913988 L 335840.3 -4913407 L 335675.6 -4912322 L 335585.7 -4912323 L 335540 -4912707 L 335334.8 -4915017 L 334275 -4916085 L 333989.9 -4916804 L 333621.4 -4916777 L 333270 -4916659 L 332935.5 -4916584 L 332026.1 -4916269 L 331899.6 -4915600 L 331683.4 -4915309 L 331348 -4914671 L 331805.4 -4913709 L 331680.9 -4913028 L 331997.4 -4912612 L 331885.2 -4912287 L 330930.6 -4910656 L 330623.2 -4910548 L 330116.6 -4910142 L 330237.1 -4909822 L 329772.2 -4908560 L 330910.3 -4908359 L 331471.7 -4907352 L 331778.8 -4907118 L 333141.3 -4907553 L 333495.6 -4907687 L 333876 -4906790 L 334031.4 -4906494 L 335781.1 -4904626 L 336160.7 -4904611 L 335997.6 -4904283 L 335339.1 -4903427 L 334306.6 -4903805 L 334662.9 -4902003 L 333535.2 -4900589 L 334272.5 -4899993 L 334323.1 -4899680 L 332130.1 -4895269 L 331766.4 -4895373 L 328776.6 -4895677 L 328671.8 -4895652 L 328512.7 -4895337 L 328168.5 -4894722 L 328138.8 -4893672 L 328956.1 -4893517 L 329440.6 -4892998 L 330406.3 -4893489 L 331030.3 -4893095 L 331004.1 -4892724 L 330861 -4892389 L 330839.7 -4890723 L 331274.2 -4889761 L 331105.1 -4889442 L 330467.2 -4889764 L 330144.7 -4888842 L 329240.1 -4888287 L 328342 -4888427 L 328131.5 -4888756 L 325403.8 -4890227 L 323497.7 -4890495 L 322786.2 -4890252 L 323352.8 -4889211 L 323536.4 -4888858 L 323334.3 -4888565 L 323150.9 -4887544 L 323560.5 -4886606 L 323299.3 -4886854 L 322236.5 -4886953 L 321698.2 -4887407 L 321532.2 -4887077 L 320003.5 -4886103 L 319469.1 -4884845 L 319429.9 -4884090 L 318774.9 -4883177 L 318604.9 -4882438 L 318878.1 -4881742 L 318654.1 -4881447 L 316894.7 -4880950 L 316161.5 -4881047 L 315917.5 -4880768 L 315052.5 -4879614 L 314100.5 -4879320 L 313808.3 -4877897 L 313535.3 -4877630 L 312429.4 -4877405 L 311785 -4878340 L 311709.4 -4879451 L 310118.7 -4880248 L 310033 -4880609 L 309350.9 -4881883 L 307527.4 -4883131 L 307688.4 -4883466 L 307005 -4883619 L 306365.3 -4883420 L 305719.2 -4883020 L 304920.5 -4881687 L 304229.2 -4881367 L 303211.1 -4881174 L 302587.8 -4880828 L 302326.5 -4881086 L 301325.4 -4881309 L 300470.9 -4881976 L 299884 -4880651 L 299822.2 -4880998 L 299326.8 -4881436 L 298631 -4881331 L 298387.7 -4881586 L 298354.6 -4881227 L 296303.3 -4881279 L 296206.2 -4880972 L 295542.8 -4880306 L 295511.4 -4880081 L 295273.5 -4879782 L 294830.7 -4878369 L 294446.1 -4878426 L 292944.4 -4878350 L 292013.3 -4877719 L 291246.4 -4877713 L 290249.9 -4876531 L 289578.7 -4876194 L 289203 -4876294 L 288328.3 -4877054 L 285336.5 -4876342 L 284605.9 -4876594 L 284544.9 -4876235 L 284765.4 -4875177 L 283750.7 -4874846 L 283523.8 -4874565 L 281912 -4875351 L 281207.9 -4875379 L 281025.3 -4875714 L 280136.1 -4876261 L 279395.5 -4876126 L 278001.9 -4876740 L 278031 -4878182 L 277736.7 -4878078 L 276901.9 -4878080 L 276588.8 -4878274 L 275177.9 -4877495 L 274853.8 -4877320 L 274565.8 -4877476 L 273826.5 -4876114 L 272564.7 -4875260 L 272487.1 -4873709 L 272113.5 -4873043 L 271767.4 -4872883 L 270327.2 -4873352 L 270580.7 -4875235 L 269478.7 -4876192 L 269511.7 -4875821 L 267859 -4874411 L 266733.4 -4874488 L 265682.1 -4874078 L 265341.1 -4874248 L 264361.9 -4876285 L 264271.8 -4877794 L 264368.7 -4878161 L 264330.7 -4878545 L 264233.8 -4878920 L 265003.5 -4878993 L 265536.3 -4879525 L 266562.9 -4883182 L 267176.8 -4883647 L 267804.5 -4885296 L 267715.6 -4885674 L 269648.8 -4887635 L 270679.9 -4888202 L 270616.1 -4888550 L 270313.8 -4889185 L 270649.9 -4889731 L 270266.3 -4889775 L 262592.1 -4890724 L 262397.5 -4891049 L 259622.1 -4892964 L 259602.1 -4892968 L 255503.8 -4893212 L 255129.3 -4893227 L 254768.4 -4893362 L 252923.4 -4893881 L 251416.5 -4893820 L 250750.4 -4893453 L 249603.5 -4893605 L 249614.4 -4894003 L 249770.3 -4899175 L 248987.2 -4901847 L 249299.3 -4902045 L 250196.5 -4902688 L 250441.4 -4903376 L 250751.6 -4903160 L 251165.6 -4902579 L 251868.3 -4902349 L 253198.9 -4903033 L 254475.7 -4904422 L 254959.5 -4903879 L 255177.6 -4904145 L 256107.8 -4905959 L 256412.9 -4906184 L 257714.7 -4906818 L 257052 -4908973 L 257709.3 -4909341 L 257496.8 -4909658 L 256014 -4911885 L 254432.9 -4913449 L 254229.7 -4913643 L 253818.2 -4914023 L 254435.1 -4915787 L 255172.5 -4915699 L 256016.7 -4916427 L 257489.1 -4916391 L 257855.5 -4916458 L 258153.2 -4916445 L 258439.1 -4916364 L 259913.6 -4917534 L 260659.7 -4917549 L 261674.7 -4917079 L 262431 -4917851 L 261646.1 -4918589 L 262144.3 -4919110 L 262301.3 -4919455 L 262111.9 -4919724 L 261405.1 -4920386 L 260034.5 -4922985 L 260586.9 -4923419 L 260495.2 -4923764 L 260421.6 -4924473 L 260822.9 -4925432 L 261447.6 -4925681 L 261673.7 -4925953 L 261470.5 -4926982 L 260896.2 -4927393 L 260543.8 -4927291 L 260056.3 -4928151 L 259970.5 -4930697 L 260010.4 -4932023 L 260068.6 -4932370 L 261020.5 -4933729 L 261343 -4933821 L 261483.3 -4934090 L 261754.7 -4934227 L 262126.4 -4934209 L 262825.7 -4935075 L 261390.5 -4937169 L 261409.7 -4937542 L 262786.7 -4936469 L 263113.7 -4936336 L 263779.4 -4937095 L 264079.6 -4937309 L 264501.4 -4937685 L 266637.3 -4937200 L 266923.6 -4936955 L 267351.1 -4937910 L 268017.6 -4938750 L 268303 -4939806 L 268135.9 -4940878 L 270002 -4941393 L 270382.4 -4941486 L 270664.8 -4941659 L 270900.1 -4941893 L 270965 -4941927 L 272254.1 -4943210 L 273301.6 -4943426 L 273668.2 -4943437 L 273969.5 -4944123 L 272819.7 -4945521 L 272798 -4946843 L 273026.3 -4947089 L 273414.3 -4946414 L 274505.9 -4946083 L 274896.5 -4946087 L 275194.2 -4947551 L 275655.6 -4948154 L 275907.8 -4948438 L 276291.5 -4948907 L 276412.8 -4949184 L 276221.3 -4949526 L 275220.2 -4950021 L 274872.1 -4950260 L 274216 -4950127 L 273187.6 -4949798 L 272519.7 -4950060 L 272329.6 -4950701 L 272597.1 -4951329 L 272646.4 -4951668 L 272280.5 -4951770 L 271151.7 -4951702 L 270491.6 -4952076 L 270020.5 -4953820 L 270395 -4953900 L 270862.7 -4954865 L 271610.8 -4954993 L 272241.1 -4954567 L 272451.5 -4954248 L 272972.1 -4955227 L 273201.6 -4957437 L 273391.8 -4957763 L 274269.5 -4956991 L 274970.4 -4957263 L 275226.7 -4957500 L 275871.4 -4957358 L 276351.3 -4958243 L 276523.6 -4958547 L 276860.6 -4958928 L 277245.4 -4958886 L 277578.4 -4958186 L 278001.6 -4956304 L 278106.2 -4955931 L 279473.2 -4956352 L 278985.9 -4957805 L 279556.9 -4959639 L 280101.5 -4960155 L 280240.7 -4960497 L 280980.1 -4960477 L 281974 -4959004 L 283428.7 -4959010 L 283764.1 -4959165 L 285751.3 -4959763 L 285823.6 -4960109 L 286289.9 -4959728 L 286573.8 -4959620 L 288846.6 -4957035 L 289148.4 -4955921 L 289455.6 -4955678 L 289629.1 -4955345 L 289635.2 -4954224 L 289283.7 -4954096 L 289101.3 -4953350 L 290279 -4952401 L 290491.4 -4952078 L 289714.5 -4950287 L 289597.6 -4948722 L 289754.6 -4948137 L 290046.5 -4948055 L 290946.4 -4948718 L 291723.2 -4947888 L 292856.1 -4947919 L 294876.3 -4946822 L 295872.2 -4947408 L 297331.2 -4947735 L 297685.6 -4947892 L 298987.1 -4949099 L 299200.3 -4949401 L 300577.6 -4949063 L 301187.5 -4949367 L 302886.3 -4950241 L 303276.9 -4950281 L 303989.6 -4950055 L 304272.8 -4949810 L 304598.8 -4949117 L 305203.9 -4948734 L 306485.3 -4949492 L 306856.1 -4949393 L 307661.1 -4951765 L 308551.2 -4952365 L 308854.3 -4952161 L 310850.2 -4951716 L 311101.4 -4951472 L 311391.8 -4951670 L 311267.7 -4952362 L 311724.4 -4952890 L 311967.7 -4953144 L 313356.3 -4952616 L 313915.1 -4951248 L 314025.6 -4950916 L 314020.4 -4949898 L 315848.1 -4949673 L 316219.9 -4949583 L 316787.2 -4949687 L 317074.9 -4949722 L 319327.9 -4949666 L 319689.8 -4949540 L 321051.5 -4950143 L 322149.8 -4949953 L 322422.8 -4951014 L 323994.5 -4950330 L 324321 -4950452 L 324436.1 -4951553 L 325329.3 -4952145 L 326773.8 -4951658 L 327603.3 -4950866 L 327779.4 -4950129 L 327636 -4949850 L 327344.1 -4949332 L 328088.4 -4948704 L 329114.5 -4948652 L 329430.4 -4948512 L 329125 -4948324 L 328694.2 -4947835 L 328651.4 -4947121 L 328008.5 -4946805 L 328009.6 -4944981 L 326503.9 -4943924 L 327122.4 -4943265 L 327219.5 -4942591 L 327436.7 -4942329 L 328127.6 -4942541 L 327870.3 -4941136 L 329308.5 -4940797 L 329648.4 -4940635 L 330301.8 -4940610 L 330618.6 -4940524 L 331164.9 -4942359 L 332696.1 -4942540 L 333655.1 -4943176 L 333952.6 -4943314 L 334236 -4943481 L 335212.2 -4944598 L 336234.4 -4945108 L 336615 -4945159 L 338384.1 -4944655 L 339245.1 -4945390 L 340693.6 -4944227 L 340810.1 -4943855 L 341962.5 -4942310 L 343255.4 -4941596 L 343599.3 -4941446 L 344650.9 -4941043 L 345432.5 -4940221 L 346548.7 -4940019 L 347053.5 -4938645 L 346828.9 -4937927 L 346652.3 -4937194 L 346171.7 -4936631 L 345054.1 -4936460 L 344176.1 -4935832 L 344056.3 -4935808 L 343729.9 -4935634 L 341807.6 -4933465 L 341713.1 -4933816 L 341313.9 -4934752 L 340255.6 -4934975 L 339318.5 -4934445 L 339855.9 -4933876 L 339916.2 -4933094 L 340731.8 -4932276 L 341969.7 -4929853 L 341831.6 -4928311 L 341333 -4927249 L 341584 -4927073 L 342431.7 -4926713 L 342380.4 -4926342 L 342566.5 -4925621 L 342220.7 -4924586 L 342389.1 -4924250 L 342251.6 -4923515 L 342993.3 -4922711 L 342971.6 -4921999 L 344073.2 -4922076 L 344238.6 -4921741 L 344541.4 -4921665 L 345049.4 -4921350 L 345331.7 -4919908 L 345187.8 -4918833 L 345318.3 -4918486 L 345067 -4918245 L 344457.2 -4917433 L 345121.8 -4917266 L 345450 -4915884 L 345449.6 -4915884 z "
id="path631" />
<path
d="M 498048.2 -4943839 L 498359.8 -4945345 L 499475.6 -4947379 L 499625.6 -4948522 L 500762.8 -4951375 L 502208.8 -4951713 L 502591.6 -4951652 L 502254.8 -4952991 L 501653.9 -4953341 L 501766.6 -4953670 L 501971.2 -4955497 L 502832 -4956581 L 503305.4 -4957131 L 502972.9 -4958151 L 503401.3 -4958718 L 503440 -4959080 L 503338.1 -4960492 L 503143 -4960791 L 503274.4 -4961525 L 504545.6 -4963340 L 505230.1 -4963621 L 505567.8 -4963792 L 505186.2 -4965121 L 506542.8 -4964738 L 506898.6 -4964776 L 507318.4 -4964755 L 507199.9 -4965714 L 507396.6 -4965977 L 506973 -4967259 L 507630.2 -4968120 L 507771 -4968458 L 507790 -4970186 L 507620.9 -4970498 L 508912.9 -4971268 L 509609.9 -4972607 L 510751.5 -4972466 L 511154.7 -4971809 L 511434.7 -4971542 L 511915.9 -4970734 L 512130.9 -4970494 L 512481.3 -4969463 L 513684.3 -4968650 L 513822.4 -4968303 L 514506.2 -4968065 L 514952.4 -4969128 L 516439.6 -4969460 L 517293.8 -4970249 L 518022.1 -4970973 L 517453.8 -4971913 L 517490.2 -4973009 L 517343.1 -4973346 L 517715.9 -4973475 L 519176.1 -4974049 L 518765.4 -4975766 L 519208 -4976309 L 519065.9 -4976632 L 519361.7 -4976776 L 519676.5 -4976868 L 520428.2 -4976878 L 520182.6 -4976164 L 520545.8 -4975538 L 521987.5 -4975175 L 523203.4 -4976638 L 524264 -4976689 L 524569.6 -4977382 L 525813.8 -4978259 L 526117.6 -4978490 L 527097.3 -4978399 L 527425.2 -4978377 L 527478 -4978759 L 527953.2 -4980222 L 528554.9 -4980533 L 528846.8 -4980706 L 528768.1 -4979951 L 529257.5 -4978584 L 530294.3 -4978166 L 531262.8 -4978626 L 531867 -4977647 L 532028.1 -4977298 L 532117.2 -4974536 L 531851.4 -4974292 L 532061.4 -4974059 L 532557.6 -4973258 L 532445.8 -4972880 L 532744.2 -4971749 L 533874.6 -4970138 L 533944.7 -4969778 L 534372.7 -4967253 L 534642.7 -4966982 L 535628.9 -4965830 L 535523.5 -4964708 L 536623.6 -4963684 L 537283 -4962329 L 537974.9 -4961977 L 538291.7 -4962202 L 538454.5 -4962540 L 539574.4 -4963962 L 539955.2 -4964028 L 542236.3 -4964406 L 543363.1 -4964152 L 544417.4 -4965106 L 545505.5 -4964219 L 546077.2 -4964588 L 545846.9 -4965325 L 546691.6 -4967847 L 546454.9 -4969743 L 547110.6 -4970147 L 547497.5 -4970146 L 547972.6 -4969647 L 549202.1 -4970215 L 549415.1 -4969938 L 550054.9 -4970084 L 550343.9 -4969927 L 551600.9 -4969203 L 551946.2 -4968148 L 552491.3 -4967715 L 552683.4 -4967394 L 552387 -4965967 L 551748.3 -4965568 L 551419.5 -4965384 L 551917.6 -4964866 L 552133.7 -4964576 L 554340 -4964933 L 554924.7 -4965414 L 556326.5 -4964967 L 557622 -4965514 L 557574.9 -4965889 L 558247.9 -4965639 L 559211.5 -4963399 L 559533.5 -4963238 L 559683.6 -4962887 L 559553.9 -4962159 L 559891.1 -4961502 L 560506.9 -4961723 L 562533.2 -4959989 L 563053.8 -4958185 L 563317.9 -4957898 L 563607.9 -4957713 L 564133.6 -4958156 L 564291.4 -4958463 L 565386 -4958777 L 566070 -4958435 L 566149.1 -4958066 L 565385.8 -4956774 L 565147 -4956483 L 565908.2 -4955657 L 567405 -4955497 L 567741 -4955317 L 568904.1 -4954456 L 567866 -4952927 L 567826.5 -4951782 L 568379.6 -4951254 L 568327.9 -4950498 L 568364.1 -4950117 L 569463.9 -4950103 L 569550.1 -4949739 L 569331.3 -4949420 L 568545.1 -4948161 L 569662 -4945748 L 570416.2 -4944923 L 570433.4 -4944615 L 570504.6 -4944073 L 570400.8 -4943707 L 570411.1 -4941073 L 571410.1 -4940605 L 571527.3 -4940244 L 571325.1 -4938882 L 571425.3 -4938541 L 572378.3 -4937998 L 572256.7 -4937257 L 572645.9 -4936623 L 572804 -4936283 L 574458.5 -4936502 L 574803.5 -4936421 L 575596.2 -4934654 L 575793.3 -4934316 L 576133 -4932897 L 576196.2 -4932530 L 576356.3 -4932218 L 577275.9 -4930776 L 577028.3 -4930216 L 577387.3 -4930074 L 577923 -4928638 L 577989.8 -4925579 L 578889.5 -4923918 L 577148.2 -4922008 L 576844.2 -4920584 L 576939.4 -4920218 L 576834.5 -4920179 L 576018.6 -4918867 L 575066.3 -4918254 L 575053.8 -4917485 L 572465.5 -4917755 L 571835.9 -4917525 L 571291.7 -4916683 L 571206 -4916359 L 570760.4 -4916076 L 570271.4 -4916386 L 570049.9 -4915829 L 570315 -4915569 L 572103.5 -4913895 L 573219.5 -4911953 L 573228 -4911241 L 574248.4 -4910117 L 575313.2 -4909837 L 575328.7 -4909111 L 575157 -4908773 L 574759.6 -4908109 L 573113.3 -4906678 L 573285.6 -4906192 L 573928.7 -4905751 L 574444.3 -4904711 L 574512.6 -4904326 L 574327.9 -4904028 L 574067.5 -4903384 L 575073.8 -4902448 L 575303.5 -4902733 L 576008.1 -4902913 L 576869.3 -4902236 L 577317.6 -4901681 L 577041.5 -4900642 L 576706.7 -4900578 L 575735.1 -4900534 L 575084.1 -4899575 L 575477.1 -4896899 L 575185.3 -4896796 L 575109.6 -4896427 L 574519.3 -4894640 L 576177.1 -4894021 L 576153.7 -4893271 L 576742.6 -4891889 L 577052.4 -4891989 L 577515.4 -4891700 L 577406 -4891089 L 573624.1 -4892906 L 573666 -4890706 L 573366.3 -4890554 L 572414.7 -4890559 L 572348.7 -4889463 L 572095.1 -4889194 L 571381.4 -4889270 L 571050.7 -4889104 L 569349.4 -4887029 L 566090.2 -4887954 L 565799.5 -4887851 L 565147.3 -4887400 L 564862.5 -4887321 L 564399.1 -4886960 L 563293.8 -4886819 L 561698.3 -4888223 L 561360.3 -4888375 L 561029.4 -4888485 L 560490.4 -4888787 L 560276.9 -4889429 L 559928.1 -4889449 L 559574.2 -4889526 L 558305.4 -4890088 L 557544.1 -4890849 L 557181.2 -4890900 L 556107.8 -4890859 L 554882.8 -4891615 L 554233.3 -4892501 L 554279.9 -4892864 L 553903.1 -4892891 L 553164.4 -4893008 L 552913.2 -4892300 L 552274.9 -4891909 L 551454.7 -4892634 L 551081 -4892535 L 550505.8 -4892024 L 549922.3 -4889795 L 551293.7 -4888574 L 550394.9 -4887882 L 550170.9 -4886003 L 548042.9 -4885392 L 545513.9 -4885994 L 545143 -4886081 L 544780.1 -4886172 L 543249.2 -4885111 L 542446.9 -4885838 L 539954.9 -4886471 L 538026.4 -4886241 L 534986 -4886730 L 534631.1 -4886896 L 534354 -4887160 L 533805.5 -4888922 L 531275.6 -4890462 L 530918.1 -4891125 L 529408.9 -4891346 L 529275.8 -4892452 L 528174.9 -4893972 L 528333 -4894716 L 527948.3 -4894678 L 526068.3 -4894963 L 524971.4 -4894611 L 523587.7 -4895278 L 522835.3 -4895187 L 522540.3 -4894502 L 520661.6 -4894581 L 518977.8 -4893714 L 518661.3 -4893501 L 517968.9 -4893409 L 517627.1 -4893489 L 515811.1 -4893800 L 516487.3 -4894060 L 516782.3 -4894762 L 517053.8 -4895031 L 517402.8 -4895727 L 517445.5 -4896878 L 517947 -4897902 L 515160.8 -4899036 L 514530.3 -4899950 L 513461.5 -4899540 L 512353.2 -4899650 L 511844.4 -4902619 L 511197.5 -4902949 L 510720.9 -4901949 L 510573.4 -4901607 L 510223.8 -4901432 L 509479.5 -4901340 L 509264.3 -4901666 L 509551.6 -4903980 L 511832.1 -4906635 L 511176.7 -4907511 L 511560 -4908933 L 510224.4 -4909439 L 509719.3 -4910874 L 509861.4 -4911616 L 510040.9 -4911952 L 509372 -4912349 L 509123.5 -4913019 L 509282 -4913375 L 509350.8 -4914508 L 509058.3 -4915186 L 510434.8 -4915777 L 510445 -4917624 L 509897 -4918041 L 509606 -4918254 L 509860.2 -4918963 L 510741.9 -4919683 L 510825.8 -4920841 L 510262.7 -4921371 L 510364.3 -4921746 L 510349 -4922123 L 510291.3 -4922870 L 509445.3 -4923509 L 508842.4 -4924893 L 507741.5 -4925528 L 507428.6 -4925626 L 505382.3 -4927419 L 505075.5 -4928475 L 505565.9 -4929954 L 505458.6 -4931488 L 506132.6 -4934492 L 505778.2 -4935174 L 505586 -4935509 L 505552.7 -4935848 L 504412.8 -4936561 L 504236.7 -4936852 L 503896.4 -4937456 L 502763.4 -4938244 L 502449.5 -4938391 L 502033.5 -4938717 L 501939.4 -4938969 L 500961 -4940134 L 500554.4 -4941199 L 498534.8 -4943454 L 498346.6 -4943789 L 498047.8 -4943840 L 498048.2 -4943839 z "
id="path632" />
<path
d="M 184501.5 -5216598 L 184855.8 -5216734 L 186892.8 -5217671 L 186749.9 -5219162 L 187201.5 -5220154 L 186863.2 -5220331 L 184739.4 -5221054 L 183783.7 -5222213 L 183388.6 -5223455 L 183206.5 -5223735 L 182867.2 -5223822 L 182552 -5224030 L 178882.5 -5224724 L 177882.4 -5224199 L 177236.8 -5224573 L 177480.1 -5224873 L 178623.4 -5225864 L 179052 -5226443 L 178743 -5227877 L 178853.2 -5228241 L 178536.9 -5228391 L 178326.7 -5228671 L 179850.5 -5229640 L 180591.3 -5229626 L 182021 -5230763 L 182242.3 -5231065 L 183534.9 -5232073 L 183739.2 -5232355 L 183896.5 -5232684 L 184418.5 -5234028 L 184159.3 -5234289 L 183325.6 -5234845 L 183520 -5235483 L 183108.9 -5236502 L 183551.5 -5236948 L 183625.7 -5237254 L 183399.5 -5237466 L 182600.8 -5237933 L 182651 -5238278 L 183281.4 -5240227 L 182992.2 -5240424 L 182231.9 -5241540 L 181553.2 -5241674 L 181198.8 -5241551 L 180825.2 -5240916 L 179480.5 -5240282 L 179171.3 -5240468 L 177820.3 -5241543 L 176743.7 -5242866 L 176249.5 -5243805 L 176262.2 -5245509 L 176337.4 -5245858 L 176102.4 -5246410 L 175935.4 -5246742 L 175054.7 -5247411 L 173627.2 -5247668 L 173233.8 -5247717 L 171688 -5247553 L 170582.9 -5247968 L 171942.1 -5249378 L 173061.5 -5249697 L 174068.2 -5250889 L 174367.7 -5251143 L 175818.6 -5251742 L 176213 -5251765 L 178190.2 -5251691 L 179711.1 -5252137 L 180054.6 -5252335 L 180362.1 -5252548 L 182074.9 -5252344 L 183480.6 -5252668 L 183801 -5252836 L 184846.7 -5253946 L 186763.9 -5254218 L 189072.2 -5253990 L 189241.3 -5253858 L 189626.7 -5253832 L 190007.1 -5253898 L 191791.1 -5254269 L 192885.2 -5254145 L 194897.8 -5253428 L 195259.2 -5253444 L 196728.7 -5253449 L 198438.8 -5254133 L 199136.3 -5253902 L 199509.7 -5253901 L 200048.4 -5254239 L 200284.8 -5254456 L 200606.3 -5254671 L 200948.7 -5254852 L 201610.6 -5255288 L 201895.1 -5255565 L 202649.8 -5255612 L 203354.1 -5256533 L 203646.5 -5256788 L 203509.6 -5257148 L 202270.6 -5259068 L 201904.6 -5259546 L 201960.9 -5259934 L 201641.3 -5261016 L 201649.6 -5262958 L 200689.8 -5264660 L 201169.2 -5265876 L 201432.6 -5266091 L 201302.7 -5266383 L 201004.1 -5267291 L 200616.8 -5267366 L 197521.6 -5267253 L 196510.4 -5268447 L 195138.4 -5269117 L 194773 -5269111 L 192994.9 -5268779 L 192675.7 -5268997 L 190365.1 -5268857 L 187733.6 -5269454 L 187431.4 -5269696 L 186755.9 -5270073 L 185981.6 -5272228 L 187058.6 -5273258 L 187083.9 -5273644 L 185316.4 -5274373 L 185871.2 -5277108 L 189565.9 -5276545 L 190943 -5275998 L 191318.5 -5276031 L 194280.6 -5275905 L 194642.9 -5275808 L 195641.7 -5275529 L 196067.8 -5276317 L 196384.3 -5276465 L 197376.8 -5276991 L 198340.8 -5278125 L 198280.1 -5278497 L 197384.7 -5279175 L 197121.7 -5279443 L 196733.3 -5279504 L 193423.5 -5280428 L 191394.7 -5282146 L 189847.9 -5282074 L 188777.7 -5282098 L 188813 -5282456 L 187643.8 -5283796 L 187414.8 -5284074 L 187395.1 -5284429 L 187540.9 -5285125 L 187144 -5286821 L 186390.1 -5286847 L 185810.3 -5287798 L 186328.2 -5289191 L 186184.8 -5289942 L 186448.8 -5290659 L 186066.6 -5290928 L 185015 -5292683 L 185057.1 -5293762 L 183559.1 -5293520 L 182185 -5294101 L 180721.3 -5295220 L 180693 -5295950 L 180683.4 -5296325 L 181733.7 -5296301 L 182201.7 -5297717 L 181437.6 -5298567 L 181628.4 -5300085 L 182428.1 -5302594 L 182210.2 -5302905 L 182106.8 -5303565 L 182402.4 -5303756 L 184093.5 -5302830 L 184488.3 -5302168 L 185224 -5301958 L 185643.4 -5300927 L 186771.5 -5300691 L 187695.9 -5299999 L 189506.4 -5299436 L 189747.9 -5299640 L 189645.4 -5300266 L 189626.7 -5300582 L 193113.1 -5299973 L 193974.3 -5299202 L 194365.7 -5299153 L 194405.7 -5299123 L 196448.8 -5298956 L 196759 -5298802 L 197477.6 -5298628 L 198457 -5298969 L 198842.8 -5298345 L 199514.4 -5298178 L 199980.4 -5297738 L 200649.1 -5297664 L 200959.3 -5297529 L 201250.5 -5297401 L 201567.9 -5297393 L 203573.9 -5298184 L 203156.6 -5299222 L 202165.1 -5299723 L 202981.2 -5300837 L 203163.7 -5301142 L 203848.3 -5301019 L 204562.2 -5300214 L 205209.7 -5300011 L 205230.5 -5300723 L 207915.5 -5298106 L 207998.2 -5297724 L 207969.8 -5297351 L 210079.2 -5296649 L 210428.4 -5296517 L 211646 -5295959 L 211937.1 -5295792 L 211992.1 -5297575 L 212324.6 -5297708 L 213417.7 -5297742 L 213781.2 -5297816 L 214072.8 -5297146 L 215460.7 -5296650 L 215910.1 -5295671 L 216114 -5295357 L 217550.8 -5295726 L 218130.9 -5295287 L 218577.3 -5294291 L 219657 -5294010 L 219949.5 -5294249 L 220928.3 -5294090 L 221633.3 -5294379 L 223063.1 -5293856 L 224571.6 -5293904 L 225734.7 -5293028 L 226069.1 -5293143 L 226318.6 -5293394 L 228575.4 -5293185 L 228966.7 -5293136 L 230799.7 -5295308 L 231045.2 -5295572 L 231885.3 -5295011 L 232510.2 -5295332 L 232858.6 -5295383 L 234522.2 -5294645 L 234880.4 -5294540 L 236058.5 -5296383 L 235873 -5297838 L 235860.4 -5298206 L 236038.9 -5298482 L 236665.3 -5298342 L 236986.5 -5298277 L 238959 -5297290 L 240629.2 -5295326 L 240831 -5295006 L 242734.7 -5296035 L 243790.3 -5295766 L 244158.6 -5295749 L 243893.7 -5296860 L 244252.4 -5297174 L 246120.4 -5295882 L 246257.7 -5295141 L 246608.9 -5295087 L 246361.6 -5294094 L 246652.1 -5293463 L 246859.9 -5293174 L 246750.4 -5292813 L 247672.4 -5292203 L 247817.8 -5291513 L 247366.3 -5290499 L 247230.8 -5290147 L 248324.4 -5289914 L 249665.2 -5290581 L 251118.9 -5290182 L 251491.1 -5290103 L 252807.1 -5290089 L 253107.5 -5290234 L 255376.7 -5288912 L 256852.3 -5288465 L 259262.1 -5290369 L 259526.6 -5290653 L 260177.8 -5290414 L 260820.3 -5289578 L 261514.8 -5289577 L 261643.5 -5289250 L 260883.8 -5289137 L 260785.9 -5288391 L 259301.5 -5287167 L 258227.6 -5287091 L 258320.5 -5285987 L 259468.2 -5284014 L 259666 -5283684 L 259604.5 -5282271 L 259860.4 -5282025 L 261311 -5281641 L 262424 -5281825 L 263232.3 -5280578 L 263878.5 -5280334 L 264193.5 -5280134 L 264711.3 -5280584 L 265738.8 -5280406 L 265803 -5281500 L 266482.8 -5282783 L 266986.7 -5283287 L 267318.8 -5283143 L 267446.1 -5282432 L 267435.7 -5282070 L 268809.3 -5282738 L 270431.2 -5281694 L 272344.1 -5281362 L 272789.3 -5280306 L 273036.7 -5280533 L 274020.3 -5281447 L 274269.1 -5281165 L 275249.7 -5279285 L 275000 -5278747 L 276800.4 -5278084 L 278104.7 -5276677 L 278846.9 -5276455 L 279521.7 -5276835 L 281360.2 -5276235 L 282102.8 -5276430 L 282488.1 -5276481 L 282864.3 -5276437 L 283178.4 -5275353 L 284214.8 -5275140 L 284913.9 -5273849 L 285230.9 -5273642 L 286226.7 -5274845 L 287369.5 -5275027 L 287970.3 -5275518 L 288181.4 -5277462 L 289384.9 -5277313 L 289651 -5276274 L 290502.1 -5276933 L 291195.2 -5276699 L 291466.1 -5276441 L 291632.8 -5276092 L 291415.4 -5273838 L 291689.8 -5273116 L 291384.5 -5272983 L 290494.6 -5272600 L 290110.9 -5272078 L 288954.5 -5269265 L 288409.7 -5268714 L 289330.6 -5268114 L 289421 -5267412 L 290752.7 -5267434 L 290278.1 -5264992 L 290294.8 -5264631 L 289031.6 -5262967 L 288760.3 -5262742 L 288591.4 -5261847 L 287407.7 -5259588 L 287143.3 -5259317 L 287320.1 -5256679 L 287355.8 -5256303 L 286999.7 -5255244 L 285115.4 -5253623 L 284885 -5253330 L 285959.3 -5253005 L 285954.4 -5251875 L 286949.5 -5251388 L 285035.1 -5249604 L 284738.8 -5249368 L 283718.2 -5249260 L 283890 -5248911 L 284171 -5247415 L 283944.7 -5247139 L 283238.7 -5246333 L 281864.8 -5246047 L 281882.5 -5245656 L 281316.1 -5244217 L 280469.1 -5243409 L 279025.7 -5241087 L 279473.6 -5240570 L 279364 -5239811 L 279032.7 -5239670 L 278790.4 -5239405 L 278424.7 -5237218 L 277838.8 -5236283 L 278156.2 -5235178 L 277994.2 -5233667 L 278278.1 -5233264 L 278003.8 -5233066 L 277655.6 -5233047 L 276494 -5231381 L 277073.7 -5230481 L 277424.8 -5230339 L 277135.8 -5228857 L 276576.9 -5227873 L 276345.6 -5227575 L 276152.7 -5227862 L 275032.7 -5227149 L 274814.8 -5227438 L 273763.1 -5228911 L 273488.8 -5228647 L 271437.8 -5226961 L 269538.1 -5223666 L 269476.7 -5222932 L 269067.2 -5222295 L 269190.9 -5221553 L 269898.1 -5221292 L 269958 -5220916 L 269263.8 -5219167 L 268917.7 -5219279 L 268614.9 -5219907 L 266832.1 -5219999 L 266772.2 -5220353 L 265514.8 -5220835 L 265251.6 -5220605 L 264525.9 -5219862 L 264365.7 -5219505 L 264299.5 -5219118 L 263980.7 -5217663 L 264100.4 -5216922 L 263726.2 -5216797 L 262021.9 -5215827 L 261694.8 -5215986 L 261376 -5216977 L 260503.8 -5217601 L 259817.4 -5217543 L 259253.9 -5217089 L 258927.8 -5217264 L 258601.7 -5217439 L 258323.7 -5217703 L 259270.7 -5218913 L 261301.5 -5220590 L 261304.9 -5221357 L 260924.7 -5221265 L 260166.2 -5221170 L 257991.4 -5222017 L 257819 -5221323 L 256327.8 -5220388 L 256123.8 -5220698 L 253792 -5221813 L 252424 -5221335 L 252092.1 -5221926 L 251843.8 -5221655 L 249822.5 -5221476 L 248256.2 -5220588 L 247904 -5220514 L 246147.8 -5220143 L 246015.9 -5220479 L 245082.6 -5221009 L 244739.3 -5220899 L 244387.1 -5220801 L 242984.1 -5220418 L 242614 -5220861 L 242249.8 -5220819 L 241469.4 -5218502 L 240852.8 -5218052 L 239526.2 -5218748 L 238065.1 -5218302 L 236921.4 -5218425 L 235345.8 -5216855 L 235146.2 -5218302 L 236666.5 -5219305 L 236776.8 -5219938 L 236450.7 -5220123 L 234625.5 -5220141 L 232830.2 -5219672 L 232489.9 -5219476 L 229366.3 -5218017 L 229626.4 -5217732 L 229561.9 -5216217 L 230466.1 -5215006 L 230164.7 -5214311 L 229065 -5214444 L 228619.4 -5213385 L 227582.6 -5212883 L 226995 -5211933 L 226322.4 -5211351 L 226327.3 -5211046 L 225932 -5211023 L 224428.9 -5210625 L 224053.7 -5210640 L 223479.4 -5211065 L 222400.6 -5210816 L 220437.5 -5211754 L 219855.9 -5210820 L 219840.8 -5210199 L 219493.6 -5210253 L 219141.5 -5210794 L 218488.1 -5211030 L 218193.8 -5210777 L 217229 -5210133 L 215817.3 -5211435 L 214462.2 -5210962 L 213699.7 -5211084 L 212886.3 -5212271 L 211830.6 -5212516 L 211580.4 -5212233 L 210122.1 -5211125 L 210366.2 -5210841 L 210005.9 -5210719 L 209502.6 -5211283 L 209122.3 -5211279 L 208131.4 -5210731 L 207104.6 -5210629 L 206494 -5209743 L 206529.9 -5209034 L 206168.6 -5208926 L 204440.4 -5209660 L 203686.8 -5209643 L 203553.7 -5209999 L 203063.5 -5211415 L 202051.8 -5211910 L 200601.9 -5213332 L 200104.4 -5212745 L 198707.2 -5212375 L 197375.4 -5214284 L 196775.9 -5214102 L 195562 -5215113 L 195334.8 -5214812 L 194410.8 -5213204 L 191380.2 -5213678 L 190775.7 -5214163 L 190035 -5214091 L 189359.4 -5214467 L 189037.1 -5214536 L 188822.9 -5214788 L 188446.6 -5214748 L 186054.6 -5215615 L 185722.3 -5215802 L 184502.3 -5216598 L 184501.5 -5216598 z "
id="path633" />
<path
d="M 540741.9 -5385624 L 539644.2 -5386672 L 538184.3 -5387050 L 538291.3 -5387650 L 539067 -5388481 L 538686.7 -5388395 L 537548.9 -5388188 L 536048.9 -5388540 L 534896.7 -5387502 L 533018.4 -5387121 L 533579.7 -5388972 L 532376.7 -5390418 L 532642.3 -5390702 L 532382.2 -5391324 L 533404.5 -5392481 L 534457.7 -5392972 L 534569.6 -5394101 L 534942.9 -5394209 L 533980.2 -5395196 L 534207.6 -5396575 L 534161.2 -5396928 L 534127.3 -5397587 L 534148.9 -5397956 L 534171.2 -5398682 L 532357.4 -5398578 L 531919.3 -5399176 L 531952.6 -5399916 L 531899.2 -5400285 L 531626.6 -5400547 L 529896.5 -5400229 L 529194.8 -5400506 L 529930.5 -5403667 L 530297.6 -5403670 L 531295.4 -5403353 L 532297.5 -5403805 L 532326.1 -5404172 L 532197.6 -5405658 L 530743.3 -5405757 L 529734.8 -5406247 L 530404.1 -5407460 L 530715.9 -5407261 L 531728.4 -5406823 L 532823.8 -5406836 L 534339.9 -5407802 L 534679.8 -5407658 L 534907.9 -5407081 L 535130.6 -5406862 L 535340 -5407059 L 535590.3 -5407199 L 535441.2 -5408344 L 535879.2 -5409418 L 535544.7 -5410912 L 535424.3 -5411278 L 535458.8 -5411583 L 535539.3 -5411879 L 535370.8 -5412203 L 535132.9 -5412894 L 535743.4 -5413045 L 536066.7 -5413193 L 536721.4 -5413464 L 537143.3 -5415647 L 538017.4 -5417261 L 538575.8 -5417993 L 539955.8 -5418324 L 541369 -5418165 L 541787.1 -5418737 L 541931.4 -5420622 L 541922.1 -5421005 L 542938.3 -5421536 L 543305.6 -5421641 L 543881.2 -5421873 L 543350.1 -5423083 L 543156.5 -5423373 L 543991.8 -5423959 L 544999.1 -5423935 L 545330.4 -5424035 L 545546.6 -5425864 L 546524.5 -5427913 L 546667.2 -5428265 L 548173.7 -5428312 L 548520.1 -5428463 L 548787.6 -5428726 L 549428.4 -5429625 L 548378.2 -5431982 L 548001.2 -5432028 L 547382.7 -5432430 L 544885 -5431853 L 544807.4 -5431533 L 542757.2 -5431770 L 542647.8 -5432106 L 542803.2 -5434003 L 542817.9 -5434384 L 543039.1 -5434471 L 543756.8 -5434748 L 544003.2 -5435481 L 544248.8 -5435785 L 546055.4 -5435861 L 546523.6 -5436470 L 546556.3 -5436854 L 546055.1 -5437380 L 545334.5 -5439419 L 545152 -5439734 L 544659.5 -5440683 L 543791.6 -5440868 L 543677.2 -5441207 L 544434.7 -5441971 L 544545.6 -5443027 L 545106.6 -5443480 L 545105.9 -5444202 L 545198.4 -5444451 L 545441.8 -5444629 L 547655.9 -5444363 L 549439.2 -5444847 L 549772.6 -5445015 L 550634.2 -5444651 L 550810.8 -5444382 L 551201.8 -5443774 L 551848.6 -5444112 L 552199.9 -5444210 L 553493.9 -5445121 L 553837.3 -5445320 L 554192.4 -5445333 L 554500.8 -5445508 L 554511.4 -5445871 L 554664.5 -5447641 L 553896.5 -5447738 L 552819.5 -5447325 L 551405.2 -5447899 L 550743.3 -5449183 L 551205.5 -5449783 L 551255.2 -5450159 L 550957.3 -5450245 L 550727.3 -5450818 L 549600.4 -5449932 L 549210 -5450874 L 548178.1 -5451056 L 547612.8 -5451489 L 547610 -5452190 L 547363.4 -5452447 L 548421 -5452628 L 549213 -5454188 L 549066.6 -5454521 L 548717.6 -5454589 L 547608.8 -5457037 L 547983 -5457654 L 548322.3 -5457775 L 547991.5 -5457924 L 547336.9 -5458788 L 547863.7 -5459698 L 547638.5 -5460175 L 546500.8 -5460985 L 546350.4 -5461305 L 546654.8 -5461517 L 546820.8 -5462615 L 547013.4 -5462933 L 548381.8 -5463586 L 548575.4 -5463925 L 549894.1 -5464167 L 550310.6 -5464369 L 551323.8 -5464904 L 551709 -5464988 L 553094.5 -5465098 L 553441.7 -5465170 L 553862.5 -5465551 L 553801.6 -5466190 L 553787.2 -5466511 L 554178.4 -5466578 L 555003.5 -5466525 L 556140.1 -5467267 L 556429.5 -5467451 L 556596.9 -5467124 L 557290.4 -5467337 L 557566.9 -5467582 L 558284.4 -5467805 L 559406.3 -5467615 L 559788.4 -5467616 L 560129.5 -5467054 L 560450.3 -5466876 L 561802.6 -5466301 L 562199.8 -5466913 L 562136 -5467618 L 561607.8 -5468126 L 561504.4 -5468480 L 561945.9 -5468687 L 562124.3 -5468905 L 562366.4 -5469495 L 562186.5 -5470116 L 562385 -5470372 L 563451.7 -5470658 L 564641.5 -5471512 L 564981.8 -5471653 L 566038.6 -5471941 L 566825.8 -5473072 L 567077.3 -5473337 L 567691.2 -5472612 L 567806.7 -5472312 L 569515.6 -5470287 L 569762.1 -5469996 L 571227.9 -5470225 L 571600.9 -5470194 L 573182.1 -5468936 L 573456 -5468278 L 573521.4 -5467928 L 574153 -5468146 L 575174.3 -5468128 L 575307.3 -5470439 L 575260 -5470821 L 575469.6 -5472276 L 576022.4 -5473222 L 577937.5 -5472997 L 578274.3 -5472802 L 578739.5 -5472803 L 580262 -5472869 L 580580.1 -5472874 L 580897.2 -5472879 L 582609 -5473047 L 582937.3 -5473160 L 584334.3 -5472888 L 584696.5 -5472930 L 586446.9 -5472864 L 586273.4 -5472600 L 587008.5 -5471287 L 587190 -5470958 L 587781.8 -5471275 L 588082.1 -5471426 L 589713.6 -5470760 L 590061.9 -5470858 L 590219.6 -5470627 L 590567.9 -5470716 L 591359.3 -5468943 L 592476.9 -5467843 L 593979.1 -5467610 L 593774.7 -5467396 L 593716.9 -5466968 L 594839.2 -5465052 L 595022.8 -5464729 L 595057.8 -5464734 L 596897.6 -5464747 L 598006.4 -5463719 L 598378.5 -5463675 L 598783.2 -5464026 L 599018.5 -5464156 L 599645.1 -5464391 L 599959.4 -5464509 L 600050.2 -5463770 L 601109.4 -5461752 L 601552.6 -5461133 L 602281.6 -5460939 L 602412.1 -5460582 L 602429.9 -5460455 L 605059.3 -5459294 L 605230.8 -5458948 L 605513.3 -5459145 L 605789.7 -5459308 L 607564.3 -5459758 L 607913.7 -5459878 L 608236.9 -5459887 L 608560.1 -5459896 L 610242.1 -5459982 L 611752.5 -5460368 L 612891.7 -5461417 L 613267.1 -5461533 L 614732.1 -5461648 L 616347.8 -5460905 L 615842.7 -5460349 L 615943 -5459256 L 616892.7 -5458716 L 617262.3 -5457680 L 617283.7 -5457293 L 617816.4 -5456262 L 617841.2 -5455488 L 619165.9 -5454761 L 621589.9 -5455768 L 622616.1 -5457446 L 622981.5 -5457603 L 623994.7 -5457304 L 623959.2 -5456941 L 624683.5 -5456863 L 625045.8 -5456921 L 625590.5 -5457181 L 625837.4 -5457008 L 626902.9 -5456237 L 626961.4 -5455914 L 628412.9 -5456285 L 630253.7 -5456017 L 631517.7 -5456811 L 631888.1 -5456908 L 632497.3 -5456112 L 633195.9 -5456237 L 633028 -5455681 L 633016.5 -5455370 L 635903.2 -5454469 L 635958.8 -5454839 L 635536.9 -5455824 L 636977.1 -5457949 L 636520.6 -5458534 L 637518.6 -5458068 L 638885.4 -5458635 L 639226.9 -5458789 L 640042 -5458450 L 640719.5 -5458486 L 640027.2 -5457240 L 641996.1 -5456141 L 642038.6 -5455766 L 643487.5 -5455656 L 643866.8 -5454248 L 644021.4 -5453916 L 644867.1 -5453241 L 645085.9 -5452953 L 644998.3 -5452570 L 644141.5 -5451774 L 642367 -5451021 L 641540.2 -5450188 L 641496.7 -5449858 L 642351.3 -5448462 L 642464.9 -5448140 L 643247.4 -5446636 L 643306.9 -5446280 L 644050.6 -5444261 L 644187.4 -5444019 L 644330.2 -5443780 L 644490 -5443566 L 644798.6 -5443131 L 645044.3 -5442819 L 645688.8 -5441377 L 645831.6 -5439800 L 645758 -5439425 L 646347.8 -5436859 L 646501 -5436218 L 646132.2 -5435171 L 643851 -5432194 L 643653.4 -5431874 L 643748.4 -5431828 L 646880.4 -5433429 L 648580.5 -5432481 L 648761.2 -5432132 L 648793.9 -5431913 L 648548.6 -5429762 L 648494.6 -5429063 L 646937.9 -5428815 L 645951.3 -5427604 L 646316.8 -5427717 L 648490 -5427245 L 649074.8 -5426759 L 648629.2 -5424548 L 648398.7 -5424305 L 647420.7 -5423545 L 647484.3 -5423205 L 647350.2 -5422561 L 646184.2 -5422563 L 644473.3 -5421611 L 643298.1 -5421487 L 643057.3 -5421801 L 642728.9 -5421725 L 641769.7 -5420794 L 641496.9 -5419736 L 640412.4 -5418656 L 640329.8 -5418280 L 640173.3 -5418035 L 640658.2 -5417712 L 640915 -5417421 L 640658.6 -5415893 L 640200.3 -5415264 L 640146.7 -5414899 L 640969.4 -5414191 L 641391.9 -5412883 L 642046 -5412575 L 641926.7 -5411727 L 641597.2 -5411597 L 639566.5 -5410251 L 639375.8 -5409903 L 638552.8 -5409055 L 638679.4 -5408713 L 639131 -5408161 L 638688.2 -5407186 L 638908 -5406895 L 638941.9 -5406815 L 639287.1 -5406732 L 640948.8 -5406201 L 641264.3 -5406365 L 641605.4 -5406221 L 641972.7 -5406184 L 642133.3 -5405852 L 643117.5 -5403985 L 643460.4 -5403733 L 645351.6 -5401950 L 645483.2 -5401597 L 645544.8 -5401282 L 646158.8 -5400898 L 647606.1 -5400864 L 647434.8 -5398643 L 648190.7 -5397338 L 647954.1 -5397070 L 646956.6 -5397402 L 647511.3 -5396135 L 647290.7 -5395832 L 646374.9 -5395203 L 646226.7 -5394498 L 645892.7 -5394677 L 643676.6 -5394733 L 642918.9 -5394000 L 642586.6 -5393333 L 642370.8 -5393636 L 640511.8 -5394844 L 640272.1 -5394558 L 639491.2 -5393760 L 637822.6 -5392961 L 637381.3 -5392360 L 637068.1 -5392447 L 636435.3 -5392308 L 636145.1 -5392371 L 635815.6 -5392863 L 635484.5 -5392991 L 634089.4 -5393047 L 633828.1 -5393685 L 633498.8 -5393642 L 632239.3 -5393380 L 632141.7 -5393033 L 631747.6 -5392495 L 631029.1 -5392540 L 630380.3 -5390999 L 630365.9 -5390744 L 630350.5 -5390489 L 630405.5 -5390484 L 630757 -5390613 L 633340.6 -5390870 L 635481.7 -5390314 L 635317 -5389935 L 636101.9 -5389404 L 636237.6 -5389109 L 636183 -5387340 L 636401.2 -5386637 L 636764.4 -5386572 L 636527.8 -5386286 L 634705.1 -5386216 L 633066.5 -5384751 L 632720 -5384595 L 630210.9 -5383993 L 630419.4 -5382108 L 630847.2 -5381070 L 632163.4 -5381109 L 631530.8 -5379738 L 632418 -5377276 L 632652.8 -5376979 L 632294.4 -5376929 L 631679.1 -5377108 L 627132.6 -5378142 L 626745.3 -5378134 L 624183.1 -5377404 L 623455.8 -5377639 L 623117.6 -5376994 L 621688.2 -5377531 L 621607.6 -5377844 L 620491.4 -5378334 L 620569.3 -5378917 L 620939.3 -5379390 L 620570 -5379361 L 617371.1 -5379141 L 616868 -5378665 L 616498.8 -5378704 L 616118.6 -5378766 L 614814.4 -5377987 L 613799.2 -5376367 L 613420.8 -5376289 L 612678.6 -5376496 L 612056.6 -5378209 L 611766.3 -5378150 L 611329.5 -5378515 L 611080.9 -5378217 L 610183.1 -5377481 L 609849.1 -5377633 L 607811.8 -5378415 L 607421.6 -5378439 L 605177.8 -5378988 L 604838.7 -5379090 L 604474.7 -5379230 L 602535.3 -5380523 L 599324.2 -5383853 L 598958.1 -5383895 L 597928.9 -5384260 L 596981.2 -5385530 L 596730.5 -5385838 L 597890.5 -5387344 L 597740.5 -5388068 L 597538.8 -5388357 L 597382.2 -5388675 L 597295.5 -5388926 L 597019.8 -5389894 L 597620.8 -5390283 L 597497.2 -5390618 L 597327.5 -5390933 L 597980.9 -5392242 L 597233.2 -5393390 L 597485.6 -5394813 L 597374.1 -5395180 L 596339.2 -5396312 L 595281 -5396582 L 592709.3 -5395872 L 591672.4 -5396346 L 591276 -5396905 L 590557.1 -5395298 L 586447.6 -5395890 L 585334.6 -5395641 L 585012.1 -5395435 L 584710.6 -5395245 L 583073.8 -5393384 L 582730.9 -5393560 L 579892.3 -5394750 L 579585.3 -5394874 L 579275.3 -5394990 L 578277.3 -5393430 L 578409.7 -5392393 L 578067.5 -5391720 L 576713.9 -5390491 L 576359.8 -5390567 L 575676 -5390332 L 573571.6 -5390773 L 573349 -5390467 L 572297.8 -5389430 L 571809 -5387218 L 572053.7 -5386930 L 571912.2 -5386629 L 571027.3 -5386965 L 570841.7 -5386654 L 569776 -5384007 L 567544.3 -5384261 L 566987.3 -5383796 L 566767.2 -5383783 L 565999.2 -5380883 L 564988 -5381095 L 564937.9 -5381071 L 564611 -5381231 L 562867.2 -5381238 L 562866.1 -5380519 L 563503.9 -5380175 L 563156.5 -5378748 L 563256.2 -5377273 L 563486.3 -5377281 L 563716.4 -5377279 L 563571.1 -5376506 L 562719.6 -5375187 L 561399.7 -5374376 L 561047.4 -5374314 L 560765.9 -5374093 L 560449.1 -5374297 L 558573.1 -5375505 L 557825.8 -5375567 L 557539.4 -5375421 L 556953.5 -5375676 L 556369.8 -5375408 L 555827.3 -5375894 L 553791.3 -5376504 L 553406 -5376459 L 551913.8 -5376155 L 551543.6 -5376119 L 550573 -5376627 L 548802.6 -5376231 L 548590.4 -5376133 L 548382.5 -5376239 L 547284.1 -5376299 L 546464.4 -5377320 L 546355 -5380213 L 546177.4 -5380500 L 545792.1 -5381045 L 545158.7 -5380973 L 544903.2 -5380705 L 544603.7 -5380488 L 544350.3 -5380295 L 544232.8 -5380651 L 543472.5 -5381903 L 542743.9 -5381727 L 542689.5 -5382086 L 542532.4 -5383880 L 542174.2 -5383832 L 541458.7 -5383722 L 541287.3 -5384746 L 540742.5 -5385624 L 540741.9 -5385624 z "
id="path634" />
<path
d="M 715233.4 -5312441 L 715597.1 -5311009 L 715725.8 -5310649 L 715640.3 -5310380 L 715457.3 -5309847 L 715219.5 -5309574 L 712816.2 -5310111 L 712589.5 -5309828 L 712382.2 -5309116 L 711939.7 -5308531 L 711911.8 -5307824 L 710868 -5306299 L 710999.4 -5304877 L 711214 -5304359 L 711315.8 -5304059 L 710943.2 -5304085 L 709619.2 -5303483 L 709281.6 -5303432 L 708935.4 -5303737 L 709082.5 -5304395 L 708349.2 -5304312 L 706247.4 -5304696 L 705693.4 -5303822 L 705014.9 -5303487 L 705406.7 -5301381 L 705247.5 -5300689 L 705053.8 -5300409 L 704173.9 -5299988 L 703914.6 -5300070 L 703208.9 -5300337 L 702827.4 -5300377 L 702438.8 -5300408 L 701331 -5300344 L 700769.8 -5299329 L 700309.6 -5295945 L 700206.9 -5295573 L 700474.1 -5295424 L 700643 -5295169 L 700492 -5294561 L 702246.7 -5294578 L 702681.7 -5294049 L 702610.1 -5293696 L 702632.1 -5292919 L 702538.4 -5292538 L 702675.2 -5292204 L 702791.9 -5291862 L 701542.7 -5290927 L 701348.9 -5290583 L 701584.4 -5289923 L 701849.4 -5289632 L 701599.8 -5289493 L 701055.8 -5289328 L 701201.7 -5289058 L 701019.2 -5288169 L 701725.1 -5287268 L 701896.8 -5286128 L 701820.2 -5285746 L 701698.5 -5285402 L 700467.9 -5284848 L 699873.4 -5285151 L 699579.9 -5285078 L 699281.4 -5285026 L 699262.9 -5284693 L 698822.6 -5284190 L 698497.9 -5284000 L 697043.8 -5284081 L 695991.7 -5283667 L 695286.9 -5283852 L 695005.4 -5283826 L 694602.3 -5283432 L 693669.6 -5285503 L 693511.8 -5286643 L 692861.4 -5287051 L 692543.3 -5287268 L 692268.9 -5287296 L 692134.2 -5286934 L 689620.1 -5283528 L 688094.9 -5283502 L 687810.8 -5283762 L 687483.4 -5283834 L 685992.3 -5284589 L 685716.6 -5284321 L 685016.5 -5283469 L 683157.3 -5282970 L 682390.3 -5282987 L 681400.6 -5283530 L 680299.7 -5283183 L 679995.7 -5281231 L 679802 -5280885 L 680020.6 -5280377 L 680317 -5280352 L 680145.3 -5280008 L 679017.5 -5278986 L 678096.1 -5277307 L 678086.7 -5275438 L 677468.6 -5275225 L 676963.7 -5274262 L 676747 -5273969 L 675723.3 -5274493 L 675809.4 -5275257 L 675345.6 -5275852 L 675000.4 -5276019 L 674244.6 -5276148 L 673712.2 -5275600 L 672985.2 -5275585 L 670921.8 -5273409 L 670924.8 -5272644 L 670578.2 -5272544 L 669309 -5272061 L 668149.1 -5274011 L 668127 -5274731 L 669163 -5276797 L 669348.7 -5277135 L 668432.2 -5276878 L 668178.6 -5276655 L 667988.2 -5276490 L 667736.9 -5276484 L 667761.4 -5276876 L 665739.9 -5279190 L 663989.9 -5280022 L 663070 -5280193 L 662853 -5280426 L 662925.6 -5280806 L 663143.3 -5283480 L 662775.8 -5283455 L 661789.2 -5283131 L 661477.4 -5282037 L 660064.3 -5280171 L 659396 -5279764 L 658656.4 -5279977 L 658608.6 -5280137 L 657899.6 -5280040 L 657506 -5280697 L 656377.7 -5280751 L 654830.2 -5281737 L 654446.7 -5281706 L 653729.3 -5281983 L 653280.6 -5282607 L 653937.1 -5284763 L 652060.9 -5284637 L 652164.9 -5286148 L 651861.9 -5286385 L 650372.9 -5285350 L 650000.4 -5285275 L 649874.2 -5284512 L 649272.9 -5284024 L 647374.5 -5283757 L 647577.1 -5284085 L 646451.2 -5285111 L 646212.9 -5285836 L 646442.6 -5286146 L 646978.8 -5286645 L 646973.1 -5287687 L 647435.3 -5288257 L 647481.8 -5288620 L 646939.8 -5289022 L 646648.2 -5288791 L 646967.9 -5289844 L 646460.2 -5292014 L 646117.9 -5292099 L 645501.7 -5292443 L 644969.5 -5291994 L 643898.1 -5291810 L 643633.6 -5292386 L 643284.4 -5292482 L 643582.9 -5292603 L 643644.2 -5293504 L 643345 -5293625 L 644915.7 -5294421 L 645206.3 -5294630 L 645515.8 -5294773 L 646115.9 -5295098 L 648486.7 -5296813 L 648940.4 -5298509 L 648644.3 -5298653 L 648236.5 -5299103 L 648190.3 -5299029 L 648207.7 -5299357 L 647347.3 -5299739 L 646444.7 -5300778 L 646454.7 -5302278 L 645819.9 -5303651 L 645106 -5303590 L 643814.4 -5304130 L 643825.7 -5305844 L 643456.1 -5306437 L 643164.1 -5306643 L 642902.2 -5306932 L 642092.2 -5309077 L 641908.5 -5309415 L 641232.2 -5309736 L 639739.2 -5309356 L 638467.3 -5306672 L 638182.3 -5306877 L 636738.2 -5307868 L 636384.7 -5308469 L 636412.2 -5308838 L 637582.5 -5309679 L 638983.8 -5311787 L 638823.1 -5312117 L 638275.8 -5313071 L 637430 -5313844 L 635532.4 -5314025 L 634886.3 -5313719 L 634184 -5313999 L 633816.6 -5313995 L 633142.3 -5314277 L 632973.1 -5314963 L 633657.6 -5316310 L 634567.3 -5316932 L 633700.4 -5317639 L 633163.7 -5319012 L 632807.2 -5318876 L 630195.3 -5318547 L 627976.8 -5319005 L 627761 -5319274 L 626779.4 -5320237 L 627130 -5320408 L 627039.5 -5321545 L 628036.1 -5322726 L 628132.7 -5323104 L 627147.6 -5323677 L 625688.4 -5325958 L 623799.3 -5326445 L 623410 -5326485 L 623167.1 -5326711 L 623818.2 -5327102 L 625301.8 -5327311 L 625636.4 -5327511 L 626770.3 -5328179 L 626811.8 -5328541 L 626593 -5328846 L 628277.5 -5330229 L 628614.3 -5331300 L 629294.4 -5330895 L 630869.9 -5330871 L 632372.7 -5330427 L 632734.9 -5330266 L 634841.1 -5329683 L 635918.4 -5329847 L 636282.8 -5329895 L 636278.2 -5330930 L 636175.6 -5331264 L 635972.8 -5332251 L 635794 -5332540 L 636708.8 -5333180 L 637006 -5333861 L 637363.5 -5333967 L 636466.2 -5335119 L 636307.6 -5336233 L 636459.8 -5336975 L 637182.8 -5337861 L 637045.2 -5338219 L 637684.8 -5339627 L 637699.8 -5339642 L 638135.1 -5340274 L 638115.7 -5341432 L 636168.3 -5342496 L 636086.8 -5342875 L 636364.4 -5343121 L 637254.1 -5343722 L 636614.2 -5344967 L 636783.3 -5345671 L 636690.5 -5345891 L 636816.7 -5346643 L 637749.2 -5347801 L 636484.7 -5349714 L 637040.3 -5351141 L 635540.9 -5351865 L 635201.4 -5351763 L 635104.9 -5352856 L 634498.6 -5353768 L 634257.8 -5354047 L 635933.7 -5355675 L 636239.3 -5355923 L 636027.6 -5356250 L 634167.4 -5356633 L 632938.6 -5357598 L 631394.4 -5357793 L 629733.3 -5358777 L 629883.9 -5359087 L 630100 -5361125 L 629084.8 -5361623 L 627227.4 -5361812 L 626200.9 -5361422 L 625894 -5361643 L 625762.7 -5362186 L 626229.6 -5362543 L 625152.8 -5364018 L 624484.5 -5364241 L 624118.2 -5364260 L 624673 -5365200 L 623909.4 -5365962 L 623826.8 -5366320 L 623737.7 -5366953 L 623582 -5367256 L 620735.5 -5368579 L 620296.6 -5369559 L 620048.8 -5369838 L 620745.3 -5369758 L 621662.7 -5370166 L 622014 -5370156 L 621852.9 -5370891 L 622386 -5372684 L 622330.1 -5374161 L 622874.3 -5374628 L 623119.5 -5374651 L 623597.3 -5375632 L 623267.5 -5376663 L 623115.9 -5376994 L 623454.1 -5377639 L 624181.4 -5377404 L 626743.6 -5378134 L 627130.9 -5378143 L 631677.4 -5377108 L 632292.7 -5376929 L 632651.1 -5376979 L 632416.3 -5377277 L 631529.1 -5379739 L 632161.7 -5381109 L 630845.5 -5381070 L 630417.7 -5382109 L 630209.2 -5383993 L 632718.3 -5384596 L 633064.8 -5384751 L 634703.4 -5386216 L 636526.1 -5386286 L 636762.7 -5386572 L 636399.5 -5386637 L 636181.3 -5387340 L 636235.9 -5389109 L 636100.2 -5389404 L 635315.3 -5389936 L 635480 -5390314 L 633338.9 -5390871 L 630755.3 -5390613 L 630403.8 -5390484 L 630348.8 -5390489 L 630364.2 -5390745 L 630378.6 -5391000 L 631027.4 -5392541 L 631745.9 -5392496 L 632140 -5393034 L 632237.6 -5393380 L 633497.1 -5393642 L 633826.4 -5393686 L 634087.7 -5393048 L 635482.8 -5392991 L 635813.9 -5392863 L 636143.4 -5392371 L 636433.6 -5392309 L 637066.4 -5392447 L 637379.6 -5392361 L 637820.9 -5392962 L 639489.5 -5393761 L 640270.4 -5394559 L 640510.1 -5394845 L 642369.1 -5393636 L 642584.9 -5393333 L 642917.2 -5394000 L 643674.9 -5394733 L 645891 -5394677 L 646225 -5394499 L 647323.7 -5394263 L 647636.7 -5394052 L 647723.2 -5392990 L 647936 -5392701 L 646855.7 -5391854 L 646617.1 -5391604 L 646694.7 -5391267 L 646787.4 -5390263 L 647519.3 -5388997 L 646976.2 -5387228 L 647743.8 -5386424 L 649405.7 -5386624 L 649729.2 -5386742 L 651034.6 -5388910 L 651394.9 -5388850 L 651642.4 -5386952 L 652365.7 -5385194 L 652499.3 -5384835 L 654307.8 -5384555 L 655779.7 -5384775 L 656128.3 -5384912 L 656036.8 -5383928 L 656460.5 -5383412 L 656734.5 -5383194 L 657066.7 -5382368 L 657306.6 -5382164 L 657772.4 -5381622 L 657998.3 -5381344 L 658647.6 -5381051 L 659238.8 -5381490 L 659582.4 -5381635 L 660174.8 -5380741 L 661669.2 -5379811 L 661997.3 -5379630 L 661844.2 -5378946 L 662766.8 -5378629 L 663114.3 -5378022 L 663174.9 -5377677 L 663539.2 -5377567 L 663898.4 -5377441 L 664414.7 -5377934 L 667681.1 -5376202 L 668777.3 -5376167 L 668913 -5375817 L 669153.1 -5375689 L 669406.3 -5375588 L 669903.6 -5376132 L 670112.3 -5376435 L 670978.3 -5375699 L 671753.3 -5375734 L 673266.6 -5373120 L 673462.3 -5372785 L 674521.9 -5372294 L 674901.2 -5372192 L 674952.3 -5372227 L 675554.4 -5371731 L 677085.6 -5371920 L 677322.5 -5371606 L 677513.4 -5371341 L 677701.3 -5371074 L 677570.6 -5369938 L 678011.7 -5368883 L 679507 -5367699 L 680273 -5367681 L 680646.6 -5367017 L 680785.3 -5366666 L 681500.9 -5366431 L 682170.2 -5366768 L 682450.3 -5366591 L 682584.1 -5366289 L 682226.5 -5366174 L 680907.9 -5365574 L 678212.9 -5363003 L 677322.7 -5362972 L 677035.2 -5362849 L 678174.4 -5361937 L 680373 -5361767 L 680709.2 -5361614 L 679158.7 -5359781 L 678967 -5359481 L 679279.1 -5358497 L 678922.2 -5357472 L 679499.7 -5356555 L 679619.4 -5356209 L 680920 -5356892 L 682068.5 -5358335 L 682992.1 -5358592 L 683134.7 -5358934 L 684980.3 -5358992 L 685564.4 -5358523 L 686689.8 -5358389 L 687019 -5358204 L 686780.7 -5357492 L 687426.8 -5356140 L 687611.6 -5355807 L 691830.5 -5350639 L 691865 -5350244 L 693339.4 -5351971 L 693526.1 -5352307 L 696417.2 -5350016 L 696739.4 -5349830 L 696611.6 -5348653 L 696465.9 -5348285 L 695874.2 -5346892 L 698240.1 -5345713 L 698556.3 -5345503 L 699069.7 -5345958 L 699388.4 -5346107 L 700826.8 -5344796 L 701154 -5344585 L 702056.3 -5343064 L 702232.1 -5342749 L 702420 -5342471 L 702662.1 -5342237 L 702765.4 -5341604 L 702763 -5341283 L 700441.4 -5341198 L 699023.6 -5339925 L 699193.4 -5339576 L 699550.7 -5338658 L 699451.7 -5338000 L 699399.2 -5337668 L 699546.3 -5336862 L 699349.1 -5336218 L 698852.9 -5335878 L 698919.1 -5335214 L 698201.1 -5334510 L 697889.4 -5334343 L 697830.8 -5333988 L 697475.5 -5333412 L 698484.8 -5332524 L 698674.7 -5332220 L 697684.7 -5331805 L 696997.5 -5331674 L 696741.8 -5331384 L 696257.3 -5330785 L 695840.8 -5329337 L 697593.5 -5327951 L 697542.9 -5329046 L 697800.7 -5329326 L 700285.4 -5328510 L 700591.2 -5328745 L 700926.2 -5327633 L 701923.9 -5327021 L 702546.6 -5326054 L 702500.4 -5325974 L 702597.6 -5325227 L 704016.4 -5325694 L 705828.7 -5323817 L 706176 -5323663 L 706760.5 -5324085 L 706751.2 -5323151 L 706772.8 -5322837 L 707643 -5321203 L 707588.4 -5320823 L 708262 -5319699 L 708174.4 -5319366 L 707382.5 -5318150 L 707094.7 -5317915 L 707931.3 -5315132 L 708992.6 -5314840 L 709212.6 -5314543 L 709923.2 -5315674 L 710980.1 -5315837 L 711719.4 -5316617 L 711718.9 -5316982 L 712132.7 -5317843 L 712369.2 -5317175 L 712732.8 -5317219 L 712765.6 -5317006 L 712798.4 -5316794 L 712482.6 -5316596 L 713027.2 -5314838 L 713641.9 -5314585 L 715217.2 -5312797 L 715232.8 -5312441 L 715233.4 -5312441 z "
id="path635" />
<path
d="M 273540 -5363269 L 273108.8 -5362783 L 272424.4 -5362850 L 271690.4 -5362026 L 270709.6 -5362557 L 269237.6 -5362575 L 268815.1 -5361925 L 267396 -5361365 L 267579.7 -5359461 L 268327.7 -5358607 L 268010.7 -5358725 L 266438.6 -5359332 L 266090.1 -5359224 L 265659.1 -5358292 L 265744.8 -5356389 L 265795.2 -5356008 L 266035.4 -5355991 L 266275.5 -5355969 L 266701.7 -5355341 L 266913.2 -5353831 L 266065.5 -5352610 L 265910.2 -5351916 L 265984 -5351786 L 265794.3 -5351453 L 264821 -5349928 L 264995.3 -5347652 L 265231 -5347352 L 266071.9 -5345725 L 265506 -5344849 L 265887.6 -5343850 L 265549.1 -5343714 L 264533.7 -5343303 L 263452.3 -5342319 L 263212.8 -5342099 L 262884.7 -5341568 L 262576.1 -5341344 L 260110.7 -5340402 L 258261.3 -5339163 L 257984.7 -5338926 L 258112.3 -5338585 L 258782.7 -5337876 L 257615.7 -5336558 L 257921.6 -5336370 L 258369.5 -5336099 L 258512.6 -5335453 L 259844.8 -5334926 L 259774.2 -5334609 L 260294.4 -5333846 L 260262.8 -5333459 L 258772.1 -5331812 L 258673.3 -5330664 L 259605 -5329998 L 259378.7 -5329258 L 259305.1 -5328898 L 258950.3 -5327861 L 258623.3 -5328038 L 255751.9 -5328605 L 254841.2 -5327966 L 255074 -5327721 L 252516.4 -5326667 L 251503.4 -5327213 L 251211.9 -5327027 L 250716.8 -5326544 L 251109.2 -5325224 L 250737.7 -5322986 L 252879.3 -5322165 L 252914.3 -5322170 L 252599.3 -5321672 L 252598.3 -5320924 L 253445.2 -5318913 L 253328.6 -5317806 L 253845.3 -5317269 L 254206.5 -5317173 L 254473.4 -5316925 L 254758.9 -5316397 L 253413.2 -5315213 L 252365 -5314911 L 252187.6 -5314693 L 251719.8 -5314380 L 251006.5 -5314590 L 250449.4 -5314122 L 246856.4 -5314091 L 246538.9 -5313920 L 245837.8 -5312734 L 244690.5 -5312511 L 244926.3 -5312207 L 245271.7 -5310761 L 244724.6 -5310229 L 245031.6 -5310029 L 246089.2 -5309832 L 246176.8 -5309475 L 246540 -5309388 L 247240.4 -5309218 L 247627 -5307846 L 247556.5 -5307480 L 247053.4 -5306937 L 247347.8 -5306269 L 247236.3 -5305913 L 246887.8 -5305781 L 246242.7 -5306148 L 244464.1 -5306036 L 244354.6 -5305732 L 244487.6 -5304808 L 243416.2 -5305157 L 242851.6 -5304226 L 241653.5 -5303306 L 241910.4 -5303052 L 242574.1 -5300704 L 242858.1 -5300471 L 243821.3 -5299937 L 245989.3 -5300140 L 246063.2 -5300019 L 246192.9 -5299682 L 246484.6 -5297558 L 246564.3 -5297193 L 246721.7 -5295716 L 246256.7 -5295141 L 246119.4 -5295882 L 244251.4 -5297174 L 243892.7 -5296860 L 244157.6 -5295749 L 243789.3 -5295766 L 242733.7 -5296035 L 240830 -5295006 L 240628.2 -5295326 L 238958 -5297290 L 236985.5 -5298277 L 236664.3 -5298342 L 236037.9 -5298482 L 235859.4 -5298206 L 235872 -5297837 L 236057.5 -5296383 L 234879.4 -5294540 L 234521.2 -5294645 L 232857.6 -5295383 L 232509.2 -5295332 L 231884.3 -5295011 L 231044.2 -5295572 L 230798.7 -5295308 L 228965.7 -5293136 L 228574.4 -5293185 L 226317.6 -5293394 L 226068.1 -5293143 L 225733.7 -5293028 L 224570.6 -5293904 L 223062.1 -5293856 L 221632.3 -5294379 L 220927.3 -5294090 L 219948.5 -5294248 L 219656 -5294010 L 218576.3 -5294291 L 218129.9 -5295287 L 217549.8 -5295726 L 216113 -5295357 L 215909.1 -5295671 L 215459.7 -5296650 L 214071.8 -5297146 L 213780.2 -5297816 L 213416.7 -5297741 L 212323.6 -5297708 L 211991.1 -5297575 L 211936.1 -5295792 L 211645 -5295959 L 210427.4 -5296516 L 210078.2 -5296649 L 207968.8 -5297351 L 207997.2 -5297724 L 207914.5 -5298106 L 205229.5 -5300723 L 205208.7 -5300011 L 204561.2 -5300214 L 203847.3 -5301018 L 203162.7 -5301142 L 202980.2 -5300837 L 202164.1 -5299723 L 203155.6 -5299222 L 203572.9 -5298183 L 201566.9 -5297393 L 201249.5 -5297401 L 200958.3 -5297529 L 200648.1 -5297664 L 199979.4 -5297738 L 199513.4 -5298178 L 198841.8 -5298345 L 198456 -5298969 L 197476.6 -5298628 L 196758 -5298802 L 196447.8 -5298956 L 194404.7 -5299123 L 194364.7 -5299153 L 193973.3 -5299202 L 193112.1 -5299972 L 189625.7 -5300581 L 189644.4 -5300266 L 189746.9 -5299640 L 189505.4 -5299435 L 187694.9 -5299999 L 186770.5 -5300691 L 185642.4 -5300927 L 185223 -5301958 L 184487.3 -5302168 L 184092.5 -5302830 L 182401.4 -5303756 L 183240.7 -5304859 L 183585.9 -5304697 L 183773.5 -5304989 L 184218.8 -5306575 L 184365.1 -5307580 L 183850.4 -5308444 L 184138 -5308631 L 184285.5 -5308878 L 184570.9 -5308908 L 185300.9 -5309007 L 186138.8 -5309725 L 186422.5 -5309978 L 185861.8 -5311638 L 186057.9 -5312347 L 187280.2 -5313041 L 187573.8 -5313264 L 187687.7 -5314736 L 188243 -5315210 L 188730.3 -5316592 L 188466.8 -5317285 L 188814.7 -5317685 L 189067.2 -5317816 L 189017.6 -5318963 L 189017.1 -5319349 L 189755.9 -5320806 L 190047.5 -5320999 L 191465.6 -5321259 L 192136.6 -5322916 L 193248.2 -5323138 L 193941.7 -5322885 L 194318.2 -5322925 L 195025.7 -5322686 L 195364.9 -5322525 L 195833.1 -5322238 L 196093.5 -5322322 L 197480.3 -5322435 L 198655.7 -5323209 L 199014.2 -5323234 L 199680.4 -5323527 L 199977.6 -5324194 L 199946.5 -5325631 L 199830.8 -5325977 L 199036.2 -5327698 L 199416.6 -5328358 L 199148.3 -5329811 L 199577.3 -5330854 L 200121.1 -5331648 L 199831 -5331823 L 198775.2 -5332797 L 198310.1 -5333774 L 198187.4 -5334112 L 198115.5 -5335602 L 198000.9 -5335959 L 197793.4 -5337800 L 197641.7 -5338145 L 197675.7 -5340738 L 197124.9 -5341966 L 196753.5 -5341967 L 196882.8 -5342683 L 196419.2 -5343945 L 196555.9 -5344283 L 196735.2 -5346861 L 196433.2 -5347099 L 196271.5 -5347393 L 196073.7 -5347664 L 196451.2 -5348335 L 196614 -5348691 L 195461.5 -5352302 L 195469.7 -5354206 L 195963.1 -5354683 L 196450.9 -5356582 L 198240.7 -5358670 L 198613.4 -5358808 L 198748.8 -5358923 L 199844.4 -5360815 L 199318.5 -5361788 L 199174.9 -5362131 L 199033.8 -5365005 L 198658.5 -5365071 L 199270.9 -5365997 L 199340.6 -5366369 L 199631.3 -5366547 L 198890.3 -5368707 L 197852 -5370323 L 197853.7 -5370710 L 197955 -5370829 L 197992.8 -5371220 L 197749.3 -5372709 L 197963.9 -5373442 L 198854.3 -5374151 L 199120.2 -5374424 L 199039 -5375442 L 199263.7 -5376165 L 198650.7 -5377088 L 198466 -5378906 L 198707.5 -5380014 L 199286.1 -5380483 L 199103.5 -5380814 L 199660.1 -5381297 L 199838.8 -5381545 L 203319.7 -5378861 L 203951.5 -5378391 L 206142.1 -5378920 L 206919.7 -5379757 L 207099.1 -5380874 L 207738.7 -5381289 L 208453 -5381012 L 209933.2 -5380768 L 210289.9 -5379365 L 210914.8 -5378947 L 211654.6 -5378934 L 211885.3 -5378630 L 214242.8 -5379072 L 214557.5 -5379231 L 215610.8 -5378773 L 216887.6 -5376405 L 217249.7 -5376264 L 217527.6 -5376032 L 217457.3 -5375401 L 217654.1 -5374166 L 217814.7 -5373876 L 219300.4 -5374956 L 220450.6 -5374916 L 220475.4 -5372729 L 220613.9 -5372375 L 221551.5 -5371627 L 221874.9 -5371670 L 224950.8 -5373078 L 223841.7 -5374134 L 223608.8 -5374817 L 224020.5 -5375481 L 224384.1 -5375622 L 224978 -5375245 L 226000.5 -5375479 L 226078.9 -5375120 L 226764.2 -5374930 L 227115.8 -5375041 L 227446.4 -5375166 L 227475.8 -5375861 L 228588.2 -5376517 L 228622.9 -5376868 L 229349 -5375538 L 229565.5 -5373588 L 229551.7 -5373193 L 229478.6 -5372153 L 232564.8 -5373799 L 233705 -5374876 L 234055.7 -5375057 L 234128.4 -5374867 L 235410.3 -5374722 L 235712.3 -5374580 L 236050.8 -5375191 L 236299.5 -5375436 L 236426 -5375090 L 237099.4 -5374966 L 238311.9 -5376686 L 238544.7 -5376972 L 239778 -5377585 L 240255.4 -5378565 L 240526.1 -5378810 L 241719.6 -5378006 L 242784.3 -5377897 L 244112.8 -5379079 L 244871.4 -5379057 L 245166.1 -5379281 L 246502.1 -5378693 L 246786.9 -5378456 L 246710.7 -5378367 L 248528.2 -5378344 L 248779 -5378627 L 249086 -5378515 L 249050.1 -5377562 L 249344 -5377359 L 250325 -5376951 L 250667.2 -5376875 L 251016.7 -5375967 L 251933.6 -5375507 L 251949.3 -5376925 L 253231.6 -5377530 L 253401.2 -5378265 L 254557.1 -5379758 L 255129.9 -5379438 L 255367.7 -5379212 L 256753.4 -5378989 L 257056.2 -5378787 L 257068.8 -5378060 L 258077.3 -5377883 L 258374.4 -5379343 L 259706 -5380114 L 260323.4 -5381090 L 259088.2 -5382487 L 259331 -5382792 L 260132.2 -5383560 L 260502.4 -5384530 L 261354.6 -5383821 L 262444.9 -5383533 L 263079.9 -5383811 L 263632.3 -5383311 L 263896 -5383041 L 264073.7 -5382820 L 264181.3 -5382558 L 264331.7 -5382211 L 265054.7 -5381404 L 267547.3 -5379753 L 267458.8 -5379022 L 265857.3 -5378368 L 265398.2 -5376985 L 265742.6 -5377063 L 266569.1 -5375954 L 266571.4 -5375600 L 266585.8 -5375268 L 266909.3 -5374339 L 266652.7 -5374126 L 267025.8 -5373516 L 266906 -5372092 L 267384.4 -5371572 L 267699.3 -5371395 L 269109.3 -5370826 L 269864.8 -5370773 L 271936.5 -5370878 L 272933.7 -5371676 L 273282.8 -5371583 L 273949.6 -5371222 L 274114.7 -5370139 L 273707.7 -5368676 L 273526.3 -5368517 L 273656.1 -5364545 L 273654.4 -5364177 L 273351.1 -5363586 L 273539.7 -5363269 L 273540 -5363269 z "
id="path636" />
<path
d="M 490148.7 -5263193 L 488069.8 -5265540 L 487941.2 -5265917 L 488805.3 -5266595 L 489695.9 -5266038 L 490450 -5266763 L 490818.1 -5266780 L 492506.3 -5267308 L 492774.7 -5267546 L 493146.7 -5268253 L 496119.7 -5267436 L 496480.7 -5267299 L 497471.5 -5268470 L 497828.8 -5268638 L 498941 -5268484 L 500874.3 -5267354 L 501599.7 -5267453 L 501913.1 -5267660 L 502487.9 -5268160 L 504006.9 -5268573 L 504726.3 -5269497 L 505006.7 -5269776 L 506214.2 -5270603 L 507657.5 -5270445 L 507985.4 -5270264 L 508433.1 -5269908 L 508639.9 -5269709 L 508883.6 -5269406 L 508345.2 -5268392 L 508787.1 -5265711 L 508847.7 -5265326 L 509873.2 -5265406 L 510834.1 -5264228 L 511800.7 -5263621 L 512022.9 -5262900 L 513053.6 -5263122 L 513599.4 -5263582 L 514982.9 -5263543 L 517183.8 -5260180 L 517286.4 -5259823 L 518438.7 -5259693 L 519109.4 -5260084 L 520272.9 -5260095 L 521065.8 -5261430 L 521230.5 -5261089 L 521895.7 -5260173 L 522640.1 -5260296 L 524870.4 -5258953 L 525052.3 -5257961 L 525687.2 -5257650 L 525628.1 -5258419 L 527132.1 -5259529 L 528236.7 -5259679 L 529035.6 -5260998 L 529053.5 -5261765 L 529732.1 -5261993 L 530118.3 -5262009 L 530367.3 -5261936 L 530627.4 -5261921 L 532133 -5261869 L 533211.9 -5262206 L 533438.1 -5261495 L 534052.9 -5261122 L 534413.2 -5261203 L 536002.8 -5260309 L 536361.1 -5260401 L 536833 -5263454 L 536559.6 -5267360 L 536607.1 -5267752 L 536856.2 -5267752 L 537082.4 -5267854 L 537986.4 -5266708 L 538293.4 -5264125 L 538836 -5263610 L 539190 -5263487 L 540109.8 -5262958 L 540351.6 -5262700 L 541165.5 -5261503 L 542567.7 -5261081 L 542924.7 -5260993 L 543305.4 -5260572 L 542918.1 -5259615 L 542952.7 -5259269 L 542986.6 -5259153 L 543416.5 -5257193 L 543539.2 -5256866 L 543884.4 -5256913 L 544290.1 -5256452 L 544870.4 -5257288 L 545199.7 -5257404 L 545945 -5257369 L 546039.2 -5256650 L 546597 -5256215 L 546967.1 -5256143 L 547378.5 -5256299 L 548998.4 -5255507 L 550417.2 -5255601 L 550643 -5255306 L 550793.1 -5255351 L 550658.7 -5255035 L 550356.4 -5254054 L 550839.2 -5253719 L 551148.5 -5253869 L 551457.4 -5253627 L 552484.3 -5253062 L 553313.2 -5251730 L 553506.7 -5251181 L 553499.3 -5250890 L 553920.8 -5250278 L 554948.8 -5249818 L 557863.2 -5250519 L 558013.7 -5250867 L 558670.9 -5250760 L 558744.4 -5249441 L 558861.1 -5249113 L 559226.2 -5249051 L 559964.6 -5249051 L 560993 -5248033 L 562071.8 -5248230 L 562159.3 -5248597 L 561641 -5250320 L 562124.9 -5250866 L 562867.4 -5250907 L 563096.9 -5251206 L 563810.8 -5253309 L 563769.8 -5254199 L 564063.7 -5254012 L 564757.2 -5254071 L 565603 -5253468 L 565933.3 -5253583 L 565987.9 -5253220 L 566721.5 -5252482 L 566972.4 -5251428 L 565932.4 -5250262 L 564580.8 -5249518 L 565360.9 -5246619 L 566574.5 -5246490 L 566729.9 -5246811 L 568166.5 -5248307 L 570368.5 -5248088 L 571308.8 -5249569 L 572065.3 -5248773 L 572133.9 -5248388 L 572901.4 -5247541 L 572353.9 -5246562 L 573068.4 -5243145 L 573803.3 -5241777 L 574187.6 -5241804 L 575185.9 -5240652 L 576664.9 -5240707 L 577225.7 -5241122 L 577448.1 -5242233 L 578133.7 -5242375 L 578730.7 -5243727 L 580201.5 -5243632 L 580917.3 -5243894 L 582751.2 -5243632 L 583121.6 -5243763 L 583199.2 -5243398 L 584122.3 -5243823 L 584975.8 -5245459 L 585647.6 -5245739 L 585912.5 -5245476 L 585447.1 -5244567 L 584559.2 -5243386 L 584472.3 -5242708 L 584986.5 -5241716 L 584867 -5241357 L 584027.6 -5240614 L 584154 -5240022 L 584509.1 -5239895 L 585167 -5240266 L 585079.5 -5239912 L 583831.2 -5238592 L 584708.3 -5233818 L 585321.6 -5232839 L 585467.3 -5232480 L 588666.4 -5234240 L 589360.9 -5233407 L 589792 -5232334 L 591856.5 -5230592 L 592617.1 -5228867 L 592779.4 -5228122 L 591398.4 -5226331 L 591203.7 -5224876 L 591263.6 -5223828 L 591250.2 -5223472 L 590903.8 -5223337 L 590082.5 -5222701 L 589453.5 -5223090 L 589139.1 -5222892 L 585933.1 -5222039 L 584498.4 -5222265 L 584129.2 -5222314 L 583893.8 -5222036 L 584194.9 -5221056 L 583611.1 -5220638 L 584180.6 -5219796 L 584036 -5219327 L 583656.8 -5219356 L 582789 -5220091 L 582412.7 -5220033 L 582578.4 -5219690 L 582203.5 -5219066 L 579966.5 -5219443 L 579566.6 -5218825 L 579092.7 -5218242 L 579409.4 -5216795 L 578489.6 -5215623 L 578388.7 -5214867 L 578641.5 -5214568 L 579353.6 -5214261 L 580860.6 -5212496 L 579912.9 -5210410 L 579929.1 -5209650 L 580061.8 -5209291 L 580143.1 -5208534 L 579664.7 -5207502 L 578706.5 -5206876 L 578321.6 -5206239 L 578081.2 -5205962 L 575618.2 -5204439 L 575256.1 -5204492 L 575184.7 -5204112 L 575200.9 -5203342 L 576242.1 -5202897 L 577673.1 -5204081 L 578387.7 -5204310 L 579692.7 -5201561 L 579488.9 -5200861 L 578638.7 -5200123 L 579053.9 -5199105 L 578442.3 -5197828 L 578469.6 -5197091 L 578989.2 -5195392 L 579074.9 -5195043 L 580181.4 -5194904 L 581118.4 -5194305 L 581395.3 -5194047 L 582963.2 -5191908 L 583351.4 -5190819 L 583416.1 -5190436 L 579719.9 -5188306 L 579443.5 -5188026 L 579142.2 -5187865 L 579266.7 -5187278 L 580229 -5185942 L 580240.7 -5185597 L 580459.7 -5183290 L 580545.4 -5182907 L 580592.1 -5182532 L 580126.9 -5181519 L 579381.4 -5181407 L 579173.5 -5181726 L 578732.8 -5182341 L 577263 -5181226 L 575816.3 -5181282 L 573441.1 -5180245 L 573308.7 -5179892 L 573039.6 -5179948 L 572968.2 -5179564 L 572260 -5178639 L 570780.9 -5178216 L 570392.8 -5177176 L 567918.7 -5176233 L 567431 -5175677 L 567055.8 -5175678 L 566444.9 -5176113 L 566347.6 -5175766 L 564708.4 -5175276 L 564054.8 -5174942 L 563482.4 -5173622 L 562671.4 -5172907 L 562338.4 -5173050 L 560235.1 -5172680 L 559854.5 -5174503 L 559069.2 -5175763 L 559360.9 -5176448 L 559021.9 -5176641 L 555905.8 -5178177 L 553263.1 -5177581 L 552916.8 -5177411 L 549996.8 -5176537 L 548980.8 -5177071 L 548701.5 -5176873 L 547926.5 -5177237 L 547567.8 -5177816 L 547335 -5178125 L 545458.2 -5178092 L 545034.2 -5179517 L 544741.9 -5179272 L 543647.2 -5177758 L 545019.5 -5175108 L 543862.3 -5174174 L 543581.7 -5174831 L 543278.1 -5174248 L 542600.7 -5174066 L 541346.8 -5174757 L 541363.5 -5174373 L 541448.3 -5172885 L 542296.2 -5171163 L 541872.6 -5170562 L 541579.3 -5170314 L 541000.8 -5169983 L 540349.3 -5170873 L 539973.2 -5170946 L 539288.7 -5170611 L 536731.7 -5167850 L 536723.1 -5167100 L 536453.8 -5166862 L 535768.7 -5167063 L 534356 -5166822 L 534230.3 -5167197 L 533412.7 -5168022 L 533717 -5168261 L 534121.1 -5170803 L 533585.3 -5171347 L 532519.2 -5171715 L 532344.7 -5172453 L 532679.7 -5173558 L 531182.1 -5173424 L 529303.8 -5173833 L 528940.6 -5173704 L 527508.2 -5171132 L 526782.8 -5170876 L 526448.5 -5170671 L 525327.1 -5170517 L 523811.9 -5170861 L 522770.8 -5172456 L 522273.8 -5173901 L 521152.4 -5173814 L 521122.4 -5173794 L 520773.4 -5173943 L 520019.2 -5173895 L 519351.3 -5172974 L 517400.9 -5171822 L 516846.1 -5171001 L 515127.7 -5169744 L 514740.7 -5169826 L 512296 -5171091 L 510905.1 -5173001 L 510732.2 -5173222 L 510452.3 -5173502 L 509360.3 -5175137 L 507497.3 -5175763 L 507181.3 -5175886 L 505878.3 -5176269 L 505582.4 -5176512 L 503287.3 -5178479 L 502371.4 -5180155 L 502273.6 -5180503 L 501954.1 -5182607 L 501958.4 -5182957 L 502488.5 -5184242 L 502647.8 -5184581 L 503906.2 -5185967 L 503969.8 -5186686 L 503852 -5186943 L 503672.4 -5187481 L 503829.7 -5187838 L 504801.9 -5188983 L 504360.2 -5193167 L 504263.4 -5193434 L 504172.8 -5193993 L 503939 -5194314 L 503341.7 -5195299 L 504432.5 -5198254 L 504544.8 -5198553 L 505476.5 -5200222 L 505557.2 -5200979 L 505236.3 -5201180 L 504295.8 -5203198 L 504490.5 -5205078 L 504612.2 -5205801 L 505126.2 -5206768 L 505208.6 -5207156 L 505210 -5208726 L 505050.3 -5209089 L 504362.4 -5210521 L 504095.3 -5210485 L 503629.4 -5210751 L 503367.6 -5211018 L 501221.3 -5212457 L 501054.6 -5212803 L 501244.1 -5214290 L 501915.6 -5215705 L 501820.7 -5216885 L 501832.1 -5217279 L 501813.2 -5217419 L 501766.5 -5217790 L 501684.3 -5219654 L 501432.5 -5219950 L 500843.3 -5220913 L 501102.8 -5222379 L 501003.1 -5222746 L 500751.3 -5223058 L 500695.6 -5223428 L 499376.5 -5227694 L 499238.8 -5228022 L 499082.1 -5228341 L 498876.4 -5228676 L 497963.3 -5230826 L 498177.2 -5233544 L 498249.6 -5233881 L 498167.3 -5234542 L 497555 -5235367 L 495139 -5237054 L 494024.2 -5238532 L 493764.4 -5238797 L 493220.8 -5239330 L 492982 -5239627 L 492692.2 -5239879 L 491962.2 -5240120 L 491622.2 -5240233 L 490420.6 -5240957 L 490020.5 -5241937 L 489764 -5243407 L 490285.3 -5244432 L 490486.7 -5244762 L 490662.1 -5245101 L 491304.3 -5246035 L 491491.7 -5246379 L 493520.5 -5250976 L 493509.9 -5251330 L 493609.1 -5252386 L 494414.7 -5253528 L 494440.2 -5253903 L 493536.7 -5256337 L 493488.9 -5256548 L 493383.3 -5256900 L 491835.5 -5259273 L 491823 -5259670 L 491480.2 -5260810 L 491423.6 -5261139 L 491270.3 -5261786 L 491096.6 -5262102 L 490148.6 -5263193 L 490148.7 -5263193 z "
id="path637" />
<path
d="M 505115.8 -5440680 L 504930.2 -5440379 L 503977.3 -5438940 L 504008 -5438259 L 504586.5 -5437413 L 504687.9 -5437085 L 504367.1 -5437223 L 502375.3 -5437460 L 502088.9 -5437269 L 500794.5 -5437683 L 500150 -5437474 L 499802.9 -5437450 L 499120.3 -5436675 L 498990.3 -5435654 L 498631.1 -5435600 L 498002.6 -5435928 L 497970.2 -5436258 L 497773.6 -5437499 L 497474.9 -5437686 L 496561.8 -5437163 L 495902.2 -5437401 L 495790.9 -5436705 L 495320 -5436281 L 495022.4 -5436504 L 494303.9 -5436313 L 492623.2 -5437098 L 492193.4 -5436177 L 491835.7 -5436336 L 490505 -5435535 L 489338.6 -5435401 L 489209.3 -5435747 L 488531.7 -5437054 L 488169.5 -5436969 L 486801.9 -5437271 L 485930.1 -5438465 L 485601.7 -5438267 L 484646.4 -5437646 L 484370.2 -5437539 L 484080 -5437481 L 484385.8 -5436839 L 482933.7 -5436886 L 483252.3 -5436676 L 484167.1 -5436012 L 482374.2 -5434636 L 482022.8 -5434473 L 480485.4 -5434357 L 480347 -5434682 L 479718.7 -5436584 L 479457.6 -5436050 L 478154.1 -5434842 L 477806 -5434809 L 477201.6 -5435160 L 477286.3 -5435500 L 477460.9 -5435813 L 476358.5 -5437182 L 476219.2 -5437532 L 474370.6 -5438805 L 473618.4 -5438749 L 473084.3 -5439714 L 472966.6 -5439351 L 472058.2 -5438173 L 471723.1 -5438133 L 471399.3 -5438229 L 471308.5 -5437853 L 469939.7 -5436536 L 469651.8 -5436590 L 469360.9 -5436631 L 469185.5 -5436941 L 468943.5 -5437961 L 467686.6 -5438545 L 467309.1 -5440763 L 466449.3 -5440913 L 466479 -5441269 L 466132.7 -5441156 L 465744.5 -5440592 L 465612.8 -5438777 L 465250.1 -5438923 L 462615.1 -5439548 L 463428.4 -5440650 L 463308.7 -5441312 L 462990 -5441451 L 461691.9 -5441957 L 461738.6 -5442301 L 461469 -5442516 L 460554.8 -5442925 L 460375.5 -5443246 L 458661.1 -5442641 L 458749.7 -5442921 L 458924.9 -5443480 L 458999.4 -5443718 L 459074.9 -5443957 L 456859.2 -5444672 L 455714.6 -5444429 L 454149.7 -5445490 L 453902.2 -5445262 L 453031.1 -5444265 L 452755.6 -5444527 L 450428.4 -5448321 L 450150.6 -5448413 L 449613.5 -5448378 L 449345.6 -5448415 L 448927.3 -5448275 L 448830.5 -5447909 L 448010.9 -5446703 L 447818.6 -5445619 L 447450.4 -5445534 L 446363.7 -5445228 L 446046.1 -5445434 L 445843.5 -5445140 L 444538.5 -5444722 L 443389.5 -5444735 L 442702.1 -5445052 L 442944.7 -5445332 L 444007.8 -5446298 L 443021 -5447810 L 442669.8 -5447706 L 442063 -5447340 L 440613.6 -5447170 L 440327.7 -5447239 L 439831.3 -5447547 L 440002.7 -5447242 L 439493 -5446446 L 438893.9 -5446395 L 438744.4 -5446634 L 438451.4 -5447114 L 438871.6 -5447678 L 438424.7 -5448200 L 438124.1 -5448387 L 437414.5 -5448575 L 437155.9 -5448308 L 436475.7 -5449164 L 435424 -5448869 L 433966.5 -5449117 L 433785.2 -5449428 L 433578.2 -5450830 L 432894.6 -5451036 L 432904.4 -5451397 L 432597.9 -5451177 L 432091.6 -5450615 L 430671.4 -5450126 L 429777.8 -5449428 L 429767.7 -5449398 L 429540.1 -5449153 L 428562.8 -5449027 L 428300.2 -5448774 L 426912.5 -5447592 L 426239.8 -5447733 L 425075.4 -5448478 L 424866.8 -5448234 L 424231.2 -5447520 L 423892.8 -5447331 L 422383.2 -5447118 L 422130.8 -5447409 L 418366 -5446254 L 418375.9 -5446638 L 417966.2 -5447685 L 417798.9 -5447574 L 417452.5 -5447398 L 415937.9 -5447180 L 415141.8 -5446712 L 414833.5 -5446600 L 415033.1 -5447310 L 414650.4 -5447921 L 413609.1 -5447814 L 412225.3 -5448867 L 411973.8 -5448654 L 411910.1 -5448330 L 411600.4 -5448471 L 410705.3 -5448900 L 410665.3 -5448885 L 410424.6 -5448597 L 409168.7 -5447773 L 408198.9 -5448337 L 408218.7 -5448692 L 407951 -5449720 L 407004.4 -5449937 L 406996.2 -5450301 L 406269.6 -5450934 L 406278.5 -5451311 L 407629 -5451927 L 407781.5 -5453033 L 408123.9 -5453194 L 407827.4 -5453437 L 405993.3 -5454780 L 405513 -5454212 L 405270.4 -5454412 L 405334.5 -5455339 L 405219.1 -5456048 L 405339.9 -5456395 L 405828.1 -5456880 L 405854.7 -5457568 L 406110.3 -5457799 L 407237.5 -5457842 L 407830.6 -5458309 L 408948.3 -5458141 L 409256.8 -5458357 L 410199.1 -5456722 L 410107.2 -5456344 L 411539.4 -5455963 L 411818.8 -5455708 L 412752.7 -5458682 L 412134.5 -5459031 L 412340.1 -5460139 L 411479.7 -5460864 L 410800.3 -5460686 L 410589.9 -5460966 L 410824.5 -5461666 L 410344.4 -5464193 L 410527.2 -5464519 L 410622.1 -5464890 L 410790.9 -5465641 L 409643.5 -5468032 L 409844.7 -5468953 L 409790.5 -5469278 L 409111.4 -5469648 L 408613.9 -5470692 L 406990.8 -5472333 L 408195 -5473231 L 408489.6 -5473466 L 408150.8 -5473562 L 406830.1 -5473273 L 406576.6 -5473893 L 407188.9 -5475247 L 407518.3 -5477085 L 408055.1 -5477428 L 408283.7 -5478082 L 408545.3 -5478318 L 409196.8 -5478545 L 409286.2 -5479140 L 409110.9 -5479439 L 410077.2 -5479987 L 410424.6 -5480137 L 411193.6 -5480960 L 411196.2 -5482454 L 411419.9 -5482759 L 412159 -5482804 L 412168.9 -5483174 L 412112.4 -5484595 L 411827.8 -5484753 L 410713.1 -5485262 L 410017.4 -5484962 L 408990.7 -5483033 L 408687.4 -5483734 L 407600 -5483953 L 407155.9 -5484309 L 407073 -5484735 L 407218.6 -5484974 L 408609.7 -5486250 L 409134.8 -5488308 L 409089.9 -5488348 L 407755.8 -5488689 L 407899.2 -5490452 L 408045 -5490790 L 407793.7 -5491080 L 407379.3 -5491726 L 407201.2 -5492064 L 406672.6 -5492588 L 405742.3 -5492045 L 405535.6 -5492974 L 407331.9 -5493139 L 407507.7 -5493861 L 407403 -5493957 L 407088.6 -5493793 L 406473 -5493920 L 406339.7 -5494610 L 405516.4 -5495260 L 407149.8 -5496664 L 407584.4 -5497701 L 407384.2 -5498420 L 407284.1 -5498781 L 406571.6 -5499325 L 406371.2 -5499550 L 406154.9 -5499799 L 405966.6 -5500068 L 406648 -5500256 L 407077.4 -5501224 L 407648.3 -5501622 L 407742.2 -5501964 L 407862.1 -5503092 L 409536.2 -5503984 L 409906.4 -5504076 L 409849.3 -5504406 L 409800.7 -5505731 L 409531.2 -5505930 L 409291 -5506242 L 408552.6 -5506057 L 407380.8 -5504520 L 406700 -5504177 L 405344.8 -5505573 L 406563.9 -5506847 L 407231.3 -5507041 L 407298.1 -5507746 L 407368.7 -5509897 L 408071.2 -5509739 L 409354 -5510495 L 409539 -5510493 L 409188.5 -5511799 L 409371.2 -5512086 L 409906.8 -5513108 L 410887.2 -5512552 L 412418.1 -5512597 L 412947.4 -5512356 L 412818.7 -5512084 L 413121.1 -5511868 L 414194.6 -5512116 L 414781.1 -5510782 L 414948.2 -5510458 L 416109.3 -5510573 L 416395.4 -5509864 L 415262.9 -5508822 L 414922.4 -5508622 L 415043.5 -5508286 L 416053.7 -5508039 L 416175.1 -5507426 L 416152.2 -5507070 L 416691.8 -5506553 L 416934 -5506262 L 417983.4 -5506493 L 418938 -5506011 L 419240.4 -5505806 L 419903.6 -5505931 L 420233.7 -5506008 L 421770.3 -5507524 L 422743.3 -5507987 L 423033.8 -5508201 L 424033.1 -5506388 L 424156.3 -5506062 L 425485.8 -5507937 L 425804.3 -5508168 L 426237.8 -5507206 L 427335.2 -5507046 L 427983 -5507408 L 428857.4 -5506820 L 429532 -5507124 L 429900.8 -5507085 L 429925.7 -5507065 L 430300.7 -5507071 L 430573.9 -5506373 L 432068.1 -5505320 L 432069.3 -5504600 L 431324.3 -5504541 L 431482.8 -5504365 L 432593.1 -5504136 L 433824.9 -5504958 L 434143.3 -5504741 L 434429.5 -5504859 L 434676.9 -5505047 L 435825.9 -5505135 L 436396.5 -5504617 L 436761.1 -5504477 L 437787.7 -5504801 L 438260.9 -5505330 L 438449.6 -5505643 L 439059.4 -5506015 L 441209.1 -5506058 L 441557.3 -5506184 L 441691 -5506073 L 442618.6 -5505581 L 443970.4 -5505989 L 444327.3 -5505984 L 444607.2 -5505952 L 445667.9 -5505892 L 446291.2 -5505234 L 446605 -5505188 L 448582.4 -5504250 L 448778.6 -5503928 L 449491.8 -5503658 L 450515.8 -5504150 L 450585.7 -5504527 L 451442.7 -5503735 L 451786.2 -5503536 L 451986.7 -5502501 L 453060.3 -5501534 L 453406.5 -5501642 L 453919.1 -5501932 L 454431.7 -5500925 L 454762.2 -5500734 L 455846 -5500713 L 456491.7 -5501041 L 456809.1 -5501216 L 457546.2 -5501288 L 459936.7 -5500353 L 460189.1 -5499700 L 460330.3 -5499370 L 460452.5 -5499032 L 460724.9 -5498359 L 461364.5 -5498675 L 461608 -5498455 L 461925.8 -5498374 L 461442.8 -5497457 L 461962.6 -5496964 L 462254.1 -5496756 L 463947.2 -5498636 L 464252.6 -5498848 L 464239.7 -5498461 L 465104.9 -5497716 L 465352.2 -5497419 L 465766.8 -5497694 L 467193.2 -5496206 L 468639.7 -5496518 L 468287.7 -5495617 L 468102.1 -5495319 L 468802 -5494415 L 468994.2 -5494075 L 469506.2 -5494093 L 469716.7 -5494319 L 470153.7 -5495217 L 470760.3 -5495513 L 470528.9 -5495761 L 471506.7 -5495293 L 472554.3 -5495641 L 472933.2 -5495596 L 473012 -5495505 L 472824.3 -5495181 L 473272 -5494187 L 473046.8 -5492744 L 473342.2 -5492054 L 474297.8 -5491439 L 474616.3 -5491230 L 475806.1 -5492121 L 476149.4 -5492296 L 476051.9 -5494352 L 476406.9 -5494364 L 476399.4 -5494579 L 477355.4 -5495989 L 477378.2 -5496340 L 477415.5 -5496919 L 477497.1 -5497209 L 477836.1 -5497232 L 478174.2 -5497273 L 479529.4 -5496978 L 479768.7 -5496689 L 480118.6 -5497095 L 481502.5 -5497143 L 482121.7 -5496797 L 482454.4 -5496669 L 482606.6 -5496309 L 483474.6 -5495911 L 483783.7 -5495987 L 484832.6 -5495991 L 485157 -5496200 L 485262.1 -5497624 L 484833.4 -5498642 L 485089.3 -5500460 L 485377.8 -5500696 L 485712.1 -5500860 L 485506.3 -5500941 L 485574.7 -5501151 L 488406.2 -5501077 L 488673.6 -5500828 L 489166.5 -5501254 L 488916.8 -5501862 L 488808.5 -5502172 L 488975.8 -5502340 L 489909.7 -5503298 L 489653.2 -5503519 L 489932.7 -5503754 L 491008.3 -5503629 L 491659.5 -5502380 L 491961 -5502173 L 491938.7 -5503433 L 491821.2 -5504144 L 490549.1 -5505403 L 490342.8 -5505712 L 491571.5 -5506586 L 491466.3 -5506952 L 491617.3 -5506970 L 492041.3 -5505601 L 492224.6 -5505285 L 493277.1 -5505570 L 493486.5 -5506229 L 493753 -5506486 L 495283.9 -5502828 L 495551.4 -5503068 L 496129.4 -5502656 L 496617.3 -5501707 L 496599.5 -5502746 L 496822 -5503014 L 496294.1 -5503516 L 496402.4 -5504619 L 497810.1 -5505043 L 498371 -5505943 L 498729.8 -5505861 L 499277.1 -5506037 L 499449.6 -5506275 L 500316.1 -5505624 L 500374.6 -5504901 L 500598 -5504615 L 500964.9 -5504593 L 501708.2 -5503370 L 502037.8 -5503206 L 502412.5 -5503543 L 502921.2 -5504866 L 503626.8 -5504718 L 503990.8 -5504759 L 504155.2 -5505885 L 503897.7 -5506589 L 503785.5 -5506955 L 505661.6 -5506647 L 506013.9 -5506815 L 505957.1 -5505456 L 505714.1 -5504498 L 506508.2 -5505074 L 506679.8 -5505384 L 507020.2 -5506079 L 508178.2 -5506119 L 508563.1 -5506077 L 509086.9 -5505039 L 508390.4 -5503327 L 509019.4 -5502399 L 509169.6 -5502043 L 508920.7 -5501112 L 508139.8 -5501616 L 507812.6 -5501499 L 507761.2 -5500826 L 507167.8 -5500598 L 506955.5 -5499938 L 507641 -5499748 L 508126.9 -5498780 L 507967.5 -5498117 L 508132.8 -5497794 L 507876.3 -5497523 L 506962.1 -5496919 L 506744.9 -5496817 L 507153.8 -5496319 L 507353.3 -5496066 L 508591.6 -5494811 L 508837 -5494537 L 508955.7 -5493897 L 509744.3 -5492243 L 509958.7 -5491934 L 510026.1 -5491628 L 509156.5 -5491301 L 509106.9 -5490541 L 509500.6 -5489890 L 509481.8 -5488019 L 509079.5 -5487843 L 509222.1 -5486685 L 508827.9 -5485607 L 506934.1 -5485183 L 507378.2 -5483766 L 507721.9 -5483601 L 508394 -5482663 L 508740.7 -5482493 L 508886.8 -5481062 L 507650.4 -5480360 L 507710 -5479663 L 509003.8 -5479060 L 509352.6 -5478979 L 510878.1 -5478228 L 511199.9 -5478108 L 511756.9 -5477599 L 511996.3 -5477302 L 511684.3 -5476820 L 511918.9 -5476627 L 511584.6 -5476460 L 508759.9 -5475609 L 507956.4 -5476356 L 507214.6 -5476443 L 506789.5 -5475887 L 506812.4 -5474839 L 506835 -5474638 L 506851.6 -5474438 L 506900.9 -5474069 L 506873.5 -5471853 L 506524.5 -5471882 L 506779.1 -5469691 L 505815.1 -5469224 L 505506.9 -5467127 L 505204.2 -5466283 L 504907.1 -5466217 L 503409.7 -5465049 L 502555.2 -5463820 L 502445.9 -5464180 L 500838.6 -5465093 L 500559.7 -5465165 L 500046.2 -5465420 L 499789.6 -5465123 L 497312.9 -5463335 L 497527.4 -5463064 L 498350.3 -5462003 L 497978.2 -5461465 L 497729.7 -5461247 L 499098.5 -5460587 L 499480.7 -5459652 L 500569.4 -5459973 L 501235.8 -5459636 L 500937.4 -5458935 L 501305.3 -5458892 L 502099.7 -5459580 L 502422.3 -5459390 L 502464.9 -5458669 L 501905.9 -5458167 L 501909.2 -5457792 L 502144.2 -5457271 L 501846.8 -5456575 L 502291.9 -5455099 L 502321.1 -5454709 L 502321 -5454660 L 502736.6 -5452888 L 501564.7 -5451985 L 500560.4 -5452389 L 500814.7 -5453066 L 500011.1 -5453805 L 499617 -5453766 L 497295.1 -5453389 L 496884.9 -5452799 L 497280 -5451820 L 497664.3 -5450947 L 497657.1 -5448791 L 497827.5 -5448455 L 498170.2 -5448274 L 498523.9 -5448115 L 498779.5 -5448392 L 499277.6 -5448950 L 501047.2 -5447618 L 501464.2 -5446570 L 501856.1 -5446510 L 502643 -5446421 L 502488.4 -5447696 L 502439 -5448020 L 502054 -5448051 L 501737.3 -5448754 L 500334.5 -5448406 L 499919.6 -5449478 L 499786.6 -5451000 L 499999.2 -5451323 L 500336.6 -5451511 L 501093.9 -5451654 L 502134.1 -5451196 L 502425.7 -5450485 L 503051.5 -5450848 L 503687 -5450579 L 504344.5 -5450297 L 504264.6 -5449316 L 504494.1 -5449041 L 505188.8 -5449366 L 505858.2 -5449027 L 506115.9 -5448311 L 505820.5 -5446057 L 505985.9 -5445712 L 506754.8 -5445086 L 506202.1 -5446844 L 507352.4 -5449548 L 508236.1 -5448823 L 508160.1 -5446243 L 509133.1 -5445648 L 509898.1 -5445602 L 510257.2 -5445119 L 509125.1 -5444128 L 509145.4 -5443745 L 507689.4 -5443859 L 508157.4 -5443303 L 508402.9 -5443032 L 508149.4 -5442764 L 507555.2 -5442683 L 506726.5 -5443411 L 506660.7 -5441953 L 506226.4 -5441311 L 505492.1 -5441181 L 505116.1 -5440681 L 505115.8 -5440680 z M 499175.1 -5451027 L 499050.2 -5451103 L 498970.1 -5451054 L 499056.4 -5451218 L 499002.4 -5451234 L 498946.3 -5451204 L 498827.5 -5451295 L 498889.9 -5451520 L 498801.1 -5451646 L 498606.1 -5451652 L 498612.2 -5451717 L 498773.5 -5451860 L 499119.8 -5452007 L 499047.4 -5452298 L 499339.7 -5452420 L 499434.6 -5452344 L 499724.9 -5452462 L 499919.7 -5452360 L 500076.1 -5452029 L 500089.9 -5451934 L 499764.9 -5451962 L 499754.9 -5451948 L 499727.4 -5451708 L 499866.1 -5451551 L 499733.8 -5451392 L 499664.8 -5451398 L 499577.5 -5451239 L 499546.2 -5451099 L 499487.4 -5451214 L 499331.3 -5451186 L 499285 -5451056 L 499174.9 -5451027 L 499175.1 -5451027 z "
id="path638" />
<path
d="M 214558.1 -5379230 L 214919.1 -5380024 L 214944.9 -5380408 L 218617.5 -5384206 L 218870.2 -5384402 L 219994.8 -5384607 L 221320 -5385986 L 221308.4 -5387146 L 221748.8 -5388562 L 222256.5 -5389106 L 222614.1 -5389239 L 223148.6 -5390182 L 223139.4 -5391991 L 223746.4 -5392163 L 224110.8 -5392173 L 223879 -5392838 L 222507.7 -5393361 L 221962.6 -5395452 L 221866.3 -5395810 L 221850.1 -5396190 L 222737.5 -5396873 L 223161.2 -5397916 L 224356.2 -5398753 L 224702.2 -5398594 L 224698.8 -5399344 L 222703.7 -5400242 L 222375.8 -5400431 L 222188.2 -5400712 L 221711.7 -5401179 L 221428.8 -5401349 L 220403.4 -5402106 L 219963.3 -5402735 L 219727.5 -5403857 L 218909.4 -5404673 L 218178 -5404833 L 217952.1 -5404525 L 217166 -5404432 L 216831 -5404588 L 216574.7 -5406370 L 217409.2 -5407071 L 218558.4 -5407043 L 219510.8 -5407662 L 219857.6 -5407829 L 221346 -5409933 L 221689.7 -5410088 L 221957.5 -5410330 L 222034.4 -5410682 L 224758.3 -5411136 L 226556.8 -5411878 L 226951.3 -5411915 L 227198.3 -5412226 L 227439.3 -5412543 L 229121.5 -5414061 L 229458.3 -5414245 L 228837.4 -5414559 L 228035.3 -5415694 L 227826.8 -5415991 L 228925.3 -5416993 L 229509.8 -5416526 L 231695.7 -5415992 L 232405 -5416236 L 232376.2 -5415061 L 232185.2 -5414713 L 233719.4 -5414613 L 234752.6 -5415123 L 235084.4 -5415321 L 235324.8 -5415379 L 235570.1 -5415413 L 237015.7 -5415527 L 237395.6 -5414902 L 237751.7 -5414818 L 238429.2 -5415210 L 239315 -5416502 L 241217.6 -5416865 L 242079.8 -5416622 L 242224.2 -5416335 L 243296.9 -5416629 L 243225.6 -5417382 L 244667.7 -5417719 L 245317.5 -5418654 L 245670.5 -5418968 L 248032.7 -5419050 L 248584.3 -5418700 L 248546.4 -5418333 L 249619.1 -5418674 L 249938.9 -5418471 L 250038.2 -5417719 L 250265.7 -5417416 L 251128.5 -5416166 L 251489.5 -5416029 L 252815.9 -5416163 L 252996.1 -5416201 L 253270.9 -5415580 L 252555.9 -5415404 L 252464.2 -5414707 L 254055 -5413187 L 254178.9 -5413105 L 255075.5 -5414368 L 255403.2 -5414578 L 255145.1 -5415481 L 255009.7 -5415799 L 255456.2 -5416720 L 255595 -5417032 L 257143.1 -5416977 L 257581 -5416345 L 257753.3 -5415997 L 258583.8 -5416359 L 258886.9 -5416308 L 260011.9 -5416348 L 260659.5 -5415955 L 261044.7 -5415896 L 261885.2 -5415833 L 262656.5 -5415296 L 262928.3 -5415119 L 263847.2 -5414797 L 264374.5 -5415191 L 264628.2 -5415411 L 265022 -5414781 L 266356.7 -5414204 L 266780.8 -5413225 L 268386.9 -5412323 L 268645.6 -5412566 L 269910.1 -5411940 L 270249.1 -5411837 L 268953.3 -5413663 L 269158.2 -5413986 L 270232.5 -5414210 L 270495.1 -5415267 L 271192.8 -5414486 L 271782.9 -5414345 L 273153.9 -5414787 L 273816.9 -5414581 L 274114.6 -5414366 L 274522.4 -5414573 L 275218.7 -5415387 L 275348.6 -5415748 L 277238.1 -5417168 L 277491 -5417473 L 277490 -5417919 L 278127.2 -5418240 L 279076.2 -5417955 L 279272.6 -5417654 L 279308.7 -5417679 L 279142.9 -5418652 L 279090.6 -5418978 L 281609.9 -5420147 L 283557 -5420529 L 284166.8 -5421151 L 284172.5 -5421456 L 284474.2 -5422106 L 284632.1 -5422438 L 284821.7 -5423474 L 285770.6 -5424460 L 285969.4 -5424751 L 287355.2 -5424336 L 288981.5 -5425758 L 289287.2 -5425956 L 289464.9 -5426205 L 290092.7 -5425979 L 290673.1 -5425173 L 290763.4 -5424851 L 291060 -5423354 L 292146.2 -5423168 L 292519.7 -5423280 L 293144.8 -5423580 L 293586.2 -5424519 L 293790 -5424801 L 295838.4 -5425325 L 296349.7 -5424928 L 296519.1 -5424614 L 297260.5 -5424613 L 297758 -5425151 L 298043.6 -5426594 L 298986.3 -5427106 L 300046.1 -5427226 L 300401.4 -5427270 L 300482.4 -5425566 L 300809.2 -5425420 L 302414 -5425836 L 302735.4 -5425945 L 303520.8 -5425117 L 304221.6 -5424889 L 304484.1 -5424608 L 306224.6 -5425310 L 307645.4 -5427487 L 307840.2 -5427810 L 309772.4 -5426650 L 309424.7 -5425548 L 310343.5 -5425281 L 309058.3 -5423296 L 308969.4 -5422909 L 308640.8 -5422718 L 308329.3 -5421254 L 308230.4 -5420887 L 310515.2 -5419464 L 311079.4 -5418137 L 311843.5 -5418006 L 312840.2 -5418556 L 312336.2 -5417794 L 312294.5 -5417489 L 312982.5 -5417327 L 313333.6 -5417286 L 313491.7 -5418176 L 314608.9 -5418057 L 316203.4 -5417082 L 317615.4 -5417237 L 317995.6 -5417248 L 320098.8 -5416502 L 320394.4 -5416734 L 321919.7 -5418345 L 322234.3 -5418545 L 323152.4 -5417976 L 323504.3 -5417879 L 323598.6 -5417550 L 322786 -5416985 L 322696.2 -5416654 L 322868.8 -5416426 L 323007.3 -5416175 L 324430.6 -5416477 L 324200.2 -5415000 L 324489.7 -5414288 L 325122.1 -5413899 L 326185.3 -5414233 L 324452.5 -5411952 L 324199.8 -5411671 L 325425.9 -5411039 L 325707.5 -5410808 L 326703.7 -5409814 L 327010.4 -5409621 L 327672.3 -5409456 L 327952 -5409248 L 330106.5 -5407211 L 330759.4 -5407059 L 331096.2 -5406900 L 331449 -5406747 L 331778.7 -5406550 L 332002.2 -5406256 L 333041.5 -5406182 L 333668.8 -5405265 L 334622 -5404704 L 334843.5 -5404408 L 334905.7 -5403997 L 334465.1 -5403349 L 335928.8 -5401045 L 336149.2 -5400719 L 335287.3 -5399966 L 334871.9 -5398890 L 334126.1 -5398672 L 333767.7 -5398521 L 332932.6 -5397692 L 332641.9 -5397424 L 332797.3 -5397084 L 334280.8 -5397057 L 335155.7 -5396359 L 335440.3 -5396116 L 335462.7 -5395825 L 335261 -5395527 L 335139.6 -5393887 L 335367.2 -5393644 L 336303.9 -5392836 L 336438.9 -5392825 L 337518.2 -5393727 L 338514.7 -5393303 L 338852.5 -5393161 L 338474 -5392512 L 339158.7 -5391238 L 339432.3 -5390975 L 339295.9 -5390320 L 339326.8 -5389270 L 339978.6 -5389040 L 339678 -5388793 L 338986 -5387407 L 339208 -5386329 L 339547.4 -5386478 L 340942.6 -5386297 L 341118.6 -5383721 L 342405.4 -5382352 L 344291.6 -5382065 L 345221.6 -5381389 L 345545.3 -5381175 L 346346.5 -5380621 L 346670.7 -5380646 L 347479.6 -5379394 L 346489 -5378244 L 347043.4 -5377797 L 349296 -5376634 L 349662 -5376585 L 349534.2 -5376212 L 348636.6 -5374474 L 347650 -5373834 L 348352.1 -5373228 L 348654 -5373136 L 348652.3 -5372782 L 348442.3 -5371751 L 347145.9 -5371267 L 347212.4 -5370987 L 347251.9 -5370702 L 347439.9 -5369553 L 348500.3 -5367926 L 349116.7 -5367483 L 349897 -5367464 L 350042.4 -5367103 L 349794.8 -5366826 L 347676.4 -5364865 L 347854.2 -5363027 L 346422.5 -5361835 L 346182.1 -5361119 L 345857.7 -5360950 L 344717.9 -5359600 L 344515.3 -5359886 L 343908.7 -5359710 L 343761 -5359371 L 342924.5 -5358157 L 341839.2 -5358244 L 340691.2 -5357372 L 339675.6 -5357822 L 339810.1 -5357483 L 338740.2 -5356668 L 338529.6 -5356951 L 338063.3 -5357478 L 337715 -5357419 L 335785.8 -5356640 L 335590.6 -5356546 L 335262 -5355694 L 335032.4 -5355396 L 334328.6 -5354517 L 334334.3 -5353765 L 333372.2 -5352194 L 333597.8 -5351894 L 333910.3 -5352091 L 334956.1 -5352298 L 336322.6 -5351073 L 337027.5 -5350863 L 336671.1 -5350702 L 336043.1 -5350266 L 335402.4 -5348846 L 335793.4 -5348170 L 335469.6 -5347758 L 337927.5 -5343471 L 338433.5 -5342101 L 336714.6 -5341354 L 336701.4 -5340600 L 336016.6 -5340286 L 335681.2 -5340140 L 333111.9 -5338769 L 332830.1 -5339002 L 332522.3 -5339211 L 331612.9 -5339824 L 331159.3 -5340836 L 330529 -5340852 L 330426.4 -5341119 L 330293.8 -5341373 L 330312.5 -5341764 L 327982.9 -5345672 L 327770.3 -5347149 L 327416.4 -5347281 L 325469.1 -5348263 L 324741.4 -5348078 L 323912.8 -5347348 L 323865.2 -5346983 L 324333.4 -5345205 L 324079.3 -5345201 L 323842 -5345109 L 323672.5 -5345436 L 323176.7 -5346275 L 322477 -5346054 L 321042.7 -5346299 L 319963.2 -5346317 L 319609.1 -5346385 L 317579.2 -5347031 L 316873.7 -5346950 L 316886.4 -5347347 L 316854.7 -5348125 L 316411.6 -5348776 L 316079.5 -5348836 L 315103.4 -5349049 L 313815.8 -5350861 L 314090.1 -5351555 L 314699.1 -5351965 L 313693.2 -5353501 L 312510.3 -5352747 L 311586.9 -5353359 L 310066.1 -5353336 L 309752.2 -5353504 L 309130.4 -5353816 L 308982.5 -5354510 L 308891 -5354810 L 308109.4 -5355277 L 307572.1 -5354720 L 306613.6 -5355305 L 305809.5 -5356623 L 305606.4 -5357763 L 306130.5 -5358219 L 306133.1 -5358584 L 305702.6 -5360680 L 305739.3 -5361070 L 305616.3 -5362236 L 305486.7 -5362482 L 305275.9 -5362665 L 305424.6 -5363008 L 305278.6 -5365244 L 305802.8 -5365760 L 306004.9 -5366852 L 305603.8 -5367481 L 305414.2 -5367771 L 305026 -5368326 L 305031.7 -5368724 L 304739.7 -5369877 L 304009 -5370806 L 303797.7 -5370698 L 303134.9 -5370979 L 302834.1 -5371195 L 301960.6 -5372237 L 301242.5 -5372405 L 300865.3 -5372429 L 300025.2 -5373184 L 298971 -5373403 L 298617.7 -5373354 L 297746 -5373796 L 297437.5 -5373616 L 297343.7 -5373226 L 297121 -5372934 L 294642.9 -5372601 L 294362.8 -5372642 L 294092.8 -5372725 L 293763.4 -5372629 L 292349.7 -5371666 L 292122.3 -5371518 L 291743.2 -5371585 L 290677.8 -5371737 L 290499.3 -5371005 L 290721.1 -5370293 L 290377.6 -5370150 L 289183.4 -5370990 L 288540.7 -5370825 L 288672.2 -5370512 L 289310.1 -5369723 L 289554.8 -5369467 L 289163.5 -5368908 L 288818.1 -5368829 L 287110.5 -5368565 L 286826.7 -5368776 L 286518.6 -5368808 L 286053.5 -5368396 L 285680 -5367721 L 285847.4 -5367368 L 285062.5 -5366053 L 283896.8 -5366105 L 283900.6 -5366005 L 283594.1 -5365860 L 282668 -5365598 L 282422.3 -5365309 L 281651.4 -5364012 L 282210 -5363049 L 280507.5 -5362822 L 280194.3 -5362831 L 279277.7 -5362847 L 278957.8 -5363012 L 277998.8 -5363947 L 277888 -5364658 L 277552 -5364815 L 276136.4 -5364497 L 275966 -5363818 L 273753.6 -5362832 L 273868.1 -5362491 L 273539.3 -5363269 L 273350.7 -5363586 L 273654 -5364177 L 273655.7 -5364545 L 273525.9 -5368517 L 273707.3 -5368676 L 274114.3 -5370139 L 273949.2 -5371222 L 273282.4 -5371583 L 272933.3 -5371676 L 271936.1 -5370878 L 269864.4 -5370773 L 269108.9 -5370826 L 267698.9 -5371395 L 267384 -5371572 L 266905.6 -5372092 L 267025.4 -5373516 L 266652.3 -5374126 L 266908.9 -5374340 L 266585.4 -5375268 L 266571 -5375600 L 266568.7 -5375954 L 265742.2 -5377063 L 265397.8 -5376985 L 265856.9 -5378368 L 267458.4 -5379022 L 267546.9 -5379753 L 265054.3 -5381404 L 264331.3 -5382211 L 264180.9 -5382558 L 264073.3 -5382821 L 263895.6 -5383041 L 263631.9 -5383311 L 263079.5 -5383811 L 262444.5 -5383533 L 261354.2 -5383821 L 260502 -5384530 L 260131.8 -5383560 L 259330.6 -5382792 L 259087.8 -5382487 L 260323 -5381090 L 259705.6 -5380114 L 258374 -5379343 L 258076.9 -5377883 L 257068.4 -5378060 L 257055.8 -5378787 L 256753 -5378989 L 255367.3 -5379212 L 255129.5 -5379438 L 254556.7 -5379758 L 253400.8 -5378265 L 253231.2 -5377530 L 251948.9 -5376925 L 251933.2 -5375507 L 251016.3 -5375967 L 250666.8 -5376875 L 250324.6 -5376951 L 249343.6 -5377359 L 249049.7 -5377562 L 249085.6 -5378515 L 248778.6 -5378627 L 248527.8 -5378344 L 246710.3 -5378367 L 246786.5 -5378456 L 246501.7 -5378693 L 245165.7 -5379281 L 244871 -5379057 L 244112.4 -5379079 L 242783.9 -5377897 L 241719.2 -5378006 L 240525.7 -5378810 L 240255 -5378565 L 239777.6 -5377585 L 238544.3 -5376972 L 238311.5 -5376686 L 237099 -5374966 L 236425.6 -5375090 L 236299.1 -5375436 L 236050.4 -5375191 L 235711.9 -5374580 L 235409.9 -5374722 L 234128 -5374867 L 234055.3 -5375057 L 233704.6 -5374876 L 232564.4 -5373799 L 229478.2 -5372153 L 229551.3 -5373193 L 229565.1 -5373588 L 229348.6 -5375538 L 228622.5 -5376868 L 228587.8 -5376517 L 227475.4 -5375861 L 227446 -5375166 L 227115.4 -5375041 L 226763.8 -5374930 L 226078.5 -5375120 L 226000.1 -5375479 L 224977.6 -5375245 L 224383.7 -5375622 L 224020.1 -5375481 L 223608.4 -5374817 L 223841.3 -5374134 L 224950.4 -5373078 L 221874.5 -5371670 L 221551.1 -5371627 L 220613.5 -5372375 L 220475 -5372729 L 220450.2 -5374916 L 219300 -5374956 L 217814.3 -5373876 L 217653.7 -5374166 L 217456.9 -5375401 L 217527.2 -5376032 L 217249.3 -5376264 L 216887.2 -5376405 L 215610.4 -5378773 L 214557.1 -5379231 L 214558.1 -5379230 z "
id="path639" />
<path
d="M 569716.1 -5023433 L 569406.1 -5023223 L 567926 -5023226 L 566526.9 -5023678 L 565615.9 -5024799 L 564999.8 -5024399 L 564897.8 -5024762 L 564900.9 -5026263 L 563847.8 -5025942 L 563460.8 -5026581 L 562517.8 -5027182 L 561757.7 -5026456 L 561385.7 -5026408 L 561380.7 -5026034 L 561067.7 -5024964 L 561135.7 -5023134 L 560547.7 -5022716 L 559867.7 -5022563 L 558870.7 -5023180 L 558641.7 -5022948 L 557559.7 -5022840 L 556766.7 -5023543 L 556050.7 -5023544 L 555717.7 -5023696 L 555406.7 -5023609 L 554762.7 -5023662 L 554395.7 -5023584 L 554235.7 -5024234 L 554562.7 -5024864 L 553849.7 -5025051 L 553042.7 -5025792 L 552808.7 -5026067 L 552093.7 -5025981 L 551685.7 -5025393 L 551371.7 -5023881 L 549981.8 -5023305 L 549638.8 -5022251 L 548587.9 -5021181 L 547841.9 -5021093 L 546039.9 -5022983 L 545709.9 -5023175 L 545335.9 -5024734 L 545483.9 -5025037 L 545375.9 -5025402 L 544931.9 -5026020 L 544768.9 -5026380 L 543991.9 -5028179 L 543618.9 -5027516 L 542942.9 -5027236 L 542337.9 -5027691 L 540275 -5028130 L 540018 -5028423 L 539100 -5029111 L 538650 -5030948 L 538300 -5030792 L 536946.1 -5030120 L 535715.2 -5028699 L 535488.3 -5027987 L 535117.3 -5027892 L 534758.3 -5028014 L 532893.5 -5028022 L 532332.6 -5027522 L 532201.6 -5027834 L 531258.7 -5028193 L 530594.8 -5027855 L 529907.9 -5028176 L 529184 -5027943 L 528190 -5029084 L 527899 -5029345 L 527291 -5030324 L 527018 -5030144 L 526111.1 -5030167 L 525294.4 -5027481 L 524955.4 -5027650 L 524825.4 -5028385 L 523613.4 -5029823 L 522903.5 -5030025 L 522586.6 -5029817 L 522559.6 -5029426 L 522278.8 -5028285 L 521949.9 -5027729 L 521601 -5027537 L 519814.4 -5026735 L 519476.5 -5026627 L 518438.7 -5026707 L 517934.7 -5027157 L 517883.7 -5026796 L 516893 -5025770 L 516572.3 -5024359 L 516353.3 -5024416 L 516011.4 -5024104 L 515819.4 -5024438 L 515072.5 -5024402 L 514554.7 -5023841 L 513517 -5023426 L 513356.1 -5022701 L 513640.1 -5022440 L 511301.6 -5022301 L 510937.7 -5022260 L 510338.8 -5022670 L 509701 -5022319 L 507562.4 -5022648 L 507323.5 -5022439 L 507010.6 -5022388 L 506807.7 -5022059 L 506382 -5021019 L 504945.4 -5020627 L 504408.6 -5020085 L 504610.9 -5018574 L 503918.3 -5017693 L 504115.3 -5017362 L 503815.4 -5017190 L 502340 -5016399 L 501988.1 -5016352 L 501331.4 -5016100 L 500896.8 -5015160 L 500528.9 -5015293 L 499399.1 -5015563 L 496953.3 -5017353 L 495436.7 -5017601 L 495387.6 -5017983 L 494141.4 -5019910 L 493551.1 -5021740 L 493530 -5022260 L 493269.7 -5023784 L 493412.6 -5024148 L 493064.7 -5024018 L 492035.9 -5024307 L 491084.9 -5025383 L 490769.9 -5025574 L 490119 -5025812 L 489563.4 -5024953 L 489188.5 -5025036 L 488348.5 -5025808 L 487910.4 -5026838 L 487522.5 -5026810 L 486010 -5026662 L 485017 -5027733 L 483009.8 -5026638 L 482650.1 -5025979 L 482291.2 -5026096 L 481948.3 -5026231 L 480846.6 -5026194 L 479904.7 -5026727 L 479577.8 -5026875 L 478203.3 -5026561 L 477123.9 -5025641 L 476347.9 -5026480 L 475957.7 -5027530 L 474570.8 -5028715 L 474434.4 -5030224 L 474698.3 -5030434 L 475227.9 -5031239 L 475107.8 -5031888 L 473990.1 -5031939 L 472915.5 -5031571 L 472210.5 -5032456 L 471860.6 -5032553 L 471184.7 -5032794 L 470114.1 -5032591 L 470189 -5032965 L 469983.6 -5034860 L 469483.8 -5034841 L 468294.5 -5033375 L 467528.7 -5033346 L 466199.9 -5034017 L 465543.8 -5034933 L 465172.9 -5034920 L 463185.8 -5034125 L 463251.7 -5034473 L 463839 -5036508 L 463472.1 -5036539 L 462075.4 -5036893 L 461061.8 -5036466 L 461499.2 -5038056 L 461243.1 -5038602 L 461122.1 -5038878 L 461170.9 -5039608 L 461865.4 -5040949 L 461597.3 -5041615 L 461838.1 -5042300 L 461615.9 -5043402 L 461864.8 -5043688 L 461754.6 -5044529 L 461694.6 -5044832 L 461048.8 -5044777 L 460169 -5045167 L 459547.9 -5046523 L 458468 -5047639 L 457636.9 -5049382 L 457797.7 -5050089 L 458518.4 -5050696 L 458812.3 -5050845 L 459111.8 -5053491 L 459111.7 -5053876 L 459447.5 -5054497 L 461603 -5054334 L 461910.9 -5054385 L 462003.8 -5054869 L 461994.8 -5055181 L 462550.5 -5056133 L 461660.6 -5057262 L 461667.5 -5057965 L 462453.2 -5058968 L 462776.1 -5059077 L 462594.1 -5059389 L 462562 -5060426 L 462209.1 -5060593 L 462244.9 -5062109 L 459970.1 -5065250 L 459440.1 -5066272 L 458357.3 -5066571 L 458029.3 -5067269 L 457082.4 -5067871 L 456751.5 -5067681 L 456114.6 -5067905 L 455484.7 -5068846 L 455436.7 -5069198 L 455247.6 -5070931 L 452052 -5074881 L 451952 -5075254 L 453054.8 -5076330 L 454931.5 -5076005 L 455429.4 -5076524 L 455920.3 -5077354 L 456609.2 -5077276 L 456757.2 -5077985 L 456275.3 -5078518 L 456225.3 -5079242 L 456284.3 -5079602 L 457985 -5079754 L 457982 -5080104 L 458680.9 -5080080 L 459706.7 -5079303 L 460067.6 -5079281 L 460801.5 -5080582 L 460850.5 -5081726 L 461605.4 -5081838 L 464555.1 -5084245 L 464827.1 -5084520 L 465188.1 -5084692 L 464109.3 -5085103 L 464133.4 -5086619 L 464732.4 -5087101 L 464725.5 -5087838 L 466061.4 -5088485 L 465834.5 -5089566 L 468652.3 -5090517 L 469015.3 -5090616 L 469325.4 -5091315 L 468502.6 -5092574 L 468249.7 -5092865 L 467972.9 -5093911 L 468440.1 -5095676 L 468382.2 -5096041 L 468654.3 -5096685 L 468532.5 -5097711 L 468733.5 -5097997 L 468465.6 -5098287 L 466483.9 -5099574 L 465047.6 -5102814 L 464743.9 -5103960 L 464900 -5104733 L 464776.1 -5105423 L 464634.4 -5106887 L 464754.5 -5107570 L 465203.6 -5108078 L 465230.8 -5108796 L 465438 -5109765 L 465808 -5109994 L 465916.1 -5110241 L 467633.7 -5108704 L 467913.6 -5108429 L 468459.7 -5108713 L 468727.7 -5108883 L 470077.5 -5108181 L 470408.4 -5107978 L 471448.3 -5107596 L 472192.3 -5107745 L 472777.4 -5108244 L 473364.7 -5109631 L 473536.8 -5109930 L 473895.2 -5111351 L 474381.4 -5111934 L 474525.8 -5113437 L 475169.9 -5113840 L 476264 -5114148 L 476534.1 -5114425 L 477827.1 -5114307 L 478108.1 -5114480 L 478071.3 -5115210 L 478653.6 -5116119 L 478050.2 -5117859 L 478677.5 -5118797 L 478857.6 -5119131 L 479921.5 -5118737 L 480952.2 -5117639 L 481710.2 -5117720 L 482806.9 -5116686 L 483025.8 -5116375 L 484475.7 -5116126 L 484846.7 -5116103 L 485382.1 -5117081 L 485514.6 -5118568 L 485848.7 -5118739 L 485418.2 -5120089 L 485528.5 -5120796 L 485535.6 -5121164 L 488323.3 -5122651 L 488667.4 -5122806 L 489148.2 -5122194 L 490712.4 -5122422 L 492205.3 -5121933 L 493761.5 -5122007 L 494943.3 -5121196 L 495307.3 -5121153 L 494249.8 -5120111 L 494776.5 -5119161 L 494563.4 -5118845 L 494284.3 -5118597 L 493600.2 -5118421 L 492979 -5117942 L 492693.6 -5116803 L 493291.1 -5115352 L 493223.8 -5114568 L 492583.6 -5114151 L 492781.5 -5113906 L 492963.4 -5113650 L 495480.3 -5113101 L 495773.4 -5113340 L 496501.9 -5108956 L 496716.8 -5108648 L 497047.6 -5108067 L 497283.5 -5107830 L 497930.6 -5108145 L 499022.6 -5108000 L 500157.3 -5107038 L 500568 -5106012 L 501135.9 -5105614 L 501482 -5105753 L 502181.1 -5106037 L 502486.2 -5106260 L 503353 -5105505 L 506500.6 -5106740 L 507181 -5104953 L 507057.6 -5103807 L 507257.5 -5103476 L 507881.5 -5103383 L 508201.5 -5103384 L 508434.5 -5103264 L 508608.5 -5103066 L 508879.4 -5102828 L 509345.3 -5102282 L 512959.4 -5101680 L 513327.4 -5101750 L 513334.7 -5102514 L 516044 -5102690 L 516614.8 -5101854 L 517108 -5102200 L 517438 -5102117 L 517279.9 -5101799 L 517807.8 -5101399 L 518150.8 -5101312 L 519037 -5101527 L 519298.1 -5101688 L 520783.1 -5101379 L 521446.3 -5101718 L 522495.4 -5101544 L 522840.5 -5101704 L 523082.3 -5101196 L 523767.4 -5101247 L 523973.3 -5100972 L 525196.2 -5100360 L 525108.9 -5099662 L 525142.8 -5099310 L 525467.9 -5099528 L 528005.6 -5100481 L 529065.2 -5101608 L 530593.5 -5101866 L 531908 -5102716 L 532099.9 -5102374 L 533090.6 -5101218 L 533851.7 -5101164 L 534531 -5101559 L 534820.8 -5101071 L 535079.7 -5100814 L 535077.4 -5100084 L 535951.1 -5098951 L 535592 -5098850 L 535283.9 -5098640 L 535620.5 -5097577 L 535380.6 -5095388 L 535730.7 -5095527 L 536077.8 -5095677 L 537120.1 -5096084 L 539732.5 -5096117 L 539749.8 -5096775 L 541113.1 -5096894 L 541627.9 -5096087 L 541919 -5096291 L 542253 -5096229 L 542372.2 -5096578 L 544167.5 -5096532 L 544646.8 -5097086 L 544979.9 -5097244 L 545767.8 -5096535 L 546911.3 -5094669 L 546948.2 -5094298 L 547917.8 -5092776 L 548272 -5090610 L 548410.9 -5090267 L 548962.2 -5090756 L 550724.4 -5090283 L 551094.5 -5090302 L 551980.4 -5089733 L 552196.9 -5088360 L 552343.8 -5088025 L 553018.6 -5087245 L 553233.5 -5086970 L 553243.5 -5086945 L 555369.6 -5086080 L 555763.4 -5085454 L 555970.3 -5085133 L 556848.2 -5084432 L 557855.7 -5082397 L 557966.6 -5082031 L 557653.5 -5081844 L 556406.7 -5080375 L 554968.4 -5080284 L 555101.3 -5079958 L 555346.1 -5079306 L 555985.2 -5079418 L 555839.1 -5079070 L 555393.7 -5078128 L 555267.6 -5078009 L 555890 -5075817 L 554810.8 -5072588 L 553456.4 -5071842 L 553328.2 -5071166 L 553877.1 -5070608 L 556066.2 -5069793 L 556725.9 -5068506 L 556440.8 -5068236 L 556234.7 -5068057 L 556125.6 -5067782 L 555980.5 -5067524 L 556271.5 -5067294 L 557460.3 -5065940 L 558223.6 -5066552 L 559191.2 -5064571 L 559827.2 -5064182 L 560197.3 -5064137 L 559898.1 -5063563 L 560137 -5062959 L 560325 -5062693 L 559829.6 -5061413 L 559922.4 -5060702 L 559974.3 -5060348 L 561119.1 -5058801 L 561312 -5058465 L 561986.7 -5056836 L 562179.7 -5056541 L 563147.6 -5055513 L 563278.5 -5054819 L 563390.4 -5054484 L 563511.3 -5054188 L 563625.3 -5053888 L 564583.3 -5053357 L 566364.5 -5053068 L 566508.4 -5052364 L 566571.3 -5052004 L 566881.3 -5051918 L 567189.3 -5051825 L 568166.2 -5050717 L 569967.4 -5050285 L 570302.4 -5050109 L 570361.3 -5049762 L 572149.3 -5048148 L 572419.3 -5047914 L 572731.2 -5047314 L 572924.2 -5047007 L 573142.1 -5046315 L 573920.1 -5045557 L 573308.7 -5044170 L 574294.3 -5040894 L 574592.2 -5039984 L 574799.2 -5039727 L 575153.2 -5039532 L 575420.2 -5039393 L 576307.2 -5038841 L 576262.1 -5038154 L 576446.1 -5037856 L 576271 -5037526 L 575364.7 -5036871 L 575053.6 -5036214 L 574992.5 -5035851 L 575481.4 -5034871 L 575204.3 -5034188 L 575675.3 -5033637 L 575360.2 -5033521 L 574512 -5033086 L 574728 -5032793 L 574766 -5032430 L 574765 -5032310 L 574497.9 -5032055 L 572744.6 -5031566 L 571279.3 -5030587 L 570923.3 -5030684 L 570710.2 -5030359 L 570401.1 -5029646 L 569738 -5029289 L 569245.8 -5027858 L 569287.6 -5024845 L 569715.6 -5023433 L 569716.1 -5023433 z "
id="path640" />
<path
d="M 628466.3 -5047362 L 628117.2 -5047522 L 628092 -5047165 L 627929.6 -5046481 L 628990.7 -5045132 L 628389.3 -5044992 L 627807.9 -5044766 L 627635 -5045117 L 627084.9 -5045661 L 626270.3 -5047852 L 625408.1 -5048636 L 625089.9 -5048457 L 624483.4 -5048054 L 623253.8 -5048063 L 622994.8 -5048336 L 621940.7 -5049316 L 621637.6 -5049468 L 620772 -5048946 L 620124.7 -5049045 L 619762.5 -5048995 L 618160.5 -5048170 L 617571.4 -5048590 L 616852.1 -5048615 L 616787.4 -5049362 L 616469.3 -5049562 L 613916.2 -5049541 L 613938.3 -5049841 L 614419.8 -5050546 L 614257.8 -5050836 L 613341.6 -5051224 L 612486.5 -5051913 L 611788.8 -5053643 L 611473.7 -5053764 L 610291.4 -5054349 L 609950.2 -5054318 L 609339 -5054595 L 609218.2 -5055155 L 608913.2 -5055381 L 607920.4 -5056964 L 608172.6 -5057149 L 607898.8 -5057948 L 607534.7 -5058087 L 605808.3 -5058872 L 606021.5 -5059160 L 605783.8 -5060187 L 606357.4 -5061062 L 606080.4 -5061294 L 605725.5 -5061911 L 606277 -5062437 L 606446.5 -5063574 L 607181.2 -5064455 L 607653.2 -5066318 L 608549.9 -5067006 L 608409 -5067298 L 607576 -5068226 L 607197.8 -5068172 L 606233.1 -5067576 L 605132.7 -5067740 L 605216.9 -5068087 L 604313.3 -5069954 L 605013 -5070827 L 606414.9 -5071428 L 606311.9 -5073687 L 606938.2 -5073758 L 607264.2 -5073544 L 606649.7 -5075136 L 606813.9 -5075452 L 606305.9 -5075949 L 606657.1 -5076010 L 606883.7 -5076979 L 607413.2 -5077374 L 607130.2 -5077630 L 606813.4 -5078308 L 607389.9 -5078797 L 607800.6 -5079865 L 607660.8 -5080456 L 607285.6 -5080387 L 605068.6 -5080518 L 603603.5 -5081684 L 603430.6 -5082028 L 603150 -5083148 L 602306 -5083932 L 602061.3 -5084653 L 602380.5 -5084853 L 603822.8 -5086004 L 603467.7 -5086097 L 603204.8 -5086640 L 603781.6 -5087578 L 603044.3 -5087774 L 601903.3 -5088785 L 601153 -5088903 L 599701 -5090110 L 600208.5 -5090666 L 599271.9 -5092299 L 598250.7 -5092793 L 597991.7 -5093031 L 596946.3 -5093147 L 596090.2 -5093749 L 596024.6 -5094451 L 595919.7 -5094788 L 596315.8 -5094738 L 597357.5 -5095080 L 597751.3 -5094443 L 598124.5 -5094410 L 599246.2 -5094796 L 600116.2 -5094059 L 600403.7 -5094672 L 601010.7 -5095878 L 600875.8 -5096197 L 600708.9 -5096553 L 600504.4 -5097698 L 600444.4 -5097683 L 600101.2 -5097600 L 599108.6 -5097314 L 598505.5 -5097683 L 598189.5 -5097913 L 597695.9 -5098974 L 596974.7 -5099243 L 597000.9 -5099583 L 596219.2 -5100688 L 596396.5 -5100980 L 596676.8 -5101221 L 597386 -5101017 L 598842.8 -5101233 L 599771.9 -5102334 L 599977.2 -5102626 L 600062.1 -5104006 L 600336.3 -5104092 L 600750.7 -5104381 L 600713.9 -5104746 L 600798.6 -5105841 L 600376.8 -5106441 L 600614.6 -5107520 L 600881.9 -5107773 L 601407.5 -5108291 L 601569.5 -5109755 L 602148 -5110126 L 602380.3 -5110384 L 604219.5 -5110725 L 604602.7 -5110752 L 605786.2 -5112034 L 606143.4 -5112025 L 606427.4 -5111807 L 608208.7 -5110665 L 608915 -5110551 L 609371.4 -5112278 L 609943.1 -5112754 L 610492.3 -5114132 L 610224.3 -5114357 L 608595.1 -5115449 L 608301 -5115606 L 607976.9 -5115679 L 607705.9 -5115927 L 607178 -5116439 L 607219.5 -5117156 L 609218.3 -5118023 L 609117.5 -5118453 L 608965.6 -5118788 L 607935.7 -5119830 L 606495.9 -5119821 L 606341.3 -5120472 L 606725.4 -5121794 L 606458.7 -5122455 L 606252.8 -5122746 L 606459.1 -5122944 L 606789.6 -5124770 L 607083 -5125023 L 607043.4 -5125613 L 607031.6 -5125913 L 607197.5 -5127002 L 607823.6 -5127949 L 607718.8 -5128316 L 608090 -5128242 L 609148.7 -5128370 L 609340.4 -5129098 L 610175.4 -5128387 L 610315.2 -5128032 L 611371.2 -5128428 L 612064.5 -5128173 L 613103.4 -5127125 L 613741 -5127434 L 614100.3 -5127544 L 615139.5 -5125575 L 615339.4 -5125252 L 618283.8 -5125849 L 618596.2 -5126073 L 618702 -5127109 L 619252.1 -5128013 L 619431.4 -5128320 L 620391 -5128233 L 620542.9 -5127897 L 620613.9 -5126461 L 621394.9 -5125720 L 621694.9 -5125520 L 623852.3 -5125348 L 624171.4 -5125177 L 624266.6 -5126642 L 624018.7 -5126932 L 625438.7 -5128218 L 625385.3 -5128990 L 625644.7 -5129278 L 626754.7 -5129498 L 627638.8 -5128788 L 628796.4 -5129692 L 629856 -5129472 L 629830.5 -5128891 L 629908.3 -5128607 L 630652 -5127548 L 630978.2 -5127540 L 631046.2 -5126228 L 631007.9 -5125881 L 630495.3 -5125616 L 629975.3 -5126052 L 629256.2 -5125416 L 628945.1 -5125552 L 629018.3 -5124452 L 629779.2 -5123618 L 630895.2 -5123790 L 631170.2 -5123532 L 632090.6 -5123073 L 633310.6 -5121873 L 633079.9 -5121235 L 632075.2 -5121322 L 633017.6 -5119646 L 633322.7 -5119485 L 632255.9 -5118174 L 632262.6 -5117808 L 632183.3 -5117444 L 632514.8 -5116422 L 633204.8 -5115715 L 635258 -5115298 L 635531.4 -5115536 L 636178.9 -5115545 L 636477.2 -5115714 L 636842.5 -5115676 L 637017.2 -5115120 L 637176.1 -5114760 L 637764.2 -5114245 L 638411.4 -5113804 L 638616.3 -5113470 L 638148.5 -5111539 L 637941.1 -5111226 L 637515.3 -5110604 L 637271.9 -5110312 L 636356.3 -5109105 L 636326 -5108775 L 636000.1 -5107864 L 635660.5 -5107412 L 635478.2 -5107198 L 635248.8 -5106929 L 634560.8 -5106145 L 634705.2 -5105155 L 635227.3 -5104785 L 635618.9 -5103848 L 635679.7 -5103514 L 635488.1 -5102816 L 635280.7 -5102517 L 634014.9 -5101259 L 634511.4 -5099910 L 634604.3 -5099613 L 634587.9 -5098991 L 634414.3 -5098249 L 634828.6 -5096801 L 634844.3 -5096421 L 634808.2 -5096312 L 634906.8 -5095601 L 635351.5 -5093105 L 635184.9 -5092395 L 635029.6 -5092063 L 634902.4 -5091829 L 634640 -5091542 L 633521.6 -5090464 L 633670 -5089400 L 634297.2 -5089089 L 634651.4 -5089048 L 635613.9 -5088758 L 635949.2 -5088808 L 636563.9 -5089191 L 637251.4 -5089154 L 637970.1 -5087908 L 638138 -5087588 L 639599.9 -5087316 L 639762.8 -5087044 L 639853.3 -5086096 L 639372.1 -5084785 L 639460.1 -5084595 L 642468.3 -5086359 L 642826.7 -5086513 L 643150.6 -5085888 L 644524.4 -5085473 L 644644 -5084771 L 644657.8 -5084411 L 645055.3 -5084770 L 645316.5 -5084831 L 645547.7 -5083310 L 645603.5 -5082930 L 647212.4 -5082363 L 647573.6 -5082325 L 647005.2 -5080810 L 646961 -5080476 L 648187.1 -5079153 L 648432.6 -5078074 L 648621.5 -5077755 L 648525.2 -5077393 L 648485.8 -5075154 L 648961.8 -5074575 L 650681.5 -5075216 L 651046.7 -5075155 L 652243.7 -5075216 L 652515.8 -5075039 L 653294.3 -5074888 L 654266.2 -5075130 L 654576.5 -5075288 L 654903.9 -5075405 L 655779.3 -5074885 L 656119.6 -5074936 L 656428 -5075113 L 657752.2 -5075284 L 658324.9 -5075684 L 659023.5 -5075677 L 659329.6 -5075501 L 661607.7 -5075770 L 661997 -5075786 L 662324.3 -5075883 L 662653.6 -5075975 L 661926.1 -5073042 L 661617.7 -5072820 L 659816.5 -5073397 L 659451.2 -5073497 L 659546.9 -5072776 L 659520.7 -5072412 L 660322.3 -5070693 L 661833.6 -5070801 L 662204.9 -5070702 L 662062.5 -5070345 L 661958.7 -5069207 L 662358.2 -5067754 L 665157.4 -5067403 L 665427.5 -5067165 L 666175.4 -5065943 L 667147.9 -5065409 L 667465.1 -5065206 L 667293.2 -5064068 L 667200.9 -5063689 L 666938.8 -5063949 L 666286 -5063624 L 665277.4 -5064027 L 663236.2 -5063205 L 663482.8 -5062092 L 662262.3 -5061189 L 662120 -5060830 L 661371.3 -5060691 L 659431.7 -5058853 L 659651.6 -5058360 L 659765.6 -5058115 L 658252.8 -5056968 L 658151.9 -5055426 L 658771.9 -5054446 L 658476.6 -5054217 L 657982 -5053710 L 655537.6 -5054573 L 654514.6 -5054114 L 654745.6 -5053804 L 655485.1 -5053627 L 655289.4 -5052485 L 655249.3 -5052435 L 654897.1 -5052603 L 653132.2 -5053426 L 650122.8 -5052754 L 649686.4 -5052562 L 648583.7 -5052675 L 646912.2 -5052030 L 646627 -5052026 L 646101.5 -5051679 L 644477 -5050779 L 644606.9 -5050475 L 644342.2 -5049186 L 643635.9 -5049546 L 643317.8 -5049721 L 642047.3 -5050375 L 640660.5 -5050563 L 640287.2 -5050476 L 638038.8 -5050243 L 638138.7 -5049866 L 640518.6 -5048630 L 640988.7 -5048171 L 641126.7 -5047867 L 641376.6 -5047365 L 641509.6 -5047120 L 642454.6 -5045852 L 642780.7 -5045625 L 644867.7 -5044892 L 645644.9 -5044151 L 645578.7 -5043786 L 644787.7 -5042568 L 643827.6 -5041380 L 643575.3 -5041094 L 643277 -5040727 L 642948.7 -5040558 L 641964.9 -5040065 L 641141.9 -5038853 L 640191.2 -5038292 L 640025.1 -5038193 L 639700.8 -5038026 L 638551.9 -5037175 L 638564.8 -5036844 L 638684.5 -5035860 L 638547.3 -5035552 L 638271.1 -5035454 L 637984 -5035596 L 636783.3 -5035585 L 636556.3 -5035855 L 635245.1 -5037440 L 635600.4 -5037586 L 635260.7 -5039045 L 633946.3 -5039818 L 633698.1 -5039540 L 632264.8 -5037974 L 630863.2 -5038128 L 630511.1 -5038214 L 629993.6 -5037716 L 629832.8 -5038387 L 629304.7 -5038850 L 628960.5 -5038728 L 628375.7 -5039996 L 628658.9 -5040255 L 628309 -5043632 L 629351.9 -5044720 L 629421.1 -5045098 L 629511.2 -5045122 L 629651.4 -5045439 L 630942.5 -5046455 L 631164.8 -5046793 L 630217.8 -5047995 L 628846.9 -5047410 L 628466.7 -5047361 L 628466.3 -5047362 z "
id="path641" />
<path
d="M 686962 -5243544 L 686383.6 -5243877 L 686518.6 -5244571 L 686765.3 -5244849 L 687877.6 -5245432 L 688069.2 -5246523 L 687652.4 -5247944 L 687553.5 -5248109 L 687536.4 -5249666 L 687728.1 -5250006 L 687939.8 -5250318 L 687793.5 -5251057 L 688054.8 -5251757 L 686606.5 -5252342 L 684632.2 -5251138 L 684449.4 -5251441 L 683234.5 -5252042 L 683450.1 -5253123 L 683758.8 -5253329 L 683731.6 -5254015 L 682926 -5255237 L 683034.6 -5257160 L 683457 -5257795 L 683642.6 -5258060 L 683223.5 -5258462 L 682942.8 -5258227 L 681904.7 -5258464 L 681557.5 -5259483 L 681219.2 -5259639 L 678994.6 -5258358 L 679087.2 -5258696 L 679116 -5259325 L 678282.6 -5259882 L 678941.7 -5260087 L 680765.5 -5261140 L 681025.1 -5261380 L 680700.7 -5261388 L 679478.6 -5261777 L 679536 -5262048 L 679745.9 -5262559 L 680186.7 -5263471 L 680318.3 -5263783 L 682480 -5263575 L 682815.8 -5263058 L 683152.1 -5262918 L 683640.4 -5263435 L 683964 -5263587 L 684401.1 -5264767 L 685295.9 -5266025 L 685689.8 -5267115 L 686795.3 -5267097 L 686891.8 -5267427 L 687498.2 -5269359 L 687488.7 -5269743 L 687040.9 -5271151 L 686363.2 -5271358 L 686628.5 -5272829 L 685942.3 -5275782 L 685367.9 -5276079 L 685168.1 -5276396 L 682974.7 -5278396 L 681871.5 -5278617 L 681308 -5277299 L 680045.9 -5274679 L 679783.3 -5274539 L 679248.5 -5274440 L 678398.5 -5275337 L 678087.2 -5275439 L 678096.6 -5277307 L 679018 -5278986 L 680145.8 -5280009 L 680317.5 -5280352 L 680021.1 -5280377 L 679802.5 -5280885 L 679996.2 -5281231 L 680300.2 -5283184 L 681401.1 -5283531 L 682390.8 -5282987 L 683157.8 -5282970 L 685017 -5283469 L 685717.1 -5284321 L 685992.8 -5284589 L 687483.9 -5283834 L 687811.3 -5283762 L 688095.4 -5283502 L 689620.6 -5283528 L 692134.7 -5286934 L 692269.4 -5287296 L 692543.8 -5287268 L 692861.9 -5287051 L 693512.3 -5286643 L 693670.1 -5285503 L 694602.8 -5283432 L 695005.9 -5283826 L 695287.4 -5283852 L 695992.2 -5283668 L 697044.3 -5284082 L 698498.4 -5284000 L 698823.1 -5284191 L 699263.4 -5284693 L 699281.9 -5285026 L 699580.4 -5285078 L 699873.9 -5285151 L 700468.4 -5284848 L 701699 -5285402 L 701820.7 -5285746 L 701897.3 -5286128 L 701725.6 -5287268 L 701019.7 -5288170 L 701202.2 -5289058 L 701056.3 -5289328 L 701600.3 -5289493 L 701849.9 -5289632 L 701584.9 -5289923 L 701349.4 -5290583 L 701543.2 -5290927 L 702792.4 -5291862 L 702675.7 -5292204 L 702538.9 -5292539 L 702632.6 -5292920 L 702610.6 -5293696 L 702682.2 -5294049 L 702247.2 -5294579 L 700492.5 -5294562 L 700643.5 -5295170 L 700474.6 -5295424 L 700207.4 -5295573 L 700310.1 -5295945 L 700770.3 -5299329 L 701331.5 -5300344 L 702439.3 -5300408 L 702827.9 -5300378 L 703209.4 -5300337 L 703915.1 -5300070 L 704174.4 -5299988 L 705054.3 -5300409 L 705248 -5300689 L 705407.2 -5301381 L 705015.4 -5303488 L 705693.9 -5303822 L 706247.9 -5304697 L 708349.7 -5304312 L 709083 -5304396 L 708935.9 -5303737 L 709282.1 -5303432 L 709619.7 -5303483 L 710943.7 -5304085 L 711316.3 -5304060 L 711214.5 -5304359 L 710999.9 -5304877 L 710868.5 -5306299 L 711912.3 -5307824 L 711940.2 -5308531 L 712382.7 -5309116 L 712590 -5309828 L 712816.7 -5310111 L 715220 -5309574 L 715457.8 -5309847 L 715640.8 -5310380 L 715726.3 -5310649 L 715597.6 -5311009 L 715233.9 -5312441 L 716119.2 -5313095 L 715993.3 -5314116 L 716858.6 -5314790 L 717253.3 -5314818 L 717640.1 -5314900 L 717643.1 -5317178 L 717791.8 -5317535 L 718231.1 -5317926 L 719378.9 -5318573 L 719713.5 -5318575 L 719946 -5317894 L 720534.4 -5317480 L 720676.2 -5317149 L 719376.8 -5315517 L 719086.1 -5315319 L 718767.7 -5313895 L 719513.8 -5313744 L 719896.5 -5313744 L 720515.9 -5314044 L 721124.1 -5314895 L 721440.9 -5315051 L 721529 -5315778 L 721541.5 -5316144 L 723513 -5316205 L 723898.6 -5316111 L 724367.2 -5316718 L 724389.2 -5317456 L 725329.3 -5318583 L 725180 -5319311 L 726064.7 -5320939 L 728575.5 -5322675 L 728877.4 -5322916 L 729533.2 -5322637 L 729880.9 -5322723 L 731302.6 -5322787 L 731653.1 -5322685 L 732007.6 -5323321 L 732966 -5323823 L 733257.8 -5324042 L 734888.8 -5322481 L 735172 -5322214 L 734944.4 -5321312 L 734980.1 -5321002 L 735468.3 -5320487 L 735895.8 -5318761 L 735710.1 -5318440 L 734853.8 -5317929 L 734959.5 -5317595 L 735295 -5317494 L 735722.3 -5317153 L 735769 -5316831 L 736525.7 -5316234 L 737130.1 -5316477 L 737329.8 -5316745 L 739246.9 -5315580 L 739342.6 -5315207 L 739115.7 -5314079 L 739482.2 -5313958 L 739864.9 -5313899 L 740229.4 -5314501 L 741270.2 -5314315 L 741615.8 -5314246 L 742193.9 -5315002 L 742543.6 -5314977 L 743203.7 -5315594 L 743423.4 -5315800 L 744226.9 -5316447 L 744463.7 -5316696 L 745613.3 -5316950 L 746679.7 -5316454 L 747853 -5316427 L 750686.4 -5317681 L 750974.3 -5317951 L 752015.9 -5317561 L 752730.6 -5317743 L 753972.2 -5316999 L 754212.8 -5316300 L 754308.5 -5315942 L 756063.4 -5316089 L 757410.2 -5313804 L 758357.5 -5313268 L 758111.6 -5312181 L 759607.1 -5310093 L 759805.1 -5309768 L 761637.8 -5311052 L 764123.2 -5311834 L 764493.1 -5311880 L 765447.8 -5313862 L 765608.6 -5314204 L 766334 -5315519 L 768357.9 -5316592 L 768717.9 -5316728 L 769071.7 -5316754 L 769432.7 -5316153 L 769600.6 -5315842 L 770894.5 -5315029 L 771817 -5313831 L 771774.9 -5313055 L 772205.1 -5312410 L 774063.9 -5311298 L 775108 -5311030 L 775399.4 -5310803 L 775594.7 -5310705 L 775747.8 -5310551 L 776348.7 -5310183 L 776694.4 -5310104 L 777204.8 -5309505 L 778796.3 -5308540 L 779141.9 -5308387 L 779292.4 -5308456 L 779375.1 -5308079 L 782943.1 -5306865 L 783398.4 -5306293 L 783464.6 -5305585 L 783321.8 -5305243 L 783567.7 -5304737 L 785779.1 -5303249 L 786024.3 -5302955 L 786127 -5302582 L 784906.4 -5300607 L 783389.1 -5299404 L 782594.8 -5297637 L 782347.9 -5297376 L 781421.2 -5295483 L 781548.7 -5294842 L 781612.4 -5294523 L 781694.1 -5294155 L 781658.1 -5292707 L 782650 -5291618 L 782584.5 -5290593 L 783326.8 -5289467 L 783411.6 -5289119 L 783557.6 -5288832 L 783370.4 -5287570 L 783315.8 -5286469 L 783922.6 -5285203 L 784160.8 -5284916 L 784421.9 -5284510 L 785015.8 -5284106 L 785164.2 -5283406 L 784646.8 -5282535 L 784559.1 -5282181 L 783764.8 -5281963 L 783656.1 -5281605 L 783625 -5280860 L 784230.9 -5280439 L 784459.5 -5279729 L 784543.7 -5279713 L 784700.7 -5279416 L 784868.7 -5279126 L 784734.9 -5278787 L 785599.1 -5278091 L 785767.5 -5277365 L 786759.2 -5276862 L 787011.5 -5276587 L 787085.5 -5276461 L 787144.5 -5276351 L 786852.5 -5276166 L 786272.6 -5275794 L 786090.3 -5275130 L 785669.1 -5274998 L 785597.4 -5274634 L 785357.4 -5273554 L 784277.8 -5272102 L 783974.1 -5272153 L 783381.7 -5272208 L 783097.2 -5272346 L 782519.1 -5272595 L 782181.5 -5272734 L 781785.4 -5273345 L 781479 -5273571 L 781084.9 -5274220 L 779999.8 -5274568 L 779728 -5274450 L 779615.4 -5274198 L 779555.6 -5273672 L 779181.8 -5273723 L 778646.2 -5274236 L 776921.8 -5274726 L 777024.8 -5275314 L 777155.5 -5275590 L 775362.4 -5275697 L 774920.5 -5276495 L 774505.2 -5275510 L 775564.2 -5274390 L 775813.4 -5274090 L 775644.5 -5273747 L 775028.8 -5272798 L 774698.3 -5272246 L 774468.4 -5271928 L 774261.4 -5271595 L 773993.5 -5271353 L 772701.8 -5270825 L 772010.3 -5270923 L 771666.5 -5270883 L 771065.5 -5271188 L 771115.1 -5271530 L 770784.5 -5271680 L 770188.7 -5272098 L 769124.5 -5272244 L 769205.2 -5271890 L 768334.8 -5270790 L 769268.7 -5270604 L 769148.9 -5270226 L 769121.4 -5269870 L 769532.5 -5268509 L 769030.6 -5267150 L 768839.7 -5266826 L 768464 -5266894 L 767706.3 -5266870 L 767381.7 -5266183 L 767237.8 -5266505 L 765726.3 -5267884 L 765520 -5267245 L 764979.3 -5266846 L 764628.4 -5266764 L 763736.2 -5267330 L 763270.3 -5268213 L 763032.4 -5267934 L 761477.1 -5266464 L 761501.2 -5265733 L 761191.3 -5265536 L 760486.1 -5268026 L 760253 -5268321 L 759917.5 -5268488 L 757813.3 -5268709 L 757198.4 -5268980 L 756901 -5269136 L 756753.4 -5268942 L 756477.2 -5269204 L 755427.4 -5268766 L 754940.5 -5267387 L 754679.3 -5267611 L 754080.5 -5267928 L 753790.8 -5267891 L 753271.1 -5268130 L 752967.2 -5267961 L 751844.9 -5267186 L 751487.1 -5267165 L 750772.7 -5267187 L 750564.9 -5266896 L 750551.4 -5266554 L 749807 -5265119 L 749463.1 -5265002 L 749130.6 -5265149 L 748801.2 -5265360 L 748428.6 -5265478 L 748214 -5264546 L 748263.6 -5264174 L 748467.6 -5263071 L 747918.9 -5262615 L 747786.2 -5262264 L 747127.2 -5260972 L 747353.4 -5260740 L 747623.7 -5260559 L 747308.8 -5260316 L 746958.9 -5260129 L 745683.6 -5260309 L 745608 -5259992 L 745609.2 -5259340 L 745557.7 -5259004 L 745567.9 -5258350 L 744808.8 -5257892 L 744473.4 -5258041 L 743603.4 -5258561 L 743474.7 -5258218 L 744341.3 -5256654 L 744192.6 -5256319 L 743509.7 -5256633 L 743286.6 -5256922 L 742865.5 -5257513 L 741865 -5257895 L 741577.9 -5258217 L 741445 -5258488 L 741140.2 -5258322 L 740926 -5256975 L 740579.3 -5256950 L 740024.7 -5256530 L 739344.6 -5256701 L 738825.1 -5256275 L 738868.8 -5255941 L 739400.5 -5255670 L 739969.4 -5255530 L 740265 -5255579 L 740262.5 -5255226 L 739563.1 -5255145 L 739049.5 -5254664 L 738973.9 -5254303 L 738161.4 -5253597 L 737819 -5253734 L 737554.9 -5253307 L 737199.2 -5253271 L 735866.9 -5253449 L 735562.2 -5254092 L 734907.3 -5254366 L 734973 -5254020 L 734135 -5252890 L 734532.1 -5252356 L 734149.1 -5252154 L 734460.4 -5251993 L 735171.8 -5251247 L 734981.1 -5250980 L 734575.7 -5250509 L 733946.4 -5250392 L 733901.3 -5250403 L 733939.9 -5250775 L 733740.4 -5251459 L 732310.8 -5251493 L 732348.5 -5251193 L 732383.4 -5250290 L 732358.9 -5249923 L 731638.5 -5249111 L 730553.4 -5248974 L 730350.3 -5249151 L 730136 -5249248 L 730062.4 -5248874 L 729821.6 -5248577 L 729115 -5248311 L 728435.6 -5247387 L 728056.4 -5246950 L 727065.7 -5247003 L 726877.7 -5247289 L 725991.7 -5247706 L 725690.6 -5246434 L 725401.9 -5246271 L 725315.1 -5246563 L 725013.5 -5246509 L 724677.7 -5246340 L 723534.9 -5247314 L 723499.8 -5247319 L 723246.7 -5247536 L 721926.6 -5247708 L 721825.8 -5248026 L 721592.1 -5247819 L 720684.9 -5248045 L 720543.2 -5247693 L 721047.3 -5246298 L 720735.5 -5246082 L 720372.9 -5246128 L 719038.3 -5246678 L 718479.8 -5246218 L 718450.3 -5245889 L 718939.6 -5244671 L 718404.2 -5244299 L 717450 -5245352 L 717174.2 -5245122 L 716754.8 -5244545 L 716048.8 -5244672 L 715250.7 -5244070 L 715210.2 -5243747 L 714684.3 -5242944 L 714347.6 -5242812 L 713645.3 -5242663 L 713337.6 -5242561 L 712434.7 -5242222 L 712106.1 -5242171 L 710961.5 -5241564 L 710590.9 -5241576 L 710000.8 -5241417 L 709459.7 -5240457 L 709217 -5240170 L 708149.1 -5239977 L 707920.3 -5239589 L 707580.7 -5239530 L 707008.7 -5238673 L 706512.7 -5238486 L 706193.4 -5238604 L 704683.8 -5239214 L 704428 -5238921 L 703746.5 -5238561 L 703647.7 -5238882 L 703185.6 -5239352 L 702612.6 -5239259 L 702557.9 -5239535 L 702036.3 -5239693 L 701360.2 -5238827 L 700313.1 -5238442 L 700270.6 -5238144 L 699835.5 -5237747 L 699507.6 -5237434 L 699139 -5237417 L 698078.1 -5237145 L 697113.3 -5237672 L 696389.4 -5237819 L 695081.7 -5237167 L 694859.1 -5236905 L 694297.6 -5237186 L 694277.4 -5237848 L 693990.3 -5238067 L 693901 -5238733 L 692869.4 -5238633 L 692898.8 -5239750 L 691168.3 -5240494 L 690241.6 -5242583 L 689975 -5242446 L 689549.9 -5242874 L 689248.4 -5242857 L 688425.1 -5243510 L 686962.1 -5243544 L 686962 -5243544 z "
id="path642" />
<path
d="M 547567.4 -5177816 L 547926.1 -5177237 L 548701.1 -5176873 L 548980.4 -5177071 L 549996.4 -5176537 L 552916.4 -5177411 L 553262.7 -5177581 L 555905.4 -5178176 L 559021.5 -5176641 L 559360.5 -5176448 L 559068.8 -5175763 L 559854.1 -5174503 L 560234.7 -5172680 L 562338 -5173050 L 562671 -5172907 L 563482 -5173622 L 564054.4 -5174942 L 564708 -5175276 L 566347.2 -5175766 L 566444.5 -5176113 L 567055.4 -5175678 L 567430.6 -5175677 L 567918.3 -5176233 L 570392.4 -5177176 L 570780.5 -5178216 L 572259.6 -5178639 L 572967.8 -5179564 L 573039.2 -5179948 L 573308.3 -5179892 L 573440.7 -5180245 L 575815.9 -5181282 L 577262.6 -5181226 L 578732.4 -5182341 L 579173.1 -5181726 L 579381 -5181407 L 580126.5 -5181519 L 580591.7 -5182531 L 580545 -5182907 L 580459.3 -5183289 L 580240.3 -5185597 L 580228.6 -5185942 L 579266.3 -5187278 L 579141.8 -5187865 L 579443.1 -5188026 L 579719.5 -5188306 L 583415.7 -5190436 L 583351 -5190819 L 582962.8 -5191907 L 581394.9 -5194047 L 581118 -5194305 L 580181 -5194904 L 579074.5 -5195043 L 578988.8 -5195392 L 578469.2 -5197091 L 578441.9 -5197828 L 579053.5 -5199105 L 578638.3 -5200123 L 579488.5 -5200861 L 579692.3 -5201561 L 578387.3 -5204310 L 577672.7 -5204081 L 576241.7 -5202897 L 575200.5 -5203342 L 575184.3 -5204112 L 575255.7 -5204492 L 575617.8 -5204439 L 578080.8 -5205962 L 578321.2 -5206239 L 578706.1 -5206876 L 579664.3 -5207502 L 580142.7 -5208533 L 580061.4 -5209291 L 579928.7 -5209650 L 579912.5 -5210410 L 580860.2 -5212496 L 579353.2 -5214261 L 578641.1 -5214568 L 578388.3 -5214867 L 578489.2 -5215623 L 579409 -5216795 L 579092.3 -5218242 L 579566.2 -5218825 L 579966.1 -5219443 L 582203.1 -5219065 L 582578 -5219690 L 582412.3 -5220033 L 582788.6 -5220091 L 583656.4 -5219356 L 584035.6 -5219327 L 584180.2 -5219796 L 584332.7 -5220145 L 584958.5 -5220576 L 585298.6 -5220404 L 585820.9 -5219423 L 586776.8 -5218803 L 587537.2 -5219639 L 588109.1 -5219183 L 588445.1 -5218980 L 588721.4 -5219085 L 588618.1 -5219832 L 589518.1 -5221119 L 589630.5 -5222296 L 589138.8 -5222892 L 589453.2 -5223090 L 590082.2 -5222701 L 590903.5 -5223337 L 591249.9 -5223472 L 591592 -5223335 L 591985.2 -5222402 L 593378.3 -5222521 L 593691.7 -5222715 L 593798.9 -5221031 L 594459.2 -5220871 L 594515.9 -5220522 L 595100.6 -5218938 L 595401.6 -5218735 L 596756.1 -5218282 L 598068.6 -5218771 L 598213.4 -5218515 L 598324.2 -5218241 L 598915.2 -5217856 L 601092.7 -5217774 L 601742.8 -5217479 L 601933.6 -5217165 L 601681.9 -5214818 L 601587.4 -5214435 L 602606.1 -5213405 L 602963.5 -5213555 L 603554.4 -5214982 L 604119.4 -5215489 L 605632.7 -5215654 L 606701.1 -5215260 L 607038.2 -5215070 L 606359.7 -5214195 L 606097.9 -5212737 L 606339.3 -5212033 L 607952.4 -5210999 L 610244.2 -5211014 L 611338.9 -5209964 L 612707.2 -5210159 L 613138 -5209668 L 613419 -5209459 L 613677.4 -5208708 L 613900.4 -5208496 L 614042.1 -5208132 L 615947.6 -5208057 L 617684 -5208934 L 617859.6 -5207484 L 617193.6 -5206176 L 617738.5 -5205668 L 618460.3 -5205855 L 618753.4 -5205743 L 618724.4 -5204819 L 619004.8 -5203999 L 619214.7 -5203782 L 620611.2 -5203188 L 620467.9 -5202082 L 620896.6 -5201485 L 621205.6 -5201265 L 622261.4 -5201160 L 622615.1 -5200594 L 622376.6 -5200326 L 624698.5 -5200282 L 625081.9 -5200351 L 625274.8 -5200071 L 627281.6 -5199186 L 627357.3 -5198822 L 626337 -5197489 L 626391.7 -5197156 L 627651.8 -5196185 L 627864.7 -5195925 L 629627.7 -5196402 L 629946.2 -5196590 L 630465.9 -5197736 L 630376.2 -5198085 L 630900.9 -5198284 L 631090.8 -5198045 L 632058 -5198364 L 632311.5 -5198635 L 633192.5 -5197869 L 633962.4 -5198010 L 634350.7 -5197946 L 634684 -5197951 L 634991.4 -5198081 L 635851 -5198835 L 635806.4 -5199217 L 635680.7 -5199579 L 637200 -5199439 L 637761.9 -5199715 L 637786.3 -5200029 L 641558.3 -5201321 L 641880.8 -5201503 L 643271.5 -5201775 L 643629.9 -5201855 L 643396.5 -5202576 L 643788 -5203545 L 644829.2 -5203702 L 645178.6 -5203762 L 647337.5 -5203510 L 648027.2 -5203526 L 648270.2 -5203334 L 648970.1 -5203504 L 649197 -5203222 L 651669.3 -5202941 L 652026.6 -5202867 L 652117.8 -5202991 L 651781.5 -5203041 L 651412.6 -5203516 L 651931.1 -5204391 L 653061.4 -5204471 L 653853.2 -5205309 L 655005.6 -5205456 L 655378.2 -5205565 L 655784.1 -5205122 L 655982.1 -5204896 L 656662.2 -5204289 L 656683.9 -5203982 L 657058.4 -5204017 L 657376 -5203340 L 659191.6 -5202956 L 659398.5 -5202669 L 659135.4 -5201966 L 659151 -5201590 L 659571 -5202037 L 659761.2 -5202967 L 660684.7 -5203355 L 660822.2 -5203672 L 662204.7 -5203625 L 662775.7 -5203964 L 663117.3 -5204090 L 664202.3 -5203883 L 665467.1 -5205096 L 666057.6 -5204891 L 666329.7 -5204735 L 666739.3 -5205753 L 666952.9 -5206069 L 667520.5 -5205979 L 667774.5 -5205753 L 668397 -5206442 L 668499.5 -5206743 L 670039.5 -5205975 L 671049.5 -5205821 L 671724 -5202921 L 671675.5 -5202538 L 670858.8 -5201893 L 671743 -5201158 L 671765.2 -5200390 L 671725.7 -5200008 L 672397.8 -5200247 L 672713.9 -5200917 L 673620.7 -5201554 L 673991.2 -5201556 L 675151.1 -5201119 L 675181.5 -5199717 L 675401.4 -5199436 L 675466.1 -5199085 L 675586.5 -5198380 L 675742.3 -5198047 L 676911.2 -5196669 L 676927.4 -5195935 L 677458.5 -5195434 L 677879.7 -5196050 L 678596.9 -5196298 L 679350.9 -5195457 L 680661.3 -5196125 L 681039 -5196331 L 681364.6 -5196486 L 681702.2 -5196611 L 681788 -5196315 L 682637.9 -5196120 L 682423.8 -5195373 L 682729.4 -5193844 L 683985.1 -5192961 L 684372.5 -5192894 L 684828.2 -5192990 L 685695.6 -5192330 L 685903.5 -5192894 L 686600 -5192525 L 686989.4 -5192464 L 687040 -5192093 L 686909 -5191353 L 687416 -5190803 L 687086.4 -5189752 L 687375.5 -5189514 L 683831.5 -5189201 L 683583.3 -5189357 L 683321.5 -5189829 L 682937 -5189797 L 681567.5 -5189134 L 681195.1 -5189235 L 680930.7 -5189198 L 680673.3 -5189125 L 680366.7 -5188911 L 678865.6 -5187858 L 678377.6 -5188389 L 677684.7 -5188337 L 677522.1 -5188009 L 677156 -5187452 L 677362 -5187165 L 677502.6 -5185773 L 678212.6 -5185016 L 678591 -5184974 L 679245.9 -5185074 L 680472.6 -5184289 L 680718.2 -5183579 L 681462.9 -5183430 L 681999 -5182899 L 681999.6 -5182523 L 680629.9 -5180738 L 680263.5 -5180824 L 680221.1 -5180463 L 679961.9 -5178673 L 680252 -5178454 L 682394.5 -5178250 L 682183.9 -5177991 L 682610.2 -5176809 L 682551.7 -5176463 L 683468.9 -5175539 L 683617.5 -5174933 L 683501 -5174591 L 682667.7 -5173416 L 682915.7 -5173159 L 684751.9 -5172146 L 684615.4 -5171806 L 684974.2 -5171221 L 684998.8 -5170855 L 685177.9 -5170729 L 684863.3 -5170514 L 684272 -5170032 L 686284.8 -5168292 L 685773.9 -5167146 L 685488.3 -5166926 L 684308.5 -5165644 L 684009.1 -5165627 L 683150.8 -5165393 L 683276.6 -5165026 L 684219.6 -5163862 L 683718.1 -5162011 L 683397.5 -5161792 L 681490.1 -5161723 L 681115.7 -5161753 L 680471.5 -5161371 L 680669.5 -5161129 L 680944.9 -5160238 L 680724.3 -5159962 L 680182.2 -5159506 L 680588.7 -5158527 L 680523.2 -5158147 L 680484.5 -5155480 L 680438.3 -5155410 L 680718 -5154783 L 682232.6 -5154571 L 683018.7 -5153777 L 683274.7 -5153505 L 684206.3 -5152947 L 685249.6 -5152969 L 685221.4 -5150812 L 685230.3 -5150732 L 684978.4 -5150093 L 683589.8 -5149170 L 683239.4 -5149271 L 682594.9 -5149578 L 681930.3 -5148734 L 681742.8 -5148430 L 677862.3 -5148540 L 677865.6 -5147871 L 677771.2 -5147548 L 677115.3 -5147404 L 676929.5 -5146762 L 674090.4 -5146880 L 673776.2 -5147051 L 672743.2 -5147206 L 672085.2 -5148019 L 671764 -5148130 L 671188.1 -5147816 L 670954.1 -5148098 L 670261.1 -5148933 L 669528.3 -5148943 L 669534.7 -5149321 L 669332.5 -5150402 L 668831.4 -5150901 L 669028.3 -5151566 L 668296.6 -5152707 L 668536.1 -5152962 L 668347.2 -5153292 L 666840.8 -5153489 L 665603.2 -5154308 L 665522.7 -5152855 L 663737.1 -5153235 L 663209.8 -5152437 L 662830.3 -5152369 L 661606.1 -5151450 L 660244.1 -5151970 L 658451 -5150569 L 658125.7 -5150556 L 657173.5 -5150365 L 656872.4 -5150575 L 654019 -5152077 L 653875.1 -5152352 L 653710.8 -5153248 L 653390.4 -5153088 L 651369 -5153645 L 650591.1 -5153502 L 650044.8 -5152650 L 649293.9 -5152399 L 648866.9 -5152828 L 648841.5 -5153497 L 647885.4 -5153347 L 647799.2 -5153246 L 647663.8 -5152948 L 647516.1 -5152310 L 647462.8 -5152032 L 647380.4 -5151761 L 646416.7 -5149760 L 646419.6 -5149620 L 646466.4 -5149287 L 646460.9 -5147626 L 646318.5 -5147308 L 644967.9 -5145724 L 644855.5 -5145410 L 644782 -5144962 L 644782.2 -5144043 L 644789.9 -5143737 L 644761.5 -5143350 L 644693.8 -5142579 L 644633.5 -5142258 L 644543.3 -5140975 L 643544.7 -5138979 L 643088.6 -5138200 L 642935.2 -5137940 L 642743.8 -5137657 L 642404 -5137067 L 641856.1 -5135370 L 641986.6 -5134629 L 642015.3 -5134254 L 642088.1 -5132752 L 641962.7 -5132396 L 641212.7 -5130793 L 640605 -5129403 L 640515.6 -5129033 L 640155.5 -5126779 L 640040.2 -5126445 L 639423 -5125595 L 639015 -5124715 L 639012.7 -5124379 L 639019.4 -5124011 L 638850.1 -5122549 L 638296.9 -5121597 L 638086.3 -5121024 L 637916.8 -5120531 L 637829.4 -5120186 L 637733.5 -5119122 L 637717.9 -5118395 L 636879.3 -5117162 L 636833.4 -5116049 L 636842.2 -5115677 L 636476.9 -5115715 L 636178.6 -5115546 L 635531.1 -5115537 L 635257.7 -5115299 L 633204.5 -5115716 L 632514.5 -5116424 L 632183 -5117445 L 632262.3 -5117810 L 632255.6 -5118175 L 633322.4 -5119486 L 633017.3 -5119648 L 632074.9 -5121323 L 633079.6 -5121237 L 633310.3 -5121874 L 632090.3 -5123075 L 631169.9 -5123533 L 630894.9 -5123791 L 629778.9 -5123619 L 629018 -5124453 L 628944.8 -5125553 L 629255.9 -5125417 L 629975 -5126054 L 630495 -5125617 L 631007.6 -5125883 L 631045.9 -5126229 L 630977.9 -5127542 L 630651.7 -5127549 L 629908 -5128608 L 629830.2 -5128892 L 629855.7 -5129473 L 628796.1 -5129693 L 627638.5 -5128790 L 626754.4 -5129499 L 625644.4 -5129280 L 625385 -5128991 L 625438.4 -5128219 L 624018.4 -5126933 L 624266.3 -5126643 L 624171.1 -5125178 L 623852 -5125349 L 621694.6 -5125522 L 621394.6 -5125721 L 620613.6 -5126462 L 620542.6 -5127898 L 620390.7 -5128234 L 619431.1 -5128321 L 619251.8 -5128014 L 618701.7 -5127110 L 618595.9 -5126074 L 618283.5 -5125850 L 615339.1 -5125253 L 615139.2 -5125576 L 614100 -5127546 L 613740.7 -5127435 L 613103.1 -5127126 L 612064.2 -5128174 L 611370.9 -5128429 L 610314.9 -5128033 L 610175.1 -5128388 L 609340.1 -5129099 L 609148.4 -5128371 L 608089.7 -5128243 L 607718.5 -5128317 L 607823.3 -5127950 L 607197.2 -5127003 L 607031.3 -5125914 L 607043.1 -5125614 L 607082.7 -5125024 L 606789.3 -5124771 L 606458.8 -5122945 L 606252.5 -5122747 L 606458.4 -5122456 L 606725.1 -5121796 L 606341 -5120473 L 606495.6 -5119822 L 606534.1 -5119078 L 605488.2 -5118662 L 604627.9 -5117430 L 605431.5 -5116188 L 605229.2 -5115860 L 604881.1 -5115975 L 604284.5 -5115659 L 603359.3 -5116151 L 602463.4 -5115521 L 601820.3 -5115859 L 601807.1 -5115506 L 601054.9 -5114337 L 600701.7 -5114319 L 600493.7 -5114506 L 600004.5 -5114654 L 599647.2 -5114507 L 599041.6 -5114081 L 598457.4 -5112682 L 598080.2 -5112652 L 596198.3 -5112753 L 595832.8 -5113780 L 596199 -5113811 L 596841.9 -5114693 L 596535.4 -5115728 L 596289.5 -5116012 L 595201.9 -5115967 L 594754.3 -5115333 L 594109.8 -5115002 L 593988.7 -5114918 L 593858.8 -5115198 L 593557 -5115740 L 593267 -5115971 L 592512.1 -5116766 L 591211.1 -5116093 L 590877 -5116254 L 590789.7 -5115878 L 590887.3 -5115115 L 591039.1 -5114758 L 590378.6 -5114419 L 587688.5 -5114633 L 587322.4 -5114702 L 586955.3 -5114768 L 586920.3 -5114768 L 586873.5 -5115141 L 584607.7 -5117078 L 584270.5 -5116925 L 583005.5 -5116230 L 582675.3 -5116178 L 581808.7 -5115745 L 581238.6 -5115918 L 580988.3 -5115626 L 580485.8 -5115044 L 580174.5 -5114877 L 579037.6 -5114056 L 578769.3 -5113782 L 578035.2 -5114047 L 575751.1 -5113774 L 575481.2 -5114042 L 575138.7 -5115103 L 574410.9 -5115956 L 574480.6 -5117074 L 573905.6 -5117414 L 573530.5 -5117469 L 571668 -5117755 L 570197.3 -5117479 L 569602.3 -5117919 L 569295.3 -5118060 L 568104.2 -5118630 L 568644.2 -5120015 L 568636.9 -5121151 L 569401.7 -5121911 L 569484.9 -5123771 L 569318 -5124121 L 569084.6 -5125252 L 568755.6 -5125459 L 568212 -5126446 L 568922.9 -5127377 L 571203 -5127746 L 572443 -5128590 L 572440.1 -5128805 L 572407.1 -5130295 L 574260 -5130509 L 575335.2 -5130166 L 576830.6 -5131287 L 575991.2 -5131303 L 575320 -5131408 L 575445.5 -5133500 L 575424.7 -5133860 L 575491 -5134224 L 575718.3 -5136048 L 574955.1 -5137675 L 574873.3 -5138028 L 574607.9 -5139081 L 575396 -5140179 L 575294.4 -5140848 L 575126.6 -5141156 L 575082.8 -5141509 L 575661.4 -5141896 L 575935.7 -5142124 L 575941 -5142501 L 575462.5 -5143433 L 576493.3 -5143846 L 576069.1 -5145178 L 576369.8 -5145868 L 576321.1 -5146228 L 574254.6 -5148150 L 573550.1 -5147966 L 573198.9 -5147924 L 572562.7 -5148034 L 572983.9 -5149344 L 572637.9 -5149486 L 571156.1 -5149372 L 569794.9 -5149926 L 569410.7 -5149853 L 568761.1 -5149428 L 568449.4 -5148722 L 568342.1 -5148348 L 567622.8 -5148373 L 565871.6 -5149161 L 565492.9 -5149812 L 565735.4 -5151715 L 565066.3 -5152001 L 564353.8 -5151728 L 564293.8 -5151744 L 563911.1 -5152335 L 564377.8 -5152958 L 563658.1 -5153793 L 561732.4 -5152546 L 561402.2 -5152409 L 560397.4 -5153281 L 559341 -5153382 L 559127.2 -5153701 L 558531.6 -5154549 L 557424.9 -5154226 L 556353.8 -5154592 L 555643.2 -5155495 L 555758.8 -5156230 L 556269.5 -5156887 L 556363.8 -5157232 L 556210.8 -5158631 L 556195 -5158927 L 556094.4 -5159511 L 556001.7 -5159889 L 555734 -5161719 L 554586.7 -5161892 L 554110.9 -5162473 L 554849.3 -5163819 L 554302.8 -5164724 L 554033.9 -5164982 L 553403.7 -5166293 L 553308.9 -5166563 L 553015.2 -5167036 L 552993.5 -5167366 L 552911.8 -5167740 L 552445.1 -5168328 L 550777.2 -5169255 L 550875.1 -5170345 L 549608.1 -5170982 L 549542.4 -5171349 L 549263.5 -5172809 L 548229.4 -5173161 L 548218.9 -5175016 L 547069 -5176861 L 547528.7 -5177446 L 547568 -5177816 L 547567.4 -5177816 z M 685887.6 -5191328 L 686002.8 -5191342 L 686064 -5191402 L 686148.1 -5191376 L 686194.2 -5191461 L 686144.2 -5191491 L 686206.4 -5191630 L 686106.3 -5191631 L 686007.3 -5191787 L 685758 -5191824 L 685814.2 -5191949 L 685684 -5191965 L 685680.1 -5192055 L 685614 -5192019 L 685557.8 -5191901 L 685526.5 -5191716 L 685605.5 -5191666 L 685700.6 -5191665 L 685608.2 -5191410 L 685778.4 -5191384 L 685887.5 -5191328 L 685887.6 -5191328 z "
id="path643" />
<path
d="M 320644.2 -5285053 L 320889.6 -5284446 L 320474.7 -5283801 L 318647.3 -5282424 L 316387.4 -5282575 L 316431.8 -5282059 L 316137.4 -5281823 L 315321.2 -5281090 L 313845.2 -5280776 L 313179.2 -5281051 L 311762.2 -5279819 L 311388.1 -5279867 L 310264.5 -5279801 L 310045.7 -5280109 L 308962.8 -5279802 L 308805.3 -5279449 L 308146.7 -5277340 L 306657.7 -5277038 L 305942.5 -5277201 L 304077.2 -5279629 L 303721.1 -5279658 L 303075.1 -5279912 L 302960.6 -5279534 L 301625.9 -5277619 L 302244.1 -5276626 L 302921 -5276229 L 303814.6 -5274488 L 303931.3 -5274125 L 304317 -5272682 L 303962.7 -5272585 L 302468 -5271631 L 302188.1 -5271861 L 299551 -5272975 L 299593.4 -5273357 L 298333.2 -5274740 L 294840 -5275289 L 293668 -5276798 L 293324.8 -5276781 L 291678.8 -5276711 L 291465.4 -5276440 L 291194.5 -5276699 L 290501.4 -5276932 L 289650.3 -5276273 L 289384.2 -5277313 L 288180.7 -5277461 L 287969.6 -5275517 L 287368.8 -5275026 L 286226 -5274844 L 285230.2 -5273642 L 284913.2 -5273848 L 284214.1 -5275140 L 283177.7 -5275353 L 282863.6 -5276437 L 282487.4 -5276480 L 282102.1 -5276429 L 281359.5 -5276235 L 279521 -5276835 L 278846.2 -5276455 L 278104 -5276677 L 276799.7 -5278084 L 274999.3 -5278747 L 275249 -5279285 L 274268.4 -5281164 L 274019.6 -5281447 L 273036 -5280532 L 272788.6 -5280306 L 272343.4 -5281361 L 270430.5 -5281694 L 268808.6 -5282737 L 267435 -5282070 L 267445.4 -5282432 L 267318.1 -5283143 L 266986 -5283287 L 266482.1 -5282783 L 265802.3 -5281500 L 265738.1 -5280406 L 264710.6 -5280584 L 264192.8 -5280134 L 263877.8 -5280333 L 263231.6 -5280577 L 262423.3 -5281824 L 261310.3 -5281640 L 259859.7 -5282025 L 259603.8 -5282270 L 259665.3 -5283684 L 259467.5 -5284014 L 258319.8 -5285987 L 258226.9 -5287091 L 259300.8 -5287167 L 260785.2 -5288391 L 260883.1 -5289137 L 261642.8 -5289249 L 261514.1 -5289577 L 260819.6 -5289578 L 260177.1 -5290414 L 259525.9 -5290652 L 259261.4 -5290369 L 256851.6 -5288465 L 255376 -5288912 L 253106.8 -5290234 L 252806.4 -5290089 L 251490.4 -5290102 L 251118.2 -5290182 L 249664.5 -5290581 L 248323.7 -5289913 L 247230.1 -5290147 L 247365.6 -5290499 L 247817.1 -5291513 L 247671.7 -5292203 L 246749.7 -5292813 L 246859.2 -5293174 L 246651.4 -5293463 L 246360.9 -5294094 L 246608.2 -5295086 L 246257 -5295141 L 246722 -5295716 L 246564.6 -5297193 L 246484.9 -5297557 L 246193.2 -5299682 L 246063.5 -5300019 L 245989.6 -5300140 L 243821.6 -5299937 L 242858.4 -5300470 L 242574.4 -5300704 L 241910.7 -5303052 L 241653.8 -5303305 L 242851.9 -5304226 L 243416.5 -5305157 L 244487.9 -5304808 L 244354.9 -5305732 L 244464.4 -5306035 L 246243 -5306147 L 246888.1 -5305780 L 247236.6 -5305913 L 247348.1 -5306269 L 247053.7 -5306937 L 247556.8 -5307480 L 247627.3 -5307846 L 247240.7 -5309217 L 246540.3 -5309387 L 246177.1 -5309475 L 246089.5 -5309832 L 245031.9 -5310029 L 244724.9 -5310229 L 245272 -5310760 L 244926.6 -5312207 L 244690.8 -5312511 L 245838.1 -5312733 L 246539.2 -5313920 L 246856.7 -5314091 L 250449.7 -5314122 L 251006.8 -5314589 L 251720.1 -5314380 L 252187.9 -5314692 L 252365.3 -5314911 L 253413.5 -5315213 L 254759.2 -5316397 L 254473.7 -5316924 L 254206.8 -5317173 L 253845.6 -5317269 L 253328.9 -5317806 L 253445.5 -5318913 L 252598.6 -5320923 L 252599.6 -5321672 L 252914.6 -5322169 L 252879.6 -5322165 L 250738 -5322986 L 251109.5 -5325224 L 250717.1 -5326544 L 251212.2 -5327026 L 251503.7 -5327213 L 252516.7 -5326666 L 255074.3 -5327721 L 254841.5 -5327965 L 255752.2 -5328604 L 258623.6 -5328038 L 258950.6 -5327861 L 259305.4 -5328898 L 259379 -5329258 L 259605.3 -5329998 L 258673.6 -5330664 L 258772.4 -5331812 L 260263.1 -5333459 L 260294.7 -5333846 L 259774.5 -5334609 L 259845.1 -5334926 L 258512.9 -5335453 L 258369.8 -5336099 L 257921.9 -5336370 L 257616 -5336557 L 258783 -5337876 L 258112.6 -5338585 L 257985 -5338926 L 258261.6 -5339162 L 260111 -5340402 L 262576.4 -5341343 L 262885 -5341568 L 263213.1 -5342099 L 263452.6 -5342319 L 264534 -5343303 L 265549.4 -5343713 L 265887.9 -5343849 L 265506.3 -5344849 L 266072.2 -5345725 L 265231.3 -5347351 L 264995.6 -5347652 L 264821.3 -5349927 L 265794.6 -5351452 L 265984.3 -5351785 L 265910.5 -5351915 L 266065.8 -5352610 L 266913.5 -5353830 L 266702 -5355341 L 266275.8 -5355968 L 266035.7 -5355991 L 265795.5 -5356008 L 265745.1 -5356389 L 265659.4 -5358291 L 266090.4 -5359224 L 266438.9 -5359332 L 268011 -5358725 L 268328 -5358606 L 267580 -5359461 L 267396.3 -5361365 L 268815.4 -5361925 L 269237.9 -5362575 L 270709.9 -5362557 L 271690.7 -5362026 L 272424.7 -5362850 L 273109.1 -5362783 L 273540.3 -5363269 L 273869.1 -5362490 L 273754.6 -5362832 L 275967 -5363817 L 276137.4 -5364496 L 277553 -5364814 L 277889 -5364657 L 277999.8 -5363946 L 278958.8 -5363011 L 279278.7 -5362846 L 280195.3 -5362830 L 280508.5 -5362821 L 282211 -5363048 L 281652.4 -5364011 L 282423.3 -5365308 L 282669 -5365597 L 283595.1 -5365859 L 283901.6 -5366004 L 283897.8 -5366104 L 285063.5 -5366052 L 285848.4 -5367367 L 285681 -5367720 L 286054.5 -5368395 L 286519.6 -5368807 L 286827.7 -5368775 L 287111.5 -5368564 L 288819.1 -5368828 L 289164.5 -5368907 L 289555.8 -5369466 L 289311.1 -5369722 L 288673.2 -5370511 L 288541.7 -5370824 L 289184.4 -5370989 L 290378.6 -5370149 L 290722.1 -5370292 L 290500.3 -5371004 L 290678.8 -5371736 L 291744.2 -5371584 L 292123.3 -5371517 L 292350.7 -5371665 L 293764.4 -5372628 L 294093.8 -5372724 L 294363.8 -5372641 L 294643.9 -5372600 L 297122 -5372933 L 297344.7 -5373225 L 297438.5 -5373615 L 297747 -5373795 L 298618.7 -5373353 L 298972 -5373402 L 300026.2 -5373183 L 300866.3 -5372428 L 301243.5 -5372404 L 301961.6 -5372236 L 302835.1 -5371194 L 303135.9 -5370978 L 303798.7 -5370697 L 304010 -5370805 L 304740.7 -5369876 L 305032.7 -5368723 L 305027 -5368325 L 305415.2 -5367770 L 305604.8 -5367480 L 306005.9 -5366851 L 305803.8 -5365759 L 305279.6 -5365243 L 305425.6 -5363007 L 305276.9 -5362664 L 305487.7 -5362481 L 305617.3 -5362235 L 305740.3 -5361069 L 305703.6 -5360679 L 306134.1 -5358583 L 306131.5 -5358219 L 305607.4 -5357762 L 305810.5 -5356622 L 306614.6 -5355304 L 307573.1 -5354719 L 308110.4 -5355276 L 308892 -5354809 L 308983.5 -5354509 L 309131.4 -5353816 L 309753.2 -5353503 L 310067.1 -5353335 L 311587.9 -5353358 L 312511.3 -5352746 L 313694.2 -5353500 L 314700.1 -5351964 L 314091.1 -5351554 L 313816.8 -5350860 L 315104.4 -5349048 L 316080.5 -5348835 L 316412.6 -5348775 L 316855.7 -5348124 L 316887.4 -5347346 L 316874.7 -5346950 L 317580.2 -5347030 L 319610.1 -5346384 L 319964.2 -5346316 L 321043.7 -5346299 L 322478 -5346053 L 323177.7 -5346274 L 323673.5 -5345435 L 323843 -5345108 L 324080.3 -5345200 L 324334.4 -5345204 L 323866.2 -5346982 L 323913.8 -5347347 L 324742.4 -5348077 L 325470.1 -5348262 L 327417.4 -5347280 L 327771.3 -5347148 L 327983.9 -5345671 L 330313.5 -5341763 L 330294.8 -5341372 L 330427.4 -5341118 L 330530 -5340851 L 331160.3 -5340835 L 331613.9 -5339823 L 332523.3 -5339210 L 332831.1 -5339001 L 333112.9 -5338768 L 335682.2 -5340140 L 336017.6 -5340285 L 335987.5 -5339585 L 336995.3 -5339175 L 338192.7 -5337841 L 338570.1 -5337386 L 338821.9 -5337221 L 339113.6 -5336980 L 340609.4 -5337065 L 342365.2 -5336482 L 344179.8 -5335125 L 344326.3 -5334775 L 344177.6 -5334396 L 344687 -5333872 L 344498.4 -5333544 L 339738.1 -5333352 L 340052.6 -5332317 L 339125.2 -5330356 L 338960.6 -5330032 L 338658.1 -5329802 L 337208 -5329480 L 337067.4 -5329145 L 338108.2 -5328728 L 339209.9 -5328880 L 338997.4 -5326646 L 338647 -5326506 L 335335.4 -5326390 L 335528 -5326072 L 335495.1 -5322802 L 336206.3 -5322709 L 336653.6 -5322126 L 338519.5 -5322204 L 338644.3 -5320687 L 338253.5 -5319599 L 337970 -5318634 L 336967.5 -5317198 L 337313.8 -5316575 L 337633.5 -5315546 L 338204.1 -5315127 L 338612.3 -5313742 L 338808 -5313437 L 338985.5 -5312322 L 338740 -5312024 L 336563.1 -5311314 L 336235 -5310641 L 336045.9 -5308431 L 336396 -5306965 L 336462.5 -5306593 L 336186 -5306340 L 335064.9 -5307314 L 334812.3 -5308375 L 334297.8 -5308870 L 332849.7 -5307757 L 332521.4 -5307609 L 332221 -5307407 L 332000.4 -5306305 L 332381.1 -5303735 L 332045.1 -5303087 L 332841.4 -5302344 L 333115.2 -5302103 L 333096.7 -5300985 L 332644.1 -5299940 L 331947.2 -5300236 L 331739.7 -5299935 L 331083 -5299621 L 330477.6 -5297937 L 329975.7 -5297410 L 329693.3 -5297171 L 328348.6 -5295542 L 328269.1 -5295180 L 327586.2 -5295471 L 326747 -5294814 L 327515.4 -5293249 L 327100.5 -5292651 L 326734.4 -5292680 L 325441.5 -5293209 L 325135.2 -5293054 L 323612.9 -5291743 L 323542.8 -5291724 L 323223.4 -5291524 L 321736.6 -5291379 L 321236.7 -5290818 L 321057.3 -5289761 L 320495.5 -5289266 L 320551 -5288830 L 320326.5 -5288520 L 319220.7 -5288303 L 318166.9 -5287198 L 318150.8 -5287148 L 319050.8 -5285986 L 319238.2 -5284542 L 319877.1 -5284237 L 320395 -5284776 L 320645.4 -5285053 L 320644.2 -5285053 z "
id="path644" />
<path
d="M 456974.7 -5410999 L 456937.1 -5410709 L 456969.6 -5409383 L 457452.4 -5410270 L 457781.2 -5410147 L 458485.2 -5410090 L 458915.2 -5410574 L 459261.1 -5410500 L 460512.6 -5410117 L 460704.1 -5409848 L 460870.5 -5409509 L 460525.2 -5408833 L 460609.5 -5408465 L 460234.7 -5407533 L 459899.4 -5407394 L 457210.4 -5408182 L 455990.3 -5408774 L 455309.9 -5408601 L 455008.5 -5408421 L 453450.5 -5407503 L 453127.1 -5407341 L 452802.9 -5407290 L 452476.9 -5407322 L 452263.4 -5407596 L 451631.8 -5407339 L 450747.9 -5407456 L 450466.3 -5407695 L 449413.8 -5408041 L 449103 -5408152 L 448482.3 -5408379 L 448196.5 -5408483 L 447640.9 -5408731 L 447335.2 -5408914 L 446345.8 -5408764 L 445701.9 -5409397 L 445681.9 -5409378 L 445305 -5409467 L 444617.4 -5410776 L 442858.7 -5411561 L 443001.1 -5412238 L 443527.4 -5413365 L 443800.7 -5413512 L 444481 -5414117 L 445184.7 -5413920 L 445558 -5414537 L 447002.8 -5414337 L 447327.4 -5415137 L 448485 -5415850 L 448766.4 -5416047 L 449679.5 -5416560 L 449954 -5416781 L 450325.1 -5416792 L 450695.2 -5416821 L 451016.3 -5416826 L 452300.5 -5416848 L 453324.7 -5416849 L 453650.8 -5416851 L 455054.9 -5416788 L 455670.2 -5415857 L 455716.5 -5415474 L 455835.3 -5414844 L 456359.7 -5414481 L 456589.3 -5414252 L 456773.2 -5413655 L 456863 -5411998 L 456912.4 -5411669 L 456975.1 -5410999 L 456974.7 -5410999 z "
id="path645" />
<path
d="M 455419.6 -5352254 L 454886.4 -5352817 L 454790.6 -5353572 L 454672.2 -5353944 L 455330.8 -5353622 L 455989.5 -5353957 L 457453 -5354002 L 457743.7 -5353775 L 457498 -5355217 L 458308 -5356290 L 457725.3 -5356561 L 457474.7 -5356830 L 457726.2 -5357094 L 458307.1 -5357532 L 459021.1 -5357392 L 458968.3 -5358120 L 461392.5 -5359077 L 460760.8 -5359963 L 461670.2 -5360673 L 463182.2 -5360451 L 464323.2 -5361460 L 466192.2 -5361159 L 465951.6 -5361438 L 464012.6 -5364091 L 463105.8 -5364337 L 463119.6 -5366003 L 463076.2 -5366362 L 463181.8 -5366688 L 462850.7 -5367284 L 462648.8 -5367378 L 462733.2 -5367584 L 463200.7 -5367815 L 462965 -5370384 L 463551.9 -5370847 L 463520.4 -5371113 L 463685.3 -5371620 L 463826 -5373189 L 463474.9 -5373201 L 463317 -5373886 L 462635.1 -5374052 L 463532.2 -5376869 L 462784.1 -5376905 L 464183.1 -5378996 L 464307.4 -5379722 L 465193.6 -5380310 L 464830.5 -5380285 L 464468.4 -5380265 L 464492.1 -5380658 L 464219.3 -5381381 L 465773.7 -5382533 L 465940.4 -5382888 L 466028.8 -5384211 L 465822.3 -5384512 L 464827.7 -5384882 L 464765 -5385597 L 464129.5 -5386485 L 464409 -5386719 L 465867.8 -5386975 L 466465.1 -5388752 L 466207.5 -5388980 L 465424.5 -5389605 L 466250.1 -5390932 L 466446.7 -5391226 L 467147 -5391330 L 467751.4 -5390935 L 468788.3 -5391836 L 469147.3 -5391794 L 469191.9 -5392148 L 468884.7 -5393166 L 468244.1 -5393450 L 468291.7 -5393777 L 468593 -5393913 L 468449.9 -5394449 L 468248.2 -5394634 L 468047.1 -5395142 L 467999.4 -5395337 L 468210 -5395642 L 468913.4 -5396890 L 469970.4 -5397866 L 469931.1 -5398247 L 469470.8 -5399232 L 470343.3 -5399969 L 470203.3 -5401062 L 471473.7 -5401117 L 470867.1 -5402475 L 469449.1 -5402626 L 469568.5 -5403381 L 470166.4 -5404356 L 470322.1 -5404706 L 470160.7 -5405053 L 469790.8 -5405154 L 469904.4 -5405480 L 470161.7 -5406121 L 469852.9 -5406274 L 470116.4 -5407031 L 470085.1 -5407385 L 469785 -5408408 L 469457.2 -5408549 L 469433.5 -5409257 L 469281.1 -5409611 L 468535.3 -5411388 L 469175 -5411697 L 469498.2 -5412322 L 469534.9 -5412675 L 469164.9 -5412720 L 468114.9 -5412787 L 468319.7 -5414213 L 467780.5 -5414695 L 467502.9 -5414946 L 469554 -5416402 L 469511.4 -5417137 L 469838.8 -5417337 L 469964 -5417401 L 469676.4 -5417620 L 469949.8 -5419346 L 470231.1 -5419457 L 470704.9 -5419823 L 470713.6 -5420203 L 470360.7 -5420801 L 470074.5 -5421743 L 469937.1 -5422050 L 469808.8 -5422415 L 468078.6 -5424969 L 468834.7 -5425503 L 469082.1 -5426224 L 468802 -5427719 L 468487.2 -5427859 L 468076.5 -5429069 L 467742.4 -5429047 L 467142.8 -5428787 L 466970.4 -5429100 L 466075.7 -5429309 L 465858 -5429990 L 465864.7 -5430348 L 466569.5 -5430191 L 467577.4 -5430588 L 468239.1 -5431379 L 468358.5 -5432091 L 469116.1 -5432855 L 469838.3 -5432925 L 470202.3 -5432920 L 468657.8 -5434278 L 469939.4 -5436537 L 471308.2 -5437854 L 471399 -5438229 L 471722.8 -5438134 L 472057.9 -5438173 L 472966.3 -5439352 L 473084 -5439715 L 473618.1 -5438749 L 474370.3 -5438806 L 476218.9 -5437532 L 476358.2 -5437182 L 477460.6 -5435814 L 477286 -5435500 L 477201.3 -5435160 L 477805.7 -5434810 L 478153.8 -5434843 L 479457.3 -5436051 L 479718.4 -5436584 L 480346.7 -5434682 L 480485.1 -5434358 L 482022.5 -5434473 L 482373.9 -5434636 L 484166.8 -5436013 L 483252 -5436677 L 482933.4 -5436886 L 484385.5 -5436840 L 484079.7 -5437481 L 484369.9 -5437539 L 484646.1 -5437646 L 485601.4 -5438268 L 485929.8 -5438466 L 486801.6 -5437272 L 488169.2 -5436970 L 488531.4 -5437054 L 489209 -5435748 L 489338.3 -5435402 L 490504.7 -5435535 L 491835.4 -5436336 L 492193.1 -5436177 L 492622.9 -5437099 L 494303.6 -5436314 L 495022.1 -5436505 L 495319.7 -5436281 L 495790.6 -5436705 L 495901.9 -5437401 L 496561.5 -5437164 L 497474.6 -5437687 L 497773.3 -5437500 L 497969.9 -5436259 L 498002.3 -5435929 L 498630.8 -5435600 L 498990 -5435655 L 499120 -5436676 L 499802.6 -5437450 L 500149.7 -5437475 L 500794.2 -5437684 L 502088.6 -5437270 L 502375 -5437461 L 504366.8 -5437224 L 504687.6 -5437086 L 504586.2 -5437414 L 504007.7 -5438259 L 503977 -5438941 L 504929.9 -5440380 L 505115.5 -5440681 L 505693.6 -5440164 L 508283.7 -5439499 L 508746.2 -5439744 L 508929.8 -5439538 L 509986.8 -5439448 L 510507.9 -5438934 L 511566.5 -5438662 L 511931.6 -5438703 L 511453.5 -5436564 L 512125.9 -5436175 L 513016.7 -5434909 L 513137 -5434540 L 513074.7 -5433870 L 513792.6 -5433187 L 513788.9 -5432825 L 513094.3 -5432552 L 512760.6 -5431119 L 511801.4 -5430545 L 511771.1 -5429844 L 512398.7 -5429018 L 514404.7 -5428277 L 515134 -5427271 L 515161.4 -5426946 L 516184.9 -5426579 L 516298.3 -5426232 L 516615.6 -5426354 L 516664.8 -5425384 L 516766.2 -5425058 L 517847.3 -5424986 L 518504.1 -5423718 L 518548.5 -5423349 L 518809.5 -5422233 L 519091.1 -5421974 L 518968.7 -5421770 L 518866.3 -5421556 L 519258.2 -5420879 L 519574.9 -5420701 L 520621.7 -5421005 L 521880.3 -5421733 L 522156.8 -5421969 L 522707.3 -5420488 L 522752.2 -5419305 L 522773.5 -5418910 L 523062.1 -5418648 L 524032.2 -5417443 L 526340.1 -5418744 L 526755 -5419772 L 527362.3 -5417599 L 526940.6 -5416144 L 527872.9 -5415014 L 527936.3 -5413520 L 528280.1 -5413352 L 529208.4 -5413921 L 529591.5 -5413907 L 529240 -5413109 L 529084.5 -5412852 L 529791.2 -5412555 L 530857.3 -5412990 L 531600.1 -5412155 L 532726.2 -5412019 L 533002.8 -5411750 L 532533.7 -5410615 L 532504.1 -5410295 L 533525 -5410061 L 533724.6 -5409774 L 534324.1 -5411121 L 535054.5 -5411242 L 535423.7 -5411279 L 535544.1 -5410912 L 535878.6 -5409418 L 535440.6 -5408345 L 535589.7 -5407200 L 535339.4 -5407060 L 535130 -5406863 L 534907.3 -5407082 L 534679.2 -5407659 L 534339.3 -5407803 L 532823.2 -5406837 L 531727.8 -5406824 L 530715.3 -5407262 L 530403.5 -5407461 L 529734.2 -5406248 L 530742.7 -5405758 L 532197 -5405659 L 532325.5 -5404173 L 532296.9 -5403806 L 531294.8 -5403353 L 530297 -5403671 L 529929.9 -5403667 L 529194.2 -5400507 L 529895.9 -5400229 L 531626 -5400548 L 531898.6 -5400286 L 531952 -5399917 L 531918.7 -5399177 L 532356.8 -5398579 L 534170.6 -5398683 L 534148.3 -5397957 L 534126.7 -5397588 L 534160.6 -5396929 L 534207 -5396576 L 533979.6 -5395197 L 534942.3 -5394210 L 534569 -5394101 L 534457.1 -5392973 L 533403.9 -5392482 L 532381.6 -5391324 L 532641.7 -5390703 L 532376.1 -5390419 L 533579.1 -5388973 L 533017.8 -5387122 L 534896.1 -5387503 L 536048.3 -5388541 L 537548.3 -5388189 L 538686.1 -5388396 L 539066.4 -5388482 L 538290.7 -5387651 L 538183.7 -5387051 L 539643.6 -5386673 L 540741.3 -5385625 L 540801.7 -5385250 L 537274.2 -5383923 L 537028.6 -5383630 L 537768.7 -5382303 L 536399 -5382175 L 535567 -5381119 L 535225.6 -5380968 L 534369.2 -5380287 L 534111.6 -5380000 L 535470.9 -5377405 L 535262.8 -5376780 L 534871.6 -5376760 L 533037.6 -5375346 L 532685.5 -5375357 L 530371.5 -5375899 L 529917.6 -5375468 L 529691.2 -5375253 L 531129.9 -5373535 L 531796.8 -5371461 L 531778.2 -5371085 L 531105.1 -5371209 L 530202 -5370728 L 529585.5 -5370583 L 528400 -5369928 L 528135.5 -5369690 L 529116.1 -5368599 L 529087.9 -5367857 L 529743.7 -5366951 L 529681.2 -5365401 L 529374.7 -5365161 L 529086.2 -5364902 L 528817.4 -5363832 L 529871.4 -5363544 L 530209.3 -5363400 L 530175.7 -5363036 L 529505 -5362740 L 530567.5 -5362794 L 530961 -5362397 L 530883.4 -5362037 L 530440.9 -5359952 L 530080.8 -5359981 L 529360.6 -5360013 L 528238.5 -5360878 L 527520.2 -5360871 L 527428.6 -5360515 L 526850.7 -5360067 L 526477.2 -5357963 L 526098.5 -5358249 L 526132.1 -5358615 L 525771 -5358632 L 525374.9 -5358032 L 524650.6 -5358022 L 524175.2 -5357902 L 523831.2 -5358007 L 522821.3 -5358328 L 522735.7 -5357982 L 522389.6 -5357977 L 520695.5 -5358914 L 520580.9 -5358555 L 519881.7 -5358571 L 519533.4 -5358436 L 518952.7 -5357485 L 518316.9 -5357095 L 518008.2 -5357337 L 516497.2 -5357659 L 516182 -5357632 L 515610.4 -5357362 L 515374.1 -5357214 L 514866.6 -5356982 L 514511.5 -5357010 L 514074.2 -5357557 L 513420.7 -5357414 L 513304.2 -5357783 L 512447 -5358472 L 512314.4 -5358141 L 510450.4 -5357313 L 510081.2 -5357901 L 509776.8 -5357710 L 508792.1 -5357456 L 508489.7 -5357240 L 507380.3 -5355330 L 507097.6 -5355561 L 507206.2 -5355915 L 505690.8 -5356584 L 504659.9 -5356236 L 504315.7 -5356204 L 503381.9 -5356491 L 502570.9 -5354772 L 502439.7 -5354018 L 502844.8 -5353396 L 500871.8 -5350630 L 500975.3 -5350321 L 501743.9 -5349889 L 501194 -5349415 L 501690.7 -5348487 L 501911.3 -5348198 L 501704.7 -5347870 L 501540.5 -5347111 L 501874.4 -5346952 L 502946.4 -5346691 L 503230.7 -5344231 L 502126.1 -5344121 L 500645 -5341161 L 500136.7 -5339751 L 499477 -5339409 L 498871.3 -5339706 L 498545.9 -5339531 L 497584.9 -5339081 L 497530.3 -5338057 L 496374.6 -5337871 L 496080.2 -5337645 L 494834.8 -5336348 L 494796.3 -5336005 L 494947.3 -5334634 L 494562.1 -5334570 L 492248.8 -5334195 L 491888.6 -5334140 L 490086.6 -5333867 L 489776.4 -5333819 L 489597.8 -5333470 L 487647.3 -5331584 L 486530.4 -5331237 L 486347.8 -5330892 L 486009.8 -5330978 L 484972.7 -5331093 L 484757.6 -5331753 L 484643.1 -5332103 L 484835.4 -5333556 L 485582.9 -5334355 L 485621.5 -5334716 L 484732.9 -5335157 L 484084.2 -5334856 L 483396.3 -5335086 L 483075.9 -5334905 L 481437.7 -5334427 L 480081.1 -5334976 L 480226.6 -5334655 L 481401 -5333372 L 481468 -5332678 L 481105.8 -5332591 L 479027.9 -5331768 L 477836.4 -5330372 L 475524.8 -5330417 L 474932.9 -5329919 L 474722.8 -5329906 L 474489.2 -5330229 L 472868.3 -5331958 L 472480.1 -5331891 L 469839.2 -5331154 L 468265.8 -5331181 L 467728.2 -5332187 L 465268.5 -5332166 L 465035 -5331894 L 464084.1 -5330827 L 464117.6 -5330470 L 463751.6 -5330549 L 460798.3 -5330922 L 459410.3 -5330541 L 459177.9 -5330296 L 458200 -5330536 L 458322.1 -5331200 L 459581.6 -5331940 L 460557.2 -5333425 L 460396.7 -5333758 L 460968.5 -5334180 L 461252.6 -5334855 L 462644.9 -5334172 L 462962.6 -5333948 L 463608.2 -5334878 L 463169.9 -5336668 L 463669.1 -5338007 L 464033.3 -5338107 L 464239.2 -5338645 L 464011.6 -5338937 L 463835.8 -5340382 L 463591.7 -5340384 L 463693.9 -5341779 L 463101.1 -5342010 L 463023.8 -5343072 L 462693.7 -5343093 L 461389.4 -5343129 L 461126.8 -5343400 L 460851.4 -5344450 L 460284 -5344948 L 460008.6 -5344726 L 458995.8 -5344417 L 458458.4 -5344871 L 458133.1 -5344732 L 457800.3 -5344917 L 456775.7 -5345926 L 456659.2 -5346242 L 456623.8 -5346611 L 456740.1 -5349859 L 456519.6 -5350188 L 455419.7 -5352254 L 455419.6 -5352254 z "
id="path646" />
<path
d="M 443114.8 -5402849 L 443011.1 -5402486 L 441523.6 -5402355 L 441057.5 -5402867 L 440309.4 -5402891 L 440033.8 -5402627 L 440390.6 -5401982 L 440185.7 -5400493 L 439836 -5400661 L 439167.5 -5400980 L 438164.3 -5400419 L 437392.2 -5400451 L 436469.7 -5399771 L 436459 -5399383 L 436162.7 -5398721 L 435813.7 -5398758 L 435262.4 -5399168 L 433933.5 -5398838 L 433630 -5398607 L 434354.6 -5397286 L 434130.2 -5396557 L 434316.6 -5396211 L 434126 -5395900 L 433328.5 -5394681 L 433368.1 -5393958 L 433039.4 -5394160 L 432746.8 -5394411 L 432194.1 -5393017 L 431888.2 -5393126 L 431301.6 -5393398 L 431050.2 -5393192 L 430782.2 -5393229 L 430251 -5393189 L 429879 -5393249 L 429253.4 -5392485 L 428878.3 -5392466 L 428611.7 -5392175 L 428244.8 -5390650 L 428214.1 -5390303 L 427753.4 -5390001 L 427086.6 -5390201 L 426958.3 -5389535 L 427314.5 -5388516 L 427575.1 -5388251 L 428651.2 -5388168 L 428722.2 -5387093 L 429113.2 -5386503 L 429157.1 -5386463 L 429418.6 -5386185 L 430295.4 -5385461 L 430067.5 -5384425 L 429689.4 -5384414 L 428602.6 -5384097 L 428447.2 -5383359 L 428395.6 -5383022 L 428677.6 -5382422 L 428417.1 -5382164 L 427201.8 -5379952 L 427241.8 -5378859 L 426887.5 -5378752 L 424688.1 -5378805 L 424439.5 -5378531 L 423195.5 -5379230 L 422822.3 -5379142 L 421347.5 -5379447 L 421067.7 -5377942 L 423116.4 -5376407 L 424147.4 -5376300 L 424216.1 -5375559 L 423491.6 -5375363 L 423256 -5375601 L 422418.9 -5375122 L 422299.2 -5374751 L 420989.1 -5372063 L 420878.2 -5370469 L 420506.9 -5370367 L 419666.4 -5369624 L 419629.3 -5368469 L 420027.3 -5367831 L 419842.4 -5366758 L 419119.9 -5366544 L 418693.7 -5365921 L 417184.3 -5365914 L 416839.4 -5365992 L 416465.2 -5365954 L 415488.8 -5366432 L 415191.1 -5366631 L 414476 -5366688 L 413889.1 -5367964 L 413747.7 -5368312 L 413465.9 -5369005 L 411604.2 -5368857 L 411244.3 -5368954 L 410528.1 -5370637 L 410774.7 -5370919 L 410547.2 -5371202 L 410072 -5371740 L 410283.6 -5372067 L 409389.1 -5374130 L 409375.9 -5375680 L 410235.6 -5378663 L 409900.4 -5378604 L 409564.2 -5378549 L 409411.8 -5378888 L 408606 -5379629 L 408371.9 -5380684 L 407416.6 -5381185 L 407127.1 -5380974 L 405821.6 -5380856 L 404528.4 -5381453 L 404310.4 -5382029 L 404006.7 -5382237 L 404195.4 -5382586 L 405221.6 -5384707 L 404992.8 -5385351 L 403271.5 -5385397 L 403011 -5385156 L 402826.4 -5385401 L 403206.3 -5385805 L 402572.6 -5386048 L 401438.2 -5385473 L 401237.7 -5385777 L 400796.7 -5386356 L 400772.1 -5387085 L 400239.9 -5387558 L 400400.2 -5388207 L 400070.5 -5388384 L 399622.5 -5388973 L 399810.9 -5389682 L 398302.4 -5389600 L 397204.2 -5390653 L 396853.9 -5391047 L 396787.6 -5391420 L 397146.4 -5392824 L 397331.1 -5393147 L 397541.5 -5393855 L 397201.6 -5393944 L 395415.7 -5394738 L 395556.4 -5395067 L 395321.9 -5395334 L 396378.8 -5396196 L 396028.5 -5396599 L 397918.8 -5399061 L 398303 -5399132 L 398492.9 -5399590 L 398677.9 -5400574 L 397252.2 -5401885 L 395764.5 -5402213 L 395628.4 -5402689 L 395984.8 -5403355 L 395212.3 -5404656 L 395463.7 -5407291 L 395715.2 -5407512 L 396293.8 -5408215 L 395690.5 -5409613 L 396630 -5410253 L 396662.8 -5410634 L 396067.6 -5411097 L 395735.8 -5411215 L 395383.8 -5411239 L 395827.9 -5412685 L 395046.3 -5413421 L 394798.7 -5413640 L 394160.9 -5413794 L 394076.2 -5413475 L 393790.5 -5413646 L 393170 -5414403 L 394268 -5415739 L 394495.4 -5416403 L 394128.5 -5416491 L 392682.9 -5418223 L 393118.9 -5418671 L 392933 -5419226 L 392856.6 -5419532 L 392697.3 -5419893 L 391583.9 -5420269 L 390915.1 -5419939 L 390657.6 -5420210 L 390766.8 -5421244 L 390071.5 -5422097 L 390051.5 -5422097 L 390594.8 -5423132 L 390774.6 -5423477 L 390044.5 -5423482 L 389643.5 -5424890 L 391093.1 -5425978 L 391373.7 -5426222 L 391015.7 -5426245 L 390618.9 -5426839 L 389581.7 -5426368 L 388438.5 -5426378 L 387888.4 -5425897 L 387747.1 -5426228 L 387249.7 -5427472 L 387934.3 -5427709 L 388633.1 -5428933 L 388657.9 -5429302 L 388498.5 -5429603 L 388202.8 -5429771 L 388438.1 -5430335 L 388063 -5430767 L 387787.4 -5430961 L 387051.8 -5431641 L 387041.6 -5432019 L 387009.3 -5432770 L 386398.3 -5433719 L 386636.9 -5434436 L 386351.4 -5434684 L 387423 -5435761 L 388497.7 -5434655 L 389239.3 -5434432 L 390073.1 -5435183 L 390458.3 -5435225 L 391223 -5437299 L 391026.6 -5438017 L 391483.6 -5437522 L 391704.4 -5436538 L 391773.7 -5436204 L 393269.1 -5436738 L 393660 -5436664 L 394689.6 -5436401 L 395312.6 -5436805 L 395539.3 -5437098 L 396834.6 -5437618 L 397166.9 -5437729 L 397515.3 -5437869 L 398007.5 -5437486 L 398210.8 -5437171 L 398446.7 -5436656 L 398598.2 -5436416 L 399031.9 -5436714 L 400622.8 -5437464 L 400979.9 -5437503 L 402744.5 -5437204 L 403665.3 -5436619 L 403954.8 -5436397 L 404227.4 -5436202 L 404618.3 -5435665 L 404367.2 -5434703 L 406267.1 -5433628 L 406520.6 -5433365 L 406949.5 -5433760 L 407160.9 -5433960 L 407418.5 -5433763 L 408173.4 -5433688 L 408553.5 -5433694 L 408884.6 -5435115 L 409186.2 -5435357 L 410001.9 -5434733 L 411020.9 -5434668 L 411365 -5434720 L 411725.1 -5434752 L 412006.8 -5435975 L 411916.5 -5436311 L 413301.6 -5436754 L 413901.7 -5436774 L 414849.6 -5436198 L 415133.1 -5435939 L 415183 -5435433 L 416639.7 -5434767 L 416925.4 -5434593 L 416801.6 -5434250 L 415847.5 -5431927 L 416424.7 -5431518 L 416633.4 -5430446 L 416390.9 -5429761 L 416570.9 -5429776 L 417726.2 -5430314 L 418057.3 -5430357 L 418195.4 -5431811 L 420055.2 -5433496 L 420249.9 -5433363 L 420456.7 -5433248 L 420332.7 -5432780 L 421964.8 -5430861 L 422150.2 -5430549 L 422730 -5430914 L 423408.9 -5430838 L 423560.3 -5430532 L 424212.9 -5430769 L 425078.8 -5430215 L 426104.3 -5430411 L 426805.5 -5429490 L 427037.9 -5429182 L 427235.5 -5428976 L 427440 -5428707 L 428388.2 -5427811 L 428599.9 -5428120 L 430069.3 -5428230 L 431390.9 -5428921 L 431604.5 -5428709 L 431912.5 -5428192 L 432802.9 -5429301 L 432983.6 -5429618 L 434418.5 -5429026 L 435563.7 -5430015 L 435954.5 -5428922 L 435590.1 -5427795 L 435702.5 -5427026 L 435973.9 -5426738 L 438486.8 -5426055 L 438810.5 -5425865 L 439644.3 -5424230 L 439649.5 -5423858 L 439640.7 -5423442 L 439443.6 -5422935 L 439268.2 -5422726 L 441310.7 -5422359 L 441659.6 -5422306 L 441704.7 -5421355 L 441352.8 -5420906 L 441132.4 -5420700 L 441384.3 -5419112 L 441129.8 -5418889 L 441314.6 -5418292 L 441217.5 -5417759 L 440905 -5417556 L 439277 -5416695 L 438902.2 -5416328 L 438733.6 -5416040 L 438054.7 -5414639 L 437876 -5414288 L 437484.6 -5413605 L 437691.2 -5413389 L 437716.2 -5412857 L 437479.9 -5412198 L 438003.2 -5411307 L 438126.6 -5410979 L 437403.3 -5410877 L 437109.9 -5410167 L 437105.1 -5409782 L 437227.9 -5409171 L 437295.3 -5408866 L 437447 -5408197 L 437414.3 -5407855 L 437414.2 -5407805 L 437913.3 -5407322 L 438197.9 -5407105 L 439048.6 -5407373 L 439339.4 -5407235 L 439933.5 -5405681 L 439779.9 -5405366 L 441211.4 -5405474 L 441714.4 -5404925 L 441681 -5404187 L 442763.7 -5403920 L 442942.1 -5403586 L 443114.7 -5402849 L 443114.8 -5402849 z "
id="path647" />
<path
d="M 259275.7 -5095239 L 258929.6 -5095350 L 258195 -5096151 L 256785.9 -5096320 L 257058.2 -5097318 L 256738.1 -5097506 L 256188.8 -5099249 L 255129.7 -5099331 L 255159.5 -5099681 L 254724.1 -5100206 L 254846.6 -5100898 L 254823.3 -5101264 L 254476.9 -5101776 L 254800.3 -5102762 L 252854.9 -5101766 L 252815.6 -5102156 L 252789.5 -5103712 L 252552.1 -5104203 L 252237.9 -5104489 L 250909.2 -5103968 L 249861.9 -5104305 L 249559.8 -5104378 L 246848.9 -5105372 L 246502.8 -5105483 L 246441 -5106628 L 245417.5 -5108620 L 245079.4 -5108798 L 244825.6 -5108508 L 243904.9 -5107920 L 242437.5 -5108314 L 242105.4 -5108458 L 239665.6 -5107787 L 239549.3 -5108124 L 239771.9 -5108742 L 238922 -5109878 L 237934.6 -5110232 L 236716.4 -5108877 L 236423.2 -5109113 L 235217.4 -5109951 L 235326.9 -5112167 L 235010 -5112003 L 233874.4 -5111149 L 233678.1 -5110168 L 233515.8 -5110501 L 232985.3 -5111006 L 231243.7 -5111389 L 229861.2 -5111806 L 228796 -5111764 L 228313.6 -5112243 L 227978.4 -5112381 L 228511.2 -5112844 L 227879.5 -5113696 L 228201.5 -5113864 L 228466.4 -5114112 L 227739.2 -5114158 L 227277.8 -5114620 L 227288.5 -5114986 L 226808.1 -5115469 L 226445.9 -5115597 L 225781.5 -5115976 L 224280.2 -5115978 L 223298.5 -5116573 L 223046.9 -5115948 L 222966.1 -5115619 L 221491.5 -5116012 L 220423.6 -5115600 L 219507.9 -5116232 L 219647.2 -5117166 L 221446.5 -5117420 L 221398.2 -5117788 L 220766.8 -5118160 L 220009.6 -5118127 L 219121.9 -5118701 L 218428.8 -5118653 L 217843.3 -5119052 L 217542.1 -5119242 L 216867 -5120592 L 215050.4 -5120721 L 214491.4 -5121916 L 214616.2 -5122273 L 215600.4 -5122418 L 215449.4 -5123843 L 215380.1 -5124209 L 214446.1 -5125245 L 214165.8 -5125472 L 210859.2 -5127705 L 210525.9 -5127923 L 210336.4 -5128658 L 211828.8 -5130386 L 211367 -5131402 L 211183.7 -5131737 L 210577.9 -5134308 L 210909.9 -5134496 L 212767.7 -5134293 L 213396.8 -5134486 L 213321.2 -5135534 L 213599.2 -5135778 L 214316.4 -5135870 L 214845.3 -5136375 L 215104.3 -5136633 L 216695.4 -5135768 L 216985.6 -5135551 L 218267.1 -5135447 L 218545.1 -5135620 L 218902.2 -5135630 L 219211.2 -5135810 L 219756.1 -5136365 L 219771.5 -5137470 L 221168.7 -5137979 L 222076.6 -5138711 L 222541.1 -5140129 L 224399 -5139650 L 225871.3 -5140134 L 226064.2 -5140472 L 227443.7 -5142611 L 227671.7 -5142898 L 227415.5 -5143185 L 226794.1 -5143631 L 225314.4 -5143903 L 225086 -5144597 L 224356.6 -5144798 L 222929.5 -5146019 L 222183.2 -5146099 L 221468.9 -5143967 L 221311 -5143621 L 220042.1 -5144464 L 220473 -5145090 L 220035 -5146887 L 220297.5 -5148327 L 221606.8 -5149038 L 221820.4 -5150111 L 222378.6 -5150365 L 222604.6 -5150663 L 222034 -5151649 L 221949.5 -5152796 L 221173.9 -5153591 L 221491.4 -5155451 L 220955 -5155993 L 220855.8 -5156364 L 220120.2 -5157085 L 220598.1 -5157998 L 220353.8 -5158619 L 221446.2 -5158949 L 222942.9 -5158878 L 223469 -5159428 L 223441.8 -5160135 L 223441.7 -5160489 L 223259.1 -5162337 L 222767.8 -5162697 L 222399.6 -5162618 L 222091.1 -5164055 L 221964 -5164413 L 222878.2 -5165503 L 222483.9 -5166118 L 222684.9 -5166767 L 221919.3 -5167550 L 222706.4 -5168948 L 223001.5 -5169119 L 221623.5 -5170984 L 220864.1 -5171184 L 219775.6 -5170803 L 219686.4 -5171527 L 220307.6 -5171914 L 220600.5 -5173309 L 221175.7 -5173767 L 221460.8 -5174000 L 220215.9 -5175296 L 219943.7 -5175557 L 218445.7 -5176750 L 220209.5 -5178177 L 218996.6 -5180514 L 218170.1 -5181312 L 217834.9 -5181127 L 217170.4 -5182282 L 217415.5 -5183320 L 217238.4 -5184025 L 216504 -5183843 L 215844.6 -5184239 L 215618.4 -5184557 L 215167 -5186030 L 215348 -5187598 L 215728.2 -5188289 L 215937.3 -5189349 L 217118 -5190249 L 217470.2 -5190389 L 217337.1 -5190702 L 216701.7 -5191841 L 216325.5 -5191858 L 215209.8 -5191908 L 214565.4 -5192755 L 213103.4 -5193094 L 212841.2 -5193389 L 211991.6 -5194153 L 211640.4 -5194237 L 211018 -5195487 L 210913.9 -5195756 L 210518.7 -5196171 L 210433.7 -5196530 L 208718.6 -5198849 L 207714.9 -5199300 L 208889.9 -5201231 L 208767.9 -5201950 L 209291.3 -5202483 L 209619.6 -5203105 L 208530.9 -5203380 L 208107.7 -5204452 L 206469.6 -5205321 L 206562.7 -5205981 L 204721.3 -5206185 L 204358 -5206339 L 204278 -5206724 L 205586 -5206989 L 205415 -5207726 L 204670.4 -5207737 L 204308.2 -5208800 L 203168.3 -5208805 L 202876.1 -5209068 L 203353.5 -5209533 L 203685.8 -5209643 L 204439.4 -5209660 L 206167.6 -5208925 L 206528.9 -5209034 L 206493 -5209742 L 207103.6 -5210629 L 208130.4 -5210730 L 209121.3 -5211278 L 209501.6 -5211283 L 210004.9 -5210719 L 210365.2 -5210840 L 210121.1 -5211125 L 211579.4 -5212232 L 211829.6 -5212516 L 212885.3 -5212270 L 213698.7 -5211084 L 214461.2 -5210962 L 215816.3 -5211435 L 217228 -5210133 L 218192.8 -5210776 L 218487.1 -5211030 L 219140.5 -5210794 L 219492.6 -5210252 L 219839.8 -5210199 L 219854.9 -5210820 L 220436.5 -5211754 L 222399.6 -5210816 L 223478.4 -5211065 L 224052.7 -5210640 L 224427.9 -5210625 L 225931 -5211023 L 226326.3 -5211046 L 226321.4 -5211351 L 226994 -5211932 L 227581.6 -5212882 L 228618.4 -5213385 L 229064 -5214444 L 230163.7 -5214311 L 230465.1 -5215005 L 229560.9 -5216216 L 229625.4 -5217732 L 229365.3 -5218016 L 232488.9 -5219475 L 232829.2 -5219672 L 234624.5 -5220141 L 236449.7 -5220123 L 236775.8 -5219937 L 236665.5 -5219304 L 235145.2 -5218301 L 235344.8 -5216855 L 236920.4 -5218425 L 238064.1 -5218301 L 239525.2 -5218748 L 240851.8 -5218051 L 241468.4 -5218502 L 242248.8 -5220819 L 242613 -5220861 L 242983.1 -5220418 L 244386.1 -5220801 L 244738.3 -5220899 L 245081.6 -5221009 L 246014.9 -5220479 L 246146.8 -5220143 L 247903 -5220514 L 248255.2 -5220587 L 249821.5 -5221475 L 251842.8 -5221654 L 252091.1 -5221926 L 252423 -5221334 L 253791 -5221812 L 256122.8 -5220698 L 256326.8 -5220388 L 257818 -5221322 L 257990.4 -5222017 L 260165.2 -5221170 L 260923.7 -5221265 L 261303.9 -5221356 L 261300.5 -5220589 L 259269.7 -5218913 L 258322.7 -5217703 L 258600.7 -5217438 L 258926.8 -5217264 L 259252.9 -5217088 L 259816.4 -5217542 L 260502.8 -5217601 L 261375 -5216977 L 261693.8 -5215986 L 262020.9 -5215827 L 263725.2 -5216797 L 264099.4 -5216922 L 264750.6 -5214287 L 264793.5 -5213900 L 264858.3 -5213320 L 264934.1 -5212748 L 264976 -5212462 L 265455.7 -5211105 L 265338.5 -5210778 L 264540.1 -5210637 L 264577 -5210279 L 265068.5 -5208405 L 264937.3 -5208039 L 266965.6 -5208979 L 267344.8 -5208987 L 268584.1 -5208345 L 268925 -5207692 L 268969.9 -5207325 L 268136.1 -5206133 L 267912.9 -5205836 L 267990.7 -5205054 L 268786.8 -5204187 L 268954.6 -5203434 L 268985.5 -5203042 L 269623.6 -5202611 L 270108.3 -5201163 L 270183.2 -5200782 L 270409.9 -5199609 L 270484.8 -5199219 L 269355.9 -5197788 L 269340.7 -5197050 L 268641.1 -5195817 L 268324.9 -5195627 L 268574.9 -5195329 L 269328.2 -5195496 L 270403.5 -5195047 L 271112.5 -5194137 L 271738.6 -5193683 L 272757.8 -5193127 L 273521.1 -5193114 L 272337.2 -5191330 L 272134.1 -5191038 L 272009.1 -5190999 L 271070 -5192193 L 270323.8 -5192405 L 268929.1 -5191785 L 268153.6 -5190918 L 267375.3 -5190896 L 267363.1 -5189994 L 267077 -5189897 L 267364.1 -5189635 L 268496.5 -5189368 L 269068.6 -5188842 L 269791.9 -5189060 L 270288.2 -5189660 L 270488.2 -5189363 L 271305.4 -5188681 L 271276.3 -5188324 L 270189.7 -5187413 L 269987.6 -5187107 L 268948 -5186097 L 269275.9 -5184805 L 268951.8 -5184631 L 269335.6 -5182470 L 269560.6 -5182161 L 270409 -5182901 L 272612.4 -5180338 L 272983.5 -5180270 L 273333.5 -5179443 L 273223.4 -5179163 L 272847.3 -5179016 L 272159.1 -5179096 L 270938.6 -5178278 L 270660.5 -5178036 L 270322.4 -5177853 L 270515.4 -5176723 L 270294.3 -5176018 L 268884.8 -5175467 L 269512.9 -5174160 L 267967.4 -5173084 L 267748.3 -5172768 L 267718.3 -5172758 L 267251.1 -5172170 L 267495.1 -5171105 L 265061.3 -5168797 L 264937.3 -5167695 L 265311.4 -5167674 L 267838.2 -5168223 L 268725.5 -5169400 L 269688.8 -5169953 L 270074.9 -5169383 L 269175.6 -5166841 L 270166.9 -5166236 L 271684.3 -5166524 L 271581.3 -5166161 L 271870.4 -5165467 L 271690.4 -5164362 L 273106.8 -5163873 L 272756.7 -5163707 L 272153.5 -5163223 L 271380.3 -5163209 L 269501.9 -5161841 L 268912.8 -5160050 L 270189.2 -5158880 L 269190.1 -5156900 L 269074.1 -5156542 L 267156.6 -5156726 L 267098.8 -5154870 L 266478.8 -5153940 L 266416.9 -5153206 L 266939.1 -5152690 L 266118 -5152021 L 266020.2 -5150921 L 266252.3 -5150648 L 268303.7 -5151057 L 268371.8 -5150705 L 268517.9 -5150372 L 267901 -5149068 L 267781 -5148723 L 268431.2 -5148323 L 268161.7 -5145661 L 267506.1 -5143461 L 268067.3 -5143011 L 268409.6 -5141941 L 268373.7 -5141557 L 269035.7 -5141888 L 270121.9 -5141690 L 270669.3 -5140377 L 271229.5 -5139892 L 271551.6 -5139711 L 270139.8 -5138201 L 269917.8 -5137935 L 271141.4 -5136672 L 270518.4 -5136260 L 269885.8 -5134516 L 270991.9 -5134744 L 272335.3 -5133998 L 274652.2 -5131973 L 276153.9 -5133657 L 276074.7 -5134426 L 276546.6 -5135037 L 277853.5 -5135859 L 278289.4 -5136501 L 279397.5 -5136752 L 280802.9 -5136022 L 282220.4 -5134649 L 282370.5 -5134282 L 281448.7 -5133084 L 281694.9 -5132366 L 281330 -5131803 L 280396.9 -5131674 L 281655.7 -5129417 L 281786.9 -5128795 L 280953.2 -5127593 L 278760 -5127585 L 278394.9 -5127647 L 278478 -5127291 L 278969.8 -5125153 L 279106 -5124618 L 279189.1 -5124254 L 279315.4 -5123523 L 278771.5 -5123019 L 278424.4 -5123153 L 277346.9 -5121672 L 276987.9 -5121576 L 276592.9 -5119022 L 276441 -5118680 L 278876.5 -5117884 L 279502.9 -5117080 L 279896.5 -5115715 L 279981.7 -5115351 L 280945.8 -5115196 L 281269.8 -5115158 L 281636.1 -5114511 L 282395.2 -5114394 L 283323.7 -5115543 L 284478.8 -5115406 L 284897 -5114984 L 284643.6 -5113520 L 283380.2 -5112197 L 283208.4 -5111866 L 283555.5 -5111732 L 283626.7 -5111398 L 283289 -5110819 L 282405.3 -5110168 L 282523.6 -5109439 L 282737 -5108552 L 282985.1 -5108376 L 282638.1 -5108318 L 281421.7 -5107076 L 281119.8 -5106964 L 280653.7 -5107251 L 280448.6 -5107565 L 278282.6 -5109502 L 277968.7 -5109306 L 276968.9 -5108830 L 276628 -5108705 L 275931.9 -5108909 L 275269.5 -5109754 L 274975.6 -5109538 L 275098.8 -5109204 L 275433.3 -5108207 L 275218.4 -5107922 L 274913.3 -5108058 L 273390 -5108543 L 273071.1 -5108358 L 271765.8 -5107088 L 272395.3 -5106208 L 271715.4 -5105929 L 270570.5 -5105824 L 269064.5 -5104132 L 268826.4 -5104368 L 267991.1 -5104913 L 267717.2 -5104669 L 265209.2 -5104616 L 264534.4 -5104326 L 264623.6 -5103963 L 264705.1 -5103227 L 265737.1 -5101704 L 265045.7 -5100831 L 263932.8 -5100734 L 263917.3 -5100005 L 263378.2 -5098675 L 264089.7 -5098006 L 263427.2 -5097242 L 263073.3 -5097126 L 262484.9 -5096239 L 262124.8 -5096379 L 259275.7 -5095239 L 259275.7 -5095239 z "
id="path648" />
<path
d="M 494391.6 -4838397 L 493153.6 -4837494 L 493066.4 -4834766 L 492204.8 -4833961 L 491814.3 -4833949 L 490311.6 -4834225 L 489060.5 -4832876 L 487135.8 -4832853 L 485807.9 -4832041 L 484701.8 -4832269 L 483894.3 -4831457 L 483644.1 -4831166 L 483122.7 -4830624 L 482038.8 -4830763 L 480214.3 -4829546 L 479846.9 -4829464 L 479202.9 -4829877 L 478752.5 -4830922 L 477303.2 -4832614 L 474435 -4833558 L 474224.7 -4833878 L 472820.4 -4833397 L 471715.7 -4833461 L 471413.1 -4834511 L 471067.3 -4834648 L 469624.5 -4829153 L 468639 -4827981 L 468997.6 -4827415 L 469196 -4827085 L 469574.3 -4827165 L 469876 -4826060 L 468820.5 -4824452 L 468711.4 -4824082 L 469900.5 -4822180 L 473264.1 -4818617 L 473491.4 -4818306 L 473127.8 -4818333 L 472105.4 -4818694 L 472186.3 -4817200 L 471790.9 -4816172 L 471997.6 -4814704 L 472598.6 -4813783 L 472832.9 -4813490 L 472477.7 -4812839 L 470696.5 -4813165 L 470939.5 -4812522 L 470935.3 -4812151 L 470651.2 -4811893 L 468752.8 -4810006 L 468041.4 -4810217 L 467817.3 -4809954 L 467838.7 -4809284 L 467500.3 -4809212 L 467161.5 -4809365 L 465643.8 -4808327 L 464552.4 -4808294 L 464532.5 -4808289 L 464203.4 -4808074 L 463118.1 -4808486 L 460766.7 -4808394 L 459019.7 -4809576 L 458782.4 -4809871 L 457456.4 -4809821 L 457108.9 -4809832 L 456772.7 -4809705 L 455278.6 -4809366 L 453378.8 -4809628 L 451769.4 -4808607 L 451530.4 -4808301 L 451691.9 -4807946 L 451034.4 -4807707 L 449131.8 -4808378 L 448814.3 -4808389 L 448497.7 -4808402 L 448155.9 -4808559 L 446971.6 -4809477 L 444190.7 -4810415 L 443401.2 -4811183 L 443044 -4811062 L 441842.7 -4810681 L 441592.5 -4810477 L 440539.8 -4811502 L 440276.6 -4811759 L 440158 -4812093 L 439706.6 -4812562 L 439571.4 -4811845 L 438523 -4810943 L 438322 -4810639 L 438159 -4810315 L 437852 -4810075 L 436787 -4809057 L 436845.6 -4807890 L 437321.3 -4806831 L 436142.7 -4803993 L 435826.7 -4804212 L 433649.7 -4805696 L 432556.7 -4807713 L 431419.7 -4807614 L 429952.9 -4806387 L 429568.5 -4806374 L 429318.5 -4806117 L 427741.3 -4805572 L 427555 -4805383 L 427201.3 -4805513 L 426450.3 -4805586 L 426170.4 -4805333 L 425690.1 -4805802 L 425009.8 -4805536 L 424644.4 -4805548 L 424458 -4805863 L 424419.7 -4806868 L 423084.9 -4809404 L 421491.9 -4810057 L 421156.2 -4810156 L 420626.6 -4811177 L 420025.6 -4811567 L 420401.7 -4813829 L 420871.6 -4814427 L 422000.2 -4814678 L 422488 -4815279 L 422757.9 -4815556 L 422531.7 -4815785 L 422755.7 -4816951 L 422300.2 -4818358 L 421690.9 -4817152 L 420183 -4818133 L 419850.9 -4817959 L 420041.3 -4817628 L 419870.7 -4815422 L 419650.7 -4815117 L 418529.4 -4815159 L 417862.2 -4814843 L 416757.6 -4815854 L 415412.2 -4816520 L 415024.6 -4816164 L 414713.7 -4816357 L 412462.8 -4817823 L 412176.2 -4817421 L 410134.3 -4818769 L 409958.9 -4819079 L 409824.9 -4819165 L 408669.6 -4821345 L 409265.7 -4821765 L 408941.9 -4821904 L 407966.5 -4822307 L 407611.7 -4822484 L 406880.2 -4822780 L 406984.3 -4823112 L 406802.6 -4824817 L 405986.2 -4825964 L 404931.2 -4826256 L 404580.5 -4826360 L 403675.4 -4826147 L 403040.9 -4826374 L 402729 -4826532 L 402305.3 -4826675 L 400896.7 -4827438 L 400638.6 -4827650 L 400623.1 -4828290 L 400163.8 -4828714 L 399856.1 -4828813 L 399816.4 -4828709 L 398434.1 -4828913 L 398409.9 -4829013 L 398209.2 -4829042 L 398076 -4829195 L 396732 -4830082 L 396680.3 -4830413 L 396365.4 -4830598 L 395335.2 -4830945 L 394716.5 -4830810 L 393858.1 -4831970 L 394172.2 -4833019 L 395079 -4834218 L 396843.8 -4834851 L 397337.1 -4835286 L 397353.2 -4835662 L 396555.6 -4836894 L 396453.2 -4838013 L 396602.2 -4838357 L 396232.5 -4838478 L 392010.6 -4839058 L 392016.8 -4839414 L 392098.1 -4840117 L 391825 -4840347 L 392201.6 -4840276 L 393256 -4839855 L 394398.2 -4840788 L 395157 -4840815 L 395498 -4841466 L 395268.7 -4841766 L 394439.2 -4842977 L 394096 -4842845 L 393357.3 -4843664 L 391781 -4844402 L 391644.5 -4844718 L 391028.8 -4845456 L 391135.9 -4845792 L 391504.4 -4847147 L 391176.7 -4848147 L 390427.3 -4848807 L 390800 -4850506 L 390675.4 -4850863 L 389128.2 -4851057 L 386188.7 -4852809 L 386601.9 -4855684 L 386447 -4855734 L 385241.8 -4856184 L 384957.9 -4856338 L 384785.4 -4856676 L 383589.1 -4858545 L 383611.5 -4858804 L 384118 -4858702 L 384311.3 -4858909 L 383708.2 -4859351 L 383959.4 -4860034 L 383277.5 -4860924 L 383038.5 -4862020 L 383721.2 -4864073 L 384473.4 -4863947 L 384844.7 -4864035 L 385160.9 -4864211 L 385209.9 -4865621 L 385133.4 -4865898 L 385514 -4866318 L 385162.2 -4866437 L 384596 -4866918 L 382420.2 -4867315 L 382498.6 -4868049 L 382164.7 -4868686 L 382834.5 -4868350 L 383362.1 -4868700 L 383535.2 -4869037 L 384671.2 -4869272 L 386497.9 -4868698 L 388825.1 -4868521 L 389175.3 -4868691 L 389118.7 -4869042 L 388869 -4870041 L 389577.7 -4871200 L 390185.1 -4872118 L 390385.2 -4872443 L 391398.4 -4872159 L 391761.8 -4872234 L 392024.2 -4872872 L 391560.1 -4874255 L 392610.7 -4874276 L 392985.3 -4874225 L 393288.6 -4874919 L 394647.6 -4875551 L 395571.5 -4877608 L 395840.7 -4877875 L 395011.4 -4879636 L 393969.8 -4880146 L 392884.1 -4880201 L 392665 -4880942 L 393103.9 -4882815 L 392120 -4883443 L 391839.8 -4883715 L 391945.1 -4884042 L 391836.4 -4885050 L 392321.1 -4885949 L 392579.3 -4885665 L 393306 -4885878 L 394782.9 -4885482 L 395869.9 -4885850 L 397389.3 -4885705 L 397389.6 -4886071 L 397692.6 -4885850 L 398181 -4885306 L 399186.9 -4885781 L 399928.4 -4884988 L 400660.8 -4884837 L 401150 -4883865 L 401822.6 -4883609 L 402125.1 -4883703 L 403014.6 -4883931 L 402620.3 -4884927 L 403932.8 -4886556 L 404083 -4886890 L 404369.1 -4886637 L 405626.8 -4884803 L 406354.3 -4884570 L 406587.6 -4884267 L 406525.1 -4884584 L 406850.1 -4885473 L 406729.7 -4885814 L 406040.6 -4887467 L 406593.7 -4888777 L 406933.3 -4888804 L 407333.4 -4887871 L 407665.1 -4887795 L 408845.1 -4888696 L 410260.4 -4888136 L 410967 -4888434 L 411887.9 -4887255 L 412784.8 -4887847 L 413112.7 -4888299 L 412823.6 -4888536 L 411256.8 -4890059 L 412454 -4890887 L 413194.2 -4890826 L 413459.3 -4890598 L 414272.4 -4889999 L 414958.1 -4889117 L 416082.6 -4889204 L 417130.2 -4888747 L 418316.4 -4889575 L 418857.3 -4889250 L 419577.2 -4889390 L 419946.7 -4889427 L 420287 -4889598 L 422069.1 -4890118 L 421827.7 -4891158 L 422151 -4891358 L 424342.9 -4891726 L 423774.9 -4893351 L 424735.4 -4893605 L 425085.9 -4893699 L 425712.6 -4892797 L 427113.5 -4893131 L 427389.3 -4892450 L 428043.4 -4892574 L 428291.7 -4892864 L 427928.6 -4893824 L 428463.4 -4894208 L 428805.9 -4894294 L 429922.6 -4894317 L 430499.2 -4894790 L 431243.4 -4894791 L 431617 -4894795 L 431882.3 -4893784 L 432366.6 -4893282 L 432037.9 -4892655 L 432309 -4892424 L 433411.6 -4892558 L 434116.2 -4892302 L 434207.3 -4891551 L 434919.9 -4890651 L 435624.8 -4890846 L 436093.4 -4891434 L 437545.5 -4891024 L 438636.8 -4890084 L 436349.4 -4888729 L 434873 -4888744 L 434286.4 -4888243 L 434317 -4887860 L 434688.7 -4887758 L 434971 -4888018 L 437602.3 -4887875 L 438609 -4887386 L 440560.1 -4888522 L 442402 -4888581 L 442680.1 -4888321 L 443408.5 -4887525 L 442844.2 -4886162 L 444171.6 -4885594 L 445458.2 -4886242 L 446185.7 -4886077 L 446808 -4884783 L 447437.9 -4884427 L 447735.9 -4884219 L 448011.9 -4883992 L 448192.2 -4883682 L 450322.2 -4882826 L 450704.7 -4882892 L 450702.3 -4882507 L 451536.6 -4881717 L 452425.2 -4880076 L 452358.6 -4878585 L 456040.4 -4878035 L 456410.1 -4877949 L 456873.7 -4875974 L 457123.8 -4875727 L 458318.5 -4875095 L 458880.9 -4873824 L 459153 -4873595 L 459133.1 -4872931 L 458857.7 -4872744 L 459085.4 -4872163 L 459111.9 -4871852 L 459385 -4871580 L 459652.8 -4870866 L 461369.1 -4870139 L 461352.4 -4869370 L 461170.4 -4868248 L 461083.1 -4867905 L 459800.5 -4867338 L 459413.7 -4866257 L 460168.8 -4866273 L 462467.3 -4864993 L 462445.9 -4864612 L 463794.1 -4863573 L 463707.6 -4862098 L 463557.9 -4861410 L 463515.6 -4861036 L 463633.7 -4860298 L 465577.3 -4859202 L 465872 -4858582 L 465759.7 -4858251 L 464855.6 -4857734 L 464553 -4857148 L 464571.6 -4856802 L 464610.3 -4855789 L 464400.5 -4855235 L 466694.1 -4852153 L 467148.4 -4852211 L 467437.4 -4852019 L 467374.1 -4851636 L 468189.4 -4850875 L 468551.9 -4849781 L 469399.3 -4848986 L 469793.7 -4847922 L 470081.8 -4847688 L 472003.5 -4845970 L 472049.1 -4845587 L 474007.8 -4843834 L 475107.6 -4843791 L 475478.3 -4843724 L 476590.1 -4843656 L 478738.1 -4842208 L 481650.2 -4843054 L 482035.7 -4843090 L 482653 -4844820 L 484695 -4845820 L 485446.2 -4845777 L 486403 -4844657 L 487839.8 -4844375 L 488215.2 -4844447 L 488238.2 -4844437 L 488573.1 -4844261 L 489195 -4843328 L 491782.5 -4843673 L 492104.4 -4843527 L 493336.1 -4842884 L 493117.9 -4842573 L 493645.3 -4839617 L 494391.5 -4838397 L 494391.6 -4838397 z "
id="path649" />
<path
d="M 383721.5 -4864072 L 383356.1 -4864042 L 381976.2 -4864409 L 381747.7 -4863353 L 381104.4 -4862482 L 380788.5 -4862637 L 380456.7 -4862755 L 380563.3 -4862388 L 378936.9 -4860851 L 378556.4 -4860877 L 378244.7 -4862329 L 377397.3 -4863065 L 377235.2 -4862766 L 376804.7 -4861875 L 376572.7 -4861563 L 375071.7 -4858890 L 374983.1 -4859245 L 373631 -4858819 L 372602.9 -4859105 L 371861.3 -4860335 L 371534.3 -4860537 L 370444.6 -4860221 L 368390.5 -4861147 L 367632.3 -4860380 L 367639.9 -4859662 L 367364.8 -4859432 L 367078.7 -4859213 L 368027.8 -4857658 L 367806.5 -4857042 L 365912.5 -4856940 L 364998.4 -4857561 L 364651.5 -4857721 L 362802.6 -4856658 L 362570.6 -4856377 L 363307 -4856175 L 364200.5 -4854961 L 365590.4 -4855418 L 367417 -4855267 L 367936.3 -4853487 L 367828.3 -4853126 L 367144.3 -4853126 L 366617 -4852720 L 366474.9 -4852410 L 365101.4 -4852213 L 364179.2 -4851625 L 363906.2 -4851383 L 363378.9 -4851430 L 363122.5 -4851339 L 362891 -4851285 L 361847.2 -4851019 L 361501 -4850920 L 361202 -4851522 L 360638.7 -4851140 L 360304.1 -4851208 L 360358.9 -4850828 L 361130.4 -4850118 L 355889.7 -4847924 L 355676.3 -4848243 L 355449 -4848944 L 356341 -4849637 L 356178.5 -4850363 L 353569.4 -4850839 L 353292.3 -4851038 L 352963.5 -4851996 L 351983.8 -4852512 L 351548.9 -4853572 L 350535.3 -4854034 L 350333.4 -4853295 L 348977.1 -4852608 L 348249.4 -4851720 L 348106.5 -4851365 L 347514.1 -4851488 L 347309.7 -4851784 L 347379.2 -4852369 L 346683.8 -4852552 L 345598.2 -4853477 L 345501.6 -4853383 L 343853.9 -4851855 L 343613 -4851554 L 342478.4 -4851682 L 341827.4 -4852086 L 338889.1 -4851635 L 338534.9 -4851553 L 337856.5 -4851351 L 337435.6 -4850791 L 337268.7 -4850474 L 335308.2 -4850715 L 335136 -4850502 L 334206.1 -4851049 L 332766.4 -4851019 L 332270.6 -4850470 L 331234.8 -4850234 L 330557.1 -4850527 L 330589.2 -4851260 L 331352 -4853225 L 332068.8 -4854038 L 332852.7 -4855168 L 332937.7 -4855510 L 332586.9 -4855629 L 330556 -4856440 L 330592.4 -4857477 L 331643.8 -4857469 L 331980.6 -4857360 L 331854.9 -4857727 L 331079.8 -4859060 L 329904.1 -4860046 L 329686.7 -4861560 L 329725.8 -4861896 L 331135.7 -4862713 L 331469.6 -4862970 L 331197.5 -4863189 L 330246.9 -4863590 L 330178.5 -4864188 L 329822.8 -4864275 L 329152.1 -4864569 L 328329.5 -4865739 L 327633.1 -4865515 L 327323.1 -4865710 L 327083.9 -4865102 L 326794.8 -4864907 L 324748.1 -4866027 L 324653.5 -4866319 L 323915.3 -4866861 L 320736.6 -4865815 L 320580.1 -4866112 L 320026.1 -4867667 L 320010.3 -4868404 L 321935 -4869421 L 322052 -4869770 L 322516 -4870312 L 322642 -4870651 L 323369 -4871864 L 323747.9 -4872095 L 323976.1 -4872285 L 324032.8 -4872379 L 325284.8 -4873726 L 325443.9 -4874443 L 325387.1 -4874827 L 325275.6 -4875089 L 324781.7 -4875361 L 325202.7 -4875968 L 324703.4 -4877245 L 325029.5 -4877422 L 325384.7 -4877564 L 326775.8 -4877114 L 327371.7 -4878075 L 328090.5 -4878145 L 328697.8 -4878510 L 328432.7 -4878724 L 327796 -4878961 L 327546.9 -4879578 L 326428.6 -4879528 L 325282.9 -4880512 L 324589.7 -4880162 L 324399.6 -4879876 L 323275.6 -4879271 L 320568 -4877751 L 320325.7 -4878019 L 320002.7 -4879053 L 320117.7 -4879408 L 320201.8 -4880146 L 319789 -4880738 L 319716.3 -4881081 L 319561.9 -4881761 L 318877.9 -4881742 L 318604.7 -4882439 L 318774.7 -4883177 L 319429.7 -4884090 L 319468.9 -4884845 L 320003.3 -4886103 L 321532 -4887077 L 321698 -4887407 L 322236.3 -4886953 L 323299.1 -4886854 L 323560.3 -4886606 L 323150.7 -4887544 L 323334.1 -4888565 L 323536.2 -4888858 L 323352.6 -4889211 L 322786 -4890252 L 323497.5 -4890495 L 325403.6 -4890228 L 328131.3 -4888756 L 328341.8 -4888427 L 329239.9 -4888287 L 330144.5 -4888842 L 330467 -4889765 L 331104.9 -4889442 L 331274 -4889761 L 330839.5 -4890723 L 330860.8 -4892390 L 331003.9 -4892725 L 331030.1 -4893095 L 330406.1 -4893489 L 329440.4 -4892998 L 328955.9 -4893518 L 328138.6 -4893672 L 328168.3 -4894722 L 328512.5 -4895337 L 328671.6 -4895653 L 328776.4 -4895677 L 331766.2 -4895374 L 332129.9 -4895269 L 334322.9 -4899680 L 334272.3 -4899994 L 333535 -4900589 L 334662.7 -4902004 L 334306.4 -4903806 L 335338.9 -4903428 L 335997.4 -4904283 L 336160.5 -4904612 L 335780.9 -4904626 L 334031.2 -4906494 L 333875.8 -4906790 L 333495.4 -4907687 L 333141.1 -4907553 L 331778.6 -4907118 L 331471.5 -4907353 L 330910.1 -4908359 L 329772 -4908560 L 330236.9 -4909822 L 330116.4 -4910143 L 330623 -4910548 L 330930.4 -4910656 L 331885 -4912287 L 331997.2 -4912612 L 331680.7 -4913029 L 331805.2 -4913709 L 331347.8 -4914671 L 331683.2 -4915310 L 331899.4 -4915600 L 332025.9 -4916270 L 332935.3 -4916585 L 333269.8 -4916659 L 333621.2 -4916777 L 333989.7 -4916804 L 334274.8 -4916085 L 335334.6 -4915017 L 335539.8 -4912707 L 335585.5 -4912323 L 335675.4 -4912322 L 335840.1 -4913407 L 336340.4 -4913988 L 338955.5 -4913922 L 340063.2 -4914965 L 340666.3 -4914570 L 342085.1 -4914355 L 342284.3 -4914661 L 344067.2 -4914146 L 345131.3 -4914530 L 345154.2 -4915648 L 345449.4 -4915884 L 346959.1 -4916193 L 348177 -4917133 L 348525.3 -4917301 L 348872.8 -4917344 L 350928.3 -4917470 L 350975.5 -4916804 L 351036.2 -4915313 L 350752 -4915064 L 349989.8 -4915094 L 348555.5 -4914532 L 347805.2 -4914632 L 347127.5 -4913274 L 346753.1 -4913177 L 347195.7 -4912568 L 347937.9 -4912555 L 348564 -4912127 L 349293.8 -4911256 L 348927.9 -4909833 L 349780.3 -4909082 L 349973.6 -4908808 L 350587.6 -4908942 L 350945.2 -4908923 L 352227.7 -4907842 L 352883.4 -4908108 L 353618.8 -4907449 L 354151.3 -4907925 L 354431.6 -4908147 L 354273.1 -4906405 L 354532.1 -4905735 L 354808.2 -4905502 L 355172.8 -4905508 L 355646.3 -4904954 L 356302.4 -4904992 L 357055.9 -4903729 L 358070.1 -4904575 L 359076.8 -4904118 L 359407.7 -4903454 L 359525.2 -4903102 L 360035.8 -4903502 L 360282.8 -4904940 L 360459 -4905265 L 360695.3 -4904967 L 361829.1 -4904906 L 362653.7 -4905686 L 364037.1 -4906230 L 364355.9 -4906133 L 363552.4 -4903676 L 364211.2 -4903374 L 364204.6 -4902619 L 363047.7 -4901690 L 362700.4 -4901539 L 362598.6 -4899921 L 362417.4 -4899637 L 362786.1 -4899535 L 364139.8 -4898822 L 365188 -4899099 L 366918.9 -4898587 L 368398.1 -4895936 L 369494.7 -4897538 L 371013.6 -4898744 L 371405.1 -4898763 L 373473.3 -4900015 L 373737.6 -4900252 L 373951.5 -4900166 L 374317.9 -4900277 L 376078.3 -4901678 L 376293 -4902799 L 376984.6 -4903126 L 377844.7 -4904779 L 378700.8 -4904175 L 378914.8 -4903489 L 379608.3 -4903308 L 380647.6 -4903567 L 380878.9 -4903272 L 381830.7 -4902160 L 381341 -4901182 L 382012.2 -4899493 L 382254.4 -4899198 L 383177.5 -4898529 L 383524.8 -4898688 L 385677.3 -4899221 L 386171.1 -4900144 L 386455.4 -4900348 L 386742 -4900941 L 386348.8 -4901906 L 386038.2 -4903007 L 385142.1 -4903689 L 385081.5 -4904064 L 385968.3 -4904767 L 385615.2 -4906225 L 385872.4 -4906506 L 386617.8 -4906375 L 386961.1 -4906541 L 387692.3 -4906540 L 388146.8 -4905939 L 388905.9 -4905987 L 389275.3 -4906087 L 389318.9 -4905720 L 389160.1 -4903950 L 390416.2 -4903046 L 391439.4 -4903400 L 391921 -4904476 L 390791.6 -4905451 L 390914.6 -4905989 L 391665.1 -4905761 L 392015.4 -4905940 L 392381.2 -4904648 L 392664.2 -4904437 L 393146.2 -4905309 L 393488.9 -4905254 L 393545.3 -4905549 L 393615.3 -4906088 L 393969 -4906036 L 395821.2 -4907673 L 396129.6 -4907854 L 396440.6 -4907628 L 398586.3 -4908196 L 399222.1 -4909120 L 400702.1 -4908753 L 401781.5 -4907742 L 402509.4 -4907945 L 402965.9 -4908560 L 402616.2 -4909245 L 403234.6 -4909228 L 403442.3 -4909890 L 404088.3 -4910098 L 404420.8 -4910197 L 404517.3 -4909818 L 404978.7 -4909229 L 406033.4 -4908727 L 406626.8 -4910002 L 407344.7 -4910197 L 407708.2 -4910285 L 407902.5 -4909972 L 408422.4 -4909713 L 410487 -4910501 L 410623.3 -4910233 L 410762.6 -4909966 L 410379.1 -4909940 L 409707.2 -4909686 L 408741.1 -4908510 L 410282.7 -4906402 L 409359.6 -4905185 L 409709.4 -4905045 L 411941.1 -4903719 L 412619 -4903966 L 414732.8 -4903882 L 415045.2 -4904064 L 415292.4 -4903780 L 417108.9 -4903490 L 417457.7 -4903348 L 416930.3 -4902046 L 416705.8 -4899946 L 416727.4 -4899582 L 416381.9 -4899523 L 415222.1 -4900181 L 414988.8 -4899873 L 414345.9 -4899643 L 412405.4 -4896315 L 411311.6 -4896368 L 410961.9 -4895790 L 411962.4 -4895382 L 412174.3 -4894063 L 412743.4 -4893643 L 412588.1 -4893317 L 412959.7 -4893321 L 413543.4 -4893720 L 414214 -4893526 L 414431.1 -4892095 L 414932.4 -4891547 L 415410.5 -4892991 L 416540 -4893124 L 417921.3 -4892596 L 418084.7 -4892252 L 417563.2 -4891694 L 417724.2 -4890961 L 419418.5 -4890217 L 418857.7 -4889249 L 418316.8 -4889574 L 417130.6 -4888746 L 416083 -4889203 L 414958.5 -4889116 L 414272.8 -4889999 L 413459.7 -4890597 L 413194.6 -4890825 L 412454.4 -4890887 L 411257.2 -4890058 L 412824 -4888535 L 413113.1 -4888298 L 412785.2 -4887846 L 411888.3 -4887254 L 410967.4 -4888433 L 410260.8 -4888135 L 408845.5 -4888695 L 407665.5 -4887794 L 407333.8 -4887870 L 406933.7 -4888803 L 406594.1 -4888776 L 406041 -4887467 L 406730.1 -4885813 L 406850.5 -4885473 L 406525.5 -4884583 L 406588 -4884266 L 406354.7 -4884569 L 405627.2 -4884802 L 404369.5 -4886636 L 404083.4 -4886889 L 403933.2 -4886555 L 402620.7 -4884926 L 403015 -4883930 L 402125.5 -4883702 L 401823 -4883608 L 401150.4 -4883864 L 400661.2 -4884836 L 399928.8 -4884987 L 399187.3 -4885780 L 398181.4 -4885305 L 397693 -4885849 L 397390 -4886070 L 397389.7 -4885704 L 395870.3 -4885849 L 394783.3 -4885481 L 393306.4 -4885877 L 392579.7 -4885664 L 392321.5 -4885948 L 391836.8 -4885050 L 391945.5 -4884041 L 391840.2 -4883714 L 392120.4 -4883442 L 393104.3 -4882814 L 392665.4 -4880941 L 392884.5 -4880200 L 393970.2 -4880145 L 395011.8 -4879635 L 395841.1 -4877874 L 395571.9 -4877607 L 394648 -4875550 L 393289 -4874918 L 392985.7 -4874224 L 392611.1 -4874275 L 391560.5 -4874255 L 392024.6 -4872871 L 391762.2 -4872233 L 391398.8 -4872158 L 390385.6 -4872442 L 390185.5 -4872117 L 389578.1 -4871199 L 388869.4 -4870040 L 389119.1 -4869041 L 389175.7 -4868690 L 388825.5 -4868520 L 386498.3 -4868697 L 384671.6 -4869271 L 383535.6 -4869036 L 383362.5 -4868699 L 382834.9 -4868349 L 382165.1 -4868686 L 382499 -4868048 L 382420.6 -4867314 L 384596.4 -4866917 L 385162.6 -4866436 L 385514.4 -4866317 L 385133.8 -4865897 L 385210.3 -4865620 L 385161.3 -4864211 L 384845.1 -4864034 L 384473.8 -4863946 L 383721.6 -4864072 L 383721.5 -4864072 z "
id="path650" />
<path
d="M 650315.7 -4914719 L 650339.5 -4915058 L 651154.4 -4915622 L 651418.4 -4915836 L 651568.3 -4916196 L 651607.7 -4918120 L 652238.4 -4919539 L 654622.6 -4920581 L 654867.6 -4920866 L 655161.6 -4920997 L 655482.7 -4921007 L 656342.6 -4922124 L 657415.1 -4921378 L 657776.2 -4921390 L 659208.9 -4920151 L 659812.9 -4920601 L 660197 -4920650 L 660139.3 -4919666 L 659808.3 -4919469 L 660252.8 -4918052 L 661385.2 -4917894 L 662592.8 -4916949 L 664443.3 -4917121 L 664548.5 -4916600 L 664418.5 -4916367 L 664132.5 -4916108 L 663097.5 -4915041 L 660858 -4914558 L 660619.5 -4912702 L 659655.7 -4911501 L 659736 -4910808 L 660024.1 -4910610 L 658766.1 -4909768 L 658376.3 -4909120 L 658019 -4906898 L 657735.9 -4907148 L 652774.4 -4908555 L 652397.3 -4908513 L 650205.2 -4907961 L 650336.1 -4908308 L 650274.8 -4909041 L 649560.2 -4910313 L 650580.8 -4911752 L 650263.7 -4911966 L 649268.3 -4912533 L 648505.2 -4912482 L 648813 -4913150 L 650255.8 -4914344 L 650315.7 -4914719 L 650315.7 -4914719 z M 699481.9 -4888401 L 699582.7 -4883685 L 699878.1 -4882991 L 700006.3 -4882636 L 701153.8 -4882645 L 702954.4 -4883255 L 703307.5 -4883402 L 703333.5 -4878365 L 701580.2 -4874931 L 701217.9 -4873011 L 701143.1 -4872628 L 700781.8 -4870886 L 701104.4 -4869865 L 701203.6 -4869521 L 702204.9 -4869714 L 703507.8 -4869086 L 703821 -4868898 L 705249.4 -4869322 L 705625.6 -4869354 L 705784.8 -4869014 L 706987.6 -4866427 L 708849.4 -4866505 L 707723.3 -4863644 L 707649.5 -4863258 L 706326.3 -4860580 L 705431.3 -4859879 L 705131.3 -4859646 L 704584.4 -4859119 L 704230.4 -4855369 L 704501.6 -4855284 L 704768.6 -4855383 L 705772.7 -4855821 L 706383.4 -4856783 L 708612.4 -4856608 L 710867.1 -4857088 L 711171.4 -4856851 L 712119.9 -4856699 L 712431.1 -4856617 L 712730.3 -4856533 L 713040.5 -4856528 L 713273 -4855802 L 714364.1 -4854749 L 714720.3 -4854610 L 715578.8 -4852646 L 716109.3 -4852184 L 716460.5 -4852093 L 717309.2 -4851606 L 717966.4 -4851800 L 718278 -4849121 L 720896.2 -4847491 L 721560.1 -4846539 L 721694.4 -4846176 L 721543.5 -4845895 L 721396.6 -4845612 L 721169.7 -4845285 L 720153.6 -4844691 L 718196.5 -4841739 L 715837.3 -4841899 L 715445.2 -4841894 L 713781.1 -4841018 L 712552.6 -4839503 L 711177.5 -4838794 L 710859.5 -4838691 L 709800.7 -4837923 L 709417.5 -4837972 L 707111.6 -4838196 L 705212.2 -4837898 L 704824 -4837985 L 703647.8 -4837793 L 700178.2 -4838656 L 699831 -4838776 L 696738.4 -4839878 L 696358.3 -4839924 L 694040.8 -4841243 L 693726.6 -4841440 L 692040.7 -4842207 L 691729.5 -4842304 L 690598.8 -4842944 L 690283.6 -4843085 L 688403.6 -4843945 L 688070.4 -4844109 L 686935.5 -4845065 L 686651.3 -4845340 L 686055.8 -4845855 L 683715.1 -4846185 L 683345 -4846222 L 681906.5 -4846589 L 680403.1 -4846869 L 680033 -4846879 L 679663 -4846885 L 679274 -4846892 L 675661.7 -4845462 L 671786 -4847263 L 671478.8 -4847418 L 670560.4 -4847891 L 670224.2 -4848072 L 667853.1 -4849305 L 667503.9 -4849489 L 664377.5 -4851173 L 663884 -4853024 L 663814.8 -4853344 L 663257.9 -4854523 L 663085.7 -4854859 L 660153.9 -4857191 L 659970.8 -4857393 L 659642.5 -4857830 L 659395.2 -4858137 L 657826.9 -4859894 L 654645.7 -4861445 L 654324.6 -4861637 L 653955.5 -4861694 L 652790.6 -4861630 L 650645.5 -4863252 L 650288.4 -4863425 L 648474.9 -4864230 L 644922.9 -4864508 L 644548.9 -4864576 L 641930.8 -4865033 L 641582.8 -4865089 L 639143.8 -4865473 L 639352.5 -4865788 L 639905.1 -4866295 L 642033.3 -4867027 L 643380.2 -4868346 L 643338.9 -4868723 L 645103.8 -4870141 L 644732.8 -4871604 L 644930 -4872728 L 646809.1 -4872441 L 647179 -4872549 L 647487.5 -4873247 L 647506.2 -4873632 L 647314.9 -4874163 L 647295.6 -4874554 L 646969.9 -4875648 L 645461.7 -4875999 L 644377.1 -4878467 L 643659.7 -4879144 L 643402.5 -4879348 L 643121.4 -4879558 L 642707 -4880111 L 642634.3 -4881158 L 642411.1 -4881471 L 640691.6 -4882281 L 640454.4 -4882663 L 640452.2 -4883046 L 640244.8 -4883724 L 639861.8 -4883720 L 637874.6 -4882618 L 637209.2 -4883395 L 637193 -4883750 L 635980.7 -4885878 L 636024.4 -4886260 L 636944.4 -4889510 L 637050.8 -4890487 L 636962.6 -4890809 L 636823.1 -4891553 L 636808.9 -4891931 L 636814.7 -4892312 L 636811.5 -4892689 L 637065.3 -4894769 L 636033.1 -4895160 L 635660.7 -4895811 L 636154.1 -4896841 L 636001.7 -4897578 L 635303.6 -4897853 L 633871.9 -4897337 L 633207.7 -4897651 L 633140.5 -4898083 L 633453.5 -4899908 L 631465.3 -4902192 L 631330.1 -4902549 L 631076.6 -4903467 L 631123.4 -4903789 L 631299.4 -4905726 L 631324.2 -4906117 L 631381 -4906510 L 631175.3 -4910006 L 631093.1 -4910392 L 631437.2 -4910237 L 633448.6 -4909429 L 636090.7 -4909483 L 636765.4 -4910158 L 639697.6 -4910082 L 640064.6 -4910067 L 640794 -4909243 L 641517.1 -4909213 L 643069.9 -4907741 L 643433.9 -4907788 L 643363.1 -4905219 L 643495.2 -4904869 L 643612.4 -4904563 L 643478.7 -4903935 L 644187.3 -4902709 L 644269 -4901286 L 644199.2 -4900935 L 644328.7 -4899869 L 644931.9 -4899489 L 645289 -4899449 L 647469.3 -4901269 L 647778.2 -4901456 L 649251.6 -4903078 L 649584.5 -4903253 L 650911.6 -4903578 L 651256.6 -4903572 L 651445.9 -4903044 L 653334 -4903381 L 653716 -4903430 L 654454.8 -4904221 L 656508.8 -4905196 L 656833.8 -4905393 L 657915.7 -4906097 L 658244.8 -4906133 L 659294 -4906115 L 660102.9 -4906770 L 660424.9 -4906908 L 661019.8 -4907428 L 661393.8 -4907561 L 663527 -4908450 L 663818 -4908704 L 664970.1 -4906437 L 665185.3 -4906125 L 665980.5 -4906130 L 667840.1 -4905783 L 670959.2 -4908121 L 671230 -4909183 L 671915.1 -4909562 L 672266.2 -4909735 L 672460.3 -4909659 L 672796.6 -4909010 L 672569.7 -4908316 L 672608.8 -4907952 L 672495 -4907228 L 671108 -4906039 L 670892.4 -4904620 L 671946.8 -4904254 L 672122.5 -4902406 L 672089.6 -4902033 L 671873.7 -4901724 L 671334.7 -4901203 L 671199.8 -4900858 L 672305.5 -4899902 L 672660.6 -4899794 L 673289 -4899319 L 675958 -4898677 L 678309.8 -4898610 L 678411.3 -4900177 L 678437.2 -4900569 L 678762.3 -4900564 L 679082.4 -4900619 L 679411.5 -4900631 L 679722.6 -4900520 L 681331.5 -4899559 L 681685.7 -4899436 L 682592.2 -4898890 L 683226.7 -4898049 L 683540.9 -4897888 L 683592.8 -4898266 L 684731.2 -4898345 L 686139.9 -4897806 L 687702.2 -4898904 L 689058 -4898194 L 689405.2 -4898031 L 689707.4 -4897794 L 690046.6 -4897612 L 689945.7 -4897373 L 689816.9 -4896627 L 690290.6 -4895184 L 690084.3 -4892902 L 690099.4 -4892513 L 691206 -4892218 L 692708.5 -4892519 L 693290.9 -4892026 L 693937.1 -4892208 L 694310.2 -4892302 L 694420.6 -4891173 L 694942 -4890731 L 695309.2 -4890610 L 695651 -4888885 L 695942.2 -4888682 L 699086.8 -4888357 L 699482 -4888401 L 699481.9 -4888401 z "
id="path651" />
<path
d="M 344440.6 -5127310 L 343397.6 -5127771 L 341877.7 -5127820 L 340548.7 -5128476 L 340432.8 -5127377 L 340047.8 -5127345 L 337915.8 -5128126 L 336972 -5126042 L 334790.1 -5125349 L 334914.1 -5125001 L 334452.2 -5123993 L 333723.3 -5123870 L 333328.5 -5122837 L 333962.5 -5122495 L 333925.6 -5122107 L 333297.7 -5121762 L 330586.8 -5121698 L 329853.1 -5120328 L 329493.1 -5120176 L 329616.2 -5119865 L 329986.3 -5119422 L 329876.4 -5118768 L 330154.4 -5118518 L 330875.4 -5118321 L 331441.6 -5116952 L 332362.6 -5116388 L 331982.8 -5115456 L 332185.8 -5115234 L 332695.9 -5114720 L 332221.2 -5113690 L 332447.4 -5112556 L 333203.5 -5111668 L 332746.7 -5111156 L 332498.8 -5110854 L 331444 -5110625 L 331205.9 -5110930 L 330298.8 -5111568 L 328500.1 -5110977 L 325645.1 -5111904 L 324193.3 -5111537 L 323881.3 -5111684 L 322903.3 -5112006 L 322867.3 -5111945 L 322738.5 -5111188 L 320781 -5110037 L 320048.3 -5109146 L 320847.8 -5107425 L 320466.8 -5107430 L 317856.1 -5107219 L 317173.3 -5106908 L 315670.4 -5107115 L 315117.6 -5106619 L 314763.6 -5106760 L 314518.9 -5106081 L 314599.1 -5105436 L 313680.4 -5104893 L 313625.3 -5105235 L 313336.1 -5105848 L 312031.3 -5105548 L 311227.9 -5106796 L 310467.9 -5106917 L 309421.2 -5106450 L 309348.1 -5106824 L 309220.8 -5107575 L 308050.2 -5109498 L 306786 -5110282 L 307165.5 -5111673 L 306819.5 -5111799 L 306138.4 -5112076 L 305420.7 -5111297 L 304351.7 -5111556 L 303893.2 -5110167 L 302988.7 -5109015 L 302638.7 -5109149 L 302262.9 -5108677 L 302009 -5108452 L 302428.2 -5107847 L 302170.3 -5107567 L 302268.6 -5106845 L 303767.5 -5106845 L 304431.6 -5106492 L 304296.1 -5105362 L 304576.4 -5104678 L 304769.5 -5104350 L 304035.5 -5104522 L 303629.8 -5103889 L 302069.4 -5102853 L 299506.7 -5102695 L 299439.5 -5103051 L 298744 -5104279 L 298415.9 -5104460 L 297760.8 -5104754 L 297124 -5104358 L 294911 -5104614 L 294609.1 -5104493 L 294285.1 -5104488 L 293223.1 -5104665 L 292542.3 -5104395 L 291924.2 -5104713 L 291642.4 -5104439 L 290121.6 -5104156 L 289011.5 -5104362 L 288776.2 -5105055 L 287497.6 -5106370 L 286407.5 -5106644 L 285864.3 -5107167 L 285721.2 -5107411 L 285244.1 -5107711 L 285019 -5107990 L 282985.8 -5108376 L 282737.7 -5108551 L 282524.3 -5109439 L 282406 -5110167 L 283289.7 -5110818 L 283627.4 -5111398 L 283556.2 -5111731 L 283209.1 -5111866 L 283380.9 -5112196 L 284644.3 -5113520 L 284897.7 -5114984 L 284479.5 -5115406 L 283324.4 -5115543 L 282395.9 -5114394 L 281636.8 -5114510 L 281270.5 -5115157 L 280946.5 -5115196 L 279982.4 -5115350 L 279897.2 -5115714 L 279503.6 -5117080 L 278877.2 -5117884 L 276441.7 -5118679 L 276593.6 -5119022 L 276988.6 -5121576 L 277347.6 -5121672 L 278425.1 -5123153 L 278772.2 -5123018 L 279316.1 -5123523 L 279189.8 -5124254 L 279106.7 -5124617 L 278970.5 -5125153 L 278478.7 -5127291 L 278395.6 -5127647 L 278760.7 -5127584 L 280953.9 -5127593 L 281787.6 -5128795 L 281656.4 -5129417 L 280397.6 -5131674 L 281330.7 -5131803 L 281695.6 -5132366 L 281449.4 -5133083 L 282371.2 -5134282 L 282221.1 -5134649 L 280803.6 -5136022 L 279398.2 -5136752 L 278290.1 -5136501 L 277854.2 -5135859 L 276547.3 -5135037 L 276075.4 -5134426 L 276154.6 -5133657 L 274652.9 -5131972 L 272336 -5133998 L 270992.6 -5134744 L 269886.5 -5134515 L 270519.1 -5136260 L 271142.1 -5136671 L 269918.5 -5137935 L 270140.5 -5138201 L 271552.3 -5139711 L 271230.2 -5139892 L 270670 -5140377 L 270122.6 -5141690 L 269036.4 -5141888 L 268374.4 -5141557 L 268410.3 -5141941 L 268068 -5143011 L 267506.8 -5143460 L 268162.4 -5145661 L 268431.9 -5148322 L 267781.7 -5148723 L 267901.7 -5149067 L 268518.6 -5150372 L 268372.5 -5150705 L 268304.4 -5151056 L 266253 -5150648 L 266020.9 -5150921 L 266118.7 -5152021 L 266939.8 -5152690 L 266417.6 -5153206 L 266479.5 -5153939 L 267099.5 -5154870 L 267157.3 -5156725 L 269074.8 -5156542 L 269190.8 -5156900 L 270189.9 -5158879 L 268913.5 -5160050 L 269502.6 -5161841 L 271381 -5163209 L 272154.2 -5163223 L 272757.4 -5163707 L 273107.5 -5163872 L 271691.1 -5164362 L 271871.1 -5165466 L 271582 -5166161 L 271685 -5166523 L 270167.6 -5166236 L 269176.3 -5166840 L 270075.6 -5169383 L 269689.5 -5169953 L 268726.2 -5169400 L 267838.9 -5168223 L 265312.1 -5167673 L 264938 -5167695 L 265062 -5168796 L 267495.8 -5171104 L 267251.8 -5172170 L 267719 -5172758 L 267749 -5172768 L 267968.1 -5173084 L 269513.6 -5174160 L 268885.5 -5175467 L 270295 -5176017 L 270516.1 -5176723 L 270323.1 -5177853 L 270661.2 -5178036 L 270939.3 -5178278 L 272159.8 -5179096 L 272848 -5179016 L 273224.1 -5179163 L 273334.2 -5179443 L 272984.2 -5180270 L 272613.1 -5180338 L 270409.7 -5182900 L 269561.3 -5182160 L 269336.3 -5182470 L 268952.5 -5184631 L 269276.6 -5184804 L 268948.7 -5186097 L 269988.3 -5187107 L 270190.4 -5187413 L 271277 -5188324 L 271306.1 -5188680 L 270488.9 -5189363 L 270288.9 -5189659 L 269792.6 -5189060 L 269069.3 -5188842 L 268497.2 -5189368 L 267364.8 -5189635 L 267077.7 -5189897 L 267363.8 -5189994 L 267376 -5190896 L 268154.3 -5190918 L 268929.8 -5191785 L 270324.5 -5192405 L 271070.7 -5192193 L 272009.8 -5190998 L 272134.8 -5191037 L 272337.9 -5191330 L 273521.8 -5193114 L 272758.5 -5193127 L 271739.3 -5193682 L 271113.2 -5194137 L 270404.2 -5195047 L 269328.9 -5195496 L 268575.6 -5195329 L 268325.6 -5195627 L 268641.8 -5195817 L 269341.4 -5197050 L 269356.6 -5197787 L 270485.5 -5199219 L 270410.6 -5199609 L 270183.9 -5200781 L 270109 -5201163 L 269624.3 -5202610 L 268986.2 -5203042 L 268955.3 -5203434 L 268787.5 -5204187 L 267991.4 -5205054 L 267913.6 -5205836 L 268136.8 -5206133 L 268970.6 -5207324 L 268925.7 -5207692 L 268584.8 -5208345 L 267345.5 -5208987 L 266966.3 -5208979 L 264938 -5208039 L 265069.2 -5208405 L 264577.7 -5210278 L 264540.8 -5210637 L 265339.2 -5210778 L 265456.4 -5211104 L 264976.7 -5212462 L 264934.8 -5212747 L 264859 -5213319 L 264794.2 -5213900 L 264751.3 -5214286 L 264100.1 -5216922 L 263980.4 -5217662 L 264299.2 -5219117 L 264365.4 -5219504 L 264525.6 -5219862 L 265251.3 -5220605 L 265514.5 -5220835 L 266771.9 -5220352 L 266831.8 -5219999 L 268614.6 -5219907 L 268917.4 -5219279 L 269263.5 -5219166 L 269957.7 -5220915 L 269897.8 -5221291 L 269190.6 -5221552 L 269066.9 -5222294 L 269476.4 -5222932 L 269537.8 -5223665 L 271437.5 -5226960 L 273488.5 -5228646 L 273762.8 -5228910 L 274814.5 -5227438 L 275032.4 -5227148 L 276152.4 -5227862 L 276345.3 -5227574 L 277114.5 -5225484 L 277411.5 -5225248 L 278136 -5225475 L 278140.4 -5222614 L 278323.3 -5222291 L 278928.8 -5222721 L 280025.2 -5222565 L 280484.9 -5223493 L 281509.2 -5223195 L 281787 -5222524 L 282502.4 -5222639 L 282766.7 -5222889 L 282232.9 -5221871 L 282265.5 -5221102 L 284036.9 -5220412 L 284276.8 -5220111 L 284758.5 -5221013 L 285644.2 -5221538 L 285970.4 -5221655 L 286069.8 -5220486 L 286955.3 -5218827 L 285113.5 -5216813 L 285255.2 -5216080 L 285163 -5215697 L 285510.1 -5215544 L 286591.7 -5215901 L 287599.6 -5214779 L 289138.6 -5215627 L 289521 -5216177 L 289708.2 -5216480 L 290375.5 -5216654 L 291859.9 -5216333 L 291824.6 -5213878 L 292077.6 -5213603 L 294144.8 -5214414 L 294450 -5214629 L 295142.9 -5213861 L 295171 -5212083 L 295223.8 -5211717 L 294487.2 -5210970 L 294762.3 -5208890 L 294982.2 -5208598 L 295166.1 -5208300 L 294026.4 -5207543 L 293673.3 -5207567 L 294781.1 -5206267 L 294114.5 -5205437 L 294709.4 -5204602 L 294431 -5203991 L 294343.8 -5203654 L 294933.3 -5201899 L 295701.2 -5201086 L 296024.2 -5200888 L 297397.9 -5201484 L 297773 -5201435 L 299078 -5202749 L 300443.2 -5202169 L 300823.3 -5202153 L 301815.3 -5201507 L 302129.3 -5201268 L 303299.7 -5201260 L 304330.8 -5200702 L 304641.8 -5200460 L 305066.3 -5201396 L 305147.5 -5201732 L 308362 -5203063 L 308733.2 -5203197 L 309600.6 -5203445 L 309806.8 -5203674 L 310378.7 -5203206 L 313178.7 -5203537 L 313527.7 -5203403 L 314210.7 -5203081 L 316866.4 -5203076 L 317140.6 -5203342 L 316975.4 -5205131 L 315329.3 -5205841 L 315095.4 -5206128 L 315075.7 -5206804 L 315179.9 -5207132 L 314714.2 -5207949 L 314650.3 -5208271 L 314723.5 -5208686 L 316102.9 -5208625 L 316458 -5208683 L 318582.6 -5208709 L 318957.4 -5208131 L 318813.2 -5207801 L 318952.9 -5207160 L 319656.7 -5206358 L 319973.7 -5206192 L 320668.1 -5206506 L 321349.1 -5206146 L 321675.8 -5205446 L 323920.1 -5204938 L 324249.7 -5203898 L 324258.5 -5203511 L 324310.4 -5203191 L 325009.3 -5200584 L 324746.7 -5199446 L 325157.4 -5198535 L 324735.9 -5197617 L 324785.6 -5196895 L 326452.1 -5194980 L 326609 -5194653 L 327321.7 -5193485 L 327641.7 -5193335 L 328360.3 -5192092 L 329305.7 -5192571 L 329761.6 -5192129 L 329330.3 -5191539 L 329698.2 -5190985 L 331496.5 -5190888 L 331610.4 -5190532 L 330848 -5189872 L 331414.7 -5188930 L 332418.7 -5188485 L 332467.3 -5187381 L 332519.2 -5187011 L 332537.1 -5186821 L 332922.8 -5185788 L 332710.2 -5184312 L 333667.2 -5183747 L 333887.8 -5182634 L 335023.4 -5181065 L 336071.4 -5180608 L 336138.3 -5180225 L 336571.2 -5179693 L 336705.1 -5179376 L 337617.9 -5178298 L 339023 -5177936 L 339350.8 -5177327 L 339977.8 -5176942 L 339890.4 -5175870 L 340701 -5174217 L 340939.9 -5173932 L 341097.7 -5173192 L 340401.5 -5172863 L 339149.9 -5171469 L 339532 -5171511 L 339866.9 -5170887 L 339504.7 -5170212 L 340092.3 -5168444 L 339468.1 -5168020 L 338497.6 -5166388 L 338371.5 -5166039 L 339174.3 -5164853 L 339410 -5163415 L 339982.9 -5162494 L 341276.9 -5162176 L 341618.9 -5162152 L 341442.7 -5161524 L 341709.6 -5160934 L 341855.6 -5160641 L 342935.6 -5160251 L 343444.5 -5159675 L 344945.6 -5159720 L 345581.5 -5158900 L 347064.6 -5159019 L 347437.6 -5159049 L 348148.2 -5157024 L 347783.9 -5155636 L 351245.1 -5155790 L 352357.1 -5155424 L 353124.2 -5155562 L 354189.1 -5155076 L 355334.9 -5154028 L 355659.9 -5153808 L 357391.6 -5151865 L 357555.5 -5151530 L 357257.5 -5151300 L 356597.4 -5150949 L 356795.2 -5149874 L 357770.9 -5148262 L 356426.8 -5148075 L 357555.5 -5145761 L 358533.4 -5145347 L 358896.4 -5145293 L 360180.3 -5144506 L 360181.1 -5143371 L 360922.1 -5143389 L 361538.2 -5143841 L 362281.2 -5143746 L 362135.1 -5143398 L 360712.8 -5141187 L 360839.7 -5140101 L 359407.5 -5138347 L 359092.5 -5138495 L 357863.6 -5138967 L 357725.6 -5138614 L 357179.5 -5137630 L 357205.4 -5136875 L 355608.4 -5136015 L 355698.4 -5135648 L 355510.3 -5134532 L 354115.4 -5135115 L 353520.5 -5136077 L 351656.5 -5135694 L 351308.5 -5135805 L 349582.5 -5136212 L 349635.5 -5135844 L 347761.5 -5134105 L 347673.5 -5133729 L 347632.5 -5131847 L 347217.5 -5130767 L 346330.5 -5130050 L 346276.5 -5128935 L 345814.5 -5128341 L 345950.5 -5127204 L 345755.5 -5127126 L 345487.5 -5127398 L 344740.5 -5127544 L 344440.5 -5127309 L 344440.6 -5127310 z "
id="path652" />
<path
d="M 413780.6 -5061262 L 413773.7 -5060883 L 414437.6 -5060530 L 414597.9 -5059422 L 413960.2 -5059072 L 412465.6 -5059228 L 412198.2 -5057739 L 411868.4 -5057552 L 410259.7 -5058229 L 409551.2 -5057438 L 408103.6 -5057642 L 407948.6 -5057867 L 407879.4 -5058407 L 407602.4 -5058646 L 407260.3 -5059288 L 406237.8 -5058908 L 406166.9 -5058551 L 405667.8 -5059436 L 404973 -5059640 L 404743.4 -5058602 L 404068.2 -5056947 L 403343.5 -5056884 L 403210.7 -5056545 L 402407.9 -5056654 L 402358.1 -5056279 L 402137.4 -5055575 L 400097.4 -5054842 L 399056.6 -5055133 L 397919.3 -5054295 L 395701 -5052162 L 395423.2 -5051894 L 395031.6 -5051306 L 394942.1 -5050261 L 394392.5 -5049849 L 394181.7 -5049564 L 392278 -5048277 L 390347.7 -5048386 L 389754.2 -5047908 L 389093.5 -5045814 L 388025 -5045744 L 387047.6 -5045276 L 386121.7 -5045683 L 385746.8 -5045750 L 383847 -5046811 L 383800.4 -5046065 L 383350.9 -5045471 L 381872.7 -5045191 L 381804.5 -5045516 L 381877.9 -5046465 L 381555.9 -5046626 L 380968.9 -5047045 L 380826.4 -5046285 L 380372.9 -5045665 L 378833.6 -5045558 L 378740.7 -5043653 L 377684.1 -5042045 L 377350.1 -5042213 L 376695.8 -5043104 L 375972.1 -5043095 L 375309.6 -5042746 L 374247.3 -5040803 L 373903.5 -5040656 L 373734.4 -5039423 L 373366.6 -5039364 L 372635 -5039240 L 372103.6 -5038720 L 370583.9 -5036230 L 370261.9 -5036441 L 365581.3 -5038925 L 365719.5 -5038584 L 365644 -5037865 L 365045.5 -5037469 L 364794.5 -5037571 L 364286.8 -5037404 L 363851.7 -5036407 L 363779.8 -5034919 L 363157.4 -5034538 L 362961 -5033861 L 362719.3 -5033562 L 362075.9 -5033144 L 361721 -5033289 L 361487.8 -5035088 L 359799.9 -5035940 L 357673.5 -5035178 L 357050.5 -5035592 L 356943.7 -5036713 L 355960.3 -5037796 L 355623.6 -5037616 L 354967.2 -5037252 L 353490.9 -5037172 L 352615.8 -5037806 L 352549 -5038931 L 352900.7 -5039098 L 353840 -5040789 L 354885.7 -5041937 L 356214.6 -5042746 L 356308.3 -5043124 L 353772.2 -5044839 L 353459.2 -5045057 L 352766.3 -5045376 L 352014.7 -5045247 L 351580.3 -5044639 L 350140.2 -5044187 L 350024.5 -5043823 L 349755.4 -5044065 L 349247.6 -5045415 L 348297.2 -5046467 L 348271.3 -5046402 L 347922.4 -5046417 L 347295.5 -5046699 L 346486.8 -5048126 L 346347.6 -5048491 L 346259.1 -5049265 L 346636.5 -5049943 L 346175.7 -5051421 L 345467.3 -5052345 L 343319.7 -5053005 L 342819.3 -5052421 L 341728.9 -5052129 L 341524.7 -5052458 L 339465 -5053124 L 337302.4 -5052312 L 336186.7 -5052421 L 335712.3 -5051811 L 335335.4 -5051899 L 335077.3 -5052152 L 334388 -5052984 L 334083.4 -5054020 L 333501.3 -5054444 L 333301.6 -5054164 L 332719.4 -5053314 L 332584.7 -5052941 L 331863.3 -5051121 L 331750.6 -5050746 L 331090.6 -5049812 L 328853.9 -5049266 L 328790.6 -5049625 L 328471.3 -5051398 L 328126.3 -5051514 L 326231.3 -5051148 L 325506.5 -5052522 L 324234.9 -5053942 L 324486.6 -5054238 L 325318.3 -5055538 L 326339.1 -5059541 L 326209.1 -5059551 L 325169.2 -5059927 L 323951.2 -5061883 L 322253.2 -5062634 L 321557.4 -5062590 L 320719.1 -5061924 L 320076.1 -5062236 L 319060.6 -5061924 L 318693.6 -5062042 L 317567 -5061970 L 316918.9 -5062382 L 316682.4 -5063116 L 315723.3 -5063631 L 315139.5 -5065048 L 315451.9 -5065694 L 316381.8 -5065496 L 316789 -5066496 L 316580.9 -5066792 L 317017.1 -5067752 L 317626.9 -5067740 L 317981.8 -5067728 L 318097.3 -5068374 L 318084.1 -5068702 L 320059.7 -5070060 L 320392.5 -5070187 L 321344.3 -5070116 L 321661.1 -5070234 L 321920.6 -5070934 L 321384.1 -5071953 L 321694.4 -5074606 L 322342 -5074965 L 324191.6 -5074781 L 324928.9 -5073954 L 325675.7 -5073916 L 326127.9 -5073304 L 326287.1 -5072958 L 327225.7 -5073156 L 327354.5 -5073486 L 326853.1 -5074473 L 327340.7 -5075010 L 327196.1 -5076115 L 327307.9 -5076480 L 328412.1 -5077499 L 330078.1 -5080509 L 330463.5 -5081572 L 330270.4 -5081821 L 329668.6 -5081735 L 329427.5 -5081939 L 330719.7 -5083102 L 331006.5 -5083313 L 329977 -5084911 L 330200.1 -5086786 L 330227.9 -5087171 L 329701.8 -5087680 L 329795.5 -5088408 L 329970.3 -5088732 L 330734.1 -5088746 L 331955.3 -5087803 L 332726.1 -5087858 L 333733.1 -5087361 L 335565.6 -5087763 L 337283.6 -5089287 L 338040.5 -5089185 L 338420.4 -5089257 L 338399.2 -5089881 L 338563.1 -5090146 L 338745.9 -5090727 L 340023.3 -5091584 L 340255.7 -5093120 L 339588.7 -5093508 L 339546.2 -5094917 L 339637.1 -5095262 L 338631.1 -5095726 L 338521.9 -5096404 L 338840.6 -5097066 L 337796.4 -5098123 L 337464.4 -5098204 L 336583.4 -5098726 L 336613.3 -5099051 L 336002.2 -5099745 L 334436 -5098089 L 333822 -5098453 L 333682.6 -5099579 L 333158.5 -5100123 L 332849.5 -5100354 L 331083.4 -5101496 L 330772.4 -5101672 L 330703.1 -5102751 L 331457.7 -5103564 L 330959.3 -5104948 L 331599.9 -5105891 L 331606.8 -5106141 L 332019.6 -5106755 L 332055.3 -5107915 L 330535.9 -5110026 L 331082.7 -5110477 L 331443.6 -5110625 L 332498.4 -5110854 L 332746.3 -5111157 L 333203.1 -5111668 L 332447 -5112556 L 332220.8 -5113690 L 332695.5 -5114720 L 332185.4 -5115234 L 331982.4 -5115456 L 332362.2 -5116388 L 331441.2 -5116953 L 330875 -5118321 L 330154 -5118518 L 329876 -5118768 L 329985.9 -5119423 L 329615.8 -5119865 L 329492.7 -5120176 L 329852.7 -5120328 L 330586.4 -5121698 L 333297.3 -5121763 L 333925.2 -5122107 L 333962.1 -5122495 L 333328.1 -5122838 L 333722.9 -5123870 L 334451.8 -5123993 L 334913.7 -5125002 L 334789.7 -5125349 L 336971.6 -5126043 L 337915.4 -5128126 L 340047.4 -5127346 L 340432.4 -5127377 L 340548.3 -5128476 L 341877.3 -5127820 L 343397.2 -5127772 L 344440.2 -5127310 L 344740.2 -5127546 L 345487.2 -5127399 L 345755.2 -5127127 L 345950.2 -5127205 L 345814.2 -5128342 L 346276.2 -5128936 L 346330.2 -5130052 L 347217.2 -5130769 L 347632.2 -5131848 L 347673.2 -5133730 L 347761.2 -5134107 L 349635.2 -5135846 L 349582.2 -5136214 L 351308.2 -5135807 L 351656.2 -5135695 L 353520.2 -5136079 L 354115.1 -5135117 L 355510 -5134533 L 355698.1 -5135649 L 355608.1 -5136016 L 357205.1 -5136876 L 357179.2 -5137632 L 357725.3 -5138616 L 357863.3 -5138968 L 359092.2 -5138496 L 359407.2 -5138349 L 359662.1 -5137748 L 360264.1 -5137549 L 360590.1 -5137595 L 360645.1 -5137964 L 361810.2 -5138874 L 362158.2 -5138739 L 362323 -5136665 L 363681.9 -5136335 L 364040.9 -5136278 L 365027 -5137430 L 365766 -5137633 L 366481 -5137357 L 367247 -5137356 L 367502.9 -5136874 L 369620.9 -5137074 L 369677 -5137813 L 370519.1 -5138411 L 369830.2 -5139218 L 371984.2 -5139842 L 372310.2 -5140047 L 373431.1 -5139594 L 373668 -5139358 L 374518.8 -5138254 L 374720.8 -5137971 L 375871.6 -5136586 L 376228.6 -5136672 L 376111.6 -5136312 L 377009.5 -5135628 L 377329.3 -5134162 L 377604.3 -5133904 L 377349.3 -5133640 L 377169.3 -5133322 L 378750.1 -5132388 L 379833.1 -5132387 L 379916 -5132019 L 379357.9 -5131197 L 379585.7 -5129041 L 378618.7 -5128584 L 378281.7 -5128426 L 377606.6 -5126392 L 378632.5 -5126132 L 379097.4 -5125572 L 378143.4 -5124997 L 377430.5 -5125230 L 376739.5 -5124334 L 376815.5 -5123610 L 377709.4 -5122955 L 377590.4 -5122223 L 377263.4 -5122033 L 376534.5 -5122187 L 375838.6 -5121909 L 374544.7 -5119734 L 374181.7 -5119627 L 375126.6 -5117553 L 375714.5 -5117115 L 376200.5 -5115710 L 376587.5 -5115698 L 377498.4 -5115077 L 378233.3 -5115230 L 378779.3 -5114875 L 379802.2 -5115198 L 380116.2 -5115405 L 380751.1 -5115003 L 380579.1 -5114314 L 381038.1 -5113314 L 379960.3 -5112243 L 381408.1 -5111878 L 382277 -5110652 L 383349.9 -5110801 L 383234.9 -5110050 L 383830.8 -5109606 L 384025.8 -5108898 L 383135.9 -5108299 L 382731 -5107248 L 383386.9 -5106909 L 383565.9 -5106218 L 383647.9 -5105846 L 384185.9 -5105123 L 384554.8 -5105596 L 385565.7 -5105044 L 385624.8 -5104276 L 386774.7 -5103464 L 386035 -5101707 L 386341 -5101062 L 386244 -5100808 L 387193.1 -5098876 L 386828.2 -5098778 L 386252.4 -5097807 L 385960.6 -5096329 L 386223.7 -5095241 L 386319.7 -5094875 L 388357.3 -5094852 L 388677.2 -5094781 L 388853.3 -5093842 L 389066.3 -5093594 L 389329.4 -5092682 L 389131.5 -5092434 L 388444.9 -5091103 L 387685 -5091156 L 386116.5 -5090076 L 384733.9 -5089699 L 384586 -5089376 L 384659.1 -5088686 L 383961.3 -5088581 L 384301.4 -5087540 L 385756.1 -5087388 L 386644.1 -5086210 L 386881.1 -5085922 L 387549.9 -5086204 L 388878.7 -5085766 L 389197.6 -5085973 L 389527.2 -5087417 L 391035.9 -5087490 L 391380.8 -5087652 L 392372.7 -5087310 L 392993.5 -5087575 L 393155.6 -5086885 L 393860.4 -5086826 L 392972.8 -5085700 L 394149 -5083518 L 394025.1 -5083308 L 394135.1 -5083092 L 393434.3 -5082839 L 392658.3 -5083546 L 392327.6 -5082503 L 391837.6 -5082895 L 391075.8 -5082839 L 390206.2 -5082119 L 391180.1 -5081684 L 391411.4 -5080257 L 391037.7 -5079260 L 392747.5 -5078387 L 393041.5 -5078134 L 394544.2 -5077817 L 394927.1 -5077886 L 395369.2 -5076921 L 395455.3 -5076564 L 396005 -5077082 L 397043.7 -5077004 L 397993.3 -5077622 L 400210.8 -5077370 L 400939.6 -5077576 L 401399.4 -5078171 L 401678.3 -5078427 L 402612 -5078797 L 402935.9 -5078883 L 403043.6 -5080049 L 403732.4 -5080353 L 404116.3 -5080279 L 404755.5 -5078488 L 404262.8 -5077450 L 404631.9 -5076367 L 405275.8 -5075950 L 406022.6 -5075936 L 408211.5 -5073840 L 408538.4 -5074047 L 408688.1 -5075182 L 408971 -5075447 L 409736.1 -5073948 L 410617.9 -5073721 L 410652 -5073368 L 411032.9 -5073383 L 412767.8 -5071985 L 413329.2 -5069417 L 413814.2 -5069000 L 414154.1 -5069173 L 413689.5 -5068126 L 412206 -5067939 L 411959.1 -5067644 L 412664.1 -5066780 L 412894.1 -5066484 L 411959.9 -5064499 L 412639.7 -5064358 L 413323.7 -5063488 L 413014.9 -5063281 L 412407.2 -5062852 L 412431.3 -5062480 L 413619.2 -5061611 L 413780.3 -5061262 L 413780.6 -5061262 z "
id="path653" />
<path
d="M 811235.9 -5359574 L 810937.9 -5358620 L 809664.9 -5358228 L 809391.9 -5358031 L 809580.1 -5356966 L 808682.2 -5355794 L 808664.3 -5355089 L 808523.5 -5354744 L 808472.2 -5354650 L 808189.1 -5354383 L 807819.9 -5354261 L 806747.9 -5351810 L 806833.7 -5351475 L 806414.5 -5349820 L 805741.1 -5347787 L 804973 -5347005 L 805197.2 -5346689 L 805061.4 -5346325 L 804809.4 -5346046 L 803686.2 -5345078 L 803449.7 -5344365 L 803375.1 -5344064 L 803055.7 -5343619 L 803160 -5342856 L 801856 -5340026 L 802613.9 -5339129 L 803781.9 -5339019 L 803820.5 -5338622 L 803342.8 -5336691 L 802884.3 -5336439 L 802753.5 -5336081 L 801619.5 -5333722 L 800370.1 -5332854 L 799696.6 -5331484 L 799654.5 -5330715 L 799308.4 -5330538 L 798714.1 -5329155 L 799213.6 -5328546 L 798690 -5327595 L 798286.1 -5326948 L 797328.8 -5326337 L 796792.1 -5325333 L 796418.1 -5325294 L 795338.9 -5324263 L 794615.3 -5324443 L 794012.2 -5323997 L 794011.2 -5323253 L 793994.9 -5322275 L 794128.8 -5321968 L 793939.9 -5321669 L 793228 -5320895 L 792882.4 -5319555 L 792789.2 -5318796 L 792693.5 -5318429 L 792983.3 -5316213 L 792114.5 -5314971 L 793174.8 -5314695 L 793110.2 -5313635 L 792679 -5312779 L 792382.9 -5312537 L 791178.7 -5311632 L 791925.5 -5310836 L 791977.2 -5309728 L 792080.5 -5308996 L 792622.2 -5308511 L 792929.7 -5308301 L 792951 -5307728 L 793056.9 -5307447 L 792839.9 -5307135 L 792117.8 -5306927 L 791420.3 -5305641 L 791354.9 -5305436 L 790984 -5305479 L 787668.9 -5304137 L 787332.3 -5304324 L 786024.3 -5302955 L 785779.1 -5303249 L 783567.7 -5304737 L 783321.8 -5305243 L 783464.6 -5305585 L 783398.4 -5306293 L 782943.1 -5306865 L 779375.1 -5308079 L 779292.4 -5308456 L 779141.9 -5308387 L 778796.3 -5308540 L 777204.8 -5309506 L 776694.4 -5310104 L 776348.7 -5310183 L 775747.8 -5310551 L 775594.7 -5310705 L 775399.4 -5310803 L 775108 -5311030 L 774063.9 -5311299 L 772205.1 -5312410 L 771774.9 -5313055 L 771817 -5313831 L 770894.5 -5315029 L 769600.6 -5315842 L 769432.7 -5316153 L 769071.7 -5316754 L 768717.9 -5316728 L 768357.9 -5316592 L 766334 -5315519 L 765608.6 -5314204 L 765447.8 -5313862 L 764493.1 -5311880 L 764123.2 -5311834 L 761637.8 -5311052 L 759805.1 -5309768 L 759607.1 -5310094 L 758111.6 -5312181 L 758357.5 -5313268 L 757410.2 -5313804 L 756063.4 -5316089 L 754308.5 -5315943 L 754212.8 -5316300 L 753972.2 -5316999 L 752730.6 -5317743 L 752015.9 -5317561 L 750974.3 -5317951 L 750686.4 -5317681 L 747853 -5316427 L 746679.7 -5316454 L 745613.3 -5316950 L 744463.7 -5316697 L 744226.9 -5316447 L 743423.4 -5315800 L 743203.7 -5315594 L 742543.6 -5314977 L 742193.9 -5315002 L 741615.8 -5314246 L 741270.2 -5314315 L 740229.4 -5314501 L 739864.9 -5313899 L 739482.2 -5313958 L 739115.7 -5314079 L 739342.6 -5315207 L 739246.9 -5315580 L 737329.8 -5316745 L 737130.1 -5316477 L 736525.7 -5316234 L 735769 -5316831 L 735722.3 -5317153 L 735295 -5317494 L 734959.5 -5317595 L 734853.8 -5317929 L 735710.1 -5318441 L 735895.8 -5318761 L 735468.3 -5320487 L 734980.1 -5321002 L 734944.4 -5321312 L 735172 -5322215 L 734888.8 -5322481 L 733257.8 -5324042 L 732966 -5323824 L 732007.6 -5323321 L 731653.1 -5322686 L 731302.6 -5322787 L 729880.9 -5322723 L 729533.2 -5322637 L 728877.4 -5322916 L 728575.5 -5322675 L 726064.7 -5320939 L 725180 -5319311 L 725329.3 -5318583 L 724389.2 -5317456 L 724367.2 -5316718 L 723898.6 -5316111 L 723513 -5316205 L 721541.5 -5316144 L 721529 -5315778 L 721440.9 -5315051 L 721124.1 -5314895 L 720515.9 -5314044 L 719896.5 -5313744 L 719513.8 -5313745 L 718767.7 -5313896 L 719086.1 -5315320 L 719376.8 -5315518 L 720676.2 -5317151 L 720534.4 -5317481 L 719946 -5317895 L 719713.5 -5318576 L 719378.9 -5318575 L 718231.1 -5317928 L 717791.8 -5317536 L 717643.1 -5317179 L 717640.1 -5314902 L 717253.3 -5314819 L 716858.6 -5314792 L 715993.3 -5314117 L 716119.2 -5313097 L 715233.9 -5312442 L 715218.3 -5312798 L 713643 -5314586 L 713028.3 -5314840 L 712483.7 -5316597 L 712799.5 -5316795 L 712766.7 -5317007 L 712733.9 -5317220 L 712370.3 -5317176 L 712133.8 -5317844 L 711720 -5316983 L 711720.5 -5316618 L 710981.2 -5315838 L 709924.3 -5315676 L 709213.7 -5314544 L 708993.7 -5314841 L 707932.4 -5315133 L 707095.8 -5317916 L 707383.6 -5318151 L 708175.5 -5319367 L 708263.1 -5319701 L 707589.5 -5320824 L 707644.1 -5321204 L 706773.9 -5322838 L 706752.3 -5323152 L 706761.6 -5324086 L 706177.1 -5323664 L 705829.8 -5323818 L 704017.5 -5325695 L 702598.7 -5325228 L 702501.5 -5325975 L 702547.7 -5326055 L 701925 -5327022 L 700927.3 -5327634 L 700592.3 -5328746 L 700286.5 -5328512 L 697801.8 -5329327 L 697544 -5329047 L 697594.6 -5327953 L 695841.9 -5329338 L 696258.4 -5330787 L 696742.9 -5331386 L 696998.6 -5331675 L 697685.8 -5331806 L 698675.8 -5332221 L 698485.9 -5332525 L 697476.6 -5333413 L 697831.9 -5333989 L 697890.5 -5334344 L 698202.2 -5334511 L 698920.2 -5335216 L 698854 -5335879 L 699350.2 -5336219 L 699547.4 -5336863 L 699400.3 -5337669 L 699452.8 -5338002 L 699551.8 -5338659 L 699194.5 -5339577 L 699024.7 -5339927 L 700442.5 -5341199 L 702764.1 -5341284 L 702766.5 -5341605 L 702663.2 -5342238 L 702421.1 -5342472 L 702233.2 -5342751 L 702057.4 -5343065 L 701155.1 -5344586 L 700827.9 -5344797 L 699389.5 -5346108 L 699070.8 -5345959 L 698557.4 -5345504 L 698241.2 -5345714 L 695875.3 -5346893 L 696467 -5348286 L 696612.7 -5348654 L 696740.5 -5349831 L 696418.3 -5350017 L 693527.2 -5352309 L 693340.5 -5351972 L 691866.1 -5350245 L 691831.6 -5350640 L 687612.7 -5355808 L 687427.9 -5356141 L 686781.8 -5357493 L 687020.1 -5358206 L 686690.9 -5358390 L 685565.5 -5358525 L 684981.4 -5358994 L 683135.8 -5358935 L 682993.2 -5358593 L 682069.6 -5358336 L 680921.1 -5356893 L 679620.5 -5356211 L 679500.8 -5356556 L 678923.3 -5357473 L 679280.2 -5358498 L 678968.1 -5359482 L 679159.8 -5359782 L 680710.3 -5361615 L 680374.1 -5361768 L 678175.5 -5361938 L 677036.3 -5362850 L 677323.8 -5362974 L 678214 -5363004 L 680909 -5365576 L 682227.6 -5366175 L 682585.2 -5366291 L 685507.5 -5365161 L 685867.2 -5365272 L 685551.7 -5365953 L 685915.2 -5367404 L 687316.5 -5367709 L 688908.9 -5368606 L 689236.6 -5368792 L 689781.7 -5368347 L 689692.1 -5367989 L 690049.4 -5367823 L 690440.9 -5367776 L 690685.2 -5368493 L 691315.6 -5368910 L 692817.7 -5368951 L 693175 -5368825 L 693537.1 -5367791 L 693679.1 -5369142 L 694107.6 -5369780 L 695420.3 -5370399 L 695778 -5370514 L 695884.6 -5370876 L 694983.9 -5372062 L 695134.6 -5372408 L 695323.8 -5372375 L 695985.3 -5372080 L 696239 -5372340 L 697681.2 -5372421 L 698324.7 -5372091 L 698674.1 -5371995 L 699094.1 -5371573 L 700627 -5371286 L 702065.9 -5371869 L 702456.5 -5371904 L 702557 -5372923 L 702821.7 -5373127 L 703346.4 -5374583 L 704155.7 -5375425 L 704894.7 -5374559 L 705187.8 -5374316 L 705567.3 -5374258 L 705824.3 -5373976 L 706180.7 -5374625 L 707419.6 -5375391 L 707522.2 -5375748 L 708535.5 -5375572 L 709069.9 -5376012 L 709408.5 -5376085 L 709494.2 -5376544 L 711296.3 -5376798 L 711577.4 -5376554 L 712393.7 -5375838 L 714212.2 -5375520 L 714569.9 -5375642 L 714269.4 -5374911 L 714081.7 -5374563 L 714252.7 -5374371 L 714499 -5374300 L 713391.2 -5372760 L 713312.1 -5371282 L 714117.3 -5370471 L 713267.3 -5369247 L 713179.9 -5369078 L 713049.2 -5368738 L 711431.1 -5366803 L 711225.1 -5366276 L 711165.6 -5366000 L 711888.4 -5365760 L 712262.9 -5365681 L 712879.4 -5365357 L 714249.5 -5366017 L 714984.6 -5368212 L 714220.5 -5369068 L 716349 -5369078 L 716693.4 -5368940 L 716232.2 -5367878 L 715228.2 -5367593 L 715232.7 -5365642 L 715830.6 -5365595 L 716022.5 -5365261 L 716377.4 -5364715 L 716584.4 -5364462 L 717551 -5365283 L 717995.4 -5365024 L 718195.5 -5364837 L 718402.9 -5364130 L 718628.9 -5363839 L 717913 -5362527 L 718514.6 -5362199 L 718485.7 -5361544 L 718823.3 -5361614 L 718680.9 -5360730 L 718788.7 -5360412 L 719170.6 -5359820 L 719511 -5359727 L 720162.4 -5359953 L 720826.3 -5359775 L 721229.7 -5360339 L 721580.2 -5360291 L 722458.6 -5360992 L 723207 -5361080 L 723578.7 -5361151 L 723942.7 -5360658 L 724505.3 -5361139 L 725549.3 -5361320 L 725566.8 -5361690 L 726403.8 -5361323 L 726630.9 -5361082 L 727008.5 -5361064 L 727382.2 -5361114 L 727646 -5361390 L 727983.8 -5361568 L 727475.9 -5363091 L 727684.7 -5363359 L 728469.6 -5363784 L 728749.9 -5363668 L 729347.5 -5361759 L 729015.7 -5361634 L 729703.9 -5360820 L 730431 -5360696 L 730785.5 -5360593 L 731324.4 -5362106 L 731583.5 -5361823 L 731908.8 -5361621 L 733030.3 -5363506 L 733282.1 -5363785 L 732806 -5366675 L 732952.3 -5366730 L 733982.9 -5366497 L 735012.1 -5366724 L 735128.7 -5367063 L 735417 -5366907 L 735162.3 -5365962 L 735146.9 -5365634 L 736756 -5365749 L 736867.4 -5365902 L 738359.4 -5366108 L 739112.8 -5366091 L 739218.6 -5365750 L 739879.9 -5366549 L 740839.1 -5366850 L 741184.8 -5366865 L 741827.9 -5369082 L 742518.9 -5368884 L 742912.5 -5369497 L 743803.9 -5370007 L 744267.1 -5369456 L 744697.6 -5367630 L 746446.1 -5366918 L 746829.9 -5366905 L 748126.4 -5366883 L 748492.3 -5367008 L 748737.2 -5367306 L 748823.4 -5367355 L 749780.9 -5367846 L 750827 -5367069 L 750375.3 -5366496 L 750412.7 -5365952 L 750657.9 -5365689 L 751278.5 -5365999 L 751627.3 -5366089 L 751807.2 -5365752 L 752526.8 -5365902 L 753344.6 -5367596 L 754716.2 -5368189 L 755060.1 -5368358 L 755687.8 -5368677 L 756465.5 -5367978 L 756797 -5367856 L 757607.6 -5368535 L 757923.4 -5368695 L 758645.8 -5368579 L 759028.5 -5368555 L 759871.3 -5369370 L 760188.3 -5369602 L 761061 -5370307 L 761361.9 -5370538 L 761834.5 -5370169 L 762134.1 -5370148 L 764724.1 -5368923 L 765096.2 -5369129 L 763873.4 -5371404 L 764751.9 -5373539 L 765298.7 -5374038 L 765658.6 -5374178 L 765765.2 -5374434 L 765860.7 -5374695 L 766603.4 -5374758 L 767552.2 -5375380 L 768301.9 -5375371 L 768646.5 -5375216 L 768942.8 -5374117 L 768822.1 -5372977 L 769464.4 -5372049 L 769711.6 -5370952 L 769552.8 -5370604 L 770634 -5370377 L 771388.7 -5370406 L 771924.6 -5370143 L 772159.9 -5369958 L 772398.8 -5370276 L 772627.5 -5369570 L 773280.5 -5369204 L 773621.1 -5369044 L 774639.7 -5370043 L 775550.1 -5369504 L 776264.9 -5369638 L 776586.4 -5369470 L 776657.1 -5369097 L 778179.6 -5369063 L 778661.5 -5368041 L 779373.2 -5368046 L 779736.2 -5368165 L 780115.1 -5368144 L 780164.4 -5367501 L 781011.2 -5368198 L 782337.5 -5367490 L 783083.7 -5369463 L 783168.3 -5369813 L 784717.3 -5370805 L 784981.8 -5371504 L 785102.5 -5371857 L 785793.6 -5372161 L 786255 -5370733 L 787231.7 -5370185 L 787943.8 -5370451 L 789541.7 -5372056 L 789768.6 -5372360 L 790023.8 -5372801 L 790642.8 -5373195 L 793098 -5376522 L 793956 -5377152 L 794250 -5377359 L 794583.1 -5377566 L 796120.3 -5377831 L 797638.7 -5379053 L 799246.4 -5379509 L 799452.3 -5379772 L 799771.4 -5379947 L 801230.4 -5380938 L 801618.6 -5381085 L 801953.7 -5381274 L 804504.1 -5381804 L 804765 -5380262 L 802575.5 -5380539 L 802407.5 -5380872 L 802197.2 -5380269 L 802446.7 -5379333 L 802459.3 -5378994 L 803988.9 -5378635 L 804351.7 -5378475 L 804263.1 -5377315 L 803444.3 -5375140 L 803644.5 -5374023 L 803804.4 -5373617 L 803908.5 -5373456 L 803617.5 -5373250 L 802963.3 -5372042 L 803086.2 -5371707 L 802882 -5370331 L 803093.7 -5369648 L 802481.5 -5369179 L 802331.7 -5368823 L 802615.2 -5368598 L 802942.9 -5368441 L 803774.4 -5367799 L 804168.3 -5366823 L 804060.6 -5366488 L 803642.2 -5366208 L 802780.4 -5364973 L 802594.5 -5364640 L 801917.6 -5363763 L 803851.8 -5363026 L 804191.6 -5362941 L 805075.7 -5361878 L 806519.5 -5361764 L 806883.4 -5361740 L 807142.2 -5361770 L 807366 -5361904 L 808713.6 -5362652 L 808918.6 -5362992 L 809977.1 -5362614 L 809715 -5361522 L 809863 -5361172 L 810570.7 -5360921 L 811100 -5359931 L 811235.9 -5359577 L 811235.9 -5359574 z "
id="path654" />
<path
d="M 494947.3 -5334633 L 494796.3 -5336004 L 494834.8 -5336347 L 496080.2 -5337644 L 496374.6 -5337870 L 497530.3 -5338056 L 497584.9 -5339080 L 498545.9 -5339530 L 498871.3 -5339705 L 499477 -5339408 L 500136.7 -5339750 L 500645 -5341160 L 502126.1 -5344120 L 503230.7 -5344229 L 502946.4 -5346690 L 501874.4 -5346951 L 501540.5 -5347110 L 501704.7 -5347869 L 501911.3 -5348197 L 501690.7 -5348485 L 501194 -5349414 L 501743.9 -5349888 L 500975.3 -5350320 L 500871.8 -5350629 L 502844.8 -5353395 L 502439.7 -5354017 L 502570.9 -5354771 L 503381.9 -5356490 L 504315.7 -5356203 L 504659.9 -5356235 L 505690.8 -5356583 L 507206.2 -5355914 L 507097.6 -5355560 L 507380.3 -5355329 L 508489.7 -5357239 L 508792.1 -5357455 L 509776.8 -5357709 L 510081.2 -5357900 L 510450.4 -5357312 L 512314.4 -5358140 L 512447 -5358470 L 513304.2 -5357782 L 513420.7 -5357413 L 514074.2 -5357555 L 514511.5 -5357009 L 514866.6 -5356981 L 515374.1 -5357212 L 515610.4 -5357361 L 516182 -5357631 L 516497.2 -5357658 L 518008.2 -5357335 L 518316.9 -5357094 L 518952.7 -5357484 L 519533.4 -5358434 L 519881.7 -5358570 L 520580.9 -5358554 L 520695.5 -5358913 L 522389.6 -5357976 L 522735.7 -5357981 L 522821.3 -5358327 L 523831.2 -5358006 L 524175.2 -5357901 L 524650.6 -5358021 L 525374.9 -5358031 L 525771 -5358631 L 526132.1 -5358614 L 526098.5 -5358248 L 526477.2 -5357962 L 526850.7 -5360066 L 527428.6 -5360514 L 527520.2 -5360870 L 528238.5 -5360877 L 529360.6 -5360012 L 530080.8 -5359980 L 530440.9 -5359951 L 530389.5 -5358424 L 531328.3 -5356781 L 531695.3 -5356688 L 533064 -5358032 L 534187.8 -5358225 L 534573 -5358245 L 534597 -5358219 L 534759.6 -5357939 L 534901.2 -5357647 L 536453.9 -5357670 L 537103.5 -5357242 L 540075.3 -5353735 L 540047.5 -5352568 L 540044.9 -5352179 L 541166.5 -5352260 L 541539.8 -5352342 L 541480 -5351202 L 543294.7 -5349846 L 542932.9 -5348106 L 545048.5 -5347208 L 545364.3 -5346980 L 545942.7 -5345747 L 546054.3 -5345422 L 546063.7 -5345057 L 544261.5 -5342858 L 544378 -5342514 L 544613.7 -5342237 L 544859.1 -5342454 L 545702.9 -5342051 L 545873.6 -5341772 L 544962.7 -5340103 L 542776.3 -5337865 L 542448.8 -5337647 L 543555 -5336751 L 543851.8 -5336543 L 546042.1 -5338041 L 547008.7 -5337464 L 547308.5 -5337231 L 547935.6 -5335716 L 548075.2 -5335413 L 548750.1 -5334463 L 549285.6 -5332586 L 549378.1 -5332206 L 551100 -5332912 L 551285.1 -5333617 L 551340.7 -5333985 L 551624.8 -5333281 L 552190.5 -5332899 L 553375.2 -5334352 L 552970.6 -5336126 L 554797.8 -5335607 L 555128.7 -5335410 L 555816.6 -5333700 L 554901.4 -5332537 L 554731.8 -5332202 L 554800.8 -5331457 L 555722.3 -5330797 L 556536.7 -5331490 L 556905 -5331576 L 557471.6 -5331116 L 557898.4 -5330150 L 558585.4 -5329898 L 559109.3 -5328962 L 559366.1 -5328701 L 559531.7 -5328363 L 559669.3 -5328013 L 559181.2 -5326769 L 559158.7 -5326414 L 559760.4 -5326001 L 560980.5 -5324175 L 561248.3 -5323921 L 561281.4 -5321876 L 560942 -5321741 L 561480.5 -5321203 L 561708.2 -5320896 L 562264.5 -5320884 L 562547.5 -5320810 L 562896.8 -5320149 L 564569.7 -5318717 L 564609.1 -5317598 L 564626.6 -5317222 L 564027.8 -5317595 L 562666.6 -5317283 L 562312.4 -5317310 L 563045.1 -5315418 L 563095.7 -5315072 L 563832.2 -5315119 L 564093.7 -5314633 L 563982.1 -5314281 L 565368.7 -5314853 L 565473.3 -5316690 L 565748.8 -5316950 L 566489.2 -5316910 L 566982.7 -5316361 L 567094.3 -5316006 L 567892.3 -5314234 L 567275.4 -5312398 L 567055.1 -5310081 L 566440.3 -5309073 L 566565.3 -5308992 L 567276.4 -5308771 L 567934.3 -5309128 L 568269.3 -5308954 L 568654.2 -5309450 L 568856.6 -5309690 L 570575.3 -5309432 L 571594.5 -5309824 L 572602.5 -5309372 L 572951.6 -5309255 L 573282.9 -5309297 L 574485.2 -5310433 L 574755.7 -5310635 L 575845.3 -5309130 L 576230.6 -5309131 L 576836.5 -5309550 L 577792.3 -5308959 L 578459.2 -5309317 L 578889.9 -5311064 L 581048.1 -5310904 L 581269.9 -5310608 L 581430 -5309173 L 582857 -5309174 L 583479.9 -5309572 L 584603.6 -5310271 L 584945.7 -5310202 L 584931.7 -5310958 L 586475 -5312608 L 586816.5 -5312775 L 588089.5 -5312111 L 588199.5 -5310592 L 589313.5 -5310795 L 589727.7 -5311417 L 589595.7 -5312939 L 588902.7 -5313286 L 588895.2 -5313669 L 589382.3 -5314211 L 590818.1 -5314084 L 591174.5 -5314171 L 591310.1 -5313070 L 591033.3 -5311949 L 591058.8 -5311565 L 592763.3 -5309586 L 593755.3 -5309064 L 594864.8 -5308854 L 595932.1 -5309243 L 596290.2 -5309119 L 596526 -5308830 L 597211.1 -5308549 L 597314.6 -5307437 L 597767.1 -5306845 L 597469.6 -5306661 L 596827.7 -5306397 L 595785.8 -5306320 L 594877.5 -5305832 L 594642.9 -5305525 L 594373.7 -5304807 L 592926.9 -5303559 L 594212.2 -5303065 L 594125 -5300010 L 594785 -5299614 L 596523.3 -5300346 L 598774.1 -5300444 L 598988 -5299475 L 598650.5 -5299317 L 598822.2 -5297506 L 598469.5 -5296466 L 598747.5 -5296273 L 600012 -5295176 L 599850.4 -5294847 L 599057.1 -5293615 L 599613.3 -5292690 L 599693.9 -5292326 L 599324.5 -5292209 L 599257.9 -5291827 L 599393.1 -5290335 L 598425.5 -5289712 L 597785.3 -5289892 L 596583.5 -5287704 L 596214.4 -5287816 L 595255.5 -5288449 L 594138.8 -5288509 L 593821.6 -5287010 L 592718.4 -5286683 L 592581.4 -5285960 L 593651.7 -5285589 L 593954 -5284882 L 594594.9 -5284459 L 594306.3 -5283375 L 595745.1 -5282396 L 595993.9 -5282119 L 595644.5 -5281992 L 593827.4 -5282174 L 593503.4 -5281567 L 591688.1 -5281551 L 591652.1 -5280796 L 593219.9 -5279746 L 592514.2 -5278052 L 592139.8 -5277967 L 591564.6 -5276566 L 590916.8 -5276271 L 590828 -5273293 L 590998.7 -5272944 L 590626.5 -5272993 L 589886.1 -5273052 L 589612.6 -5272794 L 588797.4 -5270737 L 588971.4 -5269838 L 588891 -5269537 L 587997.9 -5267581 L 587485.3 -5267421 L 587187.3 -5267631 L 586836 -5267536 L 586393.5 -5266584 L 585832.6 -5266153 L 586103.1 -5265578 L 586203.8 -5265276 L 585646.8 -5264802 L 585417.3 -5264517 L 585230.3 -5263809 L 583883.7 -5263262 L 583514.4 -5263263 L 583637.2 -5262245 L 583362.7 -5262011 L 583492.4 -5261693 L 583651.1 -5261389 L 583866.9 -5261119 L 584024.2 -5260488 L 583626.8 -5259558 L 583825.6 -5259275 L 584014.6 -5259168 L 584394.8 -5259092 L 584648.1 -5258361 L 583978 -5255362 L 583691.5 -5255144 L 583121.7 -5255576 L 582801.3 -5255414 L 583047.7 -5254747 L 582428.2 -5253884 L 582181.4 -5254151 L 581416.8 -5254916 L 581053 -5254505 L 581261.8 -5254208 L 581233.5 -5253097 L 581342.1 -5252728 L 580516.7 -5251988 L 579938.5 -5251269 L 579993.1 -5250896 L 581607.6 -5249596 L 580956.1 -5248673 L 581086.3 -5247951 L 582439.7 -5247543 L 583120.5 -5247875 L 583051.1 -5246735 L 582495.6 -5245780 L 583182 -5244884 L 583120.6 -5243764 L 582750.2 -5243633 L 580916.3 -5243895 L 580200.5 -5243633 L 578729.7 -5243728 L 578132.7 -5242376 L 577447.1 -5242234 L 577224.7 -5241123 L 576663.9 -5240708 L 575184.9 -5240653 L 574186.6 -5241805 L 573802.3 -5241778 L 573067.4 -5243146 L 572352.9 -5246563 L 572900.4 -5247542 L 572132.9 -5248389 L 572064.3 -5248774 L 571307.8 -5249570 L 570367.5 -5248089 L 568165.5 -5248308 L 566728.9 -5246812 L 566573.5 -5246491 L 565359.9 -5246620 L 564579.8 -5249519 L 565931.4 -5250262 L 566971.4 -5251429 L 566720.5 -5252483 L 565986.9 -5253220 L 565932.3 -5253584 L 565602 -5253469 L 564756.2 -5254072 L 564062.7 -5254013 L 563768.8 -5254199 L 563809.8 -5253310 L 563095.9 -5251207 L 562866.4 -5250908 L 562123.9 -5250867 L 561640 -5250321 L 562158.3 -5248598 L 562070.8 -5248231 L 560992 -5248034 L 559963.6 -5249052 L 559225.2 -5249052 L 558860.1 -5249114 L 558743.4 -5249441 L 558669.9 -5250761 L 558012.7 -5250868 L 557862.2 -5250520 L 554947.8 -5249819 L 553919.8 -5250279 L 553498.3 -5250890 L 553505.7 -5251182 L 553312.2 -5251731 L 552483.3 -5253063 L 551456.4 -5253628 L 551147.5 -5253870 L 550838.2 -5253720 L 550355.4 -5254055 L 550657.7 -5255036 L 550792.1 -5255352 L 550642 -5255307 L 550416.2 -5255602 L 548997.4 -5255508 L 547377.5 -5256300 L 546966.1 -5256144 L 546596 -5256216 L 546038.2 -5256650 L 545944 -5257370 L 545198.7 -5257405 L 544869.4 -5257289 L 544289.1 -5256453 L 543883.4 -5256914 L 543538.2 -5256867 L 543415.5 -5257194 L 542985.6 -5259154 L 542951.7 -5259270 L 542917.1 -5259616 L 543304.4 -5260572 L 542923.7 -5260994 L 542566.7 -5261082 L 541164.5 -5261504 L 540350.6 -5262700 L 540108.8 -5262959 L 539189 -5263488 L 538835 -5263611 L 538292.4 -5264126 L 537985.4 -5266709 L 537081.4 -5267855 L 536855.2 -5267753 L 536606.1 -5267753 L 536558.6 -5267361 L 536832 -5263455 L 536360.1 -5260402 L 536001.8 -5260310 L 534412.2 -5261204 L 534051.9 -5261123 L 533437.1 -5261496 L 533210.9 -5262207 L 532132 -5261870 L 530626.4 -5261922 L 530366.3 -5261937 L 530117.3 -5262010 L 529731.1 -5261994 L 529052.5 -5261766 L 529034.6 -5260999 L 528235.7 -5259680 L 527131.1 -5259530 L 525627.1 -5258420 L 525686.2 -5257651 L 525051.3 -5257962 L 524869.4 -5258954 L 522639.1 -5260297 L 521894.7 -5260174 L 521229.5 -5261090 L 521064.8 -5261431 L 520271.9 -5260096 L 519108.4 -5260085 L 518437.7 -5259694 L 517285.4 -5259824 L 517182.8 -5260181 L 514981.9 -5263544 L 513598.4 -5263583 L 513052.6 -5263123 L 512021.9 -5262901 L 511799.7 -5263622 L 510833.1 -5264229 L 509872.2 -5265407 L 508846.7 -5265327 L 508786.1 -5265712 L 508344.2 -5268393 L 508882.6 -5269407 L 508638.9 -5269710 L 508432.1 -5269909 L 507984.4 -5270265 L 507656.5 -5270446 L 506213.2 -5270604 L 505005.7 -5269777 L 504725.3 -5269498 L 504005.9 -5268574 L 502486.9 -5268161 L 501912.1 -5267660 L 501598.7 -5267453 L 500873.3 -5267355 L 498940 -5268485 L 497827.8 -5268639 L 497699.2 -5269005 L 496951.2 -5269198 L 496536.8 -5270648 L 495514.1 -5271173 L 495006.2 -5272207 L 495360.2 -5272896 L 494515.6 -5275039 L 494647.1 -5275384 L 494806 -5276081 L 495071.4 -5276297 L 496165.8 -5277111 L 495935 -5277357 L 495218.1 -5278427 L 494891.2 -5278595 L 494215.9 -5278526 L 493462.3 -5279788 L 493916.2 -5281199 L 491589.8 -5283020 L 491256.9 -5283207 L 490913 -5283374 L 490583.1 -5283565 L 490874.6 -5284638 L 490443.2 -5285238 L 489198.7 -5284361 L 488285.2 -5285017 L 488448.7 -5285332 L 488264.5 -5286012 L 488556.9 -5286274 L 489004 -5288554 L 488669.3 -5289665 L 488863.8 -5290005 L 492101.3 -5290358 L 492755 -5290701 L 493095.3 -5290854 L 494415.8 -5290124 L 494793 -5290172 L 494935.5 -5290511 L 495662.7 -5290455 L 496212.1 -5291397 L 497926.5 -5292029 L 498158 -5292316 L 498791.8 -5292715 L 501031.6 -5292756 L 501405.7 -5292747 L 501690.8 -5294235 L 501443.2 -5295334 L 501449.7 -5295714 L 501115.6 -5295708 L 500785.6 -5295764 L 501080.6 -5296421 L 500676.3 -5297041 L 500668.3 -5297797 L 501925.6 -5298424 L 502162.7 -5299136 L 501646.8 -5300807 L 501377 -5301040 L 500994.9 -5301059 L 499254.2 -5301741 L 500495.8 -5302602 L 500179.8 -5304847 L 500794.5 -5305202 L 500524.4 -5305906 L 501933.4 -5306243 L 503247.4 -5306633 L 503664.6 -5308090 L 504363.3 -5308412 L 504516.8 -5308766 L 505526.6 -5309075 L 506270.4 -5310178 L 507172.5 -5310713 L 507508.5 -5310598 L 508118.3 -5312422 L 509215.2 -5313443 L 509243.3 -5314220 L 508832 -5314852 L 509107.1 -5315527 L 508814.9 -5315479 L 508692.7 -5316044 L 508671.8 -5317536 L 507607 -5317958 L 507279.4 -5318988 L 508656.9 -5319673 L 508926.4 -5319955 L 508588.5 -5320104 L 506940 -5320887 L 506412.2 -5321848 L 506772.3 -5322489 L 506398.2 -5322484 L 505547.9 -5323182 L 504158.1 -5323675 L 503428.1 -5324522 L 503372.6 -5324874 L 503385.7 -5326291 L 503409.2 -5326623 L 502866.4 -5326859 L 502740.9 -5327203 L 502287.9 -5329332 L 500856.4 -5329338 L 501707.2 -5331005 L 501398.9 -5331556 L 501096.1 -5331791 L 500663.9 -5332424 L 499968.9 -5332577 L 499838.3 -5332221 L 499236.3 -5332380 L 498759.7 -5333400 L 498057.2 -5333211 L 496974.2 -5333464 L 496702.5 -5333743 L 496110.8 -5334741 L 494946.2 -5334633 L 494947.3 -5334633 z "
id="path655" />
<path
d="M 455419.6 -5352254 L 455113.2 -5352028 L 454795.2 -5351482 L 452980.8 -5350932 L 451933.9 -5351136 L 450798.1 -5352074 L 449994.5 -5353641 L 449758 -5353399 L 449094 -5353507 L 448739.6 -5353349 L 447811.9 -5351257 L 447548.4 -5350995 L 445511 -5351700 L 445241.5 -5351439 L 444436.3 -5350194 L 443713.6 -5349866 L 443723.2 -5350250 L 443961.7 -5351756 L 443208.7 -5351869 L 443838.3 -5353373 L 442764 -5353361 L 441503 -5354141 L 440950.4 -5355066 L 439133.1 -5352735 L 439011.2 -5351621 L 438740 -5351528 L 438223.3 -5351768 L 437935.9 -5351547 L 436876 -5351757 L 436956.8 -5351043 L 437067.3 -5350714 L 437578.7 -5350270 L 437515.1 -5349929 L 436000.9 -5350038 L 433730.9 -5349803 L 433817.5 -5350182 L 433976.8 -5350945 L 433605.7 -5350974 L 432948 -5350675 L 432016.9 -5349550 L 429434.5 -5349687 L 429334.5 -5349103 L 428717.6 -5348660 L 427664.8 -5348947 L 426196.8 -5348596 L 425071.8 -5348751 L 424718.8 -5348798 L 424015.8 -5348900 L 423619.1 -5349739 L 422913 -5349786 L 422815.6 -5350150 L 422522.3 -5351240 L 423864.6 -5351814 L 423760.3 -5352851 L 424268.3 -5353401 L 423418.3 -5354710 L 423816.6 -5356582 L 424697.1 -5357341 L 424446.5 -5357637 L 423952.8 -5359054 L 423195.9 -5359207 L 423335.5 -5359562 L 424005.6 -5361281 L 423842.1 -5361569 L 422902.4 -5361869 L 422571.5 -5361964 L 420547.8 -5361857 L 420511.3 -5362710 L 420227.4 -5362840 L 421214.4 -5363874 L 421109.9 -5365351 L 421533.1 -5365964 L 421196.1 -5366013 L 420772.8 -5366481 L 420647.4 -5367391 L 420498.8 -5367617 L 420027.1 -5367830 L 419629.1 -5368469 L 419666.2 -5369623 L 420506.7 -5370367 L 420878 -5370469 L 420988.9 -5372063 L 422299 -5374751 L 422418.7 -5375121 L 423255.8 -5375600 L 423491.4 -5375363 L 424215.9 -5375559 L 424147.2 -5376299 L 423116.2 -5376407 L 421067.5 -5377942 L 421347.3 -5379446 L 422822.1 -5379141 L 423195.3 -5379229 L 424439.3 -5378531 L 424687.9 -5378805 L 426887.3 -5378751 L 427241.6 -5378858 L 427201.6 -5379951 L 428416.9 -5382163 L 428677.4 -5382421 L 428395.4 -5383021 L 428447 -5383358 L 428602.4 -5384097 L 429689.2 -5384414 L 430067.3 -5384425 L 430295.2 -5385460 L 429418.4 -5386185 L 429156.9 -5386462 L 429113 -5386502 L 428722 -5387092 L 428651 -5388167 L 427574.9 -5388250 L 427314.3 -5388515 L 426958.1 -5389534 L 427086.4 -5390200 L 427753.2 -5390001 L 428213.9 -5390303 L 428244.6 -5390649 L 428611.5 -5392175 L 428878.1 -5392465 L 429253.2 -5392484 L 429878.8 -5393248 L 430250.8 -5393188 L 430782 -5393228 L 431050 -5393192 L 431301.4 -5393398 L 431888 -5393126 L 432193.9 -5393017 L 432746.6 -5394411 L 433039.2 -5394160 L 433367.9 -5393958 L 433328.3 -5394680 L 434125.8 -5395899 L 434316.4 -5396210 L 434130 -5396556 L 434354.4 -5397286 L 433629.8 -5398607 L 433933.3 -5398838 L 435262.2 -5399168 L 435813.5 -5398758 L 436162.5 -5398721 L 436458.8 -5399383 L 436469.5 -5399770 L 437392 -5400450 L 438164.1 -5400418 L 439167.3 -5400979 L 439835.8 -5400660 L 440185.5 -5400492 L 440390.4 -5401982 L 440033.6 -5402626 L 440309.2 -5402891 L 441057.3 -5402867 L 441523.4 -5402355 L 443010.9 -5402486 L 443114.6 -5402848 L 443406.4 -5402205 L 443373.7 -5401851 L 445014.9 -5401247 L 445745.1 -5401283 L 446231.4 -5400892 L 446578.3 -5400780 L 447035 -5399502 L 446763.5 -5399261 L 446525 -5398986 L 446735.7 -5398298 L 448463 -5398815 L 448519.7 -5398091 L 448598 -5397734 L 449498.1 -5398207 L 449819.4 -5399909 L 450375.7 -5400030 L 450574.3 -5399803 L 451301.9 -5398996 L 452013.9 -5398947 L 452312.6 -5398737 L 453082.2 -5399514 L 453446.3 -5399552 L 453469.1 -5397867 L 453470.5 -5397530 L 453468 -5397245 L 453481.9 -5396675 L 454650.1 -5396656 L 456453.6 -5397306 L 456722.6 -5396725 L 456684 -5396389 L 457887.4 -5397016 L 458225.6 -5397075 L 458572.9 -5397192 L 458763.1 -5396746 L 459060.1 -5396162 L 459381 -5396097 L 459343.3 -5396781 L 460648.6 -5397379 L 461013.8 -5397444 L 461189.8 -5397446 L 461538.9 -5397479 L 461866.2 -5397605 L 463412.6 -5398223 L 463747.6 -5398216 L 464141.5 -5397593 L 464314.8 -5396127 L 464407.2 -5395771 L 464906.5 -5395314 L 465126.1 -5395056 L 465033.7 -5394841 L 465263.8 -5394330 L 465934.8 -5394238 L 466236.7 -5394176 L 466527.5 -5393507 L 466580.8 -5393134 L 467894.6 -5393431 L 468243.7 -5393450 L 468884.3 -5393166 L 469191.5 -5392148 L 469146.9 -5391794 L 468787.9 -5391836 L 467751 -5390934 L 467146.6 -5391329 L 466446.3 -5391226 L 466249.7 -5390932 L 465424.1 -5389605 L 466207.1 -5388980 L 466464.7 -5388751 L 465867.4 -5386974 L 464408.6 -5386719 L 464129.1 -5386485 L 464764.6 -5385597 L 464827.3 -5384882 L 465821.9 -5384511 L 466028.4 -5384211 L 465940 -5382888 L 465773.3 -5382533 L 464218.9 -5381381 L 464491.7 -5380657 L 464468 -5380265 L 464830.1 -5380285 L 465193.2 -5380309 L 464307 -5379722 L 464182.7 -5378996 L 462783.7 -5376905 L 463531.8 -5376869 L 462634.7 -5374052 L 463316.6 -5373886 L 463474.5 -5373200 L 463825.6 -5373189 L 463684.9 -5371619 L 463520 -5371112 L 463551.5 -5370846 L 462964.6 -5370383 L 463200.3 -5367815 L 462732.8 -5367584 L 462648.4 -5367377 L 462850.3 -5367283 L 463181.4 -5366688 L 463075.8 -5366361 L 463119.2 -5366002 L 463105.4 -5364336 L 464012.2 -5364090 L 465951.2 -5361437 L 466191.8 -5361158 L 464322.8 -5361460 L 463181.8 -5360450 L 461669.8 -5360672 L 460760.4 -5359963 L 461392.1 -5359077 L 458967.9 -5358120 L 459020.7 -5357392 L 458306.7 -5357532 L 457725.8 -5357093 L 457474.3 -5356830 L 457724.9 -5356560 L 458307.6 -5356290 L 457497.6 -5355217 L 457743.3 -5353774 L 457452.6 -5354002 L 455989.1 -5353956 L 455330.4 -5353622 L 454671.8 -5353943 L 454790.2 -5353571 L 454886 -5352816 L 455419.2 -5352253 L 455419.6 -5352254 z "
id="path656" />
<path
d="M 441217.6 -5417759 L 442412.8 -5418761 L 442681.4 -5419047 L 443200.5 -5419588 L 443465.1 -5419855 L 444408.7 -5420569 L 444695.3 -5420840 L 445014.8 -5421050 L 446273.7 -5421910 L 447731.8 -5422355 L 448073.8 -5422336 L 449398.4 -5422031 L 449765.3 -5421936 L 451094.2 -5421304 L 451166 -5420189 L 450595 -5419216 L 450390.5 -5418977 L 450135.1 -5418796 L 450021.5 -5418496 L 449768.2 -5418371 L 449510.9 -5418253 L 449692.2 -5417900 L 449954 -5416781 L 449679.5 -5416560 L 448766.4 -5416047 L 448485 -5415850 L 447327.4 -5415137 L 447002.8 -5414337 L 445558 -5414537 L 445184.7 -5413920 L 444481 -5414117 L 443800.7 -5413512 L 443527.4 -5413365 L 443001.1 -5412238 L 442858.7 -5411561 L 444617.4 -5410776 L 445305 -5409467 L 445681.9 -5409378 L 445701.9 -5409397 L 446345.8 -5408764 L 447335.2 -5408914 L 447640.9 -5408731 L 448196.5 -5408483 L 448482.3 -5408379 L 449103 -5408152 L 449413.8 -5408041 L 450466.3 -5407695 L 450747.9 -5407456 L 450514.1 -5407083 L 450089.2 -5406656 L 449779.2 -5406685 L 450211 -5406046 L 450129.4 -5405746 L 450027.7 -5405372 L 449724.5 -5404250 L 450006.3 -5404123 L 450238.3 -5403556 L 449804.9 -5402324 L 449550 -5401896 L 449169.1 -5400917 L 449193.8 -5400218 L 449819.3 -5399909 L 449498 -5398207 L 448597.9 -5397735 L 448519.6 -5398092 L 448462.9 -5398816 L 446735.6 -5398299 L 446524.9 -5398986 L 446763.4 -5399261 L 447034.9 -5399503 L 446578.2 -5400780 L 446231.3 -5400892 L 445745 -5401283 L 445014.8 -5401248 L 443373.6 -5401852 L 443406.3 -5402206 L 443114.5 -5402849 L 442941.9 -5403586 L 442763.5 -5403919 L 441680.8 -5404186 L 441714.2 -5404924 L 441211.2 -5405473 L 439779.7 -5405365 L 439933.3 -5405680 L 439339.2 -5407234 L 439048.4 -5407373 L 438197.7 -5407104 L 437913.1 -5407322 L 437414 -5407805 L 437413.9 -5407855 L 437446.6 -5408197 L 437294.9 -5408866 L 437227.5 -5409171 L 437104.7 -5409782 L 437109.5 -5410167 L 437402.9 -5410877 L 438126.2 -5410979 L 438002.8 -5411307 L 437479.5 -5412198 L 437715.8 -5412857 L 437690.8 -5413389 L 437484.2 -5413605 L 437875.6 -5414288 L 438054.3 -5414639 L 438733.2 -5416040 L 438901.8 -5416328 L 439276.6 -5416695 L 440904.6 -5417556 L 441217.1 -5417759 L 441217.6 -5417759 z "
id="path657" />
<path
d="M 469853 -5406274 L 468223.3 -5407133 L 468114.9 -5407488 L 468068.2 -5408197 L 465963.8 -5409776 L 465622.9 -5410368 L 464453.7 -5410898 L 464263.2 -5411189 L 464116.9 -5411055 L 463903.4 -5411338 L 463409.3 -5411845 L 463097.9 -5411674 L 462857.8 -5412145 L 461769 -5412319 L 461424.7 -5412199 L 459764.4 -5411666 L 459232.4 -5411196 L 458881.6 -5411327 L 457165.7 -5411007 L 456974.6 -5411000 L 456911.9 -5411669 L 456862.5 -5411998 L 456772.7 -5413655 L 456588.8 -5414252 L 456359.2 -5414481 L 455834.8 -5414844 L 455716 -5415474 L 455669.7 -5415857 L 455054.4 -5416788 L 453650.3 -5416851 L 453324.2 -5416849 L 452300 -5416848 L 451015.8 -5416826 L 450694.7 -5416821 L 450324.6 -5416792 L 449953.5 -5416781 L 449691.7 -5417901 L 449510.4 -5418253 L 449767.7 -5418371 L 450021 -5418496 L 450134.6 -5418796 L 450390 -5418977 L 450594.5 -5419216 L 451165.5 -5420189 L 451093.7 -5421304 L 449764.8 -5421936 L 449397.9 -5422031 L 448073.3 -5422336 L 447731.3 -5422355 L 447982.5 -5422453 L 447781.6 -5422993 L 447721.2 -5423275 L 448191.4 -5423840 L 448473.9 -5424088 L 448944.2 -5423709 L 449535.1 -5423620 L 450367.3 -5423141 L 450641.7 -5423326 L 450808.2 -5423076 L 451001.8 -5422847 L 451571.9 -5423850 L 452181.6 -5424149 L 452534.3 -5423994 L 453109 -5424807 L 453428.3 -5424922 L 453776 -5424770 L 454141.9 -5424672 L 454378.8 -5424622 L 454617.8 -5424586 L 456121 -5423072 L 456427.7 -5422887 L 456659 -5423037 L 457168.5 -5423244 L 457518.3 -5423145 L 458497.8 -5422804 L 459214.1 -5422924 L 459443.8 -5422770 L 459989 -5422822 L 460242.9 -5422740 L 460781.8 -5423660 L 462577.2 -5424744 L 462934.1 -5424688 L 463024.6 -5424918 L 463266.7 -5424971 L 463342.5 -5425364 L 464073 -5425581 L 465645.4 -5428186 L 467078 -5428411 L 467142.8 -5428787 L 467742.4 -5429047 L 468076.5 -5429069 L 468487.2 -5427859 L 468802 -5427719 L 469082.1 -5426224 L 468834.7 -5425503 L 468078.6 -5424969 L 469808.8 -5422415 L 469937.1 -5422050 L 470074.5 -5421743 L 470360.7 -5420801 L 470713.6 -5420202 L 470704.9 -5419823 L 470231.1 -5419457 L 469949.8 -5419346 L 469676.4 -5417620 L 469964 -5417401 L 469838.8 -5417337 L 469511.4 -5417137 L 469554 -5416402 L 467502.9 -5414946 L 467780.5 -5414695 L 468319.7 -5414213 L 468114.9 -5412787 L 469164.9 -5412720 L 469534.9 -5412675 L 469498.2 -5412322 L 469175 -5411697 L 468535.3 -5411388 L 469281.1 -5409611 L 469433.5 -5409257 L 469457.2 -5408549 L 469785 -5408408 L 470085.1 -5407385 L 470116.4 -5407031 L 469852.9 -5406274 L 469853 -5406274 z "
id="path658" />
<path
d="M 468244 -5393450 L 467894.9 -5393432 L 466581.1 -5393134 L 466527.8 -5393507 L 466237 -5394177 L 465935.1 -5394239 L 465264.1 -5394330 L 465034 -5394841 L 465126.4 -5395056 L 464906.8 -5395314 L 464407.5 -5395771 L 464315.1 -5396128 L 464141.8 -5397593 L 463747.9 -5398216 L 463412.9 -5398223 L 461866.5 -5397605 L 461539.2 -5397480 L 461190.1 -5397446 L 461014.1 -5397444 L 460648.9 -5397379 L 459343.6 -5396781 L 459381.3 -5396097 L 459060.4 -5396162 L 458763.4 -5396747 L 458573.2 -5397192 L 458225.9 -5397075 L 457887.7 -5397016 L 456684.3 -5396389 L 456722.9 -5396725 L 456453.9 -5397306 L 454650.4 -5396656 L 453482.2 -5396675 L 453468.3 -5397245 L 453470.8 -5397530 L 453469.4 -5397867 L 453446.6 -5399553 L 453082.5 -5399515 L 452312.9 -5398737 L 452014.2 -5398947 L 451302.2 -5398996 L 450574.6 -5399803 L 450376 -5400030 L 449819.7 -5399909 L 449194.2 -5400218 L 449169.5 -5400917 L 449550.4 -5401896 L 449805.3 -5402324 L 450238.7 -5403556 L 450006.7 -5404123 L 449724.9 -5404250 L 450028.1 -5405371 L 450129.8 -5405745 L 450211.4 -5406045 L 449779.6 -5406684 L 450089.6 -5406655 L 450514.5 -5407082 L 450748.3 -5407455 L 451632.2 -5407339 L 452263.8 -5407596 L 452477.3 -5407322 L 452803.3 -5407290 L 453127.5 -5407341 L 453450.9 -5407502 L 455008.9 -5408420 L 455310.3 -5408601 L 455990.7 -5408773 L 457210.8 -5408182 L 459899.8 -5407393 L 460235.1 -5407532 L 460609.9 -5408464 L 460525.6 -5408833 L 460870.9 -5409508 L 460704.5 -5409848 L 460513 -5410117 L 459261.5 -5410500 L 458915.6 -5410574 L 458485.6 -5410089 L 457781.6 -5410146 L 457452.8 -5410269 L 456970 -5409382 L 456937.5 -5410709 L 456975.1 -5410999 L 457166.2 -5411007 L 458882.1 -5411327 L 459232.9 -5411195 L 459764.9 -5411665 L 461425.2 -5412199 L 461769.5 -5412319 L 462858.3 -5412144 L 463098.4 -5411673 L 463409.8 -5411844 L 463903.9 -5411338 L 464117.4 -5411055 L 464263.7 -5411189 L 464454.2 -5410898 L 465623.4 -5410367 L 465964.3 -5409775 L 468068.7 -5408197 L 468115.4 -5407487 L 468223.8 -5407133 L 469853.5 -5406273 L 470162.3 -5406120 L 469905 -5405479 L 469791.4 -5405153 L 470161.3 -5405052 L 470322.7 -5404706 L 470167 -5404356 L 469569.1 -5403381 L 469449.7 -5402626 L 470867.7 -5402474 L 471474.3 -5401117 L 470203.9 -5401061 L 470343.9 -5399969 L 469471.4 -5399231 L 469931.7 -5398246 L 469971 -5397865 L 468914 -5396890 L 468210.6 -5395641 L 468000 -5395336 L 468047.7 -5395142 L 468248.8 -5394633 L 468450.5 -5394448 L 468593.6 -5393912 L 468292.3 -5393777 L 468244.7 -5393450 L 468244 -5393450 z "
id="path659" />
<path
d="M 447731.7 -5422355 L 446273.6 -5421910 L 445014.7 -5421050 L 444695.2 -5420840 L 444408.6 -5420569 L 443465 -5419855 L 443200.4 -5419588 L 442681.3 -5419047 L 442412.7 -5418761 L 441217.5 -5417759 L 441314.6 -5418292 L 441129.8 -5418889 L 441384.3 -5419112 L 441132.4 -5420700 L 441352.8 -5420906 L 441704.7 -5421354 L 441659.6 -5422305 L 441310.7 -5422359 L 439268.2 -5422725 L 439443.6 -5422935 L 439640.7 -5423441 L 439649.5 -5423857 L 439644.3 -5424229 L 438810.5 -5425864 L 438486.8 -5426055 L 435973.9 -5426737 L 435702.5 -5427025 L 435590.1 -5427794 L 435954.5 -5428921 L 435563.7 -5430015 L 434418.5 -5429025 L 432983.6 -5429617 L 432802.9 -5429300 L 431912.5 -5428191 L 431604.5 -5428708 L 431390.9 -5428921 L 430069.3 -5428230 L 428599.9 -5428120 L 428388.2 -5427811 L 427440 -5428706 L 427235.5 -5428975 L 427037.9 -5429181 L 426805.5 -5429489 L 426104.3 -5430410 L 425078.8 -5430214 L 424212.9 -5430769 L 423560.3 -5430532 L 423408.9 -5430838 L 422730 -5430913 L 422150.2 -5430548 L 421964.8 -5430860 L 420332.7 -5432780 L 420456.7 -5433248 L 420249.9 -5433363 L 420055.2 -5433496 L 418195.4 -5431810 L 418057.3 -5430357 L 417726.2 -5430313 L 416570.9 -5429775 L 416390.9 -5429760 L 416633.4 -5430445 L 416424.7 -5431517 L 415847.5 -5431927 L 416801.6 -5434249 L 416925.4 -5434593 L 416639.7 -5434767 L 415183 -5435432 L 415133.1 -5435938 L 414849.6 -5436197 L 413901.7 -5436774 L 413301.6 -5436754 L 411916.5 -5436310 L 412006.8 -5435974 L 411725.1 -5434751 L 411365 -5434719 L 411020.9 -5434668 L 410001.9 -5434733 L 409186.2 -5435357 L 408884.6 -5435115 L 408553.5 -5433693 L 408173.4 -5433687 L 407418.5 -5433762 L 407160.9 -5433959 L 406949.5 -5433760 L 406520.6 -5433365 L 406267.1 -5433628 L 404367.2 -5434702 L 404618.3 -5435665 L 404227.4 -5436202 L 403954.8 -5436396 L 403665.3 -5436618 L 402744.5 -5437204 L 400979.9 -5437503 L 400622.8 -5437464 L 399031.9 -5436713 L 398598.2 -5436416 L 398446.7 -5436655 L 398210.8 -5437171 L 399007.4 -5437855 L 399289.9 -5438061 L 399010.3 -5438277 L 399081.5 -5439279 L 399602.6 -5440176 L 401063.8 -5441987 L 401184.7 -5442363 L 401540.7 -5442792 L 401770.1 -5442948 L 401593.9 -5444218 L 402306.6 -5445399 L 402428 -5445558 L 402225.7 -5445880 L 402825.9 -5447253 L 402622.5 -5447978 L 402760.3 -5448311 L 403033.9 -5448545 L 402944.1 -5449517 L 403025 -5449898 L 403418.5 -5450982 L 403186.2 -5451295 L 403425.9 -5452021 L 405397.2 -5453841 L 405513.1 -5454211 L 405993.4 -5454780 L 407827.5 -5453436 L 408124 -5453194 L 407781.6 -5453033 L 407629.1 -5451927 L 406278.6 -5451311 L 406269.7 -5450933 L 406996.3 -5450301 L 407004.5 -5449937 L 407951.1 -5449719 L 408218.8 -5448691 L 408199 -5448336 L 409168.8 -5447772 L 410424.7 -5448597 L 410665.4 -5448885 L 410705.4 -5448900 L 411600.5 -5448470 L 411910.2 -5448329 L 411973.9 -5448653 L 412225.4 -5448866 L 413609.2 -5447813 L 414650.5 -5447920 L 415033.2 -5447310 L 414833.6 -5446599 L 415141.9 -5446712 L 415938 -5447179 L 417452.6 -5447398 L 417799 -5447574 L 417966.3 -5447684 L 418376 -5446637 L 418366.1 -5446253 L 422130.9 -5447408 L 422383.3 -5447117 L 423892.9 -5447331 L 424231.3 -5447519 L 424866.9 -5448233 L 425075.5 -5448477 L 426239.9 -5447733 L 426912.6 -5447591 L 428300.3 -5448773 L 428562.9 -5449027 L 429540.2 -5449152 L 429767.8 -5449397 L 429777.9 -5449427 L 430671.5 -5450125 L 432091.7 -5450614 L 432598 -5451176 L 432904.5 -5451396 L 432894.7 -5451035 L 433578.3 -5450829 L 433785.3 -5449427 L 433966.6 -5449116 L 435424.1 -5448868 L 436475.8 -5449164 L 437156 -5448308 L 437414.6 -5448574 L 438124.2 -5448386 L 438424.8 -5448199 L 438871.7 -5447677 L 438451.5 -5447113 L 438744.5 -5446633 L 438894 -5446394 L 439493.1 -5446445 L 440002.8 -5447242 L 439831.4 -5447547 L 440327.8 -5447239 L 440613.7 -5447169 L 442063.1 -5447339 L 442669.9 -5447705 L 443021.1 -5447809 L 444007.9 -5446297 L 442944.8 -5445332 L 442702.2 -5445052 L 443389.6 -5444735 L 444538.6 -5444721 L 445843.6 -5445139 L 446046.2 -5445433 L 446363.8 -5445228 L 447450.5 -5445534 L 447818.7 -5445619 L 448011 -5446702 L 448830.6 -5447908 L 448927.4 -5448274 L 449345.7 -5448414 L 449613.6 -5448377 L 450150.7 -5448412 L 450428.5 -5448320 L 452755.7 -5444526 L 453031.2 -5444264 L 453902.3 -5445261 L 454149.8 -5445490 L 455714.7 -5444428 L 456859.3 -5444671 L 459075 -5443957 L 458999.5 -5443718 L 458925 -5443479 L 458749.8 -5442920 L 458661.2 -5442640 L 460375.6 -5443245 L 460554.9 -5442924 L 461469.1 -5442515 L 461738.7 -5442300 L 461692 -5441956 L 462990.1 -5441450 L 463308.8 -5441312 L 463428.5 -5440649 L 462615.2 -5439547 L 465250.2 -5438922 L 465612.9 -5438776 L 465744.6 -5440592 L 466132.8 -5441155 L 466479.1 -5441269 L 466449.4 -5440912 L 467309.2 -5440762 L 467686.7 -5438545 L 468943.6 -5437961 L 469185.6 -5436940 L 469361 -5436630 L 469651.9 -5436589 L 469939.8 -5436536 L 468658.2 -5434276 L 470202.7 -5432919 L 469838.7 -5432924 L 469116.5 -5432854 L 468358.9 -5432090 L 468239.5 -5431377 L 467577.8 -5430586 L 466569.9 -5430189 L 465865.1 -5430346 L 465858.4 -5429989 L 466076.1 -5429308 L 466970.8 -5429099 L 467143.2 -5428786 L 467078.4 -5428410 L 465645.8 -5428185 L 464073.4 -5425580 L 463342.9 -5425363 L 463267.1 -5424970 L 463025 -5424917 L 462934.5 -5424687 L 462577.6 -5424743 L 460782.2 -5423659 L 460243.3 -5422739 L 459989.4 -5422820 L 459444.2 -5422768 L 459214.5 -5422922 L 458498.2 -5422803 L 457518.7 -5423144 L 457168.9 -5423242 L 456659.4 -5423035 L 456428.1 -5422885 L 456121.4 -5423071 L 454618.2 -5424585 L 454379.2 -5424621 L 454142.3 -5424671 L 453776.4 -5424769 L 453428.7 -5424921 L 453109.4 -5424806 L 452534.7 -5423993 L 452182 -5424148 L 451572.3 -5423849 L 451002.2 -5422846 L 450808.6 -5423075 L 450642.1 -5423325 L 450367.7 -5423140 L 449535.5 -5423619 L 448944.6 -5423708 L 448474.3 -5424086 L 448191.8 -5423838 L 447721.6 -5423274 L 447782 -5422992 L 447982.9 -5422451 L 447731.7 -5422354 L 447731.7 -5422355 z "
id="path660" />
<path
d="M 672914.1 -5498794 L 672787.5 -5498715 L 672241.6 -5497598 L 672190.1 -5497220 L 672132.1 -5496474 L 671586.1 -5496073 L 670825.4 -5496037 L 670543.9 -5495788 L 669829.3 -5495745 L 669260.5 -5496227 L 667342.6 -5492940 L 667056 -5492678 L 667326.7 -5492291 L 667016.2 -5492114 L 665362 -5491468 L 664858.3 -5490536 L 664483.1 -5490570 L 663828.1 -5490245 L 663573.3 -5490520 L 662990.7 -5491876 L 662652.6 -5491965 L 661736.5 -5492453 L 661733 -5492834 L 660216.9 -5493606 L 659304.5 -5493039 L 658943.1 -5492962 L 658255.9 -5493181 L 657595 -5492881 L 656950 -5492474 L 656308 -5492793 L 656329.4 -5493113 L 655773.1 -5493881 L 655745.6 -5494267 L 655209.6 -5495261 L 653325.8 -5495597 L 652992.3 -5495393 L 652430.5 -5494385 L 652951.8 -5492189 L 652871.4 -5491920 L 652611.5 -5491423 L 652304.4 -5491504 L 651713.2 -5491676 L 651411.5 -5490591 L 651364.9 -5489468 L 651899.6 -5488998 L 651366.2 -5487590 L 651053.9 -5487497 L 651020.4 -5487137 L 650497.7 -5486192 L 649424.7 -5486022 L 649237.1 -5485711 L 649254.6 -5485322 L 650350.2 -5483739 L 650740.4 -5483714 L 651091.8 -5483079 L 650999.7 -5482326 L 651006.2 -5481944 L 651966.4 -5480863 L 652315.8 -5480968 L 652479.7 -5480852 L 652997.5 -5480430 L 652389.7 -5478701 L 652809 -5477253 L 652935.6 -5476919 L 653473.4 -5476481 L 653074.3 -5475902 L 652708.9 -5475799 L 651247.2 -5474644 L 652770.1 -5473039 L 652426.9 -5472363 L 652539.5 -5472000 L 651698.1 -5470771 L 651352 -5470850 L 649627.8 -5470925 L 649196.6 -5470311 L 649340.7 -5469575 L 647318.3 -5466874 L 647428.9 -5466515 L 647511 -5465815 L 647733.8 -5465587 L 648174 -5464741 L 647661.3 -5463834 L 648489.1 -5462581 L 649204.3 -5462324 L 649582.5 -5462241 L 649794.1 -5461843 L 649511.6 -5461640 L 649105.5 -5461117 L 649238.1 -5460086 L 648140.7 -5459741 L 647393.4 -5459924 L 646326.9 -5459478 L 646010.4 -5459291 L 645441.3 -5458830 L 645539.9 -5458477 L 645280.3 -5458194 L 643249.2 -5457122 L 642705.3 -5456127 L 642038.2 -5455766 L 641995.7 -5456140 L 640026.8 -5457240 L 640719.1 -5458486 L 640041.6 -5458449 L 639226.5 -5458789 L 638885 -5458635 L 637518.2 -5458068 L 636520.2 -5458534 L 636976.7 -5457948 L 635536.5 -5455823 L 635958.4 -5454839 L 635902.8 -5454469 L 633016.1 -5455370 L 633027.6 -5455681 L 633195.5 -5456237 L 632496.9 -5456111 L 631887.7 -5456908 L 631517.3 -5456811 L 630253.3 -5456017 L 628412.5 -5456285 L 626961 -5455913 L 626902.5 -5456237 L 625837 -5457008 L 625590.1 -5457181 L 625045.4 -5456920 L 624683.1 -5456863 L 623958.8 -5456940 L 623994.3 -5457304 L 622981.1 -5457603 L 622615.7 -5457446 L 621589.5 -5455768 L 619165.5 -5454761 L 617840.8 -5455488 L 617816 -5456262 L 617283.3 -5457292 L 617261.9 -5457679 L 616892.3 -5458716 L 615942.6 -5459255 L 615842.3 -5460348 L 616347.4 -5460904 L 614731.7 -5461648 L 613266.7 -5461532 L 612891.3 -5461417 L 611752.1 -5460368 L 610241.7 -5459981 L 608559.7 -5459896 L 608236.5 -5459887 L 607913.3 -5459878 L 607563.9 -5459758 L 605789.3 -5459307 L 605512.9 -5459145 L 605230.4 -5458947 L 605058.9 -5459294 L 602429.5 -5460455 L 602411.7 -5460581 L 602281.2 -5460938 L 601552.2 -5461133 L 601109 -5461752 L 600049.8 -5463770 L 599959 -5464509 L 599644.7 -5464391 L 599018.1 -5464156 L 598782.8 -5464026 L 598378.1 -5463674 L 598006 -5463719 L 596897.2 -5464747 L 595057.4 -5464734 L 595022.4 -5464729 L 594838.8 -5465051 L 593716.5 -5466968 L 593774.3 -5467395 L 593978.7 -5467610 L 592476.5 -5467843 L 591358.9 -5468943 L 590567.5 -5470716 L 590219.2 -5470627 L 590061.5 -5470857 L 589713.2 -5470759 L 588081.7 -5471425 L 587781.4 -5471274 L 587189.6 -5470958 L 587008.1 -5471287 L 586273 -5472600 L 586446.5 -5472864 L 584696.1 -5472930 L 584333.9 -5472887 L 582936.9 -5473159 L 582608.6 -5473046 L 580896.8 -5472878 L 580579.7 -5472873 L 580261.6 -5472868 L 578739.1 -5472803 L 578273.9 -5472801 L 577937.1 -5472997 L 576022 -5473222 L 576101.6 -5473597 L 575655.5 -5475323 L 575361.5 -5476524 L 575226 -5476816 L 575913.6 -5477613 L 576611.9 -5477685 L 576944.2 -5477800 L 577290.1 -5477662 L 575513.4 -5480447 L 575451.7 -5481187 L 575449.4 -5481560 L 575454 -5481926 L 575399.6 -5482880 L 575384.1 -5483199 L 575346.9 -5484271 L 575374.6 -5484629 L 576478.9 -5484694 L 576762.4 -5486079 L 577772.2 -5485796 L 577837.8 -5486160 L 577855.1 -5488060 L 577262.8 -5488517 L 576127.9 -5488717 L 576013.1 -5489440 L 576678.8 -5489770 L 577894.2 -5491591 L 576868.7 -5492007 L 576686.2 -5493492 L 576971.5 -5494182 L 576689.9 -5494424 L 575741.5 -5494887 L 574564.9 -5496367 L 574180.9 -5497006 L 575063.1 -5497613 L 575316.6 -5499022 L 575690.7 -5499015 L 575913.2 -5498699 L 577424.7 -5498832 L 579205.7 -5498105 L 580244.6 -5498505 L 580624.8 -5498579 L 580725.4 -5499499 L 581264.3 -5500517 L 581331.9 -5503195 L 581341.6 -5503584 L 582802.8 -5503566 L 582795 -5504834 L 583099.3 -5504992 L 583749.9 -5505269 L 584089.1 -5505368 L 585172.1 -5505846 L 585557.3 -5505943 L 585489.7 -5506204 L 586055.9 -5507470 L 585973.5 -5507813 L 586753.6 -5508366 L 586958.1 -5508613 L 588054.9 -5508991 L 588411.2 -5509144 L 588564.9 -5509568 L 588452.5 -5509919 L 588750.9 -5511344 L 589915.7 -5512331 L 589551.5 -5513406 L 588275.7 -5514216 L 587540.3 -5514008 L 587372.8 -5514343 L 586955.7 -5514936 L 587212.2 -5515210 L 588278.9 -5516135 L 588427.5 -5516467 L 587867.7 -5517771 L 587523.9 -5517889 L 588114.8 -5520761 L 588586.7 -5521238 L 588825.1 -5522635 L 589700.3 -5523274 L 589909.8 -5523577 L 589944.4 -5523927 L 589978 -5524276 L 590268 -5528429 L 590319.7 -5528809 L 589646.3 -5528607 L 588968.5 -5528766 L 588723.5 -5529354 L 587894.7 -5529487 L 587571.8 -5530129 L 587772.7 -5532443 L 588368.4 -5533412 L 588542.3 -5534557 L 588614.7 -5534765 L 588775.2 -5535226 L 589622.5 -5535608 L 591849.6 -5535728 L 592552.6 -5536054 L 593459.3 -5536156 L 593770.1 -5536191 L 595090.1 -5535758 L 595449.3 -5535777 L 596217.7 -5534881 L 596735.9 -5534621 L 598902.7 -5534521 L 599284.9 -5534109 L 599874.9 -5533853 L 600585.6 -5534035 L 603214.2 -5533383 L 603596.4 -5532972 L 604522.8 -5533165 L 606213.7 -5533851 L 606567.9 -5533995 L 608360.1 -5534163 L 609459.8 -5535158 L 610184.9 -5536422 L 610680.2 -5536592 L 611546.2 -5536567 L 612393 -5536900 L 612974.4 -5538156 L 613821.3 -5538490 L 615976.7 -5538605 L 616456.7 -5539063 L 617889.8 -5539212 L 618528.8 -5539390 L 618944.5 -5539700 L 620445.7 -5539924 L 620474.9 -5539985 L 620770.4 -5540590 L 620829.8 -5542179 L 621452.6 -5544013 L 621844.3 -5546123 L 621662.3 -5546834 L 620357.5 -5546981 L 620258.9 -5547480 L 620715.9 -5548369 L 620825 -5549023 L 621133.2 -5549576 L 621943.1 -5551028 L 623897.5 -5552213 L 624687.8 -5552256 L 625099.8 -5552638 L 625488.8 -5553452 L 625582.6 -5554393 L 626103.9 -5555430 L 628534.5 -5557145 L 629173.6 -5557323 L 629702.4 -5558216 L 629819.3 -5558727 L 630255.6 -5558883 L 631162.6 -5557862 L 632774.1 -5557372 L 634131.8 -5557588 L 634366.5 -5557241 L 634393.3 -5556738 L 635521 -5555861 L 634717.8 -5555197 L 633657.4 -5554321 L 633790.6 -5553175 L 633647.8 -5551798 L 633954.4 -5551454 L 633928.4 -5550588 L 633648.6 -5550429 L 633088.2 -5551480 L 631870.5 -5551343 L 631765.1 -5550617 L 632083.1 -5550057 L 631822.6 -5549539 L 631860.9 -5548821 L 631611.8 -5548087 L 630613.5 -5547890 L 630818.5 -5546748 L 630606.2 -5546451 L 630550.2 -5546373 L 631745.8 -5545572 L 631776.5 -5544998 L 630408.3 -5543628 L 630050 -5542240 L 630439.9 -5541684 L 630254.9 -5541098 L 630436.9 -5540387 L 630372.5 -5540216 L 629742.2 -5538549 L 628959.5 -5538363 L 628702.7 -5537773 L 628427.6 -5536173 L 629044.5 -5535413 L 629483.4 -5535315 L 631378.2 -5534889 L 632096.7 -5534928 L 632770.1 -5534459 L 633413.8 -5533197 L 633875.4 -5532645 L 634696.4 -5532113 L 634954 -5531334 L 635333.1 -5529625 L 635220 -5529043 L 634426.7 -5527704 L 633618.8 -5525283 L 633518.3 -5525263 L 633119.6 -5525185 L 633063.1 -5524893 L 633446.1 -5523113 L 634399.2 -5522803 L 634380.8 -5521794 L 634952.6 -5520528 L 634899.8 -5520165 L 634283.8 -5519555 L 633796.9 -5517873 L 633524.8 -5517570 L 633619.5 -5517143 L 634493.1 -5516973 L 634749.9 -5517563 L 635037.3 -5517578 L 636372.5 -5516857 L 637243.8 -5516760 L 638240.4 -5516957 L 639934.1 -5517623 L 639979.2 -5518130 L 640814.6 -5518679 L 641408.4 -5518350 L 641756.1 -5518585 L 642330.9 -5518615 L 643204.5 -5518446 L 643734.2 -5517970 L 643942.4 -5517617 L 644684.1 -5516363 L 645728.1 -5515699 L 646983.8 -5515117 L 647566.1 -5515004 L 648273.1 -5515258 L 648583.3 -5514842 L 648833.2 -5514207 L 649627.3 -5514177 L 650402.3 -5514507 L 650924.3 -5514174 L 653266.4 -5510769 L 653123.2 -5509393 L 653357.8 -5509045 L 654216.1 -5509163 L 654378.8 -5508811 L 654673.9 -5508683 L 655131.1 -5509572 L 655562.2 -5509594 L 656046.6 -5508612 L 656139.6 -5507933 L 656164.2 -5507754 L 656058.6 -5507027 L 656357.4 -5506827 L 657283.8 -5507021 L 658448.6 -5506794 L 658796.4 -5507029 L 659299.3 -5507055 L 659624.8 -5506352 L 659991.5 -5506228 L 660630.5 -5506406 L 662006.9 -5506263 L 662963.3 -5507250 L 663697 -5507001 L 664907.4 -5505913 L 666473.2 -5504915 L 667023.4 -5504338 L 667388.6 -5503955 L 668326.8 -5502564 L 667578.3 -5501732 L 666848.8 -5500541 L 666682.7 -5499595 L 667273 -5497970 L 667397.7 -5498337 L 667949.7 -5498798 L 669443.3 -5499166 L 669325.9 -5500024 L 669957.3 -5500346 L 670793.2 -5499525 L 671296.1 -5499552 L 671910.2 -5499300 L 672695.4 -5498978 L 672914.7 -5498795 L 672914.1 -5498794 z "
id="path661" />
<path
d="M 700936.8 -5400566 L 702303.4 -5399503 L 703031.9 -5398303 L 703347.1 -5398127 L 702824.4 -5397384 L 702738.9 -5397093 L 702104.7 -5394591 L 702319.6 -5394287 L 702232.5 -5393507 L 702031.8 -5393170 L 702476.6 -5391805 L 702662.4 -5391486 L 702822.3 -5391241 L 702977.2 -5390994 L 703339.9 -5390355 L 703235.8 -5389623 L 703186.2 -5389254 L 703341.4 -5389228 L 703635.6 -5389019 L 705499.7 -5390083 L 706194.6 -5389991 L 706502.8 -5389802 L 706141.6 -5388502 L 705566.8 -5387774 L 704048.7 -5387856 L 703670 -5387772 L 702980.8 -5387583 L 702034.9 -5386478 L 700667.2 -5385938 L 700318.5 -5385810 L 700028.9 -5384186 L 700159.6 -5383815 L 700130.3 -5382885 L 700240.1 -5382595 L 700985.2 -5381883 L 701244.3 -5381658 L 702408.9 -5381576 L 703410.6 -5380980 L 703799.2 -5380944 L 704544.7 -5380483 L 704818.9 -5380351 L 704773.3 -5379982 L 704143.9 -5379613 L 703752.4 -5378183 L 703905.9 -5377597 L 704121.8 -5375792 L 704155.3 -5375423 L 703346 -5374581 L 702821.3 -5373126 L 702556.6 -5372922 L 702456.1 -5371902 L 702065.5 -5371867 L 700626.6 -5371284 L 699093.7 -5371571 L 698673.7 -5371993 L 698324.3 -5372090 L 697680.8 -5372420 L 696238.6 -5372338 L 695984.9 -5372079 L 695323.4 -5372374 L 695134.2 -5372406 L 694983.5 -5372061 L 695884.2 -5370874 L 695777.6 -5370512 L 695419.9 -5370397 L 694107.2 -5369779 L 693678.7 -5369140 L 693536.7 -5367789 L 693174.6 -5368824 L 692817.3 -5368949 L 691315.2 -5368909 L 690684.8 -5368491 L 690440.5 -5367775 L 690049 -5367821 L 689691.7 -5367988 L 689781.3 -5368346 L 689236.2 -5368790 L 688908.5 -5368604 L 687316.1 -5367707 L 685914.8 -5367403 L 685551.3 -5365952 L 685866.8 -5365271 L 685507.1 -5365159 L 682584.8 -5366289 L 682451 -5366591 L 682170.9 -5366767 L 681501.6 -5366431 L 680786 -5366666 L 680647.3 -5367016 L 680273.7 -5367680 L 679507.7 -5367698 L 678012.4 -5368882 L 677571.3 -5369938 L 677702 -5371073 L 677514.1 -5371341 L 677323.2 -5371605 L 677086.3 -5371920 L 675555.1 -5371730 L 674953 -5372226 L 674901.9 -5372192 L 674522.6 -5372293 L 673463 -5372785 L 673267.3 -5373119 L 671754 -5375733 L 670979 -5375698 L 670113 -5376435 L 669904.3 -5376132 L 669407 -5375588 L 669153.8 -5375688 L 668913.7 -5375817 L 668778 -5376166 L 667681.8 -5376201 L 664415.4 -5377933 L 663899.1 -5377441 L 663539.9 -5377566 L 663175.6 -5377677 L 663115 -5378021 L 662767.5 -5378628 L 661844.9 -5378945 L 661998 -5379630 L 661669.9 -5379810 L 660175.5 -5380741 L 659583.1 -5381634 L 659239.5 -5381489 L 658648.3 -5381051 L 657999 -5381344 L 657773.1 -5381621 L 657307.3 -5382163 L 657067.4 -5382368 L 656735.2 -5383193 L 656461.2 -5383412 L 656037.5 -5383928 L 656129 -5384911 L 655780.4 -5384775 L 654308.5 -5384555 L 652500 -5384835 L 652366.4 -5385194 L 651643.1 -5386952 L 651395.6 -5388849 L 651035.3 -5388910 L 649729.9 -5386742 L 649406.4 -5386624 L 647744.5 -5386424 L 646976.9 -5387227 L 647520 -5388997 L 646788.1 -5390263 L 646695.4 -5391267 L 646617.8 -5391603 L 646856.4 -5391854 L 647936.7 -5392701 L 647723.9 -5392989 L 647637.4 -5394052 L 647324.4 -5394263 L 646225.7 -5394498 L 646373.9 -5395203 L 647289.7 -5395832 L 647510.3 -5396135 L 646955.6 -5397402 L 647953.1 -5397069 L 648189.7 -5397338 L 647433.8 -5398643 L 647605.1 -5400864 L 646157.8 -5400898 L 645543.8 -5401282 L 645482.2 -5401597 L 645350.6 -5401950 L 643459.4 -5403733 L 643116.5 -5403985 L 642132.3 -5405852 L 641971.7 -5406184 L 641604.4 -5406221 L 641263.3 -5406365 L 640947.8 -5406201 L 639286.1 -5406732 L 638940.9 -5406815 L 638907 -5406895 L 638687.2 -5407186 L 639130 -5408161 L 638678.4 -5408713 L 638551.8 -5409055 L 639374.8 -5409903 L 639565.5 -5410251 L 641596.2 -5411597 L 641925.7 -5411727 L 642045 -5412575 L 641390.9 -5412883 L 640968.4 -5414191 L 640145.7 -5414899 L 640199.3 -5415264 L 640657.6 -5415893 L 640914 -5417421 L 640657.2 -5417712 L 640172.3 -5418035 L 640328.8 -5418279 L 640411.4 -5418656 L 641495.9 -5419736 L 641768.7 -5420794 L 642727.9 -5421725 L 643056.3 -5421801 L 643297.1 -5421487 L 644472.3 -5421610 L 646183.2 -5422563 L 647349.2 -5422561 L 647483.3 -5423205 L 647419.7 -5423545 L 648397.7 -5424305 L 648628.2 -5424548 L 649073.8 -5426759 L 648489 -5427245 L 646315.8 -5427717 L 645950.3 -5427603 L 646936.9 -5428814 L 648493.6 -5429063 L 648547.6 -5429762 L 648792.9 -5431912 L 648760.2 -5432132 L 648579.5 -5432480 L 646879.4 -5433429 L 643747.4 -5431828 L 643652.4 -5431874 L 643850 -5432194 L 646131.2 -5435171 L 646500 -5436218 L 646346.8 -5436859 L 645757 -5439425 L 645830.6 -5439800 L 645687.8 -5441377 L 645043.3 -5442818 L 644797.6 -5443131 L 644489 -5443566 L 644329.2 -5443779 L 644186.4 -5444019 L 644049.6 -5444261 L 643305.9 -5446280 L 643246.4 -5446636 L 642463.9 -5448140 L 642350.3 -5448462 L 641495.7 -5449857 L 641539.2 -5450188 L 642366 -5451021 L 644140.5 -5451774 L 644997.3 -5452570 L 645084.9 -5452953 L 644866.1 -5453241 L 644020.4 -5453916 L 643865.8 -5454248 L 643486.5 -5455656 L 642037.6 -5455766 L 642704.7 -5456127 L 643248.6 -5457122 L 645279.7 -5458194 L 645539.3 -5458477 L 645440.7 -5458830 L 646009.8 -5459291 L 646326.3 -5459478 L 647392.8 -5459925 L 648140.1 -5459741 L 649237.5 -5460086 L 649104.9 -5461117 L 649511 -5461640 L 649793.5 -5461843 L 649581.9 -5462241 L 649203.7 -5462324 L 648488.5 -5462581 L 647660.7 -5463835 L 648173.4 -5464741 L 647733.2 -5465587 L 647510.4 -5465815 L 647428.3 -5466515 L 647317.7 -5466874 L 649340.1 -5469575 L 649196 -5470311 L 649627.2 -5470925 L 651351.4 -5470851 L 651697.5 -5470771 L 652538.9 -5472000 L 652426.3 -5472363 L 652769.5 -5473039 L 651246.6 -5474644 L 652708.3 -5475799 L 653073.7 -5475902 L 653472.8 -5476481 L 652935 -5476920 L 652808.4 -5477253 L 652389.1 -5478701 L 652996.9 -5480430 L 652479.1 -5480852 L 652315.2 -5480968 L 651965.8 -5480863 L 651005.6 -5481944 L 650999.1 -5482326 L 651091.2 -5483079 L 650739.8 -5483714 L 650349.6 -5483740 L 649254 -5485322 L 649236.5 -5485711 L 649424.1 -5486022 L 650497.1 -5486192 L 651019.8 -5487137 L 651053.3 -5487497 L 651365.6 -5487590 L 651899 -5488998 L 651364.3 -5489468 L 651410.9 -5490591 L 651712.6 -5491676 L 652303.8 -5491504 L 652610.9 -5491424 L 652870.8 -5491920 L 652951.2 -5492189 L 652429.9 -5494385 L 652991.7 -5495393 L 653325.2 -5495597 L 655209 -5495261 L 655745 -5494268 L 655772.5 -5493881 L 656328.8 -5493113 L 656307.4 -5492793 L 656949.4 -5492474 L 657594.4 -5492881 L 658255.3 -5493181 L 658942.5 -5492963 L 659303.9 -5493039 L 660216.3 -5493606 L 661732.4 -5492834 L 661735.9 -5492453 L 662652 -5491965 L 662990.1 -5491876 L 663572.7 -5490520 L 663827.5 -5490246 L 664482.5 -5490570 L 664857.7 -5490536 L 665361.4 -5491469 L 667015.6 -5492114 L 667326.1 -5492291 L 667055.4 -5492678 L 667342 -5492940 L 669259.9 -5496227 L 669828.7 -5495745 L 670543.3 -5495788 L 670824.8 -5496037 L 671585.5 -5496073 L 672131.5 -5496475 L 672189.5 -5497220 L 672241 -5497598 L 672786.9 -5498715 L 672913.5 -5498795 L 675859.7 -5496336 L 675750.1 -5495682 L 676518.2 -5493418 L 677611.1 -5493187 L 676836.2 -5491489 L 677951.8 -5490828 L 678643.8 -5490000 L 678713.2 -5489420 L 678098.1 -5489031 L 677450.8 -5488285 L 676871.9 -5488179 L 676454.2 -5487903 L 678413.1 -5486884 L 678634 -5486056 L 679414.6 -5485281 L 679465.4 -5485649 L 679663.1 -5485596 L 679910.1 -5485401 L 679516.5 -5484429 L 679314.9 -5484142 L 678940.6 -5484198 L 678582.1 -5484074 L 678914.2 -5483914 L 678663.6 -5482850 L 678894.7 -5481946 L 679196.8 -5481802 L 678831.6 -5481147 L 678958.9 -5480509 L 680052.7 -5480340 L 680268.6 -5480039 L 679988 -5479770 L 679862.4 -5478619 L 679314.2 -5478080 L 681005.1 -5477492 L 681282.7 -5477738 L 681915.9 -5477438 L 681032.9 -5475806 L 679956.4 -5475459 L 679415.6 -5475995 L 678006.5 -5475487 L 677645 -5475364 L 677619.9 -5475354 L 678810.1 -5474603 L 679517.8 -5474629 L 679773.4 -5474104 L 679634.8 -5473772 L 680174.4 -5473046 L 680463.8 -5473145 L 681271.3 -5474404 L 681411.3 -5475860 L 683740.8 -5475970 L 685249.9 -5477186 L 686011.9 -5477326 L 686392.4 -5477419 L 686505.9 -5477699 L 687558.6 -5477326 L 688572.3 -5477847 L 689171.4 -5477403 L 689205.9 -5477785 L 689906.9 -5477927 L 689828.8 -5478685 L 690824.6 -5479263 L 691064.2 -5479563 L 694276.3 -5477580 L 694668.1 -5477091 L 695376 -5477180 L 695416.7 -5476104 L 695447.3 -5475746 L 695570.7 -5475201 L 695125.7 -5474801 L 696420.3 -5474080 L 696651.2 -5473783 L 697184.8 -5472151 L 697049.8 -5471502 L 698107 -5471398 L 698465.3 -5471288 L 698921.1 -5470705 L 698971.3 -5469974 L 699086 -5469620 L 698956.9 -5468838 L 697801.2 -5467820 L 698685.7 -5465724 L 699936.1 -5465653 L 700240.8 -5465884 L 700487.5 -5466177 L 700701.9 -5466291 L 700919 -5466182 L 700995.7 -5465856 L 701365.6 -5464580 L 701272 -5464207 L 700904.2 -5462323 L 698305.5 -5461138 L 698361.1 -5460762 L 698629.1 -5459694 L 698111.2 -5458679 L 698438.2 -5458366 L 699363.7 -5457027 L 699606.7 -5456778 L 699103.5 -5456317 L 698762.9 -5456176 L 698150 -5455287 L 698686.5 -5453592 L 698454.9 -5453313 L 698989 -5452872 L 700063.8 -5453248 L 700441.4 -5453299 L 700941.4 -5453588 L 701212.8 -5453652 L 701567.7 -5453223 L 701191.9 -5452126 L 700289 -5449176 L 700516.4 -5448459 L 701239 -5448173 L 701298.6 -5447788 L 701059.4 -5447082 L 701920.3 -5446861 L 702224.7 -5446835 L 700991 -5445947 L 700571.2 -5444923 L 701102.7 -5443950 L 702111.1 -5443163 L 702409.3 -5443013 L 702830.4 -5443441 L 702737.6 -5443724 L 704595.3 -5443863 L 704961.7 -5443773 L 705330.2 -5443781 L 705698.7 -5443767 L 706176.3 -5441300 L 705901.6 -5441033 L 705277.7 -5440165 L 705126.1 -5439827 L 704985.6 -5438799 L 705010.2 -5438455 L 706857 -5438643 L 707202.7 -5438824 L 707429.2 -5437398 L 708398.2 -5436357 L 708576.1 -5436029 L 706889.3 -5434867 L 706880.8 -5434518 L 705882.7 -5432386 L 705826.2 -5432035 L 706060.9 -5432337 L 706367.7 -5431831 L 705065.5 -5429973 L 705200.3 -5429619 L 705837.8 -5429285 L 706197.2 -5429251 L 707135 -5428835 L 708567 -5427226 L 708549.1 -5426518 L 708464.6 -5426172 L 708108.1 -5426201 L 707328.8 -5425262 L 706299 -5425055 L 705971.7 -5425169 L 704990.6 -5425437 L 703389.3 -5423028 L 701590.2 -5422514 L 701253.9 -5421851 L 701484.1 -5421738 L 701711.3 -5421622 L 701981.7 -5421625 L 702023.3 -5421290 L 703017.6 -5419677 L 704362.5 -5418922 L 704296 -5417843 L 703985.3 -5417662 L 703631.7 -5417589 L 703346.1 -5417422 L 702746 -5417208 L 702997.9 -5416103 L 703104.6 -5415732 L 703280.6 -5415535 L 703536.9 -5415468 L 703817.5 -5413341 L 704073.5 -5413075 L 703514 -5410240 L 702840.9 -5409392 L 702501.2 -5409226 L 702605.6 -5408632 L 702837.7 -5408423 L 703688.6 -5408987 L 703997.2 -5409131 L 703911.1 -5408401 L 703884.6 -5408034 L 703131.3 -5407894 L 701273.1 -5405960 L 701053.4 -5404867 L 701556.4 -5404296 L 700806.3 -5403492 L 699822.6 -5403238 L 699462.5 -5402826 L 700274.7 -5402125 L 699872.4 -5401539 L 700613.6 -5400868 L 700862.7 -5400646 L 700936.7 -5400566 L 700936.8 -5400566 z M 675838.6 -5484425 L 677709 -5484172 L 677999.9 -5483915 L 678038.4 -5484286 L 678681.4 -5484599 L 676942.1 -5486402 L 676394.7 -5484968 L 675838.5 -5484425 L 675838.6 -5484425 z "
id="path662" />
<path
d="M 801136.2 -5384164 L 800851.2 -5383966 L 800171 -5382765 L 800423.4 -5382579 L 801082.4 -5381928 L 801221.5 -5381731 L 801363.6 -5381535 L 801556.5 -5381867 L 803048.8 -5382177 L 804504.2 -5381802 L 801953.8 -5381272 L 801618.7 -5381083 L 801230.5 -5380937 L 799771.5 -5379945 L 799452.4 -5379771 L 799246.5 -5379507 L 797638.8 -5379051 L 796120.4 -5377829 L 794583.2 -5377564 L 794250.1 -5377357 L 793956.1 -5377150 L 793098.1 -5376520 L 790642.9 -5373193 L 790023.9 -5372799 L 789768.7 -5372359 L 789541.8 -5372054 L 787943.9 -5370449 L 787231.8 -5370184 L 786255.1 -5370731 L 785793.7 -5372159 L 785102.6 -5371855 L 784981.9 -5371502 L 784717.4 -5370803 L 783168.4 -5369811 L 783083.8 -5369462 L 782337.6 -5367488 L 781011.3 -5368197 L 780164.5 -5367499 L 780115.2 -5368142 L 779736.3 -5368163 L 779373.3 -5368045 L 778661.6 -5368039 L 778179.7 -5369062 L 776657.2 -5369095 L 776586.5 -5369468 L 776265 -5369636 L 775550.2 -5369502 L 774639.8 -5370042 L 773621.2 -5369043 L 773280.6 -5369202 L 772627.6 -5369568 L 772398.9 -5370274 L 772160 -5369956 L 771924.7 -5370141 L 771388.8 -5370404 L 770634.1 -5370375 L 769552.9 -5370602 L 769711.7 -5370950 L 769464.5 -5372047 L 768822.2 -5372975 L 768942.9 -5374115 L 768646.6 -5375215 L 768302 -5375369 L 767552.3 -5375378 L 766603.5 -5374756 L 765860.8 -5374693 L 765765.3 -5374432 L 765658.7 -5374176 L 765298.8 -5374036 L 764752 -5373537 L 763873.5 -5371403 L 765096.3 -5369127 L 764724.2 -5368921 L 762134.2 -5370146 L 761834.6 -5370168 L 761362 -5370537 L 761061.1 -5370306 L 760188.4 -5369600 L 759871.4 -5369368 L 759028.6 -5368553 L 758645.9 -5368577 L 757923.5 -5368693 L 757607.7 -5368533 L 756797.1 -5367855 L 756465.6 -5367976 L 755687.9 -5368675 L 755060.2 -5368356 L 754716.3 -5368187 L 753344.7 -5367594 L 752526.9 -5365900 L 751807.3 -5365750 L 751627.4 -5366087 L 751278.6 -5365997 L 750658 -5365687 L 750412.8 -5365950 L 750375.4 -5366494 L 750827.1 -5367067 L 749781 -5367844 L 748823.5 -5367353 L 748737.3 -5367304 L 748492.4 -5367006 L 748126.5 -5366881 L 746830 -5366903 L 746446.2 -5366916 L 744697.7 -5367628 L 744267.2 -5369454 L 743804 -5370005 L 742912.6 -5369495 L 742519 -5368882 L 741828 -5369080 L 741184.9 -5366863 L 740839.2 -5366848 L 739880 -5366547 L 739218.7 -5365748 L 739112.9 -5366089 L 738359.5 -5366107 L 736867.5 -5365900 L 736756.1 -5365747 L 735147 -5365632 L 735162.4 -5365960 L 735417.1 -5366905 L 735128.8 -5367061 L 735012.2 -5366722 L 733983 -5366495 L 732952.4 -5366728 L 732806.1 -5366674 L 733282.2 -5363783 L 733030.4 -5363504 L 731908.9 -5361619 L 731583.6 -5361821 L 731324.5 -5362104 L 730785.6 -5360591 L 730431.1 -5360694 L 729704 -5360818 L 729015.8 -5361632 L 729347.6 -5361757 L 728750 -5363667 L 728469.7 -5363782 L 727684.8 -5363357 L 727476 -5363089 L 727983.9 -5361567 L 727646.1 -5361388 L 727382.3 -5361112 L 727008.6 -5361062 L 726631 -5361080 L 726403.9 -5361321 L 725566.9 -5361689 L 725549.4 -5361318 L 724505.4 -5361137 L 723942.8 -5360656 L 723578.8 -5361149 L 723207.1 -5361078 L 722458.7 -5360990 L 721580.3 -5360290 L 721229.8 -5360337 L 720826.4 -5359773 L 720162.5 -5359951 L 719511.1 -5359725 L 719170.7 -5359818 L 718788.8 -5360410 L 718681 -5360729 L 718823.4 -5361612 L 718485.8 -5361542 L 718514.7 -5362197 L 717913.1 -5362525 L 718629 -5363837 L 718403 -5364128 L 718195.6 -5364835 L 717995.5 -5365022 L 717551.1 -5365281 L 716584.5 -5364460 L 716377.5 -5364714 L 716022.6 -5365260 L 715830.7 -5365593 L 715232.8 -5365640 L 715228.3 -5367591 L 716232.3 -5367876 L 716693.5 -5368938 L 716349.1 -5369076 L 714220.6 -5369066 L 714984.7 -5368210 L 714249.6 -5366015 L 712879.5 -5365355 L 712263 -5365679 L 711888.5 -5365758 L 711165.7 -5365998 L 711225.2 -5366274 L 711431.2 -5366801 L 713049.3 -5368736 L 713180 -5369076 L 713267.4 -5369245 L 714117.4 -5370469 L 713312.2 -5371280 L 713391.3 -5372758 L 714499.1 -5374298 L 714252.8 -5374369 L 714081.8 -5374561 L 714269.5 -5374909 L 714570 -5375640 L 714212.3 -5375518 L 712393.8 -5375836 L 711577.5 -5376552 L 711296.4 -5376796 L 709494.3 -5376542 L 709408.6 -5376083 L 709070 -5376010 L 708535.6 -5375570 L 707522.3 -5375746 L 707419.7 -5375389 L 706180.8 -5374623 L 705824.4 -5373974 L 705567.4 -5374257 L 705187.9 -5374314 L 704894.8 -5374557 L 704155.8 -5375423 L 704122.3 -5375791 L 703906.4 -5377596 L 703752.9 -5378182 L 704144.4 -5379613 L 704773.8 -5379982 L 704819.4 -5380351 L 704545.2 -5380482 L 703799.7 -5380944 L 703411.1 -5380980 L 702409.4 -5381576 L 701244.8 -5381657 L 700985.7 -5381883 L 700240.6 -5382595 L 700130.8 -5382885 L 700160.1 -5383815 L 700029.4 -5384185 L 700319 -5385810 L 700667.7 -5385938 L 702035.4 -5386477 L 702981.3 -5387582 L 703670.5 -5387772 L 704049.2 -5387855 L 705567.3 -5387774 L 706142.1 -5388502 L 706503.3 -5389802 L 706195.1 -5389990 L 705500.2 -5390082 L 703636.1 -5389018 L 703341.9 -5389228 L 703186.7 -5389254 L 703236.3 -5389623 L 703340.4 -5390355 L 702977.7 -5390994 L 702822.8 -5391241 L 702662.9 -5391486 L 702477.1 -5391805 L 702032.3 -5393170 L 702233 -5393507 L 702320.1 -5394286 L 702105.2 -5394591 L 702739.4 -5397093 L 702824.9 -5397384 L 703347.6 -5398126 L 703032.4 -5398303 L 702303.9 -5399502 L 700937.3 -5400566 L 700863.3 -5400646 L 700614.2 -5400868 L 699873 -5401539 L 700275.3 -5402125 L 699463.1 -5402826 L 699823.2 -5403238 L 700806.9 -5403492 L 701557 -5404296 L 701054 -5404867 L 701273.7 -5405960 L 703131.9 -5407894 L 703885.2 -5408034 L 703911.7 -5408401 L 703997.8 -5409131 L 703689.2 -5408987 L 702838.3 -5408423 L 702606.2 -5408632 L 702501.8 -5409225 L 702841.5 -5409391 L 703514.6 -5410240 L 704074.1 -5413075 L 703818.1 -5413340 L 703537.5 -5415468 L 703281.2 -5415534 L 703105.2 -5415732 L 702998.5 -5416102 L 702746.6 -5417208 L 703346.7 -5417422 L 703632.3 -5417589 L 703985.9 -5417661 L 704296.6 -5417843 L 704363.1 -5418922 L 703018.2 -5419677 L 702023.9 -5421289 L 701982.3 -5421625 L 701711.9 -5421622 L 701484.7 -5421738 L 701254.5 -5421851 L 701590.8 -5422514 L 703389.9 -5423028 L 704991.2 -5425437 L 705972.3 -5425169 L 706299.6 -5425055 L 707329.4 -5425262 L 708108.7 -5426201 L 708465.2 -5426172 L 708549.7 -5426518 L 708567.6 -5427226 L 707135.6 -5428835 L 706197.8 -5429251 L 705838.4 -5429285 L 705200.9 -5429619 L 705066.1 -5429973 L 706368.3 -5431831 L 706061.5 -5432337 L 705826.8 -5432035 L 705883.3 -5432386 L 706881.4 -5434518 L 706889.9 -5434867 L 708576.7 -5436029 L 708398.8 -5436357 L 707429.8 -5437398 L 707203.3 -5438824 L 706857.6 -5438643 L 705010.8 -5438455 L 704986.2 -5438799 L 705126.7 -5439827 L 705278.3 -5440165 L 705902.2 -5441033 L 706176.9 -5441300 L 705699.3 -5443767 L 705330.8 -5443781 L 704962.3 -5443773 L 704595.9 -5443863 L 702738.2 -5443724 L 702831 -5443441 L 702409.9 -5443013 L 702111.7 -5443163 L 701103.3 -5443949 L 700571.8 -5444923 L 700991.6 -5445947 L 702225.3 -5446835 L 701920.9 -5446861 L 701060 -5447082 L 701299.2 -5447788 L 701239.6 -5448173 L 700517 -5448459 L 700289.6 -5449175 L 701192.5 -5452126 L 701568.3 -5453223 L 701213.4 -5453651 L 700942 -5453588 L 700442 -5453299 L 700064.4 -5453248 L 698989.6 -5452872 L 698455.5 -5453313 L 698687.1 -5453592 L 698150.6 -5455287 L 698763.5 -5456176 L 699104.1 -5456317 L 699607.3 -5456778 L 699364.3 -5457027 L 698438.8 -5458366 L 698111.8 -5458679 L 698629.7 -5459694 L 698361.7 -5460762 L 698306.1 -5461138 L 700904.8 -5462323 L 701272.6 -5464207 L 701366.2 -5464580 L 700996.3 -5465855 L 700919.6 -5466182 L 700702.5 -5466290 L 700488.1 -5466176 L 700241.4 -5465883 L 699936.7 -5465653 L 698686.3 -5465724 L 697801.8 -5467820 L 698957.5 -5468838 L 699086.6 -5469620 L 698971.9 -5469974 L 698921.7 -5470705 L 698465.9 -5471288 L 698107.6 -5471398 L 697050.4 -5471502 L 697185.4 -5472151 L 696651.8 -5473783 L 696420.9 -5474080 L 695126.3 -5474801 L 695571.3 -5475200 L 695447.9 -5475746 L 695417.3 -5476103 L 695376.6 -5477180 L 694668.7 -5477091 L 694276.9 -5477580 L 691064.8 -5479563 L 690825.2 -5479263 L 689829.4 -5478685 L 689907.5 -5477927 L 689206.5 -5477784 L 689172 -5477403 L 688572.9 -5477847 L 687559.2 -5477326 L 686506.5 -5477699 L 686393 -5477419 L 686012.5 -5477326 L 685250.5 -5477186 L 683741.4 -5475969 L 681411.9 -5475860 L 681271.9 -5474404 L 680464.4 -5473145 L 680175 -5473046 L 679635.4 -5473772 L 679774 -5474104 L 679518.4 -5474629 L 678810.7 -5474603 L 677620.5 -5475354 L 677645.6 -5475364 L 678007.1 -5475487 L 679416.2 -5475995 L 679957 -5475459 L 681033.5 -5475806 L 681916.5 -5477438 L 681283.3 -5477738 L 681005.7 -5477492 L 679314.8 -5478080 L 679863 -5478619 L 679988.6 -5479770 L 680269.2 -5480039 L 680053.3 -5480340 L 678959.5 -5480509 L 678832.2 -5481147 L 679197.4 -5481802 L 678895.3 -5481946 L 678664.2 -5482850 L 678914.8 -5483914 L 678582.7 -5484074 L 678941.2 -5484198 L 679315.5 -5484142 L 679517.1 -5484429 L 679910.7 -5485401 L 679663.7 -5485596 L 679466 -5485649 L 679560.5 -5486333 L 680055.7 -5487071 L 681684.4 -5487028 L 682753 -5487491 L 683843.1 -5488030 L 684735 -5489451 L 685288.7 -5489556 L 686130.3 -5489498 L 687878.5 -5488621 L 688170.5 -5488382 L 688631.3 -5487337 L 689302.2 -5487142 L 689590 -5487836 L 689776.4 -5488287 L 689451.7 -5489644 L 689746.9 -5490321 L 690478.3 -5490919 L 690658.7 -5491361 L 691667.6 -5491998 L 692157.1 -5491975 L 693745.4 -5491915 L 695595.7 -5491234 L 697097.7 -5491185 L 697196.8 -5491724 L 697861.1 -5491657 L 698084.9 -5491261 L 698550.4 -5491107 L 699150.8 -5491291 L 699152.4 -5491749 L 699411.5 -5492144 L 699321.2 -5492903 L 699663.2 -5493659 L 700514.6 -5493906 L 701541.3 -5493221 L 702055.9 -5492611 L 702592.1 -5492563 L 702988.5 -5492761 L 703737.7 -5492036 L 703719.6 -5491325 L 704014.6 -5491197 L 704445.8 -5491220 L 704963.9 -5491643 L 705355.3 -5491736 L 705677 -5491398 L 705453.7 -5490801 L 705626.8 -5490403 L 705347.7 -5489905 L 705390.2 -5489576 L 705772.7 -5489061 L 706295.5 -5488783 L 706497.9 -5488310 L 707058.8 -5487295 L 707842.8 -5486878 L 708925 -5487086 L 709290.3 -5486901 L 709633.3 -5486951 L 709696.3 -5486791 L 710111.2 -5485408 L 710021.7 -5485050 L 710562.8 -5485448 L 711175.3 -5485199 L 711502.8 -5485272 L 712059.8 -5485539 L 712367.3 -5485607 L 712829 -5484840 L 713139.3 -5484752 L 712776.1 -5484107 L 713389.5 -5481991 L 712607.7 -5481306 L 713387.1 -5479919 L 713508.8 -5479539 L 713188.1 -5479347 L 712507.9 -5479070 L 711919 -5478122 L 711656.5 -5477154 L 711388.9 -5476924 L 711682.1 -5476760 L 711986.3 -5476618 L 712708.9 -5476301 L 713180.9 -5474037 L 712466.9 -5473133 L 713108.3 -5472755 L 713696 -5471809 L 714420.2 -5471983 L 714791.6 -5471949 L 715394.5 -5470308 L 716114.4 -5470191 L 716477.9 -5470154 L 716104.3 -5470095 L 715347.3 -5470110 L 713951.8 -5469549 L 713959.4 -5469178 L 714443.9 -5468208 L 715974.8 -5467209 L 717137.7 -5465769 L 717338.3 -5466035 L 717967.1 -5466809 L 718560.4 -5466330 L 718494.6 -5464033 L 718412.1 -5463660 L 718367.7 -5462523 L 719064.4 -5462210 L 718925.9 -5461979 L 719090.6 -5461501 L 718979.5 -5460758 L 720563.7 -5459778 L 720540.5 -5457917 L 720751.8 -5457900 L 719613.6 -5456609 L 719253 -5456586 L 718573.6 -5455356 L 718864.8 -5455146 L 718286.7 -5454958 L 717703.1 -5455173 L 717477.4 -5454918 L 717634.8 -5454261 L 717117.1 -5453510 L 717180 -5453305 L 717392.5 -5452665 L 717625.5 -5452416 L 719082.4 -5452237 L 720025.4 -5451071 L 721050.4 -5450622 L 720826.7 -5450328 L 720194.3 -5449973 L 719629.4 -5449032 L 719308.9 -5448981 L 718794.4 -5449230 L 718125.2 -5449059 L 718438.9 -5448436 L 717578.9 -5447873 L 717747.8 -5447567 L 717887.6 -5447218 L 718477.9 -5446751 L 718255.8 -5446073 L 719143.7 -5444878 L 719361.7 -5444601 L 719208.1 -5444248 L 718564.7 -5443900 L 717023.4 -5443878 L 716659.9 -5443877 L 715205.8 -5443871 L 714019.1 -5443862 L 713780.5 -5442796 L 713648.4 -5442047 L 714863.6 -5440720 L 714382.2 -5440142 L 714430.8 -5439764 L 714561.6 -5439414 L 715568.6 -5439009 L 715680.3 -5438654 L 716015.2 -5437373 L 716182.1 -5437085 L 716853 -5437014 L 717278 -5436482 L 717909.2 -5436709 L 718224.5 -5436572 L 718720 -5436343 L 718940.1 -5436160 L 719438.5 -5435857 L 719721.8 -5435784 L 719982.4 -5435951 L 720237 -5436128 L 720790.1 -5434729 L 721639.4 -5433922 L 722396.3 -5433721 L 722720 -5433069 L 722619.9 -5432286 L 722718.3 -5430862 L 722009.6 -5430356 L 722572.9 -5429899 L 722738.8 -5429574 L 724052.1 -5429780 L 724286.8 -5430028 L 724959.6 -5429833 L 724780.5 -5429126 L 725261.6 -5428596 L 725412.4 -5428264 L 725575.4 -5428083 L 726536.7 -5428660 L 726890.4 -5428780 L 727970 -5428644 L 728787.9 -5427438 L 728703.8 -5426695 L 729073.4 -5426703 L 728885.8 -5425644 L 730119 -5424934 L 730486.6 -5424896 L 730717.1 -5424988 L 730712.9 -5425651 L 731532.9 -5426174 L 731821.2 -5426002 L 732196.9 -5426031 L 732569.8 -5425388 L 734446.2 -5425565 L 734816.9 -5425643 L 734799.1 -5425853 L 735895.9 -5425747 L 736263.4 -5424771 L 736979.5 -5424644 L 737161.4 -5424323 L 737909.7 -5424349 L 738682 -5425142 L 738990.8 -5425354 L 739310.3 -5425285 L 739628 -5425358 L 740077.1 -5424784 L 740582.1 -5424855 L 740867.5 -5424785 L 740916.5 -5423845 L 740963.2 -5423526 L 742313.1 -5423938 L 742612.9 -5424125 L 742630.7 -5423090 L 743644 -5422661 L 743885.1 -5422380 L 743802.8 -5421382 L 743460 -5421223 L 742767.4 -5420924 L 741775.3 -5419799 L 742606.3 -5419367 L 742591.9 -5419042 L 742813 -5418764 L 742805.8 -5417733 L 741853.4 -5418026 L 742023.2 -5416793 L 742111 -5416485 L 741745.2 -5416389 L 741049.6 -5416096 L 741262.2 -5415465 L 742731.6 -5414427 L 743367.2 -5414805 L 744383 -5414714 L 744742.5 -5414608 L 745102.1 -5414499 L 744574 -5413613 L 743554.5 -5413973 L 742312.5 -5413352 L 742582.7 -5413158 L 742890.1 -5413032 L 744551.5 -5413340 L 744728.5 -5413034 L 744932.9 -5412207 L 745182.1 -5412006 L 746231.4 -5412239 L 746509.7 -5412013 L 745813.4 -5411245 L 746395.4 -5410314 L 746454 -5409951 L 746739.9 -5408584 L 747322.5 -5408976 L 747622.3 -5409187 L 748598.7 -5408790 L 748955.4 -5408788 L 749433.5 -5408161 L 751859.1 -5409703 L 752179 -5409876 L 752876.3 -5409005 L 753562.4 -5408824 L 753825.6 -5407741 L 753796.1 -5407369 L 754104.7 -5407380 L 754360.4 -5407553 L 756141.9 -5407470 L 756507.5 -5407387 L 757853.9 -5406271 L 757780 -5405615 L 758129.8 -5405669 L 758703.6 -5406129 L 759806.5 -5405829 L 760123.4 -5406044 L 760505.5 -5406324 L 760769.1 -5406432 L 761833.6 -5406647 L 762063.2 -5405914 L 763573.3 -5404176 L 763960.1 -5404118 L 764691.9 -5402627 L 764740.6 -5402288 L 766048.4 -5402241 L 766979.9 -5401879 L 767648.4 -5401026 L 768007.1 -5400968 L 769109.2 -5401610 L 769400.7 -5401439 L 770442.2 -5399903 L 770175.9 -5399292 L 770224.2 -5397806 L 769934.3 -5397568 L 770140.3 -5397167 L 771525.4 -5398878 L 771983.2 -5397899 L 772720.8 -5397853 L 773051.3 -5397672 L 774179.4 -5397304 L 774366.5 -5397044 L 775270 -5397440 L 776292.4 -5397449 L 776480.2 -5397754 L 776834 -5397748 L 776920.7 -5396468 L 777122.8 -5396179 L 777222.6 -5395813 L 778213.1 -5396015 L 778173.6 -5395681 L 777993.9 -5395386 L 778451.6 -5395048 L 778648.8 -5394841 L 780926.8 -5395409 L 782468.1 -5395137 L 782858.2 -5394460 L 783129.2 -5393923 L 783157.9 -5393618 L 783563.1 -5392984 L 784285.5 -5392698 L 786907.5 -5393280 L 787500.5 -5392930 L 787828.1 -5392753 L 788697.8 -5393295 L 788763.8 -5393989 L 789220.5 -5394478 L 789559.4 -5394588 L 790574.7 -5392687 L 790388.8 -5392352 L 791709.5 -5391826 L 792054.2 -5391731 L 793942.5 -5392203 L 794221.9 -5391929 L 794362.3 -5391983 L 795499.5 -5392256 L 796015.8 -5391421 L 794612.8 -5390210 L 796440.9 -5388864 L 797175.7 -5388827 L 797556.7 -5388868 L 798430.6 -5386897 L 799407.8 -5385744 L 801339.7 -5384760 L 799846.5 -5384508 L 799485.4 -5384385 L 800794.6 -5384236 L 801136.4 -5384163 L 801136.2 -5384164 z M 675838.6 -5484425 L 676394.8 -5484968 L 676942.2 -5486402 L 678681.5 -5484599 L 678038.5 -5484286 L 678000 -5483915 L 677709.1 -5484172 L 675838.7 -5484425 L 675838.6 -5484425 z "
id="path663" />
<path
d="M 712367.1 -5485608 L 712059.6 -5485539 L 711502.6 -5485273 L 711175.1 -5485199 L 710562.6 -5485448 L 710021.5 -5485050 L 710111 -5485408 L 709696.1 -5486791 L 709633.1 -5486951 L 709845.1 -5486981 L 711171.4 -5487380 L 711638.2 -5487201 L 712913.5 -5487114 L 714321.7 -5486423 L 715290.2 -5486371 L 715208.8 -5485219 L 715077.9 -5484578 L 715707.9 -5483210 L 716046.6 -5483050 L 716350.4 -5482582 L 716915.9 -5482458 L 717136.1 -5482622 L 717549.5 -5482491 L 717928.1 -5482052 L 718512.4 -5482057 L 719463.8 -5482335 L 720205.1 -5481762 L 720774.6 -5481562 L 720888.7 -5482306 L 721373.8 -5483248 L 721738.3 -5483572 L 723436.6 -5483659 L 724199.7 -5483648 L 725277.9 -5483932 L 726343 -5484471 L 726718.9 -5487036 L 727337.7 -5486864 L 728016 -5486033 L 728543.6 -5486646 L 729140.2 -5486906 L 728588.7 -5487743 L 728901.2 -5488090 L 729970.3 -5488552 L 732172.7 -5488232 L 732599.8 -5488331 L 733534.3 -5488939 L 734135.4 -5488921 L 734476.2 -5488911 L 735096.9 -5489198 L 735557.2 -5489145 L 736418.6 -5488705 L 736533.1 -5488456 L 737731.2 -5488391 L 737690.5 -5487701 L 737920.8 -5487179 L 738543.1 -5486447 L 739040.9 -5486651 L 739337.7 -5485826 L 740919.9 -5485703 L 741174.3 -5485207 L 741763.5 -5484626 L 743097.5 -5484390 L 743550.7 -5483980 L 744529.2 -5483941 L 745403.2 -5484533 L 746093 -5484467 L 746716.3 -5484703 L 747962.2 -5485683 L 748465.3 -5485785 L 749652 -5484955 L 750875 -5484406 L 751872.9 -5484279 L 752775.4 -5483536 L 753930.7 -5483316 L 755423.6 -5481967 L 756723.3 -5481810 L 756907.2 -5481788 L 757815.6 -5480434 L 757358.7 -5479927 L 757118.2 -5479660 L 756969.6 -5479092 L 757039.5 -5478643 L 757083.5 -5478360 L 757739.4 -5477961 L 758812.3 -5476870 L 759175.1 -5476736 L 759958.5 -5476827 L 760329.1 -5476540 L 760532.6 -5476042 L 760461.2 -5475452 L 761423.5 -5474534 L 761541.8 -5474209 L 761320.9 -5473562 L 760782.1 -5472668 L 759930.4 -5473414 L 759373.9 -5473360 L 759299.3 -5472338 L 759494.4 -5471508 L 760933.1 -5470716 L 761223.1 -5470018 L 760928.8 -5469315 L 761020.4 -5469015 L 762726.3 -5467473 L 763786.6 -5467120 L 765045.2 -5466369 L 765940.4 -5465269 L 766839.5 -5465086 L 766959.7 -5464227 L 766604.2 -5462732 L 766806.4 -5462259 L 768127.3 -5462275 L 768401.7 -5461882 L 768406.3 -5461678 L 768421.9 -5460992 L 768314 -5460121 L 768821 -5458161 L 769112.9 -5457921 L 769673.2 -5457899 L 770553.5 -5458580 L 771032.6 -5458656 L 771309.4 -5458212 L 771746.9 -5457114 L 770730.2 -5455127 L 772030.8 -5452850 L 773085.7 -5452803 L 773946.4 -5452872 L 774574.3 -5452522 L 774807.1 -5452942 L 775708.1 -5453217 L 776581.7 -5453032 L 778771 -5451972 L 779703.2 -5451638 L 779894.3 -5451877 L 780199.2 -5452376 L 780411.9 -5453685 L 781405.2 -5454143 L 781435.9 -5455035 L 781209.6 -5455483 L 780760.6 -5456809 L 779636.1 -5457922 L 780113.3 -5458532 L 780494.3 -5459036 L 780773.2 -5459050 L 781535.1 -5459063 L 782555.1 -5458504 L 782999 -5458272 L 783636.8 -5458228 L 785270 -5459100 L 785609.5 -5459423 L 786165.9 -5459477 L 786894 -5459157 L 788216.2 -5458155 L 789718.6 -5458104 L 790373.2 -5457730 L 791444.4 -5456665 L 792026.3 -5456719 L 792506 -5456285 L 794083.2 -5456977 L 794206.5 -5456074 L 793875.7 -5455065 L 793904.9 -5454480 L 794185.2 -5452941 L 794926.8 -5451832 L 795199.5 -5450955 L 795377 -5448927 L 795554.6 -5448426 L 795999.6 -5448168 L 796561.2 -5448120 L 797032.8 -5448347 L 797853 -5449632 L 798183 -5450165 L 797900.4 -5452017 L 798489 -5452670 L 799410.5 -5452904 L 799795.8 -5452675 L 799831.1 -5451993 L 799618.2 -5451297 L 799752 -5451117 L 801055.4 -5451185 L 802593.4 -5449887 L 803131.6 -5449550 L 805644.6 -5450383 L 806234.7 -5449776 L 806605.7 -5448981 L 807303.6 -5449754 L 808046.3 -5450148 L 809851.3 -5450647 L 811308.7 -5449982 L 812803.5 -5450083 L 812828 -5449601 L 813074.4 -5449257 L 813612.1 -5449182 L 814571.7 -5450809 L 814794.8 -5450922 L 815174.2 -5451960 L 815683.3 -5452447 L 815877.3 -5452632 L 817894.8 -5452454 L 818322.9 -5453036 L 818238.7 -5453694 L 818568.8 -5454704 L 818435.1 -5455334 L 818647.9 -5455650 L 823096.3 -5457174 L 824157.5 -5457304 L 823937.4 -5456630 L 824200.6 -5455956 L 823784.8 -5455630 L 823720.4 -5455397 L 823889 -5455227 L 823961.6 -5455155 L 826979.1 -5455816 L 827236.6 -5455753 L 827380.1 -5455429 L 827215.9 -5454657 L 828389 -5454589 L 828841.9 -5454179 L 828534.1 -5453730 L 827847.1 -5453237 L 827738.4 -5452875 L 827940.3 -5452402 L 828493.6 -5452022 L 829079 -5451008 L 829672.6 -5450834 L 830718.7 -5449257 L 830904.2 -5448604 L 831086.1 -5448394 L 831390.4 -5448043 L 832268.4 -5447273 L 833500.2 -5446545 L 834491.9 -5446544 L 835389.3 -5446895 L 836197.2 -5447012 L 838252.2 -5446097 L 838547.9 -5445781 L 838900.1 -5444347 L 838907.1 -5444341 L 839239.8 -5443214 L 838511.3 -5441909 L 838376.6 -5441560 L 837788.4 -5441155 L 837310.1 -5440195 L 837048.1 -5439946 L 837204.6 -5438899 L 835901.6 -5436665 L 836098.9 -5436351 L 836205.9 -5435995 L 835808.1 -5435331 L 835507.1 -5434218 L 835682.3 -5433873 L 835444.1 -5433367 L 833630.5 -5431121 L 833900.6 -5430449 L 832426.8 -5430077 L 831741.6 -5430960 L 830665.5 -5431043 L 830312.5 -5431066 L 828703.3 -5431688 L 827970.4 -5432917 L 826164.4 -5433189 L 825997.3 -5433523 L 825703.2 -5433293 L 822602.3 -5432244 L 821741.2 -5431584 L 820841.4 -5431364 L 820530.5 -5431372 L 819961.1 -5431576 L 819642.4 -5431748 L 819003.5 -5431623 L 818697.4 -5431422 L 818177.5 -5430908 L 817459.4 -5430846 L 816996.5 -5430279 L 816678.8 -5430476 L 815441.2 -5431303 L 815349.3 -5431663 L 814230.2 -5431587 L 814224.5 -5431887 L 814184.3 -5432760 L 814407.5 -5433387 L 810229.7 -5434834 L 808516.3 -5434014 L 808161.2 -5433875 L 807972 -5434185 L 807094.9 -5435339 L 806389 -5435300 L 806194.8 -5435588 L 805392.8 -5436619 L 805085.8 -5436483 L 804539 -5436109 L 804452.2 -5436471 L 802216.4 -5436370 L 801542.6 -5438315 L 801569 -5438680 L 801059.2 -5439164 L 801251.4 -5439857 L 801027.1 -5440127 L 800244.7 -5440706 L 800258.1 -5441073 L 799826.4 -5442449 L 800682 -5442883 L 800922.9 -5443130 L 799546.6 -5444288 L 798841 -5443417 L 797780.5 -5443554 L 797521.6 -5443277 L 797378.5 -5442562 L 797687.6 -5441895 L 797822.7 -5441628 L 798189.2 -5441156 L 796761.7 -5439168 L 796561.9 -5438875 L 796132.1 -5437216 L 796515.2 -5436413 L 796143.3 -5435439 L 795234.9 -5434274 L 795673.5 -5432829 L 794923.8 -5431991 L 795316.2 -5430519 L 795065.6 -5430505 L 794814 -5430504 L 794543.4 -5430584 L 794269.8 -5430655 L 792398.4 -5430837 L 792098.5 -5430661 L 792077.7 -5429986 L 791997.2 -5429648 L 792005.9 -5429326 L 791695.6 -5428762 L 791457.9 -5427732 L 790610.1 -5426992 L 790250.1 -5426869 L 789293.4 -5427467 L 789168.5 -5427824 L 788993.1 -5427830 L 788831.5 -5426688 L 789856.5 -5426234 L 790543.7 -5424850 L 790173.2 -5423377 L 791282.5 -5423050 L 792040.5 -5423177 L 792428.4 -5423177 L 795325.3 -5422031 L 797498.1 -5420500 L 797203.7 -5419819 L 799284.7 -5420480 L 800016.5 -5420429 L 800384.5 -5420426 L 800773.5 -5419482 L 800334.8 -5418977 L 800042.9 -5418796 L 799813.2 -5418681 L 799556.6 -5418681 L 797751.9 -5418566 L 797382.9 -5418489 L 797490.2 -5417581 L 797609.2 -5417293 L 797340 -5415880 L 797166.2 -5415560 L 797377.4 -5415247 L 797589.6 -5414937 L 799689.9 -5414905 L 800003.5 -5414738 L 800250.5 -5414113 L 798997.6 -5413502 L 798731.7 -5413272 L 799409.1 -5412052 L 799721.7 -5411874 L 800155.5 -5412489 L 801166.7 -5412987 L 801526.8 -5413100 L 801808.7 -5413272 L 802438.5 -5413424 L 802791.6 -5413529 L 803118.6 -5413698 L 802864.3 -5413984 L 802815 -5414716 L 803268.8 -5415327 L 803998.9 -5415572 L 804528.9 -5416126 L 804065.3 -5417582 L 804508.6 -5418612 L 806335.2 -5418423 L 806833.4 -5419228 L 807124.4 -5419394 L 807893.2 -5418193 L 807434.4 -5417659 L 808262.8 -5416950 L 808621.7 -5416872 L 809255.3 -5416815 L 809587.6 -5416240 L 809885.2 -5416065 L 809809.7 -5416719 L 809667.7 -5417057 L 810345.6 -5417136 L 811757.2 -5415974 L 812415.3 -5416294 L 812669.3 -5416561 L 812829.5 -5416360 L 813009.8 -5416178 L 812707.8 -5416051 L 811794.4 -5415163 L 812100 -5414932 L 812757.4 -5414557 L 813016.3 -5413842 L 813243.2 -5414028 L 813670.8 -5414429 L 813983.4 -5414216 L 815248.2 -5413560 L 815285.7 -5412999 L 815278.4 -5412715 L 816691.2 -5410705 L 817058.2 -5410694 L 816905.4 -5410334 L 815578.2 -5408940 L 815267.8 -5406622 L 814060.3 -5404628 L 813874.1 -5403091 L 813694.3 -5402785 L 812267.6 -5402074 L 812496.9 -5401812 L 813484.6 -5399998 L 813821.4 -5399867 L 814213.4 -5398866 L 814573.4 -5398894 L 816680.2 -5398770 L 817034.2 -5398788 L 816102.7 -5397112 L 814835.6 -5395685 L 815153.3 -5394692 L 813970.4 -5391538 L 814545.4 -5391034 L 814237.3 -5390831 L 813909.2 -5390660 L 813723.3 -5390380 L 812885.3 -5388943 L 811447.8 -5386745 L 810813.7 -5386432 L 810061.7 -5386450 L 809482.6 -5386035 L 809260.8 -5384998 L 809097 -5384682 L 807926 -5383965 L 807771.2 -5383657 L 807734 -5383532 L 807344 -5383569 L 806592.2 -5383786 L 805514 -5383497 L 803818.5 -5384348 L 802086.9 -5383477 L 801137.2 -5384163 L 800795.4 -5384236 L 799486.2 -5384385 L 799847.3 -5384508 L 801340.5 -5384760 L 799408.6 -5385745 L 798431.4 -5386897 L 797557.5 -5388869 L 797176.5 -5388827 L 796441.7 -5388864 L 794613.6 -5390210 L 796016.6 -5391421 L 795500.3 -5392256 L 794363.1 -5391983 L 794222.7 -5391929 L 793943.3 -5392203 L 792055 -5391731 L 791710.3 -5391826 L 790389.6 -5392352 L 790575.5 -5392688 L 789560.2 -5394588 L 789221.3 -5394478 L 788764.6 -5393989 L 788698.6 -5393295 L 787828.9 -5392753 L 787501.3 -5392930 L 786908.3 -5393280 L 784286.3 -5392698 L 783563.9 -5392985 L 783158.7 -5393618 L 783130 -5393923 L 782859 -5394460 L 782468.9 -5395138 L 780927.6 -5395409 L 778649.6 -5394841 L 778452.4 -5395048 L 777994.7 -5395386 L 778174.4 -5395681 L 778213.9 -5396015 L 777223.4 -5395813 L 777123.6 -5396179 L 776921.5 -5396468 L 776834.8 -5397748 L 776481 -5397754 L 776293.2 -5397449 L 775270.8 -5397440 L 774367.3 -5397045 L 774180.2 -5397304 L 773052.1 -5397672 L 772721.6 -5397853 L 771984 -5397899 L 771526.2 -5398879 L 770141.1 -5397168 L 769935.1 -5397568 L 770225 -5397806 L 770176.7 -5399292 L 770443 -5399904 L 769401.5 -5401439 L 769110 -5401611 L 768007.9 -5400968 L 767649.2 -5401026 L 766980.7 -5401879 L 766049.2 -5402241 L 764741.4 -5402289 L 764692.7 -5402627 L 763960.9 -5404118 L 763574.1 -5404176 L 762064 -5405914 L 761834.4 -5406647 L 760769.9 -5406432 L 760506.3 -5406324 L 760124.2 -5406044 L 759807.3 -5405830 L 758704.4 -5406129 L 758130.6 -5405669 L 757780.8 -5405615 L 757854.7 -5406271 L 756508.3 -5407387 L 756142.7 -5407470 L 754361.2 -5407554 L 754105.5 -5407380 L 753796.9 -5407369 L 753826.4 -5407742 L 753563.2 -5408824 L 752877.1 -5409005 L 752179.8 -5409876 L 751859.9 -5409703 L 749434.3 -5408161 L 748956.2 -5408788 L 748599.5 -5408790 L 747623.1 -5409187 L 747323.3 -5408976 L 746740.7 -5408584 L 746454.8 -5409952 L 746396.2 -5410315 L 745814.2 -5411245 L 746510.5 -5412013 L 746232.2 -5412239 L 745182.9 -5412006 L 744933.7 -5412208 L 744729.3 -5413035 L 744552.3 -5413340 L 742890.9 -5413032 L 742583.5 -5413158 L 742313.3 -5413352 L 743555.3 -5413973 L 744574.8 -5413613 L 745102.9 -5414499 L 744743.3 -5414608 L 744383.8 -5414715 L 743368 -5414806 L 742732.4 -5414427 L 741263 -5415465 L 741050.4 -5416096 L 741746 -5416389 L 742111.8 -5416485 L 742024 -5416793 L 741854.2 -5418026 L 742806.6 -5417733 L 742813.8 -5418765 L 742592.7 -5419042 L 742607.1 -5419367 L 741776.1 -5419799 L 742768.2 -5420924 L 743460.8 -5421223 L 743803.6 -5421382 L 743885.9 -5422380 L 743644.8 -5422662 L 742631.5 -5423091 L 742613.7 -5424125 L 742313.9 -5423938 L 740964 -5423526 L 740917.3 -5423846 L 740868.3 -5424786 L 740582.9 -5424855 L 740077.9 -5424784 L 739628.8 -5425358 L 739311.1 -5425285 L 738991.6 -5425354 L 738682.8 -5425142 L 737910.5 -5424349 L 737162.2 -5424323 L 736980.3 -5424644 L 736264.2 -5424771 L 735896.7 -5425747 L 734799.9 -5425853 L 734817.7 -5425643 L 734447 -5425565 L 732570.6 -5425388 L 732197.7 -5426031 L 731822 -5426002 L 731533.7 -5426174 L 730713.7 -5425651 L 730717.9 -5424989 L 730487.4 -5424897 L 730119.8 -5424934 L 728886.6 -5425645 L 729074.2 -5426703 L 728704.6 -5426695 L 728788.7 -5427438 L 727970.8 -5428644 L 726891.2 -5428780 L 726537.5 -5428660 L 725576.2 -5428084 L 725413.2 -5428264 L 725262.4 -5428596 L 724781.3 -5429126 L 724960.4 -5429833 L 724287.6 -5430028 L 724052.9 -5429780 L 722739.6 -5429574 L 722573.7 -5429899 L 722010.4 -5430356 L 722719.1 -5430862 L 722620.7 -5432286 L 722720.8 -5433069 L 722397.1 -5433721 L 721640.2 -5433922 L 720790.9 -5434729 L 720237.8 -5436129 L 719983.2 -5435952 L 719722.6 -5435784 L 719439.3 -5435857 L 718940.9 -5436160 L 718720.8 -5436343 L 718225.3 -5436572 L 717910 -5436709 L 717278.8 -5436482 L 716853.8 -5437015 L 716182.9 -5437086 L 716016 -5437373 L 715681.1 -5438654 L 715569.4 -5439009 L 714562.4 -5439415 L 714431.6 -5439764 L 714383 -5440142 L 714864.4 -5440720 L 713649.2 -5442047 L 713781.3 -5442797 L 714019.9 -5443862 L 715206.6 -5443871 L 716660.7 -5443877 L 717024.2 -5443878 L 718565.5 -5443900 L 719208.9 -5444248 L 719362.5 -5444601 L 719144.5 -5444878 L 718256.6 -5446073 L 718478.7 -5446752 L 717888.4 -5447218 L 717748.6 -5447567 L 717579.7 -5447874 L 718439.7 -5448436 L 718126 -5449060 L 718795.2 -5449230 L 719309.7 -5448981 L 719630.2 -5449032 L 720195.1 -5449973 L 720827.5 -5450329 L 721051.2 -5450622 L 720026.2 -5451071 L 719083.2 -5452238 L 717626.3 -5452416 L 717393.3 -5452665 L 717180.8 -5453305 L 717117.9 -5453510 L 717635.6 -5454261 L 717478.2 -5454918 L 717703.9 -5455173 L 718287.5 -5454958 L 718865.6 -5455146 L 718574.4 -5455356 L 719253.8 -5456587 L 719614.4 -5456609 L 720752.6 -5457900 L 720541.3 -5457917 L 720564.5 -5459778 L 718980.3 -5460758 L 719091.4 -5461501 L 718926.7 -5461979 L 719065.2 -5462210 L 718368.5 -5462523 L 718412.9 -5463660 L 718495.4 -5464033 L 718561.2 -5466330 L 717967.9 -5466809 L 717339.1 -5466035 L 717138.5 -5465770 L 715975.6 -5467210 L 714444.7 -5468208 L 713960.2 -5469178 L 713952.6 -5469549 L 715348.1 -5470110 L 716105.1 -5470095 L 716478.7 -5470154 L 716115.2 -5470191 L 715395.3 -5470308 L 714792.4 -5471949 L 714421 -5471983 L 713696.8 -5471809 L 713109.1 -5472755 L 712467.7 -5473133 L 713181.7 -5474037 L 712709.7 -5476301 L 711987.1 -5476618 L 711682.9 -5476761 L 711389.7 -5476924 L 711657.3 -5477154 L 711919.8 -5478122 L 712508.7 -5479070 L 713188.9 -5479347 L 713509.6 -5479539 L 713387.9 -5479919 L 712608.5 -5481306 L 713390.3 -5481991 L 712776.9 -5484107 L 713140.1 -5484752 L 712829.8 -5484840 L 712368.1 -5485608 L 712367.1 -5485608 z "
id="path664" />
<path
d="M 805075.9 -5361876 L 804191.8 -5362939 L 803852 -5363023 L 801917.8 -5363761 L 802594.7 -5364638 L 802780.6 -5364971 L 803642.4 -5366206 L 804060.8 -5366486 L 804168.5 -5366821 L 803774.6 -5367797 L 802943.1 -5368439 L 802615.4 -5368596 L 802331.9 -5368821 L 802481.7 -5369177 L 803093.9 -5369646 L 802882.2 -5370329 L 803086.4 -5371705 L 802963.5 -5372040 L 803617.7 -5373248 L 803908.7 -5373454 L 803804.6 -5373615 L 803644.7 -5374021 L 803444.5 -5375138 L 804263.3 -5377313 L 804351.9 -5378473 L 803989.1 -5378633 L 802459.5 -5378992 L 802446.9 -5379331 L 802197.4 -5380267 L 802407.7 -5380870 L 802575.7 -5380536 L 804765.2 -5380260 L 804504.3 -5381802 L 803048.9 -5382176 L 801556.6 -5381867 L 801363.7 -5381535 L 801221.6 -5381731 L 801082.5 -5381927 L 800423.5 -5382579 L 800171.1 -5382765 L 800851.3 -5383965 L 801136.3 -5384163 L 802086 -5383477 L 803817.6 -5384348 L 805513.1 -5383498 L 806591.3 -5383787 L 807343.1 -5383569 L 807733.1 -5383532 L 807770.3 -5383657 L 807925.1 -5383965 L 809096.1 -5384682 L 809259.9 -5384998 L 809481.7 -5386035 L 810060.8 -5386450 L 810812.8 -5386432 L 811446.9 -5386745 L 812884.4 -5388943 L 813722.4 -5390380 L 813908.3 -5390660 L 814236.4 -5390831 L 814544.5 -5391034 L 813969.5 -5391538 L 815152.4 -5394692 L 814834.7 -5395685 L 816101.8 -5397112 L 817033.3 -5398788 L 816679.3 -5398770 L 814572.5 -5398894 L 814212.5 -5398866 L 813820.5 -5399867 L 813483.7 -5399998 L 812496 -5401812 L 812266.7 -5402074 L 813693.4 -5402785 L 813873.2 -5403091 L 814059.4 -5404628 L 815266.9 -5406623 L 815577.3 -5408940 L 816904.5 -5410334 L 817057.3 -5410694 L 816690.3 -5410705 L 815277.5 -5412715 L 815284.8 -5412999 L 815247.3 -5413560 L 813982.5 -5414216 L 813669.9 -5414429 L 813242.3 -5414029 L 813015.4 -5413842 L 812756.5 -5414558 L 812099.1 -5414932 L 811793.5 -5415163 L 812706.9 -5416051 L 813008.9 -5416178 L 812828.6 -5416360 L 812668.4 -5416561 L 812414.4 -5416294 L 811756.3 -5415974 L 810344.7 -5417136 L 809666.8 -5417057 L 809808.8 -5416719 L 809884.3 -5416065 L 809586.7 -5416240 L 809254.4 -5416815 L 808620.8 -5416872 L 808261.9 -5416951 L 807433.5 -5417659 L 807892.3 -5418193 L 807123.5 -5419394 L 806832.5 -5419228 L 806334.3 -5418423 L 804507.7 -5418612 L 804064.4 -5417582 L 804528 -5416126 L 803998 -5415572 L 803267.9 -5415327 L 802814.1 -5414716 L 802863.4 -5413984 L 803117.7 -5413698 L 802790.7 -5413529 L 802437.6 -5413424 L 801807.8 -5413272 L 801525.9 -5413100 L 801165.8 -5412988 L 800154.6 -5412489 L 799720.8 -5411874 L 799408.2 -5412053 L 798730.8 -5413272 L 798996.7 -5413502 L 800249.6 -5414113 L 800002.6 -5414738 L 799689 -5414905 L 797588.7 -5414937 L 797376.5 -5415247 L 797165.3 -5415560 L 797339.1 -5415880 L 797608.3 -5417293 L 797489.3 -5417582 L 797382 -5418489 L 797751 -5418566 L 799555.7 -5418681 L 799812.3 -5418682 L 800042 -5418797 L 800333.9 -5418978 L 800772.6 -5419483 L 800383.6 -5420426 L 800015.6 -5420430 L 799283.8 -5420481 L 797202.8 -5419819 L 797497.2 -5420501 L 795324.4 -5422032 L 792427.5 -5423177 L 792039.6 -5423178 L 791281.6 -5423051 L 790172.3 -5423377 L 790542.8 -5424851 L 789855.6 -5426234 L 788830.6 -5426688 L 788992.2 -5427831 L 789167.6 -5427825 L 789292.5 -5427468 L 790249.2 -5426870 L 790609.2 -5426993 L 791457 -5427733 L 791694.7 -5428763 L 792005 -5429326 L 791996.3 -5429649 L 792076.8 -5429987 L 792097.6 -5430661 L 792397.5 -5430838 L 794268.9 -5430655 L 794542.5 -5430585 L 794813.1 -5430504 L 795064.7 -5430505 L 795315.3 -5430520 L 794922.9 -5431992 L 795672.6 -5432830 L 795234 -5434274 L 796142.4 -5435439 L 796514.3 -5436413 L 796131.2 -5437217 L 796561 -5438876 L 796760.8 -5439169 L 798188.3 -5441156 L 797821.8 -5441628 L 797686.7 -5441895 L 797377.6 -5442562 L 797520.7 -5443277 L 797779.6 -5443554 L 798840.1 -5443418 L 799545.7 -5444288 L 800922 -5443130 L 800681.1 -5442884 L 799825.5 -5442449 L 800257.2 -5441074 L 800243.8 -5440706 L 801026.2 -5440127 L 801250.5 -5439857 L 801058.3 -5439165 L 801568.1 -5438680 L 801541.7 -5438316 L 802215.5 -5436370 L 804451.3 -5436472 L 804538.1 -5436110 L 805084.9 -5436484 L 805391.9 -5436620 L 806193.9 -5435588 L 806388.1 -5435301 L 807094 -5435340 L 807971.1 -5434185 L 808160.3 -5433876 L 808515.4 -5434014 L 810228.8 -5434835 L 814406.6 -5433388 L 814183.4 -5432761 L 814223.6 -5431887 L 814229.3 -5431588 L 815348.4 -5431664 L 815440.3 -5431303 L 816677.9 -5430476 L 816995.6 -5430280 L 817458.5 -5430847 L 818176.6 -5430908 L 818696.5 -5431422 L 819002.6 -5431623 L 819641.5 -5431749 L 819960.2 -5431576 L 820529.6 -5431372 L 820840.5 -5431365 L 821740.3 -5431584 L 822601.4 -5432245 L 825702.3 -5433294 L 825996.4 -5433524 L 826163.5 -5433189 L 827969.5 -5432918 L 828702.4 -5431688 L 830311.6 -5431066 L 830664.6 -5431044 L 831740.7 -5430961 L 832425.9 -5430077 L 833899.7 -5430449 L 833629.6 -5431122 L 835443.2 -5433367 L 835681.4 -5433874 L 835506.2 -5434219 L 835807.2 -5435332 L 836205 -5435995 L 836098 -5436352 L 835900.7 -5436666 L 837203.7 -5438899 L 837047.2 -5439947 L 837309.2 -5440195 L 837787.5 -5441156 L 838375.7 -5441561 L 838510.4 -5441910 L 839238.9 -5443215 L 838906.2 -5444342 L 839457.6 -5443866 L 839864.7 -5443861 L 841059.6 -5443361 L 841852.2 -5443274 L 842549 -5443546 L 843348.3 -5443858 L 843432.8 -5444703 L 844497.1 -5444273 L 845104.5 -5444329 L 845449.3 -5444550 L 845832.4 -5444518 L 846289.6 -5443522 L 847807.5 -5443675 L 848459.3 -5443861 L 848970.1 -5444319 L 849345.1 -5444949 L 850014.6 -5445289 L 850361.7 -5445968 L 850792.9 -5445990 L 852939.8 -5444264 L 853230.5 -5444178 L 854411.3 -5443829 L 855189.2 -5443027 L 855650.9 -5442949 L 856445.7 -5443829 L 857269.9 -5444125 L 859277.7 -5444149 L 859852.2 -5444356 L 860357.8 -5445426 L 860884 -5445580 L 861090.8 -5445514 L 861745.6 -5444630 L 862259.4 -5444528 L 862604.5 -5444240 L 863305.1 -5443460 L 863807.7 -5442568 L 865207.9 -5443046 L 866453.6 -5442548 L 866852 -5442212 L 868318.5 -5441878 L 869409.5 -5441423 L 870413.1 -5440684 L 870828.1 -5440017 L 874205.1 -5438606 L 876085.1 -5438140 L 877516.1 -5438007 L 877883.5 -5438018 L 879751 -5438068 L 880051.8 -5437650 L 880601.1 -5437347 L 881009.6 -5437316 L 882007.8 -5438207 L 882312.3 -5438222 L 882890.8 -5437519 L 883097.7 -5437268 L 880563.5 -5436071 L 879520.1 -5433548 L 877335.4 -5429950 L 876685.6 -5428158 L 875430.1 -5424837 L 875529 -5424384 L 875309.8 -5423176 L 874901.8 -5420660 L 874403.6 -5419438 L 873698.6 -5418282 L 872857.9 -5417298 L 872141.4 -5416881 L 871588.4 -5416751 L 870765.3 -5416939 L 870209.8 -5416861 L 869866.2 -5416614 L 869373.1 -5415800 L 869086.7 -5413902 L 868850.9 -5413533 L 867541 -5412780 L 865751.6 -5412971 L 865354.9 -5412774 L 865143.1 -5412432 L 865046.8 -5411816 L 864960.7 -5410997 L 865190.3 -5409964 L 865059.9 -5409016 L 864477.9 -5407943 L 862610.6 -5405125 L 862427.8 -5404888 L 859650.4 -5401286 L 856723 -5399333 L 856513.9 -5398941 L 856127.4 -5397012 L 855255.4 -5395135 L 854423.9 -5393974 L 853990.5 -5391987 L 854501.8 -5389230 L 854833 -5385580 L 854731.7 -5384531 L 854262.7 -5383210 L 853880.7 -5382708 L 853208.6 -5382421 L 852445.8 -5381683 L 852325.5 -5381040 L 852562.6 -5379347 L 852184.8 -5377241 L 851834.9 -5375594 L 851040.1 -5373697 L 850386 -5371018 L 850525.1 -5369113 L 850626.7 -5367721 L 850853.6 -5366739 L 851278 -5365870 L 851797.4 -5363605 L 851361.4 -5362668 L 850523.5 -5362143 L 849228.3 -5361621 L 848521.1 -5361025 L 848151 -5360295 L 848009 -5359575 L 848105.1 -5357646 L 848013 -5357208 L 846769.8 -5351295 L 845424.9 -5349867 L 845266.6 -5349944 L 844870.4 -5349213 L 844523.1 -5348000 L 843350.2 -5345477 L 842279.2 -5344025 L 842163.9 -5343281 L 842433.6 -5342455 L 842324.5 -5341584 L 840963.9 -5340003 L 840238.7 -5340169 L 837602.4 -5340274 L 836159.3 -5340648 L 836054.3 -5340954 L 835884.1 -5341229 L 836091.6 -5342692 L 836153.3 -5343066 L 832714.7 -5343978 L 832348.6 -5344034 L 832368.1 -5344392 L 832407.8 -5346491 L 832570.7 -5346818 L 832369.8 -5348213 L 832587.3 -5348871 L 832244.4 -5348984 L 830576.1 -5349662 L 830113.4 -5350203 L 829413.3 -5350283 L 828068.8 -5350744 L 827796.3 -5350976 L 827410.1 -5350902 L 826593.7 -5351729 L 822991.8 -5353213 L 821059.7 -5352881 L 820110.8 -5353573 L 820194 -5354332 L 820134.3 -5354720 L 820769.3 -5354846 L 821172.1 -5355375 L 821358 -5355650 L 821537.8 -5355919 L 819692.8 -5355371 L 818570.8 -5355559 L 818946.6 -5356925 L 818198.5 -5357760 L 818203 -5358106 L 817866.1 -5358217 L 817549.4 -5358377 L 817407.5 -5358728 L 816913.7 -5359284 L 815815.5 -5359239 L 815441.5 -5359306 L 814763.2 -5358974 L 812723.3 -5359702 L 811615 -5359531 L 811235 -5359575 L 811099.1 -5359930 L 810569.8 -5360919 L 809862.1 -5361170 L 809714.1 -5361520 L 809976.2 -5362613 L 808917.7 -5362990 L 808712.7 -5362650 L 807365.1 -5361902 L 807141.3 -5361768 L 806882.5 -5361738 L 806518.6 -5361762 L 805074.8 -5361876 L 805075.9 -5361876 z "
id="path665" />
<path
d="M 810668.9 -5269666 L 810670.7 -5269668 L 810675.2 -5269673 L 811220.7 -5270345 L 811545.2 -5272228 L 811298.9 -5272492 L 811190.1 -5272834 L 811081.2 -5273166 L 810759.1 -5273763 L 810660 -5273878 L 810383.4 -5274036 L 809645.1 -5274606 L 809296.2 -5274661 L 808687 -5275004 L 808779.6 -5275265 L 808745.2 -5275812 L 808780.8 -5276173 L 808289.7 -5277124 L 807668.4 -5277415 L 807537.6 -5277790 L 807188.6 -5278507 L 807000.3 -5278649 L 807019.8 -5278954 L 806884.3 -5279549 L 806336.3 -5279942 L 806052.8 -5280150 L 806032.8 -5280150 L 803537 -5280126 L 802371.7 -5279239 L 802313 -5278875 L 801955.9 -5278773 L 801767.8 -5279073 L 801749.6 -5279705 L 801116.2 -5279954 L 801030.6 -5280446 L 801233.4 -5280663 L 800953.9 -5280844 L 800778.2 -5282155 L 800872.8 -5282409 L 800795.3 -5282944 L 801045.5 -5283372 L 801273.1 -5283338 L 801417.8 -5285048 L 801446.3 -5285392 L 801630.2 -5285685 L 802740.1 -5285608 L 803093.2 -5285729 L 802963.3 -5286063 L 802740.6 -5286741 L 803436.1 -5287969 L 803152.6 -5288181 L 802835.1 -5288469 L 803269.1 -5289063 L 802839.1 -5289893 L 802643.2 -5290358 L 802814.7 -5290407 L 802582.4 -5290660 L 801911.1 -5291783 L 802028.9 -5292155 L 802561.3 -5293616 L 802380.2 -5293890 L 802134.9 -5294109 L 801921.6 -5294342 L 801227.6 -5294980 L 801075.6 -5295301 L 800815.8 -5295963 L 800518.7 -5295743 L 799500.6 -5296158 L 799121.7 -5296240 L 797677.5 -5296692 L 794866.9 -5298701 L 793743.8 -5298560 L 793650.8 -5298781 L 793386.4 -5298979 L 792509.6 -5299349 L 792107.4 -5299187 L 791317.6 -5299357 L 790989 -5299522 L 789279.3 -5299953 L 789057.1 -5300257 L 787476.9 -5303096 L 787668.7 -5304137 L 790983.8 -5305479 L 791354.7 -5305436 L 791420.1 -5305641 L 792117.6 -5306927 L 792839.7 -5307135 L 793056.7 -5307447 L 792950.8 -5307728 L 792929.5 -5308301 L 792622 -5308511 L 792080.3 -5308996 L 791977 -5309728 L 791925.3 -5310836 L 791178.5 -5311632 L 792382.7 -5312537 L 792678.8 -5312779 L 793110 -5313635 L 793174.6 -5314695 L 792114.3 -5314971 L 792983.1 -5316213 L 792693.3 -5318429 L 792789 -5318796 L 792882.2 -5319555 L 793227.8 -5320895 L 793939.7 -5321669 L 794128.6 -5321968 L 793994.7 -5322275 L 794011 -5323253 L 794012 -5323997 L 794615.1 -5324443 L 795338.7 -5324263 L 796417.9 -5325294 L 796791.9 -5325333 L 797328.6 -5326337 L 798285.9 -5326948 L 798689.8 -5327595 L 799213.4 -5328546 L 798713.9 -5329155 L 799308.2 -5330538 L 799654.3 -5330715 L 799696.4 -5331484 L 800369.9 -5332854 L 801619.3 -5333722 L 802753.3 -5336081 L 802884.1 -5336439 L 803342.6 -5336691 L 803820.3 -5338622 L 803781.7 -5339019 L 802613.7 -5339129 L 801855.8 -5340026 L 803159.8 -5342856 L 803055.5 -5343619 L 803374.9 -5344064 L 803449.5 -5344365 L 803686 -5345078 L 804809.2 -5346046 L 805061.2 -5346325 L 805197 -5346689 L 804972.8 -5347005 L 805740.9 -5347787 L 806414.3 -5349820 L 806833.5 -5351475 L 806747.7 -5351810 L 807819.7 -5354261 L 808188.9 -5354383 L 808472 -5354650 L 808523.3 -5354744 L 808664.1 -5355089 L 808682 -5355794 L 809579.9 -5356966 L 809391.7 -5358031 L 809664.7 -5358228 L 810937.7 -5358620 L 811235.7 -5359574 L 811615.7 -5359531 L 812724 -5359702 L 814763.9 -5358973 L 815442.2 -5359306 L 815816.2 -5359239 L 816914.4 -5359284 L 817408.2 -5358728 L 817550.1 -5358377 L 817866.8 -5358217 L 818203.7 -5358105 L 818199.2 -5357760 L 818947.3 -5356925 L 818571.5 -5355558 L 819693.5 -5355371 L 821538.5 -5355918 L 821358.7 -5355650 L 821172.8 -5355375 L 820770 -5354846 L 820135 -5354720 L 820194.7 -5354332 L 820111.5 -5353573 L 821060.4 -5352881 L 822992.5 -5353212 L 826594.4 -5351729 L 827410.8 -5350902 L 827797 -5350975 L 828069.5 -5350744 L 829414 -5350283 L 830114.1 -5350203 L 830576.8 -5349662 L 832245.1 -5348984 L 832588 -5348871 L 832370.5 -5348213 L 832571.4 -5346818 L 832408.5 -5346490 L 832368.8 -5344391 L 832349.3 -5344033 L 832715.4 -5343978 L 836154 -5343065 L 836092.3 -5342691 L 835884.8 -5341229 L 836055 -5340953 L 836160 -5340647 L 837603.1 -5340274 L 840239.4 -5340169 L 840964.6 -5340003 L 840884.3 -5339910 L 840801.9 -5339524 L 841004.3 -5338008 L 840913.9 -5336248 L 840580.5 -5335290 L 840915 -5332545 L 840547.4 -5330680 L 841564.6 -5329285 L 842042.1 -5328876 L 842429.6 -5328233 L 843223.7 -5327586 L 843925.1 -5326595 L 844435.5 -5325549 L 844684.5 -5324604 L 844649.1 -5323197 L 844334.8 -5322527 L 842710.7 -5320447 L 842454.4 -5319707 L 842353.1 -5318445 L 842616.2 -5316607 L 842484 -5315649 L 842187.2 -5315057 L 840798.8 -5313666 L 840623.8 -5312626 L 840786.2 -5312030 L 841286.3 -5310369 L 841241.2 -5308551 L 840579.4 -5307284 L 839209.5 -5301936 L 839625.6 -5300024 L 840545.4 -5298155 L 840588.5 -5295952 L 838978.3 -5294378 L 838500.1 -5292882 L 839377.3 -5289402 L 840428.3 -5287810 L 842414 -5285673 L 842606.2 -5285466 L 843358.1 -5284128 L 844431.6 -5280061 L 843551.5 -5280073 L 843327.4 -5280416 L 842251.1 -5280298 L 842152.6 -5280262 L 842057.8 -5280113 L 841250.9 -5278841 L 840559.1 -5277365 L 839933.8 -5276579 L 838613 -5274917 L 838488.4 -5273141 L 839509.9 -5272147 L 839749.7 -5271302 L 838876.3 -5269603 L 837952.4 -5268895 L 837386.4 -5268684 L 836943.6 -5268767 L 836730.4 -5269103 L 834453.9 -5270379 L 833685.2 -5270402 L 832713.1 -5268668 L 833553.3 -5268446 L 834395.4 -5268456 L 835087.3 -5267960 L 835013.7 -5267906 L 834997.4 -5267317 L 834674.5 -5266977 L 834312.8 -5267016 L 832646.8 -5264572 L 831622.3 -5263598 L 830826.8 -5263134 L 829287.1 -5262952 L 827096.1 -5263392 L 825531.1 -5263208 L 825278.3 -5263181 L 822197.6 -5262331 L 820859.8 -5261173 L 820179.3 -5261333 L 819590.4 -5262347 L 818911.9 -5262737 L 817164.8 -5262585 L 816796.6 -5262670 L 815543.1 -5262957 L 814702.7 -5263433 L 814946 -5264302 L 815092.4 -5265620 L 815729.8 -5267882 L 815551.8 -5268374 L 814467.9 -5267983 L 814478.3 -5267882 L 813569.6 -5267953 L 811923.8 -5269385 L 810669.2 -5269665 L 810668.9 -5269666 z "
id="path666" />
<path
d="M 810668.9 -5269666 L 808143.2 -5268387 L 807134.7 -5268259 L 804400.6 -5268773 L 802778.6 -5269400 L 802118.8 -5269358 L 801403.5 -5269114 L 800095.1 -5268667 L 799785.1 -5268201 L 799795.4 -5266848 L 801223.4 -5264617 L 801106.2 -5263762 L 799590.1 -5263353 L 798520.6 -5262069 L 796923.9 -5261446 L 796544.6 -5261563 L 796350.7 -5262764 L 796115.9 -5263391 L 796104.3 -5263730 L 795905.2 -5264021 L 795060.4 -5265055 L 794128.7 -5265529 L 794305.5 -5265766 L 794731.1 -5266155 L 794547.1 -5266491 L 794032.7 -5267933 L 794952.6 -5268344 L 795161.5 -5268614 L 795796.8 -5268379 L 796408.7 -5267159 L 796728.3 -5266999 L 796919.2 -5267271 L 797210.7 -5267109 L 796817.5 -5268487 L 796930.6 -5269844 L 796750.5 -5270161 L 796431.9 -5270335 L 796168.5 -5270585 L 795943 -5270612 L 795233.4 -5270772 L 794914.7 -5270839 L 793879 -5271542 L 794466 -5271943 L 793991.1 -5272947 L 793729.8 -5273217 L 793671.1 -5273580 L 793132.3 -5274034 L 792395.4 -5274027 L 792192.3 -5274324 L 791930 -5274570 L 791637 -5274387 L 790153.3 -5273635 L 789837.6 -5273662 L 789452.6 -5273665 L 787956.5 -5273402 L 786896 -5273515 L 786722 -5273833 L 786090.2 -5275130 L 786272.5 -5275794 L 786852.4 -5276166 L 787144.4 -5276351 L 787085.4 -5276461 L 787011.4 -5276587 L 786759.1 -5276862 L 785767.4 -5277365 L 785599 -5278091 L 784734.8 -5278787 L 784868.6 -5279126 L 784700.6 -5279416 L 784543.6 -5279713 L 784459.4 -5279729 L 784230.8 -5280439 L 783624.9 -5280860 L 783656 -5281605 L 783764.7 -5281963 L 784559 -5282181 L 784646.7 -5282535 L 785164.1 -5283406 L 785015.7 -5284106 L 784421.8 -5284510 L 784160.7 -5284916 L 783922.5 -5285203 L 783315.7 -5286469 L 783370.3 -5287570 L 783557.5 -5288832 L 783411.5 -5289119 L 783326.7 -5289467 L 782584.4 -5290593 L 782649.9 -5291618 L 781658 -5292707 L 781694 -5294155 L 781612.3 -5294523 L 781548.6 -5294842 L 781421.1 -5295483 L 782347.8 -5297376 L 782594.7 -5297637 L 783389 -5299404 L 784906.3 -5300607 L 786126.9 -5302582 L 786024.2 -5302955 L 787332.2 -5304324 L 787668.8 -5304137 L 787477 -5303096 L 789057.2 -5300257 L 789279.4 -5299953 L 790989.1 -5299522 L 791317.7 -5299357 L 792107.5 -5299187 L 792509.7 -5299348 L 793386.5 -5298979 L 793650.9 -5298781 L 793743.9 -5298560 L 794867 -5298701 L 797677.6 -5296692 L 799121.8 -5296240 L 799500.7 -5296157 L 800518.8 -5295743 L 800815.9 -5295963 L 801075.7 -5295301 L 801227.7 -5294980 L 801921.7 -5294342 L 802135 -5294109 L 802380.3 -5293890 L 802561.4 -5293616 L 802029 -5292155 L 801911.2 -5291783 L 802582.5 -5290660 L 802814.8 -5290406 L 802643.3 -5290358 L 802839.2 -5289892 L 803269.2 -5289063 L 802835.2 -5288469 L 803152.7 -5288181 L 803436.2 -5287969 L 802740.7 -5286741 L 802963.4 -5286062 L 803093.3 -5285729 L 802740.2 -5285607 L 801630.3 -5285685 L 801446.4 -5285392 L 801417.9 -5285047 L 801273.2 -5283338 L 801045.6 -5283372 L 800795.4 -5282944 L 800872.9 -5282409 L 800778.3 -5282155 L 800954 -5280844 L 801233.5 -5280662 L 801030.7 -5280446 L 801116.3 -5279953 L 801749.7 -5279705 L 801767.9 -5279073 L 801956 -5278773 L 802313.1 -5278875 L 802371.8 -5279239 L 803537.1 -5280126 L 806032.9 -5280150 L 806052.9 -5280150 L 806336.4 -5279943 L 806884.4 -5279549 L 807019.9 -5278954 L 807000.4 -5278649 L 807188.7 -5278508 L 807537.7 -5277791 L 807668.5 -5277415 L 808289.8 -5277124 L 808780.9 -5276173 L 808745.3 -5275812 L 808779.7 -5275265 L 808687.1 -5275004 L 809296.3 -5274662 L 809645.2 -5274607 L 810383.5 -5274036 L 810660.1 -5273878 L 810759.2 -5273763 L 811081.3 -5273166 L 811190.2 -5272835 L 811299 -5272492 L 811545.3 -5272228 L 811220.8 -5270345 L 810675.3 -5269673 L 810670.8 -5269668 L 810669 -5269666 L 810668.9 -5269666 z "
id="path667" />
<path
d="M 796923.8 -5261446 L 796740 -5259741 L 796407.7 -5258992 L 795291.3 -5258419 L 795190.1 -5258409 L 795144.6 -5257101 L 794814.8 -5256327 L 794024.4 -5255812 L 793109 -5254519 L 792355.6 -5253139 L 792539.1 -5252340 L 794838.1 -5253340 L 795465.5 -5253199 L 797192.2 -5253298 L 798623.9 -5253035 L 799917.9 -5253370 L 802444 -5254649 L 803864.9 -5254742 L 805219.1 -5253986 L 805755.1 -5252738 L 806381.4 -5251856 L 806218.7 -5251492 L 806030.3 -5250487 L 805381.7 -5250090 L 804417.5 -5249790 L 803256.7 -5248907 L 803118.5 -5248000 L 802276.1 -5246740 L 801975.9 -5246430 L 801637.6 -5246243 L 800695.9 -5246225 L 799976.6 -5245770 L 799514.7 -5245545 L 799022.3 -5245624 L 798428.9 -5245692 L 798131.1 -5245611 L 797977.3 -5245111 L 798134.3 -5244309 L 798650 -5243492 L 798670.8 -5242523 L 798510 -5241332 L 798631.4 -5240885 L 799091.1 -5240624 L 798399.8 -5239891 L 797960.6 -5239694 L 797693.2 -5239054 L 797095.1 -5238662 L 796752 -5238015 L 796068 -5237717 L 795591.1 -5237133 L 794995.4 -5236716 L 793572.2 -5235144 L 793438.9 -5234186 L 793055.2 -5233942 L 792717.3 -5233245 L 792439.7 -5232962 L 791205.2 -5232558 L 790942.9 -5232122 L 790930.4 -5231993 L 791145.1 -5231632 L 792076.9 -5231495 L 792301.7 -5231287 L 792152.8 -5230991 L 790752 -5229957 L 789245.3 -5228199 L 788667.2 -5227860 L 787814.3 -5226957 L 786711 -5226515 L 786186 -5226157 L 785521.9 -5226167 L 784996.8 -5225808 L 784199.3 -5224860 L 783732.2 -5224686 L 783575.8 -5224211 L 784035.8 -5223184 L 783876.9 -5222733 L 783738.1 -5222592 L 781877.2 -5222330 L 781185.6 -5221853 L 780807.3 -5220283 L 780365.5 -5219856 L 779317.8 -5219369 L 779240.4 -5218568 L 779221.5 -5217748 L 780119.6 -5217456 L 780332.9 -5216864 L 778272.6 -5216272 L 777138.8 -5215110 L 776221 -5213075 L 775431.2 -5211794 L 774746.3 -5211495 L 772672.7 -5211286 L 771136.4 -5210313 L 770236.4 -5210119 L 767979.6 -5208946 L 766968.1 -5208844 L 766184.8 -5208254 L 765853.5 -5208246 L 765357.4 -5208605 L 764624.8 -5208020 L 762870.1 -5205671 L 760991.7 -5203028 L 760969.6 -5202489 L 761446.1 -5201567 L 762906 -5199960 L 763573.3 -5199226 L 763461.2 -5195535 L 763118.3 -5194632 L 762067.6 -5193401 L 761813.1 -5192634 L 761865.1 -5191362 L 761153 -5190319 L 761153.5 -5189808 L 761584.3 -5189085 L 763163.9 -5187863 L 763240.5 -5187105 L 762192.9 -5185338 L 760802.9 -5184176 L 758661.2 -5183628 L 757386 -5181583 L 757054.9 -5181320 L 756918.4 -5181153 L 756031.5 -5180322 L 754684.2 -5179496 L 754717.2 -5179420 L 753013.7 -5178076 L 750154.5 -5176536 L 749656.7 -5175899 L 748699.6 -5174244 L 746033.4 -5171803 L 744176.2 -5169699 L 742288.3 -5167899 L 740625.2 -5166403 L 738199 -5163860 L 737754.4 -5163202 L 737848.5 -5162521 L 739607.6 -5160922 L 739515.5 -5160838 L 739356.9 -5160710 L 739137.3 -5160871 L 736021.9 -5163669 L 735988.8 -5163698 L 735658.8 -5163964 L 735559.3 -5164052 L 732900.5 -5166422 L 732960.6 -5166597 L 733336.9 -5167189 L 734003.2 -5167282 L 733785.9 -5168200 L 733700.1 -5168530 L 733953.8 -5168789 L 735380.6 -5169896 L 735700.4 -5170126 L 736660.9 -5170792 L 736901.2 -5171522 L 734401.4 -5175464 L 735465.5 -5176521 L 736487 -5177136 L 736769.8 -5177416 L 737196 -5177802 L 737467.6 -5177895 L 738510.8 -5178973 L 738769.6 -5179245 L 738805.7 -5179268 L 739275.1 -5179760 L 740380.9 -5180426 L 740600.6 -5180664 L 740935.4 -5180832 L 741270.2 -5181004 L 741569 -5181213 L 742464.4 -5181844 L 742511 -5182215 L 742671.6 -5183318 L 744371.4 -5184689 L 744095.7 -5185384 L 743916.7 -5185666 L 743477.5 -5186168 L 742429.4 -5187719 L 740939.9 -5188718 L 740117.9 -5189950 L 739746.3 -5190020 L 739991.2 -5190423 L 739663.9 -5190637 L 736949.8 -5192157 L 736318.9 -5193140 L 736103.4 -5193077 L 735717.6 -5192996 L 735394.8 -5192772 L 735033.2 -5192793 L 734631.6 -5193745 L 733712.6 -5194319 L 733387.2 -5194504 L 731857.7 -5192999 L 731757.9 -5193352 L 730330.7 -5193615 L 730101.9 -5194138 L 730402 -5194576 L 730498.3 -5195502 L 730619.9 -5195817 L 730446 -5196149 L 729554.8 -5195589 L 728892.1 -5195935 L 728859.6 -5198086 L 728702.7 -5198425 L 728007.7 -5198535 L 726633.8 -5199751 L 726575 -5200839 L 726728.7 -5201174 L 727493.4 -5202323 L 727694.1 -5202603 L 727040.3 -5202842 L 725220.7 -5204059 L 724864 -5203999 L 724535.6 -5204149 L 724753.3 -5204427 L 726244.6 -5205880 L 726038.5 -5206109 L 725854.2 -5206957 L 725690.3 -5207246 L 725356.7 -5207250 L 725362.8 -5207330 L 725324.2 -5207712 L 724175.3 -5207759 L 723828.7 -5207753 L 723503.2 -5208593 L 723049.7 -5208006 L 721987.5 -5207672 L 721218 -5208326 L 721107.3 -5208701 L 721608.4 -5211372 L 721288.9 -5211354 L 720898.5 -5209922 L 719563.5 -5209298 L 718852.5 -5209489 L 718605 -5210215 L 718249.5 -5210282 L 716824.4 -5210504 L 715979.3 -5209895 L 715967.6 -5210200 L 715728.8 -5210656 L 715479.2 -5210479 L 715379.5 -5210850 L 715361.9 -5211234 L 715076.1 -5210997 L 713676.3 -5211315 L 713552.9 -5211972 L 713514.3 -5212347 L 713580.2 -5213828 L 713379.8 -5214555 L 713013.3 -5214645 L 712647.6 -5214512 L 712275.8 -5214395 L 712041.1 -5214085 L 712240.1 -5212946 L 711716 -5211912 L 711436.3 -5211690 L 710066.7 -5211299 L 709667.4 -5210709 L 709370.1 -5210830 L 708516.2 -5211197 L 708264.2 -5211489 L 707871.9 -5212573 L 708471.4 -5213043 L 708536.4 -5213799 L 707650.9 -5214547 L 707526.6 -5215271 L 708242.9 -5215432 L 709417.5 -5214437 L 711050.4 -5215474 L 710886.5 -5215816 L 710511.2 -5217661 L 710363.4 -5218002 L 709826.7 -5218974 L 709832.6 -5219684 L 710383.1 -5220182 L 711110.1 -5220040 L 711287.2 -5220748 L 711381.8 -5221072 L 712141.8 -5221694 L 712338.9 -5222319 L 712387.4 -5222696 L 713166.8 -5224429 L 714013.1 -5225169 L 713671.7 -5225313 L 712886.4 -5226097 L 712953 -5226463 L 712610.3 -5227104 L 712646.7 -5228217 L 712340.5 -5228450 L 711238.1 -5228779 L 710641.6 -5228312 L 710696.1 -5228646 L 710581 -5230306 L 710264.7 -5230446 L 709784.4 -5230815 L 708754.8 -5230869 L 708427.6 -5231137 L 708563.2 -5231475 L 708281.5 -5232097 L 706930.7 -5231592 L 707023.3 -5231937 L 706062.6 -5233377 L 705786.3 -5233456 L 705567.5 -5233916 L 705712.1 -5234232 L 705011.5 -5235384 L 705334.3 -5235621 L 705363.9 -5236002 L 703980.6 -5238259 L 703746.6 -5238560 L 704428.1 -5238921 L 704683.9 -5239213 L 706193.5 -5238603 L 706512.8 -5238485 L 707008.8 -5238673 L 707580.8 -5239529 L 707920.4 -5239588 L 708149.2 -5239977 L 709217.1 -5240170 L 709459.8 -5240456 L 710000.9 -5241416 L 710591 -5241576 L 710961.6 -5241563 L 712106.2 -5242170 L 712434.8 -5242222 L 713337.7 -5242561 L 713645.4 -5242662 L 714347.7 -5242812 L 714684.4 -5242944 L 715210.3 -5243747 L 715250.8 -5244069 L 716048.9 -5244671 L 716754.9 -5244545 L 717174.3 -5245121 L 717450.1 -5245352 L 718404.3 -5244299 L 718939.7 -5244670 L 718450.4 -5245889 L 718479.9 -5246217 L 719038.4 -5246677 L 720373 -5246128 L 720735.6 -5246081 L 721047.4 -5246297 L 720543.3 -5247692 L 720685 -5248044 L 721592.2 -5247819 L 721825.9 -5248026 L 721926.7 -5247708 L 723246.8 -5247535 L 723499.9 -5247319 L 723535 -5247314 L 724677.8 -5246340 L 725013.6 -5246508 L 725315.2 -5246562 L 725402 -5246271 L 725690.7 -5246434 L 725991.8 -5247705 L 726877.8 -5247288 L 727065.8 -5247002 L 728056.5 -5246949 L 728435.7 -5247387 L 729115.1 -5248310 L 729821.7 -5248576 L 730062.5 -5248873 L 730136.1 -5249247 L 730350.4 -5249150 L 730553.5 -5248974 L 731638.6 -5249110 L 732359 -5249922 L 732383.5 -5250289 L 732348.6 -5251192 L 732310.9 -5251493 L 733740.5 -5251458 L 733940 -5250774 L 733901.4 -5250403 L 733946.5 -5250391 L 734575.8 -5250508 L 734981.2 -5250979 L 735171.9 -5251246 L 734460.5 -5251993 L 734149.2 -5252154 L 734532.2 -5252356 L 734135.1 -5252889 L 734973.1 -5254020 L 734907.4 -5254366 L 735562.3 -5254091 L 735867 -5253449 L 737199.3 -5253270 L 737555 -5253306 L 737819.1 -5253733 L 738161.5 -5253596 L 738974 -5254303 L 739049.6 -5254664 L 739563.2 -5255144 L 740262.6 -5255226 L 740265.1 -5255579 L 739969.5 -5255530 L 739400.6 -5255670 L 738868.9 -5255940 L 738825.2 -5256274 L 739344.7 -5256700 L 740024.8 -5256529 L 740579.4 -5256950 L 740926.1 -5256974 L 741140.3 -5258321 L 741445.1 -5258488 L 741578 -5258217 L 741865.1 -5257894 L 742865.6 -5257513 L 743286.7 -5256921 L 743509.8 -5256633 L 744192.7 -5256318 L 744341.4 -5256654 L 743474.8 -5258218 L 743603.5 -5258560 L 744473.5 -5258040 L 744808.9 -5257892 L 745568 -5258350 L 745557.8 -5259003 L 745609.3 -5259339 L 745608.1 -5259992 L 745683.7 -5260309 L 746959 -5260129 L 747308.9 -5260315 L 747623.8 -5260558 L 747353.5 -5260739 L 747127.3 -5260972 L 747786.3 -5262263 L 747919 -5262614 L 748467.7 -5263070 L 748263.7 -5264173 L 748214.1 -5264545 L 748428.7 -5265477 L 748801.3 -5265359 L 749130.7 -5265148 L 749463.2 -5265002 L 749807.1 -5265118 L 750551.5 -5266553 L 750565 -5266895 L 750772.8 -5267187 L 751487.2 -5267164 L 751845 -5267186 L 752967.3 -5267961 L 753271.2 -5268129 L 753790.9 -5267890 L 754080.6 -5267928 L 754679.4 -5267610 L 754940.6 -5267387 L 755427.5 -5268766 L 756477.3 -5269204 L 756753.5 -5268941 L 756901.1 -5269135 L 757198.5 -5268980 L 757813.4 -5268708 L 759917.6 -5268487 L 760253.1 -5268320 L 760486.2 -5268026 L 761191.4 -5265536 L 761501.3 -5265732 L 761477.2 -5266464 L 763032.5 -5267933 L 763270.4 -5268212 L 763736.3 -5267330 L 764628.5 -5266764 L 764979.4 -5266845 L 765520.1 -5267245 L 765726.4 -5267884 L 767237.9 -5266504 L 767381.8 -5266183 L 767706.4 -5266869 L 768464.1 -5266893 L 768839.8 -5266825 L 769030.7 -5267150 L 769532.6 -5268508 L 769121.5 -5269870 L 769149 -5270226 L 769268.8 -5270604 L 768334.9 -5270790 L 769205.3 -5271890 L 769124.6 -5272243 L 770188.8 -5272097 L 770784.6 -5271680 L 771115.2 -5271529 L 771065.6 -5271187 L 771666.6 -5270883 L 772010.4 -5270922 L 772701.9 -5270825 L 773993.6 -5271353 L 774261.5 -5271594 L 774468.5 -5271927 L 774698.4 -5272245 L 775028.9 -5272797 L 775644.6 -5273747 L 775813.5 -5274090 L 775564.3 -5274390 L 774505.3 -5275509 L 774920.6 -5276495 L 775362.5 -5275696 L 777155.6 -5275589 L 777024.9 -5275314 L 776921.9 -5274726 L 778646.3 -5274236 L 779181.9 -5273723 L 779555.7 -5273672 L 779615.5 -5274197 L 779728.1 -5274449 L 779999.9 -5274568 L 781085 -5274220 L 781479.1 -5273570 L 781785.5 -5273344 L 782181.6 -5272734 L 782519.2 -5272594 L 783097.3 -5272346 L 783381.8 -5272208 L 783974.2 -5272152 L 784277.9 -5272102 L 785357.5 -5273554 L 785597.5 -5274633 L 785669.2 -5274997 L 786090.4 -5275130 L 786722.2 -5273832 L 786896.2 -5273515 L 787956.7 -5273402 L 789452.8 -5273664 L 789837.8 -5273661 L 790153.5 -5273635 L 791637.2 -5274387 L 791930.2 -5274570 L 792192.5 -5274323 L 792395.6 -5274026 L 793132.5 -5274034 L 793671.3 -5273579 L 793730 -5273217 L 793991.3 -5272947 L 794466.2 -5271942 L 793879.2 -5271542 L 794914.9 -5270838 L 795233.6 -5270772 L 795943.2 -5270611 L 796168.7 -5270584 L 796432.1 -5270335 L 796750.7 -5270160 L 796930.8 -5269843 L 796817.7 -5268486 L 797210.9 -5267108 L 796919.4 -5267270 L 796728.5 -5266998 L 796408.9 -5267159 L 795797 -5268378 L 795161.7 -5268614 L 794952.8 -5268344 L 794032.9 -5267933 L 794547.3 -5266490 L 794731.3 -5266155 L 794305.7 -5265766 L 794128.9 -5265529 L 795060.6 -5265055 L 795905.4 -5264020 L 796104.5 -5263729 L 796116.1 -5263391 L 796350.9 -5262764 L 796544.8 -5261562 L 796924.1 -5261446 L 796923.8 -5261446 z "
id="path668" />
<path
d="M 636842.3 -5115677 L 636833.5 -5116049 L 636879.4 -5117162 L 637718 -5118395 L 637733.6 -5119122 L 637829.5 -5120185 L 637916.9 -5120530 L 638086.4 -5121023 L 638297 -5121597 L 638850.2 -5122549 L 639019.5 -5124011 L 639012.8 -5124379 L 639015.1 -5124715 L 639423.1 -5125594 L 640040.3 -5126445 L 640155.6 -5126778 L 640515.7 -5129032 L 640605.1 -5129403 L 641212.8 -5130792 L 641962.8 -5132396 L 642088.2 -5132752 L 642015.4 -5134254 L 641986.7 -5134629 L 641856.2 -5135370 L 642404.1 -5137067 L 642743.9 -5137657 L 642935.3 -5137939 L 643088.7 -5138199 L 643544.8 -5138979 L 644543.4 -5140975 L 644633.6 -5142257 L 644693.9 -5142578 L 644761.6 -5143349 L 644790 -5143736 L 644782.3 -5144042 L 644782.1 -5144962 L 644855.6 -5145409 L 644968 -5145723 L 646318.6 -5147307 L 646461 -5147625 L 646466.5 -5149286 L 646419.7 -5149619 L 646416.8 -5149759 L 647380.5 -5151761 L 647462.9 -5152032 L 647516.2 -5152310 L 647663.9 -5152948 L 647799.3 -5153246 L 647885.5 -5153346 L 648841.6 -5153496 L 648867 -5152827 L 649294 -5152399 L 650044.9 -5152650 L 650591.2 -5153501 L 651369.1 -5153645 L 653390.5 -5153087 L 653710.9 -5153248 L 653875.2 -5152352 L 654019.1 -5152076 L 656872.5 -5150575 L 657173.6 -5150364 L 658125.8 -5150555 L 658451.1 -5150569 L 660244.2 -5151970 L 661606.2 -5151450 L 662830.4 -5152368 L 663209.9 -5152437 L 663737.2 -5153234 L 665522.8 -5152854 L 665603.3 -5154307 L 666840.9 -5153489 L 668347.3 -5153291 L 668536.2 -5152961 L 668296.7 -5152706 L 669028.4 -5151566 L 668831.5 -5150900 L 669332.6 -5150401 L 669534.8 -5149320 L 669528.4 -5148942 L 670261.2 -5148932 L 670954.2 -5148098 L 671188.2 -5147816 L 671764.1 -5148129 L 672085.3 -5148019 L 672743.3 -5147205 L 673776.3 -5147051 L 674090.5 -5146879 L 676929.6 -5146762 L 677843.8 -5144811 L 676935.2 -5144190 L 677162.6 -5143353 L 676851.1 -5143231 L 676200.4 -5143225 L 676935.8 -5142706 L 678887 -5141593 L 679966.3 -5141593 L 681179.8 -5140627 L 681461 -5140447 L 681715 -5140160 L 682310.3 -5139766 L 682109.8 -5139470 L 681354.2 -5138709 L 681241.7 -5138366 L 682269 -5137469 L 682224.6 -5137109 L 682148.2 -5136761 L 682067.8 -5136415 L 684371.9 -5134695 L 684303.5 -5134324 L 684553.4 -5132819 L 684541 -5132429 L 684544.9 -5132329 L 684755.6 -5131796 L 685038.9 -5131715 L 685443.9 -5135479 L 685936 -5136036 L 686988.2 -5132817 L 687092 -5132449 L 688417 -5132811 L 688896.1 -5133323 L 689222.6 -5133453 L 689730.5 -5132690 L 690029.8 -5132572 L 689947.4 -5132213 L 689428.8 -5130092 L 688857.8 -5129772 L 688801.3 -5128249 L 689884.7 -5127214 L 690203.9 -5127003 L 692061.6 -5127394 L 692287.1 -5127625 L 692680.1 -5127112 L 692982.4 -5126997 L 695119.6 -5127572 L 696622.1 -5129246 L 696774.6 -5129591 L 696991.6 -5130286 L 698371.5 -5130384 L 698731.9 -5130316 L 699532.6 -5130942 L 700011.5 -5132239 L 700220 -5132450 L 700076.1 -5132708 L 700575.2 -5134162 L 702271.3 -5134974 L 702441.9 -5135324 L 703083.5 -5136053 L 703343.3 -5135450 L 703400 -5135107 L 703086.5 -5134050 L 704875.9 -5134013 L 705800.6 -5133437 L 706047.7 -5133162 L 706163.3 -5132616 L 708482.3 -5132380 L 708874.3 -5130862 L 708693.5 -5129309 L 709187.3 -5127415 L 709477.4 -5127148 L 709818 -5127299 L 710120.6 -5127514 L 712258.1 -5127966 L 712597.7 -5128109 L 716280.6 -5127715 L 716646.1 -5127647 L 716950.5 -5127562 L 717265.9 -5127542 L 719146.8 -5127609 L 719904.8 -5128423 L 720434.6 -5128380 L 720562.4 -5128025 L 722245.1 -5130157 L 722437.8 -5130499 L 723571.3 -5130246 L 724054.1 -5131249 L 724219.3 -5133087 L 724739.6 -5133605 L 725634.6 -5133194 L 725961.1 -5133150 L 726139.7 -5133484 L 728382.8 -5137804 L 729023.3 -5139201 L 731220.6 -5140770 L 732527.2 -5142167 L 734105.7 -5144819 L 734677.4 -5145520 L 735530.3 -5145223 L 735693.3 -5144850 L 738469.3 -5143416 L 739762.6 -5142497 L 741071.3 -5141172 L 741962.6 -5139895 L 742443.9 -5138958 L 742118.2 -5137878 L 740930.3 -5135969 L 739800.5 -5134246 L 739639.6 -5132543 L 738899 -5131523 L 738524.7 -5131179 L 738545.7 -5129954 L 739510.6 -5128235 L 739576.7 -5127577 L 739192.4 -5127079 L 737275.1 -5126324 L 737014.5 -5126375 L 735094.5 -5125901 L 733997.1 -5124871 L 732633.2 -5125221 L 730888 -5124279 L 730256 -5123193 L 729201.3 -5122755 L 729019.4 -5122277 L 728157.2 -5120938 L 728342.1 -5120369 L 728833.1 -5120060 L 730012.8 -5120031 L 729881.2 -5118530 L 728688.4 -5115394 L 728414.6 -5114946 L 728380.6 -5113947 L 727798.3 -5113525 L 727547.7 -5113324 L 726335.6 -5113087 L 725640.5 -5112988 L 725046.9 -5113304 L 724029.4 -5112321 L 723270 -5111985 L 722979.4 -5111880 L 722490.7 -5110828 L 723082.3 -5109474 L 722869.9 -5108344 L 721042 -5108097 L 720242.9 -5108194 L 719981.8 -5108465 L 718806.4 -5109907 L 718132.7 -5110228 L 717453.4 -5109900 L 717578.2 -5108454 L 716839.9 -5107061 L 716789.5 -5106686 L 716636.9 -5105194 L 716870 -5104981 L 717090.9 -5104481 L 716619.1 -5103300 L 716707.9 -5103005 L 716842.3 -5102099 L 716944.1 -5101762 L 717106.7 -5101091 L 716609.2 -5100177 L 716722.1 -5099874 L 717031.1 -5099349 L 716964.7 -5099025 L 717060.6 -5097709 L 717249.2 -5096967 L 718990.2 -5095405 L 718994.9 -5095020 L 718934.1 -5094256 L 719129.4 -5093217 L 718707.7 -5091888 L 718439.1 -5091656 L 718783.5 -5091568 L 718322.3 -5090981 L 718281.6 -5090250 L 718855.2 -5088904 L 718658 -5087796 L 718559.6 -5087426 L 717894.5 -5084824 L 717366.2 -5082964 L 717211.7 -5082652 L 716925.2 -5081299 L 716871.8 -5080936 L 716578.3 -5079506 L 715910.8 -5078753 L 715797.3 -5078398 L 715828.3 -5075860 L 715805 -5075491 L 715641.6 -5074032 L 715549.2 -5073715 L 715803 -5073107 L 715782.7 -5072715 L 715580.5 -5071570 L 715949.8 -5070082 L 715712.3 -5069819 L 715418.9 -5069771 L 714884.1 -5069556 L 715016 -5069198 L 715345.3 -5067777 L 714473.7 -5067057 L 713750.8 -5065734 L 713030.8 -5065650 L 712014.8 -5066046 L 711739.4 -5065938 L 711396.9 -5065804 L 709623.8 -5065941 L 709580.5 -5065600 L 709911.2 -5064639 L 710121.2 -5064307 L 710411 -5063577 L 710242.2 -5062821 L 708618 -5061133 L 708528.3 -5060372 L 708839.2 -5059655 L 708976.2 -5059307 L 708879.6 -5058581 L 708639.1 -5058290 L 708000.1 -5057894 L 706171.8 -5057678 L 705855.7 -5056637 L 705719.3 -5056337 L 705099.4 -5056124 L 704959.8 -5055494 L 704901.5 -5055119 L 704282.6 -5054760 L 703990.4 -5055002 L 703820.4 -5055341 L 703257.4 -5056327 L 702402.2 -5057495 L 702148.2 -5059313 L 700547 -5060296 L 700305.9 -5060589 L 700336.2 -5060955 L 699378.5 -5061496 L 699049.2 -5061600 L 698444.3 -5061300 L 698164.1 -5061502 L 698022.6 -5062426 L 697774.5 -5062719 L 697741.5 -5064200 L 698458.2 -5064088 L 699215.2 -5062806 L 699866.2 -5063124 L 699789.6 -5063862 L 698175.4 -5064789 L 698105.9 -5065523 L 697843.7 -5065759 L 697539.5 -5065938 L 696111 -5066099 L 695888 -5066411 L 695296.3 -5067819 L 695035.2 -5068055 L 693744.6 -5069236 L 693460.4 -5069473 L 692613 -5070189 L 690692.8 -5072908 L 689901.4 -5073542 L 689630.2 -5073751 L 689412.2 -5074071 L 688984.2 -5074716 L 688712.1 -5074970 L 687650.7 -5076015 L 687612 -5077856 L 688644.4 -5078186 L 688594.6 -5078561 L 688432.6 -5078837 L 688160.5 -5079124 L 687180.9 -5079779 L 687033.3 -5080542 L 686887.4 -5080855 L 686077 -5081494 L 684228.8 -5082582 L 683988.7 -5082849 L 683731.7 -5083139 L 682153.9 -5084252 L 681073.6 -5083967 L 680913.3 -5083739 L 680676.7 -5083236 L 680608.3 -5082874 L 680315.5 -5082196 L 679064.7 -5081433 L 678194 -5080281 L 677397.8 -5076880 L 677378.5 -5076486 L 677248.1 -5076131 L 676455.8 -5075325 L 675612.9 -5073676 L 675324.5 -5073483 L 674752.7 -5073088 L 674448.2 -5072901 L 673575 -5072283 L 673274.5 -5072032 L 672367.2 -5071300 L 670482.6 -5071533 L 670121.2 -5071492 L 669533.9 -5071849 L 669452.3 -5072570 L 669254.4 -5072915 L 668619.5 -5073920 L 668276.3 -5074086 L 667095.8 -5074969 L 666030.9 -5075090 L 665667.7 -5075238 L 664226.8 -5075823 L 663554 -5075562 L 663653.4 -5074478 L 663309 -5074348 L 662653.5 -5075975 L 662324.2 -5075882 L 661996.9 -5075785 L 661607.6 -5075770 L 659329.5 -5075501 L 659023.4 -5075677 L 658324.8 -5075684 L 657752.1 -5075284 L 656427.9 -5075113 L 656119.5 -5074936 L 655779.2 -5074885 L 654903.8 -5075405 L 654576.4 -5075288 L 654266.1 -5075129 L 653294.2 -5074887 L 652515.7 -5075039 L 652243.6 -5075215 L 651046.6 -5075154 L 650681.4 -5075216 L 648961.7 -5074575 L 648485.7 -5075154 L 648525.1 -5077392 L 648621.4 -5077755 L 648432.5 -5078074 L 648187 -5079153 L 646960.9 -5080476 L 647005.1 -5080809 L 647573.5 -5082325 L 647212.3 -5082362 L 645603.4 -5082930 L 645547.6 -5083310 L 645316.4 -5084831 L 645055.2 -5084770 L 644657.7 -5084411 L 644643.9 -5084770 L 644524.3 -5085473 L 643150.5 -5085888 L 642826.6 -5086512 L 642468.2 -5086359 L 639460 -5084595 L 639372 -5084785 L 639853.2 -5086095 L 639762.7 -5087043 L 639599.8 -5087316 L 638137.9 -5087588 L 637970 -5087907 L 637251.3 -5089154 L 636563.8 -5089190 L 635949.1 -5088807 L 635613.8 -5088758 L 634651.3 -5089047 L 634297.1 -5089089 L 633669.9 -5089399 L 633521.5 -5090463 L 634639.9 -5091541 L 634902.3 -5091829 L 635029.5 -5092062 L 635184.8 -5092394 L 635351.4 -5093104 L 634906.7 -5095600 L 634808.1 -5096311 L 634844.2 -5096420 L 634828.5 -5096800 L 634414.2 -5098249 L 634587.8 -5098990 L 634604.2 -5099613 L 634511.3 -5099910 L 634014.8 -5101259 L 635280.6 -5102517 L 635488 -5102815 L 635679.6 -5103514 L 635618.8 -5103847 L 635227.2 -5104784 L 634705.1 -5105155 L 634560.7 -5106144 L 635248.7 -5106928 L 635478.1 -5107198 L 635660.4 -5107412 L 636000 -5107863 L 636325.9 -5108775 L 636356.2 -5109105 L 637271.8 -5110312 L 637515.2 -5110604 L 637941 -5111226 L 638148.4 -5111539 L 638616.2 -5113469 L 638411.3 -5113803 L 637764.1 -5114245 L 637176 -5114760 L 637017.1 -5115120 L 636842.4 -5115676 L 636842.3 -5115677 z "
id="path669" />
<path
d="M 794859.6 -5077078 L 794678.2 -5077074 L 793482.6 -5076105 L 791628.2 -5075669 L 790562.3 -5074049 L 790406.2 -5073289 L 788307.1 -5070592 L 787964.5 -5070756 L 786546.9 -5071098 L 787169.9 -5072826 L 786206.1 -5073955 L 786344.1 -5074672 L 786401.4 -5075804 L 785276.1 -5076805 L 783822.3 -5078976 L 783479.6 -5078905 L 782084.7 -5078886 L 781769.9 -5078712 L 779363.6 -5078205 L 779182 -5077896 L 778835.4 -5078022 L 778030.6 -5078763 L 777397 -5080412 L 776717.9 -5080625 L 776452.1 -5080369 L 776167.8 -5080632 L 775403.2 -5081504 L 774626.2 -5084044 L 773878.1 -5085400 L 776039.5 -5085601 L 776413.3 -5085608 L 776428.8 -5087033 L 776709.6 -5087281 L 776532.6 -5087597 L 776262.4 -5087865 L 775602.5 -5088239 L 775375.8 -5088946 L 773513.5 -5089279 L 772177.5 -5089902 L 771766.3 -5090542 L 771535.6 -5090219 L 770634.1 -5088492 L 768847.9 -5087651 L 767958 -5085454 L 767313.4 -5085036 L 767607.3 -5084390 L 767032.4 -5083534 L 766949.9 -5083185 L 767159 -5082908 L 767309.7 -5082269 L 766945.4 -5081690 L 766062.5 -5080422 L 765549.8 -5078568 L 765212 -5078376 L 764835.7 -5077746 L 763387.1 -5076679 L 763205.5 -5076358 L 760954.6 -5074377 L 761679.7 -5074176 L 761720.7 -5073088 L 761579.1 -5072733 L 761336.4 -5072473 L 759880.4 -5070907 L 760131.6 -5070673 L 760183.1 -5070060 L 760182.1 -5070040 L 759825.9 -5069409 L 759687.3 -5069056 L 758734.1 -5066229 L 756989.8 -5065868 L 756640.1 -5065690 L 754876.4 -5064875 L 753336 -5065012 L 753150.4 -5064667 L 752022.6 -5064790 L 750944.6 -5064468 L 751003.6 -5066709 L 750729.3 -5066837 L 750455 -5066969 L 749623 -5067346 L 749524.2 -5066625 L 748576.3 -5066154 L 748285.2 -5065488 L 747979.9 -5065683 L 747833.1 -5068510 L 747901.5 -5068851 L 748061.7 -5069878 L 747071.1 -5069941 L 746862 -5070210 L 746660.8 -5071470 L 746315.2 -5071453 L 745674.4 -5071693 L 745678 -5072382 L 745292.4 -5072446 L 743426.8 -5072916 L 743217.9 -5072229 L 742585.5 -5071807 L 740735.7 -5073043 L 740678.3 -5072683 L 740804.3 -5070153 L 740399.3 -5069712 L 740365.5 -5070053 L 740278.9 -5070733 L 739900.5 -5070840 L 738799.5 -5070465 L 737058.6 -5071312 L 736101.2 -5070173 L 735763.8 -5070340 L 733353.1 -5071340 L 732296.2 -5070964 L 732235.4 -5071323 L 732466.6 -5072383 L 732267.6 -5072689 L 731942.2 -5072820 L 730671.7 -5073236 L 730582.8 -5073591 L 731245.8 -5074867 L 731065.7 -5076307 L 730715.2 -5076253 L 729323 -5076101 L 729262.2 -5076444 L 729617.1 -5078093 L 729230.5 -5078005 L 728474.2 -5077802 L 727382 -5078216 L 727327.6 -5077847 L 726564.9 -5077128 L 725856.8 -5076987 L 725678.8 -5077326 L 725107.4 -5077822 L 724984.5 -5079345 L 723476.4 -5079375 L 723205.5 -5079929 L 722929.3 -5080194 L 722568.2 -5080754 L 722760 -5081422 L 722678.6 -5083467 L 722626.8 -5083862 L 721819.7 -5087357 L 721715.1 -5087952 L 721423.9 -5089337 L 721661.5 -5089602 L 721575.7 -5089967 L 721320.3 -5091064 L 719629.9 -5091015 L 718783.2 -5091569 L 718438.8 -5091657 L 718707.4 -5091889 L 719129.1 -5093218 L 718933.8 -5094257 L 718994.6 -5095021 L 718989.9 -5095405 L 717248.9 -5096968 L 717060.3 -5097710 L 716964.4 -5099026 L 717030.8 -5099350 L 716721.8 -5099875 L 716608.9 -5100177 L 717106.4 -5101092 L 716943.8 -5101762 L 716842 -5102099 L 716707.6 -5103005 L 716618.8 -5103301 L 717090.6 -5104481 L 716869.7 -5104981 L 716636.6 -5105194 L 716789.2 -5106687 L 716839.6 -5107062 L 717577.9 -5108455 L 717453.1 -5109900 L 718132.4 -5110229 L 718806.1 -5109907 L 719981.5 -5108465 L 720242.6 -5108195 L 721041.7 -5108098 L 722869.6 -5108344 L 723082 -5109475 L 722490.4 -5110829 L 722979.1 -5111880 L 723269.7 -5111985 L 724029.1 -5112322 L 725046.6 -5113305 L 725640.2 -5112988 L 726335.3 -5113088 L 727547.4 -5113325 L 727798 -5113526 L 728380.3 -5113947 L 728414.3 -5114947 L 728688.1 -5115394 L 729219.4 -5115192 L 731999.9 -5115240 L 733371.4 -5114815 L 734112.7 -5114812 L 734866.1 -5115961 L 735462.9 -5116635 L 736950.7 -5116324 L 738332.1 -5116309 L 741072.5 -5115995 L 742334.5 -5117169 L 744897 -5118371 L 746443.3 -5120591 L 748366 -5122758 L 751641.7 -5124237 L 752461.3 -5124728 L 753283.9 -5125463 L 753659.6 -5126280 L 754013 -5127407 L 753842.8 -5128523 L 753501.1 -5128616 L 753022.5 -5129309 L 752170.2 -5128637 L 751135.8 -5127996 L 750346.3 -5128223 L 749316.9 -5129391 L 749807.4 -5129879 L 749838.5 -5130126 L 749478.9 -5131353 L 748907 -5132500 L 748924.8 -5132530 L 749387.8 -5133777 L 750032.4 -5134479 L 750092.2 -5134685 L 750470.1 -5135979 L 751579.9 -5137647 L 752015 -5138917 L 753243.5 -5140126 L 754744 -5140965 L 756333 -5141158 L 757088.1 -5141002 L 757519.9 -5140508 L 758219 -5138865 L 759136.8 -5138357 L 759433.8 -5138192 L 759522.2 -5138073 L 760420.3 -5138079 L 760542.8 -5138071 L 761351.6 -5139174 L 761894.9 -5139355 L 762267.8 -5140220 L 763496.9 -5140433 L 763990.3 -5140608 L 764949.8 -5140960 L 766559.3 -5141962 L 766734.6 -5142195 L 767092.6 -5142500 L 767458.5 -5144150 L 768054.5 -5144687 L 769501 -5145473 L 770640.3 -5145304 L 771567.3 -5144961 L 771602 -5145002 L 773219.5 -5145022 L 777425 -5146002 L 777981.8 -5146132 L 778144.3 -5146152 L 779065.7 -5146265 L 781450.6 -5146143 L 781487.2 -5146148 L 782313.1 -5146259 L 785000.5 -5146621 L 787213.6 -5146176 L 788340.6 -5146204 L 788459.2 -5146222 L 790444.1 -5145562 L 791074.1 -5145331 L 792153 -5145514 L 792818.9 -5145302 L 792841 -5144980 L 792632.4 -5144464 L 792627.4 -5144222 L 792830.1 -5143822 L 792917.1 -5143573 L 792944.8 -5143346 L 792718 -5143034 L 792472.2 -5142769 L 792096.8 -5142076 L 791113.4 -5141885 L 790936.1 -5141755 L 789513.2 -5141541 L 789270.6 -5141158 L 789438.2 -5140511 L 790446.6 -5139384 L 791416.1 -5138894 L 791581.5 -5138016 L 792169.1 -5137512 L 792824.7 -5137348 L 793564.5 -5136604 L 794015 -5136445 L 794507 -5135370 L 796190.7 -5134644 L 796624.4 -5133895 L 796217 -5131092 L 795170.7 -5129299 L 794144.2 -5128327 L 793662.1 -5126769 L 793240.2 -5125883 L 793135.3 -5124389 L 793536.9 -5122179 L 793244 -5121536 L 792020 -5120236 L 791502.1 -5119034 L 791632.2 -5117743 L 792060.4 -5117300 L 793566.8 -5116556 L 796677.2 -5116894 L 797636.8 -5116761 L 800186 -5116326 L 800619.2 -5115833 L 800657.7 -5115197 L 800516.9 -5114057 L 800257 -5113085 L 800553.8 -5112169 L 799484.8 -5110092 L 799414.8 -5109011 L 799734.5 -5108122 L 800521.8 -5107920 L 801174.8 -5108037 L 802967.6 -5110544 L 803569.8 -5110656 L 804224.1 -5109238 L 804913.5 -5108759 L 805736.1 -5108188 L 806446.1 -5106725 L 807877.5 -5105206 L 808400 -5104082 L 809735 -5103014 L 811139.4 -5100495 L 810148.2 -5099168 L 810297.8 -5098697 L 810921 -5098350 L 812343.8 -5098186 L 812966.9 -5097839 L 813218.3 -5096866 L 812879.9 -5095656 L 812876.8 -5094967 L 812875.6 -5094683 L 812559.6 -5094012 L 811201.1 -5092520 L 811211.3 -5092419 L 810910.8 -5091339 L 811015.5 -5090046 L 810730.1 -5089071 L 809874.8 -5088422 L 808639.4 -5088247 L 807247.4 -5087596 L 806587 -5087043 L 805450.4 -5086648 L 804780.2 -5085685 L 803448.8 -5085194 L 801938 -5084199 L 800728.2 -5083770 L 800298 -5083216 L 800399.2 -5083226 L 799987.1 -5082238 L 799055.6 -5082094 L 797353.9 -5082741 L 796232.4 -5082706 L 795288.4 -5082176 L 794871.4 -5080983 L 795114.9 -5080342 L 794859.1 -5077078 L 794859.6 -5077078 z "
id="path670" />
<path
d="M 794859.6 -5077078 L 794745.6 -5075625 L 794989.5 -5073961 L 795671 -5073031 L 796072.1 -5070564 L 797141.1 -5069086 L 798580 -5067491 L 800327.6 -5066130 L 800317.4 -5066232 L 802049.4 -5066047 L 802725.3 -5066192 L 803145.7 -5065825 L 804207.7 -5063399 L 804914.4 -5062983 L 806296.8 -5063224 L 806960.1 -5063495 L 808254.1 -5063343 L 809647.1 -5062715 L 811523.2 -5063134 L 811571.5 -5062652 L 811381.9 -5061994 L 809693.5 -5060980 L 809678.4 -5060876 L 809377.5 -5059798 L 809570.9 -5057617 L 809540.8 -5056897 L 810633.2 -5054423 L 810385.8 -5052556 L 810520.4 -5051470 L 811118.4 -5050352 L 812027.7 -5049957 L 812455.9 -5049258 L 813008.6 -5047573 L 814082.5 -5046811 L 815908.4 -5046712 L 815918.6 -5046610 L 816627.7 -5046426 L 816701.3 -5045947 L 816309.1 -5045268 L 816453.6 -5044591 L 816955.1 -5044182 L 818900 -5044427 L 819943.6 -5043969 L 820587.4 -5042396 L 822128 -5040297 L 823237.4 -5039437 L 824724.4 -5038894 L 824739.6 -5038743 L 825889.8 -5037988 L 826832 -5037775 L 827171.7 -5036939 L 827068.1 -5036186 L 826966.8 -5036176 L 825432.7 -5033874 L 825276.2 -5032118 L 824944.5 -5031598 L 824164.5 -5031469 L 823797.4 -5031049 L 823473.7 -5029430 L 822108.7 -5028500 L 821972.2 -5027310 L 822676.5 -5026407 L 822816.1 -5025270 L 824039.8 -5023268 L 823705.9 -5021751 L 823906.2 -5020773 L 823435.2 -5019856 L 822128.4 -5019367 L 821505.5 -5018179 L 820652.1 -5017761 L 819849.4 -5016325 L 819421.4 -5016001 L 817671.1 -5016620 L 816245.4 -5015786 L 814427 -5015554 L 813804 -5015644 L 812269.2 -5014622 L 811134.6 -5014202 L 810524.4 -5013654 L 810385.2 -5012745 L 809661 -5011803 L 809762.2 -5011813 L 809526.7 -5010842 L 809020.3 -5010280 L 807440 -5009714 L 805439.3 -5009258 L 804968.4 -5008597 L 804849.2 -5007741 L 805241.9 -5006885 L 804887.4 -5006337 L 803892 -5006059 L 802922.1 -5005527 L 801830.6 -5005444 L 800161.7 -5006020 L 798925.8 -5007125 L 795390.7 -5007694 L 794843.6 -5007536 L 794000.4 -5005995 L 793276.1 -5005564 L 792412.6 -5005504 L 791219.9 -5006178 L 789969 -5005900 L 788763.5 -5005422 L 787082.1 -5003310 L 784746.5 -5002427 L 784732.7 -5002441 L 783650.4 -5003406 L 781804 -5003127 L 780729.4 -5003513 L 780508.8 -5003224 L 779781 -5002439 L 779614.2 -5001707 L 777974.7 -5000768 L 777208.3 -5000683 L 775596.3 -5001717 L 775401.8 -5001374 L 773541.8 -4999937 L 774076 -4997330 L 774013.9 -4995796 L 773625.2 -4995761 L 771358.2 -4995232 L 769869.5 -4996350 L 768734.5 -4996102 L 767600.9 -4996392 L 766882.6 -4996109 L 764323.1 -4996911 L 765032 -4998290 L 763989.9 -5000775 L 761665.5 -5002669 L 761574.1 -5002296 L 760362.7 -5001389 L 758513.6 -5000947 L 757190 -5001592 L 755851.8 -5002863 L 756041.5 -5003606 L 756109.1 -5004352 L 755260.3 -5005155 L 754518.3 -5005231 L 752752.3 -5004486 L 751568.5 -5006001 L 749423.9 -5006828 L 748530.9 -5005600 L 748193.4 -5005478 L 747925.9 -5005240 L 746544.1 -5005568 L 746778.6 -5005877 L 746701.9 -5006624 L 747745.6 -5008646 L 747821.2 -5009384 L 747531.7 -5010923 L 745966.2 -5012050 L 745935.8 -5013188 L 745036 -5013945 L 744860.5 -5015103 L 744732.5 -5015473 L 745796.3 -5017463 L 745233.1 -5018444 L 745046 -5020338 L 745821.7 -5021201 L 745715.8 -5021574 L 746606.4 -5022149 L 746953.6 -5023127 L 748649.5 -5023807 L 749020.1 -5023837 L 749027 -5025216 L 749216.5 -5025526 L 749471.4 -5026264 L 749676.7 -5027678 L 749347.3 -5027849 L 748244.7 -5027951 L 747705.2 -5028410 L 748098.8 -5028427 L 749255.2 -5029414 L 747980.3 -5032264 L 745592.2 -5034302 L 744254.9 -5036667 L 743550.1 -5037000 L 742101.6 -5036431 L 741809.1 -5036272 L 741479.6 -5036226 L 741470.9 -5036608 L 741418.4 -5037366 L 741077 -5037540 L 740732.4 -5037421 L 740005.3 -5037414 L 739282.3 -5037474 L 738305.6 -5037068 L 737912.8 -5036726 L 737586.5 -5036905 L 734602.4 -5038411 L 734731.8 -5038679 L 734862.2 -5038947 L 734639.1 -5039267 L 734624.9 -5040400 L 733135.1 -5040816 L 732246.8 -5042069 L 731573.2 -5042442 L 727319.3 -5040639 L 727284.2 -5040620 L 727444.2 -5040268 L 728102.4 -5039366 L 727821.5 -5037078 L 727274.1 -5036071 L 726608 -5035688 L 726650.9 -5035432 L 726614.6 -5033473 L 727245.3 -5033250 L 727901.5 -5033693 L 728144.5 -5033271 L 727277.3 -5031485 L 726002.2 -5030739 L 725727.9 -5030867 L 725396.4 -5032316 L 721242.3 -5034147 L 721192.2 -5034144 L 720808.8 -5034229 L 719351.3 -5034653 L 718128.7 -5036018 L 717029.6 -5036318 L 715544.6 -5036056 L 715345.2 -5035732 L 715112.8 -5035564 L 714755.4 -5035568 L 713720.3 -5035809 L 713640.4 -5036172 L 713052.5 -5037470 L 713320.2 -5039605 L 713093.1 -5039899 L 711964.4 -5040842 L 711921.5 -5041169 L 711459.8 -5042390 L 711300.8 -5042730 L 710374.9 -5044597 L 710165.7 -5044725 L 709947.5 -5044836 L 709594.2 -5045029 L 709658.5 -5045370 L 709560.6 -5045703 L 708458.5 -5046011 L 708031.7 -5047007 L 708115 -5047384 L 708391.2 -5047192 L 708726.6 -5047174 L 708089.5 -5048109 L 708224.9 -5048423 L 707908.7 -5048624 L 707878.1 -5049363 L 705929 -5051040 L 705828.3 -5051693 L 705353 -5052145 L 705161 -5052416 L 704052.8 -5053906 L 703912.1 -5054637 L 703990.5 -5055004 L 704282.7 -5054762 L 704901.6 -5055120 L 704959.9 -5055496 L 705099.5 -5056126 L 705719.4 -5056339 L 705855.8 -5056638 L 706171.9 -5057680 L 708000.2 -5057896 L 708639.2 -5058292 L 708879.7 -5058582 L 708976.3 -5059309 L 708839.3 -5059657 L 708528.4 -5060374 L 708618.1 -5061135 L 710242.3 -5062823 L 710411.1 -5063579 L 710121.3 -5064309 L 709911.3 -5064641 L 709580.6 -5065602 L 709623.9 -5065942 L 711397 -5065806 L 711739.5 -5065940 L 712014.9 -5066048 L 713030.9 -5065652 L 713750.9 -5065736 L 714473.8 -5067059 L 715345.4 -5067778 L 715016.1 -5069200 L 714884.2 -5069558 L 715419 -5069773 L 715712.4 -5069820 L 715949.9 -5070084 L 715580.6 -5071572 L 715782.8 -5072717 L 715803.1 -5073108 L 715549.3 -5073717 L 715641.7 -5074034 L 715805.1 -5075493 L 715828.4 -5075861 L 715797.4 -5078400 L 715910.9 -5078754 L 716578.4 -5079508 L 716871.9 -5080938 L 716925.3 -5081300 L 717211.8 -5082654 L 717366.3 -5082966 L 717894.6 -5084826 L 718559.7 -5087427 L 718658.1 -5087797 L 718855.3 -5088906 L 718281.7 -5090252 L 718322.4 -5090983 L 718783.6 -5091570 L 719630.3 -5091016 L 721320.7 -5091065 L 721576.1 -5089968 L 721661.9 -5089603 L 721424.3 -5089338 L 721715.5 -5087953 L 721820.1 -5087358 L 722627.2 -5083863 L 722679 -5083468 L 722760.4 -5081423 L 722568.6 -5080755 L 722929.7 -5080195 L 723205.9 -5079930 L 723476.8 -5079376 L 724984.9 -5079346 L 725107.8 -5077823 L 725679.2 -5077327 L 725857.2 -5076988 L 726565.3 -5077129 L 727328 -5077848 L 727382.4 -5078217 L 728474.6 -5077803 L 729230.9 -5078006 L 729617.5 -5078094 L 729262.6 -5076445 L 729323.4 -5076102 L 730715.6 -5076255 L 731066.1 -5076308 L 731246.2 -5074868 L 730583.2 -5073592 L 730672.1 -5073237 L 731942.6 -5072821 L 732268 -5072690 L 732467 -5072385 L 732235.8 -5071324 L 732296.6 -5070965 L 733353.5 -5071342 L 735764.2 -5070341 L 736101.6 -5070174 L 737059 -5071313 L 738799.9 -5070466 L 739900.9 -5070841 L 740279.3 -5070734 L 740365.9 -5070054 L 740399.7 -5069713 L 740804.7 -5070154 L 740678.7 -5072684 L 740736.1 -5073044 L 742585.9 -5071808 L 743218.3 -5072230 L 743427.2 -5072917 L 745292.8 -5072447 L 745678.4 -5072383 L 745674.8 -5071694 L 746315.6 -5071454 L 746661.2 -5071471 L 746862.4 -5070211 L 747071.5 -5069942 L 748062.1 -5069879 L 747901.9 -5068852 L 747833.5 -5068512 L 747980.3 -5065684 L 748285.6 -5065489 L 748576.7 -5066155 L 749524.6 -5066626 L 749623.4 -5067347 L 750455.4 -5066970 L 750729.7 -5066838 L 751004 -5066710 L 750945 -5064469 L 752023 -5064791 L 753150.8 -5064668 L 753336.4 -5065013 L 754876.8 -5064877 L 756640.5 -5065691 L 756990.2 -5065869 L 758734.5 -5066230 L 759687.7 -5069057 L 759826.3 -5069410 L 760182.5 -5070041 L 760183.5 -5070061 L 760132 -5070674 L 759880.8 -5070909 L 761336.8 -5072474 L 761579.5 -5072734 L 761721.1 -5073089 L 761680.1 -5074177 L 760955 -5074378 L 763205.9 -5076359 L 763387.5 -5076680 L 764836.1 -5077747 L 765212.4 -5078377 L 765550.2 -5078569 L 766062.9 -5080423 L 766945.8 -5081691 L 767310.1 -5082270 L 767159.4 -5082910 L 766950.3 -5083186 L 767032.8 -5083535 L 767607.7 -5084391 L 767313.8 -5085037 L 767958.4 -5085455 L 768848.3 -5087652 L 770634.5 -5088493 L 771536 -5090220 L 771766.7 -5090543 L 772177.9 -5089903 L 773513.9 -5089280 L 775376.2 -5088948 L 775602.9 -5088240 L 776262.8 -5087866 L 776533 -5087598 L 776710 -5087282 L 776429.2 -5087034 L 776413.7 -5085609 L 776039.9 -5085602 L 773878.5 -5085401 L 774626.6 -5084045 L 775403.6 -5081505 L 776168.2 -5080633 L 776452.5 -5080370 L 776718.3 -5080626 L 777397.4 -5080413 L 778031 -5078764 L 778835.8 -5078023 L 779182.4 -5077897 L 779364 -5078206 L 781770.3 -5078713 L 782085.1 -5078887 L 783480 -5078906 L 783822.7 -5078977 L 785276.5 -5076807 L 786401.8 -5075806 L 786344.5 -5074673 L 786206.5 -5073956 L 787170.3 -5072827 L 786547.3 -5071099 L 787964.9 -5070757 L 788307.5 -5070593 L 790406.6 -5073290 L 790562.7 -5074051 L 791628.6 -5075670 L 793483 -5076106 L 794678.6 -5077075 L 794860 -5077079 L 794859.6 -5077078 z "
id="path671" />
<path
d="M 721378 -4954836 L 722129.8 -4955669 L 722661.7 -4957536 L 723446.7 -4958874 L 723167.8 -4960395 L 723198.9 -4960784 L 724314.9 -4960454 L 724885.3 -4959936 L 726429.9 -4959933 L 727485.9 -4959508 L 727869.3 -4959573 L 728444.1 -4960514 L 729151.9 -4960810 L 730548.2 -4960281 L 731940 -4961516 L 732676.7 -4961307 L 733018 -4961133 L 733068.3 -4962112 L 733131.5 -4962437 L 734937.8 -4963441 L 735236.2 -4963612 L 735161.2 -4963974 L 734998.2 -4964694 L 732852.2 -4965778 L 732706.1 -4966115 L 734719.8 -4967529 L 734994.2 -4967763 L 736903.5 -4968032 L 737852.2 -4969728 L 738947.6 -4970082 L 740780.9 -4967825 L 741120.3 -4967687 L 743942.6 -4970082 L 744253.1 -4970301 L 745473 -4971159 L 746766.4 -4973099 L 748955.1 -4972716 L 749537.6 -4972217 L 749910.1 -4972099 L 751700.7 -4972654 L 751992.2 -4972914 L 754610.4 -4972244 L 756170.6 -4972369 L 757536.3 -4974264 L 759684.6 -4974895 L 760463.6 -4974796 L 761736.5 -4972885 L 763103.1 -4972189 L 764326.1 -4972736 L 764578.6 -4972968 L 764096.9 -4975207 L 764186.4 -4975979 L 764678.4 -4976588 L 764325.4 -4977660 L 764537.3 -4978803 L 764159.7 -4980678 L 764419.9 -4982220 L 764395 -4982611 L 764015.5 -4982704 L 762149 -4983205 L 761634.5 -4983775 L 761569.6 -4984160 L 761915.7 -4985261 L 760883 -4986870 L 760867.4 -4987650 L 761333.7 -4988717 L 760952.5 -4989394 L 760556.9 -4989382 L 755992.7 -4988328 L 751969.9 -4989974 L 751772.2 -4991123 L 752201.1 -4991747 L 752211 -4993304 L 752850.1 -4995527 L 752941.4 -4995907 L 754748.3 -4996489 L 753576.4 -4999762 L 753618.1 -5000901 L 755703.1 -5002502 L 755851.5 -5002863 L 757189.7 -5001593 L 758513.3 -5000947 L 760362.4 -5001390 L 761573.8 -5002296 L 761665.2 -5002669 L 763989.6 -5000775 L 765031.7 -4998290 L 764322.8 -4996912 L 766882.3 -4996109 L 767600.6 -4996392 L 768734.2 -4996102 L 769869.2 -4996350 L 771357.9 -4995233 L 773624.9 -4995761 L 774013.6 -4995797 L 774075.7 -4997331 L 773541.5 -4999938 L 775401.5 -5001374 L 775596 -5001717 L 777208 -5000683 L 777974.4 -5000769 L 779613.9 -5001707 L 779780.7 -5002439 L 780508.5 -5003224 L 780729.1 -5003513 L 781803.7 -5003128 L 783650.1 -5003407 L 784732.4 -5002441 L 784746.2 -5002428 L 784691.4 -5002407 L 784461 -5002154 L 784357.1 -5001657 L 784448.2 -5001001 L 786372.4 -4998891 L 787542.2 -4997165 L 788116.6 -4993718 L 789063.5 -4992430 L 790319.7 -4992913 L 791081.9 -4992708 L 793239.6 -4993127 L 793875.1 -4992654 L 794616.9 -4990859 L 794707.9 -4989947 L 794576.3 -4989750 L 794196.3 -4989180 L 795191.3 -4987923 L 795548.3 -4986654 L 795124.9 -4984232 L 795484.4 -4982682 L 795473.8 -4980736 L 795975.1 -4980069 L 797507.2 -4979582 L 798537.8 -4978482 L 799778.7 -4977838 L 800399 -4976748 L 804944.7 -4974258 L 806416.3 -4974378 L 807084.8 -4973831 L 808817.4 -4973901 L 810279.2 -4975914 L 810651.6 -4976027 L 812029.1 -4974784 L 813455.1 -4974336 L 815681.5 -4974072 L 815742.3 -4973975 L 816428.5 -4972738 L 817266.8 -4972284 L 817545.2 -4971289 L 816501 -4968933 L 816457.8 -4968083 L 817995 -4966778 L 818329.2 -4965992 L 818108.3 -4964102 L 818310.6 -4963099 L 819690.5 -4960805 L 820794.7 -4959993 L 821476 -4959830 L 821749.4 -4959141 L 822348.9 -4956462 L 820446.7 -4957067 L 819301.7 -4957260 L 817308.1 -4956985 L 815666.4 -4956259 L 813611.5 -4954802 L 813342.7 -4953649 L 812642.5 -4952926 L 812136.4 -4952403 L 810490.9 -4952917 L 809905 -4953314 L 809315.6 -4952906 L 809285.3 -4952519 L 807448.6 -4950033 L 805601 -4949577 L 805165.5 -4948108 L 804623.3 -4947556 L 802727.8 -4947218 L 801801.8 -4946511 L 801042.5 -4946684 L 800655.3 -4945615 L 799569.3 -4945440 L 798685.5 -4944691 L 798896.4 -4943561 L 797583.8 -4942806 L 796383 -4940845 L 793826.1 -4939163 L 791897 -4939301 L 792010 -4938942 L 792140 -4938217 L 791146.1 -4934683 L 790850.6 -4934486 L 789087.3 -4932948 L 788932.8 -4932252 L 788538.1 -4928624 L 788145.5 -4928620 L 786207.6 -4928632 L 785086.8 -4928319 L 784826.5 -4928356 L 784453.9 -4928457 L 782586.1 -4928257 L 780775.6 -4928832 L 779733 -4928364 L 778981 -4928543 L 778620.5 -4928625 L 777907.4 -4928432 L 776509.5 -4928886 L 776179 -4928686 L 775437 -4928655 L 774656.2 -4929953 L 773539.7 -4930209 L 772986.1 -4930749 L 771204.6 -4930341 L 770657 -4930849 L 770550 -4931575 L 770377.9 -4931882 L 769724.3 -4933062 L 769386.9 -4933212 L 767392.6 -4934768 L 766664.9 -4936039 L 766294.4 -4936085 L 765554.2 -4935254 L 764553.8 -4934764 L 764367.5 -4934600 L 764630.8 -4934309 L 765601.8 -4933159 L 765131.8 -4931284 L 765096.6 -4930942 L 764969.3 -4930266 L 764327.4 -4930028 L 764164.1 -4929414 L 763780.6 -4929466 L 761796.3 -4930578 L 761408 -4931245 L 761104.6 -4931003 L 759740.8 -4930261 L 758985.7 -4929449 L 756714.9 -4929144 L 756658.8 -4929043 L 756956.1 -4928819 L 757323.3 -4927388 L 757657.7 -4927228 L 759255.1 -4923518 L 757927.1 -4920701 L 756539.4 -4919976 L 756336.2 -4920314 L 754509.5 -4923326 L 753013 -4924583 L 752081.1 -4926271 L 751807.8 -4926025 L 751181 -4925662 L 750966.8 -4925921 L 750661.6 -4926496 L 750643.6 -4926868 L 750455.6 -4928713 L 750061.2 -4928735 L 748597.6 -4929311 L 748267.2 -4929304 L 747256.2 -4930086 L 746810.7 -4930064 L 746264 -4929636 L 745361.1 -4930154 L 744669.4 -4930138 L 744462.2 -4929842 L 744177.8 -4929177 L 744640.2 -4928699 L 744093.5 -4927293 L 744134.4 -4926538 L 743548.8 -4926399 L 742667.9 -4927003 L 742449.6 -4926672 L 740830.8 -4925530 L 740239.2 -4925036 L 740049.9 -4923880 L 737724.5 -4922617 L 737416.2 -4922495 L 736584.4 -4922075 L 736116.9 -4921633 L 735812.6 -4921475 L 734719.6 -4920653 L 734590.5 -4920292 L 733841.7 -4918134 L 733804.7 -4917767 L 733583.5 -4916706 L 732714.7 -4915531 L 732460.5 -4915242 L 732230.3 -4914507 L 731588.7 -4914163 L 730943.2 -4913935 L 731128.4 -4913204 L 730542.9 -4911887 L 731469.7 -4911276 L 732464.6 -4911691 L 732792.9 -4911505 L 732801.9 -4911195 L 732709.9 -4910285 L 732798 -4909940 L 732926.2 -4909236 L 731967.4 -4908680 L 732209.7 -4907955 L 732087.7 -4906483 L 732967.5 -4905983 L 732663.3 -4905290 L 732708.4 -4904614 L 732796.5 -4904278 L 732025.8 -4904373 L 731774.5 -4904673 L 729374.3 -4906684 L 728945.9 -4907332 L 728922.8 -4908871 L 728645.6 -4909078 L 726773 -4909873 L 726419.7 -4909783 L 725755.2 -4909490 L 725762.3 -4908748 L 724925.7 -4907462 L 724798.7 -4906715 L 725124.1 -4905628 L 725289.2 -4905399 L 725516.4 -4905231 L 725854.7 -4905032 L 727815.4 -4903766 L 728056.7 -4902634 L 728682.3 -4902161 L 728969.6 -4901450 L 729023.7 -4901067 L 729332 -4900364 L 729968.6 -4899928 L 732219.5 -4899406 L 732077.6 -4897936 L 731314 -4897828 L 730935.7 -4897781 L 727998.3 -4898187 L 727621 -4898306 L 725713.5 -4898691 L 724085.1 -4899782 L 722565 -4899851 L 722254.8 -4899666 L 721338.2 -4899110 L 719585.9 -4899522 L 719227.7 -4899412 L 718463.3 -4898627 L 716641.1 -4898289 L 716127.9 -4897756 L 715079.2 -4897373 L 714709.1 -4896738 L 714415.9 -4896948 L 713382.2 -4897267 L 714148.6 -4897934 L 713354.7 -4899712 L 713640.5 -4901641 L 713700.5 -4901974 L 712979.9 -4902672 L 712905.7 -4903281 L 712995.6 -4904416 L 713437.8 -4905043 L 713947.1 -4905583 L 713763.9 -4905885 L 713028.3 -4906645 L 712721.1 -4906450 L 710760 -4905592 L 710714.9 -4905957 L 709589.9 -4907303 L 709544.7 -4908031 L 709786.8 -4908289 L 710090.9 -4908840 L 709597.5 -4909310 L 709239.2 -4909328 L 708150.3 -4910207 L 707545 -4909825 L 707900.1 -4910909 L 709210.8 -4912295 L 709032.6 -4912966 L 708671.3 -4913097 L 708407.1 -4912836 L 705843.5 -4912667 L 705743.4 -4912647 L 705427.2 -4912666 L 704492.6 -4912766 L 704131.4 -4912686 L 703448.9 -4912808 L 702827.6 -4912413 L 702089.2 -4912423 L 701660.7 -4913722 L 700923.2 -4913879 L 700388.8 -4914419 L 699018.1 -4913782 L 698230.8 -4912975 L 698021.6 -4913255 L 697279 -4914399 L 696260.4 -4914493 L 696105.2 -4914840 L 695720.8 -4916242 L 694216 -4916252 L 693846.8 -4916264 L 693496.6 -4916383 L 693187.3 -4917064 L 694065.7 -4917751 L 693956.5 -4918905 L 693181.7 -4921102 L 692158 -4922172 L 691986.8 -4922522 L 693180.3 -4923491 L 693563.5 -4923546 L 696325.3 -4922229 L 697017.6 -4922467 L 697357.8 -4923154 L 697963.1 -4923090 L 698066.2 -4923397 L 698075.1 -4924270 L 695600.5 -4925288 L 695508.4 -4925663 L 695164 -4927490 L 695671.3 -4928054 L 695218.9 -4929074 L 695113.8 -4929439 L 694990.7 -4929700 L 694871.6 -4930767 L 695541 -4931030 L 695900.2 -4931004 L 696244.4 -4930376 L 696907.8 -4930059 L 698756 -4930207 L 699125.3 -4930162 L 701946.2 -4929208 L 702243.4 -4928971 L 703116 -4928377 L 703451.2 -4928493 L 703797.4 -4928652 L 706211.1 -4927584 L 706585.4 -4927511 L 707674.1 -4928562 L 708175.4 -4930779 L 708271.5 -4931155 L 708800.9 -4931653 L 710247 -4931392 L 710915.5 -4931709 L 711291.8 -4931713 L 711164.7 -4932048 L 709778.7 -4933684 L 709482.5 -4933895 L 708241.6 -4935219 L 707240.9 -4935011 L 707030.8 -4935318 L 705792.9 -4936131 L 706294.3 -4938392 L 706441.4 -4938751 L 706487.4 -4938941 L 707010.8 -4939345 L 707602.3 -4940924 L 707942.5 -4941021 L 708003.6 -4941950 L 708709.2 -4943558 L 709425.8 -4943660 L 709658.1 -4944718 L 709114.7 -4945242 L 708825.7 -4947852 L 708925.8 -4948218 L 709516.3 -4948440 L 709690.5 -4948703 L 710321 -4948262 L 712243.6 -4948207 L 715613.4 -4947222 L 717447.2 -4948507 L 717776.6 -4949570 L 719176.8 -4948924 L 720337.9 -4948837 L 720727.2 -4948868 L 721467.3 -4951288 L 722107 -4951677 L 722419.3 -4951887 L 722721.6 -4952118 L 723604.6 -4952824 L 723301.6 -4954260 L 722272.7 -4954671 L 721975.4 -4954749 L 721377.9 -4954838 L 721378 -4954836 z "
id="path672" />
<path
d="M 809458.3 -4920175 L 809318.8 -4920028 L 809011.2 -4919779 L 808096.4 -4919052 L 807905 -4918788 L 807445 -4918326 L 807168.4 -4918059 L 805691.9 -4918143 L 804362.3 -4916760 L 803304.4 -4916318 L 802923.5 -4915248 L 802330.4 -4914761 L 802204.1 -4914408 L 802355 -4912923 L 801649.5 -4911620 L 802047.7 -4909809 L 801682.1 -4909932 L 799839.3 -4910385 L 799432.2 -4908565 L 798374.4 -4908118 L 797932.6 -4907497 L 797195.5 -4907385 L 796889 -4907183 L 796918.6 -4904354 L 796239.4 -4903519 L 796552.7 -4902466 L 795138.3 -4900344 L 795468.6 -4899323 L 795424.5 -4898951 L 795170.1 -4898664 L 794352.8 -4897875 L 795891.8 -4895329 L 796239.1 -4893073 L 797162.4 -4892438 L 797434.7 -4891905 L 797602 -4891655 L 798998.9 -4890329 L 799512.6 -4889299 L 799789 -4889030 L 800061.4 -4888426 L 800360.8 -4888276 L 800196.5 -4887926 L 799740.7 -4886453 L 799689.5 -4884153 L 801816.6 -4882432 L 803275.7 -4881919 L 803873.6 -4880481 L 804090.9 -4880184 L 807383.9 -4878607 L 807147.5 -4877869 L 807388.8 -4877596 L 808043.8 -4877281 L 808318.2 -4875912 L 808271.1 -4875530 L 808444.4 -4874790 L 810367.4 -4874686 L 811190.7 -4872999 L 812015 -4872189 L 812302.5 -4871936 L 812672.1 -4871833 L 813740.8 -4871920 L 816317.9 -4869107 L 816258.8 -4868722 L 815887.2 -4868599 L 815542.6 -4868413 L 814382.8 -4868221 L 814024.2 -4868175 L 812305.5 -4867722 L 811564.4 -4867788 L 810845.3 -4868692 L 809191.7 -4869618 L 808742 -4870227 L 807614.3 -4870335 L 807314.8 -4870631 L 806955.3 -4870511 L 804872.2 -4869638 L 803419.3 -4866592 L 803069.8 -4866432 L 800783.6 -4865169 L 798205.9 -4865912 L 797850.4 -4866027 L 794554.9 -4866662 L 794645 -4866286 L 795140.7 -4865722 L 796594.7 -4865321 L 796891.3 -4863427 L 797228.8 -4863238 L 796862.3 -4863162 L 795433.4 -4862724 L 794551.6 -4860297 L 797190.2 -4859766 L 798135.7 -4858607 L 798029.6 -4858232 L 797741.3 -4857978 L 792658.9 -4856270 L 792195.4 -4855691 L 792230.5 -4855556 L 791536.5 -4855871 L 790853.4 -4857251 L 788163.1 -4857199 L 788121.1 -4856877 L 787737.7 -4856383 L 787527.5 -4856096 L 785629.6 -4854653 L 785395.4 -4854400 L 784722.7 -4853774 L 784750.7 -4854167 L 784887.7 -4854914 L 784562.1 -4855634 L 784312.7 -4855941 L 782791.6 -4857146 L 780190 -4855400 L 778787.3 -4855928 L 777752.3 -4855396 L 777113.6 -4855423 L 776277.6 -4855848 L 776295.7 -4855455 L 774467.9 -4854915 L 774355.7 -4851818 L 772133.4 -4848629 L 771736.8 -4849163 L 771509.5 -4849480 L 769783 -4848765 L 767699.6 -4849761 L 766318.8 -4851104 L 762600.5 -4853151 L 761652.9 -4855234 L 761032.2 -4855652 L 760680.9 -4855729 L 759709.1 -4855310 L 758992.4 -4855378 L 758615 -4855356 L 757655.3 -4854818 L 756217.8 -4852632 L 755983.9 -4851748 L 755925 -4851449 L 755826.1 -4851063 L 754479.5 -4849595 L 752542.5 -4848203 L 752233.3 -4848096 L 751580.8 -4848076 L 751232.5 -4848234 L 750504.6 -4849010 L 750122.3 -4849006 L 748927.2 -4847176 L 748526.9 -4847089 L 748664.2 -4846742 L 748233.4 -4845709 L 747029.1 -4844359 L 746693.8 -4844331 L 745933.5 -4843777 L 745541.4 -4843500 L 745178.2 -4843411 L 744196.8 -4842893 L 744589.8 -4841449 L 743263.6 -4840142 L 743022.3 -4840449 L 742382.6 -4840896 L 741760.4 -4842310 L 740408.1 -4843055 L 740315.8 -4843402 L 740065.7 -4845164 L 739687.4 -4845261 L 738476.2 -4846030 L 737757.8 -4845769 L 736735.9 -4846284 L 736365.3 -4846945 L 736525 -4847705 L 736174.2 -4848815 L 735470.7 -4848944 L 735147.2 -4849598 L 734898.9 -4849765 L 734591.8 -4849525 L 733496.3 -4849185 L 733418.2 -4847262 L 732286.1 -4846204 L 731200.7 -4845790 L 729649.8 -4845758 L 729129.8 -4845183 L 729080.5 -4845565 L 728577.4 -4847017 L 727287.9 -4848399 L 723524.4 -4849157 L 723049.5 -4848541 L 721694.1 -4846175 L 721559.8 -4846538 L 720895.9 -4847491 L 718277.7 -4849120 L 717966.1 -4851800 L 717308.9 -4851606 L 716460.2 -4852093 L 716109 -4852183 L 715578.5 -4852646 L 714720 -4854609 L 714363.8 -4854748 L 713272.7 -4855801 L 713040.2 -4856528 L 712730 -4856533 L 712430.8 -4856617 L 712119.6 -4856698 L 711171.1 -4856851 L 710866.8 -4857088 L 708612.1 -4856608 L 706383.1 -4856783 L 705772.4 -4855821 L 704768.3 -4855383 L 704501.3 -4855284 L 704230.1 -4855368 L 704584.1 -4859119 L 705131 -4859645 L 705431 -4859879 L 706326 -4860579 L 707649.2 -4863258 L 707723 -4863644 L 708849.1 -4866505 L 706987.3 -4866426 L 705784.5 -4869014 L 705625.3 -4869354 L 705249.1 -4869321 L 703820.7 -4868898 L 703507.5 -4869085 L 702204.6 -4869714 L 701203.3 -4869521 L 701104.1 -4869865 L 700781.5 -4870886 L 701142.8 -4872627 L 701217.6 -4873011 L 701579.9 -4874931 L 703333.2 -4878365 L 703307.2 -4883402 L 702954.1 -4883255 L 701153.5 -4882645 L 700006 -4882635 L 699877.8 -4882990 L 699582.4 -4883684 L 699481.6 -4888400 L 700180.9 -4888648 L 700436.8 -4889346 L 702888.6 -4890458 L 703564.4 -4892255 L 703564.4 -4892301 L 705095.2 -4892235 L 705932.5 -4892987 L 704836.4 -4894462 L 704530.2 -4894694 L 705469.2 -4896641 L 707237.2 -4896793 L 707467.3 -4897078 L 708051.7 -4897009 L 708706.4 -4895687 L 709748.1 -4895217 L 710497.7 -4894374 L 710002.8 -4892986 L 709944.8 -4892610 L 710712.3 -4892486 L 711088.6 -4892382 L 713391 -4892362 L 713759.2 -4892237 L 713934.9 -4893860 L 714022.9 -4894181 L 711057 -4894522 L 710890.8 -4894859 L 711502.7 -4896626 L 711433.6 -4896994 L 713381.8 -4897265 L 714415.5 -4896947 L 714708.7 -4896736 L 715078.8 -4897371 L 716127.5 -4897754 L 716640.7 -4898288 L 718462.9 -4898625 L 719227.3 -4899410 L 719585.5 -4899521 L 721337.8 -4899109 L 722254.4 -4899664 L 722564.6 -4899850 L 724084.7 -4899780 L 725713.1 -4898689 L 727620.6 -4898305 L 727997.9 -4898185 L 730935.3 -4897779 L 731313.6 -4897826 L 732077.2 -4897935 L 732219.1 -4899405 L 729968.2 -4899926 L 729331.6 -4900363 L 729023.3 -4901065 L 728969.2 -4901448 L 728681.9 -4902160 L 728056.3 -4902632 L 727815 -4903765 L 725854.3 -4905031 L 725516 -4905229 L 725288.8 -4905398 L 725123.7 -4905626 L 724798.3 -4906714 L 724925.3 -4907460 L 725761.9 -4908747 L 725754.8 -4909488 L 726419.3 -4909782 L 726772.6 -4909872 L 728645.2 -4909076 L 728922.4 -4908870 L 728945.5 -4907331 L 729373.9 -4906682 L 731774.1 -4904672 L 732025.4 -4904372 L 732796.1 -4904277 L 732708 -4904613 L 732662.9 -4905288 L 732967.1 -4905982 L 732087.3 -4906482 L 732209.3 -4907954 L 731967 -4908678 L 732925.8 -4909235 L 732797.6 -4909938 L 732709.5 -4910283 L 732801.5 -4911193 L 732792.5 -4911503 L 732464.2 -4911690 L 731469.3 -4911274 L 730542.5 -4911886 L 731128 -4913203 L 730942.8 -4913934 L 731588.3 -4914162 L 732229.9 -4914506 L 732460.1 -4915241 L 732714.3 -4915530 L 733583.1 -4916704 L 733804.3 -4917766 L 733841.3 -4918133 L 734590.1 -4920291 L 734719.2 -4920651 L 735812.2 -4921473 L 736116.5 -4921632 L 736584 -4922074 L 737415.8 -4922493 L 737724.1 -4922615 L 740049.5 -4923879 L 740238.8 -4925035 L 740830.4 -4925528 L 742449.2 -4926671 L 742667.5 -4927002 L 743548.4 -4926397 L 744134 -4926537 L 744093.1 -4927292 L 744639.8 -4928697 L 744177.4 -4929176 L 744461.8 -4929841 L 744669 -4930137 L 745360.7 -4930153 L 746263.6 -4929635 L 746810.3 -4930063 L 747255.8 -4930084 L 748266.8 -4929302 L 748597.2 -4929309 L 750060.8 -4928734 L 750455.2 -4928712 L 750643.2 -4926867 L 750661.2 -4926494 L 750966.4 -4925919 L 751180.6 -4925660 L 751807.4 -4926023 L 752080.7 -4926269 L 753012.6 -4924582 L 754509.1 -4923325 L 756335.8 -4920312 L 756539 -4919975 L 757926.7 -4920700 L 759254.7 -4923516 L 757657.3 -4927226 L 757322.9 -4927387 L 756955.7 -4928818 L 756658.4 -4929042 L 756714.5 -4929142 L 758985.3 -4929447 L 759740.4 -4930259 L 761104.2 -4931002 L 761407.6 -4931243 L 761795.9 -4930577 L 763780.2 -4929465 L 764163.7 -4929413 L 764327 -4930026 L 764968.9 -4930265 L 765096.2 -4930940 L 765131.4 -4931282 L 765601.4 -4933158 L 764630.4 -4934308 L 764367.1 -4934599 L 764553.4 -4934763 L 765553.8 -4935252 L 766294 -4936084 L 766664.5 -4936038 L 767392.2 -4934766 L 769386.5 -4933211 L 769723.9 -4933061 L 770377.5 -4931880 L 770549.6 -4931574 L 770656.6 -4930847 L 771204.2 -4930339 L 772985.7 -4930747 L 773539.3 -4930207 L 774655.8 -4929952 L 775436.6 -4928653 L 776178.6 -4928685 L 776509.1 -4928885 L 777907 -4928431 L 778620.1 -4928623 L 778980.6 -4928542 L 779732.6 -4928363 L 780775.2 -4928831 L 782585.7 -4928256 L 784453.5 -4928455 L 784826.1 -4928354 L 785086.4 -4928317 L 786207.2 -4928631 L 788145.1 -4928618 L 788537.7 -4928622 L 788932.4 -4932251 L 789086.9 -4932946 L 790850.2 -4934484 L 791145.7 -4934681 L 792139.6 -4938216 L 792009.6 -4938941 L 791896.6 -4939299 L 793825.7 -4939162 L 796382.6 -4940843 L 797583.4 -4942805 L 798896 -4943560 L 798685.1 -4944689 L 799568.9 -4945439 L 800654.9 -4945614 L 801042.1 -4946682 L 801801.4 -4946510 L 802727.4 -4947216 L 804622.9 -4947554 L 805165.1 -4948107 L 805600.6 -4949575 L 807448.2 -4950031 L 809284.9 -4952518 L 809315.2 -4952905 L 809904.6 -4953312 L 810490.5 -4952915 L 812136 -4952402 L 813586.8 -4950677 L 813933.2 -4949253 L 813130.2 -4949096 L 812924.7 -4948334 L 811872.1 -4945543 L 811666.3 -4943757 L 810934 -4943146 L 810051.8 -4941728 L 809081.7 -4941708 L 807934.1 -4941416 L 807115.3 -4939876 L 807150.7 -4939777 L 805837.9 -4938316 L 806201.7 -4936459 L 808269.3 -4932903 L 809958.5 -4932123 L 810381.2 -4931474 L 811254.3 -4929897 L 812654.3 -4928680 L 813456.8 -4927812 L 813416.1 -4927450 L 811361.7 -4927272 L 810908.2 -4927201 L 809947.7 -4926569 L 809646 -4926002 L 809951.1 -4923703 L 810020.7 -4921459 L 809457.6 -4920174 L 809458.3 -4920175 z "
id="path673" />
<path
d="M 809458.3 -4920175 L 810982.6 -4919251 L 812226.1 -4918836 L 812807.4 -4916847 L 813845.2 -4915670 L 814756.7 -4914993 L 815295.8 -4914202 L 815262.4 -4913507 L 816246.7 -4911839 L 816282.1 -4911740 L 817379 -4911772 L 818214.5 -4911087 L 818515.5 -4910374 L 818489.3 -4909092 L 818762.2 -4908147 L 819632.4 -4906339 L 820604.4 -4905309 L 821556.7 -4904994 L 822689.3 -4905183 L 823804.4 -4905805 L 824070.4 -4905703 L 825355.1 -4906163 L 827565.8 -4904769 L 829196.9 -4904060 L 829184.3 -4904187 L 830845.4 -4902918 L 831511.7 -4902907 L 832484.9 -4903413 L 834706.5 -4902942 L 835022.9 -4902589 L 835260.3 -4901486 L 836427.6 -4900553 L 837635.8 -4899981 L 838902.6 -4900106 L 839269.2 -4898990 L 839919.7 -4898107 L 840793.6 -4897810 L 840783.6 -4897912 L 841999 -4897008 L 842655.2 -4896842 L 843428.7 -4897815 L 845022.3 -4897486 L 847219.4 -4897779 L 847472.6 -4897549 L 847983.2 -4896012 L 848848.6 -4894511 L 850995.9 -4895824 L 851766.2 -4895797 L 852267.4 -4895131 L 854035.7 -4894588 L 854766.6 -4895992 L 854731.3 -4896090 L 855686.7 -4896262 L 855696.8 -4896160 L 857011.9 -4896060 L 859222.8 -4897507 L 860201.8 -4898474 L 860473 -4898579 L 861960.4 -4898290 L 862716.3 -4899184 L 864990.1 -4899998 L 865089.1 -4900289 L 866158.3 -4899831 L 867810.7 -4899944 L 869405.1 -4900383 L 869766.4 -4902159 L 870314.5 -4903084 L 873986.6 -4902705 L 874082.8 -4902510 L 873189.4 -4900681 L 873730.8 -4899351 L 873349.6 -4898034 L 873248.1 -4898024 L 873688.3 -4896940 L 874397.4 -4896242 L 875448.1 -4894938 L 875346.7 -4894928 L 876473.7 -4893887 L 877152.1 -4892982 L 877247.7 -4892018 L 877323.2 -4891257 L 876616.7 -4889088 L 876182.6 -4888302 L 874313.8 -4887273 L 873456.3 -4886369 L 873219.8 -4885398 L 873616.6 -4884234 L 873717 -4883220 L 872173.6 -4880456 L 870243.3 -4878755 L 869304.9 -4878150 L 868105.9 -4877853 L 866972.6 -4877408 L 866016.3 -4876469 L 865813.6 -4876009 L 865936 -4874694 L 865681.8 -4873902 L 865802.2 -4872684 L 863020.5 -4871053 L 862794.7 -4870882 L 862092.2 -4870347 L 861059.5 -4869144 L 860434.5 -4867700 L 860522.7 -4867069 L 861423.9 -4865159 L 863501.1 -4860758 L 863952.5 -4858470 L 863832.2 -4858450 L 861624.4 -4856726 L 861010.3 -4855950 L 860805.2 -4854965 L 860749.3 -4854697 L 860506.1 -4854571 L 858594.9 -4855307 L 858398.5 -4855068 L 857760.9 -4855661 L 857104.5 -4855848 L 856391.5 -4855587 L 855615.6 -4854988 L 854621.5 -4853932 L 853949.5 -4852893 L 854053.7 -4852453 L 854492.2 -4851807 L 854914.1 -4851548 L 854660.7 -4851113 L 853599 -4851523 L 852812.1 -4851472 L 851585.7 -4850689 L 850741.9 -4851221 L 850217.8 -4851094 L 849747 -4850582 L 849132.2 -4849914 L 848595.3 -4849657 L 848520.1 -4848856 L 848849.7 -4848095 L 849665 -4847330 L 849682.3 -4847152 L 848925.1 -4846798 L 848708.4 -4846137 L 848399.8 -4846158 L 847878.3 -4847054 L 848075.7 -4848174 L 847882 -4848590 L 847472.7 -4848857 L 847138.9 -4848877 L 846791.4 -4848510 L 846345.2 -4847060 L 845942.8 -4846996 L 845544.7 -4847673 L 844970.7 -4847797 L 844703.5 -4848180 L 842567.4 -4847820 L 841926.8 -4847579 L 839926.7 -4843726 L 839718.6 -4843502 L 838263.4 -4843233 L 836866.2 -4842893 L 835735.6 -4842963 L 835568.3 -4842845 L 834589 -4841624 L 834126.1 -4840608 L 833395.4 -4839719 L 832961.6 -4838141 L 832898.5 -4837214 L 833222.4 -4835198 L 832937.9 -4834710 L 833063.6 -4834379 L 833453.2 -4833353 L 833798.7 -4832951 L 833675.9 -4832377 L 833856.6 -4831831 L 834091.1 -4831521 L 834323.7 -4831493 L 834408.8 -4831143 L 833650.3 -4830276 L 833379.3 -4830173 L 832770.3 -4830396 L 832474.1 -4830290 L 832256.9 -4830423 L 832522.9 -4831626 L 832297.1 -4832371 L 830894.5 -4832876 L 829760.9 -4832714 L 828821.6 -4832394 L 828294.6 -4832036 L 827636.7 -4830924 L 826002.5 -4828821 L 825729.7 -4828999 L 825273.7 -4829748 L 824305.5 -4829987 L 823594.6 -4829945 L 823079.4 -4830253 L 821986.6 -4830198 L 820614.2 -4829606 L 819851.4 -4829046 L 819141.1 -4828209 L 818182.1 -4827043 L 818223.4 -4826356 L 818790.3 -4825515 L 819376.5 -4825265 L 819501.7 -4824765 L 818937.4 -4822690 L 818082.1 -4822556 L 817952 -4822333 L 817892.2 -4822340 L 817523.7 -4822417 L 816413 -4822599 L 816087.2 -4823656 L 815396.2 -4823893 L 815037.7 -4823981 L 813761.7 -4824647 L 814542 -4826843 L 814151.2 -4827456 L 813386.1 -4827615 L 813184.7 -4827951 L 813236.6 -4828324 L 813723.7 -4830133 L 814856.8 -4831572 L 815233.3 -4831578 L 815292.2 -4832336 L 814616.9 -4833665 L 815476.7 -4835396 L 815138.2 -4835492 L 813991.2 -4836739 L 813697.8 -4836567 L 813147.1 -4836196 L 812746.5 -4836195 L 811624 -4835975 L 810965 -4836301 L 810679.7 -4836070 L 809468.8 -4836837 L 809432.7 -4837178 L 808282.9 -4837827 L 807357.5 -4838511 L 806257.1 -4838309 L 805359.4 -4839939 L 805134 -4840234 L 804086.2 -4841689 L 803353.2 -4841756 L 802929.4 -4842337 L 803041.1 -4844251 L 803874.9 -4845492 L 803735.6 -4845849 L 803049.1 -4848369 L 802287.9 -4849207 L 801984.3 -4850305 L 798609.8 -4850430 L 798658.8 -4850813 L 797606.2 -4851886 L 796103.2 -4852237 L 794131.9 -4851162 L 794042.7 -4851500 L 793691.9 -4852848 L 792776.6 -4853269 L 792765.5 -4853630 L 792986.6 -4854284 L 792384.8 -4854673 L 792224.5 -4855252 L 792230.4 -4855556 L 792195.3 -4855691 L 792658.8 -4856270 L 797741.2 -4857978 L 798029.5 -4858232 L 798135.6 -4858607 L 797190.1 -4859766 L 794551.5 -4860297 L 795433.3 -4862724 L 796862.2 -4863162 L 797228.7 -4863238 L 796891.2 -4863427 L 796594.6 -4865321 L 795140.6 -4865722 L 794644.9 -4866286 L 794554.8 -4866662 L 797850.3 -4866027 L 798205.8 -4865912 L 800783.5 -4865169 L 803069.7 -4866432 L 803419.2 -4866592 L 804872.1 -4869638 L 806955.2 -4870511 L 807314.7 -4870631 L 807614.2 -4870335 L 808741.9 -4870227 L 809191.6 -4869618 L 810845.2 -4868692 L 811564.3 -4867788 L 812305.4 -4867722 L 814024.1 -4868175 L 814382.7 -4868221 L 815542.5 -4868413 L 815887.1 -4868599 L 816258.7 -4868722 L 816317.8 -4869107 L 813740.7 -4871920 L 812672 -4871833 L 812302.4 -4871936 L 812014.9 -4872189 L 811190.6 -4872999 L 810367.3 -4874686 L 808444.3 -4874790 L 808271 -4875530 L 808318.1 -4875912 L 808043.7 -4877281 L 807388.7 -4877596 L 807147.4 -4877869 L 807383.8 -4878607 L 804090.8 -4880184 L 803873.5 -4880481 L 803275.6 -4881919 L 801816.5 -4882432 L 799689.4 -4884153 L 799740.6 -4886453 L 800196.4 -4887926 L 800360.7 -4888276 L 800061.3 -4888426 L 799788.9 -4889030 L 799512.5 -4889299 L 798998.8 -4890329 L 797601.9 -4891655 L 797434.6 -4891905 L 797162.3 -4892438 L 796239 -4893073 L 795891.7 -4895329 L 794352.7 -4897875 L 795170 -4898664 L 795424.4 -4898951 L 795468.5 -4899323 L 795138.2 -4900344 L 796552.6 -4902466 L 796239.3 -4903519 L 796918.5 -4904354 L 796888.9 -4907183 L 797195.4 -4907384 L 797932.5 -4907497 L 798374.3 -4908118 L 799432.1 -4908565 L 799839.2 -4910385 L 801682 -4909932 L 802047.6 -4909809 L 801649.4 -4911619 L 802354.9 -4912923 L 802204 -4914408 L 802330.3 -4914761 L 802923.4 -4915248 L 803304.3 -4916318 L 804362.2 -4916760 L 805691.8 -4918143 L 807168.3 -4918059 L 807444.9 -4918326 L 807904.9 -4918788 L 808096.3 -4919052 L 809011.1 -4919779 L 809318.7 -4920028 L 809458.2 -4920175 L 809458.3 -4920175 z M 827752 -4826585 L 827059.6 -4826877 L 826136.4 -4826916 L 825707.6 -4827386 L 826135.2 -4827452 L 826318 -4827675 L 828461.6 -4827166 L 828463.4 -4826884 L 827751.9 -4826585 L 827752 -4826585 z "
id="path674" />
<path
d="M 716863.3 -4784714 L 716930.7 -4784844 L 717057.4 -4785147 L 717218.3 -4786117 L 717334.8 -4788455 L 717323.4 -4788846 L 717559.4 -4790715 L 717566 -4791095 L 719077.8 -4791547 L 719346.6 -4791837 L 719227.2 -4792141 L 719089.9 -4792439 L 722003.8 -4794202 L 723807.7 -4794851 L 723797.3 -4795195 L 723897 -4796547 L 723549.8 -4796704 L 721748.3 -4798657 L 720870.4 -4800341 L 718291.1 -4799841 L 717940.1 -4799705 L 717027.2 -4800368 L 716247 -4800344 L 717319.9 -4800710 L 717797 -4801735 L 717612.9 -4802837 L 718796.8 -4804305 L 718795.4 -4804694 L 718026.4 -4805577 L 717127 -4808941 L 716962.7 -4809295 L 718554.2 -4810345 L 720106.6 -4810457 L 721961.7 -4809869 L 722325 -4809723 L 723713 -4810198 L 725243.7 -4811212 L 725431.2 -4811925 L 725391.2 -4811940 L 724244.7 -4812052 L 722337.8 -4813443 L 720362.2 -4816831 L 718339 -4818587 L 717947.9 -4818546 L 718241.8 -4820029 L 719112.6 -4820720 L 719254.6 -4824512 L 719839.5 -4826287 L 718567.8 -4826562 L 718310.5 -4826785 L 717063.5 -4827542 L 715601.9 -4827617 L 715233.7 -4827639 L 714226.4 -4828832 L 716698.5 -4829935 L 716042 -4832944 L 717653.2 -4836504 L 718687.4 -4836913 L 718913.3 -4837234 L 723001.4 -4838553 L 724960.3 -4838647 L 725346.6 -4838574 L 725476.7 -4840129 L 726159.2 -4841513 L 726362.1 -4841848 L 726006.8 -4842003 L 724334.5 -4842646 L 723949.9 -4843319 L 723868 -4844827 L 723307.4 -4845335 L 721396.2 -4845612 L 721543.1 -4845894 L 721694 -4846175 L 723049.4 -4848541 L 723524.3 -4849157 L 727287.8 -4848399 L 728577.3 -4847017 L 729080.4 -4845565 L 729129.7 -4845183 L 729649.7 -4845758 L 731200.6 -4845790 L 732286 -4846204 L 733418.1 -4847262 L 733496.2 -4849185 L 734591.7 -4849525 L 734898.8 -4849765 L 735147.1 -4849598 L 735470.6 -4848944 L 736174.1 -4848815 L 736524.9 -4847705 L 736365.2 -4846945 L 736735.8 -4846284 L 737757.7 -4845769 L 738476.1 -4846030 L 739687.3 -4845261 L 740065.6 -4845164 L 740315.7 -4843402 L 740408 -4843055 L 741760.3 -4842310 L 742382.5 -4840896 L 743022.2 -4840449 L 743263.5 -4840142 L 744589.7 -4841449 L 744196.7 -4842893 L 745178.1 -4843411 L 745541.3 -4843500 L 745933.4 -4843777 L 746693.7 -4844331 L 747029 -4844359 L 748233.3 -4845709 L 748664.1 -4846742 L 748526.8 -4847089 L 748927.1 -4847176 L 750122.2 -4849006 L 750504.5 -4849010 L 751232.4 -4848234 L 751580.7 -4848076 L 752233.2 -4848096 L 752542.4 -4848203 L 754479.4 -4849595 L 755826 -4851063 L 755924.9 -4851449 L 755983.8 -4851748 L 756217.7 -4852632 L 757655.2 -4854818 L 758614.9 -4855356 L 758992.3 -4855378 L 759709 -4855310 L 760680.8 -4855729 L 761032.1 -4855652 L 761652.8 -4855234 L 762600.4 -4853151 L 766318.7 -4851104 L 767699.5 -4849761 L 769782.9 -4848765 L 771509.4 -4849480 L 771736.7 -4849163 L 772133.3 -4848629 L 774355.6 -4851818 L 774467.8 -4854915 L 776295.6 -4855455 L 776277.5 -4855848 L 777113.5 -4855423 L 777752.2 -4855396 L 778787.2 -4855928 L 780189.9 -4855400 L 782791.5 -4857146 L 784312.6 -4855941 L 784562 -4855634 L 784887.6 -4854914 L 784750.6 -4854167 L 784722.6 -4853774 L 785395.3 -4854400 L 785629.5 -4854653 L 787527.4 -4856096 L 787737.6 -4856383 L 788121 -4856877 L 788163 -4857199 L 790853.3 -4857251 L 791536.4 -4855871 L 792230.4 -4855556 L 792224.5 -4855252 L 792384.8 -4854673 L 792986.6 -4854284 L 792765.5 -4853630 L 792776.6 -4853269 L 793691.9 -4852848 L 794042.7 -4851501 L 794131.9 -4851162 L 796103.2 -4852237 L 797606.2 -4851886 L 798658.8 -4850813 L 798609.8 -4850430 L 801984.3 -4850305 L 802287.9 -4849207 L 803049.1 -4848369 L 803735.6 -4845849 L 803874.9 -4845492 L 803041.1 -4844251 L 802929.4 -4842337 L 803353.2 -4841756 L 804086.2 -4841689 L 805134 -4840234 L 805359.4 -4839939 L 806257.1 -4838309 L 807357.5 -4838511 L 808282.9 -4837827 L 809432.7 -4837178 L 809468.8 -4836837 L 810679.7 -4836070 L 810965 -4836301 L 811624 -4835975 L 812746.5 -4836195 L 813147.1 -4836196 L 813697.8 -4836567 L 813991.2 -4836739 L 815138.2 -4835492 L 815476.7 -4835396 L 814616.9 -4833665 L 815292.2 -4832336 L 815233.3 -4831578 L 814856.8 -4831572 L 813723.7 -4830133 L 813236.6 -4828324 L 813184.7 -4827951 L 813386.1 -4827616 L 814151.2 -4827456 L 814542 -4826843 L 813761.7 -4824648 L 815037.7 -4823981 L 815396.2 -4823893 L 816087.2 -4823656 L 816413 -4822599 L 817523.7 -4822417 L 817892.2 -4822340 L 817952 -4822333 L 817403.8 -4821391 L 817424 -4820395 L 817041.2 -4819079 L 816204.9 -4818487 L 815328.5 -4816995 L 815196 -4816932 L 813449.5 -4816098 L 813110.8 -4816167 L 812732.6 -4816643 L 812343.3 -4816707 L 812243.9 -4816416 L 812424.6 -4815871 L 811793 -4814224 L 810768.4 -4815046 L 809541.8 -4815056 L 808316.4 -4814529 L 807334.7 -4814382 L 806981.7 -4813811 L 806314.9 -4814105 L 804924.6 -4815252 L 804843.6 -4815319 L 804472.3 -4815462 L 803662 -4815128 L 802110.9 -4813778 L 802075.4 -4812800 L 801679.2 -4812149 L 801947.4 -4811228 L 801322.2 -4810042 L 801138.1 -4809308 L 801319.2 -4807970 L 800989 -4807427 L 801162.3 -4806957 L 800938.2 -4806373 L 800553.1 -4806131 L 799736.3 -4806130 L 799292.7 -4805703 L 798392.6 -4805769 L 797898.3 -4805338 L 797411.8 -4804038 L 797448.6 -4803659 L 797897 -4802985 L 797838.4 -4802964 L 796218.9 -4802388 L 795334.8 -4801766 L 794735.8 -4801888 L 794290.3 -4801742 L 793961.9 -4800917 L 793508.4 -4800592 L 792668.4 -4799514 L 791179.7 -4798808 L 790765.5 -4798078 L 791352.6 -4797290 L 791670.8 -4797167 L 793957.2 -4797435 L 794169.9 -4797459 L 794844.5 -4798138 L 795097.4 -4798162 L 795610.7 -4798135 L 796962.1 -4797626 L 797415 -4797695 L 797732.1 -4798110 L 797931.6 -4798947 L 798680 -4798865 L 799710 -4798249 L 800164 -4797781 L 799863.9 -4797190 L 799412.8 -4796839 L 799484.8 -4796360 L 798832.3 -4795454 L 798202.5 -4795367 L 797650.3 -4795006 L 797480.9 -4794121 L 797531.7 -4792989 L 797590.4 -4791676 L 797814.3 -4791212 L 798258.4 -4790845 L 799134.8 -4790495 L 799207.5 -4790272 L 798791.6 -4789823 L 797274 -4789676 L 796432.3 -4788879 L 796053.9 -4788306 L 795803.7 -4787463 L 796150.8 -4786781 L 795801.7 -4786695 L 795291.6 -4786953 L 794665.1 -4786305 L 794400.2 -4785615 L 794119.5 -4785613 L 793933.3 -4785953 L 793210.3 -4786037 L 793003.7 -4786325 L 793100.8 -4786640 L 792986.6 -4786705 L 792560.5 -4786946 L 792650.8 -4787595 L 792517.7 -4787914 L 791972.5 -4788270 L 791166.2 -4788423 L 788783.8 -4788245 L 787880 -4787825 L 787331.3 -4786903 L 787228.1 -4786125 L 786999.6 -4785848 L 786440.8 -4785820 L 785634.2 -4784924 L 784355.2 -4784161 L 783844.5 -4784164 L 783021.2 -4784493 L 782461.6 -4784209 L 782310.8 -4784226 L 780887 -4784390 L 780375.5 -4784136 L 780053.4 -4783772 L 779760.8 -4783105 L 779411.7 -4783020 L 779231.1 -4783566 L 778549 -4783756 L 778243.1 -4783752 L 777819.8 -4783378 L 776485.1 -4783454 L 775922.4 -4782940 L 775052 -4782703 L 773891.5 -4781773 L 773104 -4780418 L 773353.9 -4779420 L 773142.2 -4778709 L 773389 -4778348 L 774242.5 -4777101 L 774210.8 -4776638 L 773711.7 -4776258 L 773283.3 -4776728 L 771273.2 -4776662 L 770467.9 -4777071 L 770156.8 -4777910 L 769720.2 -4778200 L 768113 -4778455 L 767775.2 -4778780 L 767239.3 -4778781 L 766958.4 -4779572 L 766385.6 -4779951 L 764139.8 -4779684 L 762977.6 -4779035 L 762423.7 -4778956 L 760784 -4779284 L 760111.1 -4779117 L 759315.9 -4778631 L 756967.7 -4776002 L 756486.9 -4774907 L 756315.8 -4774303 L 756238.6 -4773784 L 756117.4 -4772928 L 756109.3 -4772749 L 756463.6 -4771991 L 756625.8 -4770318 L 756890.3 -4769960 L 757618.8 -4770081 L 758042.2 -4769662 L 756680.2 -4768969 L 756013 -4769006 L 755405 -4769485 L 755161 -4769896 L 754587.5 -4770019 L 753982.4 -4769680 L 753631.6 -4769877 L 752905.7 -4769731 L 752330 -4769087 L 751908.3 -4769225 L 751701.5 -4770304 L 751803.4 -4770569 L 752069.2 -4770723 L 752865.9 -4770506 L 753248.9 -4770402 L 753782.3 -4770428 L 753849 -4770792 L 754421.5 -4771205 L 754714 -4771873 L 754119.9 -4774577 L 753782.1 -4774902 L 751724.9 -4775062 L 750570.5 -4775385 L 749768.7 -4775231 L 747949.2 -4774519 L 745967 -4774400 L 745817.9 -4774390 L 745366 -4774577 L 745228 -4774947 L 745513.8 -4775947 L 745325.2 -4776312 L 744245.7 -4777179 L 743035.2 -4777293 L 742255.2 -4777703 L 742155.9 -4777412 L 739153.4 -4777583 L 738898.1 -4777585 L 738416.3 -4777027 L 738052.6 -4777094 L 738138.6 -4778048 L 738372.5 -4778530 L 738251.6 -4778724 L 737662.8 -4778744 L 737509.4 -4779010 L 737017.8 -4778554 L 736650.4 -4779183 L 736350.2 -4779384 L 736284.5 -4778483 L 735985.3 -4778147 L 734885.9 -4778169 L 734445.2 -4776925 L 734628.9 -4776611 L 735039 -4776855 L 736239.7 -4776842 L 736476.4 -4776507 L 736374.6 -4776242 L 736904.1 -4775781 L 736079.6 -4775600 L 735974.5 -4775438 L 735635.5 -4774918 L 735204.9 -4774620 L 736205 -4774308 L 736871.8 -4775063 L 737596.9 -4774953 L 738141.9 -4774597 L 739163.8 -4774849 L 739860.5 -4774507 L 740205 -4773850 L 740032.3 -4773527 L 739419.9 -4773263 L 738932.1 -4773293 L 738546.2 -4773588 L 738220 -4773531 L 738090.5 -4773289 L 736841 -4773015 L 736619.1 -4773198 L 736711.1 -4773564 L 735882.4 -4773689 L 735206 -4774084 L 734636.8 -4773901 L 734598.6 -4773857 L 733216.8 -4772230 L 732522.5 -4770707 L 731883.8 -4770977 L 731034 -4770793 L 730572.3 -4771081 L 729942.7 -4770995 L 729534.1 -4771262 L 728622.5 -4772503 L 727583.1 -4773222 L 728333.4 -4774956 L 728466.8 -4775684 L 728094.5 -4776364 L 728513.4 -4776975 L 728564 -4777048 L 728471.6 -4777474 L 728015.4 -4777967 L 726663.3 -4777965 L 726454.4 -4778276 L 724869.7 -4778303 L 725270.6 -4778904 L 725114.7 -4779195 L 725470 -4779741 L 725491.2 -4780050 L 725024.5 -4780388 L 723562.4 -4779941 L 721962.9 -4780119 L 721107.2 -4780522 L 720714.6 -4781148 L 720310.8 -4781365 L 719749.7 -4781363 L 718909.9 -4781077 L 718607.2 -4781303 L 718464.2 -4781724 L 718005.6 -4782242 L 717780.8 -4783243 L 718070.1 -4783680 L 718741 -4784128 L 718257 -4784644 L 717204.2 -4784697 L 716863.3 -4784714 L 716863.3 -4784714 z M 726278.5 -4772993 L 726189.9 -4773905 L 726367.6 -4774178 L 727036.5 -4773859 L 726278.5 -4772993 L 726278.5 -4772993 z M 781314.6 -4769191 L 780342.6 -4767896 L 779930.6 -4767932 L 779596.8 -4768744 L 779958.6 -4769751 L 780483.1 -4770134 L 781290 -4770237 L 781599.5 -4770680 L 782343.5 -4771745 L 782180.3 -4772112 L 782636.9 -4772668 L 783440.6 -4772541 L 784602.2 -4772935 L 785588.7 -4773029 L 785898.9 -4772726 L 785429.8 -4772298 L 784091.2 -4771888 L 783571.6 -4771454 L 782837.7 -4770335 L 782510.9 -4769229 L 781744.1 -4768977 L 781314.8 -4769191 L 781314.6 -4769191 z M 760762.9 -4764503 L 760254.7 -4764480 L 760032.7 -4764663 L 760054.5 -4765228 L 757365.6 -4766375 L 758171.3 -4767015 L 758876.9 -4767108 L 759270.3 -4766737 L 759789 -4766915 L 760061.4 -4766737 L 760820 -4766810 L 761585 -4767344 L 761703 -4767968 L 762707.7 -4767964 L 763164.8 -4768160 L 763614.1 -4768792 L 763981.1 -4768955 L 764628.9 -4766486 L 764395.6 -4766259 L 763793.7 -4766150 L 763459.3 -4765913 L 762037.6 -4765571 L 761598.2 -4764839 L 760763 -4764503 L 760762.9 -4764503 z M 774193.8 -4767867 L 773952.5 -4767460 L 773657.9 -4767866 L 773874 -4768270 L 773773.6 -4768516 L 774134 -4769011 L 774381.2 -4768830 L 774193.9 -4767866 L 774193.8 -4767867 z M 776880.7 -4766744 L 776318.6 -4766486 L 775948.2 -4766885 L 774974.9 -4766919 L 774482.9 -4767255 L 775346.7 -4767824 L 775426.5 -4768318 L 776405.4 -4768489 L 777724.3 -4769101 L 778199.2 -4768942 L 778157.7 -4768581 L 778769.5 -4768588 L 778842.2 -4768365 L 778312.8 -4768033 L 777267.4 -4766705 L 776880.7 -4766744 L 776880.7 -4766744 z "
id="path675" />
<path
d="M 588733 -4823910 L 587870 -4824150 L 586491.2 -4824426 L 583870.6 -4824095 L 579337.8 -4822711 L 577702.4 -4821721 L 577627.6 -4821676 L 573935.5 -4820041 L 570779.3 -4817359 L 569825.9 -4816935 L 568494.8 -4815937 L 566544.7 -4813644 L 564444.6 -4811176 L 563457.4 -4810313 L 561902 -4809524 L 560934 -4809251 L 558811.7 -4807998 L 557316.1 -4806857 L 556692.6 -4805927 L 556401.6 -4806819 L 556147.1 -4806770 L 556070.8 -4805765 L 555713.9 -4805500 L 553002.4 -4805059 L 550013.3 -4802496 L 547607.8 -4799963 L 546343.6 -4798282 L 546138 -4798142 L 544861 -4797270 L 544210.4 -4796618 L 543705.8 -4795778 L 543177.1 -4795445 L 542153.8 -4794171 L 541379.4 -4792436 L 540876 -4792106 L 540148.3 -4791984 L 538362.9 -4792245 L 535283.3 -4793225 L 533099.8 -4793908 L 532415.1 -4793867 L 530025 -4792485 L 529348.9 -4792880 L 529175.8 -4792301 L 528771 -4792006 L 528192.3 -4791924 L 526965.3 -4792214 L 527040 -4791711 L 526900.2 -4791313 L 526388.8 -4790804 L 523881.7 -4789054 L 521174.4 -4787003 L 519134.3 -4785069 L 518322.9 -4785670 L 516078.3 -4788838 L 515403.6 -4789129 L 514655.6 -4789096 L 513775.2 -4788395 L 512643.8 -4788323 L 511613.2 -4788782 L 511651.6 -4789534 L 511212 -4790127 L 509367.1 -4790257 L 509025.9 -4789592 L 507951 -4789747 L 507628 -4789942 L 507317 -4790156 L 506712.9 -4790594 L 505965.1 -4790493 L 504123.6 -4792388 L 502640.2 -4792594 L 500617.9 -4792115 L 500697 -4792482 L 500179.5 -4793071 L 500102.2 -4794240 L 500220.3 -4794613 L 500065 -4796785 L 499324 -4796767 L 498954.6 -4796729 L 496611.2 -4796043 L 496265.8 -4795980 L 495337.2 -4795921 L 495011.2 -4796111 L 493322.6 -4797488 L 493089.5 -4797203 L 492491.1 -4796819 L 491189.5 -4797508 L 490861.5 -4797693 L 490393.9 -4798284 L 490884.3 -4799232 L 490747.2 -4800338 L 490625.7 -4800655 L 490779.9 -4800958 L 490708.3 -4801310 L 490602.1 -4801984 L 489352.3 -4802688 L 489212.7 -4803584 L 489100.3 -4803875 L 488096.3 -4803060 L 488003.1 -4802749 L 489133.5 -4800859 L 489471.9 -4798992 L 489050.7 -4797931 L 487222.3 -4797438 L 486894.2 -4797223 L 484967.8 -4797257 L 483991.3 -4796730 L 484841.6 -4795558 L 484280.4 -4795084 L 483960.3 -4794861 L 483643.2 -4794634 L 482459.9 -4793235 L 482424.4 -4792134 L 482437.2 -4791765 L 482446.3 -4791720 L 482129.5 -4790899 L 481871.2 -4790745 L 481327 -4790301 L 481261.9 -4789946 L 480938.6 -4789860 L 479641.1 -4789567 L 479442.7 -4789878 L 478689 -4790677 L 478456.7 -4790973 L 476822 -4791898 L 476106.5 -4791690 L 475803.7 -4791782 L 475623.4 -4792041 L 475409.2 -4792708 L 475833.3 -4793756 L 475320.1 -4795540 L 475449.2 -4795858 L 474400.9 -4797169 L 474219.7 -4796458 L 473543.4 -4796130 L 473350.1 -4795031 L 472123.7 -4794217 L 472082.6 -4793844 L 471153.7 -4793982 L 470839.1 -4794018 L 470502.3 -4794136 L 469808.3 -4794180 L 469273.1 -4793259 L 468649.8 -4792909 L 468722.9 -4793268 L 467375.3 -4794446 L 467356.6 -4794797 L 467261.7 -4796175 L 466996.9 -4796255 L 466638.6 -4796638 L 466556.9 -4797017 L 465957.7 -4798407 L 463690.2 -4798811 L 463363.1 -4798632 L 462441.2 -4799678 L 462916.2 -4800699 L 463677.2 -4802018 L 463450.1 -4803134 L 463833.3 -4804615 L 464585.3 -4805477 L 464806.4 -4805772 L 465166.1 -4805687 L 466251.5 -4805700 L 466691.6 -4806306 L 466754 -4807037 L 466008.8 -4807146 L 464875.4 -4808101 L 464552.4 -4808294 L 465643.8 -4808326 L 467161.5 -4809365 L 467500.3 -4809211 L 467838.7 -4809284 L 467817.3 -4809953 L 468041.4 -4810216 L 468752.8 -4810006 L 470651.2 -4811892 L 470935.3 -4812150 L 470939.5 -4812521 L 470696.5 -4813165 L 472477.7 -4812839 L 472832.9 -4813490 L 472598.6 -4813782 L 471997.6 -4814703 L 471790.9 -4816171 L 472186.3 -4817199 L 472105.4 -4818694 L 473127.8 -4818333 L 473491.4 -4818305 L 473264.1 -4818617 L 469900.5 -4822180 L 468711.4 -4824081 L 468820.5 -4824451 L 469876 -4826060 L 469574.3 -4827165 L 469196 -4827085 L 468997.6 -4827414 L 468639 -4827981 L 469624.5 -4829152 L 471067.3 -4834648 L 471413.1 -4834511 L 471715.7 -4833461 L 472820.4 -4833397 L 474224.7 -4833878 L 474435 -4833558 L 477303.2 -4832614 L 478752.5 -4830922 L 479202.9 -4829877 L 479846.9 -4829464 L 480214.3 -4829546 L 482038.8 -4830763 L 483122.7 -4830623 L 483644.1 -4831166 L 483894.3 -4831457 L 484701.8 -4832269 L 485807.9 -4832041 L 487135.8 -4832852 L 489060.5 -4832875 L 490311.6 -4834225 L 491814.3 -4833949 L 492204.8 -4833961 L 493066.4 -4834766 L 493153.6 -4837494 L 494391.6 -4838396 L 494976.5 -4838070 L 496002.4 -4838599 L 496213.6 -4838923 L 497159.7 -4839432 L 497531.2 -4839498 L 498184.8 -4839877 L 499305.8 -4839708 L 500702.2 -4839149 L 501132.7 -4838546 L 501454.6 -4838365 L 502158.2 -4838152 L 503513.9 -4838655 L 504517.6 -4838198 L 504612.9 -4838553 L 504650.7 -4839262 L 505197.3 -4839756 L 504051.9 -4840767 L 504264.9 -4841852 L 503931.2 -4842546 L 504218.7 -4843261 L 503898.9 -4843963 L 504063.5 -4844716 L 504146.8 -4845094 L 504881.9 -4845179 L 505530.1 -4846498 L 504343.2 -4847838 L 504201.8 -4848185 L 504308.1 -4848551 L 503515.3 -4850257 L 503642.6 -4850605 L 504738.1 -4851496 L 504321.6 -4852092 L 504325.9 -4853198 L 504933.1 -4854009 L 505323.8 -4853961 L 506491.5 -4854044 L 508652.7 -4853108 L 509814.1 -4852068 L 511722.9 -4851641 L 511783.7 -4851755 L 512067 -4852008 L 514269.5 -4851545 L 516112.7 -4851566 L 517507.6 -4852106 L 518235.6 -4853029 L 518598 -4853183 L 519273.1 -4853338 L 519619.6 -4853425 L 519712.4 -4854908 L 518651.9 -4855992 L 518504.5 -4857094 L 519116 -4858457 L 520172.5 -4858836 L 520622.7 -4859870 L 520678.1 -4860247 L 521600.1 -4861086 L 521866.1 -4860893 L 522541 -4860511 L 523287.1 -4860700 L 525178 -4860284 L 527095.9 -4860633 L 527037.5 -4861689 L 528089.3 -4862671 L 528374.8 -4862897 L 528474.2 -4862565 L 529283.8 -4863123 L 530192.6 -4862670 L 531246.9 -4862497 L 531830.8 -4862939 L 533614.8 -4862572 L 534574.6 -4861363 L 534685.5 -4859856 L 534211.8 -4858396 L 533457.6 -4858242 L 534203.1 -4857371 L 534555 -4857211 L 535509.3 -4857873 L 536610 -4858160 L 538299.8 -4860288 L 539062.1 -4860387 L 539428.9 -4860331 L 540310.4 -4860960 L 541400.6 -4860085 L 541631.8 -4859795 L 541498.9 -4857480 L 541936.4 -4856828 L 543687 -4856025 L 544717.7 -4856438 L 545753.4 -4855290 L 546119.3 -4855143 L 546348.7 -4855436 L 547766.1 -4855831 L 547794.6 -4856201 L 545936.4 -4857459 L 546085.3 -4858209 L 546412.2 -4858905 L 547810.5 -4860193 L 547940.5 -4860911 L 549435.8 -4863006 L 549635.3 -4863323 L 550759.7 -4863105 L 550808.8 -4861331 L 551391.9 -4861721 L 551342.6 -4862858 L 552759.8 -4862718 L 553125.6 -4862643 L 553638.9 -4862946 L 554044.9 -4864376 L 553871.2 -4865075 L 554430.7 -4865993 L 554651.7 -4865869 L 554899.5 -4865921 L 554485.3 -4867217 L 555677.6 -4867959 L 557104.3 -4868278 L 558205.4 -4869366 L 562717 -4868990 L 562689.4 -4868627 L 562712.6 -4867543 L 563403.6 -4866268 L 565392.3 -4866304 L 565634.5 -4866016 L 566056.2 -4864274 L 565720.2 -4863604 L 565475.1 -4862920 L 563790.9 -4860558 L 564282.2 -4859206 L 565644.9 -4858721 L 566098.3 -4858156 L 566332.5 -4857879 L 566623 -4858130 L 567684.3 -4858138 L 568764.6 -4859048 L 571814.4 -4859285 L 572974.6 -4860259 L 573441 -4859688 L 573338.5 -4859319 L 573313.8 -4858173 L 573759.8 -4857118 L 574618.8 -4856626 L 574955.7 -4856555 L 575294.5 -4856537 L 576650.6 -4856568 L 576555.1 -4856226 L 576595.9 -4855527 L 578317 -4855388 L 577860 -4854765 L 577912.2 -4853665 L 576954.2 -4852453 L 576811.6 -4851300 L 577094.6 -4851134 L 577962.5 -4850808 L 578319.1 -4850968 L 579659.4 -4851766 L 580115.7 -4852122 L 582330.8 -4850875 L 582565 -4850586 L 584050.6 -4849346 L 584324.8 -4849070 L 584244.8 -4848286 L 584232.3 -4847872 L 584885.2 -4847663 L 585303.6 -4847115 L 585494.9 -4846804 L 586825.7 -4847180 L 587415.9 -4846754 L 587795.3 -4845397 L 588094.4 -4845186 L 588462.3 -4845083 L 589113 -4844156 L 589317.2 -4843880 L 589989.9 -4843828 L 590866 -4844231 L 591711.2 -4843673 L 591811.5 -4843336 L 592364.1 -4841712 L 592554.3 -4841412 L 593246.8 -4840617 L 593452.2 -4839313 L 593433.7 -4838963 L 593383.1 -4838663 L 595885.8 -4834438 L 595830.2 -4833340 L 594042.7 -4829863 L 592418.9 -4828207 L 592487.9 -4827427 L 592486.4 -4827037 L 590274.4 -4827314 L 588424.1 -4826946 L 587475.9 -4827561 L 586765.5 -4827481 L 586418.9 -4827330 L 586383 -4827285 L 587095.5 -4827269 L 588968.8 -4825410 L 589165.1 -4825086 L 588733.2 -4823911 L 588733 -4823910 z "
id="path676" />
<path
d="M 507499.6 -4709217 L 507925.9 -4709028 L 509307.2 -4708983 L 510883.5 -4707986 L 510192.8 -4707485 L 509908.4 -4706742 L 510023.6 -4706345 L 510288.6 -4706243 L 510472.2 -4705929 L 510251.1 -4705320 L 510273 -4703790 L 511392.5 -4704076 L 512008 -4703779 L 512789.6 -4702353 L 512845.6 -4702251 L 512884.5 -4701590 L 513254.9 -4701192 L 513041.9 -4700763 L 513407.3 -4700414 L 513313 -4700074 L 513925.4 -4699546 L 513942.1 -4699113 L 513554.9 -4698732 L 513058.9 -4698898 L 512722.9 -4699015 L 511819.9 -4699054 L 510669.5 -4699068 L 509806.5 -4699210 L 509385.8 -4699169 L 508910.7 -4699173 L 508466.5 -4698856 L 508079.1 -4698469 L 507996.7 -4698286 L 507639.7 -4698102 L 507256.6 -4698190 L 506848.6 -4698276 L 506408.8 -4698434 L 505597.4 -4699079 L 505335.6 -4699204 L 504765.5 -4700198 L 504471.8 -4700394 L 503904.4 -4700839 L 503709.8 -4701045 L 503320.1 -4701981 L 503050.7 -4702705 L 502806.1 -4703431 L 502621 -4703537 L 502247.4 -4703526 L 501704.3 -4703199 L 500878.3 -4702696 L 500549.4 -4702739 L 500297.1 -4702765 L 499999.5 -4703000 L 497119.7 -4702149 L 496427.2 -4702462 L 495290.2 -4702504 L 493367.3 -4701361 L 492814.1 -4701185 L 491934.4 -4701082 L 489017.2 -4701525 L 488372.7 -4701459 L 488059.6 -4701250 L 487636 -4700968 L 484652.1 -4698089 L 483886.6 -4696503 L 483313.9 -4696124 L 481627.2 -4696108 L 478959.7 -4696773 L 478165.6 -4696747 L 476572.5 -4696345 L 475601.4 -4696100 L 474130.6 -4695144 L 472548.3 -4693560 L 471864.7 -4693089 L 471532.8 -4692560 L 471952.8 -4691089 L 473201.8 -4689744 L 473552.7 -4689148 L 473635.4 -4688681 L 473477.2 -4688364 L 472934.8 -4688033 L 471923.9 -4687875 L 470953.1 -4688026 L 470213.6 -4688142 L 467398.1 -4689127 L 465037.5 -4689533 L 463965.3 -4689534 L 461760.4 -4688112 L 460623.1 -4687966 L 459711.9 -4688212 L 458612.9 -4688246 L 457785.3 -4688740 L 454639.8 -4690615 L 454442.5 -4691009 L 453934.7 -4691417 L 452037.3 -4693718 L 446402.9 -4695756 L 446185.3 -4695874 L 445198.4 -4696409 L 443242 -4697790 L 439105.6 -4698356 L 437453.4 -4698080 L 436523.9 -4697675 L 435757.6 -4696993 L 434615.4 -4696589 L 433903 -4696558 L 433307.5 -4696806 L 432233.8 -4697254 L 430131.7 -4697431 L 428625.5 -4695839 L 426818.1 -4692974 L 425308.5 -4691612 L 423420.9 -4690568 L 422509.5 -4690358 L 421541.2 -4690135 L 420358 -4690044 L 419019.7 -4690198 L 418183.6 -4690474 L 417645.8 -4691045 L 415387.9 -4692258 L 414839.4 -4692806 L 414401.5 -4693879 L 414503.4 -4695205 L 413845.5 -4697461 L 413570.4 -4698002 L 413413.4 -4698311 L 413280.7 -4699022 L 412462.3 -4700071 L 411516 -4700851 L 410546 -4700974 L 409747.1 -4700510 L 409038.7 -4700578 L 405938 -4702586 L 404762 -4703899 L 403338.8 -4704867 L 398440.7 -4704907 L 398188.4 -4704993 L 395782.4 -4705814 L 395121.1 -4706510 L 394962.7 -4707547 L 395161.6 -4709086 L 395929.6 -4711234 L 395836.2 -4711856 L 395965.5 -4712405 L 396495.2 -4713195 L 396792.3 -4713371 L 399050.1 -4713982 L 399902.4 -4713969 L 401426.5 -4714489 L 403158 -4715262 L 403489.6 -4715449 L 404594.2 -4715737 L 406821.8 -4715261 L 407569.6 -4715416 L 407498.2 -4716171 L 408578.9 -4716443 L 409069.9 -4717011 L 409161 -4718128 L 409596 -4718746 L 409727.5 -4719104 L 410577.2 -4718335 L 411741.5 -4718372 L 412448.1 -4718036 L 413146.5 -4718355 L 413841.9 -4719281 L 415713.4 -4719419 L 415968.9 -4719714 L 415955.6 -4720420 L 417177.1 -4722536 L 417781.8 -4724111 L 418120 -4724127 L 419188.8 -4723484 L 419449.9 -4723289 L 419807.3 -4723252 L 421489.3 -4723693 L 421802.5 -4724365 L 422948.7 -4724160 L 424005.2 -4724568 L 426680 -4724454 L 428433.9 -4725236 L 429675.2 -4724316 L 430425.3 -4724111 L 431166 -4724345 L 431553.3 -4724306 L 432130 -4723380 L 432365.4 -4723088 L 432370.5 -4723043 L 432373.8 -4722633 L 433346.7 -4722972 L 433699.1 -4722939 L 433613.6 -4723479 L 433688.6 -4723747 L 435869.6 -4725211 L 437698.2 -4725762 L 439001.6 -4728052 L 439642 -4728474 L 439666.6 -4729241 L 440535.9 -4728557 L 441615.5 -4728298 L 444071.7 -4728921 L 444395.5 -4729101 L 446074.3 -4730731 L 447096.6 -4731295 L 447248.9 -4732444 L 446963.2 -4733572 L 446874 -4733696 L 446820.3 -4733977 L 446717.9 -4734542 L 446891.6 -4734857 L 446633.1 -4735897 L 446140.6 -4736411 L 446218.4 -4737127 L 446202.3 -4737509 L 446205.8 -4739418 L 445830.4 -4739455 L 445256.4 -4739829 L 445245.1 -4741323 L 444461.3 -4742117 L 444683.8 -4743198 L 445590.4 -4743802 L 448074.3 -4744323 L 448432.4 -4744409 L 449357 -4744638 L 450623.7 -4744259 L 450922.5 -4744117 L 455068.1 -4743324 L 455450.2 -4743382 L 455889.1 -4743498 L 458708 -4744574 L 459019.8 -4744799 L 459967.9 -4744491 L 460225.1 -4744242 L 460494.3 -4743983 L 463404.1 -4744316 L 463767.7 -4744231 L 464510.9 -4744026 L 464894.3 -4743989 L 467412 -4743176 L 470029.8 -4743367 L 470407 -4743401 L 472404 -4743226 L 472468.9 -4743216 L 473846.3 -4742554 L 477557.8 -4742953 L 478627.9 -4743337 L 479560.1 -4744538 L 479757.9 -4744867 L 480375.5 -4747264 L 482438.9 -4749600 L 483927.4 -4749983 L 484312.6 -4750042 L 486405.4 -4751503 L 488511.6 -4752033 L 488812.6 -4752248 L 490058.3 -4750363 L 491846.8 -4749809 L 492220.4 -4749732 L 492821.7 -4748818 L 493048.1 -4748531 L 498574.3 -4746498 L 498911.3 -4746287 L 500518.4 -4745235 L 500837.4 -4745021 L 503065.5 -4743564 L 503129.1 -4743522 L 502729.1 -4742398 L 502832.3 -4741080 L 502543.4 -4740643 L 502389.7 -4737256 L 502659 -4732147 L 502453.3 -4731642 L 501965.3 -4731416 L 501886.5 -4731178 L 501979.1 -4730753 L 502706.7 -4730875 L 502891 -4730815 L 502923.1 -4730487 L 502701.5 -4729622 L 502464.6 -4726304 L 502603 -4724887 L 502418.7 -4722595 L 502573.9 -4718396 L 502939.5 -4717000 L 503105.4 -4716608 L 503035.7 -4714711 L 503263.8 -4711591 L 504047.1 -4710619 L 505008.8 -4710432 L 506492.6 -4709860 L 506747.1 -4709604 L 506524.1 -4709276 L 506720.6 -4709091 L 507498.7 -4709218 L 507499.6 -4709217 z M 417948.7 -4700151 L 418169.7 -4700589 L 418026.6 -4700960 L 417828.1 -4701286 L 416684.2 -4702136 L 416336.8 -4703037 L 416373.3 -4703417 L 416634.1 -4705333 L 416224 -4705459 L 415915 -4705555 L 415778.8 -4705466 L 415601.2 -4704946 L 413941.7 -4703089 L 413571.5 -4701362 L 414527.5 -4700683 L 415122.6 -4700498 L 417948.7 -4700151 L 417948.7 -4700151 z "
id="path677" />
<path
d="M 399902.8 -4713968 L 399392.3 -4714790 L 399133.3 -4715207 L 398570.6 -4715706 L 395867.9 -4717014 L 395681.5 -4717466 L 395830.4 -4717982 L 396365.7 -4718682 L 396352.8 -4719138 L 396055.3 -4719368 L 394845.9 -4719665 L 393530.8 -4720328 L 393037.4 -4721039 L 392609.7 -4721106 L 390744.9 -4720356 L 390405 -4720219 L 389777.1 -4720195 L 387570.6 -4721282 L 386336.9 -4721270 L 384810 -4721743 L 382872.4 -4722882 L 382208.1 -4723747 L 381521.6 -4723929 L 378815.3 -4723340 L 378458.8 -4723458 L 377971.4 -4723351 L 376684.6 -4723066 L 375591.5 -4723480 L 374992.6 -4723349 L 374589.9 -4723058 L 373872.6 -4719045 L 373601.5 -4718555 L 372889.9 -4718223 L 372030.7 -4718297 L 370105.4 -4723513 L 367825 -4727690 L 366087 -4729006 L 365650 -4729508 L 365672.3 -4730272 L 365384.7 -4730733 L 364733 -4731128 L 363693 -4731202 L 359674.1 -4731291 L 357049.2 -4731069 L 355488.9 -4731685 L 354791.3 -4731751 L 353085.4 -4731326 L 352261.8 -4730978 L 350813.3 -4730367 L 350293 -4730322 L 349352.7 -4730552 L 347797 -4731965 L 347131.3 -4733356 L 346736.9 -4734946 L 346207.7 -4735539 L 344309.2 -4737860 L 343449.2 -4738591 L 340396.3 -4738809 L 339583.3 -4739144 L 337271.4 -4739010 L 335992.4 -4739130 L 334412.9 -4739795 L 334224.9 -4740366 L 334029.8 -4740958 L 333381.8 -4741300 L 332954.4 -4741246 L 331628.9 -4740128 L 331167.3 -4739960 L 328998 -4740843 L 327037.1 -4742324 L 324834.1 -4743575 L 324882.7 -4744053 L 325044.3 -4745444 L 324787 -4745697 L 324162.5 -4748464 L 323453.2 -4748725 L 323127.5 -4749406 L 323791.7 -4751163 L 323421.9 -4752199 L 323115.8 -4752423 L 322539.3 -4754070 L 323421.4 -4754606 L 323704 -4754835 L 323955.5 -4755107 L 325046.6 -4754949 L 325679.9 -4755315 L 326399.6 -4755220 L 327298.5 -4755830 L 327377.1 -4756193 L 326644.5 -4758288 L 326581.4 -4758659 L 329283.4 -4758653 L 329659.2 -4758763 L 330002 -4758903 L 330901.8 -4759543 L 331186.3 -4759508 L 331749.4 -4759407 L 333647.4 -4759664 L 333929.9 -4759927 L 334838.2 -4760148 L 335111.1 -4760303 L 335235.6 -4760661 L 336454.1 -4762091 L 337340.6 -4763763 L 338410.6 -4763966 L 338723.2 -4764187 L 337997.8 -4764184 L 337568.5 -4765163 L 336674.4 -4765763 L 336360.3 -4765703 L 336041 -4765712 L 335721.7 -4767803 L 335694.6 -4768160 L 336181 -4767724 L 336415.3 -4767497 L 336515 -4767526 L 336446 -4768480 L 336093.9 -4768425 L 335684.8 -4769010 L 335723.4 -4769720 L 335856 -4770051 L 335448 -4770920 L 335288.3 -4771233 L 337032.5 -4771581 L 337478.8 -4772137 L 336421.5 -4773223 L 336472.9 -4773980 L 336816.2 -4773984 L 337440.3 -4774791 L 337227.6 -4775767 L 337567.3 -4775650 L 337925.5 -4775663 L 339198 -4774377 L 340228.6 -4774149 L 341300.5 -4776290 L 341451.6 -4777742 L 341146.4 -4778326 L 341440.8 -4778959 L 341581 -4779127 L 342326.9 -4778357 L 344041.7 -4777958 L 344350.6 -4777776 L 344374.4 -4778465 L 345681.5 -4778871 L 346039.7 -4778893 L 346327.7 -4779032 L 346341.7 -4779350 L 346663.6 -4779505 L 347336.9 -4780272 L 349060.8 -4778208 L 350406.4 -4777448 L 351435.3 -4778418 L 351634.9 -4778105 L 353303 -4776652 L 353372.8 -4776340 L 354284.6 -4775487 L 354243.5 -4774580 L 355150.9 -4772584 L 355263.8 -4772233 L 356695.4 -4772382 L 357052.5 -4772435 L 357384.5 -4772536 L 358388.6 -4772805 L 358332.1 -4774619 L 359815.4 -4774841 L 360050 -4775140 L 360133.8 -4775473 L 360756.1 -4776284 L 361773.4 -4776171 L 361506.1 -4776438 L 359700.8 -4778363 L 359484.1 -4779077 L 357981.2 -4779058 L 357610.9 -4779081 L 356538.3 -4779311 L 355087.9 -4779745 L 354797.3 -4780447 L 355791.6 -4781992 L 356030.6 -4783472 L 356778.6 -4783644 L 357432.2 -4783351 L 357569 -4782989 L 357884.2 -4783036 L 358816.8 -4783566 L 359107.6 -4783787 L 358963.6 -4783868 L 359458.2 -4784342 L 361388.7 -4783577 L 361864.4 -4784044 L 362166.4 -4784186 L 362640.6 -4783815 L 362877.7 -4783627 L 363511.2 -4783724 L 363803 -4784289 L 364109.1 -4784382 L 363949.8 -4784934 L 363979.9 -4785222 L 365979.7 -4786006 L 366336.7 -4786115 L 367430.4 -4785835 L 368070.4 -4786774 L 368246.1 -4787115 L 368497.8 -4787755 L 368086 -4788662 L 367867.6 -4788930 L 367729.9 -4789625 L 367090 -4789319 L 366407.7 -4789518 L 366069 -4789626 L 365719.1 -4789468 L 364789.1 -4790069 L 363311.9 -4790404 L 364260.2 -4791060 L 364309 -4791435 L 361369 -4791969 L 361436.8 -4792337 L 361963.3 -4792844 L 361289.6 -4794571 L 362019.5 -4794467 L 362518.7 -4795474 L 363264.1 -4795535 L 363880.2 -4796855 L 364482.7 -4797335 L 365636.1 -4797498 L 367855.8 -4796863 L 367253.2 -4796415 L 368322.6 -4794493 L 370135.8 -4793213 L 370200 -4793093 L 371870.5 -4791100 L 372113.1 -4790383 L 371279.8 -4787529 L 372422.4 -4786574 L 373250.6 -4786308 L 373486.7 -4786098 L 374076.2 -4785888 L 375088 -4785647 L 375573.4 -4785883 L 375987.2 -4786384 L 376080 -4786754 L 376939.5 -4787423 L 378306.7 -4786783 L 378304.5 -4787218 L 378324.4 -4787586 L 378046.2 -4788208 L 377398.4 -4788561 L 377670.2 -4788792 L 378400.6 -4789952 L 378271.2 -4790189 L 377855 -4790531 L 377499.8 -4790488 L 377261.4 -4791145 L 377461.2 -4791441 L 377310.6 -4791768 L 377150 -4792089 L 377680.5 -4793000 L 377805.4 -4794760 L 378046.7 -4794497 L 378636.6 -4794128 L 379054.2 -4794704 L 379382.1 -4793805 L 379455.9 -4793449 L 379502.8 -4792387 L 379846.5 -4792268 L 381119.2 -4792963 L 381463.9 -4792848 L 381458.2 -4792738 L 381762.1 -4792922 L 382684.6 -4791411 L 383352.8 -4790523 L 383857.4 -4791062 L 383773.6 -4792502 L 384140.9 -4792508 L 384470.8 -4792692 L 384764.2 -4791994 L 386247.4 -4791677 L 386665.4 -4791047 L 388879.8 -4790529 L 389164 -4790277 L 388923.5 -4788780 L 388969.5 -4788403 L 389726 -4788444 L 390619.4 -4789156 L 390671.2 -4789918 L 390264.3 -4790904 L 391981.7 -4792929 L 392164.5 -4793264 L 393054.7 -4792606 L 393352.8 -4792383 L 393610.1 -4792095 L 394353.4 -4790755 L 394270.6 -4789258 L 395526.5 -4787338 L 396156.6 -4786893 L 395902.8 -4786626 L 396165.2 -4785566 L 394989.2 -4784182 L 394946.3 -4783091 L 395116 -4782737 L 396262.7 -4782814 L 397370.7 -4782423 L 398004.2 -4781446 L 400206.5 -4779859 L 400574.2 -4779723 L 400918.4 -4779066 L 402351 -4779328 L 403621.8 -4778559 L 403968.5 -4778418 L 404349.8 -4778045 L 406154 -4778207 L 405955.6 -4779227 L 406304.6 -4779342 L 406462.4 -4779673 L 406839.6 -4777895 L 408555.4 -4777898 L 408777.2 -4778195 L 408751.4 -4776310 L 409515.2 -4775515 L 409716.8 -4774810 L 410688.8 -4776355 L 411654.4 -4776595 L 412555 -4776147 L 412596.5 -4775558 L 412949 -4775517 L 414250.7 -4775108 L 414491 -4774107 L 414410.8 -4773119 L 414780.2 -4771621 L 414809.2 -4771235 L 414517.2 -4771084 L 414317.3 -4770823 L 414611.3 -4770623 L 415385.1 -4769469 L 415227.3 -4769151 L 413847.8 -4769194 L 413530 -4768603 L 413961 -4767246 L 414626.6 -4766947 L 415199.7 -4767249 L 416398.7 -4766431 L 416681.5 -4765940 L 417091.3 -4765385 L 417186.1 -4765053 L 417155.2 -4764334 L 416033.3 -4762917 L 415817.5 -4762626 L 416510.5 -4762515 L 417259.1 -4761793 L 417258 -4761120 L 416936.5 -4760450 L 417118.5 -4758234 L 417586.2 -4757675 L 418670.8 -4757450 L 417680.2 -4756591 L 417332 -4756556 L 416589.1 -4757356 L 415146.4 -4757539 L 414298.9 -4757225 L 414336.9 -4756874 L 413061.6 -4756441 L 412843.1 -4755029 L 413225.7 -4754923 L 416651.9 -4753924 L 416673 -4753539 L 417344.8 -4751799 L 417488.5 -4751465 L 417068.8 -4750948 L 416680.9 -4748476 L 416703.9 -4748114 L 416951.5 -4747408 L 415258.4 -4746546 L 414916.6 -4746379 L 413840.3 -4745871 L 409489.2 -4745506 L 409093.1 -4745486 L 408376.5 -4745492 L 407943.6 -4745108 L 407939.7 -4744749 L 407976.8 -4744035 L 406704.5 -4742713 L 406630.9 -4741979 L 406815.5 -4741654 L 409241.1 -4740797 L 409759.6 -4740302 L 409795.7 -4739931 L 410044.9 -4739699 L 411936.4 -4736970 L 412261.3 -4736784 L 412022.6 -4736519 L 410667.7 -4736122 L 410617.9 -4735767 L 410938.3 -4735104 L 411938.7 -4734635 L 412308.9 -4734633 L 412451.3 -4734416 L 412446.1 -4734158 L 413427.7 -4733622 L 413960.6 -4732668 L 416950.3 -4732363 L 417326.7 -4732312 L 417611.8 -4732394 L 417906.1 -4732433 L 418164.8 -4732366 L 418335.1 -4732160 L 419285.2 -4732787 L 419667.2 -4732865 L 420551.9 -4733018 L 420897.4 -4733607 L 421632.7 -4733663 L 422802.6 -4734548 L 424627 -4734168 L 424993.5 -4734101 L 425109.1 -4734145 L 425215.1 -4732758 L 425934.8 -4732038 L 426249.7 -4731876 L 427105.6 -4731327 L 427329 -4731065 L 429524.8 -4729333 L 429505.9 -4728973 L 430074.3 -4728459 L 430846.6 -4728499 L 431482.5 -4728094 L 432206.2 -4726748 L 432241.4 -4726014 L 431616.6 -4725068 L 431554.1 -4724306 L 431166.8 -4724345 L 430426.1 -4724111 L 429676 -4724316 L 428434.7 -4725236 L 426680.8 -4724455 L 424006 -4724569 L 422949.5 -4724160 L 421803.3 -4724366 L 421490.1 -4723693 L 419808.1 -4723252 L 419450.7 -4723289 L 419189.6 -4723484 L 418120.8 -4724127 L 417782.6 -4724111 L 417177.9 -4722536 L 415956.4 -4720420 L 415969.7 -4719714 L 415714.2 -4719419 L 413842.7 -4719281 L 413147.3 -4718355 L 412448.9 -4718037 L 411742.3 -4718373 L 410578 -4718335 L 409728.3 -4719104 L 409596.8 -4718746 L 409161.8 -4718128 L 409070.7 -4717012 L 408579.7 -4716444 L 407499 -4716171 L 407570.4 -4715416 L 406822.6 -4715261 L 404595 -4715737 L 403490.4 -4715449 L 403158.8 -4715262 L 401427.3 -4714489 L 399903.2 -4713969 L 399902.8 -4713968 z "
id="path678" />
<path
d="M 324834.2 -4743576 L 324009.4 -4744045 L 322410.2 -4744589 L 319656.5 -4745526 L 317918.7 -4745760 L 312369.5 -4748658 L 311193.5 -4748341 L 310267.7 -4746747 L 310179 -4746594 L 309332.8 -4746030 L 309342.8 -4743200 L 309159.2 -4742198 L 307585.9 -4740328 L 307532.5 -4739771 L 308778.4 -4738911 L 308445.2 -4737783 L 308198 -4737479 L 308111.2 -4736807 L 308760.2 -4735479 L 308837.2 -4734782 L 308912.2 -4734104 L 309451.6 -4732857 L 309370.6 -4730753 L 309888.9 -4729531 L 309806.7 -4728705 L 309309 -4728718 L 307321.8 -4729572 L 304059 -4730408 L 302411.1 -4730305 L 301816.6 -4730267 L 297207.2 -4730654 L 296212 -4730317 L 295361.6 -4730241 L 293507.6 -4730486 L 293007.7 -4730454 L 293423.5 -4730957 L 293875 -4731556 L 293785.3 -4732283 L 291363.8 -4734694 L 292268 -4735341 L 292243.1 -4736099 L 292146.9 -4736474 L 292440.8 -4737585 L 292342.7 -4737938 L 291800.4 -4738872 L 291896 -4739940 L 292415 -4740904 L 292509.5 -4740983 L 292573.1 -4742340 L 292533.3 -4742585 L 292288.7 -4742636 L 292137.8 -4742968 L 292261.7 -4744731 L 292306.2 -4745099 L 292747.8 -4746502 L 293044.2 -4747247 L 292825.1 -4747410 L 292467.4 -4747818 L 293231.2 -4748436 L 293505.8 -4748626 L 293513.4 -4748993 L 293471.7 -4749725 L 293946.8 -4750714 L 294321.1 -4750672 L 295725.4 -4750253 L 296093 -4749602 L 296468 -4749634 L 297844.6 -4749415 L 298013.3 -4749111 L 298529.6 -4748697 L 299596.8 -4749039 L 300146.4 -4748522 L 300479.2 -4748629 L 300825.6 -4748577 L 300979.2 -4748857 L 301964.9 -4749661 L 302123.1 -4750309 L 302082.8 -4750686 L 302297.1 -4750997 L 302420.6 -4751316 L 302828.2 -4752246 L 302887.8 -4752584 L 303411.1 -4753803 L 303676.9 -4753966 L 303871.2 -4754844 L 303847.8 -4755226 L 304112.6 -4755945 L 304469.3 -4756348 L 304575.2 -4756597 L 304862.3 -4756667 L 305375.3 -4756886 L 305603.7 -4757180 L 306308.2 -4757419 L 307219.9 -4758588 L 307592 -4758607 L 307749.3 -4759809 L 307177.7 -4760342 L 307113.6 -4760402 L 306191.4 -4760749 L 305867.9 -4760824 L 305520.2 -4761529 L 305389.2 -4761901 L 305565.9 -4762151 L 305208.1 -4762601 L 305508.1 -4762688 L 306368.5 -4762893 L 306375.3 -4763222 L 306355.1 -4764125 L 306144.7 -4764377 L 305623.2 -4765118 L 305530.2 -4765463 L 305713.4 -4766151 L 305649.1 -4766276 L 305453.4 -4766609 L 305067.5 -4767677 L 304765 -4767722 L 303865.5 -4767870 L 303928.6 -4767521 L 303790.4 -4766828 L 303712 -4766424 L 303466.4 -4766475 L 303223.7 -4766542 L 303165.1 -4766179 L 302104.9 -4766348 L 301442.3 -4766084 L 301212.8 -4765797 L 300113.9 -4764787 L 299916.5 -4764462 L 299595.3 -4764170 L 299283.7 -4764244 L 298392.7 -4765082 L 298929.6 -4765614 L 299143.9 -4768181 L 299302.4 -4768503 L 300244.8 -4768919 L 301385.4 -4768048 L 301730.3 -4768149 L 301627.1 -4768535 L 301496.2 -4768881 L 301152.5 -4770988 L 300840.6 -4771151 L 301414.2 -4772033 L 301594.1 -4772238 L 299055.5 -4773413 L 299116.6 -4774486 L 298834.3 -4774447 L 298276.8 -4774366 L 296841.7 -4774716 L 296511.7 -4776058 L 295795.7 -4776224 L 295660.5 -4776950 L 295334.6 -4776841 L 293651.2 -4776583 L 292697.7 -4776745 L 293024.3 -4776936 L 293604.4 -4777411 L 292890.9 -4778271 L 291896.2 -4778806 L 291812.3 -4778837 L 292027.9 -4779099 L 293114 -4780395 L 293295.5 -4780718 L 293620 -4780947 L 296641.9 -4783474 L 298476 -4785554 L 297263 -4786282 L 298117.6 -4787340 L 298245.3 -4787659 L 298569.1 -4787514 L 299564.3 -4787144 L 300486.6 -4787671 L 301033 -4787221 L 301356.8 -4787375 L 302546.9 -4788089 L 302786.5 -4788370 L 302806.6 -4789830 L 302428.5 -4789782 L 301409.9 -4790299 L 301041 -4790200 L 301304.6 -4790472 L 302373.4 -4791972 L 303124.6 -4792044 L 303153.5 -4792350 L 303198.4 -4792653 L 303491 -4792906 L 304870.8 -4794250 L 306326.4 -4794693 L 306393.3 -4794993 L 306715.1 -4796080 L 308082.6 -4796623 L 307818 -4797271 L 306159.1 -4798250 L 305794.4 -4798376 L 306071.2 -4798580 L 306216.9 -4798893 L 306601.2 -4798867 L 308851.1 -4798455 L 309862.4 -4798972 L 310111.2 -4799197 L 311348.3 -4800291 L 311405.2 -4800600 L 312670.7 -4802512 L 312946.3 -4802782 L 313246 -4803328 L 313420.8 -4803593 L 313491.2 -4803742 L 313738.6 -4804110 L 314849.7 -4805656 L 316113.8 -4804839 L 316839.8 -4805687 L 317129.5 -4805938 L 317639.9 -4806478 L 317412.1 -4807519 L 317635.7 -4807823 L 318054 -4808459 L 318255.7 -4808773 L 317869.3 -4809808 L 319340.7 -4809768 L 321961 -4808036 L 322275.1 -4807798 L 322305.9 -4807846 L 323187.5 -4809416 L 323440.2 -4809692 L 324982.4 -4808991 L 325297.2 -4808855 L 326047.6 -4809257 L 326339.8 -4809332 L 326945.3 -4809472 L 327854.3 -4808886 L 328228.7 -4808860 L 328434.4 -4808830 L 328637.2 -4808782 L 329621.6 -4808361 L 329967.4 -4808225 L 330176.2 -4808501 L 331186.9 -4808292 L 331189.9 -4807941 L 332015 -4807391 L 331967.1 -4807043 L 333134.8 -4805723 L 333335.4 -4805406 L 333479.4 -4805642 L 333528.5 -4805914 L 334884.6 -4806042 L 335163.2 -4804660 L 334947.5 -4804357 L 335877.4 -4803467 L 336194 -4803390 L 336898.9 -4803660 L 337264.9 -4803753 L 337701.9 -4804824 L 338036.1 -4804880 L 338217.8 -4805224 L 337735.2 -4805724 L 337968.6 -4806454 L 337388.4 -4808270 L 337650.1 -4808546 L 338243.7 -4808979 L 339732.7 -4808709 L 339799.5 -4809071 L 340224 -4809667 L 339634.4 -4810587 L 339466 -4810818 L 339700.9 -4811061 L 340571.7 -4811964 L 340716.5 -4812632 L 340830.5 -4813274 L 341149.1 -4813202 L 340996.5 -4813496 L 341556.5 -4813846 L 341379 -4814121 L 341157.6 -4814390 L 339490.2 -4815575 L 339669 -4815886 L 341100.7 -4816873 L 340802.8 -4817020 L 342208.6 -4817281 L 342909.9 -4818898 L 344006 -4818901 L 343763.6 -4819193 L 342588 -4820141 L 342493.2 -4820860 L 343000 -4821326 L 343693.6 -4821023 L 344358.5 -4821362 L 344080.3 -4821630 L 342291.7 -4823002 L 343020 -4822792 L 344261.8 -4823556 L 345012.5 -4823546 L 345592.7 -4823092 L 346027.8 -4822052 L 346724.6 -4822413 L 347756.2 -4823381 L 347451.3 -4824289 L 347318.6 -4824631 L 348366.6 -4824341 L 350531.2 -4824595 L 350892.7 -4824546 L 351463.6 -4826113 L 351383.9 -4826441 L 351746.7 -4826292 L 354361.4 -4825867 L 354585.2 -4826565 L 354512.5 -4828809 L 353564.2 -4829927 L 353370.7 -4830245 L 352975.7 -4830879 L 352195 -4830095 L 351162.2 -4829927 L 350175.8 -4831484 L 349905.6 -4831744 L 350270.8 -4832960 L 350328.9 -4833273 L 350131.5 -4833548 L 349655.1 -4834026 L 348986.9 -4834132 L 348727.8 -4833927 L 347798.6 -4833818 L 347754.5 -4833501 L 346079.5 -4834169 L 345616.8 -4834718 L 346516.4 -4835832 L 346677.3 -4836168 L 346048.2 -4836606 L 344916.5 -4836424 L 344541.3 -4836342 L 343573.1 -4837413 L 343209.8 -4837385 L 343122.1 -4837720 L 342498.5 -4837975 L 342691.4 -4838262 L 342701.5 -4838624 L 343900.4 -4840631 L 343762.9 -4840934 L 343139.3 -4841150 L 342814.3 -4841337 L 341920.1 -4842000 L 340842.3 -4841831 L 340603.9 -4842121 L 340436.3 -4842461 L 340551.5 -4843108 L 339645.3 -4843775 L 339311.5 -4843904 L 337590.9 -4845611 L 337842.5 -4845610 L 338095.1 -4845608 L 336721.9 -4847348 L 336033.9 -4847395 L 336346.9 -4847588 L 335506.2 -4848766 L 335099.4 -4850135 L 335135.4 -4850502 L 335307.6 -4850715 L 337268.1 -4850474 L 337435 -4850791 L 337855.9 -4851351 L 338534.3 -4851553 L 338888.5 -4851635 L 341826.8 -4852086 L 342477.8 -4851682 L 343612.4 -4851554 L 343853.3 -4851855 L 345501 -4853383 L 345597.6 -4853477 L 346683.2 -4852552 L 347378.6 -4852369 L 347309.1 -4851784 L 347513.5 -4851488 L 348105.9 -4851365 L 348248.8 -4851720 L 348976.5 -4852608 L 350332.8 -4853295 L 350534.7 -4854034 L 351548.3 -4853572 L 351983.2 -4852512 L 352962.9 -4851996 L 353291.7 -4851038 L 353568.8 -4850839 L 356177.9 -4850363 L 356340.4 -4849637 L 355448.4 -4848944 L 355675.7 -4848243 L 355889.1 -4847924 L 361129.8 -4850118 L 360358.3 -4850828 L 360303.5 -4851208 L 360638.1 -4851140 L 361201.4 -4851522 L 361500.4 -4850920 L 361846.6 -4851019 L 362890.4 -4851285 L 363121.9 -4851339 L 363378.3 -4851430 L 363905.6 -4851383 L 364178.6 -4851625 L 365100.8 -4852213 L 366474.3 -4852410 L 366616.4 -4852720 L 367143.7 -4853126 L 367827.7 -4853126 L 367935.7 -4853487 L 367416.4 -4855267 L 365589.8 -4855418 L 364199.9 -4854961 L 363306.4 -4856175 L 362570 -4856377 L 362802 -4856658 L 364650.9 -4857721 L 364997.8 -4857560 L 365911.9 -4856940 L 367805.9 -4857042 L 368027.2 -4857658 L 367078.1 -4859213 L 367364.2 -4859432 L 367639.3 -4859662 L 367631.7 -4860379 L 368389.9 -4861147 L 370444 -4860221 L 371533.7 -4860537 L 371860.7 -4860335 L 372602.3 -4859105 L 373630.4 -4858819 L 374982.5 -4859245 L 375071.1 -4858890 L 376572.1 -4861563 L 376804.1 -4861875 L 377234.6 -4862766 L 377396.7 -4863064 L 378244.1 -4862329 L 378555.8 -4860877 L 378936.3 -4860851 L 380562.7 -4862388 L 380456.1 -4862755 L 380787.9 -4862637 L 381103.8 -4862482 L 381747.1 -4863353 L 381975.6 -4864408 L 383355.5 -4864042 L 383720.9 -4864072 L 383038.2 -4862019 L 383277.2 -4860923 L 383959.1 -4860033 L 383707.9 -4859351 L 384311 -4858909 L 384117.7 -4858701 L 383611.2 -4858803 L 383588.8 -4858544 L 384785.1 -4856676 L 384957.6 -4856338 L 385241.5 -4856183 L 386446.7 -4855734 L 386601.6 -4855683 L 386188.4 -4852808 L 389127.9 -4851056 L 390675.1 -4850862 L 390799.7 -4850506 L 390427 -4848807 L 391176.4 -4848146 L 391504.1 -4847147 L 391135.6 -4845792 L 391028.5 -4845455 L 391644.2 -4844718 L 391780.7 -4844402 L 393357 -4843664 L 394095.7 -4842845 L 394438.9 -4842976 L 395268.4 -4841766 L 395497.7 -4841466 L 395156.7 -4840814 L 394397.9 -4840788 L 393255.7 -4839855 L 392201.3 -4840276 L 391824.7 -4840347 L 392097.8 -4840116 L 392016.5 -4839414 L 392010.3 -4839058 L 396232.2 -4838478 L 396601.9 -4838357 L 396452.9 -4838012 L 396555.3 -4836893 L 397352.9 -4835661 L 397336.8 -4835286 L 396843.5 -4834850 L 395078.7 -4834218 L 394171.9 -4833018 L 393857.8 -4831969 L 394716.2 -4830810 L 395334.9 -4830945 L 396365.1 -4830597 L 396680 -4830412 L 396731.7 -4830082 L 398075.7 -4829194 L 398208.9 -4829041 L 398409.6 -4829013 L 398433.8 -4828913 L 399816.1 -4828709 L 399855.8 -4828813 L 400163.5 -4828713 L 400622.8 -4828290 L 400638.3 -4827649 L 400896.4 -4827437 L 402305 -4826674 L 402728.7 -4826531 L 403040.6 -4826373 L 403675.1 -4826146 L 404580.2 -4826359 L 404930.9 -4826255 L 405985.9 -4825964 L 406802.3 -4824816 L 406984 -4823112 L 406879.9 -4822779 L 407611.4 -4822483 L 407966.2 -4822307 L 408941.6 -4821904 L 409265.4 -4821765 L 408669.3 -4821345 L 409824.6 -4819165 L 409958.6 -4819079 L 410134 -4818769 L 412175.9 -4817420 L 412462.5 -4817823 L 414713.4 -4816357 L 415024.3 -4816164 L 415411.9 -4816520 L 416757.3 -4815854 L 417861.9 -4814843 L 418529.1 -4815158 L 419650.4 -4815116 L 419870.4 -4815422 L 420041 -4817627 L 419850.6 -4817959 L 420182.7 -4818133 L 421690.6 -4817151 L 422299.9 -4818357 L 422755.4 -4816950 L 422531.4 -4815784 L 422757.6 -4815556 L 422487.7 -4815278 L 421999.9 -4814677 L 420871.3 -4814427 L 420401.4 -4813829 L 420025.3 -4811566 L 420626.3 -4811176 L 421155.9 -4810155 L 421291.5 -4809803 L 421893.7 -4808881 L 421799.7 -4808516 L 421109.5 -4808239 L 420476.5 -4808642 L 419801.7 -4807743 L 418049 -4807132 L 416594.8 -4808214 L 416016.8 -4807777 L 415790.8 -4808329 L 415852 -4808644 L 415611.1 -4808781 L 415404 -4808965 L 414460.8 -4808421 L 413347.9 -4808741 L 412595.6 -4808549 L 411603.1 -4806547 L 411851.4 -4806249 L 411529.8 -4805881 L 410949.7 -4805513 L 410305.1 -4805804 L 410493 -4807765 L 408601.7 -4809562 L 408526 -4810306 L 407201.4 -4811044 L 407094.4 -4810719 L 406095.2 -4809847 L 406338.3 -4809643 L 406207.7 -4808743 L 405865.9 -4808097 L 404765.4 -4808222 L 403987.6 -4807445 L 403970.5 -4807083 L 404323.3 -4806123 L 404680.8 -4805662 L 403579.8 -4805609 L 402970.8 -4805224 L 402932.5 -4801812 L 403607.7 -4800886 L 403629.5 -4800163 L 403585.6 -4799778 L 402559.2 -4799846 L 402247.1 -4799692 L 401955 -4799918 L 401278.4 -4800214 L 400594.3 -4799936 L 400241.5 -4799321 L 399954.3 -4799592 L 398393.1 -4800732 L 398168.2 -4800071 L 397257.4 -4799443 L 396250 -4799882 L 396483.4 -4799582 L 396518.1 -4798897 L 396354.3 -4798563 L 397268.7 -4797037 L 396580.6 -4796775 L 394937.9 -4795883 L 394661.1 -4795610 L 394949.1 -4795404 L 395484.3 -4794960 L 394848.7 -4793745 L 394406.8 -4793269 L 394177 -4792986 L 393352.1 -4792382 L 393054 -4792605 L 392163.8 -4793264 L 391981 -4792928 L 390263.6 -4790904 L 390670.5 -4789917 L 390618.7 -4789156 L 389725.3 -4788444 L 388968.8 -4788403 L 388922.8 -4788780 L 389163.3 -4790277 L 388879.1 -4790528 L 386664.7 -4791047 L 386246.7 -4791677 L 384763.5 -4791994 L 384470.1 -4792691 L 384140.2 -4792508 L 383772.9 -4792502 L 383856.7 -4791062 L 383352.1 -4790523 L 382683.9 -4791411 L 381761.4 -4792922 L 381457.5 -4792737 L 381463.2 -4792847 L 381118.5 -4792963 L 379845.8 -4792268 L 379502.1 -4792387 L 379455.2 -4793448 L 379381.4 -4793805 L 379053.5 -4794703 L 378635.9 -4794127 L 378046 -4794496 L 377804.7 -4794759 L 377679.8 -4793000 L 377149.3 -4792089 L 377309.9 -4791768 L 377460.5 -4791441 L 377260.7 -4791145 L 377499.1 -4790488 L 377854.3 -4790530 L 378270.5 -4790188 L 378399.9 -4789952 L 377669.5 -4788792 L 377397.7 -4788561 L 378045.5 -4788207 L 378323.7 -4787586 L 378303.8 -4787218 L 378306 -4786783 L 376938.8 -4787422 L 376079.3 -4786753 L 375986.5 -4786384 L 375572.7 -4785882 L 375087.3 -4785647 L 374075.5 -4785888 L 373486 -4786097 L 373249.9 -4786307 L 372421.7 -4786573 L 371279.1 -4787528 L 372112.4 -4790383 L 371869.8 -4791100 L 370199.3 -4793093 L 370135.1 -4793213 L 368321.9 -4794493 L 367252.5 -4796414 L 367855.1 -4796862 L 365635.4 -4797497 L 364482 -4797335 L 363879.5 -4796855 L 363263.4 -4795534 L 362518 -4795474 L 362018.8 -4794467 L 361288.9 -4794571 L 361962.6 -4792843 L 361436.1 -4792337 L 361368.3 -4791969 L 364308.3 -4791435 L 364259.5 -4791059 L 363311.2 -4790404 L 364788.4 -4790068 L 365718.4 -4789468 L 366068.3 -4789625 L 366407 -4789517 L 367089.3 -4789318 L 367729.2 -4789625 L 367866.9 -4788930 L 368085.3 -4788662 L 368497.1 -4787755 L 368245.4 -4787115 L 368069.7 -4786774 L 367429.7 -4785835 L 366336 -4786115 L 365979 -4786006 L 363979.2 -4785222 L 363949.1 -4784934 L 364108.4 -4784382 L 363802.3 -4784288 L 363510.5 -4783724 L 362877 -4783627 L 362639.9 -4783815 L 362165.7 -4784186 L 361863.7 -4784044 L 361388 -4783577 L 359457.5 -4784342 L 358962.9 -4783868 L 359106.9 -4783787 L 358816.1 -4783566 L 357883.5 -4783036 L 357568.3 -4782988 L 357431.5 -4783350 L 356777.9 -4783643 L 356029.9 -4783472 L 355790.9 -4781992 L 354796.6 -4780446 L 355087.2 -4779745 L 356537.6 -4779311 L 357610.2 -4779081 L 357980.5 -4779058 L 359483.4 -4779077 L 359700.1 -4778363 L 361505.4 -4776438 L 361772.7 -4776171 L 360755.4 -4776283 L 360133.1 -4775473 L 360049.3 -4775140 L 359814.7 -4774841 L 358331.4 -4774618 L 358387.9 -4772805 L 357383.8 -4772535 L 357051.8 -4772435 L 356694.7 -4772382 L 355263.1 -4772232 L 355150.2 -4772584 L 354242.8 -4774580 L 354283.9 -4775487 L 353372.1 -4776340 L 353302.3 -4776652 L 351634.2 -4778105 L 351434.6 -4778418 L 350405.7 -4777448 L 349060.1 -4778208 L 347336.2 -4780272 L 346662.9 -4779505 L 346341 -4779350 L 346327 -4779032 L 346039 -4778892 L 345680.8 -4778870 L 344373.7 -4778464 L 344349.9 -4777776 L 344041 -4777958 L 342326.2 -4778357 L 341580.3 -4779127 L 341440.1 -4778959 L 341145.7 -4778326 L 341450.9 -4777742 L 341299.8 -4776289 L 340227.9 -4774149 L 339197.3 -4774376 L 337924.8 -4775663 L 337566.6 -4775650 L 337226.9 -4775767 L 337439.6 -4774791 L 336815.5 -4773983 L 336472.2 -4773980 L 336420.8 -4773222 L 337478.1 -4772137 L 337031.8 -4771581 L 335287.6 -4771233 L 335447.3 -4770920 L 335855.3 -4770051 L 335722.7 -4769720 L 335684.1 -4769010 L 336093.2 -4768425 L 336445.3 -4768479 L 336514.3 -4767526 L 336414.6 -4767497 L 336180.3 -4767723 L 335693.9 -4768159 L 335721 -4767803 L 336040.3 -4765712 L 336359.6 -4765703 L 336673.7 -4765763 L 337567.8 -4765162 L 337997.1 -4764184 L 338722.5 -4764187 L 338409.9 -4763966 L 337339.9 -4763763 L 336453.4 -4762091 L 335234.9 -4760661 L 335110.4 -4760302 L 334837.5 -4760147 L 333929.2 -4759927 L 333646.7 -4759664 L 331748.7 -4759407 L 331185.6 -4759507 L 330901.1 -4759542 L 330001.3 -4758903 L 329658.5 -4758763 L 329282.7 -4758652 L 326580.7 -4758659 L 326643.8 -4758288 L 327376.4 -4756192 L 327297.8 -4755830 L 326398.9 -4755219 L 325679.2 -4755314 L 325045.9 -4754949 L 323954.8 -4755107 L 323703.3 -4754835 L 323420.7 -4754606 L 322538.6 -4754069 L 323115.1 -4752423 L 323421.2 -4752199 L 323791 -4751162 L 323126.8 -4749406 L 323452.5 -4748724 L 324161.8 -4748464 L 324786.3 -4745696 L 325043.6 -4745444 L 324882 -4744052 L 324833.4 -4743575 L 324834.2 -4743576 z "
id="path679" />
<path
d="M 228720 -4748489 L 229159.8 -4749362 L 229340.8 -4749713 L 229514.9 -4750051 L 229924.1 -4751865 L 229290 -4753647 L 229323.1 -4754780 L 228679.7 -4755725 L 228528.7 -4757234 L 228907.6 -4757276 L 229664.3 -4757378 L 230957.6 -4758704 L 232000.6 -4758579 L 232501.4 -4759542 L 232512.8 -4759906 L 232197.3 -4761409 L 231747.8 -4762019 L 231662.8 -4765466 L 232091.7 -4766937 L 233633.2 -4767170 L 233977.6 -4767359 L 234459.2 -4767912 L 234714.3 -4768979 L 234464.1 -4770409 L 235454 -4770871 L 237114.3 -4770101 L 237390.7 -4769857 L 240571.8 -4771749 L 240956.9 -4771758 L 239549.3 -4772969 L 239611.1 -4773744 L 240589.7 -4775825 L 239809.4 -4777103 L 240282.3 -4777629 L 240188.2 -4778738 L 241562 -4778272 L 242416.7 -4779402 L 243729.6 -4779981 L 244081.4 -4780094 L 244749.7 -4781965 L 244717.4 -4782311 L 245109.2 -4782667 L 245816.9 -4783392 L 245802.3 -4784071 L 245942.8 -4784379 L 246725.3 -4785651 L 247088.9 -4785538 L 247847.1 -4784269 L 248744.1 -4785345 L 250261.1 -4785268 L 250641.2 -4785286 L 250490 -4789962 L 250322 -4790320 L 250998.3 -4790383 L 251309.4 -4790189 L 251953.4 -4789827 L 252418.6 -4790040 L 252535.1 -4790391 L 252721.6 -4791501 L 254353.4 -4793607 L 254993.7 -4795361 L 254998.3 -4795743 L 254424.7 -4796246 L 254599.1 -4796587 L 254249.6 -4796655 L 253250.4 -4797008 L 253011.5 -4797656 L 253017.1 -4799149 L 253629.3 -4799589 L 253879.8 -4799871 L 254437.5 -4801305 L 254598.4 -4801812 L 254676.3 -4802067 L 256477.2 -4802206 L 257405.6 -4801578 L 257755.4 -4801728 L 258417.7 -4802682 L 258721.2 -4802924 L 258837.4 -4803098 L 259043.8 -4803425 L 258835 -4804060 L 257290.4 -4805684 L 257468 -4805994 L 257276 -4806659 L 256925.2 -4806512 L 256529.9 -4807117 L 257046.3 -4808127 L 256853.7 -4808405 L 257186 -4808994 L 256626.8 -4809074 L 256953.1 -4809381 L 256683.9 -4809591 L 257703.9 -4811903 L 257864.5 -4812231 L 257013.4 -4813042 L 256733 -4813317 L 256869.5 -4813680 L 256971.5 -4814803 L 256596.6 -4814697 L 255832 -4814716 L 255353 -4813829 L 255109.7 -4813197 L 254840.5 -4813412 L 254350.8 -4813310 L 253989.1 -4811997 L 253618.9 -4811402 L 253563.2 -4811051 L 251601.7 -4811145 L 252774.9 -4812447 L 251504.7 -4813790 L 251769.5 -4814848 L 252199 -4815919 L 251932.7 -4817023 L 252268.5 -4816912 L 254659.9 -4817210 L 255685.8 -4817266 L 255740.5 -4817618 L 255647.7 -4817895 L 255155.7 -4818171 L 254797.6 -4818090 L 254397.7 -4819752 L 253381.3 -4820139 L 253603.5 -4820827 L 253775.1 -4821434 L 253849.9 -4821739 L 254193 -4822396 L 253938.6 -4823240 L 253945.5 -4823557 L 253601.5 -4824035 L 253525.7 -4824322 L 252978.4 -4824706 L 252849.4 -4825065 L 251949 -4826264 L 250529 -4825851 L 250173.6 -4825857 L 249911 -4826487 L 250349.8 -4827792 L 250084.9 -4828216 L 250200.6 -4828558 L 249899.3 -4830299 L 249876.1 -4830689 L 249868.8 -4831079 L 250226.7 -4831208 L 251355.9 -4831147 L 251648.6 -4831389 L 251812.4 -4832868 L 253283.8 -4832855 L 254266.5 -4833336 L 254705.6 -4832761 L 255048.5 -4832895 L 255060.5 -4832592 L 255380.8 -4832617 L 256579.6 -4832627 L 257047.5 -4831473 L 257209.1 -4831194 L 257499.6 -4828131 L 258285 -4827594 L 258367.9 -4827269 L 258462.8 -4826940 L 258822.4 -4825650 L 259978 -4825740 L 260475.1 -4825147 L 260739.5 -4824863 L 261781.4 -4822814 L 262923.2 -4822846 L 263975.7 -4823314 L 264066 -4822580 L 264837.3 -4821764 L 266195.1 -4822291 L 266506.8 -4822498 L 267493.8 -4820718 L 267667.5 -4820418 L 267621.6 -4819495 L 267796.2 -4818016 L 267840.3 -4817646 L 268054.1 -4816989 L 268606.3 -4816620 L 268916.2 -4816466 L 269220.1 -4816614 L 269516.5 -4816016 L 269764.8 -4815785 L 269769.1 -4815691 L 269981.7 -4815383 L 270578 -4814038 L 270230.9 -4813953 L 268236.3 -4813185 L 268285.5 -4813079 L 267959 -4811918 L 269018.3 -4810349 L 269010.6 -4809960 L 269694.6 -4809282 L 270713.8 -4809532 L 271060.8 -4809627 L 271442.7 -4807369 L 271482.9 -4806987 L 271160 -4807145 L 271224.2 -4806765 L 271612.7 -4806103 L 272923.9 -4806474 L 273357.9 -4805941 L 273567.4 -4805661 L 274256.3 -4805867 L 275618.6 -4805587 L 276322.2 -4805896 L 276641.9 -4806110 L 278517.1 -4807044 L 278865.1 -4807138 L 280726.8 -4807652 L 281114.8 -4807728 L 281212.7 -4806200 L 281198 -4805814 L 282103.9 -4805318 L 282950.3 -4805896 L 283223 -4806130 L 283574 -4802923 L 283595.2 -4802554 L 284286.5 -4802656 L 284811.9 -4803125 L 286250.7 -4803239 L 287217.6 -4803589 L 287457.3 -4803846 L 288182 -4803819 L 288711.6 -4803324 L 289072.8 -4803360 L 288618.8 -4801821 L 288784.7 -4801461 L 290620.5 -4800722 L 292192.4 -4800719 L 292581.9 -4800646 L 292664.2 -4801711 L 292788.9 -4802048 L 293770.1 -4801716 L 294080 -4801561 L 294787.2 -4801363 L 295025.7 -4801079 L 295302.3 -4801044 L 295579.6 -4801075 L 296668.1 -4800255 L 297008.3 -4800302 L 298057.5 -4801142 L 298406 -4801076 L 299878.6 -4800618 L 300194.7 -4800385 L 300409.5 -4800329 L 300706.4 -4800483 L 301015.4 -4800610 L 302567.7 -4799569 L 302930.4 -4799449 L 303628.6 -4799581 L 304933.1 -4798941 L 305227.3 -4798699 L 305500.3 -4798519 L 305795.2 -4798377 L 306159.9 -4798251 L 307818.8 -4797271 L 308083.4 -4796623 L 306715.9 -4796080 L 306394.1 -4794994 L 306327.2 -4794693 L 304871.6 -4794250 L 303491.8 -4792906 L 303199.2 -4792654 L 303154.3 -4792350 L 303125.4 -4792045 L 302374.2 -4791972 L 301305.4 -4790472 L 301041.8 -4790200 L 301410.7 -4790299 L 302429.3 -4789782 L 302807.4 -4789830 L 302787.3 -4788370 L 302547.7 -4788089 L 301357.6 -4787375 L 301033.8 -4787222 L 300487.4 -4787671 L 299565.1 -4787144 L 298569.9 -4787514 L 298246.1 -4787659 L 298118.4 -4787341 L 297263.8 -4786283 L 298476.8 -4785554 L 296642.7 -4783474 L 293620.8 -4780947 L 293296.3 -4780718 L 293114.8 -4780396 L 292028.7 -4779099 L 291813.1 -4778837 L 291897 -4778807 L 292891.7 -4778271 L 293605.2 -4777412 L 293025.1 -4776936 L 292698.5 -4776746 L 293652 -4776584 L 295335.4 -4776841 L 295661.3 -4776950 L 295796.5 -4776224 L 296512.5 -4776058 L 296842.5 -4774717 L 298277.6 -4774366 L 298835.1 -4774448 L 299117.4 -4774486 L 299056.3 -4773413 L 301594.9 -4772239 L 301415 -4772034 L 300841.4 -4771151 L 301153.3 -4770988 L 301497 -4768882 L 301627.9 -4768535 L 301731.1 -4768149 L 301386.2 -4768049 L 300245.6 -4768919 L 299303.2 -4768503 L 299144.7 -4768181 L 298930.4 -4765615 L 298393.5 -4765082 L 299284.5 -4764244 L 299596.1 -4764170 L 299917.3 -4764462 L 300114.7 -4764787 L 301213.6 -4765797 L 301443.1 -4766084 L 302105.7 -4766348 L 303165.9 -4766179 L 303224.5 -4766543 L 303467.2 -4766475 L 303712.8 -4766424 L 303791.2 -4766828 L 303929.4 -4767522 L 303866.3 -4767871 L 304765.8 -4767722 L 305068.3 -4767677 L 305454.2 -4766609 L 305649.9 -4766276 L 305714.2 -4766151 L 305531 -4765463 L 305624 -4765118 L 306145.5 -4764377 L 306355.9 -4764125 L 306376.1 -4763222 L 306369.3 -4762893 L 305508.9 -4762688 L 305208.9 -4762601 L 305566.7 -4762151 L 305390 -4761902 L 305521 -4761529 L 305868.7 -4760825 L 306192.2 -4760750 L 307114.4 -4760402 L 307178.5 -4760342 L 307750.1 -4759809 L 307592.8 -4758607 L 307220.7 -4758588 L 306309 -4757419 L 305604.5 -4757180 L 305376.1 -4756886 L 304863.1 -4756667 L 304576 -4756597 L 304470.1 -4756348 L 304113.4 -4755945 L 303848.6 -4755227 L 303872 -4754844 L 303677.7 -4753967 L 303411.9 -4753803 L 302888.6 -4752585 L 302829 -4752246 L 302421.4 -4751316 L 302297.9 -4750998 L 302083.6 -4750686 L 302123.9 -4750309 L 301965.7 -4749662 L 300980 -4748857 L 300826.4 -4748577 L 300480 -4748630 L 300147.2 -4748522 L 299597.6 -4749039 L 298530.4 -4748697 L 298014.1 -4749111 L 297845.4 -4749416 L 296468.8 -4749634 L 296093.8 -4749602 L 295726.2 -4750253 L 294321.9 -4750673 L 293947.6 -4750714 L 293472.5 -4749725 L 293514.2 -4748993 L 293506.6 -4748626 L 293232 -4748436 L 292468.2 -4747819 L 292825.9 -4747410 L 293045 -4747247 L 292748.6 -4746503 L 292307 -4745099 L 292262.5 -4744731 L 292138.6 -4742968 L 292289.5 -4742637 L 292534.1 -4742586 L 292573.9 -4742340 L 292510.3 -4740983 L 292415.8 -4740904 L 291896.8 -4739940 L 291801.2 -4738873 L 292343.5 -4737938 L 292441.6 -4737585 L 292147.7 -4736474 L 292243.9 -4736099 L 292268.8 -4735341 L 291364.6 -4734694 L 293786.1 -4732283 L 293875.8 -4731556 L 293424.3 -4730957 L 293008.5 -4730454 L 290301.1 -4730280 L 288529.6 -4730405 L 288245.7 -4730425 L 287439.4 -4730809 L 285712.8 -4732787 L 284649.9 -4733425 L 283923.1 -4733572 L 283332.2 -4733270 L 281339.4 -4730599 L 279905.4 -4729229 L 279126.2 -4728765 L 277845.7 -4728465 L 277321.9 -4728794 L 276606.2 -4730259 L 276417.3 -4731223 L 275595.3 -4732443 L 274762.7 -4733085 L 272959.4 -4733461 L 270890.2 -4735065 L 270086.2 -4735473 L 269319.6 -4735470 L 268110.2 -4734844 L 265269 -4732381 L 265059.7 -4732336 L 264538.4 -4732221 L 263159.3 -4732225 L 261329.5 -4732860 L 260273.6 -4733037 L 257962.1 -4732108 L 256895.3 -4732440 L 256434.7 -4732433 L 254915.3 -4731505 L 254264.2 -4731409 L 253127.4 -4731241 L 251763.5 -4731603 L 249893.8 -4732099 L 249556.5 -4732506 L 249173.7 -4734250 L 248879.8 -4734917 L 248043.2 -4735253 L 246358.9 -4735541 L 245917.1 -4735734 L 245650.2 -4736146 L 245214.5 -4738538 L 243708.5 -4741128 L 243546.8 -4741406 L 243076.1 -4743700 L 242759.2 -4744395 L 242531.3 -4744417 L 241710 -4743575 L 240760.8 -4743001 L 239675.5 -4742875 L 239176.4 -4742999 L 237491.1 -4744080 L 236984.9 -4744665 L 235648.5 -4746991 L 234667.6 -4746922 L 234568.1 -4746915 L 233303.3 -4747317 L 231141.9 -4749031 L 229897.3 -4748843 L 228721 -4748489 L 228720 -4748489 z M 248210.1 -4806863 L 249060.2 -4807199 L 249369.7 -4807170 L 249987.5 -4806885 L 250210 -4806349 L 250492.1 -4806159 L 250572 -4806149 L 251709.8 -4804444 L 251733 -4804099 L 251611.4 -4803774 L 251499.8 -4803447 L 251554.9 -4803100 L 251272.1 -4802090 L 251174.8 -4801382 L 251065.3 -4801039 L 251000.8 -4800671 L 250568.1 -4799719 L 250503.3 -4799699 L 250146.7 -4799786 L 248858 -4800435 L 247766.2 -4800448 L 247408.2 -4801487 L 247469.9 -4802636 L 247982.8 -4803216 L 249321 -4802694 L 249683.2 -4802715 L 249729.8 -4803075 L 249544.3 -4805552 L 249212.5 -4805390 L 248481.6 -4805505 L 248240.5 -4806514 L 248210.3 -4806863 L 248210.1 -4806863 z M 245436.6 -4797531 L 246069.7 -4797950 L 246419.1 -4798999 L 246725.7 -4799225 L 247440.3 -4800041 L 249017.4 -4799128 L 249390.8 -4799087 L 249240.4 -4798726 L 248867.6 -4797238 L 249664.9 -4796430 L 250054.4 -4795789 L 250021.2 -4795043 L 249451.9 -4794089 L 248806.5 -4794024 L 247960 -4793010 L 248044.1 -4792671 L 247895.3 -4792687 L 247527.2 -4792663 L 246797.1 -4792557 L 246353.9 -4793122 L 246270.6 -4793509 L 245117.8 -4795981 L 245318.7 -4796693 L 245429.1 -4797058 L 245618.8 -4797291 L 245436.3 -4797531 L 245436.6 -4797531 z "
id="path680" />
<path
d="M 228720 -4748489 L 226739 -4747892 L 226177.1 -4747895 L 225674.2 -4747713 L 223060.4 -4745764 L 222215.7 -4745474 L 221660.1 -4745284 L 220688.1 -4745275 L 218991.3 -4744900 L 217798.6 -4744988 L 217417.7 -4745280 L 216648.7 -4746861 L 215197.9 -4746923 L 214184 -4747812 L 213654.6 -4747888 L 212999.6 -4747720 L 212065.8 -4746506 L 211389.5 -4744928 L 211276.6 -4744664 L 210797.7 -4744199 L 210167.9 -4744033 L 208735.1 -4743784 L 208103.2 -4744125 L 207725.9 -4744723 L 207277.6 -4746453 L 205737.6 -4746651 L 205381.9 -4746941 L 205055.5 -4748072 L 204532.3 -4749016 L 204095.8 -4749262 L 201332.1 -4752885 L 200120.7 -4754473 L 198940.2 -4755225 L 197615.8 -4755275 L 196618.4 -4755804 L 195370.3 -4758415 L 195139.6 -4760456 L 194414.3 -4762731 L 193981 -4763412 L 193594.6 -4764018 L 192781.9 -4764607 L 192151 -4764693 L 191602.2 -4764567 L 189939.6 -4763754 L 188819 -4763529 L 185519.9 -4763511 L 183972.2 -4763633 L 182040.9 -4764022 L 180816.7 -4763733 L 180576.3 -4763676 L 179278.5 -4763589 L 176291.8 -4765044 L 175534.4 -4766023 L 173114.9 -4767993 L 169685 -4768218 L 168516 -4768857 L 167814.1 -4769241 L 165272.8 -4771810 L 164411.5 -4771893 L 163918.9 -4771019 L 163159.3 -4770246 L 162631.2 -4770625 L 161980.4 -4772406 L 161342.4 -4772953 L 160059.8 -4773177 L 158285 -4773971 L 157877.4 -4774153 L 157579.5 -4774514 L 157144.2 -4775578 L 156666.6 -4775931 L 156286.4 -4775967 L 154809.3 -4775494 L 153552.1 -4775717 L 152240.8 -4776711 L 150118.6 -4777784 L 149459 -4778448 L 149980.7 -4779962 L 150754.7 -4781352 L 150589.9 -4781596 L 150695.4 -4782387 L 151361.7 -4782937 L 151428.3 -4783366 L 151012 -4783559 L 148410 -4782554 L 147746.1 -4782029 L 147213.4 -4780469 L 146435.9 -4775811 L 145802.6 -4774857 L 145509.9 -4774416 L 145093.4 -4774072 L 142715.4 -4774625 L 140123.7 -4775458 L 138692.1 -4776459 L 136906.2 -4778118 L 136074.2 -4779964 L 135841.6 -4781441 L 137375.1 -4782150 L 139220.8 -4783534 L 139803.9 -4784015 L 140642 -4785291 L 141399.5 -4787597 L 141331.3 -4788755 L 141588.9 -4790111 L 143146.6 -4791958 L 143266.4 -4792343 L 143626.3 -4793498 L 143581.6 -4795702 L 143841.5 -4796547 L 143775.7 -4797730 L 143449.2 -4798861 L 142998.1 -4799493 L 142156.2 -4800315 L 141481.7 -4800482 L 139637.6 -4800453 L 138223 -4800102 L 137548.4 -4800269 L 136963.2 -4800648 L 134811.3 -4802936 L 134007.5 -4803090 L 131162.7 -4803029 L 130656.9 -4802822 L 130045.3 -4801243 L 129325.4 -4800135 L 127955.2 -4799447 L 126346.2 -4799473 L 125885.4 -4799649 L 125186.5 -4799916 L 124662.9 -4800325 L 124389.6 -4802014 L 124452.2 -4804003 L 124604.5 -4804526 L 124518 -4805225 L 124432.5 -4805668 L 123878.6 -4806028 L 121133.9 -4806214 L 118768 -4806082 L 117478.6 -4805512 L 116577.9 -4805114 L 116101.9 -4805832 L 115957.4 -4806513 L 115891.8 -4807146 L 116107.1 -4808545 L 115838.5 -4809238 L 115018.7 -4809399 L 114937.5 -4809865 L 114600.2 -4810273 L 113956.1 -4810083 L 113380.6 -4810179 L 112592.1 -4810670 L 111927.3 -4811441 L 113308.4 -4812537 L 113316.8 -4812895 L 112544.7 -4813634 L 112706.1 -4813721 L 114490.7 -4813960 L 115049.9 -4814469 L 115360.9 -4814516 L 115847.6 -4814265 L 116406.7 -4814237 L 117188.7 -4814674 L 120009.6 -4815608 L 120966.1 -4815464 L 121524.9 -4814899 L 122463.4 -4814835 L 122240.7 -4815445 L 122758.9 -4816061 L 124670.2 -4817362 L 127161.4 -4819404 L 127578.1 -4819745 L 130166 -4823592 L 130333.8 -4824549 L 130688.2 -4825052 L 131216 -4825232 L 131816.2 -4826172 L 132348.9 -4826403 L 133987.3 -4829394 L 134435.6 -4829811 L 135385.8 -4829637 L 136402.3 -4829242 L 136718.9 -4829447 L 138245.7 -4830501 L 139507.7 -4829758 L 139227.1 -4827933 L 139549.7 -4828117 L 142028.9 -4827527 L 142982.7 -4825554 L 143262.1 -4825573 L 143617.7 -4825508 L 146844.5 -4825143 L 149319.1 -4825841 L 149690.2 -4825899 L 149765.8 -4825953 L 150710.7 -4826046 L 153176.9 -4825189 L 155463.2 -4826528 L 155801.9 -4826700 L 156308.9 -4826961 L 156574 -4827069 L 159304.3 -4828462 L 160168.6 -4829228 L 160463.1 -4829474 L 160931.6 -4829881 L 161161.4 -4830089 L 161505.5 -4830157 L 162888.7 -4829998 L 163245.5 -4829898 L 164031.3 -4829121 L 164418.9 -4828063 L 165999.5 -4826986 L 166212 -4826291 L 165667.9 -4825824 L 163816.4 -4825787 L 163432.1 -4825783 L 163150.3 -4825617 L 162858.4 -4825467 L 162974.9 -4824558 L 162966.8 -4824103 L 163279.1 -4823894 L 164267.2 -4824391 L 164662 -4823786 L 164922.6 -4823514 L 165284.5 -4823615 L 165585.6 -4824681 L 165961.8 -4824697 L 166318.9 -4824751 L 167328.9 -4825045 L 168108.7 -4826215 L 169527.5 -4825882 L 170064.5 -4826365 L 170271.3 -4827075 L 170533.7 -4826865 L 171169.4 -4825416 L 173035 -4825671 L 174391.8 -4825116 L 174541 -4824764 L 174789.6 -4824492 L 175270.9 -4824943 L 177326.4 -4824629 L 177240.3 -4825190 L 177661.5 -4826200 L 177668.6 -4827677 L 176789.7 -4828315 L 177850.6 -4828623 L 179923.5 -4827972 L 180919.2 -4827596 L 181747.1 -4828256 L 182071.2 -4828093 L 182668.9 -4827641 L 183023.8 -4827761 L 183435 -4828790 L 184036.2 -4829238 L 184390.1 -4829371 L 185521 -4829384 L 187288.2 -4828767 L 187585 -4828674 L 187886.8 -4828597 L 188191 -4828404 L 189588.4 -4828436 L 189681.7 -4829619 L 190065.8 -4829665 L 191439.8 -4830327 L 192832.6 -4829707 L 193475.3 -4830266 L 193611 -4830536 L 194620.6 -4830702 L 194623.6 -4831769 L 195252.4 -4832058 L 195608.5 -4832136 L 198101.4 -4829649 L 198413.7 -4829410 L 198508.7 -4829095 L 198809.5 -4828219 L 199383.1 -4827772 L 200078.7 -4827812 L 200430.4 -4827718 L 200328.8 -4828453 L 200566.3 -4829544 L 201153.6 -4829991 L 201412.2 -4829713 L 202065.2 -4829386 L 204337.6 -4830598 L 205643.1 -4831181 L 206003.4 -4831196 L 204574.9 -4829585 L 204744.8 -4829255 L 206127.9 -4828813 L 206494 -4828876 L 206676.2 -4828465 L 207617.6 -4827884 L 207970.4 -4827771 L 207925.9 -4827381 L 207979.2 -4826993 L 209139.9 -4827047 L 211888.3 -4829103 L 212292.9 -4828471 L 212491.2 -4827731 L 212615.3 -4827361 L 212972.6 -4827386 L 213328.3 -4827557 L 215241.9 -4828911 L 215586.6 -4829092 L 216752.1 -4830039 L 216727.8 -4830125 L 216978.3 -4830407 L 220236.9 -4832243 L 220501.3 -4832008 L 221557.2 -4832929 L 222175.3 -4832594 L 222198.4 -4832273 L 222919.9 -4831782 L 222912 -4831462 L 221441.3 -4829873 L 220515.5 -4829446 L 221312 -4827787 L 221584.7 -4828020 L 222292.2 -4828073 L 222602 -4828254 L 224913.7 -4829680 L 225121.3 -4829395 L 225324 -4829107 L 225609.6 -4829365 L 226284.5 -4829620 L 227420.9 -4829481 L 227978.8 -4828950 L 229113.3 -4828797 L 229239.3 -4828448 L 229472.9 -4828160 L 230442.2 -4827572 L 232581.9 -4828248 L 233128.3 -4828713 L 233272.8 -4829064 L 233377.4 -4829687 L 233918.8 -4829290 L 234523.2 -4830008 L 234872.9 -4831057 L 237029.8 -4831422 L 237418.3 -4830793 L 237788.7 -4830781 L 238139.2 -4831022 L 238448.4 -4830795 L 239289.5 -4831497 L 240770.7 -4831839 L 241100.4 -4831165 L 241183.5 -4830797 L 241540.4 -4830943 L 243498.9 -4832110 L 244403.1 -4830670 L 244631.6 -4830409 L 244976.1 -4830372 L 245541.6 -4830798 L 246918.8 -4830301 L 247302.2 -4830286 L 247584 -4830503 L 248228.2 -4830705 L 249193 -4830256 L 249899.6 -4830299 L 250200.9 -4828558 L 250085.2 -4828216 L 250350.1 -4827792 L 249911.3 -4826487 L 250173.9 -4825857 L 250529.3 -4825851 L 251949.3 -4826264 L 252849.7 -4825065 L 252978.7 -4824706 L 253526 -4824322 L 253601.8 -4824035 L 253945.8 -4823557 L 253938.9 -4823240 L 254193.3 -4822396 L 253850.2 -4821739 L 253775.4 -4821433 L 253603.8 -4820827 L 253381.6 -4820139 L 254398 -4819751 L 254797.9 -4818090 L 255156 -4818171 L 255648 -4817894 L 255740.8 -4817617 L 255686.1 -4817266 L 254660.2 -4817210 L 252268.8 -4816912 L 251933 -4817023 L 252199.3 -4815919 L 251769.8 -4814848 L 251505 -4813790 L 252775.2 -4812447 L 251602 -4811145 L 253563.5 -4811051 L 253619.2 -4811401 L 253989.4 -4811997 L 254351.1 -4813310 L 254840.8 -4813412 L 255110 -4813197 L 255353.3 -4813829 L 255832.3 -4814716 L 256596.9 -4814696 L 256971.8 -4814803 L 256869.8 -4813680 L 256733.3 -4813317 L 257013.7 -4813042 L 257864.8 -4812231 L 257704.2 -4811903 L 256684.2 -4809591 L 256953.4 -4809381 L 256627.1 -4809074 L 257186.3 -4808994 L 256854 -4808405 L 257046.6 -4808127 L 256530.2 -4807117 L 256925.5 -4806512 L 257276.3 -4806659 L 257468.3 -4805994 L 257290.7 -4805684 L 258835.3 -4804060 L 259044.1 -4803425 L 258837.7 -4803098 L 258721.5 -4802924 L 258418 -4802682 L 257755.7 -4801728 L 257405.9 -4801578 L 256477.5 -4802206 L 254676.6 -4802067 L 254598.7 -4801812 L 254437.8 -4801305 L 253880.1 -4799871 L 253629.6 -4799589 L 253017.4 -4799149 L 253011.8 -4797656 L 253250.7 -4797008 L 254249.9 -4796655 L 254599.4 -4796587 L 254425 -4796246 L 254998.6 -4795743 L 254994 -4795360 L 254353.7 -4793607 L 252721.9 -4791501 L 252535.4 -4790391 L 252418.9 -4790040 L 251953.7 -4789827 L 251309.7 -4790189 L 250998.6 -4790383 L 250322.3 -4790320 L 250490.3 -4789962 L 250641.5 -4785286 L 250261.4 -4785268 L 248744.4 -4785345 L 247847.4 -4784269 L 247089.2 -4785538 L 246725.6 -4785651 L 245943.1 -4784379 L 245802.6 -4784071 L 245817.2 -4783392 L 245109.5 -4782667 L 244717.7 -4782311 L 244750 -4781965 L 244081.7 -4780094 L 243729.9 -4779981 L 242417 -4779402 L 241562.3 -4778272 L 240188.5 -4778738 L 240282.6 -4777629 L 239809.7 -4777103 L 240590 -4775825 L 239611.4 -4773744 L 239549.6 -4772969 L 240957.2 -4771758 L 240572.1 -4771749 L 237391 -4769857 L 237114.6 -4770101 L 235454.3 -4770871 L 234464.4 -4770409 L 234714.6 -4768979 L 234459.5 -4767912 L 233977.9 -4767359 L 233633.5 -4767170 L 232092 -4766937 L 231663.1 -4765466 L 231748.1 -4762019 L 232197.6 -4761409 L 232513.1 -4759906 L 232501.7 -4759541 L 232000.9 -4758579 L 230957.9 -4758704 L 229664.6 -4757378 L 228907.9 -4757275 L 228529 -4757234 L 228680 -4755725 L 229323.4 -4754780 L 229290.3 -4753647 L 229924.4 -4751865 L 229515.2 -4750051 L 229341.1 -4749713 L 229160.1 -4749362 L 228720.3 -4748488 L 228720 -4748489 z M 245436.6 -4797531 L 245619.1 -4797291 L 245429.4 -4797058 L 245319 -4796693 L 245118.1 -4795981 L 246270.9 -4793509 L 246354.2 -4793122 L 246797.4 -4792557 L 247527.5 -4792663 L 247895.6 -4792687 L 248044.4 -4792671 L 247960.3 -4793010 L 248806.8 -4794024 L 249452.2 -4794089 L 250021.5 -4795043 L 250054.7 -4795789 L 249665.2 -4796430 L 248867.9 -4797238 L 249240.7 -4798726 L 249391.1 -4799087 L 249017.7 -4799128 L 247440.6 -4800041 L 246726 -4799225 L 246419.4 -4798999 L 246070 -4797950 L 245436.9 -4797531 L 245436.6 -4797531 z M 248210.1 -4806863 L 248240.3 -4806514 L 248481.4 -4805505 L 249212.3 -4805390 L 249544.1 -4805552 L 249729.6 -4803075 L 249683 -4802715 L 249320.8 -4802694 L 247982.6 -4803216 L 247469.7 -4802636 L 247408 -4801487 L 247766 -4800448 L 248857.8 -4800435 L 250146.5 -4799786 L 250503.1 -4799699 L 250567.9 -4799719 L 251000.6 -4800671 L 251065.1 -4801039 L 251174.6 -4801382 L 251271.9 -4802090 L 251554.7 -4803100 L 251499.6 -4803447 L 251611.2 -4803774 L 251732.8 -4804099 L 251709.6 -4804444 L 250571.8 -4806149 L 250491.9 -4806159 L 250209.8 -4806349 L 249987.3 -4806885 L 249369.5 -4807170 L 249060 -4807199 L 248209.9 -4806863 L 248210.1 -4806863 z "
id="path681" />
<path
d="M 135385.6 -4829637 L 135474.8 -4829786 L 134878.9 -4830179 L 134920 -4830610 L 139219.5 -4838207 L 140704 -4841187 L 140972.1 -4841939 L 141401.5 -4843142 L 141688.4 -4843473 L 142136.3 -4843353 L 142656.5 -4842919 L 143249.7 -4843783 L 142859.4 -4843974 L 143041.1 -4845390 L 142876 -4845951 L 142551.3 -4844490 L 142135.5 -4844146 L 141650 -4844141 L 141621.3 -4844374 L 142102.8 -4847809 L 142652.3 -4850085 L 142928.4 -4852438 L 143894.9 -4854802 L 143894.2 -4855596 L 144378.6 -4857724 L 146262.1 -4865399 L 147462.2 -4868867 L 149367.9 -4876233 L 149582.6 -4877360 L 149779.4 -4878394 L 151088.7 -4882464 L 153148 -4890890 L 153234.4 -4891184 L 154436.4 -4895270 L 155388 -4901191 L 156151.2 -4904086 L 156442.6 -4903930 L 156838.9 -4904071 L 156242.3 -4904769 L 156124.6 -4905138 L 157025 -4907866 L 157185.9 -4909539 L 157814.8 -4911561 L 158035.8 -4912272 L 158053.8 -4914318 L 158596 -4915442 L 159083.1 -4917852 L 158961 -4919501 L 159494.1 -4921061 L 159738.1 -4923597 L 160101.8 -4925211 L 160183.9 -4925575 L 161261.5 -4932444 L 161603.7 -4932501 L 165600.2 -4933519 L 165962.6 -4933613 L 173082.3 -4935689 L 173455.7 -4935803 L 175184 -4938664 L 175346.9 -4938997 L 175687.2 -4938802 L 179593.4 -4936164 L 181100.7 -4936292 L 182279.5 -4936354 L 182894.8 -4936054 L 183354.1 -4933338 L 182482.1 -4931155 L 182324.3 -4930795 L 180978.4 -4928084 L 179496.3 -4926879 L 179203.3 -4926635 L 179591.8 -4926677 L 183867.4 -4927138 L 185708.8 -4927791 L 186032.2 -4927908 L 188011.6 -4928491 L 188806.2 -4927673 L 194187.3 -4925452 L 196508.5 -4925616 L 197868.1 -4926360 L 198638.1 -4926443 L 199003.1 -4926312 L 199566.9 -4927621 L 203338.4 -4928266 L 205184 -4927756 L 205550.9 -4927643 L 205882 -4927475 L 206905.9 -4927859 L 206859.3 -4928479 L 207743.9 -4929040 L 209943.7 -4928306 L 210282.8 -4928119 L 210577.1 -4927883 L 211166.8 -4927413 L 211160.9 -4925905 L 211165.2 -4923567 L 210253 -4922892 L 209896.8 -4922731 L 212576.7 -4921730 L 212901.8 -4921570 L 215455 -4920492 L 216251.5 -4919614 L 218386 -4918573 L 218742.1 -4918401 L 219356.3 -4915888 L 219456.2 -4915532 L 222433.5 -4913850 L 225830.7 -4913457 L 226208.4 -4913417 L 226289.7 -4911076 L 228401.8 -4909396 L 229548.4 -4909400 L 229903.4 -4909238 L 229819.5 -4908853 L 228655.6 -4903862 L 229064.8 -4900736 L 229395.6 -4900658 L 230386 -4900412 L 230755.8 -4900305 L 235340.6 -4899774 L 235700.6 -4899624 L 238249.1 -4898656 L 239008.7 -4898819 L 239373.9 -4898933 L 242301.8 -4899821 L 242287.8 -4900206 L 242131.5 -4905224 L 242347.2 -4906360 L 243901.6 -4906236 L 244534.7 -4906677 L 245218.8 -4906708 L 246278.6 -4905548 L 246968.6 -4903713 L 248688.7 -4902105 L 248987 -4901847 L 249770.1 -4899175 L 249614.2 -4894003 L 249603.3 -4893606 L 250750.2 -4893453 L 251416.3 -4893821 L 252923.2 -4893881 L 254768.2 -4893363 L 255129.1 -4893228 L 255503.6 -4893213 L 259601.9 -4892968 L 259621.9 -4892964 L 262397.3 -4891049 L 262591.9 -4890724 L 270266.1 -4889776 L 270649.7 -4889731 L 270313.6 -4889186 L 270615.9 -4888550 L 270679.7 -4888202 L 269648.6 -4887635 L 267715.4 -4885674 L 267804.3 -4885296 L 267176.6 -4883647 L 266562.7 -4883182 L 265536.1 -4879525 L 265003.3 -4878994 L 264233.6 -4878920 L 264330.5 -4878545 L 264368.5 -4878161 L 264271.6 -4877794 L 264361.7 -4876285 L 265340.9 -4874248 L 264809.7 -4873534 L 264625.7 -4873283 L 264564.9 -4872521 L 263587.5 -4871412 L 264653.9 -4868954 L 264990.8 -4867047 L 265003.9 -4866658 L 264487.6 -4865639 L 263622.1 -4864896 L 261897.4 -4865370 L 261588.5 -4865143 L 261278.3 -4865382 L 260257.5 -4866552 L 257445 -4868541 L 259536 -4870240 L 259590.6 -4871390 L 259087.7 -4871964 L 258778.5 -4872188 L 256359.1 -4874628 L 255667.4 -4872444 L 254283.9 -4871926 L 253134.9 -4870432 L 251525.8 -4870601 L 251257 -4870328 L 251402.8 -4868951 L 251127.9 -4868726 L 250815.9 -4868558 L 250486.9 -4868744 L 249058 -4870434 L 248242.5 -4869655 L 246831.8 -4869941 L 245903.6 -4868805 L 244766.4 -4869772 L 243068.9 -4867792 L 242909.2 -4867448 L 242671 -4867318 L 242168.3 -4867153 L 241575.5 -4866719 L 240703.6 -4867104 L 240269.4 -4866093 L 239686.6 -4865657 L 240013.8 -4865120 L 240675.5 -4864893 L 241597.7 -4864680 L 242403 -4864173 L 242732.4 -4864193 L 243298.8 -4863762 L 243769.1 -4862441 L 243901.9 -4862108 L 243778.1 -4861779 L 243106.7 -4862561 L 242384.3 -4861429 L 242003.7 -4861156 L 243099.2 -4859486 L 243173.1 -4859151 L 243433.9 -4858440 L 242893.3 -4857952 L 242943.1 -4855739 L 241503.2 -4855801 L 241246.4 -4856172 L 240346.4 -4855666 L 240967.4 -4854411 L 240648.2 -4853370 L 241206 -4852850 L 241119.7 -4851719 L 241684.4 -4850287 L 241175.6 -4849859 L 240757.1 -4849283 L 242547.6 -4848831 L 242561 -4848086 L 242688.9 -4847732 L 240681.8 -4846015 L 240355 -4845805 L 240019.2 -4845608 L 238292.7 -4844814 L 238719.1 -4842958 L 237603.5 -4841885 L 237401.3 -4841135 L 237978.8 -4840674 L 238748.8 -4840578 L 238433 -4839780 L 238153.8 -4838791 L 237106.1 -4838633 L 236874.4 -4838063 L 236736.7 -4837740 L 236710.1 -4837044 L 236413.2 -4836859 L 235218.8 -4837585 L 235291.6 -4835825 L 235209.9 -4835478 L 235262.1 -4835108 L 235702.2 -4834559 L 237915.6 -4834470 L 237732.7 -4833348 L 237282.6 -4832737 L 237286.9 -4832358 L 237651.3 -4832339 L 238137.9 -4831022 L 237787.4 -4830781 L 237417 -4830793 L 237028.5 -4831423 L 234871.6 -4831058 L 234521.9 -4830009 L 233917.5 -4829290 L 233376.1 -4829688 L 233271.5 -4829065 L 233127 -4828714 L 232580.6 -4828249 L 230440.9 -4827573 L 229471.6 -4828161 L 229238 -4828448 L 229112 -4828798 L 227977.5 -4828951 L 227419.6 -4829482 L 226283.2 -4829620 L 225608.3 -4829366 L 225322.7 -4829108 L 225120 -4829395 L 224912.4 -4829680 L 222600.7 -4828255 L 222290.9 -4828074 L 221583.4 -4828021 L 221310.7 -4827788 L 220514.2 -4829446 L 221440 -4829874 L 222910.7 -4831462 L 222918.6 -4831783 L 222197.1 -4832274 L 222174 -4832594 L 221555.9 -4832930 L 220500 -4832009 L 220235.6 -4832244 L 216977 -4830408 L 216726.5 -4830125 L 216750.8 -4830040 L 215585.3 -4829093 L 215240.6 -4828912 L 213327 -4827557 L 212971.3 -4827386 L 212614 -4827361 L 212489.9 -4827731 L 212291.6 -4828472 L 211887 -4829104 L 209138.6 -4827048 L 207977.9 -4826993 L 207924.6 -4827382 L 207969.1 -4827772 L 207616.3 -4827885 L 206674.9 -4828466 L 206492.7 -4828876 L 206126.6 -4828814 L 204743.5 -4829256 L 204573.6 -4829586 L 206002.1 -4831196 L 205641.8 -4831181 L 204336.3 -4830599 L 202063.9 -4829387 L 201410.9 -4829713 L 201152.3 -4829992 L 200565 -4829545 L 200327.5 -4828454 L 200429.1 -4827718 L 200077.4 -4827812 L 199381.8 -4827773 L 198808.2 -4828219 L 198507.4 -4829096 L 198412.4 -4829411 L 198100.1 -4829650 L 195607.2 -4832137 L 195251.1 -4832058 L 194622.3 -4831770 L 194619.3 -4830703 L 193609.7 -4830537 L 193474 -4830267 L 192831.3 -4829708 L 191438.5 -4830327 L 190064.5 -4829666 L 189680.4 -4829620 L 189587.1 -4828437 L 188189.7 -4828405 L 187885.5 -4828598 L 187583.7 -4828674 L 187286.9 -4828768 L 185519.7 -4829385 L 184388.8 -4829371 L 184034.9 -4829238 L 183433.7 -4828791 L 183022.5 -4827761 L 182667.6 -4827641 L 182069.9 -4828093 L 181745.8 -4828256 L 180917.9 -4827597 L 179922.2 -4827973 L 177849.3 -4828624 L 176788.4 -4828315 L 177667.3 -4827678 L 177660.2 -4826200 L 177239 -4825191 L 177325.1 -4824630 L 175269.6 -4824944 L 174788.3 -4824493 L 174539.7 -4824765 L 174390.5 -4825116 L 173033.7 -4825672 L 171168.1 -4825416 L 170532.4 -4826866 L 170270 -4827076 L 170063.2 -4826366 L 169526.2 -4825882 L 168107.4 -4826216 L 167327.6 -4825045 L 166317.6 -4824752 L 165960.5 -4824698 L 165584.3 -4824682 L 165283.2 -4823616 L 164921.3 -4823515 L 164660.7 -4823786 L 164265.9 -4824392 L 163277.8 -4823895 L 162965.5 -4824104 L 162973.6 -4824559 L 162857.1 -4825467 L 163149 -4825617 L 163430.8 -4825784 L 163815.1 -4825788 L 165666.6 -4825825 L 166210.7 -4826291 L 165998.2 -4826986 L 164417.6 -4828063 L 164030 -4829121 L 163244.2 -4829899 L 162887.4 -4829998 L 161504.2 -4830157 L 161160.1 -4830089 L 160930.3 -4829882 L 160461.8 -4829475 L 160167.3 -4829229 L 159303 -4828463 L 156572.7 -4827070 L 156307.6 -4826962 L 155800.6 -4826701 L 155461.9 -4826529 L 153175.6 -4825190 L 150709.4 -4826047 L 149764.5 -4825953 L 149688.9 -4825899 L 149317.8 -4825841 L 146843.2 -4825144 L 143616.4 -4825508 L 143260.8 -4825574 L 142981.4 -4825555 L 142027.6 -4827528 L 139548.4 -4828117 L 139225.8 -4827934 L 139506.4 -4829758 L 138244.4 -4830501 L 136717.6 -4829447 L 136401 -4829243 L 135384.5 -4829638 L 135385.6 -4829637 z "
id="path682" />
<path
d="M 285823.2 -4960109 L 285750.9 -4959763 L 283763.7 -4959165 L 283428.3 -4959010 L 281973.6 -4959004 L 280979.7 -4960477 L 280240.3 -4960497 L 280101.1 -4960155 L 279556.5 -4959639 L 278985.5 -4957805 L 279472.8 -4956352 L 278105.8 -4955932 L 278001.2 -4956304 L 277578 -4958186 L 277245 -4958887 L 276860.2 -4958928 L 276523.2 -4958547 L 276350.9 -4958243 L 275871 -4957358 L 275226.3 -4957500 L 274970 -4957264 L 274269.1 -4956992 L 273391.4 -4957763 L 273201.2 -4957437 L 272971.7 -4955227 L 272451.1 -4954248 L 272240.7 -4954567 L 271610.4 -4954993 L 270862.3 -4954865 L 270394.6 -4953900 L 270020.1 -4953820 L 270491.2 -4952076 L 271151.3 -4951703 L 272280.1 -4951770 L 272646 -4951668 L 272596.7 -4951329 L 272329.2 -4950701 L 272519.3 -4950060 L 273187.2 -4949799 L 274215.6 -4950127 L 274871.7 -4950260 L 275219.8 -4950022 L 276220.9 -4949526 L 276412.4 -4949184 L 276291.1 -4948907 L 275907.4 -4948438 L 275655.2 -4948154 L 275193.8 -4947551 L 274896.1 -4946088 L 274505.5 -4946083 L 273413.9 -4946415 L 273025.9 -4947089 L 272797.6 -4946843 L 272819.3 -4945521 L 273969.1 -4944123 L 273667.8 -4943437 L 273301.2 -4943427 L 272253.7 -4943210 L 270964.6 -4941927 L 270899.7 -4941893 L 270664.4 -4941659 L 270382 -4941486 L 270001.6 -4941393 L 268135.5 -4940878 L 268302.6 -4939806 L 268017.2 -4938750 L 267350.7 -4937910 L 266923.2 -4936955 L 266636.9 -4937200 L 264501 -4937685 L 264079.2 -4937309 L 263779 -4937095 L 263113.3 -4936336 L 262786.3 -4936469 L 261409.3 -4937542 L 261390.1 -4937169 L 262825.3 -4935075 L 262126 -4934209 L 261754.3 -4934227 L 261482.9 -4934090 L 261342.6 -4933821 L 261020.1 -4933729 L 260068.2 -4932370 L 260010 -4932023 L 259970.1 -4930697 L 260055.9 -4928152 L 260543.4 -4927291 L 260895.8 -4927393 L 261470.1 -4926982 L 261673.3 -4925953 L 261447.2 -4925681 L 260822.5 -4925432 L 260421.2 -4924473 L 260494.8 -4923764 L 260586.5 -4923419 L 260034.1 -4922985 L 261404.7 -4920386 L 262111.5 -4919724 L 262300.9 -4919455 L 262143.9 -4919110 L 261645.7 -4918589 L 262430.6 -4917851 L 261674.3 -4917079 L 260659.3 -4917549 L 259913.2 -4917534 L 258438.7 -4916364 L 258152.8 -4916445 L 257855.1 -4916458 L 257488.7 -4916391 L 256016.3 -4916428 L 255172.1 -4915699 L 254434.7 -4915788 L 253817.8 -4914023 L 254229.3 -4913643 L 254432.5 -4913449 L 256013.6 -4911885 L 257496.4 -4909658 L 257708.9 -4909341 L 257051.6 -4908973 L 257714.3 -4906819 L 256412.5 -4906185 L 256107.4 -4905960 L 255177.2 -4904145 L 254959.1 -4903879 L 254475.3 -4904422 L 253198.5 -4903033 L 251867.9 -4902349 L 251165.2 -4902579 L 250751.2 -4903160 L 250441 -4903376 L 250196.1 -4902688 L 249298.9 -4902045 L 248986.8 -4901847 L 248688.5 -4902104 L 246968.4 -4903713 L 246278.4 -4905548 L 245218.6 -4906708 L 244534.5 -4906677 L 243901.4 -4906236 L 242347 -4906360 L 242131.3 -4905224 L 242287.6 -4900206 L 242301.6 -4899821 L 239373.7 -4898933 L 239008.5 -4898819 L 238248.9 -4898656 L 235700.4 -4899624 L 235340.4 -4899774 L 230755.6 -4900304 L 230385.8 -4900412 L 229395.4 -4900658 L 229064.6 -4900736 L 228655.4 -4903862 L 229819.3 -4908853 L 229903.2 -4909238 L 229548.2 -4909400 L 228401.6 -4909396 L 226289.5 -4911076 L 226208.2 -4913417 L 225830.5 -4913457 L 222433.3 -4913850 L 219456 -4915532 L 219356.1 -4915888 L 218741.9 -4918401 L 218385.8 -4918573 L 216251.3 -4919614 L 215454.8 -4920492 L 212901.6 -4921570 L 212576.5 -4921730 L 209896.6 -4922731 L 210252.8 -4922892 L 211165 -4923567 L 211160.7 -4925905 L 211166.6 -4927413 L 210576.9 -4927883 L 210282.6 -4928119 L 209943.5 -4928306 L 207743.7 -4929040 L 206859.1 -4928479 L 206905.7 -4927859 L 205881.8 -4927475 L 205550.7 -4927643 L 205183.8 -4927756 L 203338.2 -4928266 L 199566.7 -4927621 L 199002.9 -4926312 L 198637.9 -4926443 L 197867.9 -4926360 L 196508.3 -4925616 L 194187.1 -4925452 L 188806 -4927673 L 188011.4 -4928490 L 186032 -4927908 L 185708.6 -4927791 L 183867.2 -4927138 L 179591.6 -4926677 L 179203.1 -4926635 L 179496.1 -4926879 L 180978.2 -4928084 L 182324.1 -4930794 L 182481.9 -4931155 L 183353.9 -4933338 L 182894.6 -4936054 L 182279.3 -4936354 L 181100.5 -4936292 L 179593.2 -4936164 L 175687 -4938802 L 175346.7 -4938997 L 175183.8 -4938663 L 173455.5 -4935803 L 173082.1 -4935689 L 165962.4 -4933613 L 165600 -4933519 L 161603.5 -4932501 L 161261.3 -4932444 L 161373.8 -4933162 L 161234.1 -4934890 L 161496.6 -4935760 L 161613.7 -4937771 L 161204.8 -4939090 L 161885.7 -4940328 L 162113.1 -4941893 L 163316.2 -4943516 L 165935.2 -4948176 L 166347.7 -4951129 L 166544.6 -4951661 L 167107.1 -4953179 L 167488.8 -4953961 L 167849.4 -4954259 L 169449.8 -4954181 L 170439.2 -4953854 L 171466.2 -4952859 L 170739.4 -4952469 L 170601.5 -4952098 L 170703.6 -4951833 L 171442.6 -4952350 L 171940.2 -4952481 L 172663.6 -4952308 L 173114.7 -4951958 L 173621.3 -4949273 L 173653.9 -4949033 L 173856.8 -4949182 L 173514.3 -4951868 L 173816.1 -4952350 L 174873.3 -4952196 L 176247.6 -4951628 L 177417.3 -4951847 L 178797.4 -4952660 L 179421.3 -4952779 L 179475.1 -4952543 L 179261.4 -4952180 L 179828.2 -4951972 L 180022.3 -4952925 L 180360 -4953251 L 181259.7 -4952524 L 181285 -4953315 L 181004.3 -4954109 L 179399.9 -4955467 L 179275.2 -4955761 L 179415.4 -4956157 L 178579.4 -4955956 L 178343.7 -4956158 L 177829.9 -4957180 L 177922.1 -4957606 L 178603.1 -4957259 L 179123.5 -4957362 L 177060.8 -4959787 L 176007.1 -4960504 L 175455 -4961658 L 174760.1 -4962390 L 173755.2 -4962820 L 173110.9 -4963548 L 172252.9 -4964706 L 171665.6 -4964967 L 170782.3 -4966128 L 170483.8 -4966208 L 169863.9 -4965603 L 169578.2 -4964760 L 169187.6 -4964415 L 169503.1 -4963719 L 168985.1 -4962848 L 168296.6 -4962326 L 167076.2 -4960526 L 166116.1 -4959570 L 165094 -4958236 L 164583.4 -4956648 L 164080 -4955929 L 163956.1 -4955287 L 163876.2 -4954874 L 163829.7 -4952806 L 163601.3 -4952291 L 162881.1 -4951440 L 162839.5 -4951009 L 163202.4 -4951332 L 163449.5 -4951212 L 162981.5 -4949306 L 162752.2 -4949047 L 162436.6 -4948950 L 162165.8 -4949053 L 161865.6 -4949645 L 161822.4 -4950519 L 162244.3 -4954668 L 162322.3 -4955435 L 162858.3 -4957020 L 162864 -4958401 L 163279.4 -4961380 L 164727.7 -4968398 L 166303.1 -4976030 L 167172.6 -4982174 L 167270.9 -4982869 L 167891.5 -4985854 L 168465.5 -4990992 L 168589.2 -4991556 L 168877.1 -4992871 L 168955.1 -4994731 L 169197.3 -4996000 L 170095.7 -5000709 L 170247.1 -5004378 L 171495.9 -5009766 L 172265.2 -5013085 L 172901.5 -5017014 L 173355.8 -5021958 L 173722.7 -5023561 L 174020.4 -5024861 L 174263.5 -5029468 L 174213.4 -5034205 L 174488 -5036506 L 174723.6 -5037471 L 175293.4 -5039804 L 175140 -5044526 L 175559.2 -5045687 L 176773 -5047410 L 177212.5 -5048518 L 178559.5 -5049512 L 178824.4 -5050115 L 180176.4 -5051707 L 180835.4 -5052973 L 182745.7 -5053989 L 183109.4 -5054056 L 183277.2 -5053681 L 182912.9 -5052822 L 183005.4 -5052199 L 183739 -5051871 L 184235.9 -5051209 L 184009.1 -5050975 L 183410.4 -5050854 L 183054.8 -5050608 L 182461.8 -5049233 L 182325.1 -5048352 L 182553.8 -5047818 L 183149.4 -5047120 L 184055.6 -5046469 L 184339.3 -5046236 L 184670.3 -5046230 L 185055.1 -5045987 L 186424.5 -5044063 L 187324 -5043080 L 189788.2 -5040870 L 191582.2 -5039902 L 192176.5 -5039716 L 192924.3 -5038748 L 193690.8 -5037446 L 194842 -5035901 L 196020.3 -5034635 L 197672.5 -5033784 L 198714.7 -5032690 L 200358.5 -5030964 L 201243.3 -5029829 L 202445.9 -5028024 L 203183 -5026418 L 204549.6 -5022883 L 205240.8 -5020540 L 205613.6 -5018831 L 205965.1 -5017221 L 206704.7 -5010371 L 208160.2 -5005114 L 209008.9 -5001758 L 210545.8 -4998131 L 213284.5 -4994002 L 215090.1 -4991832 L 216404.2 -4990912 L 217382.7 -4991533 L 216702.1 -4992673 L 216571.7 -4993171 L 216803.3 -4993456 L 217180 -4993394 L 218104.5 -4992664 L 219212.4 -4992250 L 219150.5 -4992665 L 218692.3 -4992940 L 218734.7 -4993115 L 219697.6 -4993047 L 219821.6 -4993802 L 218163.3 -4994066 L 217090.4 -4994579 L 215198.3 -4996118 L 214437.8 -4996959 L 212700.8 -5002139 L 211977 -5003695 L 211739.3 -5008091 L 211393.5 -5010580 L 210216.4 -5015810 L 209502 -5021864 L 208906.5 -5025195 L 208793.8 -5025898 L 208914.3 -5025880 L 209157.3 -5025852 L 213665.3 -5025112 L 214642.1 -5024435 L 214985.7 -5024602 L 217044.2 -5025132 L 217691.5 -5024807 L 218058.5 -5024769 L 218147.5 -5025928 L 218883.3 -5027152 L 219818.8 -5026035 L 220104.1 -5025803 L 219622 -5023542 L 219824.9 -5022374 L 220043.4 -5022045 L 221277.5 -5021744 L 221506.8 -5021504 L 223976.9 -5020917 L 224202.3 -5020623 L 226082.8 -5021137 L 226416.3 -5021346 L 227437 -5021311 L 228267.7 -5020714 L 228612.6 -5020675 L 230171.3 -5019917 L 230470.5 -5019731 L 231609.4 -5018910 L 231629.1 -5017884 L 231504.7 -5017549 L 231061.2 -5016149 L 232164.9 -5016037 L 232427.5 -5014997 L 231774 -5013672 L 231793.6 -5013298 L 231265.2 -5011896 L 231371.4 -5011167 L 232469.7 -5009545 L 232594 -5008774 L 232667.6 -5008390 L 233648.6 -5004704 L 233764.2 -5004337 L 234208.4 -5005815 L 235225.9 -5006972 L 235490.3 -5007258 L 237370.3 -5006739 L 238541.5 -5005682 L 238988.5 -5003811 L 239214.9 -5003486 L 239589 -5004470 L 239745.4 -5004793 L 241882.7 -5004003 L 242208.9 -5003805 L 242318.1 -5003054 L 243577.3 -5000774 L 244421.2 -5000009 L 246338.4 -4999886 L 247005.1 -4999246 L 247210.4 -4999015 L 248622.7 -4998352 L 250544.1 -4998057 L 250932 -4998014 L 251598.3 -4997626 L 252369.7 -4997722 L 255031.7 -5000420 L 256480 -5000978 L 256873.7 -5001009 L 258826.8 -4998419 L 259195.6 -4998428 L 259468.1 -4998653 L 260054.4 -4998264 L 260536.3 -4998759 L 261773.4 -5000086 L 263958.5 -5000483 L 264304.5 -5000335 L 266254.6 -5000193 L 267335.7 -4999748 L 268530.2 -4997748 L 268911 -4995852 L 269139.4 -4995532 L 269268.6 -4995372 L 269325.4 -4994862 L 267849.4 -4991796 L 266949.1 -4991112 L 266743.5 -4990370 L 266571.9 -4989625 L 266458.6 -4989871 L 266143.7 -4988774 L 266412.5 -4986453 L 266131.1 -4986234 L 265513.4 -4984588 L 264598.2 -4985082 L 264275.8 -4984890 L 264313.1 -4984141 L 263859.2 -4983124 L 263468.7 -4981300 L 264282.2 -4979599 L 264427.7 -4979242 L 264720 -4978930 L 265612.5 -4977748 L 264479.8 -4975821 L 264214.5 -4975555 L 264114.7 -4975506 L 264025.4 -4975167 L 263816.8 -4974504 L 262871.3 -4973546 L 262880.3 -4973521 L 262641.6 -4972934 L 262375.2 -4972710 L 261927.4 -4971748 L 260132.6 -4971311 L 259989.4 -4970964 L 262976.7 -4970129 L 263364.3 -4970155 L 264432.8 -4970505 L 265710.4 -4969145 L 265557.9 -4968401 L 266002.6 -4967819 L 266351.6 -4967661 L 266590.4 -4967643 L 267700.5 -4967627 L 268152.3 -4967013 L 268532.9 -4967036 L 269128 -4968298 L 269815.2 -4968455 L 270166.9 -4968463 L 271175.7 -4968152 L 271186.8 -4967014 L 271558.7 -4966929 L 271621.6 -4966973 L 272398.3 -4967850 L 274342.6 -4967907 L 275048.6 -4967574 L 276598.5 -4967504 L 276960.5 -4967355 L 277103.7 -4967190 L 277504.1 -4966796 L 277785.7 -4966871 L 278924.2 -4968843 L 279195.5 -4969109 L 279835.5 -4969374 L 280182.1 -4969422 L 281501.1 -4970540 L 281779.5 -4970750 L 281946.9 -4971039 L 281620.7 -4972431 L 285146.5 -4971541 L 285454.6 -4971329 L 287280.2 -4969561 L 287520.5 -4969285 L 286264.4 -4968224 L 286334.6 -4967526 L 285688.6 -4967810 L 285128.7 -4966879 L 283763.1 -4967292 L 283401.4 -4967311 L 283409.1 -4966920 L 283529.1 -4965772 L 284166.4 -4964216 L 284129 -4963873 L 283883.1 -4962843 L 284059.5 -4962535 L 284516 -4961496 L 285544.2 -4960372 L 285823.4 -4960109 L 285823.2 -4960109 z M 208688 -5015180 L 208550 -5015461 L 208555.1 -5016276 L 208590.7 -5017299 L 208336.7 -5018526 L 208250.5 -5020783 L 208797.3 -5017429 L 208913 -5015784 L 208688 -5015180 L 208688 -5015180 z M 209168.5 -5009467 L 208847.3 -5009576 L 208340.7 -5010929 L 208430.2 -5013171 L 208779.4 -5013879 L 209037.8 -5013649 L 209458.1 -5012457 L 209437.2 -5010925 L 209168.5 -5009467 L 209168.5 -5009467 z M 210683.4 -5003770 L 210180 -5005686 L 209743.1 -5009079 L 209934 -5009470 L 210408.3 -5008836 L 211053.2 -5006011 L 211190.6 -5004795 L 210925.4 -5003900 L 210683.2 -5003770 L 210683.4 -5003770 z M 216537 -4991527 L 215196.3 -4992666 L 214293.3 -4994672 L 212427.1 -4997173 L 211041.1 -4999030 L 210824.3 -4999690 L 210878.2 -5000247 L 212546.8 -4998244 L 216537.1 -4991527 L 216537 -4991527 z M 169546.5 -4957293 L 169021.2 -4957140 L 168062 -4957514 L 167778.2 -4958539 L 167876.1 -4958760 L 168469.9 -4958831 L 169577.6 -4958672 L 169629.8 -4958155 L 169970 -4957713 L 169546.6 -4957293 L 169546.5 -4957293 z "
id="path683" />
<path
d="M 208794.1 -5025899 L 208557.1 -5027379 L 208054.8 -5029039 L 207736.5 -5029965 L 206764 -5033614 L 204776.8 -5037849 L 203632.4 -5039725 L 203624.9 -5039948 L 203599.5 -5040700 L 203160.5 -5041434 L 202362.7 -5042151 L 201844.8 -5043122 L 201298 -5043533 L 201184.4 -5044465 L 199493.9 -5046497 L 198767.1 -5047156 L 197927.5 -5047443 L 197362.9 -5047933 L 197057 -5048986 L 196655.1 -5049050 L 196088.1 -5048466 L 195297.7 -5049096 L 194880.5 -5049428 L 194675 -5050727 L 194302.1 -5051352 L 193847.3 -5051396 L 193421.3 -5052000 L 193145.7 -5052053 L 192785.2 -5051756 L 192494.2 -5051912 L 192263.1 -5051372 L 190866.2 -5052224 L 190022.9 -5052997 L 189248.6 -5054479 L 188897.2 -5054539 L 188716.6 -5055043 L 188946.5 -5056095 L 188748 -5056677 L 188296.6 -5057284 L 187543.7 -5057401 L 187417 -5057421 L 187055.3 -5057635 L 187085.4 -5058732 L 186950.4 -5059180 L 186580.5 -5059574 L 186112.7 -5059748 L 185365.5 -5059412 L 184766.4 -5059547 L 184158.5 -5060118 L 183736.3 -5060236 L 181706.5 -5061662 L 180058.2 -5062028 L 177059.2 -5064620 L 174786.8 -5066585 L 173573.1 -5068008 L 172596.1 -5068718 L 171928.5 -5068937 L 170771.5 -5068845 L 170585.2 -5068505 L 171258.8 -5066777 L 171173.7 -5066427 L 170628.8 -5067120 L 170275 -5068203 L 170058.1 -5069611 L 169946.8 -5070333 L 169974.8 -5075855 L 170377.8 -5077632 L 170905.8 -5078859 L 171387.4 -5079349 L 172203.5 -5079346 L 173213.2 -5079758 L 173868.3 -5079413 L 175159.7 -5079312 L 176781.7 -5080508 L 177272.3 -5080307 L 178006.3 -5079724 L 179506.2 -5077837 L 181175 -5076114 L 182335.7 -5075719 L 183003.8 -5075244 L 185283.5 -5072719 L 185488.1 -5072725 L 185229.3 -5073211 L 183392.7 -5075309 L 183460.6 -5075481 L 183230.7 -5075478 L 181540.7 -5076462 L 179638.9 -5078413 L 178936.4 -5079582 L 178532.2 -5080669 L 178495.4 -5081338 L 178870.3 -5082043 L 178699.7 -5082648 L 178060.1 -5083263 L 177930 -5083388 L 177594.3 -5084393 L 176766.1 -5085318 L 176992.4 -5085808 L 176910.5 -5086276 L 177776.7 -5086523 L 177654.8 -5086843 L 177886.6 -5087127 L 180050.5 -5086557 L 180531.5 -5087302 L 181283 -5087945 L 184035.9 -5091843 L 184232.8 -5093077 L 183946.6 -5094589 L 183604.1 -5095261 L 182875.8 -5095640 L 182678 -5095966 L 182846.5 -5096384 L 183171.9 -5096583 L 185129.9 -5096518 L 186786 -5097021 L 187892.3 -5097117 L 188629.4 -5097352 L 189305 -5098002 L 190355.3 -5098308 L 190521.5 -5097396 L 189480.5 -5095095 L 189441 -5094689 L 189684.9 -5094028 L 190216.1 -5093744 L 189930.4 -5094999 L 190870.2 -5097311 L 190898.2 -5098383 L 190693.1 -5098632 L 190271 -5098751 L 189723.1 -5098626 L 188188.9 -5097804 L 186731.9 -5097512 L 185477.6 -5096945 L 184840.9 -5096956 L 184410.8 -5097254 L 183984.6 -5098114 L 183970.1 -5099011 L 183837.7 -5099484 L 181903.7 -5101361 L 181703 -5101918 L 181859.1 -5102210 L 182646.5 -5101391 L 183204.8 -5101361 L 184075.8 -5101660 L 185566.5 -5101514 L 185949.9 -5101783 L 186211.4 -5102371 L 186260.3 -5103133 L 185872.3 -5103862 L 185741.9 -5104616 L 185919.7 -5105392 L 185958.7 -5106052 L 185585.1 -5107189 L 184876 -5108026 L 184145.3 -5108378 L 183684.5 -5108884 L 183041.8 -5111965 L 182560.3 -5112779 L 181758.1 -5113446 L 180613.3 -5113737 L 180208.5 -5114033 L 179970.2 -5114465 L 180197.2 -5114699 L 180995.2 -5114774 L 181330.7 -5115073 L 181063.7 -5115665 L 180617.8 -5116652 L 179551.7 -5116706 L 179270.9 -5116963 L 178984 -5117682 L 177824.2 -5117822 L 177520.5 -5118107 L 177787.6 -5118490 L 178405.8 -5118813 L 178843.8 -5119639 L 177456.6 -5119801 L 175737.5 -5119177 L 175068.1 -5119115 L 174686.2 -5119383 L 173930.8 -5120787 L 173695.6 -5120989 L 172851.9 -5120970 L 172720.1 -5121188 L 172989.7 -5121596 L 173610.8 -5121688 L 174150.8 -5121993 L 174339.6 -5122403 L 174410 -5122556 L 174897.1 -5122840 L 175326.7 -5124102 L 176142.8 -5125403 L 176529.1 -5125441 L 176700.1 -5125885 L 175702.8 -5125599 L 175636.9 -5125708 L 176009.6 -5126388 L 176380.2 -5126786 L 176872.5 -5126865 L 177316.4 -5127231 L 178586.2 -5127694 L 179243.7 -5128678 L 180452 -5129556 L 180869.7 -5130436 L 181707.3 -5130916 L 182356.4 -5132335 L 183010.4 -5133804 L 183047.2 -5134440 L 182849.2 -5135022 L 181624.4 -5136319 L 181559.6 -5136390 L 181801.2 -5136580 L 182246.1 -5137049 L 182459.5 -5137988 L 182795.7 -5137975 L 183016.3 -5137268 L 184441.4 -5136837 L 185793.7 -5137379 L 185663.4 -5137727 L 186206.4 -5138207 L 187707.8 -5140308 L 187844.6 -5140654 L 188036.2 -5139940 L 190633.9 -5140897 L 193643.6 -5140546 L 194577.3 -5141730 L 194784.2 -5142073 L 195761 -5141545 L 197670.3 -5142548 L 197193.6 -5141683 L 197081.7 -5141371 L 196968.9 -5141004 L 196224.9 -5138834 L 194993.2 -5137380 L 196844.9 -5136095 L 198313.4 -5136347 L 198525.7 -5136027 L 199830 -5136420 L 200357.8 -5137175 L 200541.7 -5137484 L 201792.6 -5136951 L 201943.5 -5137282 L 202536.8 -5137252 L 202333.1 -5136556 L 203407.7 -5136414 L 203755.4 -5137098 L 203659.7 -5138171 L 204498.6 -5138928 L 205102 -5138651 L 205315.3 -5138332 L 206419.7 -5138468 L 207013.7 -5138930 L 207454.2 -5138465 L 206695.3 -5137711 L 206994.8 -5137021 L 207754.2 -5136878 L 208647 -5136172 L 209033.2 -5136166 L 210693.7 -5134806 L 210909 -5134497 L 210577 -5134309 L 211182.8 -5131738 L 211366.1 -5131403 L 211827.9 -5130387 L 210335.5 -5128659 L 210525 -5127925 L 210858.3 -5127706 L 214164.9 -5125474 L 214445.2 -5125246 L 215379.2 -5124210 L 215448.5 -5123844 L 215599.5 -5122419 L 214615.3 -5122274 L 214490.5 -5121917 L 215049.5 -5120722 L 216866.1 -5120593 L 217541.2 -5119243 L 217842.4 -5119053 L 218427.9 -5118654 L 219121 -5118702 L 220008.7 -5118128 L 220765.9 -5118161 L 221397.3 -5117789 L 221445.6 -5117421 L 219646.3 -5117167 L 219507 -5116233 L 220422.7 -5115601 L 221490.6 -5116013 L 222965.2 -5115620 L 223046 -5115949 L 223297.6 -5116574 L 224279.3 -5115979 L 225780.6 -5115977 L 226445 -5115598 L 226807.2 -5115470 L 227287.6 -5114987 L 227276.9 -5114621 L 227738.3 -5114159 L 228465.5 -5114114 L 228200.6 -5113865 L 227878.6 -5113697 L 228510.3 -5112845 L 227977.5 -5112382 L 228312.7 -5112244 L 228795.1 -5111765 L 229860.3 -5111807 L 231242.8 -5111390 L 232984.4 -5111007 L 233514.9 -5110502 L 233677.2 -5110169 L 233873.5 -5111150 L 235009.1 -5112004 L 235326 -5112168 L 235216.5 -5109952 L 236422.3 -5109114 L 236715.5 -5108878 L 237933.7 -5110233 L 238921.1 -5109879 L 239771 -5108743 L 239548.4 -5108125 L 239664.7 -5107788 L 242104.5 -5108459 L 242436.6 -5108315 L 243904 -5107921 L 244824.7 -5108509 L 245078.5 -5108799 L 245416.6 -5108621 L 246440.1 -5106629 L 246501.9 -5105484 L 246848 -5105373 L 249558.9 -5104379 L 249861 -5104306 L 250908.3 -5103969 L 252237 -5104490 L 252551.2 -5104204 L 252788.6 -5103713 L 252814.7 -5102158 L 252854 -5101767 L 254799.4 -5102763 L 254476 -5101777 L 254822.4 -5101265 L 254845.7 -5100899 L 254723.2 -5100207 L 255158.6 -5099683 L 255128.8 -5099332 L 256187.9 -5099250 L 256737.2 -5097507 L 257057.3 -5097320 L 256785 -5096321 L 258194.1 -5096152 L 258928.7 -5095351 L 259274.8 -5095240 L 259153.6 -5094173 L 259866.6 -5094175 L 260118.4 -5093138 L 260472.4 -5093087 L 260336.6 -5092770 L 259623.5 -5091603 L 259662 -5090913 L 259177.2 -5090702 L 258944.4 -5090502 L 258640.3 -5090719 L 257175.5 -5090543 L 256206.1 -5091095 L 255982.3 -5090842 L 255358.5 -5090601 L 255618.7 -5090349 L 255694.5 -5089332 L 256618.9 -5088842 L 256137.7 -5087950 L 255853.8 -5087787 L 255569.1 -5087404 L 255664.4 -5087054 L 256060.8 -5086514 L 256767.7 -5086586 L 256927.2 -5084793 L 258076.7 -5084125 L 257810.9 -5083870 L 257036.7 -5081855 L 256670.8 -5081810 L 255986.1 -5081570 L 255380 -5080650 L 255753 -5080616 L 256003.3 -5079155 L 256065.6 -5078786 L 254801.9 -5076450 L 254980.9 -5075319 L 254818.1 -5075060 L 254338.9 -5074277 L 253867.5 -5074728 L 254254.9 -5075335 L 252531.1 -5075363 L 252270.9 -5075616 L 251930.1 -5075470 L 250653.4 -5074227 L 249271.8 -5073994 L 249242.8 -5074009 L 249051.5 -5074314 L 248542.6 -5075264 L 248421.3 -5075595 L 248156.7 -5076205 L 247804.7 -5076223 L 247711.4 -5076550 L 247931.8 -5077189 L 247314.6 -5077436 L 245222.6 -5077604 L 244947.9 -5077375 L 243919.7 -5077591 L 243326.1 -5077216 L 243406.8 -5076474 L 242249.9 -5075503 L 241649.1 -5075357 L 240157.9 -5075671 L 239811.1 -5075547 L 238040.7 -5075050 L 237746.7 -5075076 L 237436.5 -5075283 L 235279.1 -5075812 L 234979 -5074028 L 233935.2 -5073914 L 233332.7 -5073466 L 231507.5 -5073686 L 231435.9 -5073297 L 230372.2 -5072138 L 230488.6 -5071806 L 230551.8 -5070751 L 233994.4 -5070875 L 234931.1 -5070220 L 234847.5 -5069842 L 233648.6 -5068906 L 233495.4 -5067368 L 233413.8 -5067007 L 233823 -5065976 L 233181.6 -5064670 L 234133.8 -5064385 L 234355.2 -5064064 L 236231.9 -5061580 L 236194.4 -5061192 L 235822.5 -5061183 L 235134.9 -5060918 L 234132.5 -5061359 L 233960.9 -5061035 L 232195 -5057911 L 232501.3 -5057676 L 233467.9 -5057040 L 234208.5 -5057249 L 234540.4 -5057307 L 235677.4 -5057991 L 236151.9 -5057509 L 236171.3 -5057172 L 236448.6 -5056090 L 237314.3 -5055383 L 237677 -5054728 L 238669.3 -5054349 L 239075.9 -5053770 L 239076.3 -5053416 L 239823.1 -5053487 L 240038.4 -5053180 L 240433.9 -5052720 L 240719 -5052601 L 241354.3 -5052228 L 242115.7 -5050974 L 242449.8 -5050815 L 241331.5 -5048891 L 240414.3 -5048378 L 240369.3 -5047608 L 240499.3 -5047608 L 241749 -5046836 L 242852.6 -5046941 L 243443 -5046491 L 243277.9 -5045792 L 243619.6 -5045970 L 244655.8 -5046353 L 245474.5 -5045615 L 244769.2 -5044440 L 245346.7 -5043945 L 246095.7 -5043822 L 246518.8 -5042883 L 246346.5 -5042404 L 246033.3 -5042608 L 245154.3 -5042035 L 245012.3 -5041302 L 244342.7 -5040406 L 243278.5 -5040753 L 242853.8 -5039122 L 242785.3 -5038787 L 243153.1 -5038879 L 244177.1 -5038678 L 244340 -5037940 L 245196.8 -5037203 L 245200.2 -5036923 L 245442.5 -5036629 L 245215 -5034846 L 245728.4 -5034401 L 246486.1 -5034444 L 246648.5 -5033390 L 245497.9 -5033399 L 245259 -5032666 L 243411 -5032397 L 243102.1 -5031702 L 242470.9 -5031274 L 241341.2 -5031328 L 241206.7 -5031052 L 240600.8 -5031138 L 240506.4 -5030767 L 240518.5 -5030004 L 240994.1 -5029462 L 241697.1 -5029329 L 242046.8 -5028794 L 242715 -5028538 L 242851.5 -5027488 L 243527.8 -5027800 L 245426.2 -5027715 L 245425.8 -5026590 L 245306.4 -5026241 L 244000.6 -5025756 L 242945.6 -5026728 L 242932.2 -5026359 L 242538.3 -5025736 L 242622.4 -5025661 L 242795.8 -5025372 L 241862.6 -5024402 L 242190.6 -5024301 L 242354.6 -5022314 L 242640.9 -5022055 L 244328.5 -5021205 L 244264.4 -5021964 L 244702.3 -5022572 L 246524.1 -5022910 L 246680.9 -5023656 L 248764.9 -5022400 L 249167.6 -5021793 L 250576.7 -5022003 L 251859.5 -5021775 L 252375.9 -5021357 L 252683 -5021203 L 252936.3 -5020940 L 253148.6 -5020006 L 253070.1 -5019686 L 254281.6 -5020349 L 255603.7 -5019887 L 255931.8 -5019749 L 255549.3 -5016167 L 255480.9 -5015809 L 255216.4 -5015534 L 254857.8 -5015404 L 255134 -5015187 L 256512.7 -5014952 L 256905.5 -5014939 L 258461 -5014780 L 260388.7 -5015044 L 260604.6 -5015013 L 260811.6 -5014940 L 261140.7 -5014761 L 261667.5 -5013393 L 264623.7 -5012274 L 264637.3 -5011899 L 263903.6 -5009313 L 263904.2 -5008921 L 264131.4 -5008708 L 264394.5 -5008542 L 264153 -5007634 L 263851.5 -5007398 L 262450.9 -5005672 L 262820.6 -5005075 L 263949.3 -5004868 L 264124.3 -5004172 L 260964.9 -5002990 L 261062.4 -5002617 L 261469.9 -5001550 L 260474.1 -4999908 L 260535.9 -4998761 L 260054 -4998267 L 259467.7 -4998656 L 259195.2 -4998431 L 258826.4 -4998421 L 256873.3 -5001012 L 256479.6 -5000981 L 255031.3 -5000422 L 252369.3 -4997724 L 251597.9 -4997628 L 250931.6 -4998016 L 250543.7 -4998059 L 248622.3 -4998354 L 247210 -4999017 L 247004.7 -4999249 L 246338 -4999888 L 244420.8 -5000012 L 243576.9 -5000777 L 242317.7 -5003056 L 242208.5 -5003807 L 241882.3 -5004005 L 239745 -5004796 L 239588.6 -5004472 L 239214.5 -5003489 L 238988.1 -5003813 L 238541.1 -5005685 L 237369.9 -5006741 L 235489.9 -5007260 L 235225.5 -5006974 L 234208 -5005817 L 233763.8 -5004339 L 233648.2 -5004706 L 232667.2 -5008392 L 232593.6 -5008777 L 232469.3 -5009548 L 231371 -5011170 L 231264.8 -5011898 L 231793.2 -5013301 L 231773.6 -5013675 L 232427.1 -5014999 L 232164.5 -5016040 L 231060.8 -5016151 L 231504.3 -5017552 L 231628.7 -5017886 L 231609 -5018913 L 230470.1 -5019733 L 230170.9 -5019919 L 228612.2 -5020678 L 228267.3 -5020716 L 227436.6 -5021313 L 226415.9 -5021349 L 226082.4 -5021139 L 224201.9 -5020626 L 223976.5 -5020919 L 221506.4 -5021507 L 221277.1 -5021746 L 220043 -5022048 L 219824.5 -5022376 L 219621.6 -5023544 L 220103.7 -5025806 L 219818.4 -5026037 L 218882.9 -5027155 L 218147.1 -5025930 L 218058.1 -5024772 L 217691.1 -5024810 L 217043.8 -5025134 L 214985.3 -5024604 L 214641.7 -5024437 L 213664.9 -5025115 L 209156.9 -5025855 L 208913.9 -5025882 L 208793.4 -5025901 L 208794.1 -5025899 z M 166236.7 -5119319 L 164636 -5120167 L 163512.8 -5121174 L 161306.1 -5123154 L 160535.1 -5123358 L 159545.8 -5124197 L 156023.5 -5126002 L 154944.4 -5126184 L 154138.7 -5126034 L 153298.3 -5125528 L 152889 -5125517 L 151847.2 -5126080 L 151386.5 -5126234 L 150537.6 -5126516 L 149965.5 -5127186 L 149072.3 -5129525 L 148345.7 -5130441 L 148250.8 -5131294 L 150451.3 -5131359 L 151143.1 -5131649 L 151657.2 -5132468 L 152240.4 -5132691 L 152829 -5132710 L 154072.6 -5132383 L 154538.2 -5131928 L 154554.3 -5131312 L 155005.4 -5130450 L 154698.5 -5129661 L 153981.4 -5129374 L 153440.5 -5129581 L 152841.1 -5129506 L 152407.4 -5129452 L 151965.8 -5129112 L 152323.3 -5128335 L 153122.4 -5127898 L 153484.9 -5127172 L 154851.4 -5127319 L 155603.6 -5127705 L 156523.5 -5129021 L 157185 -5129263 L 159530.1 -5129441 L 160231.1 -5128893 L 159477.3 -5128705 L 159228.5 -5127988 L 158983.6 -5127833 L 158162.7 -5127795 L 157215.3 -5127751 L 157989.6 -5127061 L 159117.6 -5126336 L 163761 -5126339 L 164653.2 -5126073 L 165561.3 -5125446 L 166621.7 -5124293 L 168233.4 -5124339 L 168600.1 -5124175 L 168812.2 -5123829 L 169149.9 -5123277 L 169688.2 -5121741 L 170020 -5121223 L 170394.1 -5121134 L 171045.2 -5121531 L 171495.5 -5121180 L 171203.2 -5120799 L 170012.1 -5120098 L 169344.1 -5119269 L 169025.5 -5119402 L 166236.6 -5119319 L 166236.7 -5119319 z M 170894.6 -5080574 L 170452.1 -5080745 L 170037.6 -5081988 L 169963.5 -5085934 L 169423 -5088238 L 169329.2 -5088446 L 168856.9 -5089496 L 168061.5 -5090494 L 165028.5 -5093401 L 164330.8 -5093572 L 163768.8 -5094087 L 162822.8 -5094589 L 161807.4 -5095687 L 160294.5 -5097958 L 160191 -5098536 L 159717.2 -5101187 L 160313.3 -5102586 L 160327.2 -5103249 L 159523 -5104940 L 158930 -5108528 L 159162 -5108812 L 159563.8 -5108747 L 160199.1 -5108199 L 161083 -5108367 L 161596.3 -5108138 L 161811.5 -5107652 L 162390.5 -5106346 L 163448.3 -5105424 L 164128.6 -5105076 L 164880.8 -5104158 L 165618.5 -5102832 L 166501.6 -5102208 L 167138.7 -5101941 L 168617.3 -5101668 L 169584.5 -5101905 L 171325.5 -5101709 L 171637.2 -5101244 L 171891.2 -5100166 L 172106.1 -5099254 L 171459.1 -5098115 L 171723.8 -5097169 L 172174.8 -5096562 L 172348.3 -5095726 L 171924.3 -5094259 L 172077.5 -5093477 L 172827.4 -5092533 L 173753.6 -5091829 L 174465.6 -5090900 L 174508.1 -5089888 L 174734.1 -5089329 L 174586.6 -5088601 L 174691.2 -5088105 L 174429.2 -5087773 L 173969 -5086718 L 173918.8 -5085419 L 174169 -5085368 L 174379.7 -5084913 L 173887.3 -5084636 L 173764.3 -5084360 L 174028.6 -5083669 L 173666.1 -5083090 L 172597 -5082070 L 171290 -5081226 L 171265.9 -5080717 L 170894.7 -5080574 L 170894.6 -5080574 z M 176965.4 -5104185 L 176690.4 -5103612 L 176510.1 -5104115 L 177015.8 -5105114 L 177374 -5105386 L 177651.9 -5105359 L 177983.4 -5105096 L 178082.5 -5104805 L 177926.4 -5104513 L 177170.8 -5104613 L 176965.3 -5104185 L 176965.4 -5104185 z M 181253.8 -5097052 L 180963 -5097208 L 180704.2 -5097694 L 180784.4 -5097993 L 181297.2 -5098019 L 181679.2 -5097752 L 181821.4 -5097380 L 181589.6 -5097096 L 181253.7 -5097052 L 181253.8 -5097052 z "
id="path684" />
<path
d="M 181560.4 -5136389 L 181394.9 -5136571 L 180467.2 -5136995 L 179459.2 -5137120 L 178143.6 -5136968 L 177161.7 -5136579 L 176702.4 -5136317 L 176236.2 -5135724 L 175871.5 -5134865 L 175779.1 -5134184 L 176158.4 -5132586 L 175711.1 -5132707 L 171358.4 -5136180 L 171287.1 -5136237 L 170302.2 -5137638 L 170011.4 -5137794 L 169229.1 -5137360 L 169050.1 -5137096 L 169038.7 -5136458 L 169210.9 -5136134 L 170156.5 -5135632 L 170187.1 -5135424 L 169394 -5135400 L 168457.5 -5136515 L 167977 -5138378 L 167477.9 -5139271 L 166951.5 -5139886 L 165996 -5140287 L 165122.9 -5141268 L 164331.4 -5141780 L 163591.3 -5141777 L 163333.6 -5141639 L 163025.9 -5141474 L 161899.3 -5141432 L 161295.4 -5141517 L 160354.9 -5142070 L 159703 -5142186 L 158226 -5141692 L 157217.9 -5141817 L 156257.4 -5142167 L 155920.7 -5142635 L 155396.9 -5144835 L 154364 -5146266 L 153864.7 -5147416 L 153344.4 -5147882 L 151684.1 -5149370 L 150012 -5149228 L 148371.9 -5149671 L 145031.4 -5150206 L 142715.4 -5151560 L 142737.5 -5152043 L 143078 -5152393 L 143294.5 -5153037 L 142642.9 -5152897 L 142094.9 -5152772 L 141202.6 -5153039 L 139607.3 -5153938 L 138575.3 -5154859 L 138251.8 -5154942 L 138026.2 -5155502 L 137646.9 -5155795 L 136936.8 -5155840 L 136273.9 -5156621 L 135196.7 -5157342 L 133777.3 -5158991 L 132965.6 -5159557 L 132177 -5159840 L 132113.3 -5160230 L 132345 -5160599 L 131773.9 -5162958 L 131562.4 -5162407 L 132058.2 -5161132 L 131716.5 -5160346 L 131826.4 -5159389 L 131659.8 -5159252 L 131265.4 -5159393 L 130658 -5160220 L 130014.5 -5161716 L 129977.4 -5163153 L 129655.3 -5164284 L 129524.7 -5165806 L 128314.5 -5170351 L 127718.1 -5172840 L 126629.5 -5174994 L 125073.7 -5177066 L 124053.7 -5178881 L 122901.8 -5181425 L 122165.6 -5182495 L 121609.6 -5182806 L 121258.7 -5182611 L 120829.2 -5182654 L 120174.5 -5183000 L 119595 -5184106 L 119543.6 -5185134 L 119100.6 -5186073 L 114217.3 -5192160 L 111636.7 -5193925 L 110592.5 -5194975 L 110152.4 -5195289 L 109591.5 -5195689 L 108279.3 -5197124 L 108001 -5197663 L 107939.6 -5198846 L 108161.1 -5200051 L 107883.4 -5203685 L 107599.7 -5204941 L 107902.5 -5205423 L 108374.8 -5205555 L 109135.3 -5205504 L 109802 -5205796 L 110385.6 -5205508 L 110365.1 -5206073 L 110602.3 -5206407 L 110071.5 -5206971 L 110248 -5207466 L 111484.8 -5208876 L 113222 -5210187 L 114270 -5210722 L 115090.8 -5210768 L 115573.1 -5211001 L 116459 -5212217 L 116772.5 -5215894 L 117019.4 -5217097 L 117571.9 -5218039 L 118142.4 -5218647 L 118743.4 -5218792 L 119478.1 -5219255 L 120271.1 -5219279 L 120733.1 -5219565 L 121031.6 -5220157 L 121355.4 -5220164 L 121665.8 -5220127 L 121975.2 -5220089 L 122488 -5219508 L 123481.7 -5216901 L 124258.9 -5216031 L 125863.1 -5215803 L 125896.5 -5213926 L 127697.3 -5211928 L 129082.2 -5211220 L 131019.7 -5211219 L 132460.6 -5210777 L 132558.8 -5210399 L 132202.6 -5208977 L 131955.3 -5208700 L 134543.7 -5208084 L 135298.6 -5208198 L 135892.4 -5207707 L 137786.6 -5208079 L 138169 -5208145 L 138710.9 -5207052 L 138458.7 -5206835 L 138999.4 -5206254 L 139106.6 -5205974 L 138927.5 -5205301 L 139268.3 -5203593 L 139460.6 -5203296 L 140526.9 -5202899 L 142412 -5203384 L 144034.2 -5201785 L 144348.6 -5201555 L 145798.1 -5201962 L 146176.6 -5201871 L 148191 -5201165 L 148480.4 -5200927 L 149156.1 -5201082 L 150851.1 -5200104 L 153059.6 -5199420 L 153313.6 -5200849 L 154051.3 -5201057 L 154800.1 -5200855 L 156855.1 -5201805 L 156627.7 -5202879 L 154991.7 -5204402 L 153851.2 -5206338 L 153673 -5206678 L 155140.6 -5206569 L 155702.1 -5207550 L 155621 -5208303 L 154738 -5208989 L 154018.1 -5210320 L 154130.2 -5210688 L 153379.2 -5212627 L 153717.5 -5214031 L 154347.2 -5215373 L 153600.3 -5216667 L 155179.1 -5217519 L 156282.4 -5217706 L 157557.9 -5219130 L 157906.3 -5219289 L 158217.7 -5219362 L 159186.8 -5218954 L 159331.9 -5218622 L 159875.5 -5218111 L 159674.2 -5217061 L 160244.8 -5214544 L 160436 -5214220 L 160413 -5213496 L 159668.2 -5213247 L 159365.9 -5212563 L 159554.1 -5211398 L 160514.2 -5209722 L 159500.3 -5207545 L 159364.2 -5207215 L 160022 -5206452 L 160342.3 -5206342 L 163714.7 -5208218 L 165637.7 -5208522 L 166633.7 -5209107 L 166960 -5208901 L 167536.6 -5209383 L 167524.6 -5210448 L 168066.2 -5210961 L 168226.4 -5212071 L 167027.2 -5213001 L 167985.2 -5214609 L 167905.1 -5214989 L 167848.1 -5216127 L 167264.6 -5217536 L 168325.8 -5218608 L 169696.2 -5218818 L 169635.2 -5219198 L 170326.9 -5218974 L 171672.2 -5217812 L 172768.3 -5217762 L 173134.7 -5217779 L 173116.8 -5218797 L 174146 -5220355 L 173930.9 -5221359 L 173987 -5221714 L 174295.4 -5222365 L 175221.4 -5222749 L 175403.6 -5223060 L 175774 -5223162 L 177148.1 -5221336 L 178529.4 -5220726 L 179460.1 -5219533 L 180006.6 -5219072 L 180903.3 -5217927 L 184501.5 -5216599 L 185721.5 -5215803 L 186053.8 -5215615 L 188445.8 -5214749 L 188822.1 -5214788 L 189036.3 -5214537 L 189358.6 -5214468 L 190034.2 -5214092 L 190774.9 -5214163 L 191379.4 -5213678 L 194410 -5213204 L 195334 -5214812 L 195561.2 -5215113 L 196775.1 -5214103 L 197374.6 -5214285 L 198706.4 -5212375 L 200103.6 -5212745 L 200601.1 -5213332 L 202051 -5211911 L 203062.7 -5211415 L 203552.9 -5209999 L 203686 -5209644 L 203353.7 -5209533 L 202876.3 -5209069 L 203168.5 -5208806 L 204308.4 -5208801 L 204670.6 -5207738 L 205415.2 -5207726 L 205586.2 -5206990 L 204278.2 -5206724 L 204358.2 -5206340 L 204721.5 -5206186 L 206562.9 -5205982 L 206469.8 -5205322 L 208107.9 -5204453 L 208531.1 -5203381 L 209619.8 -5203106 L 209291.5 -5202484 L 208768.1 -5201950 L 208890.1 -5201232 L 207715.1 -5199301 L 208718.8 -5198850 L 210433.9 -5196531 L 210518.9 -5196171 L 210914.1 -5195757 L 211018.2 -5195487 L 211640.6 -5194238 L 211991.8 -5194154 L 212841.4 -5193389 L 213103.6 -5193095 L 214565.6 -5192755 L 215210 -5191909 L 216325.7 -5191859 L 216701.9 -5191842 L 217337.3 -5190703 L 217470.4 -5190390 L 217118.2 -5190250 L 215937.5 -5189350 L 215728.4 -5188290 L 215348.2 -5187599 L 215167.2 -5186031 L 215618.6 -5184558 L 215844.8 -5184240 L 216504.2 -5183843 L 217238.6 -5184025 L 217415.7 -5183321 L 217170.6 -5182282 L 217835.1 -5181128 L 218170.3 -5181313 L 218996.8 -5180515 L 220209.7 -5178178 L 218445.9 -5176751 L 219943.9 -5175558 L 220216.1 -5175297 L 221461 -5174001 L 221175.9 -5173768 L 220600.7 -5173309 L 220307.8 -5171915 L 219686.6 -5171528 L 219775.8 -5170804 L 220864.3 -5171185 L 221623.7 -5170984 L 223001.7 -5169120 L 222706.6 -5168948 L 221919.5 -5167551 L 222685.1 -5166768 L 222484.1 -5166119 L 222878.4 -5165504 L 221964.2 -5164413 L 222091.3 -5164056 L 222399.8 -5162619 L 222768 -5162698 L 223259.3 -5162337 L 223441.9 -5160490 L 223442 -5160136 L 223469.2 -5159429 L 222943.1 -5158879 L 221446.4 -5158950 L 220354 -5158620 L 220598.3 -5157999 L 220120.4 -5157086 L 220856 -5156365 L 220955.2 -5155994 L 221491.6 -5155452 L 221174.1 -5153592 L 221949.7 -5152797 L 222034.2 -5151649 L 222604.8 -5150663 L 222378.8 -5150366 L 221820.6 -5150112 L 221607 -5149039 L 220297.7 -5148328 L 220035.2 -5146888 L 220473.2 -5145091 L 220042.3 -5144465 L 221311.2 -5143622 L 221469.1 -5143968 L 222183.4 -5146100 L 222929.7 -5146020 L 224356.8 -5144799 L 225086.2 -5144598 L 225314.6 -5143904 L 226794.3 -5143632 L 227415.7 -5143186 L 227671.9 -5142899 L 227443.9 -5142612 L 226064.4 -5140473 L 225871.5 -5140135 L 224399.2 -5139651 L 222541.3 -5140130 L 222076.8 -5138712 L 221168.9 -5137979 L 219771.7 -5137471 L 219756.3 -5136366 L 219211.4 -5135811 L 218902.4 -5135630 L 218545.3 -5135621 L 218267.3 -5135447 L 216985.8 -5135551 L 216695.6 -5135768 L 215104.5 -5136634 L 214845.5 -5136375 L 214316.6 -5135871 L 213599.4 -5135779 L 213321.4 -5135535 L 213397 -5134486 L 212767.9 -5134293 L 210910.1 -5134497 L 210694.8 -5134806 L 209034.3 -5136166 L 208648.1 -5136172 L 207755.3 -5136878 L 206995.9 -5137020 L 206696.4 -5137711 L 207455.3 -5138465 L 207014.8 -5138930 L 206420.8 -5138468 L 205316.4 -5138332 L 205103.1 -5138651 L 204499.7 -5138928 L 203660.8 -5138171 L 203756.5 -5137097 L 203408.8 -5136414 L 202334.2 -5136555 L 202537.9 -5137252 L 201944.6 -5137281 L 201793.7 -5136951 L 200542.8 -5137484 L 200358.9 -5137175 L 199831.1 -5136420 L 198526.8 -5136026 L 198314.5 -5136347 L 196846 -5136095 L 194994.3 -5137380 L 196226 -5138834 L 196970 -5141004 L 197082.8 -5141370 L 197194.7 -5141683 L 197671.4 -5142548 L 195762.1 -5141545 L 194785.3 -5142072 L 194578.4 -5141730 L 193644.7 -5140546 L 190635 -5140897 L 188037.3 -5139940 L 187845.7 -5140654 L 187708.9 -5140308 L 186207.5 -5138207 L 185664.5 -5137726 L 185794.8 -5137379 L 184442.5 -5136837 L 183017.4 -5137268 L 182796.8 -5137975 L 182460.6 -5137987 L 182247.2 -5137049 L 181802.3 -5136580 L 181560.7 -5136390 L 181560.4 -5136389 z M 107441.9 -5206696 L 106966.6 -5207306 L 106068.2 -5210336 L 105073.9 -5212340 L 104397 -5213035 L 103179 -5213872 L 102100.1 -5214313 L 101387.8 -5214333 L 100433 -5213967 L 99952.9 -5214271 L 99368.9 -5215326 L 97425.4 -5217336 L 97306.4 -5217937 L 97685.1 -5218666 L 97796 -5219269 L 97565.6 -5220545 L 97183.9 -5221165 L 96994.4 -5221472 L 97186.2 -5221862 L 97519.7 -5221880 L 98398.9 -5221485 L 99318.4 -5221752 L 100220.2 -5221585 L 101192.9 -5221104 L 101956 -5220312 L 103242 -5219902 L 103351.5 -5217666 L 103038.6 -5217084 L 102449.9 -5217321 L 102035.7 -5217004 L 102164.7 -5216762 L 102020.8 -5216597 L 101990.7 -5216037 L 102134.9 -5215690 L 102407.7 -5215612 L 103092.2 -5215825 L 103832.8 -5215061 L 106276.2 -5213717 L 106357.2 -5213630 L 107636 -5212252 L 108137.1 -5210616 L 107781.2 -5210115 L 108071.9 -5209702 L 108075 -5208705 L 107442.1 -5206696 L 107441.9 -5206696 z M 92160.8 -5183813 L 91756.1 -5184365 L 91005.5 -5184517 L 90421.3 -5185061 L 89898.2 -5185189 L 89738.8 -5185385 L 89316.7 -5185503 L 89013.5 -5185278 L 88700 -5185463 L 88654.2 -5186030 L 88463.8 -5186347 L 87756.1 -5187526 L 87697.5 -5188479 L 88440.4 -5188507 L 89086.8 -5189364 L 89369.7 -5189387 L 89807.1 -5189164 L 90421.1 -5189180 L 91998.6 -5188102 L 93072.8 -5187867 L 93788.2 -5187361 L 94097 -5186614 L 94423.1 -5186556 L 95088 -5186055 L 95351.3 -5185363 L 96246.9 -5184098 L 96166.1 -5183798 L 93939.2 -5184762 L 93378.6 -5184255 L 92845.4 -5184282 L 92161 -5183813 L 92160.8 -5183813 z "
id="path685" />
<path
d="M 121031.6 -5220156 L 121114 -5220320 L 121318.3 -5220836 L 120031.6 -5223035 L 119250.7 -5224162 L 118505.5 -5224619 L 117752.4 -5225513 L 117211.3 -5226999 L 116208 -5228454 L 113816 -5229280 L 112648.8 -5230113 L 112110.8 -5230345 L 109804.8 -5230499 L 107794.1 -5231569 L 105457.6 -5232186 L 103851.1 -5232960 L 103146.3 -5233056 L 102752.3 -5232942 L 102421.3 -5233461 L 103320.2 -5234803 L 104313.4 -5235578 L 104481.7 -5235710 L 106151.1 -5235568 L 107674 -5235749 L 107918.9 -5235903 L 109647.7 -5239950 L 109584.4 -5240595 L 108700 -5242985 L 107944.8 -5243597 L 107639 -5244113 L 107990 -5244564 L 108448.4 -5244837 L 108749.9 -5245281 L 108767.4 -5246737 L 108989.5 -5247174 L 109714.1 -5247792 L 111438.6 -5248464 L 117231 -5249009 L 119010.8 -5249982 L 119846.6 -5249857 L 120041.1 -5249828 L 120586.6 -5249415 L 122108.8 -5250874 L 121289.7 -5251561 L 121160.5 -5251962 L 121477.2 -5252471 L 120065.7 -5252638 L 118965.1 -5252083 L 117558.8 -5251789 L 113826.9 -5252213 L 112761.3 -5252524 L 111794.3 -5251777 L 110764 -5252187 L 110228.6 -5252189 L 109612.5 -5251893 L 108822.2 -5251128 L 108170.9 -5250478 L 107345.4 -5248847 L 106661.2 -5248379 L 105151.1 -5247814 L 104785 -5247211 L 104161.2 -5246839 L 103118.2 -5246611 L 102759.7 -5246340 L 102181.5 -5245401 L 100908.6 -5244915 L 99870.7 -5245060 L 98996.8 -5245182 L 96569.4 -5247446 L 95753.6 -5248729 L 94303.9 -5249795 L 93253.3 -5250258 L 91177.2 -5250415 L 90856.5 -5250268 L 90460 -5249873 L 90326.1 -5249298 L 90558.4 -5248303 L 90017.9 -5247999 L 89931.9 -5248028 L 87671.5 -5248771 L 87125.9 -5249440 L 86398.5 -5249564 L 86047.4 -5249880 L 85332.6 -5250131 L 84660.8 -5249789 L 84352.7 -5250792 L 84067.3 -5251000 L 83377.7 -5250992 L 82940.7 -5251215 L 82420.4 -5251881 L 81180.3 -5251980 L 80935.4 -5252593 L 81167.9 -5253132 L 81652.9 -5253390 L 82499 -5253433 L 83145.5 -5253142 L 83744.2 -5252873 L 84398.2 -5252271 L 85828.2 -5251972 L 85464.2 -5253238 L 85454.2 -5254415 L 85674 -5254572 L 85494.7 -5254820 L 84358.1 -5254934 L 84401.3 -5256899 L 83830.8 -5258849 L 83396.5 -5259608 L 82252.6 -5260925 L 82109.1 -5260972 L 81116.1 -5261295 L 80954.6 -5261720 L 81235.1 -5262229 L 81593.8 -5262500 L 82510.6 -5262485 L 82907.2 -5262624 L 83387.2 -5263343 L 84917.9 -5264621 L 86274.4 -5265687 L 87317.5 -5266170 L 88923.4 -5265395 L 89224.1 -5265595 L 89744.2 -5265441 L 90214 -5265547 L 90186.2 -5265780 L 89474.2 -5266567 L 88693.8 -5266671 L 88542.4 -5266942 L 88701.6 -5267514 L 89148.7 -5267904 L 89312.9 -5268271 L 89469.5 -5268818 L 89201.8 -5269203 L 88795.4 -5269474 L 88404.1 -5269493 L 88815.2 -5270594 L 89795.3 -5271068 L 90830.7 -5272111 L 91186.4 -5272234 L 91329.2 -5271082 L 91996.1 -5270134 L 93114.1 -5269803 L 94497.9 -5270399 L 95281.4 -5270394 L 96077.6 -5269533 L 99122.4 -5270055 L 99482 -5272328 L 100401.2 -5273581 L 100891.8 -5275072 L 100879.1 -5275855 L 100928.2 -5275854 L 102244.4 -5275248 L 103753.1 -5275243 L 104004.4 -5274958 L 103507.1 -5273999 L 104448.5 -5273358 L 104765 -5273147 L 106930.5 -5274505 L 107978.5 -5274819 L 108343.2 -5274866 L 109294.7 -5274572 L 108959.6 -5273512 L 109119.6 -5272813 L 110619 -5272451 L 111282.4 -5272840 L 111495.9 -5273168 L 111694.8 -5274324 L 111656.3 -5275494 L 112176.5 -5276000 L 112544.2 -5276133 L 115998.6 -5276854 L 116174.3 -5277599 L 115733.1 -5278621 L 116359.4 -5280828 L 116441.8 -5281202 L 115974.2 -5281516 L 115851.1 -5281789 L 116205.8 -5281914 L 116171.9 -5283753 L 117433.6 -5284559 L 117546.1 -5284919 L 117657.5 -5285293 L 117576.4 -5286838 L 116844.7 -5287738 L 118100.3 -5289677 L 120362.2 -5289636 L 120802.1 -5291102 L 121140.8 -5291294 L 121743 -5291566 L 123112.1 -5291293 L 123457.6 -5291228 L 126274.4 -5293864 L 126571.1 -5294124 L 126596.1 -5294109 L 126853 -5293397 L 126738.6 -5291888 L 127311.2 -5291482 L 127688.8 -5291487 L 129288.7 -5293098 L 132975.4 -5293866 L 133349.9 -5293787 L 133712.5 -5293788 L 135299.2 -5295146 L 135658.8 -5295100 L 136537.9 -5294762 L 136827.5 -5294885 L 137548.9 -5295151 L 138148.4 -5294674 L 140641.6 -5293881 L 141733.1 -5293679 L 143389.3 -5294479 L 144430.6 -5294126 L 144679.8 -5293852 L 144878.8 -5293562 L 145928.3 -5293510 L 146268.9 -5293598 L 146710.4 -5294524 L 148211.9 -5294840 L 150091.4 -5294461 L 151083.8 -5295528 L 151427.5 -5295708 L 151897.2 -5295693 L 152126.5 -5297862 L 153026.3 -5299461 L 152970.6 -5299829 L 153556.8 -5300211 L 154900.8 -5300241 L 155188.4 -5300446 L 155472.5 -5301187 L 155547.9 -5301485 L 156228.2 -5301766 L 156966.2 -5301648 L 158421.8 -5302175 L 160375.6 -5302179 L 161821 -5303485 L 162460.3 -5303879 L 163115.9 -5303553 L 164930.8 -5303957 L 165150.4 -5304262 L 164828.1 -5306300 L 164381.1 -5306850 L 164312.4 -5307201 L 164499 -5307526 L 165585.4 -5307468 L 166203.8 -5307086 L 168387.7 -5307009 L 168976.1 -5306626 L 169298.3 -5306436 L 169520.7 -5306540 L 169723.8 -5306401 L 169978.8 -5306118 L 171015.6 -5306454 L 171774.7 -5305617 L 172174.7 -5304189 L 172852.2 -5303840 L 172891.5 -5303127 L 174696.2 -5302529 L 174905.4 -5302452 L 181249.1 -5300205 L 181627.4 -5300084 L 181436.6 -5298566 L 182200.7 -5297716 L 181732.7 -5296300 L 180682.4 -5296324 L 180692 -5295949 L 180720.3 -5295219 L 182184 -5294100 L 183558.1 -5293519 L 185056.1 -5293761 L 185014 -5292682 L 186065.6 -5290927 L 186447.8 -5290659 L 186183.8 -5289941 L 186327.2 -5289190 L 185809.3 -5287797 L 186389.1 -5286847 L 187143 -5286820 L 187539.9 -5285124 L 187394.1 -5284428 L 187413.8 -5284073 L 187642.8 -5283795 L 188812 -5282455 L 188776.7 -5282098 L 189846.9 -5282073 L 191393.7 -5282145 L 193422.5 -5280427 L 196732.3 -5279503 L 197120.7 -5279442 L 197383.7 -5279174 L 198279.1 -5278496 L 198339.8 -5278124 L 197375.8 -5276991 L 196383.3 -5276464 L 196066.8 -5276316 L 195640.7 -5275528 L 194641.9 -5275807 L 194279.6 -5275904 L 191317.5 -5276030 L 190942 -5275997 L 189564.9 -5276544 L 185870.2 -5277107 L 185315.4 -5274372 L 187082.9 -5273643 L 187057.6 -5273257 L 185980.6 -5272227 L 186754.9 -5270072 L 187430.4 -5269695 L 187732.6 -5269453 L 190364.1 -5268856 L 192674.7 -5268996 L 192993.9 -5268779 L 194772 -5269110 L 195137.4 -5269116 L 196509.4 -5268447 L 197520.6 -5267252 L 200615.8 -5267365 L 201003.1 -5267290 L 201301.7 -5266382 L 201431.6 -5266090 L 201168.2 -5265875 L 200688.8 -5264659 L 201648.6 -5262957 L 201640.3 -5261015 L 201959.9 -5259933 L 201903.6 -5259545 L 202269.6 -5259067 L 203508.6 -5257147 L 203645.5 -5256787 L 203353.1 -5256532 L 202648.8 -5255611 L 201894.1 -5255564 L 201609.6 -5255287 L 200947.7 -5254851 L 200605.3 -5254670 L 200283.8 -5254455 L 200047.4 -5254238 L 199508.7 -5253900 L 199135.3 -5253901 L 198437.8 -5254132 L 196727.7 -5253448 L 195258.2 -5253443 L 194896.8 -5253427 L 192884.2 -5254144 L 191790.1 -5254268 L 190006.1 -5253897 L 189625.7 -5253831 L 189240.3 -5253857 L 189071.2 -5253990 L 186762.9 -5254217 L 184845.7 -5253945 L 183800 -5252835 L 183479.6 -5252667 L 182073.9 -5252343 L 180361.1 -5252547 L 180053.6 -5252334 L 179710.1 -5252136 L 178189.2 -5251690 L 176212 -5251764 L 175817.6 -5251741 L 174366.7 -5251143 L 174067.2 -5250888 L 173060.5 -5249696 L 171941.1 -5249378 L 170581.9 -5247967 L 171687 -5247552 L 173232.8 -5247716 L 173626.2 -5247667 L 175053.7 -5247410 L 175934.4 -5246741 L 176101.4 -5246409 L 176336.4 -5245857 L 176261.2 -5245508 L 176248.5 -5243804 L 176742.7 -5242866 L 177819.3 -5241542 L 179170.3 -5240467 L 179479.5 -5240281 L 180824.2 -5240915 L 181197.8 -5241550 L 181552.2 -5241673 L 182230.9 -5241540 L 182991.2 -5240423 L 183280.4 -5240227 L 182650 -5238277 L 182599.8 -5237932 L 183398.5 -5237465 L 183624.7 -5237253 L 183550.5 -5236947 L 183107.9 -5236501 L 183519 -5235482 L 183324.6 -5234844 L 184158.3 -5234288 L 184417.5 -5234027 L 183895.5 -5232683 L 183738.2 -5232354 L 183533.9 -5232073 L 182241.3 -5231064 L 182020 -5230762 L 180590.3 -5229625 L 179849.5 -5229639 L 178325.7 -5228670 L 178535.9 -5228390 L 178852.2 -5228240 L 178742 -5227877 L 179051 -5226442 L 178622.4 -5225863 L 177479.1 -5224872 L 177235.8 -5224572 L 177881.4 -5224198 L 178881.5 -5224723 L 182551 -5224029 L 182866.2 -5223822 L 183205.5 -5223735 L 183387.6 -5223454 L 183782.7 -5222212 L 184738.4 -5221053 L 186862.2 -5220330 L 187200.5 -5220153 L 186748.9 -5219161 L 186891.8 -5217670 L 184854.8 -5216733 L 184500.5 -5216598 L 180902.3 -5217926 L 180005.6 -5219071 L 179459.1 -5219532 L 178528.4 -5220725 L 177147.1 -5221335 L 175773 -5223161 L 175402.6 -5223058 L 175220.4 -5222748 L 174294.4 -5222363 L 173986 -5221712 L 173929.9 -5221358 L 174145 -5220354 L 173115.8 -5218796 L 173133.7 -5217778 L 172767.3 -5217760 L 171671.2 -5217811 L 170325.9 -5218972 L 169634.2 -5219197 L 169695.2 -5218816 L 168324.8 -5218606 L 167263.6 -5217535 L 167847.1 -5216126 L 167904.1 -5214988 L 167984.2 -5214608 L 167026.2 -5213000 L 168225.4 -5212070 L 168065.2 -5210959 L 167523.6 -5210447 L 167535.6 -5209382 L 166959 -5208900 L 166632.7 -5209106 L 165636.7 -5208521 L 163713.7 -5208217 L 160341.3 -5206340 L 160021 -5206451 L 159363.2 -5207214 L 159499.3 -5207544 L 160513.2 -5209720 L 159553.1 -5211397 L 159364.9 -5212562 L 159667.2 -5213246 L 160412 -5213495 L 160435 -5214219 L 160243.8 -5214542 L 159673.2 -5217060 L 159874.5 -5218110 L 159330.9 -5218621 L 159185.8 -5218952 L 158216.7 -5219361 L 157905.3 -5219288 L 157556.9 -5219129 L 156281.4 -5217705 L 155178.1 -5217518 L 153599.3 -5216666 L 154346.2 -5215372 L 153716.5 -5214030 L 153378.2 -5212626 L 154129.2 -5210687 L 154017.1 -5210319 L 154737 -5208988 L 155620 -5208302 L 155701.1 -5207549 L 155139.6 -5206567 L 153672 -5206677 L 153850.2 -5206337 L 154990.7 -5204401 L 156626.7 -5202878 L 156854.1 -5201804 L 154799.1 -5200854 L 154050.3 -5201056 L 153312.6 -5200848 L 153058.6 -5199419 L 150850.1 -5200103 L 149155.1 -5201081 L 148479.4 -5200926 L 148190 -5201163 L 146175.6 -5201870 L 145797.1 -5201961 L 144347.6 -5201553 L 144033.2 -5201784 L 142411 -5203382 L 140525.9 -5202898 L 139459.6 -5203295 L 139267.3 -5203592 L 138926.5 -5205300 L 139105.6 -5205973 L 138998.4 -5206253 L 138457.7 -5206834 L 138709.9 -5207050 L 138168 -5208144 L 137785.6 -5208078 L 135891.4 -5207706 L 135297.6 -5208197 L 134542.7 -5208083 L 131954.3 -5208698 L 132201.6 -5208975 L 132557.8 -5210397 L 132459.6 -5210776 L 131018.7 -5211217 L 129081.2 -5211219 L 127696.3 -5211927 L 125895.5 -5213925 L 125862.1 -5215801 L 124257.9 -5216029 L 123480.7 -5216900 L 122487 -5219507 L 121974.2 -5220087 L 121664.8 -5220125 L 121354.4 -5220163 L 121030.6 -5220156 L 121031.6 -5220156 z "
id="path686" />
<path
d="M 73378.6 -5278030 L 73325.1 -5277243 L 73173.4 -5276747 L 72195.4 -5275387 L 70880.1 -5276517 L 69885.4 -5277027 L 68796.8 -5277111 L 67475.6 -5276400 L 65316.1 -5276489 L 65162.7 -5276423 L 64836.1 -5276282 L 63825.3 -5275361 L 62340.2 -5275562 L 61711.5 -5276162 L 60471.6 -5276517 L 59759.8 -5277305 L 59712.8 -5278870 L 59521 -5279247 L 58962.8 -5279278 L 57612.6 -5281077 L 56627.6 -5281176 L 56241.5 -5281650 L 55829.7 -5281615 L 55706.1 -5281908 L 55327.6 -5282048 L 55259.4 -5282286 L 55529.9 -5282693 L 55416.7 -5283344 L 55861.9 -5284220 L 56114.3 -5283939 L 56387.2 -5284116 L 56707.8 -5283751 L 56856.9 -5283966 L 57566.7 -5283920 L 57599.8 -5284249 L 57867.6 -5284376 L 57970.6 -5283624 L 58440.5 -5283730 L 58351.3 -5282588 L 58525.6 -5282545 L 58897.2 -5282942 L 59230.6 -5282960 L 59576.1 -5282336 L 59399 -5281843 L 59542.7 -5281496 L 60055.5 -5281521 L 59836.1 -5281875 L 60045.9 -5282187 L 60917.1 -5281971 L 61488.2 -5282322 L 61786.2 -5282241 L 61886.4 -5281670 L 61932.2 -5281408 L 62261 -5282142 L 61978.8 -5283143 L 62206.3 -5283376 L 62458.6 -5283094 L 63180.9 -5282919 L 63361.8 -5281418 L 63591.5 -5281164 L 63962.9 -5281306 L 63958.3 -5282022 L 64173.2 -5282384 L 64494 -5282531 L 64887.9 -5282389 L 65044.1 -5281657 L 65509.1 -5281969 L 65554 -5281146 L 66200.7 -5281490 L 66450.3 -5280672 L 66778.6 -5280638 L 67943.3 -5281314 L 68559.5 -5281098 L 68673.3 -5281289 L 68804.7 -5281508 L 68706.7 -5282311 L 69199.7 -5283156 L 69119.3 -5283881 L 69278.6 -5284197 L 69700.4 -5284333 L 70013.8 -5284660 L 70062.5 -5285908 L 70438.7 -5285844 L 70895.4 -5285057 L 71173.3 -5285284 L 71307.5 -5285859 L 71714.1 -5285844 L 72133.7 -5286466 L 72392 -5287770 L 72948 -5288481 L 73884.8 -5288412 L 74233 -5288070 L 74566.4 -5288087 L 74935.3 -5288459 L 74887.8 -5289257 L 74551.8 -5288958 L 74215.9 -5288916 L 73531.7 -5289215 L 72842.3 -5289207 L 72393 -5289560 L 72325.3 -5290154 L 72050.3 -5290463 L 71455.2 -5291904 L 71243 -5291823 L 71131.3 -5290965 L 71489.4 -5290213 L 71403.4 -5289864 L 70848 -5290175 L 70446.4 -5289986 L 70474.1 -5289753 L 70887.9 -5289302 L 71902.7 -5288740 L 71460.2 -5287889 L 71149.8 -5288100 L 70622.6 -5288945 L 69743.2 -5288062 L 69025.8 -5287777 L 68450.1 -5287886 L 67879.6 -5288301 L 67253.9 -5289183 L 66584.8 -5289378 L 66201.3 -5289877 L 66355.4 -5290143 L 66734.3 -5290105 L 68599.6 -5289105 L 68791.7 -5289002 L 68923.2 -5289296 L 68820 -5289792 L 69070.4 -5290253 L 69053 -5290587 L 68206.8 -5290289 L 67795.2 -5290509 L 67904 -5290830 L 67617 -5291664 L 67654.6 -5292499 L 67415.4 -5291900 L 67020.6 -5291431 L 66439.5 -5291234 L 65869 -5291394 L 65339 -5291959 L 65301.5 -5292601 L 64928 -5292946 L 64766.1 -5292604 L 64856.2 -5291470 L 65476.7 -5290538 L 65236.6 -5290179 L 64291.9 -5289916 L 64078.9 -5289971 L 63322.3 -5290167 L 61571.9 -5289756 L 60928.2 -5290204 L 60329.7 -5290086 L 60173.4 -5290562 L 59910.7 -5290486 L 59241.6 -5290681 L 59077.4 -5290570 L 59067 -5290213 L 59652.5 -5289694 L 59692.7 -5289332 L 59263 -5288863 L 59264.9 -5288122 L 59103.2 -5288036 L 58497.4 -5288608 L 58128.8 -5288748 L 57598.3 -5288546 L 57236 -5286971 L 57275.8 -5286098 L 56944.7 -5285850 L 56889.5 -5286316 L 56833.2 -5286409 L 56627.1 -5286751 L 55963.1 -5286997 L 55849.9 -5287648 L 55655.5 -5287745 L 55167.5 -5286950 L 54793.7 -5287039 L 55153.7 -5288670 L 54681.8 -5288214 L 54506.6 -5288244 L 54625.8 -5288923 L 54429.2 -5289505 L 54168.8 -5289199 L 53907.6 -5287870 L 53647.2 -5287564 L 53495.9 -5287835 L 53336.4 -5290562 L 53634.9 -5291248 L 53945.6 -5291293 L 54150.5 -5291554 L 54032.5 -5291811 L 53941.2 -5292010 L 53079.9 -5291815 L 52913.7 -5292446 L 53273 -5293228 L 54233.4 -5293898 L 54541.5 -5293918 L 54950.5 -5293672 L 55193.3 -5294644 L 55666.5 -5295211 L 55502.7 -5295611 L 55573.5 -5295809 L 55353.9 -5295907 L 54972.1 -5295409 L 54975.9 -5294812 L 54765 -5294525 L 52995.9 -5294023 L 52333.5 -5293272 L 51827.5 -5295088 L 51507.1 -5295453 L 51311.1 -5293759 L 51838.5 -5293168 L 51863.1 -5292399 L 52297.3 -5292150 L 52594.1 -5290790 L 52467.4 -5290291 L 52111 -5290046 L 51860.6 -5289586 L 51817.3 -5289155 L 52054.3 -5288722 L 52458.3 -5288426 L 52425.2 -5288096 L 52020.9 -5287882 L 51833.6 -5287542 L 52173.9 -5286613 L 52971.5 -5285918 L 52862.4 -5285341 L 53213.1 -5284769 L 53942.7 -5284158 L 53980.3 -5283770 L 53874.3 -5283763 L 52772.8 -5283688 L 52361.2 -5283908 L 52164.6 -5284491 L 51987.8 -5284509 L 51558 -5284040 L 51267.5 -5283942 L 50972 -5284049 L 50664.2 -5284540 L 50889.8 -5285515 L 50723.3 -5285890 L 50301.6 -5286009 L 50014 -5286447 L 50393.2 -5286920 L 50209.4 -5287630 L 49706.6 -5287450 L 49426.6 -5287965 L 49178.8 -5287529 L 49692.4 -5285533 L 49540.6 -5285293 L 49169.4 -5285407 L 48858.5 -5285106 L 48638.8 -5285205 L 48252.9 -5285934 L 48243.7 -5286158 L 48215.8 -5286833 L 47880.7 -5287814 L 48053 -5288512 L 47712.4 -5288931 L 47479 -5290668 L 47810.6 -5291427 L 47760.3 -5291688 L 47224.8 -5291691 L 47016.2 -5292914 L 46763.7 -5292939 L 46493.1 -5292532 L 46157.1 -5292489 L 45972.4 -5292176 L 46487.7 -5292226 L 47239 -5290564 L 47254.7 -5288184 L 47132.3 -5287994 L 46619.9 -5287199 L 46589.3 -5286895 L 47268.3 -5286290 L 47439.4 -5285454 L 47146.2 -5285330 L 46537.9 -5285878 L 45868.6 -5286073 L 46089 -5286741 L 45935.3 -5287243 L 45394.5 -5286939 L 45341.9 -5287431 L 45076.8 -5287585 L 44747 -5285828 L 44415.8 -5285580 L 43575.1 -5286100 L 43034.5 -5286052 L 42319.1 -5285537 L 41576.3 -5285509 L 41015.9 -5286026 L 40884.3 -5286373 L 40753.8 -5286718 L 40974 -5287131 L 41542.7 -5287457 L 39861.4 -5288752 L 39415.5 -5287365 L 39460.5 -5286797 L 39892.4 -5286779 L 39988.1 -5286463 L 39489.1 -5285055 L 39151.4 -5282966 L 39298.8 -5281134 L 39204.6 -5280197 L 39651 -5279308 L 39616.5 -5279109 L 39529.2 -5278604 L 39947.4 -5277181 L 40828.6 -5276554 L 41595.6 -5275044 L 40426.1 -5275597 L 39999.2 -5275666 L 39678.2 -5275519 L 38936 -5276259 L 37832.1 -5276448 L 37345 -5277188 L 37181.4 -5277844 L 37227.7 -5278811 L 37020.9 -5279293 L 37077.5 -5280617 L 36787 -5281135 L 36666.4 -5281350 L 37859.5 -5282048 L 38150.3 -5282402 L 38406.3 -5283425 L 38350.2 -5285656 L 37648.3 -5288822 L 37212.5 -5290069 L 37445.4 -5290608 L 37218.4 -5290887 L 35677.7 -5291299 L 34686.7 -5292440 L 34557.4 -5292589 L 33803.7 -5294225 L 33844.6 -5294631 L 34244.5 -5295306 L 34174.7 -5296132 L 34354.4 -5296395 L 34804 -5296298 L 35207.8 -5296002 L 35670.1 -5296032 L 35882.6 -5296368 L 35487 -5297253 L 34744.1 -5296970 L 34446.1 -5297051 L 34146.1 -5297619 L 35726 -5298610 L 35840 -5298982 L 36188.8 -5299151 L 36557.1 -5298755 L 37590.1 -5298625 L 37868.8 -5299364 L 37954.8 -5299416 L 38194.8 -5299561 L 38467.6 -5299483 L 39024 -5300194 L 39481.6 -5300429 L 39347.9 -5300621 L 38034 -5300243 L 37811.8 -5300316 L 37665.7 -5300638 L 38739.8 -5301169 L 39147.5 -5302176 L 39511.3 -5302242 L 39435 -5301738 L 39533.2 -5301446 L 39922 -5301253 L 39994.6 -5300709 L 40757.2 -5300427 L 40934.2 -5300665 L 40878.8 -5300876 L 40464.8 -5301071 L 40089.3 -5301902 L 40077.1 -5302287 L 40997.3 -5303063 L 41361.1 -5303128 L 41834.8 -5302603 L 42098.3 -5302849 L 41851.4 -5303437 L 41566.2 -5303645 L 40664.4 -5303557 L 40138.6 -5303150 L 39353.2 -5303204 L 38174.7 -5301891 L 37940 -5302094 L 38547.6 -5303311 L 39622.2 -5304353 L 39251 -5304468 L 39124.9 -5304736 L 39632.9 -5304966 L 40027.7 -5305591 L 39318.1 -5305638 L 38782.2 -5305385 L 38341.8 -5304560 L 38094 -5304380 L 37717.8 -5304444 L 37243.6 -5305055 L 36774 -5305205 L 36493.9 -5305463 L 36421.3 -5306008 L 36146.1 -5306061 L 36381.8 -5304605 L 36775.8 -5304463 L 37005.1 -5303954 L 36920.8 -5303118 L 37102.1 -5302639 L 36929.9 -5302196 L 37500 -5301525 L 36910.8 -5300996 L 36603.1 -5301488 L 36165.9 -5301199 L 35746.7 -5301344 L 35094.8 -5301206 L 34867.3 -5300973 L 34892.3 -5300715 L 35619.3 -5300334 L 35689.7 -5300020 L 35348.3 -5299671 L 34432 -5300199 L 34146.5 -5300151 L 34133.4 -5299769 L 34514.3 -5299244 L 34685.5 -5298664 L 33585.8 -5297880 L 33390.9 -5297465 L 33440.8 -5297186 L 33651.9 -5296006 L 33436.2 -5295132 L 33208.9 -5295155 L 31792.9 -5296296 L 29661.3 -5298943 L 29143.9 -5299379 L 24455.1 -5301466 L 23934.6 -5301365 L 23856.3 -5301292 L 23173.2 -5300649 L 23140.9 -5301088 L 23609.1 -5301680 L 24038.8 -5301892 L 25056.9 -5301865 L 25953.5 -5301646 L 26846.9 -5300891 L 27359.5 -5300659 L 28450.4 -5300344 L 28678.1 -5300577 L 28030.3 -5301743 L 26962.3 -5302286 L 24234.6 -5302818 L 23334.7 -5302500 L 23037.1 -5302838 L 23093 -5303139 L 23813.1 -5303194 L 24253.5 -5303763 L 23938.5 -5304435 L 24282.6 -5304809 L 24184.4 -5305100 L 24338.8 -5305366 L 25389.5 -5305157 L 26188.2 -5305485 L 26532.2 -5305860 L 27013.8 -5307090 L 27597.6 -5307312 L 28013.6 -5308651 L 28327.3 -5308977 L 29022 -5309035 L 29492.3 -5309396 L 29715.2 -5309834 L 29095.7 -5311278 L 29176.9 -5311577 L 28461.8 -5311317 L 28363.1 -5311058 L 28950.1 -5310091 L 28843.6 -5309795 L 28202 -5309758 L 27983.9 -5309115 L 26909 -5308073 L 26310.4 -5308210 L 26294.4 -5307547 L 25578.5 -5306775 L 24333.2 -5306825 L 24205.7 -5307835 L 23863.3 -5308740 L 23406.8 -5309272 L 22889.4 -5311474 L 22360.5 -5312551 L 22221.3 -5312437 L 22225.3 -5311720 L 22663.6 -5310755 L 22748.3 -5309825 L 23105.6 -5308817 L 23751.4 -5308137 L 23910.8 -5306433 L 23384.5 -5305770 L 23146.2 -5305180 L 22648.7 -5305307 L 22181.2 -5305227 L 21843.3 -5305671 L 19462.2 -5306603 L 19434.1 -5306325 L 19905.6 -5305689 L 20398 -5305511 L 20598 -5305515 L 21241.8 -5305527 L 21623 -5305258 L 21930.5 -5304767 L 22048.4 -5304166 L 22550.7 -5303834 L 20987.7 -5302509 L 20456.9 -5302307 L 18610.6 -5302725 L 18136.1 -5303080 L 16593.7 -5302213 L 16116.2 -5302287 L 15173 -5303559 L 13969.5 -5304782 L 13799 -5305180 L 13659.7 -5305504 L 13162.5 -5305887 L 12004.1 -5308564 L 11013.8 -5310379 L 11196.5 -5310923 L 10962.7 -5311637 L 11715.9 -5313531 L 11906.8 -5314407 L 11851.9 -5314873 L 11641.5 -5315047 L 11639.9 -5315048 L 11410.7 -5315189 L 10690.9 -5315625 L 10994.6 -5316117 L 10744 -5317507 L 11096 -5318226 L 11495.4 -5318727 L 11802.1 -5319112 L 12000 -5319360 L 12059.6 -5319383 L 12028.9 -5318873 L 12705.4 -5317977 L 13990.7 -5317138 L 14374.9 -5317131 L 15448.8 -5318221 L 16211.1 -5318279 L 16589.2 -5318215 L 17351.3 -5319477 L 17399.5 -5320915 L 19608.5 -5321546 L 20493.6 -5320868 L 21262.8 -5320790 L 20899.2 -5321412 L 21164.4 -5323293 L 20673.7 -5325514 L 21165.2 -5326874 L 22272.7 -5327138 L 22615.3 -5327843 L 21789.4 -5329589 L 22451.2 -5330528 L 22507.7 -5330882 L 21933.7 -5331676 L 21836.1 -5332388 L 21462 -5332449 L 21178.8 -5333153 L 18920.9 -5331865 L 17429.2 -5331707 L 17138.4 -5330607 L 16817.3 -5330406 L 16630 -5330726 L 15977.3 -5331065 L 15725.1 -5332887 L 14909.7 -5334062 L 14543.5 -5333943 L 13405.1 -5334109 L 12511.5 -5335331 L 11409.3 -5335607 L 10824.9 -5336112 L 9303.1 -5336097 L 8690.7 -5335631 L 8121.3 -5336054 L 7372.1 -5336213 L 6369.5 -5335736 L 5679.1 -5335539 L 4286 -5335995 L 3883.8 -5338299 L 3105.6 -5339662 L 2441.5 -5343910 L 532.5 -5345194 L 399.4 -5345565 L 550.9 -5347415 L 985 -5348072 L 1289.3 -5348324 L 364.9 -5348943 L -1134.3 -5348805 L -1508.5 -5348897 L -1201.7 -5349607 L -1311.8 -5350752 L -337.9 -5351342 L -558 -5351969 L 437.6 -5353070 L 418.4 -5353833 L 1730.5 -5354484 L 1775.1 -5354863 L 3587.9 -5354643 L 4992 -5355051 L 7197.8 -5356375 L 7550.1 -5356483 L 9765.9 -5356947 L 11464.4 -5357753 L 11843.6 -5357768 L 12312.4 -5357187 L 12643.3 -5357015 L 14171.8 -5356735 L 16514.4 -5356870 L 16878.7 -5357014 L 17809.8 -5357152 L 18113.8 -5357242 L 18810.9 -5356414 L 20273.2 -5356227 L 20602.5 -5356411 L 20749.9 -5357138 L 22335.7 -5355481 L 21038 -5354124 L 21297.9 -5353409 L 22223.9 -5352706 L 22414.1 -5352367 L 23105.6 -5352678 L 23519.6 -5353325 L 24563.5 -5353075 L 25785.4 -5354005 L 27674.3 -5354212 L 28266.7 -5354697 L 28645.9 -5354751 L 29459.4 -5353218 L 29491.3 -5352222 L 29829.2 -5352101 L 30094.8 -5352798 L 31184.9 -5352686 L 31833.4 -5352352 L 32278.4 -5351334 L 32960.1 -5351101 L 33265.8 -5350889 L 33400.6 -5351231 L 34376.9 -5351560 L 34697 -5351738 L 35783.2 -5351781 L 37704.4 -5350742 L 37545.3 -5351814 L 38619.6 -5352795 L 39328.9 -5353010 L 39979.3 -5352660 L 40348.3 -5352622 L 40650.9 -5352395 L 41651.4 -5352911 L 42604.5 -5352434 L 43843.7 -5353771 L 44054.7 -5354085 L 43627.3 -5354721 L 43726.6 -5355490 L 44268.5 -5356510 L 45005.9 -5356712 L 45422.9 -5357324 L 46788.4 -5357096 L 46916.3 -5356786 L 47554.2 -5356918 L 47950.1 -5357487 L 48300 -5357445 L 48772.6 -5356884 L 49908.7 -5356932 L 51278.6 -5356362 L 51616.6 -5355680 L 52351.5 -5355644 L 52713.6 -5355760 L 52476 -5355030 L 52855.5 -5353192 L 53793.7 -5352238 L 53610.2 -5351513 L 55123.2 -5351462 L 56025.4 -5352127 L 56372.5 -5352263 L 57857.6 -5352412 L 61343 -5351205 L 61694.1 -5351333 L 61924.3 -5351021 L 62581.2 -5349717 L 64230 -5348632 L 64592.7 -5348477 L 67186.7 -5348876 L 67566.6 -5348848 L 69259.1 -5346040 L 69464.3 -5345768 L 69276.5 -5344778 L 69631.6 -5344159 L 69687.1 -5342024 L 70758 -5343075 L 71705 -5345171 L 71924.1 -5344859 L 73411.9 -5345042 L 74827.6 -5344535 L 75199.4 -5344453 L 75375.7 -5345145 L 77158.3 -5346217 L 77422.2 -5346457 L 78424.3 -5346224 L 78798.8 -5345177 L 79128.4 -5345006 L 79027.2 -5344285 L 79065.9 -5343962 L 78979.2 -5343588 L 78593.6 -5341462 L 77226.1 -5338758 L 77497.9 -5338045 L 77293.1 -5336949 L 77941.3 -5336686 L 78088.3 -5336400 L 77803.9 -5335822 L 78139.1 -5335294 L 78905.8 -5336080 L 79109.9 -5335752 L 80591.1 -5335601 L 83812.7 -5338324 L 83989.5 -5338668 L 84139.2 -5339017 L 85231.5 -5338876 L 86088.3 -5339578 L 86467.2 -5339602 L 86389.8 -5341763 L 86813.5 -5342328 L 87752.5 -5342996 L 88897.1 -5344536 L 89413.6 -5345515 L 89429.7 -5346263 L 88230.5 -5348111 L 88173.9 -5348482 L 91602.3 -5348344 L 91871.9 -5349066 L 93686.5 -5348794 L 94436.2 -5349584 L 94786.2 -5349750 L 96732.4 -5349694 L 97712.6 -5349042 L 98170.5 -5347559 L 99518.4 -5346131 L 99846.8 -5345916 L 99880.5 -5345612 L 99851.2 -5344737 L 100386 -5343016 L 100643.2 -5342748 L 100966.5 -5342468 L 101866.6 -5344093 L 103075.1 -5343332 L 103678.9 -5343768 L 104161.3 -5344796 L 104917.1 -5344926 L 105988.7 -5344518 L 106363.6 -5344602 L 108638.9 -5341477 L 108425.9 -5340328 L 108599.6 -5339822 L 108534.1 -5339540 L 108823.8 -5338884 L 108154.8 -5337626 L 108145.4 -5336553 L 109691.5 -5336529 L 109798.1 -5337622 L 110777.8 -5338177 L 113481.2 -5338284 L 113840.1 -5338434 L 114540.7 -5337830 L 114770.8 -5337596 L 114499.9 -5337318 L 114454.3 -5336161 L 112890.8 -5335066 L 109087.7 -5335340 L 108509.9 -5334834 L 108258 -5334559 L 106625.9 -5333101 L 106070.8 -5332349 L 106010.3 -5332034 L 105846.5 -5331693 L 106186.9 -5330645 L 105350.3 -5329899 L 105263.8 -5328770 L 109002 -5329391 L 110387 -5328776 L 110728.5 -5328593 L 111084.4 -5328743 L 112441.2 -5328023 L 113441.9 -5326935 L 115331.8 -5327206 L 115998.8 -5326953 L 116298.1 -5326709 L 117076.7 -5325079 L 117368 -5324863 L 117549.9 -5324525 L 118174.8 -5324275 L 118305.3 -5323607 L 118610.7 -5323451 L 118985.3 -5321610 L 120293.6 -5319709 L 119880.9 -5318863 L 119987.8 -5318550 L 119372 -5317911 L 119065.4 -5317851 L 118318.9 -5317767 L 118071.7 -5317070 L 117443.1 -5316688 L 117405.5 -5315181 L 118431.7 -5313585 L 117760.1 -5312275 L 117499.3 -5311997 L 118215 -5311381 L 118524.5 -5311305 L 120522 -5312139 L 121453.3 -5313713 L 121737 -5313949 L 121923.3 -5312974 L 121935 -5312634 L 121665.8 -5311961 L 121906.7 -5310482 L 122569.5 -5310144 L 122875.8 -5309927 L 122111.3 -5308726 L 121971.7 -5308390 L 120425.4 -5307828 L 120142.7 -5307640 L 120113.3 -5307270 L 119924 -5306219 L 119567.4 -5305194 L 118039.7 -5304155 L 117301.5 -5304280 L 116937.8 -5304184 L 116795.9 -5303489 L 115556.3 -5303071 L 115424.4 -5302363 L 118440.8 -5302297 L 118807.2 -5300921 L 119939.2 -5300890 L 120316.9 -5300909 L 120406.8 -5299456 L 117013.9 -5299595 L 116674.1 -5299428 L 116806 -5299069 L 115166.3 -5298196 L 115070.6 -5297487 L 115720.7 -5296182 L 115264.7 -5294717 L 115295.9 -5293573 L 116398.4 -5292946 L 116659.7 -5292759 L 116030 -5290658 L 115807.9 -5289614 L 117087.8 -5289106 L 117049.5 -5288741 L 116373.2 -5288522 L 116409 -5288158 L 116592.2 -5287911 L 116845.5 -5287738 L 117577.2 -5286838 L 117658.3 -5285293 L 117546.9 -5284919 L 117434.4 -5284559 L 116172.7 -5283753 L 116206.6 -5281914 L 115851.9 -5281789 L 115975 -5281516 L 116442.6 -5281202 L 116360.2 -5280828 L 115733.9 -5278621 L 116175.1 -5277599 L 115999.4 -5276854 L 112545 -5276133 L 112177.3 -5276000 L 111657.1 -5275494 L 111695.6 -5274324 L 111496.7 -5273168 L 111283.2 -5272840 L 110619.8 -5272451 L 109120.4 -5272813 L 108960.4 -5273512 L 109295.5 -5274572 L 108344 -5274866 L 107979.3 -5274819 L 106931.3 -5274505 L 104765.8 -5273147 L 104449.3 -5273358 L 103507.9 -5273999 L 104005.2 -5274958 L 103753.9 -5275243 L 102245.2 -5275248 L 100929 -5275854 L 100879.9 -5275855 L 100892.6 -5275072 L 100402 -5273581 L 99482.8 -5272328 L 99123.2 -5270055 L 96078.4 -5269533 L 95282.2 -5270394 L 94498.7 -5270399 L 93114.9 -5269803 L 91996.9 -5270134 L 91330 -5271082 L 91187.2 -5272234 L 90831.5 -5272111 L 89796.1 -5271068 L 88816 -5270594 L 88404.9 -5269493 L 88288.6 -5269499 L 87763.3 -5269347 L 87053.5 -5268882 L 86556 -5269008 L 86167.3 -5269457 L 85907.5 -5270685 L 85922.8 -5271347 L 86483.6 -5272109 L 86463.5 -5272418 L 86021.7 -5273102 L 85784.7 -5274302 L 86375.8 -5274856 L 87027.2 -5274740 L 87606.1 -5276701 L 86461.6 -5276909 L 85997.8 -5277195 L 85200.1 -5277889 L 84563.9 -5278158 L 83978.1 -5278166 L 83041.1 -5277723 L 82134.2 -5276817 L 80722.7 -5276984 L 78589 -5277583 L 78265.8 -5277410 L 77871.5 -5276785 L 77333.5 -5276507 L 76444.6 -5276290 L 76048.1 -5276406 L 75889.1 -5276601 L 76278.4 -5277431 L 77422.6 -5277904 L 77447.5 -5278153 L 77483.5 -5278512 L 77738.7 -5278768 L 78812 -5279043 L 80001.7 -5279716 L 80542.5 -5280531 L 80345.5 -5280602 L 79426 -5279825 L 78557 -5279299 L 78087.4 -5279193 L 77569.9 -5279628 L 77054.6 -5279322 L 76668.1 -5279284 L 75877.9 -5279543 L 75266.8 -5279553 L 76223.5 -5278920 L 76382.4 -5278469 L 76248.5 -5278150 L 75569.1 -5277989 L 74225.6 -5278072 L 73841.9 -5278571 L 73364.6 -5278645 L 72808.8 -5279102 L 72707.1 -5279075 L 72879.6 -5278643 L 73379.3 -5278030 L 73378.6 -5278030 z M 17107.1 -5293411 L 16481.6 -5294292 L 16059.7 -5294412 L 15369.3 -5293894 L 14977.8 -5294061 L 14651.5 -5293864 L 12245.6 -5295567 L 11231.5 -5296898 L 11282.7 -5297404 L 11482.7 -5297614 L 12154.9 -5297700 L 13841.8 -5296966 L 14768.9 -5296795 L 15427.7 -5296242 L 16452.2 -5295959 L 17190.7 -5295756 L 17521.1 -5295236 L 17920.2 -5295145 L 17957.2 -5294501 L 17671 -5293942 L 17106.8 -5293411 L 17107.1 -5293411 z M 60055.1 -5284820 L 59220.7 -5284118 L 59074.2 -5284184 L 59130.6 -5284760 L 60282 -5287840 L 60926.6 -5288670 L 61148.9 -5288597 L 60910.9 -5287751 L 61496.6 -5287488 L 61877.6 -5286963 L 61440.5 -5286675 L 60940.4 -5286776 L 60639.7 -5286576 L 60048.1 -5285766 L 59929.2 -5285344 L 60055.1 -5284820 L 60055.1 -5284820 z M 63306.1 -5285694 L 63064 -5286076 L 63375 -5286633 L 63165.6 -5287089 L 63249.2 -5287413 L 64029.6 -5287564 L 64530.2 -5288230 L 64709.5 -5288237 L 64966.5 -5287495 L 65602.7 -5287227 L 65842.3 -5286819 L 65440.4 -5286374 L 64925.4 -5286579 L 64263.7 -5286595 L 63305.9 -5285694 L 63306.1 -5285694 z M 69590 -5286544 L 69585.1 -5286749 L 69971.5 -5286787 L 70249.4 -5287014 L 70252.2 -5287551 L 70383.5 -5287589 L 70729.3 -5287221 L 71226.8 -5287350 L 71350.5 -5287057 L 70400.6 -5286488 L 69590 -5286544 L 69590 -5286544 z M 50751.4 -5264068 L 48286.6 -5265953 L 47998.9 -5266391 L 48107.7 -5266713 L 48863.2 -5266867 L 49037.4 -5266568 L 50234.5 -5265783 L 50684.1 -5265686 L 51856.5 -5265926 L 50918.6 -5264972 L 51191.2 -5264381 L 51011.7 -5264118 L 50751.5 -5264068 L 50751.4 -5264068 z M 39434 -5254283 L 39201.8 -5254767 L 38699.2 -5255099 L 37642.9 -5255257 L 37183.3 -5255763 L 36743.3 -5255449 L 35952.2 -5255196 L 35755.4 -5255779 L 33891.1 -5257042 L 33666.3 -5257090 L 32556.4 -5256460 L 31947.4 -5256496 L 31470.1 -5257081 L 30238.9 -5256514 L 29675.9 -5257262 L 28991.2 -5257562 L 28708.7 -5258307 L 28605.7 -5258428 L 28160.6 -5258950 L 28315.2 -5259472 L 29243.3 -5260325 L 28937.7 -5260586 L 28485.3 -5260658 L 28303.9 -5261393 L 27995.8 -5261628 L 27905.6 -5262763 L 27602.5 -5263050 L 27514.4 -5263443 L 27762.4 -5263878 L 27689.4 -5264423 L 28818.3 -5266765 L 29202.5 -5266778 L 30207.7 -5266113 L 30869.8 -5266098 L 30922.7 -5265862 L 30700 -5265424 L 30283 -5265338 L 30136.1 -5264893 L 30204 -5264553 L 30492.1 -5264626 L 31217.8 -5265244 L 31890.1 -5265330 L 32349.8 -5265079 L 33059.3 -5264265 L 34079.8 -5263752 L 34767.2 -5263734 L 35593.8 -5264086 L 35456.3 -5262462 L 35594.9 -5261809 L 36157.9 -5261061 L 36051.4 -5260509 L 36506 -5259951 L 37476.3 -5259956 L 37885.1 -5259198 L 38726.6 -5259190 L 38745.7 -5258980 L 38799.5 -5258389 L 39208.7 -5258143 L 40841.3 -5258388 L 42369.7 -5257851 L 42392.3 -5257567 L 41625.8 -5256032 L 41168.3 -5255797 L 40824.3 -5255166 L 39434 -5254283 L 39434 -5254283 z M 55415.3 -5258917 L 55541.9 -5259671 L 55860.4 -5260049 L 56497.1 -5260035 L 57553.3 -5260390 L 57694.6 -5260017 L 57479.6 -5259400 L 57103.1 -5259207 L 56342.6 -5259258 L 55897.8 -5258894 L 55415.3 -5258917 L 55415.3 -5258917 z "
id="path687" />
<path
d="M -15931.4 -5423051 L -16610.9 -5422572 L -16879.4 -5422722 L -16955.1 -5423035 L -17731.1 -5423228 L -17777.2 -5423589 L -16966.9 -5423802 L -16602.7 -5424179 L -15560.2 -5424116 L -15104.2 -5423465 L -14131.7 -5423179 L -14089.9 -5422767 L -14289 -5422528 L -14529.9 -5422702 L -15037.4 -5422745 L -15371.5 -5422722 L -15629.2 -5422999 L -15931.5 -5423051 L -15931.4 -5423051 z M 9815.5 -5412068 L 9488.9 -5411392 L 9372.9 -5411120 L 9224.7 -5410807 L 8997.4 -5410545 L 9338.6 -5407171 L 9335.1 -5406418 L 9663.9 -5405752 L 10310.4 -5405413 L 10131.9 -5403961 L 10390.1 -5403632 L 10891.6 -5403031 L 12047.5 -5403027 L 13047.6 -5402419 L 13426.1 -5402516 L 13604.1 -5402199 L 14003.5 -5401229 L 13586.2 -5400232 L 12810.2 -5399524 L 14073.2 -5398891 L 14765 -5399145 L 16010.6 -5397299 L 17055.3 -5396868 L 15758.4 -5396012 L 12739.7 -5392955 L 12368.2 -5392825 L 11845.6 -5392362 L 11928.9 -5391273 L 11640.8 -5390606 L 12104.4 -5390077 L 11962.3 -5389741 L 12302.3 -5389671 L 12451.6 -5388993 L 13430.3 -5388707 L 13386.6 -5388352 L 14058.4 -5387554 L 15251.7 -5387206 L 15373.5 -5386867 L 15077.1 -5386618 L 12679.2 -5385438 L 11565.7 -5384372 L 11266 -5382115 L 10988.8 -5381936 L 10991.2 -5381561 L 10579.3 -5380607 L 10886.9 -5380360 L 14417.3 -5379021 L 14435.1 -5378233 L 13511.2 -5375717 L 13961.8 -5375162 L 14168.9 -5372148 L 14808.5 -5371826 L 15709.5 -5372524 L 16223 -5372458 L 16512.6 -5372209 L 15772 -5372105 L 14802.5 -5370506 L 14192.1 -5370237 L 13843.2 -5370377 L 13727.7 -5369639 L 15366.8 -5368773 L 15851.5 -5368188 L 16231.7 -5368217 L 15534.7 -5366991 L 15394.7 -5365915 L 15579.9 -5365595 L 15661.7 -5365235 L 14267.1 -5365127 L 14291.6 -5364740 L 13900.5 -5364077 L 13185.9 -5363837 L 12885.4 -5362723 L 12886.9 -5362336 L 13814.1 -5360229 L 15151.5 -5359524 L 15184.6 -5358763 L 15243.8 -5358027 L 13530.9 -5358501 L 11746.9 -5358257 L 11842.6 -5357768 L 11463.4 -5357753 L 9764.9 -5356948 L 7549.1 -5356483 L 7196.8 -5356376 L 4991 -5355052 L 3586.9 -5354643 L 1774.1 -5354863 L 1729.5 -5354484 L 417.4 -5353834 L 436.6 -5353070 L -559 -5351969 L -338.9 -5351342 L -1312.8 -5350752 L -1202.7 -5349607 L -1509.5 -5348898 L -1135.3 -5348805 L 363.9 -5348944 L 1288.3 -5348325 L 984 -5348073 L 549.9 -5347415 L 398.4 -5345566 L 531.5 -5345194 L 2440.5 -5343911 L 3104.6 -5339662 L 3882.8 -5338299 L 4285 -5335995 L 5678.1 -5335540 L 6368.5 -5335736 L 7371.1 -5336213 L 8120.3 -5336055 L 8689.7 -5335632 L 9302.1 -5336098 L 10823.9 -5336112 L 11408.3 -5335607 L 12510.5 -5335332 L 13404.1 -5334110 L 14542.5 -5333944 L 14908.7 -5334063 L 15724.1 -5332887 L 15976.3 -5331066 L 16629 -5330726 L 16816.3 -5330406 L 17137.4 -5330608 L 17428.2 -5331707 L 18919.9 -5331866 L 21177.8 -5333154 L 21461 -5332449 L 21835.1 -5332388 L 21932.7 -5331676 L 22506.7 -5330883 L 22450.2 -5330528 L 21788.4 -5329590 L 22614.3 -5327843 L 22271.7 -5327138 L 21164.2 -5326874 L 20672.7 -5325514 L 21163.4 -5323293 L 20898.2 -5321413 L 21261.8 -5320791 L 20492.6 -5320869 L 19607.5 -5321546 L 17398.5 -5320916 L 17350.3 -5319477 L 16588.2 -5318216 L 16210.1 -5318280 L 15447.8 -5318221 L 14373.9 -5317132 L 13989.7 -5317139 L 12704.4 -5317978 L 12027.9 -5318874 L 12058.6 -5319383 L 11999 -5319360 L 11801.1 -5319112 L 11494.4 -5318727 L 11095 -5318227 L 10743 -5317507 L 10993.6 -5316118 L 10689.9 -5315626 L 11409.7 -5315190 L 11638.9 -5315048 L 11212.3 -5313608 L 10658.2 -5313178 L 10910.1 -5312641 L 10562.6 -5311730 L 10558.5 -5310681 L 10165.9 -5310081 L 9238.9 -5310252 L 8747 -5310686 L 8156.1 -5310900 L 7294.2 -5310706 L 6705.9 -5310828 L 6569.3 -5310857 L 5852.5 -5311339 L 4806.4 -5311343 L 4021.1 -5311653 L 2927.1 -5311688 L 2404.6 -5312074 L 2001.2 -5312627 L 1251 -5312780 L 584.8 -5313257 L 144.1 -5312688 L -1746.3 -5313930 L -2271 -5314546 L -2879.4 -5314838 L -3078.1 -5315396 L -2842.2 -5315960 L -1709.1 -5316562 L -1583.9 -5316516 L -1413.7 -5316454 L -1173.5 -5316558 L -1117 -5317115 L 796.6 -5317611 L 1254 -5317590 L 1937.8 -5317034 L 2135.2 -5317219 L 1098.2 -5318067 L 620.7 -5318141 L -583.2 -5317458 L -762.2 -5317591 L -770.8 -5318513 L -1046.6 -5318311 L -1250.4 -5317308 L -1802 -5316904 L -2555.2 -5316776 L -3499.1 -5316028 L -4019.7 -5315927 L -4309.7 -5316341 L -5091.7 -5319951 L -5603.6 -5319185 L -4983.6 -5318252 L -4941.2 -5317914 L -5366.9 -5317241 L -4825.5 -5316994 L -4585.1 -5316394 L -4629.6 -5315452 L -4786.9 -5315161 L -5469.8 -5314719 L -6670.1 -5314713 L -7244.5 -5314336 L -8125.7 -5314708 L -8881.7 -5314554 L -9863.1 -5315448 L -10466.9 -5315535 L -11043.4 -5315389 L -11975.2 -5315766 L -12417.7 -5315683 L -13088.4 -5315112 L -13347.9 -5315573 L -13150 -5316014 L -13600.3 -5317109 L -14352 -5318080 L -14525.5 -5318304 L -14930 -5319599 L -15999.1 -5320885 L -15684.5 -5321467 L -15014.2 -5321783 L -15243.1 -5322293 L -14501.2 -5323061 L -14726 -5323110 L -15788.6 -5322450 L -16296.5 -5322477 L -17026.2 -5322833 L -17048.4 -5323117 L -15976.9 -5323110 L -15728.3 -5323545 L -16776.1 -5324036 L -16874.1 -5324327 L -17799.1 -5324268 L -18220.3 -5324644 L -18233.3 -5325771 L -18848 -5326756 L -18694.8 -5327508 L -19080.9 -5327726 L -19041.7 -5328362 L -19715.6 -5327510 L -20769.1 -5327694 L -20634.5 -5328013 L -20770 -5328437 L -21325.3 -5328749 L -21395 -5328065 L -21870.4 -5327428 L -22292.6 -5328081 L -21694.6 -5326126 L -21754.1 -5325651 L -21966.9 -5323952 L -21548.8 -5323295 L -21945.8 -5323157 L -22592.5 -5323325 L -23092.1 -5323683 L -23549.5 -5323704 L -23777.5 -5323472 L -24085.9 -5323452 L -24325.1 -5323860 L -24874.3 -5323482 L -25182.7 -5323462 L -25576.6 -5323605 L -25952.1 -5324181 L -26155.3 -5323689 L -26055.8 -5322912 L -26261 -5322651 L -28149.5 -5323663 L -29161.7 -5324502 L -28125.2 -5324343 L -27918.9 -5324368 L -27523.3 -5324300 L -27920.3 -5324683 L -28423.7 -5325500 L -28668.7 -5325585 L -28573.7 -5326266 L -28727.6 -5326670 L -29175.2 -5325124 L -29966.8 -5324873 L -30739.3 -5325310 L -31341.6 -5326165 L -31580.2 -5326830 L -31433.2 -5327020 L -31076.9 -5327008 L -30790.6 -5327312 L -30966.9 -5327586 L -31806 -5327621 L -32232.4 -5327946 L -31533.5 -5328540 L -32035 -5328665 L -32230.8 -5328714 L -32569.6 -5328646 L -33230.1 -5329430 L -33202.5 -5330452 L -32632.8 -5332031 L -31779.7 -5332635 L -31039.2 -5332636 L -30147.4 -5333619 L -29258.4 -5333324 L -28334.2 -5334125 L -28204.2 -5334649 L -28397.9 -5335002 L -29499.1 -5334218 L -29911.1 -5334184 L -30072.5 -5334354 L -29613.3 -5335100 L -29350.6 -5336174 L -29477.7 -5336929 L -29906.1 -5337485 L -30474.3 -5337671 L -30722.3 -5337492 L -30312.7 -5336503 L -30661.1 -5336590 L -30856.1 -5336431 L -30828.6 -5335199 L -31016.9 -5334605 L -30849.6 -5333743 L -30969.3 -5333320 L -31331.4 -5333024 L -32143.2 -5332826 L -32359 -5332656 L -32948.4 -5332192 L -33567.5 -5331129 L -33718.9 -5330146 L -33594.3 -5329366 L -33997.1 -5328921 L -34644.5 -5328833 L -35081.3 -5329057 L -35653 -5329960 L -35790.3 -5329616 L -35450.6 -5328942 L -34928.2 -5328555 L -34099.4 -5328419 L -33343.4 -5328572 L -31782.2 -5325852 L -31674.5 -5325406 L -31925.7 -5324945 L -32592.6 -5325167 L -33282.7 -5325161 L -34968.9 -5323901 L -35572.5 -5322989 L -36015.1 -5322907 L -35458.3 -5324360 L -35573.2 -5324986 L -35775.4 -5325007 L -35861.9 -5325912 L -36093.9 -5326140 L -36039 -5326928 L -36313.3 -5327494 L -36904.3 -5327708 L -36979.3 -5326973 L -37414.1 -5326967 L -37624.6 -5326655 L -37479.3 -5326077 L -37908.6 -5325123 L -38043.4 -5324804 L -37314.7 -5323936 L -37361.3 -5323480 L -36760.5 -5323111 L -37292.4 -5322653 L -37153.2 -5322605 L -36133 -5322253 L -35759.6 -5321908 L -35640.1 -5321077 L -36163.2 -5319952 L -36953 -5319470 L -37050.5 -5318763 L -37334.3 -5318485 L -38358.8 -5318205 L -39058.6 -5318354 L -39399.5 -5318700 L -39681.5 -5320261 L -39901.2 -5320360 L -40306.7 -5319890 L -39882.7 -5319539 L -39604.2 -5318710 L -39570.2 -5318539 L -39946.4 -5318163 L -41385.2 -5318367 L -41910.2 -5318441 L -43478.4 -5318089 L -44873.2 -5318437 L -45429.9 -5318238 L -45728 -5318320 L -46229.9 -5318909 L -47812 -5319174 L -49573.1 -5319687 L -50492 -5319192 L -51083.2 -5319407 L -51558.9 -5319250 L -51735.3 -5319525 L -51485.9 -5320216 L -51509.3 -5320986 L -51819.9 -5321197 L -52138.9 -5322075 L -51351.6 -5322532 L -50114.9 -5322636 L -49788.3 -5322833 L -49625.7 -5323174 L -49930.5 -5323692 L -49474.9 -5323902 L -49312.3 -5324243 L -49857.5 -5328908 L -50366.5 -5330676 L -51474.5 -5333542 L -51861.1 -5334542 L -52850.7 -5336103 L -53375.6 -5337463 L -54606.7 -5339407 L -55391.6 -5339974 L -56213.2 -5340929 L -57110.1 -5341149 L -58475.9 -5342775 L -59297.6 -5343579 L -59328.2 -5343895 L -60723.8 -5344624 L -61582.3 -5344746 L -62149.2 -5345304 L -61834.3 -5346324 L -61738.7 -5347509 L -62198 -5346864 L -62088 -5346345 L -62334.7 -5345852 L -62517.1 -5345488 L -63198 -5345595 L -63730.8 -5345334 L -63919 -5345222 L -63859.7 -5344706 L -64574.4 -5344409 L -65593.7 -5345055 L -66509.4 -5345412 L -66477.8 -5345791 L -66890.3 -5346362 L -68410.8 -5346820 L -68880.4 -5347318 L -69147.1 -5348106 L -69802.6 -5347599 L -70663.2 -5347390 L -71458.6 -5347966 L -71896.3 -5347926 L -73112.1 -5348319 L -73489 -5348441 L -73787.1 -5348236 L -74880.7 -5349221 L -75906.5 -5349178 L -76602.7 -5350027 L -76325.7 -5350285 L -75088.3 -5350105 L -74272 -5350395 L -74200.2 -5350950 L -74538.7 -5351182 L -74526.1 -5351641 L -74720.7 -5351759 L -74617.2 -5352082 L -74849.9 -5352356 L -74792.9 -5352735 L -74549.6 -5352893 L -74052.5 -5352418 L -73585 -5352507 L -73233.9 -5352120 L -72732.6 -5352308 L -71599 -5352112 L -71298.5 -5352798 L -71157.1 -5353121 L -70945.6 -5353206 L -70841.9 -5352916 L -70522.6 -5352762 L -69951.5 -5352868 L -69496.8 -5352498 L -68441.5 -5352589 L -68566.3 -5352931 L -68409.8 -5352969 L -67959.3 -5352549 L -66633.4 -5353128 L -65618.3 -5353043 L -65518.9 -5353316 L -65138.2 -5353590 L -64668.8 -5353704 L -63875.7 -5353714 L -62841.5 -5352939 L -62247.4 -5353017 L -62300.2 -5353303 L -61983 -5353429 L -61706 -5353993 L -61312.7 -5354113 L -61006 -5353807 L -60123.5 -5353917 L -58914.6 -5354066 L -58633.4 -5353762 L -57789.6 -5353462 L -56738.7 -5354420 L -56237.5 -5354302 L -55880.1 -5354604 L -55313.5 -5354353 L -54685.4 -5354530 L -53994 -5354243 L -52224.1 -5355243 L -51691.2 -5354893 L -51168.9 -5355028 L -50672 -5354859 L -49274.4 -5355380 L -48525.8 -5355164 L -47766.8 -5354463 L -46964.5 -5354185 L -46518.6 -5353440 L -46558.6 -5353810 L -45818 -5353913 L -45608.2 -5353084 L -44601.8 -5352592 L -44193.8 -5352583 L -43853.4 -5352988 L -43422 -5353564 L -42838.5 -5353822 L -42248.3 -5355686 L -42525.3 -5356040 L -42565.4 -5356478 L -41838 -5356927 L -41484.8 -5357484 L -41285.9 -5358335 L -41435.9 -5359291 L -41480.2 -5359678 L -41793.4 -5359734 L -42285.8 -5359822 L -42442.2 -5360090 L -42926.4 -5360105 L -42892.5 -5360816 L -43082.7 -5360985 L -42981.1 -5361283 L -42704.1 -5361234 L -42585.7 -5361428 L -42431.2 -5362053 L -43048.1 -5364146 L -43665.4 -5364402 L -43866.1 -5365056 L -44942.4 -5365325 L -45124.2 -5365595 L -47054.8 -5365731 L -48078.2 -5366021 L -47775.8 -5366276 L -47955.4 -5366878 L -48338 -5367191 L -49099.5 -5367359 L -49266.3 -5367396 L -50919.9 -5368095 L -51556.3 -5368735 L -52074.4 -5368651 L -52336.5 -5368877 L -51898.7 -5369224 L -51860.6 -5369680 L -53869.6 -5369796 L -54271.4 -5370187 L -54802.2 -5370257 L -55206.2 -5370010 L -56650.7 -5370156 L -56919.2 -5370000 L -57323.3 -5369447 L -57496.7 -5368901 L -56775.6 -5368662 L -57067.6 -5368227 L -58049 -5367798 L -58190.5 -5367554 L -58556.6 -5366922 L -58465.7 -5366481 L -59045.3 -5365968 L -59020 -5365353 L -59244.2 -5365423 L -60633.8 -5364391 L -60892 -5363136 L -61725.2 -5362951 L -62192.5 -5364087 L -61532.6 -5364338 L -61431 -5364636 L -61676.3 -5365065 L -61331.6 -5365214 L -61549.4 -5365667 L -61331.5 -5365827 L -61231.9 -5367631 L -61724.6 -5368769 L -61647.4 -5369153 L -61593.3 -5369421 L -61802.7 -5369669 L -61694.7 -5370043 L -61980.3 -5370296 L -62388.5 -5370304 L -62422.4 -5370511 L -62225.6 -5370725 L -61643.9 -5370650 L -61235.7 -5370948 L -60241.5 -5371223 L -60154.7 -5371649 L -60457 -5372619 L -61169.6 -5373265 L -62045.3 -5372879 L -62527.6 -5372919 L -62967.6 -5372548 L -63428.7 -5372841 L -63925.8 -5372704 L -64094.9 -5372821 L -63889.7 -5373135 L -64401.5 -5373433 L -64549.5 -5373803 L -65277.1 -5373966 L -65539.4 -5373885 L -65778.5 -5373165 L -65909.6 -5373125 L -66125.3 -5373296 L -66062.8 -5373634 L -66032.2 -5373799 L -65300.2 -5374912 L -65302.2 -5375499 L -65532.7 -5375799 L -66078.4 -5375998 L -66004.3 -5376272 L -65657.4 -5376141 L -65183.6 -5376306 L -64906.6 -5375951 L -64491.9 -5376631 L -64132.3 -5376652 L -63838.4 -5376193 L -63307.5 -5375817 L -63703.1 -5375672 L -63574.1 -5375380 L -63146.8 -5375293 L -62431.9 -5375591 L -62201.3 -5375903 L -61784.6 -5375996 L -61444 -5376401 L -61393 -5377010 L -61598 -5377614 L -61923.7 -5377998 L -61574.5 -5378505 L -61792.3 -5378957 L -61625.1 -5379428 L -61839.1 -5379681 L -62229.8 -5380142 L -61956.9 -5380349 L -61880.7 -5380649 L -61282 -5380777 L -61245.9 -5381208 L -60598.6 -5381307 L -59716.3 -5382076 L -58990.7 -5382193 L -58366.7 -5382014 L -59321.1 -5380690 L -59780.6 -5378865 L -60428.1 -5378154 L -60504.4 -5377548 L -59679.7 -5376713 L -59307.4 -5376886 L -59531.8 -5376344 L -59206.2 -5375959 L -58538.9 -5376250 L -58224.7 -5376387 L -58044.9 -5376704 L -58508 -5376973 L -58412.8 -5377194 L -58188.6 -5377125 L -57735.9 -5377342 L -57693.8 -5376624 L -57260.2 -5376307 L -57154.5 -5376043 L -57262.6 -5375669 L -57649.6 -5375319 L -57554.5 -5375234 L -56723.3 -5375394 L -56321.5 -5375310 L -53768.5 -5375887 L -53637.3 -5376233 L -50985.4 -5375858 L -50558 -5376077 L -50429.1 -5375786 L -50714.8 -5375427 L -50630.2 -5375216 L -50346.8 -5375243 L -50178.9 -5374768 L -50160.8 -5374718 L -50560.6 -5374215 L -50220.2 -5374008 L -49905.1 -5374109 L -48536.9 -5373663 L -46572.3 -5373932 L -46341.6 -5374245 L -45305.3 -5374719 L -44580 -5374531 L -43135.4 -5375303 L -42116 -5375575 L -40316.5 -5375398 L -39620.9 -5375162 L -39229.9 -5374644 L -39272.4 -5374137 L -39418.4 -5373920 L -39630.4 -5373951 L -40064.7 -5373545 L -39524.3 -5373265 L -39072.2 -5373323 L -38801.1 -5373358 L -37430.5 -5374162 L -37523.4 -5374577 L -37210.4 -5374653 L -36561.3 -5374471 L -36341.6 -5374045 L -35303.3 -5374238 L -34605.4 -5374639 L -34184.7 -5374476 L -33017.4 -5374684 L -35379 -5375163 L -36307.3 -5375062 L -36941.5 -5375421 L -37152.7 -5375950 L -37103.8 -5376226 L -35799 -5376857 L -35989.1 -5377026 L -36090.8 -5376999 L -37452.5 -5376638 L -37791.4 -5375646 L -37947.8 -5375608 L -38398 -5376335 L -39027.9 -5376745 L -39710.9 -5376828 L -40085 -5377242 L -39670.4 -5377615 L -37910.7 -5378182 L -37933.8 -5378515 L -38210.9 -5378564 L -38301.9 -5378393 L -39082.3 -5378229 L -39255.8 -5377988 L -39714.7 -5378001 L -40177.6 -5378270 L -40365.9 -5378158 L -40340.6 -5377850 L -40643.1 -5377594 L -40776.5 -5377223 L -41442.7 -5377202 L -42642.7 -5377491 L -44047.8 -5377828 L -44102.7 -5378089 L -43345.5 -5378280 L -43294.7 -5378582 L -42791.4 -5378489 L -42575.6 -5378624 L -42664.4 -5378784 L -42869.6 -5378776 L -42888.4 -5379160 L -42575.3 -5379236 L -42213.7 -5378976 L -41594 -5379358 L -41858.2 -5379559 L -42604.7 -5379494 L -42496.7 -5379868 L -42194.4 -5379817 L -41788.3 -5380089 L -41016.4 -5380152 L -39673.3 -5380626 L -39686 -5380780 L -40506.2 -5381359 L -38687.4 -5381717 L -38188 -5382185 L -39679.2 -5381774 L -40093.5 -5382014 L -40349.6 -5381703 L -40730.1 -5382041 L -41472.3 -5382027 L -41428.1 -5381641 L -41618.7 -5381197 L -41145.1 -5381055 L -41214.9 -5380832 L -42473.3 -5380759 L -43160.8 -5380485 L -43408.1 -5380582 L -43420.4 -5381348 L -43151.8 -5381505 L -42463.9 -5382697 L -42656.9 -5382713 L -42717.6 -5382718 L -43506.8 -5381841 L -44219.7 -5381568 L -44327.7 -5381195 L -44573.2 -5381011 L -44795.2 -5381107 L -45194.9 -5380910 L -45260.5 -5381043 L -45201.1 -5381447 L -43995.2 -5382417 L -44181.1 -5382637 L -46218.4 -5381201 L -46347.9 -5380267 L -46567.9 -5380081 L -46561.6 -5379851 L -46739.3 -5379560 L -47215.3 -5379370 L -49006.6 -5379341 L -49875.7 -5379644 L -49366.8 -5380123 L -48432.8 -5381003 L -48265.8 -5380861 L -47999.3 -5380992 L -48049.9 -5381303 L -49065.1 -5381082 L -52210.6 -5379840 L -52862 -5379996 L -52299.3 -5380306 L -52068.6 -5380619 L -52284.2 -5381097 L -50957.8 -5381674 L -51623.9 -5381960 L -51678.7 -5382526 L -50959.3 -5383180 L -50770.7 -5383905 L -50046.5 -5384186 L -49528.9 -5384387 L -48754.3 -5385700 L -45665.8 -5386870 L -44785.6 -5387613 L -43867.6 -5387587 L -42443.9 -5388412 L -41333.3 -5388854 L -40861.4 -5389300 L -40114.7 -5389670 L -40139.8 -5389979 L -39530.3 -5390540 L -38885.2 -5390614 L -38578.4 -5390919 L -38749.6 -5391011 L -39853.8 -5390644 L -40452.8 -5389903 L -41102.2 -5389779 L -41478.9 -5389249 L -41526.5 -5389249 L -42092.3 -5389250 L -43067.5 -5388898 L -43930.6 -5388358 L -44922.5 -5388416 L -45582.6 -5388165 L -45697 -5387715 L -46031.1 -5387692 L -46077.5 -5388053 L -46817.1 -5389289 L -47026.6 -5389230 L -46466.9 -5387371 L -47368 -5387294 L -48267.3 -5386629 L -48641.6 -5386737 L -49305.5 -5387354 L -49956.8 -5387511 L -50739.6 -5387015 L -51073.6 -5386088 L -51844.3 -5385921 L -52718.3 -5386696 L -53126.3 -5386324 L -53744.4 -5386170 L -53767.9 -5385868 L -55518 -5385449 L -56012 -5385917 L -57619.2 -5384835 L -58239.2 -5384147 L -58713.1 -5383983 L -59260.7 -5384463 L -59620.3 -5384442 L -60223.3 -5383956 L -60627.3 -5384015 L -60781.8 -5383697 L -61211.2 -5383452 L -62068 -5383294 L -64177.4 -5382220 L -64534.8 -5382224 L -64504.5 -5382404 L -64484 -5382526 L -64873.2 -5382457 L -65550.1 -5382616 L -65909.7 -5383207 L -66400.4 -5383453 L -66912.4 -5383444 L -67593.3 -5384165 L -68771.6 -5384748 L -70034.6 -5384624 L -70603.7 -5384238 L -70716 -5383507 L -70460.2 -5382899 L -71215.4 -5382732 L -71200.8 -5382297 L -72561.1 -5382232 L -73235.9 -5382722 L -74907.4 -5382301 L -75138.2 -5382374 L -76003.3 -5382647 L -75918.6 -5383355 L -76134.4 -5383526 L -75865.6 -5383989 L -75848.5 -5384804 L -76440.8 -5385364 L -76197.5 -5385523 L -76267.3 -5385911 L -75823.4 -5386208 L -74671.6 -5385883 L -74348 -5385979 L -74441.4 -5386336 L -74965.5 -5386430 L -75592.6 -5386237 L -75943.2 -5386399 L -76680.4 -5386261 L -76583.8 -5386637 L -76705 -5386983 L -76430 -5387023 L -75808 -5386511 L -75154.2 -5386686 L -74809.2 -5387142 L -74745.5 -5387903 L -74969.6 -5388279 L -74779.2 -5388416 L -75386.4 -5388799 L -75599.9 -5389608 L -75275.7 -5391036 L -75387.9 -5391224 L -75959.2 -5391119 L -76090.2 -5391692 L -76693.1 -5392125 L -76324.8 -5392554 L -76341.5 -5392964 L -76034.6 -5393270 L -75975.3 -5393673 L -75645.1 -5393952 L -75846 -5394301 L -75776.1 -5394525 L -75090.2 -5395386 L -75263.4 -5396065 L -74764 -5396227 L -74376.6 -5396884 L -74393.3 -5397294 L -73510.7 -5397756 L -73424.2 -5397264 L -72960.7 -5397608 L -72954.4 -5397977 L -73243.5 -5398315 L -73491.6 -5397984 L -73876.5 -5398578 L -73810.6 -5399058 L -73941.7 -5399324 L -74426.2 -5399645 L -74495.8 -5400034 L -74191.1 -5400009 L -74454.2 -5400998 L -74579.9 -5401471 L -74173.5 -5401743 L -74222 -5402386 L -73697.1 -5402546 L -73517.1 -5402863 L -73737.2 -5402983 L -73743.4 -5403214 L -73148.6 -5403598 L -72902.9 -5404088 L -73099.3 -5404794 L -72491.9 -5405024 L -72310 -5404753 L -72153.4 -5404791 L -72034.2 -5406211 L -71018.2 -5406738 L -70342.8 -5407473 L -69511.1 -5407633 L -69445.7 -5407193 L -69172.8 -5407094 L -68906 -5407225 L -68758.1 -5406855 L -68514.9 -5406707 L -68152.8 -5407366 L -68518.6 -5407575 L -68241.3 -5407833 L -68282.4 -5408009 L -68429.2 -5408640 L -67563.8 -5408593 L -67007.1 -5408827 L -66992.6 -5408392 L -66673.1 -5408237 L -66124.9 -5408676 L -66037.8 -5409103 L -65877 -5409191 L -65720.6 -5408923 L -65160 -5408595 L -64191 -5408565 L -63837.5 -5408816 L -63240.8 -5408919 L -62870.2 -5409373 L -62709.6 -5409156 L -62747.9 -5408699 L -61979.8 -5408711 L -61827.7 -5408392 L -60729.8 -5408070 L -60360.5 -5406686 L -60584.9 -5406449 L -60555.4 -5406192 L -59700.5 -5406324 L -59701.5 -5406666 L -59834 -5407062 L -60156.8 -5407588 L -60154.4 -5407919 L -60769.1 -5408438 L -61495.4 -5408696 L -61524.9 -5408954 L -60985.1 -5409291 L -60735.2 -5409832 L -60781.4 -5410193 L -60943.7 -5410252 L -61242 -5409872 L -61288.7 -5410306 L -60838.2 -5410734 L -61206 -5411225 L -60742.4 -5411569 L -60826.6 -5412086 L -60479.5 -5412261 L -59549 -5411468 L -60031.6 -5411202 L -60252 -5410710 L -59928.4 -5410606 L -58066.3 -5410858 L -57639.2 -5410465 L -56703.9 -5410642 L -55478.8 -5410163 L -55717.9 -5410501 L -57003.6 -5411637 L -57344.4 -5411538 L -57539 -5411657 L -57198 -5412062 L -57272.7 -5412249 L -57324.8 -5412379 L -57851.7 -5412194 L -58143.6 -5412371 L -57895.6 -5412887 L -58162.1 -5413062 L -58166.1 -5413318 L -57790 -5413660 L -56985.3 -5413678 L -56807.4 -5413969 L -56219.4 -5413665 L -56134.7 -5413760 L -56434.4 -5414755 L -56131.6 -5415010 L -55892.5 -5415118 L -55909.9 -5414609 L -55355.8 -5414205 L -54890.3 -5414267 L -54682.6 -5414607 L -54242.5 -5414673 L -53631.4 -5414340 L -53972.3 -5413935 L -53763.3 -5413382 L -53092.8 -5413146 L -52307.7 -5413361 L -51118.9 -5413210 L -50515.4 -5413373 L -49967.7 -5413522 L -48985.3 -5414562 L -48562 -5414731 L -48295.6 -5414555 L -48393.3 -5414002 L -48247.4 -5413913 L -47883.5 -5413984 L -47756 -5414586 L -47599.4 -5414624 L -47309.7 -5414421 L -46000.4 -5414183 L -46031.9 -5414415 L -46742.4 -5414781 L -46989.6 -5415185 L -47586 -5415389 L -47794.7 -5416249 L -47659.2 -5416339 L -46809.2 -5415808 L -46483.2 -5416036 L -45463.6 -5416001 L -43965.3 -5416487 L -43566.3 -5416759 L -43531.4 -5416783 L -43425.3 -5417131 L -42779.9 -5417204 L -42005.3 -5417598 L -41639 -5418001 L -40868.9 -5418039 L -40143.5 -5417849 L -39739.8 -5417484 L -40004.9 -5416766 L -39287.8 -5416782 L -39135.1 -5417076 L -38701.5 -5417064 L -38488.4 -5416561 L -37644.6 -5416261 L -37598.4 -5415899 L -37903.3 -5415619 L -37814.9 -5415152 L -38392.8 -5414665 L -39099.6 -5414469 L -39302.9 -5414180 L -39248.4 -5413614 L -38618.7 -5412897 L -38092.1 -5412776 L -37577.8 -5413116 L -37784.9 -5413388 L -37636.7 -5413631 L -36595.8 -5413849 L -36009.3 -5414438 L -35539.6 -5414552 L -33352.5 -5414418 L -32931.8 -5414255 L -32561.5 -5414403 L -31804.7 -5413981 L -30321.8 -5414290 L -30376.5 -5414550 L -31218 -5414876 L -31581.9 -5414805 L -31979.4 -5414940 L -31636.3 -5415371 L -31517.2 -5415726 L -31328.6 -5416289 L -30907.6 -5416432 L -29252 -5417875 L -28128.9 -5417857 L -26609.8 -5418290 L -25349.1 -5418388 L -24974.5 -5418585 L -24253.5 -5418346 L -23407.5 -5418377 L -22458.1 -5418118 L -22427 -5417579 L -22027 -5417775 L -21280.4 -5417840 L -21173.2 -5417295 L -20581.7 -5416734 L -20387.6 -5416309 L -20180.3 -5416343 L -20439.5 -5417207 L -19697.5 -5416915 L -19384.4 -5416990 L -19769 -5417278 L -19745.1 -5417863 L -19450.2 -5418629 L -18901.9 -5419068 L -18443.4 -5418748 L -18019.9 -5419223 L -18006.7 -5419681 L -16532.7 -5419582 L -16067.1 -5419951 L -16067.5 -5420257 L -15630 -5421115 L -15434.6 -5421039 L -15530.3 -5420263 L -15338.7 -5419507 L -14667.9 -5419883 L -14377.7 -5420293 L -14334.4 -5421106 L -13919.8 -5421173 L -13843.2 -5421086 L -13406.5 -5420593 L -12885.8 -5421009 L -12757.2 -5420717 L -12836.2 -5420086 L -13275.5 -5418821 L -13452.4 -5417637 L -12892.4 -5417309 L -12943.5 -5417007 L -13191.2 -5416798 L -13179.7 -5415726 L -13451 -5415239 L -13366.7 -5415027 L -12882.1 -5415318 L -12516.5 -5415108 L -12224.6 -5415237 L -12080.9 -5415123 L -12248.8 -5414346 L -12151.9 -5413711 L -11764.5 -5413333 L -11321.8 -5413221 L -10968.7 -5413166 L -10520.2 -5413332 L -9935.1 -5414507 L -10000.2 -5414946 L -9171.5 -5414774 L -8848.4 -5414364 L -8194.8 -5414539 L -7757.4 -5414272 L -7833.9 -5413973 L -8604 -5413629 L -8744.1 -5413182 L -8565.4 -5412274 L -7843.6 -5411141 L -5891.1 -5410057 L -5620.9 -5409626 L -5491.2 -5408442 L -5279.3 -5408832 L -4873.1 -5409104 L -3665.7 -5409181 L -4703.4 -5409600 L -4711.3 -5410111 L -5297 -5411946 L -5310.1 -5413300 L -5634.6 -5414297 L -5086.8 -5414429 L -4935 -5414110 L -5003.6 -5413299 L -4646.5 -5412989 L -4458.2 -5413100 L -4332 -5414289 L -4444.8 -5415370 L -4894.6 -5415791 L -4170.3 -5416801 L -3925.1 -5416678 L -3567.4 -5416980 L -3604.5 -5417748 L -2931.2 -5418457 L -2608.2 -5418047 L -2575 -5417533 L -2237 -5417300 L -2046.5 -5417437 L -1782.6 -5419015 L -1440.3 -5418560 L -1026.1 -5418321 L -470.1 -5418248 L 160.8 -5417251 L 710.3 -5417102 L 1389.2 -5417274 L 2087.5 -5417674 L 2358 -5417549 L 2571.6 -5417659 L 3338.7 -5417364 L 4055.5 -5417380 L 4744.3 -5417067 L 5253.8 -5417049 L 5439.5 -5416829 L 5396.6 -5416323 L 5952.2 -5415904 L 6885.7 -5415201 L 7283.5 -5415372 L 8098.7 -5414741 L 8936.3 -5414977 L 9937.2 -5415632 L 10342.7 -5415291 L 10835.5 -5415377 L 10930.5 -5415292 L 10083.6 -5414343 L 10007.1 -5414044 L 10754.4 -5413215 L 10777.2 -5412882 L 9814.2 -5412071 L 9815.5 -5412068 z M -9807.5 -5415693 L -10070.1 -5417119 L -9809.9 -5417174 L -9583.1 -5415930 L -9807.5 -5415693 L -9807.5 -5415693 z M -98946.6 -5397252 L -99776.3 -5397117 L -100316 -5397392 L -99594.3 -5397460 L -99727.5 -5397701 L -99613.2 -5397844 L -98993 -5397920 L -98294.4 -5398322 L -98283.8 -5398755 L -98550.5 -5398930 L -98698.6 -5399300 L -99335.7 -5399022 L -100150.7 -5399064 L -100713.8 -5398754 L -101780.7 -5398843 L -101708.7 -5399092 L -101283.2 -5399287 L -101113.8 -5399783 L -100864 -5400017 L -99693.4 -5400252 L -99391.2 -5400269 L -99153.6 -5400283 L -99090 -5400431 L -99305.9 -5400602 L -99225.4 -5400953 L -98186.1 -5401147 L -97961.6 -5401384 L -97707.7 -5401056 L -97284.3 -5400919 L -96401.5 -5401381 L -96655.5 -5401709 L -96304.1 -5401935 L -95753.9 -5401174 L -95455.4 -5401072 L -95112.5 -5401197 L -94848 -5400996 L -95512.9 -5400081 L -95172.1 -5399874 L -95177.3 -5399597 L -94092.7 -5399630 L -93986.8 -5399366 L -94158.3 -5399150 L -94577.4 -5399032 L -94975.3 -5399167 L -95686.6 -5398614 L -96012.6 -5398079 L -96571.4 -5398433 L -96983.4 -5398241 L -97130.2 -5398173 L -97434.9 -5398505 L -97966.4 -5397655 L -98343.1 -5397432 L -98641.6 -5397533 L -98946.4 -5397252 L -98946.6 -5397252 z M -88976.9 -5390776 L -89171.6 -5390894 L -89438.1 -5391070 L -89459.2 -5391736 L -88953.4 -5391974 L -88625.5 -5391002 L -88976.9 -5390776 z M -82114.9 -5384718 L -82488.7 -5384681 L -82675.5 -5384804 L -82660.4 -5385000 L -82296.6 -5385190 L -81992.5 -5385734 L -81326.5 -5386162 L -81069.6 -5386099 L -81049.9 -5385792 L -81400.2 -5385775 L -81909.4 -5385400 L -82115.1 -5384717 L -82114.9 -5384718 z M -57426.7 -5377366 L -57629.8 -5377383 L -56973.7 -5378502 L -56432.2 -5378558 L -56358.2 -5378220 L -57426.7 -5377365 L -57426.7 -5377366 z M -85329.5 -5350190 L -85702 -5350936 L -86717.4 -5351020 L -86351.6 -5351423 L -86042.7 -5351449 L -85545.4 -5350974 L -85044 -5350856 L -85022.7 -5350497 L -85329.4 -5350190 L -85329.5 -5350190 z M -36694.3 -5324715 L -36800.7 -5324158 L -37294 -5325136 L -37328 -5325805 L -37009.2 -5325926 L -36694.3 -5324715 L -36694.3 -5324715 z "
id="path688" />
<path
d="M 130112.2 -5391627 L 130418.3 -5391626 L 131145 -5390876 L 131221.9 -5390121 L 131693.7 -5389836 L 131611.4 -5389292 L 131807.8 -5389289 L 132564.4 -5389277 L 132694.7 -5389011 L 132637.7 -5388647 L 132549.2 -5387939 L 132327.2 -5387716 L 131600.3 -5386938 L 131563.3 -5386230 L 131864.4 -5385872 L 131509.2 -5385597 L 131504.4 -5384350 L 131133.9 -5384261 L 130801 -5384180 L 130768.4 -5384146 L 129880 -5383202 L 129791.2 -5382518 L 129451.8 -5382130 L 129216.1 -5381463 L 128303.1 -5380929 L 128264.8 -5380780 L 129301.9 -5381085 L 129337.8 -5381096 L 129883.3 -5381507 L 129901.2 -5382016 L 130579.9 -5382492 L 130283.7 -5383205 L 130382 -5383292 L 131241.6 -5383964 L 131835 -5383947 L 132240.3 -5384006 L 131981.2 -5384257 L 131906.7 -5384743 L 131929.7 -5384848 L 132087.3 -5385497 L 132355.7 -5385652 L 132700.3 -5385493 L 132748.8 -5385539 L 133111.2 -5385536 L 132894.1 -5386001 L 132957.5 -5386722 L 133293.9 -5387075 L 133621 -5387021 L 133935.4 -5386408 L 134050.7 -5386135 L 134193.4 -5386074 L 134427.3 -5386010 L 134476.4 -5386023 L 134923.7 -5386146 L 134837.5 -5386331 L 134310 -5386428 L 134146.4 -5386900 L 134398.8 -5387417 L 134430 -5387621 L 134415.3 -5388001 L 134493.9 -5388016 L 134805.4 -5388041 L 134818.4 -5388192 L 135494.7 -5389003 L 135666.6 -5389312 L 135810.7 -5389245 L 136254.2 -5388615 L 136150.5 -5387859 L 136613.1 -5387245 L 137035.2 -5385369 L 136983.6 -5384605 L 136088.9 -5383512 L 136851 -5381822 L 136966.5 -5381455 L 135965.9 -5381045 L 135607.2 -5381013 L 135279.3 -5380311 L 135617.6 -5379613 L 135547 -5378850 L 134510 -5377751 L 134311 -5377934 L 133828.7 -5377722 L 133417.6 -5375906 L 134374.2 -5374725 L 134078.8 -5373706 L 134282.6 -5373387 L 134043.9 -5372680 L 134491.6 -5372085 L 134784.7 -5371845 L 134139.6 -5371300 L 133997.8 -5370979 L 133371 -5368896 L 134357.2 -5367430 L 134437.1 -5366703 L 133103.8 -5366169 L 131689.4 -5366287 L 132299.4 -5363903 L 132364.9 -5363557 L 131564.3 -5361667 L 131988.5 -5360711 L 131273.1 -5360622 L 130674.6 -5361592 L 129549.2 -5361435 L 129197.3 -5361286 L 128715.4 -5360699 L 128473.1 -5359598 L 127733.5 -5359469 L 125385.2 -5360769 L 124891.9 -5361783 L 123125.4 -5361124 L 123133.2 -5360353 L 122450.4 -5359453 L 120553.7 -5359444 L 120571.6 -5358727 L 121269.8 -5358039 L 120542.1 -5357181 L 120668.8 -5356819 L 119428.9 -5357758 L 117492.2 -5357821 L 117314.4 -5358169 L 117011.5 -5357948 L 115394 -5357094 L 115089 -5356881 L 114631.3 -5356368 L 114253.2 -5354182 L 114655.4 -5353145 L 114612.8 -5352781 L 114010 -5352410 L 113278.6 -5352445 L 112420.9 -5353126 L 111353.4 -5352892 L 111979.3 -5351998 L 111444.1 -5349866 L 111290.6 -5348387 L 110851.8 -5347759 L 109518.2 -5347105 L 109464.6 -5346725 L 109970.8 -5346170 L 109811.7 -5345622 L 109056.3 -5345718 L 108170.5 -5346412 L 107105.7 -5346010 L 106749.8 -5345869 L 106680.2 -5345540 L 106362.2 -5344604 L 105987.3 -5344519 L 104915.7 -5344928 L 104159.9 -5344797 L 103677.5 -5343769 L 103073.7 -5343333 L 101865.2 -5344095 L 100965.1 -5342469 L 100641.8 -5342749 L 100384.6 -5343017 L 99849.8 -5344738 L 99879.1 -5345613 L 99845.4 -5345917 L 99517 -5346132 L 98169.1 -5347560 L 97711.2 -5349043 L 96731 -5349695 L 94784.8 -5349751 L 94434.8 -5349586 L 93685.1 -5348795 L 91870.5 -5349068 L 91600.9 -5348345 L 88172.5 -5348483 L 88229.1 -5348112 L 89428.3 -5346264 L 89412.2 -5345516 L 88895.7 -5344537 L 87751.1 -5342997 L 86812.1 -5342329 L 86388.4 -5341765 L 86465.8 -5339603 L 86086.9 -5339579 L 85230.1 -5338877 L 84137.8 -5339018 L 83988.1 -5338669 L 83811.3 -5338325 L 80589.7 -5335602 L 79108.5 -5335753 L 78904.4 -5336081 L 78137.7 -5335295 L 77802.5 -5335824 L 78086.9 -5336401 L 77939.9 -5336687 L 77291.7 -5336951 L 77496.5 -5338046 L 77224.7 -5338760 L 78592.2 -5341463 L 78977.8 -5343589 L 79064.5 -5343963 L 79025.8 -5344286 L 79127 -5345007 L 78797.4 -5345178 L 78422.9 -5346225 L 77420.8 -5346459 L 77156.9 -5346218 L 75374.3 -5345146 L 75198 -5344454 L 74826.2 -5344536 L 73410.5 -5345044 L 71922.7 -5344860 L 71703.6 -5345173 L 70756.6 -5343076 L 69685.7 -5342025 L 69630.2 -5344160 L 69275.1 -5344780 L 69462.9 -5345769 L 69257.7 -5346041 L 67565.2 -5348850 L 67185.3 -5348877 L 64591.3 -5348478 L 64228.6 -5348634 L 62579.8 -5349718 L 61922.9 -5351022 L 61692.7 -5351334 L 61341.6 -5351206 L 57856.2 -5352413 L 56371.1 -5352264 L 56024 -5352128 L 55121.8 -5351463 L 53608.8 -5351514 L 53792.3 -5352240 L 52854.1 -5353193 L 52474.6 -5355032 L 52712.2 -5355762 L 52350.1 -5355645 L 51615.2 -5355681 L 51277.2 -5356363 L 49907.3 -5356933 L 48771.2 -5356885 L 48298.6 -5357446 L 47948.7 -5357488 L 47552.8 -5356919 L 46914.9 -5356787 L 46787 -5357097 L 45421.5 -5357326 L 45004.5 -5356713 L 44267.1 -5356511 L 43725.2 -5355491 L 43625.9 -5354722 L 44053.3 -5354086 L 43842.3 -5353773 L 42603.1 -5352435 L 41650 -5352912 L 40649.5 -5352396 L 40346.9 -5352623 L 39977.9 -5352661 L 39327.5 -5353011 L 38618.2 -5352796 L 37543.9 -5351815 L 37703 -5350743 L 35781.8 -5351782 L 34695.6 -5351739 L 34375.5 -5351561 L 33399.2 -5351233 L 33264.4 -5350890 L 32958.7 -5351103 L 32277 -5351335 L 31832 -5352353 L 31183.5 -5352687 L 30093.4 -5352799 L 29827.8 -5352102 L 29489.9 -5352223 L 29458 -5353219 L 28644.5 -5354753 L 28265.3 -5354698 L 27672.9 -5354213 L 25784 -5354006 L 24562.1 -5353076 L 23518.2 -5353326 L 23104.2 -5352679 L 22412.7 -5352368 L 22222.5 -5352707 L 21296.5 -5353410 L 21036.6 -5354126 L 22334.3 -5355482 L 20748.5 -5357139 L 20601.1 -5356413 L 20271.8 -5356228 L 18809.5 -5356415 L 18112.4 -5357243 L 17808.4 -5357154 L 16877.3 -5357015 L 16513 -5356871 L 14170.4 -5356736 L 12641.9 -5357016 L 12311 -5357188 L 11842.2 -5357769 L 11746.5 -5358258 L 13530.5 -5358501 L 15243.4 -5358028 L 15184.2 -5358763 L 15151.1 -5359524 L 13813.7 -5360229 L 12886.5 -5362336 L 12885 -5362723 L 13185.5 -5363837 L 13900.1 -5364077 L 14291.2 -5364741 L 14266.7 -5365127 L 15661.3 -5365236 L 15579.5 -5365596 L 15394.3 -5365915 L 15534.3 -5366991 L 16231.3 -5368217 L 15851.1 -5368188 L 15366.4 -5368774 L 13727.3 -5369640 L 13842.8 -5370378 L 14191.7 -5370238 L 14802.1 -5370507 L 15771.6 -5372106 L 16512.2 -5372210 L 16222.6 -5372458 L 15709.1 -5372524 L 14808.1 -5371827 L 14168.5 -5372149 L 13961.4 -5375163 L 13510.8 -5375718 L 14434.7 -5378233 L 14416.9 -5379022 L 10886.5 -5380361 L 10578.9 -5380607 L 10990.8 -5381561 L 10988.4 -5381936 L 11265.6 -5382116 L 11565.3 -5384373 L 12678.8 -5385438 L 15076.7 -5386618 L 15373.1 -5386868 L 15251.3 -5387206 L 14058 -5387554 L 13386.2 -5388352 L 13429.9 -5388708 L 12451.2 -5388993 L 12301.9 -5389672 L 11961.9 -5389741 L 12104 -5390078 L 11640.4 -5390607 L 11928.5 -5391274 L 11845.2 -5392363 L 12367.8 -5392825 L 12739.3 -5392956 L 15758 -5396012 L 17054.9 -5396869 L 16010.2 -5397299 L 14764.6 -5399146 L 14072.8 -5398892 L 12809.8 -5399524 L 13585.8 -5400233 L 14003.1 -5401229 L 13603.7 -5402199 L 13425.7 -5402516 L 13047.2 -5402420 L 12047.1 -5403027 L 10891.2 -5403032 L 10389.7 -5403633 L 10131.5 -5403962 L 10310 -5405413 L 9663.5 -5405753 L 9334.7 -5406418 L 9338.2 -5407171 L 8997 -5410545 L 9224.3 -5410807 L 9372.5 -5411120 L 9488.5 -5411393 L 9815.1 -5412068 L 10034.3 -5412025 L 10041.3 -5412023 L 11221.8 -5412689 L 11189.1 -5413508 L 12128.5 -5414041 L 12506.8 -5413983 L 13008.1 -5412665 L 13244.6 -5412441 L 14136.3 -5412110 L 14707.5 -5412521 L 15028.7 -5412391 L 15392.4 -5412463 L 15705.4 -5412538 L 16279.3 -5413280 L 16392.3 -5414010 L 15640.4 -5414482 L 15625.9 -5417621 L 15966.8 -5418026 L 16840.5 -5418386 L 17103.1 -5418771 L 17812.9 -5418405 L 19220.9 -5418439 L 20445.3 -5418718 L 19407.9 -5419137 L 18374.4 -5419301 L 18351.3 -5420834 L 17779.2 -5421316 L 17366.1 -5422167 L 17066 -5422244 L 16255.9 -5422070 L 16129.1 -5422043 L 16040.5 -5422203 L 16419.8 -5422758 L 16027.3 -5423250 L 16151.7 -5424413 L 16574.8 -5424582 L 16653.4 -5424906 L 16417.5 -5425437 L 17377.6 -5425610 L 17304.2 -5425948 L 17685.1 -5426222 L 18544.9 -5425817 L 19840 -5426626 L 19971.6 -5426972 L 19769.7 -5427601 L 19530.6 -5427494 L 19226.7 -5427826 L 19813.3 -5428414 L 19867.1 -5429047 L 20125.1 -5429076 L 21240.2 -5428369 L 21447.4 -5428402 L 21131.1 -5428888 L 21087.8 -5429581 L 22054.8 -5430136 L 22312.3 -5429859 L 22184.9 -5429564 L 22279.4 -5429174 L 22570.8 -5428996 L 22778.1 -5429029 L 22696.5 -5429572 L 23129.9 -5429560 L 23258.4 -5429269 L 23928.1 -5429033 L 23671.2 -5429616 L 23980.3 -5429947 L 24449.8 -5430060 L 24727.3 -5429118 L 25758.8 -5427729 L 26437.1 -5427595 L 27272.5 -5427805 L 28001.6 -5427666 L 28060.5 -5427457 L 27311 -5426756 L 27143.2 -5426285 L 26971 -5426210 L 26851.3 -5426157 L 26863.3 -5425697 L 27452.6 -5425417 L 30179.9 -5425644 L 30784.8 -5425848 L 30938 -5426447 L 30812.2 -5427070 L 32541.6 -5427280 L 32922.5 -5427554 L 33419 -5427384 L 33681.2 -5427464 L 34536.4 -5428207 L 34953 -5428299 L 35869.8 -5429165 L 36355.9 -5429175 L 37399.5 -5428831 L 37920.1 -5428362 L 38087.5 -5428211 L 38715 -5429280 L 39089.5 -5429477 L 39945.9 -5428435 L 40316 -5428582 L 40930.6 -5429499 L 40933.3 -5429830 L 41433 -5430298 L 41662.3 -5430891 L 42396.7 -5431415 L 42513.8 -5431889 L 43397.6 -5432069 L 43901.5 -5431388 L 44236.5 -5429626 L 43867.4 -5428892 L 43446 -5428443 L 43509.2 -5428285 L 44346.6 -5428519 L 44483.6 -5428390 L 45290.5 -5427965 L 46196.7 -5428948 L 46623.5 -5428861 L 46616.5 -5428479 L 46745.4 -5428494 L 47269.8 -5429799 L 48781.2 -5429901 L 49403.4 -5430307 L 50048.1 -5430380 L 50126.9 -5430705 L 50507.9 -5430978 L 51509.8 -5431046 L 52068.2 -5431304 L 52174.5 -5431652 L 52567.3 -5431466 L 53229.3 -5431741 L 53754.4 -5432155 L 54543.6 -5432776 L 54481.6 -5432348 L 52481.9 -5431065 L 52775.4 -5430913 L 53562 -5431151 L 53576 -5430717 L 54082 -5430061 L 53870.5 -5429978 L 53431.9 -5430525 L 52776.4 -5430326 L 53168.6 -5429833 L 53157.2 -5429401 L 53454.4 -5428993 L 53458.1 -5428737 L 52792.8 -5427825 L 52312.6 -5427585 L 52322.3 -5427100 L 52867.7 -5427206 L 53055.5 -5427012 L 53419.1 -5427083 L 53482.2 -5426925 L 53154.1 -5426191 L 53679.3 -5425439 L 54579.4 -5426015 L 54864.2 -5425761 L 55255.3 -5425855 L 55265 -5425370 L 55763.5 -5425226 L 57869.1 -5425658 L 58418.3 -5425509 L 58595.2 -5425188 L 58023.3 -5424472 L 58043.8 -5424113 L 58687.3 -5423574 L 58720.7 -5423367 L 57676.2 -5423099 L 57153 -5422353 L 55958.5 -5422124 L 55708.8 -5421890 L 55860.3 -5421571 L 57649.7 -5421255 L 58099.5 -5421176 L 58141.6 -5421070 L 57511.5 -5420869 L 57008.7 -5420963 L 56906.7 -5420666 L 57823.7 -5419440 L 58459.7 -5419411 L 59238.6 -5418962 L 60639 -5418613 L 61482.1 -5418618 L 61967.7 -5419520 L 62365.2 -5419690 L 62216.3 -5419142 L 62473 -5418559 L 62913.7 -5418037 L 63636 -5417823 L 62790.1 -5416288 L 62838 -5415952 L 63184.3 -5415821 L 63012.2 -5415301 L 62167.4 -5414378 L 62426.4 -5413821 L 62785.1 -5413535 L 63311.5 -5413719 L 63333.6 -5413080 L 63788.3 -5412124 L 64820.6 -5411653 L 65339.5 -5411150 L 65808.7 -5411263 L 66042.8 -5411014 L 66288.7 -5410304 L 66283.8 -5408750 L 66423 -5408585 L 67731.9 -5408065 L 68028 -5408244 L 68300.4 -5408144 L 68512.8 -5407642 L 69004.7 -5407422 L 69204 -5406921 L 69446.3 -5406314 L 69728.9 -5406034 L 70037.4 -5406059 L 70239.6 -5405736 L 70482.4 -5404390 L 70388.5 -5403888 L 70677.6 -5403685 L 70719.1 -5403274 L 70470.5 -5402453 L 70899.8 -5401499 L 70873.4 -5400889 L 70553.6 -5400432 L 70568.9 -5399937 L 70112.7 -5399674 L 70479.3 -5398960 L 71290.4 -5398891 L 72353.3 -5397883 L 72944.8 -5397934 L 73231.7 -5397706 L 73518.1 -5397172 L 73441 -5396567 L 74214.9 -5395762 L 75189.9 -5395220 L 76066.1 -5395018 L 77855.8 -5394152 L 77234.1 -5393746 L 76971.5 -5393361 L 77409.4 -5392508 L 76712.7 -5391522 L 77002.2 -5391625 L 77439 -5391358 L 77521.5 -5390230 L 78152.4 -5389845 L 79124.6 -5387774 L 79571.6 -5387328 L 80189.4 -5389187 L 80258.9 -5390303 L 80003.3 -5391497 L 80929.1 -5391877 L 81517.3 -5391291 L 81603.1 -5390800 L 82065.1 -5390531 L 82814.6 -5390340 L 83387.2 -5390470 L 83839 -5390380 L 83580.2 -5390938 L 83645.5 -5391365 L 83695.6 -5391692 L 84173.8 -5392212 L 86142.4 -5393446 L 86546.8 -5393998 L 87170.7 -5394429 L 87304.4 -5394800 L 87680.8 -5395023 L 88286.4 -5395838 L 88700.5 -5395904 L 88756.1 -5396256 L 89911.1 -5397228 L 90049.2 -5397650 L 89906.4 -5398070 L 90115.6 -5398128 L 91358.8 -5397742 L 92411.3 -5398111 L 93821.3 -5398680 L 94182.6 -5398826 L 96094.7 -5400294 L 96224.2 -5400614 L 96095.9 -5400906 L 96453.4 -5401207 L 96557.5 -5401529 L 96382.9 -5401875 L 95707.3 -5402035 L 95178.6 -5402718 L 95195.9 -5402920 L 95998.1 -5402749 L 96913.7 -5403308 L 97375.7 -5403039 L 98214.1 -5402993 L 98945.9 -5403492 L 99371.7 -5403098 L 100370.1 -5402835 L 100043.2 -5401996 L 100403.8 -5401736 L 100240.3 -5401317 L 100599.4 -5401337 L 100741.2 -5401503 L 100765 -5401781 L 100510.1 -5402084 L 102058.5 -5402283 L 102934.8 -5403278 L 103359.1 -5403165 L 104137.2 -5403609 L 104375.4 -5403410 L 104656.3 -5403411 L 105572.5 -5404276 L 106901.3 -5404963 L 107094.7 -5405063 L 107410.2 -5405469 L 107422.3 -5406207 L 107876.9 -5406449 L 107930.4 -5406776 L 108165 -5406832 L 108356.9 -5406688 L 108627.8 -5405977 L 108286.3 -5405267 L 108722.3 -5404694 L 110280.1 -5404408 L 110197 -5404033 L 109571 -5403577 L 109322.1 -5402758 L 108518.1 -5402011 L 108194.8 -5400917 L 107452.2 -5400292 L 106737.9 -5399997 L 105766.7 -5399086 L 105886.9 -5398999 L 106539.8 -5399173 L 107310.1 -5398929 L 107351.5 -5398517 L 107612.9 -5398291 L 107919.1 -5398291 L 108979.9 -5399652 L 109220.9 -5399785 L 109450.4 -5399485 L 109943.9 -5400182 L 110552.4 -5400732 L 111050.4 -5401183 L 112466.1 -5401623 L 113074.2 -5401570 L 113054.7 -5401343 L 112621.2 -5401049 L 112514.9 -5400701 L 112785.8 -5399990 L 113443.3 -5399322 L 113085.7 -5399021 L 112856.4 -5398429 L 113545.7 -5397836 L 114126.3 -5397760 L 114112.6 -5397303 L 114416 -5396971 L 114431.5 -5396256 L 114213.7 -5396097 L 114274.5 -5395913 L 115010.7 -5395570 L 115212.7 -5395247 L 115006.8 -5393736 L 114169.6 -5393196 L 114612.6 -5393005 L 114414.5 -5392181 L 114793 -5392429 L 114944.7 -5393308 L 115410 -5393676 L 115486.6 -5393975 L 115789.1 -5394229 L 115849.1 -5394632 L 116375.8 -5395122 L 116744.8 -5395855 L 116530.4 -5396332 L 116858.9 -5396890 L 116601.9 -5397167 L 116657.5 -5397518 L 117165.7 -5397194 L 117204.1 -5397118 L 117405.5 -5396715 L 117328.4 -5395219 L 117051.3 -5394962 L 117033.3 -5394454 L 117171.6 -5393984 L 117587.1 -5393770 L 118668.4 -5393881 L 118606 -5394345 L 119219 -5394649 L 119310.2 -5394820 L 118041.1 -5395794 L 118362.5 -5395971 L 118808 -5397003 L 119348.7 -5397059 L 119674.4 -5397286 L 119777 -5397888 L 120132.3 -5398164 L 120507.3 -5397775 L 120514.6 -5397265 L 121754 -5396241 L 122017 -5396181 L 121801 -5395426 L 121847.1 -5394963 L 123939.9 -5392396 L 124928.8 -5391916 L 126455 -5392045 L 127347.2 -5391318 L 126861.6 -5389985 L 127491.5 -5388840 L 127819.1 -5388813 L 128248.9 -5389809 L 129165.7 -5390314 L 129366.7 -5390621 L 130061.2 -5391213 L 130068.5 -5391274 L 130111 -5391628 L 130112.2 -5391627 z M 46565.6 -5431468 L 46070.8 -5431357 L 46265.6 -5431544 L 46258.1 -5432055 L 46116.7 -5432194 L 45856.7 -5432140 L 45506.4 -5432527 L 45602 -5432748 L 45868 -5432573 L 46377.3 -5432555 L 46662.2 -5432301 L 46565.6 -5431468 L 46565.6 -5431468 z M 60074.2 -5429040 L 59801.2 -5428834 L 59541.8 -5429086 L 59011.5 -5429156 L 58747.7 -5429357 L 58868.6 -5429576 L 59384.3 -5429634 L 60344.7 -5430114 L 60722.8 -5430056 L 60686.1 -5429625 L 60271.7 -5429559 L 60074.2 -5429040 L 60074.2 -5429040 z M 59253.4 -5427503 L 58845 -5427207 L 58655.1 -5427376 L 58778.8 -5427927 L 58674.8 -5428803 L 59232.6 -5428755 L 59460.2 -5428429 L 60066.6 -5428352 L 59735.8 -5427768 L 59874.4 -5427298 L 59658.5 -5427163 L 59253.4 -5427503 L 59253.4 -5427503 z M 16688 -5426511 L 16383.1 -5426230 L 16221.6 -5427035 L 16401.8 -5427351 L 16714.7 -5427426 L 16976.6 -5427200 L 17556.2 -5427406 L 17828.7 -5427306 L 17963.2 -5426785 L 17550.4 -5426437 L 16975.2 -5426282 L 16688 -5426511 L 16688 -5426511 z "
id="path689" />
<path
d="M 146292.4 -5424748 L 145461.3 -5424780 L 145070.1 -5425645 L 145254.7 -5425694 L 146119.5 -5425065 L 146292.4 -5424748 L 146292.4 -5424748 z M 181628.3 -5300084 L 181250 -5300206 L 174906.3 -5302452 L 174697.1 -5302530 L 172892.4 -5303128 L 172853.1 -5303841 L 172175.6 -5304190 L 171775.6 -5305617 L 171016.5 -5306455 L 169979.7 -5306119 L 169724.7 -5306402 L 169521.6 -5306541 L 169299.2 -5306436 L 168977 -5306627 L 168388.6 -5307010 L 166204.7 -5307087 L 165586.3 -5307469 L 164499.9 -5307527 L 164313.3 -5307202 L 164382 -5306851 L 164829 -5306301 L 165151.3 -5304263 L 164931.7 -5303958 L 163116.8 -5303554 L 162461.2 -5303879 L 161821.9 -5303486 L 160376.5 -5302180 L 158422.7 -5302176 L 156967.1 -5301649 L 156229.1 -5301767 L 155548.8 -5301486 L 155473.4 -5301188 L 155189.3 -5300447 L 154901.7 -5300241 L 153557.7 -5300212 L 152971.5 -5299830 L 153027.2 -5299462 L 152127.4 -5297863 L 151898.1 -5295694 L 151428.4 -5295708 L 151084.7 -5295529 L 150092.3 -5294461 L 148212.8 -5294841 L 146711.3 -5294525 L 146269.8 -5293599 L 145929.2 -5293511 L 144879.7 -5293563 L 144680.7 -5293853 L 144431.5 -5294127 L 143390.2 -5294480 L 141734 -5293680 L 140642.5 -5293881 L 138149.3 -5294675 L 137549.8 -5295152 L 136828.4 -5294885 L 136538.8 -5294763 L 135659.7 -5295101 L 135300.1 -5295147 L 133713.4 -5293789 L 133350.8 -5293790 L 132976.3 -5293868 L 129289.6 -5293101 L 127689.7 -5291489 L 127312.1 -5291484 L 126739.5 -5291890 L 126853.9 -5293400 L 126597 -5294111 L 126572 -5294126 L 126275.3 -5293867 L 123458.5 -5291231 L 123113 -5291296 L 121743.9 -5291568 L 121141.7 -5291297 L 120803 -5291104 L 120363.1 -5289638 L 118101.2 -5289679 L 116845.6 -5287740 L 116592.3 -5287913 L 116409.1 -5288160 L 116373.3 -5288524 L 117049.6 -5288744 L 117087.9 -5289108 L 115808 -5289617 L 116030.1 -5290661 L 116659.8 -5292762 L 116398.5 -5292948 L 115296 -5293576 L 115264.8 -5294720 L 115720.8 -5296185 L 115070.7 -5297489 L 115166.4 -5298198 L 116806.1 -5299072 L 116674.2 -5299431 L 117014 -5299598 L 120406.9 -5299458 L 120317 -5300912 L 119939.3 -5300893 L 118807.3 -5300924 L 118440.9 -5302300 L 115424.5 -5302366 L 115556.4 -5303073 L 116796 -5303492 L 116937.9 -5304187 L 117301.6 -5304283 L 118039.8 -5304158 L 119567.5 -5305197 L 119924.1 -5306221 L 120113.4 -5307273 L 120142.8 -5307643 L 120425.5 -5307830 L 121971.8 -5308393 L 122111.4 -5308728 L 122875.9 -5309929 L 122569.6 -5310147 L 121906.8 -5310484 L 121665.9 -5311963 L 121935.1 -5312636 L 121923.4 -5312977 L 121737.1 -5313952 L 121453.4 -5313716 L 120522.1 -5312142 L 118524.6 -5311308 L 118215.1 -5311384 L 117499.4 -5312000 L 117760.2 -5312278 L 118431.8 -5313588 L 117405.6 -5315184 L 117443.2 -5316690 L 118071.8 -5317073 L 118319 -5317769 L 119065.5 -5317853 L 119372.1 -5317914 L 119987.9 -5318552 L 119881 -5318865 L 120293.7 -5319712 L 118985.4 -5321613 L 118610.8 -5323454 L 118305.4 -5323610 L 118174.9 -5324278 L 117550 -5324527 L 117368.1 -5324866 L 117076.8 -5325081 L 116298.2 -5326711 L 115998.9 -5326956 L 115331.9 -5327208 L 113442 -5326938 L 112441.3 -5328025 L 111084.5 -5328745 L 110728.6 -5328595 L 110387.1 -5328778 L 109002.1 -5329394 L 105263.9 -5328773 L 105350.4 -5329902 L 106187 -5330648 L 105846.6 -5331695 L 106010.4 -5332037 L 106070.9 -5332352 L 106626 -5333104 L 108258.1 -5334562 L 108510 -5334837 L 109087.8 -5335343 L 112890.9 -5335069 L 114454.4 -5336164 L 114500 -5337321 L 114770.9 -5337599 L 114540.8 -5337833 L 113840.2 -5338437 L 113481.3 -5338286 L 110777.9 -5338179 L 109798.2 -5337624 L 109691.6 -5336532 L 108145.5 -5336556 L 108154.9 -5337628 L 108823.9 -5338886 L 108534.2 -5339542 L 108599.7 -5339824 L 108426 -5340330 L 108639 -5341480 L 106363.7 -5344605 L 106681.7 -5345541 L 106751.3 -5345870 L 107107.2 -5346011 L 108172 -5346413 L 109057.8 -5345719 L 109813.2 -5345623 L 109972.3 -5346171 L 109466.1 -5346726 L 109519.7 -5347106 L 110853.3 -5347761 L 111292.1 -5348389 L 111445.6 -5349867 L 111980.8 -5352000 L 111354.9 -5352893 L 112422.4 -5353127 L 113280.1 -5352446 L 114011.5 -5352412 L 114614.3 -5352782 L 114656.9 -5353146 L 114254.7 -5354183 L 114632.8 -5356369 L 115090.5 -5356882 L 115395.5 -5357096 L 117013 -5357950 L 117315.9 -5358170 L 117493.7 -5357823 L 119430.4 -5357759 L 120670.3 -5356820 L 120543.6 -5357183 L 121271.3 -5358040 L 120573.1 -5358728 L 120555.2 -5359445 L 122451.9 -5359455 L 123134.7 -5360355 L 123126.9 -5361126 L 124893.4 -5361784 L 125386.7 -5360771 L 127735 -5359470 L 128474.6 -5359599 L 128716.9 -5360700 L 129198.8 -5361288 L 129550.7 -5361436 L 130676.1 -5361593 L 131274.6 -5360624 L 131990 -5360712 L 131565.8 -5361669 L 132366.4 -5363558 L 132300.9 -5363904 L 131690.9 -5366288 L 133105.3 -5366171 L 134438.6 -5366704 L 134358.7 -5367431 L 133372.5 -5368897 L 133999.3 -5370980 L 134141.1 -5371301 L 134786.2 -5371846 L 134493.1 -5372086 L 134045.4 -5372681 L 134284.1 -5373388 L 134080.3 -5373707 L 134375.7 -5374726 L 133419.1 -5375907 L 133830.2 -5377723 L 134312.5 -5377935 L 134511.5 -5377753 L 135548.5 -5378852 L 135619.1 -5379614 L 135280.8 -5380313 L 135608.7 -5381014 L 135967.4 -5381047 L 136968 -5381456 L 136852.5 -5381824 L 136090.4 -5383514 L 136985.1 -5384607 L 137036.7 -5385371 L 136614.6 -5387246 L 136152 -5387860 L 136255.7 -5388616 L 135812.2 -5389247 L 135668.1 -5389313 L 135496.2 -5389004 L 134819.9 -5388194 L 134732.6 -5388252 L 134554.3 -5388370 L 134390.6 -5388358 L 133078.2 -5388262 L 133057.8 -5388472 L 133627.9 -5389468 L 133669.8 -5390254 L 132695.7 -5390796 L 132928.7 -5391133 L 132927.8 -5391718 L 132327.8 -5392458 L 132122.1 -5393036 L 132125.6 -5393673 L 132777.6 -5393540 L 133439.7 -5392898 L 134332.3 -5392031 L 134697.1 -5391822 L 134940.2 -5391979 L 134413.3 -5392381 L 134435.6 -5392940 L 133706.8 -5393665 L 133950.6 -5394128 L 133716.8 -5394377 L 133220.4 -5394241 L 132492.9 -5394685 L 131739.5 -5394827 L 131261.8 -5394613 L 131034.5 -5394789 L 131317.4 -5395856 L 131204.7 -5395905 L 130630 -5395278 L 130017.8 -5395280 L 130175.5 -5395928 L 130781.1 -5396743 L 130294.6 -5396934 L 130173.8 -5397049 L 129847.5 -5397460 L 129802.1 -5397778 L 130045.7 -5398284 L 129540.4 -5398939 L 129584.4 -5399409 L 128891.9 -5399327 L 128819.1 -5399561 L 129015.4 -5399729 L 129518.9 -5399734 L 129835 -5400258 L 130142.2 -5400096 L 130380.3 -5400215 L 130249.2 -5400866 L 129231.3 -5400718 L 129183.9 -5401271 L 129289.3 -5401446 L 129963.7 -5401300 L 130891.2 -5401600 L 132242.4 -5402478 L 132782.2 -5403119 L 132997.2 -5403840 L 132471 -5404548 L 132543.3 -5404796 L 132804.6 -5404570 L 133034.8 -5404576 L 133691.9 -5404752 L 134549.7 -5404981 L 134559.1 -5404496 L 134771.9 -5404300 L 135944.4 -5404581 L 135928.4 -5404990 L 135595.5 -5405273 L 135107.7 -5405239 L 135458.7 -5405464 L 136259.2 -5405573 L 136479.2 -5405758 L 136609.4 -5406384 L 136896.8 -5406461 L 136977.1 -5405614 L 137116.1 -5405449 L 137466.3 -5405368 L 138054 -5405674 L 138325.4 -5405269 L 138793.6 -5405076 L 139471.8 -5405247 L 140005.2 -5405813 L 140609.5 -5406015 L 141041.5 -5405698 L 141601.7 -5405981 L 142142.4 -5406037 L 142430 -5406336 L 142618.5 -5406531 L 143123.7 -5406768 L 143443.6 -5407225 L 143563.7 -5407138 L 143403 -5406158 L 143138.8 -5406053 L 143068.6 -5405830 L 143219.8 -5405511 L 143091.7 -5404911 L 143630.1 -5404049 L 143688 -5403535 L 141818.7 -5402268 L 141621.9 -5401165 L 141075.5 -5400447 L 141087.1 -5399987 L 141951.2 -5398461 L 142532.3 -5396908 L 142747.2 -5396737 L 143274 -5396335 L 145155.5 -5395664 L 147756.8 -5395059 L 148096.2 -5394852 L 148236.5 -5395298 L 148110.7 -5395615 L 148298.8 -5395726 L 148447.8 -5395382 L 149086.8 -5395098 L 150526.7 -5395229 L 153206.9 -5394948 L 158593.9 -5395886 L 159491.8 -5396242 L 160531.7 -5397010 L 160635.9 -5397086 L 160571.6 -5397525 L 161329.1 -5397434 L 161651.2 -5397916 L 161955.1 -5397890 L 162258.1 -5397558 L 162668.3 -5397523 L 162899.9 -5396036 L 163193.6 -5394722 L 163741.5 -5394287 L 163995.4 -5394048 L 164652.6 -5393657 L 165080.2 -5392668 L 164739.9 -5390834 L 165780 -5390572 L 165756.2 -5390205 L 166197.8 -5389205 L 165708.9 -5388658 L 165188.3 -5387297 L 166108.4 -5386149 L 166190.3 -5385047 L 166375.7 -5385087 L 167488 -5382867 L 167676.6 -5382555 L 167665.9 -5382191 L 167979.9 -5380421 L 168290.6 -5380555 L 169085.6 -5379965 L 169729.9 -5380163 L 170345.2 -5379842 L 170958.3 -5379955 L 171909.7 -5378912 L 171532 -5378293 L 172400.1 -5377145 L 174132.2 -5376942 L 174488.6 -5376892 L 175675.3 -5376344 L 176283.6 -5376576 L 178471.4 -5377999 L 178370.7 -5378761 L 178951.5 -5379768 L 179590.3 -5379694 L 179743.9 -5379361 L 180125.1 -5380743 L 180466.8 -5380865 L 180675.5 -5380573 L 181735.2 -5380683 L 182846.3 -5381513 L 183052.2 -5381808 L 183359.4 -5381679 L 183686.9 -5381732 L 184480.2 -5383382 L 184501.7 -5384129 L 184290 -5384440 L 185728.9 -5385426 L 186080.4 -5385454 L 186115.4 -5385447 L 187297.5 -5384709 L 189095 -5384773 L 189214.8 -5385113 L 190149 -5383615 L 190499.3 -5383534 L 192105.5 -5383601 L 192420.6 -5382933 L 193582.5 -5382133 L 194606.6 -5382534 L 195336.4 -5382454 L 195704.9 -5382466 L 196839.2 -5381427 L 199104.8 -5380816 L 199287.4 -5380485 L 198708.8 -5380015 L 198467.3 -5378907 L 198652 -5377089 L 199265 -5376166 L 199040.3 -5375443 L 199121.5 -5374426 L 198855.6 -5374152 L 197965.2 -5373443 L 197750.6 -5372711 L 197994.1 -5371221 L 197956.3 -5370830 L 197855 -5370711 L 197853.3 -5370324 L 198891.6 -5368708 L 199632.6 -5366549 L 199341.9 -5366370 L 199272.2 -5365999 L 198659.8 -5365072 L 199035.1 -5365006 L 199176.2 -5362132 L 199319.8 -5361789 L 199845.7 -5360816 L 198750.1 -5358924 L 198614.7 -5358809 L 198242 -5358671 L 196452.2 -5356584 L 195964.4 -5354685 L 195471 -5354207 L 195462.8 -5352304 L 196615.3 -5348693 L 196452.5 -5348336 L 196075 -5347666 L 196272.8 -5347395 L 196434.5 -5347101 L 196736.5 -5346862 L 196557.2 -5344284 L 196420.5 -5343946 L 196884.1 -5342685 L 196754.8 -5341968 L 197126.2 -5341967 L 197677 -5340739 L 197643 -5338147 L 197794.7 -5337802 L 198002.2 -5335960 L 198116.8 -5335604 L 198188.7 -5334114 L 198311.4 -5333775 L 198776.5 -5332799 L 199832.3 -5331824 L 200122.4 -5331650 L 199578.6 -5330855 L 199149.6 -5329813 L 199417.9 -5328360 L 199037.5 -5327699 L 199832.1 -5325978 L 199947.8 -5325632 L 199978.9 -5324196 L 199681.7 -5323528 L 199015.5 -5323236 L 198657 -5323211 L 197481.6 -5322436 L 196094.8 -5322324 L 195834.4 -5322240 L 195366.2 -5322526 L 195027 -5322688 L 194319.5 -5322926 L 193943 -5322886 L 193249.5 -5323140 L 192137.9 -5322917 L 191466.9 -5321260 L 190048.8 -5321000 L 189757.2 -5320807 L 189018.4 -5319350 L 189018.9 -5318964 L 189068.5 -5317817 L 188816 -5317686 L 188468.1 -5317287 L 188731.6 -5316593 L 188244.3 -5315212 L 187689 -5314737 L 187575.1 -5313266 L 187281.5 -5313042 L 186059.2 -5312348 L 185863.1 -5311640 L 186423.8 -5309980 L 186140.1 -5309726 L 185302.2 -5309009 L 184572.2 -5308909 L 184286.8 -5308879 L 184139.3 -5308632 L 183851.7 -5308445 L 184366.4 -5307581 L 184220.1 -5306577 L 183774.8 -5304990 L 183587.2 -5304699 L 183242 -5304860 L 182402.7 -5303757 L 182107.1 -5303566 L 182210.5 -5302906 L 182428.4 -5302596 L 181628.7 -5300086 L 181628.3 -5300084 z M 121755.1 -5396240 L 121830.3 -5396820 L 121383.6 -5397266 L 121354.7 -5397523 L 121073.8 -5397522 L 120888.4 -5397742 L 120719.6 -5398750 L 119975.4 -5399297 L 120016.5 -5399778 L 120198.2 -5399814 L 120510.2 -5399583 L 121283.8 -5399975 L 122090.2 -5399855 L 122744.4 -5400640 L 123180.2 -5400068 L 123790.3 -5400041 L 124078.5 -5399532 L 124591.6 -5399565 L 125659.1 -5400111 L 126002.9 -5399954 L 126503.7 -5400140 L 126879.4 -5400057 L 127132 -5399729 L 127727.7 -5399831 L 127790.7 -5399673 L 127701.8 -5399604 L 127435.4 -5399398 L 127055.5 -5398539 L 127401.5 -5398407 L 128305.5 -5398533 L 128721 -5398320 L 128739.2 -5397770 L 128756.6 -5397247 L 128514.9 -5396809 L 128629.4 -5396060 L 129070.2 -5395844 L 129075.3 -5395308 L 129506.8 -5394686 L 129636.5 -5394114 L 129675 -5394068 L 129891.2 -5393812 L 130231.4 -5393910 L 130798.1 -5393378 L 131191 -5393497 L 131238.2 -5392856 L 130665.8 -5392727 L 129674.4 -5392175 L 130112.3 -5391627 L 130069.8 -5391273 L 130062.5 -5391213 L 129368 -5390621 L 129167 -5390313 L 128250.2 -5389808 L 127820.4 -5388812 L 127492.8 -5388839 L 126862.9 -5389984 L 127348.5 -5391317 L 126456.3 -5392044 L 124930.1 -5391916 L 123941.2 -5392395 L 121848.4 -5394962 L 121802.3 -5395425 L 122018.3 -5396180 L 121755.3 -5396241 L 121755.1 -5396240 z "
id="path690" />
<path
d="M 406576.1 -5473892 L 406260.7 -5473707 L 405692.4 -5473588 L 405120.3 -5472319 L 404954.9 -5472589 L 404258.4 -5473203 L 404147.3 -5473556 L 403412.4 -5473619 L 402571.7 -5472923 L 401973.6 -5473283 L 401763.6 -5473305 L 401530.2 -5473563 L 400337.8 -5474249 L 400351.7 -5474598 L 400015.7 -5474601 L 398815.7 -5474211 L 398049.6 -5474978 L 397275.5 -5476566 L 397050 -5476781 L 396589 -5477196 L 396649.8 -5477502 L 394771 -5477580 L 393797.2 -5476446 L 393682.1 -5476812 L 393125.5 -5477792 L 391256.9 -5477549 L 391018.7 -5477860 L 390511.2 -5478449 L 389425.3 -5478896 L 387515 -5478793 L 386523.4 -5479368 L 384778.6 -5479473 L 382730 -5478884 L 383355.3 -5480171 L 383164.6 -5480298 L 382945.8 -5480365 L 381625.4 -5479036 L 379830.1 -5478538 L 380236.9 -5477656 L 380148.2 -5477361 L 379332.1 -5477724 L 379195.2 -5477361 L 379346.3 -5476619 L 378685.9 -5476878 L 377284.2 -5476642 L 377377.4 -5476318 L 377655.3 -5474672 L 377078.3 -5473091 L 376309.7 -5472871 L 375935.7 -5472480 L 375466.5 -5472029 L 375459.7 -5471698 L 375658.4 -5470751 L 375411.7 -5470473 L 375409.9 -5469362 L 375109.5 -5469223 L 374368.4 -5468416 L 374344.5 -5467650 L 372451.4 -5467711 L 372098.5 -5467747 L 369995.9 -5468013 L 369810.6 -5468315 L 369453.5 -5468281 L 369153.4 -5468661 L 369035.5 -5468308 L 369133.8 -5466828 L 368023.5 -5466744 L 367973.5 -5466765 L 367835.1 -5467411 L 367502.7 -5467261 L 366785.9 -5466559 L 366654.7 -5466885 L 366199.1 -5467078 L 365799.6 -5466507 L 365104.6 -5466549 L 365042.8 -5466224 L 364452.9 -5465488 L 364279.1 -5465167 L 364195.5 -5463713 L 363875.5 -5463722 L 363517.4 -5463689 L 361359.3 -5463774 L 361008.3 -5463788 L 359660.2 -5463433 L 359342.6 -5463208 L 357939.7 -5462532 L 359138.1 -5460611 L 358168.7 -5459704 L 358929.8 -5458470 L 358737.2 -5458222 L 358197.8 -5458515 L 358052.1 -5458237 L 358069 -5458592 L 357109.7 -5458130 L 357092.1 -5458310 L 356708.2 -5458369 L 354207.6 -5457525 L 353876 -5458115 L 354274.4 -5458644 L 353546.6 -5458786 L 353277.3 -5459474 L 352935.5 -5459579 L 352216 -5460656 L 351113.6 -5459768 L 351106.4 -5460109 L 350897.9 -5460725 L 351152.5 -5460932 L 351658.6 -5461332 L 351535.1 -5461927 L 351531 -5462293 L 350868.8 -5462666 L 349924.1 -5465214 L 349060.1 -5464505 L 348714.6 -5464354 L 347770.9 -5463770 L 347834 -5463019 L 347136.4 -5462845 L 346698.8 -5463446 L 346667.5 -5464896 L 345004.3 -5465725 L 344634 -5465646 L 344522.8 -5465973 L 343196.8 -5466095 L 343483.3 -5466667 L 344339.4 -5468177 L 344694.6 -5468213 L 345231.7 -5467829 L 346244 -5468247 L 348731.1 -5467319 L 349389.2 -5467703 L 349636 -5467995 L 349254.1 -5468436 L 348996.4 -5468571 L 348915.3 -5468916 L 349106 -5469566 L 348951.8 -5469867 L 348690.1 -5471528 L 348676 -5471865 L 348740.8 -5472538 L 348380.5 -5472451 L 347075.5 -5471782 L 346855.7 -5471107 L 346519.1 -5471269 L 345859.8 -5471206 L 345967.8 -5471571 L 346261.5 -5471813 L 346264.5 -5472568 L 345744.8 -5473105 L 345896.7 -5473820 L 345542.3 -5473712 L 344846.5 -5473467 L 344615.2 -5473755 L 344297.7 -5473604 L 342592.4 -5473623 L 342229.7 -5473752 L 341577.6 -5474157 L 341319.3 -5474447 L 340515 -5477405 L 340315 -5477417 L 340370.1 -5477061 L 340492.2 -5476350 L 339357.7 -5475855 L 339042.1 -5475639 L 337928.4 -5476581 L 336181.4 -5475985 L 335761.8 -5475430 L 334118.4 -5475790 L 334018 -5475651 L 333603.1 -5475341 L 333055.9 -5474924 L 331984.6 -5475288 L 330859.8 -5475078 L 330498.4 -5474966 L 329881.2 -5475333 L 329563.5 -5475456 L 329345.1 -5475718 L 329879.6 -5476228 L 329672.2 -5476850 L 328939.1 -5476892 L 328651.8 -5477559 L 327925.3 -5477453 L 328020.3 -5477824 L 329124.7 -5479337 L 328943.6 -5479671 L 328648.9 -5479448 L 326861.9 -5478144 L 325760.4 -5478064 L 325410.5 -5478153 L 324460.7 -5478668 L 323025.8 -5480290 L 322826.5 -5480564 L 321821 -5481923 L 321657.6 -5482139 L 321490.2 -5482353 L 321426.5 -5482463 L 321217.3 -5482754 L 320344.2 -5483890 L 319423.5 -5484434 L 319040.7 -5484532 L 318253.4 -5484484 L 317257.1 -5483886 L 317151.1 -5483812 L 316459.6 -5483341 L 312903.8 -5481396 L 310368.7 -5480803 L 306518 -5480573 L 305383.8 -5480869 L 303103.3 -5481014 L 301456.5 -5481119 L 300163.5 -5481534 L 298093 -5481755 L 297052.1 -5482209 L 295976.8 -5482355 L 295108.3 -5482436 L 294483.7 -5481789 L 293799.3 -5482551 L 292442.9 -5482898 L 291215.6 -5482979 L 290349.9 -5483521 L 290226.7 -5483694 L 290025.5 -5483977 L 289402.4 -5484427 L 289149.1 -5484870 L 289540.4 -5485112 L 290440.8 -5484898 L 291441.4 -5483827 L 291916.5 -5483828 L 293393.6 -5483134 L 295142.4 -5483227 L 295376.8 -5483596 L 296085.3 -5483848 L 296627.5 -5483588 L 297080.4 -5483584 L 297906.9 -5483201 L 298402.9 -5483299 L 298694.8 -5483602 L 298575 -5483845 L 297507 -5484067 L 296269.6 -5484650 L 295773.6 -5484253 L 294173.9 -5483507 L 293043.9 -5483644 L 292111.7 -5484287 L 291808.9 -5484246 L 291437.8 -5484532 L 291161.7 -5484466 L 290193.6 -5485458 L 290065.1 -5485774 L 289221.6 -5487469 L 287919 -5488061 L 287864.6 -5489076 L 288179.5 -5490315 L 289100.5 -5492579 L 291801.9 -5497835 L 293710 -5501546 L 294607.9 -5503667 L 295623.3 -5507973 L 297724.3 -5510044 L 298947 -5510950 L 299495.2 -5511157 L 300812 -5511252 L 301571.9 -5511674 L 304762.1 -5513447 L 305766.2 -5513680 L 306285.5 -5513470 L 306594.9 -5513547 L 308665 -5514621 L 310315.6 -5516083 L 310676.9 -5516459 L 312320.1 -5517106 L 315906.3 -5518976 L 316140.7 -5519117 L 319428.4 -5521097 L 320232.5 -5521751 L 321527.7 -5522252 L 323003.7 -5523654 L 324161.3 -5524352 L 326642.2 -5525501 L 327430.7 -5525492 L 328189.3 -5525752 L 330622.6 -5526653 L 335283.7 -5527434 L 336369.9 -5527084 L 338047.2 -5527140 L 340246.5 -5527214 L 341749.9 -5527724 L 344003.9 -5528835 L 346387.7 -5529419 L 347751 -5529593 L 349052.9 -5529966 L 349998.6 -5530347 L 350437.3 -5530701 L 351315 -5530926 L 353551.8 -5531884 L 354616.4 -5531940 L 358418.6 -5531656 L 358817.5 -5531938 L 359545.6 -5532453 L 361495.9 -5532581 L 362646.9 -5533406 L 363025.8 -5533451 L 363931.5 -5533626 L 364823.8 -5534054 L 371477.5 -5537542 L 373389.8 -5539142 L 374534.1 -5540100 L 374965.5 -5540461 L 376466.1 -5541717 L 378494.7 -5543733 L 379457.8 -5544267 L 381299.6 -5545967 L 383679.2 -5547594 L 383890.1 -5547452 L 384155.1 -5547263 L 385765.7 -5546430 L 386111.5 -5546406 L 386892.3 -5547428 L 387045.1 -5547728 L 387752.5 -5547937 L 389103.7 -5547472 L 389285.7 -5547151 L 389698.9 -5546932 L 389155.4 -5544619 L 389614.7 -5544090 L 390635.3 -5543704 L 390815.3 -5543367 L 391547.6 -5542495 L 392023 -5541979 L 392360.2 -5542082 L 393542.6 -5541302 L 394172 -5540101 L 394281 -5539762 L 394398.2 -5539495 L 396552.4 -5537652 L 396817.7 -5537415 L 397444.6 -5537072 L 397747 -5536876 L 397982.9 -5535780 L 399790 -5533468 L 400120.4 -5533286 L 401259.7 -5532425 L 402611.1 -5531956 L 402911.5 -5531758 L 403228.9 -5531586 L 405095.6 -5530557 L 405099.1 -5530012 L 405946.3 -5528710 L 406002.4 -5528382 L 406114.4 -5528032 L 406376.6 -5527773 L 407030.8 -5527552 L 407445.2 -5526983 L 407556.4 -5525937 L 407399.6 -5525623 L 407467.6 -5525250 L 407879 -5524672 L 407964.8 -5524222 L 407864.9 -5522740 L 408308.3 -5522162 L 408364.3 -5521797 L 408320.3 -5521421 L 408858.4 -5518845 L 409453.2 -5518042 L 409596.3 -5517727 L 409974.7 -5516750 L 410172.9 -5516446 L 410562.3 -5515477 L 410619.4 -5515131 L 411651 -5514664 L 412066.3 -5514029 L 412155.3 -5513661 L 412322.4 -5513329 L 412418.5 -5512597 L 410887.6 -5512552 L 409907.2 -5513108 L 409371.6 -5512086 L 409188.9 -5511799 L 409539.4 -5510493 L 409354.4 -5510495 L 408071.6 -5509739 L 407369.1 -5509897 L 407298.5 -5507746 L 407231.7 -5507041 L 406564.3 -5506847 L 405345.2 -5505573 L 406700.4 -5504177 L 407381.2 -5504520 L 408553 -5506057 L 409291.4 -5506242 L 409531.6 -5505930 L 409801.1 -5505731 L 409849.7 -5504406 L 409906.8 -5504076 L 409536.6 -5503984 L 407862.5 -5503092 L 407742.6 -5501964 L 407648.7 -5501622 L 407077.8 -5501224 L 406648.4 -5500256 L 405967 -5500068 L 406155.3 -5499799 L 406371.6 -5499550 L 406572 -5499325 L 407284.5 -5498781 L 407384.6 -5498420 L 407584.8 -5497701 L 407150.2 -5496664 L 405516.8 -5495260 L 406340.1 -5494610 L 406473.4 -5493920 L 407089 -5493793 L 407403.4 -5493957 L 407508.1 -5493861 L 407332.3 -5493139 L 405536 -5492974 L 405742.7 -5492045 L 406673 -5492588 L 407201.6 -5492064 L 407379.7 -5491726 L 407794.1 -5491080 L 408045.4 -5490790 L 407899.6 -5490452 L 407756.2 -5488689 L 409090.3 -5488348 L 409135.2 -5488308 L 408610.1 -5486250 L 407219 -5484974 L 407073.4 -5484735 L 407156.3 -5484309 L 407600.4 -5483953 L 408687.8 -5483734 L 408991.1 -5483033 L 410017.8 -5484962 L 410713.5 -5485262 L 411828.2 -5484753 L 412112.8 -5484595 L 412169.3 -5483174 L 412159.4 -5482804 L 411420.3 -5482759 L 411196.6 -5482454 L 411194 -5480960 L 410425 -5480137 L 410077.6 -5479987 L 409111.3 -5479439 L 409286.6 -5479140 L 409197.2 -5478545 L 408545.7 -5478318 L 408284.1 -5478082 L 408055.5 -5477428 L 407518.7 -5477085 L 407189.3 -5475247 L 406577 -5473893 L 406576.1 -5473892 z "
id="path691" />
<path
d="M 508562.7 -5506077 L 508177.8 -5506119 L 507019.8 -5506079 L 506679.4 -5505384 L 506507.8 -5505074 L 505713.7 -5504498 L 505956.7 -5505455 L 506013.5 -5506815 L 505661.2 -5506647 L 503785.1 -5506955 L 503897.3 -5506588 L 504154.8 -5505885 L 503990.4 -5504758 L 503626.4 -5504717 L 502920.8 -5504866 L 502412.1 -5503543 L 502037.4 -5503206 L 501707.8 -5503370 L 500964.5 -5504592 L 500597.6 -5504614 L 500374.2 -5504901 L 500315.7 -5505624 L 499449.2 -5506275 L 499276.7 -5506037 L 498729.4 -5505860 L 498370.6 -5505942 L 497809.7 -5505043 L 496402 -5504619 L 496293.7 -5503515 L 496821.6 -5503014 L 496599.1 -5502746 L 496616.9 -5501706 L 496129 -5502656 L 495551 -5503068 L 495283.5 -5502828 L 493752.6 -5506486 L 493486.1 -5506228 L 493276.7 -5505569 L 492224.2 -5505285 L 492040.9 -5505601 L 491616.9 -5506969 L 491465.9 -5506951 L 491571.1 -5506586 L 490342.4 -5505712 L 490548.7 -5505403 L 491820.8 -5504144 L 491938.3 -5503433 L 491960.6 -5502173 L 491659.1 -5502380 L 491007.9 -5503629 L 489932.3 -5503754 L 489652.8 -5503518 L 489909.3 -5503297 L 488975.4 -5502340 L 488808.1 -5502172 L 488916.4 -5501861 L 489166.1 -5501254 L 488673.2 -5500827 L 488405.8 -5501076 L 485574.3 -5501150 L 485505.9 -5500940 L 485711.7 -5500859 L 485377.4 -5500696 L 485088.9 -5500460 L 484833 -5498641 L 485261.7 -5497624 L 485156.6 -5496199 L 484832.2 -5495991 L 483783.3 -5495987 L 483474.2 -5495911 L 482606.2 -5496308 L 482454 -5496669 L 482121.3 -5496797 L 481502.1 -5497143 L 480118.2 -5497094 L 479768.3 -5496689 L 479529 -5496978 L 478173.8 -5497273 L 477835.7 -5497231 L 477496.7 -5497208 L 477415.1 -5496919 L 477377.8 -5496340 L 477355 -5495988 L 476399 -5494579 L 476406.5 -5494364 L 476051.5 -5494352 L 476149 -5492296 L 475805.7 -5492121 L 474615.9 -5491230 L 474297.4 -5491439 L 473341.8 -5492054 L 473046.4 -5492743 L 473271.6 -5494187 L 472823.9 -5495181 L 473011.6 -5495504 L 472932.8 -5495596 L 472553.9 -5495640 L 471506.3 -5495292 L 470528.5 -5495761 L 470759.9 -5495512 L 470153.3 -5495217 L 469716.3 -5494319 L 469505.8 -5494093 L 468993.8 -5494075 L 468801.6 -5494415 L 468101.7 -5495319 L 468287.3 -5495616 L 468639.3 -5496517 L 467192.8 -5496205 L 465766.4 -5497694 L 465351.8 -5497418 L 465104.5 -5497715 L 464239.3 -5498461 L 464252.2 -5498848 L 463946.8 -5498636 L 462253.7 -5496755 L 461962.2 -5496963 L 461442.4 -5497457 L 461925.4 -5498373 L 461607.6 -5498455 L 461364.1 -5498675 L 460724.5 -5498359 L 460452.1 -5499032 L 460329.9 -5499370 L 460188.7 -5499699 L 459936.3 -5500352 L 457545.8 -5501288 L 456808.7 -5501216 L 456491.3 -5501041 L 455845.6 -5500712 L 454761.8 -5500734 L 454431.3 -5500924 L 453918.7 -5501932 L 453406.1 -5501641 L 453059.9 -5501534 L 451986.3 -5502501 L 451785.8 -5503536 L 451442.3 -5503734 L 450585.3 -5504526 L 450515.4 -5504150 L 449491.4 -5503658 L 448778.2 -5503928 L 448582 -5504250 L 446604.6 -5505188 L 446290.8 -5505234 L 445667.5 -5505892 L 444606.8 -5505952 L 444326.9 -5505984 L 443970 -5505989 L 442618.2 -5505580 L 441690.6 -5506073 L 441556.9 -5506184 L 441208.7 -5506058 L 439059 -5506015 L 438449.2 -5505643 L 438260.5 -5505330 L 437787.3 -5504800 L 436760.7 -5504476 L 436396.1 -5504617 L 435825.5 -5505135 L 434676.5 -5505047 L 434429.1 -5504859 L 434142.9 -5504740 L 433824.5 -5504958 L 432592.7 -5504136 L 431482.4 -5504364 L 431323.9 -5504541 L 432068.9 -5504600 L 432067.7 -5505320 L 430573.5 -5506372 L 430300.3 -5507070 L 429925.3 -5507065 L 429900.4 -5507085 L 429531.6 -5507123 L 428857 -5506820 L 427982.6 -5507407 L 427334.8 -5507045 L 426237.4 -5507206 L 425803.9 -5508167 L 425485.4 -5507937 L 424155.9 -5506062 L 424032.7 -5506387 L 423033.4 -5508201 L 422742.9 -5507986 L 421769.9 -5507523 L 420233.3 -5506007 L 419903.2 -5505931 L 419240 -5505806 L 418937.6 -5506010 L 417983 -5506492 L 416933.6 -5506261 L 416691.4 -5506553 L 416151.8 -5507070 L 416174.7 -5507426 L 416053.3 -5508039 L 415043.1 -5508286 L 414922 -5508622 L 415262.5 -5508822 L 416395 -5509864 L 416108.9 -5510572 L 414947.8 -5510458 L 414780.7 -5510781 L 414194.2 -5512116 L 413120.7 -5511868 L 412818.3 -5512083 L 412947 -5512355 L 412417.7 -5512597 L 412321.6 -5513329 L 412154.5 -5513661 L 412065.5 -5514029 L 411650.2 -5514663 L 410618.6 -5515130 L 410561.5 -5515477 L 410172.1 -5516445 L 409973.9 -5516750 L 409595.5 -5517727 L 409452.4 -5518042 L 408857.6 -5518844 L 408319.5 -5521420 L 408363.5 -5521796 L 408307.5 -5522162 L 407864.1 -5522739 L 407964 -5524221 L 407878.2 -5524672 L 407466.8 -5525249 L 407398.8 -5525622 L 407555.6 -5525937 L 407444.4 -5526983 L 407030 -5527551 L 406375.8 -5527773 L 406113.6 -5528031 L 406001.6 -5528382 L 405945.5 -5528709 L 405098.3 -5530011 L 405094.8 -5530557 L 403228.1 -5531585 L 402910.7 -5531758 L 402610.3 -5531956 L 401258.9 -5532425 L 400119.6 -5533286 L 399789.2 -5533468 L 397982.1 -5535780 L 397746.2 -5536876 L 397443.8 -5537072 L 396816.9 -5537415 L 396551.6 -5537652 L 394397.4 -5539495 L 394280.2 -5539762 L 394171.2 -5540101 L 393541.8 -5541302 L 392359.4 -5542081 L 392022.2 -5541978 L 391546.8 -5542495 L 390814.5 -5543367 L 390634.5 -5543704 L 389613.9 -5544090 L 389154.6 -5544618 L 389698.1 -5546931 L 389284.9 -5547151 L 389102.9 -5547472 L 387751.7 -5547936 L 387044.3 -5547727 L 386891.5 -5547428 L 386110.7 -5546405 L 385764.9 -5546430 L 384154.3 -5547262 L 383889.3 -5547452 L 385440.5 -5548882 L 388672.5 -5551216 L 389504.8 -5552303 L 390167.5 -5553712 L 390695.5 -5555751 L 391737.7 -5558397 L 392466.5 -5560248 L 393388.1 -5562053 L 394324.5 -5563095 L 395699.8 -5564006 L 397730.2 -5564545 L 398245.3 -5564420 L 397891.8 -5563892 L 398741.7 -5562714 L 399023.2 -5562678 L 400072 -5561588 L 400729.7 -5561647 L 403441.4 -5560848 L 403834.4 -5560129 L 404103.8 -5560322 L 405208.5 -5560100 L 405095.1 -5560323 L 404522.8 -5560573 L 404586.8 -5560805 L 405135.1 -5561012 L 405407.6 -5561509 L 403313.2 -5561082 L 403109.6 -5561641 L 403531.5 -5561539 L 404089.1 -5562052 L 403515.5 -5562327 L 402960.5 -5562247 L 402701.6 -5562819 L 402989.7 -5563140 L 404331.8 -5563236 L 404301.1 -5563819 L 403316.6 -5563692 L 402614.8 -5563986 L 402400 -5563720 L 402015.8 -5563776 L 401492.8 -5564538 L 401081.8 -5565586 L 400297.2 -5566487 L 400358.6 -5566770 L 399964.9 -5567488 L 399967.6 -5567921 L 399751.4 -5568164 L 399346.2 -5567402 L 399083 -5568307 L 399469.9 -5568684 L 399407.1 -5568910 L 398913.5 -5569113 L 398481.7 -5569068 L 397447.2 -5568960 L 397004.2 -5569166 L 396781.3 -5570020 L 396198.2 -5570957 L 396266 -5572023 L 396323.4 -5572924 L 397183.6 -5577348 L 397275.5 -5578982 L 397674.3 -5580098 L 397975.3 -5580301 L 398042.5 -5580346 L 399039.2 -5580245 L 399524.8 -5580678 L 400009.1 -5580653 L 400501.4 -5580958 L 400782.9 -5580438 L 401373.9 -5580800 L 402288.3 -5581008 L 402857.2 -5580263 L 402739.4 -5579961 L 403412.9 -5578907 L 403738.7 -5577556 L 404103.4 -5577518 L 404995.1 -5576915 L 404844.2 -5576575 L 405218.7 -5576489 L 406876.7 -5577453 L 407023.7 -5577809 L 407179.3 -5577358 L 407829.3 -5577809 L 409383.2 -5578080 L 409706.7 -5578308 L 410453.4 -5579040 L 411506.6 -5579303 L 411999.8 -5579801 L 413775.1 -5579552 L 414138.8 -5579525 L 414741.5 -5579526 L 415045.3 -5579526 L 416018.3 -5578689 L 416253.5 -5578468 L 417978.3 -5577695 L 418360.9 -5577612 L 418388.3 -5577406 L 419586.4 -5576652 L 420007.4 -5575339 L 420906.4 -5574805 L 421277.2 -5574811 L 421651.3 -5574554 L 421666.5 -5574267 L 423134.4 -5574161 L 424709.2 -5576149 L 425071.2 -5576235 L 426345.2 -5575073 L 426311.2 -5574722 L 426009.4 -5574010 L 424156.6 -5572677 L 424953.5 -5571368 L 425213.9 -5571192 L 425673.7 -5571558 L 425972.8 -5571659 L 426661.9 -5570753 L 428389.8 -5569978 L 428846.5 -5569607 L 429029.8 -5569377 L 429640.7 -5569099 L 430669.6 -5569260 L 431237.2 -5568880 L 431483.4 -5568639 L 432248.7 -5567816 L 432986.9 -5567651 L 433369.8 -5567674 L 434140 -5567167 L 434316.2 -5566894 L 433353.2 -5566000 L 433293.4 -5565319 L 433585.8 -5565151 L 433615 -5564496 L 434451.2 -5563630 L 434678.3 -5563355 L 434745.4 -5561935 L 434803.4 -5561577 L 435592.7 -5562192 L 436564.5 -5561943 L 436866.9 -5561757 L 437404.8 -5562576 L 438584.6 -5561962 L 438802.8 -5561689 L 439167.9 -5560661 L 439363 -5560343 L 441070.3 -5562265 L 441440.9 -5562194 L 441800.5 -5562494 L 442104.2 -5562452 L 442947.6 -5562746 L 442980.4 -5563054 L 443333.8 -5562913 L 443975.5 -5563285 L 444735.1 -5563277 L 444934.4 -5562301 L 445181.9 -5562523 L 445823.3 -5562799 L 446803.2 -5562957 L 447957.4 -5564387 L 449261.8 -5563673 L 449468.9 -5563361 L 449908.3 -5562815 L 450247.9 -5562729 L 451448.1 -5563405 L 451929.9 -5563043 L 452064 -5562726 L 452373.3 -5563683 L 451637.9 -5564926 L 451310.7 -5564769 L 451208.6 -5565107 L 452218.9 -5565408 L 452507.3 -5565613 L 452644.6 -5565387 L 452771.9 -5565155 L 454527.9 -5562032 L 454965 -5562133 L 455768.5 -5563640 L 455921.3 -5563959 L 456202.4 -5564057 L 456531 -5563982 L 457476.9 -5564914 L 457794 -5565032 L 458528.9 -5564358 L 459573.2 -5564291 L 459915.9 -5564231 L 460639.1 -5564457 L 461006.2 -5564551 L 461333.7 -5563626 L 461532.9 -5563360 L 461871.2 -5562765 L 463004.9 -5562077 L 463349.6 -5562038 L 463612.6 -5561710 L 463871.8 -5561444 L 464044.9 -5561116 L 464018.2 -5560834 L 464085.5 -5560560 L 463827.4 -5560466 L 463345 -5560208 L 463047.1 -5560199 L 462521.6 -5559915 L 462217.4 -5559776 L 460862.6 -5558801 L 460479 -5558883 L 459733.5 -5558932 L 458716.6 -5558387 L 458285.4 -5558221 L 458332.5 -5557872 L 458252.9 -5557226 L 457986.8 -5557121 L 457448.5 -5557303 L 457338.8 -5556994 L 457123.3 -5556374 L 456481.3 -5556243 L 456600.3 -5555092 L 456148 -5554492 L 455717.5 -5552244 L 455394.9 -5551142 L 456787.5 -5551234 L 456962.4 -5550822 L 457823.5 -5550225 L 458181.2 -5550160 L 458385.5 -5549128 L 458896.3 -5548711 L 459252.3 -5548765 L 460324.1 -5551650 L 460462.9 -5552008 L 460557.5 -5552266 L 460746.7 -5552781 L 461085.7 -5553239 L 461115.4 -5553532 L 461827.2 -5553587 L 462144.6 -5553798 L 462618.3 -5554153 L 463700 -5554234 L 465058.2 -5554566 L 465410 -5554572 L 466629.4 -5551700 L 467563.6 -5552344 L 467770.3 -5552664 L 467651.7 -5554031 L 468013.1 -5554652 L 468964.7 -5554261 L 469227 -5554006 L 469879.6 -5554350 L 470229.2 -5554231 L 470534.9 -5554153 L 470270.6 -5553575 L 469306.4 -5552520 L 469282.8 -5552275 L 469540.3 -5551724 L 469729.6 -5551485 L 470803 -5551009 L 470957.2 -5550723 L 472307.6 -5551111 L 473382.9 -5551019 L 473665.2 -5550789 L 473657.6 -5550548 L 473797.8 -5550238 L 474021.1 -5549979 L 474634 -5549639 L 474859.2 -5549352 L 475316 -5549752 L 475506.5 -5550000 L 476411 -5549531 L 476615.3 -5549255 L 477353.4 -5549410 L 478011.3 -5549071 L 478689.9 -5548164 L 478882.1 -5547839 L 479731.9 -5548322 L 479970.4 -5548574 L 479703.2 -5548850 L 478447 -5550241 L 478874.2 -5550807 L 479593.6 -5551084 L 479147.1 -5552891 L 480439.5 -5552879 L 480778.2 -5552822 L 482003.9 -5551665 L 482173.1 -5551363 L 483196.1 -5551104 L 484206.5 -5551462 L 484416.7 -5551171 L 484239.5 -5550199 L 484212.7 -5549868 L 484350.9 -5549544 L 484472.4 -5548941 L 483937.5 -5547622 L 483211.9 -5546801 L 482960.4 -5546530 L 483038.8 -5545868 L 483159 -5545553 L 481871.8 -5544394 L 481617.3 -5544159 L 482082.8 -5543591 L 482319 -5543301 L 484008 -5543571 L 484382.3 -5544187 L 485357.4 -5544373 L 485443.7 -5544507 L 486058.6 -5545444 L 486273.2 -5545750 L 486508.5 -5545461 L 487744.5 -5546098 L 487995.8 -5545823 L 488470.9 -5546806 L 489360.1 -5547477 L 489734.9 -5547467 L 489693.4 -5545941 L 489819.5 -5545576 L 490111.3 -5545537 L 490394 -5545456 L 491221.7 -5543708 L 490757.5 -5542677 L 490037.4 -5542537 L 489544.4 -5542037 L 489711.5 -5541693 L 489778.9 -5541416 L 490838.9 -5541135 L 491370.6 -5541517 L 491169.3 -5541793 L 491669.2 -5542259 L 492637.2 -5542852 L 494131.4 -5542737 L 494362.6 -5544188 L 495116.2 -5543679 L 495413.4 -5543813 L 495689.8 -5544046 L 495785.5 -5544395 L 496078 -5544642 L 496458.9 -5544678 L 497051.2 -5544465 L 497345.8 -5544355 L 497825 -5543638 L 498040.4 -5543380 L 499277.9 -5544261 L 499643 -5544384 L 500276.4 -5544670 L 500574.7 -5544849 L 500943.4 -5545231 L 501656.8 -5545098 L 501870.1 -5544798 L 501965.7 -5545091 L 502264.8 -5545168 L 503949 -5544601 L 504261.5 -5544430 L 505216.4 -5544088 L 505421.7 -5543815 L 506340.8 -5544437 L 506552.4 -5544754 L 506947.3 -5543863 L 508181.3 -5543140 L 508273.9 -5542508 L 508790.1 -5541780 L 508938.4 -5541502 L 510755 -5541593 L 510643.5 -5540869 L 511733.3 -5540932 L 512050.6 -5541118 L 512354.1 -5540467 L 512461.3 -5540119 L 512367.8 -5539896 L 511490.2 -5538110 L 511239.7 -5537867 L 511911.5 -5537856 L 512820.1 -5537298 L 513535.2 -5537440 L 513883.3 -5537551 L 514314.3 -5537123 L 514615.3 -5537176 L 513896.6 -5536291 L 512296.8 -5535228 L 511810.8 -5534711 L 511702.7 -5533711 L 511664.9 -5533349 L 512019.6 -5533251 L 511901 -5532952 L 511573.8 -5532842 L 509959.7 -5531650 L 509108.3 -5530411 L 508937.7 -5529666 L 508502.8 -5529215 L 508682.1 -5528910 L 508860.2 -5527598 L 508518.1 -5526580 L 508610 -5526058 L 508609.4 -5525775 L 506356.8 -5523846 L 506023.1 -5523944 L 506151.3 -5524965 L 505982 -5525269 L 505358.5 -5524990 L 505139.9 -5524703 L 505754.8 -5523815 L 506010.9 -5522032 L 506107.1 -5521684 L 505915 -5521143 L 505618.6 -5520954 L 505333.5 -5520867 L 505040.1 -5520675 L 504159.2 -5520160 L 504312.8 -5519506 L 504399.2 -5518776 L 505719.2 -5518902 L 505974.7 -5518681 L 506147.3 -5518505 L 505953.8 -5518237 L 505807.6 -5517643 L 506227.2 -5517042 L 506090 -5515974 L 506211.2 -5515625 L 505883 -5515490 L 504437.1 -5514472 L 504872.1 -5513581 L 504724.4 -5513259 L 505334.3 -5512807 L 506870 -5512780 L 507254.9 -5512756 L 506836.9 -5511792 L 506987.7 -5510770 L 507173.4 -5509695 L 507267.6 -5509343 L 508203.2 -5508260 L 508688.5 -5506066 L 508562.5 -5506077 L 508562.7 -5506077 z "
id="path692" />
<path
d="M 506552.1 -5544754 L 506238.6 -5544932 L 506236.8 -5545919 L 506800.2 -5546211 L 507115.5 -5546387 L 506886.2 -5546677 L 506369.5 -5547179 L 506455.1 -5547914 L 507520.4 -5547781 L 508260.9 -5549051 L 508191.7 -5549403 L 507945.1 -5550430 L 507585.2 -5550413 L 507656 -5550790 L 507563.9 -5551162 L 507525.7 -5551521 L 506799.7 -5552304 L 506969.3 -5552623 L 509452.9 -5554250 L 509787.2 -5554429 L 509801 -5554815 L 509422.2 -5554854 L 508368.5 -5555261 L 508137.2 -5555987 L 507330.3 -5556788 L 508221.1 -5557310 L 509615.3 -5557224 L 509944.4 -5557342 L 510945.3 -5558826 L 511293.5 -5558970 L 511206.3 -5559314 L 510627.4 -5559713 L 510330.6 -5560629 L 510052 -5560738 L 509494.7 -5560962 L 509592.4 -5561305 L 510324.2 -5563158 L 510693 -5563149 L 512901 -5563143 L 513026.2 -5563717 L 513275.6 -5563939 L 513492.1 -5564212 L 513470.6 -5564907 L 513151.4 -5564763 L 512572.5 -5565574 L 511903.1 -5565702 L 510637.7 -5566159 L 510807.2 -5567789 L 511135.9 -5567714 L 510897.5 -5567929 L 509995.7 -5568274 L 509616.1 -5568383 L 509248.3 -5568399 L 507812.5 -5568640 L 507446.9 -5568726 L 505667 -5569285 L 504573.9 -5569002 L 504549 -5569032 L 504250.4 -5569151 L 504038.1 -5569392 L 503763.7 -5569597 L 502734.3 -5568734 L 502265 -5568487 L 501467.7 -5568177 L 501236.3 -5568371 L 501011.9 -5568575 L 501287.3 -5569266 L 501231.8 -5570332 L 502721 -5570750 L 503303.6 -5570258 L 504072 -5570165 L 503884.5 -5570755 L 504080.9 -5570996 L 503825.6 -5571242 L 503540.2 -5571451 L 503748.7 -5571700 L 504312 -5572388 L 504817 -5572946 L 505900.9 -5573148 L 506199.3 -5573385 L 506005 -5573667 L 505794.7 -5573938 L 505468.1 -5574037 L 504455.7 -5575350 L 504509.7 -5575780 L 504299.5 -5576071 L 503484.6 -5577229 L 503205.5 -5577123 L 502922.5 -5577030 L 502665.2 -5577287 L 501120.4 -5578742 L 500900.4 -5578672 L 500684.7 -5578751 L 500751.4 -5579087 L 500363.8 -5580020 L 500285.6 -5580355 L 499736 -5581230 L 499489.6 -5582696 L 499027.3 -5583285 L 498787.1 -5583579 L 499584.3 -5583447 L 499849.7 -5583251 L 501237.7 -5583601 L 502133.6 -5584203 L 502275.3 -5584539 L 502841.1 -5585478 L 502950.9 -5585833 L 504604.5 -5586104 L 504866.8 -5585874 L 505260 -5586069 L 505491.2 -5587537 L 505998.2 -5588117 L 505673.7 -5588257 L 505005.6 -5588464 L 504915.7 -5589762 L 504662.5 -5589589 L 504367.5 -5589502 L 504024.4 -5589358 L 503142.3 -5588205 L 502924.8 -5587942 L 502306.9 -5588225 L 501341.8 -5587917 L 501372.6 -5588290 L 501371.9 -5589036 L 500773.3 -5589467 L 501408.5 -5590569 L 501579 -5590854 L 501429.3 -5591356 L 501682.8 -5591643 L 501920.9 -5592603 L 500965.2 -5593295 L 500788 -5593573 L 500507.8 -5593823 L 499786.7 -5594007 L 499476.5 -5594252 L 497695.4 -5595802 L 496698.9 -5595707 L 496383.7 -5595542 L 495007 -5595254 L 494714.7 -5595025 L 493816.8 -5594370 L 493604.4 -5594549 L 493441 -5594774 L 493213.5 -5594502 L 491827.3 -5595254 L 491776 -5596360 L 492342.9 -5597722 L 492190.8 -5598060 L 492187.1 -5598580 L 491869.9 -5598394 L 491582.7 -5598248 L 490416.2 -5597708 L 490063.3 -5597650 L 489713.4 -5597580 L 489325.5 -5597505 L 487768 -5597253 L 487031.2 -5597536 L 486766.6 -5597615 L 486278.4 -5597404 L 485929.9 -5597518 L 486110.4 -5598562 L 485779.1 -5599565 L 485631 -5599886 L 486645.7 -5600062 L 486957 -5599892 L 487101.5 -5601747 L 486622.4 -5603181 L 485567.9 -5603448 L 485267.6 -5603653 L 485481.3 -5604012 L 486625.3 -5606372 L 487797.7 -5607301 L 488074.1 -5607556 L 488285.4 -5607753 L 488999.9 -5608600 L 490110.9 -5608558 L 490481.6 -5608551 L 490755.9 -5608749 L 491007.3 -5608976 L 490801.2 -5609277 L 489301.5 -5611337 L 489098.4 -5611627 L 488271.7 -5612279 L 487591.4 -5612345 L 487373.1 -5612567 L 486740.4 -5613248 L 486511.8 -5612929 L 485847.4 -5612539 L 483941.2 -5612619 L 483215.4 -5611264 L 483189.2 -5611183 L 485253.3 -5609536 L 485535.4 -5609280 L 484981.6 -5608784 L 483568 -5609258 L 483258.7 -5609046 L 482553.2 -5607056 L 482620.3 -5606314 L 482312.1 -5606134 L 480821.8 -5607098 L 480302.6 -5608826 L 478851.8 -5608808 L 477870.8 -5609256 L 477787.8 -5609624 L 477118.8 -5609395 L 476848.4 -5608396 L 475041.1 -5608099 L 474056.6 -5607592 L 473057.1 -5608616 L 472864.1 -5609328 L 471451.8 -5609127 L 471381.8 -5609473 L 470847.9 -5609723 L 470658.2 -5609419 L 469676.6 -5609241 L 469371.5 -5608344 L 469190.5 -5608682 L 468471.8 -5608582 L 467782.2 -5608888 L 467251.3 -5610277 L 466880.9 -5610380 L 465309.5 -5609375 L 464964.4 -5609214 L 464227 -5609193 L 462934.2 -5609969 L 462719.3 -5610293 L 461367.1 -5611634 L 461031.9 -5611822 L 459910.4 -5612019 L 459307.6 -5612995 L 458925 -5613035 L 458815.2 -5613436 L 458471 -5613605 L 457925.2 -5614611 L 456272.2 -5613737 L 455772.2 -5614317 L 455548.1 -5614572 L 455226 -5615163 L 455486.5 -5615430 L 456840.8 -5616698 L 455457.5 -5617927 L 455457.4 -5617947 L 455168.1 -5618109 L 454552.8 -5618881 L 454370.8 -5619167 L 454356.7 -5619836 L 453596.7 -5620301 L 453786.6 -5621415 L 455314.5 -5622609 L 456624.3 -5622976 L 458710.9 -5624264 L 458404.3 -5624316 L 458211.9 -5624815 L 457956.9 -5625078 L 456963 -5625482 L 456604.7 -5625614 L 456106.6 -5626103 L 455490.9 -5625268 L 455109.3 -5625263 L 453721.4 -5625890 L 452205.4 -5626077 L 451756.4 -5626612 L 451507 -5626374 L 450046.9 -5625498 L 450029.9 -5625862 L 449992 -5626588 L 449003.8 -5626200 L 447679.7 -5626749 L 447414.5 -5626931 L 446839.3 -5627703 L 446637.3 -5627986 L 445723.1 -5628975 L 445440 -5629206 L 444789.9 -5629289 L 444762.9 -5629628 L 444656.9 -5630291 L 444752.8 -5630626 L 444400.9 -5631223 L 444488.8 -5632244 L 444323 -5632598 L 444076.1 -5632903 L 444154.2 -5633655 L 443229.2 -5635695 L 443250.3 -5636079 L 443144.5 -5636444 L 441657.3 -5640224 L 441564.5 -5640582 L 441502.7 -5640948 L 440594.6 -5642924 L 440205.3 -5644324 L 439949.4 -5644591 L 439540.1 -5646335 L 439009.2 -5646822 L 438811.4 -5647129 L 438643.5 -5647436 L 438581.7 -5648132 L 437718.4 -5648706 L 437807.4 -5649065 L 437537.6 -5649351 L 436338.7 -5650876 L 436203.9 -5650980 L 436534.1 -5650997 L 437206.7 -5651261 L 440222.8 -5652411 L 442163.2 -5652741 L 444017 -5653754 L 445378.2 -5653977 L 446636.7 -5654705 L 447687 -5655039 L 448906.7 -5655052 L 453520.3 -5656284 L 453780.5 -5656170 L 454449.2 -5656511 L 455256.4 -5656145 L 455908.9 -5655823 L 456234.5 -5655916 L 456816.2 -5655488 L 457827.8 -5656075 L 460037.8 -5656597 L 464219.1 -5658316 L 468271.4 -5660244 L 468770 -5658823 L 469324.7 -5657451 L 470150.2 -5652453 L 469896 -5651497 L 470382.8 -5649995 L 470991.6 -5649544 L 472491.8 -5649063 L 472661.4 -5648741 L 472571.2 -5648049 L 472939 -5646872 L 473071.7 -5646680 L 473517.4 -5646037 L 473980.2 -5644508 L 473388.4 -5643687 L 473261.9 -5643197 L 471193.9 -5640974 L 471545.1 -5640585 L 472285.7 -5640523 L 472438.4 -5639563 L 472807.2 -5638845 L 472612.2 -5637256 L 472919.5 -5636737 L 472597 -5636109 L 472803.2 -5635101 L 472778.7 -5635051 L 471978.5 -5633402 L 472895.2 -5633375 L 473110.2 -5633157 L 473415.2 -5632206 L 474000.3 -5631244 L 474345.7 -5629531 L 475672 -5629448 L 475993.5 -5629618 L 476682.7 -5630520 L 477338.1 -5630148 L 477777.5 -5629534 L 478217.9 -5629380 L 479277.2 -5629538 L 480097.9 -5629403 L 480370.2 -5629197 L 480601.1 -5629022 L 480777.5 -5628573 L 480627.4 -5627573 L 480717 -5627322 L 481173.6 -5626863 L 481362.2 -5626186 L 482522.2 -5625407 L 483312.8 -5624405 L 483673.7 -5623355 L 483499.3 -5622811 L 484744.5 -5622342 L 485063.9 -5621595 L 485044.6 -5620525 L 485560.4 -5619432 L 487073.3 -5618463 L 487139.4 -5618421 L 487717 -5618553 L 489177.6 -5619293 L 489755.6 -5618941 L 490181.8 -5618098 L 490972.3 -5617096 L 492194.4 -5617060 L 492522.9 -5616618 L 493033 -5616447 L 493648.1 -5616695 L 494666 -5617020 L 494760.7 -5617826 L 494912.8 -5619123 L 495105.1 -5619566 L 495528.5 -5619733 L 495788.8 -5620252 L 495666.6 -5621182 L 496554.2 -5622095 L 498207 -5622184 L 498966.5 -5622802 L 499226.8 -5623320 L 499937.6 -5623503 L 500976.8 -5624280 L 502126.5 -5624342 L 503385.1 -5625058 L 504028 -5625165 L 504443.8 -5625013 L 505571.9 -5624600 L 506218.7 -5624636 L 507801.8 -5626018 L 509862.5 -5626562 L 510684 -5626030 L 510650.9 -5625307 L 511848.9 -5623139 L 512678.1 -5622463 L 512948 -5621469 L 513262.6 -5620981 L 514084.8 -5620357 L 514294.6 -5619757 L 513874.7 -5619047 L 514683.4 -5618657 L 515156.2 -5617893 L 516482.4 -5617810 L 517121 -5617586 L 518132.7 -5616200 L 518118.3 -5615249 L 518939.4 -5614147 L 518724.8 -5613881 L 517238.9 -5613140 L 517021.3 -5612753 L 516924.1 -5611883 L 517193.9 -5610889 L 517512.3 -5610329 L 517331.6 -5609671 L 517923.7 -5608046 L 519306.2 -5606463 L 519383.7 -5605026 L 519618.6 -5604679 L 519453.4 -5603733 L 519874.6 -5602603 L 519733.2 -5602037 L 519637.5 -5601653 L 520043.2 -5600811 L 519555.7 -5600496 L 519938.2 -5600084 L 519678 -5599566 L 519607.9 -5598193 L 520767 -5596743 L 523889.4 -5594966 L 525134.2 -5594600 L 526580.7 -5593166 L 527083.7 -5593193 L 527248.7 -5593391 L 527963.6 -5594249 L 528606.4 -5594356 L 529332.7 -5594251 L 530179.5 -5594585 L 530379.5 -5594884 L 531608.7 -5594806 L 532032.1 -5594973 L 532401.3 -5596146 L 533265.8 -5597490 L 534934 -5597291 L 536190.3 -5596711 L 536648.6 -5596231 L 535443.9 -5594685 L 535300.4 -5594501 L 535051.7 -5593767 L 535253.4 -5592697 L 536395.3 -5592903 L 537945.2 -5593563 L 539023 -5593621 L 539941.7 -5593959 L 540607.7 -5593635 L 541296.9 -5592879 L 541792.2 -5593050 L 542763.4 -5593751 L 543206.1 -5593559 L 544592.2 -5591904 L 544813.9 -5591087 L 544861.8 -5590910 L 545921.8 -5589958 L 546360.7 -5589838 L 546822.7 -5589286 L 546828.2 -5587846 L 547536.7 -5586731 L 547522.8 -5585650 L 547876 -5584443 L 547801.8 -5583143 L 547976.5 -5582576 L 547142.8 -5580657 L 546917.2 -5579493 L 547016.1 -5578993 L 547318.9 -5578722 L 547452.6 -5577576 L 548001.9 -5576741 L 548211.3 -5575528 L 548908.1 -5574628 L 548791.4 -5574118 L 549476.7 -5573434 L 550290.3 -5573046 L 550573.8 -5573133 L 550447.9 -5574135 L 550651.8 -5574362 L 551847.8 -5573562 L 552044 -5573933 L 551906.5 -5575150 L 552328.4 -5576686 L 552924.8 -5577655 L 553661.9 -5577819 L 554010.3 -5577569 L 555049.5 -5578346 L 556797 -5578008 L 557791.3 -5578277 L 557738.8 -5577914 L 558276.4 -5577295 L 558556.1 -5577454 L 558672.8 -5577965 L 560457.5 -5578277 L 561907.6 -5576770 L 562422.2 -5576581 L 562909.7 -5576896 L 563212.6 -5576624 L 563394.8 -5575913 L 564578 -5575570 L 566480.5 -5576151 L 568147.1 -5577322 L 568646.3 -5577421 L 569028.7 -5577009 L 569652.3 -5577475 L 570246.4 -5577147 L 570902.9 -5577539 L 571573 -5577938 L 572291.6 -5577977 L 572616.1 -5578643 L 573111.4 -5578814 L 573414.3 -5578542 L 573903.1 -5577488 L 574357.4 -5577080 L 575091.3 -5576831 L 575357 -5575908 L 576090.9 -5575660 L 576545.2 -5575252 L 577272.8 -5573778 L 577896.3 -5574244 L 578486.6 -5573987 L 579781.2 -5572688 L 580047.7 -5571716 L 580229 -5571055 L 580123.8 -5570329 L 580298.3 -5569762 L 580729.4 -5569785 L 580968.1 -5569365 L 581006.6 -5568647 L 581396.7 -5568092 L 582262.8 -5568066 L 583393.2 -5568487 L 583498.4 -5569213 L 582226.9 -5570081 L 582335.9 -5570736 L 582740.1 -5571262 L 583235.3 -5571433 L 583685.6 -5571097 L 583935.9 -5570462 L 584462 -5570058 L 585475.6 -5569968 L 585944.6 -5569732 L 585993.9 -5569708 L 586459.6 -5569084 L 586785.5 -5568381 L 586695.7 -5567368 L 586295.4 -5566770 L 584148.8 -5565141 L 584043.6 -5564415 L 583583.1 -5563598 L 582513 -5563397 L 582316.7 -5563026 L 583055.8 -5561336 L 582894.1 -5560319 L 582493.8 -5559721 L 582180.7 -5558839 L 582238.4 -5558624 L 582333 -5558269 L 582541.2 -5557490 L 581233.9 -5556339 L 581287.8 -5555333 L 580770.8 -5554225 L 581228.8 -5553745 L 581954.9 -5553640 L 582593.8 -5553818 L 583421.4 -5554511 L 584490.3 -5554445 L 585300.9 -5554396 L 585887.2 -5554211 L 585782 -5553485 L 585983.4 -5552415 L 585734.5 -5551681 L 586122.1 -5551235 L 586272 -5551062 L 586071.8 -5550763 L 586087.2 -5550475 L 586760.8 -5550007 L 587533 -5549040 L 588085.9 -5548134 L 588116.7 -5547559 L 587860.1 -5546969 L 585906.2 -5545783 L 585434 -5545181 L 584874.7 -5544863 L 584144.7 -5545040 L 583282.6 -5544994 L 582938.8 -5544687 L 582025.3 -5542909 L 581832.9 -5542466 L 581831.4 -5541961 L 581849.5 -5540811 L 582190.7 -5539820 L 582765.5 -5539851 L 583277.1 -5539277 L 583378.6 -5539164 L 582181.6 -5537298 L 581956.3 -5536991 L 581633.6 -5536847 L 579384.4 -5536155 L 579015.6 -5536234 L 577914.3 -5536032 L 577578.1 -5537061 L 577220.3 -5537173 L 575048.3 -5537682 L 574071.6 -5537249 L 573802.8 -5537347 L 573380.4 -5537690 L 572651.4 -5537674 L 572233.2 -5538685 L 570786.2 -5538618 L 570446 -5538482 L 570387 -5539591 L 571439.9 -5542369 L 571146.9 -5543448 L 571016.5 -5543798 L 570494.1 -5544117 L 568185.8 -5542155 L 568073.4 -5542451 L 567693.5 -5542459 L 566252.9 -5542063 L 566034.4 -5541766 L 563718.8 -5540193 L 563722.5 -5540580 L 563661.6 -5541729 L 563056.6 -5542208 L 563413.8 -5542337 L 563338.5 -5542708 L 562361.7 -5543281 L 560878.5 -5543590 L 560078.1 -5544389 L 559732.9 -5544273 L 558564.5 -5543400 L 558216.9 -5543573 L 556961.7 -5544412 L 555841.4 -5544145 L 555645.1 -5544487 L 555337.6 -5544701 L 553528.4 -5544966 L 553303 -5545245 L 551761 -5546124 L 551325.2 -5546692 L 550981.7 -5546379 L 550639.6 -5546281 L 548089.8 -5545087 L 547791.8 -5545041 L 547255.5 -5544336 L 547215.7 -5543405 L 547543.4 -5543264 L 547239.1 -5542590 L 546191.2 -5543061 L 545256.3 -5542501 L 544896.1 -5542359 L 544638.7 -5542140 L 544113 -5541717 L 543875.5 -5541967 L 543724.1 -5542275 L 543649.9 -5542650 L 542674.4 -5543803 L 541598.3 -5544150 L 541335.8 -5544387 L 540774.8 -5544797 L 539960.2 -5544895 L 539590.3 -5544878 L 538909.1 -5544673 L 538065.4 -5543213 L 536509 -5542827 L 536431.5 -5542588 L 536301.9 -5542274 L 535222.6 -5540980 L 534848.8 -5541051 L 530752.3 -5541303 L 530799.9 -5541602 L 530544.5 -5541879 L 529860.6 -5541817 L 528645.7 -5542682 L 528217 -5542297 L 527836.1 -5542287 L 526905.6 -5542876 L 525392.9 -5542794 L 525186.3 -5542475 L 525291.6 -5542127 L 524714.9 -5541741 L 524250 -5540753 L 523573.8 -5540579 L 522256 -5540963 L 521939.9 -5540862 L 521623.8 -5540763 L 520556.5 -5540492 L 519689.9 -5541057 L 520006.1 -5541191 L 519487.1 -5542078 L 519232.3 -5542150 L 518972.5 -5542207 L 518631.8 -5542293 L 518421.4 -5541628 L 517767.1 -5541877 L 517631.8 -5542201 L 517576.9 -5542231 L 516852.5 -5541951 L 516520 -5542149 L 514671.6 -5540777 L 512459.8 -5540119 L 512352.6 -5540467 L 512049.1 -5541118 L 511731.8 -5540932 L 510642 -5540869 L 510753.5 -5541593 L 508936.9 -5541502 L 508788.6 -5541779 L 508272.4 -5542508 L 508179.8 -5543140 L 506945.8 -5543863 L 506550.9 -5544754 L 506552.1 -5544754 z M 500376.4 -5555474 L 500667.9 -5555310 L 501177.6 -5555725 L 501480.8 -5555869 L 501708.3 -5555673 L 501988.9 -5555569 L 502677.8 -5555628 L 502904 -5556202 L 502999.7 -5556535 L 504412.1 -5557441 L 504598.5 -5558098 L 506230.1 -5557789 L 506552.2 -5557876 L 506707.6 -5557173 L 506967.9 -5556917 L 506695.4 -5556643 L 504956.8 -5555177 L 505257.4 -5553702 L 505281.5 -5553323 L 504918.1 -5553091 L 504574.7 -5553279 L 503835.5 -5553499 L 502753.5 -5553297 L 502592.8 -5552970 L 501863.3 -5551719 L 500859.8 -5551321 L 500660.6 -5551634 L 500138.9 -5552133 L 500274.3 -5553228 L 499726.6 -5554140 L 500376.4 -5555474 L 500376.4 -5555474 z "
id="path693" />
<path
d="M 506552.1 -5544754 L 506340.5 -5544437 L 505421.4 -5543815 L 505216.1 -5544088 L 504261.2 -5544430 L 503948.7 -5544601 L 502264.5 -5545168 L 501965.4 -5545091 L 501869.8 -5544798 L 501656.5 -5545098 L 500943.1 -5545231 L 500574.4 -5544849 L 500276.1 -5544669 L 499642.7 -5544384 L 499277.6 -5544261 L 498040.1 -5543380 L 497824.7 -5543638 L 497345.5 -5544355 L 497050.9 -5544465 L 496458.6 -5544678 L 496077.7 -5544642 L 495785.2 -5544394 L 495689.5 -5544046 L 495413.1 -5543813 L 495115.9 -5543679 L 494362.3 -5544188 L 494131.1 -5542737 L 492636.9 -5542852 L 491668.9 -5542259 L 491169 -5541793 L 491370.3 -5541517 L 490838.6 -5541135 L 489778.6 -5541416 L 489711.2 -5541693 L 489544.1 -5542037 L 490037.1 -5542537 L 490757.2 -5542677 L 491221.4 -5543708 L 490393.7 -5545456 L 490111 -5545537 L 489819.2 -5545576 L 489693.1 -5545941 L 489734.6 -5547467 L 489359.8 -5547477 L 488470.6 -5546806 L 487995.5 -5545823 L 487744.2 -5546098 L 486508.2 -5545461 L 486272.9 -5545750 L 486058.3 -5545444 L 485443.4 -5544507 L 485357.1 -5544373 L 484382 -5544187 L 484007.7 -5543571 L 482318.7 -5543301 L 482082.5 -5543591 L 481617 -5544159 L 481871.5 -5544394 L 483158.7 -5545553 L 483038.5 -5545868 L 482960.1 -5546530 L 483211.6 -5546801 L 483937.2 -5547622 L 484472.1 -5548941 L 484350.6 -5549544 L 484212.4 -5549868 L 484239.2 -5550199 L 484416.4 -5551171 L 484206.2 -5551462 L 483195.8 -5551104 L 482172.8 -5551363 L 482003.6 -5551665 L 480777.9 -5552821 L 480439.2 -5552879 L 479146.8 -5552891 L 479593.3 -5551083 L 478873.9 -5550807 L 478446.7 -5550241 L 479702.9 -5548850 L 479970.1 -5548574 L 479731.6 -5548322 L 478881.8 -5547839 L 478689.6 -5548164 L 478011 -5549071 L 477353.1 -5549409 L 476615 -5549255 L 476410.7 -5549531 L 475506.2 -5550000 L 475315.7 -5549752 L 474858.9 -5549351 L 474633.7 -5549639 L 474020.8 -5549979 L 473797.5 -5550237 L 473657.3 -5550548 L 473664.9 -5550789 L 473382.6 -5551019 L 472307.3 -5551111 L 470956.9 -5550723 L 470802.7 -5551009 L 469729.3 -5551485 L 469540 -5551724 L 469282.5 -5552275 L 469306.1 -5552520 L 470270.3 -5553575 L 470534.6 -5554153 L 470228.9 -5554231 L 469879.3 -5554350 L 469226.7 -5554006 L 468964.4 -5554261 L 468012.8 -5554652 L 467651.4 -5554031 L 467770 -5552664 L 467563.3 -5552344 L 466629.1 -5551700 L 465409.7 -5554572 L 465057.9 -5554566 L 463699.7 -5554234 L 462618 -5554153 L 462144.3 -5553798 L 461826.9 -5553587 L 461115.1 -5553532 L 461085.4 -5553239 L 460746.4 -5552781 L 460557.2 -5552266 L 460462.6 -5552008 L 460323.8 -5551650 L 459252 -5548765 L 458896 -5548710 L 458385.2 -5549128 L 458180.9 -5550160 L 457823.2 -5550225 L 456962.1 -5550822 L 456787.2 -5551234 L 455394.6 -5551142 L 455717.2 -5552244 L 456147.7 -5554492 L 456600 -5555092 L 456481 -5556243 L 457123 -5556374 L 457338.5 -5556994 L 457448.2 -5557303 L 457986.5 -5557121 L 458252.6 -5557226 L 458332.2 -5557872 L 458285.1 -5558220 L 458716.3 -5558387 L 459733.2 -5558932 L 460478.7 -5558883 L 460862.3 -5558801 L 462217.1 -5559776 L 462521.3 -5559915 L 463046.8 -5560199 L 463344.7 -5560208 L 463827.1 -5560466 L 464085.2 -5560560 L 464017.9 -5560834 L 464044.6 -5561116 L 463871.5 -5561444 L 463612.3 -5561710 L 463349.3 -5562038 L 463004.6 -5562077 L 461870.9 -5562765 L 461532.6 -5563360 L 461333.4 -5563626 L 461005.9 -5564550 L 460638.8 -5564457 L 459915.6 -5564231 L 459572.9 -5564290 L 458528.6 -5564357 L 457793.7 -5565032 L 457476.6 -5564914 L 456530.7 -5563982 L 456202.1 -5564057 L 455921 -5563959 L 455768.2 -5563640 L 454964.7 -5562133 L 454527.6 -5562032 L 452771.6 -5565155 L 452644.3 -5565386 L 452507 -5565612 L 452218.6 -5565408 L 451208.3 -5565107 L 451310.4 -5564769 L 451637.6 -5564926 L 452373 -5563683 L 452063.7 -5562726 L 451929.6 -5563043 L 451447.8 -5563405 L 450247.6 -5562728 L 449908 -5562815 L 449468.6 -5563361 L 449261.5 -5563673 L 447957.1 -5564387 L 446802.9 -5562956 L 445823 -5562799 L 445181.6 -5562523 L 444934.1 -5562301 L 444734.8 -5563277 L 443975.2 -5563285 L 443333.5 -5562913 L 442980.1 -5563054 L 442947.3 -5562746 L 442103.9 -5562452 L 441800.2 -5562494 L 441440.6 -5562194 L 441070 -5562265 L 439362.7 -5560343 L 439167.6 -5560661 L 438802.5 -5561688 L 438584.3 -5561962 L 437404.5 -5562576 L 436866.6 -5561757 L 436564.2 -5561943 L 435592.4 -5562192 L 434803.1 -5561577 L 434745.1 -5561935 L 434678 -5563355 L 434450.9 -5563630 L 433614.7 -5564496 L 433585.5 -5565151 L 433293.1 -5565318 L 433352.9 -5566000 L 434315.9 -5566894 L 434139.7 -5567167 L 433369.5 -5567674 L 432986.6 -5567651 L 432248.4 -5567816 L 431483.1 -5568638 L 431236.9 -5568880 L 430669.3 -5569260 L 429640.4 -5569099 L 429029.5 -5569377 L 428846.2 -5569607 L 428389.5 -5569978 L 426661.6 -5570753 L 425972.5 -5571659 L 425673.4 -5571558 L 425213.6 -5571192 L 424953.2 -5571368 L 424156.3 -5572677 L 426009.1 -5574010 L 426310.9 -5574722 L 426344.9 -5575073 L 425070.9 -5576235 L 424708.9 -5576149 L 423134.1 -5574161 L 421666.2 -5574267 L 421651 -5574554 L 421276.9 -5574811 L 420906.1 -5574805 L 420007.1 -5575339 L 419586.1 -5576652 L 418388 -5577406 L 418360.6 -5577612 L 417978 -5577695 L 416253.2 -5578468 L 416018 -5578689 L 415045 -5579526 L 414741.2 -5579526 L 414138.5 -5579527 L 413774.8 -5579554 L 411999.5 -5579803 L 411506.3 -5579305 L 410453.1 -5579042 L 409706.4 -5578310 L 409382.9 -5578082 L 407829 -5577811 L 407179 -5577360 L 407023.4 -5577811 L 406876.4 -5577455 L 405218.4 -5576491 L 404843.9 -5576577 L 404994.8 -5576917 L 404103.1 -5577520 L 403738.4 -5577558 L 403412.6 -5578909 L 402739.1 -5579964 L 402856.9 -5580265 L 402288 -5581010 L 401373.6 -5580802 L 401363 -5580818 L 401070.8 -5581245 L 400498.4 -5581495 L 400811.9 -5581817 L 399588.4 -5581880 L 398204.7 -5583539 L 397657.6 -5583791 L 397513.5 -5584114 L 397567.8 -5584340 L 398387.1 -5587737 L 398744.6 -5589219 L 399300.9 -5593628 L 399346.1 -5596634 L 399618.1 -5597947 L 399853.1 -5599080 L 400184 -5599556 L 400558.9 -5599677 L 400868.4 -5599108 L 401343.4 -5599260 L 401587.6 -5598967 L 402019.9 -5599448 L 401539.5 -5599881 L 401156.6 -5600879 L 400195.9 -5601746 L 399664.7 -5602660 L 399477.9 -5603313 L 399707.4 -5607653 L 399552.6 -5609147 L 399646.7 -5609925 L 399676.7 -5610172 L 399553.9 -5610573 L 399720.7 -5610786 L 399488.5 -5611334 L 399046.8 -5614901 L 398653.2 -5616103 L 398634.5 -5616942 L 398670.5 -5617708 L 399476.5 -5619303 L 398997.2 -5620228 L 399256.3 -5620306 L 399616.6 -5620023 L 400473.3 -5621137 L 400752.2 -5620668 L 401203.2 -5620794 L 400955 -5621163 L 400840.3 -5621895 L 401067.2 -5622900 L 400948.4 -5623225 L 401513 -5624095 L 401743.9 -5625507 L 401562.5 -5627025 L 401870.8 -5628900 L 401773.4 -5629303 L 401425.1 -5629641 L 400802 -5631824 L 400025.5 -5635476 L 400296.5 -5636611 L 400651.9 -5636905 L 402591.9 -5636959 L 403789 -5637404 L 405838.8 -5638554 L 406969.3 -5639785 L 407720.1 -5640916 L 408123.8 -5641525 L 409587.9 -5643180 L 410902.5 -5644293 L 412553.4 -5645296 L 414296.4 -5645997 L 415281.2 -5646125 L 416051.3 -5646471 L 417062.8 -5646574 L 419000.7 -5647439 L 419327.5 -5647023 L 419450.4 -5647589 L 421577.6 -5648235 L 421749.7 -5647862 L 422170.1 -5648088 L 422426.4 -5648534 L 423668.2 -5649128 L 423741 -5649162 L 424805.9 -5649218 L 425778.8 -5649574 L 426093.7 -5649386 L 427158.6 -5649442 L 430763.2 -5650520 L 433839.2 -5650528 L 434430.4 -5650889 L 436204.6 -5650982 L 436339.4 -5650878 L 437538.3 -5649353 L 437808.1 -5649067 L 437719.1 -5648708 L 438582.4 -5648134 L 438644.2 -5647438 L 438812.1 -5647131 L 439009.9 -5646824 L 439540.8 -5646337 L 439950.1 -5644593 L 440206 -5644326 L 440595.3 -5642926 L 441503.4 -5640950 L 441565.2 -5640584 L 441658 -5640226 L 443145.2 -5636446 L 443251 -5636081 L 443229.9 -5635697 L 444154.9 -5633657 L 444076.8 -5632905 L 444323.7 -5632600 L 444489.5 -5632246 L 444401.6 -5631225 L 444753.5 -5630628 L 444657.6 -5630293 L 444763.6 -5629630 L 444790.6 -5629291 L 445440.7 -5629208 L 445723.8 -5628977 L 446638 -5627988 L 446840 -5627705 L 447415.2 -5626933 L 447680.4 -5626751 L 449004.5 -5626203 L 449992.7 -5626590 L 450030.6 -5625864 L 450047.6 -5625501 L 451507.7 -5626376 L 451757.1 -5626615 L 452206.1 -5626079 L 453722.1 -5625892 L 455110 -5625265 L 455491.6 -5625270 L 456107.3 -5626105 L 456605.4 -5625616 L 456963.7 -5625484 L 457957.6 -5625081 L 458212.6 -5624817 L 458405 -5624318 L 458711.6 -5624266 L 456625 -5622978 L 455315.2 -5622611 L 453787.3 -5621417 L 453597.4 -5620303 L 454357.4 -5619838 L 454371.5 -5619169 L 454553.5 -5618883 L 455168.8 -5618111 L 455458.1 -5617949 L 455458 -5617929 L 456841.3 -5616700 L 455487 -5615432 L 455226.5 -5615165 L 455548.6 -5614574 L 455772.7 -5614319 L 456272.7 -5613739 L 457925.7 -5614613 L 458471.5 -5613607 L 458815.7 -5613438 L 458925.5 -5613037 L 459308.1 -5612997 L 459910.9 -5612021 L 461032.4 -5611824 L 461367.6 -5611636 L 462719.8 -5610295 L 462934.7 -5609971 L 464227.5 -5609195 L 464964.9 -5609216 L 465310 -5609377 L 466881.4 -5610382 L 467251.8 -5610279 L 467782.7 -5608890 L 468472.3 -5608584 L 469191 -5608684 L 469372 -5608346 L 469677.1 -5609243 L 470658.7 -5609421 L 470848.4 -5609725 L 471382.3 -5609475 L 471452.3 -5609129 L 472864.6 -5609330 L 473057.6 -5608618 L 474057.1 -5607594 L 475041.6 -5608101 L 476848.9 -5608398 L 477119.3 -5609397 L 477788.3 -5609626 L 477871.3 -5609258 L 478852.3 -5608810 L 480303.1 -5608829 L 480822.3 -5607100 L 482312.6 -5606136 L 482620.8 -5606316 L 482553.7 -5607058 L 483259.2 -5609048 L 483568.5 -5609260 L 484982.1 -5608786 L 485535.9 -5609282 L 485253.8 -5609538 L 483189.7 -5611185 L 483215.9 -5611266 L 483941.7 -5612621 L 485847.9 -5612541 L 486512.3 -5612931 L 486740.9 -5613250 L 487373.6 -5612569 L 487591.9 -5612347 L 488272.2 -5612281 L 489098.9 -5611629 L 489302 -5611340 L 490801.7 -5609279 L 491007.8 -5608978 L 490756.4 -5608751 L 490482.1 -5608553 L 490111.4 -5608560 L 489000.4 -5608602 L 488285.9 -5607755 L 488074.6 -5607558 L 487798.2 -5607303 L 486625.8 -5606374 L 485481.8 -5604014 L 485268.1 -5603655 L 485568.4 -5603451 L 486622.9 -5603183 L 487102 -5601749 L 486957.5 -5599894 L 486646.2 -5600064 L 485631.5 -5599889 L 485779.6 -5599567 L 486110.9 -5598564 L 485930.4 -5597520 L 486278.9 -5597406 L 486767.1 -5597617 L 487031.7 -5597538 L 487768.5 -5597255 L 489326 -5597507 L 489713.9 -5597582 L 490063.8 -5597652 L 490416.7 -5597710 L 491583.2 -5598250 L 491870.4 -5598396 L 492187.6 -5598582 L 492191.3 -5598062 L 492343.4 -5597724 L 491776.5 -5596362 L 491827.8 -5595257 L 493214 -5594504 L 493441.5 -5594776 L 493604.9 -5594551 L 493817.3 -5594372 L 494715.2 -5595027 L 495007.5 -5595256 L 496384.2 -5595544 L 496699.4 -5595709 L 497695.9 -5595804 L 499477 -5594254 L 499787.2 -5594009 L 500508.3 -5593825 L 500788.5 -5593575 L 500965.7 -5593297 L 501921.4 -5592605 L 501683.3 -5591645 L 501429.8 -5591358 L 501579.5 -5590857 L 501409 -5590571 L 500773.8 -5589469 L 501372.4 -5589038 L 501371.7 -5588292 L 501340.9 -5587919 L 502306 -5588227 L 502923.9 -5587944 L 503141.4 -5588207 L 504023.5 -5589360 L 504366.6 -5589504 L 504661.6 -5589591 L 504914.8 -5589764 L 505004.7 -5588466 L 505672.8 -5588259 L 505997.3 -5588119 L 505490.3 -5587539 L 505259.1 -5586072 L 504865.9 -5585876 L 504603.6 -5586106 L 502950 -5585835 L 502840.2 -5585480 L 502274.4 -5584541 L 502132.7 -5584205 L 501236.8 -5583603 L 499848.8 -5583253 L 499583.4 -5583449 L 498786.2 -5583581 L 499026.4 -5583287 L 499488.7 -5582698 L 499735.1 -5581232 L 500284.7 -5580357 L 500362.9 -5580022 L 500750.5 -5579089 L 500683.8 -5578753 L 500899.5 -5578675 L 501119.5 -5578744 L 502664.3 -5577289 L 502921.6 -5577032 L 503204.6 -5577125 L 503483.7 -5577231 L 504298.6 -5576073 L 504508.8 -5575782 L 504454.8 -5575353 L 505467.2 -5574039 L 505793.8 -5573940 L 506004.1 -5573669 L 506198.4 -5573387 L 505900 -5573150 L 504816.1 -5572948 L 504311.1 -5572390 L 503747.8 -5571702 L 503539.3 -5571453 L 503824.7 -5571244 L 504080 -5570998 L 503883.6 -5570757 L 504071.1 -5570167 L 503302.7 -5570260 L 502720.1 -5570752 L 501230.9 -5570334 L 501286.4 -5569268 L 501011 -5568578 L 501235.4 -5568374 L 501466.8 -5568179 L 502264.1 -5568489 L 502733.4 -5568736 L 503762.8 -5569599 L 504037.2 -5569394 L 504249.5 -5569153 L 504548.1 -5569034 L 504573 -5569004 L 505666.1 -5569287 L 507446 -5568728 L 507811.6 -5568642 L 509247.4 -5568401 L 509615.2 -5568385 L 509994.8 -5568276 L 510896.6 -5567931 L 511135 -5567716 L 510806.3 -5567791 L 510636.8 -5566161 L 511902.2 -5565704 L 512571.6 -5565576 L 513150.5 -5564765 L 513469.7 -5564909 L 513491.2 -5564214 L 513274.7 -5563941 L 513025.3 -5563719 L 512900.1 -5563145 L 510692.1 -5563151 L 510323.3 -5563160 L 509591.5 -5561307 L 509493.8 -5560964 L 510051.1 -5560740 L 510329.7 -5560631 L 510626.5 -5559715 L 511205.4 -5559316 L 511292.6 -5558972 L 510944.4 -5558828 L 509943.5 -5557344 L 509614.4 -5557226 L 508220.2 -5557312 L 507329.4 -5556790 L 508136.3 -5555989 L 508367.6 -5555263 L 509421.3 -5554856 L 509800.1 -5554817 L 509786.3 -5554432 L 509452 -5554252 L 506968.4 -5552625 L 506798.8 -5552306 L 507524.8 -5551523 L 507563 -5551164 L 507655.1 -5550792 L 507584.3 -5550415 L 507944.2 -5550432 L 508190.8 -5549405 L 508260 -5549053 L 507519.5 -5547783 L 506454.2 -5547916 L 506368.6 -5547181 L 506885.3 -5546679 L 507114.6 -5546389 L 506799.3 -5546213 L 506235.9 -5545921 L 506237.7 -5544934 L 506551.2 -5544756 L 506552.1 -5544754 z M 500376.4 -5555474 L 499726.6 -5554140 L 500274.3 -5553228 L 500138.9 -5552133 L 500660.6 -5551634 L 500859.8 -5551321 L 501863.3 -5551719 L 502592.8 -5552970 L 502753.5 -5553297 L 503835.5 -5553499 L 504574.7 -5553280 L 504918.1 -5553092 L 505281.5 -5553323 L 505257.4 -5553702 L 504956.8 -5555177 L 506695.4 -5556643 L 506967.9 -5556917 L 506707.6 -5557173 L 506552.2 -5557876 L 506230.1 -5557789 L 504598.5 -5558098 L 504412.1 -5557441 L 502999.7 -5556535 L 502904 -5556202 L 502677.8 -5555628 L 501988.9 -5555569 L 501708.3 -5555673 L 501480.8 -5555869 L 501177.6 -5555725 L 500667.9 -5555310 L 500376.4 -5555474 L 500376.4 -5555474 z "
id="path694" />
<path
d="M 1030964 -4654937 L 1030001 -4654713 L 1026445 -4651214 L 1024984 -4650699 L 1024881 -4651446 L 1024295 -4651912 L 1022761 -4651877 L 1021700 -4651407 L 1019519 -4652172 L 1018764 -4652006 L 1018289 -4652589 L 1017979 -4652827 L 1018143 -4653180 L 1018518 -4655087 L 1018550 -4655823 L 1019494 -4657515 L 1019346 -4658644 L 1018052 -4659484 L 1016536 -4659371 L 1016244 -4659632 L 1017553 -4661422 L 1017192 -4661532 L 1016332 -4662233 L 1016740 -4663250 L 1016816 -4665803 L 1016461 -4665923 L 1016105 -4667341 L 1016180 -4667707 L 1015748 -4668273 L 1015912 -4671571 L 1015912 -4671939 L 1015529 -4671930 L 1012967 -4672072 L 1010819 -4671468 L 1010630 -4671805 L 1010042 -4672799 L 1008279 -4674232 L 1008368 -4674968 L 1008096 -4675217 L 1008105 -4678436 L 1007819 -4678691 L 1007142 -4680032 L 1006527 -4680488 L 1005548 -4681070 L 1004429 -4681109 L 1003657 -4681956 L 1002650 -4682473 L 1002940 -4683180 L 1001762 -4686425 L 1000670 -4686774 L 1000273 -4687422 L 1000317 -4687757 L 1000195 -4689351 L 1000088 -4689669 L 999800.7 -4690972 L 997975.3 -4690381 L 996930.5 -4690846 L 996544.2 -4690857 L 996472.7 -4691209 L 995504.4 -4691433 L 994549.5 -4692499 L 994204.4 -4692406 L 993983.5 -4692700 L 993654 -4693313 L 991458.1 -4693305 L 990808.8 -4693653 L 990351.5 -4694695 L 989765.3 -4695152 L 989550.4 -4695467 L 989248.2 -4695716 L 988122.9 -4695407 L 987745.9 -4695308 L 987457.8 -4695577 L 985709.1 -4697164 L 985753 -4697547 L 985861.4 -4698653 L 985122.5 -4699504 L 983726.7 -4700101 L 983530.4 -4703498 L 983165.2 -4703624 L 980231.7 -4701876 L 977648.4 -4702662 L 976499.1 -4702528 L 976109.9 -4702529 L 974771.8 -4703898 L 972471.1 -4703939 L 972140 -4704141 L 971237.9 -4704783 L 969042.7 -4704681 L 968684.7 -4704569 L 968419.1 -4705688 L 966133.4 -4705920 L 964664.3 -4707107 L 963517.2 -4706889 L 962760 -4707079 L 961700.5 -4706581 L 960488.4 -4707451 L 959720.2 -4707622 L 959333.1 -4707693 L 958702.4 -4707850 L 959074.6 -4708261 L 959841.7 -4708258 L 960094.6 -4708819 L 960888.5 -4708536 L 961227.1 -4709003 L 961487.7 -4708952 L 961675.7 -4709123 L 961154.2 -4709765 L 961140.7 -4710173 L 961552.9 -4710673 L 961500.8 -4710950 L 961171.6 -4710919 L 961048.4 -4711137 L 961306.2 -4711649 L 962558.6 -4712715 L 963125.6 -4712666 L 963334 -4712892 L 963919.6 -4712788 L 964374 -4712708 L 964575.9 -4711934 L 964907.7 -4711939 L 964815.7 -4712366 L 965364.3 -4712777 L 965500.2 -4713225 L 965601.2 -4713772 L 965236.1 -4714915 L 964775.3 -4714923 L 964723.3 -4715200 L 965092.1 -4715618 L 964946.1 -4715809 L 964995.3 -4716096 L 965284.7 -4716277 L 965391.2 -4715699 L 965744.8 -4715476 L 965912.4 -4715594 L 965869.3 -4716845 L 966033.9 -4717583 L 966137.3 -4718048 L 966699.1 -4718588 L 966300.7 -4719011 L 964674.7 -4718908 L 964242.7 -4719148 L 965336.9 -4720533 L 965414.9 -4721052 L 965161.8 -4722360 L 965310.8 -4722937 L 966664.7 -4724013 L 967073.9 -4723745 L 967323.3 -4724076 L 967695.9 -4724188 L 968127.1 -4725023 L 968543.2 -4725217 L 968793 -4725010 L 969256.3 -4724977 L 969505.8 -4725308 L 969383.1 -4725481 L 969062.5 -4725932 L 969367.1 -4726754 L 969071.6 -4729569 L 968646.8 -4729733 L 969356.2 -4731132 L 969627.5 -4731235 L 969766.8 -4730583 L 970294.3 -4730146 L 969988.3 -4729605 L 970056 -4729433 L 970392.7 -4729387 L 970812.2 -4729812 L 971162 -4729896 L 972437.4 -4729659 L 973300.6 -4728922 L 974845.9 -4729069 L 975477.8 -4729411 L 975745.3 -4729820 L 975622.1 -4731371 L 976439.8 -4733242 L 975985.7 -4733711 L 976219.5 -4733937 L 977768.4 -4734315 L 978235.6 -4733976 L 978768.6 -4734283 L 979579.9 -4735154 L 979914.2 -4735134 L 980062.6 -4734918 L 981108.7 -4734941 L 981604.2 -4735373 L 981982.3 -4736228 L 982132.4 -4737062 L 982258.7 -4737180 L 982437.4 -4737348 L 983838.2 -4737404 L 985395 -4738500 L 985536.8 -4739154 L 986114.8 -4739260 L 986791.1 -4738607 L 987471.7 -4738442 L 988847.3 -4738496 L 990798 -4739219 L 991645.9 -4739710 L 992487.1 -4739739 L 992813 -4739540 L 994422.6 -4741153 L 995447.1 -4741404 L 996485.5 -4742041 L 996482.6 -4742604 L 995983 -4743812 L 996132 -4744390 L 996487.7 -4744680 L 996134 -4744902 L 995975.5 -4745221 L 996063.2 -4745639 L 997352.3 -4745530 L 997816.2 -4746292 L 998122.3 -4746337 L 998320.5 -4746366 L 998535 -4746797 L 998365.4 -4747497 L 998668.9 -4748065 L 999403.9 -4748135 L 999547.2 -4748507 L 1000564 -4749373 L 1000939 -4749459 L 1000938 -4749203 L 1001148 -4749147 L 1001482 -4749665 L 1001799 -4749823 L 1002555 -4749409 L 1002720 -4749553 L 1002840 -4750435 L 1004940 -4750943 L 1005870 -4750314 L 1006064 -4750690 L 1006345 -4750692 L 1006834 -4750124 L 1007792 -4750010 L 1008192 -4750637 L 1008782 -4750617 L 1009065 -4751131 L 1009291 -4751178 L 1009563 -4750743 L 1009915 -4750545 L 1010273 -4749478 L 1011180 -4749359 L 1011392 -4749815 L 1011602 -4749758 L 1012267 -4748951 L 1011986 -4748155 L 1012230 -4747743 L 1013503 -4747275 L 1013613 -4746926 L 1014033 -4746812 L 1014246 -4746192 L 1014534 -4746117 L 1015019 -4745599 L 1015364 -4744940 L 1015874 -4744681 L 1015791 -4745288 L 1015927 -4745737 L 1016749 -4746225 L 1017797 -4747299 L 1017990 -4747958 L 1017778 -4748835 L 1017806 -4749606 L 1018318 -4749604 L 1019135 -4751219 L 1019177 -4752120 L 1018842 -4753472 L 1018803 -4754416 L 1018887 -4755936 L 1018608 -4756704 L 1018870 -4758241 L 1016773 -4760629 L 1016478 -4761832 L 1015850 -4762515 L 1016652 -4764283 L 1017180 -4764641 L 1017641 -4765965 L 1017668 -4766481 L 1017465 -4766677 L 1017161 -4766971 L 1016751 -4768572 L 1016277 -4769244 L 1016411 -4769974 L 1018913 -4772418 L 1018892 -4772903 L 1018450 -4773245 L 1018597 -4774105 L 1018416 -4775189 L 1017881 -4775702 L 1017660 -4776399 L 1017651 -4777551 L 1017154 -4778195 L 1017173 -4778625 L 1017201 -4779302 L 1016819 -4780085 L 1016888 -4780425 L 1017827 -4781566 L 1018338 -4781846 L 1018998 -4781627 L 1019834 -4782245 L 1021698 -4782552 L 1022204 -4782344 L 1022575 -4782482 L 1023145 -4783203 L 1023622 -4782761 L 1024110 -4783013 L 1024402 -4781836 L 1025687 -4780985 L 1026292 -4780800 L 1026451 -4780751 L 1026819 -4780120 L 1026488 -4778781 L 1026879 -4776050 L 1027475 -4775440 L 1027708 -4774873 L 1027684 -4774333 L 1028352 -4772705 L 1028247 -4771669 L 1028652 -4770914 L 1028602 -4770370 L 1028853 -4769625 L 1028652 -4768529 L 1028705 -4767970 L 1028922 -4767739 L 1029276 -4767359 L 1030136 -4764801 L 1029916 -4763627 L 1030101 -4763567 L 1030300 -4763099 L 1030478 -4760707 L 1030953 -4759496 L 1030465 -4757912 L 1030391 -4757085 L 1029810 -4756209 L 1029735 -4755125 L 1029379 -4754041 L 1029368 -4752553 L 1028946 -4750822 L 1029016 -4747163 L 1028743 -4746804 L 1028736 -4744215 L 1028386 -4743054 L 1028682 -4742108 L 1028656 -4741311 L 1029365 -4740584 L 1030199 -4739356 L 1030600 -4738113 L 1030722 -4737100 L 1031418 -4736243 L 1032024 -4734994 L 1033354 -4734198 L 1034275 -4733926 L 1034547 -4734029 L 1034685 -4734452 L 1034468 -4735124 L 1032995 -4737288 L 1032193 -4738114 L 1032128 -4738182 L 1031844 -4738206 L 1031800 -4737868 L 1032077 -4737382 L 1031918 -4736906 L 1031665 -4737138 L 1031146 -4738550 L 1031357 -4739287 L 1031045 -4739873 L 1030509 -4740129 L 1030146 -4740710 L 1029723 -4741768 L 1029210 -4742466 L 1029088 -4742941 L 1029176 -4743359 L 1030681 -4740735 L 1031869 -4739468 L 1032733 -4738547 L 1033183 -4737590 L 1034077 -4736804 L 1035280 -4734919 L 1036016 -4733118 L 1036676 -4731028 L 1036753 -4729420 L 1036720 -4728700 L 1036580 -4727225 L 1036626 -4724872 L 1036830 -4723533 L 1038020 -4721518 L 1038190 -4719741 L 1038085 -4718706 L 1038324 -4718344 L 1037977 -4716081 L 1038162 -4713869 L 1037785 -4712732 L 1039012 -4708722 L 1039936 -4706273 L 1040535 -4703484 L 1040901 -4702597 L 1040868 -4702132 L 1041145 -4701646 L 1040532 -4700025 L 1040836 -4698977 L 1040637 -4696498 L 1041579 -4694127 L 1041371 -4693364 L 1041290 -4692870 L 1041888 -4691696 L 1041516 -4690226 L 1041457 -4688965 L 1041260 -4688613 L 1040838 -4689547 L 1040441 -4689689 L 1040275 -4689289 L 1040670 -4688635 L 1040650 -4688300 L 1041273 -4688204 L 1041378 -4687907 L 1041248 -4687664 L 1040526 -4687724 L 1040038 -4687472 L 1040359 -4686785 L 1040027 -4686242 L 1040216 -4685875 L 1040049 -4685475 L 1039064 -4685075 L 1038936 -4684865 L 1038865 -4684748 L 1039497 -4684014 L 1039984 -4684008 L 1040655 -4685020 L 1040924 -4685148 L 1041164 -4686119 L 1041137 -4686680 L 1041646 -4686164 L 1041699 -4685605 L 1041446 -4683968 L 1041207 -4683253 L 1039920 -4683336 L 1039589 -4683049 L 1040703 -4682897 L 1040866 -4682529 L 1040450 -4680723 L 1040413 -4680565 L 1039618 -4679516 L 1039263 -4678406 L 1038088 -4677040 L 1037803 -4675732 L 1037165 -4674647 L 1036600 -4674133 L 1033975 -4669453 L 1033748 -4669688 L 1033429 -4669273 L 1033382 -4668962 L 1032364 -4668107 L 1032331 -4667863 L 1032853 -4668360 L 1033143 -4668247 L 1032036 -4666170 L 1031527 -4664252 L 1031313 -4664360 L 1031219 -4665351 L 1030988 -4665355 L 1030661 -4665836 L 1030505 -4665591 L 1030731 -4665100 L 1030700 -4664354 L 1031087 -4663237 L 1031471 -4663504 L 1031854 -4663233 L 1031604 -4660212 L 1031228 -4659588 L 1031271 -4658593 L 1030716 -4656363 L 1031144 -4655353 L 1030964 -4654937 L 1030964 -4654937 z "
id="path695" />
<path
d="M 1030964 -4654937 L 1030913 -4654819 L 1030937 -4654565 L 1031200 -4654488 L 1031365 -4654093 L 1031357 -4653375 L 1031697 -4651944 L 1031952 -4650870 L 1031938 -4649665 L 1031343 -4648123 L 1031798 -4647090 L 1031598 -4645970 L 1031666 -4645515 L 1032517 -4645441 L 1032370 -4644557 L 1032914 -4642328 L 1032608 -4640968 L 1032918 -4639306 L 1032778 -4639165 L 1033076 -4638450 L 1032934 -4637515 L 1032648 -4637565 L 1032499 -4638063 L 1032269 -4637785 L 1032657 -4636925 L 1032468 -4636498 L 1032420 -4636459 L 1031969 -4636092 L 1031515 -4636024 L 1030905 -4635173 L 1030541 -4635241 L 1030201 -4635055 L 1030660 -4634791 L 1030655 -4634304 L 1031028 -4633878 L 1031385 -4633886 L 1031460 -4633637 L 1030961 -4633231 L 1030929 -4633024 L 1031547 -4632979 L 1032214 -4632683 L 1031878 -4631909 L 1031931 -4631350 L 1031633 -4631527 L 1031410 -4631455 L 1031290 -4630829 L 1030759 -4629960 L 1030227 -4629910 L 1029836 -4630257 L 1029062 -4630057 L 1028673 -4629303 L 1028340 -4629042 L 1028537 -4628855 L 1028976 -4629076 L 1029177 -4628838 L 1029117 -4628398 L 1029328 -4628071 L 1029476 -4627842 L 1029306 -4627749 L 1029033 -4627929 L 1027917 -4628106 L 1027120 -4627340 L 1026609 -4627343 L 1026651 -4627706 L 1027275 -4627867 L 1027180 -4628062 L 1026376 -4627910 L 1025263 -4628600 L 1025119 -4628228 L 1025296 -4627706 L 1025197 -4627134 L 1023785 -4626387 L 1023565 -4626008 L 1023796 -4625185 L 1023656 -4624505 L 1023776 -4624312 L 1024355 -4624136 L 1024389 -4622961 L 1024594 -4622955 L 1024996 -4624119 L 1025500 -4624730 L 1025703 -4625568 L 1026519 -4626131 L 1027044 -4625975 L 1027968 -4626215 L 1028561 -4625349 L 1029817 -4625313 L 1030568 -4626024 L 1030869 -4625540 L 1030668 -4624958 L 1029914 -4624016 L 1029388 -4622814 L 1029452 -4621591 L 1029364 -4621455 L 1029207 -4621210 L 1027559 -4620799 L 1026955 -4620154 L 1026559 -4620014 L 1026286 -4619656 L 1026358 -4619432 L 1026110 -4619358 L 1024440 -4617281 L 1024086 -4617504 L 1023168 -4617213 L 1022818 -4616310 L 1023892 -4616307 L 1024142 -4616101 L 1024275 -4615499 L 1024048 -4614658 L 1023160 -4614037 L 1023791 -4613551 L 1023960 -4613420 L 1024348 -4613636 L 1024683 -4613616 L 1024804 -4613141 L 1024673 -4611823 L 1024291 -4611531 L 1024063 -4610972 L 1023469 -4610763 L 1023318 -4610467 L 1024098 -4610053 L 1024171 -4609830 L 1023901 -4609702 L 1023151 -4610068 L 1022848 -4609758 L 1022826 -4608910 L 1022489 -4608956 L 1020960 -4607558 L 1019028 -4607173 L 1018816 -4606718 L 1019664 -4606387 L 1020123 -4605585 L 1019698 -4605213 L 1020054 -4604964 L 1020068 -4604274 L 1019455 -4604268 L 1019348 -4604053 L 1019384 -4603391 L 1019689 -4603138 L 1020159 -4603310 L 1020847 -4604142 L 1021882 -4605076 L 1022685 -4605799 L 1023127 -4605712 L 1023227 -4605466 L 1023033 -4605089 L 1023026 -4604346 L 1022504 -4603913 L 1022481 -4603347 L 1021320 -4601831 L 1021089 -4600760 L 1020692 -4600364 L 1020476 -4598859 L 1019554 -4598875 L 1019041 -4598623 L 1016952 -4598555 L 1016470 -4598792 L 1016251 -4599349 L 1015966 -4600076 L 1015605 -4600375 L 1014198 -4600397 L 1012909 -4601327 L 1012330 -4601503 L 1012047 -4602065 L 1011314 -4601715 L 1010437 -4601530 L 1009863 -4600837 L 1009267 -4602010 L 1009474 -4603335 L 1009775 -4603670 L 1010233 -4603687 L 1010501 -4604096 L 1010514 -4604507 L 1010151 -4604832 L 1010809 -4605545 L 1011728 -4606541 L 1011595 -4606861 L 1011286 -4606884 L 1010984 -4606292 L 1010607 -4606231 L 1010395 -4606314 L 1010039 -4607100 L 1009760 -4606536 L 1009329 -4606777 L 1009194 -4607660 L 1009016 -4607926 L 1008445 -4606669 L 1007723 -4606192 L 1007417 -4606189 L 1007005 -4606483 L 1006480 -4607176 L 1006822 -4608975 L 1007487 -4609779 L 1007293 -4610478 L 1005818 -4609316 L 1005241 -4608391 L 1004397 -4608133 L 1003987 -4609221 L 1003653 -4609241 L 1002965 -4608409 L 1002797 -4609110 L 1002045 -4609500 L 1002168 -4610356 L 1001834 -4610004 L 1001448 -4609598 L 1001088 -4609615 L 1000171 -4610400 L 999821.1 -4610316 L 999460 -4609540 L 999128.7 -4610072 L 998524.6 -4610246 L 998410.2 -4610644 L 998170.3 -4610750 L 997618.8 -4610366 L 997671.2 -4611164 L 997234.8 -4611456 L 996820 -4611519 L 995654.6 -4610873 L 995086.8 -4611204 L 994812.6 -4610589 L 994448.4 -4610657 L 994131.2 -4610500 L 994031.2 -4610746 L 994219.8 -4611455 L 993653.7 -4612580 L 994008.7 -4613150 L 993199.5 -4613331 L 992842.3 -4612785 L 992469.5 -4612673 L 991752.1 -4612964 L 991113.8 -4612418 L 990830.4 -4612443 L 990707.6 -4612661 L 991158 -4613574 L 990735 -4613995 L 990281.9 -4614464 L 989250.4 -4613753 L 988871.8 -4613974 L 987688.7 -4613786 L 987360.9 -4614011 L 987577.2 -4614697 L 988140.8 -4615492 L 987749.2 -4616121 L 988024.6 -4616991 L 987743.6 -4616992 L 987342.9 -4616366 L 987142.7 -4616322 L 986846.2 -4616755 L 986623 -4616682 L 986350.6 -4616862 L 985723.4 -4616470 L 985225.4 -4616602 L 984279.3 -4617691 L 983185.5 -4617640 L 982729.8 -4618134 L 982712 -4618593 L 983550.6 -4619722 L 983455.4 -4619918 L 982753.8 -4620312 L 982539.4 -4620958 L 981989.5 -4620829 L 981425.4 -4621391 L 981598.4 -4621521 L 982236 -4622004 L 981949.2 -4622335 L 982428.7 -4624019 L 981973.1 -4624514 L 982467.7 -4625226 L 982489.5 -4625535 L 983255.7 -4626349 L 983280.1 -4627170 L 983447.7 -4627289 L 984661.8 -4626071 L 985275.9 -4626872 L 987619.7 -4628295 L 988119 -4628418 L 988879.9 -4628209 L 989068.1 -4628380 L 989375.4 -4630533 L 989783.1 -4631084 L 990381.4 -4631242 L 990920.7 -4631753 L 991648.1 -4631899 L 991981 -4632160 L 992229.7 -4632773 L 991998.2 -4633058 L 991907.8 -4633203 L 990015.4 -4632948 L 989547.4 -4633032 L 988949.3 -4633411 L 988154.5 -4633439 L 987561.3 -4633767 L 986403.4 -4633582 L 985725.6 -4633723 L 984487.3 -4634656 L 984589.9 -4634921 L 984292 -4635098 L 983822.9 -4634926 L 983163.3 -4635146 L 982863 -4634810 L 982450.4 -4634849 L 982117.5 -4634587 L 981958.2 -4634111 L 981278 -4633740 L 981139.3 -4633855 L 981357.8 -4634515 L 981172.2 -4634856 L 980448.7 -4634942 L 980201.5 -4635123 L 980147.3 -4635425 L 980405.9 -4636003 L 981032.9 -4637403 L 980736.3 -4637836 L 979995.9 -4638099 L 977867.1 -4637105 L 977043.3 -4636362 L 975614.2 -4636074 L 975081.2 -4635767 L 974618.1 -4635801 L 974366.1 -4636033 L 974039.7 -4637589 L 973739.5 -4637791 L 971129.9 -4637827 L 970968.6 -4637615 L 970663.2 -4637629 L 970903.9 -4638308 L 971136.1 -4638570 L 972266.1 -4638779 L 972590.4 -4638323 L 973025.8 -4638850 L 973405.6 -4638886 L 974102.8 -4639617 L 974873.5 -4639843 L 975098.5 -4640372 L 975270.4 -4640777 L 976219.6 -4641813 L 976321 -4642360 L 975850.7 -4642469 L 975725.4 -4643251 L 975183.8 -4643302 L 974987.3 -4643489 L 974987.3 -4644026 L 974675.1 -4644355 L 975015.2 -4644541 L 975536.1 -4644437 L 976257.3 -4643839 L 976719.2 -4644625 L 977435.7 -4645153 L 977707.1 -4645793 L 978006.2 -4645872 L 978339 -4645596 L 978640.4 -4645651 L 978937.4 -4646830 L 979797.4 -4647731 L 979979.6 -4648234 L 979848.7 -4648248 L 978947.2 -4648342 L 978492.5 -4648555 L 978257.4 -4649147 L 977504.8 -4648999 L 977384.2 -4649192 L 977527.7 -4649564 L 979783.1 -4650033 L 980088.2 -4650318 L 980216.1 -4651124 L 979792.9 -4652620 L 979631.3 -4652707 L 979797.8 -4653107 L 979332.4 -4653703 L 980285.1 -4654433 L 980881 -4654617 L 981064.3 -4654839 L 981092 -4655354 L 980756.7 -4656192 L 980414.6 -4656657 L 980052.3 -4657150 L 979048.9 -4658028 L 978594.1 -4658241 L 977360.2 -4658048 L 976623.3 -4658542 L 975967.2 -4658454 L 975835.7 -4657955 L 976027.5 -4657282 L 975927.4 -4656991 L 975144.7 -4656892 L 974624.9 -4656177 L 972505.9 -4656157 L 971753.3 -4656009 L 971209.5 -4655548 L 970783.7 -4655456 L 969274.3 -4655747 L 968578 -4655811 L 967323.8 -4655565 L 966425.4 -4655071 L 965811.6 -4654271 L 965313.6 -4654403 L 965710.8 -4655093 L 965796 -4655242 L 965564.4 -4656064 L 965612.6 -4656632 L 965987.7 -4657257 L 966219.1 -4658584 L 965844 -4659035 L 965122.9 -4659094 L 964720 -4660106 L 964153.2 -4660155 L 964211 -4660622 L 964048.2 -4660990 L 963591.1 -4661227 L 963688.7 -4661544 L 964390.5 -4661688 L 964746.3 -4661977 L 966570.8 -4662405 L 967072.6 -4661967 L 968039.8 -4662007 L 968615.9 -4662785 L 969328.8 -4663230 L 969645.9 -4663924 L 969712.2 -4664571 L 969560.1 -4665094 L 968855.9 -4664976 L 968367.3 -4666082 L 968426.7 -4666353 L 968527.6 -4666814 L 971267.5 -4669173 L 973106.7 -4669448 L 973671 -4669963 L 973980.8 -4670734 L 974920.4 -4670797 L 975066.2 -4671144 L 974984 -4672544 L 974702.8 -4673081 L 974137 -4673386 L 973020.2 -4673306 L 972367.4 -4674524 L 971623.1 -4675093 L 971309.3 -4675704 L 971469.5 -4676436 L 971090.3 -4678269 L 970715 -4678721 L 970395.5 -4678588 L 969646.7 -4677596 L 968651.7 -4677578 L 968317.8 -4677060 L 967953.6 -4677127 L 967165.5 -4678263 L 966900.2 -4678795 L 966599.8 -4678996 L 966060.8 -4679023 L 965536 -4679433 L 964929.3 -4679094 L 963448 -4680157 L 961963.5 -4679914 L 961670.4 -4680040 L 961730.5 -4680481 L 962040.4 -4680715 L 962263.3 -4681325 L 961896.6 -4681418 L 960964.1 -4682354 L 960358.7 -4682271 L 959817.4 -4681785 L 959467.7 -4681700 L 959797.8 -4682525 L 959912.3 -4682549 L 960699.8 -4682712 L 961042 -4683411 L 961538.8 -4683561 L 961736.3 -4684168 L 961527.5 -4684481 L 959582.3 -4684245 L 959444.6 -4684616 L 960843.5 -4684954 L 960986.9 -4685325 L 960365.4 -4686214 L 960351.3 -4688236 L 960058.3 -4688361 L 959282.8 -4688185 L 959632.2 -4688808 L 960101.3 -4688980 L 960135 -4689162 L 959728.5 -4689405 L 959775.3 -4690015 L 959819.6 -4690592 L 958933 -4691045 L 958518.4 -4690570 L 958308.5 -4690628 L 957928.4 -4691129 L 957397.7 -4691335 L 957269.7 -4691605 L 957533.7 -4691783 L 957955.9 -4691643 L 958667.5 -4691685 L 959200.5 -4691992 L 959930.1 -4692112 L 960672.6 -4692899 L 961926.9 -4693147 L 962739.1 -4694274 L 963661.7 -4694514 L 963958.7 -4694082 L 964586 -4693936 L 965037 -4694030 L 965317.8 -4694569 L 965625.2 -4694671 L 966697.4 -4695110 L 967538.1 -4695138 L 968108.2 -4695858 L 968469 -4695559 L 969319.2 -4696024 L 969039.2 -4696279 L 968927.9 -4696908 L 968696.2 -4697193 L 968392.2 -4697165 L 967957.9 -4697431 L 967953.9 -4698276 L 967170.8 -4698714 L 966508.2 -4699496 L 965965.5 -4699290 L 965601.2 -4699358 L 965212.7 -4699059 L 964024.3 -4700079 L 963442.8 -4700280 L 962779.4 -4700268 L 962212.9 -4699779 L 961840.2 -4699667 L 961223.1 -4701042 L 961371.3 -4701363 L 961921.2 -4701493 L 963185.9 -4702432 L 963418.5 -4702940 L 963400.1 -4703323 L 963392.7 -4703476 L 962883.7 -4703453 L 962712.3 -4703641 L 962810.8 -4704215 L 962627.4 -4704529 L 962016 -4704241 L 961109.8 -4704897 L 960694.8 -4704960 L 960285 -4704435 L 959796.5 -4704466 L 958965.2 -4703004 L 958532.2 -4702988 L 957929.5 -4702342 L 957594.1 -4702643 L 957727.7 -4703117 L 957317 -4704204 L 957585.5 -4704870 L 957202.5 -4705934 L 956787.5 -4705998 L 956448.2 -4706605 L 956566.1 -4706975 L 956860.3 -4707105 L 956933.8 -4707138 L 957403.3 -4706772 L 958079.8 -4706914 L 958240.4 -4706570 L 958486.4 -4706671 L 958996.1 -4707487 L 958543.6 -4707675 L 958702.9 -4707851 L 959333.6 -4707694 L 959720.7 -4707624 L 960488.9 -4707452 L 961701 -4706582 L 962760.5 -4707080 L 963517.7 -4706890 L 964664.8 -4707108 L 966133.9 -4705921 L 968419.6 -4705689 L 968685.2 -4704570 L 969043.2 -4704682 L 971238.4 -4704784 L 972140.5 -4704142 L 972471.6 -4703941 L 974772.3 -4703899 L 976110.4 -4702530 L 976499.6 -4702529 L 977648.9 -4702663 L 980232.2 -4701877 L 983165.7 -4703625 L 983530.9 -4703499 L 983727.2 -4700102 L 985123 -4699505 L 985861.9 -4698654 L 985753.5 -4697548 L 985709.6 -4697165 L 987458.3 -4695578 L 987746.4 -4695309 L 988123.4 -4695408 L 989248.7 -4695717 L 989550.9 -4695468 L 989765.8 -4695153 L 990352 -4694696 L 990809.3 -4693654 L 991458.6 -4693306 L 993654.5 -4693314 L 993984 -4692701 L 994204.9 -4692407 L 994550 -4692500 L 995504.9 -4691434 L 996473.2 -4691211 L 996544.7 -4690858 L 996931 -4690847 L 997975.8 -4690383 L 999801.2 -4690973 L 1000088 -4689670 L 1000196 -4689352 L 1000318 -4687759 L 1000274 -4687423 L 1000671 -4686775 L 1001763 -4686426 L 1002940 -4683181 L 1002651 -4682474 L 1003658 -4681958 L 1004429 -4681111 L 1005549 -4681071 L 1006527 -4680489 L 1007143 -4680033 L 1007819 -4678692 L 1008106 -4678437 L 1008097 -4675218 L 1008369 -4674970 L 1008279 -4674233 L 1010043 -4672801 L 1010631 -4671807 L 1010820 -4671469 L 1012967 -4672074 L 1015530 -4671931 L 1015912 -4671940 L 1015912 -4671573 L 1015748 -4668274 L 1016180 -4667708 L 1016105 -4667342 L 1016461 -4665924 L 1016816 -4665804 L 1016739 -4663251 L 1016331 -4662234 L 1017192 -4661533 L 1017552 -4661423 L 1016244 -4659634 L 1016535 -4659372 L 1018051 -4659485 L 1019346 -4658645 L 1019493 -4657516 L 1018550 -4655825 L 1018518 -4655088 L 1018143 -4653181 L 1017979 -4652829 L 1018288 -4652590 L 1018764 -4652007 L 1019519 -4652174 L 1021699 -4651408 L 1022760 -4651878 L 1024295 -4651914 L 1024881 -4651447 L 1024983 -4650700 L 1026445 -4651215 L 1030001 -4654714 L 1030964 -4654938 L 1030964 -4654937 z M 1024146 -4598690 L 1023826 -4598557 L 1023537 -4598914 L 1023168 -4599034 L 1023022 -4599225 L 1023262 -4599657 L 1023611 -4599485 L 1023921 -4599719 L 1024262 -4599622 L 1024114 -4599301 L 1024264 -4598924 L 1024146 -4598690 L 1024146 -4598690 z M 1023939 -4595726 L 1023774 -4595301 L 1022814 -4596005 L 1022868 -4596241 L 1023167 -4596320 L 1023939 -4595726 L 1023939 -4595726 z "
id="path696" />
<path
d="M 690297.3 -4801372 L 689975 -4801800 L 689613.7 -4801842 L 689632.2 -4802176 L 689961.4 -4802464 L 688626.7 -4803332 L 688057 -4803942 L 687135.4 -4804235 L 685830.7 -4804008 L 684778.4 -4803547 L 683767.2 -4802402 L 682876.5 -4801856 L 682200.1 -4801202 L 681688.9 -4800949 L 680799.3 -4800778 L 680645.6 -4800748 L 680086 -4800641 L 678885.6 -4800653 L 677878.4 -4801041 L 677538.7 -4800599 L 676895.1 -4800920 L 675805.7 -4800841 L 675417.9 -4800368 L 673896.4 -4800273 L 673774.4 -4799954 L 671532.3 -4800709 L 671263.5 -4800325 L 670831.4 -4800309 L 669292.7 -4800390 L 668810.6 -4800624 L 668521.5 -4800188 L 668165.5 -4800420 L 668112.8 -4800455 L 667662.7 -4800360 L 667284.9 -4800835 L 666706 -4800754 L 666232.6 -4800376 L 665777.6 -4800331 L 665419.4 -4800604 L 665049.6 -4800210 L 664686.4 -4800533 L 664317.1 -4800395 L 663039.3 -4801728 L 663230.4 -4802386 L 663699.6 -4803070 L 663177.5 -4803454 L 662011.5 -4804911 L 661754.1 -4805233 L 660917 -4807018 L 660523.1 -4807133 L 660505.9 -4807310 L 660943.6 -4807532 L 660330.8 -4808060 L 660171.1 -4807866 L 659378.9 -4808403 L 659303.8 -4808651 L 659592.8 -4809088 L 659367.8 -4810088 L 659454.7 -4810506 L 658612 -4811038 L 657644.7 -4811276 L 656792.8 -4811118 L 656230.5 -4811651 L 655892.2 -4811720 L 653092.4 -4810606 L 651627.7 -4808880 L 651319.5 -4808901 L 651942.6 -4810821 L 650921.3 -4809323 L 650582.3 -4808089 L 649931.4 -4807439 L 649655.9 -4806339 L 649412.4 -4805957 L 649066 -4805847 L 649036.5 -4806150 L 648809.1 -4806128 L 648165.5 -4805402 L 649063.6 -4804824 L 649420 -4804833 L 649095.1 -4805287 L 649560.4 -4805486 L 650278.1 -4804405 L 650748.4 -4804553 L 650942.6 -4804393 L 651275.5 -4803070 L 651545.1 -4802980 L 651987.5 -4802832 L 652949.1 -4803437 L 654102.4 -4804954 L 654279.3 -4806019 L 654615.2 -4805975 L 654680 -4805572 L 654409.4 -4804421 L 653818.2 -4803418 L 653111.8 -4802813 L 651237.2 -4801891 L 650377.8 -4800760 L 649497.6 -4800368 L 649404.6 -4800538 L 649518.6 -4800677 L 649059.3 -4800939 L 648770.3 -4801550 L 648531.1 -4801910 L 648500.2 -4802751 L 648611.8 -4803963 L 648196.3 -4804562 L 647542.9 -4804984 L 646570.8 -4805273 L 645892.8 -4805949 L 645226.5 -4806242 L 644300.6 -4806843 L 644033 -4806970 L 643429 -4807934 L 642391.5 -4808371 L 641866.9 -4808780 L 641275.1 -4809617 L 640889.3 -4809912 L 640285.7 -4811131 L 640725.7 -4812375 L 641470.2 -4814159 L 641552.6 -4814883 L 641373.2 -4815939 L 640413.9 -4818453 L 640373.8 -4818603 L 640190.6 -4820220 L 639493.9 -4821609 L 639039.5 -4822869 L 638267 -4824251 L 636887.9 -4825574 L 635993.4 -4826638 L 635725.8 -4826765 L 635558.8 -4826646 L 636014.4 -4825899 L 636506.3 -4825563 L 637112.9 -4824574 L 638068.4 -4823670 L 638479 -4823121 L 639075.3 -4820930 L 639084.7 -4820573 L 639483.5 -4820408 L 639743.1 -4820100 L 639918.9 -4818558 L 639954 -4818460 L 640664.3 -4816407 L 641080.5 -4815016 L 640949.2 -4814007 L 639760.3 -4811285 L 641144.2 -4808863 L 643844.8 -4806543 L 644460.6 -4806245 L 645305.7 -4805688 L 647197.6 -4804337 L 647894.7 -4803203 L 647882.3 -4802282 L 648030.3 -4801811 L 648049.3 -4801353 L 648315.7 -4800714 L 648529 -4800096 L 648268.2 -4799892 L 646070.7 -4801238 L 643479.9 -4801908 L 643326.3 -4802174 L 642476.9 -4801989 L 638262 -4801786 L 636955.2 -4801583 L 636391.2 -4801350 L 635678.6 -4801332 L 634681.3 -4801619 L 631889.6 -4801733 L 630705.9 -4801958 L 628510.6 -4802377 L 627044.2 -4803027 L 626366.2 -4803703 L 626173.2 -4804374 L 626241 -4805249 L 626497.4 -4805760 L 626646.6 -4805800 L 626954.2 -4805523 L 626827.2 -4805255 L 626975.8 -4805039 L 626919.1 -4804573 L 627439.4 -4803423 L 627787.6 -4804300 L 628103.2 -4804203 L 628693.5 -4804950 L 628469.2 -4805158 L 628480.3 -4805569 L 629019.6 -4806055 L 629210.5 -4806530 L 629553.4 -4807384 L 629991.7 -4806813 L 630117.5 -4805522 L 628521.8 -4803834 L 628707.3 -4803239 L 629000.1 -4803114 L 629380.4 -4802614 L 629781.7 -4802422 L 630648.3 -4802429 L 631188.3 -4802124 L 631360.8 -4802448 L 631770.1 -4802436 L 632004.3 -4802126 L 632610.2 -4801930 L 633030 -4802072 L 633273.4 -4802454 L 633621 -4802027 L 634058.1 -4801993 L 634248 -4802139 L 634377.4 -4803429 L 634181.9 -4804126 L 634040.7 -4804266 L 633820.7 -4804168 L 633528.5 -4803501 L 632290.3 -4803381 L 630954.6 -4802689 L 630768.5 -4803029 L 630301.3 -4803112 L 630621.1 -4803757 L 630675.3 -4804247 L 630520 -4804794 L 630664.7 -4805140 L 630978.5 -4805324 L 631337.2 -4805308 L 631485.8 -4805092 L 631393.4 -4804470 L 631848.9 -4803722 L 632763.6 -4803759 L 633368.9 -4804355 L 633450.8 -4804823 L 632214.2 -4806517 L 632192.7 -4806738 L 632169.9 -4806973 L 631906.6 -4806794 L 631674.9 -4806030 L 631459.8 -4805881 L 631247.7 -4805963 L 631524.5 -4806526 L 631629.9 -4807278 L 632671 -4807327 L 632570.5 -4807574 L 632333.2 -4807653 L 632336.3 -4807884 L 633359.5 -4807854 L 633678.2 -4807988 L 633658.4 -4808190 L 632035.5 -4808876 L 630910 -4808384 L 630493.9 -4808727 L 630220.8 -4808650 L 630246.7 -4807860 L 630039 -4807635 L 629681.5 -4808163 L 629358.5 -4808336 L 629731.3 -4808960 L 630459.7 -4809163 L 630575.9 -4809195 L 630744.7 -4810080 L 629647.9 -4812172 L 629158.6 -4812483 L 628534.7 -4812601 L 628106.3 -4813071 L 627542.4 -4812837 L 626638.7 -4813210 L 626198.7 -4813014 L 624484.5 -4813589 L 624389.5 -4814041 L 624077 -4814368 L 624070.2 -4814699 L 623506.8 -4814721 L 623137 -4814328 L 621840.1 -4814023 L 620653.7 -4813909 L 619616.3 -4813808 L 618823.6 -4814089 L 617307.4 -4813942 L 616538.2 -4813459 L 618693.6 -4813591 L 620034.9 -4813439 L 620960 -4813631 L 624890 -4813092 L 626048.1 -4812620 L 627121.4 -4812183 L 628070 -4811611 L 628962 -4810572 L 629213.6 -4809038 L 629021.2 -4808917 L 628693.3 -4809141 L 627716.9 -4810784 L 626829.8 -4811772 L 625989.6 -4812278 L 625007.1 -4812413 L 624151.5 -4812816 L 622158.7 -4813087 L 621411 -4813189 L 616736.4 -4812993 L 615272.6 -4812570 L 613569.6 -4812507 L 612871.9 -4812338 L 611899.2 -4812371 L 609957.7 -4812925 L 606108 -4813165 L 605782.5 -4813363 L 604959 -4813437 L 604877.7 -4813225 L 604205.2 -4813057 L 599200.9 -4813557 L 599291.9 -4815526 L 599889.6 -4816954 L 599719.3 -4817302 L 600272.3 -4817797 L 604190.9 -4819279 L 606347.6 -4820843 L 605402.4 -4822909 L 605799.9 -4823886 L 606119.4 -4824101 L 606447 -4823500 L 605955 -4822941 L 607327.8 -4821763 L 609008.2 -4823066 L 610510 -4823348 L 611941.7 -4824617 L 613096.1 -4824598 L 613442.7 -4824767 L 613844.7 -4825407 L 613418.8 -4826335 L 615023.8 -4827382 L 616167.5 -4827170 L 616557.3 -4827174 L 616916.9 -4827335 L 618551.6 -4829484 L 618552.7 -4830239 L 617955.4 -4830728 L 616494.7 -4830189 L 615726.9 -4830293 L 614895.3 -4831128 L 614763.5 -4831877 L 616646.7 -4836177 L 618708.7 -4837180 L 618608 -4838721 L 619376.3 -4840074 L 619725.9 -4840253 L 622443.6 -4840538 L 623482.7 -4841063 L 625250.9 -4840253 L 626800.7 -4840021 L 628382.4 -4838907 L 630689.5 -4839095 L 629552.9 -4841978 L 629430.7 -4843146 L 630587.1 -4846449 L 630653.7 -4846835 L 630758.3 -4847216 L 632375.8 -4849450 L 632578 -4850209 L 632649.8 -4852574 L 631670.7 -4855119 L 632391.8 -4855983 L 633413.2 -4856460 L 633547.9 -4856812 L 633141.5 -4857398 L 631679.9 -4857313 L 631930.2 -4858004 L 631486.4 -4859025 L 633066.4 -4859757 L 633148.7 -4859402 L 633490.1 -4860074 L 635539.9 -4861030 L 636542.8 -4862153 L 636728.5 -4862482 L 636351.6 -4862432 L 635975.7 -4862379 L 637951.5 -4863468 L 638897.4 -4864651 L 639210.9 -4865168 L 639142.6 -4865473 L 641581.6 -4865089 L 641929.6 -4865034 L 644547.7 -4864576 L 644921.7 -4864508 L 648473.7 -4864230 L 650287.2 -4863426 L 650644.3 -4863253 L 652789.4 -4861630 L 653954.3 -4861694 L 654323.4 -4861637 L 654644.5 -4861445 L 657825.7 -4859894 L 659394 -4858137 L 659641.3 -4857830 L 659969.6 -4857393 L 660152.7 -4857191 L 663084.5 -4854860 L 663256.7 -4854524 L 663813.6 -4853344 L 663882.8 -4853024 L 664376.3 -4851173 L 667502.7 -4849490 L 667851.9 -4849306 L 670223 -4848072 L 670559.2 -4847891 L 671477.6 -4847418 L 671784.8 -4847263 L 675660.5 -4845462 L 679272.8 -4846892 L 679661.8 -4846886 L 680031.8 -4846880 L 680401.9 -4846869 L 681905.3 -4846589 L 683343.8 -4846222 L 683713.9 -4846185 L 686054.6 -4845855 L 686650.1 -4845341 L 686934.3 -4845066 L 688069.2 -4844109 L 688402.4 -4843945 L 690282.4 -4843085 L 690597.6 -4842944 L 691728.3 -4842304 L 692039.5 -4842207 L 693725.4 -4841440 L 694039.6 -4841243 L 696357.1 -4839925 L 696737.2 -4839879 L 699829.8 -4838777 L 700177 -4838656 L 703646.6 -4837793 L 704822.8 -4837985 L 705211 -4837898 L 707110.4 -4838197 L 709416.3 -4837973 L 709799.5 -4837923 L 710858.3 -4838691 L 711176.3 -4838794 L 712551.4 -4839503 L 713779.9 -4841018 L 715444 -4841894 L 715836.1 -4841899 L 718195.3 -4841740 L 720152.4 -4844692 L 721168.5 -4845285 L 721395.4 -4845612 L 723306.6 -4845335 L 723867.2 -4844828 L 723949.1 -4843320 L 724333.7 -4842646 L 726006 -4842004 L 726361.3 -4841848 L 726158.4 -4841513 L 725475.9 -4840129 L 725345.8 -4838575 L 724959.5 -4838648 L 723000.6 -4838554 L 718912.5 -4837235 L 718686.6 -4836914 L 717652.4 -4836505 L 716041.2 -4832945 L 716697.7 -4829936 L 714225.6 -4828832 L 715232.9 -4827640 L 715601.1 -4827617 L 717062.7 -4827543 L 718309.7 -4826785 L 718567 -4826562 L 719838.7 -4826288 L 719253.8 -4824513 L 719111.8 -4820721 L 718241 -4820030 L 717947.1 -4818547 L 718338.2 -4818587 L 720361.4 -4816832 L 722337 -4813444 L 724243.9 -4812053 L 725390.4 -4811941 L 725430.4 -4811925 L 725242.9 -4811213 L 723712.2 -4810198 L 722324.2 -4809724 L 721960.9 -4809869 L 720105.8 -4810458 L 718553.4 -4810346 L 716961.9 -4809296 L 717126.2 -4808942 L 718025.6 -4805578 L 718794.6 -4804695 L 718796 -4804305 L 717612.1 -4802838 L 717796.2 -4801736 L 717319.1 -4800711 L 716246.2 -4800345 L 717026.4 -4800368 L 717939.3 -4799706 L 718290.3 -4799842 L 720869.6 -4800342 L 721747.5 -4798657 L 723549 -4796705 L 723896.2 -4796547 L 723796.5 -4795196 L 723806.9 -4794852 L 722003 -4794202 L 719089.1 -4792439 L 719226.4 -4792142 L 719345.8 -4791837 L 719077 -4791548 L 717565.2 -4791096 L 717558.6 -4790716 L 717322.6 -4788847 L 717334 -4788456 L 717217.5 -4786117 L 717056.6 -4785148 L 716929.9 -4784844 L 716862.5 -4784715 L 716691.9 -4784723 L 715590.8 -4785026 L 714934.8 -4785474 L 713473.5 -4785282 L 712289.7 -4784861 L 711825.9 -4784382 L 711678.3 -4783013 L 710515.3 -4782901 L 708301.1 -4784681 L 708037.3 -4785294 L 707063.2 -4785865 L 706660.1 -4786338 L 706558.7 -4786661 L 706512.2 -4786809 L 706751.6 -4787497 L 706323.2 -4787966 L 705936.7 -4788005 L 705313.4 -4788380 L 704443.8 -4787351 L 704054.9 -4787415 L 703686.6 -4786741 L 702513.9 -4786730 L 701474.6 -4787448 L 700498.6 -4787250 L 699577.5 -4787802 L 698245.2 -4787595 L 699037.3 -4787058 L 698852.4 -4786862 L 698518.8 -4786881 L 697885.6 -4787356 L 697256.9 -4787461 L 697107.7 -4787486 L 696917 -4787084 L 696568.1 -4787000 L 696174.9 -4787370 L 694629.3 -4787783 L 693992.5 -4787773 L 692780.9 -4787375 L 691178.6 -4787323 L 689990.1 -4788000 L 689852 -4788370 L 689985.3 -4789099 L 690289.9 -4789639 L 692045.3 -4791266 L 692384 -4792244 L 692431.6 -4793066 L 690158.1 -4795454 L 690355.7 -4795856 L 690711.8 -4796581 L 692077.4 -4796969 L 692206.9 -4797212 L 691565.1 -4797251 L 691388.8 -4797490 L 691380.3 -4799151 L 690532.1 -4800526 L 690296.6 -4801372 L 690297.3 -4801372 z M 627805.9 -4806174 L 627207.7 -4806282 L 627171 -4806419 L 627962.1 -4806754 L 628348.1 -4807144 L 628149.7 -4806514 L 627805.9 -4806174 z M 686819.7 -4795156 L 685962.7 -4795049 L 686735.3 -4795762 L 687462.5 -4795738 L 688066.6 -4795908 L 687949.2 -4795634 L 687541.6 -4795622 L 686819.8 -4795156 L 686819.7 -4795156 z M 685664.8 -4793128 L 685349.9 -4793481 L 685846.8 -4794143 L 686517.6 -4794591 L 687020.6 -4794665 L 687143.9 -4794447 L 686549.6 -4794261 L 686389.2 -4793811 L 685664.8 -4793128 L 685664.8 -4793128 z "
id="path697" />
<path
d="M 214558.1 -5379230 L 214243.4 -5379071 L 211885.9 -5378629 L 211655.2 -5378933 L 210915.4 -5378947 L 210290.5 -5379364 L 209933.8 -5380768 L 208453.6 -5381012 L 207739.3 -5381289 L 207099.7 -5380873 L 206920.3 -5379757 L 206142.7 -5378919 L 203952.1 -5378391 L 203320.3 -5378861 L 199839.4 -5381544 L 199660.7 -5381297 L 199104.1 -5380814 L 196838.5 -5381425 L 195704.2 -5382465 L 195335.7 -5382452 L 194605.9 -5382532 L 193581.8 -5382132 L 192419.9 -5382931 L 192104.8 -5383599 L 190498.6 -5383533 L 190148.3 -5383613 L 189214.1 -5385111 L 189094.3 -5384771 L 187296.8 -5384707 L 186114.7 -5385446 L 186079.7 -5385452 L 185728.2 -5385424 L 184289.3 -5384438 L 184501 -5384127 L 184479.5 -5383380 L 183686.2 -5381731 L 183358.7 -5381677 L 183051.5 -5381806 L 182845.6 -5381511 L 181734.5 -5380682 L 180674.8 -5380571 L 180466.1 -5380863 L 180124.4 -5380741 L 179743.2 -5379360 L 179589.6 -5379692 L 178950.8 -5379766 L 178370 -5378759 L 178470.7 -5377997 L 176282.9 -5376574 L 175674.6 -5376342 L 174487.9 -5376890 L 174131.5 -5376941 L 172399.4 -5377143 L 171531.3 -5378291 L 171909 -5378910 L 170957.6 -5379953 L 170344.5 -5379841 L 169729.2 -5380161 L 169084.9 -5379963 L 168289.9 -5380554 L 167979.2 -5380420 L 167665.2 -5382189 L 167675.9 -5382553 L 167487.3 -5382866 L 166375 -5385085 L 166189.6 -5385046 L 166107.7 -5386147 L 165187.6 -5387295 L 165708.2 -5388656 L 166197.1 -5389203 L 165755.5 -5390203 L 165779.3 -5390570 L 164739.2 -5390832 L 165079.5 -5392666 L 164651.9 -5393655 L 163994.7 -5394046 L 163740.8 -5394285 L 163192.9 -5394720 L 162899.2 -5396034 L 162667.6 -5397521 L 163498.3 -5397450 L 164738.3 -5397037 L 165504.5 -5397048 L 166449.4 -5396763 L 167319.6 -5396204 L 167431.8 -5396322 L 167619.9 -5396433 L 167556.4 -5397177 L 167670.8 -5397320 L 167881.3 -5397099 L 168096.7 -5396342 L 168669 -5396471 L 168921.4 -5396143 L 168964.7 -5395757 L 169296.8 -5396060 L 169373.5 -5396359 L 169679.6 -5396358 L 170404.4 -5395888 L 170909.4 -5396125 L 170356.1 -5396809 L 170820.6 -5396871 L 171640.2 -5396317 L 172013.7 -5397100 L 173879 -5397729 L 175558.9 -5397686 L 175976.2 -5397498 L 176481.3 -5397734 L 176965.9 -5397438 L 177656.1 -5397455 L 178043.8 -5397218 L 178244.7 -5396589 L 178910.9 -5396328 L 178429.6 -5397847 L 177239.3 -5398479 L 176769.2 -5398607 L 176599.5 -5398514 L 175120.3 -5399405 L 175176.9 -5400063 L 175457 -5400649 L 175334.8 -5400711 L 175216.9 -5400823 L 173324 -5400171 L 173062.6 -5399506 L 172601.7 -5399189 L 172338.4 -5399390 L 172356.8 -5400789 L 172076.9 -5401093 L 171129.9 -5401353 L 170865.3 -5401835 L 168786 -5402574 L 168297.1 -5403462 L 168212.5 -5403616 L 167762.3 -5405795 L 167034.9 -5407717 L 166750.6 -5407971 L 165917 -5408068 L 165004 -5408427 L 163956.7 -5409893 L 164101.5 -5410390 L 163941 -5411193 L 164268.6 -5412923 L 164178.8 -5414841 L 164294.2 -5415325 L 164398.6 -5416504 L 164116.5 -5416783 L 164149.5 -5418054 L 163401.7 -5419443 L 162860.2 -5419632 L 162524.7 -5419961 L 161982.1 -5419964 L 161662.7 -5419695 L 161491.9 -5419785 L 161486.2 -5420016 L 161683.1 -5420228 L 162560.3 -5420636 L 163573.8 -5421441 L 164401.5 -5423051 L 165836 -5430214 L 166134.3 -5430418 L 166254.4 -5430331 L 166125.2 -5429425 L 166219.2 -5428974 L 166341.9 -5428387 L 166638 -5428565 L 166793 -5428883 L 166684.7 -5429402 L 167077.3 -5430107 L 167083.4 -5430769 L 166841.9 -5431223 L 166375.9 -5431442 L 166003.8 -5431270 L 165793.3 -5431492 L 165801.5 -5432179 L 165828.6 -5432355 L 166150 -5434442 L 166042.6 -5435267 L 166189.3 -5436375 L 166426.9 -5436763 L 166431.8 -5437705 L 167111.8 -5438487 L 167017.9 -5438877 L 166623.5 -5439039 L 166591.3 -5439551 L 166920.1 -5440109 L 166871.2 -5440725 L 167026.2 -5441043 L 167584.4 -5441300 L 167895.9 -5441655 L 168567.6 -5441750 L 169224.4 -5441082 L 170775.6 -5440133 L 170288.3 -5440990 L 169647.2 -5441250 L 168600.3 -5442130 L 168015.5 -5442155 L 167970.3 -5442129 L 166674.7 -5441404 L 166379.9 -5440945 L 165524.8 -5440204 L 165395.1 -5439884 L 165535.3 -5439438 L 165475.4 -5438450 L 165289.3 -5438364 L 164998.4 -5438542 L 164687.5 -5439078 L 164185.8 -5441543 L 163697.6 -5445050 L 164279.8 -5445586 L 164831.5 -5445768 L 164887.2 -5446182 L 164902.7 -5446297 L 164731.5 -5446974 L 164457.2 -5447049 L 164274.7 -5446708 L 164025.7 -5446780 L 164007.8 -5447164 L 163504.2 -5447539 L 163579.9 -5449596 L 163795.3 -5450317 L 164238.7 -5451018 L 164459.4 -5452094 L 164962.2 -5452892 L 165536.5 -5452154 L 165823.9 -5452231 L 165972.5 -5452473 L 166035.5 -5453793 L 165793.1 -5453941 L 165206 -5453941 L 165360.5 -5453368 L 165121.6 -5453260 L 164966.1 -5453529 L 164841.9 -5454181 L 164808.2 -5454358 L 164909.7 -5455827 L 164812.3 -5458537 L 164508.5 -5460041 L 164646.4 -5461635 L 164241.6 -5462562 L 164505.9 -5462667 L 164923.4 -5462478 L 165584.3 -5462446 L 166721.9 -5462909 L 167574.9 -5462147 L 168496.9 -5461888 L 168761.2 -5461993 L 168925.1 -5462412 L 168490.9 -5462704 L 168300.5 -5462568 L 167715.6 -5462593 L 165811.4 -5464185 L 165008.5 -5464051 L 164341.9 -5464312 L 163327.9 -5463508 L 163200.6 -5462627 L 163382.6 -5462076 L 163301.3 -5461726 L 162894.7 -5462041 L 161837.4 -5463687 L 161320.9 -5465389 L 161049.1 -5466967 L 160411.7 -5468540 L 159850.2 -5469926 L 160057.3 -5469959 L 160356 -5469576 L 160806.5 -5469767 L 161224.1 -5469577 L 161349.5 -5469847 L 159533.6 -5470692 L 157709.7 -5474393 L 157745.7 -5475104 L 157954.9 -5475162 L 158477.3 -5474709 L 159534.7 -5475127 L 158571.5 -5475797 L 158526.1 -5476280 L 158491.8 -5476645 L 157653.1 -5477278 L 157446 -5477245 L 157453.8 -5477041 L 157893.6 -5476519 L 157934.6 -5476107 L 157319.2 -5475192 L 157080.3 -5475085 L 156726.5 -5475422 L 155070.4 -5478114 L 152813.9 -5480654 L 153074 -5480708 L 154682.9 -5479830 L 154728 -5480055 L 154536.8 -5480302 L 154452.4 -5480410 L 153924.6 -5480507 L 153440.6 -5481110 L 152796.2 -5481038 L 152385.4 -5480717 L 152407.6 -5480383 L 152238 -5480194 L 151951.5 -5480423 L 151484.4 -5480336 L 151117.5 -5480521 L 150649.8 -5481606 L 150099 -5483796 L 150392.5 -5485121 L 150444.9 -5486315 L 150205.5 -5489446 L 150089.1 -5489821 L 149546.8 -5491568 L 149122.5 -5491681 L 148894.2 -5492287 L 149223.9 -5494324 L 149017.5 -5495183 L 148663.4 -5496106 L 147159.1 -5496721 L 146733.6 -5497115 L 146438 -5497829 L 146356.2 -5498652 L 147243.8 -5500054 L 147849.7 -5500562 L 148708.1 -5500743 L 148986.5 -5501891 L 149638.7 -5502345 L 149908.5 -5502806 L 150084.4 -5504244 L 150005.7 -5509223 L 149256.9 -5511481 L 148379.3 -5512551 L 147138.4 -5512965 L 146363.5 -5513746 L 145138 -5513751 L 143978.5 -5514514 L 143388.9 -5514489 L 143140.9 -5514867 L 143038.3 -5515157 L 143629.9 -5515794 L 143572.4 -5516309 L 144024.2 -5516805 L 143274.5 -5518171 L 143274.3 -5518757 L 143614.7 -5519442 L 143300.6 -5519648 L 143897.7 -5520642 L 144109.3 -5520725 L 144757.4 -5520541 L 145355.9 -5520668 L 146004.1 -5520072 L 147044.5 -5519527 L 147126.1 -5519290 L 146975.2 -5519023 L 147494.4 -5518238 L 148144.7 -5518080 L 148637.2 -5518164 L 149180.4 -5518831 L 149971.6 -5519120 L 150293.5 -5518709 L 150701.2 -5518699 L 151137.7 -5518432 L 151786 -5517075 L 151813.7 -5516512 L 152133.4 -5516076 L 153505.5 -5515702 L 153966.1 -5515713 L 155748.2 -5514768 L 156223.8 -5514651 L 157023.3 -5514453 L 158459.2 -5514226 L 159889.4 -5514229 L 160274.1 -5513661 L 160832.8 -5513332 L 161348.5 -5513389 L 161911.5 -5513697 L 162318.1 -5513381 L 162111.1 -5512762 L 162547.6 -5511908 L 164251.1 -5511530 L 165679.4 -5511620 L 165582.4 -5510987 L 165997.8 -5509901 L 166554.2 -5509827 L 167656.6 -5510041 L 167777 -5510398 L 169191.8 -5510796 L 170418.1 -5511097 L 171257.7 -5510769 L 172869.6 -5510807 L 173278.3 -5511103 L 173573.6 -5510976 L 174557.4 -5511426 L 175836.5 -5512334 L 175881.8 -5512334 L 176373.1 -5512339 L 176384 -5513051 L 177203.7 -5513669 L 177372.3 -5514138 L 177092.4 -5514443 L 177243.3 -5515297 L 177530.9 -5515374 L 178445.3 -5514733 L 178871.7 -5514645 L 179910.6 -5515141 L 180040.6 -5515461 L 180606.9 -5515514 L 181201.8 -5515896 L 181624.8 -5515476 L 183474.6 -5515902 L 185005.9 -5515896 L 186226 -5515386 L 186853.4 -5515123 L 187597 -5515161 L 189625.2 -5514117 L 190378.8 -5513975 L 191064 -5514222 L 191352.7 -5514018 L 191486 -5514083 L 191455.1 -5514315 L 191776.8 -5514491 L 192262.6 -5514500 L 192069.8 -5513165 L 191795.6 -5513241 L 191605 -5512518 L 191999.4 -5512356 L 192288 -5511566 L 192213.1 -5511292 L 192671.3 -5511278 L 192999.6 -5510357 L 193594.4 -5509566 L 193667.1 -5509228 L 193401.6 -5508818 L 194297.3 -5505911 L 194105.6 -5504296 L 193949.2 -5504259 L 192737.5 -5505001 L 192551.4 -5504968 L 192452.2 -5504950 L 192133.9 -5503932 L 191592 -5502985 L 191486.2 -5502357 L 191805.7 -5501921 L 191350.8 -5501681 L 190201.8 -5502265 L 189813 -5502197 L 189321.8 -5501832 L 188765.6 -5501013 L 188320.7 -5499421 L 188156.8 -5497829 L 188479.7 -5496552 L 189406.4 -5494585 L 191102.3 -5491082 L 192652.2 -5489053 L 196727.3 -5482717 L 196767.1 -5482655 L 197049.2 -5481790 L 197281.9 -5480062 L 197123.3 -5479999 L 196935.9 -5480780 L 196825.8 -5480688 L 196689.4 -5479706 L 196209.6 -5478295 L 196263.8 -5476863 L 195762.8 -5476677 L 195649.5 -5476254 L 195903.9 -5475952 L 195850.2 -5475039 L 196387.5 -5475935 L 197369.8 -5476079 L 197656.1 -5476437 L 198021.6 -5476532 L 199025.1 -5476037 L 199072.5 -5475702 L 198042.9 -5475307 L 198240.1 -5474933 L 198267.7 -5474370 L 198924.3 -5473702 L 199516.8 -5473472 L 200192.9 -5473617 L 200371.4 -5473321 L 200427.7 -5472501 L 198966.6 -5471252 L 199045.9 -5470990 L 199067.8 -5471002 L 198870.4 -5470749 L 198883.1 -5470291 L 198971.7 -5468429 L 199304.4 -5467496 L 199617.4 -5467361 L 200025.2 -5466780 L 199446.9 -5466569 L 199090.9 -5466022 L 200513.1 -5464827 L 201052.8 -5463836 L 201747.4 -5463768 L 201711.4 -5463091 L 201888.7 -5462796 L 202257.6 -5462949 L 203134.3 -5461454 L 204009.5 -5460828 L 204267 -5460568 L 204608.7 -5460679 L 205072.6 -5460118 L 205812.3 -5460060 L 206636.5 -5458054 L 206672.4 -5457999 L 207805.5 -5457923 L 209175.1 -5457229 L 209260.2 -5456853 L 210355 -5456695 L 211329.6 -5457254 L 213027.7 -5459132 L 213387.4 -5459247 L 213551.4 -5460234 L 213998.4 -5460765 L 214326.4 -5460654 L 214046.3 -5460380 L 214257.4 -5459632 L 215569.3 -5457692 L 216589.3 -5457299 L 214625.1 -5456169 L 214812.3 -5455449 L 213313.7 -5453304 L 212588.5 -5453145 L 211962.9 -5453557 L 211296.8 -5453425 L 211145.7 -5453073 L 212784.3 -5452635 L 213126.5 -5452576 L 212622.6 -5451731 L 214771 -5450324 L 215010.5 -5450037 L 214851.4 -5449694 L 215213.5 -5449582 L 215591.9 -5449587 L 215937.8 -5449402 L 216047.2 -5448765 L 214846.3 -5447783 L 214106 -5447582 L 213430.7 -5446622 L 213273.5 -5446262 L 215673.5 -5447909 L 216387.9 -5447768 L 216747.5 -5447837 L 216783 -5446877 L 216781.1 -5446553 L 216703.2 -5446242 L 216626 -5445075 L 216468.9 -5444716 L 217073.9 -5443343 L 217088.9 -5442961 L 217167.3 -5442702 L 217109.5 -5442439 L 217005.1 -5441964 L 216609.9 -5441285 L 216563.8 -5440894 L 216228 -5440705 L 215389 -5439922 L 215816.8 -5439289 L 216890.2 -5438988 L 217397.3 -5438417 L 217386.4 -5437679 L 217034.2 -5437765 L 215685.6 -5437319 L 214919.6 -5436096 L 214441.6 -5436286 L 214189 -5436167 L 213795.9 -5434757 L 213332.9 -5433772 L 211271.3 -5431679 L 211066.3 -5431371 L 210291.2 -5431292 L 207921.1 -5429960 L 207588.2 -5429751 L 207325.9 -5429767 L 207067.5 -5429715 L 206751.6 -5429904 L 206111.7 -5430222 L 205380.7 -5430147 L 204977.8 -5431176 L 204668 -5431017 L 203664.2 -5431157 L 203119.5 -5430740 L 202797.5 -5430874 L 202651.5 -5430547 L 202856.1 -5429884 L 201653.5 -5429430 L 202136 -5429010 L 201979.1 -5427934 L 201195.2 -5427167 L 201184.3 -5426801 L 201498.3 -5426662 L 201822.4 -5426546 L 202913.7 -5426949 L 205190.9 -5427134 L 205723.2 -5426593 L 205015.9 -5424782 L 202948.7 -5423653 L 202819.6 -5423274 L 202647.5 -5422913 L 202224 -5422110 L 202117.2 -5421825 L 201752.7 -5421777 L 201310.7 -5421188 L 200596.6 -5421085 L 199777.4 -5422241 L 199510.4 -5421983 L 198910.7 -5420780 L 197503.5 -5419747 L 197395.2 -5418837 L 197030 -5418944 L 196372.6 -5418694 L 195420.6 -5417538 L 194687 -5417660 L 194690.6 -5417496 L 194477.7 -5416798 L 194810.6 -5416177 L 196485.6 -5415726 L 196659.1 -5415403 L 196804.3 -5415423 L 197813.8 -5415102 L 198344.5 -5415127 L 198573.4 -5414981 L 198884.2 -5413893 L 199036.6 -5413543 L 199222.2 -5412867 L 198684.4 -5412358 L 199002.2 -5411695 L 199807.4 -5410926 L 201526.9 -5410254 L 202811.7 -5411245 L 203151 -5411223 L 204589 -5410036 L 205913.4 -5410413 L 206287.9 -5410426 L 207678.7 -5410060 L 208337.3 -5411316 L 208674.3 -5411135 L 209331.9 -5411515 L 210135 -5410742 L 210256.3 -5410378 L 211537.8 -5409507 L 213712.5 -5408740 L 214221.9 -5407780 L 215313.8 -5407648 L 216243 -5408169 L 216524.9 -5408418 L 218050.7 -5408484 L 218663.4 -5408941 L 218914.3 -5409231 L 219024 -5409039 L 217668.7 -5407357 L 217409.8 -5407072 L 216575.3 -5406371 L 216831.6 -5404589 L 217166.6 -5404433 L 217952.7 -5404526 L 218178.6 -5404834 L 218910 -5404674 L 219728.1 -5403858 L 219963.9 -5402736 L 220404 -5402107 L 221429.4 -5401350 L 221712.3 -5401180 L 222188.8 -5400713 L 222376.4 -5400432 L 222704.3 -5400243 L 224699.4 -5399345 L 224702.8 -5398595 L 224356.8 -5398754 L 223161.8 -5397917 L 222738.1 -5396874 L 221850.7 -5396191 L 221866.9 -5395811 L 221963.2 -5395453 L 222508.3 -5393362 L 223879.6 -5392839 L 224111.4 -5392174 L 223747 -5392164 L 223140 -5391992 L 223149.2 -5390183 L 222614.7 -5389240 L 222257.1 -5389107 L 221749.4 -5388563 L 221309 -5387147 L 221320.6 -5385987 L 219995.4 -5384608 L 218870.8 -5384403 L 218618.1 -5384207 L 214945.5 -5380409 L 214919.7 -5380025 L 214558.7 -5379231 L 214558.1 -5379230 z "
id="path698" />
<path
d="M 217409 -5407071 L 217667.9 -5407356 L 219023.2 -5409038 L 218913.5 -5409230 L 218662.6 -5408940 L 218049.9 -5408483 L 216524.1 -5408417 L 216242.2 -5408169 L 215313 -5407647 L 214221.1 -5407779 L 213711.7 -5408739 L 211537 -5409506 L 210255.5 -5410377 L 210134.2 -5410741 L 209331.1 -5411514 L 208673.5 -5411134 L 208336.5 -5411315 L 207677.9 -5410059 L 206287.1 -5410425 L 205912.6 -5410412 L 204588.2 -5410035 L 203150.2 -5411222 L 202810.9 -5411244 L 201526.1 -5410254 L 199806.6 -5410925 L 199001.4 -5411694 L 198683.6 -5412357 L 199221.4 -5412866 L 199035.8 -5413542 L 198883.4 -5413892 L 198572.6 -5414980 L 198343.7 -5415126 L 197813 -5415101 L 196803.5 -5415422 L 196658.3 -5415402 L 196484.8 -5415725 L 194809.8 -5416176 L 194476.9 -5416797 L 194689.8 -5417495 L 194686.2 -5417659 L 195419.8 -5417537 L 196371.8 -5418693 L 197029.2 -5418943 L 197394.4 -5418836 L 197502.7 -5419746 L 198909.9 -5420779 L 199509.6 -5421982 L 199776.6 -5422240 L 200595.8 -5421084 L 201309.9 -5421188 L 201751.9 -5421776 L 202116.4 -5421824 L 202223.2 -5422109 L 202646.7 -5422913 L 202818.8 -5423273 L 202947.9 -5423652 L 205015.1 -5424781 L 205722.4 -5426592 L 205190.1 -5427133 L 202912.9 -5426948 L 201821.6 -5426545 L 201497.5 -5426661 L 201183.5 -5426800 L 201194.4 -5427167 L 201978.3 -5427933 L 202135.2 -5429010 L 201652.7 -5429429 L 202855.3 -5429883 L 202650.7 -5430546 L 202796.7 -5430873 L 203118.7 -5430739 L 203663.4 -5431156 L 204667.2 -5431017 L 204977 -5431175 L 205379.9 -5430146 L 206110.9 -5430222 L 206750.8 -5429903 L 207066.7 -5429714 L 207325.1 -5429766 L 207587.4 -5429750 L 207920.3 -5429959 L 210290.4 -5431291 L 211065.5 -5431370 L 211270.5 -5431678 L 213332.1 -5433771 L 213795.1 -5434756 L 214188.2 -5436166 L 214440.8 -5436285 L 214918.8 -5436095 L 215684.8 -5437318 L 217033.4 -5437764 L 217385.6 -5437679 L 217396.5 -5438416 L 216889.4 -5438987 L 215816 -5439288 L 215388.2 -5439921 L 216227.2 -5440704 L 216563 -5440893 L 216609.1 -5441284 L 217004.3 -5441963 L 217108.7 -5442438 L 217166.5 -5442701 L 217088.1 -5442960 L 217073.1 -5443342 L 216468.1 -5444715 L 216625.2 -5445074 L 216702.4 -5446241 L 216780.3 -5446552 L 216782.2 -5446877 L 216746.7 -5447836 L 216387.1 -5447767 L 215672.7 -5447908 L 213272.7 -5446261 L 213429.9 -5446621 L 214105.2 -5447582 L 214845.5 -5447782 L 216046.4 -5448764 L 215937 -5449401 L 215591.1 -5449586 L 215212.7 -5449581 L 214850.6 -5449693 L 215009.7 -5450037 L 214770.2 -5450324 L 212621.8 -5451730 L 213125.7 -5452575 L 212783.5 -5452634 L 211144.9 -5453072 L 211296 -5453424 L 211962.1 -5453556 L 212587.7 -5453144 L 213312.9 -5453304 L 214811.5 -5455448 L 214624.3 -5456168 L 216588.5 -5457298 L 215568.5 -5457692 L 214256.6 -5459632 L 214045.5 -5460379 L 214325.6 -5460653 L 213997.6 -5460764 L 213550.6 -5460233 L 213386.6 -5459247 L 213026.9 -5459131 L 211328.8 -5457253 L 210354.2 -5456694 L 209259.4 -5456852 L 209174.3 -5457229 L 207804.7 -5457922 L 206671.6 -5457998 L 206635.7 -5458053 L 205811.5 -5460059 L 205071.8 -5460118 L 204607.9 -5460679 L 204266.2 -5460567 L 204008.7 -5460827 L 203133.5 -5461453 L 202256.8 -5462948 L 201887.9 -5462795 L 201710.6 -5463090 L 201746.6 -5463767 L 201052 -5463835 L 200512.3 -5464826 L 199090.1 -5466021 L 199446.1 -5466568 L 200024.4 -5466779 L 199616.6 -5467360 L 199303.6 -5467495 L 198970.9 -5468428 L 198882.3 -5470290 L 198869.6 -5470748 L 199067 -5471001 L 200441.4 -5471785 L 200642.8 -5472048 L 201033.7 -5472142 L 200737.4 -5472550 L 200634.8 -5473425 L 201075.2 -5473794 L 201189.7 -5474524 L 200903.2 -5475338 L 200549.6 -5475675 L 200485.7 -5476114 L 200601.1 -5476233 L 202617.5 -5478324 L 202726.5 -5478697 L 203796.8 -5479266 L 204673.4 -5479368 L 205230.7 -5479320 L 205434.5 -5479022 L 206893.7 -5479073 L 207932.1 -5479569 L 209773.4 -5479613 L 209803.2 -5479374 L 210214.9 -5479270 L 210328.2 -5479371 L 210578.7 -5479595 L 211261.4 -5479199 L 212092.6 -5479345 L 212909.5 -5479287 L 215327.2 -5478781 L 216968.6 -5477112 L 218892.2 -5475865 L 221109.3 -5474943 L 222794.1 -5474241 L 223954.2 -5473947 L 229912.7 -5472841 L 231685.6 -5472904 L 233102.1 -5472630 L 234777 -5472685 L 235018.3 -5472611 L 235733.9 -5472390 L 236573.9 -5471900 L 237981.8 -5471721 L 238995.8 -5471775 L 241889 -5472338 L 243009.8 -5472296 L 245577.6 -5471822 L 248320.7 -5470925 L 248534.4 -5470733 L 248857.1 -5470878 L 249731.3 -5470696 L 252113.9 -5470626 L 252506.6 -5470615 L 253936.2 -5470029 L 256055 -5468921 L 258513.1 -5466935 L 258951.8 -5466581 L 261565.7 -5465244 L 263622 -5464820 L 263787.7 -5464574 L 263732.2 -5464189 L 263891.1 -5464070 L 264449.3 -5463616 L 265141.8 -5463501 L 265154.1 -5463272 L 264295.1 -5463176 L 263976.6 -5462955 L 263830.6 -5462361 L 264327.9 -5462566 L 265100.5 -5462378 L 265223.2 -5462444 L 265471.1 -5462577 L 265745.1 -5463151 L 265828.1 -5463970 L 272414.3 -5464857 L 274960 -5465517 L 275946.3 -5465883 L 280376 -5467573 L 281159.9 -5467783 L 281678.8 -5467923 L 282026.7 -5468115 L 282909 -5468603 L 285603.5 -5470092 L 285715.2 -5470378 L 286283.8 -5470786 L 287477.2 -5471643 L 287800.7 -5472246 L 288141.9 -5472518 L 288837.5 -5473375 L 290630.5 -5475400 L 291875.4 -5476357 L 293724.9 -5476939 L 295388.1 -5477206 L 296346.5 -5477817 L 296904.9 -5478043 L 297938.6 -5478462 L 298852.3 -5478485 L 299172.2 -5478680 L 299711.2 -5478582 L 303624.9 -5478586 L 303835.2 -5478605 L 303798.5 -5476618 L 304486.8 -5474479 L 304523.8 -5474099 L 304331.9 -5473784 L 303925.9 -5472384 L 304038.9 -5472013 L 304331.9 -5470895 L 305392.8 -5468854 L 304099 -5466524 L 303887.5 -5466354 L 303433.5 -5466060 L 303756.4 -5465967 L 304720 -5465668 L 305125.7 -5463985 L 304179.5 -5462910 L 304094.5 -5462560 L 305042.5 -5462029 L 306550.3 -5463619 L 307937.6 -5463915 L 308264.2 -5463738 L 309286.3 -5462882 L 309528.8 -5462653 L 309351.9 -5462344 L 309386.4 -5460234 L 309017.2 -5460232 L 306338.4 -5459187 L 305246.8 -5459139 L 304878.4 -5459051 L 305957.7 -5456692 L 306278.3 -5456472 L 308051.2 -5454996 L 309197.4 -5454893 L 309548.3 -5454787 L 309588.4 -5454423 L 309950 -5453830 L 309609 -5452329 L 309480 -5451961 L 309551.6 -5450986 L 309711.9 -5450697 L 309314.7 -5448308 L 309170.8 -5447987 L 309279.6 -5447886 L 310284.9 -5447443 L 310666 -5447430 L 311133.3 -5447061 L 312123.7 -5447071 L 312170.8 -5446697 L 312518.6 -5446552 L 312333.7 -5446231 L 311771.2 -5445309 L 310708.2 -5445096 L 310786.4 -5444378 L 310760 -5444234 L 310643.1 -5443905 L 309978.2 -5442026 L 310053.4 -5441694 L 310720.6 -5441649 L 310804.9 -5441341 L 310105.9 -5440646 L 311144 -5440490 L 311235.1 -5440105 L 311149.2 -5438927 L 310873.6 -5439162 L 309161.3 -5439335 L 308333.4 -5438728 L 308341.5 -5438365 L 308405.8 -5437672 L 307390 -5436716 L 307663.5 -5436464 L 307981.1 -5436667 L 308644.3 -5434963 L 310424.8 -5434437 L 310794.9 -5434421 L 311519 -5434310 L 313041.1 -5432808 L 312881.5 -5432159 L 312189.4 -5431419 L 312079.6 -5431094 L 311984.9 -5430407 L 311500.7 -5429151 L 311403.9 -5428813 L 311887.9 -5428304 L 311845.2 -5427601 L 311782.3 -5427252 L 310343 -5425280 L 309424.2 -5425548 L 309771.9 -5426650 L 307839.7 -5427809 L 307644.9 -5427486 L 306224.1 -5425310 L 304483.6 -5424607 L 304221.1 -5424888 L 303520.3 -5425116 L 302734.9 -5425945 L 302413.5 -5425835 L 300808.7 -5425420 L 300481.9 -5425565 L 300400.9 -5427270 L 300045.6 -5427225 L 298985.8 -5427105 L 298043.1 -5426594 L 297757.5 -5425151 L 297260 -5424613 L 296518.6 -5424614 L 296349.2 -5424927 L 295837.9 -5425324 L 293789.5 -5424801 L 293585.7 -5424519 L 293144.3 -5423579 L 292519.2 -5423279 L 292145.7 -5423168 L 291059.5 -5423353 L 290762.9 -5424851 L 290672.6 -5425172 L 290092.2 -5425978 L 289464.4 -5426204 L 289286.7 -5425955 L 288981 -5425757 L 287354.7 -5424336 L 285968.9 -5424750 L 285770.1 -5424460 L 284821.2 -5423474 L 284631.6 -5422437 L 284473.7 -5422106 L 284172 -5421455 L 284166.3 -5421151 L 283556.5 -5420528 L 281609.4 -5420146 L 279090.1 -5418978 L 279142.4 -5418652 L 279308.2 -5417679 L 279272.1 -5417654 L 279075.7 -5417955 L 278126.7 -5418239 L 277489.5 -5417918 L 277490.5 -5417473 L 277237.6 -5417168 L 275348.1 -5415747 L 275218.2 -5415387 L 274521.9 -5414573 L 274114.1 -5414366 L 273816.4 -5414580 L 273153.4 -5414786 L 271782.4 -5414344 L 271192.3 -5414486 L 270494.6 -5415267 L 270232 -5414210 L 269157.7 -5413985 L 268952.8 -5413663 L 270248.6 -5411837 L 269909.6 -5411939 L 268645.1 -5412565 L 268386.4 -5412323 L 266780.3 -5413225 L 266356.2 -5414204 L 265021.5 -5414781 L 264627.7 -5415410 L 264374 -5415190 L 263846.7 -5414796 L 262927.8 -5415118 L 262656 -5415296 L 261884.7 -5415833 L 261044.2 -5415895 L 260659 -5415955 L 260011.4 -5416347 L 258886.4 -5416308 L 258583.3 -5416358 L 257752.8 -5415997 L 257580.5 -5416345 L 257142.6 -5416977 L 255594.5 -5417031 L 255455.7 -5416719 L 255009.2 -5415799 L 255144.6 -5415480 L 255402.7 -5414578 L 255075 -5414367 L 254178.4 -5413105 L 254054.5 -5413186 L 252463.7 -5414706 L 252555.4 -5415404 L 253270.4 -5415579 L 252995.6 -5416201 L 252815.4 -5416163 L 251489 -5416029 L 251128 -5416165 L 250265.2 -5417416 L 250037.7 -5417719 L 249938.4 -5418470 L 249618.6 -5418673 L 248545.9 -5418333 L 248583.8 -5418699 L 248032.2 -5419050 L 245670 -5418967 L 245317 -5418654 L 244667.2 -5417719 L 243225.1 -5417382 L 243296.4 -5416628 L 242223.7 -5416335 L 242079.3 -5416622 L 241217.1 -5416864 L 239314.5 -5416502 L 238428.7 -5415209 L 237751.2 -5414817 L 237395.1 -5414901 L 237015.2 -5415526 L 235569.6 -5415412 L 235324.3 -5415379 L 235083.9 -5415321 L 234752.1 -5415123 L 233718.9 -5414612 L 232184.7 -5414713 L 232375.7 -5415060 L 232404.5 -5416235 L 231695.2 -5415992 L 229509.3 -5416525 L 228924.8 -5416992 L 227826.3 -5415991 L 228034.8 -5415694 L 228836.9 -5414559 L 229457.8 -5414244 L 229121 -5414060 L 227438.8 -5412542 L 227197.8 -5412226 L 226950.8 -5411915 L 226556.3 -5411877 L 224757.8 -5411136 L 222033.9 -5410682 L 221957 -5410330 L 221689.2 -5410088 L 221345.5 -5409933 L 219857.1 -5407828 L 219510.3 -5407661 L 218557.9 -5407042 L 217408.7 -5407070 L 217409 -5407071 z "
id="path699" />
</g>
</svg>
/branches/refact/services/presentations/images/cartes/grille_utm_100km.svg
New file
0,0 → 1,1105
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
 
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="210mm"
height="297mm"
id="svg8755"
version="1.1"
inkscape:version="0.48.1 r9760"
sodipodi:docname="Nouveau document 6">
<defs
id="defs8757" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="375"
inkscape:cy="520"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="531"
inkscape:window-height="415"
inkscape:window-x="1600"
inkscape:window-y="706"
inkscape:window-maximized="0" />
<metadata
id="metadata8760">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1">
<g
transform="matrix(6.1963915e-4,0,0,6.1963915e-4,82.591913,3773.4213)"
id="100kok_tranverse_31t"
style="fill:none;stroke:#000000;stroke-width:777.70001221;stroke-linecap:round;stroke-linejoin:round">
<rect title="648196,5112751" x="648000" y="5113000" width="10" height="10" fill="green"/>
<path
d="m -268783.4,-4466744.4 1030.4,-10111.1 1032.3,-10110.9 1034.3,-10110.7 1036.2,-10110.4 1038.1,-10110.2 1040,-10110.1 761.1,-7386.3 3811.7,262.1 10038.7,690 10037.6,689.8 10036.3,689.6 10035,689.4 10033.8,689.1 -688.4,10033.3 -687.2,10033.5 -686,10033.7 -684.8,10033.9 -683.4,10034 -682.2,10034.3 -654.6,9645.1 -5888.2,-555.7 -10061.1,-963.2 -10061.6,-976.8 -10062.1,-990.4 -10062.7,-1004.1 -10063.2,-1017.8 z"
id="path1983"
fill="red" />
<path
d="m -112435,-4452466.4 -5453.1,-441.4 -10056.4,-827.4 -10056.8,-841 -10057.3,-854.5 -10057.7,-868.1 -10058.2,-881.6 -10058.7,-895.2 -10059.2,-908.8 -10059.6,-922.4 -10060.1,-936 -4172.4,-393.8 654.6,-9645.1 682.2,-10034.3 683.4,-10034 684.8,-10033.9 686,-10033.7 687.2,-10033.5 688.4,-10033.3 10032.5,689 10031.4,688.8 10030,688.6 10028.8,688.3 10027.6,688.2 10026.3,687.9 10025.1,687.8 10023.9,687.5 10022.6,687.3 10021.3,687.2 -686.4,10020.9 -685.3,10021 -684,10021.1 -682.7,10021.4 -681.5,10021.5 -680.2,10021.8 -679,10021.9 -107.4,1587.4 z"
id="path1984"
fill="red" />
<path
d="m -12321.5,-4445036.3 -5026.1,-339.6 -10052.2,-692.6 -10052.7,-706 -10053,-719.5 -10053.4,-732.9 -10053.8,-746.4 -10054.2,-759.9 -10054.6,-773.4 -10055.1,-786.9 -10055.5,-800.4 -4602.8,-372.5 107.4,-1587.4 679,-10021.9 680.2,-10021.8 681.5,-10021.5 682.7,-10021.4 684,-10021.1 685.3,-10021 686.4,-10020.9 10020.1,687.1 10018.9,686.8 10017.5,686.7 10016.4,686.4 10015.1,686.3 10013.9,686.1 10012.6,685.9 10011.4,685.7 10010.1,685.5 10008.9,685.3 -684.7,10008.4 -683.4,10008.5 -682.2,10008.7 -680.9,10008.9 -679.7,10009 -678.4,10009.3 -677.2,10009.4 -151.6,2243.2 z"
id="path1985"
inkscape:connector-curvature="0" />
<path
d="m 87755.3,-4438939 -4599.8,-249.5 -10048.8,-558.4 -10049.1,-571.8 -10049.5,-585.2 -10049.8,-598.6 -10050.1,-612 -10050.5,-625.4 -10050.8,-638.8 -10051.1,-652.3 -10051.6,-665.7 -5025.7,-339.5 151.6,-2243.2 677.2,-10009.4 678.4,-10009.3 679.7,-10009 680.9,-10008.9 682.2,-10008.7 683.4,-10008.5 684.7,-10008.4 10007.7,685.2 10006.4,685.1 10005.2,684.9 10003.9,684.7 10002.7,684.5 10001.4,684.3 10000.1,684.3 9999,684 9997.7,683.9 9996.4,683.7 -683,9996 -681.8,9996.1 -680.5,9996.2 -679.4,9996.4 -678,9996.5 -676.8,9996.7 -675.5,9996.8 -106.9,1583.5 z"
id="path1986"
inkscape:connector-curvature="0" />
<path
d="m 187794.9,-4434168.2 -4166.6,-170.7 -10046.2,-424.9 -10046.3,-438.2 -10046.6,-451.6 -10046.9,-464.9 -10047.1,-478.3 -10047.4,-491.6 -10047.7,-505 -10047.9,-518.3 -10048.2,-531.7 -5448.8,-295.6 106.9,-1583.5 675.5,-9996.8 676.8,-9996.7 678,-9996.5 679.4,-9996.4 680.5,-9996.2 681.8,-9996.1 683,-9996 9995.3,683.6 9994,683.5 9992.8,683.3 9991.6,683 9990.2,683 9989,682.8 9987.8,682.7 9986.5,682.5 9985.3,682.4 9984.1,682.3 -681.5,9983.5 -680.4,9983.7 -679,9983.8 -677.9,9983.9 -676.6,9984 -675.4,9984.2 -647.9,9596.8 z"
id="path1987"
inkscape:connector-curvature="0" />
<path
d="m 246203.2,-4500000 -251.3,7374.2 -343.5,10093.2 -342.9,10093 -342.2,10092.8 -341.6,10092.7 -341,10092.6 -340.3,10092.5 -10044.8,-345 -10045,-358.3 -10045.2,-371.6 -10045.4,-385 -10045.7,-398.3 -5879.3,-240.9 647.9,-9596.8 675.4,-9984.2 676.6,-9984 677.9,-9983.9 679,-9983.8 680.4,-9983.7 681.5,-9983.5 9982.8,682.2 9981.6,682 9980.3,681.9 9979.1,681.8 9977.8,681.6 3787.9,258.7 z"
id="path1988"
inkscape:connector-curvature="0" />
<path
d="m -261810.9,-4534794.2 280.8,-2723.5 1043.8,-10109.5 1045.7,-10109.3 1047.6,-10109 1049.5,-10108.8 1051.4,-10108.6 1053.3,-10108.3 1055.2,-10108.1 1057.1,-10107.9 1058.9,-10107.6 676.3,-6445.4 355.4,24.9 10036.6,702.4 10035.4,702.1 10034.1,702 10033,701.8 10031.7,701.5 -700.8,10031.2 -699.6,10031.3 -698.3,10031.6 -697.2,10031.8 -695.9,10032.1 -694.7,10032.2 -693.3,10032.4 -692.2,10032.7 -691,10032.9 -689.7,10033 -10033.8,-689.1 -10035,-689.4 -10036.3,-689.6 -10037.6,-689.8 -10038.7,-690 -3811.7,-262.1 z"
id="path1989"
inkscape:connector-curvature="0" />
<path
d="m -207817.9,-4531084.1 689.7,-10033 691,-10032.9 692.2,-10032.7 693.3,-10032.4 694.7,-10032.2 695.9,-10032.1 697.2,-10031.8 698.3,-10031.6 699.6,-10031.3 700.8,-10031.2 10030.4,701.3 10029.3,701.1 10028.1,700.9 10026.8,700.8 10025.5,700.5 10024.4,700.3 10023.1,700.1 10021.9,699.9 10020.6,699.8 10019.5,699.5 -698.8,10018.9 -697.6,10019.1 -696.5,10019.3 -695.1,10019.5 -693.9,10019.7 -692.7,10019.9 -691.4,10020.1 -690.2,10020.2 -688.9,10020.4 -687.8,10020.6 -10021.3,-687.2 -10022.6,-687.3 -10023.9,-687.5 -10025.1,-687.8 -10026.3,-687.9 -10027.6,-688.2 -10028.8,-688.3 -10030,-688.6 -10031.4,-688.8 -10032.5,-689 z"
id="path1990"
inkscape:connector-curvature="0" />
<path
d="m -107548.5,-4524203.5 687.8,-10020.6 688.9,-10020.4 690.2,-10020.2 691.4,-10020.1 692.7,-10019.9 693.9,-10019.7 695.1,-10019.5 696.5,-10019.3 697.6,-10019.1 698.8,-10018.9 10018.2,699.4 10017,699.1 10015.7,699 10014.6,698.7 10013.2,698.6 10012.1,698.5 10010.9,698.2 10009.6,698.1 10008.4,697.8 10007.2,697.7 -697,10006.7 -695.8,10006.8 -694.6,10007 -693.3,10007.2 -692.1,10007.3 -690.9,10007.5 -689.6,10007.7 -688.4,10007.9 -687.1,10007.9 -685.9,10008.2 -10008.9,-685.3 -10010.1,-685.5 -10011.4,-685.7 -10012.6,-685.9 -10013.9,-686.1 -10015.1,-686.3 -10016.4,-686.4 -10017.5,-686.7 -10018.9,-686.8 -10020.1,-687.1 z"
id="path1991"
inkscape:connector-curvature="0" />
<path
d="m -7403.5,-4517341.8 685.9,-10008.2 687.1,-10007.9 688.4,-10007.9 689.6,-10007.7 690.9,-10007.5 692.1,-10007.3 693.3,-10007.2 694.6,-10007 695.8,-10006.8 697,-10006.7 10005.9,697.6 10004.7,697.4 10003.5,697.1 10002.3,697.1 10001,696.8 9999.8,696.7 9998.6,696.6 9997.4,696.3 9996.2,696.3 9994.9,696 -695.4,9994.4 -694.1,9994.5 -692.9,9994.7 -691.7,9994.8 -690.4,9995 -689.2,9995.1 -688,9995.4 -686.8,9995.5 -685.5,9995.6 -684.3,9995.8 -9996.4,-683.7 -9997.7,-683.9 -9999,-684 -10000.1,-684.3 -10001.4,-684.3 -10002.7,-684.5 -10003.9,-684.7 -10005.2,-684.9 -10006.4,-685.1 -10007.7,-685.2 z"
id="path1992"
inkscape:connector-curvature="0" />
<path
d="m 92617.2,-4510497.2 684.3,-9995.8 685.5,-9995.6 686.8,-9995.5 688,-9995.4 689.2,-9995.1 690.4,-9995 691.7,-9994.8 692.9,-9994.7 694.1,-9994.5 695.4,-9994.4 9993.7,696 9992.5,695.7 9991.2,695.6 9990,695.5 9988.8,695.3 9987.5,695.2 9986.3,695 9985.2,694.9 9983.9,694.8 9982.6,694.7 -693.9,9982.1 -692.7,9982.2 -691.5,9982.4 -690.2,9982.6 -689,9982.7 -687.8,9982.8 -686.5,9982.9 -685.2,9983.2 -684.1,9983.2 -682.8,9983.3 -9984.1,-682.3 -9985.3,-682.4 -9986.5,-682.5 -9987.8,-682.7 -9989,-682.8 -9990.2,-683 -9991.6,-683 -9992.8,-683.3 -9994,-683.5 -9995.3,-683.6 z"
id="path1993"
inkscape:connector-curvature="0" />
<path
d="m 249645.7,-4600000 -223.4,6437.1 -349.9,10094.2 -349.3,10094.1 -348.6,10094 -348,10093.9 -347.4,10093.8 -346.7,10093.7 -346.1,10093.5 -345.5,10093.4 -344.8,10093.3 -92.9,2719 -3787.9,-258.7 -9977.8,-681.6 -9979.1,-681.8 -9980.3,-681.9 -9981.6,-682 -9982.8,-682.2 682.8,-9983.3 684.1,-9983.2 685.2,-9983.2 686.5,-9982.9 687.8,-9982.8 689,-9982.7 690.2,-9982.6 691.5,-9982.4 692.7,-9982.2 693.9,-9982.1 9981.4,694.5 9980.3,694.3 9979,694.2 9977.7,694.1 9976.5,693.9 353.3,24.5 z"
id="path1994"
inkscape:connector-curvature="0" />
<path
d="m -251391.4,-4634940.1 384.5,-3662.1 1062.7,-10107.1 1064.6,-10106.9 1066.4,-10106.7 1068.3,-10106.4 1070.2,-10106.2 1072,-10106 1073.9,-10105.7 1075.7,-10105.5 1077.6,-10105.3 586.7,-5493.4 6873.3,489.4 10033.3,714.4 10032,714.2 10030.8,713.9 10029.6,713.7 -713,10029.1 -711.8,10029.3 -710.6,10029.5 -709.3,10029.7 -708.2,10029.9 -707,10030.2 -705.6,10030.4 -704.6,10030.6 -703.2,10030.7 -702.1,10031.1 -10031.7,-701.5 -10033,-701.8 -10034.1,-702 -10035.4,-702.1 -10036.6,-702.4 -355.4,-24.9 z"
id="path1995"
inkscape:connector-curvature="0" />
<path
d="m -200865.2,-4631405.3 702.1,-10031.1 703.2,-10030.7 704.6,-10030.6 705.6,-10030.4 707,-10030.2 708.2,-10029.9 709.3,-10029.7 710.6,-10029.5 711.8,-10029.3 713,-10029.1 10028.3,713.5 10027.2,713.4 10026,713.1 10024.8,712.9 10023.5,712.6 10022.4,712.6 10021.1,712.3 10019.9,712.1 10018.8,711.9 10017.5,711.6 -711.1,10017 -709.8,10017.3 -708.6,10017.4 -707.4,10017.5 -706.2,10017.8 -705,10018 -703.7,10018.2 -702.5,10018.3 -701.3,10018.5 -700,10018.7 -10019.5,-699.5 -10020.6,-699.8 -10021.9,-699.9 -10023.1,-700.1 -10024.4,-700.3 -10025.5,-700.5 -10026.8,-700.8 -10028.1,-700.9 -10029.3,-701.1 -10030.4,-701.3 z"
id="path1996"
inkscape:connector-curvature="0" />
<path
d="m -100615.7,-4624401.2 700,-10018.7 701.3,-10018.5 702.5,-10018.3 703.7,-10018.2 705,-10018 706.2,-10017.8 707.4,-10017.5 708.6,-10017.4 709.8,-10017.3 711.1,-10017 10016.3,711.6 10015.2,711.3 10013.9,711.2 10012.7,710.9 10011.5,710.8 10010.3,710.5 10009.1,710.5 10007.9,710.2 10006.6,710 10005.4,709.9 -709.2,10004.9 -708,10005.1 -706.8,10005.3 -705.6,10005.5 -704.3,10005.6 -703.1,10005.7 -701.9,10006 -700.7,10006.1 -699.5,10006.2 -698.2,10006.5 -10007.2,-697.7 -10008.4,-697.8 -10009.6,-698.1 -10010.9,-698.2 -10012.1,-698.5 -10013.2,-698.6 -10014.6,-698.7 -10015.7,-699 -10017,-699.1 -10018.2,-699.4 z"
id="path1997"
inkscape:connector-curvature="0" />
<path
d="m -488.8,-4617416 698.2,-10006.5 699.5,-10006.2 700.7,-10006.1 701.9,-10006 703.1,-10005.7 704.3,-10005.6 705.6,-10005.5 706.8,-10005.3 708,-10005.1 709.2,-10004.9 10004.2,709.6 10003.1,709.6 10001.8,709.4 10000.7,709.1 9999.4,709.1 9998.2,708.8 9997,708.8 9995.7,708.5 9994.6,708.4 9993.4,708.2 -707.6,9992.8 -706.3,9993.1 -705.1,9993.2 -703.9,9993.3 -702.7,9993.5 -701.5,9993.7 -700.3,9993.8 -699.1,9993.9 -697.8,9994.1 -696.6,9994.2 -9994.9,-696 -9996.2,-696.3 -9997.4,-696.3 -9998.6,-696.6 -9999.8,-696.7 -10001,-696.8 -10002.3,-697.1 -10003.5,-697.1 -10004.7,-697.4 -10005.9,-697.6 z"
id="path1998"
inkscape:connector-curvature="0" />
<path
d="m 99515.6,-4610448.1 696.6,-9994.2 697.8,-9994.1 699.1,-9993.9 700.3,-9993.8 701.5,-9993.7 702.7,-9993.5 703.9,-9993.3 705.1,-9993.2 706.3,-9993.1 707.6,-9992.8 9992.1,708.1 9991,707.9 9989.8,707.8 9988.5,707.6 9987.4,707.4 9986.1,707.4 9984.9,707.2 9983.7,707.1 9982.5,706.9 9981.2,706.8 -706,9980.8 -705,9980.9 -703.6,9981.1 -702.5,9981.1 -701.2,9981.3 -700,9981.5 -698.8,9981.7 -697.6,9981.7 -696.4,9981.8 -695.1,9982.1 -9982.6,-694.7 -9983.9,-694.8 -9985.2,-694.9 -9986.3,-695 -9987.5,-695.2 -9988.8,-695.3 -9990,-695.5 -9991.2,-695.6 -9992.5,-695.7 -9993.7,-696 z"
id="path1999"
inkscape:connector-curvature="0" />
<path
d="m 253150,-4700000 -193.8,5488.2 -356.2,10095.4 -355.6,10095.3 -355,10095.2 -354.3,10095 -353.7,10094.9 -353.1,10094.8 -352.4,10094.7 -351.8,10094.6 -351.2,10094.5 -127.2,3657.4 -353.3,-24.5 -9976.5,-693.9 -9977.7,-694.1 -9979,-694.2 -9980.3,-694.3 -9981.4,-694.5 695.1,-9982.1 696.4,-9981.8 697.6,-9981.7 698.8,-9981.7 700,-9981.5 701.2,-9981.3 702.5,-9981.1 703.6,-9981.1 705,-9980.9 706,-9980.8 9980.1,706.7 9978.9,706.5 9977.7,706.3 9976.5,706.2 6833,483.7 z"
id="path2000"
inkscape:connector-curvature="0" />
<path
d="m -240788.8,-4735051.3 492.8,-4611.6 1081.3,-10104.9 1083.1,-10104.5 1085,-10104.3 1086.8,-10104.1 1088.7,-10103.8 1090.5,-10103.6 1092.3,-10103.4 1094.2,-10103.1 1096,-10102.9 492.2,-4530.4 3295.3,238.6 10031.1,726.4 10029.9,726.1 10028.7,725.9 10027.5,725.8 -725,10027 -723.8,10027.1 -722.7,10027.5 -721.4,10027.6 -720.2,10027.8 -719.1,10028 -717.8,10028.3 -716.6,10028.5 -715.4,10028.7 -714.2,10028.9 -10029.6,-713.7 -10030.8,-713.9 -10032,-714.2 -10033.3,-714.4 -6873.3,-489.4 z"
id="path2001"
inkscape:connector-curvature="0" />
<path
d="m -193789.8,-4731705.8 714.2,-10028.9 715.4,-10028.7 716.6,-10028.5 717.8,-10028.3 719.1,-10028 720.2,-10027.8 721.4,-10027.6 722.7,-10027.5 723.8,-10027.1 725,-10027 10026.3,725.5 10025.1,725.2 10024,725.1 10022.7,724.8 10021.5,724.7 10020.4,724.5 10019.1,724.3 10018,724.1 10016.7,723.8 10015.6,723.7 -723,10015.1 -721.8,10015.3 -720.6,10015.5 -719.5,10015.7 -718.2,10015.8 -717,10016.1 -715.8,10016.2 -714.6,10016.5 -713.5,10016.6 -712.2,10016.8 -10017.5,-711.6 -10018.8,-711.9 -10019.9,-712.1 -10021.1,-712.3 -10022.4,-712.6 -10023.5,-712.6 -10024.8,-712.9 -10026,-713.1 -10027.2,-713.4 -10028.3,-713.5 z"
id="path2002"
inkscape:connector-curvature="0" />
<path
d="m -93560.3,-4724579.8 712.2,-10016.8 713.5,-10016.6 714.6,-10016.5 715.8,-10016.2 717,-10016.1 718.2,-10015.8 719.5,-10015.7 720.6,-10015.5 721.8,-10015.3 723,-10015.1 10014.4,723.5 10013.2,723.2 10012,723.1 10010.9,723 10009.6,722.8 10008.5,722.6 10007.3,722.4 10006.1,722.2 10004.9,722 10003.7,721.9 -721.2,10003.2 -720,10003.3 -718.8,10003.6 -717.6,10003.7 -716.4,10003.9 -715.2,10004 -714,10004.3 -712.8,10004.4 -711.6,10004.5 -710.4,10004.8 -10005.4,-709.9 -10006.6,-710 -10007.9,-710.2 -10009.1,-710.5 -10010.3,-710.5 -10011.5,-710.8 -10012.7,-710.9 -10013.9,-711.2 -10015.2,-711.3 -10016.3,-711.6 z"
id="path2003"
inkscape:connector-curvature="0" />
<path
d="m 6548.4,-4717473 710.4,-10004.8 711.6,-10004.5 712.8,-10004.4 714,-10004.3 715.2,-10004 716.4,-10003.9 717.6,-10003.7 718.8,-10003.6 720,-10003.3 721.2,-10003.2 10002.5,721.6 10001.3,721.5 10000.2,721.4 9998.9,721.2 9997.8,721 9996.5,720.8 9995.4,720.7 9994.2,720.5 9993,720.4 9991.8,720.2 -719.5,9991.3 -718.3,9991.5 -717.2,9991.6 -715.9,9991.8 -714.7,9991.9 -713.6,9992.1 -712.4,9992.2 -711.2,9992.4 -709.9,9992.5 -708.8,9992.6 -9993.4,-708.2 -9994.6,-708.4 -9995.7,-708.5 -9997,-708.8 -9998.2,-708.8 -9999.4,-709.1 -10000.7,-709.1 -10001.8,-709.4 -10003.1,-709.6 -10004.2,-709.6 z"
id="path2004"
inkscape:connector-curvature="0" />
<path
d="m 106536.4,-4710383.5 708.8,-9992.6 709.9,-9992.5 711.2,-9992.4 712.4,-9992.2 713.6,-9992.1 714.7,-9991.9 715.9,-9991.8 717.2,-9991.6 718.3,-9991.5 719.5,-9991.3 9990.6,720 9989.4,720 9988.3,719.7 9987,719.6 9985.9,719.4 9984.7,719.3 9983.5,719.2 9982.3,719 9981.1,719 9979.9,718.8 -718.1,9979.4 -716.9,9979.5 -715.7,9979.7 -714.6,9979.8 -713.2,9979.9 -712.2,9980 -710.9,9980.2 -709.7,9980.4 -708.5,9980.5 -707.3,9980.6 -9981.2,-706.8 -9982.5,-706.9 -9983.7,-707.1 -9984.9,-707.2 -9986.1,-707.4 -9987.4,-707.4 -9988.5,-707.6 -9989.8,-707.8 -9991,-707.9 -9992.1,-708.1 z"
id="path2005"
inkscape:connector-curvature="0" />
<path
d="m 256715,-4800000 -162.6,4527.7 -362.4,10096.6 -361.8,10096.4 -361.2,10096.3 -360.6,10096.2 -359.9,10096.1 -359.3,10096 -358.7,10095.9 -358.1,10095.7 -357.5,10095.7 -163,4607.3 -6833,-483.7 -9976.5,-706.2 -9977.7,-706.3 -9978.9,-706.5 -9980.1,-706.7 707.3,-9980.6 708.5,-9980.5 709.7,-9980.4 710.9,-9980.2 712.2,-9980 713.2,-9979.9 714.6,-9979.8 715.7,-9979.7 716.9,-9979.5 718.1,-9979.4 9978.7,718.5 9977.6,718.5 9976.3,718.4 9975.2,718.2 3276.4,235.9 z"
id="path2006"
inkscape:connector-curvature="0" />
<path
d="m -230006.1,-4835127.9 605.6,-5572.2 1099.6,-10102.4 1101.4,-10102.3 1103.3,-10101.9 1105.1,-10101.7 1106.9,-10101.5 1108.7,-10101.2 1110.5,-10101 1112.3,-10100.8 1114.1,-10100.5 392.8,-3556.4 9687.8,713.1 10027.7,737.9 10026.5,737.8 10025.3,737.5 -736.8,10024.9 -735.6,10025.1 -734.5,10025.2 -733.3,10025.6 -732.2,10025.7 -730.9,10025.9 -729.8,10026.2 -728.6,10026.4 -727.4,10026.5 -726.2,10026.9 -10027.5,-725.8 -10028.7,-725.9 -10029.9,-726.1 -10031.1,-726.4 -3295.3,-238.6 z"
id="path2007"
inkscape:connector-curvature="0" />
<path
d="m -186593.6,-4831985.1 726.2,-10026.9 727.4,-10026.5 728.6,-10026.4 729.8,-10026.2 730.9,-10025.9 732.2,-10025.7 733.3,-10025.6 734.5,-10025.2 735.6,-10025.1 736.8,-10024.9 10024.2,737.3 10023.1,737 10021.8,736.9 10020.7,736.7 10019.6,736.4 10018.4,736.3 10017.1,736.1 10016,735.9 10014.9,735.7 10013.6,735.5 -734.8,10013.1 -733.6,10013.4 -732.5,10013.6 -731.3,10013.8 -730.1,10013.9 -728.9,10014.2 -727.8,10014.3 -726.5,10014.5 -725.4,10014.7 -724.2,10014.9 -10015.6,-723.7 -10016.7,-723.8 -10018,-724.1 -10019.1,-724.3 -10020.4,-724.5 -10021.5,-724.7 -10022.7,-724.8 -10024,-725.1 -10025.1,-725.2 -10026.3,-725.5 z"
id="path2008"
inkscape:connector-curvature="0" />
<path
d="m -86384.2,-4824739.4 724.2,-10014.9 725.4,-10014.7 726.5,-10014.5 727.8,-10014.3 728.9,-10014.2 730.1,-10013.9 731.3,-10013.8 732.5,-10013.6 733.6,-10013.4 734.8,-10013.1 10012.5,735.3 10011.4,735 10010.1,734.9 10009,734.8 10007.8,734.5 10006.6,734.4 10005.5,734.3 10004.3,733.9 10003.2,733.8 10001.9,733.6 -733,10001.5 -731.8,10001.6 -730.6,10001.8 -729.5,10002 -728.3,10002.2 -727.1,10002.3 -725.9,10002.5 -724.7,10002.7 -723.5,10002.8 -722.4,10003.1 -10003.7,-721.9 -10004.9,-722 -10006.1,-722.2 -10007.3,-722.4 -10008.5,-722.6 -10009.6,-722.8 -10010.9,-723 -10012,-723.1 -10013.2,-723.2 -10014.4,-723.5 z"
id="path2009"
inkscape:connector-curvature="0" />
<path
d="m 13706.3,-4817512.7 722.4,-10003.1 723.5,-10002.8 724.7,-10002.7 725.9,-10002.5 727.1,-10002.3 728.3,-10002.2 729.5,-10002 730.6,-10001.8 731.8,-10001.6 733,-10001.5 10000.8,733.5 9999.7,733.3 9998.5,733.2 9997.3,732.9 9996.1,732.8 9994.9,732.7 9993.8,732.4 9992.6,732.3 9991.5,732.2 9990.2,731.9 -731.4,9989.7 -730.1,9989.9 -729.1,9990.1 -727.8,9990.2 -726.7,9990.3 -725.5,9990.5 -724.2,9990.6 -723.1,9990.9 -721.9,9991 -720.7,9991.2 -9991.8,-720.2 -9993,-720.4 -9994.2,-720.5 -9995.4,-720.7 -9996.5,-720.8 -9997.8,-721 -9998.9,-721.2 -10000.2,-721.4 -10001.3,-721.5 -10002.5,-721.6 z"
id="path2010"
inkscape:connector-curvature="0" />
<path
d="m 113678,-4810303.4 720.7,-9991.2 721.9,-9991 723.1,-9990.9 724.2,-9990.6 725.5,-9990.5 726.7,-9990.3 727.8,-9990.2 729.1,-9990.1 730.1,-9989.9 731.4,-9989.7 9989.1,731.9 9987.9,731.7 9986.8,731.5 9985.6,731.4 9984.3,731.2 9983.3,731.2 9982,730.9 9980.9,730.8 9979.7,730.8 9978.6,730.5 -729.9,9978 -728.7,9978.2 -727.5,9978.2 -726.4,9978.5 -725.2,9978.6 -724,9978.6 -722.8,9978.9 -721.7,9979 -720.5,9979.1 -719.3,9979.3 -9979.9,-718.8 -9981.1,-719 -9982.3,-719 -9983.5,-719.2 -9984.7,-719.3 -9985.9,-719.4 -9987,-719.6 -9988.3,-719.7 -9989.4,-720 -9990.6,-720 z"
id="path2011"
inkscape:connector-curvature="0" />
<path
d="m 260339.9,-4900000 -129.8,3555.5 -368.5,10097.7 -367.9,10097.6 -367.3,10097.5 -366.7,10097.4 -366.1,10097.3 -365.5,10097.2 -364.9,10097 -364.3,10097 -363.6,10096.8 -200.4,5569 -3276.4,-235.9 -9975.2,-718.2 -9976.3,-718.4 -9977.6,-718.5 -9978.7,-718.5 719.3,-9979.3 720.5,-9979.1 721.7,-9979 722.8,-9978.9 724,-9978.6 725.2,-9978.6 726.4,-9978.5 727.5,-9978.2 728.7,-9978.2 729.9,-9978 9977.3,730.4 9976.2,730.2 9975.1,730.2 9634.6,705.1 z"
id="path2012"
inkscape:connector-curvature="0" />
<path
d="m -219045.9,-4935169.8 723.1,-6543.8 1117.7,-10100 1119.4,-10099.8 1121.2,-10099.7 1123,-10099.3 1124.8,-10099.1 1126.6,-10098.9 1128.3,-10098.6 1130.1,-10098.4 1131.9,-10098.1 288.6,-2571.3 5991.7,448.1 10025.6,749.5 10024.5,749.4 10023.2,749.1 -748.5,10022.7 -747.3,10023 -746.1,10023.2 -745,10023.5 -743.8,10023.6 -742.7,10023.9 -741.5,10024 -740.3,10024.2 -739.2,10024.5 -738,10024.7 -10025.3,-737.5 -10026.5,-737.8 -10027.7,-737.9 -9687.8,-713.1 z"
id="path2013"
inkscape:connector-curvature="0" />
<path
d="m -179278.5,-4932243.6 738,-10024.7 739.2,-10024.5 740.3,-10024.2 741.5,-10024 742.7,-10023.9 743.8,-10023.6 745,-10023.5 746.1,-10023.2 747.3,-10023 748.5,-10022.7 10022,748.9 10021,748.8 10019.8,748.4 10018.6,748.3 10017.5,748.1 10016.3,747.9 10015.2,747.7 10014,747.4 10012.9,747.4 10011.7,747 -746.4,10011.3 -745.3,10011.5 -744.1,10011.6 -743,10011.8 -741.8,10012 -740.7,10012.2 -739.5,10012.5 -738.3,10012.6 -737.2,10012.7 -736,10013 -10013.6,-735.5 -10014.9,-735.7 -10016,-735.9 -10017.1,-736.1 -10018.4,-736.3 -10019.6,-736.4 -10020.7,-736.7 -10021.8,-736.9 -10023.1,-737 -10024.2,-737.3 z"
id="path2014"
inkscape:connector-curvature="0" />
<path
d="m -79089.1,-4924879.8 736,-10013 737.2,-10012.7 738.3,-10012.6 739.5,-10012.5 740.7,-10012.2 741.8,-10012 743,-10011.8 744.1,-10011.6 745.3,-10011.5 746.4,-10011.3 10010.6,746.9 10009.4,746.7 10008.3,746.5 10007.1,746.3 10005.9,746.2 10004.9,745.9 10003.7,745.8 10002.5,745.6 10001.4,745.5 10000.2,745.2 -744.6,9999.7 -743.4,9999.9 -742.3,10000.1 -741.1,10000.3 -740,10000.4 -738.8,10000.5 -737.7,10000.9 -736.5,10000.9 -735.3,10001.1 -734.1,10001.2 -10001.9,-733.6 -10003.2,-733.8 -10004.3,-733.9 -10005.5,-734.3 -10006.6,-734.4 -10007.8,-734.5 -10009,-734.8 -10010.1,-734.9 -10011.4,-735 -10012.5,-735.3 z"
id="path2015"
inkscape:connector-curvature="0" />
<path
d="m 20983.2,-4917535.2 734.1,-10001.2 735.3,-10001.1 736.5,-10000.9 737.7,-10000.9 738.8,-10000.5 740,-10000.4 741.1,-10000.3 742.3,-10000.1 743.4,-9999.9 744.6,-9999.7 9999.1,745.1 9997.9,744.9 9996.8,744.7 9995.6,744.6 9994.4,744.5 9993.3,744.2 9992.2,744.1 9991,744 9989.9,743.7 9988.7,743.6 -743,9988.3 -741.8,9988.4 -740.6,9988.5 -739.5,9988.7 -738.4,9988.8 -737.1,9989 -736,9989.2 -734.8,9989.3 -733.7,9989.4 -732.5,9989.6 -9990.2,-731.9 -9991.5,-732.2 -9992.6,-732.3 -9993.8,-732.4 -9994.9,-732.7 -9996.1,-732.8 -9997.3,-732.9 -9998.5,-733.2 -9999.7,-733.3 -10000.8,-733.5 z"
id="path2016"
inkscape:connector-curvature="0" />
<path
d="m 120938.4,-4910207.9 732.5,-9989.6 733.7,-9989.4 734.8,-9989.3 736,-9989.2 737.1,-9989 738.4,-9988.8 739.5,-9988.7 740.6,-9988.5 741.8,-9988.4 743,-9988.3 9987.5,743.5 9986.4,743.2 9985.2,743.2 9984.1,743 9983,742.8 9981.8,742.7 9980.6,742.6 9979.5,742.5 9978.4,742.2 9977.2,742.2 -741.6,9976.6 -740.3,9976.8 -739.2,9977 -738,9977.1 -736.9,9977.2 -735.7,9977.4 -734.6,9977.4 -733.4,9977.6 -732.2,9977.8 -731,9977.9 -9978.6,-730.5 -9979.7,-730.8 -9980.9,-730.8 -9982,-730.9 -9983.3,-731.2 -9984.3,-731.2 -9985.6,-731.4 -9986.8,-731.5 -9987.9,-731.7 -9989.1,-731.9 z"
id="path2017"
inkscape:connector-curvature="0" />
<path
d="m 264023.9,-5000000 -95.4,2571.6 -374.5,10098.9 -373.9,10098.8 -373.3,10098.7 -372.7,10098.6 -372.1,10098.4 -371.5,10098.3 -370.9,10098.3 -370.3,10098.1 -369.7,10098 -239.3,6542.3 -9634.6,-705.1 -9975.1,-730.2 -9976.2,-730.2 -9977.3,-730.4 731,-9977.9 732.2,-9977.8 733.4,-9977.6 734.6,-9977.4 735.7,-9977.4 736.9,-9977.2 738,-9977.1 739.2,-9977 740.3,-9976.8 741.6,-9976.6 9976,742 9974.9,741.9 9973.7,741.8 5959.7,443.1 z"
id="path2018"
inkscape:connector-curvature="0" />
<path
d="m -207911.1,-5035177 845.1,-7526.6 1135.4,-10097.7 1137.2,-10097.4 1138.9,-10097.2 1140.7,-10097.1 1142.4,-10096.7 1144.2,-10096.5 1145.9,-10096.3 1147.7,-10096 1149.4,-10095.8 179.6,-1575.3 2239.3,170.1 10023.4,761 10022.3,760.7 10021.1,760.7 -759.9,10020.6 -758.8,10020.9 -757.6,10021.1 -756.4,10021.3 -755.3,10021.5 -754.2,10021.7 -753.1,10021.9 -751.9,10022.2 -750.7,10022.3 -749.6,10022.6 -10023.2,-749.1 -10024.5,-749.4 -10025.6,-749.5 -5991.7,-448.1 z"
id="path2019"
inkscape:connector-curvature="0" />
<path
d="m -171846.1,-5032480.9 749.6,-10022.6 750.7,-10022.3 751.9,-10022.2 753.1,-10021.9 754.2,-10021.7 755.3,-10021.5 756.4,-10021.3 757.6,-10021.1 758.8,-10020.9 759.9,-10020.6 10020,760.3 10018.9,760.2 10017.7,759.9 10016.6,759.6 10015.4,759.5 10014.3,759.4 10013.2,759.1 10012.1,759 10010.9,758.7 10009.8,758.6 -757.8,10009.3 -756.7,10009.5 -755.6,10009.8 -754.5,10009.9 -753.3,10010 -752.1,10010.3 -751,10010.5 -749.9,10010.7 -748.7,10010.8 -747.5,10011.1 -10011.7,-747 -10012.9,-747.4 -10014,-747.4 -10015.2,-747.7 -10016.3,-747.9 -10017.5,-748.1 -10018.6,-748.3 -10019.8,-748.4 -10021,-748.8 -10022,-748.9 z"
id="path2020"
inkscape:connector-curvature="0" />
<path
d="m -71677,-5025001 747.5,-10011.1 748.7,-10010.8 749.9,-10010.7 751,-10010.5 752.1,-10010.3 753.3,-10010 754.5,-10009.9 755.6,-10009.8 756.7,-10009.5 757.8,-10009.3 10008.7,758.3 10007.5,758.2 10006.4,757.9 10005.3,757.8 10004.2,757.6 10003,757.4 10001.9,757.3 10000.7,757 9999.6,756.9 9998.5,756.7 -756,9998 -754.9,9998.2 -753.8,9998.3 -752.6,9998.5 -751.5,9998.7 -750.3,9998.9 -749.2,9999.1 -748,9999.2 -746.9,9999.4 -745.7,9999.5 -10000.2,-745.2 -10001.4,-745.5 -10002.5,-745.6 -10003.7,-745.8 -10004.9,-745.9 -10005.9,-746.2 -10007.1,-746.3 -10008.3,-746.5 -10009.4,-746.7 -10010.6,-746.9 z"
id="path2021"
inkscape:connector-curvature="0" />
<path
d="m 28377,-5017540.2 745.7,-9999.5 746.9,-9999.4 748,-9999.2 749.2,-9999.1 750.3,-9998.9 751.5,-9998.7 752.6,-9998.5 753.8,-9998.3 754.9,-9998.2 756,-9998 9997.4,756.5 9996.2,756.3 9995.1,756.2 9994,755.9 9992.8,755.9 9991.6,755.7 9990.6,755.5 9989.4,755.4 9988.3,755.1 9987.2,755.1 -754.4,9986.6 -753.3,9986.8 -752.1,9987 -751,9987.1 -749.9,9987.2 -748.7,9987.4 -747.5,9987.6 -746.4,9987.7 -745.3,9987.8 -744.1,9988.1 -9988.7,-743.6 -9989.9,-743.7 -9991,-744 -9992.2,-744.1 -9993.3,-744.2 -9994.4,-744.5 -9995.6,-744.6 -9996.8,-744.7 -9997.9,-744.9 -9999.1,-745.1 z"
id="path2022"
inkscape:connector-curvature="0" />
<path
d="m 128315.9,-5010096.9 744.1,-9988.1 745.3,-9987.8 746.4,-9987.7 747.5,-9987.6 748.7,-9987.4 749.9,-9987.2 751,-9987.1 752.1,-9987 753.3,-9986.8 754.4,-9986.6 9986,754.8 9984.8,754.8 9983.8,754.5 9982.6,754.5 9981.5,754.2 9980.4,754.1 9979.2,754.1 9978.1,753.9 9977,753.7 9975.8,753.7 -753,9975.3 -751.8,9975.5 -750.7,9975.6 -749.5,9975.7 -748.4,9975.9 -747.3,9976 -746.1,9976.1 -744.9,9976.4 -743.8,9976.3 -742.6,9976.6 -9977.2,-742.2 -9978.4,-742.2 -9979.5,-742.5 -9980.6,-742.6 -9981.8,-742.7 -9983,-742.8 -9984.1,-743 -9985.2,-743.2 -9986.4,-743.2 -9987.5,-743.5 z"
id="path2023"
inkscape:connector-curvature="0" />
<path
d="m 267766.1,-5100000.1 -59.4,1576 -380.5,10100.1 -379.9,10100 -379.3,10099.8 -378.7,10099.7 -378.1,10099.6 -377.5,10099.6 -376.9,10099.4 -376.3,10099.3 -375.7,10099.1 -279.7,7527.4 -5959.7,-443.1 -9973.7,-741.8 -9974.9,-741.9 -9976,-742 742.6,-9976.6 743.8,-9976.3 744.9,-9976.4 746.1,-9976.1 747.3,-9976 748.4,-9975.9 749.5,-9975.7 750.7,-9975.6 751.8,-9975.5 753,-9975.3 9974.7,753.3 9973.5,753.4 9972.4,753.2 2227.7,168.2 z"
id="path2024"
inkscape:connector-curvature="0" />
<path
d="m -196604.7,-5135149.4 971.6,-8520.3 1152.9,-10095.3 1154.6,-10095.1 1156.3,-10094.8 1158,-10094.6 1159.8,-10094.5 1161.5,-10094.1 1163.2,-10093.9 1164.9,-10093.7 1166.6,-10093.4 65.7,-568.1 8452.5,651.4 10020.1,772 10019,771.8 -771.2,10018.5 -770,10018.7 -768.9,10019 -767.8,10019.2 -766.7,10019.4 -765.5,10019.6 -764.3,10019.8 -763.3,10020 -762.1,10020.3 -761,10020.5 -10021.1,-760.7 -10022.3,-760.7 -10023.4,-761 -2239.3,-170.1 z"
id="path2025"
inkscape:connector-curvature="0" />
<path
d="m -164298.7,-5132697 761,-10020.5 762.1,-10020.3 763.3,-10020 764.3,-10019.8 765.5,-10019.6 766.7,-10019.4 767.8,-10019.2 768.9,-10019 770,-10018.7 771.2,-10018.5 10017.9,771.5 10016.7,771.4 10015.7,771.1 10014.5,770.9 10013.4,770.7 10012.4,770.5 10011.2,770.3 10010,770.2 10009,769.9 10007.9,769.8 -769.1,10007.4 -768,10007.6 -766.9,10007.8 -765.7,10008 -764.6,10008.1 -763.5,10008.4 -762.4,10008.6 -761.3,10008.8 -760.1,10008.9 -759,10009.2 -10009.8,-758.6 -10010.9,-758.7 -10012.1,-759 -10013.2,-759.1 -10014.3,-759.4 -10015.4,-759.5 -10016.6,-759.6 -10017.7,-759.9 -10018.9,-760.2 -10020,-760.3 z"
id="path2026"
inkscape:connector-curvature="0" />
<path
d="m -64149.7,-5125102.9 759,-10009.2 760.1,-10008.9 761.3,-10008.8 762.4,-10008.6 763.5,-10008.4 764.6,-10008.1 765.7,-10008 766.9,-10007.8 768,-10007.6 769.1,-10007.4 10006.8,769.5 10005.7,769.3 10004.5,769.2 10003.5,769 10002.3,768.7 10001.2,768.7 10000.1,768.4 9998.9,768.2 9997.8,768.1 9996.8,768 -767.3,9996.3 -766.1,9996.4 -765,9996.6 -763.9,9996.9 -762.8,9996.9 -761.7,9997.2 -760.5,9997.2 -759.4,9997.5 -758.3,9997.7 -757.2,9997.8 -9998.5,-756.7 -9999.6,-756.9 -10000.7,-757 -10001.9,-757.3 -10003,-757.4 -10004.2,-757.6 -10005.3,-757.8 -10006.4,-757.9 -10007.5,-758.2 -10008.7,-758.3 z"
id="path2027"
inkscape:connector-curvature="0" />
<path
d="m 35886,-5117528 757.2,-9997.8 758.3,-9997.7 759.4,-9997.5 760.5,-9997.2 761.7,-9997.2 762.8,-9996.9 763.9,-9996.9 765,-9996.6 766.1,-9996.4 767.3,-9996.3 9995.7,767.7 9994.5,767.5 9993.4,767.5 9992.3,767.2 9991.2,767 9990.1,767 9988.9,766.7 9987.8,766.6 9986.7,766.4 9985.6,766.3 -765.7,9985.1 -764.5,9985.3 -763.4,9985.5 -762.3,9985.6 -761.2,9985.7 -760.1,9985.9 -758.9,9986.1 -757.8,9986.2 -756.7,9986.3 -755.5,9986.6 -9987.2,-755.1 -9988.3,-755.1 -9989.4,-755.4 -9990.6,-755.5 -9991.6,-755.7 -9992.8,-755.9 -9994,-755.9 -9995.1,-756.2 -9996.2,-756.3 -9997.4,-756.5 z"
id="path2028"
inkscape:connector-curvature="0" />
<path
d="m 135808.5,-5109970.4 755.5,-9986.6 756.7,-9986.3 757.8,-9986.2 758.9,-9986.1 760.1,-9985.9 761.2,-9985.7 762.3,-9985.6 763.4,-9985.5 764.5,-9985.3 765.7,-9985.1 9984.5,766.1 9983.4,766 9982.3,765.8 9981.2,765.7 9980,765.6 9978.9,765.4 9977.9,765.3 9976.7,765.1 9975.6,764.9 9974.5,764.9 -764.1,9974 -763.1,9974 -762,9974.3 -760.8,9974.4 -759.7,9974.5 -758.6,9974.7 -757.5,9974.7 -756.3,9974.9 -755.2,9975.1 -754.1,9975.2 -9975.8,-753.7 -9977,-753.7 -9978.1,-753.9 -9979.2,-754.1 -9980.4,-754.1 -9981.5,-754.2 -9982.6,-754.5 -9983.8,-754.5 -9984.8,-754.8 -9986,-754.8 z"
id="path2029"
inkscape:connector-curvature="0" />
<path
d="m 271565.3,-5200000 -21.8,568.6 -386.3,10101.3 -385.7,10101.1 -385.1,10101 -384.6,10100.9 -384,10100.9 -383.4,10100.7 -382.8,10100.6 -382.2,10100.4 -381.6,10100.3 -321.6,8524.2 -2227.7,-168.2 -9972.4,-753.2 -9973.5,-753.4 -9974.7,-753.3 754.1,-9975.2 755.2,-9975.1 756.3,-9974.9 757.5,-9974.7 758.6,-9974.7 759.7,-9974.5 760.8,-9974.4 762,-9974.3 763.1,-9974 764.1,-9974 9973.4,764.7 9972.2,764.6 8410.4,644.7 z"
id="path2030"
inkscape:connector-curvature="0" />
<path
d="m -185129.6,-5235087.2 1102.6,-9525.1 1170,-10092.9 1171.7,-10092.7 1173.4,-10092.5 1175.1,-10092.2 1176.8,-10092 1178.5,-10091.9 1180.2,-10091.5 1181.9,-10091.3 1130.7,-9641 4587.8,358.6 10018,783 10016.9,782.8 -782.1,10016.5 -781,10016.6 -780,10016.8 -778.8,10017.1 -777.7,10017.3 -776.6,10017.5 -775.6,10017.7 -774.5,10017.9 -773.3,10018.1 -772.2,10018.4 -10019,-771.8 -10020.1,-772 -8452.5,-651.4 z"
id="path2031"
inkscape:connector-curvature="0" />
<path
d="m -156638,-5232892.1 772.2,-10018.4 773.3,-10018.1 774.5,-10017.9 775.6,-10017.7 776.6,-10017.5 777.7,-10017.3 778.8,-10017.1 780,-10016.8 781,-10016.6 782.1,-10016.5 10015.8,782.6 10014.7,782.5 10013.6,782.1 10012.5,781.9 10011.4,781.8 10010.3,781.6 10009.3,781.3 10008.1,781.1 10007,781 10006,780.8 -780.2,10005.4 -779,10005.7 -778,10005.9 -776.8,10006.1 -775.7,10006.2 -774.7,10006.4 -773.5,10006.7 -772.5,10006.8 -771.3,10007.1 -770.2,10007.2 -10007.9,-769.8 -10009,-769.9 -10010,-770.2 -10011.2,-770.3 -10012.4,-770.5 -10013.4,-770.7 -10014.5,-770.9 -10015.7,-771.1 -10016.7,-771.4 -10017.9,-771.5 z"
id="path2032"
inkscape:connector-curvature="0" />
<path
d="m -56509.3,-5225185.7 770.2,-10007.2 771.3,-10007.1 772.5,-10006.8 773.5,-10006.7 774.7,-10006.4 775.7,-10006.2 776.8,-10006.1 778,-10005.9 779,-10005.7 780.2,-10005.4 10004.9,780.6 10003.8,780.3 10002.7,780.2 10001.6,780 10000.5,779.8 9999.3,779.7 9998.3,779.4 9997.2,779.3 9996.1,779.2 9995,778.9 -778.3,9994.6 -777.2,9994.7 -776.1,9994.9 -775,9995 -773.9,9995.3 -772.8,9995.4 -771.7,9995.5 -770.6,9995.8 -769.5,9995.9 -768.4,9996.1 -9996.8,-768 -9997.8,-768.1 -9998.9,-768.2 -10000.1,-768.4 -10001.2,-768.7 -10002.3,-768.7 -10003.5,-769 -10004.5,-769.2 -10005.7,-769.3 -10006.8,-769.5 z"
id="path2033"
inkscape:connector-curvature="0" />
<path
d="m 43508.3,-5217498.5 768.4,-9996.1 769.5,-9995.9 770.6,-9995.8 771.7,-9995.5 772.8,-9995.4 773.9,-9995.3 775,-9995 776.1,-9994.9 777.2,-9994.7 778.3,-9994.6 9993.9,778.8 9992.8,778.5 9991.8,778.4 9990.6,778.3 9989.6,778.1 9988.5,777.9 9987.3,777.8 9986.3,777.6 9985.2,777.5 9984.1,777.3 -776.7,9983.5 -775.6,9983.8 -774.5,9984 -773.4,9984.1 -772.3,9984.2 -771.2,9984.4 -770.1,9984.6 -769,9984.7 -767.9,9984.9 -766.7,9985 -9985.6,-766.3 -9986.7,-766.4 -9987.8,-766.6 -9988.9,-766.7 -9990.1,-767 -9991.2,-767 -9992.3,-767.2 -9993.4,-767.5 -9994.5,-767.5 -9995.7,-767.7 z"
id="path2034"
inkscape:connector-curvature="0" />
<path
d="m 143414.5,-5209828.6 766.7,-9985 767.9,-9984.9 769,-9984.7 770.1,-9984.6 771.2,-9984.4 772.3,-9984.2 773.4,-9984.1 774.5,-9984 775.6,-9983.8 776.7,-9983.5 9983,777.1 9981.9,777 9980.8,776.9 9979.7,776.7 9978.6,776.6 9977.5,776.4 9976.5,776.3 9975.3,776.2 9974.2,775.9 9973.2,775.9 -775.3,9972.7 -774.1,9972.7 -773.1,9972.9 -772,9973.1 -770.9,9973.2 -769.8,9973.3 -768.6,9973.4 -767.5,9973.6 -766.5,9973.6 -765.3,9973.9 -9974.5,-764.9 -9975.6,-764.9 -9976.7,-765.1 -9977.9,-765.3 -9978.9,-765.4 -9980,-765.6 -9981.2,-765.7 -9982.3,-765.8 -9983.4,-766 -9984.5,-766.1 z"
id="path2035"
inkscape:connector-curvature="0" />
<path
d="m 275420.8,-5300000 -374.5,9651.8 -391.5,10102.3 -390.9,10102.2 -390.3,10102.2 -389.8,10102 -389.2,10101.8 -388.6,10101.7 -388,10101.6 -387.5,10101.5 -365.1,9532.8 -8410.4,-644.7 -9972.2,-764.6 -9973.4,-764.7 765.3,-9973.9 766.5,-9973.6 767.5,-9973.6 768.6,-9973.4 769.8,-9973.3 770.9,-9973.2 772,-9973.1 773.1,-9972.9 774.1,-9972.7 775.3,-9972.7 9972,775.7 9970.9,775.6 4565.6,355.2 z"
id="path2036"
inkscape:connector-curvature="0" />
<path
d="m 243900.4,-4432069.1 340.3,-10092.5 341,-10092.6 341.6,-10092.7 342.2,-10092.8 342.9,-10093 343.5,-10093.2 251.5,-7374.2 3796.6,0.1 10000,0 10000,-0.1 10000,0 10000,0 10000,0 0,10000 0.1,10000 -0.1,10000.1 0,10000 0,9999.9 0,10000 0,9611.9 -5878.2,-155.2 -10044,-278.6 -10044.1,-291.8 -10044.3,-305.1 -10044.5,-318.4 -10044.6,-331.7 z"
id="path2037"
inkscape:connector-curvature="0" />
<path
d="m 400000,-4428416.1 -5445.8,-71.9 -10042.8,-145.8 -10042.8,-159.1 -10042.9,-172.4 -10043,-185.6 -10043.2,-198.9 -10043.4,-212.2 -10043.4,-225.4 -10043.4,-238.7 -10043.7,-252 -4165.6,-110.1 0,-9611.9 0,-10000 0,-9999.9 0,-10000 0.1,-10000.1 -0.1,-10000 0,-10000 10000.1,0 10000,0 10000,0 10000,-0.1 9999.9,0.1 10000,0 10000,0.1 10000,0 10000,0 10000.1,0 0,10000.1 0,10000 0,10000 0.1,10000 0,10000 0,10000 0,10000 0,1583.9 z"
id="path2038"
inkscape:connector-curvature="0" />
<path
d="m 500000,-4427758.9 -5021.1,0 -10042.4,-13.3 -10042.3,-26.5 -10042.3,-39.8 -10042.4,-53 -10042.4,-66.3 -10042.4,-79.5 -10042.5,-92.8 -10042.6,-106 -10042.6,-119.3 -4596.9,-60.7 0,-1583.9 0,-10000 0,-10000 0,-10000 -0.1,-10000 0,-10000 0,-10000 0,-10000.1 10000,0.1 10000,0 10000,0.1 9999.9,-0.1 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,2241.1 z"
id="path2039"
inkscape:connector-curvature="0" />
<path
d="m 600000,-4428416.1 -4596.9,60.7 -10042.6,119.3 -10042.6,106 -10042.5,92.8 -10042.4,79.5 -10042.4,66.3 -10042.4,53 -10042.3,39.8 -10042.4,26.5 -10042.2,13.3 -5021.2,0 0,-2241.1 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0.1 9999.9,-0.1 10000,0 10000,-0.1 0,10000.1 0,10000 0,10000 -0.1,10000 0,10000 0,10000 0,10000 0,1583.9 z"
id="path2040"
inkscape:connector-curvature="0" />
<path
d="m 700000,-4430388.1 -4165.6,110.1 -10043.7,252 -10043.5,238.7 -10043.5,225.4 -10043.3,212.2 -10043.2,198.9 -10043,185.6 -10042.9,172.4 -10042.8,159.1 -10042.8,145.8 -5445.8,71.9 0,-1583.9 0,-10000 0,-10000 0,-10000 0.1,-10000 0,-10000 0,-10000 0,-10000.1 10000,0 10000,0 10000,0 10000,-0.1 10000,0 10000,-0.1 10000,0.1 9999.9,0 10000.1,0 10000,0 -0.1,10000 0,10000 0,10000.1 0.1,10000 0,9999.9 0,10000 0,9611.9 z"
id="path2041"
inkscape:connector-curvature="0" />
<path
d="m 753796.6,-4500000 251.5,7374.2 343.5,10093.2 342.9,10093 342.2,10092.8 341.6,10092.7 341,10092.6 340.3,10092.5 -10044.6,331.7 -10044.5,318.4 -10044.3,305.1 -10044.1,291.8 -10044,278.6 -5878.2,155.2 0,-9611.9 0,-10000 0,-9999.9 -0.1,-10000 0,-10000.1 0,-10000 0.1,-10000 10000,0 10000,0 10000,0 10000,0.1 10000,0 3796.6,-0.1 z"
id="path2042"
inkscape:connector-curvature="0" />
<path
d="m 246203.4,-4500000 92.7,-2719 344.8,-10093.3 345.5,-10093.4 346.1,-10093.5 346.7,-10093.7 347.4,-10093.8 348,-10093.9 348.6,-10094 349.3,-10094.1 349.9,-10094.2 223.5,-6437.1 354.1,0.1 10000,0 10000,-0.1 10000,0 10000,0.1 10000,0 0,10000 0,9999.9 0.1,10000 0,10000 0,10000.1 0,10000 0,9999.9 -0.1,10000.1 0.1,10000 -0.1,9999.9 -10000,0 -10000,0 -10000,0 -10000,0.1 -10000,0 -3796.6,-0.1 z"
id="path2043"
inkscape:connector-curvature="0" />
<path
d="m 300000,-4500000 0.1,-9999.9 -0.1,-10000 0.1,-10000.1 0,-9999.9 0,-10000 0,-10000.1 0,-10000 -0.1,-10000 0,-9999.9 0,-10000 10000,-0.1 10000,0 10000.1,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,-0.1 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0.1,10000 0,9999.9 0,10000 -10000.1,0 -10000,0 -10000,0 -10000,-0.1 -10000,0 -9999.9,-0.1 -10000,0.1 -10000,0 -10000,0 -10000.1,0 z"
id="path2044"
inkscape:connector-curvature="0" />
<path
d="m 400000.1,-4500000 0,-10000 0,-9999.9 -0.1,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 10000,0.1 10000,0 10000,0.1 10000,0 10000,0 10000,0.1 10000,0 10000,0.1 10000,0 10000,-0.1 0,10000.1 0,10000 0,10000 0,10000 0,10000 0,9999.9 0,10000 0,10000.1 0,9999.9 0,10000 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -9999.9,0.1 -10000,-0.1 -10000,0 -10000,-0.1 z"
id="path2045"
inkscape:connector-curvature="0" />
<path
d="m 500000,-4500000.1 0,-10000 0,-9999.9 0,-10000.1 0,-10000 0,-9999.9 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000.1 10000,0.1 10000,0 10000,-0.1 10000,0 10000,-0.1 9999.9,0 10000.1,0 9999.9,-0.1 10000,0 10000,-0.1 0,10000 0,10000 0.1,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,9999.9 0.1,10000 -10000,0.1 -10000,0 -9999.9,0.1 -10000,-0.1 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 z"
id="path2046"
inkscape:connector-curvature="0" />
<path
d="m 600000,-4500000 -0.1,-10000 0,-9999.9 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 -0.1,-10000 0,-10000 0,-10000 10000,0.1 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000.1,0 10000,0 10000,0.1 0,10000 0,9999.9 -0.1,10000 0,10000 0,10000.1 0.1,10000 -0.1,9999.9 0.1,10000.1 0,10000 0,9999.9 -10000,0 -10000.1,0 -9999.9,0 -10000,-0.1 -10000,0.1 -10000,0 -10000,0.1 -10000,0 -10000,0 -10000,0 z"
id="path2047"
inkscape:connector-curvature="0" />
<path
d="m 750354.1,-4600000 223.5,6437.1 349.9,10094.2 349.3,10094.1 348.6,10094 348,10093.9 347.4,10093.8 346.7,10093.7 346.1,10093.5 345.5,10093.4 344.8,10093.3 92.7,2719 -3796.6,0.1 -10000,0 -10000,-0.1 -10000,0 -10000,0 -10000,0 0,-9999.9 0,-10000 -0.1,-10000.1 0.1,-9999.9 -0.1,-10000 0,-10000.1 0,-10000 0.1,-10000 0,-9999.9 0,-10000 10000,0 10000,-0.1 9999.9,0 10000,0.1 10000,0 354.1,-0.1 z"
id="path2048"
inkscape:connector-curvature="0" />
<path
d="m 249645.9,-4600000 127,-3657.4 351.2,-10094.5 351.8,-10094.6 352.4,-10094.7 353.1,-10094.8 353.7,-10094.9 354.3,-10095 355,-10095.2 355.6,-10095.3 356.2,-10095.4 194,-5488.2 6849.9,-0.1 10000,0 10000,0.1 10000,0 10000,0 -0.1,10000 0.1,10000 0,10000 0,9999.9 0,10000 0,10000 0,10000.1 0,10000 0,9999.9 0,10000.1 -10000,0 -10000,-0.1 -10000,0 -10000,0.1 -10000,0 -354.1,-0.1 z"
id="path2049"
inkscape:connector-curvature="0" />
<path
d="m 300000,-4600000 0,-10000.1 0,-9999.9 0,-10000 0,-10000.1 0,-10000 0,-10000 0,-9999.9 0,-10000 -0.1,-10000 0.1,-10000 9999.9,0 10000,0.1 10000,0 10000,0 10000,-0.1 10000,0.1 10000,0 10000,0 10000,0 10000,-0.1 0,10000 -0.1,10000 0,10000 0,9999.9 0,10000 0,10000.1 0,10000 0,10000 0,10000 0,10000 -10000,0.1 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000.1,0 -10000,0 -10000,0.1 z"
id="path2050"
inkscape:connector-curvature="0" />
<path
d="m 400000,-4600000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000.1 0,-10000 0,-9999.9 0,-10000 0.1,-10000 0,-10000 10000,0 10000,-0.1 9999.9,0.1 10000,0 10000,0.1 10000,0 10000,0.1 9999.9,0 10000.1,-0.1 10000,0.1 0,10000 0,10000 0,10000 0,10000.1 0,10000 0,10000 0,10000 0,10000 0,9999.9 0,10000 -10000,0.1 -10000,0 -10000,-0.1 -10000,0 -10000,-0.1 -10000,0 -10000,0 -10000,-0.1 -10000,0 -10000,-0.1 z"
id="path2051"
inkscape:connector-curvature="0" />
<path
d="m 500000,-4600000.1 0,-10000 0,-9999.9 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000.1 0,-10000 0,-10000 0,-10000 10000,-0.1 10000,0.1 10000,0 10000,-0.1 10000,0 10000,-0.1 10000,0.1 10000,-0.1 10000,0.1 10000,0 0,10000 0,10000.1 0,10000 0,9999.9 0,10000 0,10000.1 0,10000 0,10000 0,10000 0,10000 -10000,0.1 -10000,0 -9999.9,0.1 -10000.1,0 -9999.9,0 -10000,0.1 -10000,0 -10000,0.1 -10000,0 -10000,-0.1 z"
id="path2052"
inkscape:connector-curvature="0" />
<path
d="m 600000,-4600000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000.1 0,-10000 0,-9999.9 0,-10000 0,-10000.1 0,-10000 10000,0.1 10000,0 10000,0 10000,0 10000,-0.1 10000,0.1 10000,0 10000,0 10000,-0.1 9999.9,0 0,10000 0,10000 0,10000 0,9999.9 0,10000 0,10000 -0.1,10000.1 0.1,10000 0,9999.9 0,10000.1 -10000,-0.1 -10000,0 -10000.1,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,-0.1 z"
id="path2053"
inkscape:connector-curvature="0" />
<path
d="m 746849.9,-4700000 194,5488.2 356.2,10095.4 355.6,10095.3 355,10095.2 354.3,10095 353.7,10094.9 353.1,10094.8 352.4,10094.7 351.8,10094.6 351.2,10094.5 127,3657.4 -354.1,0.1 -10000,0 -10000,-0.1 -9999.9,0 -10000,0.1 -10000,0 0,-10000.1 0,-9999.9 -0.1,-10000 0.1,-10000.1 0,-10000 0,-10000 0,-9999.9 0,-10000 0,-10000 0,-10000 10000,0 10000,0 10000,-0.1 10000.1,0 6849.9,0.1 z"
id="path2054"
inkscape:connector-curvature="0" />
<path
d="m 253150.1,-4700000 162.8,-4607.3 357.5,-10095.7 358.1,-10095.7 358.7,-10095.9 359.3,-10096 359.9,-10096.1 360.6,-10096.2 361.2,-10096.3 361.8,-10096.4 362.4,-10096.6 162.8,-4527.7 3284.9,0 10000,0 10000,0 10000,0 10000,0.1 0,10000 0,9999.9 0,10000.1 0.1,10000 -0.1,9999.9 0,10000 0,10000 0,10000 0,10000 0,10000 -10000,0 -10000,0 -10000,-0.1 -10000,0 -6849.9,0.1 z"
id="path2055"
inkscape:connector-curvature="0" />
<path
d="m 300000,-4700000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0.1,-9999.9 -0.1,-10000 0,-10000.1 0,-9999.9 0,-10000 10000,0 10000,-0.1 10000,0.1 10000,0 10000,0 10000,0 10000,0 10000,0 10000,-0.1 10000,0 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,9999.9 -10000,0.1 -10000,0 -10000,0 -10000,0 -10000,-0.1 -10000,0.1 -10000,0 -10000,0 -10000,-0.1 -9999.9,0 z"
id="path2056"
inkscape:connector-curvature="0" />
<path
d="m 400000,-4700000 0,-9999.9 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 10000,0 10000,-0.1 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0.1 0,10000 0,9999.9 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 -10000,-0.1 -10000.1,0.1 -9999.9,0 -10000,-0.1 -10000,0 -10000,-0.1 -10000,0 -9999.9,-0.1 -10000,0.1 -10000,0 z"
id="path2057"
inkscape:connector-curvature="0" />
<path
d="m 500000,-4700000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-9999.9 0,-10000 10000,-0.1 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0.1 10000,0 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,9999.9 -10000,0 -10000,-0.1 -10000,0.1 -10000,-0.1 -10000,0.1 -10000,0 -10000,0.1 -10000,0 -10000,-0.1 -10000,0.1 z"
id="path2058"
inkscape:connector-curvature="0" />
<path
d="m 600000,-4700000 0,-9999.9 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 10000,0 10000,0.1 10000,0 10000,0 10000,0 10000,0 10000,0 10000.1,-0.1 10000,0.1 10000,0 0,10000 0,9999.9 0.1,10000.1 -0.1,10000 0,9999.9 0,10000 0,10000 0,10000 0,10000 0,10000 -9999.9,0 -10000,0.1 -10000,0 -10000,0 -10000,-0.1 -10000,0.1 -10000,0 -10000,0 -10000,0 -10000,-0.1 z"
id="path2059"
inkscape:connector-curvature="0" />
<path
d="m 743284.9,-4800000 162.8,4527.7 362.4,10096.6 361.8,10096.4 361.2,10096.3 360.6,10096.2 359.9,10096.1 359.3,10096 358.7,10095.9 358.1,10095.7 357.5,10095.7 162.8,4607.3 -6849.9,-0.1 -10000.1,0 -10000,0.1 -10000,0 -10000,0 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-9999.9 0.1,-10000 -0.1,-10000.1 0,-9999.9 0,-10000 10000,-0.1 10000,0 10000,0 10000,0 3284.9,0 z"
id="path2060"
inkscape:connector-curvature="0" />
<path
d="m 256715.1,-4800000 200.2,-5569 363.6,-10096.8 364.3,-10097 364.9,-10097 365.5,-10097.2 366.1,-10097.3 366.7,-10097.4 367.3,-10097.5 367.9,-10097.6 368.5,-10097.7 130,-3555.5 9659.9,0 10000.1,-0.1 10000,0.1 10000,0 0,10000 0,10000 0,9999.9 0,10000.1 0,10000 0,9999.9 0,10000.1 0,10000 0,9999.9 0,10000.1 -10000,-0.1 -10000,0 -10000,0 -10000,0 -3284.9,0 z"
id="path2061"
inkscape:connector-curvature="0" />
<path
d="m 300000,-4800000 0,-10000.1 0,-9999.9 0,-10000 0,-10000.1 0,-9999.9 0,-10000 0,-10000.1 0,-9999.9 0,-10000 0,-10000 10000.1,0 10000,-0.1 10000,0 10000,0 10000,-0.1 9999.9,0 10000.1,0 10000,0 10000,0 10000,0 0,10000 -0.1,10000 0.1,10000.1 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 -10000,0 -10000,0.1 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,-0.1 -10000,0.1 -10000,0 z"
id="path2062"
inkscape:connector-curvature="0" />
<path
d="m 400000,-4800000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 -0.1,-10000.1 0.1,-10000 0,-10000 10000,0.1 10000.1,-0.1 10000,0 10000,0.1 10000,-0.1 10000,0 10000,0.1 10000,-0.1 10000,0 10000,0 0,10000 0,10000 0,10000 0,10000 0,10000.1 0,10000 0,10000 0,10000 0,10000 0,10000 -10000,-0.1 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0.1 -10000,0 z"
id="path2063"
inkscape:connector-curvature="0" />
<path
d="m 500000,-4800000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000.1 0,-10000 0,-10000 0,-10000 0,-10000 10000,0 10000,0 10000,0.1 10000,-0.1 10000,0 10000,0.1 10000,-0.1 10000,0 10000.1,0.1 10000,-0.1 0,10000 0,10000 0,10000.1 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 -10000,0 -10000,-0.1 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0.1 z"
id="path2064"
inkscape:connector-curvature="0" />
<path
d="m 600000,-4800000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000.1 0,-10000 0,-10000 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0.1 10000,0 10000,0 10000.1,0.1 10000,0 0,10000 0,10000 0,9999.9 0,10000.1 0,10000 0,9999.9 0,10000.1 0,10000 0,9999.9 0,10000.1 -10000,0 -10000,-0.1 -10000.1,0.1 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,-0.1 -10000,0 z"
id="path2065"
inkscape:connector-curvature="0" />
<path
d="m 739659.9,-4900000 130,3555.5 368.5,10097.7 367.9,10097.6 367.3,10097.5 366.7,10097.4 366.1,10097.3 365.5,10097.2 364.9,10097 364.3,10097 363.6,10096.8 200.2,5569 -3284.9,0 -10000,0 -10000,0 -10000,0 -10000,0.1 0,-10000.1 0,-9999.9 0,-10000 0,-10000.1 0,-9999.9 0,-10000 0,-10000.1 0,-9999.9 0,-10000 0,-10000 10000,0 10000,-0.1 10000,0.1 9659.9,0 z"
id="path2066"
inkscape:connector-curvature="0" />
<path
d="m 260340.1,-4900000 239.1,-6542.3 369.7,-10098 370.3,-10098.1 370.9,-10098.3 371.5,-10098.3 372.1,-10098.4 372.7,-10098.6 373.3,-10098.7 373.9,-10098.8 374.5,-10098.9 95.5,-2571.6 5976,0.1 10000,-0.1 10000,0 10000,0 0.1,10000 0,10000 0,10000 0,10000.1 0,10000 0,10000 0.1,9999.9 0,10000 0,10000 0,10000 -10000,0 -10000,-0.1 -10000.1,0.1 -9659.9,0 z"
id="path2067"
inkscape:connector-curvature="0" />
<path
d="m 300000,-4900000 0,-10000 0,-10000 0,-10000 -0.1,-9999.9 0,-10000 0,-10000 0,-10000.1 0,-10000 0,-10000 -0.1,-10000 10000,0 10000,0.1 10000,-0.1 9999.9,0 10000,0 10000,0 10000,0 10000,-0.1 10000,0.1 10000,-0.1 0,10000.1 0,10000 0,9999.9 0,10000 0.1,10000 -0.1,10000 0,10000.1 -0.1,10000 0,10000 0,10000 -10000,0 -10000,0 -10000,0 -10000.1,0 -9999.9,0 -10000,0.1 -10000,0 -10000,0 -10000,0.1 -10000.1,0 z"
id="path2068"
inkscape:connector-curvature="0" />
<path
d="m 400000,-4900000 0,-10000 0,-10000 0.1,-10000 0,-10000.1 0.1,-10000 -0.1,-10000 0,-10000 0,-9999.9 0,-10000 0,-10000.1 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0.1 10000,0 0,9999.9 0,10000 0,10000.1 0,10000 0,10000 0,9999.9 0,10000.1 0,9999.9 0,10000 0,10000 -10000,0 -10000,0 -10000,0.1 -10000,-0.1 -10000,0 -10000,0.1 -10000,-0.1 -10000,0 -10000.1,0.1 -10000,-0.1 z"
id="path2069"
inkscape:connector-curvature="0" />
<path
d="m 500000,-4900000.1 0,-10000 0,-10000 0,-9999.9 0,-10000.1 0,-9999.9 0,-10000 0,-10000 0,-10000.1 0,-10000 0,-9999.9 10000,0 10000,-0.1 10000,0 10000,0 10000,0 9999.9,0 10000,0 10000,0 9999.9,0 10000,0 0,10000.1 0,10000 0,9999.9 0,10000 0,9999.9 0.1,10000 0,10000.1 0,10000 0,10000 0,10000 -10000,0.1 -10000.1,-0.1 -10000,0 -10000,0.1 -10000,-0.1 -10000,0 -10000,0.1 -10000,-0.1 -10000,0 -10000,0 z"
id="path2070"
inkscape:connector-curvature="0" />
<path
d="m 600000,-4900000 0,-10000 0,-10000 0,-10000 0,-10000.1 -0.1,-10000 0,-9999.9 0,-10000 0,-9999.9 0,-10000 0,-10000.1 10000,0.1 10000,-0.1 10000,0.1 10000,0 10000,0 10000,0 9999.9,0 10000,0.1 10000,-0.1 9999.9,0 0.1,10000 0,10000 0,10000 0,10000.1 0,10000 0,10000 0,9999.9 -0.1,10000 0,10000 0,10000 -10000,0 -10000.1,-0.1 -10000,0 -10000,0 -10000,-0.1 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 z"
id="path2071"
inkscape:connector-curvature="0" />
<path
d="m 735975.9,-5000000 95.5,2571.6 374.5,10098.9 373.9,10098.8 373.3,10098.7 372.7,10098.6 372.1,10098.4 371.5,10098.3 370.9,10098.3 370.3,10098.1 369.7,10098 239.1,6542.3 -9659.9,0 -10000,-0.1 -10000,0.1 -10000,0 0,-10000 0,-10000 0.1,-10000 0,-9999.9 0,-10000 0,-10000 0,-10000.1 0,-10000 0,-10000 -0.1,-10000 10000,0 10000.1,0 10000,0.1 5975.9,-0.1 z"
id="path2072"
inkscape:connector-curvature="0" />
<path
d="m 264024.1,-5000000 279.6,-7527.4 375.7,-10099.1 376.3,-10099.3 376.9,-10099.4 377.5,-10099.6 378.1,-10099.6 378.7,-10099.7 379.3,-10099.8 379.9,-10100 380.5,-10100.1 59.4,-1576 2234,0.1 10000,0 10000,-0.1 10000,0.1 0,10000 0,10000 0,10000 -0.1,10000 0,10000 0,10000 0,9999.9 -0.1,10000.1 0,9999.9 -0.1,10000 -10000,0 -10000,0 -10000,0.1 -5976,-0.1 z"
id="path2073"
inkscape:connector-curvature="0" />
<path
d="m 300000,-5000000 0.1,-10000 0,-9999.9 0.1,-10000.1 0,-9999.9 0,-10000 0,-10000 0.1,-10000 0,-10000 0,-10000 0,-10000 10000,-0.1 10000,0.1 10000,0 9999.9,-0.1 10000,0 10000,0 10000,-0.1 10000,0.1 9999.9,0 10000,0.1 0,9999.9 0,10000 0,10000.1 0,10000 0,9999.9 0,10000 0,10000.1 0,10000 0,9999.9 0,10000 -10000,0.1 -10000,-0.1 -10000,0.1 -10000,0 -10000,0 -10000,0 -9999.9,0 -10000,0.1 -10000,-0.1 -10000,0 z"
id="path2074"
inkscape:connector-curvature="0" />
<path
d="m 400000,-5000000 0,-10000 0,-9999.9 0,-10000 0,-10000.1 0,-10000 0,-9999.9 0,-10000 0,-10000.1 0,-10000 0,-9999.9 10000,-0.1 10000,0 9999.9,-0.1 10000,0 9999.9,0 10000,0 10000,0.1 10000,-0.1 9999.9,0 10000,0 0,10000 0,10000 0,10000 0,9999.9 0,10000 0,10000.1 0,10000 0,10000 0,10000 0,10000 -10000,0 -10000,-0.1 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 z"
id="path2075"
inkscape:connector-curvature="0" />
<path
d="m 500000,-5000000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000.1 0,-10000 0,-9999.9 0,-10000 0,-10000 0,-10000 10000,0 10000,0 9999.9,0.1 10000,-0.1 9999.9,0 10000,0 10000,0 10000,0.1 9999.9,0 10000,0.1 0,9999.9 0,10000 0,10000.1 0,10000 0,9999.9 0,10000 0,10000.1 0,10000 0,9999.9 0,10000 -10000,0 -9999.9,0 -10000,0 -10000,0 -9999.9,0 -10000,0 -10000,0 -10000,0 -10000,0.1 -10000,0 z"
id="path2076"
inkscape:connector-curvature="0" />
<path
d="m 600000,-5000000 0,-10000 0,-9999.9 0,-10000 0,-10000.1 0,-10000 0,-9999.9 0,-10000 0,-10000.1 0,-10000 0,-9999.9 10000,-0.1 9999.9,0 10000,-0.1 10000,0.1 10000,0 9999.9,0 10000,0.1 10000,0 10000,-0.1 10000,0.1 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0.1,9999.9 0,10000.1 0,9999.9 0,10000 -9999.9,0 -10000,0.1 -10000,-0.1 -9999.9,0 -10000,0 -10000,0 -10000,0 -10000,-0.1 -10000,0.1 -10000,-0.1 z"
id="path2077"
inkscape:connector-curvature="0" />
<path
d="m 732233.9,-5100000.1 59.5,1576 380.5,10100.1 379.9,10100 379.3,10099.8 378.7,10099.7 378.1,10099.6 377.5,10099.6 376.9,10099.4 376.3,10099.3 375.7,10099.1 279.6,7527.4 -5975.9,0.1 -10000,-0.1 -10000.1,0 -10000,0 0,-10000 0,-9999.9 0,-10000.1 -0.1,-9999.9 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 10000,-0.1 10000,0.1 10000,0 2233.9,-0.1 z"
id="path2078"
inkscape:connector-curvature="0" />
<path
d="m 267766.1,-5100000.1 321.6,-8524.2 381.6,-10100.3 382.2,-10100.4 382.8,-10100.6 383.4,-10100.7 384,-10100.9 384.6,-10100.9 385.1,-10101 385.7,-10101.1 386.3,-10101.3 21.8,-568.6 8434.7,0.1 9999.9,0 10000.1,0 -0.1,10000 0,9999.9 0,10000.1 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000.1 -10000,-0.1 -10000,0.1 -10000,0 -2234,-0.1 z"
id="path2079"
inkscape:connector-curvature="0" />
<path
d="m 300000,-5100000 0,-10000.1 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000.1 0,-9999.9 0.1,-10000 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0.1 10000,0 10000,0 0,9999.9 0,10000 0,10000.1 0,10000 0,9999.9 0,10000 0,10000.1 0,10000 0,9999.9 0,10000.1 -10000,-0.1 -9999.9,0 -10000,-0.1 -10000,0.1 -10000,0 -10000,0 -9999.9,0.1 -10000,0 -10000,-0.1 -10000,0.1 z"
id="path2080"
inkscape:connector-curvature="0" />
<path
d="m 400000,-5099999.9 0,-10000.1 0,-9999.9 0,-10000 0,-10000.1 0,-10000 0,-9999.9 0,-10000 0,-10000.1 0,-10000 0,-9999.9 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0.1 10000,0 10000,-0.1 10000,0 10000,0 0,10000 0,9999.9 0,10000 0,10000.1 0,9999.9 0,10000.1 0,9999.9 0,10000 0,10000.1 0,10000 -10000,0 -9999.9,0 -10000,0.1 -10000,-0.1 -10000,0 -9999.9,0 -10000,0 -9999.9,0.1 -10000,0 -10000,0.1 z"
id="path2081"
inkscape:connector-curvature="0" />
<path
d="m 500000,-5100000 0,-10000 0,-10000.1 0,-10000 0,-9999.9 0,-10000.1 0,-9999.9 0,-10000.1 0,-10000 0,-9999.9 0,-10000 10000,0 10000,0 10000,0.1 10000.1,0 10000,-0.1 9999.9,0.1 10000.1,0 9999.9,0 10000,0 10000,0 0,9999.9 0,10000 0,10000.1 0,10000 0,9999.9 0,10000 0,10000.1 0,10000 0,9999.9 0,10000.1 -10000,-0.1 -9999.9,0 -10000,-0.1 -10000,0 -10000,0 -9999.9,0 -10000,0.1 -9999.9,-0.1 -10000,0 -10000,0 z"
id="path2082"
inkscape:connector-curvature="0" />
<path
d="m 600000,-5099999.9 0,-10000.1 0,-9999.9 0,-10000 0,-10000.1 0,-10000 0,-9999.9 0,-10000 0,-10000.1 0,-10000 0,-9999.9 10000,0 10000,0 9999.9,-0.1 10000,0 10000.1,0 10000,0 10000,0 10000,0 10000,0 10000,0 0.1,10000 0,9999.9 0,10000.1 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000.1 -10000,-0.1 -10000,0.1 -10000,0 -10000,-0.1 -9999.9,0 -10000,0 -10000,-0.1 -10000,0.1 -9999.9,0 -10000,0.1 z"
id="path2083"
inkscape:connector-curvature="0" />
<path
d="m 728434.7,-5200000 21.8,568.6 386.3,10101.3 385.7,10101.1 385.1,10101 384.6,10100.9 384,10100.9 383.4,10100.7 382.8,10100.6 382.2,10100.4 381.6,10100.3 321.6,8524.2 -2233.9,0.1 -10000,0 -10000,-0.1 -10000,0.1 0,-10000.1 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000.1 0,-9999.9 -0.1,-10000 10000,0 10000,0 8434.7,-0.1 z"
id="path2084"
inkscape:connector-curvature="0" />
<path
d="m 271565.3,-5200000 365.1,-9532.8 387.5,-10101.5 388,-10101.6 388.6,-10101.7 389.2,-10101.8 389.8,-10102 390.3,-10102.2 390.9,-10102.2 391.5,-10102.3 374.5,-9651.8 4579.2,-0.1 10000,0 10000,0 0,10000 -0.1,10000 0,10000 0,10000 0,10000 0,10000 0,10000 -0.1,10000 0.1,9999.9 0,10000.1 -10000.1,0 -9999.9,0 -8434.7,-0.1 z"
id="path2085"
inkscape:connector-curvature="0" />
<path
d="m 300000,-5200000 0,-10000.1 -0.1,-9999.9 0.1,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0.1,-10000 0,-10000 10000,0 10000,0.1 10000,0 10000,0 10000,0 10000,0 10000,0 10000,-0.1 10000,0 10000,0.1 0,9999.9 0,10000 0,10000.1 0.1,10000 0,9999.9 0,10000 0,10000.1 0,10000 0,10000.1 0,10000 -10000,0 -10000,0 -10000,-0.1 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 z"
id="path2086"
inkscape:connector-curvature="0" />
<path
d="m 400000,-5200000 0,-10000 0,-10000.1 0,-10000 0,-10000.1 0,-10000 0,-9999.9 -0.1,-10000 0,-10000.1 0,-10000 0,-9999.9 10000,0 10000,0 10000,0 10000,-0.1 10000,0 10000,0 9999.9,0 10000.1,0 10000,0.1 10000,0 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 -10000,0 -10000,0 -10000,0.1 -10000,0 -10000,-0.1 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 z"
id="path2087"
inkscape:connector-curvature="0" />
<path
d="m 500000,-5200000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 10000,0 10000,-0.1 10000.1,0 10000,0 10000,0 10000,0 10000,0.1 10000,0 10000,0 10000,0 0,9999.9 0,10000 0,10000.1 -0.1,10000 0,9999.9 0,10000 0,10000.1 0,10000 0,10000.1 0,10000 -10000,0 -10000,0 -9999.9,0 -10000.1,0 -9999.9,-0.1 -10000,0.1 -10000.1,0 -10000,-0.1 -10000,0 -10000,0 z"
id="path2088"
inkscape:connector-curvature="0" />
<path
d="m 600000,-5200000 0,-10000 0,-10000.1 0,-10000 0,-10000.1 0,-10000 0,-9999.9 0.1,-10000 0,-10000.1 0,-10000 0,-9999.9 10000,-0.1 10000,0 9999.9,0.1 10000.1,0 10000,0 10000,0 10000,0 10000,0 10000,-0.1 10000,0 0,10000 0,10000 0.1,10000 0,10000 0,10000 0,10000 0,10000 0.1,10000 -0.1,9999.9 0,10000.1 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000.1,0 -10000,0 -9999.9,0.1 -10000,0 -10000,0 z"
id="path2089"
inkscape:connector-curvature="0" />
<path
d="m 724579.2,-5300000 374.5,9651.8 391.5,10102.3 390.9,10102.2 390.3,10102.2 389.8,10102 389.2,10101.8 388.6,10101.7 388,10101.6 387.5,10101.5 365.1,9532.8 -8434.7,0.1 -10000,0 -10000,0 0,-10000.1 0.1,-9999.9 -0.1,-10000 0,-10000 0,-10000 0,-10000 0,-10000 -0.1,-10000 0,-10000 0,-10000 10000,0 10000,0 4579.2,0.1 z"
id="path2090"
inkscape:connector-curvature="0" />
<path
d="m 756099.6,-4432069.1 -340.3,-10092.5 -341,-10092.6 -341.6,-10092.7 -342.2,-10092.8 -342.9,-10093 -343.5,-10093.2 -251.3,-7374.2 3787.9,-258.7 9977.8,-681.6 9979.1,-681.8 9980.3,-681.9 9981.6,-682 9982.8,-682.2 681.6,9983.5 680.3,9983.7 679.1,9983.8 677.9,9983.9 676.5,9984 675.4,9984.2 647.9,9596.8 -5879.3,240.9 -10045.7,398.3 -10045.4,385 -10045.2,371.6 -10045,358.3 -10044.8,345 z"
id="path2091"
inkscape:connector-curvature="0" />
<path
d="m 912244.7,-4438939 -5448.8,295.6 -10048.2,531.7 -10047.9,518.3 -10047.7,505 -10047.4,491.6 -10047.1,478.3 -10046.9,464.9 -10046.5,451.6 -10046.4,438.3 -10046.1,424.9 -4166.6,170.7 -647.9,-9596.8 -675.4,-9984.2 -676.5,-9984 -677.9,-9983.9 -679.1,-9983.8 -680.3,-9983.7 -681.6,-9983.5 9984.1,-682.3 9985.2,-682.4 9986.5,-682.5 9987.9,-682.8 9989,-682.8 9990.3,-683 9991.5,-683 9992.8,-683.3 9994,-683.5 9995.2,-683.6 683.1,9996 681.8,9996.1 680.6,9996.2 679.3,9996.4 678,9996.5 676.8,9996.7 675.5,9996.8 106.9,1583.5 z"
id="path2092"
inkscape:connector-curvature="0" />
<path
d="m 1012321.5,-4445036.3 -5025.8,339.5 -10051.5,665.7 -10051.1,652.2 -10050.9,638.8 -10050.5,625.4 -10050.1,612 -10049.8,598.6 -10049.5,585.2 -10049.1,571.8 -10048.8,558.4 -4599.8,249.5 -106.9,-1583.5 -675.5,-9996.8 -676.8,-9996.7 -678,-9996.5 -679.3,-9996.4 -680.6,-9996.2 -681.8,-9996.1 -683.1,-9996 9996.5,-683.7 9997.7,-683.9 9998.9,-684 10000.2,-684.3 10001.4,-684.3 10002.7,-684.5 10003.9,-684.7 10005.2,-684.9 10006.4,-685.1 10007.7,-685.2 684.7,10008.4 683.4,10008.5 682.2,10008.7 680.9,10008.9 679.7,10009 678.4,10009.3 677.2,10009.4 151.6,2243.2 z"
id="path2093"
inkscape:connector-curvature="0" />
<path
d="m 1112435,-4452466.4 -4602.8,372.5 -10055.5,800.4 -10055.1,786.9 -10054.6,773.4 -10054.2,759.9 -10053.8,746.4 -10053.4,732.9 -10053.1,719.5 -10052.5,706 -10052.2,692.6 -5026.1,339.6 -151.6,-2243.2 -677.2,-10009.4 -678.4,-10009.3 -679.7,-10009 -680.9,-10008.9 -682.2,-10008.7 -683.4,-10008.5 -684.7,-10008.4 10008.9,-685.3 10010.1,-685.5 10011.4,-685.7 10012.6,-685.9 10013.9,-686.1 10015.1,-686.3 10016.4,-686.4 10017.5,-686.7 10018.9,-686.8 10020.1,-687.1 686.4,10020.9 685.3,10021 683.9,10021.2 682.7,10021.4 681.5,10021.5 680.2,10021.8 679,10021.9 107.4,1587.4 z"
id="path2094"
inkscape:connector-curvature="0" />
<path
d="m 1212584.4,-4461236.4 -4172.4,393.8 -10060.1,936 -10059.7,922.4 -10059.1,908.8 -10058.7,895.2 -10058.2,881.6 -10057.7,868.1 -10057.3,854.5 -10056.8,841 -10056.4,827.4 -5453.1,441.4 -107.4,-1587.4 -679,-10021.9 -680.2,-10021.8 -681.5,-10021.5 -682.7,-10021.4 -683.9,-10021.2 -685.3,-10021 -686.4,-10020.9 10021.3,-687.2 10022.6,-687.3 10023.9,-687.5 10025,-687.8 10026.4,-687.9 10027.5,-688.2 10028.9,-688.3 10030.1,-688.6 10031.2,-688.8 10032.6,-689 688.4,10033.3 687.2,10033.5 686,10033.7 684.7,10033.9 683.5,10034 682.2,10034.3 654.6,9645.1 z"
id="path2095"
inkscape:connector-curvature="0" />
<path
d="m 753796.8,-4500000 -92.9,-2719 -344.8,-10093.3 -345.5,-10093.4 -346.1,-10093.5 -346.7,-10093.7 -347.4,-10093.8 -348,-10093.9 -348.6,-10094 -349.3,-10094.1 -349.9,-10094.2 -223.4,-6437.1 353.3,-24.5 9976.5,-693.9 9977.7,-694.1 9979,-694.2 9980.3,-694.3 9981.4,-694.5 693.9,9982.1 692.8,9982.2 691.4,9982.4 690.2,9982.6 689,9982.7 687.7,9982.8 686.6,9982.9 685.2,9983.2 684.1,9983.2 682.8,9983.3 -9982.8,682.2 -9981.6,682 -9980.3,681.9 -9979.1,681.8 -9977.8,681.6 -3787.9,258.7 z"
id="path2096"
inkscape:connector-curvature="0" />
<path
d="m 807486.3,-4503668.1 -682.8,-9983.3 -684.1,-9983.2 -685.2,-9983.2 -686.6,-9982.9 -687.7,-9982.8 -689,-9982.7 -690.2,-9982.6 -691.4,-9982.4 -692.8,-9982.2 -693.9,-9982.1 9982.7,-694.7 9983.8,-694.8 9985.1,-694.9 9986.4,-695 9987.5,-695.2 9988.8,-695.3 9990,-695.5 9991.2,-695.6 9992.5,-695.7 9993.7,-696 695.4,9994.4 694.1,9994.5 692.9,9994.7 691.7,9994.8 690.4,9995 689.2,9995.1 688,9995.4 686.7,9995.5 685.5,9995.6 684.2,9995.8 -9995.2,683.6 -9994,683.5 -9992.8,683.3 -9991.5,683 -9990.3,683 -9989,682.8 -9987.9,682.8 -9986.5,682.5 -9985.2,682.4 -9984.1,682.3 z"
id="path2097"
inkscape:connector-curvature="0" />
<path
d="m 907382.8,-4510497.2 -684.2,-9995.8 -685.5,-9995.6 -686.7,-9995.5 -688,-9995.4 -689.2,-9995.1 -690.4,-9995 -691.7,-9994.8 -692.9,-9994.7 -694.1,-9994.5 -695.4,-9994.4 9994.9,-696 9996.2,-696.3 9997.4,-696.3 9998.6,-696.6 9999.8,-696.7 10001,-696.8 10002.3,-697.1 10003.4,-697.1 10004.8,-697.4 10005.9,-697.6 697,10006.7 695.8,10006.8 694.6,10007 693.3,10007.2 692.1,10007.3 690.9,10007.5 689.6,10007.7 688.4,10007.9 687.1,10007.9 685.9,10008.2 -10007.7,685.2 -10006.4,685.1 -10005.2,684.9 -10003.9,684.7 -10002.7,684.5 -10001.4,684.3 -10000.2,684.3 -9998.9,684 -9997.7,683.9 -9996.5,683.7 z"
id="path2098"
inkscape:connector-curvature="0" />
<path
d="m 1007403.5,-4517341.8 -685.9,-10008.2 -687.1,-10007.9 -688.4,-10007.9 -689.6,-10007.7 -690.9,-10007.5 -692.1,-10007.3 -693.3,-10007.2 -694.6,-10007 -695.8,-10006.8 -697,-10006.7 10007.2,-697.7 10008.5,-697.8 10009.6,-698.1 10010.9,-698.2 10012,-698.5 10013.3,-698.6 10014.5,-698.7 10015.8,-699 10017,-699.1 10018.2,-699.4 698.8,10018.9 697.6,10019.1 696.4,10019.3 695.1,10019.5 693.9,10019.7 692.7,10019.9 691.4,10020.1 690.2,10020.2 688.9,10020.4 687.8,10020.6 -10020.1,687.1 -10018.9,686.8 -10017.5,686.7 -10016.4,686.4 -10015.1,686.3 -10013.9,686.1 -10012.6,685.9 -10011.4,685.7 -10010.1,685.5 -10008.9,685.3 z"
id="path2099"
inkscape:connector-curvature="0" />
<path
d="m 1107548.5,-4524203.5 -687.8,-10020.6 -688.9,-10020.4 -690.2,-10020.2 -691.4,-10020.1 -692.7,-10019.9 -693.9,-10019.7 -695.1,-10019.5 -696.4,-10019.3 -697.6,-10019.1 -698.8,-10018.9 10019.5,-699.5 10020.6,-699.8 10021.9,-699.9 10023.1,-700.1 10024.4,-700.3 10025.5,-700.5 10026.9,-700.8 10028,-700.9 10029.2,-701.1 10030.5,-701.3 700.8,10031.2 699.5,10031.3 698.4,10031.6 697.2,10031.8 695.9,10032.1 694.7,10032.2 693.3,10032.4 692.2,10032.7 690.9,10032.9 689.8,10033 -10032.6,689 -10031.2,688.8 -10030.1,688.6 -10028.9,688.3 -10027.5,688.2 -10026.4,687.9 -10025,687.8 -10023.9,687.5 -10022.6,687.3 -10021.3,687.2 z"
id="path2100"
inkscape:connector-curvature="0" />
<path
d="m 750354.3,-4600000 -127.2,-3657.4 -351.2,-10094.5 -351.8,-10094.6 -352.4,-10094.7 -353.1,-10094.8 -353.7,-10094.9 -354.3,-10095 -355,-10095.2 -355.6,-10095.3 -356.2,-10095.4 -193.8,-5488.2 6833,-483.7 9976.5,-706.2 9977.7,-706.3 9978.9,-706.5 9980.1,-706.7 706.1,9980.8 704.9,9980.9 703.6,9981.1 702.4,9981.1 701.3,9981.3 700,9981.5 698.8,9981.7 697.6,9981.7 696.4,9981.8 695.1,9982.1 -9981.4,694.5 -9980.3,694.3 -9979,694.2 -9977.7,694.1 -9976.5,693.9 -353.3,24.5 z"
id="path2101"
inkscape:connector-curvature="0" />
<path
d="m 800602.5,-4603495.5 -695.1,-9982.1 -696.4,-9981.8 -697.6,-9981.7 -698.8,-9981.7 -700,-9981.5 -701.3,-9981.3 -702.4,-9981.1 -703.6,-9981.1 -704.9,-9980.9 -706.1,-9980.8 9981.2,-706.8 9982.5,-706.9 9983.7,-707.1 9984.9,-707.2 9986.1,-707.4 9987.4,-707.4 9988.5,-707.6 9989.8,-707.8 9991,-707.9 9992.1,-708.1 707.5,9992.8 706.4,9993 705.1,9993.2 703.9,9993.3 702.7,9993.5 701.5,9993.7 700.3,9993.8 699.1,9993.9 697.8,9994.1 696.6,9994.2 -9993.7,696 -9992.5,695.7 -9991.2,695.6 -9990,695.5 -9988.8,695.3 -9987.5,695.2 -9986.4,695 -9985.1,694.9 -9983.8,694.8 -9982.7,694.7 z"
id="path2102"
inkscape:connector-curvature="0" />
<path
d="m 900484.4,-4610448.1 -696.6,-9994.2 -697.8,-9994.1 -699.1,-9993.9 -700.3,-9993.8 -701.5,-9993.7 -702.7,-9993.5 -703.9,-9993.3 -705.1,-9993.2 -706.4,-9993 -707.5,-9992.8 9993.4,-708.2 9994.5,-708.4 9995.8,-708.5 9997,-708.8 9998.2,-708.8 9999.4,-709.1 10000.7,-709.1 10001.8,-709.4 10003.1,-709.6 10004.2,-709.6 709.2,10004.9 708,10005.1 706.8,10005.3 705.6,10005.5 704.3,10005.6 703.1,10005.7 701.9,10006 700.7,10006.1 699.5,10006.2 698.2,10006.5 -10005.9,697.6 -10004.8,697.4 -10003.4,697.1 -10002.3,697.1 -10001,696.8 -9999.8,696.7 -9998.6,696.6 -9997.4,696.3 -9996.2,696.3 -9994.9,696 z"
id="path2103"
inkscape:connector-curvature="0" />
<path
d="m 1000488.8,-4617416 -698.2,-10006.5 -699.5,-10006.2 -700.7,-10006.1 -701.9,-10006 -703.1,-10005.7 -704.3,-10005.6 -705.6,-10005.5 -706.8,-10005.3 -708,-10005.1 -709.2,-10004.9 10005.4,-709.9 10006.7,-710 10007.8,-710.2 10009.1,-710.5 10010.3,-710.5 10011.5,-710.8 10012.7,-710.9 10013.9,-711.2 10015.1,-711.3 10016.3,-711.6 711.1,10017 709.8,10017.3 708.6,10017.4 707.4,10017.5 706.2,10017.8 705,10018 703.7,10018.2 702.5,10018.3 701.3,10018.5 700,10018.7 -10018.2,699.4 -10017,699.1 -10015.8,699 -10014.5,698.7 -10013.3,698.6 -10012,698.5 -10010.9,698.2 -10009.6,698.1 -10008.5,697.8 -10007.2,697.7 z"
id="path2104"
inkscape:connector-curvature="0" />
<path
d="m 1100615.7,-4624401.2 -700,-10018.7 -701.3,-10018.5 -702.5,-10018.3 -703.7,-10018.2 -705,-10018 -706.2,-10017.8 -707.4,-10017.5 -708.6,-10017.4 -709.8,-10017.3 -711.1,-10017 10017.5,-711.6 10018.8,-711.9 10019.9,-712.1 10021.1,-712.3 10022.4,-712.6 10023.5,-712.6 10024.8,-712.9 10026,-713.1 10027.2,-713.4 10028.3,-713.5 713,10029.1 711.8,10029.3 710.6,10029.5 709.4,10029.7 708.1,10029.9 707,10030.2 705.7,10030.4 704.5,10030.6 703.2,10030.7 702.1,10031.1 -10030.5,701.3 -10029.2,701.1 -10028,700.9 -10026.9,700.8 -10025.5,700.5 -10024.4,700.3 -10023.1,700.1 -10021.9,699.9 -10020.6,699.8 -10019.5,699.5 z"
id="path2105"
inkscape:connector-curvature="0" />
<path
d="m 746850,-4700000 -163,-4607.3 -357.5,-10095.7 -358.1,-10095.7 -358.7,-10095.9 -359.3,-10096 -359.9,-10096.1 -360.6,-10096.2 -361.2,-10096.3 -361.8,-10096.4 -362.4,-10096.6 -162.6,-4527.7 3276.4,-235.9 9975.2,-718.2 9976.3,-718.4 9977.5,-718.5 9978.8,-718.5 718.1,9979.4 716.9,9979.5 715.6,9979.8 714.5,9979.8 713.3,9979.9 712.2,9980 710.9,9980.2 709.7,9980.4 708.5,9980.5 707.3,9980.6 -9980.1,706.7 -9978.9,706.5 -9977.7,706.3 -9976.5,706.2 -6833,483.7 z"
id="path2106"
inkscape:connector-curvature="0" />
<path
d="m 793596.3,-4703309.4 -707.3,-9980.6 -708.5,-9980.5 -709.7,-9980.4 -710.9,-9980.2 -712.2,-9980 -713.3,-9979.9 -714.5,-9979.8 -715.6,-9979.8 -716.9,-9979.5 -718.1,-9979.4 9979.9,-718.8 9981.1,-719 9982.3,-719 9983.5,-719.2 9984.7,-719.3 9985.9,-719.4 9987,-719.6 9988.3,-719.7 9989.4,-720 9990.6,-720 719.5,9991.3 718.3,9991.5 717.2,9991.6 715.9,9991.8 714.8,9991.9 713.5,9992.1 712.4,9992.2 711.2,9992.4 709.9,9992.5 708.8,9992.6 -9992.1,708.1 -9991,707.9 -9989.8,707.8 -9988.5,707.6 -9987.4,707.4 -9986.1,707.4 -9984.9,707.2 -9983.7,707.1 -9982.5,706.9 -9981.2,706.8 z"
id="path2107"
inkscape:connector-curvature="0" />
<path
d="m 893463.6,-4710383.5 -708.8,-9992.6 -709.9,-9992.5 -711.2,-9992.4 -712.4,-9992.2 -713.5,-9992.1 -714.8,-9991.9 -715.9,-9991.8 -717.2,-9991.6 -718.3,-9991.5 -719.5,-9991.3 9991.8,-720.2 9993,-720.4 9994.2,-720.5 9995.3,-720.7 9996.5,-720.8 9997.8,-721 9998.9,-721.2 10000.2,-721.4 10001.3,-721.5 10002.5,-721.6 721.2,10003.2 720,10003.3 718.8,10003.6 717.6,10003.7 716.4,10003.9 715.2,10004 714,10004.3 712.8,10004.4 711.6,10004.5 710.4,10004.8 -10004.2,709.6 -10003.1,709.6 -10001.8,709.4 -10000.7,709.1 -9999.4,709.1 -9998.2,708.8 -9997,708.8 -9995.8,708.5 -9994.5,708.4 -9993.4,708.2 z"
id="path2108"
inkscape:connector-curvature="0" />
<path
d="m 993451.6,-4717473 -710.4,-10004.8 -711.6,-10004.5 -712.8,-10004.4 -714,-10004.3 -715.2,-10004 -716.4,-10003.9 -717.6,-10003.7 -718.8,-10003.6 -720,-10003.3 -721.2,-10003.2 10003.7,-721.9 10004.9,-722 10006.1,-722.2 10007.3,-722.4 10008.5,-722.6 10009.6,-722.8 10010.8,-723 10012.1,-723.2 10013.2,-723.2 10014.4,-723.5 723,10015.1 721.8,10015.3 720.6,10015.5 719.5,10015.7 718.1,10015.8 717.1,10016.1 715.8,10016.2 714.6,10016.5 713.5,10016.6 712.2,10016.8 -10016.3,711.6 -10015.1,711.3 -10013.9,711.2 -10012.7,710.9 -10011.5,710.8 -10010.3,710.5 -10009.1,710.5 -10007.8,710.2 -10006.7,710 -10005.4,709.9 z"
id="path2109"
inkscape:connector-curvature="0" />
<path
d="m 1093560.3,-4724579.8 -712.2,-10016.8 -713.5,-10016.6 -714.6,-10016.5 -715.8,-10016.2 -717.1,-10016.1 -718.1,-10015.8 -719.5,-10015.7 -720.6,-10015.5 -721.8,-10015.3 -723,-10015.1 10015.6,-723.7 10016.7,-723.8 10018,-724.1 10019.1,-724.3 10020.4,-724.5 10021.5,-724.7 10022.8,-724.9 10023.9,-725.1 10025.1,-725.2 10026.3,-725.5 725,10027 723.8,10027.1 722.7,10027.5 721.4,10027.6 720.2,10027.8 719,10028 717.8,10028.3 716.6,10028.5 715.4,10028.7 714.2,10028.9 -10028.3,713.5 -10027.2,713.4 -10026,713.1 -10024.8,712.9 -10023.5,712.6 -10022.4,712.6 -10021.1,712.3 -10019.9,712.1 -10018.8,711.9 -10017.5,711.6 z"
id="path2110"
inkscape:connector-curvature="0" />
<path
d="m 743285,-4800000 -200.4,-5569 -363.6,-10096.8 -364.3,-10097 -364.9,-10097 -365.5,-10097.2 -366.1,-10097.3 -366.7,-10097.4 -367.3,-10097.5 -367.9,-10097.6 -368.5,-10097.7 -129.8,-3555.5 9634.6,-705.1 9975.1,-730.2 9976.2,-730.2 9977.3,-730.4 729.9,9978 728.7,9978.2 727.5,9978.2 726.4,9978.5 725.2,9978.6 724,9978.6 722.8,9978.9 721.7,9979 720.5,9979.1 719.3,9979.3 -9978.8,718.5 -9977.5,718.5 -9976.3,718.4 -9975.2,718.2 -3276.4,235.9 z"
id="path2111"
inkscape:connector-curvature="0" />
<path
d="m 786469.3,-4803109.5 -719.3,-9979.3 -720.5,-9979.1 -721.7,-9979 -722.8,-9978.9 -724,-9978.6 -725.2,-9978.6 -726.4,-9978.5 -727.5,-9978.2 -728.7,-9978.2 -729.9,-9978 9978.6,-730.5 9979.7,-730.8 9980.9,-730.8 9982,-730.9 9983.3,-731.2 9984.4,-731.2 9985.5,-731.4 9986.8,-731.5 9987.9,-731.7 9989.1,-731.9 731.4,9989.7 730.2,9989.9 729,9990.1 727.8,9990.2 726.7,9990.3 725.4,9990.5 724.3,9990.6 723.1,9990.9 721.9,9991 720.7,9991.2 -9990.6,720 -9989.4,720 -9988.3,719.7 -9987,719.6 -9985.9,719.4 -9984.7,719.3 -9983.5,719.2 -9982.3,719 -9981.1,719 -9979.9,718.8 z"
id="path2112"
inkscape:connector-curvature="0" />
<path
d="m 886322,-4810303.4 -720.7,-9991.2 -721.9,-9991 -723.1,-9990.9 -724.3,-9990.6 -725.4,-9990.5 -726.7,-9990.3 -727.8,-9990.2 -729,-9990.1 -730.2,-9989.9 -731.4,-9989.7 9990.2,-731.9 9991.5,-732.2 9992.6,-732.3 9993.8,-732.4 9994.9,-732.7 9996.1,-732.8 9997.3,-732.9 9998.5,-733.2 9999.7,-733.3 10000.8,-733.5 733,10001.5 731.8,10001.6 730.6,10001.8 729.5,10002 728.3,10002.2 727.1,10002.3 725.9,10002.5 724.7,10002.7 723.5,10002.8 722.4,10003.1 -10002.5,721.6 -10001.3,721.5 -10000.2,721.4 -9998.9,721.2 -9997.8,721 -9996.5,720.8 -9995.3,720.7 -9994.2,720.5 -9993,720.4 -9991.8,720.2 z"
id="path2113"
inkscape:connector-curvature="0" />
<path
d="m 986293.7,-4817512.7 -722.4,-10003.1 -723.5,-10002.8 -724.7,-10002.7 -725.9,-10002.5 -727.1,-10002.3 -728.3,-10002.2 -729.5,-10002 -730.6,-10001.8 -731.8,-10001.6 -733,-10001.5 10001.9,-733.6 10003.2,-733.8 10004.3,-733.9 10005.5,-734.3 10006.6,-734.4 10007.8,-734.5 10009,-734.8 10010.1,-734.9 10011.4,-735 10012.5,-735.3 734.8,10013.1 733.6,10013.4 732.5,10013.6 731.3,10013.8 730.1,10013.9 729,10014.1 727.7,10014.3 726.5,10014.5 725.4,10014.7 724.2,10014.9 -10014.4,723.5 -10013.2,723.2 -10012.1,723.2 -10010.8,723 -10009.6,722.8 -10008.5,722.6 -10007.3,722.4 -10006.1,722.2 -10004.9,722 -10003.7,721.9 z"
id="path2114"
inkscape:connector-curvature="0" />
<path
d="m 1086384.2,-4824739.4 -724.2,-10014.9 -725.4,-10014.7 -726.5,-10014.5 -727.7,-10014.3 -729,-10014.1 -730.1,-10013.9 -731.3,-10013.8 -732.5,-10013.6 -733.6,-10013.4 -734.8,-10013.1 10013.6,-735.5 10014.9,-735.7 10016,-735.9 10017.1,-736.1 10018.4,-736.3 10019.6,-736.4 10020.7,-736.7 10021.8,-736.9 10023,-737 10024.3,-737.3 736.8,10024.9 735.6,10025.1 734.5,10025.2 733.3,10025.6 732.2,10025.7 730.9,10025.9 729.8,10026.2 728.6,10026.4 727.4,10026.5 726.2,10026.9 -10026.3,725.5 -10025.1,725.2 -10023.9,725.1 -10022.8,724.9 -10021.5,724.7 -10020.4,724.5 -10019.1,724.3 -10018,724.1 -10016.7,723.8 -10015.6,723.7 z"
id="path2115"
inkscape:connector-curvature="0" />
<path
d="m 739660.1,-4900000 -239.3,-6542.3 -369.7,-10098 -370.3,-10098.1 -370.9,-10098.3 -371.5,-10098.3 -372.1,-10098.4 -372.7,-10098.6 -373.3,-10098.7 -373.9,-10098.8 -374.5,-10098.9 -95.4,-2571.6 5959.7,-443.1 9973.7,-741.8 9974.9,-741.9 9976,-742 741.5,9976.6 740.4,9976.8 739.2,9977 738,9977.1 736.9,9977.2 735.7,9977.4 734.6,9977.4 733.4,9977.6 732.2,9977.8 731,9977.9 -9977.3,730.4 -9976.2,730.2 -9975.1,730.2 -9634.6,705.1 z"
id="path2116"
inkscape:connector-curvature="0" />
<path
d="m 779223.4,-4902896 -731,-9977.9 -732.2,-9977.8 -733.4,-9977.6 -734.6,-9977.4 -735.7,-9977.4 -736.9,-9977.2 -738,-9977.1 -739.2,-9977 -740.4,-9976.8 -741.5,-9976.6 9977.3,-742.2 9978.3,-742.2 9979.5,-742.5 9980.7,-742.6 9981.7,-742.7 9983,-742.8 9984.1,-743 9985.3,-743.2 9986.4,-743.2 9987.5,-743.5 743,9988.3 741.8,9988.4 740.6,9988.5 739.6,9988.7 738.3,9988.8 737.2,9989 736,9989.2 734.9,9989.3 733.6,9989.4 732.5,9989.6 -9989.1,731.9 -9987.9,731.7 -9986.8,731.5 -9985.5,731.4 -9984.4,731.2 -9983.3,731.2 -9982,730.9 -9980.9,730.8 -9979.7,730.8 -9978.6,730.5 z"
id="path2117"
inkscape:connector-curvature="0" />
<path
d="m 879061.6,-4910207.9 -732.5,-9989.6 -733.6,-9989.4 -734.9,-9989.3 -736,-9989.2 -737.2,-9989 -738.3,-9988.8 -739.6,-9988.7 -740.6,-9988.5 -741.8,-9988.4 -743,-9988.3 9988.7,-743.6 9989.9,-743.7 9991,-744 9992.2,-744.1 9993.3,-744.2 9994.4,-744.5 9995.6,-744.6 9996.8,-744.7 9997.9,-744.9 9999.1,-745.1 744.6,9999.7 743.4,9999.9 742.3,10000.1 741.1,10000.3 740,10000.4 738.8,10000.5 737.7,10000.9 736.5,10000.9 735.3,10001.1 734.1,10001.2 -10000.8,733.5 -9999.7,733.3 -9998.5,733.2 -9997.3,732.9 -9996.1,732.8 -9994.9,732.7 -9993.8,732.4 -9992.6,732.3 -9991.5,732.2 -9990.2,731.9 z"
id="path2118"
inkscape:connector-curvature="0" />
<path
d="m 979016.8,-4917535.2 -734.1,-10001.2 -735.3,-10001.1 -736.5,-10000.9 -737.7,-10000.9 -738.8,-10000.5 -740,-10000.4 -741.1,-10000.3 -742.3,-10000.1 -743.4,-9999.9 -744.6,-9999.7 10000.2,-745.2 10001.4,-745.5 10002.5,-745.6 10003.7,-745.8 10004.8,-745.9 10006,-746.2 10007.1,-746.3 10008.3,-746.5 10009.4,-746.7 10010.6,-746.9 746.4,10011.3 745.3,10011.5 744.1,10011.6 742.9,10011.8 741.9,10012 740.6,10012.2 739.5,10012.5 738.3,10012.6 737.2,10012.7 736,10013 -10012.5,735.3 -10011.4,735 -10010.1,734.9 -10009,734.8 -10007.8,734.5 -10006.6,734.4 -10005.5,734.3 -10004.3,733.9 -10003.2,733.8 -10001.9,733.6 z"
id="path2119"
inkscape:connector-curvature="0" />
<path
d="m 1079089.1,-4924879.8 -736,-10013 -737.2,-10012.7 -738.3,-10012.6 -739.5,-10012.5 -740.6,-10012.2 -741.9,-10012 -742.9,-10011.8 -744.1,-10011.6 -745.3,-10011.5 -746.4,-10011.3 10011.7,-747 10012.8,-747.4 10014.1,-747.4 10015.2,-747.7 10016.3,-747.9 10017.4,-748.1 10018.7,-748.3 10019.8,-748.4 10020.9,-748.8 10022.2,-748.9 748.4,10022.7 747.2,10023 746.2,10023.2 745,10023.5 743.8,10023.6 742.7,10023.9 741.4,10024 740.3,10024.2 739.2,10024.5 738,10024.7 -10024.3,737.3 -10023,737 -10021.8,736.9 -10020.7,736.7 -10019.6,736.4 -10018.4,736.3 -10017.1,736.1 -10016,735.9 -10014.9,735.7 -10013.6,735.5 z"
id="path2120"
inkscape:connector-curvature="0" />
<path
d="m 735976.1,-5000000 -279.7,-7527.4 -375.7,-10099.1 -376.3,-10099.3 -376.9,-10099.4 -377.5,-10099.6 -378.1,-10099.6 -378.7,-10099.7 -379.3,-10099.8 -379.9,-10100 -380.5,-10100.1 -59.4,-1576 2227.6,-168.2 9972.5,-753.2 9973.5,-753.4 9974.7,-753.3 753,9975.3 751.8,9975.5 750.6,9975.6 749.5,9975.7 748.4,9975.9 747.3,9976 746.1,9976.1 744.9,9976.4 743.8,9976.3 742.6,9976.6 -9976,742 -9974.9,741.9 -9973.7,741.8 -5959.7,443.1 z"
id="path2121"
inkscape:connector-curvature="0" />
<path
d="m 771860.4,-5002668.9 -742.6,-9976.6 -743.8,-9976.3 -744.9,-9976.4 -746.1,-9976.1 -747.3,-9976 -748.4,-9975.9 -749.5,-9975.7 -750.6,-9975.6 -751.8,-9975.5 -753,-9975.3 9975.8,-753.7 9977,-753.7 9978.1,-753.9 9979.2,-754.1 9980.4,-754.1 9981.5,-754.2 9982.6,-754.5 9983.7,-754.5 9984.9,-754.8 9986,-754.8 754.4,9986.6 753.3,9986.8 752.1,9987 751,9987.1 749.9,9987.2 748.7,9987.4 747.5,9987.6 746.4,9987.7 745.3,9987.8 744.1,9988.1 -9987.5,743.5 -9986.4,743.2 -9985.3,743.2 -9984.1,743 -9983,742.8 -9981.7,742.7 -9980.7,742.6 -9979.5,742.5 -9978.3,742.2 -9977.3,742.2 z"
id="path2122"
inkscape:connector-curvature="0" />
<path
d="m 871684.1,-5010096.9 -744.1,-9988.1 -745.3,-9987.8 -746.4,-9987.7 -747.5,-9987.6 -748.7,-9987.4 -749.9,-9987.2 -751,-9987.1 -752.1,-9987 -753.3,-9986.8 -754.4,-9986.6 9987.2,-755.1 9988.2,-755.1 9989.4,-755.4 9990.6,-755.5 9991.6,-755.7 9992.8,-755.9 9994,-755.9 9995.1,-756.2 9996.2,-756.3 9997.4,-756.5 756,9998 754.9,9998.2 753.8,9998.3 752.6,9998.5 751.5,9998.7 750.3,9998.9 749.2,9999.1 748,9999.2 746.9,9999.4 745.7,9999.5 -9999.1,745.1 -9997.9,744.9 -9996.8,744.7 -9995.6,744.6 -9994.4,744.5 -9993.3,744.2 -9992.2,744.1 -9991,744 -9989.9,743.7 -9988.7,743.6 z"
id="path2123"
inkscape:connector-curvature="0" />
<path
d="m 971623,-5017540.2 -745.7,-9999.5 -746.9,-9999.4 -748,-9999.2 -749.2,-9999.1 -750.3,-9998.9 -751.5,-9998.7 -752.6,-9998.5 -753.8,-9998.3 -754.9,-9998.2 -756,-9998 9998.5,-756.7 9999.6,-756.9 10000.8,-757 10001.9,-757.3 10003,-757.4 10004.1,-757.6 10005.3,-757.8 10006.4,-757.9 10007.5,-758.2 10008.7,-758.3 757.8,10009.3 756.7,10009.5 755.6,10009.8 754.5,10009.9 753.3,10010 752.1,10010.3 751,10010.5 749.9,10010.7 748.7,10010.8 747.5,10011.1 -10010.6,746.9 -10009.4,746.7 -10008.3,746.5 -10007.1,746.3 -10006,746.2 -10004.8,745.9 -10003.7,745.8 -10002.5,745.6 -10001.4,745.5 -10000.2,745.2 z"
id="path2124"
inkscape:connector-curvature="0" />
<path
d="m 1071677,-5025001 -747.5,-10011.1 -748.7,-10010.8 -749.9,-10010.7 -751,-10010.5 -752.1,-10010.3 -753.3,-10010 -754.5,-10009.9 -755.6,-10009.8 -756.7,-10009.5 -757.8,-10009.3 10009.8,-758.6 10011,-758.7 10012,-759 10013.2,-759.1 10014.3,-759.4 10015.5,-759.5 10016.5,-759.6 10017.7,-759.9 10018.9,-760.2 10020,-760.3 759.9,10020.6 758.8,10020.9 757.6,10021.1 756.4,10021.3 755.3,10021.5 754.2,10021.7 753,10021.9 752,10022.2 750.7,10022.3 749.7,10022.6 -10022.2,748.9 -10020.9,748.8 -10019.8,748.4 -10018.7,748.3 -10017.4,748.1 -10016.3,747.9 -10015.2,747.7 -10014.1,747.4 -10012.8,747.4 -10011.7,747 z"
id="path2125"
inkscape:connector-curvature="0" />
<path
d="m 732233.9,-5100000.1 -321.6,-8524.2 -381.6,-10100.3 -382.2,-10100.4 -382.8,-10100.6 -383.4,-10100.7 -384,-10100.9 -384.6,-10100.9 -385.1,-10101 -385.7,-10101.1 -386.3,-10101.3 -21.8,-568.6 8410.4,-644.7 9972.3,-764.6 9973.4,-764.7 764.1,9974 763.1,9974 762,9974.3 760.8,9974.4 759.8,9974.5 758.5,9974.7 757.5,9974.7 756.3,9974.9 755.2,9975.1 754.1,9975.2 -9974.7,753.3 -9973.5,753.4 -9972.5,753.2 -2227.6,168.2 z"
id="path2126"
inkscape:connector-curvature="0" />
<path
d="m 764382.2,-5102428.2 -754.1,-9975.2 -755.2,-9975.1 -756.3,-9974.9 -757.5,-9974.7 -758.5,-9974.7 -759.8,-9974.5 -760.8,-9974.4 -762,-9974.3 -763.1,-9974 -764.1,-9974 9974.5,-764.9 9975.6,-764.9 9976.7,-765.1 9977.8,-765.3 9978.9,-765.4 9980,-765.6 9981.2,-765.7 9982.3,-765.8 9983.4,-766 9984.5,-766.1 765.7,9985.1 764.5,9985.3 763.4,9985.5 762.3,9985.6 761.1,9985.7 760.1,9985.9 758.9,9986.1 757.8,9986.2 756.7,9986.3 755.5,9986.6 -9986,754.8 -9984.9,754.8 -9983.7,754.5 -9982.6,754.5 -9981.5,754.2 -9980.4,754.1 -9979.2,754.1 -9978.1,753.9 -9977,753.7 -9975.8,753.7 z"
id="path2127"
inkscape:connector-curvature="0" />
<path
d="m 864191.5,-5109970.4 -755.5,-9986.6 -756.7,-9986.3 -757.8,-9986.2 -758.9,-9986.1 -760.1,-9985.9 -761.1,-9985.7 -762.3,-9985.6 -763.4,-9985.5 -764.5,-9985.3 -765.7,-9985.1 9985.6,-766.3 9986.7,-766.4 9987.8,-766.6 9989,-766.7 9990,-766.9 9991.2,-767 9992.3,-767.2 9993.4,-767.5 9994.5,-767.5 9995.7,-767.7 767.3,9996.3 766.1,9996.4 765,9996.6 763.9,9996.9 762.8,9996.9 761.7,9997.2 760.5,9997.2 759.4,9997.5 758.3,9997.7 757.2,9997.8 -9997.4,756.5 -9996.2,756.3 -9995.1,756.2 -9994,755.9 -9992.8,755.9 -9991.6,755.7 -9990.6,755.5 -9989.4,755.4 -9988.2,755.1 -9987.2,755.1 z"
id="path2128"
inkscape:connector-curvature="0" />
<path
d="m 964114,-5117528 -757.2,-9997.8 -758.3,-9997.7 -759.4,-9997.5 -760.5,-9997.2 -761.7,-9997.2 -762.8,-9996.9 -763.9,-9996.9 -765,-9996.6 -766.1,-9996.4 -767.3,-9996.3 9996.8,-768 9997.8,-768.1 9999,-768.2 10000.1,-768.4 10001.2,-768.7 10002.3,-768.7 10003.5,-769 10004.5,-769.2 10005.6,-769.3 10006.8,-769.5 769.1,10007.4 768,10007.6 766.9,10007.8 765.7,10008 764.7,10008.1 763.5,10008.4 762.4,10008.6 761.3,10008.8 760.1,10008.9 759,10009.2 -10008.7,758.3 -10007.5,758.2 -10006.4,757.9 -10005.3,757.8 -10004.1,757.6 -10003,757.4 -10001.9,757.3 -10000.8,757 -9999.6,756.9 -9998.5,756.7 z"
id="path2129"
inkscape:connector-curvature="0" />
<path
d="m 1064149.7,-5125102.9 -759,-10009.2 -760.1,-10008.9 -761.3,-10008.8 -762.4,-10008.6 -763.5,-10008.4 -764.7,-10008.1 -765.7,-10008 -766.9,-10007.8 -768,-10007.6 -769.1,-10007.4 10007.9,-769.8 10009,-769.9 10010.1,-770.2 10011.2,-770.3 10012.3,-770.5 10013.4,-770.7 10014.5,-770.9 10015.7,-771.1 10016.7,-771.4 10017.9,-771.5 771.2,10018.5 770,10018.7 768.9,10019 767.8,10019.2 766.6,10019.4 765.6,10019.6 764.3,10019.8 763.3,10020 762.1,10020.3 761,10020.5 -10020,760.3 -10018.9,760.2 -10017.7,759.9 -10016.5,759.6 -10015.5,759.5 -10014.3,759.4 -10013.2,759.1 -10012,759 -10011,758.7 -10009.8,758.6 z"
id="path2130"
inkscape:connector-curvature="0" />
<path
d="m 728434.7,-5200000 -365.1,-9532.8 -387.5,-10101.5 -388,-10101.6 -388.6,-10101.7 -389.2,-10101.8 -389.8,-10102 -390.3,-10102.2 -390.9,-10102.2 -391.5,-10102.3 -374.5,-9651.8 4565.6,-355.2 9970.9,-775.6 9972,-775.7 775.2,9972.7 774.2,9972.7 773.1,9972.9 772,9973.1 770.9,9973.2 769.7,9973.3 768.7,9973.4 767.5,9973.6 766.5,9973.6 765.3,9973.9 -9973.4,764.7 -9972.3,764.6 -8410.4,644.7 z"
id="path2131"
inkscape:connector-curvature="0" />
<path
d="m 756790.7,-5202174 -765.3,-9973.9 -766.5,-9973.6 -767.5,-9973.6 -768.7,-9973.4 -769.7,-9973.3 -770.9,-9973.2 -772,-9973.1 -773.1,-9972.9 -774.2,-9972.7 -775.2,-9972.7 9973.2,-775.9 9974.2,-775.9 9975.3,-776.2 9976.5,-776.3 9977.5,-776.4 9978.6,-776.6 9979.7,-776.7 9980.8,-776.9 9981.9,-777 9983,-777.1 776.7,9983.5 775.6,9983.8 774.5,9984 773.4,9984.1 772.3,9984.1 771.2,9984.4 770.1,9984.6 768.9,9984.7 767.9,9984.9 766.7,9985 -9984.5,766.1 -9983.4,766 -9982.3,765.8 -9981.2,765.7 -9980,765.6 -9978.9,765.4 -9977.8,765.3 -9976.7,765.1 -9975.6,764.9 -9974.5,764.9 z"
id="path2132"
inkscape:connector-curvature="0" />
<path
d="m 856585.5,-5209828.6 -766.7,-9985 -767.9,-9984.9 -768.9,-9984.7 -770.1,-9984.6 -771.2,-9984.4 -772.3,-9984.1 -773.4,-9984.1 -774.5,-9984 -775.6,-9983.8 -776.7,-9983.5 9984.1,-777.3 9985.2,-777.5 9986.3,-777.6 9987.3,-777.8 9988.5,-777.9 9989.5,-778.1 9990.7,-778.3 9991.7,-778.4 9992.8,-778.5 9993.9,-778.8 778.3,9994.6 777.2,9994.7 776.1,9994.9 775,9995 773.9,9995.3 772.8,9995.4 771.7,9995.5 770.6,9995.8 769.5,9995.9 768.4,9996.1 -9995.7,767.7 -9994.5,767.5 -9993.4,767.5 -9992.3,767.2 -9991.2,767 -9990,766.9 -9989,766.7 -9987.8,766.6 -9986.7,766.4 -9985.6,766.3 z"
id="path2133"
inkscape:connector-curvature="0" />
<path
d="m 956491.7,-5217498.5 -768.4,-9996.1 -769.5,-9995.9 -770.6,-9995.8 -771.7,-9995.5 -772.8,-9995.4 -773.9,-9995.3 -775,-9995 -776.1,-9994.9 -777.2,-9994.7 -778.3,-9994.6 9995,-778.9 9996.1,-779.2 9997.2,-779.3 9998.4,-779.4 9999.3,-779.7 10000.5,-779.8 10001.6,-780 10002.7,-780.2 10003.8,-780.3 10004.9,-780.6 780.1,10005.4 779.1,10005.7 778,10005.9 776.9,10006.1 775.7,10006.2 774.7,10006.4 773.5,10006.7 772.5,10006.8 771.3,10007.1 770.2,10007.2 -10006.8,769.5 -10005.6,769.3 -10004.5,769.2 -10003.5,769 -10002.3,768.7 -10001.2,768.7 -10000.1,768.4 -9999,768.2 -9997.8,768.1 -9996.8,768 z"
id="path2134"
inkscape:connector-curvature="0" />
<path
d="m 1056509.3,-5225185.7 -770.2,-10007.2 -771.3,-10007.1 -772.5,-10006.8 -773.5,-10006.7 -774.7,-10006.4 -775.7,-10006.2 -776.9,-10006.1 -778,-10005.9 -779.1,-10005.7 -780.1,-10005.4 10006,-780.8 10007,-781 10008.2,-781.1 10009.2,-781.3 10010.3,-781.6 10011.4,-781.8 10012.5,-781.9 10013.6,-782.1 10014.7,-782.5 10015.8,-782.6 782.2,10016.5 781,10016.6 779.9,10016.8 778.8,10017.1 777.7,10017.3 776.7,10017.4 775.5,10017.7 774.5,10017.9 773.3,10018.1 772.2,10018.4 -10017.9,771.5 -10016.7,771.4 -10015.7,771.1 -10014.5,770.9 -10013.4,770.7 -10012.3,770.5 -10011.2,770.3 -10010.1,770.2 -10009,769.9 -10007.9,769.8 z"
id="path2135"
inkscape:connector-curvature="0" />
<path
d="m -141156,-5433394.7 45275.5,3479.6 54981.6,4372.1 -7976,100011.5 -55140.1,-4290.2 -44845.9,-3338.3 0,0 7705,-100234.6 z"
id="path2136"
inkscape:connector-curvature="0" />
<path
d="m -40898.9,-5425543.1 48007.8,3834 51842.4,4031.8 -7866.1,100194 -54608,-4518.2 -45352,-3530.1 7976,-100011.5 z"
id="path2137"
inkscape:connector-curvature="0" />
<path
d="m 58951.2,-5417677.3 59933.4,4722.9 40007.9,3203.2 -7917.7,99800.4 -46122.6,-3284.9 -53767,-4247.6 7866.1,-100194 z"
id="path2138"
inkscape:connector-curvature="0" />
<path
d="m 158892.5,-5409751.2 43258.1,3396.9 36956.4,3077.9 19502.6,1490.9 -7797.3,99780.8 -34326.7,-2506.6 -30174.3,-2485.1 -35336.4,-2954.4 7917.7,-99800.4 z"
id="path2139"
inkscape:connector-curvature="0" />
<path
d="m 258609.5,-5401785.5 20728.5,1470.9 -3920.4,100242 -24605.3,-1932.1 7797.3,-99780.8 z"
id="path2140"
inkscape:connector-curvature="0" />
<path
d="m 279541.5,-5400306.6 20370.7,148.6 -231,100053.1 -24275.5,339.8 4135.8,-100541.4 z"
id="path2141"
inkscape:connector-curvature="0" />
<path
d="m 299912.2,-5400158 44391.5,178.1 55566.7,-269.7 88.6,99979.9 -46803.6,-76.5 -28398.9,439.9 -25075.3,-198.7 0,0 231,-100053.1 z"
id="path2142"
inkscape:connector-curvature="0" />
<path
d="m 400073.7,-5400245.9 42108.5,-22.3 57758.1,-9.2 -1.1,100258.2 -58367.7,-295.3 -41612.6,44.8 114.8,-99976.2 z"
id="path2143"
inkscape:connector-curvature="0" />
<path
d="m 499940.3,-5400277.4 100070,29.9 -90.8,99979.9 -99980.3,555.9 1.1,-100565.7 z"
id="path2144"
inkscape:connector-curvature="0" />
<path
d="m 599806.9,-5400243.8 54337.5,-0.9 45824,91 21.8,100060.2 -54286.7,391.6 -45784,-565.7 -112.6,-99976.2 z"
id="path2145"
inkscape:connector-curvature="0" />
<path
d="m 699968.4,-5400153.7 20574.1,-156.2 3918.3,100242 -24667.1,289 174.6,-100374.8 z"
id="path2146"
inkscape:connector-curvature="0" />
<path
d="m 720542.5,-5400309.9 20525,-1461.7 7998.6,99772.1 -24410.2,1616.1 -4113.5,-99926.5 z"
id="path2147"
inkscape:connector-curvature="0" />
<path
d="m 741067.6,-5401771.6 46510,-3736.9 53410.6,-4235.4 7708.7,99813 -55191.1,4304.1 -44439.5,3627.4 -7998.6,-99772.1 z"
id="path2148"
inkscape:connector-curvature="0" />
<path
d="m 840988.2,-5409743.9 99738.1,-7907.9 7860.3,100194.1 -99889.7,7526.7 0,0 -7708.7,-99813 z"
id="path2149"
inkscape:connector-curvature="0" />
<path
d="m 940726.3,-5417651.8 100053.4,-7879.7 7767,100031.3 -99960.1,8042.6 -7860.3,-100194.1 z"
id="path2150"
inkscape:connector-curvature="0" />
<path
d="m 1040779.7,-5425531.5 49089.6,-3743.2 50964.3,-4082.8 7906,100211.1 -50844.1,3964.8 -49171.2,3354.3 -7944.5,-99704.3 z"
id="path2151"
inkscape:connector-curvature="0" />
<path
d="m -140984.9,-5433218.6 794.1,-10014.1 795.1,-10014 796.2,-10013.6 797.3,-10013.5 798.3,-10013.2 799.4,-10013.1 800.5,-10012.8 801.5,-10012.6 802.6,-10012.4 803.5,-10012.2 10011.6,804 10010.5,803.9 10009.5,803.6 10008.4,803.4 10007.3,803.2 10006.3,803.1 10005.2,802.8 10004.2,802.6 10003.2,802.4 10002.1,802.2 -801.6,10001.7 -800.6,10001.8 -799.5,10002 -798.5,10002.2 -797.4,10002.5 -796.3,10002.6 -795.2,10002.8 -794.2,10003 -793.1,10003.2 -792,10003.4 -10004,-791.6 -10005.1,-791.8 -10006.2,-792 -10007.3,-792.2 -10008.3,-792.4 -10009.4,-792.6 -10010.4,-792.7 -10011.5,-793 -10012.6,-793.2 -10013.7,-793.5 z"
id="path2152"
inkscape:connector-curvature="0" />
<path
d="m -40896.4,-5425293.6 792,-10003.4 793.1,-10003.2 794.2,-10003 795.2,-10002.8 796.3,-10002.6 797.4,-10002.5 798.5,-10002.2 799.5,-10002 800.6,-10001.8 801.6,-10001.7 10001.1,802.1 9999.9,801.8 9999,801.8 9997.9,801.4 9996.8,801.4 9995.8,801.1 9994.7,800.9 9993.7,800.8 9992.6,800.5 9991.6,800.4 -799.8,9991.2 -798.7,9991.3 -797.7,9991.4 -796.6,9991.6 -795.6,9991.8 -794.5,9992 -793.4,9992.1 -792.4,9992.4 -791.3,9992.5 -790.2,9992.6 -9993.3,-789.8 -9994.3,-789.9 -9995.4,-790.1 -9996.5,-790.3 -9997.6,-790.6 -9998.6,-790.6 -9999.8,-790.9 -10000.8,-791 -10001.9,-791.2 -10002.9,-791.4 z"
id="path2153"
inkscape:connector-curvature="0" />
<path
d="m 59084.7,-5417387.8 790.2,-9992.6 791.3,-9992.5 792.4,-9992.4 793.4,-9992.1 794.5,-9992 795.6,-9991.8 796.6,-9991.6 797.7,-9991.4 798.7,-9991.3 799.8,-9991.2 9990.5,800.3 9989.5,800.1 9988.4,799.9 9987.3,799.7 9986.3,799.6 9985.3,799.4 9984.2,799.3 9983.1,799 9982.1,799 9981.1,798.8 -798.3,9980.6 -797.1,9980.7 -796.1,9980.8 -795,9981 -794,9981.2 -792.9,9981.3 -791.9,9981.4 -790.7,9981.6 -789.7,9981.8 -788.6,9981.9 -9982.5,-788.1 -9983.7,-788.3 -9984.7,-788.5 -9985.8,-788.5 -9986.8,-788.9 -9987.9,-788.9 -9989,-789.1 -9990.1,-789.3 -9991.1,-789.4 -9992.2,-789.6 z"
id="path2154"
inkscape:connector-curvature="0" />
<path
d="m 158958.4,-5409499.1 788.6,-9981.9 789.7,-9981.8 790.7,-9981.6 791.9,-9981.4 792.9,-9981.3 794,-9981.2 795,-9981 796.1,-9980.8 797.1,-9980.7 798.3,-9980.6 9979.9,798.7 9979,798.5 9977.8,798.4 9976.8,798.2 9975.8,798 9974.7,797.9 9973.6,797.8 9972.6,797.7 9971.5,797.5 9970.5,797.4 -796.8,9970 -795.8,9970.1 -794.7,9970.3 -793.6,9970.3 -792.6,9970.6 -791.5,9970.6 -790.4,9970.8 -789.3,9970.9 -788.3,9971.1 -787.2,9971.2 -9971.7,-786.7 -9972.9,-786.9 -9973.9,-786.9 -9975.1,-787.2 -9976,-787.2 -9977.2,-787.4 -9978.2,-787.6 -9979.4,-787.7 -9980.4,-787.8 -9981.5,-788 z"
id="path2155"
inkscape:connector-curvature="0" />
<path
d="m 283296.5,-5500000 -302.4,7580.9 -402.7,10104.8 -402.1,10104.5 -401.6,10104.4 -401,10104.3 -400.5,10104.2 -399.9,10104.1 -399.4,10103.9 -398.8,10103.8 -398.2,10103.7 -58.3,1481.4 -666.4,-52.6 -9969.7,-786.4 -9970.7,-786.7 787.2,-9971.2 788.3,-9971.1 789.3,-9970.9 790.4,-9970.8 791.5,-9970.6 792.6,-9970.6 793.6,-9970.3 794.7,-9970.3 795.8,-9970.1 796.8,-9970 9969.4,797.2 6682.3,534.4 z"
id="path2156"
inkscape:connector-curvature="0" />
<path
d="m -132996.4,-5533350 804.7,-10012 805.7,-10011.7 806.8,-10011.6 807.8,-10011.3 808.8,-10011.1 810,-10011 810.9,-10010.8 812,-10010.4 813,-10010.4 814,-10010.1 10009.5,814.5 10008.5,814.2 10007.4,814 10006.4,813.8 10005.3,813.7 10004.3,813.4 10003.3,813.2 10002.3,813.1 10001.2,812.8 10000.2,812.6 -812,9999.8 -811,10000 -810,10000.1 -809,10000.3 -807.8,10000.6 -806.9,10000.7 -805.8,10001 -804.8,10001.1 -803.7,10001.2 -802.7,10001.5 -10002.1,-802.2 -10003.2,-802.4 -10004.2,-802.6 -10005.2,-802.8 -10006.3,-803.1 -10007.3,-803.2 -10008.4,-803.4 -10009.5,-803.6 -10010.5,-803.9 -10011.6,-804 z"
id="path2157"
inkscape:connector-curvature="0" />
<path
d="m -32928.1,-5525318.9 802.7,-10001.5 803.7,-10001.2 804.8,-10001.1 805.8,-10001 806.9,-10000.7 807.8,-10000.6 809,-10000.3 810,-10000.1 811,-10000 812,-9999.8 9999.2,812.5 9998.1,812.3 9997.1,812.1 9996,811.9 9995,811.7 9994,811.5 9992.9,811.3 9991.9,811.3 9990.9,811 9989.9,810.9 -810.2,9989.4 -809.2,9989.6 -808.2,9989.8 -807.1,9990 -806.1,9990.1 -805,9990.2 -804,9990.4 -803,9990.7 -801.9,9990.8 -800.9,9990.9 -9991.6,-800.4 -9992.6,-800.5 -9993.7,-800.8 -9994.7,-800.9 -9995.8,-801.1 -9996.8,-801.4 -9997.9,-801.4 -9999,-801.8 -9999.9,-801.8 -10001.1,-802.1 z"
id="path2158"
inkscape:connector-curvature="0" />
<path
d="m 67034.9,-5517306.7 800.9,-9990.9 801.9,-9990.8 803,-9990.7 804,-9990.4 805,-9990.2 806.1,-9990.1 807.1,-9990 808.2,-9989.8 809.2,-9989.6 810.2,-9989.4 9988.8,810.6 9987.8,810.5 9986.8,810.3 9985.7,810.2 9984.7,810 9983.7,809.9 9982.6,809.7 9981.6,809.6 9980.5,809.4 9979.5,809.2 -808.6,9979.1 -807.7,9979.2 -806.6,9979.3 -805.5,9979.5 -804.5,9979.7 -803.4,9979.8 -802.3,9980 -801.4,9980.1 -800.2,9980.2 -799.2,9980.4 -9981.1,-798.8 -9982.1,-799 -9983.1,-799 -9984.2,-799.3 -9985.3,-799.4 -9986.3,-799.6 -9987.3,-799.7 -9988.4,-799.9 -9989.5,-800.1 -9990.5,-800.3 z"
id="path2159"
inkscape:connector-curvature="0" />
<path
d="m 166892.7,-5509311.7 799.2,-9980.4 800.2,-9980.2 801.4,-9980.1 802.3,-9980 803.4,-9979.8 804.5,-9979.7 805.5,-9979.5 806.6,-9979.3 807.7,-9979.2 808.6,-9979.1 9978.5,809.1 9977.4,809 9976.4,808.8 9975.4,808.6 9974.3,808.5 9973.3,808.3 9972.3,808.2 9971.2,808.2 9970.2,808 9969.2,807.8 -807.3,9968.7 -806.2,9968.9 -805.2,9968.9 -804.2,9969.1 -803,9969.3 -802.1,9969.3 -801,9969.5 -799.9,9969.6 -798.9,9969.7 -797.9,9969.9 -9970.5,-797.4 -9971.5,-797.5 -9972.6,-797.7 -9973.6,-797.8 -9974.7,-797.9 -9975.8,-798 -9976.8,-798.2 -9977.8,-798.4 -9979,-798.5 -9979.9,-798.7 z"
id="path2160"
inkscape:connector-curvature="0" />
<path
d="m 287314.9,-5600000 -263.9,6528.2 -408.1,10105.8 -407.6,10105.7 -407.1,10105.6 -406.5,10105.5 -406,10105.3 -405.4,10105.2 -404.9,10105.1 -404.3,10105 -403.8,10104.9 -100.8,2523.8 -6682.3,-534.4 -9969.4,-797.2 797.9,-9969.9 798.9,-9969.7 799.9,-9969.6 801,-9969.5 802.1,-9969.3 803,-9969.3 804.2,-9969.1 805.2,-9968.9 806.2,-9968.9 807.3,-9968.7 9968.2,807.8 2676.2,216.8 z"
id="path2161"
inkscape:connector-curvature="0" />
<path
d="m -124902.8,-5633460.5 815,-10009.8 816.2,-10009.7 817.1,-10009.5 818.2,-10009.2 819.2,-10009 820.2,-10008.8 821.2,-10008.7 822.2,-10008.4 823.3,-10008.2 824.3,-10008 10007.4,824.7 10006.4,824.5 10005.4,824.3 10004.4,824 10003.3,823.9 10002.3,823.6 10001.3,823.4 10000.2,823.3 9999.4,823 9998.2,823 -822.3,9997.8 -821.2,9998.1 -820.2,9998.3 -819.2,9998.4 -818.2,9998.6 -817.2,9998.8 -816.2,9999.1 -815.1,9999.2 -814.1,9999.3 -813.1,9999.6 -10000.2,-812.6 -10001.2,-812.8 -10002.3,-813.1 -10003.3,-813.2 -10004.3,-813.4 -10005.3,-813.7 -10006.4,-813.8 -10007.4,-814 -10008.5,-814.2 -10009.5,-814.5 z"
id="path2162"
inkscape:connector-curvature="0" />
<path
d="m -24854.5,-5625325.1 813.1,-9999.6 814.1,-9999.3 815.1,-9999.2 816.2,-9999.1 817.2,-9998.8 818.2,-9998.6 819.2,-9998.4 820.2,-9998.3 821.2,-9998.1 822.3,-9997.8 9997.3,822.6 9996.2,822.5 9995.3,822.4 9994.2,822.1 9993.2,822 9992.2,821.7 9991.2,821.6 9990.2,821.4 9989.1,821.2 9988.2,821.1 -820.5,9987.7 -819.5,9988 -818.4,9988 -817.4,9988.3 -816.4,9988.4 -815.4,9988.6 -814.4,9988.7 -813.3,9988.9 -812.3,9989.1 -811.3,9989.3 -9989.9,-810.9 -9990.9,-811 -9991.9,-811.3 -9992.9,-811.3 -9994,-811.5 -9995,-811.7 -9996,-811.9 -9997.1,-812.1 -9998.1,-812.3 -9999.2,-812.5 z"
id="path2163"
inkscape:connector-curvature="0" />
<path
d="m 75090.5,-5617208.6 811.3,-9989.3 812.3,-9989.1 813.3,-9988.9 814.4,-9988.7 815.4,-9988.6 816.4,-9988.4 817.4,-9988.3 818.4,-9988 819.5,-9988 820.5,-9987.7 9987.2,820.9 9986.1,820.7 9985.2,820.6 9984.1,820.4 9983.1,820.3 9982.1,820.1 9981.1,820 9980.1,819.7 9979,819.6 9978,819.6 -818.9,9977.5 -817.9,9977.7 -816.9,9977.9 -815.9,9978 -814.8,9978.1 -813.8,9978.3 -812.8,9978.5 -811.7,9978.6 -810.7,9978.7 -809.6,9978.9 -9979.5,-809.2 -9980.5,-809.4 -9981.6,-809.6 -9982.6,-809.7 -9983.7,-809.9 -9984.7,-810 -9985.7,-810.2 -9986.8,-810.3 -9987.8,-810.5 -9988.8,-810.6 z"
id="path2164"
inkscape:connector-curvature="0" />
<path
d="m 174932.3,-5609109.2 809.6,-9978.9 810.7,-9978.7 811.7,-9978.6 812.8,-9978.5 813.8,-9978.3 814.8,-9978.1 815.9,-9978 816.9,-9977.9 817.9,-9977.7 818.9,-9977.5 9977,819.2 9976,819.3 9975,819 9974,818.9 9972.9,818.8 9972,818.6 9970.8,818.6 9970,818.3 9968.9,818.2 9967.9,818.1 -817.5,9967.4 -816.6,9967.6 -815.5,9967.7 -814.4,9967.9 -813.5,9967.9 -812.4,9968 -811.4,9968.2 -810.4,9968.3 -809.3,9968.5 -808.3,9968.5 -9969.2,-807.8 -9970.2,-808 -9971.2,-808.2 -9972.3,-808.2 -9973.3,-808.3 -9974.3,-808.5 -9975.4,-808.6 -9976.4,-808.8 -9977.4,-809 -9978.5,-809.1 z"
id="path2165"
inkscape:connector-curvature="0" />
<path
d="m 291385.6,-5700000 -223.7,5463.7 -413.5,10106.9 -413,10106.8 -412.4,10106.7 -411.9,10106.6 -411.4,10106.5 -410.8,10106.4 -410.3,10106.3 -409.8,10106.1 -409.2,10106 -144.8,3577.9 -2676.2,-216.8 -9968.2,-807.8 808.3,-9968.5 809.3,-9968.5 810.4,-9968.3 811.4,-9968.2 812.4,-9968 813.5,-9967.9 814.4,-9967.9 815.5,-9967.7 816.6,-9967.6 817.5,-9967.4 8585.8,704.7 z"
id="path2166"
inkscape:connector-curvature="0" />
<path
d="m -116706,-5733549.8 825.3,-10007.7 826.2,-10007.5 827.3,-10007.4 828.3,-10007.2 829.3,-10007 830.3,-10006.7 831.3,-10006.5 832.3,-10006.3 833.3,-10006.2 834.3,-10005.9 10005.3,834.7 10004.3,834.4 10003.3,834.2 10002.4,834.1 10001.3,833.9 10000.4,833.6 9999.3,833.5 9998.3,833.2 9997.4,833.1 9996.4,832.9 -832.3,9995.9 -831.3,9996.2 -830.3,9996.4 -829.3,9996.5 -828.3,9996.7 -827.3,9997 -826.3,9997.1 -825.3,9997.3 -824.3,9997.5 -823.3,9997.7 -9998.2,-823 -9999.4,-823 -10000.2,-823.3 -10001.3,-823.4 -10002.3,-823.6 -10003.3,-823.9 -10004.4,-824 -10005.4,-824.3 -10006.4,-824.5 -10007.4,-824.7 z"
id="path2167"
inkscape:connector-curvature="0" />
<path
d="m -16677.7,-5725312.2 823.3,-9997.7 824.3,-9997.5 825.3,-9997.3 826.3,-9997.1 827.3,-9997 828.3,-9996.7 829.3,-9996.5 830.3,-9996.4 831.3,-9996.2 832.3,-9995.9 9995.4,832.7 9994.4,832.5 9993.4,832.3 9992.4,832.2 9991.4,831.9 9990.4,831.9 9989.4,831.5 9988.5,831.4 9987.5,831.3 9986.5,831.1 -830.5,9986.1 -829.5,9986.2 -828.5,9986.3 -827.5,9986.7 -826.5,9986.7 -825.5,9986.9 -824.5,9987 -823.5,9987.2 -822.5,9987.4 -821.5,9987.6 -9988.2,-821.1 -9989.1,-821.2 -9990.2,-821.4 -9991.2,-821.6 -9992.2,-821.7 -9993.2,-822 -9994.2,-822.1 -9995.3,-822.4 -9996.2,-822.5 -9997.3,-822.6 z"
id="path2168"
inkscape:connector-curvature="0" />
<path
d="m 83249.5,-5717093.6 821.5,-9987.6 822.5,-9987.4 823.5,-9987.2 824.5,-9987 825.5,-9986.9 826.5,-9986.7 827.5,-9986.7 828.5,-9986.3 829.5,-9986.2 830.5,-9986.1 9985.5,830.9 9984.5,830.7 9983.5,830.6 9982.5,830.5 9981.5,830.2 9980.5,830.2 9979.5,829.9 9978.5,829.9 9977.5,829.7 9976.5,829.5 -829,9976.1 -827.9,9976.3 -827,9976.5 -825.9,9976.6 -825,9976.6 -824,9977 -822.9,9976.9 -821.9,9977.1 -821,9977.3 -819.9,9977.4 -9978,-819.6 -9979,-819.6 -9980.1,-819.7 -9981.1,-820 -9982.1,-820.1 -9983.1,-820.3 -9984.1,-820.4 -9985.2,-820.6 -9986.1,-820.7 -9987.2,-820.9 z"
id="path2169"
inkscape:connector-curvature="0" />
<path
d="m 183075.3,-5708891.7 819.9,-9977.4 821,-9977.3 821.9,-9977.1 822.9,-9976.9 824,-9977 825,-9976.6 825.9,-9976.6 827,-9976.5 827.9,-9976.3 829,-9976.1 9975.6,829.3 9974.5,829.2 9973.5,829.1 9972.6,828.9 9971.5,828.9 9970.6,828.6 9969.6,828.5 9968.6,828.4 9967.6,828.3 9966.6,828.1 -827.6,9966.2 -826.6,9966.3 -825.6,9966.4 -824.6,9966.5 -823.6,9966.7 -822.6,9966.8 -821.6,9966.9 -820.6,9967.1 -819.6,9967.1 -818.5,9967.3 -9967.9,-818.1 -9968.9,-818.2 -9970,-818.3 -9970.8,-818.6 -9972,-818.6 -9972.9,-818.8 -9974,-818.9 -9975,-819 -9976,-819.3 -9977,-819.2 z"
id="path2170"
inkscape:connector-curvature="0" />
<path
d="m 295507.6,-5800000 -181.9,4387.8 -418.7,10108.1 -418.2,10108 -417.7,10107.9 -417.2,10107.8 -416.6,10107.6 -416.1,10107.5 -415.6,10107.4 -415.1,10107.3 -414.5,10107.3 -190.3,4643.4 -8585.8,-704.7 818.5,-9967.3 819.6,-9967.1 820.6,-9967.1 821.6,-9966.9 822.6,-9966.8 823.6,-9966.7 824.6,-9966.5 825.6,-9966.4 826.6,-9966.3 827.6,-9966.2 4476.9,372.1 z"
id="path2171"
inkscape:connector-curvature="0" />
<path
d="m -108408.1,-5833618.2 835.3,-10005.7 836.2,-10005.5 837.3,-10005.3 838.2,-10005 839.2,-10004.9 840.1,-10004.6 841.2,-10004.5 842.1,-10004.3 843.1,-10004 844.1,-10003.8 10003.2,844.4 10002.2,844.3 10001.3,844 10000.3,843.8 9999.4,843.7 9998.4,843.5 9997.4,843.2 9996.5,843.1 9995.5,842.8 9994.5,842.7 -842.1,9994.2 -841.1,9994.3 -840.2,9994.4 -839.2,9994.8 -838.2,9994.8 -837.2,9995 -836.2,9995.3 -835.3,9995.4 -834.3,9995.7 -833.3,9995.8 -9996.4,-832.9 -9997.4,-833.1 -9998.3,-833.2 -9999.3,-833.5 -10000.4,-833.6 -10001.3,-833.9 -10002.4,-834.1 -10003.3,-834.2 -10004.3,-834.4 -10005.3,-834.7 z"
id="path2172"
inkscape:connector-curvature="0" />
<path
d="m -8399.7,-5825280.5 833.3,-9995.8 834.3,-9995.7 835.3,-9995.4 836.2,-9995.3 837.2,-9995 838.2,-9994.8 839.2,-9994.8 840.2,-9994.4 841.1,-9994.3 842.1,-9994.2 9993.6,842.5 9992.6,842.3 9991.6,842.1 9990.6,842 9989.7,841.8 9988.7,841.6 9987.7,841.5 9986.8,841.3 9985.7,841 9984.8,840.9 -840.3,9984.4 -839.4,9984.6 -838.4,9984.7 -837.4,9984.9 -836.4,9985.1 -835.5,9985.2 -834.5,9985.4 -833.5,9985.6 -832.5,9985.7 -831.5,9985.9 -9986.5,-831.1 -9987.5,-831.3 -9988.5,-831.4 -9989.4,-831.5 -9990.4,-831.9 -9991.4,-831.9 -9992.4,-832.2 -9993.4,-832.3 -9994.4,-832.5 -9995.4,-832.7 z"
id="path2173"
inkscape:connector-curvature="0" />
<path
d="m 91509.7,-5816961.7 831.5,-9985.9 832.5,-9985.7 833.5,-9985.6 834.5,-9985.4 835.5,-9985.2 836.4,-9985.1 837.4,-9984.9 838.4,-9984.7 839.4,-9984.6 840.3,-9984.4 9983.8,840.7 9982.9,840.6 9981.9,840.4 9981,840.2 9979.9,840.1 9979,839.9 9978.1,839.8 9977,839.7 9976.1,839.5 9975.1,839.3 -838.8,9974.7 -837.8,9974.8 -836.8,9974.9 -835.9,9975.2 -834.9,9975.2 -833.9,9975.4 -833,9975.6 -831.9,9975.7 -830.9,9975.9 -830,9976 -9976.5,-829.5 -9977.5,-829.7 -9978.5,-829.9 -9979.5,-829.9 -9980.5,-830.2 -9981.5,-830.2 -9982.5,-830.5 -9983.5,-830.6 -9984.5,-830.7 -9985.5,-830.9 z"
id="path2174"
inkscape:connector-curvature="0" />
<path
d="m 191319.8,-5808659.5 830,-9976 830.9,-9975.9 831.9,-9975.7 833,-9975.6 833.9,-9975.4 834.9,-9975.2 835.9,-9975.2 836.8,-9974.9 837.8,-9974.8 838.8,-9974.7 9974.1,839.2 9973.1,839.1 9972.2,838.9 9971.2,838.9 9970.2,838.6 9969.3,838.5 9968.2,838.4 9967.3,838.3 9966.3,838.1 9965.3,838 -837.4,9964.9 -836.5,9965 -835.5,9965.2 -834.5,9965.3 -833.6,9965.4 -832.5,9965.6 -831.6,9965.6 -830.6,9965.8 -829.6,9965.9 -828.6,9966.1 -9966.6,-828.1 -9967.6,-828.3 -9968.6,-828.4 -9969.6,-828.5 -9970.6,-828.6 -9971.5,-828.9 -9972.6,-828.9 -9973.5,-829.1 -9974.5,-829.2 -9975.6,-829.3 z"
id="path2175"
inkscape:connector-curvature="0" />
<path
d="m 299679.9,-5900000 -138.4,3300.5 -423.9,10109.2 -423.4,10109.1 -422.9,10109 -422.3,10108.9 -421.8,10108.8 -421.3,10108.7 -420.8,10108.5 -420.3,10108.5 -419.8,10108.3 -237.4,5720.4 -4476.9,-372.1 828.6,-9966.1 829.6,-9965.9 830.6,-9965.8 831.6,-9965.6 832.5,-9965.6 833.6,-9965.4 834.5,-9965.3 835.5,-9965.2 836.5,-9965 837.4,-9964.9 318.9,26.9 z"
id="path2176"
inkscape:connector-curvature="0" />
<path
d="m -99367.4,-5941290.3 1177.1,-9266.6 1281.5,-10076.8 1283,-10076.7 1284.4,-10076.3 1285.9,-10076.1 1287.4,-10075.9 1288.8,-10075.7 1290.3,-10075.4 1291.8,-10075.2 281.6,-2194.2 6099.1,520.8 10000.2,853.8 9999.3,853.6 9998.3,853.4 9997.4,853.2 9996.4,853 9995.5,852.8 9994.5,852.7 9993.6,852.5 9992.7,852.3 -851.7,9992.2 -850.7,9992.5 -849.8,9992.6 -848.9,9992.9 -847.9,9992.9 -846.9,9993.2 -846,9993.4 -845,9993.5 -844.1,9993.8 -843,9993.9 -9994.5,-842.7 -9995.5,-842.8 -9996.5,-843.1 -9997.4,-843.2 -9998.4,-843.5 -9999.4,-843.7 -10000.3,-843.8 -10001.3,-844 -10002.2,-844.3 -10003.2,-844.4 644,-7624.6 z"
id="path2177"
inkscape:connector-curvature="0" />
<path
d="m -22.7,-5925230.1 843,-9993.9 844.1,-9993.8 845,-9993.5 846,-9993.4 846.9,-9993.2 847.9,-9992.9 848.9,-9992.9 849.8,-9992.6 850.7,-9992.5 851.7,-9992.2 9991.7,852 9990.8,851.9 9989.8,851.7 9988.8,851.5 9987.9,851.4 9987,851.2 9986,851.1 9985.1,850.8 9984.1,850.7 9983.1,850.6 -850,9982.8 -849,9982.8 -848.1,9983.2 -847.1,9983.2 -846.1,9983.5 -845.2,9983.5 -844.2,9983.8 -843.3,9983.9 -842.3,9984 -841.3,9984.3 -9984.8,-840.9 -9985.7,-841 -9986.8,-841.3 -9987.7,-841.5 -9988.7,-841.6 -9989.7,-841.8 -9990.6,-842 -9991.6,-842.1 -9992.6,-842.3 -9993.6,-842.5 z"
id="path2178"
inkscape:connector-curvature="0" />
<path
d="m 99869.1,-5916813.2 841.3,-9984.3 842.3,-9984 843.3,-9983.9 844.2,-9983.8 845.2,-9983.5 846.1,-9983.5 847.1,-9983.2 848.1,-9983.2 849,-9982.8 850,-9982.8 9982.2,850.3 9981.2,850.2 9980.3,850.1 9979.3,849.8 9978.4,849.7 9977.5,849.5 9976.5,849.4 9975.5,849.3 9974.6,849.1 9973.6,849 -848.4,9973.2 -847.5,9973.5 -846.5,9973.4 -845.6,9973.8 -844.6,9973.7 -843.6,9973.9 -842.7,9974.1 -841.7,9974.2 -840.8,9974.4 -839.7,9974.5 -9975.1,-839.3 -9976.1,-839.5 -9977,-839.7 -9978.1,-839.8 -9979,-839.9 -9979.9,-840.1 -9981,-840.2 -9981.9,-840.4 -9982.9,-840.6 -9983.8,-840.7 z"
id="path2179"
inkscape:connector-curvature="0" />
<path
d="m 303901.4,-6000000 -93.4,2201.9 -428.9,10110.4 -428.4,10110.2 -427.9,10110.1 -427.4,10110 -426.9,10109.9 -426.4,10109.8 -425.9,10109.8 -425.4,10109.6 -390.7,9296.4 -639,7595 -9965.3,-838 -9966.3,-838.1 -9967.3,-838.3 -9968.2,-838.4 -9969.3,-838.5 -9970.2,-838.6 -9971.2,-838.9 -9972.2,-838.9 -9973.1,-839.1 -9974.1,-839.2 839.7,-9974.5 840.8,-9974.4 841.7,-9974.2 842.7,-9974.1 843.6,-9973.9 844.6,-9973.7 845.6,-9973.8 846.5,-9973.4 847.5,-9973.5 848.4,-9973.2 9972.7,848.8 9971.7,848.7 9970.8,848.5 9969.8,848.4 9968.9,848.3 9967.9,848.2 9967,848 9966.1,847.9 9965,847.8 6076.7,517 z"
id="path2180"
inkscape:connector-curvature="0" />
<path
d="m 300000,-5907621.8 -34.2,813 -286,6808.8 -318.9,-26.9 639,-7595 z"
id="path2181"
inkscape:connector-curvature="0" />
<path
d="m 279331.5,-5400000 58.3,-1481.4 398.2,-10103.7 398.8,-10103.8 399.4,-10103.9 399.9,-10104.1 400.5,-10104.2 401,-10104.3 401.6,-10104.4 402.1,-10104.5 402.7,-10104.8 302.5,-7580.9 6703.4,-0.1 10000,0.1 0,10000 0,10000 0,10000 0,9999.9 0,10000.1 0,10000 0,10000 0,9999.9 0,10000.1 0,10000 -10000,0.1 -10000,0 -668.5,0 z"
id="path2182"
inkscape:connector-curvature="0" />
<path
d="m 300000,-5400000 0,-10000 0,-10000.1 0,-9999.9 0,-10000 0,-10000 0,-10000.1 0,-9999.9 0,-10000 0,-10000 0,-10000 10000,0 10000,0.1 10000.1,-0.1 10000,0 10000,0 10000,0.1 10000,0 10000,0 10000,0 10000,0 0.1,10000.1 0,10000 0,9999.9 0,10000 0,10000.1 0,10000 0.1,9999.9 -0.1,10000 0,10000.1 0,10000 -10000,0 -10000,0 -10000.1,-0.1 -10000,0 -10000,0 -9999.9,0 -10000,0.1 -10000,-0.1 -10000,0 -9999.9,-0.1 z"
id="path2183"
inkscape:connector-curvature="0" />
<path
d="m 400000,-5400000 0,-10000 0,-10000.1 0.1,-10000 -0.1,-9999.9 0,-10000 0,-10000.1 0,-10000 0,-9999.9 0,-10000 -0.1,-10000.1 10000,0 10000,-0.1 10000,0.1 10000,-0.1 10000,0.1 10000,0 10000,0 10000,0 10000,0 10000,0 0,10000 0,10000 0,9999.9 0,10000 0,10000 0,10000 0,10000 0,10000.1 0,10000 0,10000 -10000,0 -10000,0 -10000.1,0.1 -10000,0 -10000,-0.1 -9999.9,0.1 -10000,-0.1 -10000,0.1 -10000,0 -9999.9,0 z"
id="path2184"
inkscape:connector-curvature="0" />
<path
d="m 500000,-5400000 0,-10000 0,-10000 0,-10000.1 0,-10000 0,-10000 0,-10000 0,-10000 0,-9999.9 0,-10000 0,-10000 10000,0 10000,0 10000,0 10000,0 10000,0 10000,-0.1 10000,0.1 10000.1,-0.1 9999.9,0.1 10000,0 -0.1,10000.1 0,10000 0,9999.9 0,10000 0,10000.1 0,10000 0,9999.9 0.1,10000 0,10000.1 0,10000 -9999.9,0 -10000,0 -10000,-0.1 -10000,0.1 -9999.9,-0.1 -10000,0.1 -10000,0 -10000,-0.1 -10000,0 -10000,0 z"
id="path2185"
inkscape:connector-curvature="0" />
<path
d="m 600000,-5400000 0,-10000 0,-10000.1 -0.1,-10000 0,-9999.9 0,-10000 0,-10000.1 0,-10000 0,-9999.9 0,-10000 0.1,-10000.1 10000,0 10000,0 10000,0 10000,0 10000,-0.1 10000,0 10000,0 10000.1,0.1 10000,-0.1 10000,0 -0.1,10000 0.1,10000 0,10000 0,9999.9 0,10000.1 0,10000 0,10000 0,9999.9 0,10000.1 0,10000 -10000,0.1 -10000,0 -10000,0.1 -10000,-0.1 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 z"
id="path2186"
inkscape:connector-curvature="0" />
<path
d="m 716703.3,-5500000 302.5,7580.9 402.7,10104.8 402.1,10104.5 401.6,10104.4 401,10104.3 400.5,10104.2 399.9,10104.1 399.4,10103.9 398.8,10103.8 398.2,10103.7 58.3,1481.4 -668.4,0 -10000,0 -9999.9,-0.1 0,-10000 0,-10000.1 0,-9999.9 0,-10000 0,-10000 0,-10000.1 0,-9999.9 0,-10000 -0.1,-10000 0.1,-10000 10000,-0.1 6703.4,0.1 z"
id="path2187"
inkscape:connector-curvature="0" />
<path
d="m 283296.7,-5500000 100.7,-2523.8 403.8,-10104.9 404.3,-10105 404.9,-10105.1 405.4,-10105.2 406,-10105.3 406.5,-10105.5 407.1,-10105.6 407.6,-10105.7 408.1,-10105.8 264,-6528.2 2685,0 10000,0 0,10000 0,10000.1 0,9999.9 0,10000 -0.1,10000.1 0,10000 0,10000 0,10000 0,9999.9 0,10000.1 -10000,-0.1 -6703.4,0.1 z"
id="path2188"
inkscape:connector-curvature="0" />
<path
d="m 300000,-5500000 0,-10000.1 0,-9999.9 0,-10000 0,-10000 0,-10000 0.1,-10000.1 0,-10000 0,-9999.9 0,-10000.1 0,-10000 10000,0 10000,0 10000,-0.1 10000,0 10000,0 10000,0 10000,0 10000,0 10000,-0.1 10000,0 0,10000.1 0,10000 0,9999.9 0,10000 0.1,10000.1 0,10000 -0.1,10000.1 0.1,10000 -0.1,9999.9 0,10000 -10000,0 -10000,0 -10000,0 -10000,0 -10000,-0.1 -10000,0 -10000,0 -10000.1,0.1 -10000,-0.1 -10000,0 z"
id="path2189"
inkscape:connector-curvature="0" />
<path
d="m 400000,-5500000 0,-10000 0.1,-9999.9 -0.1,-10000 0.1,-10000.1 0,-10000 -0.1,-10000.1 0,-10000 0,-9999.9 0,-10000 0,-10000.1 10000,0.1 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0.1 10000,0 10000,0.1 0,9999.9 0,10000 0,10000.1 0,10000 0,10000 0,9999.9 0,10000 0,10000.1 0,10000 0,10000 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,-0.1 -10000,0.1 -10000,-0.1 -10000,0.1 -10000,0 z"
id="path2190"
inkscape:connector-curvature="0" />
<path
d="m 500000,-5500000 0,-10000 0,-10000 0,-10000.1 0,-10000 0,-9999.9 0,-10000 0,-10000 0,-10000.1 0,-10000 0,-9999.9 10000,-0.1 10000,0 10000,-0.1 10000,0 10000,0 10000,0 9999.9,0 10000.1,0 10000,0 10000,-0.1 0,10000.1 0,10000 0,9999.9 0,10000 -0.1,10000.1 0,10000 0,10000.1 0.1,10000 0,9999.9 0,10000 -10000,0 -9999.9,-0.1 -10000.1,0.1 -10000,-0.1 -10000,0.1 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 z"
id="path2191"
inkscape:connector-curvature="0" />
<path
d="m 600000,-5500000 0,-10000 0,-9999.9 -0.1,-10000 0,-10000.1 0,-10000 0.1,-10000.1 0,-10000 0,-9999.9 0,-10000 0,-10000.1 10000,0 10000,0.1 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0.1 10000,0 10000,0 0,10000 0,10000.1 0,9999.9 0,10000 0.1,10000.1 0,10000 0,10000 0,10000 0,9999.9 0,10000.1 -10000,0 -10000,0.1 -10000.1,-0.1 -10000,0 -10000,0 -10000,0.1 -10000,0 -10000,0 -10000,0 -10000,0 z"
id="path2192"
inkscape:connector-curvature="0" />
<path
d="m 712685,-5600000 264,6528.2 408.1,10105.8 407.6,10105.7 407.1,10105.6 406.5,10105.5 406,10105.3 405.4,10105.2 404.9,10105.1 404.3,10105 403.8,10104.9 100.7,2523.8 -6703.4,-0.1 -10000,0.1 0,-10000.1 0,-9999.9 0,-10000 0,-10000 0,-10000 -0.1,-10000.1 0,-10000 0,-9999.9 0,-10000.1 0,-10000 10000,0 2685,0 z"
id="path2193"
inkscape:connector-curvature="0" />
<path
d="m 287315,-5600000 144.7,-3577.9 409.2,-10106 409.8,-10106.1 410.3,-10106.3 410.8,-10106.4 411.4,-10106.5 411.9,-10106.6 412.4,-10106.7 413,-10106.8 413.5,-10106.9 223.8,-5463.7 8614.3,-0.1 0,10000 0.1,10000 0,10000 -0.1,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,9999.9 -10000,0 -2685,0 z"
id="path2194"
inkscape:connector-curvature="0" />
<path
d="m 300000,-5600000 0,-9999.9 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0.1,-10000 0,-10000 -0.1,-10000 0,-10000 10000,0 10000,0 10000.1,0 9999.9,-0.1 10000,0 10000,0 10000,0 10000,0.1 10000,-0.1 10000,0.1 0,9999.9 0,10000 0,10000.1 0,10000 0,9999.9 0,10000 0,10000.1 0,10000 0,9999.9 -0.1,10000 -10000,0 -10000,0.1 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0.1 -10000,0 -10000,0 z"
id="path2195"
inkscape:connector-curvature="0" />
<path
d="m 400000,-5600000 0.1,-10000 0,-9999.9 0,-10000 0,-10000.1 0,-10000 0,-9999.9 0,-10000 0,-10000.1 0,-10000 0,-9999.9 10000,-0.1 10000,0 10000,0.1 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 0,9999.9 0,10000.1 0,9999.9 0,10000 0,10000 0,10000 0,10000 0,9999.9 0,10000 0,10000.1 -10000,-0.1 -10000,0 -10000,-0.1 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,-0.1 z"
id="path2196"
inkscape:connector-curvature="0" />
<path
d="m 500000,-5600000 0,-10000.1 0,-10000 0,-9999.9 0,-10000 0,-10000 0,-10000 0,-10000 0,-9999.9 0,-10000.1 0,-9999.9 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,-0.1 10000,0 10000,0.1 0,9999.9 0,10000 0,10000.1 0,10000 0,9999.9 0,10000 0,10000.1 0,10000 0,9999.9 0.1,10000 -10000,0.1 -10000,0 -10000.1,0 -9999.9,0 -10000,0 -10000,0 -10000,0 -10000,0.1 -10000,0 -10000,0.1 z"
id="path2197"
inkscape:connector-curvature="0" />
<path
d="m 600000,-5600000 -0.1,-10000 0,-9999.9 0,-10000 0,-10000.1 0,-10000 0,-9999.9 0,-10000 0,-10000.1 0,-10000 0,-9999.9 10000,-0.1 10000.1,0.1 9999.9,-0.1 10000,0 10000,0 10000,0 10000,0.1 10000.1,0 10000,0 10000,0 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0.1,10000 0,10000 -10000,0 -10000,0 -10000,-0.1 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,-0.1 -10000,0 z"
id="path2198"
inkscape:connector-curvature="0" />
<path
d="m 708614.3,-5700000 223.8,5463.7 413.5,10106.9 413,10106.8 412.4,10106.7 411.9,10106.6 411.4,10106.5 410.8,10106.4 410.3,10106.3 409.8,10106.1 409.2,10106 144.7,3577.9 -2685,0 -10000,0 0,-10000 -0.1,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 8614.3,0.1 z"
id="path2199"
inkscape:connector-curvature="0" />
<path
d="m 291385.7,-5700000 190.2,-4643.4 414.5,-10107.3 415.1,-10107.3 415.6,-10107.4 416.1,-10107.5 416.6,-10107.6 417.2,-10107.8 417.7,-10107.9 418.2,-10108 418.7,-10108.1 182,-4387.8 4492.3,-0.1 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 -8614.3,0.1 z"
id="path2200"
inkscape:connector-curvature="0" />
<path
d="m 300000,-5700000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 10000,0 10000,0 10000,0 10000,0 10000,0 9999.9,-0.1 10000.1,0.1 10000,-0.1 10000,0 10000,0 0,9999.9 0,10000 0,10000 0,10000 0.1,9999.9 0,10000.1 0,9999.9 0,10000 0,10000.1 0,10000 -10000,-0.1 -10000,0.1 -10000,-0.1 -10000,0 -10000,0 -10000,0 -9999.9,0.1 -10000.1,0 -10000,0 -10000,0 z"
id="path2201"
inkscape:connector-curvature="0" />
<path
d="m 400000,-5700000 0,-10000 0,-10000.1 0,-10000 0,-9999.9 0,-10000.1 -0.1,-9999.9 0,-10000 0,-10000 0,-10000 0,-9999.9 10000,0 10000,0 10000,0 10000,0 10000,-0.1 10000,0.1 10000,-0.1 10000,0 10000,0.1 10000,0 0,10000 0,10000 0,9999.9 0,10000.1 0,10000 0,10000 0,10000 0,9999.9 0,10000 0,10000.1 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,-0.1 -10000,0 -10000,0.1 z"
id="path2202"
inkscape:connector-curvature="0" />
<path
d="m 500000,-5700000 0,-10000.1 0,-10000 0,-9999.9 0,-10000 0,-10000 0,-10000 0,-10000.1 0,-9999.9 0,-10000 0,-10000 10000,0 10000,-0.1 10000,0 10000,0.1 10000,-0.1 10000,0.1 10000,0 10000,0 10000,0 10000,0 0,9999.9 0,10000 0,10000 0,10000 0,9999.9 0,10000.1 0,9999.9 0,10000 0,10000.1 0,10000 -10000,-0.1 -10000,0 -10000,0.1 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 z"
id="path2203"
inkscape:connector-curvature="0" />
<path
d="m 600000,-5700000 0,-10000 0,-10000.1 0,-10000 0,-9999.9 0,-10000.1 0,-9999.9 0,-10000 0,-10000 0,-10000 0,-9999.9 10000,0 10000,0 10000,0.1 10000,-0.1 10000.1,0.1 10000,0 10000,0 10000,0 10000,0 10000,0 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 -10000,0 -10000,0 -10000.1,0 -10000,-0.1 -10000,0 -10000,0 -10000,0 -9999.9,0.1 -10000.1,-0.1 -10000,0.1 z"
id="path2204"
inkscape:connector-curvature="0" />
<path
d="m 704492.3,-5800000 182,4387.8 418.7,10108.1 418.2,10108 417.7,10107.9 417.2,10107.8 416.6,10107.6 416.1,10107.5 415.6,10107.4 415.1,10107.3 414.5,10107.3 190.2,4643.4 -8614.3,-0.1 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 4492.3,0.1 z"
id="path2205"
inkscape:connector-curvature="0" />
<path
d="m 295507.7,-5800000 237.3,-5720.4 419.8,-10108.3 420.3,-10108.5 420.8,-10108.5 421.3,-10108.7 421.8,-10108.8 422.3,-10108.9 422.9,-10109 423.4,-10109.1 423.9,-10109.2 138.6,-3300.5 320,-0.1 0,10000 0.1,10000 0,10000 0,10000 0,9999.9 0,10000.1 0,10000 0,10000 0,10000 0,10000 -4492.3,0.1 z"
id="path2206"
inkscape:connector-curvature="0" />
<path
d="m 300000,-5800000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000.1 0,-9999.9 0,-10000 0,-10000 -0.1,-10000 0,-10000 10000,0 10000,0 10000,0 9999.9,0 10000,0 10000,0 10000,-0.1 10000,0 10000,-0.1 10000,0 0,10000 0,10000 0,9999.9 0,10000.1 0,9999.9 0,10000 0,10000 0,10000 0,10000 0,10000 -10000,0 -10000,0 -10000,0.1 -10000.1,-0.1 -9999.9,0.1 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 z"
id="path2207"
inkscape:connector-curvature="0" />
<path
d="m 400000,-5800000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-9999.9 0,-10000.1 0,-9999.9 0,-10000 0,-10000 10000,0 10000,0 10000,0 10000.1,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000 0,10000.1 -10000,0 -10000,-0.1 -10000,0 -10000,0.1 -10000,-0.1 -10000,0.1 -10000,0 -10000,0 -10000,0 -10000,0 z"
id="path2208"
inkscape:connector-curvature="0" />
<path
d="m 500000,-5800000 0,-10000.1 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 10000,0 9999.9,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 0,10000 0,10000 0,9999.9 0,10000.1 0,9999.9 0,10000 0,10000 0,10000 0,10000 0,10000 -10000,0 -10000,0 -10000,0 -10000,0 -10000,-0.1 -10000,0.1 -10000,-0.1 -10000,0 -10000,0.1 -10000,0 z"
id="path2209"
inkscape:connector-curvature="0" />
<path
d="m 600000,-5800000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-9999.9 0,-10000.1 0,-9999.9 0,-10000 0,-10000 10000,0 10000,0.1 10000,-0.1 10000,0.1 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 0,10000 0,10000 -0.1,10000 0,10000 0,9999.9 0,10000.1 0,10000 0,10000 0,10000 0,10000 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000.1,-0.1 -10000,0.1 -10000,-0.1 -10000,0 -10000,0 z"
id="path2210"
inkscape:connector-curvature="0" />
<path
d="m 700320,-5900000 138.6,3300.5 423.9,10109.2 423.4,10109.1 422.9,10109 422.3,10108.9 421.8,10108.8 421.3,10108.7 420.8,10108.5 420.3,10108.5 419.8,10108.3 237.3,5720.4 -4492.3,-0.1 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000.1 0,-9999.9 0,-10000 0.1,-10000 0,-10000 0,-10000 320,0.1 z"
id="path2211"
inkscape:connector-curvature="0" />
<path
d="m 299680,-5900000 285.8,-6808.9 34.2,-813 0,7621.8 -320,0.1 z"
id="path2212"
inkscape:connector-curvature="0" />
<path
d="m 300000,-5907621.8 390.7,-9296.4 425.4,-10109.6 425.9,-10109.8 426.4,-10109.8 426.9,-10109.9 427.4,-10110 427.9,-10110.1 428.4,-10110.2 428.9,-10110.4 93.5,-2201.9 6098.5,0 9999.9,0 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0.1 10000,0 10000,0 0,9999.9 0,10000.1 0,9999.9 0,10000.1 0,9999.9 0,10000 0,10000 0,10000 0,10000 0,10000 -10000,0 -10000,0.1 -10000,0 -10000,0.1 -10000,0 -10000,0 -9999.9,0 -10000,0 -10000,0 -10000,0 0,-7621.8 z"
id="path2213"
inkscape:connector-curvature="0" />
<path
d="m 400000,-5900000 0,-10000 0,-10000 0,-10000 0,-10000 0,-10000 0,-9999.9 0,-10000.1 0,-9999.9 0,-10000.1 0,-9999.9 10000,-0.1 10000,0 10000,0 10000,0 10000,0.1 10000,0 10000,0 10000,0 10000,0 10000,0 0,10000 0,9999.9 0,10000.1 0,9999.9 0,10000.1 0,10000 0,10000 0,10000 0,9999.9 0,10000 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000.1,0 -10000,0 -10000,0 -10000,0 z"
id="path2214"
inkscape:connector-curvature="0" />
<path
d="m 500000,-5900000 0,-10000 0,-9999.9 0,-10000 0,-10000 0,-10000 0,-10000.1 0,-9999.9 0,-10000.1 0,-9999.9 0,-10000 10000,0 10000,0 10000,0 10000,0 10000,0 10000,-0.1 10000,0 10000,0 10000,0 10000,0.1 0,9999.9 0,10000.1 0,9999.9 0,10000.1 0,9999.9 0,10000 0.1,10000 0,10000 0,10000 0,10000 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -9999.9,0 -10000,0 z"
id="path2215"
inkscape:connector-curvature="0" />
<path
d="m 696098.4,-6000000 93.5,2201.9 428.9,10110.4 428.4,10110.2 427.9,10110.1 427.4,10110 426.9,10109.9 426.4,10109.8 425.9,10109.8 425.4,10109.6 390.7,9296.4 0,7621.8 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,0 -10000,-0.1 -10000,0.1 -10000,-0.1 -10000,0 0,-10000 0,-10000 0,-10000 -0.1,-10000 0,-10000 0,-9999.9 0,-10000.1 0,-9999.9 0,-10000.1 0,-9999.9 10000,0 10000,0 10000,-0.1 10000,0 10000,0 10000,0 10000,0 10000,0 10000,0 6098.5,0 z"
id="path2216"
inkscape:connector-curvature="0" />
<path
d="m 700000,-5907621.8 34.2,813 285.8,6808.9 -320,-0.1 0,-7621.8 z"
id="path2217"
inkscape:connector-curvature="0" />
<path
d="m 720668.5,-5400000 -58.3,-1481.4 -398.2,-10103.7 -398.8,-10103.8 -399.4,-10103.9 -399.9,-10104.1 -400.5,-10104.2 -401,-10104.3 -401.6,-10104.4 -402.1,-10104.5 -402.7,-10104.8 -302.4,-7580.9 6682.3,-534.4 9969.4,-797.2 796.8,9970 795.8,9970.1 794.7,9970.3 793.6,9970.3 792.6,9970.6 791.5,9970.6 790.4,9970.8 789.3,9970.9 788.3,9971.1 787.2,9971.2 -9970.6,786.7 -9969.7,786.4 -666.4,52.6 z"
id="path2218"
inkscape:connector-curvature="0" />
<path
d="m 741275.2,-5401625.6 -787.2,-9971.2 -788.3,-9971.1 -789.3,-9970.9 -790.4,-9970.8 -791.5,-9970.6 -792.6,-9970.6 -793.6,-9970.3 -794.7,-9970.3 -795.8,-9970.1 -796.8,-9970 9970.5,-797.4 9971.6,-797.5 9972.6,-797.7 9973.6,-797.8 9974.7,-797.9 9975.8,-798 9976.8,-798.2 9977.8,-798.4 9979,-798.5 9979.9,-798.7 798.2,9980.6 797.2,9980.7 796.1,9980.8 795,9981 794,9981.2 792.9,9981.3 791.8,9981.4 790.8,9981.6 789.7,9981.8 788.6,9981.9 -9981.5,788 -9980.4,787.8 -9979.3,787.7 -9978.2,787.6 -9977.2,787.4 -9976,787.2 -9975.1,787.2 -9973.9,786.9 -9972.9,786.9 -9971.8,786.7 z"
id="path2219"
inkscape:connector-curvature="0" />
<path
d="m 841041.6,-5409499.1 -788.6,-9981.9 -789.7,-9981.8 -790.8,-9981.6 -791.8,-9981.4 -792.9,-9981.3 -794,-9981.2 -795,-9981 -796.1,-9980.8 -797.2,-9980.7 -798.2,-9980.6 9981.1,-798.8 9982.1,-799 9983.1,-799 9984.2,-799.3 9985.3,-799.4 9986.3,-799.6 9987.3,-799.7 9988.4,-799.9 9989.5,-800.1 9990.5,-800.3 799.8,9991.2 798.7,9991.3 797.7,9991.4 796.6,9991.6 795.6,9991.8 794.5,9992 793.4,9992.1 792.4,9992.4 791.3,9992.5 790.2,9992.6 -9992.2,789.6 -9991.1,789.4 -9990,789.3 -9989,789.1 -9987.9,788.9 -9986.9,788.9 -9985.7,788.5 -9984.7,788.5 -9983.6,788.3 -9982.6,788.1 z"
id="path2220"
inkscape:connector-curvature="0" />
<path
d="m 940915.3,-5417387.8 -790.2,-9992.6 -791.3,-9992.5 -792.4,-9992.4 -793.4,-9992.1 -794.5,-9992 -795.6,-9991.8 -796.6,-9991.6 -797.7,-9991.4 -798.7,-9991.3 -799.8,-9991.2 9991.6,-800.4 9992.6,-800.5 9993.7,-800.8 9994.7,-800.9 9995.8,-801.1 9996.8,-801.4 9997.9,-801.4 9998.9,-801.8 10000,-801.8 10001.1,-802.1 801.6,10001.7 800.5,10001.9 799.5,10002 798.5,10002.2 797.4,10002.5 796.3,10002.6 795.2,10002.8 794.2,10003 793.1,10003.2 792,10003.4 -10003,791.4 -10001.8,791.2 -10000.8,791 -9999.7,790.9 -9998.7,790.6 -9997.6,790.6 -9996.5,790.3 -9995.4,790.1 -9994.3,789.9 -9993.3,789.8 z"
id="path2221"
inkscape:connector-curvature="0" />
<path
d="m 1040896.4,-5425293.6 -792,-10003.4 -793.1,-10003.2 -794.2,-10003 -795.2,-10002.8 -796.3,-10002.6 -797.4,-10002.5 -798.5,-10002.2 -799.5,-10002 -800.5,-10001.9 -801.6,-10001.7 10002.1,-802.2 10003.2,-802.4 10004.2,-802.6 10005.2,-802.8 10006.3,-803.1 10007.3,-803.2 10008.4,-803.4 10009.5,-803.5 10010.6,-803.9 10011.6,-804 803.6,10012.2 802.5,10012.4 801.5,10012.6 800.5,10012.8 799.4,10013.1 798.3,10013.2 797.3,10013.5 796.2,10013.6 795.1,10014 794.1,10014.1 -10013.7,793.5 -10012.6,793.2 -10011.5,793 -10010.5,792.7 -10009.3,792.6 -10008.3,792.4 -10007.2,792.2 -10006.2,792 -10005.1,791.8 -10004,791.6 z"
id="path2222"
inkscape:connector-curvature="0" />
<path
d="m 716703.5,-5500000 -100.8,-2523.8 -403.8,-10104.9 -404.3,-10105 -404.9,-10105.1 -405.4,-10105.2 -406,-10105.3 -406.5,-10105.5 -407.1,-10105.6 -407.6,-10105.7 -408.1,-10105.8 -263.9,-6528.2 2676.2,-216.8 9968.2,-807.8 807.3,9968.7 806.2,9968.9 805.2,9968.9 804.1,9969.1 803.1,9969.3 802.1,9969.3 801,9969.5 799.9,9969.6 798.9,9969.7 797.8,9969.9 -9969.4,797.2 -6682.3,534.4 z"
id="path2223"
inkscape:connector-curvature="0" />
<path
d="m 733355.1,-5501331.6 -797.8,-9969.9 -798.9,-9969.7 -799.9,-9969.6 -801,-9969.5 -802.1,-9969.3 -803.1,-9969.3 -804.1,-9969.1 -805.2,-9968.9 -806.2,-9968.9 -807.3,-9968.7 9969.2,-807.8 9970.2,-808 9971.2,-808.2 9972.3,-808.2 9973.3,-808.3 9974.3,-808.5 9975.4,-808.6 9976.4,-808.8 9977.4,-809 9978.5,-809.1 808.6,9979.1 807.7,9979.2 806.6,9979.3 805.5,9979.5 804.5,9979.7 803.4,9979.8 802.4,9980 801.3,9980.1 800.3,9980.2 799.2,9980.4 -9979.9,798.7 -9979,798.5 -9977.8,798.4 -9976.8,798.2 -9975.8,798 -9974.7,797.9 -9973.6,797.8 -9972.6,797.7 -9971.6,797.5 -9970.5,797.4 z"
id="path2224"
inkscape:connector-curvature="0" />
<path
d="m 833107.3,-5509311.7 -799.2,-9980.4 -800.3,-9980.2 -801.3,-9980.1 -802.4,-9980 -803.4,-9979.8 -804.5,-9979.7 -805.5,-9979.5 -806.6,-9979.3 -807.7,-9979.2 -808.6,-9979.1 9979.5,-809.2 9980.5,-809.4 9981.6,-809.6 9982.6,-809.7 9983.7,-809.9 9984.7,-810 9985.7,-810.2 9986.7,-810.3 9987.9,-810.6 9988.8,-810.6 810.2,9989.4 809.2,9989.6 808.2,9989.8 807.1,9990 806.1,9990.1 805,9990.2 804,9990.4 803,9990.7 801.9,9990.8 800.9,9990.9 -9990.5,800.3 -9989.5,800.1 -9988.4,799.9 -9987.3,799.7 -9986.3,799.6 -9985.3,799.4 -9984.2,799.3 -9983.1,799 -9982.1,799 -9981.1,798.8 z"
id="path2225"
inkscape:connector-curvature="0" />
<path
d="m 932965.1,-5517306.7 -800.9,-9990.9 -801.9,-9990.8 -803,-9990.7 -804,-9990.4 -805,-9990.2 -806.1,-9990.1 -807.1,-9990 -808.2,-9989.8 -809.2,-9989.6 -810.2,-9989.4 9989.8,-810.9 9991,-811 9991.9,-811.3 9992.9,-811.3 9994,-811.5 9995,-811.7 9996.1,-811.9 9997.1,-812.1 9998.1,-812.3 9999.2,-812.5 812,9999.8 811,10000 810,10000.1 809,10000.3 807.8,10000.6 806.9,10000.7 805.8,10001 804.8,10001.1 803.7,10001.2 802.7,10001.5 -10001.1,802.1 -10000,801.8 -9998.9,801.8 -9997.9,801.4 -9996.8,801.4 -9995.8,801.1 -9994.7,800.9 -9993.7,800.8 -9992.6,800.5 -9991.6,800.4 z"
id="path2226"
inkscape:connector-curvature="0" />
<path
d="m 1032928.1,-5525318.9 -802.7,-10001.5 -803.7,-10001.2 -804.8,-10001.1 -805.8,-10001 -806.9,-10000.7 -807.8,-10000.6 -809,-10000.3 -810,-10000.1 -811,-10000 -812,-9999.8 10000.2,-812.6 10001.2,-812.8 10002.3,-813.1 10003.3,-813.2 10004.3,-813.4 10005.3,-813.7 10006.4,-813.8 10007.4,-814 10008.5,-814.2 10009.5,-814.5 814,10010.1 813,10010.4 812,10010.4 811,10010.8 809.9,10011 808.8,10011.1 807.8,10011.3 806.8,10011.6 805.7,10011.7 804.7,10012 -10011.6,804 -10010.6,803.9 -10009.5,803.5 -10008.4,803.4 -10007.3,803.2 -10006.3,803.1 -10005.2,802.8 -10004.2,802.6 -10003.2,802.4 -10002.1,802.2 z"
id="path2227"
inkscape:connector-curvature="0" />
<path
d="m 712685.1,-5600000 -144.8,-3577.9 -409.2,-10106 -409.8,-10106.1 -410.3,-10106.3 -410.8,-10106.4 -411.4,-10106.5 -411.9,-10106.6 -412.4,-10106.7 -413,-10106.8 -413.5,-10106.9 -223.7,-5463.7 8585.8,-704.7 817.5,9967.4 816.5,9967.6 815.5,9967.7 814.5,9967.9 813.4,9967.9 812.4,9968 811.4,9968.2 810.4,9968.3 809.3,9968.5 808.3,9968.5 -9968.2,807.8 -2676.2,216.8 z"
id="path2228"
inkscape:connector-curvature="0" />
<path
d="m 725329.5,-5601024.6 -808.3,-9968.5 -809.3,-9968.5 -810.4,-9968.3 -811.4,-9968.2 -812.4,-9968 -813.4,-9967.9 -814.5,-9967.9 -815.5,-9967.7 -816.5,-9967.6 -817.5,-9967.4 9967.9,-818.1 9968.8,-818.2 9969.9,-818.3 9971,-818.6 9971.9,-818.6 9972.9,-818.8 9974,-818.9 9975,-819 9976,-819.3 9977,-819.2 818.9,9977.5 817.9,9977.7 816.9,9977.9 815.8,9978 814.9,9978.1 813.8,9978.3 812.8,9978.5 811.7,9978.6 810.7,9978.7 809.7,9978.9 -9978.5,809.1 -9977.4,809 -9976.4,808.8 -9975.4,808.6 -9974.3,808.5 -9973.3,808.3 -9972.3,808.2 -9971.2,808.2 -9970.2,808 -9969.2,807.8 z"
id="path2229"
inkscape:connector-curvature="0" />
<path
d="m 825067.7,-5609109.2 -809.7,-9978.9 -810.7,-9978.7 -811.7,-9978.6 -812.8,-9978.5 -813.8,-9978.3 -814.9,-9978.1 -815.8,-9978 -816.9,-9977.9 -817.9,-9977.7 -818.9,-9977.5 9978,-819.6 9979,-819.6 9980.1,-819.7 9981.1,-820 9982.1,-820.1 9983.1,-820.3 9984.1,-820.4 9985.2,-820.6 9986.1,-820.7 9987.2,-820.9 820.5,9987.7 819.5,9988 818.4,9988 817.4,9988.3 816.4,9988.4 815.4,9988.6 814.4,9988.7 813.3,9988.9 812.3,9989.1 811.3,9989.3 -9988.8,810.6 -9987.9,810.6 -9986.7,810.3 -9985.7,810.2 -9984.7,810 -9983.7,809.9 -9982.6,809.7 -9981.6,809.6 -9980.5,809.4 -9979.5,809.2 z"
id="path2230"
inkscape:connector-curvature="0" />
<path
d="m 924909.5,-5617208.6 -811.3,-9989.3 -812.3,-9989.1 -813.3,-9988.9 -814.4,-9988.7 -815.4,-9988.6 -816.4,-9988.4 -817.4,-9988.3 -818.4,-9988 -819.5,-9988 -820.5,-9987.7 9988.2,-821.1 9989.1,-821.2 9990.2,-821.4 9991.2,-821.6 9992.2,-821.7 9993.2,-822 9994.2,-822.1 9995.3,-822.4 9996.2,-822.5 9997.3,-822.6 822.3,9997.8 821.2,9998.1 820.2,9998.3 819.3,9998.4 818.2,9998.6 817.2,9998.8 816.1,9999.1 815.2,9999.2 814.1,9999.3 813.1,9999.6 -9999.2,812.5 -9998.1,812.3 -9997.1,812.1 -9996.1,811.9 -9995,811.7 -9994,811.5 -9992.9,811.3 -9991.9,811.3 -9991,811 -9989.8,810.9 z"
id="path2231"
inkscape:connector-curvature="0" />
<path
d="m 708614.4,-5700000 -190.3,-4643.4 -414.5,-10107.3 -415.1,-10107.3 -415.6,-10107.4 -416.1,-10107.5 -416.6,-10107.6 -417.2,-10107.8 -417.7,-10107.9 -418.2,-10108 -418.7,-10108.1 -181.9,-4387.8 4476.9,-372.1 827.6,9966.2 826.6,9966.3 825.6,9966.4 824.6,9966.5 823.6,9966.7 822.6,9966.8 821.6,9966.9 820.6,9967.1 819.6,9967.1 818.5,9967.3 -8585.8,704.7 z"
id="path2232"
inkscape:connector-curvature="0" />
<path
d="m 717200.2,-5700704.7 -818.5,-9967.3 -819.6,-9967.1 -820.6,-9967.1 -821.6,-9966.9 -822.6,-9966.8 -823.6,-9966.7 -824.6,-9966.5 -825.6,-9966.4 -826.6,-9966.3 -827.6,-9966.2 9966.6,-828.1 9967.6,-828.3 9968.6,-828.4 9969.6,-828.5 9970.5,-828.6 9971.6,-828.9 9972.6,-828.9 9973.5,-829.1 9974.5,-829.2 9975.6,-829.3 829,9976.1 827.9,9976.3 827,9976.5 825.9,9976.6 825,9976.6 824,9977 822.9,9976.9 821.9,9977.1 821,9977.3 819.9,9977.4 -9977,819.2 -9976,819.3 -9975,819 -9974,818.9 -9972.9,818.8 -9971.9,818.6 -9971,818.6 -9969.9,818.3 -9968.8,818.2 -9967.9,818.1 z"
id="path2233"
inkscape:connector-curvature="0" />
<path
d="m 816924.7,-5708891.7 -819.9,-9977.4 -821,-9977.3 -821.9,-9977.1 -822.9,-9976.9 -824,-9977 -825,-9976.6 -825.9,-9976.6 -827,-9976.5 -827.9,-9976.3 -829,-9976.1 9976.5,-829.5 9977.5,-829.7 9978.5,-829.9 9979.5,-829.9 9980.5,-830.2 9981.5,-830.2 9982.5,-830.5 9983.5,-830.6 9984.5,-830.7 9985.5,-830.9 830.5,9986.1 829.5,9986.2 828.5,9986.3 827.5,9986.7 826.5,9986.7 825.5,9986.9 824.5,9987 823.5,9987.2 822.5,9987.4 821.5,9987.6 -9987.2,820.9 -9986.1,820.7 -9985.2,820.6 -9984.1,820.4 -9983.1,820.3 -9982.1,820.1 -9981.1,820 -9980.1,819.7 -9979,819.6 -9978,819.6 z"
id="path2234"
inkscape:connector-curvature="0" />
<path
d="m 916750.5,-5717093.6 -821.5,-9987.6 -822.5,-9987.4 -823.5,-9987.2 -824.5,-9987 -825.5,-9986.9 -826.5,-9986.7 -827.5,-9986.7 -828.5,-9986.3 -829.5,-9986.2 -830.5,-9986.1 9986.5,-831.1 9987.5,-831.3 9988.5,-831.4 9989.4,-831.5 9990.4,-831.9 9991.4,-831.9 9992.4,-832.2 9993.4,-832.3 9994.4,-832.5 9995.4,-832.7 832.3,9995.9 831.3,9996.2 830.3,9996.4 829.3,9996.5 828.3,9996.7 827.3,9997 826.3,9997.1 825.3,9997.3 824.3,9997.5 823.3,9997.7 -9997.3,822.6 -9996.2,822.5 -9995.3,822.4 -9994.2,822.1 -9993.2,822 -9992.2,821.7 -9991.2,821.6 -9990.2,821.4 -9989.1,821.2 -9988.2,821.1 z"
id="path2235"
inkscape:connector-curvature="0" />
<path
d="m 704492.4,-5800000 -237.4,-5720.4 -419.8,-10108.3 -420.3,-10108.5 -420.8,-10108.5 -421.3,-10108.7 -421.8,-10108.8 -422.3,-10108.9 -422.9,-10109 -423.4,-10109.1 -423.9,-10109.2 -138.4,-3300.5 318.9,-26.9 837.5,9964.9 836.5,9965 835.5,9965.2 834.5,9965.3 833.6,9965.4 832.5,9965.6 831.6,9965.6 830.6,9965.8 829.6,9965.9 828.6,9966.1 -4476.9,372.1 z"
id="path2236"
inkscape:connector-curvature="0" />
<path
d="m 708969.4,-5800372 -828.6,-9966.1 -829.6,-9965.9 -830.6,-9965.8 -831.6,-9965.6 -832.5,-9965.6 -833.6,-9965.4 -834.5,-9965.3 -835.5,-9965.2 -836.5,-9965 -837.5,-9964.9 9965.3,-838 9966.3,-838.1 9967.3,-838.3 9968.2,-838.4 9969.3,-838.5 9970.2,-838.6 9971.2,-838.9 9972.2,-838.9 9973.1,-839.1 9974.1,-839.2 838.8,9974.7 837.8,9974.8 836.8,9974.9 835.9,9975.2 834.9,9975.2 833.9,9975.4 833,9975.6 831.9,9975.7 830.9,9975.9 830,9976 -9975.6,829.3 -9974.5,829.2 -9973.5,829.1 -9972.6,828.9 -9971.6,828.9 -9970.5,828.6 -9969.6,828.5 -9968.6,828.4 -9967.6,828.3 -9966.6,828.1 z"
id="path2237"
inkscape:connector-curvature="0" />
<path
d="m 808680.2,-5808659.5 -830,-9976 -830.9,-9975.9 -831.9,-9975.7 -833,-9975.6 -833.9,-9975.4 -834.9,-9975.2 -835.9,-9975.2 -836.8,-9974.9 -837.8,-9974.8 -838.8,-9974.7 9975.1,-839.3 9976.1,-839.5 9977,-839.7 9978.1,-839.8 9979,-839.9 9980,-840.1 9980.9,-840.2 9981.9,-840.4 9982.9,-840.6 9983.9,-840.7 840.3,9984.4 839.4,9984.6 838.4,9984.7 837.4,9984.9 836.4,9985.1 835.5,9985.2 834.5,9985.4 833.5,9985.6 832.5,9985.7 831.5,9985.9 -9985.5,830.9 -9984.5,830.7 -9983.5,830.6 -9982.5,830.5 -9981.5,830.2 -9980.5,830.2 -9979.5,829.9 -9978.5,829.9 -9977.5,829.7 -9976.5,829.5 z"
id="path2238"
inkscape:connector-curvature="0" />
<path
d="m 908490.3,-5816961.7 -831.5,-9985.9 -832.5,-9985.7 -833.5,-9985.6 -834.5,-9985.4 -835.5,-9985.2 -836.4,-9985.1 -837.4,-9984.9 -838.4,-9984.7 -839.4,-9984.6 -840.3,-9984.4 9984.8,-840.9 9985.8,-841 9986.7,-841.2 9987.7,-841.5 9988.7,-841.6 9989.6,-841.8 9990.7,-842 9991.6,-842.1 9992.6,-842.3 9993.6,-842.5 842.1,9994.2 841.1,9994.3 840.2,9994.4 839.2,9994.8 838.2,9994.8 837.2,9995 836.2,9995.3 835.3,9995.4 834.3,9995.7 833.3,9995.8 -9995.4,832.7 -9994.4,832.5 -9993.4,832.3 -9992.4,832.2 -9991.4,831.9 -9990.4,831.9 -9989.4,831.5 -9988.5,831.4 -9987.5,831.3 -9986.5,831.1 z"
id="path2239"
inkscape:connector-curvature="0" />
<path
d="m 700320.1,-5900000 -286,-6808.8 -34.2,-813 639,7595 -318.9,26.9 z"
id="path2240"
inkscape:connector-curvature="0" />
<path
d="m 700000,-5907621.8 -390.7,-9296.4 -425.4,-10109.6 -425.9,-10109.8 -426.4,-10109.8 -426.9,-10109.9 -427.4,-10110 -427.9,-10110.1 -428.4,-10110.2 -428.9,-10110.4 -93.5,-2201.9 6076.7,-517 9965.1,-847.8 9966,-847.9 9967,-848 9967.9,-848.2 9968.9,-848.3 9969.8,-848.4 9970.8,-848.5 9971.7,-848.7 9972.7,-848.8 848.5,9973.2 847.4,9973.5 846.5,9973.4 845.6,9973.8 844.6,9973.7 843.7,9973.9 842.6,9974.1 841.7,9974.2 840.8,9974.4 839.7,9974.5 -9974.1,839.2 -9973.1,839.1 -9972.2,838.9 -9971.2,838.9 -9970.2,838.6 -9969.3,838.5 -9968.2,838.4 -9967.3,838.3 -9966.3,838.1 -9965.3,838 -639,-7595 z"
id="path2241"
inkscape:connector-curvature="0" />
<path
d="m 800336.3,-5908412.8 -839.7,-9974.5 -840.8,-9974.4 -841.7,-9974.2 -842.6,-9974.1 -843.7,-9973.9 -844.6,-9973.7 -845.6,-9973.8 -846.5,-9973.4 -847.4,-9973.5 -848.5,-9973.2 9973.6,-849 9974.6,-849.1 9975.5,-849.3 9976.5,-849.4 9977.5,-849.5 9978.4,-849.7 9979.3,-849.8 9980.3,-850.1 9981.2,-850.2 9982.2,-850.3 850,9982.8 849,9982.8 848.1,9983.2 847.1,9983.2 846.1,9983.5 845.2,9983.5 844.2,9983.8 843.3,9983.9 842.3,9984 841.3,9984.3 -9983.9,840.7 -9982.9,840.6 -9981.9,840.4 -9980.9,840.2 -9980,840.1 -9979,839.9 -9978.1,839.8 -9977,839.7 -9976.1,839.5 -9975.1,839.3 z"
id="path2242"
inkscape:connector-curvature="0" />
<path
d="m 900130.9,-5916813.2 -841.3,-9984.3 -842.3,-9984 -843.3,-9983.9 -844.2,-9983.8 -845.2,-9983.5 -846.1,-9983.5 -847.1,-9983.2 -848.1,-9983.2 -849,-9982.8 -850,-9982.8 9983.1,-850.6 9984.1,-850.7 9985.1,-850.8 9986,-851.1 9987,-851.2 9987.9,-851.4 9988.8,-851.5 9989.8,-851.7 9990.8,-851.9 9991.7,-852 851.7,9992.2 850.8,9992.5 849.8,9992.6 848.9,9992.9 847.9,9992.9 846.9,9993.2 846,9993.4 845,9993.5 844,9993.8 843.1,9993.9 -9993.6,842.5 -9992.6,842.3 -9991.6,842.1 -9990.7,842 -9989.6,841.8 -9988.7,841.6 -9987.7,841.5 -9986.7,841.2 -9985.8,841 -9984.8,840.9 z"
id="path2243"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>
/branches/refact/services/presentations/images/cartes/test.svg
New file
0,0 → 1,110
<?xml version="1.0" standalone="no"?>
 
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 
<svg
xmlns="http://www.w3.org/2000/svg"
version="1.0"
x="0"
y="0"
width="900"
height="1000"
viewBox="0 0 1800 1700"
preserveAspectRatio="xMinYMin"
id="svgFuseau31"
>
<style type="text/css">
.bordure {
fill-opacity: 0;
fill:white;
stroke:black;
stroke-opacity: 1;
stroke-width:1;
stroke-dasharray: none;
}
.carre100k{
fill-opacity:0;
stroke:black;
stroke-opacity:1;
stroke-width:100;
stroke-dasharray: none;
}
</style>
<defs>
<pattern id="grid100km" width="100" height="100" patternUnits="userSpaceOnUse">
<path d="M 0 0, L 100 0, L 100 100,L 0 100, L 0 0" style="fill:white;stroke:lightgray;stroke-width:1"/>
</pattern>
<pattern id="grid10km" width="10" height="10" patternUnits="userSpaceOnUse">
<path d="M 0 0, L 10 0, L 10 10,L 0 10, L 0 0" style="fill:white;stroke:lightgray;stroke-width:1"/>
</pattern>
</defs>
<g>
<g title="UTM Fuseau 30 (angle3031=364.5)"
transform="translate(200,0) rotate(364.5 400 0)">
<g
title="UTM 30 U"
id="UTM30U">
<g transform="translate(0,600) scale(1,-1)">
<!--grille 31U : coordonnées en Km-->
<rect x="0" y="0" stroke="black" width="600" height="600" style="fill:url(#grid10km);fill-opacity:1;stroke:lightgray;stroke-width:10"/>
<rect x="0" y="0" stroke="black" width="600" height="600" style="fill:url(#grid100km);fill-opacity:0.5;stroke:lightgray;stroke-width:10"/>
</g>
</g>
<g
transform="translate(0,600)"
title="UTM 30 T"
id="UTM30T">
<g transform="translate(0,900) scale(1,-1)">
<!--grille 31T : coordonnées en Km-->
<rect x="0" y="0" stroke="black" width="600" height="900" style="fill:url(#grid10km);fill-opacity:1;stroke:lightgray;stroke-width:10"/>
<rect x="0" y="0" stroke="black" width="600" height="900" style="fill:url(#grid100km);fill-opacity:0.5;stroke:lightgray;stroke-width:10"/>
</g>
</g>
</g>
<g title="UTM Fuseau 31"
transform="translate(600,0)" >
<g
title="UTM 31 U"
id="UTM31U">
<g transform="translate(0,600) scale(1,-1)">
<!--grille 31U : coordonnées en Km-->
<rect x="0" y="0" stroke="black" width="600" height="600" style="fill:url(#grid10km);fill-opacity:0.3;stroke:lightgray;stroke-width:10"/>
<rect x="0" y="0" stroke="black" width="600" height="600" style="fill:url(#grid100km);fill-opacity:0.5;stroke:lightgray;stroke-width:10"/>
</g>
</g>
<g
transform="translate(0,600)"
title="UTM 31 T"
id="UTM31T">
<g transform="translate(0,900) scale(1,-1)">
<!--grille 31T : coordonnées en Km-->
<rect x="0" y="0" stroke="black" width="600" height="900" style="fill:url(#grid10km);fill-opacity:0.3;stroke:lightgray;stroke-width:10"/>
<rect x="0" y="0" stroke="black" width="600" height="900" style="fill:url(#grid100km);fill-opacity:0.5;stroke:lightgray;stroke-width:10"/>
</g>
</g>
</g>
<g title="UTM Fuseau 32 (angle3132=356)"
transform="translate(1000,0) rotate(356)">
<g
title="UTM 32 U (angle3132=356)"
id="UTM31U">
<g transform="translate(0,600) scale(1,-1)">
<!--grille 31U : coordonnées en Km-->
<rect x="0" y="0" stroke="black" width="600" height="600" style="fill:url(#grid10km);fill-opacity:0.3;stroke:lightgray;stroke-width:10"/>
<rect x="0" y="0" stroke="black" width="600" height="600" style="fill:url(#grid100km);fill-opacity:0.5;stroke:lightgray;stroke-width:10"/>
</g>
</g>
<g
transform="translate(0,600)"
title="UTM 32 T"
id="UTM31T">
<g transform="translate(0,900) scale(1,-1)">
<!--grille 31T : coordonnées en Km-->
<rect x="0" y="0" stroke="black" width="600" height="900" style="fill:url(#grid10km);fill-opacity:1;stroke:lightgray;stroke-width:10"/>
<rect x="0" y="0" stroke="black" width="600" height="900" style="fill:url(#grid100km);fill-opacity:0.5;stroke:lightgray;stroke-width:10"/>
</g>
</g>
</g>
</g>
</svg>
/branches/refact/services/presentations/images/cartes/france_utm_600x564.txt
New file
0,0 → 1,0
X131T=188&Y131T=552&X231T=441&Y231T=552&X131TUTM=250000&Y131TUTM=4600000&X231TUTM=750000&Y231TUTM=4600000&X132T=439&Y132T=552&X232T=595&Y232T=551&X132TUTM=249000&Y132TUTM=4600000&angle3132=356&X130T=7&Y130T=552&X230T=188&Y230T=536&X130TUTM=394500&Y130TUTM=4603000&angle3031=364.5&void=0
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/branches/refact/services/presentations/images/cartes/france_utm_600x564.jpg
Cannot display: file marked as a binary type.
svn:mime-type = image/jpeg
/branches/refact/services/presentations/images/cartes/france_utm_600x564.jpg
New file
Property changes:
Added: svn:mime-type
+image/jpeg
\ No newline at end of property
/branches/refact/services/presentations/images/cartes/france_utm_miniature.txt
New file
0,0 → 1,0
X131T=71&Y131T=209&X231T=167&Y231T=209&X131TUTM=250000&Y131TUTM=4600000&X231TUTM=750000&Y231TUTM=4600000&X132T=166&Y132T=209&X232T=226&Y232T=208&X132TUTM=249000&Y132TUTM=4600000&angle3132=356&X130T=3&Y130T=209&X230T=71&Y230T=203&X130TUTM=394500&Y130TUTM=4603000&angle3031=364.5&void=0
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/branches/refact/services/presentations/images/graphiques/sol_min_max.svg
New file
0,0 → 1,172
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" id="graphique_sol" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" width="500px" height="250px" viewBox="0 0 500 250" enable-background="new 0 0 500 250" xml:space="preserve">
<style id="cssGraphique" type="text/css">
@CHARSET "UTF-8";
.fond {
fill:#F8F8F8;
}
.graduation {
fill:none;
stroke:#000000;
stroke-width:1.5;
stroke-dasharray:1.5,1.5;
}
.ligne_grad {
fill:none;
stroke:#000000;
stroke-width:1.5;
stroke-dasharray:1.5,1.5;
}
.median {
fill:none;
stroke:#000000;
stroke-width:1.5;
stroke-dasharray:1.5,1.5;
}
.cartouche {
fill:#F8F8F8;
stroke:#000000;
stroke-width:1.5;
}
.cache {
fill:#F8F8F8;
}
.titre {
font-family:Arial;
font-size:13px;
}
.min_max {
font-family:Arial;
font-size:11px;
}
</style>
<rect id="fond" x="0px" y="0px" class="fond" width="510px" height="250px"/>
 
<line class="graduation" x1="181.897" y1="41.463" x2="181.897" y2="237.463"/>
<line class="graduation" x1="213.095" y1="43.044" x2="213.095" y2="237.463"/>
<line class="graduation" x1="243.902" y1="42.559" x2="243.902" y2="237.463"/>
<line class="graduation" x1="276.824" y1="42.559" x2="276.824" y2="237.463"/>
<line class="median" x1="308.939" y1="42.671" x2="308.939" y2="237.463"/>
<line class="median" x1="342.273" y1="42.338" x2="342.273" y2="237.463"/>
<line class="graduation" x1="372.273" y1="41.463" x2="372.273" y2="236.463"/>
<line class="graduation" x1="403.395" y1="41.463" x2="403.395" y2="236.463"/>
<line class="graduation" x1="435.031" y1="42.559" x2="435.031" y2="235.463"/>
<line class="graduation" x1="465.781" y1="42.559" x2="465.781" y2="237.463"/>
 
<rect x="179.794" y="50.066" class="cache" width="292.092" height="28.688"/>
<rect x="179.794" y="86.583" class="cache" width="290.717" height="31.47"/>
<rect x="179.794" y="163.583" class="cache" width="290.717" height="30.47"/>
<rect x="177.794" y="200.583" class="cache" width="294.717" height="30.47"/>
<rect x="179.794" y="125.583" class="cache" width="291.342" height="31.804"/>
 
<line class="ligne_grad" x1="181.517" y1="43.443" x2="466.615" y2="43.443"/>
<line class="ligne_grad" x1="181.517" y1="79.701" x2="467" y2="79.701"/>
<line class="ligne_grad" x1="181.517" y1="119.025" x2="466.5" y2="119.025"/>
<line class="ligne_grad" x1="181.517" y1="158.701" x2="467" y2="158.701"/>
<line class="ligne_grad" x1="182.517" y1="193.701" x2="468" y2="193.701"/>
<line class="ligne_grad" x1="181.517" y1="230.701" x2="467" y2="230.701"/>
 
<path class="cartouche" d="M169.403,41.918c0,6.582-5.337,11.918-11.919,11.918H30.352
c-6.582,0-11.919-5.336-11.919-11.918v-0.993c0-6.582,5.337-11.919,11.919-11.919h127.132c6.582,0,11.919,5.337,11.919,11.919
V41.918L169.403,41.918z"/>
<path class="cartouche" d="M169.403,77.673c0,6.582-5.337,11.919-11.919,11.919H30.352
c-6.582,0-11.919-5.337-11.919-11.919V76.68c0-6.582,5.337-11.918,11.919-11.918h127.132c6.582,0,11.919,5.336,11.919,11.918V77.673
L169.403,77.673z"/>
<path class="cartouche" d="M169.403,114.422c0,6.583-5.337,11.92-11.919,11.92H30.352
c-6.582,0-11.919-5.337-11.919-11.92v-0.992c0-6.582,5.337-11.919,11.919-11.919h127.132c6.582,0,11.919,5.337,11.919,11.919
V114.422L169.403,114.422z"/>
<path class="cartouche" d="M169.403,151.172c0,6.582-5.337,11.918-11.919,11.918H30.352
c-6.582,0-11.919-5.336-11.919-11.918v-0.992c0-6.582,5.337-11.92,11.919-11.92h127.132c6.582,0,11.919,5.338,11.919,11.92V151.172
L169.403,151.172z"/>
<path class="cartouche" d="M168.519,186.486c0,6.582-5.336,11.918-11.918,11.918H29.469
c-6.582,0-11.919-5.336-11.919-11.918v-0.991c0-6.584,5.337-11.921,11.919-11.921h127.133c6.582,0,11.918,5.337,11.918,11.921
L168.519,186.486L168.519,186.486z"/>
<path class="cartouche" d="M168.519,223.23c0,6.582-5.336,11.918-11.918,11.918H29.469
c-6.582,0-11.919-5.336-11.919-11.918v-0.991c0-6.582,5.337-11.921,11.919-11.921h127.133c6.582,0,11.918,5.339,11.918,11.921
L168.519,223.23L168.519,223.23z"/>
<rect id="un_ve_reaction_sol" x="181.897" y="36.963" fill="none" width="31.198" height="5"/>
<rect id="deux_ve_reaction_sol" x="213.095" y="36.963" fill="none" width="30.807" height="5"/>
<rect id="trois_ve_reaction_sol" x="243.902" y="36.963" fill="none" width="32.93" height="5"/>
<rect id="quatre_ve_reaction_sol" x="276.824" y="36.963" fill="none" width="32.441" height="5"/>
<rect id="cinq_ve_reaction_sol" x="309.273" y="36.963" fill="none" width="33" height="5"/>
<rect id="six_ve_reaction_sol" x="342.273" y="36.963" fill="none" width="30" height="5"/>
<rect id="sept_ve_reaction_sol" x="372.273" y="36.963" fill="none" width="31.122" height="5"/>
<rect id="huit_ve_reaction_sol" x="403.395" y="36.963" fill="none" width="31.644" height="5"/>
<rect id="neuf_ve_reaction_sol" x="435.02" y="36.963" fill="none" width="31.644" height="5"/>
<rect id="un_ve_humidite_edaph" x="181.573" y="73.463" fill="none" width="31.198" height="5"/>
<rect id="deux_ve_humidite_edaph" x="212.771" y="73.463" fill="none" width="30.813" height="5"/>
<rect id="trois_ve_humidite_edaph" x="243.577" y="73.463" fill="none" width="32.923" height="5"/>
<rect id="quatre_ve_humidite_edaph" x="276.5" y="73.463" fill="none" width="32.441" height="5"/>
<rect id="cinq_ve_humidite_edaph" x="308.948" y="73.463" fill="none" width="33" height="5"/>
<rect id="six_ve_humidite_edaph" x="341.948" y="73.463" fill="none" width="30" height="5"/>
<rect id="sept_ve_humidite_edaph" x="371.948" y="73.463" fill="none" width="31.122" height="5"/>
<rect id="huit_ve_humidite_edaph" x="403.071" y="73.463" fill="none" width="31.646" height="5"/>
<rect id="neuf_ve_humidite_edaph" x="434.52" y="73.463" fill="none" width="31.644" height="5"/>
<rect id="un_ve_texture_sol" x="182.124" y="112.463" fill="none" width="31.191" height="5"/>
<rect id="deux_ve_texture_sol" x="213.323" y="112.463" fill="none" width="30.813" height="5"/>
<rect id="trois_ve_texture_sol" x="244.129" y="112.463" fill="none" width="32.923" height="5"/>
<rect id="quatre_ve_texture_sol" x="277.052" y="112.463" fill="none" width="32.448" height="5"/>
<rect id="cinq_ve_texture_sol" x="309.5" y="112.463" fill="none" width="33" height="5"/>
<rect id="six_ve_texture_sol" x="342.5" y="112.463" fill="none" width="30" height="5"/>
<rect id="sept_ve_texture_sol" x="372.5" y="112.463" fill="none" width="31.116" height="5"/>
<rect id="huit_ve_texture_sol" x="403.616" y="112.463" fill="none" width="31.646" height="5"/>
<rect id="neuf_ve_texture_sol" x="435.52" y="112.463" fill="none" width="31.644" height="5"/>
<rect id="un_ve_nutriments_sol" x="182.124" y="152.463" fill="none" width="31.191" height="5"/>
<rect id="deux_ve_nutriments_sol" x="213.323" y="152.463" fill="none" width="30.813" height="5"/>
<rect id="trois_ve_nutriments_sol" x="244.129" y="152.463" fill="none" width="32.923" height="5"/>
<rect id="quatre_ve_nutriments_sol" x="277.052" y="152.463" fill="none" width="32.448" height="5"/>
<rect id="cinq_ve_nutriments_sol" x="309.5" y="152.463" fill="none" width="33" height="5"/>
<rect id="six_ve_nutriments_sol" x="342.5" y="152.463" fill="none" width="30" height="5"/>
<rect id="sept_ve_nutriments_sol" x="372.5" y="152.463" fill="none" width="31.116" height="5"/>
<rect id="huit_ve_nutriments_sol" x="403.616" y="152.463" fill="none" width="31.646" height="5"/>
<rect id="neuf_ve_nutriments_sol" x="435.52" y="152.463" fill="none" width="31.644" height="5"/>
<rect id="un_ve_salinite" x="182.124" y="187.463" fill="none" width="31.191" height="5"/>
<rect id="deux_ve_salinite" x="213.323" y="187.463" fill="none" width="30.813" height="5"/>
<rect id="trois_ve_salinite" x="244.129" y="187.463" fill="none" width="32.923" height="5"/>
<rect id="quatre_ve_salinite" x="277.052" y="187.463" fill="none" width="32.448" height="5"/>
<rect id="cinq_ve_salinite" x="309.5" y="187.463" fill="none" width="33" height="5"/>
<rect id="six_ve_salinite" x="342.5" y="187.463" fill="none" width="30" height="5"/>
<rect id="sept_ve_salinite" x="372.5" y="187.463" fill="none" width="31.116" height="5"/>
<rect id="huit_ve_salinite" x="403.616" y="187.463" fill="none" width="31.646" height="5"/>
<rect id="neuf_ve_salinite" x="435.52" y="187.463" fill="none" width="31.644" height="5"/>
<rect id="un_ve_mat_org_sol" x="182.124" y="224.463" fill="none" width="31.191" height="5"/>
<rect id="deux_ve_mat_org_sol" x="213.323" y="224.463" fill="none" width="30.813" height="5"/>
<rect id="trois_ve_mat_org_sol" x="244.129" y="224.463" fill="none" width="32.923" height="5"/>
<rect id="quatre_ve_mat_org_sol" x="277.052" y="224.463" fill="none" width="32.448" height="5"/>
<rect id="cinq_ve_mat_org_sol" x="309.5" y="224.463" fill="none" width="33" height="5"/>
<rect id="six_ve_mat_org_sol" x="342.5" y="224.463" fill="none" width="30" height="5"/>
<rect id="sept_ve_mat_org_sol" x="372.5" y="224.463" fill="none" width="31.116" height="5"/>
<rect id="huit_ve_mat_org_sol" x="403.616" y="224.463" fill="none" width="31.646" height="5"/>
<rect id="neuf_ve_mat_org_sol" x="435.52" y="224.463" fill="none" width="31.644" height="5"/>
 
 
<text transform="matrix(1 0 0 1 58.4915 155.5352)" class="titre">Nutriments </text>
<text transform="matrix(1 0 0 1 70.2161 120.2441)" class="titre">Texture </text>
<text transform="matrix(1 0 0 1 65.1917 83.3438)" class="titre">Humidité </text>
<text transform="matrix(1 0 0 1 50.5247 46.5938)" class="titre">Réaction (pH)</text>
<text transform="matrix(1 0 0 1 72.3074 191.9473)" class="titre">Salinité</text>
<text transform="matrix(1 0 0 1 34.592 228.4063)" class="titre">Matière Organique</text>
 
<text transform="matrix(1 0 0 1 182.7234 68.9629)" class="min_max">sec</text>
<text transform="matrix(1 0 0 1 182.7234 106.8359)" class="min_max">argile</text>
<text transform="matrix(1 0 0 1 182.7234 145.4629)" class="min_max">pauvre</text>
<text transform="matrix(1 0 0 1 181.97 33.5938)" class="min_max">acide</text>
<text transform="matrix(1 0 0 1 182.7234 182.3535)" class="min_max">non-tolérant</text>
<text transform="matrix(1 0 0 1 183.4778 219.5605)" class="min_max">pauvre</text>
<text transform="matrix(1 0 0 1 424.4417 106.8359)" class="min_max"> rochers</text>
<text transform="matrix(1 0 0 1 440.512 145.4629)" class="min_max">riche</text>
<text transform="matrix(1 0 0 1 427.4495 68.9629)" class="min_max">humide</text>
<text transform="matrix(1 0 0 1 425.4319 33.5938)" class="min_max">basique</text>
<text transform="matrix(1 0 0 1 407.3518 182.3535)" class="min_max">très tolérant</text>
<text transform="matrix(1 0 0 1 435.512 219.5605)" class="min_max">riche</text>
</svg>
/branches/refact/services/presentations/images/graphiques/climat.svg
New file
0,0 → 1,114
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" id="graphique_sol" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" width="500px" height="180px" viewBox="0 0 500 180" enable-background="new 0 0 500 180" xml:space="preserve">
<style id="cssGraphique" type="text/css">
@CHARSET "UTF-8";
.fond {
fill:#F8F8F8;
stroke:#F8F8F8;
stroke-width:3;
}
.cartouche {
stroke:#000;
fill:#F8F8F8;
stroke-width:1.5;
}
.graduation {
stroke:#000;
stroke-width:1.5;
stroke-dasharray:1,1;
fill:none;
}
.median {
stroke:#000;
stroke-width:1.5;
fill:none;
}
.ligne_grad {
stroke:#000;
stroke-width:1.5;
stroke-dasharray:1,1;
fill:none;
}
.cache {
fill:#F8F8F8;
}
.titre {
fill:#000;
font-family:Arial;
font-size:13px;
}
.min_max {
fill:#000;
font-family:Arial;
font-size:11px;
}
/* pour faire apparaitre un curseur*/
.curseur {
fill:#EA6624;
stroke:#FFFFFF;
stroke-width:3;
}
/* pour faire disparaitre un curseur*/
.disparu {
fill:none;
stroke:none;
stroke-width:0;
}
</style>
<rect id="fond" x="0px" y="0px" class="fond" width="510" height="180"/>
<line class="ligne_grad" x1="172.517" y1="31.48" x2="425.655" y2="31.48"/>
<line class="ligne_grad" x1="172.517" y1="65.363" x2="425.655" y2="65.363"/>
<line class="ligne_grad" x1="172.517" y1="102.063" x2="425.655" y2="102.063"/>
<line class="ligne_grad" x1="172.517" y1="140.738" x2="425.655" y2="140.738"/>
 
<line id="un" class="graduation" x1="172.897" y1="26.943" x2="172.897" y2="144.396"/>
<line id="deux" class="graduation" x1="204.095" y1="26.943" x2="204.095" y2="144.396"/>
<line id="trois" class="graduation" x1="234.902" y1="26.943" x2="234.902" y2="144.396"/>
<line id="quatre" class="graduation" x1="267.824" y1="26.943" x2="267.824" y2="144.396"/>
<line id="six" class="graduation" x1="333.273" y1="28.943" x2="333.273" y2="146.396"/>
<line id="sept" class="graduation" x1="363.273" y1="26.943" x2="363.273" y2="144.396"/>
<line id="huit" class="graduation" x1="394.395" y1="26.943" x2="394.395" y2="144.396"/>
<line id="neuf" class="graduation" x1="426.036" y1="26.943" x2="426.036" y2="144.396"/>
 
<rect x="145.794" y="36.552" class="cache" width="295.217" height="23.063"/>
<rect x="146.448" y="69.725" class="cache" width="285.583" height="26.316"/>
<rect x="142.52" y="107.477" class="cache" width="286.718" height="28.485"/>
 
<line id="cinq" class="median" x1="299.883" y1="133.699" x2="299.883" y2="148.777"/>
<line class="median" x1="299.883" y1="95.023" x2="299.883" y2="110.102"/>
<line class="median" x1="299.883" y1="58.323" x2="299.883" y2="73.402"/>
<line class="median" x1="299.883" y1="24.441" x2="299.883" y2="39.521"/>
 
<circle id="ve_lumiere" class="disparu" cx="174.27" cy="32.431" r="11.505"/>
<circle id="ve_humidite_atmos" class="disparu" cx="175.562" cy="67.112" r="11.504"/>
<circle id="ve_temperature" class="disparu" cx="177.369" cy="103.3" r="11.505"/>
<circle id="ve_continentalite" class="disparu" cx="177.88" cy="140.243" r="11.504"/>
 
<text transform="matrix(1 0 0 1 171.6033 53.9297)" class="min_max">sec </text>
<text transform="matrix(1 0 0 1 171.6033 90.8027)" class="min_max">froid</text>
<text transform="matrix(1 0 0 1 398.8201 90.8027)" class="min_max"> chaud</text>
<text transform="matrix(1 0 0 1 171.6033 126.4297)" class="min_max">marin</text>
<text transform="matrix(1 0 0 1 378.4207 129.0361)" class="min_max">continental</text>
<text transform="matrix(1 0 0 1 396.3406 55.5947)" class="min_max">humide</text>
<text transform="matrix(1 0 0 1 170.8499 21.5605)" class="min_max">ombre</text>
<text transform="matrix(1 0 0 1 396.3484 20.0527)" class="min_max">lumière</text>
 
<path class="cartouche" d="M160.403,30.955c0,6.582-5.337,11.918-11.919,11.918H21.352
c-6.582,0-11.919-5.336-11.919-11.918v-0.993c0-6.582,5.337-11.919,11.919-11.919h127.132c6.582,0,11.919,5.337,11.919,11.919
V30.955L160.403,30.955z"/>
<path class="cartouche" d="M160.403,66.71c0,6.582-5.337,11.919-11.919,11.919H21.352
c-6.582,0-11.919-5.337-11.919-11.919v-0.993c0-6.582,5.337-11.918,11.919-11.918h127.132c6.582,0,11.919,5.336,11.919,11.918V66.71
L160.403,66.71z"/>
<path class="cartouche" d="M160.403,103.459c0,6.583-5.337,11.92-11.919,11.92H21.352
c-6.582,0-11.919-5.337-11.919-11.92v-0.992c0-6.582,5.337-11.919,11.919-11.919h127.132c6.582,0,11.919,5.337,11.919,11.919
V103.459L160.403,103.459z"/>
<path class="cartouche" d="M160.403,140.209c0,6.582-5.337,11.918-11.919,11.918H21.352
c-6.582,0-11.919-5.336-11.919-11.918v-0.993c0-6.582,5.337-11.919,11.919-11.919h127.132c6.582,0,11.919,5.337,11.919,11.919
V140.209L160.403,140.209z"/>
<text transform="matrix(1 0 0 1 44.2634 144.0039)" class="titre">Continentalité</text>
<text transform="matrix(1 0 0 1 47.7502 106.7275)" class="titre">Temperature</text>
<text transform="matrix(1 0 0 1 18.3655 71.374)" font-family="Arial" font-size="11px">Humidité Atmosphérique </text>
<text transform="matrix(1 0 0 1 61.6628 35.0635)" class="titre">Lumière</text>
</svg>
/branches/refact/services/presentations/images/graphiques/sol.svg
New file
0,0 → 1,135
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" id="graphique_sol" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" width="500px" height="250px" viewBox="0 0 500 250" enable-background="new 0 0 500 250" xml:space="preserve">
<style id="cssGraphique" type="text/css">
@CHARSET "UTF-8";
.fond {
fill:#F8F8F8;
stroke:#F8F8F8;
stroke-width:3;
}
.cartouche {
stroke:#000;
fill:#F8F8F8;
stroke-width:1.5;
}
.graduation {
stroke:#000;
stroke-width:1.5;
stroke-dasharray:1,1;
}
.median {
stroke:#000;
stroke-width:1.5;
}
.ligne_grad {
stroke:#000;
stroke-width:1.5;
stroke-dasharray:1,1;
}
.cache {
fill:#F8F8F8;
}
.titre {
fill:#000;
font-family:Arial;
font-size:13px;
}
.min_max {
fill:#000;
font-family:Arial;
font-size:11px;
}
/* pour faire apparaitre un curseur*/
.curseur {
fill:#EA6624;
stroke:#FFFFFF;
stroke-width:3;
}
/* pour faire disparaitre un curseur*/
.disparu {
fill:none;
stroke:none;
stroke-width:0;
}
</style>
<rect id="fond" x="0px" y="0px" class="fond" width="500px" height="250px"/>
<line class="ligne_grad" x1="173.634" y1="39.048" x2="426.921" y2="39.048"/>
<line class="ligne_grad" x1="173.634" y1="72.931" x2="426.921" y2="72.931"/>
<line class="ligne_grad" x1="173.634" y1="109.631" x2="426.921" y2="109.631"/>
<line class="ligne_grad" x1="173.634" y1="148.306" x2="426.921" y2="148.306"/>
<line class="ligne_grad" x1="174.24" y1="187.569" x2="427.527" y2="187.569"/>
<line class="ligne_grad" x1="174.24" y1="225.509" x2="427.527" y2="225.509"/>
 
<line id="un" class="graduation" x1="174.014" y1="35.51" x2="174.014" y2="231.756"/>
<line id="deux" class="graduation" x1="205.213" y1="34.51" x2="205.213" y2="230.756"/>
<line id="trois" class="graduation" x1="240.018" y1="34.51" x2="240.018" y2="230.756"/>
<line id="quatre" class="graduation" x1="268.941" y1="34.51" x2="268.941" y2="230.756"/>
<line id="six" class="graduation" x1="333.587" y1="33.51" x2="333.587" y2="229.756"/>
<line id="sept" class="graduation" x1="364.39" y1="34.51" x2="364.39" y2="230.756"/>
<line id="huit" class="graduation" x1="395.513" y1="34.51" x2="395.513" y2="230.756"/>
<line id="neuf" class="graduation" x1="427.156" y1="35.51" x2="427.156" y2="231.756"/>
 
<rect x="164.926" y="44.12" class="cache" width="283.204" height="23.061"/>
<rect x="165.562" y="77.292" class="cache" width="273.464" height="26.314"/>
<rect x="167.582" y="115.044" class="cache" width="268.614" height="28.484"/>
<rect x="167.589" y="194.397" class="cache" width="274.854" height="25.322"/>
<rect x="167.226" y="153.677" class="cache" width="272.464" height="29.293"/>
 
<line id="cinq" class="median" x1="301.5" y1="218.481" x2="301.5" y2="233.049"/>
<line class="median" x1="301.5" y1="180.033" x2="301.5" y2="195.11"/>
<line class="median" x1="301.5" y1="140.767" x2="301.5" y2="155.845"/>
<line class="median" x1="301.5" y1="102.091" x2="301.5" y2="117.17"/>
<line class="median" x1="301.5" y1="65.391" x2="301.5" y2="80.469"/>
<line class="median" x1="301.5" y1="31.509" x2="301.5" y2="46.588"/>
 
<circle id="ve_reaction_sol" class="disparu" cx="423.388" cy="40" r="11.504"/>
<circle id="ve_humidite_edaph" class="disparu" cx="176.68" cy="74.68" r="11.504"/>
<circle id="ve_texture_sol" class="disparu" cx="424.487" cy="110.868" r="11.504"/>
<circle id="ve_salinite" class="disparu" cx="425.141" cy="188.521" r="11.506"/>
<circle id="ve_mat_org_sol" class="disparu" cx="176.438" cy="225.271" r="11.504"/>
<circle id="ve_nutriments_sol" class="disparu" cx="176.997" cy="147.809" r="11.505"/>
 
<text transform="matrix(1 0 0 1 172.72 61.4976)" class="min_max">sec</text>
<text transform="matrix(1 0 0 1 172.72 98.3706)" class="min_max">argile</text>
<text transform="matrix(1 0 0 1 389.4495 98.3706)" class="min_max"> rochers</text>
<text transform="matrix(1 0 0 1 172.72 133.9976)" class="min_max">pauvre</text>
<text transform="matrix(1 0 0 1 405.5208 136.604)" class="min_max">riche</text>
<text transform="matrix(1 0 0 1 392.4573 63.1626)" class="min_max">humide</text>
<text transform="matrix(1 0 0 1 171.9666 29.1284)" class="min_max">acide</text>
<text transform="matrix(1 0 0 1 390.4397 27.6206)" class="min_max">basique</text>
<text transform="matrix(1 0 0 1 172.72 177.8887)" class="min_max">non-tolérant</text>
<text transform="matrix(1 0 0 1 372.3596 176.3809)" class="min_max">très tolérant</text>
<text transform="matrix(1 0 0 1 173.4744 211.0957)" class="min_max">pauvre</text>
<text transform="matrix(1 0 0 1 400.5208 212.7617)" class="min_max">riche</text>
 
<path class="cartouche" d="M161.519,39.522c0,6.582-5.336,11.919-11.918,11.919H22.469
c-6.582,0-11.919-5.337-11.919-11.919v-0.993c0-6.581,5.337-11.918,11.919-11.918h127.133c6.582,0,11.918,5.336,11.918,11.918
L161.519,39.522L161.519,39.522z"/>
<path class="cartouche" d="M161.519,75.279c0,6.581-5.336,11.919-11.918,11.919H22.469
c-6.582,0-11.919-5.337-11.919-11.919v-0.993c0-6.582,5.337-11.918,11.919-11.918h127.133c6.582,0,11.918,5.336,11.918,11.918
L161.519,75.279L161.519,75.279z"/>
<path class="cartouche" d="M161.519,112.026c0,6.582-5.336,11.918-11.918,11.918H22.469
c-6.582,0-11.919-5.336-11.919-11.918v-0.993c0-6.582,5.337-11.918,11.919-11.918h127.133c6.582,0,11.918,5.337,11.918,11.918
L161.519,112.026L161.519,112.026z"/>
<path class="cartouche" d="M161.519,148.774c0,6.582-5.336,11.92-11.918,11.92H22.469
c-6.582,0-11.919-5.338-11.919-11.92v-0.991c0-6.582,5.337-11.919,11.919-11.919h127.133c6.582,0,11.918,5.337,11.918,11.919
L161.519,148.774L161.519,148.774z"/>
<path class="cartouche" d="M161.519,185.524c0,6.582-5.336,11.918-11.918,11.918H22.469
c-6.582,0-11.919-5.336-11.919-11.918v-0.992c0-6.584,5.337-11.92,11.919-11.92h127.133c6.582,0,11.918,5.336,11.918,11.92
L161.519,185.524L161.519,185.524z"/>
<path class="cartouche" d="M161.519,223.267c0,6.582-5.336,11.918-11.918,11.918H22.469
c-6.582,0-11.919-5.336-11.919-11.918v-0.992c0-6.582,5.337-11.92,11.919-11.92h127.133c6.582,0,11.918,5.338,11.918,11.92
L161.519,223.267L161.519,223.267z"/>
<text transform="matrix(1 0 0 1 47.4924 152.5718)" class="titre" >Nutriments </text>
<text transform="matrix(1 0 0 1 59.2161 117.2817)" class="titre" >Texture </text>
<text transform="matrix(1 0 0 1 54.1917 80.3804)" class="titre" >Humidité </text>
<text transform="matrix(1 0 0 1 39.5261 43.6313)" class="titre" >Réaction (pH)</text>
<text transform="matrix(1 0 0 1 61.3074 188.9844)" class="titre" >Salinité</text>
<text transform="matrix(1 0 0 1 23.5935 226.4434)" class="titre" >Matière Organique</text>
 
 
</svg>
/branches/refact/services/presentations/images/graphiques/climat_min_max.svg
New file
0,0 → 1,133
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" id="graphique_climat" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" width="500px" height="180px" viewBox="0 0 500 180" enable-background="new 0 0 500 180" xml:space="preserve">
<style id="cssGraphique" type="text/css">
@CHARSET "UTF-8";
.fond {
fill:#F8F8F8;
}
.graduation, .lignes_grad {
fill:none;
stroke:#000000;
stroke-width:1.5;
stroke-dasharray:1,1;
}
.median {
fill:none;
stroke:#000000;
stroke-width:1.5;
}
.cartouche {
fill:#F8F8F8;
stroke:#000000;
stroke-width:1.5;
}
.cache {
fill:#F8F8F8;
}
.titre {
font-family:Arial;
font-size:13px;
}
.min_max {
font-family:Arial;
font-size:11px;
}
</style>
<rect x="0px" y="0px" id="fond" class="fond" width="500px" height="180px"/>
 
<line class="graduation" x1="183.897" y1="44.5" x2="183.897" y2="169.207"/>
<line class="graduation" x1="215.095" y1="46.081" x2="215.095" y2="169.207"/>
<line class="graduation" x1="245.902" y1="45.596" x2="245.902" y2="169.207"/>
<line class="graduation" x1="278.824" y1="45.596" x2="278.824" y2="169.207"/>
 
 
<line class="graduation" stroke="#000000" stroke-width="1.5" x1="310.939" y1="45.708" x2="310.939" y2="168.834"/>
<line class="graduation" stroke="#000000" stroke-width="1.5" x1="344.273" y1="45.375" x2="344.273" y2="168.5"/>
 
<line class="graduation" x1="374.273" y1="44.5" x2="374.273" y2="169.207"/>
<line class="graduation" x1="405.395" y1="44.5" x2="405.395" y2="169.207"/>
<line class="graduation" x1="437.033" y1="45.596" x2="437.033" y2="169.207"/>
<line class="graduation" x1="467.783" y1="45.596" x2="467.783" y2="169.207"/>
 
<rect x="181.794" y="53.104" class="cache" width="287.592" height="27.688"/>
<rect x="181.794" y="89.62" class="cache" width="290.717" height="30.47"/>
<rect x="181.794" y="128.62" class="cache" width="291.342" height="31.804"/>
 
<line class="lignes_grad" x1="183.517" y1="46.48" x2="468.617" y2="46.48"/>
<line class="lignes_grad" x1="183.517" y1="82.738" x2="469" y2="82.738"/>
<line class="lignes_grad" x1="183.517" y1="122.063" x2="468.5" y2="122.063"/>
<line class="lignes_grad" x1="183.517" y1="161.738" x2="469" y2="161.738"/>
 
<text transform="matrix(1 0 0 1 182.6033 71.9297)" class="min_max">sec </text>
<text transform="matrix(0.9133 0 0 1 182.6033 109.7148)" class="min_max"> froid</text>
<text transform="matrix(0.9133 0 0 1 429.8201 109.7148)" class="min_max"> chaud</text>
<text transform="matrix(1 0 0 1 182.6033 150.0361)" class="min_max">marin</text>
<text transform="matrix(1 0 0 1 409.4207 150.0361)" class="min_max">continental</text>
<text transform="matrix(1 0 0 1 427.3406 72.5947)" class="min_max">humide</text>
<text transform="matrix(1 0 0 1 183.8499 37.5605)" class="min_max">ombre</text>
<text transform="matrix(1 0 0 1 427.3484 36.0527)" class="min_max">lumière</text>
 
<path class="cartouche" d="M171.403,44.955c0,6.582-5.337,11.918-11.919,11.918H32.352
c-6.582,0-11.919-5.336-11.919-11.918v-0.993c0-6.582,5.337-11.919,11.919-11.919h127.132c6.582,0,11.919,5.337,11.919,11.919
V44.955L171.403,44.955z"/>
<path class="cartouche" d="M171.403,80.71c0,6.582-5.337,11.919-11.919,11.919H32.352
c-6.582,0-11.919-5.337-11.919-11.919v-0.993c0-6.582,5.337-11.918,11.919-11.918h127.132c6.582,0,11.919,5.336,11.919,11.918V80.71
L171.403,80.71z"/>
<path class="cartouche" d="M171.403,117.459c0,6.583-5.337,11.92-11.919,11.92H32.352
c-6.582,0-11.919-5.337-11.919-11.92v-0.992c0-6.582,5.337-11.919,11.919-11.919h127.132c6.582,0,11.919,5.337,11.919,11.919
V117.459L171.403,117.459z"/>
<path class="cartouche" d="M171.403,154.209c0,6.582-5.337,11.918-11.919,11.918H32.352
c-6.582,0-11.919-5.336-11.919-11.918v-0.993c0-6.582,5.337-11.919,11.919-11.919h127.132c6.582,0,11.919,5.337,11.919,11.919
V154.209L171.403,154.209z"/>
<text transform="matrix(1 0 0 1 55.2629 158.0039)" class="titre"> Continentalité </text>
<text transform="matrix(1 0 0 1 58.7502 120.7275)" class="titre"> Temperature </text>
<text transform="matrix(1 0 0 1 29.3655 84.374)" font-family="Arial" font-size="11px"> Humidité Atmosphérique </text>
<text transform="matrix(1 0 0 1 72.6628 49.0635)" class="titre"> Lumière </text>
 
<!-- ne pas separer le style pour les rectangles -->
<rect id="un_ve_humidite_atmos" x="183.573" y="76.5" fill="none" width="31.198" height="5"/>
<rect id="deux_ve_humidite_atmos" x="214.771" y="76.5" fill="none" width="30.812" height="5"/>
<rect id="trois_ve_humidite_atmos" x="245.577" y="76.5" fill="none" width="32.923" height="5"/>
<rect id="quatre_ve_humidite_atmos" x="278.5" y="76.5" fill="none" width="32.443" height="5"/>
<rect id="cinq_ve_humidite_atmos" x="310.948" y="76.5" fill="none" width="33" height="5"/>
<rect id="six_ve_humidite_atmos" x="343.948" y="76.5" fill="none" width="30" height="5"/>
<rect id="sept_ve_humidite_atmos" x="373.948" y="76.5" fill="none" width="31.122" height="5"/>
<rect id="huit_ve_humidite_atmos" x="405.071" y="76.5" fill="none" width="31.646" height="5"/>
<rect id="neuf_ve_humidite_atmos" x="436.52" y="76.5" fill="none" width="31.644" height="5"/>
<rect id="un_ve_lumiere" x="183.897" y="40" fill="none" width="31.198" height="5"/>
<rect id="deux_ve_lumiere" x="215.095" y="40" fill="none" width="30.807" height="5"/>
<rect id="trois_ve_lumiere" x="245.902" y="40" fill="none" width="32.928" height="5"/>
<rect id="quatre_ve_lumiere" x="278.824" y="40" fill="none" width="32.443" height="5"/>
<rect id="cinq_ve_lumiere" x="311.273" y="40" fill="none" width="33" height="5"/>
<rect id="six_ve_lumiere" x="344.273" y="40" fill="none" width="30" height="5"/>
<rect id="sept_ve_lumiere" x="374.273" y="40" fill="none" width="31.122" height="5"/>
<rect id="huit_ve_lumiere" x="405.395" y="40" fill="none" width="31.644" height="5"/>
<rect id="neuf_ve_lumiere" x="437.02" y="40" fill="none" width="31.644" height="5"/>
<rect id="un_ve_temperature" x="184.124" y="115.5" fill="none" width="31.193" height="5"/>
<rect id="deux_ve_temperature" x="215.323" y="115.5" fill="none" width="30.811" height="5"/>
<rect id="trois_ve_temperature" x="246.129" y="115.5" fill="none" width="32.924" height="5"/>
<rect id="quatre_ve_temperature" x="279.052" y="115.5" fill="none" width="32.447" height="5"/>
<rect id="cinq_ve_temperature" x="311.5" y="115.5" fill="none" width="33" height="5"/>
<rect id="six_ve_temperature" x="344.5" y="115.5" fill="none" width="30" height="5"/>
<rect id="sept_ve_temperature" x="374.5" y="115.5" fill="none" width="31.118" height="5"/>
<rect id="huit_ve_temperature" x="405.618" y="115.5" fill="none" width="31.646" height="5"/>
<rect id="neuf_ve_temperature" x="437.52" y="115.5" fill="none" width="31.644" height="5"/>
<rect id="un_ve_continentalite" x="184.124" y="155.5" fill="none" width="31.193" height="5"/>
<rect id="deux_ve_continentalite" x="215.323" y="155.5" fill="none" width="30.811" height="5"/>
<rect id="trois_ve_continentalite" x="246.129" y="155.5" fill="none" width="32.924" height="5"/>
<rect id="quatre_ve_continentalite" x="279.052" y="155.5" fill="none" width="32.447" height="5"/>
<rect id="cinq_ve_continentalite" x="311.5" y="155.5" fill="none" width="33" height="5"/>
<rect id="six_ve_continentalite" x="344.5" y="155.5" fill="none" width="30" height="5"/>
<rect id="sept_ve_continentalite" x="374.5" y="155.5" fill="none" width="31.118" height="5"/>
<rect id="huit_ve_continentalite" x="405.618" y="155.5" fill="none" width="31.646" height="5"/>
<rect id="neuf_ve_continentalite" x="437.52" y="155.5" fill="none" width="31.644" height="5"/>
</svg>
/branches/refact/services/tests/0.1/bibliobota/PublicationsTest.php
New file
0,0 → 1,33
<?php
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
 
class PublicationsTest extends ServiceEflorePhpUnit {
public function __construct() {
$this->projet = 'bibliobota';
$this->service = 'publications';
}
public function testObtenirPublicationSansMasqueTaxon() {
$ressources = array();
$parametres = array();
$retour = $this->consulterJson($ressources, $parametres);
$this->assertEquals('', $retour['entete']['masque'], 'Valeur entete > ""');
$this->assertSame(29689, $retour['entete']['total'], 'Valeur entete > total = 29689');
$this->assertArrayHasKey(463, $retour['resultats'], "Absence du résultat 463 attendu");
$this->assertArrayHasKey('href.suivant', $retour['entete'], "Absence de lien href suivant attendu");
}
public function testObtenirPublication() {
$ressources = array();
$parametres = array('masque.taxon' => 'Acer monspessulanum');
$retour = $this->consulterJson($ressources, $parametres);
$this->assertEquals('masque.taxon=Acer monspessulanum', $retour['entete']['masque'], 'Valeur entete > masque.taxon=Acer monspessulanum');
$this->assertSame(4, $retour['entete']['total'], 'Valeur entete > total = 4');
$this->assertArrayHasKey(21991, $retour['resultats'], "Absence du résultat 21991 attendu");
$this->assertArrayNotHasKey('href.suivant', $retour['entete'], "Le lien href suivant est présent alors qu'il ne devrait pas");
}
}
?>
/branches/refact/services/tests/0.1/wikipedia/WikipediaTexteTest.php
New file
0,0 → 1,59
<?php
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
 
class WikipediaTest extends ServiceEflorePhpUnit {
public function __construct() {
$this->projet = 'wikipedia';
$this->service = 'textes';
}
public function testPageComplete() {
$ressources = array('Viola_alba');
$parametres = array('txt.format'=> 'htm');
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertEquals("Violette blanche", $retour['titre'], "Le titre n'est pas celui attendu. Voir : $url");
$this->assertArrayHasKey('id', $retour, "Le json ne contient pas d'attribut : id. Voir : $url");
$this->assertArrayHasKey('titre', $retour, "Le json ne contient pas d'attribut : titre. Voir : $url");
$this->assertArrayHasKey('texte', $retour, "Le json ne contient pas d'attribut : texte. Voir : $url");
$this->assertEquals("<table align=\"right\" rules=\"all\" cellpadding=\"3\"", substr($retour['texte'], 0, 48), "Le titre n'est pas celui attendu. Voir : $url");
 
$this->assertArrayHasKey('mime', $retour, "Le json ne contient pas d'attribut : mime. Voir : $url");
$this->assertArrayHasKey('href', $retour, "Le json ne contient pas d'attribut : href. Voir : $url");
}
public function testDescription() {
$ressources = array('Viola_alba');
$parametres = array('txt.format'=> 'htm',
'txt.section.titre' => 'Description');
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('id', $retour, "Le json ne contient pas d'attribut : id. Voir : $url");
$this->assertArrayHasKey('titre', $retour, "Le json ne contient pas d'attribut : titre. Voir : $url");
$this->assertEquals("Violette blanche", $retour['titre'], "Le titre n'est pas celui attendu. Voir : $url");
$this->assertArrayHasKey('texte', $retour, "Le json ne contient pas d'attribut : texte. Voir : $url");
$this->assertEquals("<p>C'est une espèce ", substr($retour['texte'], 0, 21), "Le texte n'est pas celui attendu. Voir : $url");
}
public function testCaracteristiques() {
$ressources = array('Viola_alba');
$parametres = array('txt.format'=> 'htm',
'txt.section.titre' => 'Caractéristiques');
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertEquals("Violette blanche", $retour['titre'], "Le titre n'est pas celui attendu. Voir : $url");
$this->assertArrayHasKey('texte', $retour, "Le json ne contient pas d'attribut : texte. Voir : $url");
$debut_chara = '<ul>
<li>organes repr';
$this->assertEquals($debut_chara, trim(substr($retour['texte'], 0, 21)), "Le texte n'est pas celui attendu. Voir : $url");
}
}
 
?>
/branches/refact/services/tests/0.1/bdtfx/BdtfxNomsTest.php
New file
0,0 → 1,289
<?php
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
 
class BdtfxNomsTest extends ServiceEflorePhpUnit {
 
public function __construct() {
$this->projet = 'bdtfx';
$this->service = 'noms';
}
 
public function testVersionPrecise() {
$ressources = array();
$parametres = array('version.projet' => '1.01');
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
 
$this->assertArrayHasKey('entete', $retour, "Le json ne contient pas d'attribut : entete. Voir : $url");
$this->assertArrayHasKey('resultat', $retour, "Le json ne contient pas d'attribut : resultat. Voir : $url");
}
 
public function testNomsIdVersionMultiple() {
$ressources = array('71711');
$parametres = array('version.projet' => '*');
$url = $this->creerUrl($ressources, $parametres);
 
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('bdtfx_v1_01', $retour, "Le json ne contient pas d'attribut : bdtfx_v1_01.\nVoir : $url");
$this->assertArrayHasKey('bdtfx_v1_02', $retour, "Le json ne contient pas d'attribut : bdtfx_v1_02.\nVoir : $url");
$this->assertEquals('71711', $retour['bdtfx_v1_01']['id'], "'bdtfx_v1_01' doit contenir un attribut 'id' avec la valeur '71711'");
$this->assertEquals('71711', $retour['bdtfx_v1_02']['id'], "'bdtfx_v1_02' doit contenir un attribut 'id' avec la valeur '71711'");
}
 
public function testNomsVersionMultiple() {
$ressources = array();
$parametres = array('version.projet' => '*');
$url = $this->creerUrl($ressources, $parametres);
 
$retour = $this->consulterBrut($ressources, $parametres);
 
$attendu = "L'affichage de plusieurs versions ne fonctionne que pour les ressources de type /ressources/#id";
$message = "L'url :\n'$url'\n doit retourner un résultat de la forme :\n $attendu";
$this->assertEquals($attendu, $retour, $message);
}
 
public function testVersionInexistante() {
$ressources = array();
$parametres = array('version.projet' => '99.00');
$url = $this->creerUrl($ressources, $parametres);
 
$retour = $this->consulterBrut($ressources, $parametres);
 
$attendu = 'La requête SQL formée comporte une erreur!';
$message = "L'url :\n'$url'\n doit retourner un résultat de la forme :\n $attendu";
$this->assertEquals($attendu, $retour, $message);
}
 
public function testRechercheStricte() {
$ressources = array();
$parametres = array(
'version.projet' => '1.01',
'recherche' => 'stricte',
'masque' => 'Acer');
$url = $this->creerUrl($ressources, $parametres);
 
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('entete', $retour, "Le json ne contient pas d'attribut : entete. Voir : $url");
$this->assertArrayHasKey('resultat', $retour, "Le json ne contient pas d'attribut : resultat. Voir : $url");
$this->assertEquals('1', $retour['entete']['total'], "L'attribut 'total' de l'entête devrait valoir 1. Voir : $url");
$this->assertEquals(1, count($retour['resultat']), "Le résultat devrait contenir une seule donnée. Voir : $url");
}
 
public function testResultatChamps() {
$ressources = array();
$parametres = array(
'version.projet' => '1.01',
'recherche' => 'stricte',
'masque.nn' => '182');
$url = $this->creerUrl($ressources, $parametres);
 
$retour = $this->consulterJson($ressources, $parametres);
 
$this->assertArrayHasKey('resultat', $retour, "Le json ne contient pas d'attribut : resultat. Voir : $url");
$this->assertEquals(1, count($retour['resultat']), "Le résultat devrait contenir une seule donnée. Voir : $url");
$this->assertArrayNotHasKey('id', $retour['resultat']['182'], "Le tableau du résultat 182 ne doit pas contenir un champ 'id'. Voir : $url");
$this->assertArrayHasKey('retenu', $retour['resultat']['182'], "Le tableau du résultat 182 doit contenir un champ 'id'. Voir : $url");
$this->assertEquals('true', $retour['resultat']['182']['retenu'], "Le tableau du résultat 182 doit contenir un champ 'retenu' avec pour valeur 'true'. Voir : $url");
$this->assertArrayHasKey('nom_sci', $retour['resultat']['182'], "Le tableau du résultat 182 doit contenir un champ 'nom_sci'. Voir : $url");
$this->assertEquals('Acer monspessulanum', $retour['resultat']['182']['nom_sci'], "Le tableau du résultat 182 doit contenir un champ 'nom_sci' avec pour valeur 'Acer monspessulanum'. Voir : $url");
}
 
public function testMasqueSg() {
$ressources = array();
$parametres = array(
'version.projet' => '1.01',
'recherche' => 'stricte',
'masque.sg' => 'Asteraceae');
$url = $this->creerUrl($ressources, $parametres);
 
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('entete', $retour, "Le json ne contient pas d'attribut : entete. Voir : $url");
$this->assertEquals('nom_supra_generique=Asteraceae', $retour['entete']['masque'], "L'attribut 'masque' de l'entête devrait valoir 'nom_supra_generique=Asteraceae'. Voir : $url");
$this->assertArrayHasKey('resultat', $retour, "Le json ne contient pas d'attribut : resultat. Voir : $url");
$this->assertEquals('1', $retour['entete']['total'], "L'attribut 'total' de l'entête devrait valoir 1. Voir : $url");
$this->assertEquals(1, count($retour['resultat']), "Le résultat devrait contenir une seule donnée. Voir : $url");
}
 
public function testMasqueGenSpSspAuAn() {
$ressources = array();
$parametres = array(
'version.projet' => '1.01',
'recherche' => 'stricte',
'masque.gen' => 'Allium',
'masque.sp' => 'carinatum',
'masque.ssp' => 'consimile',
'masque.au' => 'Gren.',
'masque.an' => '1855');
$url = $this->creerUrl($ressources, $parametres);
 
$retour = $this->consulterJson($ressources, $parametres);
 
$this->assertArrayHasKey('entete', $retour, "Le json ne contient pas d'attribut : entete. Voir : $url");
 
$masque = 'genre=Allium&epithete_sp=carinatum&epithete_infra_sp=consimile&auteur=Gren.&annee=1855';
$message = "L'attribut 'masque' de l'entête devrait valoir '$masque'. Voir : $url";
$this->assertEquals($masque, $retour['entete']['masque'], $message);
 
$this->assertArrayHasKey('resultat', $retour, "Le json ne contient pas d'attribut : resultat. Voir : $url");
$this->assertEquals('1', $retour['entete']['total'], "L'attribut 'total' de l'entête devrait valoir 1. Voir : $url");
$this->assertEquals(1, count($retour['resultat']), "Le résultat devrait contenir une seule donnée. Voir : $url");
}
 
public function testMasqueNn() {
$ressources = array();
$parametres = array(
'version.projet' => '1.01',
'recherche' => 'stricte',
'masque.nn' => '182');
$url = $this->creerUrl($ressources, $parametres);
 
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('entete', $retour, "Le json ne contient pas d'attribut : entete. Voir : $url");
$masque = 'num_nom=182';
$message = "L'attribut 'masque' de l'entête devrait valoir '$masque'. Voir : $url";
$this->assertEquals($masque, $retour['entete']['masque'], $message);
$this->assertEquals('1', $retour['entete']['total'], "L'attribut 'total' de l'entête devrait valoir 1. Voir : $url");
 
$this->assertArrayHasKey('resultat', $retour, "Le json ne contient pas d'attribut : resultat. Voir : $url");
$this->assertEquals(1, count($retour['resultat']), "Le résultat devrait contenir une seule donnée. Voir : $url");
$this->assertArrayNotHasKey('id', $retour['resultat']['182'], "Le tableau du résultat 182 doit contenir un champ 'id'. Voir : $url");
}
 
public function testMasqueRg() {
$ressources = array();
$parametres = array(
'version.projet' => '1.01',
'recherche' => 'stricte',
'masque.rg' => '180');
$url = $this->creerUrl($ressources, $parametres);
 
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('entete', $retour, "Le json ne contient pas d'attribut : entete. Voir : $url");
$masque = 'rang=180';
$message = "L'attribut 'masque' de l'entête devrait valoir '$masque'. Voir : $url";
$this->assertEquals($masque, $retour['entete']['masque'], $message);
$this->assertEquals('210', $retour['entete']['total'], "L'attribut 'total' de l'entête devrait valoir 210. Voir : $url");
}
 
public function testNsStructureTxt() {
$ressources = array();
$parametres = array(
'version.projet' => '1.01',
'recherche' => 'stricte',
'masque.nn' => '182',
'ns.format' => 'txt',
'ns.structure' => 'au,an,bib,ad');
$url = $this->creerUrl($ressources, $parametres);
 
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('entete', $retour, "Le json ne contient pas d'attribut : entete. Voir : $url");
$masque = 'num_nom=182';
$message = "L'attribut 'masque' de l'entête devrait valoir '$masque'. Voir : $url";
$this->assertEquals($masque, $retour['entete']['masque'], $message);
$this->assertEquals('1', $retour['entete']['total'], "L'attribut 'total' de l'entête devrait valoir 1. Voir : $url");
 
$this->assertArrayHasKey('resultat', $retour, "Le json ne contient pas d'attribut : resultat. Voir : $url");
$this->assertEquals('Acer monspessulanum L. [1753, Sp. Pl., éd. 1 : 1056]', $retour['resultat']['182']['nom_sci_complet'], "Le tableau du résultat 182 doit contenir un champ 'nom_sci' avec pour valeur 'Acer monspessulanum'. Voir : $url");
}
 
public function testNsStructureHtml() {
$ressources = array();
$parametres = array(
'version.projet' => '1.01',
'recherche' => 'stricte',
'masque.nn' => '182',
'ns.format' => 'htm',
'ns.structure' => 'au,an,bib,ad');
$url = $this->creerUrl($ressources, $parametres);
 
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('entete', $retour, "Le json ne contient pas d'attribut : entete. Voir : $url");
$masque = 'num_nom=182';
$message = "L'attribut 'masque' de l'entête devrait valoir '$masque'. Voir : $url";
$this->assertEquals($masque, $retour['entete']['masque'], $message);
$this->assertEquals('1', $retour['entete']['total'], "L'attribut 'total' de l'entête devrait valoir 1. Voir : $url");
 
$this->assertArrayHasKey('resultat', $retour, "Le json ne contient pas d'attribut : resultat.\nVoir : $url");
$attendu = '<span class="sci"><span class="gen">Acer</span> <span class="sp">monspessulanum</span></span> <span class="auteur">L.</span> [<span class="annee">1753</span>, <span class="biblio">Sp. Pl., éd. 1 : 1056</span>]';
$message = "Le tableau du résultat 182 doit contenir un champ 'nom_sci' avec pour valeur '$attendu'. Voir : $url";
$this->assertEquals($attendu, $retour['resultat']['182']['nom_sci_complet'], $message);
}
 
public function testListeNomsAvecParametreRetourChamps() {
$ressources = array();
$parametres = array('version.projet' => '1.01',
'masque' => 'acer',
'retour.champs' => 'auteur,nom_retenu.*');
 
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('auteur', $retour['resultat']['83587']);
$this->assertArrayHasKey('nom_retenu.id', $retour['resultat']['83587']);
$this->assertArrayHasKey('nom_retenu.href', $retour['resultat']['83587']);
$this->assertArrayNotHasKey('nom_retenu', $retour['resultat']['83587']);
}
 
public function testNomsIdAvecParametreRetourChamps() {
$ressources = array(1);
$parametres = array('version.projet' => '1.01',
'retour.champs' => 'nom_retenu.*');
 
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('nom_retenu.id', $retour);
$this->assertArrayHasKey('nom_retenu.href', $retour);
$this->assertArrayNotHasKey('nom_retenu', $retour);
$this->assertArrayNotHasKey('auteur', $retour);
}
 
public function testListeNomAvecParametreNsStructureAuAnBibAd() {
$ressources = array();
$parametres = array('version.projet' => '1.01',
'masque.nn' => '39607',
'ns.structure' => 'au,an,bib,ad');
 
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('resultat', $retour);
$this->assertArrayHasKey('39607', $retour['resultat']);
$this->assertArrayHasKey('nom_sci', $retour['resultat']['39607']);
$nomSciTxt = 'Lolium annuum Gilib. [1792, Exercit. Phytol., 2 : 520] [nom. invalid.]';
$this->assertEquals($nomSciTxt, $retour['resultat']['39607']['nom_sci_complet']);
}
 
public function testListeNomAvecParametreNsStructureAuAnBibAdEtNsFormatHtm() {
$ressources = array();
$parametres = array('version.projet' => '1.01',
'masque.nn' => '39607',
'ns.structure' => 'au,an,bib,ad',
'ns.format' => 'htm');
 
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('entete', $retour);
$this->assertArrayHasKey('masque', $retour['entete']);
$this->assertEquals('num_nom=39607', $retour['entete']['masque']);
 
$this->assertArrayHasKey('resultat', $retour);
$this->assertArrayHasKey('39607', $retour['resultat']);
$this->assertArrayHasKey('nom_sci', $retour['resultat']['39607']);
$nomSciHtml = "<span class=\"sci\"><span class=\"gen\">Lolium</span> <span class=\"sp\">annuum</span></span> <span class=\"auteur\">Gilib.</span> [<span class=\"annee\">1792</span>, <span class=\"biblio\">Exercit. Phytol., 2 : 520</span>] [<span class=\"adendum\">nom. invalid.</span>]";
$this->assertEquals($nomSciHtml, $retour['resultat']['39607']['nom_sci_complet']);
}
public function testListeNomAvecParametreRetourChamps() {
$ressources = array();
$parametres = array('version.projet' => '1.01',
'masque.nn' => '39607',
'retour.champs' => 'rang,auteur');
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('entete', $retour);
$this->assertArrayHasKey('masque', $retour['entete']);
$this->assertEquals('num_nom=39607', $retour['entete']['masque']);
$this->assertArrayHasKey('resultat', $retour);
$this->assertArrayHasKey('39607', $retour['resultat']);
$this->assertArrayHasKey('rang.libelle', $retour['resultat']['39607']);
$this->assertEquals('Espèce', $retour['resultat']['39607']['rang.libelle']);
$this->assertArrayHasKey('auteur', $retour['resultat']['39607']);
$this->assertEquals('Gilib.', $retour['resultat']['39607']['auteur']);
}
}
?>
/branches/refact/services/tests/0.1/bdtfx/BdtfxTaxonsTest.php
New file
0,0 → 1,124
<?php
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
 
class BdtfxTaxonsTest extends ServiceEflorePhpUnit {
 
public function __construct() {
$this->projet = 'bdtfx';
$this->service = 'taxons';
}
 
public function testVersionPrecise() {
$ressources = array();
$parametres = array('version.projet' => '1.01');
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
 
$this->assertArrayHasKey('entete', $retour, "Le json ne contient pas d'attribut : entete. Voir : $url");
$this->assertArrayHasKey('resultat', $retour, "Le json ne contient pas d'attribut : resultat. Voir : $url");
}
 
public function testNomsIdVersionMultiple() {
$ressources = array('182');
$parametres = array('version.projet' => '*');
$url = $this->creerUrl($ressources, $parametres);
 
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('bdtfx_v1_01', $retour, "Le json ne contient pas d'attribut : bdtfx_v1_01.\nVoir : $url");
$this->assertArrayHasKey('bdtfx_v1_02', $retour, "Le json ne contient pas d'attribut : bdtfx_v1_02.\nVoir : $url");
$this->assertEquals('182', $retour['bdtfx_v1_01']['id'], "'bdtfx_v1_01' doit contenir un attribut 'id' avec la valeur '182'");
$this->assertEquals('182', $retour['bdtfx_v1_02']['id'], "'bdtfx_v1_02' doit contenir un attribut 'id' avec la valeur '182'");
}
 
public function testNomsVersionMultiple() {
$ressources = array();
$parametres = array('version.projet' => '*');
$url = $this->creerUrl($ressources, $parametres);
 
$retour = $this->consulterBrut($ressources, $parametres);
 
$attendu = "L'affichage de plusieurs versions ne fonctionne que pour les ressources de type /ressources/#id";
$message = "L'url :\n'$url'\n doit retourner un résultat de la forme :\n $attendu";
$this->assertEquals($attendu, $retour, $message);
}
 
public function testVersionInexistante() {
$ressources = array();
$parametres = array('version.projet' => '99.00');
$url = $this->creerUrl($ressources, $parametres);
 
$retour = $this->consulterBrut($ressources, $parametres);
 
$attendu = 'La requête SQL formée comporte une erreur!';
$message = "L'url :\n'$url'\n doit retourner un résultat de la forme :\n $attendu";
$this->assertEquals($attendu, $retour, $message);
}
 
public function testRechercheStricte() {
$ressources = array();
$parametres = array(
'version.projet' => '1.01',
'recherche' => 'stricte',
'masque' => 'Acer');
$url = $this->creerUrl($ressources, $parametres);
 
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('entete', $retour, "Le json ne contient pas d'attribut : entete. Voir : $url");
$this->assertArrayHasKey('resultat', $retour, "Le json ne contient pas d'attribut : resultat. Voir : $url");
$this->assertEquals('1', $retour['entete']['total'], "L'attribut 'total' de l'entête devrait valoir 1. Voir : $url");
$this->assertEquals(1, count($retour['resultat']), "Le résultat devrait contenir une seule donnée. Voir : $url");
}
 
public function testRechercheEtendue() {
$ressources = array();
$parametres = array(
'version.projet' => '1.01',
'recherche' => 'etendue',
'masque' => 'Acer');
$url = $this->creerUrl($ressources, $parametres);
 
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('entete', $retour, "Le json ne contient pas d'attribut : entete. Voir : $url");
$this->assertArrayHasKey('resultat', $retour, "Le json ne contient pas d'attribut : resultat. Voir : $url");
$this->assertEquals('50', $retour['entete']['total'], "L'attribut total de l'entête devrait valoir 50. Voir : $url");
$this->assertEquals(50, count($retour['resultat']), "Le résultat devrait contenir 50 données. Voir : $url");
}
 
public function testRechercheFloue() {
$ressources = array();
$parametres = array(
'version.projet' => '1.01',
'recherche' => 'floue',
'masque' => 'Acer');
$url = $this->creerUrl($ressources, $parametres);
 
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('entete', $retour, "Le json ne contient pas d'attribut : entete. Voir : $url");
$this->assertArrayHasKey('resultat', $retour, "Le json ne contient pas d'attribut : resultat. Voir : $url");
$this->assertEquals('4', $retour['entete']['total'], "L'attribut total de l'entête devrait valoir 4. Voir : $url");
$this->assertEquals(4, count($retour['resultat']), "Le résultat devrait contenir 4 données. Voir : $url");
}
public function testTaxonsInf() {
$ressources = array('13609', 'relations', 'inferieurs');
$parametres = array();
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('13609', $retour, "Le json ne contient pas le num tax en indice. Voir : $url");
$this->assertEquals('2', count($retour['13609']), "Le json ne contient pas le nom de taxons inf attendu. Voir : $url");
$this->assertEquals("Carex cuprina var. cuprina", $retour['13609']['13610']['nom_sci'], "Le json ne contient pas les 1er taxon inf attendu. Voir : $url");
}
public function testTaxonsSup() {
$ressources = array('13609', 'relations', 'superieurs');
$parametres = array();
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('13609', $retour, "Le json ne contient pas le num tax en indice. Voir : $url");
$this->assertEquals('14', count($retour['13609']), "Le json ne contient pas le nom de taxons inf attendu. Voir : $url");
$this->assertEquals("Chlorobiontes", $retour['13609']['101140']['nom_sci'], "Le json ne contient pas les 1er taxon inf attendu. Voir : $url");
}
}
?>
/branches/refact/services/tests/0.1/iso-639-1/Iso6391LanguesTest.php
New file
0,0 → 1,22
<?php
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
 
class Iso6391LanguesTest extends ServiceEflorePhpUnit {
 
public function __construct() {
$this->projet = 'iso-639-1';
$this->service = 'langues';
}
 
public function testValeurChampPrecis() {
$ressources = array('fr', 'nom');
$parametres = array();
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('id', $retour, "Le json ne contient pas d'attribut : id. Voir : $url");
$this->assertEquals('fr', $retour['id'], "L'attribut 'id' devrait avoir la valeur 'fr'. Voir : $url");
$this->assertArrayHasKey('nom.fr', $retour, "Le json ne contient pas d'attribut : nom.fr. Voir : $url");
$this->assertEquals('Français', $retour['nom.fr'], "L'attribut 'nom.fr' devrait avoir la valeur 'Français'. Voir : $url");
}
}
?>
/branches/refact/services/tests/0.1/ServiceEflorePhpUnit.php
New file
0,0 → 1,156
<?php
// declare(encoding='UTF-8');
/**
* Classe contenant des méthodes :
* - d'intialisation des tests,
* - refactorisant le code des tests,
* - facilitant les tests.
*
* @category php 5.3
* @package Tests/Services
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright Copyright (c) 2011, Tela Botanica (accueil@tela-botanica.org)
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
* @version $Id$
*/
abstract class ServiceEflorePhpUnit extends PHPUnit_Framework_TestCase {
 
/** Définir la valeur de cet attribut dans le constructeur de la classe de test.*/
protected $projet = '';
/** Définir la valeur de cet attribut dans le constructeur de la classe de test.*/
protected $service = '';
 
//+------------------------------------------------------------------------------------------------------+
// Intialisation
 
public static function setUpBeforeClass() {
error_reporting(E_ALL);
 
self::chargerFramework();
 
// Enregistrement en première position des autoload de la méthode gérant les classes des services
spl_autoload_register(array(get_class(), 'chargerClasseAuto'));
}
 
public static function chargerClasseAuto($classe) {
if (class_exists($classe)) {
return null;
}
$cheminBase = realpath(__DIR__.'/../../modules/0.1').'/';
$cheminsTests = __DIR__.'/';
$chemins = array($cheminBase, $cheminsTests);
foreach ($chemins as $chemin) {
$chemin = $chemin.$classe.'.php';
if (file_exists($chemin)) {
require_once $chemin;
}
}
}
 
private static function chargerFramework() {
$cheminRacine = realpath(dirname(__FILE__).'/../..').'/';
$framework = $cheminRacine.'framework.php';
if (!file_exists($framework)) {
$e = "Veuillez paramétrer l'emplacement et la version du Framework dans le fichier $framework";
trigger_error($e, E_USER_ERROR);
} else {
// Inclusion du Framework
require_once $framework;
 
// Ajout d'information concernant cette application
Framework::setCheminAppli($cheminRacine);// Obligatoire
}
}
 
//+------------------------------------------------------------------------------------------------------+
// Refactorisation
protected function consulterJson($ressources, $parametres) {
$retourJson = $this->consulterBrut($ressources, $parametres);
$retour = json_decode($retourJson, true);
$url = $this->creerUrl($ressources, $parametres);
$this->assertEquals(JSON_ERROR_NONE, json_last_error(), "Le json contient des erreurs qui bloquent le décodage. Voir : $url\n".print_r($retourJson, true));
return $retour;
}
 
protected function consulterBrut($ressources, $parametres) {
array_unshift($ressources, $this->service);
array_unshift($ressources, $this->projet);
$projets = new Projets();
$retourJson = $projets->consulter($ressources, $parametres);
return $retourJson;
}
 
protected function creerUrl($ressources, $parametres) {
$version = '';
$ressourcesUrl = array();
foreach ($ressources as $ressource) {
$ressourcesUrl[] = $ressource;
}
$ressourcesUrl = count($ressourcesUrl) > 0 ? '/'.implode('/', $ressourcesUrl) : '';
 
$parametresUrl = '';
if (count($parametres) > 0) {
foreach ($parametres as $cle => $valeur) {
$parametresUrl[] = $cle.'='.rawurlencode($valeur);
}
$parametresUrl = '?'.implode('&', $parametresUrl);
}
 
$url = Config::get('url_service').'/'.$version.$this->service.$ressourcesUrl.$parametresUrl;
return $url;
}
 
//+------------------------------------------------------------------------------------------------------+
// Méthodes facilitant les tests
 
/**
* Récupère un bouchon de classe abstraite.
* Comment l'utiliser :
* $classeAstraite = $this->getClasseAbstraite('MaClasse', array('param1', 'param2'));
* $foo = $classeAstraite->methodeConcretePublique();
*
* @param String $classeNom Le nom de la classe
* @param Array $parametres Les paramètres à passer au constructeur.
* @return Object Le bouchon de la classe abstraite
*/
public function getClasseAbstraite($classeNom, Array $parametres) {
$efloreScript = $this->getMockForAbstractClass($classeNom, $parametres);
return $efloreScript;
}
 
/**
* Récupère une méthode privée d'une classe pour tester/documenter.
* Comment l'utiliser :
* MyClass->foo():
* $cls = new MyClass();
* $foo = self::getPrivateMethode($cls, 'foo');
* $foo->invoke($cls, $...);
*
* @param object $objet Une instance de votre classe
* @param string $methode Le nom de la méthode private
* @return ReflectionMethod La méthode demandée
*/
public static function getMethodePrivee($objet, $nomMethode) {
$classe = new ReflectionClass($objet);
$methode = $classe->getMethod($nomMethode);
$methode->setAccessible(true);
return $methode;
}
 
/**
* Récupère une méthode protégée d'une classe pour tester/documenter.
* Comment l'utiliser :
* MyClass->foo():
* $cls = new MyClass();
* $foo = self::getProtectedMethode($cls, 'foo');
* $foo->invoke($cls, $...);
* @param object $objet Une instance de votre classe
* @param string $methode Le nom de la méthode protected
* @return ReflectionMethod La méthode demandée
*/
public static function getMethodeProtegee($objet, $nomMethode) {
return self::getMethodePrivee($objet, $nomMethode);
}
}
?>
/branches/refact/services/tests/0.1/baseveg/SyntaxonsTest.php
New file
0,0 → 1,312
<?php
 
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
 
class SyntaxonsTest extends ServiceEflorePhpUnit {
public function __construct() {
$this->projet = 'baseveg';
$this->service = 'syntaxons';
}
//++ ------------------------------------Test des ressources -----------------------------++
//la ressource demandée est t elle connue ?
public function testRessourceInconnue() {
$ressourcesList = array(
array('inconnue'),
array('code:07-2.0.1.0.1-08'),
array('relations'),
array('cle:bgwsd'),
array('cle:5','relations'),
array('cle:5','relations','synonymie'),
array('cle:5','relations','niveaux-sup'),
array('catminat:catminat'),
array('catminat:45'),
array('catminat:07-2.0.1.0.1-08','inconnu'),
array('catminat:07-2.0.1.0.1-08','inconnu','synonymie'),
array('catminat:07-2.0.1.0.1-08','relations','inconnu')
);
$parametres = array();
foreach ($ressourcesList as $ressources) {
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Erreur dans l'url de votre requête : </br> La ressource demandée n'existe pas.";
$this->assertEquals($messageAttendu, $retour, "Il faut indiquer si une ressource est eronnée.");
}
}
//++ ------------------------------------Test des parametres -----------------------------++
public function testParametreinconnu() {
$ressourcesList = array(
array('catminat:07-2.0.1.0.1-08'),
array('cle:10'),
array('catminat:07-2.0.1.0.1-08','relations','niveaux-sup'),
array(),
array('catminat:07-2.0.1.0.1-07','relations','synonymie'),
array('catminat:07-2.0.1.0.1-07','relations')
);
$parametres = array('paramatre' => 'ORD');
foreach ($ressourcesList as $ressources) {
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Erreur dans les parametres de votre requête :".
" </br> Le paramètre \" paramatre \" n'existe pas.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer si le masque est erronné.");
}
}
public function testMasqueNiveauErronne() {
$ressourcesList = array(
array(),
array('catminat:07-2.0.1.0.1-08','relations','niveaux-sup'),
);
$parametres = array('masque.niveau' => 'syn');
foreach ($ressourcesList as $ressources) {
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Erreur : valeur inconnue pour masque.niveau. valeurs possibles : ALL|ORD|CLA|SUBCLA|SUBORD|SUBALL|ASS|SUBASS|BC|DC|GRPT";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer si le masque est erronné.");
}
}
public function testParametresNavigationNonAutorisesSyntaxonsCode() {
$ressourcesList = array(
array('catminat:07-2.0.1.0.1-08'),
array('cle:6'),
array('catminat:07-2.0.1.0.1-08','relations'),
);
$parametres = array('navigation.depart' => '0');
foreach ($ressourcesList as $ressources) {
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = $messageAttendu = "Erreur dans les parametres de votre requête :".
" </br> Le paramètre \" navigation.depart \" n'existe pas.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer que le parametre navigation.depart est interdit pour ce sous-service.");
}
$parametres = array('navigation.limite' => '10');
foreach ($ressourcesList as $ressources) {
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = $messageAttendu = "Erreur dans les parametres de votre requête :".
" </br> Le paramètre \" navigation.limite \" n'existe pas.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer que le parametre navigation.limite est interdit pour ce sous-service.");
}
}
public function testParametresMasqueCatminatNonAutorise() {
$ressourcesList = array(
array('catminat:07-2.0.1.0.1-08'),
array('cle:6'),
array('catminat:07-2.0.1.0.1-08','relations'),
array('catminat:07-2.0.1.0.1-08','relations','synonymie')
);
$parametres = array('masque.catminat' => '07-2.0.1.0.1-08');
foreach ($ressourcesList as $ressources) {
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = $messageAttendu = "Erreur dans les parametres de votre requête :".
" </br> Le paramètre \" masque.catminat \" n'existe pas.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer que le parametre masque.catminat est interdit pour ce sous-service.");
}
}
public function testParametresMasqueFixeNonAutorise() {
$ressourcesList = array(
array('catminat:07-2.0.1.0.1-08'),
array('cle:6'),
array('catminat:07-2.0.1.0.1-08','relations'),
);
$parametres = array('masque.fixe' => '2338');
foreach ($ressourcesList as $ressources) {
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = $messageAttendu = "Erreur dans les parametres de votre requête :".
" </br> Le paramètre \" masque.fixe \" n'existe pas.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer que le parametre masque.fixe est interdit pour ce sous-service.");
}
}
public function testParametresMasqueNiveauNonAutorise() {
$ressourcesList = array(
array('catminat:07-2.0.1.0.1-08'),
array('cle:6'),
array('catminat:07-2.0.1.0.1-08','relations'),
array('catminat:07-2.0.1.0.1-08','relations','synonymie')
);
$parametres = array('masque.niveau' => 'ord');
foreach ($ressourcesList as $ressources) {
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = $messageAttendu = "Erreur dans les parametres de votre requête :".
" </br> Le paramètre \" masque.niveau \" n'existe pas.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer que le parametre masque.niveau est interdit pour ce sous-service.");
}
}
public function testParametresMasqueRetenuNonAutorise() {
$ressourcesList = array(
array('catminat:07-2.0.1.0.1-08'),
array('cle:6'),
array('catminat:07-2.0.1.0.1-08','relations'),
array('catminat:07-2.0.1.0.1-08','relations','synonymie')
);
$parametres = array('masque.retenu' => 'true');
foreach ($ressourcesList as $ressources) {
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Erreur dans les parametres de votre requête :".
" </br> Le paramètre \" masque.retenu \" n'existe pas.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer que le parametre masque.catminat est interdit pour ce sous-service.");
}
}
//++ ------------------------------------Test du retour Json -----------------------------++
public function testJsonBienFormeListes() {
$ressourcesList = array(
array('catminat:07-2.0.1.0.1-08','relations','niveaux-sup'),
array(),
array('catminat:07-2.0.1.0.1-07','relations','synonymie'),
array('catminat:07-2.0.1.0.1-07','relations')
);
$parametres = array();
foreach ($ressourcesList as $ressources) {
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('entete', $retour, "Le json ne contient pas d'attribut : entete. Voir : $url");
$this->assertArrayHasKey('resultat', $retour, "Le json ne contient pas d'attribut : resultat. Voir : $url");
}
}
public function testPasDeResultat() {
$ressourcesList = array(
array('catminat:18-5.2.1.6.0-8'),
array('catminat:18-5.2.1.6.0-8','relations')
);
$parametres = array();
foreach ($ressourcesList as $ressources) {
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Les données recherchées sont introuvables.";
$this->assertEquals($messageAttendu, $retour,"Il faut indiquer si les données recherchées sont introuvables");
}
$ressourcesList = array(
array('catminat:18-5.2.1.6.0-8','relations','synonymie'),
array('catminat:18-5.2.1.6.0-8','relations','niveaux-sup'),
);
$parametres = array();
foreach ($ressourcesList as $ressources) {
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "\"Les donn\u00e9es recherch\u00e9es sont introuvables\"";
$this->assertEquals($messageAttendu, $retour,"Il faut indiquer si les données recherchées sont introuvables");
}
}
public function testChampsNiveau() {
$ressources = array();
$parametres = array('masque.retenu' => 'true');
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
foreach ($retour['resultat'] as $cle => $valeurs) {
$this->assertArrayHasKey('niveau.code', $valeurs, "Le json ne contient pas d'attribut : niveau.code . Voir : $url");
$this->assertNotEmpty($valeurs['niveau.code']);
$this->assertArrayHasKey('niveau.libelle', $valeurs, "Le json ne contient pas d'attribut : niveau.libelle . Voir : $url");
$this->assertNotEmpty($valeurs['niveau.libelle']);
$this->assertArrayHasKey('niveau.href', $valeurs, "Le json ne contient pas d'attribut : niveau.href . Voir : $url");
$this->assertNotEmpty($valeurs['niveau.href']);
}
$parametres = array('masque.retenu' => 'false');
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
foreach ($retour['resultat'] as $cle => $valeurs) {
$this->assertArrayHasKey('niveau.code', $valeurs, "Le json ne contient pas d'attribut : niveau.code . Voir : $url");
$this->assertNotEmpty($valeurs['niveau.code']);
$this->assertArrayHasKey('niveau.libelle', $valeurs, "Le json ne contient pas d'attribut : niveau.libelle . Voir : $url");
$this->assertNotEmpty($valeurs['niveau.libelle']);
$this->assertArrayHasKey('niveau.detail', $valeurs, "Le json ne contient pas d'attribut : niveau.detail . Voir : $url");
$this->assertNotEmpty($valeurs['niveau.detail']);
}
}
public function testMasqueNiveau() {
$ressourcesList = array(
array(),
array('catminat:07-2.0.1.0.1-08','relations','niveaux-sup'),
);
$parametres = array('masque.niveau' => 'ORD');
foreach ($ressourcesList as $ressources) {
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
foreach ($retour['resultat'] as $cle => $valeurs) {
$this->assertEquals( $valeurs['niveau.code'], 'ORD','le masque.niveau ne fonctionne pas.');
}
}
}
public function testMasqueRetenu() {
$ressourcesList = array();
$parametres = array('masque.retenu' => 'true');
foreach ($ressourcesList as $ressources) {
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
foreach ($retour['resultat'] as $cle => $valeurs) {
$this->assertStringStartsNotWith('syn',$valeurs['niveau.code'],'le masque.retenu ne fonctionne pas pour true.');
}
}
$parametres = array('masque.retenu' => 'false');
foreach ($ressourcesList as $ressources) {
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
foreach ($retour['resultat'] as $cle => $valeurs) {
$this->assertStringStartsWith('syn',$valeurs['niveau.code'],'le masque.retenu ne fonctionne pas pour false.');
}
}
}
public function testMasqueCatminat() {
$ressourcesList = array(
array(),
array('catminat:07-2.0.1.0.1-08','relations','niveaux-sup'),
);
$parametres = array('masque.catminat' => '07-2.');
foreach ($ressourcesList as $ressources) {
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
foreach ($retour['resultat'] as $cle => $valeurs) {
$this->assertEquals( $valeurs['code_catminat'], '07/2.','le masque.niveau ne fonctionne pas.');
}
}
}
public function testMasqueFixe() {
$ressourcesList = array(
array(),
array('catminat:07-2.0.1.0.1-08','relations','niveaux-sup'),
);
$parametres = array('masque.fixe' => '2322');
foreach ($ressourcesList as $ressources) {
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
foreach ($retour['resultat'] as $cle => $valeurs) {
$this->assertEquals( $valeurs['code_fixe_nom'], '2322','le masque.fixe ne fonctionne pas.');
}
}
}
}
?>
/branches/refact/services/tests/0.1/eflore/EfloreCartesTest.php
New file
0,0 → 1,52
<?php
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
 
class EfloreCartesTest extends ServiceEflorePhpUnit {
 
private $retour = '';
private $map = '';
 
public function __construct() {
$this->projet = 'eflore';
$this->service = 'cartes';
}
 
public function setUp() {
$this->retour = '';
$this->map = '';
}
 
public function testCarteGenerale() {
$ressources = array();//nn = 141; nt = 8522; nom = 'Acer campestre L.'; nom_ss_auteur = 'Acer campestre'
$parametres = array('projet' => 'general', 'masque.nn' => '141', 'masque.nt' => '8522',
'masque.ns' => 'Acer campestre', 'masque.au' => 'L.', 'retour' => 'text/html');
 
$this->retour = $this->consulterBrut($ressources, $parametres);
$this->assertNotEmpty($this->retour, $this->retour);
$this->assertContains('<img', $this->retour, 'doit contenir une balise image');
$this->assertContains('nt8522_france_utm_600x564.png', $this->retour, 'l\'adresse doit se terminer par nt8522_france_utm_600x564.png');
$this->assertContains('<map', $this->retour, 'doit contenir une balise map');
$this->assertContains('CEL', $this->retour, 'doit contenir une observation CEL');
$this->assertContains('SOPHY', $this->retour, 'doit contenir une observation SOPHY');
}
 
public function testCarteGeneriqueLegende() {
$ressources = array('legende');
$parametres = array();
 
$this->retour = $this->consulterJson($ressources, $parametres);
$this->assertNotEmpty($this->retour);
$this->assertGreaterThanOrEqual(4, count($this->retour), 'doit contenir au - les légendes de cel, cen-lr, sophy et plusieurs'.$this->retour);
$this->assertArrayHasKey('code', $this->retour[0], 'contient le code du projet');
$this->assertArrayHasKey('couleur', $this->retour[0], 'contient le code couleur correspondant');
$this->assertArrayHasKey('nom', $this->retour[0], 'contient le nom du projet');
$this->assertArrayHasKey('description', $this->retour[0], 'contient une desctiption du projet');
}
 
private function verifierPresenceMessage($messageAttendu) {
$this->assertEquals($messageAttendu, $this->retour);
}
 
}
?>
/branches/refact/services/tests/0.1/eflore/EfloreOntologiesTest.php
New file
0,0 → 1,47
<?php
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
 
class EfloreOntologiesTest extends ServiceEflorePhpUnit {
 
public function __construct() {
$this->projet = 'eflore';
$this->service = 'ontologies';
}
 
public function testRecherche() {
$ressources = array();
$parametres = array();
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertNotEmpty($retour, 'données absentes');
$this->assertArrayHasKey('total', $retour['entete'], "Le json ne contient pas d'attribut : total. Voir : $url");
$this->assertGreaterThanOrEqual('14', $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur '14'. Voir : $url");
$this->assertArrayHasKey('nom', $retour['resultat'][1], "Le json ne contient pas d'attribut : nom. Voir : $url");
$this->assertEquals('contactType', $retour['resultat'][1]['nom'], "L'attribut 'contactType' devrait avoir la valeur 'presenceChorologie'. Voir : $url");
}
public function testMasqueCode() {
$ressources = array();
$parametres = array('masque.code' => 's');
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertNotEmpty($retour, 'données absentes');
$this->assertArrayHasKey('total', $retour['entete'], "Le json ne contient pas d'attribut : total. Voir : $url");
$this->assertEquals('1', $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur '1'. Voir : $url");
$this->assertArrayHasKey('nom', $retour['resultat'][2], "Le json ne contient pas d'attribut : nom. Voir : $url");
$this->assertEquals('service', $retour['resultat'][2]['nom'], "L'attribut 'nom' devrait avoir la valeur 'service'. Voir : $url");
}
public function testMasqueNom() {
$ressources = array();
$parametres = array('masque.nom' => 'description');
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertNotEmpty($retour, 'données absentes');
$this->assertArrayHasKey('total', $retour['entete'], "Le json ne contient pas d'attribut : total. Voir : $url");
$this->assertEquals('1', $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur '1'. Voir : $url");
$this->assertArrayHasKey('code', $retour['resultat'][6], "Le json ne contient pas d'attribut : code. Voir : $url");
$this->assertEquals('1', $retour['resultat'][6]['code'], "L'attribut 'code' devrait avoir la valeur '1'. Voir : $url");
}
}
?>
/branches/refact/services/tests/0.1/baseflor/GraphiquesBaseflorTest.php
New file
0,0 → 1,267
<?php
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
 
class GraphiquesBaseflorTest extends ServiceEflorePhpUnit {
private $svg;
public function __construct() {
$this->projet = 'baseflor';
$this->service = 'graphiques';
}
//++ ------------------------------------Test des ressources -----------------------------++
public function testRessourceTypeGraphiqueInexistante() {
$ressources = array('','bdtfx.nn:73256');
$parametres = array();
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Erreur dans l'url de votre requête :".
"</br> precisez le graphique -> \"sol\" ou \"climat\".";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer l'absence de la ressource 'sol' ou 'climat'.");
}
public function testRessourceReferentielNnInexistante() {
$ressources = array('sol','');
$parametres = array();
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu =
"Erreur dans l'url de votre requête : précisez le référentiel et le numéro nomenclatural sous la forme {bdnt}.nn:{nn}.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer l'absence de la ressource {bdnt}.nn:{nn}.");
}
 
public function testRessourceReferentielTypeGraphiqueErronee() {
$ressources = array('humdite','bdtfx.nn:73256');
$parametres = array();
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Erreur dans l'url de votre requête :".
"</br> precisez le graphique -> \"sol\" ou \"climat\".";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer si la ressource type de graphique n'est ni sol' ni 'climat'.");
}
public function testRessourceReferentielNnEronne() {
$ressources = array('sol','gnnyh');
$parametres = array();
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu =
"Erreur dans l'url de votre requête : précisez le référentiel et le numéro nomenclatural sous la forme {bdnt}.nn:{nn}.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer si la ressource {bdnt}.nn:{nn} est erronée.");
}
public function testRessourceReferentielInconnu() {
$ressources = array('climat','btdjv.nn:73256');
$parametres = array();
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Le référentiel btdjv n'existe pas.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer si le référentiel est inconnu.");
}
public function testRessourceNNInconnu() {
$ressources = array('sol','bdtfx.nn:3');
$parametres = array();
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Les données recherchées sont introuvables.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer si une requête ne renvoie pas de résultats.");
}
//++ ------------------------------------Test des paramètres -----------------------------++
public function testParametreInconnu() {
$ressources = array('sol','bdtfx.nn:73256');
$parametres = array('paramatre' => 'image/jpeg');
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Erreur : Le paramètre paramatre est inconnu.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer si un paramètre est inconnu.");
}
public function testParametreRetourInconnu() {
$ressources = array('sol','bdtfx.nn:73256');
$parametres = array('retour' => 'image/jpeg');
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu =
"Erreur : valeur inconnue. Choisissez le format de retour pour le paramètre retour : image/svg%2Bxml ou image/png.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer si la valeur du paramètre retour est inconnue.");
}
public function testParametreRetourAbsent() {
$ressources = array('sol','bdtfx.nn:73256');
$parametres = array('retour' => '');
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu =
"Erreur : valeur inconnue. Choisissez le format de retour pour le paramètre retour : image/svg%2Bxml ou image/png.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer si la valeur du paramètre retour est absente.");
}
public function testParametreRetourFormatAbsent() {
$ressources = array('sol','bdtfx.nn:73256');
$parametres = array('retour.format' => '');
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Erreur : valeur inconnue. Entrez la largeur voulue (en pixels) pour le paramètre retour.format.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer si la valeur du paramètre retour.format est absente.");
}
public function testParametreRetourFormatInconnu() {
$ressources = array('sol','bdtfx.nn:73256');
$parametres = array('retour.format' => 'dhgkg22');
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Erreur : valeur inconnue. Entrez la largeur voulue (en pixels) pour le paramètre retour.format.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer si la valeur du paramètre retour.format est inconnue.");
}
public function testParametreVersionProjetInconnu() {
$ressources = array('sol','bdtfx.nn:73256');
$parametres = array('version.projet' => 'dhgkg22');
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Erreur : La version est inconnue.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer si la valeur du paramètre version.projet est inconnue.");
}
public function testParametreVersionProjetAbsent() {
$ressources = array('sol','bdtfx.nn:73256');
$parametres = array('version.projet' => '');
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Erreur : La version est inconnue.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer si la valeur du paramètre version.projet est absente.");
}
//++------------------------------------------test des fichiers -------------------------++
public function testRetourEstUnSVG(){
$ressourcesListe = array(
array('sol','bdtfx.nn:73256'),
array('climat','bdtfx.nn:73256'),
array('climat','bdtfx.nn:101128'),
array('sol','bdtfx.nn:101128')
);
$parametresListe = array(
array('retour' => 'image/svg+xml'),
array()
);
foreach ($ressourcesListe as $ressources) {
foreach ($parametresListe as $parametres) {
$retour = $this->consulterBrut($ressources, $parametres);
$this->chargerXml($retour);
$this->etreSvg();
}
}
}
public function testSVGPresenceValeursEcolo_baseflor(){
$ressourcesListe = array(
array('sol','bdtfx.nn:73256'),
array('climat','bdtfx.nn:73256'),
);
$parametresListe = array();
foreach ($ressourcesListe as $ressources) {
$retour = $this->consulterBrut($ressources, $parametres);
$this->chargerXml($retour);
$this->etreSvg();
$test = false;
$curseurs = $this->svg->getElementsByTagName('circle');
foreach ($curseurs as $curseur){
$classe = $curseur->getAttribute('class');
if ($classe == 'curseur') {
$test = true;
break;
}
}
}
$this->assertTrue($test,"Le graphique renvoyé par $retour est vide de données écologiques.");
}
public function testSVGPresenceValeursEcolo_rangSup(){
$ressourcesListe = array(
array('climat','bdtfx.nn:101128'),
array('sol','bdtfx.nn:101128')
);
$parametresListe = array();
foreach ($ressourcesListe as $ressources) {
$retour = $this->consulterBrut($ressources, $parametres);
$this->chargerXml($retour);
$this->etreSvg();
$test = false;
$cases = $this->svg->getElementsByTagName('rect');
// ne fonctionne pas :
/*$dompath = new DOMXPath($this->svg);
$dompath->registerNamespace("svg", "http://www.w3.org/2000/svg");
$cases = $dompath->query('svg:rect[@fill and not(@id="fond" or @id="cache")]');*/
foreach ($cases as $case){
$classe = $case->getAttribute('class');
if ($classe != 'fond' and $classe != 'cache' and $case->getAttribute('fill') != 'none') {
$test = true;
break;
}
}
}
$this->assertTrue($test,"Le graphique renvoyé par $retour est vide de données écologiques.");
}
public function testExistenceDesSvgDeBase(){
$this->assertFileExists(config::get('chemin')."sol.svg","le svg de base sol.svg n'existe pas.");
$this->assertFileExists(config::get('chemin')."climat.svg","le svg de base climat.svg n'existe pas.");
$this->assertFileExists(config::get('chemin')."sol_min_max.svg","le svg de base sol_min_max.svg n'existe pas.");
$this->assertFileExists(config::get('chemin')."climat_min_max.svg","le svg de base climat_min_max.svg n'existe pas.");
 
}
public function testCreationSvgEtPngDansCache(){
$convertisseur = config::get('convertisseur');
if ($convertisseur == 'rsvg') {
$ressourcesListe = array(
array('sol','bdtfx.nn:73256'),
array('climat','bdtfx.nn:73256'),
array('climat','bdtfx.nn:101128'),
array('sol','bdtfx.nn:101128'));
$parametresListe = array('retour' => 'image/png');
foreach ($ressourcesListe as $ressources) {
$this->consulterBrut($ressources, $parametres);
$fichier = config::get('cache.stockageChemin')."".$this->getFichier($ressources);
$this->assertFileExists($fichier.".svg"," {$fichier}.svg n'existe pas.");
$this->assertFileExists($fichier.".png"," {$fichier}.png n'existe pas.");
}
}
}
//++------------------------------------------fonctions utiles-------------------------++
private function chargerXml($retour) {
$this->svg = new DOMDocument();
$chargement = $this->svg->loadXML($retour);
$this->assertTrue($chargement,"le fichier ne s'est pas chargé.");
}
private function etreSvg($retour) {
$racineElement = $this->svg->documentElement;
$this->assertEquals('svg', $racineElement->tagName,"$retour ne renvoie pas un svg." );
}
private function getFichier($ressources) {
$idfichier = str_replace(".","-",$ressources[1]);
$idfichier = str_replace(':','-',$idfichier);
$idfichier .= "-".$ressources[0];
return $idfichier;
}
}
 
?>
/branches/refact/services/tests/0.1/baseflor/InformationsBaseflorTest.php
New file
0,0 → 1,339
<?php
 
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
 
/* TO DO = ajouter un test pour Informations/id/Relations/catminat */
 
class InformationsBaseflorTest extends ServiceEflorePhpUnit {
public function __construct() {
$this->projet = 'baseflor';
$this->service = 'informations';
}
//++ ------------------------------------Test des ressources -----------------------------++
public function testRessourceReferentielInconnu() {
$ressources = array('dgoju.nn:73256');
$parametres = array();
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu =
"Erreur dans l'url de votre requête :".
" </br> Le référentiel \" ". dgoju . " \" n'existe pas.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer un référentiel inconnu.");
}
public function testRessourceInconnue() {
$ressources = array('inconnue');
$parametres = array();
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu =
"Erreur dans l'url de votre requête : </br> La ressource demandée n'existe pas.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer si une ressource est eronnée.");
}
public function testRessourceNNInconnu() {
$ressources = array('bdtfx.nn:3');
$parametres = array();
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Les données recherchées sont introuvables.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer si une requête ne renvoie pas de résultats.");
}
//++ ------------------------------------Test des paramètres -----------------------------++
public function testParametreInconnu() {
$ressourcesList = array(
array('bdtfx.nn:73256'),
array('bdtfx.nn:101128'));
$parametres = array('paramatre' => 'image/jpeg');
foreach ($ressourcesList as $ressources) {
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Erreur dans les parametres de votre requête :".
" </br> Le paramètre \" paramatre \" n'existe pas.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer si un paramètre est inconnu.");
}
}
public function testParametreCategorieInconnue() {
$ressourcesList = array(
array('bdtfx.nn:73256'),
array('bdtfx.nn:101128'));
$parametres = array('categorie' => 'inventé');
foreach ($ressourcesList as $ressources) {
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Valeur de paramètre inconnue pour 'categorie'. Ce paramètre n'est pas autorisé pour informations/#id/relations/catminat";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer si la valeur du paramètre categorie est inconnue pour $ressources .");
}
}
public function testParametreNavigationDepartSansLimite() {
$ressources = array();
$parametres = array('navigation.depart' => 10);
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "indiquez également la valeur pour le paramètre navigation.limite.";
$this->assertEquals($messageAttendu, $retour,
"Navigation.depart doit être accompagné de navigation.limite ensemble.");
 
}
public function testParametreDepartSuperieurTotalResultats() {
$ressources = array();
$parametres = array('navigation.depart' => 20000, 'navigation.limite' => 10 );
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu =
"Erreur : la valeur pour le paramètre navigation.départ est supérieure".
" au nombre total de résultats.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer si la valeur de départ est supérieure au nombre de résultats.");
}
public function testParametreNavigationErrone() {
$ressources = array();
$parametresList = array(
array('navigation.depart' => -5, 'navigation.limite' => 10 ),
array('navigation.depart' => 0, 'navigation.limite' => abc ));
$cles = array('navigation.depart','navigation.limite');
$i = 0 ;
foreach ($parametresList as $parametres) {
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Erreur : valeur erronnée pour le paramètre {$cles[$i]}.";
$this->assertEquals($messageAttendu, $retour,
"il faut indiquer lorsque qu'un des paramètres de navigation a une valeur impossible.");
$i++;
}
}
public function testParametreRetourFormatErrone() {
$ressourcesList = array(
array('bdtfx.nn:73256'),
array('bdtfx.nn:101128'));
$parametres = array('retour.format' => 'pdf');
foreach ($ressourcesList as $ressources) {
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Valeur de paramètre inconnue pour 'retour.format'. Ce paramètre n'est pas autorisé pour informations/#id/relations/catminat";
$this->assertEquals($messageAttendu, $retour,
"il faut indiquer lorsque que le paramètre retour.format a une valeur impossible.");
}
}
public function testParametreVersionProjetInconnu() {
$ressourcesList = array(
array('bdtfx.nn:73256'),
array('bdtfx.nn:101128'));
$parametres = array('version.projet' => 'dhgkg22');
foreach ($ressourcesList as $ressources){
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Erreur : La version est inconnue.";
$this->assertEquals($messageAttendu, $retour,
"Il faut indiquer si la valeur du paramètre version.projet est inconnue.");
}
}
//++ ------------------------------------Test du retour json correct -----------------------------++
//++ ---Informations ----++
public function testJsonBienFormeInformations() {
$ressources = array();
$parametres = array('navigation.depart' => 10, 'navigation.limite' => 15);
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('entete', $retour, "Le json ne contient pas d'attribut : entete. Voir : $url");
$this->assertArrayHasKey('resultats', $retour, "Le json ne contient pas d'attribut : resultat. Voir : $url");
$this->verifierJsonEnteteBienFormeInformations($retour, $parametres);
}
private function verifierJsonEnteteBienFormeInformations($retour, $parametres) {
//depart
$this->assertArrayHasKey('depart', $retour['entete'],
"L'en-tête ne contient pas d'attribut : depart ");
$this->assertEquals($retour['entete']['depart'], $parametres['navigation.depart'],
"La valeur de départ est incorrecte dans l'en-tête.");
//limite
$this->assertArrayHasKey('limite', $retour['entete'],
"L'en-tête ne contient pas d'attribut : limite");
$this->assertEquals($retour['entete']['limite'], $parametres['navigation.limite'],
"La valeur de limite est incorrecte dans l'en-tête.");
//total
$this->assertArrayHasKey('total', $retour['entete'],
"L'en-tête ne contient pas d'attribut : total ");
$this->assertNotEquals('', $retour['entete']['total'],
"La valeur de total est vide dans l'en-tête.");
//href
$this->assertArrayHasKey('href.suivant', $retour['entete'],
"L'en-tête ne contient pas d'attribut : href.suivant ");
$this->assertArrayHasKey('href.precedent', $retour['entete'],
"L'en-tête ne contient pas d'attribut : href.precedent ");
$parametres_url =
array('navigation.depart' => ($retour['entete']['limite']+$retour['entete']['depart']),
'navigation.limite' => $retour['entete']['limite'] );
$urlsuivant = $this->creerUrl($ressources, $parametres_url);
$this->assertEquals($urlsuivant, $retour['entete']['href.suivant'],
"L' url $urlsuivant de l'entete est incorrecte.");
}
public function testJsonResultatsHrefInformations() {
$ressources = array();
$parametres = array('navigation.depart' => 370, 'navigation.limite' => 5);
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
foreach ($retour as $id => $valeurs) {
if ( empty($valeurs['resultats']['num_nomen']) ) {
$this->assertArrayNotHasKey('href', $valeurs['resultats'],
"Il ne doit pas avoir de lien s'il n'y a pas de numéro nomenclatural (=0). Voir $url ");
}
}
}
public function testJsonNombreLimiteDemande() {
$ressources = array();
$parametresList = array('navigation.depart' => 10, 'navigation.limite' => 15 );
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertLessThanOrEqual(15, count($retour),
"Le json renvoie un nombre de résultats trop important : entete. Voir : $url");
}
//++ ---Informations.nn ----++
public function testJsonInformationsNN_min() {
$ressourcesList = array(
array('bdtfx.nn:73256'),
array('bdtfx.nn:101128'));
$parametres = array('retour.format' => 'min' );
foreach ($ressourcesList as $ressources) {
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayNotHasKey('type_bio.code',$retour,
"Le champs 'type_bio.code' ne doit pas être présent si retour.format=min. ");
$this->assertArrayNotHasKey('type_bio.libelle',$retour,
"Le champs 'type_bio.libelle' ne doit pas être présent si retour.format=min.");
$this->assertArrayNotHasKey('type_bio.detail',$retour,
"Le champs 'type_bio.detail' ne doit pas être présent si retour.format=min.");
$champs = array_keys(config::get('champs_ontologiques'));
foreach ($champs as $chps) {
$this->assertArrayNotHasKey($chps.'.libelle', $retour,
"Le champs '{$chps}.libelle' ne doit pas être présent si retour.format=min.");
$this->assertArrayNotHasKey($chps.'.code', $retour,
"Le champs '{$chps}.code' ne doit pas être présent si retour.format=min.");
$this->assertArrayNotHasKey($chps.'.href', $retour,
"Le champs '{$chps}.href' ne doit pas être présent si retour.format=min.");
}
foreach ($champs as $chps) {
$this->assertArrayNotHasKey($chps.'_min.libelle', $retour,
"Le champs '{$chps}_min.libelle' ne doit pas être présent si retour.format=min.");
$this->assertArrayNotHasKey($chps.'_min.code', $retour,
"Le champs '{$chps}_min.code' ne doit pas être présent si retour.format=min.");
$this->assertArrayNotHasKey($chps.'_min.href', $retour,
"Le champs '{$chps}_min.href' ne doit pas être présent si retour.format=min.");
$this->assertArrayNotHasKey($chps.'_max.libelle', $retour,
"Le champs '{$chps}_max.libelle' ne doit pas être présent si retour.format=min.");
$this->assertArrayNotHasKey($chps.'_max.code', $retour,
"Le champs '{$chps}_max.code' ne doit pas être présent si retour.format=min.");
$this->assertArrayNotHasKey($chps.'_max.href', $retour,
"Le champs '{$chps}_max.href' ne doit pas être présent si retour.format=min.");
}
}
}
public function testJsonInformationsNNBasefor_max() {
$ressources = array('bdtfx.nn:73256');
$parametresList = array(
array('retour.format' => 'max', 'categorie' => 'description'),
array('retour.format' => 'max' , 'categorie' => 'ecologie'));
foreach ($parametresList as $parametres) {
$retour = $this->consulterJson($ressources, $parametres);
if ($parametres['categorie'] == 'description') {
$this->verifierParametresDescription_max($retour);
} else {
$this->verifierParametresEcologie_max($retour, 'baseflor');
}
}
}
public function testJsonInformationsNNRangSup_max() {
$ressources = array('bdtfx.nn:101128');
$parametres = array('retour.format' => 'max' , 'categorie' => 'ecologie');
$retour = $this->consulterJson($ressources, $parametres);
if ($parametres['categorie'] == 'description') {
$this->verifierParametresDescription_max();
} else {
$this->verifierParametresEcologie_max($retour, 'rangSup');
}
}
 
private function verifierParametresDescription_max($retour) {
$this->assertArrayHasKey('type_bio.code',$retour,
"Le champs 'type_bio.code' doit être présent si retour.format=max. ");
$this->assertArrayHasKey('type_bio.libelle',$retour,
"Le champs 'type_bio.libelle' doit être présent si retour.format=max.");
$this->assertArrayHasKey('type_bio.detail',$retour,
"Le champs 'type_bio.detail' doit être présent si retour.format=max.");
}
private function verifierParametresEcologie_max($retour,$type) {
$champs = array_keys(config::get('champs_ontologiques'));
if ($type == 'baseflor') {
foreach ($champs as $chps) {
$this->assertArrayHasKey($chps.'.libelle', $retour,
"Le champs '{$chps}.libelle' doit être présent si retour.format=max.");
$this->assertArrayHasKey($chps.'.code', $retour,
"Le champs '{$chps}.code' doit être présent si retour.format=max.");
$this->assertArrayHasKey($chps.'.href', $retour,
"Le champs '{$chps}.href' doit être présent si retour.format=max.");
}
} elseif ($type == 'rangSup') {
foreach ($champs as $chps) {
$this->assertArrayHasKey($chps.'_min.libelle', $retour,
"Le champs '{$chps}_min.libelle' doit être présent si retour.format=max.");
$this->assertArrayHasKey($chps.'_min.code', $retour,
"Le champs '{$chps}_min.code' doit être présent si retour.format=max.");
$this->assertArrayHasKey($chps.'_min.href', $retour,
"Le champs '{$chps}_min.href' doit être présent si retour.format=max.");
$this->assertArrayHasKey($chps.'_max.libelle', $retour,
"Le champs '{$chps}_max.libelle' doit être présent si retour.format=max.");
$this->assertArrayHasKey($chps.'_max.code', $retour,
"Le champs '{$chps}_max.code' doit être présent si retour.format=max.");
$this->assertArrayHasKey($chps.'_max.href', $retour,
"Le champs '{$chps}_max.href' doit être présent si retour.format=max.");
}
}
}
//++ ------------------------------------Test du champs type biologique -----------------------------++
//TEST sur différents cas typique de 'type_bio.libelle'
public function testJsonTypeBioOntologies() {
$ressourcesList = array(array("bdtfx.nn:73256"),array("bdtfx.nn:70441"),array("bdtfx.nn:62911"),array("bdtfx.nn:72496"),
array("bdtfx.nn:6446"),array("bdtfx.nn:8373"), array("bdafx.nn:35574"), array("bdtfx.nn:62443"),
array("bdtfx.nn:62442"));
$parametres = array();
$resultats_attendus = array ('Grhi-aqua' => 'Géophytes (>= 1m) à rhizome (plantes aquatiques) ' ,
'test-aqua-car' => 'Thérophytes (< 1m) estivaux (plantes aquatiques, carnivores) ',
'grhi' => 'Géophytes (< 1m) à rhizome ',
'hsto(test)' => 'Hémicryptophytes (< 1m) stolonifères , Thérophytes (< 1m) estivaux ',
'Hsto-lia(Grhi-lia)' => 'Hémicryptophytes (>= 1m) stolonifères (lianes) , Géophytes (>= 1m) à rhizome (lianes) ',
'Cfru(b-cad)' => 'Chaméphytes (>= 1m) frutescents , Nanophanérophytes (2 à 4m) (caducifoliées) ',
'test-aqua(heri)' => 'Thérophytes (< 1m) estivaux (plantes aquatiques) , Hémicryptophytes (< 1m) érigé ',
'hbis(hsto,test)-suc' => 'Hémicryptophytes (< 1m) bisannuels (succulentes) , Hémicryptophytes (< 1m) stolonifères, Thérophytes (< 1m) estivaux ',
'hbis(hsto)-suc' => 'Hémicryptophytes (< 1m) bisannuels (succulentes) , Hémicryptophytes (< 1m) stolonifères ');
foreach ($ressourcesList as $ressources) {
$retour = $this->consulterJson($ressources, $parametres);
$code = $retour['type_bio.code'];
$this->assertEquals($resultats_attendus[$code], $retour['type_bio.libelle'],
"le traitement de l'ontologie pour les types biologiques est erroné pour $ressources[0] . ");
}
}
}
?>
/branches/refact/services/tests/0.1/baseflor/OntologiesBaseflorTest.php
New file
0,0 → 1,44
<?php
 
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
 
class OntologiesBaseflorTest extends ServiceEflorePhpUnit {
public function __construct() {
$this->projet = 'baseflor';
$this->service = 'ontologies';
}
public function testRecherche() {
$ressources = array();
$parametres = array("navigation.depart" => 20, "navigation.limite" => 100);
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertNotEmpty($retour, 'données absentes');
//limite
$this->assertArrayHasKey('limite', $retour['entete'],
"L'en-tête ne contient pas d'attribut : limite");
$this->assertEquals($retour['entete']['limite'], $parametres['navigation.limite'],
"La valeur de limite est incorrecte dans l'en-tête.");
//total
$this->assertArrayHasKey('total', $retour['entete'],
"L'en-tête ne contient pas d'attribut : total ");
$this->assertEquals('156', $retour['entete']['total'],
"L'attribut 'total' devrait avoir la valeur '156. Voir : $url");
//href
$this->assertArrayHasKey('href.suivant', $retour['entete'],
"L'en-tête ne contient pas d'attribut : href.suivant ");
$this->assertArrayHasKey('href.precedent', $retour['entete'],
"L'en-tête ne contient pas d'attribut : href.precedent ");
$parametres_url =
array('navigation.depart' => ($retour['entete']['limite']+$retour['entete']['depart']),
'navigation.limite' => $retour['entete']['limite'] );
$urlsuivant = $this->creerUrl($ressources, $parametres_url);
$this->assertEquals($urlsuivant, $retour['entete']['href.suivant'],
"L' url $urlsuivant de l'entete est incorrecte.");
}
}
?>
/branches/refact/services/tests/0.1/commun/CommunAideTest.php
New file
0,0 → 1,34
<?php
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
 
class CommunAideTest extends ServiceEflorePhpUnit {
 
public function __construct() {
$this->projet = 'commun';
$this->service = 'aide';
}
 
public function testAideSurCommun() {
$ressources = array();
$parametres = array();
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertNotEmpty($retour['PROJET COMMUN'], 'données absentes');
$this->assertArrayHasKey('service.nom', $retour['PROJET COMMUN']['projet.services'][0], "Le json ne contient pas d'attribut : editeur. Voir : $url");
$this->assertEquals('ontologies', $retour['PROJET COMMUN']['projet.services'][0]['service.nom'], "L'attribut 'editeur' devrait avoir la valeur 'Tela Botanica'. Voir : $url");
}
public function testAideProjets() {
$ressources = array('projets');
$parametres = array();
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertNotEmpty($retour, 'données absentes');
$this->assertGreaterThanOrEqual(8, count($retour), $retour);
$this->assertNotEmpty($retour['commun'], 'données absentes');
$this->assertArrayHasKey('service.nom', $retour['commun']['projet.services'][0], "Le json ne contient pas d'attribut : editeur. Voir : $url");
$this->assertEquals('ontologies', $retour['commun']['projet.services'][0]['service.nom'], "L'attribut 'editeur' devrait avoir la valeur 'Tela Botanica'. Voir : $url");
}
}
?>
/branches/refact/services/tests/0.1/commun/CommunMetaDonneesTest.php
New file
0,0 → 1,22
<?php
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
 
class CommunMetaDonneesTest extends ServiceEflorePhpUnit {
 
public function __construct() {
$this->projet = 'commun';
$this->service = 'meta-donnees';
}
 
public function testValeurChampPrecis() {
$ressources = array('editeur');
$parametres = array();
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertNotEmpty($retour[0], 'données absentes');
$this->assertArrayHasKey('editeur', $retour[0], "Le json ne contient pas d'attribut : editeur. Voir : $url");
$this->assertEquals('Tela Botanica', $retour[0]['editeur'], "L'attribut 'editeur' devrait avoir la valeur 'Tela Botanica'. Voir : $url");
$this->assertArrayNotHasKey('langue', $retour[0], "Le json contient un attribut : langue. Voir : $url");
}
}
?>
/branches/refact/services/tests/0.1/commun/CommunOntologiesTest.php
New file
0,0 → 1,47
<?php
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
 
class CommunOntologiesTest extends ServiceEflorePhpUnit {
 
public function __construct() {
$this->projet = 'commun';
$this->service = 'ontologies';
}
 
public function testRecherche() {
$ressources = array();
$parametres = array();
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertNotEmpty($retour, 'données absentes');
$this->assertArrayHasKey('total', $retour['entete'], "Le json ne contient pas d'attribut : total. Voir : $url");
$this->assertEquals('9', $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur '9'. Voir : $url");
$this->assertArrayHasKey('nom', $retour['resultat'][1], "Le json ne contient pas d'attribut : nom. Voir : $url");
$this->assertEquals('contactType', $retour['resultat'][1]['nom'], "L'attribut 'nom' devrait avoir la valeur 'contactType'. Voir : $url");
}
public function testMasqueCode() {
$ressources = array();
$parametres = array('masque.code' => 'o');
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertNotEmpty($retour, 'données absentes');
$this->assertArrayHasKey('total', $retour['entete'], "Le json ne contient pas d'attribut : total. Voir : $url");
$this->assertEquals('1', $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur '1'. Voir : $url");
$this->assertArrayHasKey('nom', $retour['resultat'][4], "Le json ne contient pas d'attribut : nom. Voir : $url");
$this->assertEquals('organisations', $retour['resultat'][4]['nom'], "L'attribut 'nom' devrait avoir la valeur 'organisations'. Voir : $url");
}
public function testMasqueDescription() {
$ressources = array();
$parametres = array('masque.description' => '%contact');
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertNotEmpty($retour, 'données absentes');
$this->assertArrayHasKey('total', $retour['entete'], "Le json ne contient pas d'attribut : total. Voir : $url");
$this->assertEquals('1', $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur '1'. Voir : $url");
$this->assertArrayHasKey('nom', $retour['resultat'][1], "Le json ne contient pas d'attribut : nom. Voir : $url");
$this->assertEquals('contactType', $retour['resultat'][1]['nom'], "L'attribut 'nom' devrait avoir la valeur 'contactType'. Voir : $url");
}
}
?>
/branches/refact/services/tests/0.1/nvjfl/NvjflNomsVernaTest.php
New file
0,0 → 1,201
<?php
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
 
class NvjflNomsVernaTest extends ServiceEflorePhpUnit {
 
public function __construct() {
$this->projet = 'nvjfl';
$this->service = 'noms-vernaculaires';
}
 
public function testVersionPrecise() {
$ressources = array();
$parametres = array('version.projet' => '2007');
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
 
$this->assertArrayHasKey('entete', $retour, "Le json ne contient pas d'attribut : entete. Voir : $url");
$this->assertArrayHasKey('resultat', $retour, "Le json ne contient pas d'attribut : resultat. Voir : $url");
}
 
public function testVersionInexistante() {
$ressources = array();
$parametres = array('version.projet' => '2011');
$url = $this->creerUrl($ressources, $parametres);
 
$retour = $this->consulterBrut($ressources, $parametres);
 
$attendu = 'La requête SQL formée comporte une erreur!';
$message = "L'url :\n'$url'\n doit retourner un résultat de la forme :\n $attendu";
$this->assertEquals($attendu, $retour, $message);
}
 
public function testRechercheStricte() {
$ressources = array();
$parametres = array(
'version.projet' => '2007',
'recherche' => 'stricte',
'masque' => 'Abricotier');
$url = $this->creerUrl($ressources, $parametres);
$url_attendu = $this->creerUrl(array('111'), array('version.projet' => '2007'));
 
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('entete', $retour, "Le json ne contient pas d'attribut : entete. Voir : $url");
$this->assertArrayHasKey('resultat', $retour, "Le json ne contient pas d'attribut : resultat. Voir : $url");
$this->assertEquals('1', $retour['entete']['total'], "L'attribut 'total' de l'entête devrait valoir 1. Voir : $url");
$this->assertEquals(1, count($retour['resultat']), "Le résultat devrait contenir une seule donnée. Voir : $url");
$this->assertArrayNotHasKey('id', $retour['resultat']['111'], "Le tableau du résultat 111 ne doit pas contenir un champ 'id'. Voir : $url");
$this->assertArrayHasKey('href', $retour['resultat']['111'], "Le tableau du résultat 111 doit contenir un champ 'href'. Voir : $url");
$this->assertEquals($url_attendu, $retour['resultat']['111']['href'], "Le tableau du résultat 111 doit contenir un champ 'href' avec pour valeur $url_attendu . Voir : $url");
$this->assertArrayHasKey('nom', $retour['resultat']['111'], "Le tableau du résultat 111 doit contenir un champ 'nom'. Voir : $url");
$this->assertEquals('Abricotier', $retour['resultat']['111']['nom'], "Le tableau du résultat 111 doit contenir un champ 'nom' avec pour valeur 'Abricotier'. Voir : $url");
}
 
public function testMasqueNt() {
$ressources = array();
$parametres = array(
'version.projet' => '2007',
'recherche' => 'stricte',
'masque.nt' => '379');
$url = $this->creerUrl($ressources, $parametres);
$url_attendu = $this->creerUrl(array('502'), array('version.projet' => '2007'));
$retour = $this->consulterJson($ressources, $parametres);
 
$this->assertArrayHasKey('resultat', $retour, "Le json ne contient pas d'attribut : resultat. Voir : $url");
$this->assertEquals(2, count($retour['resultat']), "Le résultat devrait contenir une seule donnée. Voir : $url");
$this->assertArrayNotHasKey('id', $retour['resultat']['502'], "Le tableau du résultat 502 ne doit pas contenir un champ 'id'. Voir : $url");
$this->assertArrayHasKey('href', $retour['resultat']['502'], "Le tableau du résultat 502 doit contenir un champ 'href'. Voir : $url");
$this->assertEquals($url_attendu, $retour['resultat']['502']['href'], "Le tableau du résultat 502 doit contenir un champ 'href' avec pour valeur $url_attendu. Voir : $url");
$this->assertArrayHasKey('nom', $retour['resultat']['502'], "Le tableau du résultat 502 doit contenir un champ 'nom'. Voir : $url");
$this->assertEquals('Adénostyle de Briquet', $retour['resultat']['502']['nom'], "Le tableau du résultat 502 doit contenir un champ 'nom' avec pour valeur 'Adénostyle de Briquet'. Voir : $url");
}
 
public function testMasqueLg() {
$ressources = array();
$parametres = array(
'version.projet' => '2007',
'recherche' => 'stricte',
'masque.lg' => 'fra',
'navigation.limite' => '100');
$url = $this->creerUrl($ressources, $parametres);
 
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('entete', $retour, "Le json ne contient pas d'attribut : entete. Voir : $url");
$this->assertEquals('masque.lg=fra', $retour['entete']['masque'], "L'attribut 'masque' de l'entête devrait valoir 'masque.lg=fra'. Voir : $url");
$this->assertArrayHasKey('resultat', $retour, "Le json ne contient pas d'attribut : resultat. Voir : $url");
$this->assertEquals('16411', $retour['entete']['total'], "L'attribut 'total' de l'entête devrait valoir 16411. Voir : $url");
$this->assertEquals(100, count($retour['resultat']), "Le résultat devrait contenir 100 données. Voir : $url");
}
public function testRechercheFloue() {
$ressources = array();
$parametres = array(
'version.projet' => '2007',
'recherche' => 'floue',
'masque' => 'Abrict');
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('entete', $retour, "Le json ne contient pas d'attribut : entete. Voir : $url");
$this->assertArrayHasKey('resultat', $retour, "Le json ne contient pas d'attribut : resultat. Voir : $url");
$this->assertEquals('5', $retour['entete']['total'], "L'attribut 'total' de l'entête devrait valoir 1. Voir : $url");
$this->assertEquals(5, count($retour['resultat']), "Le résultat devrait contenir une seule donnée. Voir : $url");
$resultat_attendu = array(
"2611" => array("nom" => "Apricot", "href" => "http://localhost/service:eflore:0.1/nvjfl/noms-vernaculaires/2611?version.projet=2007"),
"15868" => array("nom" => "Eyebright", "href" => "http://localhost/service:eflore:0.1/nvjfl/noms-vernaculaires/15868?version.projet=2007"),
"4857" => array("nom" => "Berg-Ziest", "href" => "http://localhost/service:eflore:0.1/nvjfl/noms-vernaculaires/4857?version.projet=2007"),
"33750" => array("nom" => "Periquet", "href" => "http://localhost/service:eflore:0.1/nvjfl/noms-vernaculaires/33750?version.projet=2007"),
"17614" => array("nom" => "Frare cugot", "href"=> "http://localhost/service:eflore:0.1/nvjfl/noms-vernaculaires/17614?version.projet=2007"));
$this->assertEquals($resultat_attendu, $retour['resultat'], "Le tableau du résultat 111 doit contenir un champ 'href' avec pour valeur $url_attendu . Voir : $url");
}
 
public function testRechercheAttributions() {
$ressources = array('attributions');
$parametres = array(
'version.projet' => '2007',
'recherche' => 'stricte',
'masque.nv' => 'Acacia',
'retour.format' => 'min');
$url = $this->creerUrl($ressources, $parametres);
 
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('entete', $retour, "Le json ne contient pas d'attribut : entete. Voir : $url");
$this->assertArrayHasKey('resultat', $retour, "Le json ne contient pas d'attribut : resultat. Voir : $url");
$this->assertEquals('4', $retour['entete']['total'], "L'attribut 'total' de l'entête devrait valoir 1. Voir : $url");
$this->assertEquals(4, count($retour['resultat']), "Le résultat devrait contenir une seule donnée. Voir : $url");
$this->assertArrayHasKey('id', $retour['resultat']['-880871632'], "Le tableau du résultat -880871632 ne doit pas contenir un champ 'id'. Voir : $url");
$this->assertEquals('140', $retour['resultat']['-880871632']['id'], "Le tableau du résultat -880871632 doit contenir un champ 'id' avec pour valeur 140. Voir : $url");
$this->assertArrayNotHasKey('href', $retour['resultat']['-880871632'], "Le tableau du résultat -880871632 doit contenir un champ 'href'. Voir : $url");
$this->assertArrayHasKey('nom_vernaculaire', $retour['resultat']['-880871632'], "Le tableau du résultat -880871632 doit contenir un champ 'nom'. Voir : $url");
$this->assertEquals('Acacia', $retour['resultat']['-880871632']['nom_vernaculaire'], "Le tableau du résultat -880871632 doit contenir un champ 'nom' avec pour valeur 'Acacia'. Voir : $url");
$this->assertArrayHasKey('langue.code', $retour['resultat']['-880871632'], "Le tableau du résultat -880871632 doit contenir un champ 'langue.code'. Voir : $url");
$this->assertEquals('spa', $retour['resultat']['-880871632']['langue.code'], "Le tableau du résultat -880871632 doit contenir un champ 'langue.code' avec pour valeur 'spa'. Voir : $url");
$this->assertArrayHasKey('taxon.code', $retour['resultat']['-880871632'], "Le tableau du résultat -880871632 doit contenir un champ 'taxon.code'. Voir : $url");
$this->assertEquals('bdtfx.nt:30746', $retour['resultat']['-880871632']['taxon.code'], "Le tableau du résultat -880871632 doit contenir un champ 'taxon.code' avec pour valeur 'bdtfx.nt:30746'. Voir : $url");
}
 
public function testerIdAvecOntologies() {
$ressources = array('140');
$parametres = array('version.projet' => '2007');
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayNotHasKey('entete', $retour, "Le json contient un attribut : entete. Voir : $url");
$this->assertArrayNotHasKey('resultat', $retour, "Le json contient un attribut : resultat. Voir : $url");
$this->assertArrayHasKey('id', $retour, "Le json doit contenir un attribut : 'id' . Voir : $url");
$this->assertEquals('140', $retour['id'], "Le json doit contenir un attribut 'id' avec pour valeur 140. Voir : $url");
$this->assertArrayHasKey('nom_vernaculaire', $retour, "Le json doit contenir un attribut 'nom'. Voir : $url");
$this->assertEquals('Acacia', $retour['nom_vernaculaire'], "Le json doit contenir un attribut 'nom' avec pour valeur 'Acacia'. Voir : $url");
$this->assertArrayHasKey('attributions', $retour, "Le json doit contenir un attribut 'attributions'. Voir : $url");
$this->assertEquals(2, count($retour['attributions']), "Le résultat devrait contenir deux langues d'attributions. Voir : $url");
$this->assertEquals(1, count($retour['attributions']['fra']), "Le résultat devrait contenir une attribution à un taxon en français. Voir : $url");
$this->assertArrayHasKey('taxon', $retour['attributions']['fra']['-1617415758'], "Le json doit contenir un attribut : 'taxon' . Voir : $url");
$this->assertEquals('Robinia pseudoacacia', $retour['attributions']['fra']['-1617415758']['taxon'], "Le json doit contenir un attribut 'taxon' avec pour valeur Robinia pseudoacacia. Voir : $url");
$this->assertArrayHasKey('genre', $retour['attributions']['fra']['-1617415758'], "Le json doit contenir un attribut : 'genre' . Voir : $url");
$this->assertEquals('Masculin singulier', $retour['attributions']['fra']['-1617415758']['genre'], "Le json doit contenir un attribut 'genre' avec pour valeur Masculin singulier. Voir : $url");
$this->assertArrayHasKey('conseil_emploi', $retour['attributions']['fra']['-1617415758'], "Le json doit contenir un attribut : 'conseil_emploi' . Voir : $url");
$this->assertEquals('Recommandé ou typique', $retour['attributions']['fra']['-1617415758']['conseil_emploi'], "Le json doit contenir un attribut 'conseil_emploi' avec pour valeur Recommandé ou typique. Voir : $url");
}
public function testerAttributionsAvecRechercheMasqueEtOntologies() {
$ressources = array('attributions');
$parametres = array(
'retour.format' => 'max',
'navigation.limite' => '50',
'masque.nt' => '8523');
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayHasKey('entete', $retour, "Le json ne contient pas d'attribut : entete. Voir : $url");
$this->assertArrayHasKey('resultat', $retour, "Le json contient pas d'attribut : resultat. Voir : $url");
$this->assertEquals('21', $retour['entete']['total'], "Le json ne contient pas le nombre de valeurs attendues. Voir : $url");
$this->assertEquals('Acer monspessulanum', $retour['resultat']['2081013327']['taxon'], "Le json ne contient pas le taxon attendu. Voir : $url");
$this->assertEquals('Masculin singulier', $retour['resultat']['2081013327']['genre'], "Le json ne contient pas le genre attendu pour ce taxon. Voir : $url");
$this->assertEquals('Recommandé ou typique', $retour['resultat']['2081013327']['conseil_emploi'], "Le json ne contient pas le conseil emploi attendu pour ce taxon. Voir : $url");
}
public function testerAvecLangueFrMasqueEtRetourOss() {
$ressources = array();
$parametres = array(
'recherche' => 'etendue',
'retour.format' => 'oss',
'navigation.limite' => '50',
'masque.lg' => 'fra',
'masque' => 'Abr');
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertArrayNotHasKey('entete', $retour, "Le json ne doit pas contenir d'attribut : entete. Voir : $url");
$this->assertEquals('Pas de masque', $retour['0'], "L'attribut 0 du retour devrait valoir 'Pas de masque'. Voir : $url");
$this->assertArrayNotHasKey('resultat', $retour, "Le json ne doit pas contenir d'attribut : resultat. Voir : $url");
$this->assertEquals(50, count($retour[1]), "Le résultat devrait contenir 100 données. Voir : $url");
}
}
?>
/branches/refact/services/tests/0.1/cel/CelImagesTest.php
New file
0,0 → 1,178
<?php
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
 
class CelImagesTest extends ServiceEflorePhpUnit {
 
public function __construct() {
$this->projet = 'cel';
$this->service = 'images';
}
 
public function testParametreMasqueNnInexistant() {
$ressources = array();
$parametres = array('retour'=>'image/jpeg', 'retour.format'=>'M');
 
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Le paramètre masque.nn est obligatoire.";
$this->assertEquals($messageAttendu, $retour,
"Le service doit renvoyer un message pour un masque non renseigné");
}
 
public function testParametreMasqueNnMultiple() {
$ressources = array();
$parametres = array('masque.nn' => 'bdftf:6218,182','retour'=>'image/jpeg');
 
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Le paramètre masque.nn peut contenir une seule valeur numérique pour l'instant pour le format de retour image/jpeg.";
$this->assertEquals($messageAttendu, $retour,
"Le service doit renvoyer un message car le paramètre masque.nn n'est pas complétement implémenté.");
}
 
public function testParametreRetourFormatInexistant() {
$ressources = array();
$parametres = array('masque.nn' => '62018', 'retour'=>'image/jpeg');
 
$retour = $this->consulterBrut($ressources, $parametres);
$image = imagecreatefromstring($retour);
$largeur = imagesx($image);
$hauteur = imagesy($image);
$this->assertLessThanOrEqual(450, $largeur,
"Le service doit renvoyer une image de taille M (largeur < 450px) par défaut (h:$hauteur x l:$largeur)");
$this->assertLessThanOrEqual(450, $hauteur,
"Le service doit renvoyer une image de taille M (hauteur < 600px) par défaut (h:$hauteur x l:$largeur)");
if ($hauteur != 450) {
$this->assertSame(450, $largeur,
"Le service doit renvoyer une image de taille M : largeur == 450px pour une hauteur infèrieure à 600px (h:$hauteur x l:$largeur)");
}
if ($largeur != 450) {
$this->assertSame(450, $hauteur,
"Le service doit renvoyer une image de taille M : hauteur == 600px pour une largeur infèrieure à 450px (h:$hauteur x l:$largeur)");
}
}
 
public function testValeurParametreRetourFormatInexistante() {
$ressources = array();
$parametres = array('masque.nn' => '62018', 'retour'=>'image/jpeg', 'retour.format'=>'X53L');
 
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Le type de format 'X53L' n'est pas supporté";
$this->assertEquals($messageAttendu, $retour,
"Le service doit renvoyer un message pour un format de retour inexistant");
}
 
public function testValeurParametreRetourInexistante() {
$ressources = array();
$parametres = array('masque.nn' => '6218','retour'=>'image/jpog');
 
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Le type de retour 'image/jpog' n'est pas supporté";
$this->assertEquals($messageAttendu, $retour,
"Le service doit renvoyer un message d'erreur 400 sur une type de retour incorrect");
}
 
public function testTaxonSansImage() {
$ressources = array();
$parametres = array('masque.nn' => '6218','retour' => 'image/jpeg');
 
$retour = $this->consulterBrut($ressources, $parametres);
$messageAttendu = "Aucune image ne correspond au numéro numenclatural bdtfx:'6218'";
$this->assertEquals($messageAttendu, $retour,
"Le service doit renvoyer un message pour un taxon ne possédant pas d'images");
}
 
public function testListeImagesJsonMasqueNnSimple() {
$ressources = array();
$parametres = array('masque.nn' => '182','retour' => 'application/json', 'retour.format' => 'CRX2S');
 
$retour = $this->consulterJson($ressources, $parametres);
 
$this->verifierEnteteChampsObligatoires($retour);
$this->assertEquals('nn=182', $retour['entete']['masque'], 'Valeur entete > masque = "nn=182"');
$this->assertSame(0, $retour['entete']['depart'], 'Valeur entete > depart = 0');
$this->assertSame(100, $retour['entete']['limite'], 'Valeur entete > limite = 0');
$this->assertSame(62, $retour['entete']['total'], 'Valeur entete > total = 62');
$this->assertArrayNotHasKey('href.suivant', $retour['entete'], "Absence champ : entete > href.suivant");
$this->assertArrayNotHasKey('href.precedent', $retour['entete'], "Absence champ : entete > href.precedent");
 
$this->verifierResultatsChampsObligatoires($retour);
$this->verifierResultatsValeursGenerique($retour);
$this->assertCount(62, $retour['resultats'], 'Nbre resultats = 62');
foreach ($retour['resultats'] as $id => $resultat) {
$this->assertRegExp("/CRX2S/", $resultat['binaire.href']);
}
}
 
public function testListeImagesJsonMasqueNnMultiple() {
$ressources = array();
$parametres = array('masque.nn' => '62018,182,141','retour' => 'application/json');
 
$retour = $this->consulterJson($ressources, $parametres);
 
$this->verifierEnteteChampsObligatoires($retour);
$this->assertEquals('nn=62018,182,141', $retour['entete']['masque'], 'Valeur entete > masque = "nn=62018,182,141"');
$this->assertSame(0, $retour['entete']['depart'], 'Valeur entete > depart = 0');
$this->assertSame(100, $retour['entete']['limite'], 'Valeur entete > limite = 0');
$this->assertSame(134, $retour['entete']['total'], 'Valeur entete > total = 134');
$this->assertArrayHasKey('href.suivant', $retour['entete'], "Présence champ : entete > href.suivant");
$urlHrefSuivantAttendue = 'http://localhost/service:eflore:0.1/cel/images?navigation.depart=100&navigation.limite=100&masque.nn=62018,182,141';
$this->assertEquals($urlHrefSuivantAttendue, $retour['entete']['href.suivant'], "Valeur entete > href.suivant = '$urlHrefSuivantAttendue'");
$this->assertArrayNotHasKey('href.precedent', $retour['entete'], "Abscence champ : entete > href.precedent");
 
$this->verifierResultatsChampsObligatoires($retour);
$this->verifierResultatsValeursGenerique($retour);
$this->assertCount(100, $retour['resultats'], 'Nbre resultats = 134');
$this->assertArrayHasKey('6114', $retour['resultats'], "Présence champ : resultats > 6114");
}
 
public function testListeImagesJsonNavigation() {
$ressources = array();
$parametres = array('masque.nn' => '62018,182,141', 'retour' => 'application/json',
'navigation.depart' => 100, 'navigation.limite' => 100);
 
$retour = $this->consulterJson($ressources, $parametres);
 
$this->verifierEnteteChampsObligatoires($retour);
$this->assertEquals('nn=62018,182,141', $retour['entete']['masque'], 'Valeur entete > masque = "nn=62018,182,141"');
$this->assertSame((int)$parametres['navigation.depart'], $retour['entete']['depart'], "Valeur entete > depart = {$parametres['navigation.depart']}");
$this->assertSame((int)$parametres['navigation.limite'], $retour['entete']['limite'], "Valeur entete > limite = {$parametres['navigation.limite']}");
$this->assertSame(134, $retour['entete']['total'], 'Valeur entete > total = 134');
 
$this->assertArrayHasKey('href.precedent', $retour['entete'], "Présence champ : entete > href.precedent");
$urlHrefPrecedentAttendue = 'http://localhost/service:eflore:0.1/cel/images?navigation.depart=0&navigation.limite=100&masque.nn=62018,182,141';
$this->assertEquals($urlHrefPrecedentAttendue, $retour['entete']['href.precedent'], "Valeur entete > href.precedent = '$urlHrefPrecedentAttendue'");
$this->assertArrayNotHasKey('href.suivant', $retour['entete'], "Abscence champ : entete > href.suivant");
 
$this->verifierResultatsChampsObligatoires($retour);
$this->verifierResultatsValeursGenerique($retour);
}
 
private function verifierEnteteChampsObligatoires($retour) {
$this->assertArrayHasKey('entete', $retour, "Présence champ : entete");
$this->assertArrayHasKey('masque', $retour['entete'], "Présence champ : entete > masque");
$this->assertArrayHasKey('depart', $retour['entete'], "Présence champ : entete > depart");
$this->assertArrayHasKey('limite', $retour['entete'], "Présence champ : entete > limite");
$this->assertArrayHasKey('total', $retour['entete'], "Présence champ : entete > total");
}
 
private function verifierResultatsChampsObligatoires($retour) {
$this->assertArrayHasKey('resultats', $retour, "Présence champ : resultats");
foreach ($retour['resultats'] as $id => $resultat) {
$this->assertTrue(is_int($id), "id = nbre entier : $id");
$this->assertArrayHasKey('date', $resultat, "Présence champ : resultats > $id > date");
$this->assertArrayHasKey('mime', $resultat, "Présence champ : resultats > $id > mime");
$this->assertArrayHasKey('binaire.href', $resultat, "Présence champ : resultats > $id > binaire.href");
$this->assertArrayHasKey('determination', $resultat, "Présence champ : resultats > $id > determination");
$this->assertArrayHasKey('determination.nom_sci', $resultat, "Présence champ : resultats > $id > determination.nom_sci");
$this->assertArrayHasKey('determination.nom_sci.code', $resultat, "Présence champ : resultats > $id > determination.nom_sci.code");
$this->assertArrayHasKey('station', $resultat, "Présence champ : resultats > $id > station");
$this->assertArrayHasKey('auteur', $resultat, "Présence champ : resultats > $id > auteur");
}
}
 
private function verifierResultatsValeursGenerique($retour) {
foreach ($retour['resultats'] as $id => $resultat) {
$this->assertRegExp("/$id/", $resultat['binaire.href']);
}
}
}
?>
/branches/refact/services/tests/0.1/chorodep/ChorodepOntologiesTest.php
New file
0,0 → 1,47
<?php
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
 
class ChorodepOntologiesTest extends ServiceEflorePhpUnit {
 
public function __construct() {
$this->projet = 'chorodep';
$this->service = 'ontologies';
}
 
public function testRecherche() {
$ressources = array();
$parametres = array();
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertNotEmpty($retour, 'données absentes');
$this->assertArrayHasKey('total', $retour['entete'], "Le json ne contient pas d'attribut : total. Voir : $url");
$this->assertEquals('7', $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur '7'. Voir : $url");
$this->assertArrayHasKey('nom', $retour['resultat'][1], "Le json ne contient pas d'attribut : nom. Voir : $url");
$this->assertEquals('presenceChorologie', $retour['resultat'][1]['nom'], "L'attribut 'nom' devrait avoir la valeur 'presenceChorologie'. Voir : $url");
}
public function testMasqueCode() {
$ressources = array();
$parametres = array('masque.code' => '?');
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertNotEmpty($retour, 'données absentes');
$this->assertArrayHasKey('total', $retour['entete'], "Le json ne contient pas d'attribut : total. Voir : $url");
$this->assertEquals('1', $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur '1'. Voir : $url");
$this->assertArrayHasKey('nom', $retour['resultat'][4], "Le json ne contient pas d'attribut : nom. Voir : $url");
$this->assertEquals('douteux', $retour['resultat'][4]['nom'], "L'attribut 'nom' devrait avoir la valeur 'douteux'. Voir : $url");
}
public function testMasqueNom() {
$ressources = array();
$parametres = array('masque.nom' => 'disparu');
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertNotEmpty($retour, 'données absentes');
$this->assertArrayHasKey('total', $retour['entete'], "Le json ne contient pas d'attribut : total. Voir : $url");
$this->assertEquals('1', $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur '1'. Voir : $url");
$this->assertArrayHasKey('code', $retour['resultat'][6], "Le json ne contient pas d'attribut : code. Voir : $url");
$this->assertEquals('-|-', $retour['resultat'][6]['code'], "L'attribut 'code' devrait avoir la valeur '-|-'. Voir : $url");
}
}
?>
/branches/refact/services/tests/0.1/chorodep/ChorodepObservationsTest.php
New file
0,0 → 1,39
<?php
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
 
class ChorodepObservationsTest extends ServiceEflorePhpUnit {
 
public function __construct() {
$this->projet = 'chorodep';
$this->service = 'observations';
}
 
public function testRecherche() {
$ressources = array();
$parametres = array();
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertNotEmpty($retour, print_r($retour, true));
$this->assertNotEmpty($retour['entete'], print_r($retour['entete'], true));
$this->assertEquals(20, $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur '20'. Voir : $url");
$this->assertEquals(20, count($retour['resultat']), "L'attribut 'total' devrait avoir la valeur '20'. Voir : $url");
$this->assertNotEmpty($retour['resultat']['74929:03'], print_r($retour['resultat']['74929:03'], true));
$this->assertArrayHasKey('type', $retour['resultat']['74929:03'], "Le json ne contient pas d'attribut : type. Voir : $url");
$this->assertEquals('chorologie', $retour['resultat']['74929:03']['type'], "L'attribut 'type' devrait avoir la valeur 'chorologie'. Voir : $url");
}
public function testMasqueStation() {
$ressources = array();
$parametres = array('masque.station' => '34', 'retour.format' => 'min');
$url = $this->creerUrl($ressources, $parametres);
$retour = $this->consulterJson($ressources, $parametres);
$this->assertNotEmpty($retour, 'pas de resultat'.print_r($retour, true));
$this->assertNotEmpty($retour['entete'], 'pas d\'entete'.print_r($retour['entete'], true));
$this->assertEquals(20, $retour['entete']['total'], "L'attribut 'total' devrait avoir la valeur '20'. Voir : $url");
$this->assertEquals(20, count($retour['resultat']), "L'attribut 'total' devrait avoir la valeur '20'. Voir : $url");
$this->assertNotEmpty($retour['resultat']['74929:34'], 'resultat 74929:34 absent'.print_r($retour['resultat']['74929:03'], true));
$this->assertArrayHasKey('type', $retour['resultat']['74929:03'], "Le json ne contient pas d'attribut : type. Voir : $url");
$this->assertEquals('chorologie', $retour['resultat']['74929:03']['type'], "L'attribut 'type' devrait avoir la valeur 'chorologie'. Voir : $url");
}
}
?>
/branches/refact/services/tests/0.1/chorodep/ChorodepCartesTest.php
New file
0,0 → 1,135
<?php
require_once dirname(__FILE__).'/../ServiceEflorePhpUnit.php';
 
class ChorodepCartesTest extends ServiceEflorePhpUnit {
 
private $retour = '';
private $svg = '';
 
public function __construct() {
$this->projet = 'chorodep';
$this->service = 'cartes';
}
 
public function setUp() {
$this->retour = '';
$this->svg = '';
}
 
public function testCarteGenerique() {
$ressources = array();
$parametres = array('version.projet' => '2012.01');
 
$this->retour = $this->consulterBrut($ressources, $parametres);
 
$this->verifierPresenceMessage("A implémenter : carte proportionnelle ensemble des infos");
}
 
public function testCarteGeneriqueLegende() {
$ressources = array('legende');
$parametres = array('version.projet' => '2012.01');
 
$this->retour = $this->consulterBrut($ressources, $parametres);
 
$this->verifierPresenceMessage("A implémenter : légende carte proportionnelle ensemble des infos");
}
 
public function testErreurRessource1() {
$ressources = array('ressource1Erreur');
$parametres = array('version.projet' => '2012.01');
 
$this->retour = $this->consulterBrut($ressources, $parametres);
 
$this->verifierPresenceMessage("La ressource n°1 '{$ressources[0]} indiquée n'est pas valable.");
}
 
public function testCarteSvgIdentifiants() {
$ressourcesListe = array(
array('3237'),
array('nn:3237'),
array('bdtfx.nn:3237')
);
$parametres = array('version.projet' => '2012.01',
'retour' => 'image/svg+xml');
 
foreach ($ressourcesListe as $ressources) {
$this->retour = $this->consulterBrut($ressources, $parametres);
 
$this->chargerXml();
$this->etreSvg();
$this->verifierDepartementsPresence(array(63, 81));
}
}
 
public function testCarteSvgPlusieursLegendes() {
$ressources = array('bdtfx.nn:71574');
$parametres = array('version.projet' => '2012.01',
'retour' => 'image/svg+xml');
 
$this->retour = $this->consulterBrut($ressources, $parametres);
 
$this->chargerXml();
$this->etreSvg();
$this->verifierDepartementsPresence(array('02', '07', '57', '67', '88', '68', '90', '25', '21', '39', '01', '74', '73', '38', '46', '83'));
$this->verifierDepartementsPresenceAConfirmer(array('62', '71'));
$this->verifierDepartementsDisparu(array('70'));
$this->verifierDepartementsErreur(array('06'));
}
 
private function verifierPresenceMessage($messageAttendu) {
$this->assertEquals($messageAttendu, $this->retour);
}
 
private function chargerXml() {
$this->svg = new DOMDocument();
$chargement = $this->svg->loadXML($this->retour);
$this->assertTrue($chargement);
}
 
private function etreSvg() {
$racineElement = $this->svg->documentElement;
$this->assertEquals('svg', $racineElement->tagName);
}
private function verifierDepartementsPresence($departements) {
$this->verifierReglesCssCouleur('A0FF7D', $departements);
}
 
private function verifierDepartementsPresenceAConfirmer($departements) {
$this->verifierReglesCssCouleur('FFFF32', $departements);
}
 
private function verifierDepartementsDouteux($departements) {
$this->verifierReglesCssCouleur('FFCB30', $departements);
}
 
private function verifierDepartementsDisparu($departements) {
$this->verifierReglesCssCouleur('F88017', $departements);
}
 
private function verifierDepartementsErreur($departements) {
$this->verifierReglesCssCouleur('FF2850', $departements);
}
 
private function verifierDepartementsErreurAConfirmer($departements) {
$this->verifierReglesCssCouleur('9F0016', $departements);
}
 
private function verifierReglesCssCouleur($couleur, $departements) {
sort($departements);
$cssRegles = $this->getListeReglesCss($departements);
$cssAttendu = "$cssRegles{\nfill:#$couleur;\n}";
 
$cssPresent = $this->svg->getElementsByTagName('style')->item(0)->nodeValue;
 
$this->assertContains($cssAttendu, $cssPresent);
}
 
private function getListeReglesCss($departements) {
foreach ($departements as $id => $val) {
$departements[$id] = '.departement'.$val;
}
$cssRegle = implode(', ', $departements);
return $cssRegle;
}
}
?>
/branches/refact/services/tests/0.2/bdtfx/NomsServiceBdftxTest.php
New file
0,0 → 1,399
<?php
require_once dirname(__FILE__).'/../ServicePhpUnit.php';
 
class NomsServiceBdtfxTest extends ServicePhpUnit {
 
private $retour = '';
private $nomDetailSqueletteUrl = 'http://localhost/service:eflore:0.2/bdtfx/noms/%s';
private $ontologieHrefTpl = 'http://localhost/service:eflore:0.2/bdnt/ontologies/rangTaxo:%s';
private $champsProjet = array(
'presence_Ga' => 'presence_Ga.code',
'presence_Co' => 'presence_Co.code'
);
 
public function __construct() {
$this->projet = 'bdtfx';
$this->service = 'noms';
}
 
public function initialiserService(NomsListe $service) {
$service->setDetailsHrefTpl($this->nomDetailSqueletteUrl);
$service->setOntologieHrefTpl($this->ontologieHrefTpl);
$service->setChampsProjet($this->champsProjet);
}
 
public function testVersionPrecise() {
$ressources = array();
$parametres = array('version.projet' => '1.01', 'recherche' => 'etendue', 'masque' => 'acer');
 
$this->retour = $this->consulter($ressources, $parametres);
 
$this->verifierStructureListe();
$this->verifierMasque('nom_sci=acer%');
$this->verifierTotal(156);
$this->verifierNbreResultats(100);
}
 
public function testNomsVersionMultiple() {
$ressources = array();
$parametres = array('version.projet' => '*', 'recherche' => 'etendue', 'masque' => 'acer');
 
$this->retour = $this->consulterBrut($ressources, $parametres);
 
$this->verifierPresenceMessage("L'affichage de plusieurs versions ne fonctionne que pour les ressources de type /ressources/#id");
}
 
public function testVersionInexistante() {
$ressources = array();
$parametres = array('version.projet' => '99.00');
 
$this->retour = $this->consulterBrut($ressources, $parametres);
 
$this->verifierPresenceMessage("La version '99.00' n'est pas disponible pour le projet 'bdtfx' !");
}
 
public function testAucunResultat() {
$ressources = array();
$parametres = array(
'version.projet' => '1.01',
'recherche' => 'stricte',
'masque' => 'Axer');
 
$this->retour = $this->consulterBrut($ressources, $parametres);
 
$this->verifierPresenceMessage("Aucun résultat ne correspond a votre requête !");
}
 
public function testRechercheStricte() {
$ressources = array();
$parametres = array(
'version.projet' => '1.01',
'recherche' => 'stricte',
'masque' => 'Acer');
 
$this->retour = $this->consulter($ressources, $parametres);
 
$this->verifierStructureListe();
$this->verifierMasque('nom_sci=Acer');
$this->verifierTotal(1);
$this->verifierNbreResultats(1);
}
 
public function testResultatChamps() {
$ressources = array();
$parametres = array(
'version.projet' => '1.01',
'recherche' => 'stricte',
'masque.nn' => '182');
 
$this->retour = $this->consulter($ressources, $parametres);
 
$this->verifierStructureListe();
$this->verifierMasque('num_nom=182');
$this->verifierTotal(1);
$this->verifierNbreResultats(1);
$this->verifierLigneResultatsStructure(182);
$this->verifierResultatsLigneAttributValeur(182, 'retenu', true);
$this->verifierResultatsLigneAttributValeur(182, 'nom_sci', 'Acer monspessulanum');
}
 
public function testMasqueSg() {
$ressources = array();
$parametres = array(
'version.projet' => '1.01',
'recherche' => 'stricte',
'masque.sg' => 'Asteraceae');
 
$this->retour = $this->consulter($ressources, $parametres);
 
$this->verifierStructureListe();
$this->verifierMasque('nom_supra_generique=Asteraceae');
$this->verifierTotal(1);
$this->verifierNbreResultats(1);
}
 
public function testMasqueGenSpSspAuAn() {
$ressources = array();
$parametres = array(
'version.projet' => '1.01',
'recherche' => 'stricte',
'masque.gen' => 'Allium',
'masque.sp' => 'carinatum',
'masque.ssp' => 'consimile',
'masque.au' => 'Gren.',
'masque.an' => '1855');
 
$this->retour = $this->consulter($ressources, $parametres);
 
$this->verifierStructureListe();
$this->verifierMasque('genre=Allium&epithete_sp=carinatum&epithete_infra_sp=consimile&auteur=Gren.&annee=1855');
$this->verifierTotal(1);
$this->verifierNbreResultats(1);
}
 
public function testMasqueNn() {
$ressources = array();
$parametres = array(
'version.projet' => '1.01',
'recherche' => 'stricte',
'masque.nn' => '182');
 
$this->retour = $this->consulter($ressources, $parametres);
 
$this->verifierStructureListe();
$this->verifierMasque('num_nom=182');
$this->verifierTotal(1);
$this->verifierNbreResultats(1);
$this->verifierLigneResultatsStructure(182);
}
 
public function testMasqueRg() {
$ressources = array();
$parametres = array(
'version.projet' => '1.01',
'recherche' => 'stricte',
'masque.rg' => '180');
 
$this->retour = $this->consulter($ressources, $parametres);
 
$this->verifierStructureListe();
$this->verifierMasque('rang=180');
$this->verifierTotal(210);
}
 
// TODO : à implémenter!
/*
public function testNomsIdVersionMultiple() {
$ressources = array('71711');
$parametres = array('version.projet' => '*');
 
$retour = $this->consulter($ressources, $parametres);
$this->assertArrayHasKey('bdtfx_v1_01', $retour, "Le json ne contient pas d'attribut : bdtfx_v1_01.");
$this->assertArrayHasKey('bdtfx_v1_02', $retour, "Le json ne contient pas d'attribut : bdtfx_v1_02.");
$this->assertEquals('71711', $retour['bdtfx_v1_01']['id'], "'bdtfx_v1_01' doit contenir un attribut 'id' avec la valeur '71711'");
$this->assertEquals('71711', $retour['bdtfx_v1_02']['id'], "'bdtfx_v1_02' doit contenir un attribut 'id' avec la valeur '71711'");
}*/
 
// TODO : à implémenter
/*
public function testNsStructureTxt() {
$ressources = array();
$parametres = array(
'version.projet' => '1.01',
'recherche' => 'stricte',
'masque.nn' => '182',
'ns.format' => 'txt',
'ns.structure' => 'au,an,bib,ad');
 
$this->retour = $this->consulter($ressources, $parametres);
 
$this->verifierStructureListe();
$this->verifierMasque('num_nom=182');
$this->verifierTotal(1);
$this->verifierNbreResultats(1);
$this->verifierResultatsLigneAttributValeur(182, 'nom_sci', 'Acer monspessulanum L. [1753, Sp. Pl., éd. 1 : 1056]');
}*/
 
// TODO : à implémenter
/*
public function testNsStructureHtml() {
$ressources = array();
$parametres = array(
'version.projet' => '1.01',
'recherche' => 'stricte',
'masque.nn' => '182',
'ns.format' => 'htm',
'ns.structure' => 'au,an,bib,ad');
 
$this->retour = $this->consulter($ressources, $parametres);
 
$this->verifierStructureListe();
$this->verifierMasque('num_nom=182');
$this->verifierTotal(1);
$this->verifierNbreResultats(1);
$nomSciAttendu = '<span class="sci"><span class="gen">Acer</span> <span class="sp">monspessulanum</span></span> <span class="auteur">L.</span> [<span class="annee">1753</span>, <span class="biblio">Sp. Pl., éd. 1 : 1056</span>]';
$this->verifierResultatsLigneAttributValeur(182, 'nom_sci', $nomSciAttendu);
}*/
 
// TODO : à implémenter
/*
public function testListeNomsAvecParametreRetourChamps() {
$ressources = array();
$parametres = array('version.projet' => '1.01',
'masque' => 'acer',
'retour.champs' => 'auteur,nom_retenu.*');
 
$this->retour = $this->consulter($ressources, $parametres);
 
$this->verifierStructureListe();
$this->presenceAttributDansResultat(83587, 'auteur');
$this->presenceAttributDansResultat(83587, 'nom_retenu.id');
$this->presenceAttributDansResultat(83587, 'nom_retenu.href');
$this->abscenceAttributDansResultat(83587, 'nom_retenu');
}*/
 
// TODO : à implémenter
/*
public function testNomsIdAvecParametreRetourChamps() {
$ressources = array('1');
$parametres = array('version.projet' => '1.01',
'retour.champs' => 'nom_retenu.*');
 
$this->retour = $this->consulter($ressources, $parametres);
 
$this->presenceAttribut('nom_retenu.id');
$this->presenceAttribut('nom_retenu.href');
$this->abscenceAttribut('nom_retenu');
$this->abscenceAttribut('auteur');
}*/
 
// TODO : à implémenter
/*
public function testListeNomAvecParametreNsStructureAuAnBibAd() {
$ressources = array();
$parametres = array('version.projet' => '1.01',
'masque.nn' => '39607',
'ns.structure' => 'au,an,bib,ad');
 
$this->retour = $this->consulter($ressources, $parametres);
 
$this->verifierStructureListe();
$this->presenceAttributDansResultat(39607, 'nom_sci');
 
$nomSciTxt = 'Lolium annuum Gilib. [1792, Exercit. Phytol., 2 : 520] [nom. invalid.]';
$this->verifierResultatsLigneAttributValeur(39607, 'nom_sci', $nomSciTxt);
}*/
 
// TODO : à implémenter
/*
public function testListeNomAvecParametreNsStructureAuAnBibAdEtNsFormatHtm() {
$ressources = array();
$parametres = array('version.projet' => '1.01',
'masque.nn' => '39607',
'ns.structure' => 'au,an,bib,ad',
'ns.format' => 'htm');
 
$this->retour = $this->consulter($ressources, $parametres);
 
$this->verifierStructureListe();
$this->verifierMasque('num_nom=39607');
 
$this->presenceAttributDansResultat(39607, 'nom_sci');
 
$nomSciHtml = "<span class=\"sci\"><span class=\"gen\">Lolium</span> <span class=\"sp\">annuum</span></span> <span class=\"auteur\">Gilib.</span> [<span class=\"annee\">1792</span>, <span class=\"biblio\">Exercit. Phytol., 2 : 520</span>] [<span class=\"adendum\">nom. invalid.</span>]";
$this->verifierResultatsLigneAttributValeur(39607, 'nom_sci', $nomSciHtml);
}*/
 
public function testSansParametres() {
$ressources = array('85');
$parametres = array();
 
$retour = $this->consulter($ressources, $parametres);
 
$this->assertTrue(is_array($retour), 'Retour est un tableau');
$this->assertArrayHasKey('id', $retour, 'Présence champ id');
$this->assertSame(85, $retour['id'], 'Valeur champ id = 85');
$this->assertArrayHasKey('nom_sci', $retour, 'Présence champ nom_sci');
 
$this->assertSame('Abutilon theophrasti', $retour['nom_sci'], 'Valeur champ nom_sci = Abutilon theophrasti');
$this->assertArrayHasKey('nom_retenu.id', $retour, 'Présence champ nom_retenu.id');
$this->assertSame(85, $retour['nom_retenu.id'], 'Valeur champ nom_sci = 85');
$this->assertArrayHasKey('nom_retenu', $retour, 'Présence champ nom_retenu');
$this->assertSame('Abutilon theophrasti', $retour['nom_retenu'], 'Valeur champ nom_retenu = Abutilon theophrasti');
$this->assertArrayHasKey('nom_retenu.href', $retour, 'Présence champ nom_retenu.href');
$urlNomRetenuHrefAttendue = sprintf($this->nomDetailSqueletteUrl, 85);
$this->assertSame($urlNomRetenuHrefAttendue, $retour['nom_retenu.href'], "Valeur champ nom_retenu.href = $urlNomRetenuHrefAttendue");
 
$this->assertArrayHasKey('rang.code', $retour, 'Présence champ rang.code');
$this->assertSame('bdnt.rangTaxo:290', $retour['rang.code'], 'Valeur champ rang.code = bdnt.rangTaxo:290');
$this->assertArrayHasKey('rang', $retour, 'Présence champ rang');
$this->assertSame('Espèce', $retour['rang'], 'Valeur champ rang = Espèce');
 
$this->assertArrayHasKey('rang.href', $retour, 'Présence champ rang.href');
$hrefAttendue =sprintf($this->ontologieHrefTpl, 290);
$this->assertSame($hrefAttendue, $retour['rang.href'], "Valeur champ rang.href = $hrefAttendue");
 
$this->assertArrayHasKey('nom_sci.genre', $retour, 'Présence champ nom_sci.genre');
$this->assertSame('Abutilon', $retour['nom_sci.genre'], "Valeur champ nom_sci.genre = 'Abutilon'");
$this->assertArrayHasKey('nom_sci.sp', $retour, 'Présence champ nom_sci.sp');
$this->assertSame('theophrasti', $retour['nom_sci.sp'], "Valeur champ nom_sci.sp = theophrasti");
 
$this->assertArrayHasKey('auteur', $retour, 'Présence champ auteur');
$this->assertSame('Medik.', $retour['auteur'], "Valeur champ auteur = 'Medik.'");
 
$this->assertArrayHasKey('presence_Ga.code', $retour, 'Présence champ presence_Ga.code'.print_r($retour,true));
$this->assertSame('P', $retour['presence_Ga.code'], "Valeur champ presence_Ga.code = 'P'");
$this->assertArrayHasKey('presence_Co.code', $retour, 'Présence champ "presence_Co.code');
$this->assertSame('P', $retour['presence_Co.code'], "Valeur champ page = P");
}
 
public function testNomSansCorrespondance() {
$ressources = array('98940');
$parametres = array();
 
$this->retour = $this->consulter($ressources, $parametres);
 
$this->abscenceAttribut('nom_retenu.id');
$this->abscenceAttribut('nom_retenu.href');
$this->verifierAttributValeur('nom_retenu', null);
}
 
private function verifierPresenceMessage($messageAttendu) {
$this->assertEquals($messageAttendu, $this->retour);
}
 
private function verifierStructureListe() {
$this->assertArrayHasKey('entete', $this->retour, "Présence attribut : entete");
$this->assertArrayHasKey('masque', $this->retour['entete'], "Présence attribut : entete>masque");
$this->assertArrayHasKey('depart', $this->retour['entete'], "Présence attribut : entete>depart");
$this->assertArrayHasKey('limite', $this->retour['entete'], "Présence attribut : entete>limite");
$this->assertArrayHasKey('total', $this->retour['entete'], "Présence attribut : entete>total");
$this->assertArrayHasKey('resultats', $this->retour, "Présence attribut : resultats");
}
 
private function verifierMasque($masque) {
$this->assertEquals($masque, $this->retour['entete']['masque'], "Attribut 'entete>masque' = '$masque'");
}
 
private function verifierTotal($total) {
$this->assertSame($total, $this->retour['entete']['total'], "Attribut 'entete>total' = $total");
}
 
private function verifierNbreResultats($nbre) {
$this->assertSame($nbre, count($this->retour['resultats']), "Nbre 'resultats' = 1");
}
 
private function verifierLigneResultatsStructure($ligne) {
$this->assertArrayHasKey($ligne, $this->retour['resultats'], "Presence attribut : resultats>$ligne".print_r($this->retour, true));
$this->assertArrayHasKey('nom_sci', $this->retour['resultats'][$ligne], "Presence attribut : resultats>$ligne>nom_sci".print_r($this->retour, true));
$this->assertArrayHasKey('retenu', $this->retour['resultats'][$ligne], "Presence attribut : resultats>$ligne>retenu".print_r($this->retour, true));
$this->assertArrayHasKey('href', $this->retour['resultats'][$ligne], "Presence attribut : resultats>$ligne>href".print_r($this->retour, true));
}
 
private function presenceAttributDansResultat($ligne, $attribut) {
$this->assertArrayHasKey($ligne, $this->retour['resultats'], "Présence ligne : resultats>$ligne");
$this->assertArrayHasKey($attribut, $this->retour['resultats'][$ligne], "Présence attribut : resultats>$ligne>$attribut");
}
 
private function abscenceAttributDansResultat($ligne, $attribut) {
$this->assertArrayNotHasKey($attribut, $this->retour['resultats'][$ligne], "Présence attribut : resultats>$ligne>$attribut");
}
 
private function verifierResultatsLigneAttributValeur($ligne, $attribut, $valeur) {
$this->assertSame($valeur, $this->retour['resultats'][$ligne][$attribut], "Attribut 'resultats>$ligne>$attribut' = $valeur");
}
 
private function presenceAttribut($attribut) {
$this->assertArrayHasKey($attribut, $this->retour);
}
 
private function abscenceAttribut($attribut) {
$this->assertArrayNotHasKey($attribut, $this->retour);
}
 
private function verifierAttributValeur($attribut, $valeur) {
$this->presenceAttribut($attribut);
$this->assertSame($valeur, $this->retour[$attribut]);
}
}
?>
/branches/refact/services/tests/0.2/bdd/tb_eflore.sqlite
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/refact/services/tests/0.2/bdd/tb_eflore.sqlite
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/refact/services/tests/0.2/bdd/mysql2sqlite.sh
New file
0,0 → 1,109
#!/bin/sh
# Converts a mysqldump file into a Sqlite 3 compatible file. It also extracts the MySQL `KEY xxxxx` from the
# CREATE block and create them in separate commands _after_ all the INSERTs.
 
# Awk is choosen because it's fast and portable. You can use gawk, original awk or even the lightning fast mawk.
# The mysqldump file is traversed only once.
 
# Usage: $ ./mysql2sqlite mysqldump-opts db-name | sqlite3 database.sqlite
# Example: $ ./mysql2sqlite --no-data -u root -pMySecretPassWord myDbase | sqlite3 database.sqlite
 
# Thanks to and @artemyk and @gkuenning for their nice tweaks.
 
# AJOUT 2011-12-27 : chemin vers lampp pour le dump mysql, suppression des commentaires, insenssibilité à la casse pour tous les champs
 
# USAGE :
# ./mysql2sqlite.sh --default-character-set=utf8 -u root -p tb_eflore bdnt_meta bdnt_ontologies_v4_30 bdtfx_meta bdtfx_v1_01 \
# bdtfx_v1_02 fournier_meta fournier_v1_00 | \
# sqlite3 /home/jpm/web/eflore/eflore-projets/services/tests/0.2/bdd/tb_eflore.sqlite
 
/opt/lampp/bin/mysqldump --compatible=ansi --skip-extended-insert --compact "$@" | \
 
awk '
 
BEGIN {
FS=",$"
print "PRAGMA synchronous = OFF;"
print "PRAGMA journal_mode = MEMORY;"
print "BEGIN TRANSACTION;"
}
 
# CREATE TRIGGER statements have funny commenting. Remember we are in trigger.
/^\/\*.*CREATE.*TRIGGER/ {
gsub( /^.*TRIGGER/, "CREATE TRIGGER" )
print
inTrigger = 1
next
}
 
# The end of CREATE TRIGGER has a stray comment terminator
/END \*\/;;/ { gsub( /\*\//, "" ); print; inTrigger = 0; next }
 
# The rest of triggers just get passed through
inTrigger != 0 { print; next }
 
# Skip other comments
/^\/\*/ { next }
 
# Print all `INSERT` lines. The single quotes are protected by another single quote.
/INSERT/ {
gsub( /\\\047/, "\047\047" )
gsub(/\\n/, "\n")
gsub(/\\r/, "\r")
gsub(/\\"/, "\"")
gsub(/\\\\/, "\\")
gsub(/\\\032/, "\032")
print
next
}
 
# Print the `CREATE` line as is and capture the table name.
/^CREATE/ {
print
if ( match( $0, /\"[^\"]+/ ) ) tableName = substr( $0, RSTART+1, RLENGTH-1 )
}
 
# Replace `FULLTEXT KEY` or any other `XXXXX KEY` except PRIMARY by `KEY`
/^ [^"]+KEY/ && !/^ PRIMARY KEY/ { gsub( /.+KEY/, " KEY" ) }
 
# Get rid of field lengths in KEY lines
/ KEY/ { gsub(/\([0-9]+\)/, "") }
 
# Print all fields definition lines except the `KEY` lines.
/^ / && !/^( KEY|\);)/ {
gsub( /AUTO_INCREMENT|auto_increment/, "" )
gsub( /(CHARACTER SET|character set) [^ ]+ /, "" )
gsub( /DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP|default current_timestamp on update current_timestamp/, "" )
gsub( /(COLLATE|collate) [^ ]+ /, "" )
gsub(/(ENUM|enum)[^)]+\)/, "text ")
gsub(/(SET|set)\([^)]+\)/, "text ")
gsub(/UNSIGNED|unsigned/, "")
# AJOUT : suppression des commentaires
gsub(/(COMMENT|comment) '"'"'.+'"'"',/, ",")
# AJOUT : insenssibilité à la casse pour tous les champs
if (prev) print prev " COLLATE NOCASE,"
prev = $1
}
 
# `KEY` lines are extracted from the `CREATE` block and stored in array for later print
# in a separate `CREATE KEY` command. The index name is prefixed by the table name to
# avoid a sqlite error for duplicate index name.
/^( KEY|\);)/ {
if (prev) print prev
prev=""
if ($0 == ");"){
print
} else {
if ( match( $0, /\"[^"]+/ ) ) indexName = substr( $0, RSTART+1, RLENGTH-1 )
if ( match( $0, /\([^()]+/ ) ) indexKey = substr( $0, RSTART+1, RLENGTH-1 )
key[tableName]=key[tableName] "CREATE INDEX \"" tableName "_" indexName "\" ON \"" tableName "\" (" indexKey ");\n"
}
}
 
# Print all `KEY` creation lines.
END {
for (table in key) printf key[table]
print "END TRANSACTION;"
}
'
exit 0
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
Added: svn:executable
+*
\ No newline at end of property
/branches/refact/services/tests/0.2/fournier/NomsListeFournierTest.php
New file
0,0 → 1,211
<?php
require_once dirname(__FILE__).'/../ServicePhpUnit.php';
 
class NomsListeFournierTest extends ServicePhpUnit {
 
private $listeUrl = 'http://localhost/service:eflore:0.2/fournier/noms';
private $nomDetailSqueletteUrl = 'http://localhost/service:eflore:0.2/fournier/noms/%s';
private $nbreNom = 168;
 
public function __construct() {
$this->projet = 'fournier';
$this->service = 'noms';
}
 
public function testSansParametres() {
$ressources = array();
$parametres = array();
 
$retour = $this->consulter($ressources, $parametres);
$this->assertArrayHasKey('entete', $retour, 'Présence champ entete');
$this->assertArrayHasKey('masque', $retour['entete'], 'Présence champ entete>masque');
$this->assertEmpty($retour['entete']['masque'], 'Valeur champ entete>masque = vide');
$this->assertArrayHasKey('depart', $retour['entete'], 'Présence champ entete>depart');
$this->assertSame(0, $retour['entete']['depart'], 'Valeur champ entete>depart = 0');
$this->assertArrayHasKey('limite', $retour['entete'], 'Présence champ entete>limite');
$this->assertSame(100, $retour['entete']['limite'], 'Valeur champ entete>limite = 100');
$this->assertArrayHasKey('total', $retour['entete'], 'Présence champ entete>total');
$this->assertNotEquals(0, $retour['entete']['total'], 'Valeur champ entete>total != 0');
$this->assertSame($this->nbreNom, $retour['entete']['total'], 'Valeur champ entete>total = 168');
$this->assertArrayNotHasKey('href.precedent', $retour['entete'], "Abscence champ entete>href.precedent");
$this->assertArrayHasKey('href.suivant', $retour['entete'], "Présence champ entete>href.suivant");
$url = $this->listeUrl.'?navigation.depart=100&navigation.limite=100';
$this->assertEquals($url, $retour['entete']['href.suivant'], "Valeur champ entete>href.suivant = $url");
 
$this->assertArrayHasKey('resultats', $retour, 'Valeur champ resultats');
$this->assertCount(100, $retour['resultats'], 'Nombre de valeurs dans resultats = 100');
$this->assertArrayNotHasKey('1', $retour['resultats'], 'Abscence champ resultats>1 car trie sur nom_sci ASC');
$this->assertArrayHasKey('2', $retour['resultats'], 'Présence champ resultats>2');
$this->assertArrayHasKey('nom_sci', $retour['resultats']['2'], 'Présence champ resultats>2>nom_sci');
$this->assertCount(3, $retour['resultats']['2'], 'Nombre de valeurs dans resultats>2 = 3');
$this->assertEquals('Cryptogames', $retour['resultats']['2']['nom_sci'], 'Test valeur champ resultats>2>nom_sci = Plantae');
$this->assertArrayHasKey('retenu', $retour['resultats']['2'], 'Présence champ resultats>2>retenu');
$this->assertTrue($retour['resultats']['2']['retenu'], 'Valeur champ resultats>2>retenu = true');
$this->assertArrayHasKey('href', $retour['resultats']['2'], 'Présence champ resultats>2>href');
$url = sprintf($this->nomDetailSqueletteUrl, '2');
$this->assertEquals($url, $retour['resultats']['2']['href'], "Valeur champ resultats>2>nom_sci = $url");
}
 
public function testParametreNavigationDepart100() {
$ressources = array();
$parametres = array('navigation.depart' => 100);
 
$retour = $this->consulter($ressources, $parametres);
 
$this->assertArrayHasKey('depart', $retour['entete'], 'Présence champ entete>depart');
$this->assertSame(100, $retour['entete']['depart'], 'Valeur champ entete>depart = 100');
$this->assertArrayHasKey('limite', $retour['entete'], 'Présence champ entete>limite');
$this->assertSame(100, $retour['entete']['limite'], 'Valeur champ entete>limite = 100');
$this->assertSame($this->nbreNom, $retour['entete']['total'], 'Valeur champ entete>total = 168');
$this->assertArrayNotHasKey('href.suivant', $retour['entete'], "Abscence champ entete>href.suivant");
$this->assertArrayHasKey('href.precedent', $retour['entete'], "Présence champ entete>href.precedent");
$url = $this->listeUrl.'?navigation.depart=0&navigation.limite=100';
$this->assertEquals($url, $retour['entete']['href.precedent'], "Valeur champ entete>href.precedent = $url");
}
 
public function testRechercheDefautMasque() {
$ressources = array();
$parametres = array('masque' => 'Lycopodium');
 
$retour = $this->consulter($ressources, $parametres);
 
$this->assertArrayHasKey('masque', $retour['entete'], 'Présence champ entete>masque');
$this->assertEquals('nom_sci=Lycopodium', $retour['entete']['masque'], 'Valeur champ entete>masque = "nom_sci=Lycopodium"');
$this->assertCount(1, $retour['resultats'], 'Nombre de valeurs dans resultats = 1');
$this->assertEquals('Lycopodium', $retour['resultats']['5']['nom_sci'], 'Test valeur champ resultats>5>nom_sci = Lycopodium');
}
 
public function testRechercheStricteMasque() {
$ressources = array();
$parametres = array('masque' => 'Lycopodium', 'recherche' => 'stricte');
 
$retour = $this->consulter($ressources, $parametres);
 
$this->assertArrayHasKey('masque', $retour['entete'], 'Présence champ entete>masque');
$this->assertEquals('nom_sci=Lycopodium', $retour['entete']['masque'], 'Valeur champ entete>masque = "nom_sci=Lycopodium"');
$this->assertCount(1, $retour['resultats'], 'Nombre de valeurs dans resultats = 1');
$this->assertEquals('Lycopodium', $retour['resultats']['5']['nom_sci'], 'Test valeur champ resultats>5>nom_sci = Lycopodium');
}
 
public function testerRechercheEtendueMasque() {
$ressources = array();
$parametres = array('masque' => 'Lycopodium', 'recherche' => 'etendue');
 
$retour = $this->consulter($ressources, $parametres);
 
$this->assertArrayHasKey('masque', $retour['entete'], 'Présence champ entete>masque');
$this->assertEquals('nom_sci=Lycopodium%', $retour['entete']['masque'], 'Valeur champ entete>masque = "nom_sci=Lycopodium%"');
$this->assertCount(11, $retour['resultats'], 'Nombre de valeurs dans resultats = 10');
foreach ($retour['resultats'] as $nom) {
$this->assertContains('Lycopodium', $nom['nom_sci'], 'Test valeur champ resultats>...>nom_sci contient Lycopodium');
}
}
 
public function testerRechercheFloueMasque() {
$ressources = array();
$parametres = array('masque' => 'Licopodium', 'recherche' => 'floue');
 
$retour = $this->consulter($ressources, $parametres);
 
$this->assertArrayHasKey('masque', $retour['entete'], 'Présence champ entete>masque');
$this->assertEquals('nom_sci=Licopodium', $retour['entete']['masque'], 'Valeur champ entete>masque = "nom_sci=Licopodium"');
$this->assertCount(1, $retour['resultats'], 'Nombre de valeurs dans resultats = 1');
$this->assertContains('Lycopodium', $retour['resultats'][5]['nom_sci'], 'Test valeur champ resultats>5>nom_sci contient Lycopodium');
}
 
public function testRechercheDefautMasqueSg() {
$ressources = array();
$parametres = array('masque.sg' => 'Lycopodiaceae');
 
$retour = $this->consulter($ressources, $parametres);
 
$this->assertArrayHasKey('masque', $retour['entete'], 'Présence champ entete>masque');
$this->assertEquals('nom_supra_generique=Lycopodiaceae', $retour['entete']['masque'], 'Valeur champ entete>masque = "nom_sci=Lycopodiaceae"');
$this->assertCount(1, $retour['resultats'], 'Nombre de valeurs dans resultats = 1');
$this->assertEquals('Lycopodiaceae', $retour['resultats']['4']['nom_sci'], 'Test valeur champ resultats>4>nom_sci = Lycopodiaceae');
}
 
public function testRechercheDefautMasqueGen() {
$ressources = array();
$parametres = array('masque.gen' => 'Lycopodium');
 
$retour = $this->consulter($ressources, $parametres);
 
$this->assertArrayHasKey('masque', $retour['entete'], 'Présence champ entete>masque');
$this->assertEquals('genre=Lycopodium', $retour['entete']['masque'], 'Valeur champ entete>masque = "genre=Lycopodium"');
$this->assertCount(11, $retour['resultats'], 'Nombre de valeurs dans resultats = 11');
foreach ($retour['resultats'] as $id => $info) {
$this->assertContains('Lycopodium', $info['nom_sci'], "Test valeur champ resultats>$id>nom_sci contient Lycopodium");
}
}
 
public function testRechercheDefautMasqueSp() {
$ressources = array();
$parametres = array('masque.sp' => 'alpinum');
 
$retour = $this->consulter($ressources, $parametres);
 
$this->assertArrayHasKey('masque', $retour['entete'], 'Présence champ entete>masque');
$this->assertEquals('epithete_sp=alpinum', $retour['entete']['masque'], 'Valeur champ entete>masque = "epithete_sp=alpinum"');
$this->assertCount(2, $retour['resultats'], 'Nombre de valeurs dans resultats = 2');
foreach ($retour['resultats'] as $id => $info) {
$this->assertContains('alpinum', $info['nom_sci'], "Test valeur champ resultats>$id>nom_sci contient alpinum");
}
}
 
public function testRechercheEtendueMasqueSg() {
$ressources = array();
$parametres = array('masque.sg' => 'Lycopodiaceae', 'recherche' => 'etendue');
 
$retour = $this->consulter($ressources, $parametres);
 
$this->assertArrayHasKey('masque', $retour['entete'], 'Présence champ entete>masque');
$this->assertEquals('nom_supra_generique=Lycopodiaceae%', $retour['entete']['masque'], 'Valeur champ entete>masque = "nom_sci=Lycopodiaceae"');
$this->assertCount(1, $retour['resultats'], 'Nombre de valeurs dans resultats = 1');
$this->assertEquals('Lycopodiaceae', $retour['resultats']['4']['nom_sci'], 'Test valeur champ resultats>4>nom_sci = Lycopodiaceae');
}
 
public function testRechercheEtendueMasqueGen() {
$ressources = array();
$parametres = array('masque.gen' => 'Lycopodium', 'recherche' => 'etendue');
 
$retour = $this->consulter($ressources, $parametres);
 
$this->assertArrayHasKey('masque', $retour['entete'], 'Présence champ entete>masque');
$this->assertEquals('genre=Lycopodium%', $retour['entete']['masque'], 'Valeur champ entete>masque = "genre=Lycopodium"');
$this->assertCount(11, $retour['resultats'], 'Nombre de valeurs dans resultats = 11');
foreach ($retour['resultats'] as $id => $info) {
$this->assertContains('Lycopodium', $info['nom_sci'], "Test valeur champ resultats>$id>nom_sci contient Lycopodium");
}
}
 
public function testRechercheEtendueMasqueSp() {
$ressources = array();
$parametres = array('masque.sp' => 'alpinum', 'recherche' => 'etendue');
 
$retour = $this->consulter($ressources, $parametres);
 
$this->assertArrayHasKey('masque', $retour['entete'], 'Présence champ entete>masque');
$this->assertEquals('epithete_sp=alpinum%', $retour['entete']['masque'], 'Valeur champ entete>masque = "epithete_sp=alpinum"');
$this->assertCount(2, $retour['resultats'], 'Nombre de valeurs dans resultats = 2');
foreach ($retour['resultats'] as $id => $info) {
$this->assertContains('alpinum', $info['nom_sci'], "Test valeur champ resultats>$id>nom_sci contient alpinum");
}
}
 
public function testRetourChamps() {
$ressources = array();
$parametres = array('retour.champs' => 'nom_retenu');
 
$retour = $this->consulter($ressources, $parametres);
 
$this->assertArrayHasKey('href.suivant', $retour['entete'], "Présence champ entete>href.suivant");
$url = $this->listeUrl.'?retour.champs=nom_retenu&navigation.depart=100&navigation.limite=100';
$this->assertEquals($url, $retour['entete']['href.suivant'], "Valeur champ entete>href.suivant = $url");
foreach ($retour['resultats'] as $id => $info) {
$this->assertArrayHasKey('nom_retenu', $info, "Présence champ resultats>$id>nom_retenu ");
}
}
 
}
?>
/branches/refact/services/tests/0.2/fournier/NomDetailsFournierTest.php
New file
0,0 → 1,61
<?php
require_once dirname(__FILE__).'/../ServicePhpUnit.php';
 
class NomDetailsFournierTest extends ServicePhpUnit {
 
private $nomDetailSqueletteUrl = 'http://localhost/service:eflore:0.2/fournier/noms/%s';
private $ontologieHrefTpl = 'http://localhost/service:eflore:0.2/bdnt/ontologies/rangTaxo:%s';
private $champsProjet = array(
'nom_scientifique' => 'nom_scientifique',
'auteur_origine' => 'auteur_origine',
'nom_vernaculaire' => 'nom_vernaculaire',
'page' => 'page',
'code_taxon' => 'code_taxon',
'milieu' => 'milieu',
'floraison' => 'floraison',
'type' => 'type',
'sol' => 'sol',
'rarete_region_alt' => 'rarete_region_alt',
'region_bota_monde' => 'region_bota_monde',
'etymologie' => 'etymologie',
'taille' => 'taille',
'formule_hybridite' => 'formule_hybridite',
'culture' => 'culture');
 
public function __construct() {
$this->projet = 'fournier';
$this->service = 'noms';
}
 
public function testSansParametres() {
$ressources = array('85');
$parametres = array();
 
$retour = $this->consulter($ressources, $parametres);
 
$this->assertTrue(is_array($retour), 'Retour est un tableau');
$this->assertArrayHasKey('id', $retour, 'Présence champ id');
$this->assertSame(85, $retour['id'], 'Valeur champ id = 85');
$this->assertArrayHasKey('nom_sci', $retour, 'Présence champ nom_sci');
$this->assertSame('Hymenophyllum peltatum', $retour['nom_sci'], 'Valeur champ nom_sci = Hymenophyllum peltatum');
$this->assertArrayHasKey('nom_retenu.id', $retour, 'Présence champ nom_retenu.id');
$this->assertSame(84, $retour['nom_retenu.id'], 'Valeur champ nom_sci = 84');
$this->assertArrayHasKey('nom_retenu', $retour, 'Présence champ nom_retenu');
$this->assertSame('Hymenophyllum unilaterale', $retour['nom_retenu'], 'Valeur champ nom_retenu = Hymenophyllum unilaterale');
$this->assertArrayHasKey('nom_retenu.href', $retour, 'Présence champ nom_retenu.href');
$urlNomRetenuHrefAttendue = sprintf($this->nomDetailSqueletteUrl, 84);
$this->assertSame($urlNomRetenuHrefAttendue, $retour['nom_retenu.href'], "Valeur champ nom_retenu.href = $urlNomRetenuHrefAttendue");
 
$this->assertArrayHasKey('rang.code', $retour, 'Présence champ rang.code');
$this->assertSame('bdnt.rangTaxo:290', $retour['rang.code'], 'Valeur champ rang.code = bdnt.rangTaxo:290');
$this->assertArrayHasKey('rang', $retour, 'Présence champ rang');
$this->assertSame('Espèce', $retour['rang'], 'Valeur champ rang = Espèce');
 
$this->assertArrayHasKey('rang.href', $retour, 'Présence champ rang.href');
$hrefAttendue =sprintf($this->ontologieHrefTpl, 290);
$this->assertSame($hrefAttendue, $retour['rang.href'], "Valeur champ rang.href = $hrefAttendue");
 
}
 
}
?>
/branches/refact/services/tests/0.2/bibliotheque/ParametresTest.php
New file
0,0 → 1,89
<?php
require_once dirname(__FILE__).'/../ServicePhpUnit.php';
 
class ParametresTest extends ServicePhpUnit {
 
private function initialiser($parametresUrl = array()) {
$bdd = $this->getMock('Bdd');
 
$parametres = new Parametres($parametresUrl, $bdd);
return $parametres;
}
 
public function testerParametreParDefaut() {
$parametres = $this->initialiser();
 
$this->assertEquals('stricte', $parametres->get('recherche'));
$this->assertEquals('txt', $parametres->get('ns.format'));
$this->assertEquals('application/json', $parametres->get('retour'));
$this->assertEquals('max', $parametres->get('retour.format'));
$this->assertEquals('fr', $parametres->get('retour.langue'));
$this->assertEquals('+', $parametres->get('version.projet'));
$this->assertSame(0, $parametres->get('navigation.depart'));
$this->assertSame(100, $parametres->get('navigation.limite'));
}
 
public function testerExisterRetourneBouleen() {
$parametresUrl = array('masque.id' => '12,15,18');
 
$parametres = $this->initialiser($parametresUrl);
 
$this->assertTrue($parametres->exister('masque.id'));
$this->assertFalse($parametres->exister('masque'));
$this->assertTrue($parametres->exister('recherche'));
}
 
public function testerGetRetourneValeur() {
$parametresUrl = array('masque.id' => '12,15,18');
 
$parametres = $this->initialiser($parametresUrl);
 
$this->assertEquals('12,15,18', $parametres->get('masque.id'));
}
 
public function testerGetListeRetourneTableau() {
$parametresUrl = array('masque.id' => '12,15,18');
 
$parametres = $this->initialiser($parametresUrl);
$liste = $parametres->getListe('masque.id');
 
$this->assertTrue(is_array($liste));
$this->assertCount(3, $liste);
$this->assertContains(12, $liste);
$this->assertContains(15, $liste);
$this->assertContains(18, $liste);
}
 
public function testerIterateur() {
$parametresUrl = array('code1' => 'val1', 'code2' => 'val2', 'code3' => 'val3');
 
$parametres = $this->initialiser($parametresUrl);
 
$parametres->rewind();
$code = $parametres->key();
$valeur = $parametres->current();
$this->assertEquals('code1', $code);
$this->assertEquals('val1', $valeur);
 
$parametres->next();
$code = $parametres->key();
$valeur = $parametres->current();
$this->assertEquals('code2', $code);
$this->assertEquals('val2', $valeur);
 
$parametres->next();
$code = $parametres->key();
$valeur = $parametres->current();
$this->assertEquals('code3', $code);
$this->assertEquals('val3', $valeur);
 
$parametres->next();
$this->assertFalse($parametres->valid());
 
$parametres->rewind();
$this->assertTrue($parametres->valid());
$code = $parametres->key();
$this->assertEquals('code1', $code);
}
 
}
/branches/refact/services/tests/0.2/bibliotheque/ProjetTest.php
New file
0,0 → 1,66
<?php
require_once dirname(__FILE__).'/../ServicePhpUnit.php';
 
class ProjetTest extends ServicePhpUnit {
 
private function initialiser($ressourcesUrl = array()) {
$ressources = new Ressources($ressourcesUrl);
$projet = new Projet($ressources);
$projet->setCheminBase(realpath(dirname(__FILE__).'/../../../modules/0.2').'/');
$projet->setCheminConfig(realpath(dirname(__FILE__).'/../../../configurations').'/');
$projet->setCheminBiblio(realpath(dirname(__FILE__).'/../../../bibliotheque').'/');
$paramsVerif = $this->getMock('ParametresVerificateur');
$projet->setParamsVerif($paramsVerif);
$ressourcesVerif = $this->getMock('RessourcesVerificateur');
$projet->setRessourcesVerif($ressourcesVerif);
$versionVerif = $this->getMock('VersionVerificateur');
$projet->setVersionVerif($versionVerif);
return $projet;
}
 
public function testerInitialiserAutoLoad() {
$ressourcesUrl = array('fournier', 'noms', '1');
 
$projet = $this->initialiser($ressourcesUrl);
$projet->initialiser();
 
$nomDetails = $this->getMock('NomDetailsGenerique');
$test = new NomDetailsFournier($nomDetails);
}
 
public function testerInitialiserConfig() {
$ressourcesUrl = array('fournier', 'noms', '1');
 
$projet = $this->initialiser($ressourcesUrl);
$projet->initialiser();
 
$this->assertNotNull(Config::get('nomProjet'));
$this->assertNotNull(Config::get('bddTable'));
$this->assertNotNull(Config::get('bddTableMeta'));
$this->assertNotNull(Config::get('baseServiceUrl'));
$this->assertNotNull(Config::get('baseProjetUrl'));
$this->assertNotNull(Config::get('listeUrl'));
$this->assertNotNull(Config::get('detailsHrefTpl'));
$this->assertNotNull(Config::get('ontologieHrefTpl'));
$this->assertNotNull(Config::get('servicesDispo'));
$this->assertNotNull(Config::get('parametresAPI'));
$this->assertNotNull(Config::get('champsProjet'));
}
 
public function testerVerifierExistanceClasseService() {
$ressourcesUrl = array('fournier', 'ServiceInexistant', '1');
 
$projet = $this->initialiser($ressourcesUrl);
 
try {
$projet->verifier();
} catch(Exception $e) {
$messageAttendu = "La classe du service demandé 'ServiceInexistant' n'existe pas dans le projet 'fournier' !";
$this->assertEquals($messageAttendu, $e->getMessage());
$this->assertEquals(404, $e->getCode());
return null;
}
$this->fail("Aucune exception n'a été soulevée.");
}
}
?>
/branches/refact/services/tests/0.2/bibliotheque/EnteteHttpTest.php
New file
0,0 → 1,14
<?php
require_once dirname(__FILE__).'/../ServicePhpUnit.php';
 
class EnteteHttpTest extends ServicePhpUnit {
 
public function testerEnteteHttpParDefaut() {
$enteteHttp = new EnteteHttp();
 
$this->assertEquals('200', $enteteHttp->code);
$this->assertEquals('utf-8', $enteteHttp->encodage);
$this->assertEquals('application/json', $enteteHttp->mime);
}
}
?>
/branches/refact/services/tests/0.2/bibliotheque/ParametresVerificateurTest.php
New file
0,0 → 1,112
<?php
require_once dirname(__FILE__).'/../ServicePhpUnit.php';
 
class ParametresVerificateurTest extends ServicePhpUnit {
 
private function initialiser($parametresUrl = array(), $parametresAPI = array()) {
$bdd = $this->getMock('Bdd');
$parametres = new Parametres($parametresUrl, $bdd);
$verificateur = new ParametresVerificateur($parametres, $parametresAPI);
return $verificateur;
}
 
public function testerValeursPermises() {
$parametresUrl = array(
'recherche' => 'declencheException',
'ns.format' => 'declencheException',
'retour' => 'declencheException',
'retour.format' => 'declencheException',
'retour.langue' => 'declencheException',
'ns.structure' => 'declencheException',
'version.projet' => 'declencheException');
 
$verificateur = $this->initialiser($parametresUrl);
 
try {
$verificateur->verifierValeurs();
} catch(Exception $e) {
$messageComplet = array("Erreur dans le paramètrage de votre URL :");
$messageTpl = "Le paramètre '%s' ne peut pas prendre la valeur 'declencheException'. Valeurs permises : %s";
$messageComplet[] = $messageAttendu = sprintf($messageTpl, 'recherche', 'stricte|floue|etendue');
$this->assertContains($messageAttendu, $e->getMessage());
$messageComplet[] = $messageAttendu = sprintf($messageTpl, 'ns.format', 'htm|txt');
$this->assertContains($messageAttendu, $e->getMessage());
$messageComplet[] = $messageAttendu = sprintf($messageTpl, 'retour', 'application/json|image/jpeg');
$this->assertContains($messageAttendu, $e->getMessage());
$messageComplet[] = $messageAttendu = sprintf($messageTpl, 'retour.format', 'min|max|oss|perso');
$this->assertContains($messageAttendu, $e->getMessage());
$messageComplet[] = $messageAttendu = sprintf($messageTpl, 'retour.langue', '/^(?:[*]|orig|[a-z]{2})$/');
$this->assertContains($messageAttendu, $e->getMessage());
$messageComplet[] = $messageAttendu = sprintf($messageTpl, 'ns.structure', '|an|au|bib|ad');
$this->assertContains($messageAttendu, $e->getMessage());
$messageComplet[] = $messageAttendu = sprintf($messageTpl, 'version.projet', '/^(?:[0-9]+[.][0-9]+|[*+])$/');
$this->assertContains($messageAttendu, $e->getMessage());
 
$this->assertEquals(implode('<br/>', $messageComplet), $e->getMessage());
return null;
}
$this->fail("Aucune exception n'a été soulevée.");
}
 
public function testerExceptionVerificationConformiteApi() {
$parametresUrl = array('code1' => 'val1');
$parametresAPI = array('paramApi');
 
$verificateur = $this->initialiser($parametresUrl, $parametresAPI);
 
try {
$verificateur->verifierConformiteApi();
} catch(Exception $e) {
$messageAttendu = "Le paramètre 'code1' n'est pas pris en compte par cette version de l'API.";
$this->assertEquals($messageAttendu, $e->getMessage());
return null;
}
$this->fail("Aucune exception n'a été soulevée.");
}
 
public function testerExceptionVerifierValeurSimple() {
$parametresUrl = array('recherche' => 'declencheException');
 
$verificateur = $this->initialiser($parametresUrl);
 
try {
$verificateur->verifierValeurs();
} catch(Exception $e) {
$messageAttendu = "Le paramètre 'recherche' ne peut pas prendre la valeur 'declencheException'. Valeurs permises : ";
$this->assertContains($messageAttendu, $e->getMessage());
return null;
}
$this->fail("Aucune exception n'a été soulevée.");
}
 
public function testerExceptionVerifierValeurRegExp() {
$parametresUrl = array('retour.langue' => '1');
 
$verificateur = $this->initialiser($parametresUrl);
 
try {
$verificateur->verifierValeurs();
} catch(Exception $e) {
$messageAttendu = "Le paramètre 'retour.langue' ne peut pas prendre la valeur '1'. Valeurs permises : ";
$this->assertContains($messageAttendu, $e->getMessage());
return null;
}
$this->fail("Aucune exception n'a été soulevée.");
}
 
public function testerExceptionVerifierValeurMultiple() {
$parametresUrl = array('ns.structure' => 'an,1');
 
$verificateur = $this->initialiser($parametresUrl);
 
try {
$verificateur->verifierValeurs();
} catch(Exception $e) {
$messageAttendu = "Le paramètre 'ns.structure' ne peut pas prendre la valeur '1'. Valeurs permises : ";
$this->assertContains($messageAttendu, $e->getMessage());
return null;
}
$this->fail("Aucune exception n'a été soulevée.");
}
}
?>
/branches/refact/services/tests/0.2/ServicePhpUnit.php
New file
0,0 → 1,168
<?php
// declare(encoding='UTF-8');
/**
* Classe contenant des méthodes :
* - d'intialisation des tests,
* - refactorisant le code des tests,
* - facilitant les tests.
*
* @category php 5.3
* @package Tests/Services
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright Copyright (c) 2011, Tela Botanica (accueil@tela-botanica.org)
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
* @version $Id$
*/
abstract class ServicePhpUnit extends PHPUnit_Framework_TestCase {
 
protected static $cheminBase = '';
protected $projet = '';
protected $service = '';
protected $baseUrl = 'http://localhost/service:eflore:0.1/';
protected $serviceBaseUrl = '';
//+------------------------------------------------------------------------------------------------------+
// Intialisation
 
public static function setUpBeforeClass() {
error_reporting(E_ALL);
$_SERVER['argv'][] = '-contexte';
$_SERVER['argv'][] = $_GET['contexte'] = 'test';
self::chargerFramework();
self::$cheminBase = realpath(__DIR__.'/../../modules/0.2').'/';
// Enregistrement en première position des autoload de la méthode gérant les classes des services
spl_autoload_register(array(get_class($this), 'chargerClasseAuto'));
}
 
public static function chargerClasseAuto($classe) {
if (class_exists($classe)) {
return null;
}
 
$cheminCommun = self::$cheminBase.'commun/';
$cheminBibliotheque = realpath(__DIR__.'/../../bibliotheque').'/';
$cheminBiblioInterfaces = $cheminBibliotheque.'interfaces/';
$cheminBiblioNom = $cheminBibliotheque.'nom/';
$cheminBiblioNomDeco = $cheminBiblioNom.'decorateurs/';
$cheminsTests = __DIR__.'/';
$chemins = array(
self::$cheminBase,
$cheminCommun,
$cheminBibliotheque,
$cheminsTests,
$cheminBiblioInterfaces,
$cheminBiblioNom,
$cheminBiblioNomDeco);
 
foreach ($chemins as $chemin) {
$chemin = $chemin.$classe.'.php';
if (file_exists($chemin)) {
require_once $chemin;
}
}
}
 
private static function chargerFramework() {
$cheminRacine = realpath(dirname(__FILE__).'/../..').'/';
$framework = $cheminRacine.'framework.php';
if (!file_exists($framework)) {
$e = "Veuillez paramétrer l'emplacement et la version du Framework dans le fichier $framework";
trigger_error($e, E_USER_ERROR);
} else {
// Inclusion du Framework
require_once $framework;
 
// Ajout d'information concernant cette application
Framework::setCheminAppli($cheminRacine);// Obligatoire
}
}
 
//+------------------------------------------------------------------------------------------------------+
// Refactorisation
protected function consulter($ressources, $parametres) {
$retourJson = $this->consulterBrut($ressources, $parametres);
$retour = json_decode($retourJson, true);
$this->assertEquals(JSON_ERROR_NONE, json_last_error(), "Le json contient des erreurs qui bloquent le décodage. Voir : $url");
return $retour;
}
 
protected function consulterBrut($ressources, $parametres) {
array_unshift($ressources, $this->service);
array_unshift($ressources, $this->projet);
$projet = new Projets();
$retourJson = $projet->consulter($ressources, $parametres);
return $retourJson;
}
 
protected function creerUrl($ressources, $parametres) {
$version = '';
$ressourcesUrl = array();
foreach ($ressources as $ressource) {
$ressourcesUrl[] = $ressource;
}
$ressourcesUrl = count($ressourcesUrl) > 0 ? '/'.implode('/', $ressourcesUrl) : '';
 
$parametresUrl = '';
if (count($parametres) > 0) {
foreach ($parametres as $cle => $valeur) {
$parametresUrl[] = $cle.'='.rawurlencode($valeur);
}
$parametresUrl = '?'.implode('&', $parametresUrl);
}
$url = $this->baseUrl.$this->projet.'/'.$version.$this->service.$ressourcesUrl.$parametresUrl;
return $url;
}
 
//+------------------------------------------------------------------------------------------------------+
// Méthodes facilitant les tests
 
/**
* Récupère un bouchon de classe abstraite.
* Comment l'utiliser :
* $classeAstraite = $this->getClasseAbstraite('MaClasse', array('param1', 'param2'));
* $foo = $classeAstraite->methodeConcretePublique();
*
* @param String $classeNom Le nom de la classe
* @param Array $parametres Les paramètres à passer au constructeur.
* @return Object Le bouchon de la classe abstraite
*/
public function getClasseAbstraite($classeNom, Array $parametres) {
$efloreScript = $this->getMockForAbstractClass($classeNom, $parametres);
return $efloreScript;
}
 
/**
* Récupère une méthode privée d'une classe pour tester/documenter.
* Comment l'utiliser :
* MyClass->foo():
* $cls = new MyClass();
* $foo = self::getPrivateMethode($cls, 'foo');
* $foo->invoke($cls, $...);
*
* @param object $objet Une instance de votre classe
* @param string $methode Le nom de la méthode private
* @return ReflectionMethod La méthode demandée
*/
public static function getMethodePrivee($objet, $nomMethode) {
$classe = new ReflectionClass($objet);
$methode = $classe->getMethod($nomMethode);
$methode->setAccessible(true);
return $methode;
}
 
/**
* Récupère une méthode protégée d'une classe pour tester/documenter.
* Comment l'utiliser :
* MyClass->foo():
* $cls = new MyClass();
* $foo = self::getProtectedMethode($cls, 'foo');
* $foo->invoke($cls, $...);
* @param object $objet Une instance de votre classe
* @param string $methode Le nom de la méthode protected
* @return ReflectionMethod La méthode demandée
*/
public static function getMethodeProtegee($objet, $nomMethode) {
return self::getMethodePrivee($objet, $nomMethode);
}
}
?>
/branches/refact/services/modules/0.1/iso-3166-1/ZoneGeo.php
New file
0,0 → 1,401
<?php
/**
* Description :
* Classe ZoneGeo.php fournit des informations sur un ensemble de lieux à une échelle donnée.
* Le but étant de fournir un ensemble minimal d'information comprenant :
* un identifiant (numérique ou alphanumérique sous forme de ChatMot si possible), un nom, une region et
* éventuellement une relation hiérarchique avec un autre terme (=classe).
* Si l'url finit par /zone-geo on retourne une liste de zones (seulement les 100 premières par défaut).
* L'url peut contenir des paramètres optionnels passés après le ? : /zone-geo?param1=val1&param2=val2&...
*
* Les paramètres de requête disponibles sont : masque, masque.code, masque.nom, masque.region , recherche,
* distinct, retour.format, navigation.depart et navigation.limite.
*
* Encodage en entrée : utf8
* Encodage en sortie : utf8
* @package framework-v3
* @author Delphine Cauquil <delphine@tela-botanica.org>
* @author Jennifer Dhé <jennifer.dhe@tela-botanica.org>
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
* @version 1.0
* @copyright 1999-${year} Tela Botanica (accueil@tela-botanica.org)
*/
 
class ZoneGeo extends Commun {
 
protected $service = 'zone-geo';
 
/**
* Permet de stocker la requete formulée : /zone-geo | /zone-geo/#id | /zone-geo/#id/champ | /zone-geo/#id/relations
* Est remplit au cours de l'analyse des ressources (traiterRessources()), par défaut, a la valeur du service.
* Est utilisée principalement pr déterminer le format du tableau à retourner. */
protected $format_reponse = 'zone-geo';
 
/** Variables constituant les parametres de la requete SQL (champ, condition, group by, limit) remplie
* selon ressources et paramètres */
protected $requete_champ = ' * ';
protected $requete_condition = '';
protected $limite_requete = array(
'depart' => 0,
'limite' => 100
);
 
/** Stockage des ressources et paramétres */
protected $table_ressources = array();
protected $table_param = array();
/**
* Precise la contenance plus ou moins précise du tableau à retourner :
* - min = les données présentes dans la table
* - max = les données de la table + les informations complémentaires (pour les identifiants et les codes)
* - oss = la liste des nom_sci (uniquement pour noms et taxons)
*/
protected $retour_format = 'max';
/** Valeur du paramètre de requete recherche :
* - stricte : le masque est passé tel quel à l'opérateur LIKE.
* - etendue : ajout automatique du signe % à la place des espaces et en fin de masque avec utilisation de LIKE.
* - floue : recherche tolérante vis-à-vis d'approximations ou d'erreurs (fautes d'orthographe par exemple) */
protected $recherche;
 
/** Permet de stocker le tableau de résultat (non encodé en json) */
protected $table_retour = array();
/** Stocke le nombre total de résultats de la requete principale. Est calculée lors de l'assemblage de la requete */
protected $total_resultat;
 
// +-----------------------------------------------------------------------------------------------------+
public function traiterParametres() {
if (isset($this->parametres) && !empty($this->parametres)) {
$this->table_param = $this->parametres;
 
// masque : filtre la liste en fonction d'un masque de recherche portant sur le code, le nom ou la region.
// masque.code : filtre uniquement sur le code. masque.nom : filtre uniquement sur le nom.
// masque.region : filtre uniquement sur la region.
if (isset($this->parametres['recherche']) && $this->parametres['recherche'] != '') {
$this->recherche = $this->parametres['recherche'];
}
 
foreach ($this->parametres as $param => $valeur) {
switch ($param) {
case 'masque' :
$this->ajouterLeFiltreMasque('masque', $valeur);
break;
case 'masque.code' :
$this->ajouterLeFiltreMasque('codet', $valeur);
break;
case 'masque.nom' :
$this->ajouterLeFiltreMasque('nom', $valeur);
break;
case 'masque.statut' :
$this->ajouterLeFiltreMasque('codet_statut', $valeur);
break;
case 'retour.format' :
$this->retour_format = $valeur;
break;
case 'navigation.depart' :
$this->limite_requete['depart'] = $valeur;
break;
case 'navigation.limite' :
$this->limite_requete['limite'] = $valeur;
break;
case 'recherche' :
break;
default :
$p = 'Erreur dans les paramètres de recherche de votre requête : '.
'</br> Le paramètre " '.$param.' " n\'existe pas.';
$this->renvoyerErreur(RestServeur::HTTP_CODE_MAUVAISE_REQUETE, $p); break;
}
}
}
}
 
public function ajouterLeFiltreMasque($nom_champ, $valeur) {
if ($nom_champ == 'codet') {
$this->requete_condition[] .= $nom_champ.' = '.$this->getBdd()->proteger($valeur);
} else {
if ($this->recherche == 'floue') {
if ($nom_champ == 'masque') {
$this->requete_condition[] = ' ( codet = '.$this->getBdd()->proteger($valeur)
.' OR (SOUNDEX(nom_francais) = SOUNDEX(\''.$valeur.'\')'
.' OR SOUNDEX(REVERSE(nom_francais)) = SOUNDEX(REVERSE(\''.$valeur.'\')) OR '
.'SOUNDEX(nom_anglais) = SOUNDEX(\''.$valeur.'\')'
.' OR SOUNDEX(REVERSE(nom_anglais)) = SOUNDEX(REVERSE(\''.$valeur.'\'))) '
.' OR ( SOUNDEX(codet_statut) = SOUNDEX(\''.$valeur.'\')'
.' OR SOUNDEX(REVERSE(codet_statut)) = SOUNDEX(REVERSE(\''.$valeur.'\')) '
.')) ';
} elseif ($nom_champ == 'nom') {
$this->requete_condition[] = '(SOUNDEX(nom_francais) = SOUNDEX(\''.$valeur.'\')'
.' OR SOUNDEX(REVERSE(nom_francais)) = SOUNDEX(REVERSE(\''.$valeur.'\'))) OR
(SOUNDEX(nom_anglais) = SOUNDEX(\''.$valeur.'\')'
.' OR SOUNDEX(REVERSE(nom_anglais)) = SOUNDEX(REVERSE(\''.$valeur.'\'))) ';
} else {
$this->requete_condition[] = '(SOUNDEX('.$nom_champ.') = SOUNDEX(\''.$valeur.'\')'
.' OR SOUNDEX(REVERSE('.$nom_champ.')) = SOUNDEX(REVERSE(\''.$valeur.'\'))) ';
}
} else {
if ($this->recherche == 'etendue') {
$valeur = str_replace(' ','%', $valeur);
$valeur .= '%';
}
 
if ($nom_champ == 'masque') {
$this->requete_condition[] = '(codet = '.$this->getBdd()->proteger($valeur)
.' OR nom_francais LIKE '.$this->getBdd()->proteger($valeur)
.' OR nom_anglais LIKE '.$this->getBdd()->proteger($valeur)
.' OR codet_statut LIKE '.$this->getBdd()->proteger($valeur).')';
} elseif ($nom_champ == 'nom') {
$this->requete_condition[] = '(nom_francais LIKE '.$this->getBdd()->proteger($valeur).' OR '
.'nom_anglais LIKE '.$this->getBdd()->proteger($valeur).') ';
} else {
$this->requete_condition[] = $nom_champ.' LIKE '.$this->getBdd()->proteger($valeur);
}
}
}
}
 
// +-----------------------------------------------------------------------------------------------------+
public function traiterRessources() {
if (isset($this->ressources) && !empty($this->ressources)) {
$this->table_ressources = $this->ressources;
if (isset($this->table_ressources[0]) && !empty($this->table_ressources[0])) {
//requete = /zone-geo/#id
$this->traiterRessourceId();
if (isset($this->table_ressources[1]) && !empty($this->table_ressources[1])) {
//requete = /zone-geo/#id/#champ ou /zone-geo/#id/relations
$this->traiterRessourceChampOuRelations();
}
}
}
}
 
public function traiterRessourceId() {
//requete : /zone-geo/#id (ex : /zone-geo/7)
if ($this->table_ressources[0]) {
$this->requete_condition[] = ' codet = '.$this->getBdd()->proteger($this->table_ressources[0]);
$this->format_reponse .= '/id';
} else {
$r = 'Erreur dans les ressources de votre requête : </br> La ressource " '.$this->table_ressources[0].
' " n\'existe pas.';
$this->renvoyerErreur(RestServeur::HTTP_CODE_MAUVAISE_REQUETE, $r);
}
}
 
 
public function traiterRessourceChampOuRelations() {
if ($this->table_ressources[1] == 'relations') {
$r = 'Erreur dans les ressources de votre requête : </br> La ressource " '.$this->table_ressources[1].
' " n\'existe pas.';
$this->renvoyerErreur(RestServeur::HTTP_CODE_MAUVAISE_REQUETE, $r);
} else {
$this->format_reponse .= '/champ';
}
}
 
// +-------------------------------------------------------------------------------------------------------------------+
public function assemblerLaRequete() {
//assemblage de la requete :
$requete = ' SELECT '.$this->requete_champ.
' FROM '.$this->table
.$this->formerRequeteCondition()
.$this->formerRequeteLimite();
return $requete;
}
 
//ajout d'une limite seulement pour les listes (pas plus de 100 resultats retournés pr les requetes
// suivantes : /zone-geo et /zone-geo/#id/relations)
public function formerRequeteLimite() {
if ($this->format_reponse != 'zone-geo') {
$this->requete_limite = '';
} elseif (($depart = $this->limite_requete['depart']) > ($this->total_resultat = $this->recupererTotalResultat())) {
//cas ou la requete presente un navigation.depart supérieur au nb total de resultats.
$this->limite_requete['depart'] =
(($nb - $this->limite_requete['limite']) < 0) ? 0 : ($nb - $this->limite_requete['limite']);
$this->requete_limite = ' LIMIT '.$this->limite_requete['depart'].', '.$this->limite_requete['limite'];
} else {
$this->requete_limite = ' LIMIT '.$this->limite_requete['depart'].', '.$this->limite_requete['limite'];
}
return $this->requete_limite;
}
 
public function formerRequeteCondition() {
$condition = '';
if ($this->requete_condition != null) {
$condition = ' WHERE '.implode(' AND ', $this->requete_condition);
}
return $condition;
}
 
public function recupererTotalResultat() {
//on récupère le nombre total de résultats de la requete (ex : le nombre d'id contenu dans la liste /zone-geo)
$requete = 'SELECT count(*) as nombre FROM '
.$this->table
.$this->formerRequeteCondition();
$res = $this->getBdd()->recuperer($requete);
 
if ($res) {
$total = $res['nombre'];
} else {
$t = 'Fonction recupererTotalResultat() : <br/>Données introuvables dans la base';
$this->renvoyerErreur(RestServeur::HTTP_CODE_RESSOURCE_INTROUVABLE, $t);
}
return $total;
}
 
// +-------------------------------------------------------------------------------------------------------------------+
// determine en fct du service appelé (/zone-geo | /zone-geo/#id | /zone-geo/#id/champ |
// /zone-geo/#id/relations) le format du tableau à retourner. Encode en json
public function retournerResultatFormate($resultat) {
$this->recupererTableConfig('correspondance_champs');
switch ($this->format_reponse) {
case 'zone-geo' : $reponse = $this->formaterZoneGeo($resultat); break;
case 'zone-geo/id' : $reponse = $this->formaterZoneGeoId($resultat[0]); break;
case 'zone-geo/id/champ' : $reponse = $this->formaterZoneGeoIdChamp($resultat[0]); break;
default : break;
}
return $reponse;
}
 
public function formaterZoneGeo($resultat) {
//on remplit la table $table_retour_json['entete']
$this->table_retour['depart'] = $this->limite_requete['depart'];
$this->table_retour['limite'] = $this->limite_requete['limite'];
$this->table_retour['total'] = $this->total_resultat;
$url = $this->formulerUrl($this->total_resultat, '/zone-geo');
if (isset($url['precedent']) && $url['precedent'] != '') {
$this->table_retour['href.precedent'] = $url['precedent'];
}
if (isset($url['suivant']) && $url['suivant'] != '') {
$this->table_retour['href.suivant'] = $url['suivant'];
}
$table_retour_json['entete'] = $this->table_retour;
 
//on remplit la table $table_retour_json['resultat']
$this->table_retour = array();
if (isset($this->table_param['masque_nom'])) $resultat = $this->trierRechercheFloue($this->table_param['masque_nom'], $resultat, 'nom_francais');
foreach ($resultat as $tab) {
foreach ($tab as $key => $valeur) {
$valeur = rtrim($valeur);
if ($valeur != '') {
switch ($key) {
case 'codet' : $num = $valeur; $this->table_retour['code'] = $valeur; break;
case 'nom_francais' : $this->table_retour['nom'] = $valeur; break;
case 'nom_anglais' : if ($tab['nom_francais'] == '') $this->table_retour['nom'] = $valeur; break;
case 'codet_statut' : $this->table_retour['statut'] = $valeur; break;
default : break;
}
}
}
if ($this->retour_format == 'max') {
$this->table_retour['href'] = $this->ajouterHref('zone-geo', $num);
}
$resultat_json[$num] = $this->table_retour;
$this->table_retour = array();
}
$table_retour_json['resultat'] = $resultat_json;
return $table_retour_json;
}
 
public function formaterZoneGeoId($resultat) {
foreach ($resultat as $key => $valeur) {
if ($valeur != '') {
$this->afficherDonnees($key, $valeur);
}
}
unset($this->table_retour['href']);
return $this->table_retour;
}
 
public function formaterZoneGeoIdChamp($resultat) {
//on recupère tous les resultats possibles
$reponse = $this->formaterZoneGeoId($resultat);
$this->table_retour = array();
//on recupère les résultats demandés à partir du tableau de résultat complet
$this->table_retour['id'] = $reponse['code'];
 
$champs = explode(' ', $this->table_ressources[1]);
foreach ($champs as $champ) {
if ($champ == 'nom') $champ = 'nom.fr';
if ($this->verifierValiditeChamp($champ)) {
if (strrpos($champ, '.*') !== false) {
$this->afficherPointEtoile($champ, $reponse);
} else {
if (isset($reponse[$champ])) {
$this->table_retour[$champ] = $reponse[$champ];
} else {
$this->table_retour[$champ] = null;
}
}
}
}
return $this->table_retour;
}
 
public function verifierValiditeChamp($champ) {
preg_match('/^([^.]+)(\.([^.]+))?$/', $champ, $match);
$champs_possibles = $this->correspondance_champs;
$champs_possibles[] = 'nom.*';
 
if (in_array($match[1], $champs_possibles)) {
$validite = true;
} elseif (in_array($match[0], $champs_possibles)) {
$validite = true;
} else {
$champs_possibles = implode('</li><li>', $champs_possibles);
$c = 'Erreur dans votre requête : </br> Le champ "'.$champ_possibles.'" n\'existe pas. '.
'Les champs disponibles sont : <li>'.$champs_possibles.'</li>';
$this->renvoyerErreur(RestServeur::HTTP_CODE_MAUVAISE_REQUETE, $c);
}
return $validite;
}
 
public function afficherPointEtoile($champ, $reponse) {
preg_match('/^([^.]+\.)\*$/', $champ, $match);
foreach ($reponse as $chp => $valeur) {
if (strrpos($chp, $match[1]) !== false) {
if ($valeur != '') {
$this->table_retour[$chp] = $valeur;
} else {
$this->table_retour[$chp] = null;
}
}
}
}
 
public function afficherDonnees($champ, $valeur) {
if ($this->retour_format == 'max') {
if ($champ == 'codet_statut') {
$this->table_retour[$this->correspondance_champs[$champ]] = $valeur;
$this->table_retour[$this->correspondance_champs[$champ].'.href'] =
$this->ajouterHref('ontologies', 'masque.nom=Codet '.$valeur, '?');
} else {
$this->table_retour[$this->correspondance_champs[$champ]] = $valeur;
}
} else {
$this->table_retour[$this->correspondance_champs[$champ]] = $valeur;
}
}
 
// +-------------------------------------------------------------------------------------------------------------------+
/** Permet de retourner l'url http://tela-botanica.org/service:eflore:0.1/[projet]/[version_projet]/[service]/[ressource]:[valeur]
* @param $service : correspond au nom de la ressource à laquelle on souhaite acceder
* @param $val : correspond au paramètre de la ressource (ex :
* @param $projet : est remplit dans les cas suivants :
* - si le projet dans lequel se trouve l'information est différent de celui du service appelé
* - si on souhaite rappeler le meme projet avec la meme ressource mais un parametre de ressource différent
*/
public function ajouterHref($service, $val, $separation = '/') {
$val = $this->encoderUrl($val);
if ($this->version_projet == '+') {
$url = Config::get('url_service_base').Config::get('nom_projet').'/'.$service.$separation.$val;
} else {
$url = Config::get('url_service_base').Config::get('nom_projet').'/'.$this->version_projet.'/'.$service.$separation.$val;
}
return $url;
}
 
public function encoderUrl($url) {
$url = str_replace(' ', '%20', $url);
$url = str_replace('?', urlencode('?'), $url);
return $url;
}
}
?>
/branches/refact/services/modules/0.1/nvps/NomsVernaculaires.php
New file
0,0 → 1,652
<?php
/**
* Description :
* Classe NomsVernaculaires.php fournit une liste de noms vernaculaires et leur liaison à la bdtfx
* Le but étant de fournir un ensemble minimal d'information comprenant :
* un identifiant (numérique ou alphanumérique sous forme de ChatMot si possible), un nom, une langue et
* une relation avec un taxon de la bdtfx.
* Si l'url finit par /noms-vernaculaires on retourne une liste de noms (seulement les 100 premières par défaut).
* L'url peut contenir des paramètres optionnels passés après le ? : /observations?param1=val1&param2=val2&...
*
* Les paramètres de requête disponibles sont : masque, masque.code, masque.nom, masque.region , recherche,
* distinct, retour.format, navigation.depart et navigation.limite.
*
* Encodage en entrée : utf8
* Encodage en sortie : utf8
* @package framework-v3
* @author Delphine Cauquil <delphine@tela-botanica.org>
* @author Jennifer Dhé <jennifer.dhe@tela-botanica.org>
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
* @version 1.0
* @copyright 1999-${year} Tela Botanica (accueil@tela-botanica.org)
*/
class NomsVernaculaires extends Commun {
protected $champ_infos = array(
'taxon' => array('service' => 'taxons', 'ressource' => 'nt:', 'projet' => 'bdtfx', 'nom' => 'nom_sci'));
 
protected $service = 'noms-vernaculaires';
 
/**
* Permet de stocker la requete formulée : /noms-vernaculaires | /noms-vernaculaires/#id |
* /noms-vernaculaires/#id/champ | /noms-vernaculaires/#id/relations
* Est remplit au cours de l'analyse des ressources (traiterRessources()), par défaut, a la valeur du service.
* Est utilisée principalement pr déterminer le format du tableau à retourner. */
protected $format_reponse = 'noms-vernaculaires';
 
/** Variables constituant les parametres de la requete SQL (champ, condition, limit) remplie
* selon ressources et paramètres */
protected $requete_champ = array(' * ');
protected $requete_condition = '';
protected $limite_requete = array(
'depart' => 0,
'limite' => 100
);
protected $champ_tri = 'code_langue';
protected $direction_tri = 'asc';
/**
* Indique les champs supplémentaires à retourner
* - conseil_emploi = conseil d'emploi du nom vernaculaire
* - genre = genre et nombre du nom
* - taxon = nom retenu associé à ce nom
*/
protected $champs_supp = array();
 
/**
* Precise la contenance plus ou moins précise du tableau à retourner :
* - min = les données présentes dans la table
* - max = les données de la table + les informations complémentaires (pour les identifiants et les codes)
* - oss = la liste des nom_sci (uniquement pour noms et taxons) */
protected $retour_format = 'max';
/** Valeur du paramètre de requete recherche :
* - stricte : le masque est passé tel quel à l'opérateur LIKE.
* - etendue : ajout automatique du signe % à la place des espaces et en fin de masque avec utilisation de LIKE.
* - floue : recherche tolérante vis-à-vis d'approximations ou d'erreurs (fautes d'orthographe par exemple) */
protected $recherche;
/** Permet de stocker le tableau de résultat (non encodé en json) */
protected $table_retour = array();
/** Stocke le nombre total de résultats de la requete principale. Est calculée lors de l'assemblage de la requete */
protected $total_resultat;
private $config;
public function __construct($config) {
$this->config = is_null($config) ? Config::get('NomsVernaculaires') : $config;
}
 
//+------------------------------------------------------------------------------------------------------+
// créer une condition en fonction du paramétre
public function traiterParametres() {
if (isset($this->parametres) && !empty($this->parametres)) {
 
if (isset($this->parametres['recherche']) && $this->parametres['recherche'] != '') {
$this->recherche = $this->parametres['recherche'];
}
foreach ($this->parametres as $param => $valeur) {
switch ($param) {
case 'masque' :
$this->ajouterFiltreMasque('nom_vernaculaire', $valeur);
break;
case 'masque.nt' :
$this->ajouterFiltreMasque('num_taxon', $valeur);
break;
case 'masque.nv' :
$this->ajouterFiltreMasque('nom_vernaculaire', $valeur);
break;
case 'masque.lg' :
$this->ajouterFiltreMasque('code_langue', $valeur);
break;
case 'masque.cce' :
$this->ajouterFiltreMasque('num_statut', $valeur);
break;
case 'retour.format' :
$this->retour_format = $valeur;
break;
case 'navigation.depart' :
$this->limite_requete['depart'] = $valeur;
break;
case 'navigation.limite' :
$this->limite_requete['limite'] = $valeur;
break;
case 'retour.champs' :
$this->champs_supp = explode(',',$valeur);
break;
case 'recherche' :
break;
case 'version.projet' :
break;
default :
$p = 'Erreur dans les paramètres de recherche de votre requête : '.
'</br> Le paramètre " '.$param.' " n\'existe pas.';
$this->renvoyerErreur(RestServeur::HTTP_CODE_MAUVAISE_REQUETE, $p);
}
}
}
}
 
public function ajouterFiltreMasque($nom_champ, $valeur) {
if ($nom_champ == 'num_taxon') { // si il s'agit d'un chiffre
$this->requete_condition[] = $nom_champ.' = '.$this->getBdd()->proteger($valeur);
} else {
if ($this->recherche == 'floue') {
$this->requete_condition[] = '(SOUNDEX('.$nom_champ.') = SOUNDEX(\''.$valeur.'\')'
.' OR SOUNDEX(REVERSE('.$nom_champ.')) = SOUNDEX(REVERSE(\''.$valeur.'\'))) ';
} else {
if ($this->recherche == 'etendue') {
$valeur = '%'.str_replace(' ','% ', $valeur);
$valeur .= '%';
}
$this->requete_condition[] = $nom_champ.' LIKE '.$this->getBdd()->proteger($valeur);
}
}
}
 
//+------------------------------------------------------------------------------------------------------+
// en fonction de la présence des ressources modifie requete_champ et requete_condition
public function traiterRessources() {
if (isset($this->ressources) && !empty($this->ressources)) {
if (isset($this->ressources[0]) && !empty($this->ressources[0])) {
$this->traiterRessourceId(); // ajoute condition id=#valeur
if (isset($this->ressources[1]) && !empty($this->ressources[1])) {
$this->traiterRessourceChamp(); //modifie requete_champ ou requete_condition
}
}
} else { //rajoute distinct pour ne pas avoir plusieurs fois le même nom
$this->requete_champ = array('distinct(id)', 'nom_vernaculaire ');
}
}
 
//requete : /noms-vernaculaires/#id (ex : /noms-vernaculaires/7)
public function traiterRessourceId() {
if (is_numeric($this->ressources[0])) {
$this->requete_condition[] = ' id = '.$this->getBdd()->proteger($this->ressources[0]);
$this->format_reponse .= '/id';
} elseif ($this->ressources[0] == 'attributions') {
$this->format_reponse .= '/attributions';
} else {
$r = 'Erreur dans les ressources de votre requête : </br> La ressource " '.$this->ressources[0].
' " n\'existe pas.';
$this->renvoyerErreur(RestServeur::HTTP_CODE_MAUVAISE_REQUETE, $r);
}
}
 
 
public function traiterRessourceChamp() {
$this->format_reponse .= '/champ';
$this->analyserChamp();
}
 
public function analyserChamp() {
$this->requete_champ = array();
$this->recupererTableConfig('champs_possibles');// s'il y a plusieurs champs correspondant au champ demandé ils sont séparé par des |
$champs = explode(' ', $this->ressources[1]);
foreach ($champs as $champ) {
preg_match('/^([^.]+)(\.([^.]+))?$/', $champ, $match);
if (isset($this->champs_possibles[$match[1]])) {
$this->requete_champ[] = str_replace('|', ', ', $this->champs_possibles[$match[1]]);
} elseif (isset($this->champs_possibles[$match[0]])) {
$this->requete_champ[] = str_replace('|', ', ', $this->champs_possibles[$match[0]]);
} else {
$champs_possibles = implode('</li><li>', array_keys($this->champs_possibles));
$c = 'Erreur dans votre requête : </br> Le champ "'.$champ_possibles.'" n\'existe pas. '.
'Les champs disponibles sont : <li>'.$champs_possibles.'</li> et leurs déclinaisons (ex. ".code").';
$this->renvoyerErreur(RestServeur::HTTP_CODE_MAUVAISE_REQUETE, $c);
}
}
}
 
//+------------------------------------------------------------------------------------------------------+
public function assemblerLaRequete() {
$requete = ' SELECT '.$this->formerRequeteChamp().
' FROM '.$this->table
.$this->formerRequeteCondition()
.$this->formerRequeteLimite();
return $requete;
}
 
public function formerRequeteChamp() {
if (in_array('*', $this->requete_champ)) {
$champ = ' * ';
} else {
$champ = implode(', ', $this->requete_champ);
}
return $champ;
}
 
public function formerRequeteCondition() {
$condition = '';
if ($this->requete_condition != null) {
$condition = ' WHERE '.implode(' AND ', $this->requete_condition);
}
return $condition;
}
 
//ajout d'une limite seulement pour les listes (pas plus de 100 resultats retournés pr les requetes
// suivantes : /noms-vernaculaires et /noms-vernaculaires/#id/relations)
public function formerRequeteLimite() {
if (in_array($this->format_reponse , array($this->service.'/id', $this->service.'/id/champs'))) {
$this->requete_limite = '';
} elseif (($depart = $this->limite_requete['depart']) > ($this->total_resultat = $this->recupererTotalResultat())) {
$this->limite_requete['depart'] =
(($this->total_resultat - $this->limite_requete['limite']) < 0) ? 0 : ($this->total_resultat - $this->limite_requete['limite']);
$this->requete_limite = ' LIMIT '.$this->limite_requete['depart'].', '.$this->limite_requete['limite'];
} else {
$this->requete_limite = ' LIMIT '.$this->limite_requete['depart'].', '.$this->limite_requete['limite'];
}
return $this->requete_limite;
}
 
//on récupère le nombre total de résultats de la requete (ex : le nombre d'id contenu dans la liste /noms-vernaculaires)
public function recupererTotalResultat() {
$distinct = ($this->format_reponse == 'noms-vernaculaires/attributions') ? 'id' : 'distinct(id)';
$requete = 'SELECT count('.$distinct.') as nombre FROM '
.$this->table
.$this->formerRequeteCondition();
$res = $this->getBdd()->recuperer($requete);
 
if ($res) {
$total = $res['nombre'];
} else {
$t = 'Fonction recupererTotalResultat() : <br/>Données introuvables dans la base '.$requete;
$this->renvoyerErreur(RestServeur::HTTP_CODE_RESSOURCE_INTROUVABLE, $t);
}
return $total;
}
 
//+------------------------------------------------------------------------------------------------------+
// determine en fct du service appelé (/noms-vernaculaires | /noms-vernaculaires/#id | /noms-vernaculaires/#id/champ |
// /noms-vernaculaires/#id/relations) le format du tableau à retourner.
public function retournerResultatFormate($resultat) {
$this->recupererTableConfig('correspondance_champs');
switch ($this->format_reponse) {
case 'noms-vernaculaires' :
$reponse = ($this->retour_format == 'oss') ? $this->formaterEnOss($resultat) : $this->formaterNomsVernaculaires($resultat); break;
case 'noms-vernaculaires/attributions' : $reponse = $this->formaterNomsVernaculairesAttributions($resultat); break;
case 'noms-vernaculaires/id' : $reponse = $this->formaterNomsVernaculairesId($resultat); break;
case 'noms-vernaculaires/id/champ' : $reponse = $this->formaterNomsVernaculairesIdChamp($resultat); break;
default : break;
}
return $reponse;
}
public function ajouterJsonEnTeteNV() {
$table_retour_json['masque'] = $this->recupererMasque();
$table_retour_json['depart'] = $this->limite_requete['depart'];
$table_retour_json['limite'] = $this->limite_requete['limite'];
$table_retour_json['total'] = $this->total_resultat;
$url = $this->formulerUrl($this->total_resultat, '/noms-vernaculaires');
if (isset($url['precedent']) && $url['precedent'] != '') {
$table_retour_json['href.precedent'] = $url['precedent'];
}
if (isset($url['suivant']) && $url['suivant'] != '') {
$table_retour_json['href.suivant'] = $url['suivant'];
}
return $table_retour_json;
}
public function ajouterJsonResultatNV($resultat) {
foreach ($resultat as $tab) {
foreach ($tab as $key => $valeur) {
if ($valeur != '') {
switch ($key) {
case 'id' : $num = $valeur; break;
case 'nom_vernaculaire' : $this->table_retour['nom'] = $valeur; break;
default : break;
}
}
}
if ($this->retour_format == 'max') $this->table_retour['href'] = $this->ajouterHref('noms-vernaculaires', $num);
$resultat_json[$num] = $this->table_retour;
$this->table_retour = array();
}
return $resultat_json;
}
 
public function formaterNomsVernaculaires($resultat) {
$table_retour_json['entete'] = $this->ajouterJsonEnTeteNV();
$resultat = $this->hierarchiserResultat($resultat);
$table_retour_json['resultat'] = $this->ajouterJsonResultatNV($resultat);
return $table_retour_json;
}
public function hierarchiserResultat($resultat) {
//tri recherche floue
if (isset($this->parametres['masque.nv'])) {
$resultat = $this->trierRechercheFloue($this->parametres['masque.nv'], $resultat, 'nom_vernaculaire');
}
if (isset($this->parametres['masque'])) {
$resultat = $this->trierRechercheFloue($this->parametres['masque'], $resultat, 'nom_vernaculaire');
}
return $resultat;
}
public function recupererMasque() {
$tab_masque = array();
foreach ($this->parametres as $param=>$valeur) {
if (strstr($param, 'masque') != false) {
$tab_masque[] = $param.'='.$valeur;
}
}
$masque = implode('&', $tab_masque);
return $masque;
}
public function formaterEnOss($resultat) {
$table_nom = array();
$oss = '';
foreach ($resultat as $tab) {
if (isset($tab['nom_vernaculaire']) ) {
if (!in_array($tab['nom_vernaculaire'], $table_nom)) {
$table_nom[] = $tab['nom_vernaculaire'];
$oss [] = $tab['nom_vernaculaire'];
}
}
}
if (isset($this->masque)) $masque = implode('&', $this->masque);
else $masque = 'Pas de masque';
$table_retour_oss = array($masque, $oss);
return $table_retour_oss;
}
public function formaterNomsVernaculairesAttributions($resultat) {
//on remplie la table $table_retour_json['entete']
$table_retour_json['entete']['masque'] = $this->recupererMasque();
$table_retour_json['entete']['depart'] = $this->limite_requete['depart'];
$table_retour_json['entete']['limite'] = $this->limite_requete['limite'];
$table_retour_json['entete']['total'] = $this->total_resultat;
$url = $this->formulerUrl($this->total_resultat, '/noms-vernaculaires/attributions');
if (isset($url['precedent']) && $url['precedent'] != '') {
$table_retour_json['entete']['href.precedent'] = $url['precedent'];
}
if (isset($url['suivant']) && $url['suivant'] != '') {
$table_retour_json['entete']['href.suivant'] = $url['suivant'];
}
foreach ($resultat as &$tab) {
$resultat_json[$tab['id']]['id'] = $tab['id'];
$resultat_json[$tab['id']]['nom_vernaculaire'] = $tab['nom_vernaculaire'];
$resultat_json[$tab['id']]['code_langue'] = $tab['code_langue'];
$resultat_json[$tab['id']]['taxon.code'] = 'bdtfx.nt:'.$tab['num_taxon'];
if ($this->retour_format == 'max') {
$resultat_json[$tab['id']]['num_taxon'] = $tab['num_taxon'];
$resultat_json[$tab['id']]['nom_retenu.code'] = $tab['num_taxon'];
$resultat_json[$tab['id']]['taxon'] = $tab['num_taxon'];
$this->taxons[] = $tab['num_taxon']; // utilisé pour chercher les noms latins plus bas
$resultat_json[$tab['id']]['href'] = $this->ajouterHref('noms-vernaculaires', $tab['id']);
if($this->champs_supp != array()) {
$resultat_json[$tab['id']] = $this->ajouterChampsOntologieLigneResultat($tab);
}
}
}
if ($this->retour_format == 'max') {
// On est obligé de faire un deuxième boucle pour demander tous les taxons présents en une
// fois et les attribuer aux noms car c'est beaucoup plus rapide
$noms_sci = $this->recupererNomTaxons();
foreach ($resultat_json as $num_nom => &$tab) {
$tab = $this->ajouterTaxonsAttributionsLigneResultat($tab, $noms_sci);
if($tab == null) {
unset($resultat_json[$num_nom]);
}
}
}
uasort($resultat_json, array($this,'trierLigneTableau'));
$table_retour_json['resultat'] = $resultat_json;
return $table_retour_json;
}
/**
* Ajoute les champs d'ontologie supplémentaires si necéssaire
* en faisant appels aux web services associés
* @param array $ligne_resultat
*
* @return array la ligne modifiée
*/
public function ajouterChampsOntologieLigneResultat($ligne_resultat) {
$intitule = '';
foreach($this->champ_infos as $cle => $champs_supplementaires) {
if(in_array($cle, $this->champs_supp)) {
extract($champs_supplementaires);
$valeur_recherche = '';
switch($cle) {
case 'taxon':
$valeur_recherche = $ligne_resultat['num_taxon'];
$intitule = 'taxon.code';
break;
}
$code_valeur = '';
if(trim($valeur_recherche) != '') {
$url = $this->ajouterHrefAutreProjet($service, $ressource, $valeur_recherche, $projet);
$code_valeur = $this->chercherSignificationCode($url, $nom);
}
$ligne_resultat[$intitule] = $code_valeur;
}
}
return $ligne_resultat;
}
/**
* Fonction qui ajoute les attributions à une ligne de résultats
*
* @param array $ligne_tableau_resultat
* @param array $nom_sci
*/
public function ajouterTaxonsAttributionsLigneResultat(&$ligne_tableau_resultat, &$noms_sci) {
if (isset($noms_sci[$ligne_tableau_resultat['num_taxon']])) {
$ligne_tableau_resultat['nom_retenu.code'] = $noms_sci[$ligne_tableau_resultat['num_taxon']]['id'];
$ligne_tableau_resultat['taxon'] = $noms_sci[$ligne_tableau_resultat['num_taxon']]['nom_sci'];
} else {
$ligne_tableau_resultat = null;
}
return $ligne_tableau_resultat;
}
private function trierLigneTableau($a, $b) {
$retour = 0;
if ($a[$this->champ_tri] == $b[$this->champ_tri]) {
$retour = 0;
}
if($this->champ_tri == 'code_langue') {
if ($a[$this->champ_tri] == 'fra' && $b[$this->champ_tri] != 'fra') {
$retour = ($this->direction_tri == 'asc') ? -1 : 1;
} else if ($a[$this->champ_tri] != 'fra' && $b[$this->champ_tri] == 'fra') {
$retour = ($this->direction_tri == 'asc') ? 1 : -1;
} else {
$retour = $this->comparerChaineSelonDirectionTri($a[$this->champ_tri], $b[$this->champ_tri]);
}
} else {
$retour = $this->comparerChaineSelonDirectionTri($a[$this->champ_tri], $b[$this->champ_tri]);
}
return $retour;
}
private function comparerChaineSelonDirectionTri($a, $b) {
if($this->direction_tri == 'asc') {
return ($a < $b) ? -1 : 1;
} else {
return ($a > $b) ? -1 : 1;
}
}
// formatage de la reponse /id ss la forme
// id, nom_vernaculaire, attributions
// langue
// num_nom (correspond à un taxon bdtfx)
public function formaterNomsVernaculairesId($resultat) {
foreach ($resultat as $taxon) { // pour chaque attribution à un taxon bdtfx
// on crée les variables qui serviront de clés et on les enléves du tableau
$num_nom = $taxon['id']; // unique pour un trinôme id, langue, taxon
$langue = $taxon['code_langue'];
unset($taxon['code_langue']);
 
foreach ($this->correspondance_champs as $key => $correspondance) { // ordonne les infos pour affichage
if (isset($taxon[$key]) && $taxon[$key] != "") {
$this->afficherDonnees($correspondance, $taxon[$key], $langue, $num_nom);
}
}
foreach ($taxon as $key => $valeur) { // rajoute les champs non prévus dans l'api
if (!isset($this->correspondance_champs[$key]) && $valeur != "") {
$this->afficherDonnees($key, $valeur, $langue, $num_nom);
}
}
}
if ($this->retour_format == 'max') $this->afficherTaxons(); // va chercher les noms de tous les taxons
unset($this->table_retour['href']);
return $this->table_retour;
}
 
public function afficherDonnees($champ, $valeur, $langue = '', $num_nom = '') {
if ($champ == 'id' || $champ == 'nom_vernaculaire') {
$this->table_retour[$champ] = $valeur;
} elseif (preg_match('/^(.*)\.code$/', $champ, $match)) {
switch ($match[1]) {
case 'taxon' : if ($this->retour_format == 'max') {$this->taxons[$num_nom] = $valeur;}
$this->afficherPointCode($match[1], $langue, $num_nom, $valeur); break;
case 'langue' : //$this->afficherPointCode($match[1], 'iso-639-3', 'langues', $valeur);
break;
default : break;
}
 
} elseif ($langue != '') {
$this->table_retour['attributions'][$langue][$num_nom][$champ] = $valeur;
} else {
$this->table_retour[$champ] = $valeur;
}
}
 
public function afficherPointCode($nomChamp, $langue, $num_nom, $valeur) {
if (isset($this->champ_infos[$nomChamp])) {
extract($this->champ_infos[$nomChamp]);
}
 
if ($this->retour_format == 'max') {
$url = $this->ajouterHrefAutreProjet($service, $ressource, $valeur, $projet);
if ($service == 'taxons') {
$code_valeur = '';
$this->table_retour['attributions'][$langue][$num_nom]['nom_retenu.code'] = $code_valeur;
} else {
$code_valeur = $this->chercherSignificationCode($url, $nom);
}
if ($projet != '') $projet .= '.';
$this->table_retour['attributions'][$langue][$num_nom][$nomChamp] = $code_valeur;
$this->table_retour['attributions'][$langue][$num_nom][$nomChamp.'.code'] = $projet.$ressource.$valeur;
$this->table_retour['attributions'][$langue][$num_nom][$nomChamp.'.href'] = $url;
} else {
if ($projet != '') $projet .= '.';
$this->table_retour['attributions'][$langue][$num_nom][$nomChamp.'.code'] = $projet.$ressource.$valeur;
}
}
 
public function chercherSignificationCode($url, $nom) {
if (isset($this->signification_code[$url])) {
$valeur = $this->signification_code[$url];
} else {
$res = $this->consulterHref($url);
$valeur = $res->$nom;
$this->signification_code[$url] = $valeur;
}
return $valeur;
}
 
public function afficherTaxons() {
$resultat = $this->recupererNomTaxons();
foreach ($this->table_retour['attributions'] as $code_langue=>$langue) {
foreach ($langue as $num_nom=>$taxon) {
$num_tax = ltrim($taxon['taxon.code'], 'bdtfx.nt:');
if (isset($resultat[$num_tax])) {
$this->table_retour['attributions'][$code_langue][$num_nom]['nom_retenu.code'] = $resultat[$num_tax]['id'];
$this->table_retour['attributions'][$code_langue][$num_nom]['taxon'] = $resultat[$num_tax]['nom_sci'];
}
}
}
}
public function recupererNomTaxons() {
$taxons = array_unique($this->taxons);
$url = Config::get('url_service_base').'bdtfx/taxons?navigation.limite=500&ns.structure=au&masque.nt='.implode(',', $taxons);
$res = $this->consulterHref($url);
foreach ($res->resultat as $id=>$taxon) {
$resultat[$taxon->num_taxonomique]['id'] = 'bdtfx.nn:'.$id;
$resultat[$taxon->num_taxonomique]['nom_sci'] = $taxon->nom_sci_complet;
}
return $resultat;
}
 
public function formaterNomsVernaculairesIdChamp($resultat) {
$this->table_retour['id'] = $this->ressources[0];
$champs = explode(' ', $this->ressources[1]);
if (in_array('attributions', $champs) != false) {
$this->formaterNomsVernaculairesId($resultat);
unset($this->table_retour['nom_vernaculaire']);
} else {
$champ_attributions = array('num_taxon', 'genre', 'notes');
foreach ($resultat as $taxon) {
foreach ($taxon as $key=>$valeur) {
if ($key == 'code_langue' && in_array('langue', $champs) != false) {
$this->table_retour['attributions']['langue'][] = $valeur;
} elseif (in_array($key, $champ_attributions) != false) {
$this->afficherPoint($this->correspondance_champs[$key] , $valeur, $taxon['code_langue'], $taxon['id']);
} elseif (in_array($key, $champs) != false) {
$this->table_retour[$key] = $valeur;
}
}
}
}
return $this->table_retour;
}
 
public function afficherPoint($champ, $valeur, $langue, $num_nom) {
preg_match('/^(.*)\.code$/', $champ, $match);
$champ = $match[1];
if (isset($this->champ_infos[$champ])) {
extract($this->champ_infos[$champ]);
$url = $this->ajouterHrefAutreProjet($service, $ressource, $valeur, $projet);
$projet .= '.';
}
 
$champs = explode(' ', $this->ressources[1]);
if (in_array($champ.'.*', $champs) !== false && isset($projet)) {
$this->table_retour['attributions'][$langue][$num_nom][$champ.'.code'] = $projet.$ressource.$valeur;
$this->table_retour['attributions'][$langue][$num_nom][$champ.'.href'] = $url;
}
if (in_array($champ.'.code', $champs) !== false && isset($projet)) {
$this->table_retour['attributions'][$langue][$num_nom][$champ.'.code'] = $projet.$ressource.$valeur;
}
if (in_array($champ.'.href', $champs) !== false && isset($projet)) {
$this->table_retour['attributions'][$langue][$num_nom][$champ.'.href'] = $url;
}
if (in_array($champ, $champs) !== false) {
if (isset($url)) {
$this->table_retour['attributions'][$langue][$num_nom][$champ] = $this->chercherSignificationCode($url, $nom);
} else {
$this->table_retour['attributions'][$langue][$champ] = $valeur;
}
}
}
 
public function afficherLangue($nomChamp, $projet, $service, $valeur, $ressource = '', $nom = 'nom') {
if ($this->retour_format == 'max') {
$this->table_retour['attributions'][$nomChamp] = $nom;
$this->table_retour['attributions'][$nomChamp.'.code'] = $projet.$ressource.$valeur;
$this->table_retour['attributions'][$nomChamp.'.href'] = $url;
} else {
$this->table_retour['attributions'][$nomChamp.'.code'] = $projet.$ressource.$valeur;
}
}
 
 
}
?>
/branches/refact/services/modules/0.1/baseflor/GraphiquesTaxonsSup.php
New file
0,0 → 1,143
<?php
/**
* Classe GraphiquesTaxonsSup.php transforme les données écologiques de la table baseflor_rang_sup_ecologie
* en graphique svg
* graphiques/#typegraphique/#bdnt.nn:#num_nomen --> renvoie un graphique avec les données connues
*
*
* @package eflore-projets
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @author Mathilde SALTHUN-LASSALLE <mathilde@tela-botanica.org>
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
* @version 1.0
* @copyright 1999-2011 Tela Botanica (accueil@tela-botanica.org)
*/
 
class GraphiquesTaxonsSup extends CommunGraphiques{
 
 
public function definirTable($version){
$this->table = Config::get('bdd_table_rang_sup')."_v".$version;
}
//+---- ressources ----+
public function traiterReferentieletNum(){
if (!empty($this->ressources[1])) {
if(preg_match('/^(.+)\.nn:([0-9]+)$/', $this->ressources[1], $retour) == 1){
switch ($retour[1]) {
case 'bdtfx' : // pour le moment un seul referentiel disponible
$this->requete_condition[]= "num_nomen = ".$retour[2]." AND bdnt = 'bdtfx' ";
break;
default :
$e = "Le référentiel {$retour[1]} n'existe pas.";
throw new Exception( $e, RestServeur::HTTP_CODE_MAUVAISE_REQUETE);
break;
}
}else {
$e = "Erreur dans l'url de votre requête :".
" précisez le référentiel et le numéro nomenclatural sous la forme {bdnt}.nn:{nn}.";
throw new Exception( $e, RestServeur::HTTP_CODE_MAUVAISE_REQUETE);
}
} else {
throw new Exception( "Erreur dans l'url de votre requête :".
" précisez le référentiel et le numéro nomenclatural sous la forme {bdnt}.nn:{nn}.",
RestServeur::HTTP_CODE_MAUVAISE_REQUETE);
}
}
public function traiterTypeGraphique(){
if (!empty($this->ressources[0])) {
switch ($this->ressources[0]) {
case 'climat' :
$this->requete_champs = ' ve_lumiere_min, ve_lumiere_max, ve_temperature_min,'.
' ve_temperature_max, ve_continentalite_min,'.
' ve_continentalite_max, ve_humidite_atmos_min,'.
' ve_humidite_atmos_max' ;
$this->nomGraphique= 'climat_min_max';
break;
case 'sol' :
$this->requete_champs = ' ve_humidite_edaph_min , ve_humidite_edaph_max,'.
' ve_reaction_sol_min, ve_reaction_sol_max, '.
' ve_nutriments_sol_min, ve_nutriments_sol_max,'.
' ve_salinite_min, ve_salinite_max,'.
' ve_texture_sol_min, ve_texture_sol_max,'.
've_mat_org_sol_min,ve_mat_org_sol_max ' ;
$this->nomGraphique = 'sol_min_max';
break;
default :
$e = "Erreur dans l'url de votre requête :".
"</br> précisez le graphique -> \"sol\" ou \"climat\".";
throw new Exception($e, RestServeur::HTTP_CODE_MAUVAISE_REQUETE);
break;
}
}else {
throw new Exception("Erreur dans l'url de votre requête :".
"</br> precisez le graphique -> \"sol\" ou \"climat\".", RestServeur::HTTP_CODE_MAUVAISE_REQUETE);
}
}
//+-------------------------- formatage du résultat -------------------------------------------+
public function changerValeursSVG(){
$this->ajouterValeursIntermediaires();
$Dompath = new DOMXPath($this->dom);
foreach ($this->valeurs_en_pourcentage as $cle => $val){
$val = preg_replace('/,/','.', $val);
$grad_id = array_search($val,$this->graduations_id);
$champs = preg_replace('/_min|_max|_[0-9]/','', $cle);
$case = $Dompath->query("//*[@id='".$grad_id."_".$champs."']")->item(0);
$case->setAttribute('fill','#EA6624');
$case->setAttribute('stroke','#EA6624');
$this->ajouterInfoAuSurvol($champs,$case);
$changement = true;
}
$this->ajusterFormatSVG();
}
public function ajouterValeursIntermediaires(){
$champs_ecolo = array_keys($this->champs_ontologiques);
foreach ($champs_ecolo as $chps ){
$min = !empty($this->valeurs_en_pourcentage[$chps.'_min']) ? $this->valeurs_en_pourcentage[$chps.'_min'] : -1;
$max = !empty($this->valeurs_en_pourcentage[$chps.'_max']) ? $this->valeurs_en_pourcentage[$chps.'_max'] : -1;
if ($min < ($max-0.1) ){
$i = $min + 0.1;
$num = 1;
for ($i ; $i < $max; $i += 0.1) {
$this->valeurs_en_pourcentage[$chps.'_'.$num] = $i;
$num++;
}
}
}
}
public function ajouterInfoAuSurvol($champs, $case){
$min = $this->valeurs_champs[$champs."_min"];
$max = $this->valeurs_champs[$champs."_max"];
if ($min != $max){
$valeurMin = $this->recupererOntologies($min, $champs );
$valeurMax = $this->recupererOntologies($max, $champs );
$valeurMin = $this->traiterIntermediaires($valeurMin->nom, $champs, $champs.'_min');
$valeurMax = $this->traiterIntermediaires($valeurMax->nom, $champs, $champs.'_max');
$case->setAttribute('title',"de $min: $valeurMin à $max: $valeurMax " );
} else {
$valeurMin = $this->recupererOntologies($min, $champs );
$valeurMin = $this->traiterIntermediaires($valeurMin->nom, $champs, $champs.'_min');
$case->setAttribute('title',"$min: $valeurMin" );
}
}
}
?>
/branches/refact/services/modules/0.1/baseflor/InformationsTaxonsSup.php
New file
0,0 → 1,253
<?php
 
/**
* Classe InformationsTaxonsSup.php permet de faire des requetes pour les rangs superieurs de baseflor
* du référentiel BDTFX et avec un numéro nomenclatural ( différent de 0 ).
* fin d'url possibles :
*
* /informations/#bdnt.nn:#num_nomen?champs=ecologie --> retourne champs ecologiques pour un BDNT et un num_nomen
*
*
* Encodage en entrée : utf8
* Encodage en sortie : utf8
* @package eflore-projets
* @author Mathilde SALTHUN-LASSALLE <mathilde@tela-botanica.org>
* @author Delphine CAUQUIL <delphine@tela-botanica.org>
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
* @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
* @version 1.0
* @copyright 1999-2011 Tela Botanica (accueil@tela-botanica.org)
*/
 
class InformationsTaxonsSup extends Commun{
protected $table = "";
private $champs_ontologiques = array();
private $format_reponse = 'informations';
protected $serviceNom = 'informations';
private $retour_format = 'max';
private $Bdd;
private $requete_condition = "";
private $champs_recherches = '*';
public function consulter($ressources, $parametres) {
$this->ressources = $ressources;
$this->parametres = $parametres;
$this->traiterParametres();
$this->definirTables();
$this->traiterRessources();
$resultats = '';
foreach ($this->table_version as $version) {
$this->table = $version;
$requete = $this->assemblerLaRequete();
$resultat = $this->Bdd->recupererTous($requete);
$versionResultat = $this->analyserResultat($resultat);
if (count($this->table_version) > 1) {
$resultats[$version] = $versionResultat;
} else {
$resultats = $versionResultat;
}
}
return $resultats;
}
public function analyserResultat($resultat) {
$versionResultat = null;
if ($resultat == '') {
$message = 'La requête SQL formée comporte une erreur!';
$code = RestServeur::HTTP_CODE_RESSOURCE_INTROUVABLE;
throw new Exception($message, $code);
} elseif ($resultat) {
$versionResultat = $this->retournerResultatFormate($resultat);
}
return $versionResultat;
}
public function __construct(Conteneur $Conteneur) {
$this->Bdd = $Conteneur->getBdd();
}
//+--------------------------traitement ressources ou paramètres -------------------------------------------+
public function traiterRessources() {
if(preg_match('/^(.+)\.nn:([0-9]+)$/', $this->ressources[0], $retour)==1){
switch ($retour[1]) {
case 'bdtfx' :
$this->requete_condition[] = "num_nomen = ".$retour[2]." AND bdnt = 'bdtfx' ";
break;
default :
$e = 'Erreur dans l\'url de votre requête : </br> Le référentiel " '
.$retour[1].' " n\'existe pas.';
throw new Exception($e, RestServeur::HTTP_CODE_MAUVAISE_REQUETE);
break;
}
}
}
//+---- paramètres ----+
public function traiterParametres() {
if (isset($this->parametres) && !empty($this->parametres) ) {
foreach ($this->parametres as $param => $valeur) {
switch ($param) {
case 'categorie' :
if ($valeur == "ecologie"){
$this->champs_recherches = ' num_nomen, bdnt, ve_lumiere_min , ve_lumiere_max,'
.' ve_temperature_min, ve_temperature_max, ve_continentalite_min,'
.' ve_continentalite_max, ve_humidite_atmos_min, ve_humidite_atmos_max,'
.' ve_humidite_edaph_min, ve_humidite_edaph_max, ve_reaction_sol_min,'
.' ve_reaction_sol_max, ve_nutriments_sol_min, ve_nutriments_sol_max,'
.' ve_salinite_min, ve_salinite_max, ve_texture_sol_min,ve_texture_sol_max,'
.' ve_mat_org_sol_min, ve_mat_org_sol_max ';
} else {
$e = "Valeur de paramètre inconnue pour 'categorie'. Ce paramètre n'est pas autorisé pour informations/#id/relations/catminat";
throw new Exception($e, RestServeur::HTTP_CODE_MAUVAISE_REQUETE);
}
break;
case 'retour.format' :
if ($valeur == 'min' || $valeur == 'max') {
$this->retour_format = $valeur;
break;
} else {
$e = "Valeur de paramètre inconnue pour 'retour.format'. Ce paramètre n'est pas autorisé pour informations/#id/relations/catminat";
throw new Exception($e, RestServeur::HTTP_CODE_MAUVAISE_REQUETE);
}
case 'version.projet' :
$this->traiterVersion($valeur);
break;
default :
$e = 'Erreur dans les parametres de votre requête : </br> Le paramètre " '
.$param.' " n\'existe pas.';
throw new Exception($e, RestServeur::HTTP_CODE_MAUVAISE_REQUETE); break;
}
}
}
}
 
//+++------------------------------traitement des versions----------------------------------------++
public function traiterVersion($valeur) {
if (preg_match('/^[0-9]+(?:[._][0-9]+)*$/', $valeur) || $valeur == '*' || $valeur == '+') {
$this->version_projet = $valeur;
} else {
$e = "Erreur : La version est inconnue.";
throw new Exception($e, RestServeur::HTTP_CODE_MAUVAISE_REQUETE);
}
if ($this->version_projet == '*' && $this->ressources == array()) {
$message = "L'affichage de plusieurs versions ne fonctionne que pour les ressources de type /ressources/#id";
$code = RestServeur::HTTP_CODE_MAUVAISE_REQUETE;
throw new Exception($message, $code);
}
}
 
public function definirTables() {
$table_num_version = $this->recupererVersionDisponible();
$prefixe_table = config::get('bdd_table_rang_sup');
if ( in_array($this->version_projet,$table_num_version) ) {
$this->table_version[] = $prefixe_table.'_v'.$this->version_projet;
} elseif ($this->version_projet == '+') {
$derniere_version = $table_num_version[count($table_num_version) - 1];
$this->table_version[] = $prefixe_table.'_v'.str_replace('.', '_', $derniere_version);
} elseif ($this->version_projet == '*') {
foreach ($table_num_version as $num_version) {
$this->table_version[] = $prefixe_table.'_v'.str_replace('.', '_', $num_version);
}
} else {
$e = "Erreur : La version est inconnue.";
throw new Exception($e, RestServeur::HTTP_CODE_MAUVAISE_REQUETE);
}
}
//+--------------------------formatages de resultats -------------------------------------------+
public function retournerResultatFormate($resultat) {
$this->resultat_json = $resultat[0];
if ($this->retour_format == 'max') {
$graphique_presence = $this->traiterEcologie() ;
if ($graphique_presence) {
$this->ajouterLiensGraphique($graphique_presence);
}
}
return $this->resultat_json ;
}
public function traiterEcologie() {
$donnees_presence = false;
$this->champs_ontologiques = $this->recupererTableauConfig('champs_ontologiques');
foreach ($this->champs_ontologiques as $cle => $valeur){
if ($this->resultat_json[$cle.'_min'] != ""){
$donnees_presence[$this->getNomGraphique($valeur)] = true;
$tab_ontologie = $this->recupererOntologies($this->resultat_json[$cle.'_min'], $cle.'_min');
unset($this->resultat_json[$cle.'_min']);
}
if ($this->resultat_json[$cle.'_max'] != ""){
$this->recupererOntologies($this->resultat_json[$cle.'_max'], $cle.'_max');
unset($this->resultat_json[$cle.'_max']);
}
}
return $donnees_presence;
}
//donne le nom du graphique correspondant à un champ écologique
public function getNomGraphique($code_ecolo) {
$graphique = null;
if (in_array($code_ecolo, explode(',',Config::get('Paramètres.climat')))) {
$graphique = 'climat';
} elseif (in_array($code_ecolo, explode(',', Config::get('Paramètres.sol')) )) {
$graphique = 'sol';
}
return $graphique;
}
public function ajouterLiensGraphique($graphique_presence) {
if ($graphique_presence['climat']) {
$this->resultat_json['graphique_climat']['libelle'] = 'climat';
$this->resultat_json['graphique_climat']['href'] = $this->ajouterHref('graphiques/climat',
strtolower($this->resultat_json['bdnt']).'.nn:'.$this->resultat_json['num_nomen']);
}
if ($graphique_presence['sol']) {
$this->resultat_json['graphique_sol']['libelle'] = 'sol';
$this->resultat_json['graphique_sol']['href'] = $this->ajouterHref('graphiques/sol',
strtolower($this->resultat_json['bdnt']).'.nn:'.$this->resultat_json['num_nomen']);
}
}
//+--------------------------traitement ontologies -------------------------------------------+
public function recupererOntologies($valeur, $champs){
$chps_sans = preg_replace("/_min|_max/", '', $champs);
$url = Config::get('url_service_base').Config::get('nom_projet').
'/ontologies/'.$this->champs_ontologiques[$chps_sans].':'.urlencode(urlencode($valeur));
$val = $this->consulterHref($url);
$this->resultat_json[$champs.'.libelle'] = $val->nom;
$this->resultat_json[$champs.'.code'] = $valeur;
$this->resultat_json[$champs.'.href'] = $url;
}
//+--------------------------FONCTIONS D'ASSEMBLAGE DE LA REQUETE-------------------------------------------+
public function assemblerLaRequete() {
$requete = ' SELECT '.$this->champs_recherches.' FROM '.$this->table.' '
.$this->retournerRequeteCondition();
return $requete;
}
public function retournerRequeteCondition() {
$condition = '';
if (empty($this->requete_condition) == false) {
$condition = ' WHERE '.implode(' AND ', $this->requete_condition);
}
return $condition;
}
}
?>